From a3dd100ca730baff49534c954531f1f3b14db7c1 Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Tue, 11 Aug 2020 14:05:26 +0530 Subject: [PATCH 1/7] ClusterGraph created, cities/latency not handled. --- .gitignore | 3 +- config/Config.h | 8 +- core/Network/Network.cpp | 13 +- data/pingLatency/pingDataByRegion.json | 626528 ++++++++++++++++++++++ models/LocalProtocols/Relayer.cpp | 16 + models/LocalProtocols/Relayer.h | 20 + models/NodePlacement/ClusterBased.h | 73 +- 7 files changed, 626643 insertions(+), 18 deletions(-) create mode 100644 data/pingLatency/pingDataByRegion.json create mode 100644 models/LocalProtocols/Relayer.cpp create mode 100644 models/LocalProtocols/Relayer.h diff --git a/.gitignore b/.gitignore index f59dd69..832555f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ a.out ./logs logs **/.DS_Store -build \ No newline at end of file +build +/.vscode \ No newline at end of file diff --git a/config/Config.h b/config/Config.h index 685d3fd..bddf8cf 100644 --- a/config/Config.h +++ b/config/Config.h @@ -18,10 +18,16 @@ const long long INTER_REGION_LATENCY[NUM_REGIONS][NUM_REGIONS] = { {1, 1, 1, 1, 1, 1} }; -const int NUM_NODES = 15; +const int NUM_NODES = 14; + +const int NUM_CLUSTERS = 3; + +const int CLUSTER_SIZE = 3; const std::string CONSENSUS_TYPE = "PoW"; +const int NUM_MINERS = 5; + const int BLOCK_TIME = 600; #endif /*CONFIG_H_*/ diff --git a/core/Network/Network.cpp b/core/Network/Network.cpp index 994ab7a..a9ed2ae 100644 --- a/core/Network/Network.cpp +++ b/core/Network/Network.cpp @@ -33,9 +33,11 @@ double Network::getTotalLambda() const { double Network::recaculateTotalLambda() { double sum = 0.0; - if (nodes.size() != 0 && nodes[0] != nullptr) { // TODO: make getLambda a function of Node if required for other subclasses as well for(std::shared_ptr node: nodes) { + if(node->getProtocols().empty()) { + continue; + } auto n = std::static_pointer_cast(node->getProtocols()[0]); sum += n->getLambda(); } @@ -51,12 +53,15 @@ std::vector Network::recaculateCumulativeLambdaVector() { if (nodes.size() != 0 && nodes[0] != nullptr) { // TODO: make getLambda a function of Node if required for other subclasses as well for(int i=0; igetProtocols().empty()) { + continue; + } auto miner = std::static_pointer_cast(nodes[i]->getProtocols()[0]); - - if(i==0) + // LOG(INFO) << "debug here"; + if(v.empty()) v.push_back(miner->getLambda()); else - v.push_back(v[i-1] + miner->getLambda()); + v.push_back(v.back() + miner->getLambda()); // LOG(DEBUG) << "[" << std::setw(35) << std::left << "BitcoinModel::getNextBlockProducer]" // << "[NodeId: " << i << ", CumulativeHash: " << hashpowerFraction[i] << "]"; diff --git a/data/pingLatency/pingDataByRegion.json b/data/pingLatency/pingDataByRegion.json new file mode 100644 index 0000000..c73f32a --- /dev/null +++ b/data/pingLatency/pingDataByRegion.json @@ -0,0 +1,626528 @@ +{ + "cityToIdMap": { + "Accra": "285", + "Adelaide": "105", + "Albany": "145", + "Alblasserdam": "215", + "Albuquerque": "142", + "Algiers": "241", + "Amsterdam": "7", + "Ankara": "201", + "Antwerp": "247", + "Arezzo": "189", + "Asheville": "110", + "Athens": "214", + "Atlanta": "18", + "Auckland": "8", + "Austin": "143", + "Baku": "294", + "Baltimore": "40", + "Bangalore": "222", + "Bangkok": "64", + "Barcelona": "17", + "Basel": "236", + "Beirut": "251", + "Belfast": "204", + "Belgrade": "292", + "Bergen": "48", + "Berkeley Springs": "250", + "Bern": "234", + "Bogota": "213", + "Boston": "14", + "Brasilia": "238", + "Bratislava": "147", + "Brisbane": "21", + "Bristol": "228", + "Brno": "200", + "Bruges": "43", + "Brunswick": "181", + "Brussels": "208", + "Bucharest": "67", + "Budapest": "47", + "Buenos Aires": "50", + "Buffalo": "96", + "Bursa": "205", + "Cairo": "62", + "Canberra": "218", + "Cape Town": "42", + "Caracas": "242", + "Cardiff": "191", + "Carlow": "260", + "Charlotte": "78", + "Cheltenham": "263", + "Chennai": "85", + "Chicago": "22", + "Chisinau": "104", + "Christchurch": "59", + "Cincinnati": "137", + "Cleveland": "138", + "Colorado Springs": "123", + "Columbus": "80", + "Copenhagen": "26", + "Coventry": "91", + "Cromwell": "233", + "Dagupan": "165", + "Dallas": "12", + "Dar es Salaam": "115", + "Denver": "71", + "Des Moines": "144", + "Detroit": "81", + "Dhaka": "148", + "Douglas": "291", + "Dronten": "196", + "Dubai": "133", + "Dublin": "19", + "Dusseldorf": "153", + "Edinburgh": "187", + "Edmonton": "103", + "Eindhoven": "229", + "Falkenstein": "264", + "Fez": "63", + "Frankfurt": "29", + "Fremont": "30", + "Frosinone": "226", + "Gdansk": "206", + "Geneva": "161", + "Gosport": "157", + "Gothenburg": "164", + "Graz": "60", + "Green Bay": "102", + "Groningen": "197", + "Guadalajara": "177", + "Guatemala": "99", + "Halifax": "83", + "Hamburg": "203", + "Hangzhou": "84", + "Hanoi": "65", + "Helsinki": "45", + "Heredia": "74", + "Ho Chi Minh City": "232", + "Hong Kong": "72", + "Honolulu": "151", + "Houston": "39", + "Hyderabad": "56", + "Indianapolis": "230", + "Indore": "155", + "Istanbul": "66", + "Izmir": "227", + "Jackson": "122", + "Jacksonville": "75", + "Jakarta": "57", + "Jerusalem": "258", + "Joao Pessoa": "0", + "Johannesburg": "175", + "Kampala": "118", + "Kansas City": "55", + "Karaganda": "174", + "Kazan": "194", + "Kiev": "34", + "Knoxville": "124", + "Koto": "244", + "Ktis": "212", + "La Ceiba": "220", + "Lagos": "243", + "Lahore": "186", + "Lansing": "295", + "Las Vegas": "79", + "Lausanne": "188", + "Liege": "223", + "Lima": "108", + "Limassol": "192", + "Lincoln": "259", + "Lisbon": "44", + "Ljubljana": "28", + "London": "11", + "Los Angeles": "37", + "Lugano": "211", + "Luxembourg": "61", + "Lyon": "240", + "Madrid": "94", + "Maidstone": "156", + "Malaysia": "36", + "Manchester": "77", + "Manhattan": "114", + "Manila": "112", + "Medellin": "49", + "Melbourne": "1", + "Memphis": "231", + "Mexico": "33", + "Miami": "15", + "Milan": "27", + "Minneapolis": "92", + "Montevideo": "167", + "Monticello": "106", + "Montreal": "52", + "Moscow": "9", + "Mumbai": "293", + "Munich": "210", + "Nairobi": "131", + "New Delhi": "46", + "New Orleans": "140", + "New York": "13", + "Newcastle": "88", + "Nis": "160", + "Novosibirsk": "176", + "Nuremberg": "158", + "Oklahoma City": "121", + "Orlando": "89", + "Osaka": "119", + "Oslo": "129", + "Ottawa": "256", + "Palermo": "195", + "Panama": "98", + "Paramaribo": "262", + "Paris": "4", + "Perth": "169", + "Philadelphia": "68", + "Phnom Penh": "209", + "Phoenix": "38", + "Piscataway": "130", + "Pittsburgh": "184", + "Portland": "82", + "Prague": "3", + "Pristina": "207", + "Pune": "111", + "Quebec City": "249", + "Quito": "254", + "Raleigh": "162", + "Redding": "225", + "Reykjavik": "76", + "Riga": "127", + "Riyadh": "116", + "Rome": "190", + "Roseburg": "163", + "Rotterdam": "198", + "Roubaix": "54", + "Sacramento": "93", + "Salem": "141", + "Salt Lake City": "86", + "San Antonio": "51", + "San Diego": "73", + "San Francisco": "100", + "San Jose": "23", + "San Juan": "168", + "Santiago": "70", + "Sao Paulo": "125", + "Sapporo": "159", + "Saskatoon": "166", + "Savannah": "239", + "Scranton": "109", + "Seattle": "24", + "Secaucus": "171", + "Seoul": "113", + "Shanghai": "180", + "Shenzhen": "221", + "Siauliai": "126", + "Singapore": "31", + "Sofia": "154", + "South Bend": "101", + "St Louis": "90", + "St Petersburg": "149", + "Stockholm": "10", + "Strasbourg": "185", + "Sydney": "107", + "Syracuse": "235", + "Taipei": "95", + "Tallinn": "25", + "Tampa": "97", + "Tbilisi": "245", + "Tel Aviv": "87", + "The Hague": "216", + "Thessaloniki": "117", + "Tirana": "193", + "Tokyo": "6", + "Toledo": "136", + "Toronto": "2", + "Tunis": "248", + "Valencia": "58", + "Valletta": "246", + "Vancouver": "53", + "Varna": "69", + "Venice": "202", + "Vienna": "20", + "Vilnius": "170", + "Vladivostok": "224", + "Warsaw": "32", + "Washington": "16", + "Wellington": "139", + "Westpoort": "217", + "Winnipeg": "135", + "Zagreb": "150", + "Zhangjiakou": "261", + "Zurich": "35" + }, + "Africa": { + "42": { + "name": "Cape Town", + "data": { + "0": { + "avg": "211.89", + "max": "214.66", + "min": "211.583", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "406.567", + "max": "407.78", + "min": "406.217", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "232.223", + "max": "234.929", + "min": "231.725", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "171.668", + "max": "178.371", + "min": "170.654", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "151.393", + "max": "153.982", + "min": "150.959", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "361.693", + "max": "364.142", + "min": "361.175", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "150.787", + "max": "152.338", + "min": "150.389", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "410.631", + "max": "416.435", + "min": "409.422", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "191.829", + "max": "195.486", + "min": "191.352", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "170.426", + "max": "177.057", + "min": "169.776", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "143.321", + "max": "147.13", + "min": "142.802", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "245.934", + "max": "248.587", + "min": "245.547", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "212.526", + "max": "216.381", + "min": "212.028", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "216.726", + "max": "225.622", + "min": "215.983", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "244.453", + "max": "251.244", + "min": "243.815", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "216.317", + "max": "219.569", + "min": "215.968", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "167.49", + "max": "170.683", + "min": "166.979", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "228.707", + "max": "233.597", + "min": "228.156", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "155.624", + "max": "160.066", + "min": "155.183", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "168.005", + "max": "169.95", + "min": "167.574", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "415.965", + "max": "417.636", + "min": "415.443", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "232.061", + "max": "234.484", + "min": "231.498", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "283.055", + "max": "284.059", + "min": "282.723", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "277.191", + "max": "281.785", + "min": "276.739", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "180.376", + "max": "183.785", + "min": "180.002", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "162.88", + "max": "166.034", + "min": "162.485", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "166.178", + "max": "170.057", + "min": "165.55", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "175.449", + "max": "178.629", + "min": "175.145", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "153.184", + "max": "156.383", + "min": "152.756", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "277.218", + "max": "278.983", + "min": "276.913", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "311.728", + "max": "313.196", + "min": "311.493", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "175.906", + "max": "177.061", + "min": "175.635", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "279.536", + "max": "282.041", + "min": "278.952", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "190.682", + "max": "192.322", + "min": "190.449", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "164.259", + "max": "169.305", + "min": "163.742", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "275.328", + "max": "276.999", + "min": "274.937", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "274.291", + "max": "274.798", + "min": "274.042", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "274.504", + "max": "276.472", + "min": "274.17", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "241.726", + "max": "244.068", + "min": "241.316", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "217.663", + "max": "227.95", + "min": "216.848", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "0.04", + "max": "0.156", + "min": "0.018", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "152.763", + "max": "156.066", + "min": "152.247", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "187.194", + "max": "189.191", + "min": "186.989", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "180.482", + "max": "183.912", + "min": "179.955", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "344.108", + "max": "348.116", + "min": "343.474", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "175.641", + "max": "180.891", + "min": "174.817", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "188.683", + "max": "190.885", + "min": "188.331", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "290.886", + "max": "292.67", + "min": "290.541", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "376.385", + "max": "379.944", + "min": "375.902", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "246.9", + "max": "248.765", + "min": "246.577", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "226.422", + "max": "230.097", + "min": "225.853", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "284.912", + "max": "287.017", + "min": "284.361", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "153.519", + "max": "165.058", + "min": "146.475", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "243.159", + "max": "244.418", + "min": "242.929", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "283.643", + "max": "292.632", + "min": "279.283", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "340.529", + "max": "348.454", + "min": "339.403", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "172.953", + "max": "177.491", + "min": "171.55", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "455.904", + "max": "457.426", + "min": "455.636", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "209.895", + "max": "213.097", + "min": "209.36", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "151.216", + "max": "153.351", + "min": "150.928", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "205.684", + "max": "208.685", + "min": "204.83", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "199.592", + "max": "212.74", + "min": "198.26", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "311.863", + "max": "387.809", + "min": "301.433", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "454.608", + "max": "457.602", + "min": "454.289", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "190.178", + "max": "193.136", + "min": "189.752", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "194.234", + "max": "199.036", + "min": "193.195", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "212.288", + "max": "215.407", + "min": "211.96", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "185.73", + "max": "188.279", + "min": "185.328", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "367.583", + "max": "370.09", + "min": "366.487", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "252.151", + "max": "254.848", + "min": "251.774", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "362.185", + "max": "363.952", + "min": "361.71", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "271.802", + "max": "275.263", + "min": "271.097", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "295.734", + "max": "300.962", + "min": "294.977", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "232.592", + "max": "235.672", + "min": "232.252", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "189.691", + "max": "194.245", + "min": "189.125", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "148.756", + "max": "150.954", + "min": "148.452", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "234.008", + "max": "235.412", + "min": "233.7", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "286.938", + "max": "302.699", + "min": "285.935", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "233.894", + "max": "235.773", + "min": "233.394", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "231.374", + "max": "233.977", + "min": "230.878", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "275.053", + "max": "277.563", + "min": "274.559", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "234.098", + "max": "238.379", + "min": "233.62", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "421.14", + "max": "426.601", + "min": "420.537", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "324.531", + "max": "331.207", + "min": "323.367", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "280.016", + "max": "282.094", + "min": "279.677", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "204.282", + "max": "207.189", + "min": "203.662", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "152.441", + "max": "155.213", + "min": "151.564", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "234.667", + "max": "238.156", + "min": "234.315", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "234.543", + "max": "238.684", + "min": "234.044", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "149.32", + "max": "155.354", + "min": "148.754", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "241.55", + "max": "247.515", + "min": "240.86", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "287.408", + "max": "293.832", + "min": "286.713", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "166.203", + "max": "168.716", + "min": "165.889", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "390.107", + "max": "393.706", + "min": "389.659", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "221.282", + "max": "224.969", + "min": "220.677", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "254.301", + "max": "258.076", + "min": "253.835", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "298.247", + "max": "306.498", + "min": "297.538", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "268.776", + "max": "292.119", + "min": "267.055", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "288.392", + "max": "290.35", + "min": "287.868", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "230.798", + "max": "233.473", + "min": "230.34", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "241.897", + "max": "245.308", + "min": "241.22", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "276.796", + "max": "279.228", + "min": "276.155", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "197.579", + "max": "201.503", + "min": "197.149", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "437.737", + "max": "445.161", + "min": "436.615", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "237.767", + "max": "241.046", + "min": "237.394", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "464.706", + "max": "483.489", + "min": "451.342", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "313.065", + "max": "315.828", + "min": "312.29", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "216.322", + "max": "218.926", + "min": "215.91", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "229.867", + "max": "232.881", + "min": "229.405", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "289.125", + "max": "303.615", + "min": "288.036", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "319.704", + "max": "322.764", + "min": "319.201", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "400.596", + "max": "403.369", + "min": "400.099", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "212.001", + "max": "215.194", + "min": "211.489", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "69.527", + "max": "126.529", + "min": "67.118", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "508.899", + "max": "636.664", + "min": "351.046", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "284.788", + "max": "387.031", + "min": "205.471", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "86.962", + "max": "88.977", + "min": "86.442", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "369.278", + "max": "374.647", + "min": "368.786", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "248.242", + "max": "251.616", + "min": "247.614", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "242.721", + "max": "243.74", + "min": "242.352", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "252.282", + "max": "254.624", + "min": "251.874", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "320.611", + "max": "485.507", + "min": "246.014", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "323.952", + "max": "327.251", + "min": "323.404", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "186.993", + "max": "330.697", + "min": "178.196", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "179.125", + "max": "180.673", + "min": "178.873", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "177.278", + "max": "178.884", + "min": "176.391", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "211.754", + "max": "214.58", + "min": "210.381", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "81.246", + "max": "84.3", + "min": "80.773", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "266.16", + "max": "270.033", + "min": "265.407", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "302.304", + "max": "305.993", + "min": "301.965", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "236.892", + "max": "239.564", + "min": "236.475", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "239.33", + "max": "242.102", + "min": "238.904", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "240.729", + "max": "244.326", + "min": "240.212", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "439.868", + "max": "443.36", + "min": "438.554", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "256.289", + "max": "257.179", + "min": "256.131", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "211.201", + "max": "214.806", + "min": "210.624", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "266.637", + "max": "273.824", + "min": "264.608", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "252.882", + "max": "256.879", + "min": "252.377", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "252.627", + "max": "252.793", + "min": "252.391", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "214.532", + "max": "220.041", + "min": "213.774", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "170.82", + "max": "175.076", + "min": "170.225", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "322.334", + "max": "326.882", + "min": "321.587", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "181.196", + "max": "184.726", + "min": "180.71", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "176.939", + "max": "180.715", + "min": "176.459", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "320.605", + "max": "323.436", + "min": "320.036", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "155.29", + "max": "165.356", + "min": "154.315", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "184.317", + "max": "199.679", + "min": "183.451", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "281.612", + "max": "283.825", + "min": "281.294", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "144.464", + "max": "149.75", + "min": "144.032", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "146.297", + "max": "150.48", + "min": "145.762", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "157.556", + "max": "165.517", + "min": "156.14", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "379.09", + "max": "385.386", + "min": "378.45", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "181.073", + "max": "183.554", + "min": "180.479", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "160.486", + "max": "179.475", + "min": "159.334", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "222.645", + "max": "225.761", + "min": "222.029", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "278.287", + "max": "281.602", + "min": "277.59", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "185.014", + "max": "187.237", + "min": "184.477", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "318.399", + "max": "359.722", + "min": "309.461", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "253.452", + "max": "256.122", + "min": "252.854", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "375.064", + "max": "442.487", + "min": "367.008", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "251.905", + "max": "254.618", + "min": "251.606", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "522.04", + "max": "524.497", + "min": "521.492", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "177.151", + "max": "179.617", + "min": "176.704", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "210.464", + "max": "212.196", + "min": "210.132", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "244.96", + "max": "246.497", + "min": "244.637", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "20.614", + "max": "25.155", + "min": "19.594", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "233.274", + "max": "234.589", + "min": "233.018", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "274.025", + "max": "278.473", + "min": "273.621", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "423.083", + "max": "424.623", + "min": "422.716", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "222.551", + "max": "225.013", + "min": "222.093", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "227.622", + "max": "235.09", + "min": "227.006", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "156.784", + "max": "158.782", + "min": "156.279", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "289.434", + "max": "292.722", + "min": "288.798", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "152.999", + "max": "155.559", + "min": "152.514", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "164.84", + "max": "165.76", + "min": "164.636", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "170.951", + "max": "192.063", + "min": "169.456", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "167.274", + "max": "173.005", + "min": "166.658", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "147.749", + "max": "150.959", + "min": "147.246", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "206.618", + "max": "207.698", + "min": "206.367", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "186.661", + "max": "191.238", + "min": "186.134", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "210.813", + "max": "217.019", + "min": "210.041", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "186.529", + "max": "195.968", + "min": "185.56", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "149.502", + "max": "151.516", + "min": "149.159", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "151.767", + "max": "154.609", + "min": "151.343", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "149.325", + "max": "166.173", + "min": "148.365", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "174.692", + "max": "176.855", + "min": "174.338", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "199.482", + "max": "201.979", + "min": "199.054", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "172.726", + "max": "177.969", + "min": "171.603", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "189.551", + "max": "246.387", + "min": "158.111", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "143.417", + "max": "146.286", + "min": "143.003", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "208.545", + "max": "213.065", + "min": "207.993", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "174.331", + "max": "191.228", + "min": "172.783", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "190.614", + "max": "198.002", + "min": "189.47", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "148.679", + "max": "153.064", + "min": "147.777", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "395.672", + "max": "397.993", + "min": "395.096", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "161.259", + "max": "164.714", + "min": "160.733", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "168.493", + "max": "171.38", + "min": "168.086", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "176.304", + "max": "178.001", + "min": "176.05", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "298.563", + "max": "305.126", + "min": "296.608", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "199.452", + "max": "202.459", + "min": "198.998", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "152.929", + "max": "166.508", + "min": "151.635", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "151.727", + "max": "159.761", + "min": "150.965", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "149.232", + "max": "152.604", + "min": "148.243", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "411.415", + "max": "415.348", + "min": "410.689", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "219.376", + "max": "223.968", + "min": "217.118", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "456.339", + "max": "473.995", + "min": "448.002", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "288.71", + "max": "292.359", + "min": "288.125", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "158.34", + "max": "160.778", + "min": "158.003", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "277.9", + "max": "281.432", + "min": "277.376", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "287.765", + "max": "288.664", + "min": "287.321", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "180.148", + "max": "182.387", + "min": "179.723", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "208.856", + "max": "212.569", + "min": "208.363", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "147.255", + "max": "151.421", + "min": "146.218", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "152.057", + "max": "153.772", + "min": "151.745", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "233.828", + "max": "234.938", + "min": "233.571", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "237.61", + "max": "240.59", + "min": "237.304", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "423.31", + "max": "426.941", + "min": "422.509", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "307.98", + "max": "327.798", + "min": "264.65", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "166.812", + "max": "172.918", + "min": "166.122", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "217.27", + "max": "220", + "min": "216.664", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "166.594", + "max": "169.286", + "min": "166.308", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "346.627", + "max": "680.065", + "min": "334.594", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "251.663", + "max": "253.655", + "min": "249.165", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "164.096", + "max": "166.225", + "min": "163.698", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "187.366", + "max": "195.263", + "min": "186.099", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "287.994", + "max": "316.588", + "min": "285.743", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "91.019", + "max": "93.973", + "min": "90.382", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "366.906", + "max": "369.412", + "min": "366.422", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "240.098", + "max": "243.582", + "min": "239.567", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "189.443", + "max": "192.433", + "min": "189.123", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "154.572", + "max": "158.644", + "min": "154.118", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "183.13", + "max": "183.768", + "min": "182.947", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "221.683", + "max": "223.535", + "min": "221.206", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "224.851", + "max": "231.179", + "min": "224.032", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "202.746", + "max": "205.428", + "min": "200.822", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "303.976", + "max": "305.936", + "min": "303.543", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "223.787", + "max": "225.64", + "min": "222.605", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "209.732", + "max": "212.627", + "min": "209.276", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "240.63", + "max": "243.733", + "min": "240.192", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "155.827", + "max": "158.033", + "min": "155.389", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "421.991", + "max": "425.551", + "min": "419.709", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "318.839", + "max": "318.839", + "min": "318.839", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "146.7", + "max": "149.288", + "min": "146.45", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "162.501", + "max": "163.527", + "min": "162.307", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "238.615", + "max": "240.589", + "min": "237.866", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "167.685", + "max": "186.982", + "min": "159.606", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "175.163", + "max": "178.097", + "min": "174.906", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "319.541", + "max": "322.585", + "min": "319.059", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "222.229", + "max": "224.069", + "min": "221.777", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "239.856", + "max": "244.037", + "min": "239.128", + "id": "42", + "country": "South Africa", + "source_name": "Cape Town", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "118": { + "name": "Kampala", + "data": { + "0": { + "avg": "385.702", + "max": "386.989", + "min": "385.296", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "447.03", + "max": "447.975", + "min": "446.657", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "244.771", + "max": "245.626", + "min": "244.327", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "185.692", + "max": "193.426", + "min": "184.553", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "163.501", + "max": "164.582", + "min": "162.925", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "396.808", + "max": "398.33", + "min": "396.129", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "154.583", + "max": "182.394", + "min": "152.891", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "453.887", + "max": "491.977", + "min": "448.837", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "204.863", + "max": "207.558", + "min": "204.342", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "210.879", + "max": "213.303", + "min": "210.284", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "147.713", + "max": "151.601", + "min": "146.997", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "285.055", + "max": "285.987", + "min": "284.596", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "232.643", + "max": "234.729", + "min": "232.213", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "243.209", + "max": "244.12", + "min": "242.831", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "253.491", + "max": "254.86", + "min": "253.032", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "258.646", + "max": "260.238", + "min": "258.282", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "160.619", + "max": "161.577", + "min": "160.133", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "249.252", + "max": "250.637", + "min": "248.832", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "153.522", + "max": "154.717", + "min": "153.051", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "192.019", + "max": "193.088", + "min": "191.666", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "449.66", + "max": "451.679", + "min": "449.115", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "268.259", + "max": "283.807", + "min": "267.149", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "299.34", + "max": "301.605", + "min": "298.881", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "317.662", + "max": "318.804", + "min": "316.99", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "202.425", + "max": "203.533", + "min": "201.658", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "185.698", + "max": "188.741", + "min": "185.136", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "153.584", + "max": "154.977", + "min": "152.95", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "187.265", + "max": "188.433", + "min": "186.951", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "172.272", + "max": "173.506", + "min": "171.743", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "288.213", + "max": "289.603", + "min": "287.66", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "331.986", + "max": "333.266", + "min": "331.515", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "189.037", + "max": "189.742", + "min": "188.624", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "294.56", + "max": "297.108", + "min": "293.986", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "209.417", + "max": "232.464", + "min": "207.531", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "167.938", + "max": "174.915", + "min": "167.006", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "323.766", + "max": "333.929", + "min": "322.852", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "313.154", + "max": "321.996", + "min": "312.256", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "317.721", + "max": "318.806", + "min": "317.269", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "262.88", + "max": "264.699", + "min": "262.32", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "231.406", + "max": "234.273", + "min": "230.931", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "86.438", + "max": "90.033", + "min": "85.514", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "164.745", + "max": "167.593", + "min": "164.118", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "199.312", + "max": "200.111", + "min": "198.694", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "192.365", + "max": "217.701", + "min": "190.675", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "361.254", + "max": "362.541", + "min": "360.859", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "179.165", + "max": "180.609", + "min": "178.511", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "180.384", + "max": "181.576", + "min": "180.104", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "322.312", + "max": "323.547", + "min": "321.688", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "411.801", + "max": "414.222", + "min": "411.011", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "277.035", + "max": "277.721", + "min": "276.633", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "255.067", + "max": "256.16", + "min": "254.646", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "327.754", + "max": "329.288", + "min": "327.113", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "227.305", + "max": "244.893", + "min": "206.656", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "256.411", + "max": "257.452", + "min": "256.115", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "273.726", + "max": "284.022", + "min": "270.093", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "323.485", + "max": "324.97", + "min": "323.05", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "193.824", + "max": "196.869", + "min": "192.639", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "516.069", + "max": "518.771", + "min": "515.462", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "192.808", + "max": "195.996", + "min": "191.704", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "161.434", + "max": "165.568", + "min": "160.702", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "193.597", + "max": "196.61", + "min": "192.746", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "199.891", + "max": "216.266", + "min": "198.243", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "318.581", + "max": "328.01", + "min": "316.632", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "423.491", + "max": "435.343", + "min": "422.383", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "206.99", + "max": "210.436", + "min": "206.613", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "195.329", + "max": "196.591", + "min": "194.853", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "252.239", + "max": "256.05", + "min": "251.657", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "212.849", + "max": "213.722", + "min": "212.323", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "414.958", + "max": "417.578", + "min": "413.972", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "284.825", + "max": "289.872", + "min": "284.258", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "360.017", + "max": "361.847", + "min": "359.233", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "309.005", + "max": "311.405", + "min": "308.244", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "331.3", + "max": "335.357", + "min": "330.711", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "263.764", + "max": "264.744", + "min": "263.381", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "212.462", + "max": "214.35", + "min": "211.779", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "183.087", + "max": "184.359", + "min": "182.637", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "246.004", + "max": "248.156", + "min": "245.271", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "315.21", + "max": "317.496", + "min": "314.833", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "263.498", + "max": "264.603", + "min": "263.052", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "270.027", + "max": "270.972", + "min": "269.556", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "303.532", + "max": "305.075", + "min": "303.067", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "246.042", + "max": "247.506", + "min": "245.436", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "246.122", + "max": "250.618", + "min": "245.102", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "304.51", + "max": "305.697", + "min": "304.055", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "285.996", + "max": "287.049", + "min": "285.551", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "215.835", + "max": "217.323", + "min": "215.021", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "192.776", + "max": "194.476", + "min": "192.165", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "266.474", + "max": "275.24", + "min": "265.828", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "245.207", + "max": "247.083", + "min": "244.499", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "181.65", + "max": "183.83", + "min": "181.046", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "274.749", + "max": "276.114", + "min": "273.91", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "305.889", + "max": "307.654", + "min": "305.215", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "195.795", + "max": "197.26", + "min": "195.157", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "438.965", + "max": "440.399", + "min": "438.354", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "237.429", + "max": "237.976", + "min": "237.046", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "280.8", + "max": "282.871", + "min": "280.301", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "306.092", + "max": "314.195", + "min": "305.062", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "300.768", + "max": "308.011", + "min": "299.692", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "296.441", + "max": "299.247", + "min": "295.967", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "261.782", + "max": "262.429", + "min": "261.352", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "272.44", + "max": "274.511", + "min": "271.845", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "321.86", + "max": "323.826", + "min": "321.176", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "216.298", + "max": "218.619", + "min": "215.493", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "465.506", + "max": "470.694", + "min": "464.527", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "268.544", + "max": "271.487", + "min": "267.864", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "490.796", + "max": "526.611", + "min": "478.431", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "351.123", + "max": "355.809", + "min": "350.599", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "230.463", + "max": "231.741", + "min": "230.098", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "257.974", + "max": "259.321", + "min": "257.482", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "330.721", + "max": "333.955", + "min": "330.033", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "513.121", + "max": "519.262", + "min": "512.262", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "421.921", + "max": "422.745", + "min": "421.404", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "251.521", + "max": "254.219", + "min": "251.145", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "22.426", + "max": "24.868", + "min": "21.674", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "441.191", + "max": "569.923", + "min": "291.972", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "319.899", + "max": "399.809", + "min": "246.717", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "0.023", + "max": "0.119", + "min": "0.017", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "397.578", + "max": "404.38", + "min": "396.882", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "279.682", + "max": "280.978", + "min": "279.312", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "261.727", + "max": "263.094", + "min": "261.212", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "281.717", + "max": "283.182", + "min": "281.088", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "347.1", + "max": "492.282", + "min": "266.874", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "318.981", + "max": "321.752", + "min": "318.28", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "200.656", + "max": "369.275", + "min": "193.772", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "194.226", + "max": "195.633", + "min": "193.714", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "167.349", + "max": "168.139", + "min": "166.908", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "252.821", + "max": "254.733", + "min": "251.779", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "9.209", + "max": "9.975", + "min": "8.8", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "185.497", + "max": "187.391", + "min": "184.891", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "334.467", + "max": "337.714", + "min": "333.782", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "255.138", + "max": "256.721", + "min": "254.595", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "254.979", + "max": "255.956", + "min": "254.507", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "259.853", + "max": "261.049", + "min": "259.286", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "510.522", + "max": "511.92", + "min": "509.605", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "289.375", + "max": "290.623", + "min": "288.92", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "240.213", + "max": "241.573", + "min": "239.729", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "301.192", + "max": "310.558", + "min": "300.003", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "289.342", + "max": "292.42", + "min": "288.564", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "279.486", + "max": "280.509", + "min": "279.009", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "231.285", + "max": "232.484", + "min": "230.626", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "197.86", + "max": "201.754", + "min": "197.28", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "354.614", + "max": "358.801", + "min": "353.707", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "199.503", + "max": "200.654", + "min": "198.891", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "175.353", + "max": "176.25", + "min": "174.853", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "336.285", + "max": "340.651", + "min": "335.673", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "171.049", + "max": "180.175", + "min": "170.22", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "198.411", + "max": "200.638", + "min": "197.61", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "286.036", + "max": "287.898", + "min": "285.406", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "179.026", + "max": "182.08", + "min": "178.37", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "167.171", + "max": "168.186", + "min": "166.819", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "169.795", + "max": "180.161", + "min": "167.978", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "418.029", + "max": "419.555", + "min": "417.634", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "194.637", + "max": "197.183", + "min": "194.198", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "161.078", + "max": "175.11", + "min": "159.585", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "254.018", + "max": "255.138", + "min": "253.445", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "332.496", + "max": "333.626", + "min": "332.142", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "207.289", + "max": "210.801", + "min": "206.241", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "457.607", + "max": "504.993", + "min": "449.349", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "290.048", + "max": "291.714", + "min": "289.487", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "419.663", + "max": "519.038", + "min": "413.056", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "289.626", + "max": "290.861", + "min": "289.057", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "544.807", + "max": "545.607", + "min": "544.228", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "208.928", + "max": "210.543", + "min": "208.369", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "251.978", + "max": "253.158", + "min": "251.562", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "268.358", + "max": "277.074", + "min": "267.304", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "63.756", + "max": "65.071", + "min": "63.397", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "239.314", + "max": "240.161", + "min": "238.926", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "309.002", + "max": "313.241", + "min": "308.103", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "231.505", + "max": "234.02", + "min": "230.975", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "246.603", + "max": "247.605", + "min": "246.238", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "257.883", + "max": "261.713", + "min": "257.253", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "174.848", + "max": "176.212", + "min": "174.091", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "292.046", + "max": "317.52", + "min": "288.344", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "186.483", + "max": "187.976", + "min": "185.938", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "167.201", + "max": "175.807", + "min": "166.244", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "194.254", + "max": "217.042", + "min": "192.862", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "147.386", + "max": "149.703", + "min": "146.871", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "181.355", + "max": "184.167", + "min": "180.948", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "210.135", + "max": "211.396", + "min": "209.548", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "208.028", + "max": "210.253", + "min": "207.306", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "222.348", + "max": "230.112", + "min": "221.463", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "165.768", + "max": "167.488", + "min": "165.231", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "154.369", + "max": "156.247", + "min": "153.667", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "173.869", + "max": "175.535", + "min": "173.324", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "165.778", + "max": "166.965", + "min": "165.294", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "181.285", + "max": "182.701", + "min": "180.806", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "188.636", + "max": "193.508", + "min": "187.962", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "189.358", + "max": "191.481", + "min": "188.341", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "212.878", + "max": "269.501", + "min": "178.772", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "172.445", + "max": "181.972", + "min": "171.756", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "205.19", + "max": "208.946", + "min": "204.334", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "195.804", + "max": "196.648", + "min": "195.234", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "216.528", + "max": "219.203", + "min": "215.821", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "164.363", + "max": "166.337", + "min": "163.882", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "359.134", + "max": "360.213", + "min": "358.595", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "171.175", + "max": "172.382", + "min": "170.674", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "207.953", + "max": "210.695", + "min": "207.039", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "189.769", + "max": "211.963", + "min": "188.577", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "316.421", + "max": "323.089", + "min": "314.647", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "233.918", + "max": "236.176", + "min": "233.375", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "188.061", + "max": "192.954", + "min": "187.171", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "180.532", + "max": "184.2", + "min": "179.605", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "167.806", + "max": "171.571", + "min": "167.26", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "457.152", + "max": "470.389", + "min": "453.415", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "224.387", + "max": "229.564", + "min": "223.513", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "251.159", + "max": "262.216", + "min": "216.002", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "295.376", + "max": "301.416", + "min": "294.694", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "170.413", + "max": "179.895", + "min": "169.26", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "296.378", + "max": "298.138", + "min": "295.797", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "322.194", + "max": "324.361", + "min": "321.367", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "211.461", + "max": "214.508", + "min": "210.899", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "210.742", + "max": "211.557", + "min": "210.328", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "180.63", + "max": "182.904", + "min": "179.765", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "167.582", + "max": "169.2", + "min": "166.758", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "269.214", + "max": "272.141", + "min": "268.606", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "288.426", + "max": "290.783", + "min": "287.973", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "412.509", + "max": "585.326", + "min": "406.038", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "236.688", + "max": "237.366", + "min": "236.375", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "201.359", + "max": "204.502", + "min": "200.672", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "236.736", + "max": "238.088", + "min": "236.292", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "188.197", + "max": "191.07", + "min": "187.593", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "348.442", + "max": "353.123", + "min": "347.872", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "284.091", + "max": "288.046", + "min": "281.02", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "184.728", + "max": "185.709", + "min": "184.272", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "199.905", + "max": "207.767", + "min": "199.007", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "288.276", + "max": "291.379", + "min": "287.05", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "173.67", + "max": "186.783", + "min": "172.588", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "404.264", + "max": "407.481", + "min": "403.474", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "214.596", + "max": "245.243", + "min": "212.991", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "191.434", + "max": "193.321", + "min": "190.813", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "171.093", + "max": "233.371", + "min": "168.441", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "177.525", + "max": "179.481", + "min": "176.959", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "235.35", + "max": "237.589", + "min": "234.556", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "247.617", + "max": "265.024", + "min": "246.658", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "200.202", + "max": "206.875", + "min": "198.508", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "331.094", + "max": "335.769", + "min": "329.719", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "237.411", + "max": "239.644", + "min": "236.302", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "217.849", + "max": "219.804", + "min": "217.385", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "269.519", + "max": "378.61", + "min": "264.935", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "189.573", + "max": "192.128", + "min": "189.039", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "385.237", + "max": "387.235", + "min": "384.76", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "330.382", + "max": "330.382", + "min": "330.382", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "151.248", + "max": "154.385", + "min": "150.791", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "176.585", + "max": "177.233", + "min": "176.29", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "268.311", + "max": "269.776", + "min": "267.721", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "200.641", + "max": "211.289", + "min": "192.134", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "182.891", + "max": "187.163", + "min": "182.379", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "271.67", + "max": "296.313", + "min": "269.913", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "251.57", + "max": "255.49", + "min": "250.957", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "242.383", + "max": "254.111", + "min": "241.471", + "id": "118", + "country": "Uganda", + "source_name": "Kampala", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "131": { + "name": "Nairobi", + "data": { + "0": { + "avg": "355.38", + "max": "359.08", + "min": "355.015", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "413.374", + "max": "415.336", + "min": "412.872", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "255.587", + "max": "256.613", + "min": "255.329", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "263.018", + "max": "278.699", + "min": "261.977", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "244.396", + "max": "245.023", + "min": "244.063", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "399.115", + "max": "399.476", + "min": "398.932", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "160.347", + "max": "162.507", + "min": "159.865", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "409.598", + "max": "416.952", + "min": "408.476", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "211.865", + "max": "212.333", + "min": "211.523", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "196.515", + "max": "197.88", + "min": "196.156", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "173.728", + "max": "174.4", + "min": "173.485", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "271.058", + "max": "272.073", + "min": "270.715", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "249.837", + "max": "250.126", + "min": "249.593", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "250.177", + "max": "252.77", + "min": "249.756", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "248.98", + "max": "250.114", + "min": "248.605", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "250.638", + "max": "252.183", + "min": "250.162", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "157.077", + "max": "158.284", + "min": "156.71", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "295.362", + "max": "296.509", + "min": "295.086", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "251.632", + "max": "252.338", + "min": "251.374", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "190.158", + "max": "190.709", + "min": "189.995", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "428.548", + "max": "429.211", + "min": "428.319", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "299.032", + "max": "307.833", + "min": "298.569", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "297.885", + "max": "298.474", + "min": "297.6", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "314.524", + "max": "314.885", + "min": "314.299", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "187.943", + "max": "189.526", + "min": "187.591", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "173.089", + "max": "174.123", + "min": "172.871", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "149.171", + "max": "151.056", + "min": "148.858", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "170.859", + "max": "171.12", + "min": "170.681", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "164.627", + "max": "165.645", + "min": "164.325", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "290.239", + "max": "291.212", + "min": "289.875", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "309.725", + "max": "310.049", + "min": "309.541", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "197.857", + "max": "198.962", + "min": "197.637", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "286.638", + "max": "287.56", + "min": "286.361", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "186.498", + "max": "187.053", + "min": "186.246", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "159.676", + "max": "161.966", + "min": "159.216", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "252.987", + "max": "255.123", + "min": "252.543", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "321.438", + "max": "327.186", + "min": "321.029", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "287.077", + "max": "287.355", + "min": "286.758", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "244.188", + "max": "244.917", + "min": "243.924", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "207.996", + "max": "209.445", + "min": "207.538", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "80.185", + "max": "81.84", + "min": "79.847", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "253.414", + "max": "254.237", + "min": "252.94", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "197.568", + "max": "200.34", + "min": "197.072", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "188.239", + "max": "188.721", + "min": "187.994", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "297.579", + "max": "300.349", + "min": "297.263", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "181.239", + "max": "181.967", + "min": "180.781", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "164.844", + "max": "165.275", + "min": "164.58", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "364.959", + "max": "366.015", + "min": "364.584", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "380.179", + "max": "381.01", + "min": "379.79", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "254.953", + "max": "258.131", + "min": "254.61", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "239.508", + "max": "239.912", + "min": "239.247", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "298.398", + "max": "299.965", + "min": "298.102", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "217.928", + "max": "229.122", + "min": "205.567", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "257.623", + "max": "258.227", + "min": "257.374", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "264.946", + "max": "275.936", + "min": "261.168", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "343.003", + "max": "343.533", + "min": "342.666", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "199.403", + "max": "201.661", + "min": "198.445", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "458.793", + "max": "462.79", + "min": "458.432", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "181.914", + "max": "182.909", + "min": "181.561", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "165.437", + "max": "166.529", + "min": "165.221", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "185.916", + "max": "189.757", + "min": "185.171", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "202.251", + "max": "219.118", + "min": "200.616", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "199.37", + "max": "289.655", + "min": "190.59", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "418.106", + "max": "418.493", + "min": "417.868", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "200.472", + "max": "201.233", + "min": "199.981", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "187.409", + "max": "189.332", + "min": "187.082", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "295.128", + "max": "296.158", + "min": "294.93", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "199.895", + "max": "200.266", + "min": "199.562", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "391.453", + "max": "392.982", + "min": "390.752", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "319.176", + "max": "320.582", + "min": "318.849", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "364.256", + "max": "365.071", + "min": "363.988", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "302.137", + "max": "302.493", + "min": "301.861", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "322.552", + "max": "325.401", + "min": "322.186", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "263.615", + "max": "263.881", + "min": "263.429", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "196.036", + "max": "196.776", + "min": "195.824", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "175.221", + "max": "175.421", + "min": "174.961", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "298.494", + "max": "319.127", + "min": "297.571", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "285.958", + "max": "288.894", + "min": "285.498", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "255.842", + "max": "257.678", + "min": "255.301", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "246.772", + "max": "247.997", + "min": "246.546", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "301.723", + "max": "302.265", + "min": "301.531", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "247.136", + "max": "251.443", + "min": "246.562", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "229.149", + "max": "237.431", + "min": "228.391", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "296.878", + "max": "297.248", + "min": "296.667", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "263.524", + "max": "263.809", + "min": "263.303", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "224.753", + "max": "226.165", + "min": "224.277", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "159.401", + "max": "161.859", + "min": "158.977", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "312.146", + "max": "312.76", + "min": "311.984", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "270.372", + "max": "298.311", + "min": "269.124", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "155.618", + "max": "157.255", + "min": "155.274", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "266.996", + "max": "267.926", + "min": "266.153", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "297.859", + "max": "298.468", + "min": "297.55", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "187.679", + "max": "188.401", + "min": "187.446", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "426.545", + "max": "428.241", + "min": "426.263", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "228.601", + "max": "229.947", + "min": "228.169", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "258.702", + "max": "259.224", + "min": "258.373", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "296.232", + "max": "296.538", + "min": "296.021", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "287.425", + "max": "293.774", + "min": "286.46", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "307.446", + "max": "312.85", + "min": "306.924", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "311.368", + "max": "311.616", + "min": "311.174", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "246.251", + "max": "247.069", + "min": "245.976", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "279.399", + "max": "280.908", + "min": "278.994", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "199.401", + "max": "200.457", + "min": "199.071", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "554.753", + "max": "570.791", + "min": "532.983", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "271.08", + "max": "271.423", + "min": "270.815", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "484.879", + "max": "518.506", + "min": "470.228", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "321.705", + "max": "325.095", + "min": "321.335", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "232.884", + "max": "234.226", + "min": "232.619", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "324.727", + "max": "329.254", + "min": "324.335", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "354.251", + "max": "359.554", + "min": "353.299", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "196.34", + "max": "197.165", + "min": "196.059", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "421.449", + "max": "421.957", + "min": "421.214", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "215.926", + "max": "216.148", + "min": "215.717", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "110.503", + "max": "113.671", + "min": "109.942", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "431.197", + "max": "556.254", + "min": "268.249", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "382.574", + "max": "457.063", + "min": "311.259", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "9.71", + "max": "24.996", + "min": "8.65", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "370.625", + "max": "372.394", + "min": "370.274", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "303.355", + "max": "304.623", + "min": "303.054", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "275.449", + "max": "277.297", + "min": "274.998", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "267.922", + "max": "273.789", + "min": "267.204", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "335.785", + "max": "482.823", + "min": "258.957", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "324.891", + "max": "325.549", + "min": "324.463", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "200.173", + "max": "350.646", + "min": "192.478", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "185.452", + "max": "185.968", + "min": "185.263", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "176.796", + "max": "178.447", + "min": "176.148", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "214.851", + "max": "217.64", + "min": "213.043", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "0.04", + "max": "0.069", + "min": "0.021", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "175.342", + "max": "178.22", + "min": "174.925", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "362.262", + "max": "363.534", + "min": "362.002", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "264.584", + "max": "266.64", + "min": "264.363", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "239.479", + "max": "239.879", + "min": "239.195", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "253.8", + "max": "254.382", + "min": "253.488", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "448.649", + "max": "450.282", + "min": "447.785", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "264.483", + "max": "269.125", + "min": "264.105", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "316.108", + "max": "316.597", + "min": "315.819", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "275.616", + "max": "284.75", + "min": "273.762", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "266.181", + "max": "266.594", + "min": "265.863", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "265.977", + "max": "267.214", + "min": "265.557", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "244.881", + "max": "247.168", + "min": "244.405", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "262.616", + "max": "267.889", + "min": "262.182", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "268.74", + "max": "279.632", + "min": "267.855", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "190.869", + "max": "191.317", + "min": "190.525", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "171.39", + "max": "174.771", + "min": "170.942", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "310.646", + "max": "326.725", + "min": "308.582", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "246.332", + "max": "248.398", + "min": "245.751", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "190.126", + "max": "192.103", + "min": "189.807", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "274.572", + "max": "276.289", + "min": "274.264", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "151.377", + "max": "152.022", + "min": "151.184", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "178.619", + "max": "179.261", + "min": "178.337", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "173.949", + "max": "186.731", + "min": "172.591", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "405.574", + "max": "406.55", + "min": "405.28", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "200.647", + "max": "202.298", + "min": "200.394", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "152.18", + "max": "152.534", + "min": "151.88", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "233.929", + "max": "240.304", + "min": "233.139", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "293.768", + "max": "295.895", + "min": "293.241", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "184.506", + "max": "187.254", + "min": "183.983", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "229.02", + "max": "279.48", + "min": "220.821", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "273.246", + "max": "275.211", + "min": "272.898", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "405.542", + "max": "467.054", + "min": "399.241", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "367.652", + "max": "368.029", + "min": "367.444", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "514.832", + "max": "516.183", + "min": "514.295", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "184.121", + "max": "184.532", + "min": "183.895", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "227.92", + "max": "228.311", + "min": "227.65", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "247.226", + "max": "248.663", + "min": "246.697", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "56.311", + "max": "60.054", + "min": "55.978", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "232.557", + "max": "250.173", + "min": "231.788", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "340.113", + "max": "340.407", + "min": "339.891", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "238.37", + "max": "238.903", + "min": "238.152", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "237.332", + "max": "244.384", + "min": "236.808", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "301.608", + "max": "304.222", + "min": "301.374", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "169.624", + "max": "172.967", + "min": "169.008", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "296.314", + "max": "296.502", + "min": "296.18", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "179.192", + "max": "180.162", + "min": "178.834", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "242.875", + "max": "243.849", + "min": "242.518", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "173.297", + "max": "184.948", + "min": "172.512", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "137.515", + "max": "137.842", + "min": "137.342", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "180.417", + "max": "181.365", + "min": "180.051", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "196.997", + "max": "198.349", + "min": "196.652", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "193.732", + "max": "195.319", + "min": "193.451", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "209.663", + "max": "211.076", + "min": "209.37", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "156.568", + "max": "156.892", + "min": "156.346", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "161.121", + "max": "163.894", + "min": "160.694", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "155.657", + "max": "156.126", + "min": "155.457", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "158.069", + "max": "158.48", + "min": "157.814", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "196.805", + "max": "197.428", + "min": "196.525", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "198.219", + "max": "212.618", + "min": "197.093", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "253.412", + "max": "255.75", + "min": "252.737", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "181.663", + "max": "200.127", + "min": "170.114", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "165.388", + "max": "165.786", + "min": "165.072", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "188.335", + "max": "189.199", + "min": "188.099", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "190.136", + "max": "223.176", + "min": "187.665", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "202.77", + "max": "205.023", + "min": "202.153", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "153.525", + "max": "155.858", + "min": "152.98", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "350.015", + "max": "376.172", + "min": "348.752", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "169.04", + "max": "170.132", + "min": "168.765", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "199.746", + "max": "200.596", + "min": "199.199", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "204.11", + "max": "205.028", + "min": "203.869", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "370.615", + "max": "374.79", + "min": "369.249", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "283.423", + "max": "284.507", + "min": "283.18", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "169.684", + "max": "174.498", + "min": "169.193", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "247.299", + "max": "250.404", + "min": "246.63", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "144.893", + "max": "145.193", + "min": "144.594", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "445.855", + "max": "446.246", + "min": "445.56", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "219.577", + "max": "231.844", + "min": "218.112", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "275.433", + "max": "298.002", + "min": "200.334", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "300.735", + "max": "301.312", + "min": "300.477", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "165.202", + "max": "165.786", + "min": "164.945", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "287.958", + "max": "288.606", + "min": "287.633", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "301.808", + "max": "305.671", + "min": "301.379", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "191.266", + "max": "192.841", + "min": "190.827", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "201.608", + "max": "202.324", + "min": "201.303", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "173.271", + "max": "175.373", + "min": "172.699", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "174.623", + "max": "176.836", + "min": "174.035", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "250.181", + "max": "250.818", + "min": "249.969", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "274.408", + "max": "274.656", + "min": "274.218", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "365.729", + "max": "366.806", + "min": "365.238", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "236.243", + "max": "236.697", + "min": "236.023", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "193.644", + "max": "195.81", + "min": "193.272", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "318.91", + "max": "319.813", + "min": "318.669", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "234.282", + "max": "234.626", + "min": "234.013", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "358.279", + "max": "362.964", + "min": "357.76", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "261.381", + "max": "264.831", + "min": "258.96", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "164.615", + "max": "164.896", + "min": "164.417", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "208.385", + "max": "210.111", + "min": "207.59", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "285.727", + "max": "299.426", + "min": "284.414", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "165.787", + "max": "167.254", + "min": "165.358", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "390.503", + "max": "391.04", + "min": "390.18", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "235.172", + "max": "236.114", + "min": "234.881", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "157.255", + "max": "157.465", + "min": "157.011", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "173.707", + "max": "175.995", + "min": "173.313", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "171.468", + "max": "171.813", + "min": "171.252", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "255.084", + "max": "258.38", + "min": "254.407", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "251.979", + "max": "257.183", + "min": "251.54", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "191.4", + "max": "199.854", + "min": "189.437", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "326.045", + "max": "327.385", + "min": "324.861", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "244.772", + "max": "246.076", + "min": "243.765", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "200.326", + "max": "201.478", + "min": "200.075", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "255.135", + "max": "255.528", + "min": "254.928", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "173.36", + "max": "177.381", + "min": "172.729", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "368.917", + "max": "369.806", + "min": "364.032", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "339.1", + "max": "339.1", + "min": "339.1", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "157.991", + "max": "158.992", + "min": "157.685", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "168.983", + "max": "169.671", + "min": "168.81", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "245.717", + "max": "246.925", + "min": "245.427", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "188.441", + "max": "206.577", + "min": "180.665", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "187.978", + "max": "188.804", + "min": "187.684", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "284.003", + "max": "285.028", + "min": "283.621", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "241.826", + "max": "243.301", + "min": "241.403", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "253.87", + "max": "259.638", + "min": "252.694", + "id": "131", + "country": "Kenya", + "source_name": "Nairobi", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "175": { + "name": "Johannesburg", + "data": { + "0": { + "avg": "259.436", + "max": "259.6", + "min": "259.327", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "431.418", + "max": "435.082", + "min": "431.085", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "255.262", + "max": "255.553", + "min": "255.175", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "187.058", + "max": "194.052", + "min": "186.439", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "168.64", + "max": "168.91", + "min": "168.454", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "395.596", + "max": "395.769", + "min": "395.518", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "182.186", + "max": "182.387", + "min": "182.003", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "443.914", + "max": "456.155", + "min": "442.944", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "221.164", + "max": "221.744", + "min": "221.005", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "190.15", + "max": "194.351", + "min": "189.799", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "156.604", + "max": "157.095", + "min": "156.385", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "271.703", + "max": "289.538", + "min": "270.795", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "227.727", + "max": "227.865", + "min": "227.598", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "244.577", + "max": "244.802", + "min": "244.508", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "267.616", + "max": "268.822", + "min": "267.476", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "252.385", + "max": "253.069", + "min": "252.058", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "164.423", + "max": "164.957", + "min": "164.228", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "247.897", + "max": "247.97", + "min": "247.84", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "166.822", + "max": "167.011", + "min": "166.668", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "186.727", + "max": "186.825", + "min": "186.654", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "453.408", + "max": "453.51", + "min": "453.269", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "246.739", + "max": "246.822", + "min": "246.644", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "310.204", + "max": "310.638", + "min": "310.08", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "300.552", + "max": "303.782", + "min": "300.223", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "193.223", + "max": "194.023", + "min": "192.993", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "182.341", + "max": "182.441", + "min": "182.231", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "189.769", + "max": "192.145", + "min": "189.492", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "185.339", + "max": "185.753", + "min": "185.162", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "174.493", + "max": "174.616", + "min": "174.432", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "286.453", + "max": "287.552", + "min": "286.169", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "345.416", + "max": "345.613", + "min": "345.279", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "195.002", + "max": "195.311", + "min": "194.89", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "306.323", + "max": "309.563", + "min": "306.07", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "211.319", + "max": "211.526", + "min": "211.201", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "182.946", + "max": "184.866", + "min": "182.659", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "282.35", + "max": "285.724", + "min": "281.843", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "300.13", + "max": "300.429", + "min": "300.048", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "323.517", + "max": "323.751", + "min": "323.325", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "271.141", + "max": "271.301", + "min": "271.011", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "250.647", + "max": "250.831", + "min": "250.45", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "20.207", + "max": "22.678", + "min": "19.652", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "175.273", + "max": "177.802", + "min": "174.841", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "214.839", + "max": "215.046", + "min": "214.696", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "189.405", + "max": "190.592", + "min": "189.237", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "358.343", + "max": "358.485", + "min": "358.25", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "189.02", + "max": "189.639", + "min": "188.546", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "200.4", + "max": "201.089", + "min": "200.274", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "321.926", + "max": "322.189", + "min": "321.769", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "407.369", + "max": "407.664", + "min": "407.153", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "281.841", + "max": "281.912", + "min": "281.777", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "234.212", + "max": "234.578", + "min": "234.038", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "322.803", + "max": "323.029", + "min": "322.669", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "218.997", + "max": "251.578", + "min": "176.466", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "252.512", + "max": "253.079", + "min": "252.36", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "286.688", + "max": "299.894", + "min": "282.963", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "280.829", + "max": "281.233", + "min": "280.588", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "198.198", + "max": "199.61", + "min": "197.3", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "465.803", + "max": "465.982", + "min": "465.691", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "214.578", + "max": "215.694", + "min": "214.269", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "173.752", + "max": "174.166", + "min": "173.637", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "208.969", + "max": "210.787", + "min": "208.514", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "223.026", + "max": "247.353", + "min": "221.085", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "238.978", + "max": "268.747", + "min": "236.731", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "281.469", + "max": "281.596", + "min": "281.357", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "211.303", + "max": "211.426", + "min": "211.134", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "206.533", + "max": "206.971", + "min": "206.383", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "230.973", + "max": "231.538", + "min": "230.841", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "223.248", + "max": "223.528", + "min": "222.958", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "409.708", + "max": "411.295", + "min": "409.171", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "273.197", + "max": "275.049", + "min": "272.969", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "267.785", + "max": "271.527", + "min": "267.411", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "302.319", + "max": "303.929", + "min": "302.043", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "320.085", + "max": "323.867", + "min": "319.627", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "252.264", + "max": "252.365", + "min": "252.187", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "196.215", + "max": "197.461", + "min": "195.93", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "177.432", + "max": "177.691", + "min": "177.237", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "244.466", + "max": "244.66", + "min": "244.346", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "293.931", + "max": "294.566", + "min": "293.749", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "251.896", + "max": "255.468", + "min": "251.526", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "242.056", + "max": "242.956", + "min": "241.862", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "283.196", + "max": "283.451", + "min": "282.894", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "243.458", + "max": "244.018", + "min": "243.161", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "282.493", + "max": "290.482", + "min": "281.343", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "294.05", + "max": "294.277", + "min": "293.922", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "276.01", + "max": "276.263", + "min": "275.926", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "218.621", + "max": "219.686", + "min": "218.267", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "175.123", + "max": "175.726", + "min": "174.925", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "266.274", + "max": "266.677", + "min": "266.16", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "267.377", + "max": "269.215", + "min": "267.179", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "166.864", + "max": "169.542", + "min": "166.591", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "267.358", + "max": "268.722", + "min": "266.724", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "319.328", + "max": "319.717", + "min": "319.177", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "195.382", + "max": "195.457", + "min": "195.33", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "409.155", + "max": "412.203", + "min": "408.925", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "234.666", + "max": "235.844", + "min": "234.549", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "266.4", + "max": "266.809", + "min": "266.143", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "316.516", + "max": "316.819", + "min": "316.256", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "299.066", + "max": "314.566", + "min": "297.99", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "315.413", + "max": "315.88", + "min": "315.293", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "245.511", + "max": "247.937", + "min": "245.321", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "272.654", + "max": "272.827", + "min": "272.551", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "310.046", + "max": "310.266", + "min": "309.927", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "215.342", + "max": "215.656", + "min": "215.189", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "457.145", + "max": "458.832", + "min": "456.609", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "266.018", + "max": "267.213", + "min": "265.766", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "503.495", + "max": "539.728", + "min": "489.001", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "334.655", + "max": "336.271", + "min": "334.413", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "237.902", + "max": "238.074", + "min": "237.72", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "259.795", + "max": "259.98", + "min": "259.686", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "286.326", + "max": "289.334", + "min": "285.287", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "211.888", + "max": "212.302", + "min": "211.768", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "409.947", + "max": "410.147", + "min": "409.824", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "242.336", + "max": "242.482", + "min": "242.246", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "48.919", + "max": "49.638", + "min": "48.712", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "464.192", + "max": "590.239", + "min": "303.106", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "305.118", + "max": "378.929", + "min": "238.17", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "64.407", + "max": "76.195", + "min": "63.308", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "298.018", + "max": "298.865", + "min": "297.859", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "268.231", + "max": "268.429", + "min": "268.127", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "267.977", + "max": "268.985", + "min": "267.586", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "263.001", + "max": "264.085", + "min": "262.803", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "330.306", + "max": "481.707", + "min": "248.961", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "342.426", + "max": "343.255", + "min": "341.943", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "211.939", + "max": "387.003", + "min": "200.727", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "204.699", + "max": "204.884", + "min": "204.555", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "199.625", + "max": "200.38", + "min": "199.121", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "241.626", + "max": "242.322", + "min": "240.753", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "56.233", + "max": "56.494", + "min": "56.09", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "210.619", + "max": "216.387", + "min": "210.227", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "328.86", + "max": "330.506", + "min": "328.735", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "267.589", + "max": "267.837", + "min": "267.5", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "258.175", + "max": "258.611", + "min": "258.028", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "247.688", + "max": "247.985", + "min": "247.472", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "460.677", + "max": "461.366", + "min": "460.086", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "290.924", + "max": "291.38", + "min": "290.836", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "230.407", + "max": "230.572", + "min": "230.244", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "272.782", + "max": "277.386", + "min": "272.248", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "262.184", + "max": "262.354", + "min": "262.041", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "259.946", + "max": "260.136", + "min": "259.835", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "230.678", + "max": "230.802", + "min": "230.574", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "188.404", + "max": "188.874", + "min": "188.264", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "323.119", + "max": "324.427", + "min": "322.803", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "212.568", + "max": "213.077", + "min": "212.353", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "185.891", + "max": "186.06", + "min": "185.68", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "327.59", + "max": "331.003", + "min": "327.165", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "182.038", + "max": "182.756", + "min": "181.907", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "198.311", + "max": "201.484", + "min": "198.058", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "309.211", + "max": "309.707", + "min": "309.061", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "163.125", + "max": "163.726", + "min": "163", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "161.261", + "max": "161.332", + "min": "161.206", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "185.613", + "max": "205.432", + "min": "183.519", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "406.033", + "max": "406.327", + "min": "405.944", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "202.005", + "max": "204.456", + "min": "201.77", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "169.263", + "max": "179.368", + "min": "168.401", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "244.032", + "max": "244.525", + "min": "243.565", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "290.236", + "max": "290.589", + "min": "289.964", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "208.582", + "max": "209.996", + "min": "208.328", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "270.709", + "max": "310.94", + "min": "263.2", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "268.169", + "max": "268.367", + "min": "267.987", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "397.46", + "max": "493.177", + "min": "390.791", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "294.728", + "max": "294.902", + "min": "294.636", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "549.352", + "max": "549.612", + "min": "549.005", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "198.94", + "max": "199.135", + "min": "198.764", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "237.372", + "max": "237.917", + "min": "237.22", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "269.025", + "max": "269.213", + "min": "268.902", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "0.033", + "max": "0.062", + "min": "0.024", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "253.439", + "max": "253.709", + "min": "253.332", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "284.835", + "max": "285.3", + "min": "284.675", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "239.238", + "max": "242.199", + "min": "233.548", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "231.478", + "max": "231.67", + "min": "231.345", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "241.259", + "max": "241.309", + "min": "241.208", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "187.798", + "max": "188.227", + "min": "187.573", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "292.032", + "max": "292.138", + "min": "291.955", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "175.197", + "max": "176.343", + "min": "175.055", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "183.179", + "max": "183.548", + "min": "182.887", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "196.835", + "max": "197.029", + "min": "196.732", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "170.85", + "max": "171.057", + "min": "170.788", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "164.522", + "max": "165.04", + "min": "164.26", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "209.306", + "max": "211.086", + "min": "209.144", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "205.84", + "max": "205.989", + "min": "205.747", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "231.418", + "max": "236.515", + "min": "231.138", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "195.675", + "max": "195.828", + "min": "195.538", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "183.134", + "max": "184.866", + "min": "182.76", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "174.386", + "max": "174.528", + "min": "174.294", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "182.366", + "max": "182.617", + "min": "182.212", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "187.618", + "max": "188.134", + "min": "187.511", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "217.503", + "max": "217.736", + "min": "217.242", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "189.29", + "max": "191.628", + "min": "188.717", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "209.717", + "max": "262.797", + "min": "180.246", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "156.592", + "max": "156.686", + "min": "156.516", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "211.833", + "max": "212.272", + "min": "211.661", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "197.998", + "max": "199.264", + "min": "197.812", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "207.406", + "max": "208.015", + "min": "206.995", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "169.92", + "max": "186.295", + "min": "169.112", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "285.642", + "max": "288.895", + "min": "284.845", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "186.061", + "max": "186.946", + "min": "185.865", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "221.682", + "max": "222.188", + "min": "221.495", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "189.079", + "max": "189.188", + "min": "189.005", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "324.96", + "max": "329.123", + "min": "323.784", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "218.175", + "max": "218.383", + "min": "218.048", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "164.42", + "max": "164.989", + "min": "164.265", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "180.1", + "max": "183.356", + "min": "179.64", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "181.619", + "max": "181.91", + "min": "181.323", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "451.353", + "max": "463.954", + "min": "448.763", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "241.423", + "max": "243.043", + "min": "241.034", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "250.916", + "max": "257.442", + "min": "219.667", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "312.602", + "max": "312.937", + "min": "312.417", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "165.718", + "max": "165.967", + "min": "165.644", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "300.944", + "max": "301.136", + "min": "300.779", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "308.307", + "max": "308.452", + "min": "308.205", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "212.653", + "max": "213.05", + "min": "212.484", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "226.096", + "max": "226.986", + "min": "225.803", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "167.456", + "max": "168.451", + "min": "167.082", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "183.81", + "max": "185.042", + "min": "183.472", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "259.096", + "max": "259.414", + "min": "259.03", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "276.322", + "max": "276.436", + "min": "276.247", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "360.143", + "max": "360.404", + "min": "359.954", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "245.122", + "max": "248.646", + "min": "244.821", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "198.144", + "max": "198.369", + "min": "198.013", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "235.455", + "max": "235.517", + "min": "235.373", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "193.817", + "max": "193.997", + "min": "193.716", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "383.528", + "max": "696.422", + "min": "372.578", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "291.945", + "max": "295.749", + "min": "288.877", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "188.094", + "max": "188.219", + "min": "188.002", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "211.106", + "max": "217.445", + "min": "209.947", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "306.149", + "max": "310.628", + "min": "304.984", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "154.213", + "max": "155.429", + "min": "153.794", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "419.135", + "max": "419.334", + "min": "418.942", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "268.943", + "max": "269.496", + "min": "268.804", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "196.607", + "max": "196.735", + "min": "196.542", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "184.535", + "max": "184.739", + "min": "184.432", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "191.383", + "max": "191.503", + "min": "191.301", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "243.605", + "max": "247.793", + "min": "243.086", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "251.52", + "max": "251.698", + "min": "251.359", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "208.231", + "max": "210.81", + "min": "206.347", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "328.084", + "max": "332.033", + "min": "327.039", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "252.044", + "max": "254.088", + "min": "250.632", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "222.375", + "max": "223.788", + "min": "222.149", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "251.374", + "max": "251.653", + "min": "251.138", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "179.868", + "max": "181.806", + "min": "179.594", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "312.929", + "max": "316.202", + "min": "312.623", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "341.751", + "max": "341.751", + "min": "341.751", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "160.197", + "max": "160.37", + "min": "160.118", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "180.111", + "max": "180.276", + "min": "180.025", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "257.648", + "max": "258.189", + "min": "257.382", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "193.401", + "max": "202.176", + "min": "185.828", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "198.169", + "max": "198.774", + "min": "198.052", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "332.914", + "max": "334.7", + "min": "332.081", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "253.448", + "max": "254.509", + "min": "253.107", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "253.944", + "max": "259.1", + "min": "252.875", + "id": "175", + "country": "South Africa", + "source_name": "Johannesburg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "243": { + "name": "Lagos", + "data": { + "0": { + "avg": "127.932", + "max": "128.186", + "min": "127.649", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "409.071", + "max": "409.608", + "min": "408.748", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "220.891", + "max": "223.167", + "min": "220.437", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "123.321", + "max": "133.329", + "min": "122.363", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "100.975", + "max": "101.989", + "min": "100.638", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "326.409", + "max": "327.161", + "min": "326.054", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "230.332", + "max": "230.871", + "min": "229.959", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "415.438", + "max": "424.171", + "min": "414.383", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "147.955", + "max": "148.304", + "min": "147.57", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "122.54", + "max": "130.342", + "min": "121.881", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "97.347", + "max": "100.063", + "min": "96.883", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "210.526", + "max": "233.573", + "min": "209.504", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "165.088", + "max": "165.566", + "min": "164.682", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "246.641", + "max": "247.077", + "min": "246.29", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "187.559", + "max": "188.194", + "min": "187.2", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "210.423", + "max": "211.939", + "min": "209.715", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "228.532", + "max": "229.241", + "min": "228.085", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "181.599", + "max": "182.141", + "min": "181.187", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "116.817", + "max": "117.231", + "min": "116.524", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "252.331", + "max": "252.97", + "min": "252.014", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "413.305", + "max": "413.717", + "min": "412.988", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "197.02", + "max": "210.843", + "min": "196.18", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "254.568", + "max": "254.929", + "min": "254.332", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "258.316", + "max": "259.651", + "min": "258", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "133.026", + "max": "133.933", + "min": "132.667", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "117.949", + "max": "118.393", + "min": "117.666", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "108.911", + "max": "111.01", + "min": "108.449", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "124.098", + "max": "124.635", + "min": "123.842", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "115.892", + "max": "116.63", + "min": "115.585", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "234.305", + "max": "236.683", + "min": "233.765", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "385.743", + "max": "387.043", + "min": "385.392", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "261.504", + "max": "262.038", + "min": "261.009", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "231.174", + "max": "243.818", + "min": "230.369", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "142.159", + "max": "142.915", + "min": "141.732", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "121.194", + "max": "122.138", + "min": "120.75", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "266.328", + "max": "304.488", + "min": "264.448", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "283.36", + "max": "284.272", + "min": "283.039", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "239.248", + "max": "239.629", + "min": "238.971", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "292.21", + "max": "293.338", + "min": "291.85", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "278.734", + "max": "280.085", + "min": "278.157", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "91.081", + "max": "96.197", + "min": "90.229", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "117.345", + "max": "119.409", + "min": "116.682", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "69.932", + "max": "70.225", + "min": "69.542", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "131.993", + "max": "133.727", + "min": "131.563", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "224.655", + "max": "224.948", + "min": "224.358", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "130.285", + "max": "131.292", + "min": "129.668", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "130.06", + "max": "130.485", + "min": "129.651", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "228.638", + "max": "229.177", + "min": "228.234", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "188.569", + "max": "192.389", + "min": "187.849", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "255.526", + "max": "256.168", + "min": "255.007", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "172.376", + "max": "173.52", + "min": "171.98", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "299.936", + "max": "300.424", + "min": "299.597", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "107.347", + "max": "191.211", + "min": "98.909", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "246.682", + "max": "253.545", + "min": "244.123", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "360.279", + "max": "374.424", + "min": "353.856", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "276.14", + "max": "277.094", + "min": "275.778", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "111.287", + "max": "112.688", + "min": "110.433", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "401.699", + "max": "402.008", + "min": "401.446", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "130.118", + "max": "133.584", + "min": "129.451", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "107.79", + "max": "108.55", + "min": "107.423", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "160.333", + "max": "161.798", + "min": "159.615", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "155.533", + "max": "191.145", + "min": "151.799", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "262.605", + "max": "285.307", + "min": "260.787", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "327.214", + "max": "328.143", + "min": "326.855", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "144.097", + "max": "144.897", + "min": "143.687", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "263.411", + "max": "263.939", + "min": "263.019", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "208.019", + "max": "208.539", + "min": "207.635", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "152.783", + "max": "153.277", + "min": "152.427", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "258.715", + "max": "260.989", + "min": "257.818", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "234.564", + "max": "235.098", + "min": "234.109", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "297.877", + "max": "299.891", + "min": "297.282", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "280.412", + "max": "280.785", + "min": "279.902", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "231.311", + "max": "235.674", + "min": "230.651", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "194.306", + "max": "195.539", + "min": "193.912", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "134.777", + "max": "135.911", + "min": "134.297", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "245.311", + "max": "246.058", + "min": "244.94", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "189.243", + "max": "189.732", + "min": "188.973", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "228.994", + "max": "230.312", + "min": "228.533", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "254.725", + "max": "263.496", + "min": "254.032", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "200.538", + "max": "200.922", + "min": "200.107", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "233.454", + "max": "235.144", + "min": "232.907", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "170.648", + "max": "171.364", + "min": "170.235", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "326.306", + "max": "327.2", + "min": "325.916", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "227.85", + "max": "230.393", + "min": "227.455", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "226.974", + "max": "227.394", + "min": "226.709", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "159.899", + "max": "160.887", + "min": "159.287", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "106.356", + "max": "114.427", + "min": "105.517", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "269.7", + "max": "271.045", + "min": "269.314", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "216.009", + "max": "216.356", + "min": "215.807", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.835", + "max": "105.523", + "min": "102.379", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "304.837", + "max": "306.698", + "min": "303.894", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "334.458", + "max": "337.187", + "min": "333.9", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "110.204", + "max": "110.582", + "min": "109.805", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "338.94", + "max": "339.267", + "min": "338.593", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "217.796", + "max": "218.098", + "min": "217.476", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "224.94", + "max": "225.723", + "min": "224.465", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "223.478", + "max": "224.091", + "min": "223.089", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "249.927", + "max": "258.548", + "min": "248.63", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "285.985", + "max": "286.597", + "min": "285.65", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "214.015", + "max": "216.599", + "min": "213.467", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "310.641", + "max": "311.071", + "min": "310.364", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "336.922", + "max": "337.865", + "min": "336.546", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "274.676", + "max": "275.731", + "min": "274.227", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "461.522", + "max": "463.973", + "min": "460.701", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "300.745", + "max": "301.564", + "min": "300.381", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "395.161", + "max": "395.566", + "min": "394.682", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "266.858", + "max": "268.477", + "min": "266.399", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "202.626", + "max": "203.214", + "min": "202.148", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "254.325", + "max": "255.964", + "min": "253.788", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "219.266", + "max": "220.062", + "min": "218.894", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "345.139", + "max": "345.942", + "min": "344.77", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "331.343", + "max": "335.623", + "min": "325.417", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "209.57", + "max": "214.479", + "min": "208.706", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "203.511", + "max": "218.5", + "min": "202.373", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "450.85", + "max": "575.264", + "min": "285.525", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "237.785", + "max": "342.254", + "min": "172.462", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "173.562", + "max": "179.119", + "min": "172.823", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "325.476", + "max": "327.248", + "min": "325.012", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "218.825", + "max": "219.66", + "min": "218.373", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "247.632", + "max": "248.527", + "min": "247.089", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "211.048", + "max": "217.337", + "min": "210.156", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "263.468", + "max": "417.984", + "min": "186.078", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "231.303", + "max": "231.914", + "min": "230.866", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "135.834", + "max": "276.531", + "min": "130.16", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "135.461", + "max": "135.971", + "min": "135.06", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "125.701", + "max": "126.474", + "min": "125.119", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "210.023", + "max": "211.231", + "min": "209.542", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "165.946", + "max": "166.496", + "min": "165.32", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "221.946", + "max": "225.501", + "min": "221.509", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "292.827", + "max": "296.053", + "min": "292.418", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "298.9", + "max": "299.367", + "min": "298.436", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "227.143", + "max": "233.128", + "min": "226.637", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "183.12", + "max": "183.424", + "min": "182.747", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "390.009", + "max": "391.703", + "min": "389.223", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "306.111", + "max": "306.874", + "min": "305.71", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "216.68", + "max": "217.705", + "min": "216.273", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "265.86", + "max": "273.377", + "min": "263.748", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "217.158", + "max": "219.42", + "min": "216.653", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "202.583", + "max": "203.367", + "min": "202.203", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "212.801", + "max": "214.606", + "min": "212.362", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "122.721", + "max": "123.498", + "min": "122.447", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.208", + "max": "250.836", + "min": "249.739", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "136.183", + "max": "136.623", + "min": "135.858", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "125.281", + "max": "126.088", + "min": "124.849", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "276.176", + "max": "287.48", + "min": "275.151", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "111.148", + "max": "111.866", + "min": "110.641", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "133.299", + "max": "140.397", + "min": "132.449", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "321.468", + "max": "327.949", + "min": "319.591", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "98.477", + "max": "99.251", + "min": "98.136", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "236.828", + "max": "237.153", + "min": "236.526", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "248.984", + "max": "273.566", + "min": "246.49", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "335.669", + "max": "336.945", + "min": "335.327", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "133.61", + "max": "134.321", + "min": "133.245", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "100.829", + "max": "101.959", + "min": "100.501", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "243.596", + "max": "243.969", + "min": "243.314", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "240.317", + "max": "245.535", + "min": "239.527", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "132.034", + "max": "132.758", + "min": "131.61", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "325.607", + "max": "366.93", + "min": "319.494", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "277.258", + "max": "278.539", + "min": "276.805", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "195.221", + "max": "295.109", + "min": "189.254", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "237.106", + "max": "239.28", + "min": "236.759", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "674.919", + "max": "675.687", + "min": "674.451", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "233.961", + "max": "234.532", + "min": "233.59", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "209.657", + "max": "210.305", + "min": "209.138", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "199.537", + "max": "200.579", + "min": "199.237", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "154.31", + "max": "155.099", + "min": "154.025", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "280.718", + "max": "281.2", + "min": "280.359", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "254.436", + "max": "255.252", + "min": "254.054", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "291.577", + "max": "293.893", + "min": "290.908", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "193.774", + "max": "194.405", + "min": "193.359", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "204.118", + "max": "204.908", + "min": "203.808", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "101.756", + "max": "104.805", + "min": "101.115", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "235.625", + "max": "236.456", + "min": "235.258", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "106.645", + "max": "107.511", + "min": "106.309", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "250.565", + "max": "252.214", + "min": "250.101", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "262.398", + "max": "285.86", + "min": "260.837", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "108.851", + "max": "109.899", + "min": "108.523", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "101.576", + "max": "102.587", + "min": "101.079", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "161.777", + "max": "162.973", + "min": "161.331", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "140.161", + "max": "140.701", + "min": "139.828", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "244.257", + "max": "245.214", + "min": "243.871", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "135.803", + "max": "138.158", + "min": "135.3", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "236.026", + "max": "236.408", + "min": "235.663", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "108.572", + "max": "109.016", + "min": "108.27", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "104.19", + "max": "104.486", + "min": "103.932", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "126.643", + "max": "133.36", + "min": "126.047", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "353.525", + "max": "354.17", + "min": "353.24", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "116.516", + "max": "154.392", + "min": "114.125", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "126.602", + "max": "139.91", + "min": "112.951", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "97.007", + "max": "97.664", + "min": "96.627", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "341.663", + "max": "342.417", + "min": "341.213", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "133.664", + "max": "189.361", + "min": "130.698", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "135.012", + "max": "136.189", + "min": "134.512", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "232.548", + "max": "233.677", + "min": "232.002", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "295.201", + "max": "296.28", + "min": "294.907", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "115.272", + "max": "116.115", + "min": "114.884", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "139.867", + "max": "140.426", + "min": "139.594", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "128.951", + "max": "129.762", + "min": "128.513", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "234.717", + "max": "241.943", + "min": "232.96", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "152.288", + "max": "153.085", + "min": "151.971", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "111.035", + "max": "113.175", + "min": "110.55", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "118.316", + "max": "118.756", + "min": "118.027", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "105.438", + "max": "106.249", + "min": "105.1", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "372.404", + "max": "373.317", + "min": "371.978", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "212.359", + "max": "216.833", + "min": "211.103", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "379.83", + "max": "395.84", + "min": "372.145", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "329.216", + "max": "330.539", + "min": "328.616", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "114.491", + "max": "114.781", + "min": "114.083", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "334.238", + "max": "334.733", + "min": "333.77", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "289.394", + "max": "290.693", + "min": "289.028", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "131.188", + "max": "131.628", + "min": "130.893", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "156.842", + "max": "157.938", + "min": "156.478", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "100.626", + "max": "101.732", + "min": "100.139", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "107.318", + "max": "109.098", + "min": "106.875", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "298.08", + "max": "299.085", + "min": "297.748", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "301.778", + "max": "302.343", + "min": "301.508", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "256.825", + "max": "257.769", + "min": "256.475", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "218.296", + "max": "218.894", + "min": "217.946", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "112.685", + "max": "113.235", + "min": "112.437", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "217.437", + "max": "218.258", + "min": "217.004", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "116.914", + "max": "121.315", + "min": "116.461", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "181.539", + "max": "184.103", + "min": "181.039", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "292.807", + "max": "295.276", + "min": "289.198", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "256.51", + "max": "257.101", + "min": "256.192", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "116.459", + "max": "118.692", + "min": "115.635", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "245.28", + "max": "258.564", + "min": "243.859", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "0.069", + "max": "0.209", + "min": "0.033", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "378.559", + "max": "379.328", + "min": "378.2", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "190.739", + "max": "192.199", + "min": "190.419", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "267.566", + "max": "268.138", + "min": "267.203", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "118.503", + "max": "119.178", + "min": "118.198", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "289.793", + "max": "290.425", + "min": "289.445", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "220.762", + "max": "223.936", + "min": "220.141", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "284.938", + "max": "285.331", + "min": "284.584", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "153.893", + "max": "160.922", + "min": "152.276", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "263.581", + "max": "265.267", + "min": "262.313", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "286.401", + "max": "288.247", + "min": "285.395", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "160.335", + "max": "167.197", + "min": "159.63", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "204.01", + "max": "205.068", + "min": "203.45", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "117.256", + "max": "120.175", + "min": "116.595", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "287.049", + "max": "290.33", + "min": "284.875", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "404.695", + "max": "404.695", + "min": "404.695", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "100.611", + "max": "101.495", + "min": "100.205", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "111.895", + "max": "113.229", + "min": "111.5", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "192.282", + "max": "192.519", + "min": "191.976", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "123.313", + "max": "135.957", + "min": "114.655", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "260.314", + "max": "260.746", + "min": "260.001", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "250.903", + "max": "251.935", + "min": "250.491", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "183.429", + "max": "184.353", + "min": "182.87", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "300.001", + "max": "300.939", + "min": "299.579", + "id": "243", + "country": "Nigeria", + "source_name": "Lagos", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "285": { + "name": "Accra", + "data": { + "0": { + "avg": "307.425", + "max": "373.738", + "min": "304.892", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "363.172", + "max": "364.868", + "min": "362.762", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "180.87", + "max": "189.745", + "min": "180.385", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "129.459", + "max": "137.214", + "min": "128.497", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "107.518", + "max": "115.874", + "min": "106.745", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "323.642", + "max": "324.801", + "min": "323.415", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "104.163", + "max": "104.87", + "min": "104.001", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "396.888", + "max": "413.383", + "min": "395.529", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "149.642", + "max": "151.421", + "min": "149.384", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "125.713", + "max": "128.277", + "min": "125.387", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "96.356", + "max": "97.654", + "min": "96.061", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "204.286", + "max": "224.769", + "min": "203.31", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "163.211", + "max": "163.622", + "min": "163.006", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "163.15", + "max": "164.785", + "min": "162.805", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "199.514", + "max": "205.408", + "min": "199.015", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "171.142", + "max": "172.74", + "min": "170.669", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "131.161", + "max": "222.424", + "min": "127.419", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "187.532", + "max": "192.68", + "min": "187.153", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "107.408", + "max": "147.457", + "min": "105.813", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "126.022", + "max": "126.932", + "min": "125.833", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "395.399", + "max": "397", + "min": "395.027", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "182.753", + "max": "185.36", + "min": "182.364", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "234.044", + "max": "311.847", + "min": "230.429", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "235.729", + "max": "249.046", + "min": "234.772", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "127.721", + "max": "128.904", + "min": "127.452", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "119.25", + "max": "138.084", + "min": "117.891", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "125.905", + "max": "127.391", + "min": "125.514", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "128.383", + "max": "129.345", + "min": "128.11", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "112.949", + "max": "114.586", + "min": "112.627", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "223.949", + "max": "225.631", + "min": "223.556", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "266.416", + "max": "267.935", + "min": "266.031", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "124.926", + "max": "125.714", + "min": "124.715", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "230.428", + "max": "253.939", + "min": "229.321", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "157.321", + "max": "157.578", + "min": "157.167", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "126.092", + "max": "127.327", + "min": "125.813", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "273.929", + "max": "432.477", + "min": "268.042", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "235.551", + "max": "235.875", + "min": "235.399", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "223.7", + "max": "224.62", + "min": "223.499", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "200.57", + "max": "201.579", + "min": "200.273", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "186.348", + "max": "190.735", + "min": "185.87", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "238.588", + "max": "242.783", + "min": "237.899", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "107.245", + "max": "161.223", + "min": "104.99", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "152.059", + "max": "152.901", + "min": "151.792", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "138.909", + "max": "197.702", + "min": "135.975", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "312.755", + "max": "313.369", + "min": "312.592", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "134.445", + "max": "135.57", + "min": "133.934", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "134.548", + "max": "136.042", + "min": "134.123", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "256.467", + "max": "276.485", + "min": "254.759", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "331.686", + "max": "332.405", + "min": "331.483", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "212.836", + "max": "348.945", + "min": "207.886", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "177.662", + "max": "221.489", + "min": "175.797", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "238.369", + "max": "239.468", + "min": "237.83", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "124.888", + "max": "307.951", + "min": "105.949", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "190.758", + "max": "191.614", + "min": "190.446", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "240.041", + "max": "247.342", + "min": "236.795", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "366.523", + "max": "367.356", + "min": "366.096", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "148.713", + "max": "151.378", + "min": "147.573", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "381.848", + "max": "384.633", + "min": "381.511", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "150.28", + "max": "304.528", + "min": "144.363", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "113.876", + "max": "114.205", + "min": "113.738", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "165.053", + "max": "169.355", + "min": "164.36", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "165.199", + "max": "261.317", + "min": "159.718", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "288.839", + "max": "354.615", + "min": "283.112", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "365.865", + "max": "367.419", + "min": "365.587", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "142.948", + "max": "143.759", + "min": "142.644", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "144.398", + "max": "145.389", + "min": "144.162", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "165.705", + "max": "169.999", + "min": "165.261", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "149.677", + "max": "150.24", + "min": "149.224", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "295.775", + "max": "298.333", + "min": "294.77", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "205.358", + "max": "215.695", + "min": "204.585", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "354.909", + "max": "439.185", + "min": "350.204", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "232.282", + "max": "241.233", + "min": "231.616", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "242.356", + "max": "248.887", + "min": "241.668", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "188.271", + "max": "190.304", + "min": "187.942", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "133.804", + "max": "135.447", + "min": "133.42", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "101.628", + "max": "102.391", + "min": "101.387", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "180.998", + "max": "183", + "min": "180.692", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "229.372", + "max": "231.473", + "min": "229.063", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "182.463", + "max": "185.237", + "min": "182.008", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "181.428", + "max": "182.919", + "min": "181.125", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "235.349", + "max": "237.086", + "min": "234.976", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "183.215", + "max": "184.43", + "min": "182.759", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "403.931", + "max": "429.864", + "min": "359.598", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.967", + "max": "241.211", + "min": "239.768", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "232.496", + "max": "383.902", + "min": "226.985", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "158.814", + "max": "161.495", + "min": "158.294", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "104.913", + "max": "106.361", + "min": "104.538", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "196.379", + "max": "199.469", + "min": "195.947", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "186.816", + "max": "189.714", + "min": "186.472", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.969", + "max": "113.241", + "min": "101.378", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "191.92", + "max": "195.272", + "min": "191.05", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "232.327", + "max": "233.554", + "min": "231.992", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "124.678", + "max": "153.005", + "min": "123.158", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "362.366", + "max": "363.384", + "min": "361.971", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "168.061", + "max": "168.529", + "min": "167.892", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "204.425", + "max": "207.336", + "min": "203.636", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "240.182", + "max": "245.88", + "min": "239.64", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "224.945", + "max": "267.158", + "min": "221.946", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "239.027", + "max": "244.923", + "min": "238.429", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "178.504", + "max": "181.334", + "min": "178.06", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "195.407", + "max": "199.213", + "min": "195.052", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "232.33", + "max": "232.792", + "min": "232.126", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "155.417", + "max": "156.261", + "min": "155.215", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "390.192", + "max": "391.263", + "min": "389.652", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "189.722", + "max": "211.77", + "min": "188.58", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "495.808", + "max": "516.328", + "min": "456.711", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "256.521", + "max": "259.945", + "min": "256.117", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "170.31", + "max": "173.137", + "min": "169.942", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "191.78", + "max": "193.559", + "min": "191.47", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "220.744", + "max": "221.174", + "min": "220.532", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "350.38", + "max": "351.88", + "min": "350.1", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "360.067", + "max": "362.066", + "min": "359.693", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "163.569", + "max": "163.906", + "min": "163.392", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "227.064", + "max": "227.702", + "min": "226.837", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "477.225", + "max": "668.211", + "min": "297.963", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "245.03", + "max": "320.463", + "min": "164.836", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "274.709", + "max": "464.876", + "min": "267.66", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "325.619", + "max": "331.742", + "min": "325.017", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "200.01", + "max": "201.72", + "min": "199.395", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "207.868", + "max": "342.001", + "min": "202.881", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "202.419", + "max": "204.448", + "min": "201.949", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "267.829", + "max": "419.102", + "min": "192.268", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "275.849", + "max": "276.498", + "min": "275.618", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "149.283", + "max": "274.956", + "min": "139.147", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "140.993", + "max": "245.322", + "min": "137.133", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "198.059", + "max": "198.908", + "min": "197.19", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "164.782", + "max": "166.817", + "min": "164.476", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "245.99", + "max": "249.953", + "min": "245.526", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "221.782", + "max": "223.042", + "min": "221.551", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "263.502", + "max": "264.385", + "min": "263.285", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "194.175", + "max": "200.153", + "min": "193.54", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "183.624", + "max": "187.073", + "min": "183.234", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "188.868", + "max": "190.362", + "min": "188.554", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "367.078", + "max": "378.004", + "min": "365.932", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "212.686", + "max": "214.822", + "min": "212.284", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "159.258", + "max": "159.513", + "min": "159.062", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "212.286", + "max": "216.802", + "min": "211.666", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "213.919", + "max": "218.923", + "min": "213.473", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "198.48", + "max": "199.853", + "min": "198.037", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "162.015", + "max": "163.816", + "min": "161.778", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "128.349", + "max": "130.228", + "min": "128.067", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "256.76", + "max": "257.738", + "min": "256.343", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "138.78", + "max": "286.802", + "min": "133.361", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "128.172", + "max": "131.731", + "min": "127.619", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "268.37", + "max": "272.506", + "min": "267.736", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "117.036", + "max": "231.014", + "min": "112.812", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "136.705", + "max": "138.132", + "min": "136.318", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "233.895", + "max": "235.604", + "min": "233.394", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "97.422", + "max": "99.303", + "min": "97.164", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "99.181", + "max": "102.085", + "min": "98.923", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "120.649", + "max": "164.354", + "min": "118.072", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "356.541", + "max": "358.157", + "min": "356.246", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "130.206", + "max": "131.717", + "min": "129.882", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "118.323", + "max": "152.626", + "min": "116.908", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "175.227", + "max": "175.475", + "min": "175.085", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "227.118", + "max": "230.816", + "min": "226.704", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "143.381", + "max": "148.238", + "min": "142.92", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "347.171", + "max": "391.802", + "min": "338.736", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "209.125", + "max": "210.229", + "min": "208.668", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "332.62", + "max": "433.036", + "min": "326.57", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "206.693", + "max": "208.334", + "min": "206.408", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "330.606", + "max": "331.751", + "min": "330.303", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "135.517", + "max": "137.185", + "min": "135.258", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "163.322", + "max": "165.616", + "min": "162.948", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "214.86", + "max": "215.945", + "min": "214.528", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "258.876", + "max": "284.078", + "min": "257.43", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "190.682", + "max": "192.378", + "min": "190.483", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "222.503", + "max": "224.357", + "min": "222.186", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "403.664", + "max": "416.283", + "min": "390.853", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "173.074", + "max": "192.705", + "min": "171.697", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "176.132", + "max": "179.06", + "min": "175.815", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "112.77", + "max": "117.052", + "min": "112.021", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "370.987", + "max": "551.97", + "min": "360.856", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "105.65", + "max": "108.368", + "min": "105.331", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "120.748", + "max": "121.906", + "min": "120.427", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "125.035", + "max": "148.679", + "min": "123.78", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "134.362", + "max": "386.085", + "min": "125.543", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "100.503", + "max": "101.483", + "min": "100.135", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "157.439", + "max": "161.822", + "min": "156.927", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "147.809", + "max": "154.19", + "min": "147.342", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "163.106", + "max": "165.257", + "min": "162.629", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "145.126", + "max": "145.64", + "min": "144.917", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "120.988", + "max": "123.455", + "min": "120.565", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "105.835", + "max": "106.743", + "min": "105.558", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "106.657", + "max": "241.373", + "min": "101.405", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "125.623", + "max": "132.637", + "min": "125.092", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "178.488", + "max": "295.517", + "min": "173.306", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "134.997", + "max": "164.342", + "min": "131.717", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "144.707", + "max": "186.961", + "min": "116.631", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "95.979", + "max": "97.221", + "min": "95.7", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "171.655", + "max": "347.532", + "min": "165.416", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "126.297", + "max": "127.654", + "min": "125.979", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "132.64", + "max": "134.414", + "min": "132.002", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "104.347", + "max": "109.46", + "min": "103.581", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "320.064", + "max": "358.777", + "min": "317.026", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "120.7", + "max": "122.101", + "min": "120.5", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "128.321", + "max": "129.323", + "min": "128.034", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "127.467", + "max": "131.052", + "min": "126.986", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "261.389", + "max": "277.046", + "min": "258.93", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "157.658", + "max": "162.613", + "min": "157.33", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "104.054", + "max": "110.046", + "min": "103.492", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "103.159", + "max": "108.784", + "min": "102.737", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "111.782", + "max": "257.363", + "min": "101.396", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "364.484", + "max": "378.113", + "min": "360.88", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "169.946", + "max": "177.573", + "min": "168.822", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "328.449", + "max": "429.758", + "min": "306.707", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "240.327", + "max": "248.452", + "min": "239.856", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "112.197", + "max": "113.711", + "min": "111.902", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "231.031", + "max": "234.605", + "min": "230.519", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "256.295", + "max": "257.075", + "min": "256.076", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "137.121", + "max": "137.826", + "min": "136.766", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "161.814", + "max": "166.618", + "min": "161.352", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "99.541", + "max": "100.471", + "min": "99.166", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "103.75", + "max": "105.223", + "min": "103.2", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "193.973", + "max": "196.04", + "min": "193.548", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "202.25", + "max": "204.811", + "min": "202.009", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "356.547", + "max": "357.15", + "min": "356.296", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "167.099", + "max": "172.204", + "min": "166.752", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "122.123", + "max": "169.116", + "min": "120.282", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "170.204", + "max": "325.067", + "min": "164.7", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "122.364", + "max": "123.614", + "min": "122.114", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "305.863", + "max": "306.411", + "min": "305.619", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "207.784", + "max": "212.304", + "min": "205.346", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "129.226", + "max": "301.469", + "min": "119.145", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "136.771", + "max": "138.569", + "min": "136.068", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "239.944", + "max": "241.343", + "min": "239.333", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "192.331", + "max": "193.072", + "min": "191.683", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "346.917", + "max": "350.172", + "min": "346.42", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "183.243", + "max": "189.731", + "min": "182.141", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "153.546", + "max": "217.403", + "min": "147.126", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "107.804", + "max": "118.937", + "min": "107.174", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "140.154", + "max": "141.801", + "min": "139.905", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "175.823", + "max": "178.022", + "min": "175.192", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "174.699", + "max": "178.141", + "min": "174.325", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "159.686", + "max": "167.053", + "min": "157.066", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "258.654", + "max": "260.161", + "min": "257.61", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "178.684", + "max": "181.088", + "min": "177.685", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "165.168", + "max": "165.682", + "min": "164.957", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "195.173", + "max": "195.917", + "min": "194.878", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "109.362", + "max": "118.08", + "min": "108.506", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "347.198", + "max": "349.061", + "min": "345.67", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "275.961", + "max": "275.961", + "min": "275.961", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "99.651", + "max": "100.393", + "min": "99.502", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "124.619", + "max": "196.736", + "min": "121.812", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "0.066", + "max": "0.74", + "min": "0.02", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "112.399", + "max": "122.182", + "min": "105.393", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "139.917", + "max": "141.376", + "min": "139.697", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "289.991", + "max": "294.535", + "min": "289.457", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "169.517", + "max": "174.633", + "min": "168.671", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "198.348", + "max": "327.5", + "min": "186.761", + "id": "285", + "country": "Ghana", + "source_name": "Accra", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Australia": { + "1": { + "name": "Melbourne", + "data": { + "0": { + "avg": "281.663", + "max": "283.111", + "min": "281.402", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": null, + "max": null, + "min": null, + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "234.595", + "max": "239.392", + "min": "234.089", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "311.281", + "max": "422.176", + "min": "287.708", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "301.854", + "max": "363.911", + "min": "268.274", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "223.554", + "max": "234.493", + "min": "191.341", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "301.567", + "max": "338.14", + "min": "267.487", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "38.431", + "max": "62.027", + "min": "36.427", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "352.817", + "max": "370.446", + "min": "351.972", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "290.582", + "max": "342.907", + "min": "273.47", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "261.146", + "max": "263.911", + "min": "260.788", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "183.081", + "max": "197.803", + "min": "182.379", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "224.299", + "max": "224.616", + "min": "224.055", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "223.508", + "max": "224.616", + "min": "223.267", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "262.237", + "max": "263.094", + "min": "261.929", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "220.225", + "max": "221.377", + "min": "219.642", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "262.107", + "max": "298.906", + "min": "238.128", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "203.427", + "max": "207.256", + "min": "203.044", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "248.448", + "max": "248.661", + "min": "248.175", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "295.617", + "max": "326.912", + "min": "261.513", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "29.2", + "max": "41.621", + "min": "28.493", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "258.31", + "max": "258.937", + "min": "258.121", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "174.906", + "max": "175.365", + "min": "174.654", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "198.38", + "max": "204.887", + "min": "197.773", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "324.569", + "max": "331.703", + "min": "323.538", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "271.141", + "max": "271.625", + "min": "270.966", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "243.729", + "max": "245.933", + "min": "243.27", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "271.298", + "max": "271.892", + "min": "270.984", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "268.265", + "max": "268.47", + "min": "268.093", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "207.991", + "max": "213.503", + "min": "207.407", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "83.363", + "max": "83.567", + "min": "83.176", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "297.839", + "max": "326.544", + "min": "263.2", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "213.903", + "max": "215.22", + "min": "213.623", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "311.495", + "max": "312.081", + "min": "311.266", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "307.896", + "max": "342.835", + "min": "276.486", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "126.93", + "max": "127.439", + "min": "126.645", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "150.526", + "max": "150.766", + "min": "150.319", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "171.786", + "max": "172.743", + "min": "171.48", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "185.523", + "max": "185.91", + "min": "185.299", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "214.111", + "max": "214.876", + "min": "213.8", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "458.125", + "max": "531.592", + "min": "420.423", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "313.698", + "max": "387.222", + "min": "269.455", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "299.903", + "max": "332.121", + "min": "298.639", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "259.926", + "max": "264.005", + "min": "259.538", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "442.773", + "max": "480.051", + "min": "428.775", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "314.076", + "max": "383.03", + "min": "283.349", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "316.95", + "max": "369.368", + "min": "282.611", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "276.005", + "max": "276.382", + "min": "275.785", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "347.535", + "max": "348.622", + "min": "347.29", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "202.97", + "max": "203.693", + "min": "202.704", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "234.056", + "max": "302.598", + "min": "231.501", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "192.063", + "max": "209.193", + "min": "190.635", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "343.972", + "max": "353.822", + "min": "331.61", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "231.139", + "max": "232.564", + "min": "230.845", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "130.662", + "max": "136.847", + "min": "127.579", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "94.563", + "max": "110.032", + "min": "93.544", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "290.473", + "max": "373.493", + "min": "270.188", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "51.347", + "max": "54.368", + "min": "50.954", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "283.333", + "max": "287.025", + "min": "282.718", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "238.257", + "max": "239.646", + "min": "238.002", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "351.495", + "max": "414.525", + "min": "318.317", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "310.389", + "max": "349.631", + "min": "307.093", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "146.656", + "max": "248.209", + "min": "112.705", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "120.344", + "max": "120.842", + "min": "120.156", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "274.43", + "max": "274.91", + "min": "274.163", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "350.441", + "max": "438.53", + "min": "311.809", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "227.128", + "max": "228.115", + "min": "226.759", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "312.313", + "max": "339.745", + "min": "277.161", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "335.259", + "max": "356.763", + "min": "331.113", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "230.918", + "max": "231.817", + "min": "230.695", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "115.713", + "max": "125.122", + "min": "115.049", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "166.401", + "max": "167.659", + "min": "166.012", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "256.18", + "max": "256.827", + "min": "255.965", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "206.444", + "max": "206.98", + "min": "206.243", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "308.614", + "max": "381.985", + "min": "283.97", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "265.955", + "max": "266.705", + "min": "265.727", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "284.913", + "max": "285.323", + "min": "284.564", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "210.394", + "max": "211.128", + "min": "210.18", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "264.606", + "max": "271.899", + "min": "264.023", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "245.262", + "max": "245.97", + "min": "244.944", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "183.981", + "max": "184.514", + "min": "183.69", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "267.164", + "max": "271.961", + "min": "266.714", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "251.664", + "max": "252.263", + "min": "251.458", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "279.522", + "max": "364.195", + "min": "233.031", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "189.654", + "max": "190.028", + "min": "189.423", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "381.844", + "max": "396.254", + "min": "337.431", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "280.525", + "max": "284.631", + "min": "280.092", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "227.861", + "max": "228.775", + "min": "227.554", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "209.57", + "max": "209.892", + "min": "209.364", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "238.43", + "max": "246.48", + "min": "237.761", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "249.207", + "max": "250.557", + "min": "248.363", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "176.657", + "max": "177.116", + "min": "176.355", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "270.169", + "max": "270.665", + "min": "269.969", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "296.792", + "max": "301.434", + "min": "290.596", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "226.557", + "max": "226.987", + "min": "226.331", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "242.744", + "max": "243.689", + "min": "242.487", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "270.644", + "max": "271.391", + "min": "270.305", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "248.212", + "max": "258.991", + "min": "247.082", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.556", + "max": "173.627", + "min": "172.226", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "221.23", + "max": "222.867", + "min": "220.803", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "288.313", + "max": "289.119", + "min": "288.079", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "200.837", + "max": "205.242", + "min": "200.408", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "336.975", + "max": "400.024", + "min": "312.79", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "12.324", + "max": "17.621", + "min": "11.631", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "252.575", + "max": "260.524", + "min": "251.992", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "12.967", + "max": "15.53", + "min": "12.482", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "280.993", + "max": "282.837", + "min": "280.67", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "226.594", + "max": "230.289", + "min": "225.789", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "214.468", + "max": "215.812", + "min": "214.218", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "275.19", + "max": "359.767", + "min": "244.952", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "126.038", + "max": "127.317", + "min": "125.747", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.972", + "max": "298.302", + "min": "297.757", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "211.812", + "max": "212.528", + "min": "211.536", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "348.307", + "max": "349.016", + "min": "348.019", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "510.987", + "max": "658.383", + "min": "343.923", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "464.09", + "max": "538.723", + "min": "377.46", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "447.945", + "max": "461.048", + "min": "446.658", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "170.149", + "max": "214.414", + "min": "151.817", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "205.823", + "max": "206.137", + "min": "205.628", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "215.941", + "max": "216.678", + "min": "215.598", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "221.085", + "max": "222.624", + "min": "220.81", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "317.433", + "max": "482.773", + "min": "249.953", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "330.556", + "max": "338.54", + "min": "329.451", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "335.882", + "max": "521.947", + "min": "328.762", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "293.813", + "max": "294", + "min": "293.64", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "309.229", + "max": "358.796", + "min": "289.212", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "226.294", + "max": "226.553", + "min": "226.075", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "438.915", + "max": "442.429", + "min": "438.429", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "291.524", + "max": "295.412", + "min": "291.076", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "222.008", + "max": "238.651", + "min": "220.289", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "232.586", + "max": "232.892", + "min": "232.42", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "264.103", + "max": "266.894", + "min": "257.342", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "244.862", + "max": "250.747", + "min": "243.499", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "40.37", + "max": "56.819", + "min": "39.086", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "240.94", + "max": "241.316", + "min": "240.592", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "233.755", + "max": "234.133", + "min": "233.454", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "199.278", + "max": "205.582", + "min": "198.322", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "218.591", + "max": "219.549", + "min": "218.284", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "237.785", + "max": "238.241", + "min": "237.552", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "266.06", + "max": "266.554", + "min": "265.675", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "290.303", + "max": "380.591", + "min": "246.063", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "132.565", + "max": "133.87", + "min": "132.124", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "293.588", + "max": "354.761", + "min": "280.395", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "292.135", + "max": "296.375", + "min": "291.253", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "213.004", + "max": "247.405", + "min": "210.773", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "243.461", + "max": "244.248", + "min": "243.232", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "295.585", + "max": "346.245", + "min": "269.64", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "149.142", + "max": "151.403", + "min": "148.871", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "265.008", + "max": "265.734", + "min": "264.744", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "263.508", + "max": "263.724", + "min": "263.306", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "294.9", + "max": "353.626", + "min": "276.037", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "198.798", + "max": "258.841", + "min": "174.12", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "304.244", + "max": "308.361", + "min": "299.762", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "293.021", + "max": "313.879", + "min": "291.201", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "226.656", + "max": "227.023", + "min": "226.458", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "194.827", + "max": "195.645", + "min": "194.508", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "329.381", + "max": "330.693", + "min": "328.848", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "196.675", + "max": "234.082", + "min": "189.382", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "224.543", + "max": "227.012", + "min": "223.954", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "356.733", + "max": "460.824", + "min": "342.443", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "254.061", + "max": "258.742", + "min": "253.444", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "37.426", + "max": "42.633", + "min": "37.115", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "334.455", + "max": "364.32", + "min": "300.393", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "227.026", + "max": "227.854", + "min": "226.748", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "366.147", + "max": "367.211", + "min": "365.87", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "431.834", + "max": "447.534", + "min": "431.098", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "364.318", + "max": "434.738", + "min": "334.679", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "204.183", + "max": "204.526", + "min": "203.909", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "469.496", + "max": "484.129", + "min": "445.451", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "267.049", + "max": "267.576", + "min": "266.785", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "227.752", + "max": "228.319", + "min": "227.518", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "308.006", + "max": "320.297", + "min": "306.15", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "199.98", + "max": "200.415", + "min": "199.733", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "269.327", + "max": "270.65", + "min": "269.064", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "233.584", + "max": "233.815", + "min": "233.29", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "309.035", + "max": "361.508", + "min": "276.619", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "259.377", + "max": "344.208", + "min": "239.454", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "278.781", + "max": "327.135", + "min": "242.519", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "325.151", + "max": "325.714", + "min": "324.823", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "319.199", + "max": "336.35", + "min": "286.549", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "311.496", + "max": "331.207", + "min": "310.336", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "341.095", + "max": "442.333", + "min": "313.151", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "267.244", + "max": "268.957", + "min": "266.096", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "287.197", + "max": "287.527", + "min": "286.988", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "308.92", + "max": "314.662", + "min": "308.393", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "328.173", + "max": "434.032", + "min": "279.328", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "326.106", + "max": "364.158", + "min": "290.927", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "316.334", + "max": "349.657", + "min": "283.883", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "294.864", + "max": "337.258", + "min": "275.191", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "260.327", + "max": "261.54", + "min": "260.019", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "309.263", + "max": "386.696", + "min": "289.507", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "311.224", + "max": "326.129", + "min": "310.459", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "287.922", + "max": "335.844", + "min": "269.044", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "320.225", + "max": "414.54", + "min": "276.764", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "147.409", + "max": "212.15", + "min": "124.133", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "245.562", + "max": "263.344", + "min": "242.983", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "273.19", + "max": "274.015", + "min": "272.916", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "278.027", + "max": "278.371", + "min": "277.818", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "312.324", + "max": "322.91", + "min": "300.824", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "317.064", + "max": "353.952", + "min": "289.88", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "276.959", + "max": "313.089", + "min": "238.651", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "304.961", + "max": "340.529", + "min": "255.37", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "291.675", + "max": "333.705", + "min": "273.708", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "8.306", + "max": "9.035", + "min": "8.068", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "218.003", + "max": "222.931", + "min": "217.363", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "386.633", + "max": "391.55", + "min": "382.403", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "245.439", + "max": "275.172", + "min": "244.082", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "260.964", + "max": "261.519", + "min": "260.759", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "453.229", + "max": "455.808", + "min": "452.547", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "191.979", + "max": "192.612", + "min": "191.537", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "256.752", + "max": "257.209", + "min": "256.529", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "318.746", + "max": "319.547", + "min": "318.522", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "317.527", + "max": "426.362", + "min": "276.958", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "271.963", + "max": "274.168", + "min": "271.636", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "248.876", + "max": "251.115", + "min": "248.61", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "238.521", + "max": "238.993", + "min": "238.223", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "150.086", + "max": "278.526", + "min": "145.322", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "329.041", + "max": "329.487", + "min": "328.303", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "270.792", + "max": "325.345", + "min": "250.16", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "236.29", + "max": "236.546", + "min": "236.131", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "272.914", + "max": "309.109", + "min": "245.522", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "365.342", + "max": "473.701", + "min": "359.929", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "236.172", + "max": "239.278", + "min": "232.851", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "244.431", + "max": "244.823", + "min": "244.149", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "310.782", + "max": "350.339", + "min": "275.953", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "257.295", + "max": "261.871", + "min": "256.414", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "408.94", + "max": "409.622", + "min": "408.536", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "125.808", + "max": "126.123", + "min": "125.613", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "378.825", + "max": "390.512", + "min": "337.821", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "336.862", + "max": "383.347", + "min": "319.275", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "315.23", + "max": "348.692", + "min": "280.46", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "350.655", + "max": "386.804", + "min": "317.496", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "234.775", + "max": "235.705", + "min": "234.385", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "222.872", + "max": "223.241", + "min": "222.586", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "345.642", + "max": "410.737", + "min": "314.288", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "309.742", + "max": "310.519", + "min": "308.694", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "236.756", + "max": "241.161", + "min": "235.436", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "286.543", + "max": "286.954", + "min": "286.27", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "231.196", + "max": "231.41", + "min": "230.955", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "306.761", + "max": "368.35", + "min": "272.704", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "362.148", + "max": "362.671", + "min": "361.68", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "297.758", + "max": "301.137", + "min": "296.562", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "287.847", + "max": "334.099", + "min": "264.265", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "268.413", + "max": "269.324", + "min": "268.187", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "398.748", + "max": "441.444", + "min": "363.42", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "285.44", + "max": "293.695", + "min": "278.233", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "311.381", + "max": "383.991", + "min": "286.477", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "279.485", + "max": "287.921", + "min": "272.387", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "406.334", + "max": "439.385", + "min": "375.548", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "257.351", + "max": "259.995", + "min": "256.81", + "id": "1", + "country": "Australia", + "source_name": "Melbourne", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "8": { + "name": "Auckland", + "data": { + "0": { + "avg": "289.288", + "max": "289.935", + "min": "289.085", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "34.924", + "max": "38.836", + "min": "34.531", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "229.325", + "max": "239.763", + "min": "228.73", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "419.551", + "max": "425.585", + "min": "417.169", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "350.99", + "max": "352.373", + "min": "350.392", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "317.918", + "max": "319.529", + "min": "317.63", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "270.95", + "max": "271.56", + "min": "270.73", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "0.169", + "max": "3.419", + "min": "0.019", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "525.168", + "max": "525.693", + "min": "524.537", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "360.536", + "max": "362.64", + "min": "360.087", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "265.763", + "max": "272.206", + "min": "265.273", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "191.401", + "max": "210.909", + "min": "190.096", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "217.564", + "max": "219.731", + "min": "217.36", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "229.381", + "max": "235.288", + "min": "228.592", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "301.795", + "max": "303.465", + "min": "301.59", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "216.268", + "max": "218.597", + "min": "215.478", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "262.259", + "max": "282.826", + "min": "260.33", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "205.104", + "max": "209.73", + "min": "204.477", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "373.684", + "max": "374.996", + "min": "373.388", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "285.887", + "max": "287.48", + "min": "285.68", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "40.769", + "max": "44.139", + "min": "40.582", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "288.574", + "max": "291.119", + "min": "288.358", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "169.735", + "max": "170.157", + "min": "169.589", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "193.489", + "max": "193.953", + "min": "193.313", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "314.216", + "max": "314.666", + "min": "313.967", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "279.541", + "max": "282.97", + "min": "278.806", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "283.165", + "max": "287.274", + "min": "282.713", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "306.797", + "max": "306.975", + "min": "306.581", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "270.316", + "max": "276.292", + "min": "269.875", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "245.22", + "max": "249.893", + "min": "244.386", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "117.712", + "max": "126.146", + "min": "117.022", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "321.18", + "max": "322.822", + "min": "320.933", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "231.308", + "max": "231.783", + "min": "231.149", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "308.86", + "max": "309.231", + "min": "308.769", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "316.095", + "max": "321.37", + "min": "315.692", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "161.079", + "max": "163.817", + "min": "160.744", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.268", + "max": "159.335", + "min": "158.127", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "166.709", + "max": "168.914", + "min": "166.485", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "193.147", + "max": "196.282", + "min": "192.795", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "216.002", + "max": "225.546", + "min": "214.788", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "409.874", + "max": "412.763", + "min": "409.443", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "275.285", + "max": "282.368", + "min": "274.464", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "304.767", + "max": "305.556", + "min": "303.986", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "294.418", + "max": "296.687", + "min": "294.087", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "448.751", + "max": "521.474", + "min": "390.608", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "298.039", + "max": "307.164", + "min": "297.272", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "289.198", + "max": "292.474", + "min": "288.8", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "270.247", + "max": "270.578", + "min": "270.143", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "354.385", + "max": "362.886", + "min": "353.484", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "327.402", + "max": "328.152", + "min": "327.002", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "479.045", + "max": "479.495", + "min": "478.659", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "185.749", + "max": "187.8", + "min": "185.268", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "326.46", + "max": "344.296", + "min": "295.558", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "268.174", + "max": "272.594", + "min": "267.771", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "167.782", + "max": "179.484", + "min": "164.206", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "127.659", + "max": "128.202", + "min": "127.449", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "336.131", + "max": "340.238", + "min": "334.657", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "15.874", + "max": "19.623", + "min": "15.514", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "286.384", + "max": "296.736", + "min": "285.189", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "272.209", + "max": "272.758", + "min": "272.104", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "320.422", + "max": "321.93", + "min": "319.86", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "313.422", + "max": "330.217", + "min": "311.791", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "154.822", + "max": "226.618", + "min": "141.966", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "176.177", + "max": "177.49", + "min": "175.948", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "310.363", + "max": "311.157", + "min": "310.22", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "296.101", + "max": "297.332", + "min": "295.881", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "514.323", + "max": "519.296", + "min": "452.768", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "344.388", + "max": "347.63", + "min": "343.948", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "332.44", + "max": "334.801", + "min": "331.484", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "267.809", + "max": "272.48", + "min": "267.174", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "149.29", + "max": "150.759", + "min": "149.027", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "161.198", + "max": "161.92", + "min": "160.98", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "263.968", + "max": "265.943", + "min": "263.757", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "213.435", + "max": "214.403", + "min": "213.315", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "373.545", + "max": "375.381", + "min": "372.932", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "271.749", + "max": "272.135", + "min": "271.641", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "311.669", + "max": "313.54", + "min": "311.258", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "166.032", + "max": "169.001", + "min": "165.734", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "364.98", + "max": "378.005", + "min": "363.709", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "277.773", + "max": "279.309", + "min": "277.391", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "308.52", + "max": "309.416", + "min": "304.096", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "304.323", + "max": "308.863", + "min": "303.619", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "324.699", + "max": "337.987", + "min": "321.477", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "149.451", + "max": "153.467", + "min": "148.807", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "184.432", + "max": "184.661", + "min": "184.37", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "427.802", + "max": "429.872", + "min": "421.474", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "493.002", + "max": "494.307", + "min": "491.565", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "222.381", + "max": "225.429", + "min": "222.028", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "204.567", + "max": "205.307", + "min": "204.383", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "271.276", + "max": "278.556", + "min": "270.352", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "272.956", + "max": "395.602", + "min": "263.362", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "171.621", + "max": "178.166", + "min": "171.247", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "283.943", + "max": "284.063", + "min": "283.871", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "317.936", + "max": "360.397", + "min": "307.063", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "229.079", + "max": "231.048", + "min": "228.763", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "237.958", + "max": "238.747", + "min": "237.627", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "265.247", + "max": "265.556", + "min": "264.938", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "267.388", + "max": "293.003", + "min": "265.429", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "178.127", + "max": "190.386", + "min": "169.645", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "216.34", + "max": "219.111", + "min": "215.892", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "288.431", + "max": "296.946", + "min": "287.087", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "209.038", + "max": "213.556", + "min": "208.353", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "323.251", + "max": "325.162", + "min": "322.993", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "45.596", + "max": "47.373", + "min": "45.282", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "327.632", + "max": "328.177", + "min": "325.941", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "24.349", + "max": "27.017", + "min": "23.943", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "289.619", + "max": "289.944", + "min": "289.542", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "220.712", + "max": "222.147", + "min": "220.535", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "215.657", + "max": "216.388", + "min": "215.505", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "314.515", + "max": "321.819", + "min": "307.789", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "248.272", + "max": "269.171", + "min": "241.724", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "318.526", + "max": "319.136", + "min": "318.057", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "220.812", + "max": "221.839", + "min": "220.62", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "299.817", + "max": "303.347", + "min": "299.204", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "604.99", + "max": "716.388", + "min": "454.6", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "511.978", + "max": "605.597", + "min": "425.345", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "449.277", + "max": "452.779", + "min": "448.649", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "143.548", + "max": "148.073", + "min": "143.138", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "356.734", + "max": "358.396", + "min": "356.335", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "223.343", + "max": "224.137", + "min": "223.066", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "258.344", + "max": "262.957", + "min": "257.821", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "363.081", + "max": "520.933", + "min": "287.251", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "325.075", + "max": "328.555", + "min": "324.833", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "377.866", + "max": "385.931", + "min": "376.86", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "378.811", + "max": "380.223", + "min": "378.404", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "352.941", + "max": "354.248", + "min": "351.727", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "219.133", + "max": "220.11", + "min": "218.832", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "477.55", + "max": "478.108", + "min": "477.193", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "284.41", + "max": "287.644", + "min": "283.698", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "219.272", + "max": "220.631", + "min": "219.086", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "233.845", + "max": "234.458", + "min": "233.664", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "294.706", + "max": "298.501", + "min": "294.333", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "280.675", + "max": "282.571", + "min": "280.36", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "1.178", + "max": "2.053", + "min": "0.715", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "202.308", + "max": "205.383", + "min": "201.972", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "229.015", + "max": "229.254", + "min": "228.801", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "202.831", + "max": "215.623", + "min": "201.564", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "220.571", + "max": "226.726", + "min": "219.86", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "274.81", + "max": "275.422", + "min": "274.581", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "293.215", + "max": "295.071", + "min": "292.906", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "292.541", + "max": "296.149", + "min": "292.214", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "164.846", + "max": "171.725", + "min": "163.973", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "376.019", + "max": "378.319", + "min": "375.348", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "310.754", + "max": "312.862", + "min": "310.375", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "248.403", + "max": "255.121", + "min": "247.951", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "275.288", + "max": "280.552", + "min": "274.646", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "375.715", + "max": "384.835", + "min": "374.854", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "182.985", + "max": "183.612", + "min": "182.866", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "280.014", + "max": "283.551", + "min": "279.673", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "269.574", + "max": "286.317", + "min": "267.993", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "337.656", + "max": "348.224", + "min": "335.735", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "267.545", + "max": "328.016", + "min": "237.168", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "363.113", + "max": "364.754", + "min": "356.081", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "299.925", + "max": "307.879", + "min": "299.06", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "219.161", + "max": "220.019", + "min": "219.034", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "191.218", + "max": "192.267", + "min": "190.937", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "330.21", + "max": "333.185", + "min": "329.473", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "266.152", + "max": "305.178", + "min": "259.162", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "219.87", + "max": "224.419", + "min": "219.486", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "354.195", + "max": "385.492", + "min": "349.941", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "248.622", + "max": "250.15", + "min": "248.48", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "302.021", + "max": "302.606", + "min": "301.321", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "302.144", + "max": "303.339", + "min": "301.909", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "217.997", + "max": "221.805", + "min": "217.537", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "374.916", + "max": "375.678", + "min": "374.765", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "443.089", + "max": "444.561", + "min": "442.839", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "428.971", + "max": "442.775", + "min": "427.46", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "306.03", + "max": "310.081", + "min": "305.228", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "351.648", + "max": "364.378", + "min": "318.314", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "293.528", + "max": "294.188", + "min": "293.246", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "222.824", + "max": "227.787", + "min": "222.551", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "296.286", + "max": "297.804", + "min": "295.888", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "221.902", + "max": "222.937", + "min": "221.689", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "288.347", + "max": "296.088", + "min": "287.216", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "257.945", + "max": "258.901", + "min": "257.713", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "277.652", + "max": "279.908", + "min": "277.297", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "354.504", + "max": "361.591", + "min": "353.842", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "275.639", + "max": "276.069", + "min": "275.375", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "336.392", + "max": "336.979", + "min": "336.208", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "341.829", + "max": "342.746", + "min": "341.663", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "317.168", + "max": "326.701", + "min": "316.703", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "391.46", + "max": "393.043", + "min": "390.948", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "269.201", + "max": "271.761", + "min": "268.633", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "274.299", + "max": "277.372", + "min": "273.387", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "303.311", + "max": "303.565", + "min": "303.245", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "287.834", + "max": "292.803", + "min": "287.137", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "310.547", + "max": "311.142", + "min": "310.206", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "289.558", + "max": "294.984", + "min": "288.876", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "285.42", + "max": "300.961", + "min": "275.458", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "291.264", + "max": "294.764", + "min": "290.642", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "324.797", + "max": "325.117", + "min": "324.614", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "307.349", + "max": "319.568", + "min": "305.717", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "384.799", + "max": "387.012", + "min": "384.222", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "270.273", + "max": "272.944", + "min": "269.841", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "278.42", + "max": "306.878", + "min": "219.944", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "680.048", + "max": "682.323", + "min": "679.247", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "265.102", + "max": "276.584", + "min": "264.453", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "288.522", + "max": "290.003", + "min": "288.37", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "276.282", + "max": "280.977", + "min": "274.308", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "310.533", + "max": "313.956", + "min": "310.201", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "297.821", + "max": "298.552", + "min": "297.558", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "373.761", + "max": "377.319", + "min": "369.109", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "309.684", + "max": "310.675", + "min": "309.482", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "29.369", + "max": "49.061", + "min": "27.672", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "223.917", + "max": "276.037", + "min": "221.343", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "354.55", + "max": "354.692", + "min": "353.904", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "277.14", + "max": "280.948", + "min": "276.422", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "297.945", + "max": "298.63", + "min": "297.775", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "353.219", + "max": "355.559", + "min": "352.759", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "290.919", + "max": "292.708", + "min": "290.226", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "292.345", + "max": "306.685", + "min": "290.938", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "321.44", + "max": "321.994", + "min": "321.267", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "281.685", + "max": "298.519", + "min": "280.787", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "277.933", + "max": "284.76", + "min": "276.438", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "359.253", + "max": "359.808", + "min": "359.157", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "320.031", + "max": "320.519", + "min": "319.959", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "183.642", + "max": "349.745", + "min": "177.7", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "230.81", + "max": "236.261", + "min": "230.004", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "257.392", + "max": "258.646", + "min": "257.198", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "231.252", + "max": "232.075", + "min": "231.121", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "258.012", + "max": "260.742", + "min": "257.58", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "363.704", + "max": "421.034", + "min": "361.455", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "229.899", + "max": "233.471", + "min": "226.985", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "277.541", + "max": "278.048", + "min": "277.401", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "284.23", + "max": "285.246", + "min": "283.638", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "260.464", + "max": "264.09", + "min": "259.561", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "414.699", + "max": "415.548", + "min": "414.262", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "137.395", + "max": "137.798", + "min": "137.267", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "373.324", + "max": "373.706", + "min": "373.17", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "338.083", + "max": "349.931", + "min": "337.545", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "273.897", + "max": "274.674", + "min": "273.663", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "329.662", + "max": "330.905", + "min": "329.504", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "228.98", + "max": "232.852", + "min": "228.462", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "222.259", + "max": "226.94", + "min": "221.967", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "316.531", + "max": "322.308", + "min": "314.726", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "299.694", + "max": "302.228", + "min": "298.528", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "366.884", + "max": "368.791", + "min": "365.418", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "320.984", + "max": "323.43", + "min": "320.57", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "268.224", + "max": "269.719", + "min": "267.962", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "276.986", + "max": "282.543", + "min": "276.133", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "351.374", + "max": "355.383", + "min": "349.103", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "362.378", + "max": "362.378", + "min": "362.378", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "268.689", + "max": "280.072", + "min": "267.902", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "280.329", + "max": "292.643", + "min": "279.352", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "395.858", + "max": "398.347", + "min": "395.301", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "283.815", + "max": "293.655", + "min": "275.521", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "287.359", + "max": "292.513", + "min": "286.93", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "487.546", + "max": "489.706", + "min": "479.184", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "340.345", + "max": "343.48", + "min": "339.734", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "310.019", + "max": "314.842", + "min": "309.704", + "id": "8", + "country": "New Zealand", + "source_name": "Auckland", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "21": { + "name": "Brisbane", + "data": { + "0": { + "avg": "283.654", + "max": "284.134", + "min": "283.424", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "28.703", + "max": "29.954", + "min": "28.491", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "225.26", + "max": "226.569", + "min": "225.139", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "364.807", + "max": "367.629", + "min": "363.821", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "348.953", + "max": "349.344", + "min": "348.633", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "130.416", + "max": "130.538", + "min": "130.344", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "282.176", + "max": "282.437", + "min": "282.07", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "41.868", + "max": "51.86", + "min": "40.55", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "296.378", + "max": "297.222", + "min": "296.257", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "371.589", + "max": "379.495", + "min": "370.689", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "276.343", + "max": "276.863", + "min": "276.201", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "186.693", + "max": "187.642", + "min": "186.543", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "215.647", + "max": "216.554", + "min": "215.516", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "223.808", + "max": "224.152", + "min": "223.702", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "278.855", + "max": "280.946", + "min": "278.708", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "211.505", + "max": "211.681", + "min": "210.838", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "255.813", + "max": "256.171", + "min": "255.589", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "201.083", + "max": "201.84", + "min": "200.991", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "362.653", + "max": "363.003", + "min": "362.455", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "294.487", + "max": "295.098", + "min": "294.314", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "0.051", + "max": "0.078", + "min": "0.029", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "267.91", + "max": "268.076", + "min": "267.835", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "304.086", + "max": "304.569", + "min": "303.737", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "227.983", + "max": "229.509", + "min": "227.776", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "338.754", + "max": "339.449", + "min": "338.401", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "287.939", + "max": "288.124", + "min": "287.859", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "274.546", + "max": "275.095", + "min": "274.406", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "286.439", + "max": "287.268", + "min": "286.202", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "283.99", + "max": "284.069", + "min": "283.921", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "224.13", + "max": "225.841", + "min": "223.826", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "109.619", + "max": "109.996", + "min": "109.529", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "314.108", + "max": "314.422", + "min": "313.973", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "211.649", + "max": "223.4", + "min": "211.067", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "317.089", + "max": "317.255", + "min": "317.024", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "311.421", + "max": "314.009", + "min": "311.021", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "152.043", + "max": "154.807", + "min": "151.684", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "154.666", + "max": "154.788", + "min": "154.61", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "162.996", + "max": "163.169", + "min": "162.764", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "189.617", + "max": "189.868", + "min": "189.476", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "213.804", + "max": "214.797", + "min": "213.433", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "415.922", + "max": "418.05", + "min": "415.358", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "286.043", + "max": "291.006", + "min": "285.557", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "315.991", + "max": "317.787", + "min": "315.079", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "287.878", + "max": "293.86", + "min": "287.451", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "379.218", + "max": "386.652", + "min": "369.969", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "301.36", + "max": "301.968", + "min": "300.956", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "303.767", + "max": "304.205", + "min": "303.631", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "265.161", + "max": "265.602", + "min": "264.989", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "348.222", + "max": "348.698", + "min": "348.015", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "339.12", + "max": "340.09", + "min": "338.781", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "338.423", + "max": "345.385", + "min": "337.33", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.102", + "max": "182.354", + "min": "181.872", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "360.963", + "max": "378.26", + "min": "356.138", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "247.66", + "max": "247.854", + "min": "247.551", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "162.458", + "max": "174.122", + "min": "158.434", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "122.558", + "max": "122.986", + "min": "122.418", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "267.324", + "max": "269.819", + "min": "266.403", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "55.352", + "max": "55.781", + "min": "55.272", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "328.389", + "max": "328.797", + "min": "328.227", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "267.148", + "max": "268.557", + "min": "267", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "334.545", + "max": "335.029", + "min": "334.203", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "317.315", + "max": "330.782", + "min": "315.857", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "144.75", + "max": "220.882", + "min": "137.567", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "162.378", + "max": "162.752", + "min": "162.268", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "309.809", + "max": "310.256", + "min": "309.689", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "314.713", + "max": "314.832", + "min": "314.64", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "374.04", + "max": "374.448", + "min": "373.744", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "322.492", + "max": "322.869", + "min": "322.127", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "321.198", + "max": "322.685", + "min": "320.369", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "247.646", + "max": "247.909", + "min": "247.556", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "144.346", + "max": "145.457", + "min": "144.195", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "157.692", + "max": "160.584", + "min": "157.347", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "260.359", + "max": "260.809", + "min": "260.232", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "210.201", + "max": "210.315", + "min": "210.132", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "389.606", + "max": "390.761", + "min": "388.913", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "329.906", + "max": "392.888", + "min": "295.965", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "292.542", + "max": "292.679", + "min": "292.409", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "227.101", + "max": "232.051", + "min": "226.817", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "361.393", + "max": "374.08", + "min": "360.631", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "262.506", + "max": "262.67", + "min": "262.377", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "287.786", + "max": "289.097", + "min": "281.562", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "283.026", + "max": "283.49", + "min": "282.672", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "265.049", + "max": "267.036", + "min": "264.358", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "144.416", + "max": "145.296", + "min": "144.177", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "218.88", + "max": "219.355", + "min": "218.808", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "382.077", + "max": "383.755", + "min": "381.532", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "428.315", + "max": "431.092", + "min": "427.645", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "218.375", + "max": "218.543", + "min": "218.219", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "201.206", + "max": "205.547", + "min": "200.844", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "267.609", + "max": "273.516", + "min": "267.301", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "277.142", + "max": "283.322", + "min": "276.306", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "210.535", + "max": "210.929", + "min": "210.347", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "297.587", + "max": "297.807", + "min": "297.522", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "290.057", + "max": "295.203", + "min": "284.306", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "223.507", + "max": "223.599", + "min": "223.414", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "349.048", + "max": "351.468", + "min": "345.952", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "261.91", + "max": "262.136", + "min": "261.682", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "272.448", + "max": "283.961", + "min": "271.315", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.836", + "max": "182.963", + "min": "166.003", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "212.464", + "max": "212.696", + "min": "212.364", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "281.229", + "max": "282.159", + "min": "281.123", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "204.94", + "max": "205.121", + "min": "204.76", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "321.944", + "max": "323.359", + "min": "321.768", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "38.306", + "max": "42.647", + "min": "37.671", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "349.029", + "max": "349.919", + "min": "347.44", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "17.817", + "max": "18.153", + "min": "17.632", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "289.039", + "max": "290.454", + "min": "288.922", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "217.118", + "max": "217.311", + "min": "216.947", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "211.762", + "max": "212.307", + "min": "211.625", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "293.444", + "max": "298.754", + "min": "284.911", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "155.299", + "max": "158.348", + "min": "155.061", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "448.235", + "max": "448.846", + "min": "447.718", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "219.415", + "max": "219.622", + "min": "219.358", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "296.8", + "max": "297.326", + "min": "296.607", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "599.098", + "max": "738.742", + "min": "439.801", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "421.543", + "max": "498.391", + "min": "360.321", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "449.681", + "max": "456.462", + "min": "448.823", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "136.439", + "max": "137.245", + "min": "136.275", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "331.208", + "max": "331.502", + "min": "330.815", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "220.223", + "max": "220.842", + "min": "219.949", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "238.096", + "max": "242.078", + "min": "237.797", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "337.612", + "max": "494.571", + "min": "267.095", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "320.973", + "max": "321.286", + "min": "320.866", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "391.308", + "max": "739.625", + "min": "377.127", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "382.559", + "max": "382.897", + "min": "382.25", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "364.462", + "max": "366.114", + "min": "363.633", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "217.527", + "max": "218.033", + "min": "217.425", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "496.695", + "max": "497.263", + "min": "496.216", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "314.61", + "max": "315.242", + "min": "314.371", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "215.907", + "max": "217.737", + "min": "215.631", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "225.373", + "max": "225.559", + "min": "225.273", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "274.4", + "max": "274.923", + "min": "274.185", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "260.526", + "max": "260.894", + "min": "260.334", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "42.993", + "max": "44.756", + "min": "42.358", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "198.958", + "max": "199.133", + "min": "198.79", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "226.924", + "max": "227.19", + "min": "226.785", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "200.535", + "max": "212.111", + "min": "199.204", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "212.921", + "max": "213.04", + "min": "212.818", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "253.717", + "max": "254.042", + "min": "253.496", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "276.657", + "max": "276.93", + "min": "276.522", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "272.213", + "max": "273.823", + "min": "272.08", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "163.893", + "max": "166.255", + "min": "163.493", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "381.027", + "max": "381.513", + "min": "380.705", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "289.634", + "max": "289.891", + "min": "289.483", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "228.365", + "max": "236.125", + "min": "227.585", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "270.376", + "max": "271.16", + "min": "270.083", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "382.278", + "max": "382.772", + "min": "382.015", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "177.616", + "max": "179.191", + "min": "177.415", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "294.038", + "max": "298.504", + "min": "293.799", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "292.625", + "max": "292.755", + "min": "292.553", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "350.621", + "max": "360.801", + "min": "348.972", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "149.833", + "max": "149.992", + "min": "149.738", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "357.633", + "max": "375.313", + "min": "324.99", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "296.56", + "max": "319.27", + "min": "295.492", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "255.838", + "max": "256.603", + "min": "255.719", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "296.895", + "max": "302.77", + "min": "296.284", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "324.994", + "max": "326.394", + "min": "324.528", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "237.287", + "max": "289.209", + "min": "229.218", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "254.015", + "max": "255.87", + "min": "253.774", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "353.394", + "max": "444.647", + "min": "345.742", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "245.115", + "max": "245.263", + "min": "245.028", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "295.734", + "max": "296.466", + "min": "295.25", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "287.656", + "max": "289.719", + "min": "287.397", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "334.698", + "max": "335.823", + "min": "334.373", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "382.434", + "max": "382.63", + "min": "382.309", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "453.285", + "max": "453.507", + "min": "453.201", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "429.504", + "max": "430.044", + "min": "428.545", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "209.154", + "max": "210.426", + "min": "208.898", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "353.156", + "max": "364.277", + "min": "331.837", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "274.71", + "max": "276.952", + "min": "274.475", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "218.95", + "max": "219.117", + "min": "218.893", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "297.658", + "max": "300.379", + "min": "297.272", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "218.442", + "max": "218.641", + "min": "218.323", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "285.478", + "max": "287.082", + "min": "285.363", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "253.235", + "max": "254.743", + "min": "252.963", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "289.259", + "max": "294.152", + "min": "288.921", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "360.867", + "max": "361.138", + "min": "360.641", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "270.639", + "max": "270.944", + "min": "270.5", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "350.478", + "max": "350.908", + "min": "350.348", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "338.381", + "max": "338.815", + "min": "338.289", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "342.955", + "max": "344.56", + "min": "342.779", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "389.452", + "max": "391.926", + "min": "388.966", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "280.582", + "max": "282.708", + "min": "280.324", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "289.485", + "max": "289.621", + "min": "289.399", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "299.751", + "max": "300.07", + "min": "299.679", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "300.718", + "max": "300.884", + "min": "300.604", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "315.687", + "max": "327.365", + "min": "314.913", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "299.621", + "max": "303.053", + "min": "298.981", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "302.238", + "max": "325.52", + "min": "289.398", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "270.369", + "max": "270.608", + "min": "270.256", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "327.172", + "max": "327.669", + "min": "326.982", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "313.478", + "max": "314.657", + "min": "313.25", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "380.69", + "max": "381.587", + "min": "380.069", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "280.313", + "max": "281.813", + "min": "280.061", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "270.832", + "max": "282.992", + "min": "264.206", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "475.359", + "max": "475.887", + "min": "474.748", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "289.808", + "max": "290.068", + "min": "289.622", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "300.379", + "max": "300.448", + "min": "300.329", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "275.051", + "max": "284.35", + "min": "273.103", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "301.969", + "max": "302.553", + "min": "301.855", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "269.433", + "max": "272.891", + "min": "269.002", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "301.52", + "max": "302.011", + "min": "301.364", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "280.846", + "max": "281.866", + "min": "272.803", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "20.466", + "max": "29.871", + "min": "18.551", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "218.871", + "max": "224.715", + "min": "218.29", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "294.497", + "max": "297.78", + "min": "289.5", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "151.092", + "max": "151.513", + "min": "151.013", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "277.517", + "max": "277.649", + "min": "277.426", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "166.418", + "max": "169.744", + "min": "166.11", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "442.738", + "max": "443.506", + "min": "438.925", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "286.264", + "max": "286.689", + "min": "286.116", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "343.202", + "max": "343.848", + "min": "343.007", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "294.184", + "max": "295.563", + "min": "293.88", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "289.037", + "max": "289.981", + "min": "288.762", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "260.711", + "max": "260.968", + "min": "260.658", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "252.207", + "max": "268.641", + "min": "251.588", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "183.586", + "max": "333.207", + "min": "173.454", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "262.24", + "max": "262.306", + "min": "262.186", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "252.655", + "max": "253.057", + "min": "252.539", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "229.681", + "max": "229.784", + "min": "229.613", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "251.585", + "max": "251.637", + "min": "251.492", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "358.044", + "max": "358.424", + "min": "357.934", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "226.085", + "max": "230.247", + "min": "223.229", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "285.631", + "max": "285.738", + "min": "285.523", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "290.865", + "max": "293.629", + "min": "289.989", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "257.625", + "max": "264.163", + "min": "256.187", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "413.197", + "max": "414.225", + "min": "412.852", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "131.191", + "max": "131.408", + "min": "131.042", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "368.133", + "max": "368.644", + "min": "367.994", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "315.782", + "max": "315.875", + "min": "315.712", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "297.935", + "max": "298.186", + "min": "297.863", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "329.156", + "max": "329.21", + "min": "329.084", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "226.034", + "max": "227.581", + "min": "225.674", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "218.241", + "max": "218.524", + "min": "218.133", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "329.05", + "max": "337.736", + "min": "326.817", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "451.582", + "max": "457.287", + "min": "448.755", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "361.674", + "max": "363.11", + "min": "360.44", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "316.912", + "max": "317.817", + "min": "316.767", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "247.849", + "max": "249.375", + "min": "247.634", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "291.499", + "max": "295.997", + "min": "291.174", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "271.467", + "max": "274.641", + "min": "267.352", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "383.24", + "max": "383.24", + "min": "383.24", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "279.973", + "max": "280.072", + "min": "279.915", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "288.475", + "max": "288.58", + "min": "288.407", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "394.812", + "max": "395.108", + "min": "394.606", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "297.137", + "max": "309.268", + "min": "288.324", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "299.915", + "max": "300.079", + "min": "299.844", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "358.244", + "max": "360.276", + "min": "350.333", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "347.968", + "max": "349.855", + "min": "347.607", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "288.857", + "max": "289.042", + "min": "288.767", + "id": "21", + "country": "Australia", + "source_name": "Brisbane", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "59": { + "name": "Christchurch", + "data": { + "0": { + "avg": "338.469", + "max": "342.056", + "min": "338.187", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "49.439", + "max": "49.793", + "min": "49.246", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "238.209", + "max": "240.117", + "min": "237.982", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "322.843", + "max": "327.292", + "min": "322.027", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "293.26", + "max": "293.625", + "min": "293.077", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "277.887", + "max": "278.574", + "min": "277.735", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "297.231", + "max": "297.423", + "min": "297.039", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "16.241", + "max": "21.003", + "min": "15.556", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "333.981", + "max": "334.143", + "min": "333.885", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "331.081", + "max": "332.708", + "min": "330.822", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "297.776", + "max": "298.041", + "min": "297.576", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "196.781", + "max": "225.844", + "min": "195.542", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "230.155", + "max": "230.269", + "min": "230.019", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "230.306", + "max": "231.483", + "min": "230.116", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "213.901", + "max": "214.051", + "min": "213.777", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "207.846", + "max": "208.266", + "min": "207.23", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "303.716", + "max": "304.005", + "min": "303.487", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "208.718", + "max": "208.878", + "min": "208.635", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "299.189", + "max": "299.367", + "min": "299.059", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "316.061", + "max": "316.9", + "min": "315.93", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "55.427", + "max": "55.787", + "min": "55.34", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "203.745", + "max": "203.834", + "min": "203.701", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "151.918", + "max": "152.003", + "min": "151.839", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "171.253", + "max": "175.95", + "min": "170.904", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "319.315", + "max": "319.684", + "min": "319.078", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "306.048", + "max": "306.162", + "min": "305.973", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "312.224", + "max": "315.143", + "min": "312.006", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "317.018", + "max": "317.156", + "min": "316.794", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "317.473", + "max": "317.648", + "min": "317.393", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "172.353", + "max": "172.587", + "min": "172.172", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "129.057", + "max": "129.254", + "min": "128.95", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "323.231", + "max": "323.454", + "min": "323.099", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "229.306", + "max": "231.009", + "min": "229.101", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "345.501", + "max": "345.67", + "min": "345.386", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "323.517", + "max": "324.339", + "min": "323.299", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "344.954", + "max": "345.339", + "min": "344.788", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "163.956", + "max": "163.994", + "min": "163.894", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "168.693", + "max": "169.193", + "min": "168.555", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "198.539", + "max": "200.144", + "min": "198.344", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "222.593", + "max": "231.452", + "min": "221.923", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "456.047", + "max": "459.202", + "min": "455.606", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "295.631", + "max": "297.757", + "min": "295.129", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "351.769", + "max": "351.968", + "min": "351.656", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "310.857", + "max": "312.887", + "min": "310.623", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "417.717", + "max": "417.817", + "min": "417.582", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "314.087", + "max": "316.616", + "min": "313.681", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "322.992", + "max": "323.71", + "min": "322.8", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "268.027", + "max": "268.16", + "min": "267.887", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "347.73", + "max": "348.294", + "min": "347.532", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "204.977", + "max": "209.222", + "min": "204.774", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "236.687", + "max": "240.397", + "min": "236.372", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "177.447", + "max": "177.689", + "min": "177.298", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "343.611", + "max": "434.998", + "min": "336.797", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "203.443", + "max": "203.548", + "min": "203.336", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "389.191", + "max": "402.582", + "min": "385.394", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "301.371", + "max": "302.211", + "min": "301.152", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "335.353", + "max": "337.061", + "min": "334.324", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "0.03", + "max": "0.045", + "min": "0.018", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "324.296", + "max": "324.643", + "min": "324.179", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "300.648", + "max": "300.737", + "min": "300.569", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "338.52", + "max": "342.313", + "min": "337.905", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "335.476", + "max": "352.352", + "min": "334.181", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "373.384", + "max": "435.659", + "min": "363.813", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "467.47", + "max": "467.774", + "min": "467.374", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "340.688", + "max": "340.743", + "min": "340.556", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "332.075", + "max": "334.893", + "min": "331.773", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "223.38", + "max": "223.567", + "min": "223.283", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "324.867", + "max": "325.406", + "min": "324.338", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "346.563", + "max": "348.278", + "min": "345.968", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "179.488", + "max": "181.12", + "min": "179.282", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "315.524", + "max": "315.8", + "min": "315.414", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "166.862", + "max": "167.317", + "min": "166.58", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "262.826", + "max": "396.681", + "min": "257.718", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "203.13", + "max": "203.454", + "min": "203.057", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "349.34", + "max": "349.946", + "min": "349.171", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "300.913", + "max": "301.043", + "min": "300.806", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "218.273", + "max": "218.628", + "min": "218.149", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "171.484", + "max": "176.216", + "min": "171.221", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "219.289", + "max": "220.132", + "min": "219.048", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "222.681", + "max": "222.9", + "min": "222.564", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "185.112", + "max": "185.362", + "min": "184.927", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "223.197", + "max": "223.992", + "min": "222.914", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "353.621", + "max": "367.937", + "min": "338.594", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "372.999", + "max": "373.591", + "min": "372.828", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "189.887", + "max": "189.968", + "min": "189.796", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "357.83", + "max": "361.508", + "min": "357.352", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "306.601", + "max": "311.697", + "min": "306.161", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "225.448", + "max": "225.724", + "min": "225.334", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "209.852", + "max": "209.96", + "min": "209.714", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "289.263", + "max": "293.109", + "min": "288.823", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "201.332", + "max": "204.058", + "min": "200.646", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "156.791", + "max": "157.32", + "min": "156.6", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "325.988", + "max": "326.12", + "min": "325.899", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "334.37", + "max": "341.35", + "min": "333.872", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "217.096", + "max": "218.324", + "min": "216.819", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "217.554", + "max": "217.661", + "min": "217.451", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "270.961", + "max": "271.213", + "min": "270.841", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "251.508", + "max": "277.094", + "min": "250.115", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "180.377", + "max": "192.491", + "min": "175.135", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "205.354", + "max": "206.934", + "min": "205.123", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "238.16", + "max": "241.09", + "min": "237.97", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "234.086", + "max": "234.418", + "min": "233.921", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "339.357", + "max": "346.633", + "min": "338.885", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "58.687", + "max": "63.44", + "min": "57.702", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "197.981", + "max": "198.335", + "min": "197.801", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "38.88", + "max": "39.427", + "min": "38.598", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "310.524", + "max": "312.154", + "min": "310.308", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "217.9", + "max": "217.99", + "min": "217.757", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "220.966", + "max": "221.115", + "min": "220.827", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "399.911", + "max": "400.614", + "min": "399.749", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "319.809", + "max": "321.225", + "min": "319.559", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "282.592", + "max": "283.045", + "min": "282.453", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "215.277", + "max": "215.497", + "min": "215.185", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "429.922", + "max": "442.513", + "min": "429.086", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "667.984", + "max": "795.505", + "min": "519.163", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "442.25", + "max": "549.022", + "min": "377.417", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "532.046", + "max": "539.348", + "min": "531.418", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "157.636", + "max": "160.499", + "min": "157.182", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "197.327", + "max": "197.446", + "min": "197.183", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "213.75", + "max": "217.286", + "min": "213.263", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "193.713", + "max": "193.963", + "min": "193.426", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "290.603", + "max": "450.619", + "min": "217.502", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "318.813", + "max": "318.963", + "min": "318.689", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "333.145", + "max": "371.168", + "min": "331.186", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "333.665", + "max": "334.249", + "min": "333.56", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "333.753", + "max": "334.595", + "min": "333.396", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "216.24", + "max": "223.127", + "min": "205.959", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "453.953", + "max": "454.275", + "min": "453.689", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "409.732", + "max": "413.372", + "min": "409.402", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "200.991", + "max": "201.474", + "min": "200.859", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "232.488", + "max": "232.722", + "min": "232.413", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "200.482", + "max": "200.614", + "min": "200.35", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "200.429", + "max": "200.578", + "min": "200.337", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "16.498", + "max": "17.95", + "min": "15.699", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "207.931", + "max": "208.246", + "min": "207.783", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "224.797", + "max": "226.48", + "min": "224.585", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "206.205", + "max": "216.34", + "min": "205.066", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "225.777", + "max": "226.562", + "min": "225.565", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "193.494", + "max": "193.655", + "min": "193.398", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "220.167", + "max": "220.301", + "min": "220.004", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "325.064", + "max": "325.247", + "min": "324.986", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "416.423", + "max": "420.854", + "min": "415.622", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "324.444", + "max": "324.665", + "min": "324.358", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "316.062", + "max": "316.425", + "min": "315.82", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "209.051", + "max": "219.911", + "min": "208.42", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "306.754", + "max": "307.55", + "min": "306.454", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "318.103", + "max": "336.139", + "min": "317.345", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "402.247", + "max": "408.224", + "min": "400.753", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "285.931", + "max": "286.084", + "min": "285.874", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "297.464", + "max": "297.55", + "min": "297.366", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "309.427", + "max": "322.452", + "min": "307.144", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "290.605", + "max": "298.677", + "min": "290.236", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "335.637", + "max": "336.575", + "min": "335.502", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "303.246", + "max": "303.512", + "min": "303.033", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "216.422", + "max": "216.491", + "min": "216.327", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "196.531", + "max": "196.91", + "min": "196.291", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "336.636", + "max": "338.037", + "min": "336.325", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "321.206", + "max": "361.645", + "min": "314.413", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "224.265", + "max": "224.459", + "min": "224.144", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "352.314", + "max": "427.668", + "min": "342.424", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "257.924", + "max": "258.276", + "min": "257.843", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "316.485", + "max": "317.053", + "min": "315.856", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "325.14", + "max": "325.478", + "min": "324.891", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "223.418", + "max": "223.779", + "min": "223.208", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "382.434", + "max": "382.932", + "min": "382.295", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "465.685", + "max": "465.997", + "min": "465.6", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "377.792", + "max": "377.992", + "min": "377.675", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "214.71", + "max": "215.05", + "min": "214.544", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "368.182", + "max": "380.581", + "min": "348.686", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "219.659", + "max": "219.961", + "min": "219.539", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "206.959", + "max": "207.017", + "min": "206.876", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "306.854", + "max": "310.603", + "min": "306.413", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "446.584", + "max": "446.92", + "min": "446.484", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "285.398", + "max": "286.546", + "min": "285.28", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "304.803", + "max": "305.092", + "min": "304.559", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "329.646", + "max": "340.599", + "min": "329.086", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "304.506", + "max": "304.589", + "min": "304.433", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "291.354", + "max": "291.905", + "min": "291.145", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "361.069", + "max": "361.945", + "min": "360.891", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "339.751", + "max": "340.042", + "min": "339.656", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "343.652", + "max": "344.262", + "min": "343.504", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "330.683", + "max": "331.283", + "min": "330.549", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "301.497", + "max": "304.837", + "min": "301.015", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "315.515", + "max": "315.688", + "min": "315.406", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "308.736", + "max": "308.856", + "min": "308.666", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "326.98", + "max": "327.162", + "min": "326.858", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "332.489", + "max": "333.017", + "min": "332.169", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "319.35", + "max": "336.133", + "min": "318.37", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "316.422", + "max": "385.5", + "min": "296.402", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "289.965", + "max": "290.217", + "min": "289.768", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "337.06", + "max": "337.275", + "min": "336.881", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "330.086", + "max": "330.466", + "min": "329.941", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "348.02", + "max": "348.553", + "min": "347.611", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "287.682", + "max": "294.571", + "min": "286.919", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "356.468", + "max": "356.726", + "min": "356.316", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "321.952", + "max": "322.339", + "min": "321.829", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "311.119", + "max": "311.262", + "min": "310.924", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "323.384", + "max": "323.471", + "min": "323.322", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "272.82", + "max": "276.847", + "min": "272.077", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "347.356", + "max": "347.513", + "min": "347.209", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "291.169", + "max": "291.351", + "min": "291.017", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "299.733", + "max": "300.281", + "min": "299.6", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "300.428", + "max": "300.651", + "min": "300.29", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "43.769", + "max": "50.723", + "min": "42.615", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "215.283", + "max": "217.871", + "min": "214.765", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "317.559", + "max": "319.812", + "min": "311.968", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "383.054", + "max": "384.905", + "min": "378.026", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "302.544", + "max": "303.119", + "min": "302.274", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "448.095", + "max": "449.158", + "min": "447.913", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "187.417", + "max": "187.871", + "min": "187.033", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "319.018", + "max": "319.23", + "min": "318.863", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "363.946", + "max": "364.664", + "min": "363.81", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "289.373", + "max": "290.593", + "min": "288.812", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "310.514", + "max": "311.956", + "min": "310.097", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "228.021", + "max": "228.082", + "min": "227.931", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "230.733", + "max": "230.818", + "min": "230.651", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "341.341", + "max": "341.638", + "min": "341.136", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "227.469", + "max": "227.548", + "min": "227.411", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "302.29", + "max": "302.468", + "min": "302.149", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "217.314", + "max": "217.361", + "min": "217.266", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "317.036", + "max": "317.202", + "min": "316.916", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "366.969", + "max": "367.509", + "min": "366.768", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "219.923", + "max": "223.432", + "min": "216.931", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "325.785", + "max": "326.13", + "min": "325.581", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "322.953", + "max": "323.362", + "min": "322.35", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "261.948", + "max": "263.937", + "min": "261.263", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "401.618", + "max": "402.491", + "min": "401.304", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "151.507", + "max": "151.63", + "min": "151.432", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "392.126", + "max": "393.02", + "min": "391.925", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "324.504", + "max": "324.569", + "min": "324.408", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "313.989", + "max": "314.156", + "min": "313.807", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "333.608", + "max": "333.712", + "min": "333.549", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "217.57", + "max": "218.579", + "min": "217.239", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "232.642", + "max": "232.945", + "min": "232.529", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "360.105", + "max": "367.7", + "min": "357.571", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "295.181", + "max": "295.917", + "min": "294.82", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "232.415", + "max": "233.773", + "min": "231.77", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "335.844", + "max": "336.369", + "min": "335.723", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "203.845", + "max": "205.914", + "min": "203.606", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "294.26", + "max": "295.792", + "min": "293.979", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "322.648", + "max": "343.743", + "min": "312.443", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "297.755", + "max": "297.755", + "min": "297.755", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "284.372", + "max": "284.462", + "min": "284.296", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "347.098", + "max": "347.274", + "min": "347.028", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "381.814", + "max": "382.536", + "min": "381.474", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "300.172", + "max": "308.777", + "min": "292.304", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "318.933", + "max": "319.023", + "min": "318.837", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "389.747", + "max": "390.661", + "min": "389.543", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "372.485", + "max": "375.895", + "min": "372.1", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "210.278", + "max": "214.089", + "min": "209.412", + "id": "59", + "country": "New Zealand", + "source_name": "Christchurch", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "105": { + "name": "Adelaide", + "data": { + "0": { + "avg": "318.894", + "max": "327.363", + "min": "318.136", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "11.993", + "max": "12.428", + "min": "11.779", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "228.091", + "max": "230.814", + "min": "227.691", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "330.176", + "max": "337.563", + "min": "329.153", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "302.858", + "max": "303.51", + "min": "302.589", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "285.228", + "max": "289.165", + "min": "284.729", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "312.421", + "max": "316.917", + "min": "311.337", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "46.603", + "max": "63.437", + "min": "45.279", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "348.565", + "max": "349.063", + "min": "348.311", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "321.836", + "max": "324.309", + "min": "321.504", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "319.364", + "max": "322.51", + "min": "318.758", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "214.917", + "max": "227.215", + "min": "213.923", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "239.133", + "max": "240.339", + "min": "238.832", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "228.305", + "max": "238.096", + "min": "227.491", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "239.681", + "max": "240.323", + "min": "239.493", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "233.794", + "max": "237.05", + "min": "233.082", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "316.889", + "max": "319.512", + "min": "316.205", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "225.665", + "max": "233.786", + "min": "225.178", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "308.405", + "max": "315.462", + "min": "307.711", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "325.706", + "max": "330.582", + "min": "324.887", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "37.888", + "max": "38.167", + "min": "37.748", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "211.328", + "max": "215.192", + "min": "210.837", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "170.717", + "max": "178.464", + "min": "170.024", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "158.859", + "max": "162.562", + "min": "158.362", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "336.212", + "max": "337.727", + "min": "335.716", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "327.684", + "max": "331.42", + "min": "326.988", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "321.302", + "max": "324.437", + "min": "320.607", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "329.324", + "max": "330.468", + "min": "328.952", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "307.973", + "max": "309.993", + "min": "307.674", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "175.395", + "max": "176.205", + "min": "175.08", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "231.43", + "max": "232.614", + "min": "230.971", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "333.143", + "max": "333.608", + "min": "332.856", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "224.578", + "max": "244.195", + "min": "223.292", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "363.115", + "max": "364.554", + "min": "362.836", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "324.746", + "max": "327.998", + "min": "324.22", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "293.88", + "max": "295.213", + "min": "293.334", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "181.745", + "max": "182.235", + "min": "181.482", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "194.247", + "max": "206.135", + "min": "193.611", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "207.051", + "max": "208.99", + "min": "206.716", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "230.055", + "max": "231.142", + "min": "229.648", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "437.087", + "max": "444.032", + "min": "436.397", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "304.993", + "max": "312.509", + "min": "304.012", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "339.682", + "max": "347.827", + "min": "339.14", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "334.813", + "max": "336.093", + "min": "334.4", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "344.862", + "max": "345.052", + "min": "344.688", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "342.834", + "max": "353.689", + "min": "342.052", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "324.514", + "max": "325.211", + "min": "324.246", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "297.952", + "max": "298.401", + "min": "297.731", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "374.12", + "max": "374.779", + "min": "373.898", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "221.794", + "max": "222.834", + "min": "221.431", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "236.292", + "max": "239.126", + "min": "235.867", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.773", + "max": "183.318", + "min": "182.498", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "424.402", + "max": "518.071", + "min": "412.78", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "209.737", + "max": "210.27", + "min": "209.464", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "418.064", + "max": "428.696", + "min": "414.882", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "361.242", + "max": "363.568", + "min": "360.774", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "316.054", + "max": "320.499", + "min": "314.662", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "58.032", + "max": "59.399", + "min": "57.689", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "363.073", + "max": "372.564", + "min": "362.227", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "310.057", + "max": "313.861", + "min": "309.637", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "358.35", + "max": "362.821", + "min": "357.601", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "349.632", + "max": "365.411", + "min": "347.821", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "227.664", + "max": "251.948", + "min": "223.798", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "342.554", + "max": "344.353", + "min": "342.103", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "338.523", + "max": "339.809", + "min": "338.218", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "342.324", + "max": "343.131", + "min": "342.079", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "232.775", + "max": "233.845", + "min": "232.574", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "350.015", + "max": "351.035", + "min": "349.432", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "353.67", + "max": "355.385", + "min": "352.487", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "188.349", + "max": "193.523", + "min": "187.549", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "307.351", + "max": "308.123", + "min": "307.102", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "185.447", + "max": "190.34", + "min": "184.705", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "286.131", + "max": "292.473", + "min": "285.418", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "227.959", + "max": "228.334", + "min": "227.784", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "347.92", + "max": "348.582", + "min": "347.555", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "301.861", + "max": "302.508", + "min": "301.508", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "233.042", + "max": "234.605", + "min": "232.714", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "191.176", + "max": "194.925", + "min": "190.51", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "228.687", + "max": "229.626", + "min": "228.252", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "221.287", + "max": "222.931", + "min": "220.968", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "171.59", + "max": "174.707", + "min": "171.138", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "258.958", + "max": "265.877", + "min": "258.171", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "320.178", + "max": "321.786", + "min": "319.762", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "398.499", + "max": "399.625", + "min": "398.219", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "196.582", + "max": "198.31", + "min": "196.17", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "457.459", + "max": "458.822", + "min": "456.947", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "304.329", + "max": "308.948", + "min": "303.623", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "239.836", + "max": "240.919", + "min": "239.518", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "204.979", + "max": "206.197", + "min": "204.694", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "308.198", + "max": "316.591", + "min": "307.056", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "217.093", + "max": "219.13", + "min": "216.203", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "176.798", + "max": "177.824", + "min": "176.311", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "306.423", + "max": "306.843", + "min": "306.195", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "297.307", + "max": "297.628", + "min": "297.027", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "223.119", + "max": "224.09", + "min": "222.83", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "255.033", + "max": "263.712", + "min": "254.194", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "277.901", + "max": "279.204", + "min": "277.45", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "262.499", + "max": "292.829", + "min": "260.686", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "178.135", + "max": "181.13", + "min": "177.507", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "214.028", + "max": "215.359", + "min": "213.573", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "230.726", + "max": "237.796", + "min": "229.907", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "213.307", + "max": "221.451", + "min": "212.599", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "349.267", + "max": "351.628", + "min": "348.924", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "1.211", + "max": "15.719", + "min": "0.028", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "213.722", + "max": "215.969", + "min": "213.335", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "21.247", + "max": "21.798", + "min": "20.889", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "301.529", + "max": "304.823", + "min": "301.034", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "233.786", + "max": "235.503", + "min": "233.422", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "234.135", + "max": "238.106", + "min": "233.746", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "419.452", + "max": "423.576", + "min": "419.011", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "345.615", + "max": "347.21", + "min": "345.225", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "308.076", + "max": "310.824", + "min": "307.556", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "224.364", + "max": "225.547", + "min": "224.056", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "380.768", + "max": "381.898", + "min": "380.164", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "654.913", + "max": "781.409", + "min": "488.928", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "447.665", + "max": "555.248", + "min": "369.51", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "465.759", + "max": "483.143", + "min": "464.326", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "206.448", + "max": "210.092", + "min": "205.762", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "206.36", + "max": "207.544", + "min": "205.945", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "231.884", + "max": "232.536", + "min": "231.547", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "200.77", + "max": "205.775", + "min": "200.235", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "310.346", + "max": "471.084", + "min": "241.615", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "338.282", + "max": "342.126", + "min": "337.865", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "357.169", + "max": "586.924", + "min": "346.588", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "345.314", + "max": "345.812", + "min": "345.014", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "344.56", + "max": "346.609", + "min": "343.972", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "224.535", + "max": "225.026", + "min": "224.19", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "491.482", + "max": "512.261", + "min": "475.995", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "434.563", + "max": "435.398", + "min": "434.153", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "186.738", + "max": "190.676", + "min": "186.239", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "226.236", + "max": "227.659", + "min": "225.833", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "225.945", + "max": "226.855", + "min": "225.62", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "227.696", + "max": "228.991", + "min": "227.425", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "46.055", + "max": "47.368", + "min": "44.917", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "216.531", + "max": "218.739", + "min": "216.066", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "233.465", + "max": "236.188", + "min": "233.006", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "197.541", + "max": "203.714", + "min": "196.253", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "219.11", + "max": "219.892", + "min": "218.741", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "211.844", + "max": "214.912", + "min": "211.295", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "230.096", + "max": "232.355", + "min": "229.28", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "329.422", + "max": "331.253", + "min": "329.008", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "350.045", + "max": "356.657", + "min": "349.244", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "346.506", + "max": "350.671", + "min": "346.061", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "330.217", + "max": "330.638", + "min": "329.853", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.173", + "max": "218.891", + "min": "210.609", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "311.697", + "max": "312.526", + "min": "311.359", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "349.477", + "max": "356.679", + "min": "348.591", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "406.92", + "max": "408.572", + "min": "406.675", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "296.465", + "max": "297.068", + "min": "296.187", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "297.702", + "max": "299.323", + "min": "297.168", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "305.829", + "max": "312.251", + "min": "304.339", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "243.393", + "max": "244.899", + "min": "243.015", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "342.974", + "max": "346.992", + "min": "342.339", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "313.018", + "max": "313.565", + "min": "312.677", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "232.843", + "max": "235.813", + "min": "232.562", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "202.303", + "max": "203.673", + "min": "201.814", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "346.056", + "max": "347.603", + "min": "345.6", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "328.887", + "max": "368.128", + "min": "321.721", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "227.101", + "max": "227.929", + "min": "226.754", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "376.693", + "max": "456.929", + "min": "370.194", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "262.931", + "max": "265.736", + "min": "262.271", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "164.005", + "max": "166.97", + "min": "163.501", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "343.025", + "max": "345.664", + "min": "342.378", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "239.011", + "max": "240.566", + "min": "238.621", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "410.299", + "max": "413.137", + "min": "409.805", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "456.908", + "max": "457.989", + "min": "456.614", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "391.194", + "max": "395.121", + "min": "390.661", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "232.211", + "max": "247.696", + "min": "231.364", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "304.793", + "max": "308.503", + "min": "304.275", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "242.432", + "max": "243.427", + "min": "241.97", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "220.8", + "max": "223.826", + "min": "220.386", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "429.561", + "max": "436.75", + "min": "428.848", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "451.318", + "max": "456.695", + "min": "450.496", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "304.159", + "max": "306.228", + "min": "303.893", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "314.325", + "max": "318.531", + "min": "313.795", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "331.712", + "max": "344.377", + "min": "330.3", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "322.354", + "max": "323.399", + "min": "322.109", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "299.384", + "max": "301.007", + "min": "298.985", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "364.372", + "max": "365.174", + "min": "364.003", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "351.895", + "max": "353.642", + "min": "351.605", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "366.213", + "max": "370.441", + "min": "365.736", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "350.273", + "max": "351.519", + "min": "349.813", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "314.013", + "max": "315.123", + "min": "313.683", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "309.177", + "max": "312.523", + "min": "308.71", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "307.731", + "max": "312.688", + "min": "307.194", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "321.887", + "max": "323.037", + "min": "321.458", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "363.417", + "max": "367.303", + "min": "362.26", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "327.909", + "max": "333.808", + "min": "326.499", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "355.891", + "max": "433.578", + "min": "324.486", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "304.826", + "max": "307.16", + "min": "304.366", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "361.89", + "max": "362.395", + "min": "361.59", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "338.342", + "max": "380.168", + "min": "336.562", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "350.466", + "max": "351.272", + "min": "349.861", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "304.177", + "max": "305.393", + "min": "303.817", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.057", + "max": "356.285", + "min": "352.579", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "327.935", + "max": "329.017", + "min": "327.582", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "330.379", + "max": "332.999", + "min": "329.89", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "328.31", + "max": "328.796", + "min": "328.016", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "302.708", + "max": "308.929", + "min": "301.838", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "358.033", + "max": "361.013", + "min": "357.42", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "315.244", + "max": "326.442", + "min": "313.561", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "303.234", + "max": "308.182", + "min": "302.732", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "308.288", + "max": "314.939", + "min": "307.754", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "26.393", + "max": "37.905", + "min": "23.034", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "226.477", + "max": "234.295", + "min": "225.328", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "346.786", + "max": "349.196", + "min": "340.379", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "397.872", + "max": "405.431", + "min": "397.359", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "315.698", + "max": "316.819", + "min": "315.313", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "443.142", + "max": "443.555", + "min": "442.928", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "196.873", + "max": "197.932", + "min": "196.349", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "334.151", + "max": "335.258", + "min": "333.715", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "360.459", + "max": "361.423", + "min": "360.081", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "298.659", + "max": "300.054", + "min": "298.118", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "414.208", + "max": "419.595", + "min": "413.091", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "222.263", + "max": "222.824", + "min": "222.049", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "243.519", + "max": "247.923", + "min": "243.248", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "334.446", + "max": "336.422", + "min": "334.116", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "236.667", + "max": "237.643", + "min": "236.401", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "320.857", + "max": "327.571", + "min": "320.239", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "226.349", + "max": "226.898", + "min": "226.089", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "326.655", + "max": "336.085", + "min": "325.721", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "364.734", + "max": "372.469", + "min": "364.003", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "248.515", + "max": "252.463", + "min": "244.485", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "314.999", + "max": "316.892", + "min": "314.563", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "334.242", + "max": "339.296", + "min": "332.904", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "281.143", + "max": "284.888", + "min": "280.187", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "461.227", + "max": "465.751", + "min": "460.339", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "202.246", + "max": "204.238", + "min": "201.965", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "404.572", + "max": "422.278", + "min": "403.287", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "344.49", + "max": "347.998", + "min": "344.043", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "308.865", + "max": "325.163", + "min": "307.542", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "364.956", + "max": "368.22", + "min": "364.41", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "236.004", + "max": "245.987", + "min": "235.317", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "234.89", + "max": "243.639", + "min": "234.315", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "355.044", + "max": "357.317", + "min": "353.079", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "325.887", + "max": "327.64", + "min": "325.173", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "240.975", + "max": "242.373", + "min": "240.073", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "365.826", + "max": "366.743", + "min": "365.436", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "210.718", + "max": "211.815", + "min": "210.35", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "311.91", + "max": "315.909", + "min": "311.166", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "345.624", + "max": "350.745", + "min": "344.969", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "311.7", + "max": "311.7", + "min": "311.7", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "303.902", + "max": "304.849", + "min": "303.64", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "314.27", + "max": "317.771", + "min": "313.755", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "390.901", + "max": "399.542", + "min": "389.458", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "319.674", + "max": "328.944", + "min": "311.317", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "340.922", + "max": "342.189", + "min": "340.544", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "347.199", + "max": "348.507", + "min": "346.907", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "383.316", + "max": "385.84", + "min": "382.792", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "218.507", + "max": "228.987", + "min": "217.684", + "id": "105", + "country": "Australia", + "source_name": "Adelaide", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "107": { + "name": "Sydney", + "data": { + "0": { + "avg": "269.887", + "max": "272.066", + "min": "269.562", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "11.841", + "max": "12.262", + "min": "11.584", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "209.287", + "max": "209.846", + "min": "209.177", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "348.639", + "max": "355.453", + "min": "346.939", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "333.067", + "max": "333.948", + "min": "332.72", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "113.965", + "max": "114.311", + "min": "113.823", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "281.618", + "max": "283.611", + "min": "281.401", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "25.277", + "max": "41.687", + "min": "24.083", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "279.922", + "max": "282.894", + "min": "279.466", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "361.383", + "max": "363.134", + "min": "360.946", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "259.311", + "max": "259.637", + "min": "259.066", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "170.632", + "max": "171.033", + "min": "170.517", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "202.048", + "max": "202.231", + "min": "201.915", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "205.497", + "max": "207.69", + "min": "205.235", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "271.041", + "max": "271.526", + "min": "270.87", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "203.834", + "max": "204.576", + "min": "203.445", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "238.972", + "max": "239.256", + "min": "238.771", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "185.093", + "max": "187.42", + "min": "184.862", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "258.486", + "max": "259.181", + "min": "258.248", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "280.681", + "max": "281.826", + "min": "280.437", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "17.795", + "max": "18.027", + "min": "17.68", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "251.897", + "max": "252.065", + "min": "251.78", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "275.821", + "max": "276.929", + "min": "275.452", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "170.424", + "max": "171.996", + "min": "170.138", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "351.981", + "max": "353.132", + "min": "348.72", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "273.696", + "max": "273.916", + "min": "273.613", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "263.755", + "max": "267.222", + "min": "263.333", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "271.83", + "max": "272.272", + "min": "271.482", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "268.282", + "max": "271.851", + "min": "268.021", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "207.4", + "max": "208.114", + "min": "207.189", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "94.056", + "max": "96.187", + "min": "93.808", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "285.588", + "max": "285.858", + "min": "285.47", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "201.952", + "max": "202.24", + "min": "201.784", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "300.359", + "max": "300.821", + "min": "300.244", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "295.126", + "max": "295.757", + "min": "294.796", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "134.611", + "max": "135.7", + "min": "134.398", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "138.59", + "max": "138.88", + "min": "138.523", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "146.737", + "max": "149.167", + "min": "146.423", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "211.681", + "max": "214.044", + "min": "211.424", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "199.964", + "max": "201.8", + "min": "199.524", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "403.803", + "max": "406.103", + "min": "403.363", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "284.023", + "max": "284.772", + "min": "283.691", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "297.145", + "max": "297.52", + "min": "296.999", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "266.634", + "max": "267.365", + "min": "266.437", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "368.337", + "max": "373.41", + "min": "357.797", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "284.921", + "max": "285.591", + "min": "284.555", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "299.481", + "max": "300.446", + "min": "299.277", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "288.51", + "max": "288.667", + "min": "288.395", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "321.479", + "max": "324.122", + "min": "321.224", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "314.13", + "max": "314.441", + "min": "313.687", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "321.893", + "max": "322.782", + "min": "321.314", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.995", + "max": "166.321", + "min": "165.805", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "344.705", + "max": "361.975", + "min": "339.339", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "230.502", + "max": "231.003", + "min": "230.377", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "141.676", + "max": "153.601", + "min": "138.229", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "105.656", + "max": "107.981", + "min": "105.338", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "250.853", + "max": "257.219", + "min": "249.892", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "38.868", + "max": "39.28", + "min": "38.757", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "306.425", + "max": "307.455", + "min": "306.098", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "250.047", + "max": "250.974", + "min": "249.844", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "320.502", + "max": "321.125", + "min": "319.996", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "321.707", + "max": "334.22", + "min": "319.802", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "129.131", + "max": "185.102", + "min": "122.192", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "146.291", + "max": "146.56", + "min": "146.207", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "306.267", + "max": "306.576", + "min": "306.143", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "296.621", + "max": "297.453", + "min": "296.46", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "350.077", + "max": "350.587", + "min": "349.657", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "303.102", + "max": "303.785", + "min": "302.747", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "313.69", + "max": "315.361", + "min": "312.889", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "231.264", + "max": "232.477", + "min": "231.06", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "127.777", + "max": "132.644", + "min": "127.385", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "141.739", + "max": "144.047", + "min": "141.385", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "244.205", + "max": "244.896", + "min": "244.038", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "193.949", + "max": "194.351", + "min": "193.827", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "376.932", + "max": "378.374", + "min": "376.207", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "299.807", + "max": "362.426", + "min": "265.449", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "276.222", + "max": "276.428", + "min": "276.054", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "210.539", + "max": "216.272", + "min": "210.165", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "330.581", + "max": "331.067", + "min": "330.399", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "240.737", + "max": "241.191", + "min": "240.552", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "271.304", + "max": "273.17", + "min": "266.334", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "303.69", + "max": "304.108", + "min": "303.333", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "245.66", + "max": "248.58", + "min": "245.325", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "128.276", + "max": "128.62", + "min": "128.158", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "164.802", + "max": "165.027", + "min": "164.601", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "352.943", + "max": "354.949", + "min": "352.552", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "337.366", + "max": "339.756", + "min": "336.885", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "329.275", + "max": "329.9", + "min": "328.886", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "184.961", + "max": "185.15", + "min": "184.819", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "248.832", + "max": "250.564", + "min": "248.484", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "249.738", + "max": "251.215", + "min": "249.139", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "224.154", + "max": "224.783", + "min": "223.809", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "290.427", + "max": "293.113", + "min": "290.149", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "205.53", + "max": "206", + "min": "205.3", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "210.113", + "max": "210.301", + "min": "209.956", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "373.528", + "max": "374.206", + "min": "370.269", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "245.941", + "max": "246.177", + "min": "245.623", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "242.771", + "max": "273.01", + "min": "240.785", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.987", + "max": "166.105", + "min": "150.047", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "196.465", + "max": "200.36", + "min": "195.94", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "266.233", + "max": "267.063", + "min": "266.026", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "188.873", + "max": "189.12", + "min": "188.665", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "317.846", + "max": "319.849", + "min": "317.593", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "21.568", + "max": "27.413", + "min": "20.834", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "314.247", + "max": "315.094", + "min": "313.623", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": null, + "max": null, + "min": null, + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "268.646", + "max": "272.874", + "min": "268.344", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "201.104", + "max": "201.334", + "min": "200.722", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "233.626", + "max": "233.89", + "min": "233.536", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "372.832", + "max": "377.209", + "min": "362.592", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "138.18", + "max": "139.168", + "min": "138.042", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "433.637", + "max": "434.068", + "min": "432.953", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "200.406", + "max": "203.264", + "min": "200.174", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "281.967", + "max": "283.299", + "min": "281.669", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "593.829", + "max": "727.697", + "min": "444.509", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "475.184", + "max": "593.984", + "min": "376.828", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "430.975", + "max": "433.579", + "min": "430.511", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "119.669", + "max": "122.407", + "min": "119.225", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "319.976", + "max": "331.613", + "min": "319.034", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "204.024", + "max": "204.718", + "min": "203.77", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "220.966", + "max": "221.266", + "min": "220.794", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "316.309", + "max": "478.715", + "min": "249.594", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "305.207", + "max": "305.721", + "min": "304.81", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "361.594", + "max": "365.874", + "min": "360.977", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "363.101", + "max": "363.374", + "min": "362.845", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "349.309", + "max": "350.288", + "min": "348.555", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "239.533", + "max": "239.757", + "min": "239.297", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "490.83", + "max": "492.235", + "min": "490.215", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "298.715", + "max": "299.513", + "min": "298.496", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "199.672", + "max": "201.375", + "min": "199.407", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "212.32", + "max": "215.766", + "min": "212.001", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "257.769", + "max": "257.935", + "min": "257.514", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "243.555", + "max": "244.39", + "min": "243.278", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "26.435", + "max": "27.986", + "min": "25.777", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "182.944", + "max": "183.524", + "min": "182.644", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "211.189", + "max": "211.546", + "min": "210.941", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "182.301", + "max": "192.52", + "min": "181.351", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "234.89", + "max": "235.113", + "min": "234.711", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "237.798", + "max": "238.099", + "min": "237.568", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "256.839", + "max": "259.4", + "min": "256.547", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "255.306", + "max": "256.72", + "min": "254.987", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "144.981", + "max": "148.609", + "min": "144.451", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "362.148", + "max": "363.277", + "min": "361.636", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "270.109", + "max": "271.563", + "min": "269.861", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "212.065", + "max": "223.202", + "min": "210.531", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "253.537", + "max": "254.058", + "min": "253.21", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "366.835", + "max": "372.391", + "min": "365.712", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "159.46", + "max": "159.661", + "min": "159.341", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "263.637", + "max": "266.265", + "min": "263.442", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "276.051", + "max": "276.393", + "min": "275.913", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "334.505", + "max": "349.185", + "min": "332.3", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "133.354", + "max": "133.829", + "min": "133.019", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "359.658", + "max": "360.273", + "min": "357.561", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "281.189", + "max": "329.098", + "min": "279.377", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "199.019", + "max": "199.288", + "min": "198.866", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "280.262", + "max": "280.567", + "min": "279.915", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "306.771", + "max": "308.244", + "min": "306.35", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "227.98", + "max": "274.117", + "min": "218.486", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "199.922", + "max": "200.297", + "min": "199.654", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "333.133", + "max": "376.108", + "min": "329.062", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "231.261", + "max": "231.424", + "min": "231.11", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "279.239", + "max": "279.894", + "min": "278.565", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "309.929", + "max": "313.186", + "min": "269.61", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "318.688", + "max": "319.231", + "min": "318.363", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "362.333", + "max": "362.94", + "min": "362.193", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "441.157", + "max": "441.662", + "min": "440.991", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "417.04", + "max": "425.073", + "min": "415.848", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "193.098", + "max": "194.449", + "min": "192.904", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "358.121", + "max": "370.181", + "min": "338.645", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "256.202", + "max": "257.211", + "min": "255.983", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "201.019", + "max": "201.154", + "min": "200.921", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "276.646", + "max": "281.005", + "min": "276.176", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "198.821", + "max": "200.461", + "min": "198.592", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "270.22", + "max": "271.154", + "min": "270.075", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "245.877", + "max": "253.404", + "min": "245.346", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "289.801", + "max": "305.346", + "min": "289.098", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "343.163", + "max": "343.957", + "min": "342.688", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "251.834", + "max": "260.854", + "min": "251.181", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "327.36", + "max": "327.708", + "min": "327.152", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "323.068", + "max": "323.396", + "min": "322.956", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "311.257", + "max": "316.029", + "min": "310.772", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "373.087", + "max": "373.411", + "min": "372.672", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "264.333", + "max": "265.238", + "min": "264.077", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "270.555", + "max": "273.489", + "min": "270.259", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "284.299", + "max": "293.155", + "min": "283.596", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "276.418", + "max": "277.526", + "min": "276.166", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "291.706", + "max": "293.348", + "min": "291.249", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "284.521", + "max": "286.263", + "min": "283.805", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "288.888", + "max": "304.736", + "min": "276.158", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "257.452", + "max": "257.724", + "min": "257.263", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "310.123", + "max": "310.671", + "min": "309.838", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "299.479", + "max": "299.805", + "min": "299.323", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "367.721", + "max": "368.496", + "min": "366.861", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "263.667", + "max": "269.818", + "min": "263.236", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "254.725", + "max": "270.722", + "min": "199.875", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "398.696", + "max": "459.47", + "min": "385.457", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "273.858", + "max": "274.277", + "min": "273.655", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "278.048", + "max": "278.606", + "min": "277.921", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "259.996", + "max": "266.755", + "min": "258.395", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "284.778", + "max": "285.111", + "min": "284.57", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "264.176", + "max": "265.948", + "min": "263.823", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "378.173", + "max": "383.959", + "min": "373.344", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "266.612", + "max": "266.919", + "min": "266.196", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "7.835", + "max": "21.23", + "min": "4.789", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "205.872", + "max": "211.931", + "min": "205.019", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "245.593", + "max": "249.84", + "min": "241.504", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "239.125", + "max": "239.269", + "min": "238.997", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "263.127", + "max": "263.878", + "min": "262.939", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "143.919", + "max": "144.124", + "min": "143.779", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "418.844", + "max": "419.386", + "min": "414.637", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "269.169", + "max": "269.457", + "min": "269.03", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "314.088", + "max": "314.251", + "min": "313.883", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "265.798", + "max": "267.16", + "min": "265.435", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "271.533", + "max": "273.935", + "min": "271.017", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "323.424", + "max": "323.703", + "min": "323.303", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "308.253", + "max": "308.541", + "min": "308.123", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "162.257", + "max": "310.821", + "min": "156.827", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "244.507", + "max": "246.664", + "min": "244.326", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "235.657", + "max": "236.233", + "min": "235.507", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "340.364", + "max": "378.375", + "min": "329.605", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "244.38", + "max": "245.962", + "min": "244.162", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "359.346", + "max": "804.276", + "min": "343.777", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "210.468", + "max": "213.603", + "min": "207.529", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "255.315", + "max": "255.611", + "min": "255.139", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "275.174", + "max": "276.647", + "min": "274.482", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "241.525", + "max": "261.103", + "min": "240.008", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "395.188", + "max": "395.895", + "min": "394.832", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "114.689", + "max": "116.071", + "min": "114.421", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "346.362", + "max": "346.782", + "min": "346.168", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "299.017", + "max": "299.341", + "min": "298.7", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "266.048", + "max": "266.697", + "min": "265.877", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "309.362", + "max": "315.019", + "min": "297.415", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "216.123", + "max": "216.891", + "min": "215.867", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "204.101", + "max": "204.932", + "min": "203.941", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "312.786", + "max": "321.194", + "min": "310.063", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "396.637", + "max": "402.948", + "min": "393.942", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "356.319", + "max": "357.574", + "min": "355.389", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "297.283", + "max": "298.385", + "min": "296.963", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "230.784", + "max": "231.262", + "min": "230.56", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "287.437", + "max": "291.72", + "min": "286.895", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "257.983", + "max": "258.338", + "min": "257.848", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "370.959", + "max": "370.959", + "min": "370.959", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "272.693", + "max": "275.533", + "min": "272.474", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "270.792", + "max": "271.055", + "min": "270.658", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "375.65", + "max": "375.978", + "min": "375.398", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "279.382", + "max": "291.756", + "min": "271.721", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "282.643", + "max": "283.169", + "min": "282.511", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "346.847", + "max": "350.458", + "min": "339.551", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "358.067", + "max": "360.031", + "min": "357.725", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "265.3", + "max": "269.491", + "min": "265.007", + "id": "107", + "country": "Australia", + "source_name": "Sydney", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "115": { + "name": "Dar es Salaam", + "data": { + "0": { + "avg": "269.595", + "max": "272.508", + "min": "268.908", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "265.66", + "max": "268.447", + "min": "265.291", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "219.581", + "max": "220.461", + "min": "219.376", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "154.08", + "max": "162.528", + "min": "152.872", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "136.095", + "max": "138.762", + "min": "135.547", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "269.052", + "max": "305.597", + "min": "267.108", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "140.986", + "max": "149.74", + "min": "140.281", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "300.287", + "max": "307.064", + "min": "299.369", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "177.853", + "max": "181.115", + "min": "177.244", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "158.669", + "max": "173.39", + "min": "157.595", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "132.668", + "max": "134.973", + "min": "132.244", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "243.657", + "max": "264.458", + "min": "242.074", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "208.082", + "max": "210.437", + "min": "207.574", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "197.737", + "max": "206.124", + "min": "196.962", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "226.096", + "max": "227.042", + "min": "225.741", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "227.555", + "max": "256.064", + "min": "226.1", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "121.55", + "max": "122.516", + "min": "121.262", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "214.286", + "max": "219.952", + "min": "213.528", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "147.434", + "max": "148.814", + "min": "147.061", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "132.705", + "max": "133.151", + "min": "132.546", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "296.974", + "max": "300.542", + "min": "296.583", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "226.615", + "max": "227.53", + "min": "226.473", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "258.188", + "max": "272.049", + "min": "257.35", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "250.36", + "max": "260.613", + "min": "248.96", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "200.248", + "max": "215.145", + "min": "199.074", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "145.051", + "max": "207.55", + "min": "142.472", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "131.627", + "max": "148.862", + "min": "130.581", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "185.537", + "max": "189.742", + "min": "184.795", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "129.337", + "max": "129.882", + "min": "129.185", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "295.885", + "max": "298.061", + "min": "295.486", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "306.496", + "max": "310.128", + "min": "306.022", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "153.491", + "max": "201.294", + "min": "150.867", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "267.04", + "max": "272.795", + "min": "266.573", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "156.63", + "max": "157.276", + "min": "156.455", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "119.436", + "max": "119.94", + "min": "119.21", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "303.358", + "max": "357.887", + "min": "300.265", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "269.29", + "max": "270.513", + "min": "269.104", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "259.008", + "max": "261.058", + "min": "258.318", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "228.304", + "max": "229.17", + "min": "228.098", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "205.609", + "max": "222.537", + "min": "204.689", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "67.584", + "max": "70.364", + "min": "67.135", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "142.581", + "max": "151.025", + "min": "141.826", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "163.508", + "max": "190.871", + "min": "161.403", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "202.749", + "max": "203.347", + "min": "202.49", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "232.146", + "max": "235.231", + "min": "231.47", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "158.126", + "max": "160.287", + "min": "157.513", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "168.599", + "max": "170.419", + "min": "168.298", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "370.895", + "max": "424.973", + "min": "368.321", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "348.77", + "max": "351.443", + "min": "347.063", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "244.469", + "max": "253.781", + "min": "243.541", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "248.837", + "max": "272.459", + "min": "247.38", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "266.468", + "max": "303.736", + "min": "264.87", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "187.396", + "max": "205.447", + "min": "182.164", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "263.821", + "max": "265.161", + "min": "263.465", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "226.814", + "max": "243.3", + "min": "223.294", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "201.624", + "max": "240.575", + "min": "199.944", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "151.174", + "max": "155.572", + "min": "150.015", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "427.591", + "max": "455.425", + "min": "426.271", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "160.823", + "max": "206.022", + "min": "158.799", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "144.213", + "max": "160.982", + "min": "143.336", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "175.835", + "max": "199.563", + "min": "173.564", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "170.921", + "max": "229.992", + "min": "165.317", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "304.867", + "max": "339.213", + "min": "301.709", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "247.513", + "max": "327.839", + "min": "244.517", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "175.846", + "max": "184.585", + "min": "175.297", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "147.915", + "max": "151.235", + "min": "147.4", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "205.864", + "max": "211.869", + "min": "204.624", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "152.718", + "max": "167.94", + "min": "151.438", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "336.643", + "max": "341.37", + "min": "335.362", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "246.301", + "max": "249.451", + "min": "245.827", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "221.286", + "max": "225.282", + "min": "220.604", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "268.262", + "max": "268.866", + "min": "267.918", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "276.099", + "max": "353.132", + "min": "272.701", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "220.392", + "max": "221.322", + "min": "220.16", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "170.459", + "max": "173.094", + "min": "169.559", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "144.943", + "max": "152.94", + "min": "144.345", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "219.674", + "max": "230.605", + "min": "219.051", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "291.763", + "max": "296.787", + "min": "291.257", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "222.177", + "max": "226.798", + "min": "221.541", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "256.182", + "max": "315.725", + "min": "253.803", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "317.643", + "max": "337.21", + "min": "316.169", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "246.487", + "max": "250.355", + "min": "246.11", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "305.876", + "max": "313.432", + "min": "305.279", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "252.166", + "max": "254.231", + "min": "251.74", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "251.417", + "max": "280.406", + "min": "250.11", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "197.533", + "max": "199.866", + "min": "196.79", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "141.142", + "max": "145.411", + "min": "140.289", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "230.154", + "max": "232.771", + "min": "229.795", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "222.32", + "max": "257.33", + "min": "220.436", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "140.109", + "max": "154.414", + "min": "139.049", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "235.385", + "max": "239.309", + "min": "234.321", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "279.374", + "max": "287.438", + "min": "278.625", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "126.82", + "max": "129.947", + "min": "126.375", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "284.751", + "max": "288.716", + "min": "283.733", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "206.992", + "max": "208.138", + "min": "206.635", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "235.218", + "max": "238.526", + "min": "234.591", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "282.018", + "max": "285.237", + "min": "281.36", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "340.528", + "max": "359.257", + "min": "338.458", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "269.748", + "max": "293.909", + "min": "263.304", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "224.923", + "max": "228.989", + "min": "224.274", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "229.603", + "max": "252.33", + "min": "228.541", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "263.397", + "max": "264.193", + "min": "263.144", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "149.21", + "max": "151.261", + "min": "148.902", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "381.423", + "max": "385.175", + "min": "380.401", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "230.912", + "max": "232.057", + "min": "230.551", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "406.861", + "max": "423.225", + "min": "393.698", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "305.765", + "max": "308.064", + "min": "305.357", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "205.05", + "max": "209.575", + "min": "204.36", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "220.474", + "max": "226.111", + "min": "219.684", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "290.914", + "max": "349.629", + "min": "287.999", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "297.917", + "max": "299.742", + "min": "297.641", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "426.096", + "max": "430.4", + "min": "425.662", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "198.44", + "max": "199.022", + "min": "198.213", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "0.019", + "max": "0.042", + "min": "0.008", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "435.474", + "max": "554.236", + "min": "272.563", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "228.262", + "max": "310.752", + "min": "159.405", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "22.27", + "max": "27.371", + "min": "21.624", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "344.413", + "max": "348.304", + "min": "343.604", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "244.876", + "max": "246.249", + "min": "244.578", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "230.582", + "max": "233.421", + "min": "230.081", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "275.222", + "max": "277.463", + "min": "274.555", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "298.903", + "max": "459.874", + "min": "227.587", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "313.96", + "max": "316.102", + "min": "313.314", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "169.222", + "max": "305.053", + "min": "163.635", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "159.585", + "max": "162.383", + "min": "159.261", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "153.359", + "max": "155.423", + "min": "152.53", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "202.315", + "max": "218.203", + "min": "201.006", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "110.71", + "max": "116.276", + "min": "109.783", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "243.41", + "max": "273.176", + "min": "242.045", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "301.113", + "max": "304.104", + "min": "300.65", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "225.545", + "max": "241.482", + "min": "224.562", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "227.143", + "max": "229.074", + "min": "226.82", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "263.205", + "max": "264.447", + "min": "262.845", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "357.293", + "max": "360.9", + "min": "356.321", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "248.272", + "max": "250.467", + "min": "247.825", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "201.681", + "max": "204.626", + "min": "201.323", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "257.319", + "max": "278.746", + "min": "255.077", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "237.474", + "max": "239.184", + "min": "237.188", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "276.583", + "max": "276.902", + "min": "276.451", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "210.376", + "max": "244.686", + "min": "208.66", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "152.143", + "max": "155.305", + "min": "151.837", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "287.666", + "max": "326.134", + "min": "282.852", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "177.858", + "max": "182.651", + "min": "176.932", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "184.519", + "max": "198.732", + "min": "183.799", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "343.236", + "max": "365.711", + "min": "341.628", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "137.917", + "max": "138.926", + "min": "137.547", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "158.183", + "max": "172.04", + "min": "157.029", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "251.86", + "max": "253.273", + "min": "251.6", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "131.319", + "max": "134.122", + "min": "131.089", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "133.746", + "max": "144.776", + "min": "132.981", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "145.516", + "max": "150.455", + "min": "143.709", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.203", + "max": "282.596", + "min": "265.273", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "144.567", + "max": "159.422", + "min": "143.63", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "128.609", + "max": "139.042", + "min": "126.678", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "207.074", + "max": "209.529", + "min": "206.675", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "320.235", + "max": "345.184", + "min": "318.449", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "178.771", + "max": "221.6", + "min": "176.614", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "382.786", + "max": "429.511", + "min": "374.626", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "239.59", + "max": "242.053", + "min": "239.097", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "367.147", + "max": "445.06", + "min": "357.372", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "242.98", + "max": "258.468", + "min": "242.051", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "234.012", + "max": "237.218", + "min": "233.505", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "149.796", + "max": "150.329", + "min": "149.583", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "207.507", + "max": "218.802", + "min": "206.892", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "244.356", + "max": "259.044", + "min": "242.019", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "49.007", + "max": "50.888", + "min": "48.674", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "224.47", + "max": "236.286", + "min": "223.586", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "261", + "max": "262.792", + "min": "260.778", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "346.464", + "max": "353.579", + "min": "322.083", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "243.78", + "max": "246.803", + "min": "243.261", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "221.96", + "max": "264.541", + "min": "220.076", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "125.492", + "max": "132.603", + "min": "124.617", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "263.939", + "max": "265.109", + "min": "263.679", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "142.531", + "max": "150.438", + "min": "141.65", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "125.995", + "max": "169.783", + "min": "122.844", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "144.141", + "max": "167.884", + "min": "142.62", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "126.934", + "max": "131.442", + "min": "126.548", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "133.297", + "max": "135.846", + "min": "132.901", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "173.238", + "max": "217.575", + "min": "170.981", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "171.795", + "max": "206.621", + "min": "170.205", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "197.415", + "max": "232.577", + "min": "194.466", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "144.337", + "max": "146.374", + "min": "143.774", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "134.185", + "max": "136.012", + "min": "133.902", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "134.485", + "max": "137.029", + "min": "134.135", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "137.965", + "max": "143.726", + "min": "137.174", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "143.4", + "max": "146.681", + "min": "142.972", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "190.224", + "max": "194.089", + "min": "189.508", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "158.074", + "max": "177.742", + "min": "156.322", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "165.802", + "max": "227.739", + "min": "137.676", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "129.189", + "max": "129.684", + "min": "129.031", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "176.095", + "max": "203.289", + "min": "174.907", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "150.006", + "max": "166.206", + "min": "149.09", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "167.756", + "max": "210.299", + "min": "165.4", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "138.63", + "max": "155.518", + "min": "137.474", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "235.76", + "max": "238.87", + "min": "235.058", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "152.911", + "max": "157.016", + "min": "152.279", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "120.42", + "max": "122.094", + "min": "120.129", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "150.146", + "max": "167.731", + "min": "148.878", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "376.66", + "max": "382.092", + "min": "374.641", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "182.177", + "max": "186.042", + "min": "181.656", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "137.816", + "max": "141.369", + "min": "137.292", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "138.101", + "max": "147.428", + "min": "136.868", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "134.97", + "max": "137.652", + "min": "134.599", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "442.844", + "max": "444.326", + "min": "442.581", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "206.244", + "max": "222.148", + "min": "205.037", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "347.259", + "max": "358.326", + "min": "346.257", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "226.427", + "max": "234.4", + "min": "225.795", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "181.901", + "max": "185.315", + "min": "181.554", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "275.894", + "max": "287.763", + "min": "275.087", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "276.872", + "max": "279.123", + "min": "276.371", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "127.99", + "max": "132.591", + "min": "127.538", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "190.002", + "max": "192.012", + "min": "189.656", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "133.828", + "max": "139.214", + "min": "132.923", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "136.818", + "max": "148.643", + "min": "135.624", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "219.897", + "max": "232.606", + "min": "219.104", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "229.325", + "max": "231.32", + "min": "228.982", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.551", + "max": "301.443", + "min": "238.11", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "202.497", + "max": "216.688", + "min": "201.395", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "124.444", + "max": "149.812", + "min": "123.261", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "207.623", + "max": "210.713", + "min": "207.081", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "125.899", + "max": "182.569", + "min": "123.687", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "316.595", + "max": "317.894", + "min": "316.161", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "251.854", + "max": "258.067", + "min": "248.374", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "141.176", + "max": "141.6", + "min": "140.973", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "148.182", + "max": "161.351", + "min": "146.363", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "270.866", + "max": "276.492", + "min": "269.274", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "204.096", + "max": "242.098", + "min": "202.194", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "368.165", + "max": "377.403", + "min": "367.33", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "221.203", + "max": "223.126", + "min": "220.751", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "153.867", + "max": "155.338", + "min": "153.707", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "155.813", + "max": "156.245", + "min": "155.564", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "157.019", + "max": "163.72", + "min": "156.291", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "215.177", + "max": "217.329", + "min": "214.532", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "209.265", + "max": "210.354", + "min": "209.037", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "152.403", + "max": "157.469", + "min": "149.842", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "331.623", + "max": "334.935", + "min": "330.862", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "217.135", + "max": "241.717", + "min": "214.226", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "182.338", + "max": "183.927", + "min": "182.095", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "261.216", + "max": "263.84", + "min": "260.829", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "146.136", + "max": "163.186", + "min": "144.387", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "328.644", + "max": "330.648", + "min": "328.361", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "299.416", + "max": "299.416", + "min": "299.416", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "132.259", + "max": "133.476", + "min": "132.066", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "136.036", + "max": "146.756", + "min": "134.861", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "228.102", + "max": "233.833", + "min": "227.269", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "149.866", + "max": "159.412", + "min": "141.674", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "155.679", + "max": "201.979", + "min": "153.401", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "207.285", + "max": "209.89", + "min": "206.48", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "210.15", + "max": "231.659", + "min": "208.54", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "219.565", + "max": "219.888", + "min": "219.326", + "id": "115", + "country": "Tanzania", + "source_name": "Dar es Salaam", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "139": { + "name": "Wellington", + "data": { + "0": { + "avg": "327.31", + "max": "329.518", + "min": "326.886", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "36.919", + "max": "40.524", + "min": "36.205", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "224.212", + "max": "226.419", + "min": "223.876", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "305.606", + "max": "312.659", + "min": "304.656", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "278.791", + "max": "279.818", + "min": "278.514", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "265.1", + "max": "266.231", + "min": "264.74", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "288.223", + "max": "289.642", + "min": "287.696", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "4.442", + "max": "61.435", + "min": "0.64", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "318.768", + "max": "319.634", + "min": "318.394", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "310.156", + "max": "311.337", + "min": "309.858", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "284.259", + "max": "285.387", + "min": "283.871", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "183.061", + "max": "184.163", + "min": "182.569", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "217.772", + "max": "218.859", + "min": "217.425", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "219.718", + "max": "220.914", + "min": "219.446", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "205.778", + "max": "207.204", + "min": "205.317", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "207.852", + "max": "208.743", + "min": "207.272", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "287.636", + "max": "288.789", + "min": "287.378", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "193.946", + "max": "197.259", + "min": "193.604", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "285.11", + "max": "286.551", + "min": "284.639", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "297.754", + "max": "299.356", + "min": "297.441", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "42.696", + "max": "45.156", + "min": "42.317", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "188.625", + "max": "189.976", + "min": "188.32", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "137.119", + "max": "139.127", + "min": "136.637", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "158.972", + "max": "160.714", + "min": "158.676", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "342.303", + "max": "344.212", + "min": "341.652", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "288.929", + "max": "293.909", + "min": "288.496", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "297.103", + "max": "298.054", + "min": "296.716", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "339.07", + "max": "340.368", + "min": "338.427", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "304.413", + "max": "305.745", + "min": "304.107", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "158.355", + "max": "160.461", + "min": "157.768", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "116.337", + "max": "118.122", + "min": "115.773", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "309.785", + "max": "311.269", + "min": "309.464", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "217.275", + "max": "245.906", + "min": "216.062", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "337.478", + "max": "338.556", + "min": "337.142", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "303.782", + "max": "306.562", + "min": "303.306", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "279.468", + "max": "280.837", + "min": "279.022", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "149.117", + "max": "150.048", + "min": "148.876", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "155.734", + "max": "157.374", + "min": "155.28", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "185.718", + "max": "186.287", + "min": "185.42", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "208.131", + "max": "210.034", + "min": "207.638", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "439.344", + "max": "443.652", + "min": "438.584", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "280.63", + "max": "281.424", + "min": "280.226", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "338.593", + "max": "341.152", + "min": "338.206", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "350.669", + "max": "352.183", + "min": "350.376", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "400.96", + "max": "401.79", + "min": "400.614", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "299.26", + "max": "300.341", + "min": "298.778", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "309.011", + "max": "310.372", + "min": "308.589", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "249.606", + "max": "250.854", + "min": "249.149", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "334.969", + "max": "336.729", + "min": "334.641", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "196.323", + "max": "203.16", + "min": "194.994", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "218.922", + "max": "220.798", + "min": "218.279", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "181.074", + "max": "189.497", + "min": "0", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "337.454", + "max": "431.27", + "min": "330.424", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "215.881", + "max": "218.055", + "min": "215.286", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "380.351", + "max": "391.834", + "min": "373.079", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "260.101", + "max": "262.196", + "min": "259.358", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "320.508", + "max": "327.973", + "min": "319.118", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "16.017", + "max": "17.444", + "min": "15.671", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "343.883", + "max": "345.552", + "min": "343.074", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "286.021", + "max": "287.047", + "min": "285.695", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "350.568", + "max": "352.597", + "min": "349.803", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "348.819", + "max": "364.151", + "min": "347.374", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "234.492", + "max": "334.559", + "min": "229.234", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "470.282", + "max": "471.838", + "min": "469.987", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "321.82", + "max": "323.626", + "min": "321.512", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "317.966", + "max": "319.568", + "min": "317.468", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "209.215", + "max": "210.919", + "min": "208.874", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "338.604", + "max": "340.84", + "min": "337.743", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "334.516", + "max": "337.839", + "min": "333.389", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "164.085", + "max": "165.688", + "min": "163.776", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "285.138", + "max": "286.012", + "min": "284.748", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "154.252", + "max": "160.342", + "min": "151.736", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "242.973", + "max": "244.377", + "min": "242.6", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "193.665", + "max": "195.205", + "min": "193.252", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "336.557", + "max": "338.685", + "min": "336.13", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "287.395", + "max": "288.866", + "min": "287.047", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "203.788", + "max": "205.566", + "min": "203.414", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "190.631", + "max": "191.469", + "min": "190.254", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "204.376", + "max": "205.431", + "min": "204.049", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "230.754", + "max": "231.794", + "min": "230.348", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "196.151", + "max": "198.505", + "min": "195.613", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "265.001", + "max": "266.393", + "min": "264.464", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "303.212", + "max": "315.763", + "min": "287.701", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "353.933", + "max": "354.959", + "min": "353.577", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "177.101", + "max": "179.332", + "min": "176.804", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "342.606", + "max": "343.222", + "min": "342.244", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "293.271", + "max": "295.076", + "min": "292.845", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "210.347", + "max": "211.415", + "min": "210.034", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "197.34", + "max": "199.229", + "min": "196.909", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "297.782", + "max": "303.682", + "min": "297.173", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "186.386", + "max": "188.31", + "min": "185.565", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "141.723", + "max": "142.966", + "min": "141.434", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "289.428", + "max": "291.317", + "min": "289.124", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "314.612", + "max": "316.095", + "min": "314.067", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "222.75", + "max": "223.45", + "min": "222.391", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "228.54", + "max": "229.268", + "min": "228.316", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "258.375", + "max": "259.382", + "min": "257.944", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "240.738", + "max": "244.802", + "min": "240.08", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "162.857", + "max": "177.894", + "min": "162.001", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "190.135", + "max": "193.344", + "min": "189.782", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "224.655", + "max": "226.594", + "min": "224.306", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "226.793", + "max": "227.797", + "min": "226.401", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "326.786", + "max": "328.121", + "min": "326.384", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "46.223", + "max": "51.675", + "min": "45.023", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "183.007", + "max": "183.971", + "min": "182.603", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "26.027", + "max": "27.732", + "min": "25.694", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "286.821", + "max": "289.415", + "min": "286.287", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "229.78", + "max": "231.914", + "min": "229.474", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "208.715", + "max": "215.588", + "min": "208.043", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "382.153", + "max": "384.105", + "min": "381.686", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "354.265", + "max": "370.912", + "min": "353.394", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "270.17", + "max": "271.785", + "min": "269.819", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "202.701", + "max": "204.253", + "min": "202.37", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "356.02", + "max": "357.61", + "min": "355.541", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "628.496", + "max": "740.91", + "min": "475.974", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "435.732", + "max": "560.072", + "min": "342.346", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "510.692", + "max": "514.043", + "min": "506.496", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "144.713", + "max": "147.878", + "min": "144.215", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "182.7", + "max": "184.805", + "min": "182.198", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "204.021", + "max": "204.684", + "min": "203.67", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "181.462", + "max": "182.874", + "min": "181.044", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "271.567", + "max": "434.348", + "min": "204.667", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "317.478", + "max": "318.593", + "min": "317.217", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "317.353", + "max": "355.837", + "min": "315.311", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "320.08", + "max": "320.839", + "min": "319.888", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "321.511", + "max": "323.955", + "min": "320.925", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "214.932", + "max": "215.921", + "min": "214.726", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "459.129", + "max": "460.639", + "min": "458.657", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "412.521", + "max": "413.929", + "min": "411.996", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "186.096", + "max": "188.41", + "min": "185.825", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "203.521", + "max": "204.622", + "min": "203.259", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "185.241", + "max": "187.315", + "min": "184.906", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "234.762", + "max": "237.326", + "min": "234.399", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "0.04", + "max": "0.144", + "min": "0.014", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "195.394", + "max": "197.731", + "min": "194.758", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "210.155", + "max": "226.218", + "min": "209.326", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "191.86", + "max": "196.987", + "min": "190.196", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "213.341", + "max": "215.557", + "min": "212.87", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "222.628", + "max": "223.637", + "min": "222.222", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "207.329", + "max": "232.978", + "min": "205.689", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "306.115", + "max": "307.92", + "min": "305.551", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "419.675", + "max": "424.809", + "min": "416.649", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "311.508", + "max": "313.348", + "min": "311.179", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "338.253", + "max": "339.68", + "min": "337.792", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "217.075", + "max": "219.996", + "min": "216.636", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "291.067", + "max": "292.08", + "min": "290.564", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "331.158", + "max": "335.12", + "min": "330.397", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "392.877", + "max": "393.877", + "min": "392.513", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "271.643", + "max": "273.627", + "min": "271.264", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "283.854", + "max": "284.873", + "min": "283.66", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "290.238", + "max": "296.121", + "min": "289.283", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "277.477", + "max": "279.337", + "min": "277.207", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "327.748", + "max": "330.121", + "min": "327.201", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "289.07", + "max": "293.097", + "min": "288.423", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "203.921", + "max": "205.19", + "min": "203.542", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "183.611", + "max": "184.748", + "min": "183.282", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "322.45", + "max": "324.453", + "min": "321.84", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "308.136", + "max": "358.199", + "min": "299.576", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "234.408", + "max": "246.429", + "min": "233.731", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "336.328", + "max": "429.488", + "min": "328.534", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "243.438", + "max": "244.599", + "min": "243.21", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "302.275", + "max": "303.758", + "min": "301.524", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "349.962", + "max": "351.777", + "min": "349.528", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "214.934", + "max": "216.525", + "min": "214.583", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "403.194", + "max": "405.231", + "min": "402.583", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "463.863", + "max": "465.838", + "min": "463.553", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "370.581", + "max": "371.973", + "min": "370.068", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "200", + "max": "201.221", + "min": "199.549", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "360.992", + "max": "372.493", + "min": "343.36", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "255.194", + "max": "257.299", + "min": "254.755", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "194.935", + "max": "197.129", + "min": "194.483", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "293.807", + "max": "295.51", + "min": "293.409", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "423.555", + "max": "425.264", + "min": "423.111", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "291.568", + "max": "292.712", + "min": "291.306", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "289.578", + "max": "291.361", + "min": "289.117", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "310.125", + "max": "311.208", + "min": "309.831", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "290.102", + "max": "290.759", + "min": "289.853", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "275.688", + "max": "277.376", + "min": "275.147", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "345.346", + "max": "352.468", + "min": "344.649", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "328.436", + "max": "329.386", + "min": "328.047", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "334.887", + "max": "337.649", + "min": "334.423", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "336.252", + "max": "337.561", + "min": "335.879", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "286.948", + "max": "288.96", + "min": "286.452", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "300.076", + "max": "301.057", + "min": "299.667", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "295.957", + "max": "297.006", + "min": "295.682", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "313.252", + "max": "315.217", + "min": "312.825", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "329.717", + "max": "330.746", + "min": "329.015", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "304.233", + "max": "320.887", + "min": "302.575", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "315.875", + "max": "398.84", + "min": "300.76", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "311.835", + "max": "313.47", + "min": "311.391", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "326.61", + "max": "327.619", + "min": "326.179", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "326.331", + "max": "337.035", + "min": "325.233", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "329.133", + "max": "330.147", + "min": "328.545", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "272.378", + "max": "274.74", + "min": "271.798", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.896", + "max": "355.218", + "min": "353.497", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "307.01", + "max": "308.507", + "min": "306.64", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "319.532", + "max": "320.158", + "min": "319.277", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "324.318", + "max": "326.842", + "min": "323.945", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "258.846", + "max": "267.123", + "min": "256.779", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "337.598", + "max": "339.569", + "min": "337.354", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "318.735", + "max": "322.579", + "min": "318.19", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "284.745", + "max": "286.675", + "min": "284.268", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "288.441", + "max": "289.412", + "min": "288.043", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "30.475", + "max": "37.428", + "min": "29.358", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "216.607", + "max": "221.415", + "min": "215.871", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "292.394", + "max": "297.072", + "min": "287.01", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "372.297", + "max": "373.657", + "min": "371.434", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "294.363", + "max": "295.273", + "min": "293.883", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "440.321", + "max": "441.932", + "min": "439.599", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "175.291", + "max": "181.434", + "min": "173.992", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "328.121", + "max": "330.01", + "min": "327.755", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "338.118", + "max": "339.679", + "min": "337.82", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "275.106", + "max": "276.353", + "min": "274.704", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "297.798", + "max": "299.247", + "min": "297.094", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "213.166", + "max": "214.278", + "min": "212.851", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "211.428", + "max": "212.173", + "min": "211.239", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "328.862", + "max": "330.121", + "min": "328.341", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "213.761", + "max": "215.682", + "min": "213.242", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "304.403", + "max": "305.376", + "min": "304.044", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "203.56", + "max": "204.599", + "min": "203.196", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "303.094", + "max": "305.053", + "min": "302.795", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "368.482", + "max": "728.428", + "min": "355.771", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "222.446", + "max": "226.615", + "min": "219.226", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "312.419", + "max": "313.474", + "min": "312.086", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "308.648", + "max": "310.138", + "min": "307.782", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "247.221", + "max": "252.792", + "min": "246.08", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "389.417", + "max": "391.686", + "min": "388.971", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "140.563", + "max": "141.054", + "min": "140.358", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "380.452", + "max": "382.288", + "min": "380.051", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "312.717", + "max": "315.113", + "min": "312.414", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "300.687", + "max": "302.722", + "min": "300.136", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "327.825", + "max": "329.962", + "min": "327.401", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "227.687", + "max": "230.496", + "min": "226.889", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "219.74", + "max": "220.392", + "min": "219.517", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "346.472", + "max": "357.855", + "min": "344.04", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "282.663", + "max": "285.529", + "min": "281.744", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "219.632", + "max": "222.208", + "min": "218.517", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "347.028", + "max": "348.357", + "min": "346.722", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "216.575", + "max": "217.267", + "min": "216.303", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "277.953", + "max": "282.338", + "min": "277.441", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "299.754", + "max": "311.123", + "min": "294.636", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "283.712", + "max": "285.367", + "min": "282.058", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "284.476", + "max": "285.471", + "min": "284.134", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "323.282", + "max": "324.208", + "min": "322.947", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "366.577", + "max": "370.139", + "min": "365.881", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "284.402", + "max": "294.575", + "min": "275.984", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "310.905", + "max": "312.217", + "min": "310.735", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "381.361", + "max": "382.168", + "min": "380.924", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "365.499", + "max": "369.107", + "min": "364.851", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "194.663", + "max": "200.876", + "min": "193.765", + "id": "139", + "country": "New Zealand", + "source_name": "Wellington", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "169": { + "name": "Perth", + "data": { + "0": { + "avg": "317.105", + "max": "317.242", + "min": "316.978", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "35.963", + "max": "36.436", + "min": "35.723", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "281.321", + "max": "282.049", + "min": "281.233", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "209.768", + "max": "214.109", + "min": "209.52", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "377.391", + "max": "378.34", + "min": "377.001", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "132.85", + "max": "133.133", + "min": "132.77", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "268.392", + "max": "268.592", + "min": "268.226", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "72.796", + "max": "96.069", + "min": "71.328", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "455.094", + "max": "455.579", + "min": "454.229", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "400.854", + "max": "405.008", + "min": "400.197", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "259.942", + "max": "260.207", + "min": "259.765", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "217.952", + "max": "218.145", + "min": "217.854", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "473.909", + "max": "479.205", + "min": "468.061", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "255.268", + "max": "255.76", + "min": "255.122", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "270.519", + "max": "270.67", + "min": "270.445", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "251.187", + "max": "251.334", + "min": "251.04", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "190.854", + "max": "191.06", + "min": "190.645", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "232.696", + "max": "232.815", + "min": "232.625", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "298.442", + "max": "298.66", + "min": "298.298", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "291.837", + "max": "291.989", + "min": "291.681", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "65.323", + "max": "65.89", + "min": "65.243", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "251.669", + "max": "251.789", + "min": "251.555", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "215.991", + "max": "216.793", + "min": "215.788", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "444.112", + "max": "453.173", + "min": "441.382", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "398.31", + "max": "398.791", + "min": "394.508", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "286.693", + "max": "287.093", + "min": "286.613", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "209.965", + "max": "210.682", + "min": "209.771", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "273.627", + "max": "274.119", + "min": "273.373", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "269.401", + "max": "269.499", + "min": "269.326", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "207.837", + "max": "208.993", + "min": "207.567", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "208.27", + "max": "208.53", + "min": "207.881", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "282.764", + "max": "284.385", + "min": "282.604", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "241.772", + "max": "242.998", + "min": "241.62", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "298.499", + "max": "298.747", + "min": "298.388", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "274.897", + "max": "277.426", + "min": "274.673", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "91.231", + "max": "93.943", + "min": "91.036", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "186.035", + "max": "186.256", + "min": "185.95", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "347.248", + "max": "451.703", + "min": "310.533", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "221.023", + "max": "222.9", + "min": "220.817", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "242.703", + "max": "242.865", + "min": "242.543", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "407.583", + "max": "414.702", + "min": "406.646", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "269.033", + "max": "275.167", + "min": "268.51", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "312.065", + "max": "312.774", + "min": "311.23", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "221.207", + "max": "224.38", + "min": "220.926", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "417.147", + "max": "420.597", + "min": "406.132", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "297.122", + "max": "300.476", + "min": "296.566", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "297.963", + "max": "298.098", + "min": "297.858", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "300.342", + "max": "301.445", + "min": "300.151", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "381.462", + "max": "381.798", + "min": "381.264", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "368.262", + "max": "368.664", + "min": "367.931", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "405.399", + "max": "405.779", + "min": "403.87", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "246.789", + "max": "247.377", + "min": "246.514", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "592.227", + "max": "623.435", + "min": "551.965", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "230.848", + "max": "230.972", + "min": "230.702", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "95.371", + "max": "105.54", + "min": "91.506", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "57.903", + "max": "58.768", + "min": "57.716", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "204.258", + "max": "206.551", + "min": "203.435", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "87.024", + "max": "87.155", + "min": "86.957", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "296.477", + "max": "298.463", + "min": "296.161", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "202.346", + "max": "202.519", + "min": "202.266", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "304.534", + "max": "305.059", + "min": "304.055", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "300.438", + "max": "336.906", + "min": "298.711", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "73.817", + "max": "89.898", + "min": "72.533", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "102.475", + "max": "102.911", + "min": "102.382", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "244.929", + "max": "245.136", + "min": "244.789", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "293.397", + "max": "294.107", + "min": "293.317", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "284.799", + "max": "295.811", + "min": "284.324", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "238.297", + "max": "238.566", + "min": "237.916", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "579.988", + "max": "585.584", + "min": "470.926", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "228.365", + "max": "230.842", + "min": "228.125", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "79.495", + "max": "80.904", + "min": "79.277", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "313.529", + "max": "314.118", + "min": "313.159", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "291.666", + "max": "293.852", + "min": "291.405", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "241.876", + "max": "241.944", + "min": "241.802", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "416.105", + "max": "417.071", + "min": "415.707", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "266.48", + "max": "266.759", + "min": "266.351", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "273.348", + "max": "273.509", + "min": "273.244", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "210.54", + "max": "210.716", + "min": "210.347", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "280.6", + "max": "280.849", + "min": "280.357", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "245.843", + "max": "245.997", + "min": "245.694", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "329.278", + "max": "355.717", + "min": "312.223", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "266.696", + "max": "267.239", + "min": "266.418", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "341.849", + "max": "342.126", + "min": "341.502", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "79.993", + "max": "81.222", + "min": "79.791", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "442.928", + "max": "443.494", + "min": "442.305", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "257.421", + "max": "258.576", + "min": "257.046", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "409.358", + "max": "411.463", + "min": "408.779", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "374.737", + "max": "374.954", + "min": "374.363", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "462.786", + "max": "463.188", + "min": "461.341", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "202.528", + "max": "207.407", + "min": "202.119", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "271.414", + "max": "401.549", + "min": "265.983", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "349.849", + "max": "350.229", + "min": "349.611", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "277.042", + "max": "277.203", + "min": "276.995", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "539.397", + "max": "544.646", + "min": "533.279", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "254.785", + "max": "254.847", + "min": "254.731", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "380.744", + "max": "389.074", + "min": "377.643", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "544.705", + "max": "561.499", + "min": "523.021", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "280.401", + "max": "311.22", + "min": "278.696", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "428.757", + "max": "429.268", + "min": "428.284", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "473.738", + "max": "476.444", + "min": "471.24", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "273.275", + "max": "273.376", + "min": "273.2", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "254.831", + "max": "257.805", + "min": "254.626", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "316.993", + "max": "318.512", + "min": "316.814", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "49.551", + "max": "62.628", + "min": "48.718", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "392.328", + "max": "392.724", + "min": "391.346", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "274.921", + "max": "280.337", + "min": "267.168", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "340.179", + "max": "343.325", + "min": "339.905", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "477.285", + "max": "477.719", + "min": "476.692", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "243.391", + "max": "243.586", + "min": "243.322", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "211.306", + "max": "211.524", + "min": "211.218", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "90.532", + "max": "91.091", + "min": "90.394", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "249.379", + "max": "249.934", + "min": "249.234", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "248.314", + "max": "248.505", + "min": "248.219", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "234.742", + "max": "238.522", + "min": "234.252", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "642.257", + "max": "781.927", + "min": "480.548", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "370.448", + "max": "503.782", + "min": "285.127", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "429.534", + "max": "430.848", + "min": "429.088", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "263.828", + "max": "268.501", + "min": "263.156", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "360.655", + "max": "360.949", + "min": "360.359", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "251.425", + "max": "251.951", + "min": "251.232", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "220.894", + "max": "221.192", + "min": "220.641", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "325.254", + "max": "479.098", + "min": "249.951", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "542.211", + "max": "584.771", + "min": "465.421", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "406.893", + "max": "457.012", + "min": "404.282", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "407.909", + "max": "408.378", + "min": "407.465", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "393.893", + "max": "395.216", + "min": "393.146", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "486.848", + "max": "513.833", + "min": "360.7", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "540.563", + "max": "540.926", + "min": "540.146", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "298.133", + "max": "300.613", + "min": "297.824", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "263.035", + "max": "263.305", + "min": "262.427", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "262.968", + "max": "263.235", + "min": "262.842", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "275.102", + "max": "275.285", + "min": "274.945", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "242.566", + "max": "242.843", + "min": "242.41", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "74.9", + "max": "75.782", + "min": "74.107", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "453.261", + "max": "458.664", + "min": "448.422", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "374.91", + "max": "375.396", + "min": "374.642", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "231.188", + "max": "234.416", + "min": "230.544", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "248.025", + "max": "248.167", + "min": "247.912", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "236.82", + "max": "237.098", + "min": "236.586", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "259.794", + "max": "259.916", + "min": "259.621", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "207.269", + "max": "207.487", + "min": "207.133", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "96.604", + "max": "97.685", + "min": "96.203", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "416.253", + "max": "417.198", + "min": "415.857", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "270.138", + "max": "270.31", + "min": "269.989", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.503", + "max": "222.807", + "min": "210.684", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "205.247", + "max": "206.061", + "min": "204.923", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "411.697", + "max": "413.949", + "min": "411.269", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "113.665", + "max": "113.944", + "min": "113.571", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "266.228", + "max": "270.68", + "min": "265.992", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "262.829", + "max": "264.239", + "min": "262.716", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "377.306", + "max": "392.215", + "min": "375.21", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "143.076", + "max": "143.201", + "min": "142.991", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "400.693", + "max": "403.434", + "min": "393.096", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "326.945", + "max": "327.294", + "min": "326.742", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "474.403", + "max": "475.905", + "min": "468.176", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "325.708", + "max": "325.982", + "min": "325.259", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "260.1", + "max": "260.728", + "min": "259.824", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "217.429", + "max": "262.04", + "min": "208.627", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "393.317", + "max": "476.429", + "min": "351.832", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "654.422", + "max": "766.322", + "min": "377.748", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "508.064", + "max": "508.705", + "min": "507.006", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "0.039", + "max": "0.075", + "min": "0.025", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "227.239", + "max": "227.392", + "min": "227.067", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "363.744", + "max": "364.131", + "min": "362.984", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "359.905", + "max": "360.138", + "min": "359.785", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "434.052", + "max": "434.246", + "min": "433.933", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "463.719", + "max": "464.064", + "min": "463.301", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "235.138", + "max": "235.438", + "min": "234.977", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "621.492", + "max": "633.133", + "min": "600.664", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "256.131", + "max": "256.264", + "min": "255.999", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "487.372", + "max": "514.082", + "min": "465.542", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "559.415", + "max": "561.52", + "min": "557.347", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "160.337", + "max": "160.742", + "min": "160.211", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "282.491", + "max": "282.649", + "min": "282.408", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "188.155", + "max": "188.389", + "min": "187.939", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "286.141", + "max": "286.369", + "min": "285.975", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "390.344", + "max": "390.662", + "min": "390.025", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "203.07", + "max": "203.856", + "min": "202.809", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "312.906", + "max": "313.252", + "min": "312.753", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "393.292", + "max": "402.432", + "min": "296.262", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "314.572", + "max": "331.665", + "min": "313.417", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "415.527", + "max": "417.532", + "min": "415.045", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "263.068", + "max": "264.066", + "min": "262.855", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "272.812", + "max": "273.017", + "min": "272.645", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "561.157", + "max": "561.566", + "min": "560.824", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "279.694", + "max": "279.863", + "min": "279.559", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "251.614", + "max": "252.313", + "min": "251.27", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "291.225", + "max": "315.804", + "min": "282.913", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "304.271", + "max": "352.364", + "min": "274.026", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "256.146", + "max": "256.438", + "min": "255.979", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "249.903", + "max": "250.259", + "min": "249.711", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "297.916", + "max": "307.281", + "min": "297.433", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "426.267", + "max": "426.774", + "min": "425.636", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "262.762", + "max": "265.757", + "min": "262.464", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "85.282", + "max": "85.532", + "min": "85.178", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "201.129", + "max": "201.292", + "min": "201.03", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "273.029", + "max": "273.272", + "min": "272.864", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "283.56", + "max": "283.63", + "min": "283.508", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "306.201", + "max": "312.903", + "min": "304.267", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "251.089", + "max": "251.307", + "min": "250.898", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "204.293", + "max": "207.838", + "min": "203.964", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "209.218", + "max": "211.63", + "min": "208.726", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "218.779", + "max": "221.116", + "min": "207.85", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "53.295", + "max": "66.837", + "min": "50.428", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "253.366", + "max": "261.072", + "min": "252.56", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "579.311", + "max": "581.928", + "min": "572.21", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "84.764", + "max": "84.912", + "min": "84.646", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "263.436", + "max": "264.122", + "min": "263.266", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "253.596", + "max": "253.964", + "min": "253.444", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "229.207", + "max": "229.584", + "min": "229.052", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "221.19", + "max": "221.424", + "min": "221.099", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "325.88", + "max": "326.297", + "min": "325.763", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "276.27", + "max": "278.273", + "min": "275.964", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "286.169", + "max": "287.107", + "min": "285.89", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "248.176", + "max": "248.256", + "min": "248.128", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "282.376", + "max": "282.45", + "min": "282.329", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "108.882", + "max": "110.587", + "min": "108.563", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "255.097", + "max": "255.906", + "min": "254.981", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "187.661", + "max": "187.789", + "min": "187.563", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "380.863", + "max": "382.478", + "min": "375.469", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "186.614", + "max": "186.978", + "min": "186.497", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "389.26", + "max": "389.698", + "min": "389.134", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "485.76", + "max": "488.992", + "min": "483.512", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "208.925", + "max": "209.331", + "min": "208.783", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "279.804", + "max": "280.693", + "min": "279.271", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "286.678", + "max": "288.795", + "min": "285.942", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "444.511", + "max": "445.468", + "min": "444.156", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "161.494", + "max": "161.692", + "min": "161.329", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "438.455", + "max": "440.818", + "min": "438.122", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "321.465", + "max": "329.645", + "min": "296.941", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "266.249", + "max": "266.387", + "min": "266.106", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "317.687", + "max": "321.941", + "min": "317.471", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "405.747", + "max": "486.735", + "min": "370.942", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "251.867", + "max": "252.065", + "min": "251.778", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "311.915", + "max": "313.917", + "min": "310.5", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "393.54", + "max": "447.276", + "min": "343.861", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "405.08", + "max": "406.999", + "min": "404.166", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "246.27", + "max": "247.246", + "min": "245.992", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "231.067", + "max": "231.514", + "min": "230.88", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "274.304", + "max": "279.768", + "min": "273.8", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "369.842", + "max": "370.961", + "min": "367.85", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "346.451", + "max": "346.451", + "min": "346.451", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "264.155", + "max": "264.223", + "min": "264.095", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "270.911", + "max": "271.101", + "min": "270.837", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "330.86", + "max": "340.057", + "min": "330.233", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "284.585", + "max": "296.958", + "min": "276.435", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "284.268", + "max": "284.422", + "min": "284.171", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "385.683", + "max": "391.556", + "min": "379.18", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "340.333", + "max": "344.235", + "min": "339.905", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "266.358", + "max": "266.595", + "min": "266.274", + "id": "169", + "country": "Australia", + "source_name": "Perth", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "218": { + "name": "Canberra", + "data": { + "0": { + "avg": "339.564", + "max": "356.037", + "min": "338.186", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "12.893", + "max": "13.305", + "min": "12.685", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "215.324", + "max": "221.524", + "min": "214.49", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "250.433", + "max": "256.625", + "min": "248.926", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "233.998", + "max": "242.166", + "min": "232.886", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "184.451", + "max": "199.934", + "min": "182.122", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "280.081", + "max": "294.913", + "min": "276.524", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "30.755", + "max": "42.051", + "min": "27.695", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "338.69", + "max": "343.175", + "min": "338.144", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "318.244", + "max": "331.699", + "min": "316.327", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "289.453", + "max": "300.395", + "min": "286.243", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "198.567", + "max": "207.704", + "min": "197.308", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "224.22", + "max": "240.601", + "min": "222.563", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "228.22", + "max": "238.767", + "min": "226.59", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "231.623", + "max": "240.344", + "min": "228.973", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "223.343", + "max": "224.402", + "min": "222.66", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "331.067", + "max": "341.405", + "min": "326.698", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "208.936", + "max": "218.248", + "min": "207.92", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "263.463", + "max": "274.245", + "min": "262.274", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "318.947", + "max": "333.628", + "min": "316.258", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "19.04", + "max": "21.496", + "min": "18.568", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "283.711", + "max": "289.517", + "min": "282.702", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "156.814", + "max": "157.308", + "min": "156.666", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "180.999", + "max": "183.843", + "min": "180.365", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "320.298", + "max": "320.685", + "min": "320.004", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "306.249", + "max": "316.459", + "min": "305.178", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "315.518", + "max": "330.146", + "min": "313.16", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "311.262", + "max": "320.911", + "min": "309.973", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "269.337", + "max": "283.272", + "min": "267.159", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "216.877", + "max": "237.682", + "min": "215.652", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "94.024", + "max": "94.76", + "min": "93.843", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "317.769", + "max": "318.28", + "min": "317.366", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "234.684", + "max": "241.665", + "min": "233.557", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "332.088", + "max": "332.792", + "min": "331.865", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "312.214", + "max": "315.468", + "min": "311.817", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "148.052", + "max": "160.091", + "min": "145.112", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "174.894", + "max": "188.445", + "min": "170.726", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "167.373", + "max": "177.101", + "min": "165.937", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "198.358", + "max": "213.405", + "min": "195.744", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "235.502", + "max": "237.077", + "min": "235.152", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "411.297", + "max": "413.79", + "min": "410.783", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "273.057", + "max": "275.408", + "min": "272.442", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "279.962", + "max": "290.36", + "min": "277.738", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "328.16", + "max": "338.88", + "min": "326.002", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "415.158", + "max": "421.938", + "min": "413.024", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "331.663", + "max": "344.991", + "min": "330.024", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "334.121", + "max": "346.192", + "min": "332.841", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "318.465", + "max": "327.08", + "min": "310.898", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "357.178", + "max": "372.937", + "min": "354.53", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "200.63", + "max": "201.32", + "min": "200.496", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "262.577", + "max": "262.946", + "min": "262.373", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "181.002", + "max": "197.717", + "min": "178.459", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "324.924", + "max": "415.844", + "min": "316.16", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "192.336", + "max": "199.817", + "min": "190.647", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "269.737", + "max": "294.793", + "min": "265.964", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "105.047", + "max": "106.614", + "min": "104.767", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "289.726", + "max": "298.718", + "min": "288.097", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "43.657", + "max": "50.277", + "min": "42.637", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "297.679", + "max": "315.35", + "min": "295.965", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "275.474", + "max": "283.676", + "min": "273.225", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "351.376", + "max": "354.36", + "min": "350.315", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "346.855", + "max": "372.321", + "min": "345.218", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "192.484", + "max": "232.903", + "min": "188.936", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "141.958", + "max": "154.644", + "min": "140.935", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "331.847", + "max": "332.055", + "min": "331.623", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "338.383", + "max": "344.697", + "min": "337.73", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "232.07", + "max": "236.264", + "min": "231.26", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "306.351", + "max": "311.9", + "min": "305.208", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "396.985", + "max": "400.34", + "min": "396.451", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "186.952", + "max": "191.268", + "min": "186.306", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "135.778", + "max": "141.371", + "min": "134.409", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "172.422", + "max": "172.992", + "min": "172.019", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "263.675", + "max": "272.831", + "min": "262.366", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "223.288", + "max": "237.925", + "min": "222.216", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "346.666", + "max": "348.675", + "min": "346.279", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "288.502", + "max": "301.451", + "min": "286.31", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "237.208", + "max": "243.567", + "min": "235.694", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "168.098", + "max": "168.457", + "min": "167.984", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "217.167", + "max": "217.455", + "min": "216.886", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "251.582", + "max": "257.086", + "min": "250.445", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "174.104", + "max": "174.385", + "min": "173.942", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "238.16", + "max": "249.415", + "min": "236.307", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "360.316", + "max": "364.265", + "min": "359.358", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "300.714", + "max": "313.813", + "min": "299.103", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "179.277", + "max": "187.918", + "min": "177.325", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "342.039", + "max": "344.004", + "min": "341.559", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "301.392", + "max": "308.868", + "min": "300.149", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "225.23", + "max": "226.373", + "min": "224.998", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "195.966", + "max": "196.163", + "min": "195.713", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "295.803", + "max": "302.52", + "min": "295.345", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "210.598", + "max": "213.378", + "min": "210.028", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "167.35", + "max": "181.464", + "min": "165.953", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "307.207", + "max": "313.332", + "min": "306.56", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "288.422", + "max": "299.549", + "min": "280.518", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "225.158", + "max": "225.988", + "min": "224.893", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "270.704", + "max": "280.898", + "min": "269.582", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "272.605", + "max": "273.479", + "min": "272.24", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "256.501", + "max": "261.9", + "min": "255.169", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.68", + "max": "184.946", + "min": "166.314", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "212.177", + "max": "217.554", + "min": "211.182", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "218.043", + "max": "218.486", + "min": "217.88", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": null, + "max": null, + "min": null, + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "322.309", + "max": "325.399", + "min": "322.026", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "25.965", + "max": "41.141", + "min": "22.969", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "207.339", + "max": "208.333", + "min": "207.076", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "5.644", + "max": "10.7", + "min": "4.599", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "286.864", + "max": "294.1", + "min": "285.791", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "223.529", + "max": "223.814", + "min": "223.36", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "244.795", + "max": "249.32", + "min": "244.379", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "402.273", + "max": "417.625", + "min": "393.253", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "326.666", + "max": "336.443", + "min": "324.632", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "229.418", + "max": "237.123", + "min": "228.759", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "223.974", + "max": "231.429", + "min": "223.504", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "444.768", + "max": "495.309", + "min": "442.623", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "641.842", + "max": "770.986", + "min": "492.99", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "442.238", + "max": "562.812", + "min": "347.579", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "452.67", + "max": "459", + "min": "450.343", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "123.552", + "max": "125.779", + "min": "123.265", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "205.061", + "max": "221.148", + "min": "203.744", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "231.128", + "max": "237.015", + "min": "230.167", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "182.055", + "max": "186.932", + "min": "181.498", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "286.538", + "max": "451.508", + "min": "211.211", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "335.329", + "max": "335.908", + "min": "335.076", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "329.61", + "max": "395.745", + "min": "326.738", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "284.265", + "max": "284.565", + "min": "284.13", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "324.614", + "max": "325.816", + "min": "324.078", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "215.59", + "max": "225.105", + "min": "214.207", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "445.851", + "max": "446.358", + "min": "445.397", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "343.708", + "max": "356.311", + "min": "341.967", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "206.325", + "max": "207.012", + "min": "206.047", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "225.007", + "max": "225.353", + "min": "224.869", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "269.448", + "max": "279.998", + "min": "267.322", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "223.797", + "max": "243.457", + "min": "222.627", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "30.913", + "max": "43.943", + "min": "29.487", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "213.767", + "max": "223.591", + "min": "211.634", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "230.62", + "max": "231.118", + "min": "230.419", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "193.501", + "max": "207.045", + "min": "192.602", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "219.813", + "max": "230.839", + "min": "218.731", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "199.602", + "max": "208.101", + "min": "198.383", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "228.615", + "max": "230.172", + "min": "228.152", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "249.81", + "max": "259.368", + "min": "249.044", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "146.34", + "max": "146.806", + "min": "145.901", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "305.049", + "max": "318.491", + "min": "301.008", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "310.875", + "max": "311.942", + "min": "310.543", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "222.743", + "max": "233.939", + "min": "221.994", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "295.417", + "max": "309.081", + "min": "294.181", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "337.832", + "max": "353.368", + "min": "335.329", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "284.022", + "max": "290.701", + "min": "282.996", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "285.782", + "max": "289.259", + "min": "285.398", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "263.465", + "max": "264.575", + "min": "263.137", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "296.847", + "max": "308.766", + "min": "294.716", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "225.127", + "max": "225.257", + "min": "225.032", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "316.91", + "max": "318.475", + "min": "316.625", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "305.573", + "max": "312.664", + "min": "304.5", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "230.032", + "max": "230.404", + "min": "229.841", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "185.231", + "max": "197.938", + "min": "183.296", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "323.712", + "max": "340.242", + "min": "321.408", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "236.126", + "max": "281.484", + "min": "228.103", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "218.55", + "max": "219.05", + "min": "218.395", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "363.21", + "max": "447.036", + "min": "353.375", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "251.818", + "max": "252.351", + "min": "251.692", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "166.488", + "max": "178.975", + "min": "165.074", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "321.126", + "max": "325.551", + "min": "320.285", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "257.717", + "max": "257.876", + "min": "257.537", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "383.534", + "max": "384.105", + "min": "383.273", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "449.659", + "max": "455.574", + "min": "448.641", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "264.145", + "max": "268.127", + "min": "262.968", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "223.209", + "max": "228.824", + "min": "222.18", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "225.194", + "max": "230.103", + "min": "222.713", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "276.87", + "max": "279.62", + "min": "276.404", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "222.996", + "max": "228.4", + "min": "222.413", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "274.096", + "max": "288.76", + "min": "270.872", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "336.127", + "max": "345.629", + "min": "334.504", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "288.498", + "max": "289.698", + "min": "288.289", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "271.159", + "max": "271.881", + "min": "270.799", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "277.487", + "max": "287.768", + "min": "275.192", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "308.52", + "max": "309.358", + "min": "308.196", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "292.244", + "max": "299.326", + "min": "291.092", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "304.296", + "max": "309.734", + "min": "303.66", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "336.702", + "max": "337.638", + "min": "336.387", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "288.528", + "max": "290.955", + "min": "288.212", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "338.902", + "max": "348.13", + "min": "336.598", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "297.927", + "max": "308.338", + "min": "296.326", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "306.109", + "max": "317.202", + "min": "304.922", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "305.104", + "max": "307.748", + "min": "304.592", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "319.81", + "max": "322.248", + "min": "319.469", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "353.063", + "max": "353.71", + "min": "352.749", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "243.294", + "max": "267.833", + "min": "238.837", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "321.732", + "max": "388.581", + "min": "297.421", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "293.899", + "max": "296.219", + "min": "293.61", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "337.356", + "max": "351.203", + "min": "335.42", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "324.182", + "max": "334.121", + "min": "322.964", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "307.296", + "max": "323.982", + "min": "305.233", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "294.798", + "max": "303.377", + "min": "294.081", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "129.049", + "max": "150.333", + "min": "127.342", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "284.667", + "max": "285.742", + "min": "284.521", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "327.675", + "max": "342.914", + "min": "325.789", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "324.635", + "max": "333.123", + "min": "323.826", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "276.067", + "max": "287.014", + "min": "271.951", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "284.75", + "max": "298.997", + "min": "282.243", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "300.762", + "max": "313.699", + "min": "299.598", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "251.163", + "max": "260.223", + "min": "249.041", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "288.9", + "max": "289.519", + "min": "288.659", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "0.028", + "max": "0.034", + "min": "0.024", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "232.312", + "max": "235.086", + "min": "231.622", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "333.022", + "max": "335.213", + "min": "332.576", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "263.597", + "max": "265.515", + "min": "263.378", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "299.883", + "max": "300.439", + "min": "299.616", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "185.105", + "max": "188.19", + "min": "184.603", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "169.772", + "max": "182.344", + "min": "168.625", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "281.974", + "max": "292.078", + "min": "280.363", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "360.653", + "max": "376.025", + "min": "359.261", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "291.781", + "max": "308.304", + "min": "290.24", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "287.489", + "max": "298.804", + "min": "285.892", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "205.415", + "max": "205.672", + "min": "205.247", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "236.597", + "max": "245.843", + "min": "235.544", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "300.229", + "max": "388.876", + "min": "296.324", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "226.712", + "max": "243.671", + "min": "225.326", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "270.612", + "max": "285.093", + "min": "269.326", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "234.192", + "max": "248.709", + "min": "233.261", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "268.391", + "max": "268.583", + "min": "268.164", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "348.442", + "max": "353.015", + "min": "347.042", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "237.981", + "max": "243.16", + "min": "234.628", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "326.581", + "max": "336.497", + "min": "325.888", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "358.243", + "max": "362.765", + "min": "357.418", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "346.528", + "max": "356.541", + "min": "344.951", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "372.261", + "max": "373.016", + "min": "371.74", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "108.773", + "max": "126.477", + "min": "104.783", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "377.023", + "max": "379.378", + "min": "376.667", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "340.167", + "max": "342.375", + "min": "339.974", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "303.307", + "max": "306.42", + "min": "302.781", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "357.43", + "max": "369.882", + "min": "355.601", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "225.116", + "max": "233.247", + "min": "223.042", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "238.816", + "max": "240.551", + "min": "238.514", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "361.429", + "max": "369.764", + "min": "357.904", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "303.449", + "max": "305.261", + "min": "302.293", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "227.113", + "max": "228.874", + "min": "226.319", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "350.614", + "max": "352.11", + "min": "350.253", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "236.216", + "max": "236.535", + "min": "235.94", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "287.866", + "max": "289.912", + "min": "287.406", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "315.458", + "max": "319.514", + "min": "315.194", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "353.108", + "max": "353.108", + "min": "353.108", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "268.092", + "max": "281.757", + "min": "266.477", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "297.765", + "max": "298.072", + "min": "297.695", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "363.931", + "max": "377.825", + "min": "360.525", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "299.279", + "max": "312.216", + "min": "290.258", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "300.832", + "max": "319.442", + "min": "297.363", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "388.035", + "max": "399.21", + "min": "379.133", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "350.753", + "max": "363.9", + "min": "348.018", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "230.672", + "max": "231.418", + "min": "230.473", + "id": "218", + "country": "Australia", + "source_name": "Canberra", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "North America": { + "2": { + "name": "Toronto", + "data": { + "0": { + "avg": "109.33", + "max": "109.741", + "min": "109.158", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "221.949", + "max": "234.558", + "min": "220.925", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "0.04", + "max": "0.136", + "min": "0.029", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "112.624", + "max": "121.939", + "min": "111.312", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "108.689", + "max": "140.941", + "min": "92.338", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "178.49", + "max": "178.729", + "min": "178.394", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "94.425", + "max": "95.524", + "min": "94.277", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "229.402", + "max": "236.911", + "min": "228.694", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "129.848", + "max": "130.578", + "min": "129.641", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "111.965", + "max": "118.757", + "min": "111.596", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "90.655", + "max": "91.455", + "min": "90.485", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "42.954", + "max": "75.167", + "min": "41.725", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "12.938", + "max": "18.44", + "min": "12.58", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "19.39", + "max": "19.93", + "min": "19.192", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "42.145", + "max": "45.202", + "min": "41.938", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "20.994", + "max": "21.405", + "min": "20.277", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "108.624", + "max": "112.33", + "min": "108.32", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "26.56", + "max": "26.942", + "min": "26.435", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "104.2", + "max": "105.764", + "min": "103.877", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "108.832", + "max": "109.077", + "min": "108.75", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "225.307", + "max": "225.908", + "min": "225.188", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "15.83", + "max": "16.719", + "min": "15.701", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "57.365", + "max": "57.466", + "min": "57.26", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "55.062", + "max": "57.554", + "min": "54.796", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "110.879", + "max": "145.643", + "min": "109.414", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "110.134", + "max": "111.436", + "min": "109.978", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "121.377", + "max": "123.146", + "min": "121.182", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "105.951", + "max": "106.347", + "min": "105.719", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "94.794", + "max": "95.115", + "min": "94.651", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "66.876", + "max": "68.694", + "min": "66.515", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "263.14", + "max": "263.468", + "min": "263.023", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "111.975", + "max": "112.244", + "min": "111.841", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "74.576", + "max": "102.101", + "min": "73.447", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "143.808", + "max": "144.208", + "min": "143.681", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "109.217", + "max": "110.138", + "min": "108.915", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "242.599", + "max": "246.357", + "min": "242.279", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "69.644", + "max": "69.848", + "min": "69.558", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "56.296", + "max": "56.432", + "min": "56.133", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "37.845", + "max": "40.386", + "min": "37.629", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "20.911", + "max": "24.63", + "min": "20.542", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "232.283", + "max": "236.523", + "min": "231.813", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "94.672", + "max": "96.543", + "min": "94.274", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "123.252", + "max": "123.439", + "min": "123.177", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "112.17", + "max": "120.683", + "min": "111.614", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "220.808", + "max": "241.828", + "min": "219.877", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "126.447", + "max": "127.188", + "min": "126.094", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "126.393", + "max": "127.966", + "min": "126.229", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "126.596", + "max": "130.454", + "min": "119.463", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "175.551", + "max": "181.221", + "min": "173.509", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "52.047", + "max": "94.936", + "min": "48.098", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "8.28", + "max": "9.123", + "min": "8.121", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "51.211", + "max": "52.12", + "min": "50.874", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "105.512", + "max": "196.366", + "min": "93.286", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "36.982", + "max": "37.135", + "min": "36.841", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "231.068", + "max": "243.226", + "min": "227.633", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "260.25", + "max": "260.681", + "min": "260.099", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "115.278", + "max": "116.638", + "min": "114.687", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "238.196", + "max": "240.99", + "min": "237.992", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "113.714", + "max": "115.651", + "min": "113.378", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "97.402", + "max": "98.17", + "min": "97.263", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "140.125", + "max": "141.809", + "min": "139.522", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "143.999", + "max": "199.347", + "min": "139.963", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "237.886", + "max": "248.574", + "min": "236.971", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "260.91", + "max": "261.068", + "min": "260.825", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "134.419", + "max": "134.983", + "min": "134.262", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "126.939", + "max": "127.476", + "min": "126.767", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "38.166", + "max": "102.235", + "min": "17.566", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "135.629", + "max": "136.403", + "min": "135.134", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "154.789", + "max": "181.551", + "min": "152.003", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "34.109", + "max": "35.657", + "min": "33.884", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "237.119", + "max": "239.842", + "min": "236.671", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.891", + "max": "89.661", + "min": "64.476", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "82.439", + "max": "85.091", + "min": "82.201", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "31.56", + "max": "31.649", + "min": "31.476", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "132.887", + "max": "133.582", + "min": "132.554", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "110.324", + "max": "111.046", + "min": "110.118", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "27.305", + "max": "27.422", + "min": "27.14", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "81.396", + "max": "81.999", + "min": "81.233", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "24.988", + "max": "29.518", + "min": "24.626", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "22.648", + "max": "22.867", + "min": "22.531", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "56.279", + "max": "56.687", + "min": "56.068", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "27.734", + "max": "28.827", + "min": "27.451", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "235.329", + "max": "235.435", + "min": "235.219", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "229.083", + "max": "229.453", + "min": "228.924", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "54.964", + "max": "75.825", + "min": "51.447", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "157.809", + "max": "158.628", + "min": "157.57", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "94.65", + "max": "95.182", + "min": "94.412", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "57.937", + "max": "86.539", + "min": "41.128", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "19.234", + "max": "19.819", + "min": "19.064", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "91.86", + "max": "98.142", + "min": "91.368", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "31.307", + "max": "33.752", + "min": "30.786", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "66.236", + "max": "88.061", + "min": "63.143", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "113.641", + "max": "114.685", + "min": "113.536", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "207.658", + "max": "220.681", + "min": "201.928", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "19.99", + "max": "23.112", + "min": "19.633", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "49.907", + "max": "50.486", + "min": "49.679", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "156.185", + "max": "199.644", + "min": "120.38", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "81.35", + "max": "101.883", + "min": "79.808", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "65.198", + "max": "93.201", + "min": "63.374", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "16.274", + "max": "21.812", + "min": "15.911", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "31.249", + "max": "49.33", + "min": "30.499", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "55.093", + "max": "55.821", + "min": "54.855", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "149.5", + "max": "152.875", + "min": "149.25", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.231", + "max": "230.7", + "min": "227.563", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "27.31", + "max": "27.781", + "min": "27.073", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "209.337", + "max": "210.137", + "min": "208.972", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "125.689", + "max": "127.549", + "min": "125.493", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "19.832", + "max": "21.042", + "min": "19.665", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "28.537", + "max": "29.316", + "min": "28.388", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "214.653", + "max": "215.131", + "min": "214.491", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "251.414", + "max": "251.943", + "min": "251.265", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.844", + "max": "233.18", + "min": "188.169", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "13.882", + "max": "14.002", + "min": "13.734", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "219.932", + "max": "228.976", + "min": "219.377", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "452.495", + "max": "572.82", + "min": "305.578", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "250.323", + "max": "343.018", + "min": "160.5", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "244.749", + "max": "247.924", + "min": "244.346", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "205.049", + "max": "254.683", + "min": "178.684", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "51.132", + "max": "71.277", + "min": "38.607", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "40.897", + "max": "41.508", + "min": "40.656", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "33.94", + "max": "35.509", + "min": "33.731", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "110.602", + "max": "260.635", + "min": "33.812", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "143.274", + "max": "187.083", + "min": "139.223", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "124.357", + "max": "321.966", + "min": "115.562", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "116.046", + "max": "116.237", + "min": "115.969", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "193.896", + "max": "238.629", + "min": "114.392", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "13.669", + "max": "13.959", + "min": "13.554", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "255.461", + "max": "255.664", + "min": "255.301", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "203.781", + "max": "204.462", + "min": "203.609", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "79.843", + "max": "80.044", + "min": "79.694", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.279", + "max": "25.992", + "min": "25.072", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "22.895", + "max": "23.153", + "min": "22.76", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "29.684", + "max": "30.658", + "min": "29.572", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "224.704", + "max": "225.823", + "min": "223.964", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.608", + "max": "94.827", + "min": "47.979", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "25.037", + "max": "46.944", + "min": "22.164", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "47.276", + "max": "65.277", + "min": "45.55", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "46.021", + "max": "48.629", + "min": "45.744", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "31.214", + "max": "31.378", + "min": "31.056", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "26.026", + "max": "28.682", + "min": "25.628", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "111.644", + "max": "113.59", + "min": "111.369", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "243.838", + "max": "246.597", + "min": "243.365", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "139.708", + "max": "140.091", + "min": "139.597", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "104.983", + "max": "105.311", + "min": "104.684", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.313", + "max": "128.862", + "min": "115.718", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "93.049", + "max": "93.699", + "min": "92.831", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "127.388", + "max": "140.089", + "min": "126.727", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "227.632", + "max": "229.543", + "min": "227.336", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "87.65", + "max": "88.454", + "min": "87.529", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "90.406", + "max": "91.341", + "min": "90.282", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "108.616", + "max": "131.212", + "min": "94.41", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "178.949", + "max": "179.602", + "min": "178.809", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "121.166", + "max": "122.168", + "min": "120.943", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "99.85", + "max": "141.435", + "min": "98.237", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "21.079", + "max": "21.18", + "min": "20.968", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "60.2", + "max": "61.265", + "min": "59.91", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "116.06", + "max": "119.604", + "min": "115.716", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "232.316", + "max": "278.882", + "min": "225.015", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.771", + "max": "78.671", + "min": "51.73", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "174.071", + "max": "265.367", + "min": "166.858", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "49.181", + "max": "101.242", + "min": "47.273", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "506.235", + "max": "543.23", + "min": "486.373", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "116.336", + "max": "116.507", + "min": "116.191", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "15.675", + "max": "23.605", + "min": "15.226", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "194.299", + "max": "280.686", + "min": "191.153", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "255.198", + "max": "255.341", + "min": "255.075", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "176.309", + "max": "186.321", + "min": "174.838", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "74.973", + "max": "79.228", + "min": "74.656", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "224.022", + "max": "225.92", + "min": "223.801", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "22.592", + "max": "24.469", + "min": "22.38", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.584", + "max": "29.632", + "min": "24.311", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "102.539", + "max": "103.872", + "min": "102.048", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "286.614", + "max": "287.168", + "min": "286.457", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "110.381", + "max": "113.02", + "min": "110.147", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "109.566", + "max": "109.853", + "min": "109.337", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "115.15", + "max": "117.962", + "min": "114.96", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "115.319", + "max": "135.949", + "min": "114.534", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "90.224", + "max": "94.049", + "min": "89.836", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "140.987", + "max": "143.035", + "min": "140.61", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "136.327", + "max": "137.929", + "min": "136.182", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "144.992", + "max": "152.354", + "min": "144.37", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "181.495", + "max": "258.476", + "min": "135.334", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "90.028", + "max": "91.527", + "min": "89.832", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "98.401", + "max": "128.119", + "min": "97.249", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "99.472", + "max": "99.642", + "min": "99.376", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "112.813", + "max": "112.972", + "min": "112.646", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "160.472", + "max": "161.813", + "min": "160.098", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "115.899", + "max": "118.58", + "min": "115.041", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "116.047", + "max": "208.523", + "min": "98.36", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "78.902", + "max": "79.168", + "min": "78.755", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "148.156", + "max": "148.914", + "min": "147.919", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "126.377", + "max": "131.491", + "min": "125.971", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "123.904", + "max": "125.661", + "min": "123.398", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "93.949", + "max": "94.492", + "min": "93.603", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "285.25", + "max": "363.534", + "min": "266.415", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "105.818", + "max": "106.503", + "min": "105.637", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "106.512", + "max": "108.512", + "min": "106.26", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "125.537", + "max": "125.686", + "min": "125.446", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "130.513", + "max": "141.373", + "min": "119.558", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "140.968", + "max": "142.471", + "min": "140.747", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "93.391", + "max": "95.42", + "min": "93.062", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "96.323", + "max": "96.557", + "min": "96.17", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "95.344", + "max": "95.663", + "min": "95.167", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "217.245", + "max": "233.989", + "min": "214.493", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "15.295", + "max": "22.907", + "min": "14.551", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "245.028", + "max": "278.975", + "min": "236.174", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "235.129", + "max": "235.286", + "min": "234.99", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "90.868", + "max": "91.695", + "min": "90.637", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "227.442", + "max": "227.785", + "min": "227.213", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "77.365", + "max": "100.278", + "min": "76.35", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "117.649", + "max": "118.386", + "min": "117.415", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "151.675", + "max": "152.457", + "min": "151.447", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "89.485", + "max": "90.783", + "min": "89.134", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "96.365", + "max": "98.11", + "min": "95.978", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "18.201", + "max": "18.406", + "min": "18.129", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.873", + "max": "42.028", + "min": "41.769", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.35", + "max": "254.872", + "min": "254.135", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "90.024", + "max": "90.232", + "min": "89.909", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "102.596", + "max": "102.884", + "min": "102.424", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "18.881", + "max": "41.752", + "min": "17.236", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "121.684", + "max": "123.608", + "min": "121.447", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "159.307", + "max": "678.605", + "min": "141.123", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "59.213", + "max": "62.449", + "min": "56.612", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "111.393", + "max": "111.548", + "min": "111.279", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "144.394", + "max": "146.328", + "min": "143.819", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "93.393", + "max": "100.422", + "min": "92.442", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "222.805", + "max": "229.444", + "min": "220.435", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "249.328", + "max": "249.71", + "min": "249.179", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "174.743", + "max": "175.907", + "min": "174.456", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "132.925", + "max": "133.022", + "min": "132.843", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "97.786", + "max": "98.252", + "min": "97.666", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "150.157", + "max": "150.517", + "min": "150.014", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "12.116", + "max": "13.673", + "min": "11.724", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "22.767", + "max": "26.419", + "min": "22.5", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "144.066", + "max": "146.418", + "min": "142.541", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "106.727", + "max": "113.551", + "min": "105.298", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "25.505", + "max": "58.675", + "min": "11.767", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "147.586", + "max": "148.789", + "min": "147.248", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "22.039", + "max": "22.277", + "min": "21.828", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "105.883", + "max": "108.494", + "min": "105.522", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "249.059", + "max": "252.487", + "min": "238.102", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "180.549", + "max": "180.549", + "min": "180.549", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "89.517", + "max": "92.708", + "min": "89.272", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "99.792", + "max": "100.582", + "min": "99.664", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "180.577", + "max": "183.093", + "min": "180.201", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "109.712", + "max": "118.223", + "min": "101.111", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "120.04", + "max": "120.181", + "min": "119.939", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "215.54", + "max": "235.289", + "min": "214.598", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "179.702", + "max": "180.206", + "min": "179.453", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "27.677", + "max": "32.734", + "min": "27.392", + "id": "2", + "country": "Canada", + "source_name": "Toronto", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "12": { + "name": "Dallas", + "data": { + "0": { + "avg": "108.618", + "max": "142.152", + "min": "103.794", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "183.759", + "max": "208.235", + "min": "182.405", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "42.004", + "max": "46.949", + "min": "41.726", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "144.17", + "max": "191.619", + "min": "141.57", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "119.889", + "max": "216.878", + "min": "115.91", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "146.881", + "max": "147.611", + "min": "146.711", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "118.866", + "max": "167.476", + "min": "116.842", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "191.085", + "max": "200.727", + "min": "190.079", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "151.439", + "max": "151.741", + "min": "151.254", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "135.725", + "max": "141.058", + "min": "135.041", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "127.459", + "max": "139.77", + "min": "123.569", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "0.058", + "max": "0.284", + "min": "0.023", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "44.569", + "max": "44.642", + "min": "44.512", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "49.113", + "max": "49.559", + "min": "48.938", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "41.887", + "max": "114.034", + "min": "35.46", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "40.391", + "max": "83.805", + "min": "37.094", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "133.217", + "max": "133.66", + "min": "132.993", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "25.921", + "max": "68.958", + "min": "23.419", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "132.725", + "max": "133.105", + "min": "132.527", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "136.559", + "max": "156.932", + "min": "135.79", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "186.669", + "max": "187.126", + "min": "186.563", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "36.845", + "max": "36.996", + "min": "36.725", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "93.332", + "max": "135.521", + "min": "47.496", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "122.464", + "max": "187.609", + "min": "76.179", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "138.194", + "max": "156.495", + "min": "136.884", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "132.487", + "max": "213.369", + "min": "126.004", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "141.328", + "max": "185.184", + "min": "134.219", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "138.764", + "max": "155.649", + "min": "136.43", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "119.989", + "max": "120.094", + "min": "119.889", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "39.06", + "max": "43.186", + "min": "38.664", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "226.743", + "max": "338.223", + "min": "222.294", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "140.805", + "max": "145.726", + "min": "140.491", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "36.437", + "max": "137.741", + "min": "26.356", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "166.142", + "max": "238.186", + "min": "159.086", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "143.204", + "max": "246.104", + "min": "135.359", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "205.831", + "max": "206.954", + "min": "205.552", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "34.865", + "max": "43.453", + "min": "32.871", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "26.911", + "max": "70.53", + "min": "25.231", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "6.967", + "max": "7.617", + "min": "6.723", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "34.274", + "max": "37.344", + "min": "33.917", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "247.726", + "max": "287.354", + "min": "245.576", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "119.447", + "max": "121.882", + "min": "118.891", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "152.726", + "max": "284.787", + "min": "147.103", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "142.357", + "max": "179.328", + "min": "139.305", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "267.408", + "max": "269.336", + "min": "267.219", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "174.418", + "max": "184.733", + "min": "173.708", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "144.976", + "max": "177.639", + "min": "141.956", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "81.9", + "max": "82.094", + "min": "81.763", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "162.662", + "max": "186.735", + "min": "161.626", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "34.464", + "max": "66.579", + "min": "11.248", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "42.619", + "max": "54.233", + "min": "42.023", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "62.237", + "max": "62.418", + "min": "62.067", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "127.615", + "max": "178.128", + "min": "114.725", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "18.681", + "max": "85.15", + "min": "12.934", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "247.09", + "max": "253.48", + "min": "243.986", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "247.61", + "max": "376.652", + "min": "238.726", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "148.391", + "max": "180.216", + "min": "146.277", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "198.534", + "max": "271.93", + "min": "195.499", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "156.077", + "max": "210.55", + "min": "152.186", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "124.205", + "max": "196.39", + "min": "119.26", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "175.138", + "max": "206.927", + "min": "171.202", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "174.693", + "max": "230.695", + "min": "169.308", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "224.572", + "max": "260.645", + "min": "220.597", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "292.202", + "max": "307.351", + "min": "291.184", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "157.949", + "max": "158.954", + "min": "157.686", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "155.765", + "max": "169.399", + "min": "154.259", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "41.4", + "max": "43.711", + "min": "41.196", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "169.334", + "max": "256.905", + "min": "163.535", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "191.305", + "max": "239.634", + "min": "165.063", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "27.798", + "max": "71.267", + "min": "24.183", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "194.055", + "max": "195.078", + "min": "193.83", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.71", + "max": "115.944", + "min": "33.583", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.518", + "max": "104.702", + "min": "76.565", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.209", + "max": "74.061", + "min": "31.739", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "165.944", + "max": "276.694", + "min": "158.236", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "115.792", + "max": "117.136", + "min": "115.573", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "31.574", + "max": "36.894", + "min": "31.126", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "53.212", + "max": "131.99", + "min": "45.498", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "36.995", + "max": "68.088", + "min": "35.617", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "36.303", + "max": "36.545", + "min": "36.191", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "60.232", + "max": "60.435", + "min": "60.129", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "54.463", + "max": "54.987", + "min": "54.146", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "280.483", + "max": "299.199", + "min": "279.115", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.76", + "max": "240.037", + "min": "239.587", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "68.084", + "max": "154.621", + "min": "35.068", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "174.361", + "max": "175.627", + "min": "173.949", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "120.526", + "max": "120.97", + "min": "120.288", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "38.022", + "max": "38.649", + "min": "37.837", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "21.159", + "max": "86.708", + "min": "17.867", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "112.641", + "max": "120.97", + "min": "111.386", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "29.332", + "max": "86.176", + "min": "25.898", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "50.536", + "max": "112.812", + "min": "43.871", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "144.828", + "max": "203.539", + "min": "138.342", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "177.044", + "max": "182.461", + "min": "176.58", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "38.185", + "max": "38.403", + "min": "38.049", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "53.617", + "max": "53.835", + "min": "53.445", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "80.307", + "max": "80.64", + "min": "80.082", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "74.87", + "max": "125.234", + "min": "72.162", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "85.346", + "max": "137.628", + "min": "51.147", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "28.024", + "max": "29.686", + "min": "27.77", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "51.186", + "max": "63.523", + "min": "50.679", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "86.809", + "max": "172.62", + "min": "82.857", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "193.33", + "max": "194.203", + "min": "193.182", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "215.127", + "max": "221.431", + "min": "213.872", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "25.597", + "max": "73.915", + "min": "23.772", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "170.655", + "max": "171.001", + "min": "170.349", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "124.929", + "max": "201.275", + "min": "107.597", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "128.202", + "max": "168.564", + "min": "75.696", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "34.577", + "max": "127.782", + "min": "30.17", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "261.7", + "max": "262.616", + "min": "261.569", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "205.858", + "max": "206.497", + "min": "205.678", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.541", + "max": "253.969", + "min": "173.253", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "43.543", + "max": "44.089", + "min": "43.433", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "242.729", + "max": "244.985", + "min": "242.059", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "465.907", + "max": "581.132", + "min": "299.102", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "255.925", + "max": "335.708", + "min": "179.792", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "293.927", + "max": "379.276", + "min": "284.615", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "137.102", + "max": "139.52", + "min": "136.898", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "9.836", + "max": "10.179", + "min": "9.636", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "54.744", + "max": "144.289", + "min": "49.306", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "45.136", + "max": "86.294", + "min": "43.126", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "105.715", + "max": "255.291", + "min": "26.856", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "156.135", + "max": "209.557", + "min": "136.859", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "219.628", + "max": "395.67", + "min": "145.78", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "143.997", + "max": "144.527", + "min": "143.867", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "138.418", + "max": "139.491", + "min": "137.868", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "41.857", + "max": "87.909", + "min": "40.06", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "270.002", + "max": "271.003", + "min": "269.65", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "236.26", + "max": "237.276", + "min": "235.984", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "99.879", + "max": "101.758", + "min": "99.684", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "36.533", + "max": "38.564", + "min": "36.239", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "33.55", + "max": "34.165", + "min": "33.396", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "35.812", + "max": "58.991", + "min": "34.558", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "183.189", + "max": "184.508", + "min": "182.69", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "16.186", + "max": "17.13", + "min": "16.066", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "127.705", + "max": "194.665", + "min": "57.767", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "30.504", + "max": "61.81", + "min": "27.886", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "28.305", + "max": "114.281", + "min": "24.743", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "26.994", + "max": "122.758", + "min": "20.477", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "44.806", + "max": "91.028", + "min": "42.988", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "141.123", + "max": "142.06", + "min": "140.969", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "256.061", + "max": "257.164", + "min": "255.624", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "155.044", + "max": "163.364", + "min": "154.546", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "139.897", + "max": "194.238", + "min": "137.078", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "87.81", + "max": "93.861", + "min": "87.296", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "123.618", + "max": "124.64", + "min": "123.413", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "152.298", + "max": "157.591", + "min": "151.718", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "246.619", + "max": "246.809", + "min": "246.525", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "110.443", + "max": "167.102", + "min": "108.125", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "110.927", + "max": "111.722", + "min": "110.825", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "125.582", + "max": "157.641", + "min": "122.956", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "178.202", + "max": "218.768", + "min": "162.108", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "154.441", + "max": "210.089", + "min": "152.193", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "133.199", + "max": "135.816", + "min": "131.846", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "37.822", + "max": "73.479", + "min": "36.459", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "75.144", + "max": "134.9", + "min": "65.747", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "142.311", + "max": "181.83", + "min": "140.097", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "183.607", + "max": "236.211", + "min": "176.626", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "59.847", + "max": "84.786", + "min": "54.11", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "167.303", + "max": "267.776", + "min": "161.374", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "87.435", + "max": "135.623", + "min": "64.988", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "450.623", + "max": "489.058", + "min": "447.841", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "144.341", + "max": "193.327", + "min": "142.564", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "95.755", + "max": "149.484", + "min": "43.47", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "226.993", + "max": "248.367", + "min": "221.767", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "274.217", + "max": "306.298", + "min": "271.145", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "200.205", + "max": "200.477", + "min": "200.028", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "30.575", + "max": "61.674", + "min": "29.326", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "273.608", + "max": "302.516", + "min": "264.398", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "51.726", + "max": "107.684", + "min": "49.7", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "39.811", + "max": "40.226", + "min": "39.744", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "120.91", + "max": "128.114", + "min": "120.179", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "289.509", + "max": "341.728", + "min": "278.42", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "118.255", + "max": "131.911", + "min": "117.544", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "134.813", + "max": "202.239", + "min": "126.939", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "145.806", + "max": "153.74", + "min": "145.178", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "139.346", + "max": "269.743", + "min": "133.553", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "118.066", + "max": "164.1", + "min": "114.489", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "182.011", + "max": "250.388", + "min": "170.744", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "158.852", + "max": "159.023", + "min": "158.726", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "172.392", + "max": "194.902", + "min": "169.581", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "157.487", + "max": "227.972", + "min": "154.69", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "113.857", + "max": "124.876", + "min": "113.056", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "132.737", + "max": "187.861", + "min": "129.505", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "133.002", + "max": "198.817", + "min": "114.963", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "141.073", + "max": "162.257", + "min": "140.093", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "166.113", + "max": "178.633", + "min": "164.988", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "141.96", + "max": "143.55", + "min": "141.299", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "156.852", + "max": "220.312", + "min": "134.329", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "107.368", + "max": "107.951", + "min": "107.218", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "181.683", + "max": "306.267", + "min": "174.942", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "151.361", + "max": "228.39", + "min": "145.105", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "157.971", + "max": "158.605", + "min": "157.449", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "108.597", + "max": "111.31", + "min": "108.218", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "233.352", + "max": "243.008", + "min": "232.724", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "136.583", + "max": "180.37", + "min": "134.275", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "137.118", + "max": "175.887", + "min": "135.54", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "148.393", + "max": "160.282", + "min": "145.605", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "87.846", + "max": "92.258", + "min": "86.166", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "175.66", + "max": "252.784", + "min": "172.613", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "116.235", + "max": "130.796", + "min": "115.232", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "122.811", + "max": "123.488", + "min": "122.663", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "117.578", + "max": "118.06", + "min": "117.414", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "199.257", + "max": "236.568", + "min": "197.29", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "49.666", + "max": "61.057", + "min": "42.488", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "321.097", + "max": "387.572", + "min": "281.584", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "243.739", + "max": "244.091", + "min": "243.58", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "134.844", + "max": "193.298", + "min": "120.763", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "263.484", + "max": "315.725", + "min": "259.804", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "52.372", + "max": "125.174", + "min": "48.822", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "146.938", + "max": "227.962", + "min": "143.314", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "172.899", + "max": "181.153", + "min": "172.261", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "110.1", + "max": "111.532", + "min": "109.834", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "117.4", + "max": "214.422", + "min": "112.747", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "47.372", + "max": "87.026", + "min": "45.886", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "46.235", + "max": "46.613", + "min": "46.161", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "228.39", + "max": "337.348", + "min": "216.082", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "46.307", + "max": "48.457", + "min": "46.076", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "135.457", + "max": "135.886", + "min": "135.312", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "45.367", + "max": "45.658", + "min": "45.269", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "137.618", + "max": "148.129", + "min": "137.128", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "162.156", + "max": "180.052", + "min": "161.417", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "109.111", + "max": "166.491", + "min": "47.803", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "133.991", + "max": "196.844", + "min": "126.421", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "162.815", + "max": "165.265", + "min": "161.901", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "75.947", + "max": "96.69", + "min": "72.622", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "218.224", + "max": "247.839", + "min": "209.33", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "141.721", + "max": "160.634", + "min": "136.889", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "188.425", + "max": "189.135", + "min": "188.294", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "155.221", + "max": "161.207", + "min": "154.818", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "124.241", + "max": "126.989", + "min": "124.01", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "166.485", + "max": "214.853", + "min": "163.795", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "54.911", + "max": "57.736", + "min": "54.342", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "41.829", + "max": "52.46", + "min": "41.296", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "166.038", + "max": "168.024", + "min": "163.926", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "104.674", + "max": "108.773", + "min": "104.073", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "59.915", + "max": "61.595", + "min": "59.166", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "179.267", + "max": "220.162", + "min": "174.688", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "41.771", + "max": "87.569", + "min": "35.084", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "126.725", + "max": "171.989", + "min": "122.757", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "262.693", + "max": "307.188", + "min": "250.738", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "104.393", + "max": "104.393", + "min": "104.393", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "127.39", + "max": "147.853", + "min": "126.456", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "125.736", + "max": "125.867", + "min": "125.654", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "205.174", + "max": "248.686", + "min": "203.267", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "128.596", + "max": "139.736", + "min": "121.784", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "137.499", + "max": "137.655", + "min": "137.374", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "270.547", + "max": "274.832", + "min": "269.757", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "207.236", + "max": "296.122", + "min": "195.462", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "64.769", + "max": "133.254", + "min": "52.265", + "id": "12", + "country": "United States", + "source_name": "Dallas", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "13": { + "name": "New York", + "data": { + "0": { + "avg": "127.336", + "max": "128.414", + "min": "127.18", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "212.076", + "max": "213.2", + "min": "211.863", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "12.667", + "max": "13.155", + "min": "12.547", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "97.887", + "max": "101.193", + "min": "97.252", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "75.473", + "max": "75.824", + "min": "75.28", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "175.984", + "max": "176.189", + "min": "175.886", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "74.762", + "max": "74.866", + "min": "74.66", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "218.07", + "max": "224.817", + "min": "217.4", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "121.322", + "max": "121.608", + "min": "121.21", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "98.32", + "max": "99.442", + "min": "98.057", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "71.187", + "max": "75.709", + "min": "70.839", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "45.046", + "max": "55.683", + "min": "44.182", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "0.037", + "max": "0.058", + "min": "0.024", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "9.244", + "max": "9.676", + "min": "9.079", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "32.799", + "max": "32.935", + "min": "32.706", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "9.126", + "max": "9.417", + "min": "8.678", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "103.818", + "max": "104.053", + "min": "103.651", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "22.589", + "max": "32.99", + "min": "21.142", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "79.864", + "max": "80.032", + "min": "79.685", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "95.53", + "max": "95.598", + "min": "95.487", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "215.681", + "max": "215.769", + "min": "215.617", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "22.66", + "max": "22.738", + "min": "22.586", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "69.15", + "max": "70.085", + "min": "68.996", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "75.714", + "max": "77.677", + "min": "75.532", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "102.868", + "max": "104.419", + "min": "102.559", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "89.784", + "max": "94.594", + "min": "89.532", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "93.705", + "max": "94.721", + "min": "93.511", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "114.108", + "max": "114.582", + "min": "113.994", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "79.436", + "max": "79.537", + "min": "79.383", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "69.572", + "max": "76.8", + "min": "69.154", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "246.037", + "max": "265.232", + "min": "240.366", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "96.71", + "max": "97.38", + "min": "96.606", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "68.627", + "max": "70.192", + "min": "68.445", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "118.651", + "max": "118.855", + "min": "118.541", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "100.887", + "max": "101.494", + "min": "100.729", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "235.684", + "max": "237.594", + "min": "235.469", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "68.29", + "max": "68.336", + "min": "68.256", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "74.834", + "max": "74.947", + "min": "74.732", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "39.316", + "max": "39.513", + "min": "39.192", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "9.356", + "max": "9.467", + "min": "9.206", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "212.653", + "max": "220.524", + "min": "211.877", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "77.282", + "max": "77.874", + "min": "77.07", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "109.376", + "max": "109.635", + "min": "109.258", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "108.256", + "max": "119.283", + "min": "107.685", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.554", + "max": "211.744", + "min": "211.432", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "115.73", + "max": "141.156", + "min": "102.931", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "100.915", + "max": "101.453", + "min": "100.725", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "84.425", + "max": "84.759", + "min": "84.266", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "164.918", + "max": "165.29", + "min": "164.799", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "44.576", + "max": "44.62", + "min": "44.51", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "8.752", + "max": "9.242", + "min": "8.681", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "62.571", + "max": "62.905", + "min": "62.412", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "145.023", + "max": "157.075", + "min": "140.008", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "32.503", + "max": "32.571", + "min": "32.446", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "204.073", + "max": "214.199", + "min": "201.03", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "264.938", + "max": "266.124", + "min": "264.683", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "111.087", + "max": "116.143", + "min": "110.295", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "230.044", + "max": "230.192", + "min": "229.956", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "151.277", + "max": "152.336", + "min": "150.955", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "82.375", + "max": "82.468", + "min": "82.268", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "126.721", + "max": "127.303", + "min": "126.406", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "128.946", + "max": "188.483", + "min": "125.232", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "271.199", + "max": "388.59", + "min": "260.78", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "284.927", + "max": "285.516", + "min": "284.818", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "118.445", + "max": "119.474", + "min": "118.265", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "120.853", + "max": "121.768", + "min": "120.708", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "4.123", + "max": "4.302", + "min": "4.049", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "113.124", + "max": "113.564", + "min": "112.566", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "134.652", + "max": "136.5", + "min": "134.05", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "45.417", + "max": "48.828", + "min": "45.225", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "250.171", + "max": "252.861", + "min": "249.906", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "65.84", + "max": "66.631", + "min": "65.575", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "74.667", + "max": "80.963", + "min": "74.361", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.159", + "max": "29.216", + "min": "29.071", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "119.909", + "max": "120.36", + "min": "119.75", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "80.619", + "max": "80.79", + "min": "80.512", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "16.287", + "max": "16.401", + "min": "16.17", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "75.885", + "max": "76.092", + "min": "75.778", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "19.68", + "max": "20.675", + "min": "19.401", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "19.079", + "max": "19.238", + "min": "19.001", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "77.843", + "max": "78.432", + "min": "77.703", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "18.345", + "max": "18.583", + "min": "18.104", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "271.724", + "max": "272.098", + "min": "271.507", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "212.261", + "max": "212.529", + "min": "212.07", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "51.137", + "max": "51.301", + "min": "51.038", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "125.736", + "max": "126.743", + "min": "125.345", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "80.883", + "max": "85.348", + "min": "80.475", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "29.667", + "max": "29.83", + "min": "29.552", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "25.793", + "max": "27.042", + "min": "25.625", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "75.994", + "max": "81.113", + "min": "75.713", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "29.675", + "max": "30.983", + "min": "28.89", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "71.689", + "max": "72.395", + "min": "71.425", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "94.232", + "max": "94.282", + "min": "94.18", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "222.665", + "max": "222.953", + "min": "222.485", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "10.111", + "max": "11.631", + "min": "9.963", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "34.444", + "max": "34.548", + "min": "34.359", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "77.598", + "max": "77.805", + "min": "77.349", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "62.302", + "max": "102.381", + "min": "59.512", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "69.145", + "max": "70.135", + "min": "68.966", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "19.472", + "max": "21.631", + "min": "19.13", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "32.531", + "max": "32.658", + "min": "32.479", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "70.202", + "max": "70.636", + "min": "70.04", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "127.124", + "max": "127.366", + "min": "127.018", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "239.696", + "max": "245.565", + "min": "238.976", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "25.952", + "max": "26.305", + "min": "25.803", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "202.125", + "max": "203.211", + "min": "201.785", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "102.338", + "max": "102.914", + "min": "102.22", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "6.326", + "max": "6.431", + "min": "6.193", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "20.794", + "max": "20.941", + "min": "20.694", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "258.333", + "max": "258.52", + "min": "258.197", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "227.37", + "max": "227.566", + "min": "227.302", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "188.267", + "max": "189.001", + "min": "188.116", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "6.157", + "max": "33.878", + "min": "1.434", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "221.577", + "max": "261.379", + "min": "207.534", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "432.881", + "max": "539.325", + "min": "264.974", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "217.051", + "max": "301.69", + "min": "131.622", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "232.749", + "max": "233.876", + "min": "232.408", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "174.319", + "max": "174.773", + "min": "174.165", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "40.506", + "max": "41.042", + "min": "40.371", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "41.914", + "max": "42.502", + "min": "41.643", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "46.169", + "max": "51.405", + "min": "45.864", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "122.29", + "max": "272.106", + "min": "35.462", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "127.011", + "max": "127.62", + "min": "126.872", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "120.609", + "max": "353.15", + "min": "112.203", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "109.57", + "max": "109.729", + "min": "109.496", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "102.42", + "max": "103.681", + "min": "101.789", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "2.191", + "max": "2.602", + "min": "1.85", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "243.251", + "max": "243.644", + "min": "243.062", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "189.475", + "max": "189.813", + "min": "189.35", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "104.864", + "max": "105.478", + "min": "104.771", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "26.592", + "max": "27.069", + "min": "26.428", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "23.021", + "max": "23.446", + "min": "22.881", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "28.99", + "max": "31.504", + "min": "28.819", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "218.127", + "max": "219.369", + "min": "217.592", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "48.045", + "max": "48.158", + "min": "47.995", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "8.463", + "max": "9.012", + "min": "8.293", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "52.824", + "max": "70.539", + "min": "51.295", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "43.625", + "max": "43.711", + "min": "43.535", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "28.248", + "max": "28.383", + "min": "28.174", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "5.36", + "max": "5.591", + "min": "5.263", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "104.863", + "max": "107.467", + "min": "104.668", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "253.698", + "max": "254.126", + "min": "253.415", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "108.023", + "max": "108.35", + "min": "107.905", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "113.24", + "max": "113.328", + "min": "113.195", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.421", + "max": "109.306", + "min": "106.105", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "79.208", + "max": "80.156", + "min": "78.88", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "147.954", + "max": "159.726", + "min": "139.354", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "233.355", + "max": "233.606", + "min": "233.257", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "71.307", + "max": "72.66", + "min": "71.194", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "70.933", + "max": "70.976", + "min": "70.831", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "85.695", + "max": "107.951", + "min": "82.078", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "183.402", + "max": "183.592", + "min": "183.311", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "122.925", + "max": "124.465", + "min": "122.686", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "86.366", + "max": "89.231", + "min": "85.317", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "13.411", + "max": "13.471", + "min": "13.337", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "105.601", + "max": "105.761", + "min": "105.464", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "117.93", + "max": "118.376", + "min": "117.733", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "228.832", + "max": "271.565", + "min": "221.587", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "43.729", + "max": "43.897", + "min": "43.608", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "167.16", + "max": "248.534", + "min": "160.877", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "40.833", + "max": "41.013", + "min": "40.727", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "481.296", + "max": "481.771", + "min": "480.729", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "105.416", + "max": "105.497", + "min": "105.346", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "1.996", + "max": "2.19", + "min": "1.919", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "180.809", + "max": "181.198", + "min": "180.667", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "227.589", + "max": "227.882", + "min": "227.518", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "166.342", + "max": "166.546", + "min": "166.216", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "54.819", + "max": "54.997", + "min": "54.67", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "245.542", + "max": "246.015", + "min": "245.461", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "11.119", + "max": "11.213", + "min": "11.036", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "16.735", + "max": "16.771", + "min": "16.686", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "82.863", + "max": "84.663", + "min": "82.625", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "286.06", + "max": "317.9", + "min": "267.841", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "79.231", + "max": "79.628", + "min": "79.127", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "84.89", + "max": "85.903", + "min": "84.672", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "105.368", + "max": "105.52", + "min": "105.294", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "92.858", + "max": "93.418", + "min": "92.761", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "73.473", + "max": "73.807", + "min": "73.182", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "135.361", + "max": "136.533", + "min": "135.045", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "118.435", + "max": "118.527", + "min": "118.38", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "131.635", + "max": "134.179", + "min": "131.42", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "120.779", + "max": "121.066", + "min": "120.642", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "78.562", + "max": "81.342", + "min": "78.355", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "86.654", + "max": "86.818", + "min": "86.558", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "74.081", + "max": "74.807", + "min": "73.889", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "105.799", + "max": "105.995", + "min": "105.672", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "125.627", + "max": "125.942", + "min": "125.422", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "98.818", + "max": "101.045", + "min": "98.078", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "120.953", + "max": "188.346", + "min": "87.834", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "67.472", + "max": "67.522", + "min": "67.443", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "133.206", + "max": "133.503", + "min": "132.997", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "102.878", + "max": "128.164", + "min": "101.3", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "126.496", + "max": "127.036", + "min": "126.245", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "75.029", + "max": "78.46", + "min": "74.641", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.69", + "max": "274.202", + "min": "271.518", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "97.91", + "max": "97.999", + "min": "97.821", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "98.803", + "max": "98.917", + "min": "98.714", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "102.945", + "max": "103.479", + "min": "102.859", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "87.134", + "max": "93.386", + "min": "85.659", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "125.391", + "max": "125.588", + "min": "125.296", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "76.129", + "max": "91.375", + "min": "75.5", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "74.586", + "max": "75.878", + "min": "74.395", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "75.878", + "max": "76.709", + "min": "75.327", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.135", + "max": "237.674", + "min": "222.644", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "5.135", + "max": "13.947", + "min": "4.065", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "257.532", + "max": "262.021", + "min": "253.762", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "212.783", + "max": "218.003", + "min": "212.338", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "83.397", + "max": "83.873", + "min": "83.319", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "210.596", + "max": "210.99", + "min": "210.425", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "87.406", + "max": "87.56", + "min": "87.2", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "105.311", + "max": "105.542", + "min": "105.135", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "131.917", + "max": "132.193", + "min": "131.817", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "72.852", + "max": "73.625", + "min": "72.475", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "80.826", + "max": "81.419", + "min": "80.597", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "88.5", + "max": "88.666", + "min": "88.446", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "101.662", + "max": "101.785", + "min": "101.611", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "237.406", + "max": "241.872", + "min": "237.066", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "8.181", + "max": "8.245", + "min": "8.102", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "91.565", + "max": "91.733", + "min": "91.466", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "8.381", + "max": "8.424", + "min": "8.306", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "95.464", + "max": "95.645", + "min": "95.353", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "156.273", + "max": "156.831", + "min": "156.149", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "46.53", + "max": "51.688", + "min": "43.741", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "91.591", + "max": "92.135", + "min": "91.47", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "102.403", + "max": "103.607", + "min": "101.614", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "81.127", + "max": "84.336", + "min": "80.242", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "164.924", + "max": "165.955", + "min": "164.565", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "169.238", + "max": "169.383", + "min": "169.124", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "159.989", + "max": "160.694", + "min": "159.805", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "114.948", + "max": "115.023", + "min": "114.893", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "84.261", + "max": "84.408", + "min": "84.185", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "122.059", + "max": "122.117", + "min": "122.006", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "24.76", + "max": "26.844", + "min": "24.343", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "12.391", + "max": "12.579", + "min": "12.305", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "129.111", + "max": "139.909", + "min": "126.915", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "97.319", + "max": "103.429", + "min": "96.873", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "13.729", + "max": "15.37", + "min": "12.797", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "133.345", + "max": "133.867", + "min": "133.257", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "33.564", + "max": "33.726", + "min": "33.474", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "80.483", + "max": "80.753", + "min": "80.406", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "237.424", + "max": "238.135", + "min": "237.217", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "110.443", + "max": "110.507", + "min": "110.38", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "74.136", + "max": "74.191", + "min": "74.072", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "90.652", + "max": "90.738", + "min": "90.597", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "163.209", + "max": "165.196", + "min": "162.937", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "95.964", + "max": "110.322", + "min": "88.425", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "97.981", + "max": "98.372", + "min": "97.874", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "195.379", + "max": "196.346", + "min": "195.181", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "156.344", + "max": "158.234", + "min": "156.061", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.384", + "max": "29.615", + "min": "29.328", + "id": "13", + "country": "United States", + "source_name": "New York", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "14": { + "name": "Boston", + "data": { + "0": { + "avg": "88.265", + "max": "96.639", + "min": "87.501", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "217.618", + "max": "219.719", + "min": "216.911", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "19.838", + "max": "30.272", + "min": "19.207", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "96.256", + "max": "103.738", + "min": "95.228", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "76.59", + "max": "77.139", + "min": "76.269", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "181.777", + "max": "183.431", + "min": "181.498", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "81.087", + "max": "85.02", + "min": "80.823", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "229.489", + "max": "246.641", + "min": "228.585", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "122.241", + "max": "134.741", + "min": "121.596", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "100.616", + "max": "103.045", + "min": "100.226", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "78.938", + "max": "84.9", + "min": "78.517", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "49.808", + "max": "68.267", + "min": "48.925", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "9.21", + "max": "9.631", + "min": "9.096", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "0.057", + "max": "0.46", + "min": "0.02", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "35.536", + "max": "37.063", + "min": "35.118", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "11.47", + "max": "16.257", + "min": "10.941", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "105.334", + "max": "110.792", + "min": "104.694", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "23.732", + "max": "28.501", + "min": "23.336", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "84.966", + "max": "86.489", + "min": "84.731", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "112.461", + "max": "114.948", + "min": "112.124", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "223.916", + "max": "224.536", + "min": "223.691", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "26.462", + "max": "27.339", + "min": "26.307", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "85.482", + "max": "88.929", + "min": "84.9", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "67.23", + "max": "68.244", + "min": "66.796", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "105.273", + "max": "117.075", + "min": "104.009", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "96.397", + "max": "108.67", + "min": "95.089", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "105.954", + "max": "107.498", + "min": "105.372", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "98.631", + "max": "99.789", + "min": "98.274", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "97.58", + "max": "97.749", + "min": "97.475", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "69.862", + "max": "70.938", + "min": "69.575", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "254.945", + "max": "255.515", + "min": "254.726", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "109.759", + "max": "111.254", + "min": "109.35", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "74.213", + "max": "75.807", + "min": "73.695", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "137.157", + "max": "137.358", + "min": "137.066", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "104.698", + "max": "105.497", + "min": "104.303", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "260.304", + "max": "262.731", + "min": "259.726", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "69.168", + "max": "69.78", + "min": "69.015", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "68.712", + "max": "70.493", + "min": "68.5", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "36.354", + "max": "36.558", + "min": "36.209", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "13.865", + "max": "15.148", + "min": "13.514", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "216.542", + "max": "219.684", + "min": "215.993", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "78.325", + "max": "81.844", + "min": "77.863", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "118.867", + "max": "119.099", + "min": "118.669", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "130.317", + "max": "147.457", + "min": "117.393", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "267.948", + "max": "268.26", + "min": "267.851", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "113.055", + "max": "116.07", + "min": "112.397", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "99.563", + "max": "100.133", + "min": "99.412", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "90.331", + "max": "92.312", + "min": "89.858", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "161.239", + "max": "161.615", + "min": "161.055", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "45.07", + "max": "45.449", + "min": "44.967", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "17.734", + "max": "18.638", + "min": "17.333", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "74.9", + "max": "75.315", + "min": "74.621", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "84.474", + "max": "92.282", + "min": "79.218", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "32.67", + "max": "32.881", + "min": "32.481", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "208.738", + "max": "214.979", + "min": "206.054", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "270.648", + "max": "271.265", + "min": "270.416", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "113.753", + "max": "119.095", + "min": "111.957", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "230.146", + "max": "230.443", + "min": "230.02", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "123.133", + "max": "124.099", + "min": "122.857", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "85.213", + "max": "85.569", + "min": "85.09", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "140.678", + "max": "146.166", + "min": "139.807", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "136.483", + "max": "195.379", + "min": "132.008", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "257.771", + "max": "326.511", + "min": "250.411", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "247.798", + "max": "248.313", + "min": "247.662", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "139.751", + "max": "142.334", + "min": "139.548", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "123.499", + "max": "123.762", + "min": "123.364", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "9.234", + "max": "11.002", + "min": "8.845", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "127.064", + "max": "132.219", + "min": "126.375", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "145.472", + "max": "148.587", + "min": "144.632", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "47.418", + "max": "48.856", + "min": "47.22", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "237.167", + "max": "238.055", + "min": "236.877", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.156", + "max": "66.583", + "min": "65.947", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.863", + "max": "81.124", + "min": "79.556", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.316", + "max": "30.076", + "min": "29.168", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "129.118", + "max": "129.425", + "min": "128.974", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "131.238", + "max": "194.666", + "min": "96.789", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "25.875", + "max": "26.43", + "min": "25.692", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "79.701", + "max": "80.006", + "min": "79.352", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "26.507", + "max": "44.984", + "min": "25.154", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "25.128", + "max": "25.802", + "min": "24.954", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "64.012", + "max": "64.274", + "min": "63.717", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "15.228", + "max": "15.872", + "min": "14.927", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "237.344", + "max": "239.562", + "min": "236.789", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "262.283", + "max": "263.221", + "min": "262.083", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "57.65", + "max": "68.326", + "min": "57.056", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "142.136", + "max": "148.113", + "min": "141.226", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "92.385", + "max": "109.365", + "min": "91.417", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "31.829", + "max": "34.434", + "min": "31.358", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "28.663", + "max": "28.993", + "min": "28.425", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.144", + "max": "81.246", + "min": "77.844", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "34.539", + "max": "38.773", + "min": "33.354", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "80.958", + "max": "82.736", + "min": "80.641", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "100.075", + "max": "101.155", + "min": "99.901", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "211.338", + "max": "215.611", + "min": "210.787", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "17.196", + "max": "17.72", + "min": "17.017", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "48.68", + "max": "64.919", + "min": "46.376", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "83.266", + "max": "83.657", + "min": "83.02", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "70.459", + "max": "92.56", + "min": "68.94", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "83.025", + "max": "83.329", + "min": "82.896", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.828", + "max": "29.347", + "min": "23.871", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "35.671", + "max": "35.899", + "min": "35.577", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "66.118", + "max": "66.714", + "min": "65.958", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "136.444", + "max": "137.583", + "min": "136.128", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.011", + "max": "230.614", + "min": "227.517", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "30.196", + "max": "32.12", + "min": "29.674", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "205.417", + "max": "206.021", + "min": "205.06", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "104.296", + "max": "105.598", + "min": "104.061", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "12.23", + "max": "18.603", + "min": "11.474", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "23.811", + "max": "24.288", + "min": "23.633", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "226.991", + "max": "228.128", + "min": "226.704", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "226.06", + "max": "228.162", + "min": "225.33", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "197.92", + "max": "199.124", + "min": "197.619", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "6.032", + "max": "8.434", + "min": "5.318", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "196.457", + "max": "198.062", + "min": "196.044", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "447.377", + "max": "554.804", + "min": "253.682", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "232.557", + "max": "304.372", + "min": "171.939", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "244.066", + "max": "261.447", + "min": "242.715", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "174.743", + "max": "190.708", + "min": "173.617", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "48.054", + "max": "50.916", + "min": "47.719", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "38.053", + "max": "39.399", + "min": "37.624", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.991", + "max": "41.947", + "min": "40.644", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "115.901", + "max": "260.015", + "min": "31.876", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "118.788", + "max": "121.257", + "min": "118.344", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "115.922", + "max": "275.154", + "min": "108.01", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "106.795", + "max": "107.621", + "min": "106.692", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "103.934", + "max": "105.424", + "min": "103.109", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "7.052", + "max": "7.253", + "min": "6.885", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "250.123", + "max": "253.514", + "min": "249.747", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "196.387", + "max": "198.547", + "min": "195.969", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "103.147", + "max": "106.312", + "min": "102.742", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "27.148", + "max": "27.76", + "min": "26.959", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.376", + "max": "26.055", + "min": "25.16", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "29.57", + "max": "30.242", + "min": "29.375", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "220.391", + "max": "224.467", + "min": "219.508", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "51.326", + "max": "52.316", + "min": "51.221", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "2.056", + "max": "2.824", + "min": "1.849", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "55.053", + "max": "68.328", + "min": "53.603", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "52.543", + "max": "52.727", + "min": "52.439", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "40.445", + "max": "42.893", + "min": "40.113", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "9.179", + "max": "11.012", + "min": "8.836", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "95.545", + "max": "101.235", + "min": "95.238", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "286.407", + "max": "289.32", + "min": "285.854", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "112.848", + "max": "114.518", + "min": "112.514", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "97.687", + "max": "97.997", + "min": "97.4", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "113.209", + "max": "126.78", + "min": "111.647", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "87.385", + "max": "88.197", + "min": "87.07", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "110.86", + "max": "114.849", + "min": "110.236", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "228.115", + "max": "229.056", + "min": "227.902", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "74.751", + "max": "75.369", + "min": "74.566", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "80.292", + "max": "84.743", + "min": "79.959", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "85.494", + "max": "109.644", + "min": "82.91", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "202.212", + "max": "203.272", + "min": "201.946", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "121.121", + "max": "126.844", + "min": "120.62", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "93.681", + "max": "139.905", + "min": "91.94", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "17.765", + "max": "18.436", + "min": "17.606", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "69.044", + "max": "69.508", + "min": "68.78", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "110.846", + "max": "111.409", + "min": "110.579", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "216.471", + "max": "263.571", + "min": "208.187", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.125", + "max": "52.708", + "min": "51.869", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "169.373", + "max": "207.587", + "min": "164.375", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "44.687", + "max": "46.726", + "min": "44.337", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "485.551", + "max": "486.936", + "min": "485.154", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "137.24", + "max": "147.67", + "min": "116.682", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "6.246", + "max": "7.473", + "min": "5.888", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "177.169", + "max": "177.352", + "min": "177.032", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "244.568", + "max": "245.193", + "min": "244.415", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "172.574", + "max": "184.8", + "min": "171.427", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "60.397", + "max": "61.035", + "min": "60.19", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "307.281", + "max": "318.713", + "min": "281.686", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "4.374", + "max": "5.282", + "min": "4.241", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "21.055", + "max": "22.078", + "min": "20.923", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "90.356", + "max": "91.989", + "min": "90.088", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "217.063", + "max": "225.368", + "min": "216.644", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "82.155", + "max": "84.214", + "min": "81.955", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "105.163", + "max": "110.833", + "min": "104.645", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "114.76", + "max": "118.126", + "min": "114.483", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "100.934", + "max": "102.047", + "min": "100.776", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "73.604", + "max": "74.73", + "min": "73.236", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "151.759", + "max": "152.248", + "min": "151.511", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "122.233", + "max": "132.828", + "min": "121.288", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "132.614", + "max": "138.788", + "min": "132.269", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "119.003", + "max": "120.35", + "min": "118.679", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "80.408", + "max": "81.696", + "min": "80.109", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "89.338", + "max": "97.649", + "min": "88.861", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.56", + "max": "82.16", + "min": "81.378", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "105.113", + "max": "107.548", + "min": "104.757", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "130.142", + "max": "131.594", + "min": "129.785", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "115.168", + "max": "131.423", + "min": "112.8", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "115.575", + "max": "158.393", + "min": "88.953", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "72.735", + "max": "73.373", + "min": "72.493", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "134.348", + "max": "135.018", + "min": "134.134", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "116.715", + "max": "121.921", + "min": "116.327", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "137.638", + "max": "139.338", + "min": "137.116", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "78.97", + "max": "99.089", + "min": "77.559", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "264.4", + "max": "277.931", + "min": "263.746", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "104.964", + "max": "106.86", + "min": "104.82", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "108.283", + "max": "110.298", + "min": "107.939", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "103.371", + "max": "103.995", + "min": "103.195", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "92.42", + "max": "97.819", + "min": "90.526", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "124.763", + "max": "126.376", + "min": "124.427", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "79.292", + "max": "85.498", + "min": "78.799", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "86.79", + "max": "88.349", + "min": "86.425", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "102.567", + "max": "107.189", + "min": "101.925", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "227.28", + "max": "235.914", + "min": "226.436", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "12.383", + "max": "29.94", + "min": "11.093", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "237.656", + "max": "240.762", + "min": "232.068", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "241.967", + "max": "242.814", + "min": "241.79", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "83.369", + "max": "83.648", + "min": "83.194", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "233.671", + "max": "235.728", + "min": "233.271", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "89.69", + "max": "90.349", + "min": "89.458", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "117.434", + "max": "129.064", + "min": "116.628", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "128.1", + "max": "130.898", + "min": "127.624", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "77.789", + "max": "79.413", + "min": "77.239", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "81.686", + "max": "82.49", + "min": "81.385", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.113", + "max": "27.423", + "min": "26.962", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.767", + "max": "47.923", + "min": "40.735", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "238.196", + "max": "238.956", + "min": "237.903", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "11.065", + "max": "11.319", + "min": "10.93", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "96.716", + "max": "96.909", + "min": "96.608", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "7.816", + "max": "8.959", + "min": "7.522", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "109.178", + "max": "112.062", + "min": "108.788", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "136.587", + "max": "137.551", + "min": "136.416", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "51.202", + "max": "59.6", + "min": "48.616", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "94.19", + "max": "95.027", + "min": "94.032", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "120.789", + "max": "122.602", + "min": "120.112", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "79.492", + "max": "89.714", + "min": "78.21", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "246.537", + "max": "247.189", + "min": "246.091", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "171.168", + "max": "174.06", + "min": "170.682", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "175.27", + "max": "191.424", + "min": "173.171", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "119.313", + "max": "123.52", + "min": "118.85", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "85.524", + "max": "88.796", + "min": "85.261", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "118.955", + "max": "130.415", + "min": "117.836", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "17.481", + "max": "21.487", + "min": "16.854", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "17.637", + "max": "18.176", + "min": "17.521", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "138.772", + "max": "146.257", + "min": "136.549", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "96.187", + "max": "101.475", + "min": "94.67", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "19.279", + "max": "20.663", + "min": "18.231", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "139.997", + "max": "144.794", + "min": "139.333", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "31.044", + "max": "31.997", + "min": "30.82", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "91.868", + "max": "110.021", + "min": "90.697", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "229.004", + "max": "231.589", + "min": "228.42", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "104.292", + "max": "104.292", + "min": "104.292", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "93.574", + "max": "94.372", + "min": "93.441", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "87.208", + "max": "88.045", + "min": "87.032", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "163.356", + "max": "168.926", + "min": "162.822", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "99.666", + "max": "109.936", + "min": "92.718", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "110.64", + "max": "135.989", + "min": "109.689", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "303.159", + "max": "305.257", + "min": "302.685", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "191.121", + "max": "193.399", + "min": "190.649", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "32.844", + "max": "33.627", + "min": "32.655", + "id": "14", + "country": "United States", + "source_name": "Boston", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "15": { + "name": "Miami", + "data": { + "0": { + "avg": "79.629", + "max": "80.245", + "min": "79.477", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "262.168", + "max": "263.207", + "min": "261.929", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "42.029", + "max": "42.254", + "min": "41.928", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "130.79", + "max": "139.925", + "min": "129.366", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "110.634", + "max": "110.761", + "min": "110.513", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "179.934", + "max": "180.686", + "min": "179.765", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "107.573", + "max": "107.867", + "min": "107.417", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "302.904", + "max": "316.086", + "min": "301.535", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "154.052", + "max": "155.718", + "min": "153.871", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "143.583", + "max": "159.752", + "min": "142.656", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "95.492", + "max": "95.832", + "min": "95.302", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "35.591", + "max": "35.809", + "min": "35.472", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "32.992", + "max": "36.612", + "min": "32.77", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "35.237", + "max": "35.598", + "min": "35.088", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "0.031", + "max": "0.065", + "min": "0.02", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "27.018", + "max": "27.285", + "min": "26.882", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "115.422", + "max": "115.763", + "min": "115.19", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "15.768", + "max": "16.347", + "min": "15.622", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "121.341", + "max": "121.624", + "min": "121.195", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "129.527", + "max": "130.944", + "min": "129.359", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "278.802", + "max": "278.943", + "min": "278.695", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "32.331", + "max": "32.638", + "min": "32.195", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "76.109", + "max": "76.219", + "min": "76.012", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "86.059", + "max": "87.468", + "min": "85.864", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "128.832", + "max": "129.201", + "min": "128.537", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "129.817", + "max": "132.178", + "min": "129.6", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "125.826", + "max": "126.24", + "min": "125.623", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "126.384", + "max": "127.322", + "min": "126.139", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "109.86", + "max": "110.069", + "min": "109.76", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.806", + "max": "71.052", + "min": "70.657", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "241.843", + "max": "242.097", + "min": "241.751", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "139.64", + "max": "139.883", + "min": "139.436", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "53.497", + "max": "55.525", + "min": "53.283", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "143.531", + "max": "144.224", + "min": "143.351", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "114.71", + "max": "117.281", + "min": "114.306", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "248.3", + "max": "250.188", + "min": "248.055", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "64.873", + "max": "65.182", + "min": "64.794", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "62.172", + "max": "62.577", + "min": "61.992", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "33.491", + "max": "34.038", + "min": "33.294", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "29.747", + "max": "30.625", + "min": "29.425", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "244.386", + "max": "248.029", + "min": "243.787", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "114.475", + "max": "116.278", + "min": "114.066", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "140.036", + "max": "140.425", + "min": "139.902", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "132.442", + "max": "133.388", + "min": "132.154", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "277.717", + "max": "277.894", + "min": "277.6", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "129.926", + "max": "130.544", + "min": "129.431", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "141.947", + "max": "142.447", + "min": "141.768", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "57.292", + "max": "57.653", + "min": "57.059", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "129.773", + "max": "130.19", + "min": "129.569", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "36.977", + "max": "38.599", + "min": "36.827", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "44.294", + "max": "44.783", + "min": "44.059", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "78.345", + "max": "80.049", + "min": "78.003", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "122.835", + "max": "211.212", + "min": "113.132", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "41.614", + "max": "41.949", + "min": "41.407", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "249.041", + "max": "264.71", + "min": "245.303", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "247.965", + "max": "248.855", + "min": "247.762", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "118.016", + "max": "119.308", + "min": "117.259", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "213.914", + "max": "214.44", + "min": "213.831", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "125.451", + "max": "127.165", + "min": "125.152", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "115.049", + "max": "118.517", + "min": "114.843", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "157.521", + "max": "160.078", + "min": "156.909", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "163.972", + "max": "224.614", + "min": "159.181", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "253.82", + "max": "282.956", + "min": "251.791", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "302.295", + "max": "304.31", + "min": "302.098", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "151.46", + "max": "153.738", + "min": "151.239", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "144.74", + "max": "145.113", + "min": "144.628", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "29.868", + "max": "30.443", + "min": "29.732", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "143.12", + "max": "149.94", + "min": "142.196", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "138.837", + "max": "140.884", + "min": "138.082", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "55.522", + "max": "56.474", + "min": "55.349", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "262.87", + "max": "263.472", + "min": "262.683", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "61.285", + "max": "61.894", + "min": "61.03", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "43.02", + "max": "46.173", + "min": "42.602", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "20.531", + "max": "20.641", + "min": "20.44", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "143.312", + "max": "143.845", + "min": "143.143", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "110.601", + "max": "111.564", + "min": "110.417", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "19.193", + "max": "19.389", + "min": "19.047", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "69.055", + "max": "69.189", + "min": "68.918", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "45.034", + "max": "46.665", + "min": "44.758", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "38.299", + "max": "38.496", + "min": "38.169", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "74.685", + "max": "75.776", + "min": "74.195", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "49.923", + "max": "50.37", + "min": "49.75", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "225.553", + "max": "229.87", + "min": "225.285", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "264.543", + "max": "264.973", + "min": "264.404", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "85.614", + "max": "86.676", + "min": "85.437", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "158.165", + "max": "158.991", + "min": "157.755", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "110.468", + "max": "115.503", + "min": "109.976", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "9.814", + "max": "10.124", + "min": "9.667", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "43.866", + "max": "44.429", + "min": "43.72", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "105.754", + "max": "114.081", + "min": "105.204", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "49.82", + "max": "55.881", + "min": "49.083", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.061", + "max": "74.923", + "min": "73.785", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "148.016", + "max": "148.141", + "min": "147.942", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "200.365", + "max": "200.675", + "min": "200.094", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "40.868", + "max": "41.08", + "min": "40.741", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "6.431", + "max": "7.676", + "min": "6.25", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "60.249", + "max": "61.006", + "min": "60.041", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "40.2", + "max": "46.037", + "min": "39.524", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "70.451", + "max": "70.639", + "min": "70.329", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "35.076", + "max": "38.098", + "min": "34.618", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "46.019", + "max": "46.3", + "min": "45.929", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "92.79", + "max": "92.944", + "min": "92.613", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "151.875", + "max": "152.979", + "min": "151.674", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "240.578", + "max": "253.75", + "min": "239.515", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "46.346", + "max": "47.467", + "min": "46.136", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "340.643", + "max": "340.995", + "min": "340.165", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "62.702", + "max": "63.133", + "min": "62.543", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "33.381", + "max": "33.494", + "min": "33.186", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "21.392", + "max": "26.346", + "min": "21.071", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "264.864", + "max": "267.12", + "min": "264.56", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "235.051", + "max": "235.536", + "min": "234.871", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "193.233", + "max": "194.106", + "min": "192.971", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "28.522", + "max": "28.635", + "min": "28.429", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "225.344", + "max": "226.923", + "min": "225.006", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "469.8", + "max": "588.286", + "min": "296.67", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "239.669", + "max": "321.876", + "min": "169.496", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "253.624", + "max": "257.662", + "min": "253.124", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "172.396", + "max": "178.009", + "min": "171.986", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "40.087", + "max": "40.387", + "min": "39.902", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "30.776", + "max": "32.563", + "min": "30.477", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "49.992", + "max": "51.234", + "min": "49.753", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "111.805", + "max": "270.832", + "min": "38.703", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "140.032", + "max": "165.392", + "min": "122.819", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "147.03", + "max": "215.12", + "min": "142.511", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "144.51", + "max": "144.637", + "min": "144.414", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "135.895", + "max": "137.022", + "min": "135.417", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "32.397", + "max": "32.641", + "min": "32.143", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "248.84", + "max": "249.135", + "min": "248.621", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "220.619", + "max": "221.193", + "min": "220.417", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "114.717", + "max": "120.144", + "min": "114.43", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "40.985", + "max": "41.68", + "min": "40.759", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "41.521", + "max": "41.751", + "min": "41.309", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "40.282", + "max": "40.528", + "min": "40.124", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "206.115", + "max": "207.358", + "min": "205.395", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "47.6", + "max": "50.171", + "min": "47.409", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "38.731", + "max": "38.942", + "min": "38.591", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "54.779", + "max": "71.296", + "min": "53.654", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "46.845", + "max": "47.431", + "min": "46.675", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "44.353", + "max": "44.592", + "min": "44.2", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "34.643", + "max": "34.773", + "min": "34.516", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "129.456", + "max": "129.9", + "min": "129.338", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "272.765", + "max": "276.234", + "min": "272.214", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "147.593", + "max": "149.5", + "min": "147.395", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "127.995", + "max": "128.709", + "min": "127.732", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "123.548", + "max": "134.433", + "min": "122.566", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "109.632", + "max": "110.058", + "min": "109.324", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "134.366", + "max": "140.475", + "min": "134.033", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "265.992", + "max": "266.258", + "min": "265.891", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "105.425", + "max": "107.826", + "min": "105.239", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "107.919", + "max": "115.628", + "min": "107.42", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "114.628", + "max": "129.605", + "min": "113.238", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "186.34", + "max": "186.447", + "min": "186.227", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "132.162", + "max": "133.351", + "min": "131.918", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "119.754", + "max": "120.261", + "min": "119.566", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "28.023", + "max": "28.17", + "min": "27.906", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "78.616", + "max": "79.572", + "min": "78.214", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "155", + "max": "158.648", + "min": "154.509", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "243.296", + "max": "283.952", + "min": "236.993", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "67.432", + "max": "67.703", + "min": "67.193", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "134.631", + "max": "234.86", + "min": "129.402", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "29.862", + "max": "29.97", + "min": "29.756", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "385.612", + "max": "385.824", + "min": "385.057", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "142.422", + "max": "142.701", + "min": "142.123", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "33.196", + "max": "36.042", + "min": "32.859", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "212.761", + "max": "212.975", + "min": "212.648", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "267.489", + "max": "267.617", + "min": "267.42", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "191.614", + "max": "192.009", + "min": "191.513", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "62.895", + "max": "67.544", + "min": "62.573", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "228.107", + "max": "231.044", + "min": "227.69", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "41.835", + "max": "42.332", + "min": "41.652", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "36.267", + "max": "36.333", + "min": "36.195", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "110.879", + "max": "114.22", + "min": "110.403", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "251.011", + "max": "253.515", + "min": "250.788", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "107.854", + "max": "110.602", + "min": "107.645", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "118.797", + "max": "119.158", + "min": "118.53", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "134.04", + "max": "134.175", + "min": "133.918", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "127.895", + "max": "128.055", + "min": "127.762", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "110.179", + "max": "110.675", + "min": "109.921", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "165.371", + "max": "165.965", + "min": "165.207", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "153.82", + "max": "154.168", + "min": "153.717", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "164.824", + "max": "166.682", + "min": "164.664", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "137.897", + "max": "138.522", + "min": "137.759", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "116.928", + "max": "124.193", + "min": "116.469", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "110.021", + "max": "110.862", + "min": "109.831", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "117.044", + "max": "117.901", + "min": "116.859", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "139.089", + "max": "139.172", + "min": "139.015", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "154.903", + "max": "156.219", + "min": "154.585", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "132.313", + "max": "140.947", + "min": "131.334", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "146.12", + "max": "203.359", + "min": "117.634", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "100.964", + "max": "101.718", + "min": "100.625", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "166.312", + "max": "168.889", + "min": "166.009", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "141.059", + "max": "141.963", + "min": "140.863", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "134.515", + "max": "135.104", + "min": "134.082", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "112.201", + "max": "116.731", + "min": "111.755", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "262.278", + "max": "262.496", + "min": "262.145", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "124.113", + "max": "129.01", + "min": "123.792", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "127.635", + "max": "127.962", + "min": "127.42", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "132.508", + "max": "138.044", + "min": "132.227", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "63.386", + "max": "69.331", + "min": "61.217", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "158.762", + "max": "159.065", + "min": "158.527", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "111.671", + "max": "114.612", + "min": "111.352", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "112.151", + "max": "112.281", + "min": "112.038", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "112.341", + "max": "117.744", + "min": "109.818", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "231.915", + "max": "241.897", + "min": "229.038", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "35.382", + "max": "45.088", + "min": "34.555", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "230.429", + "max": "236.86", + "min": "229.113", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "252.274", + "max": "252.376", + "min": "252.145", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "109.434", + "max": "109.97", + "min": "109.245", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "255.94", + "max": "257.759", + "min": "253.247", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "86.11", + "max": "86.939", + "min": "85.953", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "135.529", + "max": "135.733", + "min": "135.38", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "171.125", + "max": "172.262", + "min": "170.938", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "108.01", + "max": "109.574", + "min": "107.572", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "107.157", + "max": "108.522", + "min": "106.818", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "44.605", + "max": "45.03", + "min": "44.495", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "57.155", + "max": "57.249", + "min": "57.064", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "237.165", + "max": "237.362", + "min": "236.987", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "38.705", + "max": "39.095", + "min": "38.575", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "116.538", + "max": "116.738", + "min": "116.391", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "37.544", + "max": "37.643", + "min": "37.451", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "132.942", + "max": "133.057", + "min": "132.831", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "121.554", + "max": "122.01", + "min": "121.403", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "33.356", + "max": "37.24", + "min": "30.318", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "125.541", + "max": "125.77", + "min": "125.375", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "137.378", + "max": "139.918", + "min": "136.733", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "40.81", + "max": "44.758", + "min": "39.593", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "187.558", + "max": "189.424", + "min": "187.112", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "165.488", + "max": "165.904", + "min": "165.311", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "200.164", + "max": "203.053", + "min": "199.724", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "144.586", + "max": "145.495", + "min": "144.416", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "109.705", + "max": "110.262", + "min": "109.574", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "141.397", + "max": "143.697", + "min": "141.163", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "42.962", + "max": "46", + "min": "42.483", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "30.961", + "max": "31.531", + "min": "30.802", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "166.767", + "max": "168.276", + "min": "165.29", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "69.49", + "max": "74.021", + "min": "68.416", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "45.416", + "max": "46.99", + "min": "44.365", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "162.448", + "max": "163.553", + "min": "162.116", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "39.986", + "max": "41.626", + "min": "39.764", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "121.653", + "max": "124.634", + "min": "121.281", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "223.193", + "max": "223.96", + "min": "223.035", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "85.349", + "max": "85.406", + "min": "85.292", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "103.128", + "max": "103.352", + "min": "103.045", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "113.035", + "max": "113.372", + "min": "112.931", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "202.183", + "max": "267.297", + "min": "199.015", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "116.65", + "max": "126.246", + "min": "108.743", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "134.638", + "max": "134.996", + "min": "134.418", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "270.613", + "max": "271.366", + "min": "270.43", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "189.563", + "max": "191.435", + "min": "189.229", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "38.486", + "max": "40.928", + "min": "38.043", + "id": "15", + "country": "United States", + "source_name": "Miami", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "16": { + "name": "Washington", + "data": { + "0": { + "avg": "98.241", + "max": "98.538", + "min": "97.755", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "235.632", + "max": "238.385", + "min": "235.352", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "20.85", + "max": "21.287", + "min": "20.169", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "103.252", + "max": "111.298", + "min": "101.57", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "88.58", + "max": "91.254", + "min": "88.225", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "171.292", + "max": "171.504", + "min": "170.594", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "84.104", + "max": "84.271", + "min": "83.257", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "215.824", + "max": "226.365", + "min": "214.283", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "141.819", + "max": "149.448", + "min": "141.237", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "114.888", + "max": "124.258", + "min": "113.734", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "76.99", + "max": "90.508", + "min": "75.79", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "37.405", + "max": "38.796", + "min": "37.166", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "9.087", + "max": "9.33", + "min": "8.815", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "12.232", + "max": "12.723", + "min": "12.1", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "27.266", + "max": "28.188", + "min": "26.828", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "0.018", + "max": "0.03", + "min": "0.016", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "95.974", + "max": "105.241", + "min": "94.781", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "12.206", + "max": "12.832", + "min": "12.131", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "95.338", + "max": "96.264", + "min": "95.197", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "104.313", + "max": "105.255", + "min": "104.163", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "228.864", + "max": "229.393", + "min": "228.36", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "28.168", + "max": "28.299", + "min": "27.825", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "64.911", + "max": "73.347", + "min": "64.202", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "68.398", + "max": "69.225", + "min": "68.209", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "111.241", + "max": "111.303", + "min": "110.784", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "103.255", + "max": "103.553", + "min": "102.763", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "101.242", + "max": "101.487", + "min": "100.799", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "107.441", + "max": "111.238", + "min": "106.736", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "97.297", + "max": "97.798", + "min": "97.171", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "78.261", + "max": "78.711", + "min": "78.155", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "253.405", + "max": "253.617", + "min": "253.361", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "118.39", + "max": "120.294", + "min": "118.216", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "64.11", + "max": "64.229", + "min": "63.218", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "123.497", + "max": "126.27", + "min": "123.189", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "104.253", + "max": "105.233", + "min": "103.623", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "253.485", + "max": "254.706", + "min": "253.383", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "63.257", + "max": "63.791", + "min": "63.193", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "156.447", + "max": "157.306", + "min": "156.265", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "28.032", + "max": "29.187", + "min": "27.173", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "7.306", + "max": "10.162", + "min": "7.144", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "216.922", + "max": "220.358", + "min": "216.338", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "98.923", + "max": "123.269", + "min": "96.467", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "113.236", + "max": "114.921", + "min": "112.546", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "107.303", + "max": "107.724", + "min": "107.237", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.375", + "max": "211.723", + "min": "211.336", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "112.54", + "max": "113.267", + "min": "112.217", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "120.294", + "max": "121.245", + "min": "119.792", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "112.934", + "max": "119.329", + "min": "106.264", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "166.468", + "max": "169.319", + "min": "164.299", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "36.111", + "max": "36.324", + "min": "35.465", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "23.194", + "max": "29.171", + "min": "22.174", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "69.046", + "max": "71.216", + "min": "68.216", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "133.267", + "max": "225.18", + "min": "119.261", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "43.216", + "max": "43.765", + "min": "43.092", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "213.845", + "max": "220.345", + "min": "211.343", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "263.456", + "max": "264.446", + "min": "262.72", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "115.884", + "max": "117.04", + "min": "114.912", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "229.289", + "max": "230.37", + "min": "228.439", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "115.63", + "max": "117.003", + "min": "115.115", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "82.379", + "max": "84.713", + "min": "82.191", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "149.541", + "max": "151.288", + "min": "149.28", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "139.998", + "max": "195.249", + "min": "133.499", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "261.384", + "max": "337.368", + "min": "254.386", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "264.927", + "max": "292.435", + "min": "263.342", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "126.07", + "max": "127.263", + "min": "125.267", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "120.251", + "max": "121.266", + "min": "119.391", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "7.14", + "max": "9.141", + "min": "6.494", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "130.246", + "max": "130.426", + "min": "129.589", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "133.038", + "max": "134.296", + "min": "132.259", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "43.362", + "max": "47.202", + "min": "43.062", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "211.499", + "max": "212.517", + "min": "211.306", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "63.383", + "max": "64.22", + "min": "63.194", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "69.344", + "max": "74.277", + "min": "68.565", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "18.822", + "max": "19.179", + "min": "18.155", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "131.426", + "max": "133.181", + "min": "131.247", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "100.211", + "max": "100.434", + "min": "99.533", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "15.247", + "max": "15.937", + "min": "15.078", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "87.287", + "max": "87.824", + "min": "87.176", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "11.411", + "max": "18.149", + "min": "10.859", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "24.203", + "max": "24.512", + "min": "23.802", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "69.181", + "max": "69.441", + "min": "68.643", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "39.003", + "max": "60.213", + "min": "37.687", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "242.076", + "max": "255.679", + "min": "240.923", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "226.401", + "max": "226.715", + "min": "226.365", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "57.26", + "max": "57.811", + "min": "57.164", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "140.772", + "max": "142.291", + "min": "140.266", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "87.68", + "max": "88.251", + "min": "87.196", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "20.186", + "max": "20.543", + "min": "19.828", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "37.349", + "max": "41.79", + "min": "37.153", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "82.337", + "max": "88.237", + "min": "81.231", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "30.678", + "max": "33.808", + "min": "30.109", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "70.258", + "max": "71.228", + "min": "69.811", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "93.314", + "max": "94.227", + "min": "93.227", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "237.069", + "max": "237.669", + "min": "236.382", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "14.285", + "max": "16.687", + "min": "13.622", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "43.189", + "max": "43.487", + "min": "42.846", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "72.163", + "max": "72.492", + "min": "71.216", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "52.166", + "max": "62.612", + "min": "50.964", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "72.387", + "max": "76.629", + "min": "72.197", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "23.635", + "max": "25.615", + "min": "23.143", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.19", + "max": "28.471", + "min": "27.842", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "93.076", + "max": "93.41", + "min": "92.242", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "131.397", + "max": "134.283", + "min": "130.79", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "230.895", + "max": "243.19", + "min": "229.388", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "26.38", + "max": "27.187", + "min": "26.142", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "214.775", + "max": "215.416", + "min": "214.324", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "85.221", + "max": "85.403", + "min": "84.76", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "10.215", + "max": "10.823", + "min": "10.088", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "13.228", + "max": "14.102", + "min": "12.828", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "219.859", + "max": "259.652", + "min": "218.344", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.275", + "max": "262.396", + "min": "248.381", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "191.367", + "max": "191.723", + "min": "191.302", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "8.227", + "max": "8.868", + "min": "8.097", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "227.285", + "max": "228.635", + "min": "226.366", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "444.31", + "max": "568.556", + "min": "285.431", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "219.22", + "max": "298.211", + "min": "153.622", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "260.799", + "max": "264.419", + "min": "260.399", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "163.503", + "max": "165.318", + "min": "163.26", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "38.247", + "max": "38.766", + "min": "38.11", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "28.532", + "max": "37.267", + "min": "27.835", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "48.483", + "max": "52.338", + "min": "48.115", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "108.33", + "max": "253.589", + "min": "27.488", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "120.354", + "max": "150.25", + "min": "119.057", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "121.991", + "max": "287.166", + "min": "115.54", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "112.289", + "max": "112.732", + "min": "111.938", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "107.744", + "max": "109.73", + "min": "107.235", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "8.186", + "max": "9.164", + "min": "7.305", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "253.349", + "max": "254.399", + "min": "252.402", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "187.26", + "max": "187.718", + "min": "186.341", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "99.425", + "max": "101.809", + "min": "98.867", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "24.053", + "max": "24.195", + "min": "23.27", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "18.873", + "max": "21.159", + "min": "18.146", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "34.23", + "max": "35.173", + "min": "33.998", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "217.082", + "max": "218.351", + "min": "216.359", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "47.42", + "max": "48.198", + "min": "47.114", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "15.025", + "max": "15.236", + "min": "14.386", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "52.816", + "max": "70.326", + "min": "50.948", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.287", + "max": "49.204", + "min": "48.104", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "39.267", + "max": "39.733", + "min": "38.939", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "10.089", + "max": "10.312", + "min": "9.616", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "102.239", + "max": "102.427", + "min": "101.796", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.572", + "max": "258.399", + "min": "249.377", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "127.224", + "max": "127.433", + "min": "126.615", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "106.248", + "max": "106.702", + "min": "105.604", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "126.497", + "max": "129.265", + "min": "125.622", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "104.397", + "max": "105.256", + "min": "104.226", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "123.331", + "max": "126.273", + "min": "122.417", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "224.403", + "max": "224.702", + "min": "224.354", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "75.314", + "max": "76.229", + "min": "75.206", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "82.12", + "max": "82.241", + "min": "81.491", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "87.71", + "max": "101.222", + "min": "85.68", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "175.273", + "max": "176.326", + "min": "174.336", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "124.408", + "max": "127.274", + "min": "123.63", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "87.833", + "max": "88.255", + "min": "87.192", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "7.174", + "max": "7.533", + "min": "6.822", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "74.179", + "max": "74.239", + "min": "73.451", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "126.211", + "max": "127.042", + "min": "126.001", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "224.003", + "max": "266.402", + "min": "216.356", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "72.15", + "max": "72.235", + "min": "71.461", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "161.354", + "max": "238.368", + "min": "153.301", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "33.422", + "max": "35.604", + "min": "33.163", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "473.809", + "max": "474.609", + "min": "473.526", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "112.345", + "max": "113.225", + "min": "112.228", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "6.672", + "max": "7.171", + "min": "6.141", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "191.485", + "max": "193.336", + "min": "191.305", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "252.41", + "max": "252.696", + "min": "252.347", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "166.329", + "max": "167.24", + "min": "165.721", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "69.309", + "max": "71.208", + "min": "68.815", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "299.056", + "max": "315.433", + "min": "273.454", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "16.634", + "max": "21.178", + "min": "16.145", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "10.132", + "max": "10.377", + "min": "9.613", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "94.147", + "max": "95.24", + "min": "93.379", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "224.478", + "max": "225.395", + "min": "224.336", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "87.182", + "max": "87.44", + "min": "86.543", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "91.969", + "max": "92.26", + "min": "91.237", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "110.907", + "max": "120.219", + "min": "110.019", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "95.291", + "max": "95.796", + "min": "95.225", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "82.162", + "max": "82.506", + "min": "81.229", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "146.582", + "max": "154.249", + "min": "145.298", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "126.294", + "max": "126.695", + "min": "126.244", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "139.343", + "max": "139.737", + "min": "139.263", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "122.683", + "max": "135.237", + "min": "121.775", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "82.263", + "max": "89.228", + "min": "81.225", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "92.306", + "max": "92.779", + "min": "92.132", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "93.205", + "max": "93.369", + "min": "92.64", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "103.454", + "max": "106.81", + "min": "103.114", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "138.363", + "max": "140.299", + "min": "138.043", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "104.161", + "max": "111.251", + "min": "102.801", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "142.342", + "max": "201.192", + "min": "104.278", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "81.301", + "max": "82.198", + "min": "81.214", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "133.446", + "max": "134.283", + "min": "133.206", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "119.331", + "max": "120.264", + "min": "119.222", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "121.328", + "max": "122.378", + "min": "120.549", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "78.995", + "max": "79.245", + "min": "78.224", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "251.523", + "max": "253.398", + "min": "251.377", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "97.646", + "max": "105.237", + "min": "97.216", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "93.69", + "max": "105.239", + "min": "92.609", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "107.299", + "max": "107.75", + "min": "107.144", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "116.381", + "max": "124.344", + "min": "108.252", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "137.364", + "max": "138.275", + "min": "137.266", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "100.365", + "max": "123.233", + "min": "99.028", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "108.481", + "max": "109.255", + "min": "108.234", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "95.32", + "max": "96.25", + "min": "94.538", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "226.833", + "max": "240.545", + "min": "224.353", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "15.065", + "max": "21.175", + "min": "14.15", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "231.479", + "max": "233.664", + "min": "225.386", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "220.417", + "max": "221.016", + "min": "220.354", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "86.314", + "max": "87.235", + "min": "86.208", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "234.626", + "max": "236.385", + "min": "234.347", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "91.251", + "max": "91.78", + "min": "90.861", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "113.2", + "max": "120.261", + "min": "112.25", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "137.366", + "max": "138.277", + "min": "137.239", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "77.421", + "max": "79.23", + "min": "77.152", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "85.443", + "max": "87.248", + "min": "84.832", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "23.286", + "max": "23.967", + "min": "23.156", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "23.708", + "max": "34.194", + "min": "22.847", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "235.396", + "max": "235.594", + "min": "235.355", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "81.262", + "max": "81.802", + "min": "81.202", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "100.711", + "max": "101.595", + "min": "100.238", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "15.1", + "max": "15.261", + "min": "14.319", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "91.409", + "max": "104.206", + "min": "90.176", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "134.609", + "max": "138.283", + "min": "134.245", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "37.197", + "max": "40.184", + "min": "34.194", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "95.12", + "max": "95.256", + "min": "94.255", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "113.953", + "max": "115.777", + "min": "113.046", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "71.732", + "max": "87.198", + "min": "70.171", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "211.009", + "max": "215.343", + "min": "209.338", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "162.369", + "max": "164.381", + "min": "161.756", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "162.137", + "max": "179.324", + "min": "161.282", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "119.456", + "max": "120.257", + "min": "119.224", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "98.344", + "max": "101.268", + "min": "97.997", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "116.25", + "max": "116.769", + "min": "115.577", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "18.301", + "max": "21.449", + "min": "17.259", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "9.128", + "max": "9.356", + "min": "8.439", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "131.709", + "max": "140.285", + "min": "129.287", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "101.407", + "max": "103.258", + "min": "100.233", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "18.254", + "max": "20.175", + "min": "17.147", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "140.397", + "max": "141.296", + "min": "140.258", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "38.227", + "max": "38.776", + "min": "38.1", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "107.967", + "max": "112.253", + "min": "107.194", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "264.39", + "max": "264.561", + "min": "263.901", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "90.024", + "max": "90.234", + "min": "89.815", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "77.266", + "max": "77.731", + "min": "77.2", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "94.215", + "max": "94.512", + "min": "93.64", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "172.322", + "max": "173.311", + "min": "172.043", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "97.262", + "max": "106.283", + "min": "90.219", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "111.162", + "max": "111.275", + "min": "110.258", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "203.473", + "max": "204.344", + "min": "203.303", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "170.413", + "max": "171.687", + "min": "170.28", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "28.25", + "max": "28.778", + "min": "28.145", + "id": "16", + "country": "United States", + "source_name": "Washington", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "18": { + "name": "Atlanta", + "data": { + "0": { + "avg": "97.278", + "max": "104.519", + "min": "96.203", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "196.892", + "max": "197.74", + "min": "196.694", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "26.515", + "max": "26.785", + "min": "26.44", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "116.93", + "max": "123.596", + "min": "116.09", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "91.637", + "max": "91.978", + "min": "91.483", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "157.119", + "max": "157.33", + "min": "156.987", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "92.166", + "max": "92.447", + "min": "92.055", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "205.759", + "max": "225.526", + "min": "204.486", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "143.28", + "max": "143.441", + "min": "143.192", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "120.825", + "max": "126.039", + "min": "120.346", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "86.661", + "max": "86.968", + "min": "86.428", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "24.029", + "max": "32.929", + "min": "23.466", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "21.34", + "max": "21.577", + "min": "21.195", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "23.462", + "max": "23.733", + "min": "23.339", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "15.851", + "max": "17.813", + "min": "15.629", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "12.802", + "max": "13.152", + "min": "12.1", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "111.611", + "max": "111.819", + "min": "111.418", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "0.027", + "max": "0.042", + "min": "0.019", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "99.615", + "max": "99.792", + "min": "99.483", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "114.652", + "max": "114.836", + "min": "114.566", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "201.19", + "max": "201.383", + "min": "201.088", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "29.384", + "max": "30.734", + "min": "29.125", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "52.543", + "max": "53.574", + "min": "52.39", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "74.019", + "max": "89.151", + "min": "73.295", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "120.305", + "max": "124.425", + "min": "119.803", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "116.051", + "max": "116.21", + "min": "115.957", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "113.943", + "max": "121.637", + "min": "113.448", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "114.021", + "max": "115.767", + "min": "113.602", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "99.801", + "max": "100.083", + "min": "99.691", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "59.623", + "max": "60.01", + "min": "59.352", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "228.519", + "max": "232.8", + "min": "227.751", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "119.662", + "max": "121.815", + "min": "119.451", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "42.686", + "max": "44.214", + "min": "42.391", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "130.768", + "max": "130.832", + "min": "130.695", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "108.146", + "max": "109.936", + "min": "107.825", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "224.512", + "max": "225.409", + "min": "224.243", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "50.965", + "max": "51.09", + "min": "50.9", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "49.899", + "max": "53.302", + "min": "49.441", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "18.673", + "max": "19.032", + "min": "18.535", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "18.463", + "max": "20.749", + "min": "18.106", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "232.11", + "max": "237.798", + "min": "231.624", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "100.182", + "max": "101.6", + "min": "99.777", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "126.999", + "max": "127.358", + "min": "126.842", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "119.097", + "max": "131.119", + "min": "117.769", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "228.109", + "max": "228.284", + "min": "227.961", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "116.608", + "max": "118.932", + "min": "115.984", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "123.586", + "max": "123.801", + "min": "123.469", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "104.408", + "max": "107.592", + "min": "96.967", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "148.651", + "max": "149.211", + "min": "147.47", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "27.847", + "max": "27.986", + "min": "27.744", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "29.622", + "max": "30.551", + "min": "29.383", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "59.841", + "max": "60.158", + "min": "59.67", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "157.791", + "max": "170.545", + "min": "144.296", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "40.268", + "max": "44.005", + "min": "31.48", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "249.034", + "max": "256.232", + "min": "245.814", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "253.929", + "max": "254.243", + "min": "253.772", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "114.345", + "max": "116.158", + "min": "113.84", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "208.61", + "max": "208.706", + "min": "208.524", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "110.587", + "max": "111.77", + "min": "110.282", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "102.28", + "max": "102.609", + "min": "102.129", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "141.998", + "max": "142.948", + "min": "141.47", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "145.516", + "max": "201.981", + "min": "140.097", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "238.265", + "max": "272.11", + "min": "236.034", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "240.195", + "max": "242.967", + "min": "239.89", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "134.271", + "max": "135.746", + "min": "134.096", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "126.684", + "max": "127.678", + "min": "126.517", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "16.797", + "max": "22.622", + "min": "16.204", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "128.711", + "max": "137.528", + "min": "127.607", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "134.515", + "max": "138.869", + "min": "133.677", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "34.185", + "max": "37.034", + "min": "33.905", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "209.177", + "max": "210.862", + "min": "208.967", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "48.542", + "max": "50.321", + "min": "48.249", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "58.157", + "max": "59.032", + "min": "57.976", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "8.767", + "max": "13.19", + "min": "7.613", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "123.04", + "max": "124.829", + "min": "122.715", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "98.299", + "max": "98.416", + "min": "98.156", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "5.997", + "max": "7.555", + "min": "5.701", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "56.409", + "max": "57.293", + "min": "56.154", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "31.367", + "max": "42.974", + "min": "30.729", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "20.774", + "max": "21.589", + "min": "20.612", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "67.779", + "max": "70.693", + "min": "67.461", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "33.916", + "max": "36.259", + "min": "33.268", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "230.369", + "max": "231.627", + "min": "230.159", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "241.228", + "max": "241.687", + "min": "240.982", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "66.938", + "max": "69.457", + "min": "62.091", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "142.537", + "max": "143.625", + "min": "142.172", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "95.731", + "max": "96.419", + "min": "95.428", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "11.987", + "max": "12.284", + "min": "11.87", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "22.704", + "max": "22.971", + "min": "22.504", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "90.865", + "max": "91.293", + "min": "90.73", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "25.613", + "max": "27.385", + "min": "24.829", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "58.534", + "max": "59.972", + "min": "58.188", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "98.298", + "max": "98.429", + "min": "98.217", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "195.605", + "max": "196.754", + "min": "195.385", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "27.122", + "max": "29.105", + "min": "26.757", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "18.12", + "max": "20.798", + "min": "17.774", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "60.68", + "max": "62.356", + "min": "60.351", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "46.922", + "max": "88.329", + "min": "44.505", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "57.286", + "max": "57.961", + "min": "57.136", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "21.37", + "max": "23.499", + "min": "21.176", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "31.02", + "max": "31.171", + "min": "30.952", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "64.291", + "max": "64.522", + "min": "64.088", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "137.868", + "max": "138.397", + "min": "137.699", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "225.717", + "max": "230.774", + "min": "225.118", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "21.496", + "max": "21.829", + "min": "21.325", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "185.118", + "max": "185.72", + "min": "184.968", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "89.296", + "max": "90.627", + "min": "89.142", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "18.746", + "max": "18.885", + "min": "18.597", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "8.604", + "max": "8.734", + "min": "8.453", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "200.662", + "max": "203.878", + "min": "199.927", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "216.886", + "max": "220.883", + "min": "216.471", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "182.751", + "max": "183.127", + "min": "182.625", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "18.929", + "max": "19.115", + "min": "18.809", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "214.966", + "max": "260.833", + "min": "212.91", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "451.149", + "max": "551.727", + "min": "286.164", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "268.593", + "max": "381.42", + "min": "151.845", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "249.543", + "max": "257.051", + "min": "248.801", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "152.353", + "max": "152.611", + "min": "152.235", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "27.596", + "max": "28.081", + "min": "27.459", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "38.755", + "max": "43.586", + "min": "38.131", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "36.178", + "max": "39.916", + "min": "35.463", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "98.189", + "max": "241.516", + "min": "19.572", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "146.315", + "max": "147.528", + "min": "146.175", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.378", + "max": "454.803", + "min": "123.366", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "129.389", + "max": "129.48", + "min": "129.33", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "113.971", + "max": "115.098", + "min": "113.251", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "19.289", + "max": "19.477", + "min": "19.171", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "307.889", + "max": "310.519", + "min": "307.547", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "199.099", + "max": "200.363", + "min": "198.847", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "94.751", + "max": "98.011", + "min": "94.524", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.928", + "max": "27.481", + "min": "25.704", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "12.116", + "max": "13.656", + "min": "11.905", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "24.311", + "max": "27.252", + "min": "23.826", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "194.358", + "max": "196.117", + "min": "193.652", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "33.276", + "max": "33.436", + "min": "33.201", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "24.361", + "max": "24.636", + "min": "24.222", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.982", + "max": "75.17", + "min": "49.614", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "30.286", + "max": "33.729", + "min": "29.805", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "29.267", + "max": "29.788", + "min": "29.055", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "66.091", + "max": "79.84", + "min": "35.11", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "114.816", + "max": "114.951", + "min": "114.722", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "245.547", + "max": "247.09", + "min": "245.037", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "131.985", + "max": "132.109", + "min": "131.845", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "111.182", + "max": "112.645", + "min": "110.814", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "108.723", + "max": "125.244", + "min": "107.7", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "95.978", + "max": "96.49", + "min": "95.643", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "120.263", + "max": "122.252", + "min": "120.026", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "292.207", + "max": "292.601", + "min": "292.087", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "86.044", + "max": "86.532", + "min": "85.896", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "100.126", + "max": "113.565", + "min": "96.175", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "100.177", + "max": "113.66", + "min": "98.598", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "172.083", + "max": "172.175", + "min": "171.982", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "119.29", + "max": "120.809", + "min": "119.046", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "102.118", + "max": "102.944", + "min": "101.886", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "22.677", + "max": "22.785", + "min": "22.558", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "76.147", + "max": "84.669", + "min": "75.227", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "140.579", + "max": "141.595", + "min": "140.337", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "212.644", + "max": "252.227", + "min": "206.232", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "69.141", + "max": "70.149", + "min": "69.011", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "145.663", + "max": "183.412", + "min": "141.326", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "48.476", + "max": "48.641", + "min": "48.381", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "462.879", + "max": "463.401", + "min": "462.094", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "124.526", + "max": "126.806", + "min": "124.142", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "18.825", + "max": "20.441", + "min": "18.448", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "206.485", + "max": "206.652", + "min": "206.36", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "247.858", + "max": "247.984", + "min": "247.783", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "183.397", + "max": "183.673", + "min": "183.268", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "37.777", + "max": "38.138", + "min": "37.633", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "222.244", + "max": "223.44", + "min": "221.952", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "27.123", + "max": "31.8", + "min": "26.723", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "21.397", + "max": "21.489", + "min": "21.318", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "105.546", + "max": "120.511", + "min": "103.953", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "277.838", + "max": "277.953", + "min": "277.732", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "94.59", + "max": "97.231", + "min": "94.359", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "115", + "max": "123.334", + "min": "114.402", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "120.294", + "max": "120.887", + "min": "120.199", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "115.638", + "max": "115.795", + "min": "115.531", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "95.195", + "max": "95.524", + "min": "94.949", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "144.305", + "max": "145.629", + "min": "142.23", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "128.221", + "max": "128.386", + "min": "128.051", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "146.332", + "max": "146.757", + "min": "146.21", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "129.539", + "max": "129.819", + "min": "129.366", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "102.816", + "max": "113.752", + "min": "101.252", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "96.134", + "max": "97.158", + "min": "95.926", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "98.276", + "max": "98.392", + "min": "98.172", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "110.73", + "max": "110.821", + "min": "110.631", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "140.64", + "max": "141.138", + "min": "140.404", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "121.641", + "max": "152.335", + "min": "118.724", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "115.879", + "max": "130.071", + "min": "100.127", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "87.255", + "max": "91.49", + "min": "86.598", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "138.888", + "max": "139.103", + "min": "138.718", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "127.24", + "max": "146.989", + "min": "126.366", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "128.241", + "max": "128.872", + "min": "127.887", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "92.042", + "max": "108.935", + "min": "91.226", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "247.057", + "max": "247.566", + "min": "246.911", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "108.586", + "max": "109.416", + "min": "108.454", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "112.918", + "max": "113.106", + "min": "112.771", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "109.221", + "max": "109.351", + "min": "109.096", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "76.883", + "max": "82.318", + "min": "75.537", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "149.312", + "max": "149.714", + "min": "149.18", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "95.735", + "max": "98.982", + "min": "95.145", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "97.887", + "max": "98.182", + "min": "97.769", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "99.551", + "max": "102.04", + "min": "96.371", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "208.839", + "max": "215.109", + "min": "208.018", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "19.654", + "max": "25.087", + "min": "19.041", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "229.423", + "max": "229.52", + "min": "229.345", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "265.651", + "max": "265.89", + "min": "265.53", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "101.296", + "max": "102.728", + "min": "100.944", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "244.434", + "max": "245.867", + "min": "244.247", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "89.439", + "max": "90.952", + "min": "89.024", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "120.352", + "max": "120.752", + "min": "120.147", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "152.239", + "max": "152.516", + "min": "152.096", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "95.595", + "max": "96.922", + "min": "95.222", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "93.787", + "max": "98.574", + "min": "93.309", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "29.373", + "max": "29.459", + "min": "29.286", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "32.193", + "max": "32.28", + "min": "32.095", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "216.747", + "max": "350.574", + "min": "211.947", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "23.081", + "max": "23.207", + "min": "22.989", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "106.832", + "max": "107.06", + "min": "106.711", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "24.029", + "max": "24.155", + "min": "23.965", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "115.462", + "max": "115.845", + "min": "115.324", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "140.566", + "max": "141.201", + "min": "140.446", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "28.566", + "max": "32.978", + "min": "25.639", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "106.863", + "max": "107.054", + "min": "106.724", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "121.607", + "max": "125.072", + "min": "120.955", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "71.03", + "max": "79.875", + "min": "69.625", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "181.559", + "max": "182.339", + "min": "181.103", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "146.455", + "max": "147.966", + "min": "146.17", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "171.377", + "max": "171.889", + "min": "171.163", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "130.215", + "max": "132.207", + "min": "130.079", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "95.133", + "max": "95.256", + "min": "94.98", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "133.419", + "max": "133.608", + "min": "133.35", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "28.289", + "max": "28.874", + "min": "28.064", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "22.617", + "max": "22.905", + "min": "22.504", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "143.497", + "max": "148.171", + "min": "141.541", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "83.237", + "max": "89.808", + "min": "82.566", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "29.863", + "max": "31.022", + "min": "29.097", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "148.581", + "max": "153.827", + "min": "147.709", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "32.606", + "max": "40.893", + "min": "30.84", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "103.869", + "max": "106.384", + "min": "103.574", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "236.232", + "max": "236.423", + "min": "236.004", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "85.894", + "max": "86.005", + "min": "85.784", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "92.033", + "max": "92.818", + "min": "91.884", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "100.215", + "max": "100.932", + "min": "100.084", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "187.198", + "max": "187.838", + "min": "186.983", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "104.857", + "max": "113.288", + "min": "96.442", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "127.107", + "max": "127.222", + "min": "127.002", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "210.721", + "max": "212.176", + "min": "210.395", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "167.368", + "max": "168.515", + "min": "167.066", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "34.61", + "max": "35.548", + "min": "34.444", + "id": "18", + "country": "United States", + "source_name": "Atlanta", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "22": { + "name": "Chicago", + "data": { + "0": { + "avg": "102.934", + "max": "103.193", + "min": "102.759", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "251.736", + "max": "252.022", + "min": "251.487", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "14.777", + "max": "14.994", + "min": "14.642", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "120.471", + "max": "127.368", + "min": "119.846", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "94.262", + "max": "94.467", + "min": "94.098", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "169.285", + "max": "169.46", + "min": "169.163", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "99.151", + "max": "99.399", + "min": "99.059", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "289.334", + "max": "295.986", + "min": "288.474", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "145.693", + "max": "145.803", + "min": "145.611", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "113.648", + "max": "118.601", + "min": "113.158", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "86.252", + "max": "86.488", + "min": "86.117", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "37.436", + "max": "54.197", + "min": "36.712", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "23.166", + "max": "23.551", + "min": "23.059", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "25.601", + "max": "25.867", + "min": "25.49", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "32.451", + "max": "36.758", + "min": "32.224", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "28.151", + "max": "28.435", + "min": "27.93", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "109.492", + "max": "109.773", + "min": "109.295", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "29.246", + "max": "32.153", + "min": "28.999", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "100.094", + "max": "100.282", + "min": "99.931", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "117.241", + "max": "117.309", + "min": "117.19", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "268.862", + "max": "269.073", + "min": "268.75", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "0.034", + "max": "0.052", + "min": "0.02", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "53.222", + "max": "53.444", + "min": "53.145", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "56.248", + "max": "62.382", + "min": "55.896", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "113.509", + "max": "114.015", + "min": "113.247", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "111.576", + "max": "113.35", + "min": "111.468", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "111.724", + "max": "112.773", + "min": "111.578", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "128.337", + "max": "128.701", + "min": "128.25", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "98.858", + "max": "98.945", + "min": "98.772", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "48.778", + "max": "50.95", + "min": "47.911", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "217.861", + "max": "218.072", + "min": "217.77", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "116.68", + "max": "117.535", + "min": "116.551", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "51.358", + "max": "51.483", + "min": "51.261", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "139.215", + "max": "139.966", + "min": "139.102", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "116.242", + "max": "118.906", + "min": "115.994", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "233.571", + "max": "235.59", + "min": "233.315", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "58.408", + "max": "58.478", + "min": "58.366", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.28", + "max": "61.008", + "min": "60.174", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "28.243", + "max": "31.403", + "min": "27.999", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "28.277", + "max": "29.366", + "min": "28.016", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "231.882", + "max": "235.637", + "min": "231.299", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "96.616", + "max": "103.232", + "min": "95.792", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "131.284", + "max": "131.436", + "min": "131.156", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "122.456", + "max": "131.221", + "min": "122.1", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "226.882", + "max": "232.493", + "min": "226.604", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "126.98", + "max": "127.587", + "min": "126.557", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "120.77", + "max": "121.152", + "min": "120.604", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "96.342", + "max": "96.931", + "min": "96.222", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "174.209", + "max": "175.465", + "min": "174.013", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "38.622", + "max": "40.744", + "min": "38.327", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "23.923", + "max": "24.099", + "min": "23.871", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "51.812", + "max": "52.392", + "min": "51.514", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "140.406", + "max": "167.385", + "min": "92.539", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "13.703", + "max": "13.985", + "min": "13.612", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "266.82", + "max": "274.013", + "min": "263.513", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "237.15", + "max": "237.894", + "min": "236.926", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "111.131", + "max": "112.754", + "min": "110.451", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "203.629", + "max": "204.17", + "min": "203.527", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "119.455", + "max": "120.461", + "min": "119.221", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "101.279", + "max": "101.437", + "min": "101.165", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "152.918", + "max": "156.078", + "min": "152.269", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "146.562", + "max": "201.604", + "min": "141.683", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "225.793", + "max": "231.908", + "min": "225.291", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "235.245", + "max": "236.052", + "min": "235.068", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "139.685", + "max": "140.396", + "min": "139.559", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "136.71", + "max": "137.914", + "min": "136.524", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "23.153", + "max": "23.739", + "min": "23.034", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "138.406", + "max": "139.458", + "min": "137.95", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "144.381", + "max": "147.366", + "min": "143.472", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "26.016", + "max": "29.025", + "min": "25.47", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.873", + "max": "200.59", + "min": "199.745", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "55.792", + "max": "56.307", + "min": "55.556", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "75.525", + "max": "76.145", + "min": "75.401", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "43.674", + "max": "43.794", + "min": "43.615", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "144.33", + "max": "145.354", + "min": "144.097", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "92.805", + "max": "93.095", + "min": "92.677", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "30.19", + "max": "30.305", + "min": "30.079", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "65.521", + "max": "65.601", + "min": "65.452", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "19.738", + "max": "24.229", + "min": "19.256", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "9.535", + "max": "10.696", + "min": "9.322", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "59.051", + "max": "59.302", + "min": "58.905", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "35.494", + "max": "36.288", + "min": "35.336", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "251.185", + "max": "254.138", + "min": "248.864", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.989", + "max": "240.123", + "min": "239.856", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "50.824", + "max": "53.997", + "min": "48.39", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "140.399", + "max": "142.358", + "min": "140.064", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "95.021", + "max": "102.631", + "min": "94.386", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "30.091", + "max": "30.523", + "min": "30.003", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "9.313", + "max": "12.2", + "min": "9.103", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "94.593", + "max": "94.863", + "min": "94.517", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "14.318", + "max": "17.598", + "min": "13.599", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "56.246", + "max": "57.955", + "min": "55.759", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "98.043", + "max": "98.581", + "min": "97.984", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "173.356", + "max": "173.621", + "min": "173.241", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "20.137", + "max": "20.762", + "min": "20.021", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "35.175", + "max": "35.345", + "min": "35.076", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "76.115", + "max": "76.423", + "min": "75.892", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "63.443", + "max": "122.082", + "min": "60.737", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "51.961", + "max": "52.525", + "min": "51.799", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "4.706", + "max": "5.668", + "min": "4.531", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "18.345", + "max": "18.426", + "min": "18.285", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "54.378", + "max": "56.885", + "min": "54.116", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "144.795", + "max": "144.896", + "min": "144.692", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "214.532", + "max": "215.732", + "min": "214.04", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "10.206", + "max": "10.575", + "min": "10.022", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "320.432", + "max": "320.77", + "min": "319.587", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "99.287", + "max": "102.247", + "min": "99.078", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "26.889", + "max": "27.936", + "min": "26.766", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "27.056", + "max": "36.194", + "min": "26.648", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "209.451", + "max": "213.235", + "min": "209.157", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "214.057", + "max": "214.264", + "min": "213.979", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "179.232", + "max": "179.598", + "min": "179.111", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "21.662", + "max": "21.735", + "min": "21.578", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "228.286", + "max": "229.878", + "min": "227.987", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "463.815", + "max": "575.122", + "min": "286.259", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "252.307", + "max": "375.147", + "min": "169.666", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "261.462", + "max": "277.489", + "min": "260.378", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "148.589", + "max": "149.379", + "min": "148.379", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "20.542", + "max": "20.966", + "min": "20.382", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "44.293", + "max": "46.542", + "min": "43.945", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "27.555", + "max": "32.346", + "min": "27.23", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "106.355", + "max": "249.151", + "min": "25.066", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "142.558", + "max": "142.926", + "min": "142.475", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.225", + "max": "226.845", + "min": "134.458", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "131.352", + "max": "131.617", + "min": "131.263", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "116.438", + "max": "119.173", + "min": "115.65", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "20.68", + "max": "23.167", + "min": "18.79", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "311.241", + "max": "311.746", + "min": "311.014", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "197.9", + "max": "198.188", + "min": "197.749", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "86.045", + "max": "86.465", + "min": "85.962", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "14.135", + "max": "14.355", + "min": "14.056", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "10.646", + "max": "11.955", + "min": "10.484", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "24.902", + "max": "26.805", + "min": "24.64", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "189.851", + "max": "191.193", + "min": "189.26", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "37.016", + "max": "37.148", + "min": "36.96", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "25.238", + "max": "26.245", + "min": "24.988", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "36.188", + "max": "43.112", + "min": "34.787", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "31", + "max": "33.172", + "min": "30.837", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "9.893", + "max": "12.159", + "min": "9.539", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "20.187", + "max": "20.303", + "min": "20.079", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "124.471", + "max": "124.727", + "min": "124.365", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.313", + "max": "252.798", + "min": "249.558", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "133.144", + "max": "133.601", + "min": "133.024", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "111.647", + "max": "111.878", + "min": "111.455", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "93.04", + "max": "95.501", + "min": "92.677", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "106.458", + "max": "106.834", + "min": "106.232", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "130.559", + "max": "132.987", + "min": "130.277", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "292.966", + "max": "293.119", + "min": "292.881", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "87.295", + "max": "87.768", + "min": "87.174", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "88.671", + "max": "89.947", + "min": "88.465", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "97.473", + "max": "106.143", + "min": "96.356", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "171.699", + "max": "171.869", + "min": "171.608", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "127.93", + "max": "129.704", + "min": "127.673", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "106.032", + "max": "108.12", + "min": "104.323", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "28.213", + "max": "29.017", + "min": "28.071", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "92.863", + "max": "94.263", + "min": "92.683", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "128.84", + "max": "129.99", + "min": "128.611", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "216.278", + "max": "269.038", + "min": "209.306", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "26.065", + "max": "26.207", + "min": "25.959", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "176.692", + "max": "261.578", + "min": "167.867", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "53.773", + "max": "53.957", + "min": "53.663", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "367.111", + "max": "367.336", + "min": "366.548", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "127.15", + "max": "127.216", + "min": "127.086", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "22.652", + "max": "22.791", + "min": "22.532", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "202.963", + "max": "203.152", + "min": "202.838", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "250.095", + "max": "250.256", + "min": "250.027", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "176.316", + "max": "176.897", + "min": "176.195", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "51.196", + "max": "52.033", + "min": "50.976", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "260.352", + "max": "260.755", + "min": "260.063", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "28.315", + "max": "28.513", + "min": "28.228", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "11.852", + "max": "11.902", + "min": "11.801", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "104.164", + "max": "105.167", + "min": "103.941", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "262.424", + "max": "262.688", + "min": "262.33", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "99.375", + "max": "100.368", + "min": "99.246", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "105.176", + "max": "105.558", + "min": "105.011", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "122.148", + "max": "129.877", + "min": "121.648", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "112.643", + "max": "113.668", + "min": "112.501", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "91.005", + "max": "91.626", + "min": "90.64", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "140.552", + "max": "140.868", + "min": "140.417", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "140.104", + "max": "140.784", + "min": "140.01", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "149.155", + "max": "149.829", + "min": "149.012", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "149.325", + "max": "149.799", + "min": "149.208", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "103.802", + "max": "106.67", + "min": "103.478", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "98.169", + "max": "98.266", + "min": "98.056", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "90.795", + "max": "90.857", + "min": "90.714", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "125.07", + "max": "125.23", + "min": "124.968", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "140.539", + "max": "141.451", + "min": "140.321", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "120.453", + "max": "147.735", + "min": "117.844", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "119.817", + "max": "150.753", + "min": "104.35", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "85.43", + "max": "85.694", + "min": "85.366", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "149.612", + "max": "149.874", + "min": "149.404", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "119.881", + "max": "161.398", + "min": "117.898", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "140.531", + "max": "141.164", + "min": "140.128", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "94.153", + "max": "94.584", + "min": "93.984", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "254.892", + "max": "287.216", + "min": "253.667", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "128.259", + "max": "128.372", + "min": "128.179", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "115.977", + "max": "116.148", + "min": "115.887", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "123.143", + "max": "123.308", + "min": "123.072", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "102.593", + "max": "109.887", + "min": "100.78", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "151.891", + "max": "152.008", + "min": "151.765", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "101.108", + "max": "101.758", + "min": "100.991", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "99.491", + "max": "99.975", + "min": "99.359", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "99.055", + "max": "99.159", + "min": "98.968", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "206.949", + "max": "216.518", + "min": "203.829", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "23.9", + "max": "32.423", + "min": "22.836", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "259.21", + "max": "262.519", + "min": "254.278", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "255.789", + "max": "256.157", + "min": "255.662", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "102.126", + "max": "102.352", + "min": "102.058", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "232.857", + "max": "233.091", + "min": "232.707", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "70.915", + "max": "73.529", + "min": "70.582", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "123.785", + "max": "126.456", + "min": "123.044", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "153.455", + "max": "153.829", + "min": "153.327", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "89.541", + "max": "90.597", + "min": "89.273", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "95.462", + "max": "95.673", + "min": "95.351", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "18.442", + "max": "18.614", + "min": "18.375", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "49.288", + "max": "49.385", + "min": "49.236", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "226.177", + "max": "226.59", + "min": "226.015", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "28.437", + "max": "28.88", + "min": "28.339", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "111.157", + "max": "111.433", + "min": "111.034", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "18.065", + "max": "19.38", + "min": "17.959", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "121.676", + "max": "121.803", + "min": "121.611", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "178.358", + "max": "178.647", + "min": "178.239", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "57.063", + "max": "60.723", + "min": "54.308", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "110.504", + "max": "110.612", + "min": "110.383", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "123.595", + "max": "124.907", + "min": "122.893", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "82.531", + "max": "90.749", + "min": "81.284", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "195.579", + "max": "196.35", + "min": "195.327", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "211.477", + "max": "211.72", + "min": "211.369", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "197.179", + "max": "197.899", + "min": "196.956", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "136.487", + "max": "136.708", + "min": "136.401", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "98.437", + "max": "98.869", + "min": "98.373", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "167.206", + "max": "167.418", + "min": "167.134", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "31.684", + "max": "32.588", + "min": "31.404", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "35.187", + "max": "35.414", + "min": "35.035", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "146.239", + "max": "149.958", + "min": "144.666", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "105.313", + "max": "106.017", + "min": "105.088", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "30.462", + "max": "32.193", + "min": "29.43", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "149.1", + "max": "149.628", + "min": "148.981", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "15.262", + "max": "15.468", + "min": "15.131", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "103.244", + "max": "109.01", + "min": "102.464", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.56", + "max": "235.495", + "min": "225.51", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "111.145", + "max": "111.183", + "min": "111.107", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "98.853", + "max": "98.887", + "min": "98.794", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "98.337", + "max": "99.448", + "min": "98.183", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "180.899", + "max": "181.476", + "min": "180.738", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "112.464", + "max": "124.819", + "min": "104.763", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "123.301", + "max": "123.579", + "min": "123.186", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "205.143", + "max": "206.327", + "min": "204.987", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "174.616", + "max": "175.597", + "min": "174.405", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "31.151", + "max": "31.231", + "min": "31.097", + "id": "22", + "country": "United States", + "source_name": "Chicago", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "23": { + "name": "San Jose", + "data": { + "0": { + "avg": "145.162", + "max": "146.302", + "min": "144.021", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "207.617", + "max": "209.221", + "min": "206.587", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "57.345", + "max": "58.42", + "min": "56.206", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "172.308", + "max": "179.201", + "min": "170.737", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "143.148", + "max": "144.715", + "min": "141.91", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "104.6", + "max": "106.294", + "min": "102.864", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "157.691", + "max": "158.925", + "min": "156.494", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "245.049", + "max": "246.999", + "min": "243.79", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "193.17", + "max": "194.594", + "min": "191.96", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "172.369", + "max": "175.324", + "min": "171.063", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "149.158", + "max": "151.771", + "min": "147.991", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "47.268", + "max": "48.324", + "min": "46.065", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "69.067", + "max": "70.293", + "min": "68.071", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "85.022", + "max": "86.312", + "min": "83.832", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "76.082", + "max": "77.359", + "min": "74.507", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "64.919", + "max": "66.195", + "min": "63.693", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "159.455", + "max": "160.523", + "min": "158.437", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "52.468", + "max": "54.011", + "min": "51.477", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "148.943", + "max": "150.46", + "min": "147.812", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "169.155", + "max": "170.649", + "min": "167.76", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "293.05", + "max": "294.407", + "min": "291.986", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "53.282", + "max": "54.511", + "min": "52.024", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "0.081", + "max": "1.14", + "min": "0", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "21.496", + "max": "30.321", + "min": "19.65", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "159.962", + "max": "161.048", + "min": "158.92", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "163.022", + "max": "164.11", + "min": "161.534", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "161.588", + "max": "164.059", + "min": "160.155", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "154.361", + "max": "155.708", + "min": "153.247", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "146.593", + "max": "147.652", + "min": "145.473", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "1.466", + "max": "2.416", + "min": "0.855", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "180.643", + "max": "181.792", + "min": "179.121", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "172.941", + "max": "174.379", + "min": "171.264", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "57.435", + "max": "60.674", + "min": "55.869", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "182.152", + "max": "183.273", + "min": "180.865", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "156.552", + "max": "158.261", + "min": "155.145", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "189.908", + "max": "192.11", + "min": "188.561", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "13.319", + "max": "14.369", + "min": "12.077", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "19.936", + "max": "21.612", + "min": "18.568", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "49.1", + "max": "50.469", + "min": "47.888", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "73.384", + "max": "77.81", + "min": "72.096", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "283.01", + "max": "286.982", + "min": "281.77", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "144.171", + "max": "145.593", + "min": "142.887", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "181.537", + "max": "183.319", + "min": "180.184", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "162.955", + "max": "164.752", + "min": "161.645", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "256.818", + "max": "263.205", + "min": "255.543", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "167.907", + "max": "169.798", + "min": "166.496", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "168.059", + "max": "169.123", + "min": "166.917", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "128.841", + "max": "130.109", + "min": "127.296", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "197.388", + "max": "199.027", + "min": "196.105", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "43.152", + "max": "44.86", + "min": "41.558", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "69.121", + "max": "70.147", + "min": "67.943", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "26.657", + "max": "28.187", + "min": "25.37", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "161.607", + "max": "173.393", + "min": "152.444", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "35.476", + "max": "37.108", + "min": "34.247", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "239.851", + "max": "252.881", + "min": "235.882", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "196.582", + "max": "198.731", + "min": "195.213", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "159.007", + "max": "161.026", + "min": "157.441", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "152.032", + "max": "153.357", + "min": "150.751", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "156.794", + "max": "158.771", + "min": "155.533", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "149.147", + "max": "150.751", + "min": "147.884", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "198.851", + "max": "200.371", + "min": "197.35", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "193.172", + "max": "234.76", + "min": "189.726", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "208.035", + "max": "311.549", + "min": "199.453", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "184.737", + "max": "190.736", + "min": "183.138", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "185.49", + "max": "186.775", + "min": "184.167", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "184.14", + "max": "185.946", + "min": "183.026", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "73.088", + "max": "75.964", + "min": "71.791", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "174.329", + "max": "184.311", + "min": "172.743", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "184.166", + "max": "185.879", + "min": "182.467", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "28.871", + "max": "30.038", + "min": "27.782", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "153.487", + "max": "154.938", + "min": "152.155", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "16.222", + "max": "17.82", + "min": "14.899", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "120.886", + "max": "128.109", + "min": "119.457", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "64.03", + "max": "65.219", + "min": "62.589", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "185.845", + "max": "187.259", + "min": "184.455", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "142.637", + "max": "143.874", + "min": "141.125", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "67.513", + "max": "68.75", + "min": "66.54", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "16.653", + "max": "19.935", + "min": "15.025", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "70.227", + "max": "74.297", + "min": "68.27", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "54.412", + "max": "55.592", + "min": "53.305", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "17.325", + "max": "18.56", + "min": "16.144", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "77.916", + "max": "79.684", + "min": "76.281", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "154.796", + "max": "157.589", + "min": "153.488", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "214.659", + "max": "215.761", + "min": "213.556", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "69.35", + "max": "70.618", + "min": "67.86", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "196.637", + "max": "197.772", + "min": "195.482", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "141.751", + "max": "142.943", + "min": "140.496", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "73.53", + "max": "75.032", + "min": "72.263", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "70.685", + "max": "72.138", + "min": "69.581", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "137.437", + "max": "145.109", + "min": "135.932", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "57.34", + "max": "59.967", + "min": "55.76", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "7.604", + "max": "8.598", + "min": "7.137", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "168.657", + "max": "170.04", + "min": "167.603", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "129.494", + "max": "130.751", + "min": "128.172", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "66.511", + "max": "67.854", + "min": "65.204", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "79.383", + "max": "80.813", + "min": "77.664", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "120.021", + "max": "121.694", + "min": "118.713", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "111.971", + "max": "121.519", + "min": "109.491", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "2.828", + "max": "4.001", + "min": "1.602", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "54.34", + "max": "56.849", + "min": "52.769", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "69.011", + "max": "70.043", + "min": "67.718", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "66.639", + "max": "67.814", + "min": "65.051", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "188.541", + "max": "191.152", + "min": "187.439", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "170.587", + "max": "173.068", + "min": "168.855", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "53.847", + "max": "55.281", + "min": "52.722", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "391.812", + "max": "434.578", + "min": "380.681", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "133.178", + "max": "135.261", + "min": "131.801", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "72.355", + "max": "76.866", + "min": "70.738", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "69.275", + "max": "72.072", + "min": "67.634", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "244.475", + "max": "247.426", + "min": "242.396", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "164.099", + "max": "181.716", + "min": "162.14", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "131.375", + "max": "132.46", + "min": "130.123", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "79.29", + "max": "80.516", + "min": "78.074", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "257.776", + "max": "258.839", + "min": "256.541", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "505.428", + "max": "621.068", + "min": "337.519", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "288.369", + "max": "430.488", + "min": "217.103", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "300.121", + "max": "314.257", + "min": "297.914", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "109.872", + "max": "113.721", + "min": "108.346", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "46.696", + "max": "48.185", + "min": "45.64", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "72.013", + "max": "73.742", + "min": "70.805", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "26.7", + "max": "34.993", + "min": "25.302", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "147.846", + "max": "312.915", + "min": "78.419", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "195.067", + "max": "221.347", + "min": "177.016", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "194.343", + "max": "362.779", + "min": "186.695", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "181.765", + "max": "182.88", + "min": "180.631", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "168.575", + "max": "170.027", + "min": "167.159", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "68.576", + "max": "73.458", + "min": "62.126", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "297.809", + "max": "298.893", + "min": "296.145", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "247.869", + "max": "249.086", + "min": "246.617", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "50.547", + "max": "51.79", + "min": "49.721", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "68.753", + "max": "70.202", + "min": "67.751", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "59.496", + "max": "60.508", + "min": "58.756", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "54.477", + "max": "55.616", + "min": "52.947", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "137.681", + "max": "139.598", + "min": "135.623", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "53.44", + "max": "54.73", + "min": "52.343", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.617", + "max": "74.744", + "min": "72.435", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "37.24", + "max": "42.227", + "min": "35.052", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "53.129", + "max": "54.336", + "min": "51.872", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "44.873", + "max": "45.944", + "min": "43.926", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "71.665", + "max": "72.887", + "min": "70.132", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "174.587", + "max": "175.54", + "min": "173.302", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "223.869", + "max": "228.082", + "min": "222.121", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "183.311", + "max": "184.456", + "min": "182", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "154.804", + "max": "156.145", + "min": "153.673", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "54.238", + "max": "64.5", + "min": "52.615", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "153.698", + "max": "155.178", + "min": "152.632", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "178.025", + "max": "183.154", + "min": "176.296", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "245.703", + "max": "248.47", + "min": "244.33", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "144.977", + "max": "146.298", + "min": "143.68", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "139.04", + "max": "139.553", + "min": "137.948", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "146.349", + "max": "159.561", + "min": "143.667", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "124.608", + "max": "126.105", + "min": "123.557", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "164.317", + "max": "165.424", + "min": "162.948", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "154.442", + "max": "183.241", + "min": "152.394", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "74.69", + "max": "75.915", + "min": "73.579", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "28.025", + "max": "29.663", + "min": "26.666", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "182.024", + "max": "183.127", + "min": "180.782", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "177.238", + "max": "220.134", + "min": "169.213", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "60.068", + "max": "60.73", + "min": "59.021", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "216.566", + "max": "287.028", + "min": "210.619", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "96.56", + "max": "97.988", + "min": "94.925", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "215.927", + "max": "219.269", + "min": "214.707", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "166.57", + "max": "167.73", + "min": "164.892", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "67.321", + "max": "68.81", + "min": "66.123", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "254.41", + "max": "255.836", + "min": "252.954", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "310.086", + "max": "311.292", + "min": "308.968", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "223.217", + "max": "224.739", + "min": "221.687", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "64.339", + "max": "65.428", + "min": "63.149", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "157.972", + "max": "159.104", + "min": "156.47", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "80.307", + "max": "81.516", + "min": "79.358", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "61.871", + "max": "62.999", + "min": "60.641", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "155.353", + "max": "159.674", + "min": "153.665", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "270.399", + "max": "271.449", + "min": "268.977", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "142.181", + "max": "143.926", + "min": "140.982", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "154.349", + "max": "155.68", + "min": "153.201", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "171.826", + "max": "173.354", + "min": "170.387", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "161.732", + "max": "163.256", + "min": "160.6", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "139.37", + "max": "140.77", + "min": "137.872", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "188.233", + "max": "189.457", + "min": "187.165", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "188.265", + "max": "189.839", + "min": "187.118", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "190.674", + "max": "192.029", + "min": "189.278", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "175.271", + "max": "176.023", + "min": "174.389", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "149.377", + "max": "152.146", + "min": "147.882", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "158.376", + "max": "160.084", + "min": "157.013", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "159.758", + "max": "161.234", + "min": "158.435", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "169.669", + "max": "170.606", + "min": "168.315", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "200.692", + "max": "202.577", + "min": "199.27", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "168.315", + "max": "173.539", + "min": "166.234", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "167.886", + "max": "199.058", + "min": "146.012", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "127.977", + "max": "129.505", + "min": "126.603", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "196.401", + "max": "197.756", + "min": "195.515", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "173.101", + "max": "193.542", + "min": "171.248", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "183.667", + "max": "185", + "min": "182.285", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "147.987", + "max": "153.708", + "min": "146.434", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "202.224", + "max": "203.756", + "min": "200.627", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "156.09", + "max": "158.125", + "min": "154.931", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "162.438", + "max": "163.647", + "min": "161.373", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "171.981", + "max": "173.221", + "min": "170.784", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "138.882", + "max": "146.062", + "min": "135.381", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "199.19", + "max": "201.686", + "min": "197.269", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "146.597", + "max": "149.107", + "min": "145.427", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "149.087", + "max": "152.126", + "min": "147.782", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "145.82", + "max": "149.571", + "min": "139.171", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "156.912", + "max": "161.551", + "min": "155.515", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "73.972", + "max": "78.64", + "min": "72.438", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "173.576", + "max": "177.803", + "min": "168.206", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "234.511", + "max": "235.999", + "min": "233.013", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "140.729", + "max": "142.253", + "min": "139.377", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "285.911", + "max": "291.518", + "min": "278.643", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "21.223", + "max": "22.781", + "min": "19.84", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "168.129", + "max": "169.238", + "min": "167.045", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "203.353", + "max": "204.624", + "min": "202.219", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "138.628", + "max": "140.259", + "min": "137.064", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "143.443", + "max": "144.709", + "min": "141.609", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "69.41", + "max": "70.696", + "min": "68.269", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "79.584", + "max": "80.681", + "min": "78.485", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "176.216", + "max": "177.85", + "min": "174.58", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "72.344", + "max": "73.597", + "min": "70.953", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "161.144", + "max": "164.919", + "min": "160.067", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "67.782", + "max": "69.307", + "min": "66.791", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "165.837", + "max": "167.099", + "min": "164.767", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "223.457", + "max": "238.326", + "min": "207.153", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "77.659", + "max": "83.48", + "min": "74.656", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "167.23", + "max": "168.766", + "min": "165.993", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "172.614", + "max": "175.833", + "min": "170.889", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "105.147", + "max": "117.356", + "min": "103.193", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "254.65", + "max": "255.87", + "min": "253.073", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "99.073", + "max": "100.236", + "min": "97.511", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "234.154", + "max": "235.804", + "min": "232.968", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "177.161", + "max": "178.542", + "min": "175.591", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "141.327", + "max": "142.813", + "min": "139.592", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "183.129", + "max": "184.581", + "min": "182.001", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "68.211", + "max": "72.253", + "min": "66.499", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "72.825", + "max": "74.294", + "min": "71.735", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "201.456", + "max": "211.161", + "min": "198.408", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "150.876", + "max": "152.626", + "min": "149.59", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "88.76", + "max": "91.166", + "min": "86.49", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "192.944", + "max": "194.167", + "min": "191.578", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "36.606", + "max": "37.807", + "min": "35.235", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "151.941", + "max": "156.542", + "min": "150.041", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "172.384", + "max": "177.161", + "min": "160.907", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "145.667", + "max": "145.667", + "min": "145.667", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "134.848", + "max": "136.357", + "min": "133.34", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "151.529", + "max": "152.528", + "min": "150.14", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "230.697", + "max": "232.05", + "min": "228.925", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "160.575", + "max": "173.15", + "min": "151.967", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "182.651", + "max": "238.953", + "min": "179.285", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "232.296", + "max": "233.624", + "min": "230.999", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "219.819", + "max": "223.376", + "min": "218.551", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "58.897", + "max": "63.997", + "min": "57.389", + "id": "23", + "country": "United States", + "source_name": "San Jose", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "24": { + "name": "Seattle", + "data": { + "0": { + "avg": "163.666", + "max": "163.929", + "min": "163.488", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "185.282", + "max": "186.803", + "min": "184.9", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "54.927", + "max": "56.562", + "min": "54.748", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "175.148", + "max": "180.417", + "min": "174.278", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "148.231", + "max": "149.155", + "min": "147.92", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "143.484", + "max": "144.656", + "min": "143.317", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "142.476", + "max": "143.71", + "min": "142.289", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "194.215", + "max": "205.178", + "min": "193.254", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "188.577", + "max": "188.748", + "min": "188.476", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "150.796", + "max": "154.656", + "min": "150.337", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "129.156", + "max": "129.53", + "min": "128.991", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "61.534", + "max": "67.412", + "min": "61.179", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.702", + "max": "76.548", + "min": "75.533", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "66.988", + "max": "68.092", + "min": "66.738", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "86.805", + "max": "101.124", + "min": "85.847", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "68.393", + "max": "68.982", + "min": "67.912", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "162.12", + "max": "163.964", + "min": "161.758", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "73.387", + "max": "74.029", + "min": "73.276", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "152.585", + "max": "164.512", + "min": "151.755", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "169.374", + "max": "175.33", + "min": "168.824", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "189.897", + "max": "190.417", + "min": "189.798", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "57.61", + "max": "59.206", + "min": "57.408", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "21.491", + "max": "30.127", + "min": "21.072", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "0.012", + "max": "0.018", + "min": "0.011", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "154.168", + "max": "154.935", + "min": "153.771", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "165.385", + "max": "165.728", + "min": "165.232", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "166.823", + "max": "170.011", + "min": "166.484", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "149.202", + "max": "154.7", + "min": "148.713", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "147.197", + "max": "148.348", + "min": "146.996", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "20.184", + "max": "33.906", + "min": "18.91", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "183.916", + "max": "196.858", + "min": "183.281", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "173.705", + "max": "174.02", + "min": "173.59", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "68.839", + "max": "98.06", + "min": "66.75", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "184.725", + "max": "187.642", + "min": "184.491", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "173.84", + "max": "176.514", + "min": "173.428", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "173.355", + "max": "175.232", + "min": "173.047", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "32.872", + "max": "34.093", + "min": "32.691", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "41.681", + "max": "57.407", + "min": "41", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "54.909", + "max": "63.28", + "min": "54.318", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "70.462", + "max": "80.052", + "min": "69.469", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "277.281", + "max": "280.175", + "min": "276.711", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "148.64", + "max": "152.955", + "min": "147.987", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "184.283", + "max": "196.93", + "min": "183.605", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "159.423", + "max": "172.347", + "min": "158.419", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "277.884", + "max": "279.129", + "min": "277.643", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "175.217", + "max": "176.917", + "min": "174.776", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "159.361", + "max": "160.424", + "min": "159.159", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "128.678", + "max": "138.368", + "min": "128.137", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "203.333", + "max": "203.967", + "min": "203.124", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "69.74", + "max": "83.51", + "min": "68.845", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "58.392", + "max": "58.668", + "min": "58.213", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "4.614", + "max": "6.981", + "min": "4.172", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "158.568", + "max": "250.205", + "min": "143.283", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "41.941", + "max": "46.152", + "min": "41.555", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "258.526", + "max": "273.991", + "min": "254.613", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "190.142", + "max": "190.992", + "min": "189.901", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "170.053", + "max": "177.548", + "min": "168.448", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "171.38", + "max": "178.331", + "min": "170.875", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "190.114", + "max": "190.659", + "min": "189.849", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "154.265", + "max": "154.502", + "min": "154.135", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "199.13", + "max": "200.763", + "min": "198.544", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "194.344", + "max": "240.811", + "min": "191.75", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "192.491", + "max": "193.006", + "min": "192.307", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "241.073", + "max": "247.664", + "min": "240.556", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "188.502", + "max": "190.142", + "min": "188.286", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "197.355", + "max": "198.456", + "min": "197.209", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "76.619", + "max": "77.25", + "min": "76.437", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "197.861", + "max": "199.115", + "min": "197.453", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "197.452", + "max": "199.717", + "min": "196.556", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "32.908", + "max": "36.13", + "min": "32.681", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "153.354", + "max": "156.018", + "min": "152.951", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "35.882", + "max": "36.783", + "min": "35.534", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "128.875", + "max": "130.426", + "min": "128.531", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "65.413", + "max": "66.423", + "min": "65.215", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "177.427", + "max": "186.57", + "min": "176.79", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "147.239", + "max": "151.692", + "min": "146.705", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "78.175", + "max": "80.177", + "min": "77.895", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "38.615", + "max": "40.199", + "min": "38.402", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "71.954", + "max": "75.118", + "min": "71.593", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "51.616", + "max": "52.998", + "min": "51.16", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "4.878", + "max": "5.564", + "min": "4.711", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "73.976", + "max": "76.536", + "min": "73.525", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "182.81", + "max": "188.555", + "min": "182.384", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "254.69", + "max": "255.705", + "min": "254.428", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "39.814", + "max": "40.059", + "min": "39.698", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "203.259", + "max": "213.105", + "min": "202.506", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "145.236", + "max": "148.812", + "min": "144.773", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "84.47", + "max": "86.292", + "min": "84.187", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "50.194", + "max": "53.642", + "min": "49.865", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "143.769", + "max": "152.711", + "min": "142.87", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "61.32", + "max": "62.902", + "min": "60.661", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "29.043", + "max": "39.729", + "min": "28.342", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "150.59", + "max": "157.903", + "min": "150.171", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "157.402", + "max": "168.279", + "min": "156.678", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "62.211", + "max": "63.861", + "min": "62.012", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "74.321", + "max": "87.359", + "min": "73.373", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "117.612", + "max": "119.086", + "min": "117.281", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "107.625", + "max": "131.373", + "min": "106.159", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "27.226", + "max": "29.382", + "min": "27.032", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "58.622", + "max": "61.639", + "min": "58.183", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "65.548", + "max": "72.968", + "min": "65.124", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "20.302", + "max": "21.417", + "min": "20.013", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "202.196", + "max": "204.895", + "min": "201.883", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "159.286", + "max": "165.963", + "min": "158.381", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "58.961", + "max": "73.052", + "min": "57.728", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "170.289", + "max": "171.198", + "min": "169.923", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "145.936", + "max": "159.283", + "min": "145.097", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "64.161", + "max": "68.983", + "min": "63.678", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "72.818", + "max": "73.663", + "min": "72.604", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "277.816", + "max": "288.075", + "min": "276.575", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "165.859", + "max": "166.222", + "min": "165.649", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "154.796", + "max": "154.991", + "min": "154.667", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "68.064", + "max": "68.969", + "min": "67.935", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "250.059", + "max": "263.468", + "min": "248.743", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "482.969", + "max": "610.484", + "min": "316.238", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "298.015", + "max": "441.551", + "min": "212.025", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "317.729", + "max": "322.942", + "min": "317.036", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "113.181", + "max": "114.434", + "min": "112.885", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "51.473", + "max": "59.427", + "min": "50.92", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "76.651", + "max": "77.745", + "min": "76.181", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "33.348", + "max": "38.532", + "min": "32.346", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "142.334", + "max": "291.597", + "min": "65.391", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "183.238", + "max": "183.98", + "min": "183", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "181.825", + "max": "270.594", + "min": "177.298", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "167.252", + "max": "167.847", + "min": "167.131", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "159.864", + "max": "163.424", + "min": "159.148", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "60.894", + "max": "62.259", + "min": "60.677", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "334.141", + "max": "336.581", + "min": "333.745", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "267.29", + "max": "267.787", + "min": "267.118", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "31.59", + "max": "39.519", + "min": "31.106", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "60.961", + "max": "70.56", + "min": "59.82", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "69.989", + "max": "72.027", + "min": "69.748", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "52.386", + "max": "62.877", + "min": "50.818", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "159.679", + "max": "163.971", + "min": "158.774", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "63.295", + "max": "63.626", + "min": "63.196", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "79.676", + "max": "97.156", + "min": "78.307", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "48.9", + "max": "53.029", + "min": "48.158", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "59.739", + "max": "60.801", + "min": "59.468", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "49.611", + "max": "50.503", + "min": "49.462", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "74.468", + "max": "82.834", + "min": "74.024", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "179.009", + "max": "190.267", + "min": "178.389", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "243.9", + "max": "247.397", + "min": "243.28", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "193.397", + "max": "198.712", + "min": "192.989", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "149.357", + "max": "149.855", + "min": "149.1", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "70.934", + "max": "74.417", + "min": "70.496", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "160.176", + "max": "174.136", + "min": "159.398", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "191.38", + "max": "198.634", + "min": "190.91", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "280.1", + "max": "281.197", + "min": "279.951", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "140.662", + "max": "143.913", + "min": "140.302", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "142.164", + "max": "143.621", + "min": "141.993", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "146.844", + "max": "157.582", + "min": "144.627", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "139.28", + "max": "148.336", + "min": "138.81", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "186.162", + "max": "198.063", + "min": "184.769", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "157.078", + "max": "158.692", + "min": "156.719", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "76.851", + "max": "78.292", + "min": "76.687", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "9.672", + "max": "18.191", + "min": "8.718", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "187.562", + "max": "193.057", + "min": "186.865", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "162.655", + "max": "209.029", + "min": "153.881", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "44.221", + "max": "44.418", + "min": "44.144", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "219.056", + "max": "313.319", + "min": "212.677", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "107.472", + "max": "111.426", + "min": "107.101", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "445.404", + "max": "447.516", + "min": "444.577", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "166.255", + "max": "166.973", + "min": "166.003", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "58.032", + "max": "59.001", + "min": "57.815", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "262.042", + "max": "265.949", + "min": "261.772", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "300.337", + "max": "301.45", + "min": "300.156", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "225.001", + "max": "237.205", + "min": "223.994", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "75.357", + "max": "75.775", + "min": "75.181", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "215.953", + "max": "230.945", + "min": "186.125", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.027", + "max": "73.335", + "min": "72.908", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "66.325", + "max": "67.576", + "min": "66.169", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "158.714", + "max": "168.163", + "min": "158.174", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "287.307", + "max": "287.453", + "min": "287.22", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "145.337", + "max": "157.29", + "min": "144.014", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "159.082", + "max": "159.868", + "min": "158.857", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "167.036", + "max": "185.752", + "min": "166.259", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "166.806", + "max": "168.627", + "min": "166.612", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "143.668", + "max": "144.058", + "min": "143.394", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "215.307", + "max": "219.053", + "min": "214.823", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "192.815", + "max": "203.095", + "min": "192.309", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "187.458", + "max": "190.997", + "min": "187.183", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "202.931", + "max": "207.149", + "min": "202.562", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "159.104", + "max": "166.051", + "min": "158.281", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "142.137", + "max": "147.348", + "min": "141.792", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "153.426", + "max": "154.707", + "min": "153.247", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "170.19", + "max": "170.339", + "min": "170.03", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "194.042", + "max": "194.343", + "min": "193.594", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "174.365", + "max": "184.112", + "min": "172.717", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "170.374", + "max": "203.496", + "min": "147.914", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "124.626", + "max": "126.14", + "min": "124.342", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "201.136", + "max": "201.552", + "min": "200.971", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "173.327", + "max": "174.051", + "min": "173.031", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "180.408", + "max": "186.034", + "min": "179.549", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "146.953", + "max": "148.138", + "min": "146.563", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "227.273", + "max": "227.789", + "min": "227.098", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "155.296", + "max": "163.7", + "min": "154.728", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "162.37", + "max": "163.046", + "min": "162.064", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "176.094", + "max": "176.861", + "min": "175.973", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "137.006", + "max": "142.178", + "min": "135.956", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "205.243", + "max": "207.649", + "min": "204.965", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "148.39", + "max": "166.72", + "min": "147.448", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "153.148", + "max": "155.761", + "min": "152.861", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "154.992", + "max": "158.155", + "min": "152.929", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "183.464", + "max": "197.594", + "min": "180.386", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "72.306", + "max": "77.873", + "min": "71.506", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "199.806", + "max": "206.347", + "min": "194.42", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "274.701", + "max": "277.318", + "min": "274.434", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "135.885", + "max": "136.346", + "min": "135.596", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "288.417", + "max": "300.529", + "min": "287.682", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "41.143", + "max": "42.609", + "min": "40.745", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "172.355", + "max": "172.796", + "min": "172.155", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "205.479", + "max": "212.066", + "min": "205.109", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "143.951", + "max": "145.808", + "min": "143.46", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "141.923", + "max": "146.006", + "min": "141.632", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "66.972", + "max": "67.976", + "min": "66.816", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "87.218", + "max": "87.507", + "min": "87.138", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "183.895", + "max": "276.489", + "min": "180.475", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "79.832", + "max": "81.595", + "min": "79.574", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "163.992", + "max": "166.07", + "min": "163.751", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "71.3", + "max": "71.914", + "min": "71.189", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "170.522", + "max": "171.243", + "min": "170.373", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "202.289", + "max": "298.663", + "min": "198.743", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "86.432", + "max": "93.513", + "min": "82.855", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "163.613", + "max": "163.818", + "min": "163.522", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "177.485", + "max": "179.917", + "min": "176.562", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "129.625", + "max": "133.131", + "min": "128.263", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "258.068", + "max": "258.979", + "min": "257.728", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "104.744", + "max": "105.175", + "min": "104.617", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "236.362", + "max": "236.892", + "min": "236.134", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "191.643", + "max": "192.127", + "min": "191.549", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "142.53", + "max": "143.017", + "min": "142.398", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "210.069", + "max": "211.42", + "min": "209.876", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "80.934", + "max": "82.636", + "min": "80.542", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "73.125", + "max": "73.366", + "min": "72.978", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "201.032", + "max": "212.71", + "min": "198.593", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "147.975", + "max": "153.454", + "min": "147.083", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "73.428", + "max": "75.617", + "min": "72.347", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "199.28", + "max": "200.758", + "min": "198.923", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "42.581", + "max": "43.766", + "min": "42.296", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "156.441", + "max": "162.107", + "min": "155.863", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "204.751", + "max": "221.733", + "min": "196.35", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "155.875", + "max": "155.875", + "min": "155.875", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "143.711", + "max": "144.393", + "min": "143.557", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "179.596", + "max": "180.172", + "min": "179.487", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "237.266", + "max": "302.992", + "min": "234.765", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "163.365", + "max": "181.114", + "min": "154.539", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "183.321", + "max": "194.925", + "min": "182.755", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "250.526", + "max": "258.903", + "min": "249.76", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "254.393", + "max": "256.502", + "min": "254.017", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "61.934", + "max": "63.86", + "min": "61.695", + "id": "24", + "country": "United States", + "source_name": "Seattle", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "30": { + "name": "Fremont", + "data": { + "0": { + "avg": "142.748", + "max": "143.311", + "min": "142.445", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "208.163", + "max": "220.314", + "min": "207.527", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "67.218", + "max": "79.464", + "min": "66.562", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "182.688", + "max": "188.018", + "min": "181.849", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "148.755", + "max": "149.486", + "min": "148.543", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "108.11", + "max": "108.863", + "min": "107.881", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "136.638", + "max": "136.907", + "min": "136.437", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "245.319", + "max": "250.445", + "min": "244.362", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "183.407", + "max": "183.854", + "min": "183.071", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "158.273", + "max": "162.694", + "min": "157.631", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "134.581", + "max": "136.568", + "min": "134.279", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "39.127", + "max": "43.738", + "min": "38.717", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "69.339", + "max": "69.649", + "min": "69.198", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "69.916", + "max": "70.775", + "min": "69.615", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "70.855", + "max": "71.635", + "min": "70.606", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "74.539", + "max": "75.185", + "min": "73.989", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "156.004", + "max": "156.477", + "min": "155.762", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "59.97", + "max": "61.912", + "min": "59.437", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "124.005", + "max": "143.286", + "min": "123.035", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "152.987", + "max": "170.351", + "min": "152.154", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "224.053", + "max": "224.409", + "min": "223.869", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "48.256", + "max": "49.635", + "min": "48.021", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "1.453", + "max": "1.689", + "min": "1.298", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "19.24", + "max": "19.915", + "min": "19.003", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "162.393", + "max": "163.495", + "min": "162.103", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "145.964", + "max": "146.363", + "min": "145.747", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "152.933", + "max": "156.872", + "min": "152.615", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "156.761", + "max": "157.564", + "min": "156.539", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "142.79", + "max": "143.043", + "min": "142.538", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "0.037", + "max": "0.184", + "min": "0.023", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "171.066", + "max": "171.209", + "min": "170.948", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "158.392", + "max": "159.826", + "min": "158.169", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "60.787", + "max": "61.415", + "min": "60.548", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "174.604", + "max": "175.09", + "min": "174.356", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "148.316", + "max": "149.312", + "min": "147.985", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "181.097", + "max": "181.46", + "min": "180.816", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "10.463", + "max": "10.692", + "min": "10.333", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "18.228", + "max": "18.541", + "min": "17.913", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "43.026", + "max": "43.553", + "min": "42.788", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "67.958", + "max": "69.036", + "min": "67.683", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "277.588", + "max": "282.14", + "min": "276.876", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "149.695", + "max": "153.207", + "min": "149.129", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "176.187", + "max": "176.464", + "min": "175.958", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "159.972", + "max": "166.282", + "min": "159.512", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "261.283", + "max": "261.729", + "min": "260.896", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "166.954", + "max": "167.638", + "min": "166.517", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "169.324", + "max": "169.726", + "min": "169.116", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "138.2", + "max": "156.067", + "min": "136.989", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "200.047", + "max": "200.86", + "min": "199.835", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "49.525", + "max": "50.331", + "min": "49.394", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "66.321", + "max": "67.132", + "min": "66.151", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "22.648", + "max": "23.039", + "min": "22.306", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "151.249", + "max": "163.725", + "min": "143.108", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "35.731", + "max": "35.882", + "min": "35.609", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "257.386", + "max": "265.676", + "min": "254.217", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "199.399", + "max": "200.539", + "min": "199.093", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "154.062", + "max": "155.393", + "min": "153.362", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "172.408", + "max": "173.427", + "min": "172.11", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "185.596", + "max": "192.037", + "min": "184.704", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "143.773", + "max": "145.407", + "min": "143.542", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "197.213", + "max": "198.547", + "min": "196.707", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "188.465", + "max": "223.014", + "min": "185.276", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "205.163", + "max": "241.656", + "min": "202.379", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "190.623", + "max": "191.95", + "min": "190.439", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "182.885", + "max": "184.217", + "min": "182.543", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "166.783", + "max": "167.234", + "min": "166.476", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "71.758", + "max": "72.157", + "min": "71.582", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "169.762", + "max": "170.194", + "min": "169.443", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "172.521", + "max": "175.065", + "min": "171.616", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "27.91", + "max": "31.537", + "min": "27.487", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "173.679", + "max": "174.701", + "min": "173.383", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "12.351", + "max": "12.969", + "min": "12.113", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "113.65", + "max": "121.654", + "min": "113.006", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "66.933", + "max": "67.549", + "min": "66.709", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "180.116", + "max": "201.365", + "min": "179.148", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "132.323", + "max": "132.615", + "min": "132.01", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "71.434", + "max": "72.466", + "min": "71.244", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "17.732", + "max": "25.826", + "min": "17.096", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "56.937", + "max": "57.258", + "min": "56.764", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "52.184", + "max": "65.891", + "min": "51.518", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "16.025", + "max": "23.221", + "min": "15.575", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "82.143", + "max": "88.027", + "min": "81.645", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "185.057", + "max": "197.384", + "min": "179.507", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "288.639", + "max": "289.026", + "min": "288.389", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "23.957", + "max": "24.691", + "min": "23.809", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "188.236", + "max": "204.976", + "min": "187.409", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "137.71", + "max": "138.371", + "min": "137.392", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "71.422", + "max": "71.777", + "min": "71.203", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "41.109", + "max": "41.812", + "min": "40.829", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "142.16", + "max": "144.146", + "min": "141.769", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "57.863", + "max": "93.871", + "min": "55.861", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "7.55", + "max": "7.914", + "min": "7.282", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "134.349", + "max": "135.424", + "min": "134.077", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "138.002", + "max": "138.735", + "min": "137.765", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "80.569", + "max": "81.5", + "min": "80.365", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "70.413", + "max": "71.657", + "min": "70.114", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "117.49", + "max": "118.643", + "min": "117.217", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "122.73", + "max": "139.193", + "min": "121.264", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "1.865", + "max": "2.694", + "min": "1.634", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "52.298", + "max": "60.506", + "min": "51.781", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "66.517", + "max": "66.644", + "min": "66.419", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "40.392", + "max": "41.881", + "min": "40.091", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "172.904", + "max": "176.799", + "min": "172.36", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "176.256", + "max": "182.638", + "min": "175.104", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "53.25", + "max": "53.808", + "min": "53.008", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "276.867", + "max": "277.6", + "min": "276.303", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "140.121", + "max": "168.105", + "min": "138.973", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "72.544", + "max": "72.896", + "min": "72.377", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "70.97", + "max": "71.637", + "min": "70.734", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "252.787", + "max": "272.741", + "min": "251.144", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "169.432", + "max": "170.745", + "min": "169.223", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "127.465", + "max": "128.364", + "min": "127.307", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "63.416", + "max": "63.553", + "min": "63.243", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "296.029", + "max": "304.647", + "min": "295.509", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "520.618", + "max": "619.463", + "min": "340.25", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "282.136", + "max": "400.504", + "min": "207.122", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "288.455", + "max": "293.033", + "min": "287.711", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "119.477", + "max": "119.97", + "min": "119.219", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "51.449", + "max": "51.628", + "min": "51.261", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "74.136", + "max": "76.422", + "min": "73.607", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "26.657", + "max": "27.626", + "min": "26.454", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "148.558", + "max": "289.052", + "min": "68.619", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "174.204", + "max": "174.868", + "min": "173.96", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "170.177", + "max": "250.856", + "min": "166.427", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "168.248", + "max": "168.671", + "min": "168.026", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "169.859", + "max": "173.727", + "min": "169.101", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "64.43", + "max": "66.44", + "min": "64.053", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "290.791", + "max": "306.838", + "min": "289.885", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "244.43", + "max": "247.548", + "min": "244.095", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "49.577", + "max": "54.2", + "min": "49.192", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "54.705", + "max": "55.094", + "min": "54.531", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "55.776", + "max": "56.565", + "min": "55.608", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "69.324", + "max": "70.621", + "min": "69.049", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "158.57", + "max": "160.05", + "min": "157.898", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "52.324", + "max": "52.828", + "min": "52.143", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "75.969", + "max": "76.526", + "min": "75.735", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "36.686", + "max": "65.052", + "min": "34.398", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "45.983", + "max": "46.197", + "min": "45.842", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "43.406", + "max": "43.698", + "min": "43.18", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "67.535", + "max": "67.759", + "min": "67.276", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "170.518", + "max": "170.998", + "min": "170.344", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "258.001", + "max": "295.708", + "min": "256.413", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "177.437", + "max": "177.693", + "min": "177.201", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "156.009", + "max": "157.138", + "min": "155.723", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "55.343", + "max": "67.473", + "min": "54.355", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "141.77", + "max": "142.786", + "min": "141.386", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "165.999", + "max": "166.282", + "min": "165.835", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "260.786", + "max": "261.555", + "min": "260.329", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "131.133", + "max": "131.693", + "min": "130.952", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "132.382", + "max": "133.307", + "min": "132.183", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "144.787", + "max": "155.181", + "min": "143.445", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "125.903", + "max": "126.294", + "min": "125.712", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "165.089", + "max": "166.083", + "min": "164.774", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "152.632", + "max": "166.622", + "min": "151.442", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "66.539", + "max": "67.748", + "min": "66.242", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "27.791", + "max": "28.62", + "min": "27.468", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "164.99", + "max": "167.529", + "min": "164.543", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "180.87", + "max": "225.192", + "min": "170.493", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "54.108", + "max": "54.609", + "min": "53.952", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "208.329", + "max": "282.217", + "min": "200.231", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "95.562", + "max": "96.228", + "min": "95.359", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "322.862", + "max": "323.355", + "min": "322.512", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "165.025", + "max": "166.201", + "min": "164.751", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "63.677", + "max": "63.925", + "min": "63.494", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "233.865", + "max": "234.065", + "min": "233.645", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "287.055", + "max": "306.933", + "min": "286.225", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "229.296", + "max": "230.442", + "min": "228.912", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.33", + "max": "65.3", + "min": "60.996", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "135.038", + "max": "136.15", + "min": "134.768", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.402", + "max": "74.536", + "min": "73.224", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "66.241", + "max": "85.748", + "min": "65.211", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "150.76", + "max": "155.604", + "min": "150.25", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "281.194", + "max": "282.159", + "min": "280.981", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "135.457", + "max": "138.003", + "min": "135.153", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "150.443", + "max": "150.816", + "min": "150.12", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "161.446", + "max": "162.431", + "min": "161.077", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "153.695", + "max": "154.046", + "min": "153.387", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "133.799", + "max": "134.635", + "min": "133.492", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "193.756", + "max": "195.313", + "min": "193.439", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "175.108", + "max": "175.772", + "min": "174.955", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "190.626", + "max": "191.845", + "min": "190.436", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "176.733", + "max": "178.557", + "min": "176.44", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "138.202", + "max": "139.441", + "min": "137.875", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "148.742", + "max": "149.173", + "min": "148.589", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "145.693", + "max": "146.348", + "min": "145.5", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "152.062", + "max": "152.386", + "min": "151.77", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "186.581", + "max": "187.102", + "min": "186.318", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "157.441", + "max": "177.947", + "min": "155.576", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "160.723", + "max": "204.479", + "min": "144.685", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "130.169", + "max": "130.827", + "min": "130", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "208.214", + "max": "208.999", + "min": "208.011", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "165.454", + "max": "176.912", + "min": "164.634", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "172.982", + "max": "173.768", + "min": "172.561", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "145.917", + "max": "304.034", + "min": "140.248", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "193.944", + "max": "196.052", + "min": "193.613", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "162.651", + "max": "164.097", + "min": "162.401", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "169.544", + "max": "170.328", + "min": "169.198", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "167.292", + "max": "184.744", + "min": "166.523", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "136.543", + "max": "144.061", + "min": "134.44", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "201.391", + "max": "201.665", + "min": "201.256", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "137.63", + "max": "141.234", + "min": "137.159", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "143.613", + "max": "147.752", + "min": "143.194", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "136.95", + "max": "137.739", + "min": "136.435", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "216.006", + "max": "217.361", + "min": "215.748", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "70.638", + "max": "77.592", + "min": "69.508", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "167.691", + "max": "183.197", + "min": "167.033", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "253.044", + "max": "253.353", + "min": "252.831", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "141.661", + "max": "142.255", + "min": "141.4", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "284.019", + "max": "303.571", + "min": "283.051", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "21.438", + "max": "21.742", + "min": "21.11", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "178.213", + "max": "178.895", + "min": "177.936", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "188.089", + "max": "188.933", + "min": "187.764", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "134.369", + "max": "137.294", + "min": "133.879", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "138.438", + "max": "139.545", + "min": "138.062", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "53.682", + "max": "58.118", + "min": "53.368", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "80.167", + "max": "80.346", + "min": "80.022", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "243.429", + "max": "345.776", + "min": "239.625", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "70.38", + "max": "70.994", + "min": "70.233", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "150.933", + "max": "151.706", + "min": "150.64", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "79.12", + "max": "79.324", + "min": "78.995", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "151.849", + "max": "152.076", + "min": "151.577", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "186.089", + "max": "186.444", + "min": "185.891", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "82.002", + "max": "85.337", + "min": "78.722", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "147.94", + "max": "148.382", + "min": "147.695", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "186.294", + "max": "189.197", + "min": "185.487", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "110.894", + "max": "126.169", + "min": "109.121", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "234.241", + "max": "236.158", + "min": "233.717", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "104.196", + "max": "104.446", + "min": "103.925", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "236.685", + "max": "237.165", + "min": "236.398", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "177.57", + "max": "178.143", + "min": "177.356", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "147.085", + "max": "147.289", + "min": "146.912", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "187.309", + "max": "187.685", + "min": "187.176", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "70.383", + "max": "71.666", + "min": "69.942", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "71.763", + "max": "72.202", + "min": "71.516", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "201.895", + "max": "204.498", + "min": "199.968", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "147.767", + "max": "149.527", + "min": "147.329", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "74.904", + "max": "76.639", + "min": "73.563", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "202.704", + "max": "203.206", + "min": "202.474", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "37.145", + "max": "50.033", + "min": "36.469", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "134.658", + "max": "139.971", + "min": "134.087", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.563", + "max": "177.295", + "min": "176.342", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "147.296", + "max": "147.296", + "min": "147.296", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "133.313", + "max": "134.202", + "min": "133.061", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "145.422", + "max": "145.607", + "min": "145.244", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "224.252", + "max": "236.402", + "min": "223.477", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.087", + "max": "166.667", + "min": "149.945", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "159.042", + "max": "159.874", + "min": "158.774", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "253.608", + "max": "260.576", + "min": "252.876", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "210.062", + "max": "210.624", + "min": "209.724", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "69.589", + "max": "69.933", + "min": "69.424", + "id": "30", + "country": "United States", + "source_name": "Fremont", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "33": { + "name": "Mexico", + "data": { + "0": { + "avg": "124.844", + "max": "126.374", + "min": "124.581", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "214.09", + "max": "216.095", + "min": "213.66", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "73.574", + "max": "73.767", + "min": "73.438", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "166.186", + "max": "177.965", + "min": "164.692", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "135.072", + "max": "135.435", + "min": "134.865", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "160.815", + "max": "164.106", + "min": "160.542", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "150.295", + "max": "151.182", + "min": "150.068", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "231.565", + "max": "234.494", + "min": "231.089", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "182.217", + "max": "182.434", + "min": "182.057", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "159.299", + "max": "162.994", + "min": "158.922", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "132.779", + "max": "135.443", + "min": "132.478", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "27.22", + "max": "33.198", + "min": "26.837", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "68.63", + "max": "69.847", + "min": "68.481", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "73.86", + "max": "74.212", + "min": "73.676", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "53.49", + "max": "57.132", + "min": "53.273", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "63.276", + "max": "66.554", + "min": "62.87", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "150.107", + "max": "151.272", + "min": "149.767", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "42.903", + "max": "45.91", + "min": "42.456", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "150.965", + "max": "151.272", + "min": "150.752", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "159.746", + "max": "159.886", + "min": "159.624", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "218.884", + "max": "219.61", + "min": "218.705", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "51.253", + "max": "51.792", + "min": "51.136", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "57.368", + "max": "57.97", + "min": "57.203", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "66.967", + "max": "67.562", + "min": "66.784", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "162.814", + "max": "163.621", + "min": "162.561", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "147.27", + "max": "147.604", + "min": "146.803", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "156.696", + "max": "157.555", + "min": "156.438", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "167.634", + "max": "172.16", + "min": "167.225", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "142.36", + "max": "155.057", + "min": "141.769", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "60.826", + "max": "62.572", + "min": "60.54", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "231.022", + "max": "231.921", + "min": "230.862", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "160.31", + "max": "162.385", + "min": "159.977", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "0.02", + "max": "0.043", + "min": "0.013", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "176.138", + "max": "176.722", + "min": "175.988", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "158.455", + "max": "159.279", + "min": "158.179", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "238.151", + "max": "243.806", + "min": "237.279", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "61.693", + "max": "62.368", + "min": "61.578", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "72.462", + "max": "75.786", + "min": "72.221", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "29.472", + "max": "30.261", + "min": "29.214", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "57.767", + "max": "59.644", + "min": "57.372", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "279.493", + "max": "282.991", + "min": "278.931", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "151.812", + "max": "156.358", + "min": "151.271", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "180.147", + "max": "180.402", + "min": "180.031", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "164.224", + "max": "182.832", + "min": "163.466", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "308.256", + "max": "323.809", + "min": "307.395", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "188.105", + "max": "188.751", + "min": "187.689", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "157.076", + "max": "157.981", + "min": "156.891", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "104.224", + "max": "106.461", + "min": "104.024", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "195.948", + "max": "196.31", + "min": "195.754", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "41.479", + "max": "41.842", + "min": "41.323", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "70.25", + "max": "94.696", + "min": "69.27", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "82.974", + "max": "98.24", + "min": "82.194", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "179.209", + "max": "269.033", + "min": "164.019", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "71.892", + "max": "72.201", + "min": "71.716", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "278.142", + "max": "300.198", + "min": "273.802", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "271.605", + "max": "272.712", + "min": "271.299", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "167.331", + "max": "171.374", + "min": "166.588", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "236.9", + "max": "238.384", + "min": "236.728", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "171.541", + "max": "172.516", + "min": "171.161", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "143.413", + "max": "145.083", + "min": "142.893", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "195.624", + "max": "198.897", + "min": "195.046", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "185.232", + "max": "241.256", + "min": "182.384", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "252.779", + "max": "303.664", + "min": "249.575", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "210.909", + "max": "213.125", + "min": "210.646", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "183.844", + "max": "184.491", + "min": "183.725", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "180.475", + "max": "186.255", + "min": "180.185", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "67.228", + "max": "69.992", + "min": "66.941", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "175.815", + "max": "189.403", + "min": "174.861", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "155.741", + "max": "157.094", + "min": "155.005", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "44.138", + "max": "45.299", + "min": "43.939", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "265.103", + "max": "265.918", + "min": "264.86", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "60.816", + "max": "61.721", + "min": "60.507", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "96.136", + "max": "99.496", + "min": "95.82", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "185.009", + "max": "187.322", + "min": "184.491", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "143.482", + "max": "144.3", + "min": "143.3", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "59.749", + "max": "61.167", + "min": "59.569", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "56.113", + "max": "59.597", + "min": "55.868", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "64.196", + "max": "64.531", + "min": "63.99", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "54.818", + "max": "57.338", + "min": "54.468", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "67.809", + "max": "68.906", + "min": "67.536", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "84.22", + "max": "84.997", + "min": "83.886", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "292.574", + "max": "295.524", + "min": "292.248", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "267.302", + "max": "267.923", + "min": "267.091", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "92.91", + "max": "93.022", + "min": "92.784", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "188.736", + "max": "189.22", + "min": "188.473", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "142.246", + "max": "142.895", + "min": "142.006", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "63.126", + "max": "99.463", + "min": "61.652", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "53.04", + "max": "53.139", + "min": "52.85", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "141.448", + "max": "146.026", + "min": "140.973", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "65.713", + "max": "80.597", + "min": "64.482", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "65.787", + "max": "69.724", + "min": "65.302", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "158.478", + "max": "158.753", + "min": "158.179", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "184.702", + "max": "192.915", + "min": "184.022", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "68.596", + "max": "69.738", + "min": "68.348", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "56.946", + "max": "64.407", + "min": "56.436", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "100.128", + "max": "105.312", + "min": "99.704", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "87.647", + "max": "109.34", + "min": "86.104", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "60.699", + "max": "61.064", + "min": "60.508", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "55.873", + "max": "57.028", + "min": "55.644", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "82.042", + "max": "84.557", + "min": "81.826", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "82.362", + "max": "82.59", + "min": "82.18", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "211.262", + "max": "211.812", + "min": "211.077", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "223.971", + "max": "225.726", + "min": "223.364", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "63.227", + "max": "63.94", + "min": "63.011", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "194.383", + "max": "197.796", + "min": "193.865", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "127.602", + "max": "128.497", + "min": "127.405", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "60.664", + "max": "60.854", + "min": "60.515", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "292.097", + "max": "295.432", + "min": "290.929", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "221.27", + "max": "221.86", + "min": "221.152", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "180.739", + "max": "182.238", + "min": "180.259", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "67.467", + "max": "70.328", + "min": "67.13", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "266.816", + "max": "271.088", + "min": "266.428", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "503.253", + "max": "604.325", + "min": "344.671", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "285.658", + "max": "363.605", + "min": "220.018", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "294.627", + "max": "300.546", + "min": "293.966", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "166.206", + "max": "167.342", + "min": "165.933", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "35.852", + "max": "35.969", + "min": "35.744", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "70.853", + "max": "71.246", + "min": "70.643", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "44.96", + "max": "65.856", + "min": "43.713", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "136.719", + "max": "293.021", + "min": "56.689", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "170.37", + "max": "171.85", + "min": "170.145", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "173.033", + "max": "313.388", + "min": "167.305", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "173.148", + "max": "174.591", + "min": "172.971", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "155.73", + "max": "156.634", + "min": "155.294", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "67.99", + "max": "68.601", + "min": "67.793", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "286.576", + "max": "286.916", + "min": "286.391", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "223.277", + "max": "226.889", + "min": "223.005", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "105.431", + "max": "106.681", + "min": "105.224", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "62.034", + "max": "64.883", + "min": "61.707", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "54.485", + "max": "72.213", + "min": "53.241", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "55.303", + "max": "85.283", + "min": "54.139", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "224.354", + "max": "226.088", + "min": "223.771", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "38.839", + "max": "39.931", + "min": "38.718", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "71.943", + "max": "72.2", + "min": "71.792", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "59.891", + "max": "65.065", + "min": "58.87", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "38.997", + "max": "39.181", + "min": "38.885", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "57.704", + "max": "59.387", + "min": "57.491", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.202", + "max": "74.912", + "min": "67.828", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "174.159", + "max": "175.515", + "min": "173.925", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "281.234", + "max": "282.143", + "min": "280.793", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "169.308", + "max": "169.521", + "min": "169.129", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "159.446", + "max": "159.741", + "min": "159.235", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "104.778", + "max": "113.811", + "min": "103.995", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "138.257", + "max": "138.835", + "min": "137.974", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "172.109", + "max": "184.474", + "min": "171.454", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "307.684", + "max": "313.507", + "min": "307.251", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "136.612", + "max": "149.778", + "min": "135.891", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "138.674", + "max": "139.728", + "min": "138.525", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "150.006", + "max": "159.447", + "min": "148.898", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "167.851", + "max": "172.68", + "min": "167.511", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "170.355", + "max": "177.453", + "min": "169.768", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "148.174", + "max": "154.272", + "min": "147.607", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "58.857", + "max": "59.069", + "min": "58.747", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "76.778", + "max": "80.366", + "min": "76.493", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "161.553", + "max": "163.453", + "min": "161.136", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "223.239", + "max": "257.971", + "min": "214.068", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "70.215", + "max": "71.946", + "min": "70.015", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "196.76", + "max": "283.181", + "min": "188.634", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "83.786", + "max": "83.923", + "min": "83.655", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "370.126", + "max": "370.384", + "min": "369.63", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "168.679", + "max": "168.786", + "min": "168.566", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "69.412", + "max": "70.569", + "min": "69.244", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "240.709", + "max": "241.475", + "min": "240.513", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "306.209", + "max": "306.44", + "min": "306.078", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "259.467", + "max": "267.651", + "min": "258.66", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "66.951", + "max": "67.708", + "min": "66.754", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "290.866", + "max": "295.491", + "min": "289.917", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.824", + "max": "81.578", + "min": "76.436", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "64.016", + "max": "64.241", + "min": "63.927", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "145.731", + "max": "147.999", + "min": "144.634", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "279.738", + "max": "280.413", + "min": "279.623", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "142.943", + "max": "143.971", + "min": "142.814", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "148.893", + "max": "154.797", + "min": "148.489", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "166.836", + "max": "180.937", + "min": "166.199", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "153.473", + "max": "166.337", + "min": "152.824", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "138.781", + "max": "139.579", + "min": "138.54", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "186.982", + "max": "187.958", + "min": "186.766", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "179.727", + "max": "184.901", + "min": "179.369", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "199.733", + "max": "203.968", + "min": "199.073", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "168.534", + "max": "168.758", + "min": "168.342", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "139.223", + "max": "143.05", + "min": "138.858", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "146.442", + "max": "149.968", + "min": "146.192", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "137.954", + "max": "138.483", + "min": "137.799", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "158.828", + "max": "167.749", + "min": "158.162", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "207.465", + "max": "208.681", + "min": "207.07", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "168.858", + "max": "183.344", + "min": "167.052", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "164.928", + "max": "180.822", + "min": "152.04", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "136.504", + "max": "137.182", + "min": "136.323", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "200.192", + "max": "203.243", + "min": "199.89", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "172.273", + "max": "175.85", + "min": "171.903", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "178.238", + "max": "180.786", + "min": "177.693", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "135.645", + "max": "136.283", + "min": "135.366", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "265.108", + "max": "292.676", + "min": "263.974", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "148.859", + "max": "150.388", + "min": "148.657", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "160.545", + "max": "162.499", + "min": "160.262", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "166.863", + "max": "166.993", + "min": "166.749", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "110.505", + "max": "118.535", + "min": "108.853", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "189.469", + "max": "190.319", + "min": "189.308", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "141.137", + "max": "162.344", + "min": "139.908", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "138.663", + "max": "141.415", + "min": "138.397", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "137.345", + "max": "143.645", + "min": "136.758", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "234.787", + "max": "249.705", + "min": "233.509", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "72.131", + "max": "78.572", + "min": "70.917", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "276.42", + "max": "280.966", + "min": "272.097", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "277.948", + "max": "279.79", + "min": "277.624", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "139.202", + "max": "155.092", + "min": "138.461", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "276.779", + "max": "276.981", + "min": "276.634", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "74.954", + "max": "75.469", + "min": "74.715", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "169.136", + "max": "169.359", + "min": "168.99", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "210.281", + "max": "210.861", + "min": "209.938", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "140.521", + "max": "141.256", + "min": "140.174", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "135.63", + "max": "137.208", + "min": "135.215", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "50.991", + "max": "53.111", + "min": "50.813", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "70.744", + "max": "88.687", + "min": "70.021", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "234.06", + "max": "237.887", + "min": "233.605", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "71.885", + "max": "72.131", + "min": "71.723", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "164.809", + "max": "168.897", + "min": "164.532", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "77.869", + "max": "78.14", + "min": "77.75", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "146.404", + "max": "148.258", + "min": "146.172", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "184.443", + "max": "195.32", + "min": "182.782", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "68.313", + "max": "71.874", + "min": "65.663", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "152.676", + "max": "157.927", + "min": "152.314", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "175.983", + "max": "176.67", + "min": "175.295", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "96.187", + "max": "119.355", + "min": "94.497", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "230.494", + "max": "235.955", + "min": "229.783", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "153.164", + "max": "153.744", + "min": "152.981", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "226.891", + "max": "229.46", + "min": "226.466", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "174.226", + "max": "179.767", + "min": "173.818", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "142.992", + "max": "143.472", + "min": "142.89", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "170.006", + "max": "172.809", + "min": "169.759", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": null, + "max": null, + "min": null, + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "63.396", + "max": "63.652", + "min": "63.299", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "190.386", + "max": "192.966", + "min": "188.636", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "122.198", + "max": "122.79", + "min": "121.829", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "79.971", + "max": "81.736", + "min": "78.792", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "198.883", + "max": "199.317", + "min": "198.703", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "56.1", + "max": "57.697", + "min": "55.625", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "147.839", + "max": "150.608", + "min": "147.431", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "275.028", + "max": "276.159", + "min": "274.78", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "118.946", + "max": "118.946", + "min": "118.946", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "143.095", + "max": "143.182", + "min": "142.99", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "149.997", + "max": "150.482", + "min": "149.859", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "230.132", + "max": "233.777", + "min": "229.448", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.299", + "max": "170.915", + "min": "148.242", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "162.715", + "max": "217.454", + "min": "160.547", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "280.131", + "max": "281.215", + "min": "279.856", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "223.569", + "max": "225.142", + "min": "221.376", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "54.789", + "max": "56.118", + "min": "54.551", + "id": "33", + "country": "Mexico", + "source_name": "Mexico", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "37": { + "name": "Los Angeles", + "data": { + "0": { + "avg": "135.484", + "max": "135.628", + "min": "135.385", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "150.483", + "max": "150.885", + "min": "150.286", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "69.638", + "max": "70.837", + "min": "69.54", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "165.027", + "max": "175.823", + "min": "164.269", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "146.685", + "max": "147.915", + "min": "146.515", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "114.891", + "max": "115.424", + "min": "114.818", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "139.061", + "max": "139.204", + "min": "138.955", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "158.72", + "max": "164.742", + "min": "158.164", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "180.831", + "max": "180.885", + "min": "180.779", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "165.023", + "max": "166.444", + "min": "164.851", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "136.063", + "max": "136.325", + "min": "135.9", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "33.879", + "max": "56.725", + "min": "32.849", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "68.349", + "max": "68.629", + "min": "68.266", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "69.182", + "max": "69.952", + "min": "69.023", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "65.051", + "max": "68.956", + "min": "64.748", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "63.66", + "max": "64.297", + "min": "63.296", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "156.809", + "max": "159.683", + "min": "156.539", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "50.984", + "max": "51.835", + "min": "50.878", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "154.111", + "max": "154.539", + "min": "153.995", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "166.069", + "max": "166.356", + "min": "166.009", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "154.656", + "max": "154.855", + "min": "154.583", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "58.441", + "max": "58.532", + "min": "58.388", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "13.2", + "max": "13.532", + "min": "13.11", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "32.766", + "max": "32.945", + "min": "32.702", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "162.918", + "max": "164.401", + "min": "162.639", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "164.879", + "max": "164.961", + "min": "164.826", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "162.78", + "max": "163.716", + "min": "162.626", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "171.799", + "max": "173.341", + "min": "171.559", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "148.924", + "max": "149.064", + "min": "148.855", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "10.466", + "max": "10.664", + "min": "10.308", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "180.971", + "max": "182.512", + "min": "180.806", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "173.315", + "max": "174.349", + "min": "173.186", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "62.291", + "max": "92.44", + "min": "60.979", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "178.685", + "max": "178.811", + "min": "178.616", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "161.071", + "max": "164.13", + "min": "160.779", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "180.448", + "max": "180.891", + "min": "180.348", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "0.297", + "max": "0.331", + "min": "0.268", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "18.2", + "max": "18.377", + "min": "17.994", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "35.827", + "max": "36.121", + "min": "35.702", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "64.191", + "max": "65.109", + "min": "63.99", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "274.369", + "max": "276.215", + "min": "274.057", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "150.891", + "max": "155.634", + "min": "150.309", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "169.076", + "max": "169.159", + "min": "169", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "163.548", + "max": "172.955", + "min": "163.159", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "267.54", + "max": "267.666", + "min": "267.461", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "177.151", + "max": "177.846", + "min": "176.807", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "177.246", + "max": "177.408", + "min": "177.116", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "120.1", + "max": "120.185", + "min": "119.993", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "170.632", + "max": "171.003", + "min": "169.457", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "39.916", + "max": "40.089", + "min": "39.868", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "78.533", + "max": "78.667", + "min": "78.482", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "29.983", + "max": "30.535", + "min": "29.645", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "162.121", + "max": "253.229", + "min": "153.707", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "45.021", + "max": "45.075", + "min": "44.928", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "221.622", + "max": "246.31", + "min": "217.615", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "199.11", + "max": "200.46", + "min": "198.817", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "164.783", + "max": "169.929", + "min": "163.687", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "163.918", + "max": "164.09", + "min": "163.872", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "181.503", + "max": "183.299", + "min": "181.193", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "139.949", + "max": "140.132", + "min": "139.848", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "197.395", + "max": "198.652", + "min": "196.959", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "194.044", + "max": "227.486", + "min": "189.815", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "198.588", + "max": "236.139", + "min": "195.607", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "190.445", + "max": "191.495", + "min": "190.264", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "183.776", + "max": "185.368", + "min": "183.603", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "184.657", + "max": "186.407", + "min": "184.519", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "65.697", + "max": "65.83", + "min": "65.598", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "181.677", + "max": "181.986", + "min": "181.331", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "188.735", + "max": "190.309", + "min": "187.911", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "34.344", + "max": "34.813", + "min": "34.278", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "164.492", + "max": "166.611", + "min": "164.192", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "3.691", + "max": "5.726", + "min": "3.378", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "104.337", + "max": "110.977", + "min": "103.839", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "57.266", + "max": "57.341", + "min": "57.226", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "184.894", + "max": "185.332", + "min": "184.752", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "149.081", + "max": "149.373", + "min": "148.94", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "55.084", + "max": "55.229", + "min": "54.978", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "7.819", + "max": "7.967", + "min": "7.724", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "67.053", + "max": "75.775", + "min": "66.528", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "65.25", + "max": "66.353", + "min": "65.065", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "28.923", + "max": "29.1", + "min": "28.813", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "79.262", + "max": "79.708", + "min": "79.04", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "147.139", + "max": "148.244", + "min": "146.798", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "234.312", + "max": "235.233", + "min": "234.064", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "27.976", + "max": "28.1", + "min": "27.885", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "193.458", + "max": "194.462", + "min": "193.151", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "149.075", + "max": "149.503", + "min": "148.904", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "61.275", + "max": "61.755", + "min": "61.15", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "51.164", + "max": "51.404", + "min": "51.005", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "147.36", + "max": "151.769", + "min": "146.953", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "57.648", + "max": "59.429", + "min": "56.978", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "14.783", + "max": "15.281", + "min": "14.543", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "138.126", + "max": "138.199", + "min": "138.092", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "137.407", + "max": "137.592", + "min": "137.178", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "69.028", + "max": "69.108", + "min": "68.959", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "63.036", + "max": "63.273", + "min": "62.893", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "105.831", + "max": "106.613", + "min": "105.578", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "92.818", + "max": "96.875", + "min": "91.86", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "11.832", + "max": "12.216", + "min": "11.69", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "60.23", + "max": "62.934", + "min": "59.785", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "71.335", + "max": "71.544", + "min": "71.285", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "68.36", + "max": "68.87", + "min": "68.22", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "192.591", + "max": "192.722", + "min": "192.507", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "182.014", + "max": "187.895", + "min": "181.54", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "55.874", + "max": "56.718", + "min": "55.68", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "138.612", + "max": "139.023", + "min": "138.335", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "132.254", + "max": "136.394", + "min": "132.026", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "66.115", + "max": "66.207", + "min": "66.009", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "67.584", + "max": "69.101", + "min": "67.419", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "277.063", + "max": "277.419", + "min": "276.947", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "151.838", + "max": "152.68", + "min": "151.709", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "136.291", + "max": "136.615", + "min": "136.191", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "65.755", + "max": "65.871", + "min": "65.701", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "269.378", + "max": "271.096", + "min": "269.063", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "494.234", + "max": "595.784", + "min": "324.846", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "295.512", + "max": "393.29", + "min": "201.384", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "312.735", + "max": "313.251", + "min": "312.554", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "129.796", + "max": "131.828", + "min": "129.361", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "48.456", + "max": "48.837", + "min": "48.327", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "67.151", + "max": "67.685", + "min": "66.923", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "34.796", + "max": "35.013", + "min": "34.667", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "140.134", + "max": "288.008", + "min": "57.14", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "165.021", + "max": "165.543", + "min": "164.91", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "175.749", + "max": "240.821", + "min": "172.782", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "177.731", + "max": "177.94", + "min": "177.678", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "171.094", + "max": "171.869", + "min": "170.642", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "67.03", + "max": "67.234", + "min": "66.945", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "316.809", + "max": "317.069", + "min": "316.688", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "255.149", + "max": "260.407", + "min": "254.834", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "62.163", + "max": "63.216", + "min": "61.955", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "73.492", + "max": "73.875", + "min": "73.375", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "64.395", + "max": "64.554", + "min": "64.296", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "78.262", + "max": "78.959", + "min": "78.13", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "149.581", + "max": "151.293", + "min": "148.973", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "45.19", + "max": "45.39", + "min": "45.155", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.601", + "max": "73.715", + "min": "73.487", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "46.074", + "max": "62.709", + "min": "44.213", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "60.095", + "max": "60.51", + "min": "59.998", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "52.679", + "max": "52.765", + "min": "52.611", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "70.376", + "max": "70.471", + "min": "70.3", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "165.424", + "max": "165.728", + "min": "165.326", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "251.895", + "max": "252.253", + "min": "251.56", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "172.671", + "max": "174.083", + "min": "172.536", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "158.868", + "max": "159.095", + "min": "158.677", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "50.286", + "max": "55.223", + "min": "49.949", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "144.359", + "max": "145.158", + "min": "144.127", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "188.253", + "max": "193.557", + "min": "187.899", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "245.297", + "max": "245.573", + "min": "245.203", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "141.817", + "max": "145.613", + "min": "141.615", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "144.417", + "max": "144.724", + "min": "144.341", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "147.884", + "max": "158.092", + "min": "146.341", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "121.48", + "max": "121.612", + "min": "121.378", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "172.906", + "max": "173.192", + "min": "172.807", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "148.679", + "max": "148.901", + "min": "148.532", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "60.077", + "max": "60.509", + "min": "59.955", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "42.141", + "max": "42.671", + "min": "42.003", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "177.007", + "max": "178.239", + "min": "176.539", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "178.518", + "max": "218.059", + "min": "170.64", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "74.538", + "max": "74.721", + "min": "74.448", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "200.504", + "max": "293.849", + "min": "192.242", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "94.472", + "max": "94.637", + "min": "94.366", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "416.36", + "max": "416.76", + "min": "416.008", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "171.597", + "max": "171.835", + "min": "171.506", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "68.04", + "max": "69.878", + "min": "67.885", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "248.875", + "max": "249.086", + "min": "248.768", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "300.059", + "max": "300.303", + "min": "299.959", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "224.797", + "max": "225.136", + "min": "224.662", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "51.592", + "max": "51.936", + "min": "51.427", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "142.345", + "max": "143.265", + "min": "142.199", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.207", + "max": "76.31", + "min": "76.157", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "66.574", + "max": "67.052", + "min": "66.541", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "158.775", + "max": "160.225", + "min": "158.466", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "279.131", + "max": "279.249", + "min": "279.06", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "142.372", + "max": "143.012", + "min": "142.308", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "154.507", + "max": "154.845", + "min": "154.297", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "169.264", + "max": "178.339", + "min": "168.75", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "156.347", + "max": "156.388", + "min": "156.297", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "143.784", + "max": "144.656", + "min": "143.51", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "194.414", + "max": "198.059", + "min": "194.123", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "178.811", + "max": "178.886", + "min": "178.734", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "199.213", + "max": "201.512", + "min": "198.822", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "180.63", + "max": "180.816", + "min": "180.532", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "155.064", + "max": "239.892", + "min": "149.506", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "144.987", + "max": "145.203", + "min": "144.935", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "139.292", + "max": "139.334", + "min": "139.205", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "168.572", + "max": "180.373", + "min": "168.017", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "192.828", + "max": "193.788", + "min": "192.536", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "169.118", + "max": "176.911", + "min": "168.017", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "165.515", + "max": "253.182", + "min": "146.159", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "132.274", + "max": "132.322", + "min": "132.229", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "184.235", + "max": "184.949", + "min": "184.04", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "168.874", + "max": "169.437", + "min": "168.66", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "181.148", + "max": "181.871", + "min": "180.823", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "136.428", + "max": "139.825", + "min": "136.085", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "201.902", + "max": "228.147", + "min": "200.552", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "158.311", + "max": "158.5", + "min": "158.232", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "165.347", + "max": "165.504", + "min": "165.228", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "171.421", + "max": "171.499", + "min": "171.378", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "125.21", + "max": "133.672", + "min": "124.148", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "193.972", + "max": "194.15", + "min": "193.848", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "145.923", + "max": "156.271", + "min": "145.505", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "147.219", + "max": "148.174", + "min": "147.065", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "147.911", + "max": "148.069", + "min": "147.822", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "173.2", + "max": "189.068", + "min": "170.697", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "68.208", + "max": "70.35", + "min": "67.715", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "170.701", + "max": "172.204", + "min": "163.889", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "221.772", + "max": "221.977", + "min": "221.7", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "147.067", + "max": "147.254", + "min": "146.994", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "287.883", + "max": "288.034", + "min": "287.746", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "20.328", + "max": "21.039", + "min": "19.988", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "172.292", + "max": "172.541", + "min": "172.18", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "201.422", + "max": "201.646", + "min": "201.304", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "142.519", + "max": "143.56", + "min": "142.242", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "140.884", + "max": "141.831", + "min": "140.668", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "80.954", + "max": "81.061", + "min": "80.903", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "62.564", + "max": "62.849", + "min": "62.516", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "184.852", + "max": "188.728", + "min": "184.505", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "73.17", + "max": "73.246", + "min": "73.126", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "159.08", + "max": "159.202", + "min": "158.976", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "73.295", + "max": "73.342", + "min": "73.262", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "168.012", + "max": "168.201", + "min": "167.89", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "176.529", + "max": "176.919", + "min": "176.413", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "71.276", + "max": "77.093", + "min": "67.743", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "158.429", + "max": "158.723", + "min": "158.295", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "173.429", + "max": "176.055", + "min": "172.517", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "110.123", + "max": "133.067", + "min": "108.308", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "283.085", + "max": "283.843", + "min": "282.787", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "104.798", + "max": "105.36", + "min": "104.643", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "231.721", + "max": "232.127", + "min": "231.589", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "180.758", + "max": "180.831", + "min": "180.712", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "139.777", + "max": "139.98", + "min": "139.696", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "183.658", + "max": "183.803", + "min": "183.62", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "79.079", + "max": "81.534", + "min": "78.647", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "70.681", + "max": "70.871", + "min": "70.604", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "193.561", + "max": "199.139", + "min": "191.312", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "140.289", + "max": "141.808", + "min": "140.016", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "81.546", + "max": "82.947", + "min": "80.522", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "197.312", + "max": "197.449", + "min": "197.218", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "51.082", + "max": "51.199", + "min": "50.924", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "157.242", + "max": "167.967", + "min": "156.769", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "165.974", + "max": "166.388", + "min": "164.926", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "139.469", + "max": "139.469", + "min": "139.469", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "135.182", + "max": "135.269", + "min": "135.163", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "153.54", + "max": "153.635", + "min": "153.481", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "235.742", + "max": "239.947", + "min": "235.393", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "156.229", + "max": "168.287", + "min": "148.415", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "173.664", + "max": "173.733", + "min": "173.612", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "271.053", + "max": "272.441", + "min": "270.794", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "245.372", + "max": "246.474", + "min": "245.092", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "63.277", + "max": "63.47", + "min": "63.177", + "id": "37", + "country": "United States", + "source_name": "Los Angeles", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "38": { + "name": "Phoenix", + "data": { + "0": { + "avg": "120.65", + "max": "120.966", + "min": "120.468", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "158.724", + "max": "159.264", + "min": "158.511", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "56.222", + "max": "56.372", + "min": "56.069", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "153.383", + "max": "159.97", + "min": "152.304", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "133.706", + "max": "134.03", + "min": "133.535", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "123.199", + "max": "123.38", + "min": "123.044", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "143.133", + "max": "143.334", + "min": "143.011", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "167.307", + "max": "173.343", + "min": "166.347", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "176.357", + "max": "176.529", + "min": "176.155", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "156.887", + "max": "160.026", + "min": "156.571", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "126.311", + "max": "126.643", + "min": "126.108", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "25.335", + "max": "26.043", + "min": "25.165", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.015", + "max": "75.543", + "min": "74.898", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "68.695", + "max": "71.279", + "min": "68.385", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "62.03", + "max": "62.407", + "min": "61.933", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "152.29", + "max": "152.656", + "min": "151.97", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "152.719", + "max": "152.88", + "min": "152.488", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "49.825", + "max": "52.036", + "min": "49.464", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "143.439", + "max": "143.669", + "min": "143.274", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "164.031", + "max": "164.208", + "min": "163.922", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "162.963", + "max": "163.108", + "min": "162.839", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "60.051", + "max": "61.138", + "min": "59.894", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "19.833", + "max": "20.069", + "min": "19.674", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "41.365", + "max": "44.059", + "min": "41.079", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "159.438", + "max": "160.417", + "min": "159.079", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "146.842", + "max": "147.013", + "min": "146.709", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "150.226", + "max": "152.287", + "min": "149.876", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "162.857", + "max": "163.075", + "min": "162.641", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "137.783", + "max": "138.084", + "min": "137.603", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "18.186", + "max": "18.507", + "min": "17.931", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "248.808", + "max": "283.539", + "min": "240.663", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "168.924", + "max": "169.267", + "min": "168.795", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "72.232", + "max": "72.425", + "min": "72.075", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "177.833", + "max": "178.012", + "min": "177.662", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "154.458", + "max": "155.845", + "min": "154.218", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "193.617", + "max": "228.608", + "min": "191.812", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "18.055", + "max": "18.196", + "min": "17.96", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "0.033", + "max": "0.042", + "min": "0.027", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "36.621", + "max": "36.749", + "min": "36.464", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "57.983", + "max": "58.865", + "min": "57.677", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "274.799", + "max": "279.278", + "min": "274.112", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "136.728", + "max": "143.185", + "min": "136.086", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "189.454", + "max": "190.209", + "min": "189.191", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "162.557", + "max": "163.642", + "min": "162.242", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "263.658", + "max": "263.84", + "min": "263.576", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "179.507", + "max": "180.292", + "min": "179.064", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "167.074", + "max": "167.833", + "min": "166.873", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "217.081", + "max": "217.206", + "min": "216.931", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "277.419", + "max": "278.568", + "min": "276.333", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "63.992", + "max": "64.105", + "min": "63.902", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "67.523", + "max": "69.09", + "min": "67.288", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "38.257", + "max": "38.477", + "min": "38.048", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "183.735", + "max": "196.513", + "min": "171.237", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "40.825", + "max": "41.028", + "min": "40.663", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "256.715", + "max": "266.511", + "min": "253.44", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "210.999", + "max": "211.587", + "min": "210.776", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "147.433", + "max": "148.793", + "min": "146.622", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "168.582", + "max": "168.817", + "min": "168.436", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "172.878", + "max": "173.654", + "min": "172.501", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "139.348", + "max": "139.589", + "min": "139.231", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "182.918", + "max": "184.397", + "min": "182.392", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "216.374", + "max": "272.612", + "min": "211.255", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "220.122", + "max": "276.016", + "min": "216.896", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "378.525", + "max": "394.644", + "min": "342.16", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "179.579", + "max": "179.693", + "min": "179.431", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "187.402", + "max": "187.74", + "min": "187.25", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "52.743", + "max": "52.986", + "min": "52.591", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "178.149", + "max": "178.514", + "min": "177.74", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "203.431", + "max": "206.137", + "min": "202.599", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "24.048", + "max": "28.005", + "min": "23.781", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "196.599", + "max": "197.952", + "min": "196.344", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "11.071", + "max": "11.853", + "min": "10.827", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "115.12", + "max": "116.654", + "min": "114.928", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "51.63", + "max": "51.81", + "min": "51.475", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "163.34", + "max": "164.575", + "min": "163.054", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "135.888", + "max": "136.236", + "min": "135.63", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "55.014", + "max": "55.183", + "min": "54.892", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "18.223", + "max": "18.401", + "min": "18.027", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "57.164", + "max": "67.691", + "min": "56.463", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "55.556", + "max": "56.925", + "min": "55.29", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "30.938", + "max": "31.224", + "min": "30.673", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "77.243", + "max": "78.29", + "min": "76.944", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "170.925", + "max": "175.391", + "min": "170.451", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "260.993", + "max": "263.853", + "min": "260.721", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "75.804", + "max": "75.981", + "min": "75.632", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "177.893", + "max": "178.856", + "min": "177.576", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "137.683", + "max": "138.015", + "min": "137.422", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "50.1", + "max": "50.326", + "min": "49.918", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "37.584", + "max": "37.886", + "min": "37.408", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "147.292", + "max": "156.304", + "min": "146.355", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "44.72", + "max": "46.249", + "min": "44.026", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "24.546", + "max": "24.827", + "min": "24.322", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "170.353", + "max": "170.467", + "min": "170.18", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "144.567", + "max": "144.843", + "min": "144.406", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "58.596", + "max": "59.517", + "min": "58.301", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "70.897", + "max": "71.191", + "min": "70.658", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "108.393", + "max": "112.128", + "min": "107.872", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "96.804", + "max": "119.549", + "min": "95.468", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "22.476", + "max": "22.891", + "min": "22.287", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "56.461", + "max": "57.631", + "min": "56.248", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "82.3", + "max": "82.39", + "min": "82.226", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "56.04", + "max": "56.409", + "min": "55.814", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "175.971", + "max": "177.428", + "min": "175.675", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "194.22", + "max": "199.664", + "min": "193.631", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "47.7", + "max": "48.093", + "min": "47.486", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "146.912", + "max": "149.823", + "min": "146.471", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "148.171", + "max": "149.46", + "min": "148.014", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "69.11", + "max": "69.343", + "min": "68.872", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "60.658", + "max": "61.522", + "min": "60.438", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "250.915", + "max": "251.962", + "min": "250.672", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "160.761", + "max": "161.239", + "min": "160.537", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "179.384", + "max": "180.455", + "min": "179.074", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "54.269", + "max": "54.498", + "min": "54.137", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "258.86", + "max": "261.768", + "min": "258.488", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "485.23", + "max": "599.282", + "min": "321.202", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "268.125", + "max": "346.614", + "min": "190.468", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "318.532", + "max": "335.741", + "min": "317.312", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "127.86", + "max": "128.984", + "min": "127.499", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "37.002", + "max": "37.222", + "min": "36.797", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "39.634", + "max": "40.755", + "min": "39.347", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "142.079", + "max": "299.122", + "min": "64.827", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "156.382", + "max": "157.044", + "min": "156.218", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "172.732", + "max": "391.649", + "min": "163.185", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "166.175", + "max": "166.437", + "min": "166.044", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "150.568", + "max": "151.791", + "min": "150.078", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "60.093", + "max": "60.286", + "min": "59.928", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "287.09", + "max": "288.089", + "min": "286.678", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "239.523", + "max": "243.725", + "min": "239.158", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "70.354", + "max": "70.677", + "min": "70.243", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "64.276", + "max": "64.762", + "min": "64.051", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "57.179", + "max": "57.471", + "min": "56.966", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "72.48", + "max": "72.65", + "min": "72.357", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "155.942", + "max": "156.89", + "min": "155.305", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "36.798", + "max": "37.014", + "min": "36.647", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "60.755", + "max": "61.038", + "min": "60.6", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "46.96", + "max": "59.775", + "min": "45.333", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "43.632", + "max": "43.839", + "min": "43.471", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "56.265", + "max": "56.5", + "min": "56.081", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "58.968", + "max": "59.166", + "min": "58.769", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "152.507", + "max": "153.06", + "min": "152.35", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "265.132", + "max": "269.547", + "min": "264.603", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "170.749", + "max": "172.092", + "min": "170.464", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "161.751", + "max": "162.096", + "min": "161.541", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "54.326", + "max": "54.578", + "min": "54.146", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "139.732", + "max": "142.243", + "min": "139.443", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "175.334", + "max": "180.43", + "min": "174.912", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "257.951", + "max": "259.295", + "min": "257.789", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "123.962", + "max": "126.792", + "min": "123.647", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "133.078", + "max": "133.256", + "min": "132.96", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "147.212", + "max": "158.545", + "min": "144.334", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "126.366", + "max": "126.462", + "min": "126.306", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "170.085", + "max": "171.175", + "min": "169.724", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "147.741", + "max": "186.863", + "min": "145.842", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "57.177", + "max": "57.352", + "min": "57.011", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "42.362", + "max": "42.623", + "min": "42.07", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "166.623", + "max": "168.914", + "min": "166.23", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "201.394", + "max": "240.184", + "min": "194.578", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "63.359", + "max": "64.245", + "min": "63.032", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "204.381", + "max": "279.138", + "min": "198.668", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "79.363", + "max": "79.676", + "min": "79.243", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "424.623", + "max": "425.008", + "min": "423.677", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "171.979", + "max": "172.241", + "min": "171.691", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "61.016", + "max": "62.541", + "min": "60.715", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "241.618", + "max": "241.953", + "min": "241.461", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "323.438", + "max": "323.753", + "min": "323.266", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "233.334", + "max": "234.102", + "min": "233.184", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "93.515", + "max": "94.454", + "min": "93.322", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "150.588", + "max": "150.735", + "min": "150.445", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "79.087", + "max": "79.288", + "min": "78.906", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "57.362", + "max": "57.479", + "min": "57.271", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "139.109", + "max": "146.998", + "min": "138.329", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "278.285", + "max": "278.54", + "min": "278.148", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "133.945", + "max": "135.098", + "min": "133.798", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "154.348", + "max": "154.986", + "min": "154.027", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "149.086", + "max": "149.263", + "min": "148.917", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "149.811", + "max": "149.935", + "min": "149.703", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "133.163", + "max": "134.438", + "min": "132.788", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "192.611", + "max": "192.992", + "min": "192.392", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "174.519", + "max": "174.951", + "min": "174.39", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "198.845", + "max": "200.341", + "min": "198.607", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "179.18", + "max": "183.267", + "min": "178.701", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "141.049", + "max": "142.715", + "min": "140.797", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "144.432", + "max": "144.544", + "min": "144.324", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "124.964", + "max": "125.157", + "min": "124.854", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "158.746", + "max": "159.186", + "min": "158.561", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "207.201", + "max": "207.685", + "min": "206.92", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "155.057", + "max": "157.862", + "min": "154.291", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "152.895", + "max": "169.73", + "min": "140.007", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "134.799", + "max": "135.004", + "min": "134.654", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "201.655", + "max": "202.064", + "min": "201.418", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "161.697", + "max": "172.562", + "min": "161.104", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "169.063", + "max": "169.69", + "min": "168.604", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "128.317", + "max": "131.107", + "min": "127.795", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "205.84", + "max": "205.991", + "min": "205.712", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "144.176", + "max": "144.327", + "min": "144.042", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "171.309", + "max": "171.746", + "min": "170.939", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "152.418", + "max": "152.726", + "min": "152.276", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "224.811", + "max": "231.592", + "min": "223.016", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "185.422", + "max": "185.844", + "min": "185.206", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "141.906", + "max": "146.915", + "min": "141.501", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "144.353", + "max": "145.128", + "min": "144.153", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "142.545", + "max": "152.268", + "min": "142.008", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "168.405", + "max": "177.536", + "min": "165.811", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "56.621", + "max": "62.005", + "min": "56.013", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "174.034", + "max": "174.191", + "min": "173.922", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "247.791", + "max": "248.104", + "min": "247.633", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "146.372", + "max": "146.688", + "min": "146.228", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "264.17", + "max": "264.729", + "min": "263.999", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "94.406", + "max": "94.586", + "min": "94.326", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "162.559", + "max": "162.831", + "min": "162.257", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "189.568", + "max": "189.819", + "min": "189.388", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "129.45", + "max": "130.738", + "min": "129.119", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "131.682", + "max": "133.439", + "min": "131.273", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "67.211", + "max": "67.366", + "min": "67.059", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "93.77", + "max": "93.938", + "min": "93.62", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "189.16", + "max": "377.331", + "min": "182.481", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "84.915", + "max": "85.115", + "min": "84.813", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "149.918", + "max": "150.221", + "min": "149.765", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "63.208", + "max": "63.75", + "min": "63.082", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "142.732", + "max": "142.855", + "min": "142.581", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "179.832", + "max": "230.686", + "min": "177.174", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "77.362", + "max": "80.076", + "min": "75.299", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "175.59", + "max": "175.853", + "min": "175.353", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "208.089", + "max": "211.484", + "min": "207.324", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "101.212", + "max": "103.657", + "min": "100.32", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "239.122", + "max": "242.494", + "min": "238.65", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "142.91", + "max": "143.139", + "min": "142.771", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "209.087", + "max": "209.359", + "min": "208.84", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "179.718", + "max": "179.849", + "min": "179.582", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "148.081", + "max": "148.203", + "min": "147.993", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "180.42", + "max": "180.648", + "min": "180.293", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "64.598", + "max": "68.523", + "min": "64.162", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "63.865", + "max": "64.189", + "min": "63.691", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "193.159", + "max": "200.044", + "min": "191.167", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "137.551", + "max": "140.228", + "min": "136.49", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "65.39", + "max": "66.689", + "min": "64.328", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "191.076", + "max": "191.801", + "min": "190.79", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "49.566", + "max": "49.817", + "min": "49.311", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "142.142", + "max": "147.99", + "min": "141.632", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "222.497", + "max": "235.062", + "min": "202.286", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "134.561", + "max": "134.561", + "min": "134.561", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "130.597", + "max": "130.712", + "min": "130.488", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "137.168", + "max": "137.272", + "min": "137.059", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "224.829", + "max": "256.489", + "min": "223.564", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "149.129", + "max": "163.716", + "min": "140.236", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "165.995", + "max": "166.138", + "min": "165.892", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "243.065", + "max": "244.474", + "min": "242.835", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "220.707", + "max": "223.976", + "min": "220.255", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "64.193", + "max": "64.533", + "min": "64.052", + "id": "38", + "country": "United States", + "source_name": "Phoenix", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "39": { + "name": "Houston", + "data": { + "0": { + "avg": "102.51", + "max": "103.154", + "min": "102.338", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "185.544", + "max": "187.709", + "min": "185.207", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "37.787", + "max": "39.123", + "min": "37.595", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "137.162", + "max": "143.251", + "min": "136.571", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "107.898", + "max": "108.288", + "min": "107.645", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "149.845", + "max": "152.145", + "min": "149.567", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "107.248", + "max": "107.514", + "min": "107.106", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "193.865", + "max": "215.053", + "min": "192.636", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "157.953", + "max": "158.113", + "min": "157.841", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "145.24", + "max": "154.073", + "min": "144.71", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "108.169", + "max": "108.42", + "min": "107.909", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "8.133", + "max": "36.766", + "min": "6.75", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "39.311", + "max": "39.572", + "min": "39.173", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "36.602", + "max": "40.243", + "min": "36.231", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "33.456", + "max": "33.82", + "min": "33.352", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "27.975", + "max": "28.405", + "min": "27.194", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "120.933", + "max": "121.3", + "min": "120.636", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "18.734", + "max": "21.754", + "min": "18.514", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "120.313", + "max": "120.469", + "min": "120.15", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "130.303", + "max": "130.68", + "min": "130.168", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "189.53", + "max": "190.013", + "min": "189.405", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "28.152", + "max": "30.684", + "min": "27.928", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "49.128", + "max": "49.363", + "min": "48.993", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "55.115", + "max": "71.083", + "min": "54.347", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "143.052", + "max": "143.841", + "min": "142.748", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "125.532", + "max": "126.138", + "min": "125.375", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "132.555", + "max": "134.199", + "min": "132.296", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "133.742", + "max": "137.529", + "min": "133.339", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "118.694", + "max": "118.91", + "min": "118.589", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "42.974", + "max": "43.351", + "min": "42.813", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "221.801", + "max": "222.047", + "min": "221.67", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "137.289", + "max": "138.237", + "min": "137.156", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "29.978", + "max": "42.84", + "min": "29.275", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "146.332", + "max": "147.298", + "min": "146.117", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "131.269", + "max": "132.613", + "min": "130.916", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "216.442", + "max": "217.788", + "min": "216.127", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "35.842", + "max": "36.581", + "min": "35.721", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "36.612", + "max": "37.089", + "min": "36.449", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "0.014", + "max": "0.036", + "min": "0.01", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "28.438", + "max": "31.223", + "min": "27.996", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "241.88", + "max": "247.23", + "min": "241.271", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "114.6", + "max": "120.961", + "min": "114.031", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "140.46", + "max": "140.646", + "min": "140.288", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "134.292", + "max": "134.5", + "min": "134.187", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "263.428", + "max": "265.563", + "min": "263.199", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "138.859", + "max": "139.536", + "min": "138.314", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "154.272", + "max": "154.644", + "min": "154.142", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "86.109", + "max": "87.204", + "min": "85.897", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "156.807", + "max": "157.2", + "min": "155.768", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "10.328", + "max": "10.666", + "min": "10.157", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "44.77", + "max": "50.035", + "min": "44.339", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "47.534", + "max": "48.246", + "min": "47.241", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "137.315", + "max": "148.434", + "min": "128.978", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "28.863", + "max": "31.167", + "min": "28.66", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "249.316", + "max": "255.178", + "min": "246.385", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "235.061", + "max": "235.835", + "min": "234.76", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "128.902", + "max": "135.651", + "min": "127.807", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "198.462", + "max": "198.923", + "min": "198.28", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "154.923", + "max": "157.911", + "min": "154.555", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "107.604", + "max": "107.856", + "min": "107.444", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "158.178", + "max": "159.31", + "min": "157.746", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "159.805", + "max": "197.582", + "min": "155.618", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "243.179", + "max": "269.596", + "min": "239.29", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "233.952", + "max": "235.28", + "min": "233.741", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "154.394", + "max": "154.643", + "min": "154.254", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "148.913", + "max": "149.071", + "min": "148.79", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "32.753", + "max": "33.038", + "min": "32.608", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "142.935", + "max": "143.344", + "min": "142.507", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "155.04", + "max": "156.447", + "min": "154.292", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "23.735", + "max": "23.934", + "min": "23.562", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "209.145", + "max": "211.779", + "min": "208.739", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "34.203", + "max": "36.423", + "min": "33.806", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "74.653", + "max": "75.237", + "min": "74.435", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "19.766", + "max": "20.18", + "min": "19.623", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "150.949", + "max": "151.716", + "min": "150.686", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "112.056", + "max": "112.281", + "min": "111.812", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "23.826", + "max": "24.647", + "min": "23.623", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "48.478", + "max": "48.737", + "min": "48.373", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "29.541", + "max": "41.72", + "min": "28.922", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "34.244", + "max": "36.561", + "min": "34.046", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "53.807", + "max": "54.817", + "min": "53.589", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "53.279", + "max": "53.987", + "min": "52.864", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "369.409", + "max": "371.055", + "min": "369.094", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "234.112", + "max": "235.689", + "min": "233.848", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "47.504", + "max": "47.866", + "min": "47.349", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "176.375", + "max": "177.642", + "min": "175.949", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "115.848", + "max": "119.928", + "min": "115.19", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "21.998", + "max": "22.566", + "min": "21.824", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "27.793", + "max": "29.265", + "min": "27.562", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.9", + "max": "110.302", + "min": "102.445", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "31.85", + "max": "34.124", + "min": "31.317", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "48.288", + "max": "48.863", + "min": "48.014", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "118.555", + "max": "118.715", + "min": "118.43", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "162.623", + "max": "162.891", + "min": "162.45", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "41.579", + "max": "41.75", + "min": "41.473", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "34.484", + "max": "35.193", + "min": "34.307", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "76.417", + "max": "76.649", + "min": "76.217", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "62.087", + "max": "72.188", + "min": "60.67", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "45.733", + "max": "48.156", + "min": "45.521", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "27.128", + "max": "28.597", + "min": "26.876", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "55.941", + "max": "56.857", + "min": "55.775", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "62.843", + "max": "63.296", + "min": "62.678", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "159.674", + "max": "160.179", + "min": "159.362", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "207.507", + "max": "212.937", + "min": "206.596", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.794", + "max": "29.296", + "min": "28.641", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "173.547", + "max": "174.386", + "min": "173.159", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "92.027", + "max": "93.283", + "min": "91.793", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "42.454", + "max": "42.763", + "min": "42.302", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "30.907", + "max": "34.745", + "min": "30.658", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "242.23", + "max": "245.61", + "min": "241.451", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "193.876", + "max": "194.908", + "min": "193.66", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "169.534", + "max": "169.745", + "min": "169.398", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "31.882", + "max": "32.118", + "min": "31.737", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "230.296", + "max": "271.022", + "min": "228.595", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "472.638", + "max": "585.273", + "min": "300.596", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "267.771", + "max": "388.516", + "min": "171.636", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "262.739", + "max": "265.666", + "min": "262.233", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "138.569", + "max": "139.751", + "min": "138.355", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "12.268", + "max": "12.468", + "min": "12.106", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "30.049", + "max": "31.101", + "min": "29.731", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "20.29", + "max": "20.53", + "min": "20.169", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "99.294", + "max": "244.335", + "min": "20.177", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "131.742", + "max": "132.635", + "min": "131.586", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.563", + "max": "186.364", + "min": "136.403", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "135.279", + "max": "135.521", + "min": "135.16", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "137.152", + "max": "139.377", + "min": "136.657", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "33.138", + "max": "33.346", + "min": "32.834", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "244.183", + "max": "245.419", + "min": "243.905", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "205.655", + "max": "205.964", + "min": "205.446", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "100.267", + "max": "100.507", + "min": "100.119", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "45.427", + "max": "47.141", + "min": "45.035", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "27.029", + "max": "32.715", + "min": "26.625", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "36.363", + "max": "36.485", + "min": "36.216", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "186.326", + "max": "188.018", + "min": "185.483", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "18.509", + "max": "18.956", + "min": "18.353", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "44.101", + "max": "44.387", + "min": "43.934", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "29.761", + "max": "63.07", + "min": "27.131", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "34.798", + "max": "36.188", + "min": "34.588", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "49.114", + "max": "49.318", + "min": "49.003", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "35.673", + "max": "36.02", + "min": "35.445", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "136.739", + "max": "136.947", + "min": "136.576", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.156", + "max": "251.738", + "min": "249.715", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "144.34", + "max": "145.177", + "min": "144.167", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "132.425", + "max": "133.074", + "min": "132.143", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "87.323", + "max": "93.07", + "min": "86.639", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "115.863", + "max": "116.307", + "min": "115.573", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "145.457", + "max": "155.371", + "min": "144.635", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "271.829", + "max": "273.422", + "min": "271.638", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "101.11", + "max": "101.282", + "min": "100.977", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "108.135", + "max": "108.325", + "min": "108.035", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "113.186", + "max": "118.093", + "min": "111.948", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "157.853", + "max": "158.394", + "min": "157.598", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "136", + "max": "137.26", + "min": "135.773", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "114.371", + "max": "140.436", + "min": "112.472", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "31.037", + "max": "31.206", + "min": "30.881", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "59.921", + "max": "63.674", + "min": "59.6", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "139.683", + "max": "141.023", + "min": "139.375", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "192.392", + "max": "249.112", + "min": "183.388", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "49.457", + "max": "49.832", + "min": "49.291", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "161.846", + "max": "244.885", + "min": "153.139", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "64.043", + "max": "64.578", + "min": "63.895", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "451.443", + "max": "451.92", + "min": "450.794", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "135.471", + "max": "135.67", + "min": "135.354", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "37.459", + "max": "37.662", + "min": "37.261", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "211.392", + "max": "213.373", + "min": "211.12", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "271.099", + "max": "271.367", + "min": "270.968", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "197.24", + "max": "197.579", + "min": "197.076", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "33.893", + "max": "34.694", + "min": "33.652", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "196.348", + "max": "198.259", + "min": "195.979", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "45.311", + "max": "45.506", + "min": "45.148", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "44.792", + "max": "46.136", + "min": "44.583", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "123.671", + "max": "124.836", + "min": "123.346", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "234.938", + "max": "235.496", + "min": "234.755", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "110.247", + "max": "111.104", + "min": "110.112", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "119.321", + "max": "120.304", + "min": "119.032", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "128.64", + "max": "129.052", + "min": "128.46", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "120.548", + "max": "120.724", + "min": "120.419", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "109.834", + "max": "110.337", + "min": "109.59", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "161.703", + "max": "162.473", + "min": "161.474", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "142.406", + "max": "144.634", + "min": "142.205", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "169.897", + "max": "170.988", + "min": "169.681", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "151.984", + "max": "155.298", + "min": "151.482", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "108.06", + "max": "111.593", + "min": "107.62", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "120.272", + "max": "120.551", + "min": "120.114", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "106.788", + "max": "107.026", + "min": "106.591", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "129.286", + "max": "129.452", + "min": "129.143", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "160.207", + "max": "160.576", + "min": "159.953", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "130.006", + "max": "135.51", + "min": "129.062", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "139.941", + "max": "182.857", + "min": "120.353", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "115.322", + "max": "116.182", + "min": "115.118", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "156.733", + "max": "159.297", + "min": "156.425", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "140.985", + "max": "153.409", + "min": "140.392", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "136.926", + "max": "137.729", + "min": "136.449", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "104.724", + "max": "105.069", + "min": "104.543", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "230.977", + "max": "231.43", + "min": "230.754", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "119.001", + "max": "122.967", + "min": "118.601", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "130.529", + "max": "130.741", + "min": "130.328", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "144.549", + "max": "145.536", + "min": "144.377", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "90.718", + "max": "97.347", + "min": "88.77", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "166.098", + "max": "166.597", + "min": "165.952", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "109.935", + "max": "128.291", + "min": "108.866", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "107.458", + "max": "107.802", + "min": "107.268", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "106.285", + "max": "106.716", + "min": "106.135", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "198.529", + "max": "208.546", + "min": "195.696", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "42.766", + "max": "48.315", + "min": "42.035", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "340.019", + "max": "355.565", + "min": "335.115", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "258.509", + "max": "259.127", + "min": "258.341", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "117.88", + "max": "118.167", + "min": "117.725", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "258.92", + "max": "259.199", + "min": "258.74", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "63.713", + "max": "64.271", + "min": "63.465", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "137.943", + "max": "138.463", + "min": "137.688", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "166.519", + "max": "168.412", + "min": "166.127", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "102.707", + "max": "103.801", + "min": "102.466", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "108.083", + "max": "109.19", + "min": "107.697", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "45.026", + "max": "46.618", + "min": "44.856", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "25.054", + "max": "25.242", + "min": "24.927", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "209.461", + "max": "209.7", + "min": "209.287", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.347", + "max": "80.563", + "min": "80.216", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "120.361", + "max": "121.447", + "min": "120.144", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "42.071", + "max": "42.202", + "min": "41.94", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "119.188", + "max": "120.345", + "min": "118.91", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "148.965", + "max": "149.598", + "min": "148.692", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "41.778", + "max": "47.982", + "min": "37.724", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "125.017", + "max": "125.299", + "min": "124.872", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "151.586", + "max": "152.294", + "min": "151.042", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "70.14", + "max": "76.888", + "min": "68.702", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "292.015", + "max": "292.896", + "min": "291.618", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "158.641", + "max": "159.121", + "min": "158.389", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "192.013", + "max": "192.45", + "min": "191.824", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "144.532", + "max": "144.64", + "min": "144.442", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "117.637", + "max": "118.488", + "min": "117.435", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "145.262", + "max": "145.43", + "min": "145.146", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "43.01", + "max": "44.184", + "min": "42.66", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "34.757", + "max": "35.019", + "min": "34.599", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "156.771", + "max": "166.516", + "min": "154.601", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "95.845", + "max": "96.768", + "min": "95.615", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "45.023", + "max": "46.58", + "min": "44.041", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "159.677", + "max": "160.34", + "min": "159.372", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "32.628", + "max": "36.331", + "min": "32.322", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "123.657", + "max": "124.025", + "min": "123.493", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "211.305", + "max": "216.713", + "min": "210.121", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "101.801", + "max": "101.801", + "min": "101.801", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "102.731", + "max": "102.902", + "min": "102.632", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "116.513", + "max": "116.671", + "min": "116.38", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "200.41", + "max": "200.87", + "min": "200.196", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "121.481", + "max": "128.845", + "min": "113.988", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "130.515", + "max": "130.719", + "min": "130.356", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "247.742", + "max": "250.136", + "min": "247.255", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "192.605", + "max": "193.412", + "min": "192.221", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "40.561", + "max": "46.91", + "min": "39.788", + "id": "39", + "country": "United States", + "source_name": "Houston", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "40": { + "name": "Baltimore", + "data": { + "0": { + "avg": "101.106", + "max": "102.754", + "min": "100.789", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "208.209", + "max": "210.934", + "min": "207.817", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "20.82", + "max": "21.975", + "min": "20.512", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "106.397", + "max": "110.336", + "min": "105.739", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "82.267", + "max": "82.466", + "min": "82.139", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "172.045", + "max": "179.333", + "min": "171.59", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "81.562", + "max": "82.925", + "min": "81.244", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "216.92", + "max": "236.564", + "min": "215.02", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "127.946", + "max": "128.368", + "min": "127.73", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "112.259", + "max": "113.996", + "min": "112.049", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "79.929", + "max": "89.827", + "min": "79.25", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "34.981", + "max": "53.278", + "min": "34.005", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "9.48", + "max": "9.848", + "min": "9.362", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "13.844", + "max": "14.65", + "min": "13.464", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "30.512", + "max": "40.385", + "min": "29.566", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "7.397", + "max": "10.085", + "min": "6.893", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "100.423", + "max": "100.647", + "min": "100.06", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "18.44", + "max": "19.619", + "min": "18.185", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "96.394", + "max": "96.633", + "min": "96.234", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "102.645", + "max": "104.656", + "min": "102.334", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "213.994", + "max": "217.747", + "min": "213.645", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "30.121", + "max": "35.973", + "min": "29.685", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "73.478", + "max": "74.804", + "min": "73.266", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "69.837", + "max": "71.31", + "min": "69.453", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "107.387", + "max": "108.496", + "min": "107.143", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "105.217", + "max": "109.143", + "min": "104.861", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "97.816", + "max": "103.274", + "min": "97.195", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "105.314", + "max": "105.708", + "min": "105.056", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "94.605", + "max": "95.739", + "min": "94.48", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "67.932", + "max": "70.13", + "min": "67.519", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "254.511", + "max": "258.147", + "min": "254.008", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "106.682", + "max": "106.944", + "min": "106.577", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "57.851", + "max": "60.625", + "min": "57.497", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "134.279", + "max": "135.62", + "min": "134.085", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "111.609", + "max": "113.996", + "min": "111.23", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "231.746", + "max": "270.221", + "min": "229.974", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "64.417", + "max": "69.811", + "min": "63.968", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "58.093", + "max": "59.636", + "min": "57.882", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "28.364", + "max": "30.313", + "min": "28.097", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "0.033", + "max": "0.066", + "min": "0.025", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "217.772", + "max": "224.532", + "min": "216.878", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "100.919", + "max": "107.555", + "min": "100.311", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "116.73", + "max": "116.901", + "min": "116.538", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "110.446", + "max": "113.007", + "min": "109.983", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "219.548", + "max": "229.032", + "min": "218.919", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "120.223", + "max": "120.932", + "min": "119.772", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "121.457", + "max": "126.673", + "min": "121.039", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "77.3", + "max": "82.448", + "min": "76.518", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "150.146", + "max": "151.333", + "min": "149.875", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "36.827", + "max": "36.921", + "min": "36.623", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "14.313", + "max": "15.374", + "min": "13.99", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "75.107", + "max": "76.808", + "min": "74.742", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "117.957", + "max": "129.119", + "min": "105.284", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "44.845", + "max": "53.625", + "min": "44.374", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "235.976", + "max": "257.586", + "min": "231.862", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "275.517", + "max": "275.857", + "min": "275.343", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "108.352", + "max": "111.25", + "min": "107.256", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "222.389", + "max": "224.46", + "min": "221.913", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "120.269", + "max": "123.133", + "min": "119.591", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "82.535", + "max": "84.435", + "min": "82.303", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "133.188", + "max": "137.052", + "min": "132.603", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "133.016", + "max": "194.639", + "min": "128.578", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "260.61", + "max": "359.69", + "min": "246.252", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "292.623", + "max": "293.979", + "min": "292.211", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "128.701", + "max": "135.245", + "min": "128.141", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "125.209", + "max": "125.516", + "min": "124.962", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "8.945", + "max": "11.285", + "min": "8.638", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "130.422", + "max": "131.459", + "min": "130.014", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "141.565", + "max": "152.695", + "min": "139.877", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "51.535", + "max": "52.334", + "min": "51.255", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "216.505", + "max": "217.576", + "min": "216.182", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "64.686", + "max": "67.849", + "min": "64.134", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "71.887", + "max": "73.7", + "min": "71.487", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "21.238", + "max": "22.449", + "min": "21.054", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "130.442", + "max": "131.772", + "min": "130.061", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "104.284", + "max": "104.611", + "min": "104.101", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "13.064", + "max": "14.501", + "min": "12.791", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "76.919", + "max": "79.917", + "min": "76.499", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "21.381", + "max": "26.157", + "min": "20.985", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "19.962", + "max": "21.652", + "min": "19.711", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "79.709", + "max": "82.509", + "min": "79.399", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "24.696", + "max": "26.38", + "min": "24.429", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "353.741", + "max": "354.926", + "min": "353.354", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "219.558", + "max": "221.027", + "min": "219.275", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "62.464", + "max": "62.953", + "min": "62.276", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "140.594", + "max": "141.822", + "min": "140.123", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "89.75", + "max": "99.08", + "min": "89.111", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "26.962", + "max": "27.148", + "min": "26.832", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "34.113", + "max": "35.566", + "min": "33.901", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "80.992", + "max": "87.821", + "min": "80.397", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.454", + "max": "37.247", + "min": "34.81", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "73.863", + "max": "82.005", + "min": "72.893", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "97.549", + "max": "97.655", + "min": "97.326", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "201.242", + "max": "202.179", + "min": "201.048", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "18.855", + "max": "19.872", + "min": "18.579", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "51.091", + "max": "58.041", + "min": "50.226", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "73.823", + "max": "74.169", + "min": "73.501", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "56.123", + "max": "68.445", + "min": "54.931", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "76.13", + "max": "78.302", + "min": "75.846", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.194", + "max": "26.27", + "min": "23.767", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "30.071", + "max": "39.411", + "min": "29.416", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "76.728", + "max": "78.82", + "min": "76.358", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "138.506", + "max": "142.142", + "min": "138.025", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "230.38", + "max": "232.321", + "min": "229.785", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.448", + "max": "35.281", + "min": "27.898", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "200.259", + "max": "206.503", + "min": "199.496", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "97.934", + "max": "99.349", + "min": "97.652", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "10.959", + "max": "11.328", + "min": "10.693", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "15.205", + "max": "16.292", + "min": "14.868", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "207.546", + "max": "208.733", + "min": "207.138", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "222.729", + "max": "224.946", + "min": "222.435", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "195.501", + "max": "198.588", + "min": "194.619", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "9.384", + "max": "14.878", + "min": "8.888", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "204.589", + "max": "208.336", + "min": "204.044", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "438.853", + "max": "546.232", + "min": "270.823", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "237.365", + "max": "373.199", + "min": "181.092", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "232.008", + "max": "245.609", + "min": "230.838", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "169.526", + "max": "175.103", + "min": "168.947", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "40.261", + "max": "40.691", + "min": "39.944", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "30.148", + "max": "30.475", + "min": "29.832", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "47.866", + "max": "49.845", + "min": "47.366", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "112.36", + "max": "255.289", + "min": "24.597", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "119.335", + "max": "119.824", + "min": "118.99", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "115.279", + "max": "126.487", + "min": "113.197", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "117.647", + "max": "118.162", + "min": "117.431", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "106.317", + "max": "108.071", + "min": "105.685", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "10.251", + "max": "10.565", + "min": "10.007", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "207.948", + "max": "209.989", + "min": "207.548", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "192.743", + "max": "193.338", + "min": "192.434", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "101.508", + "max": "104.153", + "min": "101.039", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "29.196", + "max": "31.119", + "min": "28.767", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "27.841", + "max": "28.732", + "min": "27.472", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "35.777", + "max": "36.885", + "min": "35.422", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "208.923", + "max": "212.254", + "min": "207.787", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.824", + "max": "50.237", + "min": "49.686", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "16.467", + "max": "16.949", + "min": "16.151", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "55.847", + "max": "69.626", + "min": "54.537", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "43.247", + "max": "47.099", + "min": "42.843", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.929", + "max": "48.293", + "min": "38.399", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "10.508", + "max": "11.69", + "min": "10.223", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "103.97", + "max": "105.409", + "min": "103.646", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "258.428", + "max": "260.226", + "min": "258.077", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "114.086", + "max": "114.898", + "min": "113.855", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "106.079", + "max": "107.447", + "min": "105.901", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "113.431", + "max": "119.748", + "min": "112.886", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "87.231", + "max": "87.892", + "min": "87.023", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "126.491", + "max": "137.644", + "min": "124.051", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "250.985", + "max": "252.093", + "min": "250.75", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "75.828", + "max": "79.458", + "min": "75.4", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "82.011", + "max": "85.377", + "min": "81.573", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "90.641", + "max": "108.543", + "min": "88.022", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "184.658", + "max": "186.342", + "min": "184.348", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "117.88", + "max": "119.712", + "min": "117.607", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "93.779", + "max": "113.125", + "min": "92.115", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "13.224", + "max": "21.674", + "min": "11.801", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "87.614", + "max": "97.683", + "min": "87.023", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "115.551", + "max": "117.244", + "min": "115.063", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "220.419", + "max": "270.07", + "min": "210.121", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "47.784", + "max": "48.991", + "min": "47.505", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "165.277", + "max": "201.97", + "min": "160.002", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "36.195", + "max": "41.958", + "min": "35.652", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "473.258", + "max": "473.7", + "min": "472.104", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "122.764", + "max": "126.723", + "min": "121.604", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "11.519", + "max": "12.828", + "min": "11.178", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "194.735", + "max": "195.104", + "min": "194.446", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "250.977", + "max": "256.731", + "min": "250.451", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "168.998", + "max": "169.185", + "min": "168.695", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "54.329", + "max": "63.188", + "min": "53.553", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "231.422", + "max": "232.986", + "min": "231.139", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "20.17", + "max": "20.62", + "min": "19.911", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "11.684", + "max": "12.38", + "min": "11.431", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "92.116", + "max": "93.525", + "min": "91.792", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "210.414", + "max": "213.146", + "min": "210.167", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "84.911", + "max": "86.82", + "min": "84.697", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "95.387", + "max": "97.446", + "min": "95.078", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "103.254", + "max": "107.225", + "min": "102.828", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "96.622", + "max": "97.518", + "min": "96.37", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "82.413", + "max": "92.369", + "min": "81.667", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "140.006", + "max": "149.532", + "min": "139.223", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "118.825", + "max": "124.157", + "min": "118.303", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "137.567", + "max": "139.348", + "min": "137.405", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "123.77", + "max": "124.388", + "min": "123.448", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "82.312", + "max": "83.388", + "min": "81.931", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "100.31", + "max": "101.6", + "min": "100.075", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.905", + "max": "82.019", + "min": "81.718", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "110.779", + "max": "111.246", + "min": "110.547", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "141.629", + "max": "148.451", + "min": "140.772", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "105.295", + "max": "113.44", + "min": "103.406", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "115.403", + "max": "146.387", + "min": "100.896", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "89.853", + "max": "93.074", + "min": "89.468", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "136.722", + "max": "138.313", + "min": "136.034", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "111.842", + "max": "112.875", + "min": "111.574", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "130.241", + "max": "131.304", + "min": "129.594", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "79.877", + "max": "85.756", + "min": "79.212", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "258.053", + "max": "258.84", + "min": "257.73", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "106.183", + "max": "115.162", + "min": "105.591", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "104.8", + "max": "106.767", + "min": "104.407", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "108.302", + "max": "108.446", + "min": "108.13", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "82.715", + "max": "89.5", + "min": "80.981", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "131.153", + "max": "134.185", + "min": "130.776", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "87.111", + "max": "90.04", + "min": "86.491", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "83.316", + "max": "87.862", + "min": "82.49", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "81.063", + "max": "85.736", + "min": "80.602", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "235.508", + "max": "237.573", + "min": "235.151", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "15.092", + "max": "24.713", + "min": "13.533", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "359.546", + "max": "373.869", + "min": "335.403", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "210.919", + "max": "211.218", + "min": "210.734", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "95.431", + "max": "95.51", + "min": "95.272", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "226.317", + "max": "227.112", + "min": "226.02", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "92.873", + "max": "94.231", + "min": "92.522", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "112.025", + "max": "114.077", + "min": "111.648", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "145.654", + "max": "148.712", + "min": "144.496", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "82.013", + "max": "83.621", + "min": "81.56", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "82.982", + "max": "84.01", + "min": "82.561", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "25.014", + "max": "26.644", + "min": "24.694", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "36.006", + "max": "41.218", + "min": "35.436", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "249.839", + "max": "250.057", + "min": "249.555", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "14.197", + "max": "23.835", + "min": "13.663", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "96.445", + "max": "96.796", + "min": "96.308", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "19.277", + "max": "20.445", + "min": "19.072", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "95.05", + "max": "95.773", + "min": "94.848", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "136.896", + "max": "137.375", + "min": "136.719", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "39.863", + "max": "42.726", + "min": "36.896", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "99.613", + "max": "99.924", + "min": "99.412", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "126.209", + "max": "130.159", + "min": "125.307", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "70.239", + "max": "82.297", + "min": "68.246", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "278.584", + "max": "279.383", + "min": "278.217", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "223.89", + "max": "225.094", + "min": "223.535", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "177.898", + "max": "186.843", + "min": "177.004", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "125.028", + "max": "129.822", + "min": "124.425", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "91.491", + "max": "97.98", + "min": "90.882", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "117.683", + "max": "119.524", + "min": "117.425", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "18.063", + "max": "19.538", + "min": "17.553", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "10.92", + "max": "16.846", + "min": "10.497", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "132.691", + "max": "143.84", + "min": "130.623", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "94.877", + "max": "102.446", + "min": "93.118", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "19.889", + "max": "21.304", + "min": "19.068", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "135.277", + "max": "135.827", + "min": "134.964", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "35.366", + "max": "39.519", + "min": "34.965", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "110.347", + "max": "117.544", + "min": "109.303", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "236.838", + "max": "238.059", + "min": "236.219", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "99.978", + "max": "100.48", + "min": "99.476", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "81.357", + "max": "86.498", + "min": "80.816", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "99.62", + "max": "100.68", + "min": "99.335", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "186.081", + "max": "187.005", + "min": "185.853", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "96.853", + "max": "104.497", + "min": "89.161", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "110.082", + "max": "112.982", + "min": "109.78", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "238.555", + "max": "242.387", + "min": "237.883", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "165.955", + "max": "169.393", + "min": "165.295", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "25.002", + "max": "32.869", + "min": "24.314", + "id": "40", + "country": "United States", + "source_name": "Baltimore", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "51": { + "name": "San Antonio", + "data": { + "0": { + "avg": "109.204", + "max": "109.353", + "min": "109.1", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "252.824", + "max": "254.021", + "min": "252.542", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "48.233", + "max": "49.115", + "min": "48.094", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "134.083", + "max": "139.742", + "min": "133.424", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "113.693", + "max": "115.081", + "min": "113.471", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "154.513", + "max": "154.696", + "min": "154.406", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "117.378", + "max": "117.499", + "min": "117.274", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "257.71", + "max": "265.691", + "min": "256.756", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "163.938", + "max": "164.274", + "min": "163.782", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "146.123", + "max": "147.351", + "min": "145.952", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "122.665", + "max": "123.141", + "min": "122.468", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "11.278", + "max": "11.383", + "min": "11.191", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "44.639", + "max": "45.534", + "min": "44.541", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "45.112", + "max": "45.409", + "min": "44.988", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "37.102", + "max": "41.923", + "min": "36.818", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "33.036", + "max": "33.171", + "min": "32.714", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "125.125", + "max": "125.457", + "min": "124.911", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "27.825", + "max": "27.961", + "min": "27.744", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "122.876", + "max": "123.191", + "min": "122.732", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "136.11", + "max": "136.442", + "min": "136.041", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "269.371", + "max": "269.577", + "min": "269.29", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "38.451", + "max": "38.53", + "min": "38.398", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "43.094", + "max": "43.257", + "min": "42.99", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "69.008", + "max": "69.372", + "min": "68.897", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "150.818", + "max": "152.014", + "min": "150.588", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "144.118", + "max": "144.965", + "min": "143.989", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "140.617", + "max": "141.363", + "min": "140.412", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "143.835", + "max": "144.263", + "min": "143.744", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "124.053", + "max": "124.122", + "min": "123.969", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "49.477", + "max": "50.592", + "min": "49.338", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "223.832", + "max": "223.941", + "min": "223.751", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "146.185", + "max": "146.379", + "min": "146.102", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "41.405", + "max": "41.507", + "min": "41.279", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "160.986", + "max": "161.254", + "min": "160.9", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "154.354", + "max": "155.029", + "min": "154.055", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "212.325", + "max": "213.261", + "min": "212.085", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "39.936", + "max": "40.191", + "min": "39.892", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "64.008", + "max": "64.16", + "min": "63.917", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "10.289", + "max": "10.475", + "min": "10.161", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "36.916", + "max": "38.142", + "min": "36.597", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "246.966", + "max": "250.107", + "min": "246.529", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "120.034", + "max": "124.235", + "min": "119.659", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "149.542", + "max": "149.914", + "min": "149.453", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "143.847", + "max": "155.433", + "min": "143.374", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "283.064", + "max": "283.174", + "min": "282.945", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "144.606", + "max": "145.415", + "min": "144.091", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "152.432", + "max": "152.603", + "min": "152.273", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "86.147", + "max": "86.994", + "min": "86.022", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "156.808", + "max": "157.199", + "min": "156.646", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "0.03", + "max": "0.035", + "min": "0.028", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "59.204", + "max": "59.475", + "min": "59.142", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "59.975", + "max": "60.404", + "min": "59.763", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "164.063", + "max": "252.766", + "min": "146.751", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "19.592", + "max": "19.657", + "min": "19.539", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "257.373", + "max": "266.544", + "min": "254.306", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "244.972", + "max": "246.352", + "min": "244.654", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "131.457", + "max": "133.621", + "min": "130.779", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "205.009", + "max": "212.005", + "min": "204.721", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "167.85", + "max": "169.486", + "min": "167.567", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "114.802", + "max": "115", + "min": "114.69", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "166.291", + "max": "167.063", + "min": "165.898", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "172.54", + "max": "212.121", + "min": "169.645", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "243.421", + "max": "371.938", + "min": "230.985", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "258.972", + "max": "259.302", + "min": "258.888", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "164.849", + "max": "165.65", + "min": "164.73", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "154.049", + "max": "155.344", + "min": "153.958", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "37.539", + "max": "38.024", + "min": "37.432", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "147.312", + "max": "147.654", + "min": "146.802", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "149.044", + "max": "150.254", + "min": "148.236", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "42.553", + "max": "44.455", + "min": "42.332", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "203.345", + "max": "205.723", + "min": "202.984", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "35.347", + "max": "36.859", + "min": "35.028", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "81.552", + "max": "82.313", + "min": "81.441", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "39.221", + "max": "39.317", + "min": "39.161", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "160.217", + "max": "160.984", + "min": "160.073", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "126.447", + "max": "126.572", + "min": "126.341", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "44.835", + "max": "44.989", + "min": "44.703", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "50.944", + "max": "51.692", + "min": "50.798", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "45.198", + "max": "54.302", + "min": "44.462", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "42.397", + "max": "42.595", + "min": "42.319", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "62.128", + "max": "62.567", + "min": "61.967", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "57.255", + "max": "58.083", + "min": "57.076", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "203.442", + "max": "207.991", + "min": "203.041", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "260.798", + "max": "261.231", + "min": "260.652", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "51.618", + "max": "51.686", + "min": "51.537", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "182.806", + "max": "184.058", + "min": "182.542", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "119.769", + "max": "126.741", + "min": "119.05", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "36.425", + "max": "36.63", + "min": "36.301", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "26.324", + "max": "26.485", + "min": "26.199", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "110.802", + "max": "111.234", + "min": "110.735", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "39.438", + "max": "42.181", + "min": "38.85", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "54.393", + "max": "54.658", + "min": "54.214", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "129.333", + "max": "129.426", + "min": "129.291", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "183.174", + "max": "183.336", + "min": "183.037", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "44.603", + "max": "45.882", + "min": "44.374", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "37.719", + "max": "38.014", + "min": "37.605", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "83.321", + "max": "83.515", + "min": "83.051", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "81.801", + "max": "109.956", + "min": "80.239", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "54.564", + "max": "54.735", + "min": "54.497", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "33.708", + "max": "36.008", + "min": "33.517", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "47.905", + "max": "48.1", + "min": "47.829", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "84.034", + "max": "84.223", + "min": "83.828", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "164.852", + "max": "165.295", + "min": "164.763", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "222.129", + "max": "225.581", + "min": "221.463", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "35.921", + "max": "36.392", + "min": "35.759", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "308.738", + "max": "363.25", + "min": "292.381", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "118.853", + "max": "120.636", + "min": "118.695", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "60.562", + "max": "60.746", + "min": "60.433", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "26.961", + "max": "27.207", + "min": "26.88", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "272.801", + "max": "272.991", + "min": "272.694", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "224.185", + "max": "227.66", + "min": "217.517", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "181.266", + "max": "181.381", + "min": "181.18", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "40.74", + "max": "40.842", + "min": "40.646", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "243.377", + "max": "245.479", + "min": "243.058", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "477.857", + "max": "589.883", + "min": "305.096", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "251.432", + "max": "338.577", + "min": "167.379", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "277.195", + "max": "284.521", + "min": "276.611", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "148.339", + "max": "149.023", + "min": "148.194", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "17.705", + "max": "17.853", + "min": "17.588", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "35.163", + "max": "35.848", + "min": "34.943", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "39.527", + "max": "41.155", + "min": "39.336", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "111.746", + "max": "259.781", + "min": "29.398", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "139.699", + "max": "140.049", + "min": "139.601", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "153.649", + "max": "265.526", + "min": "148.95", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "151.834", + "max": "151.889", + "min": "151.781", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "155.179", + "max": "156.251", + "min": "154.664", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "39.319", + "max": "46.772", + "min": "36.457", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "254.703", + "max": "254.908", + "min": "254.556", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "229.002", + "max": "229.329", + "min": "228.832", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "102.506", + "max": "103.448", + "min": "102.356", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "48.418", + "max": "49.512", + "min": "48.216", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "34.097", + "max": "34.248", + "min": "33.926", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "46.716", + "max": "46.794", + "min": "46.651", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "195.745", + "max": "197.504", + "min": "195.042", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "24.019", + "max": "24.196", + "min": "23.936", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "50.802", + "max": "51.038", + "min": "50.646", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "30.41", + "max": "46.266", + "min": "28.876", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "13.822", + "max": "13.931", + "min": "13.773", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "35.78", + "max": "35.916", + "min": "35.707", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "45.676", + "max": "74.188", + "min": "44.585", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "132.764", + "max": "133.475", + "min": "132.628", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "261.96", + "max": "263.243", + "min": "261.488", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "153.414", + "max": "154.06", + "min": "153.297", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "145.028", + "max": "145.268", + "min": "144.966", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "95.649", + "max": "107.505", + "min": "94.701", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "120.989", + "max": "121.793", + "min": "120.731", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "153.687", + "max": "154.084", + "min": "153.502", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "274.416", + "max": "274.718", + "min": "274.303", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "111.63", + "max": "112.055", + "min": "111.572", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "122.699", + "max": "123.191", + "min": "122.592", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "136.384", + "max": "141.349", + "min": "135.663", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "155.739", + "max": "156.076", + "min": "155.628", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "148.632", + "max": "151.07", + "min": "148.4", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "122.121", + "max": "122.491", + "min": "121.969", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "49.358", + "max": "49.447", + "min": "49.278", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "74.272", + "max": "74.491", + "min": "74.164", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "141.342", + "max": "142.425", + "min": "141.06", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "204.218", + "max": "243.761", + "min": "197.584", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "55.75", + "max": "55.947", + "min": "55.639", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "183.28", + "max": "274.788", + "min": "174.413", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "83.914", + "max": "84.125", + "min": "83.832", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "367.886", + "max": "368.141", + "min": "367.453", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "151.438", + "max": "151.531", + "min": "151.38", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "53.761", + "max": "53.946", + "min": "53.653", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "224.182", + "max": "224.583", + "min": "224.043", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "281.8", + "max": "281.978", + "min": "281.717", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "203.522", + "max": "205.159", + "min": "203.38", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "38.74", + "max": "38.877", + "min": "38.577", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "206.536", + "max": "209.364", + "min": "206.229", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "61.255", + "max": "61.501", + "min": "61.18", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "45.075", + "max": "46.815", + "min": "44.569", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "135.365", + "max": "138.259", + "min": "135.08", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "280.03", + "max": "280.267", + "min": "279.979", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "120.955", + "max": "122.532", + "min": "120.787", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "125.545", + "max": "125.84", + "min": "125.342", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "136.744", + "max": "136.839", + "min": "136.643", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "131.103", + "max": "131.263", + "min": "131.014", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "124.083", + "max": "124.947", + "min": "123.831", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "178.465", + "max": "179.655", + "min": "178.205", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "159.977", + "max": "160.179", + "min": "159.901", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "172.483", + "max": "177.121", + "min": "172.254", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "162.402", + "max": "162.681", + "min": "162.277", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "125.038", + "max": "125.242", + "min": "124.934", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "129.37", + "max": "129.437", + "min": "129.286", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "117.655", + "max": "117.767", + "min": "117.564", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "131.932", + "max": "132.153", + "min": "131.81", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "179.024", + "max": "179.505", + "min": "178.797", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "138.078", + "max": "153.935", + "min": "136.455", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "157.577", + "max": "213.628", + "min": "126.144", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "129.91", + "max": "129.994", + "min": "129.86", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "161.48", + "max": "161.661", + "min": "161.327", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "150.152", + "max": "157.05", + "min": "149.676", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "146.393", + "max": "146.913", + "min": "146.027", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "111.266", + "max": "112.628", + "min": "110.958", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "252.605", + "max": "259.331", + "min": "252.253", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "127.917", + "max": "128.016", + "min": "127.821", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "139.56", + "max": "139.709", + "min": "139.419", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "157.94", + "max": "158.019", + "min": "157.895", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "95.324", + "max": "100.406", + "min": "94.37", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "174.013", + "max": "174.159", + "min": "173.891", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "119.264", + "max": "123.266", + "min": "118.633", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "118.373", + "max": "118.629", + "min": "118.27", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "134.594", + "max": "135.441", + "min": "134.433", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "200.631", + "max": "201.873", + "min": "200.472", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "50.518", + "max": "58.618", + "min": "49.645", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "210.299", + "max": "214.188", + "min": "205.877", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "253.552", + "max": "256.634", + "min": "253.315", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "130.269", + "max": "130.948", + "min": "130.148", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "292.047", + "max": "295.768", + "min": "289.63", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "69.139", + "max": "69.385", + "min": "68.915", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "147.459", + "max": "147.669", + "min": "147.328", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "174.377", + "max": "174.708", + "min": "174.246", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "107.215", + "max": "108.945", + "min": "106.848", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "120.554", + "max": "120.739", + "min": "120.478", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "70.725", + "max": "70.85", + "min": "70.684", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "84.819", + "max": "84.905", + "min": "84.769", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "228.303", + "max": "243.096", + "min": "226.752", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "96.143", + "max": "96.503", + "min": "96.055", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "134.738", + "max": "134.884", + "min": "134.639", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "50.34", + "max": "50.546", + "min": "50.253", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "121.844", + "max": "121.974", + "min": "121.732", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "160.411", + "max": "238.922", + "min": "157.148", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.281", + "max": "59.979", + "min": "51.832", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "133.289", + "max": "133.404", + "min": "133.142", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "153.194", + "max": "154.838", + "min": "152.595", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "80.799", + "max": "100.236", + "min": "79.175", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "255.352", + "max": "255.856", + "min": "254.967", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "189.763", + "max": "190.713", + "min": "189.586", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "207.37", + "max": "207.962", + "min": "207.197", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "149.55", + "max": "149.717", + "min": "149.483", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "124.549", + "max": "124.919", + "min": "124.476", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "167.37", + "max": "167.525", + "min": "167.313", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "51.581", + "max": "54.354", + "min": "51.041", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "44.278", + "max": "44.493", + "min": "44.105", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "166.664", + "max": "170.534", + "min": "165.202", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "130.141", + "max": "132.4", + "min": "129.764", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "51.069", + "max": "52.429", + "min": "49.942", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "167.104", + "max": "167.754", + "min": "166.916", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "40.981", + "max": "41.479", + "min": "40.818", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "125.546", + "max": "129.224", + "min": "125.285", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "220.155", + "max": "220.34", + "min": "219.992", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "101.703", + "max": "101.703", + "min": "101.703", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "114.058", + "max": "114.148", + "min": "113.986", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "124.052", + "max": "124.135", + "min": "123.989", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "208.426", + "max": "220.024", + "min": "207.74", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "133.338", + "max": "144.232", + "min": "125.781", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "145.274", + "max": "145.442", + "min": "145.142", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "245.734", + "max": "246.854", + "min": "245.573", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "206.939", + "max": "210.102", + "min": "206.512", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "47.782", + "max": "50.54", + "min": "47.648", + "id": "51", + "country": "United States", + "source_name": "San Antonio", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "52": { + "name": "Montreal", + "data": { + "0": { + "avg": "140.872", + "max": "141.188", + "min": "140.738", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "253.417", + "max": "256.69", + "min": "253.073", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "8.148", + "max": "8.362", + "min": "8.043", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "102.607", + "max": "106.617", + "min": "101.903", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "83.156", + "max": "83.865", + "min": "83.032", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "138.08", + "max": "138.401", + "min": "137.786", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "146.664", + "max": "146.791", + "min": "146.587", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.914", + "max": "300.978", + "min": "289.629", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "136.722", + "max": "137", + "min": "136.485", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "104.074", + "max": "105.733", + "min": "103.701", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "84.474", + "max": "84.985", + "min": "84.235", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "42.875", + "max": "62.139", + "min": "42.022", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "8.736", + "max": "8.812", + "min": "8.676", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "17.636", + "max": "18.918", + "min": "17.429", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "44.378", + "max": "48.064", + "min": "43.981", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "23.113", + "max": "26.114", + "min": "22.227", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "103.696", + "max": "104.43", + "min": "103.49", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "29.611", + "max": "31.277", + "min": "29.296", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "74.544", + "max": "74.719", + "min": "74.408", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "98.782", + "max": "98.923", + "min": "98.658", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "269.274", + "max": "269.525", + "min": "269.068", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "24.153", + "max": "24.772", + "min": "24.06", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "68.946", + "max": "69.07", + "min": "68.83", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "58.424", + "max": "58.958", + "min": "58.216", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "109.445", + "max": "112.29", + "min": "109.053", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "96.133", + "max": "96.878", + "min": "95.907", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "100.201", + "max": "104.856", + "min": "99.797", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "106.696", + "max": "108.891", + "min": "106.207", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "89.359", + "max": "89.685", + "min": "89.219", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "66.302", + "max": "67.44", + "min": "66.137", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "229.668", + "max": "229.942", + "min": "229.531", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "109", + "max": "114.885", + "min": "108.617", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "69.579", + "max": "73.224", + "min": "69.249", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "124.67", + "max": "124.907", + "min": "124.55", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "96.762", + "max": "99.205", + "min": "96.39", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "211.459", + "max": "214.186", + "min": "211.13", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "78.513", + "max": "78.758", + "min": "78.492", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "67.179", + "max": "67.401", + "min": "67.113", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "44.431", + "max": "44.613", + "min": "44.326", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "14.213", + "max": "15.013", + "min": "13.985", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "226.644", + "max": "230.323", + "min": "226.056", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "85.658", + "max": "86.516", + "min": "85.336", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "117.046", + "max": "118.437", + "min": "116.706", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "110.103", + "max": "113.619", + "min": "109.694", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "218.272", + "max": "220.702", + "min": "218.07", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "117.382", + "max": "118.251", + "min": "116.848", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "119.058", + "max": "119.38", + "min": "118.849", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "91.662", + "max": "95.455", + "min": "91.2", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "172.157", + "max": "175.011", + "min": "171.879", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "59.242", + "max": "59.368", + "min": "59.153", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "0.031", + "max": "0.062", + "min": "0.018", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "56.224", + "max": "56.673", + "min": "55.926", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "121.926", + "max": "166.142", + "min": "79.371", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "29.928", + "max": "30.129", + "min": "29.794", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "214.917", + "max": "232.79", + "min": "211.026", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "233.791", + "max": "234.698", + "min": "233.402", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "108.309", + "max": "112.555", + "min": "107.211", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "236.538", + "max": "237.096", + "min": "236.353", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "118.796", + "max": "119.714", + "min": "118.403", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "90.826", + "max": "90.957", + "min": "90.75", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "142.507", + "max": "144.621", + "min": "141.784", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "135.537", + "max": "193.314", + "min": "132.782", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "241.168", + "max": "332.512", + "min": "234.409", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "236.069", + "max": "236.253", + "min": "235.813", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "129.791", + "max": "130.742", + "min": "129.613", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "114.358", + "max": "115.869", + "min": "114.017", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "11.341", + "max": "12.003", + "min": "11.213", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "119.089", + "max": "120.358", + "min": "118.533", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "155.619", + "max": "156.816", + "min": "155.018", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "47.313", + "max": "50.284", + "min": "47.064", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "207.062", + "max": "209.448", + "min": "206.611", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "76.827", + "max": "77.261", + "min": "76.64", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "88.495", + "max": "91.932", + "min": "88.092", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "37.395", + "max": "37.649", + "min": "37.217", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "121.993", + "max": "122.429", + "min": "121.771", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "132.511", + "max": "132.723", + "min": "132.368", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "20.76", + "max": "20.862", + "min": "20.647", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "58.074", + "max": "58.841", + "min": "57.921", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "18.144", + "max": "24.22", + "min": "17.592", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "23.846", + "max": "24.073", + "min": "23.63", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "69.548", + "max": "69.874", + "min": "69.388", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "16", + "max": "17.018", + "min": "15.761", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "323.671", + "max": "325.228", + "min": "323.048", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "214.395", + "max": "214.748", + "min": "214.249", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "56.613", + "max": "56.721", + "min": "56.535", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "142.108", + "max": "143.001", + "min": "141.717", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "89.895", + "max": "92.399", + "min": "89.548", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "36.122", + "max": "36.248", + "min": "36.008", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "28.835", + "max": "29.266", + "min": "28.695", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "91.369", + "max": "100.119", + "min": "90.739", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.662", + "max": "37.365", + "min": "34.979", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "76.596", + "max": "77.809", + "min": "76.332", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "91.546", + "max": "92.233", + "min": "91.321", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "211.039", + "max": "215.521", + "min": "210.616", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "15.772", + "max": "17.438", + "min": "15.422", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "42.322", + "max": "42.55", + "min": "42.149", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "86.14", + "max": "86.361", + "min": "85.947", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "84.793", + "max": "98.851", + "min": "83.251", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "80.309", + "max": "99.126", + "min": "74.184", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "20.519", + "max": "22.588", + "min": "20.241", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "35.189", + "max": "35.368", + "min": "35.096", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "52.86", + "max": "53.515", + "min": "52.655", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "126.669", + "max": "127.124", + "min": "126.396", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "236.358", + "max": "239.001", + "min": "235.633", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "31.625", + "max": "32.382", + "min": "31.478", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "321.664", + "max": "322.121", + "min": "319.655", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "121.622", + "max": "125.014", + "min": "121.421", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "18.501", + "max": "18.641", + "min": "18.345", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "31.23", + "max": "31.501", + "min": "31.131", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "249.483", + "max": "251.057", + "min": "249.233", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "218.155", + "max": "221.571", + "min": "217.93", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "195.34", + "max": "195.483", + "min": "195.198", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "10.381", + "max": "10.867", + "min": "10.202", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "247.326", + "max": "258.368", + "min": "246.555", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "475.44", + "max": "605.713", + "min": "325.837", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "220.386", + "max": "301.803", + "min": "151.892", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "255.385", + "max": "267.19", + "min": "254.668", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "169.372", + "max": "177.224", + "min": "168.952", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "41.219", + "max": "41.366", + "min": "41.108", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "48.065", + "max": "48.479", + "min": "47.897", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.223", + "max": "40.584", + "min": "40.084", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "125.612", + "max": "273.92", + "min": "46.444", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "132.865", + "max": "133.097", + "min": "132.766", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "122.073", + "max": "259.502", + "min": "116.047", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "117.265", + "max": "117.632", + "min": "117.07", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "104.837", + "max": "106.969", + "min": "104.077", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "11.004", + "max": "11.262", + "min": "10.856", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "239.471", + "max": "239.717", + "min": "239.255", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "195.04", + "max": "195.35", + "min": "194.908", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "85.91", + "max": "91.14", + "min": "84.83", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "34.222", + "max": "34.309", + "min": "34.154", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "27.396", + "max": "27.776", + "min": "27.194", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "37.14", + "max": "38.047", + "min": "36.912", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "219.09", + "max": "220.827", + "min": "218.323", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "54.473", + "max": "54.679", + "min": "54.435", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "10.334", + "max": "10.529", + "min": "10.216", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "61.141", + "max": "98.966", + "min": "58.857", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.148", + "max": "48.291", + "min": "48.097", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "33.047", + "max": "33.136", + "min": "32.975", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "5.996", + "max": "6.143", + "min": "5.921", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "102.041", + "max": "102.335", + "min": "101.94", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "264.925", + "max": "265.439", + "min": "264.583", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "125.295", + "max": "126.451", + "min": "124.995", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "103.992", + "max": "104.192", + "min": "103.816", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "112.401", + "max": "112.888", + "min": "112.179", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "90.887", + "max": "91.78", + "min": "90.582", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "123.36", + "max": "124.984", + "min": "123.23", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "221.376", + "max": "221.898", + "min": "221.236", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "79.737", + "max": "81.369", + "min": "79.588", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "79.153", + "max": "80.334", + "min": "79.01", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "90.667", + "max": "102.077", + "min": "89.308", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "159.855", + "max": "162.361", + "min": "158.68", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "114.273", + "max": "117.623", + "min": "113.88", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "97.137", + "max": "98.319", + "min": "96.657", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "21.222", + "max": "21.97", + "min": "21.067", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "65.351", + "max": "67.709", + "min": "64.989", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "110.224", + "max": "111.263", + "min": "109.94", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "223.534", + "max": "269.651", + "min": "214.833", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "42.682", + "max": "45.606", + "min": "41.696", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "164.401", + "max": "250.421", + "min": "157.207", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "48.82", + "max": "50.375", + "min": "48.702", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "368.019", + "max": "369.017", + "min": "367.387", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "113.741", + "max": "113.985", + "min": "113.464", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "12.857", + "max": "14.122", + "min": "12.589", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "179.899", + "max": "201.187", + "min": "178.826", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "234.257", + "max": "236.241", + "min": "234.02", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "168.814", + "max": "169.574", + "min": "168.557", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.885", + "max": "62.622", + "min": "61.761", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "283.77", + "max": "284.646", + "min": "270.085", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "21.272", + "max": "21.507", + "min": "21.106", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "18.055", + "max": "18.127", + "min": "18.02", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "90.066", + "max": "93.366", + "min": "89.43", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "230.509", + "max": "231.863", + "min": "230.235", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "85.047", + "max": "86.514", + "min": "84.881", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "100.073", + "max": "100.409", + "min": "99.861", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "107.494", + "max": "107.768", + "min": "107.309", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "99.883", + "max": "100.131", + "min": "99.823", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "81.844", + "max": "83.621", + "min": "81.562", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "133.805", + "max": "134.317", + "min": "133.632", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "121.814", + "max": "121.922", + "min": "121.741", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "137.791", + "max": "138.82", + "min": "137.617", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "124.837", + "max": "125.518", + "min": "124.561", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "87.032", + "max": "88.909", + "min": "86.565", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "89.717", + "max": "90.534", + "min": "89.548", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.531", + "max": "83.665", + "min": "81.343", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "100.642", + "max": "104.591", + "min": "100.312", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "135.943", + "max": "136.761", + "min": "135.745", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "107.839", + "max": "119.568", + "min": "106.281", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "117.601", + "max": "182.107", + "min": "91.952", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "78.085", + "max": "78.427", + "min": "77.95", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "155.63", + "max": "158.481", + "min": "155.134", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "115.175", + "max": "115.53", + "min": "114.908", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "118.694", + "max": "121.168", + "min": "118.151", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "81.818", + "max": "87.798", + "min": "81.352", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "220.449", + "max": "236.695", + "min": "219.758", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "104.777", + "max": "105.09", + "min": "104.598", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "102.476", + "max": "102.703", + "min": "102.314", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "99.775", + "max": "100.162", + "min": "99.677", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "97.463", + "max": "107.091", + "min": "95.36", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "129.48", + "max": "131.314", + "min": "129.209", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "84.358", + "max": "86.304", + "min": "84.1", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "90.859", + "max": "92.019", + "min": "90.684", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "84.484", + "max": "84.868", + "min": "83.707", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "262.524", + "max": "263.564", + "min": "262.283", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "11.788", + "max": "16.258", + "min": "11.329", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "267.99", + "max": "271.586", + "min": "263.413", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "214.784", + "max": "215.574", + "min": "214.622", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "90.003", + "max": "90.44", + "min": "89.801", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "215.383", + "max": "216.291", + "min": "215.057", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "94.325", + "max": "95.044", + "min": "94.211", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "125.424", + "max": "126.386", + "min": "125.023", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "133.377", + "max": "135.366", + "min": "133.194", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "83.444", + "max": "84.594", + "min": "82.886", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "87.743", + "max": "88.68", + "min": "87.332", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "21.626", + "max": "22.117", + "min": "21.479", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "42.88", + "max": "43.17", + "min": "42.67", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "226.297", + "max": "226.766", + "min": "226.019", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "21.762", + "max": "22.076", + "min": "21.668", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "99.433", + "max": "106.675", + "min": "98.996", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "9.002", + "max": "9.078", + "min": "8.95", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "99.636", + "max": "100.095", + "min": "99.392", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "135.207", + "max": "135.49", + "min": "135.033", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "69.483", + "max": "73.578", + "min": "66.704", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "97.467", + "max": "97.652", + "min": "97.336", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "113.325", + "max": "114.462", + "min": "112.688", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "79.852", + "max": "95.17", + "min": "78.6", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "172.307", + "max": "173.009", + "min": "171.886", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "144.902", + "max": "145.279", + "min": "144.635", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "155.203", + "max": "156.978", + "min": "154.88", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "120.478", + "max": "120.634", + "min": "120.426", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "94.556", + "max": "94.751", + "min": "94.394", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "132.289", + "max": "132.805", + "min": "132.188", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "4.409", + "max": "6.725", + "min": "4.039", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "21.167", + "max": "21.463", + "min": "21.026", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "140.419", + "max": "143.82", + "min": "138.544", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "109.813", + "max": "110.805", + "min": "108.738", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "6.266", + "max": "8.593", + "min": "5.155", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "140.267", + "max": "140.879", + "min": "140.016", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "28.313", + "max": "28.69", + "min": "28.211", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "83.067", + "max": "85.577", + "min": "82.589", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "244.932", + "max": "247.769", + "min": "240.182", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "140.56", + "max": "140.56", + "min": "140.56", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "81.81", + "max": "82.021", + "min": "81.594", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "96.041", + "max": "96.212", + "min": "95.89", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "176.498", + "max": "187.252", + "min": "175.843", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "110.698", + "max": "129.12", + "min": "101.534", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "166.158", + "max": "166.315", + "min": "166.057", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "196.205", + "max": "197.09", + "min": "196.056", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "160.984", + "max": "161.479", + "min": "160.723", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.101", + "max": "31.582", + "min": "28.457", + "id": "52", + "country": "Canada", + "source_name": "Montreal", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "53": { + "name": "Vancouver", + "data": { + "0": { + "avg": "151.266", + "max": "151.612", + "min": "150.966", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "177.863", + "max": "178.302", + "min": "177.566", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "51.098", + "max": "51.398", + "min": "50.869", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "169.448", + "max": "187.461", + "min": "168.396", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "143.479", + "max": "145.66", + "min": "143.24", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "120.572", + "max": "122.329", + "min": "120.201", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "149.635", + "max": "150.025", + "min": "149.377", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "186.352", + "max": "192.934", + "min": "185.325", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "192.608", + "max": "192.812", + "min": "192.375", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "158.84", + "max": "168.624", + "min": "158.231", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "138.852", + "max": "139.71", + "min": "138.52", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "62.445", + "max": "63.945", + "min": "62.061", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "62.952", + "max": "63.13", + "min": "62.814", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "74.752", + "max": "75.703", + "min": "74.537", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "78.138", + "max": "78.719", + "min": "77.837", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "69.069", + "max": "70.351", + "min": "68.333", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "166.974", + "max": "167.367", + "min": "166.623", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "59.83", + "max": "60.026", + "min": "59.665", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "167.16", + "max": "167.488", + "min": "166.88", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "166.068", + "max": "167.501", + "min": "165.842", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "182.398", + "max": "190.197", + "min": "181.805", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "51.606", + "max": "52.14", + "min": "51.352", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "26.523", + "max": "27.174", + "min": "26.231", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "4.472", + "max": "6.898", + "min": "4.14", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "171.529", + "max": "173.491", + "min": "171.152", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "161.682", + "max": "162.089", + "min": "161.423", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "159.868", + "max": "163.452", + "min": "159.427", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "154.853", + "max": "155.624", + "min": "154.386", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "163.431", + "max": "164.511", + "min": "163.069", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "22.579", + "max": "23.256", + "min": "22.272", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "189.743", + "max": "189.985", + "min": "189.578", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "169.301", + "max": "170.558", + "min": "169.027", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "81.997", + "max": "84.56", + "min": "81.697", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "189.13", + "max": "189.364", + "min": "188.923", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "156.971", + "max": "158.242", + "min": "156.634", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "237.478", + "max": "239.267", + "min": "237.094", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "29.923", + "max": "30.192", + "min": "29.735", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "38.323", + "max": "39.593", + "min": "38.047", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "47.439", + "max": "47.812", + "min": "47.291", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "75.063", + "max": "77.297", + "min": "74.536", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "285.166", + "max": "289.953", + "min": "284.437", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "144.502", + "max": "147.485", + "min": "143.787", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "180.28", + "max": "183.828", + "min": "179.856", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "168.58", + "max": "169.233", + "min": "168.255", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "301.836", + "max": "302.234", + "min": "301.569", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "179.44", + "max": "180.243", + "min": "178.939", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "187.692", + "max": "188.163", + "min": "187.407", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "177.243", + "max": "181.269", + "min": "169.631", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "219.893", + "max": "225.652", + "min": "217.913", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "59.888", + "max": "60.122", + "min": "59.631", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "56.176", + "max": "56.515", + "min": "55.793", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "0.033", + "max": "0.046", + "min": "0.026", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "161.3", + "max": "250.7", + "min": "142.276", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "45.195", + "max": "45.533", + "min": "45.009", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "289.036", + "max": "297.354", + "min": "286.061", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "204.347", + "max": "206.039", + "min": "204.055", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "182.305", + "max": "184.462", + "min": "180.974", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "177.363", + "max": "178.952", + "min": "177.029", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "169.315", + "max": "170.195", + "min": "168.983", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "150.619", + "max": "151.001", + "min": "150.4", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "198.243", + "max": "199.935", + "min": "197.553", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "195.126", + "max": "241.004", + "min": "191.806", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "185.944", + "max": "287.785", + "min": "175.554", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "242.688", + "max": "243.125", + "min": "242.477", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "187.712", + "max": "188.375", + "min": "187.35", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "192.724", + "max": "193.002", + "min": "192.561", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "77.942", + "max": "78.312", + "min": "77.647", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "180.274", + "max": "193.637", + "min": "179.436", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "196.447", + "max": "197.67", + "min": "195.779", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "33.602", + "max": "33.891", + "min": "33.388", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "166.295", + "max": "168.128", + "min": "165.899", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "36.883", + "max": "37.356", + "min": "36.616", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "131.76", + "max": "142.238", + "min": "131.053", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "68.518", + "max": "70.994", + "min": "68.305", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "184.34", + "max": "185.255", + "min": "183.995", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "148.869", + "max": "149.284", + "min": "148.69", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "80.704", + "max": "81.219", + "min": "80.389", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "41.712", + "max": "43.625", + "min": "41.386", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "62.832", + "max": "72.719", + "min": "62.201", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "51.602", + "max": "56.404", + "min": "51.068", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "7.901", + "max": "9.013", + "min": "7.551", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "75.527", + "max": "76.602", + "min": "75.127", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "194.453", + "max": "194.76", + "min": "194.158", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "257.609", + "max": "258.491", + "min": "257.368", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "75.95", + "max": "76.627", + "min": "75.595", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "203.708", + "max": "204.554", + "min": "203.269", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "143.079", + "max": "143.626", + "min": "142.686", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "70.615", + "max": "70.928", + "min": "70.386", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "50.629", + "max": "51.335", + "min": "50.355", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "143.508", + "max": "151.339", + "min": "142.35", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "61.277", + "max": "64.59", + "min": "60.442", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "28.065", + "max": "28.679", + "min": "27.791", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "164.561", + "max": "164.89", + "min": "164.282", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "131.728", + "max": "131.865", + "min": "131.539", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "69.851", + "max": "72.024", + "min": "69.363", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "74.673", + "max": "75.905", + "min": "74.269", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "122.128", + "max": "123.068", + "min": "121.737", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "106.724", + "max": "124.467", + "min": "105.296", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "24.769", + "max": "30.663", + "min": "24.341", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "55.737", + "max": "61.524", + "min": "55.168", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "78.846", + "max": "79.082", + "min": "78.621", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "19.565", + "max": "23.368", + "min": "19.194", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "201.494", + "max": "202.354", + "min": "201.207", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "183.004", + "max": "185.924", + "min": "182.319", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "57.608", + "max": "57.861", + "min": "57.314", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "165.918", + "max": "166.682", + "min": "165.69", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "154.474", + "max": "167.793", + "min": "153.637", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "64.657", + "max": "64.954", + "min": "64.412", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "75.348", + "max": "76.468", + "min": "75.139", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "266.435", + "max": "269.151", + "min": "266.071", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "184.937", + "max": "185.817", + "min": "184.659", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "156.88", + "max": "157.248", + "min": "156.644", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "72.058", + "max": "72.376", + "min": "71.81", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "267.955", + "max": "334.099", + "min": "265.254", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "513.154", + "max": "631.93", + "min": "337.425", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "317.169", + "max": "404.443", + "min": "222.774", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "327.919", + "max": "336.824", + "min": "327.04", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "98.817", + "max": "102.238", + "min": "98.344", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "53.857", + "max": "55.016", + "min": "53.557", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "75.356", + "max": "75.895", + "min": "74.96", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "35.893", + "max": "38.385", + "min": "35.458", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "147.474", + "max": "299.652", + "min": "68.234", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "176.121", + "max": "176.516", + "min": "175.914", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "183.316", + "max": "203.474", + "min": "182.025", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "176.465", + "max": "176.818", + "min": "176.183", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "162.87", + "max": "163.904", + "min": "162.298", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "73.29", + "max": "73.738", + "min": "72.98", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "298.354", + "max": "299.032", + "min": "298.067", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "244.691", + "max": "246.181", + "min": "244.385", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "27.572", + "max": "29.496", + "min": "27.257", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "70.509", + "max": "70.891", + "min": "70.32", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "69.247", + "max": "69.506", + "min": "69.034", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "55.479", + "max": "55.735", + "min": "55.198", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "187.434", + "max": "188.805", + "min": "186.579", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "56.738", + "max": "57.073", + "min": "56.456", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.911", + "max": "75.418", + "min": "73.497", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "40.355", + "max": "69.42", + "min": "37.929", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "54.745", + "max": "55.1", + "min": "54.558", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "52.659", + "max": "52.986", + "min": "52.428", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "78.525", + "max": "78.902", + "min": "78.221", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "173.928", + "max": "174.402", + "min": "173.612", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "245.398", + "max": "246.528", + "min": "244.814", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "186.044", + "max": "186.736", + "min": "185.788", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "152.965", + "max": "153.344", + "min": "152.519", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "74.813", + "max": "83.756", + "min": "73.846", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "154.75", + "max": "164.579", + "min": "154.093", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "182.137", + "max": "187.109", + "min": "181.531", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "264.292", + "max": "264.715", + "min": "264.048", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "143.824", + "max": "144.376", + "min": "143.559", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "145.768", + "max": "153.38", + "min": "145.039", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "149.631", + "max": "160.261", + "min": "147.968", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "123.454", + "max": "123.978", + "min": "123.274", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "175.807", + "max": "177.545", + "min": "175.483", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "160.588", + "max": "177.675", + "min": "159.043", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "73.46", + "max": "73.76", + "min": "73.293", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "12.25", + "max": "18.393", + "min": "11.737", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "182.215", + "max": "184.106", + "min": "181.721", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "164.436", + "max": "215.87", + "min": "157.047", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "31.094", + "max": "31.354", + "min": "30.931", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "208.465", + "max": "302.898", + "min": "201.61", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "102.85", + "max": "103.34", + "min": "102.679", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "443.823", + "max": "444.563", + "min": "443.412", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "179.145", + "max": "179.396", + "min": "178.7", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "64.666", + "max": "64.943", + "min": "64.407", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "257.139", + "max": "257.416", + "min": "256.866", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "322.729", + "max": "322.91", + "min": "322.403", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "233.627", + "max": "233.953", + "min": "233.318", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "80.931", + "max": "81.814", + "min": "80.605", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "167.355", + "max": "167.868", + "min": "167.025", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "72.602", + "max": "73.705", + "min": "72.253", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "60.515", + "max": "60.714", + "min": "60.265", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "157.925", + "max": "158.937", + "min": "157.519", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "284.419", + "max": "289.525", + "min": "283.85", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "147.534", + "max": "147.913", + "min": "147.332", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "165.23", + "max": "165.662", + "min": "164.997", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "173.022", + "max": "174.879", + "min": "172.773", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "164.507", + "max": "164.669", + "min": "164.29", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "141.288", + "max": "141.872", + "min": "140.854", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "211.855", + "max": "215.318", + "min": "211.365", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "187.001", + "max": "187.144", + "min": "186.879", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "203.578", + "max": "204.813", + "min": "203.252", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "193.709", + "max": "194.695", + "min": "193.376", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "150.238", + "max": "151.554", + "min": "149.731", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "146.667", + "max": "151.571", + "min": "146.35", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "156.942", + "max": "157.291", + "min": "156.662", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "163.128", + "max": "163.687", + "min": "162.885", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "200.345", + "max": "200.872", + "min": "200.107", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "170.363", + "max": "175.161", + "min": "169.511", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "189.739", + "max": "229.066", + "min": "159.572", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "128.155", + "max": "128.841", + "min": "127.741", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "205.225", + "max": "206.881", + "min": "204.793", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "184.325", + "max": "189.52", + "min": "183.57", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "176.432", + "max": "176.991", + "min": "175.939", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "147.294", + "max": "148.16", + "min": "146.894", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.72", + "max": "224.715", + "min": "222.249", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "161.969", + "max": "162.346", + "min": "161.727", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "163.466", + "max": "163.744", + "min": "163.238", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "165.656", + "max": "165.884", + "min": "165.419", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "180.358", + "max": "190.325", + "min": "167.634", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "201.151", + "max": "201.507", + "min": "200.843", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "151.374", + "max": "157.37", + "min": "150.738", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "157.454", + "max": "158.004", + "min": "157.235", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "165.001", + "max": "165.523", + "min": "164.428", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "179.279", + "max": "188.507", + "min": "178.337", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "70.481", + "max": "78.617", + "min": "69.607", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "190.964", + "max": "196.554", + "min": "185.51", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "256.525", + "max": "260.773", + "min": "256.183", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "137.971", + "max": "138.836", + "min": "137.708", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "288.131", + "max": "288.446", + "min": "287.853", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "41.815", + "max": "42.036", + "min": "41.536", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "165.416", + "max": "168.163", + "min": "164.988", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "205.084", + "max": "205.824", + "min": "204.738", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "145.865", + "max": "147.304", + "min": "145.446", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "151.067", + "max": "151.827", + "min": "150.693", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "76.327", + "max": "77.198", + "min": "76.112", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "70.291", + "max": "71.032", + "min": "70.07", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.741", + "max": "255.186", + "min": "254.499", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "100.626", + "max": "103.579", + "min": "100.1", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "167.641", + "max": "167.924", + "min": "167.446", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "66.079", + "max": "66.356", + "min": "65.839", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "165.387", + "max": "166.101", + "min": "165.117", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "190.279", + "max": "191.311", + "min": "190.07", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "85.319", + "max": "88.814", + "min": "82.775", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "172.512", + "max": "172.953", + "min": "172.173", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "172.357", + "max": "173.9", + "min": "171.302", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "117.218", + "max": "128.739", + "min": "115.75", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "299.83", + "max": "301.084", + "min": "299.468", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "86.486", + "max": "86.902", + "min": "86.23", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "229.338", + "max": "235.812", + "min": "228.498", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "189.199", + "max": "189.413", + "min": "188.991", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "154.136", + "max": "154.431", + "min": "153.926", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "190.128", + "max": "190.51", + "min": "189.821", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "62.259", + "max": "65.77", + "min": "61.626", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "77.825", + "max": "78.043", + "min": "77.612", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "202.571", + "max": "208.949", + "min": "201.184", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "146.149", + "max": "147.345", + "min": "145.07", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "64.414", + "max": "65.535", + "min": "63.387", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "191.991", + "max": "195.167", + "min": "191.488", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "45.823", + "max": "46.087", + "min": "45.618", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "175.598", + "max": "180.49", + "min": "174.812", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "188.666", + "max": "190.621", + "min": "180.099", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "143.083", + "max": "143.083", + "min": "143.083", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "141.496", + "max": "143.704", + "min": "141.112", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "159.388", + "max": "162.185", + "min": "159.09", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "238.161", + "max": "238.546", + "min": "237.871", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "166.4", + "max": "173.75", + "min": "158.274", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "174.549", + "max": "174.926", + "min": "174.293", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "273.022", + "max": "275.567", + "min": "272.592", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "227.929", + "max": "229.155", + "min": "227.449", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "71.672", + "max": "72.243", + "min": "71.456", + "id": "53", + "country": "Canada", + "source_name": "Vancouver", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "55": { + "name": "Kansas City", + "data": { + "0": { + "avg": "131.068", + "max": "138.256", + "min": "129.595", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "231.061", + "max": "231.531", + "min": "230.848", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "37.057", + "max": "40.697", + "min": "36.843", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "136.277", + "max": "138.22", + "min": "135.916", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "105.152", + "max": "106.764", + "min": "104.909", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "138.978", + "max": "139.184", + "min": "138.808", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "106.533", + "max": "106.644", + "min": "106.399", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "268.886", + "max": "279.118", + "min": "267.545", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "151.33", + "max": "152.448", + "min": "151.093", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "124.215", + "max": "126.071", + "min": "123.939", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "100.69", + "max": "101.012", + "min": "100.501", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "13.042", + "max": "13.934", + "min": "12.916", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "32.543", + "max": "32.63", + "min": "32.499", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "32.65", + "max": "33.048", + "min": "32.417", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "41.581", + "max": "41.889", + "min": "41.37", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "43.134", + "max": "43.903", + "min": "42.981", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "118.974", + "max": "121.264", + "min": "118.634", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "41.995", + "max": "58.08", + "min": "36.132", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "89.371", + "max": "89.717", + "min": "89.125", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "126.636", + "max": "127.03", + "min": "126.415", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "247.652", + "max": "247.781", + "min": "247.518", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "14.36", + "max": "14.516", + "min": "14.269", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "35.574", + "max": "35.867", + "min": "35.414", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "42.386", + "max": "56.501", + "min": "41.583", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "127.439", + "max": "127.633", + "min": "127.244", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "110.838", + "max": "110.967", + "min": "110.742", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "120.574", + "max": "124.658", + "min": "120.184", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "123.429", + "max": "128.131", + "min": "122.977", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "119.137", + "max": "119.255", + "min": "118.961", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "35.717", + "max": "36.202", + "min": "35.549", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "206.272", + "max": "206.452", + "min": "206.093", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "128.511", + "max": "128.693", + "min": "128.328", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "72.65", + "max": "82.909", + "min": "72.197", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "146.608", + "max": "146.713", + "min": "146.489", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "123.681", + "max": "125.819", + "min": "123.424", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "195.778", + "max": "197.756", + "min": "195.526", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "45.015", + "max": "45.094", + "min": "44.983", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "40.772", + "max": "40.992", + "min": "40.575", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "28.793", + "max": "28.978", + "min": "28.669", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "44.878", + "max": "54.757", + "min": "44.353", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "243.564", + "max": "248.364", + "min": "242.954", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "105.354", + "max": "106.682", + "min": "105.064", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "139.251", + "max": "139.376", + "min": "139.168", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "131.266", + "max": "132.174", + "min": "131.133", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "236.343", + "max": "236.601", + "min": "236.24", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "133.294", + "max": "134.173", + "min": "133.082", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "128.035", + "max": "128.257", + "min": "127.911", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "114.423", + "max": "116.56", + "min": "112.236", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "188.118", + "max": "190.436", + "min": "186.433", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "19.569", + "max": "19.627", + "min": "19.511", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "29.934", + "max": "30.108", + "min": "29.786", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "45.242", + "max": "45.436", + "min": "45.08", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "137.305", + "max": "151.314", + "min": "123.23", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "0.028", + "max": "0.049", + "min": "0.018", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "247.041", + "max": "254.014", + "min": "243.957", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "218.678", + "max": "219.029", + "min": "218.414", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "127.295", + "max": "131.128", + "min": "126.035", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "203.387", + "max": "203.537", + "min": "203.241", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "143.852", + "max": "145.384", + "min": "143.395", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "111.895", + "max": "112.017", + "min": "111.712", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "159.417", + "max": "162.476", + "min": "158.947", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "171.169", + "max": "222.518", + "min": "159.789", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "219.459", + "max": "236.216", + "min": "217.291", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "213.273", + "max": "213.485", + "min": "213.158", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "156.733", + "max": "159.732", + "min": "151.798", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "139.546", + "max": "139.769", + "min": "139.4", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "34.862", + "max": "37.706", + "min": "34.565", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "150.946", + "max": "151.222", + "min": "150.521", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "139.725", + "max": "141.486", + "min": "139.057", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "31.369", + "max": "31.647", + "min": "31.287", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "191.901", + "max": "193.242", + "min": "191.499", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "42.782", + "max": "43.121", + "min": "42.528", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.022", + "max": "84.764", + "min": "83.756", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.153", + "max": "34.519", + "min": "32.876", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "136.21", + "max": "136.78", + "min": "136.04", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "101.222", + "max": "101.475", + "min": "101.053", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "45.724", + "max": "45.847", + "min": "45.592", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "53.732", + "max": "54.034", + "min": "53.563", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "28.954", + "max": "29.999", + "min": "28.679", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "19.341", + "max": "19.638", + "min": "19.153", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "38.768", + "max": "39.111", + "min": "38.62", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "45.594", + "max": "46.271", + "min": "45.324", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "199.734", + "max": "199.939", + "min": "199.555", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "251.927", + "max": "252.344", + "min": "251.804", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "21.014", + "max": "21.145", + "min": "20.925", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "180.521", + "max": "181.97", + "min": "180.173", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "106.878", + "max": "107.48", + "min": "106.56", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "40.211", + "max": "40.399", + "min": "40.106", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "6.162", + "max": "6.338", + "min": "6.024", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "106.994", + "max": "113.66", + "min": "106.64", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "30.298", + "max": "32.265", + "min": "29.537", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "48.447", + "max": "48.816", + "min": "48.233", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "116.476", + "max": "116.699", + "min": "116.293", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "175.133", + "max": "175.702", + "min": "174.952", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "25.686", + "max": "25.864", + "min": "25.613", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "38.147", + "max": "38.355", + "min": "37.988", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "88.291", + "max": "88.783", + "min": "88.044", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "72.287", + "max": "77.895", + "min": "71.503", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "37.074", + "max": "37.452", + "min": "36.863", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "15.55", + "max": "17.382", + "min": "15.285", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "29.736", + "max": "29.863", + "min": "29.679", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "65.933", + "max": "66.733", + "min": "65.71", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "136.867", + "max": "137.097", + "min": "136.633", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "210.601", + "max": "216.72", + "min": "209.472", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "26.764", + "max": "27.242", + "min": "26.594", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "300.102", + "max": "301.133", + "min": "299.249", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "102.599", + "max": "102.927", + "min": "102.534", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "48.315", + "max": "50.631", + "min": "44.597", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "38.32", + "max": "38.383", + "min": "38.21", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "228.647", + "max": "228.975", + "min": "228.551", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "192.24", + "max": "194.344", + "min": "192.017", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "162.782", + "max": "163.254", + "min": "162.569", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "32.729", + "max": "32.826", + "min": "32.632", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "263.798", + "max": "266.462", + "min": "263.447", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "470.499", + "max": "585.3", + "min": "290.57", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "252.294", + "max": "354.299", + "min": "149.155", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "256.755", + "max": "263.982", + "min": "256.02", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "133.15", + "max": "133.565", + "min": "132.936", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "7.66", + "max": "7.814", + "min": "7.497", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "38.7", + "max": "40.241", + "min": "38.321", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "31.643", + "max": "31.844", + "min": "31.489", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "161.143", + "max": "306.067", + "min": "71.082", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "151.263", + "max": "152.835", + "min": "151.13", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "136.104", + "max": "180.429", + "min": "132.675", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "138.493", + "max": "138.626", + "min": "138.369", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "135.552", + "max": "137.008", + "min": "135.05", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "30.778", + "max": "30.946", + "min": "30.647", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "257.727", + "max": "260.617", + "min": "257.244", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "202.154", + "max": "203.139", + "min": "201.843", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "72.022", + "max": "72.874", + "min": "71.843", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.07", + "max": "25.315", + "min": "24.972", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "28.774", + "max": "29.009", + "min": "28.648", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "37.543", + "max": "37.711", + "min": "37.433", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "216.16", + "max": "217.09", + "min": "215.48", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "37.986", + "max": "38.113", + "min": "37.899", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "36.015", + "max": "36.28", + "min": "35.916", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "52.874", + "max": "66.397", + "min": "51.089", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "22.417", + "max": "22.505", + "min": "22.347", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "8.969", + "max": "9.055", + "min": "8.93", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "31.774", + "max": "31.928", + "min": "31.624", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "135.524", + "max": "136.092", + "min": "135.375", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "242.749", + "max": "246.138", + "min": "242.326", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "143.105", + "max": "143.586", + "min": "142.988", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "122.092", + "max": "122.481", + "min": "121.809", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "85.191", + "max": "90.839", + "min": "84.766", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "107.009", + "max": "108.064", + "min": "106.683", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "140.286", + "max": "146.825", + "min": "139.768", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "237.965", + "max": "238.091", + "min": "237.857", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "97.991", + "max": "98.309", + "min": "97.846", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "98.363", + "max": "98.588", + "min": "98.215", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "114.79", + "max": "122.585", + "min": "113.312", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "139.075", + "max": "139.198", + "min": "138.915", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "136.758", + "max": "137.693", + "min": "136.502", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "120.204", + "max": "135.988", + "min": "118.237", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "40.911", + "max": "41.072", + "min": "40.823", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "49.714", + "max": "50.767", + "min": "49.482", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "136.028", + "max": "138.121", + "min": "135.619", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "185.579", + "max": "222.075", + "min": "178.383", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "33.163", + "max": "33.313", + "min": "33.049", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "179.001", + "max": "252.64", + "min": "170.051", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "63.273", + "max": "63.585", + "min": "63.064", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "345.955", + "max": "346.222", + "min": "345.747", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "131.896", + "max": "132.562", + "min": "131.521", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "36.145", + "max": "36.28", + "min": "36.06", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "207.814", + "max": "207.975", + "min": "207.699", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "252.439", + "max": "252.923", + "min": "252.32", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "185.726", + "max": "185.905", + "min": "185.542", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "38.085", + "max": "38.397", + "min": "37.928", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "207.176", + "max": "215.075", + "min": "183.096", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "41.045", + "max": "41.238", + "min": "40.917", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "23.775", + "max": "23.812", + "min": "23.711", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "118.77", + "max": "122.518", + "min": "118.46", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "247.534", + "max": "247.742", + "min": "247.435", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "103.47", + "max": "106.104", + "min": "103.213", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "124.768", + "max": "125.27", + "min": "124.52", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "130.794", + "max": "131.144", + "min": "130.584", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "122.522", + "max": "122.684", + "min": "122.279", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "99.865", + "max": "100.334", + "min": "99.622", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "171.681", + "max": "171.916", + "min": "171.494", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "144.211", + "max": "144.33", + "min": "144.139", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "153.892", + "max": "154.195", + "min": "153.744", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "159.764", + "max": "160.016", + "min": "159.64", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "109.266", + "max": "114.519", + "min": "108.799", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "105.576", + "max": "105.75", + "min": "105.448", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "117.979", + "max": "118.06", + "min": "117.915", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "126.887", + "max": "127.075", + "min": "126.695", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "152.058", + "max": "152.873", + "min": "151.685", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "130.701", + "max": "141.031", + "min": "129.274", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "137.14", + "max": "192.574", + "min": "110.165", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "95.223", + "max": "95.569", + "min": "95.055", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "155.804", + "max": "156.376", + "min": "155.605", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "133.319", + "max": "133.655", + "min": "132.987", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "166.773", + "max": "167.281", + "min": "166.524", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "110.062", + "max": "111.039", + "min": "109.786", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "223.701", + "max": "224.004", + "min": "223.463", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "138.362", + "max": "139.487", + "min": "138.212", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "135.791", + "max": "136.208", + "min": "135.466", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "134.128", + "max": "134.382", + "min": "133.861", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "120.519", + "max": "129.049", + "min": "116.341", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "158.27", + "max": "158.531", + "min": "158.118", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "113.714", + "max": "121.121", + "min": "113.043", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "115.001", + "max": "116.172", + "min": "114.8", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "103.619", + "max": "104.172", + "min": "103.18", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "192.632", + "max": "202.066", + "min": "190.612", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "33.695", + "max": "41.792", + "min": "32.949", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "218.117", + "max": "221.272", + "min": "212.983", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "267.023", + "max": "267.138", + "min": "266.909", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "108.038", + "max": "108.497", + "min": "107.832", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "263.849", + "max": "264.981", + "min": "263.593", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "53.79", + "max": "56.205", + "min": "53.436", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "143.591", + "max": "144.199", + "min": "143.275", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "174.394", + "max": "174.744", + "min": "174.217", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "100.358", + "max": "102.177", + "min": "99.93", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "108.379", + "max": "109.762", + "min": "108.093", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "65.442", + "max": "65.668", + "min": "65.364", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "92.723", + "max": "92.866", + "min": "92.583", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "225.666", + "max": "226.02", + "min": "225.383", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "47.21", + "max": "47.745", + "min": "47.087", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "119.89", + "max": "120.112", + "min": "119.689", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "27.815", + "max": "27.86", + "min": "27.769", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "126.068", + "max": "126.262", + "min": "125.933", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "168.003", + "max": "475.125", + "min": "157.247", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.911", + "max": "60.499", + "min": "52.582", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "114.341", + "max": "114.661", + "min": "114.101", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "134.804", + "max": "136.224", + "min": "133.922", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "81.712", + "max": "98.079", + "min": "79.787", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "246.185", + "max": "252.988", + "min": "244.008", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "136.016", + "max": "136.177", + "min": "135.839", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "178.483", + "max": "178.898", + "min": "178.195", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "149.967", + "max": "150.083", + "min": "149.9", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "124.777", + "max": "124.88", + "min": "124.688", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "161.057", + "max": "161.246", + "min": "160.93", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "47.405", + "max": "49.274", + "min": "46.991", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "48.846", + "max": "49.075", + "min": "48.732", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "159.229", + "max": "176.927", + "min": "156.331", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "132.188", + "max": "133.444", + "min": "131.21", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "34.427", + "max": "35.621", + "min": "33.305", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "162.746", + "max": "163.382", + "min": "162.549", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "6.038", + "max": "6.166", + "min": "5.951", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "104.047", + "max": "107.578", + "min": "103.399", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "194.47", + "max": "194.75", + "min": "194.313", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.467", + "max": "113.467", + "min": "113.467", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "103.937", + "max": "104.057", + "min": "103.756", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "114.689", + "max": "114.807", + "min": "114.593", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "191.226", + "max": "201.083", + "min": "190.412", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "119.668", + "max": "131.86", + "min": "112.842", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "131.275", + "max": "131.451", + "min": "131.116", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "252.609", + "max": "254.247", + "min": "252.233", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "233.399", + "max": "233.897", + "min": "233.119", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "19.354", + "max": "21.654", + "min": "19.089", + "id": "55", + "country": "United States", + "source_name": "Kansas City", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "68": { + "name": "Philadelphia", + "data": { + "0": { + "avg": "159.804", + "max": "159.99", + "min": "159.615", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "331.52", + "max": "334.043", + "min": "331.174", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "17.942", + "max": "24.769", + "min": "17.534", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "99.466", + "max": "105.564", + "min": "98.585", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "73.939", + "max": "74.293", + "min": "73.749", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "164.619", + "max": "167.159", + "min": "164.428", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "87.406", + "max": "99.968", + "min": "86.841", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "378.433", + "max": "380.984", + "min": "377.946", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "119.978", + "max": "120.835", + "min": "119.829", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "101.059", + "max": "104.526", + "min": "100.559", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "69.953", + "max": "77.326", + "min": "69.497", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "41.359", + "max": "41.567", + "min": "41.234", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "4.332", + "max": "7.907", + "min": "4.07", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "9.31", + "max": "17.563", + "min": "8.858", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "29.832", + "max": "29.993", + "min": "29.684", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "8.151", + "max": "8.557", + "min": "7.942", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "101.153", + "max": "102.922", + "min": "100.776", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "16.439", + "max": "20.236", + "min": "16.212", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "79.102", + "max": "80.43", + "min": "78.923", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "96.878", + "max": "97.996", + "min": "96.718", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "361.97", + "max": "362.084", + "min": "361.881", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "24.167", + "max": "34.824", + "min": "23.363", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "72.963", + "max": "73.124", + "min": "72.815", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "76.642", + "max": "78.238", + "min": "76.412", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "109.034", + "max": "109.897", + "min": "108.823", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "91.033", + "max": "91.474", + "min": "90.947", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "95.112", + "max": "96.442", + "min": "94.862", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "120.372", + "max": "121.298", + "min": "120.222", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "85.866", + "max": "87.126", + "min": "85.707", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "71.81", + "max": "73.796", + "min": "71.525", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "261.666", + "max": "264.152", + "min": "261.389", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "100.327", + "max": "100.535", + "min": "100.193", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "67.429", + "max": "72.377", + "min": "67.018", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "126.621", + "max": "126.723", + "min": "126.516", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "92.944", + "max": "93.233", + "min": "92.786", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "247.69", + "max": "250.25", + "min": "247.379", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "65.756", + "max": "66.638", + "min": "65.61", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "52.673", + "max": "52.93", + "min": "52.595", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "32.733", + "max": "32.951", + "min": "32.549", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "8.741", + "max": "9.742", + "min": "8.456", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "212.466", + "max": "216.03", + "min": "211.953", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "80.059", + "max": "86.826", + "min": "79.206", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "110.039", + "max": "110.369", + "min": "109.906", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "104.661", + "max": "105.744", + "min": "104.421", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "209.105", + "max": "216.325", + "min": "208.734", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "105.22", + "max": "106.258", + "min": "104.858", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "112.815", + "max": "112.987", + "min": "112.7", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "86.389", + "max": "86.651", + "min": "86.273", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "161.241", + "max": "162.275", + "min": "160.997", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "37.554", + "max": "39.628", + "min": "37.402", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "11.287", + "max": "12.012", + "min": "11.196", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "78.112", + "max": "81.491", + "min": "77.769", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "125.668", + "max": "159.737", + "min": "75.69", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "34.676", + "max": "35.387", + "min": "34.522", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "245.016", + "max": "254.437", + "min": "241.609", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "271.677", + "max": "272.75", + "min": "271.46", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "89.635", + "max": "91.718", + "min": "88.729", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "223.434", + "max": "225.069", + "min": "223.267", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "138.969", + "max": "140.12", + "min": "138.674", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "79.698", + "max": "80.778", + "min": "79.563", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "139.398", + "max": "139.983", + "min": "138.96", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "127.424", + "max": "192.046", + "min": "124.087", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "280.739", + "max": "302.624", + "min": "279.2", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "249.252", + "max": "255.98", + "min": "248.856", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "121.315", + "max": "122.581", + "min": "121.14", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "116.706", + "max": "116.884", + "min": "116.622", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "0.028", + "max": "0.051", + "min": "0.023", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "119.734", + "max": "122.486", + "min": "119.209", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "134.233", + "max": "139.754", + "min": "133.073", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "46.74", + "max": "47.587", + "min": "46.569", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "231.032", + "max": "242.319", + "min": "230.44", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "63.551", + "max": "66.789", + "min": "63.131", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "72.001", + "max": "72.536", + "min": "71.839", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "25.89", + "max": "26.22", + "min": "25.779", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "115.585", + "max": "116.68", + "min": "115.408", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "81.856", + "max": "85.784", + "min": "81.521", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "11.212", + "max": "11.374", + "min": "11.061", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "72.975", + "max": "73.129", + "min": "72.876", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "18.672", + "max": "18.992", + "min": "18.522", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "19.121", + "max": "19.759", + "min": "18.971", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "79.731", + "max": "80.265", + "min": "79.57", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "19.77", + "max": "20.222", + "min": "19.598", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "229.556", + "max": "230.19", + "min": "229.385", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "231.601", + "max": "231.862", + "min": "231.428", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "68.484", + "max": "69.394", + "min": "68.33", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "162.348", + "max": "163.3", + "min": "162.005", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "79.068", + "max": "81.069", + "min": "78.766", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "27.146", + "max": "27.578", + "min": "27.011", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "29.611", + "max": "30.237", + "min": "29.392", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "75.209", + "max": "79.207", + "min": "74.918", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.363", + "max": "35.752", + "min": "31.515", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "73.279", + "max": "73.677", + "min": "73.068", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "80.649", + "max": "80.778", + "min": "80.554", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "197.762", + "max": "198.283", + "min": "197.568", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "12.568", + "max": "14.257", + "min": "12.363", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "30.333", + "max": "30.656", + "min": "30.16", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "76.325", + "max": "76.523", + "min": "76.153", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "62.504", + "max": "110.404", + "min": "59.993", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "77.641", + "max": "77.974", + "min": "77.493", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "20.757", + "max": "22.967", + "min": "20.393", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "33.235", + "max": "33.663", + "min": "33.124", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "75.24", + "max": "75.856", + "min": "75.04", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "129.69", + "max": "131.938", + "min": "129.454", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "233.198", + "max": "240.679", + "min": "232.554", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.349", + "max": "28.748", + "min": "28.206", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "402.405", + "max": "455.149", + "min": "343.219", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "92.362", + "max": "94.247", + "min": "92.175", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "10.544", + "max": "10.746", + "min": "10.363", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "22.471", + "max": "33.436", + "min": "21.616", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "215.861", + "max": "222.321", + "min": "214.598", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "217.846", + "max": "240.944", + "min": "216.929", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "194.241", + "max": "194.627", + "min": "194.11", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "3.213", + "max": "4.533", + "min": "3.052", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "205.675", + "max": "220.381", + "min": "204.655", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "444.357", + "max": "562.646", + "min": "276.813", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "220.084", + "max": "303.644", + "min": "136.262", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "252.305", + "max": "255.235", + "min": "251.619", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "167.06", + "max": "167.286", + "min": "166.933", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "41.507", + "max": "53.239", + "min": "40.365", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "36.593", + "max": "37.401", + "min": "36.325", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "47.159", + "max": "48.746", + "min": "46.937", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "104.784", + "max": "249.813", + "min": "26.035", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "130.295", + "max": "130.743", + "min": "130.119", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "112.683", + "max": "116.405", + "min": "112.155", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "110.314", + "max": "113.268", + "min": "110.117", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "103.593", + "max": "104.543", + "min": "102.936", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "5.058", + "max": "5.425", + "min": "4.945", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "295.33", + "max": "298.205", + "min": "294.842", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "205.517", + "max": "208.048", + "min": "205.254", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "105.91", + "max": "110.176", + "min": "105.612", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "24.675", + "max": "36.157", + "min": "23.999", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "29.588", + "max": "31.163", + "min": "29.323", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "36.943", + "max": "38.128", + "min": "36.768", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "209.916", + "max": "212.942", + "min": "209.029", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.006", + "max": "49.115", + "min": "48.932", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "9.816", + "max": "10.899", + "min": "9.665", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "54.288", + "max": "72.314", + "min": "52.1", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "47.272", + "max": "47.735", + "min": "47.128", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "29.745", + "max": "29.865", + "min": "29.665", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "7.138", + "max": "18.952", + "min": "6.225", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "104.744", + "max": "104.975", + "min": "104.613", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "251.586", + "max": "253.304", + "min": "251.238", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "118.395", + "max": "121.892", + "min": "118.068", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "108.849", + "max": "115.976", + "min": "108.493", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "114.861", + "max": "117.714", + "min": "114.457", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "80.392", + "max": "80.985", + "min": "80.244", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "115.6", + "max": "142.353", + "min": "114.53", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "297.872", + "max": "298.242", + "min": "297.747", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "70.332", + "max": "71.597", + "min": "70.175", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "71.989", + "max": "72.264", + "min": "71.884", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "85.706", + "max": "98.513", + "min": "84.765", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "184.347", + "max": "187.911", + "min": "184.111", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "114.834", + "max": "117.283", + "min": "114.515", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "85.337", + "max": "85.837", + "min": "85.139", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "13.26", + "max": "13.399", + "min": "13.156", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "87.037", + "max": "87.642", + "min": "86.837", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "113.182", + "max": "113.991", + "min": "113.001", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "233.745", + "max": "281.76", + "min": "225.152", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "46.545", + "max": "46.78", + "min": "46.467", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "165.272", + "max": "255.932", + "min": "157.973", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "38.124", + "max": "38.88", + "min": "37.976", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "284.541", + "max": "288.984", + "min": "284.319", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "111.832", + "max": "112.747", + "min": "111.673", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "3.757", + "max": "5.708", + "min": "3.518", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "173.912", + "max": "174.226", + "min": "173.714", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "230.99", + "max": "231.778", + "min": "230.843", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "170.231", + "max": "171.613", + "min": "170.024", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "52.291", + "max": "52.487", + "min": "52.147", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "227.182", + "max": "228.279", + "min": "226.911", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "12.169", + "max": "12.322", + "min": "12.091", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "18.107", + "max": "18.292", + "min": "18.044", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "86.683", + "max": "90.509", + "min": "86.345", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "263.001", + "max": "263.188", + "min": "262.899", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "79.576", + "max": "80.488", + "min": "79.439", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "87.528", + "max": "88.146", + "min": "87.335", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "103.469", + "max": "106.732", + "min": "103.224", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "92.567", + "max": "92.671", + "min": "92.479", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "75.195", + "max": "82.273", + "min": "74.646", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "128.346", + "max": "129.16", + "min": "128.068", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "118.442", + "max": "119.331", + "min": "118.328", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "128.917", + "max": "137.632", + "min": "128.185", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "118.051", + "max": "125.07", + "min": "117.441", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "84.523", + "max": "96.98", + "min": "83.821", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "85.008", + "max": "85.229", + "min": "84.893", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "76.567", + "max": "76.725", + "min": "76.451", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "105.032", + "max": "112.605", + "min": "104.29", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "128.347", + "max": "132.842", + "min": "127.958", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "102.821", + "max": "122.363", + "min": "100.414", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "110.292", + "max": "140.439", + "min": "96.317", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "71.356", + "max": "86.479", + "min": "70.713", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "123.908", + "max": "124.469", + "min": "123.653", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "109.902", + "max": "136.738", + "min": "108.291", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "116.9", + "max": "117.35", + "min": "116.591", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "76.075", + "max": "83.955", + "min": "75.277", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "291.959", + "max": "295.343", + "min": "291.434", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "92.065", + "max": "92.967", + "min": "91.862", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "97.669", + "max": "98.146", + "min": "97.507", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "98.218", + "max": "98.712", + "min": "98.127", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "92.422", + "max": "100.944", + "min": "90.44", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "128.458", + "max": "131.644", + "min": "128.106", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "77.821", + "max": "93.17", + "min": "76.848", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "77.505", + "max": "80.605", + "min": "77.12", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "76.758", + "max": "79.626", + "min": "76.491", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "232.807", + "max": "250.439", + "min": "231.224", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "6.582", + "max": "22.032", + "min": "5.524", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "239.092", + "max": "239.254", + "min": "238.927", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "271", + "max": "271.139", + "min": "270.848", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "81.858", + "max": "82.536", + "min": "81.729", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "212.46", + "max": "233.518", + "min": "209.451", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "79.523", + "max": "79.903", + "min": "79.312", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "104.253", + "max": "106.45", + "min": "103.995", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "138.627", + "max": "138.895", + "min": "138.45", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "73.939", + "max": "75.428", + "min": "73.582", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "79.216", + "max": "79.678", + "min": "79.04", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.268", + "max": "27.961", + "min": "27.167", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "34.689", + "max": "36.187", + "min": "34.562", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "246.686", + "max": "247.378", + "min": "246.493", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "9.284", + "max": "9.422", + "min": "9.18", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "92.756", + "max": "92.998", + "min": "92.645", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "9.601", + "max": "16.945", + "min": "9.253", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "97.675", + "max": "97.952", + "min": "97.564", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "140.369", + "max": "142.403", + "min": "140.161", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "43.481", + "max": "53.819", + "min": "40.069", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "93.65", + "max": "93.786", + "min": "93.541", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "104.613", + "max": "119.492", + "min": "103.333", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "72.846", + "max": "86.398", + "min": "71.155", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "208.379", + "max": "212.629", + "min": "207.717", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "233.936", + "max": "234.145", + "min": "233.788", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "164.091", + "max": "164.722", + "min": "163.91", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "116.782", + "max": "125.912", + "min": "116.24", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "82.584", + "max": "94.789", + "min": "81.44", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "127.47", + "max": "127.965", + "min": "127.327", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "15.347", + "max": "21.382", + "min": "14.698", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "13.527", + "max": "13.847", + "min": "13.401", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "134.86", + "max": "141.022", + "min": "132.09", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "92.415", + "max": "96.481", + "min": "91.891", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "15.399", + "max": "17.21", + "min": "14.388", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "135.42", + "max": "140.767", + "min": "134.984", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "37.397", + "max": "37.647", + "min": "37.217", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "81.88", + "max": "82.513", + "min": "81.745", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "244.619", + "max": "246.068", + "min": "240.084", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "103.043", + "max": "106.1", + "min": "99.987", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "80.85", + "max": "80.987", + "min": "80.762", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "91.984", + "max": "92.274", + "min": "91.871", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "165.456", + "max": "166.718", + "min": "165.181", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "89.026", + "max": "100.807", + "min": "81.175", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "109.502", + "max": "109.671", + "min": "109.408", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "188.236", + "max": "193.879", + "min": "187.339", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "154.419", + "max": "154.853", + "min": "154.207", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.362", + "max": "31.31", + "min": "29.154", + "id": "68", + "country": "United States", + "source_name": "Philadelphia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "71": { + "name": "Denver", + "data": { + "0": { + "avg": "131.827", + "max": "132.012", + "min": "131.71", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "231.154", + "max": "232.239", + "min": "230.842", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "33.995", + "max": "34.243", + "min": "33.88", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "148.298", + "max": "154.875", + "min": "147.647", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "116.903", + "max": "119.398", + "min": "116.64", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "147.495", + "max": "147.963", + "min": "147.296", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "123.8", + "max": "123.974", + "min": "123.675", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "268.863", + "max": "284.404", + "min": "267.172", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "165.986", + "max": "166.227", + "min": "165.859", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "146.645", + "max": "152.424", + "min": "146.289", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "121.449", + "max": "122.369", + "min": "121.179", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "25.083", + "max": "34.931", + "min": "24.199", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "45.371", + "max": "45.522", + "min": "45.265", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "47.377", + "max": "47.671", + "min": "47.226", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "55.51", + "max": "56.082", + "min": "55.293", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "41.726", + "max": "42.909", + "min": "41.079", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "132.929", + "max": "133.216", + "min": "132.717", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "34.149", + "max": "36.711", + "min": "33.912", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "121.931", + "max": "122.08", + "min": "121.743", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "139.432", + "max": "139.694", + "min": "139.336", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "247.677", + "max": "247.809", + "min": "247.554", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "26.368", + "max": "26.518", + "min": "26.24", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "29.019", + "max": "29.65", + "min": "28.863", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "32.927", + "max": "35.455", + "min": "32.729", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "169.051", + "max": "171.726", + "min": "168.806", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "140.174", + "max": "143.328", + "min": "139.917", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "134.609", + "max": "136.667", + "min": "134.344", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "158.925", + "max": "159.204", + "min": "158.85", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "128.046", + "max": "129.11", + "min": "127.912", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "27.661", + "max": "28.174", + "min": "27.483", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "227.797", + "max": "228.242", + "min": "227.674", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "144.314", + "max": "144.608", + "min": "144.209", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "44.184", + "max": "45.414", + "min": "43.975", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "156.075", + "max": "156.143", + "min": "156.013", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "132.534", + "max": "133.056", + "min": "132.342", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "209.39", + "max": "211.416", + "min": "209.083", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "34.406", + "max": "34.952", + "min": "34.307", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "28.691", + "max": "28.854", + "min": "28.525", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "23.713", + "max": "24.064", + "min": "23.594", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "51.621", + "max": "53.9", + "min": "51.191", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "252.049", + "max": "254.358", + "min": "251.738", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "119.466", + "max": "121.549", + "min": "119.161", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "154.709", + "max": "154.966", + "min": "154.604", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "151.565", + "max": "155.696", + "min": "151.282", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "271.376", + "max": "271.659", + "min": "271.093", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "155.334", + "max": "156.026", + "min": "154.974", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "144.478", + "max": "146.788", + "min": "144.237", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "141.726", + "max": "146.287", + "min": "136.771", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "188.449", + "max": "189.284", + "min": "188.243", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "42.427", + "max": "42.592", + "min": "42.317", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "47.18", + "max": "47.39", + "min": "47.093", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "33.745", + "max": "34.142", + "min": "33.458", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "182.327", + "max": "192.628", + "min": "175.014", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "31.41", + "max": "31.491", + "min": "31.335", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "244.198", + "max": "253.527", + "min": "241.048", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "233.126", + "max": "233.31", + "min": "232.929", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "128.734", + "max": "132.289", + "min": "128.218", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "179.368", + "max": "179.831", + "min": "179.284", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "154.582", + "max": "157.377", + "min": "154.129", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "130.35", + "max": "130.471", + "min": "130.239", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "180.099", + "max": "180.822", + "min": "179.478", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "177.892", + "max": "236.289", + "min": "173.079", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "224.699", + "max": "349.72", + "min": "210.965", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "207.972", + "max": "209.976", + "min": "207.623", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "171.02", + "max": "172.276", + "min": "170.864", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "158.148", + "max": "158.231", + "min": "158.063", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "46.709", + "max": "46.907", + "min": "46.581", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "148.071", + "max": "162.234", + "min": "147.049", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "163.558", + "max": "165.112", + "min": "162.618", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "0.034", + "max": "0.089", + "min": "0.021", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "183.46", + "max": "184.892", + "min": "183.09", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "32.094", + "max": "32.699", + "min": "31.794", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "94.209", + "max": "97.184", + "min": "93.832", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "41.295", + "max": "43.936", + "min": "41.068", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "146.723", + "max": "147.274", + "min": "146.522", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "116.284", + "max": "116.482", + "min": "116.165", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "47.445", + "max": "47.589", + "min": "47.326", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "41.359", + "max": "42.53", + "min": "41.205", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "38.3", + "max": "43.822", + "min": "37.925", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "32.694", + "max": "39.745", + "min": "32.216", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "35.383", + "max": "35.696", + "min": "35.211", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "67.549", + "max": "69.317", + "min": "67.225", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "199.946", + "max": "200.303", + "min": "199.814", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "247.47", + "max": "247.648", + "min": "247.304", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "66.099", + "max": "66.204", + "min": "66.027", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "179.318", + "max": "180.126", + "min": "179.028", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "115.857", + "max": "117.211", + "min": "115.538", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "52.676", + "max": "52.803", + "min": "52.565", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "19.662", + "max": "22.088", + "min": "19.339", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "120.745", + "max": "126.21", + "min": "120.114", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "31.344", + "max": "34.379", + "min": "30.729", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "49.669", + "max": "50.402", + "min": "49.47", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "119.836", + "max": "119.978", + "min": "119.756", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "151.179", + "max": "152.183", + "min": "150.951", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "36.493", + "max": "37.569", + "min": "36.363", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "55.31", + "max": "55.503", + "min": "55.158", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "99.17", + "max": "100.073", + "min": "98.932", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "78.452", + "max": "96.026", + "min": "76.762", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "30.443", + "max": "30.599", + "min": "30.346", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "28.038", + "max": "30.357", + "min": "27.693", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "36.93", + "max": "37.018", + "min": "36.876", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "57.824", + "max": "58.219", + "min": "57.625", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "183.289", + "max": "183.696", + "min": "183.112", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "188.311", + "max": "191.21", + "min": "187.681", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.274", + "max": "29.833", + "min": "28.017", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "300.861", + "max": "306.308", + "min": "300.062", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "112.46", + "max": "116.978", + "min": "111.993", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "55.308", + "max": "57.052", + "min": "55.129", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "50.123", + "max": "58.107", + "min": "49.578", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "296.424", + "max": "296.886", + "min": "296.246", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "189.946", + "max": "192.511", + "min": "189.7", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "152.536", + "max": "153.224", + "min": "152.329", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "43.481", + "max": "43.677", + "min": "43.357", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "247.075", + "max": "263.077", + "min": "246.31", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "486.48", + "max": "594.048", + "min": "299.976", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "262.104", + "max": "358.464", + "min": "179.978", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "272.516", + "max": "279.742", + "min": "271.751", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "123.952", + "max": "125.638", + "min": "123.676", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "19.956", + "max": "20.109", + "min": "19.84", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "41.767", + "max": "42.578", + "min": "41.453", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "2.27", + "max": "2.905", + "min": "2.073", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "157.127", + "max": "313.454", + "min": "81.405", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "155.045", + "max": "156.83", + "min": "154.891", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "169.29", + "max": "307.9", + "min": "160.888", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "159.472", + "max": "159.642", + "min": "159.386", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "148.912", + "max": "150.358", + "min": "148.328", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "37.112", + "max": "37.749", + "min": "36.947", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "319.049", + "max": "319.405", + "min": "318.808", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "249.158", + "max": "250.292", + "min": "248.822", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "61.591", + "max": "64.802", + "min": "61.343", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "37.951", + "max": "39.325", + "min": "37.686", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "33.443", + "max": "34.075", + "min": "33.319", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "39.641", + "max": "41.585", + "min": "39.434", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "164.556", + "max": "165.956", + "min": "163.867", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "32.551", + "max": "34.09", + "min": "32.368", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "47.369", + "max": "47.576", + "min": "47.2", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "12.292", + "max": "25.508", + "min": "10.854", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "36.352", + "max": "38.504", + "min": "36.175", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "21.281", + "max": "24.733", + "min": "21.051", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "43.689", + "max": "43.881", + "min": "43.556", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "143.619", + "max": "147.118", + "min": "143.252", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "253.853", + "max": "254.229", + "min": "253.45", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "160.277", + "max": "160.806", + "min": "160.156", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "140.026", + "max": "140.223", + "min": "139.88", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "76.683", + "max": "96.913", + "min": "75.654", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "129.074", + "max": "131.044", + "min": "128.599", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "152.063", + "max": "168.05", + "min": "150.495", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "259.599", + "max": "260.074", + "min": "259.467", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "110.175", + "max": "111.003", + "min": "110.013", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "111.431", + "max": "112.485", + "min": "111.321", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "128.061", + "max": "148.179", + "min": "125.172", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "170.493", + "max": "173.178", + "min": "170.302", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "138.069", + "max": "142.171", + "min": "137.716", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "126.076", + "max": "127.566", + "min": "125.726", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "57.09", + "max": "58.073", + "min": "56.955", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "43.726", + "max": "44.396", + "min": "43.585", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "156.407", + "max": "158.001", + "min": "156.065", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "195.345", + "max": "240.881", + "min": "187.458", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "48.559", + "max": "48.663", + "min": "48.468", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "185.024", + "max": "284.66", + "min": "178.368", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "76.666", + "max": "76.836", + "min": "76.535", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "343.588", + "max": "343.864", + "min": "343.246", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "159.639", + "max": "160.918", + "min": "159.503", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "44.936", + "max": "45.486", + "min": "44.793", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "218.474", + "max": "218.63", + "min": "218.334", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "273.025", + "max": "273.256", + "min": "272.905", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "200.653", + "max": "200.895", + "min": "200.512", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "45.928", + "max": "46.109", + "min": "45.814", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "166.139", + "max": "166.326", + "min": "166.013", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "50.413", + "max": "50.652", + "min": "50.293", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "35.551", + "max": "35.714", + "min": "35.42", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "129.646", + "max": "131.941", + "min": "129.358", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "278.109", + "max": "278.264", + "min": "277.975", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "119.349", + "max": "121.855", + "min": "119.106", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "128.189", + "max": "129.155", + "min": "127.962", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "144.124", + "max": "148.352", + "min": "143.763", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "135.632", + "max": "136.426", + "min": "135.513", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "113.659", + "max": "114.068", + "min": "113.447", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "163.22", + "max": "164.405", + "min": "163.019", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "163.653", + "max": "163.801", + "min": "163.516", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "179.016", + "max": "179.64", + "min": "178.858", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "159.629", + "max": "160.837", + "min": "159.309", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "122.838", + "max": "124.938", + "min": "122.587", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "125.705", + "max": "126.211", + "min": "125.612", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "123.42", + "max": "123.573", + "min": "123.321", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "140.565", + "max": "140.73", + "min": "140.424", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "175.855", + "max": "179.555", + "min": "175.485", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "143.416", + "max": "187.479", + "min": "141.067", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "144.178", + "max": "214.016", + "min": "119.685", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "106.805", + "max": "107.057", + "min": "106.711", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "171.335", + "max": "171.737", + "min": "171.176", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "158.771", + "max": "159.489", + "min": "158.629", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.845", + "max": "154.368", + "min": "153.476", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "124.504", + "max": "131.345", + "min": "123.797", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "215.948", + "max": "216.689", + "min": "215.781", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "130.674", + "max": "133.372", + "min": "130.482", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "135.302", + "max": "136.128", + "min": "135.119", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "143.355", + "max": "143.881", + "min": "143.215", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "160.574", + "max": "171.038", + "min": "144.178", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "171.567", + "max": "172.7", + "min": "171.294", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "123.484", + "max": "137.86", + "min": "122.833", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "122.54", + "max": "123.16", + "min": "122.336", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "121.448", + "max": "121.93", + "min": "121.224", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "187.208", + "max": "197.401", + "min": "186.287", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "46.942", + "max": "53.295", + "min": "45.89", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "199.328", + "max": "202.454", + "min": "194.063", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "238.038", + "max": "239.414", + "min": "237.895", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "127.351", + "max": "127.66", + "min": "127.272", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "265.33", + "max": "265.64", + "min": "265.098", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "56.867", + "max": "57.389", + "min": "56.688", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "143.986", + "max": "144.277", + "min": "143.805", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "182.17", + "max": "183.165", + "min": "182.005", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "111.685", + "max": "112.763", + "min": "111.25", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "119.886", + "max": "120.756", + "min": "119.74", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "39.548", + "max": "39.698", + "min": "39.482", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "60.193", + "max": "60.424", + "min": "60.098", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "227.582", + "max": "313.624", + "min": "224.358", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "50.762", + "max": "50.878", + "min": "50.709", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "134.502", + "max": "134.662", + "min": "134.382", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "40.914", + "max": "41.044", + "min": "40.837", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "140.104", + "max": "143.876", + "min": "139.832", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "192.857", + "max": "569.77", + "min": "179.696", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "61.137", + "max": "64.446", + "min": "58.02", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "141.339", + "max": "141.506", + "min": "141.207", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "146.702", + "max": "147.35", + "min": "146.165", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "96.616", + "max": "109.24", + "min": "94.572", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "234.449", + "max": "235.023", + "min": "234.175", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "198.173", + "max": "198.497", + "min": "198.023", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "217.973", + "max": "219.263", + "min": "217.739", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "155.053", + "max": "155.198", + "min": "154.957", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "116.766", + "max": "116.946", + "min": "116.678", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "180.075", + "max": "181.457", + "min": "179.956", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "45.954", + "max": "48.754", + "min": "45.506", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "52.526", + "max": "53.213", + "min": "52.367", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "170.053", + "max": "171.722", + "min": "169.008", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "127.889", + "max": "133.492", + "min": "127.367", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "56.132", + "max": "57.548", + "min": "55.228", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "170.315", + "max": "171.953", + "min": "170.114", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "53.655", + "max": "54.14", + "min": "53.516", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "125.572", + "max": "127.861", + "min": "125.293", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "186.497", + "max": "186.795", + "min": "186.383", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "135.571", + "max": "145.262", + "min": "125.88", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "116.181", + "max": "116.292", + "min": "116.105", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "128.759", + "max": "129.59", + "min": "128.637", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "204.922", + "max": "205.988", + "min": "204.683", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "133.379", + "max": "144.401", + "min": "127.676", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "153.62", + "max": "153.863", + "min": "153.538", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "255.17", + "max": "257.102", + "min": "254.873", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "195.67", + "max": "196.922", + "min": "195.374", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "30.796", + "max": "31.105", + "min": "30.67", + "id": "71", + "country": "United States", + "source_name": "Denver", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "73": { + "name": "San Diego", + "data": { + "0": { + "avg": "132.886", + "max": "135.556", + "min": "132.532", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "198.497", + "max": "199.209", + "min": "198.181", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "64.642", + "max": "65.494", + "min": "64.456", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "162.839", + "max": "168.271", + "min": "161.96", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "144.505", + "max": "145.396", + "min": "144.079", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "117.501", + "max": "118.138", + "min": "117.254", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "148.703", + "max": "149.198", + "min": "148.493", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "235.792", + "max": "238.83", + "min": "235.019", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "181.077", + "max": "181.779", + "min": "180.773", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "165.022", + "max": "166.417", + "min": "164.708", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "136.457", + "max": "136.913", + "min": "136.232", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "33.78", + "max": "34.978", + "min": "33.445", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "65.867", + "max": "67.464", + "min": "65.534", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "66.327", + "max": "66.874", + "min": "65.908", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "61.223", + "max": "62.13", + "min": "60.963", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "63.313", + "max": "63.985", + "min": "62.82", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "155.464", + "max": "155.858", + "min": "155.155", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "48.495", + "max": "50.064", + "min": "48.221", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "151.765", + "max": "152.193", + "min": "151.389", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "163.751", + "max": "165.063", + "min": "163.48", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "215.233", + "max": "215.679", + "min": "215.01", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "55.701", + "max": "56.302", + "min": "55.493", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "16.284", + "max": "17.286", + "min": "15.984", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "35.881", + "max": "37.252", + "min": "35.559", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "162.975", + "max": "163.433", + "min": "162.657", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "155.054", + "max": "157.585", + "min": "154.665", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "159.483", + "max": "160.786", + "min": "159.142", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "169.378", + "max": "169.828", + "min": "169.112", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "143.582", + "max": "144.472", + "min": "143.352", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "12.281", + "max": "12.77", + "min": "11.978", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "180.443", + "max": "182.776", + "min": "180.124", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "170.059", + "max": "170.585", + "min": "169.784", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "61.294", + "max": "61.868", + "min": "61.026", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "180.912", + "max": "181.706", + "min": "180.637", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "160.831", + "max": "163.172", + "min": "160.176", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "183.128", + "max": "184.094", + "min": "182.808", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "3.536", + "max": "3.869", + "min": "3.401", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "11.236", + "max": "12.028", + "min": "10.935", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.415", + "max": "37.708", + "min": "33.807", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "64.828", + "max": "73.921", + "min": "64.116", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "271.878", + "max": "275.111", + "min": "271.152", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "147.323", + "max": "152.046", + "min": "146.583", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "168.037", + "max": "168.327", + "min": "167.907", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "167.236", + "max": "170.245", + "min": "166.873", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "267.15", + "max": "269.487", + "min": "266.831", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "163.045", + "max": "163.853", + "min": "162.5", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "174.258", + "max": "174.831", + "min": "173.958", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "117.829", + "max": "118.485", + "min": "117.577", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "191.402", + "max": "191.921", + "min": "191.117", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "36.229", + "max": "36.59", + "min": "35.998", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "76.939", + "max": "77.585", + "min": "76.657", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "37.053", + "max": "38.015", + "min": "36.657", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "160.813", + "max": "251.732", + "min": "154.256", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "42.793", + "max": "43.315", + "min": "42.493", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "224.376", + "max": "231.575", + "min": "220.871", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "201.456", + "max": "202.252", + "min": "201.077", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "155.262", + "max": "157.03", + "min": "154.394", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "166.814", + "max": "167.432", + "min": "166.567", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "170.576", + "max": "171.157", + "min": "170.224", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "139.894", + "max": "142.366", + "min": "139.571", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "195.045", + "max": "200.085", + "min": "194.328", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "192.983", + "max": "237.925", + "min": "189.629", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "205.72", + "max": "248.001", + "min": "200.372", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "191.284", + "max": "194.337", + "min": "190.724", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "184.291", + "max": "185.301", + "min": "184.042", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "177.406", + "max": "182.934", + "min": "176.984", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "63.463", + "max": "66.3", + "min": "63.157", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "177.642", + "max": "178.031", + "min": "177.16", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "185.254", + "max": "187.372", + "min": "184.335", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "32.244", + "max": "33.779", + "min": "31.829", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "156.952", + "max": "157.85", + "min": "156.582", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "0.022", + "max": "0.048", + "min": "0.018", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "102.225", + "max": "102.863", + "min": "101.982", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "54.487", + "max": "54.767", + "min": "54.246", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "175.64", + "max": "176.391", + "min": "175.277", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "148.856", + "max": "149.391", + "min": "148.604", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "52.855", + "max": "55.731", + "min": "52.495", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "11.174", + "max": "11.856", + "min": "10.902", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "64.361", + "max": "67.107", + "min": "63.991", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "58.867", + "max": "60.038", + "min": "58.562", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "31.942", + "max": "32.342", + "min": "31.696", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "79.633", + "max": "80.869", + "min": "79.249", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "209.166", + "max": "210.058", + "min": "208.783", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "238.686", + "max": "239.409", + "min": "238.383", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "25.052", + "max": "25.553", + "min": "24.79", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "196.458", + "max": "197.533", + "min": "195.916", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "146.935", + "max": "147.489", + "min": "146.54", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "58.497", + "max": "59.054", + "min": "58.11", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "48.837", + "max": "49.411", + "min": "48.6", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "133.741", + "max": "140.457", + "min": "133.029", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "54.457", + "max": "56.241", + "min": "53.717", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "18.881", + "max": "21.657", + "min": "18.495", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "135.871", + "max": "136.256", + "min": "135.625", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "144.471", + "max": "144.932", + "min": "144.203", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "66.317", + "max": "68.009", + "min": "65.977", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "60.942", + "max": "61.353", + "min": "60.544", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "105.918", + "max": "107.722", + "min": "105.484", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "114.576", + "max": "140.127", + "min": "112.922", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "15.675", + "max": "16.741", + "min": "15.351", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "57.749", + "max": "58.925", + "min": "57.211", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "67.564", + "max": "69.452", + "min": "67.246", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "77.156", + "max": "78.323", + "min": "76.814", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "185.638", + "max": "186.171", + "min": "185.405", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "185.306", + "max": "188.555", + "min": "184.649", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "52.592", + "max": "53.844", + "min": "52.19", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "267.832", + "max": "268.516", + "min": "267.025", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "138.072", + "max": "140.169", + "min": "137.694", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "67.01", + "max": "68.718", + "min": "66.749", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "64.136", + "max": "64.554", + "min": "63.851", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "257.202", + "max": "259.26", + "min": "256.744", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "155.031", + "max": "155.447", + "min": "154.803", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "135.315", + "max": "135.87", + "min": "135.12", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "64.535", + "max": "67.108", + "min": "64.143", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "268.297", + "max": "270.782", + "min": "267.856", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "495.66", + "max": "605.602", + "min": "311.059", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "285.932", + "max": "380.802", + "min": "202.267", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "312.991", + "max": "313.581", + "min": "312.48", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "168.191", + "max": "168.543", + "min": "167.932", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "46.218", + "max": "48.237", + "min": "45.826", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "65.423", + "max": "65.797", + "min": "65.144", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "35.493", + "max": "36.022", + "min": "35.253", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "134.938", + "max": "284.4", + "min": "54.969", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "162.127", + "max": "162.967", + "min": "161.877", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "171.993", + "max": "232.499", + "min": "168.523", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "172.962", + "max": "173.387", + "min": "172.729", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "171.121", + "max": "172.741", + "min": "170.526", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "64.528", + "max": "65.036", + "min": "64.243", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "302.208", + "max": "302.674", + "min": "301.82", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "247.015", + "max": "247.316", + "min": "246.75", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "65.037", + "max": "65.439", + "min": "64.759", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "66.511", + "max": "67.169", + "min": "66.162", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "61.563", + "max": "61.924", + "min": "61.335", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "76.124", + "max": "77.367", + "min": "75.77", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "152.441", + "max": "153.753", + "min": "151.736", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "46.103", + "max": "47.326", + "min": "45.864", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "71.417", + "max": "71.917", + "min": "71.136", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "48.039", + "max": "61.65", + "min": "46.649", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "60.967", + "max": "61.593", + "min": "60.66", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "50.373", + "max": "50.788", + "min": "50.115", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.077", + "max": "68.564", + "min": "67.799", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "167.179", + "max": "167.548", + "min": "166.907", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "248.102", + "max": "249.914", + "min": "247.502", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "169.632", + "max": "170.217", + "min": "169.303", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "157.246", + "max": "157.793", + "min": "156.907", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "53.385", + "max": "58.897", + "min": "52.926", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "143.227", + "max": "145.982", + "min": "142.834", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "184.108", + "max": "191.476", + "min": "183.579", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "240.747", + "max": "241.082", + "min": "240.473", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "139.527", + "max": "140.135", + "min": "139.283", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "139.497", + "max": "140.017", + "min": "139.255", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "143.957", + "max": "165.377", + "min": "141.842", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "125.824", + "max": "126.563", + "min": "125.519", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "167.279", + "max": "168.744", + "min": "166.89", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "148.698", + "max": "181.104", + "min": "147.296", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "60.591", + "max": "62.633", + "min": "60.227", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "45.222", + "max": "45.925", + "min": "44.879", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "174.344", + "max": "175.33", + "min": "174.05", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "177.603", + "max": "217.004", + "min": "170.499", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "74.654", + "max": "75.162", + "min": "74.393", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "195.394", + "max": "285.588", + "min": "188.258", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "92.264", + "max": "93.081", + "min": "91.969", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "313.571", + "max": "313.967", + "min": "313.143", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "168.475", + "max": "169.639", + "min": "168.123", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "65.469", + "max": "68.134", + "min": "65.154", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "242.934", + "max": "243.502", + "min": "242.665", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "302.325", + "max": "305.313", + "min": "301.987", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "220.381", + "max": "220.787", + "min": "220.146", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "49.114", + "max": "49.625", + "min": "48.835", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "168.12", + "max": "169.614", + "min": "167.888", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.934", + "max": "74.601", + "min": "73.71", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "65.506", + "max": "65.958", + "min": "65.284", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "157.458", + "max": "159.018", + "min": "157.046", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "275.795", + "max": "276.459", + "min": "275.485", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "139.71", + "max": "141.016", + "min": "139.468", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "150.287", + "max": "155.372", + "min": "149.811", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "165.682", + "max": "166.319", + "min": "165.409", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "159.475", + "max": "159.846", + "min": "159.201", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "143.886", + "max": "145.11", + "min": "143.425", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "191.967", + "max": "192.418", + "min": "191.76", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "179.283", + "max": "179.854", + "min": "179.032", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "196.6", + "max": "197.924", + "min": "196.155", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "186.911", + "max": "189.58", + "min": "186.352", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "144.931", + "max": "148.952", + "min": "144.54", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "145.046", + "max": "146.989", + "min": "144.616", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "144.04", + "max": "144.332", + "min": "143.838", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "159.313", + "max": "160.669", + "min": "158.976", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "190.446", + "max": "192.973", + "min": "190.101", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "167.997", + "max": "178.245", + "min": "166.498", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "173.693", + "max": "264.24", + "min": "144.538", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "130.902", + "max": "132.703", + "min": "130.527", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "188.683", + "max": "190.159", + "min": "188.286", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "166.517", + "max": "167.144", + "min": "166.217", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "177.11", + "max": "177.933", + "min": "176.56", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "137.505", + "max": "140.582", + "min": "136.982", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "200.52", + "max": "218.294", + "min": "199.669", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "155.132", + "max": "156.067", + "min": "154.804", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "161.985", + "max": "162.29", + "min": "161.747", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "170.119", + "max": "170.82", + "min": "169.852", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "123.531", + "max": "131.203", + "min": "121.684", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "191.939", + "max": "192.413", + "min": "191.653", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "145.877", + "max": "150.643", + "min": "145.482", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "146.028", + "max": "146.61", + "min": "145.681", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "142.877", + "max": "146.834", + "min": "140.898", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "172.367", + "max": "174.123", + "min": "172.046", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "68.945", + "max": "76.807", + "min": "67.627", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "170.033", + "max": "172.894", + "min": "164.078", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "216.092", + "max": "220.798", + "min": "215.667", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "146.124", + "max": "146.884", + "min": "145.872", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "284.164", + "max": "284.692", + "min": "283.872", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "29.589", + "max": "30.265", + "min": "29.204", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "171.164", + "max": "171.69", + "min": "170.845", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "205.731", + "max": "206.662", + "min": "205.389", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "142.682", + "max": "144.394", + "min": "142.155", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "137.728", + "max": "139.43", + "min": "137.136", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "70.989", + "max": "71.812", + "min": "70.699", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "60.561", + "max": "61.265", + "min": "60.349", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "183.523", + "max": "268.76", + "min": "180.215", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.358", + "max": "80.796", + "min": "80.155", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "158.719", + "max": "159.306", + "min": "158.452", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "70.936", + "max": "71.413", + "min": "70.698", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "164.754", + "max": "165.118", + "min": "164.54", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "182.636", + "max": "328.946", + "min": "176.241", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "69.602", + "max": "73.066", + "min": "67.046", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "164.275", + "max": "164.707", + "min": "163.989", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "171.374", + "max": "173.319", + "min": "170.698", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "104.795", + "max": "108.485", + "min": "103.658", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "280.105", + "max": "280.714", + "min": "279.793", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "101.217", + "max": "101.478", + "min": "100.92", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "221.263", + "max": "222.115", + "min": "220.941", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "179.396", + "max": "180.053", + "min": "179.173", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "139.837", + "max": "140.253", + "min": "139.569", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "180.819", + "max": "181.194", + "min": "180.57", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "77.123", + "max": "80.926", + "min": "76.56", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "70.376", + "max": "70.986", + "min": "70.034", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "191.472", + "max": "194.14", + "min": "190.086", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "138.634", + "max": "141.779", + "min": "137.819", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "77.099", + "max": "78.475", + "min": "75.909", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "199.8", + "max": "200.378", + "min": "199.464", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "53.46", + "max": "53.962", + "min": "53.167", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "154.839", + "max": "158.354", + "min": "154.451", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.738", + "max": "178.493", + "min": "173.026", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "131.083", + "max": "131.083", + "min": "131.083", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "132.276", + "max": "132.802", + "min": "132.024", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "147.11", + "max": "149.869", + "min": "146.649", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "231.873", + "max": "232.749", + "min": "231.52", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.935", + "max": "174.187", + "min": "148.054", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "180.059", + "max": "219.179", + "min": "178.427", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "241.363", + "max": "247.263", + "min": "240.681", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "210.828", + "max": "211.57", + "min": "210.397", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "73.487", + "max": "73.748", + "min": "73.309", + "id": "73", + "country": "United States", + "source_name": "San Diego", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "75": { + "name": "Jacksonville", + "data": { + "0": { + "avg": "87.903", + "max": "88.025", + "min": "87.791", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "206.627", + "max": "213.121", + "min": "206.221", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "31.538", + "max": "31.709", + "min": "31.437", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "119.581", + "max": "125.89", + "min": "119.032", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "99.012", + "max": "99.311", + "min": "98.836", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "170.3", + "max": "170.739", + "min": "170.162", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "99.068", + "max": "99.234", + "min": "98.963", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "214.017", + "max": "220.008", + "min": "213.378", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "150.487", + "max": "151.226", + "min": "150.373", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "122.739", + "max": "123.095", + "min": "122.527", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "95.595", + "max": "95.995", + "min": "95.401", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "31.872", + "max": "32.788", + "min": "31.762", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "29.2", + "max": "29.255", + "min": "29.141", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "29.306", + "max": "29.58", + "min": "29.169", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "20.526", + "max": "20.642", + "min": "20.459", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "19.013", + "max": "19.159", + "min": "18.152", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "113.758", + "max": "114.014", + "min": "113.604", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "7.786", + "max": "8.372", + "min": "7.608", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "113.273", + "max": "113.52", + "min": "113.151", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "119.534", + "max": "119.816", + "min": "119.454", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "210.191", + "max": "210.324", + "min": "210.109", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "45.043", + "max": "45.084", + "min": "44.987", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "64.054", + "max": "64.885", + "min": "63.912", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "65.322", + "max": "65.531", + "min": "65.257", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "125.268", + "max": "125.718", + "min": "125.013", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "118.372", + "max": "118.597", + "min": "118.311", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "120.921", + "max": "121.763", + "min": "120.772", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "121.295", + "max": "122.26", + "min": "120.952", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "106.275", + "max": "106.393", + "min": "106.16", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "66.933", + "max": "67.921", + "min": "66.688", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "122.766", + "max": "123.244", + "min": "122.66", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "148.186", + "max": "148.844", + "min": "148.053", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "121.207", + "max": "122.036", + "min": "120.966", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "229.894", + "max": "230.797", + "min": "229.712", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "57.28", + "max": "57.402", + "min": "57.238", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "51.63", + "max": "51.739", + "min": "51.468", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "19.753", + "max": "20.038", + "min": "19.629", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "21.361", + "max": "23.875", + "min": "20.969", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "232.526", + "max": "233.418", + "min": "232.25", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "101.809", + "max": "105.396", + "min": "101.158", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "132.025", + "max": "132.156", + "min": "131.945", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "123.409", + "max": "124.485", + "min": "123.211", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "258.331", + "max": "258.403", + "min": "258.27", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "126.542", + "max": "127.236", + "min": "126.168", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "147.138", + "max": "147.349", + "min": "146.986", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "67.422", + "max": "67.546", + "min": "67.33", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "147.201", + "max": "147.562", + "min": "147.043", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "39.207", + "max": "39.295", + "min": "39.134", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "37.469", + "max": "37.768", + "min": "37.282", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "68.523", + "max": "68.662", + "min": "68.263", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "152.794", + "max": "165.979", + "min": "139.275", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "33.092", + "max": "33.459", + "min": "32.874", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "262.404", + "max": "269.927", + "min": "259.487", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "257.523", + "max": "258.849", + "min": "257.275", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "122.004", + "max": "127.155", + "min": "121.252", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "207.966", + "max": "208.363", + "min": "207.854", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "131.469", + "max": "133.018", + "min": "131.198", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "105.079", + "max": "105.205", + "min": "104.989", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "151.887", + "max": "152.575", + "min": "151.461", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "153.009", + "max": "208.839", + "min": "148.586", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "237.401", + "max": "250.046", + "min": "235.998", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "269.988", + "max": "270.111", + "min": "269.892", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "142.286", + "max": "142.382", + "min": "142.143", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "143.397", + "max": "144.24", + "min": "143.337", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "25.905", + "max": "26.274", + "min": "25.791", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "136.018", + "max": "149.798", + "min": "135.087", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "141.875", + "max": "143.846", + "min": "141.2", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "41.316", + "max": "42.559", + "min": "41.1", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "210.896", + "max": "211.693", + "min": "210.787", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "54.426", + "max": "55.067", + "min": "54.154", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "59.614", + "max": "63.926", + "min": "59.08", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "0.027", + "max": "0.039", + "min": "0.022", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "143.816", + "max": "144.457", + "min": "143.609", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "97.711", + "max": "98.023", + "min": "97.589", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "12.269", + "max": "12.376", + "min": "12.167", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "64.355", + "max": "65.61", + "min": "64.173", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "22.19", + "max": "27.349", + "min": "21.753", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "26.714", + "max": "26.958", + "min": "26.568", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "65.899", + "max": "66.392", + "min": "65.661", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "43.62", + "max": "43.962", + "min": "43.373", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "264.178", + "max": "264.756", + "min": "263.879", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "235.763", + "max": "236.345", + "min": "235.566", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "65.15", + "max": "65.265", + "min": "65.066", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "157.954", + "max": "158.963", + "min": "157.492", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "101.76", + "max": "109.829", + "min": "101.151", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "12.448", + "max": "12.621", + "min": "12.369", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "33.532", + "max": "33.783", + "min": "33.391", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "96.484", + "max": "97.571", + "min": "96.345", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "41.949", + "max": "43.36", + "min": "41.36", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "65.183", + "max": "65.758", + "min": "65.041", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "122.791", + "max": "122.89", + "min": "122.748", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "214.575", + "max": "215.133", + "min": "214.346", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "30.555", + "max": "31.519", + "min": "30.333", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "15.47", + "max": "18.182", + "min": "14.944", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "63.183", + "max": "68.415", + "min": "62.398", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "53.073", + "max": "57.223", + "min": "52.234", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "69.83", + "max": "69.953", + "min": "69.74", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "31.939", + "max": "33.937", + "min": "31.789", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "50.751", + "max": "50.836", + "min": "50.666", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "82.565", + "max": "82.744", + "min": "82.398", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "154.496", + "max": "157.391", + "min": "154.294", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.852", + "max": "233.963", + "min": "227.826", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "38.632", + "max": "39.18", + "min": "38.509", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "193.933", + "max": "194.165", + "min": "193.613", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "97.368", + "max": "102.453", + "min": "95.877", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "28.418", + "max": "28.624", + "min": "28.244", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "22.351", + "max": "22.51", + "min": "22.251", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "218.538", + "max": "218.694", + "min": "218.433", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.792", + "max": "258.958", + "min": "258.61", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "197.637", + "max": "197.764", + "min": "197.558", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "26.456", + "max": "26.558", + "min": "26.401", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "222.199", + "max": "266.829", + "min": "220.153", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "465.406", + "max": "583.316", + "min": "301.876", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "257.689", + "max": "366.143", + "min": "156.748", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "263.959", + "max": "271.589", + "min": "263.266", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "162.209", + "max": "165.379", + "min": "161.961", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "33.372", + "max": "33.595", + "min": "33.252", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "22.833", + "max": "23.743", + "min": "22.586", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "42.913", + "max": "44.057", + "min": "42.655", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "100.282", + "max": "244.368", + "min": "14.771", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "122.276", + "max": "122.872", + "min": "122.162", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.12", + "max": "133.345", + "min": "133.056", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "131.938", + "max": "132.83", + "min": "131.462", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "26.518", + "max": "27.24", + "min": "24.569", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "263.751", + "max": "266.524", + "min": "263.391", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "202.737", + "max": "204.857", + "min": "202.476", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "116.481", + "max": "117.986", + "min": "116.308", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "38.037", + "max": "38.197", + "min": "37.932", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "29.593", + "max": "29.76", + "min": "29.446", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "30.645", + "max": "32.612", + "min": "30.401", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "194.007", + "max": "195.681", + "min": "193.262", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "39.652", + "max": "40.268", + "min": "39.549", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "33.883", + "max": "34.112", + "min": "33.759", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "50.092", + "max": "63.105", + "min": "48.305", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "36.097", + "max": "36.303", + "min": "35.991", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "42.521", + "max": "42.725", + "min": "42.377", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "29.712", + "max": "29.863", + "min": "29.6", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "118.13", + "max": "118.323", + "min": "118.023", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "255.883", + "max": "256.402", + "min": "255.26", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "136.332", + "max": "136.482", + "min": "136.244", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "121.9", + "max": "122.147", + "min": "121.729", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.256", + "max": "123.775", + "min": "115.218", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "105.786", + "max": "106.672", + "min": "105.447", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "129.663", + "max": "129.931", + "min": "129.575", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "302.152", + "max": "302.474", + "min": "302.048", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "91.741", + "max": "94.693", + "min": "91.525", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "97.379", + "max": "97.41", + "min": "97.317", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "110.412", + "max": "123.855", + "min": "108.42", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "190.523", + "max": "190.683", + "min": "190.478", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "129.002", + "max": "129.681", + "min": "128.902", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "112.452", + "max": "158.949", + "min": "110.477", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "22.379", + "max": "22.477", + "min": "22.28", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "69.082", + "max": "69.336", + "min": "68.795", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "138.526", + "max": "139.729", + "min": "138.275", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "229.709", + "max": "277.633", + "min": "220.689", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "58.155", + "max": "58.645", + "min": "57.929", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "53.652", + "max": "53.905", + "min": "53.565", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "472.279", + "max": "472.637", + "min": "471.621", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "137.368", + "max": "137.625", + "min": "137.211", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "23.747", + "max": "23.994", + "min": "23.6", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "210.868", + "max": "211.03", + "min": "210.727", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "252.211", + "max": "252.289", + "min": "252.075", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "190.733", + "max": "190.797", + "min": "190.631", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "48.769", + "max": "49.06", + "min": "48.653", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "262.367", + "max": "264.339", + "min": "261.773", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "37.97", + "max": "38.116", + "min": "37.786", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "32.342", + "max": "32.607", + "min": "32.262", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "106.313", + "max": "109.842", + "min": "105.968", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "307.696", + "max": "339.719", + "min": "290.17", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "100.77", + "max": "101.516", + "min": "100.688", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "114.204", + "max": "114.932", + "min": "113.984", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "122.137", + "max": "133.416", + "min": "121.581", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "113.478", + "max": "113.65", + "min": "113.411", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "95.566", + "max": "96.069", + "min": "95.379", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "158.669", + "max": "159.938", + "min": "158.459", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "137.36", + "max": "137.424", + "min": "137.298", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "160.243", + "max": "162.744", + "min": "160.027", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "135.482", + "max": "135.981", + "min": "135.324", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "99.998", + "max": "101.64", + "min": "99.633", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "113.955", + "max": "114.092", + "min": "113.902", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "101.563", + "max": "101.622", + "min": "101.462", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "126.713", + "max": "126.919", + "min": "126.603", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "152.984", + "max": "153.304", + "min": "152.776", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "126.64", + "max": "146.182", + "min": "124.605", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "152.499", + "max": "211.976", + "min": "119.165", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "94.104", + "max": "94.464", + "min": "93.971", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "161.628", + "max": "162.093", + "min": "161.432", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "130.17", + "max": "130.446", + "min": "130.029", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "139.246", + "max": "139.745", + "min": "138.916", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "95.362", + "max": "101.156", + "min": "94.702", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "251.538", + "max": "251.852", + "min": "251.424", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "115.939", + "max": "116.056", + "min": "115.857", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "117.513", + "max": "117.608", + "min": "117.457", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "111.34", + "max": "120.493", + "min": "99.158", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "148.071", + "max": "148.224", + "min": "147.914", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "102.324", + "max": "103.669", + "min": "102.107", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "105.732", + "max": "106.226", + "min": "105.548", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "97.109", + "max": "97.195", + "min": "97.026", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "222.903", + "max": "235.241", + "min": "222.196", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "26.477", + "max": "32.212", + "min": "25.657", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "434.335", + "max": "444.949", + "min": "404.452", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "255.686", + "max": "255.799", + "min": "255.561", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "102.731", + "max": "103.399", + "min": "102.518", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "237.707", + "max": "243.204", + "min": "237.238", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "86.095", + "max": "86.279", + "min": "86.007", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "153.805", + "max": "154.169", + "min": "153.609", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "93.708", + "max": "94.82", + "min": "93.447", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "99.015", + "max": "100.471", + "min": "98.598", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "40.01", + "max": "40.068", + "min": "39.93", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "36.894", + "max": "36.963", + "min": "36.861", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "251.04", + "max": "372.681", + "min": "240.658", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "30.208", + "max": "30.348", + "min": "30.155", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "113.269", + "max": "113.443", + "min": "113.159", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "33.066", + "max": "33.148", + "min": "33.012", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "119.731", + "max": "119.877", + "min": "119.598", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "140.409", + "max": "150.34", + "min": "139.868", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "30.667", + "max": "36.093", + "min": "27.554", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "113.081", + "max": "113.654", + "min": "112.951", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "135.537", + "max": "136.498", + "min": "134.855", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "73.072", + "max": "91.999", + "min": "70.923", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "194.075", + "max": "194.671", + "min": "193.766", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": null, + "max": null, + "min": null, + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "172.271", + "max": "174.836", + "min": "171.979", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "137.739", + "max": "137.827", + "min": "137.678", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "109.322", + "max": "109.37", + "min": "109.196", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "128.997", + "max": "129.233", + "min": "128.95", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "38.571", + "max": "40.558", + "min": "38.216", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "25.021", + "max": "25.202", + "min": "24.937", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "150.132", + "max": "157.486", + "min": "148.504", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "97.365", + "max": "99.897", + "min": "96.526", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "43.696", + "max": "45.847", + "min": "42.805", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "157.963", + "max": "159.291", + "min": "157.683", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "31.043", + "max": "31.35", + "min": "30.833", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "116.614", + "max": "120.436", + "min": "116.448", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "248.651", + "max": "250.274", + "min": "240.145", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "95.292", + "max": "95.292", + "min": "95.292", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "93.524", + "max": "93.56", + "min": "93.505", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "110.014", + "max": "110.061", + "min": "109.959", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "190.198", + "max": "248.271", + "min": "187.919", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "113.718", + "max": "126.826", + "min": "105.925", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "122.943", + "max": "123.039", + "min": "122.794", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "234.426", + "max": "235.946", + "min": "234.262", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "185.865", + "max": "186.29", + "min": "185.572", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "46.789", + "max": "48.833", + "min": "46.636", + "id": "75", + "country": "United States", + "source_name": "Jacksonville", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "78": { + "name": "Charlotte", + "data": { + "0": { + "avg": "96.589", + "max": "96.82", + "min": "96.436", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "271.231", + "max": "275.829", + "min": "270.853", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "28.078", + "max": "31.481", + "min": "27.864", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "112.25", + "max": "118.121", + "min": "111.794", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "88.047", + "max": "88.672", + "min": "87.835", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "168.25", + "max": "168.451", + "min": "168.116", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "93.806", + "max": "94.431", + "min": "93.639", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "312.365", + "max": "323.889", + "min": "311.252", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "139.308", + "max": "139.445", + "min": "139.209", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "122.099", + "max": "122.602", + "min": "121.944", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "92.404", + "max": "92.713", + "min": "92.191", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "31.946", + "max": "41.899", + "min": "31.092", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "16.919", + "max": "17.047", + "min": "16.784", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "25.929", + "max": "26.553", + "min": "25.687", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "19.175", + "max": "19.579", + "min": "18.988", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "13.078", + "max": "13.464", + "min": "12.55", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "102.069", + "max": "104.426", + "min": "101.635", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "6.895", + "max": "14.914", + "min": "5.676", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "95.699", + "max": "95.967", + "min": "95.51", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "116.769", + "max": "117.133", + "min": "116.664", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "292.575", + "max": "293.679", + "min": "292.409", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "29.875", + "max": "30.007", + "min": "29.731", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "67.592", + "max": "67.753", + "min": "67.438", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "78.045", + "max": "78.92", + "min": "77.87", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "117.654", + "max": "118.009", + "min": "117.454", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "111.977", + "max": "112.12", + "min": "111.83", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "107.454", + "max": "110.385", + "min": "107.156", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "124.956", + "max": "125.114", + "min": "124.777", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "104.728", + "max": "104.837", + "min": "104.611", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "71.45", + "max": "72.601", + "min": "71.14", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "242.702", + "max": "242.879", + "min": "242.607", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "116.625", + "max": "116.749", + "min": "116.512", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "60.172", + "max": "60.512", + "min": "60.017", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "149.549", + "max": "149.694", + "min": "149.404", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "116.816", + "max": "120.352", + "min": "116.426", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "237.146", + "max": "238.161", + "min": "236.976", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "55.055", + "max": "55.171", + "min": "54.974", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "55.838", + "max": "55.977", + "min": "55.745", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "23.759", + "max": "23.985", + "min": "23.629", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "13.278", + "max": "15.653", + "min": "12.671", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.33", + "max": "244.606", + "min": "233.671", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "95.466", + "max": "100.849", + "min": "94.721", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "116.135", + "max": "116.525", + "min": "116.006", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "121.058", + "max": "121.3", + "min": "120.841", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "228.836", + "max": "229.144", + "min": "228.671", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "121.154", + "max": "122.203", + "min": "120.773", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "131.123", + "max": "131.493", + "min": "130.963", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "73.588", + "max": "73.955", + "min": "73.411", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "151.163", + "max": "152.097", + "min": "150.925", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "45.174", + "max": "45.238", + "min": "45.042", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "20.756", + "max": "20.876", + "min": "20.645", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "80.736", + "max": "81.357", + "min": "80.521", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "101.894", + "max": "192.03", + "min": "88.868", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "45.703", + "max": "45.823", + "min": "45.546", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "247.355", + "max": "270.325", + "min": "242.003", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "253.303", + "max": "254.132", + "min": "253.118", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "90.137", + "max": "91.737", + "min": "89.495", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "218.279", + "max": "218.385", + "min": "218.131", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "157.473", + "max": "157.987", + "min": "157.176", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "99.041", + "max": "99.139", + "min": "98.892", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "152.766", + "max": "155.075", + "min": "152.204", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "141.844", + "max": "204.797", + "min": "135.414", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "266.556", + "max": "347.381", + "min": "250.096", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "257.487", + "max": "258.026", + "min": "257.371", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "139.795", + "max": "140.244", + "min": "139.616", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "128.869", + "max": "129.367", + "min": "128.751", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "11.207", + "max": "11.402", + "min": "11.042", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "130.881", + "max": "131.241", + "min": "130.497", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "137.869", + "max": "140.314", + "min": "137.179", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "47.79", + "max": "51.711", + "min": "47.267", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "224.426", + "max": "225.936", + "min": "224.156", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "52.679", + "max": "53.126", + "min": "52.43", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "61.558", + "max": "66.856", + "min": "61.195", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "12.328", + "max": "12.422", + "min": "12.215", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "129.17", + "max": "130.246", + "min": "128.893", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "91.279", + "max": "91.613", + "min": "91.123", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "0.027", + "max": "0.072", + "min": "0.014", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "62.569", + "max": "62.673", + "min": "62.466", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "28.642", + "max": "29.112", + "min": "28.458", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "22.933", + "max": "23.046", + "min": "22.782", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "80.018", + "max": "83.655", + "min": "79.721", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "33.399", + "max": "34.047", + "min": "33.146", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "217.616", + "max": "218.042", + "min": "216.77", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "235.534", + "max": "236.152", + "min": "235.379", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "64.003", + "max": "64.153", + "min": "63.887", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "149.698", + "max": "150.681", + "min": "149.324", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "94.701", + "max": "95.024", + "min": "94.538", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "16.03", + "max": "16.398", + "min": "15.882", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "29.718", + "max": "30.655", + "min": "29.536", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "95.851", + "max": "96.097", + "min": "95.706", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.6", + "max": "37.045", + "min": "31.843", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "75.522", + "max": "75.891", + "min": "75.292", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "83.709", + "max": "83.857", + "min": "83.602", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "188.857", + "max": "189.064", + "min": "188.725", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "23.814", + "max": "24.676", + "min": "23.653", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "21.418", + "max": "21.519", + "min": "21.267", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "72.88", + "max": "73.641", + "min": "72.597", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "47.152", + "max": "59.703", + "min": "46.218", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "70.77", + "max": "71.208", + "min": "70.558", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.291", + "max": "25.22", + "min": "24.08", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "42.208", + "max": "42.352", + "min": "42.089", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "83.808", + "max": "84.153", + "min": "83.626", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "149.526", + "max": "150.697", + "min": "149.251", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "233.359", + "max": "238.502", + "min": "232.732", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.613", + "max": "29.585", + "min": "28.333", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "345.261", + "max": "345.658", + "min": "343.882", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "89.786", + "max": "92.112", + "min": "89.49", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "18.878", + "max": "19.047", + "min": "18.711", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "12.726", + "max": "15.548", + "min": "12.445", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "216.535", + "max": "216.668", + "min": "216.411", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "219.281", + "max": "219.483", + "min": "219.165", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "185.646", + "max": "185.854", + "min": "185.479", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "23.711", + "max": "24.307", + "min": "23.571", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "219.43", + "max": "223.482", + "min": "219.066", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "465.105", + "max": "583.352", + "min": "282.726", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "259.378", + "max": "405.179", + "min": "154.736", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "245.57", + "max": "247.322", + "min": "245.235", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "160.608", + "max": "161.914", + "min": "160.328", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "31.535", + "max": "32.272", + "min": "31.352", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "38.269", + "max": "39.081", + "min": "37.971", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "47.92", + "max": "49.37", + "min": "47.68", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "107.4", + "max": "252.489", + "min": "21.778", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "124.366", + "max": "124.757", + "min": "124.193", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "139.074", + "max": "309.784", + "min": "128.833", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.042", + "max": "133.299", + "min": "132.907", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "117.523", + "max": "119.1", + "min": "116.602", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "21.431", + "max": "21.785", + "min": "21.033", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "316.834", + "max": "317.408", + "min": "316.598", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "219.301", + "max": "219.75", + "min": "219.034", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "106.542", + "max": "106.899", + "min": "106.351", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "32.096", + "max": "32.294", + "min": "31.962", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.367", + "max": "25.55", + "min": "25.202", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "36.853", + "max": "37.039", + "min": "36.724", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "204.05", + "max": "206.09", + "min": "203.439", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "38.338", + "max": "38.515", + "min": "38.249", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "22.673", + "max": "22.912", + "min": "22.502", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "60.094", + "max": "75.332", + "min": "58.035", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "37.841", + "max": "37.943", + "min": "37.738", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "42.262", + "max": "42.37", + "min": "42.121", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "15.908", + "max": "16.569", + "min": "15.759", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "111.294", + "max": "113.185", + "min": "110.995", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "251.699", + "max": "253.495", + "min": "251.25", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "134.89", + "max": "135.707", + "min": "134.741", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "113.297", + "max": "113.496", + "min": "113.123", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "109.82", + "max": "115.993", + "min": "109.341", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "91.047", + "max": "91.32", + "min": "90.828", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "131.548", + "max": "131.675", + "min": "131.415", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "292.924", + "max": "293.021", + "min": "292.807", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "87.283", + "max": "87.408", + "min": "87.141", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "92.119", + "max": "92.203", + "min": "92.019", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "101.603", + "max": "119.369", + "min": "99.261", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "188.105", + "max": "188.296", + "min": "187.998", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "133.892", + "max": "134.945", + "min": "133.696", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "103.66", + "max": "137.584", + "min": "101.466", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "18.115", + "max": "18.23", + "min": "18.003", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "92.911", + "max": "93.792", + "min": "92.713", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "124.77", + "max": "125.438", + "min": "124.448", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "230.144", + "max": "278.551", + "min": "222.586", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.569", + "max": "52.776", + "min": "52.401", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "153.949", + "max": "240.887", + "min": "145.543", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "40.242", + "max": "40.346", + "min": "40.13", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "388.712", + "max": "388.93", + "min": "388.282", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "126.391", + "max": "126.515", + "min": "126.255", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "16.286", + "max": "16.424", + "min": "16.139", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "192.475", + "max": "192.652", + "min": "192.339", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "244.415", + "max": "244.545", + "min": "244.307", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "193.529", + "max": "194.416", + "min": "193.35", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "41.752", + "max": "42.196", + "min": "41.543", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "210.907", + "max": "213.972", + "min": "208.676", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "21.929", + "max": "24.483", + "min": "21.685", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "16.121", + "max": "16.253", + "min": "15.957", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "95.23", + "max": "98.232", + "min": "94.855", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "271.455", + "max": "271.571", + "min": "271.361", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "101.772", + "max": "101.955", + "min": "101.63", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "103.868", + "max": "114.434", + "min": "103.099", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "123.813", + "max": "148.551", + "min": "122.496", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "107.402", + "max": "107.485", + "min": "107.323", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "90.569", + "max": "91.05", + "min": "90.334", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "146.517", + "max": "150.657", + "min": "146.052", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "132.281", + "max": "132.885", + "min": "132.139", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "162.059", + "max": "163.58", + "min": "161.8", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "125.126", + "max": "125.21", + "min": "124.955", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "100.601", + "max": "102.83", + "min": "100.227", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "102", + "max": "102.095", + "min": "101.902", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "89.161", + "max": "89.249", + "min": "89.029", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "120.364", + "max": "120.632", + "min": "120.139", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "155.668", + "max": "162.841", + "min": "155.258", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "115.091", + "max": "127.103", + "min": "113.803", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "130.73", + "max": "202.053", + "min": "109.937", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "82.924", + "max": "83.361", + "min": "82.832", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "153.432", + "max": "154.086", + "min": "153.181", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "127.117", + "max": "133.401", + "min": "126.687", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "137.996", + "max": "138.607", + "min": "137.537", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "102.289", + "max": "107.422", + "min": "101.673", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "248.043", + "max": "278.393", + "min": "246.871", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "101.941", + "max": "102.073", + "min": "101.836", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "111.04", + "max": "111.286", + "min": "110.817", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "110.394", + "max": "110.487", + "min": "110.248", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "79.332", + "max": "86.628", + "min": "77.438", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "141.528", + "max": "141.714", + "min": "141.379", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "92.695", + "max": "98.804", + "min": "92.201", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "93.857", + "max": "94.834", + "min": "93.653", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "92.137", + "max": "92.292", + "min": "91.932", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "239.036", + "max": "253.144", + "min": "235.685", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "19.81", + "max": "23.909", + "min": "19.221", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "233.877", + "max": "240.247", + "min": "231.426", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "269.789", + "max": "271.475", + "min": "269.463", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "102.257", + "max": "102.647", + "min": "102.085", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "229.39", + "max": "229.675", + "min": "229.192", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "71.012", + "max": "71.458", + "min": "70.722", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "119.653", + "max": "120.017", + "min": "119.387", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "147.17", + "max": "147.562", + "min": "146.996", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "89.41", + "max": "90.457", + "min": "88.986", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "93.166", + "max": "93.432", + "min": "92.969", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "45.286", + "max": "45.616", + "min": "45.172", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "38.453", + "max": "38.576", + "min": "38.353", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.989", + "max": "246.334", + "min": "240.613", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "18.621", + "max": "18.951", + "min": "18.501", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "109.695", + "max": "110.798", + "min": "109.335", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "18.965", + "max": "19.086", + "min": "18.836", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "109.396", + "max": "109.751", + "min": "109.264", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "152.323", + "max": "155.675", + "min": "151.977", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "43.514", + "max": "47.592", + "min": "40.672", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "107.868", + "max": "108.032", + "min": "107.722", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "119.359", + "max": "120.52", + "min": "118.626", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "71.988", + "max": "74.288", + "min": "71.243", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "189.862", + "max": "190.621", + "min": "189.408", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "206.568", + "max": "206.794", + "min": "206.383", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "187.23", + "max": "188.763", + "min": "186.961", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "134.555", + "max": "134.668", + "min": "134.432", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "103.14", + "max": "103.287", + "min": "103.036", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "129.311", + "max": "129.447", + "min": "129.231", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "27.896", + "max": "28.805", + "min": "27.579", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "18.631", + "max": "19.583", + "min": "18.426", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "145.008", + "max": "158.381", + "min": "142.908", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "86.401", + "max": "88.589", + "min": "85.339", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "27.071", + "max": "28.912", + "min": "26.138", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "145.926", + "max": "146.475", + "min": "145.781", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "39.434", + "max": "39.603", + "min": "39.117", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "100.089", + "max": "105.859", + "min": "99.635", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "228.505", + "max": "230.1", + "min": "226.884", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "89.542", + "max": "89.552", + "min": "89.532", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "97.72", + "max": "97.845", + "min": "97.617", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "109.255", + "max": "109.391", + "min": "109.121", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "181.032", + "max": "183.688", + "min": "180.674", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "107.973", + "max": "120.093", + "min": "100.698", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "119.448", + "max": "120.784", + "min": "119.264", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "197.62", + "max": "198.022", + "min": "197.414", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "171.507", + "max": "175.208", + "min": "171.098", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.842", + "max": "32.116", + "min": "29.16", + "id": "78", + "country": "United States", + "source_name": "Charlotte", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "79": { + "name": "Las Vegas", + "data": { + "0": { + "avg": "147.836", + "max": "147.982", + "min": "147.714", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "210.392", + "max": "213.731", + "min": "210.093", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "81.439", + "max": "81.986", + "min": "81.338", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "174.806", + "max": "184.284", + "min": "173.826", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "152.034", + "max": "152.61", + "min": "151.905", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "123.373", + "max": "123.687", + "min": "123.225", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "140.693", + "max": "141.011", + "min": "140.512", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "166.608", + "max": "171.187", + "min": "165.743", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "184", + "max": "184.271", + "min": "183.754", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "165.108", + "max": "166.767", + "min": "164.85", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "143.077", + "max": "143.259", + "min": "142.883", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "45.72", + "max": "45.833", + "min": "45.624", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.937", + "max": "76.075", + "min": "75.86", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "79.705", + "max": "80.192", + "min": "79.4", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "69.141", + "max": "71.568", + "min": "68.807", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "87.977", + "max": "88.195", + "min": "87.118", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "158.252", + "max": "158.607", + "min": "158.036", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "56.617", + "max": "59.364", + "min": "56.279", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "140.255", + "max": "140.491", + "min": "140.092", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "156.116", + "max": "156.308", + "min": "155.984", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "226.95", + "max": "227.096", + "min": "226.863", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "65.836", + "max": "65.919", + "min": "65.738", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "16.544", + "max": "16.794", + "min": "16.352", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "38.586", + "max": "39.162", + "min": "38.455", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "154.477", + "max": "156.105", + "min": "154.055", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "151.689", + "max": "151.832", + "min": "151.54", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "162.046", + "max": "162.388", + "min": "161.75", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "151.619", + "max": "152.511", + "min": "151.311", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "161.833", + "max": "161.996", + "min": "161.697", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "17.295", + "max": "17.908", + "min": "17.098", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "187.543", + "max": "187.672", + "min": "187.451", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "162.737", + "max": "163.338", + "min": "162.611", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "55.966", + "max": "56.066", + "min": "55.87", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "182.34", + "max": "182.668", + "min": "182.23", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "156.97", + "max": "158.618", + "min": "156.533", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "209.319", + "max": "211.915", + "min": "208.899", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "7.858", + "max": "8.17", + "min": "7.777", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "18.115", + "max": "18.254", + "min": "18.028", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "48.621", + "max": "49.086", + "min": "48.444", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "76.962", + "max": "85.806", + "min": "76.349", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "286.651", + "max": "291.047", + "min": "285.998", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "156.998", + "max": "161.459", + "min": "156.485", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "176.808", + "max": "177.032", + "min": "176.692", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "155.312", + "max": "159.674", + "min": "154.845", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "255.95", + "max": "256.207", + "min": "255.791", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "192.57", + "max": "193.053", + "min": "192.023", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "166.011", + "max": "166.304", + "min": "165.787", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "137.781", + "max": "138.067", + "min": "137.602", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "205.528", + "max": "212.08", + "min": "204.496", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "51.081", + "max": "51.219", + "min": "50.91", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "58.103", + "max": "58.407", + "min": "57.866", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "41.713", + "max": "42.005", + "min": "41.54", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "164.024", + "max": "254.862", + "min": "146.226", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "53.765", + "max": "53.988", + "min": "53.582", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "239.745", + "max": "261.739", + "min": "226.186", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "201.61", + "max": "202.639", + "min": "201.427", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "153.411", + "max": "156.977", + "min": "152.553", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "171.318", + "max": "171.518", + "min": "171.245", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "166.26", + "max": "167.773", + "min": "165.738", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "164.326", + "max": "164.568", + "min": "164.193", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "212.166", + "max": "213.324", + "min": "211.655", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "199.089", + "max": "251.267", + "min": "194.939", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "209.445", + "max": "238.487", + "min": "207.824", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "190.648", + "max": "192.15", + "min": "190.429", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "199.396", + "max": "199.515", + "min": "199.268", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "171.19", + "max": "171.889", + "min": "170.978", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "72.956", + "max": "73.102", + "min": "72.833", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "176.919", + "max": "177.321", + "min": "176.615", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "190.777", + "max": "192.319", + "min": "190.028", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "41.329", + "max": "42.401", + "min": "41.15", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "164.732", + "max": "165.496", + "min": "164.548", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "11.207", + "max": "11.623", + "min": "10.891", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "117.478", + "max": "122.356", + "min": "116.849", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "64.324", + "max": "64.609", + "min": "64.157", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "179.772", + "max": "180.381", + "min": "179.555", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "139.516", + "max": "139.734", + "min": "139.382", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "62.622", + "max": "62.732", + "min": "62.521", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "0.038", + "max": "0.078", + "min": "0.024", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "83.424", + "max": "84.032", + "min": "83.267", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "45.514", + "max": "45.845", + "min": "45.264", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "33.153", + "max": "33.415", + "min": "33.01", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "80.371", + "max": "80.989", + "min": "80.043", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "153.562", + "max": "158.075", + "min": "152.955", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "216.225", + "max": "216.437", + "min": "216.04", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "28.779", + "max": "28.891", + "min": "28.698", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "187.297", + "max": "188.397", + "min": "186.961", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "140.353", + "max": "140.92", + "min": "140.09", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "68.175", + "max": "68.315", + "min": "68.079", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "85.791", + "max": "85.973", + "min": "85.65", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "147.577", + "max": "149.655", + "min": "147.304", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "66.335", + "max": "68.455", + "min": "65.487", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "23.619", + "max": "24.041", + "min": "23.387", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "165.384", + "max": "165.571", + "min": "165.15", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "143.944", + "max": "144.672", + "min": "143.786", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "76.006", + "max": "76.139", + "min": "75.86", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "64.81", + "max": "65.028", + "min": "64.609", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "115.808", + "max": "116.103", + "min": "115.603", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "116.25", + "max": "148.771", + "min": "114.371", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "19.757", + "max": "19.993", + "min": "19.502", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "67.412", + "max": "67.823", + "min": "67.223", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "65.44", + "max": "65.669", + "min": "65.234", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "86.249", + "max": "86.529", + "min": "86.071", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "179.713", + "max": "181.177", + "min": "179.429", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "191.315", + "max": "193.997", + "min": "190.532", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "62.806", + "max": "62.938", + "min": "62.642", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "280.024", + "max": "281.996", + "min": "278.004", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "137.092", + "max": "140.648", + "min": "136.852", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "77.817", + "max": "77.993", + "min": "77.678", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "63.6", + "max": "63.754", + "min": "63.507", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "249.009", + "max": "251.498", + "min": "248.81", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "169.006", + "max": "170.002", + "min": "168.817", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "142.49", + "max": "142.698", + "min": "142.346", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "69.629", + "max": "69.748", + "min": "69.486", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "291.698", + "max": "294.292", + "min": "291.338", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "533.32", + "max": "645.885", + "min": "364.096", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "275.697", + "max": "383.781", + "min": "196.567", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "315.187", + "max": "321.176", + "min": "314.749", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "122.602", + "max": "124.216", + "min": "122.403", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "55.967", + "max": "56.405", + "min": "55.834", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "75.579", + "max": "76.627", + "min": "75.294", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "21.542", + "max": "21.778", + "min": "21.384", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "146.632", + "max": "292.487", + "min": "65.28", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "193.938", + "max": "215.15", + "min": "178.155", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "208.384", + "max": "417.606", + "min": "194.833", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "172.371", + "max": "172.488", + "min": "172.291", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "175.357", + "max": "176.379", + "min": "174.9", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "70.598", + "max": "72.315", + "min": "70.386", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "285.81", + "max": "286.256", + "min": "285.499", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "254.312", + "max": "254.82", + "min": "254.027", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "67.957", + "max": "68.211", + "min": "67.829", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "78.998", + "max": "79.538", + "min": "78.858", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "64.941", + "max": "65.093", + "min": "64.797", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "68.631", + "max": "68.81", + "min": "68.448", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "191.23", + "max": "192.647", + "min": "190.486", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "52.477", + "max": "53.061", + "min": "52.284", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "81.047", + "max": "81.336", + "min": "80.886", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.211", + "max": "59.589", + "min": "49.373", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "68.431", + "max": "69.08", + "min": "68.317", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "49.563", + "max": "49.775", + "min": "49.411", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "77.548", + "max": "77.646", + "min": "77.464", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "171.802", + "max": "171.991", + "min": "171.701", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "239.512", + "max": "249.196", + "min": "238.673", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "185.285", + "max": "185.463", + "min": "185.179", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "150.272", + "max": "150.575", + "min": "150.061", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "53.486", + "max": "58.979", + "min": "53.006", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "148.721", + "max": "149.559", + "min": "148.467", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "174.266", + "max": "179.639", + "min": "173.734", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "251.864", + "max": "257.279", + "min": "250.378", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "136.285", + "max": "136.378", + "min": "136.199", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "135.469", + "max": "135.621", + "min": "135.351", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "147.789", + "max": "185.901", + "min": "145.696", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "139.784", + "max": "140.101", + "min": "139.648", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "170.473", + "max": "171.356", + "min": "170.225", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "158.316", + "max": "193.154", + "min": "156.589", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "70.696", + "max": "70.919", + "min": "70.584", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "42.607", + "max": "44.747", + "min": "42.322", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "169.065", + "max": "170.416", + "min": "168.739", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "175.368", + "max": "214.134", + "min": "167.845", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "83.8", + "max": "83.856", + "min": "83.743", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "209.194", + "max": "299.4", + "min": "201.075", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "94.445", + "max": "94.519", + "min": "94.382", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "325.657", + "max": "325.88", + "min": "325.12", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "162.365", + "max": "162.718", + "min": "162.073", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "57.867", + "max": "58.158", + "min": "57.626", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "244.109", + "max": "244.484", + "min": "243.919", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "293.893", + "max": "294.094", + "min": "293.648", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "219.948", + "max": "220.677", + "min": "219.781", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "58.497", + "max": "58.849", + "min": "58.272", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "151.155", + "max": "152.32", + "min": "150.841", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "62.406", + "max": "62.813", + "min": "62.183", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "73.984", + "max": "74.066", + "min": "73.915", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "146.673", + "max": "147.88", + "min": "146.463", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "287.096", + "max": "287.418", + "min": "286.964", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "151.616", + "max": "153.358", + "min": "151.444", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "156.474", + "max": "157.055", + "min": "156.301", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "178.026", + "max": "187.591", + "min": "177.443", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "158.477", + "max": "158.709", + "min": "158.205", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "137.169", + "max": "138.194", + "min": "136.899", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "196.789", + "max": "198.028", + "min": "196.559", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "183.343", + "max": "183.461", + "min": "183.248", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "183.676", + "max": "187.544", + "min": "183.062", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "190.067", + "max": "190.344", + "min": "189.945", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "140.88", + "max": "145.076", + "min": "140.62", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "143.453", + "max": "143.865", + "min": "143.267", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "153.778", + "max": "154.058", + "min": "153.637", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "162.738", + "max": "171.022", + "min": "162.196", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "214.918", + "max": "215.187", + "min": "214.579", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "177.506", + "max": "205.914", + "min": "174.909", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "190.638", + "max": "269.482", + "min": "157.693", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "123.479", + "max": "124.053", + "min": "123.215", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "207.585", + "max": "208.839", + "min": "207.344", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "174.707", + "max": "182.299", + "min": "174.219", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "177.523", + "max": "178.073", + "min": "177.082", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "157.36", + "max": "163.749", + "min": "156.838", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "227.798", + "max": "230.411", + "min": "227.573", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "164.537", + "max": "164.624", + "min": "164.418", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "166.44", + "max": "166.716", + "min": "166.247", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "173.325", + "max": "173.441", + "min": "173.248", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "140.225", + "max": "147.153", + "min": "138.177", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "205.597", + "max": "205.965", + "min": "205.408", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "146.586", + "max": "150.682", + "min": "146.205", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "148.664", + "max": "148.873", + "min": "148.541", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "145.026", + "max": "147.927", + "min": "144.435", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "168.121", + "max": "168.58", + "min": "167.983", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "74.372", + "max": "77.086", + "min": "73.862", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "181.397", + "max": "182.98", + "min": "174.741", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "229.539", + "max": "229.672", + "min": "229.284", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "136.316", + "max": "137.36", + "min": "136.053", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "294.205", + "max": "298.524", + "min": "293.873", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "26.319", + "max": "26.473", + "min": "26.021", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "174.231", + "max": "174.706", + "min": "173.943", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "206.974", + "max": "207.359", + "min": "206.815", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "136.806", + "max": "138.003", + "min": "136.305", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "150.464", + "max": "152.636", + "min": "150.063", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "61.678", + "max": "62.004", + "min": "61.487", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "94.387", + "max": "94.542", + "min": "94.228", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "234.574", + "max": "235.054", + "min": "234.263", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.612", + "max": "80.73", + "min": "80.557", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "156.152", + "max": "156.285", + "min": "156.062", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "80.529", + "max": "80.631", + "min": "80.444", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "157.78", + "max": "158.05", + "min": "157.688", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "194.285", + "max": "216.175", + "min": "193.294", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "81.137", + "max": "83.845", + "min": "78.758", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "156.982", + "max": "157.27", + "min": "156.743", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "186.643", + "max": "188.331", + "min": "185.849", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "115.203", + "max": "127.957", + "min": "113.893", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "228.612", + "max": "229.172", + "min": "228.242", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "116.307", + "max": "116.488", + "min": "116.185", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "215.726", + "max": "217.271", + "min": "215.526", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "192.722", + "max": "192.866", + "min": "192.54", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "145.965", + "max": "146.839", + "min": "145.701", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "207.485", + "max": "207.73", + "min": "207.415", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "76.721", + "max": "80.941", + "min": "76.208", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "82.65", + "max": "82.831", + "min": "82.526", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "208.797", + "max": "211.827", + "min": "207.212", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "146.326", + "max": "147.478", + "min": "145.479", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "76.271", + "max": "78.843", + "min": "75.183", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "200.265", + "max": "200.768", + "min": "200.046", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "31.518", + "max": "31.768", + "min": "31.32", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "175.283", + "max": "176.818", + "min": "174.962", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "180.196", + "max": "180.389", + "min": "180.12", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "153.849", + "max": "153.849", + "min": "153.849", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "146.553", + "max": "161.502", + "min": "145.961", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "163.709", + "max": "163.811", + "min": "163.651", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "229.131", + "max": "230.136", + "min": "228.931", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "164.182", + "max": "176.855", + "min": "157.017", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "167.432", + "max": "167.529", + "min": "167.319", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "253.162", + "max": "254.356", + "min": "252.822", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "231.14", + "max": "233.645", + "min": "230.817", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "73.913", + "max": "76.426", + "min": "73.717", + "id": "79", + "country": "United States", + "source_name": "Las Vegas", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "80": { + "name": "Columbus", + "data": { + "0": { + "avg": "104.463", + "max": "116.832", + "min": "103.441", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "331.549", + "max": "338.186", + "min": "330.974", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "25.689", + "max": "40.788", + "min": "24.658", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "120.55", + "max": "139.622", + "min": "118.879", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "94.742", + "max": "96.08", + "min": "94.389", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "194.058", + "max": "202.918", + "min": "193.305", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "103.154", + "max": "113.141", + "min": "102.573", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "365.968", + "max": "393.626", + "min": "363.623", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "145.973", + "max": "156.44", + "min": "144.751", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "124.281", + "max": "125.024", + "min": "123.942", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "86.281", + "max": "110.178", + "min": "84.539", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "36.001", + "max": "39.094", + "min": "35.59", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "21.266", + "max": "43.661", + "min": "19.42", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "28.831", + "max": "71.176", + "min": "25.175", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "45.023", + "max": "48.594", + "min": "44.669", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "13.021", + "max": "42.701", + "min": "10.737", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "113.994", + "max": "120.005", + "min": "113.259", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "31.085", + "max": "34.946", + "min": "30.802", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "108.472", + "max": "109.533", + "min": "108.171", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "116.925", + "max": "141.645", + "min": "114.488", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "361.22", + "max": "364.786", + "min": "360.71", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "19.072", + "max": "29.898", + "min": "18.315", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "69.885", + "max": "71.195", + "min": "69.605", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "71.835", + "max": "72.213", + "min": "71.591", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "127.764", + "max": "128.766", + "min": "127.438", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "108.209", + "max": "116.012", + "min": "106.761", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "108.958", + "max": "143.99", + "min": "107.302", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "120.602", + "max": "137.523", + "min": "117.078", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "107.789", + "max": "150.196", + "min": "104.606", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "58.21", + "max": "93.856", + "min": "56.613", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "249.196", + "max": "257.988", + "min": "248.301", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "118.342", + "max": "121.02", + "min": "118.091", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "62.142", + "max": "63.053", + "min": "61.878", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "144.688", + "max": "145.082", + "min": "144.484", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "117.939", + "max": "118.89", + "min": "117.686", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "248.36", + "max": "248.633", + "min": "248.174", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "67.263", + "max": "74.941", + "min": "66.571", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "61.449", + "max": "113.334", + "min": "56.399", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "42.535", + "max": "64.892", + "min": "34.099", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "21.257", + "max": "23.47", + "min": "20.791", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.004", + "max": "241.005", + "min": "233.337", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "96.445", + "max": "98.997", + "min": "95.744", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "127.35", + "max": "142.028", + "min": "125.286", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "139.831", + "max": "155.848", + "min": "128.521", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "234.364", + "max": "262.147", + "min": "231.795", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "129.876", + "max": "133.247", + "min": "129.317", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "147.936", + "max": "157.273", + "min": "147.315", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "101.508", + "max": "109.989", + "min": "100.941", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "155.409", + "max": "157.902", + "min": "155.046", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "45.377", + "max": "53.007", + "min": "44.417", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "19.558", + "max": "54.609", + "min": "17.603", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "63.235", + "max": "83.233", + "min": "62.318", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "161.576", + "max": "173.228", + "min": "98.723", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "29.199", + "max": "34.162", + "min": "28.721", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "292.843", + "max": "309.233", + "min": "280.169", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "259.675", + "max": "261.583", + "min": "259.371", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "121.591", + "max": "123.304", + "min": "121.091", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "220.131", + "max": "228.981", + "min": "218.985", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "147.561", + "max": "153.2", + "min": "147.028", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "97.778", + "max": "119.196", + "min": "95.491", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "146.415", + "max": "147.436", + "min": "145.845", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "146.075", + "max": "198.597", + "min": "140.115", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "286.319", + "max": "361.344", + "min": "275.548", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "275.662", + "max": "288.933", + "min": "265.024", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "149.085", + "max": "164.18", + "min": "138.589", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "142.358", + "max": "144.229", + "min": "142.003", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "19.756", + "max": "31.384", + "min": "18.52", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "137.308", + "max": "146.945", + "min": "135.739", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "156.888", + "max": "187.56", + "min": "154.477", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "38.151", + "max": "39.212", + "min": "37.895", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "230.235", + "max": "248.919", + "min": "218.542", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.142", + "max": "93.337", + "min": "63.899", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "87.485", + "max": "107.168", + "min": "83.117", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.496", + "max": "39.22", + "min": "21.818", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "143.827", + "max": "154.035", + "min": "143.114", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "87.353", + "max": "97.846", + "min": "86.695", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "28.691", + "max": "30.665", + "min": "28.347", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "83.554", + "max": "87.334", + "min": "83.141", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "0.021", + "max": "0.043", + "min": "0.012", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "8.254", + "max": "39.875", + "min": "6.531", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "75.357", + "max": "84.201", + "min": "74.724", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "34.899", + "max": "35.756", + "min": "34.712", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "368.073", + "max": "388.313", + "min": "357.118", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "242.728", + "max": "264.086", + "min": "241.21", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "71.046", + "max": "74.062", + "min": "70.757", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "150.758", + "max": "153.735", + "min": "150.143", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "99.178", + "max": "116.773", + "min": "96.125", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "30.837", + "max": "33.175", + "min": "30.541", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "31.154", + "max": "39.146", + "min": "30.481", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "90.931", + "max": "117.134", + "min": "89.241", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "20.263", + "max": "21.5", + "min": "19.607", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "63.42", + "max": "80.448", + "min": "62.503", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "94.247", + "max": "114.108", + "min": "91.666", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "219.04", + "max": "253.595", + "min": "215.979", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "18.999", + "max": "32.34", + "min": "18.107", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "51.329", + "max": "52.758", + "min": "51.093", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "84.193", + "max": "95.794", + "min": "83.046", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "75.623", + "max": "102.083", + "min": "73.238", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "73.263", + "max": "85.322", + "min": "71.915", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "12.862", + "max": "28.869", + "min": "11.702", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "27.254", + "max": "27.757", + "min": "27.114", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "67.352", + "max": "76.229", + "min": "66.561", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "142.499", + "max": "147.174", + "min": "142.071", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.744", + "max": "230.154", + "min": "228.181", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "16.159", + "max": "16.506", + "min": "15.94", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "459.477", + "max": "477.493", + "min": "447.785", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "110.605", + "max": "114.024", + "min": "110.178", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "26.026", + "max": "60.645", + "min": "21.447", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "22.877", + "max": "24.053", + "min": "22.625", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "277.243", + "max": "285.045", + "min": "275.816", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "213.553", + "max": "221.518", + "min": "212.907", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "192.273", + "max": "193.204", + "min": "192.026", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "15.988", + "max": "16.326", + "min": "15.766", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "223.719", + "max": "276.62", + "min": "221.459", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "473.383", + "max": "585.304", + "min": "291.286", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "260.47", + "max": "387.517", + "min": "167.722", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "265.384", + "max": "289.964", + "min": "263.057", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "159.269", + "max": "160.348", + "min": "158.986", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "36.269", + "max": "43.912", + "min": "35.611", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "44.137", + "max": "60.731", + "min": "31.954", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "38.087", + "max": "65.078", + "min": "35.183", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "114.652", + "max": "266.173", + "min": "34.272", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "132.704", + "max": "149.713", + "min": "131.552", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "136.839", + "max": "260.328", + "min": "129.821", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "132.746", + "max": "135.772", + "min": "132.344", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "126.354", + "max": "213.059", + "min": "120.52", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "25.666", + "max": "32.903", + "min": "24.838", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "256.665", + "max": "267.094", + "min": "255.212", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "201.258", + "max": "219.275", + "min": "200.215", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "89.177", + "max": "91.223", + "min": "88.826", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "18.009", + "max": "21.929", + "min": "17.499", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "3.81", + "max": "4.207", + "min": "3.596", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "33.037", + "max": "42.862", + "min": "31.985", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "206.057", + "max": "212.07", + "min": "204.224", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "51.503", + "max": "92.302", + "min": "48.767", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "26.326", + "max": "26.688", + "min": "26.026", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "43.757", + "max": "56.75", + "min": "42.233", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.384", + "max": "116.464", + "min": "38.473", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "22.354", + "max": "22.956", + "min": "22.109", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "25.585", + "max": "29.164", + "min": "25.207", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "120.174", + "max": "136.169", + "min": "119.08", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "297.167", + "max": "299.802", + "min": "296.423", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "135.976", + "max": "136.337", + "min": "135.726", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "116.31", + "max": "116.849", + "min": "115.991", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "122.216", + "max": "138.907", + "min": "108.367", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "102.147", + "max": "113.127", + "min": "101.094", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "140.503", + "max": "171.862", + "min": "137.403", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "333.873", + "max": "368.7", + "min": "320.673", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "92.784", + "max": "112.711", + "min": "91.373", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "88.885", + "max": "89.096", + "min": "88.772", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "106.67", + "max": "127.794", + "min": "104.601", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "198.809", + "max": "208.716", + "min": "197.339", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "129.852", + "max": "132.474", + "min": "129.447", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "107.763", + "max": "126.626", + "min": "106.203", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "23.777", + "max": "38.398", + "min": "22.967", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "91.118", + "max": "95.278", + "min": "90.621", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "135.905", + "max": "137.226", + "min": "135.569", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "226.31", + "max": "266.788", + "min": "219.285", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "36.178", + "max": "45.993", + "min": "35.31", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "165.26", + "max": "271.399", + "min": "159.454", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "53.782", + "max": "76.573", + "min": "52.785", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "281.189", + "max": "294.338", + "min": "280.378", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "140.362", + "max": "170.566", + "min": "138.092", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "23.278", + "max": "24.83", + "min": "22.986", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "207.846", + "max": "213.632", + "min": "207.465", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "252.028", + "max": "260.246", + "min": "251.466", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "196.97", + "max": "199.976", + "min": "196.584", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.006", + "max": "67.94", + "min": "60.495", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "211.659", + "max": "229.93", + "min": "209.674", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "29.05", + "max": "32.52", + "min": "28.736", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "21.279", + "max": "40.474", + "min": "20.458", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "109.142", + "max": "112.964", + "min": "108.654", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "235.17", + "max": "243.238", + "min": "234.443", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "102.447", + "max": "109.778", + "min": "101.978", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "99.737", + "max": "100.166", + "min": "99.445", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "121.866", + "max": "127.581", + "min": "121.348", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "121.091", + "max": "167.985", + "min": "114.932", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "92.32", + "max": "93.243", + "min": "92.011", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "150.316", + "max": "181.446", + "min": "146.213", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "132.166", + "max": "151.805", + "min": "131.28", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "161.44", + "max": "162.386", + "min": "161.222", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "134.544", + "max": "145.399", + "min": "133.449", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "105.301", + "max": "137.611", + "min": "99.697", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "98.038", + "max": "98.567", + "min": "97.873", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "97.134", + "max": "100.013", + "min": "96.874", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "123.809", + "max": "124.006", + "min": "123.62", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "149.969", + "max": "150.388", + "min": "149.703", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "114.639", + "max": "129.796", + "min": "112.665", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "127.411", + "max": "143.265", + "min": "114.128", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "107.784", + "max": "112.045", + "min": "107.449", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "149.576", + "max": "150.293", + "min": "149.29", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "134.844", + "max": "156.162", + "min": "133.847", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "128.865", + "max": "129.448", + "min": "128.409", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "96.595", + "max": "99.87", + "min": "96.154", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "263.123", + "max": "264.75", + "min": "262.757", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "111.666", + "max": "132.618", + "min": "110.32", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "117.73", + "max": "135.984", + "min": "116.755", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "118.221", + "max": "131.639", + "min": "117.07", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "105.984", + "max": "132.337", + "min": "101.733", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "146.924", + "max": "147.133", + "min": "146.69", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "92.359", + "max": "106.732", + "min": "91.438", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "91.449", + "max": "135.459", + "min": "87.734", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "102.555", + "max": "103.166", + "min": "101.711", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "218.149", + "max": "233.81", + "min": "216.935", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "21.236", + "max": "26.253", + "min": "20.407", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "368.228", + "max": "374.225", + "min": "333.614", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "253.4", + "max": "254.031", + "min": "253.193", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "100.174", + "max": "100.434", + "min": "100.037", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "245.802", + "max": "254.446", + "min": "245.284", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "97.421", + "max": "110.208", + "min": "96.731", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "123.609", + "max": "123.982", + "min": "123.399", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "165.374", + "max": "192.292", + "min": "151.473", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "94.703", + "max": "100.967", + "min": "93.46", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "100.459", + "max": "102.226", + "min": "99.997", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "39.18", + "max": "46.233", + "min": "31.809", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "27.165", + "max": "27.612", + "min": "26.997", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "247.398", + "max": "274.303", + "min": "234.245", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "22.616", + "max": "28.062", + "min": "22.039", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "114.889", + "max": "143.452", + "min": "112.697", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "15.122", + "max": "20.724", + "min": "14.249", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "116.972", + "max": "128.141", + "min": "116.302", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "150.498", + "max": "172.228", + "min": "149.036", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "49.765", + "max": "80.855", + "min": "43.915", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "116.626", + "max": "153.842", + "min": "113.082", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "123.721", + "max": "124.521", + "min": "123.123", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "84.928", + "max": "96.766", + "min": "83.6", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "254.327", + "max": "255.205", + "min": "253.883", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "183.583", + "max": "210.342", + "min": "182.273", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "166.318", + "max": "167.313", + "min": "165.956", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "137.136", + "max": "137.495", + "min": "136.965", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "96.493", + "max": "97.064", + "min": "96.315", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "131.18", + "max": "139.189", + "min": "130.668", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "19.455", + "max": "23.685", + "min": "18.77", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "27.997", + "max": "45.226", + "min": "26.579", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "151.101", + "max": "181.342", + "min": "148.121", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "102.588", + "max": "123.904", + "min": "101.295", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "25.236", + "max": "30.112", + "min": "23.784", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "152.398", + "max": "157.861", + "min": "151.557", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "26.918", + "max": "53.676", + "min": "23.972", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "111.323", + "max": "113.128", + "min": "110.94", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "251.253", + "max": "273.392", + "min": "249.488", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "117.251", + "max": "120.019", + "min": "114.483", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "96.336", + "max": "116.597", + "min": "94.67", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "100.168", + "max": "100.914", + "min": "99.963", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "182.156", + "max": "183.52", + "min": "181.864", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "116.38", + "max": "144.151", + "min": "107.498", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "133.245", + "max": "162.797", + "min": "130.937", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "217.193", + "max": "231.913", + "min": "216.092", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "185.371", + "max": "198.32", + "min": "183.766", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "33.052", + "max": "33.388", + "min": "32.847", + "id": "80", + "country": "United States", + "source_name": "Columbus", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "81": { + "name": "Detroit", + "data": { + "0": { + "avg": "142.917", + "max": "143.181", + "min": "142.776", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "245.516", + "max": "246.36", + "min": "245.168", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.724", + "max": "22.963", + "min": "22.607", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "121.844", + "max": "133.052", + "min": "120.383", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "89.615", + "max": "89.899", + "min": "89.457", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "153.857", + "max": "154.42", + "min": "153.576", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "98.067", + "max": "98.228", + "min": "97.95", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "278.207", + "max": "281.325", + "min": "277.563", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "131.918", + "max": "132.257", + "min": "131.768", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "117.676", + "max": "119.086", + "min": "117.435", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "93.729", + "max": "95.223", + "min": "93.425", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "36.362", + "max": "36.802", + "min": "36.261", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "19.209", + "max": "19.558", + "min": "19.062", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "25.193", + "max": "25.735", + "min": "24.949", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "38.231", + "max": "38.666", + "min": "38.097", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "24.429", + "max": "26.948", + "min": "23.81", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "106.63", + "max": "107.145", + "min": "106.363", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "22.113", + "max": "37.458", + "min": "20.651", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "100.715", + "max": "101.035", + "min": "100.541", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "116.009", + "max": "116.352", + "min": "115.861", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "262.62", + "max": "262.931", + "min": "262.44", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "9.211", + "max": "9.431", + "min": "9.111", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "54.401", + "max": "54.538", + "min": "54.277", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "51.544", + "max": "51.983", + "min": "51.322", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "117.305", + "max": "117.638", + "min": "117.097", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "110.455", + "max": "111.723", + "min": "110.263", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "107.85", + "max": "110.259", + "min": "107.367", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "111.614", + "max": "112.425", + "min": "111.26", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "104.097", + "max": "104.398", + "min": "103.976", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "51.813", + "max": "52.593", + "min": "51.56", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "223.145", + "max": "223.297", + "min": "223.045", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "118.368", + "max": "118.593", + "min": "118.235", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "53.678", + "max": "64.085", + "min": "53.167", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "132.145", + "max": "132.422", + "min": "131.877", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "112.252", + "max": "115.336", + "min": "111.906", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "203.301", + "max": "237.145", + "min": "201.908", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "65.248", + "max": "65.532", + "min": "65.097", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "55.652", + "max": "56.66", + "min": "55.442", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.367", + "max": "34.987", + "min": "34.132", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "20.044", + "max": "22.536", + "min": "19.768", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "231.506", + "max": "234.126", + "min": "230.978", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "91.165", + "max": "95.925", + "min": "90.614", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "130.245", + "max": "130.549", + "min": "130.107", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "122.327", + "max": "134.188", + "min": "121.7", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "228.227", + "max": "228.463", + "min": "228.124", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "131.202", + "max": "131.825", + "min": "130.771", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "124.237", + "max": "125.182", + "min": "124.015", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "88.779", + "max": "91.233", + "min": "88.392", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "159.451", + "max": "161.915", + "min": "159.212", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "42.451", + "max": "42.523", + "min": "42.39", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "23.901", + "max": "24.065", + "min": "23.717", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "51.543", + "max": "51.933", + "min": "51.173", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "101.465", + "max": "106.722", + "min": "99.317", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "19.379", + "max": "19.591", + "min": "19.118", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "245.376", + "max": "257.051", + "min": "241.748", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "237.115", + "max": "237.672", + "min": "236.915", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "108.253", + "max": "111.048", + "min": "107.372", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "222.715", + "max": "223.282", + "min": "222.556", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "146.388", + "max": "148.082", + "min": "146.08", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "98.37", + "max": "98.541", + "min": "98.25", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "157.749", + "max": "158.378", + "min": "157.359", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "148.717", + "max": "206.342", + "min": "142.756", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "247.561", + "max": "338.399", + "min": "235.44", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "256.304", + "max": "256.573", + "min": "256.17", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "140.522", + "max": "141.68", + "min": "140.301", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "127.647", + "max": "131.886", + "min": "127.342", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "19.205", + "max": "19.941", + "min": "19.009", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "130.709", + "max": "137.318", + "min": "130.03", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "148.373", + "max": "149.425", + "min": "147.811", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "32.724", + "max": "37.964", + "min": "32.322", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "189.483", + "max": "190.809", + "min": "189.202", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "58.966", + "max": "61.519", + "min": "58.57", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "82.053", + "max": "85.003", + "min": "81.737", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "26.76", + "max": "26.993", + "min": "26.603", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "130.782", + "max": "131.368", + "min": "130.662", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "87.056", + "max": "87.673", + "min": "86.846", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "23.01", + "max": "23.212", + "min": "22.804", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "45.764", + "max": "51.614", + "min": "45.328", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "6.828", + "max": "9.504", + "min": "6.531", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "0.043", + "max": "0.077", + "min": "0.029", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "58.183", + "max": "58.527", + "min": "57.962", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "39.286", + "max": "39.938", + "min": "39.038", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "250.464", + "max": "261.493", + "min": "249.874", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "233.979", + "max": "234.53", + "min": "233.782", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "44.331", + "max": "44.757", + "min": "44.219", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "154.157", + "max": "156.247", + "min": "153.844", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "98.466", + "max": "100.323", + "min": "98.098", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "29.169", + "max": "29.32", + "min": "29.083", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "15.142", + "max": "15.911", + "min": "14.95", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.02", + "max": "110.782", + "min": "100.967", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "16.908", + "max": "18.002", + "min": "16.18", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "65.752", + "max": "66.56", + "min": "65.521", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "111.075", + "max": "111.452", + "min": "110.895", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "172.87", + "max": "174.046", + "min": "172.654", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "28.803", + "max": "32.249", + "min": "28.515", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "31.837", + "max": "32.479", + "min": "31.684", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "85.266", + "max": "85.422", + "min": "85.075", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "66.466", + "max": "88.662", + "min": "65.285", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "69.445", + "max": "79.91", + "min": "63.398", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "5.711", + "max": "11.854", + "min": "5.205", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "26.106", + "max": "26.638", + "min": "25.927", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "38.856", + "max": "39.273", + "min": "38.589", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "142.095", + "max": "142.909", + "min": "141.85", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "221.293", + "max": "222.881", + "min": "220.812", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "12.77", + "max": "13.16", + "min": "12.636", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "310.262", + "max": "310.581", + "min": "309.62", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "105.855", + "max": "108.58", + "min": "105.622", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "27.118", + "max": "27.284", + "min": "27.038", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "29.606", + "max": "29.919", + "min": "29.464", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "270.433", + "max": "270.773", + "min": "270.262", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "203.202", + "max": "206.862", + "min": "202.64", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.628", + "max": "190.201", + "min": "189.426", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "20.225", + "max": "20.556", + "min": "20.087", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "254.106", + "max": "255.691", + "min": "253.797", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "460.882", + "max": "571.187", + "min": "286.799", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "229.287", + "max": "315.202", + "min": "146.445", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "270.872", + "max": "287.042", + "min": "269.544", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "149.805", + "max": "150.41", + "min": "149.607", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "27.033", + "max": "27.694", + "min": "26.826", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "28.452", + "max": "36.664", + "min": "27.802", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "27.706", + "max": "28.057", + "min": "27.445", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "125.992", + "max": "271.239", + "min": "40.82", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "128.748", + "max": "128.882", + "min": "128.639", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "129.587", + "max": "203.655", + "min": "124.117", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "125.377", + "max": "125.706", + "min": "125.157", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "119.566", + "max": "120.458", + "min": "118.768", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "20.219", + "max": "20.592", + "min": "20.101", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "246.795", + "max": "246.988", + "min": "246.533", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "197.784", + "max": "198.337", + "min": "197.59", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "75.774", + "max": "75.93", + "min": "75.621", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "11.672", + "max": "11.866", + "min": "11.554", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "12.058", + "max": "12.267", + "min": "11.946", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "16.965", + "max": "17.207", + "min": "16.891", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "231.073", + "max": "232.848", + "min": "230.452", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "38.756", + "max": "38.981", + "min": "38.65", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "20.513", + "max": "20.725", + "min": "20.309", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "40.521", + "max": "64.009", + "min": "38.937", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "34.923", + "max": "35.082", + "min": "34.825", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "21.975", + "max": "22.509", + "min": "21.774", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "17.761", + "max": "18.246", + "min": "17.595", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "120.553", + "max": "121.18", + "min": "120.345", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "243.789", + "max": "246.8", + "min": "243.133", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "133.8", + "max": "134.271", + "min": "133.577", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "111.896", + "max": "112.161", + "min": "111.658", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "100.009", + "max": "102.516", + "min": "99.762", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "99.532", + "max": "99.81", + "min": "99.335", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "133.121", + "max": "133.448", + "min": "132.996", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "263.456", + "max": "263.939", + "min": "263.329", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "87.405", + "max": "87.533", + "min": "87.276", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "86.956", + "max": "87.212", + "min": "86.774", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "100.2", + "max": "106.544", + "min": "98.842", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "160.111", + "max": "160.35", + "min": "159.911", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "126.266", + "max": "128.444", + "min": "125.977", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "103.477", + "max": "104.313", + "min": "103.122", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "23.725", + "max": "24.294", + "min": "23.5", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "55.871", + "max": "56.292", + "min": "55.548", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "122.055", + "max": "123.542", + "min": "121.729", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "217.308", + "max": "264.434", + "min": "205.819", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "31.44", + "max": "31.625", + "min": "31.312", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "171.395", + "max": "236.357", + "min": "162.56", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "51.947", + "max": "52.083", + "min": "51.83", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "360.904", + "max": "361.244", + "min": "360.444", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "121.739", + "max": "123.412", + "min": "121.453", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "20.449", + "max": "20.804", + "min": "20.313", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "189.855", + "max": "190.215", + "min": "189.617", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "242.041", + "max": "242.353", + "min": "241.828", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "179.395", + "max": "180.355", + "min": "179.161", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "78.156", + "max": "80.818", + "min": "77.889", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "285.499", + "max": "301.821", + "min": "254.659", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "28.812", + "max": "29.091", + "min": "28.622", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "15.146", + "max": "15.311", + "min": "15.051", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "97.223", + "max": "105.289", + "min": "96.664", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "244.762", + "max": "244.931", + "min": "244.649", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "91.459", + "max": "92.403", + "min": "91.31", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "103.949", + "max": "104.322", + "min": "103.737", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "120.75", + "max": "130.215", + "min": "120.126", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "106.445", + "max": "107.149", + "min": "106.336", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "88.317", + "max": "89.146", + "min": "88.075", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "153.567", + "max": "154.392", + "min": "153.344", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "135.133", + "max": "135.351", + "min": "134.998", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "151.823", + "max": "153.657", + "min": "151.516", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "127.106", + "max": "127.272", + "min": "127.002", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "94.329", + "max": "95.262", + "min": "93.971", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "99.935", + "max": "100.223", + "min": "99.801", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "147.904", + "max": "148.167", + "min": "147.762", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "115.233", + "max": "115.768", + "min": "115.09", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "153.768", + "max": "154.694", + "min": "153.408", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "114.275", + "max": "116.874", + "min": "113.56", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "133.279", + "max": "185.118", + "min": "102.714", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "85.809", + "max": "85.984", + "min": "85.653", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "159.748", + "max": "160.085", + "min": "159.551", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "122.93", + "max": "123.298", + "min": "122.683", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "158.536", + "max": "159.028", + "min": "158.106", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "88.173", + "max": "89.375", + "min": "87.933", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "238.522", + "max": "242.621", + "min": "238.145", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "114.713", + "max": "114.816", + "min": "114.594", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "110.037", + "max": "111.803", + "min": "109.816", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "124.025", + "max": "124.157", + "min": "123.838", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "132.504", + "max": "143.85", + "min": "121.093", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "147.596", + "max": "147.754", + "min": "147.459", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "91.226", + "max": "98.841", + "min": "90.577", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "88.87", + "max": "90.743", + "min": "88.424", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "91.595", + "max": "91.966", + "min": "91.36", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "251.03", + "max": "261.047", + "min": "250.488", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "22.851", + "max": "31.19", + "min": "21.445", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "240.666", + "max": "243.764", + "min": "235.443", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "216.116", + "max": "216.683", + "min": "215.965", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "98.027", + "max": "98.202", + "min": "97.86", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "243.496", + "max": "243.902", + "min": "243.294", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "65.536", + "max": "66.478", + "min": "65.292", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "117.829", + "max": "118.074", + "min": "117.636", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "159.58", + "max": "161.844", + "min": "159.276", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "88.405", + "max": "89.518", + "min": "88.11", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "93.704", + "max": "95.421", + "min": "93.304", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "14.563", + "max": "14.89", + "min": "14.436", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "38.908", + "max": "39.246", + "min": "38.769", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "255.113", + "max": "255.658", + "min": "254.918", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "23.88", + "max": "24.218", + "min": "23.76", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "107.029", + "max": "107.263", + "min": "106.728", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "13.476", + "max": "13.753", + "min": "13.363", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "111.463", + "max": "111.812", + "min": "111.358", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "143.024", + "max": "143.442", + "min": "142.865", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "47.54", + "max": "50.994", + "min": "43.955", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "106.421", + "max": "106.657", + "min": "106.232", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "136.577", + "max": "139.368", + "min": "135.72", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "94.803", + "max": "98.282", + "min": "94.014", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "200.719", + "max": "203.148", + "min": "200.21", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "129.125", + "max": "129.399", + "min": "128.898", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "168.166", + "max": "168.466", + "min": "167.969", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "130.552", + "max": "130.632", + "min": "130.458", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "104.328", + "max": "104.469", + "min": "104.231", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "123.78", + "max": "123.917", + "min": "123.695", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "29.24", + "max": "30.572", + "min": "28.857", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "28.05", + "max": "28.236", + "min": "27.923", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "143.078", + "max": "146.937", + "min": "140.937", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "104.678", + "max": "105.866", + "min": "103.778", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "29.93", + "max": "31.26", + "min": "28.792", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "154.432", + "max": "156.051", + "min": "154.16", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "17.64", + "max": "17.875", + "min": "17.484", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "93.815", + "max": "98.992", + "min": "93.461", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "235.563", + "max": "236.781", + "min": "233.637", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "115.916", + "max": "120.061", + "min": "111.771", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "93.079", + "max": "93.28", + "min": "92.946", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "103.331", + "max": "103.558", + "min": "103.198", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "181.267", + "max": "181.909", + "min": "180.952", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "106.809", + "max": "115.273", + "min": "99.662", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "120.489", + "max": "120.815", + "min": "120.279", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "216.085", + "max": "217.611", + "min": "215.621", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "201.681", + "max": "201.988", + "min": "201.458", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "15.294", + "max": "19.86", + "min": "14.551", + "id": "81", + "country": "United States", + "source_name": "Detroit", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "82": { + "name": "Portland", + "data": { + "0": { + "avg": "165.68", + "max": "165.8", + "min": "165.528", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "202.596", + "max": "203.007", + "min": "202.39", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "56.279", + "max": "56.607", + "min": "55.991", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "181.006", + "max": "187.396", + "min": "180.198", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "149.992", + "max": "150.232", + "min": "149.801", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "85.561", + "max": "85.882", + "min": "85.32", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "134.841", + "max": "135.173", + "min": "134.609", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "239.996", + "max": "244.932", + "min": "239.104", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "181.477", + "max": "181.913", + "min": "181.19", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "154.844", + "max": "156.35", + "min": "154.484", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "139.999", + "max": "140.647", + "min": "139.721", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "61.862", + "max": "62.671", + "min": "61.637", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "77.877", + "max": "78", + "min": "77.745", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "64.075", + "max": "64.604", + "min": "63.799", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "74.628", + "max": "75.117", + "min": "74.328", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "70.087", + "max": "71.005", + "min": "69.786", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "163.097", + "max": "163.567", + "min": "162.798", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "67.685", + "max": "69.016", + "min": "67.425", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "155.634", + "max": "155.918", + "min": "155.474", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "161.688", + "max": "161.957", + "min": "161.529", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "219.31", + "max": "219.467", + "min": "219.157", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "59.423", + "max": "59.625", + "min": "59.284", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "17.353", + "max": "17.666", + "min": "17.184", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "5.026", + "max": "6.85", + "min": "4.772", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "161.394", + "max": "162.831", + "min": "161.067", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "172.122", + "max": "172.301", + "min": "171.998", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "157.888", + "max": "158.578", + "min": "157.689", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "153.775", + "max": "154.054", + "min": "153.331", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "140.652", + "max": "141.055", + "min": "140.344", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "15.754", + "max": "16.04", + "min": "15.573", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "160.423", + "max": "160.686", + "min": "160.195", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "166.61", + "max": "166.754", + "min": "166.477", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "68.63", + "max": "74.599", + "min": "68.183", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "173.907", + "max": "174.277", + "min": "173.585", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "145.291", + "max": "145.948", + "min": "144.821", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "176.039", + "max": "179.026", + "min": "175.549", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "28.955", + "max": "29.289", + "min": "28.857", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "30.98", + "max": "31.2", + "min": "30.723", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "53.875", + "max": "54.148", + "min": "53.668", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "79.559", + "max": "80.417", + "min": "79.17", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "275.29", + "max": "279.782", + "min": "274.684", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "151.496", + "max": "152.185", + "min": "151.111", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "186.935", + "max": "187.115", + "min": "186.757", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "158.909", + "max": "160.015", + "min": "158.617", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "285.528", + "max": "285.88", + "min": "285.297", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "161.255", + "max": "162.032", + "min": "160.872", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "166.258", + "max": "166.704", + "min": "165.929", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "140.235", + "max": "141.74", + "min": "139.963", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "210.463", + "max": "210.769", + "min": "210.267", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "62.129", + "max": "62.397", + "min": "62.031", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "69.346", + "max": "69.543", + "min": "69.21", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "8.146", + "max": "9.976", + "min": "7.818", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "218.224", + "max": "229.569", + "min": "211.945", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.802", + "max": "38.994", + "min": "38.655", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "269.079", + "max": "277.431", + "min": "265.671", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "181.13", + "max": "181.452", + "min": "180.785", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "162.168", + "max": "163.115", + "min": "161.067", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "185.079", + "max": "185.334", + "min": "184.941", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "167.806", + "max": "172.139", + "min": "166.786", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "156.817", + "max": "157.053", + "min": "156.652", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "200.446", + "max": "201.492", + "min": "199.894", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "202.601", + "max": "268.587", + "min": "198.958", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "184.473", + "max": "256.766", + "min": "178.938", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "183.386", + "max": "184.095", + "min": "183.224", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "175.614", + "max": "175.961", + "min": "175.421", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "178.54", + "max": "184.449", + "min": "178.186", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.737", + "max": "80.163", + "min": "79.569", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "168.019", + "max": "168.392", + "min": "167.639", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "179.939", + "max": "181.344", + "min": "179.146", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "35.378", + "max": "36.485", + "min": "35.243", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "154.344", + "max": "155.318", + "min": "154.108", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "32.017", + "max": "32.304", + "min": "31.728", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "115.455", + "max": "117.666", + "min": "114.964", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "65.98", + "max": "66.296", + "min": "65.658", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "197.968", + "max": "198.569", + "min": "197.761", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "137.055", + "max": "137.267", + "min": "136.911", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "79.925", + "max": "80.109", + "min": "79.765", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "33.179", + "max": "33.481", + "min": "33.044", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "75.317", + "max": "86.599", + "min": "74.676", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "58.152", + "max": "58.663", + "min": "57.92", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "0.038", + "max": "0.056", + "min": "0.032", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "76.811", + "max": "77.568", + "min": "76.492", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "171.362", + "max": "175.387", + "min": "170.783", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "256.166", + "max": "256.677", + "min": "255.937", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "40.007", + "max": "40.204", + "min": "39.912", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "190.996", + "max": "192.505", + "min": "190.59", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "143.045", + "max": "144.586", + "min": "142.706", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "86.314", + "max": "86.497", + "min": "86.165", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "44.666", + "max": "44.881", + "min": "44.456", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "134.16", + "max": "138.541", + "min": "133.644", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "63.873", + "max": "64.603", + "min": "63.198", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "26.291", + "max": "27.791", + "min": "25.988", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "154.534", + "max": "154.799", + "min": "154.419", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "135.789", + "max": "136.353", + "min": "135.457", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "69.479", + "max": "69.712", + "min": "69.36", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "76.592", + "max": "76.755", + "min": "76.439", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "128.698", + "max": "128.953", + "min": "128.487", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "118.195", + "max": "136.794", + "min": "116.839", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "25.291", + "max": "26.088", + "min": "25.081", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "61.003", + "max": "62.779", + "min": "60.666", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "72.276", + "max": "72.48", + "min": "72.143", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "21.218", + "max": "21.506", + "min": "20.941", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "172.551", + "max": "172.926", + "min": "172.293", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "171.556", + "max": "176.427", + "min": "170.988", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "60.397", + "max": "60.615", + "min": "60.143", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "271.879", + "max": "272.241", + "min": "271.576", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "146.977", + "max": "147.119", + "min": "146.889", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "67.232", + "max": "67.488", + "min": "67.015", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "82.676", + "max": "83.033", + "min": "82.517", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "266.794", + "max": "267.074", + "min": "266.624", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "164.222", + "max": "164.5", + "min": "163.993", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "140.543", + "max": "140.702", + "min": "140.444", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "61.335", + "max": "61.614", + "min": "61.109", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "317.899", + "max": "343.03", + "min": "316.171", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "534.695", + "max": "654.288", + "min": "362.469", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "265.676", + "max": "343.094", + "min": "198.212", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "303.927", + "max": "317.309", + "min": "302.814", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "95.843", + "max": "98.407", + "min": "95.456", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "53.195", + "max": "53.526", + "min": "53.077", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "70.875", + "max": "71.948", + "min": "70.531", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "32.966", + "max": "33.782", + "min": "32.736", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "151.641", + "max": "296.543", + "min": "71.733", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "185.359", + "max": "185.768", + "min": "185.172", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "173.174", + "max": "311.492", + "min": "164.175", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "164.63", + "max": "165.005", + "min": "164.321", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "188.324", + "max": "189.205", + "min": "187.822", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "62.142", + "max": "62.532", + "min": "61.845", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "302.114", + "max": "302.734", + "min": "301.764", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "277.413", + "max": "277.991", + "min": "277.19", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "34.148", + "max": "34.434", + "min": "33.969", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "68.589", + "max": "69.437", + "min": "68.363", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "68.725", + "max": "69.072", + "min": "68.532", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "88.761", + "max": "89.104", + "min": "88.532", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "196.539", + "max": "197.985", + "min": "195.785", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "63.404", + "max": "64.93", + "min": "63.19", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "80.822", + "max": "97.164", + "min": "80.132", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "44.195", + "max": "49.373", + "min": "43.29", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "57.351", + "max": "57.478", + "min": "57.143", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "53.72", + "max": "56.415", + "min": "53.498", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "76.685", + "max": "76.857", + "min": "76.565", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "180.427", + "max": "180.713", + "min": "180.254", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "268.218", + "max": "272.393", + "min": "267.702", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "175.355", + "max": "182.242", + "min": "174.713", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "152.943", + "max": "153.313", + "min": "152.503", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "67.653", + "max": "78.429", + "min": "67.102", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "151.13", + "max": "151.753", + "min": "150.797", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "178.089", + "max": "190.496", + "min": "177.435", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "258.678", + "max": "259.92", + "min": "254.8", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "128.178", + "max": "129.342", + "min": "127.864", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "137.596", + "max": "137.987", + "min": "137.379", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "141.711", + "max": "156.398", + "min": "139.747", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "104.815", + "max": "105.055", + "min": "104.575", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "161.811", + "max": "162.279", + "min": "161.387", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "154.785", + "max": "156.638", + "min": "154.148", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "65.523", + "max": "69.745", + "min": "65.137", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "12.17", + "max": "12.535", + "min": "11.886", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "177.071", + "max": "179.27", + "min": "176.519", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "172.625", + "max": "212.017", + "min": "164.619", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "38.227", + "max": "38.437", + "min": "38.035", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "213.75", + "max": "283.863", + "min": "208.078", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "100.539", + "max": "100.805", + "min": "100.382", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "317.636", + "max": "317.943", + "min": "317.01", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "177.774", + "max": "177.911", + "min": "177.61", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "69.21", + "max": "70.281", + "min": "68.993", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "240.191", + "max": "240.513", + "min": "239.901", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "283.261", + "max": "283.678", + "min": "283.039", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "219.398", + "max": "219.606", + "min": "219.201", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "78.433", + "max": "78.739", + "min": "78.272", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "155.176", + "max": "157.66", + "min": "154.17", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "75.609", + "max": "75.814", + "min": "75.529", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "67.591", + "max": "67.965", + "min": "67.427", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "156.921", + "max": "161.353", + "min": "156.309", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "281.542", + "max": "281.787", + "min": "281.327", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "137.643", + "max": "139.573", + "min": "137.301", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "169.984", + "max": "170.631", + "min": "169.732", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "168.046", + "max": "181.384", + "min": "167.453", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "166.339", + "max": "166.541", + "min": "166.196", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "147.484", + "max": "148.247", + "min": "147.155", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "198.136", + "max": "198.728", + "min": "197.97", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "199.598", + "max": "199.774", + "min": "199.464", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "188.315", + "max": "191.716", + "min": "187.916", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "195.585", + "max": "196.037", + "min": "195.41", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "134.205", + "max": "135.855", + "min": "133.775", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "150.964", + "max": "151.208", + "min": "150.841", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "150.416", + "max": "150.62", + "min": "150.248", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "149.139", + "max": "149.386", + "min": "148.775", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "183.758", + "max": "184.044", + "min": "183.322", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "175.356", + "max": "185.261", + "min": "173.944", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "165.502", + "max": "223.878", + "min": "141.834", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "135.06", + "max": "135.153", + "min": "134.984", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "186.545", + "max": "187.269", + "min": "186.191", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "161.569", + "max": "164.482", + "min": "161.117", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "182.226", + "max": "182.856", + "min": "181.679", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "149.381", + "max": "150.491", + "min": "148.909", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "173.242", + "max": "190.317", + "min": "172.341", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "177.174", + "max": "177.423", + "min": "176.95", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "160.657", + "max": "160.923", + "min": "160.424", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "164.456", + "max": "164.8", + "min": "164.211", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "166.93", + "max": "173.778", + "min": "165.307", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "204.095", + "max": "204.316", + "min": "203.89", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "154.726", + "max": "156.417", + "min": "154.44", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "156.515", + "max": "159.27", + "min": "155.501", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "146.219", + "max": "146.576", + "min": "145.981", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "174.261", + "max": "179.526", + "min": "173.985", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "74.117", + "max": "76.329", + "min": "73.611", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "200.647", + "max": "200.84", + "min": "200.351", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "262.155", + "max": "262.41", + "min": "262", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "137.816", + "max": "138.028", + "min": "137.553", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "285.642", + "max": "287.326", + "min": "285.311", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "31.147", + "max": "31.425", + "min": "30.903", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "167.994", + "max": "168.416", + "min": "167.781", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "214.783", + "max": "215.568", + "min": "214.573", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "145.777", + "max": "146.675", + "min": "145.407", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "135.578", + "max": "138.611", + "min": "134.985", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "48.946", + "max": "49.201", + "min": "48.728", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "77.586", + "max": "77.936", + "min": "77.378", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "227.424", + "max": "227.737", + "min": "227.187", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "83.6", + "max": "83.852", + "min": "83.475", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "148.175", + "max": "148.464", + "min": "147.85", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "73.206", + "max": "73.391", + "min": "73.049", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "149.76", + "max": "150.096", + "min": "149.337", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "183.944", + "max": "186.113", + "min": "183.539", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "87.1", + "max": "90.206", + "min": "83.858", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "145.19", + "max": "145.488", + "min": "144.868", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "178.6", + "max": "179.405", + "min": "177.924", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "122.173", + "max": "135.683", + "min": "120.787", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "233.461", + "max": "234.56", + "min": "232.875", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "85.958", + "max": "86.73", + "min": "85.733", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "246.468", + "max": "247.282", + "min": "246.201", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "189.695", + "max": "189.861", + "min": "189.505", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "144.636", + "max": "144.905", + "min": "144.409", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "215.723", + "max": "215.926", + "min": "215.565", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "75.194", + "max": "78.583", + "min": "74.587", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "71.142", + "max": "71.44", + "min": "70.864", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "201.177", + "max": "205.461", + "min": "199.476", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "159.704", + "max": "163.244", + "min": "159.34", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "73.036", + "max": "75.199", + "min": "71.835", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "200.426", + "max": "201.267", + "min": "200.16", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "40.181", + "max": "40.579", + "min": "39.853", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "140.924", + "max": "145.217", + "min": "140.453", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "181.944", + "max": "182.965", + "min": "179.734", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "158.498", + "max": "158.498", + "min": "158.498", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "131.601", + "max": "131.949", + "min": "131.38", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "144.113", + "max": "144.33", + "min": "143.86", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "237.542", + "max": "315.547", + "min": "234.707", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "165.432", + "max": "174.335", + "min": "157.184", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "172.29", + "max": "172.451", + "min": "172.108", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "223.687", + "max": "224.615", + "min": "223.376", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "211.856", + "max": "212.502", + "min": "211.51", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "72.397", + "max": "72.778", + "min": "72.271", + "id": "82", + "country": "United States", + "source_name": "Portland", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "83": { + "name": "Halifax", + "data": { + "0": { + "avg": "178.004", + "max": "179.01", + "min": "177.721", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "266.937", + "max": "267.211", + "min": "266.726", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "27.749", + "max": "27.997", + "min": "27.553", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "113.671", + "max": "118.278", + "min": "113.182", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "90.25", + "max": "90.872", + "min": "89.968", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "155.088", + "max": "156.089", + "min": "154.656", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "93.669", + "max": "95.886", + "min": "93.302", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "305.332", + "max": "327.121", + "min": "303.659", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "145.287", + "max": "146.331", + "min": "145.005", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "113.04", + "max": "113.794", + "min": "112.65", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "88.773", + "max": "89.745", + "min": "88.449", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "54.535", + "max": "56.635", + "min": "54.101", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "18.437", + "max": "19.329", + "min": "18.205", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "15.288", + "max": "16.191", + "min": "14.998", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "49.946", + "max": "50.542", + "min": "49.562", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "38.231", + "max": "41.041", + "min": "37.742", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "116.78", + "max": "117.206", + "min": "116.514", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "34.083", + "max": "36.646", + "min": "33.519", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "84.954", + "max": "85.439", + "min": "84.659", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "107.228", + "max": "110.474", + "min": "106.914", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "282.747", + "max": "283.209", + "min": "282.521", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "35.139", + "max": "35.787", + "min": "34.896", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "77.998", + "max": "79.418", + "min": "77.673", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "74.165", + "max": "78.027", + "min": "73.631", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "122.12", + "max": "123.96", + "min": "121.743", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "105.238", + "max": "105.849", + "min": "104.87", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "104.994", + "max": "108.924", + "min": "104.52", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "116.612", + "max": "117.47", + "min": "116.274", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "107.105", + "max": "107.701", + "min": "106.697", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "81.982", + "max": "83.068", + "min": "81.558", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "244.725", + "max": "245.137", + "min": "244.509", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "115.057", + "max": "115.955", + "min": "114.724", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "84.853", + "max": "97.003", + "min": "83.952", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "121.985", + "max": "123.024", + "min": "121.711", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "104.865", + "max": "107.536", + "min": "104.371", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "232.685", + "max": "233.519", + "min": "232.393", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "79.36", + "max": "80.561", + "min": "79.089", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "77.247", + "max": "77.662", + "min": "76.916", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "53.364", + "max": "54.018", + "min": "52.996", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "24.601", + "max": "25.166", + "min": "24.347", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.333", + "max": "240.539", + "min": "233.798", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "93.683", + "max": "94.368", + "min": "93.377", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "129.798", + "max": "130.664", + "min": "129.399", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "125.968", + "max": "126.234", + "min": "125.707", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "230.768", + "max": "231.232", + "min": "230.609", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "108.653", + "max": "109.206", + "min": "108.04", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "128.257", + "max": "129.057", + "min": "127.932", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "100.251", + "max": "101.412", + "min": "99.935", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "179.452", + "max": "181.145", + "min": "179.066", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "57.265", + "max": "57.65", + "min": "57.128", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "16.052", + "max": "16.334", + "min": "15.783", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "77.716", + "max": "78.126", + "min": "77.4", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "151.876", + "max": "175.638", + "min": "101.519", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "45.681", + "max": "46.457", + "min": "45.383", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "270.559", + "max": "293.16", + "min": "265.103", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "250.634", + "max": "252.801", + "min": "250.106", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "116.073", + "max": "118.978", + "min": "114.872", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "223.144", + "max": "223.43", + "min": "222.847", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "114.269", + "max": "115.477", + "min": "113.704", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "96.849", + "max": "97.76", + "min": "96.476", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "135.865", + "max": "136.804", + "min": "135.523", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "137.371", + "max": "188.574", + "min": "132.129", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "250.342", + "max": "318.768", + "min": "242.562", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "253.962", + "max": "254.614", + "min": "253.737", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "122.659", + "max": "123.32", + "min": "122.418", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "125.763", + "max": "127.899", + "min": "125.242", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "19.95", + "max": "22.757", + "min": "19.623", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "125.829", + "max": "136.801", + "min": "124.761", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "154.573", + "max": "155.923", + "min": "153.891", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "67.391", + "max": "68.178", + "min": "67.172", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "219.285", + "max": "221.066", + "min": "218.866", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "79.75", + "max": "80.447", + "min": "79.35", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "98.162", + "max": "108.006", + "min": "96.62", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "43.812", + "max": "45.56", + "min": "43.385", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "123.458", + "max": "126.378", + "min": "122.75", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "89.54", + "max": "89.75", + "min": "89.307", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "33.489", + "max": "34.123", + "min": "33.272", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "80.071", + "max": "81.99", + "min": "79.76", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "35.329", + "max": "44.009", + "min": "34.648", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "39.373", + "max": "42.107", + "min": "39.045", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "76.853", + "max": "77.891", + "min": "76.574", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "0.054", + "max": "0.085", + "min": "0.023", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "278.637", + "max": "284.68", + "min": "277.361", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.966", + "max": "240.722", + "min": "239.671", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "64.553", + "max": "65.603", + "min": "64.313", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "133.162", + "max": "134.53", + "min": "132.772", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "85.227", + "max": "85.934", + "min": "84.841", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "50.872", + "max": "51.484", + "min": "50.654", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "41.667", + "max": "42.298", + "min": "41.393", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "88.052", + "max": "96.789", + "min": "87.141", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "44.56", + "max": "45.846", + "min": "43.896", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "83.664", + "max": "84.25", + "min": "83.314", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "99.419", + "max": "100.317", + "min": "99.086", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "207.216", + "max": "207.8", + "min": "206.992", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "25.264", + "max": "26.44", + "min": "24.906", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "50.955", + "max": "53.179", + "min": "50.608", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "93.465", + "max": "94.961", + "min": "93.084", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "78.54", + "max": "85.132", + "min": "76.94", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "95.13", + "max": "104.98", + "min": "90.819", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "35.82", + "max": "41.419", + "min": "35.19", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "44.017", + "max": "46.597", + "min": "43.689", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "85.652", + "max": "86.387", + "min": "85.248", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "130.247", + "max": "130.774", + "min": "129.861", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "259.091", + "max": "261.021", + "min": "258.25", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "40.595", + "max": "41.121", + "min": "40.273", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "335.113", + "max": "336.34", + "min": "334.3", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "109.783", + "max": "110.552", + "min": "109.474", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "22.937", + "max": "24.559", + "min": "22.635", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "36.561", + "max": "37.291", + "min": "36.368", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "227.276", + "max": "231.207", + "min": "226.897", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.017", + "max": "249.633", + "min": "248.651", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "198.079", + "max": "198.906", + "min": "197.459", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "20.781", + "max": "21.139", + "min": "20.48", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "246.427", + "max": "247.034", + "min": "246.121", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "444.312", + "max": "560.919", + "min": "256.65", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "247.551", + "max": "371.668", + "min": "155.144", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "247.375", + "max": "269.217", + "min": "245.61", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "171.846", + "max": "172.44", + "min": "171.508", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "61.159", + "max": "62.449", + "min": "60.936", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "49.315", + "max": "50.024", + "min": "48.851", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "55.988", + "max": "56.762", + "min": "55.639", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "122.934", + "max": "273.286", + "min": "46.292", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "129.814", + "max": "131.776", + "min": "129.589", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "115.919", + "max": "122.337", + "min": "114.955", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "127.755", + "max": "128.307", + "min": "127.31", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "110.698", + "max": "112.404", + "min": "110.074", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "18.666", + "max": "24.053", + "min": "18.032", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "247.046", + "max": "247.921", + "min": "246.671", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "188.588", + "max": "188.908", + "min": "188.37", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "103.95", + "max": "105.816", + "min": "103.496", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "50.524", + "max": "50.807", + "min": "50.289", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "37.616", + "max": "38.205", + "min": "37.277", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "44.679", + "max": "45.183", + "min": "44.523", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "265.467", + "max": "266.898", + "min": "264.882", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "65.207", + "max": "69.174", + "min": "64.767", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "24.02", + "max": "24.434", + "min": "23.732", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "67.651", + "max": "74.361", + "min": "66.613", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "58.678", + "max": "59.179", + "min": "58.353", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "54.114", + "max": "55.003", + "min": "53.763", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "24.803", + "max": "45.845", + "min": "23.613", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "112.566", + "max": "115.07", + "min": "112.13", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "256.778", + "max": "257.438", + "min": "256.334", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "135.493", + "max": "143.954", + "min": "134.72", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "115.512", + "max": "115.846", + "min": "115.25", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "128.495", + "max": "137.178", + "min": "127.898", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "96.561", + "max": "97.579", + "min": "96.292", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "111.035", + "max": "117.239", + "min": "110.217", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "219.908", + "max": "220.858", + "min": "219.618", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "87.868", + "max": "88.341", + "min": "87.641", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "88.897", + "max": "89.236", + "min": "88.672", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "93.136", + "max": "106.603", + "min": "91.226", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "171.369", + "max": "173.779", + "min": "171.041", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "108.236", + "max": "110.205", + "min": "107.85", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "108.079", + "max": "109.248", + "min": "107.709", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "28.443", + "max": "28.831", + "min": "28.202", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "80.398", + "max": "82.576", + "min": "80.081", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "123.378", + "max": "125.639", + "min": "122.878", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "254.129", + "max": "298.222", + "min": "244.607", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "53.669", + "max": "56.74", + "min": "53.228", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "180.544", + "max": "262.054", + "min": "171.892", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "54.847", + "max": "62.465", + "min": "54.1", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.983", + "max": "382.397", + "min": "381.582", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "112.188", + "max": "114.407", + "min": "111.979", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "17.974", + "max": "23.226", + "min": "17.572", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "187.921", + "max": "188.34", + "min": "187.74", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "243.499", + "max": "243.856", + "min": "243.17", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "164.743", + "max": "165.698", + "min": "164.53", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "91.217", + "max": "92.997", + "min": "90.945", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "272.196", + "max": "282.39", + "min": "255.348", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "27.54", + "max": "28.155", + "min": "27.32", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "31.754", + "max": "32.28", + "min": "31.468", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "106.062", + "max": "108.448", + "min": "105.564", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "238.684", + "max": "239.286", + "min": "238.389", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "94.534", + "max": "95.455", + "min": "94.25", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "108.052", + "max": "109.234", + "min": "107.761", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "115.651", + "max": "116.58", + "min": "115.358", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "105.22", + "max": "105.884", + "min": "104.917", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "91.039", + "max": "91.661", + "min": "90.696", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "141.629", + "max": "142.906", + "min": "141.308", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "121.572", + "max": "122.002", + "min": "121.332", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "135.839", + "max": "136.418", + "min": "135.602", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "130.414", + "max": "131.295", + "min": "130.213", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "93.507", + "max": "95.979", + "min": "93.072", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "105.346", + "max": "106.062", + "min": "105.105", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "97.129", + "max": "97.643", + "min": "96.9", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "108.961", + "max": "110.803", + "min": "108.564", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "141.84", + "max": "142.55", + "min": "141.472", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "107.961", + "max": "135.121", + "min": "105.343", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "109.658", + "max": "150.445", + "min": "89.845", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "89.531", + "max": "89.771", + "min": "89.311", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "162.292", + "max": "162.699", + "min": "162.033", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "121.492", + "max": "137.339", + "min": "120.49", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "133.529", + "max": "136.328", + "min": "133.038", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "91.542", + "max": "95.287", + "min": "91.084", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "265.312", + "max": "265.767", + "min": "265.096", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "114.603", + "max": "115.735", + "min": "114.335", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "99.201", + "max": "100.047", + "min": "98.912", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "124.087", + "max": "124.395", + "min": "123.818", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "105.942", + "max": "111.272", + "min": "104.215", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "143.848", + "max": "144.267", + "min": "143.64", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "83.872", + "max": "92.681", + "min": "82.728", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "92.351", + "max": "93.061", + "min": "92.145", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "92.958", + "max": "93.672", + "min": "92.649", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "238.649", + "max": "248.953", + "min": "236.229", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "19.789", + "max": "26.329", + "min": "18.977", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "270.916", + "max": "274.209", + "min": "267.45", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "287.013", + "max": "287.512", + "min": "286.739", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "100.52", + "max": "101.065", + "min": "100.259", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "225.093", + "max": "229.65", + "min": "222.863", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "96.29", + "max": "96.73", + "min": "96.006", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "106.111", + "max": "106.732", + "min": "105.761", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "151.519", + "max": "152.131", + "min": "151.227", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "90.278", + "max": "92.269", + "min": "89.797", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "94.464", + "max": "95.53", + "min": "93.958", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "41.022", + "max": "41.489", + "min": "40.707", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "58.484", + "max": "58.763", + "min": "58.253", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "243.309", + "max": "246.878", + "min": "242.831", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "25.789", + "max": "26.578", + "min": "25.575", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "107.411", + "max": "107.722", + "min": "107.146", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "25.324", + "max": "27.011", + "min": "25.09", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "108.469", + "max": "111.867", + "min": "108.146", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "168.681", + "max": "536.235", + "min": "142.85", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "62.67", + "max": "66.62", + "min": "58.869", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "104.572", + "max": "104.966", + "min": "104.321", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "125.754", + "max": "129.602", + "min": "125.002", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "84.874", + "max": "90.399", + "min": "83.435", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "170.643", + "max": "171.607", + "min": "170.106", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "159.866", + "max": "160.461", + "min": "159.49", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "176.003", + "max": "176.767", + "min": "175.753", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "130.322", + "max": "132.227", + "min": "129.987", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "93.361", + "max": "95.87", + "min": "93.034", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "136", + "max": "136.325", + "min": "135.837", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "19.391", + "max": "20.063", + "min": "18.954", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "31.087", + "max": "31.855", + "min": "30.733", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "148.15", + "max": "152.537", + "min": "146.397", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "117.995", + "max": "119.904", + "min": "116.976", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "23.571", + "max": "25.258", + "min": "22.46", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "140.515", + "max": "142.078", + "min": "140.177", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "44.051", + "max": "44.473", + "min": "43.815", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "90.754", + "max": "91.511", + "min": "90.345", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "258.377", + "max": "260.863", + "min": "247.674", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "117.925", + "max": "117.925", + "min": "117.925", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "80.69", + "max": "81.04", + "min": "80.475", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "102.901", + "max": "111.88", + "min": "102.332", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "183.194", + "max": "185.639", + "min": "182.655", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "111.806", + "max": "121.678", + "min": "103.76", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "116.378", + "max": "116.847", + "min": "116.045", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "248.134", + "max": "249.946", + "min": "247.506", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "176.653", + "max": "177.458", + "min": "176.202", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "47.031", + "max": "48.484", + "min": "46.719", + "id": "83", + "country": "Canada", + "source_name": "Halifax", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "86": { + "name": "Salt Lake City", + "data": { + "0": { + "avg": "141.844", + "max": "142.081", + "min": "141.693", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "176.927", + "max": "180.708", + "min": "176.554", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "51.685", + "max": "53.421", + "min": "51.514", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "166.302", + "max": "173.669", + "min": "165.56", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "152.851", + "max": "153.137", + "min": "152.681", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "138.895", + "max": "139.228", + "min": "138.754", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "126.396", + "max": "126.568", + "min": "126.242", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "184.818", + "max": "187.883", + "min": "184.342", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "179.762", + "max": "180.101", + "min": "179.561", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "141.102", + "max": "141.659", + "min": "140.917", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "127.69", + "max": "133.793", + "min": "127.28", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "35.246", + "max": "35.628", + "min": "35.124", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "51.197", + "max": "51.306", + "min": "51.116", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "57.298", + "max": "58.403", + "min": "57.119", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "85.577", + "max": "85.678", + "min": "85.469", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "57.053", + "max": "57.782", + "min": "56.809", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "164.565", + "max": "164.972", + "min": "164.335", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "68.687", + "max": "79.833", + "min": "64.225", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "150.237", + "max": "150.423", + "min": "150.118", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "148.127", + "max": "148.19", + "min": "148.034", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "181.033", + "max": "184.151", + "min": "180.843", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "51.802", + "max": "51.875", + "min": "51.719", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "69.349", + "max": "69.508", + "min": "69.235", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "39.868", + "max": "40.569", + "min": "39.687", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "158.979", + "max": "160.166", + "min": "158.742", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "130.511", + "max": "130.623", + "min": "130.409", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "162.992", + "max": "164.048", + "min": "162.805", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "155.091", + "max": "156.589", + "min": "154.737", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "124.325", + "max": "124.438", + "min": "124.241", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "23.977", + "max": "24.743", + "min": "23.784", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "250.097", + "max": "250.239", + "min": "249.964", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "149.328", + "max": "149.509", + "min": "149.223", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "92.918", + "max": "93.063", + "min": "92.756", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "160.698", + "max": "161.045", + "min": "160.58", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "149.598", + "max": "152.585", + "min": "149.331", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.487", + "max": "188.625", + "min": "186.211", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "28.024", + "max": "28.106", + "min": "27.959", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "75.816", + "max": "76.492", + "min": "75.646", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "47.532", + "max": "47.976", + "min": "47.342", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "62.675", + "max": "66.603", + "min": "62.273", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "280.385", + "max": "287.673", + "min": "279.659", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "143.098", + "max": "144.361", + "min": "142.686", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "154.156", + "max": "154.355", + "min": "154.005", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "163.03", + "max": "167.163", + "min": "162.516", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "316.413", + "max": "320.509", + "min": "316.15", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "151.966", + "max": "152.553", + "min": "151.464", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "148.711", + "max": "149.888", + "min": "148.522", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "115.994", + "max": "116.31", + "min": "115.879", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "186.887", + "max": "187.327", + "min": "186.75", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "51.627", + "max": "51.814", + "min": "51.504", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "56.7", + "max": "57.1", + "min": "56.599", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "76.034", + "max": "76.306", + "min": "75.838", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "127.543", + "max": "214.974", + "min": "122.015", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "21.026", + "max": "21.205", + "min": "20.951", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "249.613", + "max": "258.708", + "min": "246.49", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "222.565", + "max": "222.93", + "min": "222.356", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "149.937", + "max": "152.418", + "min": "148.873", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "189.898", + "max": "190.256", + "min": "189.771", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "186.892", + "max": "187.155", + "min": "186.764", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "149.718", + "max": "149.877", + "min": "149.619", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "192.335", + "max": "196.285", + "min": "188.806", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "187.631", + "max": "233.872", + "min": "181.976", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "204.974", + "max": "217.927", + "min": "204.053", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "252.163", + "max": "252.292", + "min": "252.067", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "179.251", + "max": "181.923", + "min": "173.817", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "164.201", + "max": "167.693", + "min": "163.952", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "68.472", + "max": "68.887", + "min": "68.344", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "161.095", + "max": "173.535", + "min": "159.216", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "182.989", + "max": "184.391", + "min": "182.156", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "66.198", + "max": "66.404", + "min": "66.105", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "161.509", + "max": "162.391", + "min": "161.323", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "24.957", + "max": "25.305", + "min": "24.789", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "107.291", + "max": "107.479", + "min": "107.186", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "65.202", + "max": "65.32", + "min": "65.118", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "158.299", + "max": "158.853", + "min": "158.143", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "121.777", + "max": "122.02", + "min": "121.661", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "64.036", + "max": "64.15", + "min": "63.897", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "28.915", + "max": "34.02", + "min": "28.665", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "71.291", + "max": "80.763", + "min": "70.712", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "44.301", + "max": "44.556", + "min": "44.122", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "39.987", + "max": "40.2", + "min": "39.82", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "64.515", + "max": "64.977", + "min": "64.338", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "276.245", + "max": "279.899", + "min": "275.912", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "266.924", + "max": "267.454", + "min": "266.717", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "0.034", + "max": "0.088", + "min": "0.026", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "175.322", + "max": "176.376", + "min": "174.822", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "145.272", + "max": "145.616", + "min": "145.054", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "81.19", + "max": "81.32", + "min": "81.068", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "26.699", + "max": "27.176", + "min": "26.522", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "117.046", + "max": "118.219", + "min": "116.856", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "56.076", + "max": "57.712", + "min": "55.451", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "27.792", + "max": "32.736", + "min": "27.405", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "150.349", + "max": "150.485", + "min": "150.281", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "239.579", + "max": "243.024", + "min": "239.338", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "50.96", + "max": "51.687", + "min": "50.743", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "79.103", + "max": "81.384", + "min": "78.667", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "108.812", + "max": "109.108", + "min": "108.619", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "118.627", + "max": "120.281", + "min": "118.084", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "26.767", + "max": "26.922", + "min": "26.672", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "52.639", + "max": "55.264", + "min": "52.266", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "64.132", + "max": "64.24", + "min": "64.047", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "67.868", + "max": "70.779", + "min": "67.671", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "192.524", + "max": "193.387", + "min": "192.364", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "196.915", + "max": "200.839", + "min": "196.237", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "52.166", + "max": "52.626", + "min": "51.977", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "164.919", + "max": "167.017", + "min": "164.538", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "131.45", + "max": "132.138", + "min": "131.314", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "66.135", + "max": "68.535", + "min": "62.419", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "58.922", + "max": "60.098", + "min": "58.749", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "303.666", + "max": "304.251", + "min": "303.517", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "270.466", + "max": "270.905", + "min": "270.274", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "197.228", + "max": "197.336", + "min": "197.126", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "49.17", + "max": "49.281", + "min": "49.064", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "250.602", + "max": "255.447", + "min": "250.105", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "479.52", + "max": "597.636", + "min": "301.696", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "278.026", + "max": "379.166", + "min": "202.144", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "286.578", + "max": "300.439", + "min": "285.579", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "141.054", + "max": "145.201", + "min": "140.574", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "49.552", + "max": "49.674", + "min": "49.444", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "81.841", + "max": "82.854", + "min": "81.628", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "52.074", + "max": "53.485", + "min": "51.855", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "172.294", + "max": "333.936", + "min": "74.814", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "185.035", + "max": "185.465", + "min": "184.912", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "165.96", + "max": "361.773", + "min": "153.213", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "153.604", + "max": "153.724", + "min": "153.523", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "165.308", + "max": "166.14", + "min": "164.93", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "49.777", + "max": "52.971", + "min": "49.523", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "263.417", + "max": "263.79", + "min": "263.224", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "241.728", + "max": "242.405", + "min": "241.54", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "75.936", + "max": "78.36", + "min": "75.73", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "74.673", + "max": "74.886", + "min": "74.553", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "72.259", + "max": "72.458", + "min": "72.105", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "61.397", + "max": "61.596", + "min": "61.308", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "177.706", + "max": "179.825", + "min": "176.931", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "57.087", + "max": "57.343", + "min": "56.962", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "72.609", + "max": "73.44", + "min": "72.36", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "46.46", + "max": "50.651", + "min": "45.721", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "42.297", + "max": "42.406", + "min": "42.22", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "29.074", + "max": "29.195", + "min": "29.005", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "72.283", + "max": "72.44", + "min": "72.181", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "165.865", + "max": "166.316", + "min": "165.731", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "257.616", + "max": "263.226", + "min": "256.728", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "159.821", + "max": "160.162", + "min": "159.662", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "155.669", + "max": "155.86", + "min": "155.44", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "61.117", + "max": "71.694", + "min": "60.331", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "143.02", + "max": "143.409", + "min": "142.742", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "150.166", + "max": "154.511", + "min": "149.892", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "259.393", + "max": "259.596", + "min": "259.32", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "132.425", + "max": "133.114", + "min": "132.306", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "116.697", + "max": "116.811", + "min": "116.603", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "128.354", + "max": "136.408", + "min": "126.432", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "169.969", + "max": "170.098", + "min": "169.872", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "172.936", + "max": "177.237", + "min": "172.626", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "153.659", + "max": "177.298", + "min": "151.382", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "62.871", + "max": "64.587", + "min": "62.684", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "62.227", + "max": "62.809", + "min": "62.075", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "175.728", + "max": "176.065", + "min": "175.514", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "181.948", + "max": "219.39", + "min": "174.131", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "71.847", + "max": "72.046", + "min": "71.748", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "197.804", + "max": "299.755", + "min": "192.363", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "101.883", + "max": "102.067", + "min": "101.782", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "442.721", + "max": "443.264", + "min": "442.388", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "147.644", + "max": "147.928", + "min": "147.498", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "48.145", + "max": "48.657", + "min": "47.981", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "245.585", + "max": "245.73", + "min": "245.472", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "276.024", + "max": "276.117", + "min": "275.916", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "219.001", + "max": "219.862", + "min": "218.837", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "69.514", + "max": "69.674", + "min": "69.399", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "287.281", + "max": "298.634", + "min": "266.6", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "60.161", + "max": "60.276", + "min": "60.072", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "44.248", + "max": "44.324", + "min": "44.172", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "133.81", + "max": "134.912", + "min": "133.598", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "290.77", + "max": "290.964", + "min": "290.632", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "142.593", + "max": "143.104", + "min": "142.481", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "159.837", + "max": "160.2", + "min": "159.561", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "147.442", + "max": "160.666", + "min": "146.826", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "153.768", + "max": "158.984", + "min": "153.522", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "140.355", + "max": "144.19", + "min": "139.956", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "177.527", + "max": "178.145", + "min": "177.359", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "200.293", + "max": "200.386", + "min": "200.182", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "175.218", + "max": "176.23", + "min": "175.052", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "170.158", + "max": "170.311", + "min": "170.01", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "120.542", + "max": "122.715", + "min": "120.292", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "128.135", + "max": "128.385", + "min": "128.029", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "140.308", + "max": "140.385", + "min": "140.242", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "158.531", + "max": "158.669", + "min": "158.401", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "167.883", + "max": "168.219", + "min": "167.617", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "162.671", + "max": "174.25", + "min": "161.284", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "161.823", + "max": "220.905", + "min": "132.576", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "128.089", + "max": "129.424", + "min": "127.945", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "179.706", + "max": "180.477", + "min": "179.545", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "148.294", + "max": "148.55", + "min": "148.1", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "175.131", + "max": "175.534", + "min": "174.733", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "140.435", + "max": "168.936", + "min": "139.004", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.047", + "max": "214.204", + "min": "213.931", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "138.662", + "max": "139.028", + "min": "138.56", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "171.833", + "max": "174.551", + "min": "165.704", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "170.782", + "max": "170.903", + "min": "170.668", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "118.442", + "max": "127.077", + "min": "116.509", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "193.457", + "max": "193.603", + "min": "193.3", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "122.41", + "max": "135.619", + "min": "121.252", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "151.204", + "max": "151.389", + "min": "151.072", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "145.353", + "max": "145.64", + "min": "145.175", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "179.44", + "max": "191.252", + "min": "177.393", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "52.738", + "max": "56.147", + "min": "52.099", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "257.759", + "max": "259.814", + "min": "251.613", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "290.872", + "max": "291.76", + "min": "290.707", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "127.965", + "max": "128.037", + "min": "127.881", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "266.24", + "max": "266.905", + "min": "266.042", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "33.976", + "max": "35.907", + "min": "33.679", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "167.003", + "max": "168.827", + "min": "161.731", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "196.332", + "max": "196.583", + "min": "196.176", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "137.626", + "max": "139.346", + "min": "137.138", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "138.335", + "max": "139.3", + "min": "138.114", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "64.977", + "max": "65.106", + "min": "64.89", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "82.046", + "max": "82.314", + "min": "81.969", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "292.634", + "max": "296.586", + "min": "287.589", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "67.062", + "max": "67.359", + "min": "66.909", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "148.251", + "max": "149.565", + "min": "148.074", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "72.337", + "max": "72.539", + "min": "72.242", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "154.463", + "max": "154.58", + "min": "154.361", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "190.519", + "max": "199.877", + "min": "190.055", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "84.324", + "max": "87.925", + "min": "81.367", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "135.691", + "max": "135.851", + "min": "135.58", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "179.787", + "max": "182.536", + "min": "178.938", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "104.89", + "max": "117.235", + "min": "103.237", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "226.939", + "max": "228.005", + "min": "226.514", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "204.369", + "max": "204.611", + "min": "204.249", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "224.196", + "max": "224.576", + "min": "224.008", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "179.645", + "max": "179.793", + "min": "179.53", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "128.484", + "max": "128.859", + "min": "128.361", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "176.49", + "max": "176.684", + "min": "176.397", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "59.714", + "max": "62.885", + "min": "59.119", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "63.998", + "max": "64.227", + "min": "63.85", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "192.54", + "max": "197.047", + "min": "190.815", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "136.254", + "max": "137.368", + "min": "135.753", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "54.419", + "max": "56.269", + "min": "53.289", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "180.06", + "max": "181.016", + "min": "179.91", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "52.237", + "max": "52.609", + "min": "52.075", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "130.859", + "max": "137.395", + "min": "130.547", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "236.434", + "max": "236.587", + "min": "236.313", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "148.447", + "max": "148.447", + "min": "148.447", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "122.218", + "max": "122.847", + "min": "122.125", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "128.359", + "max": "128.424", + "min": "128.275", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "227.514", + "max": "237.794", + "min": "227.019", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "156.174", + "max": "167.659", + "min": "149.502", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "142.764", + "max": "142.877", + "min": "142.675", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "281.158", + "max": "282.894", + "min": "280.838", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "207.236", + "max": "208.368", + "min": "206.968", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "38.75", + "max": "39.362", + "min": "38.636", + "id": "86", + "country": "United States", + "source_name": "Salt Lake City", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "89": { + "name": "Orlando", + "data": { + "0": { + "avg": "88.041", + "max": "88.334", + "min": "87.818", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "260.018", + "max": "260.773", + "min": "259.729", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "41.286", + "max": "41.496", + "min": "41.104", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "126.103", + "max": "132.878", + "min": "125.392", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "104.896", + "max": "105.266", + "min": "104.702", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "178.081", + "max": "178.32", + "min": "177.89", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "99.982", + "max": "100.211", + "min": "99.811", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "296.841", + "max": "303.188", + "min": "296.154", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "152.962", + "max": "153.208", + "min": "152.804", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "138.831", + "max": "139.101", + "min": "138.662", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "98.225", + "max": "98.497", + "min": "98", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "38.889", + "max": "62.418", + "min": "37.918", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "29.822", + "max": "30.617", + "min": "29.617", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "31.698", + "max": "34.667", + "min": "31.372", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "9.775", + "max": "9.931", + "min": "9.673", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "20.138", + "max": "20.898", + "min": "19.795", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "116.115", + "max": "116.776", + "min": "115.691", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "12.04", + "max": "12.31", + "min": "11.891", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "111.648", + "max": "111.874", + "min": "111.447", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "125.525", + "max": "127.181", + "min": "125.341", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "275.969", + "max": "276.133", + "min": "275.868", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "29.324", + "max": "29.448", + "min": "29.222", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "73.539", + "max": "73.745", + "min": "73.389", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "84.631", + "max": "89.487", + "min": "84.215", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "138.726", + "max": "140.248", + "min": "138.319", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "122.377", + "max": "122.806", + "min": "122.264", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "123.343", + "max": "124.758", + "min": "123.081", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "133.836", + "max": "133.989", + "min": "133.644", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "122.085", + "max": "122.307", + "min": "121.95", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "71.643", + "max": "75.676", + "min": "71.289", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "266.336", + "max": "266.497", + "min": "266.173", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "133.548", + "max": "133.777", + "min": "133.42", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "62.041", + "max": "65.246", + "min": "61.729", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "151.593", + "max": "152.046", + "min": "151.452", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "119.484", + "max": "120.699", + "min": "119.14", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "240.474", + "max": "243.804", + "min": "240.059", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "61.369", + "max": "61.512", + "min": "61.28", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "50.149", + "max": "50.348", + "min": "49.958", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "22.078", + "max": "22.343", + "min": "21.853", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "27.346", + "max": "36.622", + "min": "26.731", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.677", + "max": "235.871", + "min": "234.36", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "111.501", + "max": "113.904", + "min": "110.74", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "131.074", + "max": "131.577", + "min": "130.923", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "128.482", + "max": "129.032", + "min": "128.302", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "240.69", + "max": "240.988", + "min": "240.514", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "131.21", + "max": "131.834", + "min": "130.701", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "149.215", + "max": "149.642", + "min": "149.016", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "56.295", + "max": "57.6", + "min": "56.111", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "130.885", + "max": "131.913", + "min": "130.602", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "36.515", + "max": "36.708", + "min": "36.342", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "36.253", + "max": "37.065", + "min": "36.111", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "70.725", + "max": "70.98", + "min": "70.43", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "148.053", + "max": "161.54", + "min": "133.563", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "40.252", + "max": "40.522", + "min": "40.138", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "252.916", + "max": "262.605", + "min": "249.58", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "280.241", + "max": "280.545", + "min": "280.056", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "123.943", + "max": "127.717", + "min": "122.879", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "225.427", + "max": "226.143", + "min": "225.238", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "155.644", + "max": "157.683", + "min": "155.312", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "100.5", + "max": "100.662", + "min": "100.34", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "155.026", + "max": "157.831", + "min": "154.483", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "156.665", + "max": "210.637", + "min": "151.313", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "283.512", + "max": "374.506", + "min": "273.676", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "246.874", + "max": "247.536", + "min": "246.547", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "152.05", + "max": "153.48", + "min": "151.815", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "144.506", + "max": "145.819", + "min": "144.197", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "27.148", + "max": "27.396", + "min": "27.014", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "138.021", + "max": "138.387", + "min": "137.668", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "142.534", + "max": "143.466", + "min": "142.014", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "52.934", + "max": "56.154", + "min": "52.536", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "240.324", + "max": "241.126", + "min": "240.064", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "58.518", + "max": "58.902", + "min": "58.179", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "50.243", + "max": "50.768", + "min": "49.948", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "12.54", + "max": "12.812", + "min": "12.412", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "145.277", + "max": "145.897", + "min": "145.105", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "106.305", + "max": "106.633", + "min": "106.093", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "16.141", + "max": "16.289", + "min": "16", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "68.337", + "max": "70.943", + "min": "68.111", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "30.81", + "max": "31.414", + "min": "30.623", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "29.179", + "max": "29.386", + "min": "29.054", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "86.307", + "max": "86.53", + "min": "86.172", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "50.801", + "max": "51.381", + "min": "50.616", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "394.161", + "max": "397.036", + "min": "393.573", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "251.419", + "max": "251.857", + "min": "251.17", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "81.238", + "max": "81.347", + "min": "81.124", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "155.246", + "max": "156.149", + "min": "154.842", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "110.212", + "max": "110.495", + "min": "109.99", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "0.047", + "max": "0.169", + "min": "0.029", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "36.398", + "max": "37.109", + "min": "36.176", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "106.701", + "max": "110.559", + "min": "106.337", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "45.124", + "max": "46.515", + "min": "44.368", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.628", + "max": "76.193", + "min": "74.3", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "98.41", + "max": "98.673", + "min": "98.274", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "192.114", + "max": "192.348", + "min": "191.947", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "39.299", + "max": "39.42", + "min": "39.179", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "3.573", + "max": "7.959", + "min": "2.851", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "49.394", + "max": "49.599", + "min": "49.07", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "54.543", + "max": "63.503", + "min": "53.531", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "69.076", + "max": "69.249", + "min": "68.915", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "31.505", + "max": "35.019", + "min": "31.104", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "46.572", + "max": "46.727", + "min": "46.466", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "77.063", + "max": "77.375", + "min": "76.879", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "154.936", + "max": "159.355", + "min": "154.669", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "240.225", + "max": "244.19", + "min": "239.523", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "41.085", + "max": "41.344", + "min": "40.88", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "329.146", + "max": "329.565", + "min": "328.625", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "70.277", + "max": "76.648", + "min": "69.577", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "37.297", + "max": "37.701", + "min": "37.163", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "24.581", + "max": "25.227", + "min": "24.393", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "228.481", + "max": "231.066", + "min": "227.744", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "218.007", + "max": "218.277", + "min": "217.848", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "192.222", + "max": "192.478", + "min": "192.079", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "27.565", + "max": "27.772", + "min": "27.422", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "230.582", + "max": "233.064", + "min": "230.255", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "467.038", + "max": "586.691", + "min": "318.838", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "255.136", + "max": "348.183", + "min": "162.445", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "266.196", + "max": "267.56", + "min": "265.884", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "161.588", + "max": "163.769", + "min": "161.356", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "37.779", + "max": "38.305", + "min": "37.585", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "25.091", + "max": "25.801", + "min": "24.788", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "43.848", + "max": "46.46", + "min": "43.468", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "93.176", + "max": "234.974", + "min": "15.266", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "111.132", + "max": "114.2", + "min": "110.583", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "137.536", + "max": "232.315", + "min": "133.614", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "142.521", + "max": "142.741", + "min": "142.364", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "131.154", + "max": "132.799", + "min": "130.683", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "28.391", + "max": "28.54", + "min": "28.265", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "312.192", + "max": "312.399", + "min": "311.991", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "200.638", + "max": "201.218", + "min": "200.409", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "112.517", + "max": "112.692", + "min": "112.353", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "40.287", + "max": "40.556", + "min": "40.125", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "21.963", + "max": "22.261", + "min": "21.783", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "53.74", + "max": "54.003", + "min": "53.614", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "210.567", + "max": "211.565", + "min": "210.231", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "41.823", + "max": "44.783", + "min": "41.562", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "34.164", + "max": "34.488", + "min": "33.943", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.424", + "max": "62.763", + "min": "50.492", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "50.454", + "max": "50.773", + "min": "50.328", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "45.155", + "max": "45.605", + "min": "45.022", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "30.172", + "max": "30.336", + "min": "30.033", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "127.097", + "max": "127.393", + "min": "126.914", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "260.186", + "max": "264.206", + "min": "259.625", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "138.189", + "max": "138.539", + "min": "138.016", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "128.898", + "max": "129.171", + "min": "128.62", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "114.732", + "max": "123.719", + "min": "113.954", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "105.369", + "max": "106.206", + "min": "105.147", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "145.982", + "max": "163.163", + "min": "145.141", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "289.27", + "max": "289.555", + "min": "289.099", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "102.077", + "max": "103.118", + "min": "101.879", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "103.161", + "max": "103.259", + "min": "103.019", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "109.376", + "max": "130.744", + "min": "107.181", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "182.155", + "max": "182.32", + "min": "182.058", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "132.249", + "max": "132.89", + "min": "132.048", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "108.004", + "max": "108.175", + "min": "107.799", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "32.467", + "max": "32.585", + "min": "32.289", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "83.047", + "max": "84.132", + "min": "82.869", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "140.832", + "max": "141.354", + "min": "140.653", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "231.721", + "max": "276.135", + "min": "224.438", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "55.645", + "max": "55.85", + "min": "55.52", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "142.01", + "max": "231.244", + "min": "133.954", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "55.502", + "max": "55.892", + "min": "55.365", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "374.728", + "max": "374.955", + "min": "374.215", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "141.128", + "max": "141.3", + "min": "141.001", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "27.871", + "max": "28.095", + "min": "27.718", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "216.944", + "max": "217.91", + "min": "216.695", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "266.321", + "max": "266.488", + "min": "266.128", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "190.536", + "max": "190.688", + "min": "190.408", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "48.61", + "max": "49.013", + "min": "48.426", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "218.016", + "max": "227.226", + "min": "217.128", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "36.917", + "max": "37.058", + "min": "36.807", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "32.04", + "max": "32.694", + "min": "31.863", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "108.621", + "max": "109.475", + "min": "108.423", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "287.904", + "max": "288.163", + "min": "287.699", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "102.983", + "max": "103.162", + "min": "102.807", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "113.933", + "max": "114.402", + "min": "113.606", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "121.447", + "max": "121.973", + "min": "121.306", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "119.402", + "max": "119.518", + "min": "119.29", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "105.279", + "max": "109.114", + "min": "104.969", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "155.807", + "max": "157.064", + "min": "155.472", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "140.85", + "max": "141.471", + "min": "140.705", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "167.658", + "max": "170.996", + "min": "167.271", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "154.39", + "max": "155.357", + "min": "154.169", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "107.318", + "max": "108.565", + "min": "106.942", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "117.18", + "max": "117.328", + "min": "117.014", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "107.153", + "max": "107.278", + "min": "107.037", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "137.605", + "max": "138.146", + "min": "137.43", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "151.973", + "max": "152.193", + "min": "151.727", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "131.641", + "max": "144.666", + "min": "130.529", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "136.704", + "max": "170.538", + "min": "116.484", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "92.831", + "max": "92.995", + "min": "92.722", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "153.761", + "max": "154.267", + "min": "153.487", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "135.675", + "max": "136.928", + "min": "135.375", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "138.277", + "max": "138.786", + "min": "137.876", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "97.261", + "max": "97.731", + "min": "96.989", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "255.547", + "max": "259.37", + "min": "255.234", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "117.705", + "max": "118.161", + "min": "117.566", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "125.572", + "max": "125.846", + "min": "125.332", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "127.949", + "max": "128.115", + "min": "127.798", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "99.003", + "max": "108.338", + "min": "84.443", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "158.3", + "max": "158.537", + "min": "158.126", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "107.684", + "max": "108.308", + "min": "107.479", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "108.225", + "max": "108.528", + "min": "108.035", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "109.544", + "max": "109.984", + "min": "109.23", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.413", + "max": "226.128", + "min": "225.138", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "37.133", + "max": "45.182", + "min": "36.603", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "229.312", + "max": "229.56", + "min": "228.815", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "254.546", + "max": "254.743", + "min": "254.367", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "109.044", + "max": "109.829", + "min": "108.874", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "242.652", + "max": "245.06", + "min": "242.345", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "82.957", + "max": "83.291", + "min": "82.595", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "135.258", + "max": "135.491", + "min": "135.133", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "162.269", + "max": "162.531", + "min": "162.02", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "105.41", + "max": "106.581", + "min": "105.076", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "101.088", + "max": "102.434", + "min": "100.792", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "40.016", + "max": "40.177", + "min": "39.883", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "20.117", + "max": "21.158", + "min": "19.98", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "257.482", + "max": "331.928", + "min": "251.917", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "34.795", + "max": "36.369", + "min": "34.623", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "117.464", + "max": "118.035", + "min": "117.325", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "34.34", + "max": "34.487", + "min": "34.23", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "126.499", + "max": "127.858", + "min": "126.253", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "137.501", + "max": "411.614", + "min": "127.829", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "30.205", + "max": "35.841", + "min": "27.663", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "121.581", + "max": "121.999", + "min": "121.412", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "133.396", + "max": "135.026", + "min": "132.44", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "47.478", + "max": "49.576", + "min": "46.66", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "269.597", + "max": "270.545", + "min": "269.218", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "214.936", + "max": "215.181", + "min": "214.739", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "183.96", + "max": "185.268", + "min": "183.633", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "140.221", + "max": "140.354", + "min": "140.111", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "111.192", + "max": "111.418", + "min": "111.03", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "151.222", + "max": "151.382", + "min": "151.114", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "38.156", + "max": "42.653", + "min": "37.662", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "27.152", + "max": "27.361", + "min": "27.035", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "151.067", + "max": "153.623", + "min": "149.671", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "70.608", + "max": "74.391", + "min": "70.221", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "41.552", + "max": "44.14", + "min": "40.63", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "157.751", + "max": "158.172", + "min": "157.573", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "48.022", + "max": "48.617", + "min": "47.78", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "113.173", + "max": "116.067", + "min": "112.861", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "237.573", + "max": "237.943", + "min": "236.064", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "107.942", + "max": "107.942", + "min": "107.942", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "95.864", + "max": "96.509", + "min": "95.659", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "110.339", + "max": "110.531", + "min": "110.21", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "196.147", + "max": "197.148", + "min": "195.884", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "114.095", + "max": "127.612", + "min": "107.826", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "130.517", + "max": "130.681", + "min": "130.353", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "233.313", + "max": "234.96", + "min": "232.914", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "187.292", + "max": "188.244", + "min": "186.963", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "38.575", + "max": "41.523", + "min": "38.387", + "id": "89", + "country": "United States", + "source_name": "Orlando", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "90": { + "name": "St Louis", + "data": { + "0": { + "avg": "111.751", + "max": "113.381", + "min": "111.545", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "196.936", + "max": "201.039", + "min": "196.507", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "19.291", + "max": "21.111", + "min": "19.034", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "127.984", + "max": "136.173", + "min": "127.224", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "99.806", + "max": "100.5", + "min": "99.601", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "147.739", + "max": "147.896", + "min": "147.608", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "106.896", + "max": "107.544", + "min": "106.729", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "204.965", + "max": "208.835", + "min": "204.346", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "164.524", + "max": "164.713", + "min": "164.377", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "122.986", + "max": "124.531", + "min": "122.604", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "92.16", + "max": "92.776", + "min": "91.955", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "18.317", + "max": "20.081", + "min": "18.015", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "25.888", + "max": "27.616", + "min": "25.649", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "28.539", + "max": "28.998", + "min": "28.304", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "44.099", + "max": "50.881", + "min": "43.721", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "30.312", + "max": "31.01", + "min": "29.877", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "158.245", + "max": "158.441", + "min": "158.039", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "22.81", + "max": "23.631", + "min": "22.59", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "104.982", + "max": "105.238", + "min": "104.744", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "124.818", + "max": "124.995", + "min": "124.661", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "201.011", + "max": "201.528", + "min": "200.903", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "9.746", + "max": "10.06", + "min": "9.621", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "70.865", + "max": "72.197", + "min": "70.629", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "50.135", + "max": "52.451", + "min": "49.892", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "123.179", + "max": "128.645", + "min": "122.321", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "112.487", + "max": "120.376", + "min": "111.945", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "116.306", + "max": "117.85", + "min": "115.999", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "118.265", + "max": "124.112", + "min": "117.648", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "111.949", + "max": "112.162", + "min": "111.762", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "41.188", + "max": "43.102", + "min": "40.835", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "221.254", + "max": "221.589", + "min": "221.122", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "125.852", + "max": "127.131", + "min": "125.593", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "52.366", + "max": "56.089", + "min": "52.08", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "154.778", + "max": "157.2", + "min": "154.496", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "137.757", + "max": "140.709", + "min": "137.354", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "225.938", + "max": "227.267", + "min": "225.734", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "51.199", + "max": "51.476", + "min": "51.061", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "37.874", + "max": "42.939", + "min": "37.513", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "27.83", + "max": "28.513", + "min": "27.653", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "34.376", + "max": "37.89", + "min": "33.801", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.836", + "max": "237.762", + "min": "234.018", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "100.835", + "max": "104.134", + "min": "100.395", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "136.738", + "max": "136.916", + "min": "136.574", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "122.546", + "max": "122.732", + "min": "122.321", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "320.167", + "max": "320.373", + "min": "320.018", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "138.794", + "max": "139.428", + "min": "138.238", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "120.227", + "max": "120.532", + "min": "120.029", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "100.34", + "max": "100.502", + "min": "100.216", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "179.088", + "max": "179.68", + "min": "178.884", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "26.492", + "max": "28.672", + "min": "26.275", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "29.514", + "max": "40.916", + "min": "28.76", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "50.632", + "max": "50.877", + "min": "50.384", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "142.396", + "max": "231.531", + "min": "125.777", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "6.206", + "max": "6.337", + "min": "6.094", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "265.612", + "max": "274.832", + "min": "262.602", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "224.103", + "max": "225.126", + "min": "223.804", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "133.514", + "max": "134.901", + "min": "132.743", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "210.274", + "max": "215.251", + "min": "209.692", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "147.323", + "max": "148.701", + "min": "147.031", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "111.824", + "max": "112.178", + "min": "111.695", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "154.398", + "max": "157.021", + "min": "153.823", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "149.155", + "max": "205.936", + "min": "143.844", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "232.681", + "max": "310.882", + "min": "229.386", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "219.517", + "max": "222.939", + "min": "219.179", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "142.947", + "max": "143.306", + "min": "142.791", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "133.333", + "max": "133.956", + "min": "133.163", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "29.609", + "max": "29.77", + "min": "29.463", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "148.542", + "max": "148.928", + "min": "148.175", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "151.292", + "max": "154.099", + "min": "150.515", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "19.601", + "max": "20.499", + "min": "19.435", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "184.768", + "max": "185.648", + "min": "184.501", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "48.902", + "max": "49.446", + "min": "48.61", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "85.254", + "max": "90.363", + "min": "84.876", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.584", + "max": "34.51", + "min": "33.382", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "152.561", + "max": "154.088", + "min": "152.259", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "100.394", + "max": "100.714", + "min": "100.214", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "29.934", + "max": "36.479", + "min": "29.499", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "86.026", + "max": "90.2", + "min": "85.667", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "31.289", + "max": "39.408", + "min": "30.684", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "15.09", + "max": "15.358", + "min": "14.965", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "44.692", + "max": "44.951", + "min": "44.41", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "41.64", + "max": "42.155", + "min": "41.428", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "220.922", + "max": "222.514", + "min": "220.671", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "243.252", + "max": "246.399", + "min": "242.881", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "26.656", + "max": "26.862", + "min": "26.523", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "153.438", + "max": "154.99", + "min": "152.978", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "117.016", + "max": "120.39", + "min": "116.426", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "36.359", + "max": "36.731", + "min": "36.2", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "0.037", + "max": "0.141", + "min": "0.024", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "113.915", + "max": "117.519", + "min": "113.518", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "19.421", + "max": "21.545", + "min": "18.818", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "68.712", + "max": "69.584", + "min": "68.469", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "122.113", + "max": "128.609", + "min": "121.65", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "180.813", + "max": "181.862", + "min": "180.589", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "20.704", + "max": "26.735", + "min": "20.249", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "48.932", + "max": "50.851", + "min": "48.691", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "81.443", + "max": "81.721", + "min": "81.22", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "73.79", + "max": "78.447", + "min": "72.967", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "71.835", + "max": "71.922", + "min": "71.742", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "10.976", + "max": "12.779", + "min": "10.648", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "39.101", + "max": "39.478", + "min": "38.956", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "58.32", + "max": "59.422", + "min": "58.132", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "149.606", + "max": "152.318", + "min": "149.353", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "205.92", + "max": "213.936", + "min": "204.833", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "16.688", + "max": "16.997", + "min": "16.526", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "185.096", + "max": "186.73", + "min": "184.794", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "107.109", + "max": "109.453", + "min": "106.733", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "29.33", + "max": "31.43", + "min": "29.129", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "31.504", + "max": "36.023", + "min": "31.122", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "237.866", + "max": "240.539", + "min": "237.551", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "214.096", + "max": "238.616", + "min": "212.962", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "175.304", + "max": "178.634", + "min": "174.947", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "24.702", + "max": "35.209", + "min": "24.009", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "220.707", + "max": "281.87", + "min": "218.334", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "455.871", + "max": "574.628", + "min": "284.821", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "259.9", + "max": "381.527", + "min": "164.776", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "244.842", + "max": "246.606", + "min": "244.516", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "142.503", + "max": "145.133", + "min": "142.063", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "13.635", + "max": "15.475", + "min": "13.44", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "55.275", + "max": "56.129", + "min": "54.989", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "19.371", + "max": "24.828", + "min": "18.822", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "159.337", + "max": "310.433", + "min": "72.783", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "159.666", + "max": "193.167", + "min": "148.103", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.27", + "max": "328.805", + "min": "125.974", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.04", + "max": "133.739", + "min": "132.898", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "124.42", + "max": "126.11", + "min": "123.777", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "24.647", + "max": "27.11", + "min": "24.187", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "269.265", + "max": "269.822", + "min": "269.038", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "217.063", + "max": "217.414", + "min": "216.815", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "78.343", + "max": "81.221", + "min": "78.074", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "40.209", + "max": "41.182", + "min": "39.975", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "32.152", + "max": "35.606", + "min": "31.683", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "27.457", + "max": "27.901", + "min": "27.312", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "197.731", + "max": "199.227", + "min": "196.953", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "41.605", + "max": "43.42", + "min": "41.39", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "30.229", + "max": "30.461", + "min": "30.096", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "33.65", + "max": "47.659", + "min": "32.21", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "27.568", + "max": "28.533", + "min": "27.369", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "14.025", + "max": "14.19", + "min": "13.911", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "26.564", + "max": "26.798", + "min": "26.44", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "125.836", + "max": "126.431", + "min": "125.659", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "256.703", + "max": "257.304", + "min": "256.291", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "139.019", + "max": "142.253", + "min": "138.769", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "116.928", + "max": "117.181", + "min": "116.651", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "88.582", + "max": "94.018", + "min": "88.122", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "105.708", + "max": "106.108", + "min": "105.532", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "142.867", + "max": "143.428", + "min": "142.573", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "265.488", + "max": "265.72", + "min": "265.325", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "93.872", + "max": "100.773", + "min": "93.329", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "95.162", + "max": "95.317", + "min": "95.058", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "109.423", + "max": "118.538", + "min": "107.337", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "161.681", + "max": "162.049", + "min": "161.556", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "137.603", + "max": "139.058", + "min": "137.382", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "109.965", + "max": "110.542", + "min": "109.745", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "26.151", + "max": "26.43", + "min": "26.003", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "55.057", + "max": "56.382", + "min": "54.727", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "142.676", + "max": "143.327", + "min": "142.47", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "219.311", + "max": "265.291", + "min": "211.109", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "32.443", + "max": "32.857", + "min": "32.263", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "188.052", + "max": "281.472", + "min": "179.574", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "59.565", + "max": "60.947", + "min": "59.251", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "462.884", + "max": "463.412", + "min": "462.411", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "127.166", + "max": "129.029", + "min": "126.966", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "27.165", + "max": "28.653", + "min": "26.934", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "230.441", + "max": "230.596", + "min": "230.294", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "267.304", + "max": "267.43", + "min": "267.139", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "194.088", + "max": "196.535", + "min": "193.851", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "44.217", + "max": "44.923", + "min": "43.949", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "254.267", + "max": "269.178", + "min": "235.263", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "32.055", + "max": "32.549", + "min": "31.89", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "18.593", + "max": "18.704", + "min": "18.469", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "113.211", + "max": "114.547", + "min": "112.761", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "261.028", + "max": "261.681", + "min": "260.754", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "119.343", + "max": "122.586", + "min": "119.069", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "111.327", + "max": "121.005", + "min": "110.739", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "130.682", + "max": "154.533", + "min": "129.366", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "115.396", + "max": "115.872", + "min": "115.251", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "96.8", + "max": "106.028", + "min": "95.804", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "156.797", + "max": "163.012", + "min": "156.311", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "145.52", + "max": "145.684", + "min": "145.379", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "152.303", + "max": "158.486", + "min": "151.761", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "137.115", + "max": "138.152", + "min": "136.904", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "107.418", + "max": "108.483", + "min": "107.211", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "109.394", + "max": "109.649", + "min": "109.303", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "112.245", + "max": "113.079", + "min": "112.119", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "130.383", + "max": "130.591", + "min": "130.2", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "151.661", + "max": "151.958", + "min": "151.402", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "126.32", + "max": "143.666", + "min": "124.489", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "123.279", + "max": "154.22", + "min": "108.679", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "101.655", + "max": "101.812", + "min": "101.513", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "151.672", + "max": "152.034", + "min": "151.42", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "137.07", + "max": "137.498", + "min": "136.915", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "150.163", + "max": "153.169", + "min": "149.692", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "121.421", + "max": "122.218", + "min": "121.129", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "231.165", + "max": "253.219", + "min": "230.175", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "120.197", + "max": "120.599", + "min": "120.079", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "127.46", + "max": "128.917", + "min": "127.271", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "128.441", + "max": "128.646", + "min": "128.318", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "92.137", + "max": "97.938", + "min": "90.925", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "154.213", + "max": "154.894", + "min": "153.947", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "106.399", + "max": "106.542", + "min": "106.254", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "103.995", + "max": "105.548", + "min": "103.71", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "106.155", + "max": "106.508", + "min": "105.533", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "196.07", + "max": "197.82", + "min": "195.699", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "28.163", + "max": "31.416", + "min": "27.733", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "232.157", + "max": "235.241", + "min": "227", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "273.344", + "max": "273.552", + "min": "273.193", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "103.234", + "max": "110.17", + "min": "102.768", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "235.854", + "max": "236.58", + "min": "235.629", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "54.155", + "max": "55.787", + "min": "53.687", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "129.131", + "max": "129.391", + "min": "128.959", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "160.077", + "max": "160.695", + "min": "159.876", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "95.647", + "max": "96.897", + "min": "95.252", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "118.997", + "max": "120.927", + "min": "118.527", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "10.031", + "max": "10.173", + "min": "9.92", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "38.927", + "max": "39.309", + "min": "38.813", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "218.754", + "max": "225.13", + "min": "214.794", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "30.367", + "max": "39.387", + "min": "29.863", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "130.527", + "max": "131.065", + "min": "130.331", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "23.86", + "max": "24.128", + "min": "23.725", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "122.888", + "max": "123.433", + "min": "122.773", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "195.105", + "max": "574.875", + "min": "162.486", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "50.643", + "max": "55.229", + "min": "47.74", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "109.488", + "max": "109.795", + "min": "109.304", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "129.634", + "max": "130.875", + "min": "129.111", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "98.898", + "max": "119.639", + "min": "97.216", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "216.3", + "max": "219.828", + "min": "215.536", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "133.448", + "max": "133.683", + "min": "133.295", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "187.34", + "max": "188.197", + "min": "187.115", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "161.567", + "max": "163.221", + "min": "161.345", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "101.891", + "max": "103.68", + "min": "101.728", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "151.318", + "max": "151.427", + "min": "151.168", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "28.422", + "max": "31.019", + "min": "27.89", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "28.554", + "max": "29.42", + "min": "28.362", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "170.838", + "max": "180.945", + "min": "168.327", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "109.665", + "max": "110.478", + "min": "109.261", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "25.096", + "max": "26.862", + "min": "23.896", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "153.436", + "max": "154.087", + "min": "153.272", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "11.592", + "max": "19.244", + "min": "11.141", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "106.753", + "max": "112.531", + "min": "105.681", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "208.355", + "max": "210.475", + "min": "208.026", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.058", + "max": "113.058", + "min": "113.058", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "99.007", + "max": "100.02", + "min": "98.885", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "108.572", + "max": "108.756", + "min": "108.469", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "186.964", + "max": "190.294", + "min": "186.548", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "104.922", + "max": "118.124", + "min": "97.758", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "132.551", + "max": "132.859", + "min": "132.444", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "275.869", + "max": "277.638", + "min": "275.376", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "208.638", + "max": "211.181", + "min": "208.291", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "15.455", + "max": "21.466", + "min": "14.626", + "id": "90", + "country": "United States", + "source_name": "St Louis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "92": { + "name": "Minneapolis", + "data": { + "0": { + "avg": "118.464", + "max": "119.883", + "min": "117.615", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "249.588", + "max": "251.304", + "min": "248.718", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "31.394", + "max": "32.932", + "min": "30.56", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "132.297", + "max": "137.032", + "min": "131.169", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "102.832", + "max": "104.131", + "min": "101.987", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "171.555", + "max": "173.407", + "min": "170.812", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "106.665", + "max": "109.075", + "min": "105.861", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "265.113", + "max": "277.057", + "min": "263.742", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "148.943", + "max": "159.119", + "min": "147.572", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "125.104", + "max": "130.108", + "min": "123.812", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "100.161", + "max": "101.827", + "min": "99.416", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "26.647", + "max": "27.638", + "min": "25.938", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "29.748", + "max": "31.412", + "min": "28.893", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "34.15", + "max": "36.679", + "min": "33.329", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "49.95", + "max": "52.846", + "min": "48.946", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "30.113", + "max": "31.358", + "min": "29.136", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "124.983", + "max": "127.012", + "min": "124.254", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "25.565", + "max": "27.076", + "min": "24.838", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "124.565", + "max": "126.263", + "min": "123.881", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "129.782", + "max": "135.09", + "min": "129.022", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "269.637", + "max": "271.374", + "min": "268.774", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "14.37", + "max": "16.338", + "min": "13.751", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "57.403", + "max": "58.356", + "min": "56.798", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "61.463", + "max": "63.924", + "min": "60.704", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "128.118", + "max": "128.813", + "min": "127.53", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "119.016", + "max": "121.215", + "min": "118.48", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "127.99", + "max": "131.049", + "min": "127.166", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "132.656", + "max": "133.904", + "min": "132.035", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "119.03", + "max": "120.854", + "min": "118.412", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "56.76", + "max": "58.339", + "min": "55.962", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "252.73", + "max": "254.402", + "min": "252.017", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "138.151", + "max": "139.353", + "min": "137.387", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "65.356", + "max": "67.363", + "min": "64.391", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "155.702", + "max": "157.388", + "min": "154.896", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "135.968", + "max": "148.342", + "min": "134.575", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "226.819", + "max": "234.064", + "min": "225.665", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "57.767", + "max": "58.343", + "min": "56.942", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "44.75", + "max": "46.298", + "min": "43.955", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "32.085", + "max": "34.783", + "min": "31.458", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "35.528", + "max": "37.682", + "min": "34.698", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "241.887", + "max": "244.862", + "min": "240.845", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "105.995", + "max": "110.135", + "min": "105.003", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "140.078", + "max": "140.78", + "min": "139.189", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "132.664", + "max": "133.956", + "min": "131.771", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "241.399", + "max": "242.391", + "min": "240.601", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "142.231", + "max": "143.814", + "min": "141.289", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "135.803", + "max": "137.339", + "min": "135.024", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "105.566", + "max": "106.924", + "min": "104.794", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "168.507", + "max": "170.267", + "min": "167.828", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "39.638", + "max": "41.405", + "min": "38.798", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "35.758", + "max": "37.293", + "min": "34.938", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "61.215", + "max": "62.785", + "min": "60.504", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "135.347", + "max": "145.523", + "min": "129.145", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "30.389", + "max": "32.366", + "min": "29.519", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "235.23", + "max": "247.866", + "min": "231.705", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "249.221", + "max": "253.161", + "min": "248.246", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "132.611", + "max": "134.343", + "min": "131.312", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "201.517", + "max": "202.157", + "min": "200.95", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "136.019", + "max": "137.38", + "min": "135.443", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "107.555", + "max": "108.84", + "min": "106.786", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "167.448", + "max": "169.541", + "min": "166.608", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "207.206", + "max": "271.31", + "min": "201.166", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "250.886", + "max": "254.207", + "min": "249.782", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "219.399", + "max": "220.815", + "min": "218.714", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "145.887", + "max": "148.336", + "min": "144.529", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "146.53", + "max": "148.39", + "min": "145.952", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "32.305", + "max": "33.956", + "min": "31.397", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "140.973", + "max": "153.787", + "min": "139.047", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "157.443", + "max": "159.343", + "min": "156.261", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "31.467", + "max": "32.4", + "min": "30.607", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.772", + "max": "200.918", + "min": "198.732", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "54.673", + "max": "56.307", + "min": "53.815", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.808", + "max": "86.781", + "min": "84.022", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "42.143", + "max": "43.416", + "min": "41.371", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "166.883", + "max": "169.688", + "min": "166.05", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "107.493", + "max": "109.34", + "min": "106.801", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "32.633", + "max": "34.298", + "min": "31.886", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "66.128", + "max": "67.786", + "min": "65.466", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "20.87", + "max": "34.213", + "min": "19.546", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "17.026", + "max": "18.365", + "min": "16.478", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "64.004", + "max": "65.911", + "min": "63.12", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "44.64", + "max": "46.006", + "min": "43.647", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "381.344", + "max": "382.574", + "min": "380.759", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "248.901", + "max": "250.413", + "min": "248.088", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "56.312", + "max": "57.793", + "min": "55.511", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "159.375", + "max": "160.898", + "min": "158.493", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "107.234", + "max": "108.835", + "min": "106.263", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "45.223", + "max": "46.917", + "min": "44.611", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "19.754", + "max": "22.37", + "min": "18.833", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "101.797", + "max": "105.063", + "min": "100.951", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "0.014", + "max": "0.018", + "min": "0.011", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "60.769", + "max": "62.248", + "min": "59.854", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "130.602", + "max": "132.396", + "min": "130.116", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "199.759", + "max": "200.747", + "min": "199.235", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "32.017", + "max": "33.328", + "min": "31.419", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "36.186", + "max": "44.9", + "min": "35.264", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "84.767", + "max": "86.296", + "min": "83.985", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "144.181", + "max": "164.338", + "min": "142.476", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "56.975", + "max": "58.712", + "min": "56.244", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "14.639", + "max": "17.254", + "min": "13.801", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.184", + "max": "29.393", + "min": "27.573", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "57.723", + "max": "59.379", + "min": "57.018", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "162.756", + "max": "164.118", + "min": "162.099", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "217.462", + "max": "222.445", + "min": "216.292", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "25.338", + "max": "27.963", + "min": "24.48", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "328.011", + "max": "344.749", + "min": "315.618", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "112.087", + "max": "113.361", + "min": "111.456", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "34.707", + "max": "35.675", + "min": "34.053", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "38.421", + "max": "41.024", + "min": "37.662", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "223.333", + "max": "225.603", + "min": "222.4", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "244.509", + "max": "245.54", + "min": "243.551", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "191.189", + "max": "193.321", + "min": "190.365", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "33.259", + "max": "34.392", + "min": "32.483", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "235.026", + "max": "236.79", + "min": "234.251", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "460.805", + "max": "586.179", + "min": "313.885", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "242.787", + "max": "346.744", + "min": "165.926", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "276.212", + "max": "300.186", + "min": "273.887", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "201.462", + "max": "203.546", + "min": "200.608", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "32.263", + "max": "33.836", + "min": "31.521", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "37.589", + "max": "39.161", + "min": "36.938", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "31.916", + "max": "32.836", + "min": "31.327", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "117.915", + "max": "264.113", + "min": "39.778", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "145.879", + "max": "147.402", + "min": "145.234", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.774", + "max": "212.772", + "min": "133.902", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "137.02", + "max": "139.223", + "min": "136.124", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "128.878", + "max": "131.17", + "min": "127.587", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "32.516", + "max": "34.398", + "min": "31.49", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "260.307", + "max": "262.373", + "min": "259.496", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "207.578", + "max": "209.333", + "min": "206.782", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "93.955", + "max": "95.143", + "min": "92.963", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "28.808", + "max": "29.695", + "min": "27.897", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "18.013", + "max": "19.306", + "min": "17.48", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "35.904", + "max": "37.422", + "min": "35.197", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "186.725", + "max": "188.972", + "min": "185.639", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "41.404", + "max": "43.964", + "min": "40.865", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "36.332", + "max": "37.877", + "min": "35.48", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "35.818", + "max": "74.397", + "min": "32.891", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "44.11", + "max": "45.411", + "min": "43.426", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "22.27", + "max": "23.817", + "min": "21.462", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "34.815", + "max": "36.31", + "min": "34.08", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "147.389", + "max": "148.804", + "min": "146.632", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "269.072", + "max": "270.703", + "min": "268.248", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "139.488", + "max": "140.79", + "min": "138.564", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "121.322", + "max": "122.437", + "min": "120.752", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "95.221", + "max": "103.353", + "min": "94.354", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "109.065", + "max": "110.63", + "min": "108.2", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "148.844", + "max": "149.7", + "min": "148.1", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "269.861", + "max": "271.335", + "min": "268.938", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "100.804", + "max": "101.868", + "min": "100.034", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "99.419", + "max": "100.53", + "min": "98.752", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "117.107", + "max": "126.11", + "min": "115.078", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "175.145", + "max": "176.781", + "min": "174.332", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "143.264", + "max": "145.545", + "min": "142.283", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "117.147", + "max": "118.936", + "min": "116.363", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "39.448", + "max": "40.913", + "min": "38.437", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "85.985", + "max": "87.744", + "min": "85.051", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "144.734", + "max": "149.391", + "min": "143.597", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "216.428", + "max": "262.769", + "min": "207.531", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "35.359", + "max": "36.789", + "min": "34.663", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "178.311", + "max": "269.956", + "min": "170.99", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "64.119", + "max": "66.263", + "min": "63.537", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "382.322", + "max": "386.147", + "min": "380.804", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "146.015", + "max": "147.428", + "min": "145.184", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "32.301", + "max": "33.558", + "min": "31.506", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "214.159", + "max": "216.056", + "min": "213.548", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "267.678", + "max": "269.381", + "min": "266.686", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "189.452", + "max": "190.491", + "min": "188.567", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "58.328", + "max": "60.986", + "min": "57.313", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "196.374", + "max": "198.031", + "min": "195.698", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "42.378", + "max": "45.406", + "min": "41.274", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "30.931", + "max": "31.95", + "min": "30.073", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "114.816", + "max": "116.413", + "min": "113.799", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "286.973", + "max": "288.823", + "min": "286.229", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "109.225", + "max": "110.875", + "min": "108.421", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "123.664", + "max": "127.71", + "min": "122.969", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "135.228", + "max": "137.175", + "min": "134.675", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "121.998", + "max": "123.358", + "min": "121.146", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "101.248", + "max": "102.079", + "min": "100.391", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "157.819", + "max": "159.425", + "min": "156.905", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "145.779", + "max": "147.388", + "min": "145.132", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "164.594", + "max": "166.669", + "min": "163.57", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "146.846", + "max": "149.805", + "min": "145.823", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "105.149", + "max": "108.386", + "min": "104.133", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "129.307", + "max": "133.928", + "min": "128.645", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "107.727", + "max": "108.773", + "min": "107.009", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "135.939", + "max": "137.765", + "min": "135.234", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "172.163", + "max": "173.898", + "min": "171.637", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "129.851", + "max": "147.75", + "min": "127.644", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "145.631", + "max": "199.883", + "min": "115.012", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "114.806", + "max": "116.331", + "min": "114.028", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "174.319", + "max": "175.312", + "min": "173.543", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "136.989", + "max": "140.421", + "min": "136.098", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "159.948", + "max": "162.1", + "min": "158.997", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "104.126", + "max": "105.835", + "min": "103.534", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "275.533", + "max": "277.304", + "min": "274.802", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "129.008", + "max": "130.352", + "min": "128.143", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "126.398", + "max": "137.344", + "min": "125.1", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "130.995", + "max": "137.406", + "min": "130.026", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "110.871", + "max": "116.925", + "min": "108.757", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "158.396", + "max": "159.946", + "min": "157.769", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "103.545", + "max": "105.717", + "min": "102.684", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "106.67", + "max": "108.328", + "min": "105.772", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "105.872", + "max": "106.856", + "min": "105.114", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "210.904", + "max": "213.061", + "min": "210.089", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "33.047", + "max": "35.361", + "min": "32.166", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "356.273", + "max": "371.819", + "min": "346.649", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "242.092", + "max": "243.629", + "min": "241.473", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "110.067", + "max": "111.911", + "min": "109.133", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "243.279", + "max": "245.075", + "min": "242.582", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "69.344", + "max": "70.821", + "min": "68.655", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "134.37", + "max": "139.647", + "min": "133.626", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "168.626", + "max": "170.311", + "min": "167.785", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "102.985", + "max": "104.612", + "min": "102.01", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "108.484", + "max": "109.861", + "min": "107.856", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "32.427", + "max": "33.94", + "min": "31.59", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.686", + "max": "43.522", + "min": "40.963", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "233.302", + "max": "235.786", + "min": "232.522", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "97.32", + "max": "98.839", + "min": "96.536", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "124.378", + "max": "126.412", + "min": "123.544", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "32.91", + "max": "33.889", + "min": "32.276", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "123.454", + "max": "128.165", + "min": "122.523", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "170.368", + "max": "367.567", + "min": "162.929", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.741", + "max": "58.769", + "min": "53.057", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "122.172", + "max": "123.37", + "min": "121.412", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "135.212", + "max": "138.363", + "min": "133.999", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "90.86", + "max": "95.395", + "min": "89.667", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "304.858", + "max": "306.732", + "min": "303.987", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "211.891", + "max": "213.082", + "min": "210.993", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "200.305", + "max": "202.352", + "min": "199.458", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "149.104", + "max": "150.426", + "min": "148.295", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "114.217", + "max": "115.915", + "min": "113.415", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "142.181", + "max": "143.362", + "min": "141.553", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "39.027", + "max": "43.234", + "min": "38.057", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "38.497", + "max": "39.26", + "min": "37.819", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "163.045", + "max": "173.552", + "min": "160.555", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "109.471", + "max": "113.779", + "min": "108.804", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "36.256", + "max": "38.509", + "min": "34.718", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "160.468", + "max": "162.358", + "min": "159.526", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "26.301", + "max": "27.444", + "min": "25.51", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "122.101", + "max": "125.942", + "min": "121.147", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "253.688", + "max": "292.687", + "min": "231.513", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "116.886", + "max": "116.886", + "min": "116.886", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "103.055", + "max": "104.755", + "min": "102.553", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "130.47", + "max": "131.759", + "min": "129.794", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "191.782", + "max": "193.328", + "min": "190.944", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "124.254", + "max": "135.873", + "min": "116.9", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "140.927", + "max": "142.566", + "min": "140.174", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "270.134", + "max": "273.522", + "min": "269.318", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "187.364", + "max": "191.69", + "min": "186.526", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "51.523", + "max": "52.557", + "min": "50.801", + "id": "92", + "country": "United States", + "source_name": "Minneapolis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "93": { + "name": "Sacramento", + "data": { + "0": { + "avg": "145.015", + "max": "146.125", + "min": "144.757", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "264.702", + "max": "265.138", + "min": "264.422", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "63.473", + "max": "65.55", + "min": "63.176", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "172.107", + "max": "175.641", + "min": "171.571", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "144.075", + "max": "145.684", + "min": "143.718", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "121.254", + "max": "121.94", + "min": "121.055", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "157.929", + "max": "158.196", + "min": "157.766", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "172.502", + "max": "185.382", + "min": "171.272", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "192.166", + "max": "192.509", + "min": "192.037", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "168.072", + "max": "170.527", + "min": "167.65", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "141.624", + "max": "142.52", + "min": "141.415", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "44.454", + "max": "52.031", + "min": "43.947", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "71.607", + "max": "71.863", + "min": "71.454", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "80.98", + "max": "81.404", + "min": "80.703", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "73.976", + "max": "74.518", + "min": "73.768", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "69.793", + "max": "70.172", + "min": "69.124", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "163.952", + "max": "164.305", + "min": "163.737", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "58.479", + "max": "59.415", + "min": "58.292", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "156.549", + "max": "156.77", + "min": "156.393", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "170.981", + "max": "171.491", + "min": "170.838", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "210.591", + "max": "211.145", + "min": "210.4", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "55.649", + "max": "55.939", + "min": "55.489", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "7.416", + "max": "7.867", + "min": "7.237", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "28.893", + "max": "36.71", + "min": "28.411", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "165.144", + "max": "167.073", + "min": "164.775", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "157.503", + "max": "158.006", + "min": "157.37", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "161.069", + "max": "161.708", + "min": "160.849", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "161.59", + "max": "162.156", + "min": "161.265", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "159.633", + "max": "160.559", + "min": "159.442", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "7.582", + "max": "9.157", + "min": "7.375", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "188.293", + "max": "188.562", + "min": "188.138", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "166.773", + "max": "167.124", + "min": "166.516", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "66.1", + "max": "66.62", + "min": "65.85", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "180.806", + "max": "181.534", + "min": "180.65", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "174.169", + "max": "175.117", + "min": "173.945", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "183.756", + "max": "186.555", + "min": "183.462", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "14.793", + "max": "15.448", + "min": "14.657", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "24.482", + "max": "24.861", + "min": "24.232", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "48.239", + "max": "48.596", + "min": "48.037", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "73.357", + "max": "76.069", + "min": "72.935", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "287.53", + "max": "293.235", + "min": "286.729", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "146.11", + "max": "148.745", + "min": "145.358", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "184.416", + "max": "185.005", + "min": "184.179", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "166.358", + "max": "167.103", + "min": "166.111", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "271.892", + "max": "272.738", + "min": "271.707", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "177.356", + "max": "178.148", + "min": "176.845", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "177.872", + "max": "178.512", + "min": "177.64", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "132.588", + "max": "133.874", + "min": "132.25", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "202.614", + "max": "203.014", + "min": "202.388", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "54.348", + "max": "54.588", + "min": "54.236", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "76.6", + "max": "77.666", + "min": "76.323", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "28.093", + "max": "28.61", + "min": "27.698", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "159.423", + "max": "238.281", + "min": "145.058", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "48.385", + "max": "48.672", + "min": "48.234", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "254.735", + "max": "339.205", + "min": "243.829", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "196.869", + "max": "197.511", + "min": "196.586", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "171.995", + "max": "174.612", + "min": "170.804", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "156.774", + "max": "157.264", + "min": "156.614", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "180.678", + "max": "182.47", + "min": "180.33", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "148.13", + "max": "148.405", + "min": "147.951", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "202.398", + "max": "205.09", + "min": "201.734", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "198.209", + "max": "259.035", + "min": "193.468", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "214.235", + "max": "218.506", + "min": "213.658", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "180.526", + "max": "183.174", + "min": "180.238", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "181.35", + "max": "181.889", + "min": "180.93", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "184.924", + "max": "185.328", + "min": "184.704", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "73.292", + "max": "73.77", + "min": "73.034", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "180.274", + "max": "196.528", + "min": "179.102", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "198.813", + "max": "200.041", + "min": "198.053", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "49.698", + "max": "52.186", + "min": "49.446", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "163.033", + "max": "163.657", + "min": "162.765", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "18.842", + "max": "19.914", + "min": "18.546", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "114.226", + "max": "115.161", + "min": "113.978", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "65.214", + "max": "65.752", + "min": "65.048", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "197.908", + "max": "198.837", + "min": "197.58", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "146.568", + "max": "146.981", + "min": "146.334", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "75.96", + "max": "77.569", + "min": "75.719", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "23.615", + "max": "24.019", + "min": "23.418", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "62.934", + "max": "64.687", + "min": "62.674", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "65.703", + "max": "66.309", + "min": "65.521", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "26.369", + "max": "30.947", + "min": "26", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "83.853", + "max": "93.213", + "min": "83.238", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "158.116", + "max": "162.611", + "min": "157.294", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "252.395", + "max": "252.844", + "min": "252.187", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "27.633", + "max": "28.2", + "min": "27.441", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "213.838", + "max": "214.714", + "min": "213.426", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "148.854", + "max": "151.875", + "min": "148.421", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "74.438", + "max": "74.78", + "min": "74.205", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "68.714", + "max": "69.806", + "min": "68.485", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "142.388", + "max": "144.828", + "min": "142.102", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "60.728", + "max": "62.51", + "min": "59.869", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "0.06", + "max": "0.127", + "min": "0.037", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "170.804", + "max": "172.47", + "min": "170.568", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "141.81", + "max": "142.159", + "min": "141.563", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "72.227", + "max": "72.465", + "min": "72.003", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "85.8", + "max": "88.062", + "min": "85.335", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "115.17", + "max": "115.501", + "min": "114.96", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "131.343", + "max": "133.443", + "min": "130.853", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "8.575", + "max": "9.086", + "min": "8.36", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "57.443", + "max": "57.902", + "min": "57.183", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "72.521", + "max": "72.711", + "min": "72.388", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "75.98", + "max": "80.933", + "min": "75.548", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "196.245", + "max": "196.841", + "min": "196.049", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "177.145", + "max": "179.921", + "min": "176.311", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "57.478", + "max": "57.884", + "min": "57.187", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "224.296", + "max": "226.631", + "min": "223.724", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "139.264", + "max": "142.339", + "min": "138.859", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "74.365", + "max": "75.851", + "min": "74.154", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "71.002", + "max": "71.386", + "min": "70.778", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "244.702", + "max": "245.33", + "min": "244.508", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "175.928", + "max": "179.427", + "min": "175.581", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "137.793", + "max": "138.751", + "min": "137.595", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "74.364", + "max": "74.923", + "min": "74.161", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "278.375", + "max": "278.718", + "min": "278.149", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "513.88", + "max": "642.879", + "min": "366.003", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "278.579", + "max": "335.156", + "min": "219.186", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "306.524", + "max": "329.895", + "min": "305.142", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "124.106", + "max": "125.521", + "min": "123.847", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "50.734", + "max": "51.073", + "min": "50.53", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "76.215", + "max": "76.756", + "min": "75.974", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "35.143", + "max": "35.514", + "min": "34.877", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "150.644", + "max": "312.69", + "min": "73.066", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "175.465", + "max": "176.281", + "min": "175.26", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "181.876", + "max": "309.776", + "min": "172.445", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "174.52", + "max": "175.146", + "min": "174.313", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "160.79", + "max": "163.374", + "min": "160.3", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "74.335", + "max": "74.668", + "min": "72.971", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "297.98", + "max": "298.632", + "min": "297.671", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "228.134", + "max": "228.548", + "min": "227.891", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "56.7", + "max": "57.246", + "min": "56.517", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "70.982", + "max": "71.421", + "min": "70.783", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "60.866", + "max": "61.159", + "min": "60.704", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "71.755", + "max": "72.273", + "min": "71.552", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "142.249", + "max": "144.113", + "min": "141.555", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "57.558", + "max": "58.212", + "min": "57.329", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "76.197", + "max": "76.979", + "min": "75.844", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "44.587", + "max": "65.882", + "min": "42.221", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "56.843", + "max": "57.266", + "min": "56.624", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "60.99", + "max": "61.313", + "min": "60.85", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.268", + "max": "68.639", + "min": "68.012", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "171.37", + "max": "172.72", + "min": "171.061", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "258.312", + "max": "265.4", + "min": "257.588", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "186.4", + "max": "186.996", + "min": "185.865", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "159.368", + "max": "159.873", + "min": "159.076", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "60.186", + "max": "60.787", + "min": "59.913", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "148.837", + "max": "149.623", + "min": "148.516", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "173.009", + "max": "181.308", + "min": "172.372", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "262.722", + "max": "263.283", + "min": "262.247", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "144.824", + "max": "145.123", + "min": "144.628", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "138.097", + "max": "138.979", + "min": "137.938", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "155.386", + "max": "178.844", + "min": "153.108", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "237.066", + "max": "239.267", + "min": "236.851", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "178.848", + "max": "180.474", + "min": "178.585", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "156.885", + "max": "186.579", + "min": "155.614", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "74.464", + "max": "75.375", + "min": "74.174", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "33.368", + "max": "33.625", + "min": "33.119", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "195.636", + "max": "197.606", + "min": "195.013", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "168.754", + "max": "211.527", + "min": "160.635", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "78.314", + "max": "78.741", + "min": "78.082", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "208.805", + "max": "303.198", + "min": "200.291", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "103.592", + "max": "104.097", + "min": "103.372", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "350.09", + "max": "350.396", + "min": "349.695", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "183.698", + "max": "184.138", + "min": "183.494", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "71.714", + "max": "71.943", + "min": "71.554", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "254.032", + "max": "255.796", + "min": "253.761", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "319.326", + "max": "319.793", + "min": "319.153", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "230.026", + "max": "230.734", + "min": "229.831", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "70.197", + "max": "70.712", + "min": "69.858", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "207.41", + "max": "216.197", + "min": "174.437", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "85.401", + "max": "86.306", + "min": "85.022", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "66.971", + "max": "68.882", + "min": "66.743", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "151.22", + "max": "152.54", + "min": "150.838", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "281.296", + "max": "281.828", + "min": "281.107", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "147.472", + "max": "147.987", + "min": "147.325", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "159.067", + "max": "164.655", + "min": "158.594", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "168.502", + "max": "168.923", + "min": "168.335", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "161.429", + "max": "161.821", + "min": "161.27", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "141.196", + "max": "141.786", + "min": "140.925", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "208.779", + "max": "210.269", + "min": "208.507", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "180.802", + "max": "183.303", + "min": "180.507", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "191.9", + "max": "193.167", + "min": "191.625", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "188.867", + "max": "190.192", + "min": "188.667", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "144.355", + "max": "150.08", + "min": "143.76", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "154.932", + "max": "156.55", + "min": "154.628", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "147.294", + "max": "147.969", + "min": "147.121", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "178.162", + "max": "181.852", + "min": "177.625", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "202.088", + "max": "203.625", + "min": "201.656", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "169.242", + "max": "172.195", + "min": "168.461", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "165.876", + "max": "197.407", + "min": "151.126", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "148.952", + "max": "149.56", + "min": "148.785", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "200.826", + "max": "201.237", + "min": "200.493", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "175.565", + "max": "183.906", + "min": "175.089", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "195.257", + "max": "196.216", + "min": "194.833", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "142.395", + "max": "142.842", + "min": "141.99", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.561", + "max": "219.558", + "min": "214.127", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "170.554", + "max": "171.045", + "min": "170.388", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "164.516", + "max": "165.06", + "min": "164.232", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "180.15", + "max": "180.748", + "min": "179.928", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "141.892", + "max": "148.399", + "min": "139.964", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "200.142", + "max": "200.787", + "min": "199.905", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "154.514", + "max": "155.306", + "min": "154.198", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "143.434", + "max": "150.653", + "min": "143.037", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "152.81", + "max": "153.322", + "min": "152.584", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "167.103", + "max": "173.851", + "min": "166.024", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "74.226", + "max": "76.921", + "min": "73.373", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "180.485", + "max": "181.018", + "min": "180.314", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "248.448", + "max": "249.011", + "min": "248.214", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "145.272", + "max": "146.755", + "min": "145", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "289.939", + "max": "290.79", + "min": "288.969", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "18.482", + "max": "20.039", + "min": "18.062", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "172.48", + "max": "172.822", + "min": "172.216", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "212.67", + "max": "213.761", + "min": "212.382", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "141.784", + "max": "144.011", + "min": "141.158", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "147.2", + "max": "148.446", + "min": "146.835", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "83.043", + "max": "83.238", + "min": "82.914", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "97.297", + "max": "97.648", + "min": "97.165", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "181.57", + "max": "183.454", + "min": "181.231", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "72.527", + "max": "72.74", + "min": "72.345", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "178.234", + "max": "179.006", + "min": "177.943", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "72.297", + "max": "72.749", + "min": "72.047", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "167.041", + "max": "167.294", + "min": "166.871", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "191.992", + "max": "193.719", + "min": "191.605", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "85.005", + "max": "87.292", + "min": "83.212", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "152.639", + "max": "153.878", + "min": "152.093", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "188.868", + "max": "192.233", + "min": "188.09", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "109.161", + "max": "111.298", + "min": "108.43", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "334.173", + "max": "335.057", + "min": "333.715", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "114.047", + "max": "114.441", + "min": "113.789", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "228.524", + "max": "229.006", + "min": "228.325", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "185.739", + "max": "186.106", + "min": "185.624", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "149.109", + "max": "149.754", + "min": "148.928", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "192.472", + "max": "192.75", + "min": "192.29", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "79.549", + "max": "79.981", + "min": "79.336", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "72.87", + "max": "73.342", + "min": "72.685", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "200.822", + "max": "203.253", + "min": "199.177", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "122.182", + "max": "123.624", + "min": "121.858", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "81.542", + "max": "83.074", + "min": "80.298", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "199.755", + "max": "200.871", + "min": "199.481", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "66.1", + "max": "66.424", + "min": "65.901", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "160.129", + "max": "165.557", + "min": "159.156", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "168.577", + "max": "174.11", + "min": "164.393", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "144.345", + "max": "144.436", + "min": "144.251", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "143.49", + "max": "144.043", + "min": "143.336", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "163.931", + "max": "164.344", + "min": "163.84", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "232.246", + "max": "234.998", + "min": "231.941", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "158.966", + "max": "167.395", + "min": "150.743", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "174.768", + "max": "176.157", + "min": "174.598", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "240.16", + "max": "242.205", + "min": "239.696", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "217.583", + "max": "219.377", + "min": "217.084", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "79.124", + "max": "85.439", + "min": "78.176", + "id": "93", + "country": "United States", + "source_name": "Sacramento", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "96": { + "name": "Buffalo", + "data": { + "0": { + "avg": "140.641", + "max": "140.857", + "min": "140.393", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "220.14", + "max": "221.225", + "min": "219.918", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "19.803", + "max": "20.185", + "min": "19.619", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "112.815", + "max": "120.155", + "min": "112.111", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "80.494", + "max": "81.24", + "min": "80.243", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "183.807", + "max": "184.316", + "min": "183.627", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "92.332", + "max": "92.581", + "min": "92.217", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "229.829", + "max": "239.426", + "min": "228.812", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "129.59", + "max": "130.042", + "min": "129.443", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "101.25", + "max": "104.934", + "min": "100.731", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "82.049", + "max": "82.677", + "min": "81.828", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "38.239", + "max": "38.404", + "min": "38.137", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "10.201", + "max": "11.437", + "min": "10.027", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "17.158", + "max": "17.963", + "min": "16.993", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "40.907", + "max": "40.999", + "min": "40.825", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "16.15", + "max": "18.098", + "min": "15.768", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "102.977", + "max": "103.222", + "min": "102.662", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "26.945", + "max": "27.424", + "min": "26.817", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "86.935", + "max": "87.212", + "min": "86.767", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "108.463", + "max": "108.815", + "min": "108.368", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "223.544", + "max": "223.623", + "min": "223.467", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "20.257", + "max": "21.258", + "min": "20.07", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "66.38", + "max": "66.537", + "min": "66.282", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "62.199", + "max": "63.054", + "min": "61.997", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "108.782", + "max": "109.794", + "min": "108.574", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "101.801", + "max": "102.25", + "min": "101.684", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "99.403", + "max": "100.35", + "min": "99.125", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "117.274", + "max": "120.79", + "min": "116.582", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "95.454", + "max": "95.531", + "min": "95.366", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "80.542", + "max": "80.72", + "min": "80.421", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "250.069", + "max": "250.845", + "min": "249.832", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "111.293", + "max": "112.338", + "min": "111.079", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "69.031", + "max": "72.665", + "min": "68.788", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "123.801", + "max": "123.95", + "min": "123.668", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "106.758", + "max": "108.404", + "min": "106.503", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "249.205", + "max": "250.607", + "min": "249.038", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "69.083", + "max": "69.17", + "min": "69.004", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "58.712", + "max": "60.237", + "min": "58.459", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "41.528", + "max": "41.971", + "min": "41.434", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "19.034", + "max": "23.056", + "min": "18.612", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "221.128", + "max": "223.594", + "min": "220.705", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "82.23", + "max": "84.075", + "min": "81.788", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "122.591", + "max": "122.731", + "min": "122.436", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "110.713", + "max": "119.526", + "min": "110.314", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.485", + "max": "211.867", + "min": "211.401", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "111.473", + "max": "112.188", + "min": "111.136", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "107.453", + "max": "108.005", + "min": "107.308", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "93.652", + "max": "93.82", + "min": "93.549", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "160.672", + "max": "161.136", + "min": "160.534", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "44.597", + "max": "45.085", + "min": "44.446", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "15.787", + "max": "19.202", + "min": "15.469", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "69.318", + "max": "71.465", + "min": "68.998", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "139.683", + "max": "153.317", + "min": "125.149", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "25.895", + "max": "32.136", + "min": "25.575", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "258.397", + "max": "280.026", + "min": "254.046", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "247.744", + "max": "248.153", + "min": "247.527", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "119.647", + "max": "122.477", + "min": "118.728", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "216.946", + "max": "217.861", + "min": "216.802", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "113.02", + "max": "115.82", + "min": "112.27", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "87.406", + "max": "87.538", + "min": "87.312", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "133.913", + "max": "136.97", + "min": "133.175", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "140.938", + "max": "190.077", + "min": "136.469", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "252.719", + "max": "261.391", + "min": "251.811", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "270.518", + "max": "273.175", + "min": "270.218", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "131.074", + "max": "131.354", + "min": "130.897", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "129.312", + "max": "129.547", + "min": "129.226", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "12.645", + "max": "15.854", + "min": "12.35", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "122.652", + "max": "150.469", + "min": "120.01", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "143.005", + "max": "145.137", + "min": "142.193", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "36.491", + "max": "37.601", + "min": "36.344", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "231.639", + "max": "232.479", + "min": "231.482", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.279", + "max": "68.437", + "min": "65.881", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "83.749", + "max": "84.66", + "min": "83.596", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "32.471", + "max": "32.963", + "min": "32.361", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "119.518", + "max": "120.863", + "min": "119.267", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "97.335", + "max": "97.585", + "min": "97.13", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "23.846", + "max": "23.97", + "min": "23.707", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "76.027", + "max": "76.222", + "min": "75.888", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "18.924", + "max": "32.36", + "min": "18.156", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "28.626", + "max": "28.915", + "min": "28.495", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "69.502", + "max": "69.67", + "min": "69.359", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "25.082", + "max": "25.596", + "min": "24.85", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "225.135", + "max": "226.261", + "min": "224.927", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "242.253", + "max": "242.723", + "min": "242.061", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "50.872", + "max": "51.585", + "min": "50.767", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "146.428", + "max": "147.519", + "min": "146.075", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "91.797", + "max": "93.72", + "min": "91.321", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "39.259", + "max": "39.486", + "min": "39.069", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "20.461", + "max": "20.624", + "min": "20.362", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "83.689", + "max": "92.242", + "min": "82.405", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.077", + "max": "33.507", + "min": "31.39", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "72.216", + "max": "72.575", + "min": "72.058", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "105.183", + "max": "105.322", + "min": "105.124", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "189.315", + "max": "190.463", + "min": "189.061", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "0.039", + "max": "0.129", + "min": "0.02", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "47.561", + "max": "47.745", + "min": "47.372", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "86.285", + "max": "86.439", + "min": "86.053", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "66.942", + "max": "81.968", + "min": "65.474", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "81.416", + "max": "81.539", + "min": "81.293", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "10.938", + "max": "11.519", + "min": "10.81", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "36.927", + "max": "37.138", + "min": "36.814", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "65.168", + "max": "65.366", + "min": "65.032", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "145.625", + "max": "146.243", + "min": "145.437", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "223.791", + "max": "232.333", + "min": "222.914", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.719", + "max": "29.396", + "min": "28.508", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "210.161", + "max": "210.324", + "min": "209.876", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "101.823", + "max": "104.227", + "min": "101.526", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "13.072", + "max": "13.186", + "min": "12.911", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "26.57", + "max": "26.686", + "min": "26.483", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "201.327", + "max": "204.679", + "min": "200.463", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "223.271", + "max": "224.769", + "min": "223.116", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.375", + "max": "189.483", + "min": "189.276", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "10.835", + "max": "10.949", + "min": "10.685", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "208.285", + "max": "245.285", + "min": "206.692", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "450.348", + "max": "566.815", + "min": "272.463", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "249.377", + "max": "327.961", + "min": "164.07", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "237.306", + "max": "237.982", + "min": "237.024", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "170.649", + "max": "172.556", + "min": "170.35", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "31.683", + "max": "31.88", + "min": "31.541", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "44.24", + "max": "46.299", + "min": "43.934", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "38.003", + "max": "38.219", + "min": "37.853", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "143.601", + "max": "312.434", + "min": "59.998", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "135.808", + "max": "135.925", + "min": "135.739", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "122.399", + "max": "172.538", + "min": "118.841", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "115.34", + "max": "116.727", + "min": "115.07", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "106.574", + "max": "107.627", + "min": "105.981", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "10.535", + "max": "13.466", + "min": "9.447", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "228.399", + "max": "230.592", + "min": "228.091", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "179.685", + "max": "180.19", + "min": "179.52", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "96.689", + "max": "97.881", + "min": "96.53", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "28.408", + "max": "29.155", + "min": "28.209", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "22.965", + "max": "23.369", + "min": "22.765", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "34.326", + "max": "36.58", + "min": "34.015", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "223.085", + "max": "224.357", + "min": "222.478", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "53.708", + "max": "54.043", + "min": "53.59", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "13.631", + "max": "14.059", + "min": "13.453", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "57.312", + "max": "74.436", + "min": "55.361", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.757", + "max": "48.867", + "min": "48.678", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "77.863", + "max": "78.565", + "min": "77.706", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "9.727", + "max": "10.495", + "min": "9.59", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "109.614", + "max": "110.278", + "min": "109.429", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "255.388", + "max": "256.011", + "min": "255.13", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "116.367", + "max": "116.553", + "min": "116.27", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "123.898", + "max": "124.032", + "min": "123.814", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "124.601", + "max": "130.45", + "min": "124.193", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "90.272", + "max": "91.03", + "min": "89.903", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "112.131", + "max": "120.05", + "min": "111.69", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "262.619", + "max": "263.462", + "min": "262.469", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "74.418", + "max": "79.628", + "min": "74.158", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "75.92", + "max": "76.213", + "min": "75.83", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "91.757", + "max": "97.922", + "min": "90.419", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "176.312", + "max": "176.465", + "min": "176.231", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "117.657", + "max": "119.124", + "min": "117.294", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "92.234", + "max": "139.233", + "min": "90.451", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "24.149", + "max": "24.259", + "min": "24.075", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "77.398", + "max": "78.345", + "min": "77.18", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "121.834", + "max": "123.643", + "min": "121.315", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "259.675", + "max": "312.268", + "min": "251.54", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "43.195", + "max": "43.936", + "min": "42.986", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "177.248", + "max": "238.41", + "min": "170.79", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "50.873", + "max": "51.069", + "min": "50.736", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "485.29", + "max": "485.845", + "min": "484.741", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "112.887", + "max": "113.087", + "min": "112.783", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "10.959", + "max": "11.125", + "min": "10.865", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "198.009", + "max": "198.165", + "min": "197.875", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "234.611", + "max": "234.731", + "min": "234.488", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "170.153", + "max": "171.338", + "min": "169.888", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.554", + "max": "61.688", + "min": "61.465", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "263.273", + "max": "273.706", + "min": "238.053", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "21.852", + "max": "21.976", + "min": "21.734", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "31.678", + "max": "33.516", + "min": "31.293", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "93.647", + "max": "99.89", + "min": "93.158", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "269.452", + "max": "269.609", + "min": "269.36", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "86.211", + "max": "86.975", + "min": "86.061", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "91.838", + "max": "92.161", + "min": "91.626", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "112.229", + "max": "135.099", + "min": "110.946", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "100.502", + "max": "100.579", + "min": "100.388", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "79.61", + "max": "79.963", + "min": "79.352", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "147.448", + "max": "148.813", + "min": "147.25", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "128.728", + "max": "128.869", + "min": "128.565", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "137.231", + "max": "141.061", + "min": "136.941", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "122.427", + "max": "122.697", + "min": "122.253", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "93.625", + "max": "94.878", + "min": "93.41", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "102.906", + "max": "102.99", + "min": "102.837", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.496", + "max": "82.223", + "min": "81.276", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "129.109", + "max": "131.247", + "min": "128.807", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "137.672", + "max": "137.96", + "min": "137.446", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "106.751", + "max": "109.226", + "min": "106.09", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "116.187", + "max": "164.019", + "min": "91.169", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "78.663", + "max": "78.74", + "min": "78.561", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "136.113", + "max": "136.809", + "min": "135.886", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "123.442", + "max": "159.931", + "min": "121.977", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "131.532", + "max": "132.154", + "min": "131.06", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "88.428", + "max": "88.895", + "min": "88.18", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "284.183", + "max": "286.609", + "min": "283.98", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "106.858", + "max": "106.98", + "min": "106.709", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "105.475", + "max": "107.547", + "min": "104.792", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "113.222", + "max": "113.295", + "min": "113.153", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "96.188", + "max": "105.475", + "min": "94.263", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "139.497", + "max": "139.687", + "min": "139.375", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "81.713", + "max": "86.891", + "min": "81.237", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "79.754", + "max": "80.294", + "min": "79.597", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "90.123", + "max": "90.69", + "min": "89.953", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.131", + "max": "226.339", + "min": "224.892", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "14.199", + "max": "18.519", + "min": "13.494", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "234.697", + "max": "241.289", + "min": "233.96", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "250.25", + "max": "251.389", + "min": "250.017", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "92.269", + "max": "93.746", + "min": "92.093", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "222.537", + "max": "222.961", + "min": "222.388", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "95.295", + "max": "96.968", + "min": "95.083", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "115.79", + "max": "116.492", + "min": "115.534", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "145.496", + "max": "146.964", + "min": "145.307", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "76.402", + "max": "77.556", + "min": "76.041", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "96.812", + "max": "97.079", + "min": "96.589", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.196", + "max": "27.85", + "min": "27.035", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "51.291", + "max": "53.205", + "min": "50.955", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "232.515", + "max": "232.933", + "min": "232.316", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "15.982", + "max": "16.23", + "min": "15.888", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "109.157", + "max": "109.31", + "min": "109.054", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "4.527", + "max": "4.612", + "min": "4.446", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "108.869", + "max": "109.06", + "min": "108.751", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "177.068", + "max": "480.623", + "min": "149.737", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "58.35", + "max": "62.079", + "min": "55.874", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "106.233", + "max": "106.416", + "min": "106.009", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "109.724", + "max": "112.981", + "min": "108.434", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "89.847", + "max": "93.821", + "min": "89.049", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "217.896", + "max": "218.639", + "min": "217.481", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "152.925", + "max": "153.06", + "min": "152.779", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "183.733", + "max": "184.292", + "min": "183.519", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "122.57", + "max": "122.69", + "min": "122.457", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "92.45", + "max": "94.91", + "min": "92.192", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "127.79", + "max": "130.13", + "min": "127.54", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "20.52", + "max": "22.821", + "min": "19.805", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "20.544", + "max": "20.666", + "min": "20.459", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "139.982", + "max": "156.829", + "min": "136.893", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "105.246", + "max": "106.873", + "min": "104.265", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "23.447", + "max": "26.483", + "min": "22.242", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "140.087", + "max": "141.119", + "min": "139.947", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "38.027", + "max": "39.524", + "min": "37.847", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "91.194", + "max": "99.977", + "min": "90.541", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "227.2", + "max": "229.395", + "min": "222.643", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "112.557", + "max": "112.574", + "min": "112.541", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "80.532", + "max": "82.302", + "min": "80.3", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "117.255", + "max": "117.336", + "min": "117.166", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "168.553", + "max": "182.654", + "min": "167.908", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "93.312", + "max": "100.538", + "min": "85.552", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "114.948", + "max": "130.09", + "min": "114.32", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "256.48", + "max": "257.327", + "min": "256.348", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "171.005", + "max": "173.841", + "min": "170.645", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "19.119", + "max": "19.769", + "min": "18.96", + "id": "96", + "country": "United States", + "source_name": "Buffalo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "97": { + "name": "Tampa", + "data": { + "0": { + "avg": "86.911", + "max": "87.087", + "min": "86.732", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "266.284", + "max": "267.637", + "min": "265.799", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "49.796", + "max": "50.018", + "min": "49.616", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "141.618", + "max": "148.509", + "min": "141.052", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "108.935", + "max": "109.194", + "min": "108.764", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "175.112", + "max": "184.363", + "min": "173.896", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "117.95", + "max": "118.255", + "min": "117.697", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "303.389", + "max": "306.573", + "min": "302.568", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "152.878", + "max": "153.513", + "min": "152.623", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "137.241", + "max": "142.004", + "min": "136.343", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "108.371", + "max": "109.887", + "min": "108.11", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "54.614", + "max": "85.85", + "min": "53.39", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "34.534", + "max": "34.766", + "min": "34.387", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "46.431", + "max": "47.46", + "min": "46.17", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "6.396", + "max": "7.754", + "min": "6.212", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "43.021", + "max": "43.244", + "min": "42.477", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "134.283", + "max": "134.545", + "min": "134.07", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "20.062", + "max": "35.741", + "min": "17.731", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "118.295", + "max": "118.705", + "min": "118.047", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "125.493", + "max": "126.894", + "min": "125.283", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "283.005", + "max": "284.541", + "min": "282.673", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "35.624", + "max": "36.15", + "min": "35.511", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "79.527", + "max": "79.849", + "min": "79.139", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "73.708", + "max": "73.94", + "min": "73.474", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "128.667", + "max": "129.144", + "min": "128.434", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "130.967", + "max": "131.172", + "min": "130.861", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "125.114", + "max": "126.242", + "min": "124.858", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "126.741", + "max": "128.315", + "min": "126.413", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "137.494", + "max": "137.765", + "min": "137.368", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.343", + "max": "70.857", + "min": "70.053", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "251.897", + "max": "252.135", + "min": "251.68", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "131.244", + "max": "131.938", + "min": "131.021", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "56.605", + "max": "56.961", + "min": "56.49", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "151.497", + "max": "152.43", + "min": "151.309", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "121.004", + "max": "121.888", + "min": "120.714", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "241.782", + "max": "244.77", + "min": "241.464", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "63.073", + "max": "63.661", + "min": "62.89", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "70.988", + "max": "71.326", + "min": "70.765", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.499", + "max": "34.992", + "min": "34.277", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "50.93", + "max": "61.057", + "min": "50.441", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "255.049", + "max": "271.55", + "min": "253.918", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "115.498", + "max": "117.383", + "min": "115.042", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "144.839", + "max": "145.031", + "min": "144.644", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "133.635", + "max": "136.495", + "min": "133.385", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "245.263", + "max": "245.604", + "min": "245.087", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "140.93", + "max": "142.964", + "min": "140.342", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "156.795", + "max": "157.491", + "min": "156.58", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "93.188", + "max": "96.769", + "min": "86.248", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "150.651", + "max": "153.422", + "min": "149.117", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "37.688", + "max": "37.789", + "min": "37.607", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "42.519", + "max": "43.928", + "min": "42.157", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "74.654", + "max": "75.145", + "min": "74.362", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "168.063", + "max": "258.535", + "min": "156.671", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.235", + "max": "38.547", + "min": "37.991", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "248.809", + "max": "264.62", + "min": "244.924", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "265.281", + "max": "268.506", + "min": "264.901", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "119.621", + "max": "128.228", + "min": "118.874", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "217.414", + "max": "217.515", + "min": "217.313", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "137.749", + "max": "139.032", + "min": "137.351", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "112.912", + "max": "113.191", + "min": "112.728", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "165.59", + "max": "166.852", + "min": "165.217", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "155.28", + "max": "210.543", + "min": "150.111", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "250.157", + "max": "272.964", + "min": "248.55", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "252.431", + "max": "258.945", + "min": "251.769", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "154.042", + "max": "154.604", + "min": "153.875", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "145.273", + "max": "145.63", + "min": "145.012", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "30.453", + "max": "31.458", + "min": "30.183", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "147.694", + "max": "148.267", + "min": "147.167", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "140.766", + "max": "142.212", + "min": "140.102", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "55.369", + "max": "57.521", + "min": "55.142", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "241.411", + "max": "246.406", + "min": "240.836", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "60.879", + "max": "61.268", + "min": "60.533", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "49.393", + "max": "50.171", + "min": "49.151", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "15.291", + "max": "17.903", + "min": "14.928", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "160.981", + "max": "161.862", + "min": "160.66", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "115.299", + "max": "115.633", + "min": "115.127", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "21.449", + "max": "21.659", + "min": "21.22", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "64.734", + "max": "67.243", + "min": "64.477", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "51.387", + "max": "53.743", + "min": "51.054", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "31.808", + "max": "32.242", + "min": "31.64", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "76.81", + "max": "77.227", + "min": "76.65", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "50.864", + "max": "51.378", + "min": "50.647", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "351.72", + "max": "352.774", + "min": "349.677", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "266.884", + "max": "267.269", + "min": "266.683", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "78.69", + "max": "79.041", + "min": "78.572", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "154.862", + "max": "156.07", + "min": "154.45", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "117.912", + "max": "119.031", + "min": "117.649", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "3.22", + "max": "4.907", + "min": "2.734", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "48.863", + "max": "48.999", + "min": "48.643", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "112.719", + "max": "115.444", + "min": "112.365", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.809", + "max": "37.397", + "min": "35.2", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "85.588", + "max": "87.479", + "min": "85.303", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "112.845", + "max": "113.064", + "min": "112.727", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "210.44", + "max": "210.722", + "min": "210.2", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "47.54", + "max": "47.959", + "min": "47.338", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "0.035", + "max": "0.065", + "min": "0.027", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "59.625", + "max": "59.821", + "min": "59.472", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "33.938", + "max": "54.485", + "min": "32.747", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "79.883", + "max": "92.919", + "min": "74.744", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "36.979", + "max": "37.905", + "min": "36.781", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "72.335", + "max": "87.598", + "min": "71.516", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "83.342", + "max": "83.993", + "min": "83.099", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "150.623", + "max": "155.535", + "min": "150.13", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "254.775", + "max": "259.317", + "min": "254.075", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "31.896", + "max": "32.621", + "min": "31.643", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "373.269", + "max": "373.66", + "min": "372.378", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "83.223", + "max": "84.884", + "min": "82.964", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "36.651", + "max": "38.557", + "min": "36.353", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "22.012", + "max": "22.255", + "min": "21.869", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "246.687", + "max": "249.401", + "min": "246.411", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "221.817", + "max": "221.998", + "min": "221.603", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "200.724", + "max": "200.897", + "min": "200.568", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "43.86", + "max": "46.349", + "min": "43.511", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "235.006", + "max": "236.245", + "min": "234.562", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "478.332", + "max": "595.312", + "min": "311.437", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "237.969", + "max": "332.33", + "min": "185.392", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "281.083", + "max": "287.565", + "min": "280.204", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "156.134", + "max": "156.918", + "min": "155.867", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "34.703", + "max": "34.797", + "min": "34.526", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "35.447", + "max": "36.238", + "min": "35.178", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "46.481", + "max": "46.82", + "min": "46.323", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "108.098", + "max": "263.545", + "min": "33.371", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "111.294", + "max": "112.047", + "min": "111.02", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "156.159", + "max": "295.966", + "min": "150.407", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "142.879", + "max": "143.502", + "min": "142.761", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "127.934", + "max": "130.171", + "min": "127.105", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "37.704", + "max": "38.034", + "min": "37.497", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "258.696", + "max": "259.129", + "min": "258.49", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "243.333", + "max": "244.367", + "min": "243.049", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "109.295", + "max": "109.455", + "min": "109.191", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "58.441", + "max": "59.153", + "min": "58.218", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "49.17", + "max": "51.455", + "min": "48.826", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "40.768", + "max": "40.963", + "min": "40.647", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "228.905", + "max": "230.434", + "min": "228.224", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "43.963", + "max": "45.676", + "min": "43.723", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "40.086", + "max": "40.283", + "min": "39.973", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "46.669", + "max": "51.491", + "min": "45.841", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "59.51", + "max": "59.694", + "min": "59.384", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.885", + "max": "39.039", + "min": "38.744", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "44.726", + "max": "57.801", + "min": "44.135", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "131.188", + "max": "131.417", + "min": "131.067", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "278.015", + "max": "286.15", + "min": "277.413", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "146.697", + "max": "149.572", + "min": "146.317", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "123.486", + "max": "123.805", + "min": "123.195", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "113.816", + "max": "115.656", + "min": "113.448", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "111.29", + "max": "112.011", + "min": "111.036", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "145.249", + "max": "148.059", + "min": "144.971", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "252.32", + "max": "252.686", + "min": "252.142", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "108.404", + "max": "109.278", + "min": "108.204", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "105.22", + "max": "105.33", + "min": "105.07", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "116.32", + "max": "132.77", + "min": "114.584", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "186.479", + "max": "186.557", + "min": "186.386", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "143.145", + "max": "144.105", + "min": "142.942", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "127.816", + "max": "134.507", + "min": "126.798", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "38.623", + "max": "40.21", + "min": "38.326", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "91", + "max": "92.039", + "min": "90.77", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "134.771", + "max": "135.539", + "min": "134.471", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "239.406", + "max": "279.58", + "min": "231.955", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "65.632", + "max": "65.839", + "min": "65.49", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "139.505", + "max": "208.654", + "min": "133.805", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "35.658", + "max": "35.755", + "min": "35.481", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.153", + "max": "382.9", + "min": "380.63", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "146.821", + "max": "147.132", + "min": "146.615", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "28.938", + "max": "29.28", + "min": "28.752", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "222.395", + "max": "222.707", + "min": "222.198", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "266.305", + "max": "266.599", + "min": "266.14", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "199.806", + "max": "201.929", + "min": "199.489", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "44.893", + "max": "45.047", + "min": "44.708", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "211.179", + "max": "217.085", + "min": "210.417", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "39.634", + "max": "39.803", + "min": "39.391", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "40.416", + "max": "40.535", + "min": "40.34", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "116.657", + "max": "118.751", + "min": "116.36", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "253.37", + "max": "254.177", + "min": "253.153", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "112.271", + "max": "114.242", + "min": "112.016", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "121.689", + "max": "121.939", + "min": "121.535", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "131.537", + "max": "131.736", + "min": "131.411", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "122.383", + "max": "122.794", + "min": "122.203", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "103.558", + "max": "103.967", + "min": "103.355", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "164.883", + "max": "165.603", + "min": "164.669", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "145.905", + "max": "146.004", + "min": "145.808", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "163.307", + "max": "163.762", + "min": "162.94", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "145.326", + "max": "152.215", + "min": "144.86", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "107.152", + "max": "108.603", + "min": "106.919", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "128.886", + "max": "130.801", + "min": "128.481", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "149.11", + "max": "149.456", + "min": "148.903", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "132.59", + "max": "134.392", + "min": "132.3", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "171.249", + "max": "171.536", + "min": "171.013", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "135.534", + "max": "151.165", + "min": "134.479", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "166.02", + "max": "225.119", + "min": "136.021", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "98.216", + "max": "101.05", + "min": "97.958", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "175.225", + "max": "176.181", + "min": "175.031", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "144.087", + "max": "178.617", + "min": "142.708", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.994", + "max": "154.545", + "min": "153.588", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "115.272", + "max": "115.633", + "min": "114.974", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "252.583", + "max": "255.125", + "min": "252.096", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "131.332", + "max": "131.69", + "min": "131.162", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "119.564", + "max": "119.822", + "min": "119.328", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "137.724", + "max": "137.808", + "min": "137.649", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "97.109", + "max": "101.631", + "min": "88.992", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "164.041", + "max": "164.265", + "min": "163.931", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "111.148", + "max": "111.876", + "min": "110.901", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "115.996", + "max": "119.61", + "min": "115.753", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "107.084", + "max": "109.819", + "min": "106.313", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "271.309", + "max": "289.304", + "min": "269.484", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "50.956", + "max": "58.233", + "min": "50.192", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "359.176", + "max": "360.805", + "min": "351.199", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "249.247", + "max": "251.891", + "min": "248.983", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "116.589", + "max": "116.717", + "min": "116.45", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "314.865", + "max": "315.378", + "min": "314.514", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "88.816", + "max": "89.422", + "min": "88.495", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "134.241", + "max": "134.577", + "min": "134.084", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "180.972", + "max": "181.662", + "min": "180.752", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "105.069", + "max": "106.464", + "min": "104.657", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "107.799", + "max": "109.383", + "min": "107.35", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "48.381", + "max": "48.667", + "min": "48.183", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "30.542", + "max": "30.802", + "min": "30.388", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "297.39", + "max": "490.318", + "min": "284.787", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "88.239", + "max": "89.355", + "min": "88.095", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "120.548", + "max": "120.714", + "min": "120.293", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "39.744", + "max": "39.875", + "min": "39.644", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "125.682", + "max": "125.868", + "min": "125.578", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "131.946", + "max": "150.414", + "min": "131.163", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "42.518", + "max": "46.123", + "min": "39.334", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "127.312", + "max": "130.801", + "min": "126.514", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "138.954", + "max": "139.742", + "min": "138.406", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "54.782", + "max": "61.057", + "min": "53.725", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "224.863", + "max": "225.921", + "min": "224.41", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "178.64", + "max": "179.05", + "min": "178.402", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "198.246", + "max": "199.17", + "min": "197.92", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "158.236", + "max": "158.522", + "min": "158.097", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "117.583", + "max": "118.296", + "min": "117.376", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "160.398", + "max": "161.217", + "min": "160.234", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "55.256", + "max": "57.23", + "min": "54.705", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "40.6", + "max": "41.411", + "min": "40.416", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "156.714", + "max": "164.929", + "min": "154.476", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "80.158", + "max": "81.185", + "min": "79.764", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "49.831", + "max": "52.628", + "min": "48.83", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "165.366", + "max": "167.723", + "min": "165.039", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "47.52", + "max": "47.661", + "min": "47.365", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "126.071", + "max": "136.545", + "min": "125.511", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "250.481", + "max": "310.571", + "min": "234.124", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "76.402", + "max": "76.402", + "min": "76.402", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "103.726", + "max": "112.464", + "min": "103.18", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "124.451", + "max": "125.821", + "min": "124.257", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "203.6", + "max": "203.858", + "min": "203.412", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "143.834", + "max": "158.946", + "min": "136.373", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "140.41", + "max": "140.944", + "min": "140.216", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "276.483", + "max": "278.133", + "min": "275.939", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "194.329", + "max": "195.975", + "min": "194.013", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "60.398", + "max": "60.722", + "min": "60.183", + "id": "97", + "country": "United States", + "source_name": "Tampa", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "100": { + "name": "San Francisco", + "data": { + "0": { + "avg": "160.253", + "max": "160.427", + "min": "160.087", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "162.295", + "max": "168.672", + "min": "161.866", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "63.533", + "max": "63.768", + "min": "63.39", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "165.021", + "max": "171.175", + "min": "164.339", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "157.039", + "max": "158.038", + "min": "156.787", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "119.096", + "max": "119.674", + "min": "118.908", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "137.732", + "max": "138.247", + "min": "137.602", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "177.188", + "max": "190.62", + "min": "169.578", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "186.651", + "max": "186.919", + "min": "186.484", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "170.221", + "max": "175.565", + "min": "169.694", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "146.933", + "max": "147.118", + "min": "146.764", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "42.214", + "max": "47.676", + "min": "41.92", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "69.189", + "max": "69.936", + "min": "68.945", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "83.196", + "max": "89.891", + "min": "82.823", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "70.586", + "max": "76.113", + "min": "70.329", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "72.411", + "max": "73.105", + "min": "71.958", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "166.01", + "max": "166.563", + "min": "165.703", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "57.195", + "max": "57.473", + "min": "57.095", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "149.396", + "max": "149.578", + "min": "149.203", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "158.247", + "max": "158.459", + "min": "158.147", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "167.901", + "max": "173.886", + "min": "166.007", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "51.939", + "max": "52.271", + "min": "51.818", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "2.87", + "max": "3.716", + "min": "2.686", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "27.325", + "max": "30.826", + "min": "27.056", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "170.245", + "max": "185.637", + "min": "163.941", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "156.199", + "max": "156.568", + "min": "156.086", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "169.026", + "max": "171.293", + "min": "168.713", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "168.652", + "max": "178.101", + "min": "165.645", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "146.044", + "max": "146.374", + "min": "145.954", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "1.747", + "max": "2.104", + "min": "1.571", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "177.066", + "max": "177.285", + "min": "176.975", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "173.437", + "max": "175.264", + "min": "173.19", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "60.562", + "max": "61.069", + "min": "60.426", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "182.033", + "max": "182.204", + "min": "181.892", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "170.752", + "max": "173.001", + "min": "170.391", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "200.516", + "max": "217.359", + "min": "194.424", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "11.83", + "max": "12.092", + "min": "11.738", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "22.493", + "max": "22.693", + "min": "22.381", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "45.652", + "max": "46.014", + "min": "45.512", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "76.395", + "max": "84.804", + "min": "75.719", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "288.325", + "max": "290.378", + "min": "287.876", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "152.786", + "max": "159.115", + "min": "152.121", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "167.918", + "max": "168.054", + "min": "167.794", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "171.853", + "max": "172.444", + "min": "171.605", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "259.436", + "max": "259.639", + "min": "259.256", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "187.423", + "max": "187.999", + "min": "186.929", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "172.131", + "max": "172.597", + "min": "171.921", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "167.197", + "max": "170.583", + "min": "158.432", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "200.938", + "max": "203.078", + "min": "200.665", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "54.57", + "max": "55.042", + "min": "54.461", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "78.939", + "max": "91.145", + "min": "74.1", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "24.626", + "max": "25.075", + "min": "24.369", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "177.268", + "max": "188.566", + "min": "164.799", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "37.046", + "max": "37.333", + "min": "36.82", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "231.642", + "max": "251.465", + "min": "227.456", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "189.006", + "max": "189.944", + "min": "188.777", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "169.479", + "max": "173.713", + "min": "168.597", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "177.816", + "max": "186.405", + "min": "174.956", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "201.949", + "max": "202.317", + "min": "201.777", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "150.312", + "max": "150.816", + "min": "150.162", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "201.432", + "max": "203.707", + "min": "200.894", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "191.021", + "max": "237.571", + "min": "188.713", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "230.397", + "max": "362.655", + "min": "213.837", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "199.143", + "max": "199.49", + "min": "199.044", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "194.37", + "max": "194.49", + "min": "194.252", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "185.802", + "max": "185.986", + "min": "185.728", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "77.602", + "max": "77.913", + "min": "77.473", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "184.251", + "max": "184.615", + "min": "183.825", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "195.369", + "max": "199.06", + "min": "194.517", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "30.467", + "max": "32.611", + "min": "30.255", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "151.997", + "max": "154.378", + "min": "151.725", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "15.664", + "max": "16.527", + "min": "15.346", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "119.825", + "max": "120.013", + "min": "119.697", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "73.056", + "max": "73.197", + "min": "72.978", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "191.692", + "max": "192.374", + "min": "191.423", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "134.558", + "max": "135.063", + "min": "134.297", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "70.768", + "max": "71.395", + "min": "70.625", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "19.676", + "max": "19.892", + "min": "19.45", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "72.123", + "max": "72.38", + "min": "71.93", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "67.95", + "max": "78.826", + "min": "63.339", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "25.249", + "max": "25.437", + "min": "25.041", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "95.857", + "max": "107.007", + "min": "90.92", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "378.116", + "max": "382.096", + "min": "377.728", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "207.915", + "max": "208.204", + "min": "207.727", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "26.749", + "max": "27.427", + "min": "26.615", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "203.455", + "max": "204.409", + "min": "203.067", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "157.551", + "max": "159.395", + "min": "157.083", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "68.977", + "max": "69.361", + "min": "68.832", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "71.858", + "max": "72.027", + "min": "71.717", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "143.929", + "max": "146.537", + "min": "143.714", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "56.871", + "max": "59.488", + "min": "56.254", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "8.596", + "max": "9.388", + "min": "8.342", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "194.148", + "max": "194.257", + "min": "194.081", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "127.615", + "max": "128.209", + "min": "127.326", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "81.405", + "max": "81.594", + "min": "81.261", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "80.754", + "max": "95.403", + "min": "74.739", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "122.44", + "max": "123.214", + "min": "122.212", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "112.481", + "max": "116.556", + "min": "111.945", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "0.035", + "max": "0.082", + "min": "0.023", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "54.357", + "max": "57.299", + "min": "53.938", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "67.279", + "max": "67.701", + "min": "67.167", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "42.68", + "max": "42.946", + "min": "42.458", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "194.802", + "max": "194.928", + "min": "194.679", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "177.992", + "max": "181.378", + "min": "177.377", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "52.58", + "max": "53.335", + "min": "52.361", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "155.33", + "max": "167.94", + "min": "149.884", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "144.449", + "max": "145.689", + "min": "144.306", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "73.701", + "max": "76.086", + "min": "73.348", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "77.324", + "max": "77.504", + "min": "77.226", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "280.612", + "max": "284.267", + "min": "279.5", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "165.69", + "max": "167.137", + "min": "165.295", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "128.533", + "max": "128.961", + "min": "128.381", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "62.122", + "max": "62.468", + "min": "61.967", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "264.497", + "max": "274.434", + "min": "262.805", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "508.736", + "max": "629.237", + "min": "338.225", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "286.945", + "max": "380.491", + "min": "206.484", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "296.996", + "max": "304.632", + "min": "295.949", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "111.75", + "max": "113.681", + "min": "111.501", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "49.78", + "max": "50.609", + "min": "49.568", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "71.893", + "max": "72.709", + "min": "71.655", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "35.426", + "max": "37.127", + "min": "35.147", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "191.649", + "max": "351.786", + "min": "101.879", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "178.983", + "max": "192.54", + "min": "178.391", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "179.674", + "max": "183.372", + "min": "179.008", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "176.845", + "max": "176.979", + "min": "176.763", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "167.252", + "max": "168.153", + "min": "166.653", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "77.457", + "max": "79.79", + "min": "73.992", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "307.078", + "max": "307.429", + "min": "306.797", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "232.233", + "max": "234.963", + "min": "231.886", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "52.274", + "max": "52.463", + "min": "52.059", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "68.793", + "max": "69.666", + "min": "68.625", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "59.42", + "max": "59.684", + "min": "59.303", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "63.46", + "max": "63.742", + "min": "63.296", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "162.584", + "max": "163.82", + "min": "162.072", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "55.022", + "max": "55.596", + "min": "54.824", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "77.939", + "max": "78.228", + "min": "77.769", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "40.638", + "max": "58.596", + "min": "38.598", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "47.308", + "max": "47.886", + "min": "47.179", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "51.313", + "max": "52.126", + "min": "51.091", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "73.398", + "max": "73.589", + "min": "73.268", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "173.121", + "max": "173.256", + "min": "173.009", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "276.884", + "max": "278.906", + "min": "276.242", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "173.688", + "max": "174.206", + "min": "173.548", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "169.871", + "max": "186.214", + "min": "164.647", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "57.088", + "max": "60.511", + "min": "56.601", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "152.89", + "max": "153.877", + "min": "152.587", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "193.704", + "max": "197.621", + "min": "193.401", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "254.552", + "max": "256.637", + "min": "249.432", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "146.792", + "max": "146.965", + "min": "146.716", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "136.596", + "max": "137.107", + "min": "136.482", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "155.241", + "max": "164.262", + "min": "153.408", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "129.556", + "max": "129.986", + "min": "129.329", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "193.603", + "max": "194.569", + "min": "193.363", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "158.519", + "max": "159.003", + "min": "158.352", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "66.962", + "max": "67.177", + "min": "66.789", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "31.957", + "max": "72.678", + "min": "30.276", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "179.129", + "max": "181.806", + "min": "178.729", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "175.269", + "max": "215.724", + "min": "167.063", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "55.548", + "max": "56.134", + "min": "55.363", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "108.255", + "max": "108.435", + "min": "108.148", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "428.009", + "max": "428.366", + "min": "427.612", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "172.955", + "max": "173.667", + "min": "172.675", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "68.095", + "max": "68.661", + "min": "67.948", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "251.784", + "max": "252.025", + "min": "251.629", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "315.42", + "max": "316.065", + "min": "315.26", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "232.868", + "max": "233.48", + "min": "232.664", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "81.567", + "max": "81.91", + "min": "81.408", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "210.49", + "max": "215.497", + "min": "191.704", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "86.582", + "max": "86.862", + "min": "86.409", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "60.405", + "max": "60.784", + "min": "60.286", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "152.567", + "max": "154.571", + "min": "152.263", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "274.668", + "max": "274.943", + "min": "274.574", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "153.858", + "max": "154.793", + "min": "153.698", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "162.368", + "max": "163.288", + "min": "162.151", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "172.225", + "max": "172.591", + "min": "172.128", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "161.167", + "max": "161.336", + "min": "161.072", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "145.326", + "max": "145.872", + "min": "145.06", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "201.894", + "max": "202.703", + "min": "201.646", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "185.932", + "max": "186.293", + "min": "185.78", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "201.524", + "max": "202.337", + "min": "201.308", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "188.203", + "max": "188.44", + "min": "187.992", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "139.718", + "max": "142.379", + "min": "139.498", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "153.984", + "max": "154.163", + "min": "153.869", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "157.651", + "max": "157.878", + "min": "157.459", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "189.328", + "max": "189.457", + "min": "189.254", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "212.498", + "max": "212.869", + "min": "212.262", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "171.433", + "max": "174.858", + "min": "170.294", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "183.322", + "max": "266.406", + "min": "151.598", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "134.9", + "max": "137.633", + "min": "134.656", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "200.997", + "max": "201.519", + "min": "200.792", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "174.649", + "max": "195.918", + "min": "173.671", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "196.598", + "max": "197.088", + "min": "196.18", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "147.291", + "max": "266.726", + "min": "142.172", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "194.123", + "max": "202.755", + "min": "193.698", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "159.696", + "max": "160.203", + "min": "159.56", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "161.849", + "max": "162.017", + "min": "161.675", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "175.214", + "max": "175.937", + "min": "175.098", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "170.206", + "max": "178.023", + "min": "162.909", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "198.526", + "max": "198.868", + "min": "198.37", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "150.204", + "max": "164.677", + "min": "146.128", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "149.857", + "max": "152.639", + "min": "149.318", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "154.654", + "max": "155.018", + "min": "154.494", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "172.417", + "max": "194.614", + "min": "166.142", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "75.912", + "max": "80.934", + "min": "74.909", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "394.316", + "max": "404.927", + "min": "351.853", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "226.082", + "max": "226.401", + "min": "225.952", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "156.638", + "max": "169.299", + "min": "151.155", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "297.272", + "max": "297.508", + "min": "297.047", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "14.881", + "max": "15.602", + "min": "14.631", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "170.832", + "max": "171.656", + "min": "170.565", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "204.773", + "max": "205.472", + "min": "204.548", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "141.011", + "max": "141.891", + "min": "140.683", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "146.692", + "max": "148.316", + "min": "146.262", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "70.663", + "max": "70.834", + "min": "70.562", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "69.002", + "max": "69.247", + "min": "68.897", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "183.657", + "max": "364.518", + "min": "177.186", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "72.133", + "max": "73.205", + "min": "71.954", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "156.606", + "max": "157.025", + "min": "156.407", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "78.033", + "max": "80.452", + "min": "77.783", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "163.7", + "max": "164.326", + "min": "163.557", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "189.943", + "max": "190.423", + "min": "189.799", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "84.336", + "max": "86.892", + "min": "81.399", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "154.897", + "max": "155.452", + "min": "154.703", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "170.849", + "max": "172.312", + "min": "170.07", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "108.361", + "max": "110.263", + "min": "107.747", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "285.867", + "max": "286.992", + "min": "285.506", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "102.966", + "max": "103.374", + "min": "102.825", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "230.202", + "max": "230.732", + "min": "230.007", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "183.512", + "max": "183.667", + "min": "183.361", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "147.09", + "max": "147.259", + "min": "147.013", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "180.124", + "max": "180.39", + "min": "179.989", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "75.182", + "max": "77.056", + "min": "74.675", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "71.771", + "max": "72.052", + "min": "71.642", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "199.205", + "max": "201.158", + "min": "197.46", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "135.755", + "max": "137.015", + "min": "135.216", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "80.293", + "max": "84.086", + "min": "78.944", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "201.739", + "max": "202.383", + "min": "201.503", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "46.893", + "max": "59.926", + "min": "45.283", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "183.938", + "max": "187.177", + "min": "183.618", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "172.998", + "max": "177.899", + "min": "172.687", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "157.501", + "max": "157.501", + "min": "157.501", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "140.818", + "max": "140.936", + "min": "140.727", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "144.248", + "max": "144.661", + "min": "144.095", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "238.507", + "max": "240.63", + "min": "238.28", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.904", + "max": "174.584", + "min": "149.471", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "171.617", + "max": "171.884", + "min": "171.455", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "250.709", + "max": "252.029", + "min": "250.391", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "244.694", + "max": "245.918", + "min": "244.248", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "74.401", + "max": "76.312", + "min": "74.168", + "id": "100", + "country": "United States", + "source_name": "San Francisco", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "101": { + "name": "South Bend", + "data": { + "0": { + "avg": "178.826", + "max": "179.412", + "min": "178.626", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "208.28", + "max": "212.36", + "min": "207.949", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "15.987", + "max": "16.228", + "min": "15.855", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "122.209", + "max": "127.616", + "min": "121.608", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "90.726", + "max": "92.437", + "min": "90.456", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "172.416", + "max": "174.607", + "min": "172.142", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "102.171", + "max": "107.849", + "min": "101.706", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "217.407", + "max": "238.025", + "min": "215.875", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "149.819", + "max": "205.74", + "min": "141.97", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "121.152", + "max": "122.157", + "min": "120.889", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "86.926", + "max": "94.652", + "min": "85.782", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "31.639", + "max": "79.768", + "min": "27.765", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "19.3", + "max": "20.62", + "min": "19.146", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "24.108", + "max": "27.852", + "min": "23.785", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "34.807", + "max": "35.48", + "min": "34.587", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "23.587", + "max": "25.321", + "min": "23.062", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "115.402", + "max": "118.131", + "min": "115.094", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "21.304", + "max": "21.722", + "min": "21.175", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "96.446", + "max": "97.25", + "min": "96.217", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "117.4", + "max": "118.027", + "min": "117.258", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "212.448", + "max": "212.609", + "min": "212.376", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "5.433", + "max": "14.704", + "min": "4.9", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "54.339", + "max": "55.264", + "min": "54.137", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "58.709", + "max": "65.092", + "min": "58.205", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "127.128", + "max": "127.303", + "min": "127.032", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "116.229", + "max": "135.37", + "min": "113.725", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "109.568", + "max": "110.443", + "min": "109.246", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "145.528", + "max": "147.886", + "min": "144.796", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "107.396", + "max": "107.652", + "min": "107.31", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "51.849", + "max": "52.548", + "min": "51.653", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "223.351", + "max": "224.762", + "min": "223.131", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "120.856", + "max": "122.38", + "min": "120.635", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "56.017", + "max": "61.727", + "min": "55.548", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "144.548", + "max": "145.07", + "min": "144.43", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "117.985", + "max": "124.867", + "min": "117.399", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "230.837", + "max": "232.948", + "min": "230.548", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "59.947", + "max": "61.248", + "min": "59.783", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "56.318", + "max": "56.568", + "min": "56.179", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "27.365", + "max": "30.375", + "min": "26.854", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "23.903", + "max": "24.808", + "min": "23.668", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "230.938", + "max": "234.014", + "min": "230.252", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "92.419", + "max": "95.243", + "min": "91.86", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "127.811", + "max": "136.729", + "min": "127.306", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "128.435", + "max": "172.26", + "min": "125.298", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "222.59", + "max": "230.109", + "min": "222.214", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "130.179", + "max": "130.811", + "min": "129.748", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "127.816", + "max": "138.106", + "min": "126.986", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "91.399", + "max": "92.307", + "min": "91.112", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "169.78", + "max": "170.945", + "min": "169.534", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "33.601", + "max": "33.805", + "min": "33.496", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "20.45", + "max": "21.968", + "min": "20.257", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "57.793", + "max": "64.222", + "min": "55.281", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "120.206", + "max": "180.874", + "min": "94.034", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "15.924", + "max": "28.795", + "min": "15.258", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "262.486", + "max": "276.588", + "min": "258.498", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "237.885", + "max": "250.077", + "min": "237.205", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "102.422", + "max": "105.938", + "min": "101.741", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "205.135", + "max": "205.286", + "min": "205.056", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "141.491", + "max": "147.879", + "min": "140.868", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "98.732", + "max": "110.223", + "min": "98.165", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "159.466", + "max": "162.568", + "min": "158.762", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "146.806", + "max": "197.954", + "min": "142.701", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "239.336", + "max": "258.251", + "min": "237.877", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "265.367", + "max": "304.952", + "min": "262.346", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "140.329", + "max": "148.368", + "min": "139.609", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "139.148", + "max": "139.585", + "min": "139.002", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "20.475", + "max": "20.687", + "min": "20.359", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "142.693", + "max": "143.851", + "min": "142.245", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "143.401", + "max": "146.983", + "min": "142.768", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "27.869", + "max": "30.627", + "min": "27.687", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "208.701", + "max": "210.726", + "min": "208.31", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "58.402", + "max": "69.958", + "min": "57.19", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "77.221", + "max": "82.28", + "min": "76.838", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "32.196", + "max": "40.755", + "min": "31.783", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "133.96", + "max": "134.876", + "min": "133.778", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "89.5", + "max": "90.288", + "min": "89.31", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "24.261", + "max": "24.837", + "min": "24.079", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "67.651", + "max": "77", + "min": "67.178", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "12.049", + "max": "15.66", + "min": "11.617", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "10.587", + "max": "57.89", + "min": "5.161", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "60.816", + "max": "61.485", + "min": "60.64", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "35.666", + "max": "38.64", + "min": "35.112", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.52", + "max": "266.269", + "min": "261.28", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "233.435", + "max": "235.814", + "min": "232.877", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "52.291", + "max": "52.674", + "min": "52.195", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "153.393", + "max": "161.3", + "min": "152.848", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "91.812", + "max": "92.796", + "min": "91.543", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "31.111", + "max": "31.7", + "min": "30.979", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "10.765", + "max": "10.987", + "min": "10.609", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "93.415", + "max": "96.871", + "min": "93.182", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "14.521", + "max": "20.249", + "min": "13.747", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "57.396", + "max": "58.159", + "min": "57.145", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "101.003", + "max": "160.26", + "min": "93.599", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "196.985", + "max": "197.743", + "min": "196.736", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "10.908", + "max": "11.594", + "min": "10.745", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "37.012", + "max": "38.613", + "min": "36.778", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "78.175", + "max": "79.325", + "min": "77.888", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "83.29", + "max": "131.069", + "min": "80.025", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "54.929", + "max": "77.134", + "min": "53.901", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "0.017", + "max": "0.031", + "min": "0.01", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "21.412", + "max": "43.727", + "min": "20.4", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "64.936", + "max": "107.524", + "min": "60.947", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "147.154", + "max": "147.726", + "min": "146.907", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "214.468", + "max": "218.907", + "min": "213.569", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "10.58", + "max": "16.078", + "min": "10.245", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "234.326", + "max": "236.202", + "min": "233.868", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "98.937", + "max": "104.096", + "min": "98.463", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "25.328", + "max": "27.013", + "min": "25.162", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "28.111", + "max": "28.314", + "min": "27.968", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "236.778", + "max": "239.992", + "min": "235.868", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "223.06", + "max": "229.084", + "min": "222.046", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "183.414", + "max": "183.521", + "min": "183.351", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "20.187", + "max": "28.246", + "min": "19.748", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "229.767", + "max": "275.81", + "min": "224.729", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "464.807", + "max": "558.921", + "min": "285.635", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "247.163", + "max": "324.495", + "min": "160.972", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "262.093", + "max": "268.23", + "min": "261.312", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "147.366", + "max": "148.387", + "min": "147.15", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "22.33", + "max": "23.246", + "min": "22.147", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "33.037", + "max": "74.305", + "min": "28.609", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "29.038", + "max": "32.849", + "min": "28.627", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "134.916", + "max": "289.586", + "min": "59.181", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "166.113", + "max": "166.365", + "min": "165.992", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "142.573", + "max": "280.228", + "min": "135.224", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "136.877", + "max": "137.731", + "min": "136.706", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "120.844", + "max": "125.642", + "min": "120.032", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "20.629", + "max": "20.861", + "min": "20.527", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "298.907", + "max": "299.392", + "min": "298.706", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "219.365", + "max": "219.998", + "min": "219.12", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "87.472", + "max": "92.648", + "min": "87.011", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "17.237", + "max": "19.444", + "min": "16.947", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "12.629", + "max": "13.506", + "min": "12.382", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "22.745", + "max": "41.349", + "min": "21.844", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "193.102", + "max": "214.53", + "min": "189.771", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "36.324", + "max": "36.51", + "min": "36.208", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "22.228", + "max": "25.307", + "min": "21.628", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "36.349", + "max": "42.164", + "min": "35.718", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "41.018", + "max": "46.182", + "min": "40.496", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "10.996", + "max": "11.815", + "min": "10.906", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "18.537", + "max": "35.589", + "min": "17.379", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "121.801", + "max": "122.041", + "min": "121.708", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "256.127", + "max": "298.322", + "min": "253.438", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "139.623", + "max": "139.787", + "min": "139.529", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "127.558", + "max": "133.338", + "min": "127.198", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "104.811", + "max": "118.753", + "min": "103.328", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "103.407", + "max": "104.165", + "min": "103.142", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "137.553", + "max": "147.884", + "min": "136.511", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "290.879", + "max": "302.888", + "min": "289.995", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "84.462", + "max": "86.935", + "min": "84.189", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "86.048", + "max": "87.09", + "min": "85.949", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "104.203", + "max": "109.887", + "min": "103.143", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "192.042", + "max": "200.769", + "min": "191.504", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "137.223", + "max": "158.339", + "min": "134.917", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "100.789", + "max": "101.333", + "min": "100.531", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "27.652", + "max": "31.812", + "min": "27.292", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "68.819", + "max": "73.162", + "min": "68.447", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "137.48", + "max": "140.023", + "min": "137.123", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "220.523", + "max": "260.215", + "min": "213.783", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "28.001", + "max": "34.088", + "min": "27.516", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "170.551", + "max": "253.355", + "min": "161.618", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "51.164", + "max": "51.318", + "min": "51.064", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "474.041", + "max": "474.548", + "min": "473.574", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "137.969", + "max": "148.02", + "min": "137.018", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "18.362", + "max": "18.628", + "min": "18.242", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "203.721", + "max": "226.559", + "min": "202.6", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "245.474", + "max": "246.17", + "min": "245.27", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "182.53", + "max": "203.149", + "min": "181.626", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "53.349", + "max": "60.59", + "min": "52.646", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "200.791", + "max": "226.708", + "min": "198.13", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "24.454", + "max": "25.638", + "min": "24.307", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "9.399", + "max": "11.681", + "min": "8.951", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "103.173", + "max": "105.834", + "min": "102.834", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "279.453", + "max": "280.697", + "min": "279.256", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "97.662", + "max": "98.53", + "min": "97.37", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "113.362", + "max": "141.555", + "min": "101.689", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "119.547", + "max": "132.906", + "min": "118.836", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "109.988", + "max": "118.674", + "min": "109.411", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "87.554", + "max": "87.936", + "min": "87.335", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "131.624", + "max": "136.482", + "min": "130.853", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "140.927", + "max": "151.584", + "min": "140.163", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "161.466", + "max": "162.653", + "min": "161.203", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "138.7", + "max": "139.646", + "min": "138.442", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "101.779", + "max": "102.229", + "min": "101.625", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "100.987", + "max": "113.22", + "min": "100.237", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "89.223", + "max": "89.522", + "min": "89.153", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "122.203", + "max": "126.433", + "min": "121.943", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "150.678", + "max": "157.266", + "min": "149.969", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "117.414", + "max": "147.806", + "min": "115.501", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "142.404", + "max": "193.699", + "min": "110.992", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "86.885", + "max": "87.773", + "min": "86.738", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "150.66", + "max": "153.39", + "min": "150.303", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "129.299", + "max": "129.641", + "min": "129.14", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "139.097", + "max": "142.837", + "min": "138.383", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "97.409", + "max": "109.878", + "min": "96.543", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "252.553", + "max": "254.517", + "min": "252.332", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "112.241", + "max": "112.36", + "min": "112.147", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "112.17", + "max": "115.749", + "min": "111.883", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "119.972", + "max": "120.256", + "min": "119.882", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "97.379", + "max": "106.445", + "min": "95.248", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "149.72", + "max": "150.045", + "min": "149.564", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "90.105", + "max": "103.844", + "min": "89.394", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "90.845", + "max": "96.051", + "min": "89.61", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "101.28", + "max": "111.258", + "min": "99.675", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "213.935", + "max": "224.028", + "min": "211.186", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "22.922", + "max": "25.389", + "min": "22.202", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "235.836", + "max": "271.456", + "min": "228.953", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "257.797", + "max": "258.207", + "min": "257.647", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "112.207", + "max": "125.932", + "min": "103.975", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "234.63", + "max": "264.327", + "min": "231.595", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "58.384", + "max": "58.694", + "min": "58.06", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "120.982", + "max": "126.977", + "min": "120.547", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "154.549", + "max": "174.164", + "min": "153.018", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "86.595", + "max": "88.968", + "min": "86.136", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "102.288", + "max": "102.657", + "min": "102.122", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "18.552", + "max": "28.721", + "min": "17.596", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "36.763", + "max": "39.454", + "min": "36.472", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "220.91", + "max": "223.482", + "min": "220.387", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "24.137", + "max": "25.964", + "min": "23.949", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "108.386", + "max": "108.622", + "min": "108.282", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "14.672", + "max": "14.785", + "min": "14.609", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "118.383", + "max": "119.286", + "min": "118.2", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "162.75", + "max": "163.593", + "min": "162.573", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "53.989", + "max": "57.276", + "min": "51.725", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "110.288", + "max": "119.375", + "min": "109.56", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "121.328", + "max": "141.716", + "min": "119.808", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "83.978", + "max": "105.026", + "min": "81.74", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "213.855", + "max": "214.721", + "min": "213.399", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "210.189", + "max": "211.975", + "min": "209.939", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "180.942", + "max": "215.343", + "min": "178.06", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "144.499", + "max": "153.346", + "min": "138.594", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "101.569", + "max": "105.39", + "min": "101.191", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "148.879", + "max": "158.028", + "min": "148.476", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "24.505", + "max": "27.668", + "min": "23.972", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "30.208", + "max": "30.385", + "min": "30.086", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "149.471", + "max": "160.664", + "min": "146.793", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "107.34", + "max": "108.137", + "min": "107.025", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "30.531", + "max": "31.905", + "min": "29.228", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "152.202", + "max": "153.362", + "min": "151.962", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "17.142", + "max": "17.584", + "min": "16.987", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "99.582", + "max": "103.099", + "min": "99.341", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "233.462", + "max": "235.809", + "min": "233.217", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "104.619", + "max": "104.704", + "min": "104.534", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "92.353", + "max": "92.63", + "min": "92.262", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "114.222", + "max": "115.048", + "min": "114.07", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "183.976", + "max": "338.91", + "min": "177.968", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "110.342", + "max": "126.835", + "min": "103.233", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "131.332", + "max": "131.52", + "min": "131.221", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "236.434", + "max": "237.397", + "min": "236.052", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "173.639", + "max": "176.657", + "min": "173.151", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "10.876", + "max": "14.572", + "min": "10.281", + "id": "101", + "country": "United States", + "source_name": "South Bend", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "102": { + "name": "Green Bay", + "data": { + "0": { + "avg": "115.131", + "max": "115.708", + "min": "114.962", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "288.156", + "max": "288.943", + "min": "287.91", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "30.562", + "max": "30.777", + "min": "30.511", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "129.675", + "max": "132.331", + "min": "129.211", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "107.745", + "max": "108.074", + "min": "107.585", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "186.396", + "max": "186.621", + "min": "186.28", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "112.075", + "max": "112.335", + "min": "111.958", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "287.782", + "max": "292.713", + "min": "287.053", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "148.56", + "max": "149.384", + "min": "148.432", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "123.706", + "max": "124.793", + "min": "123.548", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "99.334", + "max": "102.969", + "min": "99.036", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "51.321", + "max": "67.455", + "min": "50.664", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "32.534", + "max": "32.652", + "min": "32.476", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "35.749", + "max": "36.574", + "min": "35.507", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "45.93", + "max": "46.138", + "min": "45.852", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "28.153", + "max": "28.601", + "min": "27.906", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "122.113", + "max": "122.404", + "min": "121.89", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "31.015", + "max": "31.482", + "min": "30.936", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "121.615", + "max": "132.37", + "min": "121.137", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "133.302", + "max": "133.352", + "min": "133.26", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "281.109", + "max": "282.042", + "min": "281.012", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "18.404", + "max": "18.718", + "min": "18.337", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "68.874", + "max": "69.001", + "min": "68.777", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "65.863", + "max": "82.201", + "min": "65.131", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "125.348", + "max": "125.643", + "min": "125.102", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "122.598", + "max": "128.206", + "min": "122.318", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "126.71", + "max": "130.43", + "min": "126.246", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "121.822", + "max": "122.444", + "min": "121.667", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "115.068", + "max": "115.207", + "min": "114.988", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "66.505", + "max": "66.914", + "min": "66.382", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "247.861", + "max": "248.061", + "min": "247.769", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "145.152", + "max": "145.405", + "min": "145.064", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "82.322", + "max": "82.461", + "min": "82.213", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "153.699", + "max": "153.823", + "min": "153.646", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "146.842", + "max": "149.191", + "min": "146.626", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "228.777", + "max": "230.026", + "min": "228.629", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "71.282", + "max": "71.376", + "min": "71.252", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "82.263", + "max": "82.414", + "min": "82.198", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "55.907", + "max": "56.056", + "min": "55.755", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "29.563", + "max": "30.248", + "min": "29.341", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "241.508", + "max": "243.126", + "min": "241.162", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "107.881", + "max": "111.498", + "min": "107.491", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "136.284", + "max": "136.706", + "min": "136.157", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "128.167", + "max": "136.093", + "min": "127.65", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "239.545", + "max": "245.534", + "min": "239.251", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "133.94", + "max": "137.239", + "min": "133.314", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "136.601", + "max": "136.993", + "min": "136.498", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "111.473", + "max": "112.104", + "min": "111.319", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "181.282", + "max": "181.624", + "min": "181.11", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "47.843", + "max": "47.918", + "min": "47.803", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "35.167", + "max": "35.328", + "min": "35.084", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "78.891", + "max": "79.082", + "min": "78.698", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "120.557", + "max": "208.67", + "min": "111.648", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "29.812", + "max": "30.086", + "min": "29.674", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "263.703", + "max": "272.13", + "min": "260.536", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "271.999", + "max": "272.248", + "min": "271.862", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "134.436", + "max": "136.446", + "min": "133.486", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "238.484", + "max": "253.342", + "min": "237.803", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "143.326", + "max": "144.239", + "min": "142.956", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "107.45", + "max": "107.554", + "min": "107.379", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "154.357", + "max": "166.165", + "min": "153.578", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "157.687", + "max": "214.053", + "min": "152.198", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "252.034", + "max": "276.426", + "min": "249.111", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "260.841", + "max": "263.584", + "min": "260.681", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "149.138", + "max": "174.674", + "min": "148.135", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "149.984", + "max": "153.341", + "min": "149.636", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "33.268", + "max": "34.574", + "min": "33.093", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": null, + "max": null, + "min": null, + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "173.283", + "max": "174.351", + "min": "172.54", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "36.959", + "max": "38.472", + "min": "36.833", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "221.403", + "max": "223.073", + "min": "221.237", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "67.509", + "max": "68.768", + "min": "67.27", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "88.833", + "max": "88.995", + "min": "88.727", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "51.109", + "max": "51.17", + "min": "51.041", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "151.375", + "max": "152.27", + "min": "151.21", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "108.222", + "max": "108.411", + "min": "108.082", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "42.196", + "max": "42.313", + "min": "42.078", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "65.566", + "max": "70.499", + "min": "65.181", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "27.747", + "max": "37.084", + "min": "27.075", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "26.004", + "max": "26.372", + "min": "25.87", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "72.287", + "max": "72.533", + "min": "72.13", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "43.867", + "max": "45.191", + "min": "43.601", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "264.378", + "max": "264.857", + "min": "263.666", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "259.537", + "max": "259.795", + "min": "259.357", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "64.087", + "max": "65.837", + "min": "63.974", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "172.324", + "max": "173.417", + "min": "172.011", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "110.648", + "max": "111.621", + "min": "110.41", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "46.487", + "max": "46.589", + "min": "46.379", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "38.978", + "max": "39.083", + "min": "38.81", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "104.392", + "max": "104.914", + "min": "104.27", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "28.187", + "max": "28.99", + "min": "27.49", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "72.624", + "max": "75.758", + "min": "72.346", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "119.364", + "max": "119.457", + "min": "119.317", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "199.885", + "max": "200.11", + "min": "199.726", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "37.045", + "max": "37.867", + "min": "36.802", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "71.732", + "max": "74.041", + "min": "71.375", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "90.472", + "max": "90.775", + "min": "90.224", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "99.205", + "max": "150.973", + "min": "96.538", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "70.655", + "max": "143.249", + "min": "67.144", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "20.561", + "max": "21.994", + "min": "20.398", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "0.026", + "max": "0.048", + "min": "0.023", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "88.238", + "max": "88.455", + "min": "88.113", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "161.124", + "max": "161.872", + "min": "160.996", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "230.405", + "max": "234.426", + "min": "229.883", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.498", + "max": "28.918", + "min": "28.323", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "330.305", + "max": "384.114", + "min": "313.887", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "150.171", + "max": "152.95", + "min": "149.813", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "34.536", + "max": "34.803", + "min": "34.333", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "43.947", + "max": "45.558", + "min": "43.801", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "226.684", + "max": "230.009", + "min": "226.469", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "252.029", + "max": "254.095", + "min": "244.25", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "191.045", + "max": "191.646", + "min": "190.914", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "33.217", + "max": "33.501", + "min": "33.138", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "228.846", + "max": "231.509", + "min": "228.489", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "473.48", + "max": "582.532", + "min": "311.76", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "252.221", + "max": "363.521", + "min": "171.204", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "275.164", + "max": "278.177", + "min": "274.636", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "158.226", + "max": "160.603", + "min": "157.875", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "45.958", + "max": "46.58", + "min": "45.815", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "43.81", + "max": "45.006", + "min": "43.529", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.117", + "max": "40.684", + "min": "39.957", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "121.556", + "max": "266.825", + "min": "42.178", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "151.518", + "max": "152.017", + "min": "151.409", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "141.271", + "max": "244.715", + "min": "136.89", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "139.09", + "max": "139.279", + "min": "139.045", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "134.951", + "max": "135.781", + "min": "134.544", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "32.793", + "max": "41.891", + "min": "32.389", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "248.844", + "max": "249.209", + "min": "248.666", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "201.544", + "max": "202.997", + "min": "201.315", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "101.651", + "max": "104.251", + "min": "101.452", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "40.617", + "max": "40.801", + "min": "40.549", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "28.266", + "max": "28.434", + "min": "28.146", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "28.548", + "max": "29.2", + "min": "28.457", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "224.781", + "max": "226.143", + "min": "224.226", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "53.416", + "max": "53.574", + "min": "53.363", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "37.428", + "max": "37.554", + "min": "37.297", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "65.331", + "max": "80.655", + "min": "63.996", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "47.429", + "max": "47.754", + "min": "47.369", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "66.362", + "max": "66.443", + "min": "66.241", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "33.977", + "max": "34.41", + "min": "33.877", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "130.112", + "max": "131.296", + "min": "129.991", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "247.564", + "max": "249.083", + "min": "247.102", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "140.139", + "max": "140.505", + "min": "140.017", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "120.751", + "max": "121.008", + "min": "120.606", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "111.67", + "max": "114.363", + "min": "111.18", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "109.097", + "max": "109.884", + "min": "108.831", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "135.473", + "max": "138.424", + "min": "135.168", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "270.199", + "max": "270.517", + "min": "270.114", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "100.76", + "max": "100.909", + "min": "100.698", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "97.682", + "max": "97.8", + "min": "97.606", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "112.5", + "max": "120.739", + "min": "111.301", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "175.057", + "max": "175.249", + "min": "174.953", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "139.211", + "max": "140.183", + "min": "139.04", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "114.142", + "max": "114.712", + "min": "113.965", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "36.194", + "max": "36.376", + "min": "36.104", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "80.158", + "max": "83.903", + "min": "79.855", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "141.6", + "max": "142.649", + "min": "141.361", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "228.474", + "max": "268.25", + "min": "221.608", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "41.772", + "max": "41.97", + "min": "41.654", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "193.392", + "max": "280.546", + "min": "184.072", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "77.086", + "max": "77.227", + "min": "77.017", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "388.203", + "max": "389.264", + "min": "387.764", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "143.131", + "max": "143.308", + "min": "143.045", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "31.026", + "max": "31.294", + "min": "30.867", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "223.987", + "max": "224.477", + "min": "223.803", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "275.394", + "max": "275.799", + "min": "275.307", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "195", + "max": "196.025", + "min": "194.842", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "69.89", + "max": "70.222", + "min": "69.724", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "228.602", + "max": "230.315", + "min": "228.3", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "37.027", + "max": "37.345", + "min": "36.852", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "27.984", + "max": "30.009", + "min": "27.883", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "115.644", + "max": "118.325", + "min": "115.276", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "294.506", + "max": "296.731", + "min": "294.352", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "109.104", + "max": "109.219", + "min": "109.053", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "120.538", + "max": "121.464", + "min": "120.286", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "127.804", + "max": "127.925", + "min": "127.679", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "121.41", + "max": "121.473", + "min": "121.359", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "104.731", + "max": "105.433", + "min": "104.5", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "190.06", + "max": "223.594", + "min": "188.665", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "143.297", + "max": "143.402", + "min": "143.225", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "166.688", + "max": "168.721", + "min": "166.522", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "144.36", + "max": "166.032", + "min": "143.486", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "101.636", + "max": "105.304", + "min": "101.27", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "116.509", + "max": "116.596", + "min": "116.417", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "104.836", + "max": "105.079", + "min": "104.761", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "128.596", + "max": "128.897", + "min": "128.468", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "161.782", + "max": "162.194", + "min": "161.523", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "131.568", + "max": "174.977", + "min": "129.241", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "149.231", + "max": "204.55", + "min": "117.534", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "96.052", + "max": "96.683", + "min": "95.916", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "170.584", + "max": "171.455", + "min": "170.372", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "140.476", + "max": "141.25", + "min": "140.291", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "144.812", + "max": "145.375", + "min": "144.442", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "104.304", + "max": "105.56", + "min": "103.961", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "275.189", + "max": "276.658", + "min": "274.993", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "124.082", + "max": "125.484", + "min": "123.927", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "125.053", + "max": "125.221", + "min": "124.869", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "137.722", + "max": "137.829", + "min": "137.655", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "111.85", + "max": "122.054", + "min": "110.775", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "157.131", + "max": "157.45", + "min": "156.993", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "107.33", + "max": "128.303", + "min": "106.502", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "112.689", + "max": "112.991", + "min": "112.587", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "118.943", + "max": "120.248", + "min": "118.728", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "217.952", + "max": "218.283", + "min": "217.764", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "32.171", + "max": "37.182", + "min": "31.467", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "236.341", + "max": "239.82", + "min": "231.532", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "267.25", + "max": "273.784", + "min": "266.877", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "107.975", + "max": "109.155", + "min": "107.81", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "253.49", + "max": "254.439", + "min": "248.998", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "82.793", + "max": "83.062", + "min": "82.532", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "132.272", + "max": "132.501", + "min": "132.168", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "167.002", + "max": "167.493", + "min": "166.869", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "104.862", + "max": "106.025", + "min": "104.432", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "108.265", + "max": "109.401", + "min": "107.988", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "41.109", + "max": "41.192", + "min": "41.073", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "54.066", + "max": "54.183", + "min": "54.034", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "272.773", + "max": "290.549", + "min": "265.898", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "97.68", + "max": "97.799", + "min": "97.628", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "134.66", + "max": "134.842", + "min": "134.548", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "33.176", + "max": "33.27", + "min": "33.133", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "120.677", + "max": "121.034", + "min": "120.581", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "169.019", + "max": "169.337", + "min": "168.897", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "61.443", + "max": "65.206", + "min": "57.936", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "116.449", + "max": "116.589", + "min": "116.329", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "174.179", + "max": "175.636", + "min": "173.469", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "91.178", + "max": "101.731", + "min": "89.682", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "310.474", + "max": "311.394", + "min": "310.01", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "221.168", + "max": "221.314", + "min": "221.056", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "186.099", + "max": "186.641", + "min": "185.953", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "145.673", + "max": "145.8", + "min": "145.616", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "112.386", + "max": "112.632", + "min": "112.296", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "160.733", + "max": "162.625", + "min": "160.553", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "39.513", + "max": "43.981", + "min": "39.061", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "32.24", + "max": "32.445", + "min": "32.166", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "160.228", + "max": "164.24", + "min": "157.621", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "135.45", + "max": "136.158", + "min": "135.086", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "43.031", + "max": "44.179", + "min": "41.901", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "158.631", + "max": "159.967", + "min": "158.39", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "28.274", + "max": "28.404", + "min": "28.15", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "120.99", + "max": "124.545", + "min": "120.177", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "231.197", + "max": "235.928", + "min": "221.326", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "120.342", + "max": "120.342", + "min": "120.342", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "104.539", + "max": "104.683", + "min": "104.499", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "116.653", + "max": "116.839", + "min": "116.599", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "195.161", + "max": "195.875", + "min": "194.887", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "122.815", + "max": "135.894", + "min": "114.693", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "131.376", + "max": "132.017", + "min": "131.281", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "264.048", + "max": "264.3", + "min": "263.941", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "182.197", + "max": "183.128", + "min": "181.969", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "32.325", + "max": "36.952", + "min": "32.119", + "id": "102", + "country": "United States", + "source_name": "Green Bay", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "103": { + "name": "Edmonton", + "data": { + "0": { + "avg": "173.64", + "max": "175.073", + "min": "173.494", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "200.8", + "max": "201.684", + "min": "200.434", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "55.162", + "max": "57.493", + "min": "54.916", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "183.637", + "max": "194.846", + "min": "182.241", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "150.753", + "max": "151.352", + "min": "150.389", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "156.205", + "max": "156.443", + "min": "156.035", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "155.678", + "max": "156.327", + "min": "155.462", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "208.872", + "max": "213.882", + "min": "208.172", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "196.704", + "max": "198.017", + "min": "196.51", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "162.318", + "max": "166.31", + "min": "161.917", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "135.179", + "max": "135.542", + "min": "134.986", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "83.165", + "max": "84.107", + "min": "82.982", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "70.172", + "max": "70.464", + "min": "70.052", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "66.286", + "max": "68.125", + "min": "65.956", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "92.738", + "max": "92.944", + "min": "92.614", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "89.21", + "max": "91.186", + "min": "88.682", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "172.01", + "max": "172.52", + "min": "171.777", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "64.352", + "max": "64.709", + "min": "64.179", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "159.922", + "max": "160.134", + "min": "159.777", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "179.141", + "max": "179.57", + "min": "178.994", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "204.887", + "max": "205.062", + "min": "204.734", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "54.644", + "max": "54.852", + "min": "54.51", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "66.559", + "max": "66.861", + "min": "66.344", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "20.453", + "max": "23.262", + "min": "19.962", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "160.762", + "max": "161.379", + "min": "160.504", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "167.998", + "max": "168.524", + "min": "167.879", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "161.399", + "max": "164.806", + "min": "160.999", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "154.215", + "max": "154.48", + "min": "153.963", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "161.306", + "max": "162.527", + "min": "161.044", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "40.27", + "max": "40.689", + "min": "40.08", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "181.874", + "max": "182.198", + "min": "181.709", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "174.81", + "max": "188.777", + "min": "174.079", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "82.533", + "max": "87.098", + "min": "82.195", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "193.986", + "max": "194.609", + "min": "193.823", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "161.907", + "max": "163.217", + "min": "161.584", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "214.443", + "max": "224.41", + "min": "213.911", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "68.334", + "max": "68.762", + "min": "68.226", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "56.256", + "max": "56.514", + "min": "56.006", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "62.82", + "max": "63.144", + "min": "62.651", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "76.732", + "max": "78.097", + "min": "76.443", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "276.652", + "max": "282.175", + "min": "276.15", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "150.019", + "max": "153.931", + "min": "149.61", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "175.14", + "max": "175.473", + "min": "174.999", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "173.437", + "max": "173.952", + "min": "173.185", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "302.57", + "max": "302.8", + "min": "302.421", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "186.89", + "max": "187.509", + "min": "186.479", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "181.526", + "max": "182.831", + "min": "181.185", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "148.858", + "max": "149.277", + "min": "148.701", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "220.505", + "max": "221.039", + "min": "220.307", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "84", + "max": "84.255", + "min": "83.859", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "52.982", + "max": "57.227", + "min": "52.685", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "19.491", + "max": "19.867", + "min": "19.175", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "142.856", + "max": "156.491", + "min": "129.112", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "65.977", + "max": "66.839", + "min": "65.762", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "288.998", + "max": "311.593", + "min": "285.341", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "202.179", + "max": "202.643", + "min": "201.982", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "172.113", + "max": "174.54", + "min": "170.894", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "234.138", + "max": "238.102", + "min": "233.828", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "170.774", + "max": "172.872", + "min": "170.45", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "151.443", + "max": "151.658", + "min": "151.271", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "209.752", + "max": "212.828", + "min": "209.179", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "198.384", + "max": "256.114", + "min": "194.731", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "223.541", + "max": "286.91", + "min": "214.295", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "224.677", + "max": "225.059", + "min": "224.557", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "182.186", + "max": "183.549", + "min": "181.913", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "199.654", + "max": "199.75", + "min": "199.507", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "75.223", + "max": "75.676", + "min": "75.022", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "195.15", + "max": "196.219", + "min": "194.626", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "241.325", + "max": "243.196", + "min": "240.657", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "57.835", + "max": "58.269", + "min": "57.603", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "155.426", + "max": "156.445", + "min": "155.146", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "77.193", + "max": "77.517", + "min": "76.894", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "137.331", + "max": "137.948", + "min": "137.096", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "82.598", + "max": "82.768", + "min": "82.466", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "175.768", + "max": "176.444", + "min": "175.529", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "154.204", + "max": "154.376", + "min": "154.076", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "83.841", + "max": "84.129", + "min": "83.683", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "86.463", + "max": "93.087", + "min": "86.117", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "66.904", + "max": "67.862", + "min": "66.723", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "38.769", + "max": "38.966", + "min": "38.613", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "21.438", + "max": "28.565", + "min": "20.915", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "86.43", + "max": "97.508", + "min": "85.33", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "141.958", + "max": "143.707", + "min": "141.649", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "270.356", + "max": "270.785", + "min": "270.125", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "67.581", + "max": "68.459", + "min": "67.378", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "207.839", + "max": "208.578", + "min": "207.501", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "143.175", + "max": "143.831", + "min": "142.878", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "77.225", + "max": "80.069", + "min": "76.848", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "58.295", + "max": "58.629", + "min": "58.112", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "141.898", + "max": "147.652", + "min": "141.49", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "57.507", + "max": "60.408", + "min": "56.776", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "75.679", + "max": "76.074", + "min": "75.358", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "152.443", + "max": "152.644", + "min": "152.331", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "165.861", + "max": "166.106", + "min": "165.703", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "65.163", + "max": "65.405", + "min": "64.946", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "83.443", + "max": "85.505", + "min": "83.092", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "127.556", + "max": "127.813", + "min": "127.283", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "138.958", + "max": "144.649", + "min": "137.845", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "42.693", + "max": "42.885", + "min": "42.527", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "61.224", + "max": "61.714", + "min": "61.026", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "88.385", + "max": "89.369", + "min": "88.163", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "0.036", + "max": "0.074", + "min": "0.018", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "204.333", + "max": "205.303", + "min": "204.059", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "213.258", + "max": "216.729", + "min": "212.395", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "55.687", + "max": "56.528", + "min": "55.51", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "189.024", + "max": "192.583", + "min": "188.489", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "155.894", + "max": "157.952", + "min": "155.599", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "61.392", + "max": "62.718", + "min": "61.194", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "70.447", + "max": "70.614", + "min": "70.244", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "274.27", + "max": "277.036", + "min": "274.007", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "218.464", + "max": "218.862", + "min": "218.143", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "158.059", + "max": "161.162", + "min": "157.76", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "57.291", + "max": "57.547", + "min": "57.107", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "263.743", + "max": "264.981", + "min": "263.477", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "505.952", + "max": "630.942", + "min": "347.927", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "278.957", + "max": "359.472", + "min": "208.194", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "321.864", + "max": "325.84", + "min": "321.277", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "145.722", + "max": "162.292", + "min": "144.918", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "59.369", + "max": "59.694", + "min": "59.149", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "68.24", + "max": "69.454", + "min": "67.927", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "57.661", + "max": "60.807", + "min": "57.321", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "133.254", + "max": "288.023", + "min": "58.085", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "186.318", + "max": "204.052", + "min": "185.439", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "171.646", + "max": "174.169", + "min": "171.247", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "174.46", + "max": "177.255", + "min": "174.166", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "174.39", + "max": "176.373", + "min": "173.676", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "62.025", + "max": "62.309", + "min": "61.821", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "279.322", + "max": "279.717", + "min": "279.057", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "260.12", + "max": "260.377", + "min": "259.963", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "81.373", + "max": "84.917", + "min": "81.11", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "64.51", + "max": "65.142", + "min": "64.251", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "40.584", + "max": "40.741", + "min": "40.371", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "57.223", + "max": "57.586", + "min": "56.952", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "227.27", + "max": "228.792", + "min": "226.418", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "72.171", + "max": "72.401", + "min": "72.027", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "82.027", + "max": "89.773", + "min": "81.595", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "75.172", + "max": "92.755", + "min": "73.23", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "70.881", + "max": "73.131", + "min": "70.66", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "60.163", + "max": "61.263", + "min": "59.962", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "59.616", + "max": "60.141", + "min": "59.468", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "179.732", + "max": "183.211", + "min": "179.261", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.458", + "max": "258.063", + "min": "249.755", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "182.525", + "max": "182.739", + "min": "182.362", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "161.129", + "max": "161.714", + "min": "160.881", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "87.728", + "max": "90.053", + "min": "87.313", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "138.504", + "max": "142.97", + "min": "138.146", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "192.996", + "max": "198.375", + "min": "192.563", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "270.597", + "max": "270.966", + "min": "270.363", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "132.796", + "max": "133.038", + "min": "132.698", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": null, + "max": null, + "min": null, + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "140.678", + "max": "155.28", + "min": "138.228", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "122.53", + "max": "127.713", + "min": "122.18", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "182.048", + "max": "184.461", + "min": "181.715", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "132.196", + "max": "132.373", + "min": "132.011", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "63.529", + "max": "63.722", + "min": "63.413", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "62.444", + "max": "63.452", + "min": "62.217", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "182.732", + "max": "183.776", + "min": "182.28", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "234.722", + "max": "273.632", + "min": "227.358", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "34.308", + "max": "53.774", + "min": "33.417", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "224.307", + "max": "263.121", + "min": "220.139", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "123.551", + "max": "123.698", + "min": "123.395", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "466.591", + "max": "466.945", + "min": "466.022", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "170.171", + "max": "170.321", + "min": "169.991", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "61.938", + "max": "67.351", + "min": "61.304", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "227.554", + "max": "227.719", + "min": "227.431", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "310.006", + "max": "310.161", + "min": "309.803", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "236.157", + "max": "236.503", + "min": "235.934", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "94.419", + "max": "94.981", + "min": "94.308", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "187.619", + "max": "192.59", + "min": "185.769", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "80.269", + "max": "80.472", + "min": "80.039", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "58.344", + "max": "59.902", + "min": "58.15", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "134.119", + "max": "136.427", + "min": "133.777", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "354.561", + "max": "388.19", + "min": "337.704", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "154.757", + "max": "156.283", + "min": "154.557", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "161.837", + "max": "162.356", + "min": "161.634", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "168.197", + "max": "180.412", + "min": "167.553", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "171.498", + "max": "171.633", + "min": "171.354", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "145.374", + "max": "149.396", + "min": "145.01", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "198.76", + "max": "201.816", + "min": "198.459", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "198.148", + "max": "198.57", + "min": "197.901", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "208.124", + "max": "208.285", + "min": "207.973", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "194.978", + "max": "196.66", + "min": "194.703", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "148.328", + "max": "154.434", + "min": "147.802", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "168.796", + "max": "169.186", + "min": "168.607", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "137.842", + "max": "138.005", + "min": "137.716", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "184.859", + "max": "185.567", + "min": "184.664", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "201.926", + "max": "202.401", + "min": "201.664", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "176.673", + "max": "201.375", + "min": "174.345", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "192.215", + "max": "243.387", + "min": "163.235", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "133.199", + "max": "133.743", + "min": "133.022", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "192.994", + "max": "193.812", + "min": "192.816", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "166.258", + "max": "182.676", + "min": "165.507", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "194.209", + "max": "201.232", + "min": "193.569", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "153.385", + "max": "155.303", + "min": "152.957", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "229.158", + "max": "229.989", + "min": "228.96", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "167.389", + "max": "167.626", + "min": "167.243", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "144.057", + "max": "144.231", + "min": "143.866", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "183.594", + "max": "184.036", + "min": "183.44", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "149.429", + "max": "155.704", + "min": "147.305", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "185.265", + "max": "185.469", + "min": "185.081", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "150.387", + "max": "155.385", + "min": "149.919", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "153.555", + "max": "156.009", + "min": "153.247", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "160.1", + "max": "166.009", + "min": "151.746", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": null, + "max": null, + "min": null, + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.566", + "max": "106.505", + "min": "76.9", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "168.663", + "max": "172.166", + "min": "163.916", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "270.154", + "max": "270.598", + "min": "269.934", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "149.997", + "max": "152.982", + "min": "149.575", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "273.5", + "max": "275.921", + "min": "273.152", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "52.703", + "max": "52.861", + "min": "52.475", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "176.374", + "max": "177.318", + "min": "176.142", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "209.748", + "max": "210.389", + "min": "209.515", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "147.366", + "max": "149.031", + "min": "146.881", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "151.845", + "max": "153.909", + "min": "151.318", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "71.222", + "max": "71.495", + "min": "71.101", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "85.992", + "max": "110.916", + "min": "84.936", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "221.623", + "max": "327.211", + "min": "217.757", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "76.069", + "max": "77.334", + "min": "75.803", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "151.534", + "max": "154.65", + "min": "151.214", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "69.447", + "max": "69.556", + "min": "69.327", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "182.588", + "max": "182.845", + "min": "182.482", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "210.489", + "max": "499.119", + "min": "200.363", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "99.602", + "max": "102.801", + "min": "96.698", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "169.427", + "max": "170.756", + "min": "169.229", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "184.829", + "max": "188.269", + "min": "184.037", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "136.686", + "max": "140.604", + "min": "135.868", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "336.97", + "max": "339.586", + "min": "336.497", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "103.392", + "max": "104.114", + "min": "103.187", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "254.849", + "max": "255.231", + "min": "254.689", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "195.896", + "max": "196.006", + "min": "195.761", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "146.903", + "max": "147.064", + "min": "146.751", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "194.373", + "max": "195.378", + "min": "194.25", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "47.714", + "max": "50.998", + "min": "46.809", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "77.942", + "max": "78.458", + "min": "77.753", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "203.959", + "max": "211.37", + "min": "202.254", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "156.464", + "max": "157.621", + "min": "155.95", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "47.746", + "max": "49.313", + "min": "47.131", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "195.887", + "max": "196.811", + "min": "195.549", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "57.636", + "max": "57.914", + "min": "57.408", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "153.835", + "max": "157.301", + "min": "153.394", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "166.475", + "max": "167.819", + "min": "160.524", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "163.494", + "max": "163.494", + "min": "163.494", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "146.625", + "max": "147.365", + "min": "146.471", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "137.086", + "max": "137.297", + "min": "136.913", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "232.237", + "max": "234.143", + "min": "231.917", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "153.36", + "max": "164.346", + "min": "144.861", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "178.555", + "max": "178.678", + "min": "178.4", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "289.428", + "max": "294.28", + "min": "289.051", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "236.321", + "max": "238.439", + "min": "236.051", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "55.947", + "max": "56.085", + "min": "55.821", + "id": "103", + "country": "Canada", + "source_name": "Edmonton", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "106": { + "name": "Monticello", + "data": { + "0": { + "avg": "112.282", + "max": "112.74", + "min": "111.994", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "252.523", + "max": "253.775", + "min": "252.178", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "27.265", + "max": "27.841", + "min": "27.104", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "127.003", + "max": "132.369", + "min": "126.402", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "100.601", + "max": "102.904", + "min": "100.289", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "162.973", + "max": "163.446", + "min": "162.794", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "102.688", + "max": "104.12", + "min": "102.439", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "260.021", + "max": "263.382", + "min": "259.351", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "144.752", + "max": "145.032", + "min": "144.58", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "120.659", + "max": "122.388", + "min": "119.577", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "94.368", + "max": "94.985", + "min": "94.17", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "24.718", + "max": "45.743", + "min": "23.757", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "26.004", + "max": "27.843", + "min": "25.823", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "29.857", + "max": "30.388", + "min": "29.693", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "46.719", + "max": "55.541", + "min": "46.199", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "26.537", + "max": "27.251", + "min": "25.992", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "120.934", + "max": "121.311", + "min": "120.691", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "21.558", + "max": "23.873", + "min": "21.287", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "120.365", + "max": "120.868", + "min": "120.065", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "125.483", + "max": "125.896", + "min": "125.302", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "281.681", + "max": "282.666", + "min": "281.491", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "10.66", + "max": "11.11", + "min": "10.49", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "53.834", + "max": "54.12", + "min": "53.72", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "58.389", + "max": "68.688", + "min": "57.768", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "121.94", + "max": "122.48", + "min": "121.605", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "116.729", + "max": "119.225", + "min": "116.309", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "122.383", + "max": "125.038", + "min": "121.984", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "118.257", + "max": "118.692", + "min": "117.94", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "113.075", + "max": "113.552", + "min": "112.898", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "53.933", + "max": "73.623", + "min": "52.961", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "245.203", + "max": "245.482", + "min": "245.03", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "134.171", + "max": "134.584", + "min": "133.977", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "63.151", + "max": "63.691", + "min": "62.967", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "144.748", + "max": "145.059", + "min": "144.519", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "129.875", + "max": "130.951", + "min": "129.648", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "222.777", + "max": "226.228", + "min": "222.411", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "55.803", + "max": "56.041", + "min": "55.691", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "47.628", + "max": "47.95", + "min": "47.42", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "28.645", + "max": "28.941", + "min": "28.48", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "28.143", + "max": "28.988", + "min": "27.815", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "237.999", + "max": "242.268", + "min": "237.381", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "101.921", + "max": "104.955", + "min": "101.43", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "136.481", + "max": "137.135", + "min": "136.318", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "127.505", + "max": "136.314", + "min": "127.04", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "237.536", + "max": "238.043", + "min": "237.396", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "137.982", + "max": "138.602", + "min": "137.559", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "136.873", + "max": "137.351", + "min": "136.587", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "97.321", + "max": "98.05", + "min": "97.086", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "163.701", + "max": "164.34", + "min": "163.419", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "35.939", + "max": "36.295", + "min": "35.811", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "31.671", + "max": "32.182", + "min": "31.492", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "57.605", + "max": "58.154", + "min": "57.369", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "109", + "max": "119.087", + "min": "103.686", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "26.847", + "max": "27.678", + "min": "26.651", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "235.718", + "max": "241.216", + "min": "232.901", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "255.573", + "max": "256.007", + "min": "255.352", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "128.987", + "max": "132.379", + "min": "128.184", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "197.964", + "max": "199.003", + "min": "197.75", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "145.775", + "max": "146.224", + "min": "145.548", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "104.493", + "max": "109.857", + "min": "104.159", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "163.003", + "max": "163.831", + "min": "162.468", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "201.249", + "max": "257.96", + "min": "195.508", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "253.472", + "max": "282.405", + "min": "250.585", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "207.88", + "max": "209.73", + "min": "207.657", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "141.437", + "max": "142.247", + "min": "141.277", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "141.37", + "max": "141.813", + "min": "141.207", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "28.356", + "max": "28.76", + "min": "28.208", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "135.953", + "max": "136.487", + "min": "135.539", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "152.974", + "max": "154.608", + "min": "152.104", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "29.025", + "max": "36.638", + "min": "27.956", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "196.194", + "max": "197.85", + "min": "195.895", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "52.633", + "max": "53.044", + "min": "52.352", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "80.823", + "max": "83.026", + "min": "80.451", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "38.614", + "max": "38.904", + "min": "38.428", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "162.748", + "max": "163.199", + "min": "162.535", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "104.225", + "max": "104.452", + "min": "104.05", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "28.758", + "max": "29.571", + "min": "28.515", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "62.702", + "max": "63.147", + "min": "62.556", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "16.355", + "max": "18.365", + "min": "15.91", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "12.703", + "max": "12.973", + "min": "12.575", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "60.286", + "max": "60.471", + "min": "60.193", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "40.734", + "max": "41.67", + "min": "40.464", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "385.161", + "max": "392.466", + "min": "384.64", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "237.888", + "max": "238.319", + "min": "237.554", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "52.076", + "max": "52.495", + "min": "51.916", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "157.368", + "max": "158.093", + "min": "157.016", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "103.016", + "max": "103.654", + "min": "102.722", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "41.161", + "max": "42.496", + "min": "40.859", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "16.681", + "max": "17.374", + "min": "16.477", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "98.718", + "max": "101.124", + "min": "98.467", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "25.212", + "max": "26.562", + "min": "24.625", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "57.397", + "max": "57.605", + "min": "57.241", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "124.391", + "max": "125.606", + "min": "124.181", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "195.487", + "max": "196.036", + "min": "195.283", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "29.037", + "max": "33.089", + "min": "28.701", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "31.852", + "max": "32.082", + "min": "31.724", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "80.751", + "max": "81.695", + "min": "80.472", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "124.294", + "max": "149.905", + "min": "122.782", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "52.523", + "max": "52.994", + "min": "52.367", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "10.373", + "max": "11.345", + "min": "10.147", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.494", + "max": "31.157", + "min": "28.194", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "55.729", + "max": "56.48", + "min": "55.464", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "155.673", + "max": "157.183", + "min": "155.327", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "213.703", + "max": "214.958", + "min": "213.375", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "0.038", + "max": "0.067", + "min": "0.026", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "327.758", + "max": "386.661", + "min": "313.246", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "103.263", + "max": "106.42", + "min": "102.81", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "30.842", + "max": "31.276", + "min": "30.713", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "34.432", + "max": "36.636", + "min": "34.13", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "223.673", + "max": "224.335", + "min": "223.495", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "239.371", + "max": "241.983", + "min": "239.077", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "187.166", + "max": "187.45", + "min": "187.045", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "28.622", + "max": "29.192", + "min": "28.45", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "230.509", + "max": "233.535", + "min": "230.173", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "460.192", + "max": "568.199", + "min": "290.426", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "251.904", + "max": "368.689", + "min": "169.918", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "268.135", + "max": "268.745", + "min": "267.867", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "149.161", + "max": "150.653", + "min": "148.847", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "28.948", + "max": "29.247", + "min": "28.784", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "33.55", + "max": "34.213", + "min": "33.23", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "28.833", + "max": "31.58", + "min": "28.473", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "114.959", + "max": "255.202", + "min": "36.031", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "141.795", + "max": "142.875", + "min": "141.653", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "137.474", + "max": "307.114", + "min": "130.581", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.404", + "max": "133.608", + "min": "133.279", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "125.386", + "max": "126.681", + "min": "124.758", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "28.463", + "max": "36.636", + "min": "27.92", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "263.888", + "max": "265.022", + "min": "263.595", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "203.635", + "max": "208.187", + "min": "203.253", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "90.119", + "max": "91.118", + "min": "89.871", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "24.571", + "max": "24.915", + "min": "24.402", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "14.535", + "max": "15.89", + "min": "14.269", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "32.334", + "max": "34.509", + "min": "32.117", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "183.59", + "max": "185.002", + "min": "182.68", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "38.118", + "max": "38.765", + "min": "37.97", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "32.171", + "max": "33.064", + "min": "31.916", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "31.611", + "max": "37.816", + "min": "30.523", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "41.442", + "max": "41.883", + "min": "41.267", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "19.333", + "max": "19.575", + "min": "19.157", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "30.735", + "max": "31.91", + "min": "30.564", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "126.708", + "max": "127.556", + "min": "126.461", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "266.395", + "max": "269.128", + "min": "266.016", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "136.984", + "max": "140.677", + "min": "136.554", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "117.424", + "max": "118.497", + "min": "117.159", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "92.411", + "max": "97.453", + "min": "91.915", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "119.882", + "max": "125.791", + "min": "119.459", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "145.01", + "max": "145.472", + "min": "144.788", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "275.448", + "max": "275.818", + "min": "275.284", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "96.727", + "max": "97.24", + "min": "96.584", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "95.117", + "max": "96.183", + "min": "94.936", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "112.762", + "max": "130.816", + "min": "110.803", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "168.677", + "max": "168.907", + "min": "168.506", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "144.275", + "max": "147.107", + "min": "143.837", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "114.357", + "max": "131.67", + "min": "112.884", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "35.232", + "max": "37.265", + "min": "34.991", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "82.305", + "max": "82.671", + "min": "82.103", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "134.203", + "max": "135.718", + "min": "133.709", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "209.727", + "max": "252.295", + "min": "202.297", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "31.313", + "max": "31.711", + "min": "31.165", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "174.708", + "max": "265.717", + "min": "167.831", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "60.564", + "max": "61.029", + "min": "60.434", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "367.557", + "max": "368.27", + "min": "367.085", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "142.32", + "max": "142.801", + "min": "142.177", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "28.189", + "max": "29.215", + "min": "28.021", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "210.305", + "max": "211.096", + "min": "209.338", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "266.008", + "max": "266.717", + "min": "265.743", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "189.735", + "max": "190.404", + "min": "189.508", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "54.197", + "max": "56.417", + "min": "53.875", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "193.926", + "max": "194.711", + "min": "193.511", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "34.971", + "max": "35.301", + "min": "34.838", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "29.704", + "max": "30.74", + "min": "29.472", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "126.046", + "max": "127.143", + "min": "125.26", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "233.472", + "max": "234.033", + "min": "233.279", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "105.096", + "max": "105.734", + "min": "104.952", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "119.876", + "max": "128.312", + "min": "119.279", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "126.759", + "max": "128.666", + "min": "126.54", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "117.845", + "max": "118.425", + "min": "117.67", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "98.796", + "max": "99.82", + "min": "98.513", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "163.868", + "max": "164.661", + "min": "163.663", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "141.47", + "max": "141.803", + "min": "141.333", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "157.652", + "max": "159.689", + "min": "157.196", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "139.909", + "max": "140.688", + "min": "139.656", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "100.399", + "max": "100.819", + "min": "100.244", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "120.457", + "max": "122.908", + "min": "120.194", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "102.808", + "max": "103.029", + "min": "102.663", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "131.801", + "max": "132.491", + "min": "131.544", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "157.005", + "max": "168.05", + "min": "156.344", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "125.6", + "max": "133.255", + "min": "124.343", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "138.089", + "max": "190.229", + "min": "107.124", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "111.249", + "max": "118.116", + "min": "110.834", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "161.525", + "max": "163.215", + "min": "161.226", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "132.834", + "max": "134.01", + "min": "132.629", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.434", + "max": "153.957", + "min": "152.938", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "101.149", + "max": "117.707", + "min": "99.729", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "257.677", + "max": "287.835", + "min": "256.432", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "124.753", + "max": "125.464", + "min": "124.601", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "122.611", + "max": "122.869", + "min": "122.39", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "132.943", + "max": "133.248", + "min": "132.829", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "101.834", + "max": "109.413", + "min": "99.628", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "155.143", + "max": "156.03", + "min": "154.959", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "99.567", + "max": "101.419", + "min": "99.329", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "102.124", + "max": "102.593", + "min": "101.965", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "102.643", + "max": "102.833", + "min": "102.539", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "207.301", + "max": "208.103", + "min": "207.132", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "28.606", + "max": "38.353", + "min": "27.551", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "367.148", + "max": "372.652", + "min": "355.314", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "225.748", + "max": "226.932", + "min": "225.571", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "104.805", + "max": "105.142", + "min": "104.505", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "251.072", + "max": "251.666", + "min": "250.876", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "68.851", + "max": "68.985", + "min": "68.675", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "130.205", + "max": "131.402", + "min": "129.984", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "161.446", + "max": "162.493", + "min": "161.077", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "98.193", + "max": "100.345", + "min": "97.716", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "104.469", + "max": "105.762", + "min": "104.11", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "28.25", + "max": "29.073", + "min": "28.055", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "42.219", + "max": "42.374", + "min": "42.102", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "226.952", + "max": "229.268", + "min": "226.592", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.16", + "max": "93.412", + "min": "93.017", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "120.704", + "max": "121.418", + "min": "120.531", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "29.073", + "max": "29.797", + "min": "28.931", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "117.886", + "max": "118.398", + "min": "117.713", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "162.102", + "max": "227.598", + "min": "159.04", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "52.219", + "max": "55.801", + "min": "49.471", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "114.295", + "max": "114.894", + "min": "114.079", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "130.286", + "max": "131.658", + "min": "129.025", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "87.673", + "max": "96.376", + "min": "86.095", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "300.545", + "max": "302.212", + "min": "300.191", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "201.878", + "max": "202.39", + "min": "201.686", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "184.393", + "max": "185.168", + "min": "184.131", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "145.203", + "max": "146.143", + "min": "145.079", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "111.13", + "max": "112.754", + "min": "110.861", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "138.754", + "max": "138.908", + "min": "138.644", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "34.671", + "max": "35.746", + "min": "34.333", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "34.473", + "max": "36.473", + "min": "34.094", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "158.402", + "max": "163.009", + "min": "156.561", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "103.694", + "max": "104.537", + "min": "103.389", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "31.967", + "max": "33.565", + "min": "31.051", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "156.18", + "max": "157.056", + "min": "155.936", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "22.229", + "max": "22.466", + "min": "22.043", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "128.533", + "max": "132.881", + "min": "127.412", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "219.07", + "max": "219.34", + "min": "218.881", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "122.297", + "max": "122.297", + "min": "122.297", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "98.977", + "max": "101.412", + "min": "98.701", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "115.504", + "max": "115.673", + "min": "115.4", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "188.817", + "max": "189.912", + "min": "188.536", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "119.099", + "max": "131.006", + "min": "110.864", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "130.746", + "max": "131.469", + "min": "130.597", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "263.806", + "max": "264.602", + "min": "263.531", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "181.877", + "max": "182.86", + "min": "181.44", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "48.539", + "max": "51.054", + "min": "48.256", + "id": "106", + "country": "United States", + "source_name": "Monticello", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "109": { + "name": "Scranton", + "data": { + "0": { + "avg": "157.195", + "max": "157.391", + "min": "156.973", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "213.259", + "max": "218.71", + "min": "212.741", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "19.923", + "max": "24.183", + "min": "19.612", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "106.279", + "max": "109.994", + "min": "105.761", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "84.065", + "max": "84.389", + "min": "83.869", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "161.3", + "max": "162.173", + "min": "161.131", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "80.409", + "max": "80.63", + "min": "80.229", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "221.785", + "max": "240.738", + "min": "220.534", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "132.128", + "max": "132.469", + "min": "131.801", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "103.554", + "max": "104.645", + "min": "103.29", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "75.159", + "max": "75.392", + "min": "74.875", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "48.936", + "max": "49.989", + "min": "48.767", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "6.359", + "max": "6.449", + "min": "6.186", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "11.707", + "max": "12.211", + "min": "11.559", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "33.373", + "max": "33.685", + "min": "33.294", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "9.077", + "max": "9.353", + "min": "8.903", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "103.734", + "max": "104.005", + "min": "103.558", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "18.822", + "max": "19.187", + "min": "18.714", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "82.346", + "max": "82.531", + "min": "82.148", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "94.981", + "max": "95.108", + "min": "94.897", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "217.205", + "max": "217.438", + "min": "217.064", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "23.668", + "max": "23.789", + "min": "23.526", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "71.945", + "max": "72.187", + "min": "71.718", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "64.004", + "max": "64.887", + "min": "63.696", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "108.225", + "max": "108.594", + "min": "108.051", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "92.065", + "max": "92.284", + "min": "91.919", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "105.203", + "max": "107.278", + "min": "104.827", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "100.109", + "max": "100.519", + "min": "99.923", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "85.321", + "max": "85.596", + "min": "85.126", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "72.84", + "max": "81.99", + "min": "72.332", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "101.43", + "max": "101.701", + "min": "101.259", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "122.138", + "max": "122.413", + "min": "121.919", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "91.417", + "max": "94.116", + "min": "91.014", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "230.384", + "max": "231.64", + "min": "229.947", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "66.186", + "max": "66.346", + "min": "66.067", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "69.054", + "max": "69.322", + "min": "68.844", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "42.487", + "max": "42.886", + "min": "42.277", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "10.948", + "max": "12.042", + "min": "10.703", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "216.78", + "max": "222.049", + "min": "215.828", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "86.555", + "max": "88.29", + "min": "86.112", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "114.353", + "max": "114.641", + "min": "114.155", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "107.306", + "max": "107.645", + "min": "107.026", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "212.962", + "max": "213.114", + "min": "212.802", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "108.631", + "max": "109.244", + "min": "108.16", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "112.531", + "max": "113.195", + "min": "112.327", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "97.33", + "max": "101.095", + "min": "95.264", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "156.775", + "max": "156.946", + "min": "156.54", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "60.553", + "max": "60.721", + "min": "60.432", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "18.491", + "max": "18.565", + "min": "18.366", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "64.826", + "max": "65.726", + "min": "64.472", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "142.969", + "max": "154.899", + "min": "127.635", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "47.889", + "max": "50.304", + "min": "42.978", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "219.636", + "max": "225.746", + "min": "216.793", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "255.37", + "max": "256.158", + "min": "255.17", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "107.797", + "max": "109.011", + "min": "107.052", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "218.275", + "max": "218.586", + "min": "218.108", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "102.991", + "max": "105.095", + "min": "102.628", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "91.449", + "max": "91.664", + "min": "91.362", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "135.102", + "max": "135.837", + "min": "134.503", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "139.394", + "max": "196.309", + "min": "133.629", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "269.032", + "max": "378.747", + "min": "259.469", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "245.716", + "max": "245.921", + "min": "245.525", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "120.511", + "max": "121.702", + "min": "120.294", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "115.145", + "max": "115.356", + "min": "114.966", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "10.537", + "max": "10.639", + "min": "10.39", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "115.584", + "max": "116.147", + "min": "115.078", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "140.304", + "max": "141.673", + "min": "139.635", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "55.343", + "max": "57.651", + "min": "55.033", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "213.988", + "max": "215.726", + "min": "213.653", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "67.028", + "max": "67.425", + "min": "66.795", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.904", + "max": "83.121", + "min": "79.51", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "28.446", + "max": "28.734", + "min": "28.299", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "123.51", + "max": "124.26", + "min": "123.314", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "114.373", + "max": "176.82", + "min": "80.183", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "18.924", + "max": "19.095", + "min": "18.751", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "77.83", + "max": "77.977", + "min": "77.665", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "21.829", + "max": "25.342", + "min": "21.463", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "27.03", + "max": "27.187", + "min": "26.918", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "67.28", + "max": "67.529", + "min": "67.089", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "22.919", + "max": "25.486", + "min": "22.552", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "292.938", + "max": "294.83", + "min": "291.838", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "221.148", + "max": "221.549", + "min": "220.904", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "67.165", + "max": "68.96", + "min": "63.565", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "137.724", + "max": "138.586", + "min": "137.309", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "82.641", + "max": "85.734", + "min": "82.219", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "37.231", + "max": "37.38", + "min": "37.109", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "29.368", + "max": "31.964", + "min": "29.057", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.872", + "max": "84.169", + "min": "77.841", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "34.843", + "max": "35.894", + "min": "34.168", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.326", + "max": "74.906", + "min": "74.127", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "89.781", + "max": "89.878", + "min": "89.707", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "188.686", + "max": "189.681", + "min": "188.366", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "13.177", + "max": "13.519", + "min": "13.015", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "36.461", + "max": "38.081", + "min": "36.194", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "80.764", + "max": "80.991", + "min": "80.565", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "64.539", + "max": "82.083", + "min": "62.543", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "73.668", + "max": "73.976", + "min": "73.449", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "25.641", + "max": "31.762", + "min": "25.236", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "34.571", + "max": "34.873", + "min": "34.426", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "61.32", + "max": "61.653", + "min": "61.083", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "119.522", + "max": "119.712", + "min": "119.232", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "234.784", + "max": "245.294", + "min": "233.431", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "30.917", + "max": "31.848", + "min": "30.691", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "239.156", + "max": "239.977", + "min": "238.806", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "96.975", + "max": "100.82", + "min": "96.685", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "0.034", + "max": "0.086", + "min": "0.012", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "24.434", + "max": "24.538", + "min": "24.296", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "254.287", + "max": "257.28", + "min": "253.364", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "226.058", + "max": "227.639", + "min": "225.847", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "205.346", + "max": "205.67", + "min": "205.17", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "6.734", + "max": "6.784", + "min": "6.642", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "204.676", + "max": "205.967", + "min": "204.327", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "466.848", + "max": "574.578", + "min": "295.62", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "232.236", + "max": "355.108", + "min": "149.057", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "230.434", + "max": "231", + "min": "230.181", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "165.458", + "max": "168.047", + "min": "165.221", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "49.693", + "max": "49.892", + "min": "49.524", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "37.153", + "max": "38.404", + "min": "36.889", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "45.495", + "max": "46.226", + "min": "45.287", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "109.011", + "max": "250.36", + "min": "28.002", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "129.206", + "max": "130.31", + "min": "129.05", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "111.335", + "max": "111.56", + "min": "111.169", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "102.943", + "max": "105.217", + "min": "102.23", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "7.527", + "max": "7.795", + "min": "7.302", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "232.942", + "max": "233.498", + "min": "232.675", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "191.353", + "max": "191.76", + "min": "191.084", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "92.43", + "max": "92.988", + "min": "92.27", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "36.474", + "max": "36.877", + "min": "36.323", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.288", + "max": "25.648", + "min": "25.094", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "32.877", + "max": "33.145", + "min": "32.667", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "230.291", + "max": "231.85", + "min": "229.503", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "56.927", + "max": "61.812", + "min": "56.664", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "16.641", + "max": "16.835", + "min": "16.545", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "57.054", + "max": "72.522", + "min": "55.749", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "46.604", + "max": "47.391", + "min": "46.418", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "37.155", + "max": "37.286", + "min": "37.025", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "10.015", + "max": "10.236", + "min": "9.892", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "104.947", + "max": "105.385", + "min": "104.818", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "255.33", + "max": "256.647", + "min": "254.989", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "123.623", + "max": "124.019", + "min": "123.448", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "100.582", + "max": "100.826", + "min": "100.451", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "109.742", + "max": "116.281", + "min": "109.294", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "84.023", + "max": "84.782", + "min": "83.76", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "109.024", + "max": "109.291", + "min": "108.877", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "216.618", + "max": "217.046", + "min": "216.428", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "76.062", + "max": "77.995", + "min": "75.816", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "76.444", + "max": "76.598", + "min": "76.293", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "91.296", + "max": "112.472", + "min": "87.507", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "163.196", + "max": "163.328", + "min": "163.059", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "108.32", + "max": "109.136", + "min": "108.144", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "95.488", + "max": "96.113", + "min": "95.255", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "14.584", + "max": "14.91", + "min": "14.332", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "89.105", + "max": "89.249", + "min": "88.972", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "111.306", + "max": "112.285", + "min": "111.05", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "227.842", + "max": "272.415", + "min": "219.294", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.461", + "max": "52.624", + "min": "52.304", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "39.773", + "max": "39.976", + "min": "39.607", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "478.871", + "max": "479.366", + "min": "478.293", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "111.342", + "max": "111.389", + "min": "111.263", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "10.538", + "max": "11.619", + "min": "10.367", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "183.549", + "max": "183.79", + "min": "183.358", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "237.865", + "max": "237.999", + "min": "237.712", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "166.455", + "max": "166.871", + "min": "166.194", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "89.009", + "max": "89.747", + "min": "88.797", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "228.624", + "max": "234.509", + "min": "225.88", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "15.269", + "max": "15.371", + "min": "15.133", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.346", + "max": "24.448", + "min": "24.236", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "87.151", + "max": "89.094", + "min": "86.86", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "275.511", + "max": "275.736", + "min": "275.39", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "83.199", + "max": "84.721", + "min": "82.922", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "101.843", + "max": "102.387", + "min": "101.609", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "106.56", + "max": "130.775", + "min": "105.226", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "103.891", + "max": "103.977", + "min": "103.774", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "79.447", + "max": "79.79", + "min": "79.153", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "124.843", + "max": "125.349", + "min": "124.627", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "115.042", + "max": "115.201", + "min": "114.839", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "135.986", + "max": "139.629", + "min": "135.425", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "124.343", + "max": "124.499", + "min": "124.166", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "81.875", + "max": "88.157", + "min": "80.977", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "87.313", + "max": "87.413", + "min": "87.207", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.675", + "max": "81.842", + "min": "81.555", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "97.081", + "max": "97.265", + "min": "96.843", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "138.42", + "max": "139.174", + "min": "138.109", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "103.558", + "max": "120.971", + "min": "102.183", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "115.534", + "max": "168.162", + "min": "89.915", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "74.777", + "max": "74.89", + "min": "74.64", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "137.528", + "max": "137.809", + "min": "137.269", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "110.115", + "max": "110.42", + "min": "109.921", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "119.305", + "max": "119.829", + "min": "118.773", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "84.222", + "max": "84.68", + "min": "83.953", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "243.612", + "max": "250.035", + "min": "243.091", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "96.683", + "max": "96.873", + "min": "96.536", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "95.04", + "max": "95.246", + "min": "94.895", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "103.765", + "max": "114.772", + "min": "99.439", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "138.952", + "max": "139.233", + "min": "138.738", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "81.822", + "max": "93.659", + "min": "81.285", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "84.834", + "max": "85.344", + "min": "84.666", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "80.58", + "max": "81.729", + "min": "79.062", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "223.94", + "max": "224.342", + "min": "223.752", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "10.019", + "max": "16.937", + "min": "9.252", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "243.769", + "max": "243.89", + "min": "243.63", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "263.031", + "max": "268.819", + "min": "262.67", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "83.611", + "max": "84.337", + "min": "83.377", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "221.158", + "max": "224.368", + "min": "216.322", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "88.949", + "max": "91.984", + "min": "88.592", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "133.911", + "max": "134.771", + "min": "133.612", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "77.433", + "max": "78.811", + "min": "77.009", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "82.183", + "max": "82.998", + "min": "81.811", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "26.794", + "max": "26.949", + "min": "26.645", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.166", + "max": "41.324", + "min": "40.952", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "218.608", + "max": "218.799", + "min": "218.422", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "11.398", + "max": "11.585", + "min": "11.177", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "95.976", + "max": "96.125", + "min": "95.859", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "14.537", + "max": "14.636", + "min": "14.427", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "99.361", + "max": "99.686", + "min": "99.165", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "147.833", + "max": "148.335", + "min": "147.649", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "46.88", + "max": "49.254", + "min": "44.186", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "93.085", + "max": "93.22", + "min": "92.951", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "118.874", + "max": "121.24", + "min": "118.276", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "72.383", + "max": "84.81", + "min": "70.38", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "202.666", + "max": "204.638", + "min": "202.139", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": null, + "max": null, + "min": null, + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "155.988", + "max": "157.184", + "min": "155.683", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "122.677", + "max": "122.74", + "min": "122.605", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "84.108", + "max": "84.206", + "min": "84.02", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "128.946", + "max": "129.086", + "min": "128.826", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "22.775", + "max": "24.932", + "min": "22.365", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "14.22", + "max": "14.576", + "min": "14.037", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "138.18", + "max": "140.267", + "min": "136.949", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "95.926", + "max": "96.516", + "min": "95.518", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "19.935", + "max": "21.52", + "min": "18.904", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "137.261", + "max": "137.909", + "min": "136.987", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "34.65", + "max": "34.853", + "min": "34.522", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "83.144", + "max": "87.723", + "min": "82.4", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "231.762", + "max": "236.528", + "min": "221.499", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "103.788", + "max": "103.788", + "min": "103.788", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "77.077", + "max": "77.254", + "min": "76.929", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "90.401", + "max": "90.591", + "min": "90.26", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "170.332", + "max": "170.86", + "min": "170.016", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "102.702", + "max": "113.883", + "min": "94.753", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "103.246", + "max": "103.371", + "min": "103.1", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "199.966", + "max": "200.964", + "min": "199.814", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "158.085", + "max": "159.817", + "min": "157.742", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "32.341", + "max": "33.732", + "min": "32.087", + "id": "109", + "country": "United States", + "source_name": "Scranton", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "110": { + "name": "Asheville", + "data": { + "0": { + "avg": "91.476", + "max": "92.586", + "min": "91.32", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "208.114", + "max": "211.883", + "min": "207.749", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "28.463", + "max": "28.862", + "min": "28.347", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "123.515", + "max": "130.702", + "min": "122.633", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "103.989", + "max": "105.342", + "min": "103.775", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "173.931", + "max": "174.129", + "min": "173.795", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "101.588", + "max": "105.139", + "min": "101.283", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "217.011", + "max": "236.077", + "min": "215.343", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "145.918", + "max": "146.14", + "min": "145.782", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "120.573", + "max": "121.033", + "min": "120.426", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "90.793", + "max": "91.149", + "min": "90.631", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "30.966", + "max": "50.42", + "min": "30.175", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "20.761", + "max": "20.951", + "min": "20.673", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "23.851", + "max": "24.557", + "min": "23.637", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "21.139", + "max": "21.375", + "min": "21.063", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "14.329", + "max": "15.044", + "min": "14.023", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "110.785", + "max": "110.978", + "min": "110.577", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "8.617", + "max": "8.939", + "min": "8.49", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "109.902", + "max": "110.128", + "min": "109.742", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "121.463", + "max": "121.619", + "min": "121.359", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "211.848", + "max": "212.028", + "min": "211.747", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "24.743", + "max": "24.83", + "min": "24.666", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "68.724", + "max": "69.86", + "min": "68.56", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "73.069", + "max": "80.26", + "min": "72.592", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "125.609", + "max": "125.924", + "min": "125.311", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "110.426", + "max": "110.541", + "min": "110.35", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "120.254", + "max": "121.118", + "min": "120.117", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "122.164", + "max": "122.566", + "min": "121.988", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "107.876", + "max": "108.076", + "min": "107.777", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.873", + "max": "71.679", + "min": "70.627", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "260.576", + "max": "260.821", + "min": "260.462", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "131.994", + "max": "132.076", + "min": "131.907", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "60.701", + "max": "64.571", + "min": "60.43", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "148.617", + "max": "148.963", + "min": "148.463", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "118.702", + "max": "122.253", + "min": "118.385", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "230.247", + "max": "237.76", + "min": "229.845", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "67.465", + "max": "67.612", + "min": "67.383", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.655", + "max": "60.899", + "min": "60.515", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "30.782", + "max": "31.056", + "min": "30.648", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "15.065", + "max": "15.366", + "min": "14.862", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "229.722", + "max": "232.663", + "min": "229.315", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "108.613", + "max": "112.279", + "min": "107.944", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "126.787", + "max": "126.919", + "min": "126.648", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "120.068", + "max": "122.488", + "min": "119.826", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "229.878", + "max": "230.07", + "min": "229.8", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "119.37", + "max": "120.199", + "min": "119.041", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "126.087", + "max": "129.024", + "min": "125.803", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "85.293", + "max": "85.541", + "min": "85.174", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "161.093", + "max": "161.517", + "min": "160.939", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "26.981", + "max": "28.582", + "min": "26.843", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "31.202", + "max": "31.373", + "min": "31.14", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "75.312", + "max": "76.162", + "min": "75.087", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "101.515", + "max": "186.737", + "min": "93.774", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.317", + "max": "38.486", + "min": "38.174", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "271.062", + "max": "280.159", + "min": "267.709", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "267.395", + "max": "268.107", + "min": "267.194", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "118.321", + "max": "120.198", + "min": "117.46", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "220.788", + "max": "220.943", + "min": "220.703", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "122.322", + "max": "124.378", + "min": "122.114", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "95.322", + "max": "95.544", + "min": "95.196", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "149.818", + "max": "150.561", + "min": "149.396", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "149.417", + "max": "196.748", + "min": "143.605", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "256.326", + "max": "325.236", + "min": "247.688", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "272.383", + "max": "273.918", + "min": "272.144", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "145.841", + "max": "147.902", + "min": "145.589", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "137.147", + "max": "137.333", + "min": "137.037", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "21.913", + "max": "27.389", + "min": "21.585", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "138.806", + "max": "139.21", + "min": "138.483", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "141.715", + "max": "143.388", + "min": "141.156", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "49.819", + "max": "51.621", + "min": "49.545", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "213.335", + "max": "215.936", + "min": "212.974", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "64.191", + "max": "65.396", + "min": "63.865", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "64.883", + "max": "71.948", + "min": "64.483", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "22.315", + "max": "22.594", + "min": "22.192", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "128.649", + "max": "129.495", + "min": "128.344", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "105.236", + "max": "107.48", + "min": "105.017", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "12.638", + "max": "12.973", + "min": "12.532", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "63.663", + "max": "65.124", + "min": "63.5", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "23.176", + "max": "29.841", + "min": "22.665", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "29.502", + "max": "29.577", + "min": "29.424", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "82.705", + "max": "83.649", + "min": "82.489", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "36.466", + "max": "36.692", + "min": "36.265", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "230.824", + "max": "239.056", + "min": "230.361", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "218.739", + "max": "219.129", + "min": "218.564", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "58.79", + "max": "58.97", + "min": "58.702", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "149.758", + "max": "151.084", + "min": "149.239", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "100.071", + "max": "104.432", + "min": "99.67", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "24.556", + "max": "25.746", + "min": "24.357", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "31.227", + "max": "31.524", + "min": "31.05", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "96.114", + "max": "96.37", + "min": "95.993", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "38.271", + "max": "39.456", + "min": "37.529", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "70.919", + "max": "71.133", + "min": "70.742", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "115.811", + "max": "115.9", + "min": "115.741", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "187.628", + "max": "189.601", + "min": "187.404", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "26.521", + "max": "26.604", + "min": "26.431", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "21.912", + "max": "22.168", + "min": "21.777", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "69.945", + "max": "70.431", + "min": "69.726", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "58.095", + "max": "72.765", + "min": "56.835", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "77.377", + "max": "77.524", + "min": "77.242", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "28.197", + "max": "29.424", + "min": "27.975", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "43.857", + "max": "44.285", + "min": "43.747", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "70.511", + "max": "71.121", + "min": "70.257", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "139.584", + "max": "142.044", + "min": "139.359", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "234.497", + "max": "239.575", + "min": "233.752", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "34.112", + "max": "35.69", + "min": "33.925", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "195.768", + "max": "195.947", + "min": "195.487", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "92.228", + "max": "92.69", + "min": "91.998", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "24.38", + "max": "24.743", + "min": "24.202", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "0.025", + "max": "0.048", + "min": "0.017", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "208.234", + "max": "212.713", + "min": "207.447", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "225.2", + "max": "226.106", + "min": "225.049", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "202.598", + "max": "202.765", + "min": "202.457", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "17.991", + "max": "19.666", + "min": "17.823", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "220.263", + "max": "223.16", + "min": "219.964", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "461.292", + "max": "577.274", + "min": "277.825", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "291.955", + "max": "405.142", + "min": "181.693", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "257.959", + "max": "266.673", + "min": "257.281", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "167.782", + "max": "168.897", + "min": "167.52", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "34.254", + "max": "34.528", + "min": "34.131", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "32.789", + "max": "35.029", + "min": "32.408", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "50.062", + "max": "53.095", + "min": "49.793", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "81.828", + "max": "249.046", + "min": "14.553", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "134.073", + "max": "134.905", + "min": "133.937", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "119.834", + "max": "122.869", + "min": "119.278", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "127.171", + "max": "127.405", + "min": "127.084", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "112.685", + "max": "113.556", + "min": "112.065", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "24.122", + "max": "24.397", + "min": "23.955", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "328.798", + "max": "330.095", + "min": "328.521", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "194.334", + "max": "195.205", + "min": "194.116", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "108.783", + "max": "109.23", + "min": "108.624", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "38.477", + "max": "38.667", + "min": "38.378", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "29.524", + "max": "29.953", + "min": "29.366", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "45.604", + "max": "58.222", + "min": "45.066", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "208.758", + "max": "210.466", + "min": "208.083", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.411", + "max": "51.264", + "min": "49.166", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "31.087", + "max": "31.289", + "min": "30.936", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "55.997", + "max": "61.548", + "min": "55.524", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "44.318", + "max": "47.073", + "min": "44.066", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "42.853", + "max": "43.063", + "min": "42.768", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "23.239", + "max": "23.51", + "min": "23.1", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "123.283", + "max": "123.743", + "min": "123.087", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "251.77", + "max": "252.273", + "min": "251.399", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "133.96", + "max": "134.16", + "min": "133.815", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "115.243", + "max": "115.429", + "min": "115.089", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "115.444", + "max": "117.51", + "min": "115.222", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "101.814", + "max": "102.568", + "min": "101.516", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "142.128", + "max": "145.598", + "min": "141.881", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "301.85", + "max": "302.117", + "min": "301.765", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "89.87", + "max": "90.111", + "min": "89.779", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "98.029", + "max": "98.11", + "min": "97.97", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "100.914", + "max": "109.229", + "min": "99.537", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "182.404", + "max": "182.545", + "min": "182.306", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "130.512", + "max": "131.492", + "min": "130.348", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "103.699", + "max": "146.907", + "min": "102.002", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "18.63", + "max": "18.902", + "min": "18.553", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "89.244", + "max": "90.062", + "min": "89.053", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "135.055", + "max": "135.973", + "min": "134.902", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "216.504", + "max": "265.301", + "min": "207.591", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.749", + "max": "52.927", + "min": "52.627", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "156.948", + "max": "231.788", + "min": "149.564", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "51.207", + "max": "51.351", + "min": "51.089", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "473.775", + "max": "474.504", + "min": "473.159", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "137.254", + "max": "140.881", + "min": "137.018", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "25.593", + "max": "25.841", + "min": "25.461", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "203.424", + "max": "204.202", + "min": "203.223", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "259.712", + "max": "259.881", + "min": "259.581", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "189.287", + "max": "189.813", + "min": "189.018", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "43.044", + "max": "43.233", + "min": "42.918", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "263.674", + "max": "278.847", + "min": "238.1", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "30.045", + "max": "30.145", + "min": "29.961", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "23.335", + "max": "23.54", + "min": "23.216", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "101.091", + "max": "102.875", + "min": "100.853", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "226.25", + "max": "226.459", + "min": "226.11", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "96.62", + "max": "98.53", + "min": "96.413", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "112.732", + "max": "113.276", + "min": "112.522", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "124.645", + "max": "147.605", + "min": "123.492", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "107.525", + "max": "107.716", + "min": "107.458", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "103.45", + "max": "103.873", + "min": "103.233", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "156.024", + "max": "156.623", + "min": "155.881", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "137.166", + "max": "137.406", + "min": "137.041", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "150.32", + "max": "155.28", + "min": "149.764", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "126.118", + "max": "126.453", + "min": "125.98", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "108.358", + "max": "109.766", + "min": "108.087", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "108.881", + "max": "109.57", + "min": "108.78", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "93.477", + "max": "93.585", + "min": "93.374", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "117.725", + "max": "121.63", + "min": "117.443", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "145.605", + "max": "145.891", + "min": "145.461", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "125.329", + "max": "126.883", + "min": "124.749", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "136.766", + "max": "207.948", + "min": "112.383", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "101.934", + "max": "102.078", + "min": "101.815", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "150.273", + "max": "150.842", + "min": "150.072", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "127.763", + "max": "128", + "min": "127.54", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "134.765", + "max": "135.449", + "min": "134.347", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "92.684", + "max": "107.345", + "min": "91.761", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "263.933", + "max": "264.697", + "min": "263.775", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "112.862", + "max": "113.271", + "min": "112.744", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "121.391", + "max": "121.586", + "min": "121.217", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "125.313", + "max": "125.411", + "min": "125.228", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "116.195", + "max": "126.822", + "min": "106.271", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "151.178", + "max": "151.558", + "min": "151.008", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "104.433", + "max": "105.125", + "min": "104.292", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "103.213", + "max": "103.789", + "min": "103.035", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "101.855", + "max": "102.104", + "min": "101.756", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "245.244", + "max": "249.802", + "min": "244.495", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "23.992", + "max": "29.975", + "min": "22.515", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "237.566", + "max": "240.181", + "min": "232.032", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "251.237", + "max": "251.663", + "min": "251.057", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "104.178", + "max": "104.323", + "min": "104.042", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "227.615", + "max": "229.071", + "min": "227.345", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "73.008", + "max": "73.828", + "min": "72.637", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "130.531", + "max": "130.796", + "min": "130.33", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "163.339", + "max": "165.191", + "min": "163.127", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "91.026", + "max": "93.728", + "min": "90.621", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "97.306", + "max": "98.298", + "min": "96.99", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "37.52", + "max": "37.615", + "min": "37.451", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "27.706", + "max": "28.821", + "min": "27.619", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "232.358", + "max": "238.019", + "min": "232.004", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "26.824", + "max": "27.117", + "min": "26.714", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "109.125", + "max": "109.519", + "min": "108.922", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "30.017", + "max": "30.902", + "min": "29.867", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "125.585", + "max": "125.811", + "min": "125.435", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "156.394", + "max": "156.812", + "min": "156.214", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "39.528", + "max": "56.837", + "min": "37.241", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "106.68", + "max": "107.042", + "min": "106.573", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "130.952", + "max": "133.545", + "min": "130.136", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "71.589", + "max": "77.04", + "min": "70.583", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "253.904", + "max": "254.361", + "min": "253.501", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "167.894", + "max": "168.412", + "min": "167.716", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "179.293", + "max": "180.962", + "min": "179.059", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "132.964", + "max": "134.424", + "min": "132.853", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "105.237", + "max": "105.405", + "min": "105.169", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "123.74", + "max": "126.463", + "min": "123.543", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "30.631", + "max": "36.064", + "min": "29.998", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "23.87", + "max": "24.111", + "min": "23.7", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "146.868", + "max": "161.395", + "min": "144.228", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "90.082", + "max": "92.407", + "min": "88.983", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "29.904", + "max": "31.685", + "min": "28.84", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "147.522", + "max": "147.844", + "min": "147.418", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "47.203", + "max": "47.425", + "min": "46.953", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "109.949", + "max": "112.848", + "min": "109.57", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "225.559", + "max": "226.468", + "min": "223.335", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "89.902", + "max": "90.041", + "min": "89.763", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "92.064", + "max": "92.471", + "min": "91.989", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "112.364", + "max": "112.62", + "min": "112.259", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "191.546", + "max": "194.873", + "min": "191.299", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "113.011", + "max": "128.62", + "min": "104.141", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "119.375", + "max": "153.817", + "min": "118.009", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "247.486", + "max": "248.022", + "min": "247.355", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "176.921", + "max": "183.231", + "min": "176.23", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "37.708", + "max": "42.284", + "min": "37.396", + "id": "110", + "country": "United States", + "source_name": "Asheville", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "114": { + "name": "Manhattan", + "data": { + "0": { + "avg": "134.739", + "max": "135.019", + "min": "134.605", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "211.807", + "max": "212.432", + "min": "211.56", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "13.925", + "max": "15.591", + "min": "13.705", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "98.618", + "max": "103.97", + "min": "98.158", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "91.73", + "max": "91.924", + "min": "91.6", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "160.308", + "max": "160.683", + "min": "160.166", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "75.913", + "max": "76.093", + "min": "75.792", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "221.225", + "max": "227.773", + "min": "220.548", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "114.894", + "max": "115.064", + "min": "114.703", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "96.275", + "max": "99.043", + "min": "95.96", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "69.583", + "max": "71.223", + "min": "69.344", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "43.557", + "max": "43.793", + "min": "43.456", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "1.574", + "max": "1.762", + "min": "1.444", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "5.528", + "max": "6.15", + "min": "5.339", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "28.594", + "max": "29.54", + "min": "28.443", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "8.152", + "max": "9.015", + "min": "7.894", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "100.827", + "max": "101.165", + "min": "100.637", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "18.94", + "max": "19.385", + "min": "18.828", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "100.076", + "max": "100.705", + "min": "99.917", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "97.837", + "max": "97.931", + "min": "97.716", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "219.486", + "max": "219.84", + "min": "219.34", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "21.84", + "max": "21.94", + "min": "21.766", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "79.539", + "max": "79.649", + "min": "79.449", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "68.143", + "max": "68.777", + "min": "67.991", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "99.513", + "max": "108.549", + "min": "98.949", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "99.913", + "max": "100.048", + "min": "99.826", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "97.445", + "max": "98.035", + "min": "97.238", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "91.964", + "max": "92.194", + "min": "91.735", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "83.904", + "max": "84.179", + "min": "83.764", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "63.654", + "max": "68.352", + "min": "63.248", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "235.059", + "max": "235.261", + "min": "234.937", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "96.665", + "max": "96.866", + "min": "96.564", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "67.355", + "max": "67.597", + "min": "67.166", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "130.085", + "max": "130.223", + "min": "129.971", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "90.962", + "max": "93.08", + "min": "90.487", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "216.126", + "max": "217.898", + "min": "215.881", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "65.808", + "max": "65.898", + "min": "65.715", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "54.36", + "max": "54.49", + "min": "54.146", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "31.888", + "max": "32.177", + "min": "31.718", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "9.19", + "max": "9.414", + "min": "9.001", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "211.977", + "max": "216.489", + "min": "211.528", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "78.188", + "max": "84.832", + "min": "77.311", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "108.256", + "max": "108.503", + "min": "108.143", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "99.1", + "max": "99.94", + "min": "98.939", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "209.684", + "max": "209.87", + "min": "209.573", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "102.63", + "max": "103.458", + "min": "102.401", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "104.493", + "max": "105.124", + "min": "104.331", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "92.452", + "max": "95.905", + "min": "90.414", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "162.892", + "max": "165.345", + "min": "161.717", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "40.783", + "max": "40.916", + "min": "40.671", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "10.474", + "max": "10.635", + "min": "10.307", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "72.199", + "max": "73.389", + "min": "71.878", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "128.341", + "max": "214.962", + "min": "111.529", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "32.726", + "max": "32.88", + "min": "32.619", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "202.202", + "max": "207.884", + "min": "199.438", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "231.596", + "max": "232.082", + "min": "231.373", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "114.328", + "max": "116.721", + "min": "113.279", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "215.267", + "max": "215.541", + "min": "215.198", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "116.514", + "max": "117.489", + "min": "116.131", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "84.772", + "max": "84.908", + "min": "84.65", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "133.621", + "max": "134.437", + "min": "133.201", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "131.28", + "max": "189.338", + "min": "125.206", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "247.247", + "max": "269.587", + "min": "245.358", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "258.028", + "max": "258.131", + "min": "257.922", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "119.008", + "max": "119.312", + "min": "118.874", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "121.239", + "max": "121.499", + "min": "121.107", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "3.401", + "max": "8.249", + "min": "3.077", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "113.683", + "max": "114.129", + "min": "113.33", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "130.787", + "max": "133.443", + "min": "130.046", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "43.461", + "max": "44.377", + "min": "43.291", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "203.308", + "max": "204.265", + "min": "203.159", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "64.453", + "max": "64.735", + "min": "64.222", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "73.458", + "max": "75.413", + "min": "73.203", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "26.632", + "max": "26.905", + "min": "26.432", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "111.187", + "max": "113.11", + "min": "110.885", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "76.756", + "max": "77.2", + "min": "76.572", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "24.155", + "max": "24.288", + "min": "24.007", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "69.604", + "max": "69.757", + "min": "69.478", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "16.154", + "max": "17.832", + "min": "15.826", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "20.213", + "max": "20.38", + "min": "20.075", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "61.206", + "max": "61.446", + "min": "60.956", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "20.833", + "max": "21.53", + "min": "20.653", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "252.268", + "max": "252.522", + "min": "252.13", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "222.206", + "max": "222.61", + "min": "221.987", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "49.147", + "max": "49.393", + "min": "49.022", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "129.518", + "max": "131.308", + "min": "129.015", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "80.264", + "max": "80.758", + "min": "80.027", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "27.56", + "max": "27.708", + "min": "27.446", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "24.213", + "max": "25.933", + "min": "24.037", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "80.415", + "max": "85.839", + "min": "80.079", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "33.189", + "max": "34.928", + "min": "32.342", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.311", + "max": "74.827", + "min": "74.129", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "94.653", + "max": "94.75", + "min": "94.578", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "175.806", + "max": "176.035", + "min": "175.619", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "10.826", + "max": "10.985", + "min": "10.721", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "43.882", + "max": "46.31", + "min": "43.454", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "76.993", + "max": "77.223", + "min": "76.772", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "54.179", + "max": "74.693", + "min": "53.079", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "62.122", + "max": "62.314", + "min": "61.994", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "19.955", + "max": "20.977", + "min": "19.772", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "33.288", + "max": "33.587", + "min": "33.181", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "57.22", + "max": "57.368", + "min": "57.099", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "145.467", + "max": "163.439", + "min": "128.507", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "224.579", + "max": "226.145", + "min": "224.123", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.73", + "max": "29.382", + "min": "28.47", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "200.42", + "max": "201.217", + "min": "200.002", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "88.049", + "max": "89.382", + "min": "87.801", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "6.717", + "max": "7.26", + "min": "6.497", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "18.003", + "max": "18.132", + "min": "17.887", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "194.596", + "max": "195.022", + "min": "194.454", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "222.805", + "max": "229.695", + "min": "219.98", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "198.91", + "max": "202.681", + "min": "195.764", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "0.041", + "max": "0.068", + "min": "0.029", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "197.916", + "max": "217.206", + "min": "196.988", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "434.189", + "max": "535.278", + "min": "255.269", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "220.909", + "max": "333.581", + "min": "140.845", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "251.857", + "max": "266.795", + "min": "251.024", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "157.615", + "max": "157.945", + "min": "157.48", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "43.662", + "max": "43.911", + "min": "43.521", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "37.73", + "max": "38.199", + "min": "37.472", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.222", + "max": "42.322", + "min": "39.886", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "105.706", + "max": "246.634", + "min": "26.901", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "128.978", + "max": "148.723", + "min": "114.079", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "107.199", + "max": "208.004", + "min": "103.204", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "106.868", + "max": "107.123", + "min": "106.801", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "102.818", + "max": "104.662", + "min": "102.316", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "1.379", + "max": "1.664", + "min": "1.222", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "215.954", + "max": "216.426", + "min": "215.765", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "190.325", + "max": "191.106", + "min": "190.133", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "97.472", + "max": "98.252", + "min": "97.254", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "29.144", + "max": "29.307", + "min": "28.984", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.041", + "max": "25.206", + "min": "24.904", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "26.058", + "max": "26.276", + "min": "25.848", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "202.976", + "max": "204.148", + "min": "202.446", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "48.436", + "max": "49.217", + "min": "48.309", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "8.489", + "max": "8.729", + "min": "8.378", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "55.203", + "max": "69.604", + "min": "53.289", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "39.745", + "max": "39.885", + "min": "39.578", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.172", + "max": "38.387", + "min": "37.973", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "4.228", + "max": "4.386", + "min": "4.12", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "97.792", + "max": "97.956", + "min": "97.672", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "259.522", + "max": "260.173", + "min": "259.168", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "114.032", + "max": "114.177", + "min": "113.914", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "92.469", + "max": "92.738", + "min": "92.278", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.449", + "max": "118.861", + "min": "105.771", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "84.13", + "max": "84.926", + "min": "83.906", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "108.307", + "max": "112.59", + "min": "107.857", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "207.453", + "max": "207.817", + "min": "207.328", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "70.236", + "max": "72.296", + "min": "70.026", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "71.853", + "max": "71.991", + "min": "71.725", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "81.651", + "max": "100.301", + "min": "79.784", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "162.832", + "max": "162.984", + "min": "162.686", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "109.619", + "max": "112.569", + "min": "109.419", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "88.798", + "max": "106.098", + "min": "87.396", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "12.043", + "max": "12.843", + "min": "11.84", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "85.811", + "max": "87.739", + "min": "85.503", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "115.627", + "max": "116.127", + "min": "115.369", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "225.994", + "max": "278.564", + "min": "218.037", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "53.083", + "max": "53.223", + "min": "52.982", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "166.052", + "max": "268.118", + "min": "160.02", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "38.992", + "max": "39.096", + "min": "38.87", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "478.77", + "max": "479.291", + "min": "477.989", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "130.619", + "max": "140.913", + "min": "113.711", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "0.806", + "max": "1.193", + "min": "0.663", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "169.463", + "max": "169.617", + "min": "169.293", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "242.336", + "max": "242.804", + "min": "242.219", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "173.197", + "max": "173.435", + "min": "173.036", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "59.714", + "max": "59.938", + "min": "59.525", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "269.434", + "max": "279.476", + "min": "248.87", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "10.06", + "max": "10.166", + "min": "9.943", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "15.405", + "max": "15.543", + "min": "15.312", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "88.043", + "max": "90.185", + "min": "87.804", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "293.772", + "max": "327.499", + "min": "278.033", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "78.121", + "max": "78.264", + "min": "78.037", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "95.387", + "max": "95.834", + "min": "95.122", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "105.179", + "max": "106.623", + "min": "105.039", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "99.165", + "max": "99.271", + "min": "99.054", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "73.57", + "max": "73.967", + "min": "73.382", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "125.957", + "max": "129.105", + "min": "125.681", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "116.621", + "max": "116.73", + "min": "116.524", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "124.333", + "max": "138.934", + "min": "123.113", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "119.907", + "max": "120.577", + "min": "119.696", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "73.62", + "max": "75.419", + "min": "73.322", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "93.947", + "max": "94.083", + "min": "93.859", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "75.754", + "max": "75.853", + "min": "75.584", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "98.281", + "max": "103.833", + "min": "98.006", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "127.773", + "max": "127.99", + "min": "127.588", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "99.589", + "max": "108.073", + "min": "98.471", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "121.83", + "max": "179.239", + "min": "91.34", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "66.533", + "max": "66.711", + "min": "66.381", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "148.65", + "max": "148.922", + "min": "148.471", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "122.709", + "max": "146.397", + "min": "110.748", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "123.273", + "max": "123.695", + "min": "122.945", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "75.419", + "max": "99.143", + "min": "74.331", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "272.891", + "max": "273.134", + "min": "272.788", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "109.884", + "max": "110.127", + "min": "109.756", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "101.605", + "max": "101.846", + "min": "101.431", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "101.073", + "max": "101.196", + "min": "100.966", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "99.45", + "max": "105.791", + "min": "94.808", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "124.013", + "max": "124.394", + "min": "123.853", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "82.319", + "max": "83.127", + "min": "82.156", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "83.058", + "max": "83.348", + "min": "82.918", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "89.577", + "max": "89.732", + "min": "89.475", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "224.145", + "max": "231.342", + "min": "223.467", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "4.999", + "max": "9.706", + "min": "4.1", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "237.435", + "max": "240.779", + "min": "232.452", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "209.4", + "max": "211.17", + "min": "209.137", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "78.408", + "max": "78.642", + "min": "78.211", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "223.026", + "max": "224.117", + "min": "222.792", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "88.866", + "max": "89.081", + "min": "88.73", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "106.772", + "max": "107.075", + "min": "106.609", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "132.89", + "max": "135.47", + "min": "132.491", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "75.705", + "max": "76.756", + "min": "75.372", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "78.272", + "max": "80.153", + "min": "77.873", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "22.893", + "max": "23.037", + "min": "22.78", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "33.971", + "max": "34.178", + "min": "33.869", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "244.236", + "max": "321.895", + "min": "241.136", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "6.618", + "max": "6.737", + "min": "6.513", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "90.222", + "max": "91.351", + "min": "90.068", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "13.104", + "max": "13.173", + "min": "12.925", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "99.996", + "max": "100.124", + "min": "99.879", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "129.297", + "max": "130.977", + "min": "129.055", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "44.957", + "max": "47.781", + "min": "42.018", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "94.469", + "max": "94.695", + "min": "94.292", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "114.067", + "max": "115.383", + "min": "113.114", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "68.208", + "max": "76.488", + "min": "67.002", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "210.88", + "max": "218.506", + "min": "208.968", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "148.465", + "max": "148.803", + "min": "148.313", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "150.441", + "max": "151.034", + "min": "150.177", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "125.31", + "max": "125.503", + "min": "125.176", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "80.065", + "max": "80.168", + "min": "79.992", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "131.859", + "max": "132.259", + "min": "131.765", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "12.138", + "max": "13.495", + "min": "11.766", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "11.762", + "max": "12.019", + "min": "11.625", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "135.236", + "max": "139.627", + "min": "133.368", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "96.946", + "max": "97.451", + "min": "96.565", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "27.676", + "max": "29.287", + "min": "26.492", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "134.424", + "max": "135.035", + "min": "134.247", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "28.32", + "max": "28.774", + "min": "28.098", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "81.022", + "max": "90.01", + "min": "80.237", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "226.311", + "max": "228.076", + "min": "224.87", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "102.357", + "max": "102.623", + "min": "102.091", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "74.469", + "max": "74.578", + "min": "74.401", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "82.158", + "max": "82.302", + "min": "82.053", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "168.507", + "max": "294.849", + "min": "163.423", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "87.327", + "max": "95.36", + "min": "78.871", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "122.692", + "max": "122.905", + "min": "122.583", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "187.452", + "max": "189.002", + "min": "186.962", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "162.074", + "max": "164.24", + "min": "161.769", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "27.267", + "max": "30.03", + "min": "26.978", + "id": "114", + "country": "United States", + "source_name": "Manhattan", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "121": { + "name": "Oklahoma City", + "data": { + "0": { + "avg": "117.226", + "max": "117.877", + "min": "117.025", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "245.761", + "max": "246.21", + "min": "245.484", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "38.614", + "max": "38.834", + "min": "38.501", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "143.094", + "max": "152.54", + "min": "142.185", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "111.529", + "max": "111.969", + "min": "111.299", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "157.328", + "max": "157.527", + "min": "157.188", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "122.316", + "max": "122.449", + "min": "122.198", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "287.366", + "max": "299.584", + "min": "286.628", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "156.069", + "max": "156.21", + "min": "155.94", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "143.908", + "max": "145.263", + "min": "143.624", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "109.898", + "max": "110.172", + "min": "109.698", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "9.934", + "max": "11.713", + "min": "9.743", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "40.486", + "max": "40.749", + "min": "40.362", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "47.983", + "max": "49.434", + "min": "47.741", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "40.272", + "max": "47.425", + "min": "39.899", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "38.628", + "max": "39.199", + "min": "37.994", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "128.882", + "max": "129.2", + "min": "128.661", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "27.618", + "max": "27.88", + "min": "27.471", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "117.144", + "max": "117.375", + "min": "116.958", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "133.683", + "max": "133.826", + "min": "133.538", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "262.127", + "max": "262.224", + "min": "262.04", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "21.577", + "max": "24.144", + "min": "21.357", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "46.678", + "max": "47.23", + "min": "46.506", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "51.481", + "max": "57.179", + "min": "50.898", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "152.241", + "max": "152.929", + "min": "152.08", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "134.361", + "max": "134.499", + "min": "134.223", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "129.524", + "max": "131.202", + "min": "129.292", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "159.58", + "max": "160.01", + "min": "159.44", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "122.58", + "max": "122.671", + "min": "122.454", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "51.408", + "max": "52.797", + "min": "51.216", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "226.412", + "max": "226.528", + "min": "226.275", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "140.927", + "max": "141.261", + "min": "140.784", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "35.846", + "max": "36.083", + "min": "35.693", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "166.074", + "max": "172.425", + "min": "165.675", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "139.167", + "max": "142.019", + "min": "138.748", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "220.389", + "max": "221.308", + "min": "220.18", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "48.416", + "max": "48.58", + "min": "48.345", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "36.85", + "max": "37.016", + "min": "36.715", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "12.282", + "max": "12.47", + "min": "12.062", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "40.349", + "max": "41.919", + "min": "39.963", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "248.155", + "max": "250.956", + "min": "247.586", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "113.4", + "max": "118.452", + "min": "112.636", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "148.133", + "max": "148.371", + "min": "147.984", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "148.782", + "max": "149.558", + "min": "148.583", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "244.325", + "max": "244.532", + "min": "244.131", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "146.35", + "max": "147.055", + "min": "145.928", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "147.773", + "max": "148.199", + "min": "147.615", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "96.64", + "max": "97.442", + "min": "96.462", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "173.831", + "max": "174.398", + "min": "173.006", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "17.725", + "max": "17.881", + "min": "17.62", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "41.211", + "max": "41.28", + "min": "41.11", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "53.889", + "max": "54.239", + "min": "53.623", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "130.55", + "max": "141.57", + "min": "121.121", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "7.715", + "max": "7.905", + "min": "7.498", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "250.41", + "max": "260.895", + "min": "247.13", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "243.23", + "max": "244.371", + "min": "243.025", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "122.742", + "max": "127.42", + "min": "121.738", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "197.179", + "max": "197.276", + "min": "197.097", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "167.782", + "max": "169.104", + "min": "167.501", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "118.313", + "max": "119.736", + "min": "118.077", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "177.067", + "max": "180.464", + "min": "176.57", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "167.38", + "max": "226.308", + "min": "161.162", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "229.096", + "max": "244.086", + "min": "227.787", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "225.167", + "max": "225.73", + "min": "224.971", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "161.368", + "max": "161.536", + "min": "161.239", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "151.612", + "max": "152.502", + "min": "151.428", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "40.492", + "max": "40.702", + "min": "40.366", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "158.728", + "max": "159.118", + "min": "158.46", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "156.314", + "max": "157.934", + "min": "155.487", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "20.089", + "max": "23.198", + "min": "19.776", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.864", + "max": "201.553", + "min": "199.592", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "46.149", + "max": "46.492", + "min": "45.784", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "82.371", + "max": "86.037", + "min": "81.988", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.414", + "max": "33.886", + "min": "33.219", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "149.815", + "max": "150.8", + "min": "149.495", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "111.151", + "max": "111.318", + "min": "110.945", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "31.576", + "max": "31.819", + "min": "31.394", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "56.008", + "max": "57.112", + "min": "55.852", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "36.201", + "max": "45.437", + "min": "35.652", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "26.898", + "max": "27.106", + "min": "26.77", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "53.143", + "max": "53.393", + "min": "52.907", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "61.11", + "max": "61.85", + "min": "60.85", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "206.777", + "max": "207.895", + "min": "205.486", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "247.253", + "max": "247.555", + "min": "247.013", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "49.519", + "max": "49.709", + "min": "49.412", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "172.345", + "max": "173.244", + "min": "171.97", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "111.87", + "max": "113.067", + "min": "111.524", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "37.674", + "max": "37.856", + "min": "37.566", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "13.563", + "max": "14.016", + "min": "13.332", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "114.17", + "max": "119.22", + "min": "113.858", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.319", + "max": "38.682", + "min": "31.484", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "50.725", + "max": "51.226", + "min": "50.479", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "113.641", + "max": "113.98", + "min": "113.514", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "176.444", + "max": "176.701", + "min": "176.235", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "31.695", + "max": "31.898", + "min": "31.539", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "34.668", + "max": "34.829", + "min": "34.525", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "84.625", + "max": "84.907", + "min": "84.404", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "88.12", + "max": "104.828", + "min": "86.546", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "49.751", + "max": "49.904", + "min": "49.631", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "22.487", + "max": "23.728", + "min": "22.244", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "45.939", + "max": "46.113", + "min": "45.847", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "59.32", + "max": "59.595", + "min": "59.168", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "163.25", + "max": "164.635", + "min": "163.065", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "206.615", + "max": "214.393", + "min": "205.718", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.959", + "max": "29.277", + "min": "28.756", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "319.603", + "max": "320.964", + "min": "318.628", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "100.105", + "max": "103.864", + "min": "99.8", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "49.724", + "max": "49.892", + "min": "49.511", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "34.28", + "max": "34.519", + "min": "34.103", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "266.523", + "max": "266.705", + "min": "266.308", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "196.222", + "max": "196.855", + "min": "195.991", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "176.367", + "max": "176.641", + "min": "176.245", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "43.622", + "max": "43.798", + "min": "43.488", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "245.084", + "max": "265.589", + "min": "244.115", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "473.062", + "max": "581.034", + "min": "308.822", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "251.552", + "max": "343.981", + "min": "175.956", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "280.395", + "max": "298.009", + "min": "279.302", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "142.88", + "max": "146.375", + "min": "142.427", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "0.032", + "max": "0.099", + "min": "0.023", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "31.174", + "max": "31.697", + "min": "30.897", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "21.092", + "max": "21.511", + "min": "20.908", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "110.246", + "max": "267.953", + "min": "32.885", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "147.017", + "max": "147.212", + "min": "146.841", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "161.716", + "max": "319.885", + "min": "150.81", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "157.418", + "max": "157.587", + "min": "157.302", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "139.325", + "max": "140.469", + "min": "138.773", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "44.874", + "max": "54.551", + "min": "44.172", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "303.203", + "max": "303.466", + "min": "303.012", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "243.577", + "max": "243.772", + "min": "243.419", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "79.262", + "max": "82.369", + "min": "79.059", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "40.842", + "max": "41.984", + "min": "40.636", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "28.323", + "max": "28.503", + "min": "28.164", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "42.627", + "max": "42.95", + "min": "42.486", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "182.872", + "max": "184.625", + "min": "182.283", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "21.659", + "max": "21.838", + "min": "21.523", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "41.889", + "max": "42.045", + "min": "41.777", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "28.709", + "max": "34.943", + "min": "27.92", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "27.278", + "max": "27.536", + "min": "27.14", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "15.204", + "max": "15.408", + "min": "15.092", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "37.629", + "max": "37.861", + "min": "37.487", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "142.659", + "max": "145.021", + "min": "142.428", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "255.748", + "max": "258.52", + "min": "255.311", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "153.626", + "max": "154.231", + "min": "153.455", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "144.218", + "max": "144.702", + "min": "144.089", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "95.409", + "max": "106.525", + "min": "94.589", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "123.518", + "max": "123.762", + "min": "123.277", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "157.634", + "max": "161.225", + "min": "157.386", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "280.709", + "max": "281.033", + "min": "280.539", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "104.423", + "max": "105.068", + "min": "104.287", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "106.496", + "max": "106.642", + "min": "106.369", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "128.808", + "max": "136.776", + "min": "126.986", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "163.294", + "max": "163.439", + "min": "163.093", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "154.194", + "max": "156.806", + "min": "153.814", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "121.062", + "max": "121.522", + "min": "120.849", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "43.744", + "max": "43.999", + "min": "43.597", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "61.243", + "max": "65.978", + "min": "60.865", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "145.79", + "max": "146.935", + "min": "145.414", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "215.625", + "max": "258.138", + "min": "208.081", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "43.557", + "max": "43.671", + "min": "43.442", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "175.254", + "max": "268.932", + "min": "166.895", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "70.927", + "max": "71.099", + "min": "70.779", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "360.59", + "max": "360.845", + "min": "360.107", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "149.067", + "max": "149.277", + "min": "148.909", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "39.227", + "max": "40.292", + "min": "39.038", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "211.893", + "max": "212.113", + "min": "211.766", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "268.296", + "max": "269.798", + "min": "268.091", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "208.89", + "max": "212.578", + "min": "208.543", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "35.227", + "max": "35.511", + "min": "34.988", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "192.287", + "max": "192.441", + "min": "192.102", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "44.452", + "max": "44.581", + "min": "44.323", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "29.744", + "max": "29.861", + "min": "29.641", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "121.756", + "max": "123.93", + "min": "121.294", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "273.228", + "max": "273.404", + "min": "273.085", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "116.312", + "max": "116.702", + "min": "116.189", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "122.012", + "max": "122.492", + "min": "121.785", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "139.459", + "max": "149.318", + "min": "138.871", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "130.129", + "max": "130.225", + "min": "130.048", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "108.43", + "max": "109.498", + "min": "108.159", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "163.018", + "max": "163.687", + "min": "162.764", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "156.401", + "max": "156.58", + "min": "156.283", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "174.333", + "max": "183.55", + "min": "173.81", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "161.091", + "max": "161.373", + "min": "160.927", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "117.139", + "max": "123.299", + "min": "116.503", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "124.437", + "max": "124.817", + "min": "124.314", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "117.858", + "max": "118.268", + "min": "117.743", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "142.728", + "max": "155.262", + "min": "142.13", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "162.782", + "max": "163.02", + "min": "162.452", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "136.723", + "max": "144.268", + "min": "135.456", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "142.84", + "max": "156.457", + "min": "128.595", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "103.547", + "max": "103.696", + "min": "103.416", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "165.266", + "max": "165.771", + "min": "165.069", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "147.73", + "max": "147.998", + "min": "147.582", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "158.279", + "max": "158.799", + "min": "157.879", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "118.252", + "max": "124.102", + "min": "117.471", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "233.389", + "max": "266.786", + "min": "232.142", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "130.247", + "max": "130.447", + "min": "130.119", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "132.126", + "max": "133.39", + "min": "131.9", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "137.371", + "max": "137.558", + "min": "137.251", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "102.376", + "max": "108.608", + "min": "100.607", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "165.74", + "max": "167.46", + "min": "165.508", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "116.739", + "max": "117.053", + "min": "116.61", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "111.497", + "max": "114.925", + "min": "111.192", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "115.819", + "max": "116.281", + "min": "115.653", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "206.414", + "max": "216.694", + "min": "203.82", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "48.273", + "max": "55.94", + "min": "46.876", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "213.6", + "max": "217.433", + "min": "209.114", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "258.634", + "max": "264.946", + "min": "258.251", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "122.189", + "max": "122.61", + "min": "122.042", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "248.633", + "max": "249.654", + "min": "248.446", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "54.861", + "max": "55.225", + "min": "54.67", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "140.909", + "max": "141.19", + "min": "140.672", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "169.902", + "max": "170.461", + "min": "169.718", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "107.154", + "max": "108.794", + "min": "106.834", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "116.363", + "max": "117.026", + "min": "116.158", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "51.705", + "max": "51.946", + "min": "51.61", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "53.142", + "max": "53.883", + "min": "53.035", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "224.137", + "max": "226.392", + "min": "223.846", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "44.275", + "max": "44.468", + "min": "44.189", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "128.926", + "max": "129.037", + "min": "128.815", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "35.232", + "max": "35.398", + "min": "35.124", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "134.462", + "max": "134.675", + "min": "134.313", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "181.543", + "max": "593.924", + "min": "167.178", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "53.035", + "max": "55.329", + "min": "50.734", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "128.822", + "max": "129.577", + "min": "128.529", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "142.462", + "max": "143.896", + "min": "141.638", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "82.218", + "max": "124.864", + "min": "76.823", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "218.721", + "max": "219.657", + "min": "218.266", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "206.419", + "max": "206.599", + "min": "206.212", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "202.658", + "max": "203.293", + "min": "202.524", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "153.265", + "max": "153.455", + "min": "153.118", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "123.959", + "max": "124.371", + "min": "123.836", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "150.592", + "max": "150.829", + "min": "150.501", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "45.188", + "max": "47.052", + "min": "44.744", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "44.253", + "max": "44.423", + "min": "44.157", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "167.173", + "max": "169.54", + "min": "165.552", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "117.65", + "max": "118.614", + "min": "117.353", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "49.614", + "max": "51.593", + "min": "48.562", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "168.997", + "max": "170.067", + "min": "168.78", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "29.589", + "max": "29.871", + "min": "29.46", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "120.088", + "max": "120.716", + "min": "119.948", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "276.804", + "max": "277.993", + "min": "276.475", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "109.868", + "max": "109.868", + "min": "109.868", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "113.133", + "max": "113.323", + "min": "113.029", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "128.877", + "max": "128.99", + "min": "128.737", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "199.475", + "max": "200.189", + "min": "199.205", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "130.803", + "max": "141.012", + "min": "122.859", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "148.635", + "max": "148.798", + "min": "148.465", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "220.694", + "max": "222.125", + "min": "220.43", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "188.923", + "max": "190.051", + "min": "188.57", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "27.827", + "max": "32.211", + "min": "26.865", + "id": "121", + "country": "United States", + "source_name": "Oklahoma City", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "122": { + "name": "Jackson", + "data": { + "0": { + "avg": "104.767", + "max": "105.339", + "min": "104.488", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "215.821", + "max": "216.25", + "min": "215.579", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "40.758", + "max": "41.183", + "min": "40.604", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "139.091", + "max": "143.986", + "min": "138.367", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "112.245", + "max": "112.655", + "min": "111.98", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "180.254", + "max": "181.192", + "min": "180.078", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "109.641", + "max": "112.437", + "min": "109.271", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "224.346", + "max": "234.57", + "min": "223.059", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "149.626", + "max": "150.37", + "min": "149.431", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "133.851", + "max": "135.053", + "min": "133.484", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "101.276", + "max": "102.251", + "min": "100.927", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "51.428", + "max": "80.342", + "min": "49.368", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "42.042", + "max": "42.942", + "min": "41.683", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "37.907", + "max": "38.502", + "min": "37.686", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "30.895", + "max": "36.266", + "min": "30.495", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "28.204", + "max": "29.376", + "min": "27.828", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "122.598", + "max": "123.681", + "min": "122.314", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "38.572", + "max": "40.432", + "min": "38.111", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "121.835", + "max": "122.751", + "min": "121.586", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "134.377", + "max": "134.915", + "min": "134.159", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "220.23", + "max": "220.704", + "min": "219.971", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "43.967", + "max": "44.707", + "min": "43.661", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "71.94", + "max": "72.923", + "min": "71.745", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "76.779", + "max": "86.233", + "min": "76.249", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "135.582", + "max": "136.012", + "min": "135.336", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "127.42", + "max": "128.288", + "min": "126.945", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "129.814", + "max": "130.799", + "min": "129.481", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "129.586", + "max": "130.237", + "min": "129.286", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "113.022", + "max": "114.008", + "min": "112.736", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "74.044", + "max": "75.479", + "min": "73.699", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "249.66", + "max": "250.345", + "min": "249.481", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "129.812", + "max": "130.396", + "min": "129.573", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "71.327", + "max": "71.99", + "min": "71.132", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "164.076", + "max": "165.527", + "min": "163.663", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "133.179", + "max": "145.296", + "min": "132.48", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "256.897", + "max": "257.981", + "min": "256.603", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "67.288", + "max": "68.128", + "min": "66.971", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "58.934", + "max": "60.329", + "min": "58.687", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "30.044", + "max": "31.045", + "min": "29.777", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "30.187", + "max": "31.292", + "min": "29.802", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "242.744", + "max": "245.548", + "min": "242.291", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "117.274", + "max": "119.202", + "min": "116.679", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "141.981", + "max": "143.014", + "min": "141.676", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "135.385", + "max": "146.185", + "min": "134.742", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "237.113", + "max": "238.093", + "min": "236.958", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "142.534", + "max": "146.012", + "min": "141.954", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "155.721", + "max": "156.667", + "min": "155.467", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "102.697", + "max": "104.247", + "min": "102.376", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "162.596", + "max": "164.781", + "min": "162.325", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "35.086", + "max": "35.415", + "min": "34.917", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "48.07", + "max": "48.445", + "min": "47.928", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "75.289", + "max": "75.624", + "min": "75.04", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "127.271", + "max": "138.388", + "min": "114.746", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.618", + "max": "39.7", + "min": "38.407", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "270.507", + "max": "276.155", + "min": "266.933", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "270.148", + "max": "271.754", + "min": "269.541", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "131.441", + "max": "134.084", + "min": "130.254", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "213.585", + "max": "216.03", + "min": "213.273", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "148.345", + "max": "150.712", + "min": "147.907", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "108.564", + "max": "109.667", + "min": "108.274", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "160.996", + "max": "161.626", + "min": "160.433", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "157.301", + "max": "201.365", + "min": "154.543", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "271.121", + "max": "349.146", + "min": "267.631", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "244.914", + "max": "245.871", + "min": "244.53", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "147.056", + "max": "148.902", + "min": "146.668", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "151.577", + "max": "152.489", + "min": "151.351", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "36.581", + "max": "37.26", + "min": "36.301", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "144.695", + "max": "146.093", + "min": "144.233", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "153.873", + "max": "155.632", + "min": "153.072", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "41.701", + "max": "42.83", + "min": "41.448", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "221.803", + "max": "222.985", + "min": "221.43", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "65.73", + "max": "74.454", + "min": "65.125", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "77.118", + "max": "80.176", + "min": "76.61", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "22.932", + "max": "24.056", + "min": "22.574", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "144.055", + "max": "144.971", + "min": "143.714", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "118.694", + "max": "119.829", + "min": "118.426", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "38.342", + "max": "40.359", + "min": "37.996", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "75.633", + "max": "76.478", + "min": "75.271", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "32.262", + "max": "32.757", + "min": "31.907", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "27.983", + "max": "29.11", + "min": "27.777", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "70.774", + "max": "74.036", + "min": "70.441", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "49.279", + "max": "50.042", + "min": "48.971", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "361.042", + "max": "363.869", + "min": "360.627", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "245.241", + "max": "245.816", + "min": "244.958", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "81.672", + "max": "82.234", + "min": "81.531", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "158.381", + "max": "159.515", + "min": "157.918", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "111.398", + "max": "119.316", + "min": "110.759", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "25.083", + "max": "28.066", + "min": "24.705", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "55.14", + "max": "55.705", + "min": "54.957", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "104.458", + "max": "112.859", + "min": "103.399", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "37.301", + "max": "39.647", + "min": "36.743", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "76.106", + "max": "76.745", + "min": "75.853", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "120.192", + "max": "120.944", + "min": "119.944", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "203.113", + "max": "208.021", + "min": "202.693", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "42.218", + "max": "43.078", + "min": "41.972", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "35.935", + "max": "47.141", + "min": "35.183", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "74.871", + "max": "75.178", + "min": "74.675", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "62.843", + "max": "65.638", + "min": "62.142", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "71.795", + "max": "72.351", + "min": "71.558", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "28.921", + "max": "30.279", + "min": "28.602", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "43.972", + "max": "49.898", + "min": "43.552", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "68.194", + "max": "68.825", + "min": "67.871", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "160.845", + "max": "163.529", + "min": "160.581", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "232.386", + "max": "233.832", + "min": "231.715", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "33.482", + "max": "34.32", + "min": "33.255", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "203.985", + "max": "204.698", + "min": "203.647", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "100.78", + "max": "102.96", + "min": "100.359", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "36.95", + "max": "37.427", + "min": "36.782", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "32.817", + "max": "35.261", + "min": "32.416", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "220.221", + "max": "223.693", + "min": "219.888", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "223.56", + "max": "224.427", + "min": "223.349", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "198.926", + "max": "199.508", + "min": "198.662", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "37.66", + "max": "38.944", + "min": "37.476", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "230.59", + "max": "233.799", + "min": "230.11", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "477.97", + "max": "593.128", + "min": "308.203", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "257.27", + "max": "369.836", + "min": "181.2", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "262.128", + "max": "269.489", + "min": "261.103", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "166.659", + "max": "167.686", + "min": "166.422", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "31.047", + "max": "31.592", + "min": "30.856", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "0.019", + "max": "0.026", + "min": "0.017", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "48.602", + "max": "49.032", + "min": "48.211", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "103.455", + "max": "245.35", + "min": "22.975", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "135.967", + "max": "136.273", + "min": "135.796", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "145.338", + "max": "278.733", + "min": "138.665", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "141.392", + "max": "142.012", + "min": "141.208", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "133.295", + "max": "134.536", + "min": "132.72", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "34.417", + "max": "35.56", + "min": "33.922", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "275.18", + "max": "276.145", + "min": "274.934", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "203.216", + "max": "205.655", + "min": "202.84", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "99.664", + "max": "100.83", + "min": "99.452", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "39.063", + "max": "39.37", + "min": "38.949", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "29.887", + "max": "30.488", + "min": "29.614", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "36.798", + "max": "38.118", + "min": "36.518", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "204.478", + "max": "205.54", + "min": "203.674", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.729", + "max": "50.374", + "min": "49.584", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "48.048", + "max": "48.646", + "min": "47.878", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "56.693", + "max": "76.738", + "min": "55.231", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "45.607", + "max": "46.335", + "min": "45.387", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "39.666", + "max": "43.895", + "min": "39.398", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "36.449", + "max": "37.007", + "min": "36.176", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "142.179", + "max": "143.025", + "min": "141.883", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "257.818", + "max": "260.385", + "min": "257.313", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "140.425", + "max": "140.895", + "min": "140.274", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "130.253", + "max": "130.951", + "min": "129.885", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.791", + "max": "131.601", + "min": "115.446", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "124.203", + "max": "128.275", + "min": "123.651", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "147.093", + "max": "154.482", + "min": "146.287", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "311.091", + "max": "312.221", + "min": "310.777", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "101.894", + "max": "104.367", + "min": "101.583", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "113.377", + "max": "113.824", + "min": "113.097", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "114.286", + "max": "123.764", + "min": "113.013", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "200.142", + "max": "200.457", + "min": "200.038", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "137.815", + "max": "138.717", + "min": "137.573", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "119.047", + "max": "120.931", + "min": "118.307", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "30.124", + "max": "32.125", + "min": "29.837", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "87.711", + "max": "88.318", + "min": "87.525", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "140.335", + "max": "141.102", + "min": "139.936", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "221.433", + "max": "272.72", + "min": "213.441", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "46.701", + "max": "47.021", + "min": "46.574", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "186.241", + "max": "267.001", + "min": "178.402", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "60.918", + "max": "64.585", + "min": "60.588", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "481.813", + "max": "482.609", + "min": "481.409", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "147.514", + "max": "148.394", + "min": "147.334", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "38.125", + "max": "40.807", + "min": "37.794", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "207.806", + "max": "209.789", + "min": "207.43", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "268.131", + "max": "269.811", + "min": "267.537", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "191.885", + "max": "192.256", + "min": "191.709", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "34.614", + "max": "35.132", + "min": "34.372", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "223.401", + "max": "229.904", + "min": "222.896", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "51.983", + "max": "53.13", + "min": "51.556", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "54.419", + "max": "56.176", + "min": "54.267", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "127.075", + "max": "132.66", + "min": "126.292", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "295.874", + "max": "297.134", + "min": "295.595", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "110.921", + "max": "111.381", + "min": "110.758", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "126.63", + "max": "127.301", + "min": "126.177", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "130.988", + "max": "143.024", + "min": "130.257", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "122.112", + "max": "122.658", + "min": "121.944", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "113.664", + "max": "115.204", + "min": "113.242", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "166.411", + "max": "168.679", + "min": "165.848", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "144.226", + "max": "144.682", + "min": "144.119", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "166.154", + "max": "167.516", + "min": "165.883", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "144.896", + "max": "156.999", + "min": "144.334", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "118.365", + "max": "120.7", + "min": "117.813", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "114.777", + "max": "115.178", + "min": "114.621", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "109.691", + "max": "110.396", + "min": "109.419", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "134.071", + "max": "134.953", + "min": "133.727", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "164.027", + "max": "165.022", + "min": "163.723", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "136.77", + "max": "166.426", + "min": "134.768", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "150.588", + "max": "207.141", + "min": "122.179", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "116.317", + "max": "116.788", + "min": "116.146", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "158.169", + "max": "159.082", + "min": "157.918", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "144.689", + "max": "182.04", + "min": "142.404", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.523", + "max": "156.855", + "min": "152.934", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "105.158", + "max": "105.951", + "min": "104.798", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "259.908", + "max": "290.843", + "min": "258.713", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "119.754", + "max": "120.523", + "min": "119.563", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "135.971", + "max": "137.681", + "min": "135.627", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "129.189", + "max": "130.781", + "min": "128.784", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "106.203", + "max": "114.523", + "min": "103.155", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "167.555", + "max": "171.29", + "min": "167.155", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "124.898", + "max": "130.099", + "min": "124.071", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "116.244", + "max": "117", + "min": "115.946", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "106.796", + "max": "107.787", + "min": "106.661", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "231.184", + "max": "240.352", + "min": "230.185", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "41.436", + "max": "46.798", + "min": "40.54", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "394.311", + "max": "411.333", + "min": "365.02", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "263.077", + "max": "263.709", + "min": "262.864", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "112.237", + "max": "113.798", + "min": "111.813", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "249.97", + "max": "251.602", + "min": "249.611", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "94.748", + "max": "95.849", + "min": "94.361", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "143.106", + "max": "143.772", + "min": "142.788", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "188.231", + "max": "189.374", + "min": "187.717", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "103.879", + "max": "104.898", + "min": "103.401", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "109.41", + "max": "110.488", + "min": "109.051", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "46.576", + "max": "47.271", + "min": "46.391", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "14.846", + "max": "15.199", + "min": "14.755", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "242.93", + "max": "249.543", + "min": "238.958", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "43.56", + "max": "49.225", + "min": "42.898", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "122.213", + "max": "127.539", + "min": "121.803", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "44.436", + "max": "45.456", + "min": "44.206", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "131.183", + "max": "137.198", + "min": "130.591", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "151.955", + "max": "152.686", + "min": "151.635", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "40.167", + "max": "44.424", + "min": "38.139", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "121.307", + "max": "122.295", + "min": "120.932", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "144.558", + "max": "148.087", + "min": "143.714", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "84.963", + "max": "87.819", + "min": "83.977", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "247.815", + "max": "250.932", + "min": "247.066", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "154.911", + "max": "155.653", + "min": "154.546", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "191.052", + "max": "192.253", + "min": "190.757", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "146.893", + "max": "148.266", + "min": "146.661", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "116.929", + "max": "118.084", + "min": "116.682", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "140.699", + "max": "141.933", + "min": "140.502", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "50.123", + "max": "51.628", + "min": "49.661", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "35.223", + "max": "35.78", + "min": "34.958", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "158.13", + "max": "161.351", + "min": "156.409", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "96.217", + "max": "97.053", + "min": "95.771", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "48.223", + "max": "50.381", + "min": "47.494", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "160.816", + "max": "161.55", + "min": "160.461", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "40.628", + "max": "41.292", + "min": "40.32", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "125.411", + "max": "129.064", + "min": "124.927", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.117", + "max": "234.701", + "min": "227.619", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "101.48", + "max": "101.48", + "min": "101.48", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "103.791", + "max": "105.063", + "min": "103.501", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "116.035", + "max": "117.129", + "min": "115.833", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "203.176", + "max": "204.181", + "min": "202.734", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "123.185", + "max": "134.475", + "min": "115.94", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "133.202", + "max": "135.001", + "min": "132.906", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "223.733", + "max": "225.272", + "min": "223.231", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "184.977", + "max": "185.942", + "min": "184.525", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "49.364", + "max": "50.494", + "min": "49.083", + "id": "122", + "country": "United States", + "source_name": "Jackson", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "123": { + "name": "Colorado Springs", + "data": { + "0": { + "avg": "118.318", + "max": "174.692", + "min": "116.167", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "221.385", + "max": "227.034", + "min": "220.909", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "33.933", + "max": "34.371", + "min": "33.748", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "150.055", + "max": "161.66", + "min": "148.704", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "117.814", + "max": "121.261", + "min": "117.495", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "114.042", + "max": "115.676", + "min": "113.755", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "114.406", + "max": "114.8", + "min": "114.145", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "259.94", + "max": "278.169", + "min": "257.833", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "161.475", + "max": "163.171", + "min": "161.201", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "132.319", + "max": "133.095", + "min": "131.967", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "108.319", + "max": "108.729", + "min": "108.014", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "43.761", + "max": "50.482", + "min": "43.167", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "46.464", + "max": "57.81", + "min": "45.895", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "41.142", + "max": "42.848", + "min": "40.753", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "50.089", + "max": "56.549", + "min": "49.589", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "49.219", + "max": "52.002", + "min": "48.869", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "140.625", + "max": "144.295", + "min": "140.3", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "36.994", + "max": "47.662", + "min": "35.504", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "110.807", + "max": "112.629", + "min": "110.204", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "128", + "max": "129.133", + "min": "127.69", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "239.257", + "max": "272.957", + "min": "237.835", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "27.359", + "max": "27.445", + "min": "27.297", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "26.49", + "max": "26.83", + "min": "26.314", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "32.683", + "max": "33.516", + "min": "32.443", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "140.32", + "max": "145.001", + "min": "139.851", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "123.733", + "max": "126.105", + "min": "123.435", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "136.094", + "max": "206.728", + "min": "133.491", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "133.957", + "max": "155.726", + "min": "131.933", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "118.997", + "max": "120.19", + "min": "118.338", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "27.38", + "max": "31.271", + "min": "26.43", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "216.643", + "max": "218.042", + "min": "216.432", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "139.296", + "max": "140.69", + "min": "138.872", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "44.572", + "max": "50.221", + "min": "44.127", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "155.007", + "max": "159.522", + "min": "154.432", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "124.931", + "max": "126.614", + "min": "124.505", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.902", + "max": "187.994", + "min": "186.669", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "35.386", + "max": "46.831", + "min": "34.73", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "39.538", + "max": "39.789", + "min": "39.347", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "20.352", + "max": "21.558", + "min": "20.189", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "47.593", + "max": "47.832", + "min": "47.469", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "252.56", + "max": "256.607", + "min": "252.073", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "119.252", + "max": "120.373", + "min": "118.987", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "146.589", + "max": "146.878", + "min": "146.359", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "139.785", + "max": "146.411", + "min": "139.092", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "295.383", + "max": "298.04", + "min": "295.175", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "140.97", + "max": "141.607", + "min": "140.354", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "146.956", + "max": "147.613", + "min": "146.721", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "105.034", + "max": "105.919", + "min": "104.765", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "180.888", + "max": "194.995", + "min": "180.059", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "39.584", + "max": "39.846", + "min": "39.44", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "40.228", + "max": "40.54", + "min": "40.098", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "36.209", + "max": "44.319", + "min": "35.554", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "162.6", + "max": "211.239", + "min": "117.984", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "31.652", + "max": "32.106", + "min": "31.528", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "257.739", + "max": "278.642", + "min": "253.736", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "209.544", + "max": "210.36", + "min": "209.339", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "155.625", + "max": "159.91", + "min": "154.357", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "193.829", + "max": "196.388", + "min": "193.584", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "148.87", + "max": "154.383", + "min": "148.038", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "125.095", + "max": "170.942", + "min": "123.332", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "173.008", + "max": "173.719", + "min": "172.503", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "180.455", + "max": "238.432", + "min": "174.056", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "217.832", + "max": "239.62", + "min": "214.094", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "204.419", + "max": "204.873", + "min": "204.242", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "154.579", + "max": "154.767", + "min": "154.384", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "141.626", + "max": "143.155", + "min": "141.198", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "47.254", + "max": "51.106", + "min": "46.926", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "147.417", + "max": "147.896", + "min": "146.937", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "159.794", + "max": "161.315", + "min": "159.177", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "2.282", + "max": "3.726", + "min": "2.012", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "182.782", + "max": "183.914", + "min": "182.449", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "35.494", + "max": "36.182", + "min": "35.174", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "93.336", + "max": "101.382", + "min": "92.578", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "42.819", + "max": "43.132", + "min": "42.647", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "159.188", + "max": "160.464", + "min": "158.887", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "142.357", + "max": "205.371", + "min": "108.462", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "47.919", + "max": "48.207", + "min": "47.718", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "21.948", + "max": "30.214", + "min": "21.318", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "35.522", + "max": "37.428", + "min": "35.253", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "27.643", + "max": "27.873", + "min": "27.41", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "32.917", + "max": "33.234", + "min": "32.666", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "56.707", + "max": "60.604", + "min": "55.717", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "353.762", + "max": "371.555", + "min": "352.141", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "263.468", + "max": "264.32", + "min": "263.064", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "52.113", + "max": "52.545", + "min": "51.907", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "162.532", + "max": "163.494", + "min": "162.13", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "115.292", + "max": "128.676", + "min": "114.305", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "43.662", + "max": "44.154", + "min": "43.481", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "18.999", + "max": "19.311", + "min": "18.843", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "118.51", + "max": "121.385", + "min": "118.098", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.059", + "max": "39.198", + "min": "31.1", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "35.328", + "max": "37.624", + "min": "34.989", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "110.738", + "max": "111.465", + "min": "110.436", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "164.854", + "max": "165.899", + "min": "164.576", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "37.999", + "max": "38.269", + "min": "37.851", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "46.479", + "max": "46.702", + "min": "46.28", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "100.227", + "max": "100.523", + "min": "100.057", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "94.557", + "max": "105.252", + "min": "93.487", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "35.576", + "max": "38.732", + "min": "35.23", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "28.92", + "max": "33.566", + "min": "28.629", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "40.606", + "max": "41.682", + "min": "40.01", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "57.894", + "max": "60.459", + "min": "57.428", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "150.845", + "max": "151.378", + "min": "150.45", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "200.805", + "max": "201.922", + "min": "200.237", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.625", + "max": "28.808", + "min": "28.469", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "290.452", + "max": "291.011", + "min": "289.824", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "109.466", + "max": "110.059", + "min": "109.266", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "45.795", + "max": "55.872", + "min": "45.261", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "49.897", + "max": "50.017", + "min": "49.753", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "273.586", + "max": "274.085", + "min": "273.391", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "183.203", + "max": "185.663", + "min": "182.897", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "153.456", + "max": "154.304", + "min": "153.222", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "40.107", + "max": "40.503", + "min": "39.859", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "274.192", + "max": "276.038", + "min": "273.794", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "487.343", + "max": "596.446", + "min": "322.562", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "246.436", + "max": "326.217", + "min": "165.224", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "281.585", + "max": "286.186", + "min": "281.074", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "127.308", + "max": "128.06", + "min": "127.116", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "21.07", + "max": "21.474", + "min": "20.935", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "48.404", + "max": "49.009", + "min": "48.139", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "0.036", + "max": "0.113", + "min": "0.021", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "123.659", + "max": "272.599", + "min": "47.536", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "149.17", + "max": "149.826", + "min": "149.009", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "156.876", + "max": "471.454", + "min": "142.768", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "146.937", + "max": "147.275", + "min": "146.665", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "162.442", + "max": "165.42", + "min": "161.73", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "40.994", + "max": "41.253", + "min": "40.746", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "267.524", + "max": "268.049", + "min": "267.226", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "238.753", + "max": "241.414", + "min": "238.229", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "63.013", + "max": "63.813", + "min": "62.736", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "43.236", + "max": "43.826", + "min": "43.059", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "31.067", + "max": "31.459", + "min": "30.871", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "44.308", + "max": "44.56", + "min": "44.11", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "182.137", + "max": "186.236", + "min": "181.095", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "29.731", + "max": "33.4", + "min": "29.387", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "48.958", + "max": "50.825", + "min": "48.699", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "12.489", + "max": "25.072", + "min": "10.994", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.059", + "max": "48.273", + "min": "47.899", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "21.42", + "max": "21.697", + "min": "21.225", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "43.445", + "max": "45.514", + "min": "43.105", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "144.368", + "max": "145.258", + "min": "144.164", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "247.956", + "max": "249.479", + "min": "247.293", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "153.107", + "max": "153.451", + "min": "152.909", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "132.6", + "max": "135.195", + "min": "132.285", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "76.199", + "max": "84.583", + "min": "75.677", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "119.866", + "max": "121.399", + "min": "119.135", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "148.231", + "max": "166.328", + "min": "147.454", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "267.796", + "max": "268.266", + "min": "267.533", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "107.048", + "max": "107.37", + "min": "106.852", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "109.581", + "max": "115.849", + "min": "108.367", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "121.447", + "max": "139.65", + "min": "119.149", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "131.772", + "max": "134.29", + "min": "131.494", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "143.759", + "max": "165.292", + "min": "142.488", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "130.105", + "max": "132.898", + "min": "128.942", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "42.845", + "max": "43.148", + "min": "42.611", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "40.626", + "max": "41.941", + "min": "40.405", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "160.368", + "max": "163.704", + "min": "159.053", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "195.245", + "max": "241.279", + "min": "185.783", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "40.846", + "max": "43.87", + "min": "40.479", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "184.625", + "max": "278.92", + "min": "178.697", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "73.86", + "max": "75.032", + "min": "73.604", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "336.017", + "max": "336.465", + "min": "335.341", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "144.496", + "max": "145.061", + "min": "144.218", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "40.134", + "max": "41.554", + "min": "39.931", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "215.221", + "max": "215.458", + "min": "215.004", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "262.893", + "max": "263.444", + "min": "262.668", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "201.545", + "max": "202.122", + "min": "201.241", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "43.845", + "max": "45.926", + "min": "43.319", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "205.76", + "max": "206.702", + "min": "205.517", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "44.557", + "max": "45.079", + "min": "44.334", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "41.495", + "max": "43.872", + "min": "41.209", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "130.486", + "max": "132.87", + "min": "130.078", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "263.393", + "max": "263.809", + "min": "263.236", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "112.88", + "max": "114.793", + "min": "112.291", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "128.72", + "max": "132.043", + "min": "128.281", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "138.714", + "max": "144.714", + "min": "138.131", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "136.496", + "max": "136.58", + "min": "136.416", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "110.157", + "max": "110.711", + "min": "109.884", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "164.79", + "max": "165.221", + "min": "164.464", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "158.941", + "max": "159.279", + "min": "158.828", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "167.398", + "max": "169.32", + "min": "167.061", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "170.215", + "max": "174.456", + "min": "169.78", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "114.315", + "max": "115.326", + "min": "114.014", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "124.672", + "max": "126.285", + "min": "123.899", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "114.689", + "max": "117.289", + "min": "114.408", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "126.474", + "max": "126.984", + "min": "126.259", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "167.683", + "max": "171.821", + "min": "167.17", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "144.332", + "max": "163.867", + "min": "141.951", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "149.131", + "max": "199.216", + "min": "120.252", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "106.793", + "max": "106.957", + "min": "106.574", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "162.344", + "max": "162.991", + "min": "162.035", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "143.234", + "max": "158.191", + "min": "142.111", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "157.274", + "max": "157.937", + "min": "156.747", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "120.116", + "max": "120.405", + "min": "119.941", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "196.146", + "max": "199.911", + "min": "195.399", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "159.214", + "max": "159.456", + "min": "159.071", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "147.057", + "max": "147.97", + "min": "146.723", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "134.092", + "max": "147.651", + "min": "133.375", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "107.736", + "max": "114.7", + "min": "105.937", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "171.579", + "max": "172.371", + "min": "171.428", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "123.3", + "max": "127.134", + "min": "122.73", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "124.157", + "max": "124.577", + "min": "123.994", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "114.808", + "max": "118.927", + "min": "114.439", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "184.442", + "max": "199.875", + "min": "181.529", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "47.546", + "max": "53.142", + "min": "46.485", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "366.798", + "max": "368.674", + "min": "362.461", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "275.776", + "max": "277.651", + "min": "275.395", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "118.412", + "max": "119.038", + "min": "118.072", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "283.639", + "max": "287.933", + "min": "283.054", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "55.589", + "max": "56.226", + "min": "55.301", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "156.466", + "max": "158.566", + "min": "155.66", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "176.199", + "max": "176.462", + "min": "176.082", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "110.766", + "max": "112.145", + "min": "110.334", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "117.076", + "max": "118.532", + "min": "116.062", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.514", + "max": "27.811", + "min": "27.301", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.572", + "max": "42.223", + "min": "41.387", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "230.016", + "max": "296.75", + "min": "227.395", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "46.513", + "max": "51.335", + "min": "46.178", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "127.614", + "max": "127.831", + "min": "127.342", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "42.358", + "max": "42.483", + "min": "42.247", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "128.491", + "max": "128.8", + "min": "128.29", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "162.685", + "max": "163.148", + "min": "162.472", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "58.117", + "max": "61.061", + "min": "55.543", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "124.707", + "max": "124.987", + "min": "124.527", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "149.164", + "max": "154.684", + "min": "147.996", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "93.941", + "max": "98.2", + "min": "92.451", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "211.151", + "max": "225.344", + "min": "209.918", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "128.983", + "max": "138.244", + "min": "128.366", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "201.138", + "max": "201.978", + "min": "200.836", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "162.271", + "max": "163.442", + "min": "162.064", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "123.48", + "max": "123.653", + "min": "123.292", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "169.158", + "max": "169.575", + "min": "168.931", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "44.31", + "max": "46.536", + "min": "43.876", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "51.138", + "max": "51.674", + "min": "50.96", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "174.625", + "max": "177.161", + "min": "173.348", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "127.018", + "max": "130.979", + "min": "126.37", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "47.082", + "max": "94.219", + "min": "44.44", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "173.165", + "max": "206.349", + "min": "171.716", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "13.619", + "max": "13.809", + "min": "13.478", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "112.083", + "max": "116.066", + "min": "111.448", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "193.793", + "max": "197.671", + "min": "183.956", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "126.198", + "max": "126.238", + "min": "126.158", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "109.321", + "max": "109.57", + "min": "109.086", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "125.205", + "max": "126.527", + "min": "124.198", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "202.241", + "max": "202.488", + "min": "201.958", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "138.348", + "max": "153.229", + "min": "131.022", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "136.705", + "max": "139.707", + "min": "136.267", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "272.896", + "max": "278.187", + "min": "272.447", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "187.19", + "max": "189.069", + "min": "186.714", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "43.566", + "max": "57.95", + "min": "42.906", + "id": "123", + "country": "United States", + "source_name": "Colorado Springs", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "124": { + "name": "Knoxville", + "data": { + "0": { + "avg": "147.815", + "max": "281.039", + "min": "90.247", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "251.629", + "max": "266.45", + "min": "249.813", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "176.994", + "max": "344.864", + "min": "53.581", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "124.366", + "max": "144.991", + "min": "120.22", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "126.803", + "max": "303.845", + "min": "96.388", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "224.121", + "max": "500.59", + "min": "168.618", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "131.888", + "max": "328.809", + "min": "110.689", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.994", + "max": "317.96", + "min": "286.995", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "146.974", + "max": "176.365", + "min": "143.009", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "135.161", + "max": "189.394", + "min": "125.239", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "139.323", + "max": "261.204", + "min": "95.312", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "52.146", + "max": "300.679", + "min": "26.62", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "30.086", + "max": "62.476", + "min": "27.573", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "116.659", + "max": "335.186", + "min": "32.523", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "47.034", + "max": "162.32", + "min": "38.304", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "71.558", + "max": "267.199", + "min": "24.799", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "124.769", + "max": "261.989", + "min": "118.231", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "24.915", + "max": "71.132", + "min": "19.541", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "114.875", + "max": "123.053", + "min": "113.898", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "150.417", + "max": "368.327", + "min": "126.198", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "280.858", + "max": "413.924", + "min": "266.87", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "90.131", + "max": "216.746", + "min": "48.163", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "108.621", + "max": "201.512", + "min": "79.395", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "65.965", + "max": "67.364", + "min": "65.553", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "131.781", + "max": "148.901", + "min": "129.617", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "196.981", + "max": "322.137", + "min": "116.453", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "130.092", + "max": "177.524", + "min": "120.666", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "130.528", + "max": "218.588", + "min": "124.243", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "112.761", + "max": "167.264", + "min": "106.809", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "69.435", + "max": "81.507", + "min": "68.468", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "243.28", + "max": "296.361", + "min": "239.226", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "162.387", + "max": "219.538", + "min": "127.447", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "59.261", + "max": "73.157", + "min": "56.564", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "193.029", + "max": "348.337", + "min": "140.856", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "123.102", + "max": "226.227", + "min": "115.855", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "224.947", + "max": "235.212", + "min": "223.902", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "114.713", + "max": "237.956", + "min": "57.43", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "65.133", + "max": "67.269", + "min": "64.688", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "75.109", + "max": "380.978", + "min": "19.83", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "33.422", + "max": "252.132", + "min": "24.34", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "265.738", + "max": "461.628", + "min": "245.647", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "158.026", + "max": "585.359", + "min": "103.304", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "151.587", + "max": "251.812", + "min": "142.799", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "145.033", + "max": "238.471", + "min": "132.278", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "268.559", + "max": "269.643", + "min": "267.905", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "142.069", + "max": "213.22", + "min": "128.521", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "162.741", + "max": "298.54", + "min": "127.217", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "94.333", + "max": "188.484", + "min": "85.148", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "207.68", + "max": "328.293", + "min": "162.527", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "32.796", + "max": "60.569", + "min": "29.192", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "110.488", + "max": "223.414", + "min": "46.501", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "107.307", + "max": "222.826", + "min": "68.481", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "126.742", + "max": "199.509", + "min": "113.246", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "134.772", + "max": "277.931", + "min": "68.765", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "292.795", + "max": "460.538", + "min": "249.479", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "295.744", + "max": "568.896", + "min": "233.852", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "183.72", + "max": "358.956", + "min": "110.411", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "325.856", + "max": "719.338", + "min": "217.513", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "280.799", + "max": "456.415", + "min": "122.557", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "142.825", + "max": "211.258", + "min": "99.797", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "208.558", + "max": "378.28", + "min": "148.263", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "182.054", + "max": "232.275", + "min": "152.707", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "246.882", + "max": "271.047", + "min": "241.223", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "417.384", + "max": "736.819", + "min": "260.386", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "329.473", + "max": "580.821", + "min": "159.508", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "156.63", + "max": "225.431", + "min": "143.082", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "31", + "max": "109.067", + "min": "25.637", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "178.553", + "max": "280.94", + "min": "134.694", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "148.106", + "max": "212.987", + "min": "144.493", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "111.819", + "max": "205.08", + "min": "73.664", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "209.04", + "max": "337.311", + "min": "197.747", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "55.281", + "max": "56.185", + "min": "54.761", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "111.634", + "max": "266.881", + "min": "85.439", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "52.963", + "max": "219.836", + "min": "14.609", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "213.788", + "max": "546.169", + "min": "146.288", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "106.218", + "max": "145.948", + "min": "103.072", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "65.379", + "max": "193.446", + "min": "22.37", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "71.856", + "max": "117.003", + "min": "65.351", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "97.27", + "max": "181.646", + "min": "34.507", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "49.031", + "max": "91.958", + "min": "40.401", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "73.147", + "max": "88.636", + "min": "71.738", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "72.921", + "max": "219.955", + "min": "46.015", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "535.389", + "max": "767.273", + "min": "261.553", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "382.802", + "max": "664.805", + "min": "251.114", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "125.249", + "max": "277.902", + "min": "84.861", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "160.644", + "max": "214.289", + "min": "157.728", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "121.307", + "max": "169.792", + "min": "118.269", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "15.382", + "max": "15.895", + "min": "15.088", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "122.138", + "max": "235.913", + "min": "69.056", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "204.996", + "max": "373.728", + "min": "100.879", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "47.812", + "max": "112.989", + "min": "39.637", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "75.579", + "max": "134.132", + "min": "73.002", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "119.84", + "max": "141.666", + "min": "117.875", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "254.994", + "max": "435.07", + "min": "193.123", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "216.407", + "max": "454.019", + "min": "58.075", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "89.276", + "max": "402.068", + "min": "33.355", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "66.907", + "max": "68.331", + "min": "66.527", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "193.785", + "max": "699.123", + "min": "44.704", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "113.722", + "max": "133.177", + "min": "99.636", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "83.522", + "max": "187.891", + "min": "54.066", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "363.797", + "max": "586.423", + "min": "114.63", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "103.527", + "max": "402.454", + "min": "57.929", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "207.351", + "max": "542.804", + "min": "154.134", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "260.124", + "max": "527.268", + "min": "241.67", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "69.95", + "max": "192.121", + "min": "35.886", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "330.887", + "max": "454.033", + "min": "317.012", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "122.187", + "max": "192.779", + "min": "97.338", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "36.862", + "max": "109.554", + "min": "27.932", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "23.072", + "max": "106.038", + "min": "14.301", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "220.985", + "max": "261.91", + "min": "218.074", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "216.07", + "max": "216.462", + "min": "215.579", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "201.799", + "max": "253.143", + "min": "195.017", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "28.332", + "max": "51.008", + "min": "26.667", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "266.635", + "max": "399.649", + "min": "222.039", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "450.471", + "max": "566.272", + "min": "279.582", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "269.177", + "max": "456.015", + "min": "164.803", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "317.54", + "max": "466.767", + "min": "266.571", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "161.282", + "max": "198.645", + "min": "156.984", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "33.134", + "max": "33.502", + "min": "32.75", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "59.163", + "max": "203.871", + "min": "22.922", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "76.801", + "max": "316.151", + "min": "47.413", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "0.033", + "max": "0.103", + "min": "0.023", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "136.05", + "max": "188.602", + "min": "133.041", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "163.325", + "max": "351.947", + "min": "132.462", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "140.938", + "max": "218.25", + "min": "133.419", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "129.832", + "max": "252.597", + "min": "117.027", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "41.557", + "max": "179.551", + "min": "30.129", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "274.022", + "max": "435.007", + "min": "259.001", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "210.536", + "max": "266.483", + "min": "206.861", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "114.109", + "max": "394.185", + "min": "93.887", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "221.578", + "max": "407.407", + "min": "46.45", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "133.846", + "max": "532.865", + "min": "45.655", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "77.748", + "max": "294.069", + "min": "41.971", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "226.619", + "max": "280.451", + "min": "204.656", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "41.109", + "max": "69.069", + "min": "39.793", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "62.349", + "max": "228.307", + "min": "31.48", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "89.209", + "max": "345.012", + "min": "59.373", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.578", + "max": "49.325", + "min": "48.113", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "57.635", + "max": "76.311", + "min": "49.259", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "49.338", + "max": "312.452", + "min": "29.725", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "172.904", + "max": "267.766", + "min": "119.157", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "349.252", + "max": "432.602", + "min": "280.421", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "149.546", + "max": "219.721", + "min": "128.928", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "187.002", + "max": "424.11", + "min": "122.981", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "153.018", + "max": "551.637", + "min": "117.292", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "107.003", + "max": "112.432", + "min": "105.561", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "149.178", + "max": "266.099", + "min": "138.346", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "382.666", + "max": "534.282", + "min": "259.573", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "92.756", + "max": "100.076", + "min": "91.652", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "101.07", + "max": "118.236", + "min": "98.978", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "108.266", + "max": "119.436", + "min": "105.825", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "180.711", + "max": "214.64", + "min": "179.121", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "137.182", + "max": "149.396", + "min": "136.234", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "126.412", + "max": "212.267", + "min": "111.024", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "40.385", + "max": "116.567", + "min": "30.775", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "79.964", + "max": "99.837", + "min": "78.159", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "140.629", + "max": "243.096", + "min": "131.147", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "285.256", + "max": "423.137", + "min": "219.206", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "56.847", + "max": "133.41", + "min": "49.471", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "185.676", + "max": "317.665", + "min": "163.441", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "85.46", + "max": "206.943", + "min": "52.23", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "372.452", + "max": "456.868", + "min": "364.963", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "203.839", + "max": "327.785", + "min": "134.981", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "35.273", + "max": "108.645", + "min": "30.778", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "234.833", + "max": "392.569", + "min": "201.548", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "297.967", + "max": "464.96", + "min": "248.773", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "190.819", + "max": "211.118", + "min": "187.799", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "162.274", + "max": "522.766", + "min": "43.67", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "276.722", + "max": "449.236", + "min": "239.747", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "89.538", + "max": "598.812", + "min": "38.993", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "32.058", + "max": "99.763", + "min": "26.869", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "153.677", + "max": "250.952", + "min": "130.31", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "249.424", + "max": "295.039", + "min": "245.501", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "102.899", + "max": "123.077", + "min": "101.176", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "142.13", + "max": "284.185", + "min": "119.062", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "145.77", + "max": "330.626", + "min": "123.13", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "116.961", + "max": "155.634", + "min": "114.243", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "130.153", + "max": "405.945", + "min": "97.031", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "185.881", + "max": "275.794", + "min": "158.787", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "169.416", + "max": "253.947", + "min": "138.423", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "250.913", + "max": "411.076", + "min": "158.742", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "139.375", + "max": "145.011", + "min": "138.551", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "131.484", + "max": "252.518", + "min": "99.472", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "301.139", + "max": "579.791", + "min": "118.669", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "100.065", + "max": "100.517", + "min": "99.625", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "189.378", + "max": "630.34", + "min": "122.426", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "173.143", + "max": "386.748", + "min": "150.588", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "144.147", + "max": "251.584", + "min": "121.415", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "218.591", + "max": "805.652", + "min": "113.227", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "99.185", + "max": "99.921", + "min": "98.725", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "304.447", + "max": "602.608", + "min": "170.507", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "150.126", + "max": "205.588", + "min": "133.715", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.977", + "max": "194.31", + "min": "143.636", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "140.331", + "max": "348.177", + "min": "96.567", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "259.398", + "max": "317.692", + "min": "253.73", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "127.189", + "max": "204.64", + "min": "121.784", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "228.266", + "max": "579.833", + "min": "143.252", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "200.277", + "max": "416.392", + "min": "118.32", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "211.346", + "max": "555.43", + "min": "86.442", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "161.908", + "max": "246.413", + "min": "147.828", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "129.827", + "max": "388.191", + "min": "109.087", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "118.571", + "max": "149.09", + "min": "113.19", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "167.041", + "max": "306.914", + "min": "110.097", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "243.008", + "max": "362.501", + "min": "210.836", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "74.242", + "max": "175.971", + "min": "29.336", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "285.686", + "max": "465.94", + "min": "258.399", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "244.92", + "max": "262.373", + "min": "243.551", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "116.936", + "max": "158.182", + "min": "110.002", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "263.673", + "max": "326.812", + "min": "234.537", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "109.254", + "max": "183.899", + "min": "91.102", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "141.689", + "max": "234.018", + "min": "125.565", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "215.261", + "max": "392.419", + "min": "161.283", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "129.091", + "max": "232.059", + "min": "98.05", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "280.58", + "max": "503.021", + "min": "100.923", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "71.701", + "max": "266.866", + "min": "26.48", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "66.274", + "max": "261.683", + "min": "52.368", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "279.428", + "max": "475.937", + "min": "253.574", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "175.029", + "max": "390.378", + "min": "32.802", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "377.795", + "max": "552.495", + "min": "149.258", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "56.85", + "max": "169.274", + "min": "34.433", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "125.019", + "max": "199.007", + "min": "117.074", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "223.895", + "max": "283.01", + "min": "159.372", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "54.589", + "max": "92.537", + "min": "42.281", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "126.72", + "max": "251.468", + "min": "111.778", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "136.639", + "max": "247.795", + "min": "127.837", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "99.847", + "max": "295.475", + "min": "77.99", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "218.354", + "max": "655.668", + "min": "185.597", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "228.982", + "max": "377.228", + "min": "160.333", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "226.948", + "max": "558.807", + "min": "174.965", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "190.919", + "max": "411.071", + "min": "138.442", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "123.561", + "max": "375.228", + "min": "102.891", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "183.662", + "max": "336.307", + "min": "134.447", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "41.85", + "max": "69.955", + "min": "40.14", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "147.124", + "max": "321.544", + "min": "30.636", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "160.056", + "max": "206.645", + "min": "154.827", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "128.127", + "max": "195.481", + "min": "120.198", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "53.028", + "max": "126.386", + "min": "39.953", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "223.539", + "max": "382.175", + "min": "161.126", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "59.961", + "max": "139.131", + "min": "39.135", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "122.456", + "max": "394.798", + "min": "98.941", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "246.503", + "max": "436.946", + "min": "231.58", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "94.012", + "max": "94.012", + "min": "94.012", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "301.912", + "max": "592.176", + "min": "99.098", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "170.253", + "max": "300.506", + "min": "116.951", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "223.484", + "max": "458.751", + "min": "191.902", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "136.948", + "max": "243.458", + "min": "108.893", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "132.985", + "max": "144.217", + "min": "132.139", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "262.763", + "max": "382.421", + "min": "246.788", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "179.553", + "max": "198.76", + "min": "177.48", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "48.297", + "max": "65.557", + "min": "40.76", + "id": "124", + "country": "United States", + "source_name": "Knoxville", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "130": { + "name": "Piscataway", + "data": { + "0": { + "avg": "128.166", + "max": "128.406", + "min": "128.023", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "213.001", + "max": "213.365", + "min": "212.758", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "13.698", + "max": "13.971", + "min": "13.586", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "98.996", + "max": "104.278", + "min": "98.24", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "79.606", + "max": "79.98", + "min": "79.428", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "164.347", + "max": "177.032", + "min": "161.264", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "83.835", + "max": "87.268", + "min": "80.372", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "220.207", + "max": "228.967", + "min": "218.919", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "118.488", + "max": "119.38", + "min": "118.165", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "99.2", + "max": "105.099", + "min": "98.601", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "69.251", + "max": "71.236", + "min": "68.975", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "40.294", + "max": "40.516", + "min": "40.153", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "2.222", + "max": "2.557", + "min": "1.874", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "7.153", + "max": "7.51", + "min": "6.975", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "32.476", + "max": "32.837", + "min": "32.09", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "6.932", + "max": "7.309", + "min": "6.377", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "101.635", + "max": "103.057", + "min": "100.742", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "19.338", + "max": "19.579", + "min": "19.213", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "81.048", + "max": "81.627", + "min": "80.472", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "104.587", + "max": "104.869", + "min": "104.47", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "217.572", + "max": "217.717", + "min": "217.427", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "20.594", + "max": "21.172", + "min": "19.552", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "68.707", + "max": "73.336", + "min": "63.541", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "61.074", + "max": "63.45", + "min": "60.73", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "98.857", + "max": "99.116", + "min": "98.606", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "85.524", + "max": "90.82", + "min": "85.221", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "103.321", + "max": "103.787", + "min": "103.084", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "94.39", + "max": "94.593", + "min": "94.24", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "87.175", + "max": "89.451", + "min": "85.338", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "64.534", + "max": "68.576", + "min": "64.097", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "233.034", + "max": "233.318", + "min": "232.898", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "97.43", + "max": "97.95", + "min": "97.29", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "68.568", + "max": "69.452", + "min": "68.357", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "125.198", + "max": "126.789", + "min": "121.499", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "111.502", + "max": "113.737", + "min": "111.225", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "239.195", + "max": "241.63", + "min": "238.73", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "67.108", + "max": "67.283", + "min": "66.988", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.201", + "max": "60.448", + "min": "60.038", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "33.175", + "max": "33.445", + "min": "32.775", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "10.281", + "max": "12.975", + "min": "9.946", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "211.691", + "max": "215.209", + "min": "210.423", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "78.793", + "max": "80.941", + "min": "78.431", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "110.482", + "max": "110.954", + "min": "110.261", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "100.16", + "max": "101.034", + "min": "99.841", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "212.521", + "max": "212.924", + "min": "212.402", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "105.459", + "max": "107.059", + "min": "100.904", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "99.136", + "max": "99.447", + "min": "98.963", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "80.414", + "max": "80.639", + "min": "80.246", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "161.878", + "max": "166.21", + "min": "150.881", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "38.555", + "max": "41.273", + "min": "36.449", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "11.07", + "max": "11.3", + "min": "10.947", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "73.405", + "max": "73.814", + "min": "73.035", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "90.374", + "max": "154.743", + "min": "78.57", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "30.811", + "max": "31.059", + "min": "30.654", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "224.988", + "max": "232.802", + "min": "222.365", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "235.503", + "max": "236.262", + "min": "235.258", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "114.701", + "max": "117.823", + "min": "113.798", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "213.109", + "max": "223.099", + "min": "206.373", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "128.221", + "max": "130.993", + "min": "124.63", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "91.934", + "max": "92.117", + "min": "91.799", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "132.243", + "max": "135.486", + "min": "129.181", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "134.462", + "max": "191.804", + "min": "129.989", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "264.445", + "max": "349.587", + "min": "250.426", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "229.343", + "max": "271.642", + "min": "220.651", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "119.362", + "max": "121.128", + "min": "118.399", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "114.242", + "max": "117.519", + "min": "112.329", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "5.138", + "max": "5.664", + "min": "4.95", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "112.848", + "max": "113.332", + "min": "112.42", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "139.835", + "max": "142.917", + "min": "138.81", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "37.535", + "max": "37.938", + "min": "37.414", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "209.342", + "max": "212.866", + "min": "208.051", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "64.482", + "max": "64.725", + "min": "64.255", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "73.172", + "max": "80.127", + "min": "72.068", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "26.834", + "max": "27.253", + "min": "24.676", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "112.978", + "max": "113.866", + "min": "112.727", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "80.818", + "max": "81.028", + "min": "80.345", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "21.418", + "max": "21.719", + "min": "21.082", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "70.549", + "max": "70.883", + "min": "70.346", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "25.22", + "max": "25.722", + "min": "24.856", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "20.183", + "max": "20.334", + "min": "20.058", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "62.191", + "max": "62.466", + "min": "61.921", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "18.409", + "max": "19.169", + "min": "18.166", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "227.581", + "max": "229.977", + "min": "216.008", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "237.467", + "max": "239.427", + "min": "237.222", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "49.686", + "max": "49.993", + "min": "49.544", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "141.169", + "max": "142.472", + "min": "140.847", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "81.737", + "max": "85.833", + "min": "81.062", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "28.468", + "max": "28.903", + "min": "28.244", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "24.745", + "max": "26.123", + "min": "24.279", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "77.549", + "max": "80.707", + "min": "77.265", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.238", + "max": "33.917", + "min": "31.621", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.225", + "max": "75.374", + "min": "73.001", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "93.637", + "max": "105.148", + "min": "91.205", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "179.479", + "max": "184.435", + "min": "178.395", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "10.159", + "max": "11.19", + "min": "9.376", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "37.824", + "max": "38.381", + "min": "37.604", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "77.151", + "max": "77.58", + "min": "76.882", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "65.396", + "max": "81.7", + "min": "63.531", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "78.05", + "max": "80.108", + "min": "74.08", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "20.933", + "max": "24.453", + "min": "20.592", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "32.678", + "max": "33.995", + "min": "32.413", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "62.089", + "max": "62.562", + "min": "61.876", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "129.341", + "max": "131.164", + "min": "128.563", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "225.011", + "max": "228.227", + "min": "224.21", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.217", + "max": "28.953", + "min": "28.011", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "201.511", + "max": "201.826", + "min": "201.179", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "100.636", + "max": "103.621", + "min": "93.828", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "7.553", + "max": "7.99", + "min": "7.427", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "24.305", + "max": "28.746", + "min": "23.972", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "198.283", + "max": "201.542", + "min": "197.103", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "225.067", + "max": "230.918", + "min": "220.921", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "210.078", + "max": "210.267", + "min": "209.944", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "1.359", + "max": "1.653", + "min": "1.218", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "201.398", + "max": "202.835", + "min": "201.13", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "439.549", + "max": "537.196", + "min": "257.068", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "223.332", + "max": "320.499", + "min": "132.192", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "253.192", + "max": "257.723", + "min": "251.803", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "157.599", + "max": "161.243", + "min": "152.741", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "44.625", + "max": "45.001", + "min": "44.271", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "34.462", + "max": "35.19", + "min": "33.978", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "41.067", + "max": "41.788", + "min": "40.785", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "121.407", + "max": "277.648", + "min": "31.251", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "114.467", + "max": "115.019", + "min": "114.297", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "146.916", + "max": "306.874", + "min": "120.612", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "103.959", + "max": "104.37", + "min": "103.831", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "95.614", + "max": "103.02", + "min": "94.477", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "0.043", + "max": "0.184", + "min": "0.022", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "214.636", + "max": "218.487", + "min": "213.012", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "172.128", + "max": "173.241", + "min": "171.931", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "97.992", + "max": "99.875", + "min": "97.802", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.939", + "max": "29.317", + "min": "22.342", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.963", + "max": "26.527", + "min": "25.832", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "29.061", + "max": "29.675", + "min": "28.849", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "215.512", + "max": "216.96", + "min": "214.841", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "47.784", + "max": "48.087", + "min": "47.466", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "9.495", + "max": "9.716", + "min": "9.316", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "57.496", + "max": "69.501", + "min": "56.072", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "42.257", + "max": "45.429", + "min": "40.994", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.325", + "max": "38.566", + "min": "38.06", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "5.183", + "max": "5.459", + "min": "5.056", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "98.524", + "max": "99.245", + "min": "98.087", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "263.129", + "max": "263.697", + "min": "262.731", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "108.087", + "max": "109.454", + "min": "107.807", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "93.388", + "max": "93.539", + "min": "93.176", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.607", + "max": "109.233", + "min": "106.263", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "84.181", + "max": "85.806", + "min": "83.021", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "115.95", + "max": "125.005", + "min": "115.413", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "200.938", + "max": "202.538", + "min": "200.732", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "69.489", + "max": "69.718", + "min": "69.389", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "72.569", + "max": "72.849", + "min": "72.454", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "82.181", + "max": "100.523", + "min": "78.787", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "168.085", + "max": "168.698", + "min": "167.498", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "113.467", + "max": "115.438", + "min": "108.816", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "81.806", + "max": "82.306", + "min": "81.535", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "12.668", + "max": "12.896", + "min": "12.551", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "67.504", + "max": "67.837", + "min": "67.178", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "111.529", + "max": "112.668", + "min": "111.22", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "228.883", + "max": "275.93", + "min": "220.408", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "47.248", + "max": "47.44", + "min": "47.082", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "169.233", + "max": "259.341", + "min": "159.524", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "52.653", + "max": "52.96", + "min": "52.487", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "477.849", + "max": "478.436", + "min": "477.147", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "132.464", + "max": "143.006", + "min": "115.433", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "1.883", + "max": "2.015", + "min": "1.737", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "204.029", + "max": "218.421", + "min": "193.058", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "241.365", + "max": "242.203", + "min": "240.685", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "170.34", + "max": "170.702", + "min": "170.217", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "54.58", + "max": "55.177", + "min": "54.39", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "250.183", + "max": "251.884", + "min": "249.826", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "11.08", + "max": "11.411", + "min": "10.884", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "15.053", + "max": "15.903", + "min": "13.679", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "88.913", + "max": "89.704", + "min": "88.616", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "260.024", + "max": "261.173", + "min": "259.264", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "79.765", + "max": "80.105", + "min": "79.448", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "94.68", + "max": "100.859", + "min": "92.931", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "115.666", + "max": "124.763", + "min": "115.198", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "93.693", + "max": "93.975", + "min": "93.602", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "74.64", + "max": "75.628", + "min": "74.031", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "121.045", + "max": "121.271", + "min": "120.881", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "115.94", + "max": "116.124", + "min": "115.829", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "130.745", + "max": "133.406", + "min": "127.899", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "115.3", + "max": "115.598", + "min": "114.881", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "76.115", + "max": "77.309", + "min": "75.942", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "93.672", + "max": "94.56", + "min": "93.503", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "87.435", + "max": "88.049", + "min": "86.934", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "103.052", + "max": "103.574", + "min": "102.46", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "130.721", + "max": "131", + "min": "130.388", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "103.421", + "max": "122.479", + "min": "100.987", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "101.919", + "max": "173.301", + "min": "84.277", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "69.858", + "max": "70.069", + "min": "69.671", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "132.321", + "max": "138.595", + "min": "126.37", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "125.929", + "max": "149.416", + "min": "114.339", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "122.722", + "max": "123.319", + "min": "122.228", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "74.39", + "max": "75.093", + "min": "74.073", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "260.462", + "max": "273.667", + "min": "259.814", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "97.225", + "max": "98.838", + "min": "97.031", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "91.072", + "max": "92.351", + "min": "90.889", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "94.98", + "max": "95.476", + "min": "93.94", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "88.315", + "max": "98.051", + "min": "86.707", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "126.191", + "max": "126.835", + "min": "126.007", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "80.834", + "max": "90.876", + "min": "80.228", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "76.13", + "max": "76.428", + "min": "75.954", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "90.358", + "max": "90.66", + "min": "90.21", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "216.855", + "max": "227.547", + "min": "214.231", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "5.06", + "max": "11.327", + "min": "3.943", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "233.384", + "max": "239.29", + "min": "221.806", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "222.822", + "max": "222.989", + "min": "222.728", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "80.572", + "max": "81.118", + "min": "80.317", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "224.904", + "max": "225.47", + "min": "224.619", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "85.916", + "max": "86.102", + "min": "85.81", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "109.996", + "max": "110.443", + "min": "109.828", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "135.836", + "max": "136.219", + "min": "135.683", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "72.339", + "max": "73.909", + "min": "71.82", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "78.718", + "max": "80.626", + "min": "78.391", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "25.16", + "max": "26.004", + "min": "25.042", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "33.376", + "max": "34.252", + "min": "32.369", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "228.185", + "max": "297.724", + "min": "225.563", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "6.491", + "max": "6.971", + "min": "6.086", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "109.393", + "max": "111.898", + "min": "97.646", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "10.696", + "max": "11.108", + "min": "10.554", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "98.069", + "max": "99.293", + "min": "97.407", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "144.833", + "max": "145.877", + "min": "144.644", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "47.258", + "max": "50.364", + "min": "44.631", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "93.256", + "max": "93.646", + "min": "92.908", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "113.324", + "max": "120.814", + "min": "108.245", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "72.054", + "max": "74.327", + "min": "70.812", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "209.838", + "max": "211.246", + "min": "209.422", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "144.267", + "max": "144.645", + "min": "143.934", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "157.306", + "max": "160.052", + "min": "155.804", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "115.648", + "max": "115.855", + "min": "115.419", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "80.322", + "max": "80.453", + "min": "80.248", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "111.626", + "max": "111.977", + "min": "111.332", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "13.04", + "max": "14.551", + "min": "12.517", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "12.47", + "max": "12.712", + "min": "12.31", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "136.665", + "max": "145.195", + "min": "134.718", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "90.892", + "max": "91.67", + "min": "90.412", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "17.036", + "max": "18.707", + "min": "16.123", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "132.079", + "max": "133.4", + "min": "131.824", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "29.225", + "max": "29.599", + "min": "28.972", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "96.266", + "max": "97.227", + "min": "96.131", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "259.042", + "max": "259.867", + "min": "257.957", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "103.377", + "max": "103.395", + "min": "103.359", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "77.433", + "max": "78.895", + "min": "76.185", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "80.781", + "max": "81.092", + "min": "80.641", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "164.69", + "max": "165.154", + "min": "164.382", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "87.236", + "max": "95.978", + "min": "78.348", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "104.785", + "max": "105.017", + "min": "104.685", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "191.318", + "max": "192.268", + "min": "191.07", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "154.418", + "max": "155.786", + "min": "154.178", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.739", + "max": "30.244", + "min": "29.187", + "id": "130", + "country": "United States", + "source_name": "Piscataway", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "135": { + "name": "Winnipeg", + "data": { + "0": { + "avg": "260.059", + "max": "265.244", + "min": "259.449", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "215.919", + "max": "221.986", + "min": "211.911", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "80.237", + "max": "82.645", + "min": "79.657", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "208.194", + "max": "214.603", + "min": "207.531", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "176.171", + "max": "176.671", + "min": "175.997", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "174.197", + "max": "176.802", + "min": "173.762", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "166.591", + "max": "166.869", + "min": "166.445", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "219.517", + "max": "223.431", + "min": "219.03", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "208.744", + "max": "214.102", + "min": "207.749", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "184.138", + "max": "188.053", + "min": "183.371", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "160.917", + "max": "167.358", + "min": "159.362", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "100.852", + "max": "109.815", + "min": "99.699", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "106.977", + "max": "117.746", + "min": "104.836", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "102.969", + "max": "104.079", + "min": "102.702", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "115.928", + "max": "131.413", + "min": "114.45", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "99.292", + "max": "100.373", + "min": "98.989", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "202.245", + "max": "204.04", + "min": "201.807", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "95.415", + "max": "103.197", + "min": "94.552", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "181.141", + "max": "181.859", + "min": "180.911", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "189.977", + "max": "196.932", + "min": "189.306", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "215.66", + "max": "216.202", + "min": "215.486", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "85.359", + "max": "88.15", + "min": "85.086", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "50.544", + "max": "52.206", + "min": "50.316", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "31.655", + "max": "42.838", + "min": "31.14", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "185.345", + "max": "185.659", + "min": "185.158", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "194.798", + "max": "194.984", + "min": "194.732", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "196.267", + "max": "203.742", + "min": "194.513", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "182.95", + "max": "189.081", + "min": "181.138", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "177.456", + "max": "178.95", + "min": "177.213", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "49.786", + "max": "55.215", + "min": "49.19", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "187.603", + "max": "188.518", + "min": "187.393", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "193.283", + "max": "196.822", + "min": "192.968", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "106.502", + "max": "113.51", + "min": "105.238", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "230.018", + "max": "252.857", + "min": "227.551", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "190.869", + "max": "195.405", + "min": "190.324", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "224.198", + "max": "231.404", + "min": "222.615", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "64.708", + "max": "85.404", + "min": "61.98", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "70.359", + "max": "70.556", + "min": "70.239", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "100.46", + "max": "103.261", + "min": "100.166", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "101.516", + "max": "102.998", + "min": "101.209", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "302.385", + "max": "306.152", + "min": "301.843", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "177.227", + "max": "181.202", + "min": "176.562", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "213.257", + "max": "221.116", + "min": "212.194", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "191.299", + "max": "196.701", + "min": "190.801", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "323.73", + "max": "330.718", + "min": "322.43", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "207.824", + "max": "209.376", + "min": "207.339", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "187.268", + "max": "188.265", + "min": "187.022", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "172.442", + "max": "179.227", + "min": "171.116", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "251.758", + "max": "253.634", + "min": "251.44", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "102.765", + "max": "109.482", + "min": "102.299", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "86.458", + "max": "92.422", + "min": "84.91", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "27.799", + "max": "32.135", + "min": "27.247", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "236.873", + "max": "253.382", + "min": "228.063", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "72.811", + "max": "78.412", + "min": "71.841", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "313.151", + "max": "321.405", + "min": "310.156", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "220.86", + "max": "225.359", + "min": "220.319", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "208.042", + "max": "209.927", + "min": "206.905", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "200.916", + "max": "201.005", + "min": "200.858", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "218.842", + "max": "226.374", + "min": "217.979", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "184.473", + "max": "190.99", + "min": "183.37", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "224.805", + "max": "227.432", + "min": "224.082", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "224.488", + "max": "251.308", + "min": "221.145", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "210.13", + "max": "272.998", + "min": "204.169", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "223.773", + "max": "226.435", + "min": "223.413", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "213.908", + "max": "215.269", + "min": "213.6", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "212.877", + "max": "213.648", + "min": "212.679", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "106.4", + "max": "113.843", + "min": "105.618", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "214.689", + "max": "216.618", + "min": "214.037", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "227.081", + "max": "234.163", + "min": "225.627", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "61.598", + "max": "63.394", + "min": "61.329", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "183.366", + "max": "189.185", + "min": "182.723", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "65.08", + "max": "65.904", + "min": "64.774", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "157.073", + "max": "159.777", + "min": "156.792", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "116.457", + "max": "122.903", + "min": "115.967", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "212.576", + "max": "214.565", + "min": "212.295", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "168.111", + "max": "175.219", + "min": "166.779", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "107.303", + "max": "113.89", + "min": "106.398", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "68.968", + "max": "75.16", + "min": "67.828", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "89.248", + "max": "92.121", + "min": "88.757", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "76.688", + "max": "84.018", + "min": "75.519", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "34.512", + "max": "36.784", + "min": "33.951", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "104.112", + "max": "111.489", + "min": "103.459", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "235.887", + "max": "238.846", + "min": "235.13", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "323.731", + "max": "325.868", + "min": "323.321", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "75.913", + "max": "81.44", + "min": "75.434", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "220.857", + "max": "223.173", + "min": "220.352", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "178.501", + "max": "188.045", + "min": "176.842", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "112.529", + "max": "112.906", + "min": "112.322", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "78.166", + "max": "78.443", + "min": "77.999", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "166.404", + "max": "173.791", + "min": "165.469", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "95.46", + "max": "101.784", + "min": "93.005", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "56.78", + "max": "57.557", + "min": "56.55", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "180.98", + "max": "187.319", + "min": "179.309", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "235.897", + "max": "238.817", + "min": "235.489", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "96.761", + "max": "97.316", + "min": "96.52", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "109.432", + "max": "110.64", + "min": "109.2", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "146.087", + "max": "153.87", + "min": "145.285", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "144.626", + "max": "151.671", + "min": "143.057", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "52.339", + "max": "53.812", + "min": "52.154", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "87.138", + "max": "87.581", + "min": "87.021", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "102.213", + "max": "109.593", + "min": "101.5", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "81.931", + "max": "88.925", + "min": "81.112", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "220.713", + "max": "221.363", + "min": "220.497", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "187.846", + "max": "195.23", + "min": "186.354", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "91.036", + "max": "97.175", + "min": "89.833", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "199.638", + "max": "200.508", + "min": "199.347", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "175.948", + "max": "183.16", + "min": "174.43", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "92.489", + "max": "94.055", + "min": "92.218", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "108.956", + "max": "109.96", + "min": "108.699", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "327.614", + "max": "331.203", + "min": "326.954", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "216.677", + "max": "223.196", + "min": "215.3", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "171.331", + "max": "189.161", + "min": "166.591", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "98.658", + "max": "105.274", + "min": "97.334", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "301.57", + "max": "304.569", + "min": "301.089", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "539.259", + "max": "660.54", + "min": "361.788", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "316.718", + "max": "423.372", + "min": "238.248", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "334.543", + "max": "338.864", + "min": "333.867", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "148.608", + "max": "152.212", + "min": "148.105", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "79.311", + "max": "81.233", + "min": "79.032", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "99.913", + "max": "101.028", + "min": "99.425", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "62.928", + "max": "63.297", + "min": "62.699", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "154.725", + "max": "326.561", + "min": "94.185", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "211.635", + "max": "215.619", + "min": "211.304", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "200.432", + "max": "203.683", + "min": "199.788", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "196.13", + "max": "200.928", + "min": "195.671", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "190.766", + "max": "191.561", + "min": "190.316", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "98.047", + "max": "99.432", + "min": "97.696", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "363.079", + "max": "370.149", + "min": "362.079", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "285.242", + "max": "288.917", + "min": "284.685", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "0.041", + "max": "0.059", + "min": "0.031", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "100.132", + "max": "107.236", + "min": "99.098", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "93.459", + "max": "101.117", + "min": "92.873", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "80.157", + "max": "82.154", + "min": "79.817", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "186.664", + "max": "191.582", + "min": "185.867", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "114.03", + "max": "124.067", + "min": "111.976", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "107.511", + "max": "107.931", + "min": "107.376", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "97.518", + "max": "109.57", + "min": "96.044", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "92.121", + "max": "93.276", + "min": "91.963", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "80.54", + "max": "88.297", + "min": "80.019", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "103.505", + "max": "105.334", + "min": "103.321", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "203.084", + "max": "204.563", + "min": "202.868", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "276.951", + "max": "282.716", + "min": "276.283", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "222.464", + "max": "224.93", + "min": "222.244", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "180.342", + "max": "188.142", + "min": "179.859", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "102.468", + "max": "117.644", + "min": "100.762", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "188.367", + "max": "192.088", + "min": "187.862", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "221.614", + "max": "227.755", + "min": "221.236", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "306.774", + "max": "308.518", + "min": "306.316", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "170.268", + "max": "176.568", + "min": "168.986", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "171.56", + "max": "176.147", + "min": "171.192", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "174.492", + "max": "185.01", + "min": "172.774", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "153.282", + "max": "156.528", + "min": "153.029", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "197.486", + "max": "201.161", + "min": "197.079", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "187.224", + "max": "236.729", + "min": "185.307", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "107.494", + "max": "115.035", + "min": "106.511", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "39.143", + "max": "39.903", + "min": "38.926", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "209.451", + "max": "218.388", + "min": "208.288", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "196.944", + "max": "242.44", + "min": "188.266", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "62.179", + "max": "64.136", + "min": "61.935", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "250.507", + "max": "338.09", + "min": "241.899", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "135.927", + "max": "136.992", + "min": "135.804", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "477.465", + "max": "479.338", + "min": "476.91", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "204.081", + "max": "211.353", + "min": "203.319", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "97.444", + "max": "97.57", + "min": "97.327", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "285.705", + "max": "292.45", + "min": "284.414", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "329.254", + "max": "334.69", + "min": "328.716", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "252.835", + "max": "254.527", + "min": "252.599", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "104.498", + "max": "104.972", + "min": "104.297", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "282.012", + "max": "292.048", + "min": "248.398", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "102.729", + "max": "104.896", + "min": "102.505", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "95.102", + "max": "95.954", + "min": "94.974", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "183.174", + "max": "187.401", + "min": "182.365", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "317.688", + "max": "324.742", + "min": "316.413", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "167.957", + "max": "174.898", + "min": "166.96", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "189.111", + "max": "195.881", + "min": "187.59", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "204.445", + "max": "205.525", + "min": "204.277", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "186.992", + "max": "188.46", + "min": "186.812", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "173.094", + "max": "181.544", + "min": "172.03", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "231.705", + "max": "239.068", + "min": "230.664", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "226.105", + "max": "226.245", + "min": "225.981", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "224.247", + "max": "231.428", + "min": "223.14", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "231.916", + "max": "240.743", + "min": "231.339", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "188.068", + "max": "196.202", + "min": "186.84", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "182.283", + "max": "187.54", + "min": "181.954", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "172.676", + "max": "174.959", + "min": "172.277", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "193.464", + "max": "199.507", + "min": "192.98", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "225.624", + "max": "233.478", + "min": "225.114", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "202.34", + "max": "237.132", + "min": "200.106", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "198.511", + "max": "267.403", + "min": "178.661", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "154.07", + "max": "156.87", + "min": "153.731", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "225.423", + "max": "228.239", + "min": "225.124", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "211.518", + "max": "252.784", + "min": "209.802", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "222.218", + "max": "224.411", + "min": "221.762", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "165.229", + "max": "175.356", + "min": "164.395", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "258.431", + "max": "264.386", + "min": "257.628", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "198.939", + "max": "205.393", + "min": "197.831", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "195.141", + "max": "202.251", + "min": "193.862", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "206.461", + "max": "213.202", + "min": "204.723", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "175.901", + "max": "183.069", + "min": "174.531", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "223.421", + "max": "229.864", + "min": "222.877", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "182.29", + "max": "187.664", + "min": "181.84", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "183.075", + "max": "183.91", + "min": "182.861", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "182.24", + "max": "186.437", + "min": "179.735", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "206.391", + "max": "208.387", + "min": "206.085", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "105.46", + "max": "116.592", + "min": "100.018", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "252.951", + "max": "258.904", + "min": "246.723", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "292.277", + "max": "296.036", + "min": "291.979", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "168.407", + "max": "175.173", + "min": "166.576", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "323.23", + "max": "325.692", + "min": "322.907", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "104.011", + "max": "104.95", + "min": "103.672", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "199.584", + "max": "202.173", + "min": "199.265", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "236.399", + "max": "237.764", + "min": "236.147", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "172.665", + "max": "174.013", + "min": "172.243", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "166.399", + "max": "168.582", + "min": "166.015", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "98.259", + "max": "102.169", + "min": "97.9", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "117.633", + "max": "123.441", + "min": "116.83", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "196.022", + "max": "203.674", + "min": "195.083", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "111.047", + "max": "112.581", + "min": "110.863", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "199.418", + "max": "201.49", + "min": "199.047", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "100.676", + "max": "100.857", + "min": "100.602", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "199.971", + "max": "201.537", + "min": "199.621", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "249.664", + "max": "274.428", + "min": "248.613", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "122.922", + "max": "126.158", + "min": "119.885", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "193.912", + "max": "200.177", + "min": "192.628", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "205.859", + "max": "208.359", + "min": "204.712", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "152.813", + "max": "155.05", + "min": "152.201", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "294.04", + "max": "300.82", + "min": "292.203", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "120.935", + "max": "136.715", + "min": "112.851", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "264.21", + "max": "267.356", + "min": "263.8", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "204.33", + "max": "212.217", + "min": "203.824", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "170.098", + "max": "172.275", + "min": "169.863", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "234.336", + "max": "234.816", + "min": "234.232", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "90.613", + "max": "94.045", + "min": "89.75", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "106.175", + "max": "109.478", + "min": "105.876", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "223.025", + "max": "234.775", + "min": "220.756", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "187.166", + "max": "188.409", + "min": "186.709", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "85.038", + "max": "87.527", + "min": "83.929", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "219.052", + "max": "222.042", + "min": "218.586", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "74.159", + "max": "81.006", + "min": "72.637", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "185.689", + "max": "190.633", + "min": "184.582", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "251.323", + "max": "259.955", + "min": "235.16", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.942", + "max": "184.942", + "min": "184.942", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "163.663", + "max": "166.398", + "min": "163.159", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "175.879", + "max": "177.651", + "min": "175.681", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "263.547", + "max": "264.241", + "min": "263.286", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "181.448", + "max": "191.294", + "min": "173.12", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "210.821", + "max": "218.495", + "min": "210.235", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "362.194", + "max": "368.914", + "min": "360.581", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "255.468", + "max": "258.502", + "min": "255.128", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "98.465", + "max": "105.037", + "min": "96.853", + "id": "135", + "country": "Canada", + "source_name": "Winnipeg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "136": { + "name": "Toledo", + "data": { + "0": { + "avg": "110.21", + "max": "111.179", + "min": "110.004", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "221.835", + "max": "224.78", + "min": "221.438", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "25.206", + "max": "26.471", + "min": "25.055", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "127.064", + "max": "130.829", + "min": "126.497", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "100.798", + "max": "102.809", + "min": "100.59", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "150.293", + "max": "151.764", + "min": "150.094", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "102.557", + "max": "106.133", + "min": "102.21", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "234.467", + "max": "242.56", + "min": "233.609", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "143.934", + "max": "144.642", + "min": "143.769", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "125.682", + "max": "128.931", + "min": "125.207", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "94.629", + "max": "95.954", + "min": "94.377", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "37.124", + "max": "57.784", + "min": "36.287", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "26.581", + "max": "26.852", + "min": "26.487", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "27.144", + "max": "27.448", + "min": "26.982", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "40.935", + "max": "41.47", + "min": "40.798", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "23.792", + "max": "24.387", + "min": "23.117", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "117.731", + "max": "119.36", + "min": "117.479", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "26.065", + "max": "28.627", + "min": "25.73", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "117.549", + "max": "117.941", + "min": "117.405", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "126.661", + "max": "127.842", + "min": "126.523", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "225.392", + "max": "225.594", + "min": "225.286", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "13.735", + "max": "14.192", + "min": "13.605", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "68.901", + "max": "69.173", + "min": "68.761", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "59.946", + "max": "60.451", + "min": "59.811", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "128.41", + "max": "128.871", + "min": "128.159", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "113.601", + "max": "114.555", + "min": "113.456", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "131.158", + "max": "132.33", + "min": "130.876", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "122.489", + "max": "122.708", + "min": "122.27", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "114.073", + "max": "114.242", + "min": "113.992", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "54.644", + "max": "54.857", + "min": "54.438", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "245.945", + "max": "248.068", + "min": "245.77", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "134.522", + "max": "135.604", + "min": "134.391", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "61.799", + "max": "62.486", + "min": "61.646", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "157.959", + "max": "159.038", + "min": "157.83", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "125.652", + "max": "127.044", + "min": "125.389", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "254.105", + "max": "255.972", + "min": "253.792", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "73.461", + "max": "73.665", + "min": "73.386", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "64.312", + "max": "65.118", + "min": "64.137", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "45.283", + "max": "46.442", + "min": "45.043", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "28.99", + "max": "29.814", + "min": "28.703", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "237.032", + "max": "240.217", + "min": "236.542", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "110.136", + "max": "113.845", + "min": "109.794", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "138.963", + "max": "139.215", + "min": "138.84", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "127.066", + "max": "135.625", + "min": "126.605", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "233.472", + "max": "233.709", + "min": "233.384", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "137.571", + "max": "138.238", + "min": "137.139", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "140.196", + "max": "140.668", + "min": "139.994", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "102.744", + "max": "103.104", + "min": "102.524", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "175.072", + "max": "175.532", + "min": "174.947", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "48.3", + "max": "48.658", + "min": "48.219", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "34.392", + "max": "37.863", + "min": "34.172", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "70.537", + "max": "70.92", + "min": "70.348", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "147.733", + "max": "200.832", + "min": "107.185", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "25.319", + "max": "28.189", + "min": "24.98", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "296.412", + "max": "307.831", + "min": "293.227", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "277.441", + "max": "277.774", + "min": "277.263", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "124.683", + "max": "128.824", + "min": "123.232", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "232.465", + "max": "232.784", + "min": "232.371", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "130.993", + "max": "132.998", + "min": "130.603", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "102.654", + "max": "106.658", + "min": "102.381", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "153.763", + "max": "154.922", + "min": "153.229", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "157.431", + "max": "205.684", + "min": "154.78", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "268.536", + "max": "344.725", + "min": "263.794", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "245.614", + "max": "252.406", + "min": "245.079", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "141.278", + "max": "141.973", + "min": "141.101", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "146.099", + "max": "149.519", + "min": "145.597", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "24.129", + "max": "24.268", + "min": "24.005", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "139.768", + "max": "140.208", + "min": "139.27", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "158.081", + "max": "161.007", + "min": "157.286", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "38.068", + "max": "40.654", + "min": "37.761", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "216.077", + "max": "217.908", + "min": "215.724", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "66.539", + "max": "68.551", + "min": "66.178", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.134", + "max": "85.265", + "min": "83.926", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "38.114", + "max": "38.869", + "min": "37.966", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "140.537", + "max": "141.384", + "min": "140.308", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "100.392", + "max": "100.604", + "min": "100.21", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "32.129", + "max": "32.835", + "min": "31.963", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "78.906", + "max": "79.08", + "min": "78.808", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "18.372", + "max": "24.041", + "min": "17.637", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "11.755", + "max": "15.126", + "min": "11.521", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "68.469", + "max": "68.901", + "min": "68.317", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "50.533", + "max": "51.522", + "min": "50.26", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "207.948", + "max": "208.236", + "min": "207.864", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "236.095", + "max": "236.434", + "min": "235.863", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "74.599", + "max": "74.747", + "min": "74.499", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "171.886", + "max": "172.442", + "min": "171.653", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "103.466", + "max": "103.966", + "min": "103.249", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "40.292", + "max": "40.975", + "min": "40.122", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "40.087", + "max": "41.584", + "min": "39.878", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "99.294", + "max": "105.895", + "min": "98.953", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "28.693", + "max": "30.815", + "min": "27.898", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "70.884", + "max": "71.565", + "min": "70.692", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "115.29", + "max": "115.811", + "min": "115.177", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "188.337", + "max": "188.473", + "min": "188.222", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "28.497", + "max": "28.935", + "min": "28.248", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "58.453", + "max": "58.767", + "min": "58.231", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "92.276", + "max": "92.673", + "min": "92.069", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "78.777", + "max": "84.641", + "min": "78.271", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "68.656", + "max": "68.816", + "min": "68.536", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "17.229", + "max": "19.34", + "min": "16.95", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "40.68", + "max": "40.79", + "min": "40.589", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "64.463", + "max": "66.007", + "min": "64.27", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "152.996", + "max": "153.807", + "min": "152.795", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "226.321", + "max": "230.01", + "min": "225.709", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "24.628", + "max": "25.457", + "min": "24.425", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "212.137", + "max": "213.505", + "min": "211.793", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "107.415", + "max": "109.179", + "min": "107.241", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "36.422", + "max": "36.697", + "min": "36.289", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "38.684", + "max": "41.817", + "min": "38.393", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "218.764", + "max": "222.341", + "min": "217.92", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "224.114", + "max": "224.558", + "min": "223.966", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "201.245", + "max": "201.757", + "min": "201.149", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "29.095", + "max": "29.397", + "min": "28.977", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "225.888", + "max": "241.804", + "min": "225.07", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "470.896", + "max": "601.753", + "min": "322.213", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "245.377", + "max": "329.832", + "min": "184.955", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "255.802", + "max": "269.195", + "min": "254.524", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "161.3", + "max": "165.568", + "min": "160.905", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "40.801", + "max": "41.059", + "min": "40.684", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "39.222", + "max": "39.887", + "min": "38.981", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "43.266", + "max": "45.764", + "min": "42.998", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "117.755", + "max": "277.325", + "min": "46.335", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "139.531", + "max": "145.123", + "min": "139.188", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "134.032", + "max": "249.51", + "min": "129.396", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.307", + "max": "136.56", + "min": "133.115", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "123.265", + "max": "124.479", + "min": "122.594", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "24.352", + "max": "29.011", + "min": "22.208", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "272.299", + "max": "273.171", + "min": "272.025", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "195.195", + "max": "195.833", + "min": "194.983", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "99.234", + "max": "100.734", + "min": "98.959", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": null, + "max": null, + "min": null, + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "23.766", + "max": "24.2", + "min": "23.614", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "19.982", + "max": "20.419", + "min": "19.863", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "203.991", + "max": "204.885", + "min": "203.328", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.755", + "max": "50.059", + "min": "49.632", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "27.575", + "max": "27.739", + "min": "27.452", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.832", + "max": "71.784", + "min": "50.197", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "34.523", + "max": "34.781", + "min": "34.418", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "34.585", + "max": "35.408", + "min": "34.356", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "30.708", + "max": "34.145", + "min": "30.281", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "127.02", + "max": "129.267", + "min": "126.839", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "266.635", + "max": "271.207", + "min": "266.114", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "134.802", + "max": "136.277", + "min": "134.624", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "126.481", + "max": "126.727", + "min": "126.239", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.228", + "max": "116.915", + "min": "116.004", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "104.249", + "max": "106.813", + "min": "103.832", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "141.991", + "max": "150.612", + "min": "141.297", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "316.215", + "max": "317.013", + "min": "316.044", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "96.192", + "max": "107.671", + "min": "95.668", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "96.89", + "max": "97.009", + "min": "96.796", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "107.95", + "max": "117.728", + "min": "106.479", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "172.333", + "max": "172.415", + "min": "172.272", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "135.152", + "max": "137.858", + "min": "134.654", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "109.579", + "max": "112.05", + "min": "109.269", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "33.549", + "max": "33.794", + "min": "33.431", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "70.421", + "max": "70.644", + "min": "70.278", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "135.386", + "max": "138.419", + "min": "135.037", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "221.221", + "max": "259.844", + "min": "214.09", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "41.683", + "max": "42.541", + "min": "41.563", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "178.042", + "max": "281.295", + "min": "171.83", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "57.878", + "max": "58.168", + "min": "57.759", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "485.173", + "max": "487.126", + "min": "484.605", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "138.801", + "max": "139.12", + "min": "138.682", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "26.901", + "max": "27.414", + "min": "26.744", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "209.726", + "max": "210.602", + "min": "209.551", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "267.57", + "max": "267.944", + "min": "267.485", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "187.671", + "max": "191.183", + "min": "187.364", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.598", + "max": "64.114", + "min": "61.388", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "234.587", + "max": "239.627", + "min": "232.692", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "34.267", + "max": "35.706", + "min": "34.076", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "25.833", + "max": "25.939", + "min": "25.742", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "117.337", + "max": "120.727", + "min": "117.013", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "298.374", + "max": "298.718", + "min": "298.288", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "105.021", + "max": "106.041", + "min": "104.878", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "114.007", + "max": "114.43", + "min": "113.701", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "124.456", + "max": "148.09", + "min": "123.104", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "117.415", + "max": "117.574", + "min": "117.273", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "98.546", + "max": "99.383", + "min": "98.358", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "162.01", + "max": "163.283", + "min": "161.785", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "139.024", + "max": "139.961", + "min": "138.866", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "159.95", + "max": "162.506", + "min": "159.642", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "140.072", + "max": "141.752", + "min": "139.886", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "107.762", + "max": "109.993", + "min": "107.518", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "114.195", + "max": "114.842", + "min": "114.082", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "101.863", + "max": "102.056", + "min": "101.751", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "116.26", + "max": "116.899", + "min": "116.093", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "154.138", + "max": "157.223", + "min": "153.715", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "128.684", + "max": "131.989", + "min": "127.689", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "137.62", + "max": "207.598", + "min": "109.052", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "110.753", + "max": "111.497", + "min": "110.638", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "150.712", + "max": "150.981", + "min": "150.48", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "132.177", + "max": "140.184", + "min": "131.65", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "146.131", + "max": "146.638", + "min": "145.787", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "100.224", + "max": "109.851", + "min": "99.015", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "280.521", + "max": "287.273", + "min": "279.852", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "113.963", + "max": "114.605", + "min": "113.759", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "122.706", + "max": "123.048", + "min": "122.484", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "136.338", + "max": "137.114", + "min": "136.212", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "101.787", + "max": "107.588", + "min": "100.221", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "154.74", + "max": "156.611", + "min": "154.347", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "102.675", + "max": "107.206", + "min": "102.018", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "101.749", + "max": "102.033", + "min": "101.626", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "101.246", + "max": "101.408", + "min": "101.111", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.103", + "max": "229.525", + "min": "224.821", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "25.203", + "max": "33.034", + "min": "24.35", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "220.769", + "max": "221.699", + "min": "220.619", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "267.413", + "max": "267.726", + "min": "267.213", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "109.562", + "max": "110.303", + "min": "109.388", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "246.345", + "max": "249.387", + "min": "245.872", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "57.796", + "max": "58.421", + "min": "57.587", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "131.346", + "max": "131.907", + "min": "131.146", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "159.305", + "max": "160.976", + "min": "159.043", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "98.163", + "max": "100.399", + "min": "97.701", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "103.197", + "max": "104.744", + "min": "102.71", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "13.493", + "max": "13.613", + "min": "13.434", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "38.717", + "max": "38.931", + "min": "38.626", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "261.022", + "max": "265.016", + "min": "254.642", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "18.907", + "max": "19.093", + "min": "18.84", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "117.104", + "max": "117.524", + "min": "116.957", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "23.605", + "max": "28.542", + "min": "23.293", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "115.752", + "max": "116.114", + "min": "115.639", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "156.998", + "max": "157.691", + "min": "156.781", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "53.583", + "max": "57.503", + "min": "51.142", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "122.53", + "max": "126.607", + "min": "122.056", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "138.238", + "max": "141.041", + "min": "137.619", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "84.504", + "max": "90.774", + "min": "83.506", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "298.879", + "max": "300.32", + "min": "298.385", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "164.324", + "max": "165.415", + "min": "164.13", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "191.089", + "max": "191.546", + "min": "190.896", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "141.526", + "max": "144.152", + "min": "141.306", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "104.77", + "max": "109.138", + "min": "104.444", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "136.993", + "max": "137.496", + "min": "136.839", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "30.794", + "max": "32.76", + "min": "30.422", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "30.497", + "max": "30.75", + "min": "30.386", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "152.445", + "max": "158.438", + "min": "150.863", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "115.453", + "max": "123.893", + "min": "114.776", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "33.922", + "max": "35.073", + "min": "32.983", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "157.713", + "max": "158.701", + "min": "157.518", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "27.483", + "max": "28.386", + "min": "27.221", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "121.123", + "max": "127.905", + "min": "120.41", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "258.338", + "max": "265.215", + "min": "251.999", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "112.591", + "max": "112.591", + "min": "112.591", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "97.787", + "max": "98.497", + "min": "97.669", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "111.778", + "max": "113.919", + "min": "111.551", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "194.011", + "max": "197.312", + "min": "193.559", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "119.287", + "max": "134.771", + "min": "110.174", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "127.218", + "max": "127.394", + "min": "127.114", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "215.674", + "max": "216.586", + "min": "215.46", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "185.178", + "max": "186.212", + "min": "184.853", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "44.7", + "max": "44.977", + "min": "44.58", + "id": "136", + "country": "United States", + "source_name": "Toledo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "137": { + "name": "Cincinnati", + "data": { + "0": { + "avg": "104.077", + "max": "104.243", + "min": "103.878", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "317.564", + "max": "318.836", + "min": "317.23", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.867", + "max": "23.409", + "min": "22.662", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "127.642", + "max": "134.136", + "min": "126.756", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "91.363", + "max": "91.633", + "min": "91.171", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "146.162", + "max": "146.442", + "min": "145.96", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "99.373", + "max": "100.663", + "min": "99.126", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "295.426", + "max": "301.657", + "min": "294.401", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "137.579", + "max": "137.972", + "min": "137.389", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "116.878", + "max": "117.221", + "min": "116.653", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "97.062", + "max": "105.441", + "min": "96.51", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "33.579", + "max": "33.723", + "min": "33.457", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "23.11", + "max": "23.909", + "min": "22.972", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "25.359", + "max": "25.944", + "min": "25.135", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "41.625", + "max": "47.768", + "min": "41.242", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "18.975", + "max": "19.297", + "min": "18.302", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "119.638", + "max": "119.981", + "min": "119.305", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "12.359", + "max": "16.457", + "min": "11.914", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "98.525", + "max": "101.286", + "min": "98.238", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "116.573", + "max": "116.715", + "min": "116.462", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "274.392", + "max": "274.701", + "min": "274.218", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "10.486", + "max": "10.843", + "min": "10.321", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "59.468", + "max": "60.39", + "min": "59.296", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "69.966", + "max": "70.61", + "min": "69.718", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "117.004", + "max": "117.255", + "min": "116.808", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "113.812", + "max": "114.128", + "min": "113.586", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "114.085", + "max": "117.091", + "min": "113.587", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "110.756", + "max": "111.161", + "min": "110.45", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "111.048", + "max": "111.548", + "min": "110.857", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "55.766", + "max": "56.036", + "min": "55.587", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "238.051", + "max": "238.284", + "min": "237.912", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "122.705", + "max": "123.344", + "min": "122.49", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "53.316", + "max": "53.602", + "min": "53.145", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "135.733", + "max": "136.039", + "min": "135.533", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "109.906", + "max": "111.437", + "min": "109.463", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "229.666", + "max": "235.485", + "min": "229.178", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "64.447", + "max": "64.847", + "min": "64.211", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "57.228", + "max": "57.505", + "min": "57.05", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "26.852", + "max": "27.076", + "min": "26.622", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "27.724", + "max": "28.378", + "min": "27.508", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "239.534", + "max": "243.825", + "min": "238.982", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "97.274", + "max": "101.95", + "min": "96.832", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "139.719", + "max": "139.877", + "min": "139.555", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "133.351", + "max": "133.772", + "min": "133.216", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "233.402", + "max": "233.55", + "min": "233.227", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "135.369", + "max": "137.692", + "min": "134.861", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "152.712", + "max": "152.883", + "min": "152.606", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "90.629", + "max": "91.823", + "min": "90.413", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "158.326", + "max": "158.782", + "min": "158.157", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "34.065", + "max": "34.438", + "min": "33.906", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "27.441", + "max": "27.716", + "min": "27.254", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "69.282", + "max": "70.117", + "min": "68.957", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "147.113", + "max": "160.296", + "min": "133.982", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "28.75", + "max": "29.064", + "min": "28.554", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "227.496", + "max": "236.9", + "min": "224.028", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "232.6", + "max": "232.991", + "min": "232.352", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "110.444", + "max": "112.322", + "min": "109.079", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "200.42", + "max": "200.534", + "min": "200.295", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "140.59", + "max": "141.429", + "min": "140.239", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "105.421", + "max": "105.695", + "min": "105.216", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "150.237", + "max": "151.279", + "min": "149.731", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "155.632", + "max": "216.726", + "min": "151.599", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "261.008", + "max": "316.65", + "min": "254.533", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "238.141", + "max": "238.49", + "min": "237.941", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "141.802", + "max": "142.603", + "min": "141.646", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "134.812", + "max": "135.026", + "min": "134.616", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "29.649", + "max": "34.017", + "min": "29.353", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "128.797", + "max": "132.843", + "min": "128.178", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "148.591", + "max": "150.747", + "min": "147.841", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "33.554", + "max": "35.087", + "min": "33.26", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.787", + "max": "200.644", + "min": "199.544", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "61.687", + "max": "67.14", + "min": "61.226", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.387", + "max": "90.448", + "min": "83.961", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.58", + "max": "29.748", + "min": "29.429", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "158.771", + "max": "160.189", + "min": "158.284", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "91.719", + "max": "91.919", + "min": "91.585", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "25.415", + "max": "25.619", + "min": "25.171", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "64.941", + "max": "65.323", + "min": "64.761", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "3.844", + "max": "4.856", + "min": "3.55", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "12.086", + "max": "12.513", + "min": "11.914", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "68.718", + "max": "69.096", + "min": "68.567", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "37.461", + "max": "37.739", + "min": "37.29", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "386.514", + "max": "390.528", + "min": "385.82", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.26", + "max": "239.514", + "min": "239.095", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "72.253", + "max": "72.418", + "min": "72.134", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "151.701", + "max": "152.674", + "min": "151.401", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "90.035", + "max": "93.528", + "min": "89.615", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "21.79", + "max": "22.02", + "min": "21.594", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "31.823", + "max": "32.091", + "min": "31.562", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.243", + "max": "106.372", + "min": "101.885", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "17.878", + "max": "20.626", + "min": "17.217", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "60.775", + "max": "61.359", + "min": "60.531", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "101.932", + "max": "102.077", + "min": "101.769", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "190.074", + "max": "190.556", + "min": "189.841", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "22.997", + "max": "23.328", + "min": "22.814", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "49.201", + "max": "51.54", + "min": "48.903", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "81.807", + "max": "82.081", + "min": "81.582", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "61.785", + "max": "72.954", + "min": "60.633", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "59.42", + "max": "59.736", + "min": "59.219", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "12.614", + "max": "13.282", + "min": "12.387", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.29", + "max": "28.919", + "min": "28.084", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "40.668", + "max": "41.072", + "min": "40.483", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "144.078", + "max": "158.965", + "min": "142.847", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "226.179", + "max": "228.71", + "min": "225.604", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "14.688", + "max": "19.751", + "min": "14.327", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "327.251", + "max": "327.605", + "min": "326.748", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "104.054", + "max": "105.555", + "min": "103.724", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "25.315", + "max": "25.424", + "min": "25.182", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "29.554", + "max": "29.774", + "min": "29.41", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "245.415", + "max": "246.264", + "min": "245.123", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "212.431", + "max": "217.62", + "min": "212.104", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "191.172", + "max": "191.288", + "min": "191.046", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "25.096", + "max": "25.326", + "min": "24.945", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "228.816", + "max": "262.218", + "min": "227.302", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "464.443", + "max": "577.713", + "min": "284.14", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "239.856", + "max": "323.797", + "min": "163.569", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "255.002", + "max": "257.414", + "min": "254.491", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "164.626", + "max": "165.739", + "min": "164.394", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "28.354", + "max": "28.572", + "min": "28.215", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "29.945", + "max": "32.253", + "min": "29.528", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "31.053", + "max": "31.297", + "min": "30.881", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "129.395", + "max": "267.887", + "min": "45.627", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "132.118", + "max": "148.023", + "min": "131.393", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "141.712", + "max": "204.648", + "min": "136.427", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "132.05", + "max": "133.464", + "min": "131.608", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "119.186", + "max": "120.959", + "min": "118.701", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "25.905", + "max": "26.192", + "min": "25.684", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "239.435", + "max": "239.812", + "min": "239.212", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "229.128", + "max": "229.499", + "min": "228.909", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "93.098", + "max": "93.722", + "min": "92.812", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "23.78", + "max": "24.098", + "min": "23.571", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "0.671", + "max": "0.844", + "min": "0.552", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "30.492", + "max": "30.696", + "min": "30.331", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "185.725", + "max": "186.9", + "min": "185.008", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "46.589", + "max": "46.824", + "min": "46.452", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "26.977", + "max": "27.199", + "min": "26.781", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "42.11", + "max": "66.387", + "min": "39.995", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "36.607", + "max": "37.691", + "min": "36.398", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "24.402", + "max": "24.886", + "min": "24.223", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "33.32", + "max": "33.487", + "min": "33.197", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "127.058", + "max": "128.783", + "min": "126.847", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "264.179", + "max": "266.371", + "min": "263.722", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "136.076", + "max": "136.217", + "min": "135.946", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "113.97", + "max": "115.986", + "min": "113.66", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "96.222", + "max": "104.075", + "min": "95.44", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "98.385", + "max": "98.725", + "min": "98.177", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "126.423", + "max": "131.488", + "min": "126", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "300.889", + "max": "301.716", + "min": "300.704", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "93.164", + "max": "93.567", + "min": "93.001", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "87.98", + "max": "88.147", + "min": "87.826", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "107.601", + "max": "119.565", + "min": "105.741", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "189.335", + "max": "192.297", + "min": "189.143", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "125.873", + "max": "127.002", + "min": "125.643", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "111.904", + "max": "150.359", + "min": "110.019", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "23.257", + "max": "23.627", + "min": "23.057", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "72.607", + "max": "72.967", + "min": "72.421", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "128.936", + "max": "129.926", + "min": "128.597", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "216.467", + "max": "268.426", + "min": "208.47", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "46.983", + "max": "47.204", + "min": "46.756", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "164.234", + "max": "251.05", + "min": "155.932", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "52.96", + "max": "53.221", + "min": "52.752", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "275.109", + "max": "275.27", + "min": "274.924", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "129.783", + "max": "130.059", + "min": "129.438", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "23.898", + "max": "30.348", + "min": "23.508", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "208.982", + "max": "209.25", + "min": "208.833", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "258.188", + "max": "258.372", + "min": "257.996", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "182.244", + "max": "183.382", + "min": "181.964", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "53.915", + "max": "54.88", + "min": "53.558", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "239.552", + "max": "240.978", + "min": "239.282", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "26.974", + "max": "27.485", + "min": "26.655", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "20.883", + "max": "22.322", + "min": "20.636", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "103.404", + "max": "105.44", + "min": "103.063", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "242.822", + "max": "243.038", + "min": "242.671", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "107.838", + "max": "108.003", + "min": "107.632", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "104.438", + "max": "104.659", + "min": "104.253", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "128.139", + "max": "128.48", + "min": "127.976", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "113.517", + "max": "113.796", + "min": "113.353", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "87.997", + "max": "88.456", + "min": "87.809", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "157.094", + "max": "157.488", + "min": "156.845", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "136.446", + "max": "136.612", + "min": "136.323", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "151.056", + "max": "156.719", + "min": "150.39", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "144.488", + "max": "144.677", + "min": "144.334", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "97.993", + "max": "100.853", + "min": "97.486", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "101.396", + "max": "101.812", + "min": "101.211", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "92.577", + "max": "92.748", + "min": "92.432", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "117.061", + "max": "117.354", + "min": "116.776", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "154.358", + "max": "154.636", + "min": "154.089", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "121.197", + "max": "135.199", + "min": "119.637", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "134.712", + "max": "194.673", + "min": "107.602", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "106.676", + "max": "107.362", + "min": "106.542", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "152.242", + "max": "153.355", + "min": "151.98", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "134.803", + "max": "162.586", + "min": "133.408", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "135.565", + "max": "136.36", + "min": "135.124", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "102.142", + "max": "103.223", + "min": "101.758", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "263.247", + "max": "263.498", + "min": "263.133", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "114.805", + "max": "114.969", + "min": "114.582", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "110.635", + "max": "117.279", + "min": "110.287", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "128.944", + "max": "129.114", + "min": "128.75", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "97.314", + "max": "103.704", + "min": "95.018", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "150.431", + "max": "150.64", + "min": "150.267", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "98.625", + "max": "101.096", + "min": "98.259", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "106.595", + "max": "110.601", + "min": "106.067", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "99.189", + "max": "99.412", + "min": "98.959", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "268.144", + "max": "276.671", + "min": "267.242", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "25.973", + "max": "36.517", + "min": "24.778", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "366.956", + "max": "375.146", + "min": "331.163", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "231.377", + "max": "232.034", + "min": "231.122", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "96.482", + "max": "97.183", + "min": "96.228", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "247.166", + "max": "248.271", + "min": "246.792", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "85.926", + "max": "86.047", + "min": "85.778", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "118.374", + "max": "118.589", + "min": "118.207", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "162.068", + "max": "162.579", + "min": "161.822", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "94.301", + "max": "95.177", + "min": "93.917", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "100.198", + "max": "101.587", + "min": "99.829", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "21.086", + "max": "21.806", + "min": "20.945", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "24.794", + "max": "25.207", + "min": "24.671", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "234.028", + "max": "236.515", + "min": "233.595", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "94.742", + "max": "94.934", + "min": "94.561", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "112.66", + "max": "113.412", + "min": "112.479", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "26.961", + "max": "27.213", + "min": "26.775", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "112.646", + "max": "112.764", + "min": "112.447", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "145.899", + "max": "156.251", + "min": "145.036", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "44.253", + "max": "48.019", + "min": "41.453", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "108.13", + "max": "114.392", + "min": "107.704", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "132.502", + "max": "135.002", + "min": "131.473", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "79.99", + "max": "87.432", + "min": "78.672", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "226.853", + "max": "227.284", + "min": "226.567", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "162.26", + "max": "162.529", + "min": "162.114", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "183.931", + "max": "184.455", + "min": "183.656", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "144.498", + "max": "144.655", + "min": "144.37", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "102.74", + "max": "102.866", + "min": "102.654", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "137.811", + "max": "138.435", + "min": "137.614", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "30.456", + "max": "33.081", + "min": "29.935", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "32.116", + "max": "32.419", + "min": "31.932", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "155.608", + "max": "158.68", + "min": "154.112", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "97.918", + "max": "98.389", + "min": "97.737", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "26.235", + "max": "27.857", + "min": "25.054", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "150.446", + "max": "151.474", + "min": "150.195", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "31.378", + "max": "31.589", + "min": "31.227", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "122.29", + "max": "126.452", + "min": "121.895", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.466", + "max": "281.362", + "min": "212.197", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "103.058", + "max": "103.058", + "min": "103.058", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "95.255", + "max": "95.405", + "min": "95.023", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "102.224", + "max": "102.472", + "min": "102.082", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "183.301", + "max": "183.613", + "min": "183.107", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "120.722", + "max": "134.873", + "min": "112.84", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "122.156", + "max": "123.038", + "min": "121.893", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "218.008", + "max": "219.196", + "min": "217.737", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "178.621", + "max": "179.996", + "min": "178.266", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "14.244", + "max": "14.449", + "min": "14.001", + "id": "137", + "country": "United States", + "source_name": "Cincinnati", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "138": { + "name": "Cleveland", + "data": { + "0": { + "avg": "109.276", + "max": "109.508", + "min": "109.104", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "244.141", + "max": "244.759", + "min": "243.803", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "29.725", + "max": "30.038", + "min": "29.622", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "139.923", + "max": "152.162", + "min": "138.871", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "106.196", + "max": "106.884", + "min": "105.973", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "131.398", + "max": "132.343", + "min": "131.127", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "98.186", + "max": "98.403", + "min": "97.896", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "281.145", + "max": "285.914", + "min": "280.47", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "147.54", + "max": "147.805", + "min": "147.32", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "119.622", + "max": "120.972", + "min": "119.379", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "102.014", + "max": "103.578", + "min": "101.656", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "34.735", + "max": "34.918", + "min": "34.599", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "28.952", + "max": "29.121", + "min": "28.848", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "29.715", + "max": "30.932", + "min": "29.471", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "40.299", + "max": "42.468", + "min": "40.089", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "38.603", + "max": "39.185", + "min": "38.093", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "125.161", + "max": "125.52", + "min": "124.922", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "24.171", + "max": "25.257", + "min": "23.926", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "86.608", + "max": "86.832", + "min": "86.399", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "115.979", + "max": "116.761", + "min": "115.691", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "260.592", + "max": "260.84", + "min": "260.393", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "23.968", + "max": "25.191", + "min": "23.783", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "54.587", + "max": "55.705", + "min": "54.306", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "51.021", + "max": "51.974", + "min": "50.772", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "127.248", + "max": "128.041", + "min": "126.948", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "110.78", + "max": "111.045", + "min": "110.567", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "116.76", + "max": "117.264", + "min": "116.579", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "120.477", + "max": "120.92", + "min": "120.194", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "117.393", + "max": "118.368", + "min": "117.016", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "69.258", + "max": "70.012", + "min": "69.071", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "240.511", + "max": "240.626", + "min": "240.395", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "128.206", + "max": "128.912", + "min": "127.857", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "54.051", + "max": "54.735", + "min": "53.628", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "140.398", + "max": "140.658", + "min": "140.157", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "111.383", + "max": "121.429", + "min": "110.672", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "233.627", + "max": "234.847", + "min": "233.302", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "78.303", + "max": "78.554", + "min": "78.199", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "72.511", + "max": "72.726", + "min": "72.347", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "36.37", + "max": "36.993", + "min": "36.183", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "35.783", + "max": "36.922", + "min": "35.484", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "240.778", + "max": "246.918", + "min": "240.17", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "107.903", + "max": "113.499", + "min": "107.312", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "134.505", + "max": "134.99", + "min": "134.243", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "132.168", + "max": "137.677", + "min": "131.716", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "237.95", + "max": "238.278", + "min": "237.816", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "129.839", + "max": "130.517", + "min": "129.498", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "134.86", + "max": "135.137", + "min": "134.668", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "135.803", + "max": "139.265", + "min": "127.565", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "180.804", + "max": "181.991", + "min": "180.584", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "46.744", + "max": "46.91", + "min": "46.648", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "37.223", + "max": "37.572", + "min": "37.015", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "55.525", + "max": "56.043", + "min": "55.201", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "160.921", + "max": "248.848", + "min": "144.695", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "37.623", + "max": "38.063", + "min": "37.384", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "282.956", + "max": "371.001", + "min": "276.558", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "228.469", + "max": "229.026", + "min": "228.119", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "113.464", + "max": "115.619", + "min": "112.803", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "200.435", + "max": "200.579", + "min": "200.31", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "120.429", + "max": "121.479", + "min": "119.92", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "117.439", + "max": "117.635", + "min": "117.342", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "153.665", + "max": "156.721", + "min": "153.25", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "159.962", + "max": "220.96", + "min": "153.859", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "267.415", + "max": "362.804", + "min": "256.435", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "227.691", + "max": "227.981", + "min": "227.528", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "137.588", + "max": "138.969", + "min": "137.386", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "128.241", + "max": "128.494", + "min": "128.006", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "36.874", + "max": "37.077", + "min": "36.782", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "139.261", + "max": "155.497", + "min": "137.885", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "156.712", + "max": "159.302", + "min": "155.566", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "39.591", + "max": "39.961", + "min": "39.441", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.948", + "max": "201.338", + "min": "199.646", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "76.116", + "max": "76.996", + "min": "75.752", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.835", + "max": "87.301", + "min": "84.61", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "30.63", + "max": "30.82", + "min": "30.486", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "132.588", + "max": "135.851", + "min": "132.234", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "95.728", + "max": "96.208", + "min": "95.513", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "37.027", + "max": "40.007", + "min": "36.688", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "68.745", + "max": "69.564", + "min": "68.459", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "32.805", + "max": "50.102", + "min": "32.018", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "16.944", + "max": "17.295", + "min": "16.828", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "88.814", + "max": "89.355", + "min": "88.629", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "44.676", + "max": "45.227", + "min": "44.404", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "221.683", + "max": "224.851", + "min": "221.086", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "242.166", + "max": "242.924", + "min": "241.948", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "60.412", + "max": "61.542", + "min": "57.972", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "150.032", + "max": "151.278", + "min": "149.574", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "105.754", + "max": "119.363", + "min": "105.056", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "53.867", + "max": "55.898", + "min": "53.593", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "27.483", + "max": "27.792", + "min": "27.372", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "104.888", + "max": "108.344", + "min": "104.604", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.739", + "max": "38.21", + "min": "35.12", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "71.785", + "max": "72.1", + "min": "71.487", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "97.223", + "max": "97.489", + "min": "97.008", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "184.35", + "max": "184.527", + "min": "184.141", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "35.891", + "max": "36.799", + "min": "35.682", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "40.797", + "max": "40.92", + "min": "40.682", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "84.764", + "max": "85.864", + "min": "84.491", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "65.597", + "max": "91.521", + "min": "63.268", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "63.573", + "max": "63.855", + "min": "63.282", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "22.21", + "max": "24.347", + "min": "21.879", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.599", + "max": "29.024", + "min": "28.516", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "57.417", + "max": "59.964", + "min": "57.089", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "147.456", + "max": "148.243", + "min": "147.206", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.184", + "max": "230.232", + "min": "227.402", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "32.278", + "max": "32.947", + "min": "32.095", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "313.097", + "max": "313.435", + "min": "312.443", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "124.514", + "max": "125.742", + "min": "124.332", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "32.924", + "max": "35.279", + "min": "32.554", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "45.274", + "max": "45.867", + "min": "45.137", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "233.531", + "max": "233.795", + "min": "233.392", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "215.078", + "max": "215.249", + "min": "214.927", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "196.799", + "max": "197.021", + "min": "196.57", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "26.063", + "max": "26.294", + "min": "25.906", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "263.464", + "max": "270.35", + "min": "262.825", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "464.86", + "max": "571.229", + "min": "295.55", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "223.701", + "max": "319.352", + "min": "145.039", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "259.932", + "max": "262.968", + "min": "259.34", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "148.436", + "max": "149.568", + "min": "148.11", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "42.649", + "max": "42.982", + "min": "42.489", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "36.753", + "max": "37.223", + "min": "36.519", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "44.385", + "max": "44.672", + "min": "44.175", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "119.852", + "max": "263.462", + "min": "41.843", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "155.476", + "max": "156.374", + "min": "155.242", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "133.194", + "max": "148.603", + "min": "132.264", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "132.513", + "max": "132.752", + "min": "132.167", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "123.281", + "max": "124.534", + "min": "122.527", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "29.038", + "max": "29.529", + "min": "28.813", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "253.879", + "max": "256.199", + "min": "253.446", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "217.804", + "max": "218.234", + "min": "217.612", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "80.819", + "max": "96.55", + "min": "79.788", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "20.063", + "max": "20.725", + "min": "19.927", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "30.528", + "max": "30.926", + "min": "30.386", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "0.051", + "max": "0.683", + "min": "0.018", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "235.369", + "max": "237.368", + "min": "234.539", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "45.879", + "max": "46.035", + "min": "45.814", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "31.821", + "max": "35.629", + "min": "31.556", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "45.271", + "max": "63.629", + "min": "43.199", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "43.596", + "max": "43.909", + "min": "43.474", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "41.063", + "max": "42.741", + "min": "40.79", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "29.392", + "max": "29.699", + "min": "29.159", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "131.819", + "max": "131.936", + "min": "131.628", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "272.628", + "max": "275.737", + "min": "272.077", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "128.234", + "max": "128.467", + "min": "127.97", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "120.752", + "max": "120.989", + "min": "120.522", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "113.279", + "max": "121.5", + "min": "112.706", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "104.573", + "max": "104.896", + "min": "104.286", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "127.408", + "max": "127.832", + "min": "127.218", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "236.914", + "max": "237.445", + "min": "236.72", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "94.348", + "max": "94.611", + "min": "94.131", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "96.058", + "max": "96.481", + "min": "95.867", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "112.194", + "max": "127.875", + "min": "110.519", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "150.782", + "max": "151.004", + "min": "150.554", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "127.376", + "max": "128.834", + "min": "127.103", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "114.569", + "max": "152.157", + "min": "112.98", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "30.953", + "max": "31.726", + "min": "30.768", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "73.588", + "max": "75.762", + "min": "73.324", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "127.585", + "max": "128.135", + "min": "127.345", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "235.591", + "max": "278.089", + "min": "226.429", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "34.536", + "max": "35.176", + "min": "34.287", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "171.775", + "max": "257.906", + "min": "163.115", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "60.246", + "max": "60.434", + "min": "60.083", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "357.949", + "max": "358.452", + "min": "357.416", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "136.292", + "max": "136.613", + "min": "135.997", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "28.068", + "max": "29.263", + "min": "27.79", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "192.602", + "max": "193.119", + "min": "192.457", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "247.69", + "max": "247.942", + "min": "247.499", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "186.132", + "max": "187.431", + "min": "185.895", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "95.511", + "max": "97.085", + "min": "95.198", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "233.716", + "max": "241.559", + "min": "231.206", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "38.768", + "max": "39.159", + "min": "38.523", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "25.44", + "max": "25.573", + "min": "25.354", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "111.202", + "max": "113.358", + "min": "110.957", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "246.581", + "max": "246.808", + "min": "246.326", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "101.53", + "max": "102.461", + "min": "101.244", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "115.322", + "max": "115.997", + "min": "114.925", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "123.082", + "max": "133.919", + "min": "122.236", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "118.269", + "max": "118.518", + "min": "118.079", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "97.03", + "max": "97.298", + "min": "96.737", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "158.169", + "max": "159.301", + "min": "157.876", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "142.277", + "max": "142.568", + "min": "142.173", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "153.276", + "max": "156.472", + "min": "153.044", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "162.255", + "max": "162.376", + "min": "162.08", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "100.912", + "max": "104.538", + "min": "100.533", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "110.636", + "max": "110.75", + "min": "110.523", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "103.137", + "max": "103.295", + "min": "102.921", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "114.191", + "max": "114.624", + "min": "113.909", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "149.561", + "max": "149.846", + "min": "149.307", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "132.332", + "max": "153.003", + "min": "130.015", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "133.946", + "max": "194.514", + "min": "107.485", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "99.28", + "max": "99.611", + "min": "99.095", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "146.453", + "max": "146.804", + "min": "146.22", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "130.731", + "max": "133.851", + "min": "130.312", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "149.057", + "max": "149.655", + "min": "148.681", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "105.853", + "max": "106.696", + "min": "105.592", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.328", + "max": "214.821", + "min": "214.095", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "119.005", + "max": "119.423", + "min": "118.833", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "119.229", + "max": "119.754", + "min": "118.906", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "130.4", + "max": "130.758", + "min": "130.2", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "143.507", + "max": "151.176", + "min": "134.154", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "163.935", + "max": "164.213", + "min": "163.797", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "106.377", + "max": "117.343", + "min": "105.369", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "108.948", + "max": "110.099", + "min": "108.762", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "99.045", + "max": "99.208", + "min": "98.813", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.14", + "max": "236.082", + "min": "222.693", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "34.559", + "max": "41.407", + "min": "33.82", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "252.459", + "max": "254.563", + "min": "245.726", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "249.216", + "max": "249.394", + "min": "249.059", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "108.014", + "max": "111.136", + "min": "107.683", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "250.045", + "max": "252.434", + "min": "248.058", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "80.446", + "max": "80.675", + "min": "80.325", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "126.115", + "max": "126.488", + "min": "125.85", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "174.289", + "max": "175.091", + "min": "174.093", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "97.652", + "max": "98.743", + "min": "97.22", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "100.124", + "max": "101.381", + "min": "99.803", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "14.979", + "max": "16.921", + "min": "14.809", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "28.965", + "max": "29.065", + "min": "28.879", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "248.62", + "max": "249.302", + "min": "248.312", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "42.56", + "max": "42.725", + "min": "42.467", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "113.589", + "max": "113.884", + "min": "113.252", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "24.625", + "max": "24.733", + "min": "24.512", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "113.661", + "max": "113.952", + "min": "113.311", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "154.837", + "max": "156.962", + "min": "154.525", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "56.833", + "max": "62.894", + "min": "53.776", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "110.599", + "max": "110.9", + "min": "110.349", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "137.308", + "max": "138.371", + "min": "136.586", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "104.65", + "max": "116.161", + "min": "102.918", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "183.34", + "max": "188.205", + "min": "182.626", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "131.417", + "max": "131.696", + "min": "131.291", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "183.988", + "max": "184.348", + "min": "183.838", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "149.758", + "max": "149.864", + "min": "149.639", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "110.491", + "max": "110.901", + "min": "110.329", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "145.599", + "max": "145.733", + "min": "145.492", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "32.079", + "max": "36.755", + "min": "31.551", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "32.553", + "max": "32.957", + "min": "32.404", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "163.824", + "max": "171.499", + "min": "161.495", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "116.518", + "max": "118.542", + "min": "115.512", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "42.058", + "max": "43.75", + "min": "41.294", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "157.567", + "max": "158.725", + "min": "157.346", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "36.939", + "max": "37.147", + "min": "36.79", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "95.438", + "max": "96.415", + "min": "95.179", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "242.781", + "max": "243.116", + "min": "242.294", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "132.525", + "max": "132.528", + "min": "132.523", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "97.908", + "max": "98.207", + "min": "97.791", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "107.087", + "max": "107.301", + "min": "106.875", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "188.935", + "max": "191.966", + "min": "188.516", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "119.345", + "max": "132.486", + "min": "111.626", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "122.758", + "max": "123.115", + "min": "122.541", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "218.576", + "max": "219.767", + "min": "218.351", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "186.232", + "max": "190.321", + "min": "185.605", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "32.997", + "max": "33.165", + "min": "32.918", + "id": "138", + "country": "United States", + "source_name": "Cleveland", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "140": { + "name": "New Orleans", + "data": { + "0": { + "avg": "119.782", + "max": "120.006", + "min": "119.63", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "194.574", + "max": "194.964", + "min": "194.228", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "48.206", + "max": "48.391", + "min": "48.027", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "150.38", + "max": "161.337", + "min": "149.56", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "123.988", + "max": "125.057", + "min": "123.744", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "156.949", + "max": "157.206", + "min": "156.75", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "121.195", + "max": "121.396", + "min": "121.061", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "203.725", + "max": "225.692", + "min": "202.059", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "163.627", + "max": "163.776", + "min": "163.481", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "153.149", + "max": "157.147", + "min": "152.857", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "118.732", + "max": "119.222", + "min": "118.459", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "16.459", + "max": "20.774", + "min": "16.062", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "48.136", + "max": "48.302", + "min": "48.021", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "51.483", + "max": "51.968", + "min": "51.199", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "47.577", + "max": "47.683", + "min": "47.436", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "47.969", + "max": "48.174", + "min": "47.224", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "140.882", + "max": "141.16", + "min": "140.607", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "33.33", + "max": "33.521", + "min": "33.155", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "140.396", + "max": "140.701", + "min": "140.192", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "143.647", + "max": "143.793", + "min": "143.459", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "199.083", + "max": "199.201", + "min": "198.951", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "36.688", + "max": "36.865", + "min": "36.529", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "53.627", + "max": "53.847", + "min": "53.412", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "63.488", + "max": "64.629", + "min": "63.254", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "150.951", + "max": "151.299", + "min": "150.739", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "134.025", + "max": "134.191", + "min": "133.881", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "142.672", + "max": "143.828", + "min": "142.313", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "147.13", + "max": "147.5", + "min": "146.944", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "132.356", + "max": "133.156", + "min": "132.213", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "52.428", + "max": "53.011", + "min": "52.161", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "232.689", + "max": "232.909", + "min": "232.49", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "146.981", + "max": "147.254", + "min": "146.807", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "38.958", + "max": "39.688", + "min": "38.806", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "161.093", + "max": "161.477", + "min": "160.909", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "148.67", + "max": "150.271", + "min": "148.382", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "234.054", + "max": "235.346", + "min": "233.807", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "45.316", + "max": "45.458", + "min": "45.17", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "36.877", + "max": "37.049", + "min": "36.72", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "18.561", + "max": "18.889", + "min": "18.376", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "49.801", + "max": "50.038", + "min": "49.535", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "256.538", + "max": "258.298", + "min": "256.093", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "126.44", + "max": "128.041", + "min": "126.114", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "157.116", + "max": "157.286", + "min": "156.93", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "146.116", + "max": "161.791", + "min": "145.396", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "277.716", + "max": "277.857", + "min": "277.569", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "175.661", + "max": "176.415", + "min": "175.224", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "159.264", + "max": "159.683", + "min": "158.958", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "107.204", + "max": "107.522", + "min": "106.986", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "167.724", + "max": "168.077", + "min": "167.538", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "24.026", + "max": "24.277", + "min": "23.917", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "54.686", + "max": "55.08", + "min": "54.561", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "56.848", + "max": "57.008", + "min": "56.651", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "145.77", + "max": "235.952", + "min": "129.553", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.154", + "max": "38.356", + "min": "37.98", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "274.196", + "max": "296.65", + "min": "270.39", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "242.455", + "max": "242.842", + "min": "242.246", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "148.254", + "max": "149.609", + "min": "147.793", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "208.008", + "max": "208.297", + "min": "207.792", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "169.28", + "max": "171.857", + "min": "168.845", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "127.071", + "max": "127.221", + "min": "126.916", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "180.088", + "max": "182.843", + "min": "179.557", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "177.775", + "max": "235.004", + "min": "172.848", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "254.232", + "max": "268.514", + "min": "252.769", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "237.851", + "max": "244.226", + "min": "237.106", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "166.081", + "max": "166.969", + "min": "165.825", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "164.425", + "max": "165.665", + "min": "163.963", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "49.146", + "max": "49.319", + "min": "48.995", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "158.362", + "max": "158.703", + "min": "157.791", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "167.44", + "max": "168.724", + "min": "166.724", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "32.593", + "max": "34.452", + "min": "32.367", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "218.501", + "max": "220.28", + "min": "218.201", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "46.162", + "max": "46.717", + "min": "45.889", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "93.847", + "max": "97.173", + "min": "93.551", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "39.651", + "max": "39.909", + "min": "39.515", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "160.27", + "max": "160.932", + "min": "160.002", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "123.328", + "max": "123.585", + "min": "123.195", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "38.459", + "max": "38.656", + "min": "38.3", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "52.474", + "max": "52.669", + "min": "52.289", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "49.123", + "max": "49.512", + "min": "48.902", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "38.837", + "max": "38.975", + "min": "38.646", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "63.422", + "max": "63.742", + "min": "63.181", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "65.059", + "max": "65.346", + "min": "64.655", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "382", + "max": "395.429", + "min": "380.087", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "248.949", + "max": "249.847", + "min": "248.686", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "57.246", + "max": "57.389", + "min": "57.068", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "180.859", + "max": "181.614", + "min": "180.511", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "127.668", + "max": "132.985", + "min": "127.038", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "41.752", + "max": "41.974", + "min": "41.539", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "41.62", + "max": "42.116", + "min": "41.385", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "118.903", + "max": "121.291", + "min": "118.647", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "41.603", + "max": "43.31", + "min": "40.725", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "57.705", + "max": "58.1", + "min": "57.468", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "138.497", + "max": "138.624", + "min": "138.366", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "173.197", + "max": "173.412", + "min": "172.998", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "53.831", + "max": "54.038", + "min": "53.612", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "43.916", + "max": "45.335", + "min": "43.626", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "88.912", + "max": "89.174", + "min": "88.599", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "70.992", + "max": "84.178", + "min": "69.738", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "55.08", + "max": "55.385", + "min": "54.88", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "36.495", + "max": "37.204", + "min": "36.237", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "53.489", + "max": "53.838", + "min": "53.369", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "72.251", + "max": "72.49", + "min": "72.051", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "171.857", + "max": "172.119", + "min": "171.692", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "216.452", + "max": "217.623", + "min": "215.942", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "38.325", + "max": "38.529", + "min": "38.124", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "182.965", + "max": "183.165", + "min": "182.516", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "104.818", + "max": "107.406", + "min": "104.509", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "56.919", + "max": "57.044", + "min": "56.806", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "49.275", + "max": "49.519", + "min": "49.142", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "258.025", + "max": "262.21", + "min": "257.696", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "203.316", + "max": "204.305", + "min": "203.118", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "179.781", + "max": "179.996", + "min": "179.623", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "48.516", + "max": "48.661", + "min": "48.354", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "248.637", + "max": "249.381", + "min": "248.432", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "484.334", + "max": "589.916", + "min": "321.371", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "274.152", + "max": "363.088", + "min": "184.187", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "289.88", + "max": "305.277", + "min": "288.855", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "148.84", + "max": "150.936", + "min": "148.387", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "21.77", + "max": "22.069", + "min": "21.56", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "49.893", + "max": "50.701", + "min": "49.669", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "29.694", + "max": "29.906", + "min": "29.507", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "118.954", + "max": "271.523", + "min": "39.917", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "147.391", + "max": "147.884", + "min": "147.17", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "154.426", + "max": "287.11", + "min": "149.277", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "152.791", + "max": "153.011", + "min": "152.649", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "149.774", + "max": "150.64", + "min": "149.139", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "47.848", + "max": "48.154", + "min": "47.501", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "264.394", + "max": "264.798", + "min": "264.225", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "230.285", + "max": "230.576", + "min": "230.124", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "112.291", + "max": "113.854", + "min": "111.978", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "49.96", + "max": "50.515", + "min": "49.729", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "46.662", + "max": "46.864", + "min": "46.399", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "45.992", + "max": "46.198", + "min": "45.824", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "195.567", + "max": "197.044", + "min": "194.842", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "0.032", + "max": "0.048", + "min": "0.024", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "56.928", + "max": "57.349", + "min": "56.712", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "38.744", + "max": "76.619", + "min": "36.438", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "44.871", + "max": "45.053", + "min": "44.726", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "59.321", + "max": "59.423", + "min": "59.15", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "50.242", + "max": "50.502", + "min": "50.111", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "148.959", + "max": "149.274", + "min": "148.796", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "267.478", + "max": "270.494", + "min": "266.883", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "154.467", + "max": "154.661", + "min": "154.317", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "144.879", + "max": "145.124", + "min": "144.521", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "96.032", + "max": "103.34", + "min": "95.119", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "123.779", + "max": "124.175", + "min": "123.541", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "160.33", + "max": "169.92", + "min": "159.803", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "276.21", + "max": "276.404", + "min": "276.005", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "115.783", + "max": "118.98", + "min": "115.563", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "120.855", + "max": "121.021", + "min": "120.72", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "128.648", + "max": "136.216", + "min": "127.175", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "161.541", + "max": "161.755", + "min": "161.376", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "152.297", + "max": "153.738", + "min": "152.038", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "132.596", + "max": "132.911", + "min": "132.362", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "49.517", + "max": "49.693", + "min": "49.335", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "69.335", + "max": "69.894", + "min": "69.121", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "155.675", + "max": "156.954", + "min": "155.347", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "196.39", + "max": "263.905", + "min": "189.977", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "59.003", + "max": "59.208", + "min": "58.801", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "177.774", + "max": "260.002", + "min": "170.007", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "78.832", + "max": "78.995", + "min": "78.708", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "460.787", + "max": "461.397", + "min": "459.782", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "147.883", + "max": "148.053", + "min": "147.715", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "48.939", + "max": "49.121", + "min": "48.8", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "235.648", + "max": "236.06", + "min": "235.431", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "290.958", + "max": "291.166", + "min": "290.805", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "207.478", + "max": "207.704", + "min": "207.26", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "42.463", + "max": "43.758", + "min": "42.169", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "207.221", + "max": "207.766", + "min": "206.981", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "59.289", + "max": "59.484", + "min": "59.112", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "68.261", + "max": "68.376", + "min": "68.099", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "134.646", + "max": "135.896", + "min": "134.232", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "254.843", + "max": "255.038", + "min": "254.709", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "124.805", + "max": "125.528", + "min": "124.654", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "139.092", + "max": "139.355", + "min": "138.852", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "146.054", + "max": "146.69", + "min": "145.882", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "135.692", + "max": "135.888", + "min": "135.54", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "121.875", + "max": "122.327", + "min": "121.577", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "194.315", + "max": "195.754", + "min": "194.096", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "157.826", + "max": "157.974", + "min": "157.632", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "183.549", + "max": "184.393", + "min": "183.338", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "162.507", + "max": "162.663", + "min": "162.364", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "121.927", + "max": "124.377", + "min": "121.554", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "128.303", + "max": "128.558", + "min": "128.178", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "121.733", + "max": "121.96", + "min": "121.587", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "144.61", + "max": "144.75", + "min": "144.45", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "170.651", + "max": "171.07", + "min": "170.351", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "146.168", + "max": "163.76", + "min": "144.276", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "155.583", + "max": "211.054", + "min": "128.476", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "124.718", + "max": "124.844", + "min": "124.616", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "175.105", + "max": "175.57", + "min": "174.913", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "152.068", + "max": "152.975", + "min": "151.92", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "153.5", + "max": "154.195", + "min": "152.976", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "119.047", + "max": "119.313", + "min": "118.855", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "236.742", + "max": "236.944", + "min": "236.554", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "133.948", + "max": "134.141", + "min": "133.809", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "145.186", + "max": "145.434", + "min": "145.058", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "151.47", + "max": "151.732", + "min": "151.305", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "136.859", + "max": "147.348", + "min": "127.596", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "177.837", + "max": "178.038", + "min": "177.623", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "123.223", + "max": "124.279", + "min": "122.971", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "121.972", + "max": "122.147", + "min": "121.829", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "121.063", + "max": "121.275", + "min": "120.864", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "212.497", + "max": "224.538", + "min": "211.642", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "51.722", + "max": "60.718", + "min": "50.507", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "360.235", + "max": "374.166", + "min": "326.001", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "254.32", + "max": "254.484", + "min": "254.147", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "130.035", + "max": "130.185", + "min": "129.867", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "269.827", + "max": "270.177", + "min": "269.623", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "69.638", + "max": "69.854", + "min": "69.344", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "156.859", + "max": "157.572", + "min": "156.597", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "183.721", + "max": "184.333", + "min": "183.468", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "117.839", + "max": "119.457", + "min": "117.375", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "123.438", + "max": "125.087", + "min": "123.058", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "56.132", + "max": "56.317", + "min": "56.001", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "44.868", + "max": "45.536", + "min": "44.671", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "219.645", + "max": "219.95", + "min": "219.424", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "92.152", + "max": "92.545", + "min": "91.903", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "140.176", + "max": "140.415", + "min": "139.986", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "53.26", + "max": "53.418", + "min": "53.122", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "138.998", + "max": "139.271", + "min": "138.805", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "164.66", + "max": "166.82", + "min": "164.382", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "57.13", + "max": "59.99", + "min": "53.462", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "139.581", + "max": "139.816", + "min": "139.34", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "170.015", + "max": "171.226", + "min": "169.316", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "82.328", + "max": "86.354", + "min": "80.978", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "306.275", + "max": "308.191", + "min": "305.718", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "148.612", + "max": "148.897", + "min": "148.431", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "212.977", + "max": "213.89", + "min": "212.737", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "160.059", + "max": "160.294", + "min": "159.949", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "129.884", + "max": "130.181", + "min": "129.74", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "159.181", + "max": "159.322", + "min": "159.007", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "58.125", + "max": "60.516", + "min": "57.644", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "54.67", + "max": "54.939", + "min": "54.48", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "177.422", + "max": "183.606", + "min": "175.484", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "107.171", + "max": "108.059", + "min": "106.913", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "54.938", + "max": "56.212", + "min": "53.726", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "174.412", + "max": "175.232", + "min": "174.137", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "42.128", + "max": "43.454", + "min": "41.817", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "127.855", + "max": "131.49", + "min": "127.5", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "207.913", + "max": "208.355", + "min": "207.612", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "114.493", + "max": "114.493", + "min": "114.493", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "117.575", + "max": "117.738", + "min": "117.4", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "131.082", + "max": "131.252", + "min": "130.943", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "212.431", + "max": "213.428", + "min": "212.167", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "140.561", + "max": "152.702", + "min": "132.811", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "145.609", + "max": "145.806", + "min": "145.455", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "250.372", + "max": "252.55", + "min": "249.761", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "200.821", + "max": "203.021", + "min": "200.502", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "69.334", + "max": "71.496", + "min": "69.163", + "id": "140", + "country": "United States", + "source_name": "New Orleans", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "141": { + "name": "Salem", + "data": { + "0": { + "avg": "165.914", + "max": "166.111", + "min": "165.712", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "257.056", + "max": "259.385", + "min": "256.667", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.275", + "max": "22.909", + "min": "22.139", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "94.239", + "max": "100.455", + "min": "93.454", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "71.76", + "max": "72.779", + "min": "71.492", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "185.206", + "max": "185.311", + "min": "185.074", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "72.213", + "max": "72.562", + "min": "71.974", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "294.688", + "max": "299.824", + "min": "294.042", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "122.557", + "max": "123.174", + "min": "122.411", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "95.707", + "max": "96.057", + "min": "95.55", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "69.834", + "max": "70.43", + "min": "69.564", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "49.315", + "max": "49.461", + "min": "49.164", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "8.406", + "max": "8.598", + "min": "8.314", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "1.992", + "max": "2.682", + "min": "1.77", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "38.727", + "max": "39.569", + "min": "38.499", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "14.323", + "max": "15.179", + "min": "14.063", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "102.613", + "max": "102.907", + "min": "102.37", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "24.28", + "max": "24.376", + "min": "24.193", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "74.069", + "max": "79.479", + "min": "73.676", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "89.257", + "max": "89.489", + "min": "89.158", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "278.08", + "max": "278.265", + "min": "277.9", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "24.932", + "max": "25.144", + "min": "24.789", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "73.518", + "max": "73.76", + "min": "73.363", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "78.442", + "max": "78.613", + "min": "78.27", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "107.101", + "max": "108.429", + "min": "106.819", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "85.491", + "max": "85.922", + "min": "85.3", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "90.338", + "max": "91.413", + "min": "90.139", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "115.338", + "max": "115.854", + "min": "115.192", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "88.251", + "max": "88.504", + "min": "88.112", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "76.425", + "max": "88.237", + "min": "75.761", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "258.177", + "max": "258.396", + "min": "258.064", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "92.842", + "max": "92.999", + "min": "92.711", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "73.701", + "max": "75.428", + "min": "71.788", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "114.028", + "max": "117.037", + "min": "113.815", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "89.785", + "max": "101.004", + "min": "89.203", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "253.604", + "max": "254.589", + "min": "253.42", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "73.614", + "max": "73.864", + "min": "73.483", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.605", + "max": "60.937", + "min": "60.445", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "44.124", + "max": "44.502", + "min": "43.942", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "16.43", + "max": "17.477", + "min": "16.144", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "211.025", + "max": "213.322", + "min": "210.673", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "73.468", + "max": "77.447", + "min": "72.973", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "111.538", + "max": "111.846", + "min": "111.383", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "100.512", + "max": "101.741", + "min": "100.313", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "208.209", + "max": "208.414", + "min": "208.086", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "110.89", + "max": "111.463", + "min": "110.465", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "102.35", + "max": "102.498", + "min": "102.241", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "94.382", + "max": "94.901", + "min": "94.202", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "170.168", + "max": "170.525", + "min": "169.979", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "50.706", + "max": "51.152", + "min": "50.591", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "10.379", + "max": "10.614", + "min": "10.209", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "73.91", + "max": "74.237", + "min": "73.66", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "81.535", + "max": "173.125", + "min": "73.989", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "36.04", + "max": "36.189", + "min": "35.924", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "255.538", + "max": "274.845", + "min": "251.958", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "273.283", + "max": "273.518", + "min": "273.141", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "96.513", + "max": "97.64", + "min": "95.768", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "224.637", + "max": "224.86", + "min": "224.517", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "108.761", + "max": "110.081", + "min": "108.35", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "78.11", + "max": "78.751", + "min": "77.987", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "135.551", + "max": "136.658", + "min": "134.966", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "135.6", + "max": "191.743", + "min": "130.181", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "261.891", + "max": "295.938", + "min": "259.708", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "254.242", + "max": "254.915", + "min": "253.988", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "119.615", + "max": "120.22", + "min": "119.414", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "105.999", + "max": "112.29", + "min": "105.52", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "9.839", + "max": "11.608", + "min": "9.582", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "114.456", + "max": "114.896", + "min": "114.022", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "139.664", + "max": "140.983", + "min": "139.046", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "47.434", + "max": "48.87", + "min": "47.204", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "219.244", + "max": "219.5", + "min": "219.106", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "71.393", + "max": "72.385", + "min": "71.082", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "80.073", + "max": "82.252", + "min": "79.843", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.826", + "max": "33.972", + "min": "33.687", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "110.432", + "max": "112.048", + "min": "110.135", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "69.588", + "max": "69.878", + "min": "69.384", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "23.036", + "max": "23.176", + "min": "22.767", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "80.999", + "max": "81.313", + "min": "80.835", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "26.316", + "max": "26.616", + "min": "26.135", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "20.417", + "max": "20.847", + "min": "20.23", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "80.274", + "max": "80.761", + "min": "80.118", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "23.947", + "max": "24.467", + "min": "23.626", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.493", + "max": "271.815", + "min": "261.846", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "238.592", + "max": "239.757", + "min": "238.35", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "72.53", + "max": "72.819", + "min": "72.372", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "137.125", + "max": "137.864", + "min": "136.815", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "72.79", + "max": "74.221", + "min": "72.461", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "34.095", + "max": "34.696", + "min": "33.964", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "30.184", + "max": "31.195", + "min": "30.004", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "74.301", + "max": "79.992", + "min": "74.005", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "36.189", + "max": "37.653", + "min": "35.512", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "76.135", + "max": "76.538", + "min": "75.935", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "89.648", + "max": "90.074", + "min": "89.514", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "204.211", + "max": "204.482", + "min": "204.016", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "13.689", + "max": "15.226", + "min": "13.371", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "40.027", + "max": "40.205", + "min": "39.86", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "83.045", + "max": "83.419", + "min": "82.76", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "63.488", + "max": "74.192", + "min": "62.323", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "77.811", + "max": "77.956", + "min": "77.66", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "21.967", + "max": "24.642", + "min": "21.637", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "37.424", + "max": "37.722", + "min": "37.296", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "81.782", + "max": "81.977", + "min": "81.605", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "113.734", + "max": "117.443", + "min": "113.459", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "233.707", + "max": "235.481", + "min": "232.962", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "32.124", + "max": "32.679", + "min": "31.876", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "211.239", + "max": "211.878", + "min": "210.846", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "100.361", + "max": "101.921", + "min": "100.126", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "16.628", + "max": "16.796", + "min": "16.413", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "31.106", + "max": "31.379", + "min": "30.943", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "194.686", + "max": "195.453", + "min": "194.445", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "237.696", + "max": "237.99", + "min": "237.528", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "202.771", + "max": "203.132", + "min": "202.577", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "8.438", + "max": "8.671", + "min": "8.334", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "202.094", + "max": "219.931", + "min": "201.245", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "445.298", + "max": "570.292", + "min": "276.403", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "220.537", + "max": "320.2", + "min": "129.263", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "240.532", + "max": "251.735", + "min": "239.653", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "172.157", + "max": "172.559", + "min": "171.951", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "41.852", + "max": "42.006", + "min": "41.676", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "48.004", + "max": "48.21", + "min": "47.852", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "48.849", + "max": "49.276", + "min": "48.72", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "123.889", + "max": "274.483", + "min": "36.032", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "131.683", + "max": "132.182", + "min": "131.467", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "118.439", + "max": "298.216", + "min": "107.185", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "105.02", + "max": "105.171", + "min": "104.908", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "103.516", + "max": "104.324", + "min": "103.086", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "9.356", + "max": "9.549", + "min": "9.085", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "316.141", + "max": "316.882", + "min": "315.846", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "199.448", + "max": "202.105", + "min": "199.133", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "107.435", + "max": "107.937", + "min": "107.264", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "27.649", + "max": "28.081", + "min": "27.436", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "26.995", + "max": "27.604", + "min": "26.77", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "31.7", + "max": "32.09", + "min": "31.546", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "209.976", + "max": "211.488", + "min": "209.377", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "56.722", + "max": "56.93", + "min": "56.537", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "0.015", + "max": "0.027", + "min": "0.011", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "57.528", + "max": "80.507", + "min": "55.887", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "52.124", + "max": "52.513", + "min": "51.946", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "30.532", + "max": "30.842", + "min": "30.369", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "5.563", + "max": "5.89", + "min": "5.379", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "93.767", + "max": "94.044", + "min": "93.575", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "248.669", + "max": "250.04", + "min": "248.305", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "112.877", + "max": "113.96", + "min": "112.738", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "111.243", + "max": "111.47", + "min": "111.092", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "119.706", + "max": "129.491", + "min": "119.192", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "75.292", + "max": "75.684", + "min": "75.043", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "109.822", + "max": "124.644", + "min": "108.39", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "309.582", + "max": "309.823", + "min": "309.414", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "65.468", + "max": "65.987", + "min": "65.301", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "67.102", + "max": "67.249", + "min": "66.926", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "88.379", + "max": "101.723", + "min": "86.067", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "200.899", + "max": "201.12", + "min": "200.706", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "113.127", + "max": "114.171", + "min": "112.868", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "81.752", + "max": "82.005", + "min": "81.569", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "19.834", + "max": "20.112", + "min": "19.643", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "88.299", + "max": "88.744", + "min": "87.998", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "105.802", + "max": "107.099", + "min": "105.531", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "233.389", + "max": "272.741", + "min": "226.335", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "48.414", + "max": "48.647", + "min": "48.28", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "171.556", + "max": "248.574", + "min": "164.482", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "46.08", + "max": "46.295", + "min": "45.923", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "374.732", + "max": "375.125", + "min": "372.85", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "105.629", + "max": "105.807", + "min": "105.394", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "7.899", + "max": "8.098", + "min": "7.744", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "168.933", + "max": "169.255", + "min": "168.781", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "230.318", + "max": "231.37", + "min": "230.162", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "162.659", + "max": "162.809", + "min": "162.546", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "60.426", + "max": "61.016", + "min": "60.264", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "286.067", + "max": "303.828", + "min": "245.062", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "5.314", + "max": "5.455", + "min": "5.226", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "19.48", + "max": "19.618", + "min": "19.373", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "84.267", + "max": "84.583", + "min": "84.045", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "271.399", + "max": "271.707", + "min": "271.167", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "79.179", + "max": "79.703", + "min": "79.017", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "82.866", + "max": "83.223", + "min": "82.595", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "101.218", + "max": "125.667", + "min": "99.855", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "90.507", + "max": "90.653", + "min": "90.36", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "68.562", + "max": "68.994", + "min": "68.213", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "129.211", + "max": "129.75", + "min": "129.013", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "112.831", + "max": "113.131", + "min": "112.683", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "132.251", + "max": "135.746", + "min": "131.84", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "121.356", + "max": "122.623", + "min": "121.053", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "73.16", + "max": "80.033", + "min": "72.713", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "85.314", + "max": "85.551", + "min": "85.137", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "70.433", + "max": "70.554", + "min": "70.257", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "103.671", + "max": "107.086", + "min": "103.403", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "127.976", + "max": "136.531", + "min": "127.422", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "96.571", + "max": "99.383", + "min": "95.792", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "96.928", + "max": "133.482", + "min": "81.979", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "63.856", + "max": "64.276", + "min": "63.746", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "125.883", + "max": "126.786", + "min": "125.678", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "111.762", + "max": "125.826", + "min": "111.044", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "111.911", + "max": "112.394", + "min": "111.413", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "77.267", + "max": "78.101", + "min": "76.983", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "278.485", + "max": "304.096", + "min": "276.186", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "84.697", + "max": "84.956", + "min": "84.556", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "93.059", + "max": "93.401", + "min": "92.863", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "91.849", + "max": "92.085", + "min": "91.668", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "100.085", + "max": "106.814", + "min": "98.259", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "120.315", + "max": "120.484", + "min": "120.123", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "71.977", + "max": "87.301", + "min": "70.466", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "71.004", + "max": "72.569", + "min": "70.738", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "71.628", + "max": "71.875", + "min": "71.418", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "230.6", + "max": "231.326", + "min": "230.37", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "11.506", + "max": "13.901", + "min": "10.971", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "259.996", + "max": "266.098", + "min": "252.537", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "286.269", + "max": "289.278", + "min": "285.975", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "76.021", + "max": "76.3", + "min": "75.895", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "205.759", + "max": "205.996", + "min": "205.589", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "81.265", + "max": "81.494", + "min": "81.061", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "102.087", + "max": "102.317", + "min": "101.891", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "132.661", + "max": "135.263", + "min": "132.35", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "67.503", + "max": "70.358", + "min": "67.115", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "79.245", + "max": "79.514", + "min": "79.085", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "26.399", + "max": "26.603", + "min": "26.253", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "40.535", + "max": "40.894", + "min": "40.403", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "246.817", + "max": "248.407", + "min": "246.539", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "11.781", + "max": "12.02", + "min": "11.656", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "89.413", + "max": "89.643", + "min": "89.238", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "8.477", + "max": "9.087", + "min": "8.349", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "90.16", + "max": "90.575", + "min": "90.02", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "162.243", + "max": "167.45", + "min": "161.875", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "51.908", + "max": "55.571", + "min": "48.811", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "93.515", + "max": "97.146", + "min": "93.24", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "101.87", + "max": "103.445", + "min": "101.245", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "73.667", + "max": "83.113", + "min": "72.336", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "216.58", + "max": "217.381", + "min": "216.161", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "187.829", + "max": "188.074", + "min": "187.66", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "150.086", + "max": "150.627", + "min": "149.902", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "116.125", + "max": "116.382", + "min": "116.026", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "81.034", + "max": "81.276", + "min": "80.916", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "129.173", + "max": "129.43", + "min": "129.053", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "14.356", + "max": "18.833", + "min": "13.935", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "19.65", + "max": "21.742", + "min": "19.405", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "132.609", + "max": "134.628", + "min": "131.319", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "96.702", + "max": "99.103", + "min": "96.323", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "18.589", + "max": "31.164", + "min": "17.203", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "133.516", + "max": "134.584", + "min": "133.334", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "47.763", + "max": "48.376", + "min": "47.599", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "76.864", + "max": "79.536", + "min": "76.619", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "332.33", + "max": "332.626", + "min": "332.167", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "108.149", + "max": "108.149", + "min": "108.149", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "72.346", + "max": "72.5", + "min": "72.211", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "93.681", + "max": "93.96", + "min": "93.518", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "159.264", + "max": "159.907", + "min": "159.02", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "86.402", + "max": "96.19", + "min": "79.578", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "103.371", + "max": "103.854", + "min": "103.147", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "188.1", + "max": "188.336", + "min": "187.986", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "151.367", + "max": "152.03", + "min": "151.164", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.987", + "max": "31.75", + "min": "29.777", + "id": "141", + "country": "United States", + "source_name": "Salem", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "142": { + "name": "Albuquerque", + "data": { + "0": { + "avg": "127.628", + "max": "132.413", + "min": "126.632", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "195.386", + "max": "209.922", + "min": "191.908", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "46.254", + "max": "49.908", + "min": "45.54", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "151.678", + "max": "160.882", + "min": "150.603", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "125.668", + "max": "130.35", + "min": "124.765", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "156.573", + "max": "157.392", + "min": "156.209", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "126.052", + "max": "131.861", + "min": "125.409", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "203.293", + "max": "209.974", + "min": "201.639", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "179.433", + "max": "219.579", + "min": "171.324", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "149.169", + "max": "164.48", + "min": "146.27", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "149.165", + "max": "192.609", + "min": "128.654", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "30.775", + "max": "50.347", + "min": "27.93", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "53.891", + "max": "79.395", + "min": "51.323", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "54.535", + "max": "61.656", + "min": "53.524", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "65.238", + "max": "88.66", + "min": "53.591", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "52.691", + "max": "62.261", + "min": "50.936", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "147.465", + "max": "151.112", + "min": "146.944", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "51.201", + "max": "65.58", + "min": "49.646", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "159.739", + "max": "191.241", + "min": "146.676", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "150.34", + "max": "155.629", + "min": "149.748", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "201.6", + "max": "240.003", + "min": "199.339", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "36.444", + "max": "52.031", + "min": "34.255", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "36.648", + "max": "42.261", + "min": "35.974", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "65.189", + "max": "103.254", + "min": "48.207", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "151.554", + "max": "156.684", + "min": "150.393", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "142.963", + "max": "148.951", + "min": "141.595", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "165.523", + "max": "209.185", + "min": "149.591", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "166.081", + "max": "196.147", + "min": "145.756", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "139.691", + "max": "148.383", + "min": "136.708", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "35.855", + "max": "47.766", + "min": "34.384", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "242.72", + "max": "265.051", + "min": "240.31", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "151.345", + "max": "162.554", + "min": "150.071", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "63.02", + "max": "98.702", + "min": "58.867", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "166.221", + "max": "171.891", + "min": "165.039", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "155.464", + "max": "160.046", + "min": "154.688", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "228.626", + "max": "269.914", + "min": "220.38", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "48.862", + "max": "70.996", + "min": "44.187", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.968", + "max": "85.742", + "min": "45.396", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "30.322", + "max": "40.463", + "min": "27.162", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "54.977", + "max": "61.397", + "min": "54.389", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "268.076", + "max": "282.677", + "min": "264.334", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "141.685", + "max": "156.746", + "min": "126.154", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "175.604", + "max": "230.211", + "min": "164.502", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "169.435", + "max": "207.259", + "min": "154.295", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "314.089", + "max": "342.501", + "min": "303.784", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "203.941", + "max": "221.549", + "min": "188.349", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "168.983", + "max": "181.224", + "min": "167.363", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "118.422", + "max": "147.554", + "min": "114.003", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "194.439", + "max": "211.848", + "min": "186.136", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "42.553", + "max": "79.002", + "min": "28.804", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "66.633", + "max": "111.222", + "min": "58.871", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "40.167", + "max": "55.999", + "min": "38.065", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "187.395", + "max": "278.357", + "min": "162.248", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "52.54", + "max": "62.111", + "min": "51.196", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "277.358", + "max": "306.632", + "min": "264.272", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "255.225", + "max": "265.486", + "min": "253.931", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "141.914", + "max": "153.749", + "min": "140.421", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "211.855", + "max": "227.713", + "min": "204.796", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "163.741", + "max": "179.663", + "min": "162.168", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "131.127", + "max": "135.297", + "min": "130.18", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "174.925", + "max": "178.021", + "min": "174.188", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "187.215", + "max": "247.015", + "min": "180.833", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "232.941", + "max": "262.312", + "min": "230.629", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "289.961", + "max": "330.34", + "min": "282.068", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "173.543", + "max": "180.221", + "min": "171.794", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "185.591", + "max": "224.875", + "min": "169.703", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "53.272", + "max": "59.603", + "min": "51.884", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "167.709", + "max": "172.922", + "min": "166.927", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "173.021", + "max": "216.514", + "min": "169.6", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "13.761", + "max": "38.312", + "min": "10.759", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "202.461", + "max": "230.19", + "min": "198.862", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "64.862", + "max": "82.854", + "min": "46.693", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "104.377", + "max": "122.121", + "min": "93.034", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "49.521", + "max": "58.262", + "min": "48.272", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "175.717", + "max": "179.051", + "min": "174.699", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "141.625", + "max": "172.924", + "min": "123.631", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "76.658", + "max": "113.177", + "min": "58.181", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "51.092", + "max": "58.773", + "min": "49.153", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "44.133", + "max": "51.837", + "min": "42.395", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "51.317", + "max": "70.788", + "min": "38.988", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "44.336", + "max": "49.633", + "min": "43.226", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "67.293", + "max": "74.887", + "min": "66.329", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "363.422", + "max": "404.792", + "min": "356.83", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "271.483", + "max": "293.799", + "min": "269.599", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "47.046", + "max": "58.277", + "min": "45.652", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "177.39", + "max": "199.147", + "min": "175.585", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "146.826", + "max": "174.25", + "min": "131.328", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "51.9", + "max": "62.915", + "min": "50.351", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "33.826", + "max": "41.514", + "min": "32.053", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "131.213", + "max": "170.17", + "min": "121.307", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "37.629", + "max": "49.555", + "min": "32.924", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "44.34", + "max": "62.63", + "min": "42.314", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "145.378", + "max": "148.788", + "min": "144.583", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "152.841", + "max": "163.197", + "min": "151.632", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "56.045", + "max": "61.081", + "min": "55.243", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "47.703", + "max": "55.588", + "min": "45.535", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "106.717", + "max": "127.818", + "min": "101.081", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "90.52", + "max": "108.708", + "min": "88.441", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "42.001", + "max": "69.4", + "min": "38.561", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "37.55", + "max": "44.56", + "min": "35.784", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "65.322", + "max": "74.98", + "min": "63.773", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "85.436", + "max": "122.061", + "min": "73.23", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "179.509", + "max": "192.245", + "min": "177.464", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "197.806", + "max": "204.782", + "min": "196.261", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "31.486", + "max": "38.696", + "min": "30.283", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "182.155", + "max": "187.228", + "min": "181.173", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "119.891", + "max": "129.706", + "min": "118.144", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "68.171", + "max": "106.408", + "min": "55.639", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "56.024", + "max": "61.581", + "min": "55.462", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "324.622", + "max": "353.173", + "min": "308.568", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "194.583", + "max": "202.634", + "min": "193.237", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "183.402", + "max": "209.831", + "min": "168.003", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "65.363", + "max": "94.838", + "min": "53.167", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "258.74", + "max": "294.554", + "min": "254.664", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "502.648", + "max": "613.202", + "min": "336.904", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "270.693", + "max": "347.225", + "min": "199.132", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "301.065", + "max": "308.28", + "min": "299.856", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "129.811", + "max": "133.871", + "min": "128.579", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "29.146", + "max": "36.086", + "min": "27.922", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "56.331", + "max": "61.669", + "min": "55.155", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "12.264", + "max": "26.088", + "min": "10.97", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "141.13", + "max": "288.183", + "min": "59.548", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "173.448", + "max": "232.652", + "min": "155.9", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "167.016", + "max": "235.104", + "min": "157.2", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "159.844", + "max": "165.67", + "min": "158.248", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "182.141", + "max": "216.459", + "min": "177.954", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "60.997", + "max": "89.066", + "min": "55.95", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "277.291", + "max": "303.24", + "min": "273.687", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "240.122", + "max": "271.495", + "min": "230.926", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "97.072", + "max": "101.924", + "min": "95.93", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "51.173", + "max": "55.638", + "min": "50.157", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "54.754", + "max": "85.777", + "min": "40.073", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "55.386", + "max": "92.339", + "min": "43.073", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "192.291", + "max": "204.513", + "min": "190.292", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "42.468", + "max": "80.233", + "min": "36.296", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "57.225", + "max": "62.164", + "min": "55.747", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "0.027", + "max": "0.062", + "min": "0.019", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "38.904", + "max": "40.857", + "min": "38.411", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "49.05", + "max": "86.981", + "min": "40.802", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "59.739", + "max": "67.575", + "min": "57.878", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "154.232", + "max": "158.421", + "min": "153.531", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "266.542", + "max": "287.145", + "min": "256.009", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "164.676", + "max": "184.796", + "min": "162.817", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "145.981", + "max": "152.574", + "min": "144.879", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "87.16", + "max": "95.084", + "min": "85.823", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "134.447", + "max": "159.137", + "min": "129.86", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "171.707", + "max": "187.343", + "min": "168.582", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "284.09", + "max": "301.911", + "min": "277.926", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "124.509", + "max": "131.252", + "min": "123.427", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "121.828", + "max": "144.49", + "min": "119.53", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "136.199", + "max": "157.03", + "min": "130.964", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "158.57", + "max": "183.318", + "min": "145.082", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "162.047", + "max": "168.665", + "min": "160.487", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "140.107", + "max": "164.399", + "min": "137.608", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "62.313", + "max": "82.641", + "min": "60.232", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "51.894", + "max": "64.038", + "min": "50.342", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "164.744", + "max": "184.083", + "min": "162.242", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "200.398", + "max": "259.42", + "min": "183.459", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "55.42", + "max": "83.652", + "min": "49.428", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "189.157", + "max": "269.747", + "min": "178.297", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "88.95", + "max": "119.044", + "min": "86.773", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "461.486", + "max": "465.085", + "min": "460.885", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "161.346", + "max": "187.391", + "min": "156.303", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "70.412", + "max": "103.014", + "min": "53.58", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "238.387", + "max": "250.322", + "min": "237.146", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "274.763", + "max": "307.886", + "min": "272.118", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "217.73", + "max": "235.959", + "min": "215.453", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "37.335", + "max": "42.343", + "min": "36.319", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "207.424", + "max": "238.075", + "min": "198.272", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "75.273", + "max": "102.345", + "min": "63.07", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "44.041", + "max": "51.106", + "min": "42.719", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "157.596", + "max": "163.854", + "min": "156.686", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "284.449", + "max": "287.108", + "min": "283.719", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "137.023", + "max": "189.786", + "min": "132.872", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "140.223", + "max": "153.985", + "min": "138.779", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "156.114", + "max": "168.465", + "min": "154.896", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "146.865", + "max": "158.069", + "min": "144.331", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "126.659", + "max": "163.998", + "min": "121.028", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "187.282", + "max": "195.606", + "min": "186.024", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "166.997", + "max": "174.032", + "min": "165.765", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "192.123", + "max": "199.413", + "min": "190.276", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "184.599", + "max": "200.487", + "min": "174.86", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "127.655", + "max": "155.861", + "min": "123.659", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "135.093", + "max": "145.626", + "min": "133.192", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "126.586", + "max": "130.728", + "min": "125.821", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "161.202", + "max": "201.413", + "min": "152.345", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "181.929", + "max": "186.221", + "min": "180.963", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "152.749", + "max": "160.203", + "min": "151.682", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "147.139", + "max": "163.129", + "min": "136.828", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "139.131", + "max": "141.948", + "min": "138.717", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "186.805", + "max": "189.344", + "min": "186.076", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "148.273", + "max": "164.931", + "min": "146.724", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "169.727", + "max": "196.983", + "min": "167.385", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "133.538", + "max": "185.767", + "min": "126.949", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "253.557", + "max": "283.585", + "min": "231.299", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "138.741", + "max": "146.626", + "min": "137.952", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "149.347", + "max": "153.595", + "min": "148.434", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "152.537", + "max": "193.335", + "min": "148.271", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "117.634", + "max": "128.147", + "min": "114.823", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "178.596", + "max": "181.83", + "min": "177.843", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "137.735", + "max": "157.515", + "min": "135.58", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "135.396", + "max": "144.155", + "min": "134.202", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "131.665", + "max": "158.419", + "min": "128.867", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "193.227", + "max": "195.496", + "min": "192.766", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "55.351", + "max": "79.618", + "min": "52.986", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "370.61", + "max": "397.509", + "min": "359.888", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "272.798", + "max": "275.97", + "min": "272.294", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "130.62", + "max": "137.87", + "min": "129.624", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "268.183", + "max": "276.599", + "min": "266.981", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "51.656", + "max": "54.181", + "min": "51.286", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "153.217", + "max": "154.978", + "min": "152.888", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "185.25", + "max": "194.637", + "min": "183.489", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "126.406", + "max": "132.569", + "min": "125.641", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "144.103", + "max": "185.585", + "min": "130.725", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "67.706", + "max": "83.659", + "min": "56.381", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "50.972", + "max": "53.023", + "min": "50.126", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "212.297", + "max": "222.438", + "min": "210.579", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "81.456", + "max": "114.289", + "min": "62.056", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "141.721", + "max": "145.528", + "min": "140.836", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "49.196", + "max": "53.802", + "min": "48.769", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "143.172", + "max": "144.664", + "min": "142.864", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "169.968", + "max": "172.661", + "min": "169.451", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "68.565", + "max": "97.024", + "min": "62.11", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "145.527", + "max": "171.273", + "min": "143.731", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "163.259", + "max": "170.081", + "min": "161.681", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "93.84", + "max": "108.189", + "min": "89.996", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "264.727", + "max": "271.611", + "min": "263.361", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "174.894", + "max": "181.025", + "min": "173.093", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "214.7", + "max": "221.839", + "min": "212.972", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "169.339", + "max": "173.222", + "min": "168.675", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "130.749", + "max": "134.378", + "min": "130.193", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "169.305", + "max": "174.136", + "min": "168.385", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "77.428", + "max": "110.412", + "min": "59.583", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "59.491", + "max": "71.51", + "min": "57.776", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "182.738", + "max": "192.104", + "min": "180.002", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "125.243", + "max": "146.931", + "min": "115.77", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "68.845", + "max": "100.573", + "min": "58.043", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "183.804", + "max": "188.314", + "min": "182.297", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "31.072", + "max": "44.486", + "min": "27.791", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "159.327", + "max": "188.538", + "min": "142.046", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "221.278", + "max": "233.059", + "min": "209.928", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "133.585", + "max": "138.638", + "min": "128.532", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "130.622", + "max": "164.73", + "min": "125.519", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "136.956", + "max": "164.394", + "min": "133.844", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "213.859", + "max": "229.712", + "min": "211.711", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "147.547", + "max": "165.936", + "min": "138.338", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "150.633", + "max": "153.164", + "min": "150.179", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "287.965", + "max": "300.698", + "min": "286.142", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "205.557", + "max": "210.63", + "min": "204.604", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "57.443", + "max": "74.273", + "min": "55.339", + "id": "142", + "country": "United States", + "source_name": "Albuquerque", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "143": { + "name": "Austin", + "data": { + "0": { + "avg": "156.599", + "max": "157.031", + "min": "156.394", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "212.778", + "max": "219.483", + "min": "212.228", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "46.043", + "max": "48.966", + "min": "45.694", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "150.213", + "max": "156.935", + "min": "149.052", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "123.636", + "max": "125.12", + "min": "123.393", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "160.874", + "max": "161.316", + "min": "160.722", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "111.908", + "max": "112.26", + "min": "111.726", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "220.584", + "max": "226.086", + "min": "219.859", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "156.628", + "max": "156.952", + "min": "156.44", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "132.882", + "max": "134.203", + "min": "132.521", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "121.362", + "max": "121.748", + "min": "121.141", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "24.829", + "max": "24.981", + "min": "24.722", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "43.669", + "max": "43.808", + "min": "43.561", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "52.673", + "max": "53.259", + "min": "52.447", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "46.808", + "max": "47.28", + "min": "46.649", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "41.831", + "max": "42.264", + "min": "41.107", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "135.376", + "max": "135.927", + "min": "135.111", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "30.008", + "max": "30.764", + "min": "29.762", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "117.859", + "max": "118.22", + "min": "117.662", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "138.327", + "max": "138.478", + "min": "138.184", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "213.016", + "max": "213.255", + "min": "212.883", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "39.782", + "max": "40.245", + "min": "39.652", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "53.203", + "max": "53.584", + "min": "53.07", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "60.158", + "max": "70.314", + "min": "59.557", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "136.18", + "max": "136.688", + "min": "135.998", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "136.593", + "max": "137.02", + "min": "136.491", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "139.44", + "max": "141.067", + "min": "139.216", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "135.05", + "max": "135.333", + "min": "134.88", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "123.042", + "max": "123.211", + "min": "122.812", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "45.97", + "max": "47.012", + "min": "45.785", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "229.599", + "max": "230.454", + "min": "229.366", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "139.573", + "max": "140.115", + "min": "139.396", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "39.381", + "max": "40.346", + "min": "39.115", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "162.288", + "max": "162.494", + "min": "162.142", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "124.794", + "max": "125.144", + "min": "124.642", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "210.941", + "max": "212.244", + "min": "210.633", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "60.027", + "max": "60.143", + "min": "59.959", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "43.622", + "max": "43.776", + "min": "43.501", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.777", + "max": "35.094", + "min": "34.607", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "43.378", + "max": "52.587", + "min": "42.871", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "253.006", + "max": "256.07", + "min": "252.422", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "128.847", + "max": "131.455", + "min": "128.47", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "146.287", + "max": "146.685", + "min": "146.066", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "138.322", + "max": "153.916", + "min": "137.682", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "274.368", + "max": "274.49", + "min": "274.269", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "141.726", + "max": "142.335", + "min": "141.294", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "160.455", + "max": "161.104", + "min": "160.339", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "131.237", + "max": "134.147", + "min": "122.88", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "171.357", + "max": "172.936", + "min": "171.115", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "13.781", + "max": "13.85", + "min": "13.707", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "48.444", + "max": "49.734", + "min": "48.182", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "54.755", + "max": "55.144", + "min": "54.574", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "179.804", + "max": "270.268", + "min": "170.585", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "22.433", + "max": "22.694", + "min": "22.343", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "248.649", + "max": "259.467", + "min": "244.665", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "249.163", + "max": "250.114", + "min": "248.89", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "137.111", + "max": "138.18", + "min": "136.236", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "225.586", + "max": "225.886", + "min": "225.388", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "144.23", + "max": "148.545", + "min": "143.507", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "120.517", + "max": "120.875", + "min": "120.347", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "170.537", + "max": "171.85", + "min": "170.087", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "167.089", + "max": "225.861", + "min": "162.312", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "233.606", + "max": "234.391", + "min": "233.422", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "239.526", + "max": "239.733", + "min": "239.376", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "168.06", + "max": "168.484", + "min": "167.893", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "158.612", + "max": "158.759", + "min": "158.552", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "47.254", + "max": "47.618", + "min": "47.13", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "153.425", + "max": "173.98", + "min": "152.446", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "155.945", + "max": "157.203", + "min": "154.99", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "36.629", + "max": "40.523", + "min": "36.166", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "207.113", + "max": "208.071", + "min": "206.907", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "60.882", + "max": "61.503", + "min": "60.596", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "88.724", + "max": "89.28", + "min": "88.488", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "36.165", + "max": "36.615", + "min": "36.002", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "156.093", + "max": "158.037", + "min": "155.85", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "135.566", + "max": "135.927", + "min": "135.369", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "37.857", + "max": "38.033", + "min": "37.744", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "68.38", + "max": "68.624", + "min": "68.296", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "38.669", + "max": "38.809", + "min": "38.562", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "34.9", + "max": "35.41", + "min": "34.792", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "56.801", + "max": "57.157", + "min": "56.594", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "58.584", + "max": "59.1", + "min": "58.307", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.681", + "max": "262.956", + "min": "262.582", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "243.67", + "max": "243.85", + "min": "243.471", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "42.257", + "max": "42.376", + "min": "42.172", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "167.882", + "max": "168.656", + "min": "167.54", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "123.929", + "max": "124.246", + "min": "123.624", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "50.408", + "max": "51.792", + "min": "50.2", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "27.507", + "max": "27.946", + "min": "27.36", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "115.296", + "max": "120.282", + "min": "114.929", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "43.962", + "max": "45.918", + "min": "43.33", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "56.563", + "max": "56.759", + "min": "56.346", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "114.443", + "max": "115.734", + "min": "114.229", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "218.034", + "max": "224.097", + "min": "208.86", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "48.706", + "max": "48.841", + "min": "48.627", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "59.55", + "max": "60.644", + "min": "59.365", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "105.963", + "max": "106.312", + "min": "105.767", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "76.053", + "max": "79.745", + "min": "75.463", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "47.322", + "max": "47.447", + "min": "47.208", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "40.939", + "max": "44.458", + "min": "40.497", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "47.416", + "max": "47.607", + "min": "47.347", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "70.943", + "max": "71.133", + "min": "70.772", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "155.264", + "max": "157.314", + "min": "154.994", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "219.849", + "max": "223.672", + "min": "218.919", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "41.398", + "max": "42.486", + "min": "41.16", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "234.947", + "max": "235.223", + "min": "234.817", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "107.208", + "max": "108.778", + "min": "107.016", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "46.481", + "max": "46.599", + "min": "46.37", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "44.171", + "max": "44.384", + "min": "44.032", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "257.647", + "max": "260.397", + "min": "257.417", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.013", + "max": "258.123", + "min": "257.939", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "171.587", + "max": "171.821", + "min": "171.415", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "39.73", + "max": "39.939", + "min": "39.569", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "237.419", + "max": "239.075", + "min": "237.178", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "485.867", + "max": "606.45", + "min": "311.682", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "248.951", + "max": "387.37", + "min": "180.082", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "288.918", + "max": "291.144", + "min": "288.546", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "149.288", + "max": "149.762", + "min": "149.177", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "27.214", + "max": "27.415", + "min": "27.101", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "45.669", + "max": "46.52", + "min": "45.358", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "47.99", + "max": "48.198", + "min": "47.849", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "127.963", + "max": "279.665", + "min": "48.15", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "146.913", + "max": "147.145", + "min": "146.795", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "153.369", + "max": "158.962", + "min": "152.572", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "153.155", + "max": "153.292", + "min": "153.035", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "148.56", + "max": "149.429", + "min": "148.07", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "42.324", + "max": "45.4", + "min": "40.923", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "265.965", + "max": "266.276", + "min": "265.753", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "229.852", + "max": "230.14", + "min": "229.699", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "92.077", + "max": "92.737", + "min": "91.898", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "34.486", + "max": "34.635", + "min": "34.384", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "36.514", + "max": "36.857", + "min": "36.347", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "43.585", + "max": "43.742", + "min": "43.429", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "213.43", + "max": "214.228", + "min": "212.921", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "44.756", + "max": "45.404", + "min": "44.612", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "52.113", + "max": "52.374", + "min": "51.912", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "40.814", + "max": "66.253", + "min": "38.561", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "0.03", + "max": "0.057", + "min": "0.017", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "22.274", + "max": "22.393", + "min": "22.205", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "47.597", + "max": "48.937", + "min": "47.34", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "149.323", + "max": "149.524", + "min": "149.145", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.376", + "max": "251.039", + "min": "249.834", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "143.694", + "max": "144", + "min": "143.529", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "134.064", + "max": "134.278", + "min": "133.899", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "88.77", + "max": "98.506", + "min": "88.166", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "122.552", + "max": "124.156", + "min": "122.17", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "145.629", + "max": "149.628", + "min": "145.282", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "255.543", + "max": "255.832", + "min": "255.348", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "119.954", + "max": "123.488", + "min": "119.62", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "108.376", + "max": "108.614", + "min": "108.247", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "121.235", + "max": "128.043", + "min": "120.323", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "154.17", + "max": "154.322", + "min": "154.058", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "156.086", + "max": "158.296", + "min": "155.702", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "128.454", + "max": "129.876", + "min": "127.906", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "40.809", + "max": "41.29", + "min": "40.694", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "64.075", + "max": "64.419", + "min": "63.922", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "151.228", + "max": "152.599", + "min": "150.925", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "219.582", + "max": "273.325", + "min": "211.636", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "51.519", + "max": "51.729", + "min": "51.427", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "186.11", + "max": "274.139", + "min": "176.895", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "75.126", + "max": "75.38", + "min": "74.978", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "478.475", + "max": "478.868", + "min": "477.663", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "141.171", + "max": "141.292", + "min": "141.087", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "43.395", + "max": "43.497", + "min": "43.303", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "216.986", + "max": "217.269", + "min": "216.779", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "262.541", + "max": "262.82", + "min": "262.439", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "205.317", + "max": "205.526", + "min": "205.193", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "51.915", + "max": "52.341", + "min": "51.763", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "247.247", + "max": "252.624", + "min": "246.803", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "52.647", + "max": "53.014", + "min": "52.551", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "53.472", + "max": "54.385", + "min": "53.303", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "126.555", + "max": "128.085", + "min": "126.338", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "277.029", + "max": "277.356", + "min": "276.873", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "122.296", + "max": "124.901", + "min": "122.127", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "127.554", + "max": "127.834", + "min": "127.274", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "136.655", + "max": "145.916", + "min": "136.118", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "138.349", + "max": "138.659", + "min": "138.268", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "122.909", + "max": "123.31", + "min": "122.648", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "176.349", + "max": "176.84", + "min": "176.106", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "162.657", + "max": "163.719", + "min": "162.519", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "165.466", + "max": "167.109", + "min": "165.116", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "161.041", + "max": "161.265", + "min": "160.878", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "111.878", + "max": "115.835", + "min": "111.294", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "120.715", + "max": "120.761", + "min": "120.65", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "123.836", + "max": "123.992", + "min": "123.747", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "151.685", + "max": "152.311", + "min": "151.489", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "166.014", + "max": "166.617", + "min": "165.785", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "146.942", + "max": "165.258", + "min": "145.559", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "142.851", + "max": "173.577", + "min": "129.234", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "124.259", + "max": "124.347", + "min": "124.184", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "174.779", + "max": "175.137", + "min": "174.579", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "143.322", + "max": "156.851", + "min": "142.537", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "170.732", + "max": "171.465", + "min": "170.304", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "118.034", + "max": "127.63", + "min": "116.994", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "242.052", + "max": "242.448", + "min": "241.886", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "147.692", + "max": "147.87", + "min": "147.618", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "152.104", + "max": "152.324", + "min": "151.901", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "129.247", + "max": "129.439", + "min": "129.12", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "138.027", + "max": "147.287", + "min": "125.375", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "178.067", + "max": "178.777", + "min": "177.919", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "127.171", + "max": "132.232", + "min": "126.636", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "122.111", + "max": "122.243", + "min": "121.972", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "123.228", + "max": "125.361", + "min": "120.306", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "220.128", + "max": "229.942", + "min": "218.821", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "48.224", + "max": "53.17", + "min": "47.768", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "258.314", + "max": "258.491", + "min": "258.269", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "238.682", + "max": "238.833", + "min": "238.589", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "116.629", + "max": "116.794", + "min": "116.512", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "262.168", + "max": "262.561", + "min": "262.004", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "53.374", + "max": "55.015", + "min": "53.026", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "161.319", + "max": "163.501", + "min": "161.081", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "173.17", + "max": "173.949", + "min": "172.9", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "122.788", + "max": "124.164", + "min": "122.423", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "119.343", + "max": "120.878", + "min": "118.939", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "40.716", + "max": "40.805", + "min": "40.665", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "52.778", + "max": "52.845", + "min": "52.716", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.426", + "max": "433.656", + "min": "227.479", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "44.383", + "max": "44.463", + "min": "44.324", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "127.006", + "max": "127.588", + "min": "126.835", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "48.215", + "max": "48.345", + "min": "48.165", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "127.112", + "max": "127.25", + "min": "126.919", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "186.529", + "max": "188.122", + "min": "186.304", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "58.874", + "max": "61.165", + "min": "55.593", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "123.292", + "max": "123.471", + "min": "123.115", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "147.954", + "max": "149.691", + "min": "147.302", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "81.655", + "max": "96.928", + "min": "80.419", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "217.551", + "max": "222.082", + "min": "216.795", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "151.307", + "max": "152.108", + "min": "151.055", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "212.158", + "max": "212.57", + "min": "211.96", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "158.991", + "max": "159.425", + "min": "158.905", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "122.069", + "max": "122.326", + "min": "121.869", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "174.115", + "max": "174.259", + "min": "174.026", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "48.047", + "max": "53.07", + "min": "47.474", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "43.982", + "max": "44.215", + "min": "43.895", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "165.08", + "max": "169.361", + "min": "163.47", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "120.625", + "max": "122.38", + "min": "119.683", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "47.207", + "max": "49.236", + "min": "46.016", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "186.709", + "max": "187.974", + "min": "186.481", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "33.335", + "max": "33.458", + "min": "33.206", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "130.455", + "max": "133.567", + "min": "129.828", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "255.322", + "max": "255.951", + "min": "254.988", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "115.957", + "max": "115.957", + "min": "115.957", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "115.237", + "max": "115.499", + "min": "115.058", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "122.064", + "max": "122.284", + "min": "121.925", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "213.913", + "max": "216.044", + "min": "213.506", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "136.592", + "max": "152.695", + "min": "128.405", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "138.036", + "max": "138.127", + "min": "137.958", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "287.282", + "max": "288.602", + "min": "286.859", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "196.969", + "max": "197.525", + "min": "196.732", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "35.976", + "max": "40.483", + "min": "35.024", + "id": "143", + "country": "United States", + "source_name": "Austin", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "144": { + "name": "Des Moines", + "data": { + "0": { + "avg": "116.044", + "max": "116.553", + "min": "115.878", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "237.882", + "max": "238.528", + "min": "237.596", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "31.193", + "max": "31.609", + "min": "31.024", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "131.689", + "max": "138.661", + "min": "130.347", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "99.615", + "max": "99.906", + "min": "99.449", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "130.633", + "max": "130.932", + "min": "130.387", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "111.688", + "max": "111.912", + "min": "111.543", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "276.498", + "max": "303.39", + "min": "274.497", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "151.139", + "max": "151.576", + "min": "151.018", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "131.507", + "max": "148.191", + "min": "130.654", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "112.444", + "max": "113.163", + "min": "112.178", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "20.569", + "max": "20.807", + "min": "20.463", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "28.344", + "max": "30.301", + "min": "28.215", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "40.383", + "max": "41.147", + "min": "40.08", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "44.398", + "max": "53.832", + "min": "43.988", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "40.14", + "max": "40.554", + "min": "39.807", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "129.149", + "max": "129.317", + "min": "128.942", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "29.301", + "max": "31.25", + "min": "29.05", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "101.33", + "max": "101.57", + "min": "101.205", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "125.671", + "max": "125.897", + "min": "125.597", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "253.818", + "max": "256.269", + "min": "253.567", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "9.873", + "max": "9.937", + "min": "9.81", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "44.5", + "max": "44.684", + "min": "44.424", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "49.731", + "max": "53.376", + "min": "49.448", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "136.046", + "max": "136.659", + "min": "135.79", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "120.687", + "max": "121.623", + "min": "120.507", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "121.563", + "max": "123.379", + "min": "121.379", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "129.627", + "max": "130.148", + "min": "129.328", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "114.286", + "max": "114.524", + "min": "114.129", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "43.661", + "max": "50.466", + "min": "43.206", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "215.139", + "max": "215.417", + "min": "214.881", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "132.359", + "max": "132.472", + "min": "132.27", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "57.751", + "max": "62.528", + "min": "57.479", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "152.487", + "max": "152.786", + "min": "152.256", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "121.659", + "max": "124.758", + "min": "121.297", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "204.269", + "max": "205.3", + "min": "204.069", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "52.668", + "max": "52.765", + "min": "52.624", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "56.273", + "max": "56.51", + "min": "56.075", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "49.091", + "max": "49.287", + "min": "48.985", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "38.633", + "max": "39.388", + "min": "38.361", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "253.073", + "max": "255.488", + "min": "252.432", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "101.049", + "max": "103.057", + "min": "100.592", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "138.25", + "max": "138.423", + "min": "138.15", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "135.249", + "max": "141.528", + "min": "134.405", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "242.778", + "max": "242.986", + "min": "242.672", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "135.11", + "max": "135.887", + "min": "134.77", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "139.345", + "max": "139.951", + "min": "139.205", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "88.581", + "max": "88.97", + "min": "88.4", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "176.932", + "max": "177.631", + "min": "176.74", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "35.736", + "max": "35.819", + "min": "35.701", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "32.993", + "max": "33.768", + "min": "32.884", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "52.742", + "max": "55.416", + "min": "52.434", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "179.038", + "max": "191.834", + "min": "163.959", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "8.982", + "max": "9.239", + "min": "8.884", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "242.953", + "max": "262.296", + "min": "239.032", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "226.318", + "max": "226.493", + "min": "226.077", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "124.183", + "max": "127.056", + "min": "123.148", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "193.301", + "max": "193.43", + "min": "193.221", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "132.151", + "max": "133.842", + "min": "131.648", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "114.822", + "max": "115.161", + "min": "114.717", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "167.991", + "max": "169.127", + "min": "167.491", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "148.33", + "max": "194.95", + "min": "146.391", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "225.418", + "max": "225.929", + "min": "225.174", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "224.107", + "max": "225.11", + "min": "223.928", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "146.018", + "max": "147.163", + "min": "145.809", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "142.453", + "max": "144.721", + "min": "142.067", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "29.784", + "max": "29.94", + "min": "29.679", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "144.749", + "max": "145.19", + "min": "144.126", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "164.894", + "max": "166.531", + "min": "164.258", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "21.121", + "max": "21.923", + "min": "21.041", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "195.885", + "max": "196.22", + "min": "195.676", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "50.36", + "max": "51.314", + "min": "50.112", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "90.615", + "max": "92.77", + "min": "90.218", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "42.49", + "max": "42.722", + "min": "42.352", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "140.534", + "max": "141.604", + "min": "140.316", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "99.875", + "max": "100.175", + "min": "99.73", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "42.254", + "max": "42.346", + "min": "42.151", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "49.592", + "max": "54.15", + "min": "49.352", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "22.328", + "max": "22.63", + "min": "22.136", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "21.827", + "max": "22.078", + "min": "21.695", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "53.628", + "max": "53.755", + "min": "53.499", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "54.044", + "max": "54.66", + "min": "53.688", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "227.733", + "max": "227.839", + "min": "227.649", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.513", + "max": "239.857", + "min": "239.366", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "29.029", + "max": "29.133", + "min": "28.938", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "160.63", + "max": "161.859", + "min": "160.217", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "107.635", + "max": "108.475", + "min": "107.367", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "45.069", + "max": "45.182", + "min": "44.943", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "14.005", + "max": "14.468", + "min": "13.831", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "115.126", + "max": "122.887", + "min": "114.282", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "22.174", + "max": "23.389", + "min": "21.437", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "61.055", + "max": "63.151", + "min": "60.782", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "105.258", + "max": "105.312", + "min": "105.224", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "182.718", + "max": "187.202", + "min": "182.277", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "77.879", + "max": "78.852", + "min": "77.722", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "38.893", + "max": "39.307", + "min": "38.75", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "87.333", + "max": "87.524", + "min": "87.128", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "76.85", + "max": "85.561", + "min": "76.082", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "51.312", + "max": "51.621", + "min": "51.106", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "11.006", + "max": "11.865", + "min": "10.895", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "66.358", + "max": "66.509", + "min": "66.23", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "60.085", + "max": "60.22", + "min": "59.98", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "148.897", + "max": "149.449", + "min": "148.615", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "211.83", + "max": "216.468", + "min": "211.222", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "19.353", + "max": "19.684", + "min": "19.193", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "307.176", + "max": "307.498", + "min": "306.589", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "127.835", + "max": "129.04", + "min": "127.724", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "37.111", + "max": "37.203", + "min": "36.978", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "42.876", + "max": "43.078", + "min": "42.778", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "222.495", + "max": "225.604", + "min": "221.833", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "199.557", + "max": "199.808", + "min": "199.424", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "169.777", + "max": "169.967", + "min": "169.579", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "38.127", + "max": "38.586", + "min": "37.94", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "276.718", + "max": "280.616", + "min": "276.428", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "469.942", + "max": "571.193", + "min": "307.284", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "236.519", + "max": "321.744", + "min": "161.24", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "280.689", + "max": "294.805", + "min": "279.227", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "144.106", + "max": "146.122", + "min": "143.763", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "15.213", + "max": "15.404", + "min": "15.075", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "39.713", + "max": "40.671", + "min": "39.404", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "21.418", + "max": "21.816", + "min": "21.218", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "115.112", + "max": "270.605", + "min": "49.396", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "151.927", + "max": "152.144", + "min": "151.82", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "144.741", + "max": "148", + "min": "144.115", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "140.776", + "max": "140.988", + "min": "140.476", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "126.692", + "max": "127.818", + "min": "126.182", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "38.271", + "max": "38.576", + "min": "38.033", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "265.764", + "max": "266.203", + "min": "265.496", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "211.02", + "max": "211.639", + "min": "210.876", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "80.207", + "max": "82.631", + "min": "79.965", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "34.648", + "max": "35.265", + "min": "34.457", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "24.318", + "max": "24.383", + "min": "24.199", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "40.934", + "max": "41.187", + "min": "40.752", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "223.037", + "max": "224.975", + "min": "222.326", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "59.176", + "max": "59.751", + "min": "59.113", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "30.538", + "max": "30.745", + "min": "30.396", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "42.769", + "max": "63.76", + "min": "40.826", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "22.28", + "max": "22.37", + "min": "22.215", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "0.029", + "max": "0.074", + "min": "0.023", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "26.278", + "max": "27.267", + "min": "26.128", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "127.719", + "max": "128.181", + "min": "127.619", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "259.159", + "max": "260.151", + "min": "258.827", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "159.955", + "max": "160.559", + "min": "159.678", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "129.017", + "max": "133.021", + "min": "128.636", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "93.43", + "max": "93.637", + "min": "93.29", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "113.232", + "max": "113.778", + "min": "112.983", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "141.439", + "max": "147.026", + "min": "141.064", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "265.502", + "max": "265.867", + "min": "265.398", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "104.496", + "max": "109.162", + "min": "104.174", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "101.809", + "max": "101.869", + "min": "101.768", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "120.432", + "max": "154.364", + "min": "118.369", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "147.498", + "max": "147.819", + "min": "147.308", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "140.203", + "max": "141.576", + "min": "139.898", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "127.702", + "max": "167.09", + "min": "124.824", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "38.738", + "max": "38.996", + "min": "38.606", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "58.144", + "max": "58.881", + "min": "57.989", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "144.697", + "max": "145.917", + "min": "144.4", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "210.542", + "max": "254.358", + "min": "201.092", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "35.014", + "max": "35.165", + "min": "34.916", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "178.21", + "max": "270.344", + "min": "170.055", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "62.869", + "max": "63.042", + "min": "62.781", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "352.065", + "max": "352.335", + "min": "351.381", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "141.593", + "max": "141.798", + "min": "141.526", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "32.65", + "max": "32.735", + "min": "32.567", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "204.245", + "max": "204.494", + "min": "204.038", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "259.967", + "max": "260.326", + "min": "259.785", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "197.058", + "max": "197.193", + "min": "196.949", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "45.673", + "max": "46.033", + "min": "45.536", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "213.34", + "max": "219.935", + "min": "212.688", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "38.075", + "max": "38.245", + "min": "37.998", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "25.522", + "max": "25.636", + "min": "25.442", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "140.541", + "max": "141.786", + "min": "140.378", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "256.046", + "max": "256.257", + "min": "255.962", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "109.801", + "max": "110.43", + "min": "109.603", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "117.925", + "max": "118.987", + "min": "117.701", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "132.643", + "max": "135.927", + "min": "132.382", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "128.942", + "max": "129.167", + "min": "128.737", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "102.852", + "max": "103.333", + "min": "102.656", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "153.534", + "max": "153.91", + "min": "153.403", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "149.267", + "max": "149.349", + "min": "149.2", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "161.39", + "max": "169.556", + "min": "160.778", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "146.876", + "max": "147.279", + "min": "146.724", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "111.403", + "max": "115.639", + "min": "111.067", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "112.54", + "max": "112.609", + "min": "112.462", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "121.373", + "max": "121.575", + "min": "121.192", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "125.514", + "max": "125.73", + "min": "125.314", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "160.426", + "max": "163.953", + "min": "160.123", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "124.143", + "max": "127.009", + "min": "123.52", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "141.915", + "max": "210.119", + "min": "119.269", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "96.662", + "max": "96.772", + "min": "96.61", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "163.819", + "max": "164.149", + "min": "163.678", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "141.451", + "max": "162.435", + "min": "140.449", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "167.26", + "max": "167.836", + "min": "166.932", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "112.565", + "max": "116.562", + "min": "112.188", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "211.221", + "max": "213.098", + "min": "210.917", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "125.909", + "max": "126.298", + "min": "125.814", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "124.078", + "max": "124.298", + "min": "123.951", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "126.013", + "max": "126.559", + "min": "125.851", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "94.509", + "max": "104.154", + "min": "92.848", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "154.22", + "max": "154.387", + "min": "154.126", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "106.791", + "max": "107.332", + "min": "106.648", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "112.548", + "max": "113.246", + "min": "112.368", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "110.431", + "max": "111.005", + "min": "109.722", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "200.083", + "max": "209.368", + "min": "198.412", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "34.371", + "max": "42.34", + "min": "32.894", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.202", + "max": "226.422", + "min": "218.057", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "242.743", + "max": "243.169", + "min": "242.608", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "114.801", + "max": "115.091", + "min": "114.632", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "242.745", + "max": "243.198", + "min": "242.548", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "53.213", + "max": "54.751", + "min": "52.802", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "132.51", + "max": "132.795", + "min": "132.316", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "159.025", + "max": "159.653", + "min": "158.862", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "102.159", + "max": "103.425", + "min": "101.794", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "114.467", + "max": "115.206", + "min": "114.197", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.466", + "max": "27.53", + "min": "27.414", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "35.654", + "max": "35.773", + "min": "35.612", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "242.123", + "max": "326.607", + "min": "238.829", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "38.857", + "max": "39.067", + "min": "38.778", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "124.891", + "max": "125.489", + "min": "124.576", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "24.045", + "max": "24.189", + "min": "23.98", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "126.281", + "max": "126.411", + "min": "126.182", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "171.814", + "max": "537.947", + "min": "158.983", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "58.419", + "max": "61.97", + "min": "55.55", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "121.991", + "max": "122.144", + "min": "121.857", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "129.761", + "max": "130.392", + "min": "129.198", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "86.556", + "max": "89.907", + "min": "85.437", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "202.072", + "max": "203.04", + "min": "201.707", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "143.423", + "max": "143.769", + "min": "143.143", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "189.934", + "max": "190.586", + "min": "189.759", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "155.173", + "max": "155.311", + "min": "155.065", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "120.166", + "max": "120.363", + "min": "120.021", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "155.527", + "max": "155.708", + "min": "155.415", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "37.605", + "max": "39.537", + "min": "37.288", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "42.96", + "max": "43.16", + "min": "42.857", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "165.372", + "max": "169.362", + "min": "162.792", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "118.695", + "max": "119.293", + "min": "118.401", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "39.613", + "max": "41.062", + "min": "38.69", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "208.022", + "max": "208.589", + "min": "207.886", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "13.66", + "max": "13.92", + "min": "13.595", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "103.255", + "max": "106.308", + "min": "103.021", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "210.035", + "max": "210.264", + "min": "209.882", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "109.518", + "max": "109.518", + "min": "109.518", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "109.544", + "max": "109.652", + "min": "109.437", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "119.914", + "max": "120.15", + "min": "119.795", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "198.365", + "max": "199.196", + "min": "198.062", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "130.315", + "max": "143.926", + "min": "121.396", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "137.653", + "max": "137.698", + "min": "137.596", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "283.054", + "max": "284.137", + "min": "282.727", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "179.937", + "max": "180.79", + "min": "179.694", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "14.543", + "max": "15.382", + "min": "14.34", + "id": "144", + "country": "United States", + "source_name": "Des Moines", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "145": { + "name": "Albany", + "data": { + "0": { + "avg": "127.607", + "max": "141.781", + "min": "126.906", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "259.969", + "max": "261.603", + "min": "259.584", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "25.914", + "max": "26.128", + "min": "25.737", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "97.04", + "max": "105.221", + "min": "96.277", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "76.141", + "max": "121.362", + "min": "74.293", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "184.131", + "max": "184.303", + "min": "183.95", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "79.353", + "max": "79.547", + "min": "79.201", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "294.024", + "max": "307.142", + "min": "292.826", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "120.499", + "max": "120.856", + "min": "120.279", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "103.245", + "max": "104.972", + "min": "102.829", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "83.916", + "max": "117.067", + "min": "73.106", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "43.201", + "max": "43.765", + "min": "43.061", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "5.437", + "max": "5.606", + "min": "5.304", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "9.308", + "max": "12.557", + "min": "8.933", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "34.747", + "max": "35.077", + "min": "34.511", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "9.998", + "max": "10.405", + "min": "9.694", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "104.247", + "max": "105.065", + "min": "103.988", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "26.728", + "max": "42.561", + "min": "24.279", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "82.957", + "max": "83.964", + "min": "82.689", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "92.11", + "max": "92.253", + "min": "91.942", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "276.853", + "max": "277.045", + "min": "276.701", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "20.274", + "max": "20.387", + "min": "20.148", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "71.775", + "max": "71.992", + "min": "71.621", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "74.258", + "max": "74.467", + "min": "74.069", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "101.358", + "max": "101.79", + "min": "101.073", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "94.366", + "max": "137.394", + "min": "89.53", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "94.946", + "max": "138.937", + "min": "93.138", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "103.154", + "max": "135.901", + "min": "96.672", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "88.5", + "max": "88.664", + "min": "88.349", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "67.639", + "max": "67.886", + "min": "67.461", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "254.621", + "max": "254.827", + "min": "254.412", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "96.437", + "max": "117.631", + "min": "95.5", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "69.08", + "max": "84.699", + "min": "68.319", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "116.023", + "max": "141.907", + "min": "114.983", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "96.124", + "max": "111.383", + "min": "91.83", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "244.375", + "max": "244.835", + "min": "244.164", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "71.372", + "max": "80.066", + "min": "70.333", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "59.019", + "max": "59.33", + "min": "58.748", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "37.02", + "max": "72.814", + "min": "35.493", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "10.566", + "max": "11.833", + "min": "10.224", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "214.496", + "max": "219.634", + "min": "213.741", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "76.373", + "max": "79.263", + "min": "75.81", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "112.66", + "max": "154.634", + "min": "111.112", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "102.912", + "max": "105.399", + "min": "102.608", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "216.026", + "max": "216.241", + "min": "215.886", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "112.474", + "max": "113.173", + "min": "111.958", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "117.069", + "max": "119.451", + "min": "116.82", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "91.09", + "max": "91.364", + "min": "90.921", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "175.31", + "max": "196.14", + "min": "174.416", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "44.728", + "max": "44.873", + "min": "44.622", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "6.134", + "max": "6.492", + "min": "5.988", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "78.646", + "max": "78.895", + "min": "78.338", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "126.543", + "max": "139.018", + "min": "113.99", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "31.604", + "max": "31.711", + "min": "31.509", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "213.307", + "max": "252.066", + "min": "205.694", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "274.763", + "max": "275.532", + "min": "274.49", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "111.412", + "max": "113.867", + "min": "110.732", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "222.512", + "max": "247.547", + "min": "219.902", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "132.269", + "max": "134.46", + "min": "131.898", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "81.36", + "max": "100.196", + "min": "80.614", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "139.657", + "max": "140.671", + "min": "139.144", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "132.999", + "max": "176.772", + "min": "126.874", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "255.35", + "max": "335.75", + "min": "245.348", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "249.698", + "max": "253.016", + "min": "249.381", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "120.822", + "max": "121.438", + "min": "120.666", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "122.303", + "max": "125.391", + "min": "122.039", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "6.396", + "max": "7.26", + "min": "6.203", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "117.478", + "max": "127.193", + "min": "116.721", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "142.275", + "max": "167.936", + "min": "140.801", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "43.811", + "max": "44.975", + "min": "43.575", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "229.275", + "max": "231.761", + "min": "229.003", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "68.191", + "max": "70.347", + "min": "67.796", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "76.625", + "max": "82.011", + "min": "76.095", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.746", + "max": "29.998", + "min": "29.616", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "106.982", + "max": "107.497", + "min": "106.798", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "75.285", + "max": "75.62", + "min": "75.044", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "15.94", + "max": "16.125", + "min": "15.745", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "77.617", + "max": "78.987", + "min": "77.443", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "28.848", + "max": "73.435", + "min": "25.3", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "17.807", + "max": "18.008", + "min": "17.601", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "76.747", + "max": "76.904", + "min": "76.554", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "23.938", + "max": "24.671", + "min": "23.711", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "223.894", + "max": "229.988", + "min": "223.473", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "207.85", + "max": "209.036", + "min": "207.478", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "72.273", + "max": "72.475", + "min": "72.086", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "134.597", + "max": "135.722", + "min": "134.222", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "75.724", + "max": "76.165", + "min": "75.419", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "30.177", + "max": "30.467", + "min": "30.028", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "26.674", + "max": "27.025", + "min": "26.485", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.513", + "max": "87.956", + "min": "77.916", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "34.676", + "max": "36.261", + "min": "34.032", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "68.716", + "max": "69.378", + "min": "68.36", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "86.537", + "max": "86.631", + "min": "86.425", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "184.779", + "max": "188.022", + "min": "184.374", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "9.884", + "max": "11.733", + "min": "9.547", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "51.597", + "max": "72.894", + "min": "44.086", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "82.019", + "max": "82.41", + "min": "81.698", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "69.63", + "max": "92.344", + "min": "67.767", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "73.478", + "max": "73.724", + "min": "73.318", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "18.592", + "max": "48.801", + "min": "17.392", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "34.069", + "max": "34.233", + "min": "33.939", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "59.708", + "max": "59.912", + "min": "59.497", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "134.826", + "max": "135.56", + "min": "134.66", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "230.213", + "max": "236.819", + "min": "229.4", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "30.704", + "max": "31.305", + "min": "30.473", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "326.354", + "max": "326.784", + "min": "325.805", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "94.944", + "max": "96.187", + "min": "94.763", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "11.275", + "max": "45.87", + "min": "9.874", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "23.276", + "max": "23.423", + "min": "23.12", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "204.328", + "max": "207.835", + "min": "203.635", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "219.919", + "max": "221.332", + "min": "219.731", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "213.715", + "max": "213.921", + "min": "213.506", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "6.22", + "max": "52.372", + "min": "4.077", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "209.166", + "max": "213.813", + "min": "208.669", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "450.211", + "max": "560.003", + "min": "275.648", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "226.735", + "max": "277.226", + "min": "164.806", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "231.986", + "max": "250.467", + "min": "230.672", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "167.28", + "max": "175.899", + "min": "166.81", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "37.668", + "max": "37.987", + "min": "37.501", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "36.524", + "max": "37.304", + "min": "36.078", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "46.098", + "max": "64.247", + "min": "43.308", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "107.386", + "max": "249.373", + "min": "30.034", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "117.305", + "max": "117.463", + "min": "117.196", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "116.658", + "max": "263.526", + "min": "108.222", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "113.951", + "max": "114.063", + "min": "113.774", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "110.851", + "max": "111.718", + "min": "110.312", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "5.159", + "max": "5.329", + "min": "4.998", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "244.8", + "max": "245.146", + "min": "244.598", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "170.884", + "max": "171.379", + "min": "170.664", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "103.449", + "max": "103.577", + "min": "103.328", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "30.469", + "max": "30.76", + "min": "30.281", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "56.012", + "max": "77.805", + "min": "33.184", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "35.034", + "max": "53.682", + "min": "29.21", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "206.568", + "max": "209.166", + "min": "205.685", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "50.285", + "max": "50.48", + "min": "50.139", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "5.565", + "max": "5.832", + "min": "5.378", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "60.254", + "max": "93.005", + "min": "58.211", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "47.436", + "max": "47.681", + "min": "47.299", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "26.327", + "max": "26.542", + "min": "26.119", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "0.049", + "max": "0.114", + "min": "0.029", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "96.538", + "max": "96.863", + "min": "96.32", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "254.682", + "max": "255.029", + "min": "254.406", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "111.375", + "max": "115.112", + "min": "111.075", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "95.942", + "max": "96.222", + "min": "95.756", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "109.522", + "max": "117.847", + "min": "108.765", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "78.11", + "max": "78.863", + "min": "77.765", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "119.412", + "max": "125.925", + "min": "118.969", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "219.705", + "max": "221.367", + "min": "219.477", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "68.224", + "max": "68.415", + "min": "68.079", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "69.881", + "max": "69.992", + "min": "69.766", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "83.188", + "max": "98.437", + "min": "81.587", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "178.52", + "max": "178.728", + "min": "178.305", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "111.397", + "max": "153.444", + "min": "109.793", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "98.992", + "max": "139.242", + "min": "96.159", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "16.547", + "max": "16.747", + "min": "16.403", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "70.138", + "max": "70.555", + "min": "69.761", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "113.321", + "max": "114.223", + "min": "113.071", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "239.709", + "max": "298.687", + "min": "231.435", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "44.723", + "max": "44.937", + "min": "44.573", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "169.14", + "max": "241.903", + "min": "161.273", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "42.87", + "max": "43.567", + "min": "42.723", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "375.029", + "max": "375.336", + "min": "374.673", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "107.063", + "max": "107.238", + "min": "106.859", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "4.928", + "max": "5.077", + "min": "4.787", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "175.613", + "max": "175.746", + "min": "175.451", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "230.676", + "max": "230.898", + "min": "230.517", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "166.333", + "max": "166.542", + "min": "166.185", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "57.178", + "max": "57.621", + "min": "56.989", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "240.444", + "max": "246.078", + "min": "239.528", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "11.155", + "max": "11.768", + "min": "11.031", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "15.29", + "max": "15.496", + "min": "15.141", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "91.941", + "max": "96.377", + "min": "91.52", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "300.147", + "max": "359.589", + "min": "278.559", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "82.478", + "max": "83.849", + "min": "82.241", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "85.825", + "max": "86.119", + "min": "85.639", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "101.943", + "max": "125.826", + "min": "100.772", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "93.723", + "max": "101.337", + "min": "93.35", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "71.585", + "max": "72.518", + "min": "71.301", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "122.098", + "max": "122.255", + "min": "121.925", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "114.569", + "max": "114.778", + "min": "114.395", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "136.768", + "max": "137", + "min": "136.544", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "120.088", + "max": "133.125", + "min": "119.449", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "75.907", + "max": "82.876", + "min": "75.418", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "89.12", + "max": "89.308", + "min": "88.942", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "79.127", + "max": "79.631", + "min": "78.941", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "113.48", + "max": "113.722", + "min": "113.28", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "131.501", + "max": "131.731", + "min": "131.327", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "100.839", + "max": "137.731", + "min": "98.582", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "119.055", + "max": "175.243", + "min": "89.158", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "68.204", + "max": "69.249", + "min": "68.035", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "128.734", + "max": "128.941", + "min": "128.5", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "110.235", + "max": "122.701", + "min": "109.163", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "119.732", + "max": "120.349", + "min": "119.205", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "77.307", + "max": "92.254", + "min": "76.527", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "275.381", + "max": "295.294", + "min": "274.449", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "89.533", + "max": "89.854", + "min": "89.385", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "99.753", + "max": "142.086", + "min": "97.772", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "94.629", + "max": "94.749", + "min": "94.451", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "96.861", + "max": "104.296", + "min": "95.054", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "124.284", + "max": "124.5", + "min": "124.147", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "74.284", + "max": "84.986", + "min": "73.196", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "75.554", + "max": "78.917", + "min": "74.452", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "74.468", + "max": "74.705", + "min": "74.237", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "229.71", + "max": "244.375", + "min": "228.317", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "11.369", + "max": "18.535", + "min": "10.558", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "235.021", + "max": "236.309", + "min": "229.176", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "213.93", + "max": "214.223", + "min": "213.716", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "81.107", + "max": "82.038", + "min": "80.959", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "209.075", + "max": "209.972", + "min": "208.787", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "81.764", + "max": "81.994", + "min": "81.511", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "105.93", + "max": "106.26", + "min": "105.738", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "139.733", + "max": "173.826", + "min": "137.15", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "70.398", + "max": "71.887", + "min": "70.005", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "80.601", + "max": "81.764", + "min": "80.303", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "27.561", + "max": "27.708", + "min": "27.418", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "42.2", + "max": "75.304", + "min": "40.924", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "252.574", + "max": "252.784", + "min": "252.35", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "9.967", + "max": "10.318", + "min": "9.818", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "98.179", + "max": "105.793", + "min": "97.789", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "4.31", + "max": "4.438", + "min": "4.213", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "93.032", + "max": "93.175", + "min": "92.873", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "151.405", + "max": "640.01", + "min": "134.334", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "48.364", + "max": "51.695", + "min": "45.8", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "99.476", + "max": "99.762", + "min": "99.275", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "105.781", + "max": "107.275", + "min": "105.141", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "69.98", + "max": "73.997", + "min": "69.243", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "218.519", + "max": "239.118", + "min": "212.249", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "158.026", + "max": "158.192", + "min": "157.783", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "164.891", + "max": "180.993", + "min": "157.968", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "117.464", + "max": "117.637", + "min": "117.355", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "83.228", + "max": "83.341", + "min": "83.121", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "115.97", + "max": "122.007", + "min": "115.602", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "12.776", + "max": "14.589", + "min": "12.323", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "17.085", + "max": "17.287", + "min": "16.921", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "140.901", + "max": "151.317", + "min": "138.571", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "99.383", + "max": "99.81", + "min": "99.049", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "15.579", + "max": "17.451", + "min": "14.667", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "135.411", + "max": "135.565", + "min": "135.272", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "33.352", + "max": "33.636", + "min": "33.101", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "86.854", + "max": "121.824", + "min": "84.905", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "236.775", + "max": "274.54", + "min": "229.084", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.353", + "max": "119.377", + "min": "107.33", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "75.188", + "max": "75.381", + "min": "75.003", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "96.219", + "max": "96.563", + "min": "96.052", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "162.024", + "max": "162.595", + "min": "161.809", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "102.136", + "max": "119.18", + "min": "92.431", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "106.74", + "max": "164.422", + "min": "104.611", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "203.691", + "max": "205.388", + "min": "203.23", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "151.068", + "max": "152.399", + "min": "150.69", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "28.283", + "max": "34.675", + "min": "27.926", + "id": "145", + "country": "United States", + "source_name": "Albany", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "151": { + "name": "Honolulu", + "data": { + "0": { + "avg": "229.253", + "max": "244.238", + "min": "228.229", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "211.262", + "max": "212.43", + "min": "210.848", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "115.948", + "max": "116.494", + "min": "115.656", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "210.204", + "max": "217.078", + "min": "209.436", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "187.899", + "max": "189.379", + "min": "187.61", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "78.842", + "max": "81.215", + "min": "78.495", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "181.452", + "max": "182.329", + "min": "181.107", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "248.842", + "max": "256.148", + "min": "247.603", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "224.554", + "max": "228.457", + "min": "224.091", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "198.084", + "max": "200.972", + "min": "197.656", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "190.286", + "max": "190.623", + "min": "190.016", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "88.033", + "max": "96.014", + "min": "87.466", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "106.696", + "max": "117.117", + "min": "106.221", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.216", + "max": "116.182", + "min": "111.693", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "123.386", + "max": "135.648", + "min": "122.525", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "106.335", + "max": "108.679", + "min": "105.717", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "205.761", + "max": "210.265", + "min": "205.098", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "109.507", + "max": "125.074", + "min": "107.649", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "165.377", + "max": "165.848", + "min": "164.964", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "195.8", + "max": "201.929", + "min": "195.136", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "228.398", + "max": "243.073", + "min": "227.646", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "94.249", + "max": "126.643", + "min": "92.735", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "54.414", + "max": "64.186", + "min": "53.666", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "70.905", + "max": "71.535", + "min": "70.679", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "203.355", + "max": "203.931", + "min": "202.999", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "188.253", + "max": "191.74", + "min": "187.714", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "200.476", + "max": "201.419", + "min": "200.107", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "199.547", + "max": "200.408", + "min": "199.021", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "184.727", + "max": "192.44", + "min": "184.122", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "54.561", + "max": "55.612", + "min": "54.298", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "187.736", + "max": "190.097", + "min": "187.429", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "205.622", + "max": "206.762", + "min": "205.339", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "105.082", + "max": "120.199", + "min": "104.018", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "220.332", + "max": "221.935", + "min": "219.993", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "191.566", + "max": "203.421", + "min": "190.632", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "152.746", + "max": "190.322", + "min": "151.271", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "50.098", + "max": "50.711", + "min": "49.883", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "54.516", + "max": "55.171", + "min": "54.208", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "87.551", + "max": "98.168", + "min": "86.663", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "114.436", + "max": "123.179", + "min": "113.784", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "320.747", + "max": "322.953", + "min": "320.278", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "187.224", + "max": "190.809", + "min": "186.612", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "215.144", + "max": "219.247", + "min": "214.645", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "204.067", + "max": "210.408", + "min": "203.604", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "307.429", + "max": "307.986", + "min": "307.271", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "211.676", + "max": "213.427", + "min": "211.073", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "210.26", + "max": "210.973", + "min": "210.023", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "158.929", + "max": "160.075", + "min": "158.564", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "240.491", + "max": "243.519", + "min": "239.942", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "95.164", + "max": "95.624", + "min": "94.899", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "112.621", + "max": "115.252", + "min": "112.224", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "74.165", + "max": "74.892", + "min": "73.83", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "233.081", + "max": "257.648", + "min": "182.697", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "85.286", + "max": "94.442", + "min": "84.804", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "298.838", + "max": "305.961", + "min": "295.159", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "211.167", + "max": "212.108", + "min": "210.797", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "200.674", + "max": "203.453", + "min": "199.761", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "208.899", + "max": "213.657", + "min": "208.481", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "212.59", + "max": "214.418", + "min": "212.065", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "188.134", + "max": "191.89", + "min": "187.678", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "239.542", + "max": "242.576", + "min": "238.855", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "238.412", + "max": "247.87", + "min": "237.789", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "187.392", + "max": "280.452", + "min": "174.312", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "199.051", + "max": "203.852", + "min": "198.516", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "220.001", + "max": "220.681", + "min": "219.728", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "206.885", + "max": "212.15", + "min": "206.412", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "114.879", + "max": "118.381", + "min": "114.535", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "213.655", + "max": "218.82", + "min": "212.825", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "240.553", + "max": "242.372", + "min": "239.742", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "76.168", + "max": "78.906", + "min": "75.73", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "179.767", + "max": "181.042", + "min": "179.492", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "53.38", + "max": "53.901", + "min": "53.071", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "166.382", + "max": "170.473", + "min": "165.857", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "115.444", + "max": "115.723", + "min": "115.198", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "215.617", + "max": "224.733", + "min": "214.711", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "173.568", + "max": "178.993", + "min": "172.95", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "109.592", + "max": "112.347", + "min": "109.287", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "53.272", + "max": "54.236", + "min": "53.087", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "108.699", + "max": "113.882", + "min": "108.084", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "100.13", + "max": "105.589", + "min": "99.755", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "67.396", + "max": "69.933", + "min": "67.103", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "128.087", + "max": "128.432", + "min": "127.795", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "435.151", + "max": "436.325", + "min": "434.811", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "285.361", + "max": "390.507", + "min": "281.429", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "60.687", + "max": "61.551", + "min": "60.37", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "232.464", + "max": "233.855", + "min": "231.936", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "181.672", + "max": "184.098", + "min": "181.194", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "114.3", + "max": "116.183", + "min": "113.983", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "88.492", + "max": "89.275", + "min": "88.19", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "180.216", + "max": "181.011", + "min": "179.852", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "95.64", + "max": "109.412", + "min": "94.357", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "60.634", + "max": "71.167", + "min": "59.98", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "174.461", + "max": "177.537", + "min": "174.079", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "109.029", + "max": "117.658", + "min": "108.41", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "118.378", + "max": "126.748", + "min": "117.487", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "113.752", + "max": "115.832", + "min": "113.438", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "153.437", + "max": "153.912", + "min": "153.128", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "154.336", + "max": "173.371", + "min": "152.606", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "57.066", + "max": "57.612", + "min": "56.739", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "103.568", + "max": "104.684", + "min": "103.271", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "111.829", + "max": "113.871", + "min": "111.324", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "89.402", + "max": "126.431", + "min": "87.49", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "217.103", + "max": "227.137", + "min": "216.422", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "211.601", + "max": "214.514", + "min": "210.564", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "92.222", + "max": "93.512", + "min": "91.951", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "280.225", + "max": "280.843", + "min": "278.603", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "209.7", + "max": "211.043", + "min": "209.39", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "109.717", + "max": "111.491", + "min": "109.461", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "115.7", + "max": "122.388", + "min": "115.315", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "289.864", + "max": "291.834", + "min": "289.455", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "168.799", + "max": "178.425", + "min": "168.186", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "180.534", + "max": "182.619", + "min": "180.197", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "106.248", + "max": "107.262", + "min": "105.726", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "341.236", + "max": "342.89", + "min": "340.806", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "526.5", + "max": "644.455", + "min": "356.178", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "334.599", + "max": "401.191", + "min": "246.941", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "335.806", + "max": "336.217", + "min": "335.403", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "134.556", + "max": "138.647", + "min": "133.997", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "95.232", + "max": "108.111", + "min": "94.591", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "116.021", + "max": "116.675", + "min": "115.507", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "76.665", + "max": "89.778", + "min": "75.714", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "193.543", + "max": "342.903", + "min": "117.427", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "217.629", + "max": "218.017", + "min": "217.435", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "210.962", + "max": "218.14", + "min": "209.891", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "213.078", + "max": "214.092", + "min": "212.781", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "214.306", + "max": "219.056", + "min": "213.685", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "107.448", + "max": "123.893", + "min": "106.444", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "308.866", + "max": "309.618", + "min": "308.526", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "290.525", + "max": "292.866", + "min": "290.163", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "101.111", + "max": "103.634", + "min": "100.749", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "115.545", + "max": "116.641", + "min": "115.292", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "95.739", + "max": "98.272", + "min": "95.381", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "113.071", + "max": "115.939", + "min": "112.799", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "217.639", + "max": "219.219", + "min": "216.904", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "95.273", + "max": "95.968", + "min": "95.124", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "119.796", + "max": "124.379", + "min": "119.348", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "87.385", + "max": "93.923", + "min": "86.063", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "88.58", + "max": "90.488", + "min": "88.293", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "94.136", + "max": "113.323", + "min": "93.336", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "109.155", + "max": "110.479", + "min": "108.894", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "224.477", + "max": "227.654", + "min": "224.178", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "194.788", + "max": "195.937", + "min": "194.236", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "225.334", + "max": "227.915", + "min": "224.877", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "198.336", + "max": "198.667", + "min": "197.972", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "0.081", + "max": "0.331", + "min": "0.027", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "183.964", + "max": "186.365", + "min": "183.628", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "214.383", + "max": "215.736", + "min": "214.086", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "297.59", + "max": "298.83", + "min": "291.605", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "172.597", + "max": "173.375", + "min": "172.308", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "174.998", + "max": "184.418", + "min": "174.372", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "188.475", + "max": "206.952", + "min": "186.197", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "95.034", + "max": "99.871", + "min": "94.607", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "209.227", + "max": "211.585", + "min": "208.79", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "195.517", + "max": "197.067", + "min": "194.753", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "106.435", + "max": "106.914", + "min": "106.134", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "79.852", + "max": "91.814", + "min": "78.486", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "212.148", + "max": "221.189", + "min": "211.173", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "182.134", + "max": "223.705", + "min": "171.544", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "105.952", + "max": "108.397", + "min": "105.545", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "252.197", + "max": "313.676", + "min": "246.085", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "141.718", + "max": "142.884", + "min": "141.488", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "326.095", + "max": "327.554", + "min": "325.653", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "211.649", + "max": "213.877", + "min": "211.279", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "112.685", + "max": "113.065", + "min": "112.502", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "280.617", + "max": "281.532", + "min": "280.307", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "327.421", + "max": "328.538", + "min": "327.099", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "236.882", + "max": "237.832", + "min": "236.538", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "101.958", + "max": "104.674", + "min": "101.543", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "223.878", + "max": "230.543", + "min": "222.889", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "115.771", + "max": "116.885", + "min": "115.376", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "112.125", + "max": "122.188", + "min": "111.493", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "191.082", + "max": "192.13", + "min": "190.609", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "323.682", + "max": "325.943", + "min": "323.345", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "179.468", + "max": "180.149", + "min": "179.023", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "194.423", + "max": "195.001", + "min": "194.023", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "203.031", + "max": "221.091", + "min": "201.679", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "201.058", + "max": "205.163", + "min": "200.436", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "178.387", + "max": "179.181", + "min": "178.021", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "236.121", + "max": "239.603", + "min": "235.505", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "220.162", + "max": "222.187", + "min": "219.8", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "237.7", + "max": "242.607", + "min": "237.118", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "229.329", + "max": "232.311", + "min": "228.946", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "181.273", + "max": "183.86", + "min": "180.772", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "192.42", + "max": "194.984", + "min": "192.106", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "185.088", + "max": "191.143", + "min": "184.369", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "196.687", + "max": "197.361", + "min": "196.28", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "231.101", + "max": "231.504", + "min": "230.806", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "200.881", + "max": "220.291", + "min": "198.946", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "203.848", + "max": "297.583", + "min": "188.032", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "171.246", + "max": "173.768", + "min": "170.907", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "233.834", + "max": "234.5", + "min": "233.596", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "208.969", + "max": "209.494", + "min": "208.605", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "222.038", + "max": "222.771", + "min": "221.52", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "186.328", + "max": "226.512", + "min": "184.411", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "169.494", + "max": "170.688", + "min": "169.243", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "204.27", + "max": "204.88", + "min": "203.987", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "211.479", + "max": "212.085", + "min": "210.962", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "209.989", + "max": "214.498", + "min": "209.614", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "180.139", + "max": "187.036", + "min": "178.28", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "237.256", + "max": "237.88", + "min": "236.953", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "180.545", + "max": "187.811", + "min": "179.722", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "191.017", + "max": "191.667", + "min": "190.692", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "180.18", + "max": "181.735", + "min": "179.303", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "222.546", + "max": "230.532", + "min": "222.01", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "109.947", + "max": "118.036", + "min": "108.957", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "393.44", + "max": "401.48", + "min": "363.148", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "283.016", + "max": "283.563", + "min": "282.817", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "183.731", + "max": "184.976", + "min": "183.471", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "332.604", + "max": "333.612", + "min": "332.328", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "67.886", + "max": "68.271", + "min": "67.546", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "218.986", + "max": "221.777", + "min": "218.6", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "243.738", + "max": "244.484", + "min": "243.406", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "175.606", + "max": "181.298", + "min": "174.838", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "181.323", + "max": "183.677", + "min": "180.762", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "99.865", + "max": "100.224", + "min": "99.655", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "122.456", + "max": "123.101", + "min": "122.253", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "253.496", + "max": "423.969", + "min": "247.388", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "112.225", + "max": "112.416", + "min": "112.095", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "193.712", + "max": "196.049", + "min": "193.114", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "114.954", + "max": "115.334", + "min": "114.658", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "194.68", + "max": "202.773", + "min": "193.967", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "228.28", + "max": "228.863", + "min": "227.981", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "123.78", + "max": "129.307", + "min": "121.34", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "191.032", + "max": "196.593", + "min": "190.429", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "230.552", + "max": "235.907", + "min": "229.587", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "165.476", + "max": "175.522", + "min": "164.16", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "275.705", + "max": "282.698", + "min": "275.058", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "114.769", + "max": "116.351", + "min": "114.435", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "277.586", + "max": "280.856", + "min": "277.176", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "229.377", + "max": "230.145", + "min": "229.165", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "190.585", + "max": "191.312", + "min": "190.33", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "237.597", + "max": "242.289", + "min": "237.035", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "116.695", + "max": "119.638", + "min": "116.2", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "105.647", + "max": "106.038", + "min": "105.449", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "244.184", + "max": "249.645", + "min": "242.251", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "172.164", + "max": "173.805", + "min": "170.907", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "122.566", + "max": "126.077", + "min": "121.296", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "244.438", + "max": "247.421", + "min": "244", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "85.91", + "max": "86.713", + "min": "85.719", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "179.379", + "max": "267.097", + "min": "175.632", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "236.121", + "max": "290.834", + "min": "215.018", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.358", + "max": "184.358", + "min": "184.358", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "176.176", + "max": "178.373", + "min": "175.823", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "189.571", + "max": "195.676", + "min": "189.028", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "268.117", + "max": "270.326", + "min": "267.688", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "203.281", + "max": "220.726", + "min": "195.078", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "200.81", + "max": "204.941", + "min": "200.303", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "237.974", + "max": "240.244", + "min": "237.547", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "252.134", + "max": "260.218", + "min": "251.497", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "110.936", + "max": "113.092", + "min": "110.622", + "id": "151", + "country": "United States", + "source_name": "Honolulu", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "162": { + "name": "Raleigh", + "data": { + "0": { + "avg": "93.995", + "max": "94.321", + "min": "93.768", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "213.923", + "max": "215.334", + "min": "213.499", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "21.15", + "max": "22.033", + "min": "20.936", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "107.243", + "max": "115.133", + "min": "106.282", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "85.933", + "max": "86.12", + "min": "85.748", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "183.458", + "max": "187.087", + "min": "183.148", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "86.149", + "max": "86.308", + "min": "86.021", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "219.582", + "max": "223.552", + "min": "218.955", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "136.991", + "max": "137.751", + "min": "136.804", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "115.038", + "max": "116.624", + "min": "114.664", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "78.018", + "max": "79.231", + "min": "77.658", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "36.606", + "max": "37.001", + "min": "36.485", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "13.435", + "max": "13.781", + "min": "13.322", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "17.804", + "max": "18.311", + "min": "17.59", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "27.997", + "max": "28.169", + "min": "27.889", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "7.125", + "max": "7.528", + "min": "6.934", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "106.905", + "max": "108.262", + "min": "106.568", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "19.472", + "max": "22.924", + "min": "19.223", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "101.901", + "max": "102.834", + "min": "101.395", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "104.941", + "max": "105.827", + "min": "104.762", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "217.879", + "max": "218.146", + "min": "217.8", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "28.308", + "max": "29.532", + "min": "28.118", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "74.73", + "max": "75.165", + "min": "74.576", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "76.86", + "max": "77.191", + "min": "76.722", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "109.504", + "max": "110.97", + "min": "109.009", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "102.926", + "max": "103.11", + "min": "102.795", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "104.457", + "max": "106.096", + "min": "104.14", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "104.634", + "max": "110.029", + "min": "104.076", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "95.652", + "max": "96.036", + "min": "95.517", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "66.51", + "max": "67.339", + "min": "66.191", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "251.561", + "max": "253.644", + "min": "251.343", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "112.667", + "max": "112.966", + "min": "112.557", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "58.966", + "max": "61.803", + "min": "58.683", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "136.919", + "max": "139.089", + "min": "136.731", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "106.528", + "max": "108.871", + "min": "106.107", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "258.37", + "max": "259.591", + "min": "258.078", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "60.4", + "max": "62.161", + "min": "60.028", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "225.176", + "max": "232.811", + "min": "220.609", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "31.291", + "max": "33.4", + "min": "30.943", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "12.059", + "max": "12.191", + "min": "11.864", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "222.579", + "max": "225.452", + "min": "222.011", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "88.291", + "max": "93.041", + "min": "87.712", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "135.047", + "max": "135.809", + "min": "134.86", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "112.391", + "max": "116.474", + "min": "111.764", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "266.209", + "max": "266.367", + "min": "266.101", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "117.25", + "max": "117.925", + "min": "116.844", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "125.202", + "max": "125.724", + "min": "124.942", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "89.84", + "max": "90.7", + "min": "89.565", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "165.547", + "max": "166.029", + "min": "165.388", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "49.401", + "max": "50.13", + "min": "49.258", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "21.199", + "max": "21.425", + "min": "21.058", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "73.52", + "max": "73.934", + "min": "73.317", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "100.126", + "max": "193.077", + "min": "92.928", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "41.027", + "max": "43.761", + "min": "40.819", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "230.596", + "max": "236.658", + "min": "227.431", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "264.815", + "max": "265.304", + "min": "264.568", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "111.769", + "max": "115.59", + "min": "110.679", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "216.441", + "max": "216.844", + "min": "216.315", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "125.614", + "max": "127.103", + "min": "125.238", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "92.204", + "max": "97.398", + "min": "91.946", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "143.873", + "max": "145.084", + "min": "143.518", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "140.731", + "max": "199.155", + "min": "136.157", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "259.279", + "max": "300.222", + "min": "256.164", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "240.145", + "max": "247.148", + "min": "239.568", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "131.999", + "max": "133.514", + "min": "131.299", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "125.554", + "max": "126.176", + "min": "125.367", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "13.312", + "max": "14.405", + "min": "13.144", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "122.865", + "max": "123.549", + "min": "122.428", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "142.991", + "max": "144.322", + "min": "142.312", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "57.059", + "max": "57.294", + "min": "56.933", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "219.534", + "max": "220.141", + "min": "219.31", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "60.533", + "max": "61.432", + "min": "60.231", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "72.155", + "max": "74.378", + "min": "71.737", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "22.42", + "max": "22.662", + "min": "22.33", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "139.03", + "max": "140.243", + "min": "138.695", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "103.016", + "max": "104.021", + "min": "102.848", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "18.159", + "max": "18.421", + "min": "18.02", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "70.725", + "max": "71.332", + "min": "70.537", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "23.37", + "max": "24.957", + "min": "23.018", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "23.629", + "max": "24.168", + "min": "23.472", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "190.851", + "max": "197.591", + "min": "187.628", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "28.368", + "max": "28.895", + "min": "28.098", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "384.249", + "max": "386.455", + "min": "383.65", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "254.999", + "max": "255.644", + "min": "254.784", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "62.959", + "max": "65.096", + "min": "62.759", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "138.766", + "max": "179.758", + "min": "136.901", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "91.341", + "max": "92.155", + "min": "91.07", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "32.396", + "max": "32.647", + "min": "32.28", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "26.181", + "max": "26.616", + "min": "25.999", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "85.766", + "max": "90.441", + "min": "85.494", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "39.466", + "max": "46.256", + "min": "38.547", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "74.584", + "max": "75.325", + "min": "74.253", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "122.822", + "max": "123.107", + "min": "122.694", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "210.753", + "max": "217.002", + "min": "210.166", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "24.142", + "max": "24.272", + "min": "23.995", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "38.655", + "max": "40.875", + "min": "38.292", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "77.561", + "max": "77.927", + "min": "77.267", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "64.008", + "max": "82.571", + "min": "62.22", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "66.953", + "max": "67.89", + "min": "66.76", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "27.664", + "max": "29.989", + "min": "27.302", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "36.308", + "max": "38.651", + "min": "36.138", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "63.687", + "max": "65.457", + "min": "63.429", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "134.983", + "max": "135.512", + "min": "134.762", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "233.335", + "max": "237.584", + "min": "232.509", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "35.163", + "max": "35.89", + "min": "34.949", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "199.21", + "max": "202.353", + "min": "198.66", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "94.707", + "max": "101.55", + "min": "94.354", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "14.59", + "max": "15.246", + "min": "14.34", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "18.863", + "max": "24.606", + "min": "18.589", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "225.09", + "max": "228.308", + "min": "224.644", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "212.67", + "max": "213.406", + "min": "212.462", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "199.168", + "max": "199.393", + "min": "199.054", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "12.078", + "max": "13.381", + "min": "11.92", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "208.972", + "max": "249.409", + "min": "207.123", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "439.748", + "max": "546.984", + "min": "277.03", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "217.859", + "max": "294.172", + "min": "147.701", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "254.081", + "max": "255.006", + "min": "253.5", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "169.277", + "max": "171.9", + "min": "169.001", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "43.805", + "max": "44.719", + "min": "43.616", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "30.196", + "max": "31.808", + "min": "29.848", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "42.95", + "max": "44.128", + "min": "42.671", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "108.923", + "max": "258.115", + "min": "30.952", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "122.858", + "max": "124.973", + "min": "122.614", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "130.819", + "max": "349.245", + "min": "122.644", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "117.216", + "max": "117.581", + "min": "117.102", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "108.159", + "max": "109.098", + "min": "107.679", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "12.658", + "max": "13.148", + "min": "12.5", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "233.616", + "max": "234.201", + "min": "233.114", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "194.671", + "max": "195.491", + "min": "194.459", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "106.742", + "max": "107.928", + "min": "106.536", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "33.572", + "max": "33.962", + "min": "33.464", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "23.251", + "max": "23.328", + "min": "23.118", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "30.908", + "max": "31.059", + "min": "30.802", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "204.376", + "max": "205.531", + "min": "203.612", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "49.437", + "max": "49.565", + "min": "49.336", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "20.199", + "max": "28.188", + "min": "19.707", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "62.716", + "max": "87.793", + "min": "60.427", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "40.872", + "max": "41.188", + "min": "40.683", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.836", + "max": "40.538", + "min": "38.591", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "16.655", + "max": "18.971", + "min": "16.429", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "106.579", + "max": "106.887", + "min": "106.488", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "293.449", + "max": "296.138", + "min": "292.977", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "123.952", + "max": "126.573", + "min": "123.395", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "104.914", + "max": "105.038", + "min": "104.805", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.559", + "max": "110.493", + "min": "106.038", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "94.151", + "max": "94.709", + "min": "93.84", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "116.248", + "max": "134.79", + "min": "115.501", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "264.048", + "max": "265.014", + "min": "263.603", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "81.708", + "max": "103.353", + "min": "80.639", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "83.751", + "max": "84.009", + "min": "83.616", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "99.383", + "max": "113.574", + "min": "97.264", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "210.039", + "max": "210.312", + "min": "209.972", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "119.303", + "max": "120.796", + "min": "118.953", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "93.152", + "max": "95.802", + "min": "92.829", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "0.026", + "max": "0.061", + "min": "0.016", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "70.806", + "max": "71.956", + "min": "70.404", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "138.339", + "max": "152.988", + "min": "137.184", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "217.418", + "max": "258.768", + "min": "210.432", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "46.745", + "max": "47.513", + "min": "46.49", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "161.202", + "max": "255.435", + "min": "152.977", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "39.135", + "max": "39.237", + "min": "39.057", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "477.231", + "max": "477.789", + "min": "476.561", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "118.572", + "max": "118.822", + "min": "118.419", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "12.814", + "max": "18.254", + "min": "12.482", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "199.782", + "max": "200.222", + "min": "199.561", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "244.027", + "max": "244.459", + "min": "243.571", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "172.19", + "max": "172.377", + "min": "172.072", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "57.576", + "max": "57.948", + "min": "57.393", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "258.66", + "max": "259.722", + "min": "257.978", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "20.825", + "max": "21.543", + "min": "20.558", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "15.754", + "max": "16.271", + "min": "15.671", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "90.808", + "max": "94.177", + "min": "90.313", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "289.304", + "max": "289.566", + "min": "289.154", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "90.4", + "max": "91.143", + "min": "90.231", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "110.033", + "max": "110.773", + "min": "109.737", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "107.687", + "max": "119.767", + "min": "107.076", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "99.573", + "max": "99.818", + "min": "99.491", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "85.535", + "max": "86.554", + "min": "85.211", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "144.731", + "max": "145.102", + "min": "144.542", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "135.992", + "max": "137.129", + "min": "135.745", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "141.63", + "max": "143.445", + "min": "141.456", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "124.596", + "max": "125.436", + "min": "124.455", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "94.242", + "max": "96.619", + "min": "93.861", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "87.68", + "max": "88.121", + "min": "87.551", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "86.638", + "max": "88.15", + "min": "86.381", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "107.808", + "max": "108.453", + "min": "107.614", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "135.645", + "max": "136.943", + "min": "135.36", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "113.725", + "max": "126.179", + "min": "112.091", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "120.529", + "max": "133.43", + "min": "105.26", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "78.777", + "max": "79.135", + "min": "78.637", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "140.102", + "max": "141.053", + "min": "139.879", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "125.08", + "max": "125.435", + "min": "124.846", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "131.561", + "max": "132.152", + "min": "131.157", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "93.52", + "max": "93.914", + "min": "93.327", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "250.399", + "max": "264.477", + "min": "249.756", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "103.79", + "max": "103.985", + "min": "103.656", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "110.139", + "max": "110.453", + "min": "110.011", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "111.775", + "max": "112.084", + "min": "111.644", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "95.449", + "max": "100.993", + "min": "93.583", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "139.632", + "max": "140.669", + "min": "139.442", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "97.57", + "max": "104.452", + "min": "96.871", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "95.786", + "max": "96.239", + "min": "95.623", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "91.489", + "max": "95.423", + "min": "91.228", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "230.04", + "max": "230.522", + "min": "229.87", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "16.848", + "max": "21.73", + "min": "16.131", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "411.125", + "max": "421.851", + "min": "378.383", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "219.331", + "max": "219.716", + "min": "219.215", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "90.171", + "max": "91.082", + "min": "89.952", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "238.656", + "max": "239.474", + "min": "238.405", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "95.046", + "max": "96.043", + "min": "94.747", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "122.667", + "max": "122.885", + "min": "122.539", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "138.512", + "max": "139.588", + "min": "138.277", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "86.503", + "max": "88.159", + "min": "86", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "90.727", + "max": "91.81", + "min": "90.415", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "28.066", + "max": "28.859", + "min": "27.891", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "29.821", + "max": "30.572", + "min": "29.724", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "243.62", + "max": "249.791", + "min": "239.713", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "18.347", + "max": "18.501", + "min": "18.25", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "99.891", + "max": "100.715", + "min": "99.685", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "22.827", + "max": "24.787", + "min": "22.616", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "113.67", + "max": "114.654", + "min": "113.417", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "140.032", + "max": "141.24", + "min": "139.856", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "47.714", + "max": "52.429", + "min": "44.975", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "102.161", + "max": "102.629", + "min": "101.724", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "130.003", + "max": "133.216", + "min": "129.317", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "79.064", + "max": "91.276", + "min": "77.765", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "243.668", + "max": "244.171", + "min": "243.274", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "146.633", + "max": "146.794", + "min": "146.523", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "163.904", + "max": "164.532", + "min": "163.563", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "125.975", + "max": "126.17", + "min": "125.838", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "93.937", + "max": "94.069", + "min": "93.811", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "129.122", + "max": "129.902", + "min": "128.814", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "22.969", + "max": "24.788", + "min": "22.63", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "12.135", + "max": "12.893", + "min": "11.913", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "138.918", + "max": "141.64", + "min": "136.925", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "103.18", + "max": "105.635", + "min": "102.292", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "198.15", + "max": "208.437", + "min": "166.601", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "142.591", + "max": "143.144", + "min": "142.442", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "34.588", + "max": "35.676", + "min": "34.314", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "100.604", + "max": "102.289", + "min": "100.423", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "289.61", + "max": "292.337", + "min": "279.034", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "101.538", + "max": "101.605", + "min": "101.471", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "95.287", + "max": "95.845", + "min": "95.184", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "98.251", + "max": "98.725", + "min": "98.106", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "175.324", + "max": "176.738", + "min": "175.047", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "101.19", + "max": "117.913", + "min": "95.212", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "113.946", + "max": "114.496", + "min": "113.832", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "299.225", + "max": "300.721", + "min": "298.933", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "165.996", + "max": "166.503", + "min": "165.729", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "29.114", + "max": "31.786", + "min": "28.906", + "id": "162", + "country": "United States", + "source_name": "Raleigh", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "163": { + "name": "Roseburg", + "data": { + "0": { + "avg": "150.908", + "max": "151.403", + "min": "150.677", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "210.766", + "max": "211.518", + "min": "210.488", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "60.247", + "max": "61.31", + "min": "59.929", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "189.266", + "max": "200.649", + "min": "188.016", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "157.499", + "max": "165.95", + "min": "157.027", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "90.252", + "max": "90.723", + "min": "89.983", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "154.822", + "max": "156.365", + "min": "154.458", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "248.43", + "max": "254.516", + "min": "247.252", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "187.053", + "max": "187.624", + "min": "186.817", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "159.193", + "max": "162.066", + "min": "158.417", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "136.06", + "max": "136.348", + "min": "135.853", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "65.992", + "max": "66.372", + "min": "65.786", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "107.027", + "max": "126.642", + "min": "105.77", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "69.048", + "max": "69.746", + "min": "68.724", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "78.69", + "max": "82.235", + "min": "78.226", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "73.939", + "max": "74.457", + "min": "73.561", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "179.897", + "max": "180.342", + "min": "179.608", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "75.954", + "max": "81.835", + "min": "75.212", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "125.568", + "max": "125.846", + "min": "125.327", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "153.095", + "max": "153.811", + "min": "152.791", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "227.463", + "max": "228.232", + "min": "227.262", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "78.955", + "max": "83.321", + "min": "78.593", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "28.23", + "max": "29.205", + "min": "27.991", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "9.097", + "max": "12.939", + "min": "8.753", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "164.704", + "max": "165.052", + "min": "164.438", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "149.718", + "max": "150.138", + "min": "149.405", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "160.577", + "max": "162.77", + "min": "160.202", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "157.649", + "max": "158.314", + "min": "157.242", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "163.982", + "max": "164.274", + "min": "163.673", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "27.863", + "max": "29.361", + "min": "27.459", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "164.766", + "max": "165.019", + "min": "164.611", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "166.581", + "max": "166.875", + "min": "166.296", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "77.227", + "max": "93.066", + "min": "76.473", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "180.033", + "max": "180.41", + "min": "179.609", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "150.593", + "max": "152.652", + "min": "149.973", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.414", + "max": "165.894", + "min": "163.049", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "42.193", + "max": "43.518", + "min": "41.922", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "42.384", + "max": "43.434", + "min": "42.074", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "59.801", + "max": "60.103", + "min": "59.661", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "87.575", + "max": "95.781", + "min": "86.958", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "278.519", + "max": "281.111", + "min": "277.974", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "158.873", + "max": "161.473", + "min": "158.294", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "188.819", + "max": "189.24", + "min": "188.473", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "164.8", + "max": "165.181", + "min": "164.486", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "302.666", + "max": "302.944", + "min": "302.523", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "167.509", + "max": "168.712", + "min": "166.96", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "173.768", + "max": "174.259", + "min": "173.471", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "159.365", + "max": "159.85", + "min": "159.19", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "210.17", + "max": "210.812", + "min": "209.864", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "74.344", + "max": "74.92", + "min": "74.157", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "65.28", + "max": "65.888", + "min": "65.106", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "11.975", + "max": "12.407", + "min": "11.694", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "153.111", + "max": "162.513", + "min": "151.033", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "49.819", + "max": "51.208", + "min": "49.5", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "266.238", + "max": "281.154", + "min": "261.535", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "186.083", + "max": "189.531", + "min": "185.683", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "169.751", + "max": "171.276", + "min": "168.828", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "196.638", + "max": "198.322", + "min": "196.374", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "173.005", + "max": "176.763", + "min": "172.312", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "161.632", + "max": "163.186", + "min": "161.389", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "197.335", + "max": "236.48", + "min": "195.365", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "203.032", + "max": "236.349", + "min": "200.496", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "189.765", + "max": "199.553", + "min": "188.915", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "193.816", + "max": "194.076", + "min": "193.582", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "197.56", + "max": "198.465", + "min": "197.228", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "170.274", + "max": "171.198", + "min": "170.006", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "86.998", + "max": "87.354", + "min": "86.871", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "172.564", + "max": "173.263", + "min": "172.007", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "225.322", + "max": "228.145", + "min": "224.651", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "43.775", + "max": "45.535", + "min": "43.489", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "159.21", + "max": "160.615", + "min": "158.831", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "45.196", + "max": "45.682", + "min": "44.895", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "119.774", + "max": "124.339", + "min": "119.141", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "69.452", + "max": "76.546", + "min": "68.948", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "184.65", + "max": "185.63", + "min": "184.427", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "134.78", + "max": "135.21", + "min": "134.481", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "92.86", + "max": "93.087", + "min": "92.668", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "42.605", + "max": "43.107", + "min": "42.419", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "91.302", + "max": "96.857", + "min": "90.754", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "55.891", + "max": "56.339", + "min": "55.632", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "12.249", + "max": "12.71", + "min": "12.001", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "80.302", + "max": "81.351", + "min": "79.971", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "311.556", + "max": "317.949", + "min": "311.131", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "283.913", + "max": "285.322", + "min": "283.575", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "62.283", + "max": "63.173", + "min": "62.079", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "205.544", + "max": "206.642", + "min": "205.021", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "141.974", + "max": "142.321", + "min": "141.644", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "83.016", + "max": "83.327", + "min": "82.885", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "55.009", + "max": "55.447", + "min": "54.662", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "142.345", + "max": "143.43", + "min": "141.977", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "85.716", + "max": "87.354", + "min": "85.142", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "33.378", + "max": "34.315", + "min": "33.145", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "138.289", + "max": "138.687", + "min": "137.882", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "162.595", + "max": "162.943", + "min": "162.391", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "78.789", + "max": "114.438", + "min": "77.199", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "91.01", + "max": "91.778", + "min": "90.77", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "125.658", + "max": "129.794", + "min": "125.203", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "120.23", + "max": "130.688", + "min": "119.388", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "30.486", + "max": "30.795", + "min": "30.308", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "68.839", + "max": "70.346", + "min": "68.428", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "80.107", + "max": "80.46", + "min": "79.904", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "62.248", + "max": "62.648", + "min": "62.044", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "171.964", + "max": "176.146", + "min": "171.538", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "203.454", + "max": "223.101", + "min": "201.801", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "82.593", + "max": "83.267", + "min": "82.393", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "279.869", + "max": "280.262", + "min": "279.215", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "147.339", + "max": "153.566", + "min": "146.861", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "89.546", + "max": "99.239", + "min": "88.915", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "89.151", + "max": "89.303", + "min": "88.971", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "291.148", + "max": "291.758", + "min": "290.969", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "172.58", + "max": "173.183", + "min": "172.358", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "150.765", + "max": "151.087", + "min": "150.539", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "85.816", + "max": "86.568", + "min": "85.58", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "318.271", + "max": "319.384", + "min": "318.027", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "535.464", + "max": "653.292", + "min": "363.78", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "260.706", + "max": "360.751", + "min": "188.833", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "334.158", + "max": "363.118", + "min": "331.798", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "104.791", + "max": "105.78", + "min": "104.528", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "61.087", + "max": "61.73", + "min": "60.903", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "87.831", + "max": "88.562", + "min": "87.548", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.671", + "max": "42.576", + "min": "40.374", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "155.568", + "max": "307.093", + "min": "78.264", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "188.629", + "max": "189.484", + "min": "188.393", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "182.17", + "max": "370.306", + "min": "170.134", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "171.44", + "max": "171.853", + "min": "171.068", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "194.372", + "max": "195.584", + "min": "194.011", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "67.529", + "max": "68.31", + "min": "67.169", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "293.738", + "max": "294.456", + "min": "293.219", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "286.767", + "max": "289.474", + "min": "286.284", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "39.198", + "max": "40.05", + "min": "38.973", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "70.45", + "max": "71.021", + "min": "70.232", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "72.665", + "max": "73.208", + "min": "72.461", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "73.54", + "max": "74.24", + "min": "73.348", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "183.971", + "max": "184.722", + "min": "183.424", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "69.249", + "max": "69.625", + "min": "69.115", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "88.234", + "max": "88.49", + "min": "88.034", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "52.1", + "max": "65.318", + "min": "50.389", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "64.145", + "max": "64.337", + "min": "64.054", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "58.234", + "max": "58.901", + "min": "58.01", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "69.962", + "max": "70.514", + "min": "69.613", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "184.389", + "max": "185.097", + "min": "184.234", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "261.413", + "max": "263.238", + "min": "260.805", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "181.507", + "max": "182.841", + "min": "181.169", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "157.655", + "max": "158.034", + "min": "157.368", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "79.345", + "max": "91.497", + "min": "78.481", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "142.631", + "max": "145.211", + "min": "142.285", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "187.071", + "max": "191.578", + "min": "186.611", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "274.999", + "max": "275.595", + "min": "274.612", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "133.152", + "max": "134.979", + "min": "132.84", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "134.519", + "max": "136.27", + "min": "134.09", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "146.211", + "max": "153.13", + "min": "144.924", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "108.025", + "max": "108.291", + "min": "107.837", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "167.728", + "max": "169.673", + "min": "167.318", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "174.469", + "max": "177.178", + "min": "173.626", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "70.734", + "max": "71.205", + "min": "70.48", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "0.045", + "max": "0.085", + "min": "0.032", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "172.56", + "max": "178.093", + "min": "171.913", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "165.96", + "max": "206.616", + "min": "159.029", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "42.999", + "max": "43.586", + "min": "42.854", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "214.178", + "max": "288.345", + "min": "206.223", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "101.358", + "max": "102.293", + "min": "100.935", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "325.797", + "max": "326.685", + "min": "325.461", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "182.184", + "max": "184.26", + "min": "181.729", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "85.54", + "max": "85.794", + "min": "85.326", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "246.746", + "max": "247.117", + "min": "246.487", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "290.217", + "max": "291.227", + "min": "289.899", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "224.904", + "max": "230.192", + "min": "224.275", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "83.192", + "max": "83.41", + "min": "83.006", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "292.51", + "max": "297.176", + "min": "290.557", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.443", + "max": "94.677", + "min": "72.462", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "74.981", + "max": "75.237", + "min": "74.693", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "166.095", + "max": "168.587", + "min": "165.698", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "283.536", + "max": "284.371", + "min": "283.248", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "139.874", + "max": "140.093", + "min": "139.575", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "153.85", + "max": "154.313", + "min": "153.5", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "162.28", + "max": "182.559", + "min": "161.078", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "169.858", + "max": "170.183", + "min": "169.643", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "136.939", + "max": "138.151", + "min": "136.559", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "196.023", + "max": "198.738", + "min": "195.572", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "193.594", + "max": "194.014", + "min": "193.434", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "194.498", + "max": "196.422", + "min": "194.142", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "214.83", + "max": "224.847", + "min": "213.863", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "140.337", + "max": "144.505", + "min": "139.698", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "157.013", + "max": "157.313", + "min": "156.86", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "158.585", + "max": "159.368", + "min": "158.395", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "152.631", + "max": "155.301", + "min": "151.99", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "208.409", + "max": "208.811", + "min": "208.154", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "180.415", + "max": "195.103", + "min": "178.726", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "175.451", + "max": "226.694", + "min": "147.983", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "132.801", + "max": "133.202", + "min": "132.472", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "209.982", + "max": "211.51", + "min": "209.568", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "167.718", + "max": "170.862", + "min": "167.194", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "194.815", + "max": "195.439", + "min": "194.504", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "160.574", + "max": "182.826", + "min": "159.509", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "176.13", + "max": "181.942", + "min": "175.683", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "174.25", + "max": "174.993", + "min": "173.872", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "173.726", + "max": "174.708", + "min": "173.309", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "168.723", + "max": "171.399", + "min": "168.415", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "151.453", + "max": "157.269", + "min": "149.286", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "215.545", + "max": "216.379", + "min": "215.308", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "151.27", + "max": "152.128", + "min": "150.915", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "165.387", + "max": "166.281", + "min": "165.145", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "137.963", + "max": "139.143", + "min": "137.103", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "186.134", + "max": "199.192", + "min": "183.226", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.306", + "max": "80.897", + "min": "77.601", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "294.575", + "max": "295.707", + "min": "294.357", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "264.585", + "max": "265.479", + "min": "264.311", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "143.295", + "max": "143.705", + "min": "143.095", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "298.691", + "max": "300.173", + "min": "298.399", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "54.597", + "max": "56.188", + "min": "54.287", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "178.944", + "max": "179.579", + "min": "178.455", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "222.01", + "max": "222.757", + "min": "221.823", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "138.093", + "max": "139.223", + "min": "137.571", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "140.171", + "max": "142.612", + "min": "139.655", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "54.2", + "max": "71.875", + "min": "53.342", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "82.095", + "max": "83.012", + "min": "81.841", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "232.869", + "max": "236.396", + "min": "232.423", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "102.718", + "max": "102.916", + "min": "102.586", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "152.942", + "max": "153.129", + "min": "152.735", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "81.805", + "max": "82.121", + "min": "81.658", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "151.72", + "max": "157.781", + "min": "151.269", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "188.622", + "max": "190.784", + "min": "188.257", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "94.392", + "max": "100.218", + "min": "91.829", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "150.234", + "max": "151.117", + "min": "149.836", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "196.541", + "max": "197.726", + "min": "196.091", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "127.79", + "max": "137.609", + "min": "126.459", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "240.188", + "max": "241.872", + "min": "239.399", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "90.342", + "max": "90.698", + "min": "90.177", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "247.214", + "max": "248.135", + "min": "246.833", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "201.247", + "max": "201.889", + "min": "201.108", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "167.767", + "max": "169.089", + "min": "167.492", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "220.16", + "max": "221.193", + "min": "219.932", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "89.947", + "max": "90.969", + "min": "89.582", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "90.46", + "max": "90.903", + "min": "90.143", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "220.103", + "max": "226.913", + "min": "218.525", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "135.614", + "max": "137.414", + "min": "135.087", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "102.767", + "max": "104.014", + "min": "101.658", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "215.733", + "max": "221.342", + "min": "215.248", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "50.649", + "max": "52.305", + "min": "50.283", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "137.748", + "max": "151.657", + "min": "136.566", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "305.32", + "max": "312.839", + "min": "294.532", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "167.724", + "max": "167.724", + "min": "167.724", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "136.284", + "max": "136.624", + "min": "136.016", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "169.041", + "max": "170.075", + "min": "168.724", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "226.889", + "max": "227.169", + "min": "226.573", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "171.555", + "max": "182.722", + "min": "163.404", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "177.79", + "max": "178.303", + "min": "177.439", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "228.519", + "max": "229.418", + "min": "228.196", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "210.397", + "max": "211.213", + "min": "209.975", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "88.092", + "max": "88.801", + "min": "87.88", + "id": "163", + "country": "United States", + "source_name": "Roseburg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "166": { + "name": "Saskatoon", + "data": { + "0": { + "avg": "170.774", + "max": "171.098", + "min": "170.503", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "212.022", + "max": "212.448", + "min": "211.736", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "51.929", + "max": "52.878", + "min": "51.788", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "143.276", + "max": "149.844", + "min": "142.461", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "116.635", + "max": "117.02", + "min": "116.481", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "148.349", + "max": "171.276", + "min": "146.762", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "116.547", + "max": "116.925", + "min": "116.331", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "220.327", + "max": "232.434", + "min": "219.458", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "166.664", + "max": "166.951", + "min": "166.447", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "132.394", + "max": "138.353", + "min": "131.924", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "108.201", + "max": "108.533", + "min": "107.919", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "55.259", + "max": "80.309", + "min": "54.109", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "43.864", + "max": "44.117", + "min": "43.668", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "52.265", + "max": "52.986", + "min": "52.01", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "67.689", + "max": "74.262", + "min": "67.217", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "49.972", + "max": "50.347", + "min": "49.751", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "136.496", + "max": "136.75", + "min": "136.315", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "69.171", + "max": "69.283", + "min": "69.082", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "111.71", + "max": "111.971", + "min": "111.503", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "136.017", + "max": "136.278", + "min": "135.845", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "216.022", + "max": "216.241", + "min": "215.839", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "26.094", + "max": "26.323", + "min": "25.988", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "60.341", + "max": "61.388", + "min": "60.113", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "45.251", + "max": "60.449", + "min": "44.216", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "144.571", + "max": "144.895", + "min": "144.328", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "128.379", + "max": "128.829", + "min": "128.14", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "135.459", + "max": "136.348", + "min": "135.304", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "139.202", + "max": "139.502", + "min": "139.022", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "125.574", + "max": "125.982", + "min": "125.34", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "54.109", + "max": "54.32", + "min": "53.957", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "224.599", + "max": "229.165", + "min": "224.147", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "142.327", + "max": "142.536", + "min": "142.139", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "70.423", + "max": "73.394", + "min": "70.006", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "157.476", + "max": "161.27", + "min": "157.106", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "139.734", + "max": "141.839", + "min": "139.424", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "207.518", + "max": "211.328", + "min": "207.05", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "74.646", + "max": "74.789", + "min": "74.575", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "63.38", + "max": "63.551", + "min": "63.177", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "49.554", + "max": "49.749", + "min": "49.367", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "47.702", + "max": "47.992", + "min": "47.484", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "253.502", + "max": "256.376", + "min": "252.97", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "118.397", + "max": "120.916", + "min": "117.949", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "146.231", + "max": "146.522", + "min": "146.051", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "146.3", + "max": "146.879", + "min": "146.092", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "264.178", + "max": "267.004", + "min": "263.938", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "151.007", + "max": "151.734", + "min": "150.529", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "144.472", + "max": "144.713", + "min": "144.254", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "139.404", + "max": "140.233", + "min": "139.185", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "196.623", + "max": "196.898", + "min": "196.333", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "55.798", + "max": "56.11", + "min": "55.656", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "41.9", + "max": "42.045", + "min": "41.759", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "31.56", + "max": "36.643", + "min": "30.951", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "171.656", + "max": "260.884", + "min": "155.702", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "33.361", + "max": "35.192", + "min": "33.129", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "258.108", + "max": "267.503", + "min": "254.919", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "258.374", + "max": "258.629", + "min": "258.224", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "149.768", + "max": "156.968", + "min": "144.941", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "224.313", + "max": "224.575", + "min": "224.153", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "154.391", + "max": "155.77", + "min": "153.944", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "121.331", + "max": "121.558", + "min": "121.199", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "168.957", + "max": "170.169", + "min": "168.443", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "188.639", + "max": "243.187", + "min": "183.752", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "228.137", + "max": "241.918", + "min": "226.911", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "244.003", + "max": "244.235", + "min": "243.864", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "193.553", + "max": "195.275", + "min": "193.338", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "157.133", + "max": "157.611", + "min": "156.854", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "46.597", + "max": "46.754", + "min": "46.464", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "149.975", + "max": "157.523", + "min": "149.02", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "168.916", + "max": "170.495", + "min": "168.239", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "48.718", + "max": "51.608", + "min": "48.503", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "212.551", + "max": "212.75", + "min": "212.37", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "74.678", + "max": "75.459", + "min": "74.416", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "96.845", + "max": "99.1", + "min": "96.505", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "58.328", + "max": "61.371", + "min": "58.013", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "151.389", + "max": "156.723", + "min": "150.427", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "114.465", + "max": "118.28", + "min": "114.017", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "52.631", + "max": "52.887", + "min": "52.411", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "83.864", + "max": "84.068", + "min": "83.74", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "35.631", + "max": "37.022", + "min": "35.368", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "31.451", + "max": "31.896", + "min": "31.319", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "38.256", + "max": "38.484", + "min": "38.068", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "55.754", + "max": "56.367", + "min": "55.496", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "236.363", + "max": "237.842", + "min": "236.147", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "267.749", + "max": "267.903", + "min": "267.597", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "71.924", + "max": "72.071", + "min": "71.814", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "176.592", + "max": "180.655", + "min": "175.272", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "120.86", + "max": "122.412", + "min": "120.504", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "55.649", + "max": "55.873", + "min": "55.527", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "32.503", + "max": "32.821", + "min": "32.222", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "114.54", + "max": "123.751", + "min": "113.885", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.455", + "max": "37.308", + "min": "34.789", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "78.327", + "max": "78.642", + "min": "78.084", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "130.088", + "max": "132.748", + "min": "129.494", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "198.004", + "max": "202.505", + "min": "192.497", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "42.444", + "max": "42.629", + "min": "42.261", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "65.728", + "max": "65.99", + "min": "65.586", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "98.225", + "max": "98.438", + "min": "97.931", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "133.75", + "max": "151.374", + "min": "132.54", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "55.535", + "max": "55.722", + "min": "55.417", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "27.756", + "max": "29.269", + "min": "27.518", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "41.863", + "max": "42.131", + "min": "41.697", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "33.695", + "max": "33.827", + "min": "33.551", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "153.174", + "max": "157.711", + "min": "152.751", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "227.401", + "max": "228.379", + "min": "226.84", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "31.386", + "max": "32.007", + "min": "31.187", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "200.007", + "max": "200.605", + "min": "199.714", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "132.792", + "max": "134.017", + "min": "132.547", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "52.51", + "max": "52.843", + "min": "52.314", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "52.838", + "max": "52.991", + "min": "52.653", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "246.207", + "max": "246.421", + "min": "246.121", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "250.138", + "max": "271.915", + "min": "238.153", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "164.675", + "max": "164.825", + "min": "164.522", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "53.144", + "max": "53.239", + "min": "53.046", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "239.483", + "max": "241.451", + "min": "239.129", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "503.437", + "max": "612.045", + "min": "322.414", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "256.32", + "max": "349.553", + "min": "165.488", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "290.232", + "max": "292.556", + "min": "289.443", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "167.383", + "max": "168.95", + "min": "167.089", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "43.64", + "max": "43.759", + "min": "43.512", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "46.84", + "max": "47.456", + "min": "46.612", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.696", + "max": "40.963", + "min": "40.494", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "128.352", + "max": "274.059", + "min": "49.767", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "158.713", + "max": "159.6", + "min": "158.486", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "158.332", + "max": "338.49", + "min": "149.67", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "146.688", + "max": "149.793", + "min": "146.262", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "160.235", + "max": "160.926", + "min": "159.796", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "47.552", + "max": "55.947", + "min": "47.124", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "273.148", + "max": "273.784", + "min": "272.759", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "218.738", + "max": "221.832", + "min": "218.432", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "62.406", + "max": "65.597", + "min": "61.932", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "43.253", + "max": "56.824", + "min": "41.6", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "47.155", + "max": "47.626", + "min": "46.982", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "34.565", + "max": "34.81", + "min": "34.324", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "234.586", + "max": "235.926", + "min": "233.88", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "59.012", + "max": "60.294", + "min": "58.836", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "48.521", + "max": "48.841", + "min": "48.259", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.18", + "max": "61.904", + "min": "49.656", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "51.616", + "max": "51.822", + "min": "51.501", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "35.1", + "max": "35.387", + "min": "34.971", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "44.728", + "max": "44.992", + "min": "44.559", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "143.284", + "max": "143.43", + "min": "143.128", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "240.208", + "max": "240.938", + "min": "239.758", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "158.321", + "max": "158.567", + "min": "158.073", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "138.12", + "max": "138.39", + "min": "137.912", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.562", + "max": "111.496", + "min": "105.654", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "118.952", + "max": "119.203", + "min": "118.584", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "152.864", + "max": "167.079", + "min": "151.606", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "254.805", + "max": "254.968", + "min": "254.64", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "113.984", + "max": "115.461", + "min": "113.622", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "111.133", + "max": "111.366", + "min": "110.933", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "125.184", + "max": "136.446", + "min": "123.779", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "149.878", + "max": "150.166", + "min": "149.699", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "146.425", + "max": "149.258", + "min": "146.024", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "131.812", + "max": "132.842", + "min": "131.483", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "46.815", + "max": "47.257", + "min": "46.628", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "43.112", + "max": "46.051", + "min": "42.901", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "147.505", + "max": "148.787", + "min": "147.161", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "246.149", + "max": "290.646", + "min": "237.879", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "0.035", + "max": "0.066", + "min": "0.019", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "199.31", + "max": "290.234", + "min": "192.993", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "78.632", + "max": "79.061", + "min": "78.409", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "477.955", + "max": "478.589", + "min": "477.469", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "152.147", + "max": "153.174", + "min": "151.978", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "53.136", + "max": "53.294", + "min": "53.039", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "225.156", + "max": "228.393", + "min": "224.595", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "268.209", + "max": "268.376", + "min": "268.023", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "208.937", + "max": "214.449", + "min": "208.349", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "87.329", + "max": "87.603", + "min": "87.143", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "264.206", + "max": "284.578", + "min": "240.242", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "50.11", + "max": "50.4", + "min": "49.944", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "44.829", + "max": "48.623", + "min": "44.588", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "129.776", + "max": "131.328", + "min": "129.423", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "305.667", + "max": "305.877", + "min": "305.469", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "119.561", + "max": "124.368", + "min": "118.985", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "127.715", + "max": "128.082", + "min": "127.41", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "140.794", + "max": "150.932", + "min": "140.089", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "135.637", + "max": "136.959", + "min": "135.459", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "113.453", + "max": "113.925", + "min": "113.142", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "161.017", + "max": "161.415", + "min": "160.679", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "170.984", + "max": "201.135", + "min": "168.93", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "170.06", + "max": "178.228", + "min": "169.161", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "174.597", + "max": "175.461", + "min": "174.427", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "122.254", + "max": "125.787", + "min": "121.571", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "144.407", + "max": "144.526", + "min": "144.3", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "123.081", + "max": "123.325", + "min": "122.914", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "140.851", + "max": "141.093", + "min": "140.608", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "165.981", + "max": "166.278", + "min": "165.587", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "141.71", + "max": "164.263", + "min": "140.181", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "148.225", + "max": "216.588", + "min": "124.887", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "112.202", + "max": "112.387", + "min": "111.922", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "171.437", + "max": "171.847", + "min": "171.219", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "153.203", + "max": "153.572", + "min": "152.924", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "160.81", + "max": "161.434", + "min": "160.383", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "117.953", + "max": "118.324", + "min": "117.679", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.806", + "max": "219.948", + "min": "214.397", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "179.829", + "max": "182.345", + "min": "179.645", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "149.844", + "max": "150.202", + "min": "149.537", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "150.334", + "max": "150.85", + "min": "150.113", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "144.32", + "max": "152.422", + "min": "142.979", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "170.004", + "max": "170.251", + "min": "169.864", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "123.447", + "max": "125.095", + "min": "123.086", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "119.902", + "max": "120.149", + "min": "119.671", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "116.67", + "max": "116.844", + "min": "116.526", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "218.633", + "max": "219.066", + "min": "218.44", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "44.311", + "max": "49.146", + "min": "43.407", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "267.003", + "max": "273.241", + "min": "261.596", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "258.39", + "max": "259.524", + "min": "258.146", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "124.121", + "max": "124.438", + "min": "123.871", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "272.462", + "max": "272.591", + "min": "272.301", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "78.359", + "max": "81.146", + "min": "77.97", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "158.208", + "max": "158.522", + "min": "157.975", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "180.539", + "max": "180.813", + "min": "180.413", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "116.146", + "max": "116.96", + "min": "115.849", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "118.129", + "max": "119.301", + "min": "117.786", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "38.493", + "max": "38.723", + "min": "38.318", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "52.506", + "max": "52.691", + "min": "52.405", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "208.466", + "max": "208.837", + "min": "208.158", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "49.254", + "max": "49.496", + "min": "49.059", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "131.778", + "max": "132.006", + "min": "131.569", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "40.823", + "max": "40.904", + "min": "40.724", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "131.131", + "max": "131.338", + "min": "130.951", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "169.434", + "max": "172.595", + "min": "169.103", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "70.701", + "max": "74.713", + "min": "67.455", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "128.703", + "max": "130.221", + "min": "128.342", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "207.228", + "max": "208.894", + "min": "206.26", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "102.842", + "max": "126.31", + "min": "100.845", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "277.295", + "max": "280.838", + "min": "276.632", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "136.161", + "max": "137.149", + "min": "135.926", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "226.422", + "max": "226.78", + "min": "226.197", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "160.835", + "max": "164.169", + "min": "160.604", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "120.764", + "max": "121.027", + "min": "120.574", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "170.169", + "max": "170.613", + "min": "170.03", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "41.565", + "max": "44.904", + "min": "41.001", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "55.859", + "max": "56.168", + "min": "55.657", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "172.694", + "max": "175.264", + "min": "171.21", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "132.647", + "max": "135.104", + "min": "131.517", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "50.174", + "max": "52.453", + "min": "49.136", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "171.757", + "max": "173.226", + "min": "171.522", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "30.85", + "max": "30.991", + "min": "30.679", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "122.172", + "max": "127.092", + "min": "121.561", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "224.264", + "max": "236.97", + "min": "213.275", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "162.866", + "max": "162.866", + "min": "162.866", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "112.713", + "max": "113.196", + "min": "112.489", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "140.786", + "max": "141.009", + "min": "140.609", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "209.002", + "max": "213.397", + "min": "208.615", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "136.82", + "max": "150.31", + "min": "128.697", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "141.646", + "max": "141.938", + "min": "141.432", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "285.643", + "max": "287.084", + "min": "285.255", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "202.822", + "max": "204.813", + "min": "202.388", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "51.491", + "max": "51.744", + "min": "51.409", + "id": "166", + "country": "Canada", + "source_name": "Saskatoon", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "171": { + "name": "Secaucus", + "data": { + "0": { + "avg": "81.498", + "max": "81.72", + "min": "81.364", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "248.853", + "max": "249.14", + "min": "248.476", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "15.433", + "max": "15.785", + "min": "15.348", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "99.946", + "max": "105.096", + "min": "99.358", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "74.697", + "max": "75.531", + "min": "74.513", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "139.249", + "max": "139.707", + "min": "139.034", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "80.557", + "max": "82.041", + "min": "80.344", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "285.975", + "max": "291.38", + "min": "285.014", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "116.43", + "max": "116.854", + "min": "116.275", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "94.488", + "max": "94.934", + "min": "94.242", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "71.253", + "max": "71.491", + "min": "71.03", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "45.005", + "max": "70.197", + "min": "43.925", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "2.048", + "max": "2.386", + "min": "1.887", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "5.929", + "max": "6.273", + "min": "5.712", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "33.087", + "max": "33.599", + "min": "32.821", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "6.909", + "max": "7.12", + "min": "6.106", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "95.874", + "max": "96.261", + "min": "95.599", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "19.43", + "max": "28.6", + "min": "18.487", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "69.096", + "max": "69.307", + "min": "68.971", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "88.975", + "max": "89.3", + "min": "88.848", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "265.278", + "max": "265.549", + "min": "265.101", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "21.369", + "max": "21.448", + "min": "21.285", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "67.26", + "max": "67.479", + "min": "67.116", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "58.386", + "max": "63.119", + "min": "57.876", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "99.962", + "max": "100.384", + "min": "99.683", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "92.621", + "max": "92.783", + "min": "92.472", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "90.416", + "max": "91.904", + "min": "90.146", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "93.651", + "max": "94.007", + "min": "93.355", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "80.623", + "max": "80.816", + "min": "80.507", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "63.952", + "max": "73.089", + "min": "63.435", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "252.895", + "max": "253.024", + "min": "252.82", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "97.57", + "max": "97.774", + "min": "97.458", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "70.78", + "max": "99.578", + "min": "69.621", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "111.048", + "max": "111.268", + "min": "110.906", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "88.989", + "max": "90.435", + "min": "88.689", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "252.169", + "max": "253.114", + "min": "251.909", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "68.015", + "max": "68.226", + "min": "67.933", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "60.774", + "max": "61.013", + "min": "60.613", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "37.503", + "max": "38.126", + "min": "37.318", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "11.4", + "max": "12.594", + "min": "11.141", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "211.028", + "max": "221.638", + "min": "210.21", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "79.05", + "max": "79.953", + "min": "78.761", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "109.337", + "max": "109.546", + "min": "109.215", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "104.076", + "max": "105.249", + "min": "103.775", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "206.88", + "max": "207.125", + "min": "206.738", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "103.196", + "max": "104.059", + "min": "102.783", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "111.339", + "max": "111.719", + "min": "111.136", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "93.843", + "max": "96.982", + "min": "91.769", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "164.085", + "max": "167.597", + "min": "162.385", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "53.813", + "max": "54.041", + "min": "53.695", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "12.771", + "max": "12.896", + "min": "12.603", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "64.754", + "max": "65.21", + "min": "64.46", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "82.95", + "max": "96.767", + "min": "74.536", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "36.167", + "max": "36.219", + "min": "36.057", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "202.73", + "max": "230.064", + "min": "198.457", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "234.731", + "max": "235", + "min": "234.527", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "98.237", + "max": "99.999", + "min": "97.47", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "223.409", + "max": "223.719", + "min": "223.184", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "120.724", + "max": "121.542", + "min": "120.376", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "80.476", + "max": "80.65", + "min": "80.373", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "134.002", + "max": "135.719", + "min": "133.373", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "128.42", + "max": "189.548", + "min": "123.573", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "258.284", + "max": "282.567", + "min": "256.352", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "235.883", + "max": "236.093", + "min": "235.77", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "119.775", + "max": "119.909", + "min": "119.623", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "100.57", + "max": "103.419", + "min": "100.025", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "3.698", + "max": "3.812", + "min": "3.57", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "113.524", + "max": "114.054", + "min": "113.181", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "133.706", + "max": "135.969", + "min": "132.953", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "44.894", + "max": "45.365", + "min": "44.753", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "203.669", + "max": "205.321", + "min": "203.248", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "65.512", + "max": "66.858", + "min": "65.227", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.492", + "max": "82.433", + "min": "79.099", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "23.722", + "max": "23.903", + "min": "23.576", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "123.056", + "max": "123.414", + "min": "122.923", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "72.009", + "max": "72.308", + "min": "71.809", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "16.731", + "max": "16.911", + "min": "16.595", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "58.023", + "max": "60.087", + "min": "57.764", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "23.436", + "max": "26.301", + "min": "23.032", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "20.385", + "max": "20.838", + "min": "20.233", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "69.311", + "max": "69.451", + "min": "69.123", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "17.846", + "max": "18.527", + "min": "17.529", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "256.903", + "max": "260.28", + "min": "255.86", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "223.49", + "max": "226.047", + "min": "223.186", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "48.093", + "max": "48.431", + "min": "47.989", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "129.378", + "max": "130.408", + "min": "129.058", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "74.476", + "max": "75.109", + "min": "74.111", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "27.894", + "max": "28.13", + "min": "27.764", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "27.109", + "max": "27.259", + "min": "27.006", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "76.934", + "max": "78.946", + "min": "76.683", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.163", + "max": "34.367", + "min": "31.446", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "71.766", + "max": "72.517", + "min": "71.566", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "81.584", + "max": "81.708", + "min": "81.522", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "196.816", + "max": "197.676", + "min": "196.497", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "11.114", + "max": "14.936", + "min": "10.894", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "28.91", + "max": "29.081", + "min": "28.769", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "76.958", + "max": "77.205", + "min": "76.687", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "61.369", + "max": "67.23", + "min": "59.882", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "68.132", + "max": "68.268", + "min": "67.945", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "18.605", + "max": "20.22", + "min": "18.293", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "30.977", + "max": "31.154", + "min": "30.909", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "61.551", + "max": "62.018", + "min": "61.359", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "109.721", + "max": "112.753", + "min": "109.423", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "239.351", + "max": "240.9", + "min": "238.609", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.049", + "max": "28.985", + "min": "27.845", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "318.083", + "max": "318.548", + "min": "317.625", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "92.146", + "max": "94.048", + "min": "91.907", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "10.547", + "max": "10.676", + "min": "10.361", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "25.667", + "max": "26.134", + "min": "25.537", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "187.014", + "max": "187.249", + "min": "186.869", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "206.5", + "max": "206.668", + "min": "206.355", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.197", + "max": "189.404", + "min": "189.037", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "0.788", + "max": "0.926", + "min": "0.707", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "208.029", + "max": "224.337", + "min": "207.136", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "470.43", + "max": "575.979", + "min": "303.171", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "223.149", + "max": "324.304", + "min": "133.326", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "252.208", + "max": "258.267", + "min": "251.585", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "157.186", + "max": "159.828", + "min": "156.852", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "39.193", + "max": "39.37", + "min": "38.968", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "38.161", + "max": "39.312", + "min": "37.788", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "40.242", + "max": "41.512", + "min": "39.901", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "110.415", + "max": "259.712", + "min": "30.873", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "130.861", + "max": "132.679", + "min": "130.672", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "116.103", + "max": "384.384", + "min": "105.569", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "104.548", + "max": "107.377", + "min": "104.205", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "101.204", + "max": "102.546", + "min": "100.758", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "1.853", + "max": "2.049", + "min": "1.702", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "227.857", + "max": "229.141", + "min": "227.628", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "186.698", + "max": "186.995", + "min": "186.547", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "97.612", + "max": "101.439", + "min": "97.316", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "26.98", + "max": "27.4", + "min": "26.818", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "23.641", + "max": "23.819", + "min": "23.533", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "28.015", + "max": "28.203", + "min": "27.85", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "215.233", + "max": "216.976", + "min": "214.592", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "48.923", + "max": "49.375", + "min": "48.825", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "7.927", + "max": "8.283", + "min": "7.791", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "55.363", + "max": "67.599", + "min": "53.736", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "43.469", + "max": "43.603", + "min": "43.377", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "32.788", + "max": "32.879", + "min": "32.678", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "4.891", + "max": "5.143", + "min": "4.736", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "97.872", + "max": "98.02", + "min": "97.731", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "242.038", + "max": "247.107", + "min": "241.475", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "109.479", + "max": "110.084", + "min": "109.298", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "92.557", + "max": "92.862", + "min": "92.393", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "113.293", + "max": "125.696", + "min": "112.636", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "77.959", + "max": "78.658", + "min": "77.702", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "101.782", + "max": "111.395", + "min": "101.188", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "214.258", + "max": "214.496", + "min": "214.158", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "68.137", + "max": "68.949", + "min": "67.955", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "70.266", + "max": "70.41", + "min": "70.165", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "79.051", + "max": "84.437", + "min": "78.292", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "171.58", + "max": "171.76", + "min": "171.42", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "102.714", + "max": "103.892", + "min": "102.453", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "86.979", + "max": "98.784", + "min": "85.11", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "12.663", + "max": "13.025", + "min": "12.549", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "85.566", + "max": "85.738", + "min": "85.379", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "118.792", + "max": "120.257", + "min": "118.413", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "226.801", + "max": "270.286", + "min": "219.429", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "53.106", + "max": "53.297", + "min": "52.982", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "169.339", + "max": "255.754", + "min": "160.948", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "39.539", + "max": "39.674", + "min": "39.418", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "363.857", + "max": "364.309", + "min": "363.576", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "102.28", + "max": "102.521", + "min": "102.075", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "0.039", + "max": "0.071", + "min": "0.017", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "183.072", + "max": "183.324", + "min": "182.894", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "237.339", + "max": "237.465", + "min": "237.249", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "158.129", + "max": "158.423", + "min": "157.888", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "54.739", + "max": "55.303", + "min": "54.579", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "243.968", + "max": "246.736", + "min": "243.19", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "10.515", + "max": "10.677", + "min": "10.381", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "13.369", + "max": "13.515", + "min": "13.281", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "81.27", + "max": "84.461", + "min": "80.961", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "220.54", + "max": "220.9", + "min": "220.411", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "77.45", + "max": "77.596", + "min": "77.339", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "88.466", + "max": "89.237", + "min": "88.292", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "100.684", + "max": "100.9", + "min": "100.495", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "90.512", + "max": "90.729", + "min": "90.437", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "72.378", + "max": "72.964", + "min": "72.162", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "123.713", + "max": "124.022", + "min": "123.519", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "112.272", + "max": "112.817", + "min": "112.14", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "124.86", + "max": "128.244", + "min": "124.445", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "118.414", + "max": "118.549", + "min": "118.304", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "75.447", + "max": "79.37", + "min": "74.961", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "82.994", + "max": "83.282", + "min": "82.916", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "81.93", + "max": "82.046", + "min": "81.855", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "88.857", + "max": "89.143", + "min": "88.707", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "124.914", + "max": "136.231", + "min": "124.138", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "101.601", + "max": "145.392", + "min": "99.418", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "95.325", + "max": "111.402", + "min": "84.238", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "69.071", + "max": "69.272", + "min": "68.938", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "143.308", + "max": "144.269", + "min": "143.132", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "109.36", + "max": "109.621", + "min": "109.103", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "114.191", + "max": "115.172", + "min": "113.712", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "83.455", + "max": "85.294", + "min": "83.082", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "215.236", + "max": "215.695", + "min": "214.979", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "89.76", + "max": "90.612", + "min": "89.546", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "106.96", + "max": "107.343", + "min": "106.641", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "91.297", + "max": "91.586", + "min": "91.196", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "98.88", + "max": "105.31", + "min": "95.442", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "124.409", + "max": "124.61", + "min": "124.259", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "74.018", + "max": "75.385", + "min": "73.758", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "76.86", + "max": "80.415", + "min": "76.618", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "72.752", + "max": "73.762", + "min": "72.056", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "257.768", + "max": "258.107", + "min": "257.538", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "4.334", + "max": "6.723", + "min": "3.698", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "230.246", + "max": "234.032", + "min": "225.419", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "198.405", + "max": "200.259", + "min": "198.226", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "80.72", + "max": "80.988", + "min": "80.616", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "226.512", + "max": "227.227", + "min": "226.357", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "89.1", + "max": "89.312", + "min": "88.838", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "99.265", + "max": "99.585", + "min": "99.092", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "132.441", + "max": "132.657", + "min": "132.306", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "70.541", + "max": "71.755", + "min": "70.046", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "83.533", + "max": "84.149", + "min": "83.266", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "22.852", + "max": "23.015", + "min": "22.682", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "33.532", + "max": "33.663", + "min": "33.419", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "226.342", + "max": "295.626", + "min": "221.119", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "7.336", + "max": "7.582", + "min": "7.243", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "89.083", + "max": "89.708", + "min": "88.913", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "7.874", + "max": "8.007", + "min": "7.789", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "88.483", + "max": "89.168", + "min": "88.278", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "127.524", + "max": "160.896", + "min": "125.844", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "46.804", + "max": "49.378", + "min": "43.791", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "84.667", + "max": "84.813", + "min": "84.53", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "102.084", + "max": "104.108", + "min": "101.197", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "68.231", + "max": "77.098", + "min": "66.889", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "211.341", + "max": "218.037", + "min": "208.996", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "153.927", + "max": "154.144", + "min": "153.814", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "146.975", + "max": "148.526", + "min": "146.712", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "115.979", + "max": "116.169", + "min": "115.889", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "82.038", + "max": "83.457", + "min": "81.869", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "133.933", + "max": "134.085", + "min": "133.845", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "12.603", + "max": "17.692", + "min": "12.164", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "13.743", + "max": "13.988", + "min": "13.583", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "131.748", + "max": "133.642", + "min": "129.986", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "90.529", + "max": "93.108", + "min": "90.046", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "14.774", + "max": "16.031", + "min": "13.766", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "131.764", + "max": "132.2", + "min": "131.642", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "28.559", + "max": "32.087", + "min": "28.27", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "81.218", + "max": "90.984", + "min": "80.39", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.876", + "max": "237.55", + "min": "222.874", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "103.514", + "max": "105.004", + "min": "102.025", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "71.42", + "max": "72.654", + "min": "71.241", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "82.528", + "max": "82.62", + "min": "82.418", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "163.285", + "max": "164.69", + "min": "162.848", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "84.585", + "max": "99.769", + "min": "78.062", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "93.842", + "max": "94.059", + "min": "93.73", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "257.613", + "max": "259.52", + "min": "257.192", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "154.208", + "max": "154.999", + "min": "153.842", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "28.49", + "max": "29.814", + "min": "28.251", + "id": "171", + "country": "United States", + "source_name": "Secaucus", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "177": { + "name": "Guadalajara", + "data": { + "0": { + "avg": "123.172", + "max": "123.729", + "min": "123.047", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "204.039", + "max": "204.575", + "min": "203.66", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "74.803", + "max": "76.029", + "min": "74.555", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "153.674", + "max": "156.513", + "min": "153.037", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "130.124", + "max": "131.205", + "min": "129.899", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "159.967", + "max": "160.204", + "min": "159.749", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "138.349", + "max": "145.861", + "min": "137.553", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "306.349", + "max": "317.724", + "min": "305.217", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "180.782", + "max": "182.443", + "min": "180.561", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "164.706", + "max": "181.411", + "min": "163.952", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "135.577", + "max": "135.999", + "min": "135.363", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "29.599", + "max": "30.614", + "min": "29.375", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "54.805", + "max": "55.082", + "min": "54.579", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "60.425", + "max": "61.268", + "min": "60.194", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "62.641", + "max": "62.96", + "min": "62.496", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "69.183", + "max": "70.138", + "min": "68.88", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "162.012", + "max": "162.814", + "min": "161.756", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "37.819", + "max": "38.622", + "min": "37.645", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "135.687", + "max": "135.997", + "min": "135.436", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "149.606", + "max": "150.101", + "min": "149.397", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "209.075", + "max": "210.925", + "min": "208.807", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "51.142", + "max": "51.569", + "min": "50.986", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "64.353", + "max": "64.946", + "min": "64.15", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "75.518", + "max": "79.101", + "min": "75.185", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "190.65", + "max": "191.451", + "min": "190.355", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "148.56", + "max": "149.458", + "min": "148.315", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "149.568", + "max": "149.714", + "min": "149.377", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "173.659", + "max": "173.818", + "min": "173.573", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "143.267", + "max": "143.522", + "min": "143.106", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "61.071", + "max": "61.963", + "min": "60.791", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "237.617", + "max": "238.861", + "min": "237.454", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "153.642", + "max": "154.144", + "min": "153.45", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "67.087", + "max": "67.806", + "min": "66.921", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "180.435", + "max": "180.565", + "min": "180.329", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "161.198", + "max": "162.22", + "min": "160.969", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "234.768", + "max": "236.844", + "min": "234.483", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "51.527", + "max": "51.763", + "min": "51.453", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "93.41", + "max": "94.113", + "min": "93.242", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.116", + "max": "39.187", + "min": "33.687", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "53.987", + "max": "55.055", + "min": "53.548", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "273.933", + "max": "276.803", + "min": "273.52", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "136.272", + "max": "137.73", + "min": "135.879", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "156.938", + "max": "157.156", + "min": "156.653", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "167.384", + "max": "168.206", + "min": "167.219", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "323.032", + "max": "323.234", + "min": "322.733", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "177.396", + "max": "178.401", + "min": "176.799", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "160.664", + "max": "161.787", + "min": "160.29", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "118.552", + "max": "119.433", + "min": "118.359", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "184.417", + "max": "185.64", + "min": "184.163", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "38.736", + "max": "39.141", + "min": "38.63", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "61.883", + "max": "62.194", + "min": "61.732", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "80.985", + "max": "81.517", + "min": "80.683", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "182.053", + "max": "193.334", + "min": "171.222", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "38.033", + "max": "38.169", + "min": "37.915", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "264.046", + "max": "270.654", + "min": "261.102", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "258.231", + "max": "258.797", + "min": "257.968", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "132.814", + "max": "135.846", + "min": "131.743", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "214.624", + "max": "214.96", + "min": "214.506", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "189.541", + "max": "191.939", + "min": "189.188", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "139.346", + "max": "139.908", + "min": "139.193", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "198.326", + "max": "200.464", + "min": "197.533", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "180.468", + "max": "237.106", + "min": "177.878", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "258.557", + "max": "350.413", + "min": "249.905", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "238.932", + "max": "245.725", + "min": "238.342", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "183.045", + "max": "184.182", + "min": "182.746", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "169.539", + "max": "172.369", + "min": "169.268", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "52.298", + "max": "52.623", + "min": "52.143", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "173.015", + "max": "173.414", + "min": "172.633", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "169.492", + "max": "172.013", + "min": "168.512", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "46.001", + "max": "47.831", + "min": "45.79", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "225.294", + "max": "228.704", + "min": "224.9", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "49.24", + "max": "52.281", + "min": "48.774", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "92.729", + "max": "94.324", + "min": "92.363", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "48.823", + "max": "50.128", + "min": "48.615", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "164.593", + "max": "165.115", + "min": "164.395", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "132.329", + "max": "132.834", + "min": "132.147", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "41.74", + "max": "42.371", + "min": "41.585", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "58.429", + "max": "58.698", + "min": "58.311", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "60.986", + "max": "66.105", + "min": "60.455", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "78.01", + "max": "78.703", + "min": "77.84", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "78.515", + "max": "79.594", + "min": "78.291", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "91.087", + "max": "91.725", + "min": "90.894", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "199.262", + "max": "199.671", + "min": "199.097", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "275.736", + "max": "276.113", + "min": "275.513", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "69.453", + "max": "69.704", + "min": "69.254", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "207.95", + "max": "208.976", + "min": "207.595", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "135.732", + "max": "136.864", + "min": "135.434", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "48.496", + "max": "48.837", + "min": "48.321", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "44.197", + "max": "44.729", + "min": "44.039", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "143.517", + "max": "148.538", + "min": "143.05", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "58.067", + "max": "59.514", + "min": "57.339", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "70.153", + "max": "70.947", + "min": "69.954", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "122.929", + "max": "123.514", + "min": "122.756", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "185.251", + "max": "185.574", + "min": "185.015", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "61.682", + "max": "63.573", + "min": "61.461", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "44.878", + "max": "45.103", + "min": "44.75", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "95.635", + "max": "95.989", + "min": "95.318", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "78.043", + "max": "98.301", + "min": "76.513", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "81.579", + "max": "81.932", + "min": "81.402", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "52.925", + "max": "55.698", + "min": "52.611", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "70.46", + "max": "73.723", + "min": "69.627", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "94.389", + "max": "94.793", + "min": "94.247", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "177.152", + "max": "181.818", + "min": "176.762", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "231.811", + "max": "235.991", + "min": "231.147", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "54.125", + "max": "55.253", + "min": "53.85", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "192.99", + "max": "194.879", + "min": "192.644", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "115.639", + "max": "119.258", + "min": "115.353", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "89.13", + "max": "91.771", + "min": "88.761", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "43.112", + "max": "43.393", + "min": "42.949", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "281.942", + "max": "284.02", + "min": "281.707", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "216.578", + "max": "217.451", + "min": "216.411", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "182.148", + "max": "182.426", + "min": "181.921", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "59.726", + "max": "60.701", + "min": "59.557", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "260.661", + "max": "264.727", + "min": "260.284", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "495.951", + "max": "608.335", + "min": "334.834", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "277.339", + "max": "384.693", + "min": "191.928", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "309.281", + "max": "318.415", + "min": "308.232", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "168.967", + "max": "170.291", + "min": "168.657", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "35.269", + "max": "37.129", + "min": "35.01", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "35.526", + "max": "56.684", + "min": "34.418", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "43.474", + "max": "43.917", + "min": "43.287", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "116.128", + "max": "274.847", + "min": "43.747", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "158.548", + "max": "158.861", + "min": "158.399", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "171.573", + "max": "259.78", + "min": "167.942", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "165.081", + "max": "168.638", + "min": "164.822", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "159.422", + "max": "160.566", + "min": "158.981", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "54.566", + "max": "56.079", + "min": "54.303", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "335.742", + "max": "336.305", + "min": "335.528", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "259.615", + "max": "259.914", + "min": "259.458", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "104.533", + "max": "105.703", + "min": "104.266", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "61.424", + "max": "61.7", + "min": "61.314", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "53.838", + "max": "54.69", + "min": "53.642", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "95.772", + "max": "101.231", + "min": "95.15", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "200.172", + "max": "201.789", + "min": "199.542", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "42.824", + "max": "49.619", + "min": "42.16", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "60.401", + "max": "60.667", + "min": "60.217", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "37.606", + "max": "47.328", + "min": "36.375", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "51.992", + "max": "52.458", + "min": "51.805", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "45.664", + "max": "46.072", + "min": "45.54", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "57.413", + "max": "63.491", + "min": "56.961", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "152.227", + "max": "152.718", + "min": "151.998", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "273.057", + "max": "273.341", + "min": "272.675", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "175.836", + "max": "176.612", + "min": "175.661", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "182.439", + "max": "182.874", + "min": "182.294", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "101.672", + "max": "102.523", + "min": "101.369", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "131.09", + "max": "131.894", + "min": "130.768", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "170.051", + "max": "173.833", + "min": "169.593", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "276.936", + "max": "277.202", + "min": "276.796", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "122.684", + "max": "124.065", + "min": "122.489", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "129.939", + "max": "131.594", + "min": "129.675", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "156.345", + "max": "166.97", + "min": "155.06", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "177.558", + "max": "177.816", + "min": "177.396", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "169.121", + "max": "171.429", + "min": "168.876", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "141.485", + "max": "176.035", + "min": "140.045", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "57.524", + "max": "57.826", + "min": "57.328", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "83.239", + "max": "83.672", + "min": "83.059", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "165.39", + "max": "165.705", + "min": "165.204", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "227.1", + "max": "264.027", + "min": "220.194", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "87.134", + "max": "87.383", + "min": "86.929", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "185.784", + "max": "244.801", + "min": "176.914", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "98.576", + "max": "98.813", + "min": "98.365", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "465.663", + "max": "466.551", + "min": "464.938", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "167.558", + "max": "168.055", + "min": "167.411", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "54.643", + "max": "54.889", + "min": "54.514", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "234.46", + "max": "237.524", + "min": "234.167", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "284.758", + "max": "285.043", + "min": "284.61", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "272.175", + "max": "272.456", + "min": "271.923", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "0.033", + "max": "0.175", + "min": "0.023", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "211.494", + "max": "212.832", + "min": "211.28", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "63.054", + "max": "64.107", + "min": "62.85", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "60.93", + "max": "62.299", + "min": "60.771", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "158.449", + "max": "162.619", + "min": "158.017", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "283.946", + "max": "284.338", + "min": "283.793", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "140.967", + "max": "141.488", + "min": "140.845", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "143.428", + "max": "143.953", + "min": "143.14", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "158.983", + "max": "159.208", + "min": "158.834", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "149.733", + "max": "149.916", + "min": "149.597", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "130.377", + "max": "131.226", + "min": "130.079", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "189.355", + "max": "190.109", + "min": "189.193", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "173.261", + "max": "173.459", + "min": "173.12", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "203.306", + "max": "205.393", + "min": "203.018", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "183.852", + "max": "190.344", + "min": "183.126", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "136.092", + "max": "139.629", + "min": "135.735", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "147.664", + "max": "147.943", + "min": "147.51", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "144.527", + "max": "145.001", + "min": "144.357", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "183.355", + "max": "183.683", + "min": "183.209", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "186.428", + "max": "187.456", + "min": "186.123", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "154.061", + "max": "162.73", + "min": "152.728", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "188.664", + "max": "235.729", + "min": "162.968", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "147.661", + "max": "148.148", + "min": "147.485", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "180.763", + "max": "183.255", + "min": "180.408", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "187.36", + "max": "192.141", + "min": "186.985", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "169.76", + "max": "170.569", + "min": "169.391", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "133.481", + "max": "138.716", + "min": "132.911", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "273.168", + "max": "276.672", + "min": "272.861", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "146.056", + "max": "146.373", + "min": "145.892", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "165.108", + "max": "165.51", + "min": "164.821", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "170.739", + "max": "171.535", + "min": "170.568", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "120.126", + "max": "129.901", + "min": "118.337", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "181.68", + "max": "182.511", + "min": "181.435", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "134.772", + "max": "135.319", + "min": "134.537", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "133.71", + "max": "133.962", + "min": "133.572", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "136.639", + "max": "139.082", + "min": "134.303", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "226.149", + "max": "239.736", + "min": "222.013", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "57.039", + "max": "60.368", + "min": "56.568", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "216.911", + "max": "217.521", + "min": "216.34", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "269.354", + "max": "272.368", + "min": "268.919", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "148.894", + "max": "149.546", + "min": "148.744", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "267.195", + "max": "267.988", + "min": "266.831", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "75.751", + "max": "76.469", + "min": "75.491", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "177.129", + "max": "180.42", + "min": "176.801", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "188.206", + "max": "188.969", + "min": "188.081", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "131.821", + "max": "133.348", + "min": "131.398", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "134.447", + "max": "134.626", + "min": "134.353", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "62.404", + "max": "66.875", + "min": "62.06", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "70.523", + "max": "70.766", + "min": "70.397", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "239.535", + "max": "242.008", + "min": "239.288", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "59.845", + "max": "61.081", + "min": "59.68", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "146.88", + "max": "147.503", + "min": "146.623", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "60.031", + "max": "61.558", + "min": "59.924", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "150.387", + "max": "151.183", + "min": "150.182", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "176.774", + "max": "213.332", + "min": "175.227", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "65.967", + "max": "69.657", + "min": "62.179", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "151.183", + "max": "152.238", + "min": "150.975", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "159.895", + "max": "162.714", + "min": "159.125", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "89.477", + "max": "91.601", + "min": "88.395", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "254.374", + "max": "256.258", + "min": "253.922", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "187.43", + "max": "188.057", + "min": "187.271", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "220.911", + "max": "221.861", + "min": "220.607", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "171.896", + "max": "172.7", + "min": "171.73", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "140.105", + "max": "140.586", + "min": "139.93", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "192.162", + "max": "192.34", + "min": "192.053", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "65.918", + "max": "68.507", + "min": "65.365", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "56.03", + "max": "57.838", + "min": "55.716", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "187.684", + "max": "196.258", + "min": "185.273", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "139.48", + "max": "139.804", + "min": "139.183", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "65.151", + "max": "67.02", + "min": "63.943", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "201.174", + "max": "202.33", + "min": "200.863", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "61.607", + "max": "61.903", + "min": "61.436", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "139.982", + "max": "145.982", + "min": "139.445", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "244.711", + "max": "250.902", + "min": "233.652", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "126.104", + "max": "126.104", + "min": "126.104", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "137.533", + "max": "137.767", + "min": "137.4", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "148.711", + "max": "149.298", + "min": "148.519", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "222.21", + "max": "222.637", + "min": "222.027", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "155.307", + "max": "167.724", + "min": "148.389", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "163.445", + "max": "165.307", + "min": "163.132", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "284.045", + "max": "285.051", + "min": "283.83", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "210.611", + "max": "211.623", + "min": "210.266", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "56.845", + "max": "57.312", + "min": "56.672", + "id": "177", + "country": "Mexico", + "source_name": "Guadalajara", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "181": { + "name": "Brunswick", + "data": { + "0": { + "avg": "115.785", + "max": "116.759", + "min": "115.439", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "257.125", + "max": "258.509", + "min": "256.774", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.654", + "max": "23.078", + "min": "22.491", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "96.976", + "max": "101.09", + "min": "96.231", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "74.401", + "max": "74.965", + "min": "74.196", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "167.248", + "max": "167.431", + "min": "167.089", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "94.976", + "max": "95.186", + "min": "94.847", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "294.109", + "max": "299.959", + "min": "293.316", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "135.635", + "max": "136.041", + "min": "135.398", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "106.113", + "max": "113.242", + "min": "105.626", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "76.859", + "max": "77.279", + "min": "76.716", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "50.007", + "max": "52.675", + "min": "49.776", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "11.195", + "max": "11.322", + "min": "11.107", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "4.469", + "max": "5.046", + "min": "4.287", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "41.949", + "max": "42.387", + "min": "41.713", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "16.331", + "max": "17.331", + "min": "16.013", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "104.579", + "max": "104.94", + "min": "104.309", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "27.46", + "max": "33.963", + "min": "26.839", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "72.92", + "max": "73.175", + "min": "72.736", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "107.604", + "max": "107.788", + "min": "107.47", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "274.691", + "max": "274.861", + "min": "274.517", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "27.209", + "max": "27.293", + "min": "27.082", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "80.523", + "max": "80.747", + "min": "80.367", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "73.402", + "max": "76.58", + "min": "72.985", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "107.345", + "max": "108.266", + "min": "107.017", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "90.014", + "max": "90.215", + "min": "89.745", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "102.311", + "max": "104.157", + "min": "101.909", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "100.736", + "max": "101.095", + "min": "100.491", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "95.625", + "max": "95.927", + "min": "95.393", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "73.468", + "max": "74.692", + "min": "73.252", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "259.971", + "max": "260.072", + "min": "259.8", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "105.894", + "max": "106.135", + "min": "105.655", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "76.892", + "max": "81.074", + "min": "76.498", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "121.944", + "max": "122.056", + "min": "121.763", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "98.303", + "max": "99.077", + "min": "98.013", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "225.659", + "max": "262.152", + "min": "223.901", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "76.286", + "max": "76.48", + "min": "76.177", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "79.245", + "max": "79.511", + "min": "79.029", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "45.44", + "max": "45.753", + "min": "45.25", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "20.239", + "max": "20.934", + "min": "19.894", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "222.58", + "max": "224.54", + "min": "222.234", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "76.233", + "max": "83.108", + "min": "75.656", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "119.068", + "max": "119.147", + "min": "118.928", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "109.136", + "max": "110.209", + "min": "108.847", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "280.945", + "max": "281.063", + "min": "280.832", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "116.709", + "max": "117.253", + "min": "116.216", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "107.989", + "max": "108.622", + "min": "107.749", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "100.729", + "max": "103.761", + "min": "98.776", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "176.933", + "max": "179.178", + "min": "176.02", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "61.507", + "max": "61.828", + "min": "61.36", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "21.374", + "max": "21.63", + "min": "21.187", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "72.636", + "max": "73.184", + "min": "72.405", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "88.465", + "max": "158.659", + "min": "83.495", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "41.125", + "max": "41.344", + "min": "41.025", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "219.5", + "max": "229.375", + "min": "215.696", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "249.355", + "max": "256.068", + "min": "248.857", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "105.209", + "max": "108.195", + "min": "104.13", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "219.567", + "max": "219.747", + "min": "219.479", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "106.307", + "max": "107.255", + "min": "105.793", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "99.902", + "max": "100.074", + "min": "99.795", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "144.726", + "max": "148.577", + "min": "144.128", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "140.305", + "max": "202.27", + "min": "135.323", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "244.265", + "max": "263.672", + "min": "242.973", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "241.625", + "max": "241.882", + "min": "241.454", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "123.593", + "max": "131.239", + "min": "123.092", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "110.356", + "max": "115.24", + "min": "110.053", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "12.38", + "max": "15.401", + "min": "12.154", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "118.715", + "max": "119.021", + "min": "118.351", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "141.184", + "max": "142.849", + "min": "140.449", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "50.479", + "max": "53.763", + "min": "50.271", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "211.079", + "max": "214.291", + "min": "210.768", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "73.964", + "max": "74.55", + "min": "73.693", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.479", + "max": "92.446", + "min": "83.627", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "38.163", + "max": "39.004", + "min": "37.937", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "124.04", + "max": "125.134", + "min": "123.775", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "72.987", + "max": "73.314", + "min": "72.811", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "21.978", + "max": "22.123", + "min": "21.858", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "62.605", + "max": "64.973", + "min": "62.327", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "29.031", + "max": "31.931", + "min": "28.714", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "28.905", + "max": "30.467", + "min": "28.699", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "75.895", + "max": "76.141", + "min": "75.713", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "27.584", + "max": "28.194", + "min": "27.308", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "230.759", + "max": "231.354", + "min": "230.579", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "267.354", + "max": "267.754", + "min": "267.197", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "60.188", + "max": "60.336", + "min": "60.023", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "138.815", + "max": "140.057", + "min": "138.346", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "81.161", + "max": "81.446", + "min": "80.968", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "36.889", + "max": "37.038", + "min": "36.745", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "32.165", + "max": "32.648", + "min": "32.006", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "87.004", + "max": "90.343", + "min": "86.644", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "42.611", + "max": "45.529", + "min": "41.268", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "85.298", + "max": "85.846", + "min": "85.041", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "90.334", + "max": "90.459", + "min": "90.245", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "217.765", + "max": "219.177", + "min": "217.569", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "21.999", + "max": "22.858", + "min": "21.889", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "39.722", + "max": "40.008", + "min": "39.393", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "86.778", + "max": "86.93", + "min": "86.593", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "69.73", + "max": "108.613", + "min": "66.801", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "86.689", + "max": "87.46", + "min": "86.523", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.566", + "max": "25.142", + "min": "24.398", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "37.103", + "max": "37.276", + "min": "36.892", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "80.364", + "max": "81.518", + "min": "80.044", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "119.597", + "max": "120.3", + "min": "119.222", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "242.777", + "max": "254.012", + "min": "241.941", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "35.053", + "max": "35.517", + "min": "34.899", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "325.715", + "max": "326.191", + "min": "325.078", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "108.6", + "max": "110.281", + "min": "108.423", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "15.306", + "max": "15.822", + "min": "15.104", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "30.158", + "max": "30.376", + "min": "30.009", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "208.345", + "max": "211.505", + "min": "207.591", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "214.21", + "max": "221.351", + "min": "213.629", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "203.206", + "max": "203.532", + "min": "202.91", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "10.174", + "max": "10.341", + "min": "10.008", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "244.027", + "max": "276.225", + "min": "242.628", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "444.474", + "max": "558.733", + "min": "264.028", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "240.981", + "max": "336.705", + "min": "152.312", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "247.938", + "max": "268.127", + "min": "246.341", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "190.342", + "max": "192.617", + "min": "190.014", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "44.572", + "max": "44.66", + "min": "44.416", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "51.988", + "max": "52.849", + "min": "51.673", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "44.55", + "max": "45.087", + "min": "44.363", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "121.52", + "max": "264.231", + "min": "38.907", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "138.138", + "max": "251.736", + "min": "122.604", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "117.968", + "max": "162.3", + "min": "113.742", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "116.792", + "max": "249.05", + "min": "112.068", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "115.468", + "max": "116.98", + "min": "114.996", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "11.148", + "max": "11.311", + "min": "11.023", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "237.155", + "max": "237.458", + "min": "236.807", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "205.726", + "max": "206.41", + "min": "205.477", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "102.627", + "max": "102.789", + "min": "102.475", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "34.265", + "max": "34.449", + "min": "34.165", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "26.959", + "max": "27.863", + "min": "26.688", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "38.876", + "max": "39.98", + "min": "38.703", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "255.736", + "max": "259.578", + "min": "254.94", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "89.75", + "max": "771.863", + "min": "59.026", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "5.396", + "max": "5.522", + "min": "5.252", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "65.465", + "max": "95.265", + "min": "63.134", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "52.776", + "max": "53.219", + "min": "52.653", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.279", + "max": "38.486", + "min": "38.131", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "11.137", + "max": "11.276", + "min": "11.05", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "96.377", + "max": "96.487", + "min": "96.242", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "293.504", + "max": "294.227", + "min": "293.169", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "123.106", + "max": "126.941", + "min": "122.751", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "101.222", + "max": "101.557", + "min": "100.877", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.905", + "max": "129.715", + "min": "115.358", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "82.092", + "max": "82.519", + "min": "81.938", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "111.638", + "max": "117.78", + "min": "111.068", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "232.961", + "max": "233.363", + "min": "232.83", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "78.035", + "max": "78.505", + "min": "77.805", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "73.815", + "max": "73.905", + "min": "73.651", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "90.035", + "max": "94.133", + "min": "89.158", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "189.769", + "max": "189.915", + "min": "189.61", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "111.23", + "max": "113.239", + "min": "110.886", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "99.214", + "max": "117.556", + "min": "97.42", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "20.824", + "max": "21.228", + "min": "20.568", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "72.764", + "max": "73.201", + "min": "72.427", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "114.781", + "max": "116.989", + "min": "114.42", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "223.279", + "max": "269.418", + "min": "213.612", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "50.169", + "max": "50.376", + "min": "49.98", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "166.848", + "max": "238.342", + "min": "159.014", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "47.819", + "max": "47.967", + "min": "47.708", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "371.53", + "max": "371.935", + "min": "370.841", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "111.244", + "max": "111.906", + "min": "110.993", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "10.589", + "max": "10.733", + "min": "10.421", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "195.431", + "max": "195.765", + "min": "195.299", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "231.524", + "max": "231.84", + "min": "231.321", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "163.424", + "max": "163.662", + "min": "163.211", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "63.08", + "max": "63.31", + "min": "62.97", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "262.731", + "max": "274.897", + "min": "230.682", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "0.016", + "max": "0.031", + "min": "0.012", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "22.207", + "max": "22.301", + "min": "22.121", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "93.877", + "max": "95.746", + "min": "93.53", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "226.628", + "max": "226.899", + "min": "226.422", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "82.263", + "max": "83.765", + "min": "81.994", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "97.932", + "max": "116.049", + "min": "96.937", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "107.966", + "max": "108.182", + "min": "107.808", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "100.138", + "max": "100.377", + "min": "99.941", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "76.757", + "max": "77.378", + "min": "76.459", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "139.159", + "max": "140.467", + "min": "138.967", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "117.383", + "max": "117.618", + "min": "117.23", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "139.018", + "max": "141.664", + "min": "138.789", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "120.697", + "max": "121.051", + "min": "120.538", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "84.922", + "max": "87.972", + "min": "84.416", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "90.809", + "max": "90.933", + "min": "90.631", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "83.915", + "max": "84.023", + "min": "83.821", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "102.649", + "max": "103.043", + "min": "102.386", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "131.604", + "max": "131.824", + "min": "131.327", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "99.879", + "max": "102.98", + "min": "99.25", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "100.98", + "max": "114.426", + "min": "89.065", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "76.469", + "max": "76.781", + "min": "76.245", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "136.275", + "max": "136.56", + "min": "136.123", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "118.031", + "max": "123.994", + "min": "117.573", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "137.393", + "max": "137.963", + "min": "137.04", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "80.245", + "max": "87.649", + "min": "79.558", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "227.107", + "max": "228.97", + "min": "226.736", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "104.797", + "max": "105.08", + "min": "104.603", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "97.338", + "max": "97.614", + "min": "97.134", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "113.476", + "max": "113.699", + "min": "113.277", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "106.332", + "max": "114.558", + "min": "103.027", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "123.497", + "max": "123.731", + "min": "123.329", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "79.557", + "max": "86.215", + "min": "78.724", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "73.646", + "max": "74.138", + "min": "73.49", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "78.021", + "max": "78.718", + "min": "77.438", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "277.517", + "max": "283.146", + "min": "276.512", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "15.167", + "max": "20.663", + "min": "14.342", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "244.693", + "max": "247.025", + "min": "238.787", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "227.186", + "max": "227.741", + "min": "227.029", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "89.918", + "max": "172.881", + "min": "86.8", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "227.404", + "max": "228.723", + "min": "227.113", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "92.313", + "max": "92.599", + "min": "91.917", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "104.684", + "max": "105.121", + "min": "104.464", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "135.282", + "max": "136.217", + "min": "134.99", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "74.569", + "max": "76.018", + "min": "74.292", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "83.847", + "max": "85.572", + "min": "83.413", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "32.237", + "max": "32.591", + "min": "32.148", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "49.023", + "max": "49.474", + "min": "48.876", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "230.535", + "max": "230.916", + "min": "230.313", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "12.915", + "max": "13.091", + "min": "12.819", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "98.446", + "max": "98.655", + "min": "98.264", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "15.571", + "max": "15.642", + "min": "15.484", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "96.921", + "max": "97.864", + "min": "96.688", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "136.835", + "max": "137.298", + "min": "136.651", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "57.29", + "max": "59.344", + "min": "54.611", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "93.562", + "max": "94.034", + "min": "93.326", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "103.54", + "max": "105.783", + "min": "102.795", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "81.674", + "max": "84.121", + "min": "80.772", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "193.861", + "max": "195.154", + "min": "193.27", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "153.666", + "max": "154.41", + "min": "153.383", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "158.537", + "max": "158.857", + "min": "158.383", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "118.953", + "max": "119.026", + "min": "118.824", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "93.998", + "max": "94.215", + "min": "93.803", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "130.929", + "max": "131.374", + "min": "130.75", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "24.276", + "max": "27.327", + "min": "23.354", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "21.812", + "max": "21.977", + "min": "21.573", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "141.644", + "max": "148.912", + "min": "139.794", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "106.83", + "max": "108.025", + "min": "105.909", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "22.055", + "max": "23.426", + "min": "20.79", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "135.806", + "max": "136.261", + "min": "135.611", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "34.614", + "max": "34.847", + "min": "34.393", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "85.49", + "max": "89.299", + "min": "84.781", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "259.753", + "max": "260.004", + "min": "259.572", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "108.317", + "max": "108.455", + "min": "108.18", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "84.405", + "max": "84.841", + "min": "84.18", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "91.22", + "max": "91.706", + "min": "91.05", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "171.998", + "max": "172.743", + "min": "171.736", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "94.048", + "max": "104.351", + "min": "86.795", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "106.081", + "max": "107.78", + "min": "105.917", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "279.238", + "max": "280.316", + "min": "278.907", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "163.928", + "max": "165.872", + "min": "163.698", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "38.265", + "max": "38.508", + "min": "38.079", + "id": "181", + "country": "United States", + "source_name": "Brunswick", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "184": { + "name": "Pittsburgh", + "data": { + "0": { + "avg": "151.943", + "max": "152.079", + "min": "151.825", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "214.915", + "max": "215.691", + "min": "214.653", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "24.398", + "max": "24.84", + "min": "24.34", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "119.82", + "max": "124.73", + "min": "119.341", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "88.399", + "max": "88.744", + "min": "88.259", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "177.296", + "max": "177.458", + "min": "177.224", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "99.909", + "max": "100.003", + "min": "99.815", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "222.832", + "max": "226.236", + "min": "222.482", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "147.858", + "max": "147.969", + "min": "147.772", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "117.538", + "max": "118.76", + "min": "117.336", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "87.679", + "max": "87.932", + "min": "87.504", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "40.574", + "max": "62.501", + "min": "39.708", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "16.778", + "max": "16.856", + "min": "16.734", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "21.152", + "max": "24.808", + "min": "20.912", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "36.314", + "max": "38.389", + "min": "36.147", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "25.08", + "max": "25.172", + "min": "24.395", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "107.398", + "max": "107.702", + "min": "107.206", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "21.403", + "max": "21.476", + "min": "21.325", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "94.129", + "max": "94.386", + "min": "93.976", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "115.898", + "max": "115.937", + "min": "115.855", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "218.989", + "max": "219.134", + "min": "218.938", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "11.983", + "max": "12.023", + "min": "11.911", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "61.762", + "max": "62.526", + "min": "61.627", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "66.627", + "max": "71.925", + "min": "66.198", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "120.967", + "max": "121.146", + "min": "120.837", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "111.431", + "max": "111.491", + "min": "111.387", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "107.228", + "max": "108.839", + "min": "107.01", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "121.91", + "max": "122.603", + "min": "121.769", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "104.634", + "max": "104.716", + "min": "104.568", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "65.181", + "max": "65.367", + "min": "65.108", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "252.141", + "max": "252.262", + "min": "252.007", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "118.692", + "max": "118.936", + "min": "118.615", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "64.009", + "max": "64.196", + "min": "63.903", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "145.703", + "max": "145.786", + "min": "145.658", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "116.683", + "max": "118.465", + "min": "116.367", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "233.733", + "max": "236.379", + "min": "233.488", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "66.576", + "max": "66.655", + "min": "66.541", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "57.32", + "max": "57.524", + "min": "57.206", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "44.695", + "max": "44.928", + "min": "44.569", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "11.691", + "max": "12.701", + "min": "11.464", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "227.464", + "max": "229.716", + "min": "226.936", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "90.231", + "max": "93.88", + "min": "89.638", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "122.332", + "max": "122.417", + "min": "122.279", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "120.273", + "max": "120.329", + "min": "120.216", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "231.508", + "max": "231.602", + "min": "231.401", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "116.872", + "max": "117.593", + "min": "116.533", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "114.013", + "max": "114.436", + "min": "113.849", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "82.224", + "max": "82.427", + "min": "82.11", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "152.988", + "max": "153.428", + "min": "152.839", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "44.781", + "max": "46.575", + "min": "44.536", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "18.067", + "max": "18.11", + "min": "18.04", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "60.474", + "max": "60.695", + "min": "60.236", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "129.781", + "max": "219.502", + "min": "111.363", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "23.788", + "max": "23.865", + "min": "23.724", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "245.99", + "max": "252.655", + "min": "242.655", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "271.442", + "max": "273.719", + "min": "271.152", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "140.611", + "max": "141.822", + "min": "140.001", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "206.916", + "max": "207.057", + "min": "206.874", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "131.729", + "max": "133.079", + "min": "131.519", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "95.244", + "max": "95.39", + "min": "95.175", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "148.782", + "max": "149.983", + "min": "148.339", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "159.145", + "max": "215.33", + "min": "153.666", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "263.199", + "max": "359.384", + "min": "254.661", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "262.883", + "max": "265.046", + "min": "262.627", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "148.779", + "max": "149.449", + "min": "148.67", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "133.616", + "max": "133.889", + "min": "133.549", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "18.102", + "max": "18.25", + "min": "18.012", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "137.228", + "max": "137.569", + "min": "136.802", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "143.406", + "max": "146.49", + "min": "142.63", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "35.557", + "max": "36.573", + "min": "35.428", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "208.254", + "max": "209.415", + "min": "208.066", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "65.495", + "max": "65.83", + "min": "65.247", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "77.228", + "max": "77.448", + "min": "77.128", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "32.316", + "max": "32.42", + "min": "32.265", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "137.071", + "max": "137.548", + "min": "136.953", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "87.323", + "max": "87.475", + "min": "87.202", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "16.094", + "max": "16.176", + "min": "16.003", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "73.919", + "max": "74.033", + "min": "73.854", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "20.652", + "max": "20.88", + "min": "20.484", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "15.054", + "max": "15.657", + "min": "14.98", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "67.546", + "max": "67.719", + "min": "67.433", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "31.649", + "max": "31.979", + "min": "31.477", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "242.946", + "max": "246.218", + "min": "242.66", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "240.271", + "max": "240.923", + "min": "240.092", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "44.192", + "max": "44.269", + "min": "44.113", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "157.09", + "max": "158.23", + "min": "156.714", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "92.98", + "max": "93.524", + "min": "92.751", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "31.916", + "max": "32.108", + "min": "31.826", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "18.542", + "max": "18.729", + "min": "18.46", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "92.016", + "max": "102.893", + "min": "89.094", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "30.864", + "max": "33.057", + "min": "30.247", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "66.905", + "max": "67.378", + "min": "66.741", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "85.542", + "max": "85.703", + "min": "85.49", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "212.185", + "max": "214.155", + "min": "211.946", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "15.297", + "max": "17.438", + "min": "15.108", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "40.393", + "max": "40.441", + "min": "40.313", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "79.049", + "max": "79.325", + "min": "78.823", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "61.422", + "max": "109.38", + "min": "59.062", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "60.324", + "max": "60.59", + "min": "60.222", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "9.236", + "max": "11.527", + "min": "8.945", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "27.934", + "max": "28.169", + "min": "27.873", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "58.271", + "max": "58.434", + "min": "58.152", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "140.242", + "max": "140.373", + "min": "140.144", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "221.193", + "max": "231.283", + "min": "220.429", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "29.863", + "max": "31.829", + "min": "29.46", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "201.017", + "max": "202.173", + "min": "200.679", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "106.023", + "max": "110.607", + "min": "105.783", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "24.374", + "max": "24.438", + "min": "24.229", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "23.331", + "max": "23.436", + "min": "23.255", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "225.811", + "max": "229.337", + "min": "224.839", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "218.064", + "max": "218.294", + "min": "217.954", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "187.321", + "max": "187.809", + "min": "187.221", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "15.372", + "max": "15.454", + "min": "15.282", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "220.499", + "max": "224.649", + "min": "220.099", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "462.566", + "max": "574.858", + "min": "289.993", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "226.256", + "max": "290.935", + "min": "154.915", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "245.929", + "max": "247.748", + "min": "245.475", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "159.765", + "max": "162.535", + "min": "159.457", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "29.751", + "max": "29.932", + "min": "29.633", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "42.713", + "max": "44.021", + "min": "42.392", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "41.377", + "max": "42.865", + "min": "41.195", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "122.609", + "max": "275.756", + "min": "32.78", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "140.955", + "max": "141.413", + "min": "140.858", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "136.782", + "max": "316.568", + "min": "127.01", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "118.806", + "max": "126.458", + "min": "118.508", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "120.131", + "max": "120.809", + "min": "119.65", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "15.06", + "max": "15.742", + "min": "13.753", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "301.538", + "max": "301.908", + "min": "301.29", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "178.514", + "max": "180.121", + "min": "178.179", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "95.032", + "max": "96.239", + "min": "94.934", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.959", + "max": "27.929", + "min": "25.78", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "20.857", + "max": "21.169", + "min": "20.664", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "25.43", + "max": "25.827", + "min": "25.362", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "195.291", + "max": "196.803", + "min": "194.54", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "68.09", + "max": "68.172", + "min": "68.041", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "19.522", + "max": "19.765", + "min": "19.383", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "44.188", + "max": "56.834", + "min": "42.742", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "53.587", + "max": "55.676", + "min": "53.317", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "25.522", + "max": "25.626", + "min": "25.477", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "15.229", + "max": "15.335", + "min": "15.154", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "119.701", + "max": "122.302", + "min": "119.433", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "258.63", + "max": "261.031", + "min": "258.18", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "131.391", + "max": "131.637", + "min": "131.311", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "111.924", + "max": "111.97", + "min": "111.888", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "112.01", + "max": "120.17", + "min": "111.306", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "100.939", + "max": "101.114", + "min": "100.721", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "128.337", + "max": "133.299", + "min": "127.713", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "252.829", + "max": "253.617", + "min": "252.731", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "91.825", + "max": "92.583", + "min": "91.741", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "83.757", + "max": "83.852", + "min": "83.671", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "111.762", + "max": "133.133", + "min": "108.872", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "178.475", + "max": "178.594", + "min": "178.404", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "130.428", + "max": "132.078", + "min": "130.26", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "98.452", + "max": "98.707", + "min": "98.279", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "15.74", + "max": "15.941", + "min": "15.632", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "74.916", + "max": "75.358", + "min": "74.61", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "131.358", + "max": "132.854", + "min": "131.149", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "224.832", + "max": "261.398", + "min": "216.289", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "44.599", + "max": "44.786", + "min": "44.495", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "172.731", + "max": "262.825", + "min": "164.602", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "42.961", + "max": "43.088", + "min": "42.875", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "478.867", + "max": "479.277", + "min": "478.537", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "129.365", + "max": "130.042", + "min": "129.264", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "13.303", + "max": "13.389", + "min": "13.227", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "201.289", + "max": "201.389", + "min": "201.18", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "241.229", + "max": "241.343", + "min": "241.187", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "186.099", + "max": "186.827", + "min": "185.938", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "60.918", + "max": "61.114", + "min": "60.788", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "216.018", + "max": "216.256", + "min": "215.908", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "22.143", + "max": "22.248", + "min": "22.092", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "0.024", + "max": "0.051", + "min": "0.018", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "113.79", + "max": "115.736", + "min": "113.627", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "270.987", + "max": "271.073", + "min": "270.924", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "92.189", + "max": "92.288", + "min": "92.111", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "99.411", + "max": "99.73", + "min": "99.25", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "120.355", + "max": "125.845", + "min": "119.984", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "107.146", + "max": "107.205", + "min": "107.106", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "85.328", + "max": "86.406", + "min": "85.074", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "139.485", + "max": "139.994", + "min": "139.308", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "137.964", + "max": "138.166", + "min": "137.878", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "152.458", + "max": "154.83", + "min": "152.143", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "129.478", + "max": "131.434", + "min": "129.21", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "99.718", + "max": "101.742", + "min": "99.45", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "107.899", + "max": "108.057", + "min": "107.827", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "86.97", + "max": "87.003", + "min": "86.914", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "114.361", + "max": "114.451", + "min": "114.266", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "145.743", + "max": "146.029", + "min": "145.473", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "114.159", + "max": "116.44", + "min": "113.203", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "127.976", + "max": "198.739", + "min": "103.094", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "78.017", + "max": "78.109", + "min": "77.977", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "149.709", + "max": "149.826", + "min": "149.556", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "125.47", + "max": "145.03", + "min": "124.608", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "138.827", + "max": "139.293", + "min": "138.503", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "93.626", + "max": "98.064", + "min": "93.164", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "249.792", + "max": "259.685", + "min": "249.367", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "110.738", + "max": "111.475", + "min": "110.649", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "110.482", + "max": "110.671", + "min": "110.393", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "117.652", + "max": "117.798", + "min": "117.591", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "91.977", + "max": "99.284", + "min": "89.847", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "146.723", + "max": "146.909", + "min": "146.534", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "89.244", + "max": "97.069", + "min": "88.532", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "87.496", + "max": "87.894", + "min": "87.364", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "97.473", + "max": "98.345", + "min": "97.3", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "223.24", + "max": "233.322", + "min": "222.389", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "16.574", + "max": "19.976", + "min": "16.108", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "215.873", + "max": "219.661", + "min": "215.211", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "273.896", + "max": "276.197", + "min": "273.761", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "94.642", + "max": "94.879", + "min": "94.523", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "254.949", + "max": "256.835", + "min": "254.299", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "69.038", + "max": "70.315", + "min": "68.857", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "118.433", + "max": "118.692", + "min": "118.283", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "152.729", + "max": "153.577", + "min": "152.598", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "84.262", + "max": "85.791", + "min": "83.917", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "104.687", + "max": "104.925", + "min": "104.581", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "10.555", + "max": "10.598", + "min": "10.531", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "24.62", + "max": "24.672", + "min": "24.591", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "227.504", + "max": "228.251", + "min": "227.302", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "21.837", + "max": "22.094", + "min": "21.776", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "120.845", + "max": "121.03", + "min": "120.747", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "12.448", + "max": "12.66", + "min": "12.393", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "116.071", + "max": "116.213", + "min": "115.997", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "148.709", + "max": "149.057", + "min": "148.519", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "47.93", + "max": "52.912", + "min": "44.603", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "113.718", + "max": "113.86", + "min": "113.591", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "117.592", + "max": "118.289", + "min": "116.964", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "76.288", + "max": "86.047", + "min": "74.936", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "204.055", + "max": "204.781", + "min": "203.627", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "151.005", + "max": "151.24", + "min": "150.909", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "182.128", + "max": "182.665", + "min": "181.927", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "140.382", + "max": "141.157", + "min": "140.294", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "100.537", + "max": "100.659", + "min": "100.484", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "133.701", + "max": "133.805", + "min": "133.632", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "24.486", + "max": "26.453", + "min": "23.994", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "13.777", + "max": "13.997", + "min": "13.681", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "145.914", + "max": "148.901", + "min": "144.116", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "115.195", + "max": "116.421", + "min": "114.486", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "24.339", + "max": "25.728", + "min": "23.225", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "160.014", + "max": "160.624", + "min": "159.907", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "37.29", + "max": "37.617", + "min": "37.116", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "98.046", + "max": "102.238", + "min": "97.022", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "225.705", + "max": "225.864", + "min": "225.512", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "104.766", + "max": "104.766", + "min": "104.766", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "88.856", + "max": "88.914", + "min": "88.817", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "109.081", + "max": "109.197", + "min": "109.031", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "175.974", + "max": "177.041", + "min": "175.79", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "109.023", + "max": "121.8", + "min": "101.961", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "129.069", + "max": "129.137", + "min": "128.974", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "242.872", + "max": "243.674", + "min": "242.729", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "169.803", + "max": "170.685", + "min": "169.521", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "24.391", + "max": "28.19", + "min": "23.759", + "id": "184", + "country": "United States", + "source_name": "Pittsburgh", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "225": { + "name": "Redding", + "data": { + "0": { + "avg": "156.347", + "max": "157.069", + "min": "155.973", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "275.917", + "max": "276.585", + "min": "275.614", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "76.454", + "max": "76.87", + "min": "76.19", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "183.936", + "max": "192.979", + "min": "182.625", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "152.507", + "max": "153.296", + "min": "152.13", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "136.891", + "max": "141.044", + "min": "136.424", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "165.162", + "max": "165.364", + "min": "165.003", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "300.069", + "max": "315.185", + "min": "298.88", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "193.429", + "max": "194.06", + "min": "192.856", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "187.455", + "max": "196.76", + "min": "186.967", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "161.41", + "max": "161.86", + "min": "161.167", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "48.95", + "max": "50.046", + "min": "48.595", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "87.41", + "max": "87.671", + "min": "87.18", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "89.716", + "max": "90.117", + "min": "89.486", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "86.062", + "max": "86.325", + "min": "85.714", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "91.223", + "max": "91.621", + "min": "91.008", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "179.59", + "max": "179.814", + "min": "179.291", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "89.46", + "max": "91.563", + "min": "88.994", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "151.392", + "max": "152.139", + "min": "151.224", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "182.143", + "max": "182.598", + "min": "182.008", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "306.177", + "max": "306.781", + "min": "306.002", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "55.19", + "max": "55.613", + "min": "54.915", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "21.277", + "max": "21.597", + "min": "21.166", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "41.117", + "max": "41.968", + "min": "40.836", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "189.692", + "max": "190.08", + "min": "189.368", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "164.438", + "max": "165.512", + "min": "164.167", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "179.702", + "max": "183.019", + "min": "179.191", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "182.991", + "max": "183.281", + "min": "182.726", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "163.251", + "max": "164.175", + "min": "163.044", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "21.468", + "max": "21.941", + "min": "21.283", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "190.97", + "max": "191.089", + "min": "190.766", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "183.496", + "max": "185.867", + "min": "183.176", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "75.063", + "max": "75.62", + "min": "74.75", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "200.521", + "max": "200.65", + "min": "200.412", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "191.035", + "max": "192.932", + "min": "190.628", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "200.383", + "max": "200.963", + "min": "200.131", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "20.279", + "max": "20.659", + "min": "20.124", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "94.343", + "max": "94.501", + "min": "94.074", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "63.746", + "max": "63.923", + "min": "63.592", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "92.823", + "max": "94.302", + "min": "92.489", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "287.962", + "max": "289.243", + "min": "287.508", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "154.075", + "max": "154.912", + "min": "153.73", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "177.351", + "max": "178.514", + "min": "177.014", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "187.282", + "max": "188.543", + "min": "186.948", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "285.776", + "max": "286.057", + "min": "285.494", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "182.507", + "max": "183.224", + "min": "182.022", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "197.099", + "max": "197.993", + "min": "196.953", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "136.982", + "max": "138.597", + "min": "136.751", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "202.71", + "max": "203.053", + "min": "202.597", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "69.16", + "max": "69.284", + "min": "69.056", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "94.311", + "max": "94.927", + "min": "94.059", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "41.86", + "max": "42.276", + "min": "41.435", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "210.85", + "max": "221.603", + "min": "205.048", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "53.726", + "max": "54.199", + "min": "53.561", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "272.285", + "max": "278.803", + "min": "269.527", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "212.17", + "max": "212.863", + "min": "211.917", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "184.54", + "max": "192.781", + "min": "183.571", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "187.432", + "max": "189.063", + "min": "187.231", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "207.178", + "max": "208.336", + "min": "206.668", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "160.299", + "max": "160.457", + "min": "160.058", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "200.206", + "max": "204.682", + "min": "199.444", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "200.418", + "max": "246.379", + "min": "196.997", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "232.861", + "max": "240.323", + "min": "231.702", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "233.625", + "max": "233.741", + "min": "233.509", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "189.193", + "max": "189.988", + "min": "188.763", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "205.874", + "max": "206.269", + "min": "205.794", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.39", + "max": "79.592", + "min": "79.105", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "200.023", + "max": "200.438", + "min": "199.69", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "235.57", + "max": "236.769", + "min": "234.905", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "57.072", + "max": "58.865", + "min": "56.562", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "173.913", + "max": "174.877", + "min": "173.698", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "29.62", + "max": "30.069", + "min": "29.23", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "123.779", + "max": "131.51", + "min": "123.287", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "86.1", + "max": "86.308", + "min": "85.992", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "204.513", + "max": "205.139", + "min": "204.238", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "154.796", + "max": "155.27", + "min": "154.292", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "71.07", + "max": "71.7", + "min": "70.871", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "26.402", + "max": "28.57", + "min": "26.182", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "97.405", + "max": "111.448", + "min": "96.689", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "65.449", + "max": "65.927", + "min": "65.112", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "31.027", + "max": "31.4", + "min": "30.725", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "96.273", + "max": "96.741", + "min": "95.949", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "166.021", + "max": "167.217", + "min": "165.782", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "252.569", + "max": "253.078", + "min": "252.287", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "33.872", + "max": "34.148", + "min": "33.73", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "209.292", + "max": "210.233", + "min": "208.95", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "154.828", + "max": "157.571", + "min": "154.341", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "82.901", + "max": "83.616", + "min": "82.678", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "53.995", + "max": "54.485", + "min": "53.739", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "164.495", + "max": "164.778", + "min": "164.315", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "69.304", + "max": "70.74", + "min": "68.539", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "18.318", + "max": "18.826", + "min": "18.109", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "165.037", + "max": "165.588", + "min": "164.681", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "140.222", + "max": "140.902", + "min": "139.844", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "95.251", + "max": "95.653", + "min": "95.065", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "88.878", + "max": "89.242", + "min": "88.617", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "134.28", + "max": "134.492", + "min": "134.058", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "139.469", + "max": "175.969", + "min": "136.534", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "14.787", + "max": "15.158", + "min": "14.589", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "58.401", + "max": "58.766", + "min": "58.222", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "82.869", + "max": "83.091", + "min": "82.736", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "52.706", + "max": "53.162", + "min": "52.506", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "207.575", + "max": "208.002", + "min": "207.316", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "197.618", + "max": "206.221", + "min": "196.461", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "68.924", + "max": "69.283", + "min": "68.646", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "408.159", + "max": "421.982", + "min": "398.437", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "150.402", + "max": "151.783", + "min": "150.019", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "88.89", + "max": "89.225", + "min": "88.662", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "73.059", + "max": "74.008", + "min": "72.59", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "275.078", + "max": "278.259", + "min": "274.167", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "185.3", + "max": "186.136", + "min": "184.916", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "156.244", + "max": "160.328", + "min": "156.011", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "88.83", + "max": "89.157", + "min": "88.678", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "276.269", + "max": "278.896", + "min": "275.857", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "519.034", + "max": "636.945", + "min": "342.688", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "294.087", + "max": "354.42", + "min": "232.925", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "322.816", + "max": "332.42", + "min": "321.654", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "119.894", + "max": "123.443", + "min": "119.411", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "54.848", + "max": "55.147", + "min": "54.532", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "94.757", + "max": "95.6", + "min": "94.551", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "55.748", + "max": "59.009", + "min": "55.466", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "167.235", + "max": "322.042", + "min": "91.256", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "183.644", + "max": "184.108", + "min": "183.409", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "198.928", + "max": "323.972", + "min": "193.623", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "198.958", + "max": "199.204", + "min": "198.812", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "191.785", + "max": "193.143", + "min": "191.271", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "85.827", + "max": "86.198", + "min": "85.658", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "301.489", + "max": "302.088", + "min": "301.256", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "266.105", + "max": "270.155", + "min": "265.666", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "103.98", + "max": "104.788", + "min": "103.697", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "57.8", + "max": "58.551", + "min": "57.399", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "85.967", + "max": "86.266", + "min": "85.8", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "80.418", + "max": "80.536", + "min": "80.253", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "174.884", + "max": "176.374", + "min": "174.132", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "69.495", + "max": "69.579", + "min": "69.258", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "81.437", + "max": "84.404", + "min": "81.097", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "52.596", + "max": "68.509", + "min": "51.31", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "52.89", + "max": "53.255", + "min": "52.718", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "53.262", + "max": "54.059", + "min": "52.995", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "81.728", + "max": "82.471", + "min": "81.383", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "174.981", + "max": "175.342", + "min": "174.857", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "242.081", + "max": "244.04", + "min": "241.51", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "182.186", + "max": "183.133", + "min": "181.888", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "177.644", + "max": "177.924", + "min": "177.453", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "67.771", + "max": "68.395", + "min": "67.481", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "161.779", + "max": "162.71", + "min": "161.553", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "178.117", + "max": "181.577", + "min": "177.777", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "275.691", + "max": "275.871", + "min": "275.563", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "141.808", + "max": "143.06", + "min": "141.6", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "139.885", + "max": "140.549", + "min": "139.759", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "176.373", + "max": "198.905", + "min": "175.18", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "134.14", + "max": "134.668", + "min": "133.872", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "198.298", + "max": "202.098", + "min": "197.898", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "172.791", + "max": "174.561", + "min": "171.966", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "95.01", + "max": "95.308", + "min": "94.708", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "54.556", + "max": "55.139", + "min": "54.259", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "187.908", + "max": "189.154", + "min": "187.563", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "183.251", + "max": "232.69", + "min": "174.979", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "78.06", + "max": "78.289", + "min": "77.799", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "216.094", + "max": "262.009", + "min": "210.867", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "134.98", + "max": "135.231", + "min": "134.756", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "229.143", + "max": "229.239", + "min": "229.046", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "195.598", + "max": "195.849", + "min": "195.439", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "89.07", + "max": "89.37", + "min": "88.706", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "256.008", + "max": "256.571", + "min": "255.839", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "308.243", + "max": "308.401", + "min": "308.093", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "253.412", + "max": "253.634", + "min": "253.22", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "75.725", + "max": "76.224", + "min": "75.44", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "173.302", + "max": "177.638", + "min": "170.117", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "92.227", + "max": "92.462", + "min": "91.915", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "69.067", + "max": "69.958", + "min": "68.887", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "163.784", + "max": "165.589", + "min": "163.472", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "306.476", + "max": "306.653", + "min": "306.276", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "155.128", + "max": "158.156", + "min": "154.764", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "179.735", + "max": "181.808", + "min": "179.412", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "179.95", + "max": "180.2", + "min": "179.816", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "166.502", + "max": "166.853", + "min": "166.32", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "144.014", + "max": "144.48", + "min": "143.753", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "192.85", + "max": "193.193", + "min": "192.499", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "194.653", + "max": "195.612", + "min": "194.439", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "221.406", + "max": "225.629", + "min": "221.054", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "194.069", + "max": "194.473", + "min": "193.93", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "149.642", + "max": "151.173", + "min": "149.376", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "165.74", + "max": "166.238", + "min": "165.544", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "168.587", + "max": "168.91", + "min": "168.487", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "188.389", + "max": "188.616", + "min": "188.242", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "199.882", + "max": "200.282", + "min": "199.363", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "172.776", + "max": "179.1", + "min": "171.832", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "204.558", + "max": "269.56", + "min": "173.89", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "163.096", + "max": "163.759", + "min": "162.865", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "214.399", + "max": "214.94", + "min": "214.151", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "200.862", + "max": "201.55", + "min": "200.636", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "191.947", + "max": "192.535", + "min": "191.555", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "157.463", + "max": "161.565", + "min": "157.075", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "212.752", + "max": "224.315", + "min": "211.831", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "174.639", + "max": "175.014", + "min": "174.428", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "185.284", + "max": "185.527", + "min": "185.049", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "192.38", + "max": "192.643", + "min": "192.104", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "146.104", + "max": "152.204", + "min": "144.546", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "201.943", + "max": "202.973", + "min": "201.699", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "149.077", + "max": "158.078", + "min": "148.384", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "148.051", + "max": "151.942", + "min": "147.712", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "158.899", + "max": "164.628", + "min": "158.55", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "172.005", + "max": "184.455", + "min": "168.736", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.822", + "max": "80.747", + "min": "78.145", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "172.39", + "max": "173.589", + "min": "172.046", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "267.344", + "max": "267.479", + "min": "267.171", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "161.873", + "max": "162.666", + "min": "161.706", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "284.454", + "max": "285.622", + "min": "284.1", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "0.034", + "max": "0.051", + "min": "0.032", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "187.073", + "max": "187.847", + "min": "186.822", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "214.257", + "max": "217.167", + "min": "213.964", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "144.178", + "max": "145.68", + "min": "143.727", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "168.876", + "max": "171.28", + "min": "168.332", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "60.174", + "max": "61.143", + "min": "59.949", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "91.341", + "max": "91.787", + "min": "91.105", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "265.297", + "max": "360.038", + "min": "261.854", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "69.972", + "max": "70.471", + "min": "69.739", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "179.145", + "max": "179.515", + "min": "179.035", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "80.964", + "max": "81.314", + "min": "80.75", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "179.513", + "max": "179.939", + "min": "179.178", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "202.496", + "max": "229.405", + "min": "201.36", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "87.072", + "max": "91.044", + "min": "84.125", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "175.145", + "max": "175.838", + "min": "174.963", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "208.252", + "max": "209.408", + "min": "207.426", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "203.152", + "max": "214.895", + "min": "200.033", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "289.223", + "max": "289.756", + "min": "288.893", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "112.636", + "max": "112.788", + "min": "112.418", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "267.732", + "max": "273.261", + "min": "267.329", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "201.929", + "max": "201.997", + "min": "201.75", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "165.545", + "max": "171.415", + "min": "165.141", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "199.815", + "max": "200.234", + "min": "199.565", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "92.62", + "max": "96.581", + "min": "91.936", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "79.951", + "max": "80.633", + "min": "79.777", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "207.623", + "max": "212.296", + "min": "206.099", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "185.105", + "max": "188.126", + "min": "184.595", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "101.777", + "max": "103.071", + "min": "100.797", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "215.562", + "max": "217.602", + "min": "215.27", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "65.475", + "max": "65.749", + "min": "65.23", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "154.88", + "max": "171.33", + "min": "153.595", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "201.689", + "max": "209.284", + "min": "190.818", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "152.857", + "max": "152.857", + "min": "152.857", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "158.339", + "max": "158.488", + "min": "158.119", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "170.5", + "max": "170.712", + "min": "170.296", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "256.052", + "max": "256.306", + "min": "255.867", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "170.23", + "max": "182.289", + "min": "162.212", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "179.309", + "max": "179.543", + "min": "179.18", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "241.53", + "max": "243.131", + "min": "241.151", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "225.63", + "max": "226.425", + "min": "225.061", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "91.095", + "max": "91.321", + "min": "90.945", + "id": "225", + "country": "United States", + "source_name": "Redding", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "230": { + "name": "Indianapolis", + "data": { + "0": { + "avg": "111.548", + "max": "111.86", + "min": "111.43", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "248.799", + "max": "250.177", + "min": "248.57", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "18.187", + "max": "18.284", + "min": "18.124", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "125.23", + "max": "136.753", + "min": "123.893", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "98.576", + "max": "99.341", + "min": "98.399", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "133.544", + "max": "134.307", + "min": "133.447", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "104.95", + "max": "105.143", + "min": "104.869", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "360.322", + "max": "375.389", + "min": "359.12", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "142.374", + "max": "142.53", + "min": "142.311", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "178.42", + "max": "179.859", + "min": "178.2", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "90.878", + "max": "91.598", + "min": "90.664", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "46.803", + "max": "67.312", + "min": "45.925", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "88.46", + "max": "88.525", + "min": "88.404", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "27.041", + "max": "27.211", + "min": "26.945", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "44.609", + "max": "46.325", + "min": "44.488", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "23.22", + "max": "23.572", + "min": "23.117", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "117.116", + "max": "117.386", + "min": "116.896", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "29.365", + "max": "29.613", + "min": "29.267", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "116.472", + "max": "116.694", + "min": "116.378", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "122.111", + "max": "122.173", + "min": "122.072", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "260.425", + "max": "260.599", + "min": "260.355", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "16.287", + "max": "16.37", + "min": "16.209", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "69.555", + "max": "69.682", + "min": "69.471", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "67.13", + "max": "71.482", + "min": "66.817", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "120.212", + "max": "121.725", + "min": "119.884", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "113.666", + "max": "115.314", + "min": "113.567", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "116.878", + "max": "117.169", + "min": "116.796", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "115.92", + "max": "116.18", + "min": "115.706", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "107.907", + "max": "107.958", + "min": "107.856", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "53.547", + "max": "53.924", + "min": "53.356", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "240.52", + "max": "240.646", + "min": "240.445", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "131.351", + "max": "131.802", + "min": "131.265", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "51.007", + "max": "53.756", + "min": "48.913", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "149.129", + "max": "149.281", + "min": "149.086", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "114.655", + "max": "115.657", + "min": "114.37", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "213.99", + "max": "216.755", + "min": "213.51", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "80.924", + "max": "80.954", + "min": "80.907", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "67.246", + "max": "67.578", + "min": "67.086", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "45.057", + "max": "47.112", + "min": "44.85", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "24.996", + "max": "25.878", + "min": "24.793", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "234.013", + "max": "236.932", + "min": "233.545", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "100.12", + "max": "103.751", + "min": "99.625", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "130.731", + "max": "130.948", + "min": "130.639", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "123.542", + "max": "125.56", + "min": "123.335", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "249.771", + "max": "249.963", + "min": "249.661", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "132.81", + "max": "133.511", + "min": "132.437", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "139.306", + "max": "139.616", + "min": "139.212", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "102.601", + "max": "102.839", + "min": "102.495", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "172.021", + "max": "172.563", + "min": "171.876", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "70.712", + "max": "70.914", + "min": "70.663", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "21.578", + "max": "21.844", + "min": "21.435", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "76.303", + "max": "76.531", + "min": "76.107", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "105.174", + "max": "108.086", + "min": "103.602", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "65.45", + "max": "65.608", + "min": "65.357", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "262.537", + "max": "276.213", + "min": "258.404", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "228.153", + "max": "228.511", + "min": "228.001", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "124.573", + "max": "128.035", + "min": "123.966", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "227.973", + "max": "228.134", + "min": "227.923", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "191.214", + "max": "191.918", + "min": "190.895", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "105.06", + "max": "105.228", + "min": "104.968", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "158.592", + "max": "163.898", + "min": "158.012", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "157.678", + "max": "217.813", + "min": "151.617", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "234.796", + "max": "319.638", + "min": "221.873", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "235.846", + "max": "236.473", + "min": "235.658", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "143.069", + "max": "143.195", + "min": "142.972", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "146.079", + "max": "146.145", + "min": "146.045", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "27.207", + "max": "27.296", + "min": "27.142", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "137.333", + "max": "137.63", + "min": "136.998", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "156.066", + "max": "158.225", + "min": "155.603", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "39.606", + "max": "40.598", + "min": "39.465", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "185.287", + "max": "185.916", + "min": "185.156", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "70.896", + "max": "71.428", + "min": "70.654", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "89.107", + "max": "90.497", + "min": "88.797", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "40.015", + "max": "40.094", + "min": "39.948", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "202.607", + "max": "203.787", + "min": "202.363", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "104.469", + "max": "104.603", + "min": "104.333", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "45.293", + "max": "45.408", + "min": "45.168", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "61.645", + "max": "61.809", + "min": "61.534", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "26.375", + "max": "28.169", + "min": "26.062", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "14.398", + "max": "14.512", + "min": "14.328", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "48.92", + "max": "49.237", + "min": "48.734", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "40.999", + "max": "41.682", + "min": "40.733", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "208", + "max": "209.448", + "min": "207.028", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.076", + "max": "239.457", + "min": "238.919", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "64.951", + "max": "65.021", + "min": "64.907", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "162.46", + "max": "163.201", + "min": "162.177", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "103.435", + "max": "105.778", + "min": "103.164", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "39.947", + "max": "40.197", + "min": "39.859", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "10.025", + "max": "10.679", + "min": "9.873", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "97.247", + "max": "100.935", + "min": "96.97", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "32.268", + "max": "34.214", + "min": "31.611", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "83.095", + "max": "83.41", + "min": "82.905", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "112.853", + "max": "112.903", + "min": "112.807", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "175.804", + "max": "176.109", + "min": "175.638", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "27.412", + "max": "33.629", + "min": "27.037", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "48.408", + "max": "48.844", + "min": "48.208", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "135.696", + "max": "135.962", + "min": "135.506", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "73.925", + "max": "101.062", + "min": "72.327", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "70.665", + "max": "70.841", + "min": "70.583", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "17.777", + "max": "19.203", + "min": "17.606", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "41.106", + "max": "41.24", + "min": "41.065", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "71.213", + "max": "71.364", + "min": "71.025", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "153.558", + "max": "162.342", + "min": "153.168", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "222.573", + "max": "229.093", + "min": "221.948", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.277", + "max": "28.751", + "min": "28.097", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "450.241", + "max": "490.423", + "min": "440.064", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "108.423", + "max": "110.138", + "min": "108.111", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "26.714", + "max": "26.809", + "min": "26.561", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "37.536", + "max": "37.612", + "min": "37.438", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "249.395", + "max": "251.166", + "min": "249.004", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "237.829", + "max": "238.329", + "min": "237.674", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "189.601", + "max": "189.773", + "min": "189.505", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "22.83", + "max": "22.91", + "min": "22.772", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "218.822", + "max": "219.249", + "min": "218.589", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "458.874", + "max": "563.761", + "min": "279.681", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "235.482", + "max": "351.617", + "min": "158.675", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "268.961", + "max": "274.085", + "min": "268.581", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "153.148", + "max": "155.165", + "min": "152.9", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "51.698", + "max": "52.293", + "min": "51.561", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "46.549", + "max": "47.523", + "min": "46.371", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "27.529", + "max": "27.801", + "min": "27.36", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "101.805", + "max": "253.779", + "min": "26.693", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "139.039", + "max": "139.264", + "min": "138.926", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "139.826", + "max": "316.992", + "min": "128.812", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "131.157", + "max": "131.242", + "min": "131.122", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "182.826", + "max": "183.898", + "min": "182.42", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "25.1", + "max": "25.317", + "min": "24.972", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "250.269", + "max": "251.277", + "min": "249.961", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "217.301", + "max": "219.811", + "min": "217.058", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "98.016", + "max": "98.977", + "min": "97.852", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "13.569", + "max": "14.306", + "min": "13.433", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "21.062", + "max": "21.181", + "min": "20.959", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "14.877", + "max": "15.364", + "min": "14.81", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "213.468", + "max": "215.264", + "min": "212.876", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "56.046", + "max": "56.159", + "min": "55.996", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "26.702", + "max": "34.641", + "min": "26.305", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "57.723", + "max": "71.634", + "min": "56.258", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "40.769", + "max": "41.446", + "min": "40.684", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "27.48", + "max": "27.57", + "min": "27.429", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "27.61", + "max": "29.03", + "min": "27.414", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "123.786", + "max": "123.889", + "min": "123.716", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "250.08", + "max": "250.743", + "min": "249.788", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "134.472", + "max": "135.77", + "min": "134.361", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "114.973", + "max": "115.154", + "min": "114.793", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "100.398", + "max": "109.696", + "min": "99.533", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "109.945", + "max": "110.732", + "min": "109.761", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "141.399", + "max": "147.656", + "min": "141.035", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "278.462", + "max": "278.675", + "min": "278.387", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "91.494", + "max": "92.064", + "min": "91.408", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "93.445", + "max": "93.496", + "min": "93.411", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "111.588", + "max": "121.852", + "min": "110.023", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "163.656", + "max": "163.797", + "min": "163.579", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "132.663", + "max": "133.579", + "min": "132.535", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "109.658", + "max": "110.004", + "min": "109.502", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "28.007", + "max": "28.313", + "min": "27.938", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "53.574", + "max": "54.643", + "min": "53.345", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "130.753", + "max": "132.279", + "min": "130.415", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "226.225", + "max": "275.449", + "min": "217.112", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "38.363", + "max": "38.543", + "min": "38.271", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "180.57", + "max": "279.838", + "min": "171.76", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "56.474", + "max": "56.599", + "min": "56.383", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "363.349", + "max": "363.542", + "min": "363.169", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "137.292", + "max": "137.584", + "min": "137.128", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "22.839", + "max": "23.203", + "min": "22.67", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "215.522", + "max": "215.719", + "min": "215.388", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "259.041", + "max": "259.099", + "min": "259", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "187.121", + "max": "187.286", + "min": "186.959", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "62.238", + "max": "62.362", + "min": "62.124", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "223.085", + "max": "225.865", + "min": "222.381", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "32.146", + "max": "32.278", + "min": "32.082", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "10.557", + "max": "10.606", + "min": "10.532", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "116.953", + "max": "118.852", + "min": "116.611", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "334.601", + "max": "334.806", + "min": "334.509", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "102.899", + "max": "103.846", + "min": "102.784", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "111.603", + "max": "113.348", + "min": "111.424", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "125.43", + "max": "126.834", + "min": "125.327", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "119.41", + "max": "119.491", + "min": "119.363", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "93.837", + "max": "96.219", + "min": "93.555", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "152.692", + "max": "155.241", + "min": "152.447", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "139.271", + "max": "139.402", + "min": "139.194", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "160.156", + "max": "162.653", + "min": "159.959", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "135.457", + "max": "136.016", + "min": "135.304", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "102.493", + "max": "102.764", + "min": "102.431", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "99.567", + "max": "99.688", + "min": "99.484", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "109.079", + "max": "109.14", + "min": "108.993", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "133.908", + "max": "137.479", + "min": "133.662", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "151.228", + "max": "152.005", + "min": "151.003", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "125.468", + "max": "141.85", + "min": "124.132", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "137.39", + "max": "185.847", + "min": "108.495", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "89.902", + "max": "90.029", + "min": "89.785", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "158.623", + "max": "159.21", + "min": "158.509", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "131.815", + "max": "146.249", + "min": "130.731", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "141.167", + "max": "141.674", + "min": "140.819", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "98.866", + "max": "99.199", + "min": "98.674", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "264.755", + "max": "285.158", + "min": "263.98", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "110.863", + "max": "111.15", + "min": "110.769", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "122.969", + "max": "123.176", + "min": "122.855", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "122.24", + "max": "122.319", + "min": "122.207", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "130.456", + "max": "139.657", + "min": "118.423", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "152.475", + "max": "152.618", + "min": "152.341", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "104.251", + "max": "114.317", + "min": "103.441", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "98.675", + "max": "98.877", + "min": "98.59", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "107.602", + "max": "107.699", + "min": "107.542", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "205.412", + "max": "206.335", + "min": "205.171", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "26.2", + "max": "28.766", + "min": "25.693", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.696", + "max": "227.673", + "min": "219.69", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "244.795", + "max": "244.915", + "min": "244.724", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "100.107", + "max": "100.316", + "min": "100.005", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "244.953", + "max": "245.415", + "min": "244.821", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "60.128", + "max": "60.46", + "min": "59.879", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "127.654", + "max": "128.186", + "min": "127.515", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "151.699", + "max": "152.633", + "min": "151.441", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "97.699", + "max": "98.496", + "min": "97.358", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "103.14", + "max": "104.589", + "min": "102.817", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "0.016", + "max": "0.039", + "min": "0.013", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "14.263", + "max": "14.311", + "min": "14.235", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "237.463", + "max": "237.832", + "min": "237.289", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "26.129", + "max": "26.392", + "min": "26.073", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "130.161", + "max": "130.282", + "min": "130.09", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "25.857", + "max": "27.466", + "min": "25.73", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "118.931", + "max": "119.386", + "min": "118.841", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "155.525", + "max": "155.983", + "min": "155.44", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.435", + "max": "58.184", + "min": "52.871", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "111.803", + "max": "111.957", + "min": "111.689", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "134.632", + "max": "137.022", + "min": "133.88", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "86.783", + "max": "102.11", + "min": "85.469", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "297.96", + "max": "298.578", + "min": "297.655", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "126.169", + "max": "126.295", + "min": "126.018", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "255.836", + "max": "256.352", + "min": "255.663", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "141.204", + "max": "141.281", + "min": "141.145", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "162.955", + "max": "163.146", + "min": "162.912", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "132.725", + "max": "134.193", + "min": "132.604", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "30.418", + "max": "31.55", + "min": "30.11", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "25.428", + "max": "25.651", + "min": "25.304", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "154.188", + "max": "163.933", + "min": "151.819", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "114.505", + "max": "115.452", + "min": "113.702", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "32.632", + "max": "34.263", + "min": "31.826", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "155.057", + "max": "155.705", + "min": "154.888", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "15.619", + "max": "15.829", + "min": "15.514", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "112.34", + "max": "114.228", + "min": "112.158", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "221.487", + "max": "224.727", + "min": "211.546", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "114.151", + "max": "114.151", + "min": "114.151", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "97.426", + "max": "97.467", + "min": "97.392", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "109.091", + "max": "109.232", + "min": "109.03", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "193.626", + "max": "194.201", + "min": "193.472", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "109.981", + "max": "122.129", + "min": "102.643", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "126.612", + "max": "126.661", + "min": "126.533", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "241.692", + "max": "242.61", + "min": "241.461", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "177.004", + "max": "177.785", + "min": "176.784", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "11.103", + "max": "12.696", + "min": "10.818", + "id": "230", + "country": "United States", + "source_name": "Indianapolis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "231": { + "name": "Memphis", + "data": { + "0": { + "avg": "113.108", + "max": "113.208", + "min": "113.014", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "238.62", + "max": "240.162", + "min": "238.326", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "41.879", + "max": "42.201", + "min": "41.801", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "129.887", + "max": "134.773", + "min": "129.223", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "101.548", + "max": "101.906", + "min": "101.405", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "150.37", + "max": "150.528", + "min": "150.3", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "102.497", + "max": "102.652", + "min": "102.415", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "320.476", + "max": "322.799", + "min": "319.97", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "144.883", + "max": "144.938", + "min": "144.821", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "203.315", + "max": "204.38", + "min": "203.045", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "105.593", + "max": "110.054", + "min": "105.261", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "46.285", + "max": "46.589", + "min": "46.175", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "101.667", + "max": "101.783", + "min": "101.583", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "40.88", + "max": "41.186", + "min": "40.769", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "57.167", + "max": "57.961", + "min": "57.067", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "23.178", + "max": "23.56", + "min": "23.014", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "117.561", + "max": "117.876", + "min": "117.373", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "32.172", + "max": "32.346", + "min": "32.107", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "117.199", + "max": "117.407", + "min": "117.086", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "125.155", + "max": "125.274", + "min": "125.094", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "251.715", + "max": "251.797", + "min": "251.618", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "50.679", + "max": "51.685", + "min": "50.562", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "79.554", + "max": "79.836", + "min": "79.453", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "87.638", + "max": "97.847", + "min": "87.155", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "138.552", + "max": "139.313", + "min": "138.214", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "122.097", + "max": "122.19", + "min": "122.048", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "130.135", + "max": "133.313", + "min": "129.853", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "130.784", + "max": "133.892", + "min": "130.415", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "112.836", + "max": "112.969", + "min": "112.77", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "80.29", + "max": "82.326", + "min": "80", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "262.221", + "max": "262.283", + "min": "262.135", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "134.48", + "max": "135.473", + "min": "134.349", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "70.122", + "max": "70.283", + "min": "70.031", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "158.971", + "max": "159.456", + "min": "158.888", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "140.624", + "max": "143.624", + "min": "140.363", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "254.538", + "max": "255.681", + "min": "254.328", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "62.573", + "max": "62.837", + "min": "62.537", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "93.813", + "max": "93.995", + "min": "93.693", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "25.081", + "max": "25.31", + "min": "24.951", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "35.737", + "max": "38.461", + "min": "35.421", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "238.176", + "max": "253.117", + "min": "237.293", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "113.795", + "max": "117.616", + "min": "113.296", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "146.976", + "max": "147.225", + "min": "146.865", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "131.364", + "max": "131.551", + "min": "131.208", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "238.935", + "max": "239.122", + "min": "238.837", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "133.017", + "max": "133.892", + "min": "132.76", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "152.482", + "max": "154.435", + "min": "152.229", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "92.955", + "max": "93.101", + "min": "92.857", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "171.925", + "max": "172.453", + "min": "170.897", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "84.814", + "max": "84.958", + "min": "84.757", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "42.925", + "max": "43.179", + "min": "42.772", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "70.36", + "max": "72.186", + "min": "70.069", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "119.478", + "max": "126.674", + "min": "117.348", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "92.757", + "max": "93.076", + "min": "92.637", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "275.123", + "max": "293.569", + "min": "270.925", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "251.455", + "max": "251.726", + "min": "251.292", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "139.229", + "max": "143.964", + "min": "138.052", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "230.726", + "max": "230.869", + "min": "230.659", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "229.792", + "max": "231.193", + "min": "229.473", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "116.037", + "max": "116.154", + "min": "115.948", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "172.639", + "max": "175.977", + "min": "171.975", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "162.185", + "max": "218.46", + "min": "156.712", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "271.095", + "max": "360.029", + "min": "264.856", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "273.429", + "max": "275.437", + "min": "273.222", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "151.659", + "max": "152.779", + "min": "151.437", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "152.73", + "max": "153.231", + "min": "152.621", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "34.672", + "max": "34.899", + "min": "34.58", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "144.354", + "max": "144.845", + "min": "143.886", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "149.253", + "max": "152.186", + "min": "148.185", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "60.785", + "max": "66.548", + "min": "60.127", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "210.148", + "max": "211.83", + "min": "209.897", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "60.567", + "max": "61.03", + "min": "60.295", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "83.408", + "max": "85.277", + "min": "83.175", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "36.921", + "max": "36.988", + "min": "36.871", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "216.939", + "max": "218.232", + "min": "216.742", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "110.18", + "max": "110.642", + "min": "110.061", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "38.486", + "max": "38.626", + "min": "38.345", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "94.402", + "max": "94.638", + "min": "94.238", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "27.2", + "max": "27.511", + "min": "27.013", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "38.822", + "max": "39.078", + "min": "38.702", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "77.483", + "max": "77.738", + "min": "77.297", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "58.417", + "max": "59.42", + "min": "58.155", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "241.608", + "max": "241.883", + "min": "241.319", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "229.522", + "max": "231.239", + "min": "229.374", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "81.999", + "max": "82.265", + "min": "81.921", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "170.033", + "max": "170.961", + "min": "169.728", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "110.55", + "max": "110.736", + "min": "110.375", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "20.052", + "max": "20.201", + "min": "19.894", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "38.915", + "max": "39.22", + "min": "38.758", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "113.273", + "max": "114.736", + "min": "113.141", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "41.559", + "max": "43.085", + "min": "40.876", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "97.359", + "max": "98.011", + "min": "97.151", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "121.852", + "max": "122.011", + "min": "121.81", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "184.079", + "max": "185.212", + "min": "183.917", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "51.067", + "max": "51.694", + "min": "50.886", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "30.576", + "max": "30.796", + "min": "30.378", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "155.423", + "max": "155.622", + "min": "155.177", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "71.808", + "max": "78.687", + "min": "70.514", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "69.009", + "max": "69.177", + "min": "68.905", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "36.629", + "max": "37.596", + "min": "36.513", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "54.083", + "max": "54.156", + "min": "54.029", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "85.147", + "max": "85.42", + "min": "84.984", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "157.296", + "max": "157.417", + "min": "157.222", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "243.751", + "max": "249.663", + "min": "243.027", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "42.5", + "max": "43.332", + "min": "42.318", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "369.476", + "max": "428.979", + "min": "356.252", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "102.898", + "max": "104.28", + "min": "102.723", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "41.177", + "max": "41.362", + "min": "41.047", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "27.721", + "max": "27.839", + "min": "27.611", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "218.766", + "max": "221.472", + "min": "218.561", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "236.3", + "max": "237.233", + "min": "236.109", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "206.739", + "max": "207.02", + "min": "206.578", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "33.951", + "max": "34.051", + "min": "33.852", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "228.792", + "max": "230.773", + "min": "228.493", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "460.807", + "max": "570.672", + "min": "300.808", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "266.891", + "max": "362.977", + "min": "190.908", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "288.603", + "max": "301.995", + "min": "287.93", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "165.168", + "max": "165.728", + "min": "165.017", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "53.168", + "max": "54.226", + "min": "53.016", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "14.916", + "max": "15.574", + "min": "14.75", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "41.736", + "max": "44.624", + "min": "41.456", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "132.052", + "max": "282.599", + "min": "52.517", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "130.244", + "max": "144.309", + "min": "129.662", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "138.414", + "max": "204.823", + "min": "132.729", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "138.995", + "max": "139.224", + "min": "138.928", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "186.59", + "max": "187.881", + "min": "186.15", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "33.06", + "max": "34.475", + "min": "32.33", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "274.433", + "max": "275.184", + "min": "274.271", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "215.603", + "max": "219.149", + "min": "215.259", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "116.977", + "max": "118.395", + "min": "116.818", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "38.751", + "max": "39.265", + "min": "38.633", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "24.857", + "max": "25.144", + "min": "24.728", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "28.962", + "max": "29.256", + "min": "28.893", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "212.134", + "max": "213.476", + "min": "211.296", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "44.781", + "max": "47.244", + "min": "44.642", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "40.529", + "max": "40.73", + "min": "40.436", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "51.169", + "max": "55.899", + "min": "50.261", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "52.974", + "max": "56.595", + "min": "52.755", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "35.68", + "max": "35.744", + "min": "35.613", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "40.962", + "max": "41.218", + "min": "40.884", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "128.113", + "max": "128.212", + "min": "127.99", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "277.202", + "max": "277.51", + "min": "276.861", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "135.135", + "max": "135.494", + "min": "135.019", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "131.163", + "max": "131.422", + "min": "130.937", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "122.509", + "max": "124.836", + "min": "122.178", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "114.778", + "max": "115.585", + "min": "114.541", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "148.427", + "max": "148.896", + "min": "148.235", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "304.66", + "max": "305.18", + "min": "304.524", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "102.016", + "max": "102.184", + "min": "101.958", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "103.589", + "max": "103.695", + "min": "103.513", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "125.105", + "max": "130.59", + "min": "123.949", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "182.23", + "max": "182.283", + "min": "182.169", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "134.742", + "max": "134.928", + "min": "134.658", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "109.506", + "max": "110.185", + "min": "109.347", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "29.797", + "max": "29.911", + "min": "29.72", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "82.063", + "max": "82.25", + "min": "81.826", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "156.73", + "max": "157.383", + "min": "156.478", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "239.971", + "max": "287.414", + "min": "231.85", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "52.454", + "max": "52.67", + "min": "52.32", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "160.443", + "max": "237.421", + "min": "151.483", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "68.038", + "max": "68.135", + "min": "67.955", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "512.79", + "max": "513.115", + "min": "512.479", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "145.931", + "max": "146.253", + "min": "145.735", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "33.544", + "max": "33.709", + "min": "33.44", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "213.014", + "max": "213.739", + "min": "212.856", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "276.304", + "max": "276.432", + "min": "276.26", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "186.186", + "max": "186.346", + "min": "186.101", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "70.609", + "max": "71.286", + "min": "70.423", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "230.24", + "max": "237.349", + "min": "227.527", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "48.966", + "max": "49.164", + "min": "48.762", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.628", + "max": "24.719", + "min": "24.59", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "129.4", + "max": "132.834", + "min": "128.921", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "306.324", + "max": "306.66", + "min": "306.233", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "105.991", + "max": "106.099", + "min": "105.911", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "118.908", + "max": "124.224", + "min": "118.607", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "125.439", + "max": "134.414", + "min": "125.087", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "117.095", + "max": "117.548", + "min": "117.037", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "105.267", + "max": "105.846", + "min": "104.996", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "155.051", + "max": "155.344", + "min": "154.93", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "145.079", + "max": "145.139", + "min": "145.02", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "160.711", + "max": "160.99", + "min": "160.624", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "140.477", + "max": "140.785", + "min": "140.349", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "115.424", + "max": "116.59", + "min": "115.282", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "128.148", + "max": "128.225", + "min": "128.078", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "120.507", + "max": "120.564", + "min": "120.45", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "128.112", + "max": "128.244", + "min": "127.99", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "162.442", + "max": "163.146", + "min": "162.265", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "137.007", + "max": "157.576", + "min": "134.708", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "150.696", + "max": "206.131", + "min": "117.277", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "115.768", + "max": "116.107", + "min": "115.663", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "168.49", + "max": "168.745", + "min": "168.242", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "138.307", + "max": "160.665", + "min": "137.341", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "148.423", + "max": "148.857", + "min": "148.066", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "100.377", + "max": "103.3", + "min": "99.946", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "292.42", + "max": "293.22", + "min": "292.328", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "132.953", + "max": "133.07", + "min": "132.877", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "136.749", + "max": "136.902", + "min": "136.697", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "129.528", + "max": "129.866", + "min": "129.452", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "95.092", + "max": "102.814", + "min": "93.452", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "155.124", + "max": "155.518", + "min": "155.01", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "110.52", + "max": "114.056", + "min": "110.001", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "108.18", + "max": "111.44", + "min": "107.951", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "102.346", + "max": "102.497", + "min": "102.246", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "236.418", + "max": "244.183", + "min": "235.508", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "37.848", + "max": "39.259", + "min": "37.499", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "238.036", + "max": "238.902", + "min": "237.954", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "267.906", + "max": "268.122", + "min": "267.839", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "116.709", + "max": "117.504", + "min": "116.492", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "239.147", + "max": "239.927", + "min": "238.975", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "91.348", + "max": "91.673", + "min": "91.154", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "143.681", + "max": "143.833", + "min": "143.528", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "160.908", + "max": "162", + "min": "160.664", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "98.925", + "max": "99.779", + "min": "98.648", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "111.043", + "max": "113.469", + "min": "110.57", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "14.286", + "max": "14.324", + "min": "14.24", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "0.021", + "max": "0.038", + "min": "0.016", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "234.349", + "max": "328.469", + "min": "230.842", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "39.881", + "max": "39.954", + "min": "39.832", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "132.037", + "max": "132.241", + "min": "131.931", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "41.382", + "max": "41.445", + "min": "41.337", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "123.217", + "max": "123.336", + "min": "123.144", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "158.101", + "max": "158.923", + "min": "157.946", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "52.209", + "max": "59.398", + "min": "49.059", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "116.224", + "max": "116.812", + "min": "116.109", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "141.477", + "max": "143.396", + "min": "140.597", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "79.988", + "max": "82.949", + "min": "79.098", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "301.673", + "max": "302.434", + "min": "301.323", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "158.577", + "max": "158.78", + "min": "158.477", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "280.5", + "max": "282.231", + "min": "280.231", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "141.312", + "max": "141.998", + "min": "141.228", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "183.121", + "max": "183.445", + "min": "183.046", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "132.897", + "max": "132.98", + "min": "132.848", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "39.155", + "max": "40.953", + "min": "38.826", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "39.072", + "max": "39.2", + "min": "39.005", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "160.109", + "max": "163.292", + "min": "158.149", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "109.668", + "max": "110.799", + "min": "109.314", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "51.995", + "max": "53.415", + "min": "51.266", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "171.895", + "max": "172.612", + "min": "171.65", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "47.001", + "max": "47.317", + "min": "46.81", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "120.291", + "max": "121.463", + "min": "120.086", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "233.392", + "max": "239.206", + "min": "226.878", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "130.145", + "max": "130.145", + "min": "130.145", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "98.784", + "max": "98.829", + "min": "98.746", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "115.642", + "max": "115.839", + "min": "115.556", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "202.057", + "max": "202.824", + "min": "201.806", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "117.437", + "max": "128.551", + "min": "109.24", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "127.145", + "max": "127.242", + "min": "127.022", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "215.329", + "max": "216.37", + "min": "215.189", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "179.117", + "max": "179.421", + "min": "178.939", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "34.726", + "max": "36.11", + "min": "34.554", + "id": "231", + "country": "United States", + "source_name": "Memphis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "233": { + "name": "Cromwell", + "data": { + "0": { + "avg": "139.127", + "max": "139.38", + "min": "139.01", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "254.51", + "max": "255.891", + "min": "254.271", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.037", + "max": "90.407", + "min": "89.916", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "101.841", + "max": "108.684", + "min": "101.2", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "76.835", + "max": "77.343", + "min": "76.667", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "185.065", + "max": "185.429", + "min": "184.929", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "79.354", + "max": "79.496", + "min": "79.247", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "231.383", + "max": "239.529", + "min": "230.057", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "124.776", + "max": "126.725", + "min": "124.32", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "100.267", + "max": "104.325", + "min": "99.637", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "70.5", + "max": "70.887", + "min": "70.299", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "46.289", + "max": "48.792", + "min": "46.114", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "8.229", + "max": "8.329", + "min": "8.163", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "11.161", + "max": "11.959", + "min": "10.961", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "38.726", + "max": "38.899", + "min": "38.576", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "81.277", + "max": "82.043", + "min": "81.003", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "106.344", + "max": "106.676", + "min": "106.127", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "23.248", + "max": "24.667", + "min": "23.014", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "80.439", + "max": "80.714", + "min": "80.285", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "95.717", + "max": "95.792", + "min": "95.633", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "262.358", + "max": "262.97", + "min": "262.229", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "27.543", + "max": "27.626", + "min": "27.461", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "72.57", + "max": "72.877", + "min": "72.477", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "79.707", + "max": "80.184", + "min": "79.588", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "104.433", + "max": "105.238", + "min": "104.136", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "93.443", + "max": "93.546", + "min": "93.344", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "96.986", + "max": "102.333", + "min": "96.556", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "98.303", + "max": "98.599", + "min": "98.151", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "86.892", + "max": "87.077", + "min": "86.79", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.4", + "max": "71.52", + "min": "70.236", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "237.377", + "max": "237.527", + "min": "237.244", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "99.283", + "max": "99.579", + "min": "99.195", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "71.926", + "max": "72.425", + "min": "71.763", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "119.225", + "max": "119.354", + "min": "119.14", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "105.258", + "max": "107.698", + "min": "105.026", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "251.303", + "max": "252.06", + "min": "251.155", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "73.214", + "max": "73.27", + "min": "73.169", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "85.034", + "max": "85.239", + "min": "84.814", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "80.44", + "max": "81.869", + "min": "80.266", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "13.989", + "max": "15.263", + "min": "13.728", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "215.111", + "max": "218.639", + "min": "214.471", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "81.153", + "max": "84.883", + "min": "80.598", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "115.791", + "max": "115.994", + "min": "115.685", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "187.016", + "max": "190.581", + "min": "186.741", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.883", + "max": "212.318", + "min": "211.778", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "190.097", + "max": "191.024", + "min": "189.602", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "112.297", + "max": "112.623", + "min": "112.093", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "84.497", + "max": "85.931", + "min": "84.29", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "209.805", + "max": "210.168", + "min": "209.636", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "96.173", + "max": "96.277", + "min": "96.122", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "21.803", + "max": "22.001", + "min": "21.686", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "100.391", + "max": "100.603", + "min": "100.246", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "110.553", + "max": "122.301", + "min": "98.337", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "47.16", + "max": "47.238", + "min": "47.081", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "218.545", + "max": "237.871", + "min": "213.375", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "268.755", + "max": "269.506", + "min": "268.547", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "103.681", + "max": "106.916", + "min": "102.973", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "227.483", + "max": "227.812", + "min": "227.392", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "114.708", + "max": "115.592", + "min": "114.482", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "161.633", + "max": "161.834", + "min": "161.49", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "135.069", + "max": "135.739", + "min": "134.646", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "135.604", + "max": "194.732", + "min": "129.862", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "251.458", + "max": "260.094", + "min": "250.693", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "251.247", + "max": "253.806", + "min": "251.017", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "123.829", + "max": "124.35", + "min": "123.435", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "203.853", + "max": "207.523", + "min": "203.469", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "9.382", + "max": "11.145", + "min": "9.182", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "119.117", + "max": "131.545", + "min": "118.14", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "146.231", + "max": "147.69", + "min": "145.474", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "50.813", + "max": "51.472", + "min": "50.657", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "228.159", + "max": "232.813", + "min": "227.873", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "80.371", + "max": "80.782", + "min": "80.195", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.73", + "max": "84.132", + "min": "79.401", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "30.256", + "max": "30.334", + "min": "30.19", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "117.948", + "max": "118.445", + "min": "117.782", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "79.339", + "max": "79.616", + "min": "79.199", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "18.656", + "max": "18.829", + "min": "18.517", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "80.659", + "max": "80.755", + "min": "80.557", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "22.598", + "max": "31.569", + "min": "22.077", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "23.889", + "max": "24.512", + "min": "23.727", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "83.599", + "max": "83.735", + "min": "83.467", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "25.777", + "max": "26.478", + "min": "25.543", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "242.222", + "max": "243.56", + "min": "242.035", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "217.877", + "max": "218.615", + "min": "217.705", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "67.063", + "max": "67.149", + "min": "66.97", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "201.771", + "max": "203.068", + "min": "201.345", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "80.69", + "max": "84.728", + "min": "80.35", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "34.707", + "max": "34.896", + "min": "34.605", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "29.982", + "max": "30.349", + "min": "29.812", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "154.094", + "max": "155.255", + "min": "153.891", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "97.289", + "max": "98.742", + "min": "96.561", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "72.605", + "max": "73.236", + "min": "72.401", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "90.568", + "max": "93.206", + "min": "90.414", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "196.516", + "max": "201.761", + "min": "196.162", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "15.982", + "max": "16.124", + "min": "15.891", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "88.269", + "max": "88.487", + "min": "88.137", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "82.328", + "max": "82.541", + "min": "82.151", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "61.919", + "max": "74.834", + "min": "60.486", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "72.121", + "max": "72.364", + "min": "71.976", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.239", + "max": "27.409", + "min": "24.009", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "97.72", + "max": "97.849", + "min": "97.672", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "76.096", + "max": "77.223", + "min": "75.8", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "209.041", + "max": "210.079", + "min": "208.849", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "236.834", + "max": "239.079", + "min": "236.353", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "93.182", + "max": "93.492", + "min": "93.056", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "244.499", + "max": "244.805", + "min": "244.185", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "95.049", + "max": "97.828", + "min": "94.768", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "11.665", + "max": "19.557", + "min": "11.209", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "26.876", + "max": "27.108", + "min": "26.738", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "196.623", + "max": "198.908", + "min": "196.395", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "248.461", + "max": "251.139", + "min": "248.216", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "202.81", + "max": "203.02", + "min": "202.686", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "6.654", + "max": "6.747", + "min": "6.593", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "201.842", + "max": "206.385", + "min": "201.494", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "455.125", + "max": "569.514", + "min": "277.43", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "216.373", + "max": "291.396", + "min": "138.478", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "237.013", + "max": "246.097", + "min": "236.364", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "170.878", + "max": "171.71", + "min": "170.637", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "44.3", + "max": "44.44", + "min": "44.136", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "43.235", + "max": "44.189", + "min": "42.923", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "46.365", + "max": "46.509", + "min": "46.152", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "113.984", + "max": "265.403", + "min": "32.64", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "116.13", + "max": "116.363", + "min": "116.028", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "119.161", + "max": "221.232", + "min": "110.853", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "111.689", + "max": "111.824", + "min": "111.61", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "105.366", + "max": "106.126", + "min": "104.552", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "6.668", + "max": "7.347", + "min": "6.096", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "236.211", + "max": "236.797", + "min": "235.994", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "196.859", + "max": "199.36", + "min": "196.505", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "111.095", + "max": "111.913", + "min": "110.925", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "18.994", + "max": "19.264", + "min": "18.826", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "94.754", + "max": "95.034", + "min": "94.585", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "42.614", + "max": "43.435", + "min": "42.524", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "214.048", + "max": "215.815", + "min": "213.278", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "92.072", + "max": "92.304", + "min": "91.953", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "11.835", + "max": "11.995", + "min": "11.623", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "63.718", + "max": "76.971", + "min": "62.16", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "44.436", + "max": "44.534", + "min": "44.345", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.899", + "max": "39.307", + "min": "38.813", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "9.922", + "max": "10.423", + "min": "9.82", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "100.329", + "max": "103.55", + "min": "100.101", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "288.085", + "max": "288.728", + "min": "287.723", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "117.995", + "max": "122.399", + "min": "117.438", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "97.026", + "max": "97.221", + "min": "96.824", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "112.559", + "max": "122.833", + "min": "112.038", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "82.904", + "max": "83.783", + "min": "82.587", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "109.562", + "max": "112.643", + "min": "109.305", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "253.629", + "max": "254.531", + "min": "253.499", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "72.715", + "max": "73.485", + "min": "72.619", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "74.726", + "max": "74.845", + "min": "74.639", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "162.094", + "max": "166.915", + "min": "161.063", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "176.073", + "max": "176.191", + "min": "175.976", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "110.491", + "max": "112.272", + "min": "110.227", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "93.578", + "max": "111.351", + "min": "92.18", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "18.374", + "max": "18.564", + "min": "18.303", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "102.7", + "max": "102.832", + "min": "102.52", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "109.782", + "max": "110.34", + "min": "109.577", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "222.245", + "max": "276.515", + "min": "213.639", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "49.153", + "max": "49.503", + "min": "48.931", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "181.287", + "max": "237.808", + "min": "172.656", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "45.685", + "max": "45.814", + "min": "45.599", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "485.526", + "max": "485.929", + "min": "484.965", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "107.207", + "max": "107.512", + "min": "107.029", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "7.332", + "max": "7.428", + "min": "7.258", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "190.516", + "max": "191.079", + "min": "190.189", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "244.911", + "max": "245.163", + "min": "244.83", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "166.129", + "max": "166.733", + "min": "165.729", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "59.845", + "max": "60.216", + "min": "59.705", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "232.985", + "max": "239.188", + "min": "230.138", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "12.867", + "max": "13.03", + "min": "12.76", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "21.827", + "max": "21.881", + "min": "21.778", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "100.958", + "max": "103.061", + "min": "100.603", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "281.607", + "max": "281.851", + "min": "281.531", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "82.433", + "max": "82.525", + "min": "82.357", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "89.069", + "max": "89.323", + "min": "88.897", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "105.405", + "max": "130.09", + "min": "104.06", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "93.77", + "max": "93.838", + "min": "93.701", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "75.242", + "max": "75.516", + "min": "75.037", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "137.024", + "max": "138.183", + "min": "136.804", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "127.363", + "max": "127.586", + "min": "127.281", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "144.772", + "max": "145.987", + "min": "144.565", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "113.828", + "max": "114.236", + "min": "113.696", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "81.641", + "max": "86.362", + "min": "81.092", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "94.728", + "max": "94.949", + "min": "94.635", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "78.279", + "max": "78.974", + "min": "78.13", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "98.37", + "max": "98.754", + "min": "98.189", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "141.083", + "max": "145.307", + "min": "140.706", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "103.06", + "max": "109.289", + "min": "102.094", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "102.567", + "max": "117.169", + "min": "88.386", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "72.784", + "max": "72.881", + "min": "72.72", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "141.903", + "max": "142.591", + "min": "141.687", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "185.255", + "max": "185.558", + "min": "185.008", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "121.636", + "max": "122.3", + "min": "121.222", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "158.635", + "max": "167.272", + "min": "158.071", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "270.007", + "max": "296.236", + "min": "268.712", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "91.54", + "max": "91.669", + "min": "91.467", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "171.652", + "max": "171.84", + "min": "171.432", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "98.395", + "max": "98.781", + "min": "98.287", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "93.943", + "max": "102.588", + "min": "92.061", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "128.665", + "max": "129.078", + "min": "128.546", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "77.09", + "max": "77.895", + "min": "76.984", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "77.551", + "max": "79.463", + "min": "77.334", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "78.187", + "max": "78.444", + "min": "78.012", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "228.586", + "max": "241.738", + "min": "225.361", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "11.641", + "max": "19.292", + "min": "10.22", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.683", + "max": "226.842", + "min": "225.55", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "212.347", + "max": "213.175", + "min": "212.2", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "82.51", + "max": "82.627", + "min": "82.396", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "230.049", + "max": "230.259", + "min": "229.903", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "69.894", + "max": "70.431", + "min": "69.602", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "179.454", + "max": "187.142", + "min": "179.031", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "132.71", + "max": "132.997", + "min": "132.578", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "75.28", + "max": "76.673", + "min": "74.853", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "93.918", + "max": "95.247", + "min": "93.596", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "26.155", + "max": "26.271", + "min": "26.092", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "39.909", + "max": "39.97", + "min": "39.852", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "242.087", + "max": "329.5", + "min": "238.896", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "0.021", + "max": "0.029", + "min": "0.016", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "113.449", + "max": "113.776", + "min": "113.349", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "12.849", + "max": "12.911", + "min": "12.761", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "96.77", + "max": "96.915", + "min": "96.688", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "145.569", + "max": "559.086", + "min": "131.153", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "52.487", + "max": "55.829", + "min": "49.716", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "96.995", + "max": "97.636", + "min": "96.626", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "122.026", + "max": "123.051", + "min": "121.476", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "154.492", + "max": "167.725", + "min": "148.215", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "218.3", + "max": "224.428", + "min": "217.81", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "177.511", + "max": "178.058", + "min": "177.362", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "165.509", + "max": "166.163", + "min": "165.324", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "199.391", + "max": "199.542", + "min": "199.246", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "80.722", + "max": "81.15", + "min": "80.633", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "126.943", + "max": "127.163", + "min": "126.833", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "18.314", + "max": "20.899", + "min": "17.973", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "18.609", + "max": "18.823", + "min": "18.522", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "140.141", + "max": "144.612", + "min": "138.402", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "106.58", + "max": "107.414", + "min": "106.269", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "99.466", + "max": "100.707", + "min": "98.491", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "207.588", + "max": "207.991", + "min": "207.444", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "33.675", + "max": "33.881", + "min": "33.531", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "84.78", + "max": "89.066", + "min": "84.344", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "249.083", + "max": "253.232", + "min": "245.564", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "114.808", + "max": "115.037", + "min": "114.58", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "74.748", + "max": "74.847", + "min": "74.69", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "87.247", + "max": "87.342", + "min": "87.174", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "166.905", + "max": "167.599", + "min": "166.625", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "101.81", + "max": "110.608", + "min": "93.662", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "106.696", + "max": "106.943", + "min": "106.604", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "198.749", + "max": "200.063", + "min": "198.363", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "150.001", + "max": "152.435", + "min": "149.65", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "30.437", + "max": "32.307", + "min": "30.157", + "id": "233", + "country": "United States", + "source_name": "Cromwell", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "235": { + "name": "Syracuse", + "data": { + "0": { + "avg": "145.136", + "max": "145.33", + "min": "145.027", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "262.905", + "max": "267.936", + "min": "262.546", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "17.3", + "max": "17.603", + "min": "17.226", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "99.891", + "max": "103.479", + "min": "99.289", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "77.43", + "max": "78.036", + "min": "77.174", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "188.394", + "max": "188.539", + "min": "188.31", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "85.584", + "max": "85.803", + "min": "85.457", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "300.837", + "max": "309.565", + "min": "299.553", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "125.253", + "max": "125.37", + "min": "125.163", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "102.557", + "max": "102.995", + "min": "102.39", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "75.59", + "max": "75.898", + "min": "75.472", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "46.171", + "max": "67.704", + "min": "45.315", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "8.417", + "max": "8.48", + "min": "8.333", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "7.615", + "max": "7.855", + "min": "7.501", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "37.53", + "max": "38.12", + "min": "37.439", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "15.035", + "max": "15.269", + "min": "14.511", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "101.641", + "max": "101.835", + "min": "101.357", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "24.084", + "max": "24.264", + "min": "23.988", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "85.215", + "max": "85.366", + "min": "85.034", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "95.063", + "max": "95.105", + "min": "95.002", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "283.935", + "max": "284.072", + "min": "283.888", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "17.135", + "max": "17.239", + "min": "17.064", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "67.942", + "max": "68.086", + "min": "67.85", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "71.944", + "max": "81.477", + "min": "71.233", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "115.352", + "max": "123.434", + "min": "114.891", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "91.55", + "max": "92.507", + "min": "91.422", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "96.324", + "max": "97.537", + "min": "96.085", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "110.144", + "max": "110.291", + "min": "109.982", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "94.084", + "max": "94.223", + "min": "94.009", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "79.22", + "max": "80.086", + "min": "79.002", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "261.531", + "max": "262.949", + "min": "261.423", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "98.473", + "max": "99.36", + "min": "98.376", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "77.859", + "max": "78.201", + "min": "77.743", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "127.037", + "max": "127.815", + "min": "126.933", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "95.281", + "max": "97.344", + "min": "94.922", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "248.106", + "max": "249.121", + "min": "247.908", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "73.35", + "max": "74.154", + "min": "73.278", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "63.344", + "max": "63.566", + "min": "63.124", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "42.145", + "max": "42.624", + "min": "42.006", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "19.223", + "max": "20.29", + "min": "19.019", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "217.167", + "max": "219.451", + "min": "216.758", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "78.97", + "max": "80.849", + "min": "78.579", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "112.487", + "max": "112.569", + "min": "112.414", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "107.675", + "max": "107.836", + "min": "107.618", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "212.166", + "max": "212.36", + "min": "212.075", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "109.716", + "max": "110.303", + "min": "109.277", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "108.227", + "max": "108.788", + "min": "108.084", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "93.935", + "max": "94.028", + "min": "93.844", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "156.417", + "max": "156.875", + "min": "156.322", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "50.314", + "max": "50.381", + "min": "50.266", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "9.036", + "max": "9.211", + "min": "8.997", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "66.209", + "max": "66.483", + "min": "66.01", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "147.203", + "max": "165.823", + "min": "85.699", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "27.869", + "max": "27.95", + "min": "27.806", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "217.868", + "max": "242.235", + "min": "213.887", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "274.193", + "max": "274.727", + "min": "274.039", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "97.834", + "max": "101.024", + "min": "97.197", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "217.377", + "max": "217.942", + "min": "217.273", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "128.128", + "max": "129.178", + "min": "127.857", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "84.009", + "max": "86.656", + "min": "83.798", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "141.342", + "max": "142.5", + "min": "140.83", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "133.908", + "max": "191.735", + "min": "128.907", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "261.894", + "max": "270.638", + "min": "261.383", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "249.289", + "max": "250.927", + "min": "249.083", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "122.182", + "max": "122.271", + "min": "122.104", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "118.256", + "max": "118.529", + "min": "118.181", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "9.365", + "max": "9.5", + "min": "9.263", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "120.242", + "max": "120.55", + "min": "119.928", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "139.558", + "max": "141.26", + "min": "138.779", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "40.909", + "max": "41.292", + "min": "40.84", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "227.19", + "max": "228.208", + "min": "226.981", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "70.937", + "max": "71.367", + "min": "70.695", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "79.765", + "max": "79.957", + "min": "79.65", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "33.096", + "max": "33.192", + "min": "33.005", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "107.333", + "max": "108.289", + "min": "107.155", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "79.574", + "max": "79.777", + "min": "79.441", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "18.966", + "max": "19.11", + "min": "18.851", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "80.523", + "max": "80.631", + "min": "80.449", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "14.458", + "max": "14.769", + "min": "14.307", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "13.426", + "max": "13.987", + "min": "13.34", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "73.168", + "max": "73.357", + "min": "73.045", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "25.206", + "max": "25.69", + "min": "25.043", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "205.01", + "max": "208.177", + "min": "204.728", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "237.586", + "max": "238.258", + "min": "237.415", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "72.313", + "max": "72.418", + "min": "72.222", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "135.162", + "max": "136.275", + "min": "134.722", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "78.774", + "max": "80.021", + "min": "78.469", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "34.285", + "max": "34.463", + "min": "34.19", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "23.878", + "max": "24.103", + "min": "23.73", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.408", + "max": "81.922", + "min": "78.081", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "33.125", + "max": "34.683", + "min": "32.275", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "72.218", + "max": "72.886", + "min": "72.034", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "89.406", + "max": "89.449", + "min": "89.32", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "200.795", + "max": "201.002", + "min": "200.685", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "4.569", + "max": "4.943", + "min": "4.495", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "39.735", + "max": "39.858", + "min": "39.648", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "85.796", + "max": "86.02", + "min": "85.518", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "65.949", + "max": "75.419", + "min": "65.18", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "77.907", + "max": "78.447", + "min": "77.781", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "14.766", + "max": "15.69", + "min": "14.639", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "33.228", + "max": "33.364", + "min": "33.157", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "69.481", + "max": "69.731", + "min": "69.328", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "119.673", + "max": "127.855", + "min": "119.297", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "226.449", + "max": "227.657", + "min": "226.082", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "29.087", + "max": "29.465", + "min": "28.887", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "265.253", + "max": "335.632", + "min": "211.813", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "107.584", + "max": "108.688", + "min": "107.487", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "14.474", + "max": "14.611", + "min": "14.311", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "30.019", + "max": "30.229", + "min": "29.891", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "197.043", + "max": "200.286", + "min": "196.769", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "228.288", + "max": "228.481", + "min": "228.197", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "196.783", + "max": "197.205", + "min": "196.683", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "13.04", + "max": "13.127", + "min": "12.948", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "208.019", + "max": "221.99", + "min": "207.163", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "445.373", + "max": "549.509", + "min": "280.417", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "222.644", + "max": "335.29", + "min": "142.225", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "236.535", + "max": "239.065", + "min": "236.188", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "179.227", + "max": "180.355", + "min": "178.991", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "35.29", + "max": "35.768", + "min": "35.153", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "44.418", + "max": "44.94", + "min": "44.227", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "42.415", + "max": "42.628", + "min": "42.271", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "129.927", + "max": "282.116", + "min": "39.355", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "137.509", + "max": "179.823", + "min": "135.95", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "122.163", + "max": "377.953", + "min": "112.865", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "110.932", + "max": "115.708", + "min": "110.702", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "110.006", + "max": "110.983", + "min": "109.514", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "10.69", + "max": "11.26", + "min": "10.528", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "318.909", + "max": "320.101", + "min": "318.655", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "201.546", + "max": "202.081", + "min": "201.311", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "100.699", + "max": "100.965", + "min": "100.632", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "23.407", + "max": "23.592", + "min": "23.322", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "27.001", + "max": "27.861", + "min": "26.849", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "24.647", + "max": "24.834", + "min": "24.565", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "203.791", + "max": "204.686", + "min": "203.26", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "53.111", + "max": "53.221", + "min": "53.062", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "8.498", + "max": "8.592", + "min": "8.405", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "50.392", + "max": "63.692", + "min": "48.862", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.29", + "max": "48.759", + "min": "48.19", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "24.076", + "max": "24.3", + "min": "24.01", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "4.323", + "max": "4.713", + "min": "4.17", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "99.532", + "max": "99.772", + "min": "99.43", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "249.178", + "max": "250.365", + "min": "248.755", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "111.452", + "max": "111.656", + "min": "111.359", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "110.391", + "max": "110.522", + "min": "110.259", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "115.71", + "max": "126.621", + "min": "114.454", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "80.805", + "max": "81.036", + "min": "80.68", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "114.297", + "max": "115.392", + "min": "114.14", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "276.825", + "max": "277.159", + "min": "276.726", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "71.117", + "max": "71.643", + "min": "71.026", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "72.791", + "max": "72.844", + "min": "72.708", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "91.259", + "max": "113.156", + "min": "89.028", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "192.453", + "max": "192.616", + "min": "192.346", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "113.747", + "max": "115.133", + "min": "113.564", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "94.139", + "max": "94.374", + "min": "93.984", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "22.706", + "max": "22.95", + "min": "22.627", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "81.867", + "max": "82.369", + "min": "81.714", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "108.026", + "max": "108.553", + "min": "107.819", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "234.348", + "max": "273.995", + "min": "227.446", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "40.767", + "max": "40.847", + "min": "40.713", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "172.34", + "max": "255.361", + "min": "164.435", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "45.857", + "max": "46.287", + "min": "45.739", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "382.53", + "max": "382.676", + "min": "382.328", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "111.241", + "max": "111.531", + "min": "111.166", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "7.851", + "max": "8.278", + "min": "7.77", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "174.86", + "max": "175.381", + "min": "174.732", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "235.464", + "max": "235.82", + "min": "235.398", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "167.437", + "max": "168.008", + "min": "167.317", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "60.047", + "max": "60.279", + "min": "59.869", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "209.573", + "max": "210.312", + "min": "209.367", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "15.538", + "max": "15.92", + "min": "15.47", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "12.487", + "max": "13.295", + "min": "12.408", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "94.122", + "max": "95.1", + "min": "93.787", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "272.86", + "max": "272.963", + "min": "272.77", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "81.745", + "max": "81.877", + "min": "81.677", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "88.639", + "max": "89.002", + "min": "88.297", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "106.113", + "max": "116.096", + "min": "105.725", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "96.069", + "max": "96.147", + "min": "95.986", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "74.425", + "max": "75.228", + "min": "74.233", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "127.912", + "max": "128.499", + "min": "127.691", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "117.988", + "max": "118.086", + "min": "117.904", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "138.407", + "max": "144.001", + "min": "138.118", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "121.478", + "max": "121.622", + "min": "121.374", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "79.405", + "max": "81.151", + "min": "79.201", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "90.527", + "max": "90.669", + "min": "90.441", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "82.855", + "max": "82.915", + "min": "82.801", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "110.919", + "max": "111.018", + "min": "110.811", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "131.555", + "max": "131.776", + "min": "131.277", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "103.713", + "max": "146.343", + "min": "101.495", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "100.208", + "max": "121.574", + "min": "86.982", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "72.389", + "max": "72.495", + "min": "72.329", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "133.502", + "max": "134.066", + "min": "133.316", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "116.262", + "max": "157.614", + "min": "113.878", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "116.748", + "max": "117.337", + "min": "116.3", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "81.202", + "max": "81.784", + "min": "80.947", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "265.183", + "max": "280.989", + "min": "264.188", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "90.106", + "max": "90.34", + "min": "90", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "98.909", + "max": "99.115", + "min": "98.717", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "97.58", + "max": "97.692", + "min": "97.505", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "99.44", + "max": "105.919", + "min": "98.107", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "126.885", + "max": "127.033", + "min": "126.78", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "76.638", + "max": "81.353", + "min": "76.258", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "76.904", + "max": "80.347", + "min": "76.492", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "77.284", + "max": "78.472", + "min": "77.177", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "235.544", + "max": "248.724", + "min": "233.277", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "14.581", + "max": "17.428", + "min": "13.936", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "234.313", + "max": "236.206", + "min": "228.147", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "228.821", + "max": "229.145", + "min": "228.719", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "85.396", + "max": "85.534", + "min": "85.301", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "213.457", + "max": "214.041", + "min": "213.313", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "81.023", + "max": "81.618", + "min": "80.742", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "107.402", + "max": "107.562", + "min": "107.25", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "130.862", + "max": "132.613", + "min": "130.605", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "73.402", + "max": "74.648", + "min": "72.94", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "81.633", + "max": "81.875", + "min": "81.491", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "25.818", + "max": "25.92", + "min": "25.768", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "41.391", + "max": "41.524", + "min": "41.313", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "256.853", + "max": "346.364", + "min": "250.514", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "12.822", + "max": "12.924", + "min": "12.753", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "95.398", + "max": "95.976", + "min": "95.283", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "0.027", + "max": "0.061", + "min": "0.018", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "95.877", + "max": "96.088", + "min": "95.777", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "180.428", + "max": "180.838", + "min": "180.278", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.111", + "max": "57.6", + "min": "51.829", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "100.636", + "max": "100.961", + "min": "100.506", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "107.089", + "max": "109.429", + "min": "106.408", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "86.188", + "max": "98.941", + "min": "84.304", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "217.147", + "max": "217.672", + "min": "216.872", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "189.661", + "max": "189.89", + "min": "189.522", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "156.027", + "max": "157.44", + "min": "155.86", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "119.122", + "max": "119.58", + "min": "119.02", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "83.877", + "max": "83.973", + "min": "83.815", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "127.636", + "max": "127.852", + "min": "127.56", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "12.872", + "max": "17.114", + "min": "12.388", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "22.601", + "max": "22.909", + "min": "22.47", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "136.355", + "max": "138.38", + "min": "134.417", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "97.207", + "max": "97.74", + "min": "97.059", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "16.267", + "max": "17.964", + "min": "15.324", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "136.27", + "max": "137.624", + "min": "136.132", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "38.906", + "max": "39.084", + "min": "38.701", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "88.742", + "max": "97.067", + "min": "88.069", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "217.923", + "max": "218.617", + "min": "217.759", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "107.469", + "max": "107.469", + "min": "107.469", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "80.12", + "max": "80.185", + "min": "80.055", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "102.444", + "max": "102.657", + "min": "102.366", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "166.043", + "max": "199.566", + "min": "164.752", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "93.863", + "max": "105.216", + "min": "86.054", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "109.059", + "max": "109.138", + "min": "108.958", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "198.052", + "max": "199.151", + "min": "197.834", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "154.096", + "max": "155.618", + "min": "153.798", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "24.517", + "max": "31.475", + "min": "24.099", + "id": "235", + "country": "United States", + "source_name": "Syracuse", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "239": { + "name": "Savannah", + "data": { + "0": { + "avg": "103.431", + "max": "113.032", + "min": "100.775", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "220.448", + "max": "224.082", + "min": "219.203", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "57.148", + "max": "59.74", + "min": "56.172", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "141.487", + "max": "160.981", + "min": "138.758", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "121.393", + "max": "125.704", + "min": "119.549", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "185.369", + "max": "190.678", + "min": "183.85", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "122.295", + "max": "126.617", + "min": "120.976", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "229.921", + "max": "250.168", + "min": "226.703", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "163.07", + "max": "168.222", + "min": "161.577", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "149.428", + "max": "153.989", + "min": "147.95", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "131.334", + "max": "141.975", + "min": "129.267", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "49.256", + "max": "53.469", + "min": "47.783", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "44.422", + "max": "51.344", + "min": "42.868", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "49.692", + "max": "56.393", + "min": "48.066", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "31.238", + "max": "36.021", + "min": "29.308", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "35.907", + "max": "41.011", + "min": "33.867", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "130.807", + "max": "135.024", + "min": "129.074", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "26.765", + "max": "32.262", + "min": "24.999", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "125.233", + "max": "139.249", + "min": "123.152", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "136.958", + "max": "150.165", + "min": "134.852", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "224.63", + "max": "228.072", + "min": "223.051", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "54.581", + "max": "59.684", + "min": "52.908", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "76.37", + "max": "80.533", + "min": "74.606", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "84.855", + "max": "90.441", + "min": "82.159", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "143.091", + "max": "147.5", + "min": "141.519", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "132.245", + "max": "136.756", + "min": "130.822", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "135.71", + "max": "141.677", + "min": "133.982", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "137.058", + "max": "144.118", + "min": "134.698", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "133.583", + "max": "150.562", + "min": "130.703", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "80.788", + "max": "88.788", + "min": "78.619", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "251.131", + "max": "257.14", + "min": "249.252", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "152.482", + "max": "156.487", + "min": "151.092", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "66.684", + "max": "71.172", + "min": "65.116", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "168.26", + "max": "172.374", + "min": "166.576", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "140.864", + "max": "145.66", + "min": "139.605", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "256.153", + "max": "261.65", + "min": "254.663", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "69.102", + "max": "73.167", + "min": "67.102", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "75.832", + "max": "83.758", + "min": "74.141", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "40.777", + "max": "46.283", + "min": "38.922", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "38.003", + "max": "40.609", + "min": "36.514", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "250.105", + "max": "255.036", + "min": "248.421", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "121.588", + "max": "127.172", + "min": "119.908", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "156.149", + "max": "182.251", + "min": "153.821", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "154.014", + "max": "161.403", + "min": "152.481", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "263.534", + "max": "277.346", + "min": "261.566", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "150.018", + "max": "153.324", + "min": "148.439", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "153.856", + "max": "159.414", + "min": "152.215", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "78.568", + "max": "85.455", + "min": "77.04", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "160.754", + "max": "171.899", + "min": "158.462", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "53.346", + "max": "62.613", + "min": "51.34", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "68.389", + "max": "76.165", + "min": "65.766", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "83.5", + "max": "91.922", + "min": "82.214", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "160.112", + "max": "250.953", + "min": "144.084", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "54.628", + "max": "61.521", + "min": "52.661", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "271.036", + "max": "282.677", + "min": "265.996", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "282.803", + "max": "288.701", + "min": "280.936", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "138.432", + "max": "144.612", + "min": "136.311", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "218.215", + "max": "222.25", + "min": "216.655", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "148.432", + "max": "155.364", + "min": "146.377", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "120.489", + "max": "129.467", + "min": "117.274", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "173.475", + "max": "177.926", + "min": "171.621", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "174.629", + "max": "217.575", + "min": "170.426", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "264.932", + "max": "296.081", + "min": "260.951", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "292.046", + "max": "299.024", + "min": "290.294", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "157.532", + "max": "168.694", + "min": "155.059", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "159.919", + "max": "165.958", + "min": "157.981", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "40.681", + "max": "44.798", + "min": "39.169", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "153.602", + "max": "162.168", + "min": "151.201", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "151.187", + "max": "187.511", + "min": "146.921", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "59.268", + "max": "64.483", + "min": "56.888", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "237.097", + "max": "242.211", + "min": "235.383", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "69.08", + "max": "73.194", + "min": "67.413", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.13", + "max": "87.784", + "min": "82.729", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "29.266", + "max": "34.644", + "min": "27.589", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "169.697", + "max": "185.251", + "min": "164.474", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "118.494", + "max": "124.032", + "min": "117.129", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "42.328", + "max": "52.215", + "min": "39.864", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "80.404", + "max": "87.847", + "min": "79.01", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "44.8", + "max": "47.416", + "min": "43.31", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "45.902", + "max": "51.497", + "min": "44.105", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "85.544", + "max": "91.902", + "min": "83.914", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "59.838", + "max": "63.349", + "min": "58.47", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "216.976", + "max": "220.963", + "min": "215.374", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "260.899", + "max": "263.983", + "min": "259.441", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "82.272", + "max": "90.91", + "min": "80.878", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "173.256", + "max": "184.911", + "min": "170.425", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "126.917", + "max": "138.976", + "min": "124.942", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "28.78", + "max": "37.252", + "min": "26.756", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "48.686", + "max": "52.689", + "min": "47.181", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "116.579", + "max": "121.707", + "min": "115.051", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "53.771", + "max": "57.8", + "min": "52.312", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "82.672", + "max": "85.099", + "min": "81.604", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "131.33", + "max": "138.322", + "min": "130.136", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "219.269", + "max": "224.48", + "min": "217.927", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "57.602", + "max": "63.101", + "min": "55.767", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "39.67", + "max": "41.947", + "min": "38.328", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "75.907", + "max": "82.067", + "min": "73.495", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "79.262", + "max": "102.995", + "min": "76.101", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "83.076", + "max": "88.129", + "min": "81.357", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "52.681", + "max": "59.369", + "min": "50.475", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "60.486", + "max": "88.495", + "min": "57.208", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "97.982", + "max": "101.827", + "min": "96.748", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "169.869", + "max": "174.509", + "min": "168.641", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "246.868", + "max": "254.252", + "min": "244.634", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "50.224", + "max": "54.82", + "min": "48.393", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "209.552", + "max": "214.587", + "min": "207.089", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "112.541", + "max": "115.898", + "min": "111.308", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "45.582", + "max": "49.244", + "min": "43.587", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "40.022", + "max": "50.241", + "min": "33.831", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "273.627", + "max": "281.268", + "min": "271.606", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "214.932", + "max": "221.585", + "min": "213.384", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "203.05", + "max": "213.337", + "min": "198.852", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "41.864", + "max": "46.718", + "min": "40.867", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "249.796", + "max": "255.286", + "min": "248.662", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "475.274", + "max": "601.462", + "min": "320.118", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "271.129", + "max": "378.699", + "min": "180.979", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "283.003", + "max": "289.909", + "min": "281.049", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "175.598", + "max": "181.271", + "min": "173.682", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "52.405", + "max": "67.793", + "min": "50.211", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "39.379", + "max": "46.418", + "min": "37.9", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "57.565", + "max": "64.902", + "min": "55.148", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "120.269", + "max": "265.156", + "min": "41.256", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "132.238", + "max": "145.383", + "min": "130.173", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "159.541", + "max": "331.753", + "min": "150.787", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "158.429", + "max": "178.728", + "min": "155.2", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "139.886", + "max": "146.219", + "min": "138.065", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "45.605", + "max": "49.026", + "min": "44.546", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "259.78", + "max": "265.488", + "min": "258.187", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "230.012", + "max": "236.814", + "min": "228.501", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "120.731", + "max": "127.69", + "min": "119.054", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "52.149", + "max": "56.749", + "min": "50.428", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "42.472", + "max": "49.226", + "min": "40.889", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "54.939", + "max": "59.878", + "min": "53.018", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "221.796", + "max": "229.411", + "min": "219.829", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "55.626", + "max": "60.163", + "min": "53.77", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "50.118", + "max": "56.766", + "min": "48.804", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "66.273", + "max": "83.022", + "min": "62.557", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "57.462", + "max": "61.985", + "min": "55.545", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "57.205", + "max": "61.821", + "min": "55.742", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "46.737", + "max": "55.344", + "min": "45.133", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "141.166", + "max": "148.566", + "min": "138.828", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "285.489", + "max": "292.556", + "min": "283.889", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "154.614", + "max": "156.715", + "min": "153.457", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "138.428", + "max": "142.053", + "min": "136.915", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "123.428", + "max": "126.607", + "min": "121.633", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "129.509", + "max": "136.967", + "min": "127.268", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "151.945", + "max": "156.425", + "min": "150.07", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "283.136", + "max": "288.629", + "min": "281.285", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "109.185", + "max": "115.851", + "min": "107.743", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "115.375", + "max": "118.456", + "min": "113.977", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "124.701", + "max": "144.409", + "min": "121.343", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "206.725", + "max": "212.175", + "min": "205.162", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "152.508", + "max": "156.651", + "min": "151.094", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "124.489", + "max": "167.839", + "min": "121.188", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "46.917", + "max": "73.596", + "min": "44.777", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "92.623", + "max": "96.768", + "min": "90.711", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "150.955", + "max": "155.078", + "min": "149.481", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "236.695", + "max": "288.389", + "min": "225.485", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "69.913", + "max": "74.134", + "min": "67.923", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "162.789", + "max": "253.942", + "min": "153.624", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "71.699", + "max": "78.274", + "min": "69.029", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "487.447", + "max": "497.475", + "min": "484.866", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "146.165", + "max": "153.545", + "min": "143.881", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "44.76", + "max": "55.066", + "min": "42.948", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "230.627", + "max": "235.096", + "min": "228.83", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "291.488", + "max": "316.49", + "min": "289.008", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "207.129", + "max": "222.851", + "min": "204.537", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "63.967", + "max": "68.006", + "min": "62.31", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "233.427", + "max": "243.481", + "min": "230.394", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "56.32", + "max": "65.697", + "min": "54.658", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "46.299", + "max": "50.449", + "min": "44.681", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "138.616", + "max": "143.508", + "min": "136.496", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "298.792", + "max": "304.903", + "min": "297.306", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "117.667", + "max": "121.039", + "min": "116.458", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "135.053", + "max": "172.601", + "min": "131.968", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "139.108", + "max": "148.78", + "min": "136.886", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "131.345", + "max": "134.378", + "min": "129.721", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "115.24", + "max": "119.542", + "min": "114.075", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "169.264", + "max": "173.662", + "min": "167.219", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "152.289", + "max": "159.583", + "min": "150.704", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "170.916", + "max": "183.242", + "min": "169.035", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "163.821", + "max": "170.023", + "min": "162.142", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "117.65", + "max": "121.59", + "min": "116.143", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "128.146", + "max": "131.047", + "min": "126.69", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "114.756", + "max": "119.374", + "min": "113.072", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "138.161", + "max": "141.844", + "min": "136.821", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "167.78", + "max": "183.934", + "min": "164.873", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "138.738", + "max": "143.73", + "min": "136.806", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "148.09", + "max": "235.593", + "min": "132.22", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "124.266", + "max": "132.201", + "min": "122.358", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "163.761", + "max": "167.562", + "min": "161.734", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "148.859", + "max": "179.492", + "min": "145.839", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "166.363", + "max": "179.715", + "min": "163.63", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "113.719", + "max": "124.899", + "min": "111.388", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "266.913", + "max": "274.531", + "min": "265.071", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "133.106", + "max": "139.427", + "min": "131.472", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "136.924", + "max": "139.776", + "min": "135.357", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "138.358", + "max": "142.728", + "min": "133.76", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "84.695", + "max": "90.957", + "min": "81.317", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "172.538", + "max": "178.824", + "min": "170.542", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "115.776", + "max": "119.423", + "min": "113.76", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "116.196", + "max": "122.511", + "min": "113.611", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "114.132", + "max": "120.532", + "min": "112.369", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "236.968", + "max": "248.215", + "min": "234.197", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "47.198", + "max": "52.183", + "min": "45.404", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "255.059", + "max": "282.963", + "min": "246.394", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "253.328", + "max": "258.41", + "min": "251.229", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "127.551", + "max": "132.385", + "min": "125.348", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "255.17", + "max": "258.851", + "min": "253.006", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "85.113", + "max": "91.441", + "min": "83.404", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "147.247", + "max": "152.206", + "min": "145.598", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "176.166", + "max": "208.699", + "min": "173.309", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "111.217", + "max": "114.788", + "min": "109.906", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "116.527", + "max": "121.485", + "min": "115.563", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "54.087", + "max": "60.068", + "min": "51.894", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "50.762", + "max": "55.245", + "min": "48.769", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "243.99", + "max": "253.019", + "min": "241.504", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "50.958", + "max": "55.539", + "min": "49.611", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "173.265", + "max": "177.759", + "min": "171.556", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "53.415", + "max": "59.88", + "min": "51.277", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "131.679", + "max": "137.707", + "min": "129.493", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "161.558", + "max": "168.584", + "min": "159.26", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": null, + "max": null, + "min": null, + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "135.161", + "max": "138.518", + "min": "133.574", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "154.514", + "max": "160.688", + "min": "152.58", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "82.865", + "max": "87.682", + "min": "80.278", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "291.834", + "max": "320.557", + "min": "289.038", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "180.907", + "max": "192.516", + "min": "179.545", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "204.787", + "max": "207.51", + "min": "203.252", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "155.06", + "max": "163.258", + "min": "153.576", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "122.922", + "max": "141.049", + "min": "119.76", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "164.566", + "max": "168.563", + "min": "162.831", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "53.55", + "max": "62.965", + "min": "51.219", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "43.883", + "max": "48.595", + "min": "42.621", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "167.176", + "max": "174.1", + "min": "163.671", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "96.706", + "max": "103.97", + "min": "93.984", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "61.716", + "max": "69.685", + "min": "59.569", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "175.056", + "max": "180.076", + "min": "173.476", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "53.748", + "max": "60.669", + "min": "52.41", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "127.945", + "max": "136.277", + "min": "126.246", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "287.084", + "max": "295.327", + "min": "285.515", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "117.395", + "max": "117.395", + "min": "117.395", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "112.251", + "max": "118.22", + "min": "110.51", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "125.788", + "max": "132.697", + "min": "124.061", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "211.177", + "max": "308.122", + "min": "204.194", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "131.655", + "max": "145.703", + "min": "124.222", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "146.41", + "max": "154.312", + "min": "144.554", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "237.632", + "max": "245.682", + "min": "235.565", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "205.036", + "max": "213.969", + "min": "202.914", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "52.189", + "max": "62.763", + "min": "49.991", + "id": "239", + "country": "United States", + "source_name": "Savannah", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "249": { + "name": "Quebec City", + "data": { + "0": { + "avg": "165.868", + "max": "168.475", + "min": "165.423", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "223.893", + "max": "226.289", + "min": "223.589", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "12.051", + "max": "14.289", + "min": "11.752", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "106.611", + "max": "113.253", + "min": "105.634", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "87.128", + "max": "88.98", + "min": "86.732", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "186.244", + "max": "186.74", + "min": "186.008", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "85.707", + "max": "89.284", + "min": "85.338", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "229.681", + "max": "236.996", + "min": "228.521", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "131.109", + "max": "131.507", + "min": "130.944", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "107.258", + "max": "111.85", + "min": "106.669", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "85.668", + "max": "86.402", + "min": "85.435", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "55.713", + "max": "61.911", + "min": "54.896", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "24.625", + "max": "25.671", + "min": "24.447", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "17.376", + "max": "19.796", + "min": "16.838", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "42.839", + "max": "44.656", + "min": "42.566", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "18.086", + "max": "19.182", + "min": "17.423", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "111.615", + "max": "114.182", + "min": "111.187", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "28.568", + "max": "33.312", + "min": "28.114", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "86.104", + "max": "86.648", + "min": "85.925", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "102.364", + "max": "102.838", + "min": "102.252", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "226.167", + "max": "228.758", + "min": "225.796", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "30.618", + "max": "31.15", + "min": "30.476", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "67.731", + "max": "68.048", + "min": "67.587", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "81.741", + "max": "96.151", + "min": "80.689", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "116.005", + "max": "116.736", + "min": "115.669", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "98.884", + "max": "100.613", + "min": "98.566", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "104.725", + "max": "105.403", + "min": "104.579", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "113.169", + "max": "114.873", + "min": "112.731", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "98.353", + "max": "103.883", + "min": "97.283", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.266", + "max": "71.163", + "min": "69.946", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "272.335", + "max": "273.838", + "min": "272.062", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "111.938", + "max": "113.304", + "min": "111.675", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "125.392", + "max": "125.951", + "min": "125.202", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "120.483", + "max": "123.299", + "min": "120.086", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "233.512", + "max": "238.209", + "min": "233.144", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "78.911", + "max": "80.029", + "min": "78.767", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "64.539", + "max": "65.935", + "min": "64.193", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "42.949", + "max": "45.034", + "min": "42.698", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "18.677", + "max": "25.012", + "min": "17.559", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "221.794", + "max": "228.564", + "min": "221.175", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "89.925", + "max": "95", + "min": "89.178", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "120.519", + "max": "121.952", + "min": "120.177", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "116.928", + "max": "118.475", + "min": "116.52", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "227.144", + "max": "233.628", + "min": "226.47", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "124.75", + "max": "129.355", + "min": "124.056", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "120.613", + "max": "121.525", + "min": "120.333", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "102.917", + "max": "104.899", + "min": "100.804", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "175.549", + "max": "178.334", + "min": "174.114", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "51.275", + "max": "51.987", + "min": "51.12", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "4.489", + "max": "7.049", + "min": "4.115", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "62.384", + "max": "67.038", + "min": "61.907", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "124.101", + "max": "174.185", + "min": "86.099", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "47.22", + "max": "47.389", + "min": "47.078", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "231.71", + "max": "253.45", + "min": "227.599", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "285.742", + "max": "286.612", + "min": "285.538", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "119.618", + "max": "121.599", + "min": "118.236", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "217.737", + "max": "219.818", + "min": "217.349", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "110.033", + "max": "111.805", + "min": "109.652", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "87.503", + "max": "87.99", + "min": "87.283", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "137.252", + "max": "141.489", + "min": "136.465", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "138.92", + "max": "198.299", + "min": "135.293", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "259.974", + "max": "355.026", + "min": "252.307", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "291.043", + "max": "295.315", + "min": "290.739", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "128.197", + "max": "131.323", + "min": "127.727", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "129.454", + "max": "130.816", + "min": "129.142", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "15.562", + "max": "18.818", + "min": "14.829", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "124.744", + "max": "135.613", + "min": "123.468", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "144.449", + "max": "148.124", + "min": "143.642", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "45.796", + "max": "46.777", + "min": "45.598", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "233.133", + "max": "236.143", + "min": "232.649", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "76.901", + "max": "77.305", + "min": "76.585", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "86.162", + "max": "91.077", + "min": "85.562", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "38.308", + "max": "40.153", + "min": "37.85", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "130.618", + "max": "131.938", + "min": "130.312", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "80.216", + "max": "85.839", + "min": "79.73", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "27.892", + "max": "28.511", + "min": "27.614", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "77.02", + "max": "80.999", + "min": "76.25", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "19.426", + "max": "27.395", + "min": "18.824", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "29.062", + "max": "29.547", + "min": "28.813", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "75.07", + "max": "77.372", + "min": "74.669", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "19.265", + "max": "19.819", + "min": "18.964", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "353.46", + "max": "358.222", + "min": "352.934", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "239.821", + "max": "240.472", + "min": "239.597", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "59.582", + "max": "61.218", + "min": "59.216", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "151.789", + "max": "152.972", + "min": "151.452", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "93.388", + "max": "98.456", + "min": "92.75", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "37.834", + "max": "39.041", + "min": "37.605", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "28.096", + "max": "28.713", + "min": "27.791", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "84.996", + "max": "86.379", + "min": "84.726", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "38.633", + "max": "40.674", + "min": "37.855", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "79.649", + "max": "81.143", + "min": "79.321", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "114.735", + "max": "116.822", + "min": "114.518", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "210.955", + "max": "213.215", + "min": "210.603", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "20.235", + "max": "21.497", + "min": "19.829", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "54.971", + "max": "55.412", + "min": "54.756", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "89.967", + "max": "90.267", + "min": "89.765", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "72.755", + "max": "88.402", + "min": "71.395", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "75.171", + "max": "79.025", + "min": "74.733", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "24.338", + "max": "25.753", + "min": "23.98", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "39.384", + "max": "40.29", + "min": "39.131", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "47.23", + "max": "49.127", + "min": "46.854", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "137.426", + "max": "137.88", + "min": "137.209", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "235.974", + "max": "240.471", + "min": "235.25", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "35.035", + "max": "38.894", + "min": "34.472", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "216.271", + "max": "217.412", + "min": "215.945", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "108.182", + "max": "109.501", + "min": "108.013", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "22.533", + "max": "23.29", + "min": "22.314", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "30.478", + "max": "31.376", + "min": "30.078", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "263.341", + "max": "264.494", + "min": "262.959", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "227.789", + "max": "228.808", + "min": "227.521", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "193.33", + "max": "195.673", + "min": "193.009", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "12.162", + "max": "16.44", + "min": "11.809", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "215.114", + "max": "216.892", + "min": "214.6", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "454.526", + "max": "553.044", + "min": "292.459", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "230.92", + "max": "335.112", + "min": "142.026", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "235.274", + "max": "241.661", + "min": "234.615", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "168.671", + "max": "169.175", + "min": "168.534", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "45.094", + "max": "47.566", + "min": "44.799", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "50.591", + "max": "54.089", + "min": "49.815", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "44.14", + "max": "44.36", + "min": "43.903", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "123.385", + "max": "269.967", + "min": "40.309", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "125.195", + "max": "128.526", + "min": "124.788", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "119.73", + "max": "128.147", + "min": "119.106", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "118.581", + "max": "119.071", + "min": "118.41", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "114.289", + "max": "116.375", + "min": "113.711", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "12.788", + "max": "13.332", + "min": "12.552", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "248.96", + "max": "250.031", + "min": "248.717", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "172.82", + "max": "174.64", + "min": "172.535", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "90.174", + "max": "92.645", + "min": "89.769", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "30.809", + "max": "33.529", + "min": "30.376", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "30.421", + "max": "32.897", + "min": "30.087", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "34.407", + "max": "44.542", + "min": "31.639", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "227.892", + "max": "229.26", + "min": "226.93", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "57.981", + "max": "62.11", + "min": "57.622", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "14.533", + "max": "18.378", + "min": "13.919", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "61.083", + "max": "68.444", + "min": "59.844", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "47.853", + "max": "51.812", + "min": "47.15", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "37.538", + "max": "37.833", + "min": "37.379", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "12.723", + "max": "15.446", + "min": "12.34", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "106.648", + "max": "108.163", + "min": "105.882", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "249.941", + "max": "251.226", + "min": "249.453", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "119.944", + "max": "121.924", + "min": "119.562", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "110.821", + "max": "116.11", + "min": "110.156", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "116.861", + "max": "121.291", + "min": "116.18", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "87.304", + "max": "87.641", + "min": "87.007", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "125.284", + "max": "126.627", + "min": "125.047", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "219.214", + "max": "222.422", + "min": "218.98", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "81.565", + "max": "84.845", + "min": "81.153", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "82.246", + "max": "85.407", + "min": "81.866", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "91.391", + "max": "101.865", + "min": "89.357", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "203.205", + "max": "205.788", + "min": "202.662", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "122.98", + "max": "125.928", + "min": "122.686", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "92.376", + "max": "93.589", + "min": "92.14", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "23.011", + "max": "24.397", + "min": "22.723", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "90.497", + "max": "92.988", + "min": "89.981", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "115.275", + "max": "118.347", + "min": "114.901", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "235.223", + "max": "276.903", + "min": "227.946", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "41.174", + "max": "41.672", + "min": "40.943", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "182.722", + "max": "264.357", + "min": "173.908", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "50.317", + "max": "50.582", + "min": "50.17", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "487.88", + "max": "488.769", + "min": "487.512", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "121.066", + "max": "121.828", + "min": "120.785", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "12.459", + "max": "15.302", + "min": "12.149", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "195.659", + "max": "199.5", + "min": "195.085", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "243.302", + "max": "243.743", + "min": "243.125", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "176.107", + "max": "178.923", + "min": "175.244", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "65.806", + "max": "67.398", + "min": "65.41", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "218.164", + "max": "223.057", + "min": "217.601", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "23.854", + "max": "25.668", + "min": "23.503", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.438", + "max": "29.635", + "min": "24.086", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "94.062", + "max": "96.231", + "min": "93.457", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "295.655", + "max": "326.443", + "min": "275.438", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "89.426", + "max": "90.044", + "min": "89.255", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "98.311", + "max": "99.74", + "min": "97.896", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "117.987", + "max": "120.809", + "min": "117.442", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "103.025", + "max": "103.817", + "min": "102.889", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "84.946", + "max": "86.864", + "min": "84.588", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "147.088", + "max": "149.936", + "min": "146.658", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "122.297", + "max": "123.844", + "min": "122.024", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "144.184", + "max": "159.042", + "min": "142.991", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "129.987", + "max": "131.846", + "min": "129.522", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "85.809", + "max": "86.381", + "min": "85.667", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "94.184", + "max": "95.51", + "min": "93.859", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "87.339", + "max": "88.822", + "min": "86.979", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "121.42", + "max": "126.717", + "min": "120.892", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "150.565", + "max": "155.223", + "min": "149.948", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "112.348", + "max": "129.698", + "min": "109.981", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "127.273", + "max": "182.62", + "min": "96.774", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "84.475", + "max": "86.668", + "min": "84.203", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "144.185", + "max": "144.719", + "min": "143.983", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "117.249", + "max": "130.278", + "min": "116.581", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "136.502", + "max": "140.443", + "min": "135.759", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": null, + "max": null, + "min": null, + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "270.278", + "max": "275.712", + "min": "269.644", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "105.883", + "max": "106.794", + "min": "105.744", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "100.643", + "max": "101.87", + "min": "100.348", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "104.189", + "max": "107.148", + "min": "103.863", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "108.885", + "max": "115.396", + "min": "104.724", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "133.993", + "max": "137.637", + "min": "133.546", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "88.302", + "max": "88.846", + "min": "88.132", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "85.108", + "max": "86.826", + "min": "84.845", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "85.363", + "max": "88.681", + "min": "85.088", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.715", + "max": "241.461", + "min": "223.111", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "15.679", + "max": "19.159", + "min": "15.108", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "356.01", + "max": "359.656", + "min": "321.299", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "236.848", + "max": "239.059", + "min": "236.388", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "96.311", + "max": "96.458", + "min": "96.035", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "238.967", + "max": "239.742", + "min": "238.675", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "92.385", + "max": "96.528", + "min": "91.886", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "118.987", + "max": "120.616", + "min": "118.156", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "137.945", + "max": "144.788", + "min": "136.991", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "83.666", + "max": "86.218", + "min": "83.175", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "88.584", + "max": "90.276", + "min": "88.184", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "30.379", + "max": "32.315", + "min": "30.191", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "39.044", + "max": "40.196", + "min": "38.892", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "246.549", + "max": "249.464", + "min": "245.529", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "18.42", + "max": "20.355", + "min": "18.094", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "103.016", + "max": "103.878", + "min": "102.801", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "12.591", + "max": "14.359", + "min": "12.437", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "103.063", + "max": "107.793", + "min": "102.348", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "143.151", + "max": "171.906", + "min": "141.102", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.302", + "max": "59.653", + "min": "51.692", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "103.109", + "max": "109.744", + "min": "102.572", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "117.093", + "max": "122.239", + "min": "115.937", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "78.492", + "max": "82.694", + "min": "77.264", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "222.8", + "max": "229.392", + "min": "220.076", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "161.314", + "max": "161.722", + "min": "161.153", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "175.264", + "max": "179.942", + "min": "174.722", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "125.597", + "max": "128.786", + "min": "125.157", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "90.309", + "max": "92.413", + "min": "90.114", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "123.573", + "max": "128.476", + "min": "122.911", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "0.042", + "max": "0.073", + "min": "0.028", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "24.726", + "max": "26.4", + "min": "24.432", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "147.446", + "max": "157.27", + "min": "145.359", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "101.541", + "max": "103.098", + "min": "100.972", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "9.822", + "max": "11.376", + "min": "8.834", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "144.442", + "max": "147.892", + "min": "143.983", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "32.513", + "max": "35.054", + "min": "32", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "88.713", + "max": "91.437", + "min": "88.371", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "242.865", + "max": "248.676", + "min": "241.274", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.098", + "max": "113.098", + "min": "113.098", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "86.088", + "max": "90.161", + "min": "85.625", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "91.822", + "max": "94.635", + "min": "91.643", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "175.663", + "max": "178.596", + "min": "175.077", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "107.406", + "max": "117.253", + "min": "99.033", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "115.976", + "max": "118.242", + "min": "115.176", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "211.863", + "max": "215.763", + "min": "211.537", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "169.073", + "max": "177.939", + "min": "168.196", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "40.158", + "max": "42.678", + "min": "39.856", + "id": "249", + "country": "Canada", + "source_name": "Quebec City", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "250": { + "name": "Berkeley Springs", + "data": { + "0": { + "avg": "93.003", + "max": "93.242", + "min": "92.865", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "216.332", + "max": "216.489", + "min": "216.152", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.587", + "max": "22.83", + "min": "22.498", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "106.176", + "max": "112.782", + "min": "105.514", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "85.08", + "max": "86.776", + "min": "84.861", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "182.966", + "max": "183.517", + "min": "182.846", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "93.758", + "max": "93.948", + "min": "93.646", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "223.255", + "max": "228.95", + "min": "221.97", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "152.013", + "max": "165.354", + "min": "131.594", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "111.39", + "max": "111.698", + "min": "111.27", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "79.825", + "max": "80.635", + "min": "79.605", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "42.223", + "max": "62.759", + "min": "41.323", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "12.462", + "max": "12.657", + "min": "12.32", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "17.662", + "max": "18.054", + "min": "17.533", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "30.938", + "max": "31.083", + "min": "30.828", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "9.006", + "max": "9.436", + "min": "8.595", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "103.029", + "max": "103.313", + "min": "102.786", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "22.641", + "max": "23.61", + "min": "22.503", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "102.545", + "max": "102.784", + "min": "102.368", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "106.564", + "max": "106.709", + "min": "106.445", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "218.235", + "max": "218.344", + "min": "218.16", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "34.418", + "max": "34.518", + "min": "34.359", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "72.884", + "max": "73.007", + "min": "72.776", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "73.453", + "max": "79.053", + "min": "73.005", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "107.322", + "max": "107.718", + "min": "107.059", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "100.122", + "max": "100.397", + "min": "100.001", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "105.369", + "max": "107.657", + "min": "105.031", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "105.129", + "max": "105.603", + "min": "104.922", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "92.816", + "max": "92.957", + "min": "92.726", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "71.681", + "max": "71.921", + "min": "71.493", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "242.027", + "max": "242.198", + "min": "241.928", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "121.681", + "max": "121.892", + "min": "121.57", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "63.942", + "max": "65.154", + "min": "63.744", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "133.765", + "max": "133.925", + "min": "133.688", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "105.45", + "max": "106.504", + "min": "105.284", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "236.439", + "max": "242.225", + "min": "236.056", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "77.075", + "max": "151.602", + "min": "70.598", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "63.844", + "max": "64.027", + "min": "63.677", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "34.824", + "max": "35.542", + "min": "34.687", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "10.951", + "max": "14.255", + "min": "10.497", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "224.358", + "max": "225.868", + "min": "224.071", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "89.322", + "max": "94.221", + "min": "88.587", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "120.775", + "max": "121.384", + "min": "120.597", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "111.508", + "max": "116.331", + "min": "110.998", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "226.147", + "max": "226.288", + "min": "226.067", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "120.745", + "max": "121.409", + "min": "120.344", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "124.646", + "max": "124.966", + "min": "124.461", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "84.94", + "max": "86.388", + "min": "84.775", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "163.509", + "max": "163.68", + "min": "163.353", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "44.138", + "max": "44.327", + "min": "44.079", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "21.171", + "max": "21.34", + "min": "21.054", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "77.926", + "max": "78.63", + "min": "77.696", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "112.924", + "max": "124.708", + "min": "100.226", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "48.812", + "max": "48.999", + "min": "48.687", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "233.531", + "max": "240.838", + "min": "230.328", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "253.654", + "max": "254.655", + "min": "253.459", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "110.923", + "max": "112.636", + "min": "110.089", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "232.628", + "max": "232.889", + "min": "232.52", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "139.192", + "max": "141.872", + "min": "138.753", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "91.203", + "max": "91.422", + "min": "91.074", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "143.841", + "max": "146.087", + "min": "143.304", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "149.597", + "max": "209.049", + "min": "142.444", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "267.201", + "max": "318.04", + "min": "260.534", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "275.46", + "max": "275.715", + "min": "275.321", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "127.65", + "max": "127.917", + "min": "127.518", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "131.128", + "max": "131.541", + "min": "130.983", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "13.534", + "max": "13.867", + "min": "13.409", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "129.122", + "max": "141.458", + "min": "128.044", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "139.714", + "max": "141.572", + "min": "139.161", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "52.552", + "max": "54.231", + "min": "52.339", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "225.102", + "max": "227.633", + "min": "224.779", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "70.441", + "max": "72.594", + "min": "70.086", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "76.512", + "max": "76.769", + "min": "76.345", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "25.179", + "max": "28.995", + "min": "24.958", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "128.095", + "max": "129.651", + "min": "127.862", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "86.793", + "max": "87.083", + "min": "86.643", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "18.648", + "max": "18.839", + "min": "18.465", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "82.783", + "max": "87.06", + "min": "82.517", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "26.812", + "max": "27.641", + "min": "26.625", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "27.982", + "max": "28.19", + "min": "27.893", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "71.096", + "max": "71.563", + "min": "70.752", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "31", + "max": "31.558", + "min": "30.724", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "223.214", + "max": "224.873", + "min": "221.832", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "213.585", + "max": "213.742", + "min": "213.357", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "63.935", + "max": "64.044", + "min": "63.849", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "137.448", + "max": "138.298", + "min": "137.055", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "91.928", + "max": "100.858", + "min": "91.388", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "27.922", + "max": "32.056", + "min": "27.051", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "28.504", + "max": "29.158", + "min": "28.355", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "86.875", + "max": "87.312", + "min": "86.71", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "600.909", + "max": "742.279", + "min": "37.877", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "73.732", + "max": "74.178", + "min": "73.483", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "118.042", + "max": "118.217", + "min": "117.973", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "203.119", + "max": "204.34", + "min": "202.908", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "20.624", + "max": "22.402", + "min": "20.434", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "40.744", + "max": "43.45", + "min": "40.398", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "77.876", + "max": "78.242", + "min": "77.66", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "57.868", + "max": "68.472", + "min": "56.524", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "71.806", + "max": "72.075", + "min": "71.668", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "30.278", + "max": "31.458", + "min": "30.084", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "32.23", + "max": "32.358", + "min": "32.151", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "77.916", + "max": "78.158", + "min": "77.794", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "139.768", + "max": "144.961", + "min": "139.372", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "234.973", + "max": "236.837", + "min": "234.304", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "659.325", + "max": "854.329", + "min": "478.557", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "204.12", + "max": "204.362", + "min": "203.858", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "89.994", + "max": "91.827", + "min": "89.829", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "14.18", + "max": "14.353", + "min": "14.056", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "23.886", + "max": "24.06", + "min": "23.729", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "247.167", + "max": "250.046", + "min": "246.497", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "284.082", + "max": "284.842", + "min": "283.896", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "194.287", + "max": "200.663", + "min": "192.027", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "11.718", + "max": "11.832", + "min": "11.631", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "207.333", + "max": "213.366", + "min": "206.771", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "460.453", + "max": "574.916", + "min": "277.68", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "252.884", + "max": "347.491", + "min": "163.594", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "248.109", + "max": "266.947", + "min": "246.62", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "168.786", + "max": "172.496", + "min": "168.301", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "44.327", + "max": "44.607", + "min": "44.169", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "35.322", + "max": "36.678", + "min": "34.955", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "51.005", + "max": "51.314", + "min": "50.796", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "119.879", + "max": "271.223", + "min": "36.567", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "126.592", + "max": "142.471", + "min": "125.863", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "118.445", + "max": "119.688", + "min": "117.973", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "120.781", + "max": "120.896", + "min": "120.719", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "107.242", + "max": "108.39", + "min": "106.547", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "12.436", + "max": "12.727", + "min": "12.289", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "251.712", + "max": "251.952", + "min": "251.488", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "192.702", + "max": "193.052", + "min": "192.472", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "106.032", + "max": "106.371", + "min": "105.855", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "30.485", + "max": "30.758", + "min": "30.392", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "32.082", + "max": "32.21", + "min": "31.967", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "32.448", + "max": "32.6", + "min": "32.375", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "220.078", + "max": "221.785", + "min": "219.54", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "105.538", + "max": "152.076", + "min": "54.504", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "19.564", + "max": "19.834", + "min": "19.428", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "60.126", + "max": "96.699", + "min": "57.674", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "44.052", + "max": "44.539", + "min": "43.943", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "42.927", + "max": "43.094", + "min": "42.853", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "17.116", + "max": "18.98", + "min": "16.939", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "106.009", + "max": "106.11", + "min": "105.908", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "301.457", + "max": "303.678", + "min": "300.989", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "120.359", + "max": "120.516", + "min": "120.227", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "104.495", + "max": "104.756", + "min": "104.298", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "106.115", + "max": "117.199", + "min": "105.339", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "91.892", + "max": "92.645", + "min": "91.478", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "118.009", + "max": "124.085", + "min": "117.64", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "246.007", + "max": "246.585", + "min": "245.876", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "85.71", + "max": "91.453", + "min": "82.512", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "82.966", + "max": "83.163", + "min": "82.861", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "98.959", + "max": "105.582", + "min": "97.294", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "203.956", + "max": "204.172", + "min": "203.828", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "121.449", + "max": "123.959", + "min": "121.058", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "96.023", + "max": "128.637", + "min": "94.752", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "12.03", + "max": "12.146", + "min": "11.935", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "90.789", + "max": "91.761", + "min": "90.534", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "118.83", + "max": "119.445", + "min": "118.557", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "220.439", + "max": "260.447", + "min": "212.98", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "55.763", + "max": "56.018", + "min": "55.592", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "163.913", + "max": "202.342", + "min": "159.604", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "38.38", + "max": "38.481", + "min": "38.28", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "482.277", + "max": "482.749", + "min": "481.685", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "128.158", + "max": "128.404", + "min": "128.051", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "13.708", + "max": "13.901", + "min": "13.602", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "199.207", + "max": "199.449", + "min": "199.051", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "251.439", + "max": "251.547", + "min": "251.328", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "175.65", + "max": "176.268", + "min": "175.514", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "55.872", + "max": "56.389", + "min": "55.649", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "236.321", + "max": "237.041", + "min": "235.857", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "21.641", + "max": "21.756", + "min": "21.557", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "13.746", + "max": "13.869", + "min": "13.662", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "96.491", + "max": "97.206", + "min": "96.312", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "271.779", + "max": "271.872", + "min": "271.704", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "88.709", + "max": "88.916", + "min": "88.584", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "103.864", + "max": "114.138", + "min": "103.202", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "110.547", + "max": "133.454", + "min": "109.406", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "103.547", + "max": "103.719", + "min": "103.452", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "84.042", + "max": "84.671", + "min": "83.81", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "140.599", + "max": "143.282", + "min": "140.341", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "118.99", + "max": "119.146", + "min": "118.903", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "141.27", + "max": "147.262", + "min": "140.89", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "123.889", + "max": "124.191", + "min": "123.76", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "88.664", + "max": "89.196", + "min": "88.55", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "96.266", + "max": "96.404", + "min": "96.172", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "86.229", + "max": "86.824", + "min": "86.099", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "113.656", + "max": "113.923", + "min": "113.543", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "138.481", + "max": "138.768", + "min": "138.247", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "112.434", + "max": "115.588", + "min": "111.655", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "129.476", + "max": "186.24", + "min": "99.302", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "94.846", + "max": "95.055", + "min": "94.761", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "138.728", + "max": "139.33", + "min": "138.495", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "123.158", + "max": "136.508", + "min": "122.475", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "131.855", + "max": "132.347", + "min": "131.464", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "85.731", + "max": "86.394", + "min": "85.494", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "263.872", + "max": "264.08", + "min": "263.76", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "104.434", + "max": "104.667", + "min": "104.321", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "106.7", + "max": "107.043", + "min": "106.479", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "109.913", + "max": "110.047", + "min": "109.834", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "87.297", + "max": "94.801", + "min": "85.351", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "134.523", + "max": "136.726", + "min": "134.253", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "95.073", + "max": "97.108", + "min": "94.73", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "94.512", + "max": "94.806", + "min": "94.387", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "93.089", + "max": "93.252", + "min": "92.987", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "239.262", + "max": "253.417", + "min": "238.518", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "14.992", + "max": "21.255", + "min": "14.265", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "224.297", + "max": "227.319", + "min": "219.112", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "231.13", + "max": "231.318", + "min": "231.025", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "94.918", + "max": "95.145", + "min": "94.815", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "222.168", + "max": "226.924", + "min": "221.802", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "79.911", + "max": "80.247", + "min": "79.69", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "118.531", + "max": "118.978", + "min": "118.339", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "142.777", + "max": "143.349", + "min": "142.506", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "83.62", + "max": "85.105", + "min": "83.306", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "89.417", + "max": "89.771", + "min": "89.252", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "25.368", + "max": "25.451", + "min": "25.316", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "39.075", + "max": "39.4", + "min": "38.994", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.152", + "max": "382.394", + "min": "235.067", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "18.719", + "max": "19.11", + "min": "18.568", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "118.303", + "max": "118.5", + "min": "118.2", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "22.512", + "max": "22.647", + "min": "22.436", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "105.102", + "max": "105.25", + "min": "105.021", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "143.676", + "max": "144.533", + "min": "143.529", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "45.777", + "max": "48.795", + "min": "42.849", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "107.149", + "max": "107.407", + "min": "106.944", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "134.173", + "max": "135.266", + "min": "133.214", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "72.983", + "max": "77.583", + "min": "71.852", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "285.728", + "max": "305.778", + "min": "284.572", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "178.371", + "max": "178.687", + "min": "178.213", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "162.507", + "max": "163.023", + "min": "162.327", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "127.011", + "max": "127.2", + "min": "126.894", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "89.289", + "max": "89.464", + "min": "89.199", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "120.174", + "max": "120.516", + "min": "120.073", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "24.654", + "max": "26.479", + "min": "24.34", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "0.024", + "max": "0.056", + "min": "0.017", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "134.334", + "max": "139.793", + "min": "132.098", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "102.5", + "max": "103.855", + "min": "101.616", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "25.571", + "max": "27.229", + "min": "24.42", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "143.057", + "max": "143.936", + "min": "142.857", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "39.856", + "max": "40.156", + "min": "39.699", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "101.764", + "max": "104.961", + "min": "101.411", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "256.248", + "max": "256.722", + "min": "255.892", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "102.867", + "max": "102.867", + "min": "102.867", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "97.282", + "max": "97.372", + "min": "97.213", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "96.046", + "max": "96.159", + "min": "95.963", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "174.459", + "max": "174.932", + "min": "174.209", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "99.418", + "max": "110.767", + "min": "91.637", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "113.549", + "max": "113.764", + "min": "113.425", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "253.453", + "max": "254.966", + "min": "253.174", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "165.055", + "max": "168.124", + "min": "164.771", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "32.357", + "max": "35.44", + "min": "32.144", + "id": "250", + "country": "United States", + "source_name": "Berkeley Springs", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "256": { + "name": "Ottawa", + "data": { + "0": { + "avg": "135.449", + "max": "136.81", + "min": "135.042", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "292.123", + "max": "294.19", + "min": "291.798", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "11.907", + "max": "12.637", + "min": "11.752", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "110.037", + "max": "115.742", + "min": "108.869", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "86.831", + "max": "88.404", + "min": "85.855", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "192.415", + "max": "213.068", + "min": "190.87", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "92.018", + "max": "94.653", + "min": "91.571", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "297.687", + "max": "302.565", + "min": "296.811", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "134.653", + "max": "134.907", + "min": "134.492", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "109.798", + "max": "115.076", + "min": "109.116", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "85.998", + "max": "88.829", + "min": "85.67", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "60.441", + "max": "81.369", + "min": "59.499", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "12.933", + "max": "13.575", + "min": "12.733", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "18.521", + "max": "20.743", + "min": "18.267", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "44.495", + "max": "45.308", + "min": "44.316", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "21.992", + "max": "22.709", + "min": "21.469", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "109.656", + "max": "110.793", + "min": "109.351", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "29.216", + "max": "29.391", + "min": "29.07", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "84.584", + "max": "84.818", + "min": "84.471", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "103.023", + "max": "103.153", + "min": "102.936", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "292.52", + "max": "293.612", + "min": "292.298", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "31.226", + "max": "34.759", + "min": "30.921", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "87.986", + "max": "88.32", + "min": "87.814", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "72.451", + "max": "73.183", + "min": "72.326", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "114.991", + "max": "116.364", + "min": "114.517", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "108.156", + "max": "109.616", + "min": "107.872", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "105.578", + "max": "107.319", + "min": "105.189", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "107.875", + "max": "108.434", + "min": "107.584", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "98.28", + "max": "98.583", + "min": "98.132", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "73.73", + "max": "74.467", + "min": "73.449", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "249.692", + "max": "250.133", + "min": "249.511", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "113.168", + "max": "114.239", + "min": "113.019", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "78.847", + "max": "79.038", + "min": "78.689", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "131.218", + "max": "133.142", + "min": "130.956", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "129.611", + "max": "132.432", + "min": "129.269", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "219.813", + "max": "220.767", + "min": "219.532", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "80.773", + "max": "82.681", + "min": "80.47", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "65.276", + "max": "66.597", + "min": "64.376", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "44.541", + "max": "47.043", + "min": "44.046", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "19.284", + "max": "20.257", + "min": "18.897", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "223.069", + "max": "226.808", + "min": "222.649", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "87.503", + "max": "94.708", + "min": "86.802", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "132.668", + "max": "132.959", + "min": "132.493", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "124.139", + "max": "126.89", + "min": "122.509", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "219.601", + "max": "222.197", + "min": "219.299", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "121.404", + "max": "121.921", + "min": "120.859", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "125.575", + "max": "125.985", + "min": "125.37", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "93.423", + "max": "94.017", + "min": "93.244", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "177.463", + "max": "179.397", + "min": "177.198", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "50.02", + "max": "50.256", + "min": "49.896", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "5.208", + "max": "5.448", + "min": "5.113", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "63.589", + "max": "64.112", + "min": "63.403", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "132.882", + "max": "174.865", + "min": "88.484", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "33.664", + "max": "36.302", + "min": "33.249", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "220.896", + "max": "244.075", + "min": "216.243", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "263.049", + "max": "264.573", + "min": "262.807", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "119.696", + "max": "122.903", + "min": "118.454", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "231.835", + "max": "232.12", + "min": "231.668", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "119.974", + "max": "120.963", + "min": "119.656", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "93.639", + "max": "93.851", + "min": "93.486", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "150.684", + "max": "153.816", + "min": "149.84", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "135.767", + "max": "195.799", + "min": "132.568", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "234.53", + "max": "240.734", + "min": "233.896", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "246.462", + "max": "248.229", + "min": "245.307", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "129.551", + "max": "130.639", + "min": "129.323", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "130.593", + "max": "131.384", + "min": "130.415", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "15.483", + "max": "17.239", + "min": "14.48", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "122.041", + "max": "122.776", + "min": "121.506", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "174.147", + "max": "175.58", + "min": "173.35", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "55.371", + "max": "55.964", + "min": "55.197", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "226.354", + "max": "233.333", + "min": "225.121", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "76.192", + "max": "76.969", + "min": "75.875", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "84.992", + "max": "89.509", + "min": "83.81", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "42.92", + "max": "43.069", + "min": "42.771", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "124.638", + "max": "125.663", + "min": "124.105", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "93.955", + "max": "94.193", + "min": "93.702", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "26.394", + "max": "27.263", + "min": "26.114", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "75.477", + "max": "78.548", + "min": "75.203", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "24.467", + "max": "28.54", + "min": "23.706", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "28.974", + "max": "29.796", + "min": "28.813", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "73.064", + "max": "74.61", + "min": "71.837", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "22.48", + "max": "22.815", + "min": "22.221", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "253.542", + "max": "255.748", + "min": "252.257", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "257.809", + "max": "264.164", + "min": "257.415", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "53.387", + "max": "53.562", + "min": "53.257", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "155.547", + "max": "156.978", + "min": "155.062", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "91.141", + "max": "93.776", + "min": "90.6", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "40.683", + "max": "40.933", + "min": "40.558", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "24.025", + "max": "26.097", + "min": "23.788", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "86.516", + "max": "91.506", + "min": "86.173", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "35.47", + "max": "36.331", + "min": "34.885", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "80.585", + "max": "81.44", + "min": "80.298", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "114.463", + "max": "115.298", + "min": "114.247", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "190.409", + "max": "190.687", + "min": "190.229", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "22.278", + "max": "22.457", + "min": "22.106", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "49.028", + "max": "49.841", + "min": "48.797", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "87.974", + "max": "89.454", + "min": "86.89", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "74.363", + "max": "84.023", + "min": "73.389", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "79.163", + "max": "79.967", + "min": "78.927", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "29.365", + "max": "29.607", + "min": "29.203", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "42.04", + "max": "42.72", + "min": "41.899", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "47.188", + "max": "47.344", + "min": "47.021", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "153.088", + "max": "155.788", + "min": "152.836", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "240.291", + "max": "241.248", + "min": "239.765", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "31.253", + "max": "31.695", + "min": "31.072", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "348.722", + "max": "373.423", + "min": "334.373", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "97.198", + "max": "98.938", + "min": "96.855", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "19.044", + "max": "19.236", + "min": "18.907", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "29.358", + "max": "31.71", + "min": "28.831", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "267.312", + "max": "269.552", + "min": "266.702", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "238.422", + "max": "242.411", + "min": "238.04", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "193.668", + "max": "193.811", + "min": "193.488", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "26.667", + "max": "27.516", + "min": "26.482", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "214.626", + "max": "221.108", + "min": "213.957", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "457.822", + "max": "560.565", + "min": "300.194", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "232.978", + "max": "348.997", + "min": "148.863", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "236.728", + "max": "248.088", + "min": "235.953", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "170.252", + "max": "171.547", + "min": "169.875", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "48.693", + "max": "49.497", + "min": "48.518", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "47.973", + "max": "48.842", + "min": "47.507", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "44.798", + "max": "47.217", + "min": "44.493", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "120.79", + "max": "264.487", + "min": "40.478", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "125.675", + "max": "128.641", + "min": "125.323", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "123.776", + "max": "125.6", + "min": "123.308", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "117.717", + "max": "119.22", + "min": "117.254", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "109.3", + "max": "111.138", + "min": "108.194", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "17.103", + "max": "18.564", + "min": "16.138", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "243.871", + "max": "244.808", + "min": "243.567", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "185.913", + "max": "187.538", + "min": "185.548", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "84.14", + "max": "85.368", + "min": "83.911", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "33.198", + "max": "34.337", + "min": "32.947", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.258", + "max": "25.687", + "min": "25.11", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "41.379", + "max": "41.701", + "min": "41.173", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "219.336", + "max": "220.978", + "min": "218.591", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "53.731", + "max": "54.041", + "min": "53.603", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "17.451", + "max": "19.805", + "min": "17.128", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "59.303", + "max": "71.035", + "min": "58.19", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "46.231", + "max": "46.714", + "min": "46.074", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "38.843", + "max": "39.027", + "min": "38.745", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "16.03", + "max": "48.087", + "min": "14.692", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "106.901", + "max": "108.016", + "min": "106.678", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "247.203", + "max": "248.391", + "min": "246.8", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "128.174", + "max": "128.39", + "min": "127.985", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "105.679", + "max": "105.936", + "min": "105.466", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "121.534", + "max": "124.211", + "min": "120.632", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "86.29", + "max": "86.754", + "min": "86.018", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "115.214", + "max": "115.889", + "min": "115.018", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "292.509", + "max": "293.124", + "min": "292.331", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "83.742", + "max": "87.1", + "min": "83.521", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "84.205", + "max": "84.659", + "min": "84.019", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "96.858", + "max": "121.054", + "min": "95.46", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "166.236", + "max": "166.514", + "min": "166.069", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "123.058", + "max": "123.716", + "min": "122.832", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "92.977", + "max": "93.895", + "min": "92.72", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "25.817", + "max": "27.645", + "min": "25.275", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "102.12", + "max": "103.107", + "min": "101.694", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "140.767", + "max": "142.158", + "min": "140.388", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "227.67", + "max": "268.635", + "min": "219.906", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "49.212", + "max": "49.567", + "min": "49.1", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "181.509", + "max": "270.65", + "min": "172.261", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "66.478", + "max": "66.827", + "min": "66.347", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "406.332", + "max": "407.79", + "min": "405.079", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "121.662", + "max": "121.987", + "min": "121.431", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "13.898", + "max": "15.371", + "min": "13.636", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "206.629", + "max": "207.216", + "min": "206.363", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "250.712", + "max": "251.081", + "min": "250.545", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "177.01", + "max": "178.217", + "min": "176.703", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "64.203", + "max": "66.656", + "min": "63.972", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "236.715", + "max": "237.91", + "min": "236.332", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "20.898", + "max": "21.115", + "min": "20.729", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.475", + "max": "25.739", + "min": "23.288", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "98.481", + "max": "101.499", + "min": "98.05", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "280.871", + "max": "282.15", + "min": "280.648", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "91.501", + "max": "92.398", + "min": "91.349", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "104.712", + "max": "105.85", + "min": "104.347", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "111.219", + "max": "118.606", + "min": "110.608", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "103.387", + "max": "105.355", + "min": "102.832", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "87.298", + "max": "88.943", + "min": "86.971", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "146.639", + "max": "146.997", + "min": "146.481", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "123.096", + "max": "124.124", + "min": "122.926", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "142.975", + "max": "143.2", + "min": "142.785", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "124.933", + "max": "128.614", + "min": "123.527", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "101.083", + "max": "103.955", + "min": "100.755", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "101.208", + "max": "101.613", + "min": "101.046", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "88.018", + "max": "88.172", + "min": "87.895", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "113.255", + "max": "113.618", + "min": "113.021", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "150.706", + "max": "161.09", + "min": "149.973", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "109.978", + "max": "130.268", + "min": "108.243", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "109.715", + "max": "125.593", + "min": "95.394", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "81.043", + "max": "81.343", + "min": "80.816", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "148.063", + "max": "148.556", + "min": "147.855", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "118.698", + "max": "129.76", + "min": "118.086", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "127.756", + "max": "130.35", + "min": "127.023", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "83.009", + "max": "83.373", + "min": "82.799", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "253.863", + "max": "257.991", + "min": "252.941", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "122.124", + "max": "122.328", + "min": "121.977", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "102.801", + "max": "103.196", + "min": "102.617", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "122.907", + "max": "123.277", + "min": "122.722", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "98.465", + "max": "105.959", + "min": "96.726", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "136.878", + "max": "139.411", + "min": "136.509", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "87.767", + "max": "93.568", + "min": "87.069", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "88.666", + "max": "89.569", + "min": "88.455", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "100.988", + "max": "101.652", + "min": "100.816", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "226.276", + "max": "228.789", + "min": "225.942", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "16.062", + "max": "20.925", + "min": "14.898", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "233.293", + "max": "233.882", + "min": "233.138", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "209.741", + "max": "210.026", + "min": "209.509", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "95.613", + "max": "120.576", + "min": "94.488", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "226.499", + "max": "231.596", + "min": "220.92", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "101.381", + "max": "103.226", + "min": "100.712", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "117.555", + "max": "123.606", + "min": "117.198", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "153.631", + "max": "154.826", + "min": "153.399", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "85.902", + "max": "87.445", + "min": "85.482", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "90.631", + "max": "91.187", + "min": "90.405", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "32.176", + "max": "37.077", + "min": "31.874", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "51.34", + "max": "51.631", + "min": "51.211", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "270.625", + "max": "353.065", + "min": "261.126", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "98.621", + "max": "99.636", + "min": "98.455", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "121.174", + "max": "122.192", + "min": "120.976", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "15.409", + "max": "15.683", + "min": "15.27", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "105.207", + "max": "105.503", + "min": "105.017", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "144.887", + "max": "146.875", + "min": "144.589", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "63.092", + "max": "66.405", + "min": "60.245", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "102.899", + "max": "103.098", + "min": "102.669", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "136.894", + "max": "138.256", + "min": "135.875", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "93.593", + "max": "97.496", + "min": "92.484", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "285.52", + "max": "285.97", + "min": "285.214", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "162.247", + "max": "166.967", + "min": "161.817", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "185.606", + "max": "186.992", + "min": "185.343", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "125.498", + "max": "125.882", + "min": "125.395", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "101.011", + "max": "101.344", + "min": "100.828", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "127.379", + "max": "128.864", + "min": "127.1", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "9.797", + "max": "11.888", + "min": "8.81", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "24.61", + "max": "24.861", + "min": "24.439", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "145.012", + "max": "146.556", + "min": "143.295", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "109.895", + "max": "111.831", + "min": "109.084", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "0.043", + "max": "0.087", + "min": "0.03", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "146.406", + "max": "146.766", + "min": "146.156", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "39.401", + "max": "39.784", + "min": "39.139", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "91.962", + "max": "94.486", + "min": "91.733", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "266.51", + "max": "271.774", + "min": "259.989", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "108.7", + "max": "109.648", + "min": "107.753", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "83.286", + "max": "91.108", + "min": "82.895", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "95.529", + "max": "98.049", + "min": "95.321", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "181.364", + "max": "286.914", + "min": "177.543", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "108.796", + "max": "120.898", + "min": "102.831", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "113.818", + "max": "114.925", + "min": "113.645", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "248.711", + "max": "251.471", + "min": "248.282", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "158.699", + "max": "159.231", + "min": "158.368", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "38.628", + "max": "41.325", + "min": "38.347", + "id": "256", + "country": "Canada", + "source_name": "Ottawa", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "259": { + "name": "Lincoln", + "data": { + "0": { + "avg": "110.29", + "max": "110.492", + "min": "110.087", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "231.424", + "max": "235.492", + "min": "230.976", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "22.078", + "max": "22.304", + "min": "21.909", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "145.13", + "max": "152.502", + "min": "144.677", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "121.108", + "max": "121.261", + "min": "120.991", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "123.85", + "max": "124.225", + "min": "123.634", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "102.782", + "max": "103.117", + "min": "102.501", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "268.885", + "max": "276.058", + "min": "267.792", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "149.885", + "max": "151.596", + "min": "149.501", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "120.685", + "max": "122.533", + "min": "120.323", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "96.473", + "max": "96.839", + "min": "96.164", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "35.248", + "max": "35.804", + "min": "35.103", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "33.705", + "max": "33.976", + "min": "33.538", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "31.325", + "max": "34.319", + "min": "30.861", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "40.02", + "max": "40.2", + "min": "39.831", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "39.546", + "max": "39.911", + "min": "38.746", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "122.949", + "max": "123.488", + "min": "122.581", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "31.119", + "max": "31.953", + "min": "30.923", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "102.07", + "max": "104.849", + "min": "101.634", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "115.285", + "max": "115.606", + "min": "115.065", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "248.294", + "max": "251.375", + "min": "247.847", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "15.779", + "max": "18.898", + "min": "15.243", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "36.613", + "max": "37.112", + "min": "36.395", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "43.015", + "max": "46.997", + "min": "42.427", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "128.428", + "max": "128.979", + "min": "128.027", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "112.003", + "max": "114.669", + "min": "111.546", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "129.967", + "max": "132.689", + "min": "129.56", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "119.553", + "max": "119.847", + "min": "119.274", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "114.001", + "max": "117.48", + "min": "113.518", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "36.966", + "max": "40.411", + "min": "36.551", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "233.418", + "max": "233.585", + "min": "233.217", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "125.818", + "max": "126.37", + "min": "125.401", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "56.393", + "max": "57.648", + "min": "56.132", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "140.556", + "max": "140.907", + "min": "140.217", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "112.228", + "max": "113.583", + "min": "111.913", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "196.617", + "max": "198.659", + "min": "196.292", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "51.192", + "max": "51.312", + "min": "51.035", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "49.605", + "max": "49.816", + "min": "49.392", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "32.612", + "max": "32.784", + "min": "32.406", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "35.147", + "max": "35.873", + "min": "34.813", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "240.963", + "max": "245.69", + "min": "240.307", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "122.478", + "max": "127.199", + "min": "121.635", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "140.16", + "max": "140.599", + "min": "139.987", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "127.796", + "max": "129.549", + "min": "127.523", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "254.831", + "max": "255.109", + "min": "254.724", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "129.8", + "max": "132.442", + "min": "129.213", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "134.866", + "max": "137.03", + "min": "134.57", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "105.023", + "max": "105.453", + "min": "104.892", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "181.75", + "max": "184.453", + "min": "181.377", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "41.053", + "max": "41.395", + "min": "40.917", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "28.41", + "max": "28.648", + "min": "28.249", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "45.925", + "max": "46.408", + "min": "45.583", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "138.295", + "max": "202.484", + "min": "110.534", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "6.139", + "max": "6.348", + "min": "5.983", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "257.669", + "max": "275.398", + "min": "254.049", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "219.621", + "max": "220.559", + "min": "219.287", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "118.986", + "max": "120.349", + "min": "118.118", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "203.804", + "max": "204.293", + "min": "203.702", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "148.055", + "max": "149.791", + "min": "147.515", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "117.411", + "max": "117.829", + "min": "117.264", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "160.155", + "max": "161.635", + "min": "159.597", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "167.306", + "max": "222.917", + "min": "162.191", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "228.043", + "max": "344.71", + "min": "217.938", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "273.576", + "max": "273.811", + "min": "273.428", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "143.027", + "max": "143.239", + "min": "142.827", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "133.69", + "max": "135.081", + "min": "133.404", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "37.529", + "max": "39.949", + "min": "37.268", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "134.7", + "max": "135.228", + "min": "134.249", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "158.476", + "max": "159.968", + "min": "157.672", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "54.049", + "max": "57.546", + "min": "53.603", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "188.215", + "max": "188.592", + "min": "187.963", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "53.537", + "max": "54.162", + "min": "53.149", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "83.08", + "max": "92.388", + "min": "81.825", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "31.141", + "max": "31.565", + "min": "30.983", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "144.304", + "max": "144.959", + "min": "144.082", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "131.923", + "max": "194.865", + "min": "97.719", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "39.181", + "max": "42.082", + "min": "38.803", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "31.614", + "max": "31.793", + "min": "31.432", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "24.409", + "max": "26.973", + "min": "24.043", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "17.664", + "max": "20.163", + "min": "17.464", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "40.151", + "max": "40.34", + "min": "39.935", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "44.351", + "max": "47.053", + "min": "43.757", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "268.526", + "max": "271.047", + "min": "268.283", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "245.739", + "max": "246.37", + "min": "245.598", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "52.318", + "max": "52.536", + "min": "52.181", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "161.688", + "max": "163.084", + "min": "161.257", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "105.583", + "max": "111.273", + "min": "104.959", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "48", + "max": "48.25", + "min": "47.738", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "11.376", + "max": "11.802", + "min": "11.137", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "106.267", + "max": "114.086", + "min": "105.522", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "26.211", + "max": "27.511", + "min": "25.517", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "66.16", + "max": "66.574", + "min": "65.96", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "102.527", + "max": "102.688", + "min": "102.329", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "175.273", + "max": "176.044", + "min": "175.051", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "33.987", + "max": "34.257", + "min": "33.835", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "47.514", + "max": "47.635", + "min": "47.364", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "93.954", + "max": "94.13", + "min": "93.716", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "93.866", + "max": "99.398", + "min": "92.568", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "50.433", + "max": "60.272", + "min": "45.274", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "17.3", + "max": "18.967", + "min": "17.053", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "28.54", + "max": "31.594", + "min": "28.19", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "58.012", + "max": "61.599", + "min": "57.386", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "134.604", + "max": "138.478", + "min": "134.002", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "211.436", + "max": "215.43", + "min": "210.544", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "22.287", + "max": "22.558", + "min": "22.079", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "300.618", + "max": "301.852", + "min": "299.687", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "109.672", + "max": "112.947", + "min": "109.374", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "34.741", + "max": "34.943", + "min": "34.598", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "47.274", + "max": "48.392", + "min": "47.042", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "223.528", + "max": "223.87", + "min": "223.356", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "188.736", + "max": "189.126", + "min": "188.43", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "162.227", + "max": "163.656", + "min": "161.966", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "28.343", + "max": "28.598", + "min": "27.965", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "261.556", + "max": "263.774", + "min": "261.08", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "482.689", + "max": "585.374", + "min": "320.139", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "251.525", + "max": "373.135", + "min": "156.997", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "266.084", + "max": "284.53", + "min": "264.996", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "138.195", + "max": "140.749", + "min": "137.698", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "29.694", + "max": "29.891", + "min": "29.572", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "40.655", + "max": "41.773", + "min": "40.364", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "13.867", + "max": "17.319", + "min": "13.538", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "122.914", + "max": "262.488", + "min": "39.555", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "146.684", + "max": "147.743", + "min": "146.471", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "144.413", + "max": "373.076", + "min": "131.281", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "133.88", + "max": "134.117", + "min": "133.659", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "130.951", + "max": "132.589", + "min": "130.22", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "29.206", + "max": "29.7", + "min": "28.912", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "255.413", + "max": "256.618", + "min": "254.87", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "194.398", + "max": "198.137", + "min": "193.824", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "72.878", + "max": "73.453", + "min": "72.698", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "27.51", + "max": "27.956", + "min": "27.329", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "31.628", + "max": "34.972", + "min": "31.242", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "37.058", + "max": "38.254", + "min": "36.809", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "216.956", + "max": "218.67", + "min": "216.408", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "42.029", + "max": "42.349", + "min": "41.834", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "47.833", + "max": "48.034", + "min": "47.689", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "29.33", + "max": "41.935", + "min": "27.786", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "33.442", + "max": "33.661", + "min": "33.296", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "13.746", + "max": "13.857", + "min": "13.638", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "33.374", + "max": "33.559", + "min": "33.147", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "146.195", + "max": "147.355", + "min": "145.918", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "254.217", + "max": "257.187", + "min": "253.567", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "130.454", + "max": "130.712", + "min": "130.258", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "119.857", + "max": "120.092", + "min": "119.69", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "86.099", + "max": "90.304", + "min": "85.811", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "107.255", + "max": "110.761", + "min": "106.635", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "130.38", + "max": "136.807", + "min": "130.006", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "255.578", + "max": "256.451", + "min": "255.308", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "96.516", + "max": "96.852", + "min": "96.343", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "97.313", + "max": "100.069", + "min": "96.876", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "109.119", + "max": "124.607", + "min": "107.134", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "141.592", + "max": "141.91", + "min": "141.388", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "130.003", + "max": "132.875", + "min": "129.586", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "115.942", + "max": "116.195", + "min": "115.691", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "34.688", + "max": "35.114", + "min": "34.481", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "50.553", + "max": "50.785", + "min": "50.285", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "135.004", + "max": "138.533", + "min": "134.263", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "203.145", + "max": "253.341", + "min": "192.421", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "30.914", + "max": "31.222", + "min": "30.741", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "175.405", + "max": "251.319", + "min": "167.382", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "65.691", + "max": "66.012", + "min": "65.417", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "346.224", + "max": "346.555", + "min": "345.584", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "131.506", + "max": "131.847", + "min": "131.391", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "28.455", + "max": "28.883", + "min": "28.226", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "205.721", + "max": "206.08", + "min": "205.31", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "251.372", + "max": "251.62", + "min": "251.114", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "189.388", + "max": "189.833", + "min": "189.107", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "61.955", + "max": "65.962", + "min": "61.453", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "246.057", + "max": "250.987", + "min": "227.73", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "34.713", + "max": "36.656", + "min": "34.483", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "37.349", + "max": "37.638", + "min": "37.195", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "116.631", + "max": "119.775", + "min": "116.058", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "244.826", + "max": "245.149", + "min": "244.602", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "103.951", + "max": "107.716", + "min": "103.441", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "115.933", + "max": "116.257", + "min": "115.7", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "125.747", + "max": "126.02", + "min": "125.431", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "122.969", + "max": "123.158", + "min": "122.761", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "98.9", + "max": "102.343", + "min": "98.213", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "147.837", + "max": "148.296", + "min": "147.562", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "144.782", + "max": "144.93", + "min": "144.694", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "154.335", + "max": "154.982", + "min": "154.004", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "153.07", + "max": "153.252", + "min": "152.823", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "105.3", + "max": "107.948", + "min": "104.507", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "107.632", + "max": "109.022", + "min": "107.389", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "104.055", + "max": "104.346", + "min": "103.879", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "116.382", + "max": "119.913", + "min": "115.942", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "150.736", + "max": "151.2", + "min": "150.377", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "122.19", + "max": "137.421", + "min": "120.373", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "140.524", + "max": "193.582", + "min": "109.62", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "93.904", + "max": "97.636", + "min": "93.514", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "155.752", + "max": "156.007", + "min": "155.547", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "132.935", + "max": "138.48", + "min": "132.082", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "146.877", + "max": "147.458", + "min": "146.318", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "108.011", + "max": "110.189", + "min": "107.319", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "203.83", + "max": "205.492", + "min": "203.629", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "118.994", + "max": "120.385", + "min": "118.689", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "135.535", + "max": "135.895", + "min": "135.215", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "130.581", + "max": "130.96", + "min": "130.359", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "108.055", + "max": "116.182", + "min": "105.632", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "172.144", + "max": "172.601", + "min": "171.987", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "102.675", + "max": "106.663", + "min": "102.309", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "108.815", + "max": "111.324", + "min": "108.516", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "100.564", + "max": "102.077", + "min": "100.302", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "236.345", + "max": "239.977", + "min": "236.031", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "35.506", + "max": "44.943", + "min": "34.427", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "236.985", + "max": "249.163", + "min": "235.124", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "238.912", + "max": "239.723", + "min": "238.776", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "105.692", + "max": "105.979", + "min": "105.414", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "249.061", + "max": "254.158", + "min": "248.593", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "65.574", + "max": "65.762", + "min": "65.422", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "142.033", + "max": "142.521", + "min": "141.683", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "166.163", + "max": "166.575", + "min": "165.92", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "100.246", + "max": "101.47", + "min": "99.77", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "104.412", + "max": "106.329", + "min": "103.977", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "15.732", + "max": "16.25", + "min": "15.551", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "47.054", + "max": "47.441", + "min": "46.872", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "229.223", + "max": "229.739", + "min": "228.935", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "34.015", + "max": "37.657", + "min": "33.511", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "115.082", + "max": "115.593", + "min": "114.789", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "38.956", + "max": "39.165", + "min": "38.777", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "114.722", + "max": "117.154", + "min": "114.244", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "151.092", + "max": "154.169", + "min": "150.747", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "55.859", + "max": "59.458", + "min": "52.062", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "112.072", + "max": "112.51", + "min": "111.846", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "154.12", + "max": "154.854", + "min": "153.248", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "83.638", + "max": "100.84", + "min": "81.796", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "203.887", + "max": "206.037", + "min": "203.237", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "135.084", + "max": "135.343", + "min": "134.843", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "206.298", + "max": "206.654", + "min": "206.156", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "146.218", + "max": "146.482", + "min": "146.057", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "110.193", + "max": "110.429", + "min": "109.948", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "176.91", + "max": "177.151", + "min": "176.764", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "32.588", + "max": "35.815", + "min": "32.037", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "40.043", + "max": "41.253", + "min": "39.753", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "168.11", + "max": "173.839", + "min": "165.788", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "116.044", + "max": "117.491", + "min": "114.89", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "40.257", + "max": "42.074", + "min": "39.297", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "161.667", + "max": "162.005", + "min": "161.539", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "0.05", + "max": "0.067", + "min": "0.028", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "98.991", + "max": "105.029", + "min": "98.331", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "247.354", + "max": "247.58", + "min": "247.176", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "122.661", + "max": "122.661", + "min": "122.661", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "98.966", + "max": "101.951", + "min": "98.488", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "111.496", + "max": "111.768", + "min": "111.254", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "195.19", + "max": "195.602", + "min": "194.912", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "125.767", + "max": "135.356", + "min": "116.727", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "122.732", + "max": "125.533", + "min": "122.382", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "276.406", + "max": "277.57", + "min": "276.103", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "173.939", + "max": "176.028", + "min": "173.514", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "35.8", + "max": "36.094", + "min": "35.598", + "id": "259", + "country": "United States", + "source_name": "Lincoln", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "295": { + "name": "Lansing", + "data": { + "0": { + "avg": "112.454", + "max": "112.579", + "min": "112.323", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "259.57", + "max": "268.364", + "min": "256.897", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "27.829", + "max": "35.808", + "min": "27.485", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "130.545", + "max": "138.113", + "min": "129.807", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "99.737", + "max": "101.25", + "min": "99.431", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "196.951", + "max": "197.641", + "min": "196.842", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "103.148", + "max": "103.324", + "min": "103.009", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "310.549", + "max": "321.257", + "min": "309.511", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "155.149", + "max": "155.943", + "min": "155.01", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "139.002", + "max": "140.452", + "min": "138.759", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "97.498", + "max": "97.857", + "min": "97.275", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "52.307", + "max": "53.896", + "min": "52.136", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "29.426", + "max": "29.61", + "min": "29.35", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "32.833", + "max": "33.322", + "min": "32.686", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "39.019", + "max": "43.118", + "min": "38.084", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "28.12", + "max": "28.964", + "min": "27.983", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "117.149", + "max": "117.373", + "min": "116.966", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "34.579", + "max": "34.87", + "min": "34.451", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "117.567", + "max": "117.801", + "min": "117.456", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "123.664", + "max": "130.949", + "min": "122.783", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "288.906", + "max": "289.048", + "min": "288.828", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "30.259", + "max": "30.47", + "min": "30.185", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "59.907", + "max": "67.353", + "min": "58.44", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "61.882", + "max": "62.676", + "min": "61.723", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "124.595", + "max": "125.128", + "min": "124.33", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "123.593", + "max": "124.159", + "min": "123.483", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "118.519", + "max": "126.765", + "min": "117.42", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "124.508", + "max": "124.858", + "min": "124.249", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "113.869", + "max": "120.863", + "min": "113.52", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "69.612", + "max": "70.119", + "min": "69.411", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "225.517", + "max": "236.335", + "min": "221.163", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "127.908", + "max": "128.149", + "min": "127.808", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "55.189", + "max": "59.051", + "min": "54.54", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "155.043", + "max": "156.503", + "min": "154.698", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "115.441", + "max": "118.232", + "min": "115.097", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "265.653", + "max": "267.759", + "min": "265.374", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "63.355", + "max": "64.172", + "min": "63.238", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "64.461", + "max": "71.739", + "min": "64.047", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "40.279", + "max": "43.943", + "min": "39.795", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "24.594", + "max": "26.083", + "min": "24.289", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "239.449", + "max": "240.426", + "min": "239.112", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "102.464", + "max": "114.298", + "min": "101.275", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "131.385", + "max": "131.503", + "min": "131.298", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "128.124", + "max": "130.885", + "min": "127.761", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "246.612", + "max": "247.369", + "min": "246.502", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "135.022", + "max": "141.307", + "min": "134.444", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "150.322", + "max": "150.888", + "min": "150.084", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "101.577", + "max": "110.234", + "min": "101.167", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "177.373", + "max": "177.652", + "min": "177.249", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "47.709", + "max": "47.796", + "min": "47.667", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "28.963", + "max": "32.006", + "min": "28.455", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "71.802", + "max": "73.482", + "min": "71.463", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "122.665", + "max": "137.78", + "min": "109.356", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "19.281", + "max": "19.563", + "min": "19.083", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "281.934", + "max": "303.64", + "min": "277.797", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "258.305", + "max": "268.322", + "min": "255.227", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "123.431", + "max": "125.529", + "min": "122.66", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "209.761", + "max": "216.21", + "min": "209.41", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "146.445", + "max": "150.229", + "min": "146.116", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "103.189", + "max": "103.344", + "min": "103.08", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "154.687", + "max": "159.814", + "min": "154.082", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "154.779", + "max": "216.293", + "min": "149.845", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "256.901", + "max": "320.969", + "min": "246.829", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "268.744", + "max": "268.925", + "min": "268.662", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "149.734", + "max": "150.565", + "min": "149.603", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "146.203", + "max": "147.635", + "min": "146.039", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "29.486", + "max": "35.102", + "min": "29.149", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "140.131", + "max": "140.524", + "min": "139.755", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "156.509", + "max": "158.607", + "min": "155.424", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "31.163", + "max": "35.002", + "min": "30.638", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "213.901", + "max": "215.545", + "min": "213.499", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "73.868", + "max": "82.728", + "min": "73.307", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "83.037", + "max": "88.704", + "min": "81.292", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "46.785", + "max": "47.405", + "min": "46.603", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "148.336", + "max": "149.221", + "min": "147.987", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "101.132", + "max": "113.396", + "min": "99.013", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "29.912", + "max": "35.528", + "min": "29.272", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "74.135", + "max": "77.534", + "min": "73.886", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "32.998", + "max": "33.204", + "min": "32.808", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "14.832", + "max": "16.474", + "min": "14.477", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "72.483", + "max": "72.779", + "min": "72.247", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "47.16", + "max": "52.367", + "min": "46.661", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "393.026", + "max": "406.886", + "min": "391.546", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "237.928", + "max": "238.356", + "min": "237.73", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "39.136", + "max": "43.656", + "min": "38.652", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "170.065", + "max": "171.054", + "min": "169.553", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "99.743", + "max": "101.195", + "min": "99.182", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "38.476", + "max": "39.433", + "min": "38.313", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "22.505", + "max": "35.465", + "min": "14.599", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "101.347", + "max": "104.456", + "min": "100.792", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "51.614", + "max": "52.498", + "min": "50.825", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "79.977", + "max": "89.142", + "min": "78.263", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "102.302", + "max": "110.436", + "min": "101.802", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "195.374", + "max": "203.428", + "min": "194.204", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "19.287", + "max": "21.651", + "min": "18.994", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "60.452", + "max": "60.75", + "min": "60.272", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "91.576", + "max": "91.757", + "min": "91.383", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "77.656", + "max": "82.862", + "min": "77.016", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "74.713", + "max": "77.462", + "min": "74.168", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "11.791", + "max": "17.719", + "min": "10.283", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "32.168", + "max": "32.277", + "min": "32.127", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "56.005", + "max": "56.189", + "min": "55.862", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "156.15", + "max": "158.969", + "min": "155.884", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "218.191", + "max": "221.066", + "min": "217.537", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "48.352", + "max": "48.949", + "min": "48.206", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "334.681", + "max": "335.121", + "min": "333.289", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "107.214", + "max": "108.705", + "min": "107.03", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "32.276", + "max": "32.533", + "min": "32.053", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "37.527", + "max": "37.611", + "min": "37.426", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "220.415", + "max": "223.942", + "min": "219.618", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "222.675", + "max": "222.87", + "min": "222.555", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "205.947", + "max": "208.183", + "min": "205.713", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "27.923", + "max": "31.831", + "min": "27.01", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "219.824", + "max": "222.287", + "min": "219.365", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "472.279", + "max": "578.333", + "min": "310.601", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "266.062", + "max": "397.385", + "min": "206.495", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "241.943", + "max": "245.918", + "min": "241.471", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "177.24", + "max": "184.735", + "min": "176.691", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "28.318", + "max": "33.348", + "min": "26.983", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "49.389", + "max": "53.822", + "min": "49.044", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "43.127", + "max": "43.509", + "min": "42.958", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "122.761", + "max": "263.056", + "min": "40.877", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "141.547", + "max": "142.146", + "min": "141.41", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "142.762", + "max": "398.565", + "min": "133.412", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "132.329", + "max": "145.6", + "min": "130.246", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "134.747", + "max": "136.232", + "min": "134.2", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "29.807", + "max": "30.444", + "min": "29.149", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "253.806", + "max": "258.87", + "min": "252.702", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "203.728", + "max": "204.251", + "min": "203.536", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "97.125", + "max": "99.265", + "min": "96.912", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "44.709", + "max": "45.842", + "min": "44.572", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "14.41", + "max": "19.228", + "min": "14.123", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "32.971", + "max": "33.112", + "min": "32.894", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "194.89", + "max": "199.196", + "min": "193.822", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "69.27", + "max": "69.489", + "min": "69.18", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "30.119", + "max": "31.383", + "min": "29.806", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "56.925", + "max": "69.532", + "min": "55.424", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "35.231", + "max": "36.13", + "min": "35.031", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "15.926", + "max": "26.354", + "min": "14.36", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "27.991", + "max": "28.215", + "min": "27.842", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "127.35", + "max": "131.609", + "min": "126.991", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "275.559", + "max": "277.115", + "min": "275.269", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "139.701", + "max": "139.938", + "min": "139.602", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "121.189", + "max": "125.186", + "min": "120.875", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "111.096", + "max": "119.585", + "min": "110.615", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "108.023", + "max": "108.414", + "min": "107.815", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "142.828", + "max": "143.429", + "min": "142.66", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "318.615", + "max": "318.881", + "min": "318.511", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "95.535", + "max": "96.006", + "min": "95.444", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "96.542", + "max": "96.625", + "min": "96.467", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "111.828", + "max": "129.096", + "min": "110.152", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "190.531", + "max": "201.054", + "min": "188.693", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "133.948", + "max": "134.157", + "min": "133.853", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "108.621", + "max": "108.961", + "min": "108.485", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "28.961", + "max": "29.077", + "min": "28.897", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "88.056", + "max": "88.906", + "min": "87.787", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "132.696", + "max": "134.73", + "min": "132.265", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "228.022", + "max": "273.008", + "min": "220.783", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "51.446", + "max": "51.611", + "min": "51.381", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "189.486", + "max": "268.155", + "min": "180.387", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "59.522", + "max": "67.373", + "min": "57.941", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.558", + "max": "382.817", + "min": "380.873", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "140.797", + "max": "141.156", + "min": "140.6", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "28.415", + "max": "28.583", + "min": "28.276", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "218.612", + "max": "218.794", + "min": "218.471", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "257.706", + "max": "273.543", + "min": "252.859", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "190.754", + "max": "191.121", + "min": "190.601", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "57.459", + "max": "62.841", + "min": "56.688", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "259.352", + "max": "261.54", + "min": "258.941", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "38.176", + "max": "38.338", + "min": "37.989", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "24.759", + "max": "31.25", + "min": "23.757", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "110.32", + "max": "112.472", + "min": "109.794", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "292.228", + "max": "292.333", + "min": "292.151", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "105.719", + "max": "106.088", + "min": "105.612", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "111.205", + "max": "112.136", + "min": "110.863", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "125.03", + "max": "134.655", + "min": "124.478", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "117.442", + "max": "117.625", + "min": "117.343", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "96.462", + "max": "98.477", + "min": "96.127", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "138.727", + "max": "140.223", + "min": "138.44", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "142.417", + "max": "142.633", + "min": "142.353", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "162.598", + "max": "163.412", + "min": "162.445", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "139.347", + "max": "139.46", + "min": "139.274", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "100.816", + "max": "107.752", + "min": "100.296", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "110.526", + "max": "120.713", + "min": "109.997", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "99.756", + "max": "104.076", + "min": "99.29", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "127.696", + "max": "127.815", + "min": "127.577", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "154.307", + "max": "154.62", + "min": "154.087", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "126.653", + "max": "157.865", + "min": "123.54", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "128.651", + "max": "147.698", + "min": "115.05", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "92.891", + "max": "93.407", + "min": "92.675", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "154.402", + "max": "156.74", + "min": "154.163", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "140.27", + "max": "175.668", + "min": "138.415", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "144.126", + "max": "149.256", + "min": "143.187", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "100.585", + "max": "117.809", + "min": "99.693", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "267.164", + "max": "267.499", + "min": "267.064", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "114.748", + "max": "114.861", + "min": "114.646", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "120.333", + "max": "121.2", + "min": "120.091", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "124.904", + "max": "131.643", + "min": "124.04", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "106.658", + "max": "112.811", + "min": "104.772", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "157.861", + "max": "160.114", + "min": "157.527", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "105.741", + "max": "114.041", + "min": "105.177", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "106.499", + "max": "108.885", + "min": "106.258", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "100.86", + "max": "101.189", + "min": "100.711", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "230.658", + "max": "231.144", + "min": "230.489", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "32.857", + "max": "41.02", + "min": "31.96", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "379.682", + "max": "383.604", + "min": "352.178", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "270.639", + "max": "271.186", + "min": "270.528", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "107.242", + "max": "107.489", + "min": "107.07", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "251.132", + "max": "251.698", + "min": "250.969", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "91.109", + "max": "92.316", + "min": "90.77", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "128.311", + "max": "129.031", + "min": "128.16", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "160.679", + "max": "160.961", + "min": "160.554", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "97.763", + "max": "99.159", + "min": "97.515", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "104.075", + "max": "108.805", + "min": "103.555", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "11.009", + "max": "13.122", + "min": "10.843", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "35.114", + "max": "37.934", + "min": "34.54", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "252.217", + "max": "348.901", + "min": "248.694", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "30.8", + "max": "35.251", + "min": "30.158", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "109.585", + "max": "109.724", + "min": "109.485", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "24.351", + "max": "27.809", + "min": "24.101", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "114.107", + "max": "120.769", + "min": "113.77", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "157.929", + "max": "162.584", + "min": "157.585", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "53.392", + "max": "56.57", + "min": "50.208", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "116.102", + "max": "116.318", + "min": "115.92", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "128.54", + "max": "130.385", + "min": "127.761", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "84.784", + "max": "96.008", + "min": "83.438", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "299.896", + "max": "300.716", + "min": "299.539", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "147.063", + "max": "147.274", + "min": "146.89", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "192.995", + "max": "196.093", + "min": "192.373", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "140.829", + "max": "141.077", + "min": "140.722", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "105.842", + "max": "110.338", + "min": "105.374", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "135.393", + "max": "136.114", + "min": "135.263", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "40.155", + "max": "42.392", + "min": "39.822", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "32.346", + "max": "34.313", + "min": "32.167", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "156.072", + "max": "158.789", + "min": "154.218", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "119.363", + "max": "119.91", + "min": "118.952", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "39.539", + "max": "40.658", + "min": "38.371", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "158.602", + "max": "160.46", + "min": "158.347", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "35.768", + "max": "35.978", + "min": "35.586", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "114.443", + "max": "117.514", + "min": "114.215", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "263.674", + "max": "271.686", + "min": "261.452", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.504", + "max": "117.146", + "min": "109.863", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "98.424", + "max": "98.68", + "min": "98.365", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "115.634", + "max": "115.826", + "min": "115.561", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "186.943", + "max": "188.63", + "min": "186.701", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "120.295", + "max": "130.126", + "min": "111.917", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "129.336", + "max": "129.456", + "min": "129.215", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "242.445", + "max": "245.201", + "min": "242.016", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "190.708", + "max": "197.368", + "min": "190.042", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "0.028", + "max": "0.038", + "min": "0.021", + "id": "295", + "country": "United States", + "source_name": "Lansing", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Western Europe": { + "4": { + "name": "Paris", + "data": { + "0": { + "avg": "231.924", + "max": "232.324", + "min": "231.691", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "261.213", + "max": "261.436", + "min": "260.955", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "92.529", + "max": "92.75", + "min": "92.379", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "23.973", + "max": "27.818", + "min": "23.174", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "0.045", + "max": "0.102", + "min": "0.024", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "236.236", + "max": "237.105", + "min": "236.016", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "10.203", + "max": "10.864", + "min": "10.063", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "282.255", + "max": "294.469", + "min": "281.123", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "53.454", + "max": "53.905", + "min": "53.305", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "30.939", + "max": "33.315", + "min": "30.676", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "8.672", + "max": "9.153", + "min": "8.496", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "116.131", + "max": "116.826", + "min": "115.981", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.568", + "max": "76.231", + "min": "75.409", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "76.597", + "max": "78.327", + "min": "76.244", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.795", + "max": "113.977", + "min": "110.52", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "80.195", + "max": "81.508", + "min": "79.79", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "22.628", + "max": "22.842", + "min": "22.429", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "91.677", + "max": "91.783", + "min": "91.49", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.759", + "max": "19.007", + "min": "17.449", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "22.001", + "max": "22.155", + "min": "21.889", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "279.792", + "max": "279.914", + "min": "279.658", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "93.953", + "max": "95.861", + "min": "93.771", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "143.112", + "max": "143.313", + "min": "142.937", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "148.22", + "max": "149.002", + "min": "147.942", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.244", + "max": "41.691", + "min": "41.077", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "23.772", + "max": "24.692", + "min": "23.544", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.195", + "max": "21.684", + "min": "19.887", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "43.599", + "max": "44.281", + "min": "43.408", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "10.674", + "max": "11.147", + "min": "10.525", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "148.745", + "max": "149.916", + "min": "148.541", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "253.654", + "max": "254.104", + "min": "253.479", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.835", + "max": "31.652", + "min": "30.676", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "136.185", + "max": "162.929", + "min": "134.928", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "48.272", + "max": "48.641", + "min": "48.081", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "18.787", + "max": "19.758", + "min": "18.426", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "247.911", + "max": "252.816", + "min": "247.457", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "146.714", + "max": "146.881", + "min": "146.583", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "133.624", + "max": "133.987", + "min": "133.443", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.019", + "max": "109.002", + "min": "107.765", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.314", + "max": "83.725", + "min": "82.012", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "151.5", + "max": "158.362", + "min": "151.027", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "17.967", + "max": "21.804", + "min": "17.608", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "44.069", + "max": "44.283", + "min": "43.867", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.684", + "max": "35.15", + "min": "33.452", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "204.711", + "max": "204.955", + "min": "204.607", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "30.371", + "max": "32.76", + "min": "29.889", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "35.901", + "max": "36.41", + "min": "35.707", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "165.195", + "max": "172.442", + "min": "164.623", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "238.897", + "max": "239.181", + "min": "238.641", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "113.588", + "max": "113.78", + "min": "113.455", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "83.25", + "max": "84.609", + "min": "83.108", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "143.462", + "max": "143.813", + "min": "143.218", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "23.825", + "max": "113.583", + "min": "4.984", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "105.131", + "max": "105.396", + "min": "104.935", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "137.935", + "max": "152.103", + "min": "134.338", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "267.141", + "max": "267.538", + "min": "266.883", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "26.95", + "max": "28.156", + "min": "26.213", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "293.201", + "max": "293.48", + "min": "293.047", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "30.48", + "max": "31.288", + "min": "30.248", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "8.445", + "max": "8.807", + "min": "8.284", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "65.056", + "max": "68.75", + "min": "64.268", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "57.159", + "max": "113.111", + "min": "54.108", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "205.61", + "max": "225.409", + "min": "204.241", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "262.892", + "max": "263.61", + "min": "262.575", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "47.945", + "max": "48.856", + "min": "47.741", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "36.889", + "max": "38.023", + "min": "36.679", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "73.976", + "max": "74.201", + "min": "73.798", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "44.058", + "max": "44.61", + "min": "43.536", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "205.138", + "max": "206.53", + "min": "204.407", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "116.889", + "max": "117.913", + "min": "116.656", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "257.548", + "max": "259.228", + "min": "257.279", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "144.318", + "max": "144.713", + "min": "143.966", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "148.615", + "max": "150.248", + "min": "148.39", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "99.08", + "max": "100.509", + "min": "98.892", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "46.173", + "max": "47.244", + "min": "45.849", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "13.821", + "max": "14.146", + "min": "13.654", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "88.067", + "max": "88.624", + "min": "87.856", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "152.093", + "max": "153.366", + "min": "151.9", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "94.766", + "max": "95.386", + "min": "94.523", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "89.601", + "max": "89.83", + "min": "89.472", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "149.952", + "max": "150.226", + "min": "149.771", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "90.224", + "max": "90.792", + "min": "89.912", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "207.042", + "max": "210.244", + "min": "206.522", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "141.152", + "max": "141.758", + "min": "140.882", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "152.914", + "max": "153.362", + "min": "152.72", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "68.6", + "max": "69.565", + "min": "68.217", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "17.483", + "max": "17.94", + "min": "17.237", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "104.86", + "max": "105.139", + "min": "104.697", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "99.773", + "max": "100.154", + "min": "99.529", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "12.675", + "max": "13.839", + "min": "12.508", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "102.85", + "max": "104.912", + "min": "102.15", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "143.957", + "max": "144.454", + "min": "143.74", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "18.088", + "max": "18.926", + "min": "17.885", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "277.134", + "max": "277.632", + "min": "276.937", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "80.472", + "max": "80.698", + "min": "80.283", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "108.92", + "max": "109.851", + "min": "108.738", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "153.324", + "max": "153.737", + "min": "152.988", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "133.558", + "max": "141.348", + "min": "132.687", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "157.012", + "max": "157.392", + "min": "156.819", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "90.881", + "max": "93.893", + "min": "90.484", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "107.761", + "max": "108.169", + "min": "107.606", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "150.831", + "max": "153.836", + "min": "150.472", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "47.47", + "max": "48.948", + "min": "47.233", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "303.25", + "max": "304.912", + "min": "302.563", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "100.566", + "max": "101.063", + "min": "100.422", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "319.858", + "max": "334.732", + "min": "284.317", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "171.77", + "max": "175.168", + "min": "171.374", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "84.092", + "max": "84.33", + "min": "83.918", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "104.001", + "max": "104.683", + "min": "103.816", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "125.911", + "max": "126.346", + "min": "125.724", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.744", + "max": "302.048", + "min": "301.531", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "274.948", + "max": "276.626", + "min": "274.773", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "91.786", + "max": "92.065", + "min": "91.618", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "136.015", + "max": "138.122", + "min": "135.629", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "368.034", + "max": "468.897", + "min": "185.725", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "148.074", + "max": "230.729", + "min": "59.633", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "163.97", + "max": "182.471", + "min": "162.861", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "231.301", + "max": "231.857", + "min": "231.094", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "111.56", + "max": "112.36", + "min": "111.347", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "112.363", + "max": "113.247", + "min": "112.047", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "117.857", + "max": "121.645", + "min": "117.507", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "190.909", + "max": "340.998", + "min": "102.981", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "203.109", + "max": "203.473", + "min": "202.874", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "50.884", + "max": "135.02", + "min": "45.299", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "46.681", + "max": "46.886", + "min": "46.539", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "107.13", + "max": "108.354", + "min": "106.382", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "79.572", + "max": "79.788", + "min": "79.419", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "244.359", + "max": "244.93", + "min": "244.093", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "130.377", + "max": "131.22", + "min": "130.15", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "176.247", + "max": "177.541", + "min": "176.011", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "100.847", + "max": "101.35", + "min": "100.607", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "91.413", + "max": "91.808", + "min": "91.24", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "106.223", + "max": "106.87", + "min": "106.034", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "279.387", + "max": "280.149", + "min": "278.616", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.859", + "max": "124.385", + "min": "123.696", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "71.83", + "max": "72.188", + "min": "71.617", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "125.966", + "max": "131.71", + "min": "124.842", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "123.63", + "max": "124.056", + "min": "123.411", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "99.655", + "max": "100.381", + "min": "99.481", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "74.572", + "max": "75.131", + "min": "74.374", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "23.393", + "max": "23.82", + "min": "23.258", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "176.783", + "max": "179.732", + "min": "176.093", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "47.675", + "max": "48.078", + "min": "47.497", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "33.712", + "max": "34.212", + "min": "33.479", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "188.254", + "max": "192.951", + "min": "187.573", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "13.353", + "max": "13.709", + "min": "13.164", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "41.216", + "max": "43.064", + "min": "40.907", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "135.524", + "max": "136.012", + "min": "135.304", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "10.059", + "max": "10.338", + "min": "9.905", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "10.683", + "max": "11.44", + "min": "10.503", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "14.405", + "max": "24.862", + "min": "13.045", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "264.608", + "max": "264.793", + "min": "264.427", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.354", + "max": "38.383", + "min": "37.102", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "11.549", + "max": "11.985", + "min": "11.316", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "85.921", + "max": "86.218", + "min": "85.777", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "157.213", + "max": "157.955", + "min": "156.927", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "44.022", + "max": "46.314", + "min": "43.634", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "304.95", + "max": "345.927", + "min": "298.319", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "116.623", + "max": "117.055", + "min": "116.503", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "245.034", + "max": "352.771", + "min": "237.864", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "118.048", + "max": "118.302", + "min": "117.885", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "377.464", + "max": "377.732", + "min": "377.086", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "43.705", + "max": "44.025", + "min": "43.525", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "74.65", + "max": "74.862", + "min": "74.502", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "105.818", + "max": "106.288", + "min": "105.564", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "168.618", + "max": "169.088", + "min": "168.489", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "91.577", + "max": "92.559", + "min": "91.385", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "130.156", + "max": "130.581", + "min": "129.969", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "305.73", + "max": "320.758", + "min": "270.634", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "74.384", + "max": "74.676", + "min": "74.206", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "88.426", + "max": "88.705", + "min": "88.318", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "7.539", + "max": "9.149", + "min": "7.232", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "124.832", + "max": "125.393", + "min": "124.636", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "17.924", + "max": "19.411", + "min": "17.715", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "12.814", + "max": "13.528", + "min": "12.475", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "30.43", + "max": "42.518", + "min": "29.684", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "20.336", + "max": "20.551", + "min": "20.187", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "13.263", + "max": "13.691", + "min": "12.997", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "62.664", + "max": "62.987", + "min": "62.389", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "44.713", + "max": "45.021", + "min": "44.572", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.523", + "max": "67.303", + "min": "61.954", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "40.89", + "max": "41.473", + "min": "40.667", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "11.746", + "max": "12.646", + "min": "11.555", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "14.869", + "max": "15.216", + "min": "14.655", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "15.032", + "max": "15.183", + "min": "14.882", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "32.9", + "max": "43.094", + "min": "32.364", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "54.608", + "max": "55.501", + "min": "54.334", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "28.006", + "max": "42.255", + "min": "26.329", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "32.559", + "max": "48.455", + "min": "19.927", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "8.524", + "max": "8.734", + "min": "8.363", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "56.451", + "max": "57.237", + "min": "56.209", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "38.916", + "max": "39.963", + "min": "38.612", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "43.481", + "max": "43.983", + "min": "43.146", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "12.811", + "max": "13.676", + "min": "12.41", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "272.458", + "max": "279.132", + "min": "272.04", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "16.642", + "max": "16.794", + "min": "16.497", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "22.787", + "max": "23.024", + "min": "22.645", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.908", + "max": "26.096", + "min": "25.734", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "167.51", + "max": "175.258", + "min": "165.464", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "53.989", + "max": "54.287", + "min": "53.737", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "15.273", + "max": "19.296", + "min": "14.838", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "15.629", + "max": "16.552", + "min": "15.401", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "9.751", + "max": "10.241", + "min": "9.47", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "236.083", + "max": "250.247", + "min": "232.876", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "81.639", + "max": "94.923", + "min": "80.139", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "228.263", + "max": "238.743", + "min": "222.018", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "139.53", + "max": "143.03", + "min": "139.26", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "10.873", + "max": "11.346", + "min": "10.746", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "138.448", + "max": "138.592", + "min": "138.234", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "152.571", + "max": "152.834", + "min": "152.211", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "31.929", + "max": "32.877", + "min": "31.742", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "57.539", + "max": "58.578", + "min": "57.32", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "12.246", + "max": "13.176", + "min": "11.872", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "15.287", + "max": "15.68", + "min": "15.101", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "98.568", + "max": "98.764", + "min": "98.426", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "101.551", + "max": "101.82", + "min": "101.432", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "171.385", + "max": "171.844", + "min": "171.194", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "76.787", + "max": "76.929", + "min": "76.685", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "19.431", + "max": "20.174", + "min": "19.187", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "77.327", + "max": "77.621", + "min": "77.188", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "22.941", + "max": "23.241", + "min": "22.827", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "242.033", + "max": "447.656", + "min": "234.809", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "122.665", + "max": "125.622", + "min": "120.013", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "15.187", + "max": "15.457", + "min": "15.011", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "30.671", + "max": "32.334", + "min": "29.896", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "144.789", + "max": "152.046", + "min": "143.588", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "100.897", + "max": "101.802", + "min": "100.471", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "253.826", + "max": "254.079", + "min": "253.694", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "81.891", + "max": "82.575", + "min": "81.671", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "43.286", + "max": "43.526", + "min": "43.15", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.546", + "max": "11.683", + "min": "11.442", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "53.537", + "max": "53.835", + "min": "53.387", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "87.255", + "max": "91.232", + "min": "86.696", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "85.138", + "max": "86.505", + "min": "84.934", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "54.83", + "max": "56.994", + "min": "53.092", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "162.274", + "max": "165.968", + "min": "161.716", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "87.157", + "max": "89.077", + "min": "85.94", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "200.65", + "max": "202.177", + "min": "200.394", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "121.055", + "max": "121.704", + "min": "120.911", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "20.601", + "max": "22.384", + "min": "20.21", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "193.865", + "max": "195.355", + "min": "191.55", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "180.712", + "max": "180.712", + "min": "180.712", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "16.625", + "max": "16.801", + "min": "16.537", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "15.208", + "max": "15.55", + "min": "15.057", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "106.843", + "max": "107.095", + "min": "106.642", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "25.71", + "max": "35.645", + "min": "18.488", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "35.876", + "max": "36.186", + "min": "35.701", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "183.288", + "max": "184.213", + "min": "182.947", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "84.593", + "max": "85.565", + "min": "84.276", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "99.832", + "max": "103.908", + "min": "99.473", + "id": "4", + "country": "France", + "source_name": "Paris", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "7": { + "name": "Amsterdam", + "data": { + "0": { + "avg": "182.755", + "max": "183.022", + "min": "182.553", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "266.347", + "max": "268.411", + "min": "266.02", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "94.52", + "max": "98.175", + "min": "94.27", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.254", + "max": "28.507", + "min": "23.842", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "10.231", + "max": "11.085", + "min": "10.004", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "237.068", + "max": "237.439", + "min": "236.912", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "0.046", + "max": "0.128", + "min": "0.013", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "271.302", + "max": "273.738", + "min": "270.666", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "44.144", + "max": "44.341", + "min": "44.022", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "23.929", + "max": "24.399", + "min": "23.66", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "6.566", + "max": "7.58", + "min": "6.294", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "117.956", + "max": "146.279", + "min": "116.837", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "74.817", + "max": "75.137", + "min": "74.704", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "80.943", + "max": "81.353", + "min": "80.795", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "107.5", + "max": "107.7", + "min": "107.366", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "84.045", + "max": "84.423", + "min": "83.287", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "29.459", + "max": "29.757", + "min": "29.226", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "92.186", + "max": "92.446", + "min": "92.08", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "20.29", + "max": "20.607", + "min": "20.066", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "21.408", + "max": "21.653", + "min": "21.293", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "282.337", + "max": "282.611", + "min": "282.213", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "98.596", + "max": "98.823", + "min": "98.462", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "157.601", + "max": "158.134", + "min": "157.432", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "142.46", + "max": "143.263", + "min": "142.283", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.761", + "max": "35.092", + "min": "34.61", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "17.256", + "max": "17.551", + "min": "17.161", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.058", + "max": "21.291", + "min": "19.697", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "26.77", + "max": "27.05", + "min": "26.64", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.471", + "max": "16.693", + "min": "16.334", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "136.603", + "max": "137.096", + "min": "136.421", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "160.998", + "max": "161.24", + "min": "160.855", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "29.762", + "max": "30.107", + "min": "29.611", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "150.247", + "max": "153.057", + "min": "149.962", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "41.562", + "max": "41.793", + "min": "41.421", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.922", + "max": "18.041", + "min": "14.485", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "166.996", + "max": "169.816", + "min": "166.767", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "139.045", + "max": "139.304", + "min": "138.943", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "143.155", + "max": "143.406", + "min": "143.01", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "107.339", + "max": "107.59", + "min": "107.172", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "81.78", + "max": "89.953", + "min": "81.218", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "150.763", + "max": "153.81", + "min": "150.308", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "9.574", + "max": "11.697", + "min": "9.137", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "41.322", + "max": "41.584", + "min": "41.156", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "27.599", + "max": "31.68", + "min": "27.325", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "153.244", + "max": "158.086", + "min": "152.943", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "32.366", + "max": "33.117", + "min": "31.739", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "34.383", + "max": "34.806", + "min": "34.238", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "161.685", + "max": "161.947", + "min": "161.448", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "231.589", + "max": "231.993", + "min": "231.465", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "121.149", + "max": "121.336", + "min": "121.045", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "146.668", + "max": "146.837", + "min": "146.592", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "149.67", + "max": "150.144", + "min": "149.341", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "73.15", + "max": "87.065", + "min": "60.672", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "106.572", + "max": "106.895", + "min": "106.415", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "138.558", + "max": "158.391", + "min": "134.645", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "174.268", + "max": "175.053", + "min": "174.028", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.289", + "max": "40.002", + "min": "37.729", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "297.216", + "max": "298.932", + "min": "297.031", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "42.564", + "max": "45.396", + "min": "42.173", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "10.448", + "max": "10.711", + "min": "10.308", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "62.609", + "max": "63.146", + "min": "62.316", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "66.371", + "max": "124.054", + "min": "63.348", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "275.283", + "max": "354.505", + "min": "259.729", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "281.445", + "max": "281.621", + "min": "281.358", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.782", + "max": "46.014", + "min": "45.603", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "31.697", + "max": "32.772", + "min": "31.48", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "86.929", + "max": "87.098", + "min": "86.807", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "39.903", + "max": "40.16", + "min": "39.481", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "226.337", + "max": "228.316", + "min": "225.603", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "123.94", + "max": "128.356", + "min": "123.64", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "190.322", + "max": "191.115", + "min": "190.13", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "148.719", + "max": "149.271", + "min": "148.448", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "158.585", + "max": "158.832", + "min": "158.433", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "99.116", + "max": "99.335", + "min": "98.943", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "49.853", + "max": "51.101", + "min": "49.547", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "12.312", + "max": "12.554", + "min": "12.184", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "93.822", + "max": "94.193", + "min": "93.647", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "140.73", + "max": "141.056", + "min": "140.494", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "102.875", + "max": "103.172", + "min": "102.658", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "98.051", + "max": "98.31", + "min": "97.96", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "135.05", + "max": "137.722", + "min": "134.705", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "93.54", + "max": "94.241", + "min": "93.31", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "290.131", + "max": "299.894", + "min": "283.642", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "143.79", + "max": "145.203", + "min": "143.573", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "126.566", + "max": "133.606", + "min": "126.203", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "62.321", + "max": "63.3", + "min": "61.91", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "16.518", + "max": "22.299", + "min": "15.921", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "99.954", + "max": "102.049", + "min": "99.758", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "106.799", + "max": "107.11", + "min": "106.644", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "13.117", + "max": "21.679", + "min": "12.517", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "106.352", + "max": "107.598", + "min": "105.8", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "157.988", + "max": "158.42", + "min": "157.763", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "28.521", + "max": "28.789", + "min": "28.413", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "264.605", + "max": "264.882", + "min": "264.46", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "92.356", + "max": "92.568", + "min": "92.216", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "118.018", + "max": "118.399", + "min": "117.776", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "163.672", + "max": "163.955", + "min": "163.446", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "136.343", + "max": "138.677", + "min": "135.756", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "137.815", + "max": "138.098", + "min": "137.674", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "101.814", + "max": "102.706", + "min": "101.675", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "112.056", + "max": "112.38", + "min": "111.935", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "155.685", + "max": "155.922", + "min": "155.527", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "38.908", + "max": "39.858", + "min": "38.723", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "311.971", + "max": "313.1", + "min": "311.441", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "102.593", + "max": "102.881", + "min": "102.388", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "332.22", + "max": "352.451", + "min": "287.908", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "171.594", + "max": "175.268", + "min": "171.327", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "80.36", + "max": "80.634", + "min": "80.148", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.498", + "max": "101.741", + "min": "101.391", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "128.529", + "max": "128.878", + "min": "128.382", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "219.587", + "max": "220.512", + "min": "219.339", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.118", + "max": "279.535", + "min": "278.99", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "75.863", + "max": "76.115", + "min": "75.768", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "141.438", + "max": "150.399", + "min": "140.674", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "371.425", + "max": "483.436", + "min": "177.765", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "185.337", + "max": "287.254", + "min": "69.85", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "154.116", + "max": "166.684", + "min": "152.915", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "260.801", + "max": "262.738", + "min": "260.398", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "122.413", + "max": "122.654", + "min": "122.279", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "109.487", + "max": "110.495", + "min": "109.199", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "114.53", + "max": "117.371", + "min": "114.209", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "191.862", + "max": "334.93", + "min": "110.846", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "188.364", + "max": "189.45", + "min": "188.181", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "44.353", + "max": "419.056", + "min": "30.509", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "32.993", + "max": "33.238", + "min": "32.894", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "21.7", + "max": "22.863", + "min": "21.134", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "82.8", + "max": "86.709", + "min": "80.295", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "160.392", + "max": "161.933", + "min": "160.037", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "125.661", + "max": "126.074", + "min": "125.402", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "166.667", + "max": "168.843", + "min": "166.317", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "102.342", + "max": "102.634", + "min": "102.173", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "99.297", + "max": "99.585", + "min": "99.101", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "98.145", + "max": "98.396", + "min": "97.923", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "288.421", + "max": "289.131", + "min": "287.705", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "121.274", + "max": "121.634", + "min": "121.155", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "72.208", + "max": "72.632", + "min": "71.948", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "127.393", + "max": "139.218", + "min": "125.564", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "111.87", + "max": "112.111", + "min": "111.697", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "111.694", + "max": "111.895", + "min": "111.531", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "79.325", + "max": "79.554", + "min": "79.182", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "24.29", + "max": "26.239", + "min": "23.873", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "185.113", + "max": "185.586", + "min": "184.703", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "35.828", + "max": "36.645", + "min": "35.657", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "43.212", + "max": "43.549", + "min": "42.953", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "181.596", + "max": "189.611", + "min": "180.996", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "5.328", + "max": "5.703", + "min": "4.968", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.567", + "max": "37.208", + "min": "33.297", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "137.698", + "max": "140.81", + "min": "137.491", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "9.378", + "max": "9.874", + "min": "9.276", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "14.754", + "max": "15.026", + "min": "14.63", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "12.212", + "max": "24.931", + "min": "10.377", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "271.273", + "max": "271.526", + "min": "271.143", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "34.272", + "max": "36.372", + "min": "33.955", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "16.29", + "max": "16.659", + "min": "16.083", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "86.163", + "max": "86.502", + "min": "86.001", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "154.477", + "max": "154.925", + "min": "154.168", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "55.019", + "max": "56.967", + "min": "54.719", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "250.19", + "max": "293.18", + "min": "244.153", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "116.532", + "max": "116.83", + "min": "116.336", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "243.77", + "max": "333.928", + "min": "235.321", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "132.99", + "max": "133.27", + "min": "132.888", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "383.467", + "max": "383.842", + "min": "382.971", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "30.401", + "max": "30.641", + "min": "30.267", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "80.433", + "max": "80.677", + "min": "80.35", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "117.071", + "max": "117.553", + "min": "116.902", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.159", + "max": "182.444", + "min": "181.985", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "97.319", + "max": "97.791", + "min": "97.163", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "137.873", + "max": "138.829", + "min": "137.657", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "222.557", + "max": "238.636", + "min": "207.885", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "95.018", + "max": "98.242", + "min": "94.78", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "99.918", + "max": "100.24", + "min": "99.834", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "28.167", + "max": "29.252", + "min": "27.884", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "311.145", + "max": "340.592", + "min": "291.882", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "16.987", + "max": "19.166", + "min": "16.813", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "51.141", + "max": "51.726", + "min": "50.911", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "52.418", + "max": "57.292", + "min": "52.093", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "25.028", + "max": "25.269", + "min": "24.868", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "13.069", + "max": "15.815", + "min": "12.7", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "61.111", + "max": "61.634", + "min": "60.885", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "39.774", + "max": "40.055", + "min": "39.624", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "63.344", + "max": "63.607", + "min": "63.166", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "44.497", + "max": "44.832", + "min": "44.299", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "2.839", + "max": "4.426", + "min": "2.613", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "5.404", + "max": "11.932", + "min": "5.051", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "3.055", + "max": "3.362", + "min": "2.905", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "30.154", + "max": "30.383", + "min": "29.993", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "56.269", + "max": "71.58", + "min": "55.491", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "27.6", + "max": "55.031", + "min": "25.165", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "45.645", + "max": "102.502", + "min": "16.379", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "7.713", + "max": "8.035", + "min": "7.543", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "55.585", + "max": "56.096", + "min": "55.364", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "38.932", + "max": "46.755", + "min": "38.414", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "34.487", + "max": "34.864", + "min": "34.062", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "5.549", + "max": "27.331", + "min": "4.492", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "260.507", + "max": "279.832", + "min": "259.732", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "15.939", + "max": "17.674", + "min": "15.714", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "35.948", + "max": "36.283", + "min": "35.659", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "57.759", + "max": "58.007", + "min": "57.667", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "177.784", + "max": "184.028", + "min": "175.891", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "50.581", + "max": "50.846", + "min": "50.436", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "10.569", + "max": "29.283", + "min": "9.751", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "3.064", + "max": "4.004", + "min": "2.837", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "2.106", + "max": "2.504", + "min": "1.974", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "279.407", + "max": "290.796", + "min": "276.684", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "87.505", + "max": "91.549", + "min": "86.529", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.227", + "max": "224.994", + "min": "218.877", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "142.362", + "max": "146.034", + "min": "142.034", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "5.571", + "max": "5.828", + "min": "5.472", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "160.681", + "max": "163.113", + "min": "160.369", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "165.21", + "max": "165.431", + "min": "164.925", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "47.207", + "max": "47.634", + "min": "46.935", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "54.547", + "max": "55.232", + "min": "54.325", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "12.528", + "max": "13.331", + "min": "12.252", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "4.097", + "max": "5.146", + "min": "3.783", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "105.045", + "max": "105.321", + "min": "104.929", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "102.553", + "max": "102.761", + "min": "102.467", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "222.056", + "max": "343.512", + "min": "211.625", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "79.312", + "max": "79.59", + "min": "79.219", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.835", + "max": "25.067", + "min": "24.726", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "85.546", + "max": "85.874", + "min": "85.442", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "66.532", + "max": "67.096", + "min": "66.373", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "221.368", + "max": "520.004", + "min": "204.709", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "124.747", + "max": "128.932", + "min": "121.823", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "24.813", + "max": "25.134", + "min": "24.65", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "47.395", + "max": "47.784", + "min": "46.89", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "161.607", + "max": "172.636", + "min": "159.857", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "230.18", + "max": "230.83", + "min": "229.805", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "236.814", + "max": "237.201", + "min": "236.62", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "82.042", + "max": "83.01", + "min": "81.803", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "40.706", + "max": "40.953", + "min": "40.581", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.628", + "max": "11.905", + "min": "11.556", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "43.836", + "max": "44.062", + "min": "43.651", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "85.795", + "max": "87.892", + "min": "85.333", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "93.789", + "max": "94.139", + "min": "93.638", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.182", + "max": "72.937", + "min": "63.052", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "176.272", + "max": "177.228", + "min": "175.91", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "92.592", + "max": "94.103", + "min": "91.572", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "62.56", + "max": "63.209", + "min": "62.3", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "102.752", + "max": "103.117", + "min": "102.459", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "20.26", + "max": "21.33", + "min": "20.091", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.242", + "max": "176.529", + "min": "176.024", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "178.719", + "max": "178.719", + "min": "178.719", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "11.384", + "max": "11.61", + "min": "11.254", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "16.314", + "max": "16.962", + "min": "16.222", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "104.275", + "max": "106.937", + "min": "103.941", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "32.43", + "max": "48.463", + "min": "24.735", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "26.821", + "max": "75.861", + "min": "25.013", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "127.539", + "max": "129.282", + "min": "127.099", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "85.752", + "max": "87.388", + "min": "85.368", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "103.664", + "max": "116.958", + "min": "103.108", + "id": "7", + "country": "Netherlands", + "source_name": "Amsterdam", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "10": { + "name": "Stockholm", + "data": { + "0": { + "avg": "213.694", + "max": "214.117", + "min": "213.479", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "282.78", + "max": "288.548", + "min": "282.228", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.784", + "max": "114.015", + "min": "111.485", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "36.514", + "max": "45.07", + "min": "35.243", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "31.382", + "max": "36.739", + "min": "30.666", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "248.716", + "max": "250.574", + "min": "248.5", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.056", + "max": "27.58", + "min": "23.613", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "291.925", + "max": "318.413", + "min": "289.601", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "19.412", + "max": "22.878", + "min": "19.088", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "0.044", + "max": "0.203", + "min": "0.022", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "29.783", + "max": "32.3", + "min": "29.281", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.722", + "max": "138.352", + "min": "135.29", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "98.705", + "max": "103.545", + "min": "98.096", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "100.372", + "max": "102.057", + "min": "100.113", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "142.948", + "max": "144.921", + "min": "142.615", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "106.146", + "max": "107.218", + "min": "105.599", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "54.938", + "max": "56.746", + "min": "54.575", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "120.512", + "max": "121.257", + "min": "120.316", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "48.121", + "max": "51.263", + "min": "47.807", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "42.84", + "max": "43.513", + "min": "42.668", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "301.236", + "max": "302.102", + "min": "301.008", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "111.151", + "max": "115.121", + "min": "110.824", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "172.503", + "max": "178.281", + "min": "172.1", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "151.313", + "max": "159.824", + "min": "150.346", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "6.363", + "max": "7.85", + "min": "6.075", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "10.344", + "max": "11.799", + "min": "10.14", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "42.354", + "max": "46.339", + "min": "41.903", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "46.874", + "max": "48.543", + "min": "46.441", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "27.899", + "max": "35.181", + "min": "27.392", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "158.458", + "max": "165.786", + "min": "157.61", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "177.331", + "max": "178.627", + "min": "177.039", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "45.238", + "max": "47.245", + "min": "44.937", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "159.47", + "max": "164.029", + "min": "158.937", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "64.358", + "max": "65.217", + "min": "64.106", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "44.739", + "max": "46.211", + "min": "44.293", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "193.345", + "max": "196.542", + "min": "192.713", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.108", + "max": "166.4", + "min": "164.898", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "157.628", + "max": "167.527", + "min": "156.671", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "145.055", + "max": "146.423", + "min": "144.771", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "114.67", + "max": "128.924", + "min": "111.962", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "170.537", + "max": "173.275", + "min": "169.827", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "35.799", + "max": "40.182", + "min": "35.35", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "62.507", + "max": "62.823", + "min": "62.278", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "7.861", + "max": "9.519", + "min": "7.462", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "175.548", + "max": "177.304", + "min": "175.171", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "43.572", + "max": "48.466", + "min": "42.564", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "16.718", + "max": "26.818", + "min": "15.153", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "179.303", + "max": "179.886", + "min": "179.095", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "280.485", + "max": "281.72", + "min": "280.114", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "146.205", + "max": "147.953", + "min": "145.95", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "104.331", + "max": "112.831", + "min": "103.699", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "158.527", + "max": "159.037", + "min": "158.236", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "60.433", + "max": "69.653", + "min": "53.137", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "124.367", + "max": "127.829", + "min": "124.001", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "171.889", + "max": "185.077", + "min": "168.869", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "281.773", + "max": "282.516", + "min": "281.415", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "65.996", + "max": "70.511", + "min": "65.127", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "331.217", + "max": "335.242", + "min": "330.792", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.765", + "max": "59.727", + "min": "58.536", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "33.614", + "max": "39.422", + "min": "32.969", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "81.745", + "max": "84.451", + "min": "81.16", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "91.543", + "max": "157.6", + "min": "86.387", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "217.18", + "max": "228.719", + "min": "215.637", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "316.596", + "max": "319.156", + "min": "316.362", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "65.682", + "max": "67.381", + "min": "65.263", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "53.357", + "max": "57.662", + "min": "52.893", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "100.952", + "max": "104.979", + "min": "100.494", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "63.671", + "max": "64.044", + "min": "63.271", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "228.09", + "max": "232.163", + "min": "227.222", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "146.933", + "max": "150.91", + "min": "146.25", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "207.581", + "max": "209.303", + "min": "207.245", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "164.992", + "max": "166.253", + "min": "164.656", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "180.77", + "max": "187.249", + "min": "180.174", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "122.587", + "max": "125.323", + "min": "122.35", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.637", + "max": "69.235", + "min": "68.36", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "33.428", + "max": "33.998", + "min": "33.188", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "122.338", + "max": "124.867", + "min": "122.017", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "165.021", + "max": "165.369", + "min": "164.791", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "124.486", + "max": "129.258", + "min": "123.872", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "117.639", + "max": "119.991", + "min": "117.314", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "154.958", + "max": "158.133", + "min": "154.42", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "113.973", + "max": "124.34", + "min": "112.648", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "229.967", + "max": "231.849", + "min": "229.425", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "175.632", + "max": "177.13", + "min": "175.185", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "141.028", + "max": "141.298", + "min": "140.871", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "85.251", + "max": "86.305", + "min": "84.864", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "39.352", + "max": "43.277", + "min": "38.844", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "139.189", + "max": "146.937", + "min": "138.594", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "123.209", + "max": "130.384", + "min": "122.685", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "36.583", + "max": "37.696", + "min": "36.351", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "125.09", + "max": "128.852", + "min": "123.439", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "167.941", + "max": "169.387", + "min": "167.578", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "52.534", + "max": "56.184", + "min": "52.073", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "292.926", + "max": "294.53", + "min": "292.578", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "101.955", + "max": "111.203", + "min": "100.709", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "136.995", + "max": "139.652", + "min": "136.282", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "178.047", + "max": "183.92", + "min": "177.539", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "160.185", + "max": "166.009", + "min": "158.664", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.939", + "max": "171.318", + "min": "169.625", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "121.795", + "max": "130.042", + "min": "120.917", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "123.834", + "max": "126.742", + "min": "123.52", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "162.131", + "max": "162.805", + "min": "161.909", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "73.93", + "max": "85.236", + "min": "73.233", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "322.713", + "max": "325.747", + "min": "321.481", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "120.954", + "max": "127.947", + "min": "119.679", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "345.762", + "max": "363.99", + "min": "300.521", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "228.117", + "max": "233.559", + "min": "227.655", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "103.642", + "max": "105.777", + "min": "103.324", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "120.687", + "max": "121.743", + "min": "120.437", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "161.689", + "max": "164.704", + "min": "161.331", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "321.335", + "max": "322.123", + "min": "321.078", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "280.112", + "max": "287.715", + "min": "279.516", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "96.246", + "max": "97.687", + "min": "95.998", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "161.257", + "max": "162.826", + "min": "160.844", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "390.192", + "max": "510.414", + "min": "219.009", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "143.823", + "max": "222.917", + "min": "68.517", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "211.486", + "max": "229.317", + "min": "210.369", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "242.881", + "max": "248.496", + "min": "242.336", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "144.158", + "max": "153.473", + "min": "143.566", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "133.824", + "max": "134.627", + "min": "133.406", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "132.473", + "max": "136.83", + "min": "132.023", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "203.024", + "max": "375.183", + "min": "125.511", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "256.329", + "max": "257.651", + "min": "256.045", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "28.424", + "max": "244.663", + "min": "17.546", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "8.722", + "max": "11.912", + "min": "8.45", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "10.777", + "max": "14.693", + "min": "9.936", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "99.533", + "max": "101.072", + "min": "99.272", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "196.678", + "max": "201.637", + "min": "196.289", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "131.886", + "max": "135.55", + "min": "131.426", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "183.738", + "max": "185.713", + "min": "183.38", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "125.513", + "max": "126.534", + "min": "125.266", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "117.107", + "max": "120.123", + "min": "116.683", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "119.58", + "max": "120.933", + "min": "119.205", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "310.465", + "max": "311.652", + "min": "309.842", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "153.301", + "max": "156.474", + "min": "152.756", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "95.779", + "max": "97.789", + "min": "95.452", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "148.012", + "max": "159.283", + "min": "146.276", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "132.896", + "max": "133.688", + "min": "132.545", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "131.004", + "max": "135.139", + "min": "130.612", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "103.264", + "max": "104.606", + "min": "102.916", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "35.617", + "max": "38.555", + "min": "35.33", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.861", + "max": "199.353", + "min": "198.481", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "12.32", + "max": "14.526", + "min": "12.035", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "46.214", + "max": "49.673", + "min": "45.882", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "198.638", + "max": "220.182", + "min": "197.521", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "24.74", + "max": "27.877", + "min": "24.239", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "66.322", + "max": "83.611", + "min": "65.092", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "164.607", + "max": "167.453", + "min": "164.234", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "31.73", + "max": "33.766", + "min": "31.358", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "31.027", + "max": "31.57", + "min": "30.836", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "33.609", + "max": "53.937", + "min": "32.054", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "236.299", + "max": "239.188", + "min": "236.028", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "52.471", + "max": "56.521", + "min": "51.888", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "37.924", + "max": "70.173", + "min": "36.537", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "115.043", + "max": "116.075", + "min": "114.698", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "159.136", + "max": "162.427", + "min": "158.525", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "7.471", + "max": "10.845", + "min": "7.11", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "314.174", + "max": "359.69", + "min": "304.827", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "132.107", + "max": "132.593", + "min": "131.887", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "262.733", + "max": "345.573", + "min": "255.696", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "147.466", + "max": "150.153", + "min": "147.163", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "400.207", + "max": "400.798", + "min": "399.821", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "18.516", + "max": "48.305", + "min": "12.587", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "94.61", + "max": "98.861", + "min": "94.142", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "87.131", + "max": "88.094", + "min": "86.908", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "190.36", + "max": "194.409", + "min": "189.743", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "65.077", + "max": "69.15", + "min": "64.595", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "164.235", + "max": "165.972", + "min": "163.924", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "264.398", + "max": "269.885", + "min": "261.011", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "105.757", + "max": "107.059", + "min": "105.502", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "117.629", + "max": "120.929", + "min": "117.276", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "38.691", + "max": "43.587", + "min": "38.015", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "325.769", + "max": "331.678", + "min": "325.402", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "42.315", + "max": "45.707", + "min": "41.798", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "41.502", + "max": "44.576", + "min": "40.904", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "63.218", + "max": "86.71", + "min": "61.743", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "41.285", + "max": "46.164", + "min": "40.827", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "31.189", + "max": "35.577", + "min": "30.282", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "85.852", + "max": "87.344", + "min": "85.529", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "71.05", + "max": "74.087", + "min": "70.6", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "32.401", + "max": "38.737", + "min": "31.697", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.497", + "max": "70.632", + "min": "68.236", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "22.239", + "max": "23.479", + "min": "21.898", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "27.324", + "max": "36.771", + "min": "26.14", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.049", + "max": "26.478", + "min": "23.799", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "38.242", + "max": "44.24", + "min": "37.647", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "78.089", + "max": "82.459", + "min": "77.486", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "52.625", + "max": "59.077", + "min": "51.707", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "53.309", + "max": "70.488", + "min": "39.977", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "26.84", + "max": "31.242", + "min": "26.286", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "79.894", + "max": "84.976", + "min": "79.309", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "45.104", + "max": "54.494", + "min": "43.898", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "57.37", + "max": "60.251", + "min": "56.821", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "28.299", + "max": "34.318", + "min": "27.432", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "219.577", + "max": "221.588", + "min": "219.081", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "37.831", + "max": "38.76", + "min": "37.589", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "38.781", + "max": "41.239", + "min": "38.419", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "37.022", + "max": "37.453", + "min": "36.854", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "189.818", + "max": "195.111", + "min": "188.417", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "63.025", + "max": "78.439", + "min": "61.981", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "25.057", + "max": "36.039", + "min": "23.609", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "22.206", + "max": "23.673", + "min": "21.854", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.742", + "max": "25.811", + "min": "24.471", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "317.976", + "max": "328.827", + "min": "316.367", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "99.476", + "max": "104.072", + "min": "98.456", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "224.471", + "max": "243.742", + "min": "219.584", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "170.552", + "max": "178.059", + "min": "170.028", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "25.562", + "max": "27.282", + "min": "25.287", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "117.333", + "max": "143.608", + "min": "115.221", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "187.17", + "max": "188.073", + "min": "186.874", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "57.126", + "max": "60.349", + "min": "56.649", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "74.082", + "max": "74.914", + "min": "73.845", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "35.223", + "max": "36.338", + "min": "34.805", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "25.593", + "max": "26.445", + "min": "25.237", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "178.42", + "max": "178.964", + "min": "178.236", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "203.677", + "max": "210.27", + "min": "203.01", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "279.591", + "max": "431.859", + "min": "273.88", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "99.924", + "max": "101.14", + "min": "99.699", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "40.444", + "max": "41.628", + "min": "40.187", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "102.738", + "max": "106.02", + "min": "102.402", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "40.884", + "max": "41.367", + "min": "40.729", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "258.356", + "max": "297.416", + "min": "256.588", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "151.27", + "max": "156.139", + "min": "147.99", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "45.24", + "max": "46.829", + "min": "44.91", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "66.908", + "max": "70.425", + "min": "65.978", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "177.41", + "max": "180.034", + "min": "176.367", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "122.205", + "max": "123.862", + "min": "121.711", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "249.78", + "max": "251.862", + "min": "249.411", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "81.488", + "max": "87.741", + "min": "80.904", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "62.749", + "max": "64.029", + "min": "62.443", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "26.77", + "max": "30.885", + "min": "26.021", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "85.477", + "max": "89.396", + "min": "85.048", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "107.162", + "max": "108.313", + "min": "106.708", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "111.606", + "max": "114.496", + "min": "111.263", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "86.581", + "max": "100.254", + "min": "84.314", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "199.747", + "max": "209.207", + "min": "198.97", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "110.109", + "max": "111.755", + "min": "109.13", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "82.296", + "max": "83.369", + "min": "81.988", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "120.7", + "max": "122.849", + "min": "120.349", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "39.69", + "max": "45.581", + "min": "38.984", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "183.108", + "max": "187.03", + "min": "182.548", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "212.381", + "max": "212.381", + "min": "212.381", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "34.503", + "max": "49.949", + "min": "33.766", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "32.029", + "max": "36.533", + "min": "31.578", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "130.352", + "max": "260.476", + "min": "125.379", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "55.067", + "max": "67.852", + "min": "46.776", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "52.835", + "max": "56.888", + "min": "52.256", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "161.438", + "max": "162.326", + "min": "161.176", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "56.113", + "max": "58.912", + "min": "55.43", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "139.232", + "max": "148.128", + "min": "138.679", + "id": "10", + "country": "Sweden", + "source_name": "Stockholm", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "11": { + "name": "London", + "data": { + "0": { + "avg": "198.077", + "max": "198.489", + "min": "197.763", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "261.127", + "max": "266.028", + "min": "260.699", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.52", + "max": "90.963", + "min": "90.245", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "27.147", + "max": "33.97", + "min": "26.474", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "8.802", + "max": "12.023", + "min": "8.183", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "219.423", + "max": "219.648", + "min": "219.169", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "6.356", + "max": "6.786", + "min": "6.001", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "266.348", + "max": "278.841", + "min": "265.013", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "46.326", + "max": "47.135", + "min": "46.068", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "29.511", + "max": "30.473", + "min": "29.078", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "0.037", + "max": "0.084", + "min": "0", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "123.657", + "max": "124.158", + "min": "123.246", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "71.167", + "max": "73.746", + "min": "70.663", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "78.711", + "max": "79.542", + "min": "78.346", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "95.368", + "max": "95.95", + "min": "95.112", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "76.302", + "max": "79.515", + "min": "75.809", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "27.966", + "max": "28.374", + "min": "27.652", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "86.562", + "max": "87.068", + "min": "86.205", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "18.891", + "max": "19.265", + "min": "18.557", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "30.689", + "max": "30.983", + "min": "30.436", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "276.44", + "max": "276.852", + "min": "276.122", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "86.248", + "max": "86.77", + "min": "85.922", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "149.139", + "max": "149.743", + "min": "148.806", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "129.413", + "max": "138.006", + "min": "128.755", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.344", + "max": "35.768", + "min": "33.89", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "16.848", + "max": "18.879", + "min": "16.415", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "23.518", + "max": "25.749", + "min": "23.018", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "33.101", + "max": "33.628", + "min": "32.799", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.259", + "max": "14.519", + "min": "14.024", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "134.38", + "max": "135.28", + "min": "134.047", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "169.577", + "max": "169.922", + "min": "169.368", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "31.109", + "max": "31.407", + "min": "30.788", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "132.798", + "max": "133.464", + "min": "132.451", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "48.864", + "max": "49.764", + "min": "48.617", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "28.018", + "max": "31.483", + "min": "27.492", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "196.854", + "max": "198.961", + "min": "196.328", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "136.092", + "max": "136.93", + "min": "135.729", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "126.512", + "max": "128.334", + "min": "126.123", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.177", + "max": "109.854", + "min": "107.957", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "79.838", + "max": "83.84", + "min": "79.239", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "143.289", + "max": "145.738", + "min": "142.669", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "10.258", + "max": "11.587", + "min": "9.64", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "52.676", + "max": "53.124", + "min": "52.29", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.724", + "max": "34.079", + "min": "33.404", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "142.328", + "max": "142.701", + "min": "142.03", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "31.176", + "max": "32.868", + "min": "30.479", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "29.104", + "max": "30.732", + "min": "28.633", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "152.837", + "max": "153.379", + "min": "152.558", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "231.182", + "max": "231.83", + "min": "230.835", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "122.423", + "max": "122.678", + "min": "122.171", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "84.468", + "max": "87.184", + "min": "84.089", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "138.8", + "max": "139.135", + "min": "138.481", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "48.397", + "max": "89.245", + "min": "4.258", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "100.645", + "max": "101.193", + "min": "100.276", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "196.37", + "max": "204.215", + "min": "193.559", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "197.177", + "max": "197.861", + "min": "196.841", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.408", + "max": "42.026", + "min": "37.63", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "298.527", + "max": "323.988", + "min": "297.259", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "49.373", + "max": "49.859", + "min": "49.067", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "15.617", + "max": "15.989", + "min": "15.292", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.041", + "max": "63.88", + "min": "62.337", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "62.605", + "max": "122.896", + "min": "55.33", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "204.152", + "max": "299.858", + "min": "190.566", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "241.195", + "max": "241.552", + "min": "240.915", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "44.554", + "max": "44.815", + "min": "44.349", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.747", + "max": "36.153", + "min": "35.404", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "69.757", + "max": "71.119", + "min": "69.279", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "50.852", + "max": "51.152", + "min": "50.499", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "199.305", + "max": "203.634", + "min": "198.264", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "121.328", + "max": "122.036", + "min": "120.951", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "220.804", + "max": "222.835", + "min": "220.286", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "136.471", + "max": "137.228", + "min": "136.131", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "138.884", + "max": "139.826", + "min": "138.601", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "95.479", + "max": "95.932", + "min": "95.244", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "38.232", + "max": "39.906", + "min": "37.908", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "41.225", + "max": "103.721", + "min": "6.709", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "92.344", + "max": "92.781", + "min": "91.931", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "143.346", + "max": "147.73", + "min": "142.814", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "85.091", + "max": "92.448", + "min": "84.556", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "93.454", + "max": "93.806", + "min": "93.152", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "139.884", + "max": "140.37", + "min": "139.575", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "88.564", + "max": "89.047", + "min": "88.285", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "188.331", + "max": "190.868", + "min": "187.75", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "152.328", + "max": "153.863", + "min": "151.964", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "127.338", + "max": "127.636", + "min": "127.106", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "63.978", + "max": "65.229", + "min": "63.455", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "9.648", + "max": "11.383", + "min": "9.164", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "98.146", + "max": "98.791", + "min": "97.78", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "92.102", + "max": "94.285", + "min": "91.714", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "6.661", + "max": "12.883", + "min": "5.926", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "100.012", + "max": "102.963", + "min": "99.382", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "141.482", + "max": "142.167", + "min": "141.048", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "28.807", + "max": "29.589", + "min": "28.47", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "251.221", + "max": "253.059", + "min": "250.78", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "81.915", + "max": "82.186", + "min": "81.631", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "108.261", + "max": "109.637", + "min": "107.821", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "162.55", + "max": "163.595", + "min": "162.231", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "127.24", + "max": "129.6", + "min": "126.704", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "146.879", + "max": "147.612", + "min": "146.554", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "86.154", + "max": "89.284", + "min": "85.645", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "99.221", + "max": "99.705", + "min": "98.935", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "135.161", + "max": "135.585", + "min": "134.932", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "48.275", + "max": "49.136", + "min": "47.904", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "319.768", + "max": "326.076", + "min": "318.766", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "94.282", + "max": "94.783", + "min": "93.927", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "315.529", + "max": "329.914", + "min": "270.238", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "165.584", + "max": "167.815", + "min": "165.198", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "75.065", + "max": "76.713", + "min": "74.648", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "90.857", + "max": "92.855", + "min": "90.605", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "147.9", + "max": "150.326", + "min": "147.462", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "263.769", + "max": "267.559", + "min": "263.39", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "269.917", + "max": "270.202", + "min": "269.593", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "69.433", + "max": "70.585", + "min": "69.044", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "133.626", + "max": "176.889", + "min": "131.467", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "358.572", + "max": "462.891", + "min": "194.893", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "149.584", + "max": "236.918", + "min": "78.555", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "147.317", + "max": "148.346", + "min": "146.847", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "226.575", + "max": "227.892", + "min": "226.196", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "109.819", + "max": "111.513", + "min": "109.436", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "101.058", + "max": "102.702", + "min": "100.666", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "108.329", + "max": "112.911", + "min": "107.828", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "187.156", + "max": "342.285", + "min": "100.241", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "194.301", + "max": "221.223", + "min": "178.899", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "49.918", + "max": "311.78", + "min": "40.26", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "38.017", + "max": "38.447", + "min": "37.735", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "27.625", + "max": "28.777", + "min": "26.969", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "69.001", + "max": "69.236", + "min": "68.679", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.648", + "max": "174.156", + "min": "173.374", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "192.488", + "max": "194.027", + "min": "192.112", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "159.604", + "max": "162.185", + "min": "159.244", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "94.653", + "max": "96.898", + "min": "94.196", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "96.605", + "max": "97.019", + "min": "96.348", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "101.829", + "max": "102.062", + "min": "101.531", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "284.602", + "max": "285.996", + "min": "283.66", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "118.644", + "max": "119.619", + "min": "118.423", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "69.696", + "max": "70.203", + "min": "69.457", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "129.448", + "max": "135.08", + "min": "128.301", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "121.419", + "max": "125.038", + "min": "120.997", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "112.297", + "max": "112.632", + "min": "112.068", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "73.101", + "max": "73.644", + "min": "72.794", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "27.162", + "max": "29.567", + "min": "26.586", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "228.471", + "max": "230.962", + "min": "227.918", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "38.498", + "max": "39.77", + "min": "38.127", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "33.674", + "max": "33.901", + "min": "33.403", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "190.83", + "max": "199.621", + "min": "189.854", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "12.264", + "max": "13.18", + "min": "11.957", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "44.6", + "max": "47.351", + "min": "44.12", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "201.718", + "max": "202.28", + "min": "201.382", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "1.472", + "max": "2.986", + "min": "1.033", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "3.473", + "max": "4.124", + "min": "3.152", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.152", + "max": "36.809", + "min": "15.992", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "233.578", + "max": "236.339", + "min": "233.132", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "42.655", + "max": "44.176", + "min": "42.17", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "17.005", + "max": "17.789", + "min": "16.651", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "77.782", + "max": "78.649", + "min": "77.46", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "136.036", + "max": "136.437", + "min": "135.696", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "54.836", + "max": "56.204", + "min": "54.194", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "295.078", + "max": "336.871", + "min": "288.624", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "108.052", + "max": "108.705", + "min": "107.771", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "235.922", + "max": "323.402", + "min": "228.418", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "111.951", + "max": "112.532", + "min": "111.616", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "375.236", + "max": "376.755", + "min": "374.604", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "36.294", + "max": "36.577", + "min": "36.026", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "71.74", + "max": "85.793", + "min": "70.882", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "113.052", + "max": "114.074", + "min": "112.728", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "156.482", + "max": "156.945", + "min": "156.26", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "92.179", + "max": "92.724", + "min": "91.875", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "135.643", + "max": "139.312", + "min": "135.129", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "234.727", + "max": "244.189", + "min": "205.909", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.718", + "max": "77.295", + "min": "76.395", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "87.553", + "max": "87.812", + "min": "87.204", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.422", + "max": "16.009", + "min": "14.005", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "151.932", + "max": "152.241", + "min": "151.705", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "10.507", + "max": "13.044", + "min": "10.103", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "32.081", + "max": "32.499", + "min": "31.731", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "35.267", + "max": "47.65", + "min": "34.38", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "26.595", + "max": "27.285", + "min": "26.219", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "5.493", + "max": "6.063", + "min": "5.148", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "60.743", + "max": "67.831", + "min": "60.254", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "49.095", + "max": "49.825", + "min": "48.829", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "68.195", + "max": "74.927", + "min": "67.612", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "51.366", + "max": "54.405", + "min": "50.893", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "7.265", + "max": "16.387", + "min": "6.585", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "8.94", + "max": "9.55", + "min": "8.705", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "6.776", + "max": "9.657", + "min": "6.463", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "37.016", + "max": "72.074", + "min": "35.497", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.519", + "max": "59.435", + "min": "54.975", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "32.507", + "max": "38.639", + "min": "31.725", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "39.607", + "max": "93.928", + "min": "14.693", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "10.479", + "max": "10.861", + "min": "10.142", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "63.708", + "max": "64.497", + "min": "63.434", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "52.818", + "max": "53.294", + "min": "52.568", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "50.49", + "max": "50.931", + "min": "50.081", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "7.318", + "max": "8.018", + "min": "6.9", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "197.812", + "max": "200.134", + "min": "197.25", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "20.09", + "max": "20.382", + "min": "19.83", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "25.895", + "max": "27.388", + "min": "25.611", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.487", + "max": "25.962", + "min": "25.245", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "151.99", + "max": "157.427", + "min": "150.361", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "55.498", + "max": "55.921", + "min": "55.217", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "9.718", + "max": "26.395", + "min": "8.653", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "8.724", + "max": "11.44", + "min": "8.26", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "5.814", + "max": "6.145", + "min": "5.564", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "288.039", + "max": "297.029", + "min": "285.993", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "73.661", + "max": "79.491", + "min": "72.755", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "217.568", + "max": "221.253", + "min": "210.654", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "186.599", + "max": "188.3", + "min": "186.101", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "10.844", + "max": "11.096", + "min": "10.533", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "147.328", + "max": "148.229", + "min": "147.067", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "161.249", + "max": "162.26", + "min": "160.788", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "34.326", + "max": "34.729", + "min": "33.991", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "64.007", + "max": "65.846", + "min": "63.666", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "4.492", + "max": "5.744", + "min": "4.173", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "8.162", + "max": "10.016", + "min": "7.875", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "90.739", + "max": "90.954", + "min": "90.521", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "105.294", + "max": "105.589", + "min": "105.019", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "304.769", + "max": "307.408", + "min": "304.104", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "70.375", + "max": "70.725", + "min": "70.067", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "18.707", + "max": "18.997", + "min": "18.416", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "75.45", + "max": "75.721", + "min": "75.189", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "29.598", + "max": "29.913", + "min": "29.426", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "224.415", + "max": "225.031", + "min": "224.16", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "132.284", + "max": "134.963", + "min": "129.018", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "21.312", + "max": "21.912", + "min": "20.933", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "39.629", + "max": "40.712", + "min": "38.837", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "158.501", + "max": "164.976", + "min": "156.921", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "97.08", + "max": "98.318", + "min": "96.627", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "247.783", + "max": "249.003", + "min": "247.246", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "89.954", + "max": "90.378", + "min": "89.597", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "45.475", + "max": "45.873", + "min": "45.175", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "10.634", + "max": "10.903", + "min": "10.45", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "64.818", + "max": "65.718", + "min": "64.496", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "85.682", + "max": "87.35", + "min": "85.154", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "79.788", + "max": "81.978", + "min": "79.355", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "61.263", + "max": "63.614", + "min": "59.992", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "165.013", + "max": "165.889", + "min": "163.777", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "86.433", + "max": "88.352", + "min": "85.6", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "63.988", + "max": "73.925", + "min": "63.182", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "96.352", + "max": "96.61", + "min": "96.004", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "12.769", + "max": "18.562", + "min": "12.231", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "261.042", + "max": "262.683", + "min": "259.309", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "176.036", + "max": "176.036", + "min": "176.036", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "4.157", + "max": "4.724", + "min": "3.778", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "16.016", + "max": "16.302", + "min": "15.76", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "100.345", + "max": "220.021", + "min": "95.752", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "17.865", + "max": "27.712", + "min": "10.23", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.767", + "max": "29.211", + "min": "28.404", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "188.94", + "max": "193.468", + "min": "188.302", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "89.527", + "max": "90.504", + "min": "89.16", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "97.351", + "max": "97.812", + "min": "97.1", + "id": "11", + "country": "United Kingdom", + "source_name": "London", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "17": { + "name": "Barcelona", + "data": { + "0": { + "avg": "191.079", + "max": "191.323", + "min": "190.787", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "226.856", + "max": "227.358", + "min": "226.451", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "108.527", + "max": "109.523", + "min": "108.311", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "41.733", + "max": "48.386", + "min": "40.911", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "22.599", + "max": "22.813", + "min": "22.363", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "237.839", + "max": "238.136", + "min": "237.603", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "29.506", + "max": "29.779", + "min": "29.244", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "261.585", + "max": "277.504", + "min": "260.471", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "67.405", + "max": "67.707", + "min": "67.186", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "55.002", + "max": "57.427", + "min": "54.592", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "28.087", + "max": "28.436", + "min": "27.74", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "133.912", + "max": "154.307", + "min": "133.038", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "103.926", + "max": "104.157", + "min": "103.65", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "104.981", + "max": "105.582", + "min": "104.656", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "115.406", + "max": "115.787", + "min": "115.155", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.233", + "max": "95.836", + "min": "94.843", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "0.026", + "max": "0.054", + "min": "0.018", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "111.644", + "max": "111.919", + "min": "111.392", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "34.929", + "max": "35.243", + "min": "34.67", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "25.329", + "max": "25.63", + "min": "25.11", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "255.918", + "max": "256.106", + "min": "255.737", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "109.764", + "max": "112.284", + "min": "109.435", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "159.588", + "max": "159.892", + "min": "159.302", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "162.207", + "max": "163.211", + "min": "161.965", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "50.947", + "max": "53.799", + "min": "50.633", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "35.56", + "max": "40.079", + "min": "35.175", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "54.571", + "max": "58.355", + "min": "54.116", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "36.237", + "max": "36.523", + "min": "36.051", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "31.978", + "max": "32.231", + "min": "31.703", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "156.001", + "max": "156.352", + "min": "155.68", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "149.66", + "max": "149.916", + "min": "149.391", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "40.699", + "max": "41.018", + "min": "40.429", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "150.028", + "max": "151.178", + "min": "149.831", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "58.905", + "max": "59.164", + "min": "58.71", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "30.789", + "max": "31.196", + "min": "30.452", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "167.95", + "max": "168.659", + "min": "167.643", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "156.754", + "max": "156.951", + "min": "156.605", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "152.712", + "max": "153.135", + "min": "152.455", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "120.913", + "max": "121.17", + "min": "120.7", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "100.44", + "max": "100.919", + "min": "100.107", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "167.372", + "max": "169.274", + "min": "167.033", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "40.039", + "max": "42.973", + "min": "39.366", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "15.961", + "max": "16.331", + "min": "15.707", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "50.717", + "max": "53.177", + "min": "50.424", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "144.297", + "max": "144.559", + "min": "144.052", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "41.161", + "max": "41.782", + "min": "40.515", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "64.057", + "max": "64.418", + "min": "63.799", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "175.627", + "max": "175.97", + "min": "175.386", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "246.731", + "max": "247.071", + "min": "245.799", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "125.165", + "max": "125.435", + "min": "125.001", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "103.759", + "max": "104.786", + "min": "103.516", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "167.072", + "max": "167.432", + "min": "166.685", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.597", + "max": "67.546", + "min": "38.551", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "118.918", + "max": "119.149", + "min": "118.745", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "157.614", + "max": "167.34", + "min": "154.301", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "293.19", + "max": "293.564", + "min": "292.849", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "14.331", + "max": "16.013", + "min": "13.321", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "303.724", + "max": "304.078", + "min": "303.541", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "49.46", + "max": "50.01", + "min": "49.183", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "35.226", + "max": "35.463", + "min": "34.99", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "71.68", + "max": "72.334", + "min": "71.147", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "40.428", + "max": "75.339", + "min": "38.021", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "182.724", + "max": "261.126", + "min": "176.207", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "199.735", + "max": "199.984", + "min": "199.537", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "66.505", + "max": "67.745", + "min": "66.268", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "49.855", + "max": "50.141", + "min": "49.667", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "101.115", + "max": "101.913", + "min": "100.868", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "53.064", + "max": "53.366", + "min": "52.599", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "234.543", + "max": "236.566", + "min": "233.65", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "133.154", + "max": "137.79", + "min": "132.735", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "319.455", + "max": "321.172", + "min": "318.974", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "155.595", + "max": "157.379", + "min": "155.198", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "162.945", + "max": "164.64", + "min": "162.638", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.868", + "max": "114.189", + "min": "113.633", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "71.178", + "max": "72.629", + "min": "70.895", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "30.843", + "max": "31.104", + "min": "30.674", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.984", + "max": "102.23", + "min": "101.752", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "158.152", + "max": "158.416", + "min": "157.866", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "113.672", + "max": "114.112", + "min": "113.393", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "106.605", + "max": "107.008", + "min": "106.344", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "163.04", + "max": "163.287", + "min": "162.798", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "116.688", + "max": "116.958", + "min": "116.45", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "232.843", + "max": "233.801", + "min": "225.06", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "170.355", + "max": "170.885", + "min": "170.064", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "164.553", + "max": "164.853", + "min": "164.38", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "86.464", + "max": "88.252", + "min": "85.889", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "38.178", + "max": "39.576", + "min": "37.769", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "116.205", + "max": "120.338", + "min": "115.808", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "158.296", + "max": "159.172", + "min": "158.033", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "35.654", + "max": "39.64", + "min": "34.989", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "124.776", + "max": "126.588", + "min": "124.289", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "164.013", + "max": "164.486", + "min": "163.665", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "8.836", + "max": "9.106", + "min": "8.652", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "282.298", + "max": "282.654", + "min": "282.05", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "102.928", + "max": "103.171", + "min": "102.712", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "134.331", + "max": "134.565", + "min": "134.045", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "176.57", + "max": "176.95", + "min": "176.323", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "162.625", + "max": "168.847", + "min": "160.896", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "166.046", + "max": "166.325", + "min": "165.761", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "115.427", + "max": "117.379", + "min": "115.054", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "122.203", + "max": "122.445", + "min": "122.009", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "171.999", + "max": "172.294", + "min": "171.677", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "69.393", + "max": "71.209", + "min": "69.065", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "316.992", + "max": "323.121", + "min": "316.107", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "121.035", + "max": "121.388", + "min": "120.754", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "337.364", + "max": "379.311", + "min": "306.002", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "189.087", + "max": "192.359", + "min": "188.809", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "103.735", + "max": "103.897", + "min": "103.514", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "110.705", + "max": "110.945", + "min": "110.502", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "149.297", + "max": "149.535", + "min": "148.987", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "266.229", + "max": "268.602", + "min": "265.825", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "276.31", + "max": "276.693", + "min": "276.066", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "100.849", + "max": "101.115", + "min": "100.608", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "122.068", + "max": "123.468", + "min": "121.711", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "403.415", + "max": "511.343", + "min": "209.708", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "176.578", + "max": "292.488", + "min": "80.268", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "160.691", + "max": "164.011", + "min": "160.159", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "227.008", + "max": "227.855", + "min": "226.647", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "128.975", + "max": "129.246", + "min": "128.643", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "122.777", + "max": "124.033", + "min": "122.375", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "140.548", + "max": "141.169", + "min": "140.236", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "197.132", + "max": "337.603", + "min": "118.338", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "213.474", + "max": "214.374", + "min": "213.244", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "60.543", + "max": "191.647", + "min": "53.45", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "53.621", + "max": "53.85", + "min": "53.416", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "43.31", + "max": "44.54", + "min": "42.605", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "101.329", + "max": "101.906", + "min": "100.557", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "157.019", + "max": "157.49", + "min": "156.817", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "135.728", + "max": "136.708", + "min": "135.454", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "202.469", + "max": "209.606", + "min": "201.793", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.741", + "max": "118.569", + "min": "117.441", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "119.67", + "max": "119.894", + "min": "119.393", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "125.136", + "max": "125.473", + "min": "124.887", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "288.305", + "max": "289.748", + "min": "287.537", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "140.766", + "max": "141.049", + "min": "140.555", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "102.736", + "max": "103.054", + "min": "102.493", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "148.213", + "max": "154.753", + "min": "147.029", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "135.444", + "max": "135.788", + "min": "135.167", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "129.202", + "max": "129.479", + "min": "128.962", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "104.176", + "max": "104.758", + "min": "103.962", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "41.368", + "max": "41.695", + "min": "41.131", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "186.824", + "max": "187.935", + "min": "186.318", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "52.329", + "max": "52.78", + "min": "52.122", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "35.274", + "max": "35.52", + "min": "35.055", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "205.887", + "max": "213.161", + "min": "205.168", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "29.28", + "max": "29.984", + "min": "28.987", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.128", + "max": "49.069", + "min": "47.716", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "163.575", + "max": "163.948", + "min": "163.359", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "26.079", + "max": "26.502", + "min": "25.846", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "27.792", + "max": "27.985", + "min": "27.614", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "28.599", + "max": "48.345", + "min": "26.495", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "228.185", + "max": "228.473", + "min": "227.947", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "48.044", + "max": "49.421", + "min": "47.747", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "27.27", + "max": "27.812", + "min": "26.874", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "106.878", + "max": "107.19", + "min": "106.641", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "179.819", + "max": "180.138", + "min": "179.587", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "55.576", + "max": "58.076", + "min": "55.226", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "252.361", + "max": "297.411", + "min": "246.052", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "136.465", + "max": "136.871", + "min": "136.277", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "256.013", + "max": "340.165", + "min": "247.304", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "123.528", + "max": "123.834", + "min": "123.399", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "190.838", + "max": "191.206", + "min": "190.549", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "46.816", + "max": "47.101", + "min": "46.593", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "95.889", + "max": "96.49", + "min": "95.611", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "125.49", + "max": "125.806", + "min": "125.293", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "164.439", + "max": "164.686", + "min": "164.265", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "106.85", + "max": "107.112", + "min": "106.6", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "162.001", + "max": "162.77", + "min": "161.745", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "270.395", + "max": "279.434", + "min": "269.3", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "104.515", + "max": "104.673", + "min": "104.365", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "107.455", + "max": "107.801", + "min": "107.256", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "26.036", + "max": "30.276", + "min": "25.579", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "190.842", + "max": "191.084", + "min": "190.596", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "35.626", + "max": "35.846", + "min": "35.471", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "34.03", + "max": "40.1", + "min": "33.452", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "22.904", + "max": "44.609", + "min": "21.709", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "22.286", + "max": "22.586", + "min": "22.067", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "34.118", + "max": "34.723", + "min": "33.796", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.712", + "max": "70.145", + "min": "68.347", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "60.695", + "max": "61.48", + "min": "60.5", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "75.355", + "max": "75.595", + "min": "75.153", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "35.154", + "max": "35.73", + "min": "34.891", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "30.694", + "max": "36.209", + "min": "30.29", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "39.912", + "max": "40.151", + "min": "39.656", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "27.838", + "max": "28.197", + "min": "27.601", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "33.842", + "max": "35.842", + "min": "33.521", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "83.386", + "max": "83.863", + "min": "82.964", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "41.425", + "max": "65.534", + "min": "38.996", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "59.227", + "max": "103.843", + "min": "30.624", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "35.199", + "max": "36.029", + "min": "34.986", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "71.109", + "max": "71.675", + "min": "70.787", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.89", + "max": "47.174", + "min": "46.658", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "46.9", + "max": "47.488", + "min": "46.394", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "31.588", + "max": "32.557", + "min": "31.288", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "252.626", + "max": "255.908", + "min": "252.16", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "31.441", + "max": "31.649", + "min": "31.179", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "17.677", + "max": "17.996", + "min": "17.419", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "62.97", + "max": "63.163", + "min": "62.784", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "185.666", + "max": "193.363", + "min": "183.711", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "71.813", + "max": "72.252", + "min": "71.576", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "42.159", + "max": "47.8", + "min": "41.545", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "30.177", + "max": "30.78", + "min": "29.885", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "28.704", + "max": "29.013", + "min": "28.455", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "328.356", + "max": "339.893", + "min": "326.744", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "105.859", + "max": "110.983", + "min": "105.027", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "229.199", + "max": "233.331", + "min": "224.652", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "190.587", + "max": "197.149", + "min": "189.917", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "32.867", + "max": "33.09", + "min": "32.66", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "161.154", + "max": "161.539", + "min": "160.984", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.614", + "max": "179.922", + "min": "179.179", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "24.217", + "max": "24.451", + "min": "23.938", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "81.861", + "max": "82.413", + "min": "81.526", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "28.339", + "max": "29.37", + "min": "27.875", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "30.884", + "max": "32.83", + "min": "30.561", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "117.205", + "max": "117.397", + "min": "117.028", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "117.573", + "max": "117.846", + "min": "117.341", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "179.776", + "max": "268.107", + "min": "173.394", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "106.375", + "max": "106.694", + "min": "106.164", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "21.197", + "max": "21.647", + "min": "20.92", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "101.606", + "max": "101.983", + "min": "101.409", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "32.365", + "max": "32.564", + "min": "32.196", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "233.649", + "max": "617.914", + "min": "220.037", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "132.151", + "max": "135.571", + "min": "129.767", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.822", + "max": "31.996", + "min": "31.537", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "51.042", + "max": "52.576", + "min": "49.964", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "163.331", + "max": "198.96", + "min": "160.598", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "228.611", + "max": "231.615", + "min": "228.085", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "224.363", + "max": "224.76", + "min": "224.003", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "108.513", + "max": "109.625", + "min": "108.155", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "46.726", + "max": "49.808", + "min": "46.422", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "31.04", + "max": "31.345", + "min": "30.844", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "32.861", + "max": "33.102", + "min": "32.687", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "111.692", + "max": "115.798", + "min": "111.181", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "103.062", + "max": "103.965", + "min": "102.812", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "61.182", + "max": "69.086", + "min": "59.104", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "173.791", + "max": "174.873", + "min": "173.43", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "110.347", + "max": "111.627", + "min": "109.401", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "77.46", + "max": "77.925", + "min": "77.174", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "122.846", + "max": "123.221", + "min": "122.425", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "38.219", + "max": "39.252", + "min": "37.86", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "206.722", + "max": "208.069", + "min": "200.264", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.918", + "max": "184.918", + "min": "184.918", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "28.441", + "max": "28.647", + "min": "28.237", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "29.265", + "max": "29.547", + "min": "29.015", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.726", + "max": "128.824", + "min": "127.414", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "43.001", + "max": "50.985", + "min": "34.764", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "41.76", + "max": "42.096", + "min": "41.471", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "118.511", + "max": "121.826", + "min": "118.015", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "103.052", + "max": "105.592", + "min": "102.693", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "117.122", + "max": "117.358", + "min": "116.972", + "id": "17", + "country": "Spain", + "source_name": "Barcelona", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "19": { + "name": "Dublin", + "data": { + "0": { + "avg": "214.08", + "max": "214.29", + "min": "213.78", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "248.983", + "max": "256.132", + "min": "248.404", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "104.057", + "max": "104.21", + "min": "103.875", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "40.365", + "max": "46.199", + "min": "39.488", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "17.585", + "max": "17.824", + "min": "17.405", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "258.045", + "max": "258.562", + "min": "257.803", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "20.171", + "max": "20.938", + "min": "20.005", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "374.619", + "max": "381.447", + "min": "373.556", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "62.753", + "max": "63.187", + "min": "62.47", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "48.333", + "max": "52.652", + "min": "47.77", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "18.966", + "max": "19.3", + "min": "18.744", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "133.319", + "max": "151.804", + "min": "132.501", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "79.856", + "max": "80.047", + "min": "79.613", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "84.97", + "max": "85.29", + "min": "84.69", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "121.628", + "max": "127.936", + "min": "121.131", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.791", + "max": "96.353", + "min": "95.073", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "34.874", + "max": "35.214", + "min": "34.605", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "99.564", + "max": "99.813", + "min": "99.402", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "0.052", + "max": "0.071", + "min": "0.018", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "35.232", + "max": "35.451", + "min": "35.012", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "362.622", + "max": "362.845", + "min": "362.453", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "98.879", + "max": "99.061", + "min": "98.656", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "148.984", + "max": "149.422", + "min": "148.805", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "152.16", + "max": "153.762", + "min": "151.784", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "37.739", + "max": "38.099", + "min": "37.535", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "32.344", + "max": "32.556", + "min": "32.191", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "36.212", + "max": "38.33", + "min": "35.881", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "36.277", + "max": "36.679", + "min": "35.952", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "25.443", + "max": "25.696", + "min": "25.255", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "123.401", + "max": "125.454", + "min": "122.997", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "252.632", + "max": "252.868", + "min": "252.418", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.039", + "max": "39.561", + "min": "38.827", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "150.977", + "max": "151.229", + "min": "150.746", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "57.745", + "max": "58.229", + "min": "57.49", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "35.407", + "max": "35.815", + "min": "35.154", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "207.829", + "max": "209.062", + "min": "207.447", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "154.167", + "max": "154.367", + "min": "153.971", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "143.364", + "max": "143.548", + "min": "143.168", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "120.37", + "max": "120.756", + "min": "120.115", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "96.445", + "max": "97.588", + "min": "96.173", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "155.693", + "max": "157.7", + "min": "155.199", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "20.238", + "max": "23.853", + "min": "19.649", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "56.694", + "max": "56.926", + "min": "56.478", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "44.92", + "max": "49.802", + "min": "44.44", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "145.707", + "max": "146.047", + "min": "145.511", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "44.948", + "max": "45.421", + "min": "44.478", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "58.241", + "max": "58.506", + "min": "57.998", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "160.192", + "max": "160.487", + "min": "159.985", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "246.101", + "max": "246.584", + "min": "245.816", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "122.867", + "max": "123.063", + "min": "122.711", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "74.453", + "max": "74.703", + "min": "74.319", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "167.218", + "max": "168.608", + "min": "166.815", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.828", + "max": "110.355", + "min": "20.918", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "89.466", + "max": "89.781", + "min": "89.165", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "143.699", + "max": "149.895", + "min": "140.375", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "359.566", + "max": "361.494", + "min": "359.204", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "42.68", + "max": "44.883", + "min": "41.692", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "299.192", + "max": "299.372", + "min": "299.009", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "74.914", + "max": "76.011", + "min": "74.536", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "22.816", + "max": "23.008", + "min": "22.534", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "66.445", + "max": "66.949", + "min": "65.902", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "76.669", + "max": "135.198", + "min": "70.624", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "198.566", + "max": "276.604", + "min": "193.318", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "274.534", + "max": "275.678", + "min": "274.193", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "62.918", + "max": "63.554", + "min": "62.684", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "54.99", + "max": "55.81", + "min": "54.751", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.058", + "max": "79.332", + "min": "78.877", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "56.801", + "max": "57.214", + "min": "56.295", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "224.525", + "max": "226.546", + "min": "223.844", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "122.039", + "max": "123.559", + "min": "121.743", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "271.665", + "max": "272.818", + "min": "271.312", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "151.66", + "max": "151.988", + "min": "151.398", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "161.959", + "max": "165.738", + "min": "161.541", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.367", + "max": "113.556", + "min": "113.122", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "65.576", + "max": "67.129", + "min": "65.248", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "8.903", + "max": "9.202", + "min": "8.687", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "95.81", + "max": "96.021", + "min": "95.545", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "140.565", + "max": "140.826", + "min": "140.319", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "108.498", + "max": "109.016", + "min": "108.172", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "100.707", + "max": "101.45", + "min": "100.45", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "155.733", + "max": "156.05", + "min": "155.52", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "85.072", + "max": "85.363", + "min": "84.731", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "347.331", + "max": "351.015", + "min": "344.219", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "155.31", + "max": "155.778", + "min": "155.013", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "150.17", + "max": "150.348", + "min": "149.951", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "80.231", + "max": "81.965", + "min": "79.816", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.966", + "max": "27.286", + "min": "19.336", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "111.582", + "max": "111.865", + "min": "111.367", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "105.07", + "max": "106.827", + "min": "104.756", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "15.341", + "max": "21.643", + "min": "14.917", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "124.608", + "max": "127.863", + "min": "123.973", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "156.56", + "max": "157.069", + "min": "156.267", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.218", + "max": "33.343", + "min": "32.996", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "271.602", + "max": "271.824", + "min": "271.314", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "86.969", + "max": "87.149", + "min": "86.717", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "118.386", + "max": "118.801", + "min": "118.082", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "170.051", + "max": "170.383", + "min": "169.819", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "141.406", + "max": "147.89", + "min": "140.294", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "149.418", + "max": "149.606", + "min": "149.203", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "96.582", + "max": "99.28", + "min": "96.151", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "121.178", + "max": "121.41", + "min": "121.039", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "159.965", + "max": "160.202", + "min": "159.725", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "64.235", + "max": "70.348", + "min": "63.719", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "308.216", + "max": "311.706", + "min": "307.582", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "120.41", + "max": "120.858", + "min": "120.1", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "356.852", + "max": "376.34", + "min": "325.587", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "183.17", + "max": "184.992", + "min": "182.867", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "82.292", + "max": "82.489", + "min": "82.117", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "109.957", + "max": "114.295", + "min": "109.598", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "160.449", + "max": "162.975", + "min": "160.119", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "247.85", + "max": "248.774", + "min": "247.6", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "277.83", + "max": "278.014", + "min": "277.651", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "100.045", + "max": "100.296", + "min": "99.905", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "148.33", + "max": "172.235", + "min": "146.957", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.779", + "max": "497.587", + "min": "195.63", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "169.845", + "max": "288.792", + "min": "95.175", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "153.689", + "max": "156.21", + "min": "153.124", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "245.658", + "max": "246.351", + "min": "245.39", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "117.245", + "max": "117.505", + "min": "117.014", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "121.869", + "max": "123.305", + "min": "121.551", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "110.443", + "max": "111.344", + "min": "110.169", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "196.163", + "max": "346.531", + "min": "114.102", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "193.357", + "max": "194", + "min": "193.054", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "58.911", + "max": "213.882", + "min": "53.038", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "52.313", + "max": "52.527", + "min": "52.148", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "46.725", + "max": "47.49", + "min": "46.341", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "81.299", + "max": "90.585", + "min": "80.336", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "251.623", + "max": "252.385", + "min": "251.302", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "119.053", + "max": "119.42", + "min": "118.848", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "181.121", + "max": "182.384", + "min": "180.856", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.576", + "max": "117.996", + "min": "117.335", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "98.38", + "max": "98.65", + "min": "98.148", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "86.665", + "max": "86.941", + "min": "86.326", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "285.521", + "max": "286.589", + "min": "284.718", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "140.336", + "max": "140.547", + "min": "140.177", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.999", + "max": "74.404", + "min": "73.777", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "148.426", + "max": "169.453", + "min": "146.617", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "117.794", + "max": "118.343", + "min": "117.578", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "101.62", + "max": "101.852", + "min": "101.299", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "82.835", + "max": "83.721", + "min": "82.628", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "39.759", + "max": "39.962", + "min": "39.52", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "194.991", + "max": "195.5", + "min": "194.714", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "53.556", + "max": "53.739", + "min": "53.379", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "35.324", + "max": "35.972", + "min": "35.025", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "166.14", + "max": "183.031", + "min": "165.056", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "21.407", + "max": "22.596", + "min": "21.148", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "59.204", + "max": "74.151", + "min": "58.424", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "142.952", + "max": "143.091", + "min": "142.725", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "13.343", + "max": "14.116", + "min": "13.096", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "12.936", + "max": "13.083", + "min": "12.764", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "28.46", + "max": "39.376", + "min": "27.334", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "268.519", + "max": "268.73", + "min": "268.382", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "51.819", + "max": "52.289", + "min": "51.568", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "26.599", + "max": "27.048", + "min": "26.403", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "101.879", + "max": "102.479", + "min": "101.351", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "125.463", + "max": "125.923", + "min": "125.202", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "52.122", + "max": "52.479", + "min": "51.856", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "293.378", + "max": "331.646", + "min": "286.828", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "111.587", + "max": "111.931", + "min": "111.43", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "251.269", + "max": "344.884", + "min": "243.473", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "123.853", + "max": "124.139", + "min": "123.694", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "298.386", + "max": "298.637", + "min": "298.227", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "45.344", + "max": "45.528", + "min": "45.058", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "69.12", + "max": "69.446", + "min": "68.901", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "130.623", + "max": "131.132", + "min": "130.403", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "166.906", + "max": "167.096", + "min": "166.613", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "104.762", + "max": "104.981", + "min": "104.616", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "135.537", + "max": "135.935", + "min": "135.313", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "245.124", + "max": "247.883", + "min": "244.634", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.084", + "max": "73.299", + "min": "72.752", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "94.161", + "max": "94.339", + "min": "93.995", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "26.149", + "max": "28.296", + "min": "25.713", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "148.511", + "max": "148.736", + "min": "148.309", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "23.61", + "max": "23.87", + "min": "23.392", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "28.816", + "max": "35.301", + "min": "28.344", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "40.492", + "max": "46.417", + "min": "40.041", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "34.367", + "max": "34.554", + "min": "34.211", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.482", + "max": "16.791", + "min": "15.049", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "69.379", + "max": "69.53", + "min": "69.023", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "56.505", + "max": "56.689", + "min": "56.28", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "78.266", + "max": "91.03", + "min": "77.412", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "52.804", + "max": "53.012", + "min": "52.642", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "18.808", + "max": "19.198", + "min": "18.581", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "28.758", + "max": "29.08", + "min": "28.612", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "17.061", + "max": "17.264", + "min": "16.886", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "42.905", + "max": "43.107", + "min": "42.604", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "70.084", + "max": "70.455", + "min": "69.762", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "43.119", + "max": "54.98", + "min": "41.474", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "53.969", + "max": "113.143", + "min": "27.582", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "10.366", + "max": "10.562", + "min": "10.246", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "74.31", + "max": "74.68", + "min": "74.003", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "51.478", + "max": "60.942", + "min": "50.864", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "55.453", + "max": "56.036", + "min": "54.889", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "18.539", + "max": "34.455", + "min": "17.467", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.072", + "max": "379.078", + "min": "352.054", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "32.603", + "max": "32.8", + "min": "32.403", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "38.857", + "max": "39.096", + "min": "38.599", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "37.986", + "max": "39.036", + "min": "37.799", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "167.597", + "max": "175.099", + "min": "166.253", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "67.554", + "max": "67.812", + "min": "67.268", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "16.593", + "max": "18.124", + "min": "16.27", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "17.613", + "max": "18.485", + "min": "17.424", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "17.848", + "max": "18.136", + "min": "17.572", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "265.153", + "max": "279.614", + "min": "262.411", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "91.374", + "max": "95.693", + "min": "90.843", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "329.636", + "max": "333.42", + "min": "315.498", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "160.625", + "max": "166.912", + "min": "160.076", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "17.347", + "max": "17.909", + "min": "17.148", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "162.208", + "max": "162.869", + "min": "162.002", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "151.482", + "max": "152.605", + "min": "151.102", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "47.714", + "max": "48.074", + "min": "47.438", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "78.606", + "max": "79.463", + "min": "78.375", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "14.298", + "max": "16.242", + "min": "13.825", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "21.564", + "max": "22.35", + "min": "21.197", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "116.571", + "max": "116.764", + "min": "116.368", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "117.198", + "max": "117.412", + "min": "117.058", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "273.619", + "max": "358.899", + "min": "264.022", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.477", + "max": "80.917", + "min": "80.254", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "34.499", + "max": "34.749", + "min": "34.298", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "85.174", + "max": "85.341", + "min": "84.971", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "36.14", + "max": "36.328", + "min": "36.039", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "223.28", + "max": "596.171", + "min": "209.996", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "126.38", + "max": "129.653", + "min": "123.514", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.494", + "max": "31.685", + "min": "31.308", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "46.91", + "max": "49.075", + "min": "46.072", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "155.869", + "max": "177.088", + "min": "154.167", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "116.962", + "max": "117.37", + "min": "116.426", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "309.303", + "max": "309.528", + "min": "309.093", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "98.36", + "max": "98.747", + "min": "98.084", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "58.76", + "max": "59.015", + "min": "58.61", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.57", + "max": "24.775", + "min": "24.4", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "51.102", + "max": "51.256", + "min": "50.9", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "86.342", + "max": "88.316", + "min": "85.759", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "102.536", + "max": "102.875", + "min": "102.321", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "70.182", + "max": "73.153", + "min": "68.742", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "172.386", + "max": "173.73", + "min": "172.037", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "85.577", + "max": "88.071", + "min": "84.432", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "74.934", + "max": "76", + "min": "74.706", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "101.952", + "max": "102.507", + "min": "101.619", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "3.178", + "max": "3.971", + "min": "2.863", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "300.474", + "max": "300.925", + "min": "299.397", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.433", + "max": "184.433", + "min": "184.433", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "16.309", + "max": "16.492", + "min": "16.162", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "30.084", + "max": "30.278", + "min": "29.884", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "106.325", + "max": "115.102", + "min": "105.652", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "34.414", + "max": "45.448", + "min": "27.948", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "46.154", + "max": "46.389", + "min": "45.995", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "174.975", + "max": "175.852", + "min": "174.716", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "92.212", + "max": "93.765", + "min": "91.783", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "117.608", + "max": "118.02", + "min": "117.422", + "id": "19", + "country": "Ireland", + "source_name": "Dublin", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "20": { + "name": "Vienna", + "data": { + "0": { + "avg": "228.191", + "max": "228.311", + "min": "228.088", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "290.89", + "max": "291.911", + "min": "290.685", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "108.743", + "max": "108.8", + "min": "108.675", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "3.03", + "max": "10.967", + "min": "1.593", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "22.053", + "max": "23.138", + "min": "21.802", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "233.344", + "max": "233.56", + "min": "233.246", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "21.429", + "max": "22.195", + "min": "21.319", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "286.231", + "max": "293.699", + "min": "285.469", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "57.818", + "max": "58.505", + "min": "57.715", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "42.816", + "max": "43.853", + "min": "42.65", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "30.91", + "max": "31.703", + "min": "30.666", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.874", + "max": "136.145", + "min": "135.781", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "95.608", + "max": "96.209", + "min": "95.488", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.133", + "max": "112.329", + "min": "111.998", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.399", + "max": "129.641", + "min": "129.28", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "105.125", + "max": "105.274", + "min": "104.366", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "25.298", + "max": "25.953", + "min": "25.045", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.63", + "max": "114.862", + "min": "114.556", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "35.213", + "max": "35.397", + "min": "35.075", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "0.029", + "max": "0.036", + "min": "0.013", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "294.386", + "max": "294.482", + "min": "294.327", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "116.714", + "max": "116.766", + "min": "116.66", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "169.161", + "max": "170.209", + "min": "169.039", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "168.931", + "max": "169.305", + "min": "168.823", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "30.083", + "max": "30.356", + "min": "29.793", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "33.341", + "max": "33.459", + "min": "33.28", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "15.804", + "max": "16.284", + "min": "15.698", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "5.781", + "max": "6.184", + "min": "5.687", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.183", + "max": "14.297", + "min": "14.128", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "152.365", + "max": "152.804", + "min": "152.09", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "171.115", + "max": "171.24", + "min": "171.035", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.769", + "max": "31.026", + "min": "30.71", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "159.279", + "max": "162.74", + "min": "159.037", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "55.56", + "max": "55.733", + "min": "55.484", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.201", + "max": "14.864", + "min": "14.029", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "165.108", + "max": "166.546", + "min": "164.835", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.982", + "max": "166.139", + "min": "165.922", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "164.051", + "max": "164.204", + "min": "163.9", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "130.289", + "max": "130.677", + "min": "130.154", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "102.722", + "max": "107.051", + "min": "102.295", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "167.82", + "max": "170.088", + "min": "167.459", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "26.919", + "max": "32.384", + "min": "26.31", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "54.968", + "max": "55.16", + "min": "54.822", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "32.263", + "max": "32.517", + "min": "32.113", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.875", + "max": "162.139", + "min": "161.76", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "8.955", + "max": "9.655", + "min": "8.663", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "36.04", + "max": "36.846", + "min": "35.85", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "180.179", + "max": "181.868", + "min": "180.026", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "257.382", + "max": "257.698", + "min": "257.196", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "136.07", + "max": "136.186", + "min": "136.017", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "98.833", + "max": "99.69", + "min": "98.677", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "166.059", + "max": "166.272", + "min": "165.921", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "54.59", + "max": "64.953", + "min": "47.95", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "126.624", + "max": "126.869", + "min": "126.391", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "157.515", + "max": "165.335", + "min": "154.248", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "206.92", + "max": "208.23", + "min": "206.658", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.57", + "max": "41.863", + "min": "37.861", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "316.393", + "max": "323.43", + "min": "315.87", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "17.115", + "max": "18.096", + "min": "16.795", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "16.652", + "max": "17.313", + "min": "16.551", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "64.272", + "max": "66.115", + "min": "63.822", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "70.675", + "max": "117.09", + "min": "67.479", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "210.666", + "max": "296.124", + "min": "199.167", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "274.16", + "max": "276.255", + "min": "273.935", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "47.455", + "max": "48.663", + "min": "47.331", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "36.964", + "max": "37.165", + "min": "36.904", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "96.784", + "max": "96.886", + "min": "96.734", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "30.995", + "max": "31.318", + "min": "30.633", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "229.011", + "max": "230.993", + "min": "228.416", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "139.442", + "max": "140.717", + "min": "139.32", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "192.535", + "max": "193.521", + "min": "192.345", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "163.692", + "max": "165.472", + "min": "163.447", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "175.53", + "max": "178.161", + "min": "175.272", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "119.48", + "max": "119.52", + "min": "119.442", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "70.068", + "max": "71.187", + "min": "69.907", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "30.245", + "max": "31.073", + "min": "30.093", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "116.737", + "max": "116.854", + "min": "116.6", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "156.623", + "max": "161.19", + "min": "156.251", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "114.691", + "max": "115.077", + "min": "114.471", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "115.827", + "max": "116.042", + "min": "115.711", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.906", + "max": "162.259", + "min": "161.769", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "107.06", + "max": "107.448", + "min": "106.77", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "350.288", + "max": "350.668", + "min": "350.047", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "154.245", + "max": "154.536", + "min": "154.071", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "148.005", + "max": "148.076", + "min": "147.943", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "80.88", + "max": "81.812", + "min": "80.502", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "38.529", + "max": "38.991", + "min": "38.301", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "125.347", + "max": "125.504", + "min": "125.274", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "124.79", + "max": "125.531", + "min": "124.639", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "27.331", + "max": "33.605", + "min": "27.013", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "129.506", + "max": "131.063", + "min": "128.893", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "171.002", + "max": "171.825", + "min": "170.784", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "44.498", + "max": "44.529", + "min": "44.466", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "299.684", + "max": "301.486", + "min": "299.431", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "108.412", + "max": "108.529", + "min": "108.343", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "125.322", + "max": "125.933", + "min": "125.122", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "177.427", + "max": "177.691", + "min": "177.173", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "156.806", + "max": "200.252", + "min": "153.474", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "158.208", + "max": "158.388", + "min": "158.111", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "117.456", + "max": "118.824", + "min": "117.272", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "133.309", + "max": "134.61", + "min": "133.189", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "179.001", + "max": "179.275", + "min": "178.839", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "38.257", + "max": "39.624", + "min": "38.086", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "325.654", + "max": "335.003", + "min": "324.874", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "125.433", + "max": "125.827", + "min": "125.27", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "187.933", + "max": "188.946", + "min": "187.763", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "94.99", + "max": "95.17", + "min": "94.841", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "121.532", + "max": "121.654", + "min": "121.445", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "142.447", + "max": "143.001", + "min": "142.359", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "310.582", + "max": "311.259", + "min": "310.426", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "291.651", + "max": "292.154", + "min": "291.565", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "97.754", + "max": "97.836", + "min": "97.678", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "132.365", + "max": "136.497", + "min": "132.048", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.82", + "max": "507.93", + "min": "222.357", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "125.448", + "max": "262.156", + "min": "38.113", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "192.311", + "max": "197.731", + "min": "191.578", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "279.452", + "max": "280.774", + "min": "279.262", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "133.627", + "max": "133.755", + "min": "133.513", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "134.376", + "max": "135.016", + "min": "134.133", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "128.149", + "max": "136.65", + "min": "127.589", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "215.537", + "max": "380.502", + "min": "133.648", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "216.283", + "max": "217.045", + "min": "216.17", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "30.227", + "max": "60.444", + "min": "28.754", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "33.431", + "max": "33.53", + "min": "33.372", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "42.111", + "max": "43.476", + "min": "41.295", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "104.513", + "max": "104.844", + "min": "104.405", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "190.124", + "max": "190.488", + "min": "189.976", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "153.787", + "max": "154.272", + "min": "153.627", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "189.445", + "max": "190.659", + "min": "189.308", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "126.625", + "max": "126.771", + "min": "126.541", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "116.646", + "max": "116.901", + "min": "116.488", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "115.865", + "max": "116.035", + "min": "115.606", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "297.908", + "max": "299.237", + "min": "297.364", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "143.455", + "max": "143.586", + "min": "143.405", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "89.205", + "max": "89.332", + "min": "89.104", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "151.151", + "max": "159.037", + "min": "149.811", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "138.18", + "max": "138.825", + "min": "138.101", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "125.93", + "max": "126.217", + "min": "125.801", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "92.074", + "max": "92.197", + "min": "91.97", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "1.71", + "max": "2.02", + "min": "1.593", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "180.491", + "max": "181.771", + "min": "180.054", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "54.556", + "max": "55.743", + "min": "54.412", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "6.103", + "max": "6.28", + "min": "6.018", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "195.352", + "max": "195.999", + "min": "195.025", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "15.782", + "max": "16.364", + "min": "15.546", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "17.232", + "max": "22.489", + "min": "16.868", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "155.338", + "max": "156.306", + "min": "155.219", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "25.525", + "max": "25.833", + "min": "25.452", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "32.403", + "max": "32.527", + "min": "32.345", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "9.946", + "max": "23.584", + "min": "8.654", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "276.576", + "max": "276.664", + "min": "276.527", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "15.805", + "max": "16.892", + "min": "15.65", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "17.775", + "max": "56.413", + "min": "16.286", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "104.802", + "max": "104.932", + "min": "104.743", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "153.034", + "max": "153.836", + "min": "152.755", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "38.713", + "max": "40.366", + "min": "38.347", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "315.449", + "max": "360.867", + "min": "307.5", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "135.931", + "max": "136.142", + "min": "135.735", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "267.225", + "max": "342.718", + "min": "258.902", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "139.434", + "max": "139.636", + "min": "139.333", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "406.862", + "max": "407.215", + "min": "406.426", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "22.264", + "max": "22.624", + "min": "22.091", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "88.897", + "max": "89.121", + "min": "88.788", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "94.486", + "max": "95.074", + "min": "94.346", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "186.662", + "max": "186.724", + "min": "186.623", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "107.261", + "max": "107.584", + "min": "107.15", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "149.643", + "max": "150.171", + "min": "149.518", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "304.156", + "max": "320.919", + "min": "288.315", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "107.468", + "max": "107.765", + "min": "107.336", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "115.893", + "max": "115.919", + "min": "115.846", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.143", + "max": "17.494", + "min": "13.845", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "334.406", + "max": "364.101", + "min": "314.344", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "38.706", + "max": "41.244", + "min": "38.555", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "15.843", + "max": "16.302", + "min": "15.572", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "37.35", + "max": "47.679", + "min": "36.797", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "20.843", + "max": "21", + "min": "20.785", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "31.625", + "max": "33.724", + "min": "31.226", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.379", + "max": "68.973", + "min": "68.212", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "24.451", + "max": "24.64", + "min": "24.371", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "77.788", + "max": "78.006", + "min": "77.723", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "44.932", + "max": "45.095", + "min": "44.817", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "20.281", + "max": "20.854", + "min": "20.105", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "25.645", + "max": "25.742", + "min": "25.579", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "23.586", + "max": "23.759", + "min": "23.5", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "11.871", + "max": "11.967", + "min": "11.733", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "61.158", + "max": "62.291", + "min": "60.825", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "22.138", + "max": "26.457", + "min": "21.116", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "64.796", + "max": "143.43", + "min": "33.52", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "23.477", + "max": "24.063", + "min": "23.323", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "48.511", + "max": "48.611", + "min": "48.377", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "31.472", + "max": "31.734", + "min": "31.372", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "17.109", + "max": "17.678", + "min": "16.679", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "21.575", + "max": "23.379", + "min": "21.126", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "267.424", + "max": "272.581", + "min": "267.119", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "6.598", + "max": "6.668", + "min": "6.534", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "22.869", + "max": "23.11", + "min": "22.683", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "14.485", + "max": "14.558", + "min": "14.41", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "193.311", + "max": "200.544", + "min": "191.884", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "31.845", + "max": "32.033", + "min": "31.662", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "22.645", + "max": "24.031", + "min": "22.24", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "20.381", + "max": "20.628", + "min": "20.256", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.572", + "max": "29.99", + "min": "24.224", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "317.66", + "max": "331.844", + "min": "315.975", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "108.633", + "max": "115.59", + "min": "107.122", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "227.096", + "max": "233.357", + "min": "220.455", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "152.751", + "max": "152.846", + "min": "152.64", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "28.701", + "max": "29.093", + "min": "28.567", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "160.078", + "max": "161.223", + "min": "159.871", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "182.03", + "max": "182.625", + "min": "181.791", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "31.58", + "max": "31.729", + "min": "31.441", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "37.889", + "max": "38.794", + "min": "37.659", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "29.701", + "max": "30.739", + "min": "29.375", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "24.262", + "max": "24.604", + "min": "24.14", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "122.113", + "max": "122.222", + "min": "122.082", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "125.125", + "max": "125.214", + "min": "125.086", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "341.552", + "max": "482.742", + "min": "331.225", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "95.677", + "max": "96.167", + "min": "95.617", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "15.807", + "max": "16.204", + "min": "15.696", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "95.035", + "max": "95.097", + "min": "94.996", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "14.222", + "max": "14.379", + "min": "14.112", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "262.449", + "max": "547.587", + "min": "252.386", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "137.634", + "max": "140.996", + "min": "135.209", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "33.881", + "max": "34.122", + "min": "33.778", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "50.801", + "max": "52.615", + "min": "49.96", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "162.436", + "max": "164.62", + "min": "161.487", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "252.15", + "max": "252.677", + "min": "251.879", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "254.831", + "max": "255.062", + "min": "254.69", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "76.116", + "max": "76.573", + "min": "75.96", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "45.028", + "max": "45.077", + "min": "44.981", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.627", + "max": "24.662", + "min": "24.582", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "66.238", + "max": "68.221", + "min": "66.109", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "102.602", + "max": "104.772", + "min": "102.183", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "106.512", + "max": "106.771", + "min": "106.446", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "71.883", + "max": "75.642", + "min": "69.824", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "188.877", + "max": "190.05", + "min": "188.643", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "103.484", + "max": "105.141", + "min": "102.805", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.398", + "max": "66.679", + "min": "64.208", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "115.123", + "max": "115.602", + "min": "114.868", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "41.782", + "max": "45.151", + "min": "41.458", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "237.388", + "max": "237.856", + "min": "237.012", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "199.781", + "max": "199.781", + "min": "199.781", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "31.464", + "max": "31.517", + "min": "31.438", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "15.864", + "max": "16.049", + "min": "15.782", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.272", + "max": "168.466", + "min": "125.714", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "44.333", + "max": "58.041", + "min": "35.774", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "29.04", + "max": "29.117", + "min": "28.936", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "138.656", + "max": "139.819", + "min": "138.516", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "69.328", + "max": "71.638", + "min": "69.039", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "123.515", + "max": "127.731", + "min": "122.732", + "id": "20", + "country": "Austria", + "source_name": "Vienna", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "26": { + "name": "Copenhagen", + "data": { + "0": { + "avg": "228.95", + "max": "229.168", + "min": "228.814", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "284.117", + "max": "285.755", + "min": "283.794", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "110.171", + "max": "111.871", + "min": "109.981", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "20.028", + "max": "27.617", + "min": "19.506", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "23.668", + "max": "23.956", + "min": "23.511", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "233.88", + "max": "234.253", + "min": "233.769", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "17.257", + "max": "17.477", + "min": "17.183", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "279.429", + "max": "282.064", + "min": "278.801", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "27.709", + "max": "29.475", + "min": "27.477", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "10.295", + "max": "12.002", + "min": "10.051", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "16.826", + "max": "17.155", + "min": "16.685", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "126.917", + "max": "150.615", + "min": "126.01", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "89.655", + "max": "89.99", + "min": "89.544", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "95.259", + "max": "95.562", + "min": "95.138", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.719", + "max": "129.952", + "min": "129.613", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "103.226", + "max": "103.533", + "min": "102.917", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.388", + "max": "35.676", + "min": "35.201", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "116.046", + "max": "116.266", + "min": "115.949", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "32.286", + "max": "32.488", + "min": "32.174", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "33.355", + "max": "33.402", + "min": "33.294", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "287.966", + "max": "288.347", + "min": "287.87", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "113.538", + "max": "113.605", + "min": "113.468", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "163.001", + "max": "163.543", + "min": "162.899", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "165.61", + "max": "171.856", + "min": "165.235", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "27.268", + "max": "29.487", + "min": "27.019", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "0.037", + "max": "0.053", + "min": "0.03", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "29.12", + "max": "29.75", + "min": "28.955", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "44.59", + "max": "44.748", + "min": "44.435", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "21.612", + "max": "21.69", + "min": "21.551", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "145.994", + "max": "147.485", + "min": "145.679", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "166.313", + "max": "166.467", + "min": "166.214", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "37.28", + "max": "37.505", + "min": "37.134", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "146.941", + "max": "147.083", + "min": "146.82", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "49.838", + "max": "49.953", + "min": "49.755", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "18.147", + "max": "18.61", + "min": "17.988", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "173.384", + "max": "174.925", + "min": "173.116", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "164.908", + "max": "164.992", + "min": "164.851", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "146.887", + "max": "147.033", + "min": "146.674", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "125.473", + "max": "125.802", + "min": "125.362", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "105.188", + "max": "113.052", + "min": "104.679", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "163.026", + "max": "165.736", + "min": "162.413", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "23.205", + "max": "26.969", + "min": "22.828", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "56.349", + "max": "56.686", + "min": "56.188", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "28.039", + "max": "38.104", + "min": "27.541", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "148.331", + "max": "148.483", + "min": "148.221", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "38.242", + "max": "38.883", + "min": "37.819", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "12.877", + "max": "13.271", + "min": "12.663", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "170.002", + "max": "170.263", + "min": "169.883", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "267.972", + "max": "268.358", + "min": "267.829", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "144.082", + "max": "145.18", + "min": "143.988", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "96.08", + "max": "96.265", + "min": "95.899", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "161.766", + "max": "162.34", + "min": "161.445", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "58.776", + "max": "148.333", + "min": "42.807", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "110.861", + "max": "110.966", + "min": "110.743", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "152.919", + "max": "160.884", + "min": "149.938", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "339.327", + "max": "339.725", + "min": "339.171", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "54.539", + "max": "61.266", + "min": "53.669", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "305.998", + "max": "306.127", + "min": "305.938", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "54.128", + "max": "55.215", + "min": "53.842", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "19.665", + "max": "19.868", + "min": "19.569", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "69.594", + "max": "70.449", + "min": "69.186", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "85.38", + "max": "147.385", + "min": "81.449", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "208.141", + "max": "305.812", + "min": "201.643", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "298.038", + "max": "298.82", + "min": "297.871", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "59.466", + "max": "59.626", + "min": "59.343", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.466", + "max": "46.59", + "min": "46.401", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "91.008", + "max": "91.251", + "min": "90.904", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "46.65", + "max": "47.034", + "min": "46.36", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "223.436", + "max": "225.081", + "min": "222.828", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "140.062", + "max": "142.295", + "min": "139.874", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "334.349", + "max": "335.076", + "min": "334.19", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "154.941", + "max": "155.501", + "min": "154.713", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "166.771", + "max": "167.052", + "min": "166.627", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "118.351", + "max": "118.419", + "min": "118.299", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "60.611", + "max": "61.372", + "min": "60.452", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "27.374", + "max": "27.557", + "min": "27.214", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "111.974", + "max": "112.132", + "min": "111.845", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "151.861", + "max": "156.652", + "min": "151.522", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "107.017", + "max": "108.413", + "min": "106.716", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "110.798", + "max": "123.546", + "min": "110.194", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "172.159", + "max": "172.304", + "min": "172.024", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "105.093", + "max": "105.568", + "min": "104.822", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "294.836", + "max": "297.002", + "min": "292.023", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "154.288", + "max": "154.532", + "min": "154.128", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "130.499", + "max": "130.635", + "min": "130.425", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "75.567", + "max": "76.461", + "min": "75.236", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "30.329", + "max": "32.199", + "min": "29.958", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "122.278", + "max": "122.421", + "min": "122.199", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "112.033", + "max": "112.341", + "min": "111.934", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "27.805", + "max": "31.797", + "min": "27.513", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "119.037", + "max": "120.778", + "min": "118.52", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "157.487", + "max": "157.896", + "min": "157.269", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "41.328", + "max": "43.154", + "min": "41.227", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "275.098", + "max": "288.793", + "min": "274.377", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "101.731", + "max": "102.183", + "min": "101.633", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.049", + "max": "131.28", + "min": "130.832", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "161.075", + "max": "161.303", + "min": "160.795", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "151.043", + "max": "158.109", + "min": "149.758", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "156.155", + "max": "156.258", + "min": "156.054", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "114.01", + "max": "118.532", + "min": "113.743", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "122.441", + "max": "122.677", + "min": "122.32", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "167.968", + "max": "168.138", + "min": "167.839", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "57.447", + "max": "57.891", + "min": "57.3", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "327.768", + "max": "330.794", + "min": "327.033", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "116.588", + "max": "116.861", + "min": "116.441", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "326.873", + "max": "344.218", + "min": "292.273", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "189.414", + "max": "189.608", + "min": "189.349", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "91.995", + "max": "92.309", + "min": "91.815", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "110.518", + "max": "110.699", + "min": "110.398", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "158.744", + "max": "159.492", + "min": "158.578", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "251.407", + "max": "267.289", + "min": "250.749", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "286.872", + "max": "287.066", + "min": "286.781", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "99.872", + "max": "100.163", + "min": "99.778", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.956", + "max": "146.134", + "min": "142.444", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "385.897", + "max": "504.185", + "min": "205.028", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "152.221", + "max": "269.994", + "min": "58.103", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "185.556", + "max": "191.458", + "min": "185.086", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "225.757", + "max": "226.782", + "min": "225.567", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "134.361", + "max": "134.519", + "min": "134.247", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "127.141", + "max": "128.191", + "min": "126.913", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "123.669", + "max": "125.339", + "min": "123.406", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "195.277", + "max": "342.616", + "min": "115.306", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "201.467", + "max": "202.154", + "min": "201.311", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "46.218", + "max": "147.452", + "min": "38.819", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "32.431", + "max": "32.541", + "min": "32.375", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "9.626", + "max": "11.098", + "min": "9.152", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "85.28", + "max": "85.497", + "min": "85.148", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.122", + "max": "174.499", + "min": "172.816", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "144.992", + "max": "147.39", + "min": "144.732", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "194.803", + "max": "195.564", + "min": "194.721", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "113.543", + "max": "113.805", + "min": "113.428", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "113.981", + "max": "117.826", + "min": "113.628", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "110.797", + "max": "111.112", + "min": "110.499", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "289.154", + "max": "290.194", + "min": "288.576", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "133.956", + "max": "134.601", + "min": "133.887", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "85.493", + "max": "85.67", + "min": "85.355", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "143.398", + "max": "150.309", + "min": "141.789", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "136.634", + "max": "137", + "min": "136.553", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "120.677", + "max": "120.757", + "min": "120.554", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "89.639", + "max": "89.784", + "min": "89.515", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "19.935", + "max": "20.081", + "min": "19.821", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.912", + "max": "201.307", + "min": "198.431", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "21.451", + "max": "21.711", + "min": "21.344", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "34.484", + "max": "35.154", + "min": "34.299", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "188.556", + "max": "201.194", + "min": "187.715", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "13.11", + "max": "13.994", + "min": "12.691", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "50.292", + "max": "57.979", + "min": "49.931", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "141.314", + "max": "141.551", + "min": "141.22", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "22.855", + "max": "23.599", + "min": "22.759", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "25.586", + "max": "25.77", + "min": "25.475", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "24.653", + "max": "31.012", + "min": "23.9", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "257.611", + "max": "257.707", + "min": "257.547", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "49.218", + "max": "49.616", + "min": "49.097", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "22.513", + "max": "22.718", + "min": "22.331", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "102.899", + "max": "103.008", + "min": "102.802", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "149.684", + "max": "149.921", + "min": "149.39", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "16.048", + "max": "16.533", + "min": "15.895", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "311.04", + "max": "357.373", + "min": "304.712", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "128.264", + "max": "128.512", + "min": "128.061", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "258.423", + "max": "352.744", + "min": "250.765", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "134.353", + "max": "134.475", + "min": "134.299", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "401.807", + "max": "402.145", + "min": "401.494", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "36.628", + "max": "36.856", + "min": "36.528", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "92.604", + "max": "92.863", + "min": "92.474", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "93.067", + "max": "97.726", + "min": "92.772", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.265", + "max": "182.368", + "min": "182.185", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "73.314", + "max": "73.435", + "min": "73.224", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "148.458", + "max": "148.891", + "min": "148.309", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "194.37", + "max": "196.725", + "min": "194.013", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "89.902", + "max": "90.039", + "min": "89.743", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "111.43", + "max": "111.599", + "min": "111.357", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "22.1", + "max": "24.727", + "min": "21.543", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "302.953", + "max": "303.049", + "min": "302.875", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "31.219", + "max": "31.28", + "min": "31.144", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "30.216", + "max": "36.312", + "min": "29.677", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "33.465", + "max": "33.742", + "min": "33.402", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "36.659", + "max": "36.94", + "min": "36.59", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "27.195", + "max": "28.173", + "min": "26.992", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "69.073", + "max": "70.093", + "min": "68.879", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "38.996", + "max": "39.125", + "min": "38.907", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "39.07", + "max": "39.221", + "min": "38.992", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "54.911", + "max": "55.113", + "min": "54.787", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "13.611", + "max": "13.925", + "min": "13.386", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "15.61", + "max": "15.896", + "min": "15.466", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "12.972", + "max": "13.278", + "min": "12.813", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "27.673", + "max": "27.815", + "min": "27.563", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "56.068", + "max": "56.979", + "min": "55.838", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "36.827", + "max": "73.696", + "min": "34.71", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "47.873", + "max": "109.857", + "min": "18.108", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "16.998", + "max": "17.177", + "min": "16.892", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "55.162", + "max": "55.432", + "min": "55.025", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "45.179", + "max": "45.482", + "min": "44.992", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "51.689", + "max": "52.193", + "min": "51.242", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "17.52", + "max": "37.135", + "min": "16.553", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "213.526", + "max": "214.08", + "min": "213.431", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "21.017", + "max": "21.222", + "min": "20.926", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "31.929", + "max": "32.169", + "min": "31.786", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "17.928", + "max": "18.01", + "min": "17.883", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "173.359", + "max": "180.751", + "min": "171.554", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "45.232", + "max": "45.783", + "min": "45.037", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "14.544", + "max": "21.928", + "min": "13.935", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "15.099", + "max": "15.573", + "min": "14.943", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "12.633", + "max": "12.943", + "min": "12.364", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "306.578", + "max": "321.196", + "min": "305.194", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "88.702", + "max": "94.99", + "min": "87.839", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "237.327", + "max": "240.795", + "min": "230.072", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "149.035", + "max": "149.163", + "min": "148.892", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "16.813", + "max": "17.823", + "min": "16.604", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "126.277", + "max": "127.183", + "min": "126.068", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "164.397", + "max": "164.671", + "min": "164.252", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "40.922", + "max": "41.085", + "min": "40.808", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "56.321", + "max": "56.524", + "min": "56.205", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "26.008", + "max": "27.554", + "min": "25.696", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "16.343", + "max": "17.289", + "min": "16.082", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "113.603", + "max": "113.721", + "min": "113.554", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "122.113", + "max": "122.895", + "min": "122.033", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "266.358", + "max": "271.316", + "min": "265.97", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.398", + "max": "93.553", + "min": "93.336", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "32.851", + "max": "33.481", + "min": "32.743", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "91.444", + "max": "91.525", + "min": "91.364", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "27.072", + "max": "27.316", + "min": "27.008", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "221.841", + "max": "223.232", + "min": "221.676", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "133.938", + "max": "137.946", + "min": "130.946", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "35.997", + "max": "36.812", + "min": "35.833", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "53.679", + "max": "54.901", + "min": "53.089", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "167.226", + "max": "185.105", + "min": "165.482", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "117.863", + "max": "118.548", + "min": "117.552", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "246.899", + "max": "247.055", + "min": "246.726", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "96.636", + "max": "96.975", + "min": "96.463", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "47.17", + "max": "47.261", + "min": "47.108", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "18.819", + "max": "18.885", + "min": "18.758", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "68.4", + "max": "68.46", + "min": "68.346", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "98.932", + "max": "104.434", + "min": "98.439", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "100.075", + "max": "100.637", + "min": "99.961", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "72.759", + "max": "79.502", + "min": "70.675", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "184.093", + "max": "184.85", + "min": "183.879", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "108.746", + "max": "110.573", + "min": "107.876", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "69.555", + "max": "70.225", + "min": "69.364", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "111.675", + "max": "111.955", + "min": "111.449", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "31.259", + "max": "34.285", + "min": "31.08", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "248.564", + "max": "250.253", + "min": "241.536", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "194.434", + "max": "194.434", + "min": "194.434", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "24.169", + "max": "24.21", + "min": "24.13", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "17.532", + "max": "17.809", + "min": "17.329", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "118.052", + "max": "120.536", + "min": "117.792", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "40.627", + "max": "56.25", + "min": "33.992", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "39.963", + "max": "40.027", + "min": "39.884", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "202.26", + "max": "204.111", + "min": "201.967", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "73.891", + "max": "74.257", + "min": "73.633", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "123.499", + "max": "123.65", + "min": "123.414", + "id": "26", + "country": "Denmark", + "source_name": "Copenhagen", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "27": { + "name": "Milan", + "data": { + "0": { + "avg": "216.602", + "max": "220.533", + "min": "216.225", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "243.647", + "max": "244.944", + "min": "243.274", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "121.399", + "max": "124.618", + "min": "121.162", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "18.008", + "max": "24.315", + "min": "17.07", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "20.179", + "max": "23.229", + "min": "19.808", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "287.449", + "max": "288.322", + "min": "287.194", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "20.071", + "max": "23.746", + "min": "19.761", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "284.061", + "max": "291.958", + "min": "282.515", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "59.424", + "max": "60.854", + "min": "59.269", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "42.323", + "max": "46.163", + "min": "41.869", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "23.631", + "max": "25.265", + "min": "23.295", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "134.398", + "max": "135.153", + "min": "134.162", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "93.81", + "max": "96.92", + "min": "93.479", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "105.853", + "max": "109.159", + "min": "105.434", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "125.876", + "max": "127.986", + "min": "125.654", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "97.787", + "max": "98.575", + "min": "97.218", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "54.853", + "max": "63.914", + "min": "54.024", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "113.664", + "max": "114.518", + "min": "113.451", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "36.19", + "max": "37.199", + "min": "35.912", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.34", + "max": "21.22", + "min": "15.716", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "274.903", + "max": "278.464", + "min": "274.657", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "112.811", + "max": "114.053", + "min": "112.58", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "161.46", + "max": "162.617", + "min": "161.243", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "166.724", + "max": "167.416", + "min": "166.516", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "40.113", + "max": "45.6", + "min": "39.261", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "29.358", + "max": "32.336", + "min": "28.982", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "0.02", + "max": "0.053", + "min": "0.012", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "26.391", + "max": "29.241", + "min": "25.805", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.593", + "max": "20.986", + "min": "16.165", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "153.074", + "max": "156.616", + "min": "152.511", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "152.842", + "max": "154.088", + "min": "152.679", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.286", + "max": "32.054", + "min": "29.977", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "157.352", + "max": "173.013", + "min": "156.437", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "58.629", + "max": "59.892", + "min": "58.401", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "17.705", + "max": "21.284", + "min": "16.984", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "156.398", + "max": "165.685", + "min": "155.801", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "162.906", + "max": "167.699", + "min": "162.628", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "150.132", + "max": "152.217", + "min": "149.805", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "132.85", + "max": "136.557", + "min": "132.334", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "97.839", + "max": "99.401", + "min": "97.324", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "166.065", + "max": "168.22", + "min": "165.581", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "30.062", + "max": "33.642", + "min": "29.568", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "58.629", + "max": "59.604", + "min": "58.375", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "41.139", + "max": "44.999", + "min": "40.65", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "178.784", + "max": "180.919", + "min": "178.564", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "30.106", + "max": "31.615", + "min": "29.537", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "47.568", + "max": "49.567", + "min": "47.28", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "181.883", + "max": "185.202", + "min": "181.407", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "244.711", + "max": "246.087", + "min": "243.42", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "140.717", + "max": "143.77", + "min": "140.371", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "100.231", + "max": "101.07", + "min": "99.955", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "160.059", + "max": "163.07", + "min": "159.642", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "34.424", + "max": "45.843", + "min": "25.993", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "120.883", + "max": "124.563", + "min": "120.351", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "139.408", + "max": "154.383", + "min": "134.564", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "183.916", + "max": "185.96", + "min": "183.554", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "59.956", + "max": "66.092", + "min": "58.624", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "312.295", + "max": "314.745", + "min": "311.978", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "37.716", + "max": "38.689", + "min": "37.388", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "20.466", + "max": "21.353", + "min": "20.259", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "68.691", + "max": "76.214", + "min": "67.958", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.002", + "max": "128.986", + "min": "62.107", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "180.848", + "max": "259.926", + "min": "176.839", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "294.121", + "max": "295.277", + "min": "293.762", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "49.24", + "max": "53.35", + "min": "48.895", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "36.824", + "max": "38.2", + "min": "36.627", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "95.106", + "max": "96.116", + "min": "94.834", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "38.114", + "max": "39.64", + "min": "37.572", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "238.398", + "max": "241.027", + "min": "237.572", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "134.576", + "max": "136.437", + "min": "134.342", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "209.963", + "max": "212.006", + "min": "209.383", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "159.726", + "max": "161.99", + "min": "159.124", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "168.667", + "max": "171.729", + "min": "168.324", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "121.301", + "max": "127.427", + "min": "120.768", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.597", + "max": "69.654", + "min": "68.296", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "42.395", + "max": "49.521", + "min": "41.861", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "107.558", + "max": "110.155", + "min": "107.21", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "162.271", + "max": "163.45", + "min": "161.891", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "108.374", + "max": "118.31", + "min": "107.337", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "107.941", + "max": "111.751", + "min": "107.357", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "158.584", + "max": "161.873", + "min": "157.951", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "104.835", + "max": "106.112", + "min": "104.392", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "209.679", + "max": "214.79", + "min": "209.187", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "168.716", + "max": "170.575", + "min": "168.383", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "163.271", + "max": "166.168", + "min": "162.78", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "71.668", + "max": "73.312", + "min": "71.149", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "36.224", + "max": "37.477", + "min": "35.829", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "123.22", + "max": "126.024", + "min": "123.007", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "116.187", + "max": "116.86", + "min": "115.964", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "31.072", + "max": "34.669", + "min": "30.573", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "128.02", + "max": "129.416", + "min": "127.176", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "161.276", + "max": "165.307", + "min": "160.8", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "42.601", + "max": "48.277", + "min": "42.132", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "309.742", + "max": "311.576", + "min": "309.479", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "99.253", + "max": "100.153", + "min": "99.085", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "125.419", + "max": "127.357", + "min": "125.008", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "173.595", + "max": "174.959", + "min": "173.231", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "160.88", + "max": "190.473", + "min": "158.718", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.017", + "max": "170.431", + "min": "168.658", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "109.642", + "max": "111.213", + "min": "109.255", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "126.478", + "max": "128.059", + "min": "126.258", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "161.186", + "max": "161.894", + "min": "161.01", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "47.34", + "max": "49.008", + "min": "46.993", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "321.186", + "max": "322.519", + "min": "320.622", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "122.117", + "max": "122.367", + "min": "121.988", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "379.968", + "max": "404.438", + "min": "351.732", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "194.175", + "max": "195.184", + "min": "193.948", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "105.064", + "max": "106.853", + "min": "104.832", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "120.297", + "max": "121.26", + "min": "120.119", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "155.529", + "max": "158.942", + "min": "154.844", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "193.552", + "max": "194.352", + "min": "193.324", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "283.304", + "max": "285.343", + "min": "282.92", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "97.394", + "max": "98.69", + "min": "97.174", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "130.838", + "max": "134.279", + "min": "130.127", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "369.126", + "max": "496.774", + "min": "217.67", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "129.268", + "max": "275.743", + "min": "63.917", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "154.001", + "max": "163.694", + "min": "152.959", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "249.326", + "max": "250.77", + "min": "249.029", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "129.675", + "max": "136.844", + "min": "129.209", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "129.939", + "max": "131.381", + "min": "129.471", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "134.5", + "max": "138.897", + "min": "133.768", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "199.702", + "max": "356.488", + "min": "120.936", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "195.264", + "max": "196.649", + "min": "195.034", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "40.29", + "max": "42.206", + "min": "39.833", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "44.783", + "max": "69.587", + "min": "43.736", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "39.436", + "max": "42.037", + "min": "38.707", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "103.313", + "max": "104.917", + "min": "103.083", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "149.054", + "max": "149.66", + "min": "148.847", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "119.979", + "max": "122.087", + "min": "119.768", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "194.893", + "max": "200.243", + "min": "194.5", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "131.05", + "max": "131.665", + "min": "130.875", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "113.939", + "max": "115.089", + "min": "113.624", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "117.321", + "max": "120.755", + "min": "116.815", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "297.725", + "max": "300.282", + "min": "296.791", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "142.397", + "max": "142.638", + "min": "142.261", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "90.537", + "max": "92.108", + "min": "90.167", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "151.077", + "max": "160.551", + "min": "149.62", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "141.145", + "max": "152.338", + "min": "139.286", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "122.235", + "max": "126.076", + "min": "121.597", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "93.248", + "max": "93.97", + "min": "93.08", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "17.397", + "max": "18.268", + "min": "17.141", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "204.501", + "max": "205.109", + "min": "203.925", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "50.083", + "max": "52.51", + "min": "49.635", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.274", + "max": "30.207", + "min": "24.828", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "200.507", + "max": "201.713", + "min": "200.189", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "19.832", + "max": "21.207", + "min": "19.51", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "34.426", + "max": "40.551", + "min": "33.719", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "123.849", + "max": "124.493", + "min": "123.695", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "28.096", + "max": "32.065", + "min": "27.802", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "29.287", + "max": "31.651", + "min": "29.124", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.613", + "max": "58.042", + "min": "15.837", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "286.183", + "max": "288.691", + "min": "285.923", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "39.485", + "max": "41.228", + "min": "39.212", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "8.95", + "max": "27.415", + "min": "6.619", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "104.418", + "max": "107.878", + "min": "104.133", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "160.439", + "max": "161.018", + "min": "160.026", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.197", + "max": "50.158", + "min": "48.814", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "260.141", + "max": "299.537", + "min": "252.818", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "135.397", + "max": "136.069", + "min": "135.288", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "258.157", + "max": "330.143", + "min": "252.049", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "134.909", + "max": "142.465", + "min": "134.299", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "209.831", + "max": "210.63", + "min": "209.626", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "36.719", + "max": "39.992", + "min": "36.125", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "90.643", + "max": "92.758", + "min": "90.249", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "111.811", + "max": "112.554", + "min": "111.596", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "189.773", + "max": "192.373", + "min": "189.484", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "108.311", + "max": "108.983", + "min": "108.111", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "149.793", + "max": "150.712", + "min": "149.431", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "298.625", + "max": "303.448", + "min": "280.639", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "102.043", + "max": "104.576", + "min": "101.662", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "107.18", + "max": "107.97", + "min": "106.982", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "7.278", + "max": "11.727", + "min": "6.809", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "120.987", + "max": "127.166", + "min": "120.522", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "37.715", + "max": "40.131", + "min": "37.355", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "9.243", + "max": "12.916", + "min": "8.821", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "8.805", + "max": "11.36", + "min": "8.589", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "1.313", + "max": "5.317", + "min": "0.954", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "31.98", + "max": "33.517", + "min": "31.607", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "44.819", + "max": "46.44", + "min": "44.501", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "27.742", + "max": "29.139", + "min": "27.497", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "67.26", + "max": "68.694", + "min": "67.005", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "24.327", + "max": "26.461", + "min": "24.015", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "20.515", + "max": "22.928", + "min": "20.228", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "29.668", + "max": "33.692", + "min": "29.204", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "23.19", + "max": "24.499", + "min": "23.024", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.177", + "max": "22.034", + "min": "20.975", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "53.082", + "max": "55.078", + "min": "52.588", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "6.666", + "max": "11.4", + "min": "5.826", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "50.375", + "max": "116.509", + "min": "27.685", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "23.354", + "max": "25.031", + "min": "23.046", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "53.498", + "max": "54.688", + "min": "53.226", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "45.371", + "max": "48.915", + "min": "44.899", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "44.43", + "max": "47.162", + "min": "43.879", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "22.636", + "max": "25.466", + "min": "22.227", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "278.095", + "max": "280.86", + "min": "277.706", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "17.229", + "max": "18.467", + "min": "17.036", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "3.066", + "max": "4.026", + "min": "2.791", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.956", + "max": "26.722", + "min": "25.824", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "187.719", + "max": "192.732", + "min": "186.481", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "46.793", + "max": "47.376", + "min": "46.648", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "21.462", + "max": "24.226", + "min": "20.681", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "20.412", + "max": "20.986", + "min": "20.212", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "23.876", + "max": "27.827", + "min": "22.291", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "314.338", + "max": "321.434", + "min": "313.225", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "97.265", + "max": "101.158", + "min": "96.807", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "241.786", + "max": "244.55", + "min": "240.959", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "156.998", + "max": "164.674", + "min": "156.248", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "22.398", + "max": "25.32", + "min": "22.106", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "147.668", + "max": "151.02", + "min": "147.266", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.584", + "max": "180.527", + "min": "179.315", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "11.509", + "max": "11.866", + "min": "11.311", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "64.214", + "max": "65.941", + "min": "63.791", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "31.018", + "max": "34.852", + "min": "30.471", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "26.317", + "max": "26.981", + "min": "26.144", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "116.921", + "max": "117.516", + "min": "116.769", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "130.003", + "max": "131.504", + "min": "129.845", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "346.111", + "max": "347.764", + "min": "345.699", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "96.835", + "max": "98.745", + "min": "96.568", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.727", + "max": "168.592", + "min": "18.47", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "96.249", + "max": "96.937", + "min": "96.081", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "6.347", + "max": "12.138", + "min": "5.939", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "209.135", + "max": "210.859", + "min": "208.82", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "137.633", + "max": "144.355", + "min": "134.418", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "30.426", + "max": "34.281", + "min": "30.087", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "32.536", + "max": "33.99", + "min": "31.846", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "153.922", + "max": "163.671", + "min": "152.891", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "108.654", + "max": "109.27", + "min": "108.248", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "256.789", + "max": "257.716", + "min": "256.573", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "80.898", + "max": "82.119", + "min": "80.552", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "45.821", + "max": "47.338", + "min": "45.563", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "28.221", + "max": "29.945", + "min": "27.938", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "36.176", + "max": "36.959", + "min": "35.967", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "105.138", + "max": "107.734", + "min": "104.447", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "105.288", + "max": "106.003", + "min": "105.02", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "60.697", + "max": "63.181", + "min": "59.545", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "182.346", + "max": "240.701", + "min": "179.178", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "106.228", + "max": "108.26", + "min": "105.152", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "66.045", + "max": "67.23", + "min": "65.734", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "130.084", + "max": "133.001", + "min": "129.473", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "39.448", + "max": "43.714", + "min": "38.991", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "190.895", + "max": "193.563", + "min": "189.282", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "193.858", + "max": "193.858", + "min": "193.858", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "27.743", + "max": "29.381", + "min": "27.597", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "20.81", + "max": "21.523", + "min": "20.627", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "125.802", + "max": "129.494", + "min": "125.418", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "49.988", + "max": "62.896", + "min": "44.008", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.627", + "max": "30.292", + "min": "28.376", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "186.067", + "max": "188.154", + "min": "185.692", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "78.874", + "max": "82.013", + "min": "78.15", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "117.812", + "max": "120.16", + "min": "117.38", + "id": "27", + "country": "Italy", + "source_name": "Milan", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "29": { + "name": "Frankfurt", + "data": { + "0": { + "avg": "177.648", + "max": "177.812", + "min": "177.555", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "268.392", + "max": "272.042", + "min": "268.065", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "94.71", + "max": "94.998", + "min": "94.59", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "14.015", + "max": "21.908", + "min": "13.119", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "10.624", + "max": "10.959", + "min": "10.507", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "221.727", + "max": "222.063", + "min": "221.63", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "16.456", + "max": "16.733", + "min": "16.344", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "271.387", + "max": "285.437", + "min": "269.994", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "44.242", + "max": "44.964", + "min": "44.101", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "27.526", + "max": "28.553", + "min": "27.311", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "14.296", + "max": "14.797", + "min": "14.113", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "120.829", + "max": "144.685", + "min": "119.9", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "79.578", + "max": "79.695", + "min": "79.479", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "97.6", + "max": "98.232", + "min": "97.411", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "109.806", + "max": "110.021", + "min": "109.708", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "97.331", + "max": "97.592", + "min": "96.867", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "31.908", + "max": "32.166", + "min": "31.682", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "99.754", + "max": "99.866", + "min": "99.676", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "25.544", + "max": "29.186", + "min": "25.262", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "14.183", + "max": "14.269", + "min": "14.104", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "284.02", + "max": "284.42", + "min": "283.931", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "94.389", + "max": "94.451", + "min": "94.325", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "146.601", + "max": "146.758", + "min": "146.5", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "147.439", + "max": "152.444", + "min": "147.046", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "28.432", + "max": "28.935", + "min": "28.23", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "21.659", + "max": "21.968", + "min": "21.533", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "16.503", + "max": "19.88", + "min": "16.177", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "19.777", + "max": "19.968", + "min": "19.666", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "0.031", + "max": "0.054", + "min": "0.021", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "142.698", + "max": "143.102", + "min": "142.47", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "149.541", + "max": "149.673", + "min": "149.444", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "20.816", + "max": "21.02", + "min": "20.713", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "142.432", + "max": "142.996", + "min": "142.295", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "31.544", + "max": "31.865", + "min": "31.434", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "6.529", + "max": "9.676", + "min": "6.186", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "160.043", + "max": "160.577", + "min": "159.798", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "148.946", + "max": "149.057", + "min": "148.876", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "137.832", + "max": "138.072", + "min": "137.63", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "118.736", + "max": "120.809", + "min": "118.553", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "94.573", + "max": "95.931", + "min": "94.323", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "153.024", + "max": "156.049", + "min": "152.722", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "17.939", + "max": "20.136", + "min": "17.451", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "44.553", + "max": "44.697", + "min": "44.393", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "41.099", + "max": "41.229", + "min": "41.031", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "136.704", + "max": "136.816", + "min": "136.624", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "19.849", + "max": "20.675", + "min": "19.463", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "27.656", + "max": "27.859", + "min": "27.533", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "166.331", + "max": "166.859", + "min": "166.13", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "255.363", + "max": "255.78", + "min": "255.136", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "124.023", + "max": "124.092", + "min": "123.955", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "89.387", + "max": "89.637", + "min": "89.264", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "163.329", + "max": "164.193", + "min": "163.135", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "25.219", + "max": "117.383", + "min": "10.56", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "119.126", + "max": "119.226", + "min": "119.024", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "131.585", + "max": "137.219", + "min": "129.132", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "182.326", + "max": "183.274", + "min": "182.071", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "43.41", + "max": "47.07", + "min": "42.465", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "317.404", + "max": "317.564", + "min": "317.31", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "18.264", + "max": "19.862", + "min": "17.995", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "9.365", + "max": "9.573", + "min": "9.275", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "52.948", + "max": "54.385", + "min": "52.308", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "62.402", + "max": "120.868", + "min": "56.795", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "174.415", + "max": "292.143", + "min": "163.44", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "223.716", + "max": "224.008", + "min": "223.616", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "37.1", + "max": "37.251", + "min": "36.938", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "27.205", + "max": "30.332", + "min": "26.994", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "85.769", + "max": "85.943", + "min": "85.688", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "43.426", + "max": "43.802", + "min": "43.051", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "211.239", + "max": "212.745", + "min": "210.541", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "128.142", + "max": "131.757", + "min": "127.887", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "194.517", + "max": "195.093", + "min": "194.361", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "143.48", + "max": "144.081", + "min": "143.287", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "152.806", + "max": "155.238", + "min": "152.462", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "106.276", + "max": "106.347", + "min": "106.195", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "55.258", + "max": "56.137", + "min": "55.013", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "17.808", + "max": "18.005", + "min": "17.692", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "104.755", + "max": "104.916", + "min": "104.628", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "161.774", + "max": "161.876", + "min": "161.674", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "105.033", + "max": "109.746", + "min": "104.632", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "103.977", + "max": "104.063", + "min": "103.886", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "140.611", + "max": "140.898", + "min": "140.263", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "106.942", + "max": "107.235", + "min": "106.729", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "185.885", + "max": "186.372", + "min": "185.747", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "142.628", + "max": "143.298", + "min": "142.48", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "124.304", + "max": "124.538", + "min": "124.22", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "75.764", + "max": "77.006", + "min": "75.463", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "24.83", + "max": "25.581", + "min": "24.539", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "121.972", + "max": "122.101", + "min": "121.86", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "111.917", + "max": "112.177", + "min": "111.768", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "16.176", + "max": "19.304", + "min": "15.828", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "118.77", + "max": "121.013", + "min": "118.278", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "159.595", + "max": "160.034", + "min": "159.402", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "31.49", + "max": "31.583", + "min": "31.423", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "293.154", + "max": "296.691", + "min": "292.788", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "95.388", + "max": "95.555", + "min": "95.287", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "137.554", + "max": "137.96", + "min": "137.377", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "165.905", + "max": "166.249", + "min": "165.705", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "144.756", + "max": "157.517", + "min": "143.254", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "146.092", + "max": "147.012", + "min": "145.98", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "107.586", + "max": "109.998", + "min": "107.298", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "115.065", + "max": "115.259", + "min": "114.976", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "161.206", + "max": "161.601", + "min": "161.05", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "34.461", + "max": "35.528", + "min": "34.343", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "308.265", + "max": "309.646", + "min": "307.75", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "112.833", + "max": "113.203", + "min": "112.679", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "320.099", + "max": "339.976", + "min": "290.712", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "176.957", + "max": "178.655", + "min": "176.774", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "85.302", + "max": "85.463", + "min": "85.122", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "107.918", + "max": "107.994", + "min": "107.838", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "126.035", + "max": "128.642", + "min": "125.358", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "254.229", + "max": "254.471", + "min": "254.134", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "293.52", + "max": "368.664", + "min": "287.214", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "83.843", + "max": "84.034", + "min": "83.756", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "130.319", + "max": "144.946", + "min": "129.654", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.905", + "max": "499.849", + "min": "216.295", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "133.915", + "max": "214.761", + "min": "69.624", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "172.082", + "max": "172.863", + "min": "171.708", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "230.316", + "max": "232.088", + "min": "230.046", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "122.576", + "max": "122.733", + "min": "122.44", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "112.97", + "max": "113.744", + "min": "112.682", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "118.533", + "max": "118.811", + "min": "118.206", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "187.231", + "max": "333.832", + "min": "106.823", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "223.051", + "max": "237.74", + "min": "199.275", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "60.14", + "max": "381.847", + "min": "48.701", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "33.663", + "max": "33.784", + "min": "33.576", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "29.366", + "max": "30.406", + "min": "28.576", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "87.204", + "max": "89.195", + "min": "85.29", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "164.533", + "max": "165.167", + "min": "164.286", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "113.791", + "max": "114.059", + "min": "113.623", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "177.437", + "max": "179.047", + "min": "177.177", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "114.043", + "max": "114.585", + "min": "113.923", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "110.964", + "max": "111.139", + "min": "110.81", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "117.339", + "max": "117.753", + "min": "117.113", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "305.009", + "max": "309.104", + "min": "304.175", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "132.151", + "max": "132.299", + "min": "132.078", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "88.279", + "max": "88.422", + "min": "88.139", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "137.658", + "max": "142.583", + "min": "136.757", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "123.075", + "max": "123.256", + "min": "122.944", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "114.244", + "max": "114.782", + "min": "114.101", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "88.471", + "max": "88.582", + "min": "88.385", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "13.322", + "max": "13.56", + "min": "13.221", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "172.104", + "max": "173.845", + "min": "171.688", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "35.236", + "max": "35.435", + "min": "35.145", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "18.068", + "max": "18.222", + "min": "17.924", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "184.541", + "max": "190.886", + "min": "184.079", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "16.74", + "max": "17.335", + "min": "16.431", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "26.398", + "max": "26.648", + "min": "26.293", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "127.296", + "max": "127.502", + "min": "127.207", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "18.107", + "max": "18.247", + "min": "18.023", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "14.115", + "max": "14.242", + "min": "14.003", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "6.001", + "max": "25.569", + "min": "3.73", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "279.761", + "max": "279.878", + "min": "279.646", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "33.213", + "max": "38.113", + "min": "32.861", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "13.35", + "max": "14.143", + "min": "13.172", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "95.649", + "max": "96.553", + "min": "95.504", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "163.943", + "max": "164.54", + "min": "163.688", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.763", + "max": "50.296", + "min": "49.509", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "260.129", + "max": "302.976", + "min": "253.309", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "125.514", + "max": "125.767", + "min": "125.347", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "248.971", + "max": "345.742", + "min": "240.158", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "125.827", + "max": "125.927", + "min": "125.716", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "384.447", + "max": "384.699", + "min": "383.934", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "48.695", + "max": "49.08", + "min": "48.576", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "80.539", + "max": "81.026", + "min": "80.432", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "110.436", + "max": "110.805", + "min": "110.334", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "174.453", + "max": "174.622", + "min": "174.381", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "99.493", + "max": "99.675", + "min": "99.346", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "143.279", + "max": "143.532", + "min": "143.141", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "211.103", + "max": "219.174", + "min": "177.868", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "95.597", + "max": "95.812", + "min": "95.437", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "104.625", + "max": "104.742", + "min": "104.556", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "3.351", + "max": "3.895", + "min": "3.195", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "131.764", + "max": "132.213", + "min": "131.675", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "22.247", + "max": "24.757", + "min": "22.084", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "9.664", + "max": "10.191", + "min": "9.411", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "15.709", + "max": "24.943", + "min": "15.33", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "16.218", + "max": "16.597", + "min": "16.142", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "17.662", + "max": "18.2", + "min": "17.386", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "53.358", + "max": "53.546", + "min": "53.223", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "34.156", + "max": "34.236", + "min": "34.039", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "63.393", + "max": "65.644", + "min": "63.135", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "36.742", + "max": "37.779", + "min": "36.597", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "19.971", + "max": "20.948", + "min": "19.629", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "16.677", + "max": "16.766", + "min": "16.583", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "13.747", + "max": "13.871", + "min": "13.623", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "10.464", + "max": "10.613", + "min": "10.329", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "53.206", + "max": "53.466", + "min": "53.022", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "26.524", + "max": "39.69", + "min": "25.07", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "42.264", + "max": "132.435", + "min": "14.389", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "18.062", + "max": "18.21", + "min": "17.936", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "47.093", + "max": "47.287", + "min": "46.887", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "24.455", + "max": "24.769", + "min": "24.268", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "44.402", + "max": "45.002", + "min": "44.039", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "10.303", + "max": "11.367", + "min": "10.079", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "187.76", + "max": "191.934", + "min": "187.451", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "7.24", + "max": "7.566", + "min": "7.117", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "52.898", + "max": "53.126", + "min": "52.686", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "22.066", + "max": "22.173", + "min": "22", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "176.174", + "max": "181.307", + "min": "173.995", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "42.9", + "max": "43.268", + "min": "42.741", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "15.778", + "max": "21.393", + "min": "15.295", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "14.529", + "max": "17.932", + "min": "14.235", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "13.686", + "max": "14.151", + "min": "13.496", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "269.666", + "max": "284.625", + "min": "267.173", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "91.845", + "max": "95.005", + "min": "91.421", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "203.29", + "max": "203.701", + "min": "201.643", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "151.689", + "max": "152.111", + "min": "151.544", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "10.373", + "max": "10.595", + "min": "10.306", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "135.13", + "max": "139.221", + "min": "134.811", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "163.108", + "max": "163.421", + "min": "162.809", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "44.538", + "max": "44.771", + "min": "44.396", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "57.737", + "max": "58.539", + "min": "57.382", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "18.798", + "max": "19.936", + "min": "18.564", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "14.758", + "max": "15.322", + "min": "14.544", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "107.922", + "max": "108.054", + "min": "107.847", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "112.855", + "max": "113.01", + "min": "112.766", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "237.197", + "max": "237.924", + "min": "237.024", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "181.728", + "max": "204.635", + "min": "140.282", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "14.66", + "max": "14.764", + "min": "14.594", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "94.028", + "max": "94.132", + "min": "93.96", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "26.242", + "max": "26.375", + "min": "26.154", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "224.276", + "max": "300.279", + "min": "221.346", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "133.414", + "max": "136.768", + "min": "130.81", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "23.116", + "max": "23.255", + "min": "23.016", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "34.149", + "max": "47.518", + "min": "32.922", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "149.886", + "max": "158.686", + "min": "148.314", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "115.855", + "max": "117.129", + "min": "115.426", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "232.947", + "max": "233.114", + "min": "232.81", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "61.236", + "max": "61.668", + "min": "61.066", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "33.371", + "max": "33.604", + "min": "33.314", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.128", + "max": "11.28", + "min": "11.065", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "49.695", + "max": "49.799", + "min": "49.618", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "97.588", + "max": "99.922", + "min": "97.229", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "92.765", + "max": "92.978", + "min": "92.66", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "62.743", + "max": "65.066", + "min": "60.916", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "167.134", + "max": "169.119", + "min": "166.597", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "98.96", + "max": "100.639", + "min": "98.163", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "53.156", + "max": "53.561", + "min": "53.008", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "113.587", + "max": "113.773", + "min": "113.436", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "31.875", + "max": "33.636", + "min": "31.622", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "268.287", + "max": "269.963", + "min": "267.979", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.235", + "max": "184.235", + "min": "184.235", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "20.133", + "max": "20.241", + "min": "20.079", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "4.931", + "max": "5.021", + "min": "4.869", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "117.509", + "max": "242.874", + "min": "112.621", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "25.981", + "max": "40.297", + "min": "19.963", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "18.366", + "max": "18.445", + "min": "18.261", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "130.601", + "max": "131.707", + "min": "130.314", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "77.577", + "max": "78.506", + "min": "77.389", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "113.604", + "max": "113.772", + "min": "113.501", + "id": "29", + "country": "Germany", + "source_name": "Frankfurt", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "35": { + "name": "Zurich", + "data": { + "0": { + "avg": "224.571", + "max": "225.559", + "min": "224.207", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "275.159", + "max": "275.997", + "min": "274.891", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "109.139", + "max": "110.19", + "min": "108.923", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "14.468", + "max": "20.709", + "min": "13.782", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "18.613", + "max": "19.627", + "min": "18.386", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "226.962", + "max": "227.84", + "min": "226.783", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "14.597", + "max": "15.052", + "min": "14.451", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "317.213", + "max": "324.585", + "min": "315.711", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.343", + "max": "46.952", + "min": "43.085", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "44.662", + "max": "46.821", + "min": "44.319", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "28.001", + "max": "28.738", + "min": "27.717", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.549", + "max": "137.116", + "min": "135.33", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "100.91", + "max": "102.23", + "min": "100.719", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "104.486", + "max": "105.617", + "min": "104.228", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "114.396", + "max": "114.719", + "min": "114.306", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "105.256", + "max": "107.61", + "min": "104.359", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "30.894", + "max": "32.095", + "min": "30.59", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "107.929", + "max": "108.456", + "min": "107.766", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "35.388", + "max": "37.538", + "min": "35.154", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "14.246", + "max": "15.068", + "min": "14.067", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "311.266", + "max": "314.694", + "min": "310.948", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "120.81", + "max": "121.295", + "min": "120.666", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "156.77", + "max": "157.286", + "min": "156.632", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "173.871", + "max": "181.211", + "min": "173.461", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "29.839", + "max": "34.597", + "min": "29.361", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "18.483", + "max": "21.413", + "min": "18.02", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "17.268", + "max": "18.464", + "min": "16.998", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "22.226", + "max": "22.741", + "min": "22.009", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "6.609", + "max": "10.956", + "min": "6.135", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "148.319", + "max": "149.564", + "min": "147.978", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "164.274", + "max": "164.552", + "min": "164.043", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "25.77", + "max": "28.84", + "min": "25.287", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "158.277", + "max": "159.366", + "min": "158.121", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "37.427", + "max": "37.685", + "min": "37.283", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "0.049", + "max": "0.433", + "min": "0.025", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "165.312", + "max": "166.238", + "min": "165.059", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "160.956", + "max": "161.462", + "min": "160.84", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "154.494", + "max": "156.347", + "min": "154.211", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "131.119", + "max": "131.432", + "min": "130.972", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "111.691", + "max": "116.469", + "min": "111.114", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "164.131", + "max": "167.513", + "min": "163.657", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "26.808", + "max": "31.448", + "min": "26.264", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "55.685", + "max": "57.136", + "min": "55.405", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "38.883", + "max": "42.946", + "min": "38.484", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "146.32", + "max": "154.182", + "min": "145.703", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "24.328", + "max": "26.287", + "min": "23.825", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "30.536", + "max": "30.788", + "min": "30.364", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "179.008", + "max": "179.433", + "min": "178.787", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "254.948", + "max": "255.605", + "min": "254.731", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "154.252", + "max": "156.562", + "min": "154.047", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "96.681", + "max": "97.725", + "min": "96.421", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "157.013", + "max": "159.591", + "min": "156.728", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "31.788", + "max": "44.358", + "min": "19.253", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "123.806", + "max": "130.558", + "min": "123.398", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "172.459", + "max": "183.271", + "min": "169.21", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "183.15", + "max": "187.109", + "min": "182.583", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "43.874", + "max": "45.809", + "min": "42.777", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "323.467", + "max": "324.26", + "min": "323.29", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "32.676", + "max": "42.125", + "min": "31.946", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "18.051", + "max": "20.731", + "min": "17.768", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "55.671", + "max": "63.303", + "min": "54.602", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.903", + "max": "124.224", + "min": "69.509", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "176.462", + "max": "204.453", + "min": "174.861", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "293.966", + "max": "304.739", + "min": "292.839", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "41.383", + "max": "42.084", + "min": "41.221", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "45.336", + "max": "46.203", + "min": "45.201", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.936", + "max": "93.676", + "min": "92.758", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "41.301", + "max": "41.736", + "min": "40.786", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "233.618", + "max": "243.212", + "min": "232.125", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "134.927", + "max": "139.08", + "min": "134.551", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "204.575", + "max": "205.683", + "min": "204.262", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "160.72", + "max": "164.985", + "min": "160.21", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "167.713", + "max": "170.133", + "min": "167.287", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "120.812", + "max": "121.308", + "min": "120.649", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "65.275", + "max": "65.92", + "min": "65.099", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "28.501", + "max": "31.571", + "min": "28.162", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "116.269", + "max": "116.647", + "min": "116.043", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "156.803", + "max": "157.282", + "min": "156.606", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "118.39", + "max": "126.893", + "min": "117.633", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "112.216", + "max": "115.514", + "min": "111.845", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "145.194", + "max": "148.946", + "min": "144.743", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "104.805", + "max": "109.08", + "min": "104.328", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "205.929", + "max": "206.482", + "min": "205.683", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "163.495", + "max": "169.518", + "min": "162.838", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "149.539", + "max": "151.295", + "min": "149.281", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "77.077", + "max": "79.11", + "min": "76.522", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "38.026", + "max": "41.239", + "min": "37.393", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "119.307", + "max": "121.447", + "min": "119.063", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "137.596", + "max": "139.307", + "min": "137.344", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "25.82", + "max": "31.19", + "min": "25.353", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "135.222", + "max": "137.004", + "min": "134.474", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "175.11", + "max": "176.204", + "min": "174.797", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "43.001", + "max": "44.972", + "min": "42.674", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "309.812", + "max": "316.098", + "min": "309.39", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "106.635", + "max": "107.439", + "min": "106.505", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "121.023", + "max": "123.629", + "min": "120.668", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "178.843", + "max": "179.26", + "min": "178.615", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "157.666", + "max": "202.463", + "min": "154.47", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "170.627", + "max": "172.087", + "min": "170.414", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "117.785", + "max": "119.972", + "min": "117.382", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "146.975", + "max": "150.095", + "min": "146.604", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "161.983", + "max": "165.866", + "min": "161.593", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "53.332", + "max": "55.947", + "min": "52.997", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "324.702", + "max": "326.482", + "min": "324.019", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "129.948", + "max": "130.908", + "min": "129.625", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "295.173", + "max": "298.868", + "min": "294.711", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "184.676", + "max": "187.754", + "min": "184.096", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "91.251", + "max": "91.495", + "min": "90.945", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "118.538", + "max": "119.186", + "min": "118.367", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "141.644", + "max": "147.044", + "min": "141.282", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.895", + "max": "261.575", + "min": "258.611", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "293.408", + "max": "297.561", + "min": "286.772", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "90.708", + "max": "91.385", + "min": "90.501", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "119.943", + "max": "121.594", + "min": "119.672", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "373.997", + "max": "480.392", + "min": "209.465", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "121.241", + "max": "190.11", + "min": "53.51", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "168.805", + "max": "194.167", + "min": "166.928", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "280.668", + "max": "282.211", + "min": "280.376", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "138.929", + "max": "141.025", + "min": "138.675", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "132.864", + "max": "136.201", + "min": "132.476", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "124.836", + "max": "126.087", + "min": "124.412", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "191.748", + "max": "357.366", + "min": "116.087", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "227.721", + "max": "228.282", + "min": "227.539", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "48.689", + "max": "131.426", + "min": "41.879", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "34.099", + "max": "35.612", + "min": "33.802", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "30.604", + "max": "34.848", + "min": "29.752", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "111.318", + "max": "112.361", + "min": "111.064", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "159.63", + "max": "162.014", + "min": "159.153", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "138.441", + "max": "139.125", + "min": "138.046", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "190.743", + "max": "192.337", + "min": "190.359", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "125.965", + "max": "132.562", + "min": "125.399", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "109.829", + "max": "112.96", + "min": "109.525", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "110.978", + "max": "111.637", + "min": "110.621", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "304.21", + "max": "305.582", + "min": "303.391", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "148.436", + "max": "148.902", + "min": "148.316", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "89.346", + "max": "90.228", + "min": "89.068", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "155.776", + "max": "166.961", + "min": "154.839", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "124.892", + "max": "125.947", + "min": "124.553", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "121.668", + "max": "125.028", + "min": "121.167", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "92.032", + "max": "93.655", + "min": "91.77", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "14.059", + "max": "16.23", + "min": "13.818", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "179.403", + "max": "183.94", + "min": "178.724", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.138", + "max": "44.26", + "min": "42.965", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "21.46", + "max": "27.495", + "min": "21.019", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "191.133", + "max": "193.72", + "min": "190.54", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "13.208", + "max": "15.505", + "min": "12.736", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "44.299", + "max": "46.886", + "min": "43.887", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "170.155", + "max": "191.974", + "min": "169.213", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "20.465", + "max": "22.491", + "min": "20.288", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "24.205", + "max": "25.986", + "min": "23.963", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "11.287", + "max": "17.061", + "min": "9.405", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "250.789", + "max": "252.541", + "min": "250.594", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "31.919", + "max": "35.451", + "min": "31.589", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "5.086", + "max": "6.786", + "min": "4.515", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "106.344", + "max": "107.06", + "min": "106.17", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "150.373", + "max": "151.529", + "min": "149.95", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "32.482", + "max": "33.385", + "min": "32.119", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "259.368", + "max": "322.879", + "min": "250.782", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "139.562", + "max": "140.296", + "min": "139.297", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "126.188", + "max": "127.08", + "min": "125.994", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "390.581", + "max": "393.694", + "min": "389.928", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.828", + "max": "35.936", + "min": "34.522", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "88.843", + "max": "89.712", + "min": "88.649", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "110.475", + "max": "111.189", + "min": "110.259", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.941", + "max": "186.675", + "min": "182.543", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "94.128", + "max": "95.738", + "min": "93.834", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "161.385", + "max": "164.9", + "min": "161.009", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "338.998", + "max": "347.16", + "min": "315.069", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "98.082", + "max": "98.466", + "min": "97.903", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "116.82", + "max": "123.36", + "min": "116.403", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "3.939", + "max": "6.687", + "min": "3.486", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "297.357", + "max": "300.98", + "min": "296.907", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "30.534", + "max": "31.677", + "min": "30.403", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "5.469", + "max": "16.98", + "min": "4.872", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "12.403", + "max": "12.853", + "min": "12.256", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "23.01", + "max": "24.128", + "min": "22.791", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "31.073", + "max": "39", + "min": "30.49", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "61.703", + "max": "64.46", + "min": "61.356", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "39.581", + "max": "40.428", + "min": "39.349", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "69.85", + "max": "74.502", + "min": "69.259", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "49.856", + "max": "59.468", + "min": "49.028", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "13.46", + "max": "13.925", + "min": "13.318", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "26.48", + "max": "27.613", + "min": "26.234", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "16.843", + "max": "18.131", + "min": "16.594", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "19.01", + "max": "19.144", + "min": "18.824", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "45.765", + "max": "48.638", + "min": "45.407", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "11.752", + "max": "18.027", + "min": "10.568", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "40.594", + "max": "94.732", + "min": "13.976", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "18.242", + "max": "20.977", + "min": "17.953", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "65.255", + "max": "65.757", + "min": "65.055", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "32.576", + "max": "51.079", + "min": "31.024", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "39.698", + "max": "40.683", + "min": "39.128", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "21.411", + "max": "21.747", + "min": "21.184", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "202.366", + "max": "217.463", + "min": "201.621", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "14.791", + "max": "16.696", + "min": "14.525", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "19.793", + "max": "22.01", + "min": "19.515", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "21.781", + "max": "22.876", + "min": "21.579", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "178.542", + "max": "185.614", + "min": "177.058", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "45.021", + "max": "47.545", + "min": "44.684", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "17.792", + "max": "24.35", + "min": "17.121", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "16.895", + "max": "19.391", + "min": "16.555", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "14.404", + "max": "15.154", + "min": "13.954", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "312.06", + "max": "312.703", + "min": "311.845", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "106.57", + "max": "112.99", + "min": "105.547", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.594", + "max": "228.292", + "min": "225.357", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "167.247", + "max": "168.099", + "min": "167.04", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "16.177", + "max": "17.044", + "min": "15.922", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "126.177", + "max": "127.162", + "min": "125.838", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "191.049", + "max": "198.338", + "min": "190.487", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "28.367", + "max": "31.021", + "min": "27.927", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "48.401", + "max": "50.042", + "min": "48.008", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "29.964", + "max": "38.127", + "min": "29.302", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "14.747", + "max": "20.774", + "min": "13.992", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "114.754", + "max": "121.372", + "min": "114.38", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "140.501", + "max": "140.987", + "min": "140.354", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "234.654", + "max": "235.405", + "min": "234.407", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "105.26", + "max": "107.23", + "min": "104.939", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "3.69", + "max": "4.391", + "min": "3.525", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "94.992", + "max": "95.304", + "min": "94.877", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "3.671", + "max": "4.111", + "min": "3.481", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "247.508", + "max": "248.161", + "min": "247.324", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "142.663", + "max": "146.026", + "min": "140.11", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.819", + "max": "37.154", + "min": "31.302", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "37.211", + "max": "39.705", + "min": "36.348", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "166.734", + "max": "172.851", + "min": "165.367", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "121.235", + "max": "123.791", + "min": "120.635", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "271.41", + "max": "276.591", + "min": "271", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "74.045", + "max": "76.08", + "min": "73.614", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "47.769", + "max": "48.432", + "min": "47.588", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "16.704", + "max": "17.727", + "min": "16.517", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "65.968", + "max": "66.885", + "min": "65.74", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "120.557", + "max": "124.517", + "min": "120.035", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "105.488", + "max": "107.03", + "min": "105.272", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "67.553", + "max": "70.676", + "min": "65.538", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "180.669", + "max": "182.07", + "min": "179.815", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "130.176", + "max": "131.815", + "min": "129.266", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "59.192", + "max": "60.402", + "min": "59.027", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "112.181", + "max": "114.937", + "min": "111.775", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "40.482", + "max": "44.684", + "min": "39.895", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "208.826", + "max": "215.304", + "min": "197.519", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "198.932", + "max": "198.932", + "min": "198.932", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "27.78", + "max": "29.124", + "min": "27.565", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "11.552", + "max": "11.953", + "min": "11.403", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "126.368", + "max": "136.407", + "min": "125.678", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "37.428", + "max": "46.162", + "min": "29.881", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "31.881", + "max": "32.506", + "min": "31.65", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "151.032", + "max": "154.221", + "min": "150.553", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "72.191", + "max": "73.558", + "min": "71.706", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "115.805", + "max": "127.93", + "min": "115.075", + "id": "35", + "country": "Switzerland", + "source_name": "Zurich", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "43": { + "name": "Bruges", + "data": { + "0": { + "avg": "233.967", + "max": "240.877", + "min": "233.448", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "269.039", + "max": "271.799", + "min": "268.43", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "94.885", + "max": "97.895", + "min": "94.211", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "32.556", + "max": "37.696", + "min": "30.642", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "18.16", + "max": "20.535", + "min": "17.508", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "238.792", + "max": "241.581", + "min": "238.159", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "10.145", + "max": "15.622", + "min": "9.087", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "275.93", + "max": "285.581", + "min": "274.635", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "51.606", + "max": "53.43", + "min": "51.216", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "35.977", + "max": "39.263", + "min": "35.254", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.621", + "max": "13.009", + "min": "9.917", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "119.698", + "max": "122.27", + "min": "118.885", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "77.458", + "max": "80.624", + "min": "77.063", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "78.345", + "max": "82.002", + "min": "77.841", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "114.461", + "max": "117.245", + "min": "114.059", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "85.272", + "max": "87.807", + "min": "84.365", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "40.065", + "max": "44.188", + "min": "39.473", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "100.387", + "max": "105.989", + "min": "99.866", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "19.907", + "max": "20.685", + "min": "19.635", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "27.08", + "max": "30.672", + "min": "26.314", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "286.175", + "max": "290.531", + "min": "285.579", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "95.264", + "max": "97.233", + "min": "94.742", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "144.466", + "max": "146.313", + "min": "143.889", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "149.532", + "max": "160.303", + "min": "147.947", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.912", + "max": "48.423", + "min": "40.693", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "23.73", + "max": "26.557", + "min": "22.844", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "30.041", + "max": "33.213", + "min": "29.575", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "54.225", + "max": "55.704", + "min": "53.851", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.268", + "max": "25.056", + "min": "17.482", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "149.572", + "max": "152.182", + "min": "149.115", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "254.943", + "max": "259.708", + "min": "254.441", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.618", + "max": "34.523", + "min": "29.729", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "151.679", + "max": "153.19", + "min": "151.267", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.807", + "max": "62.69", + "min": "59.268", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "27.107", + "max": "30.707", + "min": "26.306", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "253.257", + "max": "259.29", + "min": "252.576", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "150.51", + "max": "151.114", + "min": "150.304", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "136.673", + "max": "138.545", + "min": "136.049", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "114.616", + "max": "119.557", + "min": "113.99", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "100.953", + "max": "104.594", + "min": "100.184", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "153.092", + "max": "157.283", + "min": "152.262", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "0.052", + "max": "0.179", + "min": "0.022", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "51.87", + "max": "54.161", + "min": "51.448", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "38.788", + "max": "49.546", + "min": "38.104", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "215.102", + "max": "218.283", + "min": "214.476", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "39.381", + "max": "45.549", + "min": "38.327", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "40.095", + "max": "42.989", + "min": "39.195", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "169.62", + "max": "179.156", + "min": "168.566", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "245.039", + "max": "248.48", + "min": "244.466", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "120.164", + "max": "125.913", + "min": "119.674", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "85.924", + "max": "92.52", + "min": "85.383", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "144.581", + "max": "146.428", + "min": "143.912", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "45.579", + "max": "59.657", + "min": "31.576", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "105.698", + "max": "109.735", + "min": "105.09", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "143.506", + "max": "156.415", + "min": "139.839", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "275.916", + "max": "277.427", + "min": "275.364", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "43.373", + "max": "45.894", + "min": "42.336", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "295.591", + "max": "299.251", + "min": "295.089", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "41.036", + "max": "44.409", + "min": "40.315", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "19.996", + "max": "21.684", + "min": "19.499", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "70.237", + "max": "73.064", + "min": "69.349", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "75.181", + "max": "127.935", + "min": "70.533", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "229.379", + "max": "297.662", + "min": "218.956", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "276.041", + "max": "282.272", + "min": "275.31", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "55.247", + "max": "56.566", + "min": "55.019", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "43.49", + "max": "49.372", + "min": "42.652", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "80.447", + "max": "86.029", + "min": "79.25", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "52.495", + "max": "58.46", + "min": "51.439", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "211.254", + "max": "217.99", + "min": "209.754", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "119.717", + "max": "123.843", + "min": "119.175", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "265.144", + "max": "267.159", + "min": "264.418", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "147.875", + "max": "153.436", + "min": "146.619", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "157.066", + "max": "158.062", + "min": "156.577", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "101.522", + "max": "103.628", + "min": "101.187", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "48.09", + "max": "51.778", + "min": "47.327", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "16.186", + "max": "17.859", + "min": "15.681", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "95.245", + "max": "97.841", + "min": "94.735", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "156.86", + "max": "158.346", + "min": "156.437", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "96.427", + "max": "100.536", + "min": "95.815", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "91.126", + "max": "93.097", + "min": "90.552", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "151.92", + "max": "158.82", + "min": "151.119", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "94.274", + "max": "101.288", + "min": "93.326", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "257.57", + "max": "258.597", + "min": "256.689", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "149.161", + "max": "154.959", + "min": "148.317", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "143.461", + "max": "150.692", + "min": "142.68", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "71.909", + "max": "74.807", + "min": "71.182", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.984", + "max": "26.817", + "min": "18.487", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "111.205", + "max": "113.153", + "min": "110.7", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "101.501", + "max": "107.451", + "min": "100.339", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.951", + "max": "18.43", + "min": "14.368", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "105.961", + "max": "108.99", + "min": "104.722", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "145.61", + "max": "146.895", + "min": "145.251", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "34.475", + "max": "36.394", + "min": "34.054", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "276.269", + "max": "280.402", + "min": "275.64", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "82.616", + "max": "88.095", + "min": "81.694", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "116.328", + "max": "123.594", + "min": "115.081", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "154.924", + "max": "157.392", + "min": "154.38", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "136.139", + "max": "143.038", + "min": "134.741", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.284", + "max": "166.07", + "min": "152.188", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "92.824", + "max": "97.451", + "min": "91.835", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "107.94", + "max": "109.871", + "min": "107.413", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "150.646", + "max": "156.835", + "min": "149.5", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "51.735", + "max": "52.963", + "min": "51.487", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "305.433", + "max": "311.691", + "min": "304.115", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "102.468", + "max": "105.071", + "min": "101.551", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "334.285", + "max": "361.711", + "min": "280.232", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "170.894", + "max": "172.719", + "min": "170.405", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "86.474", + "max": "88.039", + "min": "86.089", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "110.446", + "max": "116.398", + "min": "107.947", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "141.71", + "max": "147.742", + "min": "140.676", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "308.483", + "max": "322.931", + "min": "307.652", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "273.643", + "max": "276.954", + "min": "272.947", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "78.026", + "max": "85.656", + "min": "77.263", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "143.816", + "max": "185.798", + "min": "141.34", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "377.573", + "max": "493.862", + "min": "190.495", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.773", + "max": "312.268", + "min": "74.01", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "164.974", + "max": "169.397", + "min": "164.082", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "237.629", + "max": "238.704", + "min": "237.202", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "113.034", + "max": "114.463", + "min": "112.656", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "117.24", + "max": "118.526", + "min": "116.639", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "119.48", + "max": "122.306", + "min": "118.982", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "199.124", + "max": "347.881", + "min": "111.127", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "201.653", + "max": "208.32", + "min": "201.215", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "58.215", + "max": "407.133", + "min": "44.314", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "42.481", + "max": "43.749", + "min": "42.225", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "107.438", + "max": "109.5", + "min": "106.646", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "78.89", + "max": "81.858", + "min": "78.298", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "246.427", + "max": "249.201", + "min": "245.97", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "137.237", + "max": "144.147", + "min": "136.579", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "177.211", + "max": "179.006", + "min": "176.506", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "110.497", + "max": "111.972", + "min": "109.779", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "97.461", + "max": "100.148", + "min": "96.653", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "108.003", + "max": "110.787", + "min": "107.344", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "281.053", + "max": "282.824", + "min": "280.285", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "126.71", + "max": "129.482", + "min": "125.994", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.511", + "max": "75.752", + "min": "73.072", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "129.446", + "max": "146.082", + "min": "126.271", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "129.057", + "max": "130.84", + "min": "128.472", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "100.93", + "max": "104.512", + "min": "100.556", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "77.594", + "max": "83.663", + "min": "75.741", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "31.715", + "max": "37.608", + "min": "30.716", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "186.071", + "max": "187.601", + "min": "185.361", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "48.52", + "max": "54.335", + "min": "47.735", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "42.59", + "max": "48.256", + "min": "41.837", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "187.094", + "max": "190.57", + "min": "186.58", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "12.496", + "max": "14.724", + "min": "11.976", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "47.12", + "max": "64.628", + "min": "45.538", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "141.973", + "max": "143.236", + "min": "141.746", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "11.918", + "max": "19.155", + "min": "11.186", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "13.904", + "max": "21.378", + "min": "12.875", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "25.293", + "max": "39.372", + "min": "23.481", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.901", + "max": "273.945", + "min": "266.236", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "46.852", + "max": "49.994", + "min": "46.328", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "28.122", + "max": "32.355", + "min": "27.472", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "88.28", + "max": "90.049", + "min": "87.646", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "158.932", + "max": "160.475", + "min": "158.244", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "43.747", + "max": "52.427", + "min": "42.672", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "317.702", + "max": "356.263", + "min": "310.946", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "118.308", + "max": "125.267", + "min": "117.852", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "251.549", + "max": "342.95", + "min": "241.826", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "122.64", + "max": "129.774", + "min": "121.659", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "384.177", + "max": "387.418", + "min": "383.509", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "46.502", + "max": "49.178", + "min": "46.087", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "79.603", + "max": "85.107", + "min": "78.826", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "111.901", + "max": "113.268", + "min": "111.58", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "175.406", + "max": "177.71", + "min": "174.791", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "101.449", + "max": "107.388", + "min": "100.727", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "136.175", + "max": "140.496", + "min": "135.724", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "269.357", + "max": "274.795", + "min": "265.155", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.489", + "max": "79.15", + "min": "75.648", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "90.146", + "max": "96.779", + "min": "89.644", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "24.593", + "max": "30.943", + "min": "23.223", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "278.064", + "max": "284.475", + "min": "276.861", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "22.429", + "max": "24.492", + "min": "21.887", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "29.204", + "max": "32.97", + "min": "28.547", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "40.255", + "max": "45.947", + "min": "39.264", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "30.694", + "max": "35.08", + "min": "29.663", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.153", + "max": "22.067", + "min": "14.274", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "71.157", + "max": "72.583", + "min": "70.538", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "50.322", + "max": "56.788", + "min": "49.74", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "66.503", + "max": "69.882", + "min": "65.798", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "52.525", + "max": "53.918", + "min": "51.934", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "11.209", + "max": "15.563", + "min": "10.538", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "15.496", + "max": "16.47", + "min": "15.19", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "8.042", + "max": "14.293", + "min": "7.255", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "39.816", + "max": "45.276", + "min": "39.035", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "63.081", + "max": "67.969", + "min": "61.951", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "37.711", + "max": "58.445", + "min": "35.836", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "46.338", + "max": "138.511", + "min": "18.25", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "10.428", + "max": "13.49", + "min": "9.809", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "64.703", + "max": "68.301", + "min": "64.115", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "43.875", + "max": "49.131", + "min": "43.227", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "49.595", + "max": "56.728", + "min": "48.699", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "12.32", + "max": "27.641", + "min": "11.314", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "272.967", + "max": "279.097", + "min": "271.813", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "21.952", + "max": "22.759", + "min": "21.631", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "32.63", + "max": "34.159", + "min": "32.217", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "30.016", + "max": "35.704", + "min": "28.885", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "177.326", + "max": "186.431", + "min": "175.141", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "59.937", + "max": "65.119", + "min": "57.367", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "9.378", + "max": "14.836", + "min": "7.545", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "8.341", + "max": "11.271", + "min": "7.836", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "9.192", + "max": "10.829", + "min": "8.625", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "273.8", + "max": "281.057", + "min": "272.398", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "84.562", + "max": "91.028", + "min": "83.256", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "226.46", + "max": "233.56", + "min": "219.755", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "149.662", + "max": "151.975", + "min": "149.216", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "13.654", + "max": "17.817", + "min": "12.949", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "205.731", + "max": "331.668", + "min": "146.89", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "154.148", + "max": "157.79", + "min": "153.507", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "41.542", + "max": "46.354", + "min": "40.903", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "64.252", + "max": "66.039", + "min": "63.852", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "13.565", + "max": "16.023", + "min": "13.117", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "11.497", + "max": "12.904", + "min": "10.94", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "99.826", + "max": "100.683", + "min": "99.641", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "113.781", + "max": "115.992", + "min": "113.281", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "277.144", + "max": "358.18", + "min": "273.863", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "81.094", + "max": "82.663", + "min": "80.602", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "35.547", + "max": "38.597", + "min": "35.078", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "79.763", + "max": "85.33", + "min": "78.524", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "28.228", + "max": "38.914", + "min": "27.328", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "267.248", + "max": "658.31", + "min": "246.881", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "122.929", + "max": "127.476", + "min": "119.559", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.583", + "max": "34.353", + "min": "31.243", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "48.954", + "max": "51.715", + "min": "47.925", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "156.951", + "max": "186.663", + "min": "154.007", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "117.226", + "max": "119.218", + "min": "116.605", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "267.564", + "max": "270.274", + "min": "267.039", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "96.142", + "max": "103.334", + "min": "94.868", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "48.216", + "max": "51.963", + "min": "47.742", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "18.126", + "max": "23.091", + "min": "16.746", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "62.135", + "max": "69.641", + "min": "61.171", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "90.775", + "max": "113.304", + "min": "89.075", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "89.345", + "max": "92.412", + "min": "88.596", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "69.688", + "max": "79.912", + "min": "67.311", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "166.289", + "max": "167.138", + "min": "165.9", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "87.813", + "max": "91.342", + "min": "86.791", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "137.759", + "max": "138.893", + "min": "137.184", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "122.431", + "max": "126.653", + "min": "121.542", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "23.502", + "max": "30.304", + "min": "22.599", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "186.026", + "max": "190.83", + "min": "185.252", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.323", + "max": "183.323", + "min": "183.323", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "18.751", + "max": "22.468", + "min": "18.225", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.454", + "max": "25.274", + "min": "22.006", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "106.024", + "max": "112.094", + "min": "104.993", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "28.049", + "max": "39.359", + "min": "19.473", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "41.068", + "max": "47.003", + "min": "40.253", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "192.239", + "max": "196.833", + "min": "191.592", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "113.89", + "max": "115.032", + "min": "113.247", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "102.467", + "max": "109.439", + "min": "101.223", + "id": "43", + "country": "Belgium", + "source_name": "Bruges", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "44": { + "name": "Lisbon", + "data": { + "0": { + "avg": "185.116", + "max": "185.346", + "min": "184.974", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "298.813", + "max": "299.128", + "min": "298.57", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "123.238", + "max": "123.497", + "min": "123.104", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "63.475", + "max": "68.389", + "min": "62.461", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "44.052", + "max": "44.523", + "min": "43.859", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "270.615", + "max": "271.471", + "min": "270.39", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "41.269", + "max": "42.149", + "min": "41.12", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "305.564", + "max": "312.549", + "min": "304.019", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "84.74", + "max": "85.709", + "min": "84.588", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "62.523", + "max": "63.443", + "min": "62.305", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "52.728", + "max": "52.989", + "min": "52.524", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "146.997", + "max": "147.26", + "min": "146.706", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "109.48", + "max": "109.806", + "min": "109.296", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "118.799", + "max": "119.046", + "min": "118.663", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "140.083", + "max": "140.863", + "min": "139.926", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "114.214", + "max": "114.633", + "min": "113.72", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "15.902", + "max": "16.135", + "min": "15.679", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "127.116", + "max": "128.295", + "min": "126.892", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "56.773", + "max": "57.592", + "min": "56.514", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "54.993", + "max": "55.315", + "min": "54.852", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "315.96", + "max": "316.943", + "min": "314.967", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "129.986", + "max": "130.322", + "min": "129.905", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "181.708", + "max": "181.861", + "min": "181.588", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "183.941", + "max": "186.037", + "min": "183.568", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "73.747", + "max": "75.953", + "min": "73.472", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "56.291", + "max": "56.562", + "min": "56.124", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "58.625", + "max": "60.493", + "min": "58.375", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "69.627", + "max": "71.102", + "min": "69.445", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "44.52", + "max": "44.705", + "min": "44.393", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "176.241", + "max": "178.028", + "min": "175.96", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "207.422", + "max": "207.835", + "min": "207.288", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "61.727", + "max": "61.998", + "min": "61.546", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "180.128", + "max": "180.439", + "min": "179.97", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "75.17", + "max": "75.404", + "min": "74.975", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "55.703", + "max": "56.64", + "min": "55.395", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "197.521", + "max": "198.182", + "min": "197.31", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "169.118", + "max": "169.218", + "min": "169.029", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "189.508", + "max": "190.669", + "min": "189.187", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "140.548", + "max": "142.057", + "min": "140.285", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "116.768", + "max": "117.334", + "min": "116.492", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "187.229", + "max": "190.23", + "min": "186.926", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "51.996", + "max": "55.328", + "min": "51.475", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "0.047", + "max": "0.059", + "min": "0.042", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "68.776", + "max": "75.127", + "min": "68.449", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "164.757", + "max": "165.034", + "min": "164.607", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "72.321", + "max": "72.938", + "min": "72", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "81.442", + "max": "82.264", + "min": "81.185", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "188.546", + "max": "189.101", + "min": "188.347", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "258.806", + "max": "259.128", + "min": "258.703", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "149.527", + "max": "149.941", + "min": "149.441", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "116.921", + "max": "117.186", + "min": "116.773", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "180.153", + "max": "180.576", + "min": "179.879", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "106.496", + "max": "133.829", + "min": "47.008", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.245", + "max": "139.394", + "min": "139.153", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "174.932", + "max": "182.959", + "min": "171.828", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "230.913", + "max": "232.318", + "min": "230.622", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "17.136", + "max": "20.028", + "min": "16.253", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "351.822", + "max": "352.321", + "min": "351.637", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "85.41", + "max": "86.944", + "min": "84.747", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "50.352", + "max": "50.688", + "min": "50.201", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "105.148", + "max": "106.125", + "min": "104.707", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "79.913", + "max": "142.571", + "min": "75.064", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "210.051", + "max": "222.556", + "min": "209.023", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "238.551", + "max": "239.331", + "min": "238.418", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "80.855", + "max": "81.082", + "min": "80.625", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "85.281", + "max": "85.566", + "min": "85.165", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "110.035", + "max": "110.422", + "min": "109.919", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "86.7", + "max": "87.211", + "min": "86.385", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "243.134", + "max": "244.773", + "min": "242.24", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "154.665", + "max": "155.168", + "min": "154.55", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "301.82", + "max": "303.386", + "min": "301.598", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "168.208", + "max": "169.841", + "min": "167.843", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "177.922", + "max": "179.368", + "min": "177.684", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "131.976", + "max": "132.225", + "min": "131.871", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "85.943", + "max": "86.701", + "min": "85.77", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "51.279", + "max": "51.531", + "min": "51.095", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "115.849", + "max": "116.042", + "min": "115.716", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "176.82", + "max": "177.201", + "min": "176.665", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "126.218", + "max": "142.178", + "min": "125.359", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "130.183", + "max": "130.384", + "min": "130.009", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "186.831", + "max": "186.977", + "min": "186.721", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "129.703", + "max": "130.573", + "min": "129.372", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "334.634", + "max": "336.828", + "min": "332.361", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "184.589", + "max": "185.776", + "min": "184.316", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "154.081", + "max": "154.262", + "min": "153.954", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "109.193", + "max": "110.388", + "min": "108.885", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "55.371", + "max": "55.826", + "min": "55.137", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "130.958", + "max": "131.17", + "min": "130.814", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "136.767", + "max": "137.057", + "min": "136.518", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "46.708", + "max": "51.407", + "min": "46.239", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "139.776", + "max": "141.601", + "min": "139.307", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "184.399", + "max": "184.694", + "min": "184.165", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "40.54", + "max": "40.873", + "min": "40.418", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "294.635", + "max": "294.922", + "min": "294.432", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "122.556", + "max": "122.756", + "min": "122.464", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "144.849", + "max": "145.223", + "min": "144.632", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "184.303", + "max": "184.913", + "min": "184.061", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "168.133", + "max": "173.288", + "min": "167.528", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "167.907", + "max": "168.133", + "min": "167.773", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "127.532", + "max": "128.309", + "min": "127.324", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "136.221", + "max": "136.404", + "min": "136.083", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "175.179", + "max": "175.411", + "min": "175.003", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "93.571", + "max": "95.818", + "min": "93.321", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "339.979", + "max": "347.303", + "min": "339.254", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "136.505", + "max": "137.501", + "min": "136.237", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "356.395", + "max": "368.359", + "min": "310.576", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "218.484", + "max": "221.716", + "min": "218.021", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "114.381", + "max": "115.441", + "min": "114.124", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "126.877", + "max": "127.097", + "min": "126.71", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "165.099", + "max": "167.876", + "min": "164.327", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "333.262", + "max": "333.502", + "min": "333.12", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "286.475", + "max": "286.777", + "min": "286.328", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "108.232", + "max": "108.397", + "min": "108.143", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "162.277", + "max": "183.422", + "min": "161.315", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "407.068", + "max": "524.033", + "min": "242.174", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "180.75", + "max": "262.089", + "min": "100.428", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "199.144", + "max": "199.638", + "min": "198.792", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "265.13", + "max": "268.387", + "min": "264.786", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "148.11", + "max": "148.366", + "min": "147.946", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "141.909", + "max": "143.229", + "min": "141.657", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "146.651", + "max": "146.982", + "min": "146.391", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "220.001", + "max": "376.208", + "min": "143.057", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "243.744", + "max": "244.129", + "min": "243.586", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "76.892", + "max": "155.398", + "min": "73.647", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "73.678", + "max": "73.911", + "min": "73.526", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "65.76", + "max": "68.874", + "min": "65.199", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "110.372", + "max": "110.564", + "min": "110.235", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "209.941", + "max": "212.189", + "min": "209.547", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "138.644", + "max": "138.887", + "min": "138.371", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "212.332", + "max": "212.593", + "min": "212.164", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "139.156", + "max": "139.371", + "min": "139.008", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "139.794", + "max": "140.019", + "min": "139.597", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "134.492", + "max": "134.992", + "min": "134.252", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "339.167", + "max": "340.436", + "min": "338.299", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "157.059", + "max": "157.952", + "min": "156.924", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "111.739", + "max": "117.106", + "min": "111.43", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "165.861", + "max": "173.07", + "min": "164.64", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "146.108", + "max": "146.453", + "min": "145.913", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "138.27", + "max": "138.602", + "min": "138.165", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "111.179", + "max": "111.476", + "min": "111.034", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "62.692", + "max": "63.016", + "min": "62.55", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "218.548", + "max": "219.827", + "min": "218.183", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "73.577", + "max": "73.926", + "min": "73.429", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "67.639", + "max": "67.981", + "min": "67.412", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "215.607", + "max": "227.207", + "min": "214.592", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "47.885", + "max": "55.586", + "min": "47.321", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "91.322", + "max": "95.296", + "min": "91", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "162.742", + "max": "163.032", + "min": "162.579", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "47.179", + "max": "47.306", + "min": "47.064", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "48.635", + "max": "48.869", + "min": "48.54", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "50.683", + "max": "62.32", + "min": "48.87", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "279.275", + "max": "279.48", + "min": "279.137", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "71.207", + "max": "74.092", + "min": "70.429", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "54.041", + "max": "98.451", + "min": "51.958", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "134.984", + "max": "135.377", + "min": "134.861", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "188.77", + "max": "189.01", + "min": "188.531", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "72.572", + "max": "73.909", + "min": "72.254", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "289.157", + "max": "341.36", + "min": "280.634", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "146.131", + "max": "146.349", + "min": "145.879", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "267.596", + "max": "376.112", + "min": "260.822", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "141.971", + "max": "142.267", + "min": "141.838", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "427.332", + "max": "428.128", + "min": "426.524", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "69.369", + "max": "69.744", + "min": "69.167", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "109.448", + "max": "111.38", + "min": "109.192", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "146.764", + "max": "147.279", + "min": "146.461", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "214.7", + "max": "214.812", + "min": "214.617", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "125.612", + "max": "126.058", + "min": "125.399", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "156.923", + "max": "157.124", + "min": "156.761", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "285.439", + "max": "294.59", + "min": "263.522", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "118.971", + "max": "119.152", + "min": "118.861", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "122.358", + "max": "122.666", + "min": "122.278", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "53.531", + "max": "55.508", + "min": "53.224", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "167.556", + "max": "168.624", + "min": "167.429", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "58.252", + "max": "59.876", + "min": "58.107", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "56.774", + "max": "57.498", + "min": "56.47", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "66.262", + "max": "89.143", + "min": "64.984", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "55.729", + "max": "56.086", + "min": "55.614", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "51.26", + "max": "51.917", + "min": "51.067", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "91.445", + "max": "91.862", + "min": "91.285", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "83.927", + "max": "84.11", + "min": "83.778", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "97.783", + "max": "98.025", + "min": "97.595", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "86.465", + "max": "87.467", + "min": "86.289", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "45.018", + "max": "46.453", + "min": "44.813", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "48.324", + "max": "48.514", + "min": "48.202", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "46.946", + "max": "47.152", + "min": "46.811", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "56.123", + "max": "56.398", + "min": "55.944", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "90.81", + "max": "92.367", + "min": "90.449", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "66.759", + "max": "70.286", + "min": "65.6", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "73.274", + "max": "139.278", + "min": "50.391", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "45.656", + "max": "45.976", + "min": "45.453", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "105.742", + "max": "106.123", + "min": "105.572", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "72.033", + "max": "78.309", + "min": "71.362", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "77.875", + "max": "78.39", + "min": "77.434", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "47.517", + "max": "47.834", + "min": "47.265", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "308.366", + "max": "308.746", + "min": "308.194", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "49.566", + "max": "50.119", + "min": "49.403", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "64.999", + "max": "65.39", + "min": "64.776", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "70.097", + "max": "70.279", + "min": "69.977", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "197.846", + "max": "204.361", + "min": "195.683", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "89.811", + "max": "90.073", + "min": "89.675", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "48.179", + "max": "57.712", + "min": "47.652", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "47.631", + "max": "48.125", + "min": "47.344", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "43.338", + "max": "43.624", + "min": "43.208", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "280.842", + "max": "293.781", + "min": "277.685", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "116.09", + "max": "122.191", + "min": "114.819", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "289.692", + "max": "301.072", + "min": "242.917", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "187.705", + "max": "188.055", + "min": "187.578", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "44.189", + "max": "44.534", + "min": "44.064", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "168.673", + "max": "169.205", + "min": "168.435", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "177.276", + "max": "177.91", + "min": "176.98", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "66.372", + "max": "66.745", + "min": "66.201", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "95.473", + "max": "96.331", + "min": "95.248", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "51.209", + "max": "52.242", + "min": "50.785", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "46.583", + "max": "47.624", + "min": "46.269", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "130.724", + "max": "130.88", + "min": "130.644", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "146.994", + "max": "147.896", + "min": "146.825", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "208.894", + "max": "210.115", + "min": "208.677", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "115.788", + "max": "116.178", + "min": "115.648", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "48.445", + "max": "48.844", + "min": "48.313", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "112.476", + "max": "112.558", + "min": "112.409", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "47.126", + "max": "47.427", + "min": "46.952", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "253.3", + "max": "253.726", + "min": "253.144", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "157.232", + "max": "161.456", + "min": "154.529", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "61.223", + "max": "61.675", + "min": "61.055", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "72.535", + "max": "73.729", + "min": "72.112", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "185.991", + "max": "188.144", + "min": "184.823", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "69.953", + "max": "71.916", + "min": "69.504", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "267.81", + "max": "268.26", + "min": "267.624", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "125.294", + "max": "125.702", + "min": "125.059", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "77.068", + "max": "77.242", + "min": "76.926", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "47.205", + "max": "47.507", + "min": "47.1", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "107.424", + "max": "107.683", + "min": "107.339", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "120.738", + "max": "128.981", + "min": "120.052", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "120.711", + "max": "120.891", + "min": "120.599", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "93.461", + "max": "98.265", + "min": "91.255", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "203.658", + "max": "205.93", + "min": "203.37", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "133.359", + "max": "134.845", + "min": "132.453", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "95.67", + "max": "96.154", + "min": "95.506", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "140.04", + "max": "140.338", + "min": "139.864", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "58.835", + "max": "62.557", + "min": "58.506", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "282.988", + "max": "283.301", + "min": "282.786", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "209.408", + "max": "209.408", + "min": "209.408", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "55.375", + "max": "55.571", + "min": "55.286", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "50.522", + "max": "50.662", + "min": "50.452", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "151.982", + "max": "152.54", + "min": "151.822", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "60.403", + "max": "72.323", + "min": "52.536", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "63.854", + "max": "64.127", + "min": "63.732", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "154.619", + "max": "156.186", + "min": "154.36", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "119.008", + "max": "120.426", + "min": "118.645", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "131.377", + "max": "131.498", + "min": "131.29", + "id": "44", + "country": "Portugal", + "source_name": "Lisbon", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "45": { + "name": "Helsinki", + "data": { + "0": { + "avg": "230.294", + "max": "283.914", + "min": "227.862", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "259.707", + "max": "262.136", + "min": "259.425", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.795", + "max": "112.11", + "min": "111.613", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "38.684", + "max": "62.236", + "min": "36.778", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "34.097", + "max": "46.119", + "min": "33.402", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "242.947", + "max": "243.895", + "min": "242.59", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "27.507", + "max": "30.277", + "min": "27.304", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "296.239", + "max": "308.153", + "min": "293.705", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "16.699", + "max": "29.099", + "min": "16.191", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "7.642", + "max": "8.596", + "min": "7.411", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "33.793", + "max": "34.005", + "min": "33.66", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "139.924", + "max": "143.322", + "min": "139.271", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "108.97", + "max": "139.97", + "min": "107.693", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "139.04", + "max": "157.238", + "min": "118.637", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "132.371", + "max": "132.754", + "min": "132.196", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "109.143", + "max": "125.211", + "min": "107.844", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "50.835", + "max": "53.696", + "min": "50.361", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "118.358", + "max": "121.3", + "min": "117.821", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "44.643", + "max": "44.84", + "min": "44.483", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "32.72", + "max": "36.732", + "min": "32.106", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "287.78", + "max": "289.436", + "min": "287.499", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "123.756", + "max": "130.49", + "min": "123.191", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "163.025", + "max": "166.84", + "min": "162.701", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "159.077", + "max": "169.664", + "min": "158.457", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "8.377", + "max": "25.747", + "min": "7.27", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.683", + "max": "28.239", + "min": "27.462", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "40.927", + "max": "42.599", + "min": "40.602", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "32.645", + "max": "33.091", + "min": "32.547", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "41.444", + "max": "46.484", + "min": "41.048", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "160.149", + "max": "164.787", + "min": "159.518", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "183.333", + "max": "186.775", + "min": "183.026", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "56.364", + "max": "57.307", + "min": "56.157", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.266", + "max": "193.613", + "min": "164.306", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "52.653", + "max": "83.886", + "min": "51.35", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "40.215", + "max": "53.345", + "min": "38.451", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "179.946", + "max": "182.806", + "min": "179.373", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "163.153", + "max": "163.532", + "min": "163.087", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "163.115", + "max": "174.98", + "min": "162.36", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "134.421", + "max": "137.494", + "min": "134.149", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "110.364", + "max": "113.027", + "min": "109.979", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "180.648", + "max": "189.264", + "min": "179.891", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "39.308", + "max": "47.897", + "min": "38.159", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "68.581", + "max": "68.893", + "min": "68.456", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "0.059", + "max": "0.262", + "min": "0.028", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "156.576", + "max": "158.592", + "min": "156.354", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "43.471", + "max": "51.948", + "min": "42.294", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "19.418", + "max": "24.173", + "min": "19.085", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "200.343", + "max": "201.976", + "min": "200.129", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "278.402", + "max": "284.574", + "min": "277.289", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "144.991", + "max": "164.823", + "min": "143.307", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "109.913", + "max": "110.203", + "min": "109.701", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "168.956", + "max": "174.412", + "min": "168.338", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.455", + "max": "141.914", + "min": "38.183", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "131.335", + "max": "132.769", + "min": "131.156", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "167.801", + "max": "189.899", + "min": "163.427", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "278.623", + "max": "284.46", + "min": "278.123", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "64.6", + "max": "70.918", + "min": "63.311", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "317.836", + "max": "318.05", + "min": "317.7", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "37.201", + "max": "41.444", + "min": "36.669", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "37.321", + "max": "52.102", + "min": "36.434", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "77.366", + "max": "83.758", + "min": "76.549", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "87.961", + "max": "132.852", + "min": "84.979", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "204.912", + "max": "283.465", + "min": "200.956", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "226.246", + "max": "226.928", + "min": "226.033", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "60.29", + "max": "61.059", + "min": "60.006", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "49.435", + "max": "50.704", + "min": "49.071", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "105.013", + "max": "115.597", + "min": "104.466", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "50.212", + "max": "52.041", + "min": "49.804", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "236.342", + "max": "238.541", + "min": "235.692", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "155.951", + "max": "173.132", + "min": "154.887", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "271.022", + "max": "275.266", + "min": "270.411", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "167.204", + "max": "169.895", + "min": "166.906", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "182.605", + "max": "183.641", + "min": "182.364", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "123.402", + "max": "123.594", + "min": "123.183", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "75.965", + "max": "77.227", + "min": "75.738", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "40.167", + "max": "43.789", + "min": "39.829", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "121.01", + "max": "135.203", + "min": "120.379", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "155.666", + "max": "169.271", + "min": "154.779", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "127.941", + "max": "133.54", + "min": "127.4", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "122.052", + "max": "124.646", + "min": "121.704", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "159.562", + "max": "184.248", + "min": "158.426", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "126.106", + "max": "127.202", + "min": "125.796", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "201.632", + "max": "205.786", + "min": "201.292", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "170.495", + "max": "179.546", + "min": "168.559", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "166.381", + "max": "220.822", + "min": "162.607", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "84.801", + "max": "85.734", + "min": "84.51", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "45.013", + "max": "46.901", + "min": "44.512", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "128.351", + "max": "128.621", + "min": "128.248", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "122.955", + "max": "133.017", + "min": "122.363", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "38.993", + "max": "43.742", + "min": "38.696", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "132.988", + "max": "141.701", + "min": "131.814", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "166.408", + "max": "167.616", + "min": "166.161", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "56.722", + "max": "57.862", + "min": "56.547", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "263.337", + "max": "266.396", + "min": "262.851", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "110.64", + "max": "116.099", + "min": "110.303", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "133.56", + "max": "133.823", + "min": "133.428", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "174.53", + "max": "175.04", + "min": "174.215", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "160.259", + "max": "172.539", + "min": "159.115", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "171.937", + "max": "172.407", + "min": "171.773", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "126.113", + "max": "142.571", + "min": "125.35", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "132.201", + "max": "156.965", + "min": "130.49", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "173.595", + "max": "176.082", + "min": "173.076", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "57.569", + "max": "72.58", + "min": "56.823", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "335.269", + "max": "343.038", + "min": "333.978", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "128.283", + "max": "152.17", + "min": "127.048", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "395.136", + "max": "407.094", + "min": "383.832", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "193.001", + "max": "204.065", + "min": "191.516", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "107.989", + "max": "117.845", + "min": "107.163", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "119.866", + "max": "119.977", + "min": "119.776", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "163.113", + "max": "168.29", + "min": "162.015", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "311.082", + "max": "318.214", + "min": "310.663", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "300.982", + "max": "309.673", + "min": "300.207", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "99.442", + "max": "99.547", + "min": "99.361", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "202.845", + "max": "205.295", + "min": "202.443", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "381.176", + "max": "487.118", + "min": "219.081", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "162.871", + "max": "246.711", + "min": "69.225", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "191.891", + "max": "203.851", + "min": "190.617", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "244.917", + "max": "250.56", + "min": "244.322", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "151.093", + "max": "183.777", + "min": "148.659", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "135.052", + "max": "137.261", + "min": "134.704", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "139.468", + "max": "140.493", + "min": "139.185", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "218.723", + "max": "370.526", + "min": "138.992", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "211.502", + "max": "225.324", + "min": "210.366", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "19.602", + "max": "95.023", + "min": "16.488", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "7.589", + "max": "15.753", + "min": "6.999", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "18.138", + "max": "39.86", + "min": "16.614", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "101.327", + "max": "132.515", + "min": "99.763", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "188.196", + "max": "188.662", + "min": "188.031", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "124.458", + "max": "150.563", + "min": "123.228", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "191.022", + "max": "192.249", + "min": "190.719", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "127.412", + "max": "139.716", + "min": "126.585", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "133.337", + "max": "134.286", + "min": "133.195", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "131.971", + "max": "133.061", + "min": "131.716", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "351.129", + "max": "352.895", + "min": "350.409", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "145.596", + "max": "150.561", + "min": "145.33", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "102.271", + "max": "118.798", + "min": "100.292", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "155.899", + "max": "175.302", + "min": "154.194", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "138.052", + "max": "150.394", + "min": "137.375", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "134.836", + "max": "137.565", + "min": "134.26", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "103.41", + "max": "119.268", + "min": "102.586", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "37.816", + "max": "38.208", + "min": "37.695", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "196.614", + "max": "201.611", + "min": "195.874", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "6.179", + "max": "8.638", + "min": "5.962", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "39.917", + "max": "48.287", + "min": "39.013", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "205.266", + "max": "216.065", + "min": "203.563", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "31.601", + "max": "41.503", + "min": "30.952", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "42.928", + "max": "49.106", + "min": "42.518", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "163.209", + "max": "169.843", + "min": "162.675", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "33.905", + "max": "41.996", + "min": "33.502", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "34.1", + "max": "37.751", + "min": "33.789", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "30.685", + "max": "45.783", + "min": "28.867", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "236.299", + "max": "236.547", + "min": "236.175", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "46.618", + "max": "47.102", + "min": "46.431", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "39.448", + "max": "44.06", + "min": "38.743", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "115.421", + "max": "150.941", + "min": "111.689", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "164.751", + "max": "166.079", + "min": "164.207", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "27.434", + "max": "31.858", + "min": "26.938", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "231.468", + "max": "269.007", + "min": "220.641", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "146.164", + "max": "146.732", + "min": "145.921", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "256.768", + "max": "364.765", + "min": "249.605", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "147.452", + "max": "153.107", + "min": "146.856", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "222.082", + "max": "234.579", + "min": "220.908", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "12.12", + "max": "23.005", + "min": "11.497", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "103.806", + "max": "104.684", + "min": "103.672", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "83.808", + "max": "121.247", + "min": "82.38", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "189.441", + "max": "191.198", + "min": "189.122", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "68.52", + "max": "85.449", + "min": "67.576", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "173.568", + "max": "174.431", + "min": "173.291", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "217.643", + "max": "232.798", + "min": "205.283", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "109.321", + "max": "113.927", + "min": "108.863", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "120.506", + "max": "127.268", + "min": "120.221", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "33.166", + "max": "35.97", + "min": "32.707", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "166.419", + "max": "175.76", + "min": "165.757", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "41.077", + "max": "42.67", + "min": "40.811", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "37.064", + "max": "48.579", + "min": "36.321", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "55.504", + "max": "67.694", + "min": "54.825", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "40.471", + "max": "48.102", + "min": "39.962", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "39.906", + "max": "45.306", + "min": "39.434", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "77.891", + "max": "78.76", + "min": "77.668", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "59.928", + "max": "61.61", + "min": "59.799", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "35.941", + "max": "42.41", + "min": "35.622", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.833", + "max": "70.686", + "min": "68.61", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "28.992", + "max": "60.283", + "min": "26.106", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "29.763", + "max": "29.895", + "min": "29.698", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "43.353", + "max": "43.918", + "min": "43.237", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "29.875", + "max": "31.055", + "min": "29.656", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "88.177", + "max": "90.619", + "min": "87.749", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "46.345", + "max": "86.917", + "min": "43.088", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "47.985", + "max": "63.594", + "min": "34.445", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "31.551", + "max": "31.933", + "min": "31.266", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "87.602", + "max": "96.78", + "min": "86.952", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "33.65", + "max": "41.92", + "min": "32.869", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "57.631", + "max": "84.988", + "min": "56.236", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "34.443", + "max": "55.088", + "min": "32.974", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "231.614", + "max": "259.426", + "min": "230.314", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "36.672", + "max": "40.088", + "min": "36.273", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "40.31", + "max": "55.851", + "min": "39.195", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "46.056", + "max": "68.003", + "min": "45.109", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "189.992", + "max": "194.924", + "min": "188.668", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "67.675", + "max": "77.354", + "min": "66.736", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "31.277", + "max": "38.432", + "min": "30.513", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "28.327", + "max": "29.883", + "min": "28.169", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "27.419", + "max": "27.695", + "min": "27.185", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "325.243", + "max": "338.538", + "min": "323.848", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "105.262", + "max": "135.929", + "min": "103.454", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "230.651", + "max": "240.395", + "min": "222.311", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "177.983", + "max": "191.966", + "min": "177.251", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "33.083", + "max": "65.506", + "min": "30.274", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "128.422", + "max": "137.128", + "min": "127.615", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "187.273", + "max": "192.078", + "min": "186.775", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "47.239", + "max": "48.446", + "min": "46.895", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "87.802", + "max": "89.044", + "min": "87.435", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "36.84", + "max": "45.003", + "min": "36.083", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "30.785", + "max": "68.061", + "min": "29.031", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "123.499", + "max": "124.203", + "min": "123.361", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "133.057", + "max": "157.129", + "min": "131.131", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "265.248", + "max": "292.967", + "min": "263.27", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "189.046", + "max": "190.117", + "min": "188.922", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "37.808", + "max": "38.391", + "min": "37.581", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "107.766", + "max": "109.379", + "min": "107.571", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "36.818", + "max": "38.64", + "min": "36.625", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "227.838", + "max": "237.613", + "min": "226.654", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "157.119", + "max": "165.527", + "min": "152.257", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "48.583", + "max": "66.495", + "min": "47.311", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "62.161", + "max": "66.095", + "min": "61.044", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "180.671", + "max": "183.439", + "min": "179.668", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "131.818", + "max": "132.598", + "min": "131.414", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "206.346", + "max": "234.811", + "min": "203.182", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "100.843", + "max": "101.683", + "min": "100.592", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "60.644", + "max": "90.921", + "min": "58.749", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "36.261", + "max": "41.655", + "min": "35.911", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "81.064", + "max": "83.188", + "min": "80.849", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "117.543", + "max": "131.139", + "min": "116.501", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "111.3", + "max": "114.424", + "min": "111.061", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "89.291", + "max": "91.346", + "min": "87.293", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "210.912", + "max": "227.885", + "min": "198.42", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "124.428", + "max": "132.664", + "min": "122.464", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "84.697", + "max": "111.795", + "min": "83.05", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "127.599", + "max": "127.889", + "min": "127.341", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "45.115", + "max": "51.933", + "min": "44.478", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "249.437", + "max": "262.835", + "min": "247.479", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "214.047", + "max": "214.047", + "min": "214.047", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "39.042", + "max": "47.614", + "min": "37.541", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "29.745", + "max": "33.608", + "min": "29.348", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "136.641", + "max": "153.901", + "min": "135.809", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "54.208", + "max": "69.639", + "min": "45.02", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "43.271", + "max": "44.287", + "min": "43.157", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "185.623", + "max": "186.183", + "min": "185.414", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "93.132", + "max": "104.348", + "min": "92.142", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "128.091", + "max": "131.59", + "min": "127.765", + "id": "45", + "country": "Finland", + "source_name": "Helsinki", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "47": { + "name": "Budapest", + "data": { + "0": { + "avg": "241.758", + "max": "242.516", + "min": "241.32", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "282.87", + "max": "288.441", + "min": "282.184", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "126.484", + "max": "127.161", + "min": "126.075", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "10.421", + "max": "17.578", + "min": "9.627", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "30.264", + "max": "31.026", + "min": "29.898", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "266.919", + "max": "267.617", + "min": "266.56", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "32.21", + "max": "32.912", + "min": "31.762", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "298.211", + "max": "301.475", + "min": "297.271", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "60.385", + "max": "61.131", + "min": "59.969", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "43.179", + "max": "49.114", + "min": "42.588", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "31.095", + "max": "31.802", + "min": "30.644", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "174.542", + "max": "188.049", + "min": "173.702", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "103.232", + "max": "103.993", + "min": "102.879", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.771", + "max": "113.614", + "min": "112.376", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.833", + "max": "132.44", + "min": "129.435", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "110.879", + "max": "111.955", + "min": "110.174", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "40.976", + "max": "41.697", + "min": "40.467", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "116.393", + "max": "118.235", + "min": "115.995", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "44.785", + "max": "45.555", + "min": "44.456", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "8.897", + "max": "9.507", + "min": "8.684", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "301.25", + "max": "301.937", + "min": "300.951", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "125.014", + "max": "125.781", + "min": "124.688", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "170.044", + "max": "170.7", + "min": "169.677", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "175.222", + "max": "177.463", + "min": "174.79", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.769", + "max": "46.392", + "min": "40.976", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "38.038", + "max": "38.71", + "min": "37.825", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "30.021", + "max": "32.878", + "min": "29.521", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "13.692", + "max": "16.314", + "min": "13.281", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "19.866", + "max": "20.563", + "min": "19.465", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "166.944", + "max": "167.557", + "min": "166.487", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "272.884", + "max": "273.596", + "min": "272.574", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.794", + "max": "40.791", + "min": "39.366", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "189.582", + "max": "190.347", + "min": "189.137", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "43.297", + "max": "43.983", + "min": "43.029", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "24.277", + "max": "29.465", + "min": "23.809", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "184.118", + "max": "186.617", + "min": "183.655", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "177.214", + "max": "177.85", + "min": "176.793", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "179.475", + "max": "180.214", + "min": "179.078", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "138.694", + "max": "139.456", + "min": "138.274", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "120.738", + "max": "129.388", + "min": "119.873", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "175.743", + "max": "181.175", + "min": "174.928", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "38.961", + "max": "41.393", + "min": "38.22", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "72.327", + "max": "72.978", + "min": "72.02", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "42.738", + "max": "46.809", + "min": "42.243", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "157.148", + "max": "157.989", + "min": "156.903", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "0.02", + "max": "0.078", + "min": "0.014", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "44.501", + "max": "45.22", + "min": "44.137", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "196.804", + "max": "197.733", + "min": "196.431", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "256.271", + "max": "257.445", + "min": "255.82", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "145.038", + "max": "145.756", + "min": "144.795", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "117.221", + "max": "117.89", + "min": "116.9", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "179.504", + "max": "180.117", + "min": "178.917", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "41.251", + "max": "51.325", + "min": "36.565", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "133.426", + "max": "134.074", + "min": "133.106", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "170.217", + "max": "193.911", + "min": "164.985", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "280.27", + "max": "280.829", + "min": "279.914", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "54.105", + "max": "55.079", + "min": "53.017", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "313.933", + "max": "314.487", + "min": "313.632", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "23.394", + "max": "24.652", + "min": "22.868", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "28.273", + "max": "29.027", + "min": "27.918", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "74.367", + "max": "79.223", + "min": "73.447", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "87.528", + "max": "145.433", + "min": "81.667", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "312.883", + "max": "399.738", + "min": "304.128", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "219.474", + "max": "220.245", + "min": "219.174", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "54.875", + "max": "55.526", + "min": "54.362", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.389", + "max": "35.902", + "min": "35.087", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "105.179", + "max": "105.967", + "min": "104.844", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "23.43", + "max": "24.189", + "min": "22.868", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "250.768", + "max": "253.24", + "min": "249.732", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "155.592", + "max": "160.488", + "min": "155.018", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "273.117", + "max": "274.183", + "min": "272.691", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "163.029", + "max": "163.7", + "min": "162.553", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "185.188", + "max": "185.814", + "min": "184.785", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "126.066", + "max": "126.878", + "min": "125.795", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "71.54", + "max": "72.476", + "min": "71.059", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "41.901", + "max": "42.69", + "min": "41.549", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "121.083", + "max": "121.79", + "min": "120.731", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "192.581", + "max": "196.023", + "min": "192.025", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "129.751", + "max": "130.662", + "min": "129.338", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "131.104", + "max": "131.939", + "min": "130.737", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.161", + "max": "162.014", + "min": "160.801", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "108.45", + "max": "109.745", + "min": "107.957", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "361.871", + "max": "375.583", + "min": "298.118", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "163.715", + "max": "164.408", + "min": "163.397", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "151.805", + "max": "152.441", + "min": "151.447", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "85.324", + "max": "86.909", + "min": "84.79", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "41.533", + "max": "47.168", + "min": "40.829", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "130.944", + "max": "131.683", + "min": "130.577", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "138.687", + "max": "139.609", + "min": "138.251", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "36.589", + "max": "44.203", + "min": "35.749", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "142.08", + "max": "143.856", + "min": "141.256", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "178.187", + "max": "178.862", + "min": "177.778", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "61.135", + "max": "61.705", + "min": "60.798", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "303.203", + "max": "303.867", + "min": "302.812", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "111.512", + "max": "112.256", + "min": "111.059", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "140.83", + "max": "142.271", + "min": "140.239", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "183.527", + "max": "184.074", + "min": "183.113", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "178.546", + "max": "215.832", + "min": "176.208", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "187.261", + "max": "187.954", + "min": "186.85", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "130.275", + "max": "131.974", + "min": "129.757", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "133.648", + "max": "134.353", + "min": "133.331", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "186.953", + "max": "187.629", + "min": "186.463", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "31.139", + "max": "31.846", + "min": "30.812", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "343.105", + "max": "347.078", + "min": "342.262", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "137.926", + "max": "138.904", + "min": "137.54", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "344.285", + "max": "355.906", + "min": "300.862", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "237.891", + "max": "239.192", + "min": "237.354", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "108.462", + "max": "109.28", + "min": "108.079", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "119.568", + "max": "120.212", + "min": "119.093", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "163.387", + "max": "166.658", + "min": "162.205", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "326.065", + "max": "326.829", + "min": "325.806", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "314.144", + "max": "321.203", + "min": "308.685", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "102.686", + "max": "103.237", + "min": "102.344", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "159.56", + "max": "192.927", + "min": "157.994", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "381.697", + "max": "488.671", + "min": "185.313", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "137.955", + "max": "252.835", + "min": "57.068", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "179.094", + "max": "180.978", + "min": "178.513", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "247.472", + "max": "248.873", + "min": "246.905", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "146.297", + "max": "147.142", + "min": "145.967", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "142.544", + "max": "144.509", + "min": "141.924", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "140.928", + "max": "141.668", + "min": "140.432", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "208.083", + "max": "354.464", + "min": "128.364", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "219.047", + "max": "219.595", + "min": "218.761", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "68.113", + "max": "277.326", + "min": "55.077", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "55.114", + "max": "56.026", + "min": "54.807", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "43.157", + "max": "44.834", + "min": "42.462", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "104.88", + "max": "106.748", + "min": "100.805", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "181.191", + "max": "182.031", + "min": "180.758", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "139.428", + "max": "140.347", + "min": "139.064", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "207.983", + "max": "215.713", + "min": "207.347", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "137.567", + "max": "138.122", + "min": "137.108", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "135.24", + "max": "136.025", + "min": "134.882", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "129.903", + "max": "130.766", + "min": "129.444", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "299.684", + "max": "300.957", + "min": "298.939", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "175.518", + "max": "176.154", + "min": "175.143", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "110.867", + "max": "111.57", + "min": "110.452", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "190.081", + "max": "204.184", + "min": "188.317", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "141.775", + "max": "142.363", + "min": "141.366", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "135.113", + "max": "135.878", + "min": "134.78", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "112.351", + "max": "113.143", + "min": "112.035", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "10.365", + "max": "14.541", + "min": "9.875", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "199.566", + "max": "203.174", + "min": "198.995", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "51.606", + "max": "52.266", + "min": "51.361", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "14.473", + "max": "15.03", + "min": "14.039", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.514", + "max": "214.621", + "min": "210.99", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "27.364", + "max": "30.29", + "min": "26.81", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "13.945", + "max": "15.124", + "min": "13.558", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "157.494", + "max": "158.999", + "min": "157.076", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "33.29", + "max": "34.018", + "min": "33.027", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "34.893", + "max": "35.652", + "min": "34.553", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "24.336", + "max": "35.009", + "min": "22.561", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "308.317", + "max": "309.096", + "min": "308.078", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "10.178", + "max": "12.778", + "min": "9.657", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "30.128", + "max": "30.647", + "min": "29.763", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "117.224", + "max": "117.974", + "min": "116.852", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "167.548", + "max": "168.246", + "min": "166.974", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.031", + "max": "49.801", + "min": "48.398", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "245.091", + "max": "286.992", + "min": "237.339", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "151.011", + "max": "151.655", + "min": "150.523", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "275.577", + "max": "369.888", + "min": "267.498", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "157.473", + "max": "158.342", + "min": "157.07", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "412.1", + "max": "414.338", + "min": "411.533", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "35.169", + "max": "35.878", + "min": "34.822", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "103.158", + "max": "104.151", + "min": "102.778", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "115.654", + "max": "116.424", + "min": "115.289", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "188.94", + "max": "189.669", + "min": "188.524", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "108.456", + "max": "109.229", + "min": "108.106", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "177.427", + "max": "179.051", + "min": "176.899", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "306.188", + "max": "313.354", + "min": "305.453", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "116.514", + "max": "117.122", + "min": "116.175", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "116.773", + "max": "117.57", + "min": "116.499", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "30.253", + "max": "32.73", + "min": "29.687", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "308.175", + "max": "309.007", + "min": "307.888", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "42.734", + "max": "44.353", + "min": "42.183", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "24.357", + "max": "27.12", + "min": "23.872", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "41.296", + "max": "51.826", + "min": "40.507", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "30.227", + "max": "30.902", + "min": "29.864", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "37.322", + "max": "40.997", + "min": "36.735", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "74.011", + "max": "74.788", + "min": "73.631", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "29.777", + "max": "30.349", + "min": "29.341", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "78.338", + "max": "91.519", + "min": "77.061", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "50.242", + "max": "50.983", + "min": "49.786", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "31.477", + "max": "32.351", + "min": "31.014", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "35.829", + "max": "36.395", + "min": "35.399", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "32.126", + "max": "32.884", + "min": "31.782", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "22.256", + "max": "23.031", + "min": "21.999", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "61.148", + "max": "62.765", + "min": "60.619", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "36.983", + "max": "56.487", + "min": "34.611", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "63.765", + "max": "122.232", + "min": "29.868", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "37.88", + "max": "38.634", + "min": "37.547", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "61.786", + "max": "62.804", + "min": "61.261", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.143", + "max": "61.671", + "min": "44.696", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "21.611", + "max": "22.607", + "min": "21.192", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "34.225", + "max": "58.234", + "min": "32.552", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "206.465", + "max": "217.892", + "min": "205.697", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "24.67", + "max": "25.668", + "min": "24.28", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "35.136", + "max": "35.753", + "min": "34.773", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "26.424", + "max": "27.212", + "min": "26.093", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "203.255", + "max": "208.95", + "min": "201.904", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "40.132", + "max": "40.736", + "min": "39.828", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "36.363", + "max": "41.955", + "min": "35.687", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "28.804", + "max": "29.527", + "min": "28.43", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "33.219", + "max": "34.045", + "min": "32.779", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "331.093", + "max": "339.826", + "min": "329.98", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "106.826", + "max": "109.069", + "min": "106.132", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "323.537", + "max": "341.714", + "min": "240.49", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "164.674", + "max": "165.254", + "min": "164.196", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "41.255", + "max": "42.874", + "min": "40.792", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "146.992", + "max": "148.622", + "min": "146.603", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "182.292", + "max": "183.055", + "min": "181.851", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "45.355", + "max": "46.129", + "min": "44.98", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "59.27", + "max": "61.692", + "min": "58.858", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "37.546", + "max": "38.994", + "min": "36.873", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "28.803", + "max": "31.347", + "min": "28.223", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "132.756", + "max": "133.448", + "min": "132.412", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "133.169", + "max": "134.117", + "min": "132.787", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "361.232", + "max": "448.85", + "min": "353.586", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "197.914", + "max": "198.552", + "min": "197.598", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "31.661", + "max": "32.362", + "min": "31.334", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "109.604", + "max": "110.331", + "min": "109.277", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "22.134", + "max": "22.735", + "min": "21.537", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "227.102", + "max": "237.204", + "min": "226.342", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "151.705", + "max": "156.634", + "min": "148.649", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "47.956", + "max": "48.699", + "min": "47.643", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "68.981", + "max": "69.62", + "min": "68.26", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "181.326", + "max": "189.304", + "min": "179.75", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "130.264", + "max": "131.6", + "min": "129.49", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "265.529", + "max": "266.344", + "min": "265.151", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "86.587", + "max": "87.454", + "min": "86.119", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "52.399", + "max": "53.076", + "min": "52.12", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "35.132", + "max": "35.827", + "min": "34.786", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "68.336", + "max": "69.033", + "min": "68.029", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "122.835", + "max": "124.385", + "min": "122.233", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "120.813", + "max": "121.408", + "min": "120.354", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "86.48", + "max": "88.802", + "min": "84.254", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "189.128", + "max": "190.107", + "min": "188.739", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "122.015", + "max": "123.718", + "min": "120.837", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "72.704", + "max": "73.984", + "min": "72.313", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "129.732", + "max": "133.258", + "min": "129.067", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "48.509", + "max": "53.428", + "min": "47.91", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "200.917", + "max": "203.048", + "min": "191.996", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "208.422", + "max": "208.422", + "min": "208.422", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "35.368", + "max": "35.985", + "min": "34.972", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.128", + "max": "22.691", + "min": "21.828", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "134.368", + "max": "135.064", + "min": "133.923", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "52.017", + "max": "64.783", + "min": "42.912", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "33.128", + "max": "33.768", + "min": "32.649", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "135.426", + "max": "142.591", + "min": "134.729", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "79.33", + "max": "80.028", + "min": "78.734", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "134.818", + "max": "135.564", + "min": "134.418", + "id": "47", + "country": "Hungary", + "source_name": "Budapest", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "48": { + "name": "Bergen", + "data": { + "0": { + "avg": "225.726", + "max": "225.998", + "min": "225.549", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "281.881", + "max": "282.268", + "min": "281.614", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "126.35", + "max": "126.585", + "min": "126.238", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "39.443", + "max": "44.296", + "min": "38.956", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "35.843", + "max": "36.368", + "min": "35.617", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "248.613", + "max": "248.746", + "min": "248.472", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "34.385", + "max": "34.766", + "min": "34.23", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.113", + "max": "300.128", + "min": "288.8", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "33.226", + "max": "33.962", + "min": "33.068", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "15.495", + "max": "17.881", + "min": "15.217", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "29.081", + "max": "29.794", + "min": "28.882", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "142.15", + "max": "143.819", + "min": "141.884", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "100.904", + "max": "101.28", + "min": "100.772", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "99.751", + "max": "100.845", + "min": "99.4", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "141.879", + "max": "142.4", + "min": "141.734", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "120.289", + "max": "120.815", + "min": "119.994", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "64.097", + "max": "64.542", + "min": "63.777", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "123.594", + "max": "124.24", + "min": "123.424", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "58.213", + "max": "58.491", + "min": "58.048", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "36.029", + "max": "36.339", + "min": "35.917", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "303.809", + "max": "305.709", + "min": "303.683", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "119.006", + "max": "119.362", + "min": "118.811", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "168.027", + "max": "168.348", + "min": "167.864", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "159.39", + "max": "161.01", + "min": "159.141", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "21.228", + "max": "21.452", + "min": "21.064", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "13.047", + "max": "15.318", + "min": "12.763", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "47.675", + "max": "51.399", + "min": "47.303", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "48.391", + "max": "49.416", + "min": "48.168", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "27.79", + "max": "28.418", + "min": "27.613", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "169.338", + "max": "169.721", + "min": "169.062", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "194.131", + "max": "194.7", + "min": "193.916", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "32.35", + "max": "32.735", + "min": "32.185", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "157.086", + "max": "157.9", + "min": "156.856", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "57.829", + "max": "58.139", + "min": "57.686", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "30.655", + "max": "34.259", + "min": "30.356", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.644", + "max": "187.318", + "min": "186.379", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "177.268", + "max": "177.46", + "min": "177.189", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "167.089", + "max": "167.646", + "min": "166.85", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "154.254", + "max": "154.541", + "min": "154.082", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "121.379", + "max": "123.17", + "min": "121.11", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "188.785", + "max": "191.522", + "min": "188.396", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "39.733", + "max": "46.148", + "min": "39.257", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "81.407", + "max": "81.818", + "min": "81.252", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "19.588", + "max": "26.924", + "min": "19.095", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "176.748", + "max": "176.927", + "min": "176.609", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "44.577", + "max": "45.356", + "min": "44.251", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "0.048", + "max": "0.137", + "min": "0.023", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "179.547", + "max": "180.361", + "min": "179.393", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "280.556", + "max": "281.128", + "min": "280.357", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "152.393", + "max": "152.999", + "min": "152.259", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "119.074", + "max": "119.559", + "min": "118.823", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "187.8", + "max": "188.987", + "min": "187.514", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "56.307", + "max": "128.44", + "min": "35.263", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "128.066", + "max": "128.307", + "min": "127.936", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "163.578", + "max": "173.827", + "min": "160.494", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "294.009", + "max": "294.608", + "min": "293.807", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "69.009", + "max": "73.202", + "min": "68.003", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "322.865", + "max": "323.137", + "min": "322.73", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "53.849", + "max": "54.509", + "min": "53.586", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "45.956", + "max": "46.355", + "min": "45.8", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "81.604", + "max": "82.237", + "min": "81.243", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "96.049", + "max": "153.556", + "min": "92.526", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "207.681", + "max": "226.318", + "min": "205.631", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "240.307", + "max": "241.004", + "min": "240.122", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "65.421", + "max": "66.536", + "min": "65.262", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "79.908", + "max": "80.146", + "min": "79.813", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "112.814", + "max": "113.129", + "min": "112.684", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "66.765", + "max": "67.147", + "min": "66.467", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "251.687", + "max": "253.122", + "min": "250.845", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "144.456", + "max": "144.823", + "min": "144.281", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "245.546", + "max": "254.39", + "min": "245.071", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "174.258", + "max": "174.714", + "min": "173.965", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "174.869", + "max": "175.21", + "min": "174.734", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "147.236", + "max": "148.624", + "min": "147.079", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "70.412", + "max": "71.282", + "min": "70.135", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "36.76", + "max": "36.977", + "min": "36.625", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "131.221", + "max": "131.785", + "min": "131.002", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "165.973", + "max": "166.204", + "min": "165.802", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "147.609", + "max": "148.189", + "min": "147.353", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "124.201", + "max": "125.065", + "min": "123.933", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "166.121", + "max": "166.633", + "min": "165.82", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "128.188", + "max": "128.874", + "min": "127.874", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "241.045", + "max": "242.969", + "min": "240.725", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "193.299", + "max": "193.815", + "min": "193.099", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "148.621", + "max": "148.993", + "min": "148.51", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "86.09", + "max": "87.139", + "min": "85.696", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "42.294", + "max": "42.855", + "min": "42.01", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "149.139", + "max": "150.139", + "min": "148.913", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "120.209", + "max": "121.412", + "min": "120.002", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "46.652", + "max": "48.976", + "min": "46.391", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "135.859", + "max": "142.246", + "min": "135.113", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "177.828", + "max": "178.66", + "min": "177.593", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "59.573", + "max": "60.524", + "min": "59.412", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "290.099", + "max": "292.833", + "min": "289.808", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "107.417", + "max": "107.531", + "min": "107.284", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "156.789", + "max": "157.722", + "min": "156.536", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "181.522", + "max": "181.745", + "min": "181.303", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "172.799", + "max": "179.709", + "min": "171.212", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.152", + "max": "172.527", + "min": "171.936", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "127.249", + "max": "130.551", + "min": "126.989", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "136.703", + "max": "137.724", + "min": "136.542", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "181.455", + "max": "181.931", + "min": "181.248", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "77.146", + "max": "82.484", + "min": "76.768", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "324.943", + "max": "333.89", + "min": "324.103", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "136.735", + "max": "137.24", + "min": "136.552", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "354.521", + "max": "370.149", + "min": "300.408", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "207.739", + "max": "209.271", + "min": "207.515", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "112.578", + "max": "113.53", + "min": "112.311", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "125.985", + "max": "126.192", + "min": "125.834", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "182.253", + "max": "185.244", + "min": "181.268", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "285.44", + "max": "285.806", + "min": "285.284", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "294.849", + "max": "295.39", + "min": "294.643", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "104.431", + "max": "104.846", + "min": "104.255", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "169.912", + "max": "192.421", + "min": "168.816", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "386.754", + "max": "495.743", + "min": "191.776", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "171.853", + "max": "295.961", + "min": "93.033", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "180.352", + "max": "180.867", + "min": "180.076", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "254.7", + "max": "256.606", + "min": "254.367", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "147.796", + "max": "148.777", + "min": "147.613", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "155.727", + "max": "156.232", + "min": "155.518", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "147.032", + "max": "147.571", + "min": "146.768", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "219.85", + "max": "368.242", + "min": "133.413", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "226.546", + "max": "227.065", + "min": "226.361", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "30.389", + "max": "35.777", + "min": "29.646", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "21.708", + "max": "21.8", + "min": "21.621", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "10.152", + "max": "11.24", + "min": "9.651", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "102.656", + "max": "106.575", + "min": "102.265", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "164.787", + "max": "165.466", + "min": "164.542", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "156.61", + "max": "157.285", + "min": "156.383", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "187.578", + "max": "193.987", + "min": "187.062", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "140.306", + "max": "142.586", + "min": "139.968", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "152.763", + "max": "153.822", + "min": "152.574", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "134.776", + "max": "135.102", + "min": "134.561", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "309.328", + "max": "310.25", + "min": "308.728", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "159.173", + "max": "159.615", + "min": "159.001", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "102.392", + "max": "102.871", + "min": "102.186", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "169.048", + "max": "183.089", + "min": "167.267", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "160.628", + "max": "165.242", + "min": "160.37", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "139.337", + "max": "139.543", + "min": "139.225", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "116.93", + "max": "117.424", + "min": "116.761", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "38.879", + "max": "39.115", + "min": "38.743", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "212.134", + "max": "212.771", + "min": "211.535", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "26.908", + "max": "27.703", + "min": "26.722", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "48.922", + "max": "49.087", + "min": "48.801", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "210.435", + "max": "215.868", + "min": "209.756", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "39.702", + "max": "40.546", + "min": "39.386", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "63.37", + "max": "63.979", + "min": "63.198", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "163.771", + "max": "163.953", + "min": "163.683", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "47.698", + "max": "48.267", + "min": "47.517", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "37.77", + "max": "37.965", + "min": "37.667", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "34.925", + "max": "77.102", + "min": "30.937", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "278.128", + "max": "278.808", + "min": "277.997", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "53.267", + "max": "54.353", + "min": "52.998", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "50.907", + "max": "53.151", + "min": "50.491", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.185", + "max": "125.831", + "min": "124.991", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "173.74", + "max": "174.908", + "min": "173.395", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "22.377", + "max": "25.744", + "min": "21.795", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "272.614", + "max": "314.124", + "min": "264.967", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "144.366", + "max": "144.588", + "min": "144.232", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "277.36", + "max": "378.525", + "min": "271.633", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "143.08", + "max": "143.367", + "min": "142.98", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "413.059", + "max": "413.337", + "min": "412.639", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.07", + "max": "34.176", + "min": "33.981", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "111.316", + "max": "114.263", + "min": "111.126", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "94.469", + "max": "95.025", + "min": "94.266", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "200.358", + "max": "201.334", + "min": "200.227", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "76.981", + "max": "77.251", + "min": "76.837", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "160.537", + "max": "161.092", + "min": "160.319", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "238.284", + "max": "244.967", + "min": "214.704", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "107.897", + "max": "108.543", + "min": "107.761", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "113.928", + "max": "114.111", + "min": "113.848", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "30.269", + "max": "31.435", + "min": "30.014", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "186.592", + "max": "186.925", + "min": "186.432", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "57.526", + "max": "57.82", + "min": "57.425", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "43.814", + "max": "44.635", + "min": "43.615", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "54.666", + "max": "77.508", + "min": "53.365", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "51.445", + "max": "52.587", + "min": "51.289", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "44.119", + "max": "44.809", + "min": "43.85", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "80.668", + "max": "81.065", + "min": "80.468", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "68.41", + "max": "68.565", + "min": "68.287", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "49.241", + "max": "49.932", + "min": "49.078", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "75.046", + "max": "75.259", + "min": "74.9", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "40.119", + "max": "42.286", + "min": "39.695", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "30.404", + "max": "30.767", + "min": "30.263", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "40.997", + "max": "41.533", + "min": "40.851", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "47.55", + "max": "47.841", + "min": "47.427", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "81.149", + "max": "81.446", + "min": "80.949", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "53.015", + "max": "81.158", + "min": "51.265", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "35.774", + "max": "59.205", + "min": "21.084", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "39.761", + "max": "40.047", + "min": "39.604", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "85.341", + "max": "85.826", + "min": "85.123", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "48.153", + "max": "48.907", + "min": "47.94", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "60.477", + "max": "61", + "min": "59.928", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "43.349", + "max": "54.753", + "min": "42.529", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.57", + "max": "225.036", + "min": "222.225", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "34.955", + "max": "35.481", + "min": "34.788", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "45.148", + "max": "45.412", + "min": "44.946", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "33.127", + "max": "33.796", + "min": "32.984", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "181.964", + "max": "187.888", + "min": "179.989", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "66.552", + "max": "66.683", + "min": "66.403", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "29.956", + "max": "34.52", + "min": "29.369", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "34.764", + "max": "36.107", + "min": "34.502", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "39.906", + "max": "40.27", + "min": "39.733", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "333.617", + "max": "342.99", + "min": "332.838", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "102.197", + "max": "109.615", + "min": "101.253", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "238.976", + "max": "240.508", + "min": "238.719", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "177.057", + "max": "179.18", + "min": "176.822", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "34.45", + "max": "34.73", + "min": "34.297", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "135.055", + "max": "137.917", + "min": "134.717", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "197.1", + "max": "197.553", + "min": "196.783", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "52.955", + "max": "53.307", + "min": "52.723", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "70.536", + "max": "71.136", + "min": "70.324", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "42.39", + "max": "43.427", + "min": "42.054", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "42.241", + "max": "43.717", + "min": "41.931", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "139.304", + "max": "139.52", + "min": "139.194", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "152.382", + "max": "152.903", + "min": "152.245", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "344.862", + "max": "438.719", + "min": "341.427", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "112.268", + "max": "112.768", + "min": "112.032", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "48.279", + "max": "48.568", + "min": "48.124", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "108.154", + "max": "108.862", + "min": "108.034", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "44.948", + "max": "45.647", + "min": "44.774", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "247.125", + "max": "247.489", + "min": "246.954", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "155.573", + "max": "160.087", + "min": "153.862", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "65.496", + "max": "65.854", + "min": "65.383", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "70.235", + "max": "71.187", + "min": "69.774", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "171.962", + "max": "174.535", + "min": "170.921", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "129.968", + "max": "130.585", + "min": "129.548", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "270.554", + "max": "270.894", + "min": "270.36", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "94.331", + "max": "94.987", + "min": "94.119", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "75.773", + "max": "75.916", + "min": "75.658", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "31.979", + "max": "32.192", + "min": "31.884", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "77.729", + "max": "79.699", + "min": "77.605", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "120.756", + "max": "124.118", + "min": "120.243", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "124.597", + "max": "124.788", + "min": "124.476", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "101.222", + "max": "108.511", + "min": "99.399", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "202.818", + "max": "204.318", + "min": "201.677", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "126.267", + "max": "127.896", + "min": "125.365", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "90.672", + "max": "91.437", + "min": "90.443", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "134.87", + "max": "136.234", + "min": "134.436", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "44.959", + "max": "48.624", + "min": "44.436", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "258.372", + "max": "259.019", + "min": "257.695", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "208.922", + "max": "208.922", + "min": "208.922", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "32.627", + "max": "32.793", + "min": "32.529", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "36.799", + "max": "37.007", + "min": "36.716", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "134.318", + "max": "134.71", + "min": "134.132", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "68.858", + "max": "79.609", + "min": "61.27", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "55.276", + "max": "55.905", + "min": "55.108", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "213.573", + "max": "215.282", + "min": "213.318", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "91.407", + "max": "93.205", + "min": "91.14", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "150.277", + "max": "151.165", + "min": "150.137", + "id": "48", + "country": "Norway", + "source_name": "Bergen", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "54": { + "name": "Roubaix", + "data": { + "0": { + "avg": "288.976", + "max": "300.605", + "min": "278.015", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "292.526", + "max": "303.256", + "min": "286.055", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "96.535", + "max": "103.445", + "min": "93.234", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "99.261", + "max": "193.204", + "min": "78.017", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "25.408", + "max": "84.255", + "min": "4.728", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "285.97", + "max": "290.849", + "min": "280.759", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "91.446", + "max": "104.541", + "min": "77.084", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "303.863", + "max": "379", + "min": "293.399", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "91.216", + "max": "107.289", + "min": "78.608", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "90.854", + "max": "100.451", + "min": "78.922", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "35.534", + "max": "83.733", + "min": "3.926", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "184.786", + "max": "191.04", + "min": "115.736", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "91.924", + "max": "104.107", + "min": "82.678", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "89.848", + "max": "104.354", + "min": "79.99", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "151.741", + "max": "190.945", + "min": "113.09", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "100.882", + "max": "210.504", + "min": "94.068", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "86.819", + "max": "97.162", + "min": "21.893", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "101.89", + "max": "175.381", + "min": "96.417", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "87.074", + "max": "107.551", + "min": "21.129", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "76.189", + "max": "95.413", + "min": "18.562", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "391.554", + "max": "393.958", + "min": "389.337", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "99.019", + "max": "103.507", + "min": "97.069", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "190.705", + "max": "202.102", + "min": "179.208", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "189.673", + "max": "201.806", + "min": "178.258", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "86.025", + "max": "102.066", + "min": "78.843", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "72.849", + "max": "95.426", + "min": "19.21", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "84.07", + "max": "96.401", + "min": "20.573", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "94.604", + "max": "177.139", + "min": "79.93", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "54.505", + "max": "88.846", + "min": "9.875", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "191.004", + "max": "207.699", + "min": "177.883", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "289.812", + "max": "303.308", + "min": "279.065", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "86.596", + "max": "99.834", + "min": "78.269", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "190.272", + "max": "195.05", + "min": "184.344", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "92.807", + "max": "101.21", + "min": "85.488", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "70.526", + "max": "89.2", + "min": "13.732", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "191.963", + "max": "202.866", + "min": "179.331", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "190.795", + "max": "206.289", + "min": "178.946", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "190.387", + "max": "200.719", + "min": "179.216", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "157.757", + "max": "197.908", + "min": "114.888", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "91.716", + "max": "102.952", + "min": "80.298", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "191.819", + "max": "203.083", + "min": "178.757", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "74.754", + "max": "90.081", + "min": "17.489", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "96.932", + "max": "213.505", + "min": "81.043", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "90.341", + "max": "101.906", + "min": "77.304", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "190.838", + "max": "201.319", + "min": "179.82", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "89.764", + "max": "102.453", + "min": "78.174", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "93.807", + "max": "116.686", + "min": "84.533", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "192.242", + "max": "205.558", + "min": "180.27", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "287.127", + "max": "295.647", + "min": "278.848", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "185.527", + "max": "195.478", + "min": "118.978", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "92.298", + "max": "105.137", + "min": "80.355", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "190.204", + "max": "202.124", + "min": "178.871", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "0.765", + "max": "10.848", + "min": "0.01", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "133.466", + "max": "193.636", + "min": "108.127", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "191.179", + "max": "201.073", + "min": "177.615", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "293.599", + "max": "391.119", + "min": "279.044", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "91.665", + "max": "105.725", + "min": "77.55", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "304.507", + "max": "394.389", + "min": "298.868", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "91.322", + "max": "102.892", + "min": "79.188", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "46.628", + "max": "103.451", + "min": "11.668", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "90.76", + "max": "102.34", + "min": "77.875", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "90.57", + "max": "114.767", + "min": "79.07", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "194.819", + "max": "292.579", + "min": "184.129", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "195.127", + "max": "203.587", + "min": "191.702", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "91.058", + "max": "100.88", + "min": "78.305", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "90.863", + "max": "101.178", + "min": "77.757", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.409", + "max": "104.868", + "min": "79.989", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "87.479", + "max": "103.267", + "min": "77.83", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "257.021", + "max": "281.495", + "min": "210.677", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "186.449", + "max": "191.838", + "min": "181.647", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "200.26", + "max": "207.252", + "min": "198.357", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "185.563", + "max": "199.571", + "min": "179.201", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "196.547", + "max": "200.844", + "min": "192.126", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "104.265", + "max": "175.238", + "min": "100.403", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "93.693", + "max": "99.249", + "min": "85.995", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "56.336", + "max": "90.868", + "min": "13.765", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "94.38", + "max": "103.492", + "min": "88.893", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "190.768", + "max": "202.496", + "min": "178.683", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "100.3", + "max": "107.956", + "min": "97.936", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "100.779", + "max": "107.418", + "min": "99.309", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "199.886", + "max": "300.051", + "min": "175.64", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "106.877", + "max": "176.609", + "min": "100.662", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "271.473", + "max": "297.457", + "min": "221.053", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "190.522", + "max": "203.275", + "min": "175.108", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "192.474", + "max": "196.856", + "min": "187.316", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "97.12", + "max": "204.316", + "min": "79.645", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "62.458", + "max": "96.514", + "min": "12.673", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "140.421", + "max": "205.261", + "min": "107.02", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "133.751", + "max": "181.111", + "min": "102.79", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "41.846", + "max": "85.852", + "min": "9.749", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "140.926", + "max": "184.755", + "min": "105.936", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "189.509", + "max": "202.476", + "min": "178.462", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "82.21", + "max": "101.824", + "min": "20.199", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "290.276", + "max": "303.36", + "min": "278.879", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "91.648", + "max": "108", + "min": "83.437", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "177.057", + "max": "211.48", + "min": "118.381", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "192.501", + "max": "202.295", + "min": "178.523", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "189.951", + "max": "202.899", + "min": "177.705", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "189.82", + "max": "204.703", + "min": "178.356", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "97.782", + "max": "105.996", + "min": "94.057", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "175.05", + "max": "188.206", + "min": "111.798", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "191.253", + "max": "200.627", + "min": "185.953", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "93.266", + "max": "98.768", + "min": "88.216", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "440.891", + "max": "495.586", + "min": "412.836", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "117.474", + "max": "180.081", + "min": "103.67", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "285.805", + "max": "294.784", + "min": "280.336", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "187.31", + "max": "206.082", + "min": "178.635", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "95.447", + "max": "185.202", + "min": "81.376", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.252", + "max": "177.719", + "min": "93.666", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "193.806", + "max": "282.441", + "min": "179.026", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.549", + "max": "399.749", + "min": "290.187", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "300.903", + "max": "395.126", + "min": "293.087", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "91.482", + "max": "105.955", + "min": "79.117", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "188.268", + "max": "193.475", + "min": "183.244", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "403.785", + "max": "497.788", + "min": "197.127", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "177.487", + "max": "297.169", + "min": "94.225", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "195.91", + "max": "278.084", + "min": "182.601", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "294.526", + "max": "384.553", + "min": "277.478", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "162.579", + "max": "314.885", + "min": "112.243", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "153.868", + "max": "188.697", + "min": "113.227", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "163.521", + "max": "193.877", + "min": "118.047", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "238.411", + "max": "397.765", + "min": "113.219", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "252.387", + "max": "288.056", + "min": "211.398", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "101.574", + "max": "303.058", + "min": "79.139", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "90.766", + "max": "100.953", + "min": "79.826", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "88.984", + "max": "101.692", + "min": "76.694", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "90.148", + "max": "102.336", + "min": "78.571", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "188.543", + "max": "202.419", + "min": "178.142", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "193.28", + "max": "198.947", + "min": "187.9", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "192.89", + "max": "205.298", + "min": "181.4", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "150.712", + "max": "182.319", + "min": "107.108", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "128.43", + "max": "185.5", + "min": "105.57", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "100.77", + "max": "105.21", + "min": "99.826", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "291.645", + "max": "300.343", + "min": "286.83", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "189.731", + "max": "200.96", + "min": "179.025", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "91.554", + "max": "106.362", + "min": "79.32", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "191.988", + "max": "203.104", + "min": "176.446", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "168.99", + "max": "197.917", + "min": "123.631", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "193.597", + "max": "200.736", + "min": "180.189", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "96.586", + "max": "201.9", + "min": "82.143", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "92.279", + "max": "119.148", + "min": "78.91", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "188.271", + "max": "194.462", + "min": "182.675", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "89.062", + "max": "101.186", + "min": "77.145", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "89.943", + "max": "109.339", + "min": "76.207", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "192.728", + "max": "203.536", + "min": "182.414", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "52.454", + "max": "91.2", + "min": "9.834", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "89.321", + "max": "107.841", + "min": "82.824", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "190.516", + "max": "201.814", + "min": "178.225", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "37.48", + "max": "87.444", + "min": "5.425", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "41.585", + "max": "107.825", + "min": "6.972", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "54.635", + "max": "95.844", + "min": "11.292", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "297.049", + "max": "478.736", + "min": "279.624", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "92.392", + "max": "109.484", + "min": "78.423", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "76.439", + "max": "200.147", + "min": "15.066", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "96.393", + "max": "106.133", + "min": "93.048", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "191.411", + "max": "200.83", + "min": "178.103", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "95.818", + "max": "198.123", + "min": "87.497", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "301.486", + "max": "390.054", + "min": "283.101", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "190.625", + "max": "195.408", + "min": "183.49", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "292.875", + "max": "382.225", + "min": "277.707", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "167.937", + "max": "191.786", + "min": "114.302", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "593.342", + "max": "601.123", + "min": "580.033", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "92.954", + "max": "102.935", + "min": "79.445", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "88.639", + "max": "100.443", + "min": "80.949", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "161.735", + "max": "194.469", + "min": "113.734", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "191.866", + "max": "202.884", + "min": "178.373", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "99.38", + "max": "187.108", + "min": "92.923", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "191.229", + "max": "201.098", + "min": "179.706", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "286.42", + "max": "297.368", + "min": "223.091", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "93.003", + "max": "105.771", + "min": "85.138", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "99.041", + "max": "111.012", + "min": "96.493", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "60.501", + "max": "89.324", + "min": "10.46", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "195.361", + "max": "303.163", + "min": "178.745", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "64.719", + "max": "97.289", + "min": "13.94", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "95.924", + "max": "189.176", + "min": "88.022", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "94.615", + "max": "202.535", + "min": "76.275", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "81.741", + "max": "96.083", + "min": "21.883", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "47.387", + "max": "96.149", + "min": "8.593", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "90.936", + "max": "101.94", + "min": "78.697", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "94.359", + "max": "193.793", + "min": "78.46", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "91.758", + "max": "103.263", + "min": "79.248", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "94.594", + "max": "102.468", + "min": "84.695", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "36.89", + "max": "183.936", + "min": "6.841", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "68.913", + "max": "115.376", + "min": "13.715", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "39.225", + "max": "85.31", + "min": "6.807", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "89.984", + "max": "101.19", + "min": "79.582", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "94.562", + "max": "197.308", + "min": "77.561", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "87.929", + "max": "99.585", + "min": "77.385", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "85.878", + "max": "102.448", + "min": "17.219", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "28.748", + "max": "103.876", + "min": "3.944", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "91.596", + "max": "101.71", + "min": "79.289", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "92.462", + "max": "116.892", + "min": "80.595", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "99.368", + "max": "195.049", + "min": "77.06", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "41.565", + "max": "85.989", + "min": "8.89", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "371.636", + "max": "395.559", + "min": "319.511", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "60.177", + "max": "98.995", + "min": "14.591", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "76.341", + "max": "99.959", + "min": "19.011", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "90.965", + "max": "100.589", + "min": "78.564", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "187.519", + "max": "202.218", + "min": "177.531", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "90.95", + "max": "103.976", + "min": "78.165", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "36.735", + "max": "88.617", + "min": "9.108", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "39.612", + "max": "82.33", + "min": "7.27", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.754", + "max": "101.354", + "min": "5.901", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "304.935", + "max": "389.885", + "min": "300.147", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "115.87", + "max": "209.152", + "min": "83.034", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "248.836", + "max": "296.645", + "min": "211.205", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "189.619", + "max": "210.086", + "min": "177.972", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "21.459", + "max": "79.985", + "min": "3.43", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "191.792", + "max": "221.354", + "min": "178.632", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "195.55", + "max": "213.45", + "min": "190.456", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "88.029", + "max": "101.032", + "min": "80.419", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "90.829", + "max": "109.617", + "min": "77.135", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "35.319", + "max": "86.24", + "min": "7.535", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "38.781", + "max": "85.039", + "min": "7.979", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "124.539", + "max": "182.545", + "min": "103.548", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "165.549", + "max": "193.132", + "min": "117.325", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "293.902", + "max": "398.185", + "min": "277.557", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "91.02", + "max": "104.836", + "min": "79.898", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "86.57", + "max": "98.269", + "min": "23.367", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "90.919", + "max": "102.891", + "min": "85.496", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "89.245", + "max": "197.491", + "min": "21.169", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "273.327", + "max": "381.32", + "min": "216.715", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "191.126", + "max": "201.372", + "min": "178.396", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "63.164", + "max": "93.003", + "min": "17.439", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "91.709", + "max": "103.001", + "min": "75.762", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "190.944", + "max": "206.048", + "min": "179.731", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "112.495", + "max": "202.946", + "min": "98.818", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "286.626", + "max": "303.184", + "min": "278.405", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "94.8", + "max": "184.726", + "min": "78.142", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "97.915", + "max": "189.235", + "min": "80.46", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.175", + "max": "84.336", + "min": "3.723", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "89.075", + "max": "103.394", + "min": "79.333", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "93.536", + "max": "104.315", + "min": "85.907", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "96.947", + "max": "196.459", + "min": "87.712", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "111.138", + "max": "205.391", + "min": "90.761", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "190.724", + "max": "201.239", + "min": "180.331", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "91.155", + "max": "102.897", + "min": "88.661", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "90.489", + "max": "103.275", + "min": "78.586", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "153.015", + "max": "205.314", + "min": "110.483", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "84.16", + "max": "95.91", + "min": "21.005", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "203.037", + "max": "296.514", + "min": "196.019", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "198.587", + "max": "198.587", + "min": "198.587", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "49.295", + "max": "83.103", + "min": "7.532", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "61.661", + "max": "91.997", + "min": "12.814", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "131.915", + "max": "204.503", + "min": "105.882", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "82.372", + "max": "98.64", + "min": "17.746", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "93.646", + "max": "199.092", + "min": "78.587", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "193.008", + "max": "206.377", + "min": "178.519", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "91.427", + "max": "102.494", + "min": "81.766", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "151.612", + "max": "213.318", + "min": "104.131", + "id": "54", + "country": "France", + "source_name": "Roubaix", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "58": { + "name": "Valencia", + "data": { + "0": { + "avg": "260.252", + "max": "262.077", + "min": "259.506", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "240.064", + "max": "243.12", + "min": "239.155", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "114.888", + "max": "115.415", + "min": "114.609", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "45.083", + "max": "50.898", + "min": "43.955", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "26.552", + "max": "29.222", + "min": "26.037", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "254.728", + "max": "256.371", + "min": "254.224", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "38.486", + "max": "41.799", + "min": "37.709", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "275.037", + "max": "292.201", + "min": "273.292", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "79.593", + "max": "81.009", + "min": "78.646", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "66.246", + "max": "79.8", + "min": "65.157", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "38.321", + "max": "41.253", + "min": "37.795", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "147.35", + "max": "159.285", + "min": "146.22", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "110.892", + "max": "113.263", + "min": "110.199", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.355", + "max": "114.088", + "min": "111.781", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "117.828", + "max": "120.568", + "min": "117.185", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "116.637", + "max": "119.906", + "min": "115.407", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "14.616", + "max": "15.521", + "min": "13.413", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.475", + "max": "117.46", + "min": "113.888", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "42.196", + "max": "43.586", + "min": "41.759", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.493", + "max": "41.026", + "min": "37.798", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "269.533", + "max": "271.043", + "min": "268.34", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "110.738", + "max": "115.277", + "min": "110.192", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "159.094", + "max": "161.317", + "min": "158.41", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "170.597", + "max": "185.791", + "min": "168.531", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "66.717", + "max": "69.505", + "min": "65.992", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "54.543", + "max": "57.626", + "min": "53.664", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "60.363", + "max": "62.079", + "min": "58.527", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "52.742", + "max": "54.881", + "min": "51.478", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "43.137", + "max": "44.395", + "min": "42.462", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "154.095", + "max": "155.896", + "min": "153.265", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "163.31", + "max": "164.758", + "min": "162.695", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "53.906", + "max": "59.472", + "min": "53.102", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.743", + "max": "170.317", + "min": "166.731", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "71.056", + "max": "73", + "min": "70.265", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "44.476", + "max": "47.592", + "min": "42.868", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "178.916", + "max": "180.193", + "min": "178.508", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "164.67", + "max": "169.007", + "min": "163.623", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "147.23", + "max": "148.248", + "min": "146.531", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "128.354", + "max": "130.722", + "min": "127.713", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "108.638", + "max": "111.782", + "min": "107.273", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "172.14", + "max": "173.965", + "min": "171.534", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "43.432", + "max": "47.594", + "min": "42.353", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "16.881", + "max": "20.433", + "min": "16.301", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "65.544", + "max": "76.286", + "min": "63.685", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "209.391", + "max": "210.766", + "min": "208.429", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "54.394", + "max": "62.621", + "min": "52.929", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "68.608", + "max": "72.016", + "min": "67.889", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "180.575", + "max": "181.789", + "min": "179.505", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "246.281", + "max": "249.992", + "min": "245.541", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "131.671", + "max": "133.769", + "min": "130.663", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "107.739", + "max": "109.194", + "min": "107.215", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.047", + "max": "185.436", + "min": "180.866", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "65.135", + "max": "120.585", + "min": "27.476", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "127.527", + "max": "130.079", + "min": "126.676", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "165.807", + "max": "175.67", + "min": "161.558", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "364.988", + "max": "368.812", + "min": "363.168", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "0.05", + "max": "0.211", + "min": "0.012", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "335.407", + "max": "337.465", + "min": "334.293", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "84.912", + "max": "86.497", + "min": "83.805", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "45.34", + "max": "48.725", + "min": "44.867", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "91.204", + "max": "96.44", + "min": "90.23", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "62.403", + "max": "74.849", + "min": "60.622", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "190.383", + "max": "206.523", + "min": "188.534", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "209.795", + "max": "212.307", + "min": "208.885", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "75.318", + "max": "78.845", + "min": "74.463", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "60.027", + "max": "61.748", + "min": "59.377", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "89.026", + "max": "90.652", + "min": "88.705", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "80.962", + "max": "86.703", + "min": "80.098", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "237.603", + "max": "242.855", + "min": "235.434", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "129.026", + "max": "131.007", + "min": "128.198", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "325.381", + "max": "328.931", + "min": "324.382", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "155.139", + "max": "157.211", + "min": "154.411", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "176.644", + "max": "180.128", + "min": "175.676", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "121.844", + "max": "124.799", + "min": "121.156", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "78.438", + "max": "81.538", + "min": "77.251", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "44.515", + "max": "47.616", + "min": "43.876", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "90.346", + "max": "94.305", + "min": "89.439", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "152.979", + "max": "154.296", + "min": "152.426", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "121.792", + "max": "123.236", + "min": "121.257", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "108.191", + "max": "115.443", + "min": "107.159", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "162.191", + "max": "165.692", + "min": "161.154", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "115.542", + "max": "116.969", + "min": "115.09", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "263.58", + "max": "266.376", + "min": "262.83", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "155.053", + "max": "157.414", + "min": "154.552", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "149.398", + "max": "150.939", + "min": "148.689", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "85.461", + "max": "87.722", + "min": "84.357", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "49.883", + "max": "52.16", + "min": "49.143", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "123.579", + "max": "125.416", + "min": "122.925", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "133.576", + "max": "136.285", + "min": "132.609", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "36.339", + "max": "42.846", + "min": "35.034", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "132.403", + "max": "134.788", + "min": "131.129", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "172.362", + "max": "175.862", + "min": "170.982", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "9.614", + "max": "13.411", + "min": "8.481", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "270.111", + "max": "271.235", + "min": "269.528", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "119.294", + "max": "120.955", + "min": "118.641", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "119.53", + "max": "121.086", + "min": "118.792", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "188.891", + "max": "193.964", + "min": "187.747", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "167.426", + "max": "177.316", + "min": "165.3", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.163", + "max": "170.759", + "min": "168.469", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "102.27", + "max": "103.752", + "min": "101.62", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "134.224", + "max": "136.018", + "min": "133.534", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "171.867", + "max": "175.496", + "min": "170.884", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "68.322", + "max": "73.283", + "min": "67.442", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "316.187", + "max": "319.79", + "min": "314.749", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "129.333", + "max": "132.215", + "min": "128.178", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "350.221", + "max": "395.168", + "min": "318.85", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.582", + "max": "194.049", + "min": "190.701", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "108.189", + "max": "109.979", + "min": "107.241", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "117.928", + "max": "120.596", + "min": "117.533", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "183.92", + "max": "188.336", + "min": "182.887", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "254.816", + "max": "256.06", + "min": "254.449", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "276.325", + "max": "278.559", + "min": "275.315", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "113.749", + "max": "114.638", + "min": "113.283", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "150.896", + "max": "154.285", + "min": "149.939", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "397.6", + "max": "520.127", + "min": "244.759", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "154.769", + "max": "213.492", + "min": "87.132", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "193.653", + "max": "195.996", + "min": "192.524", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "232.519", + "max": "233.895", + "min": "231.995", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "122.874", + "max": "124.613", + "min": "121.706", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "131.747", + "max": "133.348", + "min": "130.2", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "156.197", + "max": "181.873", + "min": "154.171", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "183.532", + "max": "345.806", + "min": "110.925", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "220.637", + "max": "222.349", + "min": "219.906", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "66.093", + "max": "134.903", + "min": "60.76", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "60.809", + "max": "63.18", + "min": "59.724", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "57.486", + "max": "58.873", + "min": "56.467", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "114.38", + "max": "115.575", + "min": "113.547", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "199.35", + "max": "203.069", + "min": "198.425", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "141.657", + "max": "143.186", + "min": "140.883", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "208.534", + "max": "213.807", + "min": "207.069", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "124.588", + "max": "126.844", + "min": "123.268", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "110.588", + "max": "113.117", + "min": "109.338", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "113.979", + "max": "117.789", + "min": "112.816", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "320.967", + "max": "326.794", + "min": "319.395", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "148.451", + "max": "151.116", + "min": "147.536", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "96.044", + "max": "96.795", + "min": "95.635", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "142.758", + "max": "157.264", + "min": "140.598", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "137.232", + "max": "139.899", + "min": "136.163", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "124.377", + "max": "127.17", + "min": "123.202", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "111.292", + "max": "114.124", + "min": "110.616", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "45.607", + "max": "52.344", + "min": "44.073", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "178.471", + "max": "180.445", + "min": "177.44", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "69.581", + "max": "72.432", + "min": "68.44", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "50.781", + "max": "53.276", + "min": "50.012", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "201.583", + "max": "218.758", + "min": "199.989", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "46.541", + "max": "47.924", + "min": "45.999", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "60.597", + "max": "90.595", + "min": "58.657", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "171.19", + "max": "172.859", + "min": "169.999", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "31.312", + "max": "34.933", + "min": "30.714", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "34.32", + "max": "35.918", + "min": "33.86", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "36.629", + "max": "42.599", + "min": "35.116", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "242.914", + "max": "245.034", + "min": "242.471", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "63.318", + "max": "65.145", + "min": "62.935", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "32.249", + "max": "45.746", + "min": "30.956", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "111.562", + "max": "114.416", + "min": "110.747", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "169.586", + "max": "171.057", + "min": "168.942", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "64.513", + "max": "71.778", + "min": "62.802", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "295.006", + "max": "343.593", + "min": "287.035", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "144.733", + "max": "145.872", + "min": "144.151", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "265.303", + "max": "355.702", + "min": "258.013", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "125.932", + "max": "129.324", + "min": "124.48", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "204.251", + "max": "205.869", + "min": "203.436", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "59.69", + "max": "60.836", + "min": "59.009", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "97.943", + "max": "101.028", + "min": "97.439", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "142.565", + "max": "145.003", + "min": "141.585", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "198.035", + "max": "199.412", + "min": "197.286", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "119.479", + "max": "124.077", + "min": "118.703", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "132.594", + "max": "139.882", + "min": "131.682", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "248.355", + "max": "256.554", + "min": "225.774", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "104.535", + "max": "105.42", + "min": "103.982", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "141.063", + "max": "144.472", + "min": "139.953", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "27.891", + "max": "29.764", + "min": "27.061", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "227.963", + "max": "231.452", + "min": "226.586", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "43.33", + "max": "44.864", + "min": "42.533", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "34.886", + "max": "38.198", + "min": "33.985", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "60.978", + "max": "72.972", + "min": "59.789", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "55.391", + "max": "57.765", + "min": "54.902", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "38.33", + "max": "40.148", + "min": "37.802", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "84.394", + "max": "85.849", + "min": "82.978", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "71.142", + "max": "72.975", + "min": "69.582", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "94.098", + "max": "100.358", + "min": "92.884", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "61.631", + "max": "64.105", + "min": "60.867", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "38.715", + "max": "44.915", + "min": "37.783", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "45.879", + "max": "47.063", + "min": "45.097", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "37.141", + "max": "38.91", + "min": "36.25", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "49.906", + "max": "54.779", + "min": "48.714", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "81.062", + "max": "82.782", + "min": "79.619", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "41.645", + "max": "43.225", + "min": "40.326", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "72.175", + "max": "130.359", + "min": "44.297", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "35.081", + "max": "37.559", + "min": "34.466", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "92.144", + "max": "93.78", + "min": "91.43", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "58.524", + "max": "61.273", + "min": "57.318", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "61.655", + "max": "64.742", + "min": "60.617", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "37.4", + "max": "42.696", + "min": "36.206", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "275.09", + "max": "279.403", + "min": "273.689", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "40.37", + "max": "43.748", + "min": "39.477", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "49.24", + "max": "51.013", + "min": "48.519", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "75.995", + "max": "77.904", + "min": "75.382", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "186.834", + "max": "192.873", + "min": "183.949", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "74.451", + "max": "75.994", + "min": "73.466", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "47.121", + "max": "50.136", + "min": "45.925", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "43.986", + "max": "46.077", + "min": "43.302", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "40.89", + "max": "44.303", + "min": "39.88", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "290.268", + "max": "303.232", + "min": "287.871", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "117.198", + "max": "122.657", + "min": "115.222", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "243.753", + "max": "251.857", + "min": "222.412", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "159.02", + "max": "161.876", + "min": "158.317", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "36.674", + "max": "50.34", + "min": "35.076", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "224.229", + "max": "227.621", + "min": "223.193", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "184.265", + "max": "188.246", + "min": "183.597", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "56.992", + "max": "58.717", + "min": "56.334", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "76.558", + "max": "81.348", + "min": "75.115", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "37.786", + "max": "38.76", + "min": "37.254", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "40.93", + "max": "43.324", + "min": "40.007", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "124.53", + "max": "127.611", + "min": "123.961", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "138.767", + "max": "141.418", + "min": "138.133", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "266.291", + "max": "269.024", + "min": "264.813", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "103.458", + "max": "105.325", + "min": "102.842", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "34.206", + "max": "36.392", + "min": "33.644", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "97.737", + "max": "99.005", + "min": "97.169", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "34.834", + "max": "39.023", + "min": "33.932", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "227.881", + "max": "239.436", + "min": "226.994", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "139.809", + "max": "144.613", + "min": "136.404", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "38.355", + "max": "42.207", + "min": "37.494", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "55.242", + "max": "57.844", + "min": "54.285", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "177.95", + "max": "183.113", + "min": "176.327", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "111.135", + "max": "112.822", + "min": "110.486", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "231.143", + "max": "232.81", + "min": "230.147", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "107.501", + "max": "113.362", + "min": "106.093", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "66.662", + "max": "70.495", + "min": "65.936", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "38.599", + "max": "39.168", + "min": "38.153", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "62.651", + "max": "65.003", + "min": "61.847", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "119.865", + "max": "121.962", + "min": "118.498", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "110.799", + "max": "114.496", + "min": "109.966", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "79.298", + "max": "87.19", + "min": "76.808", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "187.146", + "max": "189.197", + "min": "186.177", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "120.604", + "max": "123.523", + "min": "118.657", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "84.914", + "max": "88.004", + "min": "84.039", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "118.352", + "max": "120.536", + "min": "117.828", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "54.029", + "max": "70.934", + "min": "52.101", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "268.548", + "max": "270.341", + "min": "267.968", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "187.087", + "max": "187.087", + "min": "187.087", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "35.805", + "max": "38.097", + "min": "35.267", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "38.053", + "max": "39.683", + "min": "37.451", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "149.796", + "max": "167.169", + "min": "147.829", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "47.73", + "max": "56.398", + "min": "40.012", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "56.68", + "max": "91.569", + "min": "55.107", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "157.458", + "max": "160.334", + "min": "156.822", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "119.03", + "max": "121.638", + "min": "118.39", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "123.263", + "max": "125.651", + "min": "122.565", + "id": "58", + "country": "Spain", + "source_name": "Valencia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "60": { + "name": "Graz", + "data": { + "0": { + "avg": "246.494", + "max": "250.065", + "min": "245.972", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "283.219", + "max": "288.797", + "min": "282.674", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "113.707", + "max": "117.798", + "min": "113.284", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.217", + "max": "27.223", + "min": "23.413", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "30.968", + "max": "34.36", + "min": "30.194", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "264.594", + "max": "265.678", + "min": "264.384", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "42.517", + "max": "47.436", + "min": "42.197", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "285.842", + "max": "288.183", + "min": "285.186", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "77.277", + "max": "78.612", + "min": "76.894", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "58.793", + "max": "59.47", + "min": "58.554", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "49.379", + "max": "51.033", + "min": "49.08", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "152.566", + "max": "153.57", + "min": "152.296", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "151.216", + "max": "152.424", + "min": "150.906", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "123.003", + "max": "123.896", + "min": "122.765", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "125.263", + "max": "126.049", + "min": "125.032", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "119.887", + "max": "120.572", + "min": "119.211", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "49.693", + "max": "53.419", + "min": "49.02", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "110.564", + "max": "111.762", + "min": "110.283", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "75.358", + "max": "77.775", + "min": "74.603", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "17.078", + "max": "17.605", + "min": "16.8", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "328.387", + "max": "331.236", + "min": "328.066", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "142.652", + "max": "143.944", + "min": "142.35", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "156.772", + "max": "157.995", + "min": "156.484", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "190.774", + "max": "206.695", + "min": "189.873", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.22", + "max": "42.349", + "min": "40.771", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "54.117", + "max": "55.69", + "min": "53.827", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "37.719", + "max": "38.862", + "min": "37.441", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "35.818", + "max": "36.567", + "min": "35.546", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.44", + "max": "20.633", + "min": "18.011", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "185.032", + "max": "186.066", + "min": "184.611", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "210.884", + "max": "213.586", + "min": "210.423", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "38.155", + "max": "39.292", + "min": "37.857", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "172.671", + "max": "180.982", + "min": "171.808", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "89.549", + "max": "91.41", + "min": "89.15", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "32.215", + "max": "33.875", + "min": "31.943", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "188.688", + "max": "192.953", + "min": "188.095", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "181.476", + "max": "184.813", + "min": "181.127", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "173.27", + "max": "176.602", + "min": "172.428", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "154.839", + "max": "155.892", + "min": "154.554", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "120.052", + "max": "120.908", + "min": "119.619", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "209.828", + "max": "212.956", + "min": "209.399", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "40.899", + "max": "42.815", + "min": "40.346", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "85.137", + "max": "85.97", + "min": "84.862", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "37.106", + "max": "41.124", + "min": "36.552", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.863", + "max": "163.143", + "min": "161.628", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "23.598", + "max": "24.48", + "min": "23.063", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "53.906", + "max": "55.103", + "min": "53.493", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "198.536", + "max": "202.106", + "min": "198.022", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "285.683", + "max": "287.419", + "min": "285.25", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "167.702", + "max": "168.776", + "min": "167.497", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "118.844", + "max": "119.911", + "min": "118.434", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "169.389", + "max": "170.148", + "min": "168.89", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "115.05", + "max": "140.676", + "min": "59.928", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "143.771", + "max": "144.837", + "min": "143.438", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "151.282", + "max": "158.231", + "min": "148.606", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "311.347", + "max": "313.238", + "min": "310.932", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "84.817", + "max": "89.295", + "min": "83.894", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "324.311", + "max": "325.993", + "min": "324.012", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "0.033", + "max": "0.078", + "min": "0.019", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "32.235", + "max": "33.776", + "min": "31.994", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "77.852", + "max": "82.949", + "min": "76.976", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "88.648", + "max": "130.478", + "min": "85.202", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "220.515", + "max": "309.648", + "min": "210.96", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "325.245", + "max": "332.037", + "min": "324.748", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "69.212", + "max": "70.518", + "min": "68.857", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "45.934", + "max": "46.558", + "min": "45.717", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "139.581", + "max": "143.083", + "min": "138.675", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "87.161", + "max": "90.485", + "min": "86.487", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "241.414", + "max": "242.911", + "min": "240.353", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "154.525", + "max": "159.093", + "min": "153.895", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "294.367", + "max": "295.494", + "min": "294.023", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "170.678", + "max": "172.009", + "min": "170.227", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "202.02", + "max": "202.629", + "min": "201.787", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "131.555", + "max": "132.57", + "min": "131.225", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "91.392", + "max": "93.17", + "min": "90.925", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "98.282", + "max": "160.277", + "min": "63.409", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "157.364", + "max": "158.258", + "min": "157.167", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "166.346", + "max": "170.047", + "min": "165.802", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "147.589", + "max": "148.649", + "min": "147.028", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "146.257", + "max": "146.939", + "min": "145.947", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "167.466", + "max": "169.127", + "min": "166.986", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "114.176", + "max": "115.43", + "min": "113.709", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "293.753", + "max": "298.779", + "min": "292.227", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "153.489", + "max": "154.283", + "min": "153.209", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "186.797", + "max": "187.301", + "min": "186.638", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "112.651", + "max": "114.303", + "min": "112.045", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "58.896", + "max": "69.749", + "min": "58.03", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "155.538", + "max": "156.935", + "min": "155.231", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "147.276", + "max": "148.432", + "min": "146.973", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "45.495", + "max": "51.027", + "min": "45.083", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "135.645", + "max": "142.271", + "min": "134.919", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.079", + "max": "181.234", + "min": "179.718", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "64.213", + "max": "65.21", + "min": "63.929", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "310.976", + "max": "312.786", + "min": "310.633", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "112.458", + "max": "113.34", + "min": "112.194", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "137.663", + "max": "139.445", + "min": "137.317", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "192.649", + "max": "213.994", + "min": "190.296", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "168.216", + "max": "173.867", + "min": "167.043", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "202.46", + "max": "214.455", + "min": "201.792", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "141.283", + "max": "143.016", + "min": "140.855", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "142.969", + "max": "144.09", + "min": "142.789", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "170.774", + "max": "172.54", + "min": "170.464", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "46.755", + "max": "47.931", + "min": "46.326", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "363.155", + "max": "368.106", + "min": "362.055", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "145.904", + "max": "146.661", + "min": "145.647", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "365.799", + "max": "379.177", + "min": "322.881", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "195.996", + "max": "197.857", + "min": "195.59", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "102.844", + "max": "104.536", + "min": "102.423", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "122.722", + "max": "125.052", + "min": "122.215", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "196.496", + "max": "197.014", + "min": "196.322", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "264.883", + "max": "265.914", + "min": "264.544", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "280.345", + "max": "281.165", + "min": "280.048", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "116.469", + "max": "119.08", + "min": "116.06", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "159.904", + "max": "164.517", + "min": "159.146", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "409.601", + "max": "507.704", + "min": "231.402", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "151.968", + "max": "250.607", + "min": "60.674", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "192.409", + "max": "193.9", + "min": "191.9", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "263.326", + "max": "264.282", + "min": "262.994", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "167.902", + "max": "169.374", + "min": "167.514", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "148.499", + "max": "149.811", + "min": "148.03", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "148.393", + "max": "150.763", + "min": "147.964", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "200.005", + "max": "354.39", + "min": "122.506", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "261.417", + "max": "276.429", + "min": "260.525", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "77.577", + "max": "283.225", + "min": "66.516", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "62.387", + "max": "64.532", + "min": "62.033", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "48.558", + "max": "51.704", + "min": "47.98", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "128.402", + "max": "133.607", + "min": "124.729", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "181.806", + "max": "182.951", + "min": "181.498", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "163.555", + "max": "164.54", + "min": "163.359", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "218.346", + "max": "221.98", + "min": "217.872", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "130.86", + "max": "131.932", + "min": "130.476", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "140.535", + "max": "141.36", + "min": "140.266", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "120.335", + "max": "122.208", + "min": "119.911", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "343.811", + "max": "344.995", + "min": "343.008", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "169.083", + "max": "171.134", + "min": "168.836", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "108.726", + "max": "109.973", + "min": "108.402", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "163.866", + "max": "173.279", + "min": "162.122", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "143.766", + "max": "144.94", + "min": "143.483", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "131.867", + "max": "132.388", + "min": "131.511", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "132.28", + "max": "137.959", + "min": "131.88", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "10.21", + "max": "11.082", + "min": "9.957", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.925", + "max": "200.833", + "min": "198.408", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "50.811", + "max": "51.876", + "min": "50.456", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "36.554", + "max": "38.47", + "min": "36.136", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "213.032", + "max": "218.981", + "min": "211.97", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "41.974", + "max": "44.27", + "min": "41.568", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.707", + "max": "34.723", + "min": "33.326", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "182.723", + "max": "188.16", + "min": "182.249", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "42.552", + "max": "46.333", + "min": "42.026", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "52.328", + "max": "54.289", + "min": "51.956", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "31.744", + "max": "44.746", + "min": "28.456", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "254.304", + "max": "256.047", + "min": "253.922", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "30.252", + "max": "31.255", + "min": "29.998", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "33.054", + "max": "35.035", + "min": "32.619", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.406", + "max": "126.725", + "min": "125.15", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "172.864", + "max": "174.775", + "min": "172.28", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "58.531", + "max": "60.238", + "min": "58.033", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "296.311", + "max": "342.946", + "min": "287.825", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "154.123", + "max": "155.43", + "min": "153.878", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "291.155", + "max": "394.34", + "min": "284.809", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "157.44", + "max": "158.123", + "min": "157.125", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "411.974", + "max": "420.764", + "min": "410.958", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "53.242", + "max": "59.521", + "min": "52.729", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "120.637", + "max": "122.572", + "min": "120.227", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "133.544", + "max": "136.045", + "min": "132.234", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "214.364", + "max": "215.255", + "min": "214.208", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "113.101", + "max": "114.053", + "min": "112.837", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "189.447", + "max": "190.568", + "min": "189.047", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "241.291", + "max": "242.888", + "min": "240.878", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "106.211", + "max": "107.395", + "min": "105.769", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "131.729", + "max": "132.893", + "min": "131.467", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "49.048", + "max": "50.434", + "min": "48.602", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "322.586", + "max": "323.367", + "min": "322.373", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "57.964", + "max": "59.744", + "min": "57.709", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "29.466", + "max": "32.618", + "min": "28.967", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "55.128", + "max": "59.46", + "min": "54.396", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "58.619", + "max": "60.911", + "min": "58.291", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "48.828", + "max": "49.721", + "min": "48.533", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "96.067", + "max": "97.005", + "min": "95.665", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "44.785", + "max": "47.277", + "min": "44.31", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "82.589", + "max": "83.6", + "min": "82.321", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "58.7", + "max": "59.549", + "min": "58.401", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "25.327", + "max": "33.166", + "min": "24.635", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "57.7", + "max": "58.168", + "min": "57.501", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "38.851", + "max": "40.908", + "min": "38.435", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "15.817", + "max": "17.696", + "min": "15.458", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "80.97", + "max": "82.126", + "min": "80.467", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "58.647", + "max": "101.692", + "min": "55.73", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "68.806", + "max": "125.476", + "min": "40.306", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "28.373", + "max": "30.712", + "min": "27.953", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "108.865", + "max": "109.341", + "min": "108.662", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "63.309", + "max": "64.445", + "min": "62.76", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "17.908", + "max": "21.048", + "min": "17.261", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "36.492", + "max": "40.861", + "min": "35.984", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.138", + "max": "215.377", + "min": "213.575", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "36.353", + "max": "39.209", + "min": "35.979", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "78.328", + "max": "80.292", + "min": "77.736", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "26.963", + "max": "27.914", + "min": "26.758", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "185.753", + "max": "192.52", + "min": "184.243", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "67.92", + "max": "69.298", + "min": "67.565", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "38.385", + "max": "42.116", + "min": "37.74", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "55.039", + "max": "57.219", + "min": "54.606", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "37.935", + "max": "40.502", + "min": "37.58", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "298.172", + "max": "311.426", + "min": "295.92", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "121.139", + "max": "127.267", + "min": "120.428", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "253.706", + "max": "258.865", + "min": "251.454", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "164.138", + "max": "166.14", + "min": "163.808", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "40.154", + "max": "47.037", + "min": "39.435", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "158.115", + "max": "163.587", + "min": "157.561", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "207.087", + "max": "207.959", + "min": "206.628", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "55.294", + "max": "56.526", + "min": "54.886", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "72.633", + "max": "79.049", + "min": "72.224", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "57.491", + "max": "60.408", + "min": "57.085", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "40.251", + "max": "42.595", + "min": "39.543", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "191.115", + "max": "191.854", + "min": "190.887", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "229.734", + "max": "231.93", + "min": "229.496", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "282.846", + "max": "375.98", + "min": "279.279", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "114.682", + "max": "115.615", + "min": "114.506", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "46.265", + "max": "47.375", + "min": "45.883", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "127.998", + "max": "129.003", + "min": "127.788", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "55.325", + "max": "56.926", + "min": "54.917", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "282.562", + "max": "283.131", + "min": "282.28", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "149.929", + "max": "154.196", + "min": "146.452", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "64.749", + "max": "65.685", + "min": "64.476", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "46.499", + "max": "47.943", + "min": "45.364", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "186.572", + "max": "201.912", + "min": "184.095", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "129.924", + "max": "132.729", + "min": "129.282", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "285.405", + "max": "287.247", + "min": "284.945", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "74.55", + "max": "76.025", + "min": "74.117", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "55.396", + "max": "56.507", + "min": "55.183", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "29.207", + "max": "32.58", + "min": "28.878", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "70.541", + "max": "71.864", + "min": "70.25", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "110.188", + "max": "112.961", + "min": "109.626", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "138.894", + "max": "139.657", + "min": "138.685", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "107.636", + "max": "112.575", + "min": "106.305", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "209.277", + "max": "212.07", + "min": "208.524", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "120.569", + "max": "122.712", + "min": "119.718", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "80.985", + "max": "82.995", + "min": "80.4", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "148.366", + "max": "158.217", + "min": "147.314", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "43.902", + "max": "48.696", + "min": "42.966", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "185.928", + "max": "187.059", + "min": "185.588", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "222.725", + "max": "222.725", + "min": "222.725", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "66.278", + "max": "67.325", + "min": "66.085", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "33.163", + "max": "33.877", + "min": "32.966", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "144.588", + "max": "146.124", + "min": "144.15", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "56.815", + "max": "66.845", + "min": "49.637", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "45.813", + "max": "46.817", + "min": "45.565", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "181.043", + "max": "182.903", + "min": "180.591", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "107.793", + "max": "109.824", + "min": "107.343", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "146.314", + "max": "147.58", + "min": "146.124", + "id": "60", + "country": "Austria", + "source_name": "Graz", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "61": { + "name": "Luxembourg", + "data": { + "0": { + "avg": "195.911", + "max": "196.329", + "min": "195.761", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "238.305", + "max": "240.815", + "min": "237.956", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "97.359", + "max": "97.453", + "min": "97.238", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "19.242", + "max": "24.756", + "min": "18.157", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "8.473", + "max": "8.713", + "min": "8.32", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "240.093", + "max": "240.994", + "min": "239.954", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "10.385", + "max": "10.649", + "min": "10.316", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "273.254", + "max": "281.563", + "min": "272.117", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "49.368", + "max": "49.528", + "min": "49.254", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "33.148", + "max": "33.679", + "min": "32.992", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "15.698", + "max": "16.059", + "min": "15.472", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "119.484", + "max": "119.764", + "min": "119.372", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "82.386", + "max": "82.506", + "min": "82.268", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "85.327", + "max": "86.754", + "min": "85.102", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "114.959", + "max": "115.823", + "min": "114.767", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "82.491", + "max": "94.796", + "min": "81.773", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.235", + "max": "35.479", + "min": "34.975", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "102.274", + "max": "102.464", + "min": "102.115", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "22.798", + "max": "23.022", + "min": "22.636", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.705", + "max": "16.906", + "min": "16.62", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "267.177", + "max": "268.042", + "min": "267.031", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "101.029", + "max": "102.395", + "min": "100.822", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "149.294", + "max": "149.619", + "min": "149.124", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "154.346", + "max": "155.882", + "min": "154.18", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.538", + "max": "35.906", + "min": "34.323", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "19.763", + "max": "20.508", + "min": "19.621", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.535", + "max": "22.117", + "min": "20.296", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "34.15", + "max": "35.501", + "min": "33.877", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "9.404", + "max": "9.581", + "min": "9.3", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "143.807", + "max": "145.014", + "min": "143.545", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "164.332", + "max": "164.485", + "min": "164.214", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "26.316", + "max": "26.478", + "min": "26.176", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "143.689", + "max": "144.478", + "min": "143.417", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "42.499", + "max": "42.648", + "min": "42.351", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "18.049", + "max": "18.689", + "min": "17.883", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "158.859", + "max": "160.393", + "min": "158.623", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "140.014", + "max": "140.098", + "min": "139.906", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "139.294", + "max": "139.641", + "min": "139.156", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.098", + "max": "117.785", + "min": "107.514", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.539", + "max": "83.278", + "min": "82.256", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "151.298", + "max": "152.671", + "min": "150.983", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "19.904", + "max": "23.786", + "min": "19.475", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "50.428", + "max": "50.674", + "min": "50.33", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.566", + "max": "36.701", + "min": "36.459", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "219.627", + "max": "219.758", + "min": "219.48", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "28.373", + "max": "29.106", + "min": "27.892", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "46.018", + "max": "46.268", + "min": "45.827", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "170.583", + "max": "171.48", + "min": "170.368", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "243.643", + "max": "243.913", + "min": "243.468", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "114.797", + "max": "115.059", + "min": "114.683", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.87", + "max": "90.97", + "min": "90.774", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "150.82", + "max": "151.717", + "min": "150.502", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "54.606", + "max": "143.255", + "min": "37.865", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "111.952", + "max": "112.13", + "min": "111.777", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "141.309", + "max": "147.594", + "min": "138.149", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "260.719", + "max": "261.327", + "min": "260.424", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "45.762", + "max": "48.06", + "min": "44.859", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "300.669", + "max": "300.839", + "min": "300.578", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "32.305", + "max": "33.566", + "min": "32.064", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "0.04", + "max": "0.074", + "min": "0.021", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "57.317", + "max": "57.96", + "min": "56.881", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "72.194", + "max": "127.062", + "min": "67.865", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "187.78", + "max": "207.218", + "min": "186.55", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "277.778", + "max": "278.3", + "min": "277.593", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "50.265", + "max": "51.078", + "min": "50.026", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "41.868", + "max": "42.199", + "min": "41.762", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.752", + "max": "79.888", + "min": "79.652", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "42.167", + "max": "42.58", + "min": "41.888", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "208.861", + "max": "209.778", + "min": "208.184", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "130.553", + "max": "132.542", + "min": "130.275", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "249.064", + "max": "250.023", + "min": "248.818", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "139.823", + "max": "140.397", + "min": "139.51", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "152.035", + "max": "154.164", + "min": "151.82", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "105.151", + "max": "105.271", + "min": "105.031", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "58.259", + "max": "58.908", + "min": "58.136", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "20.418", + "max": "20.56", + "min": "20.318", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "99.113", + "max": "99.238", + "min": "99.01", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "164.298", + "max": "164.439", + "min": "164.143", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "95.743", + "max": "96.323", + "min": "95.543", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "98.384", + "max": "98.58", + "min": "98.248", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "156.786", + "max": "157.057", + "min": "156.58", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "96.747", + "max": "97.593", + "min": "96.477", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "340.555", + "max": "344.118", + "min": "340.114", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "158.68", + "max": "159.096", + "min": "158.486", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "149.704", + "max": "149.929", + "min": "149.598", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "62.036", + "max": "63.361", + "min": "61.711", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "24.34", + "max": "25.095", + "min": "23.992", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "100.407", + "max": "100.599", + "min": "100.268", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "111.848", + "max": "112.03", + "min": "111.696", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "12.98", + "max": "21.804", + "min": "12.508", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "107.469", + "max": "110.51", + "min": "106.788", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "148.127", + "max": "149.078", + "min": "147.954", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "27.969", + "max": "28.131", + "min": "27.889", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "277.92", + "max": "278.28", + "min": "277.768", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "87.399", + "max": "87.541", + "min": "87.323", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "112.909", + "max": "113.151", + "min": "112.718", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "161.857", + "max": "162.053", + "min": "161.656", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "143.021", + "max": "179.879", + "min": "140.521", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "150.318", + "max": "150.394", + "min": "150.215", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "98.479", + "max": "99.936", + "min": "98.21", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "107.495", + "max": "107.719", + "min": "107.349", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "151.503", + "max": "151.832", + "min": "151.326", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "53.176", + "max": "54.255", + "min": "53.004", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "309.874", + "max": "311.157", + "min": "309.471", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "104.332", + "max": "104.578", + "min": "104.162", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "374.319", + "max": "390.661", + "min": "342.23", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "189.389", + "max": "190.878", + "min": "189.158", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "91.435", + "max": "91.579", + "min": "91.247", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "95.457", + "max": "99.096", + "min": "95.184", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "138.81", + "max": "143.035", + "min": "138.514", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "241.938", + "max": "242.339", + "min": "241.765", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "274.469", + "max": "274.791", + "min": "274.359", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "84.757", + "max": "84.874", + "min": "84.657", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "143.72", + "max": "145.488", + "min": "143.46", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.507", + "max": "476.39", + "min": "182.187", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "147.792", + "max": "262.559", + "min": "69.841", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "161.192", + "max": "164.148", + "min": "160.694", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "241.37", + "max": "241.892", + "min": "241.195", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "118.291", + "max": "118.427", + "min": "118.16", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "108.47", + "max": "109.19", + "min": "108.274", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "123.566", + "max": "124.033", + "min": "123.346", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "178.948", + "max": "325.286", + "min": "99.987", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "193.933", + "max": "200.382", + "min": "193.527", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "50.367", + "max": "208.356", + "min": "42.979", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "41.347", + "max": "41.545", + "min": "41.217", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "31.828", + "max": "32.488", + "min": "31.277", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "91.887", + "max": "92.308", + "min": "91.756", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "228.131", + "max": "228.626", + "min": "227.851", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "120.161", + "max": "120.672", + "min": "119.934", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "183.536", + "max": "186.074", + "min": "183.333", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "102.705", + "max": "107.969", + "min": "102.416", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "105.389", + "max": "105.571", + "min": "105.181", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "117.445", + "max": "117.652", + "min": "117.271", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "286.448", + "max": "287.822", + "min": "285.783", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "126.969", + "max": "127.101", + "min": "126.834", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "78.178", + "max": "78.425", + "min": "78.003", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "131.66", + "max": "148.2", + "min": "130.356", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "120.537", + "max": "120.784", + "min": "120.424", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "114.905", + "max": "115.208", + "min": "114.808", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "80.612", + "max": "80.884", + "min": "80.442", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "18.311", + "max": "18.513", + "min": "18.156", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "213.513", + "max": "217.077", + "min": "213.001", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "44.35", + "max": "44.858", + "min": "44.192", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "30.325", + "max": "30.537", + "min": "30.166", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "187.992", + "max": "193.469", + "min": "187.628", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "9.749", + "max": "10.141", + "min": "9.521", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "45.845", + "max": "46.146", + "min": "45.688", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "197.452", + "max": "197.643", + "min": "197.32", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "13.847", + "max": "15.089", + "min": "13.708", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "17.437", + "max": "17.539", + "min": "17.35", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "14.076", + "max": "18.859", + "min": "12.43", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "283.563", + "max": "283.752", + "min": "283.403", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "39.741", + "max": "42.68", + "min": "39.502", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "24.259", + "max": "56.166", + "min": "22.953", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "92.035", + "max": "92.472", + "min": "91.869", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "161.576", + "max": "162.2", + "min": "161.389", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "38.44", + "max": "40.079", + "min": "38.08", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "319.765", + "max": "374.287", + "min": "310.435", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "121.294", + "max": "124.364", + "min": "121.089", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "249.345", + "max": "356.815", + "min": "243.011", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "127.015", + "max": "127.236", + "min": "126.871", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "202.344", + "max": "202.656", + "min": "202.195", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.322", + "max": "34.438", + "min": "34.196", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "80.443", + "max": "80.615", + "min": "80.316", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "109.24", + "max": "110.862", + "min": "108.984", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "173.724", + "max": "173.862", + "min": "173.595", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "93.817", + "max": "94.052", + "min": "93.699", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "139.458", + "max": "140.026", + "min": "139.31", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "266.306", + "max": "269.537", + "min": "265.962", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "99.934", + "max": "102.299", + "min": "99.708", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "95.261", + "max": "95.397", + "min": "95.183", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.905", + "max": "15.399", + "min": "14.772", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "143.392", + "max": "144.182", + "min": "143.283", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "24.837", + "max": "25.595", + "min": "24.668", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.32", + "max": "21.677", + "min": "21.08", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "32.186", + "max": "41.94", + "min": "31.619", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.295", + "max": "21.657", + "min": "21.199", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "20.001", + "max": "21.01", + "min": "19.736", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "59.642", + "max": "59.976", + "min": "59.451", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "40.432", + "max": "40.593", + "min": "40.325", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.652", + "max": "64.255", + "min": "62.369", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "42.879", + "max": "43.519", + "min": "42.673", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "14.833", + "max": "21.403", + "min": "14.178", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "10.63", + "max": "10.756", + "min": "10.522", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "10.719", + "max": "10.881", + "min": "10.576", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "31.798", + "max": "31.97", + "min": "31.635", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "53.515", + "max": "53.79", + "min": "53.266", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "28.127", + "max": "58.394", + "min": "26.345", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "36.33", + "max": "68.192", + "min": "16.275", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "19.598", + "max": "19.722", + "min": "19.475", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "53.556", + "max": "53.794", + "min": "53.392", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "39.156", + "max": "50.962", + "min": "38.153", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "41.175", + "max": "41.891", + "min": "40.676", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "10.473", + "max": "27.267", + "min": "9.531", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "313.496", + "max": "331.95", + "min": "312.144", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "11.869", + "max": "11.985", + "min": "11.705", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "23.604", + "max": "23.877", + "min": "23.339", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.327", + "max": "25.476", + "min": "25.239", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "178.174", + "max": "184.048", + "min": "176.776", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "49.027", + "max": "54.543", + "min": "48.658", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "13.23", + "max": "13.56", + "min": "13.094", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "11.213", + "max": "11.576", + "min": "11.09", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "8.574", + "max": "9.987", + "min": "7.196", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "276.139", + "max": "290.749", + "min": "273.237", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "105.212", + "max": "115.167", + "min": "103.587", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "313.647", + "max": "314.87", + "min": "310.869", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "153.061", + "max": "153.289", + "min": "152.92", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "11.351", + "max": "14.323", + "min": "11.143", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "142.999", + "max": "143.228", + "min": "142.769", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "160.389", + "max": "160.783", + "min": "160.274", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "32.272", + "max": "32.625", + "min": "32.118", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "52.388", + "max": "53.295", + "min": "52.173", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "12.738", + "max": "13.823", + "min": "12.474", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "9.695", + "max": "11.553", + "min": "9.327", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "105.153", + "max": "106.017", + "min": "104.998", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "116.053", + "max": "116.196", + "min": "115.96", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "268.103", + "max": "357.213", + "min": "264.771", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "161.614", + "max": "161.893", + "min": "161.477", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "30.642", + "max": "30.849", + "min": "30.48", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "83.889", + "max": "83.974", + "min": "83.786", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.582", + "max": "20.775", + "min": "20.444", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "212.977", + "max": "213.437", + "min": "212.798", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "121.094", + "max": "124.16", + "min": "118.177", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.696", + "max": "40.01", + "min": "31.276", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "37.501", + "max": "38.516", + "min": "36.863", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "157.93", + "max": "161.873", + "min": "156.606", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "107.774", + "max": "108.71", + "min": "107.311", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "255.576", + "max": "255.868", + "min": "255.419", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "83.673", + "max": "84.653", + "min": "83.499", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "46.289", + "max": "46.389", + "min": "46.23", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.046", + "max": "14.171", + "min": "13.954", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "45.889", + "max": "46.145", + "min": "45.768", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "87.702", + "max": "92.383", + "min": "87.208", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "91.243", + "max": "91.561", + "min": "91.089", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.747", + "max": "76.567", + "min": "66.709", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "158.42", + "max": "159.89", + "min": "158.083", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "94.455", + "max": "95.988", + "min": "93.491", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "60.842", + "max": "61.436", + "min": "60.599", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "117.377", + "max": "118.874", + "min": "117.147", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "27.757", + "max": "31.877", + "min": "27.226", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.461", + "max": "184.107", + "min": "168.802", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "187.629", + "max": "187.629", + "min": "187.629", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "12.46", + "max": "12.563", + "min": "12.307", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "9.853", + "max": "10.038", + "min": "9.731", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "113.886", + "max": "115.489", + "min": "113.635", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "30.484", + "max": "42.135", + "min": "22.521", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "31.536", + "max": "31.789", + "min": "31.403", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "199.904", + "max": "201.024", + "min": "199.718", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "88.8", + "max": "89.75", + "min": "88.558", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "103.238", + "max": "103.508", + "min": "103.102", + "id": "61", + "country": "Luxembourg", + "source_name": "Luxembourg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "76": { + "name": "Reykjavik", + "data": { + "0": { + "avg": "235.417", + "max": "236.62", + "min": "235.178", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "305.672", + "max": "306.25", + "min": "305.415", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "132.846", + "max": "133.511", + "min": "132.611", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "69.085", + "max": "77.873", + "min": "67.843", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "46.107", + "max": "46.814", + "min": "45.791", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "261.8", + "max": "263.115", + "min": "261.509", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "49.739", + "max": "51.146", + "min": "49.533", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "306.33", + "max": "324.509", + "min": "304.881", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "88.264", + "max": "89.17", + "min": "87.923", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "68.822", + "max": "70.351", + "min": "68.352", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "38.306", + "max": "39.372", + "min": "38.09", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "158.552", + "max": "159.796", + "min": "158.282", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "120.069", + "max": "121.831", + "min": "119.752", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "129.375", + "max": "134.596", + "min": "128.935", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "143.413", + "max": "144.428", + "min": "143.172", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "133.023", + "max": "133.567", + "min": "132.495", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "71.26", + "max": "72.152", + "min": "70.93", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "123.015", + "max": "123.93", + "min": "122.743", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "65.652", + "max": "66.478", + "min": "65.289", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "70.161", + "max": "71.617", + "min": "69.905", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "321.797", + "max": "322.18", + "min": "321.64", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "133.442", + "max": "134.56", + "min": "133.199", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "185.747", + "max": "186.357", + "min": "185.456", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "177.148", + "max": "178.156", + "min": "176.86", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "75.188", + "max": "75.801", + "min": "74.905", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "60.663", + "max": "61.694", + "min": "60.451", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "68.784", + "max": "71.431", + "min": "68.403", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "77.024", + "max": "78.067", + "min": "76.783", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "55.24", + "max": "56.179", + "min": "55.074", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "179.393", + "max": "180.762", + "min": "179.108", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "217.985", + "max": "218.193", + "min": "217.828", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "77.093", + "max": "77.358", + "min": "76.941", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "185.892", + "max": "195.477", + "min": "185.232", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "95.617", + "max": "95.899", + "min": "95.407", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "65.431", + "max": "66.189", + "min": "65.117", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "213.341", + "max": "215.276", + "min": "213.044", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "185.114", + "max": "186.358", + "min": "184.82", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "163.325", + "max": "163.838", + "min": "163.121", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "150.93", + "max": "151.554", + "min": "150.723", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "130.307", + "max": "131.064", + "min": "130", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "189.615", + "max": "193.55", + "min": "189.089", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "47.79", + "max": "51.321", + "min": "47.322", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "85.976", + "max": "86.775", + "min": "85.743", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "76.228", + "max": "79.775", + "min": "75.804", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "186.568", + "max": "187.6", + "min": "186.275", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "71.584", + "max": "72.164", + "min": "71.144", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "70.518", + "max": "74.009", + "min": "70.238", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "198.004", + "max": "198.77", + "min": "197.67", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "267.71", + "max": "273.537", + "min": "267.242", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "160.513", + "max": "168.006", + "min": "160.093", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "122.139", + "max": "123.206", + "min": "121.861", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "184.482", + "max": "185.101", + "min": "184.212", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "78.896", + "max": "89.705", + "min": "70.054", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "136.278", + "max": "136.813", + "min": "136.119", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "183.981", + "max": "191.445", + "min": "180.944", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "385.238", + "max": "386.534", + "min": "385.023", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "78.341", + "max": "82.427", + "min": "77.058", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "349.272", + "max": "350.324", + "min": "349.098", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "91.425", + "max": "93.28", + "min": "91.024", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "58.302", + "max": "58.913", + "min": "58.158", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "93.467", + "max": "96.327", + "min": "92.789", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "105.558", + "max": "152.086", + "min": "102.209", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "233.925", + "max": "333.777", + "min": "219.826", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "245.313", + "max": "246.237", + "min": "245.087", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "86.205", + "max": "87.215", + "min": "85.932", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "83.71", + "max": "85.307", + "min": "83.41", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "115.737", + "max": "116.436", + "min": "115.441", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "99.395", + "max": "100.046", + "min": "99.027", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "245.404", + "max": "248.94", + "min": "244.458", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "147.058", + "max": "153.49", + "min": "146.533", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "375.201", + "max": "376.1", + "min": "374.987", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "175.735", + "max": "177.388", + "min": "175.21", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "191.557", + "max": "192.711", + "min": "191.294", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "143.798", + "max": "144.427", + "min": "143.627", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "0.067", + "max": "0.167", + "min": "0.042", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "44.034", + "max": "44.858", + "min": "43.827", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "128.955", + "max": "130.83", + "min": "128.721", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "179.948", + "max": "184.53", + "min": "179.561", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "143.728", + "max": "149.3", + "min": "143.264", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "130.734", + "max": "131.292", + "min": "130.593", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "197.969", + "max": "199.32", + "min": "197.759", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "123.023", + "max": "123.629", + "min": "122.75", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "220.576", + "max": "222.056", + "min": "218.005", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "187.604", + "max": "188.496", + "min": "187.314", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "158.545", + "max": "161.813", + "min": "158.173", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "105.08", + "max": "106.671", + "min": "104.726", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "54.916", + "max": "55.909", + "min": "54.546", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "145.152", + "max": "145.679", + "min": "144.934", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "152.524", + "max": "153.421", + "min": "152.355", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "43.331", + "max": "51.514", + "min": "42.56", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "166.87", + "max": "169.32", + "min": "166.083", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "197.899", + "max": "198.889", + "min": "197.576", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "72.296", + "max": "72.968", + "min": "72.149", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "299.43", + "max": "300.403", + "min": "299.177", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "119.513", + "max": "120.005", + "min": "119.229", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "160.89", + "max": "161.542", + "min": "160.676", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "197.659", + "max": "197.976", + "min": "197.383", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "172.214", + "max": "230.544", + "min": "169.231", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "191.58", + "max": "192.129", + "min": "191.402", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "134.302", + "max": "138.739", + "min": "133.845", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "151.444", + "max": "152.021", + "min": "151.293", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "175.868", + "max": "177.774", + "min": "175.675", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "90.434", + "max": "92.182", + "min": "90.114", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "348.442", + "max": "357.134", + "min": "347.366", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "162.683", + "max": "164.07", + "min": "162.412", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "360.952", + "max": "380.225", + "min": "333.051", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "220.391", + "max": "222.148", + "min": "220.086", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "123.622", + "max": "124.404", + "min": "123.444", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "128.584", + "max": "129.095", + "min": "128.379", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "186.461", + "max": "187.843", + "min": "186.157", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "308.789", + "max": "309.232", + "min": "308.631", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "314.822", + "max": "315.316", + "min": "314.685", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "111.077", + "max": "112.145", + "min": "110.869", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "170.138", + "max": "174.2", + "min": "169.631", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "396.522", + "max": "523.731", + "min": "250.726", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.86", + "max": "258.974", + "min": "106.938", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "212.212", + "max": "213.171", + "min": "211.712", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "267.323", + "max": "269.308", + "min": "266.959", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "149.671", + "max": "150.661", + "min": "149.426", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "144.318", + "max": "146.448", + "min": "143.807", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "159.236", + "max": "159.868", + "min": "158.911", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "230.638", + "max": "393.941", + "min": "150.869", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "227.613", + "max": "228.149", + "min": "227.364", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "96.581", + "max": "301.013", + "min": "82.511", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "83.798", + "max": "84.756", + "min": "83.553", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "68.569", + "max": "70.258", + "min": "67.892", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "112.992", + "max": "114.037", + "min": "112.704", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "195.911", + "max": "196.681", + "min": "195.724", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "166.586", + "max": "166.895", + "min": "166.328", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "212.521", + "max": "213.704", + "min": "212.281", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "140.596", + "max": "141.258", + "min": "140.383", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "158.524", + "max": "160.203", + "min": "158.171", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "132.452", + "max": "133.425", + "min": "132.294", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "337.066", + "max": "338.663", + "min": "336.268", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "160.334", + "max": "161.315", + "min": "160.118", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "110.483", + "max": "112.58", + "min": "110.176", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "175.974", + "max": "189.519", + "min": "174.74", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "155.995", + "max": "157.583", + "min": "155.848", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "140.524", + "max": "141.6", + "min": "140.339", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "106.93", + "max": "107.499", + "min": "106.692", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "67.862", + "max": "69.154", + "min": "67.594", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "207.945", + "max": "211.722", + "min": "207.386", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "79.745", + "max": "80.958", + "min": "79.481", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "79.662", + "max": "80.353", + "min": "79.46", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "215.301", + "max": "219.874", + "min": "214.748", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "61.673", + "max": "62.306", + "min": "61.349", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "95.544", + "max": "106.691", + "min": "94.648", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "173.788", + "max": "174.437", + "min": "173.557", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "48.584", + "max": "49.098", + "min": "48.389", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "41.478", + "max": "42.473", + "min": "41.248", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "60.091", + "max": "97.177", + "min": "57.392", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "283.477", + "max": "284.207", + "min": "283.374", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "81.274", + "max": "82.15", + "min": "81.079", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "56.111", + "max": "88.266", + "min": "54.701", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "138.93", + "max": "139.769", + "min": "138.754", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "184.598", + "max": "185.078", + "min": "184.375", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "93.299", + "max": "94.834", + "min": "92.729", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "282.743", + "max": "328.995", + "min": "273.984", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "150.843", + "max": "152.495", + "min": "150.505", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "281.933", + "max": "313.893", + "min": "277.222", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "150.641", + "max": "151.604", + "min": "150.432", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "417.731", + "max": "419.052", + "min": "417.262", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "75.245", + "max": "77.286", + "min": "74.95", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "123.226", + "max": "127.962", + "min": "122.938", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "146.533", + "max": "146.989", + "min": "146.293", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "196.007", + "max": "196.795", + "min": "195.872", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "137.555", + "max": "140.299", + "min": "137.272", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "164.612", + "max": "165.261", + "min": "164.48", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "224.077", + "max": "228.436", + "min": "220.834", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "123.919", + "max": "125.284", + "min": "123.709", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "137.152", + "max": "137.657", + "min": "137.003", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "61.204", + "max": "62.656", + "min": "60.833", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "187.831", + "max": "188.598", + "min": "187.624", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "48.968", + "max": "49.97", + "min": "48.762", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "70.319", + "max": "81.325", + "min": "69.583", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "76.726", + "max": "77.631", + "min": "76.538", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "61.817", + "max": "62.218", + "min": "61.704", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "43.129", + "max": "44.496", + "min": "42.719", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "114.073", + "max": "116.061", + "min": "113.732", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "86.414", + "max": "87.028", + "min": "86.212", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "107.529", + "max": "109.277", + "min": "107.303", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "88.257", + "max": "90.058", + "min": "87.927", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "56.456", + "max": "58.168", + "min": "56.083", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "52.74", + "max": "53.629", + "min": "52.529", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "50.232", + "max": "51.207", + "min": "49.948", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "70.265", + "max": "73.148", + "min": "69.973", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "98.346", + "max": "99.226", + "min": "98.032", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "73.438", + "max": "77.891", + "min": "72.612", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "65.368", + "max": "81.35", + "min": "53.093", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "55.8", + "max": "56.594", + "min": "55.555", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "105.605", + "max": "106.986", + "min": "105.306", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "96.667", + "max": "102.676", + "min": "96.049", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "89.509", + "max": "92.144", + "min": "88.916", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "52.635", + "max": "64.576", + "min": "51.858", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "231.107", + "max": "233.728", + "min": "230.802", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "61.89", + "max": "64.414", + "min": "61.581", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "68.173", + "max": "69.794", + "min": "67.889", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "70.96", + "max": "72.184", + "min": "70.728", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "200.915", + "max": "208.815", + "min": "198.99", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "98.097", + "max": "99.658", + "min": "97.735", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "51.06", + "max": "52.223", + "min": "50.865", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "50.52", + "max": "53.185", + "min": "49.803", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "47.66", + "max": "50.136", + "min": "47.418", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "347.838", + "max": "359.407", + "min": "346.158", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "111.552", + "max": "118.654", + "min": "110.37", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "260.064", + "max": "260.806", + "min": "259.805", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "181.813", + "max": "182.8", + "min": "181.647", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "52.562", + "max": "53.899", + "min": "52.335", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "178.388", + "max": "179.571", + "min": "178.098", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "204.456", + "max": "205.008", + "min": "204.264", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "76.131", + "max": "76.868", + "min": "75.863", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "109.82", + "max": "110.574", + "min": "109.591", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "41.965", + "max": "43.213", + "min": "41.465", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "48.746", + "max": "50.66", + "min": "48.341", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "202.528", + "max": "203.027", + "min": "202.407", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "216.989", + "max": "217.373", + "min": "216.781", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "368.543", + "max": "532.054", + "min": "358.18", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "118.06", + "max": "119.147", + "min": "117.846", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "68.93", + "max": "69.658", + "min": "68.717", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "107.376", + "max": "108.742", + "min": "107.173", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "69.552", + "max": "71.228", + "min": "69.284", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "278.455", + "max": "278.795", + "min": "278.242", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "167.189", + "max": "171.458", + "min": "163.848", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "66.727", + "max": "69.543", + "min": "66.417", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "91.124", + "max": "92.937", + "min": "90.115", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "209.363", + "max": "213.552", + "min": "208.162", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "134.621", + "max": "137.038", + "min": "134.047", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "284.133", + "max": "285.253", + "min": "283.877", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "129.224", + "max": "129.93", + "min": "129.001", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "87.159", + "max": "87.663", + "min": "87.003", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "50.883", + "max": "51.795", + "min": "50.666", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "81.418", + "max": "83.303", + "min": "81.113", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "130.967", + "max": "133.516", + "min": "130.337", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "128.141", + "max": "129.424", + "min": "127.826", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "104.599", + "max": "110.059", + "min": "102.295", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "213.17", + "max": "214.184", + "min": "212.652", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "125.293", + "max": "126.799", + "min": "124.25", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "108.526", + "max": "109.211", + "min": "108.336", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "144.217", + "max": "145.21", + "min": "144.009", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "59.498", + "max": "62.338", + "min": "58.977", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "215.958", + "max": "216.853", + "min": "215.5", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "229.86", + "max": "229.86", + "min": "229.86", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "49.532", + "max": "51.403", + "min": "49.321", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "70.091", + "max": "71.981", + "min": "69.822", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "133.639", + "max": "134.597", + "min": "133.392", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "63.396", + "max": "78.493", + "min": "54.668", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "72.153", + "max": "73.582", + "min": "71.852", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "160.958", + "max": "162.042", + "min": "160.644", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "131.898", + "max": "134.911", + "min": "131.478", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "148.255", + "max": "148.915", + "min": "148.08", + "id": "76", + "country": "Iceland", + "source_name": "Reykjavik", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "77": { + "name": "Manchester", + "data": { + "0": { + "avg": "231.883", + "max": "232.205", + "min": "231.614", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "266.232", + "max": "272.197", + "min": "265.751", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "110.302", + "max": "110.651", + "min": "110.116", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "35.515", + "max": "42.74", + "min": "34.644", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "13.871", + "max": "14.219", + "min": "13.579", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "229.668", + "max": "232.704", + "min": "229.388", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "12.345", + "max": "12.612", + "min": "12.166", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "273.122", + "max": "288.048", + "min": "271.527", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "61.141", + "max": "61.504", + "min": "60.901", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "33.596", + "max": "36.447", + "min": "33.203", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "7.082", + "max": "8.016", + "min": "6.781", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "117.001", + "max": "127.346", + "min": "116.456", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "80.655", + "max": "80.971", + "min": "80.467", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "97.075", + "max": "97.558", + "min": "96.763", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.626", + "max": "110.969", + "min": "110.456", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "91.21", + "max": "91.724", + "min": "90.905", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "30.912", + "max": "31.186", + "min": "30.657", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "98.318", + "max": "98.614", + "min": "98.177", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "8.86", + "max": "9.098", + "min": "8.707", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "30.399", + "max": "32.399", + "min": "30.123", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "296.294", + "max": "296.658", + "min": "296.1", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "93.123", + "max": "93.737", + "min": "92.884", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "142.527", + "max": "142.722", + "min": "142.353", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "147.202", + "max": "155.399", + "min": "146.721", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "38.108", + "max": "38.59", + "min": "37.824", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.457", + "max": "27.671", + "min": "27.279", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "42.244", + "max": "43.237", + "min": "41.9", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "34.534", + "max": "41.222", + "min": "34.068", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "17.93", + "max": "18.213", + "min": "17.73", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "132.387", + "max": "133.012", + "min": "132.014", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "163.383", + "max": "163.628", + "min": "163.233", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.036", + "max": "40.219", + "min": "38.82", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "143.569", + "max": "146.537", + "min": "143.258", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "50.618", + "max": "51.084", + "min": "50.437", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "28.565", + "max": "30.354", + "min": "28.159", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "260.728", + "max": "264.622", + "min": "260.302", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "149.193", + "max": "149.426", + "min": "148.994", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "135.97", + "max": "136.166", + "min": "135.75", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "112.106", + "max": "112.369", + "min": "111.903", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "104.464", + "max": "109.482", + "min": "104.019", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "148.807", + "max": "150.971", + "min": "148.454", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "16.223", + "max": "17.679", + "min": "15.743", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "51.342", + "max": "51.583", + "min": "51.148", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "40.038", + "max": "41.555", + "min": "39.801", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "155.88", + "max": "156.24", + "min": "155.667", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "42.244", + "max": "42.852", + "min": "41.665", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "36.804", + "max": "37.135", + "min": "36.595", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "168.116", + "max": "169.311", + "min": "167.855", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "235.727", + "max": "236.143", + "min": "235.49", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "126.525", + "max": "126.796", + "min": "126.32", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "132.603", + "max": "132.971", + "min": "132.352", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "148.848", + "max": "149.528", + "min": "148.635", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "26.75", + "max": "102.461", + "min": "13.932", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "101.39", + "max": "101.768", + "min": "101.153", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "144.051", + "max": "152.396", + "min": "141.128", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "194.961", + "max": "195.537", + "min": "194.745", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "44.592", + "max": "47.739", + "min": "43.908", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "300.955", + "max": "301.235", + "min": "300.738", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "63.64", + "max": "64.597", + "min": "63.336", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "20.469", + "max": "20.825", + "min": "20.224", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "70.104", + "max": "70.81", + "min": "69.576", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "72.271", + "max": "129.928", + "min": "67.438", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "191.136", + "max": "225.865", + "min": "188.373", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "205.439", + "max": "205.707", + "min": "205.203", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "55.283", + "max": "55.935", + "min": "55.01", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "42.152", + "max": "43.098", + "min": "41.924", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "81.792", + "max": "82.015", + "min": "81.594", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "62.06", + "max": "62.38", + "min": "61.652", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "225.261", + "max": "226.734", + "min": "224.448", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "116.397", + "max": "118.319", + "min": "116.132", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "241.475", + "max": "242.204", + "min": "241.135", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "148.807", + "max": "149.173", + "min": "148.555", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "155.147", + "max": "155.508", + "min": "155.016", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "97.743", + "max": "98.003", + "min": "97.615", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "44.085", + "max": "44.729", + "min": "43.83", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "0.014", + "max": "0.028", + "min": "0.009", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "91.34", + "max": "91.563", + "min": "91.116", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "139.762", + "max": "140.064", + "min": "139.561", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "87.029", + "max": "87.411", + "min": "86.702", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "87.069", + "max": "87.361", + "min": "86.875", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "137.303", + "max": "137.925", + "min": "136.953", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "89.546", + "max": "89.928", + "min": "89.142", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "213.403", + "max": "220.11", + "min": "212.954", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "140.875", + "max": "141.139", + "min": "140.644", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "121.776", + "max": "122.022", + "min": "121.621", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "64.732", + "max": "66.088", + "min": "64.417", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "16.085", + "max": "17.438", + "min": "15.745", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "106.224", + "max": "106.527", + "min": "106.071", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "100.43", + "max": "100.758", + "min": "100.236", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "10.726", + "max": "16.032", + "min": "10.254", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "107.637", + "max": "110.25", + "min": "106.943", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "146.632", + "max": "147.356", + "min": "146.39", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "29.292", + "max": "29.585", + "min": "29.12", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "285.941", + "max": "286.307", + "min": "285.744", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "97.325", + "max": "97.701", + "min": "97.159", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "115.606", + "max": "116.76", + "min": "115.247", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "155.023", + "max": "155.264", + "min": "154.757", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "148.173", + "max": "174.022", + "min": "146.871", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "134.501", + "max": "134.871", + "min": "134.288", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "89.53", + "max": "90.754", + "min": "89.301", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "108.188", + "max": "108.458", + "min": "108.029", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "154.27", + "max": "155.131", + "min": "154.01", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "51.197", + "max": "51.501", + "min": "51.004", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "302.036", + "max": "303.857", + "min": "301.424", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "104.318", + "max": "104.602", + "min": "104.109", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "323.954", + "max": "337.641", + "min": "274.554", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "176.742", + "max": "179.856", + "min": "176.154", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "80.267", + "max": "80.513", + "min": "80.009", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "105.16", + "max": "105.392", + "min": "104.951", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "152.542", + "max": "152.852", + "min": "152.359", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.423", + "max": "253.054", + "min": "249.006", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "268.287", + "max": "268.512", + "min": "268.108", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "76.724", + "max": "77.065", + "min": "76.52", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "144.824", + "max": "147.188", + "min": "144.428", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "384.378", + "max": "501.55", + "min": "214.148", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "156.979", + "max": "252.947", + "min": "67.115", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "183.826", + "max": "205.413", + "min": "182.749", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "255.189", + "max": "255.992", + "min": "254.906", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "111.208", + "max": "111.524", + "min": "110.931", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "118.8", + "max": "119.416", + "min": "118.456", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "108.76", + "max": "109.092", + "min": "108.441", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "196.232", + "max": "350.427", + "min": "107.252", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "198.067", + "max": "198.773", + "min": "197.651", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "65.689", + "max": "143.67", + "min": "62.494", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "56.382", + "max": "56.588", + "min": "56.222", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "103.11", + "max": "279.672", + "min": "32.149", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.775", + "max": "81.206", + "min": "80.351", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "175.277", + "max": "175.742", + "min": "175.019", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "108.182", + "max": "108.391", + "min": "107.935", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "167.048", + "max": "168.167", + "min": "166.718", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "100.45", + "max": "100.838", + "min": "100.271", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "91.948", + "max": "92.277", + "min": "91.732", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "95.802", + "max": "96.798", + "min": "95.398", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "287.716", + "max": "288.361", + "min": "287.024", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.392", + "max": "123.703", + "min": "123.168", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "69.704", + "max": "70.107", + "min": "69.455", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "124.636", + "max": "130.335", + "min": "123.559", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "135.563", + "max": "135.948", + "min": "135.318", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "100.134", + "max": "100.362", + "min": "99.887", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "75.21", + "max": "75.527", + "min": "74.961", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "34.984", + "max": "35.22", + "min": "34.764", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "184.615", + "max": "185.205", + "min": "184.286", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.891", + "max": "44.167", + "min": "43.687", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "50.661", + "max": "50.923", + "min": "50.407", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "173.173", + "max": "173.453", + "min": "172.888", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "16.379", + "max": "16.961", + "min": "16.096", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "43.426", + "max": "43.666", + "min": "43.21", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "149.675", + "max": "150.139", + "min": "149.468", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "6.64", + "max": "6.857", + "min": "6.347", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "8.381", + "max": "8.616", + "min": "8.203", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "21.509", + "max": "32.608", + "min": "19.906", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "253.608", + "max": "253.824", + "min": "253.452", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "41.873", + "max": "42.781", + "min": "41.622", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "23.774", + "max": "24.09", + "min": "23.568", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "103.044", + "max": "103.345", + "min": "102.827", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "134.759", + "max": "135.379", + "min": "134.432", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "65.342", + "max": "65.802", + "min": "65.019", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "266.095", + "max": "307.799", + "min": "259.73", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "114.308", + "max": "114.937", + "min": "114.022", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "237.606", + "max": "326.783", + "min": "230.384", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "165.962", + "max": "166.242", + "min": "165.773", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.81", + "max": "382.212", + "min": "381.328", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "39.759", + "max": "40.458", + "min": "39.556", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "71.913", + "max": "72.415", + "min": "71.771", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "127.777", + "max": "128.254", + "min": "127.495", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "177.499", + "max": "177.788", + "min": "177.275", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "97.347", + "max": "97.767", + "min": "97.139", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "132.511", + "max": "133.387", + "min": "132.168", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "259.342", + "max": "283.7", + "min": "232.135", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.089", + "max": "73.49", + "min": "72.851", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "87.401", + "max": "87.663", + "min": "87.172", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.371", + "max": "25.505", + "min": "22.94", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "293.907", + "max": "294.388", + "min": "293.647", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "16.619", + "max": "16.916", + "min": "16.403", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "24.761", + "max": "25.092", + "min": "24.489", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "33.021", + "max": "38.218", + "min": "32.653", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "40.787", + "max": "41.015", + "min": "40.647", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "11.13", + "max": "11.781", + "min": "10.826", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "62.062", + "max": "62.515", + "min": "61.873", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "56.128", + "max": "56.41", + "min": "55.958", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "69.894", + "max": "74.466", + "min": "69.424", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "48.208", + "max": "48.752", + "min": "47.884", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "12.462", + "max": "13.485", + "min": "12.122", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "21.803", + "max": "22.134", + "min": "21.655", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "17.782", + "max": "18.023", + "min": "17.441", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "27.058", + "max": "27.355", + "min": "26.774", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "68.854", + "max": "70.558", + "min": "68.299", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "39.785", + "max": "60.406", + "min": "38.439", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "49.189", + "max": "97.456", + "min": "24.828", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "7.38", + "max": "7.621", + "min": "7.206", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "74.95", + "max": "75.625", + "min": "74.722", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "66.59", + "max": "66.899", + "min": "66.356", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "43.8", + "max": "44.596", + "min": "43.424", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "13.136", + "max": "14.241", + "min": "12.715", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.086", + "max": "273.598", + "min": "270.699", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "26.604", + "max": "26.904", + "min": "26.45", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.527", + "max": "43.769", + "min": "43.215", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "78.462", + "max": "78.727", + "min": "78.25", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.573", + "max": "169.742", + "min": "162.686", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "62.879", + "max": "66.656", + "min": "62.558", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "21.4", + "max": "36.07", + "min": "20.543", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "13.397", + "max": "13.913", + "min": "13.074", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "18.933", + "max": "19.198", + "min": "18.72", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "286.911", + "max": "292.361", + "min": "286.195", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "82.777", + "max": "92.19", + "min": "81.528", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.713", + "max": "232.057", + "min": "198.082", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "154.712", + "max": "154.957", + "min": "154.582", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "14.399", + "max": "14.801", + "min": "14.093", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "155.645", + "max": "157.187", + "min": "155.289", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "154.914", + "max": "155.59", + "min": "154.383", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "51.853", + "max": "52.14", + "min": "51.617", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "67.295", + "max": "67.531", + "min": "67.059", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "11.059", + "max": "12.643", + "min": "10.556", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "14.75", + "max": "15.049", + "min": "14.468", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "104.544", + "max": "104.774", + "min": "104.374", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "110.201", + "max": "110.458", + "min": "110.048", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "187.847", + "max": "340.215", + "min": "182.3", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "79.344", + "max": "79.612", + "min": "79.133", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "29.206", + "max": "29.44", + "min": "28.928", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "79.616", + "max": "79.822", + "min": "79.456", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "26.923", + "max": "27.2", + "min": "26.68", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "221.032", + "max": "227.643", + "min": "220.529", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "120.579", + "max": "123.945", + "min": "117.639", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "27.243", + "max": "27.481", + "min": "27.088", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "50.275", + "max": "52.119", + "min": "49.495", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "150.344", + "max": "153.412", + "min": "149.19", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "245.269", + "max": "246.613", + "min": "244.808", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "240.142", + "max": "240.438", + "min": "239.919", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "99.145", + "max": "99.555", + "min": "98.849", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "51.174", + "max": "51.437", + "min": "50.988", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "16.352", + "max": "16.593", + "min": "16.18", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "54.253", + "max": "54.505", + "min": "54.124", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "80.294", + "max": "84.144", + "min": "79.731", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "86.807", + "max": "87.129", + "min": "86.583", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "72.857", + "max": "75.685", + "min": "71.266", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "168.061", + "max": "170.168", + "min": "167.444", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "95.491", + "max": "114.333", + "min": "93.799", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "70.875", + "max": "71.834", + "min": "70.564", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "97.955", + "max": "98.498", + "min": "97.652", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "18.604", + "max": "25.75", + "min": "17.551", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "188.764", + "max": "189.158", + "min": "188.542", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.455", + "max": "183.455", + "min": "183.455", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "9.384", + "max": "9.609", + "min": "9.131", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.514", + "max": "22.756", + "min": "22.324", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "101.638", + "max": "104.224", + "min": "101.334", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "23.65", + "max": "30.937", + "min": "16.017", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "34.658", + "max": "34.931", + "min": "34.466", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "145.33", + "max": "147.381", + "min": "144.96", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "92.098", + "max": "93.265", + "min": "91.704", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "99.222", + "max": "99.652", + "min": "98.981", + "id": "77", + "country": "United Kingdom", + "source_name": "Manchester", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "88": { + "name": "Newcastle", + "data": { + "0": { + "avg": "212.83", + "max": "220.29", + "min": "211.855", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "284.371", + "max": "284.984", + "min": "281.911", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "94.523", + "max": "94.961", + "min": "92.088", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "40.356", + "max": "45.919", + "min": "39.178", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "17.657", + "max": "20.31", + "min": "17.202", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "232.99", + "max": "233.793", + "min": "232.687", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "16.173", + "max": "18.007", + "min": "15.913", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "273.642", + "max": "279.643", + "min": "272.842", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "59.643", + "max": "61.103", + "min": "59.227", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "39.768", + "max": "56.12", + "min": "37.3", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "9.941", + "max": "12.918", + "min": "9.351", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "120.596", + "max": "125.061", + "min": "117.962", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "80.727", + "max": "81.027", + "min": "80.53", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "91.811", + "max": "92.609", + "min": "91.526", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.353", + "max": "111.998", + "min": "110.024", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "88.542", + "max": "89.541", + "min": "88.093", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "38.155", + "max": "38.824", + "min": "37.795", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.02", + "max": "101.103", + "min": "93.196", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "19.664", + "max": "20.065", + "min": "19.389", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.445", + "max": "38.8", + "min": "35.989", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "287.328", + "max": "287.965", + "min": "284.993", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "95.425", + "max": "99.057", + "min": "95.02", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "142.119", + "max": "153.661", + "min": "141.501", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "145.704", + "max": "163.148", + "min": "144.828", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "40.355", + "max": "41.803", + "min": "39.892", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "30.575", + "max": "35.079", + "min": "30.043", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "36.23", + "max": "36.982", + "min": "35.866", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "38.9", + "max": "40.743", + "min": "38.542", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "24.863", + "max": "25.645", + "min": "24.622", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "138.021", + "max": "146.763", + "min": "135.101", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "181.513", + "max": "195.5", + "min": "180.347", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.967", + "max": "40.874", + "min": "39.67", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "144.161", + "max": "146.584", + "min": "143.73", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.468", + "max": "65.538", + "min": "58.548", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "38.118", + "max": "43.834", + "min": "37.358", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "182.433", + "max": "186.368", + "min": "181.711", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "149.449", + "max": "152.044", + "min": "148.991", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "137.894", + "max": "138.294", + "min": "137.62", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "115.67", + "max": "122.899", + "min": "112.747", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "89.86", + "max": "99.573", + "min": "89.04", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "152.761", + "max": "158.996", + "min": "151.617", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "19.181", + "max": "23.608", + "min": "18.399", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "55.49", + "max": "56.958", + "min": "55.168", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "45.346", + "max": "50.01", + "min": "44.604", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "150.715", + "max": "151.793", + "min": "148.39", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "41.631", + "max": "44.538", + "min": "40.864", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "42.595", + "max": "47.992", + "min": "42.038", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "159.498", + "max": "161.201", + "min": "159.067", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "248.371", + "max": "250.432", + "min": "245.948", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "118.981", + "max": "119.431", + "min": "116.601", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.038", + "max": "91.376", + "min": "89.576", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "142.668", + "max": "143.469", + "min": "140.286", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "64.857", + "max": "98.99", + "min": "12.723", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "106.999", + "max": "111.038", + "min": "104.611", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "156.189", + "max": "167.68", + "min": "152.544", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "343.349", + "max": "344.901", + "min": "342.926", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "50.813", + "max": "58.761", + "min": "49.271", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "306.27", + "max": "308.123", + "min": "303.67", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.625", + "max": "63.551", + "min": "58.097", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "24.425", + "max": "26.502", + "min": "23.984", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "68.404", + "max": "76.828", + "min": "67.407", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "76.284", + "max": "132.081", + "min": "70.573", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "195.751", + "max": "213.214", + "min": "194.026", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "275.31", + "max": "281.579", + "min": "272.111", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "58.417", + "max": "61.154", + "min": "57.888", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "53.367", + "max": "67.375", + "min": "51.986", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.106", + "max": "80.262", + "min": "78.794", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "54.344", + "max": "57.479", + "min": "53.546", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "211.455", + "max": "217.035", + "min": "208.253", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "115.54", + "max": "117.079", + "min": "113.05", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "286.046", + "max": "296.991", + "min": "285.333", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "147.053", + "max": "149.999", + "min": "144.69", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "152.882", + "max": "156.893", + "min": "152.353", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "102.079", + "max": "106.569", + "min": "101.217", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "54.83", + "max": "55.99", + "min": "54.562", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "16.293", + "max": "18.766", + "min": "15.713", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "94.91", + "max": "97.143", + "min": "94.479", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "140.461", + "max": "141.234", + "min": "140.182", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "96.604", + "max": "99.2", + "min": "96.036", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "98.389", + "max": "99.029", + "min": "98.125", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "143.138", + "max": "143.9", + "min": "142.757", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "85.211", + "max": "85.842", + "min": "84.904", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "283.871", + "max": "285.343", + "min": "280.156", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "157.142", + "max": "157.412", + "min": "156.791", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "145.323", + "max": "147.4", + "min": "145.106", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "72.37", + "max": "73.784", + "min": "71.895", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "0.02", + "max": "0.026", + "min": "0.018", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "110.195", + "max": "111.12", + "min": "109.967", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "116.823", + "max": "117.717", + "min": "116.425", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.179", + "max": "15.068", + "min": "13.926", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "107.677", + "max": "120.331", + "min": "106.339", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "149.105", + "max": "154.266", + "min": "148.436", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "38.228", + "max": "40.017", + "min": "37.808", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "276.276", + "max": "279.157", + "min": "273.718", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "91.636", + "max": "93.042", + "min": "91.284", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "118.078", + "max": "121.261", + "min": "117.657", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "155.119", + "max": "156.002", + "min": "154.848", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "139.053", + "max": "149.869", + "min": "137.7", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "157.531", + "max": "160.199", + "min": "157.14", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "92.085", + "max": "93.894", + "min": "91.619", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "110.705", + "max": "111.688", + "min": "110.45", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "143.16", + "max": "143.646", + "min": "143.03", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "60.374", + "max": "60.738", + "min": "60.082", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.94", + "max": "314.127", + "min": "301.484", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "103.185", + "max": "104.963", + "min": "102.739", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "317.171", + "max": "340.009", + "min": "279.7", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "188.063", + "max": "197.781", + "min": "187.476", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "82.813", + "max": "88.151", + "min": "82.239", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "99.996", + "max": "100.543", + "min": "99.72", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "136.517", + "max": "144.048", + "min": "133.819", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "247.807", + "max": "250.5", + "min": "245.424", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "271.451", + "max": "279.687", + "min": "270.822", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "80.295", + "max": "84.009", + "min": "77.705", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "137.942", + "max": "139.319", + "min": "137.598", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "364.875", + "max": "489.548", + "min": "217.44", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "160.254", + "max": "255.11", + "min": "77.009", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "192.727", + "max": "197.462", + "min": "190.086", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "233.54", + "max": "234.415", + "min": "231.109", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "112.018", + "max": "113.724", + "min": "111.595", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "111.503", + "max": "113.67", + "min": "110.892", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "114.725", + "max": "115.162", + "min": "114.402", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "211.09", + "max": "362.055", + "min": "120.349", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "227.615", + "max": "229.785", + "min": "227.282", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "55.107", + "max": "138.936", + "min": "50.241", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "47.985", + "max": "48.336", + "min": "47.797", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "36.248", + "max": "37.722", + "min": "33.582", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "82.05", + "max": "89.944", + "min": "80.995", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "159.419", + "max": "160.472", + "min": "159.073", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "118.238", + "max": "119.108", + "min": "117.978", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "177.091", + "max": "179.339", + "min": "174.569", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "103.6", + "max": "106.967", + "min": "101.054", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "90.217", + "max": "97.327", + "min": "89.681", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "105.47", + "max": "106.731", + "min": "105.15", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "293.569", + "max": "295.444", + "min": "291.065", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "127.096", + "max": "130.594", + "min": "124.578", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "72.765", + "max": "73.15", + "min": "72.518", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "133.462", + "max": "150.58", + "min": "131.34", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "124.399", + "max": "132.463", + "min": "123.772", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "107.891", + "max": "113.557", + "min": "107.423", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "75.82", + "max": "77.294", + "min": "75.479", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "39.762", + "max": "44.025", + "min": "39.163", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "185.095", + "max": "190.938", + "min": "184.419", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "47.54", + "max": "49.664", + "min": "47.091", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "38.726", + "max": "39.102", + "min": "38.446", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "181.86", + "max": "191.636", + "min": "178.776", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "21.089", + "max": "22.854", + "min": "20.756", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "55.653", + "max": "58.309", + "min": "55.311", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "149.712", + "max": "150.582", + "min": "149.438", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "10.953", + "max": "15.064", + "min": "10.578", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "12.989", + "max": "13.385", + "min": "12.818", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "31.323", + "max": "80.393", + "min": "27.741", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "241.49", + "max": "245.303", + "min": "241.095", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "48.284", + "max": "49.095", + "min": "47.974", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "29.097", + "max": "65.136", + "min": "27.331", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "91.638", + "max": "97.45", + "min": "91.15", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "142.46", + "max": "149.256", + "min": "141.589", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "45.998", + "max": "47.957", + "min": "45.497", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "249.672", + "max": "292.479", + "min": "241.55", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "120.761", + "max": "121.138", + "min": "120.517", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "244.652", + "max": "331.407", + "min": "236.169", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "117.329", + "max": "117.55", + "min": "117.168", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "383.295", + "max": "383.878", + "min": "381.017", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "50.266", + "max": "50.761", + "min": "50.066", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "74.504", + "max": "76.945", + "min": "74.083", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "114.278", + "max": "121.571", + "min": "111.508", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "175.211", + "max": "176.038", + "min": "174.962", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "101.402", + "max": "103.512", + "min": "101.092", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "135.835", + "max": "138.128", + "min": "135.483", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "236.634", + "max": "245.59", + "min": "212.3", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "81.124", + "max": "81.737", + "min": "80.84", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "93.126", + "max": "100.612", + "min": "90.197", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.327", + "max": "26.506", + "min": "22.901", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "276.01", + "max": "276.603", + "min": "273.559", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "19.073", + "max": "22.195", + "min": "18.755", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "28.777", + "max": "30.606", + "min": "28.319", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "36.939", + "max": "38.913", + "min": "36.631", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "34.751", + "max": "37.532", + "min": "34.424", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "14.205", + "max": "17.338", + "min": "13.757", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "58.021", + "max": "62.237", + "min": "57.402", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "57.08", + "max": "58.036", + "min": "56.786", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "69.744", + "max": "72.466", + "min": "69.272", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "54.53", + "max": "61.029", + "min": "53.871", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "19.325", + "max": "21.983", + "min": "18.973", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "19.664", + "max": "20.847", + "min": "19.478", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "15.235", + "max": "15.836", + "min": "14.956", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "45.079", + "max": "52.962", + "min": "44.297", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "69.473", + "max": "80.643", + "min": "68.527", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "42.889", + "max": "57.33", + "min": "41.347", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "37.847", + "max": "71.944", + "min": "22.719", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "9.856", + "max": "16.78", + "min": "9.132", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "78.431", + "max": "78.82", + "min": "78.249", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "40.275", + "max": "53.188", + "min": "39.442", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "57.113", + "max": "60.504", + "min": "56.485", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "17.586", + "max": "19.816", + "min": "16.93", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "215.527", + "max": "222.627", + "min": "214.988", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "32.261", + "max": "39.115", + "min": "31.567", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "36.613", + "max": "38.949", + "min": "36.15", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "38.023", + "max": "46.409", + "min": "37.443", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "167.673", + "max": "176.487", + "min": "165.342", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "66.544", + "max": "67.353", + "min": "66.225", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "17.246", + "max": "18.484", + "min": "16.924", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "16.665", + "max": "17.315", + "min": "16.391", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "15.473", + "max": "17.619", + "min": "14.956", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "301.701", + "max": "319.775", + "min": "297.778", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "87.295", + "max": "91.218", + "min": "86.614", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "209.51", + "max": "213.073", + "min": "203.81", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "155.901", + "max": "162.783", + "min": "153.313", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "18.886", + "max": "19.711", + "min": "18.614", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "144.811", + "max": "148.906", + "min": "144.412", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "154.899", + "max": "156.588", + "min": "154.349", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "44.822", + "max": "45.216", + "min": "44.541", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "73.017", + "max": "75.117", + "min": "72.365", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "15.151", + "max": "16.34", + "min": "14.637", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "19.55", + "max": "21.547", + "min": "19.016", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "103.569", + "max": "105.959", + "min": "103.26", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "110.979", + "max": "116.864", + "min": "110.331", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "260.463", + "max": "261.953", + "min": "260.081", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.606", + "max": "81.185", + "min": "80.358", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "30.472", + "max": "31.067", + "min": "30.194", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "78.861", + "max": "82.896", + "min": "78.473", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "35.884", + "max": "36.392", + "min": "35.695", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "220.938", + "max": "228.241", + "min": "220.117", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "128.535", + "max": "134.81", + "min": "125.772", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.477", + "max": "36.546", + "min": "30.79", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "46.855", + "max": "48.143", + "min": "46.272", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "154.072", + "max": "156.862", + "min": "152.648", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "105.967", + "max": "108.362", + "min": "105.428", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "255.75", + "max": "256.998", + "min": "253.084", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "87.664", + "max": "92.491", + "min": "86.87", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "56.92", + "max": "57.414", + "min": "56.725", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "19.811", + "max": "24.007", + "min": "19.372", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "61.704", + "max": "62.392", + "min": "61.441", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "93.198", + "max": "94.558", + "min": "92.741", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "91.666", + "max": "92.271", + "min": "91.383", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "70.514", + "max": "81.305", + "min": "68.885", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "177.146", + "max": "180.345", + "min": "173.786", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "91.495", + "max": "93.497", + "min": "90.575", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "76.727", + "max": "87.566", + "min": "75.813", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.554", + "max": "107.964", + "min": "105.09", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "22.493", + "max": "26.18", + "min": "21.973", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "203.163", + "max": "204.901", + "min": "200.724", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.159", + "max": "183.159", + "min": "183.159", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "12.938", + "max": "15.582", + "min": "12.67", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "36.148", + "max": "42.534", + "min": "35.66", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "121.469", + "max": "257.938", + "min": "104.555", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "34.756", + "max": "47.361", + "min": "25.459", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "38.679", + "max": "41.265", + "min": "38.16", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "190.312", + "max": "191.352", + "min": "187.913", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "90.154", + "max": "92.187", + "min": "89.735", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "99.932", + "max": "107.754", + "min": "97.219", + "id": "88", + "country": "United Kingdom", + "source_name": "Newcastle", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "91": { + "name": "Coventry", + "data": { + "0": { + "avg": "194.867", + "max": "203.552", + "min": "194.361", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "238.385", + "max": "247.034", + "min": "237.817", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "91.239", + "max": "92.321", + "min": "91.068", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "34.7", + "max": "38.69", + "min": "34.061", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "12.82", + "max": "18.221", + "min": "12.486", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "235.24", + "max": "244.121", + "min": "234.713", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "12.816", + "max": "18.91", + "min": "12.469", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "271.035", + "max": "274.921", + "min": "270.257", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "52.215", + "max": "58.14", + "min": "51.737", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "37.073", + "max": "44.132", + "min": "36.306", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "6.843", + "max": "15.931", + "min": "6.217", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "111.713", + "max": "116.071", + "min": "111.358", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.962", + "max": "78.427", + "min": "75.717", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "77.93", + "max": "78.49", + "min": "77.764", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "105.489", + "max": "107.66", + "min": "105.164", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "80.426", + "max": "86.184", + "min": "80.011", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.275", + "max": "38.414", + "min": "34.808", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "91.159", + "max": "98.63", + "min": "90.74", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "15.348", + "max": "18.303", + "min": "14.924", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "27.182", + "max": "28.538", + "min": "27.02", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "267.478", + "max": "269.552", + "min": "267.275", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "92.412", + "max": "92.784", + "min": "92.303", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "140.472", + "max": "144.09", + "min": "140.008", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "144.18", + "max": "159.336", + "min": "142.997", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "39.56", + "max": "40.539", + "min": "39.313", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.898", + "max": "34.949", + "min": "27.477", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "31.08", + "max": "36.326", + "min": "30.558", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "43.318", + "max": "44.206", + "min": "43.191", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.165", + "max": "19.187", + "min": "15.822", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "142.151", + "max": "146.578", + "min": "141.755", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "179.065", + "max": "179.513", + "min": "178.926", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.537", + "max": "39.836", + "min": "39.446", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "141.597", + "max": "141.813", + "min": "141.475", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "51.247", + "max": "51.914", + "min": "51.1", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "25.794", + "max": "27.89", + "min": "25.364", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "171.614", + "max": "180.267", + "min": "170.367", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "147.056", + "max": "147.661", + "min": "146.91", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "146.722", + "max": "152.022", + "min": "146.405", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "102.665", + "max": "103.561", + "min": "102.451", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "83.402", + "max": "83.795", + "min": "83.216", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "149.6", + "max": "155.393", + "min": "148.683", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "15.125", + "max": "19.173", + "min": "14.333", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "46.927", + "max": "53.162", + "min": "46.232", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "39.642", + "max": "48.056", + "min": "38.669", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "146.322", + "max": "146.646", + "min": "146.198", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "36.287", + "max": "39.083", + "min": "35.729", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "46.588", + "max": "47.62", + "min": "46.385", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "155.033", + "max": "161.209", + "min": "154.51", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "224.863", + "max": "233.086", + "min": "223.791", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "110.999", + "max": "113.844", + "min": "110.755", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "91.153", + "max": "96.241", + "min": "90.773", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "142.756", + "max": "146.212", + "min": "142.354", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "70.178", + "max": "90.015", + "min": "10.416", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "106.845", + "max": "107.602", + "min": "106.615", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "149.804", + "max": "157.917", + "min": "146.645", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "278.701", + "max": "286.432", + "min": "278.045", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "35.759", + "max": "39.04", + "min": "35.067", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "289.062", + "max": "291.16", + "min": "288.759", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "46.167", + "max": "54.703", + "min": "45.056", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "12.619", + "max": "14.384", + "min": "12.397", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "62.936", + "max": "63.85", + "min": "62.438", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "63.244", + "max": "106.534", + "min": "59.967", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "199.085", + "max": "233.583", + "min": "195.28", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "206.01", + "max": "208.907", + "min": "205.762", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "53.827", + "max": "54.825", + "min": "53.666", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "47.185", + "max": "52.985", + "min": "46.473", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "75.079", + "max": "76.484", + "min": "74.882", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "49.681", + "max": "55.695", + "min": "48.787", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "206.9", + "max": "208.084", + "min": "206.226", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "121.726", + "max": "129.884", + "min": "120.068", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "271.289", + "max": "272.276", + "min": "271.004", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "133.571", + "max": "140.191", + "min": "132.967", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "151.138", + "max": "155.959", + "min": "150.713", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "99.217", + "max": "101.531", + "min": "98.993", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "42.981", + "max": "46.398", + "min": "42.481", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "10.423", + "max": "11.758", + "min": "10.182", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "96.168", + "max": "101.635", + "min": "95.741", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "147.44", + "max": "148.376", + "min": "147.245", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "89.97", + "max": "96.906", + "min": "89.299", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "101.229", + "max": "105.986", + "min": "100.916", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "133.919", + "max": "134.252", + "min": "133.563", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "87.47", + "max": "92.72", + "min": "87.026", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "335.676", + "max": "341.768", + "min": "333.221", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "148.863", + "max": "157.216", + "min": "147.774", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "116.943", + "max": "118.591", + "min": "116.77", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "62.58", + "max": "70.39", + "min": "61.895", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "14.341", + "max": "19.027", + "min": "13.926", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "106.877", + "max": "113.23", + "min": "106.248", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "113.881", + "max": "118.353", + "min": "113.506", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "0.035", + "max": "0.056", + "min": "0.028", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "101.605", + "max": "103.825", + "min": "100.99", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "142.554", + "max": "149.714", + "min": "142.008", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "29.825", + "max": "30.63", + "min": "29.683", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "266.415", + "max": "269.796", + "min": "259.358", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "82.634", + "max": "84.564", + "min": "82.362", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "112.642", + "max": "113.236", + "min": "112.421", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "151.503", + "max": "154.902", + "min": "151.099", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "133.818", + "max": "137.167", + "min": "132.977", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "144.084", + "max": "151.557", + "min": "143.213", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "93.404", + "max": "94.512", + "min": "93.163", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "104.519", + "max": "107.661", + "min": "104.278", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "141.714", + "max": "143.136", + "min": "141.449", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "58.656", + "max": "66.026", + "min": "57.574", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.619", + "max": "308.651", + "min": "299.533", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "98.551", + "max": "98.849", + "min": "98.405", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "376.063", + "max": "404.442", + "min": "365.911", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "170.702", + "max": "172.715", + "min": "170.496", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "78.304", + "max": "84.859", + "min": "77.894", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "96.477", + "max": "101.712", + "min": "96.023", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "152.928", + "max": "156.116", + "min": "151.982", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "247.334", + "max": "256.785", + "min": "246.805", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "264.674", + "max": "265.449", + "min": "264.479", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "80.181", + "max": "80.873", + "min": "80.061", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "137.446", + "max": "140.842", + "min": "136.768", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "367.389", + "max": "489.216", + "min": "188.996", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.373", + "max": "299.017", + "min": "86.596", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "181.818", + "max": "190.571", + "min": "181.02", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "232.367", + "max": "238.694", + "min": "231.936", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "114.003", + "max": "115.381", + "min": "113.796", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "103.703", + "max": "106.065", + "min": "103.392", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "118.916", + "max": "125.918", + "min": "118.251", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "177.309", + "max": "326.17", + "min": "96.786", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "197.686", + "max": "205.208", + "min": "196.979", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "42.315", + "max": "54.575", + "min": "41.164", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "42.116", + "max": "42.929", + "min": "41.982", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "35.744", + "max": "44.309", + "min": "34.666", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "77.323", + "max": "77.594", + "min": "77.214", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "155.639", + "max": "156.77", + "min": "155.209", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.186", + "max": "127.36", + "min": "125.983", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "169.298", + "max": "170.639", + "min": "169.013", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "99.149", + "max": "100.971", + "min": "98.951", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "102.313", + "max": "106.781", + "min": "101.82", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "104.784", + "max": "105.281", + "min": "104.594", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "297.705", + "max": "298.421", + "min": "297.13", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "118.949", + "max": "125.855", + "min": "118.577", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "74.159", + "max": "75.344", + "min": "73.941", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "122.571", + "max": "127.667", + "min": "121.458", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "115.107", + "max": "115.478", + "min": "114.913", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "114.415", + "max": "114.652", + "min": "114.205", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "78.026", + "max": "78.323", + "min": "77.883", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "33.49", + "max": "40.731", + "min": "33.113", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "196.443", + "max": "199.824", + "min": "195.857", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "46.572", + "max": "53.463", + "min": "45.964", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "34.579", + "max": "35.028", + "min": "34.389", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.215", + "max": "181.047", + "min": "179.789", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "14.77", + "max": "17.652", + "min": "14.15", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "47.816", + "max": "61.475", + "min": "46.715", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "145.048", + "max": "148.126", + "min": "144.709", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "5.993", + "max": "6.619", + "min": "5.846", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "7.819", + "max": "8.101", + "min": "7.733", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "20.72", + "max": "32.585", + "min": "19.12", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "233.539", + "max": "236.109", + "min": "233.307", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "39.18", + "max": "40.486", + "min": "38.968", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "25.022", + "max": "34.142", + "min": "24.238", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "85.57", + "max": "85.782", + "min": "85.494", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "142.369", + "max": "144.647", + "min": "141.914", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "41.176", + "max": "46.685", + "min": "40.652", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "254.255", + "max": "299.565", + "min": "245.463", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "114.671", + "max": "122.509", + "min": "113.807", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "245.431", + "max": "330.506", + "min": "236.129", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "113.328", + "max": "117.121", + "min": "112.93", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "202.282", + "max": "204.909", + "min": "202.081", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "43.323", + "max": "52.968", + "min": "42.602", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "76.926", + "max": "78.434", + "min": "76.634", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "123.835", + "max": "126.773", + "min": "123.597", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "166.7", + "max": "167.472", + "min": "166.554", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "95.848", + "max": "96.93", + "min": "95.641", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "143.571", + "max": "150.079", + "min": "143.084", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "230.115", + "max": "236.41", + "min": "209.991", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "86.741", + "max": "87.96", + "min": "86.537", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "89.231", + "max": "90.516", + "min": "89.088", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "19.262", + "max": "25.255", + "min": "18.666", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "162.698", + "max": "163.397", + "min": "162.491", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "14.512", + "max": "15.717", + "min": "14.369", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "33.901", + "max": "39.623", + "min": "33.451", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "32.681", + "max": "55.091", + "min": "31.387", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "30.049", + "max": "31.879", + "min": "29.872", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "10.06", + "max": "14.375", + "min": "9.565", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.17", + "max": "71.735", + "min": "67.713", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "52.259", + "max": "52.318", + "min": "52.187", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "68.937", + "max": "72.986", + "min": "68.664", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "51.933", + "max": "60.325", + "min": "51.496", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "14.434", + "max": "20.793", + "min": "13.96", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "14.519", + "max": "21.202", + "min": "14.026", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "11.761", + "max": "15.288", + "min": "11.515", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "37.045", + "max": "45.01", + "min": "36.687", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "61.119", + "max": "61.4", + "min": "60.906", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "38.843", + "max": "54.527", + "min": "36.957", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "56.32", + "max": "114.391", + "min": "24.048", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "9.484", + "max": "10.099", + "min": "9.359", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "67.314", + "max": "71.026", + "min": "66.807", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "34.028", + "max": "34.724", + "min": "33.804", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "43.095", + "max": "49.876", + "min": "42.314", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "9.393", + "max": "16.202", + "min": "8.736", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "272.294", + "max": "278.105", + "min": "271.893", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "25.58", + "max": "28.321", + "min": "25.223", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "34.21", + "max": "36.137", + "min": "33.896", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "31.496", + "max": "37.253", + "min": "31.017", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "160.861", + "max": "166.401", + "min": "158.817", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "60.984", + "max": "64.393", + "min": "60.54", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "14.901", + "max": "22.037", + "min": "14.031", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "13.46", + "max": "15.839", + "min": "13.135", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "12.821", + "max": "14.154", + "min": "12.32", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "295.453", + "max": "295.707", + "min": "295.308", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.471", + "max": "83.023", + "min": "77.56", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "233.793", + "max": "245.781", + "min": "209.671", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "251.389", + "max": "255.662", + "min": "251.061", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "16.833", + "max": "20.927", + "min": "16.485", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "158.79", + "max": "162.854", + "min": "158.141", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "164.481", + "max": "164.665", + "min": "164.204", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "40.087", + "max": "40.909", + "min": "39.839", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "66.074", + "max": "72.213", + "min": "65.652", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "8.514", + "max": "9.33", + "min": "8.227", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "12.981", + "max": "15.705", + "min": "12.47", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "97.095", + "max": "97.994", + "min": "96.946", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "113.357", + "max": "115.521", + "min": "113.13", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.884", + "max": "255.173", + "min": "254.723", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "153.946", + "max": "154.287", + "min": "153.852", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "27.946", + "max": "28.257", + "min": "27.857", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "78.106", + "max": "78.905", + "min": "78.014", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "34.074", + "max": "39.042", + "min": "33.517", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "224.313", + "max": "643.2", + "min": "199.472", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "118.016", + "max": "120.994", + "min": "116.177", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "27.949", + "max": "37.122", + "min": "27.284", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "51.126", + "max": "52.177", + "min": "50.587", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "152.368", + "max": "165.022", + "min": "150.692", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "102.805", + "max": "109.08", + "min": "102.12", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "248.535", + "max": "255.083", + "min": "247.929", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "82.899", + "max": "85.47", + "min": "82.555", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "52.085", + "max": "57.068", + "min": "51.574", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.974", + "max": "15.685", + "min": "14.841", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "60.868", + "max": "67.654", + "min": "60.519", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "86.878", + "max": "90.284", + "min": "86.299", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "86.753", + "max": "86.939", + "min": "86.64", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.851", + "max": "73.202", + "min": "63.876", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "167.437", + "max": "170.036", + "min": "166.987", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "89.477", + "max": "91.721", + "min": "88.508", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "71.293", + "max": "75.975", + "min": "70.447", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.665", + "max": "106.316", + "min": "105.429", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "19.11", + "max": "22.566", + "min": "18.829", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "185.387", + "max": "188.27", + "min": "184.863", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "182.616", + "max": "182.616", + "min": "182.616", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "9.023", + "max": "14.768", + "min": "8.575", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "28.986", + "max": "32.301", + "min": "28.508", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "101.722", + "max": "103.85", + "min": "101.346", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "24.308", + "max": "32.578", + "min": "15.757", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "35.652", + "max": "44.6", + "min": "35.216", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "166.726", + "max": "169.045", + "min": "166.374", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "83.658", + "max": "84.282", + "min": "83.379", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "101.106", + "max": "104.242", + "min": "100.768", + "id": "91", + "country": "United Kingdom", + "source_name": "Coventry", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "94": { + "name": "Madrid", + "data": { + "0": { + "avg": "227.909", + "max": "228.097", + "min": "227.728", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "270.338", + "max": "274.134", + "min": "269.942", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "113.546", + "max": "113.666", + "min": "113.47", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "40.554", + "max": "46.022", + "min": "39.538", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "18.006", + "max": "18.294", + "min": "17.846", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "228.868", + "max": "232.833", + "min": "228.668", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "28.491", + "max": "29.044", + "min": "28.39", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "284.364", + "max": "287.664", + "min": "283.791", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "72.31", + "max": "72.4", + "min": "72.243", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "52.174", + "max": "52.297", + "min": "52.077", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "28.755", + "max": "29.025", + "min": "28.6", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "138.4", + "max": "138.818", + "min": "138.302", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "94.258", + "max": "94.33", + "min": "94.182", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "100.061", + "max": "100.934", + "min": "99.86", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "147.989", + "max": "148.302", + "min": "147.911", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "93.256", + "max": "93.981", + "min": "93.156", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "8.744", + "max": "8.945", + "min": "8.607", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "98.337", + "max": "99.021", + "min": "98.185", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "33.071", + "max": "33.281", + "min": "32.963", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "44.515", + "max": "44.544", + "min": "44.475", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "297.817", + "max": "299.718", + "min": "297.699", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "96.589", + "max": "96.644", + "min": "96.532", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "168.759", + "max": "169.066", + "min": "168.67", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "150.611", + "max": "156.496", + "min": "150.147", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "56.088", + "max": "56.669", + "min": "55.912", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "41.399", + "max": "45.797", + "min": "41.198", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "42.27", + "max": "44.229", + "min": "42.109", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "41.67", + "max": "41.9", + "min": "41.474", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "31.449", + "max": "31.514", + "min": "31.4", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "134.256", + "max": "134.861", + "min": "134.016", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "202.66", + "max": "202.778", + "min": "202.585", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "50.57", + "max": "50.658", + "min": "50.506", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "158.287", + "max": "160.946", + "min": "158.098", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "63.22", + "max": "63.388", + "min": "63.163", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "42.883", + "max": "43.571", + "min": "42.687", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "187.373", + "max": "189.211", + "min": "187.174", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "138.117", + "max": "138.151", + "min": "138.1", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "170.341", + "max": "170.478", + "min": "170.263", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "118.485", + "max": "118.761", + "min": "118.393", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "97.564", + "max": "99.079", + "min": "97.342", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "166.473", + "max": "173.382", + "min": "165.881", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "34.637", + "max": "38.548", + "min": "33.928", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "40.502", + "max": "40.646", + "min": "40.422", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "56.634", + "max": "56.934", + "min": "56.55", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "133.551", + "max": "133.708", + "min": "133.5", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "61.029", + "max": "61.751", + "min": "60.81", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "59.512", + "max": "59.732", + "min": "59.408", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "163.788", + "max": "163.939", + "min": "163.674", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "246.942", + "max": "247.559", + "min": "246.792", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "129.277", + "max": "129.426", + "min": "129.253", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "91.472", + "max": "91.659", + "min": "91.297", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "164.701", + "max": "165.998", + "min": "164.372", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "73.785", + "max": "161.032", + "min": "57.601", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "116.493", + "max": "116.688", + "min": "116.306", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "153.773", + "max": "173.69", + "min": "150.033", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "222.372", + "max": "222.562", + "min": "222.228", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "9.213", + "max": "10.727", + "min": "8.236", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "325.909", + "max": "326.086", + "min": "325.846", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "64.349", + "max": "65.623", + "min": "63.93", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "27.942", + "max": "28.045", + "min": "27.877", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "93.506", + "max": "94.135", + "min": "93.128", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "56.901", + "max": "114.189", + "min": "51.738", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "186.42", + "max": "273.403", + "min": "177.281", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "290.661", + "max": "291.38", + "min": "290.532", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "63.303", + "max": "63.543", + "min": "63.19", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "47.927", + "max": "49.706", + "min": "47.806", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "80.61", + "max": "80.836", + "min": "80.524", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "64.332", + "max": "64.714", + "min": "63.982", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "246.509", + "max": "247.949", + "min": "245.873", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "119.816", + "max": "120.75", + "min": "119.721", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "213.839", + "max": "214.003", + "min": "213.771", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "135.815", + "max": "136.151", + "min": "135.573", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "154.399", + "max": "158.929", + "min": "154.061", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "122.772", + "max": "122.817", + "min": "122.716", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "72.257", + "max": "72.948", + "min": "72.053", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "29.223", + "max": "29.345", + "min": "29.102", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "83.71", + "max": "83.832", + "min": "83.574", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "165.489", + "max": "171.815", + "min": "165.092", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "91.916", + "max": "94.828", + "min": "91.692", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "110.918", + "max": "111.138", + "min": "110.731", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "154.419", + "max": "154.668", + "min": "154.304", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "99.254", + "max": "100.257", + "min": "98.962", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.703", + "max": "262.826", + "min": "262.59", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "155.487", + "max": "155.991", + "min": "155.334", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "150.292", + "max": "150.384", + "min": "150.206", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "88.848", + "max": "90.292", + "min": "88.569", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "37.999", + "max": "38.653", + "min": "37.778", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "98.227", + "max": "98.381", + "min": "98.147", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "121.824", + "max": "124.507", + "min": "121.579", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "30.1", + "max": "39.402", + "min": "29.674", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "130.394", + "max": "133.137", + "min": "129.788", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "170.713", + "max": "171.199", + "min": "170.507", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "0.019", + "max": "0.024", + "min": "0.014", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "268.232", + "max": "268.418", + "min": "268.122", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "105.145", + "max": "105.212", + "min": "105.064", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "112.745", + "max": "112.966", + "min": "112.615", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "176.171", + "max": "176.367", + "min": "175.949", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "162.099", + "max": "171.162", + "min": "161.038", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "194.111", + "max": "194.306", + "min": "194.043", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "93.883", + "max": "97.247", + "min": "93.597", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "119.408", + "max": "119.73", + "min": "119.354", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "152.512", + "max": "154.12", + "min": "152.309", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "56.878", + "max": "59.097", + "min": "56.57", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "307.372", + "max": "314.984", + "min": "306.252", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "124.335", + "max": "124.98", + "min": "124.167", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "345.083", + "max": "361.186", + "min": "301.012", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "207.026", + "max": "209.484", + "min": "206.764", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "89.725", + "max": "89.802", + "min": "89.623", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "115.859", + "max": "116.012", + "min": "115.789", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "141.107", + "max": "141.967", + "min": "140.995", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.825", + "max": "302.215", + "min": "301.644", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "269.313", + "max": "269.545", + "min": "269.227", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "94.622", + "max": "94.676", + "min": "94.549", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "127.072", + "max": "128.674", + "min": "126.869", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "393.01", + "max": "486.814", + "min": "217.329", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "166.986", + "max": "278.492", + "min": "84.879", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "195.381", + "max": "196.45", + "min": "195.076", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "243.796", + "max": "246.298", + "min": "243.391", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "113.581", + "max": "113.801", + "min": "113.495", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "120.268", + "max": "121.543", + "min": "119.903", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "110.734", + "max": "111.004", + "min": "110.473", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "207.806", + "max": "362.395", + "min": "126.068", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "232.247", + "max": "248.955", + "min": "209.841", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "73.141", + "max": "373.837", + "min": "60.671", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "58.315", + "max": "59.481", + "min": "58.241", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "51.476", + "max": "52.313", + "min": "51.024", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "95.808", + "max": "105.108", + "min": "91.13", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "187.605", + "max": "188.206", + "min": "187.428", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "128.499", + "max": "129.122", + "min": "128.278", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "179.473", + "max": "182.817", + "min": "179.266", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "115.435", + "max": "117.725", + "min": "115.111", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "101.842", + "max": "102.002", + "min": "101.694", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "97.144", + "max": "97.278", + "min": "96.965", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "289.761", + "max": "290.937", + "min": "289.168", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "138.319", + "max": "138.413", + "min": "138.291", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "89.639", + "max": "89.853", + "min": "89.526", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "145.714", + "max": "159.593", + "min": "144.637", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "114.225", + "max": "114.449", + "min": "114.153", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "105.421", + "max": "105.591", + "min": "105.263", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "86.504", + "max": "86.711", + "min": "86.38", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "39.689", + "max": "40.306", + "min": "39.538", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "172.087", + "max": "174.072", + "min": "171.589", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "58.446", + "max": "62.074", + "min": "58.23", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "39.212", + "max": "39.423", + "min": "39.103", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "174.456", + "max": "177.418", + "min": "173.957", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "29.653", + "max": "30.364", + "min": "29.401", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "75.454", + "max": "76.514", + "min": "75.286", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "151.246", + "max": "151.448", + "min": "151.178", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "26.398", + "max": "26.49", + "min": "26.368", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "26.886", + "max": "26.924", + "min": "26.837", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "32.752", + "max": "36.373", + "min": "32.08", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "255.033", + "max": "255.247", + "min": "254.916", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "54.983", + "max": "55.141", + "min": "54.903", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "25.048", + "max": "25.274", + "min": "24.925", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "122.77", + "max": "122.966", + "min": "122.688", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "138.189", + "max": "138.511", + "min": "137.972", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "57.646", + "max": "58.621", + "min": "57.457", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "299.89", + "max": "342.533", + "min": "292.349", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "129.603", + "max": "129.783", + "min": "129.424", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "256.998", + "max": "359.729", + "min": "250.664", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "110.659", + "max": "110.821", + "min": "110.593", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "392.238", + "max": "392.66", + "min": "391.824", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "59.378", + "max": "59.522", + "min": "59.322", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.567", + "max": "81.839", + "min": "81.466", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "130.511", + "max": "130.707", + "min": "130.412", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "195.314", + "max": "195.407", + "min": "195.259", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "112.833", + "max": "113.121", + "min": "112.701", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "122.955", + "max": "123.262", + "min": "122.851", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "270.71", + "max": "271.578", + "min": "270.552", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "90.352", + "max": "90.484", + "min": "90.245", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "85.523", + "max": "85.781", + "min": "85.484", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "21.943", + "max": "23.891", + "min": "21.697", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "301.833", + "max": "332.546", + "min": "283.969", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "34.02", + "max": "34.449", + "min": "33.936", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "26.21", + "max": "26.712", + "min": "26.055", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "34.844", + "max": "45.894", + "min": "34.234", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.595", + "max": "21.634", + "min": "21.557", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "29.65", + "max": "30.119", + "min": "29.428", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.242", + "max": "68.876", + "min": "68.093", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "61.616", + "max": "61.677", + "min": "61.573", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "82.13", + "max": "85.499", + "min": "81.785", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "62.047", + "max": "62.505", + "min": "61.9", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "27.498", + "max": "30.372", + "min": "27.313", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "37.252", + "max": "37.315", + "min": "37.185", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "33.486", + "max": "33.534", + "min": "33.412", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "46.812", + "max": "46.942", + "min": "46.686", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "97.273", + "max": "97.481", + "min": "97.045", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "32.461", + "max": "54.076", + "min": "30.234", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "69.886", + "max": "129.907", + "min": "41.098", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "31.68", + "max": "31.914", + "min": "31.578", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "83.559", + "max": "83.819", + "min": "83.44", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "56.955", + "max": "57.106", + "min": "56.831", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "65.67", + "max": "66.203", + "min": "65.226", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "27.497", + "max": "27.957", + "min": "27.258", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "192.098", + "max": "222.917", + "min": "190.959", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "41.167", + "max": "41.358", + "min": "41.096", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "65.307", + "max": "65.447", + "min": "65.207", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "46.294", + "max": "46.347", + "min": "46.256", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.84", + "max": "173.139", + "min": "163.488", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "69.298", + "max": "70.471", + "min": "69.188", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "33.365", + "max": "37.566", + "min": "33.034", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "31.871", + "max": "33.52", + "min": "31.724", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "33.843", + "max": "38.272", + "min": "30.374", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "307.902", + "max": "314.855", + "min": "306.572", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "100.325", + "max": "105.764", + "min": "99.562", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "248.377", + "max": "248.829", + "min": "244.273", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "152.862", + "max": "155.276", + "min": "152.705", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "31.87", + "max": "31.951", + "min": "31.826", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "161.776", + "max": "162.048", + "min": "161.654", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "165.053", + "max": "166.008", + "min": "164.907", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "72.755", + "max": "72.977", + "min": "72.641", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "83.422", + "max": "83.899", + "min": "83.325", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "28.556", + "max": "30.547", + "min": "28.223", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "32.808", + "max": "34.133", + "min": "32.566", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "112.829", + "max": "112.858", + "min": "112.809", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "121.796", + "max": "121.913", + "min": "121.767", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.57", + "max": "260.26", + "min": "254.205", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "90.532", + "max": "90.644", + "min": "90.461", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "33.477", + "max": "33.629", + "min": "33.369", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "89.362", + "max": "89.42", + "min": "89.33", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "30.472", + "max": "30.678", + "min": "30.371", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "228.153", + "max": "228.57", + "min": "228.036", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "133.876", + "max": "137.369", + "min": "130.831", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "39.308", + "max": "39.43", + "min": "39.188", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "36.299", + "max": "37.115", + "min": "35.778", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "187.996", + "max": "200.468", + "min": "185.737", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "110.321", + "max": "114.941", + "min": "109.744", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "264.276", + "max": "264.525", + "min": "264.208", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "99.165", + "max": "99.774", + "min": "98.962", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "51.797", + "max": "51.918", + "min": "51.759", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "27.188", + "max": "27.286", + "min": "27.134", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "74.31", + "max": "74.405", + "min": "74.243", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "114.73", + "max": "117.207", + "min": "114.36", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "118.073", + "max": "118.252", + "min": "117.967", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "69.339", + "max": "72.632", + "min": "67.469", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "190.358", + "max": "191.693", + "min": "190.036", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "115.173", + "max": "116.828", + "min": "114.17", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "78.486", + "max": "79.111", + "min": "78.362", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "102.414", + "max": "102.647", + "min": "102.242", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "41.803", + "max": "44.666", + "min": "41.437", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "181.624", + "max": "182.581", + "min": "179.439", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "204.138", + "max": "204.138", + "min": "204.138", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "31.884", + "max": "31.948", + "min": "31.848", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "35.282", + "max": "35.362", + "min": "35.227", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "123.251", + "max": "123.463", + "min": "123.107", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "41.318", + "max": "51.394", + "min": "33.394", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "51.044", + "max": "51.139", + "min": "50.954", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "107.817", + "max": "115.206", + "min": "107.315", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "98.187", + "max": "98.774", + "min": "97.957", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "102.129", + "max": "107.176", + "min": "101.775", + "id": "94", + "country": "Spain", + "source_name": "Madrid", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "117": { + "name": "Thessaloniki", + "data": { + "0": { + "avg": "313.351", + "max": "331.883", + "min": "297.896", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "303.883", + "max": "349.697", + "min": "279.351", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "204.137", + "max": "298.984", + "min": "160.441", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "73.979", + "max": "173.286", + "min": "32.59", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "93.455", + "max": "140.649", + "min": "60.169", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "338.53", + "max": "413.98", + "min": "316.946", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "113.347", + "max": "245.644", + "min": "57.693", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "339.07", + "max": "400.407", + "min": "316.122", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "114.568", + "max": "155.704", + "min": "96.644", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "103.742", + "max": "199.511", + "min": "70.619", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "85.415", + "max": "129.281", + "min": "61.655", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "210.413", + "max": "330.357", + "min": "177.439", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "165.52", + "max": "235.27", + "min": "132.065", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "174.941", + "max": "281.351", + "min": "130.63", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "190.714", + "max": "236.575", + "min": "169.76", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "162.102", + "max": "215.289", + "min": "138.615", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "103.112", + "max": "173.134", + "min": "77.158", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "188.565", + "max": "302.761", + "min": "151.912", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "102.805", + "max": "159.721", + "min": "73.096", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "93.319", + "max": "211.539", + "min": "39.658", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "335.134", + "max": "380.561", + "min": "311.755", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "200.756", + "max": "317.931", + "min": "155.803", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "240.224", + "max": "281.545", + "min": "209.064", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "256.817", + "max": "366.336", + "min": "211.471", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "91.619", + "max": "141.789", + "min": "62.912", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "79.913", + "max": "115.433", + "min": "54.436", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "79.459", + "max": "129.074", + "min": "55.419", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "65.323", + "max": "119.086", + "min": "39.59", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "75.621", + "max": "138.779", + "min": "51.588", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "210.587", + "max": "276.38", + "min": "183.803", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "320.917", + "max": "374.337", + "min": "296.305", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "73.15", + "max": "126.347", + "min": "48.144", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "224.921", + "max": "269.251", + "min": "196.71", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "108.631", + "max": "159.572", + "min": "81.495", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "74.727", + "max": "112.232", + "min": "50.026", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "321.802", + "max": "396.498", + "min": "297.806", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "226.528", + "max": "289.458", + "min": "201.649", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "212.761", + "max": "265.108", + "min": "191.375", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "171.984", + "max": "176.388", + "min": "171.419", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "164.401", + "max": "228.005", + "min": "139.266", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "228.726", + "max": "282.153", + "min": "206.189", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "90.571", + "max": "150.723", + "min": "64.124", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "126.407", + "max": "214.153", + "min": "98.275", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "69.569", + "max": "75.141", + "min": "68.792", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "304.433", + "max": "361.096", + "min": "267.795", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "75.687", + "max": "116.459", + "min": "47.319", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "99.034", + "max": "151.117", + "min": "72.481", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "255.132", + "max": "302.863", + "min": "225.726", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "327.21", + "max": "391.252", + "min": "300.471", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "192.442", + "max": "236.52", + "min": "167.545", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "167.386", + "max": "208.247", + "min": "133.29", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "234.827", + "max": "273.953", + "min": "209.664", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "159.221", + "max": "251.48", + "min": "105.526", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "169.992", + "max": "203.229", + "min": "149.926", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "175.65", + "max": "182.752", + "min": "171.825", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "314.743", + "max": "321.989", + "min": "313.522", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "109.965", + "max": "158.597", + "min": "81.847", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "390.582", + "max": "467.26", + "min": "359.646", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "85.775", + "max": "127.231", + "min": "62.189", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "85.733", + "max": "185.883", + "min": "56.406", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "132.851", + "max": "203.248", + "min": "106.434", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "148.233", + "max": "209.201", + "min": "113.787", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "242.721", + "max": "374.322", + "min": "210.891", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "316.828", + "max": "322.117", + "min": "316.321", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "55.039", + "max": "55.735", + "min": "54.874", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "75.997", + "max": "124.764", + "min": "54.422", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "163.192", + "max": "212.348", + "min": "134.963", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "57.432", + "max": "102.063", + "min": "35.207", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "310.258", + "max": "425.98", + "min": "264.327", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "233.809", + "max": "340.952", + "min": "177.8", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "306.823", + "max": "312.372", + "min": "306.189", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "228.794", + "max": "298.208", + "min": "204.226", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "206.938", + "max": "210.131", + "min": "206.438", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "157.26", + "max": "161.835", + "min": "156.66", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "126.29", + "max": "170.34", + "min": "105.371", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "92.794", + "max": "158.543", + "min": "67.063", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "170.205", + "max": "214.154", + "min": "145.593", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "221.368", + "max": "270.507", + "min": "194.781", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "180.733", + "max": "256.854", + "min": "153.019", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "170.062", + "max": "223.039", + "min": "146.848", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "221.388", + "max": "271.677", + "min": "196.524", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "167.56", + "max": "208.503", + "min": "139.534", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "276.369", + "max": "278.947", + "min": "275.381", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "211.937", + "max": "259.028", + "min": "189.288", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "231.441", + "max": "274.896", + "min": "199.462", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "135.36", + "max": "199.378", + "min": "105.336", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "105.879", + "max": "164.17", + "min": "77.146", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "187.21", + "max": "227.819", + "min": "162.88", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "193.255", + "max": "314.164", + "min": "163.711", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "94.194", + "max": "134.76", + "min": "67.721", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "197.29", + "max": "261.015", + "min": "165.458", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "224.456", + "max": "273.165", + "min": "204.901", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "103.042", + "max": "161.739", + "min": "75.888", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "369.43", + "max": "442.101", + "min": "335.94", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "173.536", + "max": "224.602", + "min": "147.17", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "185.197", + "max": "246.494", + "min": "161.947", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "236.217", + "max": "284.171", + "min": "208.376", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "224.108", + "max": "296.942", + "min": "198.43", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "233.602", + "max": "270.196", + "min": "206.275", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "180.125", + "max": "223.528", + "min": "155.593", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "184.09", + "max": "220.065", + "min": "163.049", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "234.541", + "max": "313.6", + "min": "209.689", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "84.945", + "max": "137.893", + "min": "59.993", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "390.719", + "max": "434.898", + "min": "368.858", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "192.12", + "max": "260.396", + "min": "166.912", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "449.907", + "max": "526.588", + "min": "394.066", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "256.873", + "max": "319.368", + "min": "232.033", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "155.622", + "max": "205.737", + "min": "133.459", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "194.527", + "max": "328.675", + "min": "162.694", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "213.776", + "max": "263.799", + "min": "185.725", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "307.803", + "max": "357.639", + "min": "281.532", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "351.636", + "max": "400.716", + "min": "330.325", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "152.59", + "max": "199.829", + "min": "132.863", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "187.697", + "max": "243.265", + "min": "158.332", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "421.043", + "max": "535.475", + "min": "253.827", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "0.029", + "max": "0.044", + "min": "0.015", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "243.252", + "max": "273.061", + "min": "224.387", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "306.333", + "max": "356.482", + "min": "283.962", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "195.697", + "max": "240.643", + "min": "176.009", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "176.019", + "max": "178.664", + "min": "175.56", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "192.626", + "max": "258.061", + "min": "159.549", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "258.467", + "max": "477.786", + "min": "153.247", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "274.722", + "max": "325.269", + "min": "255.124", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "96.572", + "max": "277.363", + "min": "61.35", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "90.277", + "max": "155.539", + "min": "67.46", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "182.677", + "max": "220.217", + "min": "153.875", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "162.766", + "max": "252.783", + "min": "132.392", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "329.703", + "max": "429.022", + "min": "299.852", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "191.086", + "max": "219.811", + "min": "175.443", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "264.774", + "max": "307.391", + "min": "238.215", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "192.55", + "max": "231.311", + "min": "161.717", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "175.323", + "max": "230.784", + "min": "151.706", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "164.601", + "max": "198.515", + "min": "143.932", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "383.393", + "max": "458.013", + "min": "342.904", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "229.016", + "max": "356.495", + "min": "184.633", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "158.088", + "max": "218.43", + "min": "129.876", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "206.901", + "max": "251.108", + "min": "185.464", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "198.459", + "max": "255.209", + "min": "172.565", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "188.465", + "max": "219.315", + "min": "163.999", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "157.424", + "max": "228.04", + "min": "130.068", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "55.919", + "max": "93.103", + "min": "32.116", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "246.702", + "max": "293.707", + "min": "217.122", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "123.307", + "max": "237.698", + "min": "81.406", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "55.03", + "max": "101.233", + "min": "29.871", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "225.334", + "max": "230.583", + "min": "224.429", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "100.517", + "max": "203.43", + "min": "55.9", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.317", + "max": "107.453", + "min": "24.218", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "193.265", + "max": "196.352", + "min": "192.515", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "85.389", + "max": "142.467", + "min": "65.458", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "92.045", + "max": "156.366", + "min": "69.59", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "84.478", + "max": "167.601", + "min": "54.484", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "347.349", + "max": "388.295", + "min": "324.494", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "79.679", + "max": "162.867", + "min": "50.637", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "95.063", + "max": "174.134", + "min": "54.676", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "170.253", + "max": "214.769", + "min": "142.308", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "209.95", + "max": "261.03", + "min": "184.635", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "96.211", + "max": "149.197", + "min": "74.653", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "385.204", + "max": "449.314", + "min": "348.274", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "193.525", + "max": "253.562", + "min": "166.279", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "353.819", + "max": "463.924", + "min": "300.85", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "201.979", + "max": "256.076", + "min": "177.534", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "286.981", + "max": "339.645", + "min": "258.96", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "78.852", + "max": "119.226", + "min": "58.633", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "177.199", + "max": "256.745", + "min": "123.456", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "146.033", + "max": "206.153", + "min": "120.934", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "244.274", + "max": "261.079", + "min": "226.828", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "161.37", + "max": "225.109", + "min": "132.841", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "219.013", + "max": "265.607", + "min": "191.046", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "269.92", + "max": "315.722", + "min": "225.859", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "155.316", + "max": "200.126", + "min": "131.362", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "177.869", + "max": "233.771", + "min": "153.066", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "108.784", + "max": "167.856", + "min": "71.235", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "348.846", + "max": "385.593", + "min": "323.84", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "95.683", + "max": "142.541", + "min": "72.971", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "82.046", + "max": "134.27", + "min": "56.198", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "81.801", + "max": "148.435", + "min": "53.369", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "81.196", + "max": "129.339", + "min": "53.401", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "98.582", + "max": "154.541", + "min": "69.005", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "126.454", + "max": "154.086", + "min": "108.16", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "69.971", + "max": "211.788", + "min": "35.676", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "122.802", + "max": "148.312", + "min": "103.47", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "108.769", + "max": "164.329", + "min": "89.527", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "84.18", + "max": "135.286", + "min": "58.213", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "89.262", + "max": "131.755", + "min": "59.366", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "82.429", + "max": "124.204", + "min": "58.065", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "68.997", + "max": "113.876", + "min": "44.22", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "123.431", + "max": "205.705", + "min": "91.394", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "84.901", + "max": "130.637", + "min": "60.719", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "106.291", + "max": "178.55", + "min": "50.592", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "82.746", + "max": "131.556", + "min": "59.175", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "123.46", + "max": "160.134", + "min": "90.901", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "126.601", + "max": "211.309", + "min": "81.889", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "68.938", + "max": "138.352", + "min": "41.524", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "93.615", + "max": "176.415", + "min": "59.806", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "341.194", + "max": "365.991", + "min": "322.404", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "74.279", + "max": "126.633", + "min": "53.82", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "67.701", + "max": "118.023", + "min": "43.791", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "63.317", + "max": "123.896", + "min": "41.171", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "271.334", + "max": "356.008", + "min": "227.37", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "35.988", + "max": "91.566", + "min": "8.906", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "78.717", + "max": "123.133", + "min": "54.92", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "81.287", + "max": "126.286", + "min": "59.082", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "80.811", + "max": "114.502", + "min": "61.595", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "378.95", + "max": "521.531", + "min": "344.215", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "163.413", + "max": "213.805", + "min": "139.812", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "280.423", + "max": "322.042", + "min": "253.023", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "207.556", + "max": "265.53", + "min": "185.049", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "83.115", + "max": "144.858", + "min": "55.352", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "205.101", + "max": "293.386", + "min": "181.907", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "248.844", + "max": "329.876", + "min": "218.871", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "78.869", + "max": "131.922", + "min": "51.898", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "35.785", + "max": "37.018", + "min": "35.553", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "98.442", + "max": "207.939", + "min": "68.727", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "110.156", + "max": "243.381", + "min": "62.494", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "158.673", + "max": "159.008", + "min": "158.591", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "190.232", + "max": "228.788", + "min": "164.7", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "316.266", + "max": "510.599", + "min": "302.888", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "161.09", + "max": "286.061", + "min": "134.28", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "92.954", + "max": "140.815", + "min": "61.734", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "162.298", + "max": "211.466", + "min": "135.007", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "79.495", + "max": "134.302", + "min": "52.145", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "316.339", + "max": "699.248", + "min": "274.867", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "220.154", + "max": "351.177", + "min": "177.406", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "98.979", + "max": "140.877", + "min": "72.839", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "109.197", + "max": "169.209", + "min": "82.318", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "237.614", + "max": "291.837", + "min": "206.857", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "185.958", + "max": "266.216", + "min": "158.865", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "321.76", + "max": "387.774", + "min": "290.434", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "111.855", + "max": "187.078", + "min": "87.53", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "106.409", + "max": "156.806", + "min": "83.792", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "88.548", + "max": "140.692", + "min": "65.055", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "124.803", + "max": "169.385", + "min": "99.3", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "169.554", + "max": "224.057", + "min": "140.311", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "169.737", + "max": "215.177", + "min": "141.7", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "139.158", + "max": "189.086", + "min": "111.062", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "248.738", + "max": "305.779", + "min": "214.832", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "169.885", + "max": "228.581", + "min": "143.718", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "113.125", + "max": "142.669", + "min": "99.086", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "168.384", + "max": "204.596", + "min": "146.867", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "102.189", + "max": "151.531", + "min": "76.62", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "261.699", + "max": "333.17", + "min": "234.63", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "288.21", + "max": "288.21", + "min": "288.21", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "96.454", + "max": "151.572", + "min": "71.026", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "98.947", + "max": "186.836", + "min": "55.695", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "186.065", + "max": "221.498", + "min": "164.281", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "152.093", + "max": "278.628", + "min": "78.311", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "46.814", + "max": "94.128", + "min": "25.736", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "296.482", + "max": "346.164", + "min": "269.099", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "119.504", + "max": "197.972", + "min": "93.901", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "187.709", + "max": "227.485", + "min": "168.958", + "id": "117", + "country": "Greece", + "source_name": "Thessaloniki", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "129": { + "name": "Oslo", + "data": { + "0": { + "avg": "224.611", + "max": "226.566", + "min": "223.989", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "279.9", + "max": "281.29", + "min": "278.951", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "116.197", + "max": "165.135", + "min": "114.162", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "121.98", + "max": "124.244", + "min": "121.34", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "106.989", + "max": "108.464", + "min": "106.456", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "255.33", + "max": "257.812", + "min": "254.769", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "21.477", + "max": "22.341", + "min": "21.032", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "284.488", + "max": "287.521", + "min": "283.687", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "28.296", + "max": "29.188", + "min": "27.738", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "10.569", + "max": "11.466", + "min": "10.079", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "27.86", + "max": "29.958", + "min": "27.077", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "138.26", + "max": "139.203", + "min": "137.795", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "102.416", + "max": "103.823", + "min": "101.925", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "103.835", + "max": "106.597", + "min": "103.372", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "136.058", + "max": "140.704", + "min": "135.394", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "105.273", + "max": "106.85", + "min": "104.631", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "42.948", + "max": "43.452", + "min": "42.565", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.291", + "max": "122.794", + "min": "113.493", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "46.653", + "max": "46.908", + "min": "46.334", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "41.791", + "max": "42.62", + "min": "41.429", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "295.911", + "max": "296.526", + "min": "295.588", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "125.308", + "max": "126.508", + "min": "124.816", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "168.475", + "max": "169.205", + "min": "168.103", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "160.177", + "max": "172.983", + "min": "159.169", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "16.405", + "max": "17.621", + "min": "15.983", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "9.551", + "max": "11.04", + "min": "9.278", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "39.304", + "max": "40.554", + "min": "38.814", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "41.335", + "max": "42.333", + "min": "40.753", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "29.103", + "max": "29.332", + "min": "28.677", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "169.473", + "max": "172.377", + "min": "168.922", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "173.004", + "max": "174.26", + "min": "172.549", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.03", + "max": "40.097", + "min": "38.413", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "155.791", + "max": "157.976", + "min": "155.029", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "56.972", + "max": "58.061", + "min": "56.368", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "30.528", + "max": "31.362", + "min": "30.09", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "254.441", + "max": "257.606", + "min": "253.746", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "171.354", + "max": "172.824", + "min": "170.668", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "149.31", + "max": "151.618", + "min": "146.895", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "137.141", + "max": "138.959", + "min": "136.669", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "106.638", + "max": "112.113", + "min": "105.759", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "177.254", + "max": "182.063", + "min": "176.628", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "107.529", + "max": "113.104", + "min": "106.796", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "65.649", + "max": "66.897", + "min": "65.235", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "17.231", + "max": "18.634", + "min": "16.649", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "169.325", + "max": "170.448", + "min": "168.775", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "42.926", + "max": "44.323", + "min": "42.288", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "9.931", + "max": "10.887", + "min": "9.536", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "181.894", + "max": "183.317", + "min": "181.36", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "263.004", + "max": "263.874", + "min": "262.656", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "155.168", + "max": "156.384", + "min": "154.585", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "104.797", + "max": "108.273", + "min": "103.907", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "162.784", + "max": "164.321", + "min": "162.229", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "90.19", + "max": "99.023", + "min": "81.843", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "135.444", + "max": "136.377", + "min": "134.914", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "162.466", + "max": "170.903", + "min": "158.603", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "364.141", + "max": "365.983", + "min": "363.421", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "57.529", + "max": "61.56", + "min": "56.447", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "333.558", + "max": "334.209", + "min": "333.279", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "48.525", + "max": "51.373", + "min": "47.879", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "31.831", + "max": "33.097", + "min": "31.36", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "84.667", + "max": "85.458", + "min": "84.061", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "84.657", + "max": "141.748", + "min": "82.328", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "276.504", + "max": "348.546", + "min": "273.27", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "220.096", + "max": "221.094", + "min": "219.479", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "58.302", + "max": "60.129", + "min": "57.605", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "50.081", + "max": "52.656", + "min": "49.355", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "103.624", + "max": "105.121", + "min": "103.099", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "60.015", + "max": "66.669", + "min": "58.87", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "223.276", + "max": "224.932", + "min": "222.494", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "148.634", + "max": "149.266", + "min": "148.39", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "347.692", + "max": "348.711", + "min": "347.098", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "171.06", + "max": "171.527", + "min": "170.653", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "177.803", + "max": "180.543", + "min": "177.199", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "131.71", + "max": "132.829", + "min": "131.106", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.183", + "max": "71.119", + "min": "67.627", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "32.685", + "max": "33.985", + "min": "32.125", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "117.915", + "max": "118.162", + "min": "117.64", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "175.751", + "max": "177.051", + "min": "175.168", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "121.126", + "max": "122.332", + "min": "120.835", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "118.996", + "max": "119.337", + "min": "118.674", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "187.893", + "max": "188.525", + "min": "187.604", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "110.436", + "max": "113.093", + "min": "109.939", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "238.441", + "max": "242.361", + "min": "237.836", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "165.985", + "max": "166.262", + "min": "165.679", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "165.424", + "max": "166.288", + "min": "164.865", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "84.306", + "max": "85.561", + "min": "83.693", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "36.371", + "max": "37.228", + "min": "35.805", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "131.222", + "max": "132.802", + "min": "130.623", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "124.349", + "max": "125.852", + "min": "123.842", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "35.132", + "max": "39.436", + "min": "34.664", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "128.6", + "max": "131.104", + "min": "127.583", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "160.8", + "max": "162.003", + "min": "160.268", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "51.618", + "max": "53.044", + "min": "50.857", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "261.801", + "max": "262.474", + "min": "261.358", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "106.516", + "max": "107.925", + "min": "106.096", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "128.272", + "max": "131.489", + "min": "127.335", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "171.842", + "max": "173.39", + "min": "171.189", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "148.768", + "max": "173.282", + "min": "146.829", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "167.273", + "max": "168.043", + "min": "166.979", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "120.676", + "max": "121.886", + "min": "120.156", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "134.924", + "max": "135.255", + "min": "134.621", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "173.986", + "max": "174.475", + "min": "173.732", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.217", + "max": "59.805", + "min": "58.964", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "345.049", + "max": "357.411", + "min": "343.956", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "125.08", + "max": "125.904", + "min": "124.663", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "333.392", + "max": "351.362", + "min": "293.666", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.697", + "max": "194.493", + "min": "190.976", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "102.794", + "max": "103.995", + "min": "102.236", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "112.553", + "max": "114.032", + "min": "111.997", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "144.67", + "max": "145.136", + "min": "144.314", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "222.839", + "max": "223.681", + "min": "222.356", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.893", + "max": "299.182", + "min": "297.428", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "102.898", + "max": "104.273", + "min": "102.366", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.372", + "max": "157.473", + "min": "152.661", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "392.662", + "max": "503.487", + "min": "222.372", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "241.235", + "max": "330.064", + "min": "166.304", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "167.582", + "max": "170.989", + "min": "166.644", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "257.582", + "max": "258.896", + "min": "256.996", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "139.31", + "max": "140.105", + "min": "138.876", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "133.548", + "max": "135.829", + "min": "132.851", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "162.077", + "max": "162.41", + "min": "161.711", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "210.894", + "max": "363.407", + "min": "125.602", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "211.85", + "max": "213.142", + "min": "211.375", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "35.239", + "max": "198.036", + "min": "26.831", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "19.3", + "max": "19.454", + "min": "18.948", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "0.029", + "max": "0.061", + "min": "0.012", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "95.99", + "max": "98.344", + "min": "95.062", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "176.797", + "max": "177.886", + "min": "176.036", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "133.787", + "max": "134.323", + "min": "133.492", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "190.962", + "max": "196.051", + "min": "190.276", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "123.197", + "max": "124.538", + "min": "122.475", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "119.022", + "max": "119.274", + "min": "118.752", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "122.935", + "max": "123.298", + "min": "122.642", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "322.087", + "max": "323.405", + "min": "320.969", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "149.663", + "max": "151.064", + "min": "149.171", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "103.822", + "max": "112.039", + "min": "103.146", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "179.361", + "max": "187.761", + "min": "177.923", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "148.646", + "max": "153.209", + "min": "148.16", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "126.526", + "max": "128.352", + "min": "126.194", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "110.6", + "max": "112.121", + "min": "110.157", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "121.972", + "max": "122.55", + "min": "121.52", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "183.777", + "max": "184.751", + "min": "183.336", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "24.318", + "max": "25.154", + "min": "23.77", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "37.829", + "max": "38.749", + "min": "37.402", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "214.049", + "max": "215.391", + "min": "213.625", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "25.796", + "max": "26.492", + "min": "25.526", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "50.611", + "max": "52.807", + "min": "50.111", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "170.891", + "max": "172.364", + "min": "170.256", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "36.83", + "max": "37.485", + "min": "36.108", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "33.414", + "max": "33.589", + "min": "33.067", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "30.188", + "max": "40.746", + "min": "28.121", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "236.099", + "max": "237.118", + "min": "235.607", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "46.199", + "max": "47.984", + "min": "45.709", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "36.723", + "max": "51.803", + "min": "35.304", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "108.007", + "max": "108.296", + "min": "107.785", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "194.429", + "max": "195.049", + "min": "194.102", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "34.382", + "max": "35.008", + "min": "33.985", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "220.319", + "max": "260.148", + "min": "213.324", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "160.367", + "max": "164.468", + "min": "159.605", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "261.166", + "max": "328.667", + "min": "254.135", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "139.333", + "max": "140.335", + "min": "138.783", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "395.049", + "max": "396.263", + "min": "394.378", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.942", + "max": "36.156", + "min": "34.571", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "101.155", + "max": "102.28", + "min": "100.739", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "103.802", + "max": "113.732", + "min": "103.007", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "199.695", + "max": "200.813", + "min": "199.119", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "75.842", + "max": "77.596", + "min": "75.246", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "159.166", + "max": "159.674", + "min": "158.707", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "256.245", + "max": "265.091", + "min": "232.914", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "115.424", + "max": "116.279", + "min": "115.002", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "120.075", + "max": "120.464", + "min": "119.602", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "29.403", + "max": "31.474", + "min": "28.68", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "309.236", + "max": "310.156", + "min": "308.706", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "44.1", + "max": "44.276", + "min": "43.84", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "122.016", + "max": "132.757", + "min": "121.073", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "39.208", + "max": "40.006", + "min": "38.814", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "29.088", + "max": "29.282", + "min": "28.79", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "104.304", + "max": "104.793", + "min": "103.883", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "73.06", + "max": "74.09", + "min": "72.615", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "52.576", + "max": "53.848", + "min": "52.194", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "41.538", + "max": "44.952", + "min": "40.773", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "56.742", + "max": "58.516", + "min": "56.342", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "27.897", + "max": "28.279", + "min": "27.542", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "23.265", + "max": "23.574", + "min": "22.988", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "22.897", + "max": "23.638", + "min": "22.663", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "40.46", + "max": "40.978", + "min": "39.972", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "72.748", + "max": "73.756", + "min": "72.189", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "40.12", + "max": "47.05", + "min": "38.255", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "31.628", + "max": "125.778", + "min": "16.254", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "38.82", + "max": "39.57", + "min": "38.483", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "72.241", + "max": "72.749", + "min": "71.803", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "48.169", + "max": "50.509", + "min": "47.842", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "54.964", + "max": "55.44", + "min": "54.335", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "29.435", + "max": "30.18", + "min": "28.789", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "299.342", + "max": "300.506", + "min": "298.909", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "27.646", + "max": "29.468", + "min": "26.831", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "38.377", + "max": "39.387", + "min": "37.863", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "47.998", + "max": "48.895", + "min": "47.594", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "186.861", + "max": "191.203", + "min": "185.356", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "150.329", + "max": "151.31", + "min": "149.988", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "23.356", + "max": "27.87", + "min": "22.605", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "22.148", + "max": "23.628", + "min": "21.582", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "35.199", + "max": "35.714", + "min": "34.663", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "324.576", + "max": "325.271", + "min": "324.18", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "110.437", + "max": "118.516", + "min": "108.703", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "277.374", + "max": "284.888", + "min": "248.32", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "177.577", + "max": "190.416", + "min": "176.475", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "23.524", + "max": "24.706", + "min": "22.982", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "131.512", + "max": "134.147", + "min": "130.833", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "191.675", + "max": "191.915", + "min": "191.301", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "45.985", + "max": "47.187", + "min": "45.702", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "58.734", + "max": "59.605", + "min": "58.281", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "38.743", + "max": "40.251", + "min": "38.002", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "23.531", + "max": "24.915", + "min": "22.984", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "182.832", + "max": "184.21", + "min": "182.298", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "186.792", + "max": "187.779", + "min": "186.233", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "341.951", + "max": "443.913", + "min": "330.342", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "105.038", + "max": "106.502", + "min": "104.645", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "30.249", + "max": "31.393", + "min": "29.694", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "109.915", + "max": "110.97", + "min": "109.399", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "27.333", + "max": "28.366", + "min": "26.87", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "237.56", + "max": "278.058", + "min": "235.632", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "141.349", + "max": "144.961", + "min": "138.24", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "49.369", + "max": "50.324", + "min": "48.816", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "62.829", + "max": "64.968", + "min": "61.985", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "175.421", + "max": "178.749", + "min": "173.925", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "125.642", + "max": "126.879", + "min": "125.196", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "261.25", + "max": "262.324", + "min": "260.756", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "75.445", + "max": "79.093", + "min": "74.668", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "60.843", + "max": "61.943", + "min": "60.376", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.906", + "max": "26.094", + "min": "24.414", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "87.381", + "max": "111.777", + "min": "73.212", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "114.082", + "max": "116.088", + "min": "113.636", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "107.155", + "max": "107.899", + "min": "106.607", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "88.594", + "max": "100.646", + "min": "86.356", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "187.757", + "max": "188.545", + "min": "187.313", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "109.549", + "max": "112.15", + "min": "108.184", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "76.357", + "max": "78.916", + "min": "75.496", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "130.93", + "max": "131.943", + "min": "130.484", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "39.328", + "max": "41.627", + "min": "38.741", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "197.632", + "max": "199.107", + "min": "197.239", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "204.571", + "max": "204.571", + "min": "204.571", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "30.567", + "max": "30.813", + "min": "30.262", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "29.956", + "max": "30.189", + "min": "29.653", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "197.7", + "max": "201.763", + "min": "197.07", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "57.486", + "max": "69.923", + "min": "49.654", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "50.168", + "max": "50.861", + "min": "49.663", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "146.347", + "max": "148.616", + "min": "145.44", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "74.677", + "max": "75.419", + "min": "74.157", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "134.608", + "max": "136.063", + "min": "134.007", + "id": "129", + "country": "Norway", + "source_name": "Oslo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "153": { + "name": "Dusseldorf", + "data": { + "0": { + "avg": "211.395", + "max": "212.874", + "min": "211.043", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "244.089", + "max": "246.016", + "min": "243.5", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "93.181", + "max": "94.05", + "min": "92.93", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "18.895", + "max": "22.843", + "min": "17.932", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "13.414", + "max": "14.281", + "min": "13.157", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "266.831", + "max": "267.643", + "min": "266.447", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "5.346", + "max": "6.193", + "min": "5.046", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "275.481", + "max": "282.643", + "min": "274.553", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "45.029", + "max": "45.955", + "min": "44.655", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "24.754", + "max": "25.891", + "min": "24.391", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "12.43", + "max": "13.898", + "min": "12.098", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "123.758", + "max": "124.748", + "min": "123.292", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "79.221", + "max": "79.851", + "min": "78.853", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "87.454", + "max": "87.976", + "min": "87.118", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "109.839", + "max": "110.575", + "min": "109.512", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "105.008", + "max": "106.037", + "min": "104.149", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "29.51", + "max": "30.424", + "min": "29.056", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.08", + "max": "97.007", + "min": "95.746", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "21.315", + "max": "21.759", + "min": "21.13", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "15.831", + "max": "16.332", + "min": "15.555", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "270.549", + "max": "271.359", + "min": "270.309", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "107.247", + "max": "108.055", + "min": "106.822", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "153.897", + "max": "156.646", + "min": "153.536", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "159.796", + "max": "160.592", + "min": "159.347", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "29.702", + "max": "30.864", + "min": "29.327", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "13.213", + "max": "13.958", + "min": "12.792", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "19.981", + "max": "20.829", + "min": "19.628", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "23.355", + "max": "24.69", + "min": "23.033", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.878", + "max": "17.686", + "min": "16.567", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "141.896", + "max": "146.11", + "min": "141.34", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "163.703", + "max": "165.024", + "min": "163.463", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "20.193", + "max": "20.865", + "min": "19.971", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "138.967", + "max": "139.878", + "min": "138.226", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "43.653", + "max": "44.58", + "min": "43.395", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "13.366", + "max": "16.209", + "min": "12.804", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "170.075", + "max": "171.448", + "min": "169.597", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "144.415", + "max": "145.104", + "min": "144.222", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "139.613", + "max": "140.471", + "min": "139.233", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "115.911", + "max": "116.656", + "min": "115.682", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "87.584", + "max": "95.787", + "min": "86.915", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "155.111", + "max": "159.802", + "min": "154.49", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "12.626", + "max": "14.465", + "min": "12.154", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.707", + "max": "47.943", + "min": "47.455", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "31.542", + "max": "40.022", + "min": "31.078", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "139.536", + "max": "140.437", + "min": "139.242", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "27.653", + "max": "29.566", + "min": "27.073", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "39.83", + "max": "40.686", + "min": "39.492", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "172.094", + "max": "172.896", + "min": "171.733", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "245.733", + "max": "246.68", + "min": "245.222", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "124.391", + "max": "125.443", + "min": "124.059", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.998", + "max": "91.929", + "min": "90.73", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "154.52", + "max": "155.395", + "min": "154.132", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "38.112", + "max": "95.386", + "min": "9.998", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "107.087", + "max": "107.897", + "min": "106.91", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "131.189", + "max": "138.908", + "min": "127.644", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "240.391", + "max": "241.39", + "min": "240.14", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "46.998", + "max": "51.614", + "min": "46.296", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "306.893", + "max": "307.677", + "min": "306.577", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "42.008", + "max": "45.156", + "min": "41.395", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "9.865", + "max": "10.64", + "min": "9.659", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60.65", + "max": "62.291", + "min": "59.926", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "74.696", + "max": "138.644", + "min": "68.968", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "174.87", + "max": "297.909", + "min": "163.305", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "278.397", + "max": "285.972", + "min": "277.71", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "42.789", + "max": "43.61", + "min": "42.378", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "37.092", + "max": "39.69", + "min": "36.6", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "80.453", + "max": "81.337", + "min": "80.097", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "59.567", + "max": "60.41", + "min": "59.145", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "215.395", + "max": "217.645", + "min": "214.636", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "129.089", + "max": "130.544", + "min": "128.734", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "185.716", + "max": "186.653", + "min": "185.211", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "143.377", + "max": "145.127", + "min": "142.865", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "153.438", + "max": "157.736", + "min": "152.366", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "106.194", + "max": "107.058", + "min": "105.991", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "61.755", + "max": "62.454", + "min": "61.434", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "16.501", + "max": "18.27", + "min": "16.061", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "91.112", + "max": "92.018", + "min": "90.668", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "149.056", + "max": "151.312", + "min": "148.658", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "101.588", + "max": "102.394", + "min": "101.297", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "99.664", + "max": "100.524", + "min": "99.473", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "151.494", + "max": "152.394", + "min": "151.248", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "96.54", + "max": "97.223", + "min": "96.129", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "297.278", + "max": "305.273", + "min": "234.088", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "145.539", + "max": "147.351", + "min": "145.028", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "143.131", + "max": "144.099", + "min": "142.792", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "66.766", + "max": "68.075", + "min": "66.215", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "21.239", + "max": "21.873", + "min": "20.778", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "105.398", + "max": "106.223", + "min": "105.207", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "105.876", + "max": "107.43", + "min": "105.559", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.871", + "max": "21.029", + "min": "14.4", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "108.874", + "max": "109.876", + "min": "108.25", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "148.942", + "max": "150.385", + "min": "148.614", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "29.826", + "max": "30.633", + "min": "29.522", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "278.951", + "max": "279.664", + "min": "278.768", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "90.509", + "max": "93.306", + "min": "89.918", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "111.449", + "max": "112.285", + "min": "111.132", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "162.928", + "max": "163.933", + "min": "162.561", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "146.028", + "max": "149.118", + "min": "145.069", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "152.966", + "max": "153.316", + "min": "152.702", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "103.768", + "max": "107.802", + "min": "103.188", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "109.168", + "max": "109.916", + "min": "108.941", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "138.545", + "max": "139.917", + "min": "138.256", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.039", + "max": "52.758", + "min": "51.592", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "312.132", + "max": "315.277", + "min": "311.388", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "119.752", + "max": "120.932", + "min": "119.417", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "379.832", + "max": "394.071", + "min": "345.234", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "176.093", + "max": "180.468", + "min": "175.528", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "84.04", + "max": "84.746", + "min": "83.797", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.858", + "max": "102.858", + "min": "101.59", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "141.428", + "max": "142.34", + "min": "141.12", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "245.141", + "max": "245.994", + "min": "244.683", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "254.906", + "max": "255.624", + "min": "254.635", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "84.352", + "max": "85.286", + "min": "84.071", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "138.135", + "max": "181.454", + "min": "136.283", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "363.871", + "max": "468.763", + "min": "204.016", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "147.759", + "max": "249.616", + "min": "55.439", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "183.209", + "max": "187.249", + "min": "182.591", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "229.983", + "max": "230.893", + "min": "229.66", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "123.747", + "max": "124.788", + "min": "123.393", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "124.312", + "max": "128.639", + "min": "123.64", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "119.559", + "max": "120.936", + "min": "119.032", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "184.406", + "max": "333.278", + "min": "106.109", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "223.002", + "max": "240.014", + "min": "200.827", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "37.111", + "max": "77.79", + "min": "33.788", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "35.68", + "max": "36.498", + "min": "35.43", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "25.962", + "max": "27.258", + "min": "25.495", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "84.183", + "max": "85.758", + "min": "82.915", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "233.892", + "max": "235.022", + "min": "233.481", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "133.764", + "max": "134.523", + "min": "133.353", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "188.298", + "max": "189.101", + "min": "187.822", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "104.176", + "max": "104.95", + "min": "103.829", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "98.761", + "max": "101.943", + "min": "98.417", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "104.583", + "max": "104.9", + "min": "104.407", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "291.536", + "max": "292.673", + "min": "290.801", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.807", + "max": "125.576", + "min": "123.46", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "75.527", + "max": "76.248", + "min": "75.256", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "131.824", + "max": "149.045", + "min": "130.061", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.399", + "max": "123.521", + "min": "122.014", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "113.546", + "max": "114.368", + "min": "113.366", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "78.112", + "max": "78.972", + "min": "77.83", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "18.186", + "max": "19.1", + "min": "17.747", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "214.869", + "max": "216.106", + "min": "214.229", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "37.159", + "max": "37.859", + "min": "36.867", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "27.774", + "max": "28.451", + "min": "27.396", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "184.233", + "max": "187.228", + "min": "183.688", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "0.108", + "max": "0.329", + "min": "0.045", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.492", + "max": "40.357", + "min": "33.006", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "128.005", + "max": "128.813", + "min": "127.489", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "12.67", + "max": "13.552", + "min": "12.395", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "14.969", + "max": "15.702", + "min": "14.676", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "8.574", + "max": "15.305", + "min": "7.491", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "280.013", + "max": "280.735", + "min": "279.6", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "35.7", + "max": "36.676", + "min": "35.426", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "17.653", + "max": "19.561", + "min": "16.663", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "94.263", + "max": "95.118", + "min": "94.06", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "142.51", + "max": "143.204", + "min": "142.112", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "32.654", + "max": "34.333", + "min": "31.94", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "248.11", + "max": "285.778", + "min": "240.948", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "118.967", + "max": "120.162", + "min": "118.527", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "244.942", + "max": "344.064", + "min": "238.759", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "117.882", + "max": "118.896", + "min": "117.596", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "205.337", + "max": "206.2", + "min": "205.081", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "33.316", + "max": "34.25", + "min": "32.941", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "78.261", + "max": "80.972", + "min": "77.934", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "106.853", + "max": "107.706", + "min": "106.474", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.143", + "max": "183.054", + "min": "181.849", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "99.803", + "max": "100.73", + "min": "99.457", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "131.114", + "max": "131.958", + "min": "130.794", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "237.558", + "max": "238.5", + "min": "237.063", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "82.222", + "max": "83.04", + "min": "81.791", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "101.085", + "max": "101.985", + "min": "100.866", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "20.674", + "max": "21.803", + "min": "20.186", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "133.308", + "max": "134.067", + "min": "133.033", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "21.762", + "max": "22.511", + "min": "21.548", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "27.664", + "max": "34.272", + "min": "26.957", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "29.396", + "max": "30.141", + "min": "29.021", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "19.998", + "max": "21.196", + "min": "19.746", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "16.809", + "max": "17.559", + "min": "16.448", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "59.103", + "max": "60.109", + "min": "58.739", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "41.597", + "max": "42.556", + "min": "41.24", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "57.532", + "max": "62.692", + "min": "57.054", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "41.628", + "max": "42.608", + "min": "41.407", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "6.003", + "max": "7.974", + "min": "5.592", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "12.638", + "max": "13.541", + "min": "12.439", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "6.217", + "max": "7.079", + "min": "5.873", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "24.239", + "max": "24.897", + "min": "23.973", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "50.709", + "max": "51.451", + "min": "50.234", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "26.878", + "max": "31.289", + "min": "25.728", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "46.44", + "max": "106.352", + "min": "12.223", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "10.526", + "max": "11.97", + "min": "10.076", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "55.342", + "max": "56.208", + "min": "55.002", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "29.675", + "max": "30.69", + "min": "29.25", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "37.773", + "max": "40.744", + "min": "37.082", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "7.559", + "max": "8.516", + "min": "7.164", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "200.887", + "max": "203.815", + "min": "199.809", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "13.936", + "max": "15.067", + "min": "13.639", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "45.685", + "max": "46.916", + "min": "45.334", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "19.156", + "max": "19.862", + "min": "18.908", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "179.178", + "max": "186.731", + "min": "177.271", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "48.082", + "max": "48.923", + "min": "47.754", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "7.532", + "max": "24.776", + "min": "6.674", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "6.46", + "max": "7.252", + "min": "6.131", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "4.899", + "max": "5.736", + "min": "4.55", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "295.087", + "max": "299.761", + "min": "294.241", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "93.247", + "max": "94.672", + "min": "92.581", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "313.805", + "max": "321.256", + "min": "269.291", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "142.292", + "max": "148.209", + "min": "141.714", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "9.319", + "max": "10.142", + "min": "9.001", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "133.682", + "max": "134.61", + "min": "133.144", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "161.871", + "max": "162.652", + "min": "161.442", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "30.498", + "max": "31.545", + "min": "30.185", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "54.304", + "max": "55.379", + "min": "54.021", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "15.627", + "max": "16.683", + "min": "15.228", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "7.363", + "max": "8.761", + "min": "7.115", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "109.947", + "max": "110.282", + "min": "109.671", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "114.887", + "max": "115.632", + "min": "114.647", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "253.359", + "max": "254.299", + "min": "253.025", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "83.025", + "max": "83.872", + "min": "82.793", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "30.241", + "max": "32.171", + "min": "29.888", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "80.912", + "max": "81.938", + "min": "80.642", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.072", + "max": "20.839", + "min": "19.771", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "250.676", + "max": "264.993", + "min": "231.605", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "130.259", + "max": "133.404", + "min": "127.717", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "30.582", + "max": "31.268", + "min": "30.265", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "42.5", + "max": "43.538", + "min": "41.818", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "151.857", + "max": "170.548", + "min": "149.955", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "111.246", + "max": "112.153", + "min": "110.694", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "236.138", + "max": "237.02", + "min": "235.796", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "83.35", + "max": "84.269", + "min": "83.022", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "37.346", + "max": "37.86", + "min": "36.951", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "12.034", + "max": "12.814", + "min": "11.71", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "53.463", + "max": "58.485", + "min": "52.966", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "87.663", + "max": "94.715", + "min": "86.859", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "92.069", + "max": "92.76", + "min": "91.784", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "63.864", + "max": "68.425", + "min": "61.564", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "167.728", + "max": "170.146", + "min": "166.677", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "87.024", + "max": "88.285", + "min": "86.169", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.099", + "max": "65.023", + "min": "63.573", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "106.856", + "max": "107.676", + "min": "106.529", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "24.065", + "max": "25.097", + "min": "23.69", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "177.374", + "max": "178.269", + "min": "177.024", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "181.153", + "max": "181.153", + "min": "181.153", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "18.67", + "max": "19.461", + "min": "18.373", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "16.853", + "max": "17.629", + "min": "16.702", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "113.09", + "max": "113.951", + "min": "112.802", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "30.886", + "max": "41.889", + "min": "23.809", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "26.674", + "max": "27.421", + "min": "26.4", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "194.148", + "max": "197.268", + "min": "193.507", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "90.104", + "max": "93.292", + "min": "89.697", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "108.753", + "max": "113.569", + "min": "107.984", + "id": "153", + "country": "Germany", + "source_name": "Dusseldorf", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "156": { + "name": "Maidstone", + "data": { + "0": { + "avg": "199.877", + "max": "200.123", + "min": "199.771", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "265.042", + "max": "266.579", + "min": "264.783", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "87.642", + "max": "87.962", + "min": "87.561", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "32.478", + "max": "37.125", + "min": "31.855", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "10.008", + "max": "10.597", + "min": "9.87", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "212.835", + "max": "212.973", + "min": "212.759", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "9.405", + "max": "10.304", + "min": "9.292", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "280.276", + "max": "283.878", + "min": "279.63", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "50.865", + "max": "51.051", + "min": "50.735", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "31.593", + "max": "33.948", + "min": "31.33", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "1.414", + "max": "1.695", + "min": "1.223", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "108.961", + "max": "130.352", + "min": "108.136", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "71.329", + "max": "71.61", + "min": "71.221", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "74.713", + "max": "75.062", + "min": "74.604", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "105.385", + "max": "107.536", + "min": "105.223", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "75.182", + "max": "76.201", + "min": "74.912", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "26.09", + "max": "26.449", + "min": "25.873", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "86.295", + "max": "95.069", + "min": "85.904", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "13.305", + "max": "14.585", + "min": "13.119", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "25.577", + "max": "26.056", + "min": "25.488", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "293.955", + "max": "296.341", + "min": "293.793", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "88.342", + "max": "88.991", + "min": "88.242", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "144.875", + "max": "145.623", + "min": "144.713", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "140.675", + "max": "145.308", + "min": "140.32", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.701", + "max": "35.247", + "min": "34.478", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "22.818", + "max": "23.069", + "min": "22.748", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "28.031", + "max": "29.098", + "min": "27.84", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "29.708", + "max": "30.672", + "min": "29.584", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.144", + "max": "18.607", + "min": "18.05", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "131.008", + "max": "132.194", + "min": "130.836", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "173.542", + "max": "174.249", + "min": "173.447", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "29.552", + "max": "31.493", + "min": "29.378", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "136.097", + "max": "139.137", + "min": "135.823", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "48.133", + "max": "48.207", + "min": "48.063", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "20.596", + "max": "24.532", + "min": "20.263", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "165.372", + "max": "167.51", + "min": "165.064", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "141.683", + "max": "141.884", + "min": "141.639", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "123.864", + "max": "124.071", + "min": "123.664", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "101.145", + "max": "101.316", + "min": "101.012", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "76.558", + "max": "80.898", + "min": "75.506", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "144.301", + "max": "146.162", + "min": "144.044", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "11.595", + "max": "14.313", + "min": "11.166", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.292", + "max": "51.562", + "min": "47.055", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.571", + "max": "33.796", + "min": "33.503", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "138.322", + "max": "138.482", + "min": "138.238", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "33.505", + "max": "34.097", + "min": "33.025", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "47.678", + "max": "48.652", + "min": "47.483", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "162.55", + "max": "163.473", + "min": "162.355", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "232.435", + "max": "233.679", + "min": "231.195", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "108.965", + "max": "110.195", + "min": "108.877", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "79.585", + "max": "79.782", + "min": "79.534", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "144.08", + "max": "147.275", + "min": "143.683", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "62.107", + "max": "74.975", + "min": "49.272", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "97.777", + "max": "98.159", + "min": "97.683", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "142.514", + "max": "148.389", + "min": "139.568", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "197.798", + "max": "198.495", + "min": "197.58", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "31.73", + "max": "33.173", + "min": "30.842", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "285.887", + "max": "286.01", + "min": "285.837", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "42.47", + "max": "43.266", + "min": "42.179", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "13.778", + "max": "14.181", + "min": "13.659", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.584", + "max": "65.286", + "min": "63.172", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "65.228", + "max": "124.381", + "min": "60.822", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "192.5", + "max": "286.783", + "min": "183.865", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "288.589", + "max": "295.892", + "min": "288.161", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "48.504", + "max": "49.452", + "min": "48.354", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "44.529", + "max": "46.523", + "min": "44.311", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "70.296", + "max": "70.452", + "min": "70.211", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "50.34", + "max": "59.304", + "min": "49.599", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "202.931", + "max": "204.994", + "min": "202.083", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "110.164", + "max": "111.98", + "min": "110.015", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "221.411", + "max": "222.143", + "min": "221.179", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "139.456", + "max": "139.898", + "min": "139.23", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "147.592", + "max": "148.022", + "min": "147.501", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "91.569", + "max": "91.723", + "min": "91.494", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "48.555", + "max": "49.524", + "min": "48.349", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "6.56", + "max": "7.939", + "min": "6.358", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "87.286", + "max": "87.442", + "min": "87.177", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "136.322", + "max": "138.662", + "min": "136.18", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "91.646", + "max": "93.91", + "min": "91.38", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "87.425", + "max": "88.413", + "min": "87.2", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "127.881", + "max": "128.107", + "min": "127.763", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "87.754", + "max": "89.051", + "min": "87.529", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "252.682", + "max": "252.879", + "min": "252.545", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "139.551", + "max": "141.741", + "min": "139.243", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "132.381", + "max": "132.524", + "min": "132.315", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "65.242", + "max": "72.581", + "min": "64.618", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "10.793", + "max": "12.117", + "min": "10.539", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "101.975", + "max": "104.03", + "min": "101.826", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "93.462", + "max": "94.165", + "min": "93.315", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "6.043", + "max": "7.528", + "min": "5.922", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "100.672", + "max": "102.605", + "min": "100.129", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "144.749", + "max": "145.21", + "min": "144.544", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "26.469", + "max": "27.064", + "min": "26.38", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "249.806", + "max": "253.312", + "min": "249.414", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "74.185", + "max": "74.374", + "min": "74.097", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "108.434", + "max": "108.733", + "min": "108.252", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "144.528", + "max": "144.812", + "min": "144.3", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "130.395", + "max": "145.644", + "min": "129.13", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "146.832", + "max": "147.076", + "min": "146.723", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "84.484", + "max": "87.367", + "min": "84.178", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "100.859", + "max": "101.293", + "min": "100.788", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "132.82", + "max": "133.051", + "min": "132.687", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.101", + "max": "64.463", + "min": "58.66", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "297.139", + "max": "306.001", + "min": "296.266", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "96.748", + "max": "97.363", + "min": "96.59", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "317.282", + "max": "334.568", + "min": "274.944", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "168.127", + "max": "168.818", + "min": "167.981", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "76.035", + "max": "78.288", + "min": "75.767", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "90.071", + "max": "91.489", + "min": "89.863", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "152.224", + "max": "154.603", + "min": "152.005", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "234.388", + "max": "234.783", + "min": "234.287", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "259.636", + "max": "261.391", + "min": "259.459", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "70.128", + "max": "72.552", + "min": "69.991", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "130.975", + "max": "147.995", + "min": "130.197", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "367.517", + "max": "468.457", + "min": "185.697", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "160.867", + "max": "277.658", + "min": "85.313", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "178.767", + "max": "181.758", + "min": "178.352", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "221.835", + "max": "222.371", + "min": "221.625", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "104.431", + "max": "104.916", + "min": "104.281", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "101.777", + "max": "102.793", + "min": "101.569", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "106.966", + "max": "110.731", + "min": "106.656", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "171.905", + "max": "323.033", + "min": "91.852", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "182.681", + "max": "182.965", + "min": "182.578", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "39.807", + "max": "119.484", + "min": "35.095", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "33.01", + "max": "34.501", + "min": "32.88", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "36.736", + "max": "37.504", + "min": "36.338", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "69.421", + "max": "69.563", + "min": "69.338", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "170.793", + "max": "171.102", + "min": "170.594", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "116.504", + "max": "119.387", + "min": "116.207", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "169.081", + "max": "169.85", + "min": "168.93", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "96", + "max": "98.965", + "min": "95.651", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "93.133", + "max": "93.281", + "min": "92.983", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "94.459", + "max": "97.416", + "min": "94.105", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "272.236", + "max": "272.959", + "min": "271.694", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "115.518", + "max": "115.827", + "min": "115.468", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "65.424", + "max": "65.554", + "min": "65.338", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "124.546", + "max": "130.265", + "min": "123.627", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "119.741", + "max": "121.673", + "min": "119.537", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "104.173", + "max": "104.333", + "min": "104.113", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.43", + "max": "75.608", + "min": "68.068", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "31.484", + "max": "31.704", + "min": "31.378", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.436", + "max": "199.125", + "min": "197.991", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "42.368", + "max": "44.08", + "min": "42.132", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "31.304", + "max": "31.465", + "min": "31.259", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "172.415", + "max": "173.517", + "min": "172.117", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "12.553", + "max": "12.92", + "min": "12.379", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "42.566", + "max": "43.154", + "min": "42.419", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "140.545", + "max": "141.476", + "min": "140.397", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "0.019", + "max": "0.048", + "min": "0.014", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "4.848", + "max": "5.792", + "min": "4.732", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.768", + "max": "25.219", + "min": "14.44", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "238.099", + "max": "238.472", + "min": "238.018", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.131", + "max": "37.309", + "min": "37.035", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.771", + "max": "19.018", + "min": "18.623", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "80.742", + "max": "81.451", + "min": "80.609", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "133", + "max": "139.237", + "min": "132.632", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "36.624", + "max": "37.194", + "min": "36.434", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "240.833", + "max": "280.145", + "min": "233.79", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "113.531", + "max": "113.762", + "min": "113.469", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "241.069", + "max": "338.839", + "min": "235.009", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "114.014", + "max": "114.108", + "min": "113.933", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.333", + "max": "381.673", + "min": "381.125", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "33.789", + "max": "33.979", + "min": "33.701", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "68.007", + "max": "68.149", + "min": "67.92", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "111.531", + "max": "112.229", + "min": "111.421", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "163.151", + "max": "165.502", + "min": "162.953", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "97.932", + "max": "98.28", + "min": "97.771", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "122.812", + "max": "124.396", + "min": "122.586", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "239.004", + "max": "244.089", + "min": "238.145", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "77.769", + "max": "78.452", + "min": "77.661", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "91.788", + "max": "92.249", + "min": "91.734", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "16.101", + "max": "24.821", + "min": "15.503", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "147.382", + "max": "148.176", + "min": "147.214", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "11.602", + "max": "12.687", + "min": "11.436", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.893", + "max": "22.073", + "min": "21.742", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "29.378", + "max": "29.652", + "min": "29.295", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "24.018", + "max": "24.361", + "min": "23.94", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "6.672", + "max": "8.65", + "min": "6.382", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "59.882", + "max": "61.105", + "min": "59.69", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "46.139", + "max": "46.291", + "min": "46.053", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "64.931", + "max": "66.723", + "min": "64.719", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "45.461", + "max": "46.292", + "min": "45.296", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "10.202", + "max": "12.542", + "min": "10.003", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "9.54", + "max": "10.095", + "min": "9.432", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "7.679", + "max": "8.963", + "min": "7.522", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "23.415", + "max": "23.572", + "min": "23.311", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "65.462", + "max": "65.857", + "min": "65.221", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "37.178", + "max": "57.995", + "min": "34.772", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "54.75", + "max": "110.775", + "min": "20.999", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "1.955", + "max": "2.027", + "min": "1.926", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "65.174", + "max": "65.457", + "min": "65.016", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "32.369", + "max": "32.897", + "min": "32.218", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "39.904", + "max": "40.362", + "min": "39.453", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "7.209", + "max": "7.645", + "min": "6.919", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "254.883", + "max": "270.127", + "min": "254.179", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "20.683", + "max": "21.204", + "min": "20.565", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.105", + "max": "44.363", + "min": "42.921", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "34.934", + "max": "35.124", + "min": "34.878", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "168.518", + "max": "175.634", + "min": "167.38", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "59.173", + "max": "59.929", + "min": "59.04", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "10.306", + "max": "17.221", + "min": "9.724", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "9.725", + "max": "9.902", + "min": "9.613", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "7.965", + "max": "8.409", + "min": "7.451", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "285.562", + "max": "287.091", + "min": "285.338", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "73.179", + "max": "76.024", + "min": "72.308", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.066", + "max": "223.428", + "min": "222.821", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "149.281", + "max": "151.501", + "min": "149.005", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "12.302", + "max": "14.939", + "min": "12.096", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "136.742", + "max": "137.164", + "min": "136.544", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "141.734", + "max": "142.39", + "min": "141.422", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "34.601", + "max": "35.15", + "min": "34.435", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "63.23", + "max": "65.682", + "min": "62.896", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "5.152", + "max": "6.668", + "min": "4.971", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "9.95", + "max": "10.183", + "min": "9.827", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "91.479", + "max": "91.535", + "min": "91.433", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "102.008", + "max": "102.67", + "min": "101.94", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "248.014", + "max": "248.357", + "min": "247.765", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "72.684", + "max": "72.991", + "min": "72.594", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.524", + "max": "26.724", + "min": "23.343", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "71.347", + "max": "76.523", + "min": "71.013", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "24.486", + "max": "24.565", + "min": "24.404", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "197.674", + "max": "197.988", + "min": "197.548", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "110.939", + "max": "114.667", + "min": "107.747", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "23.17", + "max": "23.57", + "min": "23.038", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "40.099", + "max": "42.587", + "min": "39.342", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "147.493", + "max": "162.813", + "min": "145.27", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "98.344", + "max": "100.44", + "min": "97.984", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "252.687", + "max": "253.394", + "min": "252.504", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "79.8", + "max": "81.064", + "min": "79.568", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "48.35", + "max": "49.056", + "min": "48.274", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.365", + "max": "11.607", + "min": "11.297", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "47.989", + "max": "48.045", + "min": "47.934", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "81.538", + "max": "86.248", + "min": "81.087", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "82.641", + "max": "82.867", + "min": "82.46", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "62.963", + "max": "65.512", + "min": "61.174", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "166.292", + "max": "175.97", + "min": "165.316", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "84.376", + "max": "85.922", + "min": "83.442", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.801", + "max": "67.702", + "min": "64.569", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "97.105", + "max": "113.575", + "min": "96.275", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "14.85", + "max": "16.081", + "min": "14.622", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "267.527", + "max": "271.003", + "min": "256.583", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "174.249", + "max": "174.249", + "min": "174.249", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "5.185", + "max": "5.427", + "min": "5.127", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "25.366", + "max": "25.593", + "min": "25.311", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "97.372", + "max": "99.867", + "min": "97.12", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "25.5", + "max": "34.331", + "min": "18.603", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "32.451", + "max": "32.636", + "min": "32.363", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "174.621", + "max": "174.924", + "min": "174.533", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "83.357", + "max": "84.432", + "min": "83.103", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "95.543", + "max": "95.901", + "min": "95.468", + "id": "156", + "country": "United Kingdom", + "source_name": "Maidstone", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "157": { + "name": "Gosport", + "data": { + "0": { + "avg": "201.309", + "max": "201.487", + "min": "201.149", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "261.949", + "max": "262.324", + "min": "261.79", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.303", + "max": "90.434", + "min": "90.242", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "33.712", + "max": "40.145", + "min": "33.215", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "10.588", + "max": "10.755", + "min": "10.478", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "235.56", + "max": "235.689", + "min": "235.477", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "14.737", + "max": "15.14", + "min": "14.631", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "268.251", + "max": "271.403", + "min": "267.925", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "50.255", + "max": "50.391", + "min": "50.206", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "31.199", + "max": "33.392", + "min": "30.868", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "3.553", + "max": "3.94", + "min": "3.39", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "111.894", + "max": "141.794", + "min": "110.748", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "70.949", + "max": "71.012", + "min": "70.858", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "80.085", + "max": "80.538", + "min": "79.957", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "107.469", + "max": "108.501", + "min": "107.34", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "83.238", + "max": "84.154", + "min": "83.158", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "27.731", + "max": "27.906", + "min": "27.606", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "97.031", + "max": "107.328", + "min": "96.162", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "12.791", + "max": "12.984", + "min": "12.701", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "32.417", + "max": "33.009", + "min": "32.345", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "292.604", + "max": "292.672", + "min": "292.566", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "89.133", + "max": "89.202", + "min": "89.071", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "139.018", + "max": "139.232", + "min": "138.917", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "142.165", + "max": "144.802", + "min": "141.992", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "38.259", + "max": "38.771", + "min": "38.008", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "25.58", + "max": "25.787", + "min": "25.522", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "29.446", + "max": "32.172", + "min": "29.084", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "32.163", + "max": "32.66", + "min": "31.933", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.099", + "max": "14.186", + "min": "14.042", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "132.641", + "max": "140.544", + "min": "132.196", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "165.333", + "max": "165.453", + "min": "165.259", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "37.223", + "max": "37.366", + "min": "37.158", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "138.616", + "max": "138.79", + "min": "138.508", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "53.853", + "max": "54.184", + "min": "53.765", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "24.283", + "max": "27.883", + "min": "23.929", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "169.17", + "max": "171.471", + "min": "168.889", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "144.398", + "max": "144.441", + "min": "144.37", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "133.369", + "max": "133.492", + "min": "133.227", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.136", + "max": "108.275", + "min": "108.037", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "81.873", + "max": "82.031", + "min": "81.677", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "146.1", + "max": "147.821", + "min": "145.743", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "13.451", + "max": "18.407", + "min": "12.872", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "48.629", + "max": "48.788", + "min": "48.536", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "35.456", + "max": "39.847", + "min": "33.757", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "138.623", + "max": "138.712", + "min": "138.531", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "34.823", + "max": "35.488", + "min": "34.506", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "37.737", + "max": "37.838", + "min": "37.65", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "155.79", + "max": "156.178", + "min": "155.657", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "241.659", + "max": "242.786", + "min": "240.406", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "122.636", + "max": "122.73", + "min": "122.576", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "79.253", + "max": "79.414", + "min": "79.139", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "145.378", + "max": "145.623", + "min": "145.191", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "35.262", + "max": "49.291", + "min": "21.207", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "98.353", + "max": "98.491", + "min": "98.229", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "146.635", + "max": "153.657", + "min": "143.914", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "189.634", + "max": "189.991", + "min": "189.506", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "35.173", + "max": "38.093", + "min": "33.857", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "297.43", + "max": "297.497", + "min": "297.37", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "52.2", + "max": "53.611", + "min": "51.964", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "17.363", + "max": "17.502", + "min": "17.265", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "68.961", + "max": "70.428", + "min": "68.453", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "70.133", + "max": "122.666", + "min": "64.181", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "185.984", + "max": "283.416", + "min": "177.066", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "217.475", + "max": "217.562", + "min": "217.425", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "48.827", + "max": "50.279", + "min": "48.662", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "55.514", + "max": "55.922", + "min": "55.44", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "71.989", + "max": "72.157", + "min": "71.889", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "47.33", + "max": "47.639", + "min": "47.021", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "204.083", + "max": "206.221", + "min": "203.315", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "111.447", + "max": "112.818", + "min": "111.298", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "262.222", + "max": "263.386", + "min": "262.067", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "139.505", + "max": "141.006", + "min": "139.213", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "150.644", + "max": "150.955", + "min": "150.548", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "97.458", + "max": "97.52", + "min": "97.405", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "41.465", + "max": "42.66", + "min": "41.203", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "8.347", + "max": "8.637", + "min": "8.195", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "92.206", + "max": "92.495", + "min": "92.074", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "135.682", + "max": "136.768", + "min": "135.48", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "89.121", + "max": "91.156", + "min": "88.724", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "86.961", + "max": "87.252", + "min": "86.835", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "137.779", + "max": "138.057", + "min": "137.636", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "88.849", + "max": "89.78", + "min": "88.601", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "286.524", + "max": "287.141", + "min": "286.336", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "238.719", + "max": "239.324", + "min": "238.574", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "116.589", + "max": "116.676", + "min": "116.517", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "64.743", + "max": "66.344", + "min": "64.316", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "13.213", + "max": "18.667", + "min": "12.77", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "103.012", + "max": "103.162", + "min": "102.934", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "95.111", + "max": "95.58", + "min": "94.961", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "7.838", + "max": "8.7", + "min": "7.725", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "99.227", + "max": "100.932", + "min": "98.705", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "138.082", + "max": "138.488", + "min": "137.942", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "26.897", + "max": "26.925", + "min": "26.861", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "267.507", + "max": "267.658", + "min": "267.324", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "75.875", + "max": "75.989", + "min": "75.776", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "105.396", + "max": "105.511", + "min": "105.217", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "150.53", + "max": "150.752", + "min": "150.278", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "127.273", + "max": "147.494", + "min": "125.649", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "136.516", + "max": "136.719", + "min": "136.427", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "86.142", + "max": "87.949", + "min": "85.927", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "97.702", + "max": "97.817", + "min": "97.648", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": null, + "max": null, + "min": null, + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "63.429", + "max": "64.383", + "min": "63.301", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "297.83", + "max": "300.73", + "min": "297.217", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "95.037", + "max": "95.32", + "min": "94.882", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "325.74", + "max": "433.382", + "min": "310.265", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "172.685", + "max": "173.64", + "min": "172.582", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "76.411", + "max": "76.556", + "min": "76.215", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "98.114", + "max": "98.294", + "min": "98.023", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "136.252", + "max": "139.183", + "min": "135.503", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "257.203", + "max": "266.15", + "min": "256.741", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "263.818", + "max": "264.149", + "min": "263.731", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "71.777", + "max": "71.878", + "min": "71.725", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "131.111", + "max": "135.726", + "min": "130.649", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "357.758", + "max": "474.446", + "min": "168.13", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "165.24", + "max": "292.694", + "min": "89.915", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "167.236", + "max": "170.497", + "min": "166.754", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "237.35", + "max": "240.084", + "min": "237.06", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "106.45", + "max": "106.573", + "min": "106.348", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "113.316", + "max": "114.056", + "min": "113.073", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "108.631", + "max": "111.131", + "min": "108.355", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "179.206", + "max": "328.715", + "min": "99.221", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "194.821", + "max": "195.103", + "min": "194.722", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "48.901", + "max": "320.884", + "min": "37.851", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "35.048", + "max": "35.097", + "min": "34.997", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "33.729", + "max": "35.071", + "min": "33.128", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "72.478", + "max": "72.885", + "min": "72.372", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "178.623", + "max": "180.723", + "min": "178.343", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "105.992", + "max": "106.652", + "min": "105.834", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "171.256", + "max": "172.226", + "min": "171.165", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "96.919", + "max": "97.439", + "min": "96.751", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "88.051", + "max": "88.232", + "min": "87.918", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "95.969", + "max": "96.289", + "min": "95.739", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "284.318", + "max": "285.292", + "min": "283.633", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "120.796", + "max": "120.919", + "min": "120.759", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "67.082", + "max": "67.245", + "min": "66.938", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "120.081", + "max": "123.124", + "min": "119.6", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "108.406", + "max": "108.545", + "min": "108.26", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "101.952", + "max": "102.12", + "min": "101.876", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "69.809", + "max": "69.937", + "min": "69.709", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "33.485", + "max": "35.991", + "min": "33.263", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "182.054", + "max": "182.923", + "min": "181.629", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "41.225", + "max": "41.612", + "min": "41.124", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "32.9", + "max": "33.129", + "min": "32.71", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "174.518", + "max": "175.932", + "min": "174.278", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "14.932", + "max": "15.872", + "min": "14.599", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "39.91", + "max": "40.402", + "min": "39.79", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "276.759", + "max": "277.064", + "min": "276.668", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "4.797", + "max": "5.121", + "min": "4.729", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "0.034", + "max": "0.036", + "min": "0.031", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "17.448", + "max": "24.35", + "min": "16.515", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "239.113", + "max": "239.181", + "min": "239.019", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.931", + "max": "39.67", + "min": "37.744", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "23.215", + "max": "26.082", + "min": "22.301", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "83.702", + "max": "84.093", + "min": "83.618", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "134.316", + "max": "134.983", + "min": "133.964", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "38.383", + "max": "40.139", + "min": "38.08", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "242.227", + "max": "283.13", + "min": "234.562", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "111.009", + "max": "111.209", + "min": "110.833", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "244.713", + "max": "332.193", + "min": "236.685", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "115.759", + "max": "115.924", + "min": "115.666", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "377.87", + "max": "378.163", + "min": "377.508", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "33.448", + "max": "33.572", + "min": "33.374", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "70.299", + "max": "71.595", + "min": "70.141", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "104.547", + "max": "104.749", + "min": "104.449", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "161.189", + "max": "161.259", + "min": "161.127", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "99.701", + "max": "99.828", + "min": "99.572", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "129.817", + "max": "130.194", + "min": "129.703", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "276.851", + "max": "282.026", + "min": "274.915", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.799", + "max": "73.884", + "min": "73.696", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "83.71", + "max": "83.736", + "min": "83.664", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "17.503", + "max": "19.592", + "min": "17.117", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "277.509", + "max": "277.587", + "min": "277.44", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "12.059", + "max": "12.133", + "min": "12.018", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "22.257", + "max": "22.952", + "min": "21.95", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "34.806", + "max": "34.899", + "min": "34.763", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "29.224", + "max": "29.582", + "min": "29.144", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "7.906", + "max": "8.642", + "min": "7.691", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "62.826", + "max": "63.227", + "min": "62.697", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "52.864", + "max": "53.101", + "min": "52.776", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "68.646", + "max": "69.811", + "min": "68.523", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "52.288", + "max": "52.565", + "min": "52.191", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "12.017", + "max": "13.086", + "min": "11.907", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "13.32", + "max": "13.387", + "min": "13.237", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "9.031", + "max": "9.116", + "min": "8.958", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "26.013", + "max": "26.222", + "min": "25.88", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "57.782", + "max": "58.03", + "min": "57.506", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "37.109", + "max": "64.671", + "min": "34.516", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "56.784", + "max": "117.006", + "min": "23.362", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "3.718", + "max": "3.918", + "min": "3.621", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "69.669", + "max": "70.254", + "min": "69.488", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "45.897", + "max": "74.996", + "min": "44.413", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "40.202", + "max": "40.719", + "min": "39.908", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "10.416", + "max": "11.043", + "min": "10.225", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "264.943", + "max": "266.808", + "min": "264.807", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "22.019", + "max": "22.299", + "min": "21.929", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "27.017", + "max": "27.29", + "min": "26.904", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "31.729", + "max": "31.847", + "min": "31.669", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "161.799", + "max": "167.154", + "min": "160.146", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "60.87", + "max": "61.118", + "min": "60.754", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "11.579", + "max": "12.141", + "min": "11.394", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "19.547", + "max": "19.797", + "min": "19.424", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "9.575", + "max": "12.698", + "min": "9.169", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "265.576", + "max": "278.477", + "min": "263.189", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "76.148", + "max": "78.892", + "min": "75.524", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "215.064", + "max": "233.861", + "min": "207.269", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "149.605", + "max": "149.84", + "min": "149.5", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "17.74", + "max": "17.866", + "min": "17.697", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "148.969", + "max": "212.443", + "min": "141.236", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "139.751", + "max": "140.292", + "min": "139.47", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "40.816", + "max": "41.094", + "min": "40.67", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "65.409", + "max": "65.613", + "min": "65.302", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "7.079", + "max": "7.705", + "min": "6.755", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "11.311", + "max": "12.531", + "min": "11.039", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "93.437", + "max": "93.521", + "min": "93.405", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "103.558", + "max": "103.779", + "min": "103.484", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "258.385", + "max": "258.688", + "min": "258.161", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "74.64", + "max": "74.93", + "min": "74.603", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.399", + "max": "24.515", + "min": "24.308", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "72.726", + "max": "72.793", + "min": "72.696", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "25.676", + "max": "26.028", + "min": "25.575", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "210.829", + "max": "578.358", + "min": "198.009", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "117.313", + "max": "122.778", + "min": "113.736", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "24.64", + "max": "24.828", + "min": "24.499", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "41.244", + "max": "42.779", + "min": "40.171", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "143.466", + "max": "176.807", + "min": "140.677", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "236.643", + "max": "237.91", + "min": "236.233", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "229.203", + "max": "229.477", + "min": "229.104", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "81.224", + "max": "82.317", + "min": "81.031", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "51.317", + "max": "51.366", + "min": "51.262", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "18.226", + "max": "18.307", + "min": "18.191", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "56.715", + "max": "56.787", + "min": "56.672", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "82.223", + "max": "84.341", + "min": "81.786", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "83", + "max": "83.249", + "min": "82.881", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "62.792", + "max": "65.48", + "min": "61.048", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "164.656", + "max": "167.039", + "min": "164.257", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "84.737", + "max": "86.426", + "min": "84.023", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "66.495", + "max": "68.127", + "min": "66.304", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "96.939", + "max": "97.117", + "min": "96.742", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "16.607", + "max": "19.528", + "min": "16.341", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "166.645", + "max": "166.765", + "min": "166.419", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "178.073", + "max": "178.122", + "min": "178.024", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "16.269", + "max": "16.301", + "min": "16.239", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "18.484", + "max": "18.554", + "min": "18.421", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "98.978", + "max": "99.785", + "min": "98.817", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "27.961", + "max": "38.423", + "min": "19.487", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "36.513", + "max": "36.578", + "min": "36.418", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "184.726", + "max": "186.647", + "min": "184.494", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "89.568", + "max": "90.551", + "min": "89.34", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "96.51", + "max": "96.558", + "min": "96.464", + "id": "157", + "country": "United Kingdom", + "source_name": "Gosport", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "158": { + "name": "Nuremberg", + "data": { + "0": { + "avg": "229.881", + "max": "245.834", + "min": "228.776", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "267.544", + "max": "279.788", + "min": "263.664", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "95.236", + "max": "104.084", + "min": "94.507", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "17.963", + "max": "24.154", + "min": "16.392", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "13.977", + "max": "23.264", + "min": "13.011", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "239.599", + "max": "246.922", + "min": "239.028", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "12.779", + "max": "25.775", + "min": "10.519", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "272.255", + "max": "286.348", + "min": "268.149", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "45.646", + "max": "57.161", + "min": "43.739", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "33.463", + "max": "42.026", + "min": "32.056", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "18.842", + "max": "30.171", + "min": "16.211", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "123.152", + "max": "127.377", + "min": "122.752", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "84.379", + "max": "96.792", + "min": "81.881", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "84.183", + "max": "95.021", + "min": "82.995", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "114.028", + "max": "122.015", + "min": "113.198", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "89.318", + "max": "117.19", + "min": "85.542", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "27.127", + "max": "30.697", + "min": "26.395", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "100.64", + "max": "106.857", + "min": "98.633", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "27.846", + "max": "31.343", + "min": "27.349", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "12.12", + "max": "45.414", + "min": "8.692", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "283.891", + "max": "294.746", + "min": "282.062", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "99.093", + "max": "103.594", + "min": "98.433", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "147.522", + "max": "155.967", + "min": "146.787", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "146.923", + "max": "156.862", + "min": "144.75", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "28.912", + "max": "40.009", + "min": "26.62", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "25.831", + "max": "31.981", + "min": "24.003", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "16.662", + "max": "22.487", + "min": "15.856", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "15.869", + "max": "26.765", + "min": "14.039", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "4.294", + "max": "9.951", + "min": "3.779", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "143.89", + "max": "145.568", + "min": "143.537", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "155.229", + "max": "164.895", + "min": "154.5", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "21.472", + "max": "38.889", + "min": "20.009", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "150.843", + "max": "180.609", + "min": "148.94", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "34.69", + "max": "35.754", + "min": "34.507", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "12.127", + "max": "18.029", + "min": "9.603", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "162.226", + "max": "177.411", + "min": "160.492", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "149.029", + "max": "166.045", + "min": "146.356", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "145.779", + "max": "154.909", + "min": "144.309", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "114.116", + "max": "132.406", + "min": "112.06", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "89.993", + "max": "100.949", + "min": "88.036", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "156.753", + "max": "159.718", + "min": "156.128", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "25.452", + "max": "37.414", + "min": "23.528", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "49.925", + "max": "58.043", + "min": "48.827", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "30.011", + "max": "37.559", + "min": "28.822", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "157.578", + "max": "165.302", + "min": "156.631", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "24.528", + "max": "39.474", + "min": "22.71", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "31.799", + "max": "36.58", + "min": "30.981", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "169.329", + "max": "174.16", + "min": "168.118", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "243.631", + "max": "251.289", + "min": "241.811", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "136.667", + "max": "147.345", + "min": "135.693", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.961", + "max": "104.806", + "min": "89.468", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "150.245", + "max": "160.013", + "min": "148.048", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "39.634", + "max": "53.266", + "min": "23.532", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "113.602", + "max": "115.041", + "min": "113.368", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "156.815", + "max": "167.246", + "min": "152.925", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "252.817", + "max": "262.041", + "min": "251.947", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "36.458", + "max": "41.82", + "min": "34.959", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "307.691", + "max": "313.958", + "min": "306.856", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "30.248", + "max": "44.09", + "min": "28.549", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "14.221", + "max": "24.085", + "min": "12.467", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.654", + "max": "64.936", + "min": "58.425", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.811", + "max": "117.551", + "min": "70.692", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "185.2", + "max": "198.498", + "min": "183.055", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "227.975", + "max": "242.653", + "min": "226.082", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "39.982", + "max": "51.969", + "min": "38.398", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.219", + "max": "42.874", + "min": "34.118", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "87.092", + "max": "97.426", + "min": "84.824", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "40.869", + "max": "64.077", + "min": "36.242", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "214.497", + "max": "219.424", + "min": "213.261", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "125.952", + "max": "130.399", + "min": "125.197", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "183.538", + "max": "191.935", + "min": "181.45", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "143.085", + "max": "150.848", + "min": "141.746", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "156.247", + "max": "160.166", + "min": "155.654", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "109.264", + "max": "114.916", + "min": "108.473", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "59.336", + "max": "71.248", + "min": "57.358", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "21.808", + "max": "37.342", + "min": "19.978", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.084", + "max": "129.651", + "min": "99.388", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "147.829", + "max": "175.084", + "min": "145.844", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "106.338", + "max": "120.153", + "min": "104.586", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "99.904", + "max": "109.277", + "min": "98.825", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "143.885", + "max": "196.603", + "min": "139.88", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "91.708", + "max": "93.572", + "min": "91.222", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "254.804", + "max": "267.011", + "min": "253.667", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "153.198", + "max": "160.204", + "min": "152.034", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "127.535", + "max": "133.923", + "min": "126.401", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "61.636", + "max": "67.901", + "min": "60.654", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "28.853", + "max": "37.96", + "min": "27.806", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "108.988", + "max": "132.206", + "min": "107.237", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "108.721", + "max": "122.331", + "min": "107.293", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "20.508", + "max": "25.718", + "min": "19.207", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "117.066", + "max": "129.234", + "min": "115.062", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "155.001", + "max": "163.3", + "min": "153.233", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.624", + "max": "40.674", + "min": "32.196", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "274.072", + "max": "294.699", + "min": "262.402", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "93.582", + "max": "123.257", + "min": "90.486", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "115.42", + "max": "131.905", + "min": "114.571", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "160.731", + "max": "172.353", + "min": "157.46", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "154.191", + "max": "168.438", + "min": "152.372", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.96", + "max": "159.43", + "min": "153.441", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "104.824", + "max": "126.249", + "min": "103.208", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "113.005", + "max": "120.682", + "min": "111.413", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "139.533", + "max": "145.599", + "min": "138.313", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "43.447", + "max": "51.619", + "min": "41.964", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "306.46", + "max": "313.615", + "min": "304.454", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "111.934", + "max": "121.205", + "min": "110.754", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "326.412", + "max": "347.679", + "min": "283.595", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "185.204", + "max": "199.713", + "min": "183.755", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "89.028", + "max": "95.317", + "min": "87.551", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.703", + "max": "118.117", + "min": "99.722", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "122.213", + "max": "125.507", + "min": "120.908", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "205.622", + "max": "216.584", + "min": "204.762", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "265.024", + "max": "270.72", + "min": "262.555", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "81.112", + "max": "86.79", + "min": "79.846", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.543", + "max": "154.438", + "min": "140.914", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "372.716", + "max": "489.396", + "min": "197.427", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "145.786", + "max": "254.807", + "min": "61.019", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "170.009", + "max": "186.782", + "min": "168.154", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "230.628", + "max": "237.075", + "min": "229.96", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "127.975", + "max": "135.464", + "min": "126.974", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "114.524", + "max": "125.036", + "min": "113.133", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "120.26", + "max": "134.452", + "min": "118.911", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "183.781", + "max": "344.96", + "min": "106", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "193.323", + "max": "198.306", + "min": "192.788", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "39.66", + "max": "149.97", + "min": "32.408", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "32.656", + "max": "47.685", + "min": "31.134", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "29.356", + "max": "50.579", + "min": "28.017", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.09", + "max": "95.531", + "min": "78.735", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.537", + "max": "180.341", + "min": "172.524", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "128.106", + "max": "130.984", + "min": "127.1", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "174.254", + "max": "185.193", + "min": "172.827", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "107.562", + "max": "120.083", + "min": "106.372", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "107.374", + "max": "118.451", + "min": "105.796", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "111.179", + "max": "114.976", + "min": "110.473", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "293.785", + "max": "325.585", + "min": "289.52", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "127.987", + "max": "131.685", + "min": "127.241", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "87.439", + "max": "93.222", + "min": "85.749", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "133.24", + "max": "139.022", + "min": "131.205", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.678", + "max": "136.583", + "min": "120.337", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "119.169", + "max": "126.108", + "min": "118.448", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "82.785", + "max": "88.053", + "min": "81.527", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "18.597", + "max": "32.609", + "min": "16.458", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "181.559", + "max": "186.723", + "min": "179.448", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.154", + "max": "49.642", + "min": "41.818", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "18.881", + "max": "28.688", + "min": "17.904", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "188.173", + "max": "199.347", + "min": "186.21", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "8.997", + "max": "18.362", + "min": "7.493", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.572", + "max": "57.655", + "min": "30.603", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "154.434", + "max": "160.969", + "min": "153.772", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "16.144", + "max": "35.764", + "min": "14.472", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "17.679", + "max": "26.613", + "min": "16.604", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "0.052", + "max": "0.169", + "min": "0.025", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "249.872", + "max": "279.594", + "min": "247.897", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "43.101", + "max": "72.634", + "min": "39.021", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "13.786", + "max": "16.514", + "min": "13.044", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "98.132", + "max": "103.574", + "min": "97.309", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "146.797", + "max": "158.716", + "min": "144.878", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "51.081", + "max": "61.19", + "min": "49.689", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "205.137", + "max": "252.179", + "min": "196.061", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "126.291", + "max": "144.319", + "min": "123.697", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "252.433", + "max": "352.38", + "min": "243.747", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "120.586", + "max": "132.381", + "min": "119.603", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "378.978", + "max": "386.624", + "min": "377.243", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.03", + "max": "44.016", + "min": "33.286", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "79.065", + "max": "84.338", + "min": "78.292", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "96.769", + "max": "112.541", + "min": "95.278", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "185.175", + "max": "197.71", + "min": "183.428", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "89.274", + "max": "101.788", + "min": "86.585", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "156.821", + "max": "165.287", + "min": "155.016", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "198.623", + "max": "203.984", + "min": "197.195", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "89.817", + "max": "93.906", + "min": "89.092", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "109.847", + "max": "115.028", + "min": "108.91", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "6.945", + "max": "17.326", + "min": "6.234", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "131.615", + "max": "133.751", + "min": "131.341", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "25.344", + "max": "48.589", + "min": "23.446", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "31.985", + "max": "42.388", + "min": "30.314", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "22.62", + "max": "49.67", + "min": "20.275", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "15.442", + "max": "48.688", + "min": "12.277", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "22.383", + "max": "36.636", + "min": "21.086", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "61.496", + "max": "78.131", + "min": "59.158", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "36.966", + "max": "41.642", + "min": "36.593", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "59.431", + "max": "89.715", + "min": "56.122", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "36.464", + "max": "51.205", + "min": "34.191", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "12.094", + "max": "24.261", + "min": "11.056", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "15.404", + "max": "27.502", + "min": "14.494", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "11.197", + "max": "20.822", + "min": "10.568", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "9.103", + "max": "27.81", + "min": "7.82", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "47.398", + "max": "54.041", + "min": "46.278", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "35.554", + "max": "46.864", + "min": "31.474", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "25.234", + "max": "41.544", + "min": "11.843", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "15.613", + "max": "27.559", + "min": "13.716", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "45.412", + "max": "61.519", + "min": "43.958", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "28.538", + "max": "36.153", + "min": "27.409", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "42.024", + "max": "48.461", + "min": "40.969", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "18.96", + "max": "65.418", + "min": "16.072", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "195.054", + "max": "201.659", + "min": "193.708", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "10.926", + "max": "24.458", + "min": "8.998", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "23.072", + "max": "35.041", + "min": "20.826", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "14.026", + "max": "35.316", + "min": "11.916", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "174.248", + "max": "179.416", + "min": "171.62", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "48.998", + "max": "67.523", + "min": "46.415", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "15.115", + "max": "20.266", + "min": "14.011", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "13.586", + "max": "20.262", + "min": "12.307", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "19.6", + "max": "41.901", + "min": "16.227", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "299.652", + "max": "311.405", + "min": "294.941", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "89.254", + "max": "111.783", + "min": "87.28", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "222.885", + "max": "240.926", + "min": "220.45", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "161.451", + "max": "167.246", + "min": "159.883", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "16.85", + "max": "41.544", + "min": "13.312", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "146.209", + "max": "151.389", + "min": "145.15", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "176.013", + "max": "179.17", + "min": "175.366", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "29.186", + "max": "40.337", + "min": "28.07", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "60.141", + "max": "68.881", + "min": "59.262", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "21.287", + "max": "30.348", + "min": "20.573", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "12.793", + "max": "25.524", + "min": "11.364", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "110.718", + "max": "113.92", + "min": "110.068", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "125.442", + "max": "138.108", + "min": "124.043", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "276.074", + "max": "286.824", + "min": "275.082", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "163.759", + "max": "166.217", + "min": "163.29", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "13.292", + "max": "23.104", + "min": "12.424", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "90.231", + "max": "97.745", + "min": "89.002", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "15.977", + "max": "26.909", + "min": "13.341", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "216.206", + "max": "223.86", + "min": "215.558", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "124.08", + "max": "130.793", + "min": "121.25", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "28.983", + "max": "48.402", + "min": "26.179", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "58.377", + "max": "64.745", + "min": "56.778", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "152.75", + "max": "162.689", + "min": "151.019", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "247.974", + "max": "267.47", + "min": "246.424", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "230.649", + "max": "244.548", + "min": "228.541", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "77.931", + "max": "81.358", + "min": "77.18", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "38.682", + "max": "45.426", + "min": "36.639", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "15.008", + "max": "18.224", + "min": "14.17", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "51.713", + "max": "56.104", + "min": "51.023", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "91.42", + "max": "118.084", + "min": "89.18", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "98.479", + "max": "106.792", + "min": "97.274", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.602", + "max": "74.411", + "min": "63.209", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "176.835", + "max": "189.364", + "min": "175.579", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "98.553", + "max": "108.819", + "min": "95.672", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "57.272", + "max": "65.788", + "min": "56.325", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "107.647", + "max": "111.92", + "min": "107.032", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "34.096", + "max": "47.998", + "min": "31.057", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "171.553", + "max": "183.494", + "min": "167.894", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "188.392", + "max": "188.392", + "min": "188.392", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "19.271", + "max": "27.39", + "min": "17.658", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "4.001", + "max": "16.36", + "min": "3.076", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "119.595", + "max": "127.462", + "min": "118.143", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "35.831", + "max": "55.708", + "min": "27.586", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "22.7", + "max": "32.916", + "min": "21.094", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "171.336", + "max": "183.323", + "min": "169.664", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "80.652", + "max": "84.938", + "min": "79.381", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "110.907", + "max": "115.419", + "min": "110.196", + "id": "158", + "country": "Germany", + "source_name": "Nuremberg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "161": { + "name": "Geneva", + "data": { + "0": { + "avg": "198.442", + "max": "218.257", + "min": "196.462", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "292.363", + "max": "314.529", + "min": "291.25", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "98.614", + "max": "103.152", + "min": "98.28", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "18.48", + "max": "24.67", + "min": "17.733", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "11.914", + "max": "20.938", + "min": "11.394", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "273.173", + "max": "286.882", + "min": "272.548", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "17.591", + "max": "36.103", + "min": "16.149", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "300.256", + "max": "312.926", + "min": "299.012", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.524", + "max": "43.824", + "min": "43.366", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "37.616", + "max": "59.928", + "min": "36.512", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "17.352", + "max": "23.48", + "min": "16.85", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.135", + "max": "173.536", + "min": "131.738", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "87.243", + "max": "118.61", + "min": "85.401", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "93.149", + "max": "115.247", + "min": "91.908", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "119.742", + "max": "119.936", + "min": "119.536", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "88.183", + "max": "91.829", + "min": "87.282", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "27.256", + "max": "27.667", + "min": "26.948", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "102.945", + "max": "117.445", + "min": "101.98", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "28.802", + "max": "72.635", + "min": "26.422", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "17.28", + "max": "39.138", + "min": "16.34", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "296.291", + "max": "312.994", + "min": "295.532", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "105.324", + "max": "127.984", + "min": "103.78", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "153.572", + "max": "153.838", + "min": "153.393", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "157.349", + "max": "165.649", + "min": "156.849", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.994", + "max": "62.85", + "min": "33.35", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "22.636", + "max": "24.203", + "min": "22.455", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "8.45", + "max": "46.078", + "min": "6.7", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "26.946", + "max": "45.9", + "min": "24.27", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "13.422", + "max": "13.65", + "min": "13.252", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "152.113", + "max": "153.662", + "min": "151.574", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "259.278", + "max": "260.606", + "min": "258.975", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "31.672", + "max": "44.619", + "min": "31.014", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "149.342", + "max": "169.117", + "min": "147.507", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "62.441", + "max": "63.682", + "min": "62.217", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "5.135", + "max": "6.566", + "min": "4.425", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "167.883", + "max": "207.885", + "min": "165.724", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "148.776", + "max": "149.53", + "min": "148.608", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "146.351", + "max": "147.887", + "min": "145.86", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "113.031", + "max": "117.848", + "min": "112.585", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "92.483", + "max": "93.242", + "min": "92.158", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "160.343", + "max": "174.913", + "min": "159.39", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "29.299", + "max": "61.798", + "min": "27.532", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "52.651", + "max": "54.404", + "min": "52.073", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "40.253", + "max": "53.859", + "min": "38.726", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "135.247", + "max": "179.936", + "min": "132.17", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "32.051", + "max": "72.766", + "min": "29.853", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "50.791", + "max": "51.572", + "min": "50.536", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "160.252", + "max": "160.838", + "min": "159.949", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "245.609", + "max": "263.954", + "min": "244.441", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "122.046", + "max": "122.23", + "min": "121.933", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "98.327", + "max": "127.857", + "min": "96.837", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "159.516", + "max": "160.702", + "min": "159.195", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "19.549", + "max": "29.4", + "min": "15.196", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "118.973", + "max": "120.152", + "min": "118.386", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "120.97", + "max": "139.566", + "min": "116.085", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "354.106", + "max": "375.938", + "min": "352.8", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "32.049", + "max": "34.011", + "min": "30.934", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "304.625", + "max": "335.21", + "min": "303.1", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "33.672", + "max": "51.035", + "min": "32.65", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "24.305", + "max": "52.776", + "min": "23.011", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "67.106", + "max": "70.143", + "min": "66.43", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "62.829", + "max": "119.766", + "min": "56.732", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "187.905", + "max": "276.645", + "min": "174.736", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "284.726", + "max": "309.677", + "min": "283.055", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.172", + "max": "48.767", + "min": "44.772", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "57.352", + "max": "101.187", + "min": "55.271", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "85.618", + "max": "93.382", + "min": "85.162", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "46.206", + "max": "64.976", + "min": "45.075", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "230.719", + "max": "245.182", + "min": "229.402", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "126.181", + "max": "131.786", + "min": "125.684", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "310.317", + "max": "351.339", + "min": "308.544", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "147.603", + "max": "148.878", + "min": "147.18", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "159.581", + "max": "171.475", + "min": "158.692", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "111.241", + "max": "114.295", + "min": "110.649", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "56.343", + "max": "94.08", + "min": "54.648", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "24.861", + "max": "55.471", + "min": "23.622", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.758", + "max": "103.139", + "min": "101.026", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "157.98", + "max": "163.438", + "min": "156.673", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "106.669", + "max": "112.265", + "min": "106.215", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "103.682", + "max": "106.726", + "min": "103.085", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "155.12", + "max": "156.568", + "min": "154.206", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "109.053", + "max": "134.02", + "min": "107.866", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "211.741", + "max": "230.098", + "min": "209.68", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "168.595", + "max": "169.286", + "min": "168.318", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "153.141", + "max": "186.033", + "min": "151.415", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "66.486", + "max": "69.006", + "min": "65.618", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "27.828", + "max": "29.68", + "min": "27.412", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "109.617", + "max": "154.212", + "min": "107.817", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "110.817", + "max": "136.22", + "min": "109.702", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "24.811", + "max": "29.421", + "min": "24.307", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "117.245", + "max": "119.275", + "min": "116.416", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "157.3", + "max": "201.589", + "min": "155.218", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "26.677", + "max": "71.314", + "min": "24.998", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "294.749", + "max": "296.453", + "min": "294.4", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "92.174", + "max": "125.594", + "min": "90.481", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "128.731", + "max": "169.638", + "min": "126.806", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "162.131", + "max": "184.286", + "min": "161.069", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "139.412", + "max": "176.652", + "min": "137.543", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "158.803", + "max": "166.513", + "min": "158.256", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "101.349", + "max": "111.02", + "min": "100.644", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "114.235", + "max": "114.449", + "min": "114.02", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "133.86", + "max": "179.265", + "min": "132.01", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "44.543", + "max": "67.669", + "min": "42.511", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "314.466", + "max": "340.227", + "min": "312.848", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "113.222", + "max": "113.548", + "min": "112.98", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "280.456", + "max": "304.093", + "min": "279.143", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "200.325", + "max": "208.51", + "min": "199.563", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "95.477", + "max": "95.759", + "min": "95.25", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "102.462", + "max": "106.306", + "min": "102.13", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "169.881", + "max": "199.215", + "min": "164.287", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "184.077", + "max": "191.939", + "min": "183.205", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "286.272", + "max": "287.48", + "min": "285.379", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "87.518", + "max": "87.747", + "min": "87.391", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "127.564", + "max": "140.359", + "min": "126.298", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.664", + "max": "492.535", + "min": "221.166", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "156.057", + "max": "253.819", + "min": "62.885", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "161.611", + "max": "197.494", + "min": "159.581", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "214.471", + "max": "227.432", + "min": "213.236", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "121.19", + "max": "123.06", + "min": "120.884", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "120.253", + "max": "138.043", + "min": "118.503", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "129.396", + "max": "130.887", + "min": "128.717", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "190.463", + "max": "342.322", + "min": "110.683", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "205.034", + "max": "205.379", + "min": "204.837", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "49.898", + "max": "166.653", + "min": "44.213", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "43.386", + "max": "67.075", + "min": "41.255", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "37.65", + "max": "83.397", + "min": "35.564", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "83.776", + "max": "128.656", + "min": "81.584", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "153.063", + "max": "175.075", + "min": "151.948", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "108.718", + "max": "122.032", + "min": "107.932", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "185.685", + "max": "187.055", + "min": "185.41", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "110.718", + "max": "144.216", + "min": "109.305", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "110.806", + "max": "112.587", + "min": "110.145", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "113.346", + "max": "115.996", + "min": "113.003", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "291.758", + "max": "339.202", + "min": "288.66", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "134.096", + "max": "177.258", + "min": "132.445", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "81.922", + "max": "83.726", + "min": "81.54", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "140.162", + "max": "154.472", + "min": "137.521", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "128.376", + "max": "129.465", + "min": "127.916", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "125.992", + "max": "140.127", + "min": "124.686", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "96.329", + "max": "97.522", + "min": "96.131", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "18.031", + "max": "19.581", + "min": "17.74", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "173.075", + "max": "176.41", + "min": "171.959", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "37.903", + "max": "81.55", + "min": "36.143", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "27.162", + "max": "48.51", + "min": "25.127", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "197.99", + "max": "238.284", + "min": "194.907", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "18.129", + "max": "39.868", + "min": "16.799", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "51.522", + "max": "57.052", + "min": "51.058", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "115.549", + "max": "146.414", + "min": "114.141", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "18.909", + "max": "22.686", + "min": "18.642", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "23.52", + "max": "33.251", + "min": "22.444", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.653", + "max": "25.784", + "min": "13.133", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "281.554", + "max": "293.957", + "min": "280.881", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "32.027", + "max": "43.292", + "min": "31.193", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "0.539", + "max": "1.023", + "min": "0.334", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "94.138", + "max": "119.074", + "min": "92.848", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "175.753", + "max": "210.082", + "min": "173.686", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "39.477", + "max": "41.159", + "min": "39.07", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "218.419", + "max": "263.55", + "min": "209.004", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "132.567", + "max": "147.56", + "min": "131.472", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "258.19", + "max": "292.842", + "min": "252.703", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "124.512", + "max": "153.829", + "min": "123.307", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "558.324", + "max": "593.616", + "min": "556.618", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "35.26", + "max": "38.879", + "min": "34.608", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "87.15", + "max": "105.991", + "min": "85.112", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "115.778", + "max": "142.405", + "min": "114.433", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "169.162", + "max": "178.104", + "min": "168.335", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "91.996", + "max": "137.697", + "min": "90.044", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "140.927", + "max": "152.416", + "min": "140.291", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "242.248", + "max": "251.664", + "min": "223.458", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "100.087", + "max": "135.93", + "min": "97.477", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "98.511", + "max": "98.816", + "min": "98.352", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "18.764", + "max": "21.784", + "min": "18.35", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "148.825", + "max": "149.262", + "min": "148.678", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "28.452", + "max": "39.257", + "min": "27.389", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "9.646", + "max": "21.937", + "min": "8.333", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "35.942", + "max": "54.114", + "min": "35.03", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "27.217", + "max": "34.072", + "min": "26.737", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "23.603", + "max": "25.411", + "min": "23.318", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "55.881", + "max": "90.382", + "min": "53.706", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "44.931", + "max": "101.384", + "min": "42.567", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "59.276", + "max": "67.073", + "min": "58.702", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "42.557", + "max": "84.865", + "min": "40.695", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "17.877", + "max": "22.345", + "min": "17.141", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "18.491", + "max": "22.824", + "min": "18.144", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "14.496", + "max": "18.573", + "min": "14.063", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "30.751", + "max": "32.406", + "min": "30.497", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "59.142", + "max": "84.895", + "min": "57.807", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "18.101", + "max": "36.668", + "min": "15.339", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "48.726", + "max": "125.409", + "min": "20.214", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "31.292", + "max": "72.901", + "min": "29.626", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "77.653", + "max": "78.78", + "min": "77.344", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "33.435", + "max": "69.231", + "min": "31.8", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "42.04", + "max": "78.772", + "min": "40.169", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "24.502", + "max": "65.476", + "min": "22.043", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "258.4", + "max": "288.776", + "min": "256.516", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "17.823", + "max": "19.596", + "min": "17.546", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "7.062", + "max": "8.881", + "min": "6.784", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "26.809", + "max": "27.761", + "min": "26.604", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "170.479", + "max": "195.109", + "min": "167.814", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "48.982", + "max": "73.989", + "min": "47.907", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "24.384", + "max": "25.74", + "min": "24.087", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "21.917", + "max": "32.714", + "min": "21.056", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.181", + "max": "49.458", + "min": "22.981", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "305.17", + "max": "307.587", + "min": "304.507", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "90.849", + "max": "121.829", + "min": "88.002", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.671", + "max": "251.089", + "min": "219.16", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "123.945", + "max": "145.745", + "min": "123.03", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "20.31", + "max": "23.612", + "min": "19.92", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "144.951", + "max": "148.884", + "min": "144.586", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "174.135", + "max": "207.519", + "min": "172.026", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "20.809", + "max": "21.318", + "min": "20.582", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "62.621", + "max": "78.854", + "min": "61.423", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "21.662", + "max": "37.184", + "min": "20.239", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "18.214", + "max": "24.011", + "min": "17.783", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "109.859", + "max": "110.783", + "min": "109.585", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "110.724", + "max": "135.988", + "min": "109.387", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "252.296", + "max": "257.291", + "min": "251.77", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.202", + "max": "117.639", + "min": "92.136", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "10.367", + "max": "29.651", + "min": "8.809", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "94.161", + "max": "94.919", + "min": "94.02", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "8.836", + "max": "12.607", + "min": "7.863", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "213.553", + "max": "242.5", + "min": "211.635", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "124.64", + "max": "128.261", + "min": "121.288", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "23.755", + "max": "24.017", + "min": "23.578", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "30.53", + "max": "66.006", + "min": "28.291", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "153.885", + "max": "159.256", + "min": "152.534", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "102.481", + "max": "148.11", + "min": "100.323", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "273.334", + "max": "274.074", + "min": "273.096", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "82.322", + "max": "125.967", + "min": "80.469", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "52.644", + "max": "97.294", + "min": "50.943", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "19.16", + "max": "23.601", + "min": "18.622", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "43.507", + "max": "47.066", + "min": "43.183", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "93.363", + "max": "113.983", + "min": "92.143", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "94.991", + "max": "95.506", + "min": "94.827", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "63.737", + "max": "67.826", + "min": "61.783", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "186.385", + "max": "214.037", + "min": "184.608", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "96.06", + "max": "116.202", + "min": "92.818", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.214", + "max": "94.535", + "min": "62.525", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "117.526", + "max": "160.868", + "min": "115.725", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "30.328", + "max": "32.67", + "min": "29.796", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "191.487", + "max": "196.44", + "min": "187.428", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "186.479", + "max": "186.479", + "min": "186.479", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "21.864", + "max": "58.848", + "min": "20.354", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "16.948", + "max": "40.023", + "min": "15.445", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "118.264", + "max": "152.084", + "min": "116.855", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "36.01", + "max": "67.11", + "min": "26.64", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.696", + "max": "48.399", + "min": "27.312", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "172.237", + "max": "198.006", + "min": "170.922", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "80.281", + "max": "90.313", + "min": "79.675", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "109.55", + "max": "130.137", + "min": "108.496", + "id": "161", + "country": "Switzerland", + "source_name": "Geneva", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "164": { + "name": "Gothenburg", + "data": { + "0": { + "avg": "234.373", + "max": "236.643", + "min": "233.951", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "329.512", + "max": "333.101", + "min": "329.016", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "116.002", + "max": "117.099", + "min": "115.654", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "40.321", + "max": "43.751", + "min": "39.732", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "43.93", + "max": "44.874", + "min": "43.579", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "207.232", + "max": "208.437", + "min": "207.014", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "55.29", + "max": "60.76", + "min": "54.794", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "330.291", + "max": "333.337", + "min": "329.495", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "25.349", + "max": "26.857", + "min": "25.096", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "7.56", + "max": "9.49", + "min": "7.167", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "54.777", + "max": "57.533", + "min": "54.329", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "140.515", + "max": "143.062", + "min": "140.177", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "118.012", + "max": "120.237", + "min": "117.643", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "110.979", + "max": "112.473", + "min": "110.621", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "154.871", + "max": "156.758", + "min": "154.507", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "126.57", + "max": "130.437", + "min": "125.799", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "55.573", + "max": "56.834", + "min": "55.159", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "140.593", + "max": "141.966", + "min": "140.284", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "52.249", + "max": "53.148", + "min": "51.943", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.676", + "max": "39.37", + "min": "38.417", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "324.625", + "max": "325.006", + "min": "324.431", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "136.576", + "max": "137.411", + "min": "136.22", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "182.03", + "max": "183.427", + "min": "181.672", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "187.212", + "max": "188.28", + "min": "186.871", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "25.875", + "max": "27.239", + "min": "25.65", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "16.253", + "max": "17.938", + "min": "15.959", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "49.343", + "max": "50.895", + "min": "48.874", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "43.689", + "max": "44.854", + "min": "43.359", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "49.894", + "max": "51.131", + "min": "49.623", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "164.923", + "max": "169.086", + "min": "164.509", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "178.104", + "max": "179.94", + "min": "177.67", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "67.636", + "max": "68.582", + "min": "67.274", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "162.473", + "max": "185.116", + "min": "161.149", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "49.664", + "max": "51.321", + "min": "49.37", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "32.518", + "max": "33.476", + "min": "32.156", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.26", + "max": "188.001", + "min": "185.726", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "176.845", + "max": "178.177", + "min": "176.619", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "166.732", + "max": "169.558", + "min": "166.381", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "139.907", + "max": "141.26", + "min": "139.429", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "115.558", + "max": "116.777", + "min": "115.158", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "185.227", + "max": "188.59", + "min": "184.477", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "43.205", + "max": "46.019", + "min": "42.661", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "72.702", + "max": "74.694", + "min": "72.316", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "27.176", + "max": "28.469", + "min": "26.937", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "162.157", + "max": "163.027", + "min": "161.97", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "49.042", + "max": "50.06", + "min": "48.452", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "22.199", + "max": "23.175", + "min": "21.776", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "192.573", + "max": "194.066", + "min": "192.201", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "273.42", + "max": "274.864", + "min": "272.03", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "144.704", + "max": "146.398", + "min": "144.414", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "110.348", + "max": "111.556", + "min": "110.024", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.183", + "max": "183.271", + "min": "181.803", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "85.399", + "max": "173.516", + "min": "68.655", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "135.96", + "max": "136.628", + "min": "135.575", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "167.615", + "max": "188.799", + "min": "163.718", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "199.385", + "max": "200.592", + "min": "199", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "63.811", + "max": "66.55", + "min": "62.773", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "336.646", + "max": "338.151", + "min": "336.309", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.443", + "max": "60.056", + "min": "58.04", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "38.346", + "max": "39.758", + "min": "38.075", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "78.671", + "max": "80.738", + "min": "77.961", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "104.725", + "max": "165.44", + "min": "99.681", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "200.638", + "max": "292.246", + "min": "193.166", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "304.117", + "max": "305.865", + "min": "303.849", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "71.332", + "max": "74.149", + "min": "70.796", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "53.656", + "max": "59.191", + "min": "53.187", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "113.214", + "max": "113.858", + "min": "113", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "73.955", + "max": "76.068", + "min": "73.416", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "246.616", + "max": "248.464", + "min": "245.676", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "156.392", + "max": "159.681", + "min": "156.025", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "221.229", + "max": "223.563", + "min": "220.482", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "174.359", + "max": "175.395", + "min": "174.033", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "180.561", + "max": "182.393", + "min": "179.982", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "138.537", + "max": "139.358", + "min": "138.287", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "93.041", + "max": "94.392", + "min": "92.668", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "65.355", + "max": "66.203", + "min": "64.994", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "124.863", + "max": "125.954", + "min": "124.532", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "169.005", + "max": "169.378", + "min": "168.747", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "135.957", + "max": "136.462", + "min": "135.636", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "122.039", + "max": "123.308", + "min": "121.64", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "176.995", + "max": "180.31", + "min": "176.622", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "123.156", + "max": "123.786", + "min": "122.734", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "296.792", + "max": "305.032", + "min": "286.204", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "171.945", + "max": "173.664", + "min": "171.468", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "175.549", + "max": "176.231", + "min": "175.416", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "88.34", + "max": "89.942", + "min": "87.758", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "46.087", + "max": "50.197", + "min": "45.542", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "140.822", + "max": "143.917", + "min": "140.508", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "142.668", + "max": "145.087", + "min": "142.385", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "41.265", + "max": "46.883", + "min": "40.704", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "144.692", + "max": "147.102", + "min": "143.739", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "195.45", + "max": "198.31", + "min": "195.029", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "57.766", + "max": "58.793", + "min": "57.476", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "297.589", + "max": "298.393", + "min": "297.398", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "121.832", + "max": "125.421", + "min": "121.277", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "134.823", + "max": "137.957", + "min": "134.478", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "202.75", + "max": "205.222", + "min": "202.112", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "161.287", + "max": "176.508", + "min": "160.118", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "179.068", + "max": "180.188", + "min": "178.801", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "137.482", + "max": "140.392", + "min": "137.144", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "141.666", + "max": "143.922", + "min": "141.421", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.708", + "max": "186.744", + "min": "182.394", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.535", + "max": "60.992", + "min": "59.062", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "346.426", + "max": "351.822", + "min": "345.361", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "134.092", + "max": "135.527", + "min": "133.737", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "375.896", + "max": "376.676", + "min": "375.221", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "214.53", + "max": "216.819", + "min": "214.034", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "111.213", + "max": "112.129", + "min": "110.905", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "135.184", + "max": "136.641", + "min": "134.888", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "154.678", + "max": "157.111", + "min": "154.316", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "280.792", + "max": "281.703", + "min": "280.556", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.314", + "max": "298.525", + "min": "296.975", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "115.643", + "max": "116.358", + "min": "115.37", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "178.777", + "max": "185.579", + "min": "177.987", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "386.202", + "max": "498.503", + "min": "224.781", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "159.82", + "max": "249.424", + "min": "83.781", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "207.096", + "max": "211.611", + "min": "206.203", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "246.233", + "max": "252.779", + "min": "245.614", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "145.874", + "max": "148.673", + "min": "145.561", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "140.524", + "max": "141.787", + "min": "139.94", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "159.326", + "max": "160.248", + "min": "158.892", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "212.849", + "max": "375.823", + "min": "131.499", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "220.088", + "max": "220.996", + "min": "219.896", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "49.705", + "max": "191.12", + "min": "44.25", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "23.184", + "max": "24.692", + "min": "22.796", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "34.975", + "max": "39.268", + "min": "34.255", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "111.405", + "max": "112.022", + "min": "111.139", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "184.384", + "max": "185.435", + "min": "183.998", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "137.916", + "max": "139.666", + "min": "137.535", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "208.524", + "max": "209.308", + "min": "208.233", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "135.675", + "max": "139.609", + "min": "134.938", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "128.795", + "max": "129.509", + "min": "128.523", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "127.704", + "max": "128.88", + "min": "127.405", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "322.73", + "max": "324.215", + "min": "321.941", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "155.723", + "max": "157.48", + "min": "155.409", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "105.887", + "max": "107.304", + "min": "105.591", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "163.714", + "max": "177.529", + "min": "162.231", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "151.107", + "max": "151.452", + "min": "150.927", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "144.762", + "max": "146.145", + "min": "144.391", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "113.3", + "max": "114.771", + "min": "112.935", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "43.438", + "max": "45.24", + "min": "43.159", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "202.815", + "max": "203.779", + "min": "202.368", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "21.747", + "max": "23.937", + "min": "21.388", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "46.824", + "max": "47.341", + "min": "46.599", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.57", + "max": "215.814", + "min": "210.914", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "32.394", + "max": "32.93", + "min": "32.08", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "52.071", + "max": "56.044", + "min": "51.509", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "164.366", + "max": "165.657", + "min": "164.103", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "36.641", + "max": "37.956", + "min": "36.379", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "38.481", + "max": "41.13", + "min": "38.025", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "50.945", + "max": "56.711", + "min": "49.679", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "279.716", + "max": "281.064", + "min": "279.452", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "55.856", + "max": "57.982", + "min": "55.459", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "39.32", + "max": "40.112", + "min": "39.098", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "137.457", + "max": "139.03", + "min": "137.155", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "172.37", + "max": "174.372", + "min": "171.887", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "0.087", + "max": "1.388", + "min": "0.02", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "282.988", + "max": "325.708", + "min": "275.022", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "147.416", + "max": "149.002", + "min": "147.067", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "280.473", + "max": "382.768", + "min": "274.075", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "158.89", + "max": "162.581", + "min": "158.333", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "260.054", + "max": "260.638", + "min": "259.889", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "43.681", + "max": "44.223", + "min": "43.444", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "119.101", + "max": "127.452", + "min": "118.478", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "85.726", + "max": "88.211", + "min": "85.261", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "208.6", + "max": "208.895", + "min": "208.33", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "68.625", + "max": "69.504", + "min": "68.35", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "165.492", + "max": "166.281", + "min": "165.243", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "242.476", + "max": "249.204", + "min": "241.701", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "114.706", + "max": "115.917", + "min": "114.361", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "131.291", + "max": "132.218", + "min": "131.115", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "49.728", + "max": "52.674", + "min": "49.182", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "163.885", + "max": "164.689", + "min": "163.575", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "48.36", + "max": "53.259", + "min": "47.699", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "47.783", + "max": "50.272", + "min": "47.273", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "82.651", + "max": "107.989", + "min": "81.27", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "66.96", + "max": "67.915", + "min": "66.815", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "45.383", + "max": "47.875", + "min": "44.799", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "100.113", + "max": "100.728", + "min": "99.869", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "70.712", + "max": "71.39", + "min": "70.486", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "39.95", + "max": "45.539", + "min": "39.039", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "83.54", + "max": "84.224", + "min": "83.105", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "38.361", + "max": "41.691", + "min": "37.744", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "33.293", + "max": "34.007", + "min": "33.102", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "48.282", + "max": "48.925", + "min": "48.061", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "41.4", + "max": "44.164", + "min": "40.962", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "77.087", + "max": "78.453", + "min": "76.69", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "59.985", + "max": "77.25", + "min": "57.927", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "51.142", + "max": "76.103", + "min": "35.724", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "32.511", + "max": "33.393", + "min": "32.135", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "88.321", + "max": "89.108", + "min": "88.138", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "53.639", + "max": "55.415", + "min": "53.082", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "59.792", + "max": "61.734", + "min": "59.108", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "40.869", + "max": "45.993", + "min": "40.27", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "291.629", + "max": "294.36", + "min": "291.296", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "53.642", + "max": "55.189", + "min": "53.046", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "68.813", + "max": "70.429", + "min": "68.307", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "62.404", + "max": "63.335", + "min": "62.096", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "200.943", + "max": "208.457", + "min": "198.741", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "87.522", + "max": "88.023", + "min": "87.369", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "49.26", + "max": "51.029", + "min": "48.869", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "50.929", + "max": "52.27", + "min": "50.619", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "34.726", + "max": "36.663", + "min": "34.424", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "322.311", + "max": "332.215", + "min": "321.395", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "110.071", + "max": "117.537", + "min": "108.263", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "249.955", + "max": "261.68", + "min": "242.099", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "181.874", + "max": "182.877", + "min": "181.692", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "31.453", + "max": "33.351", + "min": "31.019", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "129.096", + "max": "130.418", + "min": "128.635", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "187.869", + "max": "190.184", + "min": "187.611", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "59.399", + "max": "60.76", + "min": "59.057", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "71.713", + "max": "72.598", + "min": "71.278", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "44.509", + "max": "45.535", + "min": "44.123", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "30.83", + "max": "32.599", + "min": "30.259", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "131.088", + "max": "133.591", + "min": "130.467", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "157.018", + "max": "160.491", + "min": "156.605", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "297.071", + "max": "384.799", + "min": "293.538", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "109.803", + "max": "110.995", + "min": "109.558", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "52.298", + "max": "53.327", + "min": "52.037", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "108.102", + "max": "109.206", + "min": "107.838", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "41.908", + "max": "43.642", + "min": "41.35", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "232.837", + "max": "235.228", + "min": "232.491", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "152.807", + "max": "157.664", + "min": "150.689", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "55.722", + "max": "57.321", + "min": "55.228", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "73.098", + "max": "74.594", + "min": "72.549", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "209.753", + "max": "220.311", + "min": "208.156", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "131.979", + "max": "133.168", + "min": "131.335", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "256.2", + "max": "257.45", + "min": "255.754", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "94.798", + "max": "95.96", + "min": "94.481", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "70.829", + "max": "71.906", + "min": "70.569", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "58.413", + "max": "61.066", + "min": "57.99", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "75.749", + "max": "77.921", + "min": "75.285", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "115.437", + "max": "119.309", + "min": "114.715", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "118.988", + "max": "120.983", + "min": "118.605", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "93.283", + "max": "96.192", + "min": "91.861", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "189.878", + "max": "194.909", + "min": "189.009", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "141.407", + "max": "143.436", + "min": "140.449", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "82.274", + "max": "84.333", + "min": "81.471", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "134.577", + "max": "135.211", + "min": "134.124", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "48.902", + "max": "56.607", + "min": "47.384", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "203.626", + "max": "205.63", + "min": "192.661", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "223.678", + "max": "223.678", + "min": "223.678", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "40.994", + "max": "42.253", + "min": "40.687", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "35.394", + "max": "36.161", + "min": "35.091", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "143.6", + "max": "157.66", + "min": "142.75", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "68.101", + "max": "82.008", + "min": "59.275", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "75.134", + "max": "76.13", + "min": "74.826", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "202.188", + "max": "206.133", + "min": "201.516", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "62.893", + "max": "65.207", + "min": "62.482", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "132.755", + "max": "137.369", + "min": "132.274", + "id": "164", + "country": "Sweden", + "source_name": "Gothenburg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "185": { + "name": "Strasbourg", + "data": { + "0": { + "avg": "219.127", + "max": "221.77", + "min": "218.845", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "293.58", + "max": "299.6", + "min": "293.174", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "102.502", + "max": "105.296", + "min": "102.033", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "34.146", + "max": "41.35", + "min": "32.709", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "7.324", + "max": "7.546", + "min": "7.16", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "257.16", + "max": "260.661", + "min": "256.876", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "28.467", + "max": "30.656", + "min": "27.88", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "299.07", + "max": "320.515", + "min": "295.811", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "46.95", + "max": "78.004", + "min": "45.283", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "38.492", + "max": "41.24", + "min": "37.993", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "14.555", + "max": "17.032", + "min": "14.111", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "120.462", + "max": "122.726", + "min": "120.172", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "82.916", + "max": "84.389", + "min": "82.726", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "90.562", + "max": "92.8", + "min": "90.038", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.859", + "max": "114.831", + "min": "110.4", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "94.108", + "max": "95.131", + "min": "93.424", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "25.873", + "max": "26.308", + "min": "25.622", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "106.042", + "max": "112.42", + "min": "104.021", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "25.845", + "max": "26.056", + "min": "25.73", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "13.95", + "max": "14.579", + "min": "13.86", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "297.564", + "max": "300.158", + "min": "297.283", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "103.869", + "max": "104.484", + "min": "103.779", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "154.901", + "max": "156.816", + "min": "154.609", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "158.394", + "max": "158.935", + "min": "158.2", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "52.888", + "max": "59.146", + "min": "52.442", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "21.806", + "max": "24.445", + "min": "21.536", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "7.472", + "max": "9.769", + "min": "6.866", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "29.433", + "max": "32.734", + "min": "29.026", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "3.389", + "max": "4.434", + "min": "3.235", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "150.81", + "max": "156.237", + "min": "150.271", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "267.622", + "max": "268.289", + "min": "267.402", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "22.869", + "max": "23.593", + "min": "22.738", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "144.985", + "max": "147.256", + "min": "144.705", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "46.783", + "max": "49.176", + "min": "46.531", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "4.047", + "max": "5.999", + "min": "3.479", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.018", + "max": "165.045", + "min": "162.781", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.545", + "max": "158.688", + "min": "158.515", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "138.512", + "max": "138.673", + "min": "138.377", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "123.853", + "max": "128.071", + "min": "123.348", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "92.483", + "max": "95.803", + "min": "91.748", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "156.607", + "max": "157.527", + "min": "156.313", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "23.523", + "max": "25.391", + "min": "23.199", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "53.599", + "max": "55.288", + "min": "53.257", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "32.842", + "max": "33.455", + "min": "32.697", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "169.559", + "max": "172.297", + "min": "169.359", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "30.011", + "max": "30.725", + "min": "29.667", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "30.215", + "max": "30.859", + "min": "30.013", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "170.973", + "max": "171.68", + "min": "170.793", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "227.009", + "max": "229.427", + "min": "225.853", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "135.209", + "max": "136.287", + "min": "135.085", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.061", + "max": "92.91", + "min": "89.451", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "157.972", + "max": "159.207", + "min": "157.659", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "72.314", + "max": "82.595", + "min": "65.185", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "118.63", + "max": "120.999", + "min": "118.465", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "144.394", + "max": "168.713", + "min": "139.958", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "267.241", + "max": "270.252", + "min": "266.657", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "28.036", + "max": "31.534", + "min": "27.046", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "306.599", + "max": "307.255", + "min": "306.414", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "48.971", + "max": "51.987", + "min": "48.61", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "14.868", + "max": "15.737", + "min": "14.734", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "55.603", + "max": "56.944", + "min": "55.072", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "58.133", + "max": "110.891", + "min": "53.661", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "167.951", + "max": "288.827", + "min": "154.319", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "212.185", + "max": "214.057", + "min": "211.99", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "54.354", + "max": "71.205", + "min": "53.434", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "33.554", + "max": "35.197", + "min": "33.238", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "86.428", + "max": "86.615", + "min": "86.343", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "51.317", + "max": "53.08", + "min": "50.791", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "221.69", + "max": "223.313", + "min": "220.767", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "129.647", + "max": "130.43", + "min": "129.378", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "208.651", + "max": "210.242", + "min": "208.371", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "157.272", + "max": "157.705", + "min": "156.991", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "153.51", + "max": "157.431", + "min": "152.77", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "106.18", + "max": "107.842", + "min": "105.958", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "61.022", + "max": "62.339", + "min": "60.813", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "23.334", + "max": "24.704", + "min": "22.98", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "94.899", + "max": "95.747", + "min": "94.728", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "146.597", + "max": "147.201", + "min": "146.428", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "109.373", + "max": "120.18", + "min": "108.604", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "96.756", + "max": "98.36", + "min": "96.631", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "156.438", + "max": "156.832", + "min": "156.289", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "105.703", + "max": "106.379", + "min": "105.443", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "220.884", + "max": "221.372", + "min": "220.618", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "140.497", + "max": "142.536", + "min": "140.266", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "133.715", + "max": "134.813", + "min": "133.581", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "82.142", + "max": "83.219", + "min": "81.83", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "23.25", + "max": "24.589", + "min": "22.91", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "108.437", + "max": "108.588", + "min": "108.307", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "113.297", + "max": "116.248", + "min": "112.732", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "19.992", + "max": "27.572", + "min": "18.687", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "115.28", + "max": "119.853", + "min": "113.891", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "151.027", + "max": "151.653", + "min": "150.825", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "21.796", + "max": "22.694", + "min": "21.721", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "269.469", + "max": "271.615", + "min": "269.287", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "93.357", + "max": "94.525", + "min": "93.149", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "116.702", + "max": "118.757", + "min": "116.338", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "160.996", + "max": "161.758", + "min": "160.694", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "147.635", + "max": "153.024", + "min": "146.794", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "152.4", + "max": "153.516", + "min": "152.255", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "103.299", + "max": "107.233", + "min": "102.846", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "115.403", + "max": "116.253", + "min": "115.292", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "133.944", + "max": "134.739", + "min": "133.777", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "43.953", + "max": "46.405", + "min": "43.637", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "429.996", + "max": "431.509", + "min": "428.942", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "126.52", + "max": "129.459", + "min": "125.284", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "276.595", + "max": "278.579", + "min": "276.112", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "192.492", + "max": "194.48", + "min": "192.068", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "86.935", + "max": "87.029", + "min": "86.824", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.013", + "max": "102.738", + "min": "100.827", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "126.379", + "max": "129.066", + "min": "125.833", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.907", + "max": "302.228", + "min": "301.752", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "260.443", + "max": "269.739", + "min": "259.516", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "87.887", + "max": "88.649", + "min": "87.761", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "125.395", + "max": "127.468", + "min": "125.069", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.194", + "max": "498.381", + "min": "188.595", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "142.556", + "max": "242.148", + "min": "72.433", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "175.505", + "max": "196.983", + "min": "174.18", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "245.137", + "max": "246.508", + "min": "244.891", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "121.456", + "max": "121.767", + "min": "121.342", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "126.65", + "max": "127.398", + "min": "126.322", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "130.458", + "max": "132.089", + "min": "130.03", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "208.112", + "max": "360.058", + "min": "130.56", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "206.143", + "max": "206.616", + "min": "205.99", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "34.374", + "max": "42.783", + "min": "33.593", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "34.451", + "max": "36.875", + "min": "34.288", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "29.11", + "max": "30.374", + "min": "28.742", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "88.697", + "max": "89.132", + "min": "88.582", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "169.517", + "max": "171.898", + "min": "168.951", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.523", + "max": "128.545", + "min": "126.24", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "183.103", + "max": "186.92", + "min": "182.373", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.152", + "max": "118.27", + "min": "117.033", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "103.351", + "max": "105.886", + "min": "102.982", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "111.357", + "max": "114.617", + "min": "110.915", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "294.009", + "max": "295.147", + "min": "293.393", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "134.544", + "max": "136.893", + "min": "134.198", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "84.346", + "max": "87.235", + "min": "84.091", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "158.681", + "max": "176.235", + "min": "156.832", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "126.876", + "max": "130.008", + "min": "126.385", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "140.804", + "max": "143.361", + "min": "140.396", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "93.137", + "max": "124.767", + "min": "91.437", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "33.137", + "max": "35.447", + "min": "32.775", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "158.597", + "max": "160.629", + "min": "158.094", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "35.22", + "max": "38.584", + "min": "34.84", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "19.816", + "max": "22.696", + "min": "19.374", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "191.125", + "max": "196.87", + "min": "190.453", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "20.346", + "max": "21.06", + "min": "20.023", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "39.252", + "max": "44.514", + "min": "38.845", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "139.807", + "max": "141.357", + "min": "139.691", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "15.72", + "max": "19.188", + "min": "15.528", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "17.296", + "max": "18.396", + "min": "17.17", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "7.672", + "max": "22.928", + "min": "6.146", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "263.512", + "max": "263.692", + "min": "263.422", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "34.519", + "max": "36.752", + "min": "34.056", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "19.837", + "max": "58.895", + "min": "18.314", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "90.668", + "max": "92.225", + "min": "90.401", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "165.833", + "max": "166.748", + "min": "165.629", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.505", + "max": "50.739", + "min": "49.155", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "301.194", + "max": "345.181", + "min": "293.322", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "129.457", + "max": "130.139", + "min": "129.335", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "250.026", + "max": "319.957", + "min": "243.839", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "121.925", + "max": "125.004", + "min": "121.601", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "558.968", + "max": "559.624", + "min": "558.476", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "40.944", + "max": "41.235", + "min": "40.864", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.062", + "max": "82.254", + "min": "80.88", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "105.603", + "max": "107.186", + "min": "105.365", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "187.827", + "max": "189.878", + "min": "187.551", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "91.086", + "max": "91.982", + "min": "90.951", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "158.274", + "max": "161.181", + "min": "157.994", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "196.438", + "max": "198.926", + "min": "195.614", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "93.633", + "max": "94.328", + "min": "93.515", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "113.651", + "max": "114.024", + "min": "113.61", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "0.045", + "max": "0.206", + "min": "0.014", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "129.849", + "max": "131.578", + "min": "129.528", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "23.749", + "max": "24.684", + "min": "23.654", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "18.506", + "max": "26.972", + "min": "17.823", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "15.743", + "max": "24.013", + "min": "14.48", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "9.115", + "max": "10.395", + "min": "8.941", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "19.857", + "max": "23.992", + "min": "18.662", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "69.812", + "max": "70.201", + "min": "69.55", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "37.908", + "max": "39.935", + "min": "37.659", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "59.103", + "max": "60.241", + "min": "58.879", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "25.865", + "max": "27.411", + "min": "25.716", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "17.18", + "max": "18.558", + "min": "16.979", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "16.633", + "max": "19.921", + "min": "16.434", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "13.92", + "max": "15.298", + "min": "13.756", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "23.477", + "max": "24.738", + "min": "23.277", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "54.507", + "max": "57.444", + "min": "53.655", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "22.655", + "max": "30.822", + "min": "21.435", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "37.641", + "max": "91.82", + "min": "10.948", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "14.488", + "max": "22.954", + "min": "14.115", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "64.747", + "max": "65.088", + "min": "64.59", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "40.732", + "max": "77.311", + "min": "39.077", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "27.382", + "max": "28.779", + "min": "26.756", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "16.14", + "max": "17.259", + "min": "15.877", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "260.323", + "max": "260.609", + "min": "260.263", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "10.97", + "max": "30.153", + "min": "9.787", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "8.814", + "max": "9.085", + "min": "8.661", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "23.704", + "max": "25.55", + "min": "23.492", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "176.791", + "max": "183.557", + "min": "175.095", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "64.481", + "max": "67.906", + "min": "63.935", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "20.78", + "max": "38.746", + "min": "19.193", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "17.405", + "max": "17.693", + "min": "17.294", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "13.675", + "max": "15.271", + "min": "13.342", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "273.355", + "max": "288.112", + "min": "270.827", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "103.349", + "max": "109.772", + "min": "102.371", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "203.078", + "max": "207.028", + "min": "197.801", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "133.99", + "max": "134.824", + "min": "133.868", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "13.413", + "max": "17.948", + "min": "13.01", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "126.973", + "max": "131.81", + "min": "126.671", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "163.855", + "max": "165.563", + "min": "163.427", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "17.911", + "max": "19.04", + "min": "17.528", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "75.169", + "max": "76.782", + "min": "74.67", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "17.988", + "max": "19.247", + "min": "17.565", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "18.6", + "max": "20.998", + "min": "17.996", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "116.928", + "max": "119.719", + "min": "116.617", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "129.046", + "max": "130.176", + "min": "128.913", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.356", + "max": "256.985", + "min": "253.939", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "100.846", + "max": "103.345", + "min": "100.534", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "12.987", + "max": "13.184", + "min": "12.883", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "93.957", + "max": "95.411", + "min": "93.791", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "29.747", + "max": "35.182", + "min": "29.278", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "223.975", + "max": "226.655", + "min": "223.675", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "139.847", + "max": "142.247", + "min": "137.961", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "20.118", + "max": "22.039", + "min": "19.811", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "38.113", + "max": "43.327", + "min": "36.981", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "153.783", + "max": "157.849", + "min": "152.477", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "101.934", + "max": "106.727", + "min": "100.995", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "259.404", + "max": "260.21", + "min": "259.146", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "63.86", + "max": "64.927", + "min": "63.581", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "36.08", + "max": "36.748", + "min": "36.01", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.529", + "max": "17.92", + "min": "13.919", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "43.464", + "max": "44.722", + "min": "43.279", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "94.032", + "max": "96.275", + "min": "93.451", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "96.656", + "max": "99.229", + "min": "96.321", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "60.806", + "max": "65.477", + "min": "58.908", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "182.561", + "max": "186.401", + "min": "181.945", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "99.158", + "max": "100.521", + "min": "98.064", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "75.778", + "max": "77.224", + "min": "75.324", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "116.926", + "max": "120.438", + "min": "116.087", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "28.259", + "max": "31.408", + "min": "27.775", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "175.9", + "max": "180.891", + "min": "175.345", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.997", + "max": "183.997", + "min": "183.997", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "17.998", + "max": "21.648", + "min": "17.707", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "7.806", + "max": "8.628", + "min": "7.703", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "112.734", + "max": "115.022", + "min": "112.01", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "35.415", + "max": "46.629", + "min": "26.78", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "33.435", + "max": "92.133", + "min": "31.299", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "179.19", + "max": "182.821", + "min": "178.408", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "104.599", + "max": "108.008", + "min": "103.843", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "110.044", + "max": "111.094", + "min": "109.772", + "id": "185", + "country": "France", + "source_name": "Strasbourg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "187": { + "name": "Edinburgh", + "data": { + "0": { + "avg": "203.318", + "max": "203.487", + "min": "203.191", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "269.406", + "max": "270.358", + "min": "269.114", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "110.236", + "max": "110.51", + "min": "110.161", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "38.401", + "max": "42.532", + "min": "37.812", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "17.891", + "max": "18.899", + "min": "17.67", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "237.153", + "max": "238.863", + "min": "236.959", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "16.981", + "max": "19.36", + "min": "16.804", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "288.436", + "max": "297.858", + "min": "287.418", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "58.503", + "max": "58.929", + "min": "58.363", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "42.229", + "max": "48.107", + "min": "41.803", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.674", + "max": "12.6", + "min": "10.419", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "117.852", + "max": "120.589", + "min": "117.615", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "79.317", + "max": "79.559", + "min": "79.198", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "82.322", + "max": "86.98", + "min": "81.989", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "107.89", + "max": "113.738", + "min": "107.557", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "87.138", + "max": "87.349", + "min": "86.925", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.701", + "max": "36.027", + "min": "35.457", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "94.536", + "max": "94.763", + "min": "94.396", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "23.628", + "max": "23.794", + "min": "23.48", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.662", + "max": "38.79", + "min": "38.582", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "285.632", + "max": "288.054", + "min": "285.431", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "99.416", + "max": "102.344", + "min": "99.216", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "142.087", + "max": "142.371", + "min": "141.944", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "144.252", + "max": "145.546", + "min": "144.054", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "40.564", + "max": "41.511", + "min": "40.375", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "31.283", + "max": "31.537", + "min": "31.171", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "37.675", + "max": "39.645", + "min": "37.382", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "37.159", + "max": "37.485", + "min": "36.939", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "22.245", + "max": "23.444", + "min": "22.11", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "135.358", + "max": "136.009", + "min": "135.093", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "165.512", + "max": "166.057", + "min": "165.367", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "44.021", + "max": "46.71", + "min": "43.765", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "142.542", + "max": "144.612", + "min": "142.277", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "56.653", + "max": "56.985", + "min": "56.527", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "30.665", + "max": "31.654", + "min": "30.385", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "183.343", + "max": "187.042", + "min": "182.999", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "142.437", + "max": "142.615", + "min": "142.344", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "133.961", + "max": "134.143", + "min": "133.811", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "110.248", + "max": "110.397", + "min": "110.115", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "85.21", + "max": "90.61", + "min": "84.75", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "152.904", + "max": "156.229", + "min": "152.485", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "22.211", + "max": "24.415", + "min": "21.915", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "58.321", + "max": "60.14", + "min": "58.12", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "41.268", + "max": "44.702", + "min": "40.894", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "145.172", + "max": "145.296", + "min": "145.059", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "42.559", + "max": "43.234", + "min": "42.208", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "57.536", + "max": "57.725", + "min": "57.385", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "162.73", + "max": "167.128", + "min": "162.408", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "230.937", + "max": "238.035", + "min": "230.556", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "117.41", + "max": "117.66", + "min": "117.322", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "85.126", + "max": "85.76", + "min": "84.948", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "145.432", + "max": "146.071", + "min": "145.102", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "21.799", + "max": "92.092", + "min": "13.576", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "103.677", + "max": "108.892", + "min": "103.275", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "364.316", + "max": "382.095", + "min": "360.22", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "275.408", + "max": "276.513", + "min": "275.134", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "43.547", + "max": "46.123", + "min": "42.434", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "287.578", + "max": "287.715", + "min": "287.46", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.085", + "max": "61.206", + "min": "57.702", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "24.873", + "max": "26.619", + "min": "24.66", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "65.715", + "max": "66.695", + "min": "65.291", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "68.581", + "max": "113.875", + "min": "65.623", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "201.411", + "max": "274.747", + "min": "195.47", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "227.825", + "max": "228.018", + "min": "227.737", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "55.322", + "max": "55.589", + "min": "55.157", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "61.854", + "max": "62.838", + "min": "61.649", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.622", + "max": "79.765", + "min": "79.465", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "53.775", + "max": "55.673", + "min": "53.245", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "212.605", + "max": "213.981", + "min": "211.742", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "119.488", + "max": "124.15", + "min": "119.111", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "263.996", + "max": "265.58", + "min": "263.674", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "139.781", + "max": "140.727", + "min": "139.46", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "149.223", + "max": "149.926", + "min": "149.095", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "100.8", + "max": "101.292", + "min": "100.699", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "48.924", + "max": "49.996", + "min": "48.656", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "16.577", + "max": "16.905", + "min": "16.401", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.922", + "max": "103.622", + "min": "101.701", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "151.587", + "max": "151.796", + "min": "151.463", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "102.208", + "max": "102.613", + "min": "102.007", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "91.415", + "max": "92.133", + "min": "91.315", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "137.595", + "max": "137.877", + "min": "137.398", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "94.498", + "max": "95.225", + "min": "94.134", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "250.681", + "max": "256.962", + "min": "250.338", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "156.435", + "max": "157.19", + "min": "156.232", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "142.554", + "max": "143.16", + "min": "142.451", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "67.965", + "max": "69.42", + "min": "67.567", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.037", + "max": "19.479", + "min": "18.82", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "102.947", + "max": "103.639", + "min": "102.795", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "119.288", + "max": "119.804", + "min": "119.068", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.712", + "max": "17.125", + "min": "14.458", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "109.235", + "max": "111.544", + "min": "108.557", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "147.489", + "max": "148.08", + "min": "147.293", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "34.106", + "max": "34.217", + "min": "33.996", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "269.336", + "max": "269.598", + "min": "269.186", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "86.238", + "max": "86.499", + "min": "86.059", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "112.289", + "max": "113.818", + "min": "112.031", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "153.617", + "max": "153.969", + "min": "153.376", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "134.836", + "max": "142.708", + "min": "133.799", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.858", + "max": "154.036", + "min": "153.753", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "97.63", + "max": "99.055", + "min": "97.391", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "109.147", + "max": "109.332", + "min": "109.059", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "154.879", + "max": "157.829", + "min": "154.597", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "62.825", + "max": "79.857", + "min": "61.989", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.529", + "max": "309.792", + "min": "303.713", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "105.1", + "max": "105.739", + "min": "104.963", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "322.098", + "max": "341.29", + "min": "281.643", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "177.111", + "max": "179.63", + "min": "176.794", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "83.187", + "max": "83.392", + "min": "83.023", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "96.562", + "max": "96.758", + "min": "96.411", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "140.241", + "max": "140.577", + "min": "140.101", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "300.474", + "max": "313.667", + "min": "299.879", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "264.886", + "max": "266.07", + "min": "264.637", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "78.2", + "max": "79.531", + "min": "78.035", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.051", + "max": "143.852", + "min": "141.707", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "364.936", + "max": "473.37", + "min": "173.112", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "172.364", + "max": "268.378", + "min": "87.695", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "186.485", + "max": "190.486", + "min": "185.972", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "236.527", + "max": "237.34", + "min": "236.291", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "116.414", + "max": "117.122", + "min": "116.275", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "111.104", + "max": "111.836", + "min": "110.784", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "112.651", + "max": "114.137", + "min": "112.347", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "181.014", + "max": "334.575", + "min": "101.383", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "191.315", + "max": "191.622", + "min": "191.204", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "48.88", + "max": "130.84", + "min": "43.807", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "42.398", + "max": "42.665", + "min": "42.307", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "44.396", + "max": "45.433", + "min": "43.616", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "79.71", + "max": "80.101", + "min": "79.341", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "179.133", + "max": "181.134", + "min": "178.839", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "124.865", + "max": "125.778", + "min": "124.668", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "172.848", + "max": "174.708", + "min": "172.591", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "105.163", + "max": "105.938", + "min": "104.868", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "107.904", + "max": "108.031", + "min": "107.791", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "101.471", + "max": "101.736", + "min": "101.227", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "291.955", + "max": "292.909", + "min": "291.39", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "124.994", + "max": "129.577", + "min": "124.658", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "79.182", + "max": "79.412", + "min": "79.027", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "133.732", + "max": "138.918", + "min": "132.777", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.288", + "max": "122.993", + "min": "122.15", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "109.778", + "max": "110.002", + "min": "109.661", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "82.525", + "max": "83.972", + "min": "82.317", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "37.999", + "max": "38.913", + "min": "37.811", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "185.632", + "max": "186.283", + "min": "185.348", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "48.192", + "max": "48.316", + "min": "48.091", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "38.346", + "max": "39.254", + "min": "38.142", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.015", + "max": "190.304", + "min": "179.108", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "22.01", + "max": "28.257", + "min": "21.545", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "47.983", + "max": "52.022", + "min": "47.691", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "317.564", + "max": "317.807", + "min": "317.479", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "11.691", + "max": "14.934", + "min": "11.444", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "12.232", + "max": "14.732", + "min": "12.031", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "25.396", + "max": "42.446", + "min": "23.495", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "247.735", + "max": "247.861", + "min": "247.644", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "43.459", + "max": "43.906", + "min": "43.33", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "27.591", + "max": "28.396", + "min": "27.412", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "90.459", + "max": "92.493", + "min": "90.259", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "139.991", + "max": "142.268", + "min": "139.487", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "47.868", + "max": "48.978", + "min": "47.675", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "245.743", + "max": "293.874", + "min": "238.082", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "119.193", + "max": "119.694", + "min": "119", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "241.85", + "max": "333.596", + "min": "233.391", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "115.926", + "max": "116.959", + "min": "115.783", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "397.646", + "max": "397.909", + "min": "397.284", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "40.337", + "max": "40.498", + "min": "40.226", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "77.39", + "max": "77.522", + "min": "77.293", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "115.249", + "max": "115.363", + "min": "115.157", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "175.135", + "max": "175.277", + "min": "175.03", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "105.224", + "max": "105.495", + "min": "105.028", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "141.018", + "max": "141.252", + "min": "140.868", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "240.945", + "max": "251.049", + "min": "222.127", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "82.152", + "max": "82.372", + "min": "81.975", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "92.248", + "max": "92.383", + "min": "92.138", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "24.244", + "max": "28.848", + "min": "23.671", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "158.251", + "max": "159.213", + "min": "158.083", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "0.037", + "max": "0.045", + "min": "0.023", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "31.179", + "max": "38.43", + "min": "30.698", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "38.346", + "max": "40.151", + "min": "38.142", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "34.209", + "max": "34.346", + "min": "34.139", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "14.906", + "max": "18.05", + "min": "14.6", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.091", + "max": "69.388", + "min": "67.901", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "53.738", + "max": "55.393", + "min": "53.565", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "73.64", + "max": "74.671", + "min": "73.384", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "51.92", + "max": "52.173", + "min": "51.788", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "16.772", + "max": "20.344", + "min": "16.27", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "19.498", + "max": "19.67", + "min": "19.378", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "15.757", + "max": "15.872", + "min": "15.65", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "33.434", + "max": "35.173", + "min": "33.237", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "67.016", + "max": "68.512", + "min": "66.751", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "44.637", + "max": "65.044", + "min": "42.51", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "58.07", + "max": "136.262", + "min": "26.621", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "10.155", + "max": "10.333", + "min": "10.066", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "64.072", + "max": "65.545", + "min": "63.844", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.926", + "max": "48.917", + "min": "46.667", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "58.914", + "max": "59.479", + "min": "58.515", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "17.865", + "max": "43.606", + "min": "16.301", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.038", + "max": "221.122", + "min": "213.622", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "33.877", + "max": "34.076", + "min": "33.713", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "37.076", + "max": "37.334", + "min": "36.871", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "43.217", + "max": "43.513", + "min": "43.1", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.83", + "max": "173.839", + "min": "163.026", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "66.785", + "max": "67.912", + "min": "66.603", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "17.96", + "max": "18.511", + "min": "17.767", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "17.974", + "max": "19.4", + "min": "17.729", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "16.327", + "max": "17.401", + "min": "15.771", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "288.553", + "max": "289.201", + "min": "288.327", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "85.542", + "max": "88.35", + "min": "85.029", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "222.482", + "max": "229.947", + "min": "216.417", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "254.281", + "max": "255.478", + "min": "254.082", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "19.177", + "max": "19.306", + "min": "19.08", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "144.829", + "max": "145.246", + "min": "144.653", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "154.942", + "max": "155.234", + "min": "154.689", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "44.25", + "max": "45.133", + "min": "44.048", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "68.458", + "max": "68.733", + "min": "68.235", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "13.849", + "max": "16.2", + "min": "13.491", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "20.379", + "max": "22.005", + "min": "20.089", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "102.915", + "max": "103.449", + "min": "102.822", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "106.27", + "max": "108.487", + "min": "105.942", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "260.057", + "max": "260.339", + "min": "259.866", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "82.503", + "max": "82.662", + "min": "82.406", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "31.392", + "max": "32.82", + "min": "31.192", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "81.726", + "max": "81.952", + "min": "81.633", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "34.313", + "max": "34.442", + "min": "34.187", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "202.314", + "max": "202.57", + "min": "202.185", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "120.011", + "max": "124.543", + "min": "117.171", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "31.662", + "max": "31.813", + "min": "31.471", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "53.025", + "max": "54.195", + "min": "52.368", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "154.457", + "max": "157.457", + "min": "153.191", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "106.473", + "max": "107.906", + "min": "106.11", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "251.341", + "max": "251.581", + "min": "251.174", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "95.732", + "max": "96.482", + "min": "95.444", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "57.477", + "max": "57.632", + "min": "57.363", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "21.035", + "max": "21.953", + "min": "20.951", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "53.243", + "max": "55.078", + "min": "53.079", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "89.645", + "max": "91.408", + "min": "89.175", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "88.732", + "max": "88.98", + "min": "88.632", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "72.449", + "max": "79.64", + "min": "70.299", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "175.21", + "max": "176.579", + "min": "174.362", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "92.566", + "max": "94.031", + "min": "91.459", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "74.998", + "max": "76.12", + "min": "74.83", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "103.747", + "max": "104.423", + "min": "103.418", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "23.172", + "max": "28.03", + "min": "22.852", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "173.216", + "max": "173.519", + "min": "173.031", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.931", + "max": "183.931", + "min": "183.931", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "13.804", + "max": "13.979", + "min": "13.721", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "25.39", + "max": "25.537", + "min": "25.27", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "105.479", + "max": "107.043", + "min": "105.246", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "26.241", + "max": "43.01", + "min": "19.553", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "43.25", + "max": "43.398", + "min": "43.138", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "175.452", + "max": "176.486", + "min": "175.177", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "91.689", + "max": "93.211", + "min": "91.386", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "105.854", + "max": "109.412", + "min": "105.631", + "id": "187", + "country": "United Kingdom", + "source_name": "Edinburgh", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "188": { + "name": "Lausanne", + "data": { + "0": { + "avg": "236.709", + "max": "244.697", + "min": "236.249", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "233.614", + "max": "234.632", + "min": "233.296", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "109.936", + "max": "118.791", + "min": "109.435", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "18.735", + "max": "23.892", + "min": "17.679", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "12.85", + "max": "13.756", + "min": "12.536", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "230.514", + "max": "230.943", + "min": "230.307", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "51.422", + "max": "56.154", + "min": "50.975", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "264.698", + "max": "297.366", + "min": "257.583", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "55.694", + "max": "56.082", + "min": "55.51", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "41.347", + "max": "43.57", + "min": "40.984", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "32.096", + "max": "32.412", + "min": "31.899", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "128.134", + "max": "150.675", + "min": "127.041", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "84.933", + "max": "85.513", + "min": "84.661", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "106.231", + "max": "126.033", + "min": "104.816", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "119.038", + "max": "125.145", + "min": "118.598", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "92.35", + "max": "103.128", + "min": "91.451", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "33.661", + "max": "34.348", + "min": "33.347", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.821", + "max": "115.493", + "min": "114.636", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "29.131", + "max": "38.902", + "min": "28.483", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.268", + "max": "24.72", + "min": "15.812", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "253.174", + "max": "254.677", + "min": "252.993", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "105.516", + "max": "105.899", + "min": "105.361", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "154.367", + "max": "154.778", + "min": "154.168", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "159.573", + "max": "170.884", + "min": "158.985", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "32.911", + "max": "33.355", + "min": "32.665", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "31.094", + "max": "60.845", + "min": "29.824", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "9.18", + "max": "11.533", + "min": "8.881", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "23.007", + "max": "27.05", + "min": "22.506", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "9.777", + "max": "10.053", + "min": "9.492", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "150.478", + "max": "151.187", + "min": "150.203", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "166.798", + "max": "198.489", + "min": "150.569", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "32.511", + "max": "35.737", + "min": "32.198", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "149.771", + "max": "175.943", + "min": "148.497", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "40.716", + "max": "41.158", + "min": "40.511", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "5.267", + "max": "6.805", + "min": "4.908", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "161.646", + "max": "171.914", + "min": "160.976", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "154.696", + "max": "156.683", + "min": "154.429", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "154.345", + "max": "154.752", + "min": "154.167", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "119.487", + "max": "124.257", + "min": "119.159", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "95.474", + "max": "96.951", + "min": "95.16", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "165.369", + "max": "170.301", + "min": "164.643", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "30.232", + "max": "62.477", + "min": "28.561", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "56.809", + "max": "57.943", + "min": "56.598", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.894", + "max": "46.213", + "min": "36.284", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "142.661", + "max": "144.297", + "min": "142.395", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "24.416", + "max": "25.178", + "min": "23.951", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "43.847", + "max": "44.135", + "min": "43.627", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "176.701", + "max": "177.059", + "min": "176.423", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "246.235", + "max": "249.744", + "min": "245.727", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "125.89", + "max": "133.975", + "min": "125.456", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "100.175", + "max": "100.491", + "min": "99.918", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.392", + "max": "165.717", + "min": "165.133", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "73.647", + "max": "161.116", + "min": "54.219", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "124.804", + "max": "125.302", + "min": "124.556", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "148.46", + "max": "159.045", + "min": "145.098", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "365.607", + "max": "366.005", + "min": "365.42", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "34.917", + "max": "36.992", + "min": "33.914", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "304.85", + "max": "305.344", + "min": "304.685", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "29.385", + "max": "30.124", + "min": "29.011", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "21.799", + "max": "33.18", + "min": "21.208", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.494", + "max": "60.172", + "min": "59.06", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.011", + "max": "127.589", + "min": "62.916", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "171.277", + "max": "208.569", + "min": "168.272", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "269.441", + "max": "276.183", + "min": "268.868", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "56.497", + "max": "99.906", + "min": "54.722", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "44.339", + "max": "49.013", + "min": "44.004", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "88.931", + "max": "120.394", + "min": "87.407", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "52.809", + "max": "60.159", + "min": "52.049", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "221.803", + "max": "233.89", + "min": "220.643", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "130.104", + "max": "155.06", + "min": "128.052", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "320.632", + "max": "322.098", + "min": "320.312", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "150.172", + "max": "150.984", + "min": "149.906", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "159.795", + "max": "162.303", + "min": "159.48", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "114.195", + "max": "114.656", + "min": "113.965", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "70.01", + "max": "70.816", + "min": "69.702", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "24.812", + "max": "25.285", + "min": "24.582", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "103.438", + "max": "103.928", + "min": "103.159", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "157.309", + "max": "168.959", + "min": "156.51", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "99.877", + "max": "101.139", + "min": "99.628", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "104.178", + "max": "105.37", + "min": "103.902", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "171.006", + "max": "199.883", + "min": "169.753", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "108.101", + "max": "108.936", + "min": "107.737", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "190.192", + "max": "190.595", + "min": "190.006", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "150.686", + "max": "152.853", + "min": "150.258", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "159.927", + "max": "160.318", + "min": "159.762", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "68.298", + "max": "69.634", + "min": "67.813", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "28.716", + "max": "29.566", + "min": "28.4", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "114.52", + "max": "121.052", + "min": "113.7", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "113.777", + "max": "148.017", + "min": "110.689", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "34.038", + "max": "38.395", + "min": "33.566", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "123.587", + "max": "131.31", + "min": "122.683", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "159.331", + "max": "169.677", + "min": "158.651", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "26.298", + "max": "26.75", + "min": "26.098", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "285.89", + "max": "289.103", + "min": "285.59", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "91.781", + "max": "92.011", + "min": "91.597", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "121.913", + "max": "122.414", + "min": "121.636", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "177.69", + "max": "178.278", + "min": "177.384", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "149.587", + "max": "152.919", + "min": "148.766", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "162.996", + "max": "177.531", + "min": "162.339", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "102.495", + "max": "107.337", + "min": "101.838", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "120.635", + "max": "121.028", + "min": "120.437", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "162.159", + "max": "168.906", + "min": "161.691", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "44.81", + "max": "45.118", + "min": "44.649", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "314.42", + "max": "318.937", + "min": "313.819", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "119.869", + "max": "128.1", + "min": "119.412", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "395.823", + "max": "455.188", + "min": "346.351", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "186.17", + "max": "187.159", + "min": "185.986", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "101.803", + "max": "102.558", + "min": "101.495", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "112.915", + "max": "114.066", + "min": "112.59", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "154.521", + "max": "158.006", + "min": "153.472", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "205.269", + "max": "211.106", + "min": "204.725", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.581", + "max": "279.964", + "min": "279.342", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "95.283", + "max": "95.609", + "min": "95.147", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "123.036", + "max": "134.271", + "min": "122.395", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.349", + "max": "482.104", + "min": "212.494", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "145.188", + "max": "246.34", + "min": "56.151", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "166.94", + "max": "173.848", + "min": "166.171", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "219.064", + "max": "219.613", + "min": "218.781", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "122.091", + "max": "123.38", + "min": "121.811", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "126.791", + "max": "134.414", + "min": "126.242", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "128.656", + "max": "128.9", + "min": "128.471", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "202.241", + "max": "353.67", + "min": "119.729", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "211.795", + "max": "212.289", + "min": "211.568", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "40.057", + "max": "42.766", + "min": "39.535", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "37.962", + "max": "40.054", + "min": "37.752", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "121.808", + "max": "127.352", + "min": "121.126", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "94.962", + "max": "100.621", + "min": "92.975", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "242.895", + "max": "243.329", + "min": "242.55", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "118.87", + "max": "122.18", + "min": "118.456", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "188.077", + "max": "194.666", + "min": "187.539", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "114.18", + "max": "114.99", + "min": "113.933", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "104.55", + "max": "105.058", + "min": "104.3", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "115.388", + "max": "116.058", + "min": "115.107", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "290.181", + "max": "291.757", + "min": "289.36", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "139.312", + "max": "147.749", + "min": "138.851", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "82.92", + "max": "83.468", + "min": "82.702", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "140.667", + "max": "151.873", + "min": "138.982", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "129.537", + "max": "176.886", + "min": "127.416", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "118.406", + "max": "124.58", + "min": "118.007", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "85.834", + "max": "86.06", + "min": "85.621", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "17.981", + "max": "18.326", + "min": "17.718", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "285.298", + "max": "299.901", + "min": "283.415", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "46.404", + "max": "46.805", + "min": "46.281", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.686", + "max": "26.295", + "min": "25.461", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "194.687", + "max": "202.652", + "min": "194.074", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "27.123", + "max": "27.658", + "min": "26.819", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "42.762", + "max": "80.436", + "min": "35.251", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "151.818", + "max": "152.269", + "min": "151.582", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "22.184", + "max": "27.815", + "min": "21.797", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "22.269", + "max": "22.622", + "min": "22.124", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "32.251", + "max": "50.742", + "min": "30.3", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "225.753", + "max": "226.181", + "min": "225.533", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "35.689", + "max": "36.215", + "min": "35.419", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "9.257", + "max": "13.048", + "min": "8.157", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "110.122", + "max": "112.024", + "min": "109.911", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "154.128", + "max": "158.734", + "min": "153.513", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "47.642", + "max": "48.515", + "min": "47.317", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "219.9", + "max": "260.017", + "min": "212.741", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "127.667", + "max": "128.007", + "min": "127.424", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "252.463", + "max": "355.19", + "min": "246.059", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "124.936", + "max": "125.438", + "min": "124.714", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "188.203", + "max": "188.546", + "min": "188.044", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.325", + "max": "34.662", + "min": "34.035", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "90.084", + "max": "134.472", + "min": "88.389", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "113.524", + "max": "142.322", + "min": "112.293", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "183.196", + "max": "183.589", + "min": "183.014", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "96.138", + "max": "104.613", + "min": "95.567", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "144.592", + "max": "176.546", + "min": "143.228", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "246.463", + "max": "247.541", + "min": "246.239", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "97.33", + "max": "98.141", + "min": "97.074", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "99.443", + "max": "99.849", + "min": "99.238", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "18.259", + "max": "20.799", + "min": "17.93", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "128.832", + "max": "129.175", + "min": "128.583", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "30.943", + "max": "31.098", + "min": "30.817", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "0.047", + "max": "0.253", + "min": "0.029", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "21.463", + "max": "22.603", + "min": "21.149", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "23.59", + "max": "30.558", + "min": "23.174", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "25.541", + "max": "31.521", + "min": "24.965", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "62.444", + "max": "62.998", + "min": "62.069", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "42.061", + "max": "42.205", + "min": "41.906", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "65.036", + "max": "67.584", + "min": "64.671", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "43.762", + "max": "44.366", + "min": "43.516", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "26.141", + "max": "35.038", + "min": "25.512", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "30.97", + "max": "31.487", + "min": "30.758", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "21.84", + "max": "30.61", + "min": "21.358", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "25.18", + "max": "25.907", + "min": "24.905", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "54.722", + "max": "62.299", + "min": "54.064", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "16.263", + "max": "33.273", + "min": "14.459", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "46.003", + "max": "96.883", + "min": "15.688", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "23.888", + "max": "24.649", + "min": "23.688", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "60.821", + "max": "62.718", + "min": "60.491", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "35.79", + "max": "36.619", + "min": "35.545", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "36.148", + "max": "36.538", + "min": "35.734", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "18.604", + "max": "19.841", + "min": "18.242", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "287.904", + "max": "295.684", + "min": "287.385", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "16.881", + "max": "17.375", + "min": "16.704", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "56.349", + "max": "59.781", + "min": "55.999", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "28.259", + "max": "28.642", + "min": "28.103", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "180.403", + "max": "188.608", + "min": "179.031", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "48.851", + "max": "49.241", + "min": "48.513", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "21.454", + "max": "26.915", + "min": "20.775", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "24.37", + "max": "24.958", + "min": "24.241", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "22.73", + "max": "30.983", + "min": "21.996", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "271.233", + "max": "272.745", + "min": "270.899", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "97.715", + "max": "102.646", + "min": "96.25", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "242.959", + "max": "250.475", + "min": "226.168", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "171.466", + "max": "173.721", + "min": "171.183", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "22.977", + "max": "23.566", + "min": "22.757", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "155.253", + "max": "156.082", + "min": "155.004", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.651", + "max": "180.061", + "min": "179.414", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "46.873", + "max": "50.447", + "min": "46.592", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "59.91", + "max": "60.754", + "min": "59.587", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "24.279", + "max": "25.378", + "min": "23.803", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "18.138", + "max": "19.337", + "min": "17.805", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "111.64", + "max": "112.002", + "min": "111.465", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "118.764", + "max": "119.121", + "min": "118.592", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "269.394", + "max": "356.884", + "min": "266.102", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "89.201", + "max": "89.413", + "min": "89.019", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "7.268", + "max": "18.008", + "min": "6.666", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "88.611", + "max": "89.039", + "min": "88.446", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "7.466", + "max": "8.841", + "min": "7.134", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "247.935", + "max": "556.741", + "min": "219.279", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "135.163", + "max": "137.537", + "min": "132.337", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "28.892", + "max": "29.17", + "min": "28.746", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "29.915", + "max": "31.635", + "min": "29.337", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "177.324", + "max": "191.224", + "min": "175.682", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "250.515", + "max": "252.971", + "min": "250.028", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "224.801", + "max": "225.076", + "min": "224.54", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "74.426", + "max": "74.934", + "min": "74.178", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "42.236", + "max": "48.202", + "min": "41.762", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "21.464", + "max": "22.177", + "min": "21.303", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "46.024", + "max": "84.756", + "min": "44.515", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "98.385", + "max": "99.67", + "min": "97.989", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "103.479", + "max": "103.876", + "min": "103.23", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "67.948", + "max": "76.928", + "min": "65.691", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "183.851", + "max": "228.486", + "min": "181.844", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "105.565", + "max": "113.693", + "min": "104.494", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "65.882", + "max": "74.872", + "min": "65.142", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "116.017", + "max": "119.394", + "min": "115.552", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "36.953", + "max": "41.007", + "min": "36.45", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "184.333", + "max": "186.764", + "min": "183.932", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "188.587", + "max": "188.587", + "min": "188.587", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "25.256", + "max": "25.83", + "min": "25.075", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "23.543", + "max": "23.982", + "min": "23.374", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "120.897", + "max": "124.141", + "min": "120.469", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "41.963", + "max": "104.166", + "min": "32.48", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "43.404", + "max": "44.157", + "min": "43.19", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "178.542", + "max": "199.352", + "min": "177.378", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "92.444", + "max": "93.865", + "min": "92.154", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "111.437", + "max": "117.378", + "min": "111.046", + "id": "188", + "country": "Switzerland", + "source_name": "Lausanne", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "189": { + "name": "Arezzo", + "data": { + "0": { + "avg": "208.407", + "max": "208.809", + "min": "208.256", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "275.787", + "max": "276.102", + "min": "275.584", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "115.258", + "max": "119.304", + "min": "114.992", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "27.201", + "max": "31.677", + "min": "26.607", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "29.9", + "max": "30.526", + "min": "29.707", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "223.487", + "max": "223.695", + "min": "223.371", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "52.519", + "max": "62.127", + "min": "52.064", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.708", + "max": "279.665", + "min": "277.296", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "75.61", + "max": "76.89", + "min": "75.383", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "62.014", + "max": "64.479", + "min": "61.708", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "34.867", + "max": "36.336", + "min": "34.623", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "145.319", + "max": "146.333", + "min": "145.164", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "106.371", + "max": "121.611", + "min": "105.338", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "115.267", + "max": "132.634", + "min": "114.497", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "133.955", + "max": "134.406", + "min": "133.874", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "109.329", + "max": "110.111", + "min": "109.113", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "21.884", + "max": "22.194", + "min": "21.685", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "120.416", + "max": "121.091", + "min": "120.304", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "40.414", + "max": "41.111", + "min": "40.135", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "36.899", + "max": "37.251", + "min": "36.81", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.175", + "max": "289.761", + "min": "289.065", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "122.092", + "max": "122.989", + "min": "122.002", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "171.554", + "max": "171.907", + "min": "171.409", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "167.223", + "max": "182.583", + "min": "166.251", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.624", + "max": "43.211", + "min": "41.253", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "34.177", + "max": "51.099", + "min": "33.404", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "8.799", + "max": "9.971", + "min": "8.609", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "27.288", + "max": "27.536", + "min": "27.203", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "15.85", + "max": "22.4", + "min": "15.331", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "161.448", + "max": "163", + "min": "161.062", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "167.754", + "max": "168.329", + "min": "167.631", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "52.302", + "max": "91.026", + "min": "50.869", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "166.831", + "max": "167.942", + "min": "166.67", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "58.934", + "max": "59.173", + "min": "58.859", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "12.476", + "max": "13.665", + "min": "12.252", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "175.109", + "max": "176.971", + "min": "174.855", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "168.839", + "max": "168.897", + "min": "168.794", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "149.208", + "max": "149.397", + "min": "149.085", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "128.747", + "max": "130.168", + "min": "128.623", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "103.767", + "max": "107.772", + "min": "102.862", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "169.966", + "max": "173.739", + "min": "169.39", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "40.042", + "max": "47.576", + "min": "39.264", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "65.09", + "max": "65.267", + "min": "64.996", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "55.254", + "max": "58.604", + "min": "54.96", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "154.788", + "max": "154.949", + "min": "154.713", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "41.071", + "max": "42.537", + "min": "40.558", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "53.564", + "max": "54.554", + "min": "53.412", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "185.275", + "max": "185.92", + "min": "185.095", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "257.087", + "max": "272.152", + "min": "256.083", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "136.694", + "max": "136.731", + "min": "136.661", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "107.606", + "max": "107.948", + "min": "107.392", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "172.979", + "max": "173.171", + "min": "172.779", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "47.613", + "max": "62.315", + "min": "34.084", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "130.779", + "max": "131.159", + "min": "130.576", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "158.641", + "max": "181.087", + "min": "154.108", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "280.773", + "max": "281.263", + "min": "280.612", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "60.667", + "max": "66.591", + "min": "59.701", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "329.189", + "max": "331.104", + "min": "328.998", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "54.832", + "max": "56.548", + "min": "54.476", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "32.017", + "max": "39.473", + "min": "31.68", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "68.522", + "max": "69.236", + "min": "67.822", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "84.3", + "max": "144.491", + "min": "78.098", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "190.472", + "max": "235.197", + "min": "187.333", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "317.365", + "max": "317.49", + "min": "317.29", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "60.038", + "max": "66.868", + "min": "59.616", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.954", + "max": "49.06", + "min": "46.731", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "103.383", + "max": "105.099", + "min": "103.198", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "51.865", + "max": "52.134", + "min": "51.472", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "231.258", + "max": "232.332", + "min": "230.564", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "143.859", + "max": "144.723", + "min": "143.737", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "241.447", + "max": "244.924", + "min": "241.087", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "165.544", + "max": "167.028", + "min": "165.306", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "179.606", + "max": "184.71", + "min": "179.166", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "121.644", + "max": "121.796", + "min": "121.594", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "76.707", + "max": "77.188", + "min": "76.499", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "32.803", + "max": "32.923", + "min": "32.661", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "122.714", + "max": "123.544", + "min": "122.531", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "178.005", + "max": "190.324", + "min": "177.433", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "121.622", + "max": "122.698", + "min": "121.361", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "120.421", + "max": "120.62", + "min": "120.271", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "168.005", + "max": "168.221", + "min": "167.804", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "115.567", + "max": "116.218", + "min": "115.187", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "257.231", + "max": "260.614", + "min": "255.877", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "158.826", + "max": "159.812", + "min": "158.572", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "146.914", + "max": "147.237", + "min": "146.831", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "90.163", + "max": "94.312", + "min": "89.635", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "37.152", + "max": "42.155", + "min": "36.639", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "121.339", + "max": "121.496", + "min": "121.247", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "129.476", + "max": "129.716", + "min": "129.398", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "31.544", + "max": "32.979", + "min": "31.41", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "135.229", + "max": "136.462", + "min": "134.485", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "168.538", + "max": "168.958", + "min": "168.322", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "34.316", + "max": "34.427", + "min": "34.269", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "272.088", + "max": "272.322", + "min": "271.912", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "111.077", + "max": "111.39", + "min": "110.964", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.551", + "max": "131.805", + "min": "131.431", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "180.237", + "max": "180.699", + "min": "180.031", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "158.989", + "max": "165.381", + "min": "158.342", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.344", + "max": "173.981", + "min": "172.191", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "119.164", + "max": "122.994", + "min": "118.832", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "127.817", + "max": "127.899", + "min": "127.747", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "167.792", + "max": "167.992", + "min": "167.644", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "66.984", + "max": "69.69", + "min": "66.493", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "331.631", + "max": "341.842", + "min": "330.525", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "126.665", + "max": "126.892", + "min": "126.53", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "355.596", + "max": "361.283", + "min": "329.013", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.817", + "max": "192.471", + "min": "191.731", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "105.295", + "max": "105.509", + "min": "105.142", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "123.641", + "max": "123.882", + "min": "123.542", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "159.116", + "max": "159.363", + "min": "158.967", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "185.851", + "max": "186.151", + "min": "185.688", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "290.597", + "max": "308.314", + "min": "289.541", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "105.063", + "max": "105.605", + "min": "104.967", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.816", + "max": "145.117", + "min": "142.56", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "392.206", + "max": "507.894", + "min": "198.713", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "152.642", + "max": "264.026", + "min": "52.049", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "193.835", + "max": "214.666", + "min": "192.743", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "227.629", + "max": "229.506", + "min": "227.449", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "139.197", + "max": "140.327", + "min": "138.973", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "130.496", + "max": "131.232", + "min": "130.196", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "138.412", + "max": "138.905", + "min": "138.065", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "202.223", + "max": "343.828", + "min": "123.418", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "207.607", + "max": "209.793", + "min": "207.428", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "51.287", + "max": "308.949", + "min": "41.723", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "48.119", + "max": "48.347", + "min": "48.049", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "39.426", + "max": "40.616", + "min": "39.014", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "115.279", + "max": "115.61", + "min": "115.149", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.045", + "max": "179.623", + "min": "172.563", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "148.218", + "max": "149.232", + "min": "148.005", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "204.348", + "max": "204.776", + "min": "204.282", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "123.272", + "max": "123.62", + "min": "123.089", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "128.119", + "max": "128.255", + "min": "128.044", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "122.463", + "max": "122.906", + "min": "122.183", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "311.165", + "max": "325.555", + "min": "309.885", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "146.155", + "max": "148.881", + "min": "145.984", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "100.17", + "max": "107.396", + "min": "99.85", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "158.134", + "max": "178.562", + "min": "155.121", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "135.939", + "max": "136.325", + "min": "135.844", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "132.823", + "max": "133.058", + "min": "132.656", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "101.135", + "max": "106.759", + "min": "100.778", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "26.932", + "max": "27.339", + "min": "26.764", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "185.85", + "max": "194.258", + "min": "185.114", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "63.219", + "max": "68.183", + "min": "62.724", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "28.373", + "max": "28.732", + "min": "28.238", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "202.609", + "max": "208.736", + "min": "201.854", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "29.276", + "max": "29.86", + "min": "29.139", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "38.957", + "max": "45.368", + "min": "38.454", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "151.769", + "max": "152.003", + "min": "151.69", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "29.42", + "max": "29.819", + "min": "29.343", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "35.188", + "max": "46.192", + "min": "34.743", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "22.062", + "max": "29.579", + "min": "20.26", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "267.817", + "max": "269.348", + "min": "267.689", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "43.664", + "max": "44.269", + "min": "43.538", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "35.138", + "max": "35.371", + "min": "34.973", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "107.241", + "max": "107.913", + "min": "107.129", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "161.539", + "max": "162.261", + "min": "161.097", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "81.584", + "max": "82.565", + "min": "81.343", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "278.017", + "max": "324.928", + "min": "270.3", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "140.352", + "max": "140.715", + "min": "140.129", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "266.068", + "max": "348.876", + "min": "257.938", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "142.195", + "max": "142.454", + "min": "142.077", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "401.116", + "max": "401.403", + "min": "400.522", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "45.603", + "max": "45.691", + "min": "45.498", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "100.607", + "max": "102.136", + "min": "100.465", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "110.785", + "max": "110.936", + "min": "110.689", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "196.798", + "max": "196.9", + "min": "196.722", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "107.731", + "max": "108.235", + "min": "107.606", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "159.44", + "max": "168.799", + "min": "158.942", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "298.948", + "max": "308.836", + "min": "292.613", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "108.074", + "max": "109.019", + "min": "107.73", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "120.034", + "max": "120.075", + "min": "119.993", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "15.03", + "max": "18.459", + "min": "14.495", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "163.926", + "max": "163.995", + "min": "163.853", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "39.265", + "max": "54.307", + "min": "38.167", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.418", + "max": "21.654", + "min": "21.155", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "0.038", + "max": "0.166", + "min": "0.022", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "11.307", + "max": "11.441", + "min": "11.215", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "32.351", + "max": "33.264", + "min": "32.133", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "70.949", + "max": "71.406", + "min": "70.745", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "62.415", + "max": "83.794", + "min": "61.309", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "89.798", + "max": "92.626", + "min": "89.593", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "31.406", + "max": "31.665", + "min": "31.289", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "28.652", + "max": "29.617", + "min": "28.484", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "48.091", + "max": "48.214", + "min": "48.014", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.035", + "max": "24.091", + "min": "23.935", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "40.712", + "max": "49.164", + "min": "40.234", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.486", + "max": "55.73", + "min": "55.229", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "17.652", + "max": "33.092", + "min": "15.981", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "33.385", + "max": "49.439", + "min": "22.184", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "32.634", + "max": "32.755", + "min": "32.486", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "50.438", + "max": "51.341", + "min": "50.195", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "51.368", + "max": "58.204", + "min": "50.983", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "45.852", + "max": "46.421", + "min": "45.492", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "25.179", + "max": "34.245", + "min": "24.532", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "204.554", + "max": "206.668", + "min": "204.39", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "27.583", + "max": "34.958", + "min": "26.988", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "11.209", + "max": "11.534", + "min": "11.093", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "35.51", + "max": "35.699", + "min": "35.457", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "190.873", + "max": "196.342", + "min": "189.236", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "46.041", + "max": "46.247", + "min": "45.964", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "33.144", + "max": "36.396", + "min": "32.832", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "30.23", + "max": "30.551", + "min": "30.092", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "28.433", + "max": "37.674", + "min": "23.402", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "278.095", + "max": "290.223", + "min": "275.262", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "107.364", + "max": "109.918", + "min": "106.976", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "221.586", + "max": "221.656", + "min": "221.507", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "152.286", + "max": "152.852", + "min": "152.126", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "30.682", + "max": "30.933", + "min": "30.399", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "167.928", + "max": "168.394", + "min": "167.735", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "180.054", + "max": "180.307", + "min": "179.874", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "14.185", + "max": "26.482", + "min": "13.643", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "69.118", + "max": "74.62", + "min": "68.759", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "31.493", + "max": "32.646", + "min": "31.249", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "24.562", + "max": "26.85", + "min": "24.2", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "125.563", + "max": "128.847", + "min": "125.396", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "125.199", + "max": "125.276", + "min": "125.16", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "262.57", + "max": "267.399", + "min": "262.184", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "104.143", + "max": "104.239", + "min": "104.08", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "15.849", + "max": "18.028", + "min": "15.672", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "105.744", + "max": "105.817", + "min": "105.695", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "15.827", + "max": "18.165", + "min": "15.641", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "224.95", + "max": "242.483", + "min": "224.071", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "140.449", + "max": "145.184", + "min": "137.38", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "37.491", + "max": "37.615", + "min": "37.359", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "46.309", + "max": "49.037", + "min": "45.342", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "161.95", + "max": "171.181", + "min": "160.275", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "260.915", + "max": "261.518", + "min": "260.671", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "253.089", + "max": "256.183", + "min": "252.889", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "100.69", + "max": "101.131", + "min": "100.525", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "41.472", + "max": "41.748", + "min": "41.392", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "27.223", + "max": "51.998", + "min": "25.924", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "41.504", + "max": "47.837", + "min": "41.215", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "117.743", + "max": "119.595", + "min": "117.41", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "109.553", + "max": "110.14", + "min": "109.425", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "58.49", + "max": "62.249", + "min": "56.835", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "188.275", + "max": "190.976", + "min": "187.765", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "112.441", + "max": "139.409", + "min": "110.664", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "73.981", + "max": "74.937", + "min": "73.769", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "125.84", + "max": "128.782", + "min": "125.458", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "42.313", + "max": "46.502", + "min": "41.866", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "208.056", + "max": "217.699", + "min": "207.612", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "203.082", + "max": "203.082", + "min": "203.082", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "38.507", + "max": "39.299", + "min": "38.32", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "24.765", + "max": "24.826", + "min": "24.715", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "125.289", + "max": "148.759", + "min": "123.725", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "46.06", + "max": "55.442", + "min": "38.612", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "61.602", + "max": "65.577", + "min": "61.385", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "132.524", + "max": "133.513", + "min": "132.388", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "115.663", + "max": "116.455", + "min": "115.429", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "124.643", + "max": "125.137", + "min": "124.551", + "id": "189", + "country": "Italy", + "source_name": "Arezzo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "190": { + "name": "Rome", + "data": { + "0": { + "avg": "213.387", + "max": "213.664", + "min": "213.24", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "281.209", + "max": "281.889", + "min": "281.018", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "114.55", + "max": "114.711", + "min": "114.482", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "17.739", + "max": "23.693", + "min": "17.166", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "20.29", + "max": "20.788", + "min": "20.12", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "282.782", + "max": "283.885", + "min": "282.648", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.907", + "max": "25.015", + "min": "24.824", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "286.342", + "max": "299.51", + "min": "284.897", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "54.897", + "max": "55.006", + "min": "54.794", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "41.032", + "max": "41.673", + "min": "40.886", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "26.643", + "max": "26.996", + "min": "26.499", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "133.649", + "max": "134.62", + "min": "133.529", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "92.79", + "max": "92.96", + "min": "92.703", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "100.878", + "max": "101.086", + "min": "100.749", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "127.839", + "max": "128.144", + "min": "127.729", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.456", + "max": "96.212", + "min": "95.179", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "22.29", + "max": "23.29", + "min": "21.96", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "115.623", + "max": "115.927", + "min": "115.541", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "34.322", + "max": "34.495", + "min": "34.206", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "20.845", + "max": "20.88", + "min": "20.806", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "292.463", + "max": "292.638", + "min": "292.398", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "113.761", + "max": "114.181", + "min": "113.681", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "161.721", + "max": "162.013", + "min": "161.628", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "166.762", + "max": "167.931", + "min": "166.633", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "37.723", + "max": "37.89", + "min": "37.546", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "36.673", + "max": "37.452", + "min": "36.564", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "1.275", + "max": "3.501", + "min": "0.985", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "22.807", + "max": "22.973", + "min": "22.639", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.197", + "max": "16.284", + "min": "16.125", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "153.63", + "max": "153.953", + "min": "153.385", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "174.829", + "max": "174.948", + "min": "174.722", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "33.046", + "max": "33.26", + "min": "32.955", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "153.487", + "max": "169.233", + "min": "152.81", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "56.434", + "max": "56.614", + "min": "56.361", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "23.082", + "max": "24.658", + "min": "22.773", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "160.496", + "max": "161.847", + "min": "160.232", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "156.339", + "max": "156.36", + "min": "156.305", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "149.817", + "max": "150.072", + "min": "149.71", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "120.556", + "max": "120.727", + "min": "120.429", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "96.611", + "max": "99.447", + "min": "96.334", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "166.93", + "max": "169.031", + "min": "166.606", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "30.199", + "max": "35.605", + "min": "29.67", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "55.689", + "max": "55.867", + "min": "55.601", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "40.428", + "max": "50.17", + "min": "39.904", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "154.766", + "max": "154.904", + "min": "154.672", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "30.17", + "max": "30.941", + "min": "29.843", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "51.387", + "max": "52.282", + "min": "51.275", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "179.083", + "max": "179.186", + "min": "178.949", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "241.86", + "max": "242.951", + "min": "240.74", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "131.053", + "max": "131.111", + "min": "131.005", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "100.138", + "max": "100.351", + "min": "99.986", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "164.576", + "max": "164.849", + "min": "164.354", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "43.354", + "max": "115.047", + "min": "21.834", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "122.584", + "max": "122.808", + "min": "122.36", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "137.358", + "max": "148.611", + "min": "133.811", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "274.286", + "max": "275.112", + "min": "274.067", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "55.41", + "max": "58.678", + "min": "54.985", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "304.461", + "max": "304.522", + "min": "304.404", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.616", + "max": "60.252", + "min": "58.295", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "21.234", + "max": "21.533", + "min": "21.14", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "68.454", + "max": "69.391", + "min": "67.848", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "67.9", + "max": "108.22", + "min": "63.664", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "179.005", + "max": "238.486", + "min": "170.036", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "204.497", + "max": "204.73", + "min": "204.439", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.109", + "max": "46.606", + "min": "44.933", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "39.442", + "max": "39.539", + "min": "39.391", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.549", + "max": "92.753", + "min": "92.472", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "50.03", + "max": "50.335", + "min": "49.765", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "229.556", + "max": "231.6", + "min": "228.814", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "135.571", + "max": "135.673", + "min": "135.516", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "262.808", + "max": "264.362", + "min": "262.527", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "159.445", + "max": "160.119", + "min": "159.217", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "165.647", + "max": "165.844", + "min": "165.562", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.457", + "max": "113.505", + "min": "113.384", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "61.863", + "max": "62.675", + "min": "61.688", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "40.805", + "max": "41.08", + "min": "40.624", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "107.437", + "max": "107.563", + "min": "107.285", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "158.572", + "max": "161.283", + "min": "158.311", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "115.265", + "max": "116.524", + "min": "114.951", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "106.331", + "max": "106.565", + "min": "106.246", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "166.286", + "max": "166.553", + "min": "166.196", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "105.134", + "max": "105.714", + "min": "104.824", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "214.551", + "max": "215.521", + "min": "214.437", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "154.673", + "max": "155.066", + "min": "154.543", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "153.542", + "max": "153.622", + "min": "153.435", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "52.552", + "max": "53.638", + "min": "52.147", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "34.6", + "max": "35.177", + "min": "34.373", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "119.329", + "max": "119.458", + "min": "119.187", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "115.351", + "max": "115.525", + "min": "115.258", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "30.695", + "max": "37.5", + "min": "29.845", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "121.878", + "max": "123.431", + "min": "121.162", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "161.393", + "max": "161.764", + "min": "161.199", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "21.598", + "max": "21.619", + "min": "21.562", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "307.831", + "max": "308.887", + "min": "307.643", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "100.537", + "max": "102.602", + "min": "100.372", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "122.332", + "max": "122.639", + "min": "122.12", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "164.524", + "max": "164.757", + "min": "164.316", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "145.586", + "max": "150.489", + "min": "145.102", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "161.162", + "max": "161.735", + "min": "161.044", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "109.534", + "max": "110.793", + "min": "109.396", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "121.401", + "max": "121.57", + "min": "121.343", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "171.503", + "max": "172.035", + "min": "171.35", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "47.868", + "max": "52.026", + "min": "47.623", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "322.695", + "max": "325.401", + "min": "321.851", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "117.809", + "max": "118.189", + "min": "117.658", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "331.456", + "max": "345.394", + "min": "293.016", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "190.894", + "max": "191.147", + "min": "190.804", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "103.858", + "max": "103.939", + "min": "103.714", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "107.495", + "max": "107.711", + "min": "107.358", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "143.546", + "max": "145.479", + "min": "143.07", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "213.778", + "max": "216.351", + "min": "213.583", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "295.437", + "max": "295.509", + "min": "295.375", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "99.081", + "max": "99.182", + "min": "99.012", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "126.52", + "max": "128.701", + "min": "126.057", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "399.208", + "max": "518.245", + "min": "229.074", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "134.102", + "max": "238.826", + "min": "54.5", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "148.431", + "max": "168.31", + "min": "146.815", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "240.363", + "max": "240.898", + "min": "240.206", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "130.156", + "max": "130.368", + "min": "130.063", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "122.132", + "max": "123.363", + "min": "121.918", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "136.494", + "max": "136.623", + "min": "136.408", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "191.687", + "max": "335.952", + "min": "114.356", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "195.468", + "max": "196.693", + "min": "195.311", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "52.702", + "max": "151.435", + "min": "48.755", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "47.198", + "max": "47.324", + "min": "47.155", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "29.384", + "max": "30.673", + "min": "28.788", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "93.605", + "max": "93.774", + "min": "93.545", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "137.425", + "max": "137.702", + "min": "137.25", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "113.61", + "max": "115.735", + "min": "113.357", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "186.896", + "max": "187.235", + "min": "186.81", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.386", + "max": "117.859", + "min": "117.289", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "113.547", + "max": "114.556", + "min": "113.282", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "118.193", + "max": "118.355", + "min": "118.055", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "290.549", + "max": "292.033", + "min": "289.888", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "135.622", + "max": "135.8", + "min": "135.487", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "90.482", + "max": "90.627", + "min": "90.372", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "145.718", + "max": "155.872", + "min": "144.193", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "138.358", + "max": "138.615", + "min": "138.262", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "128.893", + "max": "129.109", + "min": "128.683", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "93.333", + "max": "93.603", + "min": "93.22", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "17.346", + "max": "17.94", + "min": "17.176", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "204.64", + "max": "205.657", + "min": "204.322", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "59.027", + "max": "60.012", + "min": "58.874", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "21.72", + "max": "21.919", + "min": "21.622", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "201.788", + "max": "210.925", + "min": "200.537", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "19.827", + "max": "20.635", + "min": "19.67", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.777", + "max": "62.739", + "min": "48.158", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "141.736", + "max": "142.39", + "min": "141.642", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "24.021", + "max": "24.669", + "min": "23.902", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "29.223", + "max": "29.26", + "min": "29.185", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "14.153", + "max": "30.817", + "min": "12.185", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "293.431", + "max": "293.589", + "min": "293.298", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "34.163", + "max": "35.118", + "min": "33.992", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "27.143", + "max": "36.101", + "min": "26.656", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "99.532", + "max": "99.82", + "min": "99.447", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "169.819", + "max": "170.646", + "min": "169.495", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "66.988", + "max": "67.502", + "min": "66.765", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "249.971", + "max": "291.346", + "min": "243.521", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "135.509", + "max": "135.623", + "min": "135.439", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "259.039", + "max": "293.293", + "min": "254.662", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "137.186", + "max": "137.322", + "min": "137.115", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "391.35", + "max": "391.752", + "min": "390.403", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "41.262", + "max": "41.414", + "min": "41.139", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "90.655", + "max": "91.114", + "min": "90.484", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "124.129", + "max": "124.287", + "min": "124.054", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "170.786", + "max": "170.89", + "min": "170.733", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "91.936", + "max": "92.159", + "min": "91.837", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "149.758", + "max": "150.218", + "min": "149.515", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "308.094", + "max": "317.466", + "min": "287.59", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "100.055", + "max": "100.513", + "min": "99.832", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "107.134", + "max": "107.192", + "min": "107.071", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "9.083", + "max": "9.779", + "min": "8.926", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "145.932", + "max": "146.04", + "min": "145.865", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "34.216", + "max": "35.192", + "min": "34.112", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "23.234", + "max": "23.834", + "min": "22.996", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "11.22", + "max": "11.279", + "min": "11.179", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "0.019", + "max": "0.023", + "min": "0.011", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "32.115", + "max": "33.226", + "min": "31.704", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "54.251", + "max": "56.075", + "min": "54.002", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "26.904", + "max": "27.931", + "min": "26.824", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "71.469", + "max": "71.582", + "min": "71.373", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "23.528", + "max": "23.633", + "min": "23.414", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "20.666", + "max": "23.318", + "min": "20.383", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "29.258", + "max": "29.295", + "min": "29.212", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "20.093", + "max": "20.123", + "min": "20.045", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "19.987", + "max": "20.111", + "min": "19.802", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "48.478", + "max": "50.181", + "min": "48.197", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "7.487", + "max": "10.444", + "min": "6.601", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "32.266", + "max": "48.733", + "min": "17.563", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "22.208", + "max": "22.352", + "min": "22.133", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "39.291", + "max": "39.709", + "min": "39.064", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "47.004", + "max": "48.11", + "min": "46.752", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "40.855", + "max": "41.286", + "min": "40.466", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "19.362", + "max": "30.336", + "min": "18.452", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.528", + "max": "271.858", + "min": "271.444", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "13.428", + "max": "13.621", + "min": "13.326", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "2.822", + "max": "3.234", + "min": "2.663", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "30.106", + "max": "30.174", + "min": "30.045", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "188.788", + "max": "197.623", + "min": "186.587", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "47.613", + "max": "47.918", + "min": "47.434", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "21.228", + "max": "27.023", + "min": "20.655", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "20.949", + "max": "21.27", + "min": "20.824", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "21.361", + "max": "21.485", + "min": "21.25", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "308.626", + "max": "313.663", + "min": "308.288", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "100.204", + "max": "103.884", + "min": "99.775", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "276.172", + "max": "285.782", + "min": "238.453", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "156.255", + "max": "156.347", + "min": "156.146", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "19.858", + "max": "19.984", + "min": "19.774", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "150.631", + "max": "152.455", + "min": "150.343", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "166.576", + "max": "167.957", + "min": "166.389", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "11.586", + "max": "11.749", + "min": "11.444", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "62.302", + "max": "62.55", + "min": "62.102", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "28.651", + "max": "29.956", + "min": "28.208", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "18.426", + "max": "19.473", + "min": "18.234", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "119.385", + "max": "119.416", + "min": "119.348", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "117.043", + "max": "117.095", + "min": "116.991", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "325.725", + "max": "326.216", + "min": "325.559", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.702", + "max": "93.934", + "min": "93.645", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "25.674", + "max": "26.389", + "min": "25.507", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "96.027", + "max": "96.087", + "min": "95.978", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "12.467", + "max": "12.893", + "min": "12.368", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "208.92", + "max": "209.358", + "min": "208.819", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "132.749", + "max": "136.508", + "min": "130.663", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "26.958", + "max": "27.172", + "min": "26.783", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "38.83", + "max": "40.256", + "min": "38.22", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "160.36", + "max": "162.632", + "min": "159.445", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "108.774", + "max": "110.166", + "min": "108.307", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "277.834", + "max": "278.212", + "min": "277.708", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "80.851", + "max": "81.646", + "min": "80.702", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "25.134", + "max": "25.2", + "min": "25.087", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.012", + "max": "24.112", + "min": "23.971", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "35.945", + "max": "36.203", + "min": "35.881", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "103.305", + "max": "107.095", + "min": "102.802", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "103.543", + "max": "103.834", + "min": "103.452", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "49.869", + "max": "51.868", + "min": "48.247", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "172.565", + "max": "173.707", + "min": "172.26", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "103.574", + "max": "105.06", + "min": "102.742", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "65.875", + "max": "66.436", + "min": "65.76", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "122.912", + "max": "123.234", + "min": "122.753", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "37.35", + "max": "39.866", + "min": "37.098", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "204.371", + "max": "206.727", + "min": "197.638", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "195.173", + "max": "195.173", + "min": "195.173", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "26.462", + "max": "40.678", + "min": "25.93", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "17.877", + "max": "17.957", + "min": "17.826", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "125.739", + "max": "127.762", + "min": "125.413", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "47.503", + "max": "59.328", + "min": "39.373", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "27.486", + "max": "28.076", + "min": "27.397", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "160.578", + "max": "164.06", + "min": "160.224", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "107.074", + "max": "111.196", + "min": "106.681", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "117.395", + "max": "117.655", + "min": "117.316", + "id": "190", + "country": "Italy", + "source_name": "Rome", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "191": { + "name": "Cardiff", + "data": { + "0": { + "avg": "219.9", + "max": "232.774", + "min": "218.497", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "242.443", + "max": "247.577", + "min": "241.89", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.212", + "max": "91.563", + "min": "89.801", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "36.178", + "max": "43.678", + "min": "34.982", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "13.38", + "max": "14.057", + "min": "13.034", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "233.81", + "max": "234.484", + "min": "233.503", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "17.658", + "max": "28.162", + "min": "12.723", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.848", + "max": "289.703", + "min": "275.69", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "52.138", + "max": "52.956", + "min": "51.736", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "30.831", + "max": "35.27", + "min": "30.348", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "5.808", + "max": "7.443", + "min": "5.393", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "114.979", + "max": "116.296", + "min": "114.544", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "77.739", + "max": "88.667", + "min": "73.37", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "73.659", + "max": "74.099", + "min": "73.364", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.363", + "max": "111.236", + "min": "109.988", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "82.312", + "max": "86.92", + "min": "81.482", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "34.488", + "max": "35.353", + "min": "34.011", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "95.981", + "max": "102.597", + "min": "95.121", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "15.567", + "max": "16.244", + "min": "15.233", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "32.306", + "max": "43.878", + "min": "31.322", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "270.824", + "max": "271.278", + "min": "270.543", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "91.123", + "max": "92.494", + "min": "90.872", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "140.139", + "max": "142.924", + "min": "139.159", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "143.899", + "max": "144.601", + "min": "143.603", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "38.058", + "max": "38.975", + "min": "37.751", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.502", + "max": "29.795", + "min": "27.084", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "32.095", + "max": "33.038", + "min": "31.746", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "35.132", + "max": "36.864", + "min": "34.807", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "17.848", + "max": "18.288", + "min": "17.576", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "134.115", + "max": "142.638", + "min": "133.534", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "176.428", + "max": "177.381", + "min": "176.136", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "37.237", + "max": "40.352", + "min": "36.794", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "139.537", + "max": "159.083", + "min": "138.498", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "63.19", + "max": "64.042", + "min": "62.793", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "31.221", + "max": "35.643", + "min": "30.632", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "168.589", + "max": "169.152", + "min": "168.203", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "143.849", + "max": "145.143", + "min": "143.489", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "133", + "max": "133.597", + "min": "132.759", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "110.23", + "max": "112.726", + "min": "109.66", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.053", + "max": "83.746", + "min": "81.553", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "147.75", + "max": "149.043", + "min": "147.306", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "15.282", + "max": "19.655", + "min": "14.59", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "51.396", + "max": "52.135", + "min": "51.136", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "40.349", + "max": "45.378", + "min": "39.503", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "218.098", + "max": "218.628", + "min": "217.837", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "37.99", + "max": "44.696", + "min": "36.921", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "44.782", + "max": "48.721", + "min": "44.003", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "164.382", + "max": "165.156", + "min": "164.05", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "241.765", + "max": "242.426", + "min": "241.376", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "124.136", + "max": "124.589", + "min": "123.875", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "82.038", + "max": "82.622", + "min": "81.773", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "141.398", + "max": "141.809", + "min": "141.081", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "67.334", + "max": "82.649", + "min": "52.01", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "100.064", + "max": "100.458", + "min": "99.71", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "148.477", + "max": "168.564", + "min": "144.599", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "273.091", + "max": "273.912", + "min": "272.54", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "39.998", + "max": "43.688", + "min": "38.072", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "291.498", + "max": "292.243", + "min": "291.187", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "49.182", + "max": "50.587", + "min": "48.631", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "20.136", + "max": "20.767", + "min": "19.872", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "69.991", + "max": "73.58", + "min": "69.319", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "68.62", + "max": "113.711", + "min": "66.36", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "198.625", + "max": "275.605", + "min": "185.087", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "326.659", + "max": "328.679", + "min": "326.225", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "52.486", + "max": "53.013", + "min": "52.117", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "41.957", + "max": "47.76", + "min": "41.388", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "75.904", + "max": "84.07", + "min": "74.782", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "53.116", + "max": "62.433", + "min": "52.089", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "205.042", + "max": "206.773", + "min": "204.155", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "116.216", + "max": "125.276", + "min": "113.432", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "256.484", + "max": "257.721", + "min": "256.112", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "143.867", + "max": "144.859", + "min": "143.439", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "151.486", + "max": "154.21", + "min": "151.095", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "95.91", + "max": "96.969", + "min": "95.541", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "43.028", + "max": "43.51", + "min": "42.772", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "11.151", + "max": "11.829", + "min": "10.861", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "90.623", + "max": "91.102", + "min": "90.286", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "137.527", + "max": "138.39", + "min": "137.196", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "92.888", + "max": "107.145", + "min": "91.944", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "88.536", + "max": "89.52", + "min": "88.163", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "147.564", + "max": "148.947", + "min": "147.175", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "91.044", + "max": "92.008", + "min": "90.702", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "337.695", + "max": "341.536", + "min": "334.528", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "152.522", + "max": "154.451", + "min": "152.217", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "140.403", + "max": "140.993", + "min": "140.048", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "67.446", + "max": "68.145", + "min": "67.088", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "14.353", + "max": "16.975", + "min": "13.829", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "105.247", + "max": "105.594", + "min": "104.922", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "96.177", + "max": "96.568", + "min": "95.931", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "10.001", + "max": "11.307", + "min": "9.713", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "101.288", + "max": "103.72", + "min": "100.546", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "141.212", + "max": "142.582", + "min": "140.787", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "29.742", + "max": "30.159", + "min": "29.525", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "274.976", + "max": "275.578", + "min": "274.619", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "79.777", + "max": "81.05", + "min": "79.368", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "103.937", + "max": "104.59", + "min": "103.634", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "152.716", + "max": "153.928", + "min": "152.295", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "131.446", + "max": "138.545", + "min": "130.612", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "145.478", + "max": "145.956", + "min": "145.211", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "88.006", + "max": "92.46", + "min": "87.4", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "106.577", + "max": "118.94", + "min": "104.577", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "145.644", + "max": "150.426", + "min": "145.074", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.123", + "max": "59.64", + "min": "58.873", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.801", + "max": "319.58", + "min": "298.957", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "98.965", + "max": "100.175", + "min": "98.479", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "377.55", + "max": "391.871", + "min": "332.205", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "174.279", + "max": "178.393", + "min": "173.72", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "79.748", + "max": "81.422", + "min": "79.358", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "103.715", + "max": "105.677", + "min": "103.272", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "168.26", + "max": "168.958", + "min": "168.021", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "239.725", + "max": "240.427", + "min": "239.291", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "265.105", + "max": "269.205", + "min": "264.176", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "73.635", + "max": "74.033", + "min": "73.38", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "134.71", + "max": "144.316", + "min": "132.992", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "381.217", + "max": "495.496", + "min": "194.806", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "178.911", + "max": "313.943", + "min": "77.949", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "183.052", + "max": "203.063", + "min": "180.94", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "228.251", + "max": "231.392", + "min": "227.585", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "108.585", + "max": "109.117", + "min": "108.298", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "113.954", + "max": "115.851", + "min": "113.324", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "110.344", + "max": "111.132", + "min": "109.913", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "192.494", + "max": "344.569", + "min": "104.662", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "202.311", + "max": "202.921", + "min": "202.031", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "60.694", + "max": "241.036", + "min": "48.724", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "50.106", + "max": "51.539", + "min": "49.76", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "104.617", + "max": "105.533", + "min": "103.963", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "74.751", + "max": "75.577", + "min": "74.013", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "180.583", + "max": "181.809", + "min": "180.032", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "141.214", + "max": "141.907", + "min": "140.763", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "172.48", + "max": "172.956", + "min": "172.128", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "98.673", + "max": "99.234", + "min": "98.321", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "88.582", + "max": "96.449", + "min": "87.934", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "97.089", + "max": "97.585", + "min": "96.765", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "276.049", + "max": "277.493", + "min": "275.254", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.751", + "max": "137.736", + "min": "121.61", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "69.371", + "max": "72.703", + "min": "68.533", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "126.964", + "max": "139.702", + "min": "121.365", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "123.489", + "max": "126.114", + "min": "122.709", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "103.19", + "max": "104.252", + "min": "102.835", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "75.904", + "max": "86.871", + "min": "71.289", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "35.36", + "max": "37.668", + "min": "34.891", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "297.317", + "max": "300.964", + "min": "296.646", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.275", + "max": "44.151", + "min": "42.948", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "34.52", + "max": "35.814", + "min": "34.19", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "178.548", + "max": "179.802", + "min": "178.064", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "16.844", + "max": "17.505", + "min": "16.544", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "46.649", + "max": "58.959", + "min": "45.69", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "144.598", + "max": "145.413", + "min": "144.224", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "7.044", + "max": "11.856", + "min": "6.572", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "8.153", + "max": "9.769", + "min": "7.858", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "24.318", + "max": "45.488", + "min": "21.188", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.196", + "max": "267.208", + "min": "265.877", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "40.508", + "max": "41.859", + "min": "40.054", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "23.645", + "max": "24.99", + "min": "23.386", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "85.945", + "max": "87.329", + "min": "85.349", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "136.988", + "max": "138.174", + "min": "136.522", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "45.4", + "max": "46.685", + "min": "44.935", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "242.709", + "max": "289.283", + "min": "236.14", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "113.6", + "max": "114.364", + "min": "113.162", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "246.271", + "max": "337.236", + "min": "237.969", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "117.577", + "max": "119.08", + "min": "117.26", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "203.232", + "max": "203.832", + "min": "202.822", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "43.93", + "max": "44.679", + "min": "43.581", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "72.972", + "max": "81.075", + "min": "72.164", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "115.517", + "max": "116.186", + "min": "115.223", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "164.589", + "max": "165.766", + "min": "164.3", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "100.596", + "max": "100.999", + "min": "100.303", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "130.693", + "max": "132.277", + "min": "130.173", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "276.113", + "max": "295.284", + "min": "252.996", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.809", + "max": "77.27", + "min": "76.54", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "85.483", + "max": "86.095", + "min": "85.198", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "19.309", + "max": "22.261", + "min": "18.551", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "271.249", + "max": "271.912", + "min": "270.869", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "15.036", + "max": "18.258", + "min": "14.66", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "31.955", + "max": "43.321", + "min": "25.171", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "36.265", + "max": "44.546", + "min": "32.208", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "32.313", + "max": "34.168", + "min": "31.84", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "0.045", + "max": "0.055", + "min": "0.038", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "65.385", + "max": "70.647", + "min": "64.711", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "53.05", + "max": "53.48", + "min": "52.701", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "69.26", + "max": "71.642", + "min": "68.672", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "57.097", + "max": "57.791", + "min": "56.839", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "15.781", + "max": "20.578", + "min": "14.836", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "16.215", + "max": "20.986", + "min": "14.882", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "10.958", + "max": "11.392", + "min": "10.806", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "30.664", + "max": "31.402", + "min": "30.352", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "81.784", + "max": "91.804", + "min": "77.135", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "40.12", + "max": "63.168", + "min": "38.062", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "59.951", + "max": "114.22", + "min": "26.566", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "5.081", + "max": "5.673", + "min": "4.859", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "71.12", + "max": "71.551", + "min": "70.843", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "35.376", + "max": "36.128", + "min": "35.073", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "44.438", + "max": "45.323", + "min": "43.961", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "14.098", + "max": "39.976", + "min": "12.903", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "279.837", + "max": "287.923", + "min": "278.633", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "27.934", + "max": "28.88", + "min": "27.635", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "34.065", + "max": "34.783", + "min": "33.738", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "33.673", + "max": "34.966", + "min": "33.257", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "171.838", + "max": "178.967", + "min": "169.247", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "62.206", + "max": "63.85", + "min": "61.544", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "13.198", + "max": "14.228", + "min": "12.798", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "13.383", + "max": "15.684", + "min": "12.968", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "11.147", + "max": "12.19", + "min": "10.504", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "291.755", + "max": "293.878", + "min": "291.05", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "77.565", + "max": "84.131", + "min": "76.08", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "218.295", + "max": "238.658", + "min": "211.896", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "150.844", + "max": "151.696", + "min": "150.645", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "19.247", + "max": "28.294", + "min": "14.973", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "141.554", + "max": "153.011", + "min": "140.015", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "144.137", + "max": "144.67", + "min": "143.728", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "42.114", + "max": "42.599", + "min": "41.829", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "66.546", + "max": "67.49", + "min": "66.123", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "8.989", + "max": "10.167", + "min": "8.567", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "15.535", + "max": "16.065", + "min": "15.189", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "94.02", + "max": "95.297", + "min": "93.683", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "105.375", + "max": "106.165", + "min": "105.11", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "271.817", + "max": "340.405", + "min": "269.107", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "75.324", + "max": "75.803", + "min": "74.972", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "29.684", + "max": "30.609", + "min": "29.312", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "74.522", + "max": "75.079", + "min": "74.216", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "31.92", + "max": "32.895", + "min": "31.567", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "204.869", + "max": "341.055", + "min": "199.781", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "116.803", + "max": "121.16", + "min": "114.327", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "26.965", + "max": "27.469", + "min": "26.692", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "47.839", + "max": "67.825", + "min": "41.854", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "142.737", + "max": "155.477", + "min": "140.949", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "101.661", + "max": "102.376", + "min": "100.896", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "252.143", + "max": "252.821", + "min": "251.79", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "90.977", + "max": "91.718", + "min": "90.594", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "52.002", + "max": "52.557", + "min": "51.738", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "19.722", + "max": "26.712", + "min": "15.193", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "63.458", + "max": "66.937", + "min": "62.725", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "85.348", + "max": "87.344", + "min": "84.691", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "84.204", + "max": "84.708", + "min": "83.963", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.949", + "max": "69.943", + "min": "63.964", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "163.117", + "max": "164.367", + "min": "162.552", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "88.094", + "max": "89.646", + "min": "87.093", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "68.587", + "max": "69.704", + "min": "68.079", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "98.66", + "max": "99.309", + "min": "98.288", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "18.388", + "max": "23.066", + "min": "17.926", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "183.25", + "max": "185.09", + "min": "182.75", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "211.235", + "max": "229.86", + "min": "192.61", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "8.895", + "max": "9.621", + "min": "8.558", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "28.806", + "max": "29.071", + "min": "28.573", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "108.552", + "max": "194.483", + "min": "100.185", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "22.23", + "max": "36.928", + "min": "15.336", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "34.282", + "max": "34.914", + "min": "33.891", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "217.384", + "max": "218.437", + "min": "216.956", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "78.891", + "max": "79.797", + "min": "78.458", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "96.996", + "max": "108.162", + "min": "96.211", + "id": "191", + "country": "United Kingdom", + "source_name": "Cardiff", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "192": { + "name": "Limassol", + "data": { + "0": { + "avg": "255.469", + "max": "256.317", + "min": "255.183", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "325.328", + "max": "330.116", + "min": "324.889", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "140.825", + "max": "141.833", + "min": "140.637", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "68.505", + "max": "74.695", + "min": "67.619", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "62.682", + "max": "63.667", + "min": "62.408", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "260.723", + "max": "261.34", + "min": "260.58", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "61.162", + "max": "61.772", + "min": "60.876", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "336.918", + "max": "339.56", + "min": "336.421", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "90.243", + "max": "91.197", + "min": "90.046", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "87.181", + "max": "97.583", + "min": "86.584", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "60.789", + "max": "63.212", + "min": "60.398", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "171.681", + "max": "192.146", + "min": "170.808", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "135.454", + "max": "140.525", + "min": "135.131", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "151.811", + "max": "152.387", + "min": "151.588", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "165.208", + "max": "168.162", + "min": "164.854", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "146.113", + "max": "147.173", + "min": "145.452", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "69.997", + "max": "71.08", + "min": "69.665", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "142.552", + "max": "145.361", + "min": "142.197", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "69.392", + "max": "69.918", + "min": "69.074", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "68.574", + "max": "70.013", + "min": "68.251", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "350.686", + "max": "351.284", + "min": "350.519", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "140.166", + "max": "141.409", + "min": "140", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "188.462", + "max": "189.534", + "min": "188.177", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "215.162", + "max": "216.693", + "min": "214.843", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "92.119", + "max": "97.106", + "min": "91.656", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "69.257", + "max": "73.226", + "min": "68.92", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "44.876", + "max": "47.013", + "min": "44.535", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "76.252", + "max": "79.767", + "min": "75.987", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "53.44", + "max": "53.622", + "min": "53.359", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "193.752", + "max": "194.332", + "min": "193.55", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "203.039", + "max": "203.446", + "min": "202.878", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "73.286", + "max": "73.681", + "min": "73.09", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "187.005", + "max": "187.406", + "min": "186.833", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "82.713", + "max": "82.953", + "min": "82.528", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "62.36", + "max": "73.304", + "min": "61.427", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "212.936", + "max": "214.287", + "min": "212.708", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "194.383", + "max": "194.817", + "min": "194.212", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "192.711", + "max": "193.665", + "min": "192.446", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "161.73", + "max": "163.006", + "min": "161.499", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "139.849", + "max": "142.224", + "min": "139.354", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "207.015", + "max": "211.937", + "min": "206.458", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "71.234", + "max": "78.216", + "min": "70.641", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "91.593", + "max": "92.776", + "min": "91.39", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "77.938", + "max": "78.74", + "min": "77.666", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "191.337", + "max": "191.522", + "min": "191.151", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "74.328", + "max": "75.932", + "min": "73.66", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "80.757", + "max": "81.564", + "min": "80.555", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "217.766", + "max": "218.24", + "min": "217.526", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "293.808", + "max": "295.155", + "min": "293.439", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "178.678", + "max": "184.997", + "min": "178.295", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "133.985", + "max": "136.669", + "min": "133.656", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "211.745", + "max": "212.245", + "min": "211.481", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "108.93", + "max": "118.474", + "min": "99.309", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "171.78", + "max": "172.469", + "min": "171.632", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "167.583", + "max": "174.913", + "min": "164.324", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "319.532", + "max": "320.384", + "min": "319.216", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "83.957", + "max": "86.205", + "min": "82.908", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "361.156", + "max": "362.389", + "min": "360.908", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "96.364", + "max": "100.51", + "min": "95.8", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "63.778", + "max": "64.184", + "min": "63.573", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "108.444", + "max": "110.96", + "min": "107.717", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "102.217", + "max": "139.532", + "min": "98.396", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "213.945", + "max": "304.696", + "min": "204.89", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "351.644", + "max": "358.975", + "min": "351.189", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "94.705", + "max": "99.268", + "min": "94.394", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "81.047", + "max": "85.569", + "min": "80.444", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "128.472", + "max": "131.104", + "min": "128.11", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "104.53", + "max": "104.998", + "min": "104.073", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "277.34", + "max": "277.991", + "min": "276.803", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "163.159", + "max": "163.626", + "min": "163.01", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "271.171", + "max": "273.956", + "min": "270.748", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "192.071", + "max": "193.279", + "min": "191.687", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "198.522", + "max": "201.213", + "min": "198.198", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "158.828", + "max": "160.9", + "min": "158.532", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "114.006", + "max": "114.765", + "min": "113.725", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "62.062", + "max": "62.39", + "min": "61.792", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "145.995", + "max": "147.632", + "min": "145.774", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "197.122", + "max": "198.127", + "min": "196.851", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "146.803", + "max": "151.733", + "min": "146.155", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "153.496", + "max": "154.163", + "min": "153.29", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "198.17", + "max": "199.111", + "min": "197.909", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "141.548", + "max": "142.309", + "min": "141.254", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "246.19", + "max": "258.537", + "min": "243.386", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "196.452", + "max": "197.154", + "min": "196.208", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "177.594", + "max": "178.435", + "min": "177.42", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "112.204", + "max": "113.138", + "min": "111.716", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "57.805", + "max": "60.083", + "min": "57.437", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "155.683", + "max": "155.953", + "min": "155.466", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "156.55", + "max": "157.126", + "min": "156.394", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "69.21", + "max": "75.321", + "min": "68.734", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "157.687", + "max": "160.163", + "min": "157.078", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "208.901", + "max": "210.978", + "min": "208.461", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "68.441", + "max": "71.49", + "min": "68.174", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "341.011", + "max": "347.53", + "min": "340.051", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "147.657", + "max": "154.193", + "min": "147.263", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "164.962", + "max": "165.476", + "min": "164.736", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "211.078", + "max": "211.773", + "min": "210.746", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "207.176", + "max": "215.941", + "min": "206.026", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "201.915", + "max": "202.834", + "min": "201.69", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "131.143", + "max": "132.66", + "min": "130.865", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "188.843", + "max": "189.452", + "min": "188.665", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "198.748", + "max": "201.47", + "min": "198.494", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "89.477", + "max": "91.587", + "min": "89.181", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "364.988", + "max": "370.912", + "min": "363.964", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "163.947", + "max": "167.962", + "min": "163.54", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "380.08", + "max": "398.296", + "min": "327.69", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "245.878", + "max": "248.495", + "min": "245.409", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "124.822", + "max": "125.079", + "min": "124.601", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "156.087", + "max": "156.955", + "min": "155.846", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "166.585", + "max": "169.814", + "min": "165.569", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "274.798", + "max": "275.097", + "min": "274.624", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "322.606", + "max": "322.868", + "min": "322.367", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "125.896", + "max": "126.848", + "min": "125.743", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "172.173", + "max": "174.943", + "min": "171.635", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.023", + "max": "509.096", + "min": "218.829", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "181.922", + "max": "263.05", + "min": "117.919", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "210.074", + "max": "214.11", + "min": "209.526", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "272.814", + "max": "273.712", + "min": "272.494", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "163.098", + "max": "164.215", + "min": "162.774", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "165.92", + "max": "166.305", + "min": "165.634", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "164.822", + "max": "165.472", + "min": "164.495", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "235.901", + "max": "385.75", + "min": "158.972", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "264.158", + "max": "277.815", + "min": "263.385", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "86.59", + "max": "280.793", + "min": "79.104", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "102.604", + "max": "104.029", + "min": "102.342", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "73.6", + "max": "74.91", + "min": "72.941", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "121.126", + "max": "123.31", + "min": "120.897", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "196.981", + "max": "198.496", + "min": "196.713", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "167.399", + "max": "168.009", + "min": "167.139", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "230.838", + "max": "231.223", + "min": "230.663", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "162.061", + "max": "162.996", + "min": "161.844", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "157.12", + "max": "157.468", + "min": "156.889", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "158.199", + "max": "159.091", + "min": "157.937", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "345.368", + "max": "346.678", + "min": "344.842", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "194.558", + "max": "198.162", + "min": "194.283", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "129.366", + "max": "130.309", + "min": "129.08", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "187.349", + "max": "201.909", + "min": "185.891", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "172.255", + "max": "173.435", + "min": "171.976", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "153.565", + "max": "153.718", + "min": "153.401", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "122.035", + "max": "122.602", + "min": "121.819", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "66.685", + "max": "68.86", + "min": "66.454", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "225.891", + "max": "226.734", + "min": "225.357", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "90.988", + "max": "91.191", + "min": "90.839", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "82.142", + "max": "83.074", + "min": "81.995", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "235.961", + "max": "238.678", + "min": "235.438", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "59.013", + "max": "59.322", + "min": "58.735", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "78.223", + "max": "87.184", + "min": "77.543", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "145.154", + "max": "145.702", + "min": "144.938", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "59.935", + "max": "60.911", + "min": "59.675", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "63.209", + "max": "70.965", + "min": "62.764", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "61.506", + "max": "71.316", + "min": "59.149", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "311.597", + "max": "314.457", + "min": "311.3", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "94.478", + "max": "95.788", + "min": "94.258", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "55.13", + "max": "93.909", + "min": "53.573", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "144.725", + "max": "144.948", + "min": "144.593", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "195.852", + "max": "196.155", + "min": "195.527", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "100.085", + "max": "100.744", + "min": "99.921", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "284.144", + "max": "327.166", + "min": "277.324", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "160.955", + "max": "161.21", + "min": "160.743", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "303.606", + "max": "392.951", + "min": "293.868", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "168.383", + "max": "170.162", + "min": "168.074", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "428.152", + "max": "429.034", + "min": "427.522", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "92.901", + "max": "95.665", + "min": "92.476", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "123.783", + "max": "124.056", + "min": "123.571", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "150.041", + "max": "151.288", + "min": "149.802", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "209.32", + "max": "210.774", + "min": "209.095", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "134.742", + "max": "134.95", + "min": "134.596", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "189.398", + "max": "189.914", + "min": "189.131", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "279.242", + "max": "286.318", + "min": "255.67", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "139.088", + "max": "139.822", + "min": "138.942", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "139.578", + "max": "140.484", + "min": "139.331", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "69.994", + "max": "72.699", + "min": "69.644", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "185.81", + "max": "186.167", + "min": "185.69", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "68.286", + "max": "68.919", + "min": "68.092", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "62.52", + "max": "63.515", + "min": "62.102", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "71.14", + "max": "73.557", + "min": "70.812", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "54.262", + "max": "54.629", + "min": "54.075", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "65.031", + "max": "66.046", + "min": "64.564", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "0.029", + "max": "0.089", + "min": "0.022", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "89.765", + "max": "90.343", + "min": "89.602", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "103.607", + "max": "104.803", + "min": "103.396", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "91.05", + "max": "92.009", + "min": "90.857", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "64.102", + "max": "66.431", + "min": "63.636", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "71.754", + "max": "71.987", + "min": "71.581", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "61.893", + "max": "65.911", + "min": "61.463", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "71.79", + "max": "73.537", + "min": "71.455", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "103.168", + "max": "104.61", + "min": "102.805", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "64.143", + "max": "80.22", + "min": "62.556", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "72.768", + "max": "92.334", + "min": "62.287", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "56.028", + "max": "59.3", + "min": "55.771", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "98.955", + "max": "99.846", + "min": "98.659", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "78.542", + "max": "80.349", + "min": "78.196", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "81.831", + "max": "82.351", + "min": "81.341", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "67.572", + "max": "126.228", + "min": "64.554", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "231.477", + "max": "232.842", + "min": "231.269", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "65.463", + "max": "66.436", + "min": "65.245", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "46.72", + "max": "53.941", + "min": "46.194", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "76.281", + "max": "76.596", + "min": "76.14", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "223.66", + "max": "229.53", + "min": "221.682", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "100.751", + "max": "101.407", + "min": "100.588", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "60.824", + "max": "74.002", + "min": "59.963", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "66.732", + "max": "69.107", + "min": "66.15", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "54.464", + "max": "54.895", + "min": "53.973", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "306.309", + "max": "317.195", + "min": "303.748", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "145.698", + "max": "155.351", + "min": "144.743", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "255.486", + "max": "256.417", + "min": "254.717", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "166.547", + "max": "166.757", + "min": "166.297", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "67.991", + "max": "68.179", + "min": "67.829", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "179.138", + "max": "181.939", + "min": "178.709", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "192.936", + "max": "193.287", + "min": "192.591", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "54.829", + "max": "55.235", + "min": "54.561", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "113.363", + "max": "114.02", + "min": "113.142", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "64.495", + "max": "66.288", + "min": "63.83", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "65.669", + "max": "66.185", + "min": "65.466", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "152.787", + "max": "153.774", + "min": "152.548", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "155.087", + "max": "156.794", + "min": "154.918", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "303.052", + "max": "424.178", + "min": "295.193", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "137.112", + "max": "140.624", + "min": "136.829", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "76.498", + "max": "76.67", + "min": "76.288", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "127.94", + "max": "129.062", + "min": "127.784", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "66.194", + "max": "66.917", + "min": "65.944", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "272.163", + "max": "274.115", + "min": "271.881", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "171.047", + "max": "175.819", + "min": "167.807", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "73.941", + "max": "74.651", + "min": "73.763", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "102.787", + "max": "105.506", + "min": "102.148", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "202.935", + "max": "207.946", + "min": "201.589", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "161.695", + "max": "162.601", + "min": "161.133", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "269.954", + "max": "270.094", + "min": "269.755", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "121.451", + "max": "123.869", + "min": "121.15", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "90.865", + "max": "91.12", + "min": "90.697", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "65.094", + "max": "66.574", + "min": "64.897", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "99.133", + "max": "99.874", + "min": "98.88", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "147.378", + "max": "151.188", + "min": "146.678", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "140.731", + "max": "145.026", + "min": "140.439", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "100.785", + "max": "105.469", + "min": "99.332", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "209.907", + "max": "210.702", + "min": "209.494", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "147.61", + "max": "149.897", + "min": "146.57", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "107.677", + "max": "110.763", + "min": "107.364", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "147.782", + "max": "148.206", + "min": "147.547", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "78.34", + "max": "88.849", + "min": "77.803", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "229.616", + "max": "231.755", + "min": "216.937", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "236.626", + "max": "236.626", + "min": "236.626", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "65.313", + "max": "65.522", + "min": "65.166", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "74.423", + "max": "74.514", + "min": "74.309", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "157.136", + "max": "161.472", + "min": "156.783", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "84.548", + "max": "94.913", + "min": "78.055", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "90.946", + "max": "99.727", + "min": "90.439", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "238.764", + "max": "240.282", + "min": "238.444", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "125.768", + "max": "126.596", + "min": "125.393", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "138.886", + "max": "140.616", + "min": "138.511", + "id": "192", + "country": "Cyprus", + "source_name": "Limassol", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "195": { + "name": "Palermo", + "data": { + "0": { + "avg": "217.989", + "max": "218.147", + "min": "217.785", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "306.283", + "max": "308.324", + "min": "305.948", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "135.53", + "max": "135.748", + "min": "135.372", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "53.344", + "max": "61.395", + "min": "52.504", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "41.026", + "max": "42.351", + "min": "40.771", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "299.77", + "max": "300.574", + "min": "299.581", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "44.518", + "max": "45.802", + "min": "44.355", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "323.607", + "max": "335.293", + "min": "321.831", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "69.445", + "max": "70.053", + "min": "69.225", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "69.148", + "max": "77.071", + "min": "68.287", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "51.358", + "max": "51.671", + "min": "51.154", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "154.963", + "max": "157.228", + "min": "154.723", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "120.824", + "max": "121.514", + "min": "120.631", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "119.046", + "max": "120.738", + "min": "118.777", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "138.041", + "max": "141.545", + "min": "137.778", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "119.141", + "max": "119.933", + "min": "118.899", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.146", + "max": "35.438", + "min": "34.874", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "129.507", + "max": "129.659", + "min": "129.406", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "52.922", + "max": "53.174", + "min": "52.741", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "45.03", + "max": "45.329", + "min": "44.869", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "320.93", + "max": "321.297", + "min": "320.816", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "154.963", + "max": "155.208", + "min": "154.808", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "175.631", + "max": "175.803", + "min": "175.445", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "203.017", + "max": "203.987", + "min": "202.693", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "62.697", + "max": "64.084", + "min": "62.422", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "55.057", + "max": "56.09", + "min": "54.883", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "24.341", + "max": "25.553", + "min": "24.088", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "48.424", + "max": "48.767", + "min": "48.184", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "36.79", + "max": "36.948", + "min": "36.628", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "176.656", + "max": "177.681", + "min": "176.385", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "277.685", + "max": "278.9", + "min": "277.559", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "64.089", + "max": "64.447", + "min": "63.945", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "168.768", + "max": "170.551", + "min": "168.443", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "68.788", + "max": "69.198", + "min": "68.666", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "49.45", + "max": "50.38", + "min": "49.13", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "161.866", + "max": "162.573", + "min": "161.591", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "180.622", + "max": "180.77", + "min": "180.526", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "179.174", + "max": "179.444", + "min": "178.839", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "151.655", + "max": "151.879", + "min": "151.517", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "123.864", + "max": "125.475", + "min": "123.561", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "186.567", + "max": "193.386", + "min": "185.599", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "52.58", + "max": "59.191", + "min": "52.013", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "86.56", + "max": "87.418", + "min": "86.342", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "70.252", + "max": "100.227", + "min": "68.731", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "183.787", + "max": "184.022", + "min": "183.668", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "50.371", + "max": "51.268", + "min": "49.892", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "75.16", + "max": "75.573", + "min": "74.942", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "187.684", + "max": "189.213", + "min": "187.498", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "273.643", + "max": "274.553", + "min": "272.282", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "159.819", + "max": "160.157", + "min": "159.679", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "124.773", + "max": "125.399", + "min": "124.597", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "193.694", + "max": "197.996", + "min": "193.199", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "67.266", + "max": "82.384", + "min": "57.325", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "159.855", + "max": "160.599", + "min": "159.653", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "296.325", + "max": "317.623", + "min": "291.129", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "298.878", + "max": "299.371", + "min": "298.671", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "61.409", + "max": "65.585", + "min": "60.929", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "330.76", + "max": "331.748", + "min": "330.525", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.764", + "max": "63.014", + "min": "58.376", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "42.922", + "max": "43.529", + "min": "42.72", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "65.823", + "max": "71.037", + "min": "65.254", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "85.255", + "max": "138.924", + "min": "82.991", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "167.531", + "max": "185.693", + "min": "165.032", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "372.387", + "max": "377.267", + "min": "371.892", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "38.048", + "max": "39.14", + "min": "37.792", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "58.031", + "max": "58.416", + "min": "57.84", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "117.7", + "max": "117.962", + "min": "117.554", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "73.586", + "max": "82.955", + "min": "72.471", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "260.905", + "max": "262.653", + "min": "260.307", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "161.795", + "max": "162.423", + "min": "161.613", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "285.14", + "max": "286.658", + "min": "284.83", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "187.187", + "max": "190.682", + "min": "186.469", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "182.977", + "max": "274.172", + "min": "179.361", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "135.202", + "max": "135.74", + "min": "135.019", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "88.18", + "max": "88.768", + "min": "87.96", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "48.226", + "max": "50.725", + "min": "47.913", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "125.597", + "max": "125.863", + "min": "125.43", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "190.26", + "max": "192.982", + "min": "190", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "134.261", + "max": "144.871", + "min": "133.483", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "127.204", + "max": "128.37", + "min": "127.007", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "195.946", + "max": "200.988", + "min": "195.39", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "130.4", + "max": "131.571", + "min": "130.12", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "226.92", + "max": "227.335", + "min": "226.781", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "174.066", + "max": "174.603", + "min": "173.804", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "170.174", + "max": "170.452", + "min": "169.988", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "63.144", + "max": "64.428", + "min": "62.828", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "54.192", + "max": "54.637", + "min": "53.908", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "154.326", + "max": "154.695", + "min": "154.089", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "137.123", + "max": "138.3", + "min": "136.911", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "53.128", + "max": "61.803", + "min": "51.595", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "146.511", + "max": "148.795", + "min": "145.738", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "188.85", + "max": "189.258", + "min": "188.603", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "62.155", + "max": "62.857", + "min": "62.041", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "338.998", + "max": "340.964", + "min": "338.712", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "122.8", + "max": "128.245", + "min": "122.295", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "145.128", + "max": "146.142", + "min": "144.867", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "200.488", + "max": "203.457", + "min": "199.971", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "172.788", + "max": "195.925", + "min": "171.005", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "188.264", + "max": "188.655", + "min": "188.068", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "138.805", + "max": "140.368", + "min": "138.528", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "143.737", + "max": "146.638", + "min": "143.511", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "194.882", + "max": "195.063", + "min": "194.651", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "71.911", + "max": "82.445", + "min": "71.293", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "350.4", + "max": "354.696", + "min": "349.722", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "139.924", + "max": "141.016", + "min": "139.643", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "369.192", + "max": "376.428", + "min": "342.902", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "216.081", + "max": "220.645", + "min": "215.688", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "124.498", + "max": "125.912", + "min": "124.218", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "126.103", + "max": "126.375", + "min": "125.973", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "165.344", + "max": "167", + "min": "165.161", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.582", + "max": "258.896", + "min": "258.483", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "298.969", + "max": "299.112", + "min": "298.865", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "119.891", + "max": "120.28", + "min": "119.797", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "144.052", + "max": "145.045", + "min": "143.791", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "370.475", + "max": "494.2", + "min": "203.382", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "164.523", + "max": "244.318", + "min": "89.25", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "165.711", + "max": "166.499", + "min": "165.318", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "258.864", + "max": "259.299", + "min": "258.567", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "161.336", + "max": "163.297", + "min": "160.998", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "144.879", + "max": "146.581", + "min": "144.424", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "170.078", + "max": "170.999", + "min": "169.838", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "215.136", + "max": "370.016", + "min": "138.718", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "216.179", + "max": "216.303", + "min": "216.062", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "79.465", + "max": "254.921", + "min": "71.16", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "68.574", + "max": "68.693", + "min": "68.446", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "57.014", + "max": "58.34", + "min": "56.448", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "115.187", + "max": "115.678", + "min": "114.867", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "156.568", + "max": "156.887", + "min": "156.334", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "101.04", + "max": "103.297", + "min": "100.645", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "231.52", + "max": "232.033", + "min": "231.384", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "140.133", + "max": "140.475", + "min": "139.945", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "144.56", + "max": "144.909", + "min": "144.326", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "162.725", + "max": "170.306", + "min": "162.176", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "336.9", + "max": "341.009", + "min": "336.107", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "162.417", + "max": "162.568", + "min": "162.288", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "121.281", + "max": "121.536", + "min": "121.113", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "176.577", + "max": "202.586", + "min": "174.955", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "161.089", + "max": "161.309", + "min": "160.869", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "146.893", + "max": "147.264", + "min": "146.803", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "119.514", + "max": "119.742", + "min": "119.333", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "53.582", + "max": "53.782", + "min": "53.395", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "192.894", + "max": "193.482", + "min": "192.491", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "78.254", + "max": "81.58", + "min": "77.893", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "60.091", + "max": "60.393", + "min": "59.911", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "229.667", + "max": "236.713", + "min": "228.865", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "42.689", + "max": "52.369", + "min": "41.256", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "31.299", + "max": "45.24", + "min": "30.639", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "183.362", + "max": "183.536", + "min": "183.226", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "45.566", + "max": "48.983", + "min": "45.304", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "52.393", + "max": "52.524", + "min": "52.272", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "35.644", + "max": "45.384", + "min": "34.063", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "305.913", + "max": "306.179", + "min": "305.721", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "68.907", + "max": "70.258", + "min": "68.389", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "41.205", + "max": "45.569", + "min": "40.792", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "124.631", + "max": "125.462", + "min": "124.466", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "214.092", + "max": "214.65", + "min": "213.845", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "83.495", + "max": "84.496", + "min": "83.093", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "173.152", + "max": "220.858", + "min": "164.168", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "174.6", + "max": "175.943", + "min": "174.354", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "151.752", + "max": "154.822", + "min": "151.351", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "418.164", + "max": "429.041", + "min": "415.758", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "63.454", + "max": "63.861", + "min": "63.34", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "118.417", + "max": "118.618", + "min": "118.292", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "131.168", + "max": "132.553", + "min": "130.961", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "195.711", + "max": "195.891", + "min": "195.577", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "119.839", + "max": "120.248", + "min": "119.666", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "184.256", + "max": "201.543", + "min": "183.12", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "327.935", + "max": "336.064", + "min": "308.165", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "120.795", + "max": "123.663", + "min": "120.497", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "129.55", + "max": "132.861", + "min": "129.222", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "26.115", + "max": "29.874", + "min": "25.729", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "294.444", + "max": "294.849", + "min": "294.284", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "51.967", + "max": "52.601", + "min": "51.783", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "44.068", + "max": "55.422", + "min": "43.458", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "31.857", + "max": "46.647", + "min": "31.243", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "23.589", + "max": "23.712", + "min": "23.494", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "57.017", + "max": "57.541", + "min": "56.788", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "91.333", + "max": "96.616", + "min": "90.881", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "35.778", + "max": "36.226", + "min": "35.632", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "96.032", + "max": "100.193", + "min": "95.65", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "0.054", + "max": "0.099", + "min": "0.023", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "41.928", + "max": "43.232", + "min": "41.686", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "51.887", + "max": "52.01", + "min": "51.758", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "40.722", + "max": "41.363", + "min": "40.528", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "60.017", + "max": "60.369", + "min": "59.82", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "52.7", + "max": "64.631", + "min": "51.947", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "39.37", + "max": "42.006", + "min": "38.313", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "76.305", + "max": "143.206", + "min": "48.736", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "59.168", + "max": "60.024", + "min": "59.049", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "79.75", + "max": "80.573", + "min": "79.419", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "68.779", + "max": "85.73", + "min": "67.984", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "65.487", + "max": "65.934", + "min": "65.139", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "44.115", + "max": "46.172", + "min": "43.783", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "325.876", + "max": "326.51", + "min": "325.668", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "53.903", + "max": "54.076", + "min": "53.786", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "27.583", + "max": "29.002", + "min": "27.312", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "64.523", + "max": "64.635", + "min": "64.401", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "200.474", + "max": "208.047", + "min": "198.925", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "74.263", + "max": "74.568", + "min": "74.055", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "41.991", + "max": "42.779", + "min": "41.809", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "45.106", + "max": "45.317", + "min": "44.958", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "39.453", + "max": "40.047", + "min": "39.217", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "341.622", + "max": "355.113", + "min": "339.065", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "138.353", + "max": "142.015", + "min": "137.587", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "239.991", + "max": "240.2", + "min": "239.859", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "192.267", + "max": "195.829", + "min": "191.772", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "45.712", + "max": "46.14", + "min": "45.54", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "182.95", + "max": "184.304", + "min": "182.738", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "194.342", + "max": "196.85", + "min": "193.887", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "46.985", + "max": "47.463", + "min": "46.798", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "42.672", + "max": "44.29", + "min": "42.228", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "51.015", + "max": "52.942", + "min": "50.514", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "41.481", + "max": "42.798", + "min": "41.204", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "135.489", + "max": "135.608", + "min": "135.374", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "140.549", + "max": "141.226", + "min": "140.389", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "350.673", + "max": "351.417", + "min": "350.454", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "113.863", + "max": "114.099", + "min": "113.728", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "60.655", + "max": "61.077", + "min": "60.467", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "121.576", + "max": "121.832", + "min": "121.48", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "64.707", + "max": "71.508", + "min": "64.363", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "233.928", + "max": "235.16", + "min": "233.642", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "165.915", + "max": "179.979", + "min": "162.848", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "47.613", + "max": "48.988", + "min": "47.413", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "19.93", + "max": "21.326", + "min": "19.148", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "178.682", + "max": "182.657", + "min": "177.672", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "135.64", + "max": "136.491", + "min": "135.168", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "272.734", + "max": "272.95", + "min": "272.499", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "65.642", + "max": "68.172", + "min": "65.379", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "76.401", + "max": "76.767", + "min": "76.258", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "42.822", + "max": "43.03", + "min": "42.737", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "12.963", + "max": "21.119", + "min": "12.393", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "129.971", + "max": "131.21", + "min": "129.637", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "123.944", + "max": "124.276", + "min": "123.803", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.66", + "max": "72.065", + "min": "67.067", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "214.02", + "max": "215.222", + "min": "212.913", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "124.706", + "max": "126.135", + "min": "123.493", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "84.172", + "max": "84.776", + "min": "83.982", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "153.176", + "max": "155.965", + "min": "152.926", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "56.25", + "max": "56.74", + "min": "56.094", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "245.416", + "max": "247.04", + "min": "243.868", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "231.92", + "max": "231.92", + "min": "231.92", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "47.648", + "max": "47.868", + "min": "47.539", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "37.802", + "max": "38.121", + "min": "37.638", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "145.098", + "max": "149.03", + "min": "144.7", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "60.493", + "max": "72.721", + "min": "53.175", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "63.594", + "max": "64.851", + "min": "63.326", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "213.079", + "max": "218.423", + "min": "212.493", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "65.481", + "max": "66.141", + "min": "65.242", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "139.726", + "max": "147.535", + "min": "139.314", + "id": "195", + "country": "Italy", + "source_name": "Palermo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "196": { + "name": "Dronten", + "data": { + "0": { + "avg": "246.707", + "max": "250.779", + "min": "246.273", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "266.798", + "max": "267.784", + "min": "266.026", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.088", + "max": "93.459", + "min": "89.789", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "25.563", + "max": "32.531", + "min": "24.727", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "11.847", + "max": "13.383", + "min": "11.573", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "241.305", + "max": "243.098", + "min": "240.331", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "3.158", + "max": "7.333", + "min": "2.643", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "270.346", + "max": "284.523", + "min": "268.842", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "54.439", + "max": "56.112", + "min": "54.117", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "22.652", + "max": "27.397", + "min": "21.892", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "7.691", + "max": "15.239", + "min": "6.906", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "113.972", + "max": "134.89", + "min": "113.09", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "78.714", + "max": "81.508", + "min": "78.339", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "81.05", + "max": "97.677", + "min": "80.14", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "116.828", + "max": "121.62", + "min": "116.44", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "81.808", + "max": "83.797", + "min": "80.946", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "30.588", + "max": "32.652", + "min": "30.19", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "102.941", + "max": "113.767", + "min": "101.366", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "19.359", + "max": "24.392", + "min": "18.647", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "20.487", + "max": "22.741", + "min": "20.154", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "280.93", + "max": "285.209", + "min": "280.396", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "100.856", + "max": "102.85", + "min": "100.441", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "149.669", + "max": "151.496", + "min": "149.322", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "158.99", + "max": "164.317", + "min": "158.334", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "26.552", + "max": "27.029", + "min": "26.296", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "14.182", + "max": "23.252", + "min": "13.459", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.697", + "max": "22.456", + "min": "20.222", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "27.794", + "max": "30.41", + "min": "27.436", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "19.911", + "max": "21.747", + "min": "19.681", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "138.419", + "max": "140.335", + "min": "137.865", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "160.007", + "max": "166.541", + "min": "159.537", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "29.726", + "max": "31.784", + "min": "29.441", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "139.129", + "max": "141.134", + "min": "138.86", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "40.717", + "max": "41.814", + "min": "40.473", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "13.887", + "max": "17.543", + "min": "13.263", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.591", + "max": "165.326", + "min": "163.177", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "150.551", + "max": "151.58", + "min": "149.523", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "141.075", + "max": "142.682", + "min": "140.79", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.036", + "max": "110.234", + "min": "107.661", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.469", + "max": "87.55", + "min": "81.906", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "149.78", + "max": "153.519", + "min": "149.219", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "11.544", + "max": "18.401", + "min": "10.585", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "45.453", + "max": "48.507", + "min": "44.865", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "26.542", + "max": "32.899", + "min": "26.108", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "137.97", + "max": "138.628", + "min": "137.794", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "31.645", + "max": "36.207", + "min": "31.045", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "40.171", + "max": "43.963", + "min": "39.714", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "163.823", + "max": "165.268", + "min": "163.496", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "227.298", + "max": "231.993", + "min": "226.681", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "125.518", + "max": "128.613", + "min": "125.282", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "87.36", + "max": "90.763", + "min": "86.608", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "150.349", + "max": "151.388", + "min": "149.773", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "10.927", + "max": "20.427", + "min": "6.806", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "109.144", + "max": "110.567", + "min": "108.813", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "132.599", + "max": "137.578", + "min": "129.463", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "178.173", + "max": "179.713", + "min": "177.757", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.984", + "max": "44.069", + "min": "37.839", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "301.209", + "max": "302.414", + "min": "301.011", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "25.377", + "max": "32.42", + "min": "24.567", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "14.391", + "max": "14.98", + "min": "14.197", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "58.286", + "max": "61.231", + "min": "57.601", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.461", + "max": "125.209", + "min": "67.159", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "191.765", + "max": "302.866", + "min": "182.578", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "348.809", + "max": "348.846", + "min": "348.742", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "46.291", + "max": "48.394", + "min": "45.989", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "37.583", + "max": "39.62", + "min": "37.28", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "84.24", + "max": "86.509", + "min": "83.898", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "57.126", + "max": "60.46", + "min": "56.568", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "208.647", + "max": "210.283", + "min": "207.953", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "122.845", + "max": "124.976", + "min": "122.574", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "200.604", + "max": "207.194", + "min": "199.927", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "144.919", + "max": "146.623", + "min": "144.525", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "157.202", + "max": "158.362", + "min": "156.946", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "99.646", + "max": "100.467", + "min": "99.529", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "56.505", + "max": "59.604", + "min": "56.055", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "12.62", + "max": "15.02", + "min": "12.115", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "100.571", + "max": "102.223", + "min": "100.213", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "141.543", + "max": "146.729", + "min": "140.808", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "100.194", + "max": "102.694", + "min": "99.72", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "94.657", + "max": "97.345", + "min": "93.956", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "134.814", + "max": "148.761", + "min": "133.877", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "93.599", + "max": "96.593", + "min": "93.099", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "181.84", + "max": "185.788", + "min": "181.423", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "151.474", + "max": "153.075", + "min": "151.153", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "120.49", + "max": "122.478", + "min": "120.284", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "60.671", + "max": "62.586", + "min": "60.264", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.436", + "max": "22.546", + "min": "19.005", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "107.128", + "max": "109.025", + "min": "106.941", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "107.571", + "max": "109.468", + "min": "107.218", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.586", + "max": "22.591", + "min": "13.951", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "104.962", + "max": "106.896", + "min": "104.128", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "144.329", + "max": "148.98", + "min": "143.755", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "27.606", + "max": "29.501", + "min": "27.34", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "293.884", + "max": "295.855", + "min": "293.536", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "93.938", + "max": "95.938", + "min": "93.355", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "107.347", + "max": "108.752", + "min": "107.001", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "156.857", + "max": "157.442", + "min": "156.562", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "146.113", + "max": "171.959", + "min": "144.544", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "139.978", + "max": "144.351", + "min": "139.585", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "101.881", + "max": "102.664", + "min": "101.648", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "101.533", + "max": "103.717", + "min": "101.27", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "148.092", + "max": "149.226", + "min": "147.773", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "40.748", + "max": "43.569", + "min": "40.401", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "314.981", + "max": "321.654", + "min": "313.646", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "100.695", + "max": "106.384", + "min": "100.282", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "324.952", + "max": "340.551", + "min": "286.82", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "201.077", + "max": "203.024", + "min": "200.814", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "81.611", + "max": "86.137", + "min": "81.056", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "108.481", + "max": "110.168", + "min": "108.143", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "133.96", + "max": "137.268", + "min": "133.657", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "296.6", + "max": "298.261", + "min": "296.224", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "258.279", + "max": "260.217", + "min": "257.977", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "73.801", + "max": "76.901", + "min": "73.373", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "134.278", + "max": "137.061", + "min": "133.567", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "380.657", + "max": "498.07", + "min": "191.353", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "160.685", + "max": "260.182", + "min": "58.146", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "154.801", + "max": "161.42", + "min": "153.819", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "199.779", + "max": "201.718", + "min": "199.314", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "116.788", + "max": "118.769", + "min": "116.556", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "118.285", + "max": "120.051", + "min": "117.832", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "114.622", + "max": "118.812", + "min": "114.009", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "180.927", + "max": "330.207", + "min": "99.648", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "191.217", + "max": "195.412", + "min": "190.9", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "38.41", + "max": "211.403", + "min": "29.989", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "29.467", + "max": "31.28", + "min": "29.316", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "28.204", + "max": "29.203", + "min": "27.464", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "76.162", + "max": "77.559", + "min": "75.904", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "160.975", + "max": "162.137", + "min": "160.552", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "109.667", + "max": "111.899", + "min": "109.22", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "187.108", + "max": "189.119", + "min": "186.878", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "108.226", + "max": "113.027", + "min": "107.526", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "98.045", + "max": "98.917", + "min": "97.716", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "101.051", + "max": "102.911", + "min": "100.534", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "287.34", + "max": "290.361", + "min": "286.555", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "122.025", + "max": "123.988", + "min": "121.577", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.163", + "max": "76.071", + "min": "72.789", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "126.043", + "max": "144.167", + "min": "123.647", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "111.59", + "max": "112.454", + "min": "111.335", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "111.462", + "max": "113.403", + "min": "111.113", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "75.997", + "max": "79.586", + "min": "75.436", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "25.248", + "max": "27.593", + "min": "24.847", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "187.393", + "max": "193.231", + "min": "186.601", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "42.717", + "max": "48.1", + "min": "42.206", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "24.63", + "max": "26.314", + "min": "24.286", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "181.554", + "max": "195.404", + "min": "180.69", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "6", + "max": "9.864", + "min": "5.603", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "46.042", + "max": "47.01", + "min": "45.799", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "131.632", + "max": "134.361", + "min": "131.424", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "10.226", + "max": "11.558", + "min": "10.022", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "12.367", + "max": "19.904", + "min": "11.921", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "12.431", + "max": "19.721", + "min": "11.126", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "238.206", + "max": "242.781", + "min": "237.843", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "33.713", + "max": "37.919", + "min": "33.079", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.441", + "max": "21.749", + "min": "17.025", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "94.171", + "max": "95.878", + "min": "93.88", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "140.209", + "max": "143.402", + "min": "139.674", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "38.161", + "max": "41.104", + "min": "37.76", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "252.236", + "max": "289.161", + "min": "244.531", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "122.058", + "max": "126.632", + "min": "121.454", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "251.838", + "max": "342.751", + "min": "243.977", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "125.717", + "max": "128.784", + "min": "125.401", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "378.16", + "max": "378.98", + "min": "377.927", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "31.366", + "max": "33.305", + "min": "30.834", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "75.361", + "max": "76.628", + "min": "74.952", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "119.858", + "max": "124.299", + "min": "119.097", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.948", + "max": "184.931", + "min": "182.677", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "89.943", + "max": "93.041", + "min": "89.635", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "136.015", + "max": "137.629", + "min": "135.734", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "239.774", + "max": "245.739", + "min": "217.712", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "84.725", + "max": "86.136", + "min": "84.464", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "99.982", + "max": "106.149", + "min": "99.436", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "17.453", + "max": "20.185", + "min": "16.98", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "138.509", + "max": "141.283", + "min": "138.077", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "16.551", + "max": "19.582", + "min": "16.256", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "26.25", + "max": "34.326", + "min": "25.472", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "28.787", + "max": "30.303", + "min": "28.485", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "20.686", + "max": "22.33", + "min": "20.455", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.315", + "max": "17.125", + "min": "14.906", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "64.303", + "max": "69.795", + "min": "63.606", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "45.735", + "max": "55.768", + "min": "45.134", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "60.315", + "max": "64.595", + "min": "59.839", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "45.108", + "max": "47.934", + "min": "44.782", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "0.038", + "max": "0.104", + "min": "0.021", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "5.935", + "max": "10.776", + "min": "5.416", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "3.727", + "max": "5.237", + "min": "3.423", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "18.013", + "max": "27.052", + "min": "17.268", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "68.298", + "max": "72.299", + "min": "67.54", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "32.456", + "max": "59.224", + "min": "29.838", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "33.414", + "max": "77.652", + "min": "11.879", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "7.23", + "max": "10.056", + "min": "7.029", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "72.105", + "max": "73.001", + "min": "71.839", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "35.959", + "max": "58.619", + "min": "34.208", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "35.345", + "max": "37.932", + "min": "34.678", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "6.312", + "max": "22.033", + "min": "5.057", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "276.125", + "max": "278.827", + "min": "275.746", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "19.274", + "max": "20.106", + "min": "19.077", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.591", + "max": "50.418", + "min": "42.763", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "28.484", + "max": "30.531", + "min": "28.249", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "170.283", + "max": "178.215", + "min": "168.211", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "52.93", + "max": "53.523", + "min": "52.789", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "5.091", + "max": "14.764", + "min": "4.399", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "4.57", + "max": "6.47", + "min": "4.215", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "2.07", + "max": "4.716", + "min": "1.689", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "297.304", + "max": "303.81", + "min": "296.423", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "86.415", + "max": "96.601", + "min": "84.655", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "214.942", + "max": "226.139", + "min": "211.615", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "151.008", + "max": "151.89", + "min": "150.824", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "6.275", + "max": "7.77", + "min": "6.001", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "131.259", + "max": "137.816", + "min": "130.715", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "149.764", + "max": "154.268", + "min": "149.119", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "34.143", + "max": "40.042", + "min": "33.579", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "56.378", + "max": "59.318", + "min": "56.056", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "13.675", + "max": "16.311", + "min": "13.035", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "4.85", + "max": "6.321", + "min": "4.449", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "102.67", + "max": "103.811", + "min": "102.466", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "115.523", + "max": "117.399", + "min": "115.249", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "250.866", + "max": "252.618", + "min": "250.405", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "81.311", + "max": "83.748", + "min": "81.088", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.282", + "max": "25.338", + "min": "22.95", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "79.419", + "max": "80.316", + "min": "79.191", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "17.647", + "max": "20.303", + "min": "17.263", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "204.239", + "max": "209.079", + "min": "203.433", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "119.611", + "max": "125.298", + "min": "116.58", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "29.046", + "max": "31.287", + "min": "28.694", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "41.729", + "max": "49.094", + "min": "40.107", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "171.21", + "max": "180.099", + "min": "169.477", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "235.999", + "max": "237.552", + "min": "235.65", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "208.378", + "max": "209.531", + "min": "208.169", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "79.14", + "max": "79.976", + "min": "78.893", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "41.335", + "max": "42.825", + "min": "41.027", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "13.374", + "max": "18.348", + "min": "12.835", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "55.023", + "max": "57.932", + "min": "54.749", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "86.363", + "max": "90.42", + "min": "85.586", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "88.866", + "max": "89.875", + "min": "88.594", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.362", + "max": "67.763", + "min": "63.548", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "169.806", + "max": "170.77", + "min": "169.367", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "101.699", + "max": "104.067", + "min": "100.755", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "62.06", + "max": "65.405", + "min": "61.379", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.163", + "max": "110.708", + "min": "104.371", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "21.636", + "max": "24.169", + "min": "21.288", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "177.381", + "max": "179.463", + "min": "177.034", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "182.861", + "max": "182.861", + "min": "182.861", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "18.603", + "max": "21.98", + "min": "18.307", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "12.007", + "max": "12.604", + "min": "11.907", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "121.891", + "max": "142.264", + "min": "120.551", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "33.657", + "max": "45.999", + "min": "25.737", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.142", + "max": "33.37", + "min": "27.343", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "188.181", + "max": "189.726", + "min": "187.827", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "89.646", + "max": "90.657", + "min": "89.27", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "100.699", + "max": "107.828", + "min": "100.234", + "id": "196", + "country": "Netherlands", + "source_name": "Dronten", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "197": { + "name": "Groningen", + "data": { + "0": { + "avg": "222.206", + "max": "225.743", + "min": "221.876", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "287.431", + "max": "292.84", + "min": "287.048", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "97.416", + "max": "97.527", + "min": "97.324", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "26.503", + "max": "32.527", + "min": "25.598", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "14.906", + "max": "15.322", + "min": "14.73", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "244.901", + "max": "245.095", + "min": "244.763", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "5.206", + "max": "6.946", + "min": "4.985", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "274.061", + "max": "279.034", + "min": "273.388", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.403", + "max": "43.638", + "min": "43.211", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "26.539", + "max": "30.777", + "min": "26.08", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "9.098", + "max": "9.422", + "min": "8.909", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "129.746", + "max": "132.25", + "min": "129.516", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "86.749", + "max": "87.074", + "min": "86.659", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "89.393", + "max": "99.483", + "min": "88.831", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "110.072", + "max": "114.35", + "min": "109.827", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "96.211", + "max": "96.907", + "min": "95.989", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "39.883", + "max": "40.153", + "min": "39.648", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.138", + "max": "96.329", + "min": "96.027", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "28.862", + "max": "29.135", + "min": "28.696", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "25.708", + "max": "25.812", + "min": "25.611", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.472", + "max": "291.642", + "min": "289.303", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "96.437", + "max": "96.68", + "min": "96.341", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "158.188", + "max": "158.299", + "min": "158.077", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "142.055", + "max": "142.733", + "min": "141.878", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.403", + "max": "34.718", + "min": "34.302", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "15.674", + "max": "16.013", + "min": "15.534", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "29.652", + "max": "32.271", + "min": "29.349", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "32.658", + "max": "33.103", + "min": "32.556", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "16.757", + "max": "16.953", + "min": "16.646", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "148.808", + "max": "149.659", + "min": "148.613", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "167.563", + "max": "167.731", + "min": "167.403", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "36.8", + "max": "37.609", + "min": "36.607", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "146.517", + "max": "147.254", + "min": "146.354", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "46.087", + "max": "46.448", + "min": "45.943", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "26.549", + "max": "27.885", + "min": "26.256", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "174.238", + "max": "175.048", + "min": "174.095", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "145.02", + "max": "145.09", + "min": "144.939", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "144.445", + "max": "144.572", + "min": "144.361", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "120.36", + "max": "120.776", + "min": "120.21", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "100.239", + "max": "101.007", + "min": "100.04", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "151.936", + "max": "155.257", + "min": "151.367", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "15.629", + "max": "17.899", + "min": "15.265", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "48.413", + "max": "48.682", + "min": "48.274", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "29.947", + "max": "33.424", + "min": "29.752", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "157.34", + "max": "157.489", + "min": "157.256", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.819", + "max": "36.523", + "min": "35.485", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "30.4", + "max": "30.686", + "min": "30.26", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "172.239", + "max": "172.671", + "min": "172.081", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "230.733", + "max": "231.305", + "min": "230.557", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "129.407", + "max": "129.494", + "min": "129.331", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "89.749", + "max": "89.881", + "min": "89.593", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "146.623", + "max": "146.797", + "min": "146.379", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "30.021", + "max": "44.854", + "min": "17.459", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "105.58", + "max": "105.656", + "min": "105.475", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "185.731", + "max": "192.591", + "min": "183.058", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "178.801", + "max": "180.165", + "min": "178.494", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "46.526", + "max": "50.376", + "min": "45.045", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "315.413", + "max": "315.472", + "min": "315.338", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "58.103", + "max": "60.421", + "min": "57.57", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "10.631", + "max": "10.712", + "min": "10.525", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60.097", + "max": "61.472", + "min": "59.455", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.817", + "max": "104.643", + "min": "66.829", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "181.486", + "max": "205.553", + "min": "178.667", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "316.87", + "max": "317.158", + "min": "316.78", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "50.845", + "max": "51.912", + "min": "50.669", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "37.135", + "max": "41.43", + "min": "36.865", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "85.015", + "max": "85.183", + "min": "84.879", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "56.248", + "max": "56.585", + "min": "55.928", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "213.007", + "max": "217.723", + "min": "212.091", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "125.772", + "max": "126.997", + "min": "125.575", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "202.314", + "max": "202.905", + "min": "202.148", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "144.846", + "max": "145.767", + "min": "144.603", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "146.768", + "max": "151.297", + "min": "146.49", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.981", + "max": "114.063", + "min": "113.891", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "52.758", + "max": "54.275", + "min": "52.491", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "21.831", + "max": "22.21", + "min": "21.643", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "102.055", + "max": "102.192", + "min": "101.889", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "143.482", + "max": "144.052", + "min": "143.321", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "98.129", + "max": "98.751", + "min": "97.89", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "99.874", + "max": "100.429", + "min": "99.793", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "151.01", + "max": "151.181", + "min": "150.839", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "105.358", + "max": "105.995", + "min": "105.119", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "235.454", + "max": "240.778", + "min": "234.866", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "149.616", + "max": "150.544", + "min": "149.457", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "128.073", + "max": "128.16", + "min": "127.948", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "64.984", + "max": "66.936", + "min": "64.681", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.866", + "max": "23.078", + "min": "19.49", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "117.16", + "max": "117.296", + "min": "117.017", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "109.392", + "max": "109.636", + "min": "109.264", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.209", + "max": "14.493", + "min": "14.056", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "128.98", + "max": "131.218", + "min": "128.459", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "154.809", + "max": "155.17", + "min": "154.682", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "37.332", + "max": "37.411", + "min": "37.264", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "292.673", + "max": "292.868", + "min": "292.497", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "102.966", + "max": "103.126", + "min": "102.851", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "128.878", + "max": "131.161", + "min": "128.575", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "163.605", + "max": "163.802", + "min": "163.305", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "145.274", + "max": "169.663", + "min": "143.95", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.933", + "max": "154.129", + "min": "153.827", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "100.606", + "max": "102.498", + "min": "100.305", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "116.488", + "max": "116.69", + "min": "116.354", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "168.745", + "max": "168.927", + "min": "168.564", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "51.643", + "max": "52.265", + "min": "51.457", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "309.531", + "max": "317.199", + "min": "308.627", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "120.366", + "max": "120.72", + "min": "120.179", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "332.881", + "max": "341.199", + "min": "302.849", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "168.244", + "max": "171.184", + "min": "168.03", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "87.268", + "max": "87.507", + "min": "87.107", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "108.915", + "max": "109.278", + "min": "108.806", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "149.419", + "max": "149.75", + "min": "149.292", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "254.434", + "max": "255.315", + "min": "254.266", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "278.874", + "max": "278.984", + "min": "278.784", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "94.075", + "max": "97.661", + "min": "93.885", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "135.88", + "max": "175.596", + "min": "134.095", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "378.571", + "max": "488.607", + "min": "183.778", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "154.335", + "max": "278.734", + "min": "75.621", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "173.666", + "max": "174.518", + "min": "173.41", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "238.397", + "max": "239.799", + "min": "238.173", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "124.492", + "max": "124.622", + "min": "124.32", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "114.925", + "max": "116.226", + "min": "114.656", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "124.141", + "max": "124.473", + "min": "123.897", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "210.679", + "max": "365.496", + "min": "127.102", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "226.537", + "max": "243.172", + "min": "206.498", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "41.298", + "max": "146.631", + "min": "36.22", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "33.198", + "max": "33.278", + "min": "33.13", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "23.642", + "max": "24.32", + "min": "23.16", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "93.85", + "max": "99.313", + "min": "93.51", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "155.627", + "max": "155.806", + "min": "155.416", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "176.945", + "max": "180.44", + "min": "176.563", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "182.148", + "max": "183.143", + "min": "181.965", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "114.233", + "max": "114.51", + "min": "114.111", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "101.483", + "max": "101.764", + "min": "101.343", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "110.656", + "max": "110.815", + "min": "110.512", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "300.338", + "max": "302.173", + "min": "299.698", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "128.277", + "max": "128.382", + "min": "128.183", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "85.387", + "max": "85.711", + "min": "85.233", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "134.07", + "max": "140.193", + "min": "133.243", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "120.817", + "max": "120.899", + "min": "120.718", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "112.622", + "max": "112.773", + "min": "112.499", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "89.043", + "max": "89.209", + "min": "88.893", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "25.727", + "max": "25.892", + "min": "25.598", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "213.108", + "max": "213.589", + "min": "212.773", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "38.719", + "max": "38.869", + "min": "38.585", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "31.096", + "max": "31.244", + "min": "30.906", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "192.694", + "max": "200.841", + "min": "192.114", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "12.596", + "max": "13.113", + "min": "12.388", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "52.683", + "max": "53.356", + "min": "52.505", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "193.902", + "max": "194.283", + "min": "193.747", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "9.608", + "max": "10.345", + "min": "9.458", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "13.491", + "max": "16.395", + "min": "13.29", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "16.398", + "max": "38.343", + "min": "14.441", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "291.183", + "max": "291.247", + "min": "291.103", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.234", + "max": "39.403", + "min": "36.942", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.208", + "max": "18.698", + "min": "17.975", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "87.695", + "max": "87.854", + "min": "87.602", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "157.005", + "max": "157.411", + "min": "156.715", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "33.396", + "max": "34.711", + "min": "33.097", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "297.14", + "max": "335.066", + "min": "290.305", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "144.399", + "max": "144.493", + "min": "144.233", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "249.066", + "max": "339.519", + "min": "241.528", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "117.436", + "max": "117.71", + "min": "117.321", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "387.899", + "max": "388.211", + "min": "387.6", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "36.088", + "max": "36.183", + "min": "35.953", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "83.098", + "max": "85.153", + "min": "82.892", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "114.366", + "max": "114.54", + "min": "114.235", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "174.384", + "max": "174.488", + "min": "174.3", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "92.766", + "max": "93.31", + "min": "92.636", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "147.75", + "max": "149.35", + "min": "147.523", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "182.846", + "max": "187.581", + "min": "179.799", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "90.722", + "max": "90.879", + "min": "90.623", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "107.935", + "max": "108.004", + "min": "107.813", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "16.725", + "max": "17.97", + "min": "16.485", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "153.857", + "max": "154.017", + "min": "153.741", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "19.466", + "max": "19.531", + "min": "19.407", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "30.961", + "max": "31.437", + "min": "30.732", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "48.59", + "max": "57.958", + "min": "48.003", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "29.321", + "max": "29.439", + "min": "29.261", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.137", + "max": "15.633", + "min": "14.861", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "71.748", + "max": "72.045", + "min": "71.583", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "53.446", + "max": "53.558", + "min": "53.353", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "61.9", + "max": "64.266", + "min": "61.729", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "51.957", + "max": "53.741", + "min": "51.763", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "5.559", + "max": "6.049", + "min": "5.41", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "0.032", + "max": "0.059", + "min": "0.017", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "6.32", + "max": "6.425", + "min": "6.184", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "27.274", + "max": "27.481", + "min": "27.135", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "66.444", + "max": "67.048", + "min": "66.189", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "35.15", + "max": "57.688", + "min": "32.965", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "42.403", + "max": "94.156", + "min": "11.73", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "11.24", + "max": "11.35", + "min": "11.09", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "65.064", + "max": "65.489", + "min": "64.891", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "44.335", + "max": "45.703", + "min": "44.069", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "38.517", + "max": "39.16", + "min": "38.169", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "7.805", + "max": "10.853", + "min": "7.378", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "215.904", + "max": "226.173", + "min": "215.347", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "18.841", + "max": "19.25", + "min": "18.72", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.294", + "max": "43.803", + "min": "43.039", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "32.508", + "max": "32.666", + "min": "32.404", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "179.027", + "max": "183.98", + "min": "177.508", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "53.192", + "max": "53.395", + "min": "53.002", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "8.133", + "max": "19.217", + "min": "7.541", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "5.886", + "max": "7.105", + "min": "5.749", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "4.549", + "max": "4.751", + "min": "4.383", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "305.41", + "max": "309.637", + "min": "304.799", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "97.594", + "max": "99.877", + "min": "96.807", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "210.15", + "max": "229.924", + "min": "201.263", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "184.914", + "max": "185.49", + "min": "184.807", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "8.431", + "max": "8.541", + "min": "8.368", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "134.471", + "max": "135.091", + "min": "134.312", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "165.712", + "max": "166.225", + "min": "165.464", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "35.906", + "max": "36.117", + "min": "35.731", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "65.438", + "max": "65.719", + "min": "65.18", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "15.297", + "max": "16.303", + "min": "14.918", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "7.717", + "max": "9.501", + "min": "7.476", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "99.63", + "max": "99.698", + "min": "99.546", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "128.182", + "max": "128.276", + "min": "128.111", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "341.939", + "max": "433.069", + "min": "338.613", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "94.73", + "max": "95.118", + "min": "94.654", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "34.958", + "max": "35.124", + "min": "34.782", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "90.561", + "max": "90.842", + "min": "90.472", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "27.412", + "max": "27.574", + "min": "27.29", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "245.2", + "max": "245.448", + "min": "245.088", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "130.751", + "max": "134.927", + "min": "127.032", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "29.453", + "max": "29.667", + "min": "29.352", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "47.742", + "max": "48.839", + "min": "46.794", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "148.026", + "max": "155.002", + "min": "146.633", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "108.411", + "max": "109.331", + "min": "108.117", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "241.01", + "max": "241.166", + "min": "240.878", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.139", + "max": "85.615", + "min": "85.011", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "44.428", + "max": "44.525", + "min": "44.353", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "9.346", + "max": "9.439", + "min": "9.273", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "62.97", + "max": "63.087", + "min": "62.878", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "94.145", + "max": "95.329", + "min": "93.828", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "96.273", + "max": "96.439", + "min": "96.206", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.182", + "max": "75.707", + "min": "66.273", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "179.691", + "max": "181.781", + "min": "178.751", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "102.403", + "max": "104.85", + "min": "101.14", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.811", + "max": "65.544", + "min": "64.603", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "107.563", + "max": "108.398", + "min": "107.4", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "24.594", + "max": "25.866", + "min": "24.383", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "177.418", + "max": "182.076", + "min": "167.387", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "175.326", + "max": "175.326", + "min": "175.326", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "15.806", + "max": "15.886", + "min": "15.71", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.494", + "max": "22.678", + "min": "22.396", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "105.942", + "max": "110.216", + "min": "105.476", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "30.691", + "max": "38.799", + "min": "22.882", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "31.032", + "max": "31.166", + "min": "30.902", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "180.271", + "max": "181.201", + "min": "179.942", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "89.304", + "max": "91.004", + "min": "89.077", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "110.118", + "max": "110.227", + "min": "110.043", + "id": "197", + "country": "Netherlands", + "source_name": "Groningen", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "198": { + "name": "Rotterdam", + "data": { + "0": { + "avg": "228.895", + "max": "229.225", + "min": "228.777", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "295.633", + "max": "296.118", + "min": "295.389", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "99.404", + "max": "99.554", + "min": "99.329", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.976", + "max": "30.936", + "min": "24.151", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.028", + "max": "15.793", + "min": "14.837", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "257.197", + "max": "257.417", + "min": "257.09", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "2.959", + "max": "3.088", + "min": "2.875", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "304.694", + "max": "320.062", + "min": "303.168", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.655", + "max": "43.861", + "min": "43.589", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "24.016", + "max": "25.62", + "min": "23.797", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "6.752", + "max": "7.011", + "min": "6.62", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "114.731", + "max": "116.418", + "min": "114.562", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "74.016", + "max": "74.074", + "min": "73.93", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "81.535", + "max": "81.925", + "min": "81.403", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "116.955", + "max": "117.056", + "min": "116.887", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "93.183", + "max": "93.316", + "min": "92.889", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "27.806", + "max": "28.037", + "min": "27.573", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "98.256", + "max": "98.379", + "min": "98.178", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.074", + "max": "17.279", + "min": "16.927", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "23.574", + "max": "23.823", + "min": "23.465", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "299.746", + "max": "299.8", + "min": "299.697", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "90.882", + "max": "90.939", + "min": "90.822", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "159.773", + "max": "159.897", + "min": "159.689", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "153.526", + "max": "158.308", + "min": "153.261", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "42.451", + "max": "42.829", + "min": "42.278", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "13.001", + "max": "13.81", + "min": "12.847", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "23.35", + "max": "26.677", + "min": "23.006", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "27.263", + "max": "27.549", + "min": "27.026", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "13.773", + "max": "13.911", + "min": "13.701", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "145.646", + "max": "146.672", + "min": "145.516", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "252.285", + "max": "252.481", + "min": "252.192", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "23.326", + "max": "23.999", + "min": "23.227", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "137.346", + "max": "137.549", + "min": "137.236", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "41.922", + "max": "42.371", + "min": "41.804", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "16.707", + "max": "17.328", + "min": "16.554", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "164.185", + "max": "174.876", + "min": "163.506", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "139.275", + "max": "139.315", + "min": "139.239", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "124.993", + "max": "125.216", + "min": "124.85", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "106.762", + "max": "106.992", + "min": "106.621", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "83.31", + "max": "86.907", + "min": "81.723", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "148.909", + "max": "151.978", + "min": "148.36", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "7.742", + "max": "12.803", + "min": "7.315", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "46.959", + "max": "47.124", + "min": "46.858", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "43.393", + "max": "46.062", + "min": "43.236", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "147.91", + "max": "148.033", + "min": "147.82", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "32.534", + "max": "33.387", + "min": "31.848", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "40.975", + "max": "41.662", + "min": "40.844", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "153.697", + "max": "155.046", + "min": "153.523", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "234.456", + "max": "234.815", + "min": "233.42", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "117.602", + "max": "117.659", + "min": "117.57", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "81.452", + "max": "81.776", + "min": "81.335", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "156.992", + "max": "158.7", + "min": "156.813", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "61.958", + "max": "90.891", + "min": "6.852", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "117.975", + "max": "118.114", + "min": "117.929", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "154.532", + "max": "162.284", + "min": "151.73", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "172.819", + "max": "173.226", + "min": "172.703", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "37.108", + "max": "40.049", + "min": "36.258", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "308.714", + "max": "308.809", + "min": "308.638", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "38.893", + "max": "40.478", + "min": "38.516", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "10.685", + "max": "11.028", + "min": "10.583", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60", + "max": "60.835", + "min": "59.557", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.126", + "max": "135.549", + "min": "68.124", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "180.437", + "max": "256.2", + "min": "176.186", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "319.42", + "max": "319.628", + "min": "319.368", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "48.2", + "max": "48.379", + "min": "48.075", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "32.208", + "max": "32.89", + "min": "32.028", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "76.577", + "max": "77.047", + "min": "76.471", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "56.66", + "max": "56.955", + "min": "56.299", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "236.221", + "max": "237.498", + "min": "235.589", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "123.404", + "max": "123.786", + "min": "123.33", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "194.38", + "max": "196.47", + "min": "194.212", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "144.038", + "max": "144.429", + "min": "143.838", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "158.806", + "max": "162.257", + "min": "158.537", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "101.799", + "max": "101.863", + "min": "101.703", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "50.192", + "max": "52.03", + "min": "49.912", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "17.699", + "max": "18.04", + "min": "17.511", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "89.278", + "max": "89.384", + "min": "89.161", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "153.747", + "max": "153.897", + "min": "153.61", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "97.402", + "max": "106.876", + "min": "96.907", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "147.833", + "max": "147.963", + "min": "147.764", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "151.946", + "max": "197.445", + "min": "150.184", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "96.975", + "max": "97.122", + "min": "96.833", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "192.596", + "max": "194.93", + "min": "188.813", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "149.49", + "max": "149.598", + "min": "149.331", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "140.278", + "max": "140.349", + "min": "140.187", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "61.312", + "max": "61.865", + "min": "61.102", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "15.305", + "max": "18.158", + "min": "14.919", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "107.151", + "max": "107.282", + "min": "107.037", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "112.233", + "max": "112.906", + "min": "112.081", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "12.218", + "max": "18.69", + "min": "11.514", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "107.525", + "max": "109.189", + "min": "106.99", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "147.267", + "max": "147.68", + "min": "147.078", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.498", + "max": "33.532", + "min": "33.473", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "236.272", + "max": "236.572", + "min": "236.09", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "81.422", + "max": "82.179", + "min": "81.213", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "149.036", + "max": "149.232", + "min": "148.889", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "159.212", + "max": "159.485", + "min": "158.958", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "136.494", + "max": "142.077", + "min": "135.711", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "157.574", + "max": "157.705", + "min": "157.409", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "89.442", + "max": "93.471", + "min": "89.161", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "104.898", + "max": "105.854", + "min": "104.798", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "137.838", + "max": "137.962", + "min": "137.676", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "40.33", + "max": "54.347", + "min": "39.265", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "307.936", + "max": "314.912", + "min": "307.153", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "102.962", + "max": "103.28", + "min": "102.836", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "321.661", + "max": "321.821", + "min": "321.341", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "168.997", + "max": "171.404", + "min": "168.815", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "81.605", + "max": "81.762", + "min": "81.481", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "93.489", + "max": "93.667", + "min": "93.419", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "136.993", + "max": "138.109", + "min": "136.869", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "277.869", + "max": "278.25", + "min": "277.699", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.215", + "max": "279.372", + "min": "279.058", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "75.659", + "max": "75.735", + "min": "75.608", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "136.908", + "max": "137.901", + "min": "136.619", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "370.399", + "max": "480.827", + "min": "203.929", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "140.677", + "max": "223.5", + "min": "57.56", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "166.049", + "max": "178.378", + "min": "165.252", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "255.945", + "max": "258.437", + "min": "255.685", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "117.856", + "max": "118.52", + "min": "117.729", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "109.72", + "max": "110.909", + "min": "109.414", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "114.553", + "max": "114.714", + "min": "114.4", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "175.702", + "max": "330.393", + "min": "99.816", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "189.584", + "max": "190.228", + "min": "189.447", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "51.946", + "max": "233.049", + "min": "45.084", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "63.643", + "max": "63.787", + "min": "63.597", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "23.096", + "max": "26.244", + "min": "22.505", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "87.265", + "max": "87.787", + "min": "86.884", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "158.039", + "max": "158.454", + "min": "157.802", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "108.768", + "max": "109.316", + "min": "108.573", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "172.456", + "max": "172.929", + "min": "172.268", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "101.825", + "max": "102.04", + "min": "101.723", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "92.494", + "max": "92.607", + "min": "92.372", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "103.089", + "max": "103.352", + "min": "102.921", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "296.527", + "max": "298.016", + "min": "295.757", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "121.626", + "max": "121.737", + "min": "121.582", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "70.409", + "max": "70.599", + "min": "70.293", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "127.549", + "max": "143.141", + "min": "126.028", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "123.574", + "max": "123.825", + "min": "123.413", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "121.396", + "max": "121.662", + "min": "121.178", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "79.149", + "max": "80.529", + "min": "78.887", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "24.303", + "max": "24.478", + "min": "24.155", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "217.975", + "max": "218.469", + "min": "217.672", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "42.595", + "max": "42.874", + "min": "42.502", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "24.871", + "max": "25.08", + "min": "24.721", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "184.631", + "max": "187.362", + "min": "184.279", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "6.109", + "max": "6.816", + "min": "5.906", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.384", + "max": "35.29", + "min": "33.243", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "128.014", + "max": "128.18", + "min": "127.944", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "7.744", + "max": "9.254", + "min": "7.549", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "9.031", + "max": "9.171", + "min": "8.98", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "11.995", + "max": "21.039", + "min": "10.513", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "271.286", + "max": "271.484", + "min": "271.165", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "33.319", + "max": "33.867", + "min": "33.196", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "15.697", + "max": "60.976", + "min": "13.944", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "86.462", + "max": "86.873", + "min": "86.379", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "158.494", + "max": "159.079", + "min": "158.271", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "48.459", + "max": "51.261", + "min": "48.021", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "259.216", + "max": "299.298", + "min": "252.707", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "122.967", + "max": "123.134", + "min": "122.849", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "240.263", + "max": "274.671", + "min": "235.526", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "127.445", + "max": "127.545", + "min": "127.385", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "561.619", + "max": "562.422", + "min": "561.112", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "29.576", + "max": "29.691", + "min": "29.516", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.849", + "max": "82.014", + "min": "81.748", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "104.492", + "max": "104.61", + "min": "104.349", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "182.321", + "max": "182.525", + "min": "182.11", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "88.502", + "max": "88.628", + "min": "88.421", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "144.556", + "max": "145.427", + "min": "144.386", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "275.975", + "max": "280.191", + "min": "275.525", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "83.899", + "max": "85.715", + "min": "83.664", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "86.949", + "max": "86.989", + "min": "86.919", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.104", + "max": "16.993", + "min": "13.795", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "145.028", + "max": "145.238", + "min": "144.93", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "15.739", + "max": "15.957", + "min": "15.691", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.397", + "max": "22.167", + "min": "21.223", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "24.392", + "max": "34.822", + "min": "23.949", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "20.089", + "max": "20.118", + "min": "20.032", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "10.877", + "max": "11.417", + "min": "10.664", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "61.557", + "max": "61.831", + "min": "61.378", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "41.547", + "max": "41.618", + "min": "41.465", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "57.681", + "max": "63.188", + "min": "57.212", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "40.631", + "max": "40.978", + "min": "40.481", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "3.599", + "max": "4.236", + "min": "3.391", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "6.235", + "max": "6.391", + "min": "6.14", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "0.034", + "max": "0.052", + "min": "0.031", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "38.354", + "max": "42.525", + "min": "38.061", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "63.743", + "max": "66.205", + "min": "63.323", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "29.99", + "max": "40.206", + "min": "28.616", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "43.528", + "max": "113.613", + "min": "20.202", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "6.029", + "max": "6.076", + "min": "5.971", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "58.025", + "max": "58.677", + "min": "57.806", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "30.669", + "max": "31.037", + "min": "30.487", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "33.128", + "max": "33.85", + "min": "32.752", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "5.946", + "max": "27.254", + "min": "4.9", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "212.442", + "max": "213.19", + "min": "212.308", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "13.828", + "max": "14.293", + "min": "13.742", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "42.417", + "max": "42.652", + "min": "42.237", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "45.415", + "max": "45.979", + "min": "45.341", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "162.598", + "max": "168.668", + "min": "160.366", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "51.313", + "max": "51.5", + "min": "51.214", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "4.36", + "max": "13.973", + "min": "3.922", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "3.352", + "max": "5.701", + "min": "3.096", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "2.675", + "max": "9.311", + "min": "2.247", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "304.727", + "max": "306.763", + "min": "304.52", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "81.591", + "max": "84.893", + "min": "81.071", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.488", + "max": "227.052", + "min": "209.532", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "134.88", + "max": "134.974", + "min": "134.786", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "6.607", + "max": "6.99", + "min": "6.524", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "143.236", + "max": "147.207", + "min": "141.151", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "168.531", + "max": "168.66", + "min": "168.372", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "39.667", + "max": "40.039", + "min": "39.517", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "65.105", + "max": "65.864", + "min": "64.929", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "9.888", + "max": "11.307", + "min": "9.585", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "3.868", + "max": "5.421", + "min": "3.618", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "109.07", + "max": "109.174", + "min": "109.033", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "120.473", + "max": "120.629", + "min": "120.369", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "257.406", + "max": "361.171", + "min": "253.643", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.338", + "max": "91.216", + "min": "78.134", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.528", + "max": "23.679", + "min": "23.415", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "82.809", + "max": "82.86", + "min": "82.772", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "15.229", + "max": "15.392", + "min": "15.126", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "229.663", + "max": "230.083", + "min": "229.529", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "116.518", + "max": "119.642", + "min": "113.446", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "21.932", + "max": "22.434", + "min": "21.765", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "44.89", + "max": "46.483", + "min": "44.136", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "149.452", + "max": "152.574", + "min": "148.264", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "104.016", + "max": "105.442", + "min": "103.672", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "244.069", + "max": "244.321", + "min": "243.945", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "78.528", + "max": "79.531", + "min": "78.343", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "40.879", + "max": "40.925", + "min": "40.847", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.74", + "max": "11.932", + "min": "11.706", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "39.982", + "max": "40.077", + "min": "39.928", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "87.289", + "max": "89.409", + "min": "86.944", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "86.245", + "max": "86.79", + "min": "86.14", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "67.829", + "max": "70.645", + "min": "65.639", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "169.834", + "max": "170.662", + "min": "169.4", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "88.95", + "max": "92.92", + "min": "87.861", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "61.179", + "max": "61.997", + "min": "61.07", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "103.945", + "max": "104.314", + "min": "103.807", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "20.49", + "max": "28.933", + "min": "19.869", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "196.491", + "max": "198.905", + "min": "190.327", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "175.916", + "max": "175.916", + "min": "175.916", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "9.662", + "max": "9.706", + "min": "9.636", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "12.26", + "max": "12.329", + "min": "12.219", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "101.506", + "max": "101.717", + "min": "101.373", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "31.294", + "max": "39.863", + "min": "23.84", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "25.243", + "max": "25.352", + "min": "25.155", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "136.624", + "max": "138.474", + "min": "136.334", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "85.647", + "max": "87.703", + "min": "85.343", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "99.545", + "max": "102.429", + "min": "99.313", + "id": "198", + "country": "Netherlands", + "source_name": "Rotterdam", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "202": { + "name": "Venice", + "data": { + "0": { + "avg": "232.45", + "max": "234.044", + "min": "232.061", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "284.673", + "max": "289.373", + "min": "284.113", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "116.737", + "max": "134.556", + "min": "115.053", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.069", + "max": "28.396", + "min": "23.261", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "26.845", + "max": "28.783", + "min": "26.295", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "252.246", + "max": "271.214", + "min": "250.414", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "25.459", + "max": "27.222", + "min": "25.13", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "289.394", + "max": "293.999", + "min": "288.597", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "64.576", + "max": "79.081", + "min": "63.637", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "52.201", + "max": "55.149", + "min": "51.792", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "32.332", + "max": "33.574", + "min": "31.876", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "142.196", + "max": "161.623", + "min": "141.27", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "98.592", + "max": "100.931", + "min": "98.207", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "113.578", + "max": "125.698", + "min": "112.496", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "131.958", + "max": "134.726", + "min": "131.333", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "103.173", + "max": "103.85", + "min": "102.652", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "39.732", + "max": "47.71", + "min": "39.01", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "119.14", + "max": "121.321", + "min": "118.727", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "43.43", + "max": "69.257", + "min": "41.421", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "21.902", + "max": "24.365", + "min": "21.18", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "299.314", + "max": "301", + "min": "298.988", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "118.638", + "max": "120.692", + "min": "118.321", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "168.164", + "max": "173.182", + "min": "167.572", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "174.424", + "max": "183.318", + "min": "172.726", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "44.202", + "max": "64.646", + "min": "38.642", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "35.135", + "max": "38.568", + "min": "34.742", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "6.291", + "max": "7.474", + "min": "5.875", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "46.757", + "max": "47.74", + "min": "46.494", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "25.403", + "max": "26.569", + "min": "25.141", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "156.255", + "max": "163.401", + "min": "155.471", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "350.97", + "max": "352.558", + "min": "350.528", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "36.675", + "max": "37.411", + "min": "36.367", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.769", + "max": "180.144", + "min": "167.043", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "58.944", + "max": "60.309", + "min": "58.55", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "11.018", + "max": "12.402", + "min": "10.618", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "262.041", + "max": "264.837", + "min": "261.519", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "168.546", + "max": "170.124", + "min": "168.026", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "154.408", + "max": "155.814", + "min": "154.154", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "129.355", + "max": "130.408", + "min": "129.082", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "103.993", + "max": "108.616", + "min": "103.438", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "172.26", + "max": "174.653", + "min": "171.582", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "39.348", + "max": "57.087", + "min": "35.935", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "66.077", + "max": "67.834", + "min": "65.668", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "44.15", + "max": "59.035", + "min": "42.994", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "140.224", + "max": "154.849", + "min": "138.892", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.273", + "max": "36.806", + "min": "34.667", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "51.654", + "max": "52.688", + "min": "51.239", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "189.127", + "max": "195.06", + "min": "188.618", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "244.075", + "max": "245.249", + "min": "242.731", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "136.68", + "max": "137.69", + "min": "136.4", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "108.832", + "max": "146.134", + "min": "106.331", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "169.911", + "max": "171.429", + "min": "169.613", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "55.813", + "max": "64.093", + "min": "45.937", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "129.529", + "max": "130.609", + "min": "129.206", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "150.74", + "max": "167.258", + "min": "147.174", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "359.858", + "max": "361.54", + "min": "359.41", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "41.657", + "max": "47.91", + "min": "40.126", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "318.744", + "max": "324.679", + "min": "318.184", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "56.506", + "max": "58.771", + "min": "55.917", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "26.748", + "max": "28.509", + "min": "26.387", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "64.456", + "max": "66.159", + "min": "63.803", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.918", + "max": "109.63", + "min": "66.55", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "206.602", + "max": "272.876", + "min": "201.573", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "277.681", + "max": "279.377", + "min": "277.033", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "54.908", + "max": "61.153", + "min": "54.416", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "45.087", + "max": "47.383", + "min": "44.659", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "101.622", + "max": "117.457", + "min": "100.451", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "42.503", + "max": "49.427", + "min": "41.632", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "231.626", + "max": "238.668", + "min": "230.412", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "141.411", + "max": "144.153", + "min": "141.095", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "318.249", + "max": "319.057", + "min": "317.917", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "167.032", + "max": "169.462", + "min": "166.529", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "174.249", + "max": "180.753", + "min": "173.407", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "124.754", + "max": "125.272", + "min": "124.558", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "73.118", + "max": "75.701", + "min": "72.699", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "38.861", + "max": "41.383", + "min": "38.416", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "114.238", + "max": "117.431", + "min": "113.883", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "175.355", + "max": "180.545", + "min": "174.807", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "113.662", + "max": "120.192", + "min": "112.629", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "113.748", + "max": "114.939", + "min": "113.446", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "174.185", + "max": "175.026", + "min": "173.841", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "105.942", + "max": "108.896", + "min": "105.305", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "234.836", + "max": "236.985", + "min": "234.287", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "172.438", + "max": "175.192", + "min": "171.979", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "161.596", + "max": "162.814", + "min": "161.161", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "84.017", + "max": "97.812", + "min": "82.589", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "41.9", + "max": "43.568", + "min": "41.357", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "131.086", + "max": "141.604", + "min": "130.423", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "124.774", + "max": "125.626", + "min": "124.456", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "38.556", + "max": "47.267", + "min": "36.947", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "128.677", + "max": "131.486", + "min": "127.639", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "169.147", + "max": "172.064", + "min": "168.524", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "31.129", + "max": "36.881", + "min": "30.256", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "309.394", + "max": "341.149", + "min": "307.443", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "106.632", + "max": "108.983", + "min": "106.054", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "141.977", + "max": "164.1", + "min": "134.545", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "180.614", + "max": "181.328", + "min": "180.289", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "162.508", + "max": "201.293", + "min": "159.722", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "170.633", + "max": "171.763", + "min": "170.35", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "116.134", + "max": "118.563", + "min": "115.604", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "129.698", + "max": "131.453", + "min": "129.297", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "174.67", + "max": "176.773", + "min": "174.291", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "51.011", + "max": "52.531", + "min": "50.658", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "327.374", + "max": "331.828", + "min": "326.455", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "124.559", + "max": "125.069", + "min": "124.258", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "351.627", + "max": "385.907", + "min": "331.929", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "203.91", + "max": "213.519", + "min": "203.294", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "102.745", + "max": "107.035", + "min": "102.251", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "125.408", + "max": "126.948", + "min": "124.833", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "170.821", + "max": "173.109", + "min": "170.051", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "248.436", + "max": "249.899", + "min": "248.191", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "294.606", + "max": "296.277", + "min": "294.158", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "98.996", + "max": "107.661", + "min": "98.459", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "157.009", + "max": "158.28", + "min": "156.389", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "373.167", + "max": "493.932", + "min": "195.349", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "135.257", + "max": "210.115", + "min": "64.072", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "189.248", + "max": "195.558", + "min": "188.399", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "230.939", + "max": "260.444", + "min": "229.385", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "135.896", + "max": "137.243", + "min": "135.528", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "135.569", + "max": "142.021", + "min": "134.871", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "142.938", + "max": "145.491", + "min": "141.932", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "196.944", + "max": "352.968", + "min": "121.681", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "207.321", + "max": "226.14", + "min": "205.672", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "59.798", + "max": "287.019", + "min": "51.044", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "56.04", + "max": "59.152", + "min": "55.5", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "39.17", + "max": "40.428", + "min": "38.395", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "101.446", + "max": "102.596", + "min": "100.947", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "253.222", + "max": "255.164", + "min": "252.743", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "111.824", + "max": "112.941", + "min": "111.53", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "200.46", + "max": "202.276", + "min": "200.167", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "129.202", + "max": "148.532", + "min": "127.759", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "119.965", + "max": "124.083", + "min": "119.635", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "130.431", + "max": "132.505", + "min": "129.996", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "303.465", + "max": "305.278", + "min": "302.49", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "144.597", + "max": "148.043", + "min": "144.238", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "96.579", + "max": "98.556", + "min": "95.912", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "153.449", + "max": "165.4", + "min": "151.757", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "145.998", + "max": "147.219", + "min": "145.669", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "123.761", + "max": "124.693", + "min": "123.53", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "99.325", + "max": "107.014", + "min": "98.71", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "23.817", + "max": "27.066", + "min": "23.436", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "188.608", + "max": "190.729", + "min": "187.94", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "63.03", + "max": "63.967", + "min": "62.672", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "24.803", + "max": "56.786", + "min": "23.067", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "200.493", + "max": "215.293", + "min": "198.956", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "31.137", + "max": "68.24", + "min": "25.864", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "41.2", + "max": "46.56", + "min": "40.421", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "122.562", + "max": "123.509", + "min": "122.218", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "35.295", + "max": "37.107", + "min": "34.802", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "34.862", + "max": "35.907", + "min": "34.584", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "34.134", + "max": "50.538", + "min": "31.239", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "298.32", + "max": "299.676", + "min": "298.019", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "41.057", + "max": "43.137", + "min": "40.676", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "15.604", + "max": "18.22", + "min": "15.192", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "112.697", + "max": "115.904", + "min": "112.065", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "179.103", + "max": "182.23", + "min": "178.649", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "58.495", + "max": "59.426", + "min": "58.091", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "328.077", + "max": "375.338", + "min": "320.067", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "140.522", + "max": "142.752", + "min": "140.108", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "268.162", + "max": "359.005", + "min": "260.147", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "140.565", + "max": "141.753", + "min": "140.14", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "398.654", + "max": "399.475", + "min": "398.223", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "51.897", + "max": "53.118", + "min": "51.6", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "100.044", + "max": "102.828", + "min": "99.411", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "117.855", + "max": "119.021", + "min": "117.57", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "188.898", + "max": "190.18", + "min": "188.626", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "110.842", + "max": "111.172", + "min": "110.67", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "153.437", + "max": "156.891", + "min": "152.801", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "212.937", + "max": "223.24", + "min": "203.455", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "101.853", + "max": "113.633", + "min": "99.252", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "113.556", + "max": "114.593", + "min": "113.221", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.504", + "max": "44.125", + "min": "21.535", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "282.406", + "max": "284.716", + "min": "281.984", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "42.932", + "max": "47.288", + "min": "42.483", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "14.887", + "max": "17.967", + "min": "14.338", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "16.444", + "max": "18.767", + "min": "16.001", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "7.108", + "max": "9.481", + "min": "6.639", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "38.756", + "max": "42.893", + "min": "37.891", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "63.008", + "max": "64.95", + "min": "62.442", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "45.236", + "max": "47.288", + "min": "44.667", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "71.752", + "max": "73.238", + "min": "71.433", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "38.764", + "max": "41.6", + "min": "38.328", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "30.228", + "max": "31.362", + "min": "29.875", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "33.363", + "max": "34.873", + "min": "33.017", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "29.163", + "max": "31.985", + "min": "28.614", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "41.398", + "max": "46.646", + "min": "41.002", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "63.687", + "max": "66.588", + "min": "63.282", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "0.041", + "max": "0.123", + "min": "0.02", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "52.723", + "max": "126.027", + "min": "25.005", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "30.44", + "max": "32.512", + "min": "29.834", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "64.353", + "max": "66.025", + "min": "63.989", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "47.665", + "max": "72.607", + "min": "46.376", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "47.925", + "max": "49.555", + "min": "47.397", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "28.107", + "max": "32.724", + "min": "27.228", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "283.163", + "max": "284.917", + "min": "282.512", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "22.415", + "max": "23.781", + "min": "22.054", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "8.973", + "max": "13.305", + "min": "8.382", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "35.105", + "max": "63.836", + "min": "31.258", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "193.158", + "max": "201.017", + "min": "191.64", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "53.688", + "max": "55.611", + "min": "53.209", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "30.053", + "max": "33.348", + "min": "29.567", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "30.564", + "max": "32.213", + "min": "29.796", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "28.116", + "max": "29.246", + "min": "27.81", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "242.797", + "max": "256.273", + "min": "238.688", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "104.298", + "max": "111.069", + "min": "103.226", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "245.02", + "max": "248.58", + "min": "240.164", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "152.413", + "max": "153.072", + "min": "152.123", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "32.412", + "max": "34.389", + "min": "32.062", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "150.436", + "max": "151.84", + "min": "150.067", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "172.039", + "max": "174.267", + "min": "171.577", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "16.141", + "max": "17.485", + "min": "15.764", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "57.893", + "max": "59.729", + "min": "57.536", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "36.605", + "max": "38.638", + "min": "35.908", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "26.921", + "max": "30.105", + "min": "26.505", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "124.435", + "max": "125.607", + "min": "124.217", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "135.436", + "max": "146.73", + "min": "134.608", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "291.972", + "max": "619.972", + "min": "280.311", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "102.617", + "max": "104.864", + "min": "101.981", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "22.928", + "max": "23.856", + "min": "22.678", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "102.768", + "max": "106.443", + "min": "101.431", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "12.202", + "max": "16.852", + "min": "11.526", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "227.067", + "max": "331.183", + "min": "223.103", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "139.946", + "max": "144.226", + "min": "137.755", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "34.493", + "max": "37.712", + "min": "34.014", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "33.576", + "max": "35.47", + "min": "32.747", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "168.002", + "max": "172.001", + "min": "166.816", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "114.556", + "max": "116.105", + "min": "113.949", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "322.998", + "max": "334.876", + "min": "321.228", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "87.47", + "max": "103.707", + "min": "85.706", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "42.488", + "max": "47.74", + "min": "41.97", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "32.278", + "max": "33.775", + "min": "32.023", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "49.942", + "max": "54.807", + "min": "48.895", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "110.715", + "max": "113.121", + "min": "109.982", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "111.969", + "max": "113.519", + "min": "111.59", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "79.684", + "max": "92.718", + "min": "76.592", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "188.384", + "max": "191.154", + "min": "187.89", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "109.525", + "max": "110.76", + "min": "108.216", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "73.534", + "max": "76.136", + "min": "73.232", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "121.141", + "max": "131.645", + "min": "120.354", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "45.232", + "max": "50.43", + "min": "44.566", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "208.402", + "max": "212.608", + "min": "196.585", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "202.367", + "max": "202.367", + "min": "202.367", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "34.822", + "max": "36.569", + "min": "34.467", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "26.513", + "max": "29.446", + "min": "26.016", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "132.109", + "max": "133.598", + "min": "131.648", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "45.341", + "max": "61.011", + "min": "39.75", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "36.389", + "max": "39.504", + "min": "35.906", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "134.651", + "max": "137.943", + "min": "133.913", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "87.461", + "max": "98.438", + "min": "86.027", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "124.052", + "max": "127.645", + "min": "123.545", + "id": "202", + "country": "Italy", + "source_name": "Venice", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "203": { + "name": "Hamburg", + "data": { + "0": { + "avg": "217.774", + "max": "295.636", + "min": "197.876", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "288.258", + "max": "343.035", + "min": "273.976", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "121.706", + "max": "200.04", + "min": "97.867", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "43.624", + "max": "101.134", + "min": "23.832", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "51.949", + "max": "114.462", + "min": "19.417", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "241.381", + "max": "271.801", + "min": "229.544", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "41.322", + "max": "106.41", + "min": "16.392", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "297.381", + "max": "363.77", + "min": "275.353", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "74.707", + "max": "130.636", + "min": "47.283", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "70.424", + "max": "140.201", + "min": "40.055", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "42.186", + "max": "108.919", + "min": "13.334", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "163.913", + "max": "207.223", + "min": "135.213", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "120.823", + "max": "168.629", + "min": "88.411", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.312", + "max": "163.292", + "min": "87.876", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "144.668", + "max": "224.332", + "min": "116.53", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "140.188", + "max": "199.143", + "min": "103.193", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "45.231", + "max": "111.013", + "min": "30.303", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "131.402", + "max": "181.105", + "min": "100.067", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "49.365", + "max": "156.814", + "min": "28.282", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "60.194", + "max": "125.965", + "min": "33.054", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "309.515", + "max": "360.92", + "min": "289.179", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "134.393", + "max": "208.718", + "min": "101.644", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "181.887", + "max": "249.278", + "min": "147.999", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "181.132", + "max": "315.831", + "min": "147.926", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "49.614", + "max": "152.209", + "min": "24.926", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "51.431", + "max": "110.389", + "min": "18.14", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "49.885", + "max": "109.754", + "min": "29.837", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "48.896", + "max": "190.407", + "min": "25.486", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "35.136", + "max": "100.686", + "min": "12.879", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "175.057", + "max": "258.98", + "min": "144.631", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "186.044", + "max": "231.138", + "min": "167.615", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "37.267", + "max": "91.911", + "min": "19.646", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "176.545", + "max": "246.729", + "min": "151.332", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.668", + "max": "143.244", + "min": "37.219", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "39.578", + "max": "132.497", + "min": "14.665", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "204.706", + "max": "256.874", + "min": "174.029", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "169.616", + "max": "235.425", + "min": "145.976", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "171.423", + "max": "252.472", + "min": "140.156", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "143.511", + "max": "212.315", + "min": "120.465", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "121.16", + "max": "170.773", + "min": "100.843", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "182.872", + "max": "236.43", + "min": "157.966", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "34.89", + "max": "103.282", + "min": "17.793", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "81.832", + "max": "134.407", + "min": "53.148", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "64.52", + "max": "194.179", + "min": "34.474", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "178.401", + "max": "237.425", + "min": "145.292", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "54.844", + "max": "99.807", + "min": "30.303", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "47.868", + "max": "140.201", + "min": "20.992", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "194.244", + "max": "231.702", + "min": "174.309", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "287.644", + "max": "366.767", + "min": "265.142", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "159.298", + "max": "278.352", + "min": "127.244", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "109.861", + "max": "161.427", + "min": "92.177", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.052", + "max": "238.39", + "min": "159.596", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "68.739", + "max": "136.888", + "min": "15.269", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.098", + "max": "223.972", + "min": "110.345", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "174.76", + "max": "237.229", + "min": "144.123", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "395.718", + "max": "470.403", + "min": "361.976", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "66.841", + "max": "130.694", + "min": "43.892", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "328.46", + "max": "413.047", + "min": "297.988", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "61.349", + "max": "132.266", + "min": "38.767", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "40.978", + "max": "100.621", + "min": "17.94", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "90.118", + "max": "148.404", + "min": "60.245", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "102.482", + "max": "167.774", + "min": "74.676", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "212.487", + "max": "298.015", + "min": "177.581", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "232.215", + "max": "249.885", + "min": "218.355", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "70.544", + "max": "135.404", + "min": "43.775", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "71.268", + "max": "159.817", + "min": "40.201", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "123.626", + "max": "201.721", + "min": "95.936", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "80.02", + "max": "170.137", + "min": "49.443", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "234.144", + "max": "286.594", + "min": "218.811", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "151.422", + "max": "206.939", + "min": "120.863", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "255.642", + "max": "391.269", + "min": "238.451", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "167.208", + "max": "256.059", + "min": "143.891", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "188.554", + "max": "261.62", + "min": "163.932", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "142.042", + "max": "200.332", + "min": "114.291", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "79.932", + "max": "161.833", + "min": "52.829", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "79.339", + "max": "186.788", + "min": "24.598", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "146.107", + "max": "203.569", + "min": "109.626", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "182.917", + "max": "241.222", + "min": "155.395", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "147.366", + "max": "207.204", + "min": "114.746", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "135.017", + "max": "219.722", + "min": "102.659", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "174.567", + "max": "304.745", + "min": "142.854", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "120.393", + "max": "208.805", + "min": "89.693", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "230.583", + "max": "295.32", + "min": "210.832", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "193.862", + "max": "269.915", + "min": "161.953", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "159.957", + "max": "241.052", + "min": "130.502", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "99.361", + "max": "153.609", + "min": "71.09", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "45.989", + "max": "109.966", + "min": "24.125", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "143.295", + "max": "209.921", + "min": "116.526", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "139.629", + "max": "194.213", + "min": "108.676", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "46.095", + "max": "130.503", + "min": "30.101", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "141.573", + "max": "197.248", + "min": "113.878", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "177.678", + "max": "232.609", + "min": "151.127", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "71.284", + "max": "130.205", + "min": "42.074", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "324.314", + "max": "421.195", + "min": "303.338", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "119.533", + "max": "180.737", + "min": "92.696", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "166.635", + "max": "239.552", + "min": "136.12", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "200.457", + "max": "286.879", + "min": "171.015", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "186.089", + "max": "271.224", + "min": "149.933", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "182.156", + "max": "243.198", + "min": "151.556", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "131.016", + "max": "176.616", + "min": "109.08", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "138.969", + "max": "205.847", + "min": "117.931", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "184.863", + "max": "245.943", + "min": "162.631", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "72.755", + "max": "126.123", + "min": "48.452", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "345.712", + "max": "407.469", + "min": "323.765", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "134.883", + "max": "220.37", + "min": "106.852", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "362.699", + "max": "458.374", + "min": "296.489", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "224.417", + "max": "342.172", + "min": "188.023", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "123.041", + "max": "216.152", + "min": "89.975", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "142.612", + "max": "262.964", + "min": "112.409", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "190.439", + "max": "245.504", + "min": "154.255", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.851", + "max": "290.773", + "min": "243.182", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "309.399", + "max": "361.574", + "min": "284.438", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "123.276", + "max": "229.731", + "min": "90.247", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "164.488", + "max": "238.814", + "min": "136.676", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "388.961", + "max": "498.225", + "min": "202.464", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "161.955", + "max": "263.837", + "min": "71.814", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "202.747", + "max": "259.991", + "min": "177.868", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "236.193", + "max": "261.27", + "min": "220.654", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "149.523", + "max": "246.119", + "min": "127.63", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "147.027", + "max": "200.368", + "min": "123.245", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "148.952", + "max": "209.214", + "min": "120.849", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "210.516", + "max": "363.562", + "min": "113.211", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "218.914", + "max": "361.255", + "min": "195.542", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "60.831", + "max": "142.787", + "min": "32.221", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "44.761", + "max": "106.567", + "min": "20.903", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "37.267", + "max": "97.678", + "min": "16.529", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "106.394", + "max": "161.216", + "min": "84.896", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "200.321", + "max": "282.973", + "min": "170.291", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "138.484", + "max": "200.711", + "min": "115.505", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "201.455", + "max": "260.255", + "min": "179.702", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "130.12", + "max": "183.835", + "min": "109.387", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "138.733", + "max": "200.659", + "min": "107.453", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "133.97", + "max": "200.717", + "min": "107.431", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "325.421", + "max": "388.472", + "min": "303.887", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "160.038", + "max": "212.336", + "min": "128.799", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "107.648", + "max": "144.265", + "min": "80.933", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "168.737", + "max": "266.84", + "min": "137.237", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "154.81", + "max": "215.184", + "min": "127.151", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "143.733", + "max": "246.72", + "min": "119.235", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "107.642", + "max": "157.497", + "min": "87.079", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "34.449", + "max": "100.459", + "min": "14.603", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "207.765", + "max": "274.752", + "min": "187.488", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "65.014", + "max": "123.515", + "min": "37.587", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "48.194", + "max": "126.79", + "min": "27.35", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "213.318", + "max": "270.965", + "min": "188.684", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "43.941", + "max": "118.361", + "min": "12.156", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "58.732", + "max": "121.944", + "min": "32.47", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "160.676", + "max": "219.766", + "min": "130.047", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "38.647", + "max": "119.622", + "min": "20.397", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "44.018", + "max": "102.813", + "min": "23.05", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "34.008", + "max": "122.098", + "min": "11.406", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "270.299", + "max": "336.666", + "min": "250.968", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "64.651", + "max": "160.769", + "min": "35.07", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "36.695", + "max": "96.881", + "min": "17.034", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "134.366", + "max": "231.525", + "min": "104.812", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "167.832", + "max": "213.874", + "min": "147.391", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "65.025", + "max": "131.28", + "min": "36.202", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "275.878", + "max": "347.241", + "min": "255.799", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "145.099", + "max": "198.697", + "min": "125.148", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "269.787", + "max": "344.745", + "min": "245.563", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "144.783", + "max": "195.692", + "min": "121.594", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "423.865", + "max": "530.479", + "min": "389.49", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "69.608", + "max": "147.233", + "min": "38.481", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "107.375", + "max": "164.961", + "min": "82.558", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "135.154", + "max": "198.753", + "min": "109.312", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "200.979", + "max": "251.712", + "min": "178.459", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "115.7", + "max": "201.501", + "min": "86.187", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "189.555", + "max": "306.972", + "min": "162.036", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "224.856", + "max": "301.002", + "min": "180.24", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "112.771", + "max": "191.274", + "min": "90.328", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "124.448", + "max": "170.065", + "min": "102.182", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "39.455", + "max": "99.879", + "min": "10.346", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "174.77", + "max": "256.075", + "min": "144.438", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "44.718", + "max": "103.691", + "min": "24.902", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "34.427", + "max": "94.65", + "min": "15.706", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "48.676", + "max": "106.325", + "min": "22.828", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "48.197", + "max": "126.399", + "min": "17.594", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "46.345", + "max": "113.768", + "min": "27.982", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "97.663", + "max": "175.117", + "min": "61.955", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "71.089", + "max": "137.759", + "min": "39.42", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "80.489", + "max": "128.64", + "min": "55.81", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "73.329", + "max": "136.495", + "min": "49.215", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "34.137", + "max": "95.687", + "min": "10.598", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "35.423", + "max": "111.473", + "min": "11.416", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "42.562", + "max": "100.961", + "min": "20.234", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "37.423", + "max": "109.211", + "min": "18.675", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "79.192", + "max": "149.378", + "min": "52.437", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "48.776", + "max": "105.608", + "min": "24.892", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "0.071", + "max": "0.472", + "min": "0.02", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "35.987", + "max": "72.001", + "min": "14.866", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "80.251", + "max": "141.464", + "min": "55.64", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "56.564", + "max": "102.151", + "min": "32.467", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "66.888", + "max": "119.715", + "min": "37.83", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "35.616", + "max": "95.294", + "min": "12.53", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "216.477", + "max": "267.779", + "min": "194.045", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "41.662", + "max": "113.407", + "min": "15.735", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "66.561", + "max": "132.3", + "min": "41.629", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "45.148", + "max": "109.542", + "min": "26.236", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "214.256", + "max": "298.185", + "min": "180.594", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "70.307", + "max": "126.09", + "min": "39.735", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "43.193", + "max": "106.341", + "min": "16.543", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "43.376", + "max": "129.825", + "min": "21.482", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "36.749", + "max": "99.497", + "min": "13.459", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "332.455", + "max": "388.978", + "min": "297.373", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "118.811", + "max": "199.025", + "min": "89.105", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.474", + "max": "265.419", + "min": "205.85", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "165.7", + "max": "202.243", + "min": "142.271", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "44.433", + "max": "166.672", + "min": "12.982", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "167.656", + "max": "231.849", + "min": "141.992", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "206.131", + "max": "302.156", + "min": "173.643", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "48.24", + "max": "178.816", + "min": "29.335", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "70.167", + "max": "118.125", + "min": "48.915", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "45.964", + "max": "121.924", + "min": "22.867", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "39.165", + "max": "108.057", + "min": "11.779", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "138.201", + "max": "199.763", + "min": "108.686", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "147.073", + "max": "227.886", + "min": "117.174", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "256.315", + "max": "415.548", + "min": "236.363", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "107.904", + "max": "161.143", + "min": "87.444", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "42.727", + "max": "107.698", + "min": "21.442", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "110.183", + "max": "169.522", + "min": "88.065", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "44.464", + "max": "127.934", + "min": "18.091", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "244.021", + "max": "330.113", + "min": "232.344", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "163.256", + "max": "226.898", + "min": "136.845", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "61.092", + "max": "112.509", + "min": "33.413", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "75.038", + "max": "159.975", + "min": "44.69", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "188.156", + "max": "244.797", + "min": "163.25", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "138.974", + "max": "220.919", + "min": "112.957", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "259.106", + "max": "300.822", + "min": "243.181", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "105.193", + "max": "166.5", + "min": "78.373", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "67.447", + "max": "133.869", + "min": "42.136", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "42.192", + "max": "106.343", + "min": "17.1", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "76.728", + "max": "144.67", + "min": "51.213", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "115.891", + "max": "165.41", + "min": "95.529", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "118.524", + "max": "170.411", + "min": "98.149", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "103.237", + "max": "163.39", + "min": "73.351", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "193.205", + "max": "235.225", + "min": "174.229", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "119.93", + "max": "199.894", + "min": "96.651", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "91.034", + "max": "160.454", + "min": "64.269", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "138.401", + "max": "229.54", + "min": "108.869", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "58.801", + "max": "110.691", + "min": "31.356", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "197.29", + "max": "252.912", + "min": "173.309", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "192.922", + "max": "192.922", + "min": "192.922", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "42.068", + "max": "116.919", + "min": "17.867", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "41.109", + "max": "101.343", + "min": "17.427", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "140.526", + "max": "205.135", + "min": "116.721", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "59.105", + "max": "131.343", + "min": "31.913", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "42.538", + "max": "109.55", + "min": "28.382", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "212.863", + "max": "273.435", + "min": "193.254", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "111.474", + "max": "199.65", + "min": "73.836", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "139.474", + "max": "209.298", + "min": "112.939", + "id": "203", + "country": "Germany", + "source_name": "Hamburg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "204": { + "name": "Belfast", + "data": { + "0": { + "avg": "196.466", + "max": "196.675", + "min": "196.331", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "253.768", + "max": "254.109", + "min": "253.557", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "78.925", + "max": "80.413", + "min": "78.719", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "31.129", + "max": "40.661", + "min": "30.28", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "8.521", + "max": "8.786", + "min": "8.366", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "207.157", + "max": "207.502", + "min": "206.871", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "7.649", + "max": "7.891", + "min": "7.565", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "292.191", + "max": "305.493", + "min": "290.623", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "48.367", + "max": "48.567", + "min": "48.213", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "26.438", + "max": "27.662", + "min": "26.184", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.582", + "max": "10.736", + "min": "10.374", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "107.547", + "max": "110.936", + "min": "107.253", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "67.657", + "max": "67.783", + "min": "67.566", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "72.728", + "max": "72.921", + "min": "72.552", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "100.786", + "max": "101.329", + "min": "100.592", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "92.131", + "max": "92.313", + "min": "91.397", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.104", + "max": "35.308", + "min": "34.867", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "87.2", + "max": "89.123", + "min": "86.612", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "10.398", + "max": "10.647", + "min": "10.276", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "23.418", + "max": "23.579", + "min": "23.339", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "270.404", + "max": "270.689", + "min": "270.279", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "84.818", + "max": "87.709", + "min": "84.673", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "128.087", + "max": "128.554", + "min": "127.971", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "124.589", + "max": "124.967", + "min": "124.401", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "31.082", + "max": "32.768", + "min": "30.855", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "17.044", + "max": "17.335", + "min": "16.889", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "23.306", + "max": "24.897", + "min": "23.068", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "30.453", + "max": "30.682", + "min": "30.324", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.049", + "max": "18.203", + "min": "17.949", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "130.166", + "max": "130.503", + "min": "129.937", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "152.999", + "max": "153.205", + "min": "152.852", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "27.687", + "max": "28.074", + "min": "27.541", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "135.95", + "max": "136.4", + "min": "135.814", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "47.554", + "max": "47.751", + "min": "47.369", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "18.246", + "max": "22.073", + "min": "17.955", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "170.745", + "max": "172.997", + "min": "170.344", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "132.299", + "max": "132.343", + "min": "132.276", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "134.843", + "max": "135.434", + "min": "134.577", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "115.234", + "max": "115.747", + "min": "115.101", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "89.757", + "max": "93.987", + "min": "89.416", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "143.599", + "max": "147.146", + "min": "142.987", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "10.148", + "max": "11.451", + "min": "9.788", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "45.623", + "max": "45.985", + "min": "45.504", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "31.7", + "max": "36.405", + "min": "31.327", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "145.995", + "max": "146.185", + "min": "145.895", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "37.945", + "max": "38.617", + "min": "37.568", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "39.771", + "max": "40.084", + "min": "39.643", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "147.384", + "max": "148.355", + "min": "147.18", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "244.343", + "max": "245.429", + "min": "244.153", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "129.994", + "max": "130.194", + "min": "129.871", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "78.108", + "max": "78.439", + "min": "77.986", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "128.239", + "max": "128.46", + "min": "127.923", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "46.92", + "max": "60.333", + "min": "33.947", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "95.21", + "max": "95.401", + "min": "94.97", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "146.289", + "max": "155.153", + "min": "142.972", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "172.063", + "max": "172.369", + "min": "171.906", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "35.493", + "max": "37.887", + "min": "34.463", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "289.96", + "max": "290.133", + "min": "289.774", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "28.969", + "max": "33.151", + "min": "28.005", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "19.571", + "max": "19.672", + "min": "19.482", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "64.866", + "max": "67.067", + "min": "64.266", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "65.077", + "max": "121.928", + "min": "60.856", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "227.033", + "max": "313.54", + "min": "213.701", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "266.283", + "max": "275.649", + "min": "265.839", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "67.476", + "max": "67.638", + "min": "67.318", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.407", + "max": "35.999", + "min": "35.343", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "70.74", + "max": "70.901", + "min": "70.672", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "44.716", + "max": "45.127", + "min": "44.225", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "221.246", + "max": "222.862", + "min": "220.553", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "106.799", + "max": "107.227", + "min": "106.702", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "191.643", + "max": "192.81", + "min": "191.366", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "130.785", + "max": "131.263", + "min": "130.518", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "141.937", + "max": "144.038", + "min": "141.639", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "94.134", + "max": "94.416", + "min": "93.982", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "55.799", + "max": "56.516", + "min": "55.562", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "7.309", + "max": "7.444", + "min": "7.208", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "82.977", + "max": "83.073", + "min": "82.865", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "123.469", + "max": "123.937", + "min": "123.266", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "107.612", + "max": "107.974", + "min": "107.464", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "85.749", + "max": "86.159", + "min": "85.595", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "135.522", + "max": "143.623", + "min": "135.006", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "89.46", + "max": "90.24", + "min": "89.223", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "240.286", + "max": "240.464", + "min": "240.18", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "139.973", + "max": "140.594", + "min": "139.77", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "127.95", + "max": "128.25", + "min": "127.849", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "57.736", + "max": "59.358", + "min": "57.453", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "9.51", + "max": "14.336", + "min": "9.144", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "92.799", + "max": "92.977", + "min": "92.687", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "101.626", + "max": "101.877", + "min": "101.457", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "9.791", + "max": "16.038", + "min": "9.397", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "114.724", + "max": "115.829", + "min": "114.079", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "148.933", + "max": "149.407", + "min": "148.734", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "31.685", + "max": "31.79", + "min": "31.612", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "250.809", + "max": "251.824", + "min": "250.513", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "78.762", + "max": "81.896", + "min": "78.561", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "98.029", + "max": "98.171", + "min": "97.873", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "155.883", + "max": "156.217", + "min": "155.693", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "144.269", + "max": "162.98", + "min": "142.972", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "134.999", + "max": "138.19", + "min": "134.698", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "86.886", + "max": "87.73", + "min": "86.738", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "96.276", + "max": "98.8", + "min": "95.967", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "133.196", + "max": "133.451", + "min": "132.915", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "49.273", + "max": "50.742", + "min": "49.111", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "305.038", + "max": "306.889", + "min": "304.395", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "110.953", + "max": "111.469", + "min": "110.789", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "326.819", + "max": "327.164", + "min": "324.865", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "179.227", + "max": "180.048", + "min": "179.138", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "74.693", + "max": "74.849", + "min": "74.545", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.92", + "max": "102.03", + "min": "101.827", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "176.378", + "max": "176.567", + "min": "176.235", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "241.386", + "max": "241.846", + "min": "241.269", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "257.23", + "max": "257.42", + "min": "257.039", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "66.495", + "max": "66.947", + "min": "66.313", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "128.858", + "max": "129.393", + "min": "128.705", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "405.086", + "max": "522.622", + "min": "212.243", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "166.202", + "max": "298.986", + "min": "85.087", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "172.288", + "max": "178.286", + "min": "171.688", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "230.638", + "max": "232.917", + "min": "230.329", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "103.519", + "max": "103.708", + "min": "103.396", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "116.485", + "max": "118.549", + "min": "116.175", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "106.774", + "max": "106.989", + "min": "106.597", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "181.052", + "max": "328.157", + "min": "99.104", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "191.706", + "max": "191.879", + "min": "191.583", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "52.985", + "max": "312.997", + "min": "36.232", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "37.693", + "max": "37.899", + "min": "37.534", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "38.831", + "max": "39.473", + "min": "38.359", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "69.749", + "max": "69.959", + "min": "69.603", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "165.465", + "max": "166.72", + "min": "165.038", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "115.952", + "max": "116.325", + "min": "115.76", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "153.933", + "max": "154.343", + "min": "153.708", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "110.758", + "max": "111.289", + "min": "110.632", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "106.62", + "max": "106.907", + "min": "106.433", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "99.298", + "max": "102.262", + "min": "99.066", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "312.14", + "max": "313.81", + "min": "311.381", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "124.699", + "max": "126.039", + "min": "124.591", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "63.856", + "max": "64", + "min": "63.729", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "140.464", + "max": "151.598", + "min": "138.853", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "124.231", + "max": "124.32", + "min": "124.174", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "96.806", + "max": "96.901", + "min": "96.688", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.202", + "max": "68.429", + "min": "68.079", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "30.414", + "max": "30.675", + "min": "30.278", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "174.939", + "max": "176.598", + "min": "174.472", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "45.651", + "max": "46.164", + "min": "45.48", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "29.697", + "max": "29.945", + "min": "29.585", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "171.559", + "max": "178.528", + "min": "170.801", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "10.394", + "max": "11.247", + "min": "10.149", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "39.281", + "max": "48.352", + "min": "38.872", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "139.924", + "max": "140.065", + "min": "139.844", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "2.062", + "max": "5.17", + "min": "1.902", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "3.743", + "max": "4.151", + "min": "3.61", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.866", + "max": "37.131", + "min": "13.687", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "222.268", + "max": "222.459", + "min": "222.123", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.122", + "max": "37.866", + "min": "36.957", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "29.698", + "max": "29.984", + "min": "29.539", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "78.786", + "max": "78.908", + "min": "78.694", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "132.795", + "max": "133.45", + "min": "132.453", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "32.401", + "max": "33.417", + "min": "32.101", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "251.287", + "max": "296.663", + "min": "242.161", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "112.103", + "max": "112.255", + "min": "111.939", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "223.403", + "max": "317.87", + "min": "215.429", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "116.388", + "max": "116.675", + "min": "116.213", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "371.376", + "max": "371.599", + "min": "370.796", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "34.772", + "max": "35.055", + "min": "34.625", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "69.046", + "max": "69.4", + "min": "68.83", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "110.766", + "max": "110.981", + "min": "110.547", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "156.543", + "max": "156.669", + "min": "156.479", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "89.911", + "max": "90.165", + "min": "89.688", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "147.751", + "max": "148.746", + "min": "147.569", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "282.209", + "max": "289.296", + "min": "281.736", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "76.367", + "max": "76.841", + "min": "76.228", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "78.055", + "max": "78.134", + "min": "77.991", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.503", + "max": "18.956", + "min": "14.082", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "150.88", + "max": "151.214", + "min": "150.718", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "10.353", + "max": "13.355", + "min": "10.03", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "23.843", + "max": "24.139", + "min": "23.539", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "33.773", + "max": "54.287", + "min": "32.489", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "22.221", + "max": "22.342", + "min": "22.122", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "4.987", + "max": "5.441", + "min": "4.791", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "55.831", + "max": "56.303", + "min": "55.698", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "45.315", + "max": "45.553", + "min": "45.226", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "58.371", + "max": "58.685", + "min": "58.16", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "59.203", + "max": "59.591", + "min": "59.026", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "7.14", + "max": "7.584", + "min": "7.029", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "11.268", + "max": "13.152", + "min": "11.042", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "6.039", + "max": "6.086", + "min": "5.975", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.529", + "max": "23.015", + "min": "21.356", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "56.336", + "max": "56.595", + "min": "56.091", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "31.772", + "max": "47.432", + "min": "29.918", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "35.952", + "max": "80.226", + "min": "14.502", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "0.021", + "max": "0.06", + "min": "0.015", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "76.507", + "max": "76.859", + "min": "76.336", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "34.716", + "max": "48.419", + "min": "33.762", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "45.406", + "max": "45.942", + "min": "45.007", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "17.156", + "max": "30.257", + "min": "16.125", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "206.142", + "max": "206.622", + "min": "205.949", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "30.339", + "max": "30.64", + "min": "30.253", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "40.159", + "max": "40.484", + "min": "39.958", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.17", + "max": "25.986", + "min": "25.091", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "153.075", + "max": "159.197", + "min": "151.456", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "58.246", + "max": "58.409", + "min": "58.166", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "8.318", + "max": "11.965", + "min": "8.107", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "7.228", + "max": "7.502", + "min": "7.089", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "6.437", + "max": "7.11", + "min": "6.077", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "294.068", + "max": "302.889", + "min": "293.537", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "75.134", + "max": "81.904", + "min": "73.719", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "263.004", + "max": "264.303", + "min": "262.853", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "147.452", + "max": "147.575", + "min": "147.36", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "9.744", + "max": "10.268", + "min": "9.675", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "134.737", + "max": "135.374", + "min": "134.591", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "163.089", + "max": "164.183", + "min": "162.818", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "47.785", + "max": "48.165", + "min": "47.57", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "74.274", + "max": "75.374", + "min": "74.048", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "4.192", + "max": "5.295", + "min": "3.918", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "8.136", + "max": "9.047", + "min": "7.763", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "89.933", + "max": "90.648", + "min": "89.798", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "115.708", + "max": "115.806", + "min": "115.632", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "194.747", + "max": "195.202", + "min": "194.409", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "72.842", + "max": "72.964", + "min": "72.77", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "20.932", + "max": "21.421", + "min": "20.82", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "72.384", + "max": "72.485", + "min": "72.327", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.206", + "max": "20.464", + "min": "20.047", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "199.462", + "max": "497.419", + "min": "188.98", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "126.356", + "max": "130.246", + "min": "122.74", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "21.752", + "max": "21.978", + "min": "21.618", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "43.633", + "max": "44.843", + "min": "43.047", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "155.352", + "max": "177.105", + "min": "153.102", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "96.953", + "max": "98.075", + "min": "96.461", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "222.518", + "max": "222.782", + "min": "222.315", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "88.196", + "max": "88.523", + "min": "88.055", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "57.703", + "max": "57.75", + "min": "57.661", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "16.06", + "max": "16.159", + "min": "15.968", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "52.679", + "max": "52.787", + "min": "52.613", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "84.769", + "max": "89.886", + "min": "84.165", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "94.945", + "max": "95.172", + "min": "94.831", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "69.837", + "max": "75.739", + "min": "68.189", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "176.279", + "max": "179.22", + "min": "175.317", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "81.692", + "max": "83.145", + "min": "80.884", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "65.207", + "max": "65.652", + "min": "65.079", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "93.665", + "max": "94.586", + "min": "93.391", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "13.264", + "max": "16.321", + "min": "12.952", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "268.746", + "max": "269.046", + "min": "268.631", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "165.318", + "max": "165.318", + "min": "165.318", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "3.886", + "max": "3.923", + "min": "3.858", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "20.292", + "max": "20.373", + "min": "20.201", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "95.846", + "max": "96.212", + "min": "95.666", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "25.65", + "max": "36.08", + "min": "16.792", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "27.997", + "max": "28.436", + "min": "27.861", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "167.894", + "max": "168.928", + "min": "167.764", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "84.816", + "max": "87.393", + "min": "84.474", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "93.085", + "max": "98.545", + "min": "92.66", + "id": "204", + "country": "United Kingdom", + "source_name": "Belfast", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "208": { + "name": "Brussels", + "data": { + "0": { + "avg": "156.67", + "max": "164.066", + "min": "156.105", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "276.274", + "max": "281.47", + "min": "275.714", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "93.942", + "max": "94.557", + "min": "93.73", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.961", + "max": "31.317", + "min": "24.075", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "12.709", + "max": "13.097", + "min": "12.362", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "241.424", + "max": "241.665", + "min": "241.196", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "4.842", + "max": "5.846", + "min": "4.597", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "270.998", + "max": "277.026", + "min": "269.989", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "46.28", + "max": "49.477", + "min": "45.848", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "27.742", + "max": "28.144", + "min": "27.39", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "7.412", + "max": "7.831", + "min": "7.077", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "108.65", + "max": "110.472", + "min": "108.427", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.419", + "max": "82.635", + "min": "74.624", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "77.964", + "max": "78.267", + "min": "77.618", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "112.132", + "max": "114.294", + "min": "111.836", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "79.063", + "max": "80.523", + "min": "78.558", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "31.846", + "max": "38.629", + "min": "31.292", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "91.854", + "max": "96.789", + "min": "91.189", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.759", + "max": "18.002", + "min": "17.461", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "21.878", + "max": "27.352", + "min": "21.373", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "280.553", + "max": "284.065", + "min": "280.116", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "94.016", + "max": "94.236", + "min": "93.801", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "147.706", + "max": "147.996", + "min": "147.561", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "147.224", + "max": "151.219", + "min": "146.638", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "31.248", + "max": "31.67", + "min": "30.885", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "16.808", + "max": "17.165", + "min": "16.564", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "22.612", + "max": "24.735", + "min": "22.164", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "26.072", + "max": "26.896", + "min": "25.811", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "10.286", + "max": "10.63", + "min": "10.062", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "140.612", + "max": "142.889", + "min": "140.237", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "250.206", + "max": "251", + "min": "249.923", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.339", + "max": "30.559", + "min": "30.181", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "135.692", + "max": "137.29", + "min": "135.362", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "44.642", + "max": "44.976", + "min": "44.479", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "21.508", + "max": "22.5", + "min": "21.127", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.88", + "max": "171.848", + "min": "163.163", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "136.328", + "max": "136.709", + "min": "136.181", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "128.176", + "max": "128.406", + "min": "127.87", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "104.943", + "max": "108.337", + "min": "104.62", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "79.653", + "max": "81.257", + "min": "79.244", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "148.582", + "max": "158.526", + "min": "147.788", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "11.984", + "max": "15.857", + "min": "11.301", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.539", + "max": "47.836", + "min": "47.298", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.243", + "max": "34.544", + "min": "32.94", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "140.938", + "max": "141.837", + "min": "140.713", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "33.293", + "max": "33.794", + "min": "32.713", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "43.063", + "max": "45.915", + "min": "42.604", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "156.334", + "max": "181.584", + "min": "154.584", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "217.378", + "max": "222.595", + "min": "216.752", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "111.492", + "max": "119.139", + "min": "111.005", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "82.24", + "max": "90.149", + "min": "81.504", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "147.446", + "max": "147.861", + "min": "147.2", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "32.829", + "max": "48.404", + "min": "17.961", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "110.467", + "max": "120.299", + "min": "109.799", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "248.292", + "max": "370.062", + "min": "241.171", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "341.842", + "max": "344.289", + "min": "341.472", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "37.506", + "max": "40.932", + "min": "36.437", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "287.128", + "max": "287.333", + "min": "286.898", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "36.752", + "max": "42.81", + "min": "36.118", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "9.817", + "max": "10.187", + "min": "9.581", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.905", + "max": "61.61", + "min": "59.213", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "65.042", + "max": "115.567", + "min": "61.219", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "270.849", + "max": "336.191", + "min": "264.043", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "342.451", + "max": "421.681", + "min": "335.697", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "46.885", + "max": "48.811", + "min": "46.46", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "47.399", + "max": "47.735", + "min": "47.184", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "75.675", + "max": "79.34", + "min": "75.239", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "41.657", + "max": "42.12", + "min": "41.231", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "207.976", + "max": "209.66", + "min": "207.047", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "124.479", + "max": "129.937", + "min": "123.94", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "234.834", + "max": "237.66", + "min": "234.431", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "137.554", + "max": "141.838", + "min": "137.164", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "156.322", + "max": "156.807", + "min": "155.992", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "95.036", + "max": "95.166", + "min": "94.836", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "52.256", + "max": "53.04", + "min": "51.901", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "12.991", + "max": "13.209", + "min": "12.783", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.892", + "max": "102.118", + "min": "101.688", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "157.027", + "max": "157.346", + "min": "156.874", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "96.471", + "max": "96.992", + "min": "96.212", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "88.27", + "max": "89.745", + "min": "88.008", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "149.209", + "max": "149.527", + "min": "148.95", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "91.388", + "max": "93.591", + "min": "90.972", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "285.537", + "max": "286.225", + "min": "285.175", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "157.987", + "max": "163.189", + "min": "157.489", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "139.009", + "max": "139.137", + "min": "138.758", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "70.816", + "max": "73.049", + "min": "70.223", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "17.499", + "max": "18.403", + "min": "17.193", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "97.292", + "max": "97.764", + "min": "97.113", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "121.407", + "max": "121.932", + "min": "121.184", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "9.285", + "max": "14.984", + "min": "8.737", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "104.069", + "max": "106.042", + "min": "103.398", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "142.384", + "max": "143.111", + "min": "142.003", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "28.365", + "max": "52.337", + "min": "27.3", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "262.705", + "max": "262.893", + "min": "262.583", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "88.832", + "max": "92.727", + "min": "88.238", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "115.395", + "max": "115.693", + "min": "115.154", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "157.304", + "max": "160.387", + "min": "156.959", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "142.672", + "max": "243.23", + "min": "136.713", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "142.49", + "max": "143.966", + "min": "142.129", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "97.019", + "max": "97.686", + "min": "96.628", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "104.203", + "max": "104.409", + "min": "103.95", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "153.3", + "max": "153.846", + "min": "152.94", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "58.707", + "max": "67.178", + "min": "58.148", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "305.333", + "max": "311.533", + "min": "303.873", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "100.568", + "max": "107.424", + "min": "100.031", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "317.041", + "max": "334.115", + "min": "281.596", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "168.016", + "max": "170.709", + "min": "167.582", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "84.157", + "max": "84.373", + "min": "83.918", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "92.365", + "max": "96.375", + "min": "91.928", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "137.258", + "max": "143.449", + "min": "136.171", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "292.413", + "max": "292.809", + "min": "292.186", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "268.303", + "max": "268.886", + "min": "267.995", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "74.968", + "max": "82.913", + "min": "74.359", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "138.324", + "max": "146.86", + "min": "137.635", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "364.778", + "max": "479.516", + "min": "199.411", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "177.287", + "max": "288.436", + "min": "59.334", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "165.042", + "max": "180.489", + "min": "164.012", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "223.308", + "max": "229.158", + "min": "222.514", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "117.835", + "max": "118.396", + "min": "117.636", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "105.351", + "max": "106.734", + "min": "104.924", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "122.771", + "max": "197.858", + "min": "119.755", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "177.97", + "max": "333.417", + "min": "96.668", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "185.584", + "max": "185.837", + "min": "185.394", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "40.27", + "max": "64.926", + "min": "37.164", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.745", + "max": "40.615", + "min": "36.351", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "29.667", + "max": "31.662", + "min": "28.99", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "74.334", + "max": "74.754", + "min": "74.042", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "153.733", + "max": "158.246", + "min": "153.148", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "123.949", + "max": "130.082", + "min": "123.296", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "165.037", + "max": "172.313", + "min": "164.508", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "99.317", + "max": "99.857", + "min": "99.11", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "102.384", + "max": "108.047", + "min": "101.892", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "105.805", + "max": "106.113", + "min": "105.595", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "272.617", + "max": "274.284", + "min": "272.005", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "118.966", + "max": "119.666", + "min": "118.754", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "77.277", + "max": "77.466", + "min": "76.998", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "129.128", + "max": "156.575", + "min": "126.964", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "117.437", + "max": "118.38", + "min": "117.136", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "112.898", + "max": "120.17", + "min": "112.29", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "77.02", + "max": "83.03", + "min": "76.327", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "26.038", + "max": "56.205", + "min": "24.1", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "181.444", + "max": "183.525", + "min": "180.86", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "37.686", + "max": "38.418", + "min": "37.482", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "26.941", + "max": "30.099", + "min": "26.584", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "184.226", + "max": "194.882", + "min": "183.51", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "7.696", + "max": "15.187", + "min": "7.175", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "43.241", + "max": "44.925", + "min": "42.936", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "251.557", + "max": "252.912", + "min": "251.224", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "7.352", + "max": "9.853", + "min": "7.067", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "10.363", + "max": "10.546", + "min": "10.154", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.166", + "max": "33.334", + "min": "16.014", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "260.423", + "max": "260.905", + "min": "260.211", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "36.375", + "max": "39.382", + "min": "35.978", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "22.495", + "max": "27.477", + "min": "21.96", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "93.614", + "max": "93.79", + "min": "93.364", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "159.827", + "max": "160.485", + "min": "159.559", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "40.759", + "max": "42.037", + "min": "40.368", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "307.843", + "max": "355.272", + "min": "300.051", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "117.936", + "max": "118.126", + "min": "117.696", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "237.655", + "max": "320.615", + "min": "228.409", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "126.676", + "max": "200.752", + "min": "123.871", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "377.789", + "max": "378.189", + "min": "377.519", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "31.267", + "max": "31.895", + "min": "31.063", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "83.507", + "max": "85.15", + "min": "83.249", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "119.215", + "max": "125.989", + "min": "118.706", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "169.346", + "max": "169.486", + "min": "169.103", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "91.549", + "max": "91.902", + "min": "91.358", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "133.131", + "max": "133.444", + "min": "132.906", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "254.827", + "max": "256.07", + "min": "254.431", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "79.872", + "max": "80.18", + "min": "79.593", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "93.492", + "max": "93.801", + "min": "93.259", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "16.324", + "max": "19.282", + "min": "15.837", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "151.278", + "max": "151.612", + "min": "151.104", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "16.896", + "max": "23.56", + "min": "16.289", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "18.692", + "max": "19.692", + "min": "18.131", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "24.767", + "max": "25.567", + "min": "24.465", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "18.755", + "max": "19.139", + "min": "18.582", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "13.135", + "max": "13.485", + "min": "12.862", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "64.825", + "max": "65.733", + "min": "64.525", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "44.632", + "max": "44.765", + "min": "44.421", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.952", + "max": "63.237", + "min": "62.686", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "44.027", + "max": "44.608", + "min": "43.77", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "5.339", + "max": "6.701", + "min": "5.083", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "7.691", + "max": "8.416", + "min": "7.444", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "5.985", + "max": "22.812", + "min": "4.999", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "28.063", + "max": "34.65", + "min": "27.367", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "61.469", + "max": "69.392", + "min": "60.705", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "29.448", + "max": "43.44", + "min": "27.151", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "32.521", + "max": "76.588", + "min": "12.173", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "16.441", + "max": "16.999", + "min": "16.17", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "59.368", + "max": "85.865", + "min": "57.462", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "35.153", + "max": "35.644", + "min": "34.913", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "35.267", + "max": "36.006", + "min": "34.8", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "0.06", + "max": "0.105", + "min": "0.042", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.798", + "max": "274.96", + "min": "271.362", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "21.234", + "max": "21.832", + "min": "20.936", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "24.71", + "max": "24.924", + "min": "24.447", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "29.678", + "max": "30.241", + "min": "29.463", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "162.747", + "max": "172.047", + "min": "160.236", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "53.403", + "max": "54.091", + "min": "53.087", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "7.064", + "max": "15.482", + "min": "6.128", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "5.777", + "max": "8.436", + "min": "5.322", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "4.199", + "max": "4.638", + "min": "4.003", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "296.438", + "max": "306.758", + "min": "294.011", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "83.581", + "max": "191.876", + "min": "78.766", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "315.059", + "max": "319.951", + "min": "309.919", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "258.964", + "max": "261.213", + "min": "258.645", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "8.017", + "max": "8.144", + "min": "7.858", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "157.301", + "max": "159.133", + "min": "156.938", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "157.378", + "max": "158.163", + "min": "156.965", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "32.88", + "max": "33.474", + "min": "32.623", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "70.457", + "max": "71.295", + "min": "70.184", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "9.608", + "max": "12.041", + "min": "8.983", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "6.376", + "max": "7.484", + "min": "6.006", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "98.998", + "max": "101.648", + "min": "98.71", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "100.224", + "max": "100.901", + "min": "99.999", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "278.734", + "max": "282.256", + "min": "278.244", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "158.335", + "max": "159.058", + "min": "158.043", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.913", + "max": "26.167", + "min": "24.56", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "81.229", + "max": "81.462", + "min": "81.086", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "17.227", + "max": "21.718", + "min": "16.798", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "200.58", + "max": "201.449", + "min": "200.374", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "114.792", + "max": "118.608", + "min": "111.952", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "26.691", + "max": "29.054", + "min": "26.371", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "43.982", + "max": "45.404", + "min": "43.142", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "159.181", + "max": "182.859", + "min": "157.072", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "232.659", + "max": "235.116", + "min": "232.037", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "240.149", + "max": "240.4", + "min": "239.869", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.958", + "max": "86.325", + "min": "85.721", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "43.261", + "max": "43.679", + "min": "43.067", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "9.127", + "max": "9.622", + "min": "8.871", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "45.674", + "max": "46.399", + "min": "45.461", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": null, + "max": null, + "min": null, + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "85.838", + "max": "86.187", + "min": "85.574", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "66.105", + "max": "73.588", + "min": "63.985", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "155.296", + "max": "156.104", + "min": "155.018", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "83.676", + "max": "85.378", + "min": "82.702", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "61.697", + "max": "62.615", + "min": "61.372", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "107.636", + "max": "108.555", + "min": "107.376", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "19.916", + "max": "27.584", + "min": "19.155", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "187.495", + "max": "192.761", + "min": "170.172", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "220.992", + "max": "220.992", + "min": "220.992", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "9.439", + "max": "16.737", + "min": "8.998", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "18.234", + "max": "18.762", + "min": "17.967", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "104.387", + "max": "111.765", + "min": "103.653", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "29.69", + "max": "37.041", + "min": "21.469", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.956", + "max": "29.303", + "min": "28.731", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "168.187", + "max": "169.312", + "min": "167.885", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "85.288", + "max": "86.523", + "min": "84.74", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "100.075", + "max": "102.046", + "min": "99.837", + "id": "208", + "country": "Belgium", + "source_name": "Brussels", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "210": { + "name": "Munich", + "data": { + "0": { + "avg": "224.853", + "max": "227.7", + "min": "224.571", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "237.141", + "max": "242.547", + "min": "236.69", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "105.763", + "max": "106.027", + "min": "105.654", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "15.517", + "max": "21.55", + "min": "14.728", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "16.743", + "max": "17.925", + "min": "16.513", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "228.91", + "max": "229.039", + "min": "228.845", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "15.892", + "max": "16.513", + "min": "15.737", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "271.281", + "max": "275.28", + "min": "270.51", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "53.137", + "max": "56.883", + "min": "52.822", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "38.188", + "max": "48.416", + "min": "37.549", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "20.228", + "max": "20.492", + "min": "20.05", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.374", + "max": "156.831", + "min": "134.36", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "97.935", + "max": "98.265", + "min": "97.855", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "105.036", + "max": "106.393", + "min": "104.826", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "123.93", + "max": "124.197", + "min": "123.848", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "98.092", + "max": "98.634", + "min": "97.235", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "31.499", + "max": "31.781", + "min": "31.227", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "108.568", + "max": "109.313", + "min": "108.434", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "32.603", + "max": "32.805", + "min": "32.475", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "6.888", + "max": "10.801", + "min": "6.596", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "266.013", + "max": "266.973", + "min": "265.856", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "114.981", + "max": "116.193", + "min": "114.878", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "156", + "max": "156.089", + "min": "155.924", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "155.6", + "max": "171.04", + "min": "154.768", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.941", + "max": "35.518", + "min": "34.694", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "21.14", + "max": "21.608", + "min": "20.991", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "17.231", + "max": "18.822", + "min": "17.024", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "11.839", + "max": "12.344", + "min": "11.72", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "7.248", + "max": "7.327", + "min": "7.185", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "162.619", + "max": "162.967", + "min": "162.402", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "153.777", + "max": "155.997", + "min": "153.625", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "21.79", + "max": "22.327", + "min": "21.645", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "149.802", + "max": "173.428", + "min": "148.714", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "39.026", + "max": "39.478", + "min": "38.934", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.833", + "max": "15.51", + "min": "14.627", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.308", + "max": "166.098", + "min": "162.898", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.382", + "max": "159.127", + "min": "158.278", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "144.229", + "max": "144.707", + "min": "144.1", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "118.812", + "max": "119.303", + "min": "118.692", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "105.894", + "max": "107.043", + "min": "105.631", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "161.11", + "max": "163.183", + "min": "160.748", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "22.08", + "max": "23.805", + "min": "21.664", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "49.577", + "max": "49.92", + "min": "49.462", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.363", + "max": "36.51", + "min": "36.269", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "171.207", + "max": "171.421", + "min": "171.097", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "24.652", + "max": "25.394", + "min": "24.337", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "35.016", + "max": "35.566", + "min": "34.856", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "176.356", + "max": "177.01", + "min": "176.254", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "252.741", + "max": "252.992", + "min": "252.627", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "128.087", + "max": "130.246", + "min": "127.843", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "104.848", + "max": "106.743", + "min": "104.647", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "162.059", + "max": "163.529", + "min": "161.84", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "57.059", + "max": "146.384", + "min": "40.602", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "138.539", + "max": "144.13", + "min": "138.256", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "147.199", + "max": "160.594", + "min": "143.756", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "261.236", + "max": "262.543", + "min": "261.094", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "40.21", + "max": "42.189", + "min": "39.457", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "321.953", + "max": "322.781", + "min": "321.827", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "36.48", + "max": "37.923", + "min": "36.032", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "11.896", + "max": "12.987", + "min": "11.7", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60.624", + "max": "65.405", + "min": "60.007", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "75.27", + "max": "127.305", + "min": "69.491", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "174.809", + "max": "213.937", + "min": "171.9", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "201.499", + "max": "202.513", + "min": "201.318", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "43.972", + "max": "44.577", + "min": "43.794", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "23.584", + "max": "23.691", + "min": "23.514", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.113", + "max": "93.14", + "min": "91.998", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "39.453", + "max": "41.99", + "min": "39.085", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "224.86", + "max": "226.889", + "min": "224.224", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "130.915", + "max": "131.212", + "min": "130.829", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "288.233", + "max": "289.098", + "min": "288.041", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "155.049", + "max": "155.996", + "min": "154.832", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "164.906", + "max": "170.458", + "min": "164.554", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "115.975", + "max": "116.04", + "min": "115.908", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "61.823", + "max": "63.664", + "min": "61.597", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "26.556", + "max": "26.844", + "min": "26.404", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "101.983", + "max": "102.074", + "min": "101.889", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "164.591", + "max": "164.831", + "min": "164.383", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "110.611", + "max": "112.381", + "min": "110.336", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "114.652", + "max": "114.978", + "min": "114.558", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "177.211", + "max": "177.432", + "min": "177.091", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "114.627", + "max": "116.818", + "min": "114.331", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "238.792", + "max": "240.481", + "min": "238.282", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "150.116", + "max": "150.63", + "min": "149.9", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "138.675", + "max": "139.643", + "min": "138.54", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "76.866", + "max": "78.213", + "min": "76.52", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "31.771", + "max": "32.225", + "min": "31.503", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "117.73", + "max": "117.994", + "min": "117.542", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "120.159", + "max": "120.601", + "min": "119.968", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "25.962", + "max": "32.295", + "min": "24.973", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "129.032", + "max": "131.982", + "min": "128.177", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "170.563", + "max": "171.087", + "min": "170.355", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "41.24", + "max": "41.462", + "min": "41.172", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "295.696", + "max": "295.84", + "min": "295.595", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "106.845", + "max": "107.697", + "min": "106.711", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.347", + "max": "131.59", + "min": "131.161", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "173.912", + "max": "174.252", + "min": "173.659", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "154.06", + "max": "175.39", + "min": "152.509", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "159.692", + "max": "160.127", + "min": "159.546", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "112.528", + "max": "115.312", + "min": "112.258", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "124.192", + "max": "125.638", + "min": "124.012", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "167.442", + "max": "167.654", + "min": "167.208", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "39.681", + "max": "54.41", + "min": "38.566", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "328.445", + "max": "332.868", + "min": "327.451", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "124.767", + "max": "125.378", + "min": "124.597", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "382.139", + "max": "389.955", + "min": "366.088", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "181.749", + "max": "184.693", + "min": "181.506", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "96.401", + "max": "97.161", + "min": "96.241", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "112.873", + "max": "113.095", + "min": "112.747", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "165.157", + "max": "167.54", + "min": "164.889", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "262.679", + "max": "263.736", + "min": "262.549", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "282.677", + "max": "284.571", + "min": "282.422", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "110.012", + "max": "113.694", + "min": "109.797", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "150.79", + "max": "151.16", + "min": "150.579", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "364.861", + "max": "474.181", + "min": "203.166", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "133.397", + "max": "214.137", + "min": "50.99", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "171.473", + "max": "179.979", + "min": "170.678", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "222.958", + "max": "224.526", + "min": "222.659", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "130.461", + "max": "133.871", + "min": "130.177", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "119.875", + "max": "121.536", + "min": "119.548", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "159.38", + "max": "159.676", + "min": "159.172", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "216.495", + "max": "365.733", + "min": "126.836", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "217.935", + "max": "218.438", + "min": "217.77", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "52.602", + "max": "268.991", + "min": "38.103", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "44.106", + "max": "44.373", + "min": "44.039", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "27.524", + "max": "28.481", + "min": "27.199", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "97.145", + "max": "97.396", + "min": "96.952", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "168.97", + "max": "169.603", + "min": "168.717", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "144.191", + "max": "144.844", + "min": "144.013", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "198.048", + "max": "200.54", + "min": "197.805", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "114.198", + "max": "118.444", + "min": "113.815", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "114.849", + "max": "115.362", + "min": "114.63", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "119.166", + "max": "123.39", + "min": "118.827", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "307.43", + "max": "309.182", + "min": "306.806", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "133.9", + "max": "134.892", + "min": "133.761", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "84.714", + "max": "84.905", + "min": "84.589", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "138.988", + "max": "144.666", + "min": "137.973", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "147.754", + "max": "147.868", + "min": "147.68", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "126.001", + "max": "128.726", + "min": "125.826", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "89.491", + "max": "90.177", + "min": "89.358", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "14.883", + "max": "15.493", + "min": "14.741", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "179.854", + "max": "180.501", + "min": "179.46", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "36.91", + "max": "38.749", + "min": "36.739", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "12.5", + "max": "12.724", + "min": "12.364", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "204.561", + "max": "209.679", + "min": "203.969", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "13.712", + "max": "14.507", + "min": "13.414", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "29.888", + "max": "30.257", + "min": "29.742", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "145.441", + "max": "146.834", + "min": "145.205", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "20.793", + "max": "22.299", + "min": "20.584", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "22.076", + "max": "22.183", + "min": "22.001", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "9.716", + "max": "11.875", + "min": "8.922", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "235.965", + "max": "236.067", + "min": "235.872", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "27.061", + "max": "28.603", + "min": "26.877", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "17.78", + "max": "20.497", + "min": "17.46", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "103.858", + "max": "104.014", + "min": "103.767", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "174.101", + "max": "174.396", + "min": "173.943", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "53.35", + "max": "54.019", + "min": "53.047", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "309.345", + "max": "351.129", + "min": "301.834", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "179.91", + "max": "185.026", + "min": "179.592", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "263.302", + "max": "321.278", + "min": "253.758", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "124.972", + "max": "126.823", + "min": "124.773", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "201.13", + "max": "202.122", + "min": "201.033", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "26.198", + "max": "26.305", + "min": "26.116", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "89.978", + "max": "95.611", + "min": "89.554", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "109.181", + "max": "110.692", + "min": "109.001", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "185.944", + "max": "186.183", + "min": "185.852", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "90.326", + "max": "90.437", + "min": "90.226", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "146.201", + "max": "149.214", + "min": "145.934", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "245.766", + "max": "251.867", + "min": "212.567", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "104.714", + "max": "104.951", + "min": "104.534", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "110.768", + "max": "110.901", + "min": "110.708", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "10.126", + "max": "13.851", + "min": "9.77", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "145.594", + "max": "145.643", + "min": "145.516", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "33.854", + "max": "34.284", + "min": "33.784", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "16.84", + "max": "17.07", + "min": "16.718", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "27.502", + "max": "36.748", + "min": "26.936", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "13.534", + "max": "14.435", + "min": "13.386", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "27.792", + "max": "29.094", + "min": "27.525", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "65.477", + "max": "66.549", + "min": "65.246", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "39.854", + "max": "41.547", + "min": "39.716", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "63.084", + "max": "65.197", + "min": "62.736", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "53.988", + "max": "54.593", + "min": "53.866", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "19.564", + "max": "25.689", + "min": "19.069", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "18.772", + "max": "18.904", + "min": "18.682", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "13.871", + "max": "14.086", + "min": "13.766", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "12.592", + "max": "13.377", + "min": "12.404", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "71.729", + "max": "75.474", + "min": "71.374", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "24.779", + "max": "56.095", + "min": "22.019", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "25.901", + "max": "44.579", + "min": "15.56", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "30.391", + "max": "30.586", + "min": "30.209", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "65.071", + "max": "65.985", + "min": "64.875", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.755", + "max": "53.822", + "min": "46.271", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "28.469", + "max": "28.898", + "min": "28.025", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "21.216", + "max": "22.031", + "min": "20.883", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "208.897", + "max": "209.326", + "min": "208.773", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "0.04", + "max": "0.071", + "min": "0.022", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "19.007", + "max": "19.408", + "min": "18.815", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "41.138", + "max": "41.243", + "min": "41.063", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "178.851", + "max": "186.133", + "min": "177.456", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "39.135", + "max": "42.603", + "min": "38.859", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "16.334", + "max": "20.289", + "min": "15.893", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "15.712", + "max": "20.48", + "min": "15.389", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "13.418", + "max": "13.533", + "min": "13.239", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "284.647", + "max": "285.1", + "min": "284.485", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "100.467", + "max": "109.24", + "min": "99.639", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "254.152", + "max": "263.172", + "min": "220.05", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "165.095", + "max": "165.323", + "min": "165.013", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "20.185", + "max": "21.867", + "min": "20.035", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "139.259", + "max": "147.424", + "min": "138.238", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "174.651", + "max": "174.873", + "min": "174.416", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "27.007", + "max": "27.695", + "min": "26.828", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "72.356", + "max": "73.815", + "min": "72.104", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "25.982", + "max": "27.459", + "min": "25.633", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "16.005", + "max": "17.781", + "min": "15.654", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "110.904", + "max": "111.891", + "min": "110.772", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "133.048", + "max": "134.866", + "min": "132.91", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.03", + "max": "240.49", + "min": "239.868", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "91.595", + "max": "93.862", + "min": "91.424", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "16.944", + "max": "17.142", + "min": "16.828", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "90.134", + "max": "90.565", + "min": "90.018", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "21.692", + "max": "22.077", + "min": "21.534", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "259.576", + "max": "467.468", + "min": "252.288", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "135.282", + "max": "139.365", + "min": "132.373", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "29.468", + "max": "32.152", + "min": "29.234", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "51.55", + "max": "52.072", + "min": "50.877", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "162.108", + "max": "166.748", + "min": "160.641", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "115.051", + "max": "115.525", + "min": "114.746", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "227.984", + "max": "228.352", + "min": "227.854", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "68.237", + "max": "69.025", + "min": "68.025", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "40.186", + "max": "40.854", + "min": "40.096", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "18.5", + "max": "18.783", + "min": "18.415", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "56.151", + "max": "56.239", + "min": "56.092", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "106.161", + "max": "109.322", + "min": "105.681", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "104.451", + "max": "104.621", + "min": "104.366", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.836", + "max": "71.294", + "min": "66.893", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "187.145", + "max": "188.349", + "min": "186.545", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "122.909", + "max": "124.702", + "min": "121.987", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "60.712", + "max": "64.551", + "min": "60.436", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "119.04", + "max": "123.314", + "min": "118.662", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "31.628", + "max": "36.661", + "min": "30.73", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.8", + "max": "177.796", + "min": "171.58", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "190.469", + "max": "190.469", + "min": "190.469", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "26.328", + "max": "27.31", + "min": "26.221", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "5.59", + "max": "6.083", + "min": "5.512", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "120.83", + "max": "122.158", + "min": "120.407", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "38.617", + "max": "48.707", + "min": "31.215", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "38.588", + "max": "40.735", + "min": "38.35", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "157.921", + "max": "158.292", + "min": "157.759", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "69.45", + "max": "71.687", + "min": "69.073", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "115.101", + "max": "124.155", + "min": "114.693", + "id": "210", + "country": "Germany", + "source_name": "Munich", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "211": { + "name": "Lugano", + "data": { + "0": { + "avg": "255.946", + "max": "256.635", + "min": "255.674", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "273.415", + "max": "274.868", + "min": "273.158", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "106.485", + "max": "106.654", + "min": "106.291", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "21.746", + "max": "27.055", + "min": "21.036", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "23.073", + "max": "24.436", + "min": "22.872", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "278.277", + "max": "278.408", + "min": "278.113", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "35.927", + "max": "36.26", + "min": "35.707", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "265.968", + "max": "281.581", + "min": "264.551", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "81.322", + "max": "81.612", + "min": "81.15", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "38.887", + "max": "40.444", + "min": "38.633", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "26.103", + "max": "26.383", + "min": "25.87", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.833", + "max": "136.886", + "min": "135.68", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "99.011", + "max": "99.171", + "min": "98.857", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "108.277", + "max": "108.737", + "min": "108.138", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "127.927", + "max": "133.539", + "min": "127.631", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "93.05", + "max": "93.742", + "min": "92.692", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "17.689", + "max": "17.935", + "min": "17.489", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "113.04", + "max": "113.179", + "min": "112.855", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "39.046", + "max": "39.237", + "min": "38.851", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "23.016", + "max": "23.111", + "min": "22.856", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.92", + "max": "290.086", + "min": "289.754", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "115.177", + "max": "115.858", + "min": "114.992", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "162.627", + "max": "163.323", + "min": "162.461", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "162.454", + "max": "162.989", + "min": "162.275", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "55.601", + "max": "56.038", + "min": "55.321", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "32.082", + "max": "32.436", + "min": "31.916", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "3.152", + "max": "3.785", + "min": "2.984", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "15.987", + "max": "16.23", + "min": "15.847", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "53.095", + "max": "53.333", + "min": "52.883", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "169.773", + "max": "170.529", + "min": "169.505", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "155.6", + "max": "155.767", + "min": "155.424", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "53.826", + "max": "54.011", + "min": "53.619", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "160.55", + "max": "160.702", + "min": "160.423", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "79.36", + "max": "80.111", + "min": "79.132", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "19.964", + "max": "21.767", + "min": "19.712", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "184.611", + "max": "186.319", + "min": "184.221", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.484", + "max": "165.665", + "min": "165.242", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "171.487", + "max": "171.991", + "min": "171.262", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "130.775", + "max": "132.561", + "min": "130.543", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "104.774", + "max": "105.325", + "min": "104.461", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "168.914", + "max": "174.654", + "min": "168.279", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "32.948", + "max": "35.142", + "min": "32.363", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "65.27", + "max": "65.524", + "min": "65.082", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "40.111", + "max": "42.926", + "min": "39.391", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.541", + "max": "168.58", + "min": "161.074", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.302", + "max": "35.867", + "min": "34.896", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "45.285", + "max": "46.22", + "min": "45.075", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "164.431", + "max": "164.795", + "min": "164.278", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "263.52", + "max": "265.567", + "min": "263.177", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "139.756", + "max": "139.913", + "min": "139.655", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "102.946", + "max": "104.483", + "min": "102.695", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "163.663", + "max": "163.835", + "min": "163.288", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "28.894", + "max": "116.014", + "min": "19.097", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "135.827", + "max": "136.092", + "min": "135.615", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "247.518", + "max": "258.498", + "min": "244.176", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "186.436", + "max": "186.743", + "min": "186.287", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "49.54", + "max": "51.261", + "min": "48.69", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "311.206", + "max": "311.341", + "min": "311.078", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "78.661", + "max": "83.352", + "min": "77.973", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "23.687", + "max": "23.855", + "min": "23.376", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "57.745", + "max": "58.501", + "min": "57.315", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "71.856", + "max": "129.786", + "min": "66.924", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "200.801", + "max": "218.922", + "min": "199.582", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "288.931", + "max": "294.771", + "min": "288.44", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "64.097", + "max": "64.253", + "min": "63.947", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "53.396", + "max": "53.53", + "min": "53.243", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "97.909", + "max": "98.63", + "min": "97.702", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "96.144", + "max": "97.356", + "min": "95.643", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "229.66", + "max": "231.175", + "min": "229.126", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "135.729", + "max": "141.116", + "min": "135.232", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "213.348", + "max": "213.957", + "min": "213.066", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "162.23", + "max": "162.529", + "min": "161.978", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "170.853", + "max": "175.37", + "min": "170.542", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.381", + "max": "70.232", + "min": "68.071", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "43.491", + "max": "43.921", + "min": "43.348", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "111.204", + "max": "111.343", + "min": "111.062", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "166.555", + "max": "166.76", + "min": "166.333", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "117.543", + "max": "127.729", + "min": "116.894", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "110.311", + "max": "110.517", + "min": "110.081", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.091", + "max": "161.303", + "min": "160.86", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "99.398", + "max": "100.271", + "min": "99.033", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "202.901", + "max": "206.948", + "min": "202.567", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "254.144", + "max": "254.344", + "min": "253.972", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "172.398", + "max": "174.775", + "min": "166.706", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "97.999", + "max": "98.582", + "min": "97.754", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "36.653", + "max": "37.965", + "min": "36.337", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "125.684", + "max": "125.88", + "min": "125.51", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "127.584", + "max": "127.975", + "min": "127.423", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "34.519", + "max": "39.171", + "min": "34.123", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "126.155", + "max": "128.111", + "min": "125.482", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "164.538", + "max": "165.16", + "min": "164.28", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "65.525", + "max": "65.701", + "min": "65.364", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "305.579", + "max": "310.105", + "min": "305.198", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "105.147", + "max": "105.905", + "min": "104.883", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "119.657", + "max": "119.961", + "min": "119.424", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "168.422", + "max": "168.854", + "min": "168.248", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "153.518", + "max": "181.687", + "min": "151.52", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "161.906", + "max": "162.036", + "min": "161.725", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "112.521", + "max": "114.882", + "min": "112.135", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "125.16", + "max": "125.299", + "min": "125.005", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "144.299", + "max": "145.374", + "min": "144.109", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "64.671", + "max": "64.838", + "min": "64.548", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "330.478", + "max": "335.141", + "min": "329.965", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "122.812", + "max": "123.518", + "min": "122.622", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "330.418", + "max": "347.427", + "min": "317.588", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "192.284", + "max": "193.433", + "min": "191.985", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "121.516", + "max": "121.917", + "min": "121.328", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "140.64", + "max": "141.136", + "min": "140.438", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "183.871", + "max": "184.317", + "min": "183.677", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "281.496", + "max": "281.874", + "min": "281.223", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "101.71", + "max": "101.875", + "min": "101.591", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "120.092", + "max": "121.577", + "min": "119.799", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "370.59", + "max": "469.736", + "min": "189.414", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "134.842", + "max": "240.585", + "min": "42.649", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "207.725", + "max": "210.83", + "min": "207.212", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "226.669", + "max": "234.052", + "min": "226.059", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "132.269", + "max": "132.404", + "min": "132.143", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "136.01", + "max": "136.632", + "min": "135.638", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "147.226", + "max": "147.639", + "min": "146.886", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "195.233", + "max": "345.737", + "min": "118.76", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "231.081", + "max": "251.161", + "min": "214.451", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "40.904", + "max": "114.556", + "min": "37.502", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.161", + "max": "36.293", + "min": "36.074", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "38.532", + "max": "39.577", + "min": "37.797", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "91.179", + "max": "91.542", + "min": "91.031", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "199.854", + "max": "201.161", + "min": "199.568", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "112.596", + "max": "112.876", + "min": "112.297", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "197.727", + "max": "198.058", + "min": "197.52", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "122.929", + "max": "123.356", + "min": "122.671", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "110.845", + "max": "111.076", + "min": "110.548", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "119.323", + "max": "119.541", + "min": "119.104", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "320.206", + "max": "321.565", + "min": "319.473", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "145.437", + "max": "148.174", + "min": "145.157", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "93.289", + "max": "93.51", + "min": "93.075", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "149.669", + "max": "163.257", + "min": "148.372", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "152.902", + "max": "169.004", + "min": "152.132", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "124.582", + "max": "124.765", + "min": "124.283", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "98.158", + "max": "99.307", + "min": "97.821", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "21.442", + "max": "21.752", + "min": "21.268", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "207.043", + "max": "207.514", + "min": "206.64", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "73.058", + "max": "73.245", + "min": "72.835", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "20.356", + "max": "20.61", + "min": "20.187", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "212.202", + "max": "221.93", + "min": "211.054", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "45.555", + "max": "46.245", + "min": "45.278", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "55.843", + "max": "64.248", + "min": "55.028", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "184.219", + "max": "184.365", + "min": "184.05", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "43.212", + "max": "43.665", + "min": "43.023", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "27.229", + "max": "27.403", + "min": "27.106", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "22.466", + "max": "29.493", + "min": "20.962", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "306.649", + "max": "306.805", + "min": "306.505", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "72.718", + "max": "73.163", + "min": "72.441", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "7.844", + "max": "19.426", + "min": "6.837", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "110.256", + "max": "110.407", + "min": "110.083", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "173.845", + "max": "174.209", + "min": "173.545", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "68.797", + "max": "69.469", + "min": "68.457", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "222.365", + "max": "266.008", + "min": "216.117", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "149.931", + "max": "150.283", + "min": "149.652", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "262.757", + "max": "371.16", + "min": "255.907", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "136.16", + "max": "136.35", + "min": "135.904", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "388.447", + "max": "388.945", + "min": "388.093", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "58.366", + "max": "58.618", + "min": "58.173", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "107.135", + "max": "107.462", + "min": "106.752", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "138.877", + "max": "139.167", + "min": "138.67", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "221.911", + "max": "224.989", + "min": "221.503", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "89.815", + "max": "91.193", + "min": "89.605", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "165.262", + "max": "166.515", + "min": "165.031", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "278.58", + "max": "286.773", + "min": "270.537", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "97.655", + "max": "97.924", + "min": "97.327", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "110.672", + "max": "110.795", + "min": "110.515", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "9.147", + "max": "10.256", + "min": "8.851", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "168.258", + "max": "168.373", + "min": "168.116", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "37.238", + "max": "38.777", + "min": "36.985", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "56.521", + "max": "56.98", + "min": "56.139", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "11.293", + "max": "11.466", + "min": "11.125", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "2.949", + "max": "3.073", + "min": "2.8", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "34.06", + "max": "35.051", + "min": "33.751", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "46.491", + "max": "47.241", + "min": "46.295", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "55.02", + "max": "55.235", + "min": "54.86", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "60.02", + "max": "62.058", + "min": "59.572", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "27.621", + "max": "27.85", + "min": "27.478", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "43.143", + "max": "43.679", + "min": "42.935", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "43.408", + "max": "44.08", + "min": "43.228", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "42.563", + "max": "42.839", + "min": "42.42", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "18.512", + "max": "19.395", + "min": "18.305", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "70.625", + "max": "70.95", + "min": "70.361", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "9.66", + "max": "14.442", + "min": "8.574", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "67.569", + "max": "135.703", + "min": "41.785", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "40.305", + "max": "40.79", + "min": "40.117", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "66.354", + "max": "67.276", + "min": "66.102", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "37.604", + "max": "38.362", + "min": "37.343", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "75.237", + "max": "75.795", + "min": "74.807", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "24.72", + "max": "25.391", + "min": "24.373", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "333.063", + "max": "333.978", + "min": "332.814", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "19.163", + "max": "20.271", + "min": "18.93", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "0.043", + "max": "0.067", + "min": "0.029", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "30.142", + "max": "30.35", + "min": "29.917", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "183.228", + "max": "188.729", + "min": "181.055", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "43.465", + "max": "43.63", + "min": "43.276", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "30.417", + "max": "31.184", + "min": "30.25", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "40.01", + "max": "42.274", + "min": "39.46", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "41.409", + "max": "41.823", + "min": "41.075", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "327.017", + "max": "336.428", + "min": "325.798", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "110.345", + "max": "116.005", + "min": "109.622", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "221.525", + "max": "225.85", + "min": "217.483", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "257.395", + "max": "257.854", + "min": "257.211", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "38.772", + "max": "38.961", + "min": "38.564", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "173.03", + "max": "177.522", + "min": "168.566", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "185.357", + "max": "185.661", + "min": "184.914", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "14.517", + "max": "14.89", + "min": "14.318", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "42.747", + "max": "43.578", + "min": "42.463", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "33.607", + "max": "34.623", + "min": "33.303", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "43.732", + "max": "45.785", + "min": "43.333", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "123.103", + "max": "123.229", + "min": "122.952", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "136.922", + "max": "137.067", + "min": "136.811", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "261.032", + "max": "261.536", + "min": "260.856", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "171.696", + "max": "171.89", + "min": "171.531", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "42.187", + "max": "42.471", + "min": "41.994", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "98.993", + "max": "99.125", + "min": "98.87", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "57.491", + "max": "57.727", + "min": "57.214", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "258.351", + "max": "274.94", + "min": "239.478", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "139.199", + "max": "143.112", + "min": "136.04", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "42.587", + "max": "42.811", + "min": "42.346", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "30.956", + "max": "33.19", + "min": "30.241", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "154.78", + "max": "156.939", + "min": "153.98", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "140.159", + "max": "145.198", + "min": "139.537", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "248.598", + "max": "248.829", + "min": "248.431", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "79.998", + "max": "80.387", + "min": "79.838", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "44.435", + "max": "44.555", + "min": "44.273", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.517", + "max": "24.668", + "min": "24.315", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "33.836", + "max": "34.059", + "min": "33.678", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "100.728", + "max": "102.295", + "min": "100.357", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "106.724", + "max": "106.938", + "min": "106.6", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "82.718", + "max": "91.107", + "min": "80.736", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "202.334", + "max": "203.467", + "min": "201.828", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "103.762", + "max": "105.436", + "min": "102.893", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "81.003", + "max": "81.811", + "min": "80.829", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "135.623", + "max": "136.022", + "min": "135.237", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "60.439", + "max": "61.56", + "min": "60.15", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "298.609", + "max": "301.555", + "min": "298.356", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "247.763", + "max": "247.763", + "min": "247.763", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "31.251", + "max": "31.366", + "min": "31.055", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "51.441", + "max": "51.594", + "min": "51.275", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "128.368", + "max": "128.679", + "min": "128.15", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "58.928", + "max": "75.546", + "min": "50.531", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "54.772", + "max": "54.965", + "min": "54.615", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "190.905", + "max": "192.053", + "min": "190.532", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "102.21", + "max": "104.296", + "min": "101.876", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "120.371", + "max": "120.844", + "min": "120.14", + "id": "211", + "country": "Switzerland", + "source_name": "Lugano", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "214": { + "name": "Athens", + "data": { + "0": { + "avg": "254.647", + "max": "254.822", + "min": "254.454", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "289.317", + "max": "292.289", + "min": "289.02", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "140.852", + "max": "141.113", + "min": "140.691", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "26.342", + "max": "32.556", + "min": "25.654", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "53.972", + "max": "54.237", + "min": "53.802", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "308.416", + "max": "308.524", + "min": "308.326", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "50.531", + "max": "50.658", + "min": "50.334", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "311.466", + "max": "321.491", + "min": "310.183", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "87.721", + "max": "88.064", + "min": "87.576", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "62.375", + "max": "68.588", + "min": "61.943", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "55.728", + "max": "61.377", + "min": "55.347", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "172.806", + "max": "173.867", + "min": "172.625", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "125.319", + "max": "125.466", + "min": "125.183", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "124.652", + "max": "124.836", + "min": "124.519", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "158.625", + "max": "158.877", + "min": "158.462", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "136.434", + "max": "138.925", + "min": "135.895", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "71.813", + "max": "73.49", + "min": "71.528", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "149.353", + "max": "149.562", + "min": "149.161", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "67.869", + "max": "73.445", + "min": "67.415", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "31.893", + "max": "32.699", + "min": "31.747", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "302.354", + "max": "307.427", + "min": "302.002", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "148.716", + "max": "148.836", + "min": "148.586", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "198.689", + "max": "198.879", + "min": "198.547", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "205.078", + "max": "205.315", + "min": "204.917", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "71.882", + "max": "72.077", + "min": "71.699", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "45.243", + "max": "46.227", + "min": "45.12", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "46.979", + "max": "49.185", + "min": "46.628", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "43.832", + "max": "44.05", + "min": "43.742", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "42.91", + "max": "43.207", + "min": "42.786", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "201.442", + "max": "202.691", + "min": "201.232", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "288.996", + "max": "291.102", + "min": "288.745", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.223", + "max": "39.498", + "min": "39.089", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "190.493", + "max": "223.408", + "min": "189.245", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "75.908", + "max": "76.14", + "min": "75.78", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "45.042", + "max": "45.984", + "min": "44.709", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "196.538", + "max": "198.252", + "min": "196.202", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "193.898", + "max": "193.988", + "min": "193.844", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "185.346", + "max": "185.572", + "min": "185.198", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "166.191", + "max": "167.532", + "min": "165.999", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "131.106", + "max": "137.568", + "min": "130.681", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "199.478", + "max": "202.567", + "min": "199.06", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "57.643", + "max": "58.797", + "min": "57.355", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "89.833", + "max": "90.064", + "min": "89.704", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "66.976", + "max": "67.384", + "min": "66.845", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "259.607", + "max": "259.738", + "min": "259.537", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "40.241", + "max": "40.851", + "min": "39.858", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "66.723", + "max": "70.466", + "min": "66.383", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "214.643", + "max": "215.233", + "min": "214.431", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "289.441", + "max": "294.008", + "min": "289.092", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "167.738", + "max": "167.85", + "min": "167.639", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "129.42", + "max": "129.566", + "min": "129.312", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "201.139", + "max": "201.353", + "min": "200.961", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "101.623", + "max": "148.664", + "min": "61.485", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "158.295", + "max": "158.492", + "min": "158.164", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "184.561", + "max": "202.534", + "min": "180.683", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "288.642", + "max": "288.997", + "min": "288.4", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "74.153", + "max": "75.409", + "min": "73.45", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "347.196", + "max": "347.313", + "min": "347.107", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "67.77", + "max": "68.152", + "min": "67.626", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "48.802", + "max": "48.996", + "min": "48.674", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "97.311", + "max": "100.609", + "min": "96.69", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "110.571", + "max": "149.124", + "min": "106.798", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "247.469", + "max": "320.747", + "min": "243.989", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "378.873", + "max": "384.772", + "min": "378.353", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "48.681", + "max": "48.936", + "min": "48.494", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "45.841", + "max": "47.275", + "min": "45.632", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "128.301", + "max": "128.523", + "min": "128.13", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "28.199", + "max": "28.523", + "min": "27.981", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "256.451", + "max": "258.228", + "min": "255.816", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "171.669", + "max": "176.574", + "min": "171.239", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "283.497", + "max": "285.507", + "min": "283.211", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "191.982", + "max": "192.612", + "min": "191.65", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "201.487", + "max": "204.575", + "min": "201.23", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "148.03", + "max": "148.46", + "min": "147.794", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "98.147", + "max": "101.512", + "min": "97.798", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "62.769", + "max": "62.967", + "min": "62.633", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "141.82", + "max": "149.65", + "min": "141.413", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "205.632", + "max": "207.492", + "min": "205.414", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "147.078", + "max": "148.971", + "min": "146.8", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "147.607", + "max": "148.652", + "min": "147.448", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "204.115", + "max": "204.301", + "min": "203.965", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "143.748", + "max": "144.084", + "min": "143.561", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "220.521", + "max": "225.624", + "min": "220.083", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "185.337", + "max": "185.806", + "min": "185.071", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "193.417", + "max": "193.626", + "min": "193.204", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "109.216", + "max": "110.118", + "min": "108.933", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "66.477", + "max": "66.895", + "min": "66.235", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "158.339", + "max": "158.654", + "min": "158.218", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "154.273", + "max": "158.59", + "min": "153.92", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "61.473", + "max": "67.928", + "min": "60.667", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "158.306", + "max": "160.866", + "min": "157.652", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "200.176", + "max": "200.632", + "min": "199.926", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "69.275", + "max": "69.418", + "min": "69.186", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "319.036", + "max": "324.129", + "min": "318.6", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "139.505", + "max": "139.638", + "min": "139.36", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "164.013", + "max": "164.22", + "min": "163.841", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "198.343", + "max": "198.577", + "min": "198.138", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "192.102", + "max": "215.419", + "min": "190.5", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "198.655", + "max": "202.268", + "min": "198.427", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "149.881", + "max": "151.515", + "min": "149.604", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "157.42", + "max": "165.502", + "min": "156.998", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "185.494", + "max": "189.774", + "min": "185.185", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "54.48", + "max": "54.601", + "min": "54.315", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "358.229", + "max": "369.716", + "min": "357.198", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "155.111", + "max": "156.608", + "min": "154.859", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "404.01", + "max": "425.319", + "min": "377.26", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "221.272", + "max": "223.074", + "min": "221.01", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "138.934", + "max": "139.365", + "min": "138.779", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "151.193", + "max": "151.477", + "min": "151.034", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "180.054", + "max": "182.856", + "min": "179.113", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "348.178", + "max": "348.647", + "min": "348.021", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "327.251", + "max": "327.532", + "min": "327.145", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "123.94", + "max": "124.093", + "min": "123.806", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "184.042", + "max": "249.256", + "min": "181.564", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "409.1", + "max": "513.759", + "min": "231.803", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "107.587", + "max": "225.104", + "min": "11.358", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "229.535", + "max": "232.151", + "min": "229.072", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "286.982", + "max": "288.207", + "min": "286.76", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "165.8", + "max": "167.103", + "min": "165.602", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "167.328", + "max": "168.414", + "min": "167.058", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "171.658", + "max": "175.557", + "min": "171.363", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "227.619", + "max": "381.621", + "min": "147.965", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "250.974", + "max": "253.587", + "min": "250.758", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "59.896", + "max": "132.588", + "min": "54.177", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "57.962", + "max": "58.228", + "min": "57.825", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "150.506", + "max": "151.477", + "min": "149.626", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "126.097", + "max": "126.474", + "min": "125.932", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "283.445", + "max": "283.814", + "min": "283.204", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "165.693", + "max": "166.091", + "min": "165.504", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "222.937", + "max": "223.452", + "min": "222.755", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "154.554", + "max": "156.059", + "min": "154.396", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "150.453", + "max": "150.676", + "min": "150.329", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "163.897", + "max": "164.149", + "min": "163.763", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "338.155", + "max": "339.334", + "min": "337.458", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "177.699", + "max": "177.907", + "min": "177.588", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "120.353", + "max": "120.523", + "min": "120.167", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "179.017", + "max": "185.159", + "min": "177.935", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "178.111", + "max": "178.263", + "min": "178.003", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "154.243", + "max": "154.358", + "min": "154.177", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "124.188", + "max": "124.501", + "min": "124.028", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "26.181", + "max": "26.504", + "min": "26.036", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "220.274", + "max": "220.758", + "min": "219.957", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "83.733", + "max": "83.937", + "min": "83.508", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "41.296", + "max": "41.68", + "min": "41.166", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "237.133", + "max": "237.455", + "min": "236.914", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "48.593", + "max": "62.255", + "min": "47.741", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "13.796", + "max": "20.113", + "min": "13.447", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "180.57", + "max": "180.883", + "min": "180.388", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "59.114", + "max": "59.39", + "min": "59.031", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "60.903", + "max": "60.968", + "min": "60.785", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "47.457", + "max": "53.206", + "min": "46.464", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "317.694", + "max": "317.984", + "min": "317.526", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "45.587", + "max": "45.981", + "min": "45.448", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "48.232", + "max": "52.508", + "min": "47.776", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "139.544", + "max": "139.758", + "min": "139.404", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "215.516", + "max": "215.736", + "min": "215.243", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "87.767", + "max": "90.534", + "min": "87.359", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "365.469", + "max": "411.66", + "min": "356.541", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "169.988", + "max": "171.263", + "min": "169.854", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "293.12", + "max": "383.502", + "min": "285.843", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "166.776", + "max": "166.958", + "min": "166.664", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "251.008", + "max": "252.465", + "min": "250.845", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "54.974", + "max": "55.249", + "min": "54.867", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "124.381", + "max": "125.618", + "min": "124.196", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "145.95", + "max": "148.043", + "min": "144.25", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "218.148", + "max": "218.306", + "min": "218.064", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "118.46", + "max": "118.641", + "min": "118.314", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "181.583", + "max": "181.823", + "min": "181.422", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "277.902", + "max": "283.054", + "min": "266.381", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "123.401", + "max": "123.507", + "min": "123.308", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "146.702", + "max": "147.072", + "min": "146.614", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "64.219", + "max": "65.731", + "min": "63.943", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "168.817", + "max": "169.401", + "min": "168.673", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "66.68", + "max": "66.81", + "min": "66.557", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "48.934", + "max": "54.563", + "min": "48.525", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "46.074", + "max": "47.465", + "min": "45.893", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "47.628", + "max": "47.754", + "min": "47.444", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "61.752", + "max": "62.519", + "min": "61.459", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "100.755", + "max": "104.278", + "min": "100.436", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "14.867", + "max": "15.245", + "min": "14.715", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "95.251", + "max": "95.479", + "min": "95.112", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "74.491", + "max": "81.112", + "min": "74.111", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "53.315", + "max": "62.412", + "min": "52.774", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "53.164", + "max": "53.265", + "min": "53.044", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "51.358", + "max": "51.543", + "min": "51.258", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "38.335", + "max": "38.452", + "min": "38.165", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "76.602", + "max": "76.831", + "min": "76.354", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "55.242", + "max": "85.363", + "min": "53.226", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "64.255", + "max": "113.005", + "min": "39.745", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "58.257", + "max": "58.39", + "min": "58.158", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "75.192", + "max": "75.867", + "min": "75.017", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "74.487", + "max": "95.977", + "min": "73.441", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "33.241", + "max": "33.937", + "min": "32.816", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "53.358", + "max": "53.56", + "min": "53.045", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "305.825", + "max": "323.591", + "min": "304.86", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "38.937", + "max": "39.13", + "min": "38.765", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.322", + "max": "43.492", + "min": "43.119", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "45.601", + "max": "47.79", + "min": "45.408", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "224.316", + "max": "230.699", + "min": "221.736", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "0.056", + "max": "0.509", + "min": "0.022", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "51.497", + "max": "58.229", + "min": "51.101", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "51.507", + "max": "53.919", + "min": "51.096", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "50.253", + "max": "50.384", + "min": "50.105", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "285.648", + "max": "295.832", + "min": "282.457", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "132.828", + "max": "143.397", + "min": "131.803", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "338.115", + "max": "341.953", + "min": "333.681", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "208.998", + "max": "214.205", + "min": "208.598", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "55.81", + "max": "58.463", + "min": "55.584", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "179.214", + "max": "179.712", + "min": "179.008", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "201.969", + "max": "202.394", + "min": "201.604", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "51.402", + "max": "51.671", + "min": "51.198", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "36.619", + "max": "37.011", + "min": "36.493", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "60.986", + "max": "64.955", + "min": "60.486", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "51.783", + "max": "52.137", + "min": "51.609", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "152.551", + "max": "152.799", + "min": "152.441", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "155.179", + "max": "155.419", + "min": "155.09", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "365.419", + "max": "365.663", + "min": "365.189", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "128.595", + "max": "128.827", + "min": "128.427", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "55.644", + "max": "55.834", + "min": "55.527", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "126.816", + "max": "126.968", + "min": "126.727", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "45.145", + "max": "45.304", + "min": "44.991", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "263.759", + "max": "264.27", + "min": "263.59", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "174.52", + "max": "180.114", + "min": "171.156", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "66.78", + "max": "67.474", + "min": "66.627", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "76.786", + "max": "80.478", + "min": "76.031", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "196.901", + "max": "199.957", + "min": "195.733", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "152.211", + "max": "153.237", + "min": "151.662", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "300.067", + "max": "300.233", + "min": "299.946", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "53.299", + "max": "53.946", + "min": "53.145", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "76.416", + "max": "76.623", + "min": "76.26", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "58.418", + "max": "58.717", + "min": "58.297", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "94.412", + "max": "94.562", + "min": "94.32", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "133.813", + "max": "134.36", + "min": "133.478", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "134.44", + "max": "134.678", + "min": "134.255", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "105.057", + "max": "115.551", + "min": "102.595", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "212.834", + "max": "220.433", + "min": "212.147", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "137.522", + "max": "139.113", + "min": "136.513", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "254.279", + "max": "256.347", + "min": "254.093", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "172.008", + "max": "172.189", + "min": "171.911", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "70.752", + "max": "75.919", + "min": "70.413", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "239.43", + "max": "241.089", + "min": "237.861", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "228.92", + "max": "228.92", + "min": "228.92", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "65.073", + "max": "65.254", + "min": "64.92", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "47.281", + "max": "47.365", + "min": "47.15", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "162.012", + "max": "295.063", + "min": "157.202", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "76.853", + "max": "89.011", + "min": "67.961", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "17.644", + "max": "21.861", + "min": "17.376", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "234.772", + "max": "235.002", + "min": "234.65", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "89.024", + "max": "89.426", + "min": "88.681", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "157.871", + "max": "159.817", + "min": "157.619", + "id": "214", + "country": "Greece", + "source_name": "Athens", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "215": { + "name": "Alblasserdam", + "data": { + "0": { + "avg": "211.518", + "max": "213.286", + "min": "211.298", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "238.066", + "max": "247.523", + "min": "237.464", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "93.392", + "max": "95.207", + "min": "93.156", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "25.185", + "max": "34.498", + "min": "24.334", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.146", + "max": "15.854", + "min": "14.888", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "220.533", + "max": "220.92", + "min": "220.302", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "9.976", + "max": "12.2", + "min": "9.753", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "298.467", + "max": "301.986", + "min": "297.552", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "45.969", + "max": "46.256", + "min": "45.823", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "23.951", + "max": "25.043", + "min": "23.706", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "8.989", + "max": "9.272", + "min": "8.815", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "115.382", + "max": "117.586", + "min": "115.199", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "75.707", + "max": "77.609", + "min": "75.503", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "79.147", + "max": "80.039", + "min": "78.868", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "111.24", + "max": "111.586", + "min": "111.115", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "99.71", + "max": "100.241", + "min": "99.101", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "41.881", + "max": "42.286", + "min": "41.55", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.149", + "max": "109.753", + "min": "95.133", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "16.686", + "max": "20.442", + "min": "16.317", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "22.512", + "max": "22.858", + "min": "22.32", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "269.465", + "max": "270.546", + "min": "269.286", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "100.326", + "max": "100.577", + "min": "100.25", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "146.977", + "max": "158.186", + "min": "146.335", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "147.556", + "max": "147.748", + "min": "147.35", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "27.963", + "max": "30.288", + "min": "27.597", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "14.146", + "max": "15.54", + "min": "13.947", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.881", + "max": "21.538", + "min": "20.663", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "25.006", + "max": "26.649", + "min": "24.656", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "15.62", + "max": "20.101", + "min": "15.307", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "137.566", + "max": "140.592", + "min": "137.176", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "167.449", + "max": "167.669", + "min": "167.32", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "24.484", + "max": "26.599", + "min": "24.204", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "139.496", + "max": "139.864", + "min": "139.351", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "43.907", + "max": "44.163", + "min": "43.791", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "17.338", + "max": "18.081", + "min": "17.152", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "169.737", + "max": "170.504", + "min": "169.357", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "145.7", + "max": "148.617", + "min": "145.526", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "141.466", + "max": "142.939", + "min": "141.297", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "109.484", + "max": "114.979", + "min": "108.975", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "86.687", + "max": "87.525", + "min": "86.449", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "152.236", + "max": "157.938", + "min": "151.492", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "8.07", + "max": "10.841", + "min": "7.524", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.832", + "max": "49.697", + "min": "47.648", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "30.76", + "max": "33.309", + "min": "30.544", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "214.3", + "max": "214.846", + "min": "214.131", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "36.012", + "max": "36.781", + "min": "35.712", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "29.581", + "max": "30.246", + "min": "29.401", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "165.002", + "max": "165.368", + "min": "164.846", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "244.448", + "max": "247.151", + "min": "244.188", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "118.829", + "max": "119.423", + "min": "118.697", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "84.189", + "max": "84.684", + "min": "84.106", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "151.091", + "max": "152.503", + "min": "150.734", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "38.47", + "max": "85.56", + "min": "9.2", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "113.075", + "max": "113.911", + "min": "112.961", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "146.466", + "max": "157.664", + "min": "142.291", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "174.361", + "max": "174.591", + "min": "174.174", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "46.912", + "max": "49.237", + "min": "45.922", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "290.898", + "max": "291.236", + "min": "290.8", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "38.413", + "max": "42.958", + "min": "37.81", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "13.405", + "max": "15.488", + "min": "13.168", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.121", + "max": "65.358", + "min": "62.528", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "70.7", + "max": "127.382", + "min": "65.678", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "180.829", + "max": "193.299", + "min": "179.376", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "276.942", + "max": "278.857", + "min": "276.638", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "46.907", + "max": "47.239", + "min": "46.719", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "38.409", + "max": "42.023", + "min": "38.088", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "77.015", + "max": "78.29", + "min": "76.883", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "43.799", + "max": "56.493", + "min": "42.728", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "207.181", + "max": "211.707", + "min": "206.243", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "122.998", + "max": "123.421", + "min": "122.859", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "185.322", + "max": "185.701", + "min": "185.075", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "145.712", + "max": "147.654", + "min": "145.471", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "156.324", + "max": "166.939", + "min": "155.523", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "102.739", + "max": "103.406", + "min": "102.565", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "51.234", + "max": "53.156", + "min": "50.879", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "54.758", + "max": "117.658", + "min": "20.595", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "92.414", + "max": "92.63", + "min": "92.299", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "146.261", + "max": "149.424", + "min": "145.916", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "91.841", + "max": "96.775", + "min": "91.444", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "90.938", + "max": "94.156", + "min": "90.586", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "154.753", + "max": "156.603", + "min": "154.516", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "83.577", + "max": "102.191", + "min": "82.697", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "287.397", + "max": "287.877", + "min": "285.365", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "152.28", + "max": "154.019", + "min": "151.998", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "121.679", + "max": "128.5", + "min": "121.274", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "62.357", + "max": "63.084", + "min": "61.931", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "17.308", + "max": "19.014", + "min": "16.891", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "107.606", + "max": "109.894", + "min": "107.434", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "106.607", + "max": "110.603", + "min": "106.264", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "14.44", + "max": "21.156", + "min": "14.044", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "104.004", + "max": "117.433", + "min": "102.814", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "154.514", + "max": "155.006", + "min": "154.226", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.245", + "max": "34.044", + "min": "33.109", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "281.678", + "max": "282.449", + "min": "281.447", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "81.376", + "max": "82.334", + "min": "81.216", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "110.954", + "max": "112.445", + "min": "110.775", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "162.808", + "max": "164.647", + "min": "162.562", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "136.672", + "max": "152.466", + "min": "135.67", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.618", + "max": "162.228", + "min": "146.262", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "89.903", + "max": "95.018", + "min": "89.391", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "106.576", + "max": "106.788", + "min": "106.455", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "150.247", + "max": "151.163", + "min": "149.958", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "41.783", + "max": "45.08", + "min": "41.466", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "315.15", + "max": "323.153", + "min": "313.988", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "99.467", + "max": "102.709", + "min": "99.194", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "333.892", + "max": "341.752", + "min": "331.998", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "170.481", + "max": "174.736", + "min": "169.937", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "81.428", + "max": "84.343", + "min": "81.189", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "104.388", + "max": "104.565", + "min": "104.281", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "122.93", + "max": "123.802", + "min": "122.735", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "259.303", + "max": "260.663", + "min": "259.097", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.087", + "max": "279.957", + "min": "278.925", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "82.355", + "max": "84.727", + "min": "82.119", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "137.306", + "max": "141.415", + "min": "136.824", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "365.773", + "max": "483.889", + "min": "180.907", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "166.522", + "max": "254.71", + "min": "68.103", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "187.757", + "max": "192.986", + "min": "187.086", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "231.645", + "max": "240.238", + "min": "230.87", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "116.819", + "max": "117.393", + "min": "116.681", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "124.471", + "max": "127.532", + "min": "124.067", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "123.094", + "max": "126.954", + "min": "122.701", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "178.715", + "max": "341.214", + "min": "109.204", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "225.608", + "max": "226.131", + "min": "225.403", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "38.433", + "max": "65.476", + "min": "35.356", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "34.996", + "max": "35.245", + "min": "34.901", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "23.163", + "max": "24.504", + "min": "22.635", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.489", + "max": "84.336", + "min": "80.142", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "169.573", + "max": "171.376", + "min": "169.186", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "135.977", + "max": "138.583", + "min": "135.685", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "181.947", + "max": "182.158", + "min": "181.834", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "102.261", + "max": "105.067", + "min": "102.08", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "98.429", + "max": "100.017", + "min": "98.215", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "105.708", + "max": "107.576", + "min": "105.357", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "319.218", + "max": "322.778", + "min": "318.143", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.418", + "max": "127.412", + "min": "123.094", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "70.662", + "max": "70.89", + "min": "70.492", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "136.383", + "max": "140.767", + "min": "135.485", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "126.859", + "max": "127.853", + "min": "126.687", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "106.74", + "max": "106.938", + "min": "106.665", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "73.685", + "max": "78.977", + "min": "73.157", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "24.551", + "max": "25.247", + "min": "24.447", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "183.809", + "max": "184.925", + "min": "183.408", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "49.264", + "max": "49.828", + "min": "49.074", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.28", + "max": "26.552", + "min": "24.966", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.025", + "max": "180.905", + "min": "179.743", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "6.947", + "max": "9.019", + "min": "6.601", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "36.708", + "max": "54.307", + "min": "35.665", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "140.943", + "max": "148.469", + "min": "140.285", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "10.217", + "max": "13.649", + "min": "9.791", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "11.563", + "max": "11.8", + "min": "11.479", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.152", + "max": "23.778", + "min": "14.031", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "253.528", + "max": "253.771", + "min": "253.382", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "33.759", + "max": "38.058", + "min": "33.174", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "25.601", + "max": "63.033", + "min": "24.068", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "97.239", + "max": "101.284", + "min": "96.929", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "151.446", + "max": "151.946", + "min": "151.222", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.376", + "max": "53.173", + "min": "48.859", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "311.982", + "max": "351.613", + "min": "305.766", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "123.402", + "max": "125.508", + "min": "123.076", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "238.959", + "max": "326.521", + "min": "229.576", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "120.264", + "max": "121.774", + "min": "120.089", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "204.217", + "max": "207.772", + "min": "203.978", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "32.259", + "max": "35.234", + "min": "31.954", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "73.93", + "max": "75.438", + "min": "73.723", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "103.071", + "max": "103.306", + "min": "102.905", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "164.426", + "max": "165.727", + "min": "164.25", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "93.563", + "max": "96.526", + "min": "93.07", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "134.892", + "max": "136.842", + "min": "134.637", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "243.515", + "max": "252.252", + "min": "210.063", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "78.747", + "max": "79.122", + "min": "78.603", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "97.262", + "max": "101.699", + "min": "97.005", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "19.688", + "max": "23.273", + "min": "19.252", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "137.512", + "max": "138.829", + "min": "137.223", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "17.972", + "max": "20.416", + "min": "17.764", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.153", + "max": "23.312", + "min": "20.753", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "33.328", + "max": "37.552", + "min": "32.842", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.033", + "max": "24.311", + "min": "20.732", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "13.142", + "max": "14.496", + "min": "12.846", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "60.449", + "max": "64.908", + "min": "59.99", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "41.874", + "max": "43.51", + "min": "41.577", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "58.578", + "max": "59.554", + "min": "58.263", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "42.195", + "max": "44.515", + "min": "41.916", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "4.828", + "max": "8.983", + "min": "4.419", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "7.662", + "max": "8.295", + "min": "7.571", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "4.044", + "max": "4.128", + "min": "3.955", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.338", + "max": "21.822", + "min": "20.884", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "69.3", + "max": "73.685", + "min": "68.604", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "32.146", + "max": "69.966", + "min": "29.503", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "35.18", + "max": "109.045", + "min": "16.507", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "8.231", + "max": "8.695", + "min": "8.133", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "82.61", + "max": "83.678", + "min": "82.369", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "34.506", + "max": "57.87", + "min": "33.159", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "39.737", + "max": "40.234", + "min": "39.3", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "6.952", + "max": "19.056", + "min": "6.214", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "203.152", + "max": "203.514", + "min": "202.949", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "16.085", + "max": "19.761", + "min": "15.854", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "30.468", + "max": "32.419", + "min": "30.124", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "22.715", + "max": "23.041", + "min": "22.638", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "171.36", + "max": "178.433", + "min": "168.92", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "51.293", + "max": "51.468", + "min": "51.164", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "0.04", + "max": "0.065", + "min": "0.023", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "1.66", + "max": "2.87", + "min": "1.377", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "3.524", + "max": "3.785", + "min": "3.346", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "299.997", + "max": "300.713", + "min": "299.77", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "80.369", + "max": "89.946", + "min": "79.2", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "219.385", + "max": "239.462", + "min": "211.318", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "139.124", + "max": "141.646", + "min": "138.871", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "7.431", + "max": "8.131", + "min": "7.316", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "136.787", + "max": "137.035", + "min": "136.606", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "148.869", + "max": "150.097", + "min": "148.589", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "38.053", + "max": "41.749", + "min": "37.595", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "63.605", + "max": "64.393", + "min": "63.324", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "11.894", + "max": "13.248", + "min": "11.636", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "5.453", + "max": "7.406", + "min": "5.035", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "103.666", + "max": "103.916", + "min": "103.554", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "110.38", + "max": "114.567", + "min": "110.059", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "229.629", + "max": "230.206", + "min": "229.347", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "77.246", + "max": "82.263", + "min": "76.992", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.51", + "max": "25.007", + "min": "24.338", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "76.37", + "max": "76.73", + "min": "76.281", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.316", + "max": "25.643", + "min": "19.887", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "216.099", + "max": "611.003", + "min": "201.756", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "117.28", + "max": "122.088", + "min": "114.445", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "26.117", + "max": "26.402", + "min": "25.933", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "45.807", + "max": "59.395", + "min": "44.571", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "157.953", + "max": "165.325", + "min": "156.461", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "110.919", + "max": "113.14", + "min": "110.46", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "231.581", + "max": "232.32", + "min": "231.395", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "77.339", + "max": "83.317", + "min": "76.848", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "42.727", + "max": "44.355", + "min": "42.579", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.332", + "max": "20.632", + "min": "13.783", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "53.465", + "max": "57.414", + "min": "53.123", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "88.687", + "max": "93.307", + "min": "88.103", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "94.996", + "max": "96.381", + "min": "94.783", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "67.164", + "max": "69.553", + "min": "65.492", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "167.898", + "max": "169.679", + "min": "167.501", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "88.084", + "max": "89.591", + "min": "87.04", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "61.47", + "max": "62.321", + "min": "61.322", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "102.412", + "max": "103.111", + "min": "102.149", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "21.388", + "max": "23.844", + "min": "21.044", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "262.618", + "max": "268.474", + "min": "260.767", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "186.613", + "max": "186.613", + "min": "186.613", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "12.528", + "max": "16.489", + "min": "12.299", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "14.097", + "max": "14.339", + "min": "13.874", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "103.772", + "max": "105.912", + "min": "103.326", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "29.629", + "max": "39.177", + "min": "21.866", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "31.938", + "max": "32.259", + "min": "31.847", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "132.846", + "max": "135.279", + "min": "132.531", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "76.396", + "max": "78.989", + "min": "75.786", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "105.427", + "max": "108.398", + "min": "105.206", + "id": "215", + "country": "Netherlands", + "source_name": "Alblasserdam", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "216": { + "name": "The Hague", + "data": { + "0": { + "avg": "198.618", + "max": "199.229", + "min": "198.474", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "238.972", + "max": "244.837", + "min": "238.523", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "96.331", + "max": "96.564", + "min": "96.17", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "25.341", + "max": "29.823", + "min": "24.619", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.658", + "max": "16.112", + "min": "15.493", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "230.857", + "max": "231.361", + "min": "230.72", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "3.021", + "max": "3.312", + "min": "2.863", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "273.663", + "max": "285.067", + "min": "272.257", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "62.512", + "max": "62.817", + "min": "62.374", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "23.206", + "max": "30.842", + "min": "21.995", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "8.789", + "max": "9.138", + "min": "8.634", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "122.992", + "max": "125.193", + "min": "122.808", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "74.607", + "max": "74.758", + "min": "74.423", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "86.705", + "max": "89.834", + "min": "86.413", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "112.388", + "max": "114.453", + "min": "112.043", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "94.042", + "max": "94.505", + "min": "93.685", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "30.355", + "max": "34.345", + "min": "30.007", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "97.981", + "max": "98.16", + "min": "97.832", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.694", + "max": "18.22", + "min": "17.548", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "20.48", + "max": "20.665", + "min": "20.399", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "268.687", + "max": "268.905", + "min": "268.549", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "99.68", + "max": "105.083", + "min": "99.292", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "149.094", + "max": "153.441", + "min": "148.841", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "153.343", + "max": "158.102", + "min": "153.01", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "32.624", + "max": "36.02", + "min": "32.263", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "15.227", + "max": "16.054", + "min": "15.035", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.623", + "max": "22.649", + "min": "20.262", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "36.177", + "max": "39.994", + "min": "35.918", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.718", + "max": "19.922", + "min": "14.278", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "143.864", + "max": "147.216", + "min": "143.299", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "244.311", + "max": "244.478", + "min": "244.157", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "24.047", + "max": "25.51", + "min": "23.86", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "138.622", + "max": "140.401", + "min": "138.419", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "41.158", + "max": "41.867", + "min": "40.928", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "17.278", + "max": "21.81", + "min": "16.72", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "168.532", + "max": "171.496", + "min": "168.107", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "147.328", + "max": "147.933", + "min": "147.171", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "144.343", + "max": "144.775", + "min": "144.191", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "107.56", + "max": "108.032", + "min": "107.373", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.832", + "max": "83.518", + "min": "82.582", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "151.507", + "max": "154.888", + "min": "151.06", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "8.433", + "max": "11.054", + "min": "7.934", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.669", + "max": "49.22", + "min": "47.464", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "28.81", + "max": "31.133", + "min": "28.232", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "146.202", + "max": "146.38", + "min": "146.028", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "29.159", + "max": "33.072", + "min": "28.452", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "34.937", + "max": "36.693", + "min": "34.726", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "169.003", + "max": "169.237", + "min": "168.809", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "240.686", + "max": "242.321", + "min": "239.463", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "118.63", + "max": "120.874", + "min": "118.361", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "91.032", + "max": "91.269", + "min": "90.825", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "157.492", + "max": "157.84", + "min": "157.304", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "50.686", + "max": "91.727", + "min": "7.311", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "115.043", + "max": "115.248", + "min": "114.899", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "138.736", + "max": "144.827", + "min": "135.74", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "252.16", + "max": "253.033", + "min": "251.981", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "43.942", + "max": "48.474", + "min": "43.356", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "299.844", + "max": "301.146", + "min": "299.694", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "55.018", + "max": "56.3", + "min": "54.696", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "11.437", + "max": "15.362", + "min": "11.098", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.664", + "max": "62.411", + "min": "59.073", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "71.861", + "max": "113.96", + "min": "68.772", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "190.83", + "max": "287.16", + "min": "177.138", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "330.919", + "max": "331.806", + "min": "330.642", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "58.616", + "max": "59.442", + "min": "58.306", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.575", + "max": "36.052", + "min": "35.418", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "77.422", + "max": "78.012", + "min": "77.174", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "54.885", + "max": "55.325", + "min": "54.496", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "208.497", + "max": "213.571", + "min": "207.642", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "122.743", + "max": "124.854", + "min": "122.448", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "245.025", + "max": "246.309", + "min": "244.828", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "146.103", + "max": "149.358", + "min": "145.746", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "152.468", + "max": "154.247", + "min": "152.085", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "106.008", + "max": "109.222", + "min": "105.708", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "50.226", + "max": "51.681", + "min": "49.842", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "13.363", + "max": "14.649", + "min": "13.148", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "93.961", + "max": "94.335", + "min": "93.74", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "149.083", + "max": "152.756", + "min": "148.872", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "88.268", + "max": "89.45", + "min": "87.889", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "88.884", + "max": "94.076", + "min": "88.432", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "155.835", + "max": "160.408", + "min": "155.535", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "92.49", + "max": "94.91", + "min": "92.071", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "224.066", + "max": "227.225", + "min": "223.613", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "152.393", + "max": "154.399", + "min": "152.047", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "151.356", + "max": "151.988", + "min": "151.141", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "65.8", + "max": "66.573", + "min": "65.399", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "16.728", + "max": "17.23", + "min": "16.456", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "108.184", + "max": "108.403", + "min": "108.085", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "103.969", + "max": "104.718", + "min": "103.743", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "13.743", + "max": "18.132", + "min": "13.256", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "106.709", + "max": "107.876", + "min": "105.896", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "143.432", + "max": "145.038", + "min": "143.09", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "32.067", + "max": "34.369", + "min": "31.896", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "274.341", + "max": "274.659", + "min": "274.12", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "79.856", + "max": "80.896", + "min": "79.658", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "116.089", + "max": "116.263", + "min": "115.983", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "166.922", + "max": "167.244", + "min": "166.684", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "137.537", + "max": "144.957", + "min": "136.483", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "149.748", + "max": "153.316", + "min": "149.414", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "90.044", + "max": "92.621", + "min": "89.738", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "112.786", + "max": "112.918", + "min": "112.657", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "153.553", + "max": "153.97", + "min": "153.37", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "42.589", + "max": "43.38", + "min": "42.361", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "303.57", + "max": "309.315", + "min": "302.687", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "102.019", + "max": "102.291", + "min": "101.897", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "351.833", + "max": "399.636", + "min": "317.402", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "169.7", + "max": "173.649", + "min": "169.217", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "84.922", + "max": "85.725", + "min": "84.65", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "103.4", + "max": "108.315", + "min": "103.066", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "140", + "max": "143.264", + "min": "139.458", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "302.619", + "max": "303.873", + "min": "302.429", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.561", + "max": "279.814", + "min": "279.464", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "83.273", + "max": "84.674", + "min": "83.075", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "135.46", + "max": "149.583", + "min": "134.77", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "381.88", + "max": "499.23", + "min": "212.115", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "137.628", + "max": "221.318", + "min": "75.507", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "180.657", + "max": "189.909", + "min": "179.716", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "220.673", + "max": "222.129", + "min": "220.404", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "111.514", + "max": "111.979", + "min": "111.35", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "116.245", + "max": "117.283", + "min": "115.981", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "124.203", + "max": "124.662", + "min": "124.03", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "203.262", + "max": "361.071", + "min": "119.341", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "190.94", + "max": "192.966", + "min": "190.691", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "35.21", + "max": "42.081", + "min": "34.467", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "34.104", + "max": "34.379", + "min": "33.969", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "22.188", + "max": "23.073", + "min": "21.648", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "76.181", + "max": "77.187", + "min": "75.905", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "246.919", + "max": "247.453", + "min": "246.708", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.134", + "max": "126.845", + "min": "125.918", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "183.226", + "max": "185.23", + "min": "182.896", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "101.896", + "max": "102.564", + "min": "101.724", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "106.379", + "max": "106.679", + "min": "106.219", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "109.073", + "max": "109.447", + "min": "108.905", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "284.937", + "max": "286.347", + "min": "284.464", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "121.882", + "max": "122.101", + "min": "121.748", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "71.019", + "max": "71.349", + "min": "70.781", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "136.135", + "max": "148.357", + "min": "134.286", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.198", + "max": "122.691", + "min": "122.071", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "112.749", + "max": "114.618", + "min": "112.474", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "74.785", + "max": "79.559", + "min": "74.387", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "25.108", + "max": "27.731", + "min": "24.762", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "184.128", + "max": "186.86", + "min": "183.418", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "49.091", + "max": "49.945", + "min": "48.862", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "36.894", + "max": "37.41", + "min": "36.773", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "191.279", + "max": "201.855", + "min": "190.6", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "6.467", + "max": "7.378", + "min": "6.249", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "40.41", + "max": "47.09", + "min": "39.954", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "132.806", + "max": "133.005", + "min": "132.69", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "9.852", + "max": "10.134", + "min": "9.697", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "19.722", + "max": "22.352", + "min": "19.503", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.044", + "max": "42.978", + "min": "12.393", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "278.896", + "max": "279.955", + "min": "278.604", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "35.029", + "max": "36.331", + "min": "34.7", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "22.627", + "max": "59.182", + "min": "21.06", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "95.9", + "max": "98.012", + "min": "95.661", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "165.502", + "max": "166.49", + "min": "165.281", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "50.885", + "max": "52.368", + "min": "50.534", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "310.675", + "max": "356.87", + "min": "302.292", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "120.453", + "max": "122.894", + "min": "119.662", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "245.491", + "max": "305.874", + "min": "239.817", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "131.209", + "max": "135.383", + "min": "130.896", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "208.94", + "max": "209.355", + "min": "208.761", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "42.089", + "max": "42.697", + "min": "41.917", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "76.831", + "max": "77.076", + "min": "76.662", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "106.23", + "max": "111.357", + "min": "105.876", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "179.859", + "max": "180.856", + "min": "179.711", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "92.931", + "max": "93.3", + "min": "92.769", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "133.843", + "max": "134.446", + "min": "133.612", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "210.091", + "max": "210.282", + "min": "209.874", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "73.699", + "max": "75.112", + "min": "73.447", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "87.661", + "max": "88.64", + "min": "87.458", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "17.828", + "max": "20.93", + "min": "17.422", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "136.362", + "max": "136.935", + "min": "136.234", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "18.061", + "max": "19.432", + "min": "17.87", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "24.525", + "max": "25.756", + "min": "24.112", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "31.201", + "max": "53.011", + "min": "30.149", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.019", + "max": "21.672", + "min": "20.859", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "13.347", + "max": "13.789", + "min": "13.078", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "66.518", + "max": "68.467", + "min": "66.262", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "42.445", + "max": "42.732", + "min": "42.346", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.888", + "max": "67.775", + "min": "62.254", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "45.19", + "max": "45.87", + "min": "44.983", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "5.158", + "max": "10.372", + "min": "4.272", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "6.184", + "max": "8.085", + "min": "5.702", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "3.32", + "max": "3.604", + "min": "3.158", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "28.047", + "max": "28.497", + "min": "27.843", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.567", + "max": "57.098", + "min": "55.21", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "31.067", + "max": "37.58", + "min": "29.822", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "36.464", + "max": "77.366", + "min": "20.824", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "7.552", + "max": "13.258", + "min": "7.189", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "57.401", + "max": "57.9", + "min": "57.141", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "30.448", + "max": "35.346", + "min": "29.829", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "42.091", + "max": "42.513", + "min": "41.603", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "5.754", + "max": "7.668", + "min": "5.406", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "259.147", + "max": "259.311", + "min": "259.008", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "15.55", + "max": "15.813", + "min": "15.439", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "39.62", + "max": "39.982", + "min": "39.42", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "23.34", + "max": "26.667", + "min": "23.016", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "177.185", + "max": "184.084", + "min": "175.298", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "51.31", + "max": "51.479", + "min": "51.174", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "2.019", + "max": "11.447", + "min": "1.45", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "0.1", + "max": "0.898", + "min": "0.029", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "2.501", + "max": "2.619", + "min": "2.369", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "252.483", + "max": "267.53", + "min": "249.199", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "84.04", + "max": "91.078", + "min": "83.279", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "220.205", + "max": "226.537", + "min": "202.832", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "141.429", + "max": "145.429", + "min": "141.213", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "7.029", + "max": "7.28", + "min": "6.899", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "153.013", + "max": "157.435", + "min": "152.588", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "147.984", + "max": "148.408", + "min": "147.56", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "31.721", + "max": "31.92", + "min": "31.593", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "61.306", + "max": "62.243", + "min": "61.001", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "11.534", + "max": "12.795", + "min": "10.97", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "4.547", + "max": "5.197", + "min": "4.27", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "98.776", + "max": "99.016", + "min": "98.645", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "108.2", + "max": "110.362", + "min": "108.032", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "233.686", + "max": "237.051", + "min": "233.311", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "77.47", + "max": "77.693", + "min": "77.336", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "22.117", + "max": "23.462", + "min": "21.826", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "76.672", + "max": "77.31", + "min": "76.519", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "21.468", + "max": "21.786", + "min": "21.312", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "203.204", + "max": "203.58", + "min": "203.026", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "117.202", + "max": "122.194", + "min": "114.081", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "38.223", + "max": "38.516", + "min": "38.056", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "44.668", + "max": "47.332", + "min": "44.001", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "162.816", + "max": "173.322", + "min": "161.776", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "118.316", + "max": "120", + "min": "117.809", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "249.448", + "max": "249.687", + "min": "249.266", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "79.244", + "max": "79.682", + "min": "79.08", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "41.729", + "max": "41.997", + "min": "41.593", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "12.253", + "max": "13.701", + "min": "12.111", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "55.292", + "max": "55.919", + "min": "55.137", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "85.27", + "max": "89.698", + "min": "84.744", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "94.623", + "max": "94.957", + "min": "94.448", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.247", + "max": "77.4", + "min": "63.075", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "162.947", + "max": "165.978", + "min": "162.473", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "89.492", + "max": "91.323", + "min": "88.571", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "61.919", + "max": "64.28", + "min": "61.477", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "108.839", + "max": "110.265", + "min": "108.503", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "27.699", + "max": "32.902", + "min": "27.101", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "181.9", + "max": "182.659", + "min": "181.732", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "181.044", + "max": "181.044", + "min": "181.044", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "16.538", + "max": "20.806", + "min": "16.026", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "13.262", + "max": "13.484", + "min": "13.128", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "102.948", + "max": "103.963", + "min": "102.748", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "33.234", + "max": "44.889", + "min": "26.166", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "30.412", + "max": "31.05", + "min": "30.19", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "203.962", + "max": "206.352", + "min": "203.38", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "82.114", + "max": "83.474", + "min": "81.811", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "106.488", + "max": "106.876", + "min": "106.353", + "id": "216", + "country": "Netherlands", + "source_name": "The Hague", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "217": { + "name": "Westpoort", + "data": { + "0": { + "avg": "153.119", + "max": "153.655", + "min": "152.925", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "244.47", + "max": "246.07", + "min": "243.608", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "95.289", + "max": "95.552", + "min": "95.118", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "24.1", + "max": "31.069", + "min": "23.382", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "9.82", + "max": "12.041", + "min": "9.512", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "251.486", + "max": "254.952", + "min": "251.173", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "2.117", + "max": "2.405", + "min": "1.913", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "276.734", + "max": "292.038", + "min": "274.677", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.242", + "max": "43.45", + "min": "43.023", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "24.715", + "max": "25.111", + "min": "24.573", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "6.033", + "max": "8.139", + "min": "5.737", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "117.896", + "max": "122.753", + "min": "117.455", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "76.184", + "max": "76.857", + "min": "75.506", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "102.114", + "max": "102.569", + "min": "101.955", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "111.687", + "max": "117.738", + "min": "109.897", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.38", + "max": "97.096", + "min": "94.838", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "28.661", + "max": "29.243", + "min": "28.459", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "98.727", + "max": "102.145", + "min": "96.468", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.89", + "max": "18.192", + "min": "17.596", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "24.355", + "max": "24.455", + "min": "24.268", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "272.647", + "max": "275.038", + "min": "270.52", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "102.954", + "max": "103.084", + "min": "102.821", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "145.719", + "max": "148.579", + "min": "140.25", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "155.117", + "max": "156.787", + "min": "153.009", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "31.062", + "max": "32.541", + "min": "29.545", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "12.931", + "max": "17.561", + "min": "12.468", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "23.306", + "max": "25.204", + "min": "22.366", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "33.997", + "max": "34.545", + "min": "33.796", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "13.703", + "max": "13.908", + "min": "13.501", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "137.135", + "max": "139.471", + "min": "136.464", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "160.289", + "max": "160.831", + "min": "160.137", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "26.725", + "max": "27.332", + "min": "26.494", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "137.109", + "max": "140.9", + "min": "136.786", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "41.222", + "max": "41.448", + "min": "41.031", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.581", + "max": "17.685", + "min": "13.99", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "169.72", + "max": "170.357", + "min": "169.348", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "147.973", + "max": "148.622", + "min": "147.837", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "142.113", + "max": "142.291", + "min": "141.986", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "106.329", + "max": "106.453", + "min": "106.194", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "81.335", + "max": "90.269", + "min": "80.699", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "149.495", + "max": "155.384", + "min": "148.411", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "9.175", + "max": "10.963", + "min": "8.692", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "43.432", + "max": "43.719", + "min": "43.313", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "27.752", + "max": "33.239", + "min": "27.201", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "189.959", + "max": "190.3", + "min": "189.866", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "33.248", + "max": "33.877", + "min": "32.776", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "39.925", + "max": "40.155", + "min": "39.798", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "168.366", + "max": "176.348", + "min": "167.183", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "237.859", + "max": "238.711", + "min": "237.434", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "134.623", + "max": "134.815", + "min": "134.478", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "84.221", + "max": "84.875", + "min": "83.757", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.225", + "max": "165.81", + "min": "164.619", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "61.598", + "max": "71.819", + "min": "52.958", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "103.753", + "max": "104.46", + "min": "103.273", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "131.622", + "max": "155.58", + "min": "126.728", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "175.575", + "max": "176.682", + "min": "175.439", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "41.057", + "max": "44.416", + "min": "40.025", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "300.643", + "max": "304.548", + "min": "300.371", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "38.149", + "max": "39.976", + "min": "37.71", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "8.705", + "max": "10.158", + "min": "7.188", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60.146", + "max": "62.915", + "min": "59.279", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "68.729", + "max": "109.876", + "min": "65.463", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "169.87", + "max": "245.913", + "min": "159.305", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "281.382", + "max": "283.573", + "min": "278.294", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "49.756", + "max": "51.409", + "min": "48.16", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "30.899", + "max": "31.397", + "min": "30.718", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "76.78", + "max": "76.978", + "min": "76.661", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "58.432", + "max": "64.927", + "min": "56.113", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "207.099", + "max": "209.776", + "min": "206.251", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "121.676", + "max": "127.206", + "min": "121.289", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "199.256", + "max": "200.27", + "min": "199.008", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "143.346", + "max": "146.465", + "min": "140.857", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "152.246", + "max": "158.226", + "min": "149.959", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "97.171", + "max": "97.365", + "min": "97.081", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "47.693", + "max": "48.653", + "min": "47.41", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "53.551", + "max": "116.572", + "min": "18.786", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "92.208", + "max": "92.362", + "min": "92.023", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "145.199", + "max": "145.916", + "min": "144.542", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "102.734", + "max": "104.07", + "min": "101.702", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "91.553", + "max": "92.023", + "min": "91.386", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "146.553", + "max": "147.204", + "min": "146.26", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "92.994", + "max": "93.707", + "min": "92.48", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "195.716", + "max": "199.154", + "min": "193.073", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "174.443", + "max": "175.662", + "min": "173.366", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "145.511", + "max": "149.806", + "min": "145.238", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "63.642", + "max": "65.278", + "min": "63", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "15.713", + "max": "19.368", + "min": "15.012", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "109.468", + "max": "109.891", + "min": "109.287", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "106.156", + "max": "106.567", + "min": "105.519", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "13.158", + "max": "20.84", + "min": "12.371", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "105.963", + "max": "107.475", + "min": "105.199", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "152.834", + "max": "153.336", + "min": "152.655", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "34.481", + "max": "36.595", + "min": "30.454", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "272.583", + "max": "273.153", + "min": "272.094", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "90.142", + "max": "90.364", + "min": "89.971", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "107.057", + "max": "111.273", + "min": "106.404", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "154.26", + "max": "154.441", + "min": "154.061", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "136.515", + "max": "144.025", + "min": "135.103", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "154.617", + "max": "154.769", + "min": "154.529", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "100.088", + "max": "102.799", + "min": "99.732", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "118.986", + "max": "119.214", + "min": "118.82", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "158.087", + "max": "166.174", + "min": "151.786", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "42.254", + "max": "42.481", + "min": "42.102", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "308.187", + "max": "309.483", + "min": "307.791", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "102.767", + "max": "103.355", + "min": "102.589", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "322.033", + "max": "337.278", + "min": "279.635", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "187.14", + "max": "194.579", + "min": "181.034", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "79.954", + "max": "81.759", + "min": "79.075", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "101.972", + "max": "104.329", + "min": "101.795", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "170.486", + "max": "170.694", + "min": "170.327", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.676", + "max": "250.848", + "min": "248.986", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "284.786", + "max": "292.039", + "min": "277.785", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "89.575", + "max": "89.886", + "min": "89.488", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "136.552", + "max": "175.699", + "min": "134.693", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "370.539", + "max": "492.323", + "min": "190.545", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "129.693", + "max": "224.359", + "min": "56.897", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "167.982", + "max": "176.283", + "min": "167.304", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "235.446", + "max": "236.402", + "min": "235.305", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "115.889", + "max": "116.203", + "min": "115.77", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "107.199", + "max": "112.676", + "min": "106.728", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "114.633", + "max": "115.799", + "min": "114.29", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "187.14", + "max": "341.049", + "min": "110.218", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "190.971", + "max": "204.584", + "min": "190.008", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "41.691", + "max": "218.643", + "min": "31.861", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "32.758", + "max": "33.096", + "min": "32.5", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "35.369", + "max": "36.529", + "min": "34.756", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "90.358", + "max": "90.674", + "min": "90.201", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "144.91", + "max": "145.515", + "min": "144.588", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "127.946", + "max": "128.648", + "min": "127.543", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "182.375", + "max": "184.618", + "min": "179.865", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "101.384", + "max": "101.909", + "min": "101.187", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "99.16", + "max": "99.249", + "min": "98.977", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "99.137", + "max": "99.389", + "min": "98.942", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "288.816", + "max": "290.359", + "min": "288.15", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "120.956", + "max": "121.063", + "min": "120.874", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "71.971", + "max": "76.106", + "min": "71.535", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "130.122", + "max": "135.613", + "min": "129.178", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.49", + "max": "125.204", + "min": "120.234", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "110.633", + "max": "111.252", + "min": "109.908", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "74.522", + "max": "74.759", + "min": "74.391", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "23.752", + "max": "24.163", + "min": "23.572", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "209.727", + "max": "210.091", + "min": "209.471", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "38.996", + "max": "40.812", + "min": "38.601", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "24.334", + "max": "24.529", + "min": "24.095", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "179.912", + "max": "182.529", + "min": "179.241", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "4.773", + "max": "5.456", + "min": "4.596", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.542", + "max": "37.324", + "min": "33.051", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "153.601", + "max": "154.756", + "min": "152.827", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "8.312", + "max": "12.124", + "min": "7.598", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "9.517", + "max": "9.945", + "min": "9.193", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "19.491", + "max": "41.742", + "min": "16.179", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.613", + "max": "266.788", + "min": "266.493", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "38.051", + "max": "42.644", + "min": "37.634", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "24.564", + "max": "41.76", + "min": "23.067", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "91.432", + "max": "92.456", + "min": "91.281", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "137.919", + "max": "138.695", + "min": "137.263", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "34.66", + "max": "35.173", + "min": "34.381", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "257.615", + "max": "312.336", + "min": "250.233", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "116.609", + "max": "116.862", + "min": "116.47", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "247.115", + "max": "358.199", + "min": "237.679", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "123.082", + "max": "128.509", + "min": "121.125", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "217.948", + "max": "221.258", + "min": "207.794", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "32.501", + "max": "32.814", + "min": "32.214", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "72.633", + "max": "73.564", + "min": "72.165", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "97.925", + "max": "98.15", + "min": "97.703", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "181.935", + "max": "190.711", + "min": "181.461", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "96.186", + "max": "97.495", + "min": "95.722", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "135.426", + "max": "137.964", + "min": "134.417", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "205.124", + "max": "208.948", + "min": "192.93", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "77.943", + "max": "78.765", + "min": "77.53", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "97.534", + "max": "97.773", + "min": "97.422", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "13.886", + "max": "16.026", + "min": "13.351", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "133.739", + "max": "137.092", + "min": "133.428", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "16.169", + "max": "16.648", + "min": "15.81", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "22.332", + "max": "23.074", + "min": "21.903", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "32.016", + "max": "35.096", + "min": "23.402", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.469", + "max": "22.511", + "min": "21.323", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "10.91", + "max": "11.485", + "min": "10.529", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "54.419", + "max": "55.216", + "min": "54.016", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "44.503", + "max": "44.717", + "min": "44.256", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "69.755", + "max": "71.489", + "min": "69.163", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "39.43", + "max": "39.694", + "min": "39.144", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "1.822", + "max": "2.292", + "min": "1.721", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "4.514", + "max": "4.653", + "min": "4.425", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "2.547", + "max": "2.678", + "min": "2.401", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "20.622", + "max": "22.934", + "min": "20.383", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.11", + "max": "59.652", + "min": "54.452", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "29.033", + "max": "36.635", + "min": "27.795", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "33.6", + "max": "104.959", + "min": "14.432", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "6.553", + "max": "7.013", + "min": "6.155", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "56.969", + "max": "59.559", + "min": "56.678", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "30.531", + "max": "61.871", + "min": "28.295", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "37.751", + "max": "38.768", + "min": "37.283", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "6.261", + "max": "62.235", + "min": "3.82", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "312.072", + "max": "312.684", + "min": "311.956", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "13.574", + "max": "16.841", + "min": "13.334", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "41.533", + "max": "46.912", + "min": "41.046", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "27.188", + "max": "27.32", + "min": "27.06", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "173.147", + "max": "177.641", + "min": "171.671", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "50.366", + "max": "52.199", + "min": "50.177", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "3.62", + "max": "5.971", + "min": "3.306", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "2.659", + "max": "3.671", + "min": "2.434", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "0.05", + "max": "0.185", + "min": "0.028", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "289.045", + "max": "291.729", + "min": "288.753", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "82.642", + "max": "93.88", + "min": "81.397", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "206.937", + "max": "209.54", + "min": "201.284", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "136.332", + "max": "137.024", + "min": "135.547", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "6.33", + "max": "6.809", + "min": "6.006", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "142.503", + "max": "142.928", + "min": "142.241", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "158.747", + "max": "159.209", + "min": "158.49", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "33.716", + "max": "43.215", + "min": "26.582", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "62.754", + "max": "65.45", + "min": "62.353", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "10.293", + "max": "12.607", + "min": "9.69", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "3.578", + "max": "5.26", + "min": "3.092", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "107.641", + "max": "107.749", + "min": "107.579", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "102.421", + "max": "103.283", + "min": "102.292", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "240.142", + "max": "246.45", + "min": "234.905", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "78.224", + "max": "78.407", + "min": "78.05", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.484", + "max": "24.879", + "min": "24.343", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "77.3", + "max": "77.38", + "min": "77.172", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "14.543", + "max": "14.857", + "min": "14.371", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "202.558", + "max": "203.288", + "min": "202.166", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "115.552", + "max": "119.877", + "min": "112.423", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "23.872", + "max": "24.792", + "min": "23.723", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "39.07", + "max": "39.853", + "min": "38.219", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "169.932", + "max": "180.191", + "min": "168.365", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "105.465", + "max": "106.361", + "min": "105.037", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "237.679", + "max": "244.068", + "min": "237.143", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.74", + "max": "87.626", + "min": "85.352", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "40.484", + "max": "40.629", + "min": "40.405", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.585", + "max": "13.776", + "min": "11.32", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "41.15", + "max": "43.61", + "min": "40.873", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "85.39", + "max": "86.068", + "min": "85.05", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "93.167", + "max": "94.314", + "min": "93.047", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "62.901", + "max": "70.975", + "min": "61.313", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "162.307", + "max": "163.787", + "min": "161.446", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "101.805", + "max": "103.47", + "min": "100.821", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "63.078", + "max": "64.235", + "min": "62.814", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "100.466", + "max": "100.671", + "min": "100.198", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "20.056", + "max": "23.254", + "min": "19.481", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "182.442", + "max": "192.889", + "min": "169.973", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "184.101", + "max": "184.101", + "min": "184.101", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "11.125", + "max": "11.951", + "min": "10.756", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "11.734", + "max": "11.914", + "min": "11.595", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "101.809", + "max": "102.677", + "min": "101.442", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "25.904", + "max": "41.063", + "min": "17.709", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "24.203", + "max": "24.325", + "min": "24.094", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "169.012", + "max": "170.489", + "min": "168.643", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "83.854", + "max": "84.476", + "min": "83.495", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "100.909", + "max": "101.774", + "min": "100.684", + "id": "217", + "country": "Netherlands", + "source_name": "Westpoort", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "223": { + "name": "Liege", + "data": { + "0": { + "avg": "210.809", + "max": "211.086", + "min": "210.685", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "261.082", + "max": "261.71", + "min": "260.806", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "90.916", + "max": "91.482", + "min": "90.789", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "28.427", + "max": "34.887", + "min": "27.753", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "10.934", + "max": "12.023", + "min": "10.772", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "223.189", + "max": "223.388", + "min": "223.007", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "5.555", + "max": "5.721", + "min": "5.464", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "298.364", + "max": "302.193", + "min": "297.635", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "44.404", + "max": "44.594", + "min": "44.285", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "25.557", + "max": "26.1", + "min": "25.303", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.921", + "max": "11.141", + "min": "10.734", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "120.846", + "max": "144.952", + "min": "119.909", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "83.447", + "max": "83.698", + "min": "83.353", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "83.512", + "max": "83.845", + "min": "83.29", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "109.463", + "max": "109.904", + "min": "109.314", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.101", + "max": "95.524", + "min": "94.824", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "32.931", + "max": "33.185", + "min": "32.669", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "103.489", + "max": "117.765", + "min": "101.032", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "17.354", + "max": "17.716", + "min": "17.209", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "28.733", + "max": "28.914", + "min": "28.624", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "277.631", + "max": "277.785", + "min": "277.537", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "101.719", + "max": "101.77", + "min": "101.659", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "140.896", + "max": "141.597", + "min": "140.69", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "135.956", + "max": "136.43", + "min": "135.681", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "29.433", + "max": "38.484", + "min": "28.958", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "16.889", + "max": "17.246", + "min": "16.723", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "22.53", + "max": "24.371", + "min": "22.204", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "27.832", + "max": "28.151", + "min": "27.681", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "10.451", + "max": "10.552", + "min": "10.377", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "141.625", + "max": "141.771", + "min": "141.464", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "159.833", + "max": "160.028", + "min": "159.731", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.443", + "max": "30.706", + "min": "30.327", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "138.881", + "max": "146.306", + "min": "138.49", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "47.657", + "max": "47.967", + "min": "47.488", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "16.47", + "max": "19.13", + "min": "16.004", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "164.069", + "max": "164.896", + "min": "163.828", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "147.124", + "max": "147.196", + "min": "147.076", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "146.438", + "max": "146.843", + "min": "146.245", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "117.938", + "max": "118.143", + "min": "117.782", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "95.836", + "max": "104.666", + "min": "95.276", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "158.471", + "max": "161.357", + "min": "158.09", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "13.526", + "max": "16.224", + "min": "13.035", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "44.262", + "max": "44.836", + "min": "44.132", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "30.462", + "max": "30.8", + "min": "30.273", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "142.47", + "max": "143.106", + "min": "142.352", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "41.3", + "max": "42.583", + "min": "40.876", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "34.533", + "max": "35.63", + "min": "34.349", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "155.744", + "max": "155.98", + "min": "155.598", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "229.194", + "max": "229.532", + "min": "228.985", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "130.302", + "max": "130.649", + "min": "130.174", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "90.118", + "max": "91.697", + "min": "89.882", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "137.988", + "max": "138.44", + "min": "137.651", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "66.098", + "max": "78.141", + "min": "51.511", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "108.113", + "max": "108.338", + "min": "107.886", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "148.828", + "max": "155.896", + "min": "145.895", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "171.544", + "max": "172.193", + "min": "171.31", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "35.688", + "max": "37.369", + "min": "34.663", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "302.554", + "max": "302.682", + "min": "302.439", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "40.096", + "max": "43.786", + "min": "39.474", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "11.294", + "max": "11.532", + "min": "11.173", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.358", + "max": "64.715", + "min": "62.798", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "62.559", + "max": "118.225", + "min": "56.996", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "218.921", + "max": "299.787", + "min": "213.118", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "271.903", + "max": "272.577", + "min": "271.797", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.272", + "max": "45.672", + "min": "45.176", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "34.404", + "max": "34.848", + "min": "34.285", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "81.913", + "max": "82.245", + "min": "81.812", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "43.104", + "max": "43.515", + "min": "42.705", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "203.842", + "max": "205.499", + "min": "203.118", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "124.008", + "max": "124.956", + "min": "123.861", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "191.727", + "max": "194.329", + "min": "191.38", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "146.151", + "max": "146.799", + "min": "145.917", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "159.662", + "max": "165.691", + "min": "159.236", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "102.727", + "max": "102.929", + "min": "102.566", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "52.657", + "max": "53.95", + "min": "52.353", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "14.279", + "max": "14.406", + "min": "14.135", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "102.68", + "max": "102.879", + "min": "102.577", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "136.324", + "max": "136.675", + "min": "136.026", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "100.33", + "max": "100.717", + "min": "100.044", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "98.015", + "max": "98.171", + "min": "97.836", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "137.747", + "max": "138.045", + "min": "137.549", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "100.619", + "max": "101.079", + "min": "100.317", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "242.166", + "max": "243.068", + "min": "241.962", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "142.882", + "max": "143.159", + "min": "142.684", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "128.025", + "max": "129.543", + "min": "127.864", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "69.112", + "max": "70.383", + "min": "68.749", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "18.94", + "max": "20.819", + "min": "18.68", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "109.086", + "max": "109.534", + "min": "108.923", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "102.932", + "max": "103.521", + "min": "102.745", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "16.97", + "max": "23.342", + "min": "16.605", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "109.973", + "max": "117.595", + "min": "109.088", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "145.199", + "max": "145.616", + "min": "144.993", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "31.987", + "max": "32.796", + "min": "31.913", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "205.02", + "max": "205.868", + "min": "204.623", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "92.316", + "max": "92.928", + "min": "92.173", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "116.619", + "max": "116.842", + "min": "116.438", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "157.862", + "max": "158.044", + "min": "157.727", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "145.157", + "max": "150.175", + "min": "144.443", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "157.721", + "max": "168.925", + "min": "151.13", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "104.415", + "max": "106.967", + "min": "104.038", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "108.043", + "max": "108.513", + "min": "107.92", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "150.003", + "max": "150.242", + "min": "149.779", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "47.287", + "max": "48.094", + "min": "47.108", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "316.292", + "max": "321.52", + "min": "315.31", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "104.907", + "max": "105.456", + "min": "104.666", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "332.736", + "max": "333.049", + "min": "332.254", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "198.425", + "max": "202.207", + "min": "198.09", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "83.558", + "max": "83.774", + "min": "83.35", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "104.218", + "max": "104.38", + "min": "104.028", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "180.611", + "max": "180.86", + "min": "180.499", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.591", + "max": "249.829", + "min": "249.451", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "270.497", + "max": "270.696", + "min": "270.329", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "78.395", + "max": "78.618", + "min": "78.235", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "181.693", + "max": "181.915", + "min": "181.563", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "388.253", + "max": "488.957", + "min": "205.812", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "143.432", + "max": "259.542", + "min": "67.054", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "170.013", + "max": "174.054", + "min": "169.384", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "223.442", + "max": "224.913", + "min": "223.136", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "122.253", + "max": "122.781", + "min": "122.112", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "112.163", + "max": "112.638", + "min": "111.856", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "118.483", + "max": "119.019", + "min": "118.204", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "191.682", + "max": "343.226", + "min": "110.219", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "207.968", + "max": "208.542", + "min": "207.87", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "51.808", + "max": "299.091", + "min": "35.6", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.663", + "max": "36.956", + "min": "36.511", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "23.641", + "max": "24.729", + "min": "22.967", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.553", + "max": "80.901", + "min": "80.292", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "165.159", + "max": "165.509", + "min": "164.932", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "130.787", + "max": "131.278", + "min": "130.626", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "167.027", + "max": "171.566", + "min": "166.638", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "109.67", + "max": "111.751", + "min": "109.354", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "96.505", + "max": "96.657", + "min": "96.378", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "107.921", + "max": "108.109", + "min": "107.729", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "294.929", + "max": "296.374", + "min": "294.002", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "129.976", + "max": "130.598", + "min": "129.889", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "76.187", + "max": "77.048", + "min": "76.005", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "131.236", + "max": "146.219", + "min": "129.78", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "116.688", + "max": "117.245", + "min": "116.518", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "114.966", + "max": "116.492", + "min": "114.678", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "81.049", + "max": "81.306", + "min": "80.884", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "27.924", + "max": "28.1", + "min": "27.817", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "179.38", + "max": "183.659", + "min": "178.727", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "42.285", + "max": "42.72", + "min": "42.127", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "28.154", + "max": "28.707", + "min": "27.958", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "183.891", + "max": "187.68", + "min": "183.388", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "9.318", + "max": "10.004", + "min": "9.026", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "41.467", + "max": "51.264", + "min": "40.973", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "143.695", + "max": "144.032", + "min": "143.533", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "12.352", + "max": "15.14", + "min": "12.141", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "17.848", + "max": "18.232", + "min": "17.762", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "16.349", + "max": "37.252", + "min": "13.312", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "233.694", + "max": "233.872", + "min": "233.494", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "35.085", + "max": "35.616", + "min": "34.916", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "20.208", + "max": "20.589", + "min": "19.962", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "90.18", + "max": "90.706", + "min": "90.053", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "143.377", + "max": "145.094", + "min": "142.954", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "31.346", + "max": "32.464", + "min": "31.027", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "261.517", + "max": "306.942", + "min": "251.396", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "124.133", + "max": "124.312", + "min": "123.96", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "233.861", + "max": "327.582", + "min": "227.809", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "129.978", + "max": "130.328", + "min": "129.769", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "378.632", + "max": "378.867", + "min": "378.295", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "35.119", + "max": "35.287", + "min": "35.01", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "80.628", + "max": "80.729", + "min": "80.521", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "103.642", + "max": "103.878", + "min": "103.505", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "165.753", + "max": "165.936", + "min": "165.667", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "92.747", + "max": "93.028", + "min": "92.61", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "148.978", + "max": "149.468", + "min": "148.837", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "255.859", + "max": "265.194", + "min": "234.51", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "87.06", + "max": "87.332", + "min": "86.902", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "94.72", + "max": "94.972", + "min": "94.617", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "13.222", + "max": "13.839", + "min": "13.011", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "148.257", + "max": "148.519", + "min": "148.097", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "19.233", + "max": "19.87", + "min": "19.088", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "22.963", + "max": "23.432", + "min": "22.779", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "30.689", + "max": "31.288", + "min": "30.518", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "19.882", + "max": "20.189", + "min": "19.709", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.182", + "max": "15.564", + "min": "14.968", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "67.98", + "max": "68.432", + "min": "67.821", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "48.956", + "max": "49.352", + "min": "48.825", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "60.245", + "max": "61.399", + "min": "60.032", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "45.75", + "max": "46.692", + "min": "45.59", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "6.249", + "max": "7.747", + "min": "6", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "8.515", + "max": "9.446", + "min": "8.367", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "6.689", + "max": "6.976", + "min": "6.585", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.061", + "max": "21.289", + "min": "20.875", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "54.431", + "max": "55.286", + "min": "54.088", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "34.304", + "max": "75.307", + "min": "32.068", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "30.505", + "max": "103.189", + "min": "13.381", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "9.831", + "max": "11.558", + "min": "9.728", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "52.676", + "max": "53.81", + "min": "52.446", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "34.945", + "max": "55.653", + "min": "34.033", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "45.333", + "max": "45.747", + "min": "44.926", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "8.06", + "max": "10.599", + "min": "7.715", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "214.063", + "max": "214.433", + "min": "213.819", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "20.116", + "max": "20.583", + "min": "19.994", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "38.679", + "max": "39.776", + "min": "38.435", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "35.215", + "max": "35.415", + "min": "35.068", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.83", + "max": "170.846", + "min": "163.054", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "55.777", + "max": "55.941", + "min": "55.613", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "8.24", + "max": "28.418", + "min": "7.306", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "7.053", + "max": "8.141", + "min": "6.854", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "6.209", + "max": "6.462", + "min": "6.023", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "299.857", + "max": "300.443", + "min": "299.745", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "82.747", + "max": "84.525", + "min": "82.095", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "223.661", + "max": "229.183", + "min": "215.12", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "148.306", + "max": "148.697", + "min": "148.203", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "0.144", + "max": "0.347", + "min": "0.09", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "144.166", + "max": "147.597", + "min": "139.507", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "161.943", + "max": "163.652", + "min": "161.674", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "46.289", + "max": "46.574", + "min": "46.094", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "57.702", + "max": "58.425", + "min": "57.436", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "19.725", + "max": "20.849", + "min": "19.409", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "7.362", + "max": "7.938", + "min": "7.058", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "100.215", + "max": "100.768", + "min": "100.085", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "116.761", + "max": "117.369", + "min": "116.601", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "195.407", + "max": "196.053", + "min": "195.183", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "82.578", + "max": "83.128", + "min": "82.418", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "19.047", + "max": "19.233", + "min": "18.927", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "85.467", + "max": "86.179", + "min": "85.311", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.802", + "max": "21.102", + "min": "20.583", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "200.364", + "max": "203.16", + "min": "199.996", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "128.559", + "max": "130.999", + "min": "125.41", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "22.054", + "max": "22.428", + "min": "21.885", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "48.956", + "max": "49.907", + "min": "48.094", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "152.157", + "max": "166.654", + "min": "149.96", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "114.418", + "max": "115.12", + "min": "113.987", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "226.865", + "max": "227.101", + "min": "226.656", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "105.409", + "max": "109.4", + "min": "104.94", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "45.193", + "max": "45.576", + "min": "45.089", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "11.775", + "max": "11.943", + "min": "11.712", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "63.813", + "max": "64.325", + "min": "63.71", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "96.475", + "max": "97.85", + "min": "96.112", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "95.064", + "max": "95.413", + "min": "94.889", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "64.564", + "max": "70.198", + "min": "62.405", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "175.874", + "max": "177.436", + "min": "174.785", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "95.577", + "max": "97.325", + "min": "94.532", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.972", + "max": "65.503", + "min": "64.818", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.615", + "max": "105.839", + "min": "105.435", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "22.238", + "max": "26.143", + "min": "21.638", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "166.718", + "max": "167.127", + "min": "166.544", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.971", + "max": "183.971", + "min": "183.971", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "13.533", + "max": "13.816", + "min": "13.394", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "14.827", + "max": "15.088", + "min": "14.671", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "112.562", + "max": "127.509", + "min": "111.755", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "36.719", + "max": "46.584", + "min": "28.654", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.394", + "max": "28.61", + "min": "28.182", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "217.245", + "max": "219.648", + "min": "216.926", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "83.875", + "max": "85.849", + "min": "83.545", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "107.295", + "max": "107.461", + "min": "107.093", + "id": "223", + "country": "Belgium", + "source_name": "Liege", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "226": { + "name": "Frosinone", + "data": { + "0": { + "avg": "258.194", + "max": "258.385", + "min": "258.042", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "249.99", + "max": "251.335", + "min": "249.57", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "117.642", + "max": "118.679", + "min": "117.48", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "30.745", + "max": "35.256", + "min": "29.797", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "32.002", + "max": "32.562", + "min": "31.8", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "291.55", + "max": "291.893", + "min": "291.399", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "47.121", + "max": "47.319", + "min": "46.955", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "285.393", + "max": "300.758", + "min": "283.966", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "78.67", + "max": "79.053", + "min": "78.47", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "56.911", + "max": "57.463", + "min": "56.741", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "34.549", + "max": "34.82", + "min": "34.349", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "143.623", + "max": "144.747", + "min": "143.418", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "105.401", + "max": "105.684", + "min": "105.255", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "116.95", + "max": "117.558", + "min": "116.725", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "135.602", + "max": "135.967", + "min": "135.476", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "113.064", + "max": "113.868", + "min": "112.614", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "24.187", + "max": "24.452", + "min": "23.935", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "120.327", + "max": "120.635", + "min": "120.147", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "47.766", + "max": "48.31", + "min": "47.541", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "31.66", + "max": "31.855", + "min": "31.557", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "279.601", + "max": "285.717", + "min": "279.124", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "123.939", + "max": "124.12", + "min": "123.812", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "168.212", + "max": "169.101", + "min": "168.019", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "172.645", + "max": "179.367", + "min": "172.244", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "63.316", + "max": "64.999", + "min": "62.877", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "40.983", + "max": "41.325", + "min": "40.841", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "11.652", + "max": "13.386", + "min": "11.37", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "24.783", + "max": "25.151", + "min": "24.552", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "44.647", + "max": "44.988", + "min": "44.485", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "178.302", + "max": "179.002", + "min": "177.993", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "164.489", + "max": "164.815", + "min": "164.309", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "68.287", + "max": "68.667", + "min": "68.07", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "169.213", + "max": "170.17", + "min": "169.007", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "76.056", + "max": "76.454", + "min": "75.897", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "28.863", + "max": "35.456", + "min": "28.162", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "175.659", + "max": "177.297", + "min": "175.258", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "172.373", + "max": "172.719", + "min": "172.223", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "162.643", + "max": "162.832", + "min": "162.504", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "137.991", + "max": "138.563", + "min": "137.829", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "112.405", + "max": "122.125", + "min": "111.612", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "180.297", + "max": "182.844", + "min": "179.877", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "41.561", + "max": "45.761", + "min": "40.983", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "66.447", + "max": "66.632", + "min": "66.299", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "47.756", + "max": "61.375", + "min": "47.085", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "174.851", + "max": "174.992", + "min": "174.629", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "45.364", + "max": "46.156", + "min": "45.043", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "53.036", + "max": "53.497", + "min": "52.789", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "187.842", + "max": "188.337", + "min": "187.613", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "271.949", + "max": "272.917", + "min": "271.699", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "147.548", + "max": "147.899", + "min": "147.416", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "125.579", + "max": "127.062", + "min": "125.201", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.495", + "max": "165.781", + "min": "165.138", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "83.875", + "max": "169.186", + "min": "65.319", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "143.602", + "max": "144.064", + "min": "143.36", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "268.756", + "max": "274.726", + "min": "265.914", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "194.914", + "max": "195.979", + "min": "194.609", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "57.096", + "max": "60.37", + "min": "56.424", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "319.071", + "max": "319.286", + "min": "318.883", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "55.225", + "max": "55.987", + "min": "54.922", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "32.388", + "max": "32.689", + "min": "32.206", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "65.125", + "max": "65.801", + "min": "64.623", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "83.987", + "max": "132.809", + "min": "80.235", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "199.995", + "max": "297.78", + "min": "195.552", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "298.095", + "max": "303.782", + "min": "297.58", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "72.46", + "max": "73.549", + "min": "72.284", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "60.623", + "max": "60.9", + "min": "60.489", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "104.303", + "max": "104.585", + "min": "104.147", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "80.929", + "max": "81.331", + "min": "80.556", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "235.341", + "max": "236.622", + "min": "234.705", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "144.051", + "max": "144.203", + "min": "143.941", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "222.211", + "max": "223.294", + "min": "221.863", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "171.19", + "max": "171.599", + "min": "170.92", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "176.286", + "max": "177.324", + "min": "176.086", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "76.187", + "max": "76.696", + "min": "76.006", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "51.889", + "max": "52.092", + "min": "51.638", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "119.777", + "max": "120.174", + "min": "119.53", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "174.287", + "max": "174.71", + "min": "174.013", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "123.621", + "max": "123.935", + "min": "123.362", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "118.075", + "max": "118.395", + "min": "117.83", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "168.419", + "max": "168.651", + "min": "168.035", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "106.128", + "max": "106.476", + "min": "105.787", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "248.883", + "max": "261.615", + "min": "247.709", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "265.42", + "max": "265.687", + "min": "265.237", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "166.853", + "max": "169.096", + "min": "161.741", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "92.201", + "max": "92.801", + "min": "91.89", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "44.951", + "max": "47.475", + "min": "44.62", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "135.197", + "max": "135.427", + "min": "135.019", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "129.214", + "max": "130.679", + "min": "129.005", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "40.186", + "max": "41.448", + "min": "39.977", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "134.098", + "max": "138.165", + "min": "133.45", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "172.669", + "max": "174.832", + "min": "172.203", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "72.908", + "max": "73.463", + "min": "72.773", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "323.218", + "max": "325.093", + "min": "322.983", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "115.839", + "max": "116.906", + "min": "115.661", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "134.495", + "max": "134.673", + "min": "134.189", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "184.285", + "max": "184.686", + "min": "184.102", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "164.822", + "max": "170.631", + "min": "163.966", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "170.851", + "max": "171.263", + "min": "170.717", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "120.991", + "max": "124.65", + "min": "120.658", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "132.349", + "max": "133.642", + "min": "132.1", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "176.46", + "max": "176.977", + "min": "176.26", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "71.176", + "max": "71.438", + "min": "71.004", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "334.52", + "max": "337.168", + "min": "333.72", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "130.155", + "max": "130.577", + "min": "129.985", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "381.394", + "max": "408.449", + "min": "350.719", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "193.332", + "max": "196.124", + "min": "193.002", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "130.519", + "max": "130.992", + "min": "130.344", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "199.428", + "max": "203.482", + "min": "199.019", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "189.819", + "max": "190.464", + "min": "189.666", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "293.631", + "max": "294.252", + "min": "293.269", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "106.788", + "max": "107.598", + "min": "106.65", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "128.67", + "max": "150.474", + "min": "127.632", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "380.883", + "max": "477.378", + "min": "201.168", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "143.103", + "max": "230.871", + "min": "53.087", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "211.801", + "max": "217.08", + "min": "211.01", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "240.362", + "max": "242.684", + "min": "240.022", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "140.995", + "max": "142.14", + "min": "140.745", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "143.178", + "max": "145.448", + "min": "142.831", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "156.235", + "max": "162.109", + "min": "155.681", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "201.257", + "max": "351.858", + "min": "125.367", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "242.575", + "max": "259.836", + "min": "220.532", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "58.105", + "max": "228.6", + "min": "46.155", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "45.175", + "max": "53.731", + "min": "44.619", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "46.18", + "max": "47.232", + "min": "45.777", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "109.933", + "max": "110.279", + "min": "109.763", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "191.155", + "max": "191.61", + "min": "190.921", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "125.619", + "max": "126.647", + "min": "125.424", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "199.67", + "max": "201.797", + "min": "199.362", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "131.689", + "max": "142.749", + "min": "131.14", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "118.649", + "max": "118.896", + "min": "118.417", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "126.237", + "max": "126.561", + "min": "125.896", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "328.603", + "max": "329.806", + "min": "327.832", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "156.826", + "max": "157.057", + "min": "156.671", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "102.16", + "max": "102.795", + "min": "101.957", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "154.642", + "max": "168.068", + "min": "152.948", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "161.264", + "max": "161.645", + "min": "161.043", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "132.818", + "max": "133.061", + "min": "132.485", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "105.904", + "max": "106.323", + "min": "105.758", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "30.391", + "max": "30.777", + "min": "30.243", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "211.634", + "max": "213.415", + "min": "211.215", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "64.014", + "max": "65.104", + "min": "63.764", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "28.122", + "max": "28.453", + "min": "27.954", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "218.931", + "max": "222.494", + "min": "218.462", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "30.43", + "max": "30.991", + "min": "30.2", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "52.814", + "max": "53.522", + "min": "52.598", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "208.792", + "max": "209.691", + "min": "208.534", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "34.746", + "max": "36.464", + "min": "34.528", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "40.892", + "max": "41.41", + "min": "40.704", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "30.305", + "max": "40.782", + "min": "28.089", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "307.215", + "max": "307.57", + "min": "306.978", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "64.141", + "max": "65.392", + "min": "63.869", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "20.863", + "max": "21.336", + "min": "20.683", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "122.729", + "max": "122.957", + "min": "122.587", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "179.078", + "max": "182.915", + "min": "178.591", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "59.371", + "max": "61.879", + "min": "59.043", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "224.193", + "max": "264.167", + "min": "216.547", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "158.09", + "max": "158.38", + "min": "157.806", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "271.917", + "max": "371.353", + "min": "265.81", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "141.258", + "max": "141.475", + "min": "141.086", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "221.193", + "max": "221.52", + "min": "221.02", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "50.377", + "max": "52.317", + "min": "50.202", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "99.53", + "max": "100.459", + "min": "99.291", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "139.25", + "max": "139.729", + "min": "139.058", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "212.61", + "max": "212.869", + "min": "212.357", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "105.1", + "max": "105.788", + "min": "104.887", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "177.103", + "max": "177.662", + "min": "176.929", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "275.986", + "max": "303.088", + "min": "250.994", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "104.964", + "max": "105.506", + "min": "104.755", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "118.463", + "max": "118.555", + "min": "118.359", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "17.889", + "max": "18.849", + "min": "17.636", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "161.562", + "max": "173.91", + "min": "160.745", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "44.32", + "max": "47.25", + "min": "44.037", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "47.184", + "max": "55.044", + "min": "46.635", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "13.85", + "max": "15.538", + "min": "13.62", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "11.644", + "max": "12.204", + "min": "11.5", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "42.083", + "max": "42.464", + "min": "41.851", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "55.101", + "max": "56.467", + "min": "54.707", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "53.877", + "max": "54.044", + "min": "53.712", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "74.679", + "max": "77.484", + "min": "74.352", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "46.672", + "max": "46.869", + "min": "46.516", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "33.888", + "max": "35.369", + "min": "33.58", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "35.94", + "max": "36.74", + "min": "35.764", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "39.744", + "max": "40.038", + "min": "39.61", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "27.294", + "max": "27.519", + "min": "27.125", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "64.616", + "max": "64.93", + "min": "64.37", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "17.84", + "max": "55.796", + "min": "15.751", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "54.57", + "max": "117.857", + "min": "29.321", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "47.806", + "max": "48.01", + "min": "47.673", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "58.717", + "max": "60.277", + "min": "58.413", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "51.383", + "max": "66.6", + "min": "50.641", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "58.805", + "max": "59.273", + "min": "58.294", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "32.913", + "max": "33.155", + "min": "32.658", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "335.921", + "max": "336.515", + "min": "335.719", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "26.984", + "max": "27.186", + "min": "26.869", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "14.469", + "max": "14.665", + "min": "14.299", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "38.62", + "max": "38.823", + "min": "38.467", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "200.128", + "max": "209.218", + "min": "197.953", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "51.351", + "max": "51.591", + "min": "51.154", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "37.882", + "max": "41.066", + "min": "37.535", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "31.725", + "max": "32.543", + "min": "31.55", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "34.22", + "max": "42.917", + "min": "26.541", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "283.747", + "max": "293.112", + "min": "280.765", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "109.777", + "max": "117.598", + "min": "109.104", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "232.68", + "max": "244.428", + "min": "228.653", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "279.922", + "max": "280.114", + "min": "279.773", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "46.254", + "max": "46.77", + "min": "45.965", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "166.521", + "max": "174.217", + "min": "162.625", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "187.159", + "max": "187.401", + "min": "186.915", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "0.048", + "max": "0.096", + "min": "0.033", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "58.965", + "max": "59.936", + "min": "58.696", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "42.165", + "max": "44.071", + "min": "41.781", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "40.055", + "max": "42.703", + "min": "39.548", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "127.772", + "max": "127.909", + "min": "127.618", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "143.715", + "max": "143.98", + "min": "143.552", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "268.894", + "max": "269.353", + "min": "268.635", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "179.139", + "max": "179.433", + "min": "178.99", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "33.392", + "max": "34.02", + "min": "33.23", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "107.369", + "max": "107.672", + "min": "107.256", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "46.802", + "max": "47.079", + "min": "46.61", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "273.228", + "max": "567.959", + "min": "244.129", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "149.142", + "max": "152.804", + "min": "145.736", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "43.158", + "max": "43.364", + "min": "43.02", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "39.655", + "max": "40.636", + "min": "38.855", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "167.694", + "max": "169.876", + "min": "167.095", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "131.239", + "max": "131.756", + "min": "130.903", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "250.323", + "max": "250.637", + "min": "250.186", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "103.317", + "max": "103.693", + "min": "103.034", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "51.939", + "max": "52.117", + "min": "51.812", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "35.869", + "max": "36.138", + "min": "35.759", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "51.509", + "max": "51.88", + "min": "51.345", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "118.467", + "max": "119.369", + "min": "118.133", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "118.614", + "max": "118.806", + "min": "118.467", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "89.348", + "max": "91.984", + "min": "87.487", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "186.938", + "max": "188.419", + "min": "186.461", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "118.163", + "max": "119.51", + "min": "117.105", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "81.776", + "max": "82.618", + "min": "81.548", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "142.098", + "max": "142.486", + "min": "141.595", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "45.368", + "max": "48.424", + "min": "45.018", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "212.419", + "max": "213.104", + "min": "212.146", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "203.094", + "max": "203.094", + "min": "203.094", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "38.844", + "max": "39.45", + "min": "38.705", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "48.795", + "max": "49.149", + "min": "48.612", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "138.32", + "max": "174.027", + "min": "136.885", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "65.383", + "max": "77.6", + "min": "57.549", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "63.219", + "max": "63.955", + "min": "62.949", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "205.336", + "max": "206.276", + "min": "205.057", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "108.702", + "max": "111.401", + "min": "108.321", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "128.705", + "max": "133.153", + "min": "128.307", + "id": "226", + "country": "Italy", + "source_name": "Frosinone", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "228": { + "name": "Bristol", + "data": { + "0": { + "avg": "201.999", + "max": "202.577", + "min": "201.702", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "276.403", + "max": "277.306", + "min": "276.021", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "89.667", + "max": "92.114", + "min": "89.14", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "34.843", + "max": "42.156", + "min": "33.735", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "12.308", + "max": "13.303", + "min": "11.82", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "238.958", + "max": "239.673", + "min": "238.55", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "12.507", + "max": "13.639", + "min": "12.265", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "282.056", + "max": "287.883", + "min": "280.984", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "51.884", + "max": "56.45", + "min": "51.257", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "35.526", + "max": "38.255", + "min": "34.839", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "4.76", + "max": "6.198", + "min": "4.378", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "111.104", + "max": "140.799", + "min": "109.833", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "72.709", + "max": "73.492", + "min": "72.527", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "77.775", + "max": "79.14", + "min": "77.271", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "108.03", + "max": "109.316", + "min": "107.606", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "77.748", + "max": "78.915", + "min": "76.902", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "28.303", + "max": "30.182", + "min": "27.809", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "95.502", + "max": "96.28", + "min": "95.249", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "14.383", + "max": "16.438", + "min": "13.878", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "29.704", + "max": "30.515", + "min": "29.374", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "294.24", + "max": "295.521", + "min": "293.884", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "89.913", + "max": "91.13", + "min": "89.633", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "138.64", + "max": "139.45", + "min": "138.115", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "144.246", + "max": "149.46", + "min": "143.504", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.292", + "max": "41.806", + "min": "40.941", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "26.033", + "max": "27.183", + "min": "25.674", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "31.212", + "max": "33.022", + "min": "30.524", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "33.563", + "max": "34.858", + "min": "33.148", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "19.093", + "max": "21.887", + "min": "18.57", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "134.347", + "max": "135.79", + "min": "133.869", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "174.502", + "max": "175.483", + "min": "174.109", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "33.363", + "max": "34.304", + "min": "32.981", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "140.724", + "max": "144.746", + "min": "140.131", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "50.501", + "max": "51.6", + "min": "50.127", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "29.771", + "max": "32.186", + "min": "29.233", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "176.612", + "max": "177.643", + "min": "176.223", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "142.719", + "max": "143.88", + "min": "142.294", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "129.638", + "max": "131.487", + "min": "129.105", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "103.079", + "max": "104.939", + "min": "102.478", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.077", + "max": "83.929", + "min": "81.485", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "146.817", + "max": "149.453", + "min": "146.279", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "13.779", + "max": "15.121", + "min": "13.132", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "50.982", + "max": "51.737", + "min": "50.785", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.364", + "max": "37.76", + "min": "36.171", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "210.115", + "max": "211.398", + "min": "209.747", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "37.529", + "max": "38.304", + "min": "36.853", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "42.419", + "max": "44.388", + "min": "42.005", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "165.685", + "max": "167.305", + "min": "165.358", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "239.707", + "max": "240.736", + "min": "239.386", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "107.258", + "max": "108.631", + "min": "106.814", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "83.257", + "max": "84.258", + "min": "82.913", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "146.077", + "max": "147.673", + "min": "145.525", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "44.46", + "max": "59.263", + "min": "31.364", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "100.597", + "max": "102.202", + "min": "99.987", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "150.004", + "max": "155.782", + "min": "146.823", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "334.592", + "max": "335.833", + "min": "334.147", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.422", + "max": "40.26", + "min": "37.426", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "289.128", + "max": "289.867", + "min": "288.809", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "57.664", + "max": "59.279", + "min": "57.123", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "12.72", + "max": "13.541", + "min": "12.417", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.142", + "max": "60.695", + "min": "58.602", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.733", + "max": "131.696", + "min": "64.654", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "190.232", + "max": "220.004", + "min": "186.258", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "272.94", + "max": "275.521", + "min": "272.445", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "51.098", + "max": "52.518", + "min": "50.769", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "51.577", + "max": "52.605", + "min": "51.346", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "73.964", + "max": "75.061", + "min": "73.559", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "52.334", + "max": "54.295", + "min": "51.77", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "208.002", + "max": "210.432", + "min": "206.843", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "111.938", + "max": "116.489", + "min": "111.276", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "289.976", + "max": "290.814", + "min": "289.574", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "142.786", + "max": "144.44", + "min": "142.17", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "148.852", + "max": "150.514", + "min": "148.295", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "93.918", + "max": "95.468", + "min": "93.483", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "42.103", + "max": "43.521", + "min": "41.372", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "10.788", + "max": "11.647", + "min": "10.512", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "89.308", + "max": "90.393", + "min": "88.983", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "136.696", + "max": "138.892", + "min": "136.295", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "93.887", + "max": "95.547", + "min": "93.418", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "88.522", + "max": "90.434", + "min": "87.996", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "145.759", + "max": "146.889", + "min": "145.373", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "90.24", + "max": "91.411", + "min": "89.878", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "251.327", + "max": "252.561", + "min": "251.018", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "146.408", + "max": "148.153", + "min": "145.69", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "137.589", + "max": "138.434", + "min": "137.11", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "61.846", + "max": "63.405", + "min": "61.104", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "15.288", + "max": "17.104", + "min": "14.683", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "105.329", + "max": "106.117", + "min": "105.067", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "95.819", + "max": "98.134", + "min": "95.243", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "8.79", + "max": "11.35", + "min": "8.235", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "102.969", + "max": "104.655", + "min": "101.951", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "141.67", + "max": "142.473", + "min": "141.072", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "28.434", + "max": "28.919", + "min": "28.267", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "261.725", + "max": "262.464", + "min": "261.286", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "76.348", + "max": "77.635", + "min": "76.061", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "105.131", + "max": "106.018", + "min": "104.674", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "148.849", + "max": "149.277", + "min": "148.445", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "131.383", + "max": "153.965", + "min": "129.5", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "141.013", + "max": "142.381", + "min": "140.678", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "86.786", + "max": "88.207", + "min": "86.166", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "104.92", + "max": "105.669", + "min": "104.463", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "147.225", + "max": "149.907", + "min": "146.926", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.393", + "max": "61.153", + "min": "59.027", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "298.904", + "max": "304.057", + "min": "298.062", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "98.284", + "max": "99.748", + "min": "97.762", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "324.357", + "max": "337.761", + "min": "275.998", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "170.528", + "max": "174.263", + "min": "169.997", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "77.521", + "max": "79.323", + "min": "76.851", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "90.87", + "max": "92.538", + "min": "90.608", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "133.871", + "max": "136.238", + "min": "129.927", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "302.076", + "max": "303.257", + "min": "301.645", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "267.701", + "max": "268.726", + "min": "267.441", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "75.577", + "max": "76.09", + "min": "75.384", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "134.66", + "max": "176.158", + "min": "132.896", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "373.186", + "max": "492.422", + "min": "188.786", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "200.591", + "max": "319.306", + "min": "78.078", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "180.445", + "max": "186.43", + "min": "179.819", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "230.504", + "max": "232.472", + "min": "229.951", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "107.434", + "max": "109.144", + "min": "106.85", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "103.791", + "max": "105.647", + "min": "103.392", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "110.769", + "max": "112.204", + "min": "110.408", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "192.001", + "max": "336.001", + "min": "105.021", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "184.611", + "max": "185.844", + "min": "184.011", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "47.205", + "max": "138.156", + "min": "43.291", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "46.776", + "max": "48.664", + "min": "46.181", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "38.942", + "max": "40.796", + "min": "37.824", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "72.6", + "max": "74.347", + "min": "71.76", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.382", + "max": "175.538", + "min": "172.662", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "119.225", + "max": "119.998", + "min": "118.814", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "172.592", + "max": "174.415", + "min": "172.232", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "98.018", + "max": "99.572", + "min": "97.654", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "94.358", + "max": "95.374", + "min": "94.02", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "97.471", + "max": "98.354", + "min": "97.084", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "275.836", + "max": "278.082", + "min": "274.724", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "117.751", + "max": "118.457", + "min": "117.445", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "67.78", + "max": "69.448", + "min": "67.246", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "126.598", + "max": "131.619", + "min": "125.609", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.713", + "max": "123.593", + "min": "122.45", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "102.112", + "max": "103.038", + "min": "101.786", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "70.219", + "max": "71.721", + "min": "70.025", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "34.165", + "max": "35.757", + "min": "33.741", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "169.991", + "max": "171.45", + "min": "169.467", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "42.127", + "max": "43.47", + "min": "41.672", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "33.838", + "max": "35.161", + "min": "33.353", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "175.527", + "max": "179.877", + "min": "174.748", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "15.651", + "max": "16.87", + "min": "15.031", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "44.929", + "max": "46.643", + "min": "44.543", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "141.895", + "max": "142.667", + "min": "141.674", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "5.437", + "max": "11.155", + "min": "4.987", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "6.993", + "max": "7.908", + "min": "6.768", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "23.433", + "max": "34.524", + "min": "20.503", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "253.85", + "max": "254.852", + "min": "253.44", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "38.491", + "max": "39.238", + "min": "38.115", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "21.383", + "max": "31.522", + "min": "20.175", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "86.304", + "max": "87.37", + "min": "86.054", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "138.178", + "max": "139.607", + "min": "137.675", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "44.617", + "max": "46.032", + "min": "44.075", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "240.357", + "max": "286.843", + "min": "232.192", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "116.114", + "max": "116.714", + "min": "115.549", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "244.066", + "max": "335.085", + "min": "236.514", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "115.086", + "max": "116.458", + "min": "114.602", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "391.503", + "max": "392.716", + "min": "390.939", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "40.464", + "max": "41.548", + "min": "40.067", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "70.486", + "max": "71.678", + "min": "70.002", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "107.498", + "max": "108.45", + "min": "107.183", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "167.616", + "max": "169.75", + "min": "167.096", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.174", + "max": "99.268", + "min": "97.72", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "131.741", + "max": "132.673", + "min": "131.339", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "253.004", + "max": "283.044", + "min": "239.01", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "74.646", + "max": "77.093", + "min": "74.319", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "84.452", + "max": "86.461", + "min": "83.952", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "18.365", + "max": "21.035", + "min": "17.59", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "142.914", + "max": "143.696", + "min": "142.687", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "13.954", + "max": "15.617", + "min": "13.438", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "24.698", + "max": "35.817", + "min": "23.732", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "31.528", + "max": "32.272", + "min": "31.256", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "28.775", + "max": "30.096", + "min": "28.224", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "9.083", + "max": "10.41", + "min": "8.472", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "64.391", + "max": "66.681", + "min": "63.922", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "48.456", + "max": "49.686", + "min": "47.843", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "70.592", + "max": "71.097", + "min": "70.398", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "50.849", + "max": "51.826", + "min": "50.439", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "13.615", + "max": "20.635", + "min": "13.021", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "15.163", + "max": "16.383", + "min": "14.927", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "10.121", + "max": "11.707", + "min": "9.592", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "42.657", + "max": "43.313", + "min": "42.469", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "68.137", + "max": "68.994", + "min": "67.807", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "39.256", + "max": "68.727", + "min": "35.97", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "53.742", + "max": "112.163", + "min": "22.965", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "4.288", + "max": "5.654", + "min": "3.942", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "61.299", + "max": "63.471", + "min": "60.84", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "35.077", + "max": "46.82", + "min": "34.165", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "42.219", + "max": "43.99", + "min": "41.562", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "9.654", + "max": "11.026", + "min": "9.016", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "264.458", + "max": "265.943", + "min": "263.848", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "25.825", + "max": "26.41", + "min": "25.597", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "33.501", + "max": "34.278", + "min": "33.122", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "32.178", + "max": "32.889", + "min": "31.989", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "169.035", + "max": "175.139", + "min": "167.014", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "60.76", + "max": "61.502", + "min": "60.434", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "12.377", + "max": "25.807", + "min": "11.608", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "11.578", + "max": "12.862", + "min": "10.936", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "10.273", + "max": "12", + "min": "9.677", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "291.215", + "max": "298.759", + "min": "290.151", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.195", + "max": "83.89", + "min": "77.453", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "226.859", + "max": "234.703", + "min": "207.161", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "148.017", + "max": "149.777", + "min": "147.603", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "19.713", + "max": "20.557", + "min": "19.395", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "142.719", + "max": "143.805", + "min": "142.33", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "144.417", + "max": "145.751", + "min": "143.657", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "42.113", + "max": "43.361", + "min": "41.672", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "65.359", + "max": "66.683", + "min": "64.974", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "0.018", + "max": "0.024", + "min": "0.016", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "13.126", + "max": "14.084", + "min": "12.688", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "97.622", + "max": "98.587", + "min": "97.389", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "98.969", + "max": "99.753", + "min": "98.648", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "181.242", + "max": "182.317", + "min": "180.748", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "75.196", + "max": "76.567", + "min": "74.86", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "28.381", + "max": "29.627", + "min": "27.959", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "73.307", + "max": "74.203", + "min": "72.937", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "30.644", + "max": "32.495", + "min": "30.325", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "199.669", + "max": "200.843", + "min": "199.346", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "112.333", + "max": "116.356", + "min": "110.006", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "25.75", + "max": "27.029", + "min": "25.34", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "41.99", + "max": "43.303", + "min": "41.16", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "149.507", + "max": "160.214", + "min": "147.408", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "100.583", + "max": "102.872", + "min": "100.006", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "248.031", + "max": "248.851", + "min": "247.746", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "82.103", + "max": "83.3", + "min": "81.443", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "50.482", + "max": "52.136", + "min": "50.239", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.938", + "max": "15.554", + "min": "14.774", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "44.558", + "max": "45.154", + "min": "44.327", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "83.926", + "max": "86.396", + "min": "83.185", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "83.638", + "max": "85.092", + "min": "83.304", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "66.219", + "max": "75.919", + "min": "63.678", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "163.753", + "max": "165.419", + "min": "163.103", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "86.812", + "max": "90.082", + "min": "85.451", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "69.193", + "max": "71.206", + "min": "68.651", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "100.14", + "max": "101.624", + "min": "99.656", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "17.059", + "max": "18.626", + "min": "16.665", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "282.759", + "max": "283.72", + "min": "282.326", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.836", + "max": "183.836", + "min": "183.836", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "7.963", + "max": "9.377", + "min": "7.596", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "23.546", + "max": "25.066", + "min": "23.338", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "106.459", + "max": "310.477", + "min": "99.159", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "27.336", + "max": "44.046", + "min": "20.236", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "39.899", + "max": "41.083", + "min": "39.637", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "187.123", + "max": "189.337", + "min": "186.366", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "105.618", + "max": "106.642", + "min": "105.297", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "98.078", + "max": "107.66", + "min": "97.528", + "id": "228", + "country": "United Kingdom", + "source_name": "Bristol", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "229": { + "name": "Eindhoven", + "data": { + "0": { + "avg": "167.838", + "max": "170.693", + "min": "166.758", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "272.047", + "max": "277.109", + "min": "271.378", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "96.287", + "max": "97.739", + "min": "95.95", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "23.923", + "max": "29.129", + "min": "23.537", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.313", + "max": "15.732", + "min": "15.128", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "226.172", + "max": "231.412", + "min": "225.829", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "3.991", + "max": "4.605", + "min": "3.808", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.337", + "max": "281.979", + "min": "276.359", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "43.189", + "max": "45.69", + "min": "42.796", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "26.096", + "max": "30.178", + "min": "25.339", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "8.717", + "max": "13.804", + "min": "7.899", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "113.701", + "max": "134.143", + "min": "112.773", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "80.962", + "max": "84.736", + "min": "80.64", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "81.714", + "max": "82.583", + "min": "81.454", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "107.508", + "max": "110.487", + "min": "106.869", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "85.626", + "max": "86.314", + "min": "85.07", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "30.968", + "max": "33.195", + "min": "30.505", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "93.826", + "max": "96.139", + "min": "93.304", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "21.653", + "max": "22.771", + "min": "21.272", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "24.28", + "max": "25.638", + "min": "24.16", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.052", + "max": "290.162", + "min": "288.749", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "95.997", + "max": "96.302", + "min": "95.896", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "143.707", + "max": "151.011", + "min": "142.916", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "141.777", + "max": "142.111", + "min": "141.666", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "27.681", + "max": "30.012", + "min": "27.377", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "16.671", + "max": "23.274", + "min": "16.081", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "26.637", + "max": "31.823", + "min": "26.201", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "24.495", + "max": "26.054", + "min": "24.082", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.995", + "max": "20.546", + "min": "14.501", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "138.625", + "max": "140.705", + "min": "137.973", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "166.989", + "max": "169.494", + "min": "166.651", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "39.51", + "max": "39.729", + "min": "39.396", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "136.012", + "max": "138.095", + "min": "135.642", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "41.66", + "max": "43.333", + "min": "41.33", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.55", + "max": "18.051", + "min": "13.959", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "167.591", + "max": "176.09", + "min": "166.228", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "141.825", + "max": "146.166", + "min": "140.652", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "131.709", + "max": "133.183", + "min": "131.254", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "108.126", + "max": "109.7", + "min": "107.739", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "83.068", + "max": "84.937", + "min": "82.643", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "152.121", + "max": "153.224", + "min": "151.88", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "11.342", + "max": "12.823", + "min": "10.874", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.159", + "max": "50.074", + "min": "46.229", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "29.604", + "max": "32.813", + "min": "29.104", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "148.869", + "max": "149.162", + "min": "148.693", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "29.266", + "max": "35.385", + "min": "28.297", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "42.268", + "max": "45.303", + "min": "41.911", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "168.162", + "max": "181.978", + "min": "167.373", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "239.182", + "max": "242.353", + "min": "238.576", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "120.533", + "max": "120.662", + "min": "120.47", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "88.017", + "max": "92.511", + "min": "87.445", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "151.039", + "max": "151.485", + "min": "150.733", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "16.697", + "max": "29.87", + "min": "8.094", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "108.874", + "max": "116.217", + "min": "108.168", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "137.875", + "max": "155.786", + "min": "133.992", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "174.503", + "max": "175.552", + "min": "174.117", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "41.577", + "max": "45.935", + "min": "40.281", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "310.699", + "max": "316.95", + "min": "310.024", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "40.081", + "max": "42.699", + "min": "39.566", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "9.859", + "max": "13.528", + "min": "9.345", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.25", + "max": "64.327", + "min": "62.591", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "69.991", + "max": "129.475", + "min": "63.77", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "167.29", + "max": "253.34", + "min": "161.276", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "259.723", + "max": "260.026", + "min": "259.602", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "44.531", + "max": "46.958", + "min": "44.252", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.507", + "max": "48.62", + "min": "46.16", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "79.178", + "max": "79.701", + "min": "79.023", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "57.669", + "max": "58.141", + "min": "57.298", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "213.681", + "max": "215.362", + "min": "212.967", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "119.92", + "max": "120.384", + "min": "119.773", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "196.225", + "max": "198.286", + "min": "195.833", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "137.517", + "max": "138.109", + "min": "137.132", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "156.873", + "max": "162.044", + "min": "156.062", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "98.822", + "max": "100.084", + "min": "98.601", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "49.048", + "max": "54.597", + "min": "48.384", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "14.779", + "max": "15.468", + "min": "14.533", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "93.193", + "max": "93.457", + "min": "93.011", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "150.967", + "max": "155.74", + "min": "150.142", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "100.789", + "max": "104.616", + "min": "100.021", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "93.548", + "max": "95.086", + "min": "93.302", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "135.421", + "max": "136.617", + "min": "135.056", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "94.544", + "max": "96.769", + "min": "93.992", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "207.188", + "max": "214.129", + "min": "204.179", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "148.16", + "max": "148.818", + "min": "147.926", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "138.525", + "max": "141.156", + "min": "138.14", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "67.369", + "max": "68.519", + "min": "67.088", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.806", + "max": "22.832", + "min": "19.009", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "101.145", + "max": "104.741", + "min": "100.772", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "118.661", + "max": "119.268", + "min": "118.458", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "13.397", + "max": "18.988", + "min": "12.53", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "108.871", + "max": "114.06", + "min": "107.535", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "147.064", + "max": "148.082", + "min": "146.852", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.558", + "max": "38.334", + "min": "32.634", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "242.099", + "max": "243.007", + "min": "241.789", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "96.822", + "max": "97.055", + "min": "96.637", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "107.708", + "max": "110.579", + "min": "107.323", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "165.849", + "max": "169.237", + "min": "165.128", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "142.493", + "max": "151.957", + "min": "141.086", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "146.724", + "max": "148.548", + "min": "146.26", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "102.562", + "max": "105.622", + "min": "102.158", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "108.26", + "max": "109.014", + "min": "107.995", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "152.073", + "max": "155.731", + "min": "151.373", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "55.007", + "max": "57.946", + "min": "54.607", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "413.853", + "max": "419.808", + "min": "412.919", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "104.621", + "max": "107.379", + "min": "104.167", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "327.089", + "max": "342.119", + "min": "284.353", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.711", + "max": "195.589", + "min": "190.569", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "82.156", + "max": "82.805", + "min": "81.905", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "97.44", + "max": "103.304", + "min": "97.032", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "135.364", + "max": "138.753", + "min": "134.901", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.838", + "max": "255.035", + "min": "249.138", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "288.591", + "max": "356.746", + "min": "278.763", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "78.434", + "max": "84.596", + "min": "77.917", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "138.473", + "max": "145.409", + "min": "137.846", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.86", + "max": "484.271", + "min": "179.822", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "163.953", + "max": "268.84", + "min": "77.037", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "167.885", + "max": "177.851", + "min": "166.899", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "237.961", + "max": "240.129", + "min": "237.493", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "116.402", + "max": "116.722", + "min": "116.168", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "109.481", + "max": "110.975", + "min": "109.062", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "116.405", + "max": "117.672", + "min": "116.004", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "183.811", + "max": "335.172", + "min": "101.253", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "190.074", + "max": "198.303", + "min": "189.528", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "33.665", + "max": "73.481", + "min": "31.78", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "33.479", + "max": "34.157", + "min": "33.308", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "23.721", + "max": "26.456", + "min": "22.978", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "78.71", + "max": "80.282", + "min": "78.346", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "174.7", + "max": "176.564", + "min": "174.075", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.992", + "max": "129.238", + "min": "126.568", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "166.245", + "max": "168.93", + "min": "165.961", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "103.071", + "max": "104.362", + "min": "102.697", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "100.533", + "max": "106.108", + "min": "99.809", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "100.07", + "max": "102.128", + "min": "99.664", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "298.167", + "max": "300.398", + "min": "297.126", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "123.269", + "max": "124.583", + "min": "122.955", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "79.251", + "max": "79.71", + "min": "79.053", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "132.341", + "max": "152.476", + "min": "130.808", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "119.493", + "max": "122.227", + "min": "119.034", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "114.563", + "max": "115.676", + "min": "114.211", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "80.699", + "max": "85.279", + "min": "80.198", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "23.874", + "max": "24.253", + "min": "23.619", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "186.444", + "max": "188.742", + "min": "185.765", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "34.711", + "max": "35.99", + "min": "34.475", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.406", + "max": "28.147", + "min": "24.938", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "182.237", + "max": "196.6", + "min": "180.765", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "7.397", + "max": "9.611", + "min": "6.992", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "42.003", + "max": "42.535", + "min": "41.855", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "140.504", + "max": "141.339", + "min": "140.27", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "10.028", + "max": "10.227", + "min": "9.834", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "11.37", + "max": "13.289", + "min": "11.058", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "13.917", + "max": "27.958", + "min": "11.327", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "273.626", + "max": "274.045", + "min": "273.494", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "33.878", + "max": "35.41", + "min": "33.444", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.628", + "max": "22.743", + "min": "17.719", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "90.849", + "max": "94.661", + "min": "90.416", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "140.266", + "max": "142.076", + "min": "139.708", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "31.186", + "max": "41.798", + "min": "30.197", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "248.483", + "max": "287.837", + "min": "241.007", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "117.857", + "max": "118.443", + "min": "117.574", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "241.194", + "max": "335.296", + "min": "232.683", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "133.05", + "max": "134.396", + "min": "132.834", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "401.709", + "max": "405.995", + "min": "400.888", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "32.087", + "max": "39.47", + "min": "31.711", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "83.725", + "max": "88.988", + "min": "83.258", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "108.856", + "max": "110.64", + "min": "108.463", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "184.31", + "max": "194.427", + "min": "183.358", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "93.932", + "max": "96.976", + "min": "93.497", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "134.569", + "max": "134.9", + "min": "134.393", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "225.522", + "max": "235.848", + "min": "224.85", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "83.875", + "max": "86.606", + "min": "83.392", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "104.68", + "max": "104.94", + "min": "104.599", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "18.464", + "max": "22.055", + "min": "18.104", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "151.235", + "max": "155.188", + "min": "150.334", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "20.344", + "max": "21.031", + "min": "20.076", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "18.362", + "max": "21.376", + "min": "17.647", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "24.6", + "max": "28.533", + "min": "24.193", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "18.469", + "max": "19.217", + "min": "18.249", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.544", + "max": "16.124", + "min": "15.193", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "65.651", + "max": "66.02", + "min": "65.457", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "46.204", + "max": "47.623", + "min": "46.002", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.041", + "max": "66.509", + "min": "61.182", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "41.644", + "max": "44.781", + "min": "41.236", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "5.14", + "max": "9.87", + "min": "4.544", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "8.373", + "max": "13.641", + "min": "7.444", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "3.908", + "max": "5.129", + "min": "3.646", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "28.682", + "max": "30.039", + "min": "28.445", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "56.531", + "max": "59.892", + "min": "55.913", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "28.718", + "max": "48.772", + "min": "26.397", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "26.306", + "max": "37.756", + "min": "12.367", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "7.986", + "max": "8.344", + "min": "7.761", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "58.508", + "max": "61.298", + "min": "57.823", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "31.11", + "max": "34.152", + "min": "30.158", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "34.672", + "max": "38.981", + "min": "34.046", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "11.732", + "max": "169.565", + "min": "5.872", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "256.854", + "max": "258.684", + "min": "256.484", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "16.214", + "max": "19.906", + "min": "15.655", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "43.665", + "max": "45.185", + "min": "43.087", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "30.723", + "max": "33.509", + "min": "30.184", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "175.499", + "max": "184.746", + "min": "173.34", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "51.699", + "max": "51.873", + "min": "51.558", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "5.536", + "max": "10.428", + "min": "4.942", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "4.534", + "max": "5.939", + "min": "4.262", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "3.43", + "max": "4.397", + "min": "3.058", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "287.977", + "max": "299.821", + "min": "285.919", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "80.894", + "max": "83.08", + "min": "80.237", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "226.483", + "max": "230.404", + "min": "212.999", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "147.397", + "max": "147.779", + "min": "147.273", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "7.586", + "max": "11.952", + "min": "7.046", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "145.893", + "max": "147.154", + "min": "145.601", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "168.73", + "max": "171.73", + "min": "168.2", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "39.992", + "max": "41.621", + "min": "39.538", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "66.781", + "max": "67.702", + "min": "66.596", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "13.051", + "max": "14.181", + "min": "12.725", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "0.02", + "max": "0.024", + "min": "0.016", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "103.258", + "max": "105.509", + "min": "102.904", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "111.024", + "max": "114.569", + "min": "110.646", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "257.825", + "max": "265.2", + "min": "256.846", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.961", + "max": "96.348", + "min": "93.587", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "26.376", + "max": "28.11", + "min": "26.013", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "81.581", + "max": "81.804", + "min": "81.451", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "18.308", + "max": "19.519", + "min": "18.051", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "203.558", + "max": "233.048", + "min": "201.865", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "118.917", + "max": "124.104", + "min": "115.66", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "32.243", + "max": "34.931", + "min": "31.793", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "45.214", + "max": "48.84", + "min": "44.367", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "159.678", + "max": "173.261", + "min": "157.511", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "107.321", + "max": "108.51", + "min": "106.69", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "241.2", + "max": "241.796", + "min": "240.866", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.782", + "max": "86.698", + "min": "85.451", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "42.456", + "max": "43.474", + "min": "42.25", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "13.021", + "max": "15.12", + "min": "12.7", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "41.818", + "max": "42.402", + "min": "41.663", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "88.846", + "max": "91.771", + "min": "88.191", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "89.497", + "max": "90.03", + "min": "89.29", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.988", + "max": "72.371", + "min": "66.62", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "164.149", + "max": "165.758", + "min": "163.286", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "91.632", + "max": "94.745", + "min": "90.438", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "62.985", + "max": "65.196", + "min": "62.266", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "104.244", + "max": "105.375", + "min": "103.851", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "22.558", + "max": "31.085", + "min": "21.842", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "181.423", + "max": "187.662", + "min": "177.582", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "174.62", + "max": "174.62", + "min": "174.62", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "13.081", + "max": "15.431", + "min": "12.726", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "15.472", + "max": "17.253", + "min": "15.134", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "103.606", + "max": "108.741", + "min": "103.098", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "34.456", + "max": "41.943", + "min": "26.46", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.151", + "max": "28.813", + "min": "27.964", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "141.188", + "max": "146.339", + "min": "140.582", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "88.832", + "max": "93.02", + "min": "88.132", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "104.359", + "max": "107.72", + "min": "103.601", + "id": "229", + "country": "Netherlands", + "source_name": "Eindhoven", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "234": { + "name": "Bern", + "data": { + "0": { + "avg": "258.553", + "max": "258.817", + "min": "258.322", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "223.771", + "max": "224.136", + "min": "223.542", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "102.666", + "max": "104.152", + "min": "102.519", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "26.091", + "max": "33.98", + "min": "25.386", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "19.46", + "max": "20.308", + "min": "19.257", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "234.357", + "max": "234.624", + "min": "234.232", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.928", + "max": "25.431", + "min": "24.777", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "258.138", + "max": "264.887", + "min": "257.453", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "69.97", + "max": "70.061", + "min": "69.886", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "40.793", + "max": "44.887", + "min": "40.279", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "19.051", + "max": "21.065", + "min": "18.687", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "135.484", + "max": "135.842", + "min": "135.403", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "91.744", + "max": "91.919", + "min": "91.594", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "96.827", + "max": "97.616", + "min": "96.64", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "116.598", + "max": "116.834", + "min": "116.468", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "101.013", + "max": "101.238", + "min": "100.368", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "21.278", + "max": "21.705", + "min": "21.053", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "106.862", + "max": "106.992", + "min": "106.766", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "34.589", + "max": "35.722", + "min": "34.361", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.083", + "max": "19.044", + "min": "15.736", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "252.761", + "max": "252.855", + "min": "252.675", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "111.634", + "max": "111.753", + "min": "111.529", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "161.265", + "max": "161.666", + "min": "161.134", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "164.076", + "max": "166.043", + "min": "163.847", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "32.268", + "max": "32.682", + "min": "32.073", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "32.905", + "max": "33.268", + "min": "32.791", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "18.926", + "max": "22.507", + "min": "18.519", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "23.667", + "max": "25.721", + "min": "23.361", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "14.759", + "max": "14.985", + "min": "14.651", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "151.043", + "max": "151.889", + "min": "150.784", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "153.285", + "max": "153.457", + "min": "153.121", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "29.49", + "max": "30.585", + "min": "29.357", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "164.361", + "max": "164.531", + "min": "164.177", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.396", + "max": "59.549", + "min": "59.289", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "3.816", + "max": "4.485", + "min": "3.574", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "152.75", + "max": "153.779", + "min": "152.524", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "159.23", + "max": "160.724", + "min": "159.095", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "150.043", + "max": "150.166", + "min": "149.911", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "120.467", + "max": "122.361", + "min": "120.261", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "96.444", + "max": "96.609", + "min": "96.203", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "166.65", + "max": "169.319", + "min": "166.27", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "35.684", + "max": "37.492", + "min": "35.176", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "48.531", + "max": "48.69", + "min": "48.324", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "37.848", + "max": "38.078", + "min": "37.687", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "140.792", + "max": "143.943", + "min": "140.494", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "31.855", + "max": "32.483", + "min": "31.383", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "48.34", + "max": "48.511", + "min": "48.152", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "165.751", + "max": "166.72", + "min": "165.523", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "253.041", + "max": "256.354", + "min": "252.778", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "134.828", + "max": "135.42", + "min": "134.737", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "99.332", + "max": "99.958", + "min": "99.166", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "168.911", + "max": "171.971", + "min": "167.712", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "67.316", + "max": "82.627", + "min": "52.823", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "120.002", + "max": "120.194", + "min": "119.848", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "160.118", + "max": "166.806", + "min": "157.31", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "362.758", + "max": "365.146", + "min": "362.501", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "37.098", + "max": "40.54", + "min": "35.027", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "302.313", + "max": "302.524", + "min": "302.249", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "46.389", + "max": "49.555", + "min": "46.019", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "30.738", + "max": "31.614", + "min": "30.532", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "66.59", + "max": "67.735", + "min": "66.091", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.596", + "max": "129.079", + "min": "68.308", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "176.235", + "max": "241.902", + "min": "169.685", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "189.444", + "max": "189.566", + "min": "189.316", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "49.455", + "max": "49.881", + "min": "49.264", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "35.697", + "max": "36.298", + "min": "35.532", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.842", + "max": "92.992", + "min": "92.705", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "62.997", + "max": "65.19", + "min": "62.06", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "240.998", + "max": "242.647", + "min": "240.041", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "134.682", + "max": "135.954", + "min": "134.398", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "316.357", + "max": "318.226", + "min": "315.783", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "158.832", + "max": "159.834", + "min": "158.536", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "169.379", + "max": "171.941", + "min": "169.153", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.353", + "max": "113.428", + "min": "113.241", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.959", + "max": "69.278", + "min": "68.806", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "29.25", + "max": "29.447", + "min": "29.097", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "109.623", + "max": "109.834", + "min": "109.502", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "156.473", + "max": "156.72", + "min": "156.258", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "112.992", + "max": "113.274", + "min": "112.768", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "107.066", + "max": "107.404", + "min": "106.76", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "148.357", + "max": "148.865", + "min": "148.086", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "107.496", + "max": "108.503", + "min": "107.169", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "244.556", + "max": "251.686", + "min": "235.67", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "158.925", + "max": "159.115", + "min": "158.757", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "148.298", + "max": "148.494", + "min": "148.112", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "86.239", + "max": "87.871", + "min": "85.828", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "30.618", + "max": "33.019", + "min": "30.324", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "117.409", + "max": "117.566", + "min": "117.263", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "130.533", + "max": "130.861", + "min": "130.386", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "28.453", + "max": "37.318", + "min": "27.956", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "124.417", + "max": "125.754", + "min": "123.688", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "179.185", + "max": "180.135", + "min": "178.998", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.584", + "max": "33.681", + "min": "33.421", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "253.012", + "max": "253.752", + "min": "252.815", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "109.272", + "max": "109.433", + "min": "109.132", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "120.623", + "max": "120.773", + "min": "120.52", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "178.896", + "max": "179.225", + "min": "178.699", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "154.764", + "max": "212.747", + "min": "151.607", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "156.814", + "max": "160.229", + "min": "156.548", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "108.577", + "max": "110.615", + "min": "108.36", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "134.801", + "max": "134.958", + "min": "134.665", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "151.49", + "max": "151.874", + "min": "151.36", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "44.977", + "max": "46.311", + "min": "44.781", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "321.024", + "max": "324.896", + "min": "320.389", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "120.705", + "max": "121.063", + "min": "120.522", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "328.295", + "max": "375.866", + "min": "302.458", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "223.893", + "max": "227.556", + "min": "223.677", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "95.974", + "max": "96.105", + "min": "95.832", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "109.168", + "max": "109.276", + "min": "109.02", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "141.21", + "max": "144.657", + "min": "139.959", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "228.854", + "max": "229.25", + "min": "228.683", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "263.677", + "max": "263.861", + "min": "263.5", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "90.25", + "max": "90.596", + "min": "90.127", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "123.701", + "max": "125.617", + "min": "123.361", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "383.918", + "max": "502.539", + "min": "196.159", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "160.4", + "max": "277.366", + "min": "63.372", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "201.658", + "max": "210.966", + "min": "200.693", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "224.824", + "max": "225.171", + "min": "224.697", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "129.134", + "max": "132.309", + "min": "128.871", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "122.142", + "max": "124.003", + "min": "121.869", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "127.683", + "max": "127.939", + "min": "127.371", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "197.826", + "max": "348.569", + "min": "115.117", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "219.997", + "max": "220.525", + "min": "219.829", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "49.273", + "max": "335.902", + "min": "37.522", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.155", + "max": "36.946", + "min": "36.012", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "30.288", + "max": "31.215", + "min": "29.69", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "108.425", + "max": "111.856", + "min": "97.699", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "193.721", + "max": "195.399", + "min": "193.384", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "124.915", + "max": "125.809", + "min": "124.681", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "199.521", + "max": "207.243", + "min": "199.076", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.164", + "max": "117.756", + "min": "117.003", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "112.693", + "max": "112.849", + "min": "112.599", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "113.568", + "max": "113.911", + "min": "113.312", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "304.863", + "max": "306.263", + "min": "304.169", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "140.106", + "max": "140.214", + "min": "140.022", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "89.529", + "max": "89.747", + "min": "89.362", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "142.371", + "max": "149.364", + "min": "141.022", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "127.055", + "max": "127.333", + "min": "126.894", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "125.039", + "max": "125.356", + "min": "124.813", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "98.228", + "max": "104.128", + "min": "97.762", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "25.74", + "max": "26.643", + "min": "25.551", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "179.783", + "max": "183.51", + "min": "179.274", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "44.604", + "max": "45.311", + "min": "44.426", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "23.866", + "max": "24.176", + "min": "23.711", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "193.798", + "max": "197.222", + "min": "193.281", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "30.208", + "max": "33.569", + "min": "29.852", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.956", + "max": "57.963", + "min": "48.403", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "160.094", + "max": "160.532", + "min": "159.968", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "23.571", + "max": "24.192", + "min": "23.437", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "24.483", + "max": "24.567", + "min": "24.369", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "14.553", + "max": "29.81", + "min": "12.443", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "226.742", + "max": "227.122", + "min": "226.631", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "43.943", + "max": "45.966", + "min": "43.618", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "9.019", + "max": "9.261", + "min": "8.832", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "99.968", + "max": "101.605", + "min": "99.755", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "153.03", + "max": "153.995", + "min": "152.635", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "52.465", + "max": "53.737", + "min": "52.153", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "202.594", + "max": "240.496", + "min": "193.346", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "138.691", + "max": "340.373", + "min": "131.497", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "256.752", + "max": "344.338", + "min": "249.022", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "128.34", + "max": "128.515", + "min": "128.216", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "187.785", + "max": "189.188", + "min": "187.598", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "35.602", + "max": "39.605", + "min": "34.973", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "89.079", + "max": "89.65", + "min": "88.954", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "120.219", + "max": "120.446", + "min": "120.002", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "198.24", + "max": "199.227", + "min": "198.104", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "93.354", + "max": "93.879", + "min": "93.214", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "146.839", + "max": "147.064", + "min": "146.721", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "257.59", + "max": "266.597", + "min": "234.074", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "98.394", + "max": "98.518", + "min": "98.277", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "132.756", + "max": "132.876", + "min": "132.671", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "13.273", + "max": "16.502", + "min": "12.983", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "147.599", + "max": "147.738", + "min": "147.495", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "31.306", + "max": "31.566", + "min": "31.193", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "6.848", + "max": "7.093", + "min": "6.667", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "16.266", + "max": "26.638", + "min": "15.711", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "25.733", + "max": "25.877", + "min": "25.629", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "29.648", + "max": "32.422", + "min": "29.219", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "76.673", + "max": "78.049", + "min": "76.419", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "55.05", + "max": "55.149", + "min": "54.95", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "61.648", + "max": "63.189", + "min": "61.425", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "60.733", + "max": "61.9", + "min": "60.491", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "23.287", + "max": "25.35", + "min": "22.976", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "34.983", + "max": "35.129", + "min": "34.911", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "23.634", + "max": "24.004", + "min": "23.495", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "22.428", + "max": "22.604", + "min": "22.279", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "74.553", + "max": "84.881", + "min": "73.772", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "25.657", + "max": "45.589", + "min": "22.666", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "47.176", + "max": "117.217", + "min": "20.44", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "21.006", + "max": "21.231", + "min": "20.912", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "72.065", + "max": "72.324", + "min": "71.835", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "40.768", + "max": "69.262", + "min": "39.278", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "39.659", + "max": "40.203", + "min": "39.245", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "30.204", + "max": "183.543", + "min": "24.627", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "247.946", + "max": "248.291", + "min": "247.827", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "16.994", + "max": "17.366", + "min": "16.823", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "42.146", + "max": "42.465", + "min": "41.949", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "55.099", + "max": "55.401", + "min": "55.005", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "168.193", + "max": "173.731", + "min": "166.328", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "55.698", + "max": "55.918", + "min": "55.532", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "25.068", + "max": "32.111", + "min": "24.477", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "22.276", + "max": "25.07", + "min": "21.867", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.492", + "max": "24.676", + "min": "24.322", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "272.223", + "max": "286.538", + "min": "269.42", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "103.388", + "max": "113.753", + "min": "101.906", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "219.119", + "max": "222.529", + "min": "206.338", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "168.522", + "max": "168.751", + "min": "168.404", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "19.203", + "max": "20.89", + "min": "18.874", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "142.711", + "max": "144.39", + "min": "142.417", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.201", + "max": "179.387", + "min": "178.956", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "33.396", + "max": "33.682", + "min": "33.17", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "78.465", + "max": "78.917", + "min": "78.227", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "28.346", + "max": "29.615", + "min": "27.99", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "26.441", + "max": "28.052", + "min": "26.04", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "130.287", + "max": "130.378", + "min": "130.172", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "132.064", + "max": "132.238", + "min": "131.987", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "257.514", + "max": "342.023", + "min": "251.102", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "113.507", + "max": "114.235", + "min": "113.375", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "0.026", + "max": "0.059", + "min": "0.02", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "95.413", + "max": "96.099", + "min": "95.298", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "6.55", + "max": "6.706", + "min": "6.395", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "253.772", + "max": "352.776", + "min": "249.945", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "174.777", + "max": "177.929", + "min": "172.254", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "28.646", + "max": "28.782", + "min": "28.506", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "42.166", + "max": "45.164", + "min": "41.398", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "177.349", + "max": "179.34", + "min": "176.21", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "112.756", + "max": "113.251", + "min": "112.355", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "220.449", + "max": "220.645", + "min": "220.278", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "87.938", + "max": "88.93", + "min": "87.733", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "52.393", + "max": "55.573", + "min": "50.935", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.982", + "max": "25.423", + "min": "24.889", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "64.189", + "max": "67.633", + "min": "63.219", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "103.166", + "max": "104.302", + "min": "102.832", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "118.338", + "max": "118.52", + "min": "118.195", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "68.339", + "max": "71.275", + "min": "66.322", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "180.843", + "max": "182.313", + "min": "179.916", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "122.255", + "max": "123.534", + "min": "121", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "63.578", + "max": "63.909", + "min": "63.372", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "115.115", + "max": "116.433", + "min": "114.83", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "39.103", + "max": "44.496", + "min": "38.631", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "226.324", + "max": "226.85", + "min": "225.979", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "201.766", + "max": "201.766", + "min": "201.766", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "24.013", + "max": "24.137", + "min": "23.904", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "13.792", + "max": "14.218", + "min": "13.643", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "120.555", + "max": "121.58", + "min": "120.333", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "42.769", + "max": "54.493", + "min": "33.319", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.403", + "max": "29.244", + "min": "26.892", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "117.408", + "max": "118.778", + "min": "117.208", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "92.827", + "max": "93.08", + "min": "92.557", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "109.64", + "max": "109.72", + "min": "109.533", + "id": "234", + "country": "Switzerland", + "source_name": "Bern", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "236": { + "name": "Basel", + "data": { + "0": { + "avg": "235.619", + "max": "235.896", + "min": "235.451", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "244.952", + "max": "245.401", + "min": "244.725", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "121.841", + "max": "126.755", + "min": "121.501", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "15.138", + "max": "18.3", + "min": "14.818", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "23.006", + "max": "23.442", + "min": "22.783", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "230.23", + "max": "230.574", + "min": "230.094", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "66.478", + "max": "66.687", + "min": "66.381", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "258.808", + "max": "268.483", + "min": "257.866", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "53.951", + "max": "54.115", + "min": "53.835", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "41.091", + "max": "45.374", + "min": "40.742", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "29.793", + "max": "30.189", + "min": "29.538", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "138.172", + "max": "161.248", + "min": "137.219", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "95.516", + "max": "95.63", + "min": "95.411", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "109.006", + "max": "109.939", + "min": "108.811", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "132.994", + "max": "133.379", + "min": "132.858", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "91.664", + "max": "92.286", + "min": "91.013", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "32.353", + "max": "32.614", + "min": "32.117", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "115.534", + "max": "115.857", + "min": "115.362", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "36.34", + "max": "36.604", + "min": "36.137", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "14.364", + "max": "14.606", + "min": "14.225", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "251.676", + "max": "251.843", + "min": "251.604", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "117.878", + "max": "118.091", + "min": "117.721", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "165.888", + "max": "166.769", + "min": "165.675", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "171.536", + "max": "187.056", + "min": "170.427", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "32.71", + "max": "33.11", + "min": "32.514", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.125", + "max": "27.407", + "min": "27.024", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "6.175", + "max": "6.603", + "min": "6.007", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "24.249", + "max": "24.699", + "min": "24.07", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "26.345", + "max": "26.649", + "min": "26.222", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "151.995", + "max": "153.568", + "min": "151.724", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "160.633", + "max": "160.887", + "min": "160.508", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "31.489", + "max": "31.917", + "min": "31.295", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "146.384", + "max": "146.563", + "min": "146.213", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "53.682", + "max": "54.068", + "min": "53.545", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "3.803", + "max": "4.484", + "min": "3.492", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "167.507", + "max": "169.105", + "min": "167.152", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "168.06", + "max": "168.279", + "min": "167.943", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "142.787", + "max": "143.293", + "min": "142.681", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "119.238", + "max": "120.073", + "min": "119.045", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "95.134", + "max": "95.836", + "min": "94.885", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "166.745", + "max": "170.757", + "min": "166.345", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "27.842", + "max": "33.236", + "min": "27.389", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.257", + "max": "47.657", + "min": "47.103", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "37.011", + "max": "40.469", + "min": "36.735", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "147.539", + "max": "148.066", + "min": "147.379", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "22.152", + "max": "22.687", + "min": "21.628", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "44.959", + "max": "45.345", + "min": "44.835", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "174.97", + "max": "177.915", + "min": "174.726", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "252.862", + "max": "253.389", + "min": "252.692", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "121.886", + "max": "122.059", + "min": "121.786", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "99.695", + "max": "99.897", + "min": "99.557", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.503", + "max": "165.87", + "min": "165.283", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "55.055", + "max": "68.262", + "min": "42.245", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "126.212", + "max": "126.398", + "min": "126.065", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "135.259", + "max": "155.971", + "min": "131.351", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "352.009", + "max": "352.671", + "min": "351.737", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "34.724", + "max": "35.754", + "min": "33.934", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "317.095", + "max": "317.661", + "min": "316.962", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "55.26", + "max": "57.219", + "min": "54.992", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "20.618", + "max": "20.927", + "min": "20.457", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "59.708", + "max": "60.871", + "min": "59.335", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "71.099", + "max": "122.828", + "min": "65.486", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "175.183", + "max": "206.074", + "min": "172.395", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "267.925", + "max": "269.295", + "min": "267.698", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "52.331", + "max": "52.56", + "min": "52.157", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "41.973", + "max": "42.356", + "min": "41.83", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "97.744", + "max": "97.913", + "min": "97.642", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "52.804", + "max": "53.363", + "min": "52.468", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "226.976", + "max": "228.968", + "min": "226.328", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "140.082", + "max": "140.349", + "min": "139.936", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "334.422", + "max": "335.875", + "min": "334.225", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "164.739", + "max": "165.462", + "min": "164.442", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "172.354", + "max": "172.703", + "min": "172.187", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "119.852", + "max": "120.295", + "min": "119.745", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "69.553", + "max": "70.538", + "min": "69.342", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "26.935", + "max": "27.115", + "min": "26.797", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "109.489", + "max": "109.631", + "min": "109.337", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "158.06", + "max": "158.463", + "min": "157.9", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "116.79", + "max": "122.206", + "min": "116.425", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "111.613", + "max": "111.863", + "min": "111.428", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "149.785", + "max": "150.442", + "min": "149.5", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "108.349", + "max": "108.861", + "min": "108.1", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "248.395", + "max": "248.806", + "min": "248.19", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "159.974", + "max": "160.165", + "min": "159.743", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "154.47", + "max": "154.652", + "min": "154.332", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "76.267", + "max": "77.314", + "min": "75.956", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "36.173", + "max": "42.601", + "min": "35.64", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "126.496", + "max": "127.163", + "min": "126.37", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "122.9", + "max": "123.172", + "min": "122.758", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "33.899", + "max": "35.683", + "min": "33.629", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "123.338", + "max": "126.31", + "min": "122.57", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "167.1", + "max": "167.798", + "min": "166.932", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "30.57", + "max": "30.922", + "min": "30.481", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "299.688", + "max": "299.91", + "min": "299.478", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "108.948", + "max": "109.257", + "min": "108.783", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "125.939", + "max": "126.13", + "min": "125.828", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "180.986", + "max": "181.31", + "min": "180.728", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "150.435", + "max": "155.779", + "min": "149.304", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "163.78", + "max": "164.166", + "min": "163.661", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "118.549", + "max": "120.414", + "min": "118.272", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "120.716", + "max": "120.899", + "min": "120.639", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.673", + "max": "182.993", + "min": "182.545", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "40.306", + "max": "48.208", + "min": "39.885", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "326.193", + "max": "327.496", + "min": "325.576", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "117.956", + "max": "118.352", + "min": "117.74", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "374.801", + "max": "384.381", + "min": "346.103", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "199.618", + "max": "200.004", + "min": "199.504", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "99.41", + "max": "99.706", + "min": "99.163", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "125.583", + "max": "125.837", + "min": "125.473", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "163.804", + "max": "164.597", + "min": "162.743", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "256.928", + "max": "257.334", + "min": "256.809", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "276.094", + "max": "276.883", + "min": "275.851", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "100.015", + "max": "100.184", + "min": "99.89", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "125.006", + "max": "139.51", + "min": "124.249", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.736", + "max": "508.54", + "min": "198.738", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "162.287", + "max": "289.487", + "min": "75.911", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "189.663", + "max": "209.796", + "min": "187.832", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "219.914", + "max": "220.989", + "min": "219.704", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "134.531", + "max": "134.763", + "min": "134.326", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "130.924", + "max": "131.813", + "min": "130.641", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "128.604", + "max": "128.919", + "min": "128.353", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "199.694", + "max": "350.116", + "min": "117.364", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "226.805", + "max": "227.06", + "min": "226.661", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "50.776", + "max": "213.491", + "min": "44.557", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "45.104", + "max": "45.294", + "min": "45.018", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "27.5", + "max": "28.212", + "min": "27.042", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "97.822", + "max": "99.192", + "min": "97.352", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "234.308", + "max": "234.825", + "min": "234.057", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.771", + "max": "127.26", + "min": "126.6", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "199.778", + "max": "200.041", + "min": "199.674", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "115.892", + "max": "116.543", + "min": "115.705", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "112.775", + "max": "113.09", + "min": "112.57", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "113.74", + "max": "114.006", + "min": "113.517", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "303.593", + "max": "304.876", + "min": "302.948", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "138.897", + "max": "139.196", + "min": "138.784", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "90.253", + "max": "90.446", + "min": "90.137", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "143.592", + "max": "149.958", + "min": "142.811", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "127.244", + "max": "127.384", + "min": "127.075", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "126.585", + "max": "126.81", + "min": "126.348", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "93.031", + "max": "93.198", + "min": "92.863", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "15.089", + "max": "15.521", + "min": "14.958", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "184.902", + "max": "189.014", + "min": "184.283", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "47.947", + "max": "48.323", + "min": "47.819", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "24.82", + "max": "25.394", + "min": "24.654", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "194.544", + "max": "197.06", + "min": "194.22", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "19.901", + "max": "20.467", + "min": "19.6", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "33.221", + "max": "42.095", + "min": "32.599", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "138.821", + "max": "139.271", + "min": "138.679", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "24.512", + "max": "24.727", + "min": "24.379", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "25.805", + "max": "26.031", + "min": "25.709", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "15.122", + "max": "30.47", + "min": "13.35", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "226.908", + "max": "227.503", + "min": "226.723", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.47", + "max": "39.387", + "min": "37.223", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "8.75", + "max": "10.677", + "min": "7.997", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "113.585", + "max": "113.918", + "min": "113.427", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "151.531", + "max": "151.865", + "min": "151.117", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "41.68", + "max": "42.745", + "min": "41.364", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "276.99", + "max": "322.987", + "min": "269.953", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "131.086", + "max": "131.381", + "min": "130.866", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "263.848", + "max": "329.808", + "min": "258.678", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "139.468", + "max": "139.659", + "min": "139.293", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "186.65", + "max": "186.793", + "min": "186.524", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "37.641", + "max": "38.454", + "min": "37.262", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "88.537", + "max": "89.254", + "min": "88.318", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "109.59", + "max": "109.858", + "min": "109.371", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "193.807", + "max": "193.917", + "min": "193.69", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "90.452", + "max": "90.711", + "min": "90.274", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "150.4", + "max": "150.779", + "min": "150.235", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "240.161", + "max": "245.177", + "min": "239.29", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "96.882", + "max": "97.267", + "min": "96.671", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "116.136", + "max": "116.285", + "min": "116.037", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "29.753", + "max": "31.862", + "min": "29.288", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "279.82", + "max": "280.273", + "min": "279.694", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "34.401", + "max": "35.479", + "min": "34.239", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "7.455", + "max": "7.809", + "min": "7.245", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "16.174", + "max": "25.854", + "min": "15.62", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "12.525", + "max": "12.912", + "min": "12.433", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "31.934", + "max": "32.81", + "min": "31.652", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "66.187", + "max": "66.605", + "min": "65.987", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "36.461", + "max": "36.941", + "min": "36.329", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "63.902", + "max": "64.808", + "min": "63.75", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "64.519", + "max": "64.789", + "min": "64.379", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "17.47", + "max": "18.556", + "min": "17.273", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "27.463", + "max": "28.037", + "min": "27.318", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "15.237", + "max": "15.383", + "min": "15.099", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "19.161", + "max": "19.39", + "min": "18.999", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.781", + "max": "56.155", + "min": "55.629", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "14.136", + "max": "42.436", + "min": "11.555", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "32.127", + "max": "45.158", + "min": "17.314", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "20.234", + "max": "20.512", + "min": "20.043", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "59.913", + "max": "60.112", + "min": "59.748", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "40.011", + "max": "54.237", + "min": "39.133", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "33.771", + "max": "34.443", + "min": "33.171", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "17.137", + "max": "17.847", + "min": "16.786", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "285.178", + "max": "285.52", + "min": "285.016", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "21.746", + "max": "22.169", + "min": "21.578", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "57.488", + "max": "57.714", + "min": "57.274", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "25.952", + "max": "26.133", + "min": "25.829", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "176.957", + "max": "183.156", + "min": "175.084", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "45.193", + "max": "45.53", + "min": "45.067", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "20.903", + "max": "35.129", + "min": "19.979", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "21.42", + "max": "22.46", + "min": "21.258", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "14.611", + "max": "14.93", + "min": "14.336", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "268.587", + "max": "272.294", + "min": "268.199", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "112.505", + "max": "113.762", + "min": "112.082", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "214.553", + "max": "215.821", + "min": "207.621", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "145.013", + "max": "145.479", + "min": "144.884", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "20.824", + "max": "21.198", + "min": "20.612", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "146.998", + "max": "148.299", + "min": "146.731", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.539", + "max": "179.844", + "min": "179.287", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "46.871", + "max": "47.18", + "min": "46.661", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "49.313", + "max": "50.04", + "min": "49.155", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "30.716", + "max": "32.454", + "min": "30.343", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "18.368", + "max": "19.246", + "min": "18.118", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "119.024", + "max": "119.455", + "min": "118.884", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "123.297", + "max": "123.489", + "min": "123.216", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "269.282", + "max": "345.746", + "min": "264.162", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "96.817", + "max": "97.051", + "min": "96.692", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "6.519", + "max": "6.878", + "min": "6.384", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "95.89", + "max": "96.046", + "min": "95.77", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "0.026", + "max": "0.056", + "min": "0.018", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "231.292", + "max": "231.873", + "min": "231.156", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "132.366", + "max": "136.373", + "min": "130.318", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "26.118", + "max": "26.586", + "min": "25.915", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "33.923", + "max": "35.23", + "min": "32.874", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "163.803", + "max": "195.228", + "min": "161.276", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "116.845", + "max": "117.703", + "min": "116.382", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "236.854", + "max": "237.097", + "min": "236.657", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "75.882", + "max": "76.533", + "min": "75.717", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "42.925", + "max": "43.263", + "min": "42.82", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "20.423", + "max": "20.91", + "min": "20.303", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "54.93", + "max": "55.31", + "min": "54.781", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "102.81", + "max": "107.727", + "min": "102.294", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "105.225", + "max": "105.517", + "min": "105.094", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "65.092", + "max": "67.302", + "min": "63.812", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "180.703", + "max": "181.485", + "min": "180.269", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "106.21", + "max": "107.321", + "min": "105.103", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "64.798", + "max": "65.764", + "min": "64.561", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "114.64", + "max": "114.947", + "min": "114.397", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "33.971", + "max": "34.967", + "min": "33.637", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "187.127", + "max": "187.627", + "min": "186.939", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "201.255", + "max": "201.255", + "min": "201.255", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "28.318", + "max": "31.43", + "min": "28.126", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "26.685", + "max": "26.884", + "min": "26.55", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "122.354", + "max": "125.354", + "min": "122.051", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "38.988", + "max": "48.817", + "min": "31.814", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "62.709", + "max": "62.874", + "min": "62.52", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "179.872", + "max": "180.897", + "min": "179.531", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "97.656", + "max": "99.667", + "min": "97.314", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "114.185", + "max": "121.722", + "min": "113.811", + "id": "236", + "country": "Switzerland", + "source_name": "Basel", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "240": { + "name": "Lyon", + "data": { + "0": { + "avg": "199.827", + "max": "200.433", + "min": "199.309", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "244.648", + "max": "246.115", + "min": "244.332", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.505", + "max": "111.751", + "min": "111.312", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "37.162", + "max": "42.621", + "min": "36.489", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.366", + "max": "15.838", + "min": "15.156", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "292.589", + "max": "293.096", + "min": "292.333", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.824", + "max": "24.973", + "min": "24.637", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "278.4", + "max": "284.389", + "min": "277.522", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "67.837", + "max": "68.302", + "min": "67.677", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "45.246", + "max": "45.967", + "min": "45.048", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "21.528", + "max": "22.021", + "min": "21.212", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "126.667", + "max": "126.878", + "min": "126.484", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "91.811", + "max": "92.404", + "min": "91.541", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "94.425", + "max": "95.361", + "min": "94.103", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "125.924", + "max": "132.199", + "min": "125.525", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.034", + "max": "95.444", + "min": "94.648", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "31.886", + "max": "32.195", + "min": "31.67", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "107.054", + "max": "107.45", + "min": "106.841", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "31.738", + "max": "31.996", + "min": "31.437", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "34.091", + "max": "34.252", + "min": "33.901", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "285.857", + "max": "286.123", + "min": "285.648", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "110.976", + "max": "111.282", + "min": "110.806", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "167.497", + "max": "168.191", + "min": "167.243", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "163.926", + "max": "164.405", + "min": "163.606", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "46.359", + "max": "47.113", + "min": "46.009", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "36.217", + "max": "36.496", + "min": "35.985", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "30.562", + "max": "31.795", + "min": "30.195", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "34.928", + "max": "35.121", + "min": "34.731", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "23.294", + "max": "23.572", + "min": "23.143", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "148.089", + "max": "148.352", + "min": "147.875", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "181.23", + "max": "181.43", + "min": "181.028", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "48.685", + "max": "48.961", + "min": "48.489", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "152.428", + "max": "159.687", + "min": "151.958", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "56.115", + "max": "56.407", + "min": "55.921", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "31.962", + "max": "37.94", + "min": "31.476", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "264.668", + "max": "266.424", + "min": "264.231", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.653", + "max": "159.011", + "min": "158.465", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "175.82", + "max": "176.097", + "min": "175.505", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "125.3", + "max": "128.849", + "min": "124.932", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "99.81", + "max": "101.49", + "min": "99.414", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "164.533", + "max": "168.701", + "min": "163.774", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "31.809", + "max": "33.538", + "min": "31.409", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "61.304", + "max": "61.552", + "min": "61.111", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "47.701", + "max": "50.06", + "min": "47.406", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "141.666", + "max": "141.945", + "min": "141.468", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "48.098", + "max": "48.826", + "min": "47.675", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "65.658", + "max": "65.919", + "min": "65.474", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "168.51", + "max": "169.386", + "min": "168.226", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "233.441", + "max": "234.607", + "min": "231.849", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "133.496", + "max": "133.673", + "min": "133.249", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "97.613", + "max": "97.856", + "min": "97.388", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "172.782", + "max": "173.047", + "min": "172.549", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "29.695", + "max": "118.843", + "min": "17.605", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "114.601", + "max": "114.842", + "min": "114.375", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "160.091", + "max": "167.098", + "min": "156.788", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "287.711", + "max": "288.45", + "min": "287.452", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.437", + "max": "42.398", + "min": "37.747", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "325.901", + "max": "326.46", + "min": "325.683", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "65.129", + "max": "66.643", + "min": "64.675", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "31.57", + "max": "31.795", + "min": "31.337", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "72.784", + "max": "73.836", + "min": "72.354", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "67.632", + "max": "125.541", + "min": "61.456", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "186.49", + "max": "207.354", + "min": "184.596", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "227.258", + "max": "227.483", + "min": "227.051", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "62.78", + "max": "63.06", + "min": "62.617", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "56.247", + "max": "56.542", + "min": "56.046", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "93.821", + "max": "94.381", + "min": "93.51", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "59.747", + "max": "62.547", + "min": "59.069", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "221.61", + "max": "223.251", + "min": "220.852", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "141.537", + "max": "141.995", + "min": "141.279", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "284.043", + "max": "284.986", + "min": "283.724", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "164.457", + "max": "164.866", + "min": "164.119", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "170.097", + "max": "170.73", + "min": "169.693", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "113.23", + "max": "113.428", + "min": "113.059", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "66.857", + "max": "67.57", + "min": "66.471", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "27.362", + "max": "28.285", + "min": "27.132", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "108.08", + "max": "108.502", + "min": "107.858", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "157.12", + "max": "157.452", + "min": "156.943", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "113.491", + "max": "114.35", + "min": "113.103", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "106.526", + "max": "107.159", + "min": "106.242", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "145.292", + "max": "145.838", + "min": "144.991", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "104.69", + "max": "105.538", + "min": "104.283", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "205.891", + "max": "207.547", + "min": "204.956", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "153.987", + "max": "154.579", + "min": "153.776", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "135.865", + "max": "136.081", + "min": "135.672", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "76.812", + "max": "77.575", + "min": "76.251", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "31.231", + "max": "32.4", + "min": "30.937", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "121.554", + "max": "122.388", + "min": "121.343", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "109.588", + "max": "109.961", + "min": "109.444", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "27.709", + "max": "29.229", + "min": "27.37", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "122.384", + "max": "128.941", + "min": "121.475", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "152.623", + "max": "153.135", + "min": "152.152", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "39.516", + "max": "39.828", + "min": "39.329", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "278.186", + "max": "285.193", + "min": "277.759", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "106.421", + "max": "106.705", + "min": "106.241", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "127.919", + "max": "142.507", + "min": "126.563", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "163.087", + "max": "163.331", + "min": "162.879", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "146.8", + "max": "151.163", + "min": "145.961", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "155.11", + "max": "156.089", + "min": "154.841", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "110.133", + "max": "112.497", + "min": "109.71", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "116.561", + "max": "116.748", + "min": "116.359", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "169.473", + "max": "169.721", + "min": "169.245", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "69.262", + "max": "69.541", + "min": "69.092", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "315.41", + "max": "321.82", + "min": "314.678", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "114.25", + "max": "115.008", + "min": "113.998", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "379.521", + "max": "396.172", + "min": "339.347", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "184.324", + "max": "187.163", + "min": "183.912", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "93.205", + "max": "93.482", + "min": "92.978", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "106.892", + "max": "107.355", + "min": "106.721", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "151.06", + "max": "153.342", + "min": "150.831", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "258.495", + "max": "258.786", + "min": "258.274", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "279.457", + "max": "279.764", + "min": "279.207", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "94.582", + "max": "94.881", + "min": "94.3", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "141.016", + "max": "142.422", + "min": "140.563", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "394.268", + "max": "502.407", + "min": "231.119", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "160.2", + "max": "237.084", + "min": "91.494", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "185.104", + "max": "195.488", + "min": "184.334", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "243.96", + "max": "247.434", + "min": "243.557", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "129.022", + "max": "129.993", + "min": "128.697", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "121.359", + "max": "122.222", + "min": "121.074", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "124.904", + "max": "125.139", + "min": "124.622", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "188.901", + "max": "337.838", + "min": "112.188", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "210.325", + "max": "211.339", + "min": "209.739", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "65.449", + "max": "200.867", + "min": "60.3", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "49.745", + "max": "50.05", + "min": "49.593", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "49.9", + "max": "52.711", + "min": "49.204", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "93.358", + "max": "93.972", + "min": "92.996", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "164.746", + "max": "165.115", + "min": "164.564", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "133.024", + "max": "137.564", + "min": "132.625", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "192.99", + "max": "194.648", + "min": "192.702", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "122.498", + "max": "122.824", + "min": "122.273", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "108.04", + "max": "108.529", + "min": "107.743", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "110.749", + "max": "111.015", + "min": "110.407", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "313.181", + "max": "314.697", + "min": "312.379", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "139.633", + "max": "140.317", + "min": "139.46", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "93.825", + "max": "98.644", + "min": "93.304", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "145.979", + "max": "158.218", + "min": "143.926", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "123.494", + "max": "123.784", + "min": "123.318", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "122.242", + "max": "124.714", + "min": "121.973", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "99.49", + "max": "99.652", + "min": "99.325", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "36.721", + "max": "36.883", + "min": "36.509", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "187.613", + "max": "191.719", + "min": "187.162", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "48.107", + "max": "49.143", + "min": "47.853", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "35.352", + "max": "35.599", + "min": "35.082", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "190.762", + "max": "192.345", + "min": "190.352", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "30.676", + "max": "31.476", + "min": "30.213", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "55.862", + "max": "59.801", + "min": "55.307", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "252.313", + "max": "253.275", + "min": "252.081", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "23.341", + "max": "23.527", + "min": "23.165", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "24.805", + "max": "24.996", + "min": "24.648", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "27.914", + "max": "45.292", + "min": "26.195", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.822", + "max": "267.441", + "min": "266.563", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "50.418", + "max": "53.225", + "min": "49.987", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "25.042", + "max": "59.331", + "min": "23.62", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "102.305", + "max": "102.845", + "min": "101.828", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "150.245", + "max": "150.784", + "min": "150.03", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "55.73", + "max": "57.814", + "min": "55.349", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "259.577", + "max": "301.487", + "min": "253.286", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "128.688", + "max": "128.96", + "min": "128.434", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "250.433", + "max": "360.294", + "min": "244.541", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "129.687", + "max": "129.869", + "min": "129.443", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "209.028", + "max": "209.219", + "min": "208.832", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "47.261", + "max": "47.496", + "min": "47.086", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "84.868", + "max": "86.344", + "min": "84.631", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "126.554", + "max": "127.429", + "min": "126.336", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "188.24", + "max": "188.417", + "min": "188.087", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "107.455", + "max": "108.914", + "min": "107.111", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "151.4", + "max": "153.121", + "min": "151.141", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "306.94", + "max": "316.625", + "min": "290.24", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "93.625", + "max": "93.953", + "min": "93.399", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "113.917", + "max": "114.098", + "min": "113.724", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "20.254", + "max": "22.216", + "min": "19.877", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "316.052", + "max": "347.659", + "min": "295.992", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "31.761", + "max": "31.958", + "min": "31.607", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "29.062", + "max": "29.487", + "min": "28.894", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "37.719", + "max": "39.418", + "min": "37.423", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "27.042", + "max": "27.2", + "min": "26.859", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "27.067", + "max": "27.438", + "min": "26.821", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "74.061", + "max": "74.908", + "min": "73.791", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "46.668", + "max": "46.895", + "min": "46.478", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "84.287", + "max": "86.315", + "min": "83.968", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "47.69", + "max": "47.931", + "min": "47.468", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "29.107", + "max": "30.281", + "min": "28.789", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "29.551", + "max": "29.96", + "min": "29.348", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "22.056", + "max": "22.331", + "min": "21.876", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "39.543", + "max": "40.205", + "min": "39.334", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "85.446", + "max": "86.238", + "min": "85.246", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "35.35", + "max": "41.812", + "min": "34.113", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "55.904", + "max": "89.272", + "min": "33.559", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "21.94", + "max": "22.175", + "min": "21.784", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "85.749", + "max": "86", + "min": "85.513", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "66.396", + "max": "66.926", + "min": "66.017", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "55.094", + "max": "55.731", + "min": "54.673", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "26.737", + "max": "27.06", + "min": "26.366", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.762", + "max": "272.019", + "min": "271.527", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "29.497", + "max": "29.807", + "min": "29.318", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "42.602", + "max": "42.823", + "min": "42.433", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "42.542", + "max": "42.806", + "min": "42.4", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "173.266", + "max": "181.06", + "min": "172.206", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "66.977", + "max": "67.521", + "min": "66.784", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "27.243", + "max": "49.388", + "min": "25.929", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "38.374", + "max": "39.417", + "min": "38.127", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.007", + "max": "24.225", + "min": "23.814", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "327.066", + "max": "334.202", + "min": "326.026", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "96.897", + "max": "99.517", + "min": "96.019", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "234.98", + "max": "239.455", + "min": "230.519", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "156.102", + "max": "156.311", + "min": "155.903", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "22.169", + "max": "22.521", + "min": "21.992", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "145.943", + "max": "146.781", + "min": "145.567", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "175.348", + "max": "176.215", + "min": "174.954", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "42.982", + "max": "44.106", + "min": "42.697", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "79.315", + "max": "80.208", + "min": "79.101", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "25.947", + "max": "27.274", + "min": "25.464", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "32.211", + "max": "33.724", + "min": "31.889", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "112.429", + "max": "124.353", + "min": "111.886", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "116.411", + "max": "116.878", + "min": "116.104", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "239.679", + "max": "337.377", + "min": "236.028", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "97.063", + "max": "97.784", + "min": "96.679", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "28.717", + "max": "29.035", + "min": "28.522", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "100.777", + "max": "100.988", + "min": "100.539", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "26.193", + "max": "26.378", + "min": "26.007", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "237.373", + "max": "562.43", + "min": "225.646", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "137.088", + "max": "140.204", + "min": "134.281", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "0.154", + "max": "0.242", + "min": "0.071", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "57.337", + "max": "59.2", + "min": "56.468", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "167.679", + "max": "170.439", + "min": "166.16", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "256.563", + "max": "256.996", + "min": "256.229", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "266.378", + "max": "267.082", + "min": "266.161", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "113.095", + "max": "113.398", + "min": "112.729", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "56.069", + "max": "56.318", + "min": "55.889", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "25.551", + "max": "25.786", + "min": "25.387", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "46.115", + "max": "46.333", + "min": "45.949", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "102.972", + "max": "104.464", + "min": "102.666", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "107.332", + "max": "107.572", + "min": "107.163", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "66.688", + "max": "75.819", + "min": "64.475", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "184.437", + "max": "186.94", + "min": "183.812", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "103.997", + "max": "105.768", + "min": "102.881", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "80.61", + "max": "81.035", + "min": "80.405", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "112.22", + "max": "112.477", + "min": "112.032", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "32.794", + "max": "37.41", + "min": "32.238", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "195.177", + "max": "196.152", + "min": "193.021", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "190.413", + "max": "190.413", + "min": "190.413", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "25.702", + "max": "25.947", + "min": "25.505", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "28.667", + "max": "29.182", + "min": "28.52", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "119.474", + "max": "119.754", + "min": "119.256", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "39.399", + "max": "53.433", + "min": "30.945", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "44.932", + "max": "45.07", + "min": "44.739", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "116.672", + "max": "117.873", + "min": "116.407", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "97.87", + "max": "99.013", + "min": "97.511", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "116.275", + "max": "116.567", + "min": "116.1", + "id": "240", + "country": "France", + "source_name": "Lyon", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "246": { + "name": "Valletta", + "data": { + "0": { + "avg": "199.125", + "max": "199.246", + "min": "198.993", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "298.578", + "max": "298.993", + "min": "298.354", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "132.866", + "max": "133.04", + "min": "132.77", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "46.788", + "max": "53.238", + "min": "46.128", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "43.266", + "max": "43.476", + "min": "43.127", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "274.516", + "max": "275.069", + "min": "274.38", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "40.673", + "max": "40.887", + "min": "40.592", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "304.61", + "max": "309.449", + "min": "303.808", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "79.238", + "max": "79.441", + "min": "79.13", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "62.91", + "max": "66.064", + "min": "62.454", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "45.573", + "max": "46.566", + "min": "45.317", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "155.707", + "max": "174.627", + "min": "154.935", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "114.672", + "max": "114.862", + "min": "114.581", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "118.9", + "max": "119.317", + "min": "118.788", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "144.468", + "max": "144.828", + "min": "144.372", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "120.094", + "max": "120.196", + "min": "119.893", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "46.587", + "max": "46.848", + "min": "46.406", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "130.498", + "max": "130.608", + "min": "130.408", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "58.844", + "max": "59.026", + "min": "58.695", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "45.048", + "max": "45.106", + "min": "44.968", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "315.644", + "max": "315.752", + "min": "315.595", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "140.612", + "max": "140.694", + "min": "140.531", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "177.394", + "max": "178.099", + "min": "177.267", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "191.63", + "max": "192.337", + "min": "191.477", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "61.644", + "max": "62.472", + "min": "61.51", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "47.168", + "max": "47.274", + "min": "47.111", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "45.806", + "max": "47.948", + "min": "45.574", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "50.255", + "max": "59.037", + "min": "49.782", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "33.419", + "max": "33.52", + "min": "33.367", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "177.535", + "max": "178.113", + "min": "177.375", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "283.867", + "max": "283.943", + "min": "283.811", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "56.415", + "max": "56.669", + "min": "56.331", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "174.03", + "max": "174.174", + "min": "173.931", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "67.922", + "max": "68.467", + "min": "67.824", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "47.8", + "max": "48.484", + "min": "47.606", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "201.521", + "max": "201.79", + "min": "201.444", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "180.706", + "max": "180.847", + "min": "180.665", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "179.679", + "max": "179.851", + "min": "179.527", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "144.513", + "max": "144.662", + "min": "144.425", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "124.631", + "max": "126.662", + "min": "124.386", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "189.831", + "max": "198.303", + "min": "189.245", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "48.056", + "max": "49.279", + "min": "47.816", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "78.283", + "max": "101.836", + "min": "77.005", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "58.851", + "max": "59.565", + "min": "58.753", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "164.091", + "max": "164.41", + "min": "163.989", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "52.566", + "max": "53.186", + "min": "52.191", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "75.737", + "max": "76.03", + "min": "75.609", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "198.377", + "max": "198.528", + "min": "198.261", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "257.869", + "max": "258.859", + "min": "257.7", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "149.494", + "max": "149.537", + "min": "149.45", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "120.44", + "max": "120.504", + "min": "120.386", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "189.261", + "max": "189.66", + "min": "188.953", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "71.422", + "max": "137.637", + "min": "45.751", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "149.941", + "max": "150.138", + "min": "149.859", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "398.813", + "max": "406.579", + "min": "395.817", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "379.858", + "max": "380.622", + "min": "379.65", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "69.564", + "max": "80.08", + "min": "65.881", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "324.344", + "max": "324.436", + "min": "324.28", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "55.41", + "max": "56.616", + "min": "55.233", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "46.297", + "max": "46.399", + "min": "46.198", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "86.646", + "max": "87.325", + "min": "86.187", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "92.229", + "max": "117.443", + "min": "90.896", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "302.248", + "max": "399.933", + "min": "294.401", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "300.546", + "max": "300.672", + "min": "300.476", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "71.16", + "max": "71.283", + "min": "71.054", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "70.574", + "max": "71.31", + "min": "70.427", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "116.305", + "max": "116.459", + "min": "116.206", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "64.468", + "max": "64.794", + "min": "64.08", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "249.763", + "max": "251.347", + "min": "248.891", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "155.353", + "max": "156.155", + "min": "155.231", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "268.517", + "max": "269.351", + "min": "268.307", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "179.382", + "max": "179.825", + "min": "179.196", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "191.227", + "max": "193.347", + "min": "190.913", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "137.716", + "max": "137.791", + "min": "137.661", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "87.077", + "max": "87.462", + "min": "86.873", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "51.171", + "max": "51.333", + "min": "51.048", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "134.615", + "max": "134.811", + "min": "134.495", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "192.453", + "max": "192.535", + "min": "192.362", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "137.445", + "max": "142.918", + "min": "137.016", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "130.441", + "max": "130.529", + "min": "130.374", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "189.678", + "max": "189.794", + "min": "189.571", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "130.235", + "max": "130.789", + "min": "130.018", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "279.747", + "max": "289.805", + "min": "270.031", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "182.502", + "max": "184.379", + "min": "182.231", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "179.495", + "max": "179.558", + "min": "179.419", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "96.201", + "max": "97.116", + "min": "95.844", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "57.048", + "max": "59.097", + "min": "56.75", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "140.58", + "max": "154.602", + "min": "139.993", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "161.558", + "max": "162.68", + "min": "161.407", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "51.697", + "max": "52.255", + "min": "51.609", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "148.612", + "max": "150.101", + "min": "148.198", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "185.804", + "max": "186.484", + "min": "185.58", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "51.849", + "max": "51.925", + "min": "51.799", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "294.661", + "max": "294.933", + "min": "294.528", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "122.546", + "max": "122.688", + "min": "122.472", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "158.156", + "max": "158.427", + "min": "158.05", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "189.418", + "max": "189.749", + "min": "189.187", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "172.236", + "max": "190.064", + "min": "171.374", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "183.542", + "max": "183.634", + "min": "183.448", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "138.775", + "max": "139.41", + "min": "138.57", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "145.646", + "max": "145.91", + "min": "145.584", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "195.791", + "max": "195.955", + "min": "195.674", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "80.035", + "max": "80.473", + "min": "79.908", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "344.92", + "max": "350.105", + "min": "343.868", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "145.238", + "max": "146.415", + "min": "145.021", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "222.369", + "max": "251.105", + "min": "221.017", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "122.381", + "max": "122.448", + "min": "122.266", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "133", + "max": "133.218", + "min": "132.892", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "184.379", + "max": "184.584", + "min": "184.313", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "335.108", + "max": "335.196", + "min": "335.031", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "310.998", + "max": "311.07", + "min": "310.912", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "125.23", + "max": "125.493", + "min": "125.158", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "155.532", + "max": "179.107", + "min": "154.215", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "410.136", + "max": "528.063", + "min": "251.661", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "156.134", + "max": "245.139", + "min": "91.028", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "191.646", + "max": "200.384", + "min": "190.854", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "245.558", + "max": "251.575", + "min": "245.059", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "153.381", + "max": "153.538", + "min": "153.211", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "146.973", + "max": "147.591", + "min": "146.674", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "162.162", + "max": "162.287", + "min": "162.099", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "208.676", + "max": "369.698", + "min": "138.758", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "227.348", + "max": "227.551", + "min": "227.253", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "73.978", + "max": "247.101", + "min": "67.377", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "67.664", + "max": "67.738", + "min": "67.613", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "60.78", + "max": "62.129", + "min": "60.422", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "115.555", + "max": "115.778", + "min": "115.38", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "157.229", + "max": "158.14", + "min": "157.044", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "170.901", + "max": "171.242", + "min": "170.765", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "203.859", + "max": "204.031", + "min": "203.747", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "141.31", + "max": "141.529", + "min": "141.179", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "144.387", + "max": "144.531", + "min": "144.252", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "149.659", + "max": "149.746", + "min": "149.607", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "312.989", + "max": "314.215", + "min": "312.404", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "160.207", + "max": "165.906", + "min": "159.871", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "116.189", + "max": "116.365", + "min": "116.079", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "170.038", + "max": "184.798", + "min": "168.648", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "158.995", + "max": "159.565", + "min": "158.898", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "155.148", + "max": "155.262", + "min": "155.093", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "117.392", + "max": "117.5", + "min": "117.269", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "46.512", + "max": "46.653", + "min": "46.388", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "215.141", + "max": "215.625", + "min": "214.786", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "65.776", + "max": "66.036", + "min": "65.684", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "50.492", + "max": "50.596", + "min": "50.358", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "230.493", + "max": "240.517", + "min": "230.017", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "37.298", + "max": "37.526", + "min": "36.987", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "67.417", + "max": "93.326", + "min": "66.12", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "283.604", + "max": "283.816", + "min": "283.533", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "48.319", + "max": "48.424", + "min": "48.278", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "51.387", + "max": "53.015", + "min": "51.273", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "38.098", + "max": "48.338", + "min": "36.62", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "302.633", + "max": "327.98", + "min": "301.671", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "58.61", + "max": "59.421", + "min": "58.448", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "52.497", + "max": "73.106", + "min": "50.869", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.88", + "max": "125.978", + "min": "125.806", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "201.253", + "max": "201.865", + "min": "201.135", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "70.956", + "max": "76.754", + "min": "70.585", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "333.387", + "max": "377.207", + "min": "324.156", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "160.558", + "max": "160.825", + "min": "160.45", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "280.157", + "max": "357.265", + "min": "271.511", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "151.17", + "max": "151.296", + "min": "151.079", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "411.995", + "max": "412.376", + "min": "411.64", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "66.224", + "max": "66.57", + "min": "66.109", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "115.871", + "max": "116.102", + "min": "115.79", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "138.228", + "max": "138.316", + "min": "138.149", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "196.567", + "max": "196.65", + "min": "196.51", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "119.131", + "max": "119.321", + "min": "119.043", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "171.944", + "max": "172.948", + "min": "171.636", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "273.642", + "max": "275.361", + "min": "273.429", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "119.714", + "max": "137.639", + "min": "118.747", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "139.998", + "max": "140.21", + "min": "139.938", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "36.159", + "max": "36.916", + "min": "36.028", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "167.813", + "max": "168.057", + "min": "167.746", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "57.568", + "max": "58.835", + "min": "57.443", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "42.194", + "max": "48.746", + "min": "41.743", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "41.439", + "max": "41.516", + "min": "41.383", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "25.154", + "max": "25.214", + "min": "25.11", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "52.059", + "max": "57.16", + "min": "51.676", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "90.788", + "max": "91.288", + "min": "90.659", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "76.798", + "max": "77.191", + "min": "76.715", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "94.717", + "max": "96.12", + "min": "94.556", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "76.397", + "max": "76.522", + "min": "76.3", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "41.294", + "max": "44.025", + "min": "41.023", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "44.391", + "max": "44.505", + "min": "44.339", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "40.925", + "max": "40.998", + "min": "40.867", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "50.349", + "max": "50.485", + "min": "50.213", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "80.203", + "max": "80.685", + "min": "80.015", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "42.78", + "max": "47.403", + "min": "41.888", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "69.042", + "max": "127.945", + "min": "43.875", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "57.716", + "max": "57.769", + "min": "57.667", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "77.403", + "max": "77.809", + "min": "77.237", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "62.318", + "max": "62.696", + "min": "62.189", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "58.559", + "max": "59.116", + "min": "58.149", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "43.238", + "max": "43.57", + "min": "42.945", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "288.718", + "max": "288.859", + "min": "288.613", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "40.141", + "max": "40.242", + "min": "40.069", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "44.45", + "max": "44.601", + "min": "44.341", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "56.034", + "max": "56.219", + "min": "55.965", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "197.959", + "max": "202.801", + "min": "197.329", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "76.414", + "max": "76.553", + "min": "76.308", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "42.929", + "max": "46.815", + "min": "42.591", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "41.75", + "max": "43.041", + "min": "41.5", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "40.443", + "max": "41.64", + "min": "40.306", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.912", + "max": "340.186", + "min": "339.752", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "122.945", + "max": "135.108", + "min": "121.724", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "252.722", + "max": "252.92", + "min": "250.729", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "274.206", + "max": "274.345", + "min": "274.076", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "45.18", + "max": "45.904", + "min": "45.092", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "161.761", + "max": "162.449", + "min": "161.611", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "201.86", + "max": "202.208", + "min": "201.604", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "51.853", + "max": "52.09", + "min": "51.718", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "84.797", + "max": "85.004", + "min": "84.623", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "50.461", + "max": "51.227", + "min": "50.237", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "42.611", + "max": "44.404", + "min": "42.269", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "141.205", + "max": "141.285", + "min": "141.143", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "141.356", + "max": "142.381", + "min": "141.266", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "216.942", + "max": "343.126", + "min": "207.794", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "199.328", + "max": "199.47", + "min": "199.249", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "50.96", + "max": "51.123", + "min": "50.874", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "119.016", + "max": "119.089", + "min": "118.951", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "42.841", + "max": "42.947", + "min": "42.761", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "238.988", + "max": "239.205", + "min": "238.874", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "156.428", + "max": "160.372", + "min": "153.954", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "55.915", + "max": "56.048", + "min": "55.753", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "70.332", + "max": "99.404", + "min": "68.632", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "183.614", + "max": "203.235", + "min": "181.896", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "267.369", + "max": "268.566", + "min": "267.001", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "339.696", + "max": "339.941", + "min": "339.587", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "114.187", + "max": "114.761", + "min": "113.957", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "0.031", + "max": "0.059", + "min": "0.021", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "45.264", + "max": "45.344", + "min": "45.226", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "66.351", + "max": "79.05", + "min": "64.809", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "125.377", + "max": "127.023", + "min": "125.116", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "127.001", + "max": "127.275", + "min": "126.874", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "83.529", + "max": "86.206", + "min": "81.621", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.527", + "max": "215.404", + "min": "196.481", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "126.373", + "max": "127.687", + "min": "125.302", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "93.932", + "max": "95.314", + "min": "93.787", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "146.156", + "max": "146.523", + "min": "146.019", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "62.439", + "max": "65.23", + "min": "62.08", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "225.845", + "max": "231.352", + "min": "214.641", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "224.358", + "max": "224.358", + "min": "224.358", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "50.294", + "max": "50.368", + "min": "50.246", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "39.291", + "max": "39.376", + "min": "39.241", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "147.192", + "max": "147.817", + "min": "146.978", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "65.965", + "max": "77.354", + "min": "57.451", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "51.974", + "max": "52.054", + "min": "51.886", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "198.112", + "max": "201.713", + "min": "197.515", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "114.54", + "max": "116.519", + "min": "114.235", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "140.818", + "max": "142.144", + "min": "140.695", + "id": "246", + "country": "Malta", + "source_name": "Valletta", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "247": { + "name": "Antwerp", + "data": { + "0": { + "avg": "235.402", + "max": "235.669", + "min": "235.243", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "278.839", + "max": "279.401", + "min": "278.618", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "97.878", + "max": "100.94", + "min": "97.666", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "27.996", + "max": "35.069", + "min": "27.516", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "11.584", + "max": "12.121", + "min": "11.387", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "222.337", + "max": "222.849", + "min": "222.209", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "11.622", + "max": "11.805", + "min": "11.536", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "274.35", + "max": "280.763", + "min": "273.672", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "52.093", + "max": "52.299", + "min": "51.993", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "26.343", + "max": "27.584", + "min": "25.993", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.932", + "max": "13.504", + "min": "10.651", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "125.51", + "max": "154.534", + "min": "124.045", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "84.274", + "max": "84.375", + "min": "84.188", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "85.495", + "max": "85.954", + "min": "85.314", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "109.651", + "max": "109.862", + "min": "109.576", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "98.137", + "max": "98.664", + "min": "97.945", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "31.077", + "max": "31.418", + "min": "30.86", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "95.225", + "max": "95.381", + "min": "95.132", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "24.642", + "max": "24.818", + "min": "24.476", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "24.667", + "max": "24.84", + "min": "24.614", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "298.114", + "max": "298.259", + "min": "298.052", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "98.456", + "max": "98.809", + "min": "98.355", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "141.082", + "max": "141.279", + "min": "140.974", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "142.581", + "max": "143.45", + "min": "142.404", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "48.529", + "max": "48.909", + "min": "48.377", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "18.854", + "max": "19.065", + "min": "18.794", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "28.309", + "max": "30.899", + "min": "27.983", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "28.946", + "max": "29.6", + "min": "28.778", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "11.161", + "max": "11.251", + "min": "11.086", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "147.041", + "max": "147.359", + "min": "146.909", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "173.683", + "max": "173.828", + "min": "173.6", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "33.549", + "max": "33.746", + "min": "33.482", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "142.898", + "max": "143.024", + "min": "142.827", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "42.074", + "max": "42.227", + "min": "42", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "16.879", + "max": "20.533", + "min": "16.512", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "170.762", + "max": "171.917", + "min": "170.555", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "139.752", + "max": "139.817", + "min": "139.728", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "148.163", + "max": "148.307", + "min": "148.073", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "117.662", + "max": "117.916", + "min": "117.552", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "91.146", + "max": "91.508", + "min": "90.908", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "154.808", + "max": "160.692", + "min": "154.132", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "17.021", + "max": "18.094", + "min": "16.755", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "47.273", + "max": "47.679", + "min": "47.158", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.061", + "max": "36.401", + "min": "35.983", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "141.457", + "max": "141.535", + "min": "141.408", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.215", + "max": "35.859", + "min": "34.785", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "32.01", + "max": "32.176", + "min": "31.907", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "174.708", + "max": "174.973", + "min": "174.518", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "242.564", + "max": "242.962", + "min": "242.399", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "124.561", + "max": "124.881", + "min": "124.49", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "94.623", + "max": "94.845", + "min": "94.43", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "154.214", + "max": "154.797", + "min": "153.901", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "33.024", + "max": "79.685", + "min": "3.764", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "124.802", + "max": "125.041", + "min": "124.696", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "149.278", + "max": "155.901", + "min": "146.26", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "261.879", + "max": "263.42", + "min": "261.697", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.678", + "max": "40.755", + "min": "38.129", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "313.885", + "max": "314.051", + "min": "313.798", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "29.302", + "max": "30.179", + "min": "29.041", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "14.078", + "max": "14.19", + "min": "13.971", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.266", + "max": "63.813", + "min": "62.891", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "67.287", + "max": "125.454", + "min": "61.214", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "207.075", + "max": "299.317", + "min": "199.122", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "295.914", + "max": "296.036", + "min": "295.825", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "46.013", + "max": "46.688", + "min": "45.883", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "42.052", + "max": "42.255", + "min": "41.962", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "81.556", + "max": "81.845", + "min": "81.389", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "57.151", + "max": "57.396", + "min": "56.782", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "212.514", + "max": "214.418", + "min": "211.737", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "114.574", + "max": "115.281", + "min": "114.469", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "189.524", + "max": "194.64", + "min": "189.122", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "139.883", + "max": "140.335", + "min": "139.676", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "157.142", + "max": "158.5", + "min": "156.951", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "109.784", + "max": "109.888", + "min": "109.716", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "50.98", + "max": "51.69", + "min": "50.666", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "16.388", + "max": "16.907", + "min": "16.238", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "103.236", + "max": "103.374", + "min": "103.093", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "145.93", + "max": "146.064", + "min": "145.748", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "96.525", + "max": "97.269", + "min": "96.315", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "104.4", + "max": "104.58", + "min": "104.29", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "144.661", + "max": "144.85", + "min": "144.509", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "93.137", + "max": "93.603", + "min": "92.886", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "224.039", + "max": "224.386", + "min": "223.743", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "145.229", + "max": "145.424", + "min": "145.086", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "128.507", + "max": "128.982", + "min": "128.443", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "71.935", + "max": "73.037", + "min": "71.555", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "19.623", + "max": "20.33", + "min": "19.4", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "111.15", + "max": "111.927", + "min": "111.047", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "101.929", + "max": "103.178", + "min": "101.726", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "15.148", + "max": "17.354", + "min": "14.883", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "114.017", + "max": "115.833", + "min": "113.352", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "149.189", + "max": "149.553", + "min": "148.968", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "27.244", + "max": "27.311", + "min": "27.2", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "301.054", + "max": "301.287", + "min": "300.91", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "92.405", + "max": "92.836", + "min": "92.207", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "117.639", + "max": "118.019", + "min": "117.479", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "164.344", + "max": "164.507", + "min": "164.111", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "133.711", + "max": "138.895", + "min": "133.051", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "147.239", + "max": "147.375", + "min": "147.114", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "101.336", + "max": "101.939", + "min": "101.242", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "112.446", + "max": "112.577", + "min": "112.369", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "147.044", + "max": "147.361", + "min": "146.865", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.482", + "max": "57.406", + "min": "52.095", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "308.396", + "max": "312.395", + "min": "307.584", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "111.025", + "max": "111.382", + "min": "110.87", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "321.633", + "max": "336.644", + "min": "280.11", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "168.372", + "max": "172.857", + "min": "168.043", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "84.078", + "max": "84.226", + "min": "83.949", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "105.284", + "max": "105.463", + "min": "105.154", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "124.217", + "max": "125.571", + "min": "124.015", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "249.944", + "max": "250.415", + "min": "249.833", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "273.276", + "max": "273.544", + "min": "273.084", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "80.012", + "max": "80.235", + "min": "79.938", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.686", + "max": "171.561", + "min": "152.755", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "362.391", + "max": "476.795", + "min": "186.754", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.133", + "max": "312.747", + "min": "75.988", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "168.871", + "max": "169.728", + "min": "168.607", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "227.755", + "max": "228.269", + "min": "227.623", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "124.047", + "max": "124.195", + "min": "123.943", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "116.983", + "max": "117.763", + "min": "116.624", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "123.613", + "max": "126.035", + "min": "123.349", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "183.593", + "max": "334.793", + "min": "103.175", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "203.575", + "max": "203.967", + "min": "203.438", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "46.83", + "max": "275.187", + "min": "36.052", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "53.974", + "max": "54.204", + "min": "53.904", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "24.997", + "max": "26.273", + "min": "24.642", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.301", + "max": "80.585", + "min": "80.192", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.643", + "max": "174.067", + "min": "173.414", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "119.35", + "max": "119.572", + "min": "119.215", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "169.981", + "max": "170.213", + "min": "169.852", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "104.598", + "max": "104.912", + "min": "104.487", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "102.76", + "max": "102.911", + "min": "102.647", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "110.413", + "max": "110.597", + "min": "110.333", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "300.791", + "max": "303.073", + "min": "300.164", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "129.9", + "max": "130.004", + "min": "129.829", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "81.091", + "max": "81.713", + "min": "80.859", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "131.105", + "max": "137.948", + "min": "130.235", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.049", + "max": "122.163", + "min": "121.912", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "120.207", + "max": "120.416", + "min": "120.028", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "83.165", + "max": "83.297", + "min": "83.077", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "27.664", + "max": "27.92", + "min": "27.571", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "179.774", + "max": "181.061", + "min": "179.313", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "44.185", + "max": "44.4", + "min": "44.098", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "27.861", + "max": "28.18", + "min": "27.724", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "190.712", + "max": "193.219", + "min": "190.286", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "12.021", + "max": "12.904", + "min": "11.65", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "36.888", + "max": "42.565", + "min": "36.566", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "132.948", + "max": "133.299", + "min": "132.886", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "11.395", + "max": "11.889", + "min": "11.318", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "18.287", + "max": "18.363", + "min": "18.235", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "16.439", + "max": "30.77", + "min": "14.099", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "246.843", + "max": "247.052", + "min": "246.773", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "37.053", + "max": "38.159", + "min": "36.864", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.854", + "max": "19.958", + "min": "18.68", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "93.951", + "max": "94.109", + "min": "93.862", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "167.691", + "max": "168.598", + "min": "167.481", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "58.286", + "max": "58.995", + "min": "58.061", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "269.511", + "max": "308.349", + "min": "262.313", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "120.809", + "max": "121.025", + "min": "120.628", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "253.803", + "max": "341.529", + "min": "244.507", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "116.096", + "max": "116.326", + "min": "116.014", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "381.374", + "max": "381.67", + "min": "381.074", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "53.193", + "max": "53.387", + "min": "53.061", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.947", + "max": "82.25", + "min": "81.853", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "118.646", + "max": "118.864", + "min": "118.518", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "184.492", + "max": "184.734", + "min": "184.391", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "90.682", + "max": "90.899", + "min": "90.543", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "140.14", + "max": "140.264", + "min": "139.983", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "195.859", + "max": "203.789", + "min": "189.008", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "93.979", + "max": "94.13", + "min": "93.76", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "100.586", + "max": "100.766", + "min": "100.519", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "14.231", + "max": "18.018", + "min": "13.932", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "144.449", + "max": "144.609", + "min": "144.358", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "21.16", + "max": "24.205", + "min": "20.968", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "21.482", + "max": "22.248", + "min": "21.251", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "27.135", + "max": "49.937", + "min": "25.911", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "24.092", + "max": "24.184", + "min": "24.011", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.588", + "max": "19.458", + "min": "15.121", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "65.169", + "max": "66.446", + "min": "64.923", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "45.513", + "max": "45.726", + "min": "45.451", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "59.745", + "max": "61.228", + "min": "59.598", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "42.987", + "max": "44.027", + "min": "42.769", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "12.985", + "max": "13.99", + "min": "12.828", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "9.374", + "max": "9.63", + "min": "9.298", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "11.8", + "max": "11.973", + "min": "11.74", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "23.864", + "max": "24.067", + "min": "23.709", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "58.794", + "max": "59.005", + "min": "58.567", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "34.916", + "max": "65.144", + "min": "31.994", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "29.767", + "max": "46.365", + "min": "17.33", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "16.095", + "max": "16.216", + "min": "16.008", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "58.09", + "max": "58.426", + "min": "57.977", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "34.598", + "max": "35.039", + "min": "34.38", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "36.143", + "max": "36.658", + "min": "35.756", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "9.551", + "max": "22.93", + "min": "8.876", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "186.185", + "max": "186.61", + "min": "186.081", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "18.525", + "max": "18.713", + "min": "18.422", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "24.548", + "max": "24.696", + "min": "24.335", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "24.2", + "max": "24.311", + "min": "24.132", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "179.184", + "max": "184.302", + "min": "176.778", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "58.537", + "max": "58.889", + "min": "58.348", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "14.328", + "max": "19.197", + "min": "13.725", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "12.39", + "max": "14.224", + "min": "12.171", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "11.515", + "max": "11.703", + "min": "11.298", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "304.593", + "max": "315.521", + "min": "303.083", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "86.056", + "max": "89.018", + "min": "85.594", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "222.08", + "max": "224.176", + "min": "215.877", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "142.868", + "max": "143.677", + "min": "142.734", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "11.814", + "max": "11.911", + "min": "11.713", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "148.701", + "max": "149.261", + "min": "148.547", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "165.404", + "max": "165.676", + "min": "165.116", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "35.87", + "max": "36.464", + "min": "35.712", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "64.926", + "max": "66.223", + "min": "64.688", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "15.053", + "max": "16.046", + "min": "14.834", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "13.038", + "max": "14.382", + "min": "12.756", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "163.074", + "max": "163.241", + "min": "163.018", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "183.209", + "max": "183.31", + "min": "183.143", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "254.641", + "max": "255.545", + "min": "254.414", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "80.719", + "max": "81.031", + "min": "80.653", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "24.964", + "max": "25.158", + "min": "24.873", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "83.875", + "max": "84.042", + "min": "83.818", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "20.411", + "max": "20.658", + "min": "20.318", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "225.288", + "max": "699.995", + "min": "204.904", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "124.116", + "max": "128.12", + "min": "120.129", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "25.519", + "max": "25.745", + "min": "25.423", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "39.624", + "max": "42.274", + "min": "38.92", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "162.061", + "max": "167.056", + "min": "160.748", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "118.496", + "max": "119.254", + "min": "118.046", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "248.248", + "max": "248.438", + "min": "248.138", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "72.987", + "max": "73.501", + "min": "72.842", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "45.024", + "max": "45.24", + "min": "44.94", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "0.023", + "max": "0.051", + "min": "0.017", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "50.467", + "max": "50.846", + "min": "50.403", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "90.51", + "max": "91.543", + "min": "90.144", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "89.468", + "max": "89.677", + "min": "89.244", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "64.374", + "max": "67.816", + "min": "62.045", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "177.991", + "max": "179.924", + "min": "176.944", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "101.953", + "max": "103.408", + "min": "100.948", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "63.87", + "max": "65.104", + "min": "63.693", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "110.145", + "max": "110.423", + "min": "109.955", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "29.761", + "max": "30.047", + "min": "29.64", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "174.684", + "max": "175.044", + "min": "174.284", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "179.784", + "max": "179.784", + "min": "179.784", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "14.109", + "max": "14.323", + "min": "14.052", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "15.59", + "max": "15.683", + "min": "15.514", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "107.754", + "max": "116.955", + "min": "106.988", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "35.022", + "max": "49.476", + "min": "28.251", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "28.78", + "max": "29.061", + "min": "28.691", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "116.701", + "max": "118.149", + "min": "116.486", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "82.919", + "max": "84.699", + "min": "82.633", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "106.33", + "max": "110.148", + "min": "105.431", + "id": "247", + "country": "Belgium", + "source_name": "Antwerp", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "260": { + "name": "Carlow", + "data": { + "0": { + "avg": "230.691", + "max": "233.829", + "min": "230.103", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "275.693", + "max": "349.157", + "min": "271.968", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "106.686", + "max": "111.091", + "min": "105.551", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "44.043", + "max": "50.849", + "min": "42.513", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "21.193", + "max": "27.848", + "min": "20.241", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "235.724", + "max": "240.996", + "min": "235.264", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "20.858", + "max": "23.99", + "min": "20.086", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.079", + "max": "282.215", + "min": "276.324", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "65.3", + "max": "71.422", + "min": "64.754", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "39.994", + "max": "45.867", + "min": "39.081", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "12.781", + "max": "15.288", + "min": "12.428", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "125.03", + "max": "152.8", + "min": "122.802", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "81.033", + "max": "87.643", + "min": "80.456", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "91.542", + "max": "96.14", + "min": "90.735", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "122.298", + "max": "126.914", + "min": "121.303", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "108.904", + "max": "117.676", + "min": "107.166", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "38.333", + "max": "40.919", + "min": "37.924", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "103.989", + "max": "107.312", + "min": "103.614", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "3.163", + "max": "3.972", + "min": "2.937", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "42.271", + "max": "45.294", + "min": "41.494", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "291.731", + "max": "296.147", + "min": "291.228", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "102.625", + "max": "105.439", + "min": "102.312", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "152.375", + "max": "158.855", + "min": "151.427", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "156.558", + "max": "159.267", + "min": "155.877", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "48.637", + "max": "52.433", + "min": "47.966", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "32.105", + "max": "50.582", + "min": "31.138", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "39.985", + "max": "46.507", + "min": "39.086", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "41.885", + "max": "47.199", + "min": "41.298", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "32.118", + "max": "35.001", + "min": "31.695", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "134.808", + "max": "140.314", + "min": "134.071", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "182.716", + "max": "187.143", + "min": "182.169", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "40.484", + "max": "44.486", + "min": "39.465", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "150.892", + "max": "181.641", + "min": "147.983", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.852", + "max": "66.556", + "min": "58.563", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "41.027", + "max": "49.504", + "min": "39.957", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "183.752", + "max": "188.93", + "min": "182.86", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.105", + "max": "168.823", + "min": "156.861", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "142.068", + "max": "146.131", + "min": "141.664", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "124.109", + "max": "128.012", + "min": "123.554", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "109.842", + "max": "113.01", + "min": "109.369", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "156.388", + "max": "167.079", + "min": "155.477", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "23.446", + "max": "33.734", + "min": "22.648", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "59.148", + "max": "62.347", + "min": "58.563", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "45.743", + "max": "58.607", + "min": "44.573", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "208.449", + "max": "209.712", + "min": "208.251", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "48.48", + "max": "52.027", + "min": "47.903", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "44.814", + "max": "48.246", + "min": "44.449", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "173.84", + "max": "184.091", + "min": "172.278", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "237.533", + "max": "240.412", + "min": "237.025", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "125.456", + "max": "126.138", + "min": "125.293", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "83.05", + "max": "85.208", + "min": "82.663", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "175.847", + "max": "180.143", + "min": "174.953", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "30.718", + "max": "99.242", + "min": "21.109", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "104.957", + "max": "118.998", + "min": "103.541", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "154.294", + "max": "174.546", + "min": "149.189", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "204.396", + "max": "208.674", + "min": "203.511", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "54.058", + "max": "59.574", + "min": "52.251", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "294.212", + "max": "296.382", + "min": "293.984", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "44.094", + "max": "46.795", + "min": "43.029", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "27.496", + "max": "29.091", + "min": "27.191", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "78.083", + "max": "82.483", + "min": "77.285", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "79.476", + "max": "138.05", + "min": "73.987", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "185.045", + "max": "260.11", + "min": "178.116", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "302.161", + "max": "305.045", + "min": "301.492", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "63.734", + "max": "78.716", + "min": "62.406", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "62.168", + "max": "64.857", + "min": "61.859", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "82.919", + "max": "94.085", + "min": "81.775", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "69.789", + "max": "72.935", + "min": "69.091", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "223.861", + "max": "233.665", + "min": "222.204", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "125.835", + "max": "132.662", + "min": "125.347", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "233.998", + "max": "239.118", + "min": "232.635", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "154.92", + "max": "156.038", + "min": "154.449", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "161.526", + "max": "167.769", + "min": "160.451", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "117.898", + "max": "135.002", + "min": "116.46", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "59.528", + "max": "61.922", + "min": "58.91", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "18.198", + "max": "21.372", + "min": "17.602", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "100.591", + "max": "114.037", + "min": "99.669", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "176.037", + "max": "178.312", + "min": "175.013", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "111.744", + "max": "118.869", + "min": "111.046", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "94.383", + "max": "100.386", + "min": "93.39", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "141.376", + "max": "147.439", + "min": "140.743", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "91.045", + "max": "93.314", + "min": "90.404", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "241.585", + "max": "246.018", + "min": "240.274", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "197.404", + "max": "200.854", + "min": "196.853", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "130.919", + "max": "135.478", + "min": "130.573", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "80.753", + "max": "85.989", + "min": "79.947", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "22.741", + "max": "30.433", + "min": "22.029", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "113.431", + "max": "117.652", + "min": "112.828", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "106.193", + "max": "113.067", + "min": "105.634", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "19.594", + "max": "21.815", + "min": "18.948", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "122.679", + "max": "128.218", + "min": "121.202", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "160.217", + "max": "166.55", + "min": "159.188", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "41.707", + "max": "45.306", + "min": "41.489", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "262.883", + "max": "269.714", + "min": "261.807", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "91.044", + "max": "93.513", + "min": "90.487", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "125.789", + "max": "127.355", + "min": "125.523", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "171.152", + "max": "173.787", + "min": "170.61", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "144.858", + "max": "148.893", + "min": "143.82", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "184.473", + "max": "188.482", + "min": "183.685", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "100.373", + "max": "105.982", + "min": "99.382", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "120.791", + "max": "124.087", + "min": "120.219", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "153.68", + "max": "155.058", + "min": "153.436", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "70.122", + "max": "89.101", + "min": "68.78", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "312.116", + "max": "315.236", + "min": "311.239", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "128.987", + "max": "141.79", + "min": "127.325", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "338.482", + "max": "361.268", + "min": "285.255", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "181.922", + "max": "184.985", + "min": "181.32", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "82.937", + "max": "85.666", + "min": "82.447", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "110.152", + "max": "113.496", + "min": "109.572", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "146.535", + "max": "149.858", + "min": "146.198", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "256.938", + "max": "260.025", + "min": "256.22", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "268.098", + "max": "272.045", + "min": "267.251", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "80.793", + "max": "82.984", + "min": "80.27", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "144.907", + "max": "146.363", + "min": "144.457", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "373.426", + "max": "488.286", + "min": "180.594", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "181.058", + "max": "274.659", + "min": "75.859", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "190.803", + "max": "204.742", + "min": "188.996", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "235.122", + "max": "237.443", + "min": "234.386", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "120.811", + "max": "129.966", + "min": "119.971", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "126.422", + "max": "137.469", + "min": "125.021", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "111.641", + "max": "112.251", + "min": "111.322", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "181.629", + "max": "325.988", + "min": "99.262", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "195.042", + "max": "200.229", + "min": "194.213", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "57.782", + "max": "226.145", + "min": "48.669", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "54.305", + "max": "57.886", + "min": "53.898", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "39.396", + "max": "40.202", + "min": "38.895", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "96.514", + "max": "99.339", + "min": "96.088", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "173.278", + "max": "175.558", + "min": "172.734", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "136.896", + "max": "139.417", + "min": "136.12", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "185.123", + "max": "188.465", + "min": "184.641", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "121.002", + "max": "123.936", + "min": "120.451", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "122.351", + "max": "125.73", + "min": "121.948", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "95.812", + "max": "98.623", + "min": "95.198", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "278.417", + "max": "281.777", + "min": "277.43", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "128.415", + "max": "136.699", + "min": "127.424", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "77.289", + "max": "80.513", + "min": "76.674", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "143.579", + "max": "151.32", + "min": "142.307", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "130.491", + "max": "137.462", + "min": "129.823", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "103.985", + "max": "107.907", + "min": "103.232", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "85.431", + "max": "89.322", + "min": "84.997", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "43.126", + "max": "47.516", + "min": "42.634", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "228.783", + "max": "232.055", + "min": "228.073", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "56.698", + "max": "61.059", + "min": "56.193", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "41.016", + "max": "50.5", + "min": "39.905", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "176.945", + "max": "186.756", + "min": "175.456", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "25.149", + "max": "29.087", + "min": "23.934", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "51.918", + "max": "54.53", + "min": "51.159", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "149.616", + "max": "153.123", + "min": "148.7", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "15.046", + "max": "17.757", + "min": "14.656", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "18.43", + "max": "59.06", + "min": "16.364", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "32.704", + "max": "39.173", + "min": "31.125", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "231.186", + "max": "236.838", + "min": "230.434", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "50.522", + "max": "56.724", + "min": "49.775", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "31.676", + "max": "57.373", + "min": "29.871", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "101.084", + "max": "103.813", + "min": "100.484", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "137.632", + "max": "143.944", + "min": "136.614", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "47.981", + "max": "50.861", + "min": "47.454", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "259.32", + "max": "303.106", + "min": "250.258", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "123.45", + "max": "134.761", + "min": "121.611", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "257.388", + "max": "352.058", + "min": "249.851", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "126.236", + "max": "137.845", + "min": "125.453", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "389.857", + "max": "392.814", + "min": "388.739", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "52.139", + "max": "55.66", + "min": "51.705", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.145", + "max": "87.799", + "min": "80.343", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "116.996", + "max": "123.144", + "min": "115.882", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "180.12", + "max": "184.087", + "min": "179.55", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "110.013", + "max": "112.572", + "min": "109.679", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "140.353", + "max": "148.49", + "min": "139.495", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "226.121", + "max": "244.017", + "min": "224.97", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "84.928", + "max": "85.872", + "min": "84.744", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "97.269", + "max": "100.479", + "min": "97.023", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "28.619", + "max": "33.101", + "min": "27.814", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "167.801", + "max": "174.734", + "min": "166.62", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "23.993", + "max": "34.448", + "min": "22.848", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "38.012", + "max": "43.231", + "min": "36.402", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "42.373", + "max": "49.622", + "min": "41.885", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "38.321", + "max": "42.547", + "min": "37.147", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "18.5", + "max": "25.427", + "min": "17.839", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "79.58", + "max": "91.692", + "min": "77.821", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "59.303", + "max": "61.419", + "min": "58.971", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "77.012", + "max": "96.576", + "min": "75.185", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "56.71", + "max": "62.679", + "min": "56.039", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "22.323", + "max": "26.456", + "min": "21.316", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "24.832", + "max": "31.025", + "min": "24.374", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "21.267", + "max": "27.843", + "min": "19.902", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "43.563", + "max": "49.225", + "min": "42.613", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "84.012", + "max": "87.58", + "min": "83.308", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "47.474", + "max": "71.578", + "min": "44.575", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "64.608", + "max": "120.767", + "min": "34.629", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "13.276", + "max": "15.488", + "min": "12.997", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "88.528", + "max": "94.043", + "min": "87.865", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "50.422", + "max": "67.346", + "min": "49.127", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "51.821", + "max": "53.101", + "min": "51.423", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "19.52", + "max": "21.529", + "min": "19.098", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "206.656", + "max": "217.017", + "min": "205.56", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "31.336", + "max": "43.875", + "min": "30.697", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "60.895", + "max": "70.404", + "min": "60.011", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "42.455", + "max": "51.168", + "min": "40.841", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "163.66", + "max": "178.893", + "min": "161.402", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "70.612", + "max": "71.94", + "min": "70.452", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "23.12", + "max": "36.398", + "min": "21.06", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "27.439", + "max": "33.381", + "min": "27.046", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "19.917", + "max": "24.119", + "min": "19.475", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "288.145", + "max": "292.787", + "min": "287.483", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "88.789", + "max": "102.923", + "min": "86.996", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "220.112", + "max": "224.494", + "min": "208.194", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "155.818", + "max": "156.767", + "min": "155.641", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "22.527", + "max": "26.473", + "min": "21.617", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "149.443", + "max": "152.452", + "min": "148.903", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "154.369", + "max": "157.827", + "min": "153.672", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "45.308", + "max": "46.848", + "min": "44.99", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "76.127", + "max": "77.745", + "min": "75.774", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "17.839", + "max": "25.135", + "min": "16.675", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "22.371", + "max": "27.916", + "min": "21.897", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "112.501", + "max": "115.299", + "min": "112.181", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "121.217", + "max": "126.593", + "min": "120.085", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "273.28", + "max": "283.242", + "min": "271.193", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "84.695", + "max": "89.152", + "min": "84.359", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "38.951", + "max": "43.744", + "min": "38.641", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "88.367", + "max": "94.722", + "min": "88.034", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "34.295", + "max": "38.937", + "min": "33.662", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "211.448", + "max": "225.787", + "min": "210.319", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "130.93", + "max": "138.971", + "min": "126.998", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "32.637", + "max": "35.412", + "min": "32.185", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "50.425", + "max": "53.768", + "min": "49.514", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "173.829", + "max": "202.202", + "min": "171.273", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "117.403", + "max": "124.738", + "min": "116.563", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "245.057", + "max": "247.29", + "min": "244.362", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "100.364", + "max": "105.624", + "min": "99.707", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "62.413", + "max": "65.119", + "min": "62.105", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "30.114", + "max": "37.097", + "min": "29.641", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "54.024", + "max": "58.053", + "min": "53.291", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "89.219", + "max": "94.401", + "min": "88.333", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "101.588", + "max": "101.812", + "min": "101.453", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "74.018", + "max": "78.95", + "min": "71.963", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "189.674", + "max": "200.224", + "min": "187.236", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "92.942", + "max": "94.612", + "min": "91.804", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "80.243", + "max": "100.271", + "min": "77.393", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "99.372", + "max": "107.274", + "min": "98.274", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "0.034", + "max": "0.086", + "min": "0.025", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "186.855", + "max": "189.516", + "min": "186.242", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "195.826", + "max": "195.826", + "min": "195.826", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "17.382", + "max": "26.497", + "min": "16.682", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "30.263", + "max": "32.722", + "min": "29.948", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "108.898", + "max": "113.002", + "min": "108.455", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "30.602", + "max": "38.764", + "min": "23.129", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "45.893", + "max": "48.013", + "min": "45.486", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "194.992", + "max": "202.844", + "min": "193.651", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "94.281", + "max": "100.065", + "min": "93.719", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "115.47", + "max": "122.574", + "min": "114.227", + "id": "260", + "country": "Ireland", + "source_name": "Carlow", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "263": { + "name": "Cheltenham", + "data": { + "0": { + "avg": "202.386", + "max": "203.45", + "min": "202.165", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "263.562", + "max": "263.903", + "min": "263.31", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "89.36", + "max": "89.735", + "min": "89.269", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "38.224", + "max": "43.676", + "min": "37.642", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "16.617", + "max": "16.781", + "min": "16.499", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "227.61", + "max": "227.703", + "min": "227.55", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "11.359", + "max": "11.535", + "min": "11.263", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "268.742", + "max": "272.574", + "min": "267.989", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "53.951", + "max": "55.298", + "min": "53.756", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "33.9", + "max": "34.421", + "min": "33.758", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "4.185", + "max": "4.529", + "min": "3.974", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "126.571", + "max": "126.795", + "min": "126.454", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "74.206", + "max": "74.274", + "min": "74.09", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "93.583", + "max": "94.348", + "min": "93.441", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "103.107", + "max": "103.197", + "min": "103.027", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "77.173", + "max": "77.964", + "min": "76.992", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "28.47", + "max": "28.848", + "min": "28.233", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "88.555", + "max": "88.673", + "min": "88.452", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "16.307", + "max": "16.477", + "min": "16.139", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "31.504", + "max": "31.598", + "min": "31.443", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "279.985", + "max": "280.117", + "min": "279.925", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "92.102", + "max": "92.181", + "min": "92.042", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "134.53", + "max": "135.06", + "min": "134.422", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "143.688", + "max": "144.152", + "min": "143.565", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.766", + "max": "35.659", + "min": "34.495", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "24.273", + "max": "26.047", + "min": "24.131", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "27.756", + "max": "28.58", + "min": "27.601", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "32.297", + "max": "32.587", + "min": "32.054", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "20.164", + "max": "20.28", + "min": "20.099", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "133.253", + "max": "134.482", + "min": "132.988", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "242.313", + "max": "242.437", + "min": "242.233", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.826", + "max": "31.212", + "min": "30.737", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "143.025", + "max": "145.379", + "min": "142.806", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "57.451", + "max": "57.698", + "min": "57.375", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "28", + "max": "31.421", + "min": "27.607", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "163.924", + "max": "164.1", + "min": "163.723", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "135.195", + "max": "135.248", + "min": "135.137", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "130.612", + "max": "130.697", + "min": "130.501", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "102.754", + "max": "103.82", + "min": "102.631", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "81.089", + "max": "81.192", + "min": "80.941", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "146.874", + "max": "151.14", + "min": "146.407", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "18.871", + "max": "23.055", + "min": "18.235", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "55.406", + "max": "55.623", + "min": "55.277", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "38.069", + "max": "49.431", + "min": "37.513", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "144.934", + "max": "145.498", + "min": "144.855", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.311", + "max": "35.883", + "min": "34.971", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "32.6", + "max": "32.799", + "min": "32.485", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "164.211", + "max": "164.58", + "min": "164.087", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "233.54", + "max": "233.959", + "min": "233.388", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "114.012", + "max": "114.128", + "min": "113.947", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "81.827", + "max": "82.038", + "min": "81.635", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "141.482", + "max": "141.729", + "min": "141.278", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "46.044", + "max": "61.035", + "min": "33.254", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "103.94", + "max": "104.119", + "min": "103.813", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "142.926", + "max": "151.67", + "min": "139.807", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "334.171", + "max": "334.775", + "min": "334.036", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "36.264", + "max": "40.408", + "min": "35.387", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "284.338", + "max": "284.436", + "min": "284.269", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "66.476", + "max": "68.473", + "min": "66.105", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "12.445", + "max": "12.579", + "min": "12.347", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "60.891", + "max": "63.533", + "min": "60.343", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "66.549", + "max": "110.803", + "min": "63.627", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "188.982", + "max": "229.911", + "min": "186.528", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "210.499", + "max": "210.629", + "min": "210.443", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "53.038", + "max": "54.086", + "min": "52.896", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.791", + "max": "47.919", + "min": "46.639", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "80.852", + "max": "81.006", + "min": "80.769", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "46.963", + "max": "47.472", + "min": "46.548", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "206.094", + "max": "206.842", + "min": "205.467", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "116.29", + "max": "119.439", + "min": "116.113", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "236.926", + "max": "237.683", + "min": "236.703", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "132.231", + "max": "132.707", + "min": "132.019", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "149.722", + "max": "152.87", + "min": "149.528", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "93.547", + "max": "93.643", + "min": "93.463", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "49.405", + "max": "49.865", + "min": "49.244", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "9.261", + "max": "9.392", + "min": "9.121", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "97.721", + "max": "97.909", + "min": "97.6", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "146.271", + "max": "146.43", + "min": "146.102", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "94.966", + "max": "96.013", + "min": "94.699", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "93.014", + "max": "93.136", + "min": "92.866", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "131.614", + "max": "132.038", + "min": "131.333", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "80.642", + "max": "81.011", + "min": "80.408", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "241.228", + "max": "241.581", + "min": "241.124", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "140.488", + "max": "140.63", + "min": "140.354", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "122.157", + "max": "122.374", + "min": "122.073", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "61.351", + "max": "62.619", + "min": "61.035", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "12.934", + "max": "15.472", + "min": "12.638", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "95.772", + "max": "95.986", + "min": "95.677", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "98.965", + "max": "99.349", + "min": "98.827", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "8.952", + "max": "16.918", + "min": "8.571", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "103.05", + "max": "105.239", + "min": "102.299", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "143.475", + "max": "143.858", + "min": "143.312", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "31.919", + "max": "31.965", + "min": "31.871", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "262.246", + "max": "264.585", + "min": "262.031", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "80.388", + "max": "80.846", + "min": "80.235", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "103.519", + "max": "104.996", + "min": "103.103", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "153.315", + "max": "153.649", + "min": "153.138", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "127.834", + "max": "133.471", + "min": "126.768", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "140.803", + "max": "140.941", + "min": "140.73", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "92.576", + "max": "97.45", + "min": "92.272", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "104.608", + "max": "104.723", + "min": "104.556", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "146.64", + "max": "147.154", + "min": "146.451", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "55.146", + "max": "55.764", + "min": "55.008", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.46", + "max": "310.994", + "min": "303.641", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "98.688", + "max": "99.625", + "min": "98.537", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "335.22", + "max": "343.159", + "min": "286.05", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "172.745", + "max": "173.477", + "min": "172.613", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "77.086", + "max": "77.226", + "min": "76.84", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "92.153", + "max": "92.65", + "min": "91.981", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "142.064", + "max": "142.674", + "min": "141.918", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "240.626", + "max": "240.862", + "min": "240.486", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "258.952", + "max": "259.27", + "min": "258.766", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "74.456", + "max": "74.75", + "min": "74.357", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "133.077", + "max": "156.434", + "min": "132.068", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "362.082", + "max": "477.976", + "min": "176.921", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "176.747", + "max": "297.8", + "min": "86.122", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "153.963", + "max": "180.156", + "min": "150.774", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "227.186", + "max": "228.055", + "min": "226.985", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "113.189", + "max": "113.397", + "min": "113.054", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "103.888", + "max": "104.745", + "min": "103.503", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "109.268", + "max": "109.564", + "min": "109.048", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "179.561", + "max": "330.837", + "min": "98.919", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "184.62", + "max": "185.21", + "min": "184.487", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "57.523", + "max": "233.869", + "min": "44.771", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "35.998", + "max": "36.099", + "min": "35.946", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "30.811", + "max": "31.614", + "min": "30.305", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "77.236", + "max": "78.688", + "min": "76.064", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "158.18", + "max": "160.6", + "min": "157.734", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "118.587", + "max": "118.964", + "min": "118.416", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "163.338", + "max": "163.794", + "min": "163.154", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "97.872", + "max": "98.818", + "min": "97.674", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "95.242", + "max": "95.55", + "min": "95.053", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "97.88", + "max": "98.575", + "min": "97.747", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "284.813", + "max": "285.457", + "min": "284.107", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "117.466", + "max": "118.085", + "min": "117.345", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "72.337", + "max": "72.527", + "min": "72.242", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "126.699", + "max": "138.28", + "min": "125.578", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "115.272", + "max": "115.461", + "min": "115.091", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "109.552", + "max": "109.697", + "min": "109.435", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "75.142", + "max": "75.352", + "min": "75.019", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "37.918", + "max": "38.349", + "min": "37.811", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "184.613", + "max": "193.234", + "min": "183.89", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.374", + "max": "43.478", + "min": "43.282", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "33.231", + "max": "33.456", + "min": "33.078", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "176.18", + "max": "182.093", + "min": "175.692", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "18.654", + "max": "19.064", + "min": "18.397", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "59.363", + "max": "80.181", + "min": "58.405", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "148.155", + "max": "148.797", + "min": "148.06", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "5.229", + "max": "5.546", + "min": "5.138", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "16.302", + "max": "16.362", + "min": "16.232", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.386", + "max": "23.363", + "min": "17.65", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "232.104", + "max": "232.167", + "min": "232.026", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "43.243", + "max": "43.928", + "min": "43.136", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "20.447", + "max": "20.666", + "min": "20.284", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "95.222", + "max": "95.362", + "min": "95.139", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "136.204", + "max": "136.412", + "min": "135.865", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "40.949", + "max": "42.569", + "min": "40.679", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "289.27", + "max": "329.08", + "min": "282.56", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "112.632", + "max": "112.904", + "min": "112.412", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "238.37", + "max": "321.961", + "min": "230.84", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "112.163", + "max": "112.286", + "min": "112.079", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "379.246", + "max": "379.644", + "min": "378.672", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "40.179", + "max": "40.626", + "min": "39.986", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "71.388", + "max": "72.464", + "min": "71.142", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "114.081", + "max": "114.718", + "min": "113.943", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "160.136", + "max": "160.237", + "min": "160.082", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.605", + "max": "98.754", + "min": "98.46", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "137.57", + "max": "137.769", + "min": "137.421", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "265.65", + "max": "275.107", + "min": "235.446", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "84.263", + "max": "84.37", + "min": "84.103", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "88.85", + "max": "88.951", + "min": "88.773", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "17.979", + "max": "18.915", + "min": "17.687", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "149.722", + "max": "149.841", + "min": "149.605", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "13.789", + "max": "13.887", + "min": "13.71", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "25.199", + "max": "25.698", + "min": "25.022", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "38.828", + "max": "48.127", + "min": "38.307", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "26.002", + "max": "26.055", + "min": "25.969", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "8.686", + "max": "9.107", + "min": "8.466", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "65.266", + "max": "65.582", + "min": "65.12", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "48.291", + "max": "49.383", + "min": "48.183", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "65.469", + "max": "65.925", + "min": "65.366", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "47.623", + "max": "47.708", + "min": "47.517", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "18.433", + "max": "20.213", + "min": "18.309", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "15.792", + "max": "15.901", + "min": "15.688", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "9.692", + "max": "9.761", + "min": "9.598", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "39.218", + "max": "39.322", + "min": "39.117", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "67.867", + "max": "69.467", + "min": "67.632", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "36.11", + "max": "51.936", + "min": "34.427", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "43.403", + "max": "93.085", + "min": "17.876", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "3.901", + "max": "3.987", + "min": "3.854", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "77.018", + "max": "77.265", + "min": "76.88", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "44.179", + "max": "85.678", + "min": "42.595", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "56.57", + "max": "57.096", + "min": "56.264", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "9.173", + "max": "9.646", + "min": "8.895", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "201.871", + "max": "210.596", + "min": "201.477", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "26.254", + "max": "26.487", + "min": "26.185", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "31.136", + "max": "31.341", + "min": "30.929", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "33.882", + "max": "33.936", + "min": "33.81", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.14", + "max": "170.467", + "min": "162.453", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "65.083", + "max": "65.396", + "min": "64.849", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "12.729", + "max": "17.884", + "min": "12.269", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "16.099", + "max": "16.353", + "min": "15.963", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "10.968", + "max": "11.555", + "min": "10.691", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "269.179", + "max": "279.92", + "min": "266.481", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "80.216", + "max": "94.752", + "min": "78.884", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "227.357", + "max": "232.201", + "min": "210.053", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "140.515", + "max": "140.95", + "min": "140.434", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "13.446", + "max": "13.616", + "min": "13.331", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "152.644", + "max": "157.256", + "min": "150.877", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "158.34", + "max": "158.514", + "min": "158.064", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "38.742", + "max": "39.037", + "min": "38.635", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "75.329", + "max": "75.861", + "min": "75.174", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "7.866", + "max": "8.692", + "min": "7.586", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "13.102", + "max": "14.691", + "min": "12.654", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "97.441", + "max": "97.5", + "min": "97.389", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "98.84", + "max": "100.243", + "min": "98.716", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "256.359", + "max": "256.568", + "min": "256.23", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "74.693", + "max": "74.766", + "min": "74.635", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.942", + "max": "24.154", + "min": "23.826", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "80.1", + "max": "80.17", + "min": "80.044", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "28.193", + "max": "28.639", + "min": "28.044", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "216.059", + "max": "236.275", + "min": "215.216", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "115.467", + "max": "118.985", + "min": "112.66", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "25.521", + "max": "25.73", + "min": "25.407", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "39.78", + "max": "41.195", + "min": "39.001", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "150.847", + "max": "161.534", + "min": "149.505", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "100.378", + "max": "101.205", + "min": "100.018", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "253.185", + "max": "253.603", + "min": "253.005", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "93.647", + "max": "94.529", + "min": "93.503", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "50.303", + "max": "50.394", + "min": "50.236", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "14.075", + "max": "14.132", + "min": "14.022", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "44.879", + "max": "71.269", + "min": "43.91", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "86.034", + "max": "89.103", + "min": "85.555", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "97.278", + "max": "97.59", + "min": "97.19", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "64.253", + "max": "66.932", + "min": "62.887", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "164.458", + "max": "165.879", + "min": "163.35", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "83.929", + "max": "84.97", + "min": "82.917", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "67.14", + "max": "68.804", + "min": "66.964", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "98.654", + "max": "98.831", + "min": "98.435", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "17.025", + "max": "22.135", + "min": "16.678", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "177.504", + "max": "177.894", + "min": "177.417", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "182.259", + "max": "182.259", + "min": "182.259", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "0.036", + "max": "0.088", + "min": "0.03", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "19.085", + "max": "19.167", + "min": "19.022", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "99.665", + "max": "100.831", + "min": "99.431", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "28.539", + "max": "38.298", + "min": "20.175", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "32.264", + "max": "32.367", + "min": "32.169", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "184.716", + "max": "186.398", + "min": "184.486", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "91.412", + "max": "92.673", + "min": "91.162", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "98.544", + "max": "102.755", + "min": "98.346", + "id": "263", + "country": "United Kingdom", + "source_name": "Cheltenham", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "264": { + "name": "Falkenstein", + "data": { + "0": { + "avg": "182.182", + "max": "182.308", + "min": "182.083", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "268.507", + "max": "268.757", + "min": "268.334", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "99.718", + "max": "99.904", + "min": "99.628", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "19.784", + "max": "24.834", + "min": "19.222", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "15.174", + "max": "15.381", + "min": "15.054", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "226.458", + "max": "226.888", + "min": "226.34", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "16.257", + "max": "16.441", + "min": "16.164", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "280.53", + "max": "288.73", + "min": "279.549", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "40.184", + "max": "40.753", + "min": "40.058", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "31.927", + "max": "34.16", + "min": "31.606", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "16.307", + "max": "17.803", + "min": "16.01", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "125.741", + "max": "125.922", + "min": "125.669", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "90.692", + "max": "90.83", + "min": "90.622", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "87.183", + "max": "87.534", + "min": "87.05", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "113.016", + "max": "113.317", + "min": "112.906", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "94.165", + "max": "94.42", + "min": "93.525", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "29.213", + "max": "29.483", + "min": "28.968", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "100.191", + "max": "100.293", + "min": "100.1", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "29.995", + "max": "30.168", + "min": "29.888", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.256", + "max": "21.953", + "min": "15.773", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "288.488", + "max": "288.631", + "min": "288.412", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "98.239", + "max": "98.376", + "min": "98.19", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "151.306", + "max": "151.635", + "min": "151.198", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "179.654", + "max": "180.162", + "min": "179.497", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "28.128", + "max": "28.656", + "min": "27.953", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "17.539", + "max": "18.809", + "min": "17.377", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "20.831", + "max": "21.743", + "min": "20.66", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "16.927", + "max": "17.16", + "min": "16.808", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "4.932", + "max": "5.048", + "min": "4.846", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "145.426", + "max": "147.737", + "min": "145.176", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "151.106", + "max": "151.179", + "min": "151.02", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "30.598", + "max": "31.091", + "min": "30.489", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "149.633", + "max": "150.322", + "min": "149.505", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "36.026", + "max": "36.533", + "min": "35.939", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "11.552", + "max": "12.114", + "min": "11.374", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "164.57", + "max": "165.229", + "min": "164.337", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "153.548", + "max": "153.603", + "min": "153.492", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "137.384", + "max": "137.554", + "min": "137.287", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "116.472", + "max": "116.847", + "min": "116.357", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "99.588", + "max": "101.139", + "min": "99.276", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "162.791", + "max": "165.687", + "min": "162.295", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "22.449", + "max": "24.864", + "min": "21.996", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "50.545", + "max": "50.671", + "min": "50.41", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "29.887", + "max": "38.219", + "min": "29.326", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "156.196", + "max": "156.368", + "min": "156.132", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "22.172", + "max": "22.831", + "min": "21.827", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "36.868", + "max": "38.935", + "min": "36.634", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "166.152", + "max": "166.913", + "min": "165.967", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "250.051", + "max": "250.383", + "min": "249.893", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "124.017", + "max": "124.097", + "min": "123.974", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "96.049", + "max": "96.555", + "min": "95.89", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "159.255", + "max": "159.525", + "min": "159.034", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "62.865", + "max": "96.734", + "min": "12.76", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "114.698", + "max": "114.839", + "min": "114.584", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "132.984", + "max": "140.253", + "min": "130.073", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "175.894", + "max": "176.245", + "min": "175.712", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "38.135", + "max": "47.033", + "min": "37.445", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "347.067", + "max": "347.245", + "min": "346.962", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "33.3", + "max": "34.604", + "min": "32.906", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "9.71", + "max": "9.91", + "min": "9.601", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "57.09", + "max": "58.097", + "min": "56.686", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "67.056", + "max": "124.513", + "min": "61.206", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "165.836", + "max": "271.28", + "min": "156.543", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "258.445", + "max": "258.585", + "min": "258.371", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "41.712", + "max": "42.345", + "min": "41.561", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "44.912", + "max": "45.556", + "min": "44.842", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "91.962", + "max": "92.097", + "min": "91.849", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "49.657", + "max": "49.94", + "min": "49.304", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "221.782", + "max": "223.773", + "min": "221.115", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "128.792", + "max": "129.753", + "min": "128.627", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "257.752", + "max": "258.331", + "min": "257.64", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "146.891", + "max": "147.259", + "min": "146.679", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "160.28", + "max": "160.419", + "min": "160.158", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "110.021", + "max": "110.16", + "min": "109.946", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "69.958", + "max": "70.935", + "min": "69.789", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "22.458", + "max": "22.861", + "min": "22.318", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "109.279", + "max": "111.899", + "min": "109.065", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "163.685", + "max": "163.776", + "min": "163.607", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "100.249", + "max": "101.735", + "min": "99.942", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "103.254", + "max": "103.389", + "min": "103.095", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "144.103", + "max": "144.382", + "min": "143.782", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "102.434", + "max": "102.686", + "min": "102.257", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "229.931", + "max": "240.624", + "min": "229.159", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "144.031", + "max": "144.709", + "min": "143.772", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "128.376", + "max": "128.516", + "min": "128.291", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "74.661", + "max": "76.478", + "min": "74.377", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "35.862", + "max": "36.355", + "min": "35.644", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "110.372", + "max": "112.88", + "min": "110.169", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "108.554", + "max": "109.277", + "min": "108.422", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "28.894", + "max": "35.678", + "min": "28.543", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "130.608", + "max": "132.785", + "min": "129.828", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "163.919", + "max": "164.217", + "min": "163.742", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "35.28", + "max": "35.358", + "min": "35.229", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "223.187", + "max": "223.387", + "min": "222.972", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "117.219", + "max": "117.522", + "min": "117.068", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "124.476", + "max": "126.239", + "min": "124.258", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "170.552", + "max": "170.763", + "min": "170.345", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "148.269", + "max": "154.804", + "min": "147.659", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "144.221", + "max": "144.609", + "min": "144.097", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "114.268", + "max": "115.329", + "min": "114.074", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "116.627", + "max": "117.211", + "min": "116.547", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "137.058", + "max": "137.224", + "min": "136.909", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.394", + "max": "52.823", + "min": "52.223", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "314.402", + "max": "316.108", + "min": "313.754", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "115.57", + "max": "117.44", + "min": "115.366", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "172.131", + "max": "175.528", + "min": "171.903", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "90.373", + "max": "90.529", + "min": "90.223", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "112.397", + "max": "112.83", + "min": "112.255", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "122.669", + "max": "125.258", + "min": "122.38", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "257.841", + "max": "258.086", + "min": "257.732", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "285.724", + "max": "287.145", + "min": "283.967", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "82.104", + "max": "82.169", + "min": "82.027", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "136.268", + "max": "173.713", + "min": "134.823", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "380.134", + "max": "501.855", + "min": "197.591", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "139.575", + "max": "236.901", + "min": "59.27", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "176.496", + "max": "176.905", + "min": "176.251", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "241.003", + "max": "243.423", + "min": "240.702", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "128.897", + "max": "129.045", + "min": "128.778", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "116.196", + "max": "117.255", + "min": "115.869", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "124.444", + "max": "126.574", + "min": "124.112", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "190.371", + "max": "350.832", + "min": "113.494", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "228.562", + "max": "244.351", + "min": "205.846", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "31.583", + "max": "47.16", + "min": "30.603", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "34.814", + "max": "34.862", + "min": "34.76", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "30.439", + "max": "31.747", + "min": "29.586", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.757", + "max": "81.886", + "min": "80.576", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "168.949", + "max": "169.382", + "min": "168.728", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "122.685", + "max": "123.008", + "min": "122.516", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "175.789", + "max": "176.041", + "min": "175.591", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "111.653", + "max": "112.187", + "min": "111.516", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "102.165", + "max": "102.328", + "min": "102.052", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "107.004", + "max": "107.215", + "min": "106.834", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "323.401", + "max": "324.217", + "min": "322.992", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "130.997", + "max": "131.063", + "min": "130.94", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "93.706", + "max": "93.896", + "min": "93.56", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "135.305", + "max": "142.815", + "min": "133.858", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "122.058", + "max": "122.293", + "min": "121.914", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "119.944", + "max": "120.064", + "min": "119.839", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "96.316", + "max": "97.804", + "min": "96.082", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "19.432", + "max": "20.165", + "min": "19.297", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "176.49", + "max": "182.442", + "min": "175.89", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "33.128", + "max": "33.583", + "min": "32.991", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "22.902", + "max": "23.05", + "min": "22.812", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "189.934", + "max": "200.311", + "min": "189.08", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "16.726", + "max": "17.731", + "min": "16.455", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "30.575", + "max": "32.692", + "min": "30.397", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "134.724", + "max": "135.426", + "min": "134.616", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "25.36", + "max": "25.597", + "min": "25.267", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "18.492", + "max": "18.532", + "min": "18.428", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "3.994", + "max": "9.92", + "min": "3.059", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.962", + "max": "267.061", + "min": "266.88", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "30.432", + "max": "34.685", + "min": "29.931", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "15.685", + "max": "16.603", + "min": "15.271", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "98.17", + "max": "98.248", + "min": "98.088", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "168.933", + "max": "169.47", + "min": "168.769", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "35.241", + "max": "35.926", + "min": "35.045", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "267.181", + "max": "305.795", + "min": "260.457", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "140.668", + "max": "140.872", + "min": "140.552", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "251.286", + "max": "319.135", + "min": "245.528", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "126.798", + "max": "126.936", + "min": "126.706", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "385.94", + "max": "386.099", + "min": "385.641", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "29.245", + "max": "29.335", + "min": "29.173", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "82.46", + "max": "82.783", + "min": "82.378", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "96.954", + "max": "97.639", + "min": "96.852", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "180.053", + "max": "180.127", + "min": "179.989", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "94.251", + "max": "94.405", + "min": "94.104", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "148.696", + "max": "149.014", + "min": "148.501", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "195.572", + "max": "201.903", + "min": "170.956", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "91.054", + "max": "91.168", + "min": "90.982", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "109.056", + "max": "109.206", + "min": "108.993", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "7.938", + "max": "9.742", + "min": "7.682", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "133.051", + "max": "133.197", + "min": "132.98", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "25.381", + "max": "25.74", + "min": "25.266", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "23.448", + "max": "23.782", + "min": "23.281", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "24.783", + "max": "25.189", + "min": "24.681", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "17.871", + "max": "17.915", + "min": "17.788", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "28.737", + "max": "29.214", + "min": "28.45", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "74.412", + "max": "75.065", + "min": "74.253", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "38.115", + "max": "38.178", + "min": "38.07", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "55.597", + "max": "55.955", + "min": "55.501", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "37.73", + "max": "38.486", + "min": "37.568", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "12.071", + "max": "14.237", + "min": "11.901", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "22.396", + "max": "22.533", + "min": "22.32", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "12.268", + "max": "12.357", + "min": "12.172", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "16.546", + "max": "16.692", + "min": "16.406", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "57.382", + "max": "57.635", + "min": "57.205", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "27.338", + "max": "35.765", + "min": "25.998", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "33.245", + "max": "46.37", + "min": "18.229", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "20.276", + "max": "20.396", + "min": "20.192", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "53.543", + "max": "53.83", + "min": "53.352", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "28.91", + "max": "29.26", + "min": "28.754", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "36.672", + "max": "37.274", + "min": "36.225", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "18.185", + "max": "18.692", + "min": "17.952", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "199.057", + "max": "216.293", + "min": "198.245", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "5.561", + "max": "5.836", + "min": "5.466", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "51.314", + "max": "51.636", + "min": "51.1", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "26.657", + "max": "30.568", + "min": "26.454", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "179.941", + "max": "184.886", + "min": "178.369", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "47.232", + "max": "47.479", + "min": "47.034", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "14.276", + "max": "16.765", + "min": "13.868", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "13.167", + "max": "13.365", + "min": "13", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "11.697", + "max": "12.426", + "min": "11.579", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "297.802", + "max": "298.396", + "min": "297.603", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "102.837", + "max": "109.34", + "min": "101.849", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "230.073", + "max": "232.238", + "min": "223.931", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "147.397", + "max": "147.572", + "min": "147.318", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "14.739", + "max": "14.905", + "min": "14.633", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "140.249", + "max": "140.923", + "min": "140.029", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "170.487", + "max": "170.602", + "min": "170.256", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "48.683", + "max": "48.877", + "min": "48.517", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "66.022", + "max": "67.243", + "min": "65.786", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "23.742", + "max": "25.485", + "min": "23.334", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "15.402", + "max": "16.751", + "min": "15.089", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "109.131", + "max": "109.991", + "min": "109.035", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "115.591", + "max": "115.695", + "min": "115.527", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "270.48", + "max": "450.522", + "min": "263.886", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "87.199", + "max": "87.42", + "min": "87.128", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "13.677", + "max": "13.921", + "min": "13.54", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "102.386", + "max": "102.572", + "min": "102.34", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "26.608", + "max": "26.963", + "min": "26.434", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "232.749", + "max": "250.295", + "min": "231.859", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "131.81", + "max": "134.609", + "min": "127.768", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "28.47", + "max": "28.729", + "min": "28.356", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "47.023", + "max": "47.89", + "min": "46.443", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "159.799", + "max": "164.384", + "min": "158.571", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "111.728", + "max": "112.61", + "min": "111.341", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "231.677", + "max": "231.965", + "min": "231.496", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "68.469", + "max": "68.828", + "min": "68.303", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "39.25", + "max": "40.12", + "min": "39.157", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "15.566", + "max": "15.894", + "min": "15.479", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "49.675", + "max": "49.786", + "min": "49.601", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "91.841", + "max": "93.036", + "min": "91.48", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "96.028", + "max": "96.224", + "min": "95.946", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "63.716", + "max": "66.069", + "min": "61.904", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "177.87", + "max": "179.25", + "min": "177.422", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "96.244", + "max": "98.274", + "min": "95.329", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "57.596", + "max": "58.234", + "min": "57.442", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "111.402", + "max": "111.653", + "min": "111.222", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "30.451", + "max": "37.207", + "min": "29.848", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "176.617", + "max": "177.753", + "min": "174.594", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "188.568", + "max": "188.568", + "min": "188.568", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "19.058", + "max": "19.371", + "min": "18.994", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "0.031", + "max": "0.038", + "min": "0.027", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "122.068", + "max": "123.022", + "min": "121.902", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "34.073", + "max": "42.95", + "min": "27.081", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "22.523", + "max": "22.624", + "min": "22.434", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "112.525", + "max": "113.505", + "min": "112.363", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "87.308", + "max": "89.064", + "min": "87.013", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "115.643", + "max": "115.918", + "min": "115.559", + "id": "264", + "country": "Germany", + "source_name": "Falkenstein", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "291": { + "name": "Douglas", + "data": { + "0": { + "avg": "175.94", + "max": "176.43", + "min": "175.701", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "276.96", + "max": "279.325", + "min": "276.599", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "101.654", + "max": "107.175", + "min": "101.124", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "39.975", + "max": "50.064", + "min": "38.451", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "18.234", + "max": "27.695", + "min": "17.731", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "225.37", + "max": "232.351", + "min": "224.795", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "25.007", + "max": "26.038", + "min": "24.711", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.368", + "max": "288.996", + "min": "275.454", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "65.419", + "max": "65.937", + "min": "65.221", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "47.443", + "max": "53.953", + "min": "46.787", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "10.648", + "max": "15.065", + "min": "10.256", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "122.044", + "max": "135.861", + "min": "120.828", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "88.63", + "max": "91.501", + "min": "88.348", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "93.358", + "max": "99.751", + "min": "92.714", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "108.867", + "max": "114.706", + "min": "108.278", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "90.032", + "max": "99.954", + "min": "88.675", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "34.64", + "max": "38.296", + "min": "34.158", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.713", + "max": "101.817", + "min": "96.07", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "35.186", + "max": "52.231", + "min": "27.865", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "37.407", + "max": "49.656", + "min": "35.703", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.054", + "max": "301.36", + "min": "288.255", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "104.993", + "max": "107.847", + "min": "104.568", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "152.925", + "max": "166.84", + "min": "152.007", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "155.616", + "max": "165.734", + "min": "154.411", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "53.538", + "max": "68.422", + "min": "50.891", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "34.433", + "max": "38.468", + "min": "34.019", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "44.603", + "max": "48.308", + "min": "44.045", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "39.471", + "max": "40.029", + "min": "39.312", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "26.024", + "max": "40.229", + "min": "19.969", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "155.552", + "max": "168.816", + "min": "149.737", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "179.098", + "max": "182.067", + "min": "178.565", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "40.807", + "max": "43.301", + "min": "40.476", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "149.391", + "max": "161.045", + "min": "148.52", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "60.045", + "max": "60.955", + "min": "59.852", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "30.702", + "max": "39.986", + "min": "29.83", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "195.112", + "max": "198.455", + "min": "194.78", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "148.708", + "max": "157.154", + "min": "148.01", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "141.483", + "max": "148.148", + "min": "140.162", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "115.376", + "max": "130.849", + "min": "113.687", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "88.734", + "max": "90.409", + "min": "88.443", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "160.639", + "max": "169.8", + "min": "159.161", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "19.843", + "max": "23.264", + "min": "19.333", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "53.278", + "max": "60.931", + "min": "52.491", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "46.753", + "max": "61.587", + "min": "45.001", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "203.66", + "max": "213.719", + "min": "203.052", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "43.695", + "max": "48.304", + "min": "42.963", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "61.456", + "max": "62.707", + "min": "61.226", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "159.053", + "max": "160.209", + "min": "158.665", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "236.735", + "max": "242.972", + "min": "235.786", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "126.106", + "max": "131.533", + "min": "125.685", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "101.553", + "max": "102.546", + "min": "101.36", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "158.552", + "max": "165.319", + "min": "157.704", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "45.465", + "max": "167.843", + "min": "16.633", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "113.43", + "max": "123.481", + "min": "112.675", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "195.829", + "max": "228.466", + "min": "190.146", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "207.128", + "max": "207.512", + "min": "206.942", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "40.263", + "max": "47.283", + "min": "39.3", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "291.454", + "max": "294.66", + "min": "291.114", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "57.927", + "max": "75.574", + "min": "49.478", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "22.568", + "max": "22.943", + "min": "22.394", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "76.515", + "max": "79.437", + "min": "75.797", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "76.645", + "max": "137.348", + "min": "65.071", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "222.283", + "max": "312.519", + "min": "213.751", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "295.543", + "max": "304.316", + "min": "293.906", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "57.995", + "max": "58.545", + "min": "57.793", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "61.16", + "max": "62.21", + "min": "60.951", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "81.014", + "max": "88.003", + "min": "80.421", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "67.777", + "max": "80.746", + "min": "66.089", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "218.575", + "max": "220.913", + "min": "217.857", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "128.058", + "max": "130.614", + "min": "127.586", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "231.351", + "max": "240.585", + "min": "229.203", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "150.72", + "max": "165.363", + "min": "147.922", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "151.262", + "max": "157.344", + "min": "150.173", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "106.038", + "max": "106.316", + "min": "105.882", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "55.789", + "max": "69.899", + "min": "54.14", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "17.328", + "max": "26.53", + "min": "15.624", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "100.927", + "max": "101.328", + "min": "100.754", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "159.523", + "max": "171.348", + "min": "156.861", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "107.64", + "max": "109.008", + "min": "107.238", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "104.939", + "max": "123.797", + "min": "98.913", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "157.823", + "max": "161.958", + "min": "157.097", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "111.038", + "max": "128.922", + "min": "103.683", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "303.193", + "max": "313.9", + "min": "300.236", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "196.177", + "max": "205.205", + "min": "195.422", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "149.747", + "max": "151.885", + "min": "149.39", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "71.669", + "max": "77.034", + "min": "70.999", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "25.706", + "max": "29.373", + "min": "25.304", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "108.167", + "max": "109.694", + "min": "107.838", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "98.397", + "max": "104.015", + "min": "97.691", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "15.984", + "max": "20.124", + "min": "15.671", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "115.188", + "max": "120.239", + "min": "114.27", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "151.549", + "max": "163.767", + "min": "150.369", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "33.341", + "max": "33.732", + "min": "33.217", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "254.316", + "max": "259.987", + "min": "253.568", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "85.409", + "max": "89.4", + "min": "84.989", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "137.163", + "max": "141.315", + "min": "136.31", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "161.291", + "max": "171.643", + "min": "159.458", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "146.132", + "max": "168.239", + "min": "139.591", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "153.061", + "max": "166.376", + "min": "149.33", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "104.139", + "max": "117.06", + "min": "103.278", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "119.88", + "max": "135.165", + "min": "114.794", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "149.524", + "max": "160.728", + "min": "144.675", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "69.101", + "max": "71.858", + "min": "68.661", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "313.454", + "max": "327.251", + "min": "311.198", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "111.16", + "max": "111.73", + "min": "110.964", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "334.981", + "max": "364.307", + "min": "319.384", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "185.31", + "max": "194.974", + "min": "184.036", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "95.265", + "max": "99.075", + "min": "94.634", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "104.948", + "max": "120.103", + "min": "103.664", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "149.771", + "max": "153.323", + "min": "149.123", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "261.415", + "max": "275.677", + "min": "260.688", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "280.261", + "max": "285.493", + "min": "279.474", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "80.631", + "max": "96.388", + "min": "78.793", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.04", + "max": "143.649", + "min": "141.707", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "382.982", + "max": "499.651", + "min": "199.702", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "189.942", + "max": "303.98", + "min": "111.545", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "192.656", + "max": "200.369", + "min": "191.971", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "258.466", + "max": "262.112", + "min": "257.753", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "123.106", + "max": "124.144", + "min": "122.773", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "115.482", + "max": "116.325", + "min": "115.222", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "131.264", + "max": "132.401", + "min": "130.963", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "187.836", + "max": "332.29", + "min": "108.087", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "201.57", + "max": "210.826", + "min": "200.933", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "65.213", + "max": "295.859", + "min": "55.649", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "56.495", + "max": "69.859", + "min": "53.621", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "50.561", + "max": "57.09", + "min": "49.394", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "79.91", + "max": "92.023", + "min": "77.951", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "167.642", + "max": "173.39", + "min": "167.194", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "150.044", + "max": "159.256", + "min": "140.258", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "174.963", + "max": "189.688", + "min": "173.105", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "110.824", + "max": "119.424", + "min": "110.05", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "113.003", + "max": "114.616", + "min": "112.809", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "111.699", + "max": "112.219", + "min": "111.507", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "276.864", + "max": "280.734", + "min": "275.899", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "131.573", + "max": "138.377", + "min": "131.012", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "80.401", + "max": "88.084", + "min": "79.229", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "139.952", + "max": "154.111", + "min": "137.691", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "128.538", + "max": "129.022", + "min": "128.353", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "121.617", + "max": "123.611", + "min": "121.288", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "92.795", + "max": "99.662", + "min": "91.883", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "38.645", + "max": "39.518", + "min": "38.513", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "243.045", + "max": "253.695", + "min": "237.41", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "57.235", + "max": "66.968", + "min": "55.944", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "41.523", + "max": "48.83", + "min": "40.338", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "195.381", + "max": "199.475", + "min": "194.526", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "31.817", + "max": "52.461", + "min": "23.913", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "58.217", + "max": "67.366", + "min": "56.937", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "201.994", + "max": "202.283", + "min": "201.833", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "19.02", + "max": "25.906", + "min": "18.543", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "25.918", + "max": "42.756", + "min": "19.494", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "27.741", + "max": "32.494", + "min": "25.835", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "245.797", + "max": "248.688", + "min": "245.499", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "48.456", + "max": "51.62", + "min": "48.004", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "33.827", + "max": "50.043", + "min": "25.996", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "96.394", + "max": "109.875", + "min": "95.245", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "163.062", + "max": "166.047", + "min": "162.566", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "64.791", + "max": "79.832", + "min": "59.212", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "302.84", + "max": "338.503", + "min": "293.598", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "129.66", + "max": "142.148", + "min": "128.537", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "241.877", + "max": "332.872", + "min": "234.27", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "122.276", + "max": "132.384", + "min": "121.489", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "392.327", + "max": "401.339", + "min": "391.134", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "55.008", + "max": "58.242", + "min": "54.52", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "79.416", + "max": "94.861", + "min": "77.905", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "134.071", + "max": "135.879", + "min": "133.695", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "185.948", + "max": "186.496", + "min": "185.793", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "106.046", + "max": "107.047", + "min": "105.878", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "154.506", + "max": "168.181", + "min": "148.451", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "249.352", + "max": "262.089", + "min": "247.485", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "86.341", + "max": "87.623", + "min": "86.138", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "115.111", + "max": "125.376", + "min": "113.823", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "27.226", + "max": "34.912", + "min": "25.643", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "157.162", + "max": "170.021", + "min": "155.671", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "27.067", + "max": "40.799", + "min": "19.465", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "33.675", + "max": "41.662", + "min": "32.368", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "39.683", + "max": "46.338", + "min": "38.495", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "42.631", + "max": "53.49", + "min": "39.418", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "15.083", + "max": "21.32", + "min": "14.541", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "80.095", + "max": "90.478", + "min": "78.044", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "55.582", + "max": "70.105", + "min": "54.248", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "83.233", + "max": "84.695", + "min": "83.021", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "52.059", + "max": "53.604", + "min": "51.841", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "33.721", + "max": "51.523", + "min": "25.831", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "29.084", + "max": "44.909", + "min": "22.772", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.708", + "max": "30.511", + "min": "23.816", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "41.627", + "max": "48.511", + "min": "40.962", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "71.219", + "max": "76.322", + "min": "70.547", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "40.97", + "max": "57.542", + "min": "38.86", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "60.268", + "max": "127.675", + "min": "31.302", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "17.008", + "max": "17.986", + "min": "16.817", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "73.82", + "max": "78.228", + "min": "73.328", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "52.069", + "max": "68.832", + "min": "44.948", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "61.056", + "max": "74.257", + "min": "59.174", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "22.464", + "max": "28.42", + "min": "21.174", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "270.01", + "max": "273.534", + "min": "269.609", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "31.363", + "max": "34.882", + "min": "31.019", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "49.552", + "max": "49.81", + "min": "49.42", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "43.812", + "max": "44.134", + "min": "43.709", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "164.881", + "max": "173.86", + "min": "162.6", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "68.593", + "max": "75.889", + "min": "67.87", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "23.16", + "max": "33.536", + "min": "21.549", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "27.082", + "max": "34.962", + "min": "26.075", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "18.102", + "max": "20.447", + "min": "17.596", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "292.993", + "max": "303.627", + "min": "290.097", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "83.217", + "max": "86.129", + "min": "82.658", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "335.271", + "max": "350.936", + "min": "305.563", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "192.816", + "max": "193.366", + "min": "192.688", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "29.943", + "max": "42.225", + "min": "28.467", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "180.657", + "max": "229.218", + "min": "146.011", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "162.357", + "max": "168.933", + "min": "161.345", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "63.094", + "max": "73.272", + "min": "57.337", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "80.278", + "max": "81.08", + "min": "79.943", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "21.411", + "max": "31.374", + "min": "20.253", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "33.066", + "max": "44.506", + "min": "26.248", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "102.751", + "max": "104.411", + "min": "102.508", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "109.376", + "max": "110.109", + "min": "109.225", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "331.668", + "max": "337.48", + "min": "330.333", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.751", + "max": "94.041", + "min": "93.602", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "33.502", + "max": "36.086", + "min": "33.209", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "86.627", + "max": "94.289", + "min": "84.903", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "31.285", + "max": "32.781", + "min": "31.013", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "212.651", + "max": "217.65", + "min": "212.233", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "126.098", + "max": "135.572", + "min": "123.004", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "30.987", + "max": "31.979", + "min": "30.751", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "53.691", + "max": "66.396", + "min": "52.005", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "147.78", + "max": "161.494", + "min": "146.344", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "115.015", + "max": "119.785", + "min": "114.374", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "241.327", + "max": "242.322", + "min": "241.101", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "92.009", + "max": "95.063", + "min": "91.435", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "57.811", + "max": "68.699", + "min": "56.845", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "28.765", + "max": "32.771", + "min": "28.102", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "56.53", + "max": "60.382", + "min": "56.126", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "101.385", + "max": "112.026", + "min": "98.93", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "91.289", + "max": "91.631", + "min": "91.108", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "70.148", + "max": "74.546", + "min": "68.012", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "166.1", + "max": "176.776", + "min": "164.624", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "104.071", + "max": "110.182", + "min": "102.791", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "76.365", + "max": "77.106", + "min": "76.095", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "118.858", + "max": "129.741", + "min": "116.379", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "23.045", + "max": "25.359", + "min": "22.759", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "358.513", + "max": "367.604", + "min": "347.887", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "183.462", + "max": "183.462", + "min": "183.462", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "20.907", + "max": "32.284", + "min": "20.116", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "33.003", + "max": "45.122", + "min": "27.159", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "106.465", + "max": "115.399", + "min": "105.247", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "0.04", + "max": "0.109", + "min": "0.026", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "42.719", + "max": "43.78", + "min": "42.502", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "187.479", + "max": "189.913", + "min": "187.058", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "105.023", + "max": "106.189", + "min": "104.568", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "114.356", + "max": "125.005", + "min": "111.629", + "id": "291", + "country": "Isle of Man", + "source_name": "Douglas", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "MENA": { + "62": { + "name": "Cairo", + "data": { + "0": { + "avg": "236.954", + "max": "237.931", + "min": "236.399", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "318.192", + "max": "324.03", + "min": "317.314", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "140.309", + "max": "141.843", + "min": "139.713", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "64.507", + "max": "67.883", + "min": "63.223", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "64.937", + "max": "69.172", + "min": "64.289", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "288.956", + "max": "290.681", + "min": "288.193", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "63.02", + "max": "64.602", + "min": "62.528", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "321.515", + "max": "324.507", + "min": "319.949", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "94.3", + "max": "99.96", + "min": "93.581", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "81.787", + "max": "84.689", + "min": "81.035", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "63.115", + "max": "68.467", + "min": "62.527", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "172.031", + "max": "174.716", + "min": "171.341", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "127.095", + "max": "127.805", + "min": "126.583", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "140.388", + "max": "142.098", + "min": "139.679", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "157.581", + "max": "159.926", + "min": "156.94", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "149.566", + "max": "150.416", + "min": "148.831", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "71.926", + "max": "72.925", + "min": "71.349", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "142.214", + "max": "143.602", + "min": "141.572", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "66.721", + "max": "68.004", + "min": "66.162", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "64.461", + "max": "65.471", + "min": "63.943", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "334.755", + "max": "337.688", + "min": "334.246", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "151.598", + "max": "152.402", + "min": "151.085", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "199.092", + "max": "201.156", + "min": "198.321", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "199.231", + "max": "201.41", + "min": "198.633", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "77.305", + "max": "80.745", + "min": "76.559", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "69.658", + "max": "71.017", + "min": "69.302", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "68.803", + "max": "72.932", + "min": "67.998", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "68.971", + "max": "69.699", + "min": "68.36", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "53.146", + "max": "54.758", + "min": "52.511", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "197.449", + "max": "198.626", + "min": "196.909", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "199.937", + "max": "201.363", + "min": "199.451", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "74.001", + "max": "74.5", + "min": "73.578", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "195.652", + "max": "198.804", + "min": "195.055", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "83.743", + "max": "84.708", + "min": "83.189", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "55.496", + "max": "59.673", + "min": "54.624", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "196.603", + "max": "200.729", + "min": "195.934", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "197.338", + "max": "198.288", + "min": "196.962", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "182.958", + "max": "184.135", + "min": "182.5", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "161.152", + "max": "162.126", + "min": "160.706", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "133.388", + "max": "136.362", + "min": "132.514", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "205.993", + "max": "211.707", + "min": "204.824", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "70.397", + "max": "73.097", + "min": "69.555", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "105.282", + "max": "106.024", + "min": "104.769", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "77.116", + "max": "80.451", + "min": "76.57", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "230.369", + "max": "231.153", + "min": "229.778", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "74.29", + "max": "76.057", + "min": "73.511", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "81.671", + "max": "82.524", + "min": "81.249", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "220.249", + "max": "222.114", + "min": "219.614", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "304.067", + "max": "305.725", + "min": "303.578", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "169.05", + "max": "172.027", + "min": "168.518", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "142.464", + "max": "145.443", + "min": "141.789", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "198.511", + "max": "199.57", + "min": "197.961", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "111.711", + "max": "198.196", + "min": "91.921", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "159.344", + "max": "160.288", + "min": "158.937", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "164.896", + "max": "187.169", + "min": "160.212", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "214.918", + "max": "215.931", + "min": "214.401", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "91.66", + "max": "95.78", + "min": "90.535", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "338.385", + "max": "339.057", + "min": "337.928", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "77.833", + "max": "80.908", + "min": "77.129", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "57.672", + "max": "59.332", + "min": "56.981", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "0.085", + "max": "0.36", + "min": "0.037", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "99.182", + "max": "161.589", + "min": "93.857", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "205.576", + "max": "218.96", + "min": "203.848", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "275.194", + "max": "275.682", + "min": "274.762", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "90.197", + "max": "91.954", + "min": "89.631", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "78.864", + "max": "80.322", + "min": "78.247", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "139.611", + "max": "141.299", + "min": "138.973", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "96.479", + "max": "98.593", + "min": "95.726", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "262.107", + "max": "265.813", + "min": "261.086", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "180.123", + "max": "181.309", + "min": "179.73", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "246.873", + "max": "250.935", + "min": "246.189", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "195.054", + "max": "197.418", + "min": "194.36", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "205.011", + "max": "210.706", + "min": "204.171", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "152.093", + "max": "154.274", + "min": "151.518", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "93.554", + "max": "94.717", + "min": "92.797", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "104.842", + "max": "168.365", + "min": "69.72", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "152.774", + "max": "153.588", + "min": "152.2", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "212.28", + "max": "214.799", + "min": "211.713", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "147.212", + "max": "155.565", + "min": "146.046", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "157.857", + "max": "159.266", + "min": "157.319", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "200.341", + "max": "202.806", + "min": "199.697", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "136.03", + "max": "136.986", + "min": "135.473", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "254.918", + "max": "257.678", + "min": "254.205", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "226.372", + "max": "227.915", + "min": "225.703", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "192.207", + "max": "193.949", + "min": "186.916", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "112.571", + "max": "114.014", + "min": "111.477", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "67.9", + "max": "69.574", + "min": "67.202", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "155.098", + "max": "160.194", + "min": "154.364", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "154.668", + "max": "157.673", + "min": "153.86", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "63.884", + "max": "73.199", + "min": "62.526", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "167.63", + "max": "174.862", + "min": "166.518", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "202.485", + "max": "204.26", + "min": "201.934", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "93.74", + "max": "94.77", + "min": "93.233", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "331.207", + "max": "332.158", + "min": "330.716", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "134.152", + "max": "138.137", + "min": "133.263", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "165.85", + "max": "168.481", + "min": "165.29", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "203.693", + "max": "204.676", + "min": "202.994", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "184.893", + "max": "202.428", + "min": "182.444", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "201.48", + "max": "203.368", + "min": "200.881", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "159.693", + "max": "161.581", + "min": "158.926", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "156.17", + "max": "157.048", + "min": "155.757", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "209.932", + "max": "214.952", + "min": "209.271", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "90.621", + "max": "92.085", + "min": "90.117", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "358.854", + "max": "364.559", + "min": "357.552", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "163.31", + "max": "165.093", + "min": "162.738", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "369.75", + "max": "391.337", + "min": "331.299", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "230.3", + "max": "231.992", + "min": "229.767", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "135.146", + "max": "136.067", + "min": "134.594", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "150.431", + "max": "152.76", + "min": "149.629", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "197.505", + "max": "201.993", + "min": "196.569", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "212.618", + "max": "224.677", + "min": "211.824", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "283.949", + "max": "284.71", + "min": "283.286", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "133.868", + "max": "135.393", + "min": "133.26", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "174.464", + "max": "180.504", + "min": "173.512", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "402.346", + "max": "500.553", + "min": "224.412", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "185.355", + "max": "257.694", + "min": "111.709", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "194.2", + "max": "209.268", + "min": "192.862", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "281.126", + "max": "282.926", + "min": "280.548", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "177.34", + "max": "181.389", + "min": "176.748", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "161.149", + "max": "161.866", + "min": "160.612", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "173.516", + "max": "177.006", + "min": "172.538", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "225.122", + "max": "375.334", + "min": "148.4", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "272.619", + "max": "288.856", + "min": "250.714", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "85.227", + "max": "226.714", + "min": "79.494", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "80.764", + "max": "81.474", + "min": "80.117", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "84.97", + "max": "86.519", + "min": "84.174", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "132.537", + "max": "135.044", + "min": "129.33", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "185.648", + "max": "186.955", + "min": "185.099", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "177.87", + "max": "180.106", + "min": "177.014", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "224.688", + "max": "226.711", + "min": "224.162", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "153.883", + "max": "156.734", + "min": "153.272", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "150.317", + "max": "151.678", + "min": "149.828", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "153.826", + "max": "156.86", + "min": "153.175", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "350.872", + "max": "353.817", + "min": "350.031", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "179.944", + "max": "180.888", + "min": "179.335", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "135.524", + "max": "136.07", + "min": "135.124", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "174.994", + "max": "178.233", + "min": "174.071", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "170.577", + "max": "171.676", + "min": "170.165", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "168.005", + "max": "168.765", + "min": "167.49", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "140.013", + "max": "142.222", + "min": "139.301", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "63.748", + "max": "68.498", + "min": "63.158", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "252.048", + "max": "257.146", + "min": "251.203", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "81.139", + "max": "81.904", + "min": "80.471", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "69.566", + "max": "72.757", + "min": "68.992", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "239.624", + "max": "241.386", + "min": "238.753", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "60.867", + "max": "64.397", + "min": "60.1", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "78.627", + "max": "82.255", + "min": "77.718", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "162.98", + "max": "165.715", + "min": "162.343", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "63.673", + "max": "65.528", + "min": "63.13", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "69.005", + "max": "70.094", + "min": "68.446", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "60.043", + "max": "66.3", + "min": "58.716", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "313.539", + "max": "317.939", + "min": "312.938", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "80.055", + "max": "80.981", + "min": "79.467", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "66.928", + "max": "68.237", + "min": "66.49", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "144.103", + "max": "144.72", + "min": "143.583", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "196.181", + "max": "200.646", + "min": "195.324", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "78.648", + "max": "80.366", + "min": "78.095", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "324.88", + "max": "366.332", + "min": "317.633", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "169.023", + "max": "170.66", + "min": "168.499", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "296.369", + "max": "382.215", + "min": "289.466", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "175.198", + "max": "175.9", + "min": "174.768", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "419.753", + "max": "420.566", + "min": "419.022", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "76.113", + "max": "77.042", + "min": "75.671", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "133.873", + "max": "135.095", + "min": "133.348", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "155.81", + "max": "156.679", + "min": "155.335", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "209.274", + "max": "211.02", + "min": "208.368", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "147.024", + "max": "149.157", + "min": "146.268", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "198.1", + "max": "199.552", + "min": "197.569", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "239.312", + "max": "244.127", + "min": "236.836", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "144.526", + "max": "145.342", + "min": "144.083", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "148.844", + "max": "149.568", + "min": "148.395", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "56.021", + "max": "61.262", + "min": "55.246", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "190.644", + "max": "192.341", + "min": "190.09", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "65.989", + "max": "69.068", + "min": "65.395", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "59.508", + "max": "63.861", + "min": "59.031", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "69.085", + "max": "82.951", + "min": "67.879", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "68.728", + "max": "70.17", + "min": "68.149", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "69.821", + "max": "70.889", + "min": "69.122", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "108.523", + "max": "111.244", + "min": "107.693", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "85.736", + "max": "89.456", + "min": "85.043", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "114.389", + "max": "123.413", + "min": "113.318", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "66.088", + "max": "67.888", + "min": "65.284", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "58.568", + "max": "60.966", + "min": "57.764", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "60.023", + "max": "61.105", + "min": "59.464", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "60.187", + "max": "61.649", + "min": "59.595", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "70.311", + "max": "77.306", + "min": "69.546", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "101.383", + "max": "102.773", + "min": "100.578", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "66.461", + "max": "103.368", + "min": "63.984", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "84.172", + "max": "121.408", + "min": "59.624", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "64.853", + "max": "66.596", + "min": "64.422", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "99.557", + "max": "100.389", + "min": "98.978", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "76.818", + "max": "82.778", + "min": "76.165", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "82.84", + "max": "86.093", + "min": "82.054", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "61.898", + "max": "95.955", + "min": "59.37", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "354.653", + "max": "356.657", + "min": "354.011", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "60.453", + "max": "61.803", + "min": "60.117", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "57.621", + "max": "58.471", + "min": "57.247", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "69.854", + "max": "71.16", + "min": "69.372", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "222.379", + "max": "228.91", + "min": "220.545", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "97.466", + "max": "98.182", + "min": "96.792", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "63.289", + "max": "64.743", + "min": "62.491", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "59.829", + "max": "61.912", + "min": "59.057", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "60.06", + "max": "61.412", + "min": "59.114", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "351.435", + "max": "364.415", + "min": "350.219", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "128.251", + "max": "136.138", + "min": "126.83", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "252.667", + "max": "253.607", + "min": "252.086", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "169.871", + "max": "171.723", + "min": "169.227", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "63.384", + "max": "64.658", + "min": "62.904", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "173.059", + "max": "174.4", + "min": "172.606", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "201.631", + "max": "202.732", + "min": "200.977", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "65.358", + "max": "69.033", + "min": "64.673", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "110.054", + "max": "111.363", + "min": "109.487", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "59.289", + "max": "60.611", + "min": "58.702", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "63.489", + "max": "65.995", + "min": "62.611", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "158.742", + "max": "161.807", + "min": "158.023", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "172.434", + "max": "173.558", + "min": "171.899", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "290.748", + "max": "291.283", + "min": "290.386", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "135.307", + "max": "136.218", + "min": "134.925", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "66.515", + "max": "67.214", + "min": "66.046", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "141.342", + "max": "142.014", + "min": "140.915", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "59.879", + "max": "60.832", + "min": "59.311", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "266.298", + "max": "396.501", + "min": "261.011", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "175.651", + "max": "178.24", + "min": "172.612", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "72.885", + "max": "75.113", + "min": "72.292", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "72.206", + "max": "73.438", + "min": "70.693", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "205.165", + "max": "212.796", + "min": "203.805", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "160.189", + "max": "162.588", + "min": "159.284", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "288.868", + "max": "291.44", + "min": "288.059", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "127.083", + "max": "129.094", + "min": "126.527", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "86.756", + "max": "87.932", + "min": "86.198", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "63.797", + "max": "66.001", + "min": "63.086", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "73.502", + "max": "75.855", + "min": "72.974", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "137.507", + "max": "141.32", + "min": "136.505", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "143.649", + "max": "144.624", + "min": "143.307", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "100.04", + "max": "110.895", + "min": "97.614", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "219.456", + "max": "223.078", + "min": "218.574", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "151.271", + "max": "152.908", + "min": "150.109", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "108.457", + "max": "109.073", + "min": "107.971", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "160.315", + "max": "163.298", + "min": "159.637", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "78.046", + "max": "81.033", + "min": "77.312", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.174", + "max": "236.677", + "min": "227.67", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "240.674", + "max": "240.674", + "min": "240.674", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "61.178", + "max": "62.149", + "min": "60.329", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "57.321", + "max": "58.702", + "min": "56.808", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "165.288", + "max": "168.201", + "min": "164.525", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "84.692", + "max": "94.073", + "min": "78.65", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "70.462", + "max": "71.315", + "min": "69.985", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "267.672", + "max": "268.766", + "min": "267.061", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "121.995", + "max": "125.993", + "min": "121.071", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "155.138", + "max": "158.525", + "min": "154.258", + "id": "62", + "country": "Egypt", + "source_name": "Cairo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "63": { + "name": "Fez", + "data": { + "0": { + "avg": "270.05", + "max": "318.287", + "min": "251.562", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "299.552", + "max": "304.916", + "min": "298.792", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "143.423", + "max": "187.388", + "min": "139.894", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "76.629", + "max": "88.824", + "min": "75.44", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "56.686", + "max": "94.068", + "min": "54.172", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "277.366", + "max": "298.412", + "min": "274.92", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "67.198", + "max": "118.028", + "min": "63.324", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "312.911", + "max": "316.625", + "min": "312.085", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "107.315", + "max": "158.551", + "min": "103.915", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "93.173", + "max": "128.817", + "min": "86.336", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "56.497", + "max": "62.913", + "min": "55.619", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "169.669", + "max": "170.544", + "min": "169.298", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "139.442", + "max": "191.101", + "min": "125.252", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "133.032", + "max": "149.789", + "min": "132.088", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "161.076", + "max": "195.818", + "min": "159.069", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "134.272", + "max": "137.234", + "min": "133.959", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "44.036", + "max": "82.628", + "min": "38.117", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "140.74", + "max": "146.082", + "min": "140.165", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "78.902", + "max": "122.722", + "min": "70.585", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "72.029", + "max": "121.538", + "min": "67.618", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "316.231", + "max": "316.572", + "min": "315.885", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "144.96", + "max": "167.759", + "min": "142.685", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "197.634", + "max": "257.879", + "min": "190.59", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "193.323", + "max": "224.796", + "min": "191.77", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "83.622", + "max": "86.311", + "min": "83.205", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "83.441", + "max": "124.827", + "min": "81.478", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "62.757", + "max": "66.8", + "min": "62.104", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "85.408", + "max": "136.15", + "min": "71.082", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "58.071", + "max": "77.483", + "min": "56.733", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "189.462", + "max": "250.139", + "min": "185.336", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "216.198", + "max": "227.723", + "min": "215.407", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "89.432", + "max": "127.618", + "min": "83.334", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "183.297", + "max": "198.486", + "min": "182.267", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "92.38", + "max": "115.925", + "min": "89.266", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "72.122", + "max": "103.212", + "min": "69.546", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "199.422", + "max": "230.287", + "min": "195.907", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "191.457", + "max": "215.341", + "min": "189.811", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "212.138", + "max": "225.717", + "min": "211.347", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "175.306", + "max": "246.959", + "min": "155.495", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "137.329", + "max": "193.97", + "min": "128.663", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "198.545", + "max": "199.561", + "min": "198.205", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "79.079", + "max": "133.653", + "min": "70.612", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "76.265", + "max": "101.347", + "min": "75.057", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "85.402", + "max": "86.732", + "min": "84.951", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "176.233", + "max": "176.819", + "min": "175.879", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "105.394", + "max": "149.42", + "min": "81.767", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "94.645", + "max": "119.128", + "min": "92.58", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "209.007", + "max": "232.412", + "min": "207.346", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "286.012", + "max": "333.227", + "min": "267.628", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "174.351", + "max": "216.282", + "min": "169.527", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "146.276", + "max": "200.107", + "min": "132.761", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "194.913", + "max": "251.997", + "min": "191.96", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "92.85", + "max": "181.301", + "min": "74.688", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "177.067", + "max": "228.846", + "min": "160.758", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "301.245", + "max": "366.015", + "min": "278.504", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "328.567", + "max": "390.879", + "min": "314.126", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "61.635", + "max": "65.839", + "min": "60.457", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "344.01", + "max": "401.407", + "min": "334.095", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "98.153", + "max": "152.878", + "min": "85.175", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "79.823", + "max": "131.944", + "min": "67.856", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "94.565", + "max": "95.775", + "min": "93.838", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "0.037", + "max": "0.052", + "min": "0.032", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "244.556", + "max": "335.519", + "min": "237.789", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "257.649", + "max": "294.055", + "min": "254.937", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "113.215", + "max": "168.215", + "min": "100.845", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "90.214", + "max": "91.325", + "min": "89.809", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "124.689", + "max": "129.729", + "min": "124.171", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "102.438", + "max": "163.622", + "min": "94.801", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "271.103", + "max": "322.82", + "min": "255.029", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "175.591", + "max": "205.251", + "min": "173.07", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "333.656", + "max": "381.604", + "min": "315.592", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "199.607", + "max": "255.576", + "min": "189.536", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "216.336", + "max": "223.825", + "min": "215.3", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "157.045", + "max": "210.97", + "min": "148.662", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "116.032", + "max": "169.639", + "min": "102.106", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "68.198", + "max": "76.282", + "min": "67.495", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "135.877", + "max": "137.856", + "min": "135.447", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "195.569", + "max": "203.485", + "min": "194.887", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "150.837", + "max": "204.947", + "min": "139.968", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "143.089", + "max": "143.557", + "min": "142.747", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "217.719", + "max": "261.773", + "min": "199.058", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "132.957", + "max": "141.38", + "min": "132.174", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "285.918", + "max": "346.272", + "min": "271.549", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "202.493", + "max": "259.659", + "min": "193.673", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "184.551", + "max": "187.114", + "min": "178.351", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "112.863", + "max": "129.96", + "min": "111.245", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "71.421", + "max": "79.428", + "min": "70.518", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "154.549", + "max": "185.126", + "min": "151.29", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "145.633", + "max": "163.827", + "min": "143.846", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "60.884", + "max": "68.927", + "min": "60.086", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "202.322", + "max": "206.476", + "min": "201.47", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "193.906", + "max": "196.866", + "min": "193.417", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "55.515", + "max": "117.959", + "min": "51.738", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "345.819", + "max": "395.47", + "min": "324.265", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "142.642", + "max": "201.558", + "min": "136.422", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "150.807", + "max": "154.698", + "min": "150.234", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "210.416", + "max": "280.799", + "min": "203.711", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "201.068", + "max": "262.623", + "min": "182.98", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "189.188", + "max": "191.101", + "min": "188.686", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "155.552", + "max": "210.472", + "min": "142.65", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "154.426", + "max": "205.377", + "min": "152.171", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "195.958", + "max": "214.314", + "min": "194.818", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "103.149", + "max": "107.477", + "min": "102.522", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "354.691", + "max": "400.367", + "min": "348.04", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "205.554", + "max": "261.468", + "min": "195.328", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "377.898", + "max": "391.752", + "min": "322.991", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "239.374", + "max": "244.247", + "min": "238.467", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "133.871", + "max": "134.196", + "min": "133.537", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "144.197", + "max": "148.237", + "min": "143.636", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "248.867", + "max": "296.988", + "min": "232.017", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "347.443", + "max": "371.569", + "min": "345.743", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "305.301", + "max": "307.52", + "min": "304.617", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "125.669", + "max": "128.722", + "min": "125.198", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "166.078", + "max": "171.156", + "min": "165.283", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "406.922", + "max": "549.836", + "min": "264.805", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "221.697", + "max": "348.872", + "min": "113.428", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "204.827", + "max": "245.051", + "min": "198.234", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "286.929", + "max": "350.268", + "min": "280.425", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "163.346", + "max": "198.232", + "min": "161.52", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "158.571", + "max": "214.715", + "min": "154.549", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "177.722", + "max": "215.142", + "min": "174.14", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "234.548", + "max": "436.991", + "min": "152.707", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "233.929", + "max": "295.899", + "min": "231.181", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "95.988", + "max": "300.154", + "min": "84.737", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "114.505", + "max": "166.066", + "min": "98.449", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "94.898", + "max": "156.299", + "min": "82.276", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "130.183", + "max": "130.432", + "min": "129.917", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "202.755", + "max": "229.1", + "min": "200.554", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "155.619", + "max": "203.911", + "min": "147.712", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "219.525", + "max": "222.953", + "min": "219.064", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "156.819", + "max": "186.326", + "min": "154.765", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "153.25", + "max": "188.295", + "min": "151.543", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "155.302", + "max": "181.364", + "min": "153.926", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "350.453", + "max": "409.122", + "min": "347.445", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "177.785", + "max": "237.647", + "min": "172.708", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "130.68", + "max": "133.539", + "min": "130.26", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "186.86", + "max": "243.25", + "min": "180.831", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "162.753", + "max": "165.766", + "min": "162.363", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "148.729", + "max": "178.858", + "min": "146.438", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "130.709", + "max": "169.237", + "min": "126.886", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "77.169", + "max": "97.557", + "min": "75.671", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "211.014", + "max": "211.739", + "min": "210.523", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "108.52", + "max": "156.824", + "min": "99.543", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "77.752", + "max": "89.385", + "min": "77.086", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "255.738", + "max": "302.801", + "min": "237.72", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "70.741", + "max": "87.934", + "min": "68.81", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "84.763", + "max": "125.844", + "min": "81.735", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "194.427", + "max": "247.043", + "min": "180.566", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "62.304", + "max": "83.64", + "min": "60.829", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "65.818", + "max": "102.979", + "min": "64.23", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "75.771", + "max": "128.964", + "min": "70.74", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "301.658", + "max": "341.679", + "min": "300.048", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "85.648", + "max": "135.797", + "min": "80.854", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "58.939", + "max": "93.142", + "min": "56.811", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "139.099", + "max": "174.067", + "min": "136.142", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "205.92", + "max": "268.212", + "min": "200.488", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "115.887", + "max": "166.642", + "min": "99.619", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "368.018", + "max": "408.905", + "min": "361.093", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "185.628", + "max": "209.653", + "min": "184.517", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "283.782", + "max": "371.885", + "min": "273.786", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "171.746", + "max": "231.474", + "min": "165.516", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "419.418", + "max": "473.573", + "min": "413.597", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "89.543", + "max": "96.452", + "min": "88.923", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "125.488", + "max": "166.972", + "min": "123.512", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "158.585", + "max": "195.231", + "min": "150.324", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "237.201", + "max": "295.078", + "min": "221.1", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "158.297", + "max": "210.187", + "min": "147.737", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "192.233", + "max": "242.566", + "min": "178.048", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "250.747", + "max": "264.099", + "min": "231.561", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "140.991", + "max": "185.017", + "min": "135.228", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "159.593", + "max": "212.34", + "min": "151.472", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "55.042", + "max": "74.529", + "min": "53.678", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "344.351", + "max": "373.701", + "min": "325.198", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "66.236", + "max": "75.691", + "min": "65.598", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "66.349", + "max": "98.375", + "min": "62.871", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "83.188", + "max": "134.953", + "min": "78.118", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "66.235", + "max": "92.589", + "min": "63.659", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "67.096", + "max": "77.39", + "min": "66.314", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "100.021", + "max": "100.986", + "min": "99.671", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "89.353", + "max": "137.319", + "min": "84.756", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "132.82", + "max": "179.766", + "min": "116.16", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "85.465", + "max": "107.185", + "min": "82.964", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "76.953", + "max": "124.552", + "min": "67.137", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "68.095", + "max": "94.653", + "min": "66.87", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "71.945", + "max": "113.989", + "min": "68.174", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "77.531", + "max": "90.252", + "min": "76.633", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "108.942", + "max": "169.902", + "min": "103.634", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "106.23", + "max": "135.751", + "min": "67.049", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "106.549", + "max": "164.918", + "min": "79.286", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "73.985", + "max": "126.782", + "min": "60.891", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "100.051", + "max": "140.135", + "min": "95.643", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "87.574", + "max": "95.82", + "min": "86.91", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "97.372", + "max": "136.607", + "min": "91.383", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "62.404", + "max": "78.506", + "min": "61.294", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "306.699", + "max": "369.227", + "min": "302.629", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "69.976", + "max": "72.193", + "min": "69.541", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "67.151", + "max": "70.43", + "min": "66.72", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "79.641", + "max": "102.987", + "min": "77.741", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "212.498", + "max": "220.945", + "min": "210.96", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "107.033", + "max": "107.296", + "min": "106.661", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "68.884", + "max": "127.519", + "min": "65.692", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "85.264", + "max": "133.456", + "min": "68.763", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "65.665", + "max": "66.046", + "min": "65.179", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "341.728", + "max": "350.815", + "min": "340.998", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "148.174", + "max": "196.895", + "min": "129.612", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "260.75", + "max": "267.589", + "min": "259.913", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "198.33", + "max": "254.098", + "min": "182.419", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "57.984", + "max": "69.324", + "min": "56.884", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "185.034", + "max": "217.724", + "min": "183.08", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "211.216", + "max": "263.78", + "min": "197.06", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "82.502", + "max": "122.435", + "min": "80.162", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "113.248", + "max": "129.771", + "min": "111.681", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "65.257", + "max": "70.15", + "min": "64.631", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "71.889", + "max": "125.207", + "min": "63.741", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "165.21", + "max": "218.106", + "min": "151.593", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "156.927", + "max": "157.249", + "min": "156.663", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "305.226", + "max": "355.757", + "min": "302.364", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "130.365", + "max": "131.226", + "min": "129.965", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "95.929", + "max": "136.618", + "min": "68.21", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "145.241", + "max": "213.058", + "min": "128.901", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "66.034", + "max": "70.097", + "min": "65.523", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "254.475", + "max": "309.064", + "min": "247.809", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "177.779", + "max": "238.204", + "min": "171.08", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "80.524", + "max": "122.716", + "min": "61.426", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "104.733", + "max": "152.329", + "min": "100.704", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "201.661", + "max": "204.985", + "min": "199.841", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "155.741", + "max": "204.508", + "min": "151.867", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "288.501", + "max": "347.603", + "min": "285.692", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "143.677", + "max": "166.18", + "min": "141.571", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "91.256", + "max": "95.747", + "min": "90.804", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "64.027", + "max": "107.898", + "min": "61.205", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "96.249", + "max": "96.724", + "min": "95.958", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "140.977", + "max": "199.568", + "min": "135.238", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "161.741", + "max": "210.156", + "min": "142.452", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "95.044", + "max": "118.298", + "min": "92.538", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "233.719", + "max": "290.045", + "min": "224.193", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "138.305", + "max": "196.615", + "min": "132.728", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "113.372", + "max": "129.878", + "min": "110.893", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "163.33", + "max": "178.393", + "min": "162.073", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "75.174", + "max": "86.961", + "min": "73.88", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "230.279", + "max": "261.899", + "min": "226.43", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "221.532", + "max": "221.532", + "min": "221.532", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "69.226", + "max": "128.795", + "min": "63.579", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "93.557", + "max": "128.766", + "min": "61.495", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "164.332", + "max": "224.916", + "min": "159.71", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "80.568", + "max": "148.376", + "min": "68.646", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "87.347", + "max": "93.113", + "min": "86.826", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "155.744", + "max": "213.749", + "min": "150.338", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "128.948", + "max": "131.473", + "min": "128.365", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "150.197", + "max": "150.572", + "min": "149.83", + "id": "63", + "country": "Morocco", + "source_name": "Fez", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "66": { + "name": "Istanbul", + "data": { + "0": { + "avg": "276.649", + "max": "277.203", + "min": "276.427", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "274.469", + "max": "274.925", + "min": "274.221", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "134.407", + "max": "135.292", + "min": "134.256", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "39.282", + "max": "42.007", + "min": "38.845", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "47.97", + "max": "49.245", + "min": "47.769", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "273.178", + "max": "273.423", + "min": "273.056", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "43.901", + "max": "44.14", + "min": "43.776", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "311.216", + "max": "319.651", + "min": "310.193", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "77.362", + "max": "77.456", + "min": "77.243", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "63.815", + "max": "64.668", + "min": "63.583", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "44.6", + "max": "45.146", + "min": "44.4", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "159.85", + "max": "179.581", + "min": "155.178", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "118.357", + "max": "118.469", + "min": "118.228", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "141.433", + "max": "143.523", + "min": "141.198", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "151.369", + "max": "152.002", + "min": "151.219", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "126.038", + "max": "126.277", + "min": "125.199", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "68.128", + "max": "68.484", + "min": "67.918", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "135.914", + "max": "136.018", + "min": "135.786", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "62.903", + "max": "63.111", + "min": "62.745", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "48.431", + "max": "48.502", + "min": "48.364", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "306.67", + "max": "317.522", + "min": "306.195", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "138.598", + "max": "138.696", + "min": "138.488", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "185.666", + "max": "185.76", + "min": "185.59", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "190.178", + "max": "192.469", + "min": "189.923", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "56.056", + "max": "56.568", + "min": "55.756", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "59.468", + "max": "59.536", + "min": "59.409", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "49.082", + "max": "49.971", + "min": "48.927", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "39.791", + "max": "39.987", + "min": "39.687", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "35.376", + "max": "35.529", + "min": "35.296", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "182.826", + "max": "183.218", + "min": "182.64", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "275.925", + "max": "276.022", + "min": "275.821", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "45.839", + "max": "47.614", + "min": "45.677", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "183.494", + "max": "184.015", + "min": "183.373", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "64.497", + "max": "65.246", + "min": "64.328", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "41.667", + "max": "43.192", + "min": "41.462", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "206.61", + "max": "208.6", + "min": "206.277", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "183.722", + "max": "183.775", + "min": "183.591", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "177.832", + "max": "177.912", + "min": "177.754", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "154.363", + "max": "154.542", + "min": "154.235", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "128.494", + "max": "130.032", + "min": "128.094", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "188.782", + "max": "194.414", + "min": "188.031", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "55.666", + "max": "58.753", + "min": "55.012", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "80.849", + "max": "81.033", + "min": "80.662", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "60.571", + "max": "68.338", + "min": "60.043", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "252.07", + "max": "252.167", + "min": "251.949", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "54.929", + "max": "55.56", + "min": "54.459", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "65.401", + "max": "65.693", + "min": "65.246", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "206.755", + "max": "216.006", + "min": "206.268", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "260.103", + "max": "261.418", + "min": "258.495", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "164.824", + "max": "164.913", + "min": "164.73", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "129.643", + "max": "129.75", + "min": "129.539", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "187.868", + "max": "191.096", + "min": "187.444", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "58.323", + "max": "149.267", + "min": "49.663", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "157.253", + "max": "159.53", + "min": "152.761", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "186.372", + "max": "193.4", + "min": "183.325", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "387.997", + "max": "388.926", + "min": "387.815", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "77.008", + "max": "80.187", + "min": "76.503", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "338.943", + "max": "339.002", + "min": "338.81", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "69.244", + "max": "70.751", + "min": "68.86", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "50.22", + "max": "50.383", + "min": "50.117", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "94.44", + "max": "211.488", + "min": "89.71", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "102.854", + "max": "147.82", + "min": "100.694", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "225.339", + "max": "233.586", + "min": "224.62", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "306.255", + "max": "307.329", + "min": "306.05", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "0.053", + "max": "0.199", + "min": "0.015", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "45.27", + "max": "46.073", + "min": "45.097", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "121.278", + "max": "121.449", + "min": "121.117", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "41.019", + "max": "41.412", + "min": "40.646", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "247.896", + "max": "249.307", + "min": "247.328", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "172.728", + "max": "173.506", + "min": "172.599", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "344.498", + "max": "346.457", + "min": "344.197", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "184.2", + "max": "184.512", + "min": "183.937", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "207.357", + "max": "207.822", + "min": "206.944", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "142.293", + "max": "142.83", + "min": "142.198", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "87.364", + "max": "88.462", + "min": "87.132", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "55.192", + "max": "55.449", + "min": "55.059", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "138.069", + "max": "138.201", + "min": "137.849", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "199.364", + "max": "199.665", + "min": "199.165", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "139.177", + "max": "141.349", + "min": "138.434", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "142.077", + "max": "142.934", + "min": "141.945", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "177.307", + "max": "179.706", + "min": "177.115", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "122.683", + "max": "123.037", + "min": "122.439", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "289.119", + "max": "299.531", + "min": "287.606", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "181.867", + "max": "182.077", + "min": "181.725", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "181.84", + "max": "184.114", + "min": "175.623", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "110.252", + "max": "111.123", + "min": "109.889", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "56.417", + "max": "57.472", + "min": "56.171", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "153.608", + "max": "153.722", + "min": "153.449", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "142.913", + "max": "143.309", + "min": "142.737", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "52.2", + "max": "54.661", + "min": "51.921", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "145.526", + "max": "147.639", + "min": "144.481", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "181.262", + "max": "181.792", + "min": "180.756", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "63.393", + "max": "63.451", + "min": "63.3", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "330.614", + "max": "335.408", + "min": "330.221", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "131.201", + "max": "132.636", + "min": "130.942", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "154.043", + "max": "154.267", + "min": "153.926", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "197.97", + "max": "198.25", + "min": "197.712", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "183.123", + "max": "208.337", + "min": "181.493", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "194.41", + "max": "194.498", + "min": "194.343", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "139.874", + "max": "141.523", + "min": "139.585", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "148.253", + "max": "148.471", + "min": "148.15", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.047", + "max": "182.196", + "min": "181.944", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "56.003", + "max": "56.734", + "min": "55.818", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "340.77", + "max": "348.177", + "min": "339.89", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "141.477", + "max": "142.034", + "min": "141.296", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "381.432", + "max": "386.564", + "min": "352.436", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "211.107", + "max": "212.985", + "min": "210.92", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "120.491", + "max": "120.617", + "min": "120.333", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "147.425", + "max": "147.603", + "min": "147.27", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "184.109", + "max": "184.64", + "min": "183.953", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "271.987", + "max": "273.329", + "min": "271.748", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "303.38", + "max": "303.999", + "min": "302.983", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "118.973", + "max": "119.07", + "min": "118.881", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "174.887", + "max": "176.287", + "min": "170.85", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "400.327", + "max": "507.097", + "min": "230.289", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "144.892", + "max": "254.108", + "min": "62.818", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "206.997", + "max": "213.896", + "min": "206.461", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "266.835", + "max": "267.919", + "min": "266.615", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "161.334", + "max": "161.493", + "min": "161.208", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "146.934", + "max": "148.937", + "min": "146.641", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "154.573", + "max": "154.751", + "min": "154.396", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "235.617", + "max": "387.117", + "min": "150.003", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "229.329", + "max": "230.654", + "min": "228.177", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "72.85", + "max": "314.092", + "min": "63.726", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "70.543", + "max": "70.616", + "min": "70.427", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "60.109", + "max": "63.928", + "min": "59.357", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "120.176", + "max": "120.398", + "min": "120.055", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "196.015", + "max": "196.471", + "min": "195.865", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "154.777", + "max": "157.373", + "min": "154.412", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "215.466", + "max": "217.035", + "min": "215.273", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "142.902", + "max": "143.189", + "min": "142.761", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "141.758", + "max": "141.959", + "min": "141.584", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "139.229", + "max": "139.382", + "min": "139.071", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "320.629", + "max": "321.949", + "min": "319.954", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "165.955", + "max": "166.149", + "min": "165.855", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "119.666", + "max": "120.441", + "min": "119.505", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "172.579", + "max": "177.6", + "min": "171.702", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "168.017", + "max": "168.082", + "min": "167.941", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "147.697", + "max": "147.924", + "min": "147.516", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "120.675", + "max": "120.821", + "min": "120.544", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "37.3", + "max": "37.467", + "min": "37.184", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "215.858", + "max": "216.828", + "min": "215.545", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "74.377", + "max": "75.137", + "min": "74.239", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "37.431", + "max": "37.51", + "min": "37.295", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "220.251", + "max": "227.393", + "min": "219.738", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "42.675", + "max": "43.527", + "min": "42.531", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "34.493", + "max": "36.694", + "min": "34.283", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "175.211", + "max": "175.904", + "min": "175.009", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "46.789", + "max": "47.164", + "min": "46.699", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "48.792", + "max": "48.852", + "min": "48.707", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "39.431", + "max": "47.716", + "min": "38.278", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "295.948", + "max": "296.743", + "min": "295.613", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "68.158", + "max": "69.58", + "min": "67.982", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "45.657", + "max": "67.49", + "min": "44.739", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "133.46", + "max": "133.989", + "min": "133.094", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "195.717", + "max": "196.152", + "min": "195.545", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "71.154", + "max": "73.097", + "min": "70.831", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "274.504", + "max": "321.455", + "min": "268.145", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "195.162", + "max": "195.965", + "min": "195.022", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "289.199", + "max": "384.535", + "min": "282.422", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "161.243", + "max": "161.371", + "min": "161.137", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "249.082", + "max": "249.242", + "min": "249.006", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "60.959", + "max": "61.236", + "min": "60.882", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "118.052", + "max": "119.398", + "min": "117.891", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "150.662", + "max": "150.859", + "min": "150.556", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "211.268", + "max": "211.35", + "min": "211.141", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "121.795", + "max": "123.297", + "min": "121.584", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "184.714", + "max": "184.997", + "min": "184.574", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "345.988", + "max": "354.685", + "min": "322.853", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "124.958", + "max": "125.121", + "min": "124.818", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "148.765", + "max": "148.82", + "min": "148.679", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "55.385", + "max": "56.769", + "min": "55.162", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "302.073", + "max": "303.137", + "min": "301.858", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "55.332", + "max": "56.968", + "min": "55.14", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "55.181", + "max": "63.407", + "min": "54.668", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "61.359", + "max": "61.561", + "min": "61.248", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "45.055", + "max": "45.139", + "min": "44.935", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "52.287", + "max": "52.979", + "min": "52.052", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "94.459", + "max": "95.404", + "min": "94.291", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "62.192", + "max": "62.28", + "min": "62.089", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "95.226", + "max": "100.556", + "min": "94.662", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "37.949", + "max": "38.265", + "min": "37.777", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "46.175", + "max": "47.162", + "min": "45.958", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "51.809", + "max": "53.457", + "min": "51.613", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "48.109", + "max": "48.203", + "min": "47.936", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "45.869", + "max": "46.919", + "min": "45.703", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "9.039", + "max": "9.179", + "min": "8.943", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "56.799", + "max": "78.375", + "min": "54.471", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "69.119", + "max": "120.736", + "min": "44.459", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "67.417", + "max": "67.679", + "min": "67.3", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "11.95", + "max": "88.789", + "min": "8.132", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "65.602", + "max": "72.931", + "min": "65.195", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "69.53", + "max": "70.161", + "min": "69.049", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "47.707", + "max": "48.795", + "min": "47.333", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "305.119", + "max": "332.492", + "min": "304.048", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "47.084", + "max": "47.202", + "min": "46.984", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "63.875", + "max": "63.99", + "min": "63.739", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "49.573", + "max": "49.723", + "min": "49.485", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "212.325", + "max": "219.004", + "min": "210.34", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "49.811", + "max": "49.918", + "min": "49.686", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "45.717", + "max": "47.158", + "min": "45.598", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "58.562", + "max": "60.221", + "min": "58.29", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "47.537", + "max": "48.432", + "min": "46.776", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "330.143", + "max": "330.982", + "min": "329.951", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "123.787", + "max": "130.302", + "min": "123.008", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "252.659", + "max": "256.315", + "min": "247.9", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "181.267", + "max": "181.378", + "min": "181.138", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "45.207", + "max": "45.413", + "min": "45.01", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "178.198", + "max": "179.652", + "min": "177.973", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "189.28", + "max": "189.896", + "min": "188.807", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "70.621", + "max": "70.867", + "min": "70.49", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "10.948", + "max": "13.467", + "min": "10.675", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "53.554", + "max": "69.909", + "min": "50.991", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "45.689", + "max": "46.848", + "min": "45.43", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "143.143", + "max": "143.894", + "min": "143.051", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "151.555", + "max": "151.626", + "min": "151.454", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "312.187", + "max": "312.551", + "min": "311.963", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "125.455", + "max": "125.953", + "min": "125.116", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "49.336", + "max": "49.538", + "min": "49.206", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "122.116", + "max": "122.183", + "min": "122.026", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "52.216", + "max": "52.363", + "min": "52.089", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "241.688", + "max": "242.649", + "min": "241.241", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "158.427", + "max": "162.965", + "min": "156.068", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "61.002", + "max": "61.498", + "min": "60.879", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "67.257", + "max": "68.304", + "min": "66.488", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "195.493", + "max": "201.832", + "min": "194.163", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "142.28", + "max": "142.924", + "min": "141.914", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "276.199", + "max": "276.857", + "min": "276.058", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "76.919", + "max": "77.983", + "min": "76.608", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "72.469", + "max": "72.566", + "min": "72.392", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "47.612", + "max": "47.692", + "min": "47.517", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "61.956", + "max": "63.755", + "min": "60.864", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "128.055", + "max": "130.462", + "min": "127.675", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "127.655", + "max": "127.886", + "min": "127.463", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "98.929", + "max": "101.831", + "min": "97.64", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "203.892", + "max": "205.357", + "min": "203.124", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "128.759", + "max": "130.332", + "min": "127.622", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "87.673", + "max": "89.032", + "min": "87.413", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "142.923", + "max": "143.032", + "min": "142.792", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "62.984", + "max": "67.356", + "min": "62.346", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "207.623", + "max": "212.566", + "min": "196.862", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "224.156", + "max": "224.156", + "min": "224.156", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "51.263", + "max": "51.351", + "min": "51.168", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "39.959", + "max": "40.104", + "min": "39.833", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "144.624", + "max": "146.826", + "min": "144.32", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "66.246", + "max": "74.913", + "min": "57.918", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "40.505", + "max": "40.975", + "min": "40.177", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "203.661", + "max": "206.554", + "min": "202.748", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "45.088", + "max": "47.426", + "min": "44.731", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "149.697", + "max": "150.012", + "min": "149.562", + "id": "66", + "country": "Turkey", + "source_name": "Istanbul", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "87": { + "name": "Tel Aviv", + "data": { + "0": { + "avg": "270.473", + "max": "271.588", + "min": "270.099", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "287.935", + "max": "288.853", + "min": "287.352", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "157.834", + "max": "158.94", + "min": "157.606", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "84.299", + "max": "91.831", + "min": "83.287", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "68.563", + "max": "70.361", + "min": "68.193", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "289.424", + "max": "290.453", + "min": "289.094", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "62.281", + "max": "63.589", + "min": "61.946", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "323.73", + "max": "332.943", + "min": "322.314", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "97.368", + "max": "98.694", + "min": "96.995", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "85.34", + "max": "86.428", + "min": "84.861", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "63.954", + "max": "64.986", + "min": "63.592", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "175.251", + "max": "176.246", + "min": "174.679", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "125.638", + "max": "126.201", + "min": "125.299", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "141.806", + "max": "149.209", + "min": "141.069", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "158.07", + "max": "159.092", + "min": "157.801", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "148.914", + "max": "149.785", + "min": "148.058", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "86.466", + "max": "87.722", + "min": "85.976", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "142.503", + "max": "144.468", + "min": "142.303", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "80.25", + "max": "81.268", + "min": "79.924", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "80.779", + "max": "81.281", + "min": "80.571", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "326.605", + "max": "327.493", + "min": "326.172", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "147.823", + "max": "148.614", + "min": "147.525", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "196.707", + "max": "197.737", + "min": "196.21", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "202.909", + "max": "203.97", + "min": "202.45", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "93.047", + "max": "94.093", + "min": "92.549", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "75.556", + "max": "76.887", + "min": "75.216", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "71.699", + "max": "73.131", + "min": "71.253", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "93.477", + "max": "94.303", + "min": "93.119", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "75.86", + "max": "77.545", + "min": "75.538", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "187.854", + "max": "188.664", + "min": "187.555", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "195.843", + "max": "196.217", + "min": "195.652", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "82.473", + "max": "83.347", + "min": "82.136", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "188.817", + "max": "189.697", + "min": "188.381", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "98.64", + "max": "99.257", + "min": "98.317", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "77.193", + "max": "78.608", + "min": "76.477", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "230.565", + "max": "234.921", + "min": "229.911", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "193.516", + "max": "194.599", + "min": "193.209", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "177.938", + "max": "178.507", + "min": "177.722", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "176.38", + "max": "177.98", + "min": "176.037", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "140.958", + "max": "143.501", + "min": "140.222", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "204.633", + "max": "210.258", + "min": "203.716", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "72.234", + "max": "78.636", + "min": "71.174", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "109.131", + "max": "109.92", + "min": "108.885", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "84.874", + "max": "85.872", + "min": "84.506", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.822", + "max": "212.506", + "min": "211.553", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "85.439", + "max": "86.461", + "min": "84.82", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "86.069", + "max": "87.275", + "min": "85.619", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "219.213", + "max": "220.199", + "min": "218.81", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "296.629", + "max": "297.612", + "min": "296.338", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "182.814", + "max": "183.984", + "min": "182.558", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "142.297", + "max": "143.199", + "min": "141.869", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "203.928", + "max": "205.067", + "min": "203.394", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "130.1", + "max": "143.985", + "min": "117.139", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "180.566", + "max": "181.533", + "min": "180.203", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "199.768", + "max": "214.668", + "min": "195.191", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "224.823", + "max": "225.803", + "min": "224.197", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "85.63", + "max": "87.997", + "min": "84.545", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "361.408", + "max": "362.568", + "min": "360.91", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "112.953", + "max": "115.927", + "min": "112.189", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "62.047", + "max": "62.899", + "min": "61.744", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "112.258", + "max": "113.429", + "min": "111.666", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "112.548", + "max": "130.002", + "min": "111.47", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "202.542", + "max": "276.655", + "min": "191.624", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "342.298", + "max": "342.904", + "min": "342.066", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "94.525", + "max": "95.205", + "min": "94.215", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "87.05", + "max": "90.928", + "min": "86.625", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "162.443", + "max": "163.876", + "min": "162.084", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "105.922", + "max": "123.687", + "min": "104.147", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "274.823", + "max": "276.832", + "min": "274.028", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "179.359", + "max": "180.645", + "min": "178.989", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "247.311", + "max": "249.99", + "min": "246.923", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "196.483", + "max": "197.267", + "min": "195.899", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "200.356", + "max": "202.197", + "min": "200.038", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "157.836", + "max": "158.899", + "min": "157.48", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "105.163", + "max": "107.043", + "min": "104.771", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "64.733", + "max": "65.735", + "min": "64.389", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "149.352", + "max": "150.037", + "min": "149.028", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "187.66", + "max": "188.595", + "min": "187.132", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "150.917", + "max": "163.932", + "min": "150.129", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "151.888", + "max": "152.688", + "min": "151.624", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "191.156", + "max": "192.988", + "min": "190.792", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "133.393", + "max": "134.136", + "min": "133.134", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "333.416", + "max": "351.537", + "min": "284.649", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "201.775", + "max": "202.83", + "min": "201.32", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "175.277", + "max": "176.336", + "min": "174.822", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "0.083", + "max": "0.333", + "min": "0.02", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "72.257", + "max": "73.269", + "min": "71.847", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "155.099", + "max": "156.137", + "min": "154.754", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "153.563", + "max": "154.655", + "min": "153.021", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "62.327", + "max": "63.283", + "min": "61.973", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "159.396", + "max": "162.668", + "min": "158.451", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "211.536", + "max": "213.71", + "min": "211.173", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "88.95", + "max": "89.902", + "min": "88.669", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "285.652", + "max": "286.959", + "min": "285.219", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "146.669", + "max": "149.198", + "min": "146.164", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "155.096", + "max": "155.969", + "min": "154.774", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "207.947", + "max": "208.942", + "min": "207.551", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "200.807", + "max": "224.598", + "min": "198.958", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "203.38", + "max": "204.312", + "min": "203.039", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "153.679", + "max": "155.719", + "min": "152.92", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "178.791", + "max": "179.396", + "min": "178.432", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "207.774", + "max": "208.355", + "min": "207.484", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "104.08", + "max": "105.515", + "min": "103.735", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "457.901", + "max": "462.545", + "min": "456.764", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "157.468", + "max": "158.345", + "min": "157.113", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "431.216", + "max": "469.841", + "min": "420.992", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "217.1", + "max": "219.732", + "min": "216.439", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "137.67", + "max": "138.734", + "min": "137.27", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "149.368", + "max": "150.486", + "min": "149.169", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "205.969", + "max": "207.3", + "min": "205.603", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "300.169", + "max": "301.011", + "min": "299.677", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "320.58", + "max": "321.81", + "min": "320.025", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "129.373", + "max": "130.322", + "min": "129.041", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "196.83", + "max": "198.65", + "min": "196.441", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "417.594", + "max": "548.265", + "min": "248.072", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "179.691", + "max": "292.97", + "min": "103.404", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "215.963", + "max": "230.102", + "min": "215.014", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "276.887", + "max": "278.13", + "min": "276.478", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "172.454", + "max": "173.272", + "min": "172.074", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "158.356", + "max": "159.043", + "min": "157.931", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "162.745", + "max": "164.227", + "min": "162.427", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "228.553", + "max": "389.651", + "min": "157.796", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "241.3", + "max": "242.751", + "min": "240.935", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "104.522", + "max": "301.346", + "min": "96.932", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "95.748", + "max": "96.937", + "min": "95.35", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "84.235", + "max": "85.718", + "min": "83.625", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "141.305", + "max": "142.598", + "min": "140.964", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "224.623", + "max": "225.647", + "min": "224.357", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "168.074", + "max": "171.189", + "min": "167.635", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "220.736", + "max": "221.775", + "min": "220.319", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "172.083", + "max": "173.336", + "min": "171.717", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "149.665", + "max": "150.707", + "min": "149.32", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "150.069", + "max": "151.668", + "min": "149.666", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "343.167", + "max": "345.598", + "min": "342.294", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "180.859", + "max": "182.212", + "min": "180.472", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "137.278", + "max": "138.604", + "min": "136.835", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "176.702", + "max": "190.035", + "min": "175.451", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "167.985", + "max": "169.106", + "min": "167.582", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "160.727", + "max": "162.092", + "min": "160.428", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "134.378", + "max": "135.361", + "min": "134.024", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "84.96", + "max": "86.887", + "min": "84.56", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "338.774", + "max": "341.651", + "min": "337.918", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "91.247", + "max": "92.263", + "min": "90.91", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "87.598", + "max": "88.255", + "min": "87.256", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "232.758", + "max": "237.491", + "min": "232.147", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "66.576", + "max": "67.781", + "min": "66.261", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "93.736", + "max": "99.946", + "min": "93.096", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "196.664", + "max": "197.298", + "min": "196.411", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "65.336", + "max": "74.8", + "min": "64.662", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "64.696", + "max": "65.857", + "min": "64.369", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "63.4", + "max": "83.573", + "min": "60.661", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "302.139", + "max": "303.522", + "min": "301.717", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "97.953", + "max": "99.6", + "min": "97.468", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "67.304", + "max": "80.528", + "min": "65.598", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "137.157", + "max": "138.351", + "min": "136.9", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "206.95", + "max": "249.352", + "min": "204.887", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "88.127", + "max": "89.317", + "min": "87.827", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "308.957", + "max": "356.182", + "min": "299.701", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "175.732", + "max": "176.748", + "min": "175.327", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "297.463", + "max": "382.159", + "min": "288.786", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "173.505", + "max": "175.263", + "min": "173.002", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "257.48", + "max": "258.679", + "min": "257.079", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "90.996", + "max": "91.41", + "min": "90.691", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "129.522", + "max": "130.781", + "min": "129.115", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "151.307", + "max": "152.603", + "min": "150.957", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "218.54", + "max": "219.817", + "min": "218.241", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "148.529", + "max": "149.52", + "min": "148.21", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "208.087", + "max": "209.334", + "min": "207.722", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "285.402", + "max": "293.206", + "min": "268.439", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "138.945", + "max": "140.39", + "min": "138.509", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "157.048", + "max": "158.017", + "min": "156.75", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "82.38", + "max": "84.015", + "min": "81.859", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "205.837", + "max": "207.195", + "min": "205.497", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "68.123", + "max": "70.189", + "min": "67.641", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "68.23", + "max": "69.02", + "min": "67.806", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "90.309", + "max": "102.328", + "min": "89.577", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "52.475", + "max": "53.085", + "min": "52.21", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "67.426", + "max": "68.726", + "min": "66.981", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "112.107", + "max": "113.243", + "min": "111.701", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "88.026", + "max": "89.504", + "min": "87.66", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "123.214", + "max": "124.184", + "min": "122.898", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "63.34", + "max": "65.687", + "min": "62.79", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "60.67", + "max": "62.58", + "min": "60.247", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "64.965", + "max": "65.955", + "min": "64.674", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "61.592", + "max": "62.953", + "min": "61.17", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "78.968", + "max": "80.651", + "min": "78.595", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "102.741", + "max": "103.67", + "min": "102.361", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "83.471", + "max": "87.141", + "min": "82.592", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "96.318", + "max": "147.259", + "min": "71.022", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "57.77", + "max": "59.214", + "min": "57.494", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "109.65", + "max": "110.522", + "min": "109.3", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "88.22", + "max": "89.201", + "min": "87.832", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "94.906", + "max": "95.841", + "min": "94.365", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "70.561", + "max": "71.621", + "min": "70.149", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "243.023", + "max": "248.864", + "min": "242.485", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "76.85", + "max": "77.918", + "min": "76.543", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "98.168", + "max": "99.426", + "min": "97.688", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "86.391", + "max": "87.115", + "min": "86.123", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "231.905", + "max": "237.964", + "min": "230.349", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "109.175", + "max": "110.037", + "min": "108.98", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "62.307", + "max": "64.065", + "min": "61.718", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "65.803", + "max": "67.137", + "min": "65.394", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "63.724", + "max": "65.755", + "min": "62.993", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "342.479", + "max": "349.754", + "min": "341.653", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "149.17", + "max": "157.064", + "min": "147.843", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "267.158", + "max": "270.876", + "min": "258.83", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "189.034", + "max": "189.776", + "min": "188.652", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "69.068", + "max": "70.274", + "min": "68.715", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "202.084", + "max": "203.755", + "min": "201.633", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "209.497", + "max": "210.583", + "min": "209.026", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "92.261", + "max": "93.134", + "min": "91.915", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "75.202", + "max": "76.168", + "min": "74.852", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "61.793", + "max": "63.096", + "min": "61.179", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "67.769", + "max": "69.375", + "min": "67.138", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "162.484", + "max": "163.671", + "min": "162.171", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "170.106", + "max": "171.073", + "min": "169.779", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "294.862", + "max": "296.199", + "min": "294.415", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "201.685", + "max": "202.555", + "min": "201.393", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "86.169", + "max": "87.249", + "min": "85.8", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "134.968", + "max": "136.09", + "min": "134.725", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "76.155", + "max": "76.925", + "min": "75.95", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "255.987", + "max": "257.262", + "min": "255.528", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "173.69", + "max": "178.151", + "min": "170.729", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "76.416", + "max": "77.493", + "min": "76.127", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "63.393", + "max": "87.691", + "min": "61.847", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "219.305", + "max": "228.806", + "min": "217.352", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "159.934", + "max": "161.395", + "min": "159.287", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "275.427", + "max": "276.322", + "min": "275.048", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "145.247", + "max": "146.095", + "min": "144.831", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "96.231", + "max": "97.662", + "min": "95.912", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "71.661", + "max": "72.002", + "min": "71.498", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "68.015", + "max": "68.843", + "min": "67.75", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "151.76", + "max": "152.575", + "min": "151.302", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "137.508", + "max": "138.843", + "min": "137.067", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "101.507", + "max": "110.934", + "min": "99.658", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "221.849", + "max": "223.737", + "min": "221.28", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "156.162", + "max": "157.986", + "min": "155.029", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "3.956", + "max": "5.144", + "min": "3.579", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "161.894", + "max": "162.85", + "min": "161.503", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "80.736", + "max": "86.017", + "min": "79.97", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "224.484", + "max": "227.894", + "min": "216.637", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "237.258", + "max": "237.258", + "min": "237.258", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "61.258", + "max": "61.746", + "min": "61.064", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "74.691", + "max": "75.363", + "min": "74.427", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "158.548", + "max": "159.724", + "min": "158.116", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "77.555", + "max": "89.269", + "min": "71.073", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "77.601", + "max": "78.824", + "min": "77.165", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "195.252", + "max": "196.524", + "min": "194.74", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "136.035", + "max": "137.699", + "min": "135.574", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "169.726", + "max": "170.752", + "min": "169.443", + "id": "87", + "country": "Israel", + "source_name": "Tel Aviv", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "116": { + "name": "Riyadh", + "data": { + "0": { + "avg": "372.127", + "max": "704.276", + "min": "278.521", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "270.27", + "max": "271.857", + "min": "269.911", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "846.945", + "max": "1301.35", + "min": "524.112", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "489.845", + "max": "693.25", + "min": "365.781", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "112.084", + "max": "201.32", + "min": "90.164", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "570.024", + "max": "802.473", + "min": "357.927", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "118.845", + "max": "270.664", + "min": "94.026", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "826.206", + "max": "1488.12", + "min": "587.174", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "232.934", + "max": "560.801", + "min": "134.17", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "115.634", + "max": "118.422", + "min": "115.213", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "221.332", + "max": "333.447", + "min": "105.556", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "409.903", + "max": "775.487", + "min": "186.901", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "469.966", + "max": "826.035", + "min": "314.542", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "291.515", + "max": "529.973", + "min": "168.45", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "195.274", + "max": "195.666", + "min": "195.14", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "572.168", + "max": "891.975", + "min": "307.356", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "217.931", + "max": "324.369", + "min": "125.087", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "637.425", + "max": "803.525", + "min": "491.902", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "417.99", + "max": "546.256", + "min": "308.765", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "414.445", + "max": "842.175", + "min": "126.236", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "382.659", + "max": "645.145", + "min": "282.953", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "859.541", + "max": "1094.87", + "min": "582.531", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "232.352", + "max": "233.313", + "min": "232.082", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "211.568", + "max": "212.176", + "min": "211.382", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "126.758", + "max": "127.591", + "min": "126.51", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "246.045", + "max": "394.806", + "min": "122.422", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "90.524", + "max": "91.123", + "min": "90.343", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "332.56", + "max": "936.065", + "min": "164.157", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "319.421", + "max": "460.469", + "min": "200.428", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "567.86", + "max": "758.792", + "min": "406.326", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "401.881", + "max": "587.176", + "min": "381.919", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "531.56", + "max": "857.603", + "min": "243.272", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "226.711", + "max": "251.278", + "min": "225.557", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "194.488", + "max": "354.302", + "min": "130.174", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "621.774", + "max": "849.691", + "min": "415.538", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "220.433", + "max": "221.913", + "min": "220.153", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "440.9", + "max": "646.969", + "min": "314.749", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "395.965", + "max": "759.982", + "min": "212.643", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "198.188", + "max": "198.443", + "min": "197.995", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "408.234", + "max": "668.705", + "min": "268.067", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "546.957", + "max": "842.745", + "min": "322.378", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "623.46", + "max": "746.409", + "min": "423.222", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "348.93", + "max": "972.672", + "min": "152.562", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "126.96", + "max": "329.501", + "min": "101.719", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "529.719", + "max": "737.937", + "min": "367.153", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "327.814", + "max": "601.513", + "min": "185.16", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "380.788", + "max": "498.996", + "min": "231.854", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "240.983", + "max": "241.96", + "min": "240.695", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "446.49", + "max": "846.828", + "min": "308.578", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "200.002", + "max": "200.167", + "min": "199.87", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "199.049", + "max": "200.144", + "min": "198.851", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "394.43", + "max": "754.429", + "min": "240.914", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "173.662", + "max": "322.825", + "min": "138.588", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "308.594", + "max": "490.755", + "min": "193.945", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "142.208", + "max": "155.903", + "min": "138.051", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "492.277", + "max": "1061.54", + "min": "267.589", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "510.359", + "max": "775.04", + "min": "271.462", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "1270.9", + "max": "2107.5", + "min": "762.352", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "250.03", + "max": "319.291", + "min": "159.979", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "222.033", + "max": "399.163", + "min": "96.094", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "352.539", + "max": "549.863", + "min": "216.272", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "429.556", + "max": "533.515", + "min": "270.508", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "383.684", + "max": "585.729", + "min": "234.778", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "325.735", + "max": "584.438", + "min": "205.195", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "121.932", + "max": "122.076", + "min": "121.831", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "284.725", + "max": "512.297", + "min": "169.778", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "207.049", + "max": "418.487", + "min": "166.771", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "294.367", + "max": "499.806", + "min": "117.189", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "299.806", + "max": "301.62", + "min": "299.064", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "515.807", + "max": "691.689", + "min": "278.324", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "257.665", + "max": "258.818", + "min": "257.41", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "218.669", + "max": "219.168", + "min": "218.374", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "232.396", + "max": "232.637", + "min": "232.161", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "463.153", + "max": "1141.56", + "min": "190.232", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "434.127", + "max": "635.825", + "min": "137.071", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "105.475", + "max": "105.811", + "min": "105.282", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "668.578", + "max": "882.32", + "min": "427.483", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "255.446", + "max": "259.361", + "min": "255.169", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "284.827", + "max": "379.802", + "min": "191.607", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "296.533", + "max": "491.176", + "min": "182.567", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "523.222", + "max": "817.094", + "min": "325.354", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "460.744", + "max": "759.12", + "min": "238.739", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "222.904", + "max": "460.905", + "min": "178.439", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "700.024", + "max": "828.837", + "min": "560.55", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "202.23", + "max": "202.478", + "min": "202.1", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "232.91", + "max": "488.303", + "min": "140.87", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "411.659", + "max": "609.829", + "min": "211.15", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "567.956", + "max": "703.091", + "min": "372.678", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "183.997", + "max": "185.054", + "min": "183.769", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "200.774", + "max": "541.304", + "min": "94.601", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "185.862", + "max": "187.431", + "min": "185.055", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "259.267", + "max": "698.777", + "min": "235.73", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "332.265", + "max": "625.502", + "min": "113.725", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "317.688", + "max": "318.866", + "min": "317.459", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "380.813", + "max": "670.183", + "min": "183.9", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "219.808", + "max": "423.044", + "min": "205.671", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "444.752", + "max": "731.573", + "min": "300.377", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "429.577", + "max": "821.822", + "min": "271.614", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "235.928", + "max": "236.164", + "min": "235.79", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "194.455", + "max": "281.378", + "min": "185.436", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "417.509", + "max": "616.373", + "min": "257.721", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "555.469", + "max": "742.922", + "min": "378.025", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "788.236", + "max": "1076.34", + "min": "596.963", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "405.644", + "max": "540.978", + "min": "387.942", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "181.781", + "max": "182.882", + "min": "181.448", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "351.475", + "max": "398.915", + "min": "329.388", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "460.114", + "max": "643.503", + "min": "362.714", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "188.706", + "max": "188.907", + "min": "188.501", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "351.52", + "max": "542.586", + "min": "180.491", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "744.516", + "max": "1019.84", + "min": "527.372", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "298.886", + "max": "299.124", + "min": "298.692", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "300.549", + "max": "325.739", + "min": "287.046", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "154.226", + "max": "154.453", + "min": "154.028", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "340.294", + "max": "473.602", + "min": "224.439", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "0.044", + "max": "0.079", + "min": "0.025", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "573.354", + "max": "901.964", + "min": "376.251", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "340.383", + "max": "456.827", + "min": "210.611", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "730.331", + "max": "1203.74", + "min": "509.407", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "431.048", + "max": "697.074", + "min": "240.105", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "461.613", + "max": "980.594", + "min": "200.532", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "474.983", + "max": "838.507", + "min": "213.575", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "372.366", + "max": "631.527", + "min": "173.144", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "279.681", + "max": "279.876", + "min": "279.577", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "147.773", + "max": "440.386", + "min": "121.536", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "471.111", + "max": "762.315", + "min": "371.073", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "594.825", + "max": "968.451", + "min": "442.487", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "372.735", + "max": "707.768", + "min": "159.281", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "609.26", + "max": "745.848", + "min": "422.76", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "346.33", + "max": "549.924", + "min": "191.591", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "855.963", + "max": "1632.84", + "min": "571.752", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "523.415", + "max": "715.334", + "min": "332.673", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "1012.79", + "max": "2230.19", + "min": "489.056", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "681.292", + "max": "1282.43", + "min": "487.479", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "666.455", + "max": "945.103", + "min": "362.689", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "641.299", + "max": "943.498", + "min": "445.221", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "168.757", + "max": "169.063", + "min": "168.497", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "244.633", + "max": "355.273", + "min": "222.365", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "1060.68", + "max": "1651.23", + "min": "384.235", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "406.674", + "max": "738.454", + "min": "193.064", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "198.192", + "max": "360.194", + "min": "171.829", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "105.378", + "max": "195.331", + "min": "95.78", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "247.968", + "max": "351.497", + "min": "186.818", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "122.09", + "max": "122.288", + "min": "121.926", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "1326.85", + "max": "1992.04", + "min": "636.361", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "250.532", + "max": "253.749", + "min": "250.151", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "370.537", + "max": "500.703", + "min": "280.572", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "128.795", + "max": "140.578", + "min": "128.112", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "127.921", + "max": "128.702", + "min": "127.744", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "137.769", + "max": "377.05", + "min": "90.368", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "239.002", + "max": "370.627", + "min": "117.978", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "286.762", + "max": "495.695", + "min": "143.946", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "305.6", + "max": "305.723", + "min": "305.485", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "709.727", + "max": "1043.56", + "min": "470.085", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "358.336", + "max": "489.993", + "min": "272.529", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "333.882", + "max": "697.545", + "min": "198.206", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "429.847", + "max": "555.466", + "min": "292.941", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "291.714", + "max": "494.07", + "min": "165.044", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "444.871", + "max": "734.32", + "min": "332.816", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "225.93", + "max": "226.184", + "min": "225.727", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "322.335", + "max": "404.447", + "min": "314.363", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "202.381", + "max": "202.58", + "min": "202.24", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "448.995", + "max": "637.653", + "min": "387.658", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "479.504", + "max": "837.64", + "min": "314.554", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "191.635", + "max": "191.802", + "min": "191.481", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "240.08", + "max": "529.113", + "min": "167.876", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "279.403", + "max": "470.776", + "min": "184.895", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "751.944", + "max": "1226.89", + "min": "456.348", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "455.312", + "max": "648.228", + "min": "274.033", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "257.925", + "max": "265.866", + "min": "234.203", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "496.389", + "max": "710.518", + "min": "294.234", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "304.85", + "max": "439.07", + "min": "200.88", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "97.645", + "max": "100.967", + "min": "97.238", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "138.309", + "max": "138.62", + "min": "138.13", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "355.206", + "max": "547.201", + "min": "147.053", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "104.553", + "max": "155.578", + "min": "101.757", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "148.69", + "max": "295.11", + "min": "115.28", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "348.108", + "max": "616.051", + "min": "207.81", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "428.653", + "max": "579.813", + "min": "329.403", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "391.613", + "max": "613.654", + "min": "211.517", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "454.846", + "max": "734.552", + "min": "260.066", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "199.326", + "max": "323.943", + "min": "130.69", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "455.579", + "max": "780.301", + "min": "227.258", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "432.607", + "max": "662.976", + "min": "255.746", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "316.46", + "max": "533.217", + "min": "183.835", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "152.353", + "max": "339.305", + "min": "91.222", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "426.302", + "max": "715.188", + "min": "180.903", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "172.276", + "max": "349.747", + "min": "142.08", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "399.194", + "max": "653.282", + "min": "172.506", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "341.546", + "max": "655.002", + "min": "127.636", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "282.325", + "max": "391.973", + "min": "162.307", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "452.225", + "max": "659.124", + "min": "246.018", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "274.87", + "max": "440.008", + "min": "136.827", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "502.802", + "max": "635.855", + "min": "369.981", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "303.97", + "max": "663.171", + "min": "93.824", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "368.2", + "max": "732.961", + "min": "180.871", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "593.976", + "max": "697.249", + "min": "509.475", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "203.373", + "max": "517.24", + "min": "92.365", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "397.168", + "max": "646", + "min": "256.13", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "368.369", + "max": "577.648", + "min": "246.899", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "512.874", + "max": "761.388", + "min": "289.407", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "110.878", + "max": "236.638", + "min": "84.771", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "285.646", + "max": "618.625", + "min": "104.256", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "319.618", + "max": "583.627", + "min": "93.678", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "600.645", + "max": "1014.91", + "min": "430.287", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "245.634", + "max": "325.236", + "min": "174.027", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "208.283", + "max": "508.971", + "min": "187.46", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "320.388", + "max": "555.72", + "min": "162.745", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "231.315", + "max": "395.817", + "min": "110.429", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "523.872", + "max": "949.78", + "min": "246.586", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "371.034", + "max": "502.27", + "min": "255.849", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "310.242", + "max": "553.507", + "min": "134.533", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "205.709", + "max": "733.417", + "min": "132.06", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "265.532", + "max": "481.065", + "min": "131.352", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "459.967", + "max": "589.663", + "min": "315.944", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "180.625", + "max": "180.845", + "min": "180.481", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "189.783", + "max": "190.008", + "min": "189.682", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "324.206", + "max": "324.871", + "min": "324.022", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "412.075", + "max": "611.891", + "min": "238.929", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "189.221", + "max": "317.027", + "min": "106.409", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "171.021", + "max": "171.197", + "min": "170.888", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "150.082", + "max": "310.167", + "min": "114.915", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "323.581", + "max": "451.978", + "min": "301.706", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "194.858", + "max": "198.591", + "min": "192.756", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "432.187", + "max": "738.275", + "min": "234.961", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "199.732", + "max": "466.177", + "min": "98.616", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "619.151", + "max": "788.011", + "min": "476.045", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "238.413", + "max": "374.743", + "min": "179.53", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "534.334", + "max": "740.058", + "min": "325.269", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "220.203", + "max": "409.943", + "min": "164.911", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "381.889", + "max": "803.868", + "min": "163.577", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "108.483", + "max": "259.977", + "min": "82.266", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "650.876", + "max": "1014.15", + "min": "409.307", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "721.385", + "max": "895.895", + "min": "589.576", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "385.524", + "max": "602.077", + "min": "253.429", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "289.069", + "max": "488.972", + "min": "160.538", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "456.7", + "max": "770.215", + "min": "294.482", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "460.557", + "max": "786.653", + "min": "238.886", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "307.694", + "max": "556.387", + "min": "199.338", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "589.555", + "max": "861.112", + "min": "422.859", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "506.116", + "max": "629.825", + "min": "381.838", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "1111.89", + "max": "1949.59", + "min": "756.143", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "274.014", + "max": "282.345", + "min": "265.684", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "574.706", + "max": "870.94", + "min": "398.266", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "497.864", + "max": "762.003", + "min": "331.7", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "221.082", + "max": "415.769", + "min": "194.467", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "261.986", + "max": "610.141", + "min": "103.039", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "368.458", + "max": "568.901", + "min": "227.37", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "476.16", + "max": "610.764", + "min": "342.075", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "520.244", + "max": "710.454", + "min": "384.102", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "194.786", + "max": "195.002", + "min": "194.611", + "id": "116", + "country": "Saudi Arabia", + "source_name": "Riyadh", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "133": { + "name": "Dubai", + "data": { + "0": { + "avg": "311.457", + "max": "313.721", + "min": "311.066", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "291.955", + "max": "297.694", + "min": "291.359", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "203.853", + "max": "204.443", + "min": "203.66", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "139.937", + "max": "148.858", + "min": "138.964", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "130.638", + "max": "131.79", + "min": "130.219", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "356.336", + "max": "358.962", + "min": "352.9", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "125.793", + "max": "126.905", + "min": "125.515", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "285.88", + "max": "301.065", + "min": "283.696", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "148.128", + "max": "149.368", + "min": "147.854", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "132.366", + "max": "143.661", + "min": "131.561", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "198.341", + "max": "199.726", + "min": "198.044", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "236.535", + "max": "243.697", + "min": "236.094", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "189.919", + "max": "192.849", + "min": "189.392", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "196.54", + "max": "202.66", + "min": "196.077", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "220.788", + "max": "223.148", + "min": "220.516", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "188.609", + "max": "193.02", + "min": "187.812", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "135.868", + "max": "139.22", + "min": "135.445", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "199.135", + "max": "200.361", + "min": "198.966", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "119.159", + "max": "122.48", + "min": "118.86", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "154.159", + "max": "155.751", + "min": "153.72", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "314.804", + "max": "317.393", + "min": "314.375", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "208.336", + "max": "210.052", + "min": "208.013", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "248.144", + "max": "249.872", + "min": "247.738", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "267.491", + "max": "268.295", + "min": "267.204", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "135.571", + "max": "136.665", + "min": "135.225", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "145.007", + "max": "145.541", + "min": "144.78", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "120.076", + "max": "120.621", + "min": "119.814", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "127.561", + "max": "128.689", + "min": "127.267", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "113.936", + "max": "114.657", + "min": "113.721", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "244.583", + "max": "248.302", + "min": "244.139", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "357.928", + "max": "359.898", + "min": "357.497", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "143.56", + "max": "144.965", + "min": "143.249", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "223.874", + "max": "225.319", + "min": "223.551", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "141.167", + "max": "141.932", + "min": "140.891", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "138.82", + "max": "142.435", + "min": "138.25", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "271.141", + "max": "273.585", + "min": "270.702", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "255.054", + "max": "255.221", + "min": "254.865", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "239.814", + "max": "242.905", + "min": "239.24", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "205.818", + "max": "206.983", + "min": "205.484", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "192.74", + "max": "193.114", + "min": "192.5", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "266.13", + "max": "269.809", + "min": "265.418", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "137.392", + "max": "139.684", + "min": "136.646", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "138.849", + "max": "139.403", + "min": "138.531", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "123.442", + "max": "123.848", + "min": "123.268", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "231.138", + "max": "233.188", + "min": "230.83", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "139.767", + "max": "140.791", + "min": "139.266", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "156.762", + "max": "156.994", + "min": "156.578", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "266.193", + "max": "269.615", + "min": "265.766", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "359.579", + "max": "359.996", + "min": "359.354", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "229.204", + "max": "231.947", + "min": "228.911", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "195.102", + "max": "195.368", + "min": "194.928", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "244.87", + "max": "245.82", + "min": "244.415", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "172.608", + "max": "219.232", + "min": "128.286", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "202.301", + "max": "203.207", + "min": "202.02", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "211.627", + "max": "224.211", + "min": "208.172", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "145.396", + "max": "147.266", + "min": "145.044", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "142.268", + "max": "148.318", + "min": "140.887", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "409.692", + "max": "410.495", + "min": "409.469", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "163.679", + "max": "164.902", + "min": "163.396", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "120.279", + "max": "123.553", + "min": "119.965", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "177.679", + "max": "180.877", + "min": "177.045", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "151.754", + "max": "211.382", + "min": "147.922", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "277.918", + "max": "403.772", + "min": "264.809", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "258.941", + "max": "259.863", + "min": "258.686", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "154.759", + "max": "156.264", + "min": "154.47", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "145.932", + "max": "147.103", + "min": "145.731", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "205.774", + "max": "207.65", + "min": "205.355", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "139.83", + "max": "140.795", + "min": "139.278", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "324.177", + "max": "325.274", + "min": "323.601", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "249.265", + "max": "250.475", + "min": "248.967", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "128.086", + "max": "129.751", + "min": "127.651", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "247.168", + "max": "248.012", + "min": "246.837", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "239.705", + "max": "242.291", + "min": "239.238", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "202.799", + "max": "203.903", + "min": "202.574", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "166.727", + "max": "167.484", + "min": "166.421", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "108.279", + "max": "109.603", + "min": "108.027", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "219.377", + "max": "220.25", + "min": "219.12", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "254.108", + "max": "255.435", + "min": "253.865", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "200.653", + "max": "201.566", + "min": "200.455", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "197.783", + "max": "198.015", + "min": "197.601", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "277.75", + "max": "279.232", + "min": "277.335", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "188.738", + "max": "191.153", + "min": "188.325", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "148.852", + "max": "151.502", + "min": "148.335", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "251.011", + "max": "253.627", + "min": "250.703", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "241.88", + "max": "242.673", + "min": "241.647", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "168.346", + "max": "170.709", + "min": "167.722", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "118.752", + "max": "123.545", + "min": "117.965", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "200.919", + "max": "205.549", + "min": "200.532", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "217.188", + "max": "217.665", + "min": "216.98", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "127.575", + "max": "135.978", + "min": "126.13", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "205.584", + "max": "207.606", + "min": "204.638", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "228.416", + "max": "230.028", + "min": "228.003", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "128.803", + "max": "130.982", + "min": "128.429", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "140.908", + "max": "142.79", + "min": "140.185", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "179.879", + "max": "180.399", + "min": "179.571", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "243.757", + "max": "246.231", + "min": "243.178", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "268.631", + "max": "270.965", + "min": "268.114", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "246.546", + "max": "286.734", + "min": "243.691", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "232.409", + "max": "234.093", + "min": "231.999", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "219.945", + "max": "223.458", + "min": "219.205", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "201.728", + "max": "204.755", + "min": "201.417", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "260.318", + "max": "261.162", + "min": "260.098", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "154.754", + "max": "156.094", + "min": "154.511", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "435.592", + "max": "446.674", + "min": "434.179", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "201.295", + "max": "202.52", + "min": "201.076", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "388.995", + "max": "441.193", + "min": "361.817", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "253.854", + "max": "257.069", + "min": "253.516", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "191.802", + "max": "192.573", + "min": "191.543", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "194.578", + "max": "196.167", + "min": "194.188", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "139.93", + "max": "141.097", + "min": "139.586", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "261.555", + "max": "261.958", + "min": "261.341", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "350.296", + "max": "352.288", + "min": "349.903", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "190.62", + "max": "195.444", + "min": "190.232", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "241.697", + "max": "277.666", + "min": "239.413", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "293.257", + "max": "411.831", + "min": "114.913", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "248.029", + "max": "368.222", + "min": "175.195", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "187.826", + "max": "216.576", + "min": "185", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "232.881", + "max": "234.156", + "min": "232.516", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "243.669", + "max": "243.897", + "min": "243.463", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "203.332", + "max": "204.099", + "min": "202.988", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "238.567", + "max": "239.148", + "min": "238.375", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "284.378", + "max": "438.706", + "min": "206.979", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "288.56", + "max": "291.67", + "min": "288.221", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "159.561", + "max": "354.139", + "min": "148.69", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "137.625", + "max": "139.018", + "min": "137.303", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "134.041", + "max": "135.323", + "min": "133.639", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "172.481", + "max": "173.852", + "min": "172.038", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "175.396", + "max": "176.484", + "min": "174.939", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "0.065", + "max": "0.167", + "min": "0.035", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "285.352", + "max": "288.336", + "min": "284.766", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "195.352", + "max": "196.016", + "min": "195.032", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "229.219", + "max": "230.227", + "min": "228.955", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "218.058", + "max": "220.579", + "min": "217.771", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "412.902", + "max": "414.263", + "min": "412.188", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "230.39", + "max": "231.335", + "min": "230.094", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "199.602", + "max": "201.625", + "min": "199.259", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "231.758", + "max": "235.827", + "min": "231.213", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "229.971", + "max": "231.723", + "min": "229.715", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "211.179", + "max": "212.712", + "min": "210.967", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "170.856", + "max": "171.167", + "min": "170.643", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "134.983", + "max": "137.082", + "min": "134.734", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "194.363", + "max": "194.852", + "min": "193.985", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "145.886", + "max": "149.949", + "min": "145.35", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "132.463", + "max": "135.286", + "min": "131.886", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "290.625", + "max": "295.038", + "min": "290.212", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "133.815", + "max": "135.422", + "min": "133.535", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "136.992", + "max": "165.123", + "min": "135.671", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "237.638", + "max": "238.108", + "min": "237.402", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "116.46", + "max": "116.672", + "min": "116.322", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "106.106", + "max": "106.426", + "min": "105.979", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "127.937", + "max": "130.568", + "min": "127.098", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "269.551", + "max": "270.671", + "min": "269.195", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "123.473", + "max": "126.042", + "min": "123.157", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "108.208", + "max": "109.255", + "min": "107.951", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "194.907", + "max": "197.616", + "min": "194.528", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "286.683", + "max": "287.843", + "min": "286.339", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "137.849", + "max": "138.432", + "min": "137.484", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "332.722", + "max": "383.344", + "min": "324.602", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "218.856", + "max": "221.323", + "min": "218.452", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "336.302", + "max": "411.967", + "min": "329.41", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "225.462", + "max": "228.441", + "min": "225.159", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "413.376", + "max": "415.016", + "min": "412.956", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "126.839", + "max": "129.565", + "min": "126.406", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "186.906", + "max": "189.011", + "min": "186.59", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "216.994", + "max": "218.205", + "min": "216.721", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "210.483", + "max": "210.894", + "min": "210.275", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "184.894", + "max": "186.594", + "min": "184.552", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "259.814", + "max": "262.701", + "min": "259.466", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "160.328", + "max": "161.754", + "min": "159.948", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "205.689", + "max": "207.225", + "min": "205.469", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "189.478", + "max": "190.374", + "min": "189.045", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "127.011", + "max": "130.195", + "min": "126.305", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "158.936", + "max": "161.732", + "min": "158.605", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "125.06", + "max": "126.828", + "min": "124.715", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "119.134", + "max": "122.855", + "min": "118.428", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "148.796", + "max": "157.915", + "min": "148.085", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "113.824", + "max": "115.333", + "min": "113.447", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "141.263", + "max": "142.519", + "min": "140.911", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "167.738", + "max": "170.105", + "min": "167.206", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "151.608", + "max": "152.988", + "min": "151.144", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "152.101", + "max": "154.513", + "min": "151.726", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "101.289", + "max": "104.037", + "min": "100.702", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "109.645", + "max": "111.94", + "min": "109.295", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "176.774", + "max": "176.941", + "min": "176.684", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "108.983", + "max": "109.829", + "min": "108.71", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "140.861", + "max": "141.345", + "min": "140.687", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "158.309", + "max": "162.798", + "min": "157.772", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "112.575", + "max": "115.481", + "min": "111.547", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "141.843", + "max": "194.975", + "min": "115.824", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "116.101", + "max": "116.665", + "min": "115.912", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "147.792", + "max": "148.59", + "min": "147.435", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "137.089", + "max": "140.767", + "min": "136.562", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "157.327", + "max": "160.962", + "min": "156.642", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "123.841", + "max": "127.909", + "min": "123.355", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "224.025", + "max": "228.044", + "min": "223.491", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "144.261", + "max": "145.338", + "min": "144.013", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "112.672", + "max": "114.161", + "min": "112.393", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "117.995", + "max": "118.424", + "min": "117.828", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "273.562", + "max": "280.144", + "min": "271.649", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "165.875", + "max": "168.262", + "min": "165.612", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "136.141", + "max": "138.033", + "min": "135.756", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "126.5", + "max": "127.427", + "min": "126.005", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "128.211", + "max": "129.906", + "min": "127.517", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "343.116", + "max": "349.458", + "min": "342.528", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "176.579", + "max": "180.127", + "min": "175.629", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "160.952", + "max": "169.47", + "min": "123.841", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "233.538", + "max": "233.906", + "min": "233.34", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "130.901", + "max": "131.51", + "min": "130.683", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "246.774", + "max": "248.456", + "min": "246.251", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "266.344", + "max": "267.017", + "min": "265.853", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "125.612", + "max": "126.207", + "min": "125.277", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "179.288", + "max": "180.855", + "min": "178.928", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "119.417", + "max": "121.409", + "min": "118.882", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "127.179", + "max": "129.125", + "min": "126.796", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "217.389", + "max": "218.025", + "min": "217.145", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "215.469", + "max": "216.545", + "min": "215.256", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "361.602", + "max": "556.524", + "min": "354.637", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "196.899", + "max": "198.412", + "min": "196.595", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "124.916", + "max": "125.354", + "min": "124.751", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "201.841", + "max": "203.516", + "min": "201.407", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "126.819", + "max": "127.396", + "min": "126.587", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "340.02", + "max": "346.283", + "min": "339.5", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "231.177", + "max": "235.658", + "min": "228.273", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "132.753", + "max": "133.298", + "min": "132.505", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "127.13", + "max": "130.54", + "min": "126.395", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "273.903", + "max": "277.481", + "min": "272.487", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "222.044", + "max": "223.741", + "min": "221.451", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "330.122", + "max": "330.833", + "min": "329.863", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "197.552", + "max": "198.906", + "min": "197.015", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "171.007", + "max": "171.969", + "min": "170.802", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "119.375", + "max": "119.997", + "min": "119.192", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "120.01", + "max": "120.936", + "min": "119.746", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "173.048", + "max": "174.247", + "min": "172.602", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "193.002", + "max": "196.896", + "min": "192.638", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "158.862", + "max": "163.38", + "min": "156.884", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "271.36", + "max": "272.894", + "min": "270.317", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "186.998", + "max": "188.297", + "min": "185.804", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "164.476", + "max": "165.559", + "min": "164.174", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "196.287", + "max": "196.51", + "min": "196.045", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "136.894", + "max": "140.785", + "min": "136.13", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "186.127", + "max": "188.619", + "min": "185.502", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "354.317", + "max": "354.317", + "min": "354.317", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "118.664", + "max": "118.889", + "min": "118.537", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "122.796", + "max": "123.077", + "min": "122.643", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "222.445", + "max": "237.505", + "min": "221.352", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "148.671", + "max": "157.7", + "min": "139.844", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "147.677", + "max": "149.309", + "min": "147.461", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "199.575", + "max": "206.739", + "min": "199.074", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "216.27", + "max": "219.732", + "min": "215.604", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "203.785", + "max": "204.044", + "min": "203.615", + "id": "133", + "country": "United Arab Emirates", + "source_name": "Dubai", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "201": { + "name": "Ankara", + "data": { + "0": { + "avg": "217.031", + "max": "217.421", + "min": "216.763", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "290.307", + "max": "294.022", + "min": "289.843", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "160.435", + "max": "160.725", + "min": "160.192", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "51.758", + "max": "55.325", + "min": "51.098", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "54.701", + "max": "55.371", + "min": "54.391", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "315.176", + "max": "315.556", + "min": "314.959", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "55.921", + "max": "57.722", + "min": "55.491", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "310.775", + "max": "313.79", + "min": "310.156", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "90.529", + "max": "90.704", + "min": "90.279", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "77.771", + "max": "78.254", + "min": "77.484", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "55.402", + "max": "55.913", + "min": "55.164", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "165.523", + "max": "169.273", + "min": "165.181", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "125.655", + "max": "126.532", + "min": "125.481", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "130.298", + "max": "133.063", + "min": "129.77", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "155.017", + "max": "155.309", + "min": "154.772", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "138.419", + "max": "139.539", + "min": "137.988", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "83.285", + "max": "83.675", + "min": "83.062", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "140.816", + "max": "141.088", + "min": "140.608", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "70.193", + "max": "70.644", + "min": "69.828", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "61.098", + "max": "63.635", + "min": "60.847", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "315.466", + "max": "317.673", + "min": "315.205", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "140.295", + "max": "142.023", + "min": "139.984", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "200.853", + "max": "201.136", + "min": "200.606", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "194.067", + "max": "195.156", + "min": "193.693", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "68.789", + "max": "74.707", + "min": "68.25", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "56.201", + "max": "58.31", + "min": "55.919", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "52.893", + "max": "53.773", + "min": "52.49", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "62.262", + "max": "62.72", + "min": "61.992", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "53.517", + "max": "62.176", + "min": "53.004", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "186.513", + "max": "187", + "min": "186.317", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "284.312", + "max": "284.538", + "min": "283.991", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "72.616", + "max": "72.916", + "min": "72.409", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "207.997", + "max": "230.565", + "min": "206.641", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "81.405", + "max": "82.844", + "min": "81.141", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "45.815", + "max": "46.715", + "min": "45.506", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "216.674", + "max": "218.446", + "min": "216.26", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "192.774", + "max": "192.984", + "min": "192.478", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "207.175", + "max": "207.411", + "min": "206.998", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "160.22", + "max": "160.412", + "min": "159.986", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "141.368", + "max": "143.944", + "min": "140.822", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "199.469", + "max": "203.874", + "min": "198.808", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "62.365", + "max": "64.969", + "min": "61.846", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "90.713", + "max": "91.151", + "min": "90.5", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "88.353", + "max": "95.078", + "min": "87.898", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "192.218", + "max": "194.405", + "min": "191.915", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "61.371", + "max": "64.962", + "min": "60.705", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "81.217", + "max": "81.425", + "min": "80.872", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "207.884", + "max": "208.162", + "min": "207.712", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "293.175", + "max": "294.122", + "min": "292.894", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "183.167", + "max": "194.932", + "min": "182.531", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "136.037", + "max": "140.017", + "min": "135.714", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "200.309", + "max": "200.653", + "min": "199.909", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "99.887", + "max": "138.787", + "min": "52.768", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "151.96", + "max": "152.584", + "min": "151.685", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "220.836", + "max": "229.611", + "min": "217.517", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "229.622", + "max": "230.83", + "min": "229.284", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "80.745", + "max": "82.844", + "min": "79.582", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "332.53", + "max": "334.515", + "min": "332.11", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "81.021", + "max": "83.607", + "min": "80.597", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "53.662", + "max": "54.978", + "min": "53.353", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "101.147", + "max": "101.951", + "min": "100.554", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "106.356", + "max": "151.011", + "min": "103.737", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "243.519", + "max": "340.054", + "min": "238.065", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "349.497", + "max": "349.83", + "min": "349.315", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "9.108", + "max": "9.698", + "min": "8.971", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "48.882", + "max": "50.085", + "min": "48.57", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "128.3", + "max": "130.474", + "min": "127.97", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "92.734", + "max": "93.332", + "min": "92.386", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "267.756", + "max": "269.485", + "min": "267.018", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "175.824", + "max": "178.045", + "min": "175.535", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "251.25", + "max": "252.28", + "min": "250.985", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "190.369", + "max": "191.134", + "min": "190.006", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "208.441", + "max": "216.439", + "min": "207.739", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "152.961", + "max": "153.168", + "min": "152.733", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "98.535", + "max": "99.819", + "min": "98.088", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "68.528", + "max": "68.816", + "min": "68.319", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "155.855", + "max": "164.143", + "min": "155.228", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "214.892", + "max": "215.512", + "min": "214.661", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "150.501", + "max": "162.646", + "min": "149.764", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "153.934", + "max": "154.929", + "min": "153.608", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "184.057", + "max": "189.52", + "min": "183.538", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "141.942", + "max": "142.637", + "min": "141.574", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "259.143", + "max": "261.64", + "min": "258.764", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "183.686", + "max": "183.852", + "min": "183.443", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "167.688", + "max": "167.957", + "min": "167.469", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "102.763", + "max": "103.767", + "min": "102.439", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "68.822", + "max": "69.133", + "min": "68.574", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "151.876", + "max": "152.208", + "min": "151.563", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "151.708", + "max": "152.079", + "min": "151.351", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "61.515", + "max": "61.955", + "min": "61.32", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "172.254", + "max": "174.031", + "min": "171.535", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "202.043", + "max": "203.61", + "min": "201.725", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "97.372", + "max": "98.609", + "min": "97.163", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "344.575", + "max": "344.814", + "min": "344.34", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "138.17", + "max": "147.003", + "min": "137.521", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "171.346", + "max": "171.598", + "min": "171.091", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "198.579", + "max": "198.871", + "min": "198.318", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "186.849", + "max": "194.053", + "min": "185.726", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "212.645", + "max": "212.996", + "min": "212.351", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "150.486", + "max": "152.665", + "min": "150.061", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "161.658", + "max": "161.831", + "min": "161.439", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "201.977", + "max": "202.412", + "min": "201.757", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "77.518", + "max": "87.164", + "min": "76.997", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "363.153", + "max": "366.412", + "min": "362.49", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "156.584", + "max": "157.049", + "min": "156.346", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "419.099", + "max": "445.042", + "min": "379.402", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "238.666", + "max": "240.094", + "min": "238.423", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "138.368", + "max": "138.904", + "min": "137.97", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "145.729", + "max": "146.064", + "min": "145.542", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "183.387", + "max": "186.515", + "min": "182.171", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "297.415", + "max": "297.641", + "min": "297.19", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "327.725", + "max": "334.112", + "min": "323.345", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "127.714", + "max": "128.024", + "min": "127.526", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "190.199", + "max": "193.717", + "min": "189.596", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "420.1", + "max": "521.632", + "min": "252.2", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "178.135", + "max": "280.626", + "min": "90.898", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "188.483", + "max": "193.24", + "min": "187.841", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "277.042", + "max": "278.612", + "min": "276.752", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "162.857", + "max": "164.06", + "min": "162.593", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "163.882", + "max": "164.408", + "min": "163.497", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "167.567", + "max": "167.914", + "min": "167.272", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "231.326", + "max": "385.476", + "min": "150.658", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "239.161", + "max": "239.472", + "min": "238.929", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "104.553", + "max": "208.454", + "min": "99.261", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "88.493", + "max": "88.786", + "min": "88.356", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "72.789", + "max": "73.554", + "min": "72.292", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "130.646", + "max": "130.879", + "min": "130.429", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "197.502", + "max": "199.311", + "min": "197.176", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "157.981", + "max": "158.329", + "min": "157.789", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "225.265", + "max": "227.401", + "min": "224.919", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "154.129", + "max": "155.688", + "min": "153.772", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "154.274", + "max": "154.568", + "min": "154.079", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "149.654", + "max": "152.279", + "min": "149.202", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "329.832", + "max": "330.958", + "min": "329.245", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "170.56", + "max": "170.844", + "min": "170.345", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "127.543", + "max": "127.782", + "min": "127.363", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "182.048", + "max": "185.727", + "min": "181.02", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "165.96", + "max": "166.208", + "min": "165.742", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "160.372", + "max": "160.667", + "min": "160.157", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "131.492", + "max": "131.765", + "min": "131.218", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "51.502", + "max": "53.695", + "min": "51.232", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "236.281", + "max": "237.514", + "min": "235.861", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "84.929", + "max": "102.413", + "min": "83.998", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "63.107", + "max": "70.855", + "min": "62.642", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "231.502", + "max": "236.354", + "min": "230.579", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "50.691", + "max": "51.367", + "min": "50.311", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "17.104", + "max": "18.544", + "min": "16.784", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "199.555", + "max": "199.769", + "min": "199.39", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "65.511", + "max": "65.902", + "min": "65.272", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "58.177", + "max": "67.719", + "min": "57.576", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "48.11", + "max": "63.783", + "min": "46.179", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "317.061", + "max": "321.088", + "min": "316.758", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "58.559", + "max": "59.584", + "min": "58.116", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "59.492", + "max": "79.878", + "min": "57.951", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "135.666", + "max": "136.202", + "min": "135.362", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "208.424", + "max": "209.005", + "min": "208.044", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "76.997", + "max": "78.412", + "min": "76.705", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "363.284", + "max": "415.534", + "min": "354.011", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "166.025", + "max": "167.811", + "min": "165.693", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "302.728", + "max": "403.716", + "min": "296.633", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "165.512", + "max": "165.792", + "min": "165.369", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "251.64", + "max": "255.179", + "min": "251.312", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "95.391", + "max": "95.636", + "min": "95.151", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "124.463", + "max": "126.577", + "min": "124.238", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "150.327", + "max": "150.749", + "min": "150.095", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "217.371", + "max": "217.531", + "min": "217.231", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "151.378", + "max": "151.595", + "min": "151.072", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "186.495", + "max": "188.157", + "min": "186.215", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "295.29", + "max": "304.034", + "min": "294.198", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "131.508", + "max": "131.706", + "min": "131.385", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "145.362", + "max": "145.643", + "min": "145.178", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "54.227", + "max": "56.572", + "min": "53.653", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "324.906", + "max": "332.603", + "min": "324.23", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "66.896", + "max": "67.427", + "min": "66.659", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "54.388", + "max": "55.713", + "min": "54.041", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "55.499", + "max": "56.828", + "min": "55.281", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "48.446", + "max": "48.79", + "min": "48.307", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "77.275", + "max": "77.764", + "min": "76.954", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "103.17", + "max": "103.581", + "min": "102.961", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "50.975", + "max": "52.546", + "min": "50.718", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "130.164", + "max": "133.624", + "min": "129.653", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "52.598", + "max": "56.176", + "min": "52.014", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "67.963", + "max": "72.154", + "min": "67.491", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "66.551", + "max": "68.497", + "min": "66.223", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "63.591", + "max": "64.194", + "min": "63.32", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "82.578", + "max": "91.646", + "min": "81.958", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "0.053", + "max": "0.165", + "min": "0.022", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "64.718", + "max": "82.894", + "min": "63.214", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "68.749", + "max": "104.138", + "min": "53.204", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "56.338", + "max": "56.656", + "min": "56.105", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "8.569", + "max": "9.414", + "min": "8.333", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "93.987", + "max": "117.085", + "min": "92.598", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "55.039", + "max": "55.606", + "min": "54.569", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "61.199", + "max": "63.173", + "min": "60.745", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "360.084", + "max": "390.094", + "min": "358.725", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "71.585", + "max": "71.848", + "min": "71.448", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "70.645", + "max": "72.552", + "min": "70.302", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "68.189", + "max": "82.21", + "min": "67.485", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "216.392", + "max": "222.603", + "min": "215.036", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "76.937", + "max": "79.092", + "min": "76.581", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "69.778", + "max": "80.515", + "min": "68.585", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "55.654", + "max": "58.049", + "min": "55.146", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "54.986", + "max": "56.919", + "min": "54.457", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "353.327", + "max": "354.227", + "min": "352.98", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "136.496", + "max": "141.627", + "min": "135.873", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "259.766", + "max": "262.458", + "min": "253.698", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "195.035", + "max": "195.255", + "min": "194.795", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "54.336", + "max": "54.591", + "min": "54.139", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "195.645", + "max": "201.592", + "min": "195.1", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "200.156", + "max": "200.639", + "min": "199.836", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "64.595", + "max": "65.034", + "min": "64.327", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "16.947", + "max": "17.163", + "min": "16.856", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "68.482", + "max": "71.411", + "min": "67.762", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "56.519", + "max": "59.12", + "min": "55.877", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "151.242", + "max": "151.465", + "min": "151.069", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "162.426", + "max": "162.683", + "min": "162.228", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "379.964", + "max": "382.405", + "min": "375.515", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "140.893", + "max": "141.386", + "min": "140.601", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "74.154", + "max": "74.612", + "min": "73.767", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "131.767", + "max": "139.329", + "min": "131.325", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "55.749", + "max": "55.963", + "min": "55.461", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "263.467", + "max": "264.347", + "min": "263.181", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "167.743", + "max": "171.068", + "min": "164.826", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "85.366", + "max": "85.618", + "min": "85.16", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "83.999", + "max": "85.694", + "min": "83.012", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "203.551", + "max": "206.875", + "min": "202.297", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "353.536", + "max": "356.079", + "min": "353.004", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "299.674", + "max": "300.256", + "min": "299.431", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "130.154", + "max": "131.896", + "min": "129.772", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "80.135", + "max": "80.387", + "min": "79.921", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "58.843", + "max": "59.068", + "min": "58.621", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "69.248", + "max": "86.779", + "min": "68.439", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "150.739", + "max": "155.16", + "min": "150.07", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "138.539", + "max": "138.88", + "min": "138.198", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "101.287", + "max": "112.396", + "min": "99.168", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "225.896", + "max": "229.691", + "min": "225.056", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "151.006", + "max": "152.454", + "min": "149.941", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "98.497", + "max": "99.151", + "min": "98.193", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "150.956", + "max": "159.286", + "min": "150.41", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "84.213", + "max": "88.582", + "min": "83.342", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "223.617", + "max": "224.056", + "min": "223.383", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "240.135", + "max": "240.135", + "min": "240.135", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "67.762", + "max": "67.947", + "min": "67.572", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "57.38", + "max": "57.485", + "min": "57.262", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "173.559", + "max": "173.983", + "min": "173.243", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "78.851", + "max": "93.054", + "min": "70.481", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "64.53", + "max": "64.906", + "min": "64.33", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "220.635", + "max": "223.86", + "min": "220.171", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "104.084", + "max": "105.051", + "min": "103.67", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "154.387", + "max": "154.557", + "min": "154.119", + "id": "201", + "country": "Turkey", + "source_name": "Ankara", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "205": { + "name": "Bursa", + "data": { + "0": { + "avg": "222.775", + "max": "223.004", + "min": "222.598", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "289.147", + "max": "293.611", + "min": "288.668", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "148.061", + "max": "148.322", + "min": "147.904", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "65.19", + "max": "67.838", + "min": "64.769", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "56.368", + "max": "57.285", + "min": "56.08", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "320.324", + "max": "321.903", + "min": "320.051", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "55.499", + "max": "55.679", + "min": "55.318", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "325.955", + "max": "338.223", + "min": "324.777", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "94.107", + "max": "94.548", + "min": "93.938", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "79.717", + "max": "84.089", + "min": "79.294", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "63.736", + "max": "64.394", + "min": "63.501", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "175.112", + "max": "175.772", + "min": "174.856", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "133.244", + "max": "135.207", + "min": "132.949", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "134.361", + "max": "135.213", + "min": "134.153", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "166.155", + "max": "166.616", + "min": "165.979", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "137.218", + "max": "137.415", + "min": "137.138", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "71.006", + "max": "71.275", + "min": "70.736", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "138.982", + "max": "139.972", + "min": "138.767", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "74.259", + "max": "74.574", + "min": "74.003", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "48.567", + "max": "51.287", + "min": "48.359", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "327.119", + "max": "327.315", + "min": "326.968", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "149.643", + "max": "150.031", + "min": "149.326", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "196.443", + "max": "197.68", + "min": "196.252", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "201.236", + "max": "203.652", + "min": "200.944", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "65.85", + "max": "67.129", + "min": "65.618", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "55.173", + "max": "55.407", + "min": "54.988", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "53.512", + "max": "54.602", + "min": "53.166", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "82.609", + "max": "87.325", + "min": "82.269", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "47.115", + "max": "47.404", + "min": "46.931", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "208.241", + "max": "209.232", + "min": "207.9", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "212.754", + "max": "212.869", + "min": "212.619", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "70.777", + "max": "71.308", + "min": "70.603", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "200.042", + "max": "200.748", + "min": "199.779", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "70.477", + "max": "70.602", + "min": "70.323", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "65.368", + "max": "69.351", + "min": "64.966", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "210.095", + "max": "212.229", + "min": "209.637", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "184.145", + "max": "184.43", + "min": "183.976", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "201.642", + "max": "202.148", + "min": "201.495", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "156.602", + "max": "156.82", + "min": "156.348", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "136.4", + "max": "140.539", + "min": "136.006", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "208.725", + "max": "212.123", + "min": "208.049", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "64.843", + "max": "70.683", + "min": "64.159", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "105.854", + "max": "108.631", + "min": "105.552", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "87.193", + "max": "89.513", + "min": "86.918", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "222.693", + "max": "223.172", + "min": "222.554", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "61.695", + "max": "62.349", + "min": "61.315", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "85.257", + "max": "86.019", + "min": "85.017", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "208.352", + "max": "208.705", + "min": "208.13", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "302.579", + "max": "310.087", + "min": "302.077", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "163.013", + "max": "166.118", + "min": "161.275", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "155.348", + "max": "155.961", + "min": "155.153", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "205.049", + "max": "205.782", + "min": "204.698", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "100.144", + "max": "112.391", + "min": "85.763", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "155.803", + "max": "156.084", + "min": "155.561", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "206.475", + "max": "225.032", + "min": "198.103", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "230.45", + "max": "231.748", + "min": "230.082", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "92.451", + "max": "94.65", + "min": "91.41", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "336.973", + "max": "337.214", + "min": "336.839", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "109.031", + "max": "111.679", + "min": "108.605", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "53.503", + "max": "53.996", + "min": "53.251", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "99.609", + "max": "100.76", + "min": "99.01", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "98.794", + "max": "140.197", + "min": "95.612", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "244.411", + "max": "341.795", + "min": "231.487", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "349.864", + "max": "350.155", + "min": "349.736", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "8.405", + "max": "10.924", + "min": "8.054", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.799", + "max": "47.287", + "min": "46.454", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "123.827", + "max": "124.067", + "min": "123.66", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "87.792", + "max": "88.395", + "min": "87.413", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "259.892", + "max": "261.204", + "min": "259.408", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "171.393", + "max": "173.395", + "min": "171.052", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "254.109", + "max": "255.01", + "min": "253.925", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "188.488", + "max": "189.213", + "min": "188.203", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "211.533", + "max": "211.874", + "min": "211.365", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "161.756", + "max": "168.305", + "min": "161.332", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "105.487", + "max": "106.458", + "min": "105.206", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "74.881", + "max": "75.037", + "min": "74.754", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "153.384", + "max": "153.639", + "min": "153.261", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "207.574", + "max": "208.224", + "min": "207.376", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "149.847", + "max": "157.621", + "min": "149.315", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "159.646", + "max": "159.944", + "min": "159.49", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "186.387", + "max": "186.776", + "min": "186.156", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "162.234", + "max": "162.611", + "min": "161.921", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "284.985", + "max": "288.088", + "min": "284.48", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "241.139", + "max": "241.593", + "min": "240.9", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "179.609", + "max": "179.83", + "min": "179.385", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "107.808", + "max": "109.493", + "min": "107.424", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "78.733", + "max": "85.214", + "min": "78.251", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "153.592", + "max": "154.334", + "min": "153.409", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "151.575", + "max": "151.828", + "min": "151.343", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "67.018", + "max": "67.712", + "min": "66.838", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "174.244", + "max": "175.969", + "min": "173.501", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "198.819", + "max": "199.185", + "min": "198.515", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "83.565", + "max": "83.802", + "min": "83.428", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "342.628", + "max": "346.336", + "min": "342.231", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "136.085", + "max": "136.755", + "min": "135.893", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "175.538", + "max": "180.201", + "min": "174.985", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "200.92", + "max": "211.513", + "min": "200.101", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "186.281", + "max": "207.036", + "min": "184.597", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "201.014", + "max": "201.72", + "min": "200.868", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "150.515", + "max": "151.984", + "min": "150.262", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "170.515", + "max": "174.37", + "min": "170.263", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "193.279", + "max": "202.451", + "min": "192.712", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "70.595", + "max": "72.908", + "min": "70.218", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "362.385", + "max": "368.189", + "min": "361.63", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "161.599", + "max": "162.032", + "min": "161.296", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "424.681", + "max": "450.989", + "min": "388.143", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "217.021", + "max": "220.075", + "min": "216.6", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "130.892", + "max": "131.095", + "min": "130.711", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "150.258", + "max": "150.43", + "min": "150.028", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "231.926", + "max": "232.451", + "min": "231.762", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "317.333", + "max": "317.49", + "min": "317.156", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "336.412", + "max": "348.66", + "min": "326.416", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "148.608", + "max": "148.808", + "min": "148.465", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "177.396", + "max": "233.528", + "min": "174.877", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "441.021", + "max": "557.114", + "min": "271.663", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "179.395", + "max": "289.307", + "min": "97.124", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "204.718", + "max": "206.114", + "min": "204.266", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "289.013", + "max": "290.008", + "min": "288.76", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "165.287", + "max": "166.186", + "min": "165.091", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "158.125", + "max": "158.571", + "min": "157.9", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "162.316", + "max": "162.736", + "min": "162.062", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "246.713", + "max": "397.06", + "min": "170.536", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "235.567", + "max": "236.057", + "min": "235.37", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "94.853", + "max": "129.021", + "min": "91.615", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "87.828", + "max": "93.347", + "min": "87.471", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "72.328", + "max": "73.289", + "min": "71.718", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "136.468", + "max": "147.236", + "min": "126.257", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "196.673", + "max": "197.294", + "min": "196.461", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "147.61", + "max": "148.155", + "min": "147.322", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "225.435", + "max": "228.173", + "min": "225.038", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "150.923", + "max": "156.432", + "min": "150.49", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "152.15", + "max": "152.503", + "min": "151.926", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "146.387", + "max": "146.577", + "min": "146.157", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "326.901", + "max": "327.767", + "min": "326.224", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "174.922", + "max": "175.996", + "min": "174.719", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "130.249", + "max": "130.557", + "min": "129.981", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "187.831", + "max": "202.403", + "min": "186.112", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "174.747", + "max": "174.855", + "min": "174.624", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "163.803", + "max": "164.258", + "min": "163.632", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "128.656", + "max": "128.836", + "min": "128.421", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "53.501", + "max": "53.676", + "min": "53.384", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "269.888", + "max": "276.685", + "min": "269.027", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "89.529", + "max": "96.427", + "min": "89.077", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "60.039", + "max": "60.54", + "min": "59.786", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "234.037", + "max": "239.424", + "min": "233.419", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "55.372", + "max": "57.605", + "min": "54.897", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "18.505", + "max": "22.83", + "min": "18.15", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "199.776", + "max": "200.38", + "min": "199.396", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "65.124", + "max": "65.366", + "min": "64.933", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "69.845", + "max": "73.461", + "min": "69.486", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "45.32", + "max": "53.824", + "min": "43.873", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "318.873", + "max": "319.025", + "min": "318.698", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "59.708", + "max": "62.383", + "min": "58.862", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "78.802", + "max": "100.66", + "min": "77.17", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "140.036", + "max": "140.566", + "min": "139.803", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "210.19", + "max": "216.036", + "min": "209.394", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "88.506", + "max": "91.318", + "min": "87.969", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "355.278", + "max": "403.655", + "min": "346.332", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "169.444", + "max": "169.864", + "min": "169.111", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "314.677", + "max": "421.997", + "min": "308.632", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "174.085", + "max": "174.295", + "min": "173.927", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "249.833", + "max": "250.343", + "min": "249.69", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "84.98", + "max": "85.484", + "min": "84.594", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "127.831", + "max": "128.359", + "min": "127.549", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "159.607", + "max": "161.922", + "min": "159.252", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "211.794", + "max": "212.149", + "min": "211.61", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "163.953", + "max": "164.334", + "min": "163.635", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "180.564", + "max": "180.928", + "min": "180.312", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "296.876", + "max": "300.846", + "min": "296.308", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "136.164", + "max": "136.342", + "min": "136.018", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "149.356", + "max": "149.827", + "min": "149.242", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "64.977", + "max": "66.464", + "min": "64.597", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "331.689", + "max": "332.181", + "min": "331.501", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "64.133", + "max": "66.76", + "min": "63.814", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "69.636", + "max": "78.26", + "min": "68.881", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "50.305", + "max": "50.444", + "min": "50.148", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "39.64", + "max": "50.887", + "min": "39.078", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "71.008", + "max": "71.734", + "min": "70.746", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "98.848", + "max": "100.368", + "min": "98.561", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "48.668", + "max": "48.906", + "min": "48.507", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "129.671", + "max": "137.612", + "min": "129.148", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "79.639", + "max": "80.205", + "min": "79.36", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "72.086", + "max": "74.641", + "min": "71.78", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "64.939", + "max": "65.245", + "min": "64.774", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "57.958", + "max": "58.123", + "min": "57.831", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "77.318", + "max": "77.816", + "min": "77.109", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "8.39", + "max": "8.541", + "min": "8.292", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "66.351", + "max": "108.237", + "min": "63.947", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "81.183", + "max": "139.371", + "min": "56.242", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "76.628", + "max": "81.942", + "min": "76.326", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "0.04", + "max": "0.049", + "min": "0.027", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "88.713", + "max": "103.378", + "min": "87.372", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "70.674", + "max": "71.265", + "min": "70.151", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "57.704", + "max": "59.908", + "min": "57.349", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.443", + "max": "353.596", + "min": "353.313", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "65.06", + "max": "65.6", + "min": "64.845", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "66.076", + "max": "66.312", + "min": "65.901", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "66.892", + "max": "67.353", + "min": "66.767", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "209.079", + "max": "216.213", + "min": "207.386", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "75.152", + "max": "75.287", + "min": "75.025", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "82.695", + "max": "86.406", + "min": "82.372", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "57.198", + "max": "57.477", + "min": "56.965", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "56.729", + "max": "57.518", + "min": "56.514", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.371", + "max": "352.91", + "min": "335.431", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "136.196", + "max": "141.02", + "min": "135.487", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "266.886", + "max": "270.241", + "min": "261.67", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "205.859", + "max": "212.566", + "min": "205.457", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "52.537", + "max": "52.849", + "min": "52.343", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "191.773", + "max": "192.315", + "min": "191.428", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "214.318", + "max": "215.576", + "min": "213.866", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "58.546", + "max": "58.998", + "min": "58.279", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "15.613", + "max": "17.37", + "min": "15.386", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "61.301", + "max": "62.535", + "min": "60.803", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "58.355", + "max": "62.367", + "min": "57.826", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "169.16", + "max": "182.172", + "min": "166.934", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "168.897", + "max": "181.853", + "min": "168.232", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "366.678", + "max": "446.679", + "min": "363.046", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "141.793", + "max": "142.197", + "min": "141.643", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "71.908", + "max": "72.303", + "min": "71.632", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "133.412", + "max": "133.661", + "min": "133.273", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "59.89", + "max": "60.66", + "min": "59.713", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "282.84", + "max": "805.339", + "min": "263.033", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "164.59", + "max": "168.186", + "min": "161.937", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "94.006", + "max": "94.359", + "min": "93.812", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "78.852", + "max": "82.28", + "min": "78.106", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "192.271", + "max": "197.002", + "min": "190.994", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "341.571", + "max": "342.699", + "min": "341.045", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "298.444", + "max": "298.766", + "min": "298.257", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "129.61", + "max": "130.221", + "min": "129.376", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "77.354", + "max": "77.752", + "min": "77.145", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "58.004", + "max": "58.131", + "min": "57.867", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "68.475", + "max": "69.075", + "min": "68.268", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "144.377", + "max": "147.747", + "min": "143.903", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "138.911", + "max": "146.216", + "min": "138.457", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "113.556", + "max": "121.987", + "min": "111.946", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "223.996", + "max": "226.343", + "min": "223.097", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "148.875", + "max": "151.116", + "min": "147.687", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "112.185", + "max": "114.306", + "min": "111.914", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "155.737", + "max": "156.393", + "min": "155.56", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "88.173", + "max": "91.174", + "min": "87.823", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "220.2", + "max": "220.433", + "min": "219.973", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "246.149", + "max": "246.149", + "min": "246.149", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "76.977", + "max": "77.134", + "min": "76.85", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "53.719", + "max": "57.138", + "min": "53.316", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "165.566", + "max": "166.81", + "min": "165.357", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "81.63", + "max": "89.442", + "min": "74.961", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "57.318", + "max": "59.889", + "min": "57.032", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "246.563", + "max": "248.272", + "min": "245.866", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "82.243", + "max": "84.791", + "min": "81.744", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "154.453", + "max": "159.687", + "min": "154.092", + "id": "205", + "country": "Turkey", + "source_name": "Bursa", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "227": { + "name": "Izmir", + "data": { + "0": { + "avg": "270.157", + "max": "270.47", + "min": "269.936", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "324.306", + "max": "358.607", + "min": "318.363", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "151.981", + "max": "156.375", + "min": "151.436", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "30.561", + "max": "36.405", + "min": "29.934", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "57.534", + "max": "58.397", + "min": "57.304", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "294.413", + "max": "300.551", + "min": "293.849", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "54.5", + "max": "54.858", + "min": "54.312", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "323.065", + "max": "331.974", + "min": "321.612", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "87.163", + "max": "90.374", + "min": "86.507", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "74.417", + "max": "77.867", + "min": "73.896", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "65.138", + "max": "82.055", + "min": "63.712", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "173.189", + "max": "193.837", + "min": "172.131", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "132.128", + "max": "135.086", + "min": "131.852", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "127.824", + "max": "128.619", + "min": "127.612", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "172.625", + "max": "210.954", + "min": "170.897", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "140.811", + "max": "160.564", + "min": "138.901", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "81.746", + "max": "83.041", + "min": "81.423", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "159.116", + "max": "179.624", + "min": "152.132", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "78.528", + "max": "78.928", + "min": "78.325", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.275", + "max": "46.397", + "min": "37.66", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "343.134", + "max": "344.936", + "min": "342.965", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "152.398", + "max": "152.467", + "min": "152.346", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "203.458", + "max": "205.354", + "min": "203.14", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "205.735", + "max": "216.589", + "min": "205.083", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "73.907", + "max": "75.679", + "min": "73.471", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "56.271", + "max": "56.403", + "min": "56.213", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "65.871", + "max": "89.081", + "min": "63.766", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "68.245", + "max": "70.84", + "min": "67.767", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "57.478", + "max": "57.668", + "min": "57.269", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "188.087", + "max": "188.53", + "min": "187.753", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "289.048", + "max": "298.491", + "min": "288.134", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "43.361", + "max": "45.877", + "min": "42.979", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "211.084", + "max": "219.022", + "min": "210.352", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "79.99", + "max": "102.308", + "min": "79.115", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "49.023", + "max": "59.423", + "min": "48.068", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "215.988", + "max": "218.978", + "min": "215.618", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "202.71", + "max": "236.175", + "min": "201.365", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "189.573", + "max": "190.91", + "min": "189.37", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "166.396", + "max": "168.177", + "min": "166.157", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "2013.37", + "max": "5559.99", + "min": "144.548", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "208.601", + "max": "210.548", + "min": "208.207", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "64.33", + "max": "67.892", + "min": "63.858", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "96.768", + "max": "117.797", + "min": "95.245", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "87.812", + "max": "90.958", + "min": "87.445", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "227.057", + "max": "228.766", + "min": "226.637", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "59.26", + "max": "59.86", + "min": "58.89", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "70.494", + "max": "71.859", + "min": "70.322", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "215.004", + "max": "253.39", + "min": "210.523", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "282.837", + "max": "284.64", + "min": "281.241", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "175.238", + "max": "183.953", + "min": "174.402", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "133.785", + "max": "142.895", + "min": "133.212", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "207.566", + "max": "227.891", + "min": "205.025", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "85.598", + "max": "153.851", + "min": "65.863", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "174.368", + "max": "175.182", + "min": "174.226", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "217.298", + "max": "224.828", + "min": "214.035", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "251.181", + "max": "252.287", + "min": "250.918", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "76.994", + "max": "95.513", + "min": "74.658", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "363.853", + "max": "363.94", + "min": "363.807", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "72.466", + "max": "74.771", + "min": "72.229", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "55.48", + "max": "80.007", + "min": "52.147", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "109.656", + "max": "110.465", + "min": "109.152", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "114.209", + "max": "151.737", + "min": "111.783", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "232.227", + "max": "296.073", + "min": "222.69", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "322.416", + "max": "329.1", + "min": "321.862", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "10.753", + "max": "10.971", + "min": "10.627", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "22.409", + "max": "22.944", + "min": "22.301", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "138.91", + "max": "145.176", + "min": "138.469", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "26.875", + "max": "56.209", + "min": "19.913", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "268.771", + "max": "270.073", + "min": "267.981", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "182.09", + "max": "183.117", + "min": "181.972", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "239.356", + "max": "240.556", + "min": "239.048", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "206.867", + "max": "227.427", + "min": "205.369", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "214.668", + "max": "344.951", + "min": "209.484", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "153.746", + "max": "154.392", + "min": "153.58", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "111.086", + "max": "122.614", + "min": "109.572", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "67.592", + "max": "73.244", + "min": "67.044", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "147.14", + "max": "147.469", + "min": "147.034", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "207.113", + "max": "210.293", + "min": "206.78", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "151.228", + "max": "153.635", + "min": "150.872", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "159.286", + "max": "159.778", + "min": "159.197", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "214.728", + "max": "216.069", + "min": "214.551", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "151.564", + "max": "153.648", + "min": "151.196", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "278.123", + "max": "307.128", + "min": "276.829", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "207.811", + "max": "210.219", + "min": "207.403", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "196.965", + "max": "202.558", + "min": "196.12", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "76.013", + "max": "95.451", + "min": "74.844", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "72.668", + "max": "74.391", + "min": "72.294", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "162.734", + "max": "171.507", + "min": "162.097", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "160.895", + "max": "176.874", + "min": "159.765", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "67.003", + "max": "75.705", + "min": "65.776", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "169.074", + "max": "176.811", + "min": "167.69", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "213.011", + "max": "218.196", + "min": "212.441", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "94.033", + "max": "123.197", + "min": "83.355", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "343.844", + "max": "368.851", + "min": "340.877", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "145.388", + "max": "145.82", + "min": "145.258", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "181.337", + "max": "187.071", + "min": "180.683", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "203.264", + "max": "204.76", + "min": "202.813", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "200.865", + "max": "207.51", + "min": "199.584", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "205.083", + "max": "213.776", + "min": "204.569", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "154.655", + "max": "170.857", + "min": "153.026", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "167.166", + "max": "167.362", + "min": "167.106", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "209.581", + "max": "209.697", + "min": "209.439", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "74.866", + "max": "75.274", + "min": "74.721", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "360.731", + "max": "362.658", + "min": "360.011", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "163.253", + "max": "203.411", + "min": "161.123", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "372.223", + "max": "385.036", + "min": "334.743", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "218.338", + "max": "223.708", + "min": "217.58", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "133.793", + "max": "134.143", + "min": "133.502", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "163.267", + "max": "163.633", + "min": "163.164", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "188.101", + "max": "188.81", + "min": "187.708", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "352.417", + "max": "355.908", + "min": "352.119", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "333.85", + "max": "344.324", + "min": "333.065", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "134.951", + "max": "178.42", + "min": "132.466", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "189.714", + "max": "199.159", + "min": "189.064", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "412.429", + "max": "526.761", + "min": "240.047", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "126.635", + "max": "211.886", + "min": "38.898", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "210.743", + "max": "211.733", + "min": "210.239", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "298.64", + "max": "313.853", + "min": "297.28", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "169.957", + "max": "170.47", + "min": "169.755", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "187.998", + "max": "189.059", + "min": "187.675", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "176.118", + "max": "176.297", + "min": "175.958", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "239.396", + "max": "394.212", + "min": "161.528", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "237.565", + "max": "250.973", + "min": "235.224", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "88.2", + "max": "200.17", + "min": "82.779", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "84.23", + "max": "87.952", + "min": "83.778", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "59.754", + "max": "72.401", + "min": "58.035", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "135.863", + "max": "137.019", + "min": "135.595", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "201.798", + "max": "205.554", + "min": "201.307", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "179.161", + "max": "183.466", + "min": "178.793", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "238.126", + "max": "261.94", + "min": "236.094", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "159.949", + "max": "166.662", + "min": "159.068", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "161.971", + "max": "162.342", + "min": "161.764", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "174.174", + "max": "174.665", + "min": "174.07", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "342.289", + "max": "375.993", + "min": "337.894", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "184.086", + "max": "191.372", + "min": "183.513", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "133.507", + "max": "143.881", + "min": "132.325", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "185.148", + "max": "198.49", + "min": "183.469", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "173.287", + "max": "173.981", + "min": "173", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "158.905", + "max": "159.377", + "min": "158.834", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "137.286", + "max": "137.885", + "min": "137.116", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "30.13", + "max": "31.253", + "min": "29.977", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "230.667", + "max": "233.086", + "min": "230.139", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "86.336", + "max": "97.873", + "min": "85.524", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "63.732", + "max": "66.709", + "min": "63.334", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "243.959", + "max": "249.096", + "min": "243.273", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "54.163", + "max": "55.349", + "min": "53.809", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "20.37", + "max": "36.932", + "min": "18.864", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "193.097", + "max": "193.651", + "min": "192.867", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "68.001", + "max": "102.399", + "min": "62.92", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "65.433", + "max": "65.895", + "min": "65.345", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "61.798", + "max": "79.262", + "min": "59.227", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "339.8", + "max": "341.629", + "min": "339.323", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "47.263", + "max": "49.1", + "min": "47.015", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "61.433", + "max": "61.617", + "min": "61.236", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "138.792", + "max": "140.488", + "min": "138.263", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "222.503", + "max": "231.114", + "min": "221.683", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "71.536", + "max": "72.624", + "min": "71.264", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "364.5", + "max": "403.17", + "min": "356.442", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "180.46", + "max": "180.738", + "min": "180.365", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "299.212", + "max": "383.547", + "min": "290.715", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "173.724", + "max": "175.762", + "min": "173.526", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "441.067", + "max": "441.324", + "min": "440.724", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "82.751", + "max": "94.034", + "min": "82.028", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "132.509", + "max": "133.415", + "min": "132.272", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "144.217", + "max": "145.75", + "min": "143.886", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "216.65", + "max": "217.121", + "min": "216.416", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "164.492", + "max": "166.177", + "min": "163.991", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "188.223", + "max": "188.566", + "min": "188.033", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "361.942", + "max": "371.17", + "min": "345.364", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "135.046", + "max": "136.619", + "min": "134.892", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "152.652", + "max": "152.898", + "min": "152.584", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "75.716", + "max": "94.283", + "min": "74.645", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "175.359", + "max": "195.286", + "min": "173.285", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "68.399", + "max": "71.253", + "min": "68.161", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "60.124", + "max": "68.97", + "min": "59.584", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "68.79", + "max": "69.128", + "min": "68.69", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "62.414", + "max": "64.691", + "min": "62.116", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "66.194", + "max": "66.563", + "min": "66.014", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "113.444", + "max": "115.427", + "min": "113.152", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "37.536", + "max": "49.957", + "min": "36.923", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "125.126", + "max": "125.365", + "min": "124.913", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "42.883", + "max": "45.791", + "min": "42.22", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "56.322", + "max": "57.855", + "min": "56.037", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "65.273", + "max": "65.534", + "min": "65.075", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "65.588", + "max": "73.863", + "min": "64.916", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "65.631", + "max": "66.841", + "min": "65.367", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "16.952", + "max": "17.37", + "min": "16.772", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "64.606", + "max": "86.695", + "min": "57.576", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "79.278", + "max": "132.94", + "min": "50.635", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "74.179", + "max": "75.632", + "min": "73.924", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "15.54", + "max": "16.447", + "min": "15.41", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "97.125", + "max": "117.081", + "min": "95.978", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "70.461", + "max": "73.164", + "min": "69.898", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "70.453", + "max": "75.653", + "min": "70.101", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "306.66", + "max": "307.075", + "min": "306.454", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "72.801", + "max": "83.962", + "min": "71.994", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "42.55", + "max": "43.711", + "min": "42.322", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "54.939", + "max": "59.89", + "min": "54.632", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "222.209", + "max": "233.219", + "min": "220.419", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "48.437", + "max": "178.672", + "min": "36.406", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "63.415", + "max": "64.055", + "min": "63.247", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "62.499", + "max": "79.438", + "min": "60.893", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "63.633", + "max": "74.997", + "min": "62.254", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "359.969", + "max": "374.333", + "min": "359.107", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "138.425", + "max": "159.125", + "min": "136.549", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "273.612", + "max": "291.728", + "min": "255.728", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "194.166", + "max": "195.231", + "min": "193.87", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "57.833", + "max": "62.03", + "min": "57.339", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "207.036", + "max": "213.115", + "min": "201.365", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "214.315", + "max": "216.533", + "min": "213.747", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "58.81", + "max": "59.148", + "min": "58.633", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "0.035", + "max": "0.051", + "min": "0.032", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "65.42", + "max": "68.303", + "min": "64.902", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "66.712", + "max": "67.75", + "min": "66.559", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "151.915", + "max": "157.155", + "min": "151.396", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "163.335", + "max": "184.919", + "min": "160.627", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "301.359", + "max": "303.025", + "min": "301.008", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "132.562", + "max": "132.693", + "min": "132.526", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "78.591", + "max": "83.597", + "min": "78.172", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "133.153", + "max": "145.413", + "min": "130.636", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "49.105", + "max": "49.235", + "min": "49.019", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "284.29", + "max": "747.937", + "min": "247.486", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "176.86", + "max": "179.67", + "min": "174.395", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "82.599", + "max": "105.464", + "min": "78.772", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "68.978", + "max": "73.734", + "min": "68.176", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "204.487", + "max": "209.436", + "min": "203.217", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "158.52", + "max": "193.552", + "min": "156.216", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "301.382", + "max": "306.091", + "min": "300.768", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "69.364", + "max": "73.171", + "min": "68.944", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "87.85", + "max": "116.154", + "min": "84.655", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "64.782", + "max": "64.964", + "min": "64.599", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "63.105", + "max": "64.655", + "min": "62.786", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "137.465", + "max": "142.227", + "min": "136.836", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "142.938", + "max": "149.13", + "min": "142.422", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "128.19", + "max": "135.615", + "min": "125.521", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "237.434", + "max": "239.056", + "min": "236.793", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "154.585", + "max": "156.083", + "min": "153.462", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "100.413", + "max": "100.738", + "min": "100.293", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "166.617", + "max": "180.145", + "min": "165.791", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "76.092", + "max": "80.271", + "min": "75.679", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "221.729", + "max": "239.057", + "min": "220.759", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "246.264", + "max": "246.264", + "min": "246.264", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "75.233", + "max": "75.4", + "min": "75.185", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "65.921", + "max": "66.42", + "min": "65.757", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "161.581", + "max": "162.566", + "min": "161.302", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "87.59", + "max": "102.266", + "min": "79.889", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "24.049", + "max": "24.25", + "min": "23.94", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "233.505", + "max": "264.084", + "min": "230.641", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "96.892", + "max": "1096.11", + "min": "51.465", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "162.266", + "max": "201.245", + "min": "160.497", + "id": "227", + "country": "Turkey", + "source_name": "Izmir", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "241": { + "name": "Algiers", + "data": { + "0": { + "avg": "216.761", + "max": "217.684", + "min": "216.102", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "275.166", + "max": "276.774", + "min": "274.51", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "146.028", + "max": "175.03", + "min": "143.607", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "44.942", + "max": "51.966", + "min": "43.677", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "30.577", + "max": "32.149", + "min": "29.852", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "240.651", + "max": "242.82", + "min": "240.054", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "47.223", + "max": "48.257", + "min": "46.559", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "284.566", + "max": "287.347", + "min": "283.605", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "84.532", + "max": "87.962", + "min": "83.467", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "67.134", + "max": "70.94", + "min": "66.149", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "39.641", + "max": "42.734", + "min": "38.816", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "162.826", + "max": "166.731", + "min": "161.836", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "103.138", + "max": "123.127", + "min": "101.596", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "122.869", + "max": "161.139", + "min": "120.238", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "140.675", + "max": "246.796", + "min": "136.283", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "113.771", + "max": "115.744", + "min": "112.574", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "52.291", + "max": "70.373", + "min": "50.665", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "121.526", + "max": "122.24", + "min": "120.762", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "47.083", + "max": "47.649", + "min": "46.383", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "50.799", + "max": "51.753", + "min": "50.227", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "290.868", + "max": "292.527", + "min": "290.274", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "123.002", + "max": "123.53", + "min": "122.198", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "175.398", + "max": "217.433", + "min": "171.456", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "178.056", + "max": "195.603", + "min": "176.328", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "65.69", + "max": "66.262", + "min": "64.987", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "53.755", + "max": "54.865", + "min": "53.154", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "34.113", + "max": "55.448", + "min": "31.854", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "63.034", + "max": "63.711", + "min": "62.328", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "34.924", + "max": "64.465", + "min": "32.842", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "186.262", + "max": "187.05", + "min": "185.463", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "282.069", + "max": "282.77", + "min": "281.446", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "62.349", + "max": "77.633", + "min": "60.907", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "177.045", + "max": "204.989", + "min": "174.682", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "77.182", + "max": "103.754", + "min": "74.927", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "38.457", + "max": "66.649", + "min": "36.719", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "189.436", + "max": "218.985", + "min": "186.11", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.132", + "max": "173.758", + "min": "172.495", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "208.82", + "max": "234.082", + "min": "207.359", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "151.693", + "max": "154.024", + "min": "150.804", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "126.025", + "max": "129.832", + "min": "125.143", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "187.333", + "max": "198.308", + "min": "185.849", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "48.794", + "max": "51.457", + "min": "47.561", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "73.035", + "max": "89.852", + "min": "71.998", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "62.065", + "max": "72.365", + "min": "60.784", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "299.113", + "max": "347.729", + "min": "296.895", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "69.247", + "max": "72.933", + "min": "68.207", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "70.235", + "max": "71.23", + "min": "69.509", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "182.388", + "max": "184.517", + "min": "181.764", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "286.727", + "max": "307.215", + "min": "284.256", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "153.127", + "max": "154.143", + "min": "152.456", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "113.867", + "max": "130.757", + "min": "112.488", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "174.478", + "max": "175.018", + "min": "173.572", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "49.094", + "max": "65.148", + "min": "36.386", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "134.782", + "max": "136.681", + "min": "134.033", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "153.537", + "max": "159.119", + "min": "150.283", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "392.182", + "max": "394.608", + "min": "391.49", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "55.196", + "max": "56.891", + "min": "54.168", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "323.739", + "max": "340.755", + "min": "321.912", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "46.757", + "max": "62.732", + "min": "45.5", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "37.535", + "max": "39.181", + "min": "36.904", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "71.91", + "max": "73.449", + "min": "70.845", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "105.418", + "max": "148.124", + "min": "100.33", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "289.883", + "max": "315.045", + "min": "286.074", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "396.409", + "max": "396.762", + "min": "395.735", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "66.959", + "max": "68.319", + "min": "66.302", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "64.796", + "max": "66.149", + "min": "64.15", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "104.027", + "max": "105.174", + "min": "103.526", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "69.146", + "max": "78.589", + "min": "67.816", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "233.494", + "max": "235.909", + "min": "232.079", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "146.787", + "max": "150.01", + "min": "145.629", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "333.884", + "max": "334.4", + "min": "333.339", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "171.258", + "max": "173.075", + "min": "170.389", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "196.649", + "max": "198.687", + "min": "196.116", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "135.248", + "max": "136.089", + "min": "134.436", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "90.855", + "max": "91.647", + "min": "90.326", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "50.886", + "max": "70.841", + "min": "49.503", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "119.657", + "max": "120.295", + "min": "119.035", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "186.497", + "max": "191.785", + "min": "185.411", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "124.346", + "max": "136.603", + "min": "123.098", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "136.505", + "max": "137.206", + "min": "136.014", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "178.745", + "max": "181.085", + "min": "178.103", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "125.573", + "max": "126.875", + "min": "124.754", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "339.831", + "max": "344.294", + "min": "338.35", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "288.03", + "max": "291.983", + "min": "287.265", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "179.621", + "max": "181.65", + "min": "179", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "63.47", + "max": "83.285", + "min": "61.914", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "47.92", + "max": "69.518", + "min": "45.794", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "134.488", + "max": "152.459", + "min": "132.804", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "129.465", + "max": "130.119", + "min": "128.946", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "51.928", + "max": "59.585", + "min": "50.491", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "136.891", + "max": "157.225", + "min": "133.934", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "188.733", + "max": "191.88", + "min": "187.989", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "37.319", + "max": "64.882", + "min": "35.952", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "337.96", + "max": "367.225", + "min": "335.197", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "109.721", + "max": "112.095", + "min": "109.145", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "139.486", + "max": "153.797", + "min": "137.839", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "189.189", + "max": "192.339", + "min": "188.535", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "173.296", + "max": "181.523", + "min": "172.119", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "170.79", + "max": "171.672", + "min": "170.312", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "120.423", + "max": "124.315", + "min": "119.422", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "174.194", + "max": "174.845", + "min": "173.502", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "184.818", + "max": "187.212", + "min": "183.978", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "95.889", + "max": "110.905", + "min": "94.23", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "334.12", + "max": "346.538", + "min": "332.967", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "129.871", + "max": "130.481", + "min": "129.357", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "336.002", + "max": "368.272", + "min": "322.793", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "194.63", + "max": "197.914", + "min": "193.928", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "118.555", + "max": "119.663", + "min": "117.993", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "130.881", + "max": "132.349", + "min": "130.044", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "309.757", + "max": "311.106", + "min": "309.041", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "383.466", + "max": "384.434", + "min": "382.946", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "325.092", + "max": "356.719", + "min": "321.727", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "114.752", + "max": "135.419", + "min": "113.5", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "148.524", + "max": "167.851", + "min": "146.861", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "372.458", + "max": "480.629", + "min": "189.743", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.244", + "max": "291.053", + "min": "97.234", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "200.269", + "max": "223.107", + "min": "198.642", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "269.222", + "max": "288.072", + "min": "267.478", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "143.181", + "max": "165.438", + "min": "141.89", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "144.344", + "max": "145.234", + "min": "143.509", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "148.925", + "max": "149.864", + "min": "148.294", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "208.5", + "max": "385.741", + "min": "128.453", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "238.635", + "max": "239.67", + "min": "237.714", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "73.801", + "max": "96.934", + "min": "70.515", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "75.037", + "max": "75.753", + "min": "74.063", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "66.333", + "max": "111.235", + "min": "61.814", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "113.438", + "max": "117.361", + "min": "108.35", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "209.833", + "max": "228.891", + "min": "207.243", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "127.133", + "max": "128.335", + "min": "126.326", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "206.463", + "max": "234.038", + "min": "205.014", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "138.772", + "max": "158.591", + "min": "137.466", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "133.378", + "max": "154.984", + "min": "131.661", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "137.246", + "max": "138.664", + "min": "136.295", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "309.286", + "max": "312.159", + "min": "308.35", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "169.656", + "max": "170.698", + "min": "168.886", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "101.76", + "max": "102.269", + "min": "101.058", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "163.094", + "max": "175.843", + "min": "161.591", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "147.882", + "max": "148.444", + "min": "147.322", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "129.623", + "max": "130.617", + "min": "129.074", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "105.704", + "max": "107.241", + "min": "104.883", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "45.113", + "max": "49.171", + "min": "43.83", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "358.156", + "max": "360.848", + "min": "357.419", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "96.76", + "max": "119.028", + "min": "95.03", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "72.952", + "max": "73.801", + "min": "72.338", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "230.966", + "max": "246.884", + "min": "229.643", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "42.511", + "max": "45.171", + "min": "41.775", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "58.672", + "max": "80.145", + "min": "57.005", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "192.505", + "max": "194.904", + "min": "191.611", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "40.125", + "max": "41.803", + "min": "39.538", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "41.152", + "max": "42.5", + "min": "40.228", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "58.778", + "max": "76.519", + "min": "56.582", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "281.755", + "max": "284.49", + "min": "281.03", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "59.829", + "max": "62.269", + "min": "58.81", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "29.762", + "max": "54.907", + "min": "28.247", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "129.991", + "max": "130.933", + "min": "129.39", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "197.035", + "max": "198.312", + "min": "196.274", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "73.253", + "max": "75.541", + "min": "72.258", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "354.689", + "max": "406.63", + "min": "346.552", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "207.12", + "max": "208.977", + "min": "206.443", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "284.842", + "max": "371.929", + "min": "276.002", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "144.871", + "max": "147.17", + "min": "144.131", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "394.897", + "max": "395.773", + "min": "394.032", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "67.295", + "max": "93.573", + "min": "65.784", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "101.877", + "max": "102.87", + "min": "101.295", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "143.229", + "max": "166.193", + "min": "141.585", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "210.809", + "max": "212.21", + "min": "209.854", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "123.293", + "max": "123.71", + "min": "122.789", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "159.963", + "max": "160.944", + "min": "159.29", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "289.868", + "max": "310.552", + "min": "288.191", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "103.41", + "max": "104.22", + "min": "102.869", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "118.102", + "max": "138.005", + "min": "116.797", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "38.367", + "max": "55.653", + "min": "36.833", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "312.559", + "max": "315.727", + "min": "311.875", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "53.218", + "max": "55.105", + "min": "52.476", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "29.769", + "max": "37.465", + "min": "28.759", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "46.215", + "max": "47.308", + "min": "45.387", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "38.822", + "max": "40.217", + "min": "38.155", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "42.8", + "max": "43.366", + "min": "41.806", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "102.65", + "max": "104.578", + "min": "101.838", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "52.736", + "max": "53.677", + "min": "51.831", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "109.666", + "max": "114.662", + "min": "108.496", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "20.213", + "max": "35.781", + "min": "19.084", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "42.063", + "max": "51.294", + "min": "40.705", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "47.61", + "max": "48.539", + "min": "46.97", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "45.277", + "max": "61.869", + "min": "44.255", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "45.868", + "max": "49.305", + "min": "45.181", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "84.019", + "max": "85.077", + "min": "83.001", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "34.082", + "max": "39.442", + "min": "32.524", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "76.999", + "max": "169.552", + "min": "44.766", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "43.558", + "max": "44.635", + "min": "42.762", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "79.13", + "max": "91.571", + "min": "77.975", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "72.598", + "max": "74.796", + "min": "71.841", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "67.516", + "max": "70.016", + "min": "66.943", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "44.033", + "max": "45.061", + "min": "43.358", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "296.186", + "max": "316.942", + "min": "294.644", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "52.974", + "max": "73.532", + "min": "50.766", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "30.666", + "max": "31.888", + "min": "29.79", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "54.854", + "max": "70.367", + "min": "53.965", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "193.831", + "max": "216.541", + "min": "190.626", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "76.71", + "max": "77.429", + "min": "75.955", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "45.525", + "max": "49.903", + "min": "44.763", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "44.604", + "max": "45.221", + "min": "43.958", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "49.502", + "max": "312.579", + "min": "38.339", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "358.053", + "max": "361.427", + "min": "357.31", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "116.685", + "max": "119.384", + "min": "115.429", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "343.359", + "max": "359.556", + "min": "336.263", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "146.774", + "max": "147.373", + "min": "146.291", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "48.958", + "max": "49.934", + "min": "48.027", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "191.087", + "max": "211.982", + "min": "189.545", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "208.256", + "max": "209.858", + "min": "207.453", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "39.723", + "max": "40.382", + "min": "38.89", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "68.935", + "max": "70.18", + "min": "67.904", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "42.254", + "max": "44.356", + "min": "41.206", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "45.27", + "max": "46.44", + "min": "44.554", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "134.404", + "max": "135.362", + "min": "133.758", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "142.609", + "max": "159.861", + "min": "140.742", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "271.963", + "max": "373.686", + "min": "267.828", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "121.903", + "max": "123.281", + "min": "121.298", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "41.847", + "max": "42.939", + "min": "41.113", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "106.903", + "max": "108.485", + "min": "106.282", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "34.724", + "max": "60.619", + "min": "33.239", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "262.457", + "max": "501.909", + "min": "252.968", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "157.08", + "max": "159.803", + "min": "153.565", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "56.973", + "max": "57.346", + "min": "56.08", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "0.043", + "max": "0.172", + "min": "0.03", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "200.863", + "max": "221.929", + "min": "198.638", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "116.455", + "max": "118.519", + "min": "115.806", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "326.846", + "max": "343.715", + "min": "325.671", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "84.317", + "max": "86.009", + "min": "83.443", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "69.429", + "max": "83.078", + "min": "68.243", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "39.659", + "max": "40.996", + "min": "38.827", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "28.42", + "max": "29.621", + "min": "27.659", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "117.037", + "max": "122.605", + "min": "115.97", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "134.207", + "max": "134.83", + "min": "133.466", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "63.926", + "max": "68.062", + "min": "62.127", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "192.471", + "max": "194.318", + "min": "191.775", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "138.698", + "max": "158.574", + "min": "136.2", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "89.191", + "max": "90.763", + "min": "88.327", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "153.988", + "max": "156.232", + "min": "153.169", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "50.777", + "max": "63.5", + "min": "49.327", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "340.901", + "max": "355.667", + "min": "339", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "211.189", + "max": "211.189", + "min": "211.189", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "39.762", + "max": "43.369", + "min": "39.056", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "46.907", + "max": "47.537", + "min": "46.308", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "136.665", + "max": "141.032", + "min": "135.693", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "60.837", + "max": "70.773", + "min": "54.329", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "58.02", + "max": "84.49", + "min": "56.529", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "207.88", + "max": "210.115", + "min": "206.88", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "87.139", + "max": "106.738", + "min": "85.876", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "128.775", + "max": "132.416", + "min": "127.713", + "id": "241", + "country": "Algeria", + "source_name": "Algiers", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "248": { + "name": "Tunis", + "data": { + "0": { + "avg": "231.553", + "max": "231.646", + "min": "231.457", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "307.732", + "max": "308.377", + "min": "307.448", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "150.13", + "max": "150.398", + "min": "150.034", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "60.523", + "max": "65.344", + "min": "59.828", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "53.558", + "max": "54.182", + "min": "53.395", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "307.078", + "max": "307.52", + "min": "306.94", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "43.81", + "max": "44.048", + "min": "43.709", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "303.324", + "max": "307.992", + "min": "302.801", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "86.363", + "max": "86.653", + "min": "86.156", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "85.424", + "max": "90.245", + "min": "85.033", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "64.928", + "max": "65.105", + "min": "64.821", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "164.819", + "max": "180.276", + "min": "163.822", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "122.136", + "max": "122.271", + "min": "122.05", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "117.996", + "max": "120.354", + "min": "117.78", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "141.4", + "max": "142.867", + "min": "141.276", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "113.327", + "max": "113.912", + "min": "112.958", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "32.943", + "max": "33.194", + "min": "32.703", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "133.455", + "max": "133.737", + "min": "133.314", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "51.114", + "max": "51.331", + "min": "50.987", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "66.27", + "max": "66.499", + "min": "66.199", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "329.28", + "max": "329.422", + "min": "329.2", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "167.879", + "max": "168.038", + "min": "167.749", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "183.21", + "max": "183.42", + "min": "183.088", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "210.096", + "max": "211.339", + "min": "209.935", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "76.855", + "max": "77.065", + "min": "76.727", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "68.465", + "max": "68.582", + "min": "68.366", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "36.314", + "max": "39.966", + "min": "35.992", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "69.564", + "max": "73.208", + "min": "69.257", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "49.732", + "max": "49.872", + "min": "49.616", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "187.38", + "max": "188.048", + "min": "187.183", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "289.737", + "max": "292.011", + "min": "289.547", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "83.475", + "max": "83.623", + "min": "83.385", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "169.972", + "max": "171.874", + "min": "169.779", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "78.753", + "max": "80.608", + "min": "78.603", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "66.068", + "max": "67.23", + "min": "65.812", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.952", + "max": "188.533", + "min": "186.786", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "183.713", + "max": "183.816", + "min": "183.646", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "182.2", + "max": "183.366", + "min": "180.346", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "145.307", + "max": "145.639", + "min": "145.153", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "117.771", + "max": "119.073", + "min": "117.488", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "183.461", + "max": "186.679", + "min": "182.821", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "61.899", + "max": "67.214", + "min": "61.154", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "107.465", + "max": "107.805", + "min": "107.371", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "80.956", + "max": "81.074", + "min": "80.9", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "149.562", + "max": "149.698", + "min": "149.461", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "68.471", + "max": "69.156", + "min": "68.078", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "77.716", + "max": "77.915", + "min": "77.612", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "198.281", + "max": "199.166", + "min": "198.09", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "259.042", + "max": "260.403", + "min": "257.942", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "167.419", + "max": "167.666", + "min": "167.345", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "132.369", + "max": "133.099", + "min": "132.206", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "190.315", + "max": "191.035", + "min": "190.138", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "83.043", + "max": "143.511", + "min": "49.887", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "161.154", + "max": "161.266", + "min": "160.964", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "298.121", + "max": "316.368", + "min": "294.251", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "312.952", + "max": "313.411", + "min": "312.764", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "62.942", + "max": "64.647", + "min": "61.791", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "333.594", + "max": "333.687", + "min": "333.51", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "70.625", + "max": "72.021", + "min": "70.363", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "45.892", + "max": "46.094", + "min": "45.775", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "73.497", + "max": "77.206", + "min": "72.899", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "96.489", + "max": "99.902", + "min": "95.994", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "180.935", + "max": "253.592", + "min": "177.949", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "395.96", + "max": "398.888", + "min": "395.534", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "61.072", + "max": "61.573", + "min": "60.923", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "65.212", + "max": "65.613", + "min": "65.124", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "127.516", + "max": "128.278", + "min": "127.34", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "67.871", + "max": "68.153", + "min": "67.531", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "257.278", + "max": "258.083", + "min": "256.717", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "182.315", + "max": "183.442", + "min": "182.136", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "312.992", + "max": "315.07", + "min": "312.74", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "180.98", + "max": "181.367", + "min": "180.661", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "199.578", + "max": "204.912", + "min": "199.23", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "129.052", + "max": "129.141", + "min": "128.99", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "81.331", + "max": "82.579", + "min": "81.142", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "54.316", + "max": "54.622", + "min": "54.187", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "128.697", + "max": "128.825", + "min": "128.593", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "207.484", + "max": "207.579", + "min": "207.4", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "131.456", + "max": "146.275", + "min": "130.778", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "123.728", + "max": "123.82", + "min": "123.653", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "215.67", + "max": "215.905", + "min": "215.523", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "136.116", + "max": "136.921", + "min": "135.932", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "237.605", + "max": "251.485", + "min": "235.834", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "202.273", + "max": "203.768", + "min": "202.067", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "176.505", + "max": "176.616", + "min": "176.422", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "68.099", + "max": "69.181", + "min": "67.755", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "62.027", + "max": "69.252", + "min": "61.471", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "151.201", + "max": "151.549", + "min": "151.015", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "151.386", + "max": "151.634", + "min": "151.269", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "61.023", + "max": "70.319", + "min": "60.587", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "142.352", + "max": "145.091", + "min": "141.644", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "192.559", + "max": "193.2", + "min": "192.364", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "74.383", + "max": "74.48", + "min": "74.326", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "344.312", + "max": "344.462", + "min": "344.215", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "127.845", + "max": "128.801", + "min": "127.627", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "160.428", + "max": "161.39", + "min": "160.286", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "194.511", + "max": "194.709", + "min": "194.288", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "190.487", + "max": "196.624", + "min": "189.955", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "180.061", + "max": "180.205", + "min": "179.965", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "148.884", + "max": "151.658", + "min": "148.515", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "160.744", + "max": "160.856", + "min": "160.685", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "194.384", + "max": "194.677", + "min": "194.19", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "85.667", + "max": "86.267", + "min": "85.495", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "364.89", + "max": "369.218", + "min": "364.209", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "138.769", + "max": "139.028", + "min": "138.653", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "342.223", + "max": "368.441", + "min": "314.875", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "230.586", + "max": "233.078", + "min": "230.271", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "129.042", + "max": "129.235", + "min": "128.884", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "123.684", + "max": "123.824", + "min": "123.543", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "190.341", + "max": "191.505", + "min": "190.082", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "340.294", + "max": "340.545", + "min": "340.221", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "324.771", + "max": "325.63", + "min": "324.645", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "131.859", + "max": "131.957", + "min": "131.762", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "156.47", + "max": "156.965", + "min": "156.326", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "393.616", + "max": "512.821", + "min": "244.064", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.89", + "max": "284.4", + "min": "97.635", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "179.093", + "max": "202.856", + "min": "176.976", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "268.686", + "max": "270.741", + "min": "268.466", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "150.689", + "max": "150.904", + "min": "150.554", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "140.805", + "max": "142.233", + "min": "140.527", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "169.319", + "max": "172.416", + "min": "169.027", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "204.279", + "max": "366.348", + "min": "134.561", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "218.687", + "max": "219.444", + "min": "218.535", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "92.335", + "max": "231.774", + "min": "86.909", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "66.951", + "max": "67.16", + "min": "66.852", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "73.647", + "max": "75.261", + "min": "73.194", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "111.59", + "max": "111.955", + "min": "111.303", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "171.492", + "max": "172.381", + "min": "171.203", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "119.842", + "max": "120.172", + "min": "119.658", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "234.438", + "max": "235.461", + "min": "234.271", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "137.28", + "max": "142.209", + "min": "136.9", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "137.761", + "max": "137.874", + "min": "137.618", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "145.562", + "max": "145.718", + "min": "145.446", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "328.139", + "max": "329.506", + "min": "327.654", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "159.126", + "max": "160.173", + "min": "159.022", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "129.278", + "max": "129.561", + "min": "129.119", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "169.156", + "max": "174.627", + "min": "168.434", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "174.197", + "max": "174.367", + "min": "174.121", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "155.584", + "max": "155.852", + "min": "155.467", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "115.701", + "max": "115.876", + "min": "115.534", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "53.194", + "max": "53.463", + "min": "53.046", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "212.932", + "max": "217.16", + "min": "212.377", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "72.54", + "max": "72.828", + "min": "72.414", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "61.253", + "max": "61.466", + "min": "61.095", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "237.539", + "max": "239.401", + "min": "237.136", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "53.162", + "max": "53.813", + "min": "52.936", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "43.578", + "max": "62.934", + "min": "42.716", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "194.515", + "max": "194.785", + "min": "194.419", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "48.06", + "max": "48.131", + "min": "47.984", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "56.762", + "max": "56.873", + "min": "56.692", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "52.869", + "max": "71.662", + "min": "51.064", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "323.25", + "max": "323.385", + "min": "323.18", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "62.063", + "max": "63.131", + "min": "61.87", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "43.983", + "max": "60.249", + "min": "43.209", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "128.992", + "max": "131.195", + "min": "128.813", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "221.431", + "max": "259.282", + "min": "219.869", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "75.467", + "max": "76.121", + "min": "75.227", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "187.137", + "max": "251.848", + "min": "178.828", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "170.112", + "max": "170.463", + "min": "169.98", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "281.62", + "max": "369.462", + "min": "274.553", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "154.528", + "max": "154.717", + "min": "154.45", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "432.65", + "max": "432.999", + "min": "432.306", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "67.459", + "max": "67.54", + "min": "67.396", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "133.955", + "max": "134.097", + "min": "133.819", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "140.311", + "max": "140.488", + "min": "140.192", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "191.204", + "max": "191.276", + "min": "191.131", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "118.193", + "max": "118.465", + "min": "118.083", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "192.313", + "max": "192.527", + "min": "192.133", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "338.929", + "max": "347.354", + "min": "315.064", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "130.867", + "max": "131.096", + "min": "130.733", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "133.841", + "max": "134.937", + "min": "133.685", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "43.449", + "max": "43.919", + "min": "43.307", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "301.723", + "max": "301.789", + "min": "301.653", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "53.227", + "max": "54.698", + "min": "53.12", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "44.637", + "max": "44.898", + "min": "44.355", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "41.546", + "max": "45.979", + "min": "41.237", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "36.017", + "max": "36.324", + "min": "35.931", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "63.065", + "max": "70.001", + "min": "62.62", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "98.997", + "max": "99.867", + "min": "98.774", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "43.38", + "max": "43.631", + "min": "43.262", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "111.864", + "max": "113.039", + "min": "111.747", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "12.53", + "max": "12.96", + "min": "12.395", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "54.95", + "max": "55.677", + "min": "54.758", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "63.029", + "max": "63.22", + "min": "62.949", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "40.055", + "max": "40.136", + "min": "39.939", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "59.762", + "max": "59.946", + "min": "59.649", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "68.818", + "max": "76.997", + "min": "68.291", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "49.99", + "max": "56.706", + "min": "48.903", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "81.205", + "max": "137.914", + "min": "52.352", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "52.747", + "max": "53.423", + "min": "52.662", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "68.547", + "max": "68.995", + "min": "68.343", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "75.167", + "max": "101.988", + "min": "74.05", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "85.93", + "max": "86.548", + "min": "85.548", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "45.842", + "max": "50.992", + "min": "45.445", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "305.587", + "max": "311.105", + "min": "303.578", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "56.19", + "max": "56.323", + "min": "56.078", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "33.76", + "max": "34.039", + "min": "33.573", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "66.291", + "max": "66.488", + "min": "66.206", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "205.632", + "max": "211.72", + "min": "203.286", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "94.402", + "max": "94.548", + "min": "94.299", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "47.136", + "max": "63.384", + "min": "45.967", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "55.26", + "max": "55.574", + "min": "55.108", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "41.055", + "max": "41.357", + "min": "40.89", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "356.757", + "max": "370.543", + "min": "355.535", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "132.473", + "max": "135.203", + "min": "131.921", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "259.343", + "max": "262.585", + "min": "254.291", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "212.377", + "max": "212.492", + "min": "212.255", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "63.802", + "max": "63.97", + "min": "63.718", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "202.108", + "max": "202.373", + "min": "201.936", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "199.871", + "max": "200.164", + "min": "199.627", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "51.701", + "max": "51.999", + "min": "51.604", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "63.049", + "max": "63.434", + "min": "62.894", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "44.728", + "max": "46.042", + "min": "44.345", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "42.01", + "max": "43.333", + "min": "41.65", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "132.717", + "max": "132.937", + "min": "132.663", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "132.985", + "max": "134.42", + "min": "132.873", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "363.165", + "max": "363.308", + "min": "362.987", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "126.928", + "max": "126.991", + "min": "126.871", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "63.295", + "max": "63.495", + "min": "63.194", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "127.671", + "max": "127.807", + "min": "127.595", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "54.851", + "max": "54.953", + "min": "54.712", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "241.493", + "max": "308.262", + "min": "239.006", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "165.622", + "max": "169.252", + "min": "162.502", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "45.994", + "max": "46.146", + "min": "45.87", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "28.644", + "max": "30.137", + "min": "27.933", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "188.505", + "max": "203.355", + "min": "187.238", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "289.818", + "max": "290.631", + "min": "289.44", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "299.239", + "max": "299.381", + "min": "299.139", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "95.38", + "max": "97.11", + "min": "95.067", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "64.958", + "max": "65.118", + "min": "64.883", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "50.394", + "max": "50.46", + "min": "50.332", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "0.038", + "max": "0.08", + "min": "0.025", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "123.385", + "max": "125.644", + "min": "122.964", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "120.224", + "max": "120.422", + "min": "120.103", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "84.91", + "max": "94.131", + "min": "82.71", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "184.222", + "max": "185.358", + "min": "183.201", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "127.877", + "max": "129.422", + "min": "127.17", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "96.389", + "max": "98.124", + "min": "96.196", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "176.909", + "max": "177.101", + "min": "176.727", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "53.496", + "max": "56.134", + "min": "53.309", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "229.759", + "max": "230.787", + "min": "228.786", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "218.487", + "max": "218.487", + "min": "218.487", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "44.02", + "max": "44.155", + "min": "43.956", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "49.741", + "max": "49.914", + "min": "49.659", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "140.449", + "max": "154.533", + "min": "139.813", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "64.501", + "max": "75.031", + "min": "56.108", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "56.316", + "max": "75.638", + "min": "55.565", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "202.966", + "max": "204.003", + "min": "202.737", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "80.415", + "max": "82.129", + "min": "80.156", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "135.344", + "max": "135.48", + "min": "135.284", + "id": "248", + "country": "Tunisia", + "source_name": "Tunis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "251": { + "name": "Beirut", + "data": { + "0": { + "avg": "259.858", + "max": "262.802", + "min": "257.916", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "313.989", + "max": "315.783", + "min": "312.273", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "144.868", + "max": "154.294", + "min": "142.827", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "73.656", + "max": "80.696", + "min": "70.981", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "55.404", + "max": "66.732", + "min": "52.692", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "292.188", + "max": "293.826", + "min": "290.304", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "65.431", + "max": "71.411", + "min": "63.833", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "316.691", + "max": "321.559", + "min": "314.549", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "106.258", + "max": "111.702", + "min": "104.107", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "86.904", + "max": "94.065", + "min": "84.557", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "62.061", + "max": "68.195", + "min": "59.819", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "165.974", + "max": "168.156", + "min": "164.337", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "129.415", + "max": "139.109", + "min": "127.405", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "138.838", + "max": "151.41", + "min": "136.807", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "166.86", + "max": "170.062", + "min": "164.925", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "132.292", + "max": "135.776", + "min": "130.291", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "61.558", + "max": "65.939", + "min": "59.43", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "143.986", + "max": "145.837", + "min": "142.639", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "70.692", + "max": "78.252", + "min": "68.672", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "71.811", + "max": "78.327", + "min": "69.95", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "329.355", + "max": "339.947", + "min": "327.169", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "147.21", + "max": "152.051", + "min": "145.211", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "200.874", + "max": "202.618", + "min": "199.361", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "200.347", + "max": "206.326", + "min": "198.476", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "89.749", + "max": "95.458", + "min": "87.704", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "72.589", + "max": "78.214", + "min": "70.379", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "61.962", + "max": "68.514", + "min": "59.734", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "78.396", + "max": "80.594", + "min": "76.5", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "62.792", + "max": "66.003", + "min": "61.272", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "201.818", + "max": "207.008", + "min": "199.75", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "226.656", + "max": "228.508", + "min": "225.011", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "83.92", + "max": "91.551", + "min": "82.182", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "190.812", + "max": "197.317", + "min": "188.91", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "92.046", + "max": "96.581", + "min": "90.457", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "67.454", + "max": "70.589", + "min": "65.751", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "261.91", + "max": "266.659", + "min": "260.222", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "193.608", + "max": "195.457", + "min": "191.907", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "192.937", + "max": "195.423", + "min": "191.382", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "156.888", + "max": "159.243", + "min": "154.537", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "132.486", + "max": "140.366", + "min": "131.001", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "203.46", + "max": "208.15", + "min": "200.7", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "68.843", + "max": "71.368", + "min": "66.846", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "93.48", + "max": "95.843", + "min": "91.622", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "89.437", + "max": "94.445", + "min": "87.46", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "180.856", + "max": "185.364", + "min": "178.663", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "86.596", + "max": "89.359", + "min": "84.386", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "101.36", + "max": "107.426", + "min": "99.367", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "209.741", + "max": "215.579", + "min": "207.97", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "294.092", + "max": "300.431", + "min": "292.169", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "162.899", + "max": "164.633", + "min": "161.52", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "140.259", + "max": "142.199", + "min": "138.956", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "202.803", + "max": "206.393", + "min": "201.213", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "118.674", + "max": "206.695", + "min": "101.6", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "158.275", + "max": "160.982", + "min": "156.551", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "309.659", + "max": "318.894", + "min": "304.176", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "320.804", + "max": "322.277", + "min": "318.966", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "79.148", + "max": "84.93", + "min": "76.141", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "359.753", + "max": "361.967", + "min": "357.617", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "108.106", + "max": "111.617", + "min": "105.968", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "69.32", + "max": "77.848", + "min": "66.93", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "99.88", + "max": "103.817", + "min": "97.733", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "99.581", + "max": "160.188", + "min": "92.626", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "315.751", + "max": "370.102", + "min": "309.733", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "320.619", + "max": "325.058", + "min": "317.977", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "97.348", + "max": "100.063", + "min": "95.376", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "90.485", + "max": "92.632", + "min": "88.823", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "134.213", + "max": "141.645", + "min": "131.8", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "92.495", + "max": "100.288", + "min": "90.188", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "259.453", + "max": "262.724", + "min": "257.562", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "170.511", + "max": "173.361", + "min": "168.849", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "309.568", + "max": "318.581", + "min": "306.879", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "192.178", + "max": "199.503", + "min": "189.947", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "219.382", + "max": "222.515", + "min": "216.917", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "150.596", + "max": "152.836", + "min": "147.927", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "104.634", + "max": "114.278", + "min": "102.781", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "72.715", + "max": "74.973", + "min": "71.209", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "145.157", + "max": "151.558", + "min": "142.575", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "209.447", + "max": "211.726", + "min": "208.161", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "150.308", + "max": "154.538", + "min": "148.381", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "142.581", + "max": "143.765", + "min": "140.94", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "200.824", + "max": "203.383", + "min": "199.199", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "148.602", + "max": "150.363", + "min": "146.277", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "294.179", + "max": "312.939", + "min": "276.415", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "194.944", + "max": "198.099", + "min": "193.714", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "192.561", + "max": "194.505", + "min": "190.765", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "101.188", + "max": "103.71", + "min": "99.62", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "70.195", + "max": "74.717", + "min": "68.278", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "151.485", + "max": "153.63", + "min": "150.078", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "170.709", + "max": "172.959", + "min": "168.515", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "66.955", + "max": "73.957", + "min": "65.022", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "163.291", + "max": "170.589", + "min": "161.547", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "202.06", + "max": "203.853", + "min": "200.093", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "69.473", + "max": "75.293", + "min": "67.458", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "311.652", + "max": "319.906", + "min": "309.63", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "138.867", + "max": "143.938", + "min": "136.983", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "156.84", + "max": "159.652", + "min": "154.124", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "206.3", + "max": "209.202", + "min": "204.215", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "184.084", + "max": "194.089", + "min": "181.38", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "199.307", + "max": "206.514", + "min": "197.024", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "149.279", + "max": "151.855", + "min": "147.357", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "163.558", + "max": "174.542", + "min": "160.518", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "204.541", + "max": "213.345", + "min": "202.297", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "95.537", + "max": "98.44", + "min": "93.681", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "355.559", + "max": "358.484", + "min": "353.193", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "158.302", + "max": "161.315", + "min": "156.282", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "374.059", + "max": "383.8", + "min": "350.255", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "233.947", + "max": "238.419", + "min": "231.756", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "138.558", + "max": "140.293", + "min": "137.06", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "146.673", + "max": "149.323", + "min": "145.276", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "188.685", + "max": "191.406", + "min": "187.145", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "388.605", + "max": "400.613", + "min": "386.092", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "323.211", + "max": "331.304", + "min": "320.77", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "135.34", + "max": "137.134", + "min": "133.534", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "152.624", + "max": "154.643", + "min": "150.547", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "432.717", + "max": "539.044", + "min": "270.72", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "195.8", + "max": "272.364", + "min": "125.464", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "200.438", + "max": "204.985", + "min": "198.299", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "271.994", + "max": "276.508", + "min": "270.017", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "168.049", + "max": "184.197", + "min": "165.256", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "158.643", + "max": "162.445", + "min": "156.314", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "175.493", + "max": "178.103", + "min": "173.43", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "234.083", + "max": "387.133", + "min": "155.636", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "249.593", + "max": "253.851", + "min": "247.688", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "104.332", + "max": "299.723", + "min": "89.66", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "95.371", + "max": "101.132", + "min": "93.165", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "88.263", + "max": "90.667", + "min": "86.54", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "136.775", + "max": "144.842", + "min": "134.039", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "191.129", + "max": "193.13", + "min": "189.446", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "158.438", + "max": "161.781", + "min": "156.831", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "223.54", + "max": "233.126", + "min": "220.892", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "153.036", + "max": "156.716", + "min": "151.234", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "155.739", + "max": "159.106", + "min": "154.229", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "163.604", + "max": "166.819", + "min": "161.475", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "346.763", + "max": "355.518", + "min": "344.024", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "177.475", + "max": "185.299", + "min": "175.876", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "133.04", + "max": "139.569", + "min": "131.37", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "183.139", + "max": "189.871", + "min": "180.481", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "166.119", + "max": "178.188", + "min": "163.684", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "165.169", + "max": "169.549", + "min": "163.789", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "140.537", + "max": "142.498", + "min": "138.725", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "71.859", + "max": "73.849", + "min": "70.243", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "227.901", + "max": "234.543", + "min": "226.411", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "95.879", + "max": "97.654", + "min": "94.017", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "78.332", + "max": "85.381", + "min": "76.067", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "245.033", + "max": "256.52", + "min": "242.743", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "64.078", + "max": "73.564", + "min": "61.549", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "95.655", + "max": "97.944", + "min": "93.855", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "297.066", + "max": "304.012", + "min": "294.827", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "62.671", + "max": "65.428", + "min": "60.853", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "63.332", + "max": "71.004", + "min": "60.914", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "65.826", + "max": "80.92", + "min": "63.499", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "306.735", + "max": "315", + "min": "304.456", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "85.306", + "max": "87.016", + "min": "84.034", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "65.229", + "max": "97.134", + "min": "62.275", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "139.602", + "max": "146.57", + "min": "137.538", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "220.619", + "max": "227.807", + "min": "217.922", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "93.53", + "max": "95.734", + "min": "91.207", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "322.23", + "max": "363.198", + "min": "312.728", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "172.787", + "max": "174.425", + "min": "170.757", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "289.818", + "max": "401.091", + "min": "282.162", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "167.322", + "max": "169.634", + "min": "165.768", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "427.451", + "max": "434.193", + "min": "425.349", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "92.51", + "max": "95.006", + "min": "90.84", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "132.445", + "max": "139.987", + "min": "129.965", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "158.994", + "max": "165.571", + "min": "157.003", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "208.758", + "max": "211.171", + "min": "207.091", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "147.773", + "max": "150.197", + "min": "146.199", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "187.426", + "max": "189.012", + "min": "185.629", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "307.007", + "max": "309.31", + "min": "305.052", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "141.423", + "max": "144.262", + "min": "139.024", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "157.186", + "max": "159.482", + "min": "155.692", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "61.265", + "max": "64.314", + "min": "58.659", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "180.501", + "max": "187.032", + "min": "178.375", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "72.339", + "max": "74.502", + "min": "70.176", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "67.542", + "max": "72.968", + "min": "65.621", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "58.763", + "max": "62.379", + "min": "56.759", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "49.897", + "max": "52.737", + "min": "48.297", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "66.071", + "max": "73.73", + "min": "63.923", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "101.283", + "max": "104.209", + "min": "99.803", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "76.044", + "max": "83.228", + "min": "73.882", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "124.639", + "max": "127.562", + "min": "123.232", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.531", + "max": "71.108", + "min": "67.171", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "65.981", + "max": "68.386", + "min": "64.302", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "68.142", + "max": "73.51", + "min": "66.609", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "67.575", + "max": "69.305", + "min": "65.779", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "76.495", + "max": "77.91", + "min": "75.337", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "101.452", + "max": "104.402", + "min": "99.774", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "79.086", + "max": "83.843", + "min": "76.381", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "98.397", + "max": "148.721", + "min": "68.491", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "70.36", + "max": "78.97", + "min": "67.847", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "114.183", + "max": "121.32", + "min": "112.142", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "88.665", + "max": "97.014", + "min": "86.328", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "91.383", + "max": "98.159", + "min": "89", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "65.637", + "max": "72", + "min": "63.977", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "325.506", + "max": "328.236", + "min": "323.766", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "68.789", + "max": "70.87", + "min": "67.313", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "82.778", + "max": "87.296", + "min": "80.597", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "82.978", + "max": "91.847", + "min": "80.608", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "217.646", + "max": "225.581", + "min": "214.406", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "104.27", + "max": "106.061", + "min": "102.455", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "67.261", + "max": "70.06", + "min": "65.358", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "66.108", + "max": "72.569", + "min": "63.493", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "63.698", + "max": "69.84", + "min": "61.582", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "361.514", + "max": "374.354", + "min": "358.207", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "138.92", + "max": "146.137", + "min": "136.755", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "292.647", + "max": "299.083", + "min": "263.209", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "311.835", + "max": "313.309", + "min": "309.598", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "63.919", + "max": "67.403", + "min": "62.401", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "220.394", + "max": "226.942", + "min": "218.28", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "207.92", + "max": "221.187", + "min": "205.454", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "89.724", + "max": "94.201", + "min": "87.116", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "128.689", + "max": "133.607", + "min": "126.439", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "66.264", + "max": "71.693", + "min": "63.998", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "68.988", + "max": "71.753", + "min": "67.163", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "153.53", + "max": "156.687", + "min": "151.672", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "160.669", + "max": "167.714", + "min": "158.588", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "221.205", + "max": "303.793", + "min": "214.256", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "140.477", + "max": "148.596", + "min": "138.752", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "68.672", + "max": "79.691", + "min": "66.72", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "137.288", + "max": "143.544", + "min": "135.266", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "66.504", + "max": "72.986", + "min": "64.314", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "277.632", + "max": "727.081", + "min": "259.845", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "168.425", + "max": "176.071", + "min": "164.873", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "67.109", + "max": "73.484", + "min": "64.683", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "65.016", + "max": "71.6", + "min": "62.397", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "197.786", + "max": "201.099", + "min": "194.309", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "153.978", + "max": "155.949", + "min": "152.21", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "293.934", + "max": "296.55", + "min": "292.383", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "144.717", + "max": "147.1", + "min": "142.758", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "83.442", + "max": "86.091", + "min": "81.655", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "64.369", + "max": "66.308", + "min": "62.303", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "85.447", + "max": "92.539", + "min": "83.041", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "147.079", + "max": "150.086", + "min": "144.651", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "134.38", + "max": "137.402", + "min": "131.748", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "0.023", + "max": "0.031", + "min": "0.017", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "208.77", + "max": "211.802", + "min": "206.701", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "146.236", + "max": "149.384", + "min": "143.869", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "112.826", + "max": "115.258", + "min": "111.405", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "167.867", + "max": "170.622", + "min": "166.18", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "73.666", + "max": "76.494", + "min": "71.173", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "238.887", + "max": "240.91", + "min": "236.907", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "228.174", + "max": "228.174", + "min": "228.174", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "64.558", + "max": "71.103", + "min": "62.584", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "64.164", + "max": "73.954", + "min": "61.823", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "159.601", + "max": "171.519", + "min": "157.352", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "76.824", + "max": "88.636", + "min": "68.547", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "78.384", + "max": "88.714", + "min": "76.339", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "157.258", + "max": "166.554", + "min": "155.049", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "133.913", + "max": "135.701", + "min": "131.774", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "179.557", + "max": "276.771", + "min": "155.003", + "id": "251", + "country": "Lebanon", + "source_name": "Beirut", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "258": { + "name": "Jerusalem", + "data": { + "0": { + "avg": "261.467", + "max": "262.628", + "min": "261.279", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "286.545", + "max": "287.776", + "min": "286.326", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "147.57", + "max": "149.238", + "min": "147.364", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "152.627", + "max": "157.285", + "min": "152.226", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "200.775", + "max": "203.178", + "min": "200.39", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "292.154", + "max": "293.163", + "min": "291.885", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "62.594", + "max": "63.4", + "min": "62.392", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "320.986", + "max": "327.402", + "min": "320.343", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "94.946", + "max": "95.571", + "min": "94.798", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "82.61", + "max": "91.996", + "min": "82.115", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "63.841", + "max": "67.942", + "min": "63.437", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "174.836", + "max": "175.039", + "min": "174.733", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "133.483", + "max": "134.475", + "min": "133.258", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "139.572", + "max": "140.917", + "min": "139.245", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "162.429", + "max": "163.265", + "min": "162.171", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "140.345", + "max": "142.506", + "min": "139.994", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "77.558", + "max": "77.882", + "min": "77.347", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "148.508", + "max": "152.589", + "min": "147.827", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "74.798", + "max": "75.103", + "min": "74.653", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "64.409", + "max": "65.956", + "min": "64.209", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "317.1", + "max": "318.226", + "min": "316.913", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "149.647", + "max": "150.108", + "min": "149.499", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "192.84", + "max": "194.929", + "min": "192.58", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "199.342", + "max": "199.942", + "min": "199.06", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "77.227", + "max": "78.965", + "min": "77.01", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "69.532", + "max": "70.165", + "min": "69.394", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "66.201", + "max": "68.164", + "min": "65.812", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "75.156", + "max": "76.113", + "min": "74.963", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "53.198", + "max": "53.573", + "min": "53.07", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "202.676", + "max": "203.251", + "min": "202.491", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "212.438", + "max": "213.245", + "min": "212.21", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "73.68", + "max": "73.834", + "min": "73.57", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "199.027", + "max": "203.433", + "min": "198.648", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "90.382", + "max": "90.875", + "min": "90.211", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "59.219", + "max": "59.943", + "min": "59.062", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "294.964", + "max": "296.066", + "min": "294.74", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "197.357", + "max": "197.526", + "min": "197.271", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "191.11", + "max": "192.531", + "min": "190.825", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "159.641", + "max": "160.543", + "min": "159.458", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "135.305", + "max": "136.378", + "min": "135.032", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "209.945", + "max": "215.685", + "min": "209.417", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "138.016", + "max": "145.142", + "min": "137.298", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "95.701", + "max": "95.898", + "min": "95.537", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "83.199", + "max": "83.577", + "min": "83.096", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "190.26", + "max": "190.357", + "min": "190.191", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "72.91", + "max": "73.424", + "min": "72.427", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "90.782", + "max": "91.486", + "min": "90.578", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "209.484", + "max": "209.987", + "min": "209.266", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "282.116", + "max": "283.68", + "min": "281.872", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "167.077", + "max": "167.568", + "min": "166.957", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "140.433", + "max": "143.436", + "min": "140.079", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "194.296", + "max": "194.555", + "min": "194.003", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "108.92", + "max": "119.356", + "min": "101.95", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "162.68", + "max": "163.903", + "min": "162.484", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "292.258", + "max": "300.449", + "min": "288.819", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "298.676", + "max": "299.493", + "min": "298.449", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "84.93", + "max": "87.35", + "min": "84.134", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "335.805", + "max": "336.152", + "min": "335.682", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "80.888", + "max": "82.084", + "min": "80.474", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "60.729", + "max": "60.901", + "min": "60.608", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "108.49", + "max": "111.266", + "min": "107.976", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "112.317", + "max": "141.66", + "min": "110.791", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "248.367", + "max": "250.593", + "min": "247.966", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "253.483", + "max": "254.691", + "min": "253.215", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "87.61", + "max": "87.979", + "min": "87.478", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "77.575", + "max": "78.235", + "min": "77.434", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "135.263", + "max": "136.771", + "min": "135.047", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "87.789", + "max": "100.413", + "min": "86.807", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "265.693", + "max": "266.953", + "min": "264.944", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "170.256", + "max": "170.902", + "min": "170.136", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "312.797", + "max": "314.304", + "min": "312.511", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "199.856", + "max": "200.625", + "min": "199.568", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "207.87", + "max": "212.079", + "min": "207.555", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "157.875", + "max": "158.382", + "min": "157.685", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "108.717", + "max": "109.221", + "min": "108.428", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "70.827", + "max": "72.021", + "min": "70.605", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "146.014", + "max": "146.501", + "min": "145.791", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "199.999", + "max": "200.913", + "min": "199.829", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "151.958", + "max": "156.717", + "min": "151.552", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "154.321", + "max": "154.556", + "min": "154.17", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "200.086", + "max": "200.882", + "min": "199.922", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "140.425", + "max": "141.078", + "min": "140.098", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "259.883", + "max": "261.243", + "min": "259.453", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "293.889", + "max": "295.256", + "min": "293.649", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "180.119", + "max": "180.201", + "min": "180.046", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "3.864", + "max": "4.798", + "min": "3.543", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "75.992", + "max": "76.93", + "min": "75.794", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "157.655", + "max": "157.946", + "min": "157.461", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "155.65", + "max": "156.705", + "min": "155.369", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "70.795", + "max": "73.751", + "min": "70.489", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "160.326", + "max": "163.034", + "min": "159.564", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "199.822", + "max": "200.68", + "min": "199.53", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "78.55", + "max": "79.119", + "min": "78.44", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "330.685", + "max": "340.631", + "min": "329.956", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "140.17", + "max": "140.647", + "min": "139.983", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "165.064", + "max": "165.818", + "min": "164.906", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "220.474", + "max": "220.761", + "min": "220.225", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "200.916", + "max": "214.141", + "min": "199.188", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "201.712", + "max": "202.486", + "min": "201.518", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "152.744", + "max": "164.484", + "min": "152.038", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "158.649", + "max": "159.855", + "min": "158.429", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "195.884", + "max": "196.904", + "min": "195.481", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "93.683", + "max": "94.845", + "min": "93.383", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "366.328", + "max": "368.209", + "min": "365.64", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "156.185", + "max": "157.027", + "min": "155.965", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "427.641", + "max": "442.22", + "min": "414.711", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "233.951", + "max": "237.684", + "min": "233.536", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "137.29", + "max": "138.299", + "min": "137.061", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "147.852", + "max": "148.513", + "min": "147.625", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "186.354", + "max": "190.398", + "min": "185.589", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "322.274", + "max": "323.24", + "min": "322.092", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "317.709", + "max": "390.14", + "min": "310.46", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "134.425", + "max": "136.064", + "min": "134.214", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": null, + "max": null, + "min": null, + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "411.642", + "max": "520.984", + "min": "230.29", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "182.361", + "max": "265.591", + "min": "101.518", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "217.949", + "max": "220.173", + "min": "217.321", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "271.111", + "max": "272.178", + "min": "270.824", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "169.045", + "max": "169.825", + "min": "168.83", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "160.737", + "max": "161.709", + "min": "160.494", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "172.013", + "max": "172.683", + "min": "171.789", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "241.407", + "max": "394.715", + "min": "161.344", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "257.808", + "max": "259.197", + "min": "257.6", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "84.837", + "max": "196.891", + "min": "79.947", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "79.469", + "max": "79.989", + "min": "79.335", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "76.265", + "max": "77.486", + "min": "75.632", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "132.087", + "max": "133.047", + "min": "131.867", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "200.401", + "max": "203.523", + "min": "200.06", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "164.335", + "max": "164.99", + "min": "164.091", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "218.816", + "max": "219.427", + "min": "218.583", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "157.765", + "max": "159.978", + "min": "157.532", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "150.45", + "max": "151.657", + "min": "150.239", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "157.492", + "max": "157.808", + "min": "157.321", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "347.524", + "max": "349.044", + "min": "346.814", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "174.388", + "max": "175.235", + "min": "174.188", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "133.547", + "max": "134.014", + "min": "133.313", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "183.567", + "max": "189.096", + "min": "182.637", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "186.642", + "max": "187.215", + "min": "186.498", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "207.604", + "max": "208.065", + "min": "207.492", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "135.481", + "max": "135.848", + "min": "135.34", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "145.994", + "max": "146.718", + "min": "145.783", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "204.268", + "max": "204.581", + "min": "204.096", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "80.522", + "max": "82.187", + "min": "80.326", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "70.939", + "max": "71.5", + "min": "70.73", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "244.491", + "max": "248.652", + "min": "243.952", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "64.425", + "max": "64.982", + "min": "64.091", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "77.37", + "max": "77.772", + "min": "77.214", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "315.829", + "max": "316.399", + "min": "315.594", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "64.756", + "max": "65.223", + "min": "64.603", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "66.53", + "max": "68.314", + "min": "66.38", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "57.532", + "max": "64.766", + "min": "56.403", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "318.86", + "max": "319.483", + "min": "318.731", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "76.482", + "max": "77.829", + "min": "76.154", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "63.299", + "max": "65.119", + "min": "62.58", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "142.683", + "max": "143.637", + "min": "142.436", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "215.407", + "max": "216.992", + "min": "215.21", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "81.814", + "max": "82.567", + "min": "81.574", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "364.193", + "max": "413.155", + "min": "354.554", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "171.602", + "max": "171.948", + "min": "171.375", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "294.832", + "max": "372.952", + "min": "289.206", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "168.366", + "max": "169.105", + "min": "168.096", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "246.145", + "max": "246.665", + "min": "245.994", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "78.407", + "max": "78.667", + "min": "78.305", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "131.687", + "max": "132.212", + "min": "131.544", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "155.435", + "max": "156.422", + "min": "155.247", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "222.228", + "max": "222.63", + "min": "222.13", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "139.679", + "max": "140.662", + "min": "139.501", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "201.052", + "max": "201.424", + "min": "200.914", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "257.65", + "max": "266.036", + "min": "234.529", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "135.553", + "max": "136.679", + "min": "135.345", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "160.005", + "max": "160.289", + "min": "159.934", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "75.645", + "max": "76.432", + "min": "75.369", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "190.199", + "max": "190.515", + "min": "190.079", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "75.089", + "max": "76.957", + "min": "74.902", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "65.342", + "max": "66.539", + "min": "65.157", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "74.028", + "max": "75.03", + "min": "73.799", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "65.96", + "max": "67.142", + "min": "65.796", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "68.327", + "max": "68.957", + "min": "68.046", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "107.494", + "max": "109.174", + "min": "107.272", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "88.66", + "max": "89.047", + "min": "88.545", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "101.374", + "max": "103.73", + "min": "100.96", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "84.159", + "max": "84.921", + "min": "83.988", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "61.636", + "max": "63.383", + "min": "61.378", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "64.73", + "max": "65.165", + "min": "64.563", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "61.239", + "max": "62.244", + "min": "61.053", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "71.345", + "max": "74.109", + "min": "71.063", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "98.742", + "max": "99.745", + "min": "98.354", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "74.074", + "max": "77.74", + "min": "73.293", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "89.005", + "max": "131.23", + "min": "64.404", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "65.205", + "max": "66.529", + "min": "65.103", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "103.731", + "max": "104.575", + "min": "103.492", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "83.129", + "max": "89.302", + "min": "82.649", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "78.744", + "max": "79.138", + "min": "78.233", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "61.987", + "max": "65.265", + "min": "61.558", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "256.849", + "max": "258.251", + "min": "256.539", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "60.638", + "max": "61.695", + "min": "60.428", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "80.915", + "max": "81.537", + "min": "80.69", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "75.587", + "max": "76.729", + "min": "75.413", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "214.394", + "max": "219.982", + "min": "212.72", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "254.361", + "max": "254.874", + "min": "254.195", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "61.72", + "max": "64.433", + "min": "61.347", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "62.12", + "max": "65.705", + "min": "61.391", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "62.961", + "max": "63.54", + "min": "62.801", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "350.842", + "max": "351.694", + "min": "350.634", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "140.429", + "max": "141.547", + "min": "140.003", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "277.408", + "max": "281.448", + "min": "272.019", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "286.243", + "max": "286.843", + "min": "286.088", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "64.908", + "max": "65.569", + "min": "64.775", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "187.544", + "max": "189.515", + "min": "185.056", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "215.439", + "max": "215.663", + "min": "215.172", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "81.662", + "max": "82.206", + "min": "81.429", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "100.519", + "max": "101.044", + "min": "100.334", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "69.025", + "max": "70.386", + "min": "68.673", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "62.622", + "max": "64.487", + "min": "62.232", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "155.105", + "max": "155.845", + "min": "154.899", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "171.827", + "max": "172.325", + "min": "171.663", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "280.473", + "max": "285.785", + "min": "280.051", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "207.137", + "max": "207.553", + "min": "207.006", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "63.509", + "max": "63.87", + "min": "63.373", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "136.278", + "max": "137.048", + "min": "136.134", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "64.679", + "max": "64.997", + "min": "64.512", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "254.895", + "max": "255.916", + "min": "254.611", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "177.436", + "max": "182.252", + "min": "174.592", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "80.502", + "max": "80.654", + "min": "80.359", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "89.449", + "max": "91.21", + "min": "88.506", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "202.308", + "max": "205.57", + "min": "201.149", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "159.893", + "max": "160.409", + "min": "159.529", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "279.55", + "max": "280.061", + "min": "279.328", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "122.993", + "max": "123.557", + "min": "122.788", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "93.914", + "max": "94.289", + "min": "93.809", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "63.851", + "max": "64.977", + "min": "63.724", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "96.326", + "max": "97.781", + "min": "96.138", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "144.618", + "max": "148.291", + "min": "143.934", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "143.012", + "max": "144.136", + "min": "142.855", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "113.04", + "max": "115.787", + "min": "111.314", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "224.542", + "max": "225.874", + "min": "223.734", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "147.481", + "max": "148.855", + "min": "146.3", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "0.035", + "max": "0.069", + "min": "0.019", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "161.624", + "max": "162.209", + "min": "161.486", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "77.635", + "max": "84.035", + "min": "77.351", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "217.001", + "max": "219.05", + "min": "215.332", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "237.34", + "max": "237.34", + "min": "237.34", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "67.054", + "max": "67.115", + "min": "67.005", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "57.592", + "max": "57.856", + "min": "57.494", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "165.281", + "max": "166.938", + "min": "165.016", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "84.337", + "max": "94.939", + "min": "76.697", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "81.06", + "max": "81.391", + "min": "80.92", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "221.412", + "max": "222.437", + "min": "221.074", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "131.247", + "max": "132.572", + "min": "130.969", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "158.402", + "max": "159.021", + "min": "158.255", + "id": "258", + "country": "Israel", + "source_name": "Jerusalem", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "294": { + "name": "Baku", + "data": { + "0": { + "avg": "296.304", + "max": "297.711", + "min": "295.907", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "374.785", + "max": "375.612", + "min": "374.391", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "179.66", + "max": "180.238", + "min": "179.334", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "64.835", + "max": "69.407", + "min": "63.891", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "84.596", + "max": "85.94", + "min": "84.195", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "315.652", + "max": "316.189", + "min": "315.308", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "85.68", + "max": "87.044", + "min": "85.345", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "340.738", + "max": "345.605", + "min": "339.848", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "36.635", + "max": "38.284", + "min": "36.367", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "55.969", + "max": "57.838", + "min": "55.482", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "89.82", + "max": "92.921", + "min": "89.362", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "196.502", + "max": "216.843", + "min": "195.453", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "156.354", + "max": "157.361", + "min": "156.086", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "191.203", + "max": "192.838", + "min": "190.796", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "189.665", + "max": "194.979", + "min": "189.138", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "166.825", + "max": "167.356", + "min": "166.189", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "102.923", + "max": "103.476", + "min": "102.541", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "167.473", + "max": "170.635", + "min": "167.134", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "92.154", + "max": "92.746", + "min": "91.88", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "69.392", + "max": "71.063", + "min": "69.03", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "348.283", + "max": "350.855", + "min": "347.859", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "181.689", + "max": "184.941", + "min": "181.287", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "219.944", + "max": "221.779", + "min": "219.594", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "254.541", + "max": "255.969", + "min": "254.055", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "97.129", + "max": "100.312", + "min": "96.757", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "73.889", + "max": "75.385", + "min": "73.688", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "78.513", + "max": "79.802", + "min": "78.117", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "83.133", + "max": "84.164", + "min": "82.787", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "77.722", + "max": "79.708", + "min": "77.406", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "210.145", + "max": "213.736", + "min": "209.742", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "225.92", + "max": "227.163", + "min": "225.692", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "109.432", + "max": "111.101", + "min": "109.134", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "221.625", + "max": "223.114", + "min": "221.153", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "73.368", + "max": "76.733", + "min": "72.942", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "72.303", + "max": "74.624", + "min": "71.721", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "227.841", + "max": "230.865", + "min": "227.335", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "245.324", + "max": "245.866", + "min": "244.937", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "220.666", + "max": "221.22", + "min": "220.301", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "192.617", + "max": "193.024", + "min": "192.241", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "165.496", + "max": "165.741", + "min": "165.161", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "222.831", + "max": "230.101", + "min": "221.877", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "114.046", + "max": "117.983", + "min": "113.279", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "119.036", + "max": "119.485", + "min": "118.747", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "92.559", + "max": "95.629", + "min": "92.157", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "211.359", + "max": "211.691", + "min": "211.077", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "79.306", + "max": "80.682", + "min": "78.896", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "91.483", + "max": "93.861", + "min": "91.112", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "234.916", + "max": "238.332", + "min": "234.502", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "302.428", + "max": "326.012", + "min": "300.267", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "206.92", + "max": "207.749", + "min": "206.517", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "161.372", + "max": "165.082", + "min": "160.88", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "228.066", + "max": "228.719", + "min": "227.649", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "109.449", + "max": "165.238", + "min": "81.585", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "233.552", + "max": "235.42", + "min": "233.226", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "204.404", + "max": "211.23", + "min": "200.858", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "241.864", + "max": "243.292", + "min": "241.359", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "119.066", + "max": "120.297", + "min": "118.373", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "372.141", + "max": "372.807", + "min": "371.827", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "107.995", + "max": "112.644", + "min": "107.354", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "88.958", + "max": "90.81", + "min": "88.55", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "121.657", + "max": "123.632", + "min": "120.994", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "131.528", + "max": "176.218", + "min": "128.318", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "252.269", + "max": "380.799", + "min": "240.984", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "262.477", + "max": "263.208", + "min": "262.159", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.251", + "max": "48.295", + "min": "44.779", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "48.628", + "max": "49.333", + "min": "48.412", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "154.46", + "max": "155.511", + "min": "154.193", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "137.438", + "max": "138.201", + "min": "136.978", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "298.144", + "max": "299.844", + "min": "297.364", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "195.788", + "max": "199.075", + "min": "195.37", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "233.971", + "max": "236.541", + "min": "233.446", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "210.926", + "max": "211.967", + "min": "210.538", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "225.845", + "max": "232.906", + "min": "225.342", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "185.958", + "max": "186.771", + "min": "185.648", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "132.034", + "max": "133.5", + "min": "131.509", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "126.465", + "max": "188.621", + "min": "91.777", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "171.42", + "max": "172.504", + "min": "171.11", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "231.163", + "max": "231.908", + "min": "230.796", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "184.246", + "max": "185.754", + "min": "183.831", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "201.68", + "max": "202.221", + "min": "201.448", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "212.113", + "max": "213.397", + "min": "211.751", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "176.549", + "max": "177.934", + "min": "175.972", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "304.486", + "max": "306.427", + "min": "304.183", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "231.151", + "max": "231.815", + "min": "230.855", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "207.272", + "max": "208.884", + "min": "207.005", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "135.976", + "max": "137.428", + "min": "135.536", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "90.161", + "max": "91.099", + "min": "89.773", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "187.298", + "max": "187.844", + "min": "186.969", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "208.611", + "max": "209.737", + "min": "208.265", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.907", + "max": "85.919", + "min": "78.38", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "187.164", + "max": "190.149", + "min": "186.562", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "217.627", + "max": "219.707", + "min": "217.206", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "98.354", + "max": "99.025", + "min": "97.948", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "334.774", + "max": "337.073", + "min": "334.382", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "171.009", + "max": "174.246", + "min": "170.713", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "194.366", + "max": "197.567", + "min": "193.968", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "230.097", + "max": "231.192", + "min": "229.666", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "220.029", + "max": "251.768", + "min": "218.26", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "244.721", + "max": "246.739", + "min": "244.334", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "173.662", + "max": "175.999", + "min": "173.109", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "182.193", + "max": "182.959", + "min": "181.961", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "236.42", + "max": "237.344", + "min": "235.967", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.579", + "max": "57.456", + "min": "52.023", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "383.481", + "max": "385.13", + "min": "382.729", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "181.837", + "max": "182.992", + "min": "181.462", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "416.604", + "max": "429.115", + "min": "378.598", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "261.93", + "max": "265.167", + "min": "261.364", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "158.084", + "max": "158.768", + "min": "157.787", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "176.492", + "max": "177.819", + "min": "176.21", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "211.071", + "max": "214.347", + "min": "209.948", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "372.03", + "max": "372.804", + "min": "371.703", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "303.11", + "max": "304.445", + "min": "302.821", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "162.052", + "max": "164.619", + "min": "161.631", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "209.331", + "max": "210.596", + "min": "209.036", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "446.077", + "max": "554.772", + "min": "262.686", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "174.583", + "max": "260.164", + "min": "113.073", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "251.821", + "max": "264.433", + "min": "251.008", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "293.7", + "max": "296.797", + "min": "293.314", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "189.02", + "max": "192.1", + "min": "188.652", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "185.06", + "max": "186.506", + "min": "184.562", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "187.095", + "max": "188.251", + "min": "186.79", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "270.814", + "max": "424.95", + "min": "186.098", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "254.293", + "max": "255.893", + "min": "254.003", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "107.375", + "max": "202.116", + "min": "101.55", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "73.911", + "max": "75.528", + "min": "73.617", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "74.798", + "max": "75.688", + "min": "74.09", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "154.489", + "max": "155.601", + "min": "154.15", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "241.83", + "max": "243.446", + "min": "241.418", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "215.917", + "max": "218.421", + "min": "215.597", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "255.568", + "max": "259.568", + "min": "255.173", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "185.299", + "max": "187.57", + "min": "184.831", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "178.586", + "max": "179.037", + "min": "178.333", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "185.969", + "max": "187.482", + "min": "185.598", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "365.935", + "max": "367.416", + "min": "365.034", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "200.804", + "max": "204.978", + "min": "200.392", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "151.445", + "max": "152.303", + "min": "151.117", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "205.97", + "max": "223.67", + "min": "204.66", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "197.053", + "max": "197.473", + "min": "196.772", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "180.05", + "max": "180.556", + "min": "179.827", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "150.901", + "max": "151.303", + "min": "150.553", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "64.712", + "max": "65.612", + "min": "64.442", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "246.355", + "max": "247.085", + "min": "245.943", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "45.225", + "max": "46.505", + "min": "44.869", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "64.844", + "max": "66.936", + "min": "64.429", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "252.063", + "max": "255.788", + "min": "251.265", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "89.964", + "max": "91.556", + "min": "89.631", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "73.692", + "max": "76.479", + "min": "73.292", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "204.844", + "max": "206.345", + "min": "204.517", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "83.452", + "max": "84.68", + "min": "83.031", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "89.694", + "max": "92.882", + "min": "89.322", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "78.585", + "max": "89.233", + "min": "77.038", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "251.697", + "max": "252.861", + "min": "251.131", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "82.402", + "max": "84.578", + "min": "81.916", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "80.704", + "max": "100.758", + "min": "79.507", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "166.068", + "max": "166.445", + "min": "165.828", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "210.411", + "max": "212.393", + "min": "209.834", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "62.799", + "max": "64.221", + "min": "62.446", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "278.863", + "max": "323.06", + "min": "270.057", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "202.744", + "max": "203.307", + "min": "202.462", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "308.444", + "max": "392.766", + "min": "299.832", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "186.945", + "max": "189.679", + "min": "186.582", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "455.312", + "max": "456.604", + "min": "454.553", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "100.554", + "max": "101.634", + "min": "100.26", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "154.144", + "max": "155.485", + "min": "153.789", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "95.15", + "max": "95.8", + "min": "94.848", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "253.515", + "max": "254.532", + "min": "253.051", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "71.063", + "max": "74.311", + "min": "70.569", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "210.549", + "max": "210.765", + "min": "210.251", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "351.016", + "max": "358.5", + "min": "333.256", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "163.875", + "max": "164.729", + "min": "163.593", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "169.829", + "max": "171.018", + "min": "169.581", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "104.523", + "max": "110.163", + "min": "103.981", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "275.954", + "max": "277.093", + "min": "275.602", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "91.85", + "max": "93.938", + "min": "91.458", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "92.592", + "max": "94.168", + "min": "92.172", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "115.719", + "max": "117.885", + "min": "115.328", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "106.94", + "max": "107.515", + "min": "106.676", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "78.826", + "max": "80.514", + "min": "78.352", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "125.837", + "max": "127.766", + "min": "125.352", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "108.668", + "max": "110.886", + "min": "108.367", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "67.474", + "max": "70.878", + "min": "66.816", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "65.731", + "max": "69.125", + "min": "65.264", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "88.257", + "max": "89.633", + "min": "88.011", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "89.251", + "max": "90.975", + "min": "88.965", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "85.632", + "max": "86.41", + "min": "85.342", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "71.02", + "max": "72.243", + "min": "70.62", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "104.323", + "max": "106.642", + "min": "103.66", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "87.813", + "max": "103.688", + "min": "86.107", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "103.449", + "max": "157.745", + "min": "74.016", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "84.708", + "max": "85.214", + "min": "84.464", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "82.143", + "max": "83.021", + "min": "81.82", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "91.215", + "max": "110.341", + "min": "90.14", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "79.801", + "max": "82.58", + "min": "79.144", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "85.236", + "max": "88.077", + "min": "84.813", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "264.195", + "max": "265.398", + "min": "263.568", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "69.509", + "max": "71.405", + "min": "69.238", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "102.128", + "max": "105.743", + "min": "101.72", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "64.273", + "max": "65.322", + "min": "63.944", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "270.282", + "max": "277.153", + "min": "268.318", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "89.008", + "max": "89.539", + "min": "88.713", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "76.217", + "max": "78.231", + "min": "75.788", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "82.277", + "max": "86.102", + "min": "81.726", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "83.967", + "max": "88.008", + "min": "83.539", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "351.163", + "max": "364.102", + "min": "348.021", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "175.057", + "max": "178.93", + "min": "174.282", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "286.489", + "max": "289.706", + "min": "280.496", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "223.876", + "max": "224.298", + "min": "223.588", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "83.889", + "max": "84.56", + "min": "83.541", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "136.674", + "max": "139.651", + "min": "136.244", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "225.714", + "max": "228.687", + "min": "225.029", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "108.737", + "max": "110.612", + "min": "108.365", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "51.816", + "max": "52.567", + "min": "51.348", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "105.733", + "max": "109.093", + "min": "105.191", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "88.713", + "max": "90.515", + "min": "88.24", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "177.024", + "max": "178.419", + "min": "176.773", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "179.21", + "max": "180.1", + "min": "178.903", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "314.767", + "max": "320.262", + "min": "314.199", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "150.173", + "max": "151.88", + "min": "149.626", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "92.813", + "max": "93.297", + "min": "92.581", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "154.126", + "max": "157.229", + "min": "153.745", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "97.641", + "max": "98.386", + "min": "97.347", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "267.584", + "max": "268.554", + "min": "266.923", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "207.151", + "max": "211.032", + "min": "203.959", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "97.738", + "max": "98.864", + "min": "97.451", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "87.115", + "max": "110.155", + "min": "85.738", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "248.953", + "max": "251.887", + "min": "247.842", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "183.43", + "max": "185.029", + "min": "183.017", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "269.486", + "max": "271.354", + "min": "269.001", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "59.051", + "max": "60.697", + "min": "58.701", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "114.58", + "max": "116.275", + "min": "114.31", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "82.778", + "max": "83.124", + "min": "82.586", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "80.458", + "max": "80.838", + "min": "80.23", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "168.787", + "max": "170.827", + "min": "168.177", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "165.102", + "max": "165.974", + "min": "164.784", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "133.663", + "max": "136.676", + "min": "132.11", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "242.627", + "max": "244.928", + "min": "241.846", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "159.63", + "max": "163.021", + "min": "158.411", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "131.474", + "max": "133.76", + "min": "131.127", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "173.936", + "max": "175.424", + "min": "173.423", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "94.249", + "max": "97.225", + "min": "93.639", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "257.461", + "max": "259.118", + "min": "255.737", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "256.729", + "max": "256.729", + "min": "256.729", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "91.37", + "max": "93.781", + "min": "91.075", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "87.343", + "max": "88.448", + "min": "87.099", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "172.388", + "max": "276.155", + "min": "168.508", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "113.879", + "max": "133.749", + "min": "104.653", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "87.008", + "max": "138.016", + "min": "84.701", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "246.117", + "max": "248.278", + "min": "245.637", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "0.027", + "max": "0.049", + "min": "0.022", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "190.429", + "max": "191.884", + "min": "190.089", + "id": "294", + "country": "Azerbaijan", + "source_name": "Baku", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "South Asia": { + "46": { + "name": "New Delhi", + "data": { + "0": { + "avg": "335.104", + "max": "336.087", + "min": "334.936", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "303.879", + "max": "310.871", + "min": "293.963", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "219.99", + "max": "220.183", + "min": "219.877", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "230.173", + "max": "234.631", + "min": "229.659", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "204.689", + "max": "204.986", + "min": "204.478", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "260.025", + "max": "262.485", + "min": "252.519", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "150.862", + "max": "151.149", + "min": "150.719", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "329.201", + "max": "335.091", + "min": "321.037", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "180.757", + "max": "181.116", + "min": "180.63", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "175.465", + "max": "177.824", + "min": "175.184", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "142.376", + "max": "142.591", + "min": "142.217", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "267.513", + "max": "271.012", + "min": "267.239", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "211.674", + "max": "211.938", + "min": "211.509", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "268.047", + "max": "268.353", + "min": "267.868", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "277.835", + "max": "279.776", + "min": "277.641", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "213.138", + "max": "216.372", + "min": "212.463", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "144.361", + "max": "144.575", + "min": "144.131", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "228.247", + "max": "228.367", + "min": "228.141", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "145.77", + "max": "146.041", + "min": "145.601", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "156.867", + "max": "157.811", + "min": "156.752", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "314.381", + "max": "317.509", + "min": "307.589", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "225.688", + "max": "229.976", + "min": "225.44", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "256.799", + "max": "257.764", + "min": "256.597", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "277.946", + "max": "278.563", + "min": "277.678", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "222.385", + "max": "223.322", + "min": "222.154", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "148.364", + "max": "148.445", + "min": "148.276", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "178.951", + "max": "180.399", + "min": "178.595", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "170.275", + "max": "170.488", + "min": "170.086", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "136.688", + "max": "136.831", + "min": "136.581", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "261.254", + "max": "261.955", + "min": "260.949", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "70.406", + "max": "70.622", + "min": "70.307", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "181.744", + "max": "181.898", + "min": "181.628", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "308.082", + "max": "319.382", + "min": "307.437", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "161.243", + "max": "166.5", + "min": "160.948", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "146.017", + "max": "146.821", + "min": "145.757", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "89.169", + "max": "89.791", + "min": "88.982", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "267.591", + "max": "267.735", + "min": "267.514", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "264.426", + "max": "264.538", + "min": "264.345", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "263.386", + "max": "263.707", + "min": "263.227", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "219.634", + "max": "226.069", + "min": "219.171", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "344.013", + "max": "347.152", + "min": "343.57", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "215.122", + "max": "219.414", + "min": "214.594", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "164.975", + "max": "171.152", + "min": "164.639", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "156.54", + "max": "156.885", + "min": "156.452", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "0.028", + "max": "0.064", + "min": "0.017", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "157.308", + "max": "157.935", + "min": "156.954", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "176.779", + "max": "177.196", + "min": "176.623", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "333.292", + "max": "333.618", + "min": "333.135", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "354.789", + "max": "356.308", + "min": "354.54", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "283.033", + "max": "283.221", + "min": "282.961", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "218.216", + "max": "218.354", + "min": "218.155", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "301.709", + "max": "302.337", + "min": "301.523", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "170.593", + "max": "179.935", + "min": "156.062", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "236.292", + "max": "236.463", + "min": "236.195", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "31.437", + "max": "39.014", + "min": "27.863", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "121.645", + "max": "122.227", + "min": "121.498", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "209.011", + "max": "210.723", + "min": "208.327", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "418.64", + "max": "424.248", + "min": "418.347", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "161.954", + "max": "162.777", + "min": "161.692", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "219.768", + "max": "224.218", + "min": "219.499", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "230.258", + "max": "231.927", + "min": "229.59", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "177.294", + "max": "207.498", + "min": "175.987", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "131.679", + "max": "171.766", + "min": "129.15", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "247.77", + "max": "251.098", + "min": "247.569", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "253.847", + "max": "254.225", + "min": "253.751", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "169", + "max": "169.201", + "min": "168.88", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "208.85", + "max": "209.155", + "min": "208.693", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "171.943", + "max": "180.931", + "min": "171.173", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "342.772", + "max": "344.469", + "min": "342.146", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "271.657", + "max": "275.863", + "min": "271.087", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "112.88", + "max": "113.257", + "min": "112.736", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "267.054", + "max": "267.41", + "min": "266.754", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "317.458", + "max": "319.096", + "min": "317.162", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "258.437", + "max": "258.588", + "min": "258.33", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "186.549", + "max": "188.338", + "min": "186.296", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "155.84", + "max": "156.136", + "min": "155.668", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "228.828", + "max": "229.008", + "min": "228.684", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "255.955", + "max": "256.267", + "min": "255.762", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "232.143", + "max": "232.846", + "min": "231.963", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "228.159", + "max": "228.316", + "min": "228.04", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "285.676", + "max": "291.531", + "min": "285.238", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "230.609", + "max": "231.019", + "min": "230.384", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "273.015", + "max": "275.097", + "min": "272.756", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "42.736", + "max": "45.586", + "min": "42.464", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "316.334", + "max": "316.529", + "min": "316.201", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "211.794", + "max": "212.422", + "min": "211.554", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "150.903", + "max": "151.472", + "min": "150.635", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "240.747", + "max": "240.937", + "min": "240.62", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "320.188", + "max": "320.576", + "min": "320.07", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "146.582", + "max": "152.313", + "min": "146.256", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "241.381", + "max": "242.565", + "min": "240.586", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "272.579", + "max": "272.926", + "min": "272.401", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "133.597", + "max": "133.645", + "min": "133.535", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "130.608", + "max": "130.988", + "min": "130.4", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "211.57", + "max": "212.844", + "min": "211.344", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "245.157", + "max": "245.505", + "min": "245.002", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "282.42", + "max": "282.759", + "min": "282.15", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "322.826", + "max": "336.985", + "min": "321.535", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "259.324", + "max": "259.444", + "min": "259.24", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "222.361", + "max": "222.988", + "min": "222.193", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "239.266", + "max": "239.495", + "min": "239.157", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "303.352", + "max": "303.573", + "min": "303.197", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "179.284", + "max": "179.43", + "min": "179.174", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "346.647", + "max": "354.66", + "min": "345.527", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "237.542", + "max": "237.939", + "min": "237.358", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "370.08", + "max": "373.573", + "min": "363.515", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "295.696", + "max": "298.837", + "min": "295.189", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "212.979", + "max": "213.076", + "min": "212.838", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "230.066", + "max": "230.275", + "min": "229.938", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "30.063", + "max": "33.651", + "min": "29.743", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "116.84", + "max": "117.769", + "min": "116.603", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "381.886", + "max": "385.299", + "min": "381.673", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "209.766", + "max": "209.941", + "min": "209.649", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "232.134", + "max": "232.529", + "min": "231.974", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "503.144", + "max": "624.053", + "min": "338.539", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "347.66", + "max": "436.308", + "min": "267.7", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "361.617", + "max": "368.719", + "min": "360.863", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "166.873", + "max": "168.254", + "min": "166.584", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "244.552", + "max": "247.265", + "min": "244.308", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "237.251", + "max": "238.393", + "min": "236.96", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "296.151", + "max": "297.011", + "min": "295.911", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "338.762", + "max": "483.501", + "min": "261.263", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "333.646", + "max": "333.796", + "min": "333.511", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "176.176", + "max": "363.024", + "min": "168.968", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "161.264", + "max": "161.452", + "min": "161.185", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "169.422", + "max": "171.216", + "min": "168.854", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "212.546", + "max": "212.837", + "min": "212.405", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "309.937", + "max": "310.686", + "min": "309.672", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "231.224", + "max": "234.843", + "min": "230.84", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "322.711", + "max": "324.467", + "min": "322.488", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "233.544", + "max": "233.67", + "min": "233.431", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "233.356", + "max": "234.063", + "min": "233.184", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "238.065", + "max": "238.462", + "min": "237.932", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "402.517", + "max": "403.246", + "min": "402.013", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "277.633", + "max": "277.858", + "min": "277.51", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "208.252", + "max": "208.536", + "min": "208.109", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "305.887", + "max": "315.494", + "min": "303.908", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "274.507", + "max": "274.737", + "min": "274.396", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "242.847", + "max": "243.26", + "min": "242.763", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "215.985", + "max": "216.231", + "min": "215.817", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "233.582", + "max": "233.888", + "min": "233.437", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "65.043", + "max": "67.236", + "min": "64.628", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "166.945", + "max": "171.98", + "min": "166.655", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "167.163", + "max": "167.321", + "min": "167.041", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "307.542", + "max": "309.251", + "min": "307.258", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "139.628", + "max": "145.129", + "min": "139.301", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "171.327", + "max": "181.32", + "min": "170.589", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "36.124", + "max": "36.465", + "min": "35.98", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "138.411", + "max": "138.626", + "min": "138.299", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "138.781", + "max": "139.062", + "min": "138.664", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "159.238", + "max": "173.956", + "min": "156.717", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "171.809", + "max": "172.053", + "min": "171.686", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "160.062", + "max": "160.965", + "min": "159.85", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "133.638", + "max": "171.752", + "min": "132.175", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "266.236", + "max": "266.366", + "min": "266.117", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "303.35", + "max": "303.873", + "min": "303.195", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "162.159", + "max": "162.929", + "min": "161.869", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "258.578", + "max": "299.98", + "min": "252.01", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "264.045", + "max": "264.223", + "min": "263.963", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "414.145", + "max": "475.613", + "min": "407.896", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "244.68", + "max": "244.791", + "min": "244.59", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "418.534", + "max": "421.703", + "min": "411.163", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "154.738", + "max": "154.978", + "min": "154.609", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "206.986", + "max": "211.948", + "min": "206.665", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "244.255", + "max": "244.43", + "min": "244.117", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "358.305", + "max": "358.387", + "min": "358.234", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "220.212", + "max": "220.352", + "min": "220.113", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "322.83", + "max": "324.099", + "min": "322.488", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "273.389", + "max": "278.715", + "min": "273.116", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "280.843", + "max": "280.997", + "min": "280.762", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "219.983", + "max": "221.824", + "min": "219.596", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "169.744", + "max": "174.003", + "min": "169.364", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "178.973", + "max": "179.325", + "min": "178.852", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "145.266", + "max": "148.299", + "min": "145.075", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "142.552", + "max": "142.862", + "min": "142.388", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "154.853", + "max": "155.054", + "min": "154.753", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "154.809", + "max": "154.931", + "min": "154.744", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "218.028", + "max": "218.426", + "min": "217.833", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "191.538", + "max": "193.294", + "min": "191.247", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "161.12", + "max": "161.259", + "min": "161.011", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "221.891", + "max": "222.255", + "min": "221.777", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "183.819", + "max": "184.723", + "min": "183.659", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "138.213", + "max": "142.623", + "min": "137.819", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "157.261", + "max": "157.461", + "min": "157.165", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "147.956", + "max": "148.122", + "min": "147.899", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "143.722", + "max": "143.898", + "min": "143.594", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "192.201", + "max": "192.87", + "min": "191.942", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "139.583", + "max": "146.533", + "min": "138.81", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "171.101", + "max": "227.447", + "min": "145.269", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "146", + "max": "146.144", + "min": "145.933", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "214.371", + "max": "214.815", + "min": "214.214", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "156.924", + "max": "157.493", + "min": "156.673", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "190.277", + "max": "190.836", + "min": "189.889", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "140.912", + "max": "142.046", + "min": "140.655", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "128.705", + "max": "128.998", + "min": "128.549", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "171.236", + "max": "172.142", + "min": "171.075", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "161.266", + "max": "161.59", + "min": "161.056", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "156.551", + "max": "156.726", + "min": "156.468", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "345.996", + "max": "352.067", + "min": "344.032", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "259.765", + "max": "259.936", + "min": "259.641", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "214.544", + "max": "221.759", + "min": "214.111", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "146.106", + "max": "146.351", + "min": "145.959", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "189.741", + "max": "189.861", + "min": "189.634", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "424.427", + "max": "439.159", + "min": "421.509", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "217.525", + "max": "224.476", + "min": "216.222", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "232.124", + "max": "234.198", + "min": "231.937", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "37.308", + "max": "37.648", + "min": "37.146", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "142.453", + "max": "142.634", + "min": "142.352", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "256.008", + "max": "256.29", + "min": "255.795", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "285.787", + "max": "285.904", + "min": "285.525", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "174.756", + "max": "175.046", + "min": "174.628", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "227.11", + "max": "232.524", + "min": "226.69", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "210.413", + "max": "213.865", + "min": "209.773", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "148.899", + "max": "149.332", + "min": "148.751", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "249.776", + "max": "249.871", + "min": "249.697", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "238.927", + "max": "239.067", + "min": "238.866", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "132.344", + "max": "133.262", + "min": "132.137", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "211.924", + "max": "213.455", + "min": "211.766", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "140.601", + "max": "140.797", + "min": "140.512", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "212.156", + "max": "212.333", + "min": "212.05", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "147.491", + "max": "147.631", + "min": "147.382", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "374.263", + "max": "376.024", + "min": "374.005", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "264.566", + "max": "267.791", + "min": "262.21", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "141.53", + "max": "141.754", + "min": "141.388", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "297.667", + "max": "298.378", + "min": "297.015", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "290.401", + "max": "296.179", + "min": "289.375", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "224.657", + "max": "226.465", + "min": "224.285", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "149.222", + "max": "149.42", + "min": "149.014", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "249.421", + "max": "249.883", + "min": "249.25", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "164.033", + "max": "164.159", + "min": "163.904", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "141.523", + "max": "142.662", + "min": "141.371", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "149.527", + "max": "149.651", + "min": "149.449", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "226.741", + "max": "228.284", + "min": "226.402", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "226.191", + "max": "226.587", + "min": "226.068", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "180.968", + "max": "186.938", + "min": "178.966", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "283.57", + "max": "289.506", + "min": "283.177", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "220.382", + "max": "226.534", + "min": "219.285", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "190.343", + "max": "191.528", + "min": "190.198", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "254.76", + "max": "254.929", + "min": "254.657", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "208.797", + "max": "213.803", + "min": "208.277", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "222.355", + "max": "222.547", + "min": "222.233", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "357.766", + "max": "357.766", + "min": "357.766", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "144.956", + "max": "145.117", + "min": "144.881", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "153.668", + "max": "153.815", + "min": "153.548", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "312.797", + "max": "313.356", + "min": "312.59", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "211.72", + "max": "228.208", + "min": "203.095", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "179.683", + "max": "179.961", + "min": "179.585", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "26.543", + "max": "29.039", + "min": "26.08", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "211.499", + "max": "213.007", + "min": "211.138", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "246.578", + "max": "246.773", + "min": "246.488", + "id": "46", + "country": "India", + "source_name": "New Delhi", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "56": { + "name": "Hyderabad", + "data": { + "0": { + "avg": "342.476", + "max": "358.077", + "min": "338.03", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "136.833", + "max": "165.02", + "min": "127.774", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "231.926", + "max": "247.656", + "min": "227.746", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "136.146", + "max": "145.215", + "min": "133.036", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "139.934", + "max": "171.871", + "min": "134.336", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "248.664", + "max": "270.938", + "min": "243.387", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "140.325", + "max": "180.182", + "min": "134.587", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.687", + "max": "308.344", + "min": "280.615", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "169.272", + "max": "184.14", + "min": "166.08", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "174.617", + "max": "195.062", + "min": "168.849", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "199.907", + "max": "220.135", + "min": "193.755", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "247.012", + "max": "256.252", + "min": "244.062", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "205.504", + "max": "239.599", + "min": "201.084", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "211.912", + "max": "232.002", + "min": "206.003", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "251.275", + "max": "265.118", + "min": "245.289", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "226.966", + "max": "252.871", + "min": "219.055", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "157.582", + "max": "168.633", + "min": "154.21", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "270.414", + "max": "286.205", + "min": "259.789", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "145.565", + "max": "172.618", + "min": "140.474", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "158.484", + "max": "171.567", + "min": "154.232", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "163.596", + "max": "190.154", + "min": "158.262", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "259.16", + "max": "278.509", + "min": "255.192", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "240.917", + "max": "248.947", + "min": "236.496", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "259.386", + "max": "285.263", + "min": "254.634", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "162.573", + "max": "170.916", + "min": "157.223", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "158.342", + "max": "181.206", + "min": "149.932", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "143.793", + "max": "168.018", + "min": "134.504", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "160.733", + "max": "169.2", + "min": "156.894", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "133.064", + "max": "149.162", + "min": "129.062", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "260.546", + "max": "274.867", + "min": "257.825", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "53.435", + "max": "65.232", + "min": "48.012", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "172.827", + "max": "186.941", + "min": "168.661", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "281.423", + "max": "304.751", + "min": "273.843", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "171.242", + "max": "180.556", + "min": "165.698", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "174.415", + "max": "187.192", + "min": "169.297", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "99.657", + "max": "119.165", + "min": "93.149", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "222.188", + "max": "230.344", + "min": "217.566", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "255.658", + "max": "267.055", + "min": "253.35", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "250.753", + "max": "264.536", + "min": "246.382", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "235.43", + "max": "248.063", + "min": "231.955", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "283.009", + "max": "315.06", + "min": "279.228", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "147.602", + "max": "167.699", + "min": "139.765", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "176.663", + "max": "190.808", + "min": "171.765", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "167.187", + "max": "193.387", + "min": "163.38", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "31.8", + "max": "49.669", + "min": "27.912", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "170.65", + "max": "223.575", + "min": "165.003", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "165.942", + "max": "176.771", + "min": "160.286", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "299.419", + "max": "328.826", + "min": "295.851", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "367.272", + "max": "384.775", + "min": "362.438", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "258.21", + "max": "268.763", + "min": "254.172", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "214.708", + "max": "231.489", + "min": "211.087", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "291.527", + "max": "316.502", + "min": "286.168", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "207.471", + "max": "247.243", + "min": "143.941", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "250.474", + "max": "266.086", + "min": "243.736", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "0.075", + "max": "0.476", + "min": "0.026", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "65.92", + "max": "102.055", + "min": "58.273", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "166.961", + "max": "192.385", + "min": "161.7", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "397.579", + "max": "420.616", + "min": "389.905", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "154.412", + "max": "170.865", + "min": "148.7", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "145.496", + "max": "180.456", + "min": "138.093", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "165.851", + "max": "187.891", + "min": "159.977", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "288.887", + "max": "312.894", + "min": "282.55", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "82.167", + "max": "110.818", + "min": "73.998", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "111.788", + "max": "241.022", + "min": "103.188", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "188.526", + "max": "211.369", + "min": "183.294", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "179.997", + "max": "194.552", + "min": "176.903", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "245.988", + "max": "261.974", + "min": "241.545", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "181.564", + "max": "186.681", + "min": "178.276", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "394.682", + "max": "410.191", + "min": "389.176", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "253.05", + "max": "281.186", + "min": "245.444", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "83.847", + "max": "93.275", + "min": "79.028", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "227.849", + "max": "246.278", + "min": "220.983", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "294.355", + "max": "310.784", + "min": "290.081", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "263.499", + "max": "273.809", + "min": "259.584", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "185.337", + "max": "206.523", + "min": "180.872", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "145.142", + "max": "197.47", + "min": "141.137", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "244.501", + "max": "260.92", + "min": "241.962", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "241.058", + "max": "249.124", + "min": "227.928", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "282.735", + "max": "303.822", + "min": "273.499", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "249.182", + "max": "263.426", + "min": "245.265", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "271.909", + "max": "289.192", + "min": "265.466", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "271.315", + "max": "294.735", + "min": "265.553", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "204.481", + "max": "224.718", + "min": "201.125", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "19.335", + "max": "48.472", + "min": "12.931", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "252.968", + "max": "355.923", + "min": "246.474", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "198.555", + "max": "213.975", + "min": "195.255", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "157.797", + "max": "176.741", + "min": "152.325", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "253.62", + "max": "266.138", + "min": "249.524", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "266.37", + "max": "280.434", + "min": "262.443", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "149.762", + "max": "155.385", + "min": "146.731", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "247.03", + "max": "467.055", + "min": "231.646", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "251.011", + "max": "350.127", + "min": "243.812", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "154.352", + "max": "166.301", + "min": "150.114", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "107.505", + "max": "120.313", + "min": "104.308", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "252.459", + "max": "278.655", + "min": "246.68", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "251.066", + "max": "277.026", + "min": "244.899", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "297.149", + "max": "320.485", + "min": "292.523", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "268.329", + "max": "286.467", + "min": "262.724", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "232.43", + "max": "256.161", + "min": "227.584", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "262.72", + "max": "270.089", + "min": "258.479", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "268.916", + "max": "283.655", + "min": "264.101", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "288.569", + "max": "295.159", + "min": "285.177", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "187.586", + "max": "216.874", + "min": "180.064", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "421.72", + "max": "443.976", + "min": "415.04", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "240.303", + "max": "256.764", + "min": "232.906", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "322.655", + "max": "350.327", + "min": "314.091", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "394.913", + "max": "419.605", + "min": "390.887", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "220.86", + "max": "231.646", + "min": "216.911", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "276.16", + "max": "302.795", + "min": "267.855", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "21.511", + "max": "46.244", + "min": "13.443", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "96.017", + "max": "117.319", + "min": "90.009", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "244.641", + "max": "254.66", + "min": "241.982", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "203.395", + "max": "214.282", + "min": "199.354", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "230.617", + "max": "255.702", + "min": "222.776", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "418.926", + "max": "537.248", + "min": "246.02", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "262.719", + "max": "351.416", + "min": "173.096", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "275.536", + "max": "294.973", + "min": "269.794", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "130.547", + "max": "148.971", + "min": "123.01", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "251.653", + "max": "264.991", + "min": "247.056", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "277.517", + "max": "294.244", + "min": "267.058", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "260.345", + "max": "271.734", + "min": "257.316", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "332.964", + "max": "483.4", + "min": "249.382", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "365.698", + "max": "379.83", + "min": "361.005", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "173.863", + "max": "378.995", + "min": "160.915", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "179.671", + "max": "190.644", + "min": "174.019", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "165.567", + "max": "189.525", + "min": "158.831", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "230.249", + "max": "249", + "min": "222.371", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "265.853", + "max": "291.143", + "min": "261.105", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "212.25", + "max": "229.667", + "min": "207.993", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "316.166", + "max": "345.28", + "min": "310.113", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "297.28", + "max": "315.799", + "min": "293.14", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "231.65", + "max": "254.045", + "min": "224.212", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "284.023", + "max": "308.792", + "min": "280.209", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "382.49", + "max": "394.913", + "min": "376.514", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "277.72", + "max": "295.858", + "min": "270.475", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "254.673", + "max": "260.882", + "min": "251.989", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "269.424", + "max": "277.843", + "min": "264.26", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "248.251", + "max": "267.573", + "min": "242.578", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "245.929", + "max": "270.086", + "min": "238.998", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "213.338", + "max": "241.839", + "min": "205.762", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "147.864", + "max": "174.147", + "min": "142.24", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "77.947", + "max": "99.955", + "min": "71.307", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "176.019", + "max": "205.91", + "min": "170.935", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "163.468", + "max": "183.912", + "min": "156.689", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "299.679", + "max": "311.751", + "min": "294.901", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "131.373", + "max": "146.135", + "min": "127.68", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "152.953", + "max": "172.538", + "min": "147.744", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "26.747", + "max": "46.628", + "min": "22.229", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "143.85", + "max": "158.096", + "min": "139.576", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "147.754", + "max": "169.328", + "min": "143.911", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "160.146", + "max": "190.733", + "min": "152.827", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "137.589", + "max": "167.445", + "min": "127.736", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "171.831", + "max": "191.081", + "min": "167.44", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "120.022", + "max": "137.364", + "min": "116.045", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "238.255", + "max": "268.702", + "min": "227.412", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "263.654", + "max": "268.708", + "min": "261.589", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "168.887", + "max": "191.745", + "min": "163.52", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "222.886", + "max": "267.762", + "min": "213.135", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "259.562", + "max": "279.84", + "min": "254.819", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "405.697", + "max": "501.15", + "min": "393.322", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "251.927", + "max": "258.941", + "min": "248.647", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "93.27", + "max": "98.687", + "min": "91.492", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "152.051", + "max": "167.145", + "min": "148.181", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "200.741", + "max": "216.453", + "min": "198.432", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "227.851", + "max": "247.314", + "min": "222.441", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "288.092", + "max": "306.621", + "min": "282.948", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "346.122", + "max": "354.647", + "min": "342.561", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "270.3", + "max": "276.372", + "min": "264.769", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "233.661", + "max": "391.475", + "min": "198.892", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "221.159", + "max": "246.039", + "min": "215.563", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "249.077", + "max": "276.759", + "min": "242.714", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "147.214", + "max": "176.02", + "min": "139.933", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "246.173", + "max": "269.704", + "min": "240.731", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "378.005", + "max": "396.467", + "min": "372.657", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "151.043", + "max": "170.745", + "min": "144.989", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "159.082", + "max": "174.668", + "min": "154.053", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "140.172", + "max": "176.049", + "min": "133.91", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "148.489", + "max": "162.359", + "min": "144.467", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "167.494", + "max": "177.158", + "min": "164.244", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "162.481", + "max": "178.854", + "min": "154.937", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "326.931", + "max": "541.874", + "min": "313.451", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "295.683", + "max": "320.019", + "min": "291.053", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "133.727", + "max": "154.416", + "min": "129.335", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "190.63", + "max": "207.783", + "min": "186.567", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "155.03", + "max": "167.91", + "min": "151.744", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "163.801", + "max": "205.804", + "min": "156.543", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "222.109", + "max": "240.535", + "min": "217.437", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "153.733", + "max": "186.879", + "min": "147.273", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "161.852", + "max": "229.969", + "min": "142.763", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "147.187", + "max": "163.125", + "min": "143.052", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "206.683", + "max": "236.816", + "min": "197.919", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "173.486", + "max": "199.743", + "min": "169.585", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "171.471", + "max": "188.855", + "min": "167.509", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "244.139", + "max": "258.647", + "min": "241.064", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "86.706", + "max": "108.209", + "min": "80.935", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "154.771", + "max": "191.53", + "min": "143.632", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "250.517", + "max": "269.091", + "min": "244.075", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "155.126", + "max": "157.831", + "min": "154.485", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "306.006", + "max": "350.414", + "min": "296.94", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "201.761", + "max": "295.112", + "min": "180.922", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "148.699", + "max": "180.321", + "min": "142.278", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "140.923", + "max": "175.467", + "min": "135.722", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "129.442", + "max": "137.084", + "min": "126.702", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "269.059", + "max": "282.428", + "min": "265.933", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "240.232", + "max": "251.34", + "min": "232.824", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "216.443", + "max": "234.163", + "min": "211.494", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "26.098", + "max": "54.087", + "min": "22.638", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "150.886", + "max": "179.055", + "min": "145.973", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "361.344", + "max": "382.262", + "min": "355.711", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "277.107", + "max": "301.937", + "min": "269.254", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "268.113", + "max": "286.206", + "min": "265.654", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "221.852", + "max": "241.792", + "min": "214.129", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "153.482", + "max": "175.617", + "min": "146.928", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "138.102", + "max": "146.889", + "min": "134.021", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "267.248", + "max": "378.317", + "min": "258.427", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "275.577", + "max": "292.105", + "min": "270.807", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "269.707", + "max": "309.28", + "min": "262.766", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "218.511", + "max": "251.016", + "min": "213.305", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "162.194", + "max": "170.906", + "min": "157.225", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "220.597", + "max": "239.949", + "min": "213.866", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "136.392", + "max": "150.145", + "min": "131.416", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "342.935", + "max": "352.048", + "min": "338.608", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "277.073", + "max": "292.111", + "min": "265.518", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "160.135", + "max": "175.182", + "min": "156.664", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "157.705", + "max": "195.026", + "min": "150.388", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "295.289", + "max": "318.629", + "min": "289.338", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "368.112", + "max": "508.609", + "min": "353.746", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "133.623", + "max": "150.548", + "min": "130.084", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "196.246", + "max": "220.57", + "min": "191.213", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "398.707", + "max": "419.665", + "min": "393.592", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "151.803", + "max": "169.084", + "min": "146.21", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "295.677", + "max": "313.908", + "min": "291.186", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "239.207", + "max": "338.802", + "min": "227.614", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "238.936", + "max": "254.378", + "min": "230.267", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "312.843", + "max": "326.145", + "min": "304.518", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "304.633", + "max": "330.169", + "min": "299.465", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "221.715", + "max": "238.16", + "min": "216.268", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "293.457", + "max": "301.26", + "min": "288.916", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "257.848", + "max": "275.948", + "min": "253.84", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "151.36", + "max": "156.527", + "min": "149.122", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "219.144", + "max": "232.577", + "min": "216.028", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "345.039", + "max": "345.039", + "min": "345.039", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "148.169", + "max": "174.447", + "min": "139.87", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "134.021", + "max": "149.896", + "min": "129.99", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "243.212", + "max": "271.112", + "min": "236.768", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "202.88", + "max": "220.527", + "min": "191.85", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "159.382", + "max": "172.591", + "min": "156.241", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "22.764", + "max": "46.339", + "min": "17.184", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "212.362", + "max": "234.586", + "min": "201.183", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "281.788", + "max": "289.27", + "min": "277.784", + "id": "56", + "country": "India", + "source_name": "Hyderabad", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "85": { + "name": "Chennai", + "data": { + "0": { + "avg": "330.416", + "max": "330.787", + "min": "330.216", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "115.571", + "max": "116.442", + "min": "115.269", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "229.142", + "max": "229.536", + "min": "228.977", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "156.348", + "max": "162.299", + "min": "155.822", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "141.165", + "max": "141.389", + "min": "140.954", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "103.526", + "max": "103.864", + "min": "103.308", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "143.785", + "max": "144.184", + "min": "143.619", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "150.235", + "max": "161.333", + "min": "148.937", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "179.955", + "max": "180.316", + "min": "179.815", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "175.511", + "max": "176.882", + "min": "175.223", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "152.39", + "max": "152.818", + "min": "152.136", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "240.472", + "max": "259.423", + "min": "239.685", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "212.362", + "max": "212.586", + "min": "212.198", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "262.398", + "max": "263.574", + "min": "262.183", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "264.63", + "max": "266.439", + "min": "264.406", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "215.308", + "max": "216.028", + "min": "214.941", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "170.422", + "max": "170.877", + "min": "170.225", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "241.299", + "max": "241.421", + "min": "241.201", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "155.299", + "max": "155.615", + "min": "155.126", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "154.248", + "max": "154.557", + "min": "154.108", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "144.497", + "max": "145.287", + "min": "144.268", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "249.54", + "max": "252.296", + "min": "249.208", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "214.683", + "max": "215.576", + "min": "214.503", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "254.917", + "max": "257.007", + "min": "254.532", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "197.77", + "max": "198.079", + "min": "197.581", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "154.376", + "max": "154.63", + "min": "154.255", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "168.852", + "max": "170.038", + "min": "168.589", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "168.619", + "max": "169.19", + "min": "168.408", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "142.668", + "max": "143.278", + "min": "142.508", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "289.114", + "max": "299.728", + "min": "288.464", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "34.503", + "max": "34.854", + "min": "34.273", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "176.755", + "max": "178.625", + "min": "176.437", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "267.372", + "max": "267.735", + "min": "267.183", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "168.459", + "max": "168.941", + "min": "168.31", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "163.264", + "max": "164.498", + "min": "162.937", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "41.223", + "max": "43.306", + "min": "40.85", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "234.273", + "max": "234.629", + "min": "234.128", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "253.12", + "max": "253.542", + "min": "252.981", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "234.081", + "max": "234.611", + "min": "233.876", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "219.51", + "max": "219.827", + "min": "219.248", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "323.915", + "max": "326.258", + "min": "323.477", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "148.661", + "max": "150.022", + "min": "148.306", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "184.51", + "max": "184.665", + "min": "184.374", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "168.769", + "max": "169.118", + "min": "168.637", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "42.63", + "max": "43.154", + "min": "42.454", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "163.924", + "max": "164.508", + "min": "163.494", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "193.383", + "max": "194.152", + "min": "193.145", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "341.696", + "max": "343.296", + "min": "341.402", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "357.927", + "max": "358.237", + "min": "357.751", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "254.38", + "max": "254.96", + "min": "254.196", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "214.469", + "max": "214.798", + "min": "214.305", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "257.529", + "max": "258.135", + "min": "257.23", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "211.814", + "max": "231.048", + "min": "143.226", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "251.963", + "max": "252.327", + "min": "251.804", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "17.004", + "max": "36.023", + "min": "12.938", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "49.17", + "max": "51.984", + "min": "48.72", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "155.728", + "max": "157.56", + "min": "154.726", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "373.082", + "max": "373.357", + "min": "372.936", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "153.849", + "max": "158.274", + "min": "153.351", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "158.706", + "max": "159.034", + "min": "158.513", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "225.946", + "max": "226.772", + "min": "225.345", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "198.29", + "max": "261.277", + "min": "193.596", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "91.226", + "max": "129.664", + "min": "88.825", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "226.059", + "max": "226.754", + "min": "225.872", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "183.647", + "max": "184.806", + "min": "183.462", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "167.601", + "max": "167.889", + "min": "167.413", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "231.682", + "max": "232.833", + "min": "231.512", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "186.574", + "max": "186.911", + "min": "186.206", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "346.097", + "max": "347.075", + "min": "345.62", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "247.75", + "max": "250.223", + "min": "247.217", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "67.113", + "max": "70.387", + "min": "66.61", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "238.689", + "max": "239.402", + "min": "238.358", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "299.004", + "max": "301.511", + "min": "298.731", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "235.835", + "max": "237.152", + "min": "235.642", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "187.704", + "max": "190.514", + "min": "187.336", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "140.87", + "max": "141.473", + "min": "140.607", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "235.596", + "max": "235.96", + "min": "235.358", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "216.241", + "max": "216.496", + "min": "216.123", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "241.542", + "max": "241.963", + "min": "241.303", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "233.967", + "max": "234.358", + "min": "233.811", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "256.29", + "max": "257.108", + "min": "256.093", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "239.83", + "max": "240.992", + "min": "239.56", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "257.248", + "max": "257.687", + "min": "257.013", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "0.084", + "max": "0.133", + "min": "0.043", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "267.052", + "max": "267.654", + "min": "266.713", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "201.646", + "max": "202.622", + "min": "201.375", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "157.138", + "max": "158.073", + "min": "156.799", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "251.333", + "max": "251.546", + "min": "251.108", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "243.228", + "max": "244.532", + "min": "242.978", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "148.366", + "max": "153.025", + "min": "147.854", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "248.897", + "max": "250.473", + "min": "248.065", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "252.285", + "max": "252.645", + "min": "252.046", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "155.634", + "max": "157.995", + "min": "155.418", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "90.241", + "max": "92.592", + "min": "89.945", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "242.182", + "max": "242.438", + "min": "242.036", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "266.939", + "max": "267.349", + "min": "266.705", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "287.091", + "max": "289.112", + "min": "286.654", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "311.834", + "max": "351.745", + "min": "308.586", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "207.848", + "max": "208.188", + "min": "207.722", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "233.285", + "max": "235.287", + "min": "232.977", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "259.444", + "max": "259.849", + "min": "259.268", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "270.461", + "max": "271.381", + "min": "270.266", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "198.83", + "max": "201.874", + "min": "198.553", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "399.184", + "max": "402.451", + "min": "398.344", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "237.962", + "max": "238.499", + "min": "237.704", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "266.301", + "max": "282.399", + "min": "246.793", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "307.889", + "max": "310.58", + "min": "307.581", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "221.168", + "max": "221.3", + "min": "221.021", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "218.868", + "max": "219.429", + "min": "218.682", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "42.911", + "max": "46.29", + "min": "41.817", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "75.651", + "max": "76.655", + "min": "75.511", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "339.751", + "max": "340.136", + "min": "339.554", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "222.223", + "max": "222.538", + "min": "222.117", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "252.561", + "max": "280.975", + "min": "251.279", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "507.864", + "max": "623.482", + "min": "360.775", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "265.667", + "max": "371.831", + "min": "188.406", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "304.784", + "max": "310.958", + "min": "304.093", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "105.96", + "max": "107.514", + "min": "105.579", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "247.334", + "max": "247.578", + "min": "247.079", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "245.564", + "max": "250.072", + "min": "244.945", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "263.415", + "max": "264.136", + "min": "263.097", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "326.702", + "max": "477.137", + "min": "251.333", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "338.46", + "max": "340.333", + "min": "338.253", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "180.298", + "max": "280.952", + "min": "173.458", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "160.013", + "max": "160.604", + "min": "159.835", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "166.248", + "max": "167.063", + "min": "165.532", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "237.489", + "max": "239.084", + "min": "237.261", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "296.882", + "max": "297.265", + "min": "296.656", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "250.811", + "max": "251.699", + "min": "250.563", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "323.582", + "max": "324.696", + "min": "323.349", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "236.122", + "max": "236.599", + "min": "235.928", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "239.396", + "max": "240.35", + "min": "239.138", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "242.129", + "max": "242.639", + "min": "241.91", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "354.379", + "max": "355.772", + "min": "353.611", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "248.858", + "max": "251.313", + "min": "248.621", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "238.638", + "max": "239.183", + "min": "238.281", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "270.907", + "max": "277.018", + "min": "269.904", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "243.886", + "max": "246.205", + "min": "243.669", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "239.445", + "max": "239.709", + "min": "239.288", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "207.864", + "max": "208.429", + "min": "207.641", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "150.321", + "max": "150.804", + "min": "150.133", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "62.924", + "max": "64.37", + "min": "62.473", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "172.827", + "max": "173.445", + "min": "172.635", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "155.197", + "max": "155.969", + "min": "155.004", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "281.926", + "max": "289.417", + "min": "281.458", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "145.451", + "max": "147.057", + "min": "145.175", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "181.708", + "max": "184.792", + "min": "181.41", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "34.144", + "max": "34.965", + "min": "33.961", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "139.551", + "max": "140.168", + "min": "139.309", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "238.842", + "max": "239.318", + "min": "238.677", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "152.879", + "max": "155.376", + "min": "152.177", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "123.454", + "max": "125.684", + "min": "123.204", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "168.845", + "max": "170.137", + "min": "168.667", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "169.7", + "max": "197.944", + "min": "168.362", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "254.893", + "max": "255.302", + "min": "254.732", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "283.88", + "max": "285.126", + "min": "283.62", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "171.821", + "max": "173.434", + "min": "171.426", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "229.13", + "max": "275.169", + "min": "220.844", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "267.785", + "max": "268.306", + "min": "267.632", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "404.573", + "max": "492.832", + "min": "395.152", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "283.006", + "max": "284.232", + "min": "282.831", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "79.991", + "max": "80.237", + "min": "79.862", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "169.009", + "max": "169.238", + "min": "168.82", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "223.557", + "max": "224.454", + "min": "223.329", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "241.737", + "max": "243.217", + "min": "241.472", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "294.044", + "max": "294.333", + "min": "293.931", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "337.041", + "max": "337.245", + "min": "336.89", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "275.782", + "max": "276.422", + "min": "275.515", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "218.036", + "max": "219.706", + "min": "217.784", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "267.285", + "max": "268.387", + "min": "267.168", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "240.308", + "max": "240.61", + "min": "240.177", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "140.508", + "max": "141.908", + "min": "140.278", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "203.996", + "max": "204.573", + "min": "203.792", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "156.433", + "max": "158.407", + "min": "156.238", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "150.8", + "max": "157.492", + "min": "150.281", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "159.36", + "max": "170.318", + "min": "158.618", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "154.697", + "max": "155.248", + "min": "154.573", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "152.368", + "max": "152.767", + "min": "152.07", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "196.538", + "max": "197.054", + "min": "196.142", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "166.06", + "max": "166.291", + "min": "165.875", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "285.548", + "max": "286.361", + "min": "285.349", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "174.015", + "max": "174.505", + "min": "173.831", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "151.639", + "max": "156.343", + "min": "151.182", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "149.538", + "max": "150.053", + "min": "149.388", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "149.539", + "max": "149.912", + "min": "149.414", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "164.229", + "max": "169.134", + "min": "163.834", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "183.823", + "max": "184.337", + "min": "183.543", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "172.984", + "max": "183.326", + "min": "171.974", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "175.937", + "max": "192.777", + "min": "161.863", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "139.961", + "max": "140.325", + "min": "139.761", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "241.213", + "max": "242.316", + "min": "240.896", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "166.383", + "max": "200.586", + "min": "164.724", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "172.559", + "max": "174.884", + "min": "172.025", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "157.951", + "max": "162.03", + "min": "157.381", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "85.238", + "max": "90.091", + "min": "84.76", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "150.063", + "max": "150.279", + "min": "149.923", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "253.993", + "max": "254.343", + "min": "253.77", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "178.231", + "max": "179.057", + "min": "177.963", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "339.147", + "max": "346.092", + "min": "337.005", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "185.465", + "max": "185.812", + "min": "185.262", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "152.426", + "max": "155.508", + "min": "152.038", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "152.52", + "max": "156.145", + "min": "152.149", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "174.272", + "max": "175.264", + "min": "173.314", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "302.478", + "max": "318.177", + "min": "299.134", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "246.092", + "max": "253.723", + "min": "245.247", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "215.84", + "max": "217.966", + "min": "215.589", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "10.345", + "max": "10.708", + "min": "10.155", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "142.871", + "max": "143.239", + "min": "142.714", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "267.936", + "max": "268.386", + "min": "267.71", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "252.591", + "max": "253.114", + "min": "252.413", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "265.363", + "max": "265.556", + "min": "265.191", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "207.916", + "max": "210.487", + "min": "207.408", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "146.102", + "max": "148.004", + "min": "145.756", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "148.392", + "max": "149.817", + "min": "147.829", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "239.117", + "max": "240.918", + "min": "238.859", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "229.523", + "max": "229.801", + "min": "229.403", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "93.622", + "max": "96.633", + "min": "93.146", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "217.949", + "max": "219.66", + "min": "217.702", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "158.943", + "max": "159.481", + "min": "158.719", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "237.585", + "max": "237.97", + "min": "237.437", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "159.999", + "max": "160.419", + "min": "159.776", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "385.843", + "max": "728.345", + "min": "373.524", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "261.526", + "max": "266.737", + "min": "259.259", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "153.835", + "max": "154.333", + "min": "153.595", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "288.059", + "max": "288.631", + "min": "287.426", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "287.478", + "max": "303.094", + "min": "285.619", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "227.685", + "max": "228.134", + "min": "227.306", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "101.137", + "max": "101.625", + "min": "100.924", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "232.379", + "max": "235.099", + "min": "231.974", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "182.346", + "max": "182.657", + "min": "182.23", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "145.254", + "max": "145.891", + "min": "145.121", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "202.283", + "max": "202.709", + "min": "202.032", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "239.979", + "max": "241.482", + "min": "239.55", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "213.68", + "max": "213.944", + "min": "213.525", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "195.079", + "max": "202.3", + "min": "193.318", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "287.165", + "max": "287.813", + "min": "286.835", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "258.519", + "max": "260.558", + "min": "257.474", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "293.533", + "max": "294.607", + "min": "293.299", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "245.693", + "max": "245.867", + "min": "245.52", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "197.101", + "max": "197.798", + "min": "196.941", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "232.15", + "max": "232.56", + "min": "231.981", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "306.718", + "max": "306.718", + "min": "306.718", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "140.578", + "max": "140.968", + "min": "140.42", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "144.028", + "max": "144.324", + "min": "143.887", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "239.964", + "max": "240.533", + "min": "239.776", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "203.582", + "max": "212.881", + "min": "195.64", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "170.399", + "max": "170.724", + "min": "170.254", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "30.754", + "max": "33.429", + "min": "30.341", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "231.397", + "max": "232.732", + "min": "231.06", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "237.987", + "max": "238.362", + "min": "237.792", + "id": "85", + "country": "India", + "source_name": "Chennai", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "111": { + "name": "Pune", + "data": { + "0": { + "avg": "325.938", + "max": "327.868", + "min": "325.681", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "143.668", + "max": "150.891", + "min": "141.061", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "215.539", + "max": "224.301", + "min": "214.477", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "148.13", + "max": "163.333", + "min": "147.102", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "125.97", + "max": "127.012", + "min": "125.714", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "239.058", + "max": "239.449", + "min": "238.846", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "128.602", + "max": "129.067", + "min": "128.418", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "183.547", + "max": "186.238", + "min": "183.16", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "161.851", + "max": "162.248", + "min": "161.701", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "161.538", + "max": "162.834", + "min": "161.346", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "143.131", + "max": "146.764", + "min": "142.796", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "266.939", + "max": "278.784", + "min": "266.387", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "253.991", + "max": "258.366", + "min": "253.308", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "227.011", + "max": "228.699", + "min": "226.73", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "268.118", + "max": "273.58", + "min": "267.403", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "211.434", + "max": "212.278", + "min": "211.199", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "149.218", + "max": "149.635", + "min": "148.994", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "205.275", + "max": "217.273", + "min": "200.03", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "160.318", + "max": "160.688", + "min": "160.147", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "142.457", + "max": "142.68", + "min": "142.355", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "178.688", + "max": "179.148", + "min": "178.575", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "211.947", + "max": "213.65", + "min": "211.712", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "244.372", + "max": "244.852", + "min": "243.938", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "280.1", + "max": "285.76", + "min": "276.602", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "194.758", + "max": "195.569", + "min": "194.488", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "158.703", + "max": "158.924", + "min": "158.588", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "152.417", + "max": "156.326", + "min": "149.997", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "171.246", + "max": "174.914", + "min": "170.874", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "128.049", + "max": "134.447", + "min": "125.348", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "255.781", + "max": "262.818", + "min": "251.208", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "62.08", + "max": "65.815", + "min": "60.307", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "200.416", + "max": "200.694", + "min": "200.287", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "287.304", + "max": "296.086", + "min": "285.497", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "159.933", + "max": "165.414", + "min": "159.58", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "141.955", + "max": "146.416", + "min": "141.231", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "70.106", + "max": "75.044", + "min": "69.501", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "281.899", + "max": "282.283", + "min": "281.801", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "250.821", + "max": "251.95", + "min": "250.615", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "240.913", + "max": "242.002", + "min": "240.711", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "203.762", + "max": "215.904", + "min": "202.467", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "285.589", + "max": "287.358", + "min": "285.041", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "141.786", + "max": "155.147", + "min": "140.856", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "172.165", + "max": "179.357", + "min": "169.153", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "157.941", + "max": "166.15", + "min": "157.188", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "30.885", + "max": "36.463", + "min": "29.786", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "165.659", + "max": "172.303", + "min": "162.219", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "177.644", + "max": "181.858", + "min": "176.452", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "287.359", + "max": "297.003", + "min": "283.999", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "383.078", + "max": "383.548", + "min": "382.882", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "272.767", + "max": "273.203", + "min": "272.671", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "249.368", + "max": "249.674", + "min": "249.257", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "266.432", + "max": "269.258", + "min": "266.043", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "150.681", + "max": "160.652", + "min": "137.142", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "228.842", + "max": "230.309", + "min": "228.536", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "18.504", + "max": "35.027", + "min": "13.302", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "80.625", + "max": "84.069", + "min": "80.219", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "183.809", + "max": "186.255", + "min": "182.75", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "400.131", + "max": "415.925", + "min": "399.43", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "196.448", + "max": "197.428", + "min": "196.222", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "138.651", + "max": "139.416", + "min": "138.471", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "197.033", + "max": "201.604", + "min": "196.353", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "227.579", + "max": "228.368", + "min": "227.324", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "113.994", + "max": "114.48", + "min": "113.756", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "224.872", + "max": "234.02", + "min": "222.961", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "179.819", + "max": "184.788", + "min": "179.055", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "168.353", + "max": "174.183", + "min": "166.573", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "210.775", + "max": "218.93", + "min": "209.805", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "170.853", + "max": "195.543", + "min": "169.428", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "378.306", + "max": "380.89", + "min": "377.448", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "291.763", + "max": "294.129", + "min": "291.445", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "97.067", + "max": "99.064", + "min": "96.677", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "257.293", + "max": "265.818", + "min": "256.691", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "300.335", + "max": "301.464", + "min": "300.112", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "218.899", + "max": "223.786", + "min": "218.449", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "186.317", + "max": "187.406", + "min": "186.072", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "152.672", + "max": "157.961", + "min": "152.27", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "211.811", + "max": "212.717", + "min": "211.65", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "248.944", + "max": "249.7", + "min": "248.745", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "272.664", + "max": "276.622", + "min": "270.95", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "262.78", + "max": "263.488", + "min": "262.632", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "266.769", + "max": "267.112", + "min": "266.534", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "227.032", + "max": "227.479", + "min": "226.734", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "232.985", + "max": "234.869", + "min": "232.771", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "42.321", + "max": "45.52", + "min": "41.811", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "303.894", + "max": "309.084", + "min": "303.441", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "210.691", + "max": "211.447", + "min": "210.447", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "139.227", + "max": "145.464", + "min": "136.281", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "229.727", + "max": "234.724", + "min": "227.653", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "242.534", + "max": "243.061", + "min": "242.383", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "149.451", + "max": "158.44", + "min": "147.164", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "223.46", + "max": "226.233", + "min": "222.279", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "244.825", + "max": "247.566", + "min": "244.472", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "141.147", + "max": "141.659", + "min": "141.025", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "148.331", + "max": "148.73", + "min": "148.133", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "206.771", + "max": "214.766", + "min": "205.209", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "241.829", + "max": "242.59", + "min": "241.646", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "272.628", + "max": "278.016", + "min": "271.238", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "256.595", + "max": "262.299", + "min": "254.991", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "274.836", + "max": "275.346", + "min": "274.703", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "236.522", + "max": "240.401", + "min": "235.816", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "224.233", + "max": "238.379", + "min": "223.65", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "274.118", + "max": "274.339", + "min": "273.966", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "180.807", + "max": "184.184", + "min": "179.773", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "415.589", + "max": "420.749", + "min": "414.274", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "226.504", + "max": "227.699", + "min": "226.267", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "373.825", + "max": "395.165", + "min": "350.082", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "273.394", + "max": "275.024", + "min": "272.998", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "253.999", + "max": "257.983", + "min": "253.408", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "208.132", + "max": "218.818", + "min": "202.593", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "0.017", + "max": "0.078", + "min": "0.013", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "109.758", + "max": "114.615", + "min": "109.26", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "250.077", + "max": "250.496", + "min": "249.9", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "195.17", + "max": "198.754", + "min": "194.439", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "289.583", + "max": "297.528", + "min": "288.501", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "475.208", + "max": "595.988", + "min": "303.994", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "269.532", + "max": "339.254", + "min": "200.848", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "326.378", + "max": "339.166", + "min": "325.093", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "141.276", + "max": "153.932", + "min": "139.745", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "269.471", + "max": "269.669", + "min": "269.326", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "225.179", + "max": "229.5", + "min": "224.683", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "278.402", + "max": "278.817", + "min": "278.186", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "297.349", + "max": "453.094", + "min": "218.259", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "337.395", + "max": "337.83", + "min": "336.929", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "165.917", + "max": "309.318", + "min": "160.359", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "154.817", + "max": "161.952", + "min": "153.611", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "145.276", + "max": "148.326", + "min": "144.328", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "199.924", + "max": "215.725", + "min": "197.024", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "360.959", + "max": "366.988", + "min": "359.899", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "142.545", + "max": "143.872", + "min": "142.277", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "323.882", + "max": "330.622", + "min": "322.108", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "222.773", + "max": "230.779", + "min": "217.934", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "245.458", + "max": "247.662", + "min": "245.078", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "233.905", + "max": "239.899", + "min": "233.427", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "387.535", + "max": "394.428", + "min": "386.564", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "252.604", + "max": "257.345", + "min": "252.064", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "194.64", + "max": "194.86", + "min": "194.434", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "305.201", + "max": "312.005", + "min": "303.897", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "252.968", + "max": "254.72", + "min": "252.674", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "223.845", + "max": "228.901", + "min": "221.875", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "208.43", + "max": "226.782", + "min": "200.657", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "148.526", + "max": "151.115", + "min": "147.93", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "45.05", + "max": "45.936", + "min": "44.694", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "178.265", + "max": "179.012", + "min": "178.091", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "131.136", + "max": "132.366", + "min": "130.888", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "289.228", + "max": "293.113", + "min": "288.695", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "141.318", + "max": "141.728", + "min": "141.084", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "176.533", + "max": "189.755", + "min": "175.042", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "22.223", + "max": "23.903", + "min": "21.999", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "152.416", + "max": "156.187", + "min": "152.005", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "138.032", + "max": "147.014", + "min": "135.522", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "124.02", + "max": "148.166", + "min": "120.932", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "167.586", + "max": "171.812", + "min": "166.848", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "150.089", + "max": "150.659", + "min": "149.921", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "169.868", + "max": "177.087", + "min": "168.948", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "224.894", + "max": "225.337", + "min": "224.746", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "286.277", + "max": "286.967", + "min": "286.09", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "159.296", + "max": "160.706", + "min": "159.059", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "241.931", + "max": "281.905", + "min": "234.162", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "246.068", + "max": "246.247", + "min": "245.966", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "392.532", + "max": "478.839", + "min": "381.783", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "230.073", + "max": "235.02", + "min": "229.775", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "206.56", + "max": "207.723", + "min": "206.383", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "151.552", + "max": "151.867", + "min": "151.42", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "186.946", + "max": "187.201", + "min": "186.813", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "238.576", + "max": "240.839", + "min": "238.354", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "287.521", + "max": "299.718", + "min": "285.251", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "202.425", + "max": "204.184", + "min": "202.146", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "281.936", + "max": "282.352", + "min": "281.725", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "229.076", + "max": "236.359", + "min": "226.54", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "208.084", + "max": "213.256", + "min": "207.481", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "229.265", + "max": "239.53", + "min": "224.85", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "126.071", + "max": "127.073", + "min": "125.813", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "158.15", + "max": "162.296", + "min": "157.67", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "135.458", + "max": "136.278", + "min": "135.316", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "151.268", + "max": "158.109", + "min": "148.579", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "155.268", + "max": "175.818", + "min": "154.201", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "143.867", + "max": "147.503", + "min": "143.101", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "168.301", + "max": "173.799", + "min": "167.917", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "167.622", + "max": "174.448", + "min": "165.604", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "156.699", + "max": "163.461", + "min": "151.739", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "188.886", + "max": "191.199", + "min": "188.454", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "165.798", + "max": "169.467", + "min": "165.141", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "134.293", + "max": "145.928", + "min": "133.612", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "153.792", + "max": "155.641", + "min": "149.352", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "137.026", + "max": "137.758", + "min": "136.899", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "138.667", + "max": "143.55", + "min": "137.89", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "188.863", + "max": "210.024", + "min": "182.322", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "171.493", + "max": "178.278", + "min": "170.101", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "174.364", + "max": "205.516", + "min": "154.81", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "176.8", + "max": "181.391", + "min": "176.259", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "231.515", + "max": "232.297", + "min": "231.301", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "184.827", + "max": "191.9", + "min": "184.352", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "159.536", + "max": "160.046", + "min": "159.094", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "139.56", + "max": "147.471", + "min": "136.198", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "104.578", + "max": "104.769", + "min": "104.461", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "165.425", + "max": "168.891", + "min": "164.814", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "145.757", + "max": "153.929", + "min": "145.046", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "178.863", + "max": "179.121", + "min": "178.727", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "287.087", + "max": "295.28", + "min": "285.033", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "184.021", + "max": "194.578", + "min": "179.083", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "131.494", + "max": "133.302", + "min": "127.516", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "139.558", + "max": "140.274", + "min": "139.372", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "170.984", + "max": "174.119", + "min": "170.284", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "400.952", + "max": "409.948", + "min": "393.273", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "210.863", + "max": "225.117", + "min": "208.348", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "224.06", + "max": "224.316", + "min": "223.961", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "23.826", + "max": "29.793", + "min": "23.494", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "185.363", + "max": "185.843", + "min": "185.164", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "252.284", + "max": "253.707", + "min": "250.478", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "276.505", + "max": "282.004", + "min": "274.188", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "198.903", + "max": "199.506", + "min": "198.653", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "193.054", + "max": "194.926", + "min": "192.607", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "134.417", + "max": "141.05", + "min": "133.59", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "135.935", + "max": "141.704", + "min": "134.887", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "249.302", + "max": "253.551", + "min": "249.013", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "215.769", + "max": "217.18", + "min": "215.58", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "287.584", + "max": "290.286", + "min": "287.284", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "196.467", + "max": "196.8", + "min": "196.36", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "145.142", + "max": "148.464", + "min": "144.772", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "201.681", + "max": "201.914", + "min": "201.587", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "166.721", + "max": "168.449", + "min": "165.685", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "368.183", + "max": "369.61", + "min": "363.878", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "275.269", + "max": "279.364", + "min": "271.722", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "151.141", + "max": "154.081", + "min": "150.617", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "309.483", + "max": "310.249", + "min": "308.807", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "272.555", + "max": "282.293", + "min": "271.201", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "219.9", + "max": "226.237", + "min": "218.702", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "159.872", + "max": "162.862", + "min": "159.269", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "188.081", + "max": "189.898", + "min": "187.811", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "184.309", + "max": "184.956", + "min": "184.12", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "128.879", + "max": "129.076", + "min": "128.775", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "190.702", + "max": "199.423", + "min": "190.058", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "263.171", + "max": "264.352", + "min": "262.859", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "246.781", + "max": "251.549", + "min": "246.482", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "188.985", + "max": "195.848", + "min": "186.895", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "291.848", + "max": "294.421", + "min": "290.011", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "268.02", + "max": "269.355", + "min": "266.775", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "187.889", + "max": "193.997", + "min": "185.581", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "228.356", + "max": "229.942", + "min": "228.066", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "146.556", + "max": "149.284", + "min": "146.197", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "353.153", + "max": "356.742", + "min": "342.573", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "299.616", + "max": "299.616", + "min": "299.616", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "142.035", + "max": "142.514", + "min": "141.912", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "122.873", + "max": "125.672", + "min": "122.395", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "220.705", + "max": "221.2", + "min": "220.507", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.765", + "max": "173.504", + "min": "149.094", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "163.421", + "max": "163.624", + "min": "163.308", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "4.992", + "max": "7.484", + "min": "4.171", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "217.217", + "max": "224.01", + "min": "214.704", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "225.727", + "max": "231.25", + "min": "224.409", + "id": "111", + "country": "India", + "source_name": "Pune", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "148": { + "name": "Dhaka", + "data": { + "0": { + "avg": "359.835", + "max": "360.846", + "min": "359.314", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "132.735", + "max": "133.158", + "min": "132.327", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "243.798", + "max": "244.584", + "min": "243.428", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "190.712", + "max": "195.985", + "min": "189.846", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "176.429", + "max": "176.792", + "min": "176.108", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "117.064", + "max": "118.084", + "min": "116.644", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "185.136", + "max": "186.681", + "min": "184.746", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "165.281", + "max": "173.14", + "min": "164.212", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "218.197", + "max": "218.765", + "min": "217.689", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "199.193", + "max": "202.559", + "min": "198.568", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "234.314", + "max": "234.944", + "min": "233.938", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "263.486", + "max": "473.382", + "min": "255.701", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "253.751", + "max": "255.156", + "min": "253.434", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "286.803", + "max": "302.825", + "min": "285.764", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "272.838", + "max": "273.765", + "min": "272.46", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "257.796", + "max": "259.088", + "min": "257.106", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "186.948", + "max": "189.05", + "min": "186.491", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "245.799", + "max": "249.109", + "min": "244.963", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "195.027", + "max": "195.805", + "min": "194.584", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "180.415", + "max": "181.223", + "min": "180.048", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "163.873", + "max": "164.297", + "min": "163.652", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "250.798", + "max": "254.327", + "min": "250.367", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "223.737", + "max": "224.734", + "min": "223.435", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "243.773", + "max": "244.928", + "min": "243.307", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "232.663", + "max": "233.423", + "min": "232.361", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "198.855", + "max": "202.524", + "min": "198.288", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "204.842", + "max": "213.259", + "min": "203.969", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "193.354", + "max": "199.291", + "min": "192.78", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "171.942", + "max": "172.764", + "min": "171.526", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "256.827", + "max": "257.612", + "min": "256.485", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "49.176", + "max": "50.268", + "min": "48.851", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "200.514", + "max": "201.638", + "min": "200.155", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "281.44", + "max": "283.563", + "min": "281.02", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "200.743", + "max": "201.274", + "min": "200.448", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "179.206", + "max": "180.054", + "min": "178.872", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "57.886", + "max": "59.343", + "min": "57.481", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "252.01", + "max": "253.688", + "min": "251.663", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "265.13", + "max": "266.424", + "min": "264.759", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "256.157", + "max": "338.712", + "min": "249.733", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "258.681", + "max": "261.176", + "min": "258.084", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "322.165", + "max": "325.262", + "min": "321.549", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "186.342", + "max": "201.308", + "min": "185.42", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "218.606", + "max": "220.55", + "min": "218.245", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "196.447", + "max": "201.755", + "min": "195.837", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "68.99", + "max": "69.897", + "min": "68.572", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "199.47", + "max": "201.844", + "min": "198.927", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "212.268", + "max": "213.569", + "min": "211.8", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "378.085", + "max": "411.064", + "min": "376.606", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "384.113", + "max": "384.483", + "min": "383.67", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "255.363", + "max": "255.726", + "min": "254.959", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "264.975", + "max": "266.027", + "min": "264.609", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "245.227", + "max": "246.746", + "min": "244.894", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "209.946", + "max": "222.24", + "min": "195.532", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "242.517", + "max": "243.048", + "min": "242.196", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "75.699", + "max": "95.103", + "min": "71.317", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "64.957", + "max": "65.917", + "min": "64.455", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "178.169", + "max": "180.183", + "min": "177.438", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "416.904", + "max": "420.83", + "min": "415.777", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "198.894", + "max": "199.965", + "min": "198.396", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "213.559", + "max": "217.319", + "min": "213.112", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "252.72", + "max": "268.631", + "min": "251.123", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "214.067", + "max": "237.707", + "min": "210.587", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "86.744", + "max": "139.085", + "min": "79.724", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "100.857", + "max": "101.502", + "min": "100.538", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "217.919", + "max": "223.594", + "min": "217.224", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "199.363", + "max": "199.726", + "min": "199.105", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "251.75", + "max": "256.489", + "min": "251.24", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "228.615", + "max": "230.938", + "min": "227.856", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "370.67", + "max": "372.458", + "min": "369.826", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "253.995", + "max": "257.159", + "min": "253.598", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "82.195", + "max": "84.507", + "min": "81.689", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "248.021", + "max": "248.75", + "min": "247.55", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "324.09", + "max": "331.611", + "min": "322.827", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "256.214", + "max": "258.763", + "min": "255.584", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "207.677", + "max": "208.886", + "min": "207.264", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "218.524", + "max": "281.59", + "min": "184.39", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "251.639", + "max": "253.11", + "min": "251.333", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "239.219", + "max": "240.217", + "min": "238.814", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "296.976", + "max": "299.756", + "min": "296.6", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "243.682", + "max": "244.537", + "min": "243.331", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "268.212", + "max": "273.182", + "min": "267.729", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "256.697", + "max": "257.637", + "min": "256.235", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "312.93", + "max": "322.618", + "min": "300.483", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "62.998", + "max": "63.507", + "min": "62.604", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "257.297", + "max": "257.753", + "min": "256.769", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "338.448", + "max": "339.821", + "min": "337.886", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "184.982", + "max": "186.684", + "min": "184.332", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "259.912", + "max": "260.351", + "min": "259.588", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "256.812", + "max": "258.078", + "min": "256.268", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "196.385", + "max": "198.608", + "min": "195.937", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "268.951", + "max": "272.2", + "min": "268.23", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "257.901", + "max": "258.367", + "min": "257.535", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "171.846", + "max": "172.514", + "min": "171.493", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "107.551", + "max": "108.266", + "min": "107.23", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "256.384", + "max": "286.118", + "min": "254.928", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "277.804", + "max": "279.735", + "min": "277.368", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "314.196", + "max": "316.82", + "min": "313.534", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "351.944", + "max": "357.35", + "min": "350.903", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "276.827", + "max": "277.644", + "min": "276.399", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "253.843", + "max": "255.973", + "min": "253.424", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "247.437", + "max": "247.741", + "min": "247.163", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "250.251", + "max": "251.159", + "min": "249.956", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "206.139", + "max": "207.155", + "min": "205.746", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "350.115", + "max": "356.26", + "min": "348.956", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "266.408", + "max": "266.945", + "min": "265.971", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "279.511", + "max": "285.36", + "min": "255.133", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "473.755", + "max": "474.589", + "min": "473.301", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "255.529", + "max": "258.826", + "min": "254.957", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "251.763", + "max": "252.268", + "min": "251.456", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "50.006", + "max": "51.99", + "min": "49.578", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "92.109", + "max": "92.976", + "min": "91.717", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "273.892", + "max": "277.306", + "min": "272.274", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "259.66", + "max": "261.018", + "min": "259.287", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "283.448", + "max": "285.923", + "min": "282.958", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "462.527", + "max": "579.577", + "min": "288.453", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "297.297", + "max": "383.199", + "min": "216.744", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "354.73", + "max": "360.695", + "min": "353.883", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "146.918", + "max": "149.561", + "min": "146.268", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "255.479", + "max": "256.194", + "min": "255.146", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "257.883", + "max": "258.554", + "min": "257.502", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "247.976", + "max": "249.315", + "min": "247.495", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "358.494", + "max": "508.415", + "min": "280.213", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "340.067", + "max": "341.849", + "min": "339.597", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "213.751", + "max": "414.766", + "min": "203.436", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "311.356", + "max": "312.554", + "min": "310.949", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "183.832", + "max": "185.188", + "min": "183.349", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "263.347", + "max": "266.717", + "min": "262.865", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "268.296", + "max": "269.677", + "min": "267.779", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "194.417", + "max": "196.999", + "min": "193.88", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "276.894", + "max": "282.091", + "min": "276.273", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "266.51", + "max": "268.373", + "min": "266.133", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "264.088", + "max": "264.785", + "min": "263.77", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "272.589", + "max": "273.333", + "min": "272.207", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "411.292", + "max": "418.651", + "min": "408.896", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "267.174", + "max": "267.454", + "min": "266.926", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "248.709", + "max": "249.358", + "min": "248.44", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "256.523", + "max": "259.789", + "min": "255.744", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "250.374", + "max": "253.707", + "min": "249.956", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "259.243", + "max": "259.872", + "min": "258.922", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "254.749", + "max": "256.692", + "min": "254.319", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "188.159", + "max": "188.481", + "min": "187.86", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "0.039", + "max": "0.244", + "min": "0.017", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "198.614", + "max": "199.397", + "min": "198.155", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "188.897", + "max": "190.491", + "min": "188.465", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "201.033", + "max": "279.61", + "min": "194.514", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "214.772", + "max": "216.209", + "min": "214.162", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "206.657", + "max": "223.912", + "min": "205.5", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "85.159", + "max": "85.68", + "min": "84.822", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "198.662", + "max": "200.888", + "min": "198.119", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "182.19", + "max": "184.524", + "min": "181.621", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "181.959", + "max": "203.858", + "min": "179.338", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "139.918", + "max": "141.782", + "min": "139.406", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "196.029", + "max": "198.593", + "min": "195.467", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "172.676", + "max": "173.948", + "min": "171.911", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "293.34", + "max": "294.48", + "min": "292.961", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "261.248", + "max": "261.879", + "min": "260.755", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "202.914", + "max": "204.388", + "min": "202.277", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "110.834", + "max": "157.917", + "min": "100.106", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "242.409", + "max": "244.41", + "min": "241.956", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "424.851", + "max": "527.786", + "min": "417.736", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "284.402", + "max": "285.172", + "min": "283.733", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "96.572", + "max": "96.866", + "min": "96.347", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "194.753", + "max": "197.484", + "min": "194.312", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "241.716", + "max": "242.048", + "min": "241.394", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "279.885", + "max": "284.121", + "min": "279.394", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "323.165", + "max": "325.095", + "min": "322.623", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "254.321", + "max": "254.676", + "min": "254.125", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "273.065", + "max": "274.211", + "min": "272.673", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "163.729", + "max": "167.657", + "min": "162.672", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "293.684", + "max": "301.363", + "min": "293.044", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "259.37", + "max": "272.616", + "min": "258.204", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "158.584", + "max": "159.783", + "min": "158.173", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "263.461", + "max": "265.967", + "min": "263.014", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "185.626", + "max": "186.318", + "min": "185.252", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "283.613", + "max": "285.056", + "min": "283.183", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "185.883", + "max": "196.775", + "min": "184.979", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "204.662", + "max": "207.617", + "min": "204.233", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "297.166", + "max": "298.58", + "min": "296.577", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "225.851", + "max": "226.882", + "min": "225.428", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "200.408", + "max": "201.611", + "min": "199.934", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "224.732", + "max": "225.959", + "min": "224.285", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "192.79", + "max": "193.356", + "min": "192.378", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "187.254", + "max": "193.685", + "min": "186.527", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "213.059", + "max": "215.447", + "min": "212.589", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "218.009", + "max": "218.81", + "min": "217.606", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "182.99", + "max": "186.002", + "min": "182.537", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "236.282", + "max": "239.84", + "min": "235.716", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "188.943", + "max": "191.667", + "min": "187.952", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "203.854", + "max": "244.804", + "min": "185.409", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "174.814", + "max": "175.659", + "min": "174.412", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "269.693", + "max": "270.76", + "min": "269.321", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "198.873", + "max": "212.35", + "min": "198.043", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "313.329", + "max": "321.893", + "min": "312.368", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "181.332", + "max": "183.158", + "min": "180.872", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "85.464", + "max": "94.542", + "min": "84.453", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "179.781", + "max": "180.342", + "min": "179.368", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "207.109", + "max": "207.836", + "min": "206.626", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "205.458", + "max": "206.765", + "min": "205.188", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "376.096", + "max": "458.532", + "min": "371.462", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "220.285", + "max": "220.925", + "min": "219.841", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "184.155", + "max": "189.125", + "min": "183.494", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "183.983", + "max": "184.896", + "min": "183.61", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "210.344", + "max": "218.879", + "min": "209.512", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "146.493", + "max": "147.668", + "min": "146.051", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "260.688", + "max": "264.603", + "min": "260.046", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "357.305", + "max": "367.451", + "min": "342.552", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "81.349", + "max": "82.702", + "min": "80.978", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "181.738", + "max": "236.493", + "min": "178.863", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "300.646", + "max": "307.493", + "min": "299.894", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "242.223", + "max": "244.496", + "min": "241.722", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "211.474", + "max": "212.274", + "min": "211.118", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "232.807", + "max": "233.154", + "min": "232.398", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "170.851", + "max": "191.333", + "min": "169.524", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "186.663", + "max": "189.708", + "min": "185.957", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "250.424", + "max": "257.391", + "min": "249.827", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "277.435", + "max": "282.576", + "min": "276.844", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "261.612", + "max": "262.683", + "min": "261.065", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "288.238", + "max": "289.741", + "min": "287.741", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "179.612", + "max": "181.28", + "min": "179.29", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "249.184", + "max": "249.619", + "min": "248.985", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "184.643", + "max": "185.772", + "min": "184.369", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "381.04", + "max": "444.229", + "min": "377.17", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "286.426", + "max": "290.443", + "min": "283.52", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "188.615", + "max": "224.964", + "min": "187.019", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "357.932", + "max": "362.282", + "min": "356.676", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "314.553", + "max": "322.478", + "min": "312.796", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "250.176", + "max": "252.883", + "min": "249.374", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "134.899", + "max": "135.148", + "min": "134.585", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "248.685", + "max": "249.434", + "min": "248.189", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "215.094", + "max": "215.988", + "min": "214.902", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "180.016", + "max": "186.334", + "min": "179.203", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "212.782", + "max": "213.363", + "min": "212.421", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "250.705", + "max": "254.13", + "min": "249.435", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "301.535", + "max": "302.609", + "min": "301.141", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "227.665", + "max": "234.968", + "min": "225.75", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "307.628", + "max": "311.529", + "min": "306.951", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "248.266", + "max": "249.751", + "min": "246.909", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "204.576", + "max": "208.238", + "min": "203.993", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "253.858", + "max": "254.186", + "min": "253.573", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "228.685", + "max": "234.005", + "min": "228.019", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "268.754", + "max": "273.034", + "min": "257.755", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "342.673", + "max": "342.673", + "min": "342.673", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "184.49", + "max": "189.081", + "min": "183.876", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "176.293", + "max": "177.028", + "min": "175.885", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "264.822", + "max": "386.296", + "min": "256.202", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "246.262", + "max": "255.198", + "min": "238.006", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "199.126", + "max": "204.062", + "min": "198.565", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "72.522", + "max": "74.062", + "min": "72.089", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "246.657", + "max": "251.979", + "min": "246.076", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "275.935", + "max": "279.493", + "min": "275.127", + "id": "148", + "country": "Bangladesh", + "source_name": "Dhaka", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "155": { + "name": "Indore", + "data": { + "0": { + "avg": "315.713", + "max": "322.618", + "min": "314.045", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "149.102", + "max": "149.712", + "min": "148.82", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "227.45", + "max": "227.676", + "min": "227.347", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "133.717", + "max": "144.562", + "min": "132.679", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "135.578", + "max": "135.881", + "min": "135.423", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "253.164", + "max": "253.408", + "min": "253.033", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "137.619", + "max": "137.879", + "min": "137.477", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "312.453", + "max": "318.252", + "min": "311.69", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "165.954", + "max": "166.107", + "min": "165.848", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "164.376", + "max": "164.68", + "min": "164.236", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "201.82", + "max": "202.057", + "min": "201.692", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "246.654", + "max": "247.688", + "min": "246.497", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "233.466", + "max": "233.797", + "min": "233.307", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "228.038", + "max": "228.963", + "min": "227.878", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "261.424", + "max": "262.235", + "min": "261.245", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "218.816", + "max": "219.192", + "min": "218.112", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "163.609", + "max": "163.834", + "min": "163.392", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "292.297", + "max": "292.911", + "min": "292.18", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "142.889", + "max": "143.099", + "min": "142.738", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "155.208", + "max": "155.261", + "min": "155.12", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "177.486", + "max": "177.602", + "min": "177.417", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "300.228", + "max": "301.442", + "min": "300.081", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "245.461", + "max": "245.63", + "min": "245.394", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "280.108", + "max": "280.58", + "min": "279.957", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "164.963", + "max": "166.582", + "min": "164.608", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "141.272", + "max": "141.465", + "min": "141.195", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "124.038", + "max": "126.639", + "min": "123.703", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "166.646", + "max": "167.893", + "min": "166.456", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "127.279", + "max": "127.361", + "min": "127.19", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "260.893", + "max": "261.592", + "min": "260.338", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "69.607", + "max": "76.483", + "min": "69.257", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "171.633", + "max": "171.873", + "min": "171.531", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "307.466", + "max": "308.194", + "min": "307.198", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "164.146", + "max": "164.332", + "min": "164.054", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "169.478", + "max": "172.261", + "min": "169.188", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "76.348", + "max": "110.163", + "min": "74.929", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "245.301", + "max": "245.473", + "min": "245.225", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "257.938", + "max": "258.102", + "min": "257.813", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "271.833", + "max": "273.172", + "min": "271.632", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "251.248", + "max": "252.609", + "min": "250.852", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "281.779", + "max": "285.08", + "min": "281.205", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "142.068", + "max": "144.243", + "min": "141.668", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "162.738", + "max": "163.119", + "min": "162.627", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "162.746", + "max": "163.508", + "min": "162.537", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "36.096", + "max": "36.33", + "min": "35.96", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "157.521", + "max": "158.148", + "min": "157.114", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "163.745", + "max": "163.975", + "min": "163.622", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "314.182", + "max": "314.586", + "min": "314.007", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "366.09", + "max": "366.688", + "min": "365.86", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "274.365", + "max": "274.693", + "min": "274.297", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "221.314", + "max": "221.397", + "min": "221.252", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "264.187", + "max": "264.732", + "min": "263.99", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "181.956", + "max": "219.268", + "min": "143.406", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "237.979", + "max": "238.299", + "min": "237.806", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "26.589", + "max": "41.885", + "min": "22.269", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "81.972", + "max": "82.314", + "min": "81.795", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "170.918", + "max": "174.193", + "min": "169.954", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "402.652", + "max": "407.74", + "min": "400.729", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "182.55", + "max": "183.417", + "min": "182.138", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "197.364", + "max": "197.534", + "min": "197.259", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "162.669", + "max": "164.089", + "min": "162.193", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "182.61", + "max": "204.815", + "min": "180.589", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "98.563", + "max": "142.071", + "min": "95.855", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "119.779", + "max": "119.906", + "min": "119.704", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "175.175", + "max": "175.486", + "min": "175.032", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "152.965", + "max": "153.323", + "min": "152.882", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "297.93", + "max": "298.712", + "min": "297.716", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "165.166", + "max": "165.462", + "min": "164.831", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "355.617", + "max": "358.797", + "min": "354.844", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "260.089", + "max": "263.887", + "min": "259.443", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "102.302", + "max": "102.839", + "min": "102.151", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "240.687", + "max": "241.206", + "min": "240.495", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "322.623", + "max": "324.249", + "min": "322.127", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "302.1", + "max": "302.275", + "min": "302.021", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "173.65", + "max": "174.139", + "min": "173.475", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "149.82", + "max": "152.943", + "min": "149.437", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "292.934", + "max": "293.095", + "min": "292.8", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "251.808", + "max": "257.884", + "min": "250.31", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "317.433", + "max": "317.699", + "min": "317.258", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "263.318", + "max": "263.478", + "min": "263.22", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "258.25", + "max": "259.449", + "min": "254.422", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "219.737", + "max": "220.338", + "min": "219.498", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "393.123", + "max": "412.587", + "min": "354.574", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "34.074", + "max": "34.663", + "min": "33.926", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "259.371", + "max": "259.419", + "min": "259.295", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "196.703", + "max": "197.508", + "min": "196.439", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "149.571", + "max": "150.041", + "min": "149.338", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "289.23", + "max": "289.451", + "min": "289.11", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "265.421", + "max": "266.109", + "min": "265.253", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "145.693", + "max": "154.587", + "min": "144.689", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "269.653", + "max": "271.083", + "min": "269.101", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "262.785", + "max": "263.303", + "min": "262.234", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "151.254", + "max": "151.709", + "min": "151.182", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "253.881", + "max": "254.298", + "min": "253.687", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "262.543", + "max": "262.676", + "min": "262.453", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "252.249", + "max": "252.433", + "min": "252.074", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "305.467", + "max": "305.717", + "min": "305.228", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "273.39", + "max": "286.022", + "min": "272.194", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "254.635", + "max": "258.89", + "min": "249.429", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "290.151", + "max": "291.171", + "min": "289.959", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "270.043", + "max": "270.165", + "min": "269.991", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "270.604", + "max": "272.061", + "min": "270.36", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "172.785", + "max": "173.138", + "min": "172.68", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "407.482", + "max": "409.75", + "min": "406.68", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "275.501", + "max": "276.444", + "min": "275.312", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "342.522", + "max": "343.339", + "min": "342.083", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "302.697", + "max": "303.024", + "min": "302.601", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "216.66", + "max": "216.834", + "min": "216.557", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "302.029", + "max": "302.476", + "min": "301.858", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "17.335", + "max": "17.646", + "min": "17.199", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "110.075", + "max": "112.358", + "min": "109.903", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "274.157", + "max": "277.738", + "min": "272.627", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "207.476", + "max": "210.083", + "min": "207.322", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "251.457", + "max": "253.823", + "min": "251.175", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "401.838", + "max": "520.081", + "min": "234.266", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "303.381", + "max": "421.576", + "min": "229.616", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "286.991", + "max": "304.844", + "min": "285.308", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "146.361", + "max": "147.044", + "min": "146.2", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "280.795", + "max": "281.087", + "min": "280.669", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "311.013", + "max": "311.922", + "min": "310.727", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "267.987", + "max": "271.427", + "min": "267.533", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "336.787", + "max": "487.987", + "min": "259.777", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "363.422", + "max": "364.179", + "min": "363.262", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "161.396", + "max": "282.797", + "min": "154.04", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "168.65", + "max": "168.806", + "min": "168.601", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "170.966", + "max": "171.821", + "min": "170.442", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "200.812", + "max": "201.202", + "min": "200.644", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "274.453", + "max": "274.814", + "min": "274.225", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "237.515", + "max": "238.193", + "min": "237.339", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "306.479", + "max": "306.674", + "min": "306.285", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "316.109", + "max": "316.473", + "min": "315.995", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "300.867", + "max": "301.163", + "min": "300.709", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "236.912", + "max": "237.612", + "min": "236.665", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "392.882", + "max": "394.494", + "min": "392.331", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "276.067", + "max": "276.213", + "min": "275.976", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "309.584", + "max": "309.792", + "min": "309.414", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "278.517", + "max": "280.844", + "min": "278.054", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "254.974", + "max": "255.163", + "min": "254.748", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "265.591", + "max": "265.815", + "min": "265.5", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "219.647", + "max": "219.911", + "min": "219.465", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "133.204", + "max": "133.557", + "min": "133.054", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "85.284", + "max": "90.037", + "min": "84.674", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "180.856", + "max": "181.332", + "min": "180.754", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "162.218", + "max": "162.474", + "min": "161.932", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "297.773", + "max": "313.314", + "min": "291.504", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "127.641", + "max": "127.836", + "min": "127.355", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "147.863", + "max": "148.194", + "min": "147.725", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "0.013", + "max": "0.016", + "min": "0.009", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "140.484", + "max": "140.742", + "min": "140.412", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "276.724", + "max": "276.832", + "min": "276.658", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "156.785", + "max": "174.65", + "min": "153.887", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "148.763", + "max": "148.95", + "min": "148.707", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "175.651", + "max": "178.709", + "min": "175.44", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "114.207", + "max": "114.418", + "min": "114.003", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "263.867", + "max": "264.464", + "min": "263.575", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "274.827", + "max": "275.129", + "min": "274.587", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "164.298", + "max": "166.464", + "min": "164.066", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "266.555", + "max": "311.889", + "min": "257.76", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "254.711", + "max": "254.999", + "min": "254.589", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "415.341", + "max": "491.595", + "min": "406.196", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "281.051", + "max": "281.325", + "min": "280.95", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "113.62", + "max": "113.797", + "min": "113.559", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "161.386", + "max": "161.607", + "min": "161.257", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "214.22", + "max": "214.472", + "min": "214.101", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "242.525", + "max": "242.968", + "min": "242.401", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "309.117", + "max": "309.337", + "min": "308.995", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "377.123", + "max": "377.662", + "min": "377.014", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "276.861", + "max": "278.534", + "min": "276.644", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "422.945", + "max": "435.106", + "min": "398.346", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "232.934", + "max": "233.198", + "min": "232.832", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "252.776", + "max": "252.934", + "min": "252.73", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "139.968", + "max": "142.036", + "min": "139.634", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "236.281", + "max": "238.977", + "min": "236.064", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "311.949", + "max": "312.101", + "min": "311.871", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "151.963", + "max": "157.797", + "min": "151.602", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "151.807", + "max": "151.898", + "min": "151.698", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "141.73", + "max": "141.82", + "min": "141.677", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "144.494", + "max": "145.308", + "min": "144.253", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "145.062", + "max": "145.492", + "min": "144.925", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "157.653", + "max": "157.89", + "min": "157.558", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "335.52", + "max": "335.665", + "min": "335.41", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "183.35", + "max": "183.452", + "min": "183.236", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "131.808", + "max": "134.159", + "min": "131.38", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "193.681", + "max": "194.002", + "min": "193.575", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "128.007", + "max": "128.255", + "min": "127.905", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "139.977", + "max": "140.528", + "min": "139.824", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "199.575", + "max": "199.893", + "min": "199.319", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "123.095", + "max": "128.087", + "min": "122.145", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "159.462", + "max": "211.817", + "min": "130.894", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "139.966", + "max": "140.099", + "min": "139.816", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "199.704", + "max": "200.481", + "min": "199.349", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "160.333", + "max": "180.997", + "min": "158.798", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "167.594", + "max": "168.105", + "min": "167.237", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "251.423", + "max": "251.867", + "min": "251.196", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "101.707", + "max": "101.83", + "min": "101.629", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "145.408", + "max": "147.454", + "min": "145.22", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "184.06", + "max": "184.421", + "min": "183.913", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "151.168", + "max": "151.282", + "min": "151.088", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "329.54", + "max": "333.676", + "min": "328.089", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "180.592", + "max": "181.008", + "min": "180.379", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "140.484", + "max": "142.281", + "min": "140.26", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "132.726", + "max": "132.924", + "min": "132.585", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "153.465", + "max": "154.464", + "min": "152.743", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "285.411", + "max": "297.531", + "min": "282.966", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "252.419", + "max": "263.208", + "min": "251.448", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "358.502", + "max": "368.427", + "min": "351.806", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "31.241", + "max": "31.482", + "min": "31.141", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "143.614", + "max": "144.349", + "min": "143.502", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "353.166", + "max": "358.409", + "min": "352.693", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "275.698", + "max": "275.833", + "min": "275.45", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "208.679", + "max": "209.048", + "min": "208.561", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "193.156", + "max": "194.015", + "min": "192.917", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "142.014", + "max": "142.963", + "min": "141.599", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "140.554", + "max": "141.996", + "min": "140.234", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "278.456", + "max": "278.905", + "min": "278.384", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "304.561", + "max": "304.798", + "min": "304.481", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "275.912", + "max": "393.918", + "min": "271.66", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "253.71", + "max": "254.268", + "min": "253.422", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "159.964", + "max": "160.088", + "min": "159.865", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "276.767", + "max": "276.994", + "min": "276.66", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "138.766", + "max": "138.918", + "min": "138.662", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "335.331", + "max": "373.677", + "min": "333.812", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "285.167", + "max": "288.408", + "min": "281.406", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "252.118", + "max": "252.92", + "min": "251.923", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "192.485", + "max": "193.522", + "min": "192.012", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "278.343", + "max": "309.892", + "min": "276.2", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "321.949", + "max": "328.362", + "min": "319.596", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "145.421", + "max": "145.667", + "min": "145.259", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "229.885", + "max": "230.201", + "min": "229.679", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "283.411", + "max": "283.558", + "min": "283.34", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "132.926", + "max": "133.183", + "min": "132.827", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "194.6", + "max": "199.585", + "min": "194.357", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "219.532", + "max": "223.417", + "min": "218.925", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "245.966", + "max": "246.257", + "min": "245.877", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "297.32", + "max": "305.059", + "min": "295.09", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "304.743", + "max": "306.513", + "min": "304.299", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "293.38", + "max": "294.56", + "min": "292.494", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "315.84", + "max": "316.356", + "min": "315.602", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "255.456", + "max": "255.682", + "min": "255.196", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "149.057", + "max": "152.612", + "min": "148.599", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "336.117", + "max": "338.042", + "min": "327.495", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "372.751", + "max": "372.751", + "min": "372.751", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "148.353", + "max": "155.41", + "min": "148.051", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "134.707", + "max": "134.797", + "min": "134.645", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "233.764", + "max": "239.236", + "min": "233.405", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "211.446", + "max": "228.759", + "min": "202.006", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "147.162", + "max": "149.764", + "min": "146.091", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "13.232", + "max": "13.69", + "min": "13.138", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "204.85", + "max": "207.185", + "min": "204.586", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "318.59", + "max": "319.24", + "min": "318.482", + "id": "155", + "country": "India", + "source_name": "Indore", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "186": { + "name": "Lahore", + "data": { + "0": { + "avg": "325.445", + "max": "325.567", + "min": "325.325", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "200.025", + "max": "200.391", + "min": "199.736", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "286.609", + "max": "287.075", + "min": "286.49", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "287.779", + "max": "293.912", + "min": "287.341", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "124.773", + "max": "124.955", + "min": "124.642", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "165.295", + "max": "165.723", + "min": "165.131", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "373.564", + "max": "390.488", + "min": "355.983", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "223.682", + "max": "235.851", + "min": "222.297", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "172.022", + "max": "172.739", + "min": "171.9", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "325.652", + "max": "326.613", + "min": "325.436", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "152.407", + "max": "155.474", + "min": "151.883", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "279.179", + "max": "302.377", + "min": "278.283", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "305.199", + "max": "320.123", + "min": "285.878", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "216.81", + "max": "217.261", + "min": "216.673", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "250.937", + "max": "251.025", + "min": "250.873", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "222.29", + "max": "222.534", + "min": "222.111", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "190.784", + "max": "191.067", + "min": "190.542", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "277.712", + "max": "277.986", + "min": "277.603", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "148.495", + "max": "148.671", + "min": "148.366", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "371.217", + "max": "391.273", + "min": "356.497", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "218.811", + "max": "219.019", + "min": "218.702", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "269.117", + "max": "269.608", + "min": "269.036", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "270.291", + "max": "270.589", + "min": "270.156", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "287.436", + "max": "288.773", + "min": "287.23", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "164.967", + "max": "165.609", + "min": "164.656", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "303.003", + "max": "304.625", + "min": "302.854", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "120.648", + "max": "120.84", + "min": "120.547", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "161.362", + "max": "162.254", + "min": "161.12", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "131.807", + "max": "131.954", + "min": "131.72", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "281.105", + "max": "281.726", + "min": "280.937", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "276.742", + "max": "277.259", + "min": "276.605", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "342.364", + "max": "359.143", + "min": "325.294", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "279.744", + "max": "280.42", + "min": "279.627", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "178.706", + "max": "179.012", + "min": "178.641", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "297.152", + "max": "297.583", + "min": "296.989", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "218.918", + "max": "230.969", + "min": "218.196", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "279.166", + "max": "279.258", + "min": "279.081", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "278.365", + "max": "278.68", + "min": "278.192", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "234.97", + "max": "236.952", + "min": "234.775", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "210.417", + "max": "213.993", + "min": "210.015", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "289.42", + "max": "292.784", + "min": "288.819", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "277.441", + "max": "281.788", + "min": "276.879", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "167.551", + "max": "167.691", + "min": "167.449", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "165.914", + "max": "166.42", + "min": "165.79", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "178.933", + "max": "179.253", + "min": "178.837", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "308.216", + "max": "308.934", + "min": "307.835", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "186.586", + "max": "187.038", + "min": "186.402", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "289.747", + "max": "289.977", + "min": "289.636", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "373.541", + "max": "373.9", + "min": "373.405", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "280.023", + "max": "280.124", + "min": "279.981", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "230.368", + "max": "230.472", + "min": "230.249", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "284.172", + "max": "284.459", + "min": "283.989", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "141.116", + "max": "223.446", + "min": "135.59", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "247.575", + "max": "247.81", + "min": "247.403", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "244.224", + "max": "252.778", + "min": "240.78", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "294.961", + "max": "297.358", + "min": "294.641", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "227.322", + "max": "229.775", + "min": "226.43", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "446.598", + "max": "446.856", + "min": "446.51", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "323.036", + "max": "324.043", + "min": "322.808", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "143.312", + "max": "143.443", + "min": "143.246", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "190.499", + "max": "191.288", + "min": "190.091", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "376.479", + "max": "420.587", + "min": "356.237", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "292.559", + "max": "311.994", + "min": "291.134", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "148.103", + "max": "148.493", + "min": "147.968", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "302.022", + "max": "302.384", + "min": "301.856", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "355.895", + "max": "372.768", + "min": "340.109", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "262.997", + "max": "263.468", + "min": "262.879", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "171.449", + "max": "171.733", + "min": "171.061", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "424.951", + "max": "426.896", + "min": "424.131", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "278.268", + "max": "280.091", + "min": "278.014", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "280.835", + "max": "282.157", + "min": "280.634", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "275.802", + "max": "277.903", + "min": "275.513", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "341.597", + "max": "349.841", + "min": "341.006", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "305.27", + "max": "321.409", + "min": "289.196", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "187.928", + "max": "190.583", + "min": "187.66", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "293.751", + "max": "294.522", + "min": "293.597", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "271.481", + "max": "271.666", + "min": "271.36", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "287.243", + "max": "291.373", + "min": "286.928", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "234.724", + "max": "235.606", + "min": "234.466", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "244.753", + "max": "245.106", + "min": "244.597", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "281.503", + "max": "281.764", + "min": "281.296", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "238.68", + "max": "239.053", + "min": "238.467", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "177.83", + "max": "181.117", + "min": "177.005", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "203.944", + "max": "204.227", + "min": "203.765", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "290.794", + "max": "291.635", + "min": "290.683", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "205.853", + "max": "207.118", + "min": "205.473", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "276.289", + "max": "279.594", + "min": "275.972", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "287.918", + "max": "289.841", + "min": "287.686", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "260.945", + "max": "261.304", + "min": "260.793", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "163.347", + "max": "169.328", + "min": "162.575", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "287.063", + "max": "288.467", + "min": "286.439", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "281.347", + "max": "281.821", + "min": "281.151", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "287.701", + "max": "307.049", + "min": "282.58", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "157.454", + "max": "159.819", + "min": "156.995", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "268.95", + "max": "269.276", + "min": "268.839", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "253.38", + "max": "255.099", + "min": "253.188", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "338.121", + "max": "338.483", + "min": "337.906", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "334.254", + "max": "352.204", + "min": "332.878", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "274.726", + "max": "275.47", + "min": "274.573", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "279.551", + "max": "282.519", + "min": "279.295", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "294.621", + "max": "294.853", + "min": "294.53", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "402.954", + "max": "428.06", + "min": "375.964", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "177.59", + "max": "181.143", + "min": "177.338", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "451.073", + "max": "454.158", + "min": "450.39", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "233.481", + "max": "233.667", + "min": "233.366", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "323.829", + "max": "339.017", + "min": "310.21", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "314.32", + "max": "315.139", + "min": "314.21", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "275.532", + "max": "275.691", + "min": "275.374", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "226.134", + "max": "226.328", + "min": "226.032", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "162.701", + "max": "163.931", + "min": "162.544", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.858", + "max": "303.649", + "min": "301.663", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "300.112", + "max": "302.921", + "min": "298.231", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "315.24", + "max": "330.29", + "min": "303.323", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "266.939", + "max": "269.228", + "min": "266.546", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "416.878", + "max": "538.009", + "min": "255.295", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "435.448", + "max": "570.998", + "min": "325.133", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "289.147", + "max": "302.922", + "min": "288.229", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "169.714", + "max": "169.988", + "min": "169.544", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "273.236", + "max": "273.415", + "min": "273.104", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "295.868", + "max": "296.483", + "min": "295.569", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "263.552", + "max": "265.861", + "min": "263.295", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "322.526", + "max": "475.529", + "min": "245.643", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "400.689", + "max": "401.963", + "min": "400.545", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "170.586", + "max": "380.17", + "min": "161.283", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "178.401", + "max": "178.586", + "min": "178.367", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "309.26", + "max": "310.632", + "min": "308.726", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "260.299", + "max": "261.127", + "min": "259.251", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "296.359", + "max": "296.629", + "min": "296.208", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "158.676", + "max": "159.613", + "min": "158.494", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "316.641", + "max": "318.984", + "min": "316.417", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "298.384", + "max": "298.693", + "min": "298.29", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "242.826", + "max": "243.021", + "min": "242.702", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "246.546", + "max": "246.794", + "min": "246.389", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "423.92", + "max": "425.244", + "min": "423.194", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "254.777", + "max": "255.063", + "min": "254.67", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "271.441", + "max": "271.675", + "min": "271.253", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "284.389", + "max": "289.501", + "min": "283.73", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "277.082", + "max": "277.429", + "min": "276.967", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "256.042", + "max": "256.177", + "min": "255.97", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "357.701", + "max": "374.018", + "min": "332.018", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "287.461", + "max": "287.582", + "min": "287.378", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "264.123", + "max": "267.036", + "min": "263.568", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "173.268", + "max": "173.745", + "min": "173.185", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "159.7", + "max": "159.876", + "min": "159.492", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "324.069", + "max": "338.465", + "min": "323.301", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "133.185", + "max": "133.917", + "min": "133.051", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "159.358", + "max": "163.495", + "min": "159.088", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "236.248", + "max": "236.799", + "min": "236.126", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "147.375", + "max": "148.171", + "min": "147.251", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "277.545", + "max": "277.721", + "min": "277.475", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "134.665", + "max": "183.55", + "min": "131.301", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "186.615", + "max": "186.782", + "min": "186.398", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "161.466", + "max": "163.28", + "min": "161.082", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "148.795", + "max": "149.443", + "min": "148.637", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "289.282", + "max": "289.432", + "min": "289.225", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "283.548", + "max": "284.28", + "min": "283.207", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "163.842", + "max": "165.465", + "min": "163.637", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "436.849", + "max": "481.886", + "min": "429.459", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "305.648", + "max": "306.034", + "min": "305.428", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "427.023", + "max": "506.766", + "min": "420.871", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "309.82", + "max": "310.304", + "min": "309.683", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "160.276", + "max": "160.416", + "min": "160.185", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "156.561", + "max": "156.7", + "min": "156.477", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "220.504", + "max": "220.955", + "min": "220.381", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "250.172", + "max": "250.645", + "min": "249.98", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "292.02", + "max": "292.107", + "min": "291.961", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "234.993", + "max": "235.219", + "min": "234.821", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "283.969", + "max": "284.386", + "min": "283.779", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "185.744", + "max": "188.73", + "min": "184.982", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "226.478", + "max": "226.67", + "min": "226.345", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "271.008", + "max": "271.089", + "min": "270.969", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "129.745", + "max": "131.752", + "min": "129.545", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "0.028", + "max": "0.03", + "min": "0.024", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "158.245", + "max": "159.76", + "min": "158.045", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "128.896", + "max": "130.962", + "min": "128.602", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "163.879", + "max": "164.226", + "min": "163.707", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "145.952", + "max": "146.205", + "min": "145.889", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "271.151", + "max": "274.259", + "min": "270.77", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "185.94", + "max": "187.551", + "min": "185.651", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "165.282", + "max": "165.443", + "min": "165.184", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "248.989", + "max": "249.849", + "min": "248.822", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "294.363", + "max": "294.553", + "min": "294.237", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "138.557", + "max": "141.715", + "min": "138.094", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "153.824", + "max": "153.95", + "min": "153.671", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "145.044", + "max": "145.206", + "min": "144.931", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "307.725", + "max": "312.553", + "min": "307.423", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "324.362", + "max": "324.899", + "min": "324.064", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "284.108", + "max": "305.325", + "min": "281.999", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "158.435", + "max": "235.563", + "min": "144.767", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "150.868", + "max": "151.24", + "min": "150.748", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "331.769", + "max": "332.72", + "min": "331.462", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "161.727", + "max": "162.015", + "min": "161.492", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "160.166", + "max": "160.786", + "min": "159.748", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "151.596", + "max": "158.436", + "min": "150.917", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "153.637", + "max": "153.89", + "min": "153.507", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "145.633", + "max": "146.155", + "min": "145.493", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "168.194", + "max": "168.424", + "min": "167.944", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "301.593", + "max": "301.736", + "min": "301.517", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "296.495", + "max": "301.998", + "min": "294.526", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "168.712", + "max": "168.922", + "min": "168.557", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "137.595", + "max": "143.549", + "min": "137.155", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "136.241", + "max": "136.476", + "min": "136.134", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "133.483", + "max": "133.576", + "min": "133.374", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "337.954", + "max": "352.911", + "min": "334.556", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "271.651", + "max": "274.337", + "min": "270.986", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "211.22", + "max": "215.973", + "min": "210.177", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "242.593", + "max": "242.698", + "min": "242.476", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "148.199", + "max": "148.474", + "min": "148.098", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "258.763", + "max": "259.213", + "min": "258.549", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "306.564", + "max": "307.881", + "min": "306.276", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "160.886", + "max": "161.291", + "min": "160.726", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "173.824", + "max": "174.48", + "min": "173.255", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "143.066", + "max": "144.708", + "min": "142.699", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "150.546", + "max": "152.162", + "min": "150.24", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "334.606", + "max": "334.863", + "min": "334.556", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "306.314", + "max": "306.4", + "min": "306.271", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "228.43", + "max": "228.839", + "min": "228.185", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "281.617", + "max": "281.878", + "min": "281.478", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "147.52", + "max": "147.822", + "min": "147.425", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "272.817", + "max": "272.949", + "min": "272.717", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "279.817", + "max": "280.61", + "min": "279.692", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "452.889", + "max": "720.264", + "min": "442.664", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "300.335", + "max": "303.682", + "min": "297.886", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "300.065", + "max": "307.628", + "min": "295.55", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "312.496", + "max": "316.591", + "min": "311.432", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "348.135", + "max": "350.045", + "min": "347.461", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "235.558", + "max": "236.283", + "min": "235.167", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "348.701", + "max": "349.073", + "min": "348.542", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "354.862", + "max": "355.441", + "min": "354.689", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "167.803", + "max": "167.951", + "min": "167.689", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "144.394", + "max": "145.031", + "min": "144.305", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "301.706", + "max": "301.813", + "min": "301.645", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "304.995", + "max": "322.245", + "min": "279.946", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "271.807", + "max": "272.04", + "min": "271.664", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "180.316", + "max": "185.867", + "min": "178.472", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "301.454", + "max": "303.128", + "min": "300.431", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "281.455", + "max": "282.71", + "min": "280.654", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "190.267", + "max": "190.574", + "min": "190.15", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "244.723", + "max": "245.071", + "min": "244.548", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "167.202", + "max": "171.458", + "min": "166.644", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "202.649", + "max": "208.454", + "min": "198.544", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "414.207", + "max": "414.207", + "min": "414.207", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "149.736", + "max": "149.793", + "min": "149.693", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "133.08", + "max": "133.217", + "min": "133.005", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "361.313", + "max": "374.308", + "min": "360.58", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "162.474", + "max": "181.724", + "min": "155.721", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "174.773", + "max": "175.049", + "min": "174.69", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "162.168", + "max": "163.286", + "min": "162.008", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "275.905", + "max": "276.435", + "min": "275.593", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "292.257", + "max": "292.781", + "min": "292.173", + "id": "186", + "country": "Pakistan", + "source_name": "Lahore", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "222": { + "name": "Bangalore", + "data": { + "0": { + "avg": "331.859", + "max": "332.174", + "min": "331.674", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "120.659", + "max": "121.443", + "min": "120.456", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "235.199", + "max": "235.945", + "min": "234.945", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "140.389", + "max": "147.523", + "min": "139.641", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "139.531", + "max": "139.825", + "min": "139.33", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "238.822", + "max": "239.431", + "min": "238.663", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "142.216", + "max": "142.563", + "min": "142.092", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.984", + "max": "292.908", + "min": "276.657", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "182.98", + "max": "183.823", + "min": "182.848", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "170.472", + "max": "174.721", + "min": "170.102", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "192.151", + "max": "193.475", + "min": "191.961", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "244.568", + "max": "266.87", + "min": "243.683", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "212.745", + "max": "215.086", + "min": "212.473", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "242.093", + "max": "243.248", + "min": "241.834", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "252.282", + "max": "252.713", + "min": "252.19", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "225.938", + "max": "226.605", + "min": "225.323", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "190.237", + "max": "191.214", + "min": "189.929", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "265.823", + "max": "266.61", + "min": "265.695", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "160.362", + "max": "161.209", + "min": "160.163", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "152.729", + "max": "152.81", + "min": "152.659", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "151.154", + "max": "151.763", + "min": "151.053", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "264.162", + "max": "265.853", + "min": "264.02", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "234.396", + "max": "234.635", + "min": "234.291", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "274.955", + "max": "280.368", + "min": "274.458", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "171.195", + "max": "171.872", + "min": "170.967", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "149.103", + "max": "149.786", + "min": "148.95", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "156.582", + "max": "157.886", + "min": "156.32", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "159.027", + "max": "159.639", + "min": "158.703", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "151.683", + "max": "152.833", + "min": "151.568", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "253.032", + "max": "253.497", + "min": "252.794", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "41.238", + "max": "41.857", + "min": "41.112", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "173.172", + "max": "173.43", + "min": "173.076", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "277.884", + "max": "278.557", + "min": "277.667", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "167.429", + "max": "168.212", + "min": "167.307", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "167.484", + "max": "169.781", + "min": "167.023", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "46.24", + "max": "47.972", + "min": "45.933", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "221.747", + "max": "222.511", + "min": "221.666", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "247.608", + "max": "247.945", + "min": "247.486", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "258.443", + "max": "260.324", + "min": "258.227", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "211.036", + "max": "211.514", + "min": "210.85", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "288.6", + "max": "291.444", + "min": "288.096", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "149.783", + "max": "156.703", + "min": "149.22", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "187.75", + "max": "187.905", + "min": "187.64", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "177.452", + "max": "177.89", + "min": "177.334", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "37.325", + "max": "38.206", + "min": "37.174", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "164.854", + "max": "165.602", + "min": "164.335", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "177.077", + "max": "177.391", + "min": "176.958", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "307.02", + "max": "307.604", + "min": "306.786", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "335.1", + "max": "336.01", + "min": "334.854", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "253.472", + "max": "254.248", + "min": "253.326", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "214.856", + "max": "215.527", + "min": "214.702", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "256.327", + "max": "257.194", + "min": "256.006", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "147.752", + "max": "234.053", + "min": "133.908", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "267.167", + "max": "267.853", + "min": "267.03", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "25.875", + "max": "34.591", + "min": "22.686", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "49.769", + "max": "50.643", + "min": "49.531", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "159.24", + "max": "161.454", + "min": "158.352", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "382.676", + "max": "385.388", + "min": "378.04", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "164.161", + "max": "165.627", + "min": "163.791", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "153.111", + "max": "153.769", + "min": "152.938", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "169.559", + "max": "170.252", + "min": "169.068", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "187.456", + "max": "245.772", + "min": "182.562", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "68.462", + "max": "85.19", + "min": "66.504", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "211.195", + "max": "211.419", + "min": "211.035", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "181.036", + "max": "182.398", + "min": "180.842", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "182.211", + "max": "182.447", + "min": "182.125", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "271.155", + "max": "271.938", + "min": "270.963", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "178.308", + "max": "178.9", + "min": "177.992", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "336.03", + "max": "338.294", + "min": "335.303", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "238.113", + "max": "238.888", + "min": "237.908", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "72.035", + "max": "73.075", + "min": "71.804", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "216.02", + "max": "216.878", + "min": "215.746", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "293.508", + "max": "317.653", + "min": "292.006", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "255.744", + "max": "256.353", + "min": "255.648", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "181.916", + "max": "183.166", + "min": "181.646", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "154.727", + "max": "155.409", + "min": "154.571", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "269.724", + "max": "270.639", + "min": "269.579", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "229.6", + "max": "230.777", + "min": "229.354", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "253.56", + "max": "256.219", + "min": "253.19", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "216.073", + "max": "216.854", + "min": "215.927", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "262.488", + "max": "263.203", + "min": "262.29", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "286.843", + "max": "287.713", + "min": "286.593", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "223.772", + "max": "224.656", + "min": "223.507", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "10.358", + "max": "10.898", + "min": "10.154", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "290.88", + "max": "291.605", + "min": "290.704", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "189.002", + "max": "190.622", + "min": "188.675", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "155.806", + "max": "156.796", + "min": "155.5", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "254.68", + "max": "255.256", + "min": "254.529", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "273.374", + "max": "273.909", + "min": "273.173", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "250.918", + "max": "251.855", + "min": "250.76", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "242.242", + "max": "244.341", + "min": "241.403", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "248.463", + "max": "249.224", + "min": "248.262", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "152.865", + "max": "152.946", + "min": "152.783", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "104.707", + "max": "105.796", + "min": "104.484", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "250.29", + "max": "252.461", + "min": "250.065", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "249.302", + "max": "249.875", + "min": "249.051", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "291.992", + "max": "293.221", + "min": "291.724", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "269.697", + "max": "288.904", + "min": "267.977", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "226.151", + "max": "226.64", + "min": "226.011", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "258.088", + "max": "262.5", + "min": "257.76", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "266.928", + "max": "267.459", + "min": "266.832", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "270.162", + "max": "270.903", + "min": "269.959", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "174.553", + "max": "174.844", + "min": "174.452", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "398.391", + "max": "411.301", + "min": "397.45", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "225.627", + "max": "226.276", + "min": "225.458", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "308.65", + "max": "309.618", + "min": "308.127", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "290.89", + "max": "293.988", + "min": "290.463", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "262.968", + "max": "265.828", + "min": "262.621", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "251.369", + "max": "252.286", + "min": "251.211", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "23.669", + "max": "24.592", + "min": "23.479", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "79.686", + "max": "80.797", + "min": "79.514", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "239.325", + "max": "240.024", + "min": "239.179", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "209.28", + "max": "209.959", + "min": "209.174", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "228.479", + "max": "266.782", + "min": "225.795", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "433.028", + "max": "552.154", + "min": "262.189", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "258.438", + "max": "375.604", + "min": "183.071", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "295.135", + "max": "297.469", + "min": "294.722", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "117.323", + "max": "118.168", + "min": "117.096", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "258.634", + "max": "259.378", + "min": "258.405", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "263.139", + "max": "264.682", + "min": "262.844", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "275.947", + "max": "280.364", + "min": "275.549", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "322.161", + "max": "474.507", + "min": "243.818", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "367.596", + "max": "368.406", + "min": "367.454", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "191.561", + "max": "311.469", + "min": "182.413", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "173.529", + "max": "174.21", + "min": "173.44", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "177.25", + "max": "178.132", + "min": "176.637", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "222.845", + "max": "224.059", + "min": "222.677", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "300.748", + "max": "301.318", + "min": "300.53", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "233.482", + "max": "234.208", + "min": "233.266", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "292.145", + "max": "293.392", + "min": "291.966", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "267.417", + "max": "268.019", + "min": "267.27", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "231.323", + "max": "231.982", + "min": "231.17", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "249.293", + "max": "249.981", + "min": "249.114", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "372.72", + "max": "374.687", + "min": "371.274", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "254.409", + "max": "255.169", + "min": "254.254", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "286.201", + "max": "286.915", + "min": "286.072", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "273.66", + "max": "287.52", + "min": "272.367", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "238.86", + "max": "239.467", + "min": "238.755", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "242.855", + "max": "242.936", + "min": "242.74", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "213.982", + "max": "214.458", + "min": "213.84", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "149.767", + "max": "151.011", + "min": "149.008", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "81.428", + "max": "83.844", + "min": "80.85", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "176.93", + "max": "177.693", + "min": "176.761", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "168.054", + "max": "168.362", + "min": "167.808", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "283.072", + "max": "283.982", + "min": "282.84", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "142.092", + "max": "142.97", + "min": "141.764", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "183.443", + "max": "217.352", + "min": "182.147", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "31.273", + "max": "31.452", + "min": "31.174", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "149.18", + "max": "149.715", + "min": "149.059", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "149.683", + "max": "150.531", + "min": "149.566", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "161.729", + "max": "174.081", + "min": "159.937", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "130.573", + "max": "131.13", + "min": "130.417", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "182.876", + "max": "184.048", + "min": "182.634", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "124.539", + "max": "147.338", + "min": "122.996", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "219.697", + "max": "220.31", + "min": "219.281", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "264.688", + "max": "265.455", + "min": "264.491", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "181.949", + "max": "183.182", + "min": "181.696", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "235.632", + "max": "280.65", + "min": "225.761", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "258.344", + "max": "259.047", + "min": "258.151", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "373.639", + "max": "452.552", + "min": "367.058", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "268.339", + "max": "269.126", + "min": "268.226", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "84.795", + "max": "85.115", + "min": "84.697", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "165.264", + "max": "166.05", + "min": "165.122", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "198.36", + "max": "198.979", + "min": "198.232", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "257.091", + "max": "257.502", + "min": "256.949", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "312.598", + "max": "313.444", + "min": "312.43", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "233.581", + "max": "234.553", + "min": "233.433", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "269.055", + "max": "269.756", + "min": "268.914", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "216.498", + "max": "217.333", + "min": "216.329", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "227.219", + "max": "228.318", + "min": "227.09", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "274.064", + "max": "278.313", + "min": "273.847", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "134.169", + "max": "136.823", + "min": "133.899", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "242.629", + "max": "243.37", + "min": "242.506", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "254.227", + "max": "254.773", + "min": "254.139", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "171.368", + "max": "171.963", + "min": "171.19", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "153.568", + "max": "177.536", + "min": "152.248", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "156.33", + "max": "156.643", + "min": "156.256", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "150.822", + "max": "151.459", + "min": "150.588", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "166.544", + "max": "167.053", + "min": "166.293", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "166.616", + "max": "167.309", + "min": "166.519", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "204.701", + "max": "205.398", + "min": "204.558", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "191.974", + "max": "192.285", + "min": "191.824", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "151.287", + "max": "156.918", + "min": "150.856", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "184.853", + "max": "185.684", + "min": "184.743", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "134.922", + "max": "135.113", + "min": "134.82", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "160.021", + "max": "160.663", + "min": "159.862", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "195.241", + "max": "196.114", + "min": "194.939", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "153.064", + "max": "165.307", + "min": "152.133", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "168.594", + "max": "222.022", + "min": "142.284", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "147.483", + "max": "148.234", + "min": "147.37", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "205.806", + "max": "206.143", + "min": "205.557", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "162.159", + "max": "173.034", + "min": "161.598", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "176.023", + "max": "177.308", + "min": "175.598", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "259.263", + "max": "264.388", + "min": "258.713", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "75.803", + "max": "79.979", + "min": "75.46", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "165.147", + "max": "165.538", + "min": "165.039", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "257.262", + "max": "258.14", + "min": "257.066", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "180.409", + "max": "181.05", + "min": "180.263", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "323.672", + "max": "330.125", + "min": "322.048", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "208.881", + "max": "209.583", + "min": "208.681", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "139.116", + "max": "141.772", + "min": "138.896", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "141.285", + "max": "142.024", + "min": "141.139", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "136.183", + "max": "137.648", + "min": "135.448", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "263.954", + "max": "267.724", + "min": "263.577", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "249.753", + "max": "254.681", + "min": "249.1", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "225.69", + "max": "225.848", + "min": "225.607", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "0.053", + "max": "0.114", + "min": "0.031", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "148.33", + "max": "149.204", + "min": "148.205", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "274.925", + "max": "275.825", + "min": "274.734", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "267.38", + "max": "267.964", + "min": "267.177", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "279.581", + "max": "280.224", + "min": "279.371", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "194.083", + "max": "194.726", + "min": "193.83", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "148.042", + "max": "149.521", + "min": "147.65", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "147.726", + "max": "149.871", + "min": "147.342", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "244.795", + "max": "245.513", + "min": "244.674", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "267.925", + "max": "268.417", + "min": "267.808", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "274.319", + "max": "440.202", + "min": "268.332", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "212.621", + "max": "213.136", + "min": "212.247", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "168.522", + "max": "169.099", + "min": "168.429", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "228.85", + "max": "229.602", + "min": "228.743", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "144.948", + "max": "145.337", + "min": "144.802", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "356.086", + "max": "374.627", + "min": "355.298", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "254.402", + "max": "258.253", + "min": "251.287", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "155.994", + "max": "156.659", + "min": "155.788", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "146.954", + "max": "147.949", + "min": "146.431", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "276.145", + "max": "277.788", + "min": "275.137", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "330.492", + "max": "337.576", + "min": "328.662", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "116.747", + "max": "117.603", + "min": "116.419", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "204.04", + "max": "204.657", + "min": "203.889", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "274.192", + "max": "275.078", + "min": "274.072", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "142.902", + "max": "143.292", + "min": "142.766", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "212.389", + "max": "213.174", + "min": "212.282", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "236.733", + "max": "239.377", + "min": "236.327", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "231.198", + "max": "231.744", + "min": "231.07", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "311.752", + "max": "316.89", + "min": "309.888", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "306.005", + "max": "309.354", + "min": "304.818", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "210.78", + "max": "212.604", + "min": "209.696", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "285.929", + "max": "287.094", + "min": "285.753", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "239.008", + "max": "240.055", + "min": "238.855", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "156.154", + "max": "159.696", + "min": "155.672", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "218.224", + "max": "219.002", + "min": "218.117", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "381.321", + "max": "381.321", + "min": "381.321", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "140.471", + "max": "140.544", + "min": "140.425", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "147.468", + "max": "147.538", + "min": "147.396", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "240.433", + "max": "244.698", + "min": "239.781", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "200.993", + "max": "215.079", + "min": "192.689", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "170.797", + "max": "171.413", + "min": "170.654", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "21.364", + "max": "22.236", + "min": "21.103", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "224.122", + "max": "226.483", + "min": "223.716", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "270.686", + "max": "272.656", + "min": "270.537", + "id": "222", + "country": "India", + "source_name": "Bangalore", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "293": { + "name": "Mumbai", + "data": { + "0": { + "avg": "317.017", + "max": "318.043", + "min": "316.776", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "271.505", + "max": "278.3", + "min": "264.761", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "214.74", + "max": "215.695", + "min": "214.586", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "244.543", + "max": "248.531", + "min": "243.985", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "183.438", + "max": "184.519", + "min": "183.079", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "136.905", + "max": "137.965", + "min": "136.692", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "126.005", + "max": "126.945", + "min": "125.76", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "297.658", + "max": "312.19", + "min": "290.062", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "212.093", + "max": "213.006", + "min": "211.898", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "161.486", + "max": "162.947", + "min": "161.182", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "188.999", + "max": "191.88", + "min": "188.534", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "270.006", + "max": "270.974", + "min": "269.85", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "195.557", + "max": "197.067", + "min": "195.286", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "303.347", + "max": "304.506", + "min": "302.89", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "270.74", + "max": "271.657", + "min": "270.548", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "209.456", + "max": "211.203", + "min": "208.941", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "118.285", + "max": "119.494", + "min": "117.991", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "210.797", + "max": "212.417", + "min": "210.627", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "175.725", + "max": "176.178", + "min": "175.449", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "141.496", + "max": "145.231", + "min": "141.085", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "287.017", + "max": "291.292", + "min": "281.392", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "219.511", + "max": "220.805", + "min": "219.229", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "232.716", + "max": "233.713", + "min": "232.319", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "251.218", + "max": "266.381", + "min": "250.459", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "235.092", + "max": "236.508", + "min": "234.657", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "203.027", + "max": "204.209", + "min": "202.847", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "186.235", + "max": "190.661", + "min": "185.704", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "224.449", + "max": "224.713", + "min": "224.159", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "130.904", + "max": "132.49", + "min": "130.427", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "256.739", + "max": "258.013", + "min": "256.364", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "56.952", + "max": "58.078", + "min": "56.66", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "160.345", + "max": "161.38", + "min": "160.121", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "280.157", + "max": "282.448", + "min": "279.802", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "138.144", + "max": "139.362", + "min": "137.984", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "150.996", + "max": "152.103", + "min": "150.712", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "68.013", + "max": "70.141", + "min": "67.593", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "271.13", + "max": "273.059", + "min": "270.922", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "244.093", + "max": "246.799", + "min": "243.532", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "247.528", + "max": "248.156", + "min": "247.336", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "238.929", + "max": "247.518", + "min": "238.163", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "319.869", + "max": "324.728", + "min": "319.177", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "192.059", + "max": "193.214", + "min": "191.7", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "154.547", + "max": "155.576", + "min": "154.41", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "185.694", + "max": "187.554", + "min": "185.429", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "26.503", + "max": "27.996", + "min": "26.153", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "135.467", + "max": "137.003", + "min": "134.79", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "214.125", + "max": "215.719", + "min": "213.889", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "323.318", + "max": "324.238", + "min": "323.106", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "331.494", + "max": "332.366", + "min": "331.156", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "247.152", + "max": "262.095", + "min": "246.309", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "196.368", + "max": "197.559", + "min": "196.122", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "273.953", + "max": "278.024", + "min": "273.295", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "223.885", + "max": "245.104", + "min": "169.068", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "252.833", + "max": "254.326", + "min": "252.393", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "22.076", + "max": "42.284", + "min": "17.193", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "102.287", + "max": "103.716", + "min": "101.963", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "157.823", + "max": "161.815", + "min": "156.756", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "397.365", + "max": "398.399", + "min": "397.098", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "181.539", + "max": "182.736", + "min": "181.104", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "199.992", + "max": "201.016", + "min": "199.77", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "267.57", + "max": "271.298", + "min": "266.621", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "151.668", + "max": "169.663", + "min": "150.408", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "90.888", + "max": "92.994", + "min": "90.5", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "225.104", + "max": "247.081", + "min": "224.087", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "204.699", + "max": "205.771", + "min": "204.438", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "201.996", + "max": "205.113", + "min": "201.631", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "187.709", + "max": "189.404", + "min": "187.439", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "188.429", + "max": "198.311", + "min": "187.042", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "325.913", + "max": "327.703", + "min": "325.028", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "268.362", + "max": "269.306", + "min": "268.128", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "91.836", + "max": "92.898", + "min": "91.513", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "242.51", + "max": "253.545", + "min": "241.358", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "304.149", + "max": "313.946", + "min": "303.507", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "234.479", + "max": "235.442", + "min": "234.303", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "161.15", + "max": "162.885", + "min": "160.663", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "145.61", + "max": "148.05", + "min": "145.057", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "197.751", + "max": "198.831", + "min": "197.526", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "253.382", + "max": "255.455", + "min": "252.982", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "216.597", + "max": "219.515", + "min": "216.202", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "215.821", + "max": "216.777", + "min": "215.665", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "224.283", + "max": "225.817", + "min": "223.946", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "247.892", + "max": "249.05", + "min": "247.567", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "211.458", + "max": "213.935", + "min": "211.104", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "30.651", + "max": "31.762", + "min": "30.37", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "281.885", + "max": "282.865", + "min": "281.649", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "195.276", + "max": "196.834", + "min": "194.824", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "190.742", + "max": "195.408", + "min": "190.194", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "233.254", + "max": "234.239", + "min": "233.048", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "271.405", + "max": "271.642", + "min": "271.216", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "167.814", + "max": "171.077", + "min": "167.218", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "269.584", + "max": "270.944", + "min": "268.996", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "240.79", + "max": "242.613", + "min": "240.404", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "107.585", + "max": "109.211", + "min": "107.411", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "114.822", + "max": "115.842", + "min": "114.598", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "257.6", + "max": "259.183", + "min": "257.259", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "276.333", + "max": "278.715", + "min": "276.025", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "296.872", + "max": "298.14", + "min": "296.398", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "271.184", + "max": "280.21", + "min": "270.175", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "251.374", + "max": "252.327", + "min": "251.108", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "236.363", + "max": "237.241", + "min": "236.131", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "264.604", + "max": "265.573", + "min": "264.453", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "290.319", + "max": "294.869", + "min": "289.942", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "209.998", + "max": "210.932", + "min": "209.722", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "349.234", + "max": "357.466", + "min": "347.6", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "263.9", + "max": "264.993", + "min": "263.61", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "347.941", + "max": "350.802", + "min": "339.772", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "279.728", + "max": "280.628", + "min": "279.534", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "200.949", + "max": "213.527", + "min": "199.868", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "249.002", + "max": "253.218", + "min": "248.519", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "4.665", + "max": "14.284", + "min": "4.116", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "101.121", + "max": "102.238", + "min": "100.954", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "252.07", + "max": "252.576", + "min": "251.863", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "187.677", + "max": "191.876", + "min": "187.053", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "207.499", + "max": "209.352", + "min": "207.103", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "485.13", + "max": "600.998", + "min": "318.402", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "356.466", + "max": "430.619", + "min": "285.671", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "270.98", + "max": "282.46", + "min": "269.951", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "140.792", + "max": "162.506", + "min": "139.532", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "220.87", + "max": "221.866", + "min": "220.623", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "223.92", + "max": "226.32", + "min": "223.293", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "272.965", + "max": "274.498", + "min": "272.481", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "325.671", + "max": "479.507", + "min": "246.831", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "317.885", + "max": "319.956", + "min": "317.36", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "199.717", + "max": "370.834", + "min": "193.194", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "211.087", + "max": "212.04", + "min": "210.942", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "146.34", + "max": "147.699", + "min": "145.679", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "191.327", + "max": "192.38", + "min": "191.122", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "286.413", + "max": "287.297", + "min": "286.054", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "199.312", + "max": "201.217", + "min": "198.993", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "361.534", + "max": "362.922", + "min": "361.179", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "216.663", + "max": "241.403", + "min": "215.481", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "218.36", + "max": "222.723", + "min": "217.856", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "218.564", + "max": "219.759", + "min": "218.377", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "381.914", + "max": "384.093", + "min": "381.012", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "250.304", + "max": "252.449", + "min": "249.802", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "188.335", + "max": "189.387", + "min": "188.105", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "287.601", + "max": "301.443", + "min": "286.306", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "288.349", + "max": "290.28", + "min": "287.934", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "283.736", + "max": "286.468", + "min": "283.416", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "203.771", + "max": "206.877", + "min": "203.334", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "232.56", + "max": "233.509", + "min": "232.355", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "72.413", + "max": "72.77", + "min": "72.192", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "190.894", + "max": "192.873", + "min": "190.522", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "193.518", + "max": "194.981", + "min": "193.257", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "238.062", + "max": "241.637", + "min": "237.593", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "193.803", + "max": "195.348", + "min": "193.39", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "192.674", + "max": "208.171", + "min": "191.091", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "13.445", + "max": "14.452", + "min": "13.186", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "174.9", + "max": "180.041", + "min": "174.594", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "185.303", + "max": "186.849", + "min": "184.929", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "171.154", + "max": "180.707", + "min": "169.636", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "152.591", + "max": "191.997", + "min": "151.07", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "136.823", + "max": "138.973", + "min": "136.553", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "171.758", + "max": "173.852", + "min": "171.43", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "299.967", + "max": "303.018", + "min": "299.545", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "229.116", + "max": "230.81", + "min": "228.829", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "203.106", + "max": "207.154", + "min": "202.161", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "107.029", + "max": "146.218", + "min": "99.924", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "286.975", + "max": "299.105", + "min": "285.973", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "406.331", + "max": "489.115", + "min": "398.67", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "256.072", + "max": "257.055", + "min": "255.858", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "386.427", + "max": "390.052", + "min": "379.864", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "172.266", + "max": "173.651", + "min": "171.946", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "258.34", + "max": "259.284", + "min": "258.106", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "280.114", + "max": "282.252", + "min": "279.725", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "332.681", + "max": "337.469", + "min": "332.058", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "197.183", + "max": "216.615", + "min": "196.147", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "284.938", + "max": "285.901", + "min": "284.746", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "198.334", + "max": "199.836", + "min": "198.106", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "278.253", + "max": "280.587", + "min": "277.753", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "243.596", + "max": "244.549", + "min": "243.425", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "179.62", + "max": "183.196", + "min": "179.053", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "162.224", + "max": "163.22", + "min": "161.964", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "176.131", + "max": "178.894", + "min": "175.753", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "177.509", + "max": "178.623", + "min": "176.995", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "132.62", + "max": "133.599", + "min": "132.442", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "160.479", + "max": "162.122", + "min": "160.282", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "217.85", + "max": "223.589", + "min": "216.871", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "239.203", + "max": "246.345", + "min": "238.613", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "211.074", + "max": "213.703", + "min": "210.734", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "188.101", + "max": "192.757", + "min": "187.785", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "205.09", + "max": "215.103", + "min": "161.468", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "189.014", + "max": "190.773", + "min": "188.646", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "180.706", + "max": "190.318", + "min": "179.891", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "136.591", + "max": "137.579", + "min": "136.413", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "204.652", + "max": "206.926", + "min": "204.145", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "221.254", + "max": "224.802", + "min": "220.689", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "134.685", + "max": "139.701", + "min": "133.918", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "206.697", + "max": "268.546", + "min": "192.934", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "168.741", + "max": "169.737", + "min": "168.537", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "238.966", + "max": "241.322", + "min": "238.156", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "192.591", + "max": "198.177", + "min": "192.049", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "166.845", + "max": "168.6", + "min": "166.293", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "170.082", + "max": "203.798", + "min": "168.502", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "125.363", + "max": "126.348", + "min": "125.205", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "158.009", + "max": "159.004", + "min": "157.844", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "190.615", + "max": "190.807", + "min": "190.425", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "131.22", + "max": "132.177", + "min": "131.002", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "342.96", + "max": "349.127", + "min": "341.294", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "235.126", + "max": "236.353", + "min": "234.821", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "132.714", + "max": "133.791", + "min": "132.513", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "203.978", + "max": "207.172", + "min": "203.407", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "168.948", + "max": "169.322", + "min": "168.731", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "388.757", + "max": "399.636", + "min": "379.029", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "207.772", + "max": "210.857", + "min": "207.086", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "210.432", + "max": "211.425", + "min": "210.253", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "21.492", + "max": "23.882", + "min": "21.146", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "216.624", + "max": "218.852", + "min": "216.386", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "258.949", + "max": "259.78", + "min": "258.629", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "242.134", + "max": "243.236", + "min": "241.822", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "205.299", + "max": "206.328", + "min": "205.038", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "231.256", + "max": "232.248", + "min": "230.713", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "187.817", + "max": "210.123", + "min": "186.421", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "141.019", + "max": "142.267", + "min": "140.644", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "241.725", + "max": "242.661", + "min": "241.515", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "215.423", + "max": "216.405", + "min": "215.229", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "121.285", + "max": "123.439", + "min": "120.845", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "198.591", + "max": "199.791", + "min": "198.361", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "117.511", + "max": "121.007", + "min": "117.182", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "198.157", + "max": "199.01", + "min": "197.861", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "180.561", + "max": "181.63", + "min": "180.272", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "353.458", + "max": "354.343", + "min": "353.251", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "238.501", + "max": "242.792", + "min": "236.264", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "116.703", + "max": "117.6", + "min": "116.35", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "208.306", + "max": "211.289", + "min": "207.101", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "265.226", + "max": "267.395", + "min": "264.138", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "250.681", + "max": "251.974", + "min": "250.252", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "140.966", + "max": "141.954", + "min": "140.647", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "236.133", + "max": "238.904", + "min": "235.789", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "198.438", + "max": "199.395", + "min": "198.288", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "116.652", + "max": "116.739", + "min": "116.548", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "203.564", + "max": "204.907", + "min": "203.365", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "211.831", + "max": "212.467", + "min": "211.493", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "253.508", + "max": "256.974", + "min": "253.239", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "157.781", + "max": "162.817", + "min": "155.656", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "274.053", + "max": "275.561", + "min": "273.457", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "198.325", + "max": "249.948", + "min": "193.394", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "220.85", + "max": "222.372", + "min": "220.586", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "276.377", + "max": "278.652", + "min": "276.109", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "194.261", + "max": "197.977", + "min": "193.663", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "248.524", + "max": "249.627", + "min": "248.259", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "356.724", + "max": "356.724", + "min": "356.724", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "185.356", + "max": "186.318", + "min": "185.156", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "112.774", + "max": "114.175", + "min": "112.467", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "290", + "max": "291.504", + "min": "289.364", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "194.296", + "max": "204.091", + "min": "187.404", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "165.135", + "max": "166.159", + "min": "164.933", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "0.034", + "max": "0.089", + "min": "0.019", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "248.111", + "max": "284.288", + "min": "246.174", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "242.634", + "max": "248.074", + "min": "242.053", + "id": "293", + "country": "India", + "source_name": "Mumbai", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Asia Pacific": { + "31": { + "name": "Singapore", + "data": { + "0": { + "avg": "394.554", + "max": "394.678", + "min": "394.41", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "83.389", + "max": "83.714", + "min": "83.192", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "263.123", + "max": "263.265", + "min": "262.954", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "261.594", + "max": "268.561", + "min": "261.044", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "254.085", + "max": "254.728", + "min": "253.903", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "75.562", + "max": "75.878", + "min": "75.366", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "160.955", + "max": "161.199", + "min": "160.828", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "115.274", + "max": "127.282", + "min": "114.305", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "179.264", + "max": "179.437", + "min": "179.079", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "177.351", + "max": "178.903", + "min": "177.031", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "175.234", + "max": "175.614", + "min": "175.004", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "222.565", + "max": "239.733", + "min": "221.843", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "240.396", + "max": "240.589", + "min": "240.23", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "254.4", + "max": "258.291", + "min": "254.14", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "241.875", + "max": "242.12", + "min": "241.779", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "255.432", + "max": "256.205", + "min": "255.196", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "149.666", + "max": "149.94", + "min": "149.478", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "227.792", + "max": "228.459", + "min": "227.578", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "253.042", + "max": "253.257", + "min": "252.851", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "171.272", + "max": "171.451", + "min": "171.156", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "109.47", + "max": "110.128", + "min": "109.25", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "219.933", + "max": "220.073", + "min": "219.793", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "180.618", + "max": "180.851", + "min": "180.486", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "183.641", + "max": "188.976", + "min": "183.279", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "171.193", + "max": "171.616", + "min": "170.953", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "166.33", + "max": "166.734", + "min": "166.208", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "153.161", + "max": "155.047", + "min": "152.715", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "182.365", + "max": "188.343", + "min": "182.041", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "149.597", + "max": "149.721", + "min": "149.471", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "171.178", + "max": "171.644", + "min": "170.894", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "0.027", + "max": "0.036", + "min": "0.023", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "186.404", + "max": "186.785", + "min": "186.23", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "231.092", + "max": "231.232", + "min": "230.946", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "202.2", + "max": "202.337", + "min": "202.109", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "164.333", + "max": "164.779", + "min": "164.149", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "7.884", + "max": "15.812", + "min": "7.293", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "180.91", + "max": "181.033", + "min": "180.83", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "240.737", + "max": "240.886", + "min": "240.612", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "221.511", + "max": "221.699", + "min": "221.293", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "254.41", + "max": "256.111", + "min": "254.125", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "312.009", + "max": "315.008", + "min": "311.401", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "254.817", + "max": "259.576", + "min": "254.15", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "212.611", + "max": "212.814", + "min": "212.496", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "183.225", + "max": "185.873", + "min": "183.023", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "70.399", + "max": "70.522", + "min": "70.289", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "273.065", + "max": "273.814", + "min": "272.551", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "194.141", + "max": "194.584", + "min": "193.903", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "306.355", + "max": "306.779", + "min": "305.952", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "375.84", + "max": "376.271", + "min": "375.646", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "223.902", + "max": "224.048", + "min": "223.788", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "229.745", + "max": "229.973", + "min": "229.614", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "189.946", + "max": "190.244", + "min": "189.796", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "251.759", + "max": "262.518", + "min": "240.79", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "206.31", + "max": "206.451", + "min": "206.128", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "51.4", + "max": "63.611", + "min": "47.744", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "12.483", + "max": "14.613", + "min": "12.164", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "163.374", + "max": "165.717", + "min": "162.875", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "129.004", + "max": "129.107", + "min": "128.905", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "211.401", + "max": "216.247", + "min": "210.978", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "164.334", + "max": "164.436", + "min": "164.235", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "199.775", + "max": "201.905", + "min": "199.356", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "218.929", + "max": "264.056", + "min": "215.2", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "28.792", + "max": "51.221", + "min": "27.216", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "49.018", + "max": "49.571", + "min": "48.867", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "274.144", + "max": "274.255", + "min": "273.959", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "183.525", + "max": "183.96", + "min": "183.401", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "261.551", + "max": "261.7", + "min": "261.455", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "196.727", + "max": "197.116", + "min": "196.225", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "359.374", + "max": "360.693", + "min": "358.573", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "227.935", + "max": "229.851", + "min": "227.515", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "33.669", + "max": "34.081", + "min": "33.446", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "179.974", + "max": "180.51", + "min": "179.698", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "283.102", + "max": "285.714", + "min": "282.805", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "217.202", + "max": "218.218", + "min": "216.998", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "163.807", + "max": "164.291", + "min": "163.583", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "241.895", + "max": "242.106", + "min": "241.766", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "187.08", + "max": "187.199", + "min": "186.958", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "248.66", + "max": "261.346", + "min": "248.087", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "223.019", + "max": "223.221", + "min": "222.874", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "160.316", + "max": "160.505", + "min": "160.108", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "244.783", + "max": "245.633", + "min": "244.325", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "294.787", + "max": "302.986", + "min": "277.535", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "34.407", + "max": "34.686", + "min": "34.281", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "249.727", + "max": "250.022", + "min": "249.647", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "195.921", + "max": "196.722", + "min": "195.665", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "180.719", + "max": "188.018", + "min": "180.174", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "266.084", + "max": "266.195", + "min": "265.967", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "221.284", + "max": "222.174", + "min": "221.072", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "179.676", + "max": "186.685", + "min": "179.21", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "252.77", + "max": "254.407", + "min": "252.094", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "188.756", + "max": "189.078", + "min": "188.59", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "208.282", + "max": "208.425", + "min": "208.211", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "83.039", + "max": "83.214", + "min": "82.91", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "249.988", + "max": "250.845", + "min": "249.828", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "251.908", + "max": "252.163", + "min": "251.691", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "300.255", + "max": "300.493", + "min": "300.061", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "290.906", + "max": "312.716", + "min": "289.504", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "177.353", + "max": "177.578", + "min": "177.185", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "223.814", + "max": "224.98", + "min": "223.633", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "245.308", + "max": "245.478", + "min": "245.225", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "181.897", + "max": "182.233", + "min": "181.72", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "192.852", + "max": "193.802", + "min": "192.612", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "232.048", + "max": "240.594", + "min": "230.923", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "245.21", + "max": "246.03", + "min": "245.015", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "93.94", + "max": "94.695", + "min": "93.768", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "345.628", + "max": "349.18", + "min": "345.399", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "260.412", + "max": "260.574", + "min": "260.326", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "60.884", + "max": "63.971", + "min": "60.271", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "51.234", + "max": "51.959", + "min": "51.077", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "158.316", + "max": "160.481", + "min": "154.206", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "234.732", + "max": "234.938", + "min": "234.609", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "307.074", + "max": "344.367", + "min": "305.568", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "649.67", + "max": "773.077", + "min": "468.882", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "400.487", + "max": "537.445", + "min": "318.018", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "332.522", + "max": "345.916", + "min": "331.104", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "75.408", + "max": "80.893", + "min": "74.92", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "226.253", + "max": "226.37", + "min": "226.156", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "249.7", + "max": "251.119", + "min": "249.373", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "219.146", + "max": "219.392", + "min": "218.996", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "313.508", + "max": "457.456", + "min": "239.528", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "381.951", + "max": "403.115", + "min": "364.792", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "188.282", + "max": "296.36", + "min": "184.027", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "179.825", + "max": "179.994", + "min": "179.71", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "172.568", + "max": "173.512", + "min": "172.034", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "232.676", + "max": "233.062", + "min": "232.548", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "309.743", + "max": "310.222", + "min": "309.518", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "357.515", + "max": "358.463", + "min": "357.165", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "187.827", + "max": "189.215", + "min": "187.568", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "245.906", + "max": "246.068", + "min": "245.768", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "238.353", + "max": "238.547", + "min": "238.153", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "240.504", + "max": "240.64", + "min": "240.397", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "116.972", + "max": "118.156", + "min": "116.342", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "232.54", + "max": "232.694", + "min": "232.452", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "258.228", + "max": "258.457", + "min": "258.064", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "240.477", + "max": "243.45", + "min": "239.613", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "229.075", + "max": "229.353", + "min": "228.797", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "215.194", + "max": "215.378", + "min": "214.964", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "254.554", + "max": "254.863", + "min": "254.404", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "256.167", + "max": "256.691", + "min": "256.041", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "49.149", + "max": "50.92", + "min": "48.8", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "180.333", + "max": "180.592", + "min": "180.154", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "164.788", + "max": "165.227", + "min": "164.577", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "187.396", + "max": "187.562", + "min": "187.182", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "164.028", + "max": "164.926", + "min": "163.73", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "168.752", + "max": "171.603", + "min": "168.433", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "69.435", + "max": "69.941", + "min": "69.267", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "174.054", + "max": "176.643", + "min": "173.657", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "165.319", + "max": "165.423", + "min": "165.233", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "155.912", + "max": "175.017", + "min": "154.395", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "84.886", + "max": "85.086", + "min": "84.736", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "204.48", + "max": "205.315", + "min": "204.262", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "259.339", + "max": "261.417", + "min": "259.063", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "251.069", + "max": "251.525", + "min": "250.839", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "164.339", + "max": "165.105", + "min": "164.043", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "177.839", + "max": "179.733", + "min": "177.509", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "56.875", + "max": "104.433", + "min": "48.1", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "224.24", + "max": "224.502", + "min": "224.064", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "396.389", + "max": "481.619", + "min": "387.873", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "292.747", + "max": "292.964", + "min": "292.611", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "208.297", + "max": "208.539", + "min": "207.609", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "181.8", + "max": "182.164", + "min": "181.663", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "252.902", + "max": "253.354", + "min": "252.712", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "259.151", + "max": "259.295", + "min": "259.057", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "346.181", + "max": "346.457", + "min": "346.035", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "122.909", + "max": "123.006", + "min": "122.748", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "237.236", + "max": "238.041", + "min": "236.971", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "188.467", + "max": "190.951", + "min": "186.435", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "259.862", + "max": "259.976", + "min": "259.779", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "252.467", + "max": "252.582", + "min": "252.408", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "267.921", + "max": "270.748", + "min": "267.416", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "276.78", + "max": "276.934", + "min": "276.636", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "165.119", + "max": "166.791", + "min": "164.904", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "150.544", + "max": "151.114", + "min": "150.294", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "167.653", + "max": "167.903", + "min": "167.489", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "174.871", + "max": "174.994", + "min": "174.791", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "176.55", + "max": "177.085", + "min": "176.236", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "203.266", + "max": "203.5", + "min": "203.132", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "272.083", + "max": "272.525", + "min": "271.839", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "190.887", + "max": "193.248", + "min": "190.661", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "277.016", + "max": "277.586", + "min": "276.805", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "160.241", + "max": "165.046", + "min": "159.907", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "167.97", + "max": "168.086", + "min": "167.828", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "252.298", + "max": "252.406", + "min": "252.216", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "155.625", + "max": "158.514", + "min": "155.406", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "231.207", + "max": "231.458", + "min": "230.881", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "352.729", + "max": "372.723", + "min": "350.769", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "190.05", + "max": "256.325", + "min": "167.529", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "153.1", + "max": "153.553", + "min": "152.942", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "212.932", + "max": "213.518", + "min": "212.685", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "172.738", + "max": "211.367", + "min": "170.862", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "274.825", + "max": "275.442", + "min": "274.487", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "250.461", + "max": "255.179", + "min": "250.029", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "38.643", + "max": "39.134", + "min": "38.409", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "153.373", + "max": "153.912", + "min": "153.154", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "155.077", + "max": "155.301", + "min": "154.856", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "156.879", + "max": "157.015", + "min": "156.787", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "309.808", + "max": "317.838", + "min": "308.669", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "288.777", + "max": "288.936", + "min": "288.637", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "166.991", + "max": "167.686", + "min": "166.833", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "244.292", + "max": "245.214", + "min": "244.121", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "160.597", + "max": "160.842", + "min": "160.47", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "93.489", + "max": "93.784", + "min": "93.386", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "261.113", + "max": "268.061", + "min": "259.406", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "280.58", + "max": "292.633", + "min": "260.269", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "41.412", + "max": "41.576", + "min": "41.265", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "159.906", + "max": "160.157", + "min": "159.788", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "110.672", + "max": "111.147", + "min": "110.448", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "191.346", + "max": "191.559", + "min": "191.127", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "163.73", + "max": "164.052", + "min": "163.534", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "288.812", + "max": "289.441", + "min": "288.482", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "174.328", + "max": "175.376", + "min": "173.934", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "167.197", + "max": "169.193", + "min": "166.723", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "240.53", + "max": "240.634", + "min": "240.442", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "262.312", + "max": "262.679", + "min": "262.154", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "62.205", + "max": "275.157", + "min": "54.702", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "237.237", + "max": "240.573", + "min": "236.955", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "153.218", + "max": "153.366", + "min": "153.112", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "261.474", + "max": "261.628", + "min": "261.39", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "160.585", + "max": "160.722", + "min": "160.444", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "370.341", + "max": "370.839", + "min": "370.167", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "252.325", + "max": "256.13", + "min": "248.901", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "181.073", + "max": "181.613", + "min": "180.812", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "282.089", + "max": "283.158", + "min": "281.469", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "280.707", + "max": "285.44", + "min": "279.75", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "383.279", + "max": "383.929", + "min": "382.918", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "82.638", + "max": "82.93", + "min": "82.459", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "318.308", + "max": "318.878", + "min": "318.079", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "283.979", + "max": "284.111", + "min": "283.868", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "173.781", + "max": "174.038", + "min": "173.658", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "289.642", + "max": "289.771", + "min": "289.539", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "272.241", + "max": "272.731", + "min": "271.988", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "241.668", + "max": "241.938", + "min": "241.511", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "226.247", + "max": "228.367", + "min": "224.588", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "310.234", + "max": "311.068", + "min": "309.715", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "250.485", + "max": "251.995", + "min": "249.773", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "212.857", + "max": "213.359", + "min": "212.686", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "233.043", + "max": "233.425", + "min": "232.848", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "182.485", + "max": "184.006", + "min": "182.136", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "304.543", + "max": "308.273", + "min": "293.962", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "334.234", + "max": "334.234", + "min": "334.234", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "242.341", + "max": "242.447", + "min": "242.261", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "151.669", + "max": "151.848", + "min": "151.522", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "266.042", + "max": "268.345", + "min": "265.685", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "185.795", + "max": "204.119", + "min": "178.22", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "175.632", + "max": "175.871", + "min": "175.461", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "56.833", + "max": "58.155", + "min": "56.58", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "225.851", + "max": "226.951", + "min": "225.517", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "222.105", + "max": "225.898", + "min": "221.128", + "id": "31", + "country": "Singapore", + "source_name": "Singapore", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "36": { + "name": "Malaysia", + "data": { + "0": { + "avg": "337.909", + "max": "380.491", + "min": "334.811", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "126.968", + "max": "129.182", + "min": "126.602", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "243.041", + "max": "252.439", + "min": "242.267", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "263.787", + "max": "268.553", + "min": "263.371", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "248.771", + "max": "271.343", + "min": "247.473", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "79.272", + "max": "81.638", + "min": "78.632", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "167.147", + "max": "169.748", + "min": "166.691", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "161.523", + "max": "165.111", + "min": "160.562", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "198.333", + "max": "200.52", + "min": "198.064", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "194.11", + "max": "214.875", + "min": "192.725", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "196.907", + "max": "197.904", + "min": "196.568", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "205.974", + "max": "207.902", + "min": "205.695", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "235.64", + "max": "236.385", + "min": "235.418", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "260.292", + "max": "262.869", + "min": "259.836", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "254.03", + "max": "294.501", + "min": "247.989", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "253.735", + "max": "261.396", + "min": "252.88", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "168.142", + "max": "169.983", + "min": "167.576", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "225.311", + "max": "229.829", + "min": "224.233", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "207.926", + "max": "209.953", + "min": "207.466", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "165.088", + "max": "165.351", + "min": "164.91", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "152.178", + "max": "154.366", + "min": "151.919", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "232.28", + "max": "234.457", + "min": "232.08", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "191.135", + "max": "200.448", + "min": "189.842", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "173.416", + "max": "175.374", + "min": "173.026", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "181.283", + "max": "205.166", + "min": "178.006", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "173.871", + "max": "176.597", + "min": "173.136", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "158.131", + "max": "182.571", + "min": "155.75", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "163.023", + "max": "168.124", + "min": "162.535", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "160.24", + "max": "162.562", + "min": "159.888", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "181.073", + "max": "181.976", + "min": "180.801", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "7.697", + "max": "9.762", + "min": "7.414", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "179.751", + "max": "191.143", + "min": "178.968", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "237.998", + "max": "254.234", + "min": "237.22", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "189.185", + "max": "192.72", + "min": "188.494", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "168.826", + "max": "188.238", + "min": "165.116", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "0.023", + "max": "0.045", + "min": "0.013", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "180.546", + "max": "181.473", + "min": "180.38", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "192.119", + "max": "192.453", + "min": "191.9", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "216.58", + "max": "217.856", + "min": "216.139", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "230.887", + "max": "239.902", + "min": "230.141", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "275.442", + "max": "278.036", + "min": "275.041", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "253.024", + "max": "255.102", + "min": "252.534", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "197.552", + "max": "198.332", + "min": "197.292", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "181.595", + "max": "204.614", + "min": "179.511", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "89.476", + "max": "93.43", + "min": "89.033", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "184.182", + "max": "185.902", + "min": "183.71", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "186.82", + "max": "189.007", + "min": "186.425", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "303.382", + "max": "305.567", + "min": "302.925", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "373.619", + "max": "386.192", + "min": "367.425", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "212.405", + "max": "213.752", + "min": "212.139", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "211.407", + "max": "212.029", + "min": "211.147", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "237.702", + "max": "239.724", + "min": "237.212", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "223.028", + "max": "313.528", + "min": "213.635", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "195.911", + "max": "197.895", + "min": "195.513", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "97.77", + "max": "118.308", + "min": "93.152", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "54.551", + "max": "57.28", + "min": "54.203", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "181.613", + "max": "227.984", + "min": "178.629", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "345.312", + "max": "348.793", + "min": "344.74", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "188.855", + "max": "191.599", + "min": "188.261", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "159.341", + "max": "167.73", + "min": "158.643", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "196.285", + "max": "198.629", + "min": "195.765", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "199.922", + "max": "261.365", + "min": "196.046", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "38.165", + "max": "136.371", + "min": "33.411", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "57.546", + "max": "89.999", + "min": "56.195", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "206.688", + "max": "208.031", + "min": "206.272", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "185.212", + "max": "189.112", + "min": "184.654", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "248.992", + "max": "276.069", + "min": "247.374", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "192.781", + "max": "193.48", + "min": "192.462", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "363.169", + "max": "365.036", + "min": "362.368", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "209.472", + "max": "212.636", + "min": "209.104", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "41.708", + "max": "57.797", + "min": "40.078", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "185.252", + "max": "221.219", + "min": "182.792", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "290.411", + "max": "335.254", + "min": "287.603", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "229.948", + "max": "232.078", + "min": "229.684", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "213.61", + "max": "215.819", + "min": "212.973", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "260.376", + "max": "261.868", + "min": "260.144", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "237.185", + "max": "237.936", + "min": "236.986", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "210.3", + "max": "237.58", + "min": "208.935", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "248.728", + "max": "251.127", + "min": "248.238", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "201.986", + "max": "203.029", + "min": "201.656", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "175.724", + "max": "176.88", + "min": "175.532", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "233.743", + "max": "258.919", + "min": "232.455", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "89.452", + "max": "92.377", + "min": "88.888", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "41.162", + "max": "42.353", + "min": "40.851", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "186.518", + "max": "188.399", + "min": "186.212", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "230.498", + "max": "232.97", + "min": "229.738", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "182.126", + "max": "184.929", + "min": "181.589", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "240.451", + "max": "248.7", + "min": "239.967", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "226.661", + "max": "245.556", + "min": "225.639", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "171.138", + "max": "180.466", + "min": "170.416", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "226.495", + "max": "228.314", + "min": "225.597", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "183.935", + "max": "187.244", + "min": "183.477", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "189.293", + "max": "218.957", + "min": "187.212", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "69.271", + "max": "103.168", + "min": "65.623", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "249.167", + "max": "250.04", + "min": "249.002", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "241.999", + "max": "246.856", + "min": "241.402", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "280.078", + "max": "281.637", + "min": "279.735", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "287.425", + "max": "314.902", + "min": "283.778", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "200.657", + "max": "228.411", + "min": "194.434", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "231.568", + "max": "240.379", + "min": "230.563", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "228.951", + "max": "229.997", + "min": "228.674", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "216.314", + "max": "239.293", + "min": "213.973", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "279.154", + "max": "281.524", + "min": "278.611", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "293.957", + "max": "298.978", + "min": "293.209", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "222.985", + "max": "227.444", + "min": "222.365", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "266.847", + "max": "322.21", + "min": "252.268", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "376.408", + "max": "377.576", + "min": "376.083", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "231.126", + "max": "243.288", + "min": "230.018", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "230.102", + "max": "232.156", + "min": "229.733", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "69.855", + "max": "71.563", + "min": "69.494", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "63.782", + "max": "104.476", + "min": "61.858", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "157.687", + "max": "162.183", + "min": "152.111", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "217.27", + "max": "244.265", + "min": "215.9", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "297.861", + "max": "299.357", + "min": "297.532", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "494.498", + "max": "609.082", + "min": "320.994", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "402.337", + "max": "543.657", + "min": "325.839", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "324.052", + "max": "340.373", + "min": "322.8", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "85.247", + "max": "87.141", + "min": "84.921", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "220.565", + "max": "225.5", + "min": "220.223", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "256.889", + "max": "259.697", + "min": "256.558", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "186.898", + "max": "187.74", + "min": "186.659", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "304.765", + "max": "479.006", + "min": "224.268", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "338.098", + "max": "339.092", + "min": "337.617", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "205.913", + "max": "370.671", + "min": "198.564", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "197.736", + "max": "205.115", + "min": "197.055", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "255.694", + "max": "296.599", + "min": "253.731", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "239.136", + "max": "244.535", + "min": "238.709", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "253.111", + "max": "255.198", + "min": "252.416", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "273.579", + "max": "289.269", + "min": "270.72", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "222.926", + "max": "225.401", + "min": "222.505", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "254.401", + "max": "256.478", + "min": "253.794", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "229.774", + "max": "232.428", + "min": "229.206", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "233.825", + "max": "239.955", + "min": "233.3", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "279.821", + "max": "281.951", + "min": "279.032", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "234.04", + "max": "236.548", + "min": "233.786", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "253.594", + "max": "253.868", + "min": "253.45", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "221.567", + "max": "233.992", + "min": "220.531", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "211.091", + "max": "212.581", + "min": "210.663", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "206.244", + "max": "238.98", + "min": "204.039", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "244.324", + "max": "245.493", + "min": "243.925", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "260.551", + "max": "262.506", + "min": "260.241", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "58.145", + "max": "63.082", + "min": "57.41", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "190.769", + "max": "195.405", + "min": "190.306", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "165.965", + "max": "169.15", + "min": "165.385", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "151.881", + "max": "154.321", + "min": "151.153", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "169.907", + "max": "171.951", + "min": "169.491", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "182.093", + "max": "201.529", + "min": "181.141", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "75.755", + "max": "81.261", + "min": "74.937", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "167.261", + "max": "211.559", + "min": "165.071", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "170.113", + "max": "186.859", + "min": "168.891", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "162.277", + "max": "170.156", + "min": "160.453", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "99.669", + "max": "102.329", + "min": "99.335", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "184.933", + "max": "186.564", + "min": "184.575", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "166.347", + "max": "168.317", + "min": "165.693", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "259.284", + "max": "281.595", + "min": "258.092", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "163.223", + "max": "164.245", + "min": "163.015", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "187.015", + "max": "213.013", + "min": "185.763", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "84.432", + "max": "128.284", + "min": "74.476", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "207.21", + "max": "208.3", + "min": "206.972", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "384.179", + "max": "468.036", + "min": "376.316", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "281.359", + "max": "309.202", + "min": "280.04", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "92.44", + "max": "124.346", + "min": "90.99", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "186.702", + "max": "189.125", + "min": "186.416", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "252.082", + "max": "257.198", + "min": "251.743", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "262.998", + "max": "264.331", + "min": "262.614", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "282.172", + "max": "283.827", + "min": "281.8", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "179.993", + "max": "180.75", + "min": "179.764", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "234.926", + "max": "237.245", + "min": "234.481", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "91.439", + "max": "100.141", + "min": "88.939", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "226.193", + "max": "241.099", + "min": "223.821", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "233.722", + "max": "234.699", + "min": "233.45", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "163.415", + "max": "166.827", + "min": "162.808", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "218.765", + "max": "222.803", + "min": "218.242", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "185.247", + "max": "218.761", + "min": "182.983", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "164.24", + "max": "196.447", + "min": "160.868", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "175.988", + "max": "194.503", + "min": "174.858", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "160.484", + "max": "161.365", + "min": "160.251", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "168.545", + "max": "169.789", + "min": "168.081", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "213.83", + "max": "233.985", + "min": "212.577", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "183.171", + "max": "186.415", + "min": "182.445", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "221.056", + "max": "265.887", + "min": "219.05", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "161.831", + "max": "162.821", + "min": "161.596", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "167.14", + "max": "212.224", + "min": "163.155", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "174.296", + "max": "175.605", + "min": "173.988", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "163.861", + "max": "165.304", + "min": "163.546", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "168.151", + "max": "184.45", + "min": "167.253", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "217.611", + "max": "243.136", + "min": "216.059", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "264.463", + "max": "288.216", + "min": "261.554", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "197.766", + "max": "260.473", + "min": "174.148", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "170.624", + "max": "171.476", + "min": "170.364", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "209.974", + "max": "212.126", + "min": "209.653", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "182.048", + "max": "199.89", + "min": "180.111", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "199.713", + "max": "201.964", + "min": "199.198", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "167.412", + "max": "187.153", + "min": "163.014", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "43.245", + "max": "44.426", + "min": "42.982", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "163.249", + "max": "164.4", + "min": "162.834", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "184.444", + "max": "186.468", + "min": "184.057", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "269.021", + "max": "270.199", + "min": "268.842", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "308.902", + "max": "319.232", + "min": "307.338", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "196.552", + "max": "197.951", + "min": "196.183", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "169.811", + "max": "172.85", + "min": "169.244", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "168.608", + "max": "172.299", + "min": "168.034", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "169.76", + "max": "173.341", + "min": "169.265", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "148.152", + "max": "162.574", + "min": "145.068", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "243.618", + "max": "251.321", + "min": "242.41", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "99.009", + "max": "114.542", + "min": "98.161", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "46.282", + "max": "48.168", + "min": "45.904", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "166.416", + "max": "190.004", + "min": "163.739", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "287.26", + "max": "287.649", + "min": "287.003", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "200.647", + "max": "202.011", + "min": "200.053", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "175.605", + "max": "176.867", + "min": "175.217", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "215.775", + "max": "217.421", + "min": "215.495", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "177.272", + "max": "195.138", + "min": "176.074", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "169.243", + "max": "205.585", + "min": "166.212", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "214.454", + "max": "228.635", + "min": "213.582", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "254.632", + "max": "255.827", + "min": "254.302", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "195.3", + "max": "378.197", + "min": "187.458", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "251.551", + "max": "254.073", + "min": "251.099", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "152.961", + "max": "155.864", + "min": "152.446", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "251.546", + "max": "287.799", + "min": "247.905", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "167.39", + "max": "167.625", + "min": "167.179", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "367.835", + "max": "368.457", + "min": "367.555", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "269.472", + "max": "301.823", + "min": "254.548", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "264.413", + "max": "265.129", + "min": "264.212", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "186.638", + "max": "188.913", + "min": "185.908", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "298.276", + "max": "301.005", + "min": "297.18", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "265.244", + "max": "272.511", + "min": "264.274", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "81.69", + "max": "83.295", + "min": "81.391", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "256.68", + "max": "274.805", + "min": "255.518", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "202.278", + "max": "206.134", + "min": "201.542", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "170.675", + "max": "171.733", + "min": "170.438", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "187.296", + "max": "191.019", + "min": "186.746", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "233.891", + "max": "240.841", + "min": "233.111", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "237.673", + "max": "267.779", + "min": "236.084", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "255.612", + "max": "259.929", + "min": "254.164", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "310.859", + "max": "312.872", + "min": "310.131", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "220.452", + "max": "222.053", + "min": "219.525", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "295.021", + "max": "296.525", + "min": "294.751", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "196.7", + "max": "199.015", + "min": "196.29", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "183.706", + "max": "188.738", + "min": "182.808", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "126.012", + "max": "135.454", + "min": "115.141", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "322.125", + "max": "322.125", + "min": "322.125", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "164.029", + "max": "164.819", + "min": "163.768", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "164.621", + "max": "166.859", + "min": "164.283", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "268.337", + "max": "269.739", + "min": "267.966", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "197.742", + "max": "205.807", + "min": "189.315", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "180.876", + "max": "184.515", + "min": "180.265", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "67.881", + "max": "69.384", + "min": "67.611", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "228.482", + "max": "249.108", + "min": "227.237", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "266.317", + "max": "281.285", + "min": "265.295", + "id": "36", + "country": "Malaysia", + "source_name": "Malaysia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "57": { + "name": "Jakarta", + "data": { + "0": { + "avg": "377.609", + "max": "378.622", + "min": "377.328", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "93.85", + "max": "94.384", + "min": "93.583", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "260.284", + "max": "261.3", + "min": "260.042", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "271.68", + "max": "278.822", + "min": "270.998", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "267.264", + "max": "267.587", + "min": "267.054", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "78.579", + "max": "79.713", + "min": "78.336", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "174.21", + "max": "174.657", + "min": "174.005", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "202.329", + "max": "455.209", + "min": "127.267", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "211.665", + "max": "212.788", + "min": "211.34", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "281.902", + "max": "284.925", + "min": "281.402", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "197.404", + "max": "198.726", + "min": "197.121", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "242.989", + "max": "336.412", + "min": "238.851", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "265.167", + "max": "265.839", + "min": "264.909", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "270.79", + "max": "271.811", + "min": "270.342", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "243.271", + "max": "244.615", + "min": "243.058", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "259.099", + "max": "259.514", + "min": "258.404", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "298.833", + "max": "484.941", + "min": "287.301", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "285.381", + "max": "511.856", + "min": "253.876", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "359.48", + "max": "360.521", + "min": "359.131", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "206.967", + "max": "207.395", + "min": "206.857", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "123.712", + "max": "135.828", + "min": "122.744", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "245.951", + "max": "246.544", + "min": "245.786", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "196.617", + "max": "196.936", + "min": "196.451", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "190.238", + "max": "190.844", + "min": "189.974", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "194.057", + "max": "195.09", + "min": "193.77", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "339.421", + "max": "340.868", + "min": "339.162", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "184.088", + "max": "189.856", + "min": "183.567", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "182.909", + "max": "185.145", + "min": "182.523", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "182.579", + "max": "191.3", + "min": "182.038", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "218.71", + "max": "306.582", + "min": "199.161", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "12.864", + "max": "14.823", + "min": "12.575", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "281.784", + "max": "282.156", + "min": "281.598", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "271.574", + "max": "272.092", + "min": "271.308", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "298.783", + "max": "299.478", + "min": "298.601", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "183.106", + "max": "185.885", + "min": "182.581", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "54.596", + "max": "57.137", + "min": "54.25", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "199.063", + "max": "199.454", + "min": "198.846", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "211.175", + "max": "211.613", + "min": "210.875", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "235.118", + "max": "236.203", + "min": "234.79", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "282.996", + "max": "388.451", + "min": "275.287", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "339.026", + "max": "424.49", + "min": "333.462", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "293.381", + "max": "471.746", + "min": "269.819", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "230.88", + "max": "231.348", + "min": "230.683", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "279.062", + "max": "291.484", + "min": "278.382", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "121.921", + "max": "125.924", + "min": "121.503", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "313.594", + "max": "513.786", + "min": "279.864", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "294.101", + "max": "294.777", + "min": "293.866", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "351.171", + "max": "352.033", + "min": "350.813", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "401.1", + "max": "439.879", + "min": "399.294", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "245.031", + "max": "248.763", + "min": "244.743", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "233.729", + "max": "234.171", + "min": "233.45", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "204.394", + "max": "204.964", + "min": "204.163", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "266.128", + "max": "332.005", + "min": "257.282", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "218.667", + "max": "218.998", + "min": "218.447", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "62.028", + "max": "70.561", + "min": "58.247", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "0.056", + "max": "0.086", + "min": "0.032", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "364.748", + "max": "368.091", + "min": "363.344", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "312.235", + "max": "457.985", + "min": "301.139", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "348.045", + "max": "521.057", + "min": "311.063", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "260.662", + "max": "263.658", + "min": "260.386", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "241.119", + "max": "421.584", + "min": "214.497", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "392.899", + "max": "429.945", + "min": "351.296", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "150.187", + "max": "337.566", + "min": "105.589", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "61.803", + "max": "62.679", + "min": "61.53", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "387.979", + "max": "388.575", + "min": "387.801", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "306.39", + "max": "401.623", + "min": "293.124", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "271.924", + "max": "272.51", + "min": "271.674", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "213.865", + "max": "214.233", + "min": "213.519", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "379.786", + "max": "382.696", + "min": "378.989", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "240.048", + "max": "372.953", + "min": "232.91", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "45.338", + "max": "46.322", + "min": "44.836", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "201.364", + "max": "201.958", + "min": "201.081", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "293.064", + "max": "294.43", + "min": "292.683", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "257.498", + "max": "258.099", + "min": "257.265", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "385.215", + "max": "385.907", + "min": "384.868", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "194.956", + "max": "195.471", + "min": "194.737", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "266.983", + "max": "391.373", + "min": "253.058", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "201.732", + "max": "204.347", + "min": "201.451", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "260.123", + "max": "270.772", + "min": "259.319", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "243.292", + "max": "424.006", + "min": "236.824", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "181.143", + "max": "181.595", + "min": "180.96", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "250.71", + "max": "251.457", + "min": "250.276", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "263.108", + "max": "280.179", + "min": "227.819", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "67.629", + "max": "181.479", + "min": "49.445", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "222.536", + "max": "222.826", + "min": "222.332", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "224.637", + "max": "225.482", + "min": "224.301", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "342.962", + "max": "343.307", + "min": "342.757", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "280.309", + "max": "280.574", + "min": "280.058", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "224.145", + "max": "224.905", + "min": "223.93", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "299.539", + "max": "368.158", + "min": "285.576", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "249.126", + "max": "252.987", + "min": "248.412", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "196.856", + "max": "198.298", + "min": "196.631", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "222.482", + "max": "223.316", + "min": "222.246", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "75.319", + "max": "77.48", + "min": "75.032", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "256.009", + "max": "337.434", + "min": "247.478", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "265.682", + "max": "271.412", + "min": "264.884", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "288.727", + "max": "289.436", + "min": "288.367", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "330.181", + "max": "435.864", + "min": "319.009", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "188.977", + "max": "189.304", + "min": "188.794", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "237.457", + "max": "238.372", + "min": "237.222", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "282.395", + "max": "387.331", + "min": "271.971", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "202.262", + "max": "203.419", + "min": "201.907", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "216.436", + "max": "217.11", + "min": "216.193", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "361.667", + "max": "365.937", + "min": "360.991", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "255.505", + "max": "255.772", + "min": "255.351", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "240.67", + "max": "246.374", + "min": "217.527", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "358.372", + "max": "360.663", + "min": "357.884", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "255.23", + "max": "255.468", + "min": "255.054", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "267.651", + "max": "269.484", + "min": "267.394", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "80.569", + "max": "83.439", + "min": "80.3", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "54.306", + "max": "55.399", + "min": "53.967", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "210.38", + "max": "213.691", + "min": "208.835", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "231.531", + "max": "231.906", + "min": "231.353", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "200.158", + "max": "209.572", + "min": "199.147", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "534.674", + "max": "666.705", + "min": "390.909", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "420.545", + "max": "488.627", + "min": "351.255", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "323.56", + "max": "327.899", + "min": "323.13", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "90.629", + "max": "92.174", + "min": "90.311", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "243.421", + "max": "244.315", + "min": "243.117", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "269.95", + "max": "271.027", + "min": "269.546", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "209.565", + "max": "210.325", + "min": "209.312", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "310.278", + "max": "464.593", + "min": "233.868", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "393.091", + "max": "408.957", + "min": "373.281", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "294.778", + "max": "468.83", + "min": "288.356", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "377.404", + "max": "378.122", + "min": "377.175", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "364.054", + "max": "364.917", + "min": "363.59", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "235.532", + "max": "235.909", + "min": "235.343", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "342.963", + "max": "344.773", + "min": "342.677", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "151.649", + "max": "265.126", + "min": "144.956", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "220.792", + "max": "227.917", + "min": "220.261", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "277.573", + "max": "279.372", + "min": "277.177", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "235.585", + "max": "319.889", + "min": "232.299", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "243.365", + "max": "388.279", + "min": "228.222", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "260.112", + "max": "261.843", + "min": "259.422", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "242.452", + "max": "243.617", + "min": "242.191", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "273.438", + "max": "274.345", + "min": "273.101", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "255.01", + "max": "267.248", + "min": "253.926", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "337.818", + "max": "536.204", + "min": "248.578", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "226.395", + "max": "227.607", + "min": "226.072", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "274.86", + "max": "275.688", + "min": "274.545", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "281.903", + "max": "375.26", + "min": "270.373", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "70.537", + "max": "189.047", + "min": "64.374", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "207.724", + "max": "209.748", + "min": "207.483", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "180.586", + "max": "181.691", + "min": "180.305", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.161", + "max": "214.015", + "min": "210.742", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "186.63", + "max": "187.073", + "min": "186.454", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "354.539", + "max": "370.641", + "min": "353.781", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "82.031", + "max": "82.36", + "min": "81.853", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "197.903", + "max": "199.004", + "min": "197.665", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "184.092", + "max": "184.327", + "min": "183.953", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "254.08", + "max": "265.508", + "min": "252.163", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "97.98", + "max": "99.145", + "min": "97.699", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "286.571", + "max": "287.367", + "min": "286.265", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "354.235", + "max": "372.004", + "min": "352.694", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "264.777", + "max": "265.307", + "min": "264.601", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "187.222", + "max": "223.612", + "min": "185.674", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "207.351", + "max": "292.273", + "min": "198.875", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "99.492", + "max": "180.04", + "min": "69.525", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "258.331", + "max": "258.563", + "min": "258.188", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "398.235", + "max": "500.566", + "min": "392.353", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "287.909", + "max": "290.115", + "min": "287.627", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "57.903", + "max": "58.706", + "min": "57.757", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "294.085", + "max": "294.352", + "min": "293.897", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "234.93", + "max": "237.689", + "min": "234.528", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "274.072", + "max": "274.236", + "min": "273.891", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "280.707", + "max": "281.154", + "min": "280.536", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "138.1", + "max": "138.737", + "min": "137.876", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "282.443", + "max": "455.225", + "min": "258.093", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "79.361", + "max": "82.523", + "min": "77.62", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "248.946", + "max": "249.189", + "min": "248.743", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "271.486", + "max": "272.677", + "min": "271.265", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "267.105", + "max": "269.124", + "min": "266.71", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "294.915", + "max": "295.346", + "min": "294.678", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "269.72", + "max": "270.428", + "min": "269.472", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "365.646", + "max": "366.174", + "min": "365.4", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "282.189", + "max": "306.42", + "min": "280.641", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "274.212", + "max": "274.441", + "min": "274.065", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "278.091", + "max": "490.413", + "min": "266.843", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "319.609", + "max": "322.252", + "min": "319.207", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "222.701", + "max": "223.399", + "min": "222.503", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "196.503", + "max": "198.467", + "min": "196.15", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "298.994", + "max": "299.444", + "min": "298.825", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "177.952", + "max": "178.806", + "min": "177.724", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "178.695", + "max": "179.051", + "min": "178.538", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "172.91", + "max": "174.886", + "min": "172.643", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "390.787", + "max": "538.1", + "min": "383.707", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "229.707", + "max": "230.364", + "min": "229.217", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "360.448", + "max": "363.17", + "min": "359.6", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "401.777", + "max": "544.953", + "min": "362.009", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "172.122", + "max": "172.579", + "min": "171.929", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "243.389", + "max": "355.814", + "min": "230.142", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "290.282", + "max": "292.687", + "min": "289.903", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "284.287", + "max": "285.328", + "min": "283.837", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "345.416", + "max": "435.29", + "min": "341.394", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "62.378", + "max": "63.795", + "min": "62.115", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "261.219", + "max": "261.441", + "min": "261.064", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "186.394", + "max": "186.921", + "min": "186.174", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "258.152", + "max": "258.447", + "min": "257.997", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "348.384", + "max": "356.349", + "min": "346.597", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "309.427", + "max": "520.932", + "min": "288.586", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "174.644", + "max": "177.211", + "min": "174.222", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "252.252", + "max": "254.405", + "min": "251.871", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "175.598", + "max": "176.013", + "min": "175.38", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "110.7", + "max": "206.891", + "min": "104.787", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "274.81", + "max": "277.043", + "min": "274.2", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "220.014", + "max": "220.83", + "min": "219.814", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "59.683", + "max": "180.242", + "min": "49.482", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "171.48", + "max": "172.004", + "min": "171.269", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "109.652", + "max": "110.016", + "min": "109.426", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "212.134", + "max": "212.378", + "min": "211.864", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "212.958", + "max": "321.262", + "min": "194.627", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "251.258", + "max": "252.262", + "min": "250.963", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "334.322", + "max": "335.41", + "min": "334.039", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "178.146", + "max": "232.695", + "min": "174.152", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "228.243", + "max": "229.058", + "min": "228.045", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "251.446", + "max": "251.993", + "min": "251.282", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "79.033", + "max": "209.229", + "min": "69.65", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "279.582", + "max": "387.133", + "min": "268.491", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "362.692", + "max": "364.732", + "min": "362.326", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "274.262", + "max": "275.645", + "min": "273.995", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "352.468", + "max": "364.647", + "min": "351.759", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "404.773", + "max": "828.349", + "min": "371.466", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "283.543", + "max": "287.056", + "min": "280.499", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "287.525", + "max": "287.778", + "min": "287.342", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "392.358", + "max": "393.295", + "min": "391.527", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "328.905", + "max": "480.34", + "min": "299.711", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "276.115", + "max": "277.511", + "min": "275.526", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "79.413", + "max": "79.721", + "min": "79.273", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "419.131", + "max": "420.564", + "min": "418.741", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "379.982", + "max": "380.399", + "min": "379.792", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "262.046", + "max": "263.127", + "min": "261.688", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "312.95", + "max": "313.357", + "min": "312.752", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "285.895", + "max": "288.793", + "min": "285.433", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "253.625", + "max": "254.136", + "min": "253.393", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "321.832", + "max": "364.143", + "min": "318.862", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "338.557", + "max": "340.224", + "min": "338.025", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "264.152", + "max": "267.045", + "min": "263.107", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "298.825", + "max": "300.216", + "min": "298.509", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "219.504", + "max": "220.219", + "min": "219.314", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "213.036", + "max": "291.793", + "min": "203.36", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "229.356", + "max": "234.87", + "min": "219.58", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "323.19", + "max": "323.19", + "min": "323.19", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "362.053", + "max": "450.577", + "min": "333.932", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "178.451", + "max": "211.106", + "min": "175.672", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "361.17", + "max": "366.561", + "min": "360.538", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "212.929", + "max": "280.724", + "min": "201.632", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "283.945", + "max": "284.354", + "min": "283.755", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "102.265", + "max": "103.405", + "min": "101.884", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "271.259", + "max": "511.312", + "min": "241.186", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "256.05", + "max": "261.335", + "min": "255.256", + "id": "57", + "country": "Indonesia", + "source_name": "Jakarta", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "64": { + "name": "Bangkok", + "data": { + "0": { + "avg": "363.127", + "max": "391.764", + "min": "341.668", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "111.926", + "max": "119.05", + "min": "111.017", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "244.894", + "max": "298.754", + "min": "236.928", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "215.649", + "max": "228.15", + "min": "214.067", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "213.703", + "max": "323.887", + "min": "204.477", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "92.724", + "max": "107.807", + "min": "91.544", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "262.604", + "max": "304.835", + "min": "259.785", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "143.538", + "max": "153.686", + "min": "142.339", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "189.143", + "max": "193.982", + "min": "188.666", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "219.711", + "max": "291.576", + "min": "215.636", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "199.082", + "max": "199.751", + "min": "198.798", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "220.932", + "max": "222.388", + "min": "220.651", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "261.899", + "max": "267.217", + "min": "260.942", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "252.711", + "max": "281.604", + "min": "250.504", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "252.664", + "max": "261.808", + "min": "251.731", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "302.302", + "max": "435.635", + "min": "248.722", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "177.216", + "max": "181.866", + "min": "176.048", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "236.425", + "max": "238.013", + "min": "235.922", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "201.117", + "max": "293.588", + "min": "193.274", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "234.575", + "max": "269.687", + "min": "199.409", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "139.272", + "max": "152.643", + "min": "137.52", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "236.332", + "max": "239.007", + "min": "235.935", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "201.866", + "max": "216.271", + "min": "200.802", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "193.226", + "max": "205.169", + "min": "192.243", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "239.519", + "max": "308.921", + "min": "236.111", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "203.262", + "max": "223.966", + "min": "201.652", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "180.909", + "max": "212.511", + "min": "179.144", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "217.992", + "max": "225.139", + "min": "217.159", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "164.389", + "max": "167.074", + "min": "163.414", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "202.911", + "max": "209.913", + "min": "202.431", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "31.002", + "max": "50.009", + "min": "27.513", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "261.34", + "max": "326.68", + "min": "201.388", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "251.393", + "max": "270.069", + "min": "249.6", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "214.538", + "max": "279.535", + "min": "209.562", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "190.484", + "max": "250.436", + "min": "175.02", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "33.773", + "max": "34.545", + "min": "33.452", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "196.721", + "max": "204.164", + "min": "195.551", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "217.523", + "max": "219.496", + "min": "217.032", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "239.758", + "max": "240.767", + "min": "239.352", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "248.541", + "max": "298.692", + "min": "246.205", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "302.493", + "max": "314.776", + "min": "301.276", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "219.57", + "max": "221.577", + "min": "218.988", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "209.557", + "max": "214.201", + "min": "209.072", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "201.136", + "max": "201.963", + "min": "200.901", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "128.668", + "max": "130.596", + "min": "128.313", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "304.785", + "max": "305.321", + "min": "304.296", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "205.882", + "max": "206.456", + "min": "205.633", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "333.482", + "max": "334.832", + "min": "332.992", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "388.366", + "max": "393.882", + "min": "386.757", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "234.988", + "max": "258.591", + "min": "233.069", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "235.26", + "max": "247.605", + "min": "234.525", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "181.269", + "max": "253.264", + "min": "175.365", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "234.226", + "max": "450.841", + "min": "202.17", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "236.166", + "max": "363.375", + "min": "217.458", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "80.718", + "max": "120.594", + "min": "76.277", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "107.942", + "max": "121.839", + "min": "105.54", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "191.11", + "max": "215.664", + "min": "188.826", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "365.012", + "max": "380.227", + "min": "363.892", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "212.184", + "max": "220.064", + "min": "210.921", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "190.035", + "max": "199.795", + "min": "188.785", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "204.417", + "max": "205.548", + "min": "203.892", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "242.061", + "max": "293.951", + "min": "237.788", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "0.036", + "max": "0.168", + "min": "0.02", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "68.185", + "max": "70.867", + "min": "67.808", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "226.015", + "max": "263.794", + "min": "223.314", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "199.281", + "max": "209.693", + "min": "198.628", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "281.715", + "max": "281.951", + "min": "281.465", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "206.373", + "max": "313.769", + "min": "192.108", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "391.452", + "max": "395.787", + "min": "390.2", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "213.635", + "max": "234.111", + "min": "210.931", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "59.641", + "max": "61.709", + "min": "59.358", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "216.246", + "max": "310.751", + "min": "200.423", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "284.549", + "max": "292.926", + "min": "283.615", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "238.311", + "max": "258.142", + "min": "236.054", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "220.564", + "max": "227.025", + "min": "219.704", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "189.421", + "max": "209.023", + "min": "188.461", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "250.277", + "max": "250.498", + "min": "250.065", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "218.244", + "max": "259.852", + "min": "208.093", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "276.957", + "max": "287.432", + "min": "275.563", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "243.653", + "max": "314.402", + "min": "235.313", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "179.758", + "max": "188.099", + "min": "179.136", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "243.542", + "max": "254.789", + "min": "242.523", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "206.83", + "max": "211.814", + "min": "197.051", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "89.043", + "max": "90.03", + "min": "88.687", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "205.262", + "max": "217.443", + "min": "204.135", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "198.886", + "max": "257.096", + "min": "191.489", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "194.664", + "max": "201.429", + "min": "194.068", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "273.816", + "max": "275.366", + "min": "273.541", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "246.191", + "max": "332.514", + "min": "229.317", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "194.13", + "max": "310.554", + "min": "185.532", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "251.826", + "max": "261.968", + "min": "250.797", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "214.383", + "max": "280.483", + "min": "210.941", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "178.222", + "max": "182.528", + "min": "177.669", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "86.271", + "max": "101.703", + "min": "83.878", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "252.43", + "max": "259.985", + "min": "251.781", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "254.704", + "max": "282.583", + "min": "250.81", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "299.215", + "max": "316.563", + "min": "298.049", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "311.185", + "max": "332.407", + "min": "309.497", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "225.139", + "max": "256.09", + "min": "215.929", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "245.096", + "max": "321.019", + "min": "237.863", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "249.663", + "max": "254.631", + "min": "249.144", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "214.519", + "max": "214.855", + "min": "214.209", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "206.877", + "max": "209.121", + "min": "206.451", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "225.713", + "max": "241.156", + "min": "223.887", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "251.155", + "max": "254.547", + "min": "250.701", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "256.634", + "max": "262.63", + "min": "233.835", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "322.569", + "max": "326.146", + "min": "321.942", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "262.465", + "max": "275.966", + "min": "261.644", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "248.963", + "max": "266.459", + "min": "247.7", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "119.071", + "max": "119.724", + "min": "118.625", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "72.619", + "max": "87.854", + "min": "71.246", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "169.996", + "max": "179.498", + "min": "165.463", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "246.13", + "max": "250.09", + "min": "245.578", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "304.067", + "max": "324.223", + "min": "301.745", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "493.379", + "max": "626.123", + "min": "352.749", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "318.887", + "max": "445.897", + "min": "210.854", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "332.714", + "max": "358.73", + "min": "316.661", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "103.748", + "max": "121.217", + "min": "101.763", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "228.939", + "max": "242.489", + "min": "228.032", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "269.795", + "max": "304.747", + "min": "267.66", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "214.843", + "max": "219.687", + "min": "214.24", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "332.828", + "max": "514.934", + "min": "241.288", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "374.747", + "max": "376.636", + "min": "374.29", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "243.641", + "max": "296.56", + "min": "224.667", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "204.579", + "max": "206.994", + "min": "204.239", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "275.114", + "max": "291.841", + "min": "273.477", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "250.677", + "max": "251.132", + "min": "250.474", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "193.31", + "max": "248.128", + "min": "190.492", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "274.852", + "max": "376.532", + "min": "264.75", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "215.22", + "max": "351.884", + "min": "204.37", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "287.289", + "max": "412.474", + "min": "263.847", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "255.072", + "max": "260.858", + "min": "254.394", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "261.79", + "max": "356.188", + "min": "256.338", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "250.506", + "max": "368.801", + "min": "229.708", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "252.895", + "max": "253.237", + "min": "252.648", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "263.271", + "max": "288.656", + "min": "261.899", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "233.383", + "max": "264.07", + "min": "230.734", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "233.722", + "max": "236.311", + "min": "233.345", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "227.424", + "max": "238.745", + "min": "225.153", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "248.164", + "max": "277.65", + "min": "245.426", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "215.985", + "max": "230.974", + "min": "214.55", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "85.109", + "max": "145.251", + "min": "79.585", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "229.077", + "max": "323.166", + "min": "224.974", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "225.314", + "max": "299.603", + "min": "209.376", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "175.99", + "max": "190.097", + "min": "174.346", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "163.533", + "max": "165.888", + "min": "163.226", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "188.583", + "max": "224.863", + "min": "185.187", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "96.662", + "max": "111.176", + "min": "95.921", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "183.731", + "max": "202.172", + "min": "182.582", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "177.842", + "max": "183.013", + "min": "177.203", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "184.058", + "max": "194.272", + "min": "182.511", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "113.336", + "max": "115.131", + "min": "112.981", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "191.621", + "max": "213.838", + "min": "189.479", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "177.398", + "max": "212.586", + "min": "174.625", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "258.816", + "max": "261.363", + "min": "258.392", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "223.343", + "max": "335.551", + "min": "189.387", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "194.567", + "max": "207.66", + "min": "193.077", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "237.858", + "max": "281.896", + "min": "227.498", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "228.05", + "max": "245.526", + "min": "226.687", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "385.917", + "max": "481.553", + "min": "377.883", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "280.546", + "max": "286.122", + "min": "279.915", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "79.122", + "max": "179.758", + "min": "72.563", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "235.84", + "max": "282.54", + "min": "228.03", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "258.385", + "max": "279.339", + "min": "256.223", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "266.64", + "max": "292.663", + "min": "260.071", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "252.788", + "max": "338.41", + "min": "239.084", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "193.195", + "max": "303.825", + "min": "187.884", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "261.102", + "max": "285.633", + "min": "259.182", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "123.501", + "max": "135.501", + "min": "120.154", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "243.485", + "max": "246.001", + "min": "243.088", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "255.679", + "max": "265.45", + "min": "254.51", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "155.714", + "max": "165.198", + "min": "154.289", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "341.445", + "max": "424.446", + "min": "291.419", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "197.369", + "max": "241.734", + "min": "195.49", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "169.812", + "max": "171.412", + "min": "169.324", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "189.103", + "max": "202.229", + "min": "187.33", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "174.244", + "max": "260.152", + "min": "170.405", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "190.574", + "max": "291.919", + "min": "184.917", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "205.67", + "max": "211.229", + "min": "204.836", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "191.667", + "max": "206.211", + "min": "189.598", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "258.271", + "max": "372.976", + "min": "229.3", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "165.884", + "max": "171.483", + "min": "165.12", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "183.342", + "max": "185.209", + "min": "182.716", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "179.15", + "max": "184.037", + "min": "178.527", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "183.492", + "max": "239.132", + "min": "176.204", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "209.613", + "max": "222.122", + "min": "207.906", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "240.57", + "max": "268.31", + "min": "238.055", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "218.092", + "max": "251.828", + "min": "201.618", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "204.682", + "max": "258.077", + "min": "177.673", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "215.884", + "max": "237.44", + "min": "213.69", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "231.988", + "max": "238.202", + "min": "231.509", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "197.974", + "max": "209.325", + "min": "197.129", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "205.633", + "max": "206.467", + "min": "205.12", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "264.55", + "max": "265.832", + "min": "264.118", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "70.303", + "max": "77.291", + "min": "69.799", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "172.147", + "max": "173.499", + "min": "171.879", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "204.328", + "max": "262.355", + "min": "199.433", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "207.147", + "max": "239.711", + "min": "204.747", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "328.055", + "max": "351.547", + "min": "324.54", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "250.133", + "max": "313.597", + "min": "244.042", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "179.941", + "max": "181.255", + "min": "179.484", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "189.053", + "max": "312.803", + "min": "177.069", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "170.542", + "max": "264.997", + "min": "159.464", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "191.443", + "max": "206.353", + "min": "189.006", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "280.859", + "max": "443.851", + "min": "261.404", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "227.979", + "max": "280.082", + "min": "218.45", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "67.509", + "max": "79.704", + "min": "66.46", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "214.825", + "max": "239.663", + "min": "213.216", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "255.736", + "max": "409.514", + "min": "214.912", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "232.25", + "max": "232.755", + "min": "231.895", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "196.14", + "max": "205.11", + "min": "195.509", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "223.31", + "max": "224.789", + "min": "222.764", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "188.989", + "max": "251.541", + "min": "186.341", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "164.885", + "max": "237.555", + "min": "161.416", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "222.165", + "max": "225.916", + "min": "221.756", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "265.665", + "max": "274.589", + "min": "264.824", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "205.823", + "max": "208.87", + "min": "205.331", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "257.932", + "max": "348.96", + "min": "250.729", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "171.884", + "max": "193.857", + "min": "169.567", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "261.92", + "max": "268.056", + "min": "261.254", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "173.816", + "max": "186.398", + "min": "172.255", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "382.457", + "max": "911.512", + "min": "363.831", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "265.518", + "max": "286.966", + "min": "260.509", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "187.934", + "max": "225.101", + "min": "184.517", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "287.914", + "max": "314.426", + "min": "286.139", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "305.442", + "max": "316.6", + "min": "303.464", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "261.598", + "max": "266.353", + "min": "260.593", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "105.075", + "max": "135.631", + "min": "100.74", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "250.796", + "max": "296.419", + "min": "241.113", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "307.142", + "max": "407.417", + "min": "294.228", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "201.929", + "max": "221.307", + "min": "199.208", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "182.961", + "max": "199.271", + "min": "180.069", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "253.248", + "max": "256.472", + "min": "252.242", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "262.109", + "max": "274.651", + "min": "260.508", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "312.456", + "max": "330.338", + "min": "310.112", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "316.924", + "max": "318.018", + "min": "316.047", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "237.451", + "max": "239.146", + "min": "236.32", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "261.59", + "max": "324.074", + "min": "248.675", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "218.551", + "max": "219.612", + "min": "218.314", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "178.899", + "max": "182.253", + "min": "178.087", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "210.206", + "max": "325.923", + "min": "187.694", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "358.763", + "max": "358.763", + "min": "358.763", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "186.81", + "max": "187.141", + "min": "186.589", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "157.598", + "max": "167.992", + "min": "156.416", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "284.672", + "max": "296.952", + "min": "283.211", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "231.392", + "max": "265.219", + "min": "214.098", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "296.621", + "max": "329.061", + "min": "293.366", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "83.143", + "max": "84.03", + "min": "82.742", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "242.927", + "max": "266.789", + "min": "241.03", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "252.728", + "max": "331.422", + "min": "246.664", + "id": "64", + "country": "Thailand", + "source_name": "Bangkok", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "65": { + "name": "Hanoi", + "data": { + "0": { + "avg": "436.541", + "max": "442.33", + "min": "436.185", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "120.542", + "max": "126.452", + "min": "120.132", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "260.985", + "max": "261.184", + "min": "260.868", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "450.37", + "max": "460.465", + "min": "351.426", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "262.985", + "max": "265.753", + "min": "262.744", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "112.138", + "max": "112.325", + "min": "112.037", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "281.411", + "max": "281.592", + "min": "281.276", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "176.635", + "max": "186.291", + "min": "175.652", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "374.676", + "max": "374.817", + "min": "374.561", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "316.751", + "max": "319.566", + "min": "316.407", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "241.337", + "max": "241.863", + "min": "241.137", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "291.358", + "max": "292.271", + "min": "291.222", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "284.9", + "max": "285.032", + "min": "284.779", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "248.092", + "max": "248.448", + "min": "247.866", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "302.259", + "max": "302.801", + "min": "302.098", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "302.781", + "max": "303.295", + "min": "302.274", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "199.732", + "max": "200.03", + "min": "199.532", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "239.794", + "max": "240.757", + "min": "239.545", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "276.084", + "max": "277.277", + "min": "275.822", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "274.018", + "max": "274.446", + "min": "273.897", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "162.159", + "max": "162.325", + "min": "162.093", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "235.569", + "max": "237.984", + "min": "235.362", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "184.444", + "max": "185.251", + "min": "184.23", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "240.776", + "max": "241.413", + "min": "240.62", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "311.746", + "max": "312.625", + "min": "311.51", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "298.046", + "max": "298.265", + "min": "297.966", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "294.347", + "max": "301.754", + "min": "293.771", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "282.641", + "max": "283.312", + "min": "282.397", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "223.793", + "max": "223.876", + "min": "223.729", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "191.744", + "max": "192.046", + "min": "191.577", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "48.997", + "max": "49.525", + "min": "48.842", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "335.178", + "max": "335.619", + "min": "335.048", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "210.908", + "max": "212.39", + "min": "210.761", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "236.865", + "max": "237.075", + "min": "236.79", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "293.181", + "max": "295.846", + "min": "292.868", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "56.504", + "max": "59.835", + "min": "56.259", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "190.388", + "max": "190.877", + "min": "190.259", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "342.417", + "max": "343.171", + "min": "342.262", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "234.072", + "max": "234.953", + "min": "233.831", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "292.141", + "max": "297.1", + "min": "291.482", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "461.174", + "max": "464.258", + "min": "460.698", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "275.627", + "max": "276.606", + "min": "275.368", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "238.597", + "max": "238.799", + "min": "238.462", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "226.584", + "max": "229.648", + "min": "226.174", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "250.952", + "max": "251.147", + "min": "250.84", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "219.948", + "max": "220.713", + "min": "219.52", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "240.381", + "max": "241.907", + "min": "240.145", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "358.75", + "max": "359.343", + "min": "358.563", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "418.709", + "max": "419.187", + "min": "418.546", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "259.069", + "max": "259.528", + "min": "258.942", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "237.338", + "max": "237.527", + "min": "237.109", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "242.677", + "max": "242.995", + "min": "242.453", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "235.548", + "max": "246.557", + "min": "221.451", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "214.61", + "max": "214.854", + "min": "214.307", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "106.602", + "max": "113.73", + "min": "103.228", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "61.703", + "max": "61.985", + "min": "61.536", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "209.571", + "max": "211.845", + "min": "208.756", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "475.098", + "max": "476.102", + "min": "474.944", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "325.214", + "max": "328.054", + "min": "324.612", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "277.769", + "max": "278.125", + "min": "277.639", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "275.986", + "max": "277.28", + "min": "275.549", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "257.277", + "max": "291.272", + "min": "255.661", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "72.464", + "max": "162.151", + "min": "67.865", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "0.042", + "max": "0.08", + "min": "0.023", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "306.312", + "max": "307.126", + "min": "306.103", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "372.751", + "max": "372.885", + "min": "372.684", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "249.136", + "max": "250.055", + "min": "248.926", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "272.954", + "max": "284.32", + "min": "271.672", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "364.348", + "max": "365.814", + "min": "363.458", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "207.854", + "max": "208.633", + "min": "207.681", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "60.24", + "max": "61.962", + "min": "59.983", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "191.064", + "max": "191.495", + "min": "190.755", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "282.733", + "max": "288.955", + "min": "282.305", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "270.097", + "max": "270.185", + "min": "270.036", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "245.351", + "max": "246.167", + "min": "245.155", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "205.623", + "max": "205.868", + "min": "205.474", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "257.341", + "max": "257.486", + "min": "257.244", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "190.643", + "max": "191.641", + "min": "190.508", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "263.852", + "max": "264.505", + "min": "263.649", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "256.538", + "max": "257.371", + "min": "256.327", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "183.407", + "max": "183.659", + "min": "183.206", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "255.312", + "max": "255.839", + "min": "254.956", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "279.851", + "max": "280.509", + "min": "279.264", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "225.483", + "max": "225.869", + "min": "225.33", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "251.673", + "max": "252.48", + "min": "248.015", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "339.579", + "max": "340.485", + "min": "339.301", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "274.905", + "max": "275.519", + "min": "274.641", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "246.803", + "max": "248.407", + "min": "246.518", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "219.345", + "max": "219.968", + "min": "219.184", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "206.696", + "max": "211.842", + "min": "205.851", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "219.444", + "max": "223.884", + "min": "218.646", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.308", + "max": "180.682", + "min": "180.093", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "290.676", + "max": "291.517", + "min": "290.514", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "115.804", + "max": "124.089", + "min": "115.34", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "270.481", + "max": "271.136", + "min": "270.353", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "252", + "max": "253.493", + "min": "251.828", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "308.008", + "max": "310.21", + "min": "307.644", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "280.002", + "max": "301.984", + "min": "278.303", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "199.253", + "max": "199.688", + "min": "199.082", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "262.7", + "max": "264.907", + "min": "262.384", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "260.726", + "max": "260.957", + "min": "260.639", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "224.623", + "max": "224.733", + "min": "224.461", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "404.557", + "max": "409.991", + "min": "404.213", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "342.598", + "max": "348.973", + "min": "342", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "207.78", + "max": "207.987", + "min": "207.607", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "265.016", + "max": "286.979", + "min": "229.043", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "294.274", + "max": "295.958", + "min": "293.944", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "245.783", + "max": "246.206", + "min": "245.604", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "272.192", + "max": "272.534", + "min": "272.071", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "223.126", + "max": "223.599", + "min": "223.01", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "43.608", + "max": "44.022", + "min": "43.523", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "228.879", + "max": "229.065", + "min": "228.742", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "258.038", + "max": "258.122", + "min": "257.965", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "244.975", + "max": "246.576", + "min": "244.699", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "476.99", + "max": "597.266", + "min": "312.665", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "393.734", + "max": "485.339", + "min": "316.406", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "424.163", + "max": "448.281", + "min": "422.548", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "106.341", + "max": "108.458", + "min": "106.047", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "225.096", + "max": "225.519", + "min": "224.922", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "244.819", + "max": "245.385", + "min": "244.52", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "205.532", + "max": "206.595", + "min": "205.249", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "341.266", + "max": "494.286", + "min": "260.542", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "361.721", + "max": "362.299", + "min": "361.469", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "309.379", + "max": "494.711", + "min": "297.476", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "240.654", + "max": "240.753", + "min": "240.585", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "220.1", + "max": "221.222", + "min": "219.484", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "231.046", + "max": "271.762", + "min": "220.711", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "418.139", + "max": "418.42", + "min": "417.867", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "256.023", + "max": "256.522", + "min": "255.864", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "223.62", + "max": "224.441", + "min": "223.448", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "245.277", + "max": "245.793", + "min": "245.128", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "238.267", + "max": "238.772", + "min": "238.031", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "228.918", + "max": "229.192", + "min": "228.745", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "470.738", + "max": "472.437", + "min": "470.032", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "237.291", + "max": "238.784", + "min": "237.127", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "254.345", + "max": "255.616", + "min": "254.046", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "283.169", + "max": "290.912", + "min": "282.19", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "240.86", + "max": "241.04", + "min": "240.723", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "224.275", + "max": "224.436", + "min": "224.125", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "250.285", + "max": "272.446", + "min": "249.357", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "350.952", + "max": "351.378", + "min": "350.785", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "101.288", + "max": "103.65", + "min": "100.874", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "232.441", + "max": "235.551", + "min": "232.129", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "283.964", + "max": "284.286", + "min": "283.777", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "199.612", + "max": "203.754", + "min": "198.671", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "277.859", + "max": "278.578", + "min": "277.47", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "218.23", + "max": "225.064", + "min": "217.816", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "119.964", + "max": "120.802", + "min": "119.845", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "288.345", + "max": "288.55", + "min": "288.231", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "221.816", + "max": "221.921", + "min": "221.735", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "225.425", + "max": "233.968", + "min": "222.62", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "279.264", + "max": "279.645", + "min": "279.148", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "234.97", + "max": "235.697", + "min": "234.804", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "283.442", + "max": "284.915", + "min": "282.906", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "239.735", + "max": "240.139", + "min": "239.616", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "193.997", + "max": "194.461", + "min": "193.699", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "303.981", + "max": "304.94", + "min": "303.759", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "91.652", + "max": "142.831", + "min": "82.88", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "245.081", + "max": "245.856", + "min": "244.841", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "386.933", + "max": "495.708", + "min": "380.321", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "268.79", + "max": "269.496", + "min": "268.626", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "102.452", + "max": "102.574", + "min": "102.39", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "293.072", + "max": "293.335", + "min": "292.759", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "236.257", + "max": "238.835", + "min": "235.942", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "430.399", + "max": "430.44", + "min": "430.321", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "281.831", + "max": "291.504", + "min": "281.38", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "223.701", + "max": "223.797", + "min": "223.57", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "238.46", + "max": "238.674", + "min": "238.254", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "274.631", + "max": "281.482", + "min": "272.168", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "241.841", + "max": "242.155", + "min": "241.626", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "262.765", + "max": "263.067", + "min": "262.695", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "212.298", + "max": "214.227", + "min": "212.006", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "148.184", + "max": "148.861", + "min": "148.011", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "225.063", + "max": "227.507", + "min": "224.856", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "269.198", + "max": "270.436", + "min": "268.882", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "317.31", + "max": "317.462", + "min": "317.21", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "204.496", + "max": "204.635", + "min": "204.432", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "326.686", + "max": "330.827", + "min": "326.164", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "351.536", + "max": "353.052", + "min": "351.243", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "303.791", + "max": "304.06", + "min": "303.63", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "256.011", + "max": "258.197", + "min": "255.779", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "372.139", + "max": "373.74", + "min": "371.756", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "377.922", + "max": "453.837", + "min": "348.932", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "316.659", + "max": "316.764", + "min": "316.567", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "319.5", + "max": "319.584", + "min": "319.408", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "213.107", + "max": "213.318", + "min": "212.916", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "349.393", + "max": "349.829", + "min": "349.16", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "277.562", + "max": "281.562", + "min": "276.913", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "230.257", + "max": "243.359", + "min": "218.329", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "266.168", + "max": "266.332", + "min": "266.041", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "349.935", + "max": "350.265", + "min": "349.793", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "318.709", + "max": "318.915", + "min": "318.557", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "273.037", + "max": "273.599", + "min": "272.682", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "343.286", + "max": "439.84", + "min": "335.652", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "66.571", + "max": "69.393", + "min": "66.38", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "201.503", + "max": "203.373", + "min": "201.343", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "288.502", + "max": "288.682", + "min": "288.339", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "211.124", + "max": "211.394", + "min": "211.044", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "331.423", + "max": "337.667", + "min": "330.372", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "378.321", + "max": "378.509", + "min": "378.19", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "277.014", + "max": "280.1", + "min": "276.671", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "330.759", + "max": "331.498", + "min": "330.576", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "281.26", + "max": "282.433", + "min": "281.088", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "142.999", + "max": "151.396", + "min": "141.013", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "281.864", + "max": "287.798", + "min": "281.134", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "304.826", + "max": "307.314", + "min": "303.89", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "210.647", + "max": "210.97", + "min": "210.576", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "272.037", + "max": "272.315", + "min": "271.906", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "98.146", + "max": "98.659", + "min": "97.962", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "233.686", + "max": "233.923", + "min": "233.387", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "298.161", + "max": "298.712", + "min": "297.937", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "322.607", + "max": "328.984", + "min": "321.982", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "272.972", + "max": "274.632", + "min": "272.448", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "260.16", + "max": "263.087", + "min": "259.679", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "236.399", + "max": "240.064", + "min": "235.746", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "273.373", + "max": "274.08", + "min": "273.263", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "22.018", + "max": "24.028", + "min": "21.828", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "251.133", + "max": "251.328", + "min": "251.044", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "189.448", + "max": "189.668", + "min": "189.328", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "249.204", + "max": "249.431", + "min": "249.11", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "267.791", + "max": "267.95", + "min": "267.696", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "403.7", + "max": "404.338", + "min": "403.46", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "292.932", + "max": "302.576", + "min": "289.646", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "216.914", + "max": "227.316", + "min": "213.668", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "396.828", + "max": "404.44", + "min": "395.786", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "315.324", + "max": "346.006", + "min": "312.56", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "327.131", + "max": "328.478", + "min": "326.795", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "73.933", + "max": "74.137", + "min": "73.778", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "290.444", + "max": "291.045", + "min": "290.314", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "300.471", + "max": "300.842", + "min": "300.393", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "295.859", + "max": "296.101", + "min": "295.756", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "395.663", + "max": "396.125", + "min": "395.511", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "291.177", + "max": "293.904", + "min": "290.839", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "275.471", + "max": "275.815", + "min": "275.318", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "320.483", + "max": "329.517", + "min": "318.924", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "341.856", + "max": "343.187", + "min": "340.929", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "246.635", + "max": "248.894", + "min": "245.273", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "254.13", + "max": "254.896", + "min": "253.913", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "273.601", + "max": "273.834", + "min": "273.449", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "295.862", + "max": "296.914", + "min": "295.655", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "285.175", + "max": "290.73", + "min": "281.089", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "342.961", + "max": "342.961", + "min": "342.961", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "210.596", + "max": "211.027", + "min": "210.505", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "252.781", + "max": "252.887", + "min": "252.704", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "365.626", + "max": "365.968", + "min": "365.454", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "309.17", + "max": "320.319", + "min": "302.364", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "352.806", + "max": "353.019", + "min": "352.718", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "224.41", + "max": "225.516", + "min": "224.204", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "262.619", + "max": "264.371", + "min": "262.322", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "268.803", + "max": "268.91", + "min": "268.696", + "id": "65", + "country": "Vietnam", + "source_name": "Hanoi", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "72": { + "name": "Hong Kong", + "data": { + "0": { + "avg": "399.281", + "max": "400.213", + "min": "399.016", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "115.357", + "max": "119.867", + "min": "114.985", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "236.972", + "max": "240.745", + "min": "236.632", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "266.304", + "max": "271.292", + "min": "265.459", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "257.666", + "max": "259.263", + "min": "257.303", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "47.942", + "max": "49.206", + "min": "47.665", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "190.485", + "max": "192.332", + "min": "190.203", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "149.845", + "max": "157.003", + "min": "148.813", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "233.127", + "max": "233.851", + "min": "232.898", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "207.713", + "max": "210.439", + "min": "207.239", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "220.963", + "max": "222.911", + "min": "220.593", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "192.754", + "max": "196.112", + "min": "192.389", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "250.395", + "max": "251.42", + "min": "250.059", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "237.193", + "max": "239.282", + "min": "236.894", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "258.443", + "max": "261.703", + "min": "258.088", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "211.874", + "max": "212.953", + "min": "211.274", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "319.261", + "max": "321.08", + "min": "318.854", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "209.24", + "max": "210.547", + "min": "209.014", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "266.053", + "max": "267.316", + "min": "265.816", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "192.825", + "max": "195.626", + "min": "192.399", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "144.528", + "max": "147.438", + "min": "144.178", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "221.174", + "max": "222.009", + "min": "220.895", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "153.421", + "max": "154.308", + "min": "153.273", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "153.177", + "max": "154.338", + "min": "153.002", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "211.461", + "max": "213.46", + "min": "211.151", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "334.414", + "max": "335.35", + "min": "334.178", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "209.857", + "max": "212.12", + "min": "209.428", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "204.449", + "max": "205.567", + "min": "204.104", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "194.616", + "max": "195.406", + "min": "194.369", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "174.028", + "max": "179.665", + "min": "173.474", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "34.269", + "max": "39.156", + "min": "33.871", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "262.506", + "max": "264.123", + "min": "262.243", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "265.095", + "max": "266.263", + "min": "264.848", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "215.891", + "max": "217.225", + "min": "215.55", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "204.669", + "max": "206.624", + "min": "204.191", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "40.485", + "max": "43.094", + "min": "40.14", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "164.45", + "max": "167.099", + "min": "164.199", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "196.542", + "max": "197.265", + "min": "196.321", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "209.05", + "max": "211.14", + "min": "208.734", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "216.627", + "max": "219.21", + "min": "216.173", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "362.861", + "max": "365.187", + "min": "362.413", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "259.428", + "max": "263.352", + "min": "258.618", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "301.992", + "max": "304.587", + "min": "301.6", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "271.702", + "max": "300.416", + "min": "270.446", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "113.068", + "max": "115.074", + "min": "112.75", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "273.05", + "max": "273.971", + "min": "272.652", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "245.315", + "max": "246.111", + "min": "245.127", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "310.69", + "max": "311.812", + "min": "310.362", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "367.558", + "max": "369.547", + "min": "367.169", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "203.138", + "max": "203.405", + "min": "203.025", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "207.022", + "max": "209.457", + "min": "206.69", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "166.366", + "max": "167.785", + "min": "166.042", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "230.295", + "max": "319.711", + "min": "219.158", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "191.833", + "max": "193.066", + "min": "191.537", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "82.439", + "max": "89.75", + "min": "79.065", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "45.339", + "max": "47.141", + "min": "44.884", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "325.032", + "max": "326.979", + "min": "324.303", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "315.628", + "max": "317.146", + "min": "315.392", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "294.402", + "max": "296", + "min": "293.888", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "249.025", + "max": "250.475", + "min": "248.801", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "246.931", + "max": "249.6", + "min": "246.254", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "319.5", + "max": "348.652", + "min": "315.709", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "62.373", + "max": "79.943", + "min": "59.37", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "60.247", + "max": "62.802", + "min": "59.924", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "344.533", + "max": "345.539", + "min": "344.158", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "249.29", + "max": "252.355", + "min": "248.808", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "230.856", + "max": "232.562", + "min": "230.528", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "232.895", + "max": "233.701", + "min": "232.428", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "350.009", + "max": "353.093", + "min": "349.076", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "183.392", + "max": "184.332", + "min": "183.075", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "0.032", + "max": "0.064", + "min": "0.023", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "157.104", + "max": "160.124", + "min": "156.565", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "266.692", + "max": "270.966", + "min": "266.281", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "211.038", + "max": "211.917", + "min": "210.826", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "375.333", + "max": "376.43", + "min": "375.103", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "241.404", + "max": "242.248", + "min": "241.119", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "224.773", + "max": "228.993", + "min": "224.252", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "164.919", + "max": "167.471", + "min": "164.52", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "218.76", + "max": "233.603", + "min": "217.385", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "189.544", + "max": "191.033", + "min": "189.243", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "154.473", + "max": "157.15", + "min": "153.979", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "219.172", + "max": "219.897", + "min": "218.768", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "210.522", + "max": "232.271", + "min": "179.788", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "67.04", + "max": "70.575", + "min": "66.634", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "161.51", + "max": "162.46", + "min": "161.306", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "247.558", + "max": "251.393", + "min": "246.84", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "285.477", + "max": "288.146", + "min": "285.146", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "240.34", + "max": "242.45", + "min": "240.056", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "184.751", + "max": "186.707", + "min": "184.532", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "279.552", + "max": "284.421", + "min": "278.546", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "199.6", + "max": "201.921", + "min": "198.853", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "163.148", + "max": "165.609", + "min": "162.763", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "214.069", + "max": "217.071", + "min": "213.784", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "28.912", + "max": "31.001", + "min": "28.518", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "231.768", + "max": "233.396", + "min": "231.553", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "241.259", + "max": "243.354", + "min": "240.797", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "292.561", + "max": "294.025", + "min": "292.285", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "279.441", + "max": "285.253", + "min": "278.441", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "151.938", + "max": "152.396", + "min": "151.743", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "209.178", + "max": "217.619", + "min": "208.324", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "221.255", + "max": "221.777", + "min": "221.123", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "155.666", + "max": "159.69", + "min": "155.249", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "256.191", + "max": "257.081", + "min": "255.885", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "308.797", + "max": "318.528", + "min": "307.138", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "196.294", + "max": "198.46", + "min": "195.861", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "238.458", + "max": "268.515", + "min": "213.205", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "294.728", + "max": "298.188", + "min": "294.284", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "214.007", + "max": "214.819", + "min": "213.709", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "213.59", + "max": "218.323", + "min": "213.149", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "96.702", + "max": "99.11", + "min": "96.316", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "29.685", + "max": "31.517", + "min": "29.371", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "176.51", + "max": "180.272", + "min": "175.649", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "203.398", + "max": "205.766", + "min": "203.109", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "221.645", + "max": "234.576", + "min": "220.62", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "531.253", + "max": "658.25", + "min": "362.324", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "384.991", + "max": "484.174", + "min": "313.755", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "360.149", + "max": "373.062", + "min": "359.169", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "52.053", + "max": "54.723", + "min": "51.41", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "199.809", + "max": "200.942", + "min": "199.597", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "221.786", + "max": "222.953", + "min": "221.349", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "182.807", + "max": "183.451", + "min": "182.509", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "265.267", + "max": "433.128", + "min": "197.809", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "348.93", + "max": "364.13", + "min": "325.974", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "287.084", + "max": "398.064", + "min": "280.43", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "323.174", + "max": "323.932", + "min": "322.978", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "347.949", + "max": "350.405", + "min": "347.109", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "209.045", + "max": "212.004", + "min": "208.007", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "364.257", + "max": "365.42", + "min": "363.924", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "128.079", + "max": "131.249", + "min": "127.643", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "183.064", + "max": "185.592", + "min": "182.704", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "215.92", + "max": "216.489", + "min": "215.74", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "199.79", + "max": "201.016", + "min": "199.504", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "200.248", + "max": "206.218", + "min": "199.705", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "285.676", + "max": "287.439", + "min": "284.874", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "218.839", + "max": "222.913", + "min": "218.21", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "219.282", + "max": "219.863", + "min": "219.077", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "199.58", + "max": "203.129", + "min": "199.063", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "207.173", + "max": "207.603", + "min": "206.959", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "195.946", + "max": "196.405", + "min": "195.695", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "229.445", + "max": "233.575", + "min": "228.998", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "264.907", + "max": "267.058", + "min": "264.65", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "82.125", + "max": "82.867", + "min": "81.668", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "217.478", + "max": "218.554", + "min": "217.197", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "205.847", + "max": "207.146", + "min": "205.365", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.212", + "max": "191.239", + "min": "179.459", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "185.531", + "max": "187.249", + "min": "185.216", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "266.092", + "max": "267.944", + "min": "265.751", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "102.414", + "max": "104.113", + "min": "102.165", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "221.487", + "max": "224.019", + "min": "221.176", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "256.657", + "max": "257.169", + "min": "256.474", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "183.189", + "max": "196.102", + "min": "181.44", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "67.252", + "max": "67.765", + "min": "67.022", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "328.984", + "max": "337.525", + "min": "328.295", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "308.772", + "max": "310.889", + "min": "308.286", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "219.473", + "max": "219.805", + "min": "219.33", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "159.091", + "max": "160.204", + "min": "158.816", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "220.739", + "max": "221.799", + "min": "220.442", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "106.387", + "max": "155.513", + "min": "98.03", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "212.59", + "max": "213.166", + "min": "212.374", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "357.854", + "max": "432.334", + "min": "350.416", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "242.297", + "max": "243.927", + "min": "242.044", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "79.502", + "max": "80.752", + "min": "79.282", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "278.802", + "max": "279.724", + "min": "278.529", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "203.521", + "max": "204.13", + "min": "203.267", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "303.86", + "max": "307.004", + "min": "303.426", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "267.537", + "max": "267.831", + "min": "267.365", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "92.756", + "max": "95.421", + "min": "92.422", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "225.243", + "max": "228.711", + "min": "224.848", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "35.651", + "max": "40.485", + "min": "32.036", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "210.972", + "max": "212.845", + "min": "210.684", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "208.445", + "max": "212.095", + "min": "208.115", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "208.726", + "max": "210.281", + "min": "208.343", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "280.879", + "max": "282.659", + "min": "280.593", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "258.37", + "max": "260.146", + "min": "258.056", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "320.502", + "max": "321.448", + "min": "320.198", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "241.695", + "max": "246.378", + "min": "241.14", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "262.677", + "max": "262.911", + "min": "262.529", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "250.59", + "max": "253.316", + "min": "250.178", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "271.215", + "max": "273.814", + "min": "270.675", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "240.649", + "max": "241.846", + "min": "240.246", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "188.899", + "max": "194.616", + "min": "188.353", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "284.991", + "max": "286.421", + "min": "284.799", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "200.25", + "max": "202.507", + "min": "199.957", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "202.404", + "max": "205.457", + "min": "202.023", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "194.441", + "max": "195.862", + "min": "194.152", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "336.346", + "max": "337.654", + "min": "335.943", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "251.404", + "max": "252.205", + "min": "250.989", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "319.288", + "max": "327.581", + "min": "317.875", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "263.183", + "max": "322.849", + "min": "238.377", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "191.751", + "max": "193.963", + "min": "191.325", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "254.264", + "max": "255.236", + "min": "253.978", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "203.755", + "max": "213.281", + "min": "202.961", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "355.606", + "max": "357.29", + "min": "355.013", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "235.517", + "max": "251.952", + "min": "234.359", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "34.426", + "max": "35.423", + "min": "34.156", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "288.369", + "max": "290.435", + "min": "288.006", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "213.398", + "max": "216.256", + "min": "212.976", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "263.102", + "max": "264.455", + "min": "262.962", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "315.937", + "max": "321.099", + "min": "314.75", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "283.709", + "max": "285.022", + "min": "283.356", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "185.716", + "max": "189.898", + "min": "185.066", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "245.067", + "max": "247.817", + "min": "244.695", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "199.219", + "max": "200.772", + "min": "198.988", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "135.924", + "max": "152.746", + "min": "134.401", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "227.344", + "max": "230.412", + "min": "226.739", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "168.757", + "max": "171.725", + "min": "163.284", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "72.104", + "max": "73.01", + "min": "71.817", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "191.673", + "max": "193.65", + "min": "191.285", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "72.662", + "max": "73.616", + "min": "72.207", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "173.973", + "max": "175.268", + "min": "173.472", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "222.229", + "max": "225.242", + "min": "221.821", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "239.473", + "max": "242.999", + "min": "239.103", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "290.107", + "max": "291.922", + "min": "289.552", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "196.183", + "max": "197.733", + "min": "195.845", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "185.342", + "max": "186.581", + "min": "185.151", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "210.01", + "max": "210.723", + "min": "209.88", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "24.747", + "max": "26.938", + "min": "24.474", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "228.119", + "max": "230.188", + "min": "227.888", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "315.957", + "max": "316.635", + "min": "315.748", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "227.106", + "max": "228.059", + "min": "226.956", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "334.372", + "max": "335.684", + "min": "334.204", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "391.784", + "max": "393.977", + "min": "391.425", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "237.862", + "max": "240.611", + "min": "235.48", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "283.934", + "max": "287.049", + "min": "283.611", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "334.014", + "max": "336.022", + "min": "333.046", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "256.683", + "max": "262.868", + "min": "255.541", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "297.775", + "max": "301.268", + "min": "297.21", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "51.997", + "max": "54.376", + "min": "51.655", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "404.737", + "max": "406.537", + "min": "404.299", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "268.466", + "max": "269.272", + "min": "268.298", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "189.438", + "max": "190.826", + "min": "189.127", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "312.973", + "max": "314.572", + "min": "312.699", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "233.209", + "max": "236.526", + "min": "232.591", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "224.949", + "max": "225.388", + "min": "224.791", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "308.742", + "max": "313.134", + "min": "306.951", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "303.135", + "max": "304.448", + "min": "301.98", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "226.225", + "max": "227.74", + "min": "225.068", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "312.713", + "max": "314.356", + "min": "312.42", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "188.345", + "max": "190.992", + "min": "187.964", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "227.953", + "max": "232.652", + "min": "227.039", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "219.412", + "max": "220.891", + "min": "218.742", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "288.567", + "max": "288.567", + "min": "288.567", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "236.948", + "max": "238.98", + "min": "236.751", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "258.342", + "max": "265.249", + "min": "257.635", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "344.989", + "max": "346.208", + "min": "344.621", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "237.224", + "max": "247.808", + "min": "230.197", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "253.956", + "max": "256.661", + "min": "253.632", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "91.773", + "max": "94.428", + "min": "91.536", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "232.074", + "max": "233.545", + "min": "231.492", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "214.229", + "max": "220.35", + "min": "213.495", + "id": "72", + "country": "Hong Kong", + "source_name": "Hong Kong", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "95": { + "name": "Taipei", + "data": { + "0": { + "avg": "282.84", + "max": "302.685", + "min": "281.971", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "248.497", + "max": "249.869", + "min": "247.996", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "206.532", + "max": "211.786", + "min": "201.992", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "292.108", + "max": "298.664", + "min": "291.611", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "277.157", + "max": "277.629", + "min": "276.961", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "33.194", + "max": "33.757", + "min": "32.944", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "264.572", + "max": "264.719", + "min": "264.345", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "242.939", + "max": "252.681", + "min": "237.481", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "307.05", + "max": "308.178", + "min": "306.757", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "292.805", + "max": "293.499", + "min": "292.553", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "251.379", + "max": "252.526", + "min": "251.167", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "177.687", + "max": "197.64", + "min": "176.633", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "222.672", + "max": "222.916", + "min": "222.517", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "210.873", + "max": "211.33", + "min": "210.617", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "200.377", + "max": "200.768", + "min": "200.199", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "239.263", + "max": "239.918", + "min": "238.974", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "282.369", + "max": "283.177", + "min": "282.098", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "195.554", + "max": "195.837", + "min": "195.425", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "272.155", + "max": "283.902", + "min": "271.198", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "299.698", + "max": "299.975", + "min": "299.582", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "291.291", + "max": "294.102", + "min": "284.299", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "180.981", + "max": "181.229", + "min": "180.834", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "129.56", + "max": "129.844", + "min": "129.401", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "157.49", + "max": "172.625", + "min": "156.677", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "308.669", + "max": "311.431", + "min": "308.263", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "274.577", + "max": "274.868", + "min": "274.427", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "309.664", + "max": "310.254", + "min": "309.459", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "215.167", + "max": "221.298", + "min": "214.38", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "292.943", + "max": "294.062", + "min": "292.76", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "138.148", + "max": "141.182", + "min": "137.777", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "83.13", + "max": "83.291", + "min": "82.985", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "315.189", + "max": "315.447", + "min": "315.017", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "184.216", + "max": "184.655", + "min": "184.038", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "338.292", + "max": "338.473", + "min": "338.143", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "309.685", + "max": "310.525", + "min": "309.484", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "66.054", + "max": "69.463", + "min": "65.658", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "137.784", + "max": "147.734", + "min": "137.309", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "144.657", + "max": "144.901", + "min": "144.431", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "162.707", + "max": "163.073", + "min": "162.489", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "201.327", + "max": "203.37", + "min": "200.894", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "389.97", + "max": "392.085", + "min": "389.656", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "276.04", + "max": "277.292", + "min": "275.716", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "294.622", + "max": "294.866", + "min": "294.474", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "263.513", + "max": "274.695", + "min": "262.951", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "130.55", + "max": "130.755", + "min": "130.359", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "303.266", + "max": "304.027", + "min": "302.867", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "289.991", + "max": "290.29", + "min": "289.86", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "296.318", + "max": "297.371", + "min": "296.04", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "322.762", + "max": "343.04", + "min": "321.835", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "183.245", + "max": "183.39", + "min": "183.112", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "210.793", + "max": "211.424", + "min": "210.637", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "131.826", + "max": "132.383", + "min": "131.568", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "308.967", + "max": "352.664", + "min": "277.231", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "175.149", + "max": "175.915", + "min": "174.986", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "108.315", + "max": "121.587", + "min": "104.568", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "75.935", + "max": "85.083", + "min": "75.018", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "271.22", + "max": "276.718", + "min": "269.666", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "334.064", + "max": "334.265", + "min": "333.946", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "307.41", + "max": "316.231", + "min": "306.27", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "277.966", + "max": "278.126", + "min": "277.783", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "331.45", + "max": "335.641", + "min": "330.874", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "327.181", + "max": "361.575", + "min": "324.201", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "94.416", + "max": "190.333", + "min": "83.85", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "115.456", + "max": "115.602", + "min": "115.318", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "330.431", + "max": "330.687", + "min": "330.203", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "311.497", + "max": "311.82", + "min": "311.382", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "197.814", + "max": "198.094", + "min": "197.627", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "323.936", + "max": "326.882", + "min": "323.342", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "321.225", + "max": "323.135", + "min": "320.437", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "151.211", + "max": "152.747", + "min": "150.946", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "28.866", + "max": "29.924", + "min": "28.65", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "144.436", + "max": "145.007", + "min": "144.124", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "238.702", + "max": "248.428", + "min": "238.128", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "216.111", + "max": "227.795", + "min": "214.49", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "299.523", + "max": "301.872", + "min": "299.168", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "285.965", + "max": "286.332", + "min": "285.762", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "188.851", + "max": "189.286", + "min": "188.616", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "143.956", + "max": "144.131", + "min": "143.819", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "216.589", + "max": "224.153", + "min": "216.041", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "172.931", + "max": "174.845", + "min": "172.603", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "135.633", + "max": "136.271", + "min": "135.435", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "208.209", + "max": "237.826", + "min": "206.881", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "114.374", + "max": "122.03", + "min": "102.519", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "90.135", + "max": "91.603", + "min": "89.74", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "239.69", + "max": "246.078", + "min": "239.307", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "285.745", + "max": "287.154", + "min": "285.262", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "276.346", + "max": "280.351", + "min": "275.972", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "192.073", + "max": "192.46", + "min": "191.871", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "180.784", + "max": "181.185", + "min": "180.62", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "266.669", + "max": "269.814", + "min": "259.479", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "199.726", + "max": "201.011", + "min": "199.009", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "141.908", + "max": "143.004", + "min": "141.632", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "268.313", + "max": "268.565", + "min": "268.171", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "0.042", + "max": "0.254", + "min": "0.019", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "188.745", + "max": "190.237", + "min": "188.501", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "210.439", + "max": "210.79", + "min": "210.275", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "253.233", + "max": "255.74", + "min": "252.935", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "257.114", + "max": "271.954", + "min": "255.389", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "127.546", + "max": "127.647", + "min": "127.302", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "197.04", + "max": "197.33", + "min": "196.866", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "197.84", + "max": "200.408", + "min": "197.57", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "166.108", + "max": "170.095", + "min": "165.661", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "336.997", + "max": "337.567", + "min": "336.827", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "297.466", + "max": "299.664", + "min": "296.874", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "195.615", + "max": "197.685", + "min": "195.34", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "205.607", + "max": "205.886", + "min": "205.328", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "287.41", + "max": "290.448", + "min": "287.151", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "188.595", + "max": "188.795", + "min": "188.413", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "187.589", + "max": "187.948", + "min": "187.439", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "152.91", + "max": "154.457", + "min": "152.656", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "49.018", + "max": "49.251", + "min": "48.888", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "110.203", + "max": "114.225", + "min": "106.178", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "175.817", + "max": "176.058", + "min": "175.676", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "284.606", + "max": "288.117", + "min": "283.749", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "567.236", + "max": "690.49", + "min": "424.427", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "443.799", + "max": "512.627", + "min": "348.735", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "439.836", + "max": "454.716", + "min": "438.312", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "33.644", + "max": "34.049", + "min": "33.38", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "176.494", + "max": "177.124", + "min": "176.325", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "203.27", + "max": "209.006", + "min": "202.694", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "165.181", + "max": "171.842", + "min": "164.562", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "273.276", + "max": "420.451", + "min": "193.497", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "314.603", + "max": "339.254", + "min": "303.745", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "282.231", + "max": "381.284", + "min": "275.715", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "313.485", + "max": "318.508", + "min": "313.162", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "261.883", + "max": "262.686", + "min": "261.346", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "179.28", + "max": "181.153", + "min": "178.345", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "426.544", + "max": "426.806", + "min": "426.254", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "140.541", + "max": "143.33", + "min": "140.037", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "235.902", + "max": "239.088", + "min": "235.559", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "188.677", + "max": "191.253", + "min": "188.216", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "190.125", + "max": "190.542", + "min": "189.939", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "184.298", + "max": "184.965", + "min": "184.148", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "314.993", + "max": "316.931", + "min": "314.224", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "173.109", + "max": "173.472", + "min": "172.946", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "204.318", + "max": "205.037", + "min": "204.121", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "154.049", + "max": "168.135", + "min": "151.849", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "216.978", + "max": "225.241", + "min": "208.989", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "182.557", + "max": "183.605", + "min": "182.355", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "184.606", + "max": "184.872", + "min": "184.423", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "293.351", + "max": "294.027", + "min": "293.163", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "107.441", + "max": "107.975", + "min": "107.07", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "305.418", + "max": "308.228", + "min": "305.134", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "215.452", + "max": "217.328", + "min": "215.101", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "108.856", + "max": "114.854", + "min": "108.332", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "280.456", + "max": "306.443", + "min": "278.569", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "306.203", + "max": "308.083", + "min": "305.917", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "253.962", + "max": "254.18", + "min": "253.733", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "249.822", + "max": "255.763", + "min": "249.471", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "267.493", + "max": "267.735", + "min": "267.358", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "273.401", + "max": "284.903", + "min": "262.338", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "47.504", + "max": "49.393", + "min": "47.279", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "302.273", + "max": "303.291", + "min": "301.995", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "296.35", + "max": "316.681", + "min": "294.476", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "210.397", + "max": "211.717", + "min": "210.212", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "162.65", + "max": "163.105", + "min": "162.484", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "297.473", + "max": "298.797", + "min": "297.116", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "66.617", + "max": "119.461", + "min": "59.382", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "198.185", + "max": "202.385", + "min": "192.552", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "343.151", + "max": "435.94", + "min": "333.772", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "225.505", + "max": "225.676", + "min": "225.379", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "551.532", + "max": "555.948", + "min": "545.576", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "290.937", + "max": "291.382", + "min": "290.772", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "196.543", + "max": "196.925", + "min": "196.403", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "377.535", + "max": "378.666", + "min": "377.319", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "409.027", + "max": "409.219", + "min": "408.833", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "226.9", + "max": "227.039", + "min": "226.742", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "185.249", + "max": "185.537", + "min": "185.037", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "56.896", + "max": "61.5", + "min": "55.953", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "217.643", + "max": "217.938", + "min": "217.46", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "212.177", + "max": "212.4", + "min": "212.063", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "269.785", + "max": "272.377", + "min": "269.31", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "157.382", + "max": "159.307", + "min": "157.121", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "269.554", + "max": "272.57", + "min": "269.183", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "285.812", + "max": "286.695", + "min": "285.526", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "272.129", + "max": "273.867", + "min": "271.809", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "307.827", + "max": "307.963", + "min": "307.731", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "274.924", + "max": "275.493", + "min": "274.593", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "341.009", + "max": "353.438", + "min": "340.026", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "317.954", + "max": "319.174", + "min": "317.719", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "246.829", + "max": "248.327", + "min": "246.598", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "338.83", + "max": "339.02", + "min": "338.721", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "293.766", + "max": "295.973", + "min": "293.494", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "292.687", + "max": "294.663", + "min": "292.456", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "236.345", + "max": "236.614", + "min": "236.151", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "296.148", + "max": "296.341", + "min": "295.945", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "344.845", + "max": "351.429", + "min": "344.179", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "309.127", + "max": "322.25", + "min": "307.394", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "324.198", + "max": "442.318", + "min": "303.323", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "250.932", + "max": "252.359", + "min": "250.536", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "342.528", + "max": "343.086", + "min": "342.301", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "267.422", + "max": "267.702", + "min": "267.247", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "320.271", + "max": "320.939", + "min": "319.909", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "262.779", + "max": "266.057", + "min": "262.411", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "54.506", + "max": "58.032", + "min": "54.223", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "295.857", + "max": "298.745", + "min": "295.631", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "305.335", + "max": "305.586", + "min": "305.15", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "307.009", + "max": "339.508", + "min": "305.725", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "290.997", + "max": "297.014", + "min": "288.855", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "318.884", + "max": "319.118", + "min": "318.769", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "281.53", + "max": "282.024", + "min": "281.287", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "274.237", + "max": "274.468", + "min": "274.016", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "272.752", + "max": "275.046", + "min": "272.094", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "287.402", + "max": "304.952", + "min": "280.468", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "199.434", + "max": "207.693", + "min": "198.437", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "132.479", + "max": "135.026", + "min": "131.64", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "104.619", + "max": "104.888", + "min": "104.472", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "205.001", + "max": "205.429", + "min": "204.695", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "278.27", + "max": "281.645", + "min": "277.9", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "140.234", + "max": "140.955", + "min": "139.81", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "324.038", + "max": "348.093", + "min": "322.958", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "341.202", + "max": "341.489", + "min": "340.89", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "261.583", + "max": "262.467", + "min": "261.288", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "242.423", + "max": "247.363", + "min": "241.812", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "175.842", + "max": "176.013", + "min": "175.72", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "184.071", + "max": "184.29", + "min": "183.93", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "81.535", + "max": "81.755", + "min": "81.337", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "196.536", + "max": "198.478", + "min": "196.193", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "252.89", + "max": "253.165", + "min": "252.737", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "200.944", + "max": "202.855", + "min": "200.672", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "299.619", + "max": "299.841", + "min": "299.452", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "373.995", + "max": "419.978", + "min": "346.945", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "220.853", + "max": "224.086", + "min": "217.711", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "277.846", + "max": "278.621", + "min": "277.564", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "336.383", + "max": "337.841", + "min": "335.656", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "252.029", + "max": "283.004", + "min": "249.654", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "338.879", + "max": "339.851", + "min": "338.493", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "48.682", + "max": "48.905", + "min": "48.534", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "364.595", + "max": "364.894", + "min": "364.396", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "294.66", + "max": "294.83", + "min": "294.543", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "300.974", + "max": "301.243", + "min": "300.738", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "344.307", + "max": "344.983", + "min": "344.168", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "210.93", + "max": "211.674", + "min": "210.649", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "203.051", + "max": "204.1", + "min": "202.885", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "311.512", + "max": "316.825", + "min": "309.93", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "264.004", + "max": "267.757", + "min": "263.548", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "191.235", + "max": "193.002", + "min": "190.277", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "330.639", + "max": "335.755", + "min": "329.924", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "176.183", + "max": "202.203", + "min": "174.944", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "262.105", + "max": "264.666", + "min": "261.82", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "121.241", + "max": "125.947", + "min": "119.062", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "278.069", + "max": "278.069", + "min": "278.069", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "262.213", + "max": "262.467", + "min": "262.099", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "223.236", + "max": "223.552", + "min": "223.017", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "362.696", + "max": "376.521", + "min": "361.874", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "261.946", + "max": "275.095", + "min": "254.777", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "271.356", + "max": "306.823", + "min": "270.018", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "114.794", + "max": "115.645", + "min": "114.527", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "334.699", + "max": "335.413", + "min": "334.404", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "194.487", + "max": "196.341", + "min": "194.238", + "id": "95", + "country": "Taiwan", + "source_name": "Taipei", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "112": { + "name": "Manila", + "data": { + "0": { + "avg": "325.704", + "max": "326.432", + "min": "325.489", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "128.459", + "max": "198.048", + "min": "125.738", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "251.494", + "max": "254.33", + "min": "251.265", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "317.299", + "max": "321.18", + "min": "316.752", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "301.755", + "max": "302.157", + "min": "301.519", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "70.598", + "max": "70.93", + "min": "70.448", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "220.363", + "max": "242.252", + "min": "219.352", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "257.007", + "max": "291.914", + "min": "241.559", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "292.199", + "max": "296.494", + "min": "291.945", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "321.886", + "max": "336.073", + "min": "321.041", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "263.777", + "max": "264.828", + "min": "263.484", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "208.34", + "max": "291.799", + "min": "204.498", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "227.513", + "max": "227.935", + "min": "227.308", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "226.788", + "max": "259.448", + "min": "225.432", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "234.893", + "max": "235.211", + "min": "234.754", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "249.825", + "max": "265.639", + "min": "248.661", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "268.75", + "max": "344.724", + "min": "265.826", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "217.857", + "max": "227.836", + "min": "216.603", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "247.762", + "max": "248.218", + "min": "247.573", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "310.614", + "max": "311.374", + "min": "310.382", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "242.685", + "max": "245.998", + "min": "236.225", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "213.063", + "max": "213.708", + "min": "212.93", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "163.495", + "max": "163.911", + "min": "163.383", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "166.018", + "max": "167.101", + "min": "165.74", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "270.365", + "max": "297.472", + "min": "268.138", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "251.718", + "max": "275.345", + "min": "250.638", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "193.664", + "max": "194.857", + "min": "193.402", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "257.472", + "max": "257.8", + "min": "257.216", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "259.343", + "max": "331.42", + "min": "254.162", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "169.392", + "max": "169.664", + "min": "169.137", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "68.785", + "max": "90.5", + "min": "51.434", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "289.731", + "max": "291.881", + "min": "289.441", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "221.717", + "max": "235.943", + "min": "221.113", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "331.751", + "max": "331.963", + "min": "331.592", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "258.916", + "max": "261.102", + "min": "258.578", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "64.613", + "max": "101.193", + "min": "61.902", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "151.761", + "max": "151.872", + "min": "151.698", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "160.853", + "max": "161.506", + "min": "160.673", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "193.996", + "max": "197.521", + "min": "193.636", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "222.846", + "max": "224.091", + "min": "222.389", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "325.967", + "max": "328.814", + "min": "325.455", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "309.814", + "max": "350.356", + "min": "307.709", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "333.303", + "max": "333.683", + "min": "333.184", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "310.913", + "max": "311.352", + "min": "310.646", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "116.76", + "max": "116.994", + "min": "116.602", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "326.221", + "max": "329.114", + "min": "325.857", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "286.515", + "max": "298.312", + "min": "285.243", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "290.834", + "max": "294.307", + "min": "290.335", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "412.086", + "max": "417.543", + "min": "411.698", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "224.764", + "max": "227.319", + "min": "217.57", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "218.262", + "max": "218.784", + "min": "218.051", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "185.292", + "max": "191.73", + "min": "184.773", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "345.268", + "max": "437.283", + "min": "339.338", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "193.92", + "max": "240.477", + "min": "191.972", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "94.267", + "max": "130.943", + "min": "90.099", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "55.331", + "max": "88.177", + "min": "53.965", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "254.891", + "max": "257.111", + "min": "254.452", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "319.848", + "max": "321.722", + "min": "319.564", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "265.346", + "max": "268.261", + "min": "264.8", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "242.216", + "max": "251.632", + "min": "241.755", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "212.527", + "max": "214.616", + "min": "211.978", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "352.811", + "max": "418.66", + "min": "345.778", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "76.932", + "max": "141.374", + "min": "71.024", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "43.948", + "max": "56.678", + "min": "43.436", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "272.575", + "max": "278.471", + "min": "271.837", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "275.407", + "max": "276.694", + "min": "275.207", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "219.103", + "max": "276.801", + "min": "216.931", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "273.355", + "max": "286.385", + "min": "271.825", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "379.08", + "max": "380.907", + "min": "378.391", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "192.269", + "max": "200.844", + "min": "189.699", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "29.589", + "max": "30.542", + "min": "29.356", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "155.064", + "max": "156.008", + "min": "154.763", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "300.415", + "max": "303.523", + "min": "299.9", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "258.838", + "max": "259.108", + "min": "258.649", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "308.796", + "max": "309.478", + "min": "308.592", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "250.292", + "max": "279.326", + "min": "249.016", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "219.377", + "max": "219.977", + "min": "219.159", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "168.947", + "max": "169.312", + "min": "168.811", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "213.476", + "max": "221.139", + "min": "212.939", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "202.917", + "max": "203.558", + "min": "202.625", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "164.255", + "max": "164.753", + "min": "163.928", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "248.941", + "max": "249.822", + "min": "248.566", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "167.185", + "max": "169.065", + "min": "166.942", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "76.058", + "max": "83.164", + "min": "75.433", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "270.437", + "max": "271.545", + "min": "270.256", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "300.02", + "max": "301.364", + "min": "299.555", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "249.254", + "max": "291.714", + "min": "247.366", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "217.928", + "max": "218.225", + "min": "217.772", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "213.306", + "max": "216.108", + "min": "212.969", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "247.501", + "max": "252.707", + "min": "246.91", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "244.566", + "max": "250.239", + "min": "243.534", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "175.85", + "max": "177.223", + "min": "175.483", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "301.918", + "max": "302.431", + "min": "301.675", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "49.01", + "max": "49.47", + "min": "48.878", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "223.278", + "max": "224.861", + "min": "223.062", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "221.775", + "max": "221.954", + "min": "221.478", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "269.1", + "max": "272.81", + "min": "262.507", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "313.789", + "max": "319.101", + "min": "312.923", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "166.98", + "max": "209.661", + "min": "165.309", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "234.762", + "max": "296.61", + "min": "222.051", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "251.842", + "max": "296.02", + "min": "244.346", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "221.485", + "max": "265.951", + "min": "218.209", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "289.079", + "max": "290.631", + "min": "288.915", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "345.966", + "max": "350.9", + "min": "345.166", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "239.251", + "max": "240.253", + "min": "239.009", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "294.699", + "max": "297.661", + "min": "286.659", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "328.757", + "max": "330.467", + "min": "328.496", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "226.101", + "max": "226.918", + "min": "225.805", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "225.319", + "max": "226.708", + "min": "225.138", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "104.639", + "max": "105.491", + "min": "104.444", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "0.039", + "max": "0.14", + "min": "0.015", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "176.586", + "max": "177.103", + "min": "176.413", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "224.394", + "max": "229.765", + "min": "220.062", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "299.086", + "max": "300.845", + "min": "298.427", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "578.813", + "max": "741.007", + "min": "403.123", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "365.29", + "max": "479.18", + "min": "285.858", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "513.186", + "max": "531.438", + "min": "512.068", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "56.916", + "max": "59.042", + "min": "56.712", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "196.29", + "max": "199.341", + "min": "196.066", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "223.626", + "max": "224.557", + "min": "223.375", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "183.612", + "max": "197.848", + "min": "182.98", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "285.269", + "max": "448.899", + "min": "215.652", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "322.651", + "max": "326.203", + "min": "322.158", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "284.512", + "max": "450.535", + "min": "275.567", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "335.481", + "max": "409.998", + "min": "325.838", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "223.368", + "max": "240.718", + "min": "222.053", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "226.039", + "max": "270.772", + "min": "220.971", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "196.352", + "max": "196.738", + "min": "196.061", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "261.428", + "max": "262.146", + "min": "261.168", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "215.85", + "max": "222.074", + "min": "215.201", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "224.208", + "max": "225.39", + "min": "223.957", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "212.265", + "max": "212.598", + "min": "212.086", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "215.126", + "max": "216.493", + "min": "214.87", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "355.391", + "max": "365.318", + "min": "353.422", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "203.263", + "max": "205.923", + "min": "203.003", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "237.691", + "max": "238.668", + "min": "237.523", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "194.548", + "max": "208.411", + "min": "193.43", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "258.035", + "max": "258.183", + "min": "257.956", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "199.657", + "max": "200.324", + "min": "199.408", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "219.999", + "max": "223.18", + "min": "219.683", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "329.609", + "max": "330.072", + "min": "329.428", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "94.297", + "max": "137.166", + "min": "91.732", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "278.831", + "max": "300.548", + "min": "277.17", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "258.026", + "max": "297.249", + "min": "255.015", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "169.372", + "max": "195.097", + "min": "168.193", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "244.911", + "max": "245.496", + "min": "244.638", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "359.796", + "max": "398.858", + "min": "335.799", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "110.025", + "max": "110.616", + "min": "109.899", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "234.457", + "max": "235.813", + "min": "234.266", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "262.696", + "max": "301.187", + "min": "260.985", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "206.695", + "max": "216.785", + "min": "204.731", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "75.021", + "max": "98.258", + "min": "74.118", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "321.134", + "max": "359.008", + "min": "319.481", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "183.609", + "max": "184.756", + "min": "183.178", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "212.637", + "max": "213.48", + "min": "212.475", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "174.055", + "max": "218.915", + "min": "172.347", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "281.335", + "max": "291.524", + "min": "280.589", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "24.504", + "max": "72.343", + "min": "12.837", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "247.879", + "max": "252.356", + "min": "238.038", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "363.927", + "max": "454.783", + "min": "356.503", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "247.525", + "max": "247.849", + "min": "247.368", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "90.492", + "max": "91.093", + "min": "90.341", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "271.127", + "max": "271.568", + "min": "270.761", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "206.488", + "max": "206.774", + "min": "206.309", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "386.981", + "max": "407.732", + "min": "386.133", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "211.83", + "max": "212.178", + "min": "211.753", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "237.265", + "max": "237.658", + "min": "237.084", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "219.072", + "max": "287.089", + "min": "216.5", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "163.689", + "max": "166.269", + "min": "162.253", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "213.796", + "max": "214.738", + "min": "213.5", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "217.941", + "max": "218.854", + "min": "217.817", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "302.012", + "max": "304.163", + "min": "301.728", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "301.748", + "max": "302.245", + "min": "301.604", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "300.375", + "max": "310.915", + "min": "299.873", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "204.885", + "max": "205.101", + "min": "204.724", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "185.967", + "max": "186.742", + "min": "185.724", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "213.681", + "max": "213.988", + "min": "213.598", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "240.012", + "max": "254.957", + "min": "239.161", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "274.676", + "max": "276.589", + "min": "274.409", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "333.512", + "max": "333.779", + "min": "333.372", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "236.276", + "max": "240.069", + "min": "235.725", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "260.119", + "max": "301.071", + "min": "258.356", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "296.326", + "max": "297.313", + "min": "296.089", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "254.408", + "max": "255.119", + "min": "254.242", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "277.856", + "max": "278.075", + "min": "277.722", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "324.726", + "max": "372.828", + "min": "322.855", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "297.666", + "max": "299.644", + "min": "297.321", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "249.148", + "max": "255.675", + "min": "248.159", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "268.916", + "max": "329.873", + "min": "243.855", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "241.587", + "max": "244.027", + "min": "241.282", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "317.654", + "max": "322.426", + "min": "317.158", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "281.359", + "max": "318.925", + "min": "279.686", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "336.627", + "max": "340.365", + "min": "330.024", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "292.497", + "max": "294.198", + "min": "292.082", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "54.3", + "max": "92.936", + "min": "52.705", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "262.658", + "max": "262.871", + "min": "262.559", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "185.299", + "max": "228.132", + "min": "183.53", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "328.583", + "max": "380.556", + "min": "326.725", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "297.941", + "max": "330.719", + "min": "294.763", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "348.392", + "max": "349.677", + "min": "348.146", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "259.43", + "max": "259.755", + "min": "259.202", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "305.612", + "max": "332.337", + "min": "302.243", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "249.609", + "max": "250.299", + "min": "248.987", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "327.782", + "max": "339.051", + "min": "324.567", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "224.452", + "max": "235.365", + "min": "217.157", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "176.548", + "max": "176.793", + "min": "176.438", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "80.092", + "max": "93.278", + "min": "79.433", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "250.617", + "max": "282.23", + "min": "249.412", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "87.884", + "max": "88.297", + "min": "87.728", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "185.24", + "max": "185.511", + "min": "185.006", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "189.838", + "max": "190.869", + "min": "189.549", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "353.679", + "max": "390.266", + "min": "352.157", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "302.039", + "max": "303.629", + "min": "301.691", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "249.63", + "max": "251.627", + "min": "249.193", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "237.849", + "max": "238.135", + "min": "237.714", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "236.206", + "max": "236.752", + "min": "236.061", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "249.131", + "max": "338.863", + "min": "243.133", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "248.349", + "max": "248.945", + "min": "248.219", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "228.734", + "max": "229.012", + "min": "228.625", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "228.266", + "max": "228.532", + "min": "228.174", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "256.965", + "max": "260.13", + "min": "256.757", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "354.119", + "max": "761.77", + "min": "339.861", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "216.908", + "max": "221.478", + "min": "213.579", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "258.362", + "max": "258.546", + "min": "258.198", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "383.471", + "max": "384.37", + "min": "382.515", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "322.348", + "max": "340.515", + "min": "320.454", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "345.158", + "max": "345.993", + "min": "344.645", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "69.037", + "max": "69.302", + "min": "68.915", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "275.192", + "max": "277.591", + "min": "274.861", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "335.348", + "max": "336.211", + "min": "335.205", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "250.149", + "max": "252.388", + "min": "249.782", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "340.354", + "max": "341.198", + "min": "340.217", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "227.848", + "max": "228.775", + "min": "227.368", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "284.067", + "max": "284.825", + "min": "283.878", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "390.454", + "max": "411.927", + "min": "386.337", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "279.634", + "max": "280.78", + "min": "279.087", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "239.555", + "max": "242.26", + "min": "238.213", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "322.361", + "max": "324.851", + "min": "322.012", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "188.894", + "max": "196.053", + "min": "188.463", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "256.597", + "max": "262.377", + "min": "256.168", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "218.165", + "max": "262.528", + "min": "205.8", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "294.186", + "max": "294.186", + "min": "294.186", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "241.973", + "max": "278.488", + "min": "240.545", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "257.872", + "max": "258.031", + "min": "257.759", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "355.48", + "max": "470.061", + "min": "350.219", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "276.549", + "max": "299.533", + "min": "268.776", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "263.158", + "max": "298.092", + "min": "261.788", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "103.701", + "max": "170.053", + "min": "100.942", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "374.711", + "max": "431.959", + "min": "371.531", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "222.563", + "max": "223.15", + "min": "222.455", + "id": "112", + "country": "Philippines", + "source_name": "Manila", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "113": { + "name": "Seoul", + "data": { + "0": { + "avg": "356.516", + "max": "360.387", + "min": "353.36", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "282.63", + "max": "283.911", + "min": "282.297", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "188.364", + "max": "188.771", + "min": "188.172", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "289.98", + "max": "292.293", + "min": "289.678", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "274.953", + "max": "277.029", + "min": "274.748", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "83.533", + "max": "84.534", + "min": "78.225", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "279.04", + "max": "279.27", + "min": "278.89", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "328.206", + "max": "337.715", + "min": "327.28", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "306.155", + "max": "306.488", + "min": "305.958", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "279.874", + "max": "281.525", + "min": "279.423", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "270.296", + "max": "276.071", + "min": "269.838", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "171.88", + "max": "172.453", + "min": "171.731", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "188.267", + "max": "189.58", + "min": "188.091", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "197.745", + "max": "199.076", + "min": "197.469", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "193.166", + "max": "194.152", + "min": "192.968", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "191.263", + "max": "191.503", + "min": "191.016", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "276.393", + "max": "278.419", + "min": "276.091", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "182.793", + "max": "183.115", + "min": "182.648", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "277.808", + "max": "278.062", + "min": "277.649", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "291.657", + "max": "291.751", + "min": "291.582", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "310.398", + "max": "310.638", + "min": "310.268", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "179.138", + "max": "184.438", + "min": "178.802", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "131.429", + "max": "131.951", + "min": "131.243", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "154.882", + "max": "155.358", + "min": "154.693", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "287.028", + "max": "287.352", + "min": "286.783", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "286.847", + "max": "286.967", + "min": "286.738", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "283.197", + "max": "283.492", + "min": "282.974", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "283.111", + "max": "283.598", + "min": "282.9", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "299.279", + "max": "368.36", + "min": "287.232", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "127.342", + "max": "127.828", + "min": "127.193", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "157.423", + "max": "160.097", + "min": "150.621", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "297.635", + "max": "297.889", + "min": "297.541", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "180.386", + "max": "182.619", + "min": "179.915", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "302.478", + "max": "302.601", + "min": "302.342", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "292.856", + "max": "300.293", + "min": "286.627", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "157.669", + "max": "162.843", + "min": "153.161", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "136.89", + "max": "151.168", + "min": "136.203", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "179.386", + "max": "181.122", + "min": "179.077", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "169.554", + "max": "170.648", + "min": "169.365", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "195.25", + "max": "203.907", + "min": "194.536", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "400.719", + "max": "404.778", + "min": "400.165", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "273.53", + "max": "276.826", + "min": "272.958", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "286.595", + "max": "290.548", + "min": "286.342", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "300.615", + "max": "305.469", + "min": "300.164", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "381.143", + "max": "385.852", + "min": "380.89", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "316.245", + "max": "321.226", + "min": "308.622", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "294.85", + "max": "295.077", + "min": "294.667", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "259.706", + "max": "263.883", + "min": "252.557", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "325.593", + "max": "328.82", + "min": "325.336", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "181.251", + "max": "181.605", + "min": "181.12", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "195.326", + "max": "195.575", + "min": "195.183", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "157.024", + "max": "157.833", + "min": "156.7", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "300.478", + "max": "308.841", + "min": "289.017", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "162.783", + "max": "163.151", + "min": "162.638", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "246.041", + "max": "261.18", + "min": "241.404", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "210.818", + "max": "213.542", + "min": "208.861", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "276.277", + "max": "279.094", + "min": "275.159", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "282.515", + "max": "283.566", + "min": "282.389", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "280.572", + "max": "281.207", + "min": "280.278", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "274.445", + "max": "274.645", + "min": "274.354", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "283.731", + "max": "285.109", + "min": "283.241", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "307.225", + "max": "345.649", + "min": "302.487", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "174.057", + "max": "259.45", + "min": "162.309", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "228.766", + "max": "228.861", + "min": "228.681", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "301.693", + "max": "302.209", + "min": "301.284", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "312.025", + "max": "314.939", + "min": "311.721", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "194.267", + "max": "194.991", + "min": "194.133", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "278.253", + "max": "278.887", + "min": "277.627", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "315.907", + "max": "317.354", + "min": "315.207", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "152.697", + "max": "157.249", + "min": "152.268", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "177.718", + "max": "180.752", + "min": "175.677", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "135.438", + "max": "136.664", + "min": "135.076", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "244.796", + "max": "246.452", + "min": "244.54", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "197.633", + "max": "197.804", + "min": "197.532", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "314.919", + "max": "317.201", + "min": "314.617", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "268.22", + "max": "268.459", + "min": "268.117", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "185.643", + "max": "185.927", + "min": "185.467", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "142.46", + "max": "142.654", + "min": "142.244", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "192.515", + "max": "197.747", + "min": "192.064", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "189.515", + "max": "189.645", + "min": "189.411", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "140.483", + "max": "140.612", + "min": "140.366", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "197.862", + "max": "199.015", + "min": "197.494", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "185.87", + "max": "189.461", + "min": "185.134", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "339.66", + "max": "340.033", + "min": "339.508", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "200.19", + "max": "202.229", + "min": "199.995", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "320.339", + "max": "321.56", + "min": "319.791", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "270.92", + "max": "271.326", + "min": "270.694", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "192.136", + "max": "192.415", + "min": "191.991", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "174.899", + "max": "175.488", + "min": "174.782", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "269.259", + "max": "274.869", + "min": "268.403", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "191.093", + "max": "193.081", + "min": "190.464", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "137.811", + "max": "140.304", + "min": "137.534", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "269.374", + "max": "269.703", + "min": "269.243", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "110.807", + "max": "114.453", + "min": "107.833", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "191.063", + "max": "191.341", + "min": "190.951", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "200.683", + "max": "201.004", + "min": "200.506", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "248.86", + "max": "249.388", + "min": "248.636", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "263.527", + "max": "291.4", + "min": "256.207", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "128.507", + "max": "128.671", + "min": "128.408", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "183.482", + "max": "183.778", + "min": "183.333", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "191.195", + "max": "193.413", + "min": "191.009", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "158.071", + "max": "160.536", + "min": "157.663", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "318.356", + "max": "318.718", + "min": "318.117", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "307.778", + "max": "311.704", + "min": "307.295", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "187.431", + "max": "190.442", + "min": "187.146", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "419.335", + "max": "435.257", + "min": "385.55", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "256.237", + "max": "257.571", + "min": "256.057", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "205.338", + "max": "206.033", + "min": "205.206", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "202.555", + "max": "202.981", + "min": "202.406", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "250.071", + "max": "250.321", + "min": "249.897", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "176.628", + "max": "177.994", + "min": "176.323", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "0.03", + "max": "0.036", + "min": "0.023", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "199.514", + "max": "202.407", + "min": "195.64", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "426.002", + "max": "427.839", + "min": "425.66", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "579.136", + "max": "724.575", + "min": "409.992", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "433.371", + "max": "509.205", + "min": "340.194", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "422.606", + "max": "446.594", + "min": "421.293", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "35.973", + "max": "37.471", + "min": "35.694", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "176.495", + "max": "180.334", + "min": "176.263", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "198.774", + "max": "199.368", + "min": "198.535", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "153.435", + "max": "153.849", + "min": "153.191", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "275.623", + "max": "431.537", + "min": "195.307", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "298.425", + "max": "298.971", + "min": "298.244", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "317.842", + "max": "515.767", + "min": "303.579", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "296.869", + "max": "297.055", + "min": "296.799", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "298.007", + "max": "299.267", + "min": "297.385", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "210.05", + "max": "210.353", + "min": "209.923", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "421.373", + "max": "421.606", + "min": "421.191", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "350.235", + "max": "354.533", + "min": "349.835", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "169.758", + "max": "173.473", + "min": "166.606", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "201.274", + "max": "202.141", + "min": "201.12", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "191.2", + "max": "191.344", + "min": "191.039", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "196.751", + "max": "197.511", + "min": "196.439", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "270.873", + "max": "275.757", + "min": "269.843", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "179.737", + "max": "181.671", + "min": "179.557", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "202.882", + "max": "205.614", + "min": "202.602", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "169.255", + "max": "175.659", + "min": "168.098", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "172.095", + "max": "172.385", + "min": "171.98", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "169.778", + "max": "170.075", + "min": "169.626", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "213.572", + "max": "214.331", + "min": "213.425", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "297.917", + "max": "298.909", + "min": "297.766", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "273.993", + "max": "279.797", + "min": "272.161", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "310.921", + "max": "312.314", + "min": "309.076", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "281.879", + "max": "282.362", + "min": "281.602", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.747", + "max": "192.514", + "min": "180.125", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "254.828", + "max": "255.49", + "min": "254.538", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "269.267", + "max": "270.218", + "min": "269.073", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "274.215", + "max": "277.971", + "min": "272.609", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "259.543", + "max": "259.592", + "min": "259.456", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "263.805", + "max": "263.926", + "min": "263.745", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "266.394", + "max": "281.745", + "min": "262.683", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "150.048", + "max": "151.231", + "min": "149.774", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "282.274", + "max": "283.175", + "min": "281.859", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "287.85", + "max": "328.326", + "min": "285.43", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "199.128", + "max": "199.299", + "min": "198.989", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "150.952", + "max": "155.507", + "min": "150.504", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "297.283", + "max": "298.16", + "min": "296.817", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "116.243", + "max": "161.883", + "min": "106.749", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "164.558", + "max": "165.182", + "min": "164.344", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "329.44", + "max": "375.31", + "min": "324.083", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "217.802", + "max": "218.195", + "min": "217.597", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "249.377", + "max": "250.473", + "min": "249.217", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "299.162", + "max": "300.931", + "min": "297.615", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "189.153", + "max": "189.523", + "min": "188.99", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "312.175", + "max": "312.452", + "min": "312.013", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "409.865", + "max": "410.204", + "min": "409.748", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "144.81", + "max": "145.303", + "min": "144.636", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "182.123", + "max": "182.553", + "min": "181.978", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "208.118", + "max": "215.463", + "min": "184.476", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "203.125", + "max": "203.437", + "min": "202.955", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "187.303", + "max": "188.33", + "min": "187.194", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "259.928", + "max": "262.009", + "min": "259.531", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "300.425", + "max": "302.962", + "min": "298.207", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "259.308", + "max": "261.767", + "min": "259.008", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "279.54", + "max": "279.967", + "min": "279.293", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "289.725", + "max": "289.921", + "min": "289.535", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "295.467", + "max": "295.851", + "min": "295.367", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "264.645", + "max": "265.028", + "min": "264.371", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "322.579", + "max": "323.475", + "min": "322.432", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "312.764", + "max": "313.261", + "min": "312.327", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "171.725", + "max": "172.202", + "min": "171.568", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "298.898", + "max": "299.062", + "min": "298.722", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "258.138", + "max": "258.751", + "min": "257.988", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "279.01", + "max": "281.199", + "min": "278.715", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "279.225", + "max": "279.34", + "min": "279.111", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "287.684", + "max": "288.597", + "min": "287.491", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "326.65", + "max": "334.013", + "min": "323.236", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "295.257", + "max": "303.982", + "min": "294.18", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "306.24", + "max": "334.929", + "min": "284.121", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "257.189", + "max": "257.589", + "min": "256.982", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "335.363", + "max": "341.059", + "min": "328.351", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "306.605", + "max": "307.549", + "min": "305.948", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "305.836", + "max": "311.65", + "min": "304.83", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "268.701", + "max": "282.66", + "min": "267.921", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "107.942", + "max": "109.989", + "min": "107.559", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "282.704", + "max": "285.113", + "min": "282.367", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "281.434", + "max": "281.79", + "min": "281.108", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "295.927", + "max": "299.675", + "min": "288.135", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "264.398", + "max": "271.403", + "min": "262.575", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "327.247", + "max": "327.455", + "min": "327.09", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "279.564", + "max": "294.271", + "min": "278.731", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "279.536", + "max": "280.633", + "min": "279.362", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "284.912", + "max": "293.008", + "min": "277.748", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "231.077", + "max": "245.021", + "min": "228.702", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "202.924", + "max": "207.543", + "min": "202.115", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "95.018", + "max": "101.456", + "min": "90.641", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "239.253", + "max": "239.44", + "min": "239.125", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "270.439", + "max": "270.586", + "min": "270.277", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "125.235", + "max": "125.521", + "min": "125.099", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "156.11", + "max": "157.352", + "min": "155.861", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "293.565", + "max": "294.115", + "min": "293.075", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "333.305", + "max": "333.867", + "min": "333.08", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "267.802", + "max": "268.819", + "min": "267.397", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "281.927", + "max": "358.038", + "min": "278.731", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "189.59", + "max": "189.754", + "min": "189.491", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "206.682", + "max": "206.816", + "min": "206.543", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "71.639", + "max": "74.729", + "min": "71.275", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "202.685", + "max": "202.755", + "min": "202.599", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "263.617", + "max": "263.846", + "min": "263.466", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "196.775", + "max": "197.162", + "min": "196.667", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "276.09", + "max": "278.261", + "min": "275.839", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "342.549", + "max": "343.714", + "min": "342.313", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "201.512", + "max": "208.596", + "min": "198.209", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "279.237", + "max": "279.44", + "min": "279.052", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "322.574", + "max": "326.932", + "min": "321.376", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "235.364", + "max": "250.445", + "min": "233.893", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "329.698", + "max": "335.589", + "min": "325.29", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "82.464", + "max": "82.823", + "min": "82.226", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "355.213", + "max": "355.574", + "min": "354.998", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "311.126", + "max": "311.224", + "min": "311.034", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "273.106", + "max": "273.453", + "min": "272.858", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "324.68", + "max": "324.83", + "min": "324.593", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "193.962", + "max": "196.567", + "min": "192.924", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "192.516", + "max": "193.342", + "min": "191.848", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "321.769", + "max": "327.345", + "min": "319.608", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "282.655", + "max": "286.49", + "min": "278.709", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "194.174", + "max": "196.169", + "min": "193.431", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "316.805", + "max": "390.408", + "min": "310.543", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "162.047", + "max": "162.303", + "min": "161.678", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "267.575", + "max": "274.914", + "min": "267.201", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "172.311", + "max": "179.36", + "min": "165.773", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "259.562", + "max": "259.562", + "min": "259.562", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "262.914", + "max": "263.131", + "min": "262.761", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "280.479", + "max": "282.999", + "min": "278.649", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "359.85", + "max": "362.553", + "min": "359.427", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "286.964", + "max": "296.885", + "min": "279.582", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "304.923", + "max": "305.418", + "min": "304.832", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "251.301", + "max": "251.948", + "min": "251.104", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "303.014", + "max": "304.72", + "min": "302.73", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "205.82", + "max": "206.669", + "min": "205.628", + "id": "113", + "country": "South Korea", + "source_name": "Seoul", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "165": { + "name": "Dagupan", + "data": { + "0": { + "avg": "307.528", + "max": "311.741", + "min": "306.628", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "190.818", + "max": "195.735", + "min": "189.563", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "226.072", + "max": "231.48", + "min": "225.094", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "325.384", + "max": "330.703", + "min": "324.198", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "298.826", + "max": "300.758", + "min": "298.335", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "67.664", + "max": "71.981", + "min": "66.94", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "247.075", + "max": "262.762", + "min": "244.207", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "260.723", + "max": "271.905", + "min": "259.181", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "290.034", + "max": "300.75", + "min": "288.945", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "307.937", + "max": "326.014", + "min": "304.888", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "289.828", + "max": "296.448", + "min": "288.891", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "180.967", + "max": "232.2", + "min": "176.699", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "223.304", + "max": "235.254", + "min": "221.593", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "210.468", + "max": "216.118", + "min": "208.363", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "237.57", + "max": "241.246", + "min": "236.901", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "215.565", + "max": "218.031", + "min": "214.722", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "247.579", + "max": "259.875", + "min": "246.047", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "206.856", + "max": "211.51", + "min": "205.952", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "287.071", + "max": "289.12", + "min": "286.456", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "307.888", + "max": "309.007", + "min": "307.579", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "230.45", + "max": "240.376", + "min": "229.252", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "211.871", + "max": "215.745", + "min": "211.288", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "170.752", + "max": "176.604", + "min": "170.113", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "155.101", + "max": "169.085", + "min": "153.987", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "271.744", + "max": "293.749", + "min": "267.304", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "306.35", + "max": "317.497", + "min": "304.78", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "253.884", + "max": "257.992", + "min": "252.671", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "267.558", + "max": "296.032", + "min": "259.598", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "253.926", + "max": "257.852", + "min": "253.387", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "174.581", + "max": "183.322", + "min": "168.8", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "50.832", + "max": "74.243", + "min": "48.097", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "308.889", + "max": "326.663", + "min": "307.236", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "217.447", + "max": "242.33", + "min": "213.521", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "274.836", + "max": "307.441", + "min": "272.321", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "251.84", + "max": "259.174", + "min": "250.837", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "79.255", + "max": "95.835", + "min": "75.07", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.213", + "max": "176.291", + "min": "170.793", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "222.178", + "max": "291.835", + "min": "194.688", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "189.295", + "max": "215.055", + "min": "183.493", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "211.541", + "max": "218.978", + "min": "210.054", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "312.38", + "max": "320.636", + "min": "309.533", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "312.146", + "max": "315.558", + "min": "311.011", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "285.751", + "max": "303.59", + "min": "280.727", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "229.031", + "max": "269.617", + "min": "221.598", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "251.92", + "max": "253.784", + "min": "251.4", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "238.436", + "max": "241.891", + "min": "237.321", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "269.091", + "max": "317.122", + "min": "265.096", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "276.968", + "max": "278.819", + "min": "276.457", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "365.592", + "max": "370.491", + "min": "363.832", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "198.241", + "max": "201.788", + "min": "197.653", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "217.693", + "max": "223.138", + "min": "214.432", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "158.205", + "max": "171.614", + "min": "156.984", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "304.9", + "max": "374.551", + "min": "274.573", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "181.88", + "max": "196.729", + "min": "178.495", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "219.631", + "max": "247.041", + "min": "212.877", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "70.208", + "max": "74.945", + "min": "69.564", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "288.575", + "max": "294.011", + "min": "287.056", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "315.187", + "max": "320.497", + "min": "314.374", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "290.16", + "max": "298.897", + "min": "287.976", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "313.058", + "max": "327.416", + "min": "310.434", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "318.503", + "max": "322.297", + "min": "317.521", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "364.469", + "max": "398.37", + "min": "361.237", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "270.659", + "max": "300.51", + "min": "266.736", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "87.795", + "max": "108.939", + "min": "82.776", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "274.64", + "max": "300.649", + "min": "268.242", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "270.863", + "max": "277.592", + "min": "269.4", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "226.324", + "max": "235.352", + "min": "225.201", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "273.202", + "max": "282.254", + "min": "271.384", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "335.508", + "max": "340.072", + "min": "334.277", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "191.155", + "max": "220.206", + "min": "187.494", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "100.364", + "max": "109.852", + "min": "98.065", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "171.842", + "max": "188.446", + "min": "170.443", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "280.767", + "max": "299.26", + "min": "275.704", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "221.81", + "max": "226.63", + "min": "220.805", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "278.655", + "max": "310.305", + "min": "274.117", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "260.722", + "max": "265.862", + "min": "259.821", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "223.185", + "max": "224.036", + "min": "222.711", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "171.437", + "max": "198.048", + "min": "167.815", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "221.585", + "max": "233.721", + "min": "219.432", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "209.048", + "max": "226.182", + "min": "205.318", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "167.979", + "max": "175.339", + "min": "163.798", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "242.998", + "max": "263.889", + "min": "86.62", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "358.024", + "max": "374.84", + "min": "354.622", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "221.214", + "max": "223.096", + "min": "220.725", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "174.549", + "max": "177.281", + "min": "174.12", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "305.374", + "max": "327.476", + "min": "299.847", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "242.285", + "max": "249.209", + "min": "241.432", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "255.966", + "max": "321.502", + "min": "224.448", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "214.111", + "max": "244.434", + "min": "211.132", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "246.853", + "max": "253.958", + "min": "245.635", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "210.054", + "max": "225.991", + "min": "207.527", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "163.828", + "max": "175.772", + "min": "160.844", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "293.113", + "max": "302.868", + "min": "292.348", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "61.681", + "max": "90.108", + "min": "59.324", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "252.602", + "max": "261.414", + "min": "251.617", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "234.872", + "max": "253.373", + "min": "231.869", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "257.172", + "max": "263.411", + "min": "255.395", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "286.214", + "max": "314.391", + "min": "283.489", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.52", + "max": "176.325", + "min": "167.033", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "219.301", + "max": "246.745", + "min": "213.978", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "224.744", + "max": "237.75", + "min": "221.785", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "229.532", + "max": "249.291", + "min": "227.35", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "326.833", + "max": "335.659", + "min": "325.456", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "324.833", + "max": "346.006", + "min": "321.513", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "203.03", + "max": "205.214", + "min": "202.339", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "330.737", + "max": "356.418", + "min": "325.531", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "348.626", + "max": "359.87", + "min": "346.245", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "220.248", + "max": "224.242", + "min": "219.35", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "208.797", + "max": "226.382", + "min": "207.558", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "240.065", + "max": "245.704", + "min": "239.063", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "16.403", + "max": "24.152", + "min": "13.077", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "111.022", + "max": "129.299", + "min": "106.901", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "219.292", + "max": "236.374", + "min": "218.032", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "378.472", + "max": "421.188", + "min": "374.604", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "610.195", + "max": "734.472", + "min": "442.645", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "435.763", + "max": "529.628", + "min": "347.878", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "434.318", + "max": "457.461", + "min": "431.663", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "89.953", + "max": "145.373", + "min": "86.023", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "208.665", + "max": "212.651", + "min": "208.007", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "218.244", + "max": "242.465", + "min": "213.373", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "190.116", + "max": "213.73", + "min": "185.644", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "299.806", + "max": "448.245", + "min": "219.298", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "356.155", + "max": "357.52", + "min": "355.649", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "281.797", + "max": "423.514", + "min": "274.899", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "273.995", + "max": "279.049", + "min": "272.977", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "214.876", + "max": "225.885", + "min": "213.108", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "243.188", + "max": "326.865", + "min": "220.5", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "222.146", + "max": "239.815", + "min": "220.775", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "325.403", + "max": "329.198", + "min": "324.408", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "193.463", + "max": "226.639", + "min": "188.436", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "215.423", + "max": "225.203", + "min": "214.239", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "209.475", + "max": "214.91", + "min": "208.456", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "230.297", + "max": "242.1", + "min": "226.167", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "301.574", + "max": "306.084", + "min": "299.827", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "190.837", + "max": "202.654", + "min": "189.916", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "227.559", + "max": "238.725", + "min": "226.449", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "187.269", + "max": "214.965", + "min": "183.298", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "212.035", + "max": "214.546", + "min": "211.585", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "203.874", + "max": "213.691", + "min": "199.748", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "234.953", + "max": "263.442", + "min": "231.359", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "330.832", + "max": "348.198", + "min": "329.335", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "104.727", + "max": "117.375", + "min": "100.09", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "280.698", + "max": "289.435", + "min": "278.253", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "265.707", + "max": "280.767", + "min": "259.297", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "178.161", + "max": "196.37", + "min": "171.927", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "241.944", + "max": "245.831", + "min": "240.917", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "288.076", + "max": "323.204", + "min": "285.262", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "260.947", + "max": "271.194", + "min": "257.874", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "234.891", + "max": "239.051", + "min": "233.899", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "235.068", + "max": "237.696", + "min": "234.666", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "200.004", + "max": "253.222", + "min": "195.991", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "70.108", + "max": "78.983", + "min": "69.353", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "271.451", + "max": "273.531", + "min": "270.075", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "212.112", + "max": "264.05", + "min": "209.091", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "213.001", + "max": "232.491", + "min": "210.511", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "159.305", + "max": "160.426", + "min": "158.919", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "278.325", + "max": "292.499", + "min": "275.236", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "0.051", + "max": "0.134", + "min": "0.031", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "239.119", + "max": "247.138", + "min": "237.81", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "364.422", + "max": "440.862", + "min": "354.02", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "253.653", + "max": "272.197", + "min": "252.212", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "326.37", + "max": "332.817", + "min": "323.325", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "274.855", + "max": "287.397", + "min": "272.412", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "222.059", + "max": "244.333", + "min": "219.367", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "351.6", + "max": "376.039", + "min": "348.256", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "263.941", + "max": "267.805", + "min": "263.176", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "308.853", + "max": "312.985", + "min": "308.027", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "222.94", + "max": "241.848", + "min": "220.162", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "408.622", + "max": "448.137", + "min": "382.207", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "215.77", + "max": "221.499", + "min": "212.621", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "223.617", + "max": "265.427", + "min": "216.231", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "294.948", + "max": "308.238", + "min": "293.411", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "431.25", + "max": "443.546", + "min": "429.445", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "238.686", + "max": "241.146", + "min": "238.045", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "214.243", + "max": "227.332", + "min": "212.743", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "274.147", + "max": "295.32", + "min": "270.238", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "243.99", + "max": "246.058", + "min": "243.467", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "237.661", + "max": "245.909", + "min": "236.147", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "264.874", + "max": "279.461", + "min": "259.845", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "337.091", + "max": "340.937", + "min": "336.157", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "286.911", + "max": "300.448", + "min": "285.864", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "165.487", + "max": "171.2", + "min": "164.148", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "245.959", + "max": "249.261", + "min": "244.571", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "294.389", + "max": "310.798", + "min": "290.34", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "269.277", + "max": "305.791", + "min": "252.831", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "308.445", + "max": "311.473", + "min": "307.747", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "357.079", + "max": "374.486", + "min": "353.91", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "322.152", + "max": "330.629", + "min": "320.195", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "277.833", + "max": "372.991", + "min": "261.091", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "244.493", + "max": "254.952", + "min": "241.187", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "349.021", + "max": "359.438", + "min": "346.345", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "268.98", + "max": "284.922", + "min": "267.716", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "243.709", + "max": "252.086", + "min": "242.577", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "300.599", + "max": "304.301", + "min": "299.907", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "71.49", + "max": "79.177", + "min": "70.405", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "303.11", + "max": "321.021", + "min": "301.92", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "218.448", + "max": "227.385", + "min": "216.039", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "277.646", + "max": "293.641", + "min": "275.451", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "271.046", + "max": "275.812", + "min": "268.273", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "356.758", + "max": "357.91", + "min": "356.342", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "309.409", + "max": "336.507", + "min": "305.559", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "306.473", + "max": "336.811", + "min": "302.254", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "254.34", + "max": "284.293", + "min": "250.238", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "230.727", + "max": "238.529", + "min": "228.207", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "216.644", + "max": "232.405", + "min": "213.719", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "273.153", + "max": "299.792", + "min": "270.298", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "227.739", + "max": "230.344", + "min": "225.707", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "258.731", + "max": "289.474", + "min": "250.609", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "390.987", + "max": "394.371", + "min": "390.26", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.859", + "max": "216.05", + "min": "174.992", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "216.969", + "max": "218.963", + "min": "216.508", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "362.78", + "max": "388.026", + "min": "356.778", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "233.686", + "max": "254.85", + "min": "232.237", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "244.125", + "max": "270.96", + "min": "241.104", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "220.743", + "max": "233.937", + "min": "217.228", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "232.864", + "max": "236.816", + "min": "231.924", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "249.841", + "max": "258.903", + "min": "248.227", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "214.222", + "max": "218.241", + "min": "213.585", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "195.241", + "max": "200.324", + "min": "193.335", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "231.056", + "max": "257.592", + "min": "227.684", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "270.616", + "max": "273.883", + "min": "269.909", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "341.089", + "max": "347.935", + "min": "340.135", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "229.068", + "max": "234.674", + "min": "226.576", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "256.748", + "max": "268.694", + "min": "253.116", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "348.997", + "max": "381.578", + "min": "346.09", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "333.498", + "max": "359.982", + "min": "330.719", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "322.436", + "max": "350.554", + "min": "319.541", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "94.638", + "max": "156.53", + "min": "87.784", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "353.845", + "max": "364.939", + "min": "350.902", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "325.146", + "max": "329.726", + "min": "324.434", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "270.055", + "max": "297.96", + "min": "262.451", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "179.627", + "max": "184.875", + "min": "178.791", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "229.046", + "max": "236.547", + "min": "227.886", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "216.7", + "max": "270.24", + "min": "213.036", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "316.948", + "max": "334.103", + "min": "312.265", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "273.673", + "max": "287.661", + "min": "271.968", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "221.459", + "max": "226.885", + "min": "220.04", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "355.519", + "max": "360.244", + "min": "354.634", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "196.757", + "max": "221.114", + "min": "191.6", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "254.136", + "max": "266.258", + "min": "250.392", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "376.936", + "max": "419.852", + "min": "358.608", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "295.384", + "max": "295.384", + "min": "295.384", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "283.688", + "max": "304.279", + "min": "282.738", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "261.185", + "max": "265.317", + "min": "260.469", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "353.873", + "max": "521.92", + "min": "338.449", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "304.334", + "max": "315.502", + "min": "293.928", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "318.763", + "max": "359.794", + "min": "316.019", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "100.715", + "max": "103.742", + "min": "99.902", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "272.094", + "max": "296.377", + "min": "270.03", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "223.687", + "max": "258.298", + "min": "220.703", + "id": "165", + "country": "Philippines", + "source_name": "Dagupan", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "209": { + "name": "Phnom Penh", + "data": { + "0": { + "avg": "336.449", + "max": "342.694", + "min": "336.07", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "122.339", + "max": "122.657", + "min": "122.108", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "266.739", + "max": "268.235", + "min": "266.467", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "275.227", + "max": "279.505", + "min": "274.263", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "272.244", + "max": "272.623", + "min": "272.055", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "103.937", + "max": "104.323", + "min": "103.791", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "260.044", + "max": "260.946", + "min": "259.812", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "156.49", + "max": "165.947", + "min": "154.887", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "288.336", + "max": "315.92", + "min": "287.116", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "219.454", + "max": "223.927", + "min": "219.118", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "197.889", + "max": "199.861", + "min": "197.498", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "233.021", + "max": "236.102", + "min": "232.761", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "271.75", + "max": "272.215", + "min": "271.525", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "263.938", + "max": "264.92", + "min": "263.756", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "262.246", + "max": "262.373", + "min": "262.158", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "254.951", + "max": "261.273", + "min": "254.208", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "253.653", + "max": "277.018", + "min": "252.196", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "247.191", + "max": "247.64", + "min": "247.041", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "352.826", + "max": "358.555", + "min": "352.075", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "267.185", + "max": "268.845", + "min": "267.038", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "143.775", + "max": "149.377", + "min": "143.353", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "239.008", + "max": "239.466", + "min": "238.891", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "202.148", + "max": "203.071", + "min": "202.01", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "227.359", + "max": "228.525", + "min": "227.148", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "222.036", + "max": "223.22", + "min": "221.761", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "213.522", + "max": "213.919", + "min": "213.396", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "278.258", + "max": "281.66", + "min": "277.858", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "210.014", + "max": "210.451", + "min": "209.728", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "187.569", + "max": "187.687", + "min": "187.501", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "194.383", + "max": "209.57", + "min": "193.612", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "41.515", + "max": "72.557", + "min": "38.44", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "310.418", + "max": "310.676", + "min": "310.287", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "264.009", + "max": "274.899", + "min": "263.411", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "232.56", + "max": "233.472", + "min": "232.381", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "201.969", + "max": "205.123", + "min": "201.632", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "43.388", + "max": "45.726", + "min": "43.055", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "200.748", + "max": "201.47", + "min": "200.592", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "205.906", + "max": "206.215", + "min": "205.737", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "234.559", + "max": "235.633", + "min": "234.381", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "258.452", + "max": "260.638", + "min": "257.783", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "395.841", + "max": "398.505", + "min": "395.236", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "272.228", + "max": "275.136", + "min": "271.814", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "308.348", + "max": "308.638", + "min": "308.232", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "230.731", + "max": "235.147", + "min": "230.362", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "128.744", + "max": "129.179", + "min": "128.608", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "206.334", + "max": "208.696", + "min": "205.764", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "222.534", + "max": "223.944", + "min": "222.211", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "354.524", + "max": "357.484", + "min": "349.19", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "397.76", + "max": "403.268", + "min": "397.382", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "252.176", + "max": "252.277", + "min": "252.109", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "220.009", + "max": "220.844", + "min": "219.775", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "222.539", + "max": "223.511", + "min": "222.266", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "323.298", + "max": "396.938", + "min": "319.451", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "223.731", + "max": "223.977", + "min": "223.569", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "84.879", + "max": "97.781", + "min": "80.95", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "62.422", + "max": "64.633", + "min": "62.034", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "275.166", + "max": "282.348", + "min": "273.555", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "356.586", + "max": "359.159", + "min": "356.333", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "214.008", + "max": "219.19", + "min": "213.475", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "312.873", + "max": "322.176", + "min": "312.171", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "354.94", + "max": "365.249", + "min": "354.086", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "306.758", + "max": "367.765", + "min": "302.691", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "84.043", + "max": "166.288", + "min": "69.742", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "69.02", + "max": "70.008", + "min": "68.901", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "304.165", + "max": "304.405", + "min": "304.043", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "292.989", + "max": "298.404", + "min": "292.526", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "291.589", + "max": "291.955", + "min": "291.451", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "233.74", + "max": "234.016", + "min": "233.31", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "463.03", + "max": "467.734", + "min": "461.862", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "216.999", + "max": "247.307", + "min": "215.816", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "34.842", + "max": "42.203", + "min": "34.189", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "199.836", + "max": "200.252", + "min": "199.639", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "308.906", + "max": "310.742", + "min": "308.482", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "252.517", + "max": "280.152", + "min": "251.479", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "231.029", + "max": "232.655", + "min": "230.721", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "270.942", + "max": "272.849", + "min": "270.751", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "247.061", + "max": "247.842", + "min": "246.912", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "228.109", + "max": "238.993", + "min": "227.61", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "263.095", + "max": "265.71", + "min": "262.782", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "238.35", + "max": "239.363", + "min": "238.123", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "172.55", + "max": "172.82", + "min": "172.344", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "265.256", + "max": "268.546", + "min": "264.822", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.932", + "max": "263.793", + "min": "262.712", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "85.001", + "max": "85.732", + "min": "84.712", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "214.079", + "max": "214.487", + "min": "213.946", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "242.808", + "max": "244.126", + "min": "242.465", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "215.844", + "max": "235.446", + "min": "214.96", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "256.286", + "max": "273.063", + "min": "255.446", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "230.636", + "max": "235.22", + "min": "230.17", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "272.453", + "max": "276.768", + "min": "271.927", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "276.387", + "max": "297.677", + "min": "275.027", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "214.493", + "max": "216.936", + "min": "214.158", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "191.107", + "max": "191.248", + "min": "191.022", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "47.66", + "max": "48.855", + "min": "47.423", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "284.127", + "max": "285.092", + "min": "283.958", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "252.603", + "max": "255.56", + "min": "252.159", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "307.676", + "max": "308.015", + "min": "307.46", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "344.783", + "max": "350.242", + "min": "343.75", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "193.853", + "max": "194.084", + "min": "193.704", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "255.253", + "max": "286.772", + "min": "252.366", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "275.065", + "max": "275.981", + "min": "274.906", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "230.284", + "max": "253.752", + "min": "228.983", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "369.586", + "max": "372.148", + "min": "369.147", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "353.392", + "max": "361.526", + "min": "352.649", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "256.699", + "max": "259.053", + "min": "256.467", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "266.832", + "max": "277.429", + "min": "244.058", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "353.32", + "max": "356.133", + "min": "352.811", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "243.39", + "max": "243.796", + "min": "243.153", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "264.111", + "max": "264.26", + "min": "263.936", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "104.698", + "max": "105.943", + "min": "104.526", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "52.877", + "max": "53.231", + "min": "52.754", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "108.588", + "max": "123.353", + "min": "107.595", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "273.088", + "max": "276.66", + "min": "272.777", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "236.018", + "max": "244.649", + "min": "235.128", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "456.719", + "max": "575.032", + "min": "287.381", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "408.244", + "max": "521.347", + "min": "324.378", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "359.213", + "max": "365.028", + "min": "358.644", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "86.667", + "max": "90.006", + "min": "86.25", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "233.489", + "max": "264.46", + "min": "232.244", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "258.96", + "max": "259.694", + "min": "258.735", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "195.901", + "max": "202.206", + "min": "195.427", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "326.929", + "max": "472.926", + "min": "253.881", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "379.371", + "max": "379.957", + "min": "379.244", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "234.707", + "max": "301.91", + "min": "231.716", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "230.866", + "max": "231.483", + "min": "230.76", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "299.263", + "max": "300.207", + "min": "298.885", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "260.014", + "max": "260.275", + "min": "259.872", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "349.601", + "max": "354.393", + "min": "348.775", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "223.841", + "max": "226.634", + "min": "223.368", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "257.947", + "max": "259.654", + "min": "257.655", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "280.008", + "max": "280.569", + "min": "279.883", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "263.374", + "max": "263.595", + "min": "263.18", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "214.368", + "max": "216.345", + "min": "214.165", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "354.15", + "max": "355.835", + "min": "353.517", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "236.687", + "max": "237.778", + "min": "236.543", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "278.591", + "max": "290.845", + "min": "276.263", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "232.717", + "max": "245.714", + "min": "231.437", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "242.927", + "max": "246.386", + "min": "242.082", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "211.44", + "max": "217.783", + "min": "210.903", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "275.313", + "max": "292.634", + "min": "274.425", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "285.422", + "max": "285.644", + "min": "285.293", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "85.15", + "max": "87.003", + "min": "84.79", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "222.11", + "max": "222.519", + "min": "221.955", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "209.704", + "max": "214.689", + "min": "209.309", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "171.016", + "max": "187.679", + "min": "169.165", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "200.359", + "max": "210.223", + "min": "199.658", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "222.304", + "max": "226.908", + "min": "221.701", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "102.395", + "max": "107.121", + "min": "101.637", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "254.315", + "max": "255.481", + "min": "254.176", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "265.135", + "max": "268.292", + "min": "264.831", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "194.737", + "max": "198.023", + "min": "193.699", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "96.705", + "max": "99.226", + "min": "96.387", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "222.971", + "max": "229.024", + "min": "222.108", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "258.147", + "max": "283.289", + "min": "256.674", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "249.922", + "max": "250.318", + "min": "249.814", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "178.279", + "max": "202.446", + "min": "175.79", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "291.65", + "max": "296.265", + "min": "291.199", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "79.027", + "max": "127.515", + "min": "70.204", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "216.094", + "max": "216.312", + "min": "215.891", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "401.475", + "max": "492.035", + "min": "393.47", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "289.594", + "max": "291.319", + "min": "289.384", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "85.28", + "max": "85.931", + "min": "85.184", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "216.201", + "max": "219.409", + "min": "215.643", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "215.328", + "max": "217.109", + "min": "215.004", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "360.935", + "max": "379.231", + "min": "358.078", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "284.947", + "max": "285.168", + "min": "284.841", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "285.673", + "max": "285.833", + "min": "285.554", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "274.311", + "max": "306.891", + "min": "272.763", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "103.44", + "max": "106.079", + "min": "101.495", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "226.918", + "max": "227.255", + "min": "226.681", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "249.685", + "max": "252.247", + "min": "249.413", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "261.008", + "max": "266.22", + "min": "260.237", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "153.726", + "max": "155.497", + "min": "153.53", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "213.985", + "max": "221.198", + "min": "213.669", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "287.6", + "max": "287.933", + "min": "287.403", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "204.931", + "max": "214.113", + "min": "204.462", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "271.641", + "max": "273.26", + "min": "271.492", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "278.832", + "max": "282.476", + "min": "278.457", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "231.502", + "max": "233.985", + "min": "231.292", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "308.976", + "max": "310.671", + "min": "308.8", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "245.488", + "max": "247.035", + "min": "245.302", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "326.51", + "max": "346.627", + "min": "325.632", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "276.147", + "max": "279.489", + "min": "275.749", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "215.407", + "max": "215.715", + "min": "215.315", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "212.761", + "max": "217.773", + "min": "212.3", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "207.667", + "max": "208.438", + "min": "207.448", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "359.124", + "max": "360.606", + "min": "358.9", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "284.376", + "max": "323.234", + "min": "282.277", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "223.829", + "max": "278.07", + "min": "195.935", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "206.193", + "max": "206.898", + "min": "205.879", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "353.671", + "max": "356.279", + "min": "353.344", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "231.387", + "max": "247.218", + "min": "230.426", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "222.5", + "max": "223.285", + "min": "222.011", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "272.265", + "max": "279.292", + "min": "271.416", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "0.03", + "max": "0.051", + "min": "0.017", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "209.021", + "max": "210.888", + "min": "208.741", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "332.925", + "max": "333.952", + "min": "332.702", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "272.207", + "max": "272.352", + "min": "272.126", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "351.51", + "max": "361.524", + "min": "343.188", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "305.701", + "max": "312.734", + "min": "305.13", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "203.464", + "max": "208", + "min": "203.026", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "259.132", + "max": "260.546", + "min": "258.937", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "312.361", + "max": "320.288", + "min": "311.933", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "129.996", + "max": "140.771", + "min": "127.368", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "271.041", + "max": "274.552", + "min": "270.681", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "256.274", + "max": "260.104", + "min": "255.601", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "76.229", + "max": "82.264", + "min": "75.538", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "214.046", + "max": "214.886", + "min": "213.804", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "113.286", + "max": "135.326", + "min": "112.33", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "212.089", + "max": "212.756", + "min": "211.871", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "336.322", + "max": "341.19", + "min": "335.84", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "306.744", + "max": "307.223", + "min": "306.564", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "264.143", + "max": "265.022", + "min": "263.794", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "256.831", + "max": "257.836", + "min": "256.487", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "264.66", + "max": "277.593", + "min": "264.037", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "292.594", + "max": "296.068", + "min": "292.327", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "57.681", + "max": "86.356", + "min": "56.449", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "268.77", + "max": "268.933", + "min": "268.684", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "248.839", + "max": "274.83", + "min": "247.729", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "274.655", + "max": "342.113", + "min": "264.152", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "285.134", + "max": "285.352", + "min": "285.005", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "408.73", + "max": "409.032", + "min": "408.557", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "269.169", + "max": "288.451", + "min": "266.571", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "271.584", + "max": "271.861", + "min": "271.354", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "295.496", + "max": "296.984", + "min": "294.586", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "336.476", + "max": "338.704", + "min": "335.688", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "295.111", + "max": "295.941", + "min": "294.709", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "85.035", + "max": "87.032", + "min": "84.804", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "364.024", + "max": "364.575", + "min": "363.839", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "288.956", + "max": "297.162", + "min": "288.506", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "186.388", + "max": "188.188", + "min": "186.086", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "303.966", + "max": "308.686", + "min": "303.546", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "270.216", + "max": "277.209", + "min": "269.641", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "264.062", + "max": "267.483", + "min": "263.813", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "326.685", + "max": "360.206", + "min": "323.929", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "336.306", + "max": "369.144", + "min": "334.706", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "254.036", + "max": "255.729", + "min": "252.92", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "256.839", + "max": "257.811", + "min": "256.521", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "203.779", + "max": "204.194", + "min": "203.626", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "206.061", + "max": "210.305", + "min": "205.542", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "226.594", + "max": "227.047", + "min": "226.434", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "364.642", + "max": "364.642", + "min": "364.642", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "202.391", + "max": "217.15", + "min": "201.499", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "198.553", + "max": "202.024", + "min": "198.257", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "317.482", + "max": "322.662", + "min": "317.097", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "279.06", + "max": "303.034", + "min": "269.676", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "277.423", + "max": "311.192", + "min": "272.822", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "125.462", + "max": "127.501", + "min": "125.189", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "264.754", + "max": "281.657", + "min": "263.603", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "267.271", + "max": "270.314", + "min": "267.093", + "id": "209", + "country": "Cambodia", + "source_name": "Phnom Penh", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "232": { + "name": "Ho Chi Minh City", + "data": { + "0": { + "avg": "332.668", + "max": "339.524", + "min": "331.925", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "214.471", + "max": "1793.54", + "min": "145.569", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "254.919", + "max": "263.186", + "min": "254.087", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "365.773", + "max": "1902.34", + "min": "264.468", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "195.468", + "max": "886.621", + "min": "171.236", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "125.978", + "max": "1583.67", + "min": "75.457", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "219.66", + "max": "673.953", + "min": "203.708", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "179.041", + "max": "185.871", + "min": "177.705", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "279.665", + "max": "282.442", + "min": "279.322", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "275.642", + "max": "291.3", + "min": "273.995", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "304.976", + "max": "306.406", + "min": "304.559", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "265.907", + "max": "1667.73", + "min": "216.374", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "258.665", + "max": "868.082", + "min": "237.152", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "286.663", + "max": "1680.92", + "min": "238.075", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "256.409", + "max": "805.91", + "min": "237.051", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "235.624", + "max": "237.021", + "min": "235.066", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "173.827", + "max": "174.117", + "min": "173.42", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "246.345", + "max": "1361.54", + "min": "207.16", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "264.011", + "max": "264.351", + "min": "263.797", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "322.527", + "max": "329.022", + "min": "321.873", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "175.013", + "max": "207.421", + "min": "173.598", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "221.216", + "max": "221.655", + "min": "220.971", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "273.114", + "max": "2190.52", + "min": "176.123", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "181.34", + "max": "190.79", + "min": "180.633", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "227.95", + "max": "964.786", + "min": "201.617", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "265.942", + "max": "266.458", + "min": "265.699", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "369.353", + "max": "1038.78", + "min": "345.806", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "243.982", + "max": "1693.86", + "min": "193.145", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "236.748", + "max": "240.156", + "min": "235.951", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "312.11", + "max": "2358.22", + "min": "239.818", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "80.052", + "max": "793.596", + "min": "54.797", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "203.23", + "max": "203.586", + "min": "202.896", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "234.201", + "max": "237.842", + "min": "233.706", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "290.31", + "max": "302.554", + "min": "285.674", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "234.818", + "max": "235.81", + "min": "234.45", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "188.609", + "max": "206.657", + "min": "187.597", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "184.772", + "max": "185.145", + "min": "184.56", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "182.909", + "max": "184.996", + "min": "182.672", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "209.693", + "max": "211.923", + "min": "209.326", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "250.033", + "max": "251.361", + "min": "249.59", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "423.353", + "max": "430.645", + "min": "422.637", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "303.86", + "max": "1156.1", + "min": "273.986", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "227.986", + "max": "779.124", + "min": "208.737", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "264.114", + "max": "274.895", + "min": "263.382", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "133.158", + "max": "154.624", + "min": "132.192", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "445.734", + "max": "2017.81", + "min": "343.212", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "412.132", + "max": "2450.81", + "min": "341.207", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "335.094", + "max": "338.586", + "min": "334.563", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "452.825", + "max": "981.032", + "min": "434.116", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "222.517", + "max": "226.741", + "min": "222.057", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "285.239", + "max": "1389.95", + "min": "226.114", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "255.336", + "max": "270.311", + "min": "254.475", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "251.165", + "max": "337.588", + "min": "235.211", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "271.584", + "max": "1600.56", + "min": "225.523", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "266.004", + "max": "275.758", + "min": "262.96", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "70.212", + "max": "74.07", + "min": "69.747", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "265.606", + "max": "268.405", + "min": "264.573", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "416.012", + "max": "1551.91", + "min": "342.314", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "348.097", + "max": "2319.99", + "min": "279.598", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "336.945", + "max": "1588.64", + "min": "264.931", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "290.924", + "max": "294.071", + "min": "290.094", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "345.323", + "max": "1321.47", + "min": "310.348", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "211.249", + "max": "275.347", + "min": "205.236", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "83.249", + "max": "1851.34", + "min": "21.838", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "354.979", + "max": "1580.92", + "min": "312.083", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "239.221", + "max": "239.788", + "min": "238.943", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "247.063", + "max": "254.071", + "min": "246.638", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "341.704", + "max": "1948.47", + "min": "266.151", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "370.856", + "max": "372.42", + "min": "370.035", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "224.688", + "max": "225.077", + "min": "224.472", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "24.932", + "max": "26.962", + "min": "24.538", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "180.912", + "max": "187.665", + "min": "180.298", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "279.948", + "max": "281.231", + "min": "279.644", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "249.242", + "max": "249.914", + "min": "248.694", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "361.227", + "max": "368.127", + "min": "360.44", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "208.849", + "max": "963.896", + "min": "182.395", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "241.162", + "max": "243.574", + "min": "240.665", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "234.701", + "max": "236.25", + "min": "234.444", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "234.342", + "max": "234.733", + "min": "234.026", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "255.254", + "max": "257.141", + "min": "254.911", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "341.33", + "max": "2226.11", + "min": "227.243", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "409.298", + "max": "2053.89", + "min": "352.034", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "188.619", + "max": "192.388", + "min": "187.784", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "130.411", + "max": "180.366", + "min": "106.863", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "296.582", + "max": "302.434", + "min": "293.688", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "393.298", + "max": "3387.7", + "min": "289.245", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "260.375", + "max": "261.567", + "min": "260.012", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "252.097", + "max": "252.442", + "min": "251.856", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "291.419", + "max": "2500.75", + "min": "214.726", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "259.72", + "max": "265.167", + "min": "258.798", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "233.845", + "max": "238.304", + "min": "232.441", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "267.139", + "max": "2734.29", + "min": "181.308", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "254.61", + "max": "257.066", + "min": "254.328", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "81.703", + "max": "82.476", + "min": "81.453", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "397.979", + "max": "3238.37", + "min": "230.573", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "393.299", + "max": "2599.86", + "min": "284.907", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "277.401", + "max": "278.13", + "min": "277.022", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "344.171", + "max": "2262.84", + "min": "277.03", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "269.525", + "max": "2055.15", + "min": "177.355", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "247.342", + "max": "1008.34", + "min": "220.486", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "314.81", + "max": "1959.61", + "min": "257.587", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "232.025", + "max": "635.191", + "min": "217.878", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "265.463", + "max": "689.186", + "min": "250.473", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "368.312", + "max": "1311.59", + "min": "334.178", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "227.201", + "max": "229.035", + "min": "226.825", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "411.268", + "max": "1348.91", + "min": "369.243", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "218.881", + "max": "219.345", + "min": "218.587", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "228.727", + "max": "250.778", + "min": "227.235", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "367.003", + "max": "2619.84", + "min": "288.12", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "256.662", + "max": "628.746", + "min": "243.253", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "71.937", + "max": "77.58", + "min": "71.379", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "302.948", + "max": "1627.94", + "min": "241.746", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "238.993", + "max": "246.618", + "min": "238.237", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "597.213", + "max": "706.289", + "min": "427.506", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "411.555", + "max": "1187.51", + "min": "309.183", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "473.835", + "max": "2405.69", + "min": "406.061", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "86.852", + "max": "404.695", + "min": "75.572", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "267.982", + "max": "903.712", + "min": "223.783", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "242.787", + "max": "256.722", + "min": "238.89", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "227.782", + "max": "228.268", + "min": "227.479", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "394.909", + "max": "2055.04", + "min": "253.703", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "341.808", + "max": "353.981", + "min": "340.974", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "399.101", + "max": "3761.8", + "min": "276.25", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "356.608", + "max": "3135.09", + "min": "260.528", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "336.905", + "max": "344.574", + "min": "336.034", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "266.32", + "max": "1421.52", + "min": "225.625", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "446.933", + "max": "1528.64", + "min": "365.342", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "356.437", + "max": "368.746", + "min": "354.726", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "195.504", + "max": "197.98", + "min": "195.088", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "246.442", + "max": "251.241", + "min": "245.958", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "234.156", + "max": "234.566", + "min": "233.663", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "244.092", + "max": "244.463", + "min": "243.895", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "360.343", + "max": "1227.56", + "min": "329.652", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "219.884", + "max": "221.468", + "min": "219.596", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "404.163", + "max": "2134.68", + "min": "246.745", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "239.819", + "max": "1072.66", + "min": "210.593", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "219.011", + "max": "220.256", + "min": "218.784", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "295.761", + "max": "1930.93", + "min": "238.968", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "297.657", + "max": "1599.42", + "min": "252.533", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "264.877", + "max": "294.52", + "min": "262.391", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "261.966", + "max": "268.791", + "min": "261.266", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "334.745", + "max": "2156.99", + "min": "271.646", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "192.727", + "max": "194.513", + "min": "192.41", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "289.748", + "max": "1478.33", + "min": "247.396", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "253.577", + "max": "255.394", + "min": "253.106", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "252.952", + "max": "258.286", + "min": "252.085", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "301.654", + "max": "1088.43", + "min": "271.77", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "248.204", + "max": "249.868", + "min": "247.922", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "307.634", + "max": "1712.45", + "min": "258.238", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "324.627", + "max": "1260.58", + "min": "271.536", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "95.55", + "max": "98.43", + "min": "95.148", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "307.799", + "max": "1278.35", + "min": "273.804", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "252.067", + "max": "253.924", + "min": "251.75", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "304.171", + "max": "2154.26", + "min": "239.488", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "298.395", + "max": "2197.6", + "min": "232.396", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "294.173", + "max": "294.914", + "min": "293.686", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "318.386", + "max": "2140.43", + "min": "248.251", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "272.421", + "max": "1225.24", + "min": "208.313", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "371.06", + "max": "449.304", + "min": "363.59", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "277.818", + "max": "278.415", + "min": "277.418", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "140.495", + "max": "1052.73", + "min": "108.663", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "259.359", + "max": "1877.17", + "min": "202.798", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "221.672", + "max": "226.483", + "min": "221.265", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "344.92", + "max": "346.039", + "min": "344.611", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "360.922", + "max": "371.165", + "min": "360.02", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "273.951", + "max": "695.754", + "min": "259.223", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "239.791", + "max": "240.751", + "min": "239.44", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "69.016", + "max": "75.582", + "min": "66.843", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "296.204", + "max": "2198.17", + "min": "230.346", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "474.299", + "max": "2976.41", + "min": "227.376", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "254.873", + "max": "265.345", + "min": "254.033", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "389.536", + "max": "2481.86", + "min": "228.303", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "270.16", + "max": "275.417", + "min": "269.641", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "401.708", + "max": "2315.14", + "min": "266.225", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "278.666", + "max": "721.789", + "min": "262.334", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "325.498", + "max": "372.586", + "min": "323.632", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "269.503", + "max": "270.439", + "min": "269.162", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "370.702", + "max": "2549.18", + "min": "295.295", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "208.718", + "max": "226.09", + "min": "206.973", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "260.463", + "max": "278.128", + "min": "259.642", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "362.759", + "max": "675.284", + "min": "350.503", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "277.227", + "max": "1043.64", + "min": "250.489", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "401.375", + "max": "2202.71", + "min": "338.802", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "327.36", + "max": "2443", + "min": "253.649", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "258.876", + "max": "259.744", + "min": "258.585", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "365.528", + "max": "368.026", + "min": "365.001", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "282.469", + "max": "310.578", + "min": "280.192", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "307.432", + "max": "1899.19", + "min": "236.664", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "288.928", + "max": "3012", + "min": "194.653", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "379.815", + "max": "850.131", + "min": "363.091", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "320.35", + "max": "1960.58", + "min": "263.219", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "347.025", + "max": "350.783", + "min": "346.299", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "279.12", + "max": "290.133", + "min": "278.334", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "57.474", + "max": "77.487", + "min": "56.52", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "238.039", + "max": "240.963", + "min": "237.614", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "261.049", + "max": "261.253", + "min": "260.845", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "265.94", + "max": "270.822", + "min": "264.815", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "336.37", + "max": "341.218", + "min": "334.517", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "490.531", + "max": "1899.92", + "min": "365.364", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "267.181", + "max": "1348.59", + "min": "229.368", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "281.048", + "max": "1548.06", + "min": "236.469", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "273.787", + "max": "1242.04", + "min": "237.337", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "299.451", + "max": "313.5", + "min": "296.604", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "238.283", + "max": "245.462", + "min": "237.336", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "44.886", + "max": "55.996", + "min": "42.619", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "358.943", + "max": "3017.39", + "min": "266.705", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "196.129", + "max": "203.704", + "min": "195.228", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "354.409", + "max": "1961.38", + "min": "272.514", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "306.445", + "max": "1588.06", + "min": "261.842", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "269.118", + "max": "270.877", + "min": "268.759", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "410.93", + "max": "2642.57", + "min": "301.098", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "181.242", + "max": "183.138", + "min": "180.82", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "258.436", + "max": "280.843", + "min": "256.983", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "237.613", + "max": "238.047", + "min": "237.446", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "232.061", + "max": "259.389", + "min": "230.842", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "0.052", + "max": "0.135", + "min": "0.026", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "291.415", + "max": "1598.12", + "min": "245.98", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "292.04", + "max": "1467.81", + "min": "251.226", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "294.355", + "max": "1499.4", + "min": "250.626", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "264.658", + "max": "267.513", + "min": "264.256", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "381.428", + "max": "388.039", + "min": "380.862", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "272", + "max": "1094.1", + "min": "241.085", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "236.224", + "max": "236.644", + "min": "235.973", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "287.803", + "max": "844.232", + "min": "267.47", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "276.458", + "max": "290.624", + "min": "274.666", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "256.962", + "max": "258.428", + "min": "256.4", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "125.26", + "max": "1555.12", + "min": "75.421", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "320.105", + "max": "329.236", + "min": "319.504", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "208.483", + "max": "221.817", + "min": "207.673", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "254.728", + "max": "255.024", + "min": "254.415", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "459.222", + "max": "3232.6", + "min": "363.045", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "264.314", + "max": "766.732", + "min": "245.46", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "235.593", + "max": "239.338", + "min": "235.162", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "215.516", + "max": "224.642", + "min": "213.906", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "306.797", + "max": "310.193", + "min": "306", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "262.32", + "max": "264.329", + "min": "261.118", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "280.937", + "max": "292.294", + "min": "280.16", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "229.299", + "max": "229.937", + "min": "229.04", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "312.957", + "max": "1486.11", + "min": "271.274", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "84.984", + "max": "92.883", + "min": "84.288", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "326.627", + "max": "326.627", + "min": "326.627", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "294.981", + "max": "1326.22", + "min": "259.19", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "320.177", + "max": "1966.27", + "min": "262.654", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "356.877", + "max": "360.783", + "min": "356.322", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "415.458", + "max": "1563.31", + "min": "330.707", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "289.067", + "max": "1660.66", + "min": "206.293", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "121.773", + "max": "123.079", + "min": "121.043", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "473.361", + "max": "2233.04", + "min": "314.208", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "248.9", + "max": "249.385", + "min": "248.699", + "id": "232", + "country": "Vietnam", + "source_name": "Ho Chi Minh City", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Eastern Europe": { + "3": { + "name": "Prague", + "data": { + "0": { + "avg": "267.98", + "max": "273.623", + "min": "267.282", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "243.369", + "max": "246.934", + "min": "242.835", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.579", + "max": "117.58", + "min": "111.25", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "0.019", + "max": "0.16", + "min": "0.012", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "23.375", + "max": "24.804", + "min": "23.099", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "278.218", + "max": "280.078", + "min": "277.998", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.335", + "max": "26.925", + "min": "23.89", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "281.041", + "max": "291.03", + "min": "279.586", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "56.696", + "max": "58.835", + "min": "56.38", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "35.833", + "max": "40.53", + "min": "35.277", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "27.363", + "max": "33.55", + "min": "26.697", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "141.681", + "max": "142.716", + "min": "141.534", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "97.46", + "max": "100.13", + "min": "97.269", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "96.61", + "max": "111.556", + "min": "95.23", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.608", + "max": "131.248", + "min": "129.331", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "102.297", + "max": "107.66", + "min": "101.382", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "41.579", + "max": "47.369", + "min": "40.924", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "116.652", + "max": "122.885", + "min": "116.067", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "39.692", + "max": "41.408", + "min": "39.497", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "3.182", + "max": "10.108", + "min": "1.556", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "275.759", + "max": "277.846", + "min": "274.638", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "124.527", + "max": "127.339", + "min": "124.247", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "172.418", + "max": "178.447", + "min": "171.623", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "175.425", + "max": "187.592", + "min": "174.307", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "45.485", + "max": "51.098", + "min": "44.609", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "20.064", + "max": "25.326", + "min": "19.482", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "18.737", + "max": "26.681", + "min": "17.066", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "22.359", + "max": "22.748", + "min": "22.25", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "13.368", + "max": "15.797", + "min": "13.158", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "182.559", + "max": "190.006", + "min": "181.73", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "262.212", + "max": "269.721", + "min": "261.072", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "14.17", + "max": "20.757", + "min": "13.719", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "165.904", + "max": "184.153", + "min": "164.637", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "47.459", + "max": "54.252", + "min": "47.01", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.423", + "max": "20.052", + "min": "13.697", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "264.562", + "max": "273.857", + "min": "263.388", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.015", + "max": "171.258", + "min": "164.307", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "153.216", + "max": "161.316", + "min": "152.258", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "136.668", + "max": "137.054", + "min": "136.55", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "106.061", + "max": "107.714", + "min": "105.712", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "171.141", + "max": "175.572", + "min": "170.596", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "31.833", + "max": "46.264", + "min": "30.645", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "62.889", + "max": "67.907", + "min": "62.462", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "37.177", + "max": "40.729", + "min": "36.768", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "230.164", + "max": "236.185", + "min": "229.65", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "10.672", + "max": "18.51", + "min": "9.675", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "39.602", + "max": "44.434", + "min": "38.97", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "187.699", + "max": "193.111", + "min": "187.148", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "261.066", + "max": "267.361", + "min": "260.403", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "133.837", + "max": "142.393", + "min": "133.391", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "102.943", + "max": "110.568", + "min": "101.935", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "168.813", + "max": "170.518", + "min": "168.499", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "79.281", + "max": "121.165", + "min": "34.436", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "136.438", + "max": "144.538", + "min": "135.946", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "137.193", + "max": "152.723", + "min": "133.014", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "271.501", + "max": "279.753", + "min": "270.947", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "44.68", + "max": "49.01", + "min": "43.943", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "322.12", + "max": "323.182", + "min": "321.972", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "24.071", + "max": "29.444", + "min": "23.402", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "18.304", + "max": "19.089", + "min": "18.145", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.974", + "max": "69.275", + "min": "63.015", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "77.823", + "max": "125.122", + "min": "75.462", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "214.614", + "max": "220.784", + "min": "213.985", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "352.599", + "max": "359.023", + "min": "351.256", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "37.699", + "max": "44.581", + "min": "37.138", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "27.471", + "max": "32.894", + "min": "27.038", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "99.142", + "max": "103.315", + "min": "98.55", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "22.298", + "max": "31.633", + "min": "21.192", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "236.116", + "max": "238.503", + "min": "235.216", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "147.991", + "max": "153.169", + "min": "147.654", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "265.908", + "max": "270.703", + "min": "265.447", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "162.965", + "max": "179.283", + "min": "161.833", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "171.284", + "max": "176.546", + "min": "170.547", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "119.575", + "max": "123.824", + "min": "119.014", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "68.362", + "max": "73.965", + "min": "67.915", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "35.079", + "max": "39.509", + "min": "34.627", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "112.089", + "max": "113.983", + "min": "111.83", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "174.129", + "max": "180.044", + "min": "173.748", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "119.295", + "max": "122.527", + "min": "118.855", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "120.697", + "max": "123.896", + "min": "120.298", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "181.088", + "max": "186.424", + "min": "180.157", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "113.38", + "max": "116.337", + "min": "113.016", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "251.074", + "max": "257.611", + "min": "249.619", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "156.803", + "max": "164.831", + "min": "155.799", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "165.968", + "max": "168.892", + "min": "165.605", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "83.745", + "max": "89.281", + "min": "83.223", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "39.502", + "max": "42.925", + "min": "39.136", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "125.92", + "max": "134.189", + "min": "125.348", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "128.199", + "max": "135.654", + "min": "127.216", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "35.785", + "max": "43.987", + "min": "34.067", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "131.822", + "max": "134.48", + "min": "131.068", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "172.123", + "max": "178.492", + "min": "171.6", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "40.224", + "max": "47.324", + "min": "39.559", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "292.182", + "max": "298.694", + "min": "291.584", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "113.461", + "max": "122.134", + "min": "112.055", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "141.414", + "max": "145.124", + "min": "141.037", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "175.084", + "max": "178.245", + "min": "174.514", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "156.344", + "max": "166.953", + "min": "154.923", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "164.816", + "max": "172.666", + "min": "164.372", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "122", + "max": "128.083", + "min": "121.607", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "130.17", + "max": "140.728", + "min": "129.168", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.874", + "max": "186.884", + "min": "182.249", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "36.358", + "max": "41.032", + "min": "35.859", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "330.301", + "max": "335.204", + "min": "329.127", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "127.724", + "max": "135.327", + "min": "126.408", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "339.061", + "max": "369.453", + "min": "296.394", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "188.242", + "max": "193.908", + "min": "187.694", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "106.589", + "max": "113.354", + "min": "105.76", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "123.362", + "max": "131.314", + "min": "122.64", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "147.206", + "max": "147.649", + "min": "147.022", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "317.136", + "max": "320.602", + "min": "316.75", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "290.034", + "max": "294.013", + "min": "289.701", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "98.249", + "max": "99.614", + "min": "98.118", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.004", + "max": "159.917", + "min": "152.398", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.517", + "max": "493.584", + "min": "206.104", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "119.052", + "max": "230.053", + "min": "49.731", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "185.636", + "max": "192.585", + "min": "184.502", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "248.878", + "max": "256.157", + "min": "248.259", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "142.508", + "max": "144.422", + "min": "142.197", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "139.28", + "max": "145.173", + "min": "138.381", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "148.971", + "max": "152.029", + "min": "148.648", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "199.529", + "max": "346.045", + "min": "120.141", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "219.237", + "max": "223.91", + "min": "218.957", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "37.083", + "max": "187.866", + "min": "28.313", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.566", + "max": "39.717", + "min": "36.088", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "122.12", + "max": "126.485", + "min": "121.478", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "99.914", + "max": "107.08", + "min": "98.17", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "258.216", + "max": "265.697", + "min": "257.653", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "139.823", + "max": "150.57", + "min": "138.859", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "207.764", + "max": "209.774", + "min": "207.509", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "127.129", + "max": "132.068", + "min": "126.531", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "126.932", + "max": "128.265", + "min": "126.74", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "139.302", + "max": "142.761", + "min": "138.848", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "306.014", + "max": "315.37", + "min": "304.645", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "149.813", + "max": "154.804", + "min": "149.46", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "93.871", + "max": "96.377", + "min": "93.432", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "152.29", + "max": "165.21", + "min": "150.841", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "149.642", + "max": "154.24", + "min": "149.072", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "130.559", + "max": "132.385", + "min": "130.353", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "96.494", + "max": "97.729", + "min": "96.24", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "1.211", + "max": "4.473", + "min": "0.271", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "190.254", + "max": "191.887", + "min": "189.826", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "44.089", + "max": "46.474", + "min": "43.865", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "13.361", + "max": "15.02", + "min": "12.933", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "209.683", + "max": "211.771", + "min": "209.48", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "18.646", + "max": "24.843", + "min": "17.64", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "14.434", + "max": "22.595", + "min": "13.382", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "133.353", + "max": "143.436", + "min": "132.6", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "32.786", + "max": "39.011", + "min": "31.832", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "33.623", + "max": "39.743", + "min": "33.261", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.379", + "max": "25.203", + "min": "16.447", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "293.15", + "max": "301.14", + "min": "292.077", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "15.993", + "max": "24.136", + "min": "14.389", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "18.6", + "max": "29.359", + "min": "17.677", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "107.88", + "max": "122.7", + "min": "106.253", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "188.218", + "max": "190.506", + "min": "188.003", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "40.135", + "max": "42.568", + "min": "39.682", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "333.743", + "max": "379.505", + "min": "324.188", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "143.41", + "max": "150.013", + "min": "142.398", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "261.867", + "max": "294.663", + "min": "257.155", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "138.002", + "max": "140.6", + "min": "137.759", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "210.094", + "max": "215.198", + "min": "209.501", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "31.668", + "max": "41.761", + "min": "29.84", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "99.634", + "max": "101.607", + "min": "99.381", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "98.158", + "max": "109.219", + "min": "97.073", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "186.739", + "max": "190.099", + "min": "186.384", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.732", + "max": "103.707", + "min": "98.048", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "153.212", + "max": "153.898", + "min": "152.994", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "209.833", + "max": "221.008", + "min": "198.85", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "96.718", + "max": "102.362", + "min": "96.121", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "120.031", + "max": "127.245", + "min": "119.362", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "33.218", + "max": "35.983", + "min": "32.709", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "287.616", + "max": "291.699", + "min": "287.266", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "38.744", + "max": "47.005", + "min": "37.761", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "18.91", + "max": "27.8", + "min": "17.583", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "27.674", + "max": "39.813", + "min": "26.561", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "17.652", + "max": "22.625", + "min": "17.183", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "35.245", + "max": "37.483", + "min": "34.953", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "68.13", + "max": "71.328", + "min": "67.555", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "21.295", + "max": "28.308", + "min": "20.784", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "63.326", + "max": "66.282", + "min": "62.5", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "53.449", + "max": "65.565", + "min": "52.53", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "24.963", + "max": "27.141", + "min": "24.683", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "25.883", + "max": "28.43", + "min": "25.514", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.558", + "max": "27.433", + "min": "24.118", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "10.761", + "max": "15.272", + "min": "10.049", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "51.674", + "max": "55.836", + "min": "51.095", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "24.903", + "max": "31.987", + "min": "23.27", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "38.926", + "max": "62.204", + "min": "24.217", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "30.37", + "max": "31.118", + "min": "30.279", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "65.568", + "max": "70.971", + "min": "64.735", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "42.119", + "max": "44.781", + "min": "41.726", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "19.898", + "max": "30.751", + "min": "18.932", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "25.562", + "max": "36.323", + "min": "23.913", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "274.631", + "max": "283.05", + "min": "274.168", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "15.474", + "max": "22.78", + "min": "14.703", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "21.19", + "max": "22.295", + "min": "20.97", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "9.644", + "max": "13.017", + "min": "9.398", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "190.968", + "max": "197.31", + "min": "189.139", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "25.945", + "max": "27.295", + "min": "25.658", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "24.913", + "max": "29.575", + "min": "24.301", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "25.219", + "max": "30.691", + "min": "24.571", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.58", + "max": "32.11", + "min": "23.332", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "252.449", + "max": "265.352", + "min": "248.983", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "102.506", + "max": "108.366", + "min": "101.219", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "216.455", + "max": "239.064", + "min": "207.036", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "139.897", + "max": "142.737", + "min": "139.554", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "28.142", + "max": "34.54", + "min": "27.695", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "143.127", + "max": "154.463", + "min": "141.624", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "183.112", + "max": "187.772", + "min": "182.604", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "30.012", + "max": "32.972", + "min": "29.697", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "30.135", + "max": "32.42", + "min": "29.955", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "34.055", + "max": "37.122", + "min": "33.651", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "23.956", + "max": "26.254", + "min": "23.487", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "124.209", + "max": "126.566", + "min": "123.887", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "129.739", + "max": "136.668", + "min": "129.22", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "270.351", + "max": "274.662", + "min": "269.616", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "101.481", + "max": "105.202", + "min": "101.16", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "25.885", + "max": "31.78", + "min": "25.312", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "100.099", + "max": "108.457", + "min": "99.317", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "15.097", + "max": "17.915", + "min": "14.765", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "231.23", + "max": "235.521", + "min": "230.653", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "141.548", + "max": "152.006", + "min": "139.119", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "36.434", + "max": "36.614", + "min": "36.296", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "44.841", + "max": "48.087", + "min": "43.75", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "166.311", + "max": "173.144", + "min": "164.229", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "123.163", + "max": "127.82", + "min": "122.144", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "275.757", + "max": "283.961", + "min": "274.848", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "61.655", + "max": "65.794", + "min": "61.243", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "46.415", + "max": "50.265", + "min": "46.132", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "27.837", + "max": "32.059", + "min": "27.482", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "59.989", + "max": "63.37", + "min": "59.788", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "106.186", + "max": "109.478", + "min": "105.58", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "106.101", + "max": "112.023", + "min": "105.502", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "72.931", + "max": "79.29", + "min": "70.899", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "191.569", + "max": "195.63", + "min": "190.94", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "110.064", + "max": "113.45", + "min": "108.878", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "153.721", + "max": "162.74", + "min": "152.115", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "143.257", + "max": "148.979", + "min": "142.405", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "43.085", + "max": "49.351", + "min": "42.452", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "234.063", + "max": "237.738", + "min": "233.128", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "202.466", + "max": "202.466", + "min": "202.466", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "38.075", + "max": "43.534", + "min": "37.649", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "19.52", + "max": "24.457", + "min": "19.239", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "128.959", + "max": "132.241", + "min": "128.435", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "47.982", + "max": "62.436", + "min": "38.622", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "8.665", + "max": "11.654", + "min": "8.164", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "244.59", + "max": "247.448", + "min": "243.896", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "64.661", + "max": "72.426", + "min": "63.807", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "130.611", + "max": "144.406", + "min": "129.795", + "id": "3", + "country": "Czech Republic", + "source_name": "Prague", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "25": { + "name": "Tallinn", + "data": { + "0": { + "avg": "219.307", + "max": "219.79", + "min": "219.033", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "279.918", + "max": "280.153", + "min": "279.612", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "109.74", + "max": "110.068", + "min": "109.459", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "45.834", + "max": "57.623", + "min": "44.66", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "41.327", + "max": "42.149", + "min": "41.019", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "240.427", + "max": "241.004", + "min": "240.012", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "34.885", + "max": "35.582", + "min": "34.594", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "317.159", + "max": "327.981", + "min": "315.688", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "23.008", + "max": "24.442", + "min": "22.742", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "6.969", + "max": "13.638", + "min": "6.203", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "34.477", + "max": "35.439", + "min": "34.138", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.844", + "max": "157.986", + "min": "136.934", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "102.946", + "max": "103.453", + "min": "102.619", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "104.506", + "max": "109.273", + "min": "103.942", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "128.803", + "max": "129.59", + "min": "128.56", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "113.268", + "max": "114.377", + "min": "112.834", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "50.991", + "max": "51.829", + "min": "50.71", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "120.249", + "max": "122.983", + "min": "119.764", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "37.871", + "max": "38.201", + "min": "37.556", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "30.264", + "max": "31.376", + "min": "29.823", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "296.675", + "max": "297.067", + "min": "296.449", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "123.037", + "max": "123.264", + "min": "122.853", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "159.915", + "max": "160.402", + "min": "159.665", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "154.365", + "max": "158.696", + "min": "153.843", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "0.052", + "max": "0.258", + "min": "0.022", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.368", + "max": "28.269", + "min": "27.16", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "39.788", + "max": "45.624", + "min": "39.346", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "36.996", + "max": "37.616", + "min": "36.607", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "28.494", + "max": "29.911", + "min": "28.297", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "162.423", + "max": "163.559", + "min": "162.16", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "170.818", + "max": "171.252", + "min": "170.615", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "18.292", + "max": "18.945", + "min": "17.971", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "162.946", + "max": "165.644", + "min": "162.669", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "39.126", + "max": "39.769", + "min": "38.963", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "29.734", + "max": "30.644", + "min": "29.339", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "178.549", + "max": "180.759", + "min": "178.168", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "162.931", + "max": "163.744", + "min": "162.661", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "159.636", + "max": "163.681", + "min": "159.266", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "143.031", + "max": "143.274", + "min": "142.713", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "107.612", + "max": "109.937", + "min": "107.195", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "180.449", + "max": "182.717", + "min": "180.038", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "41.14", + "max": "44.994", + "min": "40.709", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "73.748", + "max": "74.332", + "min": "73.538", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "7.433", + "max": "7.714", + "min": "7.304", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "222.398", + "max": "222.642", + "min": "222.179", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "41.58", + "max": "42.259", + "min": "41.157", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "21.471", + "max": "26.266", + "min": "21.059", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "204.75", + "max": "205.498", + "min": "204.48", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "269.457", + "max": "270.054", + "min": "269.193", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "151.183", + "max": "159.031", + "min": "150.819", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "109.376", + "max": "109.571", + "min": "109.175", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "171.586", + "max": "172.371", + "min": "171.119", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "53.494", + "max": "61.979", + "min": "49.936", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "127.563", + "max": "127.873", + "min": "127.368", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "161.048", + "max": "173.657", + "min": "157.445", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "194.018", + "max": "194.422", + "min": "193.834", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "66.858", + "max": "70.27", + "min": "66.019", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "319.363", + "max": "320.208", + "min": "319.022", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "41.755", + "max": "46.707", + "min": "40.846", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "34.545", + "max": "35.253", + "min": "34.257", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "77.243", + "max": "80.121", + "min": "76.554", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "86.538", + "max": "131.508", + "min": "83.306", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "246.368", + "max": "338.884", + "min": "236.189", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "311.775", + "max": "312.461", + "min": "311.502", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "56.167", + "max": "56.821", + "min": "55.833", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "49.494", + "max": "51.011", + "min": "49.048", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "109.04", + "max": "109.615", + "min": "108.798", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "50.93", + "max": "52.133", + "min": "50.558", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "244.225", + "max": "246.213", + "min": "243.512", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "169.299", + "max": "175.149", + "min": "168.953", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "211.656", + "max": "217.554", + "min": "211.145", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "163.119", + "max": "163.913", + "min": "162.723", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "182.523", + "max": "185.194", + "min": "182.238", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "125.266", + "max": "125.485", + "min": "125.029", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "75.178", + "max": "76.464", + "min": "74.941", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "38.168", + "max": "39.33", + "min": "37.88", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "116.979", + "max": "117.416", + "min": "116.777", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "154.689", + "max": "160.789", + "min": "154.158", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "127.999", + "max": "132.563", + "min": "127.505", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "117.316", + "max": "117.972", + "min": "117.057", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.47", + "max": "162.44", + "min": "161.119", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "122.045", + "max": "122.399", + "min": "121.805", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "302.138", + "max": "305.661", + "min": "301.813", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "197.861", + "max": "198.593", + "min": "197.543", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "158.997", + "max": "159.481", + "min": "158.814", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "92.913", + "max": "94.054", + "min": "92.536", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "40.403", + "max": "41.598", + "min": "39.845", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "138.91", + "max": "145.819", + "min": "138.326", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "122.7", + "max": "123.5", + "min": "122.235", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "40.279", + "max": "45.543", + "min": "39.401", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "128.5", + "max": "136.01", + "min": "127.396", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "165.207", + "max": "166.771", + "min": "164.738", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "56.16", + "max": "56.38", + "min": "55.888", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "308.491", + "max": "308.727", + "min": "308.296", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "108.741", + "max": "108.952", + "min": "108.557", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "128.745", + "max": "129.427", + "min": "128.493", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "182.408", + "max": "182.684", + "min": "182.14", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "176.796", + "max": "191.295", + "min": "175.594", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "169.241", + "max": "181.835", + "min": "163.938", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "127.493", + "max": "130.91", + "min": "127.165", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "125.337", + "max": "125.789", + "min": "125.14", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "161.088", + "max": "167.772", + "min": "160.526", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "54.269", + "max": "55.215", + "min": "53.98", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "337.239", + "max": "342.59", + "min": "336.018", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "122.175", + "max": "123.114", + "min": "121.875", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "351.809", + "max": "352.76", + "min": "350.866", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "206.09", + "max": "209.387", + "min": "205.465", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "108.354", + "max": "108.789", + "min": "108.116", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "125.743", + "max": "126.779", + "min": "125.535", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "195.129", + "max": "199.307", + "min": "194.608", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "268.502", + "max": "269.164", + "min": "268.369", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "287.074", + "max": "287.246", + "min": "286.761", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "99.472", + "max": "104.137", + "min": "98.995", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "198.583", + "max": "201.524", + "min": "198.157", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "403.79", + "max": "526.816", + "min": "256.44", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "134.494", + "max": "205.62", + "min": "62.336", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "202.165", + "max": "222.671", + "min": "200.721", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "244.24", + "max": "245.263", + "min": "243.776", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "152.293", + "max": "152.856", + "min": "152.063", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "135.794", + "max": "138.774", + "min": "135.339", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "140.153", + "max": "140.398", + "min": "139.802", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "203.84", + "max": "364.23", + "min": "129.803", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "214.338", + "max": "215.039", + "min": "214.031", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "16.193", + "max": "46.295", + "min": "14.081", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "6.538", + "max": "6.871", + "min": "6.437", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "16.546", + "max": "17.567", + "min": "15.983", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "98.889", + "max": "100.213", + "min": "98.548", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "187.881", + "max": "188.241", + "min": "187.495", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "135.453", + "max": "136.541", + "min": "135.227", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "185.505", + "max": "186.597", + "min": "185.22", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "128.378", + "max": "128.771", + "min": "128.061", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "117.076", + "max": "117.682", + "min": "116.711", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "127.341", + "max": "128.006", + "min": "127.048", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "342.803", + "max": "345.471", + "min": "341.836", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "150.868", + "max": "151.51", + "min": "150.638", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "107.156", + "max": "107.449", + "min": "106.901", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "151.299", + "max": "158.13", + "min": "150.378", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "136.248", + "max": "136.679", + "min": "136.118", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "136.13", + "max": "136.42", + "min": "135.909", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "101.378", + "max": "101.899", + "min": "101.084", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "44.956", + "max": "45.51", + "min": "44.749", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "232.812", + "max": "235.644", + "min": "232.281", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "23.298", + "max": "24.87", + "min": "23.03", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "35.957", + "max": "36.2", + "min": "35.76", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "203.227", + "max": "203.897", + "min": "202.903", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "29.665", + "max": "30.417", + "min": "29.398", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.143", + "max": "56.346", + "min": "47.549", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "164.941", + "max": "165.472", + "min": "164.709", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "34.833", + "max": "35.43", + "min": "34.651", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "38.463", + "max": "40.695", + "min": "38.234", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "28.289", + "max": "36.052", + "min": "26.665", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "254.624", + "max": "255.196", + "min": "254.356", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "46.869", + "max": "49.975", + "min": "46.234", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "35.056", + "max": "52.152", + "min": "33.432", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "109.347", + "max": "110.19", + "min": "109.092", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "164.755", + "max": "165.279", + "min": "164.444", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "25.948", + "max": "26.492", + "min": "25.635", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "279.474", + "max": "330.335", + "min": "267.093", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "147.591", + "max": "148.165", + "min": "147.371", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "257.315", + "max": "346.128", + "min": "248.613", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "148.646", + "max": "154.862", + "min": "148.244", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "398.666", + "max": "399.042", + "min": "398.036", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "10.65", + "max": "11.294", + "min": "10.289", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "99.916", + "max": "100.41", + "min": "99.612", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "89.151", + "max": "89.585", + "min": "88.952", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "193.212", + "max": "193.46", + "min": "193.031", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "69.73", + "max": "75.669", + "min": "69.37", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "190.851", + "max": "191.773", + "min": "190.562", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "248.464", + "max": "249.724", + "min": "248.206", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "107.288", + "max": "107.931", + "min": "106.859", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "120.989", + "max": "121.228", + "min": "120.798", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "52.816", + "max": "53.526", + "min": "52.586", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "164.969", + "max": "165.675", + "min": "164.691", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "40.539", + "max": "42.14", + "min": "40.297", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "33.185", + "max": "37.828", + "min": "32.733", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "42.502", + "max": "63.418", + "min": "41.304", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "37.866", + "max": "38.552", + "min": "37.664", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "38.004", + "max": "38.685", + "min": "37.715", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "92.061", + "max": "95.169", + "min": "91.634", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "58.544", + "max": "60.304", + "min": "58.4", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "38.066", + "max": "43.286", + "min": "37.688", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "62.739", + "max": "64.163", + "min": "62.39", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "26.699", + "max": "28.328", + "min": "26.36", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "33.394", + "max": "33.583", + "min": "33.279", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "42.531", + "max": "43.267", + "min": "42.386", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "34.708", + "max": "35.452", + "min": "34.488", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "69.262", + "max": "84.533", + "min": "68.305", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "40.987", + "max": "77.845", + "min": "38.695", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "49.66", + "max": "96.289", + "min": "25.2", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "31.065", + "max": "31.796", + "min": "30.871", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "72.527", + "max": "72.922", + "min": "72.242", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "25.842", + "max": "29.807", + "min": "25.291", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "73.517", + "max": "74.15", + "min": "72.944", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "32.644", + "max": "56.377", + "min": "30.79", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "221.971", + "max": "223.05", + "min": "221.665", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "35.087", + "max": "35.925", + "min": "34.782", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "55.588", + "max": "57.418", + "min": "55.284", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "40.426", + "max": "40.584", + "min": "40.333", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "209.915", + "max": "215.74", + "min": "208.831", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "71.997", + "max": "72.171", + "min": "71.724", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "27.88", + "max": "29.174", + "min": "27.613", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "32.513", + "max": "32.884", + "min": "32.319", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "31.035", + "max": "32.167", + "min": "29.554", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "320.237", + "max": "320.588", + "min": "320.03", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "101.805", + "max": "106.856", + "min": "101.188", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "276.594", + "max": "289.465", + "min": "273.166", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "171.288", + "max": "171.543", + "min": "171.022", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "29.185", + "max": "30.37", + "min": "28.918", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "132.625", + "max": "133.031", + "min": "132.298", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "189.738", + "max": "190.165", + "min": "189.519", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "63.166", + "max": "63.611", + "min": "62.814", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "73.752", + "max": "74.227", + "min": "73.344", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "40.468", + "max": "42.095", + "min": "40.055", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "27.795", + "max": "28.532", + "min": "27.461", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "120.289", + "max": "120.85", + "min": "120.04", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "138.578", + "max": "138.84", + "min": "138.354", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "201.876", + "max": "204.06", + "min": "201.544", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "104.397", + "max": "104.776", + "min": "104.209", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "32.287", + "max": "32.808", + "min": "32.046", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "115.093", + "max": "115.874", + "min": "114.924", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "32.906", + "max": "37.16", + "min": "32.484", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "229.08", + "max": "311.285", + "min": "225.995", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "145.269", + "max": "148.976", + "min": "142.363", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "46.165", + "max": "46.574", + "min": "45.917", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "65.972", + "max": "67.683", + "min": "65.186", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "181.098", + "max": "187.753", + "min": "179.23", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "133.097", + "max": "134.664", + "min": "132.535", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "244.079", + "max": "244.377", + "min": "243.868", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "87.418", + "max": "88.891", + "min": "87.149", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "61.759", + "max": "62.604", + "min": "61.561", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "48.729", + "max": "50.192", + "min": "48.456", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "76.875", + "max": "77.198", + "min": "76.712", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "116.459", + "max": "120.149", + "min": "115.662", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "107.606", + "max": "115.791", + "min": "107.076", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "90.102", + "max": "98.982", + "min": "87.946", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "195.444", + "max": "196.594", + "min": "194.984", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "115.833", + "max": "117.558", + "min": "114.698", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "77.3", + "max": "78.215", + "min": "76.961", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "128.344", + "max": "128.751", + "min": "128.052", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "47.499", + "max": "50.699", + "min": "46.977", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "215.489", + "max": "217.006", + "min": "214.816", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "214.456", + "max": "214.456", + "min": "214.456", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "34.8", + "max": "35.559", + "min": "34.553", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "28.229", + "max": "28.6", + "min": "28.066", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.933", + "max": "129.702", + "min": "127.419", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "58.024", + "max": "69.595", + "min": "49.899", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "41.063", + "max": "41.495", + "min": "40.84", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "234.429", + "max": "237.511", + "min": "233.948", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "97.151", + "max": "98.886", + "min": "96.699", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "124.933", + "max": "129.503", + "min": "124.376", + "id": "25", + "country": "Estonia", + "source_name": "Tallinn", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "28": { + "name": "Ljubljana", + "data": { + "0": { + "avg": "227.363", + "max": "230.025", + "min": "226.752", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "271.631", + "max": "276.073", + "min": "271.109", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "105.934", + "max": "106.279", + "min": "105.73", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "23.236", + "max": "34.048", + "min": "22.349", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "43.74", + "max": "44.964", + "min": "43.48", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "228.783", + "max": "229.066", + "min": "228.427", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "27.024", + "max": "28.466", + "min": "26.74", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "307.349", + "max": "315.329", + "min": "306.49", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "58.693", + "max": "59.36", + "min": "58.443", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "46.875", + "max": "47.4", + "min": "46.604", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "33.248", + "max": "33.899", + "min": "32.977", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.706", + "max": "165.596", + "min": "136.452", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "114.609", + "max": "128.39", + "min": "114.023", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "99.273", + "max": "109.191", + "min": "98.305", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "126.652", + "max": "133.162", + "min": "126.175", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "107.31", + "max": "109.15", + "min": "106.931", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "36.383", + "max": "37.273", + "min": "36.117", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.248", + "max": "116.622", + "min": "113.571", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "36.353", + "max": "36.861", + "min": "36.048", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "6.231", + "max": "11.201", + "min": "5.798", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "286.812", + "max": "294.758", + "min": "286.264", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "128.51", + "max": "128.773", + "min": "128.434", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "154.596", + "max": "155.689", + "min": "154.288", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "149.259", + "max": "150.092", + "min": "148.927", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "37.073", + "max": "37.922", + "min": "36.857", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "44.928", + "max": "49.877", + "min": "44.593", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "26.376", + "max": "27.905", + "min": "25.968", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "0.033", + "max": "0.06", + "min": "0.019", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "19.866", + "max": "20.071", + "min": "19.742", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "156.903", + "max": "158.725", + "min": "156.619", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "182.298", + "max": "184.556", + "min": "181.995", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "48.823", + "max": "49.481", + "min": "48.577", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.86", + "max": "177.866", + "min": "167.273", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "36.359", + "max": "36.567", + "min": "36.208", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "22.558", + "max": "24.107", + "min": "22.15", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "162.88", + "max": "163.44", + "min": "162.634", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "172.225", + "max": "176.718", + "min": "171.695", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "162.969", + "max": "163.188", + "min": "162.728", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "133.731", + "max": "134.033", + "min": "133.44", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "105.749", + "max": "109.251", + "min": "105.075", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "176.266", + "max": "183.71", + "min": "175.173", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "54.616", + "max": "59.079", + "min": "53.997", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "69.601", + "max": "70.085", + "min": "69.458", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.27", + "max": "44.572", + "min": "32.581", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "170.512", + "max": "170.752", + "min": "170.361", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "13.858", + "max": "15.377", + "min": "13.415", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "48.435", + "max": "49.232", + "min": "48.232", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "192.707", + "max": "193.553", + "min": "192.365", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "262.487", + "max": "267.887", + "min": "261.672", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "144.152", + "max": "144.944", + "min": "143.965", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "106.51", + "max": "107.646", + "min": "106.317", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "155.032", + "max": "155.252", + "min": "154.731", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "41.647", + "max": "132.205", + "min": "32.276", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "123.344", + "max": "123.704", + "min": "122.994", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "161.169", + "max": "178.642", + "min": "156.905", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "182.815", + "max": "183.309", + "min": "182.634", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "52.271", + "max": "56.004", + "min": "51.153", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "317.108", + "max": "318.518", + "min": "316.784", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "36.014", + "max": "38.172", + "min": "35.625", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "34.088", + "max": "34.267", + "min": "33.876", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "70.488", + "max": "80.169", + "min": "68.468", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "73.632", + "max": "129.754", + "min": "71.089", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "219.08", + "max": "246.18", + "min": "217.07", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "282.484", + "max": "283.952", + "min": "282.196", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "39.982", + "max": "41.039", + "min": "39.804", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.409", + "max": "46.737", + "min": "46.22", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "120.649", + "max": "126.543", + "min": "120.3", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "27.682", + "max": "30.449", + "min": "27.292", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "225.359", + "max": "226.722", + "min": "224.714", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "161.489", + "max": "163.307", + "min": "161.141", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "204.419", + "max": "205.037", + "min": "204.057", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "169.437", + "max": "169.788", + "min": "169.25", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "169.225", + "max": "177.134", + "min": "168.677", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "121.377", + "max": "123.058", + "min": "121.115", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "77.085", + "max": "78.379", + "min": "76.919", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "34.301", + "max": "36.604", + "min": "34.052", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "125.484", + "max": "128.024", + "min": "125.161", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "151.787", + "max": "153.895", + "min": "151.249", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "117.541", + "max": "120.362", + "min": "117.134", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "111.646", + "max": "112.047", + "min": "111.364", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "153.806", + "max": "154.214", + "min": "153.446", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "116.716", + "max": "117.287", + "min": "116.432", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "307.931", + "max": "314.025", + "min": "307.469", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "168.723", + "max": "170.096", + "min": "168.475", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "155.015", + "max": "155.472", + "min": "154.844", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "93.577", + "max": "94.641", + "min": "93.226", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "39.146", + "max": "41.756", + "min": "38.587", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "133.843", + "max": "134.083", + "min": "133.616", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "118.259", + "max": "121.883", + "min": "117.736", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "43.908", + "max": "48.085", + "min": "43.294", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "132.376", + "max": "134.695", + "min": "131.71", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "161.671", + "max": "162.354", + "min": "161.395", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "41.797", + "max": "42.099", + "min": "41.568", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "214.602", + "max": "214.96", + "min": "214.354", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "116.852", + "max": "117.428", + "min": "116.693", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "126.793", + "max": "131.203", + "min": "126.458", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "184.495", + "max": "184.753", + "min": "184.237", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "168.427", + "max": "180.788", + "min": "167.145", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.772", + "max": "188.139", + "min": "165.887", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "145.142", + "max": "147.679", + "min": "144.885", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "122.106", + "max": "124.77", + "min": "121.756", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "154.322", + "max": "154.644", + "min": "153.852", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "35.106", + "max": "40.654", + "min": "34.438", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "329.954", + "max": "334.344", + "min": "328.952", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "118.347", + "max": "118.743", + "min": "118.021", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "341.787", + "max": "347.65", + "min": "341.249", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "204.772", + "max": "206.55", + "min": "204.511", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "100.18", + "max": "101.445", + "min": "99.903", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "122.273", + "max": "122.515", + "min": "122.083", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "171.394", + "max": "173.959", + "min": "171.082", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "257.57", + "max": "259.57", + "min": "257.27", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "283.231", + "max": "284.563", + "min": "282.82", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "92.063", + "max": "92.396", + "min": "91.901", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "185.629", + "max": "188.196", + "min": "184.952", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "398.139", + "max": "502.967", + "min": "233.979", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "128.79", + "max": "228.644", + "min": "38.861", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "187.823", + "max": "204.311", + "min": "186.922", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "237.581", + "max": "246.621", + "min": "236.966", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "159.688", + "max": "160.399", + "min": "159.529", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "129.755", + "max": "130.404", + "min": "129.434", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "132.352", + "max": "133.429", + "min": "132.013", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "201.24", + "max": "349.386", + "min": "124.534", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "210.857", + "max": "211.253", + "min": "210.666", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "32.613", + "max": "125.623", + "min": "27.968", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "28.354", + "max": "28.719", + "min": "28.157", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "41.593", + "max": "42.831", + "min": "41.017", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "94.56", + "max": "96.103", + "min": "94.307", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "170.997", + "max": "172.633", + "min": "170.714", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "127.492", + "max": "128.057", + "min": "127.232", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "181.718", + "max": "184.694", + "min": "181.202", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "122.908", + "max": "125.305", + "min": "122.434", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "110.792", + "max": "111.444", + "min": "110.483", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "120.611", + "max": "122.321", + "min": "120.259", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "339.315", + "max": "340.485", + "min": "338.633", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "147.29", + "max": "151.311", + "min": "146.91", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "115.408", + "max": "116.229", + "min": "115.204", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "146.651", + "max": "152.427", + "min": "145.748", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "135.453", + "max": "138.849", + "min": "134.938", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "130.288", + "max": "134.218", + "min": "129.38", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "97.223", + "max": "103.539", + "min": "96.698", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "24.282", + "max": "29.727", + "min": "23.919", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "193.278", + "max": "195.827", + "min": "192.763", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "55.763", + "max": "56.03", + "min": "55.574", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "11.837", + "max": "13.095", + "min": "11.678", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "200.286", + "max": "210.264", + "min": "199.146", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "23.48", + "max": "26.329", + "min": "23.052", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "20.173", + "max": "24.514", + "min": "19.62", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "166.783", + "max": "167.825", + "min": "166.542", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "29.97", + "max": "33.043", + "min": "29.678", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "32.223", + "max": "33.181", + "min": "32.023", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "16.297", + "max": "51.037", + "min": "14.047", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "244.1", + "max": "245.351", + "min": "243.865", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "16.676", + "max": "17.482", + "min": "16.492", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "26.945", + "max": "50.436", + "min": "24.447", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "104.423", + "max": "105.685", + "min": "104.146", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "157.614", + "max": "158.015", + "min": "157.284", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "43.93", + "max": "45.783", + "min": "43.366", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "268.502", + "max": "308.767", + "min": "260.223", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "139.287", + "max": "140.494", + "min": "138.971", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "247.889", + "max": "353.446", + "min": "241.662", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "143.638", + "max": "144.203", + "min": "143.319", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "389.022", + "max": "391.527", + "min": "388.305", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "26.361", + "max": "28.325", + "min": "26.157", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "93.766", + "max": "95.74", + "min": "93.479", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "107.457", + "max": "107.895", + "min": "107.252", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "185.333", + "max": "185.63", + "min": "185.192", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.926", + "max": "100.802", + "min": "98.634", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "173.878", + "max": "174.894", + "min": "173.659", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "297.325", + "max": "300.838", + "min": "296.695", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "101.366", + "max": "107.614", + "min": "100.524", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "122.052", + "max": "122.729", + "min": "121.841", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "29.434", + "max": "33.701", + "min": "29.063", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "161.487", + "max": "163.137", + "min": "161.147", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "37.245", + "max": "37.513", + "min": "37.094", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "22.953", + "max": "24.042", + "min": "22.621", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "28.117", + "max": "40.488", + "min": "27.262", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "22.906", + "max": "23.061", + "min": "22.775", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "35.312", + "max": "39.711", + "min": "34.777", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "76.212", + "max": "76.627", + "min": "76.048", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "40.187", + "max": "42.5", + "min": "39.974", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "68.47", + "max": "72.787", + "min": "67.911", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "48.614", + "max": "51.952", + "min": "48.278", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "27.958", + "max": "29.993", + "min": "27.491", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "32.633", + "max": "32.919", + "min": "32.467", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "27.361", + "max": "27.517", + "min": "27.126", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "12.422", + "max": "16.456", + "min": "12.129", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "62.415", + "max": "64.271", + "min": "62.112", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "47.735", + "max": "54.241", + "min": "46.557", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "54.022", + "max": "130.557", + "min": "26.73", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "30.718", + "max": "31.915", + "min": "30.374", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "82.667", + "max": "84.112", + "min": "82.282", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "29.845", + "max": "44.779", + "min": "28.591", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "17.326", + "max": "18.574", + "min": "16.917", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "26.474", + "max": "30.414", + "min": "25.684", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "211.369", + "max": "240.043", + "min": "209.791", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "11.889", + "max": "12.51", + "min": "11.737", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "15.884", + "max": "16.241", + "min": "15.694", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "15.41", + "max": "16.802", + "min": "15.212", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "201.776", + "max": "208.168", + "min": "199.615", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "43.981", + "max": "45.422", + "min": "43.726", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "25.069", + "max": "27.032", + "min": "24.633", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "36.14", + "max": "37.193", + "min": "35.87", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "34.137", + "max": "35.898", + "min": "33.817", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "312.31", + "max": "320.288", + "min": "310.021", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "114.787", + "max": "119.334", + "min": "114.169", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "278.931", + "max": "282.028", + "min": "274.747", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "159.247", + "max": "163.1", + "min": "158.751", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "27.911", + "max": "28.559", + "min": "27.679", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "139.591", + "max": "139.839", + "min": "139.36", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "183.081", + "max": "183.738", + "min": "182.774", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "24.77", + "max": "25.925", + "min": "24.541", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "68.215", + "max": "69.591", + "min": "67.807", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "33.688", + "max": "35.054", + "min": "33.267", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "24.617", + "max": "25.703", + "min": "24.195", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "116.097", + "max": "116.642", + "min": "115.867", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "130.682", + "max": "131.008", + "min": "130.387", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "193.374", + "max": "193.629", + "min": "193.113", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "98.372", + "max": "100.601", + "min": "98.126", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.566", + "max": "24.115", + "min": "23.285", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "110.22", + "max": "110.378", + "min": "110.062", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "24.288", + "max": "25.028", + "min": "24.038", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "215.006", + "max": "220.968", + "min": "214.193", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "138.221", + "max": "146.13", + "min": "134.913", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "34.903", + "max": "35.395", + "min": "34.752", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "61.97", + "max": "65.814", + "min": "61.253", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "176.484", + "max": "180.891", + "min": "175.126", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "124.165", + "max": "126.031", + "min": "123.681", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "256.856", + "max": "257.073", + "min": "256.687", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "83.213", + "max": "92.32", + "min": "82.505", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "50.147", + "max": "51.284", + "min": "49.899", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "29.135", + "max": "30.704", + "min": "28.842", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "69.541", + "max": "69.739", + "min": "69.322", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "113.274", + "max": "115.034", + "min": "112.85", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "105.431", + "max": "110.873", + "min": "105.004", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "78.544", + "max": "86.256", + "min": "76.875", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.429", + "max": "199.584", + "min": "196.931", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "108.565", + "max": "110.41", + "min": "107.79", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "75.144", + "max": "75.551", + "min": "74.994", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "119.61", + "max": "120.184", + "min": "119.274", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "42.091", + "max": "46.581", + "min": "41.316", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "192.758", + "max": "198.527", + "min": "188.937", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "208.837", + "max": "208.837", + "min": "208.837", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "32.591", + "max": "38.399", + "min": "32.138", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "17.068", + "max": "17.778", + "min": "16.924", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "128.806", + "max": "131.004", + "min": "128.054", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "48.823", + "max": "62.693", + "min": "39.747", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "26.165", + "max": "30.261", + "min": "25.821", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "224.421", + "max": "224.8", + "min": "224.213", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "83.455", + "max": "85.678", + "min": "82.798", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "125.148", + "max": "140.301", + "min": "124.258", + "id": "28", + "country": "Slovenia", + "source_name": "Ljubljana", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "32": { + "name": "Warsaw", + "data": { + "0": { + "avg": "220.378", + "max": "221.046", + "min": "220.137", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "280.817", + "max": "281.086", + "min": "280.647", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.952", + "max": "112.166", + "min": "111.801", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "15.246", + "max": "20.822", + "min": "13.73", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "30.878", + "max": "32.193", + "min": "30.644", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "248.713", + "max": "249.019", + "min": "248.558", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "29.8", + "max": "30.46", + "min": "29.624", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.246", + "max": "296.542", + "min": "289.338", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "57.549", + "max": "57.744", + "min": "57.389", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "45.142", + "max": "46.464", + "min": "44.911", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "31.245", + "max": "32.295", + "min": "31.033", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "141.256", + "max": "158.137", + "min": "140.481", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "96.725", + "max": "96.944", + "min": "96.627", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "109.508", + "max": "110.07", + "min": "109.302", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "139.601", + "max": "139.886", + "min": "139.45", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "114.156", + "max": "114.77", + "min": "113.656", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "40.706", + "max": "41.045", + "min": "40.402", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "119.56", + "max": "119.806", + "min": "119.445", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "39.036", + "max": "39.245", + "min": "38.836", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "30.837", + "max": "31.083", + "min": "30.691", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "314.175", + "max": "314.409", + "min": "314.049", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "120.804", + "max": "121.03", + "min": "120.668", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "172.937", + "max": "173.842", + "min": "172.729", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "174.102", + "max": "183.201", + "min": "173.58", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "18.265", + "max": "18.598", + "min": "18.033", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "37.326", + "max": "37.859", + "min": "37.175", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "30.104", + "max": "30.569", + "min": "29.962", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "48.743", + "max": "50.027", + "min": "48.533", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "20.796", + "max": "20.919", + "min": "20.707", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "158.344", + "max": "159.414", + "min": "158.036", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "186.792", + "max": "187.128", + "min": "186.66", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "0.049", + "max": "0.1", + "min": "0.011", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "160.191", + "max": "160.696", + "min": "159.952", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "22.055", + "max": "22.255", + "min": "21.958", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "25.435", + "max": "26.12", + "min": "25.245", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "179.371", + "max": "181.435", + "min": "178.92", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.207", + "max": "173.472", + "min": "173.113", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "168.94", + "max": "169.199", + "min": "168.731", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "137.257", + "max": "138.288", + "min": "137.074", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "106.7", + "max": "106.949", + "min": "106.418", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "176.115", + "max": "183.539", + "min": "175.619", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "30.105", + "max": "32.194", + "min": "29.688", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "61.711", + "max": "61.958", + "min": "61.583", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "56.277", + "max": "56.489", + "min": "56.091", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "181.797", + "max": "182.094", + "min": "181.687", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "39.758", + "max": "40.178", + "min": "39.403", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "32.358", + "max": "33.113", + "min": "32.165", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "187.219", + "max": "187.394", + "min": "187.068", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "261.967", + "max": "262.557", + "min": "261.778", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "146.173", + "max": "146.427", + "min": "146.062", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "108.88", + "max": "109.532", + "min": "108.725", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "169.38", + "max": "169.887", + "min": "169.212", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "56.962", + "max": "68.27", + "min": "47.208", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "128.596", + "max": "128.913", + "min": "128.302", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "172.147", + "max": "180.246", + "min": "168.631", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "281.736", + "max": "282.301", + "min": "281.507", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "53.96", + "max": "55.543", + "min": "53.105", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "323.313", + "max": "325.148", + "min": "323.061", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "38.097", + "max": "39.173", + "min": "37.861", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "26.297", + "max": "26.571", + "min": "26.175", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "74.208", + "max": "75.87", + "min": "73.672", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "88.215", + "max": "144.474", + "min": "83.163", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "199.372", + "max": "201.629", + "min": "198.918", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "330.869", + "max": "331.214", + "min": "330.71", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.791", + "max": "46.682", + "min": "45.613", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "43.234", + "max": "43.486", + "min": "43.131", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "100.289", + "max": "100.654", + "min": "100.169", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "56.007", + "max": "56.398", + "min": "55.585", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "234.326", + "max": "236.705", + "min": "233.392", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "144.374", + "max": "146.271", + "min": "144.19", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "262.601", + "max": "263.681", + "min": "262.21", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "170.033", + "max": "171.108", + "min": "169.725", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "174.633", + "max": "176.222", + "min": "174.422", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "122.829", + "max": "123.168", + "min": "122.688", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "77.178", + "max": "77.843", + "min": "76.913", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "73.37", + "max": "136.645", + "min": "38.809", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "117.421", + "max": "117.712", + "min": "117.287", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "163.205", + "max": "166.97", + "min": "162.746", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "118.419", + "max": "122.137", + "min": "118.028", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "118.371", + "max": "118.626", + "min": "118.21", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "166.782", + "max": "167.168", + "min": "166.594", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "114.959", + "max": "115.458", + "min": "114.704", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "212.145", + "max": "223.554", + "min": "210.923", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "176.648", + "max": "177.478", + "min": "176.301", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "149.364", + "max": "149.623", + "min": "149.206", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "82.615", + "max": "84.004", + "min": "82.163", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "40.111", + "max": "43.813", + "min": "39.753", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "133.42", + "max": "133.76", + "min": "133.242", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "125.872", + "max": "127.145", + "min": "125.629", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "40.02", + "max": "44.997", + "min": "39.407", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "138.155", + "max": "140.756", + "min": "137.382", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "166.855", + "max": "169.007", + "min": "166.496", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "50.633", + "max": "50.872", + "min": "50.524", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "315.157", + "max": "315.452", + "min": "314.996", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "111.238", + "max": "111.479", + "min": "111.12", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.402", + "max": "134.264", + "min": "131.018", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "179.628", + "max": "179.987", + "min": "179.311", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "169.188", + "max": "197.385", + "min": "167.346", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "173.38", + "max": "175.83", + "min": "173.158", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "120.965", + "max": "123.146", + "min": "120.659", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "145.276", + "max": "145.675", + "min": "145.121", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "174.353", + "max": "174.72", + "min": "174.174", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "46.396", + "max": "47.258", + "min": "46.189", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "333.647", + "max": "339.653", + "min": "332.892", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "134.269", + "max": "135.027", + "min": "134.049", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "338.144", + "max": "356.067", + "min": "301.887", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.896", + "max": "194.096", + "min": "191.582", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "101.33", + "max": "101.505", + "min": "101.141", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "132.189", + "max": "132.723", + "min": "131.912", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "200.4", + "max": "200.753", + "min": "200.245", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "285.339", + "max": "285.998", + "min": "285.093", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.607", + "max": "297.985", + "min": "297.472", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "96.693", + "max": "96.937", + "min": "96.582", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "150.427", + "max": "153.884", + "min": "149.998", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "410.573", + "max": "532.609", + "min": "263.774", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "118.51", + "max": "197.124", + "min": "45.467", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "190.183", + "max": "212.369", + "min": "188.581", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "270.153", + "max": "270.558", + "min": "269.979", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "140.947", + "max": "141.44", + "min": "140.766", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "129.85", + "max": "131.652", + "min": "129.427", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "139.221", + "max": "139.559", + "min": "138.972", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "212.509", + "max": "368.591", + "min": "132.387", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "210.305", + "max": "211.026", + "min": "210.115", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "52.283", + "max": "264.944", + "min": "44.117", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "25.286", + "max": "25.566", + "min": "25.186", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "38.874", + "max": "40.066", + "min": "38.343", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "97.386", + "max": "97.737", + "min": "97.212", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "197.838", + "max": "198.933", + "min": "197.508", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "143.306", + "max": "143.763", + "min": "143.063", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "193.127", + "max": "193.83", + "min": "192.952", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "134.631", + "max": "135.042", + "min": "134.401", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "122.786", + "max": "122.982", + "min": "122.586", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "128.192", + "max": "128.642", + "min": "127.972", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "310.084", + "max": "311.144", + "min": "309.38", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "146.827", + "max": "147.072", + "min": "146.717", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "92.862", + "max": "93.245", + "min": "92.678", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "151.642", + "max": "162.721", + "min": "150.079", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "139.636", + "max": "140.005", + "min": "139.431", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "132.614", + "max": "132.876", + "min": "132.374", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "95.895", + "max": "100.438", + "min": "95.597", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "14.081", + "max": "14.54", + "min": "13.863", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "200.871", + "max": "203.975", + "min": "200.17", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "49.739", + "max": "50.246", + "min": "49.581", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "49.852", + "max": "50.205", + "min": "49.644", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "206.151", + "max": "217.195", + "min": "205.215", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "20.254", + "max": "21.234", + "min": "19.957", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "68.179", + "max": "85.117", + "min": "66.911", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "171.782", + "max": "172.567", + "min": "171.627", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "29.467", + "max": "30.082", + "min": "29.362", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "37.254", + "max": "37.517", + "min": "37.15", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "20.601", + "max": "22.658", + "min": "19.895", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "262.707", + "max": "262.967", + "min": "262.546", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "42.339", + "max": "45.21", + "min": "42.071", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "32.256", + "max": "64.177", + "min": "30.949", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "112.702", + "max": "112.939", + "min": "112.546", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "166.563", + "max": "166.897", + "min": "166.076", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "67.522", + "max": "68.496", + "min": "67.263", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "315.492", + "max": "361.756", + "min": "307.115", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "142.325", + "max": "142.694", + "min": "142.105", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "261.218", + "max": "336.444", + "min": "253.977", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "154.461", + "max": "154.683", + "min": "154.29", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "397.888", + "max": "398.261", + "min": "397.466", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "9.643", + "max": "9.878", + "min": "9.539", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "97.631", + "max": "98.465", + "min": "97.444", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "141.85", + "max": "142.134", + "min": "141.535", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "194.983", + "max": "195.259", + "min": "194.855", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "112.038", + "max": "112.305", + "min": "111.866", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "153.716", + "max": "154.114", + "min": "153.544", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "260.511", + "max": "264.144", + "min": "249.385", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "105.82", + "max": "106.116", + "min": "105.6", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "118.683", + "max": "118.875", + "min": "118.606", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.079", + "max": "25.817", + "min": "22.749", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "342.32", + "max": "375.458", + "min": "322.855", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "43.893", + "max": "44.705", + "min": "43.735", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "32.41", + "max": "32.827", + "min": "32.214", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "52.161", + "max": "75.915", + "min": "50.909", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "33.058", + "max": "33.287", + "min": "32.945", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "36.838", + "max": "37.615", + "min": "36.606", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "73.255", + "max": "74.087", + "min": "73.013", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "57.187", + "max": "57.421", + "min": "57.049", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "85.991", + "max": "86.625", + "min": "85.733", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "64.025", + "max": "64.298", + "min": "63.849", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "29.658", + "max": "32.239", + "min": "29.445", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "36.737", + "max": "37.019", + "min": "36.605", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "23.362", + "max": "23.974", + "min": "23.176", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "28.395", + "max": "28.691", + "min": "28.187", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "72.767", + "max": "73.701", + "min": "72.365", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "37.944", + "max": "50.511", + "min": "36.389", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "35.207", + "max": "47.572", + "min": "22.167", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "27.783", + "max": "27.975", + "min": "27.532", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "70.878", + "max": "71.932", + "min": "70.643", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "5.383", + "max": "6.055", + "min": "5.152", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "48.049", + "max": "48.634", + "min": "47.637", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "30.682", + "max": "39.393", + "min": "30.025", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "310.534", + "max": "312.55", + "min": "310.223", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "21.808", + "max": "22.405", + "min": "21.598", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "53.701", + "max": "54.069", + "min": "53.42", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "47.786", + "max": "48.12", + "min": "47.674", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "188.325", + "max": "194.522", + "min": "186.483", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "39.23", + "max": "39.5", + "min": "39.067", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "24.511", + "max": "28.399", + "min": "24.181", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "23.941", + "max": "24.525", + "min": "23.729", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "26.769", + "max": "29.881", + "min": "26.494", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "317.675", + "max": "318.871", + "min": "317.252", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "115.016", + "max": "116.447", + "min": "114.37", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "224.446", + "max": "236.866", + "min": "217.721", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "173.239", + "max": "173.679", + "min": "173.077", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "30.413", + "max": "30.717", + "min": "30.288", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "158.666", + "max": "159.206", + "min": "158.437", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "183.439", + "max": "184.21", + "min": "183.076", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "68.254", + "max": "68.613", + "min": "68.045", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "43.227", + "max": "44.531", + "min": "42.986", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "33.344", + "max": "34.247", + "min": "32.95", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "39.544", + "max": "39.768", + "min": "39.385", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "131.404", + "max": "131.655", + "min": "131.255", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "134.44", + "max": "135.254", + "min": "134.318", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "205.714", + "max": "277.116", + "min": "202.942", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "99.303", + "max": "100.028", + "min": "99.142", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "29.459", + "max": "29.802", + "min": "29.26", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "98.463", + "max": "98.735", + "min": "98.328", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "31.357", + "max": "32.206", + "min": "31.211", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "247.518", + "max": "247.94", + "min": "247.304", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.323", + "max": "157.486", + "min": "151.816", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "48.483", + "max": "48.757", + "min": "48.336", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "62.442", + "max": "75.594", + "min": "60.889", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "172.677", + "max": "187.171", + "min": "170.957", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "261.284", + "max": "261.896", + "min": "260.958", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "271.798", + "max": "272.163", + "min": "271.497", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "84.063", + "max": "84.561", + "min": "83.854", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "56.457", + "max": "56.713", + "min": "56.312", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "33.772", + "max": "38.566", + "min": "33.47", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "83.432", + "max": "84.347", + "min": "83.29", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "112.008", + "max": "113.313", + "min": "111.552", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "121.699", + "max": "121.994", + "min": "121.547", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "84.188", + "max": "89.243", + "min": "82.223", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "195.739", + "max": "196.644", + "min": "195.243", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "114.09", + "max": "116.525", + "min": "112.88", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "73.729", + "max": "74.226", + "min": "73.604", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "125.767", + "max": "126.057", + "min": "125.482", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "39.688", + "max": "42.457", + "min": "39.387", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "201.82", + "max": "202.342", + "min": "201.467", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "197.855", + "max": "197.855", + "min": "197.855", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "30.869", + "max": "31.301", + "min": "30.778", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "30.622", + "max": "30.823", + "min": "30.484", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "124.892", + "max": "125.394", + "min": "124.709", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "48.734", + "max": "62.093", + "min": "40.683", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "42.568", + "max": "81.146", + "min": "41.121", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "160.634", + "max": "163.816", + "min": "160.15", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "101.601", + "max": "103.15", + "min": "101.33", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "128.549", + "max": "146.759", + "min": "127.774", + "id": "32", + "country": "Poland", + "source_name": "Warsaw", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "34": { + "name": "Kiev", + "data": { + "0": { + "avg": "231.142", + "max": "231.386", + "min": "231.015", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "311.471", + "max": "311.778", + "min": "311.284", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "143.784", + "max": "143.927", + "min": "143.709", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "47.864", + "max": "57.052", + "min": "47.003", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "48.206", + "max": "48.381", + "min": "48.072", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "258.735", + "max": "258.982", + "min": "258.591", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "41.549", + "max": "42.241", + "min": "41.419", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "309.622", + "max": "320.129", + "min": "308.714", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "44.592", + "max": "45.041", + "min": "44.495", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "64.584", + "max": "72.839", + "min": "64.058", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "48.897", + "max": "49.248", + "min": "48.742", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "159.224", + "max": "159.322", + "min": "159.13", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "118.645", + "max": "118.924", + "min": "118.56", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "137.258", + "max": "137.721", + "min": "137.089", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "143.18", + "max": "143.811", + "min": "143.091", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "121.229", + "max": "121.851", + "min": "120.972", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "58.911", + "max": "59.204", + "min": "58.694", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "130.461", + "max": "131.219", + "min": "130.345", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "57.689", + "max": "58.121", + "min": "57.505", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "55.611", + "max": "55.835", + "min": "55.515", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "317.344", + "max": "317.869", + "min": "317.269", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "143.455", + "max": "143.536", + "min": "143.311", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "181.997", + "max": "182.292", + "min": "181.931", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "185.179", + "max": "201.197", + "min": "184.53", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "39.1", + "max": "39.446", + "min": "38.914", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "49.881", + "max": "50.868", + "min": "49.739", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "58.679", + "max": "59.195", + "min": "58.457", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "36.52", + "max": "41.518", + "min": "36.181", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "31.564", + "max": "31.764", + "min": "31.478", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "174.607", + "max": "175.076", + "min": "174.358", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "202.363", + "max": "202.613", + "min": "202.159", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "22.102", + "max": "22.353", + "min": "21.964", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "176.585", + "max": "189.414", + "min": "175.964", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "0.033", + "max": "0.088", + "min": "0.027", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "37.832", + "max": "39.187", + "min": "37.287", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "189.103", + "max": "196.725", + "min": "188.524", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "178.754", + "max": "179.152", + "min": "178.67", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "177.913", + "max": "178.136", + "min": "177.76", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "146.269", + "max": "146.502", + "min": "146.106", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "134.341", + "max": "138.06", + "min": "134.008", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "191.437", + "max": "200.914", + "min": "190.519", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "59.919", + "max": "65.219", + "min": "59.363", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "75.199", + "max": "75.521", + "min": "75.022", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "51.592", + "max": "51.938", + "min": "51.407", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.079", + "max": "161.383", + "min": "160.974", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "43.485", + "max": "44.111", + "min": "43.193", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "57.842", + "max": "57.97", + "min": "57.747", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "200.373", + "max": "203.796", + "min": "200.057", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "273.923", + "max": "275.04", + "min": "272.693", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "161.015", + "max": "161.413", + "min": "160.901", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "124.807", + "max": "127.417", + "min": "124.59", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "189.26", + "max": "189.621", + "min": "189.049", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "54.807", + "max": "146.073", + "min": "46.616", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "146.607", + "max": "146.74", + "min": "146.492", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "169.51", + "max": "178.138", + "min": "165.768", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "298.755", + "max": "299.471", + "min": "298.54", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "69.912", + "max": "70.987", + "min": "69.169", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "345.55", + "max": "346.281", + "min": "345.419", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "89.593", + "max": "92.762", + "min": "89.206", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "42.522", + "max": "43.191", + "min": "42.353", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "83.718", + "max": "84.495", + "min": "83.269", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "92.044", + "max": "151.365", + "min": "89.294", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "216.499", + "max": "304.772", + "min": "209.359", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "236.808", + "max": "236.924", + "min": "236.731", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "62.77", + "max": "62.919", + "min": "62.649", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "63.776", + "max": "64.095", + "min": "63.667", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "126.681", + "max": "126.953", + "min": "126.567", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "74.316", + "max": "74.607", + "min": "73.955", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "247.913", + "max": "249.566", + "min": "247.393", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "156.098", + "max": "156.48", + "min": "156.004", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "215.73", + "max": "216.885", + "min": "215.562", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "180.901", + "max": "181.446", + "min": "180.65", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "189.632", + "max": "192.874", + "min": "189.305", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "148.174", + "max": "148.291", + "min": "148.089", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "95.514", + "max": "95.817", + "min": "95.39", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "50.476", + "max": "50.769", + "min": "50.34", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "149.612", + "max": "149.972", + "min": "149.445", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "182.501", + "max": "182.697", + "min": "182.344", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "144.725", + "max": "145.113", + "min": "144.483", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "132.108", + "max": "133.003", + "min": "131.962", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "173.8", + "max": "174.345", + "min": "173.615", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "121.93", + "max": "122.657", + "min": "121.694", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "258.676", + "max": "263.095", + "min": "255.361", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "168.366", + "max": "168.572", + "min": "168.214", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "160.69", + "max": "161.225", + "min": "160.58", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "98.757", + "max": "99.761", + "min": "98.394", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "59.173", + "max": "65.418", + "min": "58.524", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "151.486", + "max": "151.683", + "min": "151.317", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "154.674", + "max": "156.663", + "min": "154.498", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "51.479", + "max": "53.419", + "min": "51.199", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "155.43", + "max": "157.172", + "min": "154.901", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.863", + "max": "181.338", + "min": "180.637", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "63.301", + "max": "63.913", + "min": "63.221", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "338.33", + "max": "340.21", + "min": "338.131", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "123.996", + "max": "124.387", + "min": "123.714", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "151.59", + "max": "151.719", + "min": "151.46", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "199.236", + "max": "199.699", + "min": "198.902", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "175.17", + "max": "181.967", + "min": "174.137", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "181.992", + "max": "182.409", + "min": "181.862", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "144.803", + "max": "147.133", + "min": "144.499", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "153.766", + "max": "153.979", + "min": "153.699", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "193.991", + "max": "194.207", + "min": "193.75", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "60.303", + "max": "60.644", + "min": "60.196", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "363.488", + "max": "371.623", + "min": "362.635", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "144.942", + "max": "146.124", + "min": "144.713", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "358.538", + "max": "371.552", + "min": "322.417", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "213.764", + "max": "215.184", + "min": "213.646", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "122.156", + "max": "122.475", + "min": "121.91", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "148.566", + "max": "148.783", + "min": "148.447", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "164.688", + "max": "166.865", + "min": "164.418", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "331.804", + "max": "332.711", + "min": "331.624", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "302.915", + "max": "303.244", + "min": "302.74", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "130.05", + "max": "130.392", + "min": "129.942", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "155.888", + "max": "156.741", + "min": "155.67", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "408.149", + "max": "520.86", + "min": "241.283", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "163.372", + "max": "246.357", + "min": "102.216", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "207.895", + "max": "208.901", + "min": "207.483", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "258.327", + "max": "261.027", + "min": "257.848", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "165.829", + "max": "166.075", + "min": "165.706", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "163.997", + "max": "165.238", + "min": "163.696", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "155.082", + "max": "164.329", + "min": "154.454", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "220.269", + "max": "371.682", + "min": "140.887", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "239.284", + "max": "239.467", + "min": "239.171", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "66.226", + "max": "213.763", + "min": "59.015", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "45.915", + "max": "46.033", + "min": "45.872", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "56.929", + "max": "61.391", + "min": "56.279", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "123.126", + "max": "126.594", + "min": "121.136", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "186.416", + "max": "186.695", + "min": "186.235", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "141.005", + "max": "141.323", + "min": "140.866", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "227.659", + "max": "228.206", + "min": "227.535", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "158.038", + "max": "160.19", + "min": "157.839", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "135.857", + "max": "136.06", + "min": "135.74", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "140.399", + "max": "140.611", + "min": "140.155", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "337.736", + "max": "338.408", + "min": "337.225", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "160.927", + "max": "161.32", + "min": "160.828", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "113.971", + "max": "114.209", + "min": "113.867", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "166.544", + "max": "174.146", + "min": "164.996", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "162.323", + "max": "162.767", + "min": "162.08", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "152.534", + "max": "152.823", + "min": "152.371", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "115.06", + "max": "115.335", + "min": "114.914", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "51.302", + "max": "51.546", + "min": "51.221", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "200.712", + "max": "201.656", + "min": "200.356", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "44.558", + "max": "44.658", + "min": "44.469", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "33.79", + "max": "34.433", + "min": "33.638", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "221.041", + "max": "230.703", + "min": "219.934", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "43.484", + "max": "44.463", + "min": "43.303", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "59.908", + "max": "65.284", + "min": "59.599", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "164.165", + "max": "164.445", + "min": "164.09", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "48.218", + "max": "48.717", + "min": "48.128", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "53.88", + "max": "54.058", + "min": "53.769", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "35.693", + "max": "39.618", + "min": "34.526", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "302.941", + "max": "303.11", + "min": "302.875", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "70.915", + "max": "72.942", + "min": "70.595", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "62.684", + "max": "68.278", + "min": "62.162", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "136.813", + "max": "136.958", + "min": "136.713", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "180.04", + "max": "180.75", + "min": "179.652", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "49.598", + "max": "51.168", + "min": "49.352", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "278.474", + "max": "318.918", + "min": "272.078", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "157.278", + "max": "157.479", + "min": "157.107", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "286.517", + "max": "365.051", + "min": "279.72", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "154.816", + "max": "155.012", + "min": "154.708", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "413.788", + "max": "414.126", + "min": "413.526", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "29.771", + "max": "30.139", + "min": "29.663", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "111.047", + "max": "111.356", + "min": "110.906", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "72.062", + "max": "72.334", + "min": "71.948", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "211.258", + "max": "211.479", + "min": "211.173", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "52.959", + "max": "53.19", + "min": "52.829", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "180.499", + "max": "181.042", + "min": "180.305", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "231.357", + "max": "248.621", + "min": "206.348", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "121.862", + "max": "122.014", + "min": "121.746", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "145.724", + "max": "145.796", + "min": "145.673", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "46.63", + "max": "47.027", + "min": "46.539", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "178.686", + "max": "178.792", + "min": "178.567", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "56.284", + "max": "56.824", + "min": "56.2", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "40.768", + "max": "43.223", + "min": "40.453", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "58.865", + "max": "59.055", + "min": "58.788", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "56.478", + "max": "56.601", + "min": "56.403", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "62.933", + "max": "63.471", + "min": "62.654", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "82.737", + "max": "83.091", + "min": "82.535", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "65.969", + "max": "66.073", + "min": "65.899", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "23.618", + "max": "25.329", + "min": "23.38", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.831", + "max": "69.837", + "min": "68.675", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "40.793", + "max": "43.257", + "min": "40.476", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "46.03", + "max": "46.277", + "min": "45.927", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "41.949", + "max": "42.386", + "min": "41.758", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "48.112", + "max": "48.327", + "min": "47.93", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "81.448", + "max": "82.79", + "min": "81.157", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "59.97", + "max": "76.675", + "min": "58.516", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "67.34", + "max": "106.005", + "min": "39.507", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "47.835", + "max": "51.602", + "min": "47.456", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "70.761", + "max": "71.604", + "min": "70.528", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "27.924", + "max": "46.22", + "min": "27.121", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "70.577", + "max": "71.114", + "min": "70.154", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "44.72", + "max": "46.352", + "min": "44.349", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "232.516", + "max": "233.095", + "min": "232.339", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "39.072", + "max": "39.812", + "min": "38.911", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "79.236", + "max": "79.702", + "min": "79.018", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "44.393", + "max": "44.499", + "min": "44.324", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "205.663", + "max": "211.85", + "min": "204.279", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "75.865", + "max": "76.116", + "min": "75.714", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "43.939", + "max": "44.673", + "min": "43.732", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "41.098", + "max": "42.169", + "min": "40.853", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "41.426", + "max": "46.999", + "min": "41.004", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "332.239", + "max": "338.729", + "min": "331.821", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "129.598", + "max": "133.415", + "min": "129.165", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "234.992", + "max": "236.599", + "min": "228.434", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "167.426", + "max": "167.735", + "min": "167.266", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "47.67", + "max": "48.34", + "min": "47.513", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "109.099", + "max": "109.593", + "min": "108.901", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "200.535", + "max": "200.705", + "min": "200.249", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "75.979", + "max": "76.381", + "min": "75.828", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "79.289", + "max": "79.86", + "min": "79.115", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "50.516", + "max": "51.679", + "min": "50.105", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "41.598", + "max": "43.198", + "min": "41.269", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "149.172", + "max": "149.292", + "min": "149.124", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "158.978", + "max": "159.734", + "min": "158.857", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "285.996", + "max": "293.358", + "min": "285.576", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "119.199", + "max": "119.505", + "min": "119.127", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "59.325", + "max": "59.495", + "min": "59.211", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "127.003", + "max": "127.108", + "min": "126.923", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "53.585", + "max": "53.743", + "min": "53.484", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "248.015", + "max": "522.734", + "min": "238.339", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "169.412", + "max": "173.729", + "min": "166.488", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "56.013", + "max": "56.221", + "min": "55.86", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "75.681", + "max": "77.837", + "min": "75.036", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "191.564", + "max": "203.797", + "min": "190.186", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "142.003", + "max": "142.5", + "min": "141.692", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "265.988", + "max": "266.199", + "min": "265.858", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.373", + "max": "85.887", + "min": "85.206", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "67.905", + "max": "67.975", + "min": "67.831", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "42.002", + "max": "42.1", + "min": "41.942", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "78.658", + "max": "78.981", + "min": "78.531", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "125.597", + "max": "129.189", + "min": "125.146", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "133.803", + "max": "134.144", + "min": "133.679", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "91.538", + "max": "93.672", + "min": "90.021", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "203.17", + "max": "204.856", + "min": "202.268", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "131.952", + "max": "134.254", + "min": "130.953", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "90.344", + "max": "91.004", + "min": "90.223", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "140.429", + "max": "140.689", + "min": "140.164", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "58.8", + "max": "62.637", + "min": "58.5", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "198.16", + "max": "199.828", + "min": "196.58", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "227.071", + "max": "227.071", + "min": "227.071", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "57.467", + "max": "57.638", + "min": "57.39", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "36.056", + "max": "36.557", + "min": "35.95", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "157.26", + "max": "158.981", + "min": "156.96", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "70.173", + "max": "85.62", + "min": "60.159", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "49.251", + "max": "50.265", + "min": "49.057", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "138.14", + "max": "139.104", + "min": "137.998", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "73.21", + "max": "73.711", + "min": "72.949", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "155.185", + "max": "160.335", + "min": "154.666", + "id": "34", + "country": "Ukraine", + "source_name": "Kiev", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "67": { + "name": "Bucharest", + "data": { + "0": { + "avg": "203.164", + "max": "203.5", + "min": "203.006", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "311.514", + "max": "322.797", + "min": "310.706", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "126.969", + "max": "128.106", + "min": "126.761", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "27.579", + "max": "29.874", + "min": "27.063", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "36.943", + "max": "39.546", + "min": "36.667", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "275.948", + "max": "277.064", + "min": "275.737", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "31.854", + "max": "38.887", + "min": "31.469", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "296.698", + "max": "300.754", + "min": "296.046", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "61.73", + "max": "62.321", + "min": "61.578", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "53.091", + "max": "54.9", + "min": "52.881", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "35.983", + "max": "38.865", + "min": "35.711", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "154.426", + "max": "155.048", + "min": "154.291", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "120.998", + "max": "122.708", + "min": "120.743", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "123.537", + "max": "124.044", + "min": "123.336", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "144.939", + "max": "150.264", + "min": "144.649", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "120.074", + "max": "120.761", + "min": "119.306", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "49.802", + "max": "50.055", + "min": "49.581", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "126.589", + "max": "126.859", + "min": "126.485", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "51.453", + "max": "51.751", + "min": "51.33", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "37.163", + "max": "40.508", + "min": "36.925", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "314.792", + "max": "315.981", + "min": "314.657", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "136.24", + "max": "137.313", + "min": "136.091", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "184.178", + "max": "184.849", + "min": "184.019", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "197.437", + "max": "198.882", + "min": "197.265", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "49.695", + "max": "53.023", + "min": "49.002", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "46.54", + "max": "47.727", + "min": "46.398", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "36.798", + "max": "37.852", + "min": "36.626", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "46.339", + "max": "47.144", + "min": "46.173", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "27.101", + "max": "27.275", + "min": "26.993", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "166.742", + "max": "167.168", + "min": "166.537", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "184.029", + "max": "193.387", + "min": "183.504", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "43.24", + "max": "43.483", + "min": "43.148", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "180.307", + "max": "181.2", + "min": "180.155", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "63.805", + "max": "65.284", + "min": "63.659", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "45.513", + "max": "46.596", + "min": "45.178", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "184.98", + "max": "187.026", + "min": "184.632", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "184.767", + "max": "189.429", + "min": "184.561", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "187.4", + "max": "188.055", + "min": "187.267", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "149.26", + "max": "157.472", + "min": "148.788", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "125.518", + "max": "130.772", + "min": "125.057", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "193.744", + "max": "197.837", + "min": "193.091", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "43.143", + "max": "46.054", + "min": "42.663", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "85.533", + "max": "91.168", + "min": "85.225", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "49.339", + "max": "49.607", + "min": "49.16", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "168.88", + "max": "168.995", + "min": "168.79", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.451", + "max": "36.24", + "min": "35.066", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "79.915", + "max": "80.109", + "min": "79.811", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "195.215", + "max": "196.318", + "min": "195.02", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "271.854", + "max": "272.702", + "min": "271.652", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "154", + "max": "154.215", + "min": "153.922", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "114.298", + "max": "114.896", + "min": "114.065", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "192.805", + "max": "193.387", + "min": "192.515", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "101.341", + "max": "187.609", + "min": "83.581", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.609", + "max": "140.231", + "min": "139.408", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "179.66", + "max": "189.264", + "min": "176.932", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "293.397", + "max": "294.207", + "min": "293.16", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "60.843", + "max": "65.746", + "min": "59.55", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "332.413", + "max": "335.653", + "min": "331.687", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "46.111", + "max": "47.338", + "min": "45.733", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "41.824", + "max": "42.215", + "min": "41.715", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "78.917", + "max": "81.763", + "min": "78.312", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "94.689", + "max": "152.628", + "min": "89.806", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "201.245", + "max": "239.133", + "min": "198.702", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "368.475", + "max": "368.586", + "min": "368.407", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.272", + "max": "45.981", + "min": "45.116", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "0.03", + "max": "0.051", + "min": "0.021", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "116.717", + "max": "116.925", + "min": "116.602", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "34.01", + "max": "35.063", + "min": "33.719", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "252.239", + "max": "253.89", + "min": "251.403", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "158.287", + "max": "159.637", + "min": "158.035", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "249.16", + "max": "251.446", + "min": "248.759", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "177.278", + "max": "178.234", + "min": "177.01", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "183.6", + "max": "184.532", + "min": "183.418", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "143.68", + "max": "144.958", + "min": "143.521", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "83.687", + "max": "85.659", + "min": "83.329", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "76.512", + "max": "138.807", + "min": "41.991", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "128.999", + "max": "131.202", + "min": "128.817", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "171.17", + "max": "171.447", + "min": "170.956", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "142.223", + "max": "142.608", + "min": "142.003", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "127.43", + "max": "127.953", + "min": "127.228", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "178.644", + "max": "179.346", + "min": "178.405", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "125.594", + "max": "126.544", + "min": "125.249", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "272.353", + "max": "282.925", + "min": "267.383", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "167.613", + "max": "168.628", + "min": "167.368", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "164.058", + "max": "164.213", + "min": "163.974", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "86.96", + "max": "88.72", + "min": "86.61", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "52.425", + "max": "55.335", + "min": "51.989", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "144.311", + "max": "144.607", + "min": "144.179", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "133.516", + "max": "138.017", + "min": "133.153", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "46.966", + "max": "52.012", + "min": "46.521", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "146.349", + "max": "148.756", + "min": "145.803", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "184.943", + "max": "186.554", + "min": "184.717", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "47.909", + "max": "48.31", + "min": "47.829", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "311.57", + "max": "312.998", + "min": "311.43", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "129.345", + "max": "129.966", + "min": "129.205", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "145.205", + "max": "145.627", + "min": "145.028", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "191.028", + "max": "200.021", + "min": "190.437", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "180.769", + "max": "185.369", + "min": "180.004", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "185.86", + "max": "186.061", + "min": "185.745", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "139.449", + "max": "142.73", + "min": "139.009", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "149.703", + "max": "150.034", + "min": "149.612", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "199.67", + "max": "199.807", + "min": "199.491", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "11.212", + "max": "15.15", + "min": "10.882", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "342.835", + "max": "344.824", + "min": "342.147", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "141.532", + "max": "142.317", + "min": "141.269", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "352.248", + "max": "367.604", + "min": "312.873", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "224.833", + "max": "226.925", + "min": "224.635", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "114.549", + "max": "114.735", + "min": "114.441", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "137.212", + "max": "138.288", + "min": "137.038", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "162.766", + "max": "165.47", + "min": "161.76", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "275.446", + "max": "276.381", + "min": "275.215", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "311.953", + "max": "312.832", + "min": "311.804", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "121.185", + "max": "121.377", + "min": "121.054", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "148.586", + "max": "164.139", + "min": "147.413", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "404.273", + "max": "499.088", + "min": "223.462", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "144.581", + "max": "232.42", + "min": "51.684", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "195.619", + "max": "203.114", + "min": "194.739", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "288.172", + "max": "293.897", + "min": "287.717", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "151.612", + "max": "152.503", + "min": "151.435", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "151.713", + "max": "160.794", + "min": "151.246", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "141.803", + "max": "144.172", + "min": "141.203", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "221.322", + "max": "367.667", + "min": "143.105", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "231.755", + "max": "233.741", + "min": "231.575", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "51.579", + "max": "199.908", + "min": "40.655", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "44.032", + "max": "44.825", + "min": "43.846", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "50.191", + "max": "51.824", + "min": "49.534", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "114.576", + "max": "117.717", + "min": "112.329", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "187.252", + "max": "187.641", + "min": "187.05", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "145.855", + "max": "147.572", + "min": "145.581", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "212.906", + "max": "214.261", + "min": "212.683", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "145.778", + "max": "146.617", + "min": "145.608", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "134.81", + "max": "135.202", + "min": "134.661", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "128.204", + "max": "128.628", + "min": "127.941", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "318.245", + "max": "319.902", + "min": "317.55", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "165.094", + "max": "173.068", + "min": "163.973", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "105.809", + "max": "107.618", + "min": "105.529", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "171.303", + "max": "182.214", + "min": "169.821", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "158.73", + "max": "159.35", + "min": "158.548", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "142.445", + "max": "144.017", + "min": "141.976", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "122.161", + "max": "123.407", + "min": "121.974", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "27.206", + "max": "27.752", + "min": "27.08", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "199.483", + "max": "199.87", + "min": "198.935", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "66.338", + "max": "67.297", + "min": "66.035", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "29.372", + "max": "31.5", + "min": "29.194", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "207.23", + "max": "224.288", + "min": "206.231", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "36.801", + "max": "37.198", + "min": "36.555", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "8.844", + "max": "17.883", + "min": "8.273", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": null, + "max": null, + "min": null, + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "44.779", + "max": "52.196", + "min": "44.306", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "55.522", + "max": "55.897", + "min": "55.463", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "35.883", + "max": "51.166", + "min": "34.13", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "299.615", + "max": "304.191", + "min": "299.336", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "25.222", + "max": "27.488", + "min": "24.885", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "55.352", + "max": "55.663", + "min": "55.184", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.635", + "max": "129.234", + "min": "125.363", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "170.205", + "max": "170.943", + "min": "169.798", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "53.783", + "max": "55.434", + "min": "53.171", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "275.928", + "max": "314.89", + "min": "269.25", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "157.064", + "max": "157.737", + "min": "156.856", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "280.908", + "max": "374.052", + "min": "273.989", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "168.063", + "max": "168.448", + "min": "167.957", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "408.45", + "max": "408.81", + "min": "408.07", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "38.033", + "max": "39.333", + "min": "37.784", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "100.424", + "max": "102.467", + "min": "99.955", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "111.782", + "max": "113.988", + "min": "111.566", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "206.542", + "max": "207.506", + "min": "206.307", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "116.844", + "max": "117.128", + "min": "116.624", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "169.564", + "max": "170.896", + "min": "169.245", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "266.407", + "max": "267.234", + "min": "266.282", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "110.004", + "max": "110.289", + "min": "109.738", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "133.634", + "max": "134.215", + "min": "133.546", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "33.503", + "max": "34.849", + "min": "33.244", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "337.735", + "max": "373.859", + "min": "319.928", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "61.766", + "max": "63.803", + "min": "61.586", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "44.143", + "max": "45.175", + "min": "43.933", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "47.421", + "max": "61.735", + "min": "46.706", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "39.524", + "max": "40.945", + "min": "39.424", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "41.793", + "max": "45.891", + "min": "41.303", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "81.304", + "max": "84.639", + "min": "80.409", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "48.681", + "max": "49.455", + "min": "48.522", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "85.847", + "max": "91.911", + "min": "85.466", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "57.943", + "max": "58.402", + "min": "57.814", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "37.507", + "max": "38.878", + "min": "37.271", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "36.966", + "max": "37.995", + "min": "36.814", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "32.216", + "max": "32.696", + "min": "32.066", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "27.481", + "max": "27.664", + "min": "27.349", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "49.006", + "max": "51.232", + "min": "48.664", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "46.93", + "max": "91.171", + "min": "44.565", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "56.121", + "max": "69.518", + "min": "40.261", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "35.424", + "max": "35.844", + "min": "35.314", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "46.938", + "max": "49.28", + "min": "46.592", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.278", + "max": "47.135", + "min": "46.072", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "39.528", + "max": "40.235", + "min": "39.159", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "47.845", + "max": "50.396", + "min": "47.214", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "293.845", + "max": "319.91", + "min": "292.485", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "23.561", + "max": "23.866", + "min": "23.47", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "53.362", + "max": "57.746", + "min": "53.03", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "34.051", + "max": "37.061", + "min": "33.867", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "203.344", + "max": "210.038", + "min": "202.134", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "45.859", + "max": "46.691", + "min": "45.698", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "38.875", + "max": "46.097", + "min": "38.096", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "35.51", + "max": "36.742", + "min": "35.316", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "30.857", + "max": "31.379", + "min": "30.636", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "338.547", + "max": "348.646", + "min": "337.729", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "130.328", + "max": "137.36", + "min": "128.904", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "330.862", + "max": "332.905", + "min": "330.717", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "182.203", + "max": "182.756", + "min": "182.078", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "34.368", + "max": "35.02", + "min": "34.227", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "179.805", + "max": "181.17", + "min": "179.567", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "205.905", + "max": "206.293", + "min": "205.656", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "60.494", + "max": "60.731", + "min": "60.354", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "22.486", + "max": "23.122", + "min": "22.355", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "51.651", + "max": "52.444", + "min": "51.33", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "46.523", + "max": "48.003", + "min": "46.164", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "146.138", + "max": "146.568", + "min": "146.059", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "152.663", + "max": "152.823", + "min": "152.607", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "242.041", + "max": "242.58", + "min": "241.856", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "203.699", + "max": "205.271", + "min": "203.402", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "35.595", + "max": "35.827", + "min": "35.498", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "118.281", + "max": "118.844", + "min": "118.164", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "42.017", + "max": "44.469", + "min": "41.785", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "243.694", + "max": "246.389", + "min": "243.014", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "160.843", + "max": "164.29", + "min": "158.432", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "56.107", + "max": "56.33", + "min": "55.976", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "64.847", + "max": "66.467", + "min": "63.936", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "174.033", + "max": "186.326", + "min": "172.319", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "263.489", + "max": "266.288", + "min": "262.911", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "276.239", + "max": "277.669", + "min": "275.976", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "103.809", + "max": "104.255", + "min": "103.688", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "70.74", + "max": "74.362", + "min": "70.404", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "42.145", + "max": "43.424", + "min": "41.981", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "65.225", + "max": "65.909", + "min": "65.094", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "129.665", + "max": "132.487", + "min": "129.085", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "131.091", + "max": "131.319", + "min": "130.971", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "91.085", + "max": "102.973", + "min": "89.068", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "190.216", + "max": "191.114", + "min": "189.949", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "131.312", + "max": "133.187", + "min": "130.433", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "77.766", + "max": "82.084", + "min": "77.375", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "133.552", + "max": "134.834", + "min": "133.197", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "62.655", + "max": "67.201", + "min": "61.826", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "264.79", + "max": "265.12", + "min": "264.67", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "212.003", + "max": "212.003", + "min": "212.003", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "46.745", + "max": "47.196", + "min": "46.655", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "44.96", + "max": "45.813", + "min": "44.84", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "144.776", + "max": "156.2", + "min": "144.075", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "69.179", + "max": "76.557", + "min": "63.617", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "43.707", + "max": "46.774", + "min": "43.478", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "202.157", + "max": "203.158", + "min": "201.948", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "48.825", + "max": "50.102", + "min": "48.343", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "146.263", + "max": "150.969", + "min": "146.013", + "id": "67", + "country": "Romania", + "source_name": "Bucharest", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "69": { + "name": "Varna", + "data": { + "0": { + "avg": "241.066", + "max": "261.427", + "min": "238.406", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "310.168", + "max": "311.821", + "min": "309.694", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "135.554", + "max": "136.05", + "min": "135.097", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "22.571", + "max": "37.365", + "min": "21.278", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "44.029", + "max": "44.515", + "min": "43.691", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "261.314", + "max": "261.612", + "min": "260.966", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "39.836", + "max": "40.385", + "min": "39.469", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "310.928", + "max": "315.319", + "min": "309.991", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "86.016", + "max": "86.345", + "min": "85.647", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "63.782", + "max": "66.493", + "min": "63.165", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "50.907", + "max": "51.26", + "min": "50.432", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "163.918", + "max": "164.778", + "min": "163.536", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "113.299", + "max": "114.051", + "min": "112.568", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "126.595", + "max": "127.199", + "min": "126.207", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "143.34", + "max": "156.718", + "min": "142.346", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "128.506", + "max": "132.002", + "min": "127.976", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "53.036", + "max": "53.456", + "min": "52.571", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "129.375", + "max": "150.569", + "min": "127.402", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "56.913", + "max": "57.167", + "min": "56.421", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "31.017", + "max": "31.22", + "min": "30.675", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "322.364", + "max": "322.703", + "min": "322.027", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "138.719", + "max": "139.215", + "min": "138.09", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "175.282", + "max": "182.091", + "min": "174.343", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "198.03", + "max": "201.657", + "min": "197.599", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "51.115", + "max": "51.511", + "min": "50.61", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "46.651", + "max": "46.972", + "min": "46.374", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "38.269", + "max": "42.65", + "min": "37.714", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "27.504", + "max": "27.846", + "min": "27.021", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "43.385", + "max": "43.677", + "min": "43.048", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "170.018", + "max": "171.082", + "min": "169.499", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "255.487", + "max": "256.127", + "min": "255.032", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "55.919", + "max": "56.245", + "min": "55.568", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "176.427", + "max": "182.976", + "min": "175.739", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "74.295", + "max": "74.575", + "min": "73.955", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "41.315", + "max": "42.167", + "min": "40.9", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "194.755", + "max": "195.956", + "min": "194.391", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "181.579", + "max": "181.934", + "min": "181.231", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "179.406", + "max": "193.757", + "min": "178.342", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "142.91", + "max": "143.26", + "min": "142.516", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "130.46", + "max": "131.959", + "min": "129.941", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "185.746", + "max": "190.07", + "min": "185.394", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "52.384", + "max": "58.043", + "min": "51.283", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "86.758", + "max": "87.227", + "min": "86.385", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "50.375", + "max": "52.048", + "min": "49.914", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "172.342", + "max": "183.616", + "min": "171.355", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "23.326", + "max": "24.415", + "min": "22.713", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "66.753", + "max": "67.101", + "min": "66.391", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "208.423", + "max": "208.764", + "min": "207.979", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "260.883", + "max": "261.494", + "min": "260.458", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "147.331", + "max": "149.148", + "min": "146.933", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "119.148", + "max": "119.967", + "min": "118.752", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "179.681", + "max": "180.195", + "min": "179.297", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "121.02", + "max": "131.453", + "min": "110.691", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "151.042", + "max": "151.458", + "min": "150.706", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "181.623", + "max": "189.6", + "min": "178.081", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "265.384", + "max": "265.913", + "min": "265.067", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "81.044", + "max": "89.556", + "min": "80.178", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "325.285", + "max": "334.085", + "min": "324.495", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "87.037", + "max": "88.001", + "min": "86.542", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "42.117", + "max": "42.499", + "min": "41.791", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "96.23", + "max": "99.407", + "min": "95.318", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "100.679", + "max": "137.649", + "min": "94.5", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "202.197", + "max": "294.674", + "min": "191.857", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "273.22", + "max": "279.768", + "min": "272.307", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "41.023", + "max": "41.541", + "min": "40.64", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "33.996", + "max": "34.401", + "min": "33.57", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "119.636", + "max": "120.001", + "min": "119.296", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "0.027", + "max": "0.038", + "min": "0.01", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "252.961", + "max": "260.161", + "min": "251.416", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "147.626", + "max": "149.052", + "min": "146.959", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "233.002", + "max": "237.185", + "min": "232.374", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "177.643", + "max": "178.176", + "min": "177.1", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "191.752", + "max": "195.046", + "min": "191.277", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "135.484", + "max": "135.897", + "min": "134.913", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "99.372", + "max": "100.05", + "min": "98.945", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "58.559", + "max": "59.14", + "min": "58.055", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "130.902", + "max": "131.221", + "min": "130.49", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "177.158", + "max": "177.576", + "min": "176.76", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "136.188", + "max": "137.661", + "min": "135.739", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "131.251", + "max": "145.868", + "min": "129.87", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "168.323", + "max": "168.708", + "min": "167.808", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "126.021", + "max": "141.609", + "min": "124.692", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "232.151", + "max": "243.68", + "min": "231.09", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "186.672", + "max": "187.145", + "min": "186.297", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "160.434", + "max": "172.595", + "min": "158.997", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "105.586", + "max": "121.222", + "min": "103.895", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "54.239", + "max": "56.886", + "min": "53.606", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "138.071", + "max": "141.621", + "min": "137.646", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "148.48", + "max": "148.797", + "min": "148.062", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "50.322", + "max": "62.44", + "min": "48.888", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "140.347", + "max": "154.026", + "min": "138.81", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.029", + "max": "189.695", + "min": "178.827", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "64.363", + "max": "64.702", + "min": "64.033", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "323.741", + "max": "324.031", + "min": "323.336", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "121.171", + "max": "131.071", + "min": "120.099", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "147.72", + "max": "148.44", + "min": "146.936", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "205.409", + "max": "205.721", + "min": "205.026", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "178.046", + "max": "194.096", + "min": "176.502", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "184.154", + "max": "184.551", + "min": "183.795", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "142.942", + "max": "149.88", + "min": "142.25", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": null, + "max": null, + "min": null, + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "195.04", + "max": "195.713", + "min": "194.611", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "72.374", + "max": "89.82", + "min": "71.301", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "350.095", + "max": "353.567", + "min": "349.104", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "135.901", + "max": "136.553", + "min": "135.392", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "205.898", + "max": "226.566", + "min": "204.104", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "115.551", + "max": "115.862", + "min": "115.115", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "138.877", + "max": "141.76", + "min": "138.43", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "170.664", + "max": "183.299", + "min": "169.241", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "272.314", + "max": "272.884", + "min": "271.784", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "278.744", + "max": "292.131", + "min": "277.429", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "113.618", + "max": "113.993", + "min": "113.31", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.17", + "max": "162.708", + "min": "151.931", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "393.659", + "max": "516.286", + "min": "233.225", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "107.33", + "max": "166.892", + "min": "51.374", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "212.897", + "max": "219.454", + "min": "212.178", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "258.789", + "max": "262.986", + "min": "258.271", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "158.809", + "max": "159.072", + "min": "158.447", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "144.801", + "max": "146.615", + "min": "144.199", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "147.527", + "max": "148.083", + "min": "147.066", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "205.454", + "max": "365.213", + "min": "134.694", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "225.225", + "max": "225.647", + "min": "224.821", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "63.382", + "max": "218.777", + "min": "55.994", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "66.584", + "max": "66.863", + "min": "66.152", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "59.824", + "max": "61.208", + "min": "59.105", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "113.491", + "max": "129.39", + "min": "112.158", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "200.024", + "max": "200.592", + "min": "199.534", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "141.226", + "max": "155.711", + "min": "138.759", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "214.564", + "max": "215.01", + "min": "214.014", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "139.618", + "max": "140.202", + "min": "139.247", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "128.875", + "max": "131.333", + "min": "128.363", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "138.784", + "max": "147.279", + "min": "137.341", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "338.774", + "max": "340.202", + "min": "337.785", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "158.201", + "max": "158.683", + "min": "157.724", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "114.676", + "max": "121.909", + "min": "114.023", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "167.8", + "max": "173.569", + "min": "166.842", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "153.365", + "max": "169.802", + "min": "152.211", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "144.924", + "max": "145.416", + "min": "144.465", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "117.095", + "max": "117.862", + "min": "116.639", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "21.745", + "max": "22.268", + "min": "21.348", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "228.709", + "max": "229.519", + "min": "228.278", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "72.346", + "max": "72.798", + "min": "72.058", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "18.103", + "max": "18.408", + "min": "17.793", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "213.794", + "max": "223.771", + "min": "212.994", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "59.533", + "max": "60.347", + "min": "59.177", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "8.483", + "max": "15.808", + "min": "7.765", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "165.289", + "max": "166.035", + "min": "164.846", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "50.491", + "max": "63.771", + "min": "49.475", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "47.314", + "max": "47.659", + "min": "46.982", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "37.206", + "max": "49.797", + "min": "35.183", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "236.272", + "max": "236.613", + "min": "235.931", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "17.383", + "max": "24.02", + "min": "16.977", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "47.176", + "max": "95.642", + "min": "45.022", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "123.448", + "max": "131.372", + "min": "122.44", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "172.791", + "max": "173.522", + "min": "172.334", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "73.817", + "max": "74.611", + "min": "73.285", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "279.387", + "max": "329.938", + "min": "271.453", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "149.406", + "max": "149.862", + "min": "148.906", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "286.552", + "max": "359.609", + "min": "278.852", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "149.637", + "max": "158.546", + "min": "148.537", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "422.235", + "max": "422.653", + "min": "421.787", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "70.324", + "max": "70.642", + "min": "70.029", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "113.425", + "max": "115.608", + "min": "112.99", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "145.26", + "max": "148.003", + "min": "144.496", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "228.569", + "max": "228.861", + "min": "228.225", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "113.815", + "max": "121.727", + "min": "112.908", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "172.948", + "max": "173.267", + "min": "172.532", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "240.842", + "max": "248.369", + "min": "239.977", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "118.717", + "max": "119.011", + "min": "118.34", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "137.41", + "max": "137.81", + "min": "136.99", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "51.409", + "max": "52.814", + "min": "50.773", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "173.27", + "max": "173.538", + "min": "172.906", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "55.403", + "max": "80.363", + "min": "53.359", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "52.497", + "max": "54.358", + "min": "51.971", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "51.798", + "max": "52.079", + "min": "51.392", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "50.061", + "max": "50.353", + "min": "49.629", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "52.841", + "max": "55.906", + "min": "52.285", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "100.909", + "max": "101.496", + "min": "100.47", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "81.117", + "max": "81.384", + "min": "80.76", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "82.913", + "max": "84.316", + "min": "82.401", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "73.027", + "max": "74.409", + "min": "72.527", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "57.143", + "max": "59.747", + "min": "56.549", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "56.216", + "max": "56.592", + "min": "55.88", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "56.689", + "max": "57.055", + "min": "56.341", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "32.13", + "max": "32.893", + "min": "31.734", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "92.692", + "max": "93.149", + "min": "92.171", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "43.118", + "max": "54.642", + "min": "41.721", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "78.856", + "max": "139.67", + "min": "49.593", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "44.839", + "max": "45.256", + "min": "44.378", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "87.828", + "max": "88.401", + "min": "87.472", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "70.458", + "max": "71.073", + "min": "70.099", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "42.413", + "max": "42.934", + "min": "41.733", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "41.701", + "max": "43.284", + "min": "41.145", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "233.729", + "max": "234.062", + "min": "233.395", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "39.305", + "max": "39.685", + "min": "38.899", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "100.061", + "max": "100.458", + "min": "99.743", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "30.519", + "max": "45.276", + "min": "29.252", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "210.739", + "max": "216.137", + "min": "208.836", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "28.123", + "max": "28.873", + "min": "27.915", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "43.824", + "max": "51.835", + "min": "42.581", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "54.829", + "max": "55.639", + "min": "54.453", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "57.592", + "max": "60.221", + "min": "56.034", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "308.881", + "max": "324.879", + "min": "305.183", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "126.753", + "max": "133.987", + "min": "125.497", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "244.388", + "max": "257.892", + "min": "237.962", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "178.318", + "max": "178.883", + "min": "177.893", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "43.177", + "max": "43.77", + "min": "42.724", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "166.324", + "max": "167.169", + "min": "165.956", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "199.885", + "max": "200.231", + "min": "199.516", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "80.842", + "max": "81.235", + "min": "80.386", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "20.124", + "max": "20.5", + "min": "19.698", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "52.282", + "max": "54.026", + "min": "51.538", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "57.674", + "max": "58.072", + "min": "57.252", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "137.291", + "max": "137.697", + "min": "136.934", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "144.735", + "max": "152.693", + "min": "143.997", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "268.244", + "max": "271.513", + "min": "267.548", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "118.995", + "max": "132.835", + "min": "117.953", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "62.377", + "max": "62.816", + "min": "61.942", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "120.452", + "max": "126.481", + "min": "119.897", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "52.757", + "max": "53.12", + "min": "52.302", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "282.542", + "max": "783.644", + "min": "263.154", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.439", + "max": "163.635", + "min": "150.754", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "60.927", + "max": "71.729", + "min": "59.921", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "68.411", + "max": "76.577", + "min": "67.436", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "179.218", + "max": "183.301", + "min": "177.954", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "154.326", + "max": "155.558", + "min": "153.73", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "213.115", + "max": "229.774", + "min": "212.057", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "43.102", + "max": "43.555", + "min": "42.668", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "64.461", + "max": "64.748", + "min": "64.093", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "57.131", + "max": "57.399", + "min": "56.747", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "68.025", + "max": "80.433", + "min": "67.225", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "124.954", + "max": "139.837", + "min": "123.338", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "128.629", + "max": "130.677", + "min": "128.147", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "92.629", + "max": "104.983", + "min": "90.247", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "210.215", + "max": "218.329", + "min": "209.46", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "123.41", + "max": "131.279", + "min": "121.591", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "87.343", + "max": "89.806", + "min": "86.78", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "134.772", + "max": "135.222", + "min": "134.505", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "70.046", + "max": "85.762", + "min": "68.885", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "228.099", + "max": "245.717", + "min": "223.457", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "217.547", + "max": "217.547", + "min": "217.547", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "47.821", + "max": "60.81", + "min": "46.341", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "49.71", + "max": "50.044", + "min": "49.336", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "149.562", + "max": "150.05", + "min": "149.035", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "72.733", + "max": "83.597", + "min": "66.544", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "46.441", + "max": "46.813", + "min": "46.119", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "187.869", + "max": "207.697", + "min": "186.359", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "137.483", + "max": "140.523", + "min": "136.987", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "140.164", + "max": "140.405", + "min": "139.948", + "id": "69", + "country": "Bulgaria", + "source_name": "Varna", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "104": { + "name": "Chisinau", + "data": { + "0": { + "avg": "223.756", + "max": "224.857", + "min": "223.543", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "312.058", + "max": "312.975", + "min": "311.731", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "149.588", + "max": "150.906", + "min": "149.27", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "36.545", + "max": "41.898", + "min": "35.929", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "47.392", + "max": "47.998", + "min": "47.209", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "295.635", + "max": "296.814", + "min": "295.433", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "38.846", + "max": "39.102", + "min": "38.682", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "323.718", + "max": "332.796", + "min": "322.985", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "55.157", + "max": "55.608", + "min": "55.031", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "73.462", + "max": "73.79", + "min": "73.279", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "48.262", + "max": "48.724", + "min": "48.036", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "194.115", + "max": "204.738", + "min": "193.266", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "127.229", + "max": "128.141", + "min": "127.039", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "136.477", + "max": "138.531", + "min": "136.276", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "151.829", + "max": "152.005", + "min": "151.688", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "130.207", + "max": "131.22", + "min": "129.927", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "69.428", + "max": "72.478", + "min": "69.004", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "137.778", + "max": "137.923", + "min": "137.659", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "63.962", + "max": "64.185", + "min": "63.813", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "38.415", + "max": "41.095", + "min": "38.157", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "322.068", + "max": "324.598", + "min": "321.825", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "145.349", + "max": "145.716", + "min": "145.201", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "188.621", + "max": "189.653", + "min": "188.385", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "202.22", + "max": "204.505", + "min": "201.984", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "54.269", + "max": "54.744", + "min": "53.961", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "57.54", + "max": "58.418", + "min": "57.371", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "47.276", + "max": "48.203", + "min": "47.076", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "34.515", + "max": "34.641", + "min": "34.382", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "34.498", + "max": "34.709", + "min": "34.383", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "172.866", + "max": "174.78", + "min": "172.447", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "192.821", + "max": "193.229", + "min": "192.634", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "46.395", + "max": "47.177", + "min": "46.254", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "211.329", + "max": "211.927", + "min": "211.165", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "60.339", + "max": "60.469", + "min": "60.253", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "53.355", + "max": "54.703", + "min": "53.047", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "278.871", + "max": "279.328", + "min": "278.676", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "192.657", + "max": "193.254", + "min": "192.55", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "176.043", + "max": "176.396", + "min": "175.78", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "159.643", + "max": "159.878", + "min": "159.46", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "138.391", + "max": "139.682", + "min": "138.202", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "197.886", + "max": "203.587", + "min": "197.178", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "52.049", + "max": "56.995", + "min": "51.442", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "93.499", + "max": "93.647", + "min": "93.403", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "57.413", + "max": "66.454", + "min": "56.875", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "179.505", + "max": "185.339", + "min": "179.185", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "31.292", + "max": "32.11", + "min": "30.877", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "77.065", + "max": "78.154", + "min": "76.813", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "205.983", + "max": "207.072", + "min": "205.741", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "291.233", + "max": "293.777", + "min": "289.894", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "164.629", + "max": "164.75", + "min": "164.534", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "126.913", + "max": "132.4", + "min": "126.478", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "201.408", + "max": "201.828", + "min": "201.114", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "112.233", + "max": "123.637", + "min": "97.481", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "136.981", + "max": "137.287", + "min": "136.767", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "184.524", + "max": "202.174", + "min": "180.036", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "216.54", + "max": "217.822", + "min": "216.26", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "68.155", + "max": "71.187", + "min": "67.379", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "339.043", + "max": "339.204", + "min": "338.912", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "46.72", + "max": "47.339", + "min": "46.358", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "53.274", + "max": "55.836", + "min": "53.068", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "90.962", + "max": "94.758", + "min": "90.096", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "108.208", + "max": "174.81", + "min": "102.51", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "209.609", + "max": "282.628", + "min": "206.489", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "405.097", + "max": "423.941", + "min": "404.214", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "56.07", + "max": "57.462", + "min": "55.892", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "11.386", + "max": "19.002", + "min": "10.928", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "129.599", + "max": "129.801", + "min": "129.501", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "72.105", + "max": "80.597", + "min": "71.366", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "256.123", + "max": "257.949", + "min": "255.525", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "183.349", + "max": "183.583", + "min": "183.195", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "256.206", + "max": "258.795", + "min": "255.901", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "185.739", + "max": "186.369", + "min": "185.372", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "191.58", + "max": "192.62", + "min": "191.263", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "154.112", + "max": "154.293", + "min": "153.992", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "90.34", + "max": "90.682", + "min": "90.171", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "51.208", + "max": "51.407", + "min": "51.052", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "149.516", + "max": "150.417", + "min": "149.297", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "179.654", + "max": "179.9", + "min": "179.485", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "142.779", + "max": "150.201", + "min": "142.205", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "142.057", + "max": "142.282", + "min": "141.911", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "172.909", + "max": "179.727", + "min": "172.342", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "130.284", + "max": "130.892", + "min": "129.92", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "297.651", + "max": "306.096", + "min": "296.176", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "198.738", + "max": "199.153", + "min": "198.579", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "192.622", + "max": "193.923", + "min": "192.345", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "104.095", + "max": "105.068", + "min": "103.744", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "60.461", + "max": "61.609", + "min": "60.17", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "154.724", + "max": "154.862", + "min": "154.609", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "149.641", + "max": "150.623", + "min": "149.334", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "58.035", + "max": "63.039", + "min": "57.603", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "162.752", + "max": "165.268", + "min": "161.977", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "196.311", + "max": "197.967", + "min": "196.101", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "56.767", + "max": "57.552", + "min": "56.658", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "337.097", + "max": "338.525", + "min": "336.783", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "145.712", + "max": "146.779", + "min": "145.524", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "150.26", + "max": "150.475", + "min": "150.098", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "193.366", + "max": "194.184", + "min": "193.111", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "192.776", + "max": "202.379", + "min": "191.636", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "194.891", + "max": "195.116", + "min": "194.714", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "147.238", + "max": "147.902", + "min": "146.968", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "161.157", + "max": "161.392", + "min": "161.069", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "204.327", + "max": "205.568", + "min": "204.081", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "0.034", + "max": "0.124", + "min": "0.021", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "349.632", + "max": "362.653", + "min": "348.842", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "155.609", + "max": "156.18", + "min": "155.397", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "370.615", + "max": "389.268", + "min": "320.75", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "218.882", + "max": "220.848", + "min": "218.377", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "119.36", + "max": "119.559", + "min": "119.212", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "139.808", + "max": "144.67", + "min": "139.408", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "180.915", + "max": "184.534", + "min": "179.821", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "289.177", + "max": "289.552", + "min": "288.962", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "318.716", + "max": "327.167", + "min": "318.23", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "154.609", + "max": "167.237", + "min": "141.513", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "147.594", + "max": "150.003", + "min": "147.249", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "409.997", + "max": "509.046", + "min": "226.894", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "148.259", + "max": "257.439", + "min": "64.014", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "216.278", + "max": "218.3", + "min": "215.745", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "294.427", + "max": "295.656", + "min": "294.167", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "163.196", + "max": "163.63", + "min": "163.026", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "160.917", + "max": "161.493", + "min": "160.603", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "150.844", + "max": "151.19", + "min": "150.558", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "231.167", + "max": "382.922", + "min": "154.387", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "250.446", + "max": "263.117", + "min": "249.849", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "65.497", + "max": "377.052", + "min": "51.006", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "64.15", + "max": "67.417", + "min": "63.91", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "59.37", + "max": "60.174", + "min": "58.895", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "129.26", + "max": "130.128", + "min": "128.535", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "199.308", + "max": "200.181", + "min": "199.053", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "154.907", + "max": "162.933", + "min": "154.388", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "221.122", + "max": "228.393", + "min": "220.56", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "153.181", + "max": "154.263", + "min": "152.861", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "143.167", + "max": "143.3", + "min": "143.025", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "147.529", + "max": "149.775", + "min": "147.269", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "327.215", + "max": "329.059", + "min": "326.502", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "171.825", + "max": "173.113", + "min": "171.663", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "113.719", + "max": "114.382", + "min": "113.461", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "178.974", + "max": "186.661", + "min": "177.602", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "155.346", + "max": "156.255", + "min": "155.019", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "149.104", + "max": "150.974", + "min": "148.761", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "135.232", + "max": "144.453", + "min": "134.567", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "26.293", + "max": "26.597", + "min": "26.108", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "206.051", + "max": "206.879", + "min": "205.66", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "56.114", + "max": "56.897", + "min": "55.907", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "27.127", + "max": "27.259", + "min": "27.05", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "217.002", + "max": "221.122", + "min": "216.36", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "52.234", + "max": "53.392", + "min": "51.739", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "18.999", + "max": "19.786", + "min": "18.834", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "172.847", + "max": "173.117", + "min": "172.73", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "59.041", + "max": "63.828", + "min": "58.741", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "63.584", + "max": "64.719", + "min": "63.362", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "43.225", + "max": "52.003", + "min": "42.006", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "284.728", + "max": "286.188", + "min": "284.533", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "32.306", + "max": "36.697", + "min": "31.885", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "42.665", + "max": "42.999", + "min": "42.487", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "135.121", + "max": "140.703", + "min": "134.818", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "172.074", + "max": "175.462", + "min": "171.477", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "59.604", + "max": "61.833", + "min": "59.133", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "334.463", + "max": "389.373", + "min": "325.336", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "152.953", + "max": "153.331", + "min": "152.781", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "291.271", + "max": "387.372", + "min": "285.382", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "181.886", + "max": "183.139", + "min": "181.683", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "432.11", + "max": "433.07", + "min": "431.721", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "48.785", + "max": "49.057", + "min": "48.583", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "109.584", + "max": "110.218", + "min": "109.383", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "135.735", + "max": "135.964", + "min": "135.64", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "215.431", + "max": "216.712", + "min": "215.2", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "107.098", + "max": "115.653", + "min": "106.486", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "177.033", + "max": "178.572", + "min": "176.823", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "262.701", + "max": "263.084", + "min": "262.543", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "119.453", + "max": "119.898", + "min": "119.284", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "140.308", + "max": "140.454", + "min": "140.213", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "44.176", + "max": "50.602", + "min": "43.613", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "177.516", + "max": "178.25", + "min": "177.397", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "62.333", + "max": "64.097", + "min": "62.037", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "44.89", + "max": "47.681", + "min": "44.594", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "67.323", + "max": "85.155", + "min": "66.52", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "47.834", + "max": "48.362", + "min": "47.65", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "59.066", + "max": "59.931", + "min": "58.727", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "89.435", + "max": "90.966", + "min": "89.179", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "49.774", + "max": "57.232", + "min": "49.337", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "73.308", + "max": "75.224", + "min": "72.963", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "71.46", + "max": "71.981", + "min": "71.249", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "40.831", + "max": "43.132", + "min": "40.443", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "69.062", + "max": "70.139", + "min": "68.214", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "39.445", + "max": "39.568", + "min": "39.277", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "48.904", + "max": "49.163", + "min": "48.723", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "77.265", + "max": "79.778", + "min": "76.866", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "51.993", + "max": "70.487", + "min": "50.627", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "72.419", + "max": "121.058", + "min": "46.755", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "49.284", + "max": "49.566", + "min": "49.159", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "70.854", + "max": "78.198", + "min": "70.291", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "59.936", + "max": "77.721", + "min": "58.865", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "55.406", + "max": "55.84", + "min": "54.931", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "58.86", + "max": "65.082", + "min": "58.154", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "369.473", + "max": "375.755", + "min": "369.098", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "38.98", + "max": "44.765", + "min": "38.535", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "64.68", + "max": "64.917", + "min": "64.461", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "50.882", + "max": "52.43", + "min": "50.681", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "213.059", + "max": "220.702", + "min": "211.743", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "54.529", + "max": "55.715", + "min": "54.338", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "41.97", + "max": "46.829", + "min": "41.445", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "42.507", + "max": "44.12", + "min": "42.301", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "42.229", + "max": "42.444", + "min": "42.06", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "322.329", + "max": "323.049", + "min": "321.845", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "129.611", + "max": "136.295", + "min": "128.542", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "319.76", + "max": "322.358", + "min": "319.569", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "174.615", + "max": "174.778", + "min": "174.473", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "47.269", + "max": "47.591", + "min": "47.074", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "169.928", + "max": "170.947", + "min": "169.608", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "207.61", + "max": "207.873", + "min": "207.335", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "71.152", + "max": "71.902", + "min": "70.941", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "75.156", + "max": "76.504", + "min": "74.796", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "59.424", + "max": "60.615", + "min": "59.098", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "54.943", + "max": "56.232", + "min": "54.626", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "153.318", + "max": "153.522", + "min": "153.235", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "157.423", + "max": "158.327", + "min": "157.255", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "249.977", + "max": "250.311", + "min": "249.715", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "208.967", + "max": "209.209", + "min": "208.835", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "45.049", + "max": "47.33", + "min": "44.683", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "119.407", + "max": "119.62", + "min": "119.281", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "40.684", + "max": "44.403", + "min": "39.872", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "281.191", + "max": "281.508", + "min": "281.06", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "172.446", + "max": "175.88", + "min": "168.872", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "69.262", + "max": "71.571", + "min": "68.906", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "94.767", + "max": "97.027", + "min": "93.819", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "188.859", + "max": "193.213", + "min": "187.66", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "274.672", + "max": "276.397", + "min": "274.197", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "285.691", + "max": "285.952", + "min": "285.518", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "126.142", + "max": "127.73", + "min": "125.828", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "79.982", + "max": "80.161", + "min": "79.9", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "52.196", + "max": "52.476", + "min": "52.089", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "85.626", + "max": "85.822", + "min": "85.484", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "137.596", + "max": "139.607", + "min": "137.238", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "139.603", + "max": "139.81", + "min": "139.436", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "95.521", + "max": "102.254", + "min": "93.596", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "205.047", + "max": "205.969", + "min": "204.709", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "153.994", + "max": "155.52", + "min": "153.032", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "94.06", + "max": "96.16", + "min": "93.392", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "134.224", + "max": "135.383", + "min": "133.908", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "69.423", + "max": "73.501", + "min": "68.789", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "327.585", + "max": "327.763", + "min": "327.467", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "223.073", + "max": "223.073", + "min": "223.073", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "55.333", + "max": "60.015", + "min": "55.092", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "52.629", + "max": "55.32", + "min": "52.338", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "155.531", + "max": "158.906", + "min": "155.13", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "76.948", + "max": "90.929", + "min": "68.711", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "52.491", + "max": "52.655", + "min": "52.369", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "209.314", + "max": "210.581", + "min": "209.093", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "52.405", + "max": "54.04", + "min": "52.095", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "156.117", + "max": "156.974", + "min": "155.895", + "id": "104", + "country": "Moldova", + "source_name": "Chisinau", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "126": { + "name": "Siauliai", + "data": { + "0": { + "avg": "295.121", + "max": "336.566", + "min": "272.759", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "292.772", + "max": "385.052", + "min": "289.046", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "116.448", + "max": "119.332", + "min": "115.606", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "31.83", + "max": "86.603", + "min": "28.331", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "46.202", + "max": "56.811", + "min": "45.25", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "266.412", + "max": "270.265", + "min": "265.628", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "36.106", + "max": "118.322", + "min": "30.403", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "311.699", + "max": "373.916", + "min": "307.31", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "21.979", + "max": "77.548", + "min": "19.575", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "19.183", + "max": "38.431", + "min": "17.569", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "42.417", + "max": "166.134", + "min": "37.563", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "153.033", + "max": "317.308", + "min": "146.598", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "112.751", + "max": "113.977", + "min": "112.273", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "118.519", + "max": "375.274", + "min": "108.205", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "143.498", + "max": "159.726", + "min": "142.552", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "120.408", + "max": "222.832", + "min": "115.56", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "57.307", + "max": "58.363", + "min": "56.932", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "126.118", + "max": "181.062", + "min": "123.181", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "63.393", + "max": "256.005", + "min": "53.185", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "29.197", + "max": "30.87", + "min": "28.805", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "309.381", + "max": "315.865", + "min": "308.599", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "135.932", + "max": "138.032", + "min": "135.36", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "190.802", + "max": "222.531", + "min": "187.905", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "181.446", + "max": "240.197", + "min": "177.364", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "14.95", + "max": "22.177", + "min": "14.082", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "39.668", + "max": "50.782", + "min": "38.852", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "51.18", + "max": "286.423", + "min": "39.567", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "29.012", + "max": "46.529", + "min": "27.567", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "49.562", + "max": "52.52", + "min": "48.788", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "169.386", + "max": "225.231", + "min": "166.19", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "185.927", + "max": "206.495", + "min": "184.163", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "45.96", + "max": "77.821", + "min": "44.136", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "168.025", + "max": "177.654", + "min": "166.653", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "60.613", + "max": "83.999", + "min": "59.011", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "42.38", + "max": "43.289", + "min": "41.911", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "191.665", + "max": "242.769", + "min": "188.378", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "183.849", + "max": "460.375", + "min": "172.792", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "163.458", + "max": "164.418", + "min": "163.105", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "141.811", + "max": "284.909", + "min": "135.994", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "113.856", + "max": "114.7", + "min": "113.277", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "179.222", + "max": "181.262", + "min": "178.288", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "46.822", + "max": "74.152", + "min": "44.337", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "73.872", + "max": "75.457", + "min": "73.321", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "14.424", + "max": "17.36", + "min": "13.449", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "170.085", + "max": "191.731", + "min": "168.674", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "55.964", + "max": "57.93", + "min": "55.109", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "34.237", + "max": "133.128", + "min": "29.643", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "207.774", + "max": "441.696", + "min": "199.306", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "273.906", + "max": "307.157", + "min": "270.579", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "152.637", + "max": "255.573", + "min": "148.525", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "116.826", + "max": "121.701", + "min": "116.158", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "189.487", + "max": "382.412", + "min": "182.324", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "90.212", + "max": "148.46", + "min": "38.616", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "135.602", + "max": "155.879", + "min": "133.2", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "172.424", + "max": "337.153", + "min": "160.546", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "294.446", + "max": "434.769", + "min": "288.154", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "68.408", + "max": "259.79", + "min": "60.735", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "333.457", + "max": "390.379", + "min": "331.173", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "70.718", + "max": "155.213", + "min": "66.574", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "43.912", + "max": "51.051", + "min": "43.019", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "82.21", + "max": "145.138", + "min": "79.346", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "95.979", + "max": "310.277", + "min": "84.479", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "230.474", + "max": "324.259", + "min": "224.605", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "305.197", + "max": "520.524", + "min": "297.086", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "74.967", + "max": "256.418", + "min": "66.871", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "50.784", + "max": "296.111", + "min": "40.663", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "113.614", + "max": "126.237", + "min": "112.218", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "64.706", + "max": "213.079", + "min": "56.203", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "251.494", + "max": "426.766", + "min": "241.324", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "161.592", + "max": "165.082", + "min": "160.989", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "281.347", + "max": "294.151", + "min": "280.069", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "177.874", + "max": "426.753", + "min": "168.413", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "184.266", + "max": "210.471", + "min": "181.824", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "79.88", + "max": "80.808", + "min": "79.406", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "65.053", + "max": "135.478", + "min": "61.957", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "135.482", + "max": "290.99", + "min": "128.957", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "205.273", + "max": "446.273", + "min": "195.058", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "130.736", + "max": "136.497", + "min": "129.935", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "124.661", + "max": "126.73", + "min": "124.141", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "164.303", + "max": "167.189", + "min": "163.762", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "115.525", + "max": "116.831", + "min": "114.965", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "239.251", + "max": "241.834", + "min": "238.433", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "176.823", + "max": "219.412", + "min": "173.413", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "164.203", + "max": "323.706", + "min": "152.977", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "97.675", + "max": "103.578", + "min": "96.946", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "55.294", + "max": "116.5", + "min": "50.038", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "134.071", + "max": "137.076", + "min": "133.292", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "129.589", + "max": "173.471", + "min": "126.079", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "45.203", + "max": "112.964", + "min": "41.578", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "142.938", + "max": "382.172", + "min": "133.952", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "172.306", + "max": "173.224", + "min": "171.938", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "62.578", + "max": "99.001", + "min": "58.863", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "276.793", + "max": "282.253", + "min": "275.829", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "128.126", + "max": "225.937", + "min": "118.82", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "153.729", + "max": "197.026", + "min": "150.465", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "182.919", + "max": "244.559", + "min": "177.832", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "173.41", + "max": "189.569", + "min": "172.317", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "187.08", + "max": "372.789", + "min": "178.69", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "136.072", + "max": "140.007", + "min": "135.324", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "137.546", + "max": "139.049", + "min": "137.138", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "176.942", + "max": "332.068", + "min": "170.82", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.553", + "max": "67.786", + "min": "51.061", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "355.631", + "max": "494.041", + "min": "346.537", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "132.043", + "max": "172.934", + "min": "130.123", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "218.548", + "max": "226.779", + "min": "217.629", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "120.104", + "max": "122.111", + "min": "119.367", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "157.504", + "max": "158.351", + "min": "157.199", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "276.182", + "max": "281.045", + "min": "275.399", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "305.641", + "max": "308.956", + "min": "303.659", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "106.333", + "max": "194.978", + "min": "102.553", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "176.467", + "max": "405.665", + "min": "162", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "392.932", + "max": "514.777", + "min": "248.041", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "134.804", + "max": "207.536", + "min": "61.049", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "194.842", + "max": "208.328", + "min": "193.683", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "240.736", + "max": "507.691", + "min": "230.886", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "157.788", + "max": "284.313", + "min": "150.839", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "138.758", + "max": "140.39", + "min": "138.085", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "145.571", + "max": "170.456", + "min": "143.887", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "210.306", + "max": "452.025", + "min": "132.056", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "219.82", + "max": "222.314", + "min": "219.137", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "0.035", + "max": "0.115", + "min": "0.021", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "12.794", + "max": "71.804", + "min": "8.076", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "31.181", + "max": "176.922", + "min": "23.808", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "114.116", + "max": "233.686", + "min": "103.517", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "199.245", + "max": "391.579", + "min": "191.959", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "159.186", + "max": "300.091", + "min": "148.608", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "201.528", + "max": "238.993", + "min": "199.781", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "143.954", + "max": "346.458", + "min": "129.429", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "137.215", + "max": "140.182", + "min": "136.526", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "132.958", + "max": "135.87", + "min": "132.369", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "328.07", + "max": "651.278", + "min": "315.434", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "151.844", + "max": "234.578", + "min": "148.609", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "113.636", + "max": "280.066", + "min": "107.189", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "159.64", + "max": "172.367", + "min": "157.493", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "156.293", + "max": "225.269", + "min": "152.73", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "150.344", + "max": "201.373", + "min": "144.51", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "108.701", + "max": "111.224", + "min": "108.166", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "36.3", + "max": "249.816", + "min": "28.5", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "205.428", + "max": "236.981", + "min": "203.436", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "20.723", + "max": "21.459", + "min": "20.147", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "46.623", + "max": "165.302", + "min": "41.96", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.694", + "max": "231.848", + "min": "210.257", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "34.57", + "max": "36.311", + "min": "33.978", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "51.174", + "max": "70.38", + "min": "49.47", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "154.344", + "max": "155.516", + "min": "153.794", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "49.665", + "max": "278.317", + "min": "34.639", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "41.504", + "max": "123.526", + "min": "38.064", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "37.193", + "max": "69.343", + "min": "32.061", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "239.83", + "max": "450.307", + "min": "226.816", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "63.467", + "max": "109.037", + "min": "60.56", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "45.724", + "max": "76.281", + "min": "44.338", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.906", + "max": "184.761", + "min": "122.371", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "170.436", + "max": "172.131", + "min": "169.799", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "50.38", + "max": "211.167", + "min": "44.239", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "289.24", + "max": "465.858", + "min": "274.789", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "149.878", + "max": "150.83", + "min": "149.459", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "286.419", + "max": "416.105", + "min": "270.275", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "156.38", + "max": "163.607", + "min": "155.671", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "408.075", + "max": "490.314", + "min": "404.519", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "9.778", + "max": "139.878", + "min": "3.969", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "119.701", + "max": "493.714", + "min": "105.586", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "90.79", + "max": "126.186", + "min": "88.801", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "200.787", + "max": "201.606", + "min": "200.366", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "113.571", + "max": "233.873", + "min": "108.888", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "174.175", + "max": "327.848", + "min": "168.007", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "282.445", + "max": "314.722", + "min": "280.292", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "114.389", + "max": "117.802", + "min": "113.816", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "123.223", + "max": "128.503", + "min": "0", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "38.499", + "max": "163.292", + "min": "33.719", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "161.684", + "max": "165.047", + "min": "161.063", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "46.12", + "max": "96.905", + "min": "43.851", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "47.241", + "max": "237.263", + "min": "39.471", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "59.998", + "max": "229.593", + "min": "41.806", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "49.865", + "max": "59.911", + "min": "48.517", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "49.389", + "max": "53.866", + "min": "48.579", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "94.199", + "max": "511.774", + "min": "79.231", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "69.375", + "max": "186.058", + "min": "64.85", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "48.224", + "max": "53.592", + "min": "47.584", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "79.588", + "max": "196.614", + "min": "70.779", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "30.969", + "max": "37.719", + "min": "29.962", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "36.871", + "max": "39.944", + "min": "36.274", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "47.921", + "max": "78.9", + "min": "44.744", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "28.798", + "max": "256.928", + "min": "19.844", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "99.915", + "max": "101.381", + "min": "99.392", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "55.823", + "max": "160.56", + "min": "51.198", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "55.814", + "max": "246.51", + "min": "32.986", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "50.925", + "max": "52.856", + "min": "50.398", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "92.084", + "max": "92.844", + "min": "91.672", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "27.831", + "max": "55.825", + "min": "26.457", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "69.206", + "max": "72.388", + "min": "68.299", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "38.514", + "max": "58.891", + "min": "37.159", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "221.915", + "max": "510.252", + "min": "199.685", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "43.102", + "max": "46.149", + "min": "42.692", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "42.142", + "max": "178.639", + "min": "36.858", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "35.386", + "max": "51.463", + "min": "34.257", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "209.606", + "max": "299.355", + "min": "203.899", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "55.388", + "max": "71.103", + "min": "54.212", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "35.838", + "max": "39.064", + "min": "35.216", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "37.916", + "max": "69.321", + "min": "34.543", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "33.595", + "max": "71.307", + "min": "31.762", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.927", + "max": "619.639", + "min": "326.736", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "114.833", + "max": "314.172", + "min": "105.907", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "272.471", + "max": "391.21", + "min": "257.234", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "191.488", + "max": "315.654", + "min": "182.213", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "35.931", + "max": "40.344", + "min": "35.371", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "131.026", + "max": "145.436", + "min": "130.179", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "196.017", + "max": "230.797", + "min": "193.424", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "46.499", + "max": "47.624", + "min": "46.01", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "83.846", + "max": "93.53", + "min": "82.587", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "49.271", + "max": "198.543", + "min": "43.493", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "35.082", + "max": "110.233", + "min": "31.824", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "129.097", + "max": "133.077", + "min": "128.554", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "132.782", + "max": "136.58", + "min": "132.235", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "283.946", + "max": "448.221", + "min": "276.25", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "112.446", + "max": "132.88", + "min": "110.893", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "38.06", + "max": "39.035", + "min": "37.511", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "113.391", + "max": "118.492", + "min": "112.877", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "48.693", + "max": "140.055", + "min": "44.642", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "230.725", + "max": "232.777", + "min": "230.139", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.675", + "max": "158.124", + "min": "151.9", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "65.786", + "max": "208.312", + "min": "59.93", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "72.454", + "max": "95.076", + "min": "70.546", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "195.27", + "max": "259.923", + "min": "190.969", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "131.055", + "max": "150.504", + "min": "129.418", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "215.924", + "max": "431.807", + "min": "208.12", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "97.61", + "max": "116.401", + "min": "96.448", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "68.616", + "max": "91.531", + "min": "67.379", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "37.228", + "max": "60.89", + "min": "35.898", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "91.621", + "max": "171.886", + "min": "87.043", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "122.393", + "max": "179.971", + "min": "118.763", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "121.463", + "max": "208.804", + "min": "117.924", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "99.354", + "max": "329.428", + "min": "89.554", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "213.977", + "max": "229.187", + "min": "199.993", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "126.764", + "max": "179.732", + "min": "123.258", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "80.314", + "max": "80.981", + "min": "79.937", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "140.392", + "max": "375.682", + "min": "131.57", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "52.568", + "max": "115.447", + "min": "48.703", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "206.678", + "max": "211.814", + "min": "202.889", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "214.031", + "max": "214.031", + "min": "214.031", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "55.457", + "max": "266.652", + "min": "44.889", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "41.852", + "max": "295.472", + "min": "30.665", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "139.975", + "max": "144.583", + "min": "139.067", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "68.198", + "max": "167.896", + "min": "56.987", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "65.833", + "max": "69.811", + "min": "65.312", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "193.441", + "max": "203.897", + "min": "192.369", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "102.222", + "max": "105.615", + "min": "101.724", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "133.392", + "max": "137.35", + "min": "132.99", + "id": "126", + "country": "Lithuania", + "source_name": "Siauliai", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "127": { + "name": "Riga", + "data": { + "0": { + "avg": "240.219", + "max": "240.346", + "min": "240.089", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "296.651", + "max": "297.861", + "min": "296.446", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "115.992", + "max": "116.083", + "min": "115.928", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "36.83", + "max": "42.977", + "min": "36.115", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "46.66", + "max": "46.853", + "min": "46.554", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "253.396", + "max": "253.74", + "min": "253.305", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "32.955", + "max": "33.169", + "min": "32.886", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "310.829", + "max": "322.921", + "min": "309.89", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "21.759", + "max": "21.868", + "min": "21.695", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "8.636", + "max": "9.645", + "min": "8.416", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "38.103", + "max": "38.478", + "min": "37.919", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "144.579", + "max": "161.326", + "min": "143.933", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "109.578", + "max": "109.629", + "min": "109.523", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "106.805", + "max": "107.176", + "min": "106.711", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "144.488", + "max": "144.786", + "min": "144.382", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "109.213", + "max": "109.685", + "min": "109.056", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "53.569", + "max": "53.76", + "min": "53.432", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "129.479", + "max": "129.838", + "min": "129.328", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "52.277", + "max": "52.47", + "min": "52.151", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "33.495", + "max": "33.781", + "min": "33.448", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "314.685", + "max": "314.789", + "min": "314.613", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "131.099", + "max": "131.174", + "min": "131.02", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "181.781", + "max": "181.864", + "min": "181.712", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "167.264", + "max": "167.424", + "min": "167.161", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "6.498", + "max": "6.885", + "min": "6.343", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "32.462", + "max": "32.549", + "min": "32.39", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "43.881", + "max": "44.494", + "min": "43.756", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "28.265", + "max": "29.065", + "min": "28.028", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "33.682", + "max": "33.79", + "min": "33.609", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "168.269", + "max": "168.975", + "min": "167.932", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "179.922", + "max": "180.108", + "min": "179.805", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "25.331", + "max": "26.397", + "min": "25.226", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "173.645", + "max": "188.141", + "min": "172.964", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "45.925", + "max": "46.137", + "min": "45.84", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "34.055", + "max": "35.587", + "min": "33.8", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "197.392", + "max": "199.655", + "min": "197.101", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "177.764", + "max": "177.803", + "min": "177.726", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "166.206", + "max": "166.408", + "min": "166.017", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "135.318", + "max": "135.758", + "min": "135.164", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "117.674", + "max": "118.525", + "min": "117.42", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "179.334", + "max": "184.366", + "min": "178.831", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "42.657", + "max": "45.317", + "min": "42.242", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "73.699", + "max": "74.364", + "min": "73.553", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "7.099", + "max": "7.498", + "min": "7.028", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.248", + "max": "161.457", + "min": "161.138", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "55.388", + "max": "55.893", + "min": "54.884", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "21.74", + "max": "21.975", + "min": "21.611", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "186.351", + "max": "186.678", + "min": "186.207", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "280.395", + "max": "280.89", + "min": "280.256", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "151.831", + "max": "151.961", + "min": "151.778", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "117.284", + "max": "117.536", + "min": "117.082", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "176.467", + "max": "177.657", + "min": "176.231", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "108.878", + "max": "119.704", + "min": "102.195", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "138.522", + "max": "138.676", + "min": "138.394", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "177.796", + "max": "203.005", + "min": "173.971", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "377.351", + "max": "377.837", + "min": "377.159", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "60.644", + "max": "66.595", + "min": "59.703", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "333.687", + "max": "334.314", + "min": "333.571", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "62.452", + "max": "64.572", + "min": "62.014", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "41.31", + "max": "42.012", + "min": "41.197", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "80.76", + "max": "81.733", + "min": "80.383", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "101.455", + "max": "145.105", + "min": "98.47", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "210.89", + "max": "275.618", + "min": "204.282", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "240.63", + "max": "241.123", + "min": "240.545", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "72.352", + "max": "73.614", + "min": "72.203", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "43.954", + "max": "44.166", + "min": "43.892", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "110.219", + "max": "110.357", + "min": "110.136", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "66.612", + "max": "66.97", + "min": "66.316", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "246.391", + "max": "248.068", + "min": "245.866", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "159.521", + "max": "160.817", + "min": "159.362", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "323.139", + "max": "323.719", + "min": "323.003", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "172.967", + "max": "173.429", + "min": "172.768", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "183.699", + "max": "185.589", + "min": "183.5", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "133.378", + "max": "133.486", + "min": "133.309", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "83.781", + "max": "84.636", + "min": "83.498", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "59.832", + "max": "60.001", + "min": "59.731", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "132.7", + "max": "132.855", + "min": "132.604", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "172.624", + "max": "172.814", + "min": "172.419", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "132.927", + "max": "144.116", + "min": "132.325", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "125.271", + "max": "125.48", + "min": "125.061", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "164.651", + "max": "165.016", + "min": "164.387", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "127.642", + "max": "128.477", + "min": "127.235", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "259.639", + "max": "263.528", + "min": "259.297", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "159.989", + "max": "160.467", + "min": "159.847", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "153.601", + "max": "153.719", + "min": "153.527", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "95.738", + "max": "96.753", + "min": "95.397", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "48.199", + "max": "51.252", + "min": "47.808", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "142.477", + "max": "142.667", + "min": "142.356", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "133.025", + "max": "133.414", + "min": "132.869", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "42.394", + "max": "46.416", + "min": "42.018", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "136.722", + "max": "139.978", + "min": "136.082", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "174.551", + "max": "175.144", + "min": "174.313", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "58.306", + "max": "58.448", + "min": "58.25", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "313.571", + "max": "320.59", + "min": "313.106", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "115.248", + "max": "116.117", + "min": "115.073", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "142.818", + "max": "143.41", + "min": "142.692", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "181.571", + "max": "181.756", + "min": "181.366", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "164.392", + "max": "183.293", + "min": "163.205", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "176.895", + "max": "177.06", + "min": "176.803", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "136.959", + "max": "138.614", + "min": "136.71", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "139.123", + "max": "139.917", + "min": "139.049", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "174.324", + "max": "174.724", + "min": "174.168", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "63.971", + "max": "64.344", + "min": "63.803", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "345.325", + "max": "346.6", + "min": "344.931", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "133.467", + "max": "133.678", + "min": "133.358", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "350.705", + "max": "365.941", + "min": "309.08", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "211.887", + "max": "213.765", + "min": "211.095", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "111.429", + "max": "111.691", + "min": "111.203", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "127.158", + "max": "127.541", + "min": "126.988", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "154.324", + "max": "156.932", + "min": "153.624", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "332.326", + "max": "336.107", + "min": "325.852", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.149", + "max": "297.302", + "min": "296.997", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "106.808", + "max": "106.95", + "min": "106.715", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "160.51", + "max": "169.832", + "min": "159.802", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "396.214", + "max": "514.224", + "min": "228.955", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "140.955", + "max": "240.092", + "min": "69.427", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "194.576", + "max": "209.171", + "min": "193.769", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "271.702", + "max": "272.079", + "min": "271.515", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "157.444", + "max": "157.844", + "min": "157.304", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "141.561", + "max": "143.453", + "min": "141.243", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "146.919", + "max": "147.268", + "min": "146.598", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "210.787", + "max": "376.516", + "min": "133.304", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "216.966", + "max": "217.648", + "min": "216.848", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "19.072", + "max": "158.329", + "min": "8.113", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "0.023", + "max": "0.042", + "min": "0.017", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "19.51", + "max": "20.833", + "min": "19.06", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "107.231", + "max": "107.423", + "min": "107.129", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "185.444", + "max": "186.069", + "min": "185.213", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "137.369", + "max": "137.656", + "min": "137.201", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "195.826", + "max": "197.977", + "min": "195.57", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "133.226", + "max": "133.377", + "min": "133.079", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "131.891", + "max": "132.043", + "min": "131.74", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "132.47", + "max": "132.808", + "min": "132.214", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "320.452", + "max": "321.624", + "min": "320.015", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "152.676", + "max": "152.93", + "min": "152.628", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "105.087", + "max": "105.412", + "min": "104.972", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "160.113", + "max": "185.244", + "min": "158.354", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "153.181", + "max": "153.337", + "min": "153.011", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "140.724", + "max": "141.1", + "min": "140.496", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "113.875", + "max": "113.989", + "min": "113.754", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "32.843", + "max": "33.265", + "min": "32.708", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "311.488", + "max": "317.795", + "min": "310.922", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "11.608", + "max": "12.049", + "min": "11.496", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "29.777", + "max": "29.952", + "min": "29.654", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "213.293", + "max": "223.372", + "min": "212.624", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "35.49", + "max": "36.474", + "min": "35.271", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "71.412", + "max": "71.952", + "min": "71.31", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "168.68", + "max": "168.855", + "min": "168.623", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "33.077", + "max": "34.474", + "min": "32.903", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "35.069", + "max": "35.13", + "min": "35.006", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "32.546", + "max": "39.406", + "min": "31.099", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "225.987", + "max": "226.073", + "min": "225.94", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "69.48", + "max": "70.19", + "min": "69.348", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "42.465", + "max": "73.495", + "min": "41.251", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "117.193", + "max": "117.428", + "min": "117.096", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "171.454", + "max": "171.882", + "min": "171.2", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "23.004", + "max": "24.413", + "min": "22.74", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "281.381", + "max": "329.939", + "min": "273.08", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "146.407", + "max": "146.665", + "min": "146.193", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "153.626", + "max": "153.806", + "min": "153.557", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "409.359", + "max": "409.705", + "min": "409.073", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "5.101", + "max": "5.238", + "min": "5.04", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "104.451", + "max": "104.846", + "min": "104.186", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "80.889", + "max": "80.987", + "min": "80.784", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "204.64", + "max": "204.862", + "min": "204.559", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "67.971", + "max": "68.135", + "min": "67.857", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "165.021", + "max": "165.379", + "min": "164.885", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "237.665", + "max": "240.092", + "min": "236.989", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "112.07", + "max": "112.238", + "min": "111.94", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "118.578", + "max": "119.013", + "min": "118.495", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "34.445", + "max": "35.517", + "min": "34.257", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "178.412", + "max": "178.836", + "min": "178.327", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "42.328", + "max": "42.512", + "min": "42.253", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "37.798", + "max": "38.215", + "min": "37.666", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "49.017", + "max": "70.194", + "min": "48.018", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "47.225", + "max": "47.279", + "min": "47.17", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "49.928", + "max": "50.573", + "min": "49.65", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "102.485", + "max": "102.722", + "min": "102.365", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "63.494", + "max": "63.663", + "min": "63.409", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "35.968", + "max": "36.114", + "min": "35.866", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.592", + "max": "69.382", + "min": "68.389", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "29.428", + "max": "30.363", + "min": "29.318", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "33.146", + "max": "33.249", + "min": "33.051", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "63.694", + "max": "63.775", + "min": "63.602", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "47.204", + "max": "47.276", + "min": "47.071", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "88.397", + "max": "88.664", + "min": "88.209", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "56.649", + "max": "64.142", + "min": "55.457", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "37.919", + "max": "67.212", + "min": "21.415", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "37.677", + "max": "37.97", + "min": "37.527", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "87.704", + "max": "88.455", + "min": "87.511", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "27.068", + "max": "43.441", + "min": "26.36", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "78.338", + "max": "78.86", + "min": "78.004", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "37.114", + "max": "50.584", + "min": "36.461", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "230.875", + "max": "232.476", + "min": "230.726", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "44.091", + "max": "44.499", + "min": "43.963", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "36.062", + "max": "36.242", + "min": "35.875", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "35.659", + "max": "35.851", + "min": "35.587", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "192.248", + "max": "199.208", + "min": "191.254", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "57.952", + "max": "58.271", + "min": "57.828", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "35.424", + "max": "44.522", + "min": "34.942", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "33.997", + "max": "34.392", + "min": "33.898", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "32.604", + "max": "32.811", + "min": "32.322", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "284.29", + "max": "284.717", + "min": "284.078", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "109.415", + "max": "115.945", + "min": "108.665", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "243.694", + "max": "245.667", + "min": "237.472", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "173.5", + "max": "174.438", + "min": "173.385", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "36.618", + "max": "36.881", + "min": "36.473", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "117.779", + "max": "121.228", + "min": "117.38", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "198.918", + "max": "199.291", + "min": "198.593", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "44.749", + "max": "45.036", + "min": "44.584", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "84.053", + "max": "84.936", + "min": "83.856", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "46.56", + "max": "47.816", + "min": "46.177", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "33.532", + "max": "34.643", + "min": "33.3", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "131.196", + "max": "131.359", + "min": "131.145", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "139.058", + "max": "140.101", + "min": "138.952", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "255.292", + "max": "259.678", + "min": "254.886", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "111.624", + "max": "111.873", + "min": "111.579", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "36.078", + "max": "36.438", + "min": "35.937", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "110.748", + "max": "110.855", + "min": "110.699", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "45.041", + "max": "45.239", + "min": "44.917", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "267.581", + "max": "270.642", + "min": "267.351", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "158.932", + "max": "161.774", + "min": "155.282", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "49.587", + "max": "49.974", + "min": "49.444", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "75.155", + "max": "76.069", + "min": "74.447", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "186.396", + "max": "189.208", + "min": "185.316", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "135.332", + "max": "136.08", + "min": "134.978", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "210.927", + "max": "211.099", + "min": "210.794", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "92.593", + "max": "92.96", + "min": "92.441", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "67.664", + "max": "67.75", + "min": "67.59", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "53.896", + "max": "54.032", + "min": "53.85", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "66.924", + "max": "67.297", + "min": "66.825", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "118.759", + "max": "121.679", + "min": "118.29", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "120.848", + "max": "121.059", + "min": "120.714", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "95.25", + "max": "103.233", + "min": "93.048", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "192.481", + "max": "198.073", + "min": "191.816", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "118.067", + "max": "119.896", + "min": "117.172", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "79.586", + "max": "80.194", + "min": "79.359", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "133.868", + "max": "134.231", + "min": "133.544", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "54.136", + "max": "58.475", + "min": "53.859", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "225.822", + "max": "227.976", + "min": "219.122", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "215.613", + "max": "215.613", + "min": "215.613", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "36.004", + "max": "36.067", + "min": "35.954", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "34.853", + "max": "35.461", + "min": "34.779", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "137.517", + "max": "144.472", + "min": "137.006", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "62.106", + "max": "76.839", + "min": "54.073", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "53.319", + "max": "53.481", + "min": "53.213", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "210.519", + "max": "212.341", + "min": "210.282", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "73.953", + "max": "76.406", + "min": "73.6", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "130.451", + "max": "132.341", + "min": "130.235", + "id": "127", + "country": "Latvia", + "source_name": "Riga", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "147": { + "name": "Bratislava", + "data": { + "0": { + "avg": "257.855", + "max": "258.033", + "min": "257.709", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "245.645", + "max": "251.132", + "min": "245.161", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "111.523", + "max": "112.091", + "min": "111.41", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "1.129", + "max": "6.931", + "min": "0.276", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "23.452", + "max": "24.648", + "min": "23.193", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "276.395", + "max": "276.869", + "min": "276.271", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "24.056", + "max": "24.276", + "min": "23.972", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "293.385", + "max": "302.641", + "min": "292.43", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "56.818", + "max": "57.12", + "min": "56.698", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "35.817", + "max": "38.734", + "min": "35.316", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "27.343", + "max": "34.57", + "min": "26.87", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "141.154", + "max": "142.38", + "min": "140.967", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "104.832", + "max": "105.461", + "min": "104.725", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "95.825", + "max": "103.222", + "min": "95.312", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.419", + "max": "129.842", + "min": "129.288", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "102.178", + "max": "102.822", + "min": "101.863", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "41.317", + "max": "41.773", + "min": "41.051", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "114.886", + "max": "115.226", + "min": "114.76", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "39.742", + "max": "40.224", + "min": "39.549", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "1.749", + "max": "1.915", + "min": "1.676", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "272.303", + "max": "274.275", + "min": "272.097", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "124.205", + "max": "124.49", + "min": "124.077", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "174.441", + "max": "175.346", + "min": "174.273", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "178.688", + "max": "180.268", + "min": "178.41", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "44.87", + "max": "45.375", + "min": "44.702", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "19.973", + "max": "20.198", + "min": "19.853", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "17.332", + "max": "18.19", + "min": "17.18", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "24.029", + "max": "24.401", + "min": "23.906", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "13.415", + "max": "14.473", + "min": "13.239", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "170.558", + "max": "171.221", + "min": "170.326", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "256.163", + "max": "256.443", + "min": "256.036", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "14.103", + "max": "14.47", + "min": "13.905", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "174.282", + "max": "177.874", + "min": "173.869", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "51.284", + "max": "51.424", + "min": "51.157", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "14.037", + "max": "15.252", + "min": "13.82", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "260.469", + "max": "262.742", + "min": "260.249", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.385", + "max": "165.543", + "min": "165.276", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "152.499", + "max": "155.53", + "min": "152.26", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "136.928", + "max": "140.883", + "min": "136.645", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "103.877", + "max": "104.958", + "min": "103.599", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "171.004", + "max": "176.105", + "min": "170.252", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "31.117", + "max": "33.572", + "min": "30.758", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "62.71", + "max": "62.963", + "min": "62.607", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "37.849", + "max": "38.222", + "min": "37.696", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "233.571", + "max": "234.186", + "min": "233.451", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "10.195", + "max": "10.856", + "min": "9.907", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "38.883", + "max": "39.127", + "min": "38.729", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "186.199", + "max": "186.35", + "min": "186.046", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "262.142", + "max": "262.616", + "min": "262.005", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "132.732", + "max": "132.87", + "min": "132.657", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "102.086", + "max": "102.199", + "min": "101.987", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "174.246", + "max": "178.097", + "min": "173.663", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "50.617", + "max": "66.882", + "min": "37.54", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "135.578", + "max": "136.868", + "min": "135.45", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "147.691", + "max": "217.34", + "min": "142.251", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "270.601", + "max": "272.031", + "min": "270.389", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "44.977", + "max": "46.655", + "min": "44.032", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "325.042", + "max": "325.413", + "min": "324.956", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "10.574", + "max": "13.15", + "min": "10.058", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "18.244", + "max": "18.398", + "min": "18.127", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "63.539", + "max": "64.156", + "min": "63.13", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "79.887", + "max": "131.982", + "min": "75.671", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "224.776", + "max": "341.652", + "min": "214.656", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "350.99", + "max": "351.768", + "min": "350.782", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "37.339", + "max": "37.566", + "min": "37.172", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "27.188", + "max": "27.329", + "min": "27.107", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "104.757", + "max": "105.293", + "min": "104.624", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "21.774", + "max": "22.455", + "min": "21.309", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "237.422", + "max": "239.427", + "min": "236.401", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "143.425", + "max": "144.92", + "min": "143.193", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "264.877", + "max": "265.531", + "min": "264.646", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "167.359", + "max": "171.149", + "min": "166.933", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "171.956", + "max": "175.178", + "min": "171.586", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "118.133", + "max": "118.223", + "min": "118.055", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "67.751", + "max": "68.823", + "min": "67.587", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "34.972", + "max": "36.251", + "min": "34.751", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "111.306", + "max": "114.615", + "min": "111.078", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "171.783", + "max": "171.964", + "min": "171.695", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "119.319", + "max": "120.371", + "min": "119.109", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "120.52", + "max": "120.789", + "min": "120.404", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "180.517", + "max": "183.703", + "min": "180.229", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "112.399", + "max": "112.832", + "min": "112.174", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "198.952", + "max": "199.614", + "min": "197.499", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "150.326", + "max": "151.158", + "min": "150.046", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "165.812", + "max": "165.961", + "min": "165.723", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "84.944", + "max": "85.831", + "min": "84.602", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "39.387", + "max": "40.341", + "min": "39.111", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "127.013", + "max": "127.275", + "min": "126.876", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "125.793", + "max": "126.123", + "min": "125.639", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "33.586", + "max": "41.107", + "min": "33.112", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "147.18", + "max": "149.385", + "min": "146.523", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "171.219", + "max": "171.631", + "min": "171.068", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "39.722", + "max": "39.919", + "min": "39.622", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "293.339", + "max": "293.805", + "min": "293.15", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "109.751", + "max": "111.026", + "min": "109.508", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.201", + "max": "131.517", + "min": "131.024", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "176.015", + "max": "176.364", + "min": "175.794", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "159.868", + "max": "164.896", + "min": "159.104", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "173.209", + "max": "173.547", + "min": "173.085", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "122.094", + "max": "125.052", + "min": "121.702", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "130.082", + "max": "130.369", + "min": "129.977", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "179.512", + "max": "179.849", + "min": "179.358", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "26.357", + "max": "27.291", + "min": "26.095", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "329.611", + "max": "332.724", + "min": "328.988", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "126.665", + "max": "127.054", + "min": "126.477", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "336.136", + "max": "351.397", + "min": "296.505", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "184.553", + "max": "187.702", + "min": "184.239", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "104.872", + "max": "105.123", + "min": "104.729", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "123.26", + "max": "123.444", + "min": "123.095", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "148.08", + "max": "149.114", + "min": "147.901", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "329.923", + "max": "340.552", + "min": "329.403", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "297.968", + "max": "298.773", + "min": "297.799", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "97.7", + "max": "97.817", + "min": "97.611", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.426", + "max": "191.676", + "min": "151.911", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "374.609", + "max": "484.742", + "min": "179.628", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "134.343", + "max": "251.509", + "min": "40.616", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "185.559", + "max": "193.773", + "min": "184.8", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "248.608", + "max": "249.752", + "min": "248.4", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "142.594", + "max": "142.83", + "min": "142.487", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "142.115", + "max": "142.765", + "min": "141.823", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "144.35", + "max": "144.905", + "min": "144.232", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "200.497", + "max": "348.807", + "min": "119.339", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "244.901", + "max": "245.328", + "min": "244.756", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "36.65", + "max": "206.505", + "min": "28.16", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "32.83", + "max": "33.058", + "min": "32.751", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "122.062", + "max": "123.569", + "min": "121.478", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "98.362", + "max": "98.918", + "min": "98.004", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "258.044", + "max": "258.384", + "min": "257.899", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "134.929", + "max": "136.905", + "min": "134.659", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "203.104", + "max": "206.62", + "min": "202.821", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "126.991", + "max": "127.548", + "min": "126.804", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "127.048", + "max": "127.265", + "min": "126.933", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "131.835", + "max": "132.312", + "min": "131.715", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "306.178", + "max": "307.818", + "min": "305.614", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "148.898", + "max": "149.264", + "min": "148.813", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "93.842", + "max": "94.139", + "min": "93.646", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "154.788", + "max": "162.981", + "min": "153.698", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "149.396", + "max": "149.724", + "min": "149.272", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "127.728", + "max": "128.055", + "min": "127.618", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "96.579", + "max": "98.293", + "min": "96.359", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "0.03", + "max": "0.261", + "min": "0.017", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "188.193", + "max": "189.016", + "min": "187.747", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "46.967", + "max": "47.733", + "min": "46.808", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "13.147", + "max": "13.398", + "min": "13.034", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "224.518", + "max": "230.312", + "min": "224.195", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "18.111", + "max": "18.843", + "min": "17.817", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "13.737", + "max": "14.763", + "min": "13.503", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "133.196", + "max": "133.361", + "min": "133.09", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "31.468", + "max": "31.812", + "min": "31.376", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "33.464", + "max": "34.571", + "min": "33.33", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "17.7", + "max": "29.814", + "min": "16.491", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "290.247", + "max": "290.429", + "min": "290.087", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "15.659", + "max": "18.245", + "min": "15.421", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "19.275", + "max": "58.839", + "min": "17.694", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "106.577", + "max": "107.07", + "min": "106.451", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "184.377", + "max": "185.761", + "min": "184.201", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "43.443", + "max": "46.036", + "min": "43.127", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "336.396", + "max": "385.626", + "min": "329.387", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "143.233", + "max": "143.501", + "min": "143.096", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "265.659", + "max": "353.718", + "min": "257.707", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "137.738", + "max": "138.043", + "min": "137.63", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "207.33", + "max": "210.654", + "min": "207.15", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "29.994", + "max": "30.431", + "min": "29.838", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "97.839", + "max": "98.028", + "min": "97.718", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "88.891", + "max": "89.231", + "min": "88.786", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "188.352", + "max": "188.47", + "min": "188.272", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "100.003", + "max": "100.26", + "min": "99.893", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "152.229", + "max": "152.958", + "min": "152.027", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "222.948", + "max": "230.621", + "min": "212.283", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "96.297", + "max": "96.508", + "min": "96.133", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "119.588", + "max": "120.682", + "min": "119.413", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "33.323", + "max": "37.119", + "min": "32.764", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "287.482", + "max": "287.719", + "min": "287.362", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "37.909", + "max": "38.655", + "min": "37.731", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "17.968", + "max": "18.529", + "min": "17.725", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "27.291", + "max": "37.183", + "min": "26.748", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "17.484", + "max": "19.631", + "min": "17.301", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "35.139", + "max": "35.478", + "min": "34.944", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "66.592", + "max": "67.364", + "min": "66.41", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "17.338", + "max": "17.475", + "min": "17.209", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "62.784", + "max": "68.163", + "min": "61.991", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "53.63", + "max": "56.539", + "min": "53.359", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "25.334", + "max": "35.547", + "min": "24.838", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "25.709", + "max": "25.869", + "min": "25.592", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.375", + "max": "24.559", + "min": "24.26", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "10.238", + "max": "10.451", + "min": "10.084", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "51.657", + "max": "56.043", + "min": "51.34", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "24.997", + "max": "43.765", + "min": "23.335", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "30.667", + "max": "44.214", + "min": "15.002", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "30.426", + "max": "30.536", + "min": "30.317", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "53.598", + "max": "54.268", + "min": "53.367", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "42.572", + "max": "51.551", + "min": "41.777", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "20.767", + "max": "21.324", + "min": "20.313", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "24.419", + "max": "26.716", + "min": "24.048", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "286.944", + "max": "324.211", + "min": "285.304", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "14.953", + "max": "17.427", + "min": "14.717", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "21.393", + "max": "21.738", + "min": "21.162", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "9.644", + "max": "10.494", + "min": "9.477", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "191.252", + "max": "196.965", + "min": "190.14", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "26.185", + "max": "26.405", + "min": "26.028", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "24.581", + "max": "26.049", + "min": "24.402", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "24.908", + "max": "25.575", + "min": "24.684", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "23.691", + "max": "23.859", + "min": "23.54", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "251.071", + "max": "260.06", + "min": "249.029", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "102.014", + "max": "106.6", + "min": "101.246", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "256.814", + "max": "271.474", + "min": "208.112", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "149.752", + "max": "150.954", + "min": "148.97", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "27.868", + "max": "28.016", + "min": "27.788", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "141.761", + "max": "142.126", + "min": "141.571", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "174.998", + "max": "176.056", + "min": "174.793", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "30.326", + "max": "30.568", + "min": "30.109", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "30.203", + "max": "30.567", + "min": "30.037", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "34.087", + "max": "35.852", + "min": "33.779", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "23.892", + "max": "24.453", + "min": "23.7", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "123.828", + "max": "124.367", + "min": "123.733", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "128.091", + "max": "128.282", + "min": "128.025", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "267.93", + "max": "271.436", + "min": "267.553", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "100.174", + "max": "100.348", + "min": "100.086", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "25.628", + "max": "25.903", + "min": "25.463", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "99.51", + "max": "99.677", + "min": "99.392", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "15.103", + "max": "18.151", + "min": "14.837", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "258.708", + "max": "259.067", + "min": "258.547", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "142.092", + "max": "145.145", + "min": "139.375", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "36.57", + "max": "36.965", + "min": "36.394", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "44.954", + "max": "47.144", + "min": "44.134", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "164.538", + "max": "174.21", + "min": "163.163", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "122.54", + "max": "122.951", + "min": "122.166", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "271.081", + "max": "271.318", + "min": "270.936", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "61.723", + "max": "64.545", + "min": "61.443", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "46.586", + "max": "47.752", + "min": "46.451", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "27.672", + "max": "28.091", + "min": "27.571", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "53.148", + "max": "53.529", + "min": "53.039", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "106.301", + "max": "110.514", + "min": "105.626", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "106.054", + "max": "106.323", + "min": "105.94", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "71.708", + "max": "74.801", + "min": "69.936", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "187.658", + "max": "188.707", + "min": "187.328", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "107.596", + "max": "109.237", + "min": "106.674", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "145.996", + "max": "146.643", + "min": "145.87", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "142.578", + "max": "142.794", + "min": "142.467", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "43.184", + "max": "47.594", + "min": "42.612", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "240.866", + "max": "241.14", + "min": "240.221", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "199.349", + "max": "199.349", + "min": "199.349", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "37.906", + "max": "38.063", + "min": "37.772", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "19.455", + "max": "19.546", + "min": "19.352", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "128.236", + "max": "128.666", + "min": "128.082", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "46.727", + "max": "59.429", + "min": "39.022", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "8.384", + "max": "8.958", + "min": "8.31", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "232.496", + "max": "232.685", + "min": "232.344", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "64.615", + "max": "65.061", + "min": "64.376", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "127.722", + "max": "131.223", + "min": "126.971", + "id": "147", + "country": "Slovakia", + "source_name": "Bratislava", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "150": { + "name": "Zagreb", + "data": { + "0": { + "avg": "223.802", + "max": "224.189", + "min": "223.552", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "273.027", + "max": "273.75", + "min": "272.745", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "104.911", + "max": "105.212", + "min": "104.726", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "13.276", + "max": "14.597", + "min": "12.925", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "33.739", + "max": "33.973", + "min": "33.575", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "228.875", + "max": "229.571", + "min": "228.549", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "43.13", + "max": "43.315", + "min": "42.973", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "310.237", + "max": "315.248", + "min": "309.534", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "59.556", + "max": "59.908", + "min": "59.361", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "46.157", + "max": "46.847", + "min": "45.858", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "33.818", + "max": "34.019", + "min": "33.612", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.244", + "max": "137.546", + "min": "136.976", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "113.263", + "max": "113.38", + "min": "113.148", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "97.501", + "max": "97.923", + "min": "97.252", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "128.075", + "max": "128.93", + "min": "127.834", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "106.155", + "max": "106.524", + "min": "105.765", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "35.407", + "max": "35.738", + "min": "35.061", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "111.26", + "max": "113.33", + "min": "110.77", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "35.277", + "max": "35.478", + "min": "35.048", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "6.18", + "max": "6.38", + "min": "6.038", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "289.556", + "max": "289.816", + "min": "289.386", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "111.735", + "max": "111.93", + "min": "111.555", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "154.756", + "max": "155.03", + "min": "154.532", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "149.398", + "max": "151.943", + "min": "149.008", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "36.012", + "max": "36.251", + "min": "35.772", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "34.551", + "max": "34.921", + "min": "34.245", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "25.203", + "max": "26.688", + "min": "24.852", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "11.671", + "max": "11.885", + "min": "11.554", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.077", + "max": "18.28", + "min": "17.936", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "155.896", + "max": "156.302", + "min": "155.646", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "164.793", + "max": "165.004", + "min": "164.582", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "49.86", + "max": "50.162", + "min": "49.704", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "159.486", + "max": "159.861", + "min": "159.251", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "33.884", + "max": "34.135", + "min": "33.687", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "21.577", + "max": "24.54", + "min": "21.076", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "165.921", + "max": "168.602", + "min": "165.431", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "158.861", + "max": "159.134", + "min": "158.685", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "161.805", + "max": "162.105", + "min": "161.593", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "132.422", + "max": "132.753", + "min": "132.174", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "106.152", + "max": "106.826", + "min": "105.854", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "176.871", + "max": "178.506", + "min": "176.502", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "42.306", + "max": "45.502", + "min": "41.879", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "67.615", + "max": "67.868", + "min": "67.361", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "39.776", + "max": "46.846", + "min": "39.024", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "167.412", + "max": "173.541", + "min": "167.065", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "14.466", + "max": "15.102", + "min": "14.089", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "48.924", + "max": "49.19", + "min": "48.795", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "188.433", + "max": "188.702", + "min": "188.197", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "268.833", + "max": "269.324", + "min": "268.584", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "145.095", + "max": "145.271", + "min": "144.979", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "104.042", + "max": "104.282", + "min": "103.853", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "153.109", + "max": "153.306", + "min": "152.879", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.166", + "max": "63.213", + "min": "43.018", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "122.143", + "max": "122.328", + "min": "121.916", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "160.94", + "max": "187.504", + "min": "156.681", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "180.562", + "max": "181.661", + "min": "180.331", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "50.504", + "max": "54.878", + "min": "49.918", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "316.065", + "max": "316.364", + "min": "315.841", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "36.432", + "max": "37.648", + "min": "36.174", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "30.351", + "max": "31.138", + "min": "30.105", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "69.636", + "max": "72.49", + "min": "68.912", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "80.951", + "max": "125.717", + "min": "77.069", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "210.484", + "max": "230.065", + "min": "209.27", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "283.692", + "max": "283.926", + "min": "283.56", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "37.509", + "max": "38.989", + "min": "37.369", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "29.287", + "max": "29.612", + "min": "29.19", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "108.602", + "max": "109.197", + "min": "108.476", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "18.026", + "max": "18.445", + "min": "17.676", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "237.294", + "max": "238.892", + "min": "236.736", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "140.225", + "max": "144.643", + "min": "139.92", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "205.83", + "max": "206.763", + "min": "205.478", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "157.254", + "max": "157.789", + "min": "156.921", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "170.022", + "max": "176.663", + "min": "169.311", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "121.933", + "max": "122.201", + "min": "121.697", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "79.774", + "max": "80.378", + "min": "79.558", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "85.118", + "max": "147.383", + "min": "50.581", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "112.981", + "max": "113.271", + "min": "112.774", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "150.258", + "max": "150.607", + "min": "150.068", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "116.958", + "max": "134.704", + "min": "115.998", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "111.787", + "max": "112.102", + "min": "111.598", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "152.92", + "max": "153.504", + "min": "152.682", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "115.502", + "max": "116.181", + "min": "115.231", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "269.397", + "max": "269.627", + "min": "269.243", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "155.107", + "max": "155.339", + "min": "154.87", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "155.639", + "max": "155.817", + "min": "155.433", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "87.408", + "max": "88.247", + "min": "87.191", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "38.828", + "max": "40.156", + "min": "38.49", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "128.865", + "max": "129.708", + "min": "128.523", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "116.947", + "max": "117.54", + "min": "116.699", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "34.883", + "max": "42.5", + "min": "34.33", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "121.517", + "max": "122.816", + "min": "120.702", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "159.598", + "max": "163.822", + "min": "159.191", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "39.294", + "max": "39.428", + "min": "39.13", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "215.333", + "max": "215.89", + "min": "215.033", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "123.898", + "max": "124.045", + "min": "123.776", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "123.517", + "max": "123.821", + "min": "123.25", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "179.439", + "max": "179.693", + "min": "179.232", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "160.868", + "max": "199.39", + "min": "158.668", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "168.663", + "max": "179.396", + "min": "164.584", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "127.56", + "max": "129.965", + "min": "127.248", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "120.768", + "max": "121.043", + "min": "120.585", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "161.085", + "max": "161.35", + "min": "160.823", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "27.186", + "max": "29.35", + "min": "27.021", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "330.818", + "max": "334.854", + "min": "330.011", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "117.389", + "max": "117.714", + "min": "117.198", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "339.589", + "max": "340.331", + "min": "337.45", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "189.321", + "max": "192.326", + "min": "189.07", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "100.7", + "max": "100.868", + "min": "100.544", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "115.306", + "max": "115.708", + "min": "115.095", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "131.065", + "max": "131.524", + "min": "130.873", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "255.265", + "max": "255.947", + "min": "255.04", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "281.905", + "max": "282.217", + "min": "281.729", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "92.481", + "max": "92.825", + "min": "92.285", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "184.586", + "max": "195.415", + "min": "183.835", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "388.411", + "max": "509.765", + "min": "235.346", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "104.57", + "max": "187.49", + "min": "29.932", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "176.531", + "max": "203.109", + "min": "174.857", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "245.009", + "max": "254.292", + "min": "244.46", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "144.221", + "max": "144.419", + "min": "144.117", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "130.348", + "max": "130.977", + "min": "130.002", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "132.563", + "max": "134.648", + "min": "132.232", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "196.828", + "max": "357.679", + "min": "123.132", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "207.819", + "max": "208.154", + "min": "207.654", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "49.167", + "max": "258.767", + "min": "33.477", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "29.818", + "max": "29.978", + "min": "29.641", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "37.905", + "max": "38.754", + "min": "37.497", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "93.406", + "max": "93.656", + "min": "93.188", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "171.178", + "max": "171.517", + "min": "171.018", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "131.999", + "max": "132.773", + "min": "131.72", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "180.145", + "max": "183.106", + "min": "179.738", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "126.47", + "max": "127.065", + "min": "126.208", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "113.852", + "max": "114.083", + "min": "113.654", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "120.73", + "max": "121.01", + "min": "120.487", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "338.395", + "max": "339.047", + "min": "337.819", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "144.789", + "max": "145.094", + "min": "144.49", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "111.27", + "max": "111.483", + "min": "111.073", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "145.672", + "max": "151.314", + "min": "144.796", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "134.132", + "max": "134.413", + "min": "133.882", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "129", + "max": "131.435", + "min": "128.641", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "95.886", + "max": "96.099", + "min": "95.722", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "13.12", + "max": "13.321", + "min": "12.985", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "188.915", + "max": "190.89", + "min": "188.434", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "64.118", + "max": "64.8", + "min": "63.887", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "0.02", + "max": "0.026", + "min": "0.015", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "198.419", + "max": "199.883", + "min": "198.058", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "27.632", + "max": "28.256", + "min": "27.393", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "16.931", + "max": "33.695", + "min": "15.968", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "162.311", + "max": "163.455", + "min": "162.053", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "31.394", + "max": "31.668", + "min": "31.246", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "32.901", + "max": "33.134", + "min": "32.708", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "18.81", + "max": "26.22", + "min": "17.774", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "242.767", + "max": "243.041", + "min": "242.571", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "31.626", + "max": "32.288", + "min": "31.448", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "25.378", + "max": "26.343", + "min": "24.999", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "104.869", + "max": "105.128", + "min": "104.666", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "157.568", + "max": "157.967", + "min": "157.303", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "47.025", + "max": "48.607", + "min": "46.647", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "270.17", + "max": "324.537", + "min": "259.577", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "138.094", + "max": "138.417", + "min": "137.88", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "247.765", + "max": "355.725", + "min": "241.108", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "141.737", + "max": "142.023", + "min": "141.551", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "385.243", + "max": "385.739", + "min": "384.885", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "25.203", + "max": "26.007", + "min": "24.966", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "92.56", + "max": "93.543", + "min": "92.371", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "103.635", + "max": "104.178", + "min": "103.459", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "185.843", + "max": "186.118", + "min": "185.654", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "96.123", + "max": "96.381", + "min": "95.941", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "182.528", + "max": "183.621", + "min": "182.16", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "244.834", + "max": "287.103", + "min": "243.089", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "101.215", + "max": "101.762", + "min": "100.93", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "112.064", + "max": "112.193", + "min": "111.948", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "19.639", + "max": "21.081", + "min": "19.359", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "159.696", + "max": "159.891", + "min": "159.481", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "38.44", + "max": "40.869", + "min": "38.128", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "25.718", + "max": "28.5", + "min": "25.339", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "29.358", + "max": "51.178", + "min": "28.256", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "21.779", + "max": "21.931", + "min": "21.674", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "34.4", + "max": "35.102", + "min": "34.088", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "82.16", + "max": "84.733", + "min": "81.877", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "49.887", + "max": "50.14", + "min": "49.727", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "66.602", + "max": "68.668", + "min": "66.271", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "60.035", + "max": "60.204", + "min": "59.904", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "24.655", + "max": "26.242", + "min": "24.302", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "31.03", + "max": "31.159", + "min": "30.913", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "24.983", + "max": "25.215", + "min": "24.796", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "9.889", + "max": "10.047", + "min": "9.784", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "62.75", + "max": "63.018", + "min": "62.404", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "24.543", + "max": "36.688", + "min": "23.11", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "57.669", + "max": "120.578", + "min": "27.831", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "29.747", + "max": "29.975", + "min": "29.616", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "66.649", + "max": "66.947", + "min": "66.404", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "25.75", + "max": "27.005", + "min": "25.461", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "18.496", + "max": "19.154", + "min": "18.148", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "26.944", + "max": "27.845", + "min": "26.442", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "209.558", + "max": "212.475", + "min": "209.249", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "12.53", + "max": "13.049", + "min": "12.364", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "20.191", + "max": "20.43", + "min": "20.039", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "28.036", + "max": "28.371", + "min": "27.877", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "189.893", + "max": "197.255", + "min": "187.918", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "41.517", + "max": "45.944", + "min": "41.152", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "25.713", + "max": "31.259", + "min": "24.968", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "36.804", + "max": "36.972", + "min": "36.661", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.338", + "max": "24.867", + "min": "24.135", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "313.414", + "max": "328.253", + "min": "310.632", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "103.653", + "max": "112.421", + "min": "102.007", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "280.672", + "max": "281.317", + "min": "279.046", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "168.048", + "max": "168.372", + "min": "167.89", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "28.106", + "max": "28.972", + "min": "27.911", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "163.275", + "max": "163.725", + "min": "163.025", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "177.706", + "max": "177.942", + "min": "177.284", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "27.981", + "max": "28.315", + "min": "27.798", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "63.829", + "max": "65.134", + "min": "63.391", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "33.881", + "max": "35.349", + "min": "33.369", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "25.409", + "max": "27.38", + "min": "25.015", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "114.985", + "max": "115.223", + "min": "114.817", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "131.172", + "max": "131.398", + "min": "130.988", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "192.722", + "max": "196.89", + "min": "192.359", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "96.952", + "max": "97.311", + "min": "96.795", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "23.908", + "max": "24.19", + "min": "23.721", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "110.391", + "max": "110.563", + "min": "110.208", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "24.789", + "max": "25.143", + "min": "24.599", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "215.924", + "max": "236.154", + "min": "214.973", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "140.358", + "max": "142.878", + "min": "137.825", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "35.181", + "max": "35.428", + "min": "35.002", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "73.105", + "max": "74.641", + "min": "72.459", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "173.565", + "max": "176.338", + "min": "172.384", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "125.115", + "max": "126.132", + "min": "124.67", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "238.423", + "max": "238.549", + "min": "238.31", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "85.378", + "max": "85.834", + "min": "85.179", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "50.55", + "max": "50.896", + "min": "50.414", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "27.815", + "max": "28.174", + "min": "27.679", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "61.231", + "max": "61.426", + "min": "61.083", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "110.708", + "max": "115.171", + "min": "110.145", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "104.472", + "max": "104.773", + "min": "104.265", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "77.708", + "max": "80.919", + "min": "75.755", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "194.211", + "max": "195.133", + "min": "193.74", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "106.345", + "max": "107.953", + "min": "105.523", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "70.926", + "max": "71.447", + "min": "70.784", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "119.761", + "max": "120.2", + "min": "119.451", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "40.35", + "max": "43.308", + "min": "39.878", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "199.598", + "max": "200.61", + "min": "199.039", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "205.517", + "max": "205.517", + "min": "205.517", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "33.178", + "max": "33.365", + "min": "33.05", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.965", + "max": "23.229", + "min": "22.788", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.8", + "max": "128.12", + "min": "127.532", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "48.848", + "max": "62.431", + "min": "40.964", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "25.15", + "max": "25.262", + "min": "25.07", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "192.871", + "max": "193.911", + "min": "192.622", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "64.74", + "max": "65.644", + "min": "64.43", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "121.048", + "max": "121.217", + "min": "120.888", + "id": "150", + "country": "Croatia", + "source_name": "Zagreb", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "154": { + "name": "Sofia", + "data": { + "0": { + "avg": "235.334", + "max": "237.253", + "min": "235.035", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "296.939", + "max": "303.847", + "min": "296.299", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "127.063", + "max": "132.085", + "min": "126.725", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "15.382", + "max": "23.179", + "min": "13.412", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "41.599", + "max": "46.475", + "min": "41.012", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "270.238", + "max": "273.373", + "min": "269.957", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "33.491", + "max": "34.234", + "min": "33.334", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "307.032", + "max": "322.022", + "min": "305.39", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "67.574", + "max": "73.48", + "min": "67.218", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "66.935", + "max": "83.029", + "min": "65.188", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "44.609", + "max": "45.301", + "min": "44.347", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "153.12", + "max": "182.136", + "min": "151.694", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "116.212", + "max": "119.147", + "min": "115.952", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "110.896", + "max": "121.993", + "min": "110.303", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "134.762", + "max": "144.8", + "min": "134.061", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "123.117", + "max": "124.883", + "min": "122.77", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "48.424", + "max": "56.636", + "min": "47.818", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "120.414", + "max": "126.089", + "min": "120.084", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "59.03", + "max": "65.138", + "min": "58.478", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "17.023", + "max": "19.146", + "min": "16.86", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "313.257", + "max": "317.025", + "min": "312.903", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "129.555", + "max": "130.549", + "min": "129.414", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "177.744", + "max": "178.341", + "min": "177.568", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "191.604", + "max": "199.095", + "min": "190.875", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "48.619", + "max": "57.126", + "min": "47.636", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "50.426", + "max": "58.255", + "min": "49.964", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "34.489", + "max": "44.331", + "min": "33.809", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "20.042", + "max": "25.994", + "min": "19.635", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "26.682", + "max": "29.325", + "min": "26.342", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "167.076", + "max": "175.442", + "min": "166.036", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "168.854", + "max": "173.986", + "min": "168.454", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "67.802", + "max": "79.355", + "min": "66.978", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "173.019", + "max": "183.571", + "min": "171.452", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "59.866", + "max": "61.298", + "min": "59.623", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "44.294", + "max": "46.954", + "min": "43.988", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "182.282", + "max": "187.831", + "min": "181.321", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "188.213", + "max": "190.641", + "min": "187.986", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "175.249", + "max": "178.27", + "min": "174.968", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "145.299", + "max": "151.859", + "min": "144.64", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "124.878", + "max": "132.832", + "min": "124.116", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "184.124", + "max": "189.628", + "min": "183.464", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "46.532", + "max": "51.353", + "min": "45.592", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "93.654", + "max": "104.159", + "min": "91.095", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "43.511", + "max": "50.203", + "min": "42.693", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "170.741", + "max": "171.412", + "min": "170.59", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "13.827", + "max": "14.658", + "min": "13.6", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "63.746", + "max": "68.642", + "min": "63.268", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "205.095", + "max": "207.038", + "min": "204.838", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "248.662", + "max": "252.219", + "min": "247.306", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "153.817", + "max": "159.477", + "min": "153.545", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "124.206", + "max": "133.017", + "min": "123.423", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.318", + "max": "192.978", + "min": "181.694", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.585", + "max": "68.221", + "min": "43.391", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "140.484", + "max": "146.513", + "min": "139.951", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "151.052", + "max": "164.494", + "min": "147.717", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "354.269", + "max": "358.872", + "min": "353.795", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "60.68", + "max": "67.784", + "min": "58.477", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "320.213", + "max": "329.664", + "min": "319.45", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "33.892", + "max": "37.837", + "min": "33.334", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "46.317", + "max": "50.802", + "min": "45.721", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "78.577", + "max": "82.186", + "min": "77.707", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "86.17", + "max": "149.06", + "min": "81.741", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "187.52", + "max": "208.46", + "min": "185.444", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "217.555", + "max": "224.563", + "min": "217.075", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "34.67", + "max": "38.766", + "min": "34.312", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "8.716", + "max": "14.362", + "min": "8.321", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "114.803", + "max": "117.271", + "min": "114.549", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "8.284", + "max": "14.123", + "min": "7.912", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "251.007", + "max": "252.852", + "min": "250.425", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "151.514", + "max": "158.614", + "min": "150.579", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "266.458", + "max": "281.051", + "min": "265.766", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "184.138", + "max": "189.582", + "min": "183.551", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "185.826", + "max": "191.969", + "min": "185.191", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "129.95", + "max": "136.849", + "min": "129.635", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "95.45", + "max": "101.284", + "min": "94.686", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "53.996", + "max": "109.394", + "min": "43.314", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "132.003", + "max": "139.759", + "min": "131.428", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "174.187", + "max": "177.84", + "min": "173.873", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "138.263", + "max": "144.684", + "min": "137.436", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "133.376", + "max": "137.779", + "min": "133.005", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "178.105", + "max": "183.482", + "min": "177.756", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "110.905", + "max": "115.231", + "min": "110.472", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "212.437", + "max": "218.757", + "min": "211.895", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "181.878", + "max": "188.354", + "min": "181.329", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "150.686", + "max": "157.634", + "min": "149.956", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "94.021", + "max": "106.289", + "min": "93.103", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "55.915", + "max": "65.99", + "min": "55.335", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "145.522", + "max": "150.23", + "min": "145.069", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "143.069", + "max": "147.376", + "min": "142.653", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "47.719", + "max": "55.567", + "min": "46.716", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "148.978", + "max": "150.742", + "min": "148.106", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "173.648", + "max": "184.226", + "min": "172.271", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "76.079", + "max": "83.342", + "min": "75.372", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "306.472", + "max": "314.627", + "min": "305.853", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "112.126", + "max": "117.345", + "min": "111.734", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "145.81", + "max": "150.826", + "min": "145.183", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "194.911", + "max": "200.756", + "min": "194.246", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "177.811", + "max": "181.892", + "min": "177.12", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "193.984", + "max": "198.263", + "min": "193.458", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "137.171", + "max": "143.658", + "min": "136.579", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "135.387", + "max": "135.746", + "min": "135.274", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "193.185", + "max": "200.322", + "min": "192.509", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "19.479", + "max": "24.899", + "min": "18.794", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "349.452", + "max": "357.124", + "min": "348.521", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "145.149", + "max": "149.505", + "min": "144.838", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "201.845", + "max": "205.277", + "min": "201.259", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "110.274", + "max": "129.41", + "min": "109.005", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "142.496", + "max": "146.899", + "min": "141.896", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "175.89", + "max": "178.839", + "min": "174.988", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "336.331", + "max": "341.545", + "min": "335.907", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "269.481", + "max": "276.217", + "min": "269.093", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "108.18", + "max": "112.561", + "min": "107.855", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "157.668", + "max": "162.707", + "min": "157.205", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "402.217", + "max": "528.522", + "min": "257.397", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "93.385", + "max": "178.744", + "min": "19.313", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "199.001", + "max": "218.485", + "min": "197.644", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "259.854", + "max": "261.499", + "min": "259.373", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "157.774", + "max": "164.548", + "min": "157.332", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "146.818", + "max": "152.41", + "min": "146.302", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "148.995", + "max": "158.38", + "min": "147.716", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "209.338", + "max": "368.916", + "min": "138.51", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "222.81", + "max": "227.402", + "min": "222.431", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "63.114", + "max": "250.508", + "min": "49.441", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "71.369", + "max": "71.545", + "min": "71.284", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "50.538", + "max": "52.067", + "min": "50.046", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "115.7", + "max": "116.83", + "min": "115.481", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "190.282", + "max": "196.467", + "min": "189.781", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "136.106", + "max": "144.085", + "min": "135.552", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "221.74", + "max": "226.88", + "min": "221.282", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "141.825", + "max": "151.002", + "min": "141.324", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "127.06", + "max": "144.366", + "min": "125.976", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "127.781", + "max": "131.943", + "min": "127.449", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "330.992", + "max": "331.972", + "min": "330.438", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "159.903", + "max": "160.53", + "min": "159.805", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "109.163", + "max": "118.626", + "min": "108.396", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "171.224", + "max": "197.597", + "min": "168.806", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "145.472", + "max": "145.683", + "min": "145.329", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "141.676", + "max": "147.418", + "min": "141.282", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "120.366", + "max": "129.34", + "min": "118.945", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "13.843", + "max": "18.699", + "min": "13.524", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "206.617", + "max": "215.046", + "min": "205.769", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "54.784", + "max": "59.845", + "min": "54.478", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "17.853", + "max": "34.321", + "min": "15.985", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "214.723", + "max": "218.714", + "min": "214.274", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "33.46", + "max": "38.474", + "min": "32.931", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "0.042", + "max": "0.118", + "min": "0.02", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "148.364", + "max": "155.584", + "min": "147.739", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "43.321", + "max": "51.825", + "min": "42.453", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "40.141", + "max": "44.37", + "min": "39.806", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "32.211", + "max": "39.915", + "min": "30.625", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "245.751", + "max": "253.042", + "min": "245.325", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "9.13", + "max": "14.376", + "min": "8.702", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "51.595", + "max": "56.683", + "min": "51.032", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "116.598", + "max": "128.629", + "min": "115.55", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "187.449", + "max": "196.25", + "min": "186.826", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "51.831", + "max": "54.814", + "min": "51.522", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "292.938", + "max": "334.473", + "min": "285.309", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "151.9", + "max": "152.249", + "min": "151.719", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "271.261", + "max": "309.202", + "min": "267.022", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "149.9", + "max": "152.937", + "min": "149.705", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "412.178", + "max": "419.989", + "min": "411.227", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "48.172", + "max": "59.896", + "min": "47.26", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "101.782", + "max": "114.266", + "min": "101.145", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "134.481", + "max": "143.969", + "min": "133.56", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "198.688", + "max": "205.373", + "min": "198.102", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "109.378", + "max": "114.171", + "min": "108.972", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "170.061", + "max": "174.032", + "min": "169.732", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "240.818", + "max": "258.403", + "min": "229.749", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "111.645", + "max": "117.196", + "min": "111.195", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "128.566", + "max": "133.657", + "min": "127.738", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "39.721", + "max": "56.565", + "min": "38.886", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "159.83", + "max": "176.97", + "min": "159.079", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "48.182", + "max": "54.241", + "min": "47.738", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "35.623", + "max": "39.272", + "min": "35.197", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "39.092", + "max": "46.475", + "min": "38.501", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "48.929", + "max": "56.635", + "min": "48.267", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "46.085", + "max": "50.844", + "min": "45.644", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "78.267", + "max": "86.033", + "min": "77.489", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "35.544", + "max": "43.287", + "min": "34.945", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "82.061", + "max": "83.304", + "min": "81.888", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "30.806", + "max": "31.018", + "min": "30.657", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "46.79", + "max": "54.686", + "min": "45.841", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "53.18", + "max": "61.486", + "min": "52.508", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "33.752", + "max": "39.67", + "min": "33.22", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "25.373", + "max": "41.754", + "min": "24.056", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "17.324", + "max": "20.851", + "min": "16.627", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "41.38", + "max": "48.81", + "min": "40.355", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "45.515", + "max": "65.119", + "min": "32.031", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "39.407", + "max": "43.861", + "min": "38.991", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "18.32", + "max": "18.574", + "min": "18.166", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "45.179", + "max": "49.928", + "min": "44.697", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "13.262", + "max": "13.951", + "min": "12.834", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "45.586", + "max": "69.694", + "min": "42.938", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.941", + "max": "248.77", + "min": "221.749", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "29.998", + "max": "32.835", + "min": "29.768", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "55.758", + "max": "64.382", + "min": "55.065", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "23.334", + "max": "23.772", + "min": "23.25", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "209.574", + "max": "215.244", + "min": "207.788", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "14.553", + "max": "29.222", + "min": "13.479", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "37.107", + "max": "52.68", + "min": "35.807", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "40.662", + "max": "50.997", + "min": "39.995", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "34.43", + "max": "41.933", + "min": "32.957", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "336.268", + "max": "343.068", + "min": "335.519", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "130.641", + "max": "146.494", + "min": "127.664", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "243.449", + "max": "243.92", + "min": "242.314", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "182.807", + "max": "198.1", + "min": "182.079", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "41.333", + "max": "43.924", + "min": "41.037", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "170.315", + "max": "174.211", + "min": "169.966", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "178.417", + "max": "191.39", + "min": "177.629", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "53.469", + "max": "61.57", + "min": "52.547", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "19.992", + "max": "33.698", + "min": "18.909", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "45.469", + "max": "59.451", + "min": "44.564", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "42.969", + "max": "58.393", + "min": "41.869", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "141.409", + "max": "147.178", + "min": "141.104", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "149.187", + "max": "164.245", + "min": "148.241", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "252.46", + "max": "257", + "min": "252.06", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "109.367", + "max": "109.525", + "min": "109.264", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "48.661", + "max": "50.987", + "min": "48.382", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "114.528", + "max": "121.05", + "min": "114.166", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "32.994", + "max": "38.201", + "min": "32.606", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "234.76", + "max": "241.731", + "min": "234.246", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.363", + "max": "164", + "min": "150.792", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "56.459", + "max": "74.173", + "min": "55.213", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "58.812", + "max": "70.718", + "min": "57.085", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "180.042", + "max": "187.938", + "min": "178.365", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "133.42", + "max": "144.202", + "min": "132.316", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "211.166", + "max": "214.336", + "min": "210.824", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "70.97", + "max": "78.397", + "min": "70.404", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "66.276", + "max": "67.048", + "min": "66.132", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "37.034", + "max": "40.413", + "min": "36.57", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "45.824", + "max": "53.923", + "min": "45.169", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "125.678", + "max": "130.429", + "min": "125.064", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "117.88", + "max": "120.212", + "min": "117.67", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "95.056", + "max": "105.392", + "min": "92.92", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.847", + "max": "199.305", + "min": "197.426", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "115.992", + "max": "117.737", + "min": "115.064", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "77.548", + "max": "78.855", + "min": "77.289", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "130.712", + "max": "138.551", + "min": "130.11", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "51.65", + "max": "57.787", + "min": "51.143", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "245.141", + "max": "252.466", + "min": "244.528", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "217.485", + "max": "217.485", + "min": "217.485", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "58.866", + "max": "68.175", + "min": "58.442", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "30.679", + "max": "34.318", + "min": "30.419", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "144.629", + "max": "348.332", + "min": "136.3", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "64.253", + "max": "77.706", + "min": "56.92", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "25.991", + "max": "43.605", + "min": "24.488", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "191.67", + "max": "199.519", + "min": "190.463", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "73.791", + "max": "79.986", + "min": "73.286", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "142.963", + "max": "146.047", + "min": "142.745", + "id": "154", + "country": "Bulgaria", + "source_name": "Sofia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "160": { + "name": "Nis", + "data": { + "0": { + "avg": "224.782", + "max": "225.42", + "min": "224.483", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "294.215", + "max": "296.2", + "min": "293.837", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "121.176", + "max": "123.312", + "min": "120.949", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "14.885", + "max": "19.47", + "min": "14.415", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "37.458", + "max": "39.099", + "min": "37.059", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "248.003", + "max": "248.819", + "min": "247.794", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "34.445", + "max": "36.584", + "min": "34.013", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "295.625", + "max": "301.28", + "min": "294.596", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "66.197", + "max": "67.587", + "min": "65.722", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "52.394", + "max": "53.769", + "min": "51.96", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "42.487", + "max": "42.834", + "min": "42.317", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "152.988", + "max": "171.465", + "min": "152.139", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "122.985", + "max": "125.391", + "min": "122.66", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "120.822", + "max": "122.168", + "min": "120.565", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "132.135", + "max": "133.492", + "min": "131.853", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "122.702", + "max": "123.901", + "min": "121.823", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "48.221", + "max": "49.533", + "min": "47.712", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "119.719", + "max": "122.627", + "min": "119.108", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "51.917", + "max": "52.504", + "min": "51.7", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "16.087", + "max": "18.194", + "min": "15.695", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "304.629", + "max": "307.347", + "min": "304.348", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "133.609", + "max": "136.156", + "min": "133.342", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "164.338", + "max": "165.468", + "min": "164.144", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "185.054", + "max": "187.374", + "min": "184.752", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "46.516", + "max": "47.471", + "min": "46.146", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "49.44", + "max": "50.311", + "min": "48.988", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "39.55", + "max": "43", + "min": "39.203", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "17.055", + "max": "21.276", + "min": "16.446", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "33.019", + "max": "34.194", + "min": "32.845", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "165.089", + "max": "166.308", + "min": "164.853", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "204.484", + "max": "206.461", + "min": "204.281", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "42.403", + "max": "43.405", + "min": "42.054", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "171.174", + "max": "205.21", + "min": "169.734", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "70.739", + "max": "71.443", + "min": "70.582", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "32.345", + "max": "34.075", + "min": "31.635", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "185.221", + "max": "187.692", + "min": "184.715", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.049", + "max": "175.058", + "min": "172.764", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "170.152", + "max": "172.532", + "min": "169.85", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "136.074", + "max": "137.319", + "min": "135.868", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "118.058", + "max": "119.51", + "min": "117.539", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "181.293", + "max": "184.801", + "min": "180.484", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "47.095", + "max": "53.553", + "min": "46.324", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "71.197", + "max": "73.514", + "min": "70.347", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "46.839", + "max": "47.586", + "min": "46.429", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "159.996", + "max": "161.024", + "min": "159.737", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "9.654", + "max": "10.415", + "min": "9.342", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "53.551", + "max": "55.725", + "min": "53.073", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "199.547", + "max": "200.404", + "min": "199.263", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "279.61", + "max": "280.354", + "min": "279.39", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "148.578", + "max": "149.251", + "min": "148.448", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "114.223", + "max": "116.42", + "min": "113.816", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "175.942", + "max": "177.459", + "min": "175.491", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "64.036", + "max": "75.446", + "min": "56.281", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "136.726", + "max": "137.844", + "min": "136.507", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "170.394", + "max": "175.865", + "min": "167.396", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "286.346", + "max": "287.189", + "min": "286.059", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "63.724", + "max": "65.776", + "min": "62.96", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "335.432", + "max": "336.029", + "min": "335.321", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "30.588", + "max": "31.631", + "min": "30.194", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "39.708", + "max": "41.02", + "min": "39.468", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "79.772", + "max": "80.974", + "min": "79.199", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "83.262", + "max": "122.52", + "min": "80.797", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "198.075", + "max": "287.472", + "min": "189.354", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "235.037", + "max": "236.082", + "min": "234.883", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "66.429", + "max": "67.132", + "min": "66.223", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "25.144", + "max": "26.485", + "min": "24.911", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "114.709", + "max": "116.196", + "min": "114.495", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "17.381", + "max": "17.935", + "min": "17.024", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "240.225", + "max": "241.706", + "min": "239.498", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "138.026", + "max": "140.643", + "min": "137.636", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "328.561", + "max": "331.054", + "min": "328.142", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "167.265", + "max": "170.143", + "min": "166.778", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "184.543", + "max": "185.741", + "min": "184.011", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "129.04", + "max": "130.168", + "min": "128.862", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "81.308", + "max": "82.66", + "min": "81.044", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "41.967", + "max": "45.429", + "min": "41.719", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "133.892", + "max": "134.801", + "min": "133.708", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "170.608", + "max": "175.247", + "min": "170.186", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "130", + "max": "135.482", + "min": "129.463", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "126.18", + "max": "126.895", + "min": "125.967", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.86", + "max": "162.397", + "min": "161.593", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "108.253", + "max": "109.561", + "min": "107.845", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "232.159", + "max": "245.309", + "min": "231.449", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "168.959", + "max": "171.2", + "min": "168.61", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "172.765", + "max": "174.195", + "min": "172.566", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "97.958", + "max": "99.955", + "min": "97.462", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "48.249", + "max": "49.749", + "min": "47.955", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "132.198", + "max": "135.23", + "min": "131.935", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "137.487", + "max": "137.874", + "min": "137.315", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "40.173", + "max": "46.991", + "min": "38.95", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "143.08", + "max": "145.588", + "min": "142.277", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "178.942", + "max": "180.658", + "min": "178.628", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "55.07", + "max": "56.069", + "min": "54.933", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "303.035", + "max": "318.533", + "min": "302.075", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "117.485", + "max": "118.469", + "min": "117.238", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "143.366", + "max": "145.583", + "min": "143.007", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "191.669", + "max": "192.465", + "min": "191.475", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "169.301", + "max": "194.845", + "min": "167.319", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "193.769", + "max": "194.506", + "min": "193.456", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "135.293", + "max": "139.651", + "min": "134.932", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "139.154", + "max": "140.397", + "min": "138.966", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.055", + "max": "184.006", + "min": "181.817", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "32.046", + "max": "32.79", + "min": "31.836", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "343.518", + "max": "347.016", + "min": "342.491", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "144.027", + "max": "145.372", + "min": "143.739", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "347.691", + "max": "363.295", + "min": "308.972", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "214.259", + "max": "215.219", + "min": "213.979", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "108.327", + "max": "110.942", + "min": "108.022", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "130.88", + "max": "133.69", + "min": "130.28", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "150.282", + "max": "154.264", + "min": "149.841", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "319.665", + "max": "322.067", + "min": "319.335", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "282.4", + "max": "282.991", + "min": "282.047", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "109.576", + "max": "110.627", + "min": "109.358", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "144.208", + "max": "146.554", + "min": "143.635", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "399.153", + "max": "516.587", + "min": "234.255", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "133.569", + "max": "218.466", + "min": "73.434", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "195.239", + "max": "208.293", + "min": "194.181", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "236.608", + "max": "238.933", + "min": "236.207", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "154.117", + "max": "155.238", + "min": "153.898", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "138.107", + "max": "140.095", + "min": "137.477", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "142.744", + "max": "143.609", + "min": "142.437", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "228.182", + "max": "386.213", + "min": "145.149", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "219.498", + "max": "220.81", + "min": "219.286", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "69.683", + "max": "295.252", + "min": "60.526", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "69.537", + "max": "69.962", + "min": "69.363", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "46.114", + "max": "47.52", + "min": "45.66", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "113.118", + "max": "116.716", + "min": "108.761", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "200.659", + "max": "202.073", + "min": "200.312", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "123.342", + "max": "124.019", + "min": "123.134", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "198.143", + "max": "202.096", + "min": "197.286", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "134.949", + "max": "137.223", + "min": "134.69", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "125.904", + "max": "127.333", + "min": "125.561", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "127.522", + "max": "129.282", + "min": "127.164", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "328.409", + "max": "330.182", + "min": "327.377", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "152.303", + "max": "155.037", + "min": "152.081", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "113.109", + "max": "113.695", + "min": "112.874", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "161.584", + "max": "165.405", + "min": "160.683", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "156.404", + "max": "162.041", + "min": "155.74", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "140.15", + "max": "140.883", + "min": "139.846", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "110.097", + "max": "112.465", + "min": "109.716", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "15.646", + "max": "17.43", + "min": "15.434", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "196.452", + "max": "204.392", + "min": "195.662", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "66.434", + "max": "67.018", + "min": "66.279", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "32.202", + "max": "33.825", + "min": "31.49", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "209.269", + "max": "216.392", + "min": "208.644", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "35.871", + "max": "37.521", + "min": "35.331", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "9.08", + "max": "11.793", + "min": "8.695", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "175.636", + "max": "176.922", + "min": "175.38", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "37.146", + "max": "38.342", + "min": "37.003", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "38.048", + "max": "40.178", + "min": "37.744", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "42.763", + "max": "105.357", + "min": "38.881", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "272.885", + "max": "273.611", + "min": "272.713", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "0.037", + "max": "0.103", + "min": "0.019", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "31.642", + "max": "33.085", + "min": "31.207", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "119.127", + "max": "119.329", + "min": "118.953", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "167.763", + "max": "169.106", + "min": "167.531", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "55.806", + "max": "57.91", + "min": "55.496", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "280.5", + "max": "330.204", + "min": "270.127", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "146.245", + "max": "146.627", + "min": "146.067", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "274.401", + "max": "341.584", + "min": "266.411", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "140.176", + "max": "140.528", + "min": "140.024", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "404.181", + "max": "405.388", + "min": "403.363", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "48.234", + "max": "51.583", + "min": "47.737", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "102.629", + "max": "103.001", + "min": "102.406", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "133.622", + "max": "134.503", + "min": "133.459", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "202.12", + "max": "204.782", + "min": "201.714", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "110.661", + "max": "111.092", + "min": "110.498", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "169.276", + "max": "169.96", + "min": "169.005", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "232.284", + "max": "238.149", + "min": "230.356", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "111.092", + "max": "112.608", + "min": "110.743", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "130.321", + "max": "130.716", + "min": "130.207", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "34.481", + "max": "36.304", + "min": "34.083", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "161.354", + "max": "162.021", + "min": "161.18", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "43.407", + "max": "44.105", + "min": "43.273", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "35.679", + "max": "37.771", + "min": "35.353", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "43.955", + "max": "45.233", + "min": "43.466", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "34.263", + "max": "35.946", + "min": "34.057", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "40.387", + "max": "42.369", + "min": "39.914", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "94.587", + "max": "95.37", + "min": "94.321", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "24.187", + "max": "24.811", + "min": "24.046", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "80.989", + "max": "83.684", + "min": "80.55", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.808", + "max": "71.414", + "min": "68.484", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "33.792", + "max": "39.444", + "min": "33.078", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "37.139", + "max": "38.053", + "min": "36.939", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "33.414", + "max": "34.85", + "min": "33.2", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "25.193", + "max": "26.356", + "min": "24.941", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "58.705", + "max": "60.248", + "min": "58.194", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "42.666", + "max": "54.729", + "min": "40.854", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "64.985", + "max": "123.951", + "min": "36.079", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "37.379", + "max": "38.186", + "min": "36.946", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "59.128", + "max": "59.924", + "min": "58.841", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "51.563", + "max": "58.724", + "min": "51.012", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "12.522", + "max": "14.781", + "min": "12.06", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "36.189", + "max": "37.398", + "min": "35.829", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.768", + "max": "226.148", + "min": "221.896", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "27.103", + "max": "28.876", + "min": "26.851", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "72.823", + "max": "74.43", + "min": "72.421", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "26.916", + "max": "29.796", + "min": "26.701", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "198.162", + "max": "204.825", + "min": "196.506", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "46.001", + "max": "48.994", + "min": "45.477", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "33.911", + "max": "36.1", + "min": "33.179", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "34.972", + "max": "36.187", + "min": "34.706", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "38.174", + "max": "38.988", + "min": "37.599", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "316.781", + "max": "318.874", + "min": "316.49", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "129.763", + "max": "133.888", + "min": "129.132", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "250.29", + "max": "255.539", + "min": "249.32", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "183.351", + "max": "185.442", + "min": "182.532", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "35.103", + "max": "35.883", + "min": "34.865", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "175.606", + "max": "177.893", + "min": "175.133", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "198.119", + "max": "198.906", + "min": "197.919", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "64.125", + "max": "65.565", + "min": "63.879", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "47.227", + "max": "47.861", + "min": "46.989", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "38.597", + "max": "39.653", + "min": "38.142", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "33.746", + "max": "34.943", + "min": "33.364", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "132.85", + "max": "136.111", + "min": "132.628", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "134.848", + "max": "135.507", + "min": "134.677", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "277.898", + "max": "382.169", + "min": "273.683", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "110.793", + "max": "112.033", + "min": "110.215", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "43.861", + "max": "44.581", + "min": "43.589", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "113.661", + "max": "114.533", + "min": "113.468", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "37.568", + "max": "38.796", + "min": "37.224", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "253.513", + "max": "348.763", + "min": "250.016", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.289", + "max": "157.289", + "min": "151.794", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "49.987", + "max": "52.702", + "min": "49.609", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "60.069", + "max": "61.657", + "min": "58.964", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "175.135", + "max": "176.388", + "min": "174.066", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "133.28", + "max": "134.631", + "min": "132.935", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "261.011", + "max": "261.953", + "min": "260.79", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "92.807", + "max": "93.404", + "min": "92.553", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "58.846", + "max": "61.016", + "min": "58.416", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "37.402", + "max": "40.188", + "min": "36.888", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "62.06", + "max": "62.493", + "min": "61.898", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "123.331", + "max": "127.539", + "min": "122.621", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "121.385", + "max": "122.237", + "min": "121.029", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "85.967", + "max": "90.469", + "min": "83.472", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "193.452", + "max": "194.56", + "min": "192.539", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "123.717", + "max": "125.265", + "min": "122.887", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "76.324", + "max": "77.189", + "min": "76.089", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "129.885", + "max": "131.2", + "min": "129.494", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "50.058", + "max": "52.368", + "min": "49.724", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "208.36", + "max": "209.331", + "min": "207.694", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "212.015", + "max": "212.015", + "min": "212.015", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "43.305", + "max": "44.828", + "min": "43.109", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "30.156", + "max": "31.292", + "min": "29.907", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "130.541", + "max": "134.44", + "min": "129.863", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "56.55", + "max": "67.642", + "min": "48.6", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "4.419", + "max": "7.056", + "min": "3.829", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "136.667", + "max": "137.789", + "min": "136.377", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "82.492", + "max": "84.681", + "min": "81.948", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "134.243", + "max": "138.252", + "min": "133.936", + "id": "160", + "country": "Serbia", + "source_name": "Nis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "170": { + "name": "Vilnius", + "data": { + "0": { + "avg": "275.423", + "max": "275.755", + "min": "275.08", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "258.91", + "max": "259.229", + "min": "258.587", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "116.278", + "max": "116.5", + "min": "116.1", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "30.505", + "max": "38.237", + "min": "29.741", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "43.661", + "max": "44.366", + "min": "43.487", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "247.59", + "max": "248.05", + "min": "247.369", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "30.314", + "max": "30.509", + "min": "30.228", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "302.306", + "max": "305.543", + "min": "301.672", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "18.696", + "max": "19.035", + "min": "18.589", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "12.71", + "max": "13.561", + "min": "12.53", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "36.403", + "max": "37.491", + "min": "36.159", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "142.895", + "max": "149.025", + "min": "142.551", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "105.361", + "max": "105.92", + "min": "105.236", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "137.235", + "max": "147.391", + "min": "119.763", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "141.956", + "max": "142.386", + "min": "141.839", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "112.228", + "max": "112.877", + "min": "111.637", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "46.72", + "max": "46.87", + "min": "46.475", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "124.306", + "max": "124.962", + "min": "124.029", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "45.34", + "max": "45.586", + "min": "45.062", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "22.277", + "max": "22.936", + "min": "22.103", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "287.619", + "max": "287.881", + "min": "287.469", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "133.716", + "max": "133.815", + "min": "133.618", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "166.559", + "max": "167.122", + "min": "166.353", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "166.396", + "max": "170.798", + "min": "165.905", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "10.511", + "max": "11.02", + "min": "10.183", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "36.555", + "max": "36.672", + "min": "36.474", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "36.476", + "max": "41.981", + "min": "36.111", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "26.13", + "max": "26.811", + "min": "25.936", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "48.642", + "max": "48.718", + "min": "48.569", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "164.959", + "max": "165.712", + "min": "164.71", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "181.66", + "max": "181.745", + "min": "181.572", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "9.624", + "max": "9.863", + "min": "9.511", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "169.016", + "max": "180.135", + "min": "168.497", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "29.727", + "max": "29.997", + "min": "29.618", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "34.648", + "max": "34.973", + "min": "34.474", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "186.968", + "max": "187.968", + "min": "186.659", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "171.543", + "max": "171.853", + "min": "171.456", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "171.995", + "max": "172.199", + "min": "171.766", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "135.502", + "max": "135.82", + "min": "135.347", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "121.901", + "max": "124.351", + "min": "121.644", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "176.956", + "max": "178.271", + "min": "176.736", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "46.535", + "max": "48.874", + "min": "46.04", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "69.343", + "max": "69.639", + "min": "69.144", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "11.608", + "max": "11.854", + "min": "11.469", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "154.736", + "max": "155.051", + "min": "154.636", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "35.231", + "max": "36.117", + "min": "34.694", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "34.037", + "max": "34.189", + "min": "33.899", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "201.761", + "max": "202.495", + "min": "201.508", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "279.668", + "max": "280.034", + "min": "279.568", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "151.403", + "max": "151.549", + "min": "151.344", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "113.766", + "max": "113.971", + "min": "113.527", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "179.201", + "max": "179.408", + "min": "178.72", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "81.401", + "max": "94.528", + "min": "68.53", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "131.841", + "max": "132.007", + "min": "131.626", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "151.861", + "max": "174.187", + "min": "148.133", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "293.936", + "max": "294.369", + "min": "293.637", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "59.704", + "max": "64.527", + "min": "58.794", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "324.997", + "max": "325.264", + "min": "324.737", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "53.327", + "max": "57.861", + "min": "52.697", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "34.243", + "max": "34.325", + "min": "34.143", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "75.944", + "max": "76.694", + "min": "75.53", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "91.933", + "max": "138.296", + "min": "88.834", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "231.282", + "max": "287.38", + "min": "228.032", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "292.715", + "max": "293.082", + "min": "292.594", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "60.896", + "max": "61.282", + "min": "60.735", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "37.945", + "max": "38.294", + "min": "37.847", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "111.784", + "max": "112.027", + "min": "111.673", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "70.302", + "max": "70.563", + "min": "69.965", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "237.108", + "max": "241.74", + "min": "236.243", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "159.708", + "max": "161.933", + "min": "159.475", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "278.845", + "max": "281.185", + "min": "278.498", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "168.405", + "max": "169.462", + "min": "168.064", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "179.453", + "max": "184.163", + "min": "179.04", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "137.518", + "max": "137.637", + "min": "137.395", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "75.199", + "max": "77.212", + "min": "74.928", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "39.628", + "max": "39.757", + "min": "39.526", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "126.366", + "max": "126.478", + "min": "126.244", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "162.297", + "max": "162.563", + "min": "162.073", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "138.484", + "max": "144.692", + "min": "138.047", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "121.551", + "max": "121.836", + "min": "121.333", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "178.002", + "max": "178.187", + "min": "177.83", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "112.338", + "max": "112.671", + "min": "112.077", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "269.103", + "max": "275.848", + "min": "259.563", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "169.035", + "max": "169.417", + "min": "168.813", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "147.463", + "max": "147.574", + "min": "147.359", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "91.032", + "max": "92.075", + "min": "90.624", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "50.448", + "max": "53.625", + "min": "50.062", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "141.306", + "max": "149.046", + "min": "140.901", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "127.026", + "max": "127.188", + "min": "126.909", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "43.398", + "max": "51.088", + "min": "42.525", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "146.033", + "max": "149.156", + "min": "145.319", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "183.683", + "max": "183.911", + "min": "183.544", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "59.392", + "max": "59.752", + "min": "59.317", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "290.836", + "max": "290.983", + "min": "290.727", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "113.045", + "max": "114.834", + "min": "112.719", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "146.682", + "max": "146.996", + "min": "146.447", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "182.738", + "max": "182.996", + "min": "182.594", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "168.138", + "max": "197.828", + "min": "166.487", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.822", + "max": "173.069", + "min": "172.631", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "137.283", + "max": "142.525", + "min": "137.031", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "143.094", + "max": "143.262", + "min": "143.018", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "170.071", + "max": "170.451", + "min": "169.886", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "48.659", + "max": "48.923", + "min": "48.509", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "343.003", + "max": "350.236", + "min": "342.166", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "142.257", + "max": "143.026", + "min": "142.08", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "198.19", + "max": "200.709", + "min": "197.19", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "137.091", + "max": "137.252", + "min": "136.989", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "151.525", + "max": "152.045", + "min": "151.371", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "271.226", + "max": "272.615", + "min": "270.791", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "299.097", + "max": "300.695", + "min": "297.572", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "127.915", + "max": "140.27", + "min": "110.02", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "149.504", + "max": "150.241", + "min": "149.227", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "402.892", + "max": "517.201", + "min": "229.918", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "133.469", + "max": "234.769", + "min": "65.112", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "209.906", + "max": "231.41", + "min": "208.332", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "207.256", + "max": "210.179", + "min": "207.034", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "149.061", + "max": "149.204", + "min": "148.962", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "147.517", + "max": "148.229", + "min": "147.341", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "144.382", + "max": "144.801", + "min": "144.14", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "205.647", + "max": "367.244", + "min": "134.863", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "212.194", + "max": "212.796", + "min": "212.067", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "10.82", + "max": "178.447", + "min": "3.765", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "5.066", + "max": "5.275", + "min": "4.98", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "34.913", + "max": "35.734", + "min": "34.556", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "101.069", + "max": "104.125", + "min": "99.947", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "184.129", + "max": "185.112", + "min": "183.792", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "126.72", + "max": "131.282", + "min": "126.353", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "203.58", + "max": "207.022", + "min": "203.309", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "138.798", + "max": "139.318", + "min": "138.644", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "129.634", + "max": "129.785", + "min": "129.476", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "136.23", + "max": "136.52", + "min": "136.033", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "350.167", + "max": "351.436", + "min": "349.534", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "147.708", + "max": "147.895", + "min": "147.642", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "105.541", + "max": "105.717", + "min": "105.356", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "157.827", + "max": "170.09", + "min": "156.3", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "141.121", + "max": "141.2", + "min": "141.033", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "141.86", + "max": "142.162", + "min": "141.713", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "106.963", + "max": "107.072", + "min": "106.883", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "30.01", + "max": "31.533", + "min": "29.799", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "194.705", + "max": "195.978", + "min": "194.267", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "15.765", + "max": "15.976", + "min": "15.64", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.086", + "max": "25.264", + "min": "24.963", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "212.152", + "max": "222.47", + "min": "211.139", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "33.214", + "max": "34.045", + "min": "32.994", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "48.089", + "max": "61.272", + "min": "47.212", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "161.49", + "max": "161.938", + "min": "161.287", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "33.762", + "max": "34.212", + "min": "33.678", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "33.419", + "max": "33.475", + "min": "33.345", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "34.349", + "max": "41.499", + "min": "33.199", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "193.745", + "max": "193.836", + "min": "193.667", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "47.971", + "max": "49.767", + "min": "47.735", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "35.31", + "max": "38.498", + "min": "34.653", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "118.502", + "max": "118.785", + "min": "118.332", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "181.964", + "max": "182.271", + "min": "181.784", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "43.498", + "max": "44.149", + "min": "43.303", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "282.825", + "max": "329.844", + "min": "272.599", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "152.013", + "max": "152.353", + "min": "151.908", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "277.245", + "max": "367.864", + "min": "270.634", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "154.374", + "max": "154.482", + "min": "154.272", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "227.173", + "max": "227.441", + "min": "226.979", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "0.039", + "max": "0.06", + "min": "0.03", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "102.238", + "max": "102.46", + "min": "102.009", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "79.799", + "max": "80.095", + "min": "79.694", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "198.826", + "max": "198.966", + "min": "198.648", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.967", + "max": "99.532", + "min": "98.855", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "167.536", + "max": "167.848", + "min": "167.358", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "293.982", + "max": "301.962", + "min": "281.566", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "111.107", + "max": "111.295", + "min": "110.94", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "129.317", + "max": "129.574", + "min": "129.221", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "41.012", + "max": "42.26", + "min": "40.859", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "156.527", + "max": "156.775", + "min": "156.399", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "40.251", + "max": "40.462", + "min": "40.165", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "34.256", + "max": "34.993", + "min": "33.959", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "45.561", + "max": "45.816", + "min": "45.469", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "41.235", + "max": "41.367", + "min": "41.106", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "43.611", + "max": "44.252", + "min": "43.322", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "92.693", + "max": "94.373", + "min": "92.41", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "64.048", + "max": "64.154", + "min": "63.986", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "70.385", + "max": "73.756", + "min": "70.041", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "63.407", + "max": "64.592", + "min": "63.23", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "31.253", + "max": "32.599", + "min": "30.812", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "35.995", + "max": "36.196", + "min": "35.92", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "29.569", + "max": "29.799", + "min": "29.489", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.344", + "max": "21.586", + "min": "21.147", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "95.355", + "max": "95.642", + "min": "95.15", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "52.778", + "max": "60.147", + "min": "51.521", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "67.429", + "max": "119.666", + "min": "40.012", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "34.746", + "max": "34.857", + "min": "34.558", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "80.653", + "max": "81.602", + "min": "80.359", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "23.109", + "max": "23.808", + "min": "22.939", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "65.347", + "max": "65.916", + "min": "64.949", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "31.385", + "max": "37.323", + "min": "30.915", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "215.973", + "max": "216.207", + "min": "215.747", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "26.198", + "max": "27.593", + "min": "26.005", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "58.241", + "max": "58.522", + "min": "58.025", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "31.56", + "max": "31.7", + "min": "31.495", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "208.268", + "max": "214.367", + "min": "205.696", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "54.92", + "max": "55.066", + "min": "54.821", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "32.116", + "max": "33.274", + "min": "31.901", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "42.273", + "max": "44.687", + "min": "41.867", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "32.403", + "max": "32.752", + "min": "32.116", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "321.317", + "max": "331.168", + "min": "320.035", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "112.012", + "max": "120.623", + "min": "111.309", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "245.615", + "max": "245.781", + "min": "245.476", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "165.296", + "max": "165.535", + "min": "165.18", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "35.021", + "max": "35.298", + "min": "34.937", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "124.126", + "max": "124.921", + "min": "123.944", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "195.53", + "max": "196.019", + "min": "195.248", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "50.225", + "max": "50.73", + "min": "50.042", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "82.209", + "max": "83.041", + "min": "81.948", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "40.36", + "max": "41.413", + "min": "40.021", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "32.024", + "max": "33.306", + "min": "31.743", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "137.289", + "max": "137.419", + "min": "137.169", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "145.876", + "max": "146.061", + "min": "145.61", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "203.214", + "max": "203.53", + "min": "203.023", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "107.11", + "max": "107.454", + "min": "106.965", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "35.043", + "max": "35.2", + "min": "34.917", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "111.175", + "max": "111.259", + "min": "111.101", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "37.448", + "max": "37.718", + "min": "37.147", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "233.818", + "max": "234.078", + "min": "233.708", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "146.766", + "max": "150.313", + "min": "144.132", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "47.066", + "max": "47.195", + "min": "46.932", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "66.654", + "max": "69.977", + "min": "65.996", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "187.273", + "max": "191.648", + "min": "186.036", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "233.819", + "max": "234.364", + "min": "233.467", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "195.355", + "max": "195.811", + "min": "195.2", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "73.249", + "max": "73.796", + "min": "73.043", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "66.155", + "max": "66.227", + "min": "66.086", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "53.154", + "max": "53.339", + "min": "53.039", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "67.345", + "max": "67.596", + "min": "67.268", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "121.148", + "max": "122.259", + "min": "120.728", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "128.155", + "max": "128.42", + "min": "128.019", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "93.32", + "max": "100.889", + "min": "90.585", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.682", + "max": "199.672", + "min": "196.461", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "122.314", + "max": "123.683", + "min": "121.48", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "78.519", + "max": "79.3", + "min": "78.314", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "131.33", + "max": "131.524", + "min": "131.153", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "52.129", + "max": "54.99", + "min": "51.642", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "237.262", + "max": "239.388", + "min": "237.05", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "219.033", + "max": "219.033", + "min": "219.033", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "40.134", + "max": "40.339", + "min": "39.986", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "29.258", + "max": "29.431", + "min": "29.201", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "135.13", + "max": "135.856", + "min": "134.979", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "62.672", + "max": "77.832", + "min": "54.559", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "50.061", + "max": "50.212", + "min": "49.95", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "172.081", + "max": "173.124", + "min": "171.965", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "100.472", + "max": "101.408", + "min": "100.233", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "140.788", + "max": "143.62", + "min": "140.468", + "id": "170", + "country": "Lithuania", + "source_name": "Vilnius", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "174": { + "name": "Karaganda", + "data": { + "0": { + "avg": "337.114", + "max": "351.592", + "min": "319.347", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "366.052", + "max": "366.446", + "min": "365.856", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "191.335", + "max": "191.705", + "min": "191.21", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "97.949", + "max": "105.621", + "min": "97.116", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "105.79", + "max": "106.165", + "min": "105.613", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "311.066", + "max": "311.446", + "min": "310.85", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "117.03", + "max": "117.319", + "min": "116.883", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "376.481", + "max": "392.212", + "min": "374.75", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "60.938", + "max": "61.223", + "min": "60.805", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "87.469", + "max": "94.491", + "min": "86.96", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "113.11", + "max": "113.378", + "min": "112.866", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "221.96", + "max": "223.467", + "min": "221.735", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "180.871", + "max": "181.37", + "min": "180.751", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "177.502", + "max": "182.681", + "min": "177.131", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "213.018", + "max": "217.154", + "min": "212.684", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "191.487", + "max": "192.286", + "min": "191.072", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "125.488", + "max": "125.861", + "min": "125.201", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "206.607", + "max": "207.923", + "min": "206.391", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "130.65", + "max": "130.926", + "min": "130.492", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "94.823", + "max": "104.439", + "min": "94.385", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "382.647", + "max": "382.953", + "min": "382.539", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "203.215", + "max": "203.436", + "min": "203.058", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "254.486", + "max": "254.628", + "min": "254.393", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "261.985", + "max": "263.555", + "min": "261.777", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "89.123", + "max": "89.401", + "min": "88.952", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "92.966", + "max": "93.625", + "min": "92.837", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "111.893", + "max": "113.389", + "min": "111.645", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "107.454", + "max": "108.116", + "min": "107.123", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "110.449", + "max": "110.709", + "min": "110.364", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "229.072", + "max": "229.394", + "min": "228.913", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "259.186", + "max": "259.308", + "min": "259.044", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "141.881", + "max": "142.689", + "min": "141.636", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "240.989", + "max": "246.448", + "min": "240.449", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "72.061", + "max": "72.711", + "min": "71.91", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "110.528", + "max": "112.092", + "min": "110.252", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "262.963", + "max": "263.753", + "min": "262.709", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "248.935", + "max": "249.063", + "min": "248.826", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "241.757", + "max": "242.703", + "min": "241.561", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "211.436", + "max": "213.995", + "min": "211.198", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "194.74", + "max": "196.292", + "min": "194.402", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "245.398", + "max": "251.46", + "min": "244.744", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "112.125", + "max": "117.064", + "min": "111.62", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "146.776", + "max": "147.065", + "min": "146.565", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "82.553", + "max": "82.842", + "min": "82.427", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "244.462", + "max": "249.819", + "min": "244.096", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "115.93", + "max": "118.462", + "min": "115.364", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "94.432", + "max": "95.113", + "min": "94.261", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "254.665", + "max": "254.911", + "min": "254.512", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "322.555", + "max": "326.948", + "min": "320.801", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "224.166", + "max": "224.444", + "min": "224.053", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "184.278", + "max": "194.757", + "min": "183.663", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "257.2", + "max": "257.521", + "min": "256.952", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "162.328", + "max": "249.542", + "min": "145.992", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "207.841", + "max": "208.185", + "min": "207.73", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "225.537", + "max": "232.392", + "min": "222.535", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "274.059", + "max": "274.64", + "min": "273.796", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "142.432", + "max": "144.627", + "min": "141.604", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "389.555", + "max": "389.872", + "min": "389.425", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "134.048", + "max": "137.358", + "min": "132.22", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "109.146", + "max": "109.389", + "min": "108.993", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "155.827", + "max": "158.251", + "min": "155.256", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "153.89", + "max": "193.273", + "min": "150.313", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "265.122", + "max": "267.193", + "min": "264.73", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "432.409", + "max": "432.409", + "min": "432.409", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "150.71", + "max": "151.034", + "min": "150.539", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "111.687", + "max": "112.305", + "min": "111.516", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "173.937", + "max": "174.257", + "min": "173.765", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "145.241", + "max": "147.8", + "min": "144.847", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "315.436", + "max": "321.007", + "min": "314.603", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "218.826", + "max": "224.011", + "min": "218.323", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "303.891", + "max": "305.853", + "min": "303.521", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "242.931", + "max": "243.349", + "min": "242.677", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "256.385", + "max": "257.283", + "min": "256.201", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "210.91", + "max": "211.088", + "min": "210.86", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "146.543", + "max": "147.186", + "min": "146.309", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "161.657", + "max": "224.427", + "min": "127.545", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "192.516", + "max": "193.036", + "min": "192.336", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "244.694", + "max": "261.847", + "min": "243.93", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "208.045", + "max": "218.898", + "min": "207.504", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "189.842", + "max": "190.294", + "min": "189.577", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "236.382", + "max": "236.585", + "min": "236.138", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "187.921", + "max": "189.576", + "min": "187.592", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "310.373", + "max": "317.965", + "min": "309.946", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "241.555", + "max": "241.861", + "min": "241.364", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "245.559", + "max": "246.283", + "min": "245.419", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "151.245", + "max": "152.517", + "min": "150.925", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "114.259", + "max": "115.017", + "min": "114.026", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "216.861", + "max": "217.064", + "min": "216.719", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "230.458", + "max": "230.86", + "min": "230.242", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "124.689", + "max": "133.17", + "min": "123.637", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "214.048", + "max": "214.923", + "min": "213.344", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "254.02", + "max": "254.678", + "min": "253.71", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "130.551", + "max": "130.81", + "min": "130.461", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "377.586", + "max": "381.63", + "min": "377.183", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "198.504", + "max": "213.111", + "min": "197.893", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "222.452", + "max": "222.878", + "min": "222.243", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "246.487", + "max": "246.741", + "min": "246.277", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "246.074", + "max": "251.005", + "min": "244.941", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "251.795", + "max": "251.979", + "min": "251.66", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "202.786", + "max": "203.193", + "min": "202.624", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "223.995", + "max": "224.244", + "min": "223.893", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "228.21", + "max": "240.749", + "min": "227.449", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "135.765", + "max": "137.046", + "min": "135.593", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "410.715", + "max": "417.636", + "min": "409.932", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "209.952", + "max": "211.6", + "min": "209.077", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "425.354", + "max": "463.559", + "min": "410.374", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "281.857", + "max": "283.767", + "min": "280.838", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "183.596", + "max": "183.894", + "min": "183.356", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "203.416", + "max": "203.683", + "min": "203.213", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "238.521", + "max": "239.094", + "min": "238.316", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "386.322", + "max": "386.648", + "min": "386.066", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "312.207", + "max": "313.176", + "min": "312.021", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "169.47", + "max": "169.68", + "min": "169.317", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "245.829", + "max": "315.695", + "min": "242.076", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "444.817", + "max": "566.011", + "min": "293.644", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "197.279", + "max": "294.391", + "min": "143.256", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "268.48", + "max": "281.443", + "min": "267.398", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "307.782", + "max": "310.041", + "min": "307.404", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "211.91", + "max": "212.05", + "min": "211.786", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "207.768", + "max": "210.681", + "min": "207.371", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "214.263", + "max": "215.008", + "min": "213.96", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "272.051", + "max": "434.79", + "min": "201.737", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "299.162", + "max": "299.571", + "min": "299.005", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "96.042", + "max": "204.934", + "min": "90.143", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "80.9", + "max": "81.394", + "min": "80.795", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "103.416", + "max": "105.117", + "min": "102.723", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "177.187", + "max": "183.111", + "min": "172.05", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "247.095", + "max": "247.944", + "min": "246.887", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "216.863", + "max": "217.175", + "min": "216.681", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "284.615", + "max": "285.176", + "min": "284.424", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "209.725", + "max": "210.057", + "min": "209.521", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "209.091", + "max": "209.343", + "min": "208.914", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "192.552", + "max": "192.947", + "min": "192.398", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "403.668", + "max": "405.23", + "min": "402.703", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "235.58", + "max": "235.82", + "min": "235.418", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "168.96", + "max": "169.092", + "min": "168.803", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "238.577", + "max": "254.206", + "min": "237.087", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "217.018", + "max": "217.239", + "min": "216.718", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "204.245", + "max": "204.497", + "min": "203.973", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "175.639", + "max": "175.864", + "min": "175.516", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "88.93", + "max": "90.269", + "min": "88.743", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "279.881", + "max": "281.561", + "min": "279.295", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "78.354", + "max": "78.668", + "min": "78.094", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "103.58", + "max": "103.89", + "min": "103.396", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "280.656", + "max": "281.795", + "min": "280.328", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "106.641", + "max": "107.162", + "min": "106.396", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "134.207", + "max": "140.981", + "min": "133.622", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "242.56", + "max": "243.214", + "min": "242.368", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "111.88", + "max": "120.607", + "min": "111.451", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "104.602", + "max": "105.109", + "min": "104.492", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "96.474", + "max": "101.001", + "min": "95.302", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "337.565", + "max": "337.771", + "min": "337.482", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "133.808", + "max": "135.01", + "min": "133.47", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "116.008", + "max": "134.879", + "min": "114.444", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "199.819", + "max": "200.278", + "min": "199.659", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "246.712", + "max": "247.423", + "min": "246.376", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "85.43", + "max": "86.528", + "min": "85.198", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "357.094", + "max": "404.287", + "min": "348.146", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "224.809", + "max": "225.016", + "min": "224.65", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "349.686", + "max": "424.733", + "min": "342.787", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "222.245", + "max": "222.494", + "min": "222.121", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "475.197", + "max": "475.548", + "min": "474.563", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "79.831", + "max": "80.011", + "min": "79.732", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "182.92", + "max": "183.074", + "min": "182.823", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "0.024", + "max": "0.135", + "min": "0.016", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "268.98", + "max": "269.16", + "min": "268.825", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "101.43", + "max": "101.713", + "min": "101.287", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "234.463", + "max": "235.57", + "min": "234.252", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "327.128", + "max": "334.608", + "min": "315.77", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "191.513", + "max": "191.719", + "min": "191.415", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "201.343", + "max": "201.685", + "min": "201.247", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "105.548", + "max": "105.899", + "min": "105.404", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "250.152", + "max": "250.387", + "min": "250.076", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "115.375", + "max": "117.725", + "min": "115.142", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "112.445", + "max": "112.724", + "min": "112.302", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "110.908", + "max": "111.719", + "min": "110.711", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "124.192", + "max": "124.396", + "min": "124.047", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "115.351", + "max": "115.882", + "min": "115.106", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "149.929", + "max": "150.418", + "min": "149.757", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "131.948", + "max": "132.134", + "min": "131.829", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "72.711", + "max": "74.728", + "min": "72.376", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "131.131", + "max": "131.411", + "min": "130.98", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "119.553", + "max": "123.197", + "min": "119.089", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "114.356", + "max": "115.321", + "min": "114.188", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "104.601", + "max": "104.856", + "min": "104.501", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "100.939", + "max": "101.16", + "min": "100.729", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "150.339", + "max": "150.721", + "min": "150.081", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "118.696", + "max": "127.876", + "min": "117.569", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "128.154", + "max": "163.975", + "min": "109.56", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "107.046", + "max": "107.434", + "min": "106.875", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "159.559", + "max": "160.099", + "min": "159.324", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "111.796", + "max": "112.734", + "min": "111.524", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "122.753", + "max": "123.364", + "min": "122.403", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "118.937", + "max": "119.221", + "min": "118.628", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "359.642", + "max": "389.613", + "min": "358.083", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "109.147", + "max": "109.665", + "min": "108.995", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "138.776", + "max": "138.982", + "min": "138.484", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "114.926", + "max": "115.033", + "min": "114.776", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "270.983", + "max": "278.405", + "min": "269.388", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "146.118", + "max": "147.675", + "min": "144.175", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "103.28", + "max": "107.59", + "min": "102.882", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "106.893", + "max": "110.731", + "min": "105.792", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "97.911", + "max": "98.078", + "min": "97.677", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "387.278", + "max": "389.154", + "min": "387.041", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "183.017", + "max": "185.505", + "min": "182.47", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "335.633", + "max": "338.286", + "min": "324.997", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "257.101", + "max": "257.402", + "min": "256.94", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "103.678", + "max": "103.842", + "min": "103.557", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "165.541", + "max": "166.227", + "min": "165.337", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "256.043", + "max": "256.592", + "min": "255.759", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "139.075", + "max": "139.323", + "min": "138.818", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "144.328", + "max": "144.778", + "min": "144.082", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "107.641", + "max": "109.494", + "min": "107.163", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "108.885", + "max": "110.437", + "min": "108.45", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "215.619", + "max": "217.091", + "min": "215.46", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "213.339", + "max": "222.741", + "min": "212.913", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "344.862", + "max": "348.951", + "min": "344.577", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "190.606", + "max": "191.299", + "min": "190.181", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "120.12", + "max": "120.325", + "min": "119.973", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "174.855", + "max": "175.042", + "min": "174.735", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "109.575", + "max": "111.173", + "min": "109.342", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "331.489", + "max": "338.671", + "min": "331.103", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "232.183", + "max": "234.156", + "min": "229.986", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "126.427", + "max": "126.771", + "min": "126.299", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "143.33", + "max": "167.038", + "min": "141.697", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "256.164", + "max": "270.478", + "min": "253.94", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "199.54", + "max": "200.627", + "min": "199.145", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "336.999", + "max": "337.403", + "min": "336.741", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "120.597", + "max": "121.448", + "min": "120.354", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "138.222", + "max": "138.632", + "min": "138.104", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "118.62", + "max": "119.172", + "min": "118.531", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "140.27", + "max": "140.413", + "min": "140.166", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "195.573", + "max": "197.955", + "min": "195.028", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "199.215", + "max": "199.485", + "min": "199.078", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "159.063", + "max": "168.265", + "min": "156.774", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "283.021", + "max": "285.867", + "min": "282.283", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "207.319", + "max": "209.044", + "min": "206.301", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "155.43", + "max": "155.683", + "min": "155.304", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "205.688", + "max": "205.878", + "min": "205.543", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "116.689", + "max": "119.925", + "min": "115.809", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "294.99", + "max": "295.487", + "min": "294.338", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "287.19", + "max": "287.19", + "min": "287.19", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "114.125", + "max": "114.476", + "min": "114.006", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "96.989", + "max": "97.346", + "min": "96.854", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "214.742", + "max": "216.603", + "min": "214.471", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "141.731", + "max": "152.07", + "min": "133.717", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "143.066", + "max": "143.358", + "min": "142.869", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "280.08", + "max": "281.102", + "min": "279.861", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "95.194", + "max": "97.207", + "min": "94.853", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "218.791", + "max": "222.982", + "min": "218.52", + "id": "174", + "country": "Kazakhstan", + "source_name": "Karaganda", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "193": { + "name": "Tirana", + "data": { + "0": { + "avg": "238.992", + "max": "242.119", + "min": "238.712", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "296.69", + "max": "297.353", + "min": "296.424", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "136.217", + "max": "136.396", + "min": "136.122", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "22.034", + "max": "32.496", + "min": "20.779", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "44.748", + "max": "44.988", + "min": "44.554", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "259.782", + "max": "260.663", + "min": "259.603", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "40.412", + "max": "40.787", + "min": "40.305", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "306.122", + "max": "308.416", + "min": "305.637", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "68.011", + "max": "68.509", + "min": "67.874", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "71.266", + "max": "87.526", + "min": "70.547", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "49.15", + "max": "49.61", + "min": "48.916", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "158.898", + "max": "159.574", + "min": "158.764", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "118.471", + "max": "118.567", + "min": "118.408", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "121.492", + "max": "121.908", + "min": "121.327", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "153.76", + "max": "153.903", + "min": "153.673", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "128.185", + "max": "128.445", + "min": "128.039", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "60.627", + "max": "60.909", + "min": "60.427", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "128.519", + "max": "128.651", + "min": "128.389", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "56.382", + "max": "56.643", + "min": "56.244", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "24.449", + "max": "24.528", + "min": "24.36", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "330.673", + "max": "330.807", + "min": "330.604", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "142.675", + "max": "142.747", + "min": "142.598", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "188.375", + "max": "188.873", + "min": "188.25", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "192.451", + "max": "192.746", + "min": "192.336", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "58.43", + "max": "58.847", + "min": "58.306", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "38.989", + "max": "39.175", + "min": "38.903", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "27.839", + "max": "32.2", + "min": "27.473", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "40.08", + "max": "40.685", + "min": "39.901", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "34.171", + "max": "34.313", + "min": "34.08", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "175.115", + "max": "176.046", + "min": "174.895", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "271.973", + "max": "272.1", + "min": "271.865", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "57.179", + "max": "57.285", + "min": "57.088", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "179.515", + "max": "180.587", + "min": "179.371", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "65.969", + "max": "66.104", + "min": "65.88", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "39.608", + "max": "41.106", + "min": "39.315", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "182.702", + "max": "183.919", + "min": "182.493", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "178.828", + "max": "178.995", + "min": "178.748", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "174.626", + "max": "176.258", + "min": "174.367", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "142.433", + "max": "145.305", + "min": "142.205", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "118.62", + "max": "120.602", + "min": "118.321", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "186.406", + "max": "189.1", + "min": "186.045", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "50.077", + "max": "53.926", + "min": "49.695", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "83.896", + "max": "84.026", + "min": "83.8", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "59.909", + "max": "60.634", + "min": "59.808", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "161.239", + "max": "164.785", + "min": "161", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "29.701", + "max": "30.306", + "min": "29.317", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "68.479", + "max": "68.76", + "min": "68.358", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "204.023", + "max": "205.481", + "min": "203.712", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "270.033", + "max": "270.485", + "min": "269.862", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "159.975", + "max": "160.04", + "min": "159.868", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "122.022", + "max": "122.802", + "min": "121.831", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "187.109", + "max": "187.249", + "min": "186.942", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "48.631", + "max": "60.218", + "min": "43.174", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "144.351", + "max": "144.55", + "min": "144.218", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "157.808", + "max": "165.567", + "min": "154.943", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "222.665", + "max": "223.211", + "min": "222.478", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "70.767", + "max": "75.766", + "min": "69.659", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "339.722", + "max": "339.83", + "min": "339.635", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "44.574", + "max": "45.989", + "min": "44.292", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "40.435", + "max": "40.617", + "min": "40.333", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "85.719", + "max": "91.185", + "min": "84.99", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "89.046", + "max": "129.353", + "min": "84.715", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "200.488", + "max": "285.602", + "min": "187.397", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "303.881", + "max": "306.673", + "min": "303.57", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "65.758", + "max": "66.016", + "min": "65.622", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "48.761", + "max": "52.019", + "min": "48.559", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "118.407", + "max": "118.63", + "min": "118.309", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "81.018", + "max": "81.429", + "min": "80.718", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "250.707", + "max": "252.886", + "min": "249.931", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "163.728", + "max": "165.274", + "min": "163.516", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "240.431", + "max": "242.078", + "min": "240.226", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "179.214", + "max": "179.516", + "min": "178.968", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "180.162", + "max": "183.176", + "min": "179.915", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "137.417", + "max": "137.502", + "min": "137.35", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "86.309", + "max": "87.062", + "min": "86.152", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "56.129", + "max": "56.311", + "min": "55.991", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "132.293", + "max": "132.497", + "min": "132.18", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "183.571", + "max": "183.775", + "min": "183.413", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "131.871", + "max": "142.808", + "min": "131.333", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "135.196", + "max": "135.299", + "min": "135.07", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "199.571", + "max": "199.746", + "min": "199.458", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "121.598", + "max": "121.9", + "min": "121.356", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "261.534", + "max": "265.686", + "min": "255.57", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "166.032", + "max": "167.028", + "min": "165.823", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "200.295", + "max": "200.442", + "min": "200.225", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "87.767", + "max": "88.742", + "min": "87.594", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "57.132", + "max": "60.827", + "min": "56.769", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "140.779", + "max": "140.952", + "min": "140.649", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "145.476", + "max": "145.654", + "min": "145.353", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "52.643", + "max": "62.032", + "min": "52.203", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "145.772", + "max": "148.253", + "min": "144.964", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.62", + "max": "180.827", + "min": "180.468", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "61.662", + "max": "61.728", + "min": "61.593", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "317.866", + "max": "318.117", + "min": "317.722", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "128.724", + "max": "129.608", + "min": "128.492", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "146.074", + "max": "146.184", + "min": "145.919", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "193.679", + "max": "194.623", + "min": "193.465", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "183.142", + "max": "214.448", + "min": "181.579", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "185.887", + "max": "186.076", + "min": "185.767", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "140.348", + "max": "142.508", + "min": "140.153", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "143.36", + "max": "144.218", + "min": "143.23", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "198.274", + "max": "202.889", + "min": "197.955", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "49.534", + "max": "50.228", + "min": "49.34", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "352.66", + "max": "356.978", + "min": "351.529", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "141.453", + "max": "141.979", + "min": "141.324", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "205.503", + "max": "207.336", + "min": "205.349", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "114.756", + "max": "115.071", + "min": "114.593", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "137.258", + "max": "137.422", + "min": "137.133", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "152.345", + "max": "155.073", + "min": "151.721", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "333.559", + "max": "333.654", + "min": "333.468", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "312.937", + "max": "313.259", + "min": "312.351", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "116.604", + "max": "117.04", + "min": "116.479", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "170.473", + "max": "170.846", + "min": "170.257", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "409.099", + "max": "532.624", + "min": "262.032", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "117.085", + "max": "230.801", + "min": "33.762", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "208.6", + "max": "226.068", + "min": "207.248", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "224.432", + "max": "225.101", + "min": "224.308", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "156.476", + "max": "157.049", + "min": "156.338", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "144.403", + "max": "145.172", + "min": "144.102", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "159.154", + "max": "159.596", + "min": "158.911", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "209.635", + "max": "370.243", + "min": "138.525", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "217.074", + "max": "217.207", + "min": "216.961", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "73.205", + "max": "275.277", + "min": "64.726", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "63.45", + "max": "63.543", + "min": "63.378", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "52.747", + "max": "53.711", + "min": "52.083", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "115.875", + "max": "116.059", + "min": "115.713", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "193.591", + "max": "193.776", + "min": "193.379", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "151.284", + "max": "151.661", + "min": "151.126", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "226.117", + "max": "226.843", + "min": "225.943", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "138.992", + "max": "139.262", + "min": "138.904", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "136.566", + "max": "136.811", + "min": "136.426", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "142.431", + "max": "142.562", + "min": "142.335", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "328.673", + "max": "329.903", + "min": "328.075", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "157.662", + "max": "157.735", + "min": "157.602", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "112.848", + "max": "113.102", + "min": "112.738", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "166.544", + "max": "171.529", + "min": "165.934", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "162.65", + "max": "162.928", + "min": "162.535", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "149.416", + "max": "149.906", + "min": "149.301", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "114.494", + "max": "114.981", + "min": "114.311", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "17.373", + "max": "17.587", + "min": "17.209", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "200.448", + "max": "204.138", + "min": "199.928", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "63.487", + "max": "64.5", + "min": "63.354", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "49.83", + "max": "50.024", + "min": "49.68", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "220.227", + "max": "226.778", + "min": "219.835", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "41.421", + "max": "42.128", + "min": "41.2", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "36.662", + "max": "79.995", + "min": "34.88", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "157.732", + "max": "158.308", + "min": "157.605", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "46.183", + "max": "46.441", + "min": "46.045", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "52.89", + "max": "52.943", + "min": "52.808", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "38.229", + "max": "46.683", + "min": "36.601", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "266.676", + "max": "266.774", + "min": "266.597", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "24.25", + "max": "25.573", + "min": "24.064", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "42.735", + "max": "42.922", + "min": "42.551", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "135.872", + "max": "136.004", + "min": "135.777", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "193.791", + "max": "194.312", + "min": "193.536", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "70.617", + "max": "71.531", + "min": "70.409", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "343.126", + "max": "384.769", + "min": "336.241", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "168.998", + "max": "169.265", + "min": "168.886", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "281.732", + "max": "366.712", + "min": "274.479", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "162.999", + "max": "163.107", + "min": "162.912", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "411.416", + "max": "411.64", + "min": "411.025", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "64.068", + "max": "64.162", + "min": "63.983", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "112.278", + "max": "112.415", + "min": "112.168", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "131.934", + "max": "132.078", + "min": "131.848", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "205.791", + "max": "205.918", + "min": "205.676", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "112.915", + "max": "113.044", + "min": "112.813", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "173.299", + "max": "173.686", + "min": "173.156", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "275.133", + "max": "275.848", + "min": "274.865", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "117.36", + "max": "117.728", + "min": "117.235", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "137.948", + "max": "138.023", + "min": "137.872", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "37.949", + "max": "39.718", + "min": "37.681", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "165.291", + "max": "165.466", + "min": "165.217", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "53.755", + "max": "54.485", + "min": "53.577", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "42.041", + "max": "42.33", + "min": "41.859", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "61.386", + "max": "61.487", + "min": "61.289", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "26.893", + "max": "26.964", + "min": "26.805", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "52.879", + "max": "53.32", + "min": "52.661", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "89.726", + "max": "90.292", + "min": "89.564", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "0.029", + "max": "0.06", + "min": "0.021", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "84.897", + "max": "85.23", + "min": "84.771", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "35.729", + "max": "36.253", + "min": "35.572", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "45.399", + "max": "47.078", + "min": "45.194", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "53.411", + "max": "53.563", + "min": "53.33", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "41.58", + "max": "41.667", + "min": "41.459", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "34.874", + "max": "35.088", + "min": "34.712", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "50.893", + "max": "51.346", + "min": "50.614", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "46.336", + "max": "74.559", + "min": "44.636", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "65.221", + "max": "128.08", + "min": "39.474", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "45.322", + "max": "45.563", + "min": "45.209", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "48.691", + "max": "49.126", + "min": "48.533", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "57.375", + "max": "57.634", + "min": "57.226", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "55.724", + "max": "56.318", + "min": "55.265", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "45.131", + "max": "63.067", + "min": "44.287", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "308.966", + "max": "310.515", + "min": "308.825", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "39.778", + "max": "40.464", + "min": "39.666", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "54.944", + "max": "55.122", + "min": "54.762", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "33.54", + "max": "33.682", + "min": "33.437", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "203.141", + "max": "211.496", + "min": "201.385", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "14.869", + "max": "15.135", + "min": "14.68", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "42.226", + "max": "52.752", + "min": "41.6", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "42.398", + "max": "43.264", + "min": "42.288", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "44.509", + "max": "44.747", + "min": "44.344", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "336.937", + "max": "344.723", + "min": "336.401", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "122.757", + "max": "127.458", + "min": "122.045", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "265.357", + "max": "267.373", + "min": "258.546", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "166.573", + "max": "166.664", + "min": "166.489", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "48.93", + "max": "49.141", + "min": "48.823", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "162.845", + "max": "163.165", + "min": "162.679", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "194.524", + "max": "194.704", + "min": "194.292", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "53.779", + "max": "53.932", + "min": "53.63", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "37.077", + "max": "38.165", + "min": "36.904", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "48.198", + "max": "49.133", + "min": "47.868", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "46.294", + "max": "47.589", + "min": "45.993", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "139.296", + "max": "139.424", + "min": "139.242", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "145.063", + "max": "145.117", + "min": "144.989", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "207.215", + "max": "209.209", + "min": "206.916", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "127.311", + "max": "127.507", + "min": "127.211", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "55.013", + "max": "55.201", + "min": "54.873", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "117.974", + "max": "118.051", + "min": "117.916", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "36.384", + "max": "36.597", + "min": "36.271", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "228.222", + "max": "282.918", + "min": "226.179", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "154.296", + "max": "156.676", + "min": "151.497", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "46.524", + "max": "46.828", + "min": "46.411", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "52.778", + "max": "53.846", + "min": "52.17", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "165.567", + "max": "167.92", + "min": "164.679", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "140.155", + "max": "140.993", + "min": "139.823", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "261.372", + "max": "261.539", + "min": "261.273", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "84.091", + "max": "84.586", + "min": "83.896", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "76.806", + "max": "76.868", + "min": "76.734", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "45.474", + "max": "45.572", + "min": "45.401", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "43.333", + "max": "43.45", + "min": "43.232", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "122.564", + "max": "128.222", + "min": "122", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "119.007", + "max": "119.317", + "min": "118.894", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "76.668", + "max": "90.369", + "min": "73.591", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "201.733", + "max": "207.527", + "min": "201.066", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "123.963", + "max": "125.262", + "min": "122.966", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "88.729", + "max": "89.301", + "min": "88.635", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "144.892", + "max": "145.195", + "min": "144.738", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "59.157", + "max": "62.216", + "min": "58.943", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "227.232", + "max": "230.985", + "min": "220.504", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "220.141", + "max": "220.141", + "min": "220.141", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "48.589", + "max": "57.288", + "min": "48.207", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "38.153", + "max": "38.235", + "min": "38.076", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "147.699", + "max": "152.351", + "min": "147.34", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "62.707", + "max": "71.783", + "min": "55.124", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "62.809", + "max": "93.559", + "min": "61.654", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "210.282", + "max": "211.353", + "min": "210.075", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "108.552", + "max": "109.155", + "min": "108.359", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "142.61", + "max": "144.607", + "min": "142.331", + "id": "193", + "country": "Albania", + "source_name": "Tirana", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "200": { + "name": "Brno", + "data": { + "0": { + "avg": "227.699", + "max": "227.893", + "min": "227.581", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "278.71", + "max": "282.959", + "min": "278.333", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "112.857", + "max": "113.001", + "min": "112.765", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "10.606", + "max": "19.971", + "min": "10.126", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "32.581", + "max": "32.924", + "min": "32.433", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "231.347", + "max": "232.372", + "min": "231.182", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "30.175", + "max": "30.319", + "min": "30.051", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "288.083", + "max": "292.02", + "min": "287.26", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "55.656", + "max": "55.92", + "min": "55.473", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "38.379", + "max": "44.247", + "min": "37.808", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "36.288", + "max": "44.455", + "min": "35.746", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "140.386", + "max": "141.724", + "min": "140.171", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "105.93", + "max": "106.049", + "min": "105.825", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "105.012", + "max": "105.242", + "min": "104.826", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "139.136", + "max": "139.3", + "min": "139.022", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "103.98", + "max": "104.151", + "min": "103.756", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "33.76", + "max": "34.1", + "min": "33.563", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "110.801", + "max": "111.884", + "min": "110.646", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "42.869", + "max": "43.095", + "min": "42.711", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "11.95", + "max": "12.178", + "min": "11.861", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "300.765", + "max": "300.864", + "min": "300.673", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "125.147", + "max": "125.316", + "min": "125.029", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "169.868", + "max": "170.487", + "min": "169.717", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "170.39", + "max": "172.432", + "min": "170.141", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "34.644", + "max": "34.813", + "min": "34.508", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.745", + "max": "27.944", + "min": "27.622", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "21.405", + "max": "22.969", + "min": "21.093", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "12.238", + "max": "12.496", + "min": "12.095", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "10.779", + "max": "18.342", + "min": "10.363", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "152.354", + "max": "160.799", + "min": "151.806", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "155.547", + "max": "155.701", + "min": "155.445", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "28.468", + "max": "30.177", + "min": "28.239", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "158.402", + "max": "159.021", + "min": "158.225", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "48.158", + "max": "48.664", + "min": "48.036", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "19.549", + "max": "28.035", + "min": "18.914", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "167.467", + "max": "168.159", + "min": "167.266", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "168.228", + "max": "168.394", + "min": "168.121", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "158.802", + "max": "158.972", + "min": "158.649", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "129.338", + "max": "129.559", + "min": "129.209", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "110.778", + "max": "111.376", + "min": "110.555", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "173.702", + "max": "176.731", + "min": "173.26", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "39.702", + "max": "45.798", + "min": "39.127", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "56.165", + "max": "56.492", + "min": "56.047", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "29.913", + "max": "31.705", + "min": "29.681", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "143.7", + "max": "143.823", + "min": "143.602", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "22.392", + "max": "23.05", + "min": "22.05", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "47.737", + "max": "51.768", + "min": "47.457", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "180.722", + "max": "180.872", + "min": "180.605", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "272.049", + "max": "273.779", + "min": "271.423", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "131.956", + "max": "132.067", + "min": "131.847", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "100.558", + "max": "100.751", + "min": "100.302", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "163.184", + "max": "163.439", + "min": "162.985", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "74.164", + "max": "115.401", + "min": "30.247", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "126.971", + "max": "127.121", + "min": "126.823", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "160.73", + "max": "188.155", + "min": "156.61", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "384.009", + "max": "384.983", + "min": "383.818", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "49.652", + "max": "52.077", + "min": "48.658", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "326.979", + "max": "327.357", + "min": "326.875", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "15.937", + "max": "19.551", + "min": "15.494", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "31.792", + "max": "31.895", + "min": "31.676", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "69.93", + "max": "70.967", + "min": "69.498", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "79.316", + "max": "120.944", + "min": "76.705", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "214.651", + "max": "319.811", + "min": "207.86", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "212.806", + "max": "213.263", + "min": "212.633", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "45.866", + "max": "46.138", + "min": "45.757", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "27.561", + "max": "28.254", + "min": "27.332", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "104.503", + "max": "104.662", + "min": "104.345", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "32.109", + "max": "32.504", + "min": "31.758", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "227.079", + "max": "231.356", + "min": "226.401", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "140.872", + "max": "144.68", + "min": "140.481", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "336.329", + "max": "338.377", + "min": "336.094", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "159.388", + "max": "160.58", + "min": "159.181", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "175.975", + "max": "181.147", + "min": "175.559", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "126.762", + "max": "126.859", + "min": "126.675", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "70.13", + "max": "71.067", + "min": "69.926", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "26.966", + "max": "27.105", + "min": "26.774", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "120.433", + "max": "121.292", + "min": "120.263", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "162.621", + "max": "165.942", + "min": "162.314", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "122.985", + "max": "124.694", + "min": "122.547", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "115.189", + "max": "115.596", + "min": "115.051", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "149.191", + "max": "149.445", + "min": "148.87", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "108.13", + "max": "115.194", + "min": "107.615", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "229.918", + "max": "230.229", + "min": "228.991", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "163.279", + "max": "174.898", + "min": "162.707", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "158.649", + "max": "161.246", + "min": "158.459", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "78.994", + "max": "80.489", + "min": "78.623", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "44.773", + "max": "49.62", + "min": "44.352", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "137.611", + "max": "137.787", + "min": "137.499", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "130.388", + "max": "130.618", + "min": "130.193", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "37.113", + "max": "44.927", + "min": "36.729", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "135.82", + "max": "139.336", + "min": "135.257", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "177.826", + "max": "178.479", + "min": "177.621", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "46.936", + "max": "47.804", + "min": "46.772", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "296.255", + "max": "296.55", + "min": "296.07", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "129.08", + "max": "129.312", + "min": "128.928", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "132.604", + "max": "133.208", + "min": "132.404", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "176.743", + "max": "176.966", + "min": "176.513", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "168.148", + "max": "192.292", + "min": "166.524", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "189.397", + "max": "189.57", + "min": "189.256", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "122.253", + "max": "124.009", + "min": "121.968", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "128.758", + "max": "134.987", + "min": "128.422", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "183.796", + "max": "183.939", + "min": "183.619", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "48.906", + "max": "49.057", + "min": "48.805", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "322.305", + "max": "326.83", + "min": "321.618", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "131.824", + "max": "132.729", + "min": "131.645", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "341.923", + "max": "347.628", + "min": "308.346", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "191.876", + "max": "193.849", + "min": "191.71", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "97.093", + "max": "97.294", + "min": "96.96", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "117.733", + "max": "117.882", + "min": "117.602", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "139.038", + "max": "143.549", + "min": "138.14", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "323.452", + "max": "333.054", + "min": "322.97", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "287.729", + "max": "287.918", + "min": "287.531", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "98.105", + "max": "98.794", + "min": "97.976", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "142.897", + "max": "148.066", + "min": "142.331", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "385.567", + "max": "504.102", + "min": "198.121", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "145.453", + "max": "242.829", + "min": "43.948", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "181.156", + "max": "182.038", + "min": "180.658", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "204.47", + "max": "204.907", + "min": "204.339", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "142.885", + "max": "157.407", + "min": "142.259", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "134.1", + "max": "135.036", + "min": "133.81", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "126.59", + "max": "127.26", + "min": "126.286", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "216.933", + "max": "360.74", + "min": "129.976", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "206.792", + "max": "207.014", + "min": "206.691", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "38.544", + "max": "305.55", + "min": "19.633", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "47.28", + "max": "48.1", + "min": "47.142", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "40.539", + "max": "41.614", + "min": "40.132", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "103.093", + "max": "103.647", + "min": "102.94", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "197.03", + "max": "198.534", + "min": "196.575", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "140.875", + "max": "141.614", + "min": "140.628", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "193.267", + "max": "194.129", + "min": "192.985", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "116.334", + "max": "117.444", + "min": "116.089", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "115.953", + "max": "116.213", + "min": "115.752", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "114.243", + "max": "114.593", + "min": "113.945", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "313.712", + "max": "315.29", + "min": "312.908", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "144.545", + "max": "144.732", + "min": "144.458", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "103.911", + "max": "112.93", + "min": "103.473", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "153.711", + "max": "164.297", + "min": "152.45", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "151.745", + "max": "151.959", + "min": "151.538", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "124.415", + "max": "124.593", + "min": "124.256", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "113.469", + "max": "113.614", + "min": "113.29", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "10.309", + "max": "10.617", + "min": "10.137", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "182.688", + "max": "183.431", + "min": "182.311", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "47.534", + "max": "47.971", + "min": "47.374", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "9.917", + "max": "10.066", + "min": "9.759", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "196.854", + "max": "199.532", + "min": "196.391", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "24.249", + "max": "24.621", + "min": "24.08", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "24.55", + "max": "29.693", + "min": "24.101", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "140.019", + "max": "140.137", + "min": "139.916", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "23.493", + "max": "24.043", + "min": "23.376", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "25.002", + "max": "25.175", + "min": "24.857", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "9.978", + "max": "26.384", + "min": "7.833", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "212.965", + "max": "218.539", + "min": "212.652", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "25.207", + "max": "25.499", + "min": "25.073", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "30.739", + "max": "31.642", + "min": "30.502", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "108.005", + "max": "112.35", + "min": "107.712", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "152.495", + "max": "153.579", + "min": "152.144", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "40.047", + "max": "40.853", + "min": "39.802", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "314.178", + "max": "352.592", + "min": "306.622", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "140.797", + "max": "140.946", + "min": "140.639", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "269.649", + "max": "362.415", + "min": "261.077", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "152.576", + "max": "152.959", + "min": "152.417", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "394.876", + "max": "395.181", + "min": "394.373", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "21.419", + "max": "21.567", + "min": "21.292", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "88.867", + "max": "89.355", + "min": "88.731", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "100.937", + "max": "101.377", + "min": "100.82", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "187.602", + "max": "187.769", + "min": "187.487", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "97.481", + "max": "97.729", + "min": "97.395", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "183.35", + "max": "183.679", + "min": "183.214", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "237.178", + "max": "241.843", + "min": "222.88", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "102.557", + "max": "103.052", + "min": "102.349", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "114.431", + "max": "114.588", + "min": "114.349", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.645", + "max": "26.368", + "min": "23.242", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "307.582", + "max": "307.688", + "min": "307.504", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "33.406", + "max": "34.014", + "min": "33.314", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "25.2", + "max": "25.93", + "min": "24.989", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "40.397", + "max": "40.504", + "min": "40.331", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "20.073", + "max": "20.183", + "min": "19.975", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "30.529", + "max": "30.987", + "min": "30.293", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "71.856", + "max": "73.445", + "min": "71.531", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "34.932", + "max": "35.113", + "min": "34.8", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "75.269", + "max": "90.151", + "min": "74.664", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "60.02", + "max": "61.075", + "min": "59.846", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "17.878", + "max": "22.571", + "min": "17.285", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "27.244", + "max": "27.323", + "min": "27.152", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "38.315", + "max": "38.519", + "min": "38.186", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "0.049", + "max": "0.1", + "min": "0.033", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "82.2", + "max": "82.625", + "min": "81.863", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "42.363", + "max": "51.181", + "min": "40.95", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "50.071", + "max": "105.991", + "min": "19.318", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "21.816", + "max": "29.568", + "min": "21.407", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "77.457", + "max": "78.229", + "min": "77.206", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "21.963", + "max": "22.201", + "min": "21.79", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "33.085", + "max": "33.849", + "min": "32.646", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "27.644", + "max": "27.856", + "min": "27.409", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "207.744", + "max": "210.334", + "min": "207.493", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "12.656", + "max": "14.421", + "min": "12.47", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "18.439", + "max": "18.696", + "min": "18.164", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "9.432", + "max": "9.538", + "min": "9.353", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "186.941", + "max": "192.927", + "min": "185.853", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "38.381", + "max": "38.635", + "min": "38.273", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "21.38", + "max": "21.817", + "min": "20.928", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "27.999", + "max": "28.346", + "min": "27.846", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "20.499", + "max": "20.759", + "min": "20.355", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "320.838", + "max": "331.749", + "min": "319.399", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "111.15", + "max": "116.664", + "min": "110.396", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "226.422", + "max": "226.556", + "min": "226.264", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "160.015", + "max": "160.492", + "min": "159.896", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "21.1", + "max": "21.65", + "min": "20.881", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "141.783", + "max": "146.499", + "min": "141.401", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "188.369", + "max": "188.606", + "min": "188.179", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "27.24", + "max": "27.378", + "min": "27.119", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "65.681", + "max": "66.609", + "min": "65.454", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "42.751", + "max": "44.257", + "min": "42.437", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "28.61", + "max": "28.907", + "min": "28.461", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "133.866", + "max": "133.958", + "min": "133.714", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "128.172", + "max": "128.252", + "min": "128.06", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "261.71", + "max": "347.768", + "min": "258.534", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "97.232", + "max": "97.299", + "min": "97.113", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "22.467", + "max": "22.676", + "min": "22.356", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "110.925", + "max": "111.052", + "min": "110.846", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "19.114", + "max": "19.299", + "min": "18.975", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "256.51", + "max": "256.815", + "min": "256.354", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "139.936", + "max": "144.994", + "min": "137.359", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "39.365", + "max": "39.556", + "min": "39.285", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "45.86", + "max": "46.735", + "min": "44.815", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "165.413", + "max": "168.44", + "min": "164.145", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "126.409", + "max": "129.875", + "min": "125.966", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "195.681", + "max": "195.913", + "min": "195.558", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "76.093", + "max": "90.356", + "min": "75.426", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "50.351", + "max": "50.502", + "min": "50.265", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "23.872", + "max": "24.083", + "min": "23.745", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "59.748", + "max": "59.856", + "min": "59.631", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "121.334", + "max": "124.76", + "min": "120.856", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "113.759", + "max": "113.919", + "min": "113.588", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "77.225", + "max": "87.623", + "min": "74.705", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "194.101", + "max": "197.754", + "min": "193.077", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "114.339", + "max": "115.661", + "min": "113.114", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "71.246", + "max": "72.459", + "min": "71.105", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "116.191", + "max": "116.421", + "min": "115.954", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "42.861", + "max": "44.557", + "min": "42.664", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "200.719", + "max": "207.497", + "min": "200.303", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "195.155", + "max": "195.155", + "min": "195.155", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "39.246", + "max": "39.371", + "min": "39.142", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "15.487", + "max": "15.67", + "min": "15.38", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "125.717", + "max": "132.688", + "min": "125.174", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "48.225", + "max": "60.619", + "min": "42.204", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "24.773", + "max": "24.865", + "min": "24.607", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "203.972", + "max": "205.769", + "min": "203.712", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "71.026", + "max": "71.998", + "min": "70.65", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "127.741", + "max": "128.268", + "min": "127.618", + "id": "200", + "country": "Czech Republic", + "source_name": "Brno", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "206": { + "name": "Gdansk", + "data": { + "0": { + "avg": "252.623", + "max": "253.053", + "min": "252.224", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "311.347", + "max": "321.008", + "min": "310.585", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "126.189", + "max": "126.904", + "min": "126.036", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "42.519", + "max": "54.333", + "min": "41.715", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "38.855", + "max": "39.804", + "min": "38.532", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "273.321", + "max": "287.064", + "min": "272.61", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "38.571", + "max": "39.028", + "min": "38.425", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "307.453", + "max": "318.727", + "min": "305.944", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "64.887", + "max": "65.168", + "min": "64.71", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "44.779", + "max": "57.529", + "min": "44.03", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "52.963", + "max": "56.06", + "min": "52.627", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "145.347", + "max": "145.714", + "min": "145.096", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "101.523", + "max": "101.972", + "min": "101.285", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "116.547", + "max": "116.804", + "min": "116.382", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "141.114", + "max": "143.806", + "min": "140.906", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "122.088", + "max": "122.812", + "min": "121.674", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "46.832", + "max": "47.077", + "min": "46.538", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "126.707", + "max": "127.768", + "min": "126.389", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "51.565", + "max": "64.001", + "min": "50.874", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "31.505", + "max": "31.747", + "min": "31.403", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "313.595", + "max": "316.39", + "min": "313.208", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "118.159", + "max": "118.429", + "min": "117.931", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "174.637", + "max": "174.943", + "min": "174.499", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "173.829", + "max": "182.848", + "min": "173.125", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "25.709", + "max": "29.709", + "min": "25.291", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "45.611", + "max": "57.498", + "min": "45.018", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "45.186", + "max": "46.814", + "min": "44.896", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "29.294", + "max": "38.854", + "min": "28.447", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "24.443", + "max": "24.751", + "min": "24.277", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "164.941", + "max": "165.298", + "min": "164.651", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "171.442", + "max": "171.681", + "min": "171.249", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "5.325", + "max": "5.571", + "min": "5.145", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "172.684", + "max": "189.131", + "min": "171.939", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "27.273", + "max": "27.746", + "min": "27.128", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "31.781", + "max": "44.766", + "min": "31.014", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "180.716", + "max": "186.378", + "min": "180.078", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "168.816", + "max": "169.143", + "min": "168.66", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "161.416", + "max": "161.992", + "min": "161.253", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "140.615", + "max": "141.264", + "min": "140.417", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "111.899", + "max": "113.575", + "min": "111.496", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "173.407", + "max": "177.172", + "min": "172.861", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "44.536", + "max": "58.063", + "min": "43.13", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "72.873", + "max": "88.015", + "min": "71.327", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "33.302", + "max": "36.284", + "min": "32.871", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "156.906", + "max": "157.54", + "min": "156.634", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "45.123", + "max": "45.826", + "min": "44.74", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "48.803", + "max": "59.69", + "min": "47.992", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "194.083", + "max": "194.55", + "min": "193.887", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "267.526", + "max": "269.779", + "min": "267.264", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "150.514", + "max": "150.66", + "min": "150.376", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "115.304", + "max": "116.004", + "min": "115.092", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "183.798", + "max": "184.625", + "min": "183.473", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "88.434", + "max": "176.481", + "min": "70.599", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "133.346", + "max": "134.049", + "min": "133.045", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "173.674", + "max": "196.68", + "min": "169.595", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "290.467", + "max": "298.55", + "min": "289.916", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "57.981", + "max": "58.862", + "min": "57.284", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "330.105", + "max": "330.376", + "min": "330.009", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "63.769", + "max": "70.129", + "min": "62.816", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "38.952", + "max": "57.74", + "min": "38.128", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "76.849", + "max": "80.159", + "min": "76.261", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "89.709", + "max": "132.679", + "min": "86.799", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "214.183", + "max": "299.773", + "min": "197.253", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "318.641", + "max": "318.887", + "min": "318.513", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "67.105", + "max": "68.783", + "min": "66.86", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "46.295", + "max": "47.785", + "min": "46.042", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "108.438", + "max": "108.665", + "min": "108.283", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "70.48", + "max": "71.208", + "min": "70.01", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "244.185", + "max": "245.835", + "min": "243.399", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "158.861", + "max": "161.226", + "min": "158.598", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "203.199", + "max": "203.868", + "min": "202.969", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "166.455", + "max": "167.228", + "min": "166.128", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "185.62", + "max": "188.914", + "min": "185.181", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "130.301", + "max": "130.804", + "min": "130.119", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "96.245", + "max": "96.61", + "min": "96.052", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "66.934", + "max": "76.768", + "min": "66.414", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "126.931", + "max": "127.311", + "min": "126.79", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "174.402", + "max": "174.729", + "min": "174.174", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "134.262", + "max": "136.588", + "min": "133.721", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "124.465", + "max": "154.041", + "min": "122.654", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.407", + "max": "161.766", + "min": "161.056", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "120.82", + "max": "121.306", + "min": "120.453", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "243.463", + "max": "246.115", + "min": "239.404", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "164.928", + "max": "165.566", + "min": "164.617", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "148.139", + "max": "148.61", + "min": "147.891", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "88.293", + "max": "89.785", + "min": "87.892", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "40.196", + "max": "45.162", + "min": "39.594", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "136.239", + "max": "151.741", + "min": "135.413", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "137.034", + "max": "137.217", + "min": "136.87", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "34.514", + "max": "43.847", + "min": "33.842", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "136.688", + "max": "137.726", + "min": "136.125", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "175.792", + "max": "189.942", + "min": "175.025", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "57.035", + "max": "57.425", + "min": "56.89", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "268.065", + "max": "284.811", + "min": "267.217", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "122.492", + "max": "133.168", + "min": "121.935", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "142.926", + "max": "143.4", + "min": "142.612", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "189.164", + "max": "189.492", + "min": "188.922", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "181.028", + "max": "196.952", + "min": "179.412", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "173.953", + "max": "176.294", + "min": "173.641", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "129.527", + "max": "132.229", + "min": "129.121", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "141.557", + "max": "162.995", + "min": "140.304", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "169.359", + "max": "210.057", + "min": "165.594", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "59.081", + "max": "59.77", + "min": "58.845", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "337.657", + "max": "348.955", + "min": "336.623", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "133.028", + "max": "133.733", + "min": "132.789", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "344.788", + "max": "370.49", + "min": "310.144", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "215.842", + "max": "218.506", + "min": "215.127", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "110.201", + "max": "110.445", + "min": "109.96", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "127.845", + "max": "128.353", + "min": "127.686", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "190.15", + "max": "208.651", + "min": "189.272", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "279.95", + "max": "280.277", + "min": "279.793", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "306.619", + "max": "307.302", + "min": "305.92", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "140.124", + "max": "150.876", + "min": "121.787", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "150.377", + "max": "161.093", + "min": "149.067", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "391.182", + "max": "492.631", + "min": "210.524", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "182.058", + "max": "296.654", + "min": "88.846", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "195.433", + "max": "196.479", + "min": "195.144", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "213.293", + "max": "230.81", + "min": "212.307", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "147.755", + "max": "148.151", + "min": "147.563", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "142.826", + "max": "143.375", + "min": "142.41", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "142.287", + "max": "142.574", + "min": "141.924", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "214.434", + "max": "364.65", + "min": "133.976", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "217.202", + "max": "228.493", + "min": "216.323", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "29.817", + "max": "115.661", + "min": "26.423", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "26.512", + "max": "27.038", + "min": "26.329", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "48.466", + "max": "49.363", + "min": "47.794", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "114.992", + "max": "117.82", + "min": "113.972", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "188.753", + "max": "214.468", + "min": "187.63", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "137.412", + "max": "151.16", + "min": "136.651", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "210.299", + "max": "217.755", + "min": "209.796", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "131.904", + "max": "132.614", + "min": "131.692", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "133.91", + "max": "142.267", + "min": "133.336", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "130.755", + "max": "135.041", + "min": "130.33", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "326.398", + "max": "335.971", + "min": "325.391", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "152.022", + "max": "152.379", + "min": "151.872", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "111.957", + "max": "125.656", + "min": "111.111", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "147.966", + "max": "161.621", + "min": "146.831", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "142.949", + "max": "143.805", + "min": "142.67", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "141.164", + "max": "151.076", + "min": "140.575", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "109.704", + "max": "121.714", + "min": "109.114", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "41.921", + "max": "42.195", + "min": "41.756", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.364", + "max": "198.803", + "min": "197.959", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "52.762", + "max": "53.019", + "min": "52.582", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.802", + "max": "30.749", + "min": "25.431", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "209.948", + "max": "231.697", + "min": "208.336", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "29.805", + "max": "40.888", + "min": "29.123", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "45.169", + "max": "47.727", + "min": "44.797", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "159.078", + "max": "159.486", + "min": "158.813", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "33.019", + "max": "40.894", + "min": "32.263", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "44.588", + "max": "44.8", + "min": "44.43", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "29.534", + "max": "47.065", + "min": "27.419", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "211.309", + "max": "211.925", + "min": "211.137", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "51.371", + "max": "52.69", + "min": "51.089", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "33.076", + "max": "47.629", + "min": "31.881", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "125.432", + "max": "136.416", + "min": "124.825", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "167.989", + "max": "181.287", + "min": "167.271", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "53.48", + "max": "53.881", + "min": "53.185", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "274.828", + "max": "326.18", + "min": "267.53", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "153.093", + "max": "153.4", + "min": "152.81", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "272.116", + "max": "363.458", + "min": "265.179", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "145.764", + "max": "146.361", + "min": "145.566", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "412.704", + "max": "413.41", + "min": "412.34", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "23.116", + "max": "24.115", + "min": "22.888", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "109.297", + "max": "109.636", + "min": "109.124", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "111.727", + "max": "112.456", + "min": "111.505", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "197.932", + "max": "198.272", + "min": "197.753", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "105.082", + "max": "105.268", + "min": "104.881", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "187.237", + "max": "187.792", + "min": "186.994", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "264.693", + "max": "271.832", + "min": "263.534", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "117.809", + "max": "118.592", + "min": "117.546", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "124.807", + "max": "125.46", + "min": "124.633", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "39.327", + "max": "41.126", + "min": "39.008", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "161.769", + "max": "162.608", + "min": "161.499", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "46.944", + "max": "48.338", + "min": "46.669", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "35.798", + "max": "37.046", + "min": "35.516", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "51.25", + "max": "54.445", + "min": "50.945", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "46.989", + "max": "47.337", + "min": "46.817", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "36.14", + "max": "49.127", + "min": "35.129", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "78.585", + "max": "81.608", + "min": "78.172", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "57.663", + "max": "65.379", + "min": "57.157", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "76.457", + "max": "78.995", + "min": "76.151", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "68.168", + "max": "68.92", + "min": "67.915", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "34.615", + "max": "37.398", + "min": "34.241", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "44.239", + "max": "44.837", + "min": "44.079", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "30.75", + "max": "31.495", + "min": "30.529", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "21.941", + "max": "22.535", + "min": "21.769", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "93.387", + "max": "108.684", + "min": "92.568", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "48.132", + "max": "66.035", + "min": "46.412", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "64.203", + "max": "105.101", + "min": "32.506", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "33.949", + "max": "34.425", + "min": "33.715", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "88.172", + "max": "101.774", + "min": "87.439", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "0.038", + "max": "0.101", + "min": "0.032", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "50.758", + "max": "51.348", + "min": "50.273", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "35.282", + "max": "35.975", + "min": "34.966", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "230.266", + "max": "238.887", + "min": "229.692", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "46.489", + "max": "46.866", + "min": "46.344", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "37.39", + "max": "37.988", + "min": "37.195", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "27.549", + "max": "28.175", + "min": "27.377", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "199.578", + "max": "206.953", + "min": "197.845", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "73.609", + "max": "73.83", + "min": "73.456", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "34.007", + "max": "40.361", + "min": "33.313", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "30.072", + "max": "30.773", + "min": "29.826", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "29.103", + "max": "41.598", + "min": "28.211", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "326.433", + "max": "337.928", + "min": "322.755", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "110.394", + "max": "111.42", + "min": "109.977", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "235.716", + "max": "236.962", + "min": "227.878", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "161.753", + "max": "162.533", + "min": "161.477", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "34.32", + "max": "38.322", + "min": "34.018", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "160.662", + "max": "167.902", + "min": "160.247", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "200.786", + "max": "201.054", + "min": "200.407", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "51.399", + "max": "70.756", + "min": "50.506", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "96.471", + "max": "98.057", + "min": "96.047", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "35.172", + "max": "44.523", + "min": "34.273", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "32.566", + "max": "63.037", + "min": "30.251", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "130.962", + "max": "131.431", + "min": "130.763", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "137.493", + "max": "137.63", + "min": "137.374", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "267.86", + "max": "358.629", + "min": "264.539", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "185.224", + "max": "185.658", + "min": "184.993", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "39.343", + "max": "40.042", + "min": "39.16", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "114.204", + "max": "121.619", + "min": "113.835", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "39.308", + "max": "39.643", + "min": "39.161", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "226.068", + "max": "242.82", + "min": "225.279", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "148.833", + "max": "151.978", + "min": "145.985", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "66.154", + "max": "66.351", + "min": "65.889", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "74.019", + "max": "112.605", + "min": "71.811", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "179.125", + "max": "182.617", + "min": "178.022", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "131.094", + "max": "131.934", + "min": "130.695", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "215.817", + "max": "216.302", + "min": "215.54", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "89.998", + "max": "106.397", + "min": "89.217", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "62.281", + "max": "62.473", + "min": "62.163", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "34.501", + "max": "34.656", + "min": "34.339", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "74.223", + "max": "74.53", + "min": "74.05", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "117.835", + "max": "127.903", + "min": "116.495", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "122.981", + "max": "131.989", + "min": "122.548", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "88.22", + "max": "90.945", + "min": "86.536", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.774", + "max": "202.339", + "min": "196.993", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "119.323", + "max": "121.55", + "min": "118.127", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "82.908", + "max": "84.238", + "min": "82.664", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "133.087", + "max": "149.908", + "min": "131.999", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "50.053", + "max": "54.238", + "min": "49.149", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "199.495", + "max": "215.632", + "min": "191.074", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "213.155", + "max": "213.155", + "min": "213.155", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "43.444", + "max": "63.307", + "min": "42.595", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "28.959", + "max": "29.326", + "min": "28.762", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.943", + "max": "164.718", + "min": "125.972", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "53.117", + "max": "61.189", + "min": "46.768", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "46.299", + "max": "52.333", + "min": "45.916", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "192.153", + "max": "195.873", + "min": "191.38", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "91.981", + "max": "104.347", + "min": "90.221", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "138.586", + "max": "138.898", + "min": "138.425", + "id": "206", + "country": "Poland", + "source_name": "Gdansk", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "207": { + "name": "Pristina", + "data": { + "0": { + "avg": "221.029", + "max": "221.532", + "min": "220.545", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "314.846", + "max": "320.379", + "min": "314.142", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "123.654", + "max": "124.214", + "min": "123.222", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "20.265", + "max": "26.023", + "min": "18.936", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "43.67", + "max": "45.714", + "min": "43.107", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "255.322", + "max": "256.095", + "min": "254.781", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "34.342", + "max": "35.093", + "min": "34.048", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "315.739", + "max": "331.148", + "min": "313.922", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "62.017", + "max": "62.443", + "min": "61.538", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "57.324", + "max": "58.377", + "min": "56.884", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "50.649", + "max": "51.176", + "min": "50.21", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "158.708", + "max": "178.034", + "min": "157.542", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "126.895", + "max": "127.312", + "min": "126.308", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "137.547", + "max": "138.299", + "min": "137.145", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "134.484", + "max": "135.024", + "min": "134.079", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "121.285", + "max": "122.168", + "min": "120.838", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "46.881", + "max": "47.614", + "min": "46.395", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "128.117", + "max": "129.15", + "min": "127.795", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "55.47", + "max": "56.014", + "min": "55.109", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "17.194", + "max": "17.642", + "min": "16.685", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "310.985", + "max": "311.569", + "min": "310.523", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "139.499", + "max": "140.052", + "min": "139.008", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "183.641", + "max": "184.901", + "min": "183.111", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "180.426", + "max": "184.413", + "min": "179.541", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "69.168", + "max": "70.532", + "min": "68.473", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "51.788", + "max": "52.44", + "min": "51.342", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "44.43", + "max": "46.088", + "min": "43.784", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "17.239", + "max": "17.755", + "min": "16.791", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "44.482", + "max": "44.99", + "min": "44.071", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "173.117", + "max": "173.831", + "min": "172.613", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "275.093", + "max": "275.713", + "min": "274.55", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "48.271", + "max": "48.812", + "min": "47.668", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "178.436", + "max": "182.037", + "min": "177.788", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "70.643", + "max": "71.268", + "min": "70.196", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "39.702", + "max": "41.932", + "min": "39.061", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "199.738", + "max": "200.968", + "min": "199.179", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "181.289", + "max": "181.903", + "min": "180.923", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "168.931", + "max": "169.685", + "min": "168.617", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "136.975", + "max": "137.52", + "min": "136.49", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "130.239", + "max": "133.805", + "min": "129.505", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "190.359", + "max": "193.892", + "min": "189.486", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "49.809", + "max": "53.977", + "min": "48.951", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "78.119", + "max": "78.735", + "min": "77.618", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "57.048", + "max": "66.756", + "min": "56.248", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "190.415", + "max": "190.914", + "min": "189.961", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "21.873", + "max": "23.812", + "min": "21.159", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "60.477", + "max": "61.024", + "min": "59.961", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "204.457", + "max": "204.872", + "min": "204.001", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "282.373", + "max": "288.414", + "min": "281.578", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "146.332", + "max": "146.859", + "min": "145.991", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "118.838", + "max": "119.432", + "min": "118.396", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "176.451", + "max": "177.181", + "min": "175.867", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "94.342", + "max": "105.508", + "min": "86.914", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "167.04", + "max": "167.664", + "min": "166.563", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "171.063", + "max": "186.905", + "min": "167.366", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "284.362", + "max": "284.996", + "min": "283.79", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "62.113", + "max": "63.792", + "min": "60.837", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "348.093", + "max": "348.615", + "min": "347.578", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "17.762", + "max": "18.845", + "min": "17.248", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "41.386", + "max": "43.205", + "min": "40.864", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "82.778", + "max": "84.503", + "min": "82.078", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "95.93", + "max": "135.051", + "min": "91.527", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "216.19", + "max": "303.403", + "min": "203.039", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "273.044", + "max": "273.603", + "min": "272.601", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "67.844", + "max": "68.419", + "min": "67.457", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "39.855", + "max": "40.508", + "min": "39.271", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "117.195", + "max": "117.757", + "min": "116.631", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "42.317", + "max": "42.967", + "min": "41.644", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "250.512", + "max": "251.977", + "min": "249.399", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "154.1", + "max": "155.382", + "min": "153.537", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "355.556", + "max": "356.809", + "min": "354.892", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "177.299", + "max": "180.326", + "min": "176.735", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "196.891", + "max": "197.451", + "min": "196.486", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "139.385", + "max": "140.073", + "min": "138.849", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "89.322", + "max": "90.217", + "min": "88.829", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "43.809", + "max": "44.409", + "min": "43.275", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "137.463", + "max": "138.092", + "min": "136.939", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "177.884", + "max": "184.459", + "min": "177.21", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "129.389", + "max": "143.08", + "min": "128.515", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "158.507", + "max": "159.133", + "min": "158.071", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "182.292", + "max": "182.771", + "min": "181.738", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "133.314", + "max": "133.941", + "min": "132.896", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "248.974", + "max": "249.631", + "min": "248.458", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "172.492", + "max": "173.252", + "min": "172.031", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "175.238", + "max": "175.685", + "min": "174.808", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "94.928", + "max": "96.217", + "min": "94.413", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "57.185", + "max": "58.592", + "min": "56.513", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "138.346", + "max": "139.216", + "min": "137.867", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "150.324", + "max": "151.366", + "min": "149.665", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "43.605", + "max": "50.915", + "min": "42.329", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "160.009", + "max": "161.364", + "min": "159.082", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "195.299", + "max": "197.083", + "min": "194.717", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "65.847", + "max": "66.414", + "min": "65.291", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "320.711", + "max": "330.736", + "min": "319.979", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "131.604", + "max": "134.65", + "min": "131.119", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "154.148", + "max": "154.73", + "min": "153.566", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "194.976", + "max": "197.62", + "min": "194.3", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "179.154", + "max": "202.841", + "min": "177.093", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "196.801", + "max": "197.307", + "min": "196.301", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "139.125", + "max": "139.625", + "min": "138.631", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "145.041", + "max": "145.48", + "min": "144.532", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "193.963", + "max": "194.547", + "min": "193.543", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "55.589", + "max": "56.916", + "min": "54.969", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "350.669", + "max": "353.629", + "min": "349.935", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "153.566", + "max": "154.093", + "min": "152.97", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "360.108", + "max": "370.985", + "min": "320.902", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "204.053", + "max": "205.911", + "min": "203.571", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "118.52", + "max": "119.052", + "min": "117.994", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "134.833", + "max": "135.499", + "min": "134.366", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "159.512", + "max": "160.118", + "min": "159.072", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "337.128", + "max": "340.289", + "min": "329.956", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "305.605", + "max": "312.505", + "min": "304.816", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "123.327", + "max": "123.835", + "min": "123.007", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "164.02", + "max": "168.808", + "min": "163.333", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "395.488", + "max": "520.948", + "min": "218.663", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "116.413", + "max": "218.508", + "min": "42.215", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "216.996", + "max": "232.67", + "min": "215.872", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "239.123", + "max": "239.841", + "min": "238.538", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "158.63", + "max": "159.137", + "min": "158.138", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "153.793", + "max": "154.713", + "min": "153.066", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "157.403", + "max": "158.022", + "min": "156.933", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "234.934", + "max": "393.769", + "min": "152.283", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "242.972", + "max": "248.904", + "min": "242.28", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "76.368", + "max": "165.43", + "min": "70.014", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "78.489", + "max": "78.999", + "min": "78.105", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "55.045", + "max": "56.303", + "min": "54.417", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "122.729", + "max": "123.35", + "min": "122.23", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "202.781", + "max": "203.792", + "min": "202.31", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "157.088", + "max": "160.188", + "min": "156.502", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "222.514", + "max": "226.922", + "min": "221.684", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "146.288", + "max": "146.957", + "min": "145.854", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "135.637", + "max": "136.19", + "min": "135.105", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "149.137", + "max": "149.605", + "min": "148.688", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "329.799", + "max": "334.814", + "min": "328.781", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "153.344", + "max": "154.045", + "min": "152.881", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "112.049", + "max": "112.714", + "min": "111.651", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "169.013", + "max": "177.342", + "min": "167.415", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "170.745", + "max": "171.359", + "min": "170.429", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "167.34", + "max": "167.953", + "min": "166.897", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "119.656", + "max": "120.129", + "min": "119.233", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "20.983", + "max": "24.337", + "min": "20.475", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "313.254", + "max": "317.749", + "min": "312.395", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "67.619", + "max": "70.102", + "min": "67.063", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "18.707", + "max": "19.203", + "min": "18.303", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "222.385", + "max": "226.594", + "min": "221.304", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "37.674", + "max": "38.338", + "min": "37.218", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "13.731", + "max": "18.363", + "min": "12.905", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "167.674", + "max": "168.335", + "min": "167.249", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "40.038", + "max": "42.339", + "min": "39.528", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "40.411", + "max": "43.051", + "min": "39.903", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "42.548", + "max": "49.588", + "min": "41.111", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "284.667", + "max": "285.186", + "min": "284.344", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "12.747", + "max": "14.733", + "min": "12.121", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "41.849", + "max": "58.142", + "min": "40.127", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "131.565", + "max": "132.298", + "min": "131.123", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "194.94", + "max": "195.556", + "min": "194.395", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "59.646", + "max": "61.423", + "min": "59.17", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "250.841", + "max": "297.325", + "min": "242.678", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "160.779", + "max": "161.247", + "min": "160.368", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "285.895", + "max": "317.418", + "min": "281.806", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "152.438", + "max": "152.985", + "min": "151.978", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "428.069", + "max": "428.633", + "min": "427.479", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "65.409", + "max": "66.181", + "min": "65.01", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "114.387", + "max": "114.822", + "min": "113.946", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "122.822", + "max": "123.468", + "min": "122.358", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "207.31", + "max": "208.143", + "min": "206.935", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "108.141", + "max": "108.831", + "min": "107.777", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "169.803", + "max": "170.442", + "min": "169.328", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "227.228", + "max": "232.203", + "min": "212.406", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "137.304", + "max": "137.692", + "min": "136.878", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "138.897", + "max": "139.435", + "min": "138.401", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "27.286", + "max": "28.241", + "min": "26.731", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "160.219", + "max": "160.786", + "min": "159.759", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "58.823", + "max": "59.449", + "min": "58.443", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "36.326", + "max": "38.774", + "min": "35.77", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "47.238", + "max": "71.615", + "min": "45.538", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "40.855", + "max": "41.463", + "min": "40.529", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "44.311", + "max": "44.934", + "min": "43.88", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "81.971", + "max": "82.439", + "min": "81.423", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "55.691", + "max": "56.266", + "min": "55.223", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "82.129", + "max": "87.681", + "min": "81.22", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "65.495", + "max": "66.185", + "min": "65.092", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "35.348", + "max": "36.436", + "min": "34.785", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "38.558", + "max": "39.243", + "min": "38.162", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "33.154", + "max": "33.686", + "min": "32.786", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "33.165", + "max": "33.69", + "min": "32.597", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "55.067", + "max": "55.827", + "min": "54.67", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "48.679", + "max": "55.424", + "min": "47.499", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "66.725", + "max": "118.784", + "min": "39.165", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "50.866", + "max": "51.426", + "min": "50.427", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "70.777", + "max": "71.325", + "min": "70.179", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "51.671", + "max": "77.833", + "min": "50.287", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "0.025", + "max": "0.065", + "min": "0.017", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "35.506", + "max": "42.76", + "min": "34.718", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.509", + "max": "224.144", + "min": "222.037", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "28.44", + "max": "29.308", + "min": "28.062", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "75.259", + "max": "75.808", + "min": "74.836", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "34.827", + "max": "35.408", + "min": "34.319", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "202.08", + "max": "210.003", + "min": "200.332", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "33.28", + "max": "33.765", + "min": "32.882", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "39.915", + "max": "42.905", + "min": "39.343", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "42.162", + "max": "42.967", + "min": "41.614", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "37.771", + "max": "38.661", + "min": "37.396", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "304.612", + "max": "315.751", + "min": "301.296", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "130.074", + "max": "131.43", + "min": "129.34", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "250.486", + "max": "259.865", + "min": "242.336", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "175.856", + "max": "176.465", + "min": "175.491", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "45.36", + "max": "45.94", + "min": "44.938", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "178.837", + "max": "180.337", + "min": "178.384", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "192.071", + "max": "192.471", + "min": "191.565", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "58.744", + "max": "59.385", + "min": "58.361", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "70.456", + "max": "71.234", + "min": "69.92", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "42.198", + "max": "43.133", + "min": "41.513", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "34.651", + "max": "36.091", + "min": "34.065", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "141.31", + "max": "141.849", + "min": "140.804", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "148.519", + "max": "149.035", + "min": "148.026", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "346.755", + "max": "347.464", + "min": "346.305", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "121.8", + "max": "122.36", + "min": "121.286", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "39.69", + "max": "40.118", + "min": "39.114", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "116.916", + "max": "117.46", + "min": "116.519", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "33.817", + "max": "34.963", + "min": "33.208", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "274.95", + "max": "287.091", + "min": "273.949", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "167.207", + "max": "171.605", + "min": "163.919", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "54.966", + "max": "55.587", + "min": "54.638", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "67.43", + "max": "68.074", + "min": "66.452", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "195.063", + "max": "234.349", + "min": "192.143", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "134.905", + "max": "136.416", + "min": "134.269", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "279.89", + "max": "280.272", + "min": "279.378", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "73.784", + "max": "74.794", + "min": "73.299", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "58.566", + "max": "59.068", + "min": "58.231", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "36.172", + "max": "36.815", + "min": "35.755", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "86.059", + "max": "86.535", + "min": "85.524", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "136.796", + "max": "139.99", + "min": "135.837", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "132.069", + "max": "133.746", + "min": "131.552", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "91.194", + "max": "98.168", + "min": "89.254", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "193.064", + "max": "195.398", + "min": "192.162", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "128.352", + "max": "130.135", + "min": "127.169", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "78.714", + "max": "80.143", + "min": "78.236", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "146.788", + "max": "147.383", + "min": "146.363", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "51.908", + "max": "52.388", + "min": "51.431", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "237.923", + "max": "242.74", + "min": "227.72", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "233.747", + "max": "233.747", + "min": "233.747", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "56.542", + "max": "57.166", + "min": "56.227", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "36.727", + "max": "37.343", + "min": "36.239", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "132.594", + "max": "133.524", + "min": "131.993", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "67.907", + "max": "74.814", + "min": "59.147", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "7.528", + "max": "8.119", + "min": "7.09", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "166.982", + "max": "168.792", + "min": "166.19", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "79.837", + "max": "80.785", + "min": "79.205", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "143.975", + "max": "146.746", + "min": "143.264", + "id": "207", + "country": "Kosovo", + "source_name": "Pristina", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "212": { + "name": "Ktis", + "data": { + "0": { + "avg": "259.166", + "max": "259.604", + "min": "258.992", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "278.044", + "max": "278.397", + "min": "277.847", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "125.575", + "max": "127.228", + "min": "125.435", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "10.047", + "max": "14.737", + "min": "9.435", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "25.954", + "max": "26.539", + "min": "25.772", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "259.61", + "max": "259.973", + "min": "259.525", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "57.794", + "max": "57.956", + "min": "57.683", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "289.598", + "max": "297.355", + "min": "288.509", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "54.774", + "max": "55.018", + "min": "54.646", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "37.047", + "max": "37.788", + "min": "36.849", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "25.66", + "max": "26.24", + "min": "25.456", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "145.725", + "max": "145.888", + "min": "145.632", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "102.957", + "max": "103.162", + "min": "102.871", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "103.425", + "max": "104.488", + "min": "103.279", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "132.57", + "max": "138.849", + "min": "132.217", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "105.04", + "max": "105.217", + "min": "104.571", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "62.994", + "max": "63.256", + "min": "62.805", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "109.186", + "max": "109.352", + "min": "109.117", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "37.953", + "max": "38.198", + "min": "37.852", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "14.559", + "max": "14.686", + "min": "14.487", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "300.494", + "max": "301.666", + "min": "300.329", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "118.906", + "max": "119", + "min": "118.82", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "171.991", + "max": "172.313", + "min": "171.897", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "176.092", + "max": "176.417", + "min": "175.991", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "40.375", + "max": "40.92", + "min": "40.165", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "17.974", + "max": "18.053", + "min": "17.902", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "26.062", + "max": "27.016", + "min": "25.869", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "15.278", + "max": "15.392", + "min": "15.224", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "22.113", + "max": "22.226", + "min": "22.019", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "166.732", + "max": "167.147", + "min": "166.43", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "156.997", + "max": "157.092", + "min": "156.896", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "47.813", + "max": "48.026", + "min": "47.714", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.434", + "max": "182.904", + "min": "166.794", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "44.407", + "max": "44.68", + "min": "44.333", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "21.906", + "max": "23.231", + "min": "21.632", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "269.253", + "max": "269.96", + "min": "269.044", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "171.458", + "max": "171.505", + "min": "171.422", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "152.546", + "max": "152.873", + "min": "152.336", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "144.591", + "max": "145.956", + "min": "144.41", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "108.368", + "max": "109.831", + "min": "108.19", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "176.75", + "max": "182.222", + "min": "176.021", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "29.442", + "max": "32.313", + "min": "28.956", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "70.119", + "max": "70.322", + "min": "70.028", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "45.334", + "max": "46.64", + "min": "45.14", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "156.641", + "max": "158.877", + "min": "156.463", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "26.484", + "max": "27.696", + "min": "26.138", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "33.187", + "max": "33.909", + "min": "33.01", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "183.134", + "max": "183.9", + "min": "182.937", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "266.759", + "max": "267.739", + "min": "266.635", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "157.968", + "max": "158.215", + "min": "157.897", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "99.725", + "max": "99.829", + "min": "99.679", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "165.847", + "max": "167.02", + "min": "165.53", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "54.393", + "max": "68.8", + "min": "41.177", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "134.14", + "max": "134.4", + "min": "133.913", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "158.908", + "max": "180.53", + "min": "154.713", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "258.139", + "max": "258.921", + "min": "257.954", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "75.993", + "max": "78.168", + "min": "75.404", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "323.379", + "max": "323.45", + "min": "323.312", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "27.11", + "max": "28.229", + "min": "26.811", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "25.345", + "max": "25.465", + "min": "25.239", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "69.739", + "max": "70.695", + "min": "69.349", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "80.355", + "max": "115.764", + "min": "77.762", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "209.531", + "max": "262.939", + "min": "202.552", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "211.125", + "max": "211.82", + "min": "210.995", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "49.672", + "max": "50.602", + "min": "49.53", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "33.966", + "max": "34.042", + "min": "33.921", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "98.247", + "max": "98.467", + "min": "98.158", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "29.822", + "max": "30.264", + "min": "29.311", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "232.657", + "max": "233.951", + "min": "231.923", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "143.434", + "max": "145.046", + "min": "143.244", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "263.172", + "max": "264.172", + "min": "262.957", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "170.137", + "max": "170.612", + "min": "169.894", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "172.623", + "max": "174.29", + "min": "172.409", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "117.554", + "max": "117.678", + "min": "117.472", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "70.909", + "max": "71.647", + "min": "70.726", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "78.398", + "max": "78.581", + "min": "78.324", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "110.4", + "max": "110.591", + "min": "110.299", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "173.322", + "max": "173.398", + "min": "173.259", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "117.691", + "max": "126.886", + "min": "117.109", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "124.037", + "max": "124.328", + "min": "123.863", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "164.13", + "max": "164.21", + "min": "164.016", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "124.202", + "max": "125.251", + "min": "123.867", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "208.489", + "max": "209.286", + "min": "208.287", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "178.167", + "max": "178.308", + "min": "178.042", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "170.745", + "max": "170.852", + "min": "170.677", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "86.508", + "max": "87.568", + "min": "86.122", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "37.719", + "max": "38.051", + "min": "37.461", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "127.899", + "max": "128.062", + "min": "127.788", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "128.472", + "max": "128.704", + "min": "128.311", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "31.217", + "max": "31.508", + "min": "31.079", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "130.772", + "max": "134.943", + "min": "130.042", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "180.174", + "max": "180.579", + "min": "180.003", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "46.363", + "max": "46.445", + "min": "46.326", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "306.274", + "max": "319.04", + "min": "305.706", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "113.203", + "max": "113.313", + "min": "113.096", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "137.708", + "max": "137.821", + "min": "137.6", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "174.527", + "max": "174.766", + "min": "174.322", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "160.294", + "max": "164.102", + "min": "159.789", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "175.202", + "max": "175.33", + "min": "175.127", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "120.243", + "max": "123.381", + "min": "119.896", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "137.873", + "max": "138.624", + "min": "137.77", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "183.698", + "max": "184.552", + "min": "183.532", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "50.791", + "max": "50.949", + "min": "50.705", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "329.008", + "max": "335.973", + "min": "327.916", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "133.005", + "max": "133.507", + "min": "132.844", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "336.861", + "max": "348.607", + "min": "298.929", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "211.917", + "max": "213.301", + "min": "211.736", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "95.072", + "max": "95.214", + "min": "94.879", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "125.391", + "max": "125.538", + "min": "125.261", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "174.067", + "max": "174.512", + "min": "173.913", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "327.031", + "max": "327.351", + "min": "326.873", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "294.65", + "max": "299.661", + "min": "288.106", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "101.088", + "max": "101.142", + "min": "101.007", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "149.591", + "max": "162.111", + "min": "148.859", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "403.101", + "max": "503.286", + "min": "222.27", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "130.665", + "max": "212.253", + "min": "40.653", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "189.084", + "max": "194.993", + "min": "188.521", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "267.827", + "max": "273.27", + "min": "267.309", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "137.42", + "max": "137.57", + "min": "137.32", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "129.015", + "max": "129.659", + "min": "128.818", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "133.588", + "max": "133.803", + "min": "133.291", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "194.855", + "max": "344.033", + "min": "118.61", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "221.672", + "max": "222.332", + "min": "221.509", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "39.919", + "max": "107.084", + "min": "34.361", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "35.696", + "max": "35.865", + "min": "35.644", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "48.134", + "max": "48.99", + "min": "47.456", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "95.233", + "max": "101.714", + "min": "93.864", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "195.037", + "max": "195.778", + "min": "194.809", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "117.924", + "max": "118.63", + "min": "117.738", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "204.815", + "max": "204.966", + "min": "204.728", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "136.359", + "max": "136.682", + "min": "136.24", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "129.133", + "max": "129.38", + "min": "128.949", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "130.37", + "max": "130.655", + "min": "130.148", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "324.675", + "max": "325.896", + "min": "324.082", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "151.365", + "max": "151.607", + "min": "151.278", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "91.912", + "max": "92.236", + "min": "91.733", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "149.987", + "max": "162.668", + "min": "148.5", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "129.321", + "max": "129.551", + "min": "129.182", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "125.888", + "max": "126.003", + "min": "125.835", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "94.634", + "max": "94.789", + "min": "94.49", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "9.63", + "max": "10.024", + "min": "9.478", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "205.771", + "max": "206.531", + "min": "205.373", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "43.876", + "max": "44.029", + "min": "43.802", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "28.009", + "max": "28.259", + "min": "27.877", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "211.066", + "max": "228.911", + "min": "209.679", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "18.985", + "max": "19.63", + "min": "18.855", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "23.361", + "max": "23.951", + "min": "23.234", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "151.211", + "max": "151.26", + "min": "151.167", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "34.99", + "max": "35.144", + "min": "34.919", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "31.805", + "max": "31.882", + "min": "31.737", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "13.839", + "max": "25.598", + "min": "11.922", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "291.343", + "max": "291.519", + "min": "291.13", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "26.9", + "max": "27.836", + "min": "26.734", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "26.93", + "max": "30.079", + "min": "26.559", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "111.741", + "max": "111.869", + "min": "111.646", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "168.661", + "max": "169.745", + "min": "168.341", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "62.455", + "max": "64.282", + "min": "62.174", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "283.07", + "max": "330.157", + "min": "275.468", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "150.229", + "max": "150.513", + "min": "150.029", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "268.611", + "max": "374.286", + "min": "262.298", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "151.216", + "max": "151.328", + "min": "151.134", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "398.808", + "max": "399.171", + "min": "398.461", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "31.643", + "max": "31.73", + "min": "31.581", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "91.287", + "max": "91.402", + "min": "91.174", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "114.991", + "max": "115.995", + "min": "114.839", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "189.072", + "max": "189.174", + "min": "189.002", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "98.918", + "max": "99.355", + "min": "98.813", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "170.841", + "max": "171.114", + "min": "170.687", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "289.317", + "max": "294.028", + "min": "271.811", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "113.426", + "max": "113.694", + "min": "113.274", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "117.692", + "max": "117.746", + "min": "117.622", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "23.725", + "max": "24.616", + "min": "23.502", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "301.606", + "max": "301.703", + "min": "301.51", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "43.19", + "max": "43.562", + "min": "43.114", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "28.252", + "max": "28.723", + "min": "28.015", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "35.618", + "max": "36.88", + "min": "35.428", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "30.167", + "max": "30.253", + "min": "30.114", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "33.367", + "max": "33.665", + "min": "33.174", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "76.256", + "max": "76.461", + "min": "76.137", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "33.49", + "max": "33.585", + "min": "33.421", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "67.634", + "max": "71.054", + "min": "67.353", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "64.527", + "max": "64.806", + "min": "64.371", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "28.783", + "max": "37.965", + "min": "28.243", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "32.473", + "max": "32.593", + "min": "32.379", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "45.461", + "max": "45.702", + "min": "45.374", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "9.412", + "max": "9.606", + "min": "9.274", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "67.738", + "max": "68.095", + "min": "67.512", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "31.919", + "max": "34.323", + "min": "31.319", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "39.831", + "max": "63.605", + "min": "26.637", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "25.201", + "max": "25.427", + "min": "25.129", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "66.908", + "max": "67.078", + "min": "66.764", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "29.585", + "max": "67.223", + "min": "27.443", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "34.818", + "max": "35.377", + "min": "34.303", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "29.667", + "max": "30.039", + "min": "29.445", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "272.233", + "max": "272.544", + "min": "272.124", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "41.136", + "max": "41.355", + "min": "41.048", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "29.98", + "max": "30.191", + "min": "29.88", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "0.042", + "max": "0.108", + "min": "0.025", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "189.841", + "max": "195.545", + "min": "188.356", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "45.536", + "max": "45.655", + "min": "45.427", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "23.267", + "max": "30.456", + "min": "22.611", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "23", + "max": "23.508", + "min": "22.832", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "27.104", + "max": "27.256", + "min": "26.963", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "325.533", + "max": "338.626", + "min": "323.901", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "116.775", + "max": "120.067", + "min": "116.344", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "218.891", + "max": "219.257", + "min": "217.038", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "180.354", + "max": "180.494", + "min": "180.261", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "35.167", + "max": "35.43", + "min": "35.052", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "147.011", + "max": "149.806", + "min": "146.766", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "192.428", + "max": "192.602", + "min": "192.25", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "38.57", + "max": "38.793", + "min": "38.437", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "54.793", + "max": "55.369", + "min": "54.672", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "32.513", + "max": "34.03", + "min": "32.044", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "30.439", + "max": "31.751", + "min": "30.176", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "122.304", + "max": "122.407", + "min": "122.231", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "129.524", + "max": "129.639", + "min": "129.431", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "268.103", + "max": "362.789", + "min": "264.663", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "98.38", + "max": "98.641", + "min": "98.288", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "55.027", + "max": "55.212", + "min": "54.917", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "97.554", + "max": "97.647", + "min": "97.481", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "25.882", + "max": "26.027", + "min": "25.804", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "253.87", + "max": "259.693", + "min": "253.527", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "140.766", + "max": "145.342", + "min": "137.871", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "42.434", + "max": "42.581", + "min": "42.311", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "54.307", + "max": "55.274", + "min": "53.512", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "174.459", + "max": "177.805", + "min": "173.491", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "128.91", + "max": "130.282", + "min": "128.509", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "241.117", + "max": "241.271", + "min": "240.968", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "84.953", + "max": "85.823", + "min": "84.74", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "56.058", + "max": "56.163", + "min": "56", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "24.155", + "max": "24.221", + "min": "24.111", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "66.267", + "max": "66.397", + "min": "66.194", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "104.28", + "max": "108.111", + "min": "103.843", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "109.963", + "max": "110.175", + "min": "109.844", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "82.824", + "max": "93.092", + "min": "80.526", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "188.364", + "max": "190.055", + "min": "187.417", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "123.976", + "max": "125.075", + "min": "122.754", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "75.585", + "max": "76.761", + "min": "75.408", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "130.501", + "max": "130.748", + "min": "130.271", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "41.01", + "max": "45.564", + "min": "40.749", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "295.542", + "max": "298.501", + "min": "287.672", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "194.944", + "max": "194.944", + "min": "194.944", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "33.949", + "max": "34.059", + "min": "33.871", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "26.554", + "max": "26.678", + "min": "26.476", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "127.066", + "max": "127.777", + "min": "126.905", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "52.471", + "max": "63.772", + "min": "43.876", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "72.491", + "max": "72.598", + "min": "72.411", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "131.237", + "max": "132.174", + "min": "131.009", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "64.284", + "max": "67.895", + "min": "63.92", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "124.303", + "max": "127.181", + "min": "124.068", + "id": "212", + "country": "Czech Republic", + "source_name": "Ktis", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "245": { + "name": "Tbilisi", + "data": { + "0": { + "avg": "267.678", + "max": "269.159", + "min": "267.436", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "344.613", + "max": "345.811", + "min": "344.279", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "174.87", + "max": "177.184", + "min": "174.58", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "62.494", + "max": "68.772", + "min": "61.273", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "81.952", + "max": "83.229", + "min": "81.7", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "293.653", + "max": "294.351", + "min": "293.458", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "81.971", + "max": "82.425", + "min": "81.691", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "337.687", + "max": "339.85", + "min": "336.867", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "70.995", + "max": "71.603", + "min": "70.754", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "81.243", + "max": "82.419", + "min": "80.879", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "90.273", + "max": "92.471", + "min": "89.814", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "188.653", + "max": "191.76", + "min": "188.301", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "159.952", + "max": "160.394", + "min": "159.79", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "173.548", + "max": "174.838", + "min": "173.274", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "200.061", + "max": "200.581", + "min": "199.825", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "161.346", + "max": "165.053", + "min": "160.562", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "108.533", + "max": "109.057", + "min": "108.214", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "171.391", + "max": "172", + "min": "171.144", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "98.399", + "max": "99.712", + "min": "98.088", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "76.176", + "max": "76.436", + "min": "76.063", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "345.371", + "max": "345.929", + "min": "345.225", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "182.304", + "max": "182.703", + "min": "182.161", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "234.222", + "max": "234.683", + "min": "234.038", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "236.484", + "max": "236.866", + "min": "236.292", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "87.391", + "max": "87.999", + "min": "87.153", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "96.825", + "max": "100.852", + "min": "96.497", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "80.973", + "max": "82.982", + "min": "80.62", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "82.789", + "max": "83.583", + "min": "82.488", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "61.305", + "max": "61.937", + "min": "61.129", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "236.681", + "max": "237.147", + "min": "236.442", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "318.297", + "max": "318.794", + "min": "318.093", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "84.326", + "max": "87.423", + "min": "84.015", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "227.796", + "max": "248.718", + "min": "226.593", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "85.421", + "max": "85.874", + "min": "85.256", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "74.029", + "max": "77.62", + "min": "73.667", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "256.054", + "max": "259.449", + "min": "255.666", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "231.812", + "max": "233.037", + "min": "231.611", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "209.421", + "max": "209.838", + "min": "209.143", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "191.999", + "max": "192.353", + "min": "191.782", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "177.368", + "max": "178.235", + "min": "177.098", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "240.025", + "max": "243.543", + "min": "239.505", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "95.414", + "max": "99.994", + "min": "94.926", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "125.335", + "max": "125.728", + "min": "125.19", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "101.011", + "max": "105.427", + "min": "100.681", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "249.62", + "max": "254.935", + "min": "249.312", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "86.574", + "max": "88.196", + "min": "86.152", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "94.333", + "max": "94.767", + "min": "94.199", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "237.829", + "max": "238.448", + "min": "237.549", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "333.34", + "max": "337.004", + "min": "333.031", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "207.398", + "max": "208.691", + "min": "207.23", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "155.401", + "max": "156.91", + "min": "155.127", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "228.888", + "max": "229.394", + "min": "228.643", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "92.969", + "max": "179.073", + "min": "75.17", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "178.497", + "max": "178.973", + "min": "178.356", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "194.84", + "max": "202.509", + "min": "191.351", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "419.08", + "max": "419.767", + "min": "418.773", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "107.296", + "max": "111.649", + "min": "106.156", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "392.104", + "max": "393.69", + "min": "391.885", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "74.737", + "max": "78.938", + "min": "74.12", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "83.702", + "max": "84.055", + "min": "83.528", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "127.528", + "max": "136.672", + "min": "126.466", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "143.714", + "max": "186.807", + "min": "141.605", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "242.549", + "max": "260.188", + "min": "241.213", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "290.703", + "max": "296.036", + "min": "290.308", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "77.062", + "max": "78.187", + "min": "76.77", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "103.658", + "max": "104.136", + "min": "103.499", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "164.102", + "max": "165.566", + "min": "163.877", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "43.136", + "max": "44.113", + "min": "42.623", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "285.301", + "max": "286.496", + "min": "284.634", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "217.987", + "max": "218.637", + "min": "217.82", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "404.532", + "max": "405.369", + "min": "404.282", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "221.276", + "max": "222.229", + "min": "220.919", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "230.547", + "max": "234.75", + "min": "230.119", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "172.2", + "max": "172.701", + "min": "172.037", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "129.29", + "max": "130.165", + "min": "129.035", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "99.114", + "max": "100.465", + "min": "98.908", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "187.202", + "max": "187.679", + "min": "186.942", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "216.001", + "max": "217.338", + "min": "215.762", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "166.308", + "max": "167.027", + "min": "166.046", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "168.332", + "max": "169.258", + "min": "168.067", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "246.397", + "max": "247.217", + "min": "246.18", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "175.945", + "max": "176.778", + "min": "175.665", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "298.384", + "max": "305.071", + "min": "297.687", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "232.283", + "max": "232.816", + "min": "232.089", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "224.249", + "max": "224.715", + "min": "224.082", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "145.123", + "max": "146.317", + "min": "144.833", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "87.746", + "max": "93.106", + "min": "86.789", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "183.837", + "max": "184.473", + "min": "183.661", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "187.315", + "max": "188.09", + "min": "187.073", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "82.928", + "max": "83.664", + "min": "82.622", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "200.387", + "max": "202.385", + "min": "199.55", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "228.593", + "max": "229.324", + "min": "228.349", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "99.211", + "max": "99.928", + "min": "99.048", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "364.657", + "max": "365.627", + "min": "364.446", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "183.726", + "max": "185.037", + "min": "183.512", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "198.432", + "max": "201.811", + "min": "197.847", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "239.4", + "max": "240.877", + "min": "239.009", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "225.799", + "max": "240.902", + "min": "224.268", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "230.311", + "max": "232.878", + "min": "229.973", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "178.356", + "max": "180.332", + "min": "178.123", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "186.178", + "max": "186.617", + "min": "186.016", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "254.986", + "max": "255.441", + "min": "254.725", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "126.764", + "max": "136.567", + "min": "125.905", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "403.704", + "max": "409.848", + "min": "402.904", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "184.657", + "max": "185.722", + "min": "184.417", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "383.056", + "max": "398.766", + "min": "346.41", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "255.739", + "max": "257.586", + "min": "255.428", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "156.026", + "max": "156.437", + "min": "155.823", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "179.331", + "max": "182.921", + "min": "179", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "191.915", + "max": "202.171", + "min": "190.769", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "275.358", + "max": "279.059", + "min": "274.996", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "355.522", + "max": "360.801", + "min": "355.142", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "150.37", + "max": "151.453", + "min": "150.137", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "221.642", + "max": "224.281", + "min": "221.193", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "438.006", + "max": "553.492", + "min": "271.118", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "164.196", + "max": "294.317", + "min": "95.941", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "213.95", + "max": "228.035", + "min": "213.019", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "295.398", + "max": "296.756", + "min": "295.151", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "202.768", + "max": "203.454", + "min": "202.565", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "191.182", + "max": "192.067", + "min": "190.85", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "201.388", + "max": "202.296", + "min": "201.013", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "265.861", + "max": "419.359", + "min": "179.906", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "256.925", + "max": "258.359", + "min": "256.351", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "111.505", + "max": "326.965", + "min": "96.417", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "92.635", + "max": "93.025", + "min": "92.515", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "75.652", + "max": "77.278", + "min": "74.886", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "156.711", + "max": "159.07", + "min": "155.777", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "235.231", + "max": "236.573", + "min": "234.921", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "197.335", + "max": "197.996", + "min": "197.025", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "264.064", + "max": "267.725", + "min": "263.793", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "191.307", + "max": "192.578", + "min": "190.908", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "183.963", + "max": "185.387", + "min": "183.616", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "184.169", + "max": "185.338", + "min": "183.875", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "380.994", + "max": "382.459", + "min": "380.19", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "212.922", + "max": "213.478", + "min": "212.741", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "150.269", + "max": "150.455", + "min": "150.094", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "213.675", + "max": "217.471", + "min": "212.898", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "212.242", + "max": "212.992", + "min": "212.054", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "190.054", + "max": "190.915", + "min": "189.888", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "158.132", + "max": "158.719", + "min": "157.925", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "61.824", + "max": "64.886", + "min": "61.547", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "248.718", + "max": "249.602", + "min": "248.284", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "104.436", + "max": "108.673", + "min": "104.118", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "85.559", + "max": "87.551", + "min": "85.279", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "277.618", + "max": "279.702", + "min": "277.246", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "83.336", + "max": "84.171", + "min": "83.073", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "71.282", + "max": "79.913", + "min": "70.513", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "230.148", + "max": "234.79", + "min": "229.739", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "79.782", + "max": "80.347", + "min": "79.63", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "81.276", + "max": "82.047", + "min": "81.089", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "78.536", + "max": "88.357", + "min": "77.081", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "333.67", + "max": "334.716", + "min": "333.431", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "92.978", + "max": "94.3", + "min": "92.623", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "80.805", + "max": "81.989", + "min": "80.574", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "163.814", + "max": "164.377", + "min": "163.632", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "247.351", + "max": "248.012", + "min": "247.098", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "94.726", + "max": "96.215", + "min": "94.413", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "358.748", + "max": "394.864", + "min": "350.889", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "226.395", + "max": "226.817", + "min": "226.149", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "340.128", + "max": "451.567", + "min": "333.704", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "207.238", + "max": "207.707", + "min": "207.098", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "449.719", + "max": "450.334", + "min": "449.377", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "73.324", + "max": "73.872", + "min": "73.156", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "146.961", + "max": "147.731", + "min": "146.777", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "120.665", + "max": "121.777", + "min": "120.326", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "256.061", + "max": "256.599", + "min": "255.928", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "76.404", + "max": "78.188", + "min": "76.095", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "220.98", + "max": "222.253", + "min": "220.678", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "275.028", + "max": "284.211", + "min": "256.616", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "158.575", + "max": "159.104", + "min": "158.317", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "182.134", + "max": "182.653", + "min": "181.998", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "64.031", + "max": "65.822", + "min": "63.645", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "354.913", + "max": "355.418", + "min": "354.704", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "95.693", + "max": "96.164", + "min": "95.574", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "74.444", + "max": "75.182", + "min": "74.174", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "100.643", + "max": "101.072", + "min": "100.47", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "80.984", + "max": "81.518", + "min": "80.819", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "90.882", + "max": "91.574", + "min": "90.564", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "121.458", + "max": "122.165", + "min": "121.179", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "84.257", + "max": "85.26", + "min": "84.027", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "50.145", + "max": "51.506", + "min": "49.946", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "65.773", + "max": "69.571", + "min": "65.385", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "79.184", + "max": "81.179", + "min": "78.905", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "85.169", + "max": "85.642", + "min": "85.009", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "78.738", + "max": "80.943", + "min": "78.437", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "75.701", + "max": "77.008", + "min": "75.382", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "130.069", + "max": "130.86", + "min": "129.772", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "86.894", + "max": "91.808", + "min": "85.675", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "107.915", + "max": "173.382", + "min": "78.494", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "88.314", + "max": "90.115", + "min": "88.117", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "109.153", + "max": "109.883", + "min": "108.83", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "89.507", + "max": "90.235", + "min": "89.284", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "73.92", + "max": "74.793", + "min": "73.349", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "86.002", + "max": "87.161", + "min": "85.637", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "364.129", + "max": "365.078", + "min": "363.817", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "68.308", + "max": "70.263", + "min": "68.024", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "80.076", + "max": "81.326", + "min": "79.765", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "84.914", + "max": "85.368", + "min": "84.768", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "240.927", + "max": "247.463", + "min": "238.941", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "53.385", + "max": "53.737", + "min": "53.085", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "77.253", + "max": "81.884", + "min": "76.717", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "79.284", + "max": "81.783", + "min": "78.983", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "85.576", + "max": "85.911", + "min": "85.336", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "376.972", + "max": "377.446", + "min": "376.804", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "168.142", + "max": "179.496", + "min": "166.97", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "274.424", + "max": "278.579", + "min": "269.696", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "204.04", + "max": "204.706", + "min": "203.889", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "105.212", + "max": "106.751", + "min": "104.946", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "136.843", + "max": "137.778", + "min": "136.397", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "267.651", + "max": "268.011", + "min": "267.398", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "103.228", + "max": "104.757", + "min": "102.953", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "69.279", + "max": "70.783", + "min": "68.989", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "81.909", + "max": "83.357", + "min": "81.54", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "86.163", + "max": "87.664", + "min": "85.578", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "255.887", + "max": "256.449", + "min": "255.73", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "280.611", + "max": "281.33", + "min": "280.317", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "319.655", + "max": "320.574", + "min": "319.441", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "165.504", + "max": "166.252", + "min": "165.317", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "88.045", + "max": "89.364", + "min": "87.669", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "156.02", + "max": "156.544", + "min": "155.866", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "75.972", + "max": "76.791", + "min": "75.74", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "292.421", + "max": "293.049", + "min": "292.2", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "205.603", + "max": "210.143", + "min": "203.343", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "114.089", + "max": "114.716", + "min": "113.834", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "84.388", + "max": "87.666", + "min": "83.371", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "228.804", + "max": "237.649", + "min": "227.18", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "190.71", + "max": "192.851", + "min": "190.133", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "307.589", + "max": "308.26", + "min": "307.354", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "0.025", + "max": "0.058", + "min": "0.019", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "114.229", + "max": "114.879", + "min": "113.95", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "72.962", + "max": "73.851", + "min": "72.793", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "95.169", + "max": "95.47", + "min": "95.049", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "175.466", + "max": "179.959", + "min": "174.667", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "162.765", + "max": "163.772", + "min": "162.346", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "144.876", + "max": "147.3", + "min": "142.851", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "261.669", + "max": "262.708", + "min": "261.129", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "186.608", + "max": "187.572", + "min": "185.483", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "123.006", + "max": "124.283", + "min": "122.815", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "206.333", + "max": "207.003", + "min": "206.118", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "100.567", + "max": "106.289", + "min": "99.782", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "241.99", + "max": "245.839", + "min": "239.657", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "268.437", + "max": "268.437", + "min": "268.437", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "93.756", + "max": "94.704", + "min": "93.578", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "68.503", + "max": "68.88", + "min": "68.337", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "182.473", + "max": "185.126", + "min": "182.016", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "99.383", + "max": "108.818", + "min": "91.496", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "44.726", + "max": "45.522", + "min": "44.317", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "236.359", + "max": "243.874", + "min": "235.786", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "59.112", + "max": "61.08", + "min": "58.718", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "193.379", + "max": "199.589", + "min": "192.41", + "id": "245", + "country": "Georgia", + "source_name": "Tbilisi", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "292": { + "name": "Belgrade", + "data": { + "0": { + "avg": "213.219", + "max": "213.376", + "min": "213.087", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "284.62", + "max": "284.914", + "min": "284.435", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "120.029", + "max": "120.547", + "min": "119.935", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "8.722", + "max": "16.1", + "min": "8.184", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "35.832", + "max": "36.137", + "min": "35.688", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "249.109", + "max": "249.746", + "min": "248.96", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "25.104", + "max": "25.452", + "min": "24.986", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "289.538", + "max": "325.801", + "min": "286.988", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "76.164", + "max": "87.819", + "min": "75.327", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "52.698", + "max": "58.715", + "min": "52.2", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "28.871", + "max": "29.359", + "min": "28.718", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.549", + "max": "137.677", + "min": "137.43", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "98.063", + "max": "98.46", + "min": "97.988", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "109.889", + "max": "110.431", + "min": "109.731", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "134.693", + "max": "137", + "min": "134.529", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "110.189", + "max": "111.131", + "min": "109.891", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "41.726", + "max": "41.925", + "min": "41.549", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "127.124", + "max": "127.316", + "min": "127.033", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "46.193", + "max": "46.834", + "min": "46.02", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "29.079", + "max": "29.139", + "min": "29.013", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "299.934", + "max": "300.114", + "min": "299.865", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "123.685", + "max": "123.746", + "min": "123.631", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "180.594", + "max": "180.803", + "min": "180.495", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "183.117", + "max": "189.114", + "min": "182.791", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "41.21", + "max": "45.24", + "min": "40.823", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "40.12", + "max": "44.68", + "min": "39.901", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "28.889", + "max": "32.626", + "min": "28.409", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "25.912", + "max": "26.077", + "min": "25.82", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "18.377", + "max": "18.572", + "min": "18.26", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "159.014", + "max": "159.188", + "min": "158.829", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "175.567", + "max": "175.738", + "min": "175.411", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "41.22", + "max": "41.424", + "min": "41.136", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "160.744", + "max": "160.924", + "min": "160.597", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "49.216", + "max": "49.368", + "min": "49.158", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "32.299", + "max": "45.562", + "min": "31.727", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "180.609", + "max": "182.971", + "min": "180.312", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.731", + "max": "175.372", + "min": "173.637", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "166.16", + "max": "166.284", + "min": "166.055", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "130.459", + "max": "130.574", + "min": "130.339", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "110.07", + "max": "114.118", + "min": "109.679", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "175.319", + "max": "179.638", + "min": "174.757", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "40.886", + "max": "43.513", + "min": "40.317", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "63.838", + "max": "64.003", + "min": "63.755", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "43.267", + "max": "43.597", + "min": "43.164", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "179.689", + "max": "179.811", + "min": "179.615", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "34.709", + "max": "83.507", + "min": "32.704", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "55.216", + "max": "55.308", + "min": "55.121", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "178.185", + "max": "178.42", + "min": "178.056", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "262.169", + "max": "263.82", + "min": "261.976", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "145.25", + "max": "145.355", + "min": "145.197", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "168.386", + "max": "200.806", + "min": "166.069", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "174.589", + "max": "175.155", + "min": "174.3", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "50.747", + "max": "65.635", + "min": "37.256", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "131.288", + "max": "131.59", + "min": "131.168", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "159.346", + "max": "168.511", + "min": "156.169", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "283.911", + "max": "285.15", + "min": "283.721", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "56.015", + "max": "56.954", + "min": "55.218", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "318.937", + "max": "319.049", + "min": "318.822", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "45.834", + "max": "46.518", + "min": "45.632", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "31.523", + "max": "31.626", + "min": "31.424", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "70.374", + "max": "72.285", + "min": "69.913", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "92.963", + "max": "150.43", + "min": "86.701", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "300.67", + "max": "358.508", + "min": "293.556", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "348.487", + "max": "348.606", + "min": "348.421", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "39.402", + "max": "39.81", + "min": "39.009", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "43.581", + "max": "43.738", + "min": "43.528", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "109.489", + "max": "109.643", + "min": "109.393", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "46.499", + "max": "46.749", + "min": "46.173", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "238.563", + "max": "242.643", + "min": "237.822", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "153.6", + "max": "153.709", + "min": "153.536", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "253.778", + "max": "254.833", + "min": "253.604", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "178.641", + "max": "179.177", + "min": "178.366", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "175.07", + "max": "175.375", + "min": "174.941", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "123.267", + "max": "123.396", + "min": "123.205", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "72.945", + "max": "99.96", + "min": "71.785", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "34.585", + "max": "34.875", + "min": "34.46", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "121.474", + "max": "179.721", + "min": "119.362", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "167.669", + "max": "167.843", + "min": "167.549", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "131.589", + "max": "142.107", + "min": "130.888", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "120.465", + "max": "120.741", + "min": "120.318", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "173.989", + "max": "216.33", + "min": "172.265", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "116.381", + "max": "116.843", + "min": "116.035", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "212.735", + "max": "225.742", + "min": "209.979", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "170.418", + "max": "170.657", + "min": "170.229", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "142.718", + "max": "142.8", + "min": "142.669", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "77.387", + "max": "78.147", + "min": "77.197", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "38.342", + "max": "38.765", + "min": "38.195", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "130.456", + "max": "130.565", + "min": "130.351", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "132.657", + "max": "136.08", + "min": "132.367", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "35.701", + "max": "39.55", + "min": "35.33", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "152.562", + "max": "199.98", + "min": "140.318", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "174.732", + "max": "175.26", + "min": "174.529", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "51.089", + "max": "51.135", + "min": "51.028", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "270.147", + "max": "270.289", + "min": "270.008", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "114.444", + "max": "114.775", + "min": "114.289", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "140.444", + "max": "141.301", + "min": "140.213", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "183.996", + "max": "184.244", + "min": "183.678", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "164.397", + "max": "191.906", + "min": "162.802", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "173.137", + "max": "215.654", + "min": "171.453", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "131.475", + "max": "133.17", + "min": "131.278", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "131.385", + "max": "131.564", + "min": "131.311", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "178.503", + "max": "178.632", + "min": "178.346", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "52.491", + "max": "54.613", + "min": "52.305", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "341.335", + "max": "347", + "min": "340.572", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "139.974", + "max": "199.965", + "min": "130.617", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "345.698", + "max": "381.521", + "min": "330.29", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "204.727", + "max": "204.858", + "min": "204.648", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "102.877", + "max": "103.067", + "min": "102.677", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "118.225", + "max": "118.32", + "min": "118.145", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "163.438", + "max": "165.668", + "min": "163.239", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "257.781", + "max": "260.625", + "min": "257.527", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "304.94", + "max": "305.259", + "min": "304.837", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "122.653", + "max": "122.776", + "min": "122.591", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "153.882", + "max": "159.229", + "min": "153.325", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "393.97", + "max": "502.143", + "min": "198.558", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "129.965", + "max": "259.984", + "min": "39.49", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "182.995", + "max": "189.728", + "min": "182.347", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "254.501", + "max": "256.654", + "min": "254.292", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "148.618", + "max": "148.807", + "min": "148.494", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "133.312", + "max": "134.206", + "min": "133.001", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "136.53", + "max": "136.742", + "min": "136.289", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "227.394", + "max": "376.149", + "min": "137.131", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "212.406", + "max": "215.01", + "min": "212.209", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "77.568", + "max": "284.778", + "min": "65.317", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "54.849", + "max": "99.978", + "min": "53.233", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "50.275", + "max": "51.725", + "min": "49.472", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "104.707", + "max": "104.829", + "min": "104.632", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "187.886", + "max": "188.856", + "min": "187.636", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "147.513", + "max": "147.735", + "min": "147.371", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "210.43", + "max": "211.073", + "min": "210.325", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "127.353", + "max": "127.685", + "min": "127.179", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "122.088", + "max": "122.203", + "min": "121.977", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "122.708", + "max": "122.973", + "min": "122.551", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "311.328", + "max": "312.038", + "min": "310.814", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "145.564", + "max": "145.714", + "min": "145.503", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "103.375", + "max": "103.56", + "min": "103.185", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "151.746", + "max": "166.22", + "min": "150.209", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "138.034", + "max": "138.122", + "min": "137.954", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "138.485", + "max": "154.731", + "min": "137.731", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "104.853", + "max": "108.813", + "min": "104.57", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "8.384", + "max": "8.764", + "min": "8.23", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "199.276", + "max": "202.49", + "min": "198.576", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "61.029", + "max": "110.877", + "min": "59.169", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "25.138", + "max": "25.266", + "min": "25.066", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "201.339", + "max": "215.515", + "min": "200.305", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "26.618", + "max": "27.418", + "min": "26.371", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "25.138", + "max": "32.873", + "min": "24.462", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "147.002", + "max": "147.943", + "min": "146.01", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "32.455", + "max": "32.843", + "min": "32.366", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "37.647", + "max": "69.435", + "min": "36.447", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "22.897", + "max": "51.033", + "min": "21.062", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "272.603", + "max": "272.699", + "min": "272.533", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "4.065", + "max": "5.085", + "min": "3.839", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "27.934", + "max": "42.153", + "min": "27.271", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "113.904", + "max": "114.014", + "min": "113.817", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "177.827", + "max": "178.695", + "min": "177.495", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "75.082", + "max": "75.842", + "min": "74.814", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "325.695", + "max": "381.263", + "min": "315.924", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "141.557", + "max": "141.812", + "min": "141.408", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "267.886", + "max": "374.773", + "min": "259.112", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "164.156", + "max": "164.219", + "min": "164.057", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "399.429", + "max": "399.743", + "min": "399.192", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "50.152", + "max": "50.347", + "min": "50.075", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "93.776", + "max": "93.871", + "min": "93.689", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "143.081", + "max": "143.313", + "min": "142.944", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "198.095", + "max": "198.446", + "min": "197.992", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "112.252", + "max": "112.628", + "min": "112.122", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "163.315", + "max": "163.924", + "min": "163.131", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "225.796", + "max": "233.581", + "min": "218.212", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "105.944", + "max": "106.124", + "min": "105.821", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "129.046", + "max": "129.093", + "min": "128.97", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "31.624", + "max": "33.752", + "min": "31.319", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "174.741", + "max": "174.947", + "min": "174.649", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "43.209", + "max": "43.577", + "min": "43.123", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "43.584", + "max": "51.19", + "min": "43.178", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "61.906", + "max": "72.749", + "min": "61.387", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "27.487", + "max": "27.543", + "min": "27.437", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "34.107", + "max": "34.717", + "min": "33.901", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "90.618", + "max": "92.403", + "min": "90.383", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "61.057", + "max": "61.135", + "min": "60.95", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "87.207", + "max": "91.631", + "min": "86.916", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "63.387", + "max": "63.511", + "min": "63.259", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "27.58", + "max": "30.648", + "min": "27.311", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "30.972", + "max": "31.196", + "min": "30.852", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "25.289", + "max": "25.477", + "min": "25.223", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "24.749", + "max": "24.934", + "min": "24.602", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "64.648", + "max": "66.255", + "min": "64.248", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "38.494", + "max": "77.681", + "min": "35.858", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "53.878", + "max": "104.327", + "min": "25.171", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "27.985", + "max": "28.035", + "min": "27.937", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "57.267", + "max": "57.52", + "min": "57.099", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "46.106", + "max": "47.097", + "min": "45.93", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "7.513", + "max": "8.042", + "min": "7.139", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "28.91", + "max": "29.769", + "min": "28.636", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "277.105", + "max": "299.947", + "min": "272.811", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "38.527", + "max": "38.999", + "min": "38.414", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "54.544", + "max": "54.784", + "min": "54.406", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "72.473", + "max": "72.595", + "min": "72.361", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "187.788", + "max": "194.759", + "min": "185.453", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "17.535", + "max": "17.718", + "min": "17.429", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "31.896", + "max": "32.078", + "min": "31.811", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "30.297", + "max": "31.076", + "min": "30.177", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "24.16", + "max": "24.409", + "min": "23.979", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "300.184", + "max": "312.809", + "min": "297.328", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "107.48", + "max": "109.781", + "min": "106.913", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "217.496", + "max": "224.028", + "min": "211.271", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "170.997", + "max": "178.15", + "min": "170.605", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "28.355", + "max": "28.575", + "min": "28.245", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "172.432", + "max": "175.322", + "min": "172.163", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "179.339", + "max": "180.534", + "min": "179.026", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "63.183", + "max": "63.396", + "min": "63.038", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "24.196", + "max": "25.398", + "min": "23.993", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "40.002", + "max": "41.816", + "min": "39.658", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "28.403", + "max": "29.718", + "min": "27.975", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "126.617", + "max": "126.667", + "min": "126.58", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "127.137", + "max": "127.231", + "min": "127.078", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "206.434", + "max": "207.728", + "min": "206.197", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "106.653", + "max": "106.729", + "min": "106.584", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "28.407", + "max": "29.167", + "min": "26.836", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "109.034", + "max": "109.135", + "min": "108.963", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "62.642", + "max": "62.767", + "min": "62.519", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "246.327", + "max": "769.534", + "min": "228.112", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "148.444", + "max": "173.52", + "min": "145.505", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "44.782", + "max": "45.063", + "min": "44.63", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "57.34", + "max": "60.23", + "min": "56.272", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "170.155", + "max": "192.577", + "min": "168.618", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "260.082", + "max": "261.031", + "min": "259.694", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "259.379", + "max": "259.63", + "min": "259.173", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "44.589", + "max": "45.036", + "min": "44.2", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "51.945", + "max": "51.991", + "min": "51.886", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "28.711", + "max": "28.778", + "min": "28.666", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "55.577", + "max": "55.638", + "min": "55.521", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "115.53", + "max": "118.803", + "min": "115.129", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "113.556", + "max": "113.684", + "min": "113.477", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "78.297", + "max": "80.752", + "min": "76.509", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "192.948", + "max": "194.427", + "min": "191.959", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "114.618", + "max": "116.224", + "min": "113.621", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "81.185", + "max": "85.049", + "min": "80.915", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "122.614", + "max": "122.898", + "min": "122.394", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "45.666", + "max": "46.661", + "min": "45.516", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "184.018", + "max": "240.453", + "min": "181.968", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "204.962", + "max": "204.962", + "min": "204.962", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "32.252", + "max": "32.313", + "min": "32.182", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "22.55", + "max": "22.626", + "min": "22.487", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "139.877", + "max": "140.088", + "min": "139.724", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "50.98", + "max": "62.156", + "min": "42.5", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "0.019", + "max": "0.202", + "min": "0.01", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "165.327", + "max": "167.142", + "min": "164.874", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "85.196", + "max": "86.792", + "min": "84.709", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "129.312", + "max": "129.44", + "min": "129.257", + "id": "292", + "country": "Serbia", + "source_name": "Belgrade", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "South America": { + "0": { + "name": "Joao Pessoa", + "data": { + "0": { + "avg": "0.03", + "max": "0.243", + "min": "0.014", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "281.814", + "max": "286.64", + "min": "281.416", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "109.318", + "max": "109.736", + "min": "109.217", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "267.78", + "max": "271.232", + "min": "267.323", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "231.91", + "max": "232.104", + "min": "231.737", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "243.669", + "max": "244.378", + "min": "243.494", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "182.639", + "max": "182.789", + "min": "182.549", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "289.445", + "max": "291.368", + "min": "289.068", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "247.297", + "max": "247.446", + "min": "247.136", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "213.604", + "max": "215.694", + "min": "213.291", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "198.229", + "max": "198.987", + "min": "197.97", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "104.046", + "max": "104.754", + "min": "103.848", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "127.287", + "max": "127.484", + "min": "127.111", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "87.734", + "max": "88.613", + "min": "87.504", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "79.626", + "max": "79.799", + "min": "79.493", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "92.718", + "max": "97.839", + "min": "92.082", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "191.017", + "max": "191.295", + "min": "190.786", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "96.564", + "max": "99.33", + "min": "96.103", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "213.984", + "max": "214.194", + "min": "213.795", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "228.277", + "max": "229.066", + "min": "228.13", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "283.667", + "max": "284.123", + "min": "283.535", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "109.822", + "max": "109.962", + "min": "109.708", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "145.311", + "max": "145.814", + "min": "145.146", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "163.651", + "max": "165.883", + "min": "163.419", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "219.275", + "max": "220.446", + "min": "218.993", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "228.988", + "max": "229.58", + "min": "228.895", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "216.627", + "max": "220.251", + "min": "216.248", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "227.009", + "max": "227.794", + "min": "226.815", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "177.704", + "max": "178.885", + "min": "177.491", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "142.815", + "max": "144.052", + "min": "142.538", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "396.58", + "max": "399.799", + "min": "396.283", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "220.349", + "max": "221.057", + "min": "220.159", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "124.726", + "max": "124.946", + "min": "124.594", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "231.15", + "max": "231.29", + "min": "231.019", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "224.532", + "max": "224.995", + "min": "224.242", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "335.302", + "max": "338.195", + "min": "334.948", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "135.522", + "max": "135.645", + "min": "135.42", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "120.863", + "max": "122.21", + "min": "120.655", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "102.474", + "max": "102.617", + "min": "102.3", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "101.379", + "max": "111.236", + "min": "100.747", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "212.095", + "max": "215.264", + "min": "211.568", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "234.482", + "max": "241.259", + "min": "233.571", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "185.136", + "max": "185.264", + "min": "185", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "228.372", + "max": "233.323", + "min": "227.847", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "335.083", + "max": "335.276", + "min": "334.875", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "241.752", + "max": "244.115", + "min": "241.309", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "225.731", + "max": "225.898", + "min": "225.515", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "111.962", + "max": "112.478", + "min": "111.752", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "90.586", + "max": "93.701", + "min": "89.152", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "109.369", + "max": "113.157", + "min": "109.121", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "140.902", + "max": "141.007", + "min": "140.789", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "151.265", + "max": "152.133", + "min": "150.932", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "282.073", + "max": "313.67", + "min": "226.786", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "131.142", + "max": "134.682", + "min": "129.683", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "341.201", + "max": "349.389", + "min": "337.992", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "377.579", + "max": "377.865", + "min": "377.343", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "260.348", + "max": "261.975", + "min": "259.57", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "338.319", + "max": "338.481", + "min": "338.221", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "202.625", + "max": "203.927", + "min": "202.308", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "195.904", + "max": "196.136", + "min": "195.712", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "236.794", + "max": "237.868", + "min": "236.274", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "252.331", + "max": "263.496", + "min": "251.611", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "341.855", + "max": "344.655", + "min": "341.436", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "441.942", + "max": "442.051", + "min": "441.859", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "276.65", + "max": "277.384", + "min": "276.465", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "203.179", + "max": "203.485", + "min": "203.063", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "159.82", + "max": "160.043", + "min": "159.709", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "239.348", + "max": "248.704", + "min": "238.512", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "175.544", + "max": "176.373", + "min": "174.919", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "131.808", + "max": "132.015", + "min": "131.67", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "399.237", + "max": "400.15", + "min": "399.085", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "132.828", + "max": "133.253", + "min": "132.553", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "126.129", + "max": "128.465", + "min": "125.705", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "87.924", + "max": "88.063", + "min": "87.772", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "235.522", + "max": "236.586", + "min": "235.231", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "231.848", + "max": "232.065", + "min": "231.699", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "96.578", + "max": "96.929", + "min": "96.392", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "148.042", + "max": "154.368", + "min": "147.676", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "103.996", + "max": "107.803", + "min": "103.45", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "142.961", + "max": "145.861", + "min": "142.759", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "165.61", + "max": "166.027", + "min": "165.406", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "171.158", + "max": "171.406", + "min": "170.953", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "269.223", + "max": "271.257", + "min": "268.672", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "330.369", + "max": "330.495", + "min": "330.15", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "143.103", + "max": "151.96", + "min": "141.72", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "270.489", + "max": "271.651", + "min": "270.121", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "212.095", + "max": "213.115", + "min": "211.79", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "88.003", + "max": "88.261", + "min": "87.828", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "111.459", + "max": "111.984", + "min": "111.196", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "195.067", + "max": "203.208", + "min": "194.402", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "118.375", + "max": "121.82", + "min": "117.628", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "144.916", + "max": "145.45", + "min": "144.717", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "227.964", + "max": "228.068", + "min": "227.809", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "282.141", + "max": "282.284", + "min": "281.927", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "140.704", + "max": "141.71", + "min": "140.447", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "86.875", + "max": "86.988", + "min": "86.747", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "143.787", + "max": "144.092", + "min": "143.546", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "162.279", + "max": "222.102", + "min": "159.285", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "160.288", + "max": "160.506", + "min": "160.141", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "178.911", + "max": "181.139", + "min": "178.65", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "115.122", + "max": "115.276", + "min": "115.021", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "173.617", + "max": "174.193", + "min": "173.476", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "223.752", + "max": "226.168", + "min": "223.38", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "318.482", + "max": "320.126", + "min": "317.944", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "112.332", + "max": "112.783", + "min": "112.074", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "269.821", + "max": "271.065", + "min": "269.421", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "146.054", + "max": "149.642", + "min": "145.632", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "157.191", + "max": "157.36", + "min": "156.926", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "91.535", + "max": "93.376", + "min": "91.184", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "330.645", + "max": "330.972", + "min": "330.517", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "325.695", + "max": "326.497", + "min": "325.55", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "356.076", + "max": "360.117", + "min": "353.343", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "134.743", + "max": "134.841", + "min": "134.641", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "269.574", + "max": "278.379", + "min": "268.944", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "551.525", + "max": "661.054", + "min": "385.782", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "368.219", + "max": "441.042", + "min": "295.866", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "386.216", + "max": "395.01", + "min": "385.165", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "239.001", + "max": "239.57", + "min": "238.754", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "117.146", + "max": "117.594", + "min": "116.963", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "104.756", + "max": "105.857", + "min": "104.494", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "116.775", + "max": "122.749", + "min": "116.297", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "170.944", + "max": "324.161", + "min": "90.658", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "56.545", + "max": "59.051", + "min": "56.302", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "314.97", + "max": "527.117", + "min": "286.35", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "240.206", + "max": "240.316", + "min": "240.077", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "226.946", + "max": "227.939", + "min": "226.41", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "128.153", + "max": "128.43", + "min": "127.963", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "350.68", + "max": "352.168", + "min": "350.382", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "311.303", + "max": "312.458", + "min": "310.99", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "259.822", + "max": "262.586", + "min": "259.491", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "110.249", + "max": "110.712", + "min": "110.082", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "104.112", + "max": "104.251", + "min": "103.923", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "109.309", + "max": "109.571", + "min": "109.129", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "327.876", + "max": "329.221", + "min": "327.121", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "119.705", + "max": "121.065", + "min": "119.458", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "170.209", + "max": "193.561", + "min": "165.833", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "127.599", + "max": "139.087", + "min": "126.691", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "156.627", + "max": "156.789", + "min": "156.486", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "116", + "max": "116.171", + "min": "115.88", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "126.968", + "max": "127.116", + "min": "126.842", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "257.831", + "max": "257.998", + "min": "257.707", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "359.939", + "max": "362.367", + "min": "359.521", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "203.778", + "max": "203.948", + "min": "203.637", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "223.764", + "max": "224.174", + "min": "223.509", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "228.887", + "max": "240.458", + "min": "228.253", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "173.262", + "max": "173.546", + "min": "173.061", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "235.235", + "max": "238.413", + "min": "234.936", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "316.288", + "max": "322.653", + "min": "314.08", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "199.892", + "max": "199.999", + "min": "199.8", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "201.343", + "max": "201.47", + "min": "201.144", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "230.719", + "max": "249.51", + "min": "228.635", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "304.259", + "max": "304.397", + "min": "304.131", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "224.637", + "max": "225.248", + "min": "224.484", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "197.234", + "max": "201.495", + "min": "196.27", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "94.022", + "max": "94.197", + "min": "93.912", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "155.352", + "max": "206.816", + "min": "150.679", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "234.487", + "max": "236.709", + "min": "233.934", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "315.036", + "max": "362.844", + "min": "306.649", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "170.64", + "max": "170.933", + "min": "170.492", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "92.051", + "max": "127.43", + "min": "88.007", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "114.316", + "max": "114.444", + "min": "114.185", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "547.628", + "max": "548.082", + "min": "547.063", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "275.546", + "max": "276.03", + "min": "275.13", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "81.664", + "max": "89.51", + "min": "81.239", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "342.949", + "max": "354.713", + "min": "329.76", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "259.404", + "max": "259.624", + "min": "259.233", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "241.069", + "max": "241.569", + "min": "240.834", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "123.201", + "max": "123.479", + "min": "123.067", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "289.578", + "max": "298.157", + "min": "288.495", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "115.703", + "max": "115.884", + "min": "115.549", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "140.647", + "max": "143.031", + "min": "139.961", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "219.105", + "max": "220.678", + "min": "218.861", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "325.458", + "max": "325.703", + "min": "325.329", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "203.25", + "max": "203.381", + "min": "203.134", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "236.817", + "max": "245.315", + "min": "236.226", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "208.302", + "max": "208.45", + "min": "208.171", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "213.405", + "max": "213.523", + "min": "213.298", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "218.741", + "max": "219.047", + "min": "218.525", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "255.385", + "max": "256.328", + "min": "255.153", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "238.732", + "max": "238.822", + "min": "238.613", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "221.219", + "max": "221.734", + "min": "221", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "218.126", + "max": "222.111", + "min": "217.772", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "198.07", + "max": "199.222", + "min": "197.645", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "175.954", + "max": "176.106", + "min": "175.836", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "232.209", + "max": "249.05", + "min": "228.86", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "227.831", + "max": "233.404", + "min": "227.413", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "216.888", + "max": "217.158", + "min": "216.62", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "233.384", + "max": "244.901", + "min": "231.845", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "224.349", + "max": "282.676", + "min": "198.324", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "196.521", + "max": "197.351", + "min": "196.346", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "222.875", + "max": "224.138", + "min": "222.62", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "252.632", + "max": "253.084", + "min": "252.225", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "220.953", + "max": "221.489", + "min": "220.652", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "156.976", + "max": "173.634", + "min": "156.016", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "336.567", + "max": "345.043", + "min": "336.098", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "224.746", + "max": "225.566", + "min": "224.559", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "219.838", + "max": "220.087", + "min": "219.616", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "259.077", + "max": "259.278", + "min": "258.939", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "117.346", + "max": "126.554", + "min": "115.542", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "254.565", + "max": "254.758", + "min": "254.412", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "211.36", + "max": "212.994", + "min": "211.165", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "198.639", + "max": "200.836", + "min": "198.398", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "153.197", + "max": "155.566", + "min": "152.842", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.121", + "max": "352.338", + "min": "338.191", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "132.529", + "max": "138.791", + "min": "131.874", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "295.363", + "max": "298.634", + "min": "290.161", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "332.011", + "max": "334.838", + "min": "331.66", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "210.772", + "max": "210.947", + "min": "210.634", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "376.091", + "max": "378.953", + "min": "375.761", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "156.341", + "max": "156.773", + "min": "156.055", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "221.229", + "max": "221.54", + "min": "221.02", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "270.343", + "max": "270.915", + "min": "270.055", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "202.103", + "max": "203.114", + "min": "201.736", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "167.079", + "max": "168.674", + "min": "166.705", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "111.584", + "max": "111.686", + "min": "111.432", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "113.159", + "max": "113.379", + "min": "113.06", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "339.935", + "max": "429.02", + "min": "336.591", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "139.092", + "max": "139.274", + "min": "138.964", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "251.697", + "max": "251.867", + "min": "251.543", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "145.139", + "max": "145.24", + "min": "144.998", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "235.505", + "max": "235.669", + "min": "235.385", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "68.221", + "max": "68.55", + "min": "68.047", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "104.207", + "max": "107.86", + "min": "100.874", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "199.839", + "max": "200.609", + "min": "199.407", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "216.806", + "max": "219.173", + "min": "215.928", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "167.665", + "max": "170.747", + "min": "166.605", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "127.989", + "max": "130.114", + "min": "127.523", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "327.856", + "max": "328.303", + "min": "327.657", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "267.637", + "max": "269.182", + "min": "267.33", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "199.029", + "max": "199.19", + "min": "198.893", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "235.48", + "max": "241.501", + "min": "235.149", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "231.506", + "max": "231.657", + "min": "231.382", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "165.933", + "max": "169.584", + "min": "165.436", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "93.111", + "max": "93.388", + "min": "92.897", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "260.161", + "max": "268.989", + "min": "257.541", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "99.036", + "max": "101.474", + "min": "98.595", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "136.121", + "max": "137.679", + "min": "135.17", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "261.439", + "max": "262.468", + "min": "261.208", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "110.266", + "max": "110.984", + "min": "109.927", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "198.696", + "max": "201.248", + "min": "198.303", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "297.494", + "max": "298.019", + "min": "296.929", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "148.074", + "max": "148.074", + "min": "148.074", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "202.34", + "max": "202.468", + "min": "202.246", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "182.195", + "max": "182.447", + "min": "182.092", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "305.237", + "max": "311.434", + "min": "304.792", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "185.416", + "max": "200.841", + "min": "175.807", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "213.273", + "max": "214.916", + "min": "213.111", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "316.937", + "max": "318.209", + "min": "316.743", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "296.33", + "max": "297.257", + "min": "296.038", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "112.513", + "max": "114.79", + "min": "112.319", + "id": "0", + "country": "Brazil", + "source_name": "Joao Pessoa", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "49": { + "name": "Medellin", + "data": { + "0": { + "avg": "112.316", + "max": "115.724", + "min": "111.857", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "276.096", + "max": "276.854", + "min": "275.775", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "126.199", + "max": "129.363", + "min": "118.837", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "186.65", + "max": "195.053", + "min": "185.694", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "169.214", + "max": "173.243", + "min": "168.649", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "263.792", + "max": "269.839", + "min": "256.179", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "161.516", + "max": "161.782", + "min": "161.341", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "270.693", + "max": "274.663", + "min": "270.172", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "212.282", + "max": "212.643", + "min": "212.155", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "180.082", + "max": "192.085", + "min": "179.208", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "153.906", + "max": "174.08", + "min": "152.66", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "82.655", + "max": "101.735", + "min": "81.74", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "84.559", + "max": "84.929", + "min": "84.386", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "90.164", + "max": "90.961", + "min": "89.879", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "57.319", + "max": "59.534", + "min": "57.097", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "110.844", + "max": "116.082", + "min": "103.201", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "175.69", + "max": "176.013", + "min": "175.408", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "102.394", + "max": "107.148", + "min": "93.462", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "160.223", + "max": "160.646", + "min": "159.993", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "180.394", + "max": "186.936", + "min": "180.033", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "265.331", + "max": "267.538", + "min": "265.056", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "96.415", + "max": "96.798", + "min": "96.264", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "128.85", + "max": "129.107", + "min": "128.7", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "128.362", + "max": "129.134", + "min": "128.212", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "204.829", + "max": "207.754", + "min": "204.463", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "170.09", + "max": "170.927", + "min": "169.902", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "181.722", + "max": "183.781", + "min": "181.434", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "192.795", + "max": "194.589", + "min": "192.463", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "166.421", + "max": "167.009", + "min": "166.229", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "137.392", + "max": "140.575", + "min": "136.971", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "306.583", + "max": "312.606", + "min": "306.069", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "187.241", + "max": "187.367", + "min": "187.098", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "104.193", + "max": "104.504", + "min": "104.024", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "200.584", + "max": "204.627", + "min": "200.056", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "178.961", + "max": "179.242", + "min": "178.805", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "303.177", + "max": "303.598", + "min": "302.961", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "120.176", + "max": "120.299", + "min": "120.097", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "217.304", + "max": "217.567", + "min": "217.013", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "86.208", + "max": "88.337", + "min": "85.943", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "76.939", + "max": "79.126", + "min": "76.545", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "291.381", + "max": "296.301", + "min": "290.627", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "169.163", + "max": "170.837", + "min": "168.627", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "188.577", + "max": "188.936", + "min": "188.401", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "200.414", + "max": "201.33", + "min": "200.139", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "333.31", + "max": "333.565", + "min": "333.2", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "196.924", + "max": "197.705", + "min": "196.442", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "179.659", + "max": "180.396", + "min": "179.42", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "0.033", + "max": "0.059", + "min": "0.021", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "95.403", + "max": "103.576", + "min": "87.655", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "86.153", + "max": "86.41", + "min": "86.058", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "91.629", + "max": "93.985", + "min": "91.263", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "176.062", + "max": "180.396", + "min": "170.77", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "205.352", + "max": "258.792", + "min": "167.834", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "113.973", + "max": "119.852", + "min": "112.171", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "298.831", + "max": "305.1", + "min": "295.838", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "351.176", + "max": "353.09", + "min": "350.773", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "180.809", + "max": "182.667", + "min": "179.747", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "267.998", + "max": "268.479", + "min": "267.881", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "198.315", + "max": "199.962", + "min": "197.889", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "170.53", + "max": "170.778", + "min": "170.411", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "220.292", + "max": "223.237", + "min": "219.588", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "210.5", + "max": "238.079", + "min": "207.492", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "336.503", + "max": "356.573", + "min": "333.223", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "358.762", + "max": "359.984", + "min": "358.558", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "204.738", + "max": "205.386", + "min": "204.547", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "195.164", + "max": "195.975", + "min": "195.048", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "85.023", + "max": "85.615", + "min": "84.813", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "208.625", + "max": "212.192", + "min": "208.146", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "196.915", + "max": "198.387", + "min": "196.488", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "152.287", + "max": "157.895", + "min": "140.324", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "310.636", + "max": "311.75", + "min": "310.375", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "117.864", + "max": "118.74", + "min": "117.591", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "123.703", + "max": "125.769", + "min": "123.396", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "67.525", + "max": "67.9", + "min": "67.336", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "198.478", + "max": "205.573", + "min": "197.722", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "168.291", + "max": "169.72", + "min": "167.86", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "73.551", + "max": "74.375", + "min": "73.363", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "138.073", + "max": "141.067", + "min": "137.618", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "101.567", + "max": "111.594", + "min": "100.99", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "88.647", + "max": "89.357", + "min": "88.351", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "140.109", + "max": "142.635", + "min": "139.885", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "100.166", + "max": "100.918", + "min": "99.865", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "314.061", + "max": "315.524", + "min": "313.585", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "341.676", + "max": "343.936", + "min": "341.304", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "116.001", + "max": "116.388", + "min": "115.86", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "219.076", + "max": "219.907", + "min": "218.764", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "159.457", + "max": "161.706", + "min": "158.995", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "56.182", + "max": "56.706", + "min": "56.009", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "100.406", + "max": "101.123", + "min": "100.186", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "154.993", + "max": "161.569", + "min": "154.587", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "105.343", + "max": "107.352", + "min": "104.542", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "132.524", + "max": "133.01", + "min": "132.292", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "163.847", + "max": "163.954", + "min": "163.688", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "296.709", + "max": "302.613", + "min": "296.077", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "93.647", + "max": "93.986", + "min": "93.475", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "92.614", + "max": "95.636", + "min": "84.339", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "138.28", + "max": "141.609", + "min": "130.972", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "101.7", + "max": "125.58", + "min": "100.119", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "167.095", + "max": "171.309", + "min": "159.096", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "91.606", + "max": "94.938", + "min": "91.184", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "111.494", + "max": "111.831", + "min": "111.363", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "149.272", + "max": "157.714", + "min": "148.69", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "205.885", + "max": "206.583", + "min": "205.707", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "298.102", + "max": "302.276", + "min": "297.44", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "97.352", + "max": "98.071", + "min": "97.167", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "250.609", + "max": "251.018", + "min": "250.275", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "134.787", + "max": "135.887", + "min": "134.568", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "98.597", + "max": "103.834", + "min": "95.245", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "85.346", + "max": "85.564", + "min": "85.175", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "284.908", + "max": "288.732", + "min": "284.024", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "290.865", + "max": "297.192", + "min": "290.355", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "260", + "max": "265.913", + "min": "252.606", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "92.726", + "max": "96.169", + "min": "90.328", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "370.481", + "max": "404.072", + "min": "368.317", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "518.461", + "max": "635.944", + "min": "347.518", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "300.429", + "max": "375.478", + "min": "228.847", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "309.864", + "max": "311.423", + "min": "309.295", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "235.836", + "max": "241.607", + "min": "235.327", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "96.728", + "max": "97.393", + "min": "96.534", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "102.785", + "max": "103.529", + "min": "102.409", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "105.427", + "max": "113.627", + "min": "104.765", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "163.181", + "max": "309.021", + "min": "85.455", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "168.76", + "max": "169.081", + "min": "168.574", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "207.419", + "max": "411.202", + "min": "199.64", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "186.368", + "max": "186.775", + "min": "186.215", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "181.676", + "max": "182.635", + "min": "181.218", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "80.488", + "max": "81.193", + "min": "80.253", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "364.937", + "max": "366.128", + "min": "364.563", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "265.867", + "max": "266.364", + "min": "265.652", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "171.735", + "max": "179.864", + "min": "171.158", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "102.841", + "max": "104.437", + "min": "102.603", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "90.67", + "max": "90.95", + "min": "90.49", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "132.482", + "max": "138.8", + "min": "120.774", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "250.072", + "max": "251.654", + "min": "249.361", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "107.129", + "max": "107.381", + "min": "107.006", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "95.405", + "max": "120.14", + "min": "94.243", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "115.008", + "max": "128.707", + "min": "113.874", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "129.593", + "max": "133.702", + "min": "121.523", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "88.995", + "max": "91.981", + "min": "88.453", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "90.992", + "max": "91.089", + "min": "90.862", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "186.259", + "max": "186.604", + "min": "186.091", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "376.932", + "max": "379.771", + "min": "376.62", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "198.039", + "max": "200.461", + "min": "197.794", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "188.571", + "max": "189.611", + "min": "188.32", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "158.866", + "max": "161.763", + "min": "158.442", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "171.975", + "max": "172.787", + "min": "171.62", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "205.895", + "max": "221.935", + "min": "204.807", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "314.267", + "max": "314.899", + "min": "314.123", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "162.526", + "max": "162.846", + "min": "162.389", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "155.841", + "max": "156.133", + "min": "155.733", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "170.193", + "max": "198.533", + "min": "168.206", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "278.937", + "max": "283.074", + "min": "271.118", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "199.469", + "max": "200.743", + "min": "199.21", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "161.308", + "max": "194.425", + "min": "159.928", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "89.711", + "max": "90.107", + "min": "89.537", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "159.522", + "max": "162.922", + "min": "159.208", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "192.24", + "max": "192.568", + "min": "192.02", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "283.236", + "max": "330.176", + "min": "276.327", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "139.32", + "max": "139.58", + "min": "139.223", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "204.092", + "max": "305.725", + "min": "182.469", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "95.406", + "max": "98.758", + "min": "94.811", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "531.014", + "max": "533.662", + "min": "530.314", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "201.847", + "max": "203", + "min": "201.636", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "95.649", + "max": "102.687", + "min": "91.776", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "254.84", + "max": "258.445", + "min": "254.496", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "321.871", + "max": "322.074", + "min": "321.714", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "241.959", + "max": "243.933", + "min": "241.647", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "118.609", + "max": "120.249", + "min": "118.38", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "310.314", + "max": "353.161", + "min": "305.36", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "100.407", + "max": "102.826", + "min": "98.67", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "80.787", + "max": "80.985", + "min": "80.653", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "171.251", + "max": "174.178", + "min": "170.826", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "289.858", + "max": "290.136", + "min": "289.716", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "162.692", + "max": "164.189", + "min": "162.414", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "176.779", + "max": "177.495", + "min": "176.536", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "185.662", + "max": "189.022", + "min": "185.057", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "179.144", + "max": "179.284", + "min": "179.037", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "164.433", + "max": "165.404", + "min": "163.982", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "217.773", + "max": "218.576", + "min": "217.559", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "204.094", + "max": "205.964", + "min": "203.704", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "207.686", + "max": "208.333", + "min": "207.488", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "192.843", + "max": "194.215", + "min": "187.6", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "164.218", + "max": "166.037", + "min": "163.829", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "172.218", + "max": "172.667", + "min": "171.995", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "153.693", + "max": "153.991", + "min": "153.581", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "180.727", + "max": "181.621", + "min": "180.513", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "207.809", + "max": "208.58", + "min": "207.438", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "189.767", + "max": "199.475", + "min": "188.805", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "202.721", + "max": "268.508", + "min": "174.757", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "147.657", + "max": "149.344", + "min": "147.177", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "208.888", + "max": "220.562", + "min": "208.186", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "194.611", + "max": "211.229", + "min": "193.857", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "204.197", + "max": "205.323", + "min": "203.789", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "157.58", + "max": "233.581", + "min": "154.614", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.488", + "max": "357.934", + "min": "344.285", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "176.406", + "max": "178.033", + "min": "176.209", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "164.327", + "max": "164.706", + "min": "164.125", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "183.119", + "max": "183.467", + "min": "182.942", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "6.066", + "max": "11.753", + "min": "4.506", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "214.864", + "max": "221.687", + "min": "214.43", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "165.034", + "max": "165.763", + "min": "164.768", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "168.971", + "max": "169.475", + "min": "168.745", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "168.038", + "max": "169.636", + "min": "167.149", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "315.412", + "max": "331.652", + "min": "301.046", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "87.876", + "max": "91.267", + "min": "87.405", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "314.048", + "max": "321.391", + "min": "311.978", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "307.604", + "max": "314.035", + "min": "306.822", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "155.87", + "max": "156.993", + "min": "155.58", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "285.036", + "max": "287.049", + "min": "284.69", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "136.977", + "max": "137.24", + "min": "136.784", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "187.836", + "max": "188.244", + "min": "187.648", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "210.891", + "max": "211.532", + "min": "210.553", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "165.668", + "max": "167.321", + "min": "165.37", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "167.731", + "max": "169.679", + "min": "167.393", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "102.666", + "max": "102.843", + "min": "102.569", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "92.989", + "max": "93.155", + "min": "92.867", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "337.84", + "max": "427.538", + "min": "334.524", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "84.506", + "max": "85.339", + "min": "84.276", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "165.72", + "max": "166.601", + "min": "165.498", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "94.159", + "max": "97.222", + "min": "93.869", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "174.842", + "max": "175.09", + "min": "174.692", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "189.773", + "max": "190.172", + "min": "189.577", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "80.168", + "max": "83.923", + "min": "76.466", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "168.384", + "max": "172.731", + "min": "168.126", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "182.651", + "max": "185.268", + "min": "181.868", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "124.7", + "max": "130.46", + "min": "115.166", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "229.035", + "max": "240.613", + "min": "228.112", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "301.907", + "max": "302.224", + "min": "301.734", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "237.996", + "max": "241.827", + "min": "237.57", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "198.293", + "max": "198.491", + "min": "198.206", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "174.656", + "max": "175.414", + "min": "174.406", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "198.415", + "max": "200.026", + "min": "198.152", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "106.312", + "max": "111.788", + "min": "100.641", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "85.019", + "max": "85.319", + "min": "84.837", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "209.573", + "max": "214.316", + "min": "207.688", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "31.978", + "max": "33.195", + "min": "31.589", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "95.053", + "max": "101.438", + "min": "93.225", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "209.651", + "max": "211.055", + "min": "209.368", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.148", + "max": "107.679", + "min": "104.778", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "172.737", + "max": "177.788", + "min": "172.197", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "303.624", + "max": "307.866", + "min": "293.862", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "153.741", + "max": "153.741", + "min": "153.741", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "164.253", + "max": "164.398", + "min": "164.157", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "166.131", + "max": "166.32", + "min": "166.006", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "255.025", + "max": "258.462", + "min": "254.497", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "165.91", + "max": "177.012", + "min": "158.801", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "178.39", + "max": "179.069", + "min": "178.151", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "323.827", + "max": "328.973", + "min": "323.09", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "234.945", + "max": "238.469", + "min": "234.469", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "101.419", + "max": "102.507", + "min": "101.211", + "id": "49", + "country": "Colombia", + "source_name": "Medellin", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "50": { + "name": "Buenos Aires", + "data": { + "0": { + "avg": "90.784", + "max": "99.928", + "min": "88.995", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "341.094", + "max": "342.169", + "min": "340.767", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "179.781", + "max": "184.56", + "min": "173.554", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "261.347", + "max": "269.12", + "min": "260.432", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "238.96", + "max": "241.596", + "min": "238.645", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "308.986", + "max": "309.283", + "min": "308.879", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "231.747", + "max": "236.696", + "min": "231.365", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "354.642", + "max": "366.407", + "min": "353.506", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "272.534", + "max": "273.872", + "min": "270.753", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "280.809", + "max": "297.374", + "min": "280.094", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "231.281", + "max": "231.549", + "min": "231.084", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "161.789", + "max": "162.113", + "min": "161.629", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "164.906", + "max": "165.423", + "min": "164.732", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "161.818", + "max": "171.829", + "min": "161.15", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.7", + "max": "129.904", + "min": "129.582", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "166.755", + "max": "172.471", + "min": "162.408", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "246.701", + "max": "247.404", + "min": "245.579", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "148.417", + "max": "149.217", + "min": "147.304", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "246.171", + "max": "246.647", + "min": "245.92", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "257.307", + "max": "257.585", + "min": "257.175", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "348.285", + "max": "350.112", + "min": "348.085", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "173.735", + "max": "174.245", + "min": "173.562", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "197.195", + "max": "197.368", + "min": "197.078", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "203.754", + "max": "216.397", + "min": "203.151", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "269.324", + "max": "269.671", + "min": "269.133", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "268.407", + "max": "275.149", + "min": "267.848", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "244.589", + "max": "245.955", + "min": "243.339", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "261.935", + "max": "262.353", + "min": "261.686", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "255.346", + "max": "255.626", + "min": "255.216", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "200.342", + "max": "202.163", + "min": "199.866", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "375.862", + "max": "376.275", + "min": "375.767", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "261.93", + "max": "262.992", + "min": "261.777", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "196.037", + "max": "199.803", + "min": "195.721", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "273.586", + "max": "274.742", + "min": "272.631", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "255.123", + "max": "257.079", + "min": "254.781", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "368.651", + "max": "386.958", + "min": "367.219", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "173.556", + "max": "174.441", + "min": "172.401", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "277.225", + "max": "277.994", + "min": "276.166", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "156.701", + "max": "157.556", + "min": "155.602", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "150.11", + "max": "150.59", + "min": "149.834", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "376.41", + "max": "378.277", + "min": "375.998", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "244.816", + "max": "246.842", + "min": "244.481", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "258.88", + "max": "259.107", + "min": "258.718", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "278.207", + "max": "281.184", + "min": "277.313", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "354.581", + "max": "354.818", + "min": "354.454", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "256.376", + "max": "256.917", + "min": "255.807", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "280.697", + "max": "283.649", + "min": "280.371", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "129.009", + "max": "149.305", + "min": "107.552", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "0.037", + "max": "0.109", + "min": "0.025", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "156.73", + "max": "156.995", + "min": "156.629", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "172.01", + "max": "172.561", + "min": "171.879", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "224.277", + "max": "228.751", + "min": "217.884", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "253.625", + "max": "264.06", + "min": "248.114", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "191.008", + "max": "197.791", + "min": "187.37", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "365.63", + "max": "375.482", + "min": "362.39", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "399.627", + "max": "400.715", + "min": "399.379", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "246.694", + "max": "252.813", + "min": "245.477", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "347.689", + "max": "347.994", + "min": "347.542", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "285.433", + "max": "286.953", + "min": "285.125", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "243.541", + "max": "243.707", + "min": "243.456", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "304.243", + "max": "310.61", + "min": "303.379", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "271.734", + "max": "299.316", + "min": "267.729", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "398.991", + "max": "524.738", + "min": "387.073", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "419.293", + "max": "420.128", + "min": "419.148", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "259.565", + "max": "261.308", + "min": "258.418", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "271.812", + "max": "272.154", + "min": "271.647", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "161.303", + "max": "167.705", + "min": "160.987", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "260.725", + "max": "261.008", + "min": "260.432", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "158.123", + "max": "161.425", + "min": "157.122", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "188.398", + "max": "189.291", + "min": "188.258", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "367.443", + "max": "369.199", + "min": "367.195", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "191.328", + "max": "191.695", + "min": "191.07", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "182.704", + "max": "194.9", + "min": "181.898", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "147.236", + "max": "147.535", + "min": "147.1", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "267.398", + "max": "268.002", + "min": "267.2", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "235.678", + "max": "235.957", + "min": "235.412", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "151.181", + "max": "151.451", + "min": "150.988", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "205.35", + "max": "205.755", + "min": "204.763", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "155.509", + "max": "158.353", + "min": "154.946", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "159.435", + "max": "160.143", + "min": "159.205", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "210.432", + "max": "210.601", + "min": "210.261", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "179.766", + "max": "180.35", + "min": "179.32", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "565.442", + "max": "566.291", + "min": "565.057", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "357.977", + "max": "358.257", + "min": "357.826", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "186.814", + "max": "186.992", + "min": "186.695", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "296.682", + "max": "298.19", + "min": "296.336", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "248.659", + "max": "250.865", + "min": "248.184", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "130.779", + "max": "131.331", + "min": "130.624", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "178.998", + "max": "179.44", + "min": "178.807", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "223.987", + "max": "224.222", + "min": "223.815", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "168.249", + "max": "170.348", + "min": "167.595", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "202.62", + "max": "203.668", + "min": "202.294", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "246.956", + "max": "247.265", + "min": "246.853", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "321.975", + "max": "322.145", + "min": "321.829", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "160.792", + "max": "161.605", + "min": "160.536", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "150.615", + "max": "153.273", + "min": "149.509", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "201.941", + "max": "202.501", + "min": "201.716", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "130.43", + "max": "141.044", + "min": "129.48", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "200.715", + "max": "200.831", + "min": "200.554", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "169.808", + "max": "170.831", + "min": "169.577", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "181.221", + "max": "181.733", + "min": "181.047", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "220.446", + "max": "220.904", + "min": "220.226", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "290.885", + "max": "292.217", + "min": "289.72", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "374.398", + "max": "376.348", + "min": "373.774", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "163.622", + "max": "163.951", + "min": "163.411", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "321.395", + "max": "321.712", + "min": "321.181", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "126.338", + "max": "128.917", + "min": "125.98", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "156.713", + "max": "156.923", + "min": "156.573", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "161.144", + "max": "161.459", + "min": "160.966", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "383.069", + "max": "383.95", + "min": "382.881", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "407.785", + "max": "412.933", + "min": "407.45", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "325.509", + "max": "325.723", + "min": "325.356", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "164.017", + "max": "168.043", + "min": "161.816", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "348.709", + "max": "352.112", + "min": "347.445", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "585.323", + "max": "708.497", + "min": "432.806", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "371.631", + "max": "459.418", + "min": "302.756", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "413.269", + "max": "440.1", + "min": "411.05", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "269.507", + "max": "281.704", + "min": "268.73", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "173.815", + "max": "174.35", + "min": "172.662", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "160.03", + "max": "160.699", + "min": "159.763", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "180.348", + "max": "180.742", + "min": "180.025", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "237.307", + "max": "390.307", + "min": "162.533", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "30.284", + "max": "38.823", + "min": "28.885", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "276.921", + "max": "432.432", + "min": "270.382", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "280.338", + "max": "280.537", + "min": "280.241", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "263.297", + "max": "264.454", + "min": "262.773", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "161.313", + "max": "166.794", + "min": "150.8", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "380.079", + "max": "380.74", + "min": "379.774", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "359.561", + "max": "360.647", + "min": "359.321", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "251.587", + "max": "251.819", + "min": "251.45", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "175.192", + "max": "178.64", + "min": "174.923", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "158.421", + "max": "159.623", + "min": "158.226", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "181.85", + "max": "212.967", + "min": "180.608", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "335.415", + "max": "336.756", + "min": "334.724", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "167.551", + "max": "167.734", + "min": "167.483", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "170.171", + "max": "170.41", + "min": "169.988", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "186.927", + "max": "192.304", + "min": "185.935", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "171.317", + "max": "171.631", + "min": "171.178", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "176.89", + "max": "177.257", + "min": "176.744", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "174.594", + "max": "176.202", + "min": "174.283", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "262.16", + "max": "262.709", + "min": "262.043", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "384.105", + "max": "384.999", + "min": "383.735", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "275.885", + "max": "276.752", + "min": "275.692", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "268.79", + "max": "269.194", + "min": "268.616", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "241.069", + "max": "248.935", + "min": "239.928", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "245.502", + "max": "245.934", + "min": "245.214", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "248.504", + "max": "250.016", + "min": "247.38", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "366.153", + "max": "367.06", + "min": "365.948", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "231.986", + "max": "233.249", + "min": "231.197", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "241.521", + "max": "247.371", + "min": "240.494", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "244.848", + "max": "279.237", + "min": "241.826", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "313.878", + "max": "314.077", + "min": "313.745", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "279.714", + "max": "283.655", + "min": "279.187", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "245.929", + "max": "263.9", + "min": "244.399", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "165.563", + "max": "166.62", + "min": "165.366", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "210.159", + "max": "210.834", + "min": "209.922", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "272.923", + "max": "275.644", + "min": "271.776", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "373.432", + "max": "422.102", + "min": "363.687", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "196.435", + "max": "196.623", + "min": "196.265", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "21.192", + "max": "101.848", + "min": "12.793", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "175.916", + "max": "176.535", + "min": "174.871", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "611.935", + "max": "612.547", + "min": "611.311", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "279.686", + "max": "279.938", + "min": "279.592", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "166.157", + "max": "173.232", + "min": "162.51", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "321.644", + "max": "323.863", + "min": "320.752", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "407.343", + "max": "408.085", + "min": "407.161", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "303.035", + "max": "304.561", + "min": "301.896", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "184.34", + "max": "184.929", + "min": "184.112", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "384.518", + "max": "391.256", + "min": "383.657", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "177.968", + "max": "181.695", + "min": "175.863", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "153.012", + "max": "153.966", + "min": "152.9", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "226.937", + "max": "229.556", + "min": "225.583", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "373.606", + "max": "374.35", + "min": "373.392", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "230.756", + "max": "231.228", + "min": "230.621", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "245.834", + "max": "248.428", + "min": "245.549", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "256.168", + "max": "256.828", + "min": "255.981", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "241.257", + "max": "244.044", + "min": "240.71", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "241.567", + "max": "242.17", + "min": "241.276", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "296.453", + "max": "297.695", + "min": "296.114", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "269.985", + "max": "270.193", + "min": "269.848", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "291.396", + "max": "293.204", + "min": "290.456", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "272.777", + "max": "274.158", + "min": "272.031", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "226.941", + "max": "228.193", + "min": "226.673", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "230.696", + "max": "231.972", + "min": "230.507", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "234.318", + "max": "234.959", + "min": "233.118", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "274.013", + "max": "276.223", + "min": "273.564", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "293.018", + "max": "293.317", + "min": "292.729", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "244.626", + "max": "252.572", + "min": "242.98", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "287.28", + "max": "357.23", + "min": "265.98", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "244.327", + "max": "244.737", + "min": "244.164", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "302.378", + "max": "303.302", + "min": "302.11", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "267.521", + "max": "268.113", + "min": "267.244", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "282.003", + "max": "282.678", + "min": "281.534", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "216.855", + "max": "217.264", + "min": "216.515", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "397.46", + "max": "398.391", + "min": "397.219", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "252.724", + "max": "253.118", + "min": "252.62", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "263.327", + "max": "263.59", + "min": "263.101", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "266.809", + "max": "267.482", + "min": "266.596", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "94.515", + "max": "102.131", + "min": "90.976", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "289.265", + "max": "289.726", + "min": "289.025", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "244.583", + "max": "251.817", + "min": "244.051", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "240.74", + "max": "241.212", + "min": "240.083", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "237.724", + "max": "239.581", + "min": "237.355", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "356.728", + "max": "383.386", + "min": "354.485", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "169.586", + "max": "178.209", + "min": "168.767", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "536.703", + "max": "547.759", + "min": "509.162", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "335.059", + "max": "336.074", + "min": "334.745", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "229.197", + "max": "230.143", + "min": "228.986", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "381.816", + "max": "382.922", + "min": "380.356", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "202.623", + "max": "202.872", + "min": "202.392", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "271.837", + "max": "272.212", + "min": "271.658", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "282.274", + "max": "284.945", + "min": "281.303", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "239.675", + "max": "241.035", + "min": "239.429", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "238.892", + "max": "240.173", + "min": "238.59", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "173.585", + "max": "173.916", + "min": "173.447", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "171.969", + "max": "172.471", + "min": "170.921", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "433.635", + "max": "434.587", + "min": "433.311", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "209.803", + "max": "210.074", + "min": "209.635", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "252.869", + "max": "253.083", + "min": "252.708", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "156.887", + "max": "156.993", + "min": "156.817", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "252.992", + "max": "259.345", + "min": "252.607", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "62.669", + "max": "580.127", + "min": "44.337", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "161.999", + "max": "165.101", + "min": "159.1", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "232.782", + "max": "233.864", + "min": "231.851", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "285.226", + "max": "287.043", + "min": "284.133", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "171.87", + "max": "174.439", + "min": "170.02", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "188.32", + "max": "190.054", + "min": "187.72", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "365.027", + "max": "365.475", + "min": "364.836", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "333.106", + "max": "333.527", + "min": "332.967", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "257.766", + "max": "258.022", + "min": "257.663", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "242.413", + "max": "244.234", + "min": "242.17", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "259.26", + "max": "259.86", + "min": "257.811", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "180.142", + "max": "185.96", + "min": "176.067", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "163.534", + "max": "163.811", + "min": "163.343", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "293.696", + "max": "297.703", + "min": "291.928", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "88.67", + "max": "89.287", + "min": "88.397", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "178.242", + "max": "180.101", + "min": "177.11", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "281.935", + "max": "282.348", + "min": "281.728", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "181.582", + "max": "181.891", + "min": "181.384", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "238.318", + "max": "259.35", + "min": "237.035", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "413.003", + "max": "417.532", + "min": "412.536", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "204.116", + "max": "204.116", + "min": "204.116", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "233.586", + "max": "234.148", + "min": "233.407", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "250.114", + "max": "251.839", + "min": "249.935", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "331.541", + "max": "332.627", + "min": "331.31", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "244.467", + "max": "252.743", + "min": "236.271", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "262.162", + "max": "262.55", + "min": "262.017", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "331.332", + "max": "332.377", + "min": "331.047", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "301.254", + "max": "302.732", + "min": "299.675", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "177.405", + "max": "177.859", + "min": "177.25", + "id": "50", + "country": "Argentina", + "source_name": "Buenos Aires", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "70": { + "name": "Santiago", + "data": { + "0": { + "avg": "175.646", + "max": "177.282", + "min": "174.887", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "318.999", + "max": "321.98", + "min": "318.096", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "152.873", + "max": "154.88", + "min": "152.035", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "236.369", + "max": "239.713", + "min": "235.224", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "205.468", + "max": "207.459", + "min": "204.616", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "359.511", + "max": "360.988", + "min": "358.714", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "226.135", + "max": "227.335", + "min": "225.553", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "332.156", + "max": "341.058", + "min": "331.393", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "257.519", + "max": "258.997", + "min": "256.908", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "228.017", + "max": "229.477", + "min": "227.237", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "199.671", + "max": "202.367", + "min": "198.359", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "165.215", + "max": "168.158", + "min": "164.965", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "134.806", + "max": "136.318", + "min": "134.132", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "145.215", + "max": "148.026", + "min": "144.472", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "138.993", + "max": "141.594", + "min": "138.166", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "133.202", + "max": "134.473", + "min": "132.059", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "234.647", + "max": "235.899", + "min": "233.514", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "133.812", + "max": "134.411", + "min": "133.633", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "224.092", + "max": "226.1", + "min": "223.825", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "228.999", + "max": "232.742", + "min": "228.353", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "320.81", + "max": "322.701", + "min": "320.349", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "144.466", + "max": "146.057", + "min": "144.217", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "183.956", + "max": "187.076", + "min": "183.39", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "197.057", + "max": "200.269", + "min": "196.562", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "244.341", + "max": "247.062", + "min": "243.332", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "223.192", + "max": "229.619", + "min": "222.827", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "238.588", + "max": "240.797", + "min": "237.629", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "225.394", + "max": "227.065", + "min": "224.58", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "210.687", + "max": "211.867", + "min": "210.498", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "171.777", + "max": "173.224", + "min": "171.563", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "359.333", + "max": "361.937", + "min": "358.523", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "234.27", + "max": "236.973", + "min": "233.316", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "155.904", + "max": "165.182", + "min": "154.91", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "247.782", + "max": "249.821", + "min": "247.421", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "233.023", + "max": "236.648", + "min": "232.101", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "364.972", + "max": "401.995", + "min": "362.387", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "188.555", + "max": "189.546", + "min": "187.944", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "203.54", + "max": "205.111", + "min": "202.682", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "155.315", + "max": "156.707", + "min": "154.351", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "141.184", + "max": "148.918", + "min": "139.728", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "367.049", + "max": "368.479", + "min": "366.513", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "210.478", + "max": "215.982", + "min": "209.671", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "243.371", + "max": "245.039", + "min": "242.365", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "236.82", + "max": "239.445", + "min": "235.703", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "342.625", + "max": "344.618", + "min": "342.106", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "250.581", + "max": "252.84", + "min": "249.645", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "251.25", + "max": "253.025", + "min": "250.806", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "197.411", + "max": "199.523", + "min": "196.402", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "157.823", + "max": "159.285", + "min": "157.201", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "148.917", + "max": "151.723", + "min": "148.177", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "155.765", + "max": "158.248", + "min": "155.026", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "196.792", + "max": "198.881", + "min": "195.706", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "232.119", + "max": "291.168", + "min": "210.442", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.906", + "max": "143.268", + "min": "138.969", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "393.372", + "max": "414.831", + "min": "388.437", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "379.784", + "max": "381.972", + "min": "378.986", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "236.592", + "max": "239.73", + "min": "235.363", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "346.08", + "max": "346.365", + "min": "345.936", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "240.561", + "max": "242.848", + "min": "240.238", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "209.122", + "max": "210.921", + "min": "208.19", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "261.604", + "max": "263.285", + "min": "260.893", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "257.259", + "max": "299.499", + "min": "254.924", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "390.768", + "max": "391.976", + "min": "390.041", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "364.285", + "max": "366.984", + "min": "363.485", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "248.035", + "max": "249.696", + "min": "247.337", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "251.924", + "max": "253.285", + "min": "251.443", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "133.712", + "max": "135.518", + "min": "133.1", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "253.319", + "max": "269.243", + "min": "251.564", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "0.02", + "max": "0.042", + "min": "0.016", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "162.887", + "max": "164.289", + "min": "162.658", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "350.835", + "max": "365.186", + "min": "349.291", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "185.048", + "max": "187.374", + "min": "184.221", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "178.699", + "max": "184.391", + "min": "177.431", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "142.55", + "max": "147.388", + "min": "141.151", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "245.236", + "max": "247.666", + "min": "244.472", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "225.271", + "max": "226.84", + "min": "224.532", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "137.496", + "max": "139.944", + "min": "137.114", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "190.806", + "max": "198.265", + "min": "190.025", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "154.812", + "max": "157.231", + "min": "154.536", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "147.899", + "max": "148.091", + "min": "147.782", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "179.614", + "max": "180.659", + "min": "179.03", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "153.788", + "max": "154.36", + "min": "153.604", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "356.511", + "max": "358.223", + "min": "356.043", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "345.753", + "max": "347.939", + "min": "345.321", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "182.955", + "max": "184.16", + "min": "182.102", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "274.753", + "max": "276.83", + "min": "273.919", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "210.902", + "max": "212.415", + "min": "210.331", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "142.929", + "max": "145.187", + "min": "142.059", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "151.402", + "max": "152.557", + "min": "150.412", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "206.444", + "max": "208.084", + "min": "206.203", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "157.732", + "max": "160.603", + "min": "156.112", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "199.316", + "max": "205.905", + "min": "198.115", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "246.786", + "max": "249.077", + "min": "245.915", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "321.27", + "max": "324.3", + "min": "320.447", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "142.711", + "max": "144.219", + "min": "142.227", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "140.872", + "max": "143.026", + "min": "140.099", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "200.96", + "max": "203.706", + "min": "199.811", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "130.199", + "max": "168.184", + "min": "127.036", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "195.383", + "max": "197.081", + "min": "194.508", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "143.699", + "max": "145.523", + "min": "142.759", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "172.878", + "max": "175.192", + "min": "172.586", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "240.875", + "max": "242.17", + "min": "240.631", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "255.716", + "max": "256.864", + "min": "255.432", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "353.235", + "max": "355.5", + "min": "352.485", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "152.922", + "max": "154.195", + "min": "152.182", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "313.771", + "max": "315.339", + "min": "312.889", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "37.614", + "max": "39.865", + "min": "36.807", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "140.288", + "max": "148.075", + "min": "139.555", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "141.549", + "max": "143.423", + "min": "141.199", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "377.891", + "max": "378.921", + "min": "377.402", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "379.143", + "max": "380.741", + "min": "378.414", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "315.563", + "max": "317.14", + "min": "315.204", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "130.759", + "max": "133.719", + "min": "129.975", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "335.492", + "max": "337.552", + "min": "334.759", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "572.644", + "max": "678.427", + "min": "412.194", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "370.94", + "max": "479.43", + "min": "268.48", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "415.182", + "max": "423.609", + "min": "413.765", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "287.498", + "max": "289.388", + "min": "286.479", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "157.071", + "max": "174.139", + "min": "155.509", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "154.233", + "max": "155.902", + "min": "153.131", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "159.696", + "max": "161.633", + "min": "159.051", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "213.504", + "max": "384.661", + "min": "144.763", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "161.094", + "max": "164.209", + "min": "160.457", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "248.85", + "max": "336.109", + "min": "241.672", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "246.788", + "max": "248.701", + "min": "245.81", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "223.943", + "max": "226.707", + "min": "222.078", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "139.68", + "max": "141.618", + "min": "138.834", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "391.48", + "max": "392.778", + "min": "390.619", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "323.837", + "max": "327.199", + "min": "323.421", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "226.059", + "max": "227.931", + "min": "225.554", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "159.228", + "max": "182.571", + "min": "157.436", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "148.115", + "max": "149.097", + "min": "147.825", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "155.732", + "max": "156.936", + "min": "155.494", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "334.957", + "max": "338.699", + "min": "333.416", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "167.182", + "max": "169.844", + "min": "166.661", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "139.902", + "max": "141.05", + "min": "139.019", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "171.475", + "max": "177.296", + "min": "169.82", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "156.549", + "max": "189.055", + "min": "155.064", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "164.551", + "max": "168.03", + "min": "164.208", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "141.278", + "max": "142.914", + "min": "140.801", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "236.766", + "max": "238.435", + "min": "236.373", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "370.052", + "max": "370.54", + "min": "369.692", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "248.667", + "max": "250.119", + "min": "247.9", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "237.275", + "max": "239.532", + "min": "236.648", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "241.246", + "max": "250.877", + "min": "239.748", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "214.815", + "max": "215.438", + "min": "214.581", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "251.064", + "max": "253.088", + "min": "250.437", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "355.763", + "max": "358.337", + "min": "354.847", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "203.023", + "max": "204.73", + "min": "202.102", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "203.483", + "max": "204.706", + "min": "203.268", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "215.471", + "max": "221.184", + "min": "213.318", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "316.216", + "max": "318.574", + "min": "315.367", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "240.907", + "max": "257.526", + "min": "239.386", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "229.594", + "max": "230.031", + "min": "229.387", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "143.019", + "max": "144.024", + "min": "142.411", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "225.643", + "max": "227.567", + "min": "224.444", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "245.817", + "max": "247.766", + "min": "245.526", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "342.613", + "max": "388.286", + "min": "334.202", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "169.015", + "max": "170.205", + "min": "168.114", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "41.073", + "max": "131.67", + "min": "32.541", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "155.06", + "max": "156.862", + "min": "154.724", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "581.931", + "max": "583.168", + "min": "580.945", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "236.902", + "max": "239.459", + "min": "236.249", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "133.215", + "max": "134.711", + "min": "132.761", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "315.119", + "max": "317.553", + "min": "314.494", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "410.033", + "max": "411.877", + "min": "409.145", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "289.259", + "max": "291.215", + "min": "288.559", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "168.665", + "max": "169.209", + "min": "168.484", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "383.43", + "max": "384.898", + "min": "382.96", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "141.065", + "max": "143.036", + "min": "140.345", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "143.408", + "max": "145.347", + "min": "142.628", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "221.978", + "max": "225.419", + "min": "220.773", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "425.714", + "max": "434.031", + "min": "424.083", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "211.879", + "max": "212.164", + "min": "211.77", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "221.466", + "max": "223.167", + "min": "220.505", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "231.611", + "max": "244.409", + "min": "230.603", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "229.75", + "max": "231.295", + "min": "228.862", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "204.492", + "max": "205.427", + "min": "204.05", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "277.559", + "max": "280.098", + "min": "276.648", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "250.766", + "max": "263.302", + "min": "249.928", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "261.217", + "max": "262.493", + "min": "260.885", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "260.91", + "max": "262.316", + "min": "260.218", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "208.291", + "max": "210.373", + "min": "207.915", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "212.187", + "max": "212.426", + "min": "212.039", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "236.698", + "max": "238.42", + "min": "235.728", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "226.803", + "max": "227.968", + "min": "226.222", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "267.54", + "max": "269.533", + "min": "266.861", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "231.803", + "max": "234.257", + "min": "230.346", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "246.435", + "max": "317.233", + "min": "216.894", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "220.983", + "max": "222.92", + "min": "220.513", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "259.827", + "max": "262.146", + "min": "259.389", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "243.559", + "max": "244.605", + "min": "243.305", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "250.367", + "max": "252.837", + "min": "249.526", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "207.975", + "max": "220.557", + "min": "206.899", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "462.352", + "max": "464.21", + "min": "461.841", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "224.97", + "max": "226.564", + "min": "224.078", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "229.698", + "max": "232.187", + "min": "228.879", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "232.447", + "max": "234.145", + "min": "231.856", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "202.995", + "max": "212.548", + "min": "200.675", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "256.019", + "max": "257.65", + "min": "255.775", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "207.334", + "max": "221.362", + "min": "206.167", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "208.269", + "max": "209.923", + "min": "207.528", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "207.019", + "max": "209.906", + "min": "206.218", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "396.838", + "max": "398.398", + "min": "396.412", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "134.941", + "max": "140.738", + "min": "133.744", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "350.091", + "max": "351.235", + "min": "349.211", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "335.846", + "max": "338.347", + "min": "335.275", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "203.892", + "max": "206.612", + "min": "203.036", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "347.517", + "max": "348.672", + "min": "346.906", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "235.856", + "max": "237.758", + "min": "234.857", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "234.779", + "max": "235.35", + "min": "234.533", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "268.724", + "max": "270.849", + "min": "268.041", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "207.369", + "max": "209.488", + "min": "206.685", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "213.137", + "max": "214.288", + "min": "212.927", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "156.202", + "max": "157.105", + "min": "155.58", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "149.202", + "max": "150.798", + "min": "148.138", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "370.834", + "max": "372.959", + "min": "370.073", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "145.696", + "max": "147.101", + "min": "145.453", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "240.931", + "max": "242.522", + "min": "239.993", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "139.604", + "max": "141.321", + "min": "138.769", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "226.78", + "max": "228.41", + "min": "226.168", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "180.292", + "max": "182.818", + "min": "179.872", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "148.625", + "max": "153.895", + "min": "146.514", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "221.359", + "max": "222.205", + "min": "220.691", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "233.612", + "max": "248.939", + "min": "232.185", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "171.936", + "max": "199.178", + "min": "169.387", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "258.734", + "max": "268.238", + "min": "257.626", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "287.091", + "max": "289.113", + "min": "286.408", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "285.107", + "max": "287.243", + "min": "284.578", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "249.454", + "max": "251.104", + "min": "248.745", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "212.224", + "max": "213.965", + "min": "211.741", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "257.48", + "max": "259.921", + "min": "256.644", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "144.36", + "max": "146.574", + "min": "143.56", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "139.83", + "max": "141.509", + "min": "139.14", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "259.555", + "max": "263.135", + "min": "257.445", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "203.434", + "max": "205.62", + "min": "202.033", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "174.859", + "max": "178.146", + "min": "173.409", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "265.993", + "max": "268.47", + "min": "264.904", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "158.462", + "max": "160.818", + "min": "157.633", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "222.609", + "max": "226.165", + "min": "222.132", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "340.725", + "max": "347.513", + "min": "339.897", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "201.887", + "max": "201.887", + "min": "201.887", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "205.726", + "max": "207.69", + "min": "205.495", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "221.291", + "max": "221.767", + "min": "221.163", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "295.531", + "max": "304.366", + "min": "294.782", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "226.576", + "max": "238.113", + "min": "217.688", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "238.535", + "max": "241.367", + "min": "237.803", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "325.594", + "max": "327.525", + "min": "324.88", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "298.249", + "max": "300.648", + "min": "297.353", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "156.992", + "max": "164.7", + "min": "155.372", + "id": "70", + "country": "Chile", + "source_name": "Santiago", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "74": { + "name": "Heredia", + "data": { + "0": { + "avg": "125.903", + "max": "127.459", + "min": "125.668", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "256.054", + "max": "256.36", + "min": "255.855", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "82.409", + "max": "83.524", + "min": "82.203", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "171.639", + "max": "182.27", + "min": "170.531", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "148.898", + "max": "153.92", + "min": "148.329", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "225.955", + "max": "226.317", + "min": "225.839", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "158.848", + "max": "163.531", + "min": "158.409", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "264.386", + "max": "269.518", + "min": "263.492", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "197.726", + "max": "201.332", + "min": "197.435", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "180.74", + "max": "186.714", + "min": "180.17", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "138.982", + "max": "139.755", + "min": "138.752", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "77.099", + "max": "82.385", + "min": "76.566", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "74.71", + "max": "81.175", + "min": "74.322", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "79.962", + "max": "81.725", + "min": "79.568", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "43.013", + "max": "46.392", + "min": "42.589", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "69.598", + "max": "81.221", + "min": "68.488", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "162.862", + "max": "164.302", + "min": "162.626", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "58.422", + "max": "61.081", + "min": "58.04", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "161.892", + "max": "164.321", + "min": "161.578", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "175.399", + "max": "177.051", + "min": "175.177", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "260.35", + "max": "261.771", + "min": "260.161", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "75.452", + "max": "79.203", + "min": "74.945", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "120.787", + "max": "122.416", + "min": "120.562", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "128.854", + "max": "131.517", + "min": "128.548", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "182.506", + "max": "183.983", + "min": "182.162", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "166.934", + "max": "170.819", + "min": "166.675", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "168.662", + "max": "170.067", + "min": "168.366", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "169.43", + "max": "179.455", + "min": "168.592", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "155.782", + "max": "157.022", + "min": "155.625", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "113.569", + "max": "118.343", + "min": "113.044", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "283.022", + "max": "292.26", + "min": "282.46", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "174.817", + "max": "179.546", + "min": "174.446", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "96.187", + "max": "101.477", + "min": "95.715", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "189.454", + "max": "189.815", + "min": "189.334", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "167.521", + "max": "168.555", + "min": "167.264", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "288.032", + "max": "289.33", + "min": "287.663", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "103.988", + "max": "106.685", + "min": "103.818", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "115.57", + "max": "119.135", + "min": "114.96", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "74.618", + "max": "75.377", + "min": "74.46", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "72.163", + "max": "75.992", + "min": "71.52", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "296.34", + "max": "308.536", + "min": "294.882", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "157.266", + "max": "160.233", + "min": "156.605", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "177.936", + "max": "178.582", + "min": "177.747", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "182.855", + "max": "186.065", + "min": "182.318", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "317.565", + "max": "319.845", + "min": "317.137", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "185.342", + "max": "186.952", + "min": "184.877", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "174.992", + "max": "178.02", + "min": "174.702", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "123.533", + "max": "124.315", + "min": "123.252", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "182.207", + "max": "183.6", + "min": "181.831", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "81.601", + "max": "83.392", + "min": "81.445", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "88.522", + "max": "92.404", + "min": "88.086", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "131.442", + "max": "134.734", + "min": "130.99", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "186.968", + "max": "277.635", + "min": "170.435", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "84.034", + "max": "85.29", + "min": "83.746", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "295.587", + "max": "320.483", + "min": "290.116", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "293.328", + "max": "296.844", + "min": "292.666", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "176.432", + "max": "179.196", + "min": "175.542", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "258.034", + "max": "262.011", + "min": "257.749", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "202.178", + "max": "204.349", + "min": "201.715", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "152.246", + "max": "160.799", + "min": "151.739", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "204.864", + "max": "208.042", + "min": "204.151", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "221.57", + "max": "274.474", + "min": "215.301", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "285.354", + "max": "317.895", + "min": "283.212", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "282.387", + "max": "282.626", + "min": "282.248", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "207.707", + "max": "214.596", + "min": "206.915", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "184.354", + "max": "191.811", + "min": "183.446", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "72.067", + "max": "74.763", + "min": "71.801", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "191.791", + "max": "196.362", + "min": "191.226", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "178.489", + "max": "181.102", + "min": "177.371", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "94.1", + "max": "95.221", + "min": "93.828", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "266.811", + "max": "269.116", + "min": "266.323", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "102.405", + "max": "105.935", + "min": "101.947", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "0.029", + "max": "0.068", + "min": "0.019", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "60.137", + "max": "65.823", + "min": "59.056", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "191.559", + "max": "193.009", + "min": "191.307", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "189.443", + "max": "251.956", + "min": "155.073", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "61.51", + "max": "63.812", + "min": "61.244", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "117.36", + "max": "122.131", + "min": "116.963", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "86.88", + "max": "92.766", + "min": "86.289", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "82.157", + "max": "88.204", + "min": "81.622", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "115.222", + "max": "116.886", + "min": "114.824", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "97.729", + "max": "104.348", + "min": "96.701", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "311.695", + "max": "316.708", + "min": "310.697", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "299.498", + "max": "309.785", + "min": "298.68", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "107.303", + "max": "107.574", + "min": "107.155", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "201.004", + "max": "207.283", + "min": "200.022", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "152.702", + "max": "154.245", + "min": "152.229", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "50.162", + "max": "51.727", + "min": "49.941", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "85.205", + "max": "87.189", + "min": "84.889", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "151.528", + "max": "156.341", + "min": "150.732", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "84.629", + "max": "86.013", + "min": "83.866", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "114.213", + "max": "114.698", + "min": "113.934", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "154.298", + "max": "158.579", + "min": "154.068", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "238.35", + "max": "242.272", + "min": "238.115", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "83.783", + "max": "85.237", + "min": "83.583", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "49.51", + "max": "52.003", + "min": "49.179", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "87.013", + "max": "87.242", + "min": "86.71", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "82.204", + "max": "109.612", + "min": "80.305", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "119.902", + "max": "120.772", + "min": "119.71", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "77.18", + "max": "81.887", + "min": "76.819", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "88.915", + "max": "90.312", + "min": "88.671", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "137.497", + "max": "138.974", + "min": "137.068", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "191.728", + "max": "195.417", + "min": "191.246", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "286.188", + "max": "287.488", + "min": "285.275", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "80.804", + "max": "84.049", + "min": "80.465", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "244.347", + "max": "248.818", + "min": "243.786", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "114.763", + "max": "118.612", + "min": "114.361", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "79.916", + "max": "82.751", + "min": "79.53", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "65.113", + "max": "78.048", + "min": "64.469", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "300.604", + "max": "306.682", + "min": "300.119", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "301.068", + "max": "323.061", + "min": "299.952", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "244.881", + "max": "247.986", + "min": "244.583", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "73.357", + "max": "73.546", + "min": "73.235", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "271.355", + "max": "274.081", + "min": "270.551", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "512.05", + "max": "619.659", + "min": "346.489", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "300.575", + "max": "391.359", + "min": "206.613", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "331.311", + "max": "337.55", + "min": "330.599", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "206.708", + "max": "208.678", + "min": "206.237", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "82.205", + "max": "82.855", + "min": "82.042", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "77.113", + "max": "78.406", + "min": "76.684", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "93.349", + "max": "100.097", + "min": "92.588", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "165.944", + "max": "313.452", + "min": "85.354", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "158.403", + "max": "167.152", + "min": "157.676", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "192.553", + "max": "417.974", + "min": "182.636", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "183.71", + "max": "186.337", + "min": "183.53", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "177.717", + "max": "179.716", + "min": "177.092", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "73.23", + "max": "80.371", + "min": "72.041", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "322.512", + "max": "325.917", + "min": "322.182", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "239.665", + "max": "243.289", + "min": "239.209", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "157.067", + "max": "159.995", + "min": "156.815", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "84.36", + "max": "87.979", + "min": "83.883", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "84.757", + "max": "91.63", + "min": "84.046", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "84.942", + "max": "86.778", + "min": "84.583", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "243.409", + "max": "245.311", + "min": "242.629", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "93.714", + "max": "94.913", + "min": "93.563", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "80.145", + "max": "83.493", + "min": "79.906", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "94.577", + "max": "114.307", + "min": "93.091", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "89.117", + "max": "97.437", + "min": "88.464", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "91.007", + "max": "96.504", + "min": "90.222", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "76.214", + "max": "76.686", + "min": "76.052", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "172.025", + "max": "174.657", + "min": "171.609", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "323.871", + "max": "332.101", + "min": "323.079", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "184.203", + "max": "185.061", + "min": "184.037", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "169.607", + "max": "171.137", + "min": "169.328", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "166.514", + "max": "170.967", + "min": "165.768", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "153.159", + "max": "155.517", + "min": "152.381", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "185.546", + "max": "187.917", + "min": "185.146", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "322.789", + "max": "325.745", + "min": "322.255", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "147.594", + "max": "147.819", + "min": "147.452", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "150.659", + "max": "151.295", + "min": "150.449", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "158.586", + "max": "179.751", + "min": "155.571", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "221.556", + "max": "223.189", + "min": "221.299", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "184.307", + "max": "186.771", + "min": "183.967", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "160.098", + "max": "194.219", + "min": "158.434", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "71.83", + "max": "72.177", + "min": "71.664", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "120.695", + "max": "156.231", + "min": "119.013", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "180.11", + "max": "181.187", + "min": "179.851", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "283.835", + "max": "320.675", + "min": "275.673", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "96.636", + "max": "96.796", + "min": "96.437", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "178.125", + "max": "265.136", + "min": "170.02", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "72.391", + "max": "74.384", + "min": "72.133", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "522.504", + "max": "528.328", + "min": "521.473", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "179.381", + "max": "193.317", + "min": "178.767", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "79.616", + "max": "87.051", + "min": "79.138", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "256.357", + "max": "256.872", + "min": "256.191", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "319.967", + "max": "322.721", + "min": "319.552", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "240.372", + "max": "241.391", + "min": "240.186", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "92.79", + "max": "99.323", + "min": "92.313", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "308.031", + "max": "313.152", + "min": "307.375", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "84.036", + "max": "86.218", + "min": "83.585", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "77.39", + "max": "80.177", + "min": "77.131", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "153.267", + "max": "156.706", + "min": "152.764", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "341.116", + "max": "341.274", + "min": "341.003", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "149.62", + "max": "154.134", + "min": "149.098", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "159.638", + "max": "160.899", + "min": "159.364", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "179.263", + "max": "180.169", + "min": "179.098", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "165.746", + "max": "166.383", + "min": "165.632", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "151.463", + "max": "152.417", + "min": "151.116", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "198.411", + "max": "198.625", + "min": "198.247", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "180.03", + "max": "180.253", + "min": "179.931", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "197.682", + "max": "201.256", + "min": "197.197", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "179.478", + "max": "182.531", + "min": "179.177", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "157.78", + "max": "166.158", + "min": "156.91", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "146.836", + "max": "152.369", + "min": "146.382", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "158.871", + "max": "162.919", + "min": "158.538", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "176.239", + "max": "179.816", + "min": "175.583", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "207.945", + "max": "209.019", + "min": "207.632", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "175.03", + "max": "194.899", + "min": "173.313", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "193.708", + "max": "247.891", + "min": "165.227", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "141.883", + "max": "143.086", + "min": "141.576", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "211.694", + "max": "213.346", + "min": "211.366", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "185.776", + "max": "191.24", + "min": "185.181", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "196.968", + "max": "198.293", + "min": "196.468", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "156.657", + "max": "160.745", + "min": "155.93", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "308.942", + "max": "313.202", + "min": "308.457", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "164.878", + "max": "167.937", + "min": "164.527", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "170.601", + "max": "173.178", + "min": "170.308", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "172.684", + "max": "178.54", + "min": "172.387", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "130.869", + "max": "136.971", + "min": "128.823", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "201.385", + "max": "204.922", + "min": "201.089", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "157.625", + "max": "190.635", + "min": "155.602", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "152.369", + "max": "155.463", + "min": "152.063", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "152.688", + "max": "153.542", + "min": "149.961", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "265.851", + "max": "279.212", + "min": "262.434", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "78.376", + "max": "84.009", + "min": "77.628", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "316.987", + "max": "319.835", + "min": "309.649", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "292.297", + "max": "293.935", + "min": "291.989", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "160.372", + "max": "183.098", + "min": "159.109", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "294.425", + "max": "295.614", + "min": "294.059", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "123.506", + "max": "124.257", + "min": "123.294", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "176.149", + "max": "176.324", + "min": "175.981", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "209.959", + "max": "215.599", + "min": "209.538", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "149.128", + "max": "154.711", + "min": "148.325", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "156.532", + "max": "161.205", + "min": "155.999", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "89.108", + "max": "93.604", + "min": "88.831", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "83.483", + "max": "86.539", + "min": "83.152", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "282.249", + "max": "351.199", + "min": "279.563", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "79.671", + "max": "85.342", + "min": "79.35", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "169.515", + "max": "175.996", + "min": "169.113", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "80.153", + "max": "87.835", + "min": "79.632", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "172.425", + "max": "176.869", + "min": "172.069", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "164.111", + "max": "167.803", + "min": "163.719", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "86.126", + "max": "91.555", + "min": "83.182", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "170.321", + "max": "176.94", + "min": "169.635", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "196.928", + "max": "200.661", + "min": "195.772", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "92.763", + "max": "101.536", + "min": "91.535", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "231.118", + "max": "233.774", + "min": "230.589", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "208.823", + "max": "212.776", + "min": "208.388", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "230.553", + "max": "232.931", + "min": "230.037", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "191.298", + "max": "198.68", + "min": "190.817", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "157.008", + "max": "157.26", + "min": "156.867", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "199.777", + "max": "206.357", + "min": "199.254", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "86.071", + "max": "92.191", + "min": "85.495", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "76.785", + "max": "84.372", + "min": "76.4", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "219.047", + "max": "228.045", + "min": "216.793", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "124.251", + "max": "128.755", + "min": "123.049", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "256.301", + "max": "269.716", + "min": "219.543", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "207.888", + "max": "209.926", + "min": "207.574", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "82.343", + "max": "87.496", + "min": "81.751", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "161.265", + "max": "169.118", + "min": "160.385", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "367.367", + "max": "368.705", + "min": "366.881", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "113.011", + "max": "113.011", + "min": "113.011", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "149.8", + "max": "154.795", + "min": "149.527", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "160.791", + "max": "170.361", + "min": "160.177", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "241.931", + "max": "243.765", + "min": "241.502", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "157.99", + "max": "171.371", + "min": "150.232", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "175.138", + "max": "176.573", + "min": "174.934", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "304.195", + "max": "310.158", + "min": "303.675", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "225.635", + "max": "229.165", + "min": "225.143", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "82.259", + "max": "89.081", + "min": "81.285", + "id": "74", + "country": "Costa Rica", + "source_name": "Heredia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "98": { + "name": "Panama", + "data": { + "0": { + "avg": "143.722", + "max": "144.008", + "min": "143.559", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "257.795", + "max": "258.18", + "min": "257.552", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "85.393", + "max": "85.568", + "min": "85.181", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "175.754", + "max": "184.508", + "min": "174.54", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "153.147", + "max": "153.378", + "min": "152.933", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "221.963", + "max": "222.507", + "min": "221.688", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "163.67", + "max": "163.977", + "min": "163.43", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "265.991", + "max": "270.686", + "min": "265.093", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "196.942", + "max": "197.579", + "min": "196.733", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "177.935", + "max": "181.164", + "min": "177.547", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "162.579", + "max": "163.658", + "min": "162.292", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "81.056", + "max": "104.253", + "min": "80.007", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "77.78", + "max": "82.096", + "min": "77.518", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "83.268", + "max": "83.513", + "min": "83.009", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "60.188", + "max": "60.446", + "min": "59.966", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "72.182", + "max": "79.409", + "min": "71.568", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "176.497", + "max": "176.751", + "min": "176.146", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "60.693", + "max": "61.191", + "min": "60.477", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "170.043", + "max": "170.312", + "min": "169.88", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "177.638", + "max": "180.674", + "min": "177.379", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "261.904", + "max": "262.085", + "min": "261.724", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "76.258", + "max": "76.916", + "min": "76.046", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "119.974", + "max": "120.288", + "min": "119.79", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "117.603", + "max": "118.225", + "min": "117.38", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "182.304", + "max": "182.763", + "min": "182.064", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "161", + "max": "161.375", + "min": "160.784", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "173.677", + "max": "175.789", + "min": "173.361", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "184.319", + "max": "184.501", + "min": "184.186", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "165.885", + "max": "166.061", + "min": "165.73", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "117.498", + "max": "118.524", + "min": "117.313", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "300.273", + "max": "300.502", + "min": "300.12", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "179.625", + "max": "180.046", + "min": "179.402", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "99.942", + "max": "100.138", + "min": "99.814", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "199.158", + "max": "199.36", + "min": "198.949", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "178.847", + "max": "179.297", + "min": "178.631", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "279.929", + "max": "280.662", + "min": "279.686", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "105.819", + "max": "106.118", + "min": "105.624", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "108.804", + "max": "123.013", + "min": "108.05", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "76.409", + "max": "76.627", + "min": "76.25", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "73.879", + "max": "74.511", + "min": "73.569", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "298.091", + "max": "300.476", + "min": "297.456", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "154.934", + "max": "156.927", + "min": "154.384", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "184.271", + "max": "185.803", + "min": "184.029", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "174.489", + "max": "174.86", + "min": "174.323", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "282.387", + "max": "282.799", + "min": "282.195", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "183.417", + "max": "184.168", + "min": "182.942", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "181.562", + "max": "181.944", + "min": "181.378", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "132.793", + "max": "136.252", + "min": "127.356", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "202.413", + "max": "215.176", + "min": "201.821", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "83.284", + "max": "83.532", + "min": "83.114", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "86.172", + "max": "86.971", + "min": "85.955", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "122.202", + "max": "122.658", + "min": "121.897", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "197.805", + "max": "242.244", + "min": "150.627", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "88.275", + "max": "88.549", + "min": "88.133", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "297.177", + "max": "312.616", + "min": "292.591", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "288.441", + "max": "288.685", + "min": "288.156", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "188.759", + "max": "196.39", + "min": "187.822", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "270.854", + "max": "271.108", + "min": "270.651", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "190.595", + "max": "194.518", + "min": "190.199", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "161.836", + "max": "162.117", + "min": "161.634", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "203.466", + "max": "205.641", + "min": "202.908", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "208.373", + "max": "264.955", + "min": "203.582", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "299.503", + "max": "324.516", + "min": "298.049", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "307.74", + "max": "308.033", + "min": "307.499", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "198.014", + "max": "198.277", + "min": "197.855", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "190.582", + "max": "191.74", + "min": "190.341", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "76.353", + "max": "76.734", + "min": "76.17", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "205.498", + "max": "205.918", + "min": "205.167", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "200.745", + "max": "202.194", + "min": "199.957", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "99.119", + "max": "100.825", + "min": "98.842", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "292.675", + "max": "296.267", + "min": "292.248", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "105.782", + "max": "106.155", + "min": "105.52", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "87.202", + "max": "89.198", + "min": "86.777", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "63.44", + "max": "67.386", + "min": "62.253", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "197.667", + "max": "198.537", + "min": "197.347", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "154.973", + "max": "155.304", + "min": "154.749", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "73.139", + "max": "73.313", + "min": "72.922", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "115.718", + "max": "115.999", + "min": "115.494", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "83.31", + "max": "83.966", + "min": "83.061", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "85.129", + "max": "85.402", + "min": "84.932", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "128.64", + "max": "128.942", + "min": "128.305", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "93.416", + "max": "94.191", + "min": "93.104", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "286.413", + "max": "289.022", + "min": "286.035", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "286.865", + "max": "287.196", + "min": "286.57", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "108.753", + "max": "108.993", + "min": "108.556", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "207.806", + "max": "208.714", + "min": "207.515", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "155.087", + "max": "155.466", + "min": "154.816", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "49.338", + "max": "49.514", + "min": "49.16", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "81.484", + "max": "84.165", + "min": "81.184", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "151.713", + "max": "155.365", + "min": "151.141", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "84.642", + "max": "86.884", + "min": "84.004", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "115.151", + "max": "115.918", + "min": "114.882", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "176.185", + "max": "176.428", + "min": "175.976", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "253.026", + "max": "253.372", + "min": "252.822", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "86.736", + "max": "98.538", + "min": "86.061", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "59.575", + "max": "60.128", + "min": "59.301", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "0.035", + "max": "0.127", + "min": "0.024", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "94.499", + "max": "99.599", + "min": "93.731", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "122.36", + "max": "122.691", + "min": "122.181", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "78.404", + "max": "81.93", + "min": "77.983", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "90.512", + "max": "90.81", + "min": "90.326", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "127.613", + "max": "127.875", + "min": "127.302", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "193.304", + "max": "193.564", + "min": "193.097", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "278.168", + "max": "280.11", + "min": "277.458", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "80.651", + "max": "81.15", + "min": "80.331", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "245.943", + "max": "247.559", + "min": "245.558", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "155.444", + "max": "158.491", + "min": "155.074", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "80.708", + "max": "80.865", + "min": "80.541", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "70.064", + "max": "70.368", + "min": "69.843", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "271.934", + "max": "275.139", + "min": "271.179", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "268.8", + "max": "272.401", + "min": "262.592", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "248.834", + "max": "249.126", + "min": "248.637", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "77.019", + "max": "77.302", + "min": "76.818", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "282.338", + "max": "286.59", + "min": "281.754", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "487.536", + "max": "612.027", + "min": "320.62", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "282.131", + "max": "373.885", + "min": "217.744", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "307.811", + "max": "337.313", + "min": "305.147", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "217.518", + "max": "218.627", + "min": "217.138", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "84.63", + "max": "84.914", + "min": "84.457", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "75.265", + "max": "79.466", + "min": "74.589", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "100.229", + "max": "100.562", + "min": "100.052", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "144.229", + "max": "295.537", + "min": "66.846", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "150.904", + "max": "151.424", + "min": "150.613", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "186.2", + "max": "393.097", + "min": "178.242", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "181.518", + "max": "181.647", + "min": "181.319", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "171.524", + "max": "173.026", + "min": "170.947", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "77.184", + "max": "80.364", + "min": "76.87", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "296.179", + "max": "296.518", + "min": "295.981", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "268.29", + "max": "270.806", + "min": "267.941", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "145.591", + "max": "146.331", + "min": "145.313", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "92.304", + "max": "93.617", + "min": "92.039", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "81.779", + "max": "82.088", + "min": "81.596", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "84.705", + "max": "85.016", + "min": "84.534", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "259.139", + "max": "266.87", + "min": "258.02", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "88.606", + "max": "88.947", + "min": "88.42", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "83.066", + "max": "83.271", + "min": "82.892", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "102.872", + "max": "126.069", + "min": "101.125", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "106.031", + "max": "107.538", + "min": "105.818", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "87.365", + "max": "87.731", + "min": "87.193", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "81.959", + "max": "82.371", + "min": "81.758", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "176.022", + "max": "176.721", + "min": "175.807", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "314.185", + "max": "319.124", + "min": "313.488", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "186.875", + "max": "188.921", + "min": "186.62", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "179.465", + "max": "179.76", + "min": "179.176", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "153.845", + "max": "165.967", + "min": "153.043", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "162.769", + "max": "163.575", + "min": "162.467", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "194.652", + "max": "199.114", + "min": "194.209", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "305.303", + "max": "305.707", + "min": "305.136", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "144.522", + "max": "145.195", + "min": "144.374", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "150.539", + "max": "150.923", + "min": "150.328", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "158.861", + "max": "166.834", + "min": "157.467", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "239.639", + "max": "239.797", + "min": "239.469", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "191.762", + "max": "193.026", + "min": "191.44", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "162.447", + "max": "176.21", + "min": "161.143", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "77.555", + "max": "77.927", + "min": "77.375", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "125.494", + "max": "127.582", + "min": "125.197", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "202.575", + "max": "203.647", + "min": "202.204", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "263.569", + "max": "303.308", + "min": "255.244", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "98.12", + "max": "98.522", + "min": "97.916", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "103.043", + "max": "103.482", + "min": "102.818", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "524.022", + "max": "527.601", + "min": "522.82", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "182.883", + "max": "183.132", + "min": "182.736", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "76.869", + "max": "77.19", + "min": "76.701", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "246.463", + "max": "248.003", + "min": "246.19", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "316.468", + "max": "316.846", + "min": "316.32", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "237.812", + "max": "238.034", + "min": "237.582", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "95.755", + "max": "97.193", + "min": "95.443", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "317.241", + "max": "328.736", + "min": "285.342", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "86.634", + "max": "86.97", + "min": "86.445", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "79.067", + "max": "79.312", + "min": "78.95", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "161.05", + "max": "161.848", + "min": "160.747", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "338.082", + "max": "338.43", + "min": "337.91", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "153.523", + "max": "154.48", + "min": "153.231", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "177.909", + "max": "184.434", + "min": "177.354", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "180.303", + "max": "180.726", + "min": "180.005", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "164.546", + "max": "164.709", + "min": "164.342", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "152.678", + "max": "153.972", + "min": "152.294", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "210.986", + "max": "211.258", + "min": "210.766", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "193.69", + "max": "193.871", + "min": "193.51", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "203.475", + "max": "204.866", + "min": "203.264", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "200.353", + "max": "202.322", + "min": "200.062", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "156.906", + "max": "158.686", + "min": "156.61", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "163.738", + "max": "166.922", + "min": "163.489", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "159.227", + "max": "159.539", + "min": "159.019", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "176.645", + "max": "177.166", + "min": "176.474", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "198.588", + "max": "199.239", + "min": "198.373", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "181.898", + "max": "203.54", + "min": "180.269", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "185.215", + "max": "200.707", + "min": "170.931", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "155.89", + "max": "156.088", + "min": "155.636", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "200.343", + "max": "200.889", + "min": "200.078", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "189.147", + "max": "189.461", + "min": "188.91", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "194.695", + "max": "195.142", + "min": "194.313", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "157.241", + "max": "158.035", + "min": "156.949", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "307.674", + "max": "307.988", + "min": "307.356", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "173.87", + "max": "174.149", + "min": "173.704", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "168.216", + "max": "168.401", + "min": "168.046", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "174.465", + "max": "174.707", + "min": "174.274", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "137.07", + "max": "145.55", + "min": "128.807", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "198.903", + "max": "211.133", + "min": "198.281", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "163.23", + "max": "173.669", + "min": "162.517", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "166.766", + "max": "167.246", + "min": "166.581", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "154.201", + "max": "154.407", + "min": "153.928", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "272.504", + "max": "272.836", + "min": "272.222", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "82.268", + "max": "98.545", + "min": "80.748", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "272.606", + "max": "273.5", + "min": "268.202", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "291.73", + "max": "293.044", + "min": "291.467", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "157.794", + "max": "158.29", + "min": "157.575", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "282.813", + "max": "283.119", + "min": "282.652", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "134.226", + "max": "134.54", + "min": "133.938", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "184.206", + "max": "184.554", + "min": "183.921", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "203.366", + "max": "211.574", + "min": "202.807", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "148.957", + "max": "150.08", + "min": "148.438", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "165.675", + "max": "168.392", + "min": "165.051", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "135.645", + "max": "136.12", + "min": "135.474", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "155.373", + "max": "155.584", + "min": "155.12", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "277.629", + "max": "284.33", + "min": "276.922", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "82.256", + "max": "82.504", + "min": "82.081", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "178.826", + "max": "179.028", + "min": "178.631", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "85.753", + "max": "86.195", + "min": "85.614", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "180.832", + "max": "181.001", + "min": "180.639", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "173.442", + "max": "262.682", + "min": "170.12", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "76.556", + "max": "80.875", + "min": "73.833", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "162.918", + "max": "163.216", + "min": "162.689", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "189.258", + "max": "190.334", + "min": "188.526", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "85.222", + "max": "91.951", + "min": "83.889", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "223.398", + "max": "223.755", + "min": "222.94", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "217.568", + "max": "217.926", + "min": "217.271", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "239.393", + "max": "240.621", + "min": "239.017", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "189.41", + "max": "189.666", + "min": "189.237", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "164.29", + "max": "164.588", + "min": "164.09", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "194.427", + "max": "194.631", + "min": "194.202", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "90.303", + "max": "92.008", + "min": "89.699", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "77.873", + "max": "78.426", + "min": "77.645", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "205.99", + "max": "208.186", + "min": "204.444", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "119.485", + "max": "123.21", + "min": "118.893", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "87.781", + "max": "89.398", + "min": "86.96", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "220.39", + "max": "222.202", + "min": "220.109", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "93.877", + "max": "94.38", + "min": "93.709", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "170.87", + "max": "171.481", + "min": "170.542", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "268.073", + "max": "269.451", + "min": "265.911", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "115.041", + "max": "115.041", + "min": "115.041", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "153.233", + "max": "153.441", + "min": "153.086", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "170.584", + "max": "170.842", + "min": "170.383", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "239.934", + "max": "240.333", + "min": "239.691", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "168.027", + "max": "189.575", + "min": "159.573", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "183.993", + "max": "184.331", + "min": "183.788", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "295.795", + "max": "296.735", + "min": "295.455", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "230.047", + "max": "230.562", + "min": "229.762", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "91.529", + "max": "91.976", + "min": "91.363", + "id": "98", + "country": "Panama", + "source_name": "Panama", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "99": { + "name": "Guatemala", + "data": { + "0": { + "avg": "162.149", + "max": "179.473", + "min": "159.226", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "247.967", + "max": "253.887", + "min": "246.805", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "88.681", + "max": "116.063", + "min": "79.878", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "156.255", + "max": "162.948", + "min": "154.918", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "134.038", + "max": "152.319", + "min": "132.57", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "232.034", + "max": "268.218", + "min": "225.235", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "136.561", + "max": "145.534", + "min": "135.765", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "266.58", + "max": "273.312", + "min": "265.403", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "179.481", + "max": "185.49", + "min": "178.622", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "169.311", + "max": "187.564", + "min": "158.779", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "127.994", + "max": "136.106", + "min": "126.6", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "78.716", + "max": "99.617", + "min": "72.203", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "62.167", + "max": "84.315", + "min": "59.54", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "69.787", + "max": "74.901", + "min": "68.902", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "43.497", + "max": "63.666", + "min": "39.41", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "78.303", + "max": "84.199", + "min": "75.484", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "161.973", + "max": "172.827", + "min": "160.916", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "44.961", + "max": "48.652", + "min": "44.536", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "141.567", + "max": "147.972", + "min": "140.434", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "154.653", + "max": "164.517", + "min": "153.496", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "275.239", + "max": "298.009", + "min": "271.257", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "64.123", + "max": "122.539", + "min": "60.347", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "112.551", + "max": "129.524", + "min": "110.612", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "109.458", + "max": "136.474", + "min": "106.093", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "177.037", + "max": "181.828", + "min": "175.503", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "154.23", + "max": "192.371", + "min": "149.798", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "164.458", + "max": "179.308", + "min": "158.795", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "169.107", + "max": "181.919", + "min": "166.908", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "147.546", + "max": "181.28", + "min": "143.198", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "123.35", + "max": "131.715", + "min": "121.188", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "293.509", + "max": "322.388", + "min": "290.409", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "168.181", + "max": "174.134", + "min": "167.367", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "89.737", + "max": "103.053", + "min": "86.052", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "175.935", + "max": "188.749", + "min": "174.029", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "155.639", + "max": "162.817", + "min": "154.346", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "285.6", + "max": "297.271", + "min": "283.716", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "92.907", + "max": "101.163", + "min": "91.839", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "97.153", + "max": "115.592", + "min": "95.419", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "61.58", + "max": "69.049", + "min": "60.697", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "55.611", + "max": "61.615", + "min": "54.717", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "272.499", + "max": "296.184", + "min": "267.01", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "136.485", + "max": "145.69", + "min": "134.651", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "168.372", + "max": "173.074", + "min": "167.576", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "167.064", + "max": "210.487", + "min": "158.976", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "323.098", + "max": "329.605", + "min": "321.643", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "176.914", + "max": "179.824", + "min": "176.157", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "172.412", + "max": "177.923", + "min": "171.128", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "100.914", + "max": "106.271", + "min": "100.04", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "132.602", + "max": "158.468", + "min": "129.371", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "80.899", + "max": "88.78", + "min": "80.175", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "84.448", + "max": "95.659", + "min": "83.232", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "110.049", + "max": "118.734", + "min": "105.568", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "175.687", + "max": "245.166", + "min": "144.416", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "73.034", + "max": "81.865", + "min": "71.445", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "267.924", + "max": "292.434", + "min": "262.484", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "322.572", + "max": "347.482", + "min": "318.896", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "169.95", + "max": "179.507", + "min": "165.123", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "251.143", + "max": "261.723", + "min": "250.06", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "168.442", + "max": "186.352", + "min": "167.054", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "143.216", + "max": "180.755", + "min": "140.467", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "183.503", + "max": "193.106", + "min": "182.376", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "189.93", + "max": "243.816", + "min": "182.766", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "305.672", + "max": "393.664", + "min": "299.48", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "284.935", + "max": "311.456", + "min": "278.282", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "184.342", + "max": "193.047", + "min": "181.423", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "180.347", + "max": "182.707", + "min": "179.963", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "61.469", + "max": "84.314", + "min": "59.93", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "179.35", + "max": "196.551", + "min": "176.615", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "131.526", + "max": "144.227", + "min": "127.195", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "77.588", + "max": "83.235", + "min": "76.835", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "285.338", + "max": "309.996", + "min": "278.539", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "113.389", + "max": "115.078", + "min": "112.857", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "82.885", + "max": "97.455", + "min": "80.306", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "55.931", + "max": "101.404", + "min": "52.183", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "170.238", + "max": "179.196", + "min": "169.252", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "148.373", + "max": "158.865", + "min": "146.796", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "47.287", + "max": "55.326", + "min": "46.166", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "119.642", + "max": "133.367", + "min": "114.434", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "73.962", + "max": "75.488", + "min": "73.147", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "69.352", + "max": "80.086", + "min": "65.235", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "117.542", + "max": "123.635", + "min": "116.787", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "77.565", + "max": "85.817", + "min": "76.895", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "347.009", + "max": "356.674", + "min": "343.84", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "309.068", + "max": "310.778", + "min": "308.664", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "123.309", + "max": "129.882", + "min": "118.014", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "202.433", + "max": "224.281", + "min": "198.947", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "139.166", + "max": "149.108", + "min": "137.696", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "54.331", + "max": "61.268", + "min": "53.51", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "76.788", + "max": "99.68", + "min": "72.911", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "137.441", + "max": "157.091", + "min": "132.864", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "146.097", + "max": "153.785", + "min": "142.61", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "134.404", + "max": "160.68", + "min": "131.243", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "161.584", + "max": "169.891", + "min": "161.028", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "256.304", + "max": "262.891", + "min": "255.386", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "67.234", + "max": "72.733", + "min": "65.473", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "34.006", + "max": "39.752", + "min": "32.641", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "98.471", + "max": "144.332", + "min": "93.584", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "0.018", + "max": "0.037", + "min": "0.01", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "112.891", + "max": "122.661", + "min": "111.934", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "80.948", + "max": "88.432", + "min": "80.008", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "98.091", + "max": "123.916", + "min": "96.491", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "138.605", + "max": "144.136", + "min": "137.81", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "195.971", + "max": "207.655", + "min": "191.564", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "261.599", + "max": "266.854", + "min": "260.593", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "123.581", + "max": "126.925", + "min": "122.711", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "245.052", + "max": "282.611", + "min": "240.525", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "118.517", + "max": "126.269", + "min": "117.721", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "64.566", + "max": "80.072", + "min": "62.592", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "57.388", + "max": "60.992", + "min": "56.878", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "256.166", + "max": "286.595", + "min": "252.232", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "314.258", + "max": "337.795", + "min": "312.791", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "264.692", + "max": "280.369", + "min": "256.243", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "54.172", + "max": "66.204", + "min": "52.887", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "341.195", + "max": "370.973", + "min": "338.421", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "492.242", + "max": "587.404", + "min": "311.343", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "290.888", + "max": "404.676", + "min": "212.163", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "303.173", + "max": "334.685", + "min": "299.628", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "219.097", + "max": "220.635", + "min": "218.649", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "88.539", + "max": "117.133", + "min": "86.57", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "64.111", + "max": "83.822", + "min": "62.155", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "95.578", + "max": "110.01", + "min": "93.297", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "125.7", + "max": "267.719", + "min": "44.466", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "139.239", + "max": "151.888", + "min": "137.265", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "176.305", + "max": "191.526", + "min": "172.363", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "166.028", + "max": "185.997", + "min": "163.126", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "149.538", + "max": "185.47", + "min": "146.984", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "64.697", + "max": "70.359", + "min": "63.441", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "287.324", + "max": "292.957", + "min": "286.323", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "244.464", + "max": "250.013", + "min": "243.62", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "150.161", + "max": "187.485", + "min": "143.057", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "92.881", + "max": "137.949", + "min": "78.348", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "64.319", + "max": "89.506", + "min": "60.55", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "65.221", + "max": "73.36", + "min": "63.32", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "244.183", + "max": "259.802", + "min": "240.122", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "74.396", + "max": "102.8", + "min": "69.838", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "68.022", + "max": "87.796", + "min": "62.513", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "90.317", + "max": "94.92", + "min": "88.488", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "78.483", + "max": "101.354", + "min": "75.473", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "76.767", + "max": "82.971", + "min": "76.079", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "68.177", + "max": "73.945", + "min": "67.63", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "159.638", + "max": "164.678", + "min": "159.101", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "353.722", + "max": "376.948", + "min": "351.126", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "167.904", + "max": "187.35", + "min": "163.253", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "163.886", + "max": "230.499", + "min": "158.59", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "156.986", + "max": "197.871", + "min": "152.424", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "146.478", + "max": "151.982", + "min": "145.052", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "179.026", + "max": "203.328", + "min": "177.1", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "274.378", + "max": "285.281", + "min": "272.334", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "129.716", + "max": "132.077", + "min": "129.106", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "126.253", + "max": "129.976", + "min": "125.632", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "160.45", + "max": "203.663", + "min": "152.325", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "225.715", + "max": "228.672", + "min": "225.195", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "168.535", + "max": "186.674", + "min": "167.304", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "138.422", + "max": "149.155", + "min": "137.305", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "62.93", + "max": "71.153", + "min": "62.099", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "120.729", + "max": "132.64", + "min": "119.27", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "162.773", + "max": "180.144", + "min": "160.117", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "296.496", + "max": "341.954", + "min": "283.548", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "134.132", + "max": "151.998", + "min": "132.582", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "147.563", + "max": "222.222", + "min": "133.422", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "86.911", + "max": "94.943", + "min": "84.3", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "510.539", + "max": "532.959", + "min": "508.515", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "167.865", + "max": "175.959", + "min": "166.581", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "65.925", + "max": "105.091", + "min": "59.86", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "245.698", + "max": "251.168", + "min": "244.947", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "304.987", + "max": "324.318", + "min": "297.89", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "229.039", + "max": "295.242", + "min": "221.148", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "78.588", + "max": "103.891", + "min": "76.478", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "322.335", + "max": "342.068", + "min": "319.064", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "69.013", + "max": "88.583", + "min": "66.656", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "59.846", + "max": "65.202", + "min": "59.021", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "153.566", + "max": "185.034", + "min": "146.896", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "334.174", + "max": "348.811", + "min": "332.844", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "134.831", + "max": "144.389", + "min": "133.762", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "153.333", + "max": "168.131", + "min": "148.843", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "159.068", + "max": "165.826", + "min": "158.336", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "146.358", + "max": "152.158", + "min": "145.144", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "131.72", + "max": "139.794", + "min": "130.505", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "209.029", + "max": "215.027", + "min": "208.117", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "184.191", + "max": "202.918", + "min": "181.483", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "193.811", + "max": "255.265", + "min": "188.71", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "173.126", + "max": "181.886", + "min": "170.931", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "145.9", + "max": "163.764", + "min": "144.542", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "145.102", + "max": "153.483", + "min": "143.904", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "138.34", + "max": "156.232", + "min": "135.693", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "170.065", + "max": "206.336", + "min": "166.465", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "186.23", + "max": "187.003", + "min": "185.79", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "163.268", + "max": "182.957", + "min": "159.619", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "167.595", + "max": "198.902", + "min": "148.591", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "145.507", + "max": "164.687", + "min": "142.885", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "187.857", + "max": "194.133", + "min": "184.638", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "183.061", + "max": "203.113", + "min": "179.445", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "177.802", + "max": "179.743", + "min": "177.085", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "137.364", + "max": "143.354", + "min": "136.661", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "344.243", + "max": "345.673", + "min": "343.73", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "153.447", + "max": "157.383", + "min": "152.528", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "153.97", + "max": "164.472", + "min": "151.322", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "160.49", + "max": "170.52", + "min": "159.569", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "120.249", + "max": "165.415", + "min": "115.407", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "190.935", + "max": "191.821", + "min": "190.526", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "136.55", + "max": "143.107", + "min": "135.716", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "155.177", + "max": "407.756", + "min": "136.426", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "140.901", + "max": "188.526", + "min": "135.079", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "256.032", + "max": "261.427", + "min": "254.97", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "64.703", + "max": "97.296", + "min": "61.252", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "341.977", + "max": "355.172", + "min": "310.845", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "269.325", + "max": "279.929", + "min": "267.969", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "145.414", + "max": "157.914", + "min": "144.356", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "269.771", + "max": "272.063", + "min": "269.072", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "137.4", + "max": "145.438", + "min": "136.481", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "164.987", + "max": "170.427", + "min": "163.819", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "204.07", + "max": "229.674", + "min": "199.442", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "134.153", + "max": "173.082", + "min": "129.469", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "149.402", + "max": "183.542", + "min": "141.07", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "73.434", + "max": "78.356", + "min": "72.29", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "70.916", + "max": "74.293", + "min": "70.506", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "285.842", + "max": "331.041", + "min": "281.351", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "61.538", + "max": "66.275", + "min": "60.459", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "152.893", + "max": "163.634", + "min": "151.444", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "72.398", + "max": "95.204", + "min": "65.055", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "149.974", + "max": "154.168", + "min": "149.133", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "156.221", + "max": "250.369", + "min": "151.701", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "79.742", + "max": "86.537", + "min": "76.362", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "147.159", + "max": "154.5", + "min": "145.976", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "173.732", + "max": "192.584", + "min": "171.85", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "72.047", + "max": "92.767", + "min": "68.066", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "253.683", + "max": "308.241", + "min": "248.399", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "290.971", + "max": "317.08", + "min": "289.711", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "225.444", + "max": "231.701", + "min": "224.184", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "174.193", + "max": "181.289", + "min": "171.343", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "134.139", + "max": "142.583", + "min": "132.985", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "193.561", + "max": "210.525", + "min": "189.754", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "73.163", + "max": "96.879", + "min": "71.175", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "57.818", + "max": "69.963", + "min": "56.484", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "184.406", + "max": "202.937", + "min": "180.672", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "92.545", + "max": "103.355", + "min": "90.856", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "75.511", + "max": "84.077", + "min": "73.562", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "203.223", + "max": "233.897", + "min": "199.271", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "93.121", + "max": "98.513", + "min": "92.424", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "147.171", + "max": "159.313", + "min": "143.859", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "401.459", + "max": "412.046", + "min": "399.94", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "127.947", + "max": "127.947", + "min": "127.947", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "127.866", + "max": "133.39", + "min": "126.676", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "148.924", + "max": "160.01", + "min": "147.726", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "224.682", + "max": "284.262", + "min": "221.978", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "147.912", + "max": "160.651", + "min": "140.267", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "163.841", + "max": "172.629", + "min": "162.68", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "271.148", + "max": "275.976", + "min": "270.105", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "219.853", + "max": "234.04", + "min": "218.221", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "79.231", + "max": "86.592", + "min": "76.887", + "id": "99", + "country": "Guatemala", + "source_name": "Guatemala", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "108": { + "name": "Lima", + "data": { + "0": { + "avg": "145.753", + "max": "145.984", + "min": "145.589", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "281.096", + "max": "287.218", + "min": "280.604", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "125.696", + "max": "127.035", + "min": "125.512", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "188.133", + "max": "190.715", + "min": "187.749", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "171.512", + "max": "172.334", + "min": "171.308", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "243.585", + "max": "246.262", + "min": "243.367", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "171.991", + "max": "174.67", + "min": "171.332", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "290.889", + "max": "307.083", + "min": "289.465", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "231.719", + "max": "233.526", + "min": "231.536", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "227.879", + "max": "229.012", + "min": "227.607", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "165.663", + "max": "167.449", + "min": "165.407", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "107.742", + "max": "107.915", + "min": "107.619", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "102.436", + "max": "103.181", + "min": "102.305", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "104.262", + "max": "104.999", + "min": "104.046", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "62.671", + "max": "63.227", + "min": "62.558", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "90.221", + "max": "91.086", + "min": "89.975", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "189.112", + "max": "192.789", + "min": "188.753", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "89.231", + "max": "89.683", + "min": "89.088", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "183.223", + "max": "184.803", + "min": "182.833", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "187.913", + "max": "188.309", + "min": "187.82", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "327.089", + "max": "328.027", + "min": "326.904", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "99.289", + "max": "99.913", + "min": "99.156", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "133.04", + "max": "133.472", + "min": "132.882", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "145.353", + "max": "146.889", + "min": "145.159", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "205.967", + "max": "214.512", + "min": "205.493", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "189.469", + "max": "189.642", + "min": "189.35", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "194.284", + "max": "195.988", + "min": "194.019", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "204.519", + "max": "205.151", + "min": "204.351", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "176.907", + "max": "177.306", + "min": "176.78", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "139.113", + "max": "139.412", + "min": "138.912", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "345.096", + "max": "345.578", + "min": "344.913", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "191.845", + "max": "194.135", + "min": "191.595", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "127.74", + "max": "131.03", + "min": "127.446", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "213.734", + "max": "214.247", + "min": "213.608", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "184.331", + "max": "185.126", + "min": "184.078", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "376.336", + "max": "377.685", + "min": "376.051", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "132.218", + "max": "134.515", + "min": "132.045", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "148.159", + "max": "148.499", + "min": "148", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "91.972", + "max": "92.253", + "min": "91.785", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "97.89", + "max": "98.368", + "min": "97.629", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "312.806", + "max": "315.487", + "min": "312.233", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "170.865", + "max": "173.096", + "min": "170.382", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "218.323", + "max": "221.147", + "min": "218.073", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "192.57", + "max": "198.193", + "min": "191.534", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "295.669", + "max": "307.29", + "min": "295.135", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "237.775", + "max": "238.372", + "min": "237.382", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "207.642", + "max": "207.892", + "min": "207.541", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "134.684", + "max": "134.879", + "min": "134.556", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "126.272", + "max": "127.652", + "min": "125.964", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "118.837", + "max": "120.962", + "min": "118.685", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "121.565", + "max": "122.486", + "min": "121.435", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "153.952", + "max": "154.312", + "min": "153.763", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "216.976", + "max": "227.998", + "min": "212.047", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "102.86", + "max": "105.606", + "min": "102.491", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "393.878", + "max": "399.698", + "min": "390.918", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "358.071", + "max": "359.414", + "min": "357.911", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "191.122", + "max": "196.991", + "min": "189.803", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "310.459", + "max": "310.975", + "min": "310.278", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "195.701", + "max": "196.174", + "min": "195.464", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "189.322", + "max": "189.498", + "min": "189.217", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "230.521", + "max": "234.673", + "min": "229.872", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "241.589", + "max": "288.617", + "min": "238.372", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "325.366", + "max": "356.835", + "min": "321.665", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "294.117", + "max": "294.892", + "min": "293.864", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "211.092", + "max": "211.41", + "min": "210.951", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "224.801", + "max": "225.979", + "min": "224.635", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.372", + "max": "94.596", + "min": "92.147", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "205.444", + "max": "228.053", + "min": "204.005", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "37.695", + "max": "39.085", + "min": "36.854", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "112.602", + "max": "117.716", + "min": "112.083", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "294.43", + "max": "294.879", + "min": "294.24", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "137.995", + "max": "139.825", + "min": "137.676", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "114.553", + "max": "114.966", + "min": "114.331", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "96.518", + "max": "98.665", + "min": "95.881", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "220.292", + "max": "221.544", + "min": "220.028", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "176.262", + "max": "176.35", + "min": "176.097", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "89.835", + "max": "93.257", + "min": "89.544", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "137.02", + "max": "139.284", + "min": "136.82", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "110.963", + "max": "126.763", + "min": "110.179", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "105.696", + "max": "106.143", + "min": "105.535", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "146.899", + "max": "147.447", + "min": "146.759", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "109.723", + "max": "110.375", + "min": "109.363", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "340.196", + "max": "342.847", + "min": "339.761", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "307.774", + "max": "309.505", + "min": "307.47", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "131.401", + "max": "131.606", + "min": "131.292", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "217.026", + "max": "220.208", + "min": "216.411", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "187.796", + "max": "191.141", + "min": "187.391", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "69.844", + "max": "70.696", + "min": "69.56", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "106.853", + "max": "107.088", + "min": "106.676", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "170.784", + "max": "172.928", + "min": "170.555", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "111.983", + "max": "112.859", + "min": "111.282", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "139.082", + "max": "139.4", + "min": "138.933", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "206.874", + "max": "207.158", + "min": "206.8", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "287.88", + "max": "301.935", + "min": "287.181", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "101.788", + "max": "104.943", + "min": "101.47", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "83.152", + "max": "83.496", + "min": "82.957", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "155.425", + "max": "155.614", + "min": "155.239", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "119.471", + "max": "137.495", + "min": "117.69", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "144.451", + "max": "144.634", + "min": "144.311", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "98.84", + "max": "100.8", + "min": "98.499", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "149.966", + "max": "150.112", + "min": "149.821", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "155.894", + "max": "156.314", + "min": "155.724", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "218.637", + "max": "220.645", + "min": "218.247", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "302.364", + "max": "307.194", + "min": "301.103", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "103.035", + "max": "103.734", + "min": "102.881", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "268.574", + "max": "268.846", + "min": "268.25", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "0.047", + "max": "0.085", + "min": "0.026", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "96.945", + "max": "100.633", + "min": "96.71", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "92.588", + "max": "95.848", + "min": "92.01", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "273.289", + "max": "275.709", + "min": "272.977", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "328.727", + "max": "331.201", + "min": "328.472", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "256.439", + "max": "263.616", + "min": "256.067", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "88.051", + "max": "90.759", + "min": "87.776", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "305.959", + "max": "316.676", + "min": "305.376", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "542.68", + "max": "666.291", + "min": "372.326", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "310.812", + "max": "381.326", + "min": "235.696", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "351.438", + "max": "360.866", + "min": "350.563", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "294.5", + "max": "297.384", + "min": "294.153", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "99.983", + "max": "100.275", + "min": "99.803", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "100.611", + "max": "101.232", + "min": "100.285", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "109.584", + "max": "111.217", + "min": "109.342", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "176.841", + "max": "331.13", + "min": "97.209", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "85.542", + "max": "85.766", + "min": "85.404", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "226.806", + "max": "431.201", + "min": "217.846", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "212.042", + "max": "217.671", + "min": "211.082", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "191.525", + "max": "192.66", + "min": "191.053", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "101.533", + "max": "103.65", + "min": "93.823", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "321.658", + "max": "323.946", + "min": "321.267", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "253.683", + "max": "256.769", + "min": "253.413", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "174.543", + "max": "174.888", + "min": "174.385", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "107.35", + "max": "107.588", + "min": "107.215", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "103.918", + "max": "104.074", + "min": "103.76", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "121.057", + "max": "121.263", + "min": "120.958", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "287.351", + "max": "288.893", + "min": "286.472", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "104.573", + "max": "105.098", + "min": "104.471", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "101.152", + "max": "123.601", + "min": "100.114", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "120.396", + "max": "134.283", + "min": "118.018", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "107.282", + "max": "108.782", + "min": "106.999", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "127.91", + "max": "128.586", + "min": "127.772", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "95.525", + "max": "98.84", + "min": "94.766", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "184.509", + "max": "186.427", + "min": "184.278", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "474.204", + "max": "485.801", + "min": "473.287", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "217.562", + "max": "217.816", + "min": "217.45", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "189.104", + "max": "189.253", + "min": "188.996", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "210.147", + "max": "221.483", + "min": "209.258", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "175.826", + "max": "176.556", + "min": "175.616", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "200.995", + "max": "208.657", + "min": "200.57", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "302.71", + "max": "302.987", + "min": "302.599", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "168.289", + "max": "174.011", + "min": "168.001", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "172.802", + "max": "174.903", + "min": "172.625", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "186.22", + "max": "217.019", + "min": "183.732", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "285", + "max": "286.046", + "min": "284.846", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "214.384", + "max": "215.642", + "min": "214.12", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "199.924", + "max": "207.086", + "min": "199.472", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "94.55", + "max": "96.653", + "min": "94.279", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "146.927", + "max": "147.203", + "min": "146.808", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "214.351", + "max": "216.504", + "min": "214.029", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "351.959", + "max": "391.041", + "min": "346.233", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "132.737", + "max": "134.86", + "min": "132.51", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "80.99", + "max": "165.708", + "min": "72.983", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "117.836", + "max": "118.066", + "min": "117.747", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "570.518", + "max": "571.041", + "min": "569.976", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "197.954", + "max": "199.773", + "min": "197.272", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "92.033", + "max": "92.371", + "min": "91.922", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "281.435", + "max": "282.89", + "min": "280.799", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "334.472", + "max": "334.624", + "min": "334.387", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "264.692", + "max": "265.136", + "min": "264.533", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "115.521", + "max": "116.05", + "min": "115.323", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "410.903", + "max": "416.41", + "min": "394.425", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "108.522", + "max": "108.953", + "min": "108.421", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "105.879", + "max": "105.982", + "min": "105.805", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "192.385", + "max": "194.13", + "min": "192.062", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "314.303", + "max": "314.481", + "min": "314.218", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "177.03", + "max": "179.416", + "min": "176.82", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "186.119", + "max": "186.457", + "min": "185.966", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "192.143", + "max": "194.205", + "min": "191.721", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "190.917", + "max": "191.153", + "min": "190.807", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "173.827", + "max": "174.87", + "min": "173.574", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "253.819", + "max": "254.552", + "min": "253.576", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "205.584", + "max": "207.884", + "min": "205.382", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "224.053", + "max": "227.157", + "min": "223.659", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "215.779", + "max": "215.994", + "min": "215.674", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "200.99", + "max": "201.971", + "min": "200.796", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "168.142", + "max": "169.922", + "min": "167.986", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "168.931", + "max": "169.24", + "min": "168.79", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "191.857", + "max": "194.67", + "min": "191.551", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "239.21", + "max": "242.628", + "min": "238.443", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "204.88", + "max": "216.617", + "min": "203.263", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "203.966", + "max": "290.931", + "min": "188.105", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "179.243", + "max": "179.465", + "min": "179.151", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "216.875", + "max": "217.259", + "min": "216.682", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "216.849", + "max": "244.854", + "min": "215.094", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "203.952", + "max": "204.422", + "min": "203.465", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "167.904", + "max": "169.974", + "min": "167.551", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "353.286", + "max": "359.266", + "min": "352.785", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "181.578", + "max": "182.141", + "min": "181.472", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "192.063", + "max": "192.29", + "min": "191.902", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "211.983", + "max": "214.277", + "min": "211.728", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "139.185", + "max": "146.471", + "min": "137.166", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "221.262", + "max": "222.545", + "min": "221.03", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "170.791", + "max": "173.612", + "min": "169.973", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "169.382", + "max": "170.838", + "min": "169.173", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "186.776", + "max": "193.509", + "min": "180.959", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "288.048", + "max": "298.768", + "min": "285.799", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "94.632", + "max": "98.244", + "min": "94.165", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "361.47", + "max": "362.624", + "min": "361.208", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "290.625", + "max": "293.042", + "min": "290.378", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "198.246", + "max": "199.13", + "min": "198.096", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "306.716", + "max": "310.072", + "min": "306.246", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "150.349", + "max": "150.543", + "min": "150.079", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "193.167", + "max": "193.571", + "min": "192.962", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "217.829", + "max": "218.892", + "min": "217.651", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "170.376", + "max": "171.369", + "min": "169.987", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "191.007", + "max": "193.304", + "min": "190.597", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "108.217", + "max": "108.477", + "min": "108.129", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "102.829", + "max": "103.463", + "min": "102.727", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "377.887", + "max": "455.248", + "min": "368.079", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "94.922", + "max": "95.042", + "min": "94.836", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "223.69", + "max": "224.072", + "min": "223.542", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "107.556", + "max": "108.03", + "min": "107.45", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "199.562", + "max": "199.783", + "min": "199.452", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "108.689", + "max": "256.411", + "min": "103.075", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "113.392", + "max": "115.819", + "min": "110.809", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "183.947", + "max": "184.111", + "min": "183.823", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "195.124", + "max": "198.065", + "min": "193.834", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "102.805", + "max": "104.895", + "min": "101.909", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "266.488", + "max": "266.925", + "min": "266.106", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "311.036", + "max": "311.22", + "min": "310.917", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "255.741", + "max": "258.761", + "min": "255.36", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "221.115", + "max": "221.426", + "min": "221.03", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "168.472", + "max": "170.588", + "min": "168.048", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "230.288", + "max": "230.429", + "min": "230.204", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "108.416", + "max": "111.441", + "min": "107.905", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "89.951", + "max": "90.243", + "min": "89.845", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "233.265", + "max": "235.765", + "min": "231.571", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "84.06", + "max": "84.94", + "min": "83.793", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "97.856", + "max": "99.338", + "min": "96.855", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "233.714", + "max": "235.478", + "min": "233.487", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "109.404", + "max": "109.88", + "min": "109.285", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "181.784", + "max": "188.727", + "min": "181.277", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "326.082", + "max": "329.035", + "min": "325.869", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "140.365", + "max": "140.365", + "min": "140.365", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "173.002", + "max": "175.411", + "min": "172.653", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "172.128", + "max": "174.586", + "min": "171.93", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "256.648", + "max": "258.735", + "min": "256.089", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "192.561", + "max": "203.533", + "min": "184.192", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "204.763", + "max": "205.176", + "min": "204.648", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "280.04", + "max": "283.75", + "min": "279.546", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "261.649", + "max": "263.965", + "min": "261.28", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "107.24", + "max": "110.603", + "min": "107.019", + "id": "108", + "country": "Peru", + "source_name": "Lima", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "125": { + "name": "Sao Paulo", + "data": { + "0": { + "avg": "56.419", + "max": "56.873", + "min": "56.277", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "316.792", + "max": "318.102", + "min": "316.506", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "139.8", + "max": "153.591", + "min": "139.227", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "220.336", + "max": "233.324", + "min": "218.958", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "203.08", + "max": "203.748", + "min": "202.852", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "318.565", + "max": "334.127", + "min": "304.266", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "188.548", + "max": "197.023", + "min": "188.129", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "325.811", + "max": "333.095", + "min": "324.777", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "230.75", + "max": "231.05", + "min": "230.631", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "256.276", + "max": "256.699", + "min": "256.078", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "184.343", + "max": "201.242", + "min": "178.768", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.013", + "max": "137.563", + "min": "136.881", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "127.114", + "max": "130.153", + "min": "126.811", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "118.482", + "max": "118.96", + "min": "118.345", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "129.411", + "max": "146.224", + "min": "122.805", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "119.286", + "max": "120.053", + "min": "119.092", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "213.355", + "max": "213.662", + "min": "213.182", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "146.276", + "max": "146.755", + "min": "146.15", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "193.213", + "max": "193.65", + "min": "193.06", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "216.412", + "max": "218.645", + "min": "216.203", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "320.974", + "max": "321.11", + "min": "320.878", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "163.128", + "max": "164.096", + "min": "162.98", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "195.091", + "max": "211.451", + "min": "178.874", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "183.369", + "max": "186.917", + "min": "183.004", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "214.327", + "max": "215.344", + "min": "214.025", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "201.545", + "max": "203.566", + "min": "201.339", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "195.203", + "max": "195.668", + "min": "195.038", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "210.809", + "max": "211.302", + "min": "210.599", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "218.775", + "max": "236.477", + "min": "200.969", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "174.084", + "max": "174.368", + "min": "173.924", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "393.04", + "max": "437.079", + "min": "373.513", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "210.74", + "max": "224.918", + "min": "210.119", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "169.919", + "max": "175.178", + "min": "169.581", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "239.263", + "max": "239.633", + "min": "239.123", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "227.757", + "max": "228.447", + "min": "227.561", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "338.181", + "max": "340.747", + "min": "337.579", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "165.001", + "max": "165.514", + "min": "164.914", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "156.363", + "max": "156.769", + "min": "156.16", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "131.74", + "max": "132.048", + "min": "131.586", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "119.236", + "max": "119.824", + "min": "119.041", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "323.76", + "max": "326.892", + "min": "323.414", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "202.153", + "max": "216.221", + "min": "201.12", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "243.743", + "max": "244.172", + "min": "243.565", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "210.882", + "max": "214.324", + "min": "210.394", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "333.657", + "max": "334.215", + "min": "333.465", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "219.261", + "max": "219.935", + "min": "218.733", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "226.472", + "max": "226.825", + "min": "226.355", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "168.729", + "max": "169.415", + "min": "168.554", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "31.066", + "max": "36.678", + "min": "28.841", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "139.683", + "max": "139.919", + "min": "139.565", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "132.874", + "max": "133.343", + "min": "132.778", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "176.235", + "max": "176.883", + "min": "176.032", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "247.226", + "max": "337.77", + "min": "238.609", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "151.239", + "max": "151.876", + "min": "151.134", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "366.044", + "max": "383.953", + "min": "361.071", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "369.491", + "max": "381.229", + "min": "365.256", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "221.121", + "max": "223.153", + "min": "219.924", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "318.775", + "max": "318.998", + "min": "318.664", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "260.968", + "max": "261.661", + "min": "260.673", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "193.691", + "max": "193.85", + "min": "193.571", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "271.027", + "max": "287.102", + "min": "247.414", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "233.355", + "max": "274.704", + "min": "230.898", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "382.298", + "max": "493.253", + "min": "372.176", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "361.948", + "max": "366.252", + "min": "361.464", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "228.556", + "max": "229.479", + "min": "228.012", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "231.839", + "max": "236.447", + "min": "231.559", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "133.095", + "max": "139.734", + "min": "130.155", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "225.244", + "max": "225.618", + "min": "224.894", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "161.108", + "max": "162.438", + "min": "160.477", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "154.949", + "max": "155.695", + "min": "154.781", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "328.091", + "max": "350.388", + "min": "320.996", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "162.637", + "max": "175.947", + "min": "161.84", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "157.899", + "max": "160.246", + "min": "157.697", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "122.337", + "max": "122.931", + "min": "122.194", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "227.51", + "max": "228.323", + "min": "227.234", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "197.779", + "max": "198.009", + "min": "197.619", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "124.335", + "max": "124.569", + "min": "124.232", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "179.437", + "max": "183.724", + "min": "177.876", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "131.863", + "max": "132.935", + "min": "131.565", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "128.681", + "max": "128.874", + "min": "128.551", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "185.356", + "max": "185.855", + "min": "185.165", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "129.715", + "max": "130.652", + "min": "129.502", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "332.334", + "max": "359.28", + "min": "318.533", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "338.451", + "max": "340.202", + "min": "338.194", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "185.079", + "max": "185.765", + "min": "184.921", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "241.357", + "max": "242.353", + "min": "240.919", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "227.604", + "max": "229.851", + "min": "227.201", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "111.18", + "max": "113.918", + "min": "110.464", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "174.05", + "max": "190.918", + "min": "147.97", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "197.424", + "max": "200.182", + "min": "197.072", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "145.996", + "max": "147.398", + "min": "145.193", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "175.42", + "max": "175.965", + "min": "175.171", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "208.949", + "max": "221.597", + "min": "205.56", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "323.294", + "max": "348.416", + "min": "309.468", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "135.866", + "max": "136.47", + "min": "135.733", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "111.326", + "max": "111.729", + "min": "111.054", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "151.017", + "max": "153.731", + "min": "150.677", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "139.638", + "max": "180.433", + "min": "137.294", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "178.551", + "max": "179.106", + "min": "178.345", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "166.22", + "max": "167.72", + "min": "166.001", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "151.574", + "max": "151.76", + "min": "151.474", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "185.627", + "max": "185.804", + "min": "185.495", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "250.04", + "max": "251.935", + "min": "249.777", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "338.096", + "max": "339.527", + "min": "337.641", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "142.257", + "max": "155.104", + "min": "141.618", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "305.246", + "max": "305.565", + "min": "304.928", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "86.842", + "max": "116.439", + "min": "85.392", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "129.184", + "max": "129.584", + "min": "129.05", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "134.443", + "max": "147.628", + "min": "133.882", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "337.438", + "max": "338.13", + "min": "336.954", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "322.288", + "max": "322.531", + "min": "322.161", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "298.438", + "max": "299.703", + "min": "298.257", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "140.662", + "max": "156.137", + "min": "123.088", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "315.429", + "max": "370.58", + "min": "313.354", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "553.14", + "max": "676.667", + "min": "392.887", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "331.393", + "max": "441.215", + "min": "253.668", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "319.432", + "max": "326.024", + "min": "318.222", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "266.964", + "max": "267.342", + "min": "266.765", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "147.033", + "max": "147.453", + "min": "146.787", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "136.118", + "max": "136.887", + "min": "135.788", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "149.071", + "max": "149.277", + "min": "148.933", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "206.835", + "max": "367.272", + "min": "133.062", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "0.029", + "max": "0.052", + "min": "0.018", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "228.467", + "max": "378.824", + "min": "219.235", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "216.996", + "max": "217.353", + "min": "216.839", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "212.047", + "max": "213.196", + "min": "211.361", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "114.49", + "max": "114.796", + "min": "114.223", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "325.089", + "max": "330.145", + "min": "324.466", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "288.365", + "max": "289.021", + "min": "288.153", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "211.979", + "max": "225.478", + "min": "211.24", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "139.363", + "max": "139.63", + "min": "139.189", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "131.655", + "max": "132.21", + "min": "131.456", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "155.413", + "max": "155.869", + "min": "155.261", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "317.855", + "max": "319.541", + "min": "317.268", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "147.423", + "max": "148.952", + "min": "147.172", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "131.751", + "max": "132.016", + "min": "131.588", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "157.489", + "max": "169.475", + "min": "155.903", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "146.947", + "max": "147.162", + "min": "146.804", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "151.919", + "max": "152.077", + "min": "151.805", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "117.254", + "max": "118.016", + "min": "117.076", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "245.329", + "max": "257.501", + "min": "244.732", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "340.006", + "max": "341.249", + "min": "339.619", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "220.407", + "max": "223.993", + "min": "220.097", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "207.82", + "max": "208.152", + "min": "207.674", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "217.623", + "max": "220.299", + "min": "217.307", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "217.779", + "max": "236.879", + "min": "195.828", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "222.795", + "max": "227.763", + "min": "222.388", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "363.534", + "max": "365", + "min": "363.24", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "183.161", + "max": "193.136", + "min": "182.584", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "195.083", + "max": "200.315", + "min": "194.737", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "193.501", + "max": "197.143", + "min": "192.677", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "316.172", + "max": "335.286", + "min": "298.4", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "219.416", + "max": "221.82", + "min": "219.187", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "206.01", + "max": "220.558", + "min": "204.796", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "122.757", + "max": "124.295", + "min": "122.544", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "188.584", + "max": "189.693", + "min": "188.413", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "220.384", + "max": "227.768", + "min": "219.93", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "363.802", + "max": "409.499", + "min": "355.594", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "158.672", + "max": "159.024", + "min": "158.511", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "43.194", + "max": "130.764", + "min": "35.547", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "183.623", + "max": "183.843", + "min": "183.505", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "582.839", + "max": "586.672", + "min": "582.335", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "212.3", + "max": "214.161", + "min": "212.078", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "130.985", + "max": "138.902", + "min": "130.58", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "299.146", + "max": "299.451", + "min": "298.988", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "342.33", + "max": "343.015", + "min": "341.927", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "275.044", + "max": "275.406", + "min": "274.857", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "158.63", + "max": "161.978", + "min": "158.32", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "346.774", + "max": "353.632", + "min": "323.618", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "152.61", + "max": "166.773", + "min": "136.257", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "140.873", + "max": "140.965", + "min": "140.81", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "206.34", + "max": "208.013", + "min": "206.028", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "400.637", + "max": "400.78", + "min": "400.496", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "191.272", + "max": "191.446", + "min": "191.152", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "211.678", + "max": "212.211", + "min": "211.443", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "207.541", + "max": "209.383", + "min": "207.334", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "195.454", + "max": "195.778", + "min": "195.329", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "202.233", + "max": "203.021", + "min": "201.946", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "267.014", + "max": "267.604", + "min": "266.736", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "217.111", + "max": "217.374", + "min": "216.984", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "242.15", + "max": "244.558", + "min": "241.772", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "216.19", + "max": "216.939", + "min": "215.979", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "191.109", + "max": "192.562", + "min": "190.901", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "224.535", + "max": "243.248", + "min": "206.307", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "189.611", + "max": "190.058", + "min": "189.457", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "206.719", + "max": "206.894", + "min": "206.537", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "239.056", + "max": "239.647", + "min": "238.749", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "206.47", + "max": "210.392", + "min": "205.675", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "224.963", + "max": "298.469", + "min": "195.663", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "191.691", + "max": "191.921", + "min": "191.606", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "235.551", + "max": "235.769", + "min": "235.408", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "218.149", + "max": "252.397", + "min": "216.304", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "242.713", + "max": "243.501", + "min": "242.259", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "186.044", + "max": "201.299", + "min": "185.192", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "379.852", + "max": "383.825", + "min": "379.238", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "217.974", + "max": "219.175", + "min": "217.798", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "215.594", + "max": "219.555", + "min": "214.115", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "221.646", + "max": "221.944", + "min": "221.525", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "160.584", + "max": "168.516", + "min": "159.18", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "250.827", + "max": "251.182", + "min": "250.654", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "226.11", + "max": "238.388", + "min": "225.262", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "190.774", + "max": "191.392", + "min": "190.615", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "190.528", + "max": "191.66", + "min": "189.96", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "335.205", + "max": "335.424", + "min": "335.065", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "156.068", + "max": "163.904", + "min": "155.298", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "351.232", + "max": "352.066", + "min": "350.983", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "367.524", + "max": "367.664", + "min": "367.445", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "208.325", + "max": "221.418", + "min": "207.782", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "336.329", + "max": "337.088", + "min": "336.091", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "183.624", + "max": "184.263", + "min": "183.174", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "244.319", + "max": "259.788", + "min": "226.225", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "235.641", + "max": "236.696", + "min": "235.053", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "184.247", + "max": "185.09", + "min": "183.986", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "189.828", + "max": "191.285", + "min": "189.499", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "139.069", + "max": "139.421", + "min": "138.938", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "129.804", + "max": "130.393", + "min": "129.688", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "348.367", + "max": "425.008", + "min": "345.51", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "116.109", + "max": "116.226", + "min": "116.021", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "219.937", + "max": "220.369", + "min": "219.789", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "136.03", + "max": "136.766", + "min": "135.904", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "226.713", + "max": "227.075", + "min": "226.534", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "17.756", + "max": "19.103", + "min": "17.483", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "132.568", + "max": "136.639", + "min": "130.021", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "210.222", + "max": "210.758", + "min": "209.765", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "238.624", + "max": "239.312", + "min": "237.882", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": null, + "max": null, + "min": null, + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "231.282", + "max": "232.998", + "min": "230.713", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "275.087", + "max": "285.76", + "min": "272.322", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "257.367", + "max": "273.279", + "min": "256.361", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "227.485", + "max": "228.245", + "min": "227.339", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "203.625", + "max": "207.199", + "min": "203.337", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "218.622", + "max": "218.98", + "min": "218.513", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "125.04", + "max": "126.898", + "min": "124.702", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "126.078", + "max": "126.418", + "min": "125.891", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "249.758", + "max": "256.087", + "min": "247.093", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "116.461", + "max": "117.488", + "min": "115.96", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "126.351", + "max": "128.297", + "min": "125.376", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "257.765", + "max": "258.743", + "min": "257.475", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "146.645", + "max": "147.098", + "min": "146.468", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "194.575", + "max": "201.659", + "min": "194.142", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "350.661", + "max": "353.659", + "min": "344.789", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "180.944", + "max": "180.944", + "min": "180.944", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "184.546", + "max": "184.705", + "min": "184.463", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "221.216", + "max": "242.757", + "min": "203.779", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "275.742", + "max": "276.895", + "min": "275.486", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "207.459", + "max": "219.596", + "min": "201.015", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "212.284", + "max": "212.45", + "min": "212.202", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "317.566", + "max": "319.378", + "min": "317.287", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "254.229", + "max": "257.334", + "min": "253.903", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "141.525", + "max": "141.829", + "min": "141.415", + "id": "125", + "country": "Brazil", + "source_name": "Sao Paulo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "167": { + "name": "Montevideo", + "data": { + "0": { + "avg": "106.874", + "max": "184.015", + "min": "88.14", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "347.482", + "max": "397.782", + "min": "342.332", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "184.921", + "max": "283.612", + "min": "167.552", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "265.257", + "max": "391.733", + "min": "257.006", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "240.776", + "max": "252.395", + "min": "237.92", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "304.616", + "max": "338.902", + "min": "300.69", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "269.009", + "max": "570.92", + "min": "235.34", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "361.396", + "max": "448.377", + "min": "349.693", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "302.43", + "max": "440.56", + "min": "286.18", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "295.152", + "max": "667.055", + "min": "256.027", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "235.937", + "max": "295.842", + "min": "228.756", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "207.467", + "max": "508.744", + "min": "163.273", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "172.636", + "max": "312.495", + "min": "161.083", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "187.124", + "max": "353.96", + "min": "164.383", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "131.362", + "max": "137.149", + "min": "129.78", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "158.439", + "max": "221.482", + "min": "153.204", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "254.766", + "max": "291.601", + "min": "246.962", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "173.576", + "max": "289.047", + "min": "141.625", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "268.548", + "max": "502.906", + "min": "243.902", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "262.252", + "max": "293.858", + "min": "258.764", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "406.556", + "max": "524.647", + "min": "383.698", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "189.293", + "max": "270.39", + "min": "169.761", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "219.015", + "max": "267.297", + "min": "210.744", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "224.357", + "max": "354.881", + "min": "213.023", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "298.584", + "max": "731.923", + "min": "248.433", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "260.025", + "max": "314.244", + "min": "250.814", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "256.21", + "max": "299.494", + "min": "252.446", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "276.08", + "max": "737.17", + "min": "241.82", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "301.179", + "max": "681.101", + "min": "241.184", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "230.946", + "max": "405.27", + "min": "200.504", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "402.968", + "max": "509.928", + "min": "387.847", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "267.465", + "max": "550.155", + "min": "254.198", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "190.161", + "max": "194.088", + "min": "188.504", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "304.704", + "max": "375.278", + "min": "280.949", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "277.571", + "max": "369.508", + "min": "259.188", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "379.215", + "max": "389.606", + "min": "376.431", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "198.814", + "max": "229.41", + "min": "192.684", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "204.175", + "max": "254.9", + "min": "198.775", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "178.483", + "max": "233.124", + "min": "153.301", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "171.493", + "max": "257.571", + "min": "159.902", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "439.962", + "max": "829.729", + "min": "367.371", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "330.275", + "max": "556.367", + "min": "243.388", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "297.999", + "max": "707.928", + "min": "261.073", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "264.138", + "max": "332.9", + "min": "250.003", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "422.014", + "max": "568.072", + "min": "408.205", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "329.078", + "max": "571.039", + "min": "267.267", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "299.781", + "max": "428.044", + "min": "272.137", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "188.871", + "max": "512.83", + "min": "154.883", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "52.726", + "max": "294.392", + "min": "12.668", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "180.628", + "max": "248.25", + "min": "174.696", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "165.781", + "max": "302.43", + "min": "157.375", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "207.97", + "max": "274.382", + "min": "201.117", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "297.846", + "max": "536.718", + "min": "272.819", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "191.22", + "max": "332.21", + "min": "170.289", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "415.543", + "max": "548.01", + "min": "394.244", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "482.907", + "max": "1270.91", + "min": "392.776", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "295.422", + "max": "453.577", + "min": "259.15", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "408.257", + "max": "584.464", + "min": "343.38", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "291.904", + "max": "327.05", + "min": "285.033", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "253.095", + "max": "292.599", + "min": "242.834", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "327.983", + "max": "578.307", + "min": "289.309", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "282.921", + "max": "427.683", + "min": "273.543", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "400.236", + "max": "493.909", + "min": "377.695", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "422.94", + "max": "599.977", + "min": "380.387", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "346.413", + "max": "611.937", + "min": "281.314", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "337.604", + "max": "601.239", + "min": "274.168", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "166.442", + "max": "221.735", + "min": "157.856", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "283.502", + "max": "361.119", + "min": "278.5", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "40.447", + "max": "132.835", + "min": "32.898", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "193.652", + "max": "286.345", + "min": "179.017", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "353.264", + "max": "361.316", + "min": "350.634", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "198.657", + "max": "253.218", + "min": "188.186", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "190.556", + "max": "676.921", + "min": "170.08", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "279.128", + "max": "285.595", + "min": "277.261", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "236.038", + "max": "296.304", + "min": "229.914", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "189.644", + "max": "466.908", + "min": "145.465", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "222.182", + "max": "306.383", + "min": "201.171", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "164.968", + "max": "215.384", + "min": "159.31", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "187.914", + "max": "277.004", + "min": "163.841", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "213.336", + "max": "289.134", + "min": "208.03", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "198.28", + "max": "412.298", + "min": "171.798", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "427.054", + "max": "539.592", + "min": "417.772", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "402.206", + "max": "471.973", + "min": "395.192", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "201.626", + "max": "361.011", + "min": "192.092", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "291.906", + "max": "335.167", + "min": "289.064", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "240.683", + "max": "247.935", + "min": "238.381", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "137.436", + "max": "156.065", + "min": "133.587", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "181.709", + "max": "192.382", + "min": "179.908", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "251", + "max": "334.43", + "min": "236.167", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "176.653", + "max": "193.047", + "min": "171.262", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "208.573", + "max": "260.963", + "min": "200.659", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "260.755", + "max": "306.22", + "min": "251.449", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "395.275", + "max": "868.755", + "min": "334.252", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "181.225", + "max": "312.574", + "min": "168.769", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "143.592", + "max": "194.288", + "min": "133.855", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "173.855", + "max": "178.958", + "min": "171.747", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "175.486", + "max": "441.57", + "min": "134.223", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "209.215", + "max": "295.217", + "min": "195.26", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "164.151", + "max": "171.244", + "min": "161.469", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "191.875", + "max": "325.632", + "min": "183.879", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "234.759", + "max": "402.269", + "min": "220.153", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "327.263", + "max": "620.507", + "min": "285.286", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "388.152", + "max": "554.444", + "min": "370.234", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "171.326", + "max": "221.487", + "min": "167.797", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "358.298", + "max": "676.326", + "min": "329.187", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "79.1", + "max": "183.1", + "min": "73.101", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "182.286", + "max": "415.677", + "min": "149.801", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "384.759", + "max": "406.381", + "min": "381.724", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "369.145", + "max": "622.947", + "min": "356.538", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "325.862", + "max": "331.245", + "min": "324.199", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "165.091", + "max": "188.502", + "min": "160.125", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "373.021", + "max": "475.864", + "min": "357.126", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "595.879", + "max": "722.724", + "min": "445.237", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "401.88", + "max": "521.366", + "min": "299.089", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "452.384", + "max": "786.071", + "min": "413.822", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "315.132", + "max": "517.5", + "min": "301.458", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "172.342", + "max": "202.843", + "min": "166.981", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "210.905", + "max": "372.894", + "min": "178.188", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "184.347", + "max": "238.71", + "min": "178.394", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "259.603", + "max": "446.034", + "min": "163.798", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "38.56", + "max": "62.487", + "min": "35.349", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "285.03", + "max": "424.865", + "min": "270.919", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "272.931", + "max": "283.405", + "min": "270.329", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "256.204", + "max": "265.329", + "min": "253.662", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "162.723", + "max": "196.912", + "min": "159.499", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "402.835", + "max": "413.86", + "min": "399.083", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "333.38", + "max": "344.048", + "min": "329.602", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "264.273", + "max": "357.493", + "min": "242.129", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "185.331", + "max": "295.576", + "min": "171.951", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "212.931", + "max": "468.13", + "min": "156.381", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "173.824", + "max": "226.684", + "min": "163.242", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "331.642", + "max": "355.598", + "min": "328.786", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "206.366", + "max": "835.074", + "min": "169.727", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "180.933", + "max": "246.982", + "min": "164.596", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "212.496", + "max": "548.505", + "min": "178.486", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "192.619", + "max": "258.579", + "min": "177.615", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "190.759", + "max": "226.063", + "min": "170.474", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "186.346", + "max": "466.477", + "min": "161.033", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "267.634", + "max": "445.913", + "min": "257.588", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "464.27", + "max": "824.012", + "min": "417.668", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "308.566", + "max": "747.216", + "min": "277.766", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "250.387", + "max": "338.099", + "min": "241.429", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "275.5", + "max": "376.743", + "min": "246.691", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "268.543", + "max": "549.209", + "min": "238.876", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "270.178", + "max": "277.405", + "min": "266.786", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "424.742", + "max": "490.653", + "min": "407.104", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "237.36", + "max": "247.118", + "min": "235.315", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "281.687", + "max": "441.855", + "min": "236.5", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "247.837", + "max": "272.301", + "min": "244.18", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "318.406", + "max": "361.142", + "min": "314.426", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "271.191", + "max": "279.867", + "min": "266.358", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "267.156", + "max": "424.217", + "min": "252.652", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "156.605", + "max": "180.361", + "min": "153.199", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "214.128", + "max": "259.227", + "min": "206.083", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "284.994", + "max": "393.331", + "min": "274.032", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "624.564", + "max": "1117.11", + "min": "354.39", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "195.243", + "max": "202.223", + "min": "193.161", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "3.042", + "max": "9.642", + "min": "0.537", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "189.898", + "max": "194.413", + "min": "188.58", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "613.222", + "max": "689.121", + "min": "607.819", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "272.825", + "max": "278.914", + "min": "270.796", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "171.762", + "max": "277.697", + "min": "160.926", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "352.246", + "max": "429.464", + "min": "343.037", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "406.201", + "max": "480.602", + "min": "390.474", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "321.399", + "max": "329.597", + "min": "318.776", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "195.761", + "max": "358.364", + "min": "177.254", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "401.684", + "max": "407.655", + "min": "399.161", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "302.204", + "max": "643.18", + "min": "158.885", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "166.401", + "max": "170.046", + "min": "164.875", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "260.379", + "max": "353.531", + "min": "243.908", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "423.7", + "max": "440.888", + "min": "421.123", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "244.212", + "max": "350.079", + "min": "233.419", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "253.816", + "max": "282.267", + "min": "246.516", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "275.423", + "max": "393.995", + "min": "258.144", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "265.871", + "max": "320.886", + "min": "255.101", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "244.132", + "max": "301.792", + "min": "237.736", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "300.689", + "max": "367.172", + "min": "294.013", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "280.396", + "max": "349.772", + "min": "274.255", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "307.791", + "max": "444.285", + "min": "284.087", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "285.123", + "max": "304.647", + "min": "281.193", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "249.776", + "max": "261.673", + "min": "244.126", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "258.368", + "max": "416.433", + "min": "242.139", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "243.81", + "max": "302.792", + "min": "235.594", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "364.394", + "max": "887.522", + "min": "260.907", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "315.887", + "max": "455.308", + "min": "296.795", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "275.089", + "max": "371.595", + "min": "260.127", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "273.752", + "max": "343.58", + "min": "245.712", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "220.124", + "max": "236.951", + "min": "215.084", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "316.286", + "max": "487.673", + "min": "308.379", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "270.759", + "max": "316.164", + "min": "264.821", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "286.462", + "max": "324.818", + "min": "282.145", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "281.849", + "max": "557.184", + "min": "228.334", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "399.697", + "max": "440.845", + "min": "393.645", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "259.383", + "max": "281.983", + "min": "253.537", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "267.732", + "max": "344.811", + "min": "255.692", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "521.973", + "max": "1150.51", + "min": "266.385", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "176.663", + "max": "293.796", + "min": "144.709", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "314.526", + "max": "429.847", + "min": "285.38", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "250.914", + "max": "371.355", + "min": "229.219", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "248.061", + "max": "324.766", + "min": "239.646", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "248.173", + "max": "391.168", + "min": "237.066", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "389.483", + "max": "611.957", + "min": "353.434", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "165.972", + "max": "190.181", + "min": "161.429", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "420.196", + "max": "434.133", + "min": "413.163", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "398.054", + "max": "949.929", + "min": "367.055", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "233.808", + "max": "265.777", + "min": "227.798", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "385.742", + "max": "404.085", + "min": "383.373", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "214.25", + "max": "222.079", + "min": "210.749", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "279.244", + "max": "325.606", + "min": "266.365", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "299.791", + "max": "343.929", + "min": "290.992", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "259.936", + "max": "396.74", + "min": "236.411", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "262.289", + "max": "419.414", + "min": "233.605", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "182.363", + "max": "249.858", + "min": "171.966", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "153.984", + "max": "165.53", + "min": "151.788", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "395.51", + "max": "876.887", + "min": "368.148", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "216.911", + "max": "419.239", + "min": "172.92", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "250.858", + "max": "256.598", + "min": "248.64", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "199.285", + "max": "543.382", + "min": "164.286", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "262.108", + "max": "296.882", + "min": "258.307", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "52.65", + "max": "94.144", + "min": "44.611", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "165.888", + "max": "375.801", + "min": "153.473", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "250.07", + "max": "280.222", + "min": "244.504", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "305.969", + "max": "531.517", + "min": "275.887", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "211.238", + "max": "462.452", + "min": "167.558", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "194.282", + "max": "230.142", + "min": "189.031", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "394.043", + "max": "842.379", + "min": "301.015", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "336.596", + "max": "358.645", + "min": "333.536", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "282.85", + "max": "341.016", + "min": "272.409", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "281.958", + "max": "613.547", + "min": "244.258", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "286.554", + "max": "367.977", + "min": "274.489", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "179.802", + "max": "240.705", + "min": "173.754", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "179.31", + "max": "466.216", + "min": "159.601", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "285.675", + "max": "295.208", + "min": "282.009", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "138.172", + "max": "231.793", + "min": "129.83", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "196.766", + "max": "636.73", + "min": "172.758", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "337.496", + "max": "488.48", + "min": "289.383", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "189.005", + "max": "354.526", + "min": "167.88", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "259.083", + "max": "352.573", + "min": "249.71", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "434.278", + "max": "625.857", + "min": "408.524", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "202.261", + "max": "202.261", + "min": "202.261", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "289.713", + "max": "711.472", + "min": "231.338", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "251.112", + "max": "304.18", + "min": "245.669", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "354.749", + "max": "662.034", + "min": "326.364", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "284.318", + "max": "586.596", + "min": "234.921", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "265.524", + "max": "284.278", + "min": "259.199", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "432.051", + "max": "564.706", + "min": "398.933", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "328.647", + "max": "705.036", + "min": "300.383", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "186.641", + "max": "277.386", + "min": "180.599", + "id": "167", + "country": "Uruguay", + "source_name": "Montevideo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "168": { + "name": "San Juan", + "data": { + "0": { + "avg": "114.644", + "max": "114.931", + "min": "114.454", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "240.871", + "max": "241.138", + "min": "240.633", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "47.428", + "max": "47.577", + "min": "47.293", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "138.671", + "max": "147.508", + "min": "137.81", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "118.122", + "max": "118.703", + "min": "117.896", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "213.474", + "max": "213.644", + "min": "213.401", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "133.057", + "max": "133.585", + "min": "132.872", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "249.66", + "max": "261.804", + "min": "248.586", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "169.823", + "max": "171.067", + "min": "169.617", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "147.336", + "max": "147.842", + "min": "147.154", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "112.046", + "max": "113.473", + "min": "111.783", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "65.119", + "max": "65.365", + "min": "64.956", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "40.868", + "max": "41.02", + "min": "40.732", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "44.618", + "max": "48.474", + "min": "44.299", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "29.911", + "max": "30.665", + "min": "29.76", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "33.827", + "max": "34.131", + "min": "33.102", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "123.539", + "max": "123.775", + "min": "123.33", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "45.169", + "max": "45.403", + "min": "45.055", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "123.892", + "max": "124.114", + "min": "123.735", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "139.556", + "max": "139.816", + "min": "139.442", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "245.176", + "max": "245.303", + "min": "245.056", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "54.58", + "max": "54.693", + "min": "54.455", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "96.555", + "max": "96.854", + "min": "96.352", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "107.252", + "max": "107.597", + "min": "107.139", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "148.426", + "max": "148.86", + "min": "148.132", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "134.436", + "max": "135.049", + "min": "134.302", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "134.53", + "max": "136.487", + "min": "134.316", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "143.591", + "max": "144.131", + "min": "143.462", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "125.879", + "max": "126.01", + "min": "125.768", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "95.565", + "max": "95.83", + "min": "95.383", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "292.439", + "max": "292.673", + "min": "292.306", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "154.561", + "max": "154.737", + "min": "154.45", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "83.354", + "max": "83.511", + "min": "83.225", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "155.248", + "max": "155.373", + "min": "155.153", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "126.362", + "max": "127.886", + "min": "126.047", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "279.46", + "max": "282.525", + "min": "279.029", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "94.474", + "max": "94.555", + "min": "94.411", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "79.569", + "max": "79.964", + "min": "79.338", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "64.128", + "max": "65.281", + "min": "63.923", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "35.863", + "max": "37.058", + "min": "35.613", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "249.423", + "max": "253.222", + "min": "248.857", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "122.155", + "max": "123.836", + "min": "121.681", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "142.024", + "max": "142.152", + "min": "141.904", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "141.098", + "max": "151.336", + "min": "140.583", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "244.706", + "max": "245.418", + "min": "244.581", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "157.524", + "max": "158.27", + "min": "157.043", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "143.139", + "max": "143.834", + "min": "142.981", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "95.141", + "max": "96.463", + "min": "94.794", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "176.125", + "max": "176.772", + "min": "175.09", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "83.961", + "max": "84.035", + "min": "83.857", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "49.017", + "max": "49.474", + "min": "48.78", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "102.944", + "max": "103.295", + "min": "102.685", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "121.173", + "max": "212.626", + "min": "114.396", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "63.305", + "max": "63.708", + "min": "63.084", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "251.633", + "max": "260.847", + "min": "248.633", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "287.919", + "max": "288.568", + "min": "287.727", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "125.442", + "max": "127.738", + "min": "124.427", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "257.941", + "max": "258.062", + "min": "257.855", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "157.589", + "max": "158.553", + "min": "157.249", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "126.982", + "max": "127.103", + "min": "126.86", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "175.145", + "max": "176.75", + "min": "174.685", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "167.925", + "max": "223.081", + "min": "165.602", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "285.992", + "max": "385.653", + "min": "280.041", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "268.762", + "max": "269.623", + "min": "268.553", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "159.64", + "max": "160.475", + "min": "159.449", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "168.114", + "max": "168.618", + "min": "167.981", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "38.155", + "max": "38.342", + "min": "38.007", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "149.176", + "max": "149.659", + "min": "148.57", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "155.447", + "max": "157.219", + "min": "154.738", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "76.83", + "max": "79.629", + "min": "76.604", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "241.275", + "max": "241.828", + "min": "241.091", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "92.357", + "max": "94.885", + "min": "91.957", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "72.367", + "max": "73.238", + "min": "72.144", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "53.698", + "max": "53.816", + "min": "53.603", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "150.665", + "max": "151.179", + "min": "150.492", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "165.901", + "max": "166.036", + "min": "165.756", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "40.276", + "max": "40.388", + "min": "40.127", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "94.867", + "max": "99.752", + "min": "94.469", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "53.122", + "max": "53.897", + "min": "52.863", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "52.058", + "max": "52.188", + "min": "51.87", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "100.686", + "max": "100.896", + "min": "100.558", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "54.412", + "max": "55.754", + "min": "54.179", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "262.256", + "max": "262.406", + "min": "261.707", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "283.021", + "max": "284.161", + "min": "282.831", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "101.861", + "max": "102.012", + "min": "101.755", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "173.278", + "max": "174.563", + "min": "172.954", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "117.398", + "max": "118.264", + "min": "117.111", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "55.51", + "max": "55.69", + "min": "55.376", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "59.488", + "max": "59.66", + "min": "59.328", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "110.45", + "max": "111.576", + "min": "110.25", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "64.132", + "max": "66.782", + "min": "63.253", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "103.509", + "max": "103.983", + "min": "103.323", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "110.766", + "max": "110.889", + "min": "110.675", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "225.515", + "max": "225.913", + "min": "225.303", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "50.896", + "max": "51.095", + "min": "50.762", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "35.691", + "max": "35.809", + "min": "35.559", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "103.115", + "max": "103.298", + "min": "102.945", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "84.76", + "max": "88.392", + "min": "84.27", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "108.288", + "max": "108.463", + "min": "108.178", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "51.34", + "max": "52.523", + "min": "51.113", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "77.204", + "max": "77.325", + "min": "77.08", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "123.587", + "max": "123.801", + "min": "123.402", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "181.895", + "max": "182.921", + "min": "181.709", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "262.95", + "max": "266.098", + "min": "262.293", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "60.722", + "max": "62.697", + "min": "60.464", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "231.388", + "max": "233.372", + "min": "230.973", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "118.033", + "max": "120.253", + "min": "117.745", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "39.817", + "max": "39.957", + "min": "39.634", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "51.303", + "max": "51.491", + "min": "51.157", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "225.099", + "max": "226.021", + "min": "224.948", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "247.64", + "max": "247.935", + "min": "247.409", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "217.806", + "max": "217.987", + "min": "217.633", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "39.064", + "max": "39.281", + "min": "38.912", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "242.491", + "max": "243.546", + "min": "242.217", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "478.368", + "max": "593.04", + "min": "307.177", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "264.545", + "max": "349.333", + "min": "180.565", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "289.68", + "max": "298.287", + "min": "289.12", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "199.862", + "max": "200.884", + "min": "199.624", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "71.126", + "max": "72.945", + "min": "70.852", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "60.845", + "max": "61.311", + "min": "60.605", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "74.063", + "max": "77.819", + "min": "73.678", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "135.438", + "max": "285.615", + "min": "52.635", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "183.773", + "max": "184.756", + "min": "183.569", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "161.706", + "max": "304.007", + "min": "155.571", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "153.669", + "max": "153.802", + "min": "153.575", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "139.463", + "max": "140.382", + "min": "138.809", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "52.594", + "max": "53.037", + "min": "52.446", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "367.665", + "max": "368.154", + "min": "367.467", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "225.305", + "max": "225.807", + "min": "225.109", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "135.937", + "max": "136.074", + "min": "135.853", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "57.895", + "max": "58.119", + "min": "57.759", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "53.075", + "max": "53.548", + "min": "52.883", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "60.256", + "max": "60.398", + "min": "60.095", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "244.056", + "max": "245.494", + "min": "243.21", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "78.695", + "max": "79.638", + "min": "78.573", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "46.122", + "max": "46.26", + "min": "45.971", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "88.615", + "max": "105.194", + "min": "86.928", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "75.289", + "max": "75.632", + "min": "75.093", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "63.016", + "max": "63.136", + "min": "62.836", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "42.822", + "max": "43.039", + "min": "42.691", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "137.836", + "max": "138.482", + "min": "137.593", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "284.406", + "max": "285.605", + "min": "283.843", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "150.212", + "max": "150.406", + "min": "150.077", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "141.794", + "max": "142.075", + "min": "141.485", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "142.163", + "max": "158.21", + "min": "141.428", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "117.825", + "max": "118.289", + "min": "117.612", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "150.042", + "max": "154.77", + "min": "149.721", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "281.145", + "max": "282.253", + "min": "280.961", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "114.015", + "max": "114.153", + "min": "113.893", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "115.815", + "max": "115.937", + "min": "115.717", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "121.673", + "max": "132.117", + "min": "119.661", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "200.811", + "max": "200.977", + "min": "200.662", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "140.424", + "max": "142.959", + "min": "140.176", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "123.513", + "max": "124.087", + "min": "123.289", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "39.125", + "max": "39.255", + "min": "39.039", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "101.314", + "max": "101.643", + "min": "101.028", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "158.538", + "max": "158.975", + "min": "158.328", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "260.232", + "max": "306.493", + "min": "252.307", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "78.625", + "max": "78.891", + "min": "78.41", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "196.061", + "max": "284.533", + "min": "188.416", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "0.039", + "max": "0.068", + "min": "0.026", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "506.919", + "max": "507.5", + "min": "506.432", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "154.819", + "max": "155.34", + "min": "154.595", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "39.638", + "max": "41.051", + "min": "39.463", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "225.044", + "max": "225.472", + "min": "224.871", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "294.699", + "max": "294.913", + "min": "294.591", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "197.258", + "max": "198.738", + "min": "197.007", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "98.633", + "max": "99.413", + "min": "98.467", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "265.625", + "max": "273.152", + "min": "263.134", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "47.909", + "max": "48.195", + "min": "47.668", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "43.048", + "max": "43.193", + "min": "42.945", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "122.203", + "max": "127.647", + "min": "121.559", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "309.777", + "max": "309.964", + "min": "309.661", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "115.984", + "max": "117.46", + "min": "115.791", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "124.935", + "max": "125.42", + "min": "124.68", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "142.662", + "max": "150.732", + "min": "142.077", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "137.236", + "max": "137.341", + "min": "137.133", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "117.578", + "max": "118.372", + "min": "117.293", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "168.664", + "max": "169.967", + "min": "168.314", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "163.014", + "max": "163.281", + "min": "162.887", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "171.209", + "max": "172.497", + "min": "171.006", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "151.539", + "max": "152.353", + "min": "151.369", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "126.273", + "max": "136.492", + "min": "125.403", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "120.284", + "max": "120.463", + "min": "120.119", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "127.513", + "max": "127.674", + "min": "127.416", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "152.563", + "max": "152.825", + "min": "152.436", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "165.172", + "max": "165.372", + "min": "164.973", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "141.901", + "max": "161.222", + "min": "140.199", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "135.042", + "max": "164.56", + "min": "121.658", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "116.492", + "max": "116.768", + "min": "116.315", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "174.175", + "max": "174.879", + "min": "173.978", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "146.516", + "max": "167.539", + "min": "145.649", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "152.463", + "max": "153.108", + "min": "151.972", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "125.289", + "max": "140.76", + "min": "123.929", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "289.966", + "max": "292.158", + "min": "289.451", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "124.925", + "max": "125.278", + "min": "124.778", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "136.039", + "max": "136.209", + "min": "135.908", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "151.252", + "max": "151.381", + "min": "151.159", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "100.827", + "max": "108.549", + "min": "99.218", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "166.936", + "max": "167.226", + "min": "166.748", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "120.623", + "max": "127.632", + "min": "120.081", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "131.177", + "max": "134.576", + "min": "130.873", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "122.563", + "max": "125.663", + "min": "121.101", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "251.92", + "max": "252.925", + "min": "251.683", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "43.954", + "max": "47.225", + "min": "43.18", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "267.032", + "max": "271.402", + "min": "263.072", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "268.317", + "max": "268.487", + "min": "268.198", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "130.04", + "max": "130.438", + "min": "129.877", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "252.975", + "max": "254.114", + "min": "252.787", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "135.08", + "max": "135.241", + "min": "134.838", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "141.25", + "max": "141.382", + "min": "141.133", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "173.809", + "max": "174.421", + "min": "173.58", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "115.027", + "max": "115.955", + "min": "114.632", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "133.329", + "max": "135.089", + "min": "132.86", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "56.542", + "max": "56.689", + "min": "56.447", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "68.072", + "max": "68.187", + "min": "67.982", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "285.657", + "max": "377.454", + "min": "282.102", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "45.723", + "max": "45.893", + "min": "45.644", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "128.346", + "max": "128.558", + "min": "128.203", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "45.85", + "max": "46.009", + "min": "45.742", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "139.458", + "max": "139.639", + "min": "139.324", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "158.676", + "max": "159.654", + "min": "158.492", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "73.452", + "max": "76.759", + "min": "69.705", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "129.565", + "max": "129.752", + "min": "129.401", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "144.719", + "max": "146.721", + "min": "143.939", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "101.451", + "max": "103.647", + "min": "100.717", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "237.056", + "max": "242.844", + "min": "236.553", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "271.57", + "max": "271.886", + "min": "271.4", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "207.232", + "max": "207.898", + "min": "207.007", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "151.248", + "max": "151.491", + "min": "151.14", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "116.062", + "max": "116.263", + "min": "115.964", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "154.479", + "max": "154.579", + "min": "154.378", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "50.555", + "max": "53.699", + "min": "50.102", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "38.462", + "max": "38.704", + "min": "38.334", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "167.336", + "max": "171.282", + "min": "165.744", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "98.884", + "max": "100.323", + "min": "97.876", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "67.563", + "max": "69.144", + "min": "66.376", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "168.445", + "max": "169.104", + "min": "168.184", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "65.675", + "max": "66.594", + "min": "65.424", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "125.956", + "max": "131.349", + "min": "125.445", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "272.299", + "max": "276.484", + "min": "260.738", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "128.483", + "max": "128.483", + "min": "128.483", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "109.586", + "max": "109.727", + "min": "109.485", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "126.884", + "max": "127.236", + "min": "126.733", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "206.607", + "max": "206.82", + "min": "206.393", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "129.231", + "max": "142.575", + "min": "121.627", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "164.239", + "max": "164.355", + "min": "164.125", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "255.985", + "max": "256.585", + "min": "255.717", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "186.909", + "max": "187.645", + "min": "186.603", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "58.737", + "max": "64.527", + "min": "58.007", + "id": "168", + "country": "Puerto Rico", + "source_name": "San Juan", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "213": { + "name": "Bogota", + "data": { + "0": { + "avg": "115.999", + "max": "117.982", + "min": "115.645", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "305.831", + "max": "309.816", + "min": "297.131", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "131.548", + "max": "140.566", + "min": "122.965", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "188.947", + "max": "197.978", + "min": "187.763", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "169.808", + "max": "170.831", + "min": "169.538", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "268.01", + "max": "272.202", + "min": "259.387", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "176.306", + "max": "176.941", + "min": "176.04", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "277.024", + "max": "285.044", + "min": "274.31", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "212.835", + "max": "215.021", + "min": "212.565", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "189.59", + "max": "196.329", + "min": "188.624", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "150.948", + "max": "151.282", + "min": "150.71", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "87.934", + "max": "93.948", + "min": "86.168", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "86.023", + "max": "86.305", + "min": "85.807", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "91.519", + "max": "100.043", + "min": "90.53", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "62.192", + "max": "69.939", + "min": "61.363", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "116.388", + "max": "119.975", + "min": "106.403", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "184.697", + "max": "192.969", + "min": "183.647", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "79.402", + "max": "84.557", + "min": "75.548", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "167.718", + "max": "174.154", + "min": "166.318", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "192.348", + "max": "192.469", + "min": "192.156", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "274.392", + "max": "282.885", + "min": "272.98", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "104.041", + "max": "109.61", + "min": "100.746", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "138.549", + "max": "147.976", + "min": "136.821", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "136.661", + "max": "146.044", + "min": "136.054", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "209.123", + "max": "210.178", + "min": "208.697", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "173.529", + "max": "182.41", + "min": "171.553", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "187.369", + "max": "196.661", + "min": "186.581", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "200.361", + "max": "211.189", + "min": "199.658", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "175.549", + "max": "184.397", + "min": "174.043", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "136.413", + "max": "143.983", + "min": "134.433", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "310.364", + "max": "320.417", + "min": "308.725", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "188.054", + "max": "198.285", + "min": "186.641", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "109.732", + "max": "119.355", + "min": "108.871", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "204.592", + "max": "205.188", + "min": "204.323", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "178.327", + "max": "188.161", + "min": "177.205", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "308.126", + "max": "319.328", + "min": "307.425", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "124.401", + "max": "124.577", + "min": "124.251", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "223.757", + "max": "234.564", + "min": "223.011", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "90.865", + "max": "99.222", + "min": "88.987", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "82.495", + "max": "88.371", + "min": "81.055", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "298.181", + "max": "309.491", + "min": "296.454", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "176.072", + "max": "185.519", + "min": "175.13", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "196.045", + "max": "196.403", + "min": "195.839", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "189.247", + "max": "193.587", + "min": "188.81", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "344.574", + "max": "351.526", + "min": "344.052", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "204.458", + "max": "208.46", + "min": "201.895", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "181.84", + "max": "190.67", + "min": "179.982", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "4.784", + "max": "6.588", + "min": "4.556", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "104.124", + "max": "120.365", + "min": "91.154", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "94.676", + "max": "94.976", + "min": "94.47", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "95.721", + "max": "96.707", + "min": "95.534", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "180.096", + "max": "184.04", + "min": "175.126", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "225.89", + "max": "254.657", + "min": "169.779", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "117.971", + "max": "123.432", + "min": "116.359", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "301.247", + "max": "312.743", + "min": "296.99", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "347.283", + "max": "354.473", + "min": "346.664", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "184.981", + "max": "186.861", + "min": "184.059", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "274.329", + "max": "282.072", + "min": "272.04", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "184.594", + "max": "185.821", + "min": "184.349", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "177.853", + "max": "186.741", + "min": "176.807", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "221.487", + "max": "227.663", + "min": "220.391", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "217.567", + "max": "249.329", + "min": "211.089", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "338.869", + "max": "409.509", + "min": "324.507", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "331.131", + "max": "338.569", + "min": "330.433", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "210.824", + "max": "212.214", + "min": "210.55", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "205.074", + "max": "215.621", + "min": "202.194", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "89.235", + "max": "89.637", + "min": "89.019", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "209.909", + "max": "220.522", + "min": "209.128", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "201.901", + "max": "210.084", + "min": "200.864", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "158.673", + "max": "165.842", + "min": "146.849", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "315.191", + "max": "318.741", + "min": "314.861", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "122.647", + "max": "132.721", + "min": "121.786", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "129.306", + "max": "129.904", + "min": "128.948", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "110.733", + "max": "114.093", + "min": "102.905", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "200.282", + "max": "208.956", + "min": "199.321", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "163.077", + "max": "163.494", + "min": "162.851", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "79.288", + "max": "85.25", + "min": "77.441", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "140.059", + "max": "183.901", + "min": "138.283", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "103.591", + "max": "111.07", + "min": "101.77", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "130.993", + "max": "138.382", + "min": "119.464", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "165.832", + "max": "171.591", + "min": "165.385", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "104.553", + "max": "107.004", + "min": "104.231", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "439.195", + "max": "449.663", + "min": "438.007", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "338.771", + "max": "346.219", + "min": "336.953", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "116.918", + "max": "117.491", + "min": "116.752", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "230.706", + "max": "232.199", + "min": "230.307", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "165.684", + "max": "166.219", + "min": "165.393", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "99.903", + "max": "103.768", + "min": "91.81", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "91.263", + "max": "92.537", + "min": "91.039", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "160.677", + "max": "169.624", + "min": "158.801", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "110.06", + "max": "117.645", + "min": "109.147", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "140.301", + "max": "140.747", + "min": "140.084", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "163.779", + "max": "164.241", + "min": "163.613", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "289.828", + "max": "298.356", + "min": "288.841", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "94.867", + "max": "100.317", + "min": "94.293", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "97.658", + "max": "106.324", + "min": "87.992", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "142.488", + "max": "145.71", + "min": "135.228", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "116.765", + "max": "142.155", + "min": "115.284", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "172.123", + "max": "183.461", + "min": "163.658", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "96.321", + "max": "104.725", + "min": "95.35", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "111.172", + "max": "115.42", + "min": "110.828", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "149.003", + "max": "157.609", + "min": "147.383", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "214.347", + "max": "227.411", + "min": "211.832", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "302.568", + "max": "304.156", + "min": "302.052", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "100.812", + "max": "109.196", + "min": "99.74", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "258.774", + "max": "259.689", + "min": "258.305", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "137.533", + "max": "139.629", + "min": "137.22", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "103.303", + "max": "114.76", + "min": "99.571", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "114.683", + "max": "119.442", + "min": "102.232", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "286.189", + "max": "289.19", + "min": "285.157", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "295.207", + "max": "298.125", + "min": "294.896", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "263.961", + "max": "272.092", + "min": "262.714", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "97.265", + "max": "103.259", + "min": "94.732", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "376.379", + "max": "385.473", + "min": "374.605", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "518.021", + "max": "627.457", + "min": "361.906", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "337.729", + "max": "443.309", + "min": "251.612", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "327.908", + "max": "337.502", + "min": "327.141", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "219.958", + "max": "221.707", + "min": "219.686", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "100.989", + "max": "101.156", + "min": "100.75", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "103.738", + "max": "104.933", + "min": "103.248", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "107.531", + "max": "114.482", + "min": "105.78", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "167.193", + "max": "312.807", + "min": "85.871", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "159.893", + "max": "167.743", + "min": "159.15", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "210.243", + "max": "359.565", + "min": "204.057", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "192.704", + "max": "199.541", + "min": "191.381", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "186.103", + "max": "187.957", + "min": "185.587", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "86.955", + "max": "87.377", + "min": "86.699", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "369.903", + "max": "377.081", + "min": "369.247", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "272.786", + "max": "282.344", + "min": "271.541", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "176.073", + "max": "190.1", + "min": "174.534", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "101.601", + "max": "110.295", + "min": "100.292", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "97.767", + "max": "106.239", + "min": "94.953", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "141.788", + "max": "150.083", + "min": "126.735", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "258.361", + "max": "265.777", + "min": "257.1", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "136.394", + "max": "140.3", + "min": "129.894", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "98.712", + "max": "98.969", + "min": "98.424", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "116.134", + "max": "121.766", + "min": "115.089", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "138.498", + "max": "146.884", + "min": "127.314", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "93.293", + "max": "100.523", + "min": "92.763", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "95.524", + "max": "97.819", + "min": "95.277", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "191.346", + "max": "198.444", + "min": "190.11", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "372.991", + "max": "387.034", + "min": "371.272", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "202.712", + "max": "202.9", + "min": "202.565", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "194.953", + "max": "200.779", + "min": "188.007", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "180.691", + "max": "193.831", + "min": "178.313", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "180.792", + "max": "187.236", + "min": "177.027", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "208.785", + "max": "218.606", + "min": "207.834", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "329.021", + "max": "339.023", + "min": "328.084", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "168.08", + "max": "178.738", + "min": "167.581", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "160.318", + "max": "160.52", + "min": "160.119", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "174.955", + "max": "205.599", + "min": "171.758", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "244.736", + "max": "255.098", + "min": "243.917", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "196.98", + "max": "197.517", + "min": "196.736", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "168.348", + "max": "174.727", + "min": "167.773", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "93.909", + "max": "94.156", + "min": "93.775", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "149.704", + "max": "150.737", + "min": "149.446", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "199.388", + "max": "205.727", + "min": "198.813", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "275.899", + "max": "322.183", + "min": "267.999", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "143.462", + "max": "152.203", + "min": "142.978", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "211.186", + "max": "301.322", + "min": "183.034", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "102.293", + "max": "110.909", + "min": "99.291", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "535.105", + "max": "536.371", + "min": "534.415", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "206.199", + "max": "207.653", + "min": "205.919", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "99.192", + "max": "104.784", + "min": "95.84", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "269.845", + "max": "271.917", + "min": "269.444", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "324.015", + "max": "324.453", + "min": "323.82", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "244.059", + "max": "248.939", + "min": "243.676", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "119.401", + "max": "127.127", + "min": "118.379", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "313.483", + "max": "324.197", + "min": "306.133", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "104.926", + "max": "111.839", + "min": "102.889", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "88.707", + "max": "89.319", + "min": "88.503", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "175.69", + "max": "178.899", + "min": "175.213", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "294.709", + "max": "294.977", + "min": "294.544", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "165.879", + "max": "173.487", + "min": "163.079", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "180.816", + "max": "189.361", + "min": "178.937", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "190.354", + "max": "202.903", + "min": "189.438", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "187.527", + "max": "197.243", + "min": "186.719", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "170.294", + "max": "178.261", + "min": "169.183", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "221.946", + "max": "222.235", + "min": "221.686", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "201.843", + "max": "207.48", + "min": "201.436", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "206.332", + "max": "211.686", + "min": "205.982", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "205.039", + "max": "216.215", + "min": "199.588", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "168.74", + "max": "177.791", + "min": "168.159", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "178.547", + "max": "184.734", + "min": "177.555", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "161.156", + "max": "172.424", + "min": "160.501", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "186.773", + "max": "194.138", + "min": "185.72", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "215.546", + "max": "216.301", + "min": "215.177", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "193.191", + "max": "205.598", + "min": "191.922", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "207.319", + "max": "246.682", + "min": "179.75", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "153.748", + "max": "158.239", + "min": "151.413", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "209.171", + "max": "218.324", + "min": "207.496", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "198.257", + "max": "200.965", + "min": "197.92", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "200.78", + "max": "201.317", + "min": "200.199", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "162.975", + "max": "169.19", + "min": "160.21", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "352.915", + "max": "376.093", + "min": "343.33", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "178.201", + "max": "188.652", + "min": "177.607", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "181.22", + "max": "181.772", + "min": "181.021", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "188.934", + "max": "196.981", + "min": "188.484", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "0.107", + "max": "0.543", + "min": "0.028", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "224.039", + "max": "231.64", + "min": "221.807", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "169.444", + "max": "171.414", + "min": "169.126", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "176.305", + "max": "180.853", + "min": "175.397", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "173.165", + "max": "180.73", + "min": "171.738", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "275.055", + "max": "286.617", + "min": "272.098", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "87.856", + "max": "93.665", + "min": "87.109", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "327.872", + "max": "334.787", + "min": "307.09", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "325.001", + "max": "334.354", + "min": "322.192", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "164.816", + "max": "173.611", + "min": "163.104", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "293.206", + "max": "293.763", + "min": "292.916", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "144.927", + "max": "145.395", + "min": "144.671", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "198.562", + "max": "206.984", + "min": "198.038", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "229.537", + "max": "236.794", + "min": "229.078", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "168.426", + "max": "175.58", + "min": "167.031", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "176.216", + "max": "184.864", + "min": "173.29", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "131.032", + "max": "135.461", + "min": "120.231", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "93.753", + "max": "94.423", + "min": "93.609", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "334.876", + "max": "337.126", + "min": "334.557", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "93.652", + "max": "103.691", + "min": "92.069", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "168.343", + "max": "174.582", + "min": "166.337", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "98.326", + "max": "98.759", + "min": "98.175", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "175.941", + "max": "183.046", + "min": "175.046", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "194.361", + "max": "203.016", + "min": "193.193", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "84.967", + "max": "89.669", + "min": "81.588", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "173.044", + "max": "182.348", + "min": "172.238", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "191.941", + "max": "196.331", + "min": "190.435", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "130.466", + "max": "142.229", + "min": "117.772", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "233.772", + "max": "242.891", + "min": "232.92", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "309.179", + "max": "320.315", + "min": "308.55", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "240.103", + "max": "248.728", + "min": "239.021", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "197.661", + "max": "197.996", + "min": "197.455", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "177.092", + "max": "177.448", + "min": "176.935", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "203.526", + "max": "204.396", + "min": "203.278", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "110.891", + "max": "115.718", + "min": "105.184", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "87.447", + "max": "94.887", + "min": "85.32", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "217.84", + "max": "224.91", + "min": "214.594", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "26.285", + "max": "26.592", + "min": "26.039", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "98.655", + "max": "104.869", + "min": "96.792", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "213.752", + "max": "222.131", + "min": "212.851", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "105.821", + "max": "106.384", + "min": "105.459", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "164.172", + "max": "172.563", + "min": "161.424", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "307.346", + "max": "319.329", + "min": "295.236", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "130.122", + "max": "130.122", + "min": "130.122", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "164.011", + "max": "171.527", + "min": "162.441", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "178.97", + "max": "185.528", + "min": "178.36", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "259.315", + "max": "260.01", + "min": "259.008", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "170.87", + "max": "178.572", + "min": "163.112", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "187.391", + "max": "194.881", + "min": "185.586", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "341.611", + "max": "343.499", + "min": "341.298", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "271.86", + "max": "278.769", + "min": "268.435", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "105.711", + "max": "114.877", + "min": "104.803", + "id": "213", + "country": "Colombia", + "source_name": "Bogota", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "220": { + "name": "La Ceiba", + "data": { + "0": { + "avg": "132.621", + "max": "139.339", + "min": "131.814", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "217.946", + "max": "220.655", + "min": "217.465", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "15.593", + "max": "20.906", + "min": "14.555", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "102.61", + "max": "110.796", + "min": "101.379", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "81.174", + "max": "93.625", + "min": "80.014", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "178.656", + "max": "184.888", + "min": "178.142", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "89.605", + "max": "111.198", + "min": "86.579", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "224.511", + "max": "241.24", + "min": "221.455", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "117.08", + "max": "126.224", + "min": "116.224", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "99.052", + "max": "102.575", + "min": "98.285", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "73.457", + "max": "76.306", + "min": "72.815", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "44.09", + "max": "61.04", + "min": "42.518", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "4.722", + "max": "10.398", + "min": "4.128", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "12.244", + "max": "18.854", + "min": "11.109", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "35.136", + "max": "41.872", + "min": "34.627", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "11.579", + "max": "30.207", + "min": "10.009", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "106.219", + "max": "110.364", + "min": "105.048", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "19.367", + "max": "21.474", + "min": "18.913", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "91.645", + "max": "97.321", + "min": "90.813", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "107.688", + "max": "115.179", + "min": "107.161", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "218.669", + "max": "220.646", + "min": "218.289", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "24.449", + "max": "25.532", + "min": "24.147", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "74.623", + "max": "79.78", + "min": "72.97", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "72.841", + "max": "86.699", + "min": "71.604", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "102.692", + "max": "107.571", + "min": "101.17", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "89.227", + "max": "101.743", + "min": "87.746", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "97.764", + "max": "109.475", + "min": "96.846", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "114.81", + "max": "118.388", + "min": "114.018", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "92.506", + "max": "96.946", + "min": "91.428", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "70.666", + "max": "76.998", + "min": "69.54", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "259.896", + "max": "264.406", + "min": "259.213", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "115.733", + "max": "125.778", + "min": "114.366", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "70.605", + "max": "74.135", + "min": "69.901", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "130.141", + "max": "135.449", + "min": "129.209", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "107.514", + "max": "114.115", + "min": "105.618", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "243.386", + "max": "251.155", + "min": "242.426", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "68.071", + "max": "70.521", + "min": "67.642", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "57.094", + "max": "66.491", + "min": "56.102", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "42.499", + "max": "45.16", + "min": "42.083", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "14.274", + "max": "22.974", + "min": "13.382", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "220.009", + "max": "225.798", + "min": "217.337", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "84.832", + "max": "90.94", + "min": "83.278", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "115.621", + "max": "121.53", + "min": "114.78", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "104.256", + "max": "111.845", + "min": "103.462", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "216.855", + "max": "223.503", + "min": "216.137", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "107.332", + "max": "114.174", + "min": "106.059", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "102.813", + "max": "124.43", + "min": "101.183", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "87.884", + "max": "93.35", + "min": "87.255", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "169.321", + "max": "171.352", + "min": "168.832", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "50.257", + "max": "52.201", + "min": "49.667", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "11.963", + "max": "18.373", + "min": "11.335", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "70.183", + "max": "76.137", + "min": "69.577", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "127.391", + "max": "144.637", + "min": "114.461", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "34.411", + "max": "49.73", + "min": "32.995", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "239.448", + "max": "260.51", + "min": "232.852", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "274.834", + "max": "278.161", + "min": "274.233", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "117.186", + "max": "130.418", + "min": "115.075", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "216.241", + "max": "224.119", + "min": "214.791", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "122.305", + "max": "137.525", + "min": "120.219", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "103.895", + "max": "106.673", + "min": "103.566", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "128.355", + "max": "140.4", + "min": "126.792", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "136.492", + "max": "195.85", + "min": "129.602", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "269.623", + "max": "327.819", + "min": "259.04", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "282.863", + "max": "289.588", + "min": "280.975", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "124.85", + "max": "139.238", + "min": "123.036", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "129.588", + "max": "134.623", + "min": "128.886", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "6.106", + "max": "8.442", + "min": "5.483", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "127.432", + "max": "145.273", + "min": "125.74", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "135.985", + "max": "146.137", + "min": "133.7", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "47.207", + "max": "61.404", + "min": "45.842", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "227.449", + "max": "234.973", + "min": "226.766", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "69.679", + "max": "79.261", + "min": "67.6", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "78.302", + "max": "83.658", + "min": "77.615", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "26.561", + "max": "33.595", + "min": "25.624", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "111.386", + "max": "117.232", + "min": "110.432", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "83.857", + "max": "95.661", + "min": "81.369", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "19.627", + "max": "21.051", + "min": "19.174", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "74.94", + "max": "80.905", + "min": "73.898", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "21.689", + "max": "33.836", + "min": "20.426", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "23.376", + "max": "35.399", + "min": "21.511", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "74.177", + "max": "78.72", + "min": "73.678", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "20.837", + "max": "26.437", + "min": "18.949", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "267.666", + "max": "270.825", + "min": "266.492", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "246.305", + "max": "253.722", + "min": "245.248", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "52.984", + "max": "61.647", + "min": "52.13", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "148.774", + "max": "150.865", + "min": "148.014", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "87.861", + "max": "97.383", + "min": "86.598", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "37.254", + "max": "49.215", + "min": "36.495", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "28.395", + "max": "36.008", + "min": "27.723", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "78.461", + "max": "84.979", + "min": "77.656", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "33.13", + "max": "41.338", + "min": "32.053", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "73.949", + "max": "80.298", + "min": "73.465", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "100.316", + "max": "104.754", + "min": "99.647", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "200.525", + "max": "212.227", + "min": "198.459", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "14.331", + "max": "18.863", + "min": "13.494", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "51.49", + "max": "61.084", + "min": "50.117", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "81.351", + "max": "85.154", + "min": "80.831", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "64.177", + "max": "91.646", + "min": "61.296", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "76.361", + "max": "82.806", + "min": "75.079", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "22.784", + "max": "25.903", + "min": "22.203", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "32.313", + "max": "37.281", + "min": "31.43", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "78.709", + "max": "84.679", + "min": "76.811", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "129.492", + "max": "136.365", + "min": "128.579", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "228.514", + "max": "250.265", + "min": "225.239", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "28.983", + "max": "39.076", + "min": "27.528", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "205.841", + "max": "211.742", + "min": "205.062", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "96.135", + "max": "104.994", + "min": "94.174", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "10.051", + "max": "16.801", + "min": "9.203", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "24.449", + "max": "34.916", + "min": "22.688", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "210.492", + "max": "220.386", + "min": "208.38", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "224.431", + "max": "228.057", + "min": "217.093", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "203.126", + "max": "216.995", + "min": "202.109", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "5.046", + "max": "17.353", + "min": "4.127", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "208.05", + "max": "230.376", + "min": "205.004", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "453.821", + "max": "567.528", + "min": "276.397", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "235.865", + "max": "361.788", + "min": "142.37", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "224.781", + "max": "232.08", + "min": "223.392", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "181.926", + "max": "210.568", + "min": "176.79", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "47.829", + "max": "57.269", + "min": "46.903", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "41.372", + "max": "45.584", + "min": "40.47", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "47.062", + "max": "50.443", + "min": "46.495", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "121.448", + "max": "276.171", + "min": "32.967", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "156.638", + "max": "161.353", + "min": "155.244", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "109.118", + "max": "140.857", + "min": "107.089", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "109.767", + "max": "115.284", + "min": "108.876", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "109.863", + "max": "117.769", + "min": "108.358", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "4.528", + "max": "11.1", + "min": "3.884", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "219.304", + "max": "225.541", + "min": "218.141", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "176.588", + "max": "189.119", + "min": "175.688", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "101.164", + "max": "112.035", + "min": "99.981", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "25.545", + "max": "32.466", + "min": "24.264", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "25.855", + "max": "35.038", + "min": "24.841", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "34.599", + "max": "38.324", + "min": "33.915", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "218.103", + "max": "233.047", + "min": "215.915", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "51.203", + "max": "62.231", + "min": "50.306", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "12.453", + "max": "26.493", + "min": "11.068", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "56.569", + "max": "98.758", + "min": "53.112", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "48.252", + "max": "52.955", + "min": "47.765", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "35.437", + "max": "48.273", + "min": "32.98", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "14.682", + "max": "39.233", + "min": "10.63", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "101.645", + "max": "103.018", + "min": "101.231", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "261.085", + "max": "266.667", + "min": "260.166", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "110.968", + "max": "119.321", + "min": "109.524", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "102.636", + "max": "106.609", + "min": "102.042", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "109.728", + "max": "114.148", + "min": "108.802", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "93.356", + "max": "98.582", + "min": "92.562", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "128.958", + "max": "141.495", + "min": "127.664", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "252.853", + "max": "261.107", + "min": "251.568", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "73.176", + "max": "80.296", + "min": "72.349", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "77.34", + "max": "94.272", + "min": "75.496", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "90.24", + "max": "116.078", + "min": "87.238", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "185.531", + "max": "203.661", + "min": "182.937", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "130.065", + "max": "136.464", + "min": "129.047", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "90.018", + "max": "97.716", + "min": "87.931", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "16.964", + "max": "26.073", + "min": "16.13", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "78.777", + "max": "84.538", + "min": "77.629", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "112.232", + "max": "131.591", + "min": "108.148", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "222.648", + "max": "269.768", + "min": "213.65", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "44.286", + "max": "53.737", + "min": "43.405", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "169.945", + "max": "251.363", + "min": "161.223", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "44.376", + "max": "54.445", + "min": "43.139", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "484.2", + "max": "492.023", + "min": "482.644", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "112.121", + "max": "117.415", + "min": "111.39", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "5.459", + "max": "21.805", + "min": "3.726", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "184.717", + "max": "204.388", + "min": "182.508", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "241.384", + "max": "243.565", + "min": "240.948", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "168.996", + "max": "172.438", + "min": "168.442", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "58.005", + "max": "67.077", + "min": "56.7", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "253.132", + "max": "267.084", + "min": "239.616", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "15.099", + "max": "20.924", + "min": "14.21", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "16.741", + "max": "23.717", + "min": "16.192", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "103.474", + "max": "111.316", + "min": "102.394", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "271.377", + "max": "273.615", + "min": "270.993", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "86.954", + "max": "109.74", + "min": "85.032", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "98.025", + "max": "115.774", + "min": "96.268", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "108.409", + "max": "114.489", + "min": "106.956", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "101.671", + "max": "109.843", + "min": "99.806", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "76.621", + "max": "79.018", + "min": "75.941", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "148.408", + "max": "179.482", + "min": "144.712", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "122.523", + "max": "130.051", + "min": "122.076", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "126.54", + "max": "142.612", + "min": "125.075", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "139.251", + "max": "146.036", + "min": "137.546", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "85.325", + "max": "87.491", + "min": "84.624", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "99.03", + "max": "114.261", + "min": "96.843", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "82.038", + "max": "89.571", + "min": "81.139", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "111.056", + "max": "122.497", + "min": "110.314", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "136.915", + "max": "144.756", + "min": "135.814", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "106.944", + "max": "130.427", + "min": "103.458", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "105.017", + "max": "117.757", + "min": "89.079", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "74.281", + "max": "78.577", + "min": "73.689", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "136.767", + "max": "140.925", + "min": "135.611", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "112.397", + "max": "121.116", + "min": "109.987", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "131.777", + "max": "147.816", + "min": "129.431", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "79.449", + "max": "83.378", + "min": "78.681", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "271.764", + "max": "279.401", + "min": "270.696", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "100.111", + "max": "105.019", + "min": "99.716", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "109.896", + "max": "112.258", + "min": "109.37", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "116.945", + "max": "120.77", + "min": "116.265", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "89.432", + "max": "97.724", + "min": "87.014", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "132.967", + "max": "143.091", + "min": "131.718", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "82.067", + "max": "95.486", + "min": "79.131", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "83.767", + "max": "89.722", + "min": "83.159", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "81.988", + "max": "86.503", + "min": "81.575", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "232.979", + "max": "247.845", + "min": "231.644", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "0.05", + "max": "0.08", + "min": "0.011", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "233.119", + "max": "250.008", + "min": "224.818", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "250.204", + "max": "257.312", + "min": "249.034", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "82.686", + "max": "86.411", + "min": "82.105", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "223.953", + "max": "232.496", + "min": "222.648", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "78.927", + "max": "85.681", + "min": "78.08", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "110.672", + "max": "118.862", + "min": "109.041", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "138.147", + "max": "149.225", + "min": "136.505", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "78.975", + "max": "89.179", + "min": "77.506", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "81.639", + "max": "92.037", + "min": "80.287", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "26.462", + "max": "30.568", + "min": "25.695", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "38.071", + "max": "41.883", + "min": "37.557", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "237.759", + "max": "240.375", + "min": "237.306", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "11.525", + "max": "23.953", + "min": "10.146", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "102.753", + "max": "108.026", + "min": "101.902", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "15.407", + "max": "23.705", + "min": "13.936", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "113.688", + "max": "124.006", + "min": "112.068", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "160.123", + "max": "161.492", + "min": "159.649", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "51.147", + "max": "58.141", + "min": "47.342", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "97.748", + "max": "113.219", + "min": "95.935", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "119.663", + "max": "139.834", + "min": "116.285", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "77.558", + "max": "109.311", + "min": "74.082", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "211.82", + "max": "215.385", + "min": "211.098", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "160.764", + "max": "169.521", + "min": "159.215", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "168.2", + "max": "177.637", + "min": "166.983", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "122.224", + "max": "126.47", + "min": "121.709", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "87.317", + "max": "96.832", + "min": "85.545", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "133.668", + "max": "152.628", + "min": "131.896", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "16.408", + "max": "28.23", + "min": "14.999", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "15.089", + "max": "17.592", + "min": "14.312", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "138.567", + "max": "143.69", + "min": "136.559", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "99.389", + "max": "102.43", + "min": "98.538", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "16.996", + "max": "29.343", + "min": "15.038", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "140.548", + "max": "143.069", + "min": "139.988", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "36.386", + "max": "51.768", + "min": "34.206", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "88.566", + "max": "105.508", + "min": "86.885", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "233.817", + "max": "244.885", + "min": "221.406", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "105.555", + "max": "105.555", + "min": "105.555", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "79.431", + "max": "87.82", + "min": "78.837", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "103.853", + "max": "121.877", + "min": "101.924", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "173.082", + "max": "197.695", + "min": "168.663", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "93.399", + "max": "105.857", + "min": "83.47", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "109.592", + "max": "135.013", + "min": "106.936", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "208.797", + "max": "232.694", + "min": "207.14", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "174.704", + "max": "176.891", + "min": "174.081", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "33.158", + "max": "43.719", + "min": "32.009", + "id": "220", + "country": "Honduras", + "source_name": "La Ceiba", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "238": { + "name": "Brasilia", + "data": { + "0": { + "avg": "68.213", + "max": "68.389", + "min": "68.09", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "353.938", + "max": "355.057", + "min": "353.603", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "142.756", + "max": "182.332", + "min": "141.157", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "231.569", + "max": "238.168", + "min": "230.648", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "236.512", + "max": "277.104", + "min": "234.829", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "318.72", + "max": "319.565", + "min": "318.497", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "207.969", + "max": "290.839", + "min": "204.797", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "362.339", + "max": "369.124", + "min": "361.464", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "255.747", + "max": "256.733", + "min": "255.468", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "258.346", + "max": "271.895", + "min": "256.838", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "224.714", + "max": "225.29", + "min": "224.47", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "161.602", + "max": "162.029", + "min": "161.449", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "156.43", + "max": "156.744", + "min": "156.192", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "136.628", + "max": "137.161", + "min": "136.427", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "121.887", + "max": "127.272", + "min": "121.41", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "135.101", + "max": "135.654", + "min": "134.669", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "220.303", + "max": "220.608", + "min": "220.034", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "140.679", + "max": "141.094", + "min": "140.521", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "210.382", + "max": "213.858", + "min": "210.076", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "252.927", + "max": "267.363", + "min": "252.317", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "358.217", + "max": "359.877", + "min": "358.038", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "182.648", + "max": "372.077", + "min": "175.18", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "209.026", + "max": "227.847", + "min": "192.046", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "199.133", + "max": "203.463", + "min": "198.811", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "233.667", + "max": "428.676", + "min": "225.937", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "236.656", + "max": "637.294", + "min": "221.752", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "209.131", + "max": "209.808", + "min": "208.886", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "214.599", + "max": "216.35", + "min": "214.263", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "221.557", + "max": "221.747", + "min": "221.434", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "186.379", + "max": "191.604", + "min": "186.031", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "376.355", + "max": "419.914", + "min": "373.267", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "247.719", + "max": "248.987", + "min": "247.409", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "184.735", + "max": "205.168", + "min": "183.896", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "238.646", + "max": "239.918", + "min": "238.401", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "247.602", + "max": "248.09", + "min": "247.301", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "368.198", + "max": "370.724", + "min": "367.861", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "176.453", + "max": "176.669", + "min": "176.305", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "177.42", + "max": "178.115", + "min": "177.227", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "148.967", + "max": "149.247", + "min": "148.778", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "137.6", + "max": "153.612", + "min": "136.578", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "335.334", + "max": "343.948", + "min": "334.624", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "247.542", + "max": "252.467", + "min": "246.983", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "253.469", + "max": "255.187", + "min": "253.195", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "230.114", + "max": "279.825", + "min": "226.678", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "374.357", + "max": "375.841", + "min": "374.089", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "227.513", + "max": "245.359", + "min": "226.4", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "259.56", + "max": "618.916", + "min": "247.02", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "192.928", + "max": "286.063", + "min": "189.563", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "45.821", + "max": "56.047", + "min": "44.326", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "158.897", + "max": "185.183", + "min": "157.218", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "135.283", + "max": "135.604", + "min": "135.12", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "194.439", + "max": "241.511", + "min": "190.022", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "247.376", + "max": "337.074", + "min": "237.704", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "157.825", + "max": "158.202", + "min": "157.598", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "344", + "max": "367.981", + "min": "338.773", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "371.932", + "max": "372.424", + "min": "371.634", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "243.004", + "max": "248.299", + "min": "242.144", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "366.946", + "max": "367.508", + "min": "366.795", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "282.562", + "max": "285.71", + "min": "282.195", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "222.684", + "max": "500.786", + "min": "212.876", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "261.665", + "max": "264.652", + "min": "261.133", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "252.374", + "max": "305.223", + "min": "247.82", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "370.892", + "max": "459.527", + "min": "363.783", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "403.985", + "max": "405.658", + "min": "403.625", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "241.773", + "max": "242.38", + "min": "241.265", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "243.419", + "max": "247.386", + "min": "243.072", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "140.843", + "max": "151.131", + "min": "140.235", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "263.975", + "max": "269.59", + "min": "263.408", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "180.769", + "max": "183.749", + "min": "179.987", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "179.828", + "max": "180.333", + "min": "179.669", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "392.102", + "max": "394.957", + "min": "391.706", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "176.593", + "max": "179.609", + "min": "176.175", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "177.963", + "max": "420.617", + "min": "163.712", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "140.603", + "max": "145.752", + "min": "139.902", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "278.556", + "max": "280.003", + "min": "278.31", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "228.457", + "max": "444.251", + "min": "220.54", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "166.941", + "max": "586.361", + "min": "152.053", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "199.298", + "max": "258.304", + "min": "193.54", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "149.41", + "max": "151.322", + "min": "149.044", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "142.987", + "max": "143.214", + "min": "142.733", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "184.032", + "max": "184.445", + "min": "183.724", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "143.047", + "max": "144.715", + "min": "142.716", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "391.393", + "max": "769.371", + "min": "376.66", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "391.222", + "max": "892.889", + "min": "373.548", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "190.311", + "max": "190.971", + "min": "190.16", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "257.637", + "max": "304.475", + "min": "255.644", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "220.649", + "max": "226.039", + "min": "220.045", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "128.941", + "max": "134.391", + "min": "127.808", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "164.296", + "max": "189.56", + "min": "162.522", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "200.139", + "max": "204.443", + "min": "199.495", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "179.007", + "max": "627.889", + "min": "162.89", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "192.017", + "max": "194.032", + "min": "191.579", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "228.267", + "max": "228.514", + "min": "228.155", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "365.605", + "max": "384.239", + "min": "336.119", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "150.014", + "max": "151.081", + "min": "149.706", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "131.429", + "max": "132.33", + "min": "131.135", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "170.755", + "max": "176.779", + "min": "170.263", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "152.722", + "max": "161.103", + "min": "151.657", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "190.02", + "max": "190.307", + "min": "189.874", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "169.501", + "max": "267.37", + "min": "162.865", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "168.988", + "max": "169.485", + "min": "168.863", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "200.632", + "max": "203.726", + "min": "200.326", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "281.145", + "max": "281.333", + "min": "280.93", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "365.241", + "max": "375.322", + "min": "364.133", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "159.35", + "max": "160.111", + "min": "159.122", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "344.069", + "max": "344.693", + "min": "343.862", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "108.22", + "max": "187.703", + "min": "103.121", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "147.903", + "max": "150.424", + "min": "147.66", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "172.33", + "max": "633.811", + "min": "156.226", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "369.036", + "max": "371.02", + "min": "368.691", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "340.132", + "max": "341.822", + "min": "339.945", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "347.192", + "max": "413.776", + "min": "342.33", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "129.247", + "max": "129.872", + "min": "129.084", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "318.095", + "max": "360.923", + "min": "315.951", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "577.18", + "max": "695.081", + "min": "388.604", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "367.894", + "max": "674.735", + "min": "278.896", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "351.92", + "max": "432.856", + "min": "347.899", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "290.343", + "max": "298.431", + "min": "289.825", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "167.378", + "max": "167.637", + "min": "167.243", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "152.338", + "max": "156.75", + "min": "151.721", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "162.826", + "max": "164.133", + "min": "162.494", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "252.494", + "max": "597.503", + "min": "159.338", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "19.823", + "max": "75.487", + "min": "17.608", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "232.923", + "max": "290.4", + "min": "230.081", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "267.527", + "max": "268.027", + "min": "267.383", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "236.376", + "max": "237.771", + "min": "235.811", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "147.338", + "max": "189.462", + "min": "144.854", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "358.056", + "max": "358.717", + "min": "357.678", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "339.633", + "max": "340.268", + "min": "339.37", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "248.908", + "max": "250.182", + "min": "248.701", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "168.797", + "max": "483.398", + "min": "156.773", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "151.357", + "max": "324.583", + "min": "145.158", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "154.799", + "max": "155.357", + "min": "154.539", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "356.519", + "max": "357.795", + "min": "355.88", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "176.657", + "max": "523.746", + "min": "164.445", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "162.203", + "max": "163.427", + "min": "161.961", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "170.981", + "max": "177.865", + "min": "169.699", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "186.54", + "max": "187.276", + "min": "186.326", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "159.68", + "max": "171.256", + "min": "159.093", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "135.161", + "max": "151.633", + "min": "134.393", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "258.71", + "max": "258.925", + "min": "258.544", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "377.742", + "max": "380.214", + "min": "377.184", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "236.534", + "max": "240.688", + "min": "236.112", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "215.26", + "max": "215.598", + "min": "215.017", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "229.821", + "max": "273.103", + "min": "227.846", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "254.542", + "max": "265.586", + "min": "231.466", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "250.473", + "max": "713.684", + "min": "234.33", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "345.87", + "max": "687.484", + "min": "333.93", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "197.903", + "max": "200.303", + "min": "197.586", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "198.238", + "max": "198.54", + "min": "198.085", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "216.497", + "max": "223.711", + "min": "215.614", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "320.312", + "max": "337.181", + "min": "306.817", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "252.799", + "max": "323.082", + "min": "250.11", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "215.062", + "max": "263.881", + "min": "211.76", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "142.279", + "max": "177.673", + "min": "139.926", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "188.57", + "max": "189.027", + "min": "188.204", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "232.798", + "max": "234.078", + "min": "232.398", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "368.351", + "max": "709.036", + "min": "340.135", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "169.289", + "max": "169.548", + "min": "169.074", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "51.003", + "max": "141.17", + "min": "44.867", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "158.69", + "max": "159.537", + "min": "158.457", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "619.965", + "max": "620.627", + "min": "619.549", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "233.938", + "max": "235.144", + "min": "233.595", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "126.042", + "max": "126.389", + "min": "125.891", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "331.595", + "max": "332.68", + "min": "331.356", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "380.927", + "max": "616.732", + "min": "372.665", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "300.155", + "max": "301.542", + "min": "299.936", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "175.415", + "max": "176.004", + "min": "175.166", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "405.731", + "max": "414.191", + "min": "383.389", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "137.049", + "max": "142.964", + "min": "136.686", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "148.761", + "max": "149.481", + "min": "148.562", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "224.12", + "max": "225.709", + "min": "223.726", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "442.918", + "max": "443.853", + "min": "442.67", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "216.337", + "max": "480.562", + "min": "202.199", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "219.686", + "max": "223.2", + "min": "219.276", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "243.274", + "max": "755.685", + "min": "224.177", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "210.037", + "max": "232.146", + "min": "208.851", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "201.834", + "max": "250.946", + "min": "199.792", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "283.221", + "max": "599.587", + "min": "272.023", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "226.588", + "max": "227.974", + "min": "226.264", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "265.502", + "max": "267.039", + "min": "265.326", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "234.871", + "max": "263.499", + "min": "233.758", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "205.684", + "max": "258.318", + "min": "203.505", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "245.091", + "max": "245.306", + "min": "244.983", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "229.749", + "max": "229.939", + "min": "229.598", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "256.564", + "max": "258.259", + "min": "256.343", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "266.157", + "max": "340.212", + "min": "263.395", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "224.15", + "max": "228.348", + "min": "222.94", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "254.463", + "max": "322.316", + "min": "232.233", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "189.282", + "max": "189.88", + "min": "189.036", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "263.501", + "max": "266.256", + "min": "263.22", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "225.86", + "max": "235.776", + "min": "225.223", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "279.523", + "max": "361.204", + "min": "274.194", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "200.881", + "max": "208.203", + "min": "200.216", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "409.307", + "max": "424.64", + "min": "408.581", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "254.554", + "max": "310.925", + "min": "252.278", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "236.583", + "max": "301.684", + "min": "229.518", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "267.125", + "max": "541.246", + "min": "253.6", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "195.12", + "max": "202.096", + "min": "193.2", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "263.742", + "max": "264.076", + "min": "263.566", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "202.367", + "max": "208.275", + "min": "201.856", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "205.07", + "max": "256.544", + "min": "203.02", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "205.645", + "max": "290.583", + "min": "202.238", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "347.266", + "max": "350", + "min": "346.931", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "160.521", + "max": "162.792", + "min": "159.991", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "373.815", + "max": "375.994", + "min": "366.818", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "355.491", + "max": "355.966", + "min": "355.303", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "211.179", + "max": "470.421", + "min": "199.997", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "350.349", + "max": "352.179", + "min": "350.085", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "201.644", + "max": "203.071", + "min": "201.24", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "268.259", + "max": "327.457", + "min": "251.751", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "248.21", + "max": "249.025", + "min": "247.604", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "199.863", + "max": "201.674", + "min": "199.331", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "202.363", + "max": "204.473", + "min": "201.906", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "155.573", + "max": "155.806", + "min": "155.478", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "159.415", + "max": "197.861", + "min": "157.969", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "387.732", + "max": "476.326", + "min": "384.341", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "131.297", + "max": "131.535", + "min": "131.194", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "250.099", + "max": "250.39", + "min": "249.943", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "180.486", + "max": "181.585", + "min": "180.299", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "231.347", + "max": "231.79", + "min": "231.127", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "0.031", + "max": "0.055", + "min": "0.025", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "165.22", + "max": "222.812", + "min": "159.878", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "226.114", + "max": "226.532", + "min": "225.92", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "253.982", + "max": "255.682", + "min": "253.328", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "189.301", + "max": "198.527", + "min": "188", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "178.324", + "max": "247.713", + "min": "174.666", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "296.329", + "max": "296.715", + "min": "296.134", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "292.45", + "max": "293.165", + "min": "292.215", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "239.099", + "max": "240.936", + "min": "238.778", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "205.152", + "max": "205.377", + "min": "204.906", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "240.704", + "max": "262.045", + "min": "238.988", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "142.411", + "max": "154.597", + "min": "141.127", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "144.585", + "max": "165.296", + "min": "143.565", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "261.682", + "max": "273.063", + "min": "259.627", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "174.513", + "max": "176.332", + "min": "173.128", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "150.744", + "max": "300.844", + "min": "144.581", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "269.051", + "max": "678.156", + "min": "254.714", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "150.966", + "max": "151.163", + "min": "150.79", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "212.26", + "max": "260.198", + "min": "210.345", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "421.938", + "max": "422.635", + "min": "420.804", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "235.896", + "max": "235.896", + "min": "235.896", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "215.388", + "max": "215.677", + "min": "215.281", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "232.765", + "max": "244.582", + "min": "231.912", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "315.308", + "max": "585.208", + "min": "305.782", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "233.224", + "max": "549.908", + "min": "212.446", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "232.041", + "max": "283.634", + "min": "228.16", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "353.575", + "max": "354.929", + "min": "353.215", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "267.546", + "max": "269.763", + "min": "266.939", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "164.055", + "max": "245.905", + "min": "157.882", + "id": "238", + "country": "Brazil", + "source_name": "Brasilia", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "242": { + "name": "Caracas", + "data": { + "0": { + "avg": "167.834", + "max": "171.915", + "min": "166.797", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "252", + "max": "271.151", + "min": "250.223", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "92.796", + "max": "93.494", + "min": "92.441", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "165.291", + "max": "168.193", + "min": "164.492", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "145.558", + "max": "148.28", + "min": "143.695", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "225.102", + "max": "228.632", + "min": "224.658", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "162.561", + "max": "171.056", + "min": "160.286", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "261.725", + "max": "271.996", + "min": "259.852", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "191.653", + "max": "198.105", + "min": "190.143", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "178.378", + "max": "181.037", + "min": "176.527", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "159.34", + "max": "164.082", + "min": "157.405", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "73.843", + "max": "78.944", + "min": "72.936", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "81.523", + "max": "85.344", + "min": "80.487", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "78.956", + "max": "80.246", + "min": "78.44", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "41.84", + "max": "55.121", + "min": "39.945", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "71.344", + "max": "74.805", + "min": "69.972", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "162.155", + "max": "166.86", + "min": "161.132", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "70.812", + "max": "73.022", + "min": "69.879", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "154.611", + "max": "156.345", + "min": "154.194", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "162.941", + "max": "166.763", + "min": "161.72", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "256.972", + "max": "258.908", + "min": "256.421", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "82.68", + "max": "111.448", + "min": "81.449", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "105.782", + "max": "110.247", + "min": "104.639", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "129.103", + "max": "132.179", + "min": "128.352", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "180.53", + "max": "182.454", + "min": "179.546", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "166.26", + "max": "169.273", + "min": "165.547", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "154.476", + "max": "157.743", + "min": "153.22", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "176.663", + "max": "180.607", + "min": "175.136", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "149.012", + "max": "149.733", + "min": "148.442", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "109.955", + "max": "112.068", + "min": "109.221", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "280.836", + "max": "282.71", + "min": "280.102", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "172.018", + "max": "174.148", + "min": "171.212", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "96.791", + "max": "102.655", + "min": "94.556", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "194.185", + "max": "199.586", + "min": "191.028", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "166.413", + "max": "168.489", + "min": "165.506", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "299.49", + "max": "318.519", + "min": "297.24", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "109.209", + "max": "117.756", + "min": "108.421", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "100.774", + "max": "101.913", + "min": "100.422", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "69.217", + "max": "72.877", + "min": "68.705", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "69.78", + "max": "73.952", + "min": "68.5", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "286.922", + "max": "291.326", + "min": "285.961", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "155.511", + "max": "162.837", + "min": "154.263", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "185.916", + "max": "189.09", + "min": "185.027", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "181.638", + "max": "188.834", + "min": "179.773", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "290.666", + "max": "295.807", + "min": "289.474", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "181.619", + "max": "183.491", + "min": "180.272", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "172.001", + "max": "173.501", + "min": "171.063", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "129.816", + "max": "136.59", + "min": "123.048", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "172.141", + "max": "174.878", + "min": "170.308", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "80.724", + "max": "87.709", + "min": "79.419", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "79.929", + "max": "83.364", + "min": "78.98", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "117.11", + "max": "119.983", + "min": "116.269", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "182.027", + "max": "275.189", + "min": "160.06", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "81.946", + "max": "87.816", + "min": "80.116", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "295.2", + "max": "320.326", + "min": "289.662", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "300.652", + "max": "308.371", + "min": "299.846", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "178.22", + "max": "182.442", + "min": "176.096", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "261.787", + "max": "262.796", + "min": "261.474", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "186.311", + "max": "189.269", + "min": "184.437", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "158.027", + "max": "160.629", + "min": "156.708", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "204.743", + "max": "208.972", + "min": "203.602", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "206.063", + "max": "265.714", + "min": "200.065", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "305.224", + "max": "310.503", + "min": "303.744", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "314.014", + "max": "330.085", + "min": "312.7", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "195.264", + "max": "199.408", + "min": "194.309", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "173.4", + "max": "174.761", + "min": "172.645", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "72.756", + "max": "77.198", + "min": "71.288", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "179.173", + "max": "181.403", + "min": "178.226", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "172.232", + "max": "205.153", + "min": "169.602", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "95.748", + "max": "98.077", + "min": "94.769", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "256.555", + "max": "259.76", + "min": "255.668", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "104.719", + "max": "107.572", + "min": "103.662", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "92.393", + "max": "94.938", + "min": "91.527", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "72.196", + "max": "75.794", + "min": "71.323", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "209.37", + "max": "212.971", + "min": "208.48", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "150.387", + "max": "154.012", + "min": "149.482", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "72.827", + "max": "93.052", + "min": "71.491", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "116.383", + "max": "122.308", + "min": "114.052", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "84.616", + "max": "91.053", + "min": "83.623", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "95.024", + "max": "100.553", + "min": "94.106", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "122.197", + "max": "129.566", + "min": "120.874", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "85.113", + "max": "88.901", + "min": "83.834", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "344.25", + "max": "366.558", + "min": "323.484", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "286.516", + "max": "289.05", + "min": "285.86", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "104.746", + "max": "108.015", + "min": "103.484", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "218.537", + "max": "220.557", + "min": "217.738", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "153.62", + "max": "156.308", + "min": "152.79", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "47.825", + "max": "51.901", + "min": "47.006", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "98.787", + "max": "100.61", + "min": "97.664", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "152.784", + "max": "156.069", + "min": "150.922", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "90.987", + "max": "99.437", + "min": "89.675", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "108.944", + "max": "109.718", + "min": "108.537", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "187.852", + "max": "200.156", + "min": "186.03", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "250.3", + "max": "251.093", + "min": "249.82", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "90.679", + "max": "95.507", + "min": "89.347", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "54.597", + "max": "59.677", + "min": "53.896", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "84.961", + "max": "88.653", + "min": "84.016", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "70.062", + "max": "86.018", + "min": "68.049", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "109.775", + "max": "114.59", + "min": "108.144", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "83.519", + "max": "86.508", + "min": "82.08", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "90.696", + "max": "92.993", + "min": "89.99", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "136.439", + "max": "137.321", + "min": "135.974", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "188.599", + "max": "193.559", + "min": "187.769", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "283.015", + "max": "294.807", + "min": "280.683", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "87.196", + "max": "90.747", + "min": "86.363", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "240.68", + "max": "242.717", + "min": "240.204", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "103.426", + "max": "116.403", + "min": "102.133", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "71.602", + "max": "83.919", + "min": "70.559", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "72.861", + "max": "77.319", + "min": "70.955", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "272.42", + "max": "275.669", + "min": "271.447", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "322.989", + "max": "327.327", + "min": "320.71", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "234.77", + "max": "239.631", + "min": "234.131", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "73.218", + "max": "80.764", + "min": "67.762", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "271.554", + "max": "307.392", + "min": "269.159", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "504.261", + "max": "622.526", + "min": "324.145", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "288.056", + "max": "377.71", + "min": "206.67", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "288.988", + "max": "299.621", + "min": "287.02", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "205.971", + "max": "207.903", + "min": "204.794", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "78.22", + "max": "81.413", + "min": "77.145", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "84.811", + "max": "87.75", + "min": "84.161", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "92.951", + "max": "93.446", + "min": "92.484", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "157.394", + "max": "304.893", + "min": "78.317", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "146.465", + "max": "149.984", + "min": "145.314", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "194.904", + "max": "233.049", + "min": "191.093", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "186.765", + "max": "188.801", + "min": "185.628", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "176.302", + "max": "182.015", + "min": "174.664", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "72.247", + "max": "77.747", + "min": "71.023", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "285.67", + "max": "290.008", + "min": "284.578", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "273.436", + "max": "275.028", + "min": "272.686", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "153.239", + "max": "156.545", + "min": "152.295", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "83.984", + "max": "84.971", + "min": "83.719", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "79.35", + "max": "81.375", + "min": "78.814", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "103.499", + "max": "105.134", + "min": "103.11", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "251.02", + "max": "324.712", + "min": "246.591", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "81.685", + "max": "87.115", + "min": "81.156", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "73.507", + "max": "79.678", + "min": "72.776", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "92.383", + "max": "101.121", + "min": "90.257", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "81.423", + "max": "84.092", + "min": "80.636", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "87.051", + "max": "96.651", + "min": "85.564", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "71.161", + "max": "76.406", + "min": "69.3", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "163.96", + "max": "165.707", + "min": "163.367", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "313.746", + "max": "314.82", + "min": "312.911", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "190.659", + "max": "193.686", + "min": "189.969", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "173.593", + "max": "176.375", + "min": "172.514", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "165.113", + "max": "171.267", + "min": "164.25", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "151.451", + "max": "161.013", + "min": "150.142", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "179.842", + "max": "183.135", + "min": "178.806", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "278.137", + "max": "294.633", + "min": "276.513", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "147.065", + "max": "151.386", + "min": "145.555", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "141.299", + "max": "144.628", + "min": "140.832", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "153.084", + "max": "155.73", + "min": "151.369", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "227.304", + "max": "229.685", + "min": "225.967", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "176.082", + "max": "179.404", + "min": "174.496", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "153.174", + "max": "155.937", + "min": "152.672", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "78.951", + "max": "81.316", + "min": "77.833", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "128.9", + "max": "133.11", + "min": "126.844", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "210.291", + "max": "216.208", + "min": "208.371", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "339.244", + "max": "386.347", + "min": "330.756", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "101.431", + "max": "103.428", + "min": "100.893", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "174.106", + "max": "273.545", + "min": "167.569", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "103.468", + "max": "126.114", + "min": "101.081", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "517.717", + "max": "521.376", + "min": "516.153", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "187.951", + "max": "192.828", + "min": "186.376", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "67.38", + "max": "68.114", + "min": "67.041", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "256.176", + "max": "271.872", + "min": "254.014", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "306.793", + "max": "308.771", + "min": "305.207", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "230.521", + "max": "233.928", + "min": "229.365", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "89.333", + "max": "91.656", + "min": "88.77", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "353.421", + "max": "360.145", + "min": "334.619", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "82.848", + "max": "90.052", + "min": "81.021", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "76.14", + "max": "81.57", + "min": "75.094", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "153.123", + "max": "156.477", + "min": "152.453", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "348.73", + "max": "351.178", + "min": "347.577", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "154.359", + "max": "156.469", + "min": "153.526", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "178.118", + "max": "183.607", + "min": "175.949", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "162.277", + "max": "170.951", + "min": "160.592", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "161.048", + "max": "166.504", + "min": "159.624", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "142.078", + "max": "146.363", + "min": "141.196", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "202.451", + "max": "205.564", + "min": "201.533", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "165.262", + "max": "166.81", + "min": "164.81", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "227.963", + "max": "454.685", + "min": "209.922", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "178.498", + "max": "183.302", + "min": "177.697", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "170.141", + "max": "173.168", + "min": "169.649", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "148.272", + "max": "153.333", + "min": "146.811", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "150.91", + "max": "156.205", + "min": "148.508", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "165.032", + "max": "166.283", + "min": "164.213", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "204.204", + "max": "208.044", + "min": "202.708", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "169.228", + "max": "188.984", + "min": "166.911", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "186.967", + "max": "240.039", + "min": "162.884", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "153.729", + "max": "154.34", + "min": "153.342", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "192.36", + "max": "195.729", + "min": "191.193", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "180.378", + "max": "187.656", + "min": "178.12", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "193.022", + "max": "194.76", + "min": "192.068", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "158.249", + "max": "163.452", + "min": "157.207", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "338.675", + "max": "381.212", + "min": "335.811", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "162.097", + "max": "166.524", + "min": "160.723", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "158.551", + "max": "191.993", + "min": "154.143", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "174.574", + "max": "176.688", + "min": "173.709", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "132.559", + "max": "142.094", + "min": "125.877", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "196.782", + "max": "199.74", + "min": "196.009", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "159.445", + "max": "167.741", + "min": "157.031", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "162.995", + "max": "166.237", + "min": "161.929", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "170.472", + "max": "174.663", + "min": "168.588", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "345.792", + "max": "347.989", + "min": "344.945", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "75.811", + "max": "79.283", + "min": "74.268", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "340.619", + "max": "348.975", + "min": "335.511", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "276.761", + "max": "278.737", + "min": "275.141", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "152.065", + "max": "158.184", + "min": "150.245", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "297.656", + "max": "299.741", + "min": "297.002", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "143.763", + "max": "160.254", + "min": "132.215", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "168.487", + "max": "172.393", + "min": "167.193", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "205.374", + "max": "226.759", + "min": "203.557", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "148.431", + "max": "149.927", + "min": "147.715", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "158.674", + "max": "160.484", + "min": "157.631", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "88.312", + "max": "124.779", + "min": "85.701", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "81.068", + "max": "86.516", + "min": "79.321", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "281.044", + "max": "314.422", + "min": "279.326", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "156.248", + "max": "164.198", + "min": "152.69", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "177.417", + "max": "180.849", + "min": "176.35", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "84.731", + "max": "85.273", + "min": "84.496", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "162.161", + "max": "164.279", + "min": "161.462", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "188.843", + "max": "191.666", + "min": "188.215", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "85.043", + "max": "88.066", + "min": "81.458", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "168.205", + "max": "196.236", + "min": "166.439", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "201.046", + "max": "205.416", + "min": "198.878", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "0.125", + "max": "0.213", + "min": "0.057", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "245.426", + "max": "251.795", + "min": "243.905", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "218.676", + "max": "221.877", + "min": "217.339", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "227.89", + "max": "228.789", + "min": "227.244", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "184.259", + "max": "187.098", + "min": "182.32", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "162.953", + "max": "166.728", + "min": "161.322", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "187.952", + "max": "190.814", + "min": "187.345", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "79.838", + "max": "84.108", + "min": "77.721", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "72.863", + "max": "76.304", + "min": "72.105", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "198.267", + "max": "208.498", + "min": "195.525", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "133.616", + "max": "136.818", + "min": "132.587", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "94.743", + "max": "105.403", + "min": "92.694", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "202.12", + "max": "203.435", + "min": "201.281", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "82.755", + "max": "88.642", + "min": "81.889", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "172.002", + "max": "173.671", + "min": "171.506", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "288.794", + "max": "293.452", + "min": "278.698", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "112.243", + "max": "112.243", + "min": "112.243", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "150.975", + "max": "154.928", + "min": "149.604", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "159.537", + "max": "161.177", + "min": "158.974", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "243.218", + "max": "300.414", + "min": "239.385", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "156.06", + "max": "173.053", + "min": "146.761", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "169.466", + "max": "171.446", + "min": "168.842", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "265.405", + "max": "271.399", + "min": "264.133", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "249.604", + "max": "251.729", + "min": "248.055", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "84.719", + "max": "87.151", + "min": "83.633", + "id": "242", + "country": "Venezuela", + "source_name": "Caracas", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "254": { + "name": "Quito", + "data": { + "0": { + "avg": "99.303", + "max": "100.91", + "min": "98.601", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "332.1", + "max": "334.988", + "min": "330.732", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "106.382", + "max": "108.27", + "min": "105.385", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "192.403", + "max": "198.316", + "min": "190.993", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "162.515", + "max": "168.715", + "min": "161.824", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "247.203", + "max": "248.89", + "min": "245.958", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "176.889", + "max": "177.857", + "min": "175.987", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "369.535", + "max": "375.71", + "min": "368.088", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "200.951", + "max": "202.178", + "min": "199.972", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "205.483", + "max": "206.905", + "min": "204.655", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "165.396", + "max": "166.182", + "min": "164.326", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "105.437", + "max": "111.223", + "min": "104.212", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "97.243", + "max": "97.665", + "min": "97.052", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "96.367", + "max": "98.078", + "min": "94.985", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "69.408", + "max": "70.787", + "min": "68.527", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "95.16", + "max": "96.301", + "min": "93.938", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "174", + "max": "175.905", + "min": "173.732", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "85.347", + "max": "98.075", + "min": "82.755", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "172.487", + "max": "174.055", + "min": "172.071", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "189.07", + "max": "190.071", + "min": "188.849", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "349.543", + "max": "350.354", + "min": "348.369", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "105.605", + "max": "106.992", + "min": "105.257", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "155.97", + "max": "160.205", + "min": "155.519", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "159.572", + "max": "161.023", + "min": "158.713", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "195.364", + "max": "198.193", + "min": "194.621", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "184.114", + "max": "184.923", + "min": "183.965", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "180.962", + "max": "191.435", + "min": "178.905", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "197.799", + "max": "199.166", + "min": "196.909", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "169.006", + "max": "183.243", + "min": "166.715", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "147.917", + "max": "149.382", + "min": "147.205", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "318.282", + "max": "332.829", + "min": "315.631", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "196.357", + "max": "198.069", + "min": "195.463", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "122.552", + "max": "127.331", + "min": "121.778", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "203.277", + "max": "204.322", + "min": "202.555", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "181.126", + "max": "184.008", + "min": "180.055", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "311.224", + "max": "313.584", + "min": "310.368", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "140.283", + "max": "140.888", + "min": "140.036", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "137.523", + "max": "139.121", + "min": "136.522", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "96.028", + "max": "97.592", + "min": "95.77", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "93.421", + "max": "94.641", + "min": "93.086", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "304.169", + "max": "307.576", + "min": "303.643", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "168.607", + "max": "183.777", + "min": "165.961", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "203.664", + "max": "203.985", + "min": "203.445", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "221.455", + "max": "238.355", + "min": "203.562", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "283.535", + "max": "287.836", + "min": "283.202", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "189.437", + "max": "194.031", + "min": "188.818", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "203.201", + "max": "205.959", + "min": "202.041", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "32.16", + "max": "36.974", + "min": "31.666", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "89.203", + "max": "95.321", + "min": "88.496", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "129.838", + "max": "130.784", + "min": "129.634", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "110.104", + "max": "113.405", + "min": "108.829", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "146.614", + "max": "147.69", + "min": "145.526", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "196.272", + "max": "206.757", + "min": "188.245", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "132.118", + "max": "134.806", + "min": "131.303", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "303.217", + "max": "316.264", + "min": "299.564", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "338.861", + "max": "340.494", + "min": "338.182", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "187.482", + "max": "190.83", + "min": "186.064", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "296.204", + "max": "297.417", + "min": "294.979", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "209.118", + "max": "211.946", + "min": "208.097", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "158.508", + "max": "159.289", + "min": "158.281", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "219.762", + "max": "223.397", + "min": "218.626", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "224.052", + "max": "265.646", + "min": "220.537", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "317.6", + "max": "329.899", + "min": "315.902", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "341.137", + "max": "341.903", + "min": "340.777", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "204.375", + "max": "205.539", + "min": "203.311", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "190.638", + "max": "196.866", + "min": "189.983", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "92.277", + "max": "92.629", + "min": "92.042", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "213.357", + "max": "216.423", + "min": "209.631", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "203.387", + "max": "204.575", + "min": "202.236", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "127.717", + "max": "130.367", + "min": "127.363", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "303.374", + "max": "305.005", + "min": "302.248", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "138.091", + "max": "138.959", + "min": "137.729", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "124.699", + "max": "137.308", + "min": "123.106", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "97.864", + "max": "105.376", + "min": "96.698", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "213.569", + "max": "217.211", + "min": "212.57", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "168.568", + "max": "170.209", + "min": "167.533", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "87.158", + "max": "87.691", + "min": "86.765", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "146.405", + "max": "147.84", + "min": "145.401", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "101.932", + "max": "107.746", + "min": "101.496", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "105.141", + "max": "108.331", + "min": "103.852", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "159.99", + "max": "160.299", + "min": "159.682", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "117.28", + "max": "119.529", + "min": "116.489", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "295.07", + "max": "309.658", + "min": "292.23", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "287.143", + "max": "287.619", + "min": "286.864", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "136.144", + "max": "137.047", + "min": "135.769", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "221.628", + "max": "222.799", + "min": "221.113", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "177.303", + "max": "179.51", + "min": "176.107", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "70.519", + "max": "71.915", + "min": "70.231", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "110.272", + "max": "117.225", + "min": "109.075", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "167.483", + "max": "172.174", + "min": "166.941", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "109.23", + "max": "110.711", + "min": "108.423", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "122.155", + "max": "122.849", + "min": "121.843", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "192.634", + "max": "210.575", + "min": "190.188", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "263.807", + "max": "268.053", + "min": "263.488", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "105.445", + "max": "106.396", + "min": "104.322", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "76.017", + "max": "88.462", + "min": "73.73", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "121.32", + "max": "136.914", + "min": "118.987", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "93.537", + "max": "115.598", + "min": "90.305", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "135.693", + "max": "137.007", + "min": "135.203", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "107.464", + "max": "109.917", + "min": "107.109", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "135.158", + "max": "136.188", + "min": "134.639", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "157.332", + "max": "161.158", + "min": "156.282", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "206.059", + "max": "207.102", + "min": "204.869", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "327.257", + "max": "337.735", + "min": "325.052", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "103.956", + "max": "105.29", + "min": "103.654", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "401.569", + "max": "403.148", + "min": "400.616", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "84.45", + "max": "87.545", + "min": "83.878", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "101.906", + "max": "103.777", + "min": "101.546", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "90.184", + "max": "90.84", + "min": "89.294", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "293.855", + "max": "294.945", + "min": "292.901", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "279.997", + "max": "287.656", + "min": "279.116", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "281.933", + "max": "286.799", + "min": "278.541", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "97.599", + "max": "98.929", + "min": "96.681", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "331.65", + "max": "335.725", + "min": "330.815", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "523.395", + "max": "652.388", + "min": "362.637", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "304.539", + "max": "413.922", + "min": "243.063", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "345.634", + "max": "363.308", + "min": "343.423", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "219.16", + "max": "235.301", + "min": "218.355", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "117.806", + "max": "119.593", + "min": "117.489", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "96.681", + "max": "98.262", + "min": "95.82", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "129.305", + "max": "145.252", + "min": "126.634", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "200.201", + "max": "349.09", + "min": "120.888", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "118.75", + "max": "135.209", + "min": "116.079", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "237.985", + "max": "296.476", + "min": "219.164", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "192.508", + "max": "193.945", + "min": "191.945", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "188.146", + "max": "192.198", + "min": "187.199", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "90.878", + "max": "92.049", + "min": "90.497", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "326.353", + "max": "330.347", + "min": "325.011", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "271.278", + "max": "273.113", + "min": "270.203", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "186.944", + "max": "187.954", + "min": "186.662", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "115.047", + "max": "116.007", + "min": "114.778", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "97.922", + "max": "98.631", + "min": "97.683", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "116.945", + "max": "117.874", + "min": "115.791", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "283.942", + "max": "286.2", + "min": "282.854", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "108.468", + "max": "121.981", + "min": "106.783", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "102.82", + "max": "106.57", + "min": "102.017", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "116.906", + "max": "130.492", + "min": "115.792", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "120.91", + "max": "121.843", + "min": "119.959", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "118.788", + "max": "120.936", + "min": "118.489", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "101.287", + "max": "109.388", + "min": "99.042", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "187.709", + "max": "188.746", + "min": "187.46", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "309.73", + "max": "325.808", + "min": "307.334", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "197.106", + "max": "200.49", + "min": "195.965", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "194.62", + "max": "195.819", + "min": "193.935", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "172.126", + "max": "176.401", + "min": "170.858", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "168.239", + "max": "173.884", + "min": "167.016", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "198.238", + "max": "210.074", + "min": "197.31", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "304.967", + "max": "306.98", + "min": "304.426", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "165.93", + "max": "168.35", + "min": "165.404", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "164.515", + "max": "164.775", + "min": "164.337", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "176.867", + "max": "185.024", + "min": "175.601", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "258.265", + "max": "261.489", + "min": "257.43", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "193.902", + "max": "196.704", + "min": "192.723", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "185.505", + "max": "187.434", + "min": "184.605", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "103.494", + "max": "104.697", + "min": "102.165", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "135.539", + "max": "136.667", + "min": "135.209", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "190.169", + "max": "195.557", + "min": "189.129", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "279.23", + "max": "322.411", + "min": "271.88", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "132.486", + "max": "140.107", + "min": "131.476", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "134.952", + "max": "168.806", + "min": "130.715", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "98.479", + "max": "99.517", + "min": "97.888", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "447.417", + "max": "448.792", + "min": "446.478", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "197.879", + "max": "198.815", + "min": "196.795", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "90.364", + "max": "91.786", + "min": "89.784", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "284.109", + "max": "292.06", + "min": "282.488", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "328.1", + "max": "328.99", + "min": "326.984", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "251.604", + "max": "255.903", + "min": "250.391", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "139.104", + "max": "141.982", + "min": "138.651", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "304.342", + "max": "313.242", + "min": "302.507", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "107.973", + "max": "112.697", + "min": "105.9", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "115.202", + "max": "119.461", + "min": "114.674", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "182.23", + "max": "183.944", + "min": "181.8", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "301.599", + "max": "302.516", + "min": "300.396", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "175.052", + "max": "176.083", + "min": "174.317", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "182.775", + "max": "185.06", + "min": "181.924", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "189.238", + "max": "195.329", + "min": "187.895", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "172.787", + "max": "174.102", + "min": "172.281", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "163.351", + "max": "172.399", + "min": "162.508", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "210.01", + "max": "210.523", + "min": "209.693", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "201.672", + "max": "203.227", + "min": "201.118", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "228.104", + "max": "242.091", + "min": "226.094", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "213.862", + "max": "216.736", + "min": "212.948", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "170.388", + "max": "173.46", + "min": "169.414", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "179.068", + "max": "183.05", + "min": "178.164", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "163.917", + "max": "165.171", + "min": "163.321", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "194.714", + "max": "199.453", + "min": "193.296", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "226.378", + "max": "227.268", + "min": "225.334", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "192.612", + "max": "199.239", + "min": "187.908", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "202.849", + "max": "253.982", + "min": "174.47", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "177.512", + "max": "192.882", + "min": "175.708", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "224.632", + "max": "226.229", + "min": "223.39", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "197.863", + "max": "201.812", + "min": "197.116", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "194.917", + "max": "210.461", + "min": "192.22", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "155.267", + "max": "156.512", + "min": "154.899", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "335.374", + "max": "337.49", + "min": "334.695", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "187.311", + "max": "192.3", + "min": "186.497", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "202.405", + "max": "203.806", + "min": "201.735", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "187.973", + "max": "189.506", + "min": "187.301", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "27.698", + "max": "36.285", + "min": "25.912", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "213.809", + "max": "217.104", + "min": "212.461", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "167.872", + "max": "169.207", + "min": "167.61", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "162.6", + "max": "164.008", + "min": "162.051", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "162.394", + "max": "166.64", + "min": "161.452", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "306.601", + "max": "320.192", + "min": "302.63", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "100.224", + "max": "113.381", + "min": "98.547", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "298.335", + "max": "304.601", + "min": "291.941", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "305.004", + "max": "306.23", + "min": "304.799", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "177.57", + "max": "190.223", + "min": "174.948", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "306.058", + "max": "307.769", + "min": "305.552", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "185.253", + "max": "186.539", + "min": "184.633", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "187.073", + "max": "190.08", + "min": "186.486", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "237.859", + "max": "240.139", + "min": "237.008", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "163.694", + "max": "165.687", + "min": "163.222", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "164.298", + "max": "166.118", + "min": "163.339", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "114.688", + "max": "116.296", + "min": "113.904", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "109.705", + "max": "110.652", + "min": "109.27", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "311.235", + "max": "313.81", + "min": "310.689", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "106.457", + "max": "106.844", + "min": "106.306", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "181.212", + "max": "182.129", + "min": "179.953", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "97.407", + "max": "98.175", + "min": "97.126", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "181.307", + "max": "183.547", + "min": "180.398", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "176.065", + "max": "211.664", + "min": "173.418", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "98.007", + "max": "100.694", + "min": "94.913", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "184.683", + "max": "185.781", + "min": "183.841", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "192.742", + "max": "199.274", + "min": "191.486", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "135.336", + "max": "148.977", + "min": "132.39", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "264.445", + "max": "266.763", + "min": "262.789", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "232.888", + "max": "235.097", + "min": "231.913", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "255.251", + "max": "256.15", + "min": "254.816", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "198.547", + "max": "211.404", + "min": "196.73", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "178.143", + "max": "184.475", + "min": "176.973", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "184.231", + "max": "185.386", + "min": "183.4", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "101.865", + "max": "109.565", + "min": "100.964", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "102.757", + "max": "108.097", + "min": "101.616", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "207.961", + "max": "213.685", + "min": "205.971", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": null, + "max": null, + "min": null, + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "110.499", + "max": "112.94", + "min": "108.978", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "224.775", + "max": "226.108", + "min": "223.695", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "116.026", + "max": "117.649", + "min": "114.794", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "189.13", + "max": "196.422", + "min": "187.375", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "330.3", + "max": "332.491", + "min": "327.732", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "138.873", + "max": "138.873", + "min": "138.873", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "165.252", + "max": "166.12", + "min": "164.639", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "177.893", + "max": "178.96", + "min": "177.349", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "259.518", + "max": "266.191", + "min": "257.776", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "173.791", + "max": "184.167", + "min": "165.428", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "195.011", + "max": "212.681", + "min": "192.203", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "273.838", + "max": "276.088", + "min": "273.347", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "242.875", + "max": "243.94", + "min": "242.077", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "119.624", + "max": "120.944", + "min": "119.21", + "id": "254", + "country": "Ecuador", + "source_name": "Quito", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "262": { + "name": "Paramaribo", + "data": { + "0": { + "avg": "148.25", + "max": "151.233", + "min": "147.931", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "360.918", + "max": "396.252", + "min": "356.187", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "103.551", + "max": "105.375", + "min": "103.349", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "199.413", + "max": "200.733", + "min": "199.274", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "180.731", + "max": "181.809", + "min": "180.512", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "261.137", + "max": "288.793", + "min": "258.275", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "178.549", + "max": "178.819", + "min": "178.397", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "363.382", + "max": "372.618", + "min": "362.048", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "226.175", + "max": "226.481", + "min": "226.052", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "212.815", + "max": "220.297", + "min": "212.238", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "181.208", + "max": "211.306", + "min": "175.966", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "105.888", + "max": "123.263", + "min": "104.151", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "116.097", + "max": "147.947", + "min": "110.346", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "104.402", + "max": "105.143", + "min": "104.232", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "85.298", + "max": "85.597", + "min": "85.145", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "90.105", + "max": "90.837", + "min": "89.831", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "184.665", + "max": "184.84", + "min": "184.431", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "88.262", + "max": "101.385", + "min": "85.826", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "186.243", + "max": "203.016", + "min": "184.194", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "200.038", + "max": "200.421", + "min": "199.953", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "369.66", + "max": "394.233", + "min": "368.21", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "111.057", + "max": "111.45", + "min": "110.969", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "147.845", + "max": "168.551", + "min": "145.212", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "155.896", + "max": "157.109", + "min": "155.728", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "212.615", + "max": "214.028", + "min": "212.369", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "194.701", + "max": "196.729", + "min": "194.372", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "193.824", + "max": "194.483", + "min": "193.669", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "208.941", + "max": "215.857", + "min": "208.485", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "187.245", + "max": "288.39", + "min": "183.655", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "147.229", + "max": "148.396", + "min": "147.003", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "334.125", + "max": "334.49", + "min": "333.99", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "197.843", + "max": "199.439", + "min": "197.684", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "118.684", + "max": "119.086", + "min": "118.282", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "233.933", + "max": "265.949", + "min": "226.966", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "201.494", + "max": "227.12", + "min": "198.737", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "327.849", + "max": "360.779", + "min": "321.605", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "153.07", + "max": "191.493", + "min": "139.28", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "138.166", + "max": "175.08", + "min": "134.349", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "101.801", + "max": "102.129", + "min": "101.68", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "105.431", + "max": "113.733", + "min": "99.475", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "318.759", + "max": "328.391", + "min": "317.821", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "183.938", + "max": "190.861", + "min": "183.174", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "222.939", + "max": "260.986", + "min": "209.269", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "214.126", + "max": "220.846", + "min": "213.818", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "357.803", + "max": "357.98", + "min": "357.587", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "208.834", + "max": "209.525", + "min": "208.332", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "209.433", + "max": "218.005", + "min": "208.831", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "127.493", + "max": "171.585", + "min": "119.57", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "204.337", + "max": "205.56", + "min": "204.056", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "101.517", + "max": "102.035", + "min": "101.39", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "120.962", + "max": "163.943", + "min": "109.23", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "143.23", + "max": "143.585", + "min": "143.043", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "234.161", + "max": "324.059", + "min": "224.514", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "120.553", + "max": "165.11", + "min": "113.076", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "351.367", + "max": "452.275", + "min": "344.594", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "322.714", + "max": "322.976", + "min": "322.547", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "187.221", + "max": "189.317", + "min": "186.318", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "300.155", + "max": "333.386", + "min": "297.246", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "223.206", + "max": "228.426", + "min": "222.786", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "187.584", + "max": "187.892", + "min": "187.454", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "239.247", + "max": "274.059", + "min": "236.664", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "223.43", + "max": "249.441", + "min": "221.242", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "341.854", + "max": "410.003", + "min": "333.105", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "342.84", + "max": "343.363", + "min": "342.694", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "235.806", + "max": "274.692", + "min": "222.497", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "212.132", + "max": "214.879", + "min": "211.917", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "106.001", + "max": "144.788", + "min": "99.796", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "217.34", + "max": "217.814", + "min": "216.975", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "204.834", + "max": "234.08", + "min": "200.505", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "128.463", + "max": "154.144", + "min": "125.505", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "288.539", + "max": "289.576", + "min": "288.31", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "131.103", + "max": "131.517", + "min": "130.829", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "112.862", + "max": "113.537", + "min": "112.676", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "95.189", + "max": "95.407", + "min": "95.086", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "226.296", + "max": "252.407", + "min": "221.188", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "183.494", + "max": "185.652", + "min": "183.195", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "89.691", + "max": "90.538", + "min": "89.337", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "154.029", + "max": "158.316", + "min": "153.619", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "114.333", + "max": "118.13", + "min": "114.004", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "111.948", + "max": "119.368", + "min": "111.38", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "161.062", + "max": "175.916", + "min": "158.367", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "118.786", + "max": "128.261", + "min": "117.903", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "283.861", + "max": "327.728", + "min": "272.819", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "306.691", + "max": "306.986", + "min": "306.513", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "148.518", + "max": "148.835", + "min": "148.406", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "239.128", + "max": "272.656", + "min": "235.625", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "183.236", + "max": "184.037", + "min": "182.943", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "83.604", + "max": "126.274", + "min": "79.363", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "114.232", + "max": "129.715", + "min": "112.908", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "185.931", + "max": "216.023", + "min": "182.337", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "118.879", + "max": "163.085", + "min": "111.803", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "144.317", + "max": "144.721", + "min": "144.054", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "206.631", + "max": "248.568", + "min": "196.803", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "280.178", + "max": "295.512", + "min": "277.668", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "113.538", + "max": "136.076", + "min": "112.397", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "76.313", + "max": "76.577", + "min": "76.19", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "122.796", + "max": "166.63", + "min": "114.937", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "102.907", + "max": "123.928", + "min": "98.996", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "162.587", + "max": "208.677", + "min": "156.681", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "104.801", + "max": "107.001", + "min": "104.486", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "120.166", + "max": "120.433", + "min": "120.078", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "163.869", + "max": "173.385", + "min": "163.339", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "223.866", + "max": "239.43", + "min": "222.74", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "317.331", + "max": "363.903", + "min": "311.17", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "112.692", + "max": "143.842", + "min": "108.312", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "418.151", + "max": "435.348", + "min": "403.849", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "136.733", + "max": "179.445", + "min": "132.876", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "107.59", + "max": "146.476", + "min": "103.26", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "90.319", + "max": "97.475", + "min": "89.798", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "298.122", + "max": "299.853", + "min": "294.551", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "294.216", + "max": "294.462", + "min": "294.107", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "259.607", + "max": "260.491", + "min": "259.304", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "101.959", + "max": "102.319", + "min": "101.844", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "301.511", + "max": "331.311", + "min": "300.2", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "549.63", + "max": "666.555", + "min": "383.126", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "316.129", + "max": "370.848", + "min": "245.149", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "330.945", + "max": "354.597", + "min": "329.607", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "257.516", + "max": "260.291", + "min": "257.228", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "109.99", + "max": "110.264", + "min": "109.841", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "102.662", + "max": "125.998", + "min": "100.006", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "126.288", + "max": "128.795", + "min": "126.061", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "178.27", + "max": "318.983", + "min": "93.207", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "180.913", + "max": "181.089", + "min": "180.784", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "219.573", + "max": "335.136", + "min": "214.062", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "215.59", + "max": "215.924", + "min": "215.487", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "204.311", + "max": "205.477", + "min": "203.714", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "103.472", + "max": "103.684", + "min": "103.336", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "338.639", + "max": "339.373", + "min": "338.393", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "356.144", + "max": "377.755", + "min": "353.889", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "184.88", + "max": "185.792", + "min": "184.75", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "117.138", + "max": "247.822", + "min": "112.497", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "102.927", + "max": "103.248", + "min": "102.771", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "132.492", + "max": "132.695", + "min": "132.385", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "284.927", + "max": "304.206", + "min": "281.757", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "114.149", + "max": "114.474", + "min": "114.05", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "111.049", + "max": "132.091", + "min": "107.849", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "127.674", + "max": "133.216", + "min": "126.953", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "116.988", + "max": "134.821", + "min": "115.738", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "115.333", + "max": "160.64", + "min": "109.269", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "110.691", + "max": "142.333", + "min": "106.787", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "199.454", + "max": "199.78", + "min": "199.315", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "342.712", + "max": "346.257", + "min": "342.095", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "221.692", + "max": "262.753", + "min": "215.74", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "205.4", + "max": "206.171", + "min": "205.247", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "184.599", + "max": "200.442", + "min": "183.925", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "180.951", + "max": "181.693", + "min": "180.671", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "214.894", + "max": "248.333", + "min": "213.598", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "372.562", + "max": "372.732", + "min": "372.452", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "174.324", + "max": "174.784", + "min": "174.196", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "177.806", + "max": "178.13", + "min": "177.725", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "186.436", + "max": "203.15", + "min": "184.483", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "260.706", + "max": "260.958", + "min": "260.488", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "212.059", + "max": "213.32", + "min": "211.878", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "187.873", + "max": "228.348", + "min": "186.284", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "101.47", + "max": "101.961", + "min": "101.358", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "169.373", + "max": "197.077", + "min": "167.416", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "223.941", + "max": "225.614", + "min": "223.626", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "301.834", + "max": "348.857", + "min": "294.341", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "162.906", + "max": "164.377", + "min": "162.748", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "211.998", + "max": "290.64", + "min": "198.217", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "128.551", + "max": "128.703", + "min": "128.44", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "459.822", + "max": "460.211", + "min": "458.279", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "221.282", + "max": "237.458", + "min": "218.904", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "109.772", + "max": "243.514", + "min": "101.929", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "287.042", + "max": "287.559", + "min": "286.86", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "341.801", + "max": "342.261", + "min": "341.683", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "266.026", + "max": "279.194", + "min": "263.181", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "127.551", + "max": "152.32", + "min": "125.965", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "295.195", + "max": "335.99", + "min": "290.305", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "109.771", + "max": "127.891", + "min": "108.134", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "108.639", + "max": "142.043", + "min": "104.584", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "184.332", + "max": "186.971", + "min": "184.021", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "414.248", + "max": "414.507", + "min": "414.126", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "184.012", + "max": "190.342", + "min": "183.563", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "188.509", + "max": "188.872", + "min": "188.311", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "203.316", + "max": "210.706", + "min": "202.777", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "195.123", + "max": "195.394", + "min": "195.017", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "178.703", + "max": "186.041", + "min": "177.557", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "236.534", + "max": "236.927", + "min": "236.295", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "220.222", + "max": "220.557", + "min": "220.087", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "243.443", + "max": "286.218", + "min": "234.786", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "245.809", + "max": "329.563", + "min": "231.354", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "183.586", + "max": "191.47", + "min": "182.738", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "175.293", + "max": "175.486", + "min": "175.155", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "175.893", + "max": "176.132", + "min": "175.717", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "194.963", + "max": "195.702", + "min": "194.797", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "239.738", + "max": "240.135", + "min": "239.367", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "203.042", + "max": "205.582", + "min": "202.112", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "206.493", + "max": "290.737", + "min": "190.64", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "165.364", + "max": "165.597", + "min": "165.27", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "247.742", + "max": "274.66", + "min": "245.854", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "213.349", + "max": "218.867", + "min": "212.982", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "229.198", + "max": "275.948", + "min": "223.795", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "185.912", + "max": "195.266", + "min": "183.854", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "370.852", + "max": "413.55", + "min": "364.137", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "193.081", + "max": "221.87", + "min": "190.289", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "207.373", + "max": "247.679", + "min": "195.678", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "194.954", + "max": "195.331", + "min": "194.813", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "125.578", + "max": "132.866", + "min": "124", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "229.051", + "max": "229.446", + "min": "228.823", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "187.266", + "max": "193.287", + "min": "186.417", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "181.052", + "max": "183.393", + "min": "180.839", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "185.44", + "max": "191.551", + "min": "183.966", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "303.141", + "max": "315.955", + "min": "300.422", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "106.113", + "max": "111.443", + "min": "105.338", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "293.59", + "max": "316.96", + "min": "290.654", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "347.429", + "max": "354.446", + "min": "346.687", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "187.983", + "max": "230.075", + "min": "183.799", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "322.357", + "max": "359.372", + "min": "319.022", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "152.647", + "max": "153.456", + "min": "152.315", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "204.652", + "max": "227.205", + "min": "202.735", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "246.485", + "max": "247.007", + "min": "246.292", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "187.05", + "max": "228.263", + "min": "183.249", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "174.859", + "max": "175.54", + "min": "174.616", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "123.303", + "max": "166.141", + "min": "113.997", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "135.452", + "max": "174.07", + "min": "130.03", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "332.71", + "max": "439.598", + "min": "324.801", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "116.001", + "max": "130.836", + "min": "114.536", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "201.835", + "max": "202.88", + "min": "201.608", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "108.033", + "max": "112.817", + "min": "107.345", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "201.003", + "max": "201.434", + "min": "200.874", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "235.7", + "max": "237.152", + "min": "235.477", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "108.893", + "max": "153.749", + "min": "99.293", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "190.279", + "max": "190.644", + "min": "190.144", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "210.799", + "max": "212.352", + "min": "210.112", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "110.345", + "max": "112.711", + "min": "109.636", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "404.88", + "max": "405.412", + "min": "404.505", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "324.961", + "max": "325.414", + "min": "324.73", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "267.926", + "max": "268.535", + "min": "267.764", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "227.721", + "max": "253.344", + "min": "224.011", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "179.742", + "max": "181.188", + "min": "179.621", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "219.632", + "max": "255.918", + "min": "218.285", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "115.319", + "max": "150.537", + "min": "112.905", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "103.194", + "max": "104.842", + "min": "102.794", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "229.462", + "max": "234.951", + "min": "227.544", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "139.015", + "max": "139.933", + "min": "138.52", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "117.32", + "max": "203.718", + "min": "107.569", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "237.442", + "max": "238.029", + "min": "237.275", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "125.695", + "max": "152.743", + "min": "121.727", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "196.179", + "max": "204.027", + "min": "195.619", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "308.203", + "max": "316.381", + "min": "306.758", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "0.076", + "max": "0.225", + "min": "0.055", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "182.346", + "max": "184.447", + "min": "182.147", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "191.406", + "max": "219.914", + "min": "188.429", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "275.345", + "max": "287.611", + "min": "273.893", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "191.686", + "max": "203.028", + "min": "182.982", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "204.76", + "max": "205.097", + "min": "204.586", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "359.641", + "max": "378.446", + "min": "356.377", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "254.89", + "max": "255.542", + "min": "254.614", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "120.049", + "max": "160.275", + "min": "109.427", + "id": "262", + "country": "Suriname", + "source_name": "Paramaribo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "China": { + "84": { + "name": "Hangzhou", + "data": { + "0": { + "avg": "280.904", + "max": "290.092", + "min": "280.258", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "249.961", + "max": "256.002", + "min": "249.525", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "194.887", + "max": "196.389", + "min": "194.613", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "284.726", + "max": "294.295", + "min": "283.704", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "352.661", + "max": "364.322", + "min": "350.603", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "210.337", + "max": "212.537", + "min": "210.062", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "267.393", + "max": "298.432", + "min": "243.33", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "206.391", + "max": "208.925", + "min": "205.506", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "200.716", + "max": "210.549", + "min": "198.762", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "350.084", + "max": "351.893", + "min": "349.871", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "251.24", + "max": "258.469", + "min": "240.589", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "399.577", + "max": "437.505", + "min": "359.958", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "211.422", + "max": "213.18", + "min": "210.968", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "186.016", + "max": "186.359", + "min": "185.877", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "247.883", + "max": "252.626", + "min": "244.156", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "211.078", + "max": "211.547", + "min": "208.485", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "206.317", + "max": "208.726", + "min": "205.505", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "170.591", + "max": "170.742", + "min": "170.453", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "292.339", + "max": "345.626", + "min": "264.132", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "456.761", + "max": "465.133", + "min": "426.581", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "257.622", + "max": "258.889", + "min": "257.105", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "202.438", + "max": "211.688", + "min": "201.619", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "207.495", + "max": "213.904", + "min": "207.001", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "582.068", + "max": "587.605", + "min": "571.699", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "203.175", + "max": "204.857", + "min": "203.002", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "182.511", + "max": "185.345", + "min": "182.04", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "216.883", + "max": "220.992", + "min": "216.398", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "199.803", + "max": "201.498", + "min": "199.604", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "263.033", + "max": "265.448", + "min": "262.441", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "253.101", + "max": "254.691", + "min": "252.557", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "151.81", + "max": "168.954", + "min": "145.834", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "232.861", + "max": "239.343", + "min": "231.321", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "180.441", + "max": "183.273", + "min": "179.704", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "396.392", + "max": "396.392", + "min": "396.392", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "214.604", + "max": "214.91", + "min": "214.391", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "141.614", + "max": "143.6", + "min": "141.085", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "266.702", + "max": "275.798", + "min": "263.502", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "0.025", + "max": "0.046", + "min": "0.015", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "258.18", + "max": "259.144", + "min": "257.973", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "394.255", + "max": "394.489", + "min": "393.927", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "213.889", + "max": "220.608", + "min": "206.478", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "388.142", + "max": "389.602", + "min": "386.24", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "157.931", + "max": "160.85", + "min": "157.338", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "302.139", + "max": "317.325", + "min": "295.294", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "264.162", + "max": "269.377", + "min": "259.873", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "261.602", + "max": "262.181", + "min": "261.052", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "319.949", + "max": "321.156", + "min": "319.624", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "316.48", + "max": "344.457", + "min": "270.687", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "293.185", + "max": "293.911", + "min": "291.402", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "230.414", + "max": "230.579", + "min": "230.29", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "224.146", + "max": "228.358", + "min": "223.807", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "305.272", + "max": "310.238", + "min": "304.446", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "268.203", + "max": "274.429", + "min": "267.099", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "52.384", + "max": "64.365", + "min": "50.975", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "301.945", + "max": "325.325", + "min": "291.102", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "306.089", + "max": "307.806", + "min": "305.608", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "241.933", + "max": "384.643", + "min": "229.93", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "237.417", + "max": "237.868", + "min": "237.083", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "226.655", + "max": "230.74", + "min": "216.038", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "228.856", + "max": "237.737", + "min": "225.606", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "160.855", + "max": "191.109", + "min": "149.082", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "237.349", + "max": "243.007", + "min": "235.238", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "222.098", + "max": "232.439", + "min": "221.241", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "340.368", + "max": "350.231", + "min": "316.864", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "366.305", + "max": "414.203", + "min": "357.32", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "224.172", + "max": "236.123", + "min": "223.364", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "363.939", + "max": "381.262", + "min": "342.109", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "323.677", + "max": "329.054", + "min": "322.691", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "435.167", + "max": "436.363", + "min": "433.154", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "307.78", + "max": "309.239", + "min": "304.163", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "229.338", + "max": "233.854", + "min": "228.557", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "394.842", + "max": "394.842", + "min": "394.842", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "252.583", + "max": "253.907", + "min": "252.13", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "257.966", + "max": "305.933", + "min": "253.812", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "77.219", + "max": "77.389", + "min": "77.132", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "251.517", + "max": "252.157", + "min": "251.226", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "384.934", + "max": "386.821", + "min": "378.365", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "326.726", + "max": "355.488", + "min": "319.373", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "231.991", + "max": "244.094", + "min": "215.633", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "204.527", + "max": "205.639", + "min": "204.098", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "467.052", + "max": "660.436", + "min": "456.296", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "273.383", + "max": "273.756", + "min": "273.169", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "305.729", + "max": "305.96", + "min": "305.428", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "305.521", + "max": "316.39", + "min": "302.972", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "146.114", + "max": "148.202", + "min": "145.823", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "212.601", + "max": "225.581", + "min": "211.684", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "190.063", + "max": "190.458", + "min": "189.848", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "259.314", + "max": "261.196", + "min": "258.892", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "286.602", + "max": "292.796", + "min": "283.818", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "243.645", + "max": "247.474", + "min": "243.274", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "224.264", + "max": "230.714", + "min": "223.681", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "200.964", + "max": "201.222", + "min": "200.845", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "229.767", + "max": "233.408", + "min": "229.322", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "225.432", + "max": "233.569", + "min": "223.592", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "238.498", + "max": "301.824", + "min": "214.631", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "360.28", + "max": "374.274", + "min": "337.753", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "208.298", + "max": "211.73", + "min": "207.913", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "262.159", + "max": "266.002", + "min": "258.248", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "223.675", + "max": "224.527", + "min": "223.456", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "196.903", + "max": "213.381", + "min": "192.623", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.428", + "max": "342.242", + "min": "338.97", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "25.419", + "max": "32.277", + "min": "25.134", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "234.104", + "max": "246.803", + "min": "227.032", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "241.872", + "max": "242.343", + "min": "241.613", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "75.256", + "max": "88.636", + "min": "73.406", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "198.07", + "max": "203.508", + "min": "194.679", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "205.187", + "max": "209.377", + "min": "204.499", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "211.76", + "max": "211.962", + "min": "211.585", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "394.418", + "max": "395.602", + "min": "393.234", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "234.082", + "max": "243.01", + "min": "225.553", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "389.271", + "max": "389.476", + "min": "388.971", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "342.028", + "max": "369.994", + "min": "339.6", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "324.294", + "max": "330.481", + "min": "323.3", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "340.01", + "max": "341.948", + "min": "339.367", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "229.99", + "max": "237.542", + "min": "229.298", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "290.157", + "max": "291.65", + "min": "288.044", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "210.309", + "max": "215.107", + "min": "200.577", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "267.267", + "max": "270.292", + "min": "266.662", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "233.379", + "max": "240.538", + "min": "232.516", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "277.661", + "max": "285.789", + "min": "274.566", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "430.382", + "max": "446.898", + "min": "369.213", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "269.878", + "max": "277.965", + "min": "263.867", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "268.662", + "max": "273.143", + "min": "268.263", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "274.51", + "max": "286.413", + "min": "271.535", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "39.392", + "max": "42.776", + "min": "39.151", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "241.408", + "max": "247.701", + "min": "240.833", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "214.266", + "max": "214.401", + "min": "214.168", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "362.617", + "max": "457.344", + "min": "358.856", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "245.029", + "max": "264.501", + "min": "226.169", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "259.044", + "max": "271.84", + "min": "258.336", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": null, + "max": null, + "min": null, + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "261.619", + "max": "261.934", + "min": "261.442", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "404.985", + "max": "413.154", + "min": "403.957", + "id": "84", + "country": "China", + "source_name": "Hangzhou", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "180": { + "name": "Shanghai", + "data": { + "0": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "397.056", + "max": "414.346", + "min": "355.589", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "223.906", + "max": "224.27", + "min": "223.766", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "235.732", + "max": "240.305", + "min": "235.302", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "261.544", + "max": "262.306", + "min": "261.277", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "89.544", + "max": "106.276", + "min": "65.156", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "185.748", + "max": "196.958", + "min": "183.529", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "339.385", + "max": "364.282", + "min": "308.205", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "140.564", + "max": "140.977", + "min": "140.377", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "260.97", + "max": "280.064", + "min": "222.646", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "266.52", + "max": "272.206", + "min": "264.339", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "260.999", + "max": "262.102", + "min": "260.596", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "330.27", + "max": "344.84", + "min": "293.705", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "251.753", + "max": "260.581", + "min": "232.987", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "298.64", + "max": "311.839", + "min": "263.668", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "336.222", + "max": "343.268", + "min": "244.971", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "269.988", + "max": "280.457", + "min": "263.889", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "244.829", + "max": "245.017", + "min": "244.652", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "254.147", + "max": "254.273", + "min": "254.031", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "260.43", + "max": "260.586", + "min": "260.339", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "158.014", + "max": "158.436", + "min": "157.862", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "221.341", + "max": "237.891", + "min": "204.538", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "290.232", + "max": "291.622", + "min": "289.968", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "262.233", + "max": "263.21", + "min": "260.817", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "353.313", + "max": "365.75", + "min": "324.418", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "295.525", + "max": "295.894", + "min": "295.27", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "215.139", + "max": "239.587", + "min": "191.415", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "140.863", + "max": "146.826", + "min": "134.814", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "187.859", + "max": "190.041", + "min": "185.903", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "249.483", + "max": "250.144", + "min": "249.238", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "319.508", + "max": "334.146", + "min": "307.383", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "320.185", + "max": "335.151", + "min": "303.003", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "150.056", + "max": "160.669", + "min": "130.624", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "216.254", + "max": "239.785", + "min": "142.793", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "150.543", + "max": "150.741", + "min": "150.367", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "217.606", + "max": "246.942", + "min": "198.908", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "303.061", + "max": "328.626", + "min": "247.72", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "398.854", + "max": "409.05", + "min": "396.591", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "256.479", + "max": "268.773", + "min": "248.624", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "292.342", + "max": "297.497", + "min": "285.943", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "216.494", + "max": "220.374", + "min": "215.852", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "271.851", + "max": "273.56", + "min": "271.645", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "202.287", + "max": "202.57", + "min": "202.173", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "302.609", + "max": "303.603", + "min": "302.301", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "457.016", + "max": "496.445", + "min": "389.923", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "206.267", + "max": "206.671", + "min": "206.187", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "261.86", + "max": "282.968", + "min": "254.535", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "166.835", + "max": "167.468", + "min": "166.609", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "254.381", + "max": "291.004", + "min": "213.11", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "180.003", + "max": "180.306", + "min": "179.85", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "235.799", + "max": "266.107", + "min": "221.445", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "88.525", + "max": "102.08", + "min": "77.816", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "250.308", + "max": "262.634", + "min": "223.429", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "359.208", + "max": "366.715", + "min": "345.906", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "242.037", + "max": "248.321", + "min": "240.903", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "277.167", + "max": "294.557", + "min": "271.197", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "328.376", + "max": "339.107", + "min": "312.398", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "292.98", + "max": "321.605", + "min": "282.336", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "121.385", + "max": "144.599", + "min": "120.188", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "326.321", + "max": "336.117", + "min": "301.314", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "340.358", + "max": "351.553", + "min": "317.684", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "270.338", + "max": "277.728", + "min": "266.331", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "265.951", + "max": "268.329", + "min": "265.602", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "241.288", + "max": "253.339", + "min": "240.066", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "383.799", + "max": "385.107", + "min": "383.032", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "220.233", + "max": "233.048", + "min": "202.784", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "54.129", + "max": "64.476", + "min": "36.8", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "304.099", + "max": "329.197", + "min": "256.874", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "262.39", + "max": "265.828", + "min": "261.385", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "329.176", + "max": "333.07", + "min": "309.415", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "265.498", + "max": "266.72", + "min": "265.179", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "263.725", + "max": "282.122", + "min": "232.745", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "150.959", + "max": "151.152", + "min": "150.812", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "210.037", + "max": "212.326", + "min": "209.634", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "154.377", + "max": "156.277", + "min": "154.063", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "263.196", + "max": "270.271", + "min": "248.999", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "3.912", + "max": "4.218", + "min": "3.848", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "231.934", + "max": "235.231", + "min": "223.912", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "330.178", + "max": "337.073", + "min": "327.662", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "238.609", + "max": "240.333", + "min": "235.937", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "261.131", + "max": "277.038", + "min": "228.188", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "217.646", + "max": "220.975", + "min": "217.169", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "233.254", + "max": "245.504", + "min": "219.736", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "195.933", + "max": "198.229", + "min": "195.435", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "213.673", + "max": "240.282", + "min": "173.291", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "335.274", + "max": "359.591", + "min": "299.746", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "70.652", + "max": "79.843", + "min": "57.924", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "214.668", + "max": "214.81", + "min": "214.591", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "245.378", + "max": "282.024", + "min": "211.536", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "348.055", + "max": "364.037", + "min": "312.192", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "369.506", + "max": "422.339", + "min": "341.555", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "270.875", + "max": "278.9", + "min": "253.871", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "197.503", + "max": "198.881", + "min": "196.21", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "231.794", + "max": "246.111", + "min": "228.252", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "242.438", + "max": "258.874", + "min": "215.879", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "204.933", + "max": "211.923", + "min": "204.527", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "304.845", + "max": "308.114", + "min": "304.226", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "321.051", + "max": "358.079", + "min": "273.119", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "392.722", + "max": "407.95", + "min": "372.173", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "412.63", + "max": "419.739", + "min": "390.505", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "260.61", + "max": "275.735", + "min": "252.358", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "259.271", + "max": "285.898", + "min": "220.102", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "227.707", + "max": "231.466", + "min": "226.555", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "166.69", + "max": "180.543", + "min": "162.945", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "217.282", + "max": "229.076", + "min": "193.293", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "262.748", + "max": "280.766", + "min": "231.154", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "361.741", + "max": "390.21", + "min": "351.382", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "869.508", + "max": "1519.36", + "min": "533.406", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "271.908", + "max": "280.304", + "min": "268.918", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "230.8", + "max": "231.852", + "min": "227.997", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "44.912", + "max": "47.713", + "min": "44.597", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "196.829", + "max": "197.378", + "min": "196.473", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "223.256", + "max": "226.786", + "min": "222.888", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "317.047", + "max": "360.343", + "min": "252.601", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "493.442", + "max": "622.106", + "min": "320.907", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "341.602", + "max": "347.753", + "min": "316.953", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "290.36", + "max": "405.551", + "min": "280.283", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "239.621", + "max": "245.603", + "min": "236.996", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "239.142", + "max": "254.329", + "min": "194.862", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "309.098", + "max": "320.913", + "min": "299.164", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "239.831", + "max": "242.532", + "min": "238.686", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "145.318", + "max": "146.563", + "min": "145.051", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "278.916", + "max": "296.651", + "min": "249.318", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "240.846", + "max": "254.908", + "min": "232.731", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "239.979", + "max": "243.037", + "min": "239.344", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "233.435", + "max": "236.461", + "min": "231.315", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "364.109", + "max": "379.259", + "min": "329.74", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "207.027", + "max": "207.843", + "min": "206.887", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "275.455", + "max": "275.829", + "min": "275.237", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "199.319", + "max": "210.044", + "min": "198.246", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "247.424", + "max": "247.798", + "min": "247.268", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "212.833", + "max": "213.571", + "min": "212.722", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "300.671", + "max": "331.065", + "min": "248.978", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "212.314", + "max": "213.25", + "min": "211.897", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "174.134", + "max": "194.828", + "min": "162.954", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "265.163", + "max": "298.389", + "min": "210.452", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "362.821", + "max": "386.965", + "min": "308.358", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "291.193", + "max": "319.457", + "min": "222.284", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "351.608", + "max": "381.101", + "min": "293.041", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "212.442", + "max": "222.53", + "min": "211.609", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "339.182", + "max": "339.634", + "min": "338.953", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "277.479", + "max": "296.267", + "min": "255.105", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "301.759", + "max": "315.686", + "min": "272.539", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "190.609", + "max": "201.123", + "min": "189.209", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "72.067", + "max": "72.383", + "min": "71.972", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "284.137", + "max": "303.071", + "min": "255.68", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "239.081", + "max": "251.502", + "min": "217.096", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "258.373", + "max": "259.002", + "min": "257.961", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "336.75", + "max": "378.589", + "min": "308.766", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "267.61", + "max": "286.308", + "min": "242.653", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "456.069", + "max": "467.353", + "min": "430.891", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "262.464", + "max": "277.371", + "min": "236.282", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "408.539", + "max": "492.109", + "min": "399.146", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "647.204", + "max": "660.008", + "min": "610.17", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "283.165", + "max": "285.056", + "min": "280.911", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "243.922", + "max": "246.026", + "min": "243.205", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "316.195", + "max": "318.549", + "min": "315.619", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "241.767", + "max": "242.05", + "min": "241.591", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "312.767", + "max": "2213.93", + "min": "188.753", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "211.434", + "max": "212.275", + "min": "211.26", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "0.016", + "max": "0.025", + "min": "0.013", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "284.149", + "max": "299.614", + "min": "261.615", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "216.454", + "max": "222.286", + "min": "215.9", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "197.283", + "max": "203.864", + "min": "195.626", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "185.527", + "max": "189.51", + "min": "184.978", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "241.831", + "max": "267.495", + "min": "217.493", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "247.414", + "max": "256.529", + "min": "246.134", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "276.586", + "max": "276.864", + "min": "276.364", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "304.415", + "max": "321.557", + "min": "268.081", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "230.109", + "max": "266.411", + "min": "224.186", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "277.844", + "max": "288.721", + "min": "252.572", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "275.02", + "max": "275.434", + "min": "274.863", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "256.207", + "max": "259.523", + "min": "253.317", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "343.475", + "max": "344.597", + "min": "342.382", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "219.955", + "max": "220.313", + "min": "219.847", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "355.801", + "max": "383.035", + "min": "284.087", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "275.094", + "max": "304.163", + "min": "238.637", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "294.957", + "max": "297.351", + "min": "294.28", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "204.982", + "max": "215.397", + "min": "203.802", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "219.859", + "max": "276.62", + "min": "176.757", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "282.34", + "max": "285.361", + "min": "281.772", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "296.821", + "max": "299.116", + "min": "296.182", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "263.927", + "max": "266.174", + "min": "263.407", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "300.334", + "max": "308.026", + "min": "272.928", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "253.308", + "max": "262.156", + "min": "252.512", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "103.496", + "max": "106.269", + "min": "101.477", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "239.999", + "max": "257", + "min": "212.663", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "236.087", + "max": "236.368", + "min": "235.817", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "411.178", + "max": "416.169", + "min": "387.85", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "357.159", + "max": "357.922", + "min": "350.125", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "242.785", + "max": "243.367", + "min": "242.552", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "204.316", + "max": "206.454", + "min": "203.376", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "209.94", + "max": "210.321", + "min": "209.001", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "200.396", + "max": "210.056", + "min": "192.361", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "224.965", + "max": "229.176", + "min": "222.677", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "245.523", + "max": "256.255", + "min": "230.118", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "30.763", + "max": "31.245", + "min": "30.707", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "235.82", + "max": "246.521", + "min": "215.892", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "249.126", + "max": "270.164", + "min": "219.75", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "81.116", + "max": "83.123", + "min": "80.602", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "175.832", + "max": "183.592", + "min": "170.673", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "261.208", + "max": "262.344", + "min": "260.449", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "348.066", + "max": "357.703", + "min": "317.446", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "229.938", + "max": "231.024", + "min": "229.215", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "254.787", + "max": "288.538", + "min": "229.771", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "224.178", + "max": "237.522", + "min": "222.362", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "227.502", + "max": "227.561", + "min": "227.46", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "68.188", + "max": "71.884", + "min": "66.486", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "301.099", + "max": "349.629", + "min": "272.431", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "224.816", + "max": "240.898", + "min": "193.338", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "209.725", + "max": "212.691", + "min": "209.264", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "239.378", + "max": "240.465", + "min": "239.186", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "371.306", + "max": "462.842", + "min": "367.553", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "233.855", + "max": "239.459", + "min": "231.016", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "269.322", + "max": "269.864", + "min": "268.871", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "289.897", + "max": "320.692", + "min": "288.135", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "390.264", + "max": "417.259", + "min": "364.359", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "292.074", + "max": "295.838", + "min": "290.899", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "175.928", + "max": "196.938", + "min": "165.25", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "289.515", + "max": "297.682", + "min": "272.368", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "255.38", + "max": "255.531", + "min": "255.275", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "189.096", + "max": "190.374", + "min": "188.847", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "342.503", + "max": "351.692", + "min": "312.418", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "217.836", + "max": "220.41", + "min": "217.452", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "298.306", + "max": "308.925", + "min": "279.401", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "397.413", + "max": "430.714", + "min": "332.465", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "303.382", + "max": "306.314", + "min": "302.952", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "290.831", + "max": "307.872", + "min": "265.173", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "219.922", + "max": "224.734", + "min": "218.376", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "248.706", + "max": "258.603", + "min": "219.738", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "230.683", + "max": "244.472", + "min": "228.411", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "26.667", + "max": "27.816", + "min": "26.553", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": null, + "max": null, + "min": null, + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "253.064", + "max": "278.056", + "min": "216.347", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "230.712", + "max": "237.289", + "min": "197.37", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "367.107", + "max": "368.443", + "min": "364.559", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "303.672", + "max": "352.78", + "min": "252.566", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "260.255", + "max": "274.433", + "min": "248.797", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "198.72", + "max": "199.691", + "min": "198.521", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "396.611", + "max": "408.201", + "min": "369.089", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "314.482", + "max": "328.002", + "min": "299.098", + "id": "180", + "country": "China", + "source_name": "Shanghai", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "221": { + "name": "Shenzhen", + "data": { + "0": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "242.671", + "max": "245.78", + "min": "242.402", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "233.089", + "max": "234.29", + "min": "232.861", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "66.514", + "max": "67.401", + "min": "66.265", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "273.232", + "max": "273.511", + "min": "272.992", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "235.884", + "max": "236.61", + "min": "235.611", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "253.889", + "max": "253.979", + "min": "253.822", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "252.873", + "max": "253.498", + "min": "244.54", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "241.993", + "max": "242.275", + "min": "241.84", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "240.908", + "max": "241.049", + "min": "240.627", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "295.843", + "max": "304.963", + "min": "292.613", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "357.032", + "max": "364.094", + "min": "349.193", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "315.147", + "max": "317.933", + "min": "314.871", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "239.195", + "max": "239.404", + "min": "239.07", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "198.586", + "max": "199.53", + "min": "198.4", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "324.605", + "max": "342.055", + "min": "318.443", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "243.302", + "max": "243.579", + "min": "243.144", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "294.213", + "max": "316.202", + "min": "269.356", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "226.273", + "max": "226.431", + "min": "226.162", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "277.81", + "max": "278.002", + "min": "277.644", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "248.733", + "max": "250.917", + "min": "241.113", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "351.286", + "max": "351.522", + "min": "351.121", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "244.88", + "max": "245.258", + "min": "244.746", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "139.716", + "max": "139.981", + "min": "139.606", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "225.596", + "max": "252.23", + "min": "224.33", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "219.12", + "max": "227.324", + "min": "210.495", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "209.73", + "max": "210.351", + "min": "209.559", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "251.453", + "max": "260.745", + "min": "248.98", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "343.366", + "max": "343.559", + "min": "343.181", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "288.229", + "max": "288.47", + "min": "284.211", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "221.692", + "max": "224.21", + "min": "220.834", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "225.975", + "max": "232.655", + "min": "218.099", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "57.512", + "max": "58.9", + "min": "51.594", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "379.556", + "max": "380.139", + "min": "379.088", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "300.594", + "max": "331.425", + "min": "275.176", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "41.888", + "max": "41.994", + "min": "41.822", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "328.995", + "max": "329.382", + "min": "328.728", + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": null, + "max": null, + "min": null, + "id": "221", + "country": "China", + "source_name": "Shenzhen", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "261": { + "name": "Zhangjiakou", + "data": { + "0": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "196.879", + "max": "197.702", + "min": "196.76", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "196.975", + "max": "197.35", + "min": "196.854", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "195.246", + "max": "202.083", + "min": "186.939", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "222.632", + "max": "237.472", + "min": "221.429", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "182.693", + "max": "182.807", + "min": "182.608", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "245.389", + "max": "274.537", + "min": "216.575", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "205.023", + "max": "207.51", + "min": "198.474", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "226.41", + "max": "226.654", + "min": "226.244", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "182.66", + "max": "182.747", + "min": "182.589", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "187.837", + "max": "189.372", + "min": "187.66", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "358.973", + "max": "383.16", + "min": "278.248", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "203.799", + "max": "204.36", + "min": "200.452", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "232.336", + "max": "235.54", + "min": "231.488", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "227.891", + "max": "232.478", + "min": "180.449", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "327.903", + "max": "330.24", + "min": "327.445", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "246.176", + "max": "246.602", + "min": "245.977", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "203.747", + "max": "204.927", + "min": "203.408", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "196.914", + "max": "197.202", + "min": "196.803", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "237.423", + "max": "241.508", + "min": "235.244", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "197.051", + "max": "201.672", + "min": "196.759", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "315.975", + "max": "318.456", + "min": "315.658", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "192.222", + "max": "197.02", + "min": "182.665", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "235.762", + "max": "249.885", + "min": "218.003", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "197.785", + "max": "198.701", + "min": "197.482", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "260.677", + "max": "261.229", + "min": "260.316", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "39.07", + "max": "39.505", + "min": "38.999", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "196.908", + "max": "197.805", + "min": "196.773", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "195.016", + "max": "201.246", + "min": "186.919", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "245.281", + "max": "246.493", + "min": "244.895", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "179.798", + "max": "180.615", + "min": "179.391", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "268.319", + "max": "284.008", + "min": "266.099", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "432.417", + "max": "470.16", + "min": "414.426", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "230.183", + "max": "230.704", + "min": "230.008", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "345.418", + "max": "346.663", + "min": "345.027", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "196.938", + "max": "197.435", + "min": "196.823", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "229.645", + "max": "230.067", + "min": "229.484", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "115.939", + "max": "131.525", + "min": "91.196", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "183.965", + "max": "185.865", + "min": "183.478", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "264.881", + "max": "267.403", + "min": "263.845", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "275.96", + "max": "293.366", + "min": "245.659", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "246.111", + "max": "247.443", + "min": "245.713", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "341.284", + "max": "380.175", + "min": "302.788", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "353.614", + "max": "367.126", + "min": "334.55", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "258.211", + "max": "258.607", + "min": "258.005", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "230.185", + "max": "230.507", + "min": "229.981", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "215.566", + "max": "216.964", + "min": "215.28", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "171.589", + "max": "174.399", + "min": "171.142", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "208.376", + "max": "210.764", + "min": "207.995", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "202.873", + "max": "219.923", + "min": "190.689", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "193.334", + "max": "201.164", + "min": "186.93", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "274.129", + "max": "275.634", + "min": "273.706", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "369.014", + "max": "371.346", + "min": "367.779", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "202.081", + "max": "202.78", + "min": "201.885", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "311.817", + "max": "311.972", + "min": "311.696", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "120.618", + "max": "121.138", + "min": "120.412", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "209.112", + "max": "209.534", + "min": "208.959", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "194.743", + "max": "204.749", + "min": "186.946", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "228.318", + "max": "231.805", + "min": "217.693", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "298.119", + "max": "298.556", + "min": "297.938", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "212.075", + "max": "219.124", + "min": "204.582", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "257.822", + "max": "282.419", + "min": "253.78", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "182.68", + "max": "182.83", + "min": "182.62", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "268.801", + "max": "268.999", + "min": "268.665", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "198.019", + "max": "198.82", + "min": "197.683", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "197.086", + "max": "197.586", + "min": "196.731", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "292.64", + "max": "303.118", + "min": "273.274", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "167.204", + "max": "169.601", + "min": "166.829", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "58.151", + "max": "59.374", + "min": "57.925", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "218.857", + "max": "224.298", + "min": "218.252", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "196.895", + "max": "197.135", + "min": "196.735", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "179.525", + "max": "191.978", + "min": "177.009", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "183.205", + "max": "191.494", + "min": "172.967", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "196.907", + "max": "197.352", + "min": "196.739", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "187.406", + "max": "196.824", + "min": "182.651", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "183.092", + "max": "184.884", + "min": "182.633", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "193.128", + "max": "197.965", + "min": "182.796", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "0.217", + "max": "0.253", + "min": "0.198", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "315.704", + "max": "315.704", + "min": "315.704", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "189.517", + "max": "197.073", + "min": "182.623", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "190.861", + "max": "193.46", + "min": "189.649", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "305.284", + "max": "307.664", + "min": "304.642", + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": null, + "max": null, + "min": null, + "id": "261", + "country": "China", + "source_name": "Zhangjiakou", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Russia": { + "9": { + "name": "Moscow", + "data": { + "0": { + "avg": "247.527", + "max": "249.438", + "min": "247.232", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "327.623", + "max": "332.412", + "min": "327.105", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "129.77", + "max": "130.311", + "min": "129.612", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "57.241", + "max": "64.113", + "min": "56.439", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "53.45", + "max": "54.091", + "min": "53.26", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "210.866", + "max": "211.495", + "min": "210.698", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "44.297", + "max": "44.921", + "min": "44.059", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "306.082", + "max": "314.205", + "min": "305.266", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "0.042", + "max": "0.121", + "min": "0.022", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "19.337", + "max": "20.24", + "min": "19.131", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "46.411", + "max": "47.051", + "min": "46.179", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "152.283", + "max": "172.495", + "min": "151.299", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "121.356", + "max": "121.443", + "min": "121.287", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "121.764", + "max": "122.031", + "min": "121.621", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "154.003", + "max": "154.229", + "min": "153.918", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "134.209", + "max": "135.067", + "min": "133.891", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "67.426", + "max": "67.8", + "min": "67.203", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "143.617", + "max": "150.511", + "min": "143.135", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "62.742", + "max": "62.919", + "min": "62.562", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "57.888", + "max": "58.932", + "min": "57.779", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "296.363", + "max": "296.649", + "min": "296.257", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "142.47", + "max": "142.549", + "min": "142.354", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "193.155", + "max": "193.904", + "min": "193.046", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "188.772", + "max": "190.14", + "min": "188.553", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "22.805", + "max": "23.012", + "min": "22.682", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "27.67", + "max": "28.112", + "min": "27.539", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "59.58", + "max": "61.068", + "min": "59.37", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "58.662", + "max": "60.323", + "min": "58.415", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "44.258", + "max": "44.433", + "min": "44.147", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "183.352", + "max": "184.959", + "min": "183.103", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "179.284", + "max": "179.387", + "min": "179.207", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "57.525", + "max": "57.882", + "min": "57.388", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "181.946", + "max": "183.92", + "min": "181.711", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "44.671", + "max": "46.032", + "min": "44.509", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "43.549", + "max": "48.266", + "min": "43.077", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "198.445", + "max": "200.009", + "min": "198.127", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "180.89", + "max": "180.994", + "min": "180.821", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "176.435", + "max": "176.656", + "min": "176.287", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "158.026", + "max": "160.137", + "min": "157.82", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "128.002", + "max": "128.849", + "min": "127.687", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "191.812", + "max": "196.217", + "min": "191.317", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "51.493", + "max": "53.497", + "min": "51.166", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "84.777", + "max": "85.171", + "min": "84.629", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "16.31", + "max": "16.422", + "min": "16.232", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "180.777", + "max": "180.912", + "min": "180.669", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "60.663", + "max": "61.168", + "min": "60.091", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "33.212", + "max": "33.521", + "min": "33.082", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "212.247", + "max": "212.596", + "min": "212.118", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "272.72", + "max": "277.889", + "min": "270.732", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "164.045", + "max": "164.965", + "min": "163.78", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "136.759", + "max": "137.16", + "min": "136.514", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "192.819", + "max": "196.173", + "min": "192.51", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "107.817", + "max": "134.573", + "min": "50.296", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "151.399", + "max": "152.262", + "min": "151.055", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "168.754", + "max": "174.335", + "min": "166.049", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "211.56", + "max": "211.791", + "min": "211.399", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "79.118", + "max": "80.747", + "min": "78.731", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "333.984", + "max": "334.416", + "min": "333.876", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "77.374", + "max": "80.346", + "min": "76.924", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "49.509", + "max": "51.334", + "min": "49.299", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "94.467", + "max": "101.589", + "min": "93.512", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "106.966", + "max": "150.232", + "min": "103.947", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "194.06", + "max": "290.935", + "min": "188.715", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "374.853", + "max": "377.321", + "min": "374.53", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "77.469", + "max": "79.012", + "min": "77.287", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "61.685", + "max": "62.097", + "min": "61.578", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "120.085", + "max": "122.665", + "min": "119.892", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "89.565", + "max": "90.066", + "min": "89.254", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "257.468", + "max": "258.939", + "min": "256.925", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "166.057", + "max": "167.155", + "min": "165.936", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "233.034", + "max": "233.234", + "min": "232.871", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "181.053", + "max": "181.658", + "min": "180.755", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "198.257", + "max": "203.649", + "min": "197.524", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "150.492", + "max": "150.875", + "min": "150.405", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "88.188", + "max": "88.9", + "min": "87.952", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "61.057", + "max": "61.285", + "min": "60.863", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "139.393", + "max": "140.326", + "min": "139.209", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "184.033", + "max": "184.248", + "min": "183.844", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "145.47", + "max": "156.427", + "min": "144.796", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "131.859", + "max": "132.216", + "min": "131.763", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "181.423", + "max": "181.808", + "min": "181.134", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "145.188", + "max": "145.547", + "min": "144.926", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "137.999", + "max": "142.93", + "min": "137.364", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "180.034", + "max": "183.436", + "min": "179.753", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "179.778", + "max": "179.95", + "min": "179.589", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "97.285", + "max": "98.349", + "min": "96.952", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "59.434", + "max": "59.797", + "min": "59.211", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "152.953", + "max": "153.168", + "min": "152.86", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "164.612", + "max": "166.556", + "min": "164.4", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "52.956", + "max": "60.723", + "min": "51.825", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "148.294", + "max": "149.812", + "min": "147.59", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "192.231", + "max": "192.647", + "min": "191.959", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "72.657", + "max": "79.131", + "min": "72.312", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "307.352", + "max": "317.093", + "min": "306.747", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "129.66", + "max": "131.665", + "min": "129.471", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "153.139", + "max": "155.843", + "min": "152.647", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "197.037", + "max": "197.301", + "min": "196.807", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "179.48", + "max": "190.112", + "min": "178.659", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "186.636", + "max": "186.861", + "min": "186.52", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "142.316", + "max": "143.428", + "min": "142.061", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "148.543", + "max": "148.724", + "min": "148.472", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "196.724", + "max": "197.083", + "min": "196.608", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "55.224", + "max": "57.735", + "min": "55.01", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "349.01", + "max": "350.672", + "min": "348.267", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "144.839", + "max": "145.426", + "min": "144.625", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "279.851", + "max": "280.958", + "min": "279.675", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "231.756", + "max": "233.326", + "min": "231.533", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "132.113", + "max": "132.314", + "min": "131.936", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "146.208", + "max": "149.339", + "min": "145.895", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "161.842", + "max": "162.056", + "min": "161.73", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "292.13", + "max": "292.91", + "min": "292.019", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "306.265", + "max": "308.526", + "min": "306.022", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "114.867", + "max": "115.102", + "min": "114.711", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "177.67", + "max": "179.196", + "min": "177.263", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "410.599", + "max": "528.072", + "min": "233.359", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "171.327", + "max": "259.648", + "min": "95.936", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "205.101", + "max": "209.529", + "min": "204.45", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "259.026", + "max": "260.214", + "min": "258.79", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "156.125", + "max": "156.369", + "min": "156.027", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "149.797", + "max": "152.532", + "min": "149.429", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "161.643", + "max": "164.067", + "min": "161.168", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "219.748", + "max": "374.188", + "min": "143.139", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "231.436", + "max": "250.6", + "min": "230.647", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "26.025", + "max": "150.226", + "min": "19.753", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "21.792", + "max": "22.051", + "min": "21.705", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "28.479", + "max": "29.514", + "min": "27.779", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "118.468", + "max": "118.722", + "min": "118.211", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "211.841", + "max": "212.125", + "min": "211.647", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "148.072", + "max": "149.598", + "min": "147.703", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "207.943", + "max": "208.376", + "min": "207.819", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "143.973", + "max": "144.194", + "min": "143.861", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "137.599", + "max": "137.818", + "min": "137.473", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "147.555", + "max": "147.802", + "min": "147.405", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "319.207", + "max": "321.138", + "min": "318.499", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "163.565", + "max": "163.74", + "min": "163.456", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "122.684", + "max": "125.408", + "min": "122.449", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "172.721", + "max": "180.591", + "min": "171.495", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "156.706", + "max": "156.884", + "min": "156.56", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "151.176", + "max": "151.873", + "min": "151.057", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "120.508", + "max": "121.162", + "min": "120.33", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "56.816", + "max": "57.045", + "min": "56.688", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "218.163", + "max": "218.398", + "min": "217.841", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "10.834", + "max": "11.424", + "min": "10.695", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "59.586", + "max": "59.859", + "min": "59.345", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "224.552", + "max": "226.512", + "min": "224.172", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "44.99", + "max": "45.777", + "min": "44.756", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "67.436", + "max": "70.004", + "min": "67.175", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "166.043", + "max": "166.389", + "min": "165.884", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "51.013", + "max": "53.157", + "min": "50.83", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "50.52", + "max": "55.508", + "min": "50.267", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "45.448", + "max": "52.314", + "min": "43.78", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "286.595", + "max": "286.815", + "min": "286.434", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "66.246", + "max": "69.44", + "min": "65.645", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "44.863", + "max": "83.64", + "min": "43.284", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "136.961", + "max": "137.113", + "min": "136.849", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "186.985", + "max": "187.759", + "min": "186.645", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "25.591", + "max": "28.621", + "min": "25.086", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "297.075", + "max": "341.316", + "min": "288.9", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "166.738", + "max": "167.279", + "min": "166.503", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "169.798", + "max": "170.859", + "min": "169.634", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "430.005", + "max": "430.506", + "min": "429.526", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "18.777", + "max": "18.889", + "min": "18.644", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "116.438", + "max": "116.762", + "min": "116.306", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "60.901", + "max": "61.079", + "min": "60.764", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "221.093", + "max": "221.337", + "min": "220.896", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "44.117", + "max": "44.374", + "min": "43.94", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "180.866", + "max": "182.45", + "min": "180.691", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "140.489", + "max": "140.874", + "min": "140.363", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "135.522", + "max": "135.811", + "min": "135.337", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "147.929", + "max": "148.462", + "min": "147.825", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "45.505", + "max": "48.961", + "min": "45.218", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "172.006", + "max": "172.406", + "min": "171.9", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "58.547", + "max": "60.298", + "min": "58.374", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "55.951", + "max": "62.152", + "min": "55.489", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "76.299", + "max": "87.737", + "min": "75.381", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "54.909", + "max": "55.192", + "min": "54.794", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "52.195", + "max": "56.711", + "min": "51.755", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "90.18", + "max": "90.577", + "min": "90.009", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "68.021", + "max": "68.615", + "min": "67.878", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "15.235", + "max": "16.846", + "min": "15.032", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "69.437", + "max": "69.72", + "min": "69.326", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "54.397", + "max": "55.41", + "min": "54.151", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "43.363", + "max": "43.692", + "min": "43.132", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "43.726", + "max": "43.846", + "min": "43.648", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "55.577", + "max": "55.756", + "min": "55.336", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "90.641", + "max": "91.276", + "min": "90.37", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "64.41", + "max": "66.714", + "min": "63.698", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "80.283", + "max": "141.068", + "min": "47.385", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "48.407", + "max": "48.576", + "min": "48.3", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "94.327", + "max": "95.602", + "min": "94.039", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "64.968", + "max": "65.124", + "min": "64.787", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "61.995", + "max": "62.573", + "min": "61.528", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "46.263", + "max": "49.919", + "min": "45.758", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "287.506", + "max": "291.263", + "min": "287.122", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "52.963", + "max": "53.262", + "min": "52.835", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "81.265", + "max": "81.594", + "min": "81.022", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "54.811", + "max": "54.981", + "min": "54.619", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "214.188", + "max": "222.409", + "min": "212.481", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "87.954", + "max": "94.099", + "min": "87.541", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "46.064", + "max": "46.854", + "min": "45.762", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "62.472", + "max": "62.766", + "min": "62.315", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "43.191", + "max": "43.67", + "min": "42.969", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "339.529", + "max": "350.58", + "min": "338.066", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "117.819", + "max": "127.361", + "min": "116.405", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "137.527", + "max": "138.056", + "min": "137.196", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "182.988", + "max": "183.545", + "min": "182.762", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "44.385", + "max": "44.607", + "min": "44.282", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "102.845", + "max": "103.055", + "min": "102.634", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "193.408", + "max": "194.299", + "min": "192.729", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "78.633", + "max": "78.904", + "min": "78.405", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "86.948", + "max": "87.937", + "min": "86.648", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "51.498", + "max": "52.528", + "min": "51.228", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "43.123", + "max": "44.651", + "min": "42.788", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "142.42", + "max": "142.496", + "min": "142.314", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "144.92", + "max": "145.036", + "min": "144.831", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "279.422", + "max": "279.623", + "min": "279.231", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "124.666", + "max": "125.385", + "min": "124.277", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "69.914", + "max": "70.14", + "min": "69.77", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "125.281", + "max": "125.422", + "min": "125.203", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "53.924", + "max": "54.207", + "min": "53.822", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "256.049", + "max": "267.915", + "min": "255.489", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "165.178", + "max": "168.492", + "min": "161.781", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "67.707", + "max": "67.883", + "min": "67.556", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "84.493", + "max": "87.229", + "min": "83.865", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "191.115", + "max": "193.49", + "min": "189.97", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "147.849", + "max": "148.959", + "min": "147.453", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "229.749", + "max": "230.005", + "min": "229.595", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "70.921", + "max": "71.433", + "min": "70.72", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "79.228", + "max": "79.297", + "min": "79.115", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "52.195", + "max": "52.876", + "min": "52.002", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "86.341", + "max": "86.447", + "min": "86.169", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "131.369", + "max": "133.369", + "min": "130.917", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "129.195", + "max": "129.619", + "min": "129.03", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "106.611", + "max": "114.479", + "min": "104.27", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "200.846", + "max": "206.183", + "min": "199.822", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "135.728", + "max": "136.881", + "min": "134.619", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "95.142", + "max": "98.647", + "min": "94.819", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "149.688", + "max": "150.018", + "min": "149.431", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "65.045", + "max": "67.162", + "min": "64.717", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "110.39", + "max": "116.249", + "min": "100.49", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "226.403", + "max": "226.403", + "min": "226.403", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "53.983", + "max": "55.23", + "min": "53.782", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "40.242", + "max": "40.448", + "min": "40.157", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "149.606", + "max": "150.271", + "min": "149.298", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "75.542", + "max": "91.867", + "min": "65.331", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "75.749", + "max": "79.904", + "min": "75.31", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "212.184", + "max": "213.181", + "min": "211.882", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "36.651", + "max": "38.369", + "min": "36.37", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "155.135", + "max": "155.335", + "min": "155.024", + "id": "9", + "country": "Russia", + "source_name": "Moscow", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "149": { + "name": "St Petersburg", + "data": { + "0": { + "avg": "203.877", + "max": "205.863", + "min": "203.715", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "294.285", + "max": "294.714", + "min": "293.983", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "139.706", + "max": "139.985", + "min": "139.585", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "44.651", + "max": "52.693", + "min": "43.912", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "47.801", + "max": "49.126", + "min": "47.515", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "193.647", + "max": "205.09", + "min": "193.102", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "35.776", + "max": "36.639", + "min": "35.648", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "305.886", + "max": "315.952", + "min": "304.732", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "10.82", + "max": "10.978", + "min": "10.71", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "12.378", + "max": "14.292", + "min": "12.049", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "38.653", + "max": "39.472", + "min": "38.401", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "155.369", + "max": "156.294", + "min": "155.166", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "108.119", + "max": "109.642", + "min": "107.941", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "112.719", + "max": "113.704", + "min": "112.502", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "147.889", + "max": "156.467", + "min": "147.418", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "131.17", + "max": "132.972", + "min": "130.71", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "52.336", + "max": "53.066", + "min": "52.103", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "132.044", + "max": "132.235", + "min": "131.925", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "53.659", + "max": "54.102", + "min": "53.433", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "54.562", + "max": "54.733", + "min": "54.465", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "311.797", + "max": "332.77", + "min": "310.952", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "129.135", + "max": "129.506", + "min": "129.021", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "183.252", + "max": "183.698", + "min": "183.061", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "193.167", + "max": "193.706", + "min": "193.012", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "23.237", + "max": "23.684", + "min": "23.046", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "21.653", + "max": "25.334", + "min": "21.364", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "49.93", + "max": "52.376", + "min": "49.684", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "55.825", + "max": "58.546", + "min": "55.428", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "35.302", + "max": "35.733", + "min": "35.181", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "177.449", + "max": "177.745", + "min": "177.256", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "180.283", + "max": "180.435", + "min": "180.169", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "49.779", + "max": "50.362", + "min": "49.657", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "169.524", + "max": "173.61", + "min": "169.205", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "44.68", + "max": "46.879", + "min": "44.488", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "43.374", + "max": "45.784", + "min": "43.019", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "190.622", + "max": "192.363", + "min": "190.341", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "172.753", + "max": "175.076", + "min": "172.561", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "170.778", + "max": "172.217", + "min": "170.507", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "144.364", + "max": "145.699", + "min": "144.142", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "114.055", + "max": "114.988", + "min": "113.826", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "181.486", + "max": "185.385", + "min": "180.789", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "48.376", + "max": "52.232", + "min": "47.771", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "73.695", + "max": "76.119", + "min": "73.439", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "6.084", + "max": "6.204", + "min": "6.008", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "166.818", + "max": "168.085", + "min": "166.656", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "51.826", + "max": "52.92", + "min": "51.409", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "26.903", + "max": "27.498", + "min": "26.744", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "198.076", + "max": "199.298", + "min": "197.799", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "275.938", + "max": "276.306", + "min": "275.753", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "153.558", + "max": "156.139", + "min": "153.319", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "125.298", + "max": "125.778", + "min": "125.108", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "186.072", + "max": "186.751", + "min": "185.83", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "52.399", + "max": "65.368", + "min": "41.216", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "143.177", + "max": "143.315", + "min": "143.054", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "173.96", + "max": "182.813", + "min": "170.904", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "207.647", + "max": "208.477", + "min": "207.429", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "69.651", + "max": "72.733", + "min": "68.585", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "324.461", + "max": "324.91", + "min": "324.383", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "51.105", + "max": "55.673", + "min": "50.448", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "44.406", + "max": "45.05", + "min": "44.205", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "81.25", + "max": "83.752", + "min": "80.486", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "101.986", + "max": "151.07", + "min": "99.469", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "228.211", + "max": "254.289", + "min": "225.082", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "233.197", + "max": "233.721", + "min": "233.066", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "74.657", + "max": "76.627", + "min": "74.276", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "66.678", + "max": "69.302", + "min": "66.099", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "118.253", + "max": "118.759", + "min": "118.085", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "72.423", + "max": "75.802", + "min": "71.994", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "248.701", + "max": "250.222", + "min": "247.921", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "160.285", + "max": "160.682", + "min": "160.166", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "217.388", + "max": "217.848", + "min": "217.211", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "169.607", + "max": "169.914", + "min": "169.389", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "184.684", + "max": "192.742", + "min": "184.029", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "136.463", + "max": "139.303", + "min": "136.275", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "79.692", + "max": "80.465", + "min": "79.493", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "43.985", + "max": "45.363", + "min": "43.699", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "134.898", + "max": "135.841", + "min": "134.756", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "185.28", + "max": "185.769", + "min": "185.147", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "136.574", + "max": "149.176", + "min": "135.831", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "133.748", + "max": "134.304", + "min": "133.555", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "175.265", + "max": "178.89", + "min": "174.829", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "135.176", + "max": "137.604", + "min": "134.878", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "265.005", + "max": "265.434", + "min": "264.868", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "172.84", + "max": "173.087", + "min": "172.661", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "159.85", + "max": "162.094", + "min": "159.682", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "91.22", + "max": "92.086", + "min": "90.899", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "47.429", + "max": "48.578", + "min": "47.156", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "138.127", + "max": "138.498", + "min": "137.951", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "138.967", + "max": "139.501", + "min": "138.754", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "46.162", + "max": "46.511", + "min": "45.932", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "139.443", + "max": "140.652", + "min": "138.784", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "186.391", + "max": "187.381", + "min": "185.937", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "58.439", + "max": "59.838", + "min": "58.289", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "305.337", + "max": "308.041", + "min": "305.122", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "116.611", + "max": "120.672", + "min": "116.309", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "146.557", + "max": "146.774", + "min": "146.397", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "186.828", + "max": "187.086", + "min": "186.66", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "165.374", + "max": "207.895", + "min": "163.264", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "173.743", + "max": "174.374", + "min": "173.553", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "139.961", + "max": "142.833", + "min": "139.567", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "140.19", + "max": "140.373", + "min": "140.085", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "182.613", + "max": "183.177", + "min": "182.443", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "56.054", + "max": "56.75", + "min": "55.894", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "346.667", + "max": "350.264", + "min": "345.951", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "136.706", + "max": "136.869", + "min": "136.609", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "-1", + "max": "-1", + "min": "-1", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "217.881", + "max": "221.176", + "min": "217.479", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "123.639", + "max": "124.308", + "min": "123.453", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "134.004", + "max": "134.364", + "min": "133.84", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "178.322", + "max": "178.921", + "min": "178.188", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "277.404", + "max": "277.68", + "min": "277.271", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "310.434", + "max": "312.387", + "min": "309.185", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "114.024", + "max": "114.184", + "min": "113.929", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "177.808", + "max": "178.894", + "min": "177.536", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "398.886", + "max": "522.878", + "min": "244.016", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "166.686", + "max": "303.739", + "min": "93.453", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "200.102", + "max": "205.272", + "min": "199.122", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "264.544", + "max": "266.353", + "min": "264.358", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "153.622", + "max": "153.882", + "min": "153.5", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "140.683", + "max": "143.197", + "min": "140.246", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "153.26", + "max": "154.538", + "min": "152.907", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "203.061", + "max": "362.889", + "min": "129.198", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "220.219", + "max": "220.774", + "min": "220.109", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "25.661", + "max": "78.249", + "min": "20.298", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "11.63", + "max": "11.707", + "min": "11.563", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "24.5", + "max": "28.815", + "min": "23.765", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "107.958", + "max": "108.315", + "min": "107.814", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "190.777", + "max": "191.464", + "min": "190.504", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "145.56", + "max": "146.401", + "min": "145.32", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "222.589", + "max": "226.037", + "min": "222.262", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "134.853", + "max": "137.234", + "min": "134.625", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "136.306", + "max": "140.517", + "min": "136.001", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "128.238", + "max": "129.426", + "min": "128.01", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "311.891", + "max": "313.685", + "min": "311.271", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "154.671", + "max": "158.932", + "min": "154.279", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "112.926", + "max": "113.746", + "min": "112.696", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "164.226", + "max": "170.419", + "min": "162.941", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "143.747", + "max": "144.184", + "min": "143.54", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "159.992", + "max": "160.297", + "min": "159.792", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "111.272", + "max": "111.825", + "min": "111.107", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "46.951", + "max": "47.178", + "min": "46.797", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "198.698", + "max": "202.517", + "min": "198.104", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "0.038", + "max": "0.072", + "min": "0.024", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "64.169", + "max": "66.083", + "min": "63.912", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "225.19", + "max": "226.959", + "min": "224.837", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "37.047", + "max": "37.547", + "min": "36.786", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "55.836", + "max": "80.898", + "min": "54.47", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "180.931", + "max": "181.499", + "min": "180.812", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "42.34", + "max": "43.758", + "min": "42.165", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "41.313", + "max": "42.559", + "min": "41.175", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "42.794", + "max": "47.385", + "min": "41.84", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "221.189", + "max": "221.58", + "min": "221.041", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "66.655", + "max": "71.643", + "min": "66.338", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "37.051", + "max": "55.525", + "min": "36.135", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "123.944", + "max": "124.477", + "min": "123.466", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "181.472", + "max": "181.875", + "min": "181.035", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "21.657", + "max": "22.83", + "min": "21.396", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "289.177", + "max": "347.06", + "min": "278.228", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "158.288", + "max": "158.572", + "min": "158.111", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "150.192", + "max": "150.319", + "min": "150.08", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "415.632", + "max": "416.004", + "min": "415.274", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "15.807", + "max": "16.021", + "min": "15.666", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "109.336", + "max": "111.013", + "min": "109.179", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "77.29", + "max": "78.374", + "min": "77.101", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "212.584", + "max": "213.716", + "min": "212.355", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "49.628", + "max": "50.873", + "min": "49.386", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "175.923", + "max": "177.06", + "min": "175.663", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "280.968", + "max": "315.756", + "min": "215.915", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "123.019", + "max": "125.496", + "min": "122.734", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "131.417", + "max": "131.643", + "min": "131.33", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "35.117", + "max": "36.356", + "min": "34.839", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "173.294", + "max": "174.44", + "min": "173.15", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "48.268", + "max": "48.906", + "min": "48.059", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "46.318", + "max": "46.723", + "min": "46.106", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "63.427", + "max": "79.29", + "min": "62.771", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "59.022", + "max": "59.105", + "min": "58.946", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "43.107", + "max": "43.577", + "min": "42.869", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "91.088", + "max": "92.108", + "min": "90.833", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "63.612", + "max": "67.055", + "min": "63.355", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "22.601", + "max": "24.213", + "min": "22.388", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "78.193", + "max": "80.678", + "min": "77.945", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "42.693", + "max": "46.191", + "min": "42.182", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "38.697", + "max": "39.652", + "min": "38.524", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "42.685", + "max": "42.858", + "min": "42.576", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "47.525", + "max": "47.799", + "min": "47.355", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "85.266", + "max": "104.392", + "min": "83.928", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "63.504", + "max": "67.057", + "min": "62.65", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "67.026", + "max": "134.319", + "min": "38.535", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "45.713", + "max": "47.216", + "min": "45.534", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "89.409", + "max": "90.32", + "min": "89.152", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "52.883", + "max": "53.85", + "min": "52.665", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "67.523", + "max": "68.546", + "min": "67.043", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "37.78", + "max": "38.718", + "min": "37.416", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "222.388", + "max": "226.4", + "min": "221.951", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "37.038", + "max": "42.134", + "min": "36.71", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "73.042", + "max": "74.096", + "min": "72.697", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "43.965", + "max": "44.702", + "min": "43.829", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "203.924", + "max": "210.014", + "min": "202.522", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "83.754", + "max": "83.881", + "min": "83.557", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "49.929", + "max": "66.179", + "min": "49.099", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "49.403", + "max": "51.837", + "min": "48.781", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "38.872", + "max": "39.277", + "min": "38.695", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "304.133", + "max": "318.784", + "min": "301.055", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "110.494", + "max": "120.295", + "min": "109.535", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "245.343", + "max": "246.002", + "min": "240.011", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "176.847", + "max": "176.938", + "min": "176.77", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "42.25", + "max": "42.427", + "min": "42.142", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "111.741", + "max": "112.231", + "min": "111.576", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "182.082", + "max": "182.511", + "min": "181.766", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "63.962", + "max": "64.183", + "min": "63.801", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "85.969", + "max": "87.097", + "min": "85.53", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "41.914", + "max": "42.677", + "min": "41.767", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "34.984", + "max": "36.762", + "min": "34.603", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "134.53", + "max": "135.42", + "min": "134.413", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "135.138", + "max": "135.304", + "min": "135.014", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "271.79", + "max": "272.699", + "min": "271.559", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "117.749", + "max": "118.58", + "min": "117.345", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "44.598", + "max": "45.237", + "min": "44.438", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "111.502", + "max": "112.174", + "min": "111.387", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "47.907", + "max": "48.394", + "min": "47.752", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "236.38", + "max": "238.529", + "min": "236.147", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "156.659", + "max": "160.737", + "min": "153.622", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "47.989", + "max": "48.64", + "min": "47.809", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "95.95", + "max": "101.744", + "min": "94.921", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "190.905", + "max": "193.717", + "min": "189.743", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "136.081", + "max": "136.667", + "min": "135.738", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "256.161", + "max": "256.542", + "min": "255.997", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "104.235", + "max": "104.882", + "min": "104.042", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "65.818", + "max": "66.505", + "min": "65.712", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "44.209", + "max": "44.905", + "min": "44.066", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "72.508", + "max": "72.87", + "min": "72.387", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "119.836", + "max": "121.007", + "min": "119.59", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "120.474", + "max": "121.442", + "min": "120.271", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "96.1", + "max": "102.534", + "min": "94.001", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "197.553", + "max": "198.727", + "min": "196.474", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "129.108", + "max": "130.813", + "min": "128.091", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "80.55", + "max": "82.339", + "min": "80.366", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "130.429", + "max": "132.229", + "min": "130.055", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "56.764", + "max": "63.021", + "min": "56.183", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "199.566", + "max": "203.565", + "min": "194.006", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "215.909", + "max": "215.909", + "min": "215.909", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "43.39", + "max": "43.629", + "min": "43.301", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "33.223", + "max": "34.533", + "min": "33.018", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "133.591", + "max": "134.759", + "min": "133.325", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "63.836", + "max": "75.222", + "min": "55.939", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "59.322", + "max": "59.917", + "min": "59.203", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "190.175", + "max": "192.588", + "min": "189.844", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "45.341", + "max": "48.465", + "min": "44.852", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "139.672", + "max": "139.773", + "min": "139.592", + "id": "149", + "country": "Russia", + "source_name": "St Petersburg", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "176": { + "name": "Novosibirsk", + "data": { + "0": { + "avg": "244.757", + "max": "245.14", + "min": "241.359", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "366.704", + "max": "367.555", + "min": "366.348", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "180.172", + "max": "180.547", + "min": "180.026", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "98.589", + "max": "102.101", + "min": "98.069", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "91.573", + "max": "91.973", + "min": "91.397", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "82.796", + "max": "83.169", + "min": "82.665", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "98.137", + "max": "99.604", + "min": "97.872", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "367.573", + "max": "394.254", + "min": "365.592", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "44.167", + "max": "45.04", + "min": "43.966", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "65.031", + "max": "65.213", + "min": "64.895", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "98.82", + "max": "98.977", + "min": "98.652", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "200.168", + "max": "201.915", + "min": "199.994", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "166.378", + "max": "166.548", + "min": "166.276", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "175.024", + "max": "175.334", + "min": "174.885", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "191.538", + "max": "191.691", + "min": "191.436", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "168.145", + "max": "168.715", + "min": "167.883", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "106.263", + "max": "106.447", + "min": "106.012", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "179.905", + "max": "180.069", + "min": "179.807", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "107.257", + "max": "107.522", + "min": "107.098", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "110.034", + "max": "110.139", + "min": "109.939", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "369.071", + "max": "369.344", + "min": "368.939", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "173.889", + "max": "174.255", + "min": "173.79", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "223.196", + "max": "223.726", + "min": "223.066", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "226.458", + "max": "226.809", + "min": "226.269", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "69.568", + "max": "70.359", + "min": "69.348", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "78.124", + "max": "78.42", + "min": "77.959", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "108.432", + "max": "108.992", + "min": "108.223", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "98.81", + "max": "99.072", + "min": "98.544", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "103.469", + "max": "105.566", + "min": "103.215", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "229.266", + "max": "229.76", + "min": "228.923", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "122.621", + "max": "122.76", + "min": "122.535", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "110.146", + "max": "110.421", + "min": "109.972", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "258.766", + "max": "259.206", + "min": "258.632", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "53.034", + "max": "53.627", + "min": "52.88", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "96.354", + "max": "98.435", + "min": "95.924", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "180.111", + "max": "182.419", + "min": "179.801", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "224.717", + "max": "224.892", + "min": "224.647", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "228.097", + "max": "228.307", + "min": "227.907", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "197.243", + "max": "197.919", + "min": "197.066", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "165.396", + "max": "166.546", + "min": "165.095", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "235.148", + "max": "239.21", + "min": "232.601", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "104.666", + "max": "105.991", + "min": "104.292", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "125.263", + "max": "125.515", + "min": "125.122", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "67.732", + "max": "68.305", + "min": "67.599", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "220.141", + "max": "220.313", + "min": "219.972", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "109.042", + "max": "109.639", + "min": "108.593", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "77.059", + "max": "77.991", + "min": "76.907", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "241.921", + "max": "242.896", + "min": "241.684", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "307.161", + "max": "308.467", + "min": "305.706", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "199.7", + "max": "200.041", + "min": "199.597", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "168.826", + "max": "169.107", + "min": "168.667", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "231.35", + "max": "231.542", + "min": "231.121", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "110.423", + "max": "195.638", + "min": "95.462", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "185.197", + "max": "185.974", + "min": "184.708", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "349.227", + "max": "375.306", + "min": "344.881", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "138.012", + "max": "138.341", + "min": "137.772", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "121.5", + "max": "123.205", + "min": "120.531", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "376.09", + "max": "376.23", + "min": "376.015", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "115.87", + "max": "117.352", + "min": "115.444", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "93.89", + "max": "94.11", + "min": "93.78", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "149.117", + "max": "149.884", + "min": "148.665", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "151.649", + "max": "200.084", + "min": "147.753", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "199.559", + "max": "325.917", + "min": "187.909", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "223.788", + "max": "224.203", + "min": "223.619", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "126.799", + "max": "127.137", + "min": "126.667", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "116.348", + "max": "118.638", + "min": "116.055", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "169.543", + "max": "170.533", + "min": "169.364", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "113.175", + "max": "113.428", + "min": "112.595", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "292.894", + "max": "295.569", + "min": "292.155", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "205.647", + "max": "207.046", + "min": "205.439", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "92.638", + "max": "94.475", + "min": "92.437", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "220.908", + "max": "222.155", + "min": "220.6", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "242.729", + "max": "243.43", + "min": "242.53", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "191.719", + "max": "191.857", + "min": "191.639", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "142.483", + "max": "144.515", + "min": "142.109", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "97.422", + "max": "98.136", + "min": "97.141", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "197.095", + "max": "197.258", + "min": "196.96", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "222.389", + "max": "224.319", + "min": "219.835", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "191.646", + "max": "193.774", + "min": "191.395", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "181.127", + "max": "182.911", + "min": "180.041", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "222.585", + "max": "222.965", + "min": "222.349", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "167.739", + "max": "168.065", + "min": "167.507", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "145.815", + "max": "146.55", + "min": "141.519", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "343.564", + "max": "345.227", + "min": "343.363", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "218.975", + "max": "219.205", + "min": "218.819", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "146.737", + "max": "148.174", + "min": "146.246", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "101.34", + "max": "101.897", + "min": "101.028", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "190.511", + "max": "190.748", + "min": "190.371", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "199.117", + "max": "200.955", + "min": "198.903", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "102.544", + "max": "108.558", + "min": "102.066", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "189.222", + "max": "191.414", + "min": "188.556", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "231.965", + "max": "232.85", + "min": "231.76", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "112.896", + "max": "113.011", + "min": "112.81", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "226.967", + "max": "228.598", + "min": "226.691", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "169.068", + "max": "171.076", + "min": "168.822", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "201.548", + "max": "202.897", + "min": "201.157", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "236.512", + "max": "236.899", + "min": "236.335", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "215.158", + "max": "236.644", + "min": "213.371", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "232.822", + "max": "233.044", + "min": "232.728", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "187.675", + "max": "193.987", + "min": "187.042", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "192.881", + "max": "193.508", + "min": "192.745", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "236.063", + "max": "236.24", + "min": "235.899", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "99.665", + "max": "100.345", + "min": "99.55", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "390.734", + "max": "392.126", + "min": "390.11", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "189.603", + "max": "190.023", + "min": "189.42", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "399.254", + "max": "417.257", + "min": "360.446", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "267.234", + "max": "267.506", + "min": "267.104", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "164.907", + "max": "165.157", + "min": "164.675", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "187.123", + "max": "187.301", + "min": "186.994", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "202.594", + "max": "206.233", + "min": "201.844", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "237.22", + "max": "237.461", + "min": "237.007", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "144.853", + "max": "145.013", + "min": "144.755", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "173.167", + "max": "173.288", + "min": "173.062", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "229.633", + "max": "269.064", + "min": "227.985", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "527.329", + "max": "632.578", + "min": "351.619", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "206.791", + "max": "364.128", + "min": "142.644", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "239.437", + "max": "244.725", + "min": "238.874", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "120.624", + "max": "122.405", + "min": "120.305", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "208.843", + "max": "210.434", + "min": "208.67", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "195.889", + "max": "196.496", + "min": "195.565", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "199.316", + "max": "199.819", + "min": "199.095", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "259.525", + "max": "417.84", + "min": "187.938", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "274.82", + "max": "275.515", + "min": "274.676", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "110.652", + "max": "303.713", + "min": "100.717", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "67.853", + "max": "68.111", + "min": "67.776", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "75.595", + "max": "76.342", + "min": "75.191", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "170.26", + "max": "171.247", + "min": "170.053", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "232.041", + "max": "232.527", + "min": "231.821", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "189.926", + "max": "191.799", + "min": "189.59", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "258.185", + "max": "263.075", + "min": "257.71", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "187.221", + "max": "187.698", + "min": "187.056", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "183.478", + "max": "183.665", + "min": "183.31", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "188.243", + "max": "188.54", + "min": "188.065", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "373.029", + "max": "374.523", + "min": "372.462", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "207.422", + "max": "207.698", + "min": "207.305", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "163.655", + "max": "163.947", + "min": "163.502", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "219.325", + "max": "229.814", + "min": "218.09", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "205.072", + "max": "205.528", + "min": "204.932", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "197.855", + "max": "198.006", + "min": "197.699", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "161.791", + "max": "162.629", + "min": "161.603", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "99.395", + "max": "99.862", + "min": "99.26", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "257.846", + "max": "258.444", + "min": "257.524", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "49.588", + "max": "50.659", + "min": "49.429", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "101.416", + "max": "101.821", + "min": "101.183", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "237.44", + "max": "245.118", + "min": "236.626", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "95.223", + "max": "96.087", + "min": "94.878", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "107.804", + "max": "114.325", + "min": "106.678", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "371.849", + "max": "372.369", + "min": "371.667", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "98.011", + "max": "101.721", + "min": "97.754", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "97.455", + "max": "97.797", + "min": "97.302", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "88.089", + "max": "104.595", + "min": "86.56", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "129.033", + "max": "129.193", + "min": "128.932", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "110.775", + "max": "112.587", + "min": "110.496", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "87.066", + "max": "111.861", + "min": "85.517", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "175.812", + "max": "176.038", + "min": "175.696", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "224.571", + "max": "262.917", + "min": "222.999", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "68.684", + "max": "69.628", + "min": "68.421", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "320.807", + "max": "366.42", + "min": "311.955", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "204.675", + "max": "204.868", + "min": "204.437", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "197.098", + "max": "197.27", + "min": "196.982", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "465.792", + "max": "466.188", + "min": "465.483", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "104.677", + "max": "104.875", + "min": "104.593", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "158.56", + "max": "159.997", + "min": "158.328", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "101.463", + "max": "101.869", + "min": "101.348", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "257.3", + "max": "257.449", + "min": "257.214", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "0.038", + "max": "0.194", + "min": "0.021", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "275.811", + "max": "277.282", + "min": "275.516", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "133.627", + "max": "135.759", + "min": "131.907", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "162.085", + "max": "162.332", + "min": "161.931", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "186.085", + "max": "186.24", + "min": "185.997", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "87.35", + "max": "88.302", + "min": "87.111", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "235.086", + "max": "235.366", + "min": "234.926", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "104.306", + "max": "107.389", + "min": "104.011", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "92.503", + "max": "99.532", + "min": "91.98", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "105.778", + "max": "127.815", + "min": "104.674", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "94.411", + "max": "95.066", + "min": "94.241", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "97.95", + "max": "98.797", + "min": "97.635", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "128.791", + "max": "129.396", + "min": "128.514", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "113.361", + "max": "113.762", + "min": "113.28", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "29.16", + "max": "29.993", + "min": "29.012", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "120.943", + "max": "127.123", + "min": "120.393", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "90.129", + "max": "90.605", + "min": "89.814", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "95.004", + "max": "95.233", + "min": "94.892", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "91.41", + "max": "91.629", + "min": "91.262", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "100.615", + "max": "101.429", + "min": "100.417", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "153.188", + "max": "153.74", + "min": "152.906", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "111.535", + "max": "117.48", + "min": "110.654", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "118.413", + "max": "176.732", + "min": "89.842", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "89.53", + "max": "89.925", + "min": "89.312", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "166.639", + "max": "168.214", + "min": "166.276", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "108.474", + "max": "108.73", + "min": "108.251", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "108.214", + "max": "108.783", + "min": "107.8", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "89.624", + "max": "89.9", + "min": "89.434", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "290.716", + "max": "292.834", + "min": "290.492", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "90.361", + "max": "90.558", + "min": "90.261", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "89.671", + "max": "90.012", + "min": "89.496", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "98.939", + "max": "99.042", + "min": "98.867", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "244.15", + "max": "251.601", + "min": "242.906", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "119.742", + "max": "120.725", + "min": "119.573", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "93.003", + "max": "102.97", + "min": "92.136", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "90.411", + "max": "90.537", + "min": "90.281", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "94.419", + "max": "94.834", + "min": "93.845", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "263.879", + "max": "273.328", + "min": "261.106", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "169.889", + "max": "179.001", + "min": "168.534", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "142.875", + "max": "143.079", + "min": "142.74", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "236.76", + "max": "236.922", + "min": "236.622", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "94.776", + "max": "96.26", + "min": "94.565", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "56.048", + "max": "57.26", + "min": "55.85", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "253.616", + "max": "253.882", + "min": "253.449", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "108.371", + "max": "108.593", + "min": "108.138", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "158.682", + "max": "159.935", + "min": "158.381", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "96.911", + "max": "98.474", + "min": "96.564", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "89.883", + "max": "91.021", + "min": "89.585", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "186.656", + "max": "186.848", + "min": "186.548", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "186.303", + "max": "186.784", + "min": "186.195", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "267.444", + "max": "478.061", + "min": "259.148", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "162.935", + "max": "163.415", + "min": "162.515", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "93.079", + "max": "93.703", + "min": "92.933", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "163.498", + "max": "163.642", + "min": "163.377", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "94.502", + "max": "94.728", + "min": "94.383", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "300.981", + "max": "301.564", + "min": "300.782", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "210.188", + "max": "214.305", + "min": "207.236", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "107.286", + "max": "107.589", + "min": "107.156", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "128.376", + "max": "129.325", + "min": "127.867", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "236.159", + "max": "238.467", + "min": "235.013", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "280.45", + "max": "281.442", + "min": "279.976", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "111.817", + "max": "112.03", + "min": "111.647", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "76.38", + "max": "76.795", + "min": "76.177", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "122.266", + "max": "122.435", + "min": "122.165", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "98.843", + "max": "99.382", + "min": "98.714", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "121.366", + "max": "122.013", + "min": "121.267", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "178.48", + "max": "180.838", + "min": "177.831", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "172.646", + "max": "172.887", + "min": "172.498", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "143.306", + "max": "149.608", + "min": "141.126", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "250.824", + "max": "252.029", + "min": "249.848", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "178.196", + "max": "179.935", + "min": "176.945", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "139.677", + "max": "140.855", + "min": "139.426", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "185.864", + "max": "186.171", + "min": "185.629", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "106.139", + "max": "110.642", + "min": "105.653", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "112.666", + "max": "117.608", + "min": "102.092", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "263.307", + "max": "263.307", + "min": "263.307", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "101.566", + "max": "104.551", + "min": "101.388", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "89.584", + "max": "89.853", + "min": "89.461", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "193.874", + "max": "197.284", + "min": "193.49", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "115.356", + "max": "125.284", + "min": "107.306", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "115.245", + "max": "115.41", + "min": "115.111", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "196.396", + "max": "198.414", + "min": "196.047", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "70.873", + "max": "71.799", + "min": "70.629", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "190.898", + "max": "191.284", + "min": "190.804", + "id": "176", + "country": "Russia", + "source_name": "Novosibirsk", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "194": { + "name": "Kazan", + "data": { + "0": { + "avg": "221.457", + "max": "223.376", + "min": "221.107", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "312.033", + "max": "318.297", + "min": "311.509", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "144.561", + "max": "144.678", + "min": "144.469", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "66.274", + "max": "70.108", + "min": "65.327", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "62.274", + "max": "63.724", + "min": "61.985", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "274.257", + "max": "275.559", + "min": "274.028", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "63.458", + "max": "65.191", + "min": "63.156", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "317.876", + "max": "335.427", + "min": "316.788", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "15.115", + "max": "15.381", + "min": "14.984", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "32.191", + "max": "39.996", + "min": "31.713", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "68.188", + "max": "69.195", + "min": "67.96", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "168.518", + "max": "188.461", + "min": "167.56", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "131.95", + "max": "139.411", + "min": "131.523", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "133.603", + "max": "134.515", + "min": "133.438", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "164.873", + "max": "165.863", + "min": "164.681", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "139.916", + "max": "140.447", + "min": "139.188", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "75.533", + "max": "76.769", + "min": "75.207", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "150.069", + "max": "154.37", + "min": "149.722", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "84.058", + "max": "84.242", + "min": "83.92", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "77.932", + "max": "79.155", + "min": "77.782", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "342.839", + "max": "343.012", + "min": "341.952", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "151.822", + "max": "152.124", + "min": "151.689", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "194.409", + "max": "195.76", + "min": "194.17", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "187.507", + "max": "189.887", + "min": "187.249", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "38.912", + "max": "39.712", + "min": "38.764", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "40.072", + "max": "42.703", + "min": "39.769", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "67.361", + "max": "69.062", + "min": "67.057", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "68.117", + "max": "68.727", + "min": "67.934", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "66.965", + "max": "68.84", + "min": "66.719", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "194.582", + "max": "195.808", + "min": "194.281", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "190.82", + "max": "192.062", + "min": "190.626", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "86.015", + "max": "87.035", + "min": "85.824", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "199.476", + "max": "201.281", + "min": "199.08", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "24.215", + "max": "41.131", + "min": "23.394", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "69.795", + "max": "73.487", + "min": "69.364", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "219.462", + "max": "223.367", + "min": "219.017", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "199.074", + "max": "200.494", + "min": "198.926", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "198.92", + "max": "200.545", + "min": "198.693", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "171.229", + "max": "172.86", + "min": "170.984", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "137.694", + "max": "140.602", + "min": "137.334", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "210.721", + "max": "213.9", + "min": "210.049", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "66.51", + "max": "71.372", + "min": "65.883", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "98.046", + "max": "101.022", + "min": "95.317", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "36.577", + "max": "47.283", + "min": "35.68", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "229.007", + "max": "229.556", + "min": "228.795", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "77.554", + "max": "79.516", + "min": "77.134", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "50.372", + "max": "50.776", + "min": "50.179", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "204.251", + "max": "205.547", + "min": "204.043", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "292.101", + "max": "294.927", + "min": "290.618", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "169.133", + "max": "169.468", + "min": "168.994", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "138.005", + "max": "140.126", + "min": "137.596", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "203.612", + "max": "205.227", + "min": "203.318", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "132.784", + "max": "142.669", + "min": "123.753", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "154.568", + "max": "170.191", + "min": "153.764", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "313.756", + "max": "330.085", + "min": "309.601", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "196.552", + "max": "198.095", + "min": "196.231", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "93.772", + "max": "96.11", + "min": "92.893", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "342.64", + "max": "343.367", + "min": "342.541", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "81.697", + "max": "85.163", + "min": "81.276", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "62.807", + "max": "67.879", + "min": "62.372", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "112.845", + "max": "115.311", + "min": "112.152", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "123.427", + "max": "166.273", + "min": "120.196", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "228.858", + "max": "235.216", + "min": "228.179", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "255.883", + "max": "256.609", + "min": "255.758", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "92.583", + "max": "93.743", + "min": "92.35", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "89.51", + "max": "89.825", + "min": "89.355", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "130.82", + "max": "131.69", + "min": "130.663", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "87.954", + "max": "107.75", + "min": "86.234", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "261.784", + "max": "263.673", + "min": "260.922", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "180.282", + "max": "184.498", + "min": "179.965", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "188.892", + "max": "193.246", + "min": "188.397", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "196.558", + "max": "198.085", + "min": "196.184", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "197.476", + "max": "199.1", + "min": "197.287", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "167.845", + "max": "169.3", + "min": "167.667", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "107.624", + "max": "110.142", + "min": "107.368", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "69.903", + "max": "75.649", + "min": "69.419", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "162.079", + "max": "162.502", + "min": "161.924", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "183.358", + "max": "184.909", + "min": "183.095", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "161.605", + "max": "163.501", + "min": "161.318", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "151.399", + "max": "153.283", + "min": "150.45", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "191.118", + "max": "193.181", + "min": "190.822", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "138.798", + "max": "139.946", + "min": "138.418", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "299.02", + "max": "301.628", + "min": "298.431", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "292.066", + "max": "292.892", + "min": "291.837", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "175.204", + "max": "175.956", + "min": "175.05", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "123.189", + "max": "124.646", + "min": "122.913", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "69.614", + "max": "71.937", + "min": "69.265", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "167.433", + "max": "168.384", + "min": "167.221", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "152.026", + "max": "152.861", + "min": "151.783", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "69.281", + "max": "74.828", + "min": "68.695", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "164.2", + "max": "165.723", + "min": "163.538", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "191.998", + "max": "194.804", + "min": "191.609", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "81.933", + "max": "82.019", + "min": "81.854", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "246.977", + "max": "250.017", + "min": "246.635", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "136.133", + "max": "137.658", + "min": "135.928", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "163.503", + "max": "165.717", + "min": "163.184", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "203.978", + "max": "212.926", + "min": "203.236", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "192.718", + "max": "204.375", + "min": "191.667", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "201.513", + "max": "201.976", + "min": "201.395", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "161.653", + "max": "163.754", + "min": "161.265", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "169.126", + "max": "169.631", + "min": "168.972", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "214.666", + "max": "214.833", + "min": "214.475", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "75.592", + "max": "77.025", + "min": "75.379", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "366.33", + "max": "369.381", + "min": "365.713", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "157.572", + "max": "159.206", + "min": "157.268", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "373.549", + "max": "382.344", + "min": "351.169", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "224.323", + "max": "226.853", + "min": "223.682", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "139.599", + "max": "140.176", + "min": "139.34", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "149.818", + "max": "150.042", + "min": "149.689", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "191.549", + "max": "192.251", + "min": "191.402", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "235.953", + "max": "236.502", + "min": "235.75", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "171.86", + "max": "173.013", + "min": "171.677", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "123.301", + "max": "123.87", + "min": "123.18", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "199.438", + "max": "200.741", + "min": "199.177", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "397.251", + "max": "518.538", + "min": "240.118", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "172.842", + "max": "248.59", + "min": "102.312", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "222.012", + "max": "225.092", + "min": "221.462", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "193.67", + "max": "195.921", + "min": "193.4", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "174.027", + "max": "175.139", + "min": "173.828", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "172.776", + "max": "173.762", + "min": "172.442", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "170.984", + "max": "172.435", + "min": "170.608", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "235.914", + "max": "390.948", + "min": "158.896", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "242.001", + "max": "242.775", + "min": "241.783", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "50.465", + "max": "118.137", + "min": "47.712", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "36.018", + "max": "36.689", + "min": "35.908", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "41.646", + "max": "42.977", + "min": "41.043", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "130.279", + "max": "133.119", + "min": "127.912", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "209.678", + "max": "210.481", + "min": "209.454", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "157.456", + "max": "158.885", + "min": "157.157", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "223.492", + "max": "225.065", + "min": "223.243", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "160.117", + "max": "163.349", + "min": "159.681", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "150.598", + "max": "151.731", + "min": "150.399", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "154.338", + "max": "154.854", + "min": "154.131", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "335.27", + "max": "336.777", + "min": "334.497", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "183.7", + "max": "186.792", + "min": "183.401", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "128.605", + "max": "128.83", + "min": "128.415", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "191.552", + "max": "207.329", + "min": "190.197", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "169.291", + "max": "172.655", + "min": "168.825", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "162.37", + "max": "164.096", + "min": "161.952", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "136.762", + "max": "137.698", + "min": "136.601", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "66.088", + "max": "66.915", + "min": "65.897", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "224.905", + "max": "228.667", + "min": "224.479", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "22.608", + "max": "24.505", + "min": "22.425", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "66.426", + "max": "66.595", + "min": "66.209", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "237.734", + "max": "248.4", + "min": "237.146", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "60.101", + "max": "60.702", + "min": "59.79", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "82.595", + "max": "91.965", + "min": "81.889", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "333.333", + "max": "334.344", + "min": "333.115", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "65.092", + "max": "67.455", + "min": "64.783", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "66.453", + "max": "69.532", + "min": "66.192", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "57.505", + "max": "67.914", + "min": "56.182", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "220.271", + "max": "223.489", + "min": "220.049", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "81.528", + "max": "99.417", + "min": "80.59", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "60.086", + "max": "60.283", + "min": "59.907", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "141.682", + "max": "142.504", + "min": "141.512", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "194.543", + "max": "196.071", + "min": "194.211", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "39.484", + "max": "41.977", + "min": "39.117", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "292.487", + "max": "338.561", + "min": "284.215", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "173.229", + "max": "173.989", + "min": "172.899", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "167.201", + "max": "167.403", + "min": "167.079", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "429.104", + "max": "431.987", + "min": "428.506", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "70.333", + "max": "71.606", + "min": "70.135", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "124.641", + "max": "125.859", + "min": "124.373", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "73.194", + "max": "86.32", + "min": "72.451", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "231.305", + "max": "232.356", + "min": "231.125", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "29.927", + "max": "53.054", + "min": "28.975", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "203.453", + "max": "204.944", + "min": "203.204", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "283.974", + "max": "284.52", + "min": "283.631", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "137.746", + "max": "138.006", + "min": "137.579", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "152.367", + "max": "153.762", + "min": "152.189", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "58.005", + "max": "58.488", + "min": "57.83", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "249.344", + "max": "256.13", + "min": "248.859", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "76.412", + "max": "77.77", + "min": "74.587", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "64.908", + "max": "67.281", + "min": "64.559", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "89.825", + "max": "92.222", + "min": "89.552", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "71.657", + "max": "74.068", + "min": "71.395", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "66.693", + "max": "67.786", + "min": "66.181", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "104.38", + "max": "127.36", + "min": "103.351", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "85.044", + "max": "87.433", + "min": "84.857", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "0.042", + "max": "0.145", + "min": "0.023", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "95.824", + "max": "96.058", + "min": "95.653", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "63.042", + "max": "65.777", + "min": "62.617", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "61.961", + "max": "63.766", + "min": "61.764", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "57.378", + "max": "58.098", + "min": "57.242", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "75.8", + "max": "76.014", + "min": "75.651", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "129.11", + "max": "133.963", + "min": "128.567", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "71.278", + "max": "73.998", + "min": "70.449", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "75.156", + "max": "100.377", + "min": "59.178", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "62.374", + "max": "64.416", + "min": "62.146", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "133.406", + "max": "134.758", + "min": "133.178", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "77.603", + "max": "78.601", + "min": "77.332", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "82.003", + "max": "87.917", + "min": "81.25", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "65.512", + "max": "90.839", + "min": "62.753", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "245.618", + "max": "247.23", + "min": "245.315", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "62.937", + "max": "63.468", + "min": "62.777", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "59.781", + "max": "62.272", + "min": "59.438", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "67.46", + "max": "67.637", + "min": "67.357", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "208.539", + "max": "215.228", + "min": "206.929", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "97.7", + "max": "97.927", + "min": "97.555", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "63.472", + "max": "71.234", + "min": "62.266", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "58.024", + "max": "60.094", + "min": "57.638", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "69.716", + "max": "70.467", + "min": "69.265", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "288.582", + "max": "291.163", + "min": "288.29", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "126.426", + "max": "134.372", + "min": "125.015", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "274.355", + "max": "277.81", + "min": "267.553", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "204.91", + "max": "206.638", + "min": "204.601", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "62.983", + "max": "64.119", + "min": "62.827", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "86.69", + "max": "88.382", + "min": "86.424", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "221.439", + "max": "222.697", + "min": "221.031", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "75.987", + "max": "77.076", + "min": "75.749", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "125.708", + "max": "130.465", + "min": "125.065", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "70.758", + "max": "72.064", + "min": "70.402", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "60.197", + "max": "62.115", + "min": "59.82", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "164.349", + "max": "166.544", + "min": "164.146", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "160.761", + "max": "160.884", + "min": "160.673", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "259.949", + "max": "261.854", + "min": "259.556", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "144.91", + "max": "147.597", + "min": "144.577", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "61.663", + "max": "62.695", + "min": "61.468", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "138.382", + "max": "141.365", + "min": "138.158", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "63.865", + "max": "64.225", + "min": "63.739", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "265.771", + "max": "268.927", + "min": "265.198", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "172.34", + "max": "176.744", + "min": "169.456", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "84.12", + "max": "85.354", + "min": "83.886", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "110.026", + "max": "122.977", + "min": "108.933", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "210.112", + "max": "213.857", + "min": "208.758", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "244.366", + "max": "245.638", + "min": "243.835", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "242.041", + "max": "243.54", + "min": "241.756", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "50.094", + "max": "50.601", + "min": "49.964", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "94.702", + "max": "95.488", + "min": "94.587", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "57.568", + "max": "58.667", + "min": "57.427", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "111.874", + "max": "112.018", + "min": "111.77", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "143.491", + "max": "145.313", + "min": "143", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "141.222", + "max": "144.08", + "min": "140.953", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "124.618", + "max": "128.257", + "min": "122.567", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "226.394", + "max": "227.83", + "min": "226.022", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "143.999", + "max": "147.086", + "min": "142.897", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "101.356", + "max": "104.142", + "min": "100.966", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "154.366", + "max": "155.521", + "min": "153.962", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "74.66", + "max": "79.056", + "min": "74.056", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "218.302", + "max": "221.166", + "min": "214.12", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "267.091", + "max": "267.091", + "min": "267.091", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "67.648", + "max": "68.58", + "min": "67.534", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "55.955", + "max": "58.348", + "min": "55.564", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "162.775", + "max": "163.628", + "min": "162.539", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "89.329", + "max": "99.495", + "min": "80.831", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "87.18", + "max": "88.502", + "min": "86.937", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "191.901", + "max": "196.62", + "min": "191.264", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "67.148", + "max": "67.946", + "min": "66.923", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "163.268", + "max": "182.153", + "min": "162.488", + "id": "194", + "country": "Russia", + "source_name": "Kazan", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "224": { + "name": "Vladivostok", + "data": { + "0": { + "avg": "375.939", + "max": "376.085", + "min": "375.8", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "192.352", + "max": "194.845", + "min": "191.95", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "227.405", + "max": "228.485", + "min": "227.205", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "141.884", + "max": "143.899", + "min": "141.57", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "138.571", + "max": "139.434", + "min": "138.304", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "37.859", + "max": "39.524", + "min": "37.535", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "160.062", + "max": "160.695", + "min": "158.144", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "353.711", + "max": "370.273", + "min": "352.55", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "102.983", + "max": "104.864", + "min": "102.666", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "117.084", + "max": "133.069", + "min": "115.189", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "147.529", + "max": "149.816", + "min": "147.138", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "259.869", + "max": "260.373", + "min": "259.711", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "210.63", + "max": "210.904", + "min": "210.487", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "233.432", + "max": "234.244", + "min": "233.177", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "252.075", + "max": "252.367", + "min": "251.954", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "232.94", + "max": "233.496", + "min": "232.397", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "161.895", + "max": "162.269", + "min": "161.666", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "240.045", + "max": "240.966", + "min": "239.833", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "162.23", + "max": "162.506", + "min": "161.998", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "160.15", + "max": "163.169", + "min": "159.885", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "166.319", + "max": "166.588", + "min": "166.138", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "228.858", + "max": "229.376", + "min": "228.681", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "287.422", + "max": "289.177", + "min": "287.17", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "288.854", + "max": "303.186", + "min": "287.737", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "132.657", + "max": "134.653", + "min": "132.334", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "126.287", + "max": "126.708", + "min": "126.112", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "147.634", + "max": "149.689", + "min": "147.288", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "139.702", + "max": "143.059", + "min": "139.343", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "135.119", + "max": "135.527", + "min": "134.889", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "283.457", + "max": "284.291", + "min": "283.093", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "110.669", + "max": "111.638", + "min": "110.443", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "158.748", + "max": "159.315", + "min": "158.492", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "276.867", + "max": "279.088", + "min": "276.508", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "109.138", + "max": "110.038", + "min": "108.941", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "126.238", + "max": "127.703", + "min": "125.929", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "287.504", + "max": "291.1", + "min": "287.08", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "287.741", + "max": "287.892", + "min": "287.64", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "264.453", + "max": "270.434", + "min": "263.981", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "265.118", + "max": "265.474", + "min": "264.908", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "226.765", + "max": "228.992", + "min": "226.268", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "277.829", + "max": "280.675", + "min": "277.351", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "174.368", + "max": "272.828", + "min": "146.408", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "168.629", + "max": "168.946", + "min": "168.476", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "128.096", + "max": "136.545", + "min": "127.584", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "256.204", + "max": "257.521", + "min": "255.957", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "147.135", + "max": "148.06", + "min": "146.566", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "135.054", + "max": "136.111", + "min": "134.787", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "284.875", + "max": "286.588", + "min": "284.543", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "390.189", + "max": "391.597", + "min": "389.051", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "286.086", + "max": "286.48", + "min": "285.889", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "215.396", + "max": "216.481", + "min": "215.061", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "288.147", + "max": "288.751", + "min": "287.89", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "192.094", + "max": "206.14", + "min": "176.559", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "263.837", + "max": "264.871", + "min": "263.642", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "358.756", + "max": "364.449", + "min": "355.75", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "109.711", + "max": "110.929", + "min": "109.427", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "224.054", + "max": "228.533", + "min": "223.139", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "448.005", + "max": "448.372", + "min": "447.842", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "157.941", + "max": "159.241", + "min": "157.564", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "143.125", + "max": "143.905", + "min": "142.871", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "173.644", + "max": "177.053", + "min": "172.649", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "184.621", + "max": "204.729", + "min": "183.088", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "218.485", + "max": "251.066", + "min": "214.64", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "98.055", + "max": "98.39", + "min": "97.913", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "178.157", + "max": "178.385", + "min": "178.018", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "179.801", + "max": "180.36", + "min": "179.62", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "210.281", + "max": "216.455", + "min": "209.404", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "166.415", + "max": "166.902", + "min": "166.047", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "345.399", + "max": "350.011", + "min": "344.682", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "265.52", + "max": "268.811", + "min": "265.117", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "72.587", + "max": "73.93", + "min": "72.287", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "284.202", + "max": "285.929", + "min": "283.887", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "294.493", + "max": "295.714", + "min": "294.191", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "237.506", + "max": "238.013", + "min": "237.32", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "178.332", + "max": "178.803", + "min": "178.126", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "158.643", + "max": "161.589", + "min": "158.283", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "229.435", + "max": "229.838", + "min": "229.196", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "294.115", + "max": "294.678", + "min": "293.904", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "245.876", + "max": "250.883", + "min": "245.386", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "243.433", + "max": "244.148", + "min": "243.285", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "285.541", + "max": "288.18", + "min": "285.219", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "225.43", + "max": "226.565", + "min": "225.103", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "85.364", + "max": "90.343", + "min": "75.228", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "268.033", + "max": "270.5", + "min": "267.598", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "266.281", + "max": "269.199", + "min": "266.016", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "202.167", + "max": "203.374", + "min": "201.633", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "144.734", + "max": "145.575", + "min": "144.447", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "245.502", + "max": "246.027", + "min": "245.288", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "235.927", + "max": "237.688", + "min": "235.61", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "158.672", + "max": "161.078", + "min": "158.247", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "250.008", + "max": "250.931", + "min": "249.304", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "290.374", + "max": "290.926", + "min": "290.159", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "161.781", + "max": "161.919", + "min": "161.678", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "278.096", + "max": "278.596", + "min": "277.876", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "222.552", + "max": "222.875", + "min": "222.386", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "324.23", + "max": "325.69", + "min": "323.894", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "282.683", + "max": "283.856", + "min": "282.329", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "272.603", + "max": "284.313", + "min": "271.604", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "297.284", + "max": "299.526", + "min": "296.951", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "231.838", + "max": "233.031", + "min": "231.618", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "245.808", + "max": "246.588", + "min": "245.632", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "273.389", + "max": "274.799", + "min": "273.16", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "169.865", + "max": "170.299", + "min": "169.63", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "444.144", + "max": "449.098", + "min": "442.995", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "251.456", + "max": "257.74", + "min": "250.988", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "143.918", + "max": "144.542", + "min": "143.624", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "302.57", + "max": "303.719", + "min": "302.126", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "224.742", + "max": "227.569", + "min": "224.432", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "227.69", + "max": "230.144", + "min": "227.433", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "253.716", + "max": "256.01", + "min": "253.333", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "88.46", + "max": "103.215", + "min": "87.718", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "125.31", + "max": "126.054", + "min": "125.051", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "223.038", + "max": "223.927", + "min": "222.785", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "282.85", + "max": "286.539", + "min": "282.408", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "521.389", + "max": "639.445", + "min": "352.449", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "290.902", + "max": "429.818", + "min": "192.05", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "296.221", + "max": "297.134", + "min": "295.763", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "181.688", + "max": "184.537", + "min": "181.184", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "248.637", + "max": "249.909", + "min": "248.414", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "252.987", + "max": "254.263", + "min": "252.558", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "283.346", + "max": "284.196", + "min": "282.937", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "312.34", + "max": "469.187", + "min": "234.679", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "333.989", + "max": "334.329", + "min": "333.786", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "137.288", + "max": "221.273", + "min": "130.094", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "117.587", + "max": "118.065", + "min": "117.46", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "131.494", + "max": "137.404", + "min": "130.714", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "224.83", + "max": "225.241", + "min": "224.589", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "287.993", + "max": "289.066", + "min": "287.638", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "246.318", + "max": "246.821", + "min": "246.131", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "323.231", + "max": "324.795", + "min": "322.918", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "241.733", + "max": "242.229", + "min": "241.509", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "243.638", + "max": "251.101", + "min": "243.157", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "238.256", + "max": "238.586", + "min": "238.097", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "440.337", + "max": "442.917", + "min": "439.587", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "273.484", + "max": "275.79", + "min": "273.206", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "205.871", + "max": "206.898", + "min": "205.667", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "268.015", + "max": "276.16", + "min": "266.952", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "259.798", + "max": "260.007", + "min": "259.678", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "242.707", + "max": "243.402", + "min": "242.462", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "209.001", + "max": "209.594", + "min": "208.736", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "141.767", + "max": "142.204", + "min": "141.471", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "300.576", + "max": "307.26", + "min": "299.966", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "111.752", + "max": "112.284", + "min": "111.542", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "163.148", + "max": "163.624", + "min": "162.969", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "332.882", + "max": "338.139", + "min": "332.245", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "133.554", + "max": "134.115", + "min": "133.185", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "171.135", + "max": "192.974", + "min": "169.969", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "353.032", + "max": "353.426", + "min": "352.864", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "136.839", + "max": "137.47", + "min": "136.634", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "145.937", + "max": "173.93", + "min": "141.297", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "146.161", + "max": "152.977", + "min": "145.196", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "54.771", + "max": "55.242", + "min": "54.618", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "175.439", + "max": "176.432", + "min": "175.135", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "144.691", + "max": "145.219", + "min": "144.427", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "241.644", + "max": "242.178", + "min": "241.493", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "298.642", + "max": "299.521", + "min": "298.417", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "128.916", + "max": "129.866", + "min": "128.636", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "399.113", + "max": "433.503", + "min": "390.184", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "272.456", + "max": "273.192", + "min": "272.302", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": null, + "max": null, + "min": null, + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "252.838", + "max": "253.548", + "min": "252.652", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "700.376", + "max": "700.932", + "min": "699.893", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "124.225", + "max": "125.75", + "min": "123.888", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "226.551", + "max": "227.022", + "min": "226.292", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "165.561", + "max": "166.924", + "min": "165.346", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "300.844", + "max": "300.969", + "min": "300.751", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "56.157", + "max": "57.502", + "min": "55.85", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "267.233", + "max": "268.312", + "min": "266.934", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "81.018", + "max": "81.566", + "min": "80.761", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "227.151", + "max": "227.66", + "min": "226.985", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "249.555", + "max": "250.462", + "min": "249.375", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "127.179", + "max": "130.744", + "min": "126.667", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "258.679", + "max": "259.123", + "min": "258.487", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "144.857", + "max": "145.333", + "min": "144.702", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "155.219", + "max": "156.076", + "min": "154.954", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "173.439", + "max": "174.574", + "min": "173.064", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "150.55", + "max": "151.386", + "min": "150.382", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "140.093", + "max": "140.764", + "min": "139.813", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "178.956", + "max": "179.549", + "min": "178.674", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "162.895", + "max": "163.647", + "min": "162.691", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "86.73", + "max": "90.47", + "min": "86.313", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "177.853", + "max": "178.591", + "min": "177.584", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "131.129", + "max": "135.186", + "min": "130.604", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "134.415", + "max": "134.61", + "min": "134.268", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "147.18", + "max": "147.547", + "min": "146.93", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "141.552", + "max": "141.772", + "min": "141.325", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "195.427", + "max": "195.977", + "min": "195.067", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "151.098", + "max": "153.541", + "min": "150.143", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "160.276", + "max": "203.404", + "min": "141.895", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "134.741", + "max": "135.71", + "min": "134.563", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "209.454", + "max": "210.166", + "min": "209.235", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "161.965", + "max": "205.453", + "min": "160.161", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "178.739", + "max": "179.317", + "min": "178.289", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "159.553", + "max": "160.987", + "min": "159.187", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "112.545", + "max": "113.395", + "min": "112.304", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "139.47", + "max": "157.727", + "min": "138.174", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "168.663", + "max": "170.8", + "min": "168.376", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "146.884", + "max": "147.529", + "min": "146.728", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "294.466", + "max": "300.354", + "min": "292.712", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "179.168", + "max": "179.435", + "min": "178.991", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "136.879", + "max": "139.247", + "min": "136.591", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "153.266", + "max": "155.721", + "min": "152.509", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "142.517", + "max": "143.189", + "min": "142.254", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "187.708", + "max": "198.296", + "min": "184.574", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "223.519", + "max": "228.727", + "min": "222.543", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "78.894", + "max": "80.421", + "min": "77.059", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "275.124", + "max": "276.227", + "min": "274.881", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "145.606", + "max": "146.597", + "min": "145.381", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "0.129", + "max": "0.857", + "min": "0.039", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "285.107", + "max": "285.711", + "min": "284.769", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "162.762", + "max": "163.161", + "min": "162.525", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "200.533", + "max": "201.167", + "min": "200.254", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "142.79", + "max": "144.356", + "min": "142.356", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "144.643", + "max": "146.733", + "min": "144.069", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "246.646", + "max": "250.847", + "min": "246.401", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "240.085", + "max": "240.726", + "min": "239.944", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "275.425", + "max": "352.55", + "min": "272.463", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "235.444", + "max": "235.602", + "min": "235.263", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "142.59", + "max": "143.402", + "min": "142.353", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "213.449", + "max": "213.711", + "min": "213.283", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "146.931", + "max": "148.735", + "min": "146.677", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "372.323", + "max": "893.656", + "min": "353.712", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "252.133", + "max": "256.267", + "min": "249.475", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "145.76", + "max": "146.964", + "min": "145.485", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "192.738", + "max": "197.517", + "min": "189.593", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "289.33", + "max": "293.439", + "min": "288.485", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "334.173", + "max": "335.327", + "min": "333.627", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "25.51", + "max": "26.298", + "min": "25.272", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "136.71", + "max": "137.558", + "min": "136.436", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "168.985", + "max": "169.212", + "min": "168.868", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "148.658", + "max": "149.534", + "min": "148.503", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "197.818", + "max": "199.458", + "min": "197.608", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "239.112", + "max": "241.47", + "min": "238.743", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "229.078", + "max": "229.417", + "min": "228.92", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "221.132", + "max": "233.862", + "min": "219.097", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "308.726", + "max": "309.899", + "min": "308.383", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "225.676", + "max": "227.485", + "min": "224.486", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "187.26", + "max": "188.377", + "min": "186.942", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "248.832", + "max": "249.143", + "min": "248.542", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "149.573", + "max": "153.538", + "min": "148.908", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "58.06", + "max": "58.653", + "min": "57.826", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "320.035", + "max": "320.035", + "min": "320.035", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "151.659", + "max": "154.586", + "min": "151.392", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "140.276", + "max": "141.172", + "min": "140.077", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "230.695", + "max": "232.743", + "min": "230.356", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "177.25", + "max": "236.713", + "min": "144.335", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "176.825", + "max": "212.075", + "min": "175.449", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "259.128", + "max": "276.997", + "min": "258.013", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "136.528", + "max": "139.837", + "min": "136.086", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "253.832", + "max": "261.292", + "min": "253.401", + "id": "224", + "country": "Russia", + "source_name": "Vladivostok", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + }, + "Japan": { + "6": { + "name": "Tokyo", + "data": { + "0": { + "avg": "243.617", + "max": "243.838", + "min": "243.487", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "156.214", + "max": "156.758", + "min": "155.997", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "178.506", + "max": "179.205", + "min": "178.355", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "278.701", + "max": "285.513", + "min": "278.011", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "236.19", + "max": "236.76", + "min": "236.003", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "0.046", + "max": "0.071", + "min": "0.015", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "237.174", + "max": "237.41", + "min": "237", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "198.896", + "max": "202.664", + "min": "198.267", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "210.828", + "max": "210.966", + "min": "210.7", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "248.678", + "max": "250.404", + "min": "248.414", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "219.541", + "max": "219.966", + "min": "219.401", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "146.853", + "max": "147.181", + "min": "146.7", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "176.052", + "max": "176.239", + "min": "175.906", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "181.506", + "max": "181.734", + "min": "181.361", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "179.926", + "max": "180.527", + "min": "179.791", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "170.272", + "max": "170.968", + "min": "170.095", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "237.861", + "max": "238.175", + "min": "237.617", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "157.199", + "max": "157.826", + "min": "157.071", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "257.988", + "max": "258.206", + "min": "257.832", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "233.417", + "max": "234.026", + "min": "233.328", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "130.492", + "max": "130.959", + "min": "130.387", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "169.622", + "max": "169.777", + "min": "169.514", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "104.33", + "max": "104.73", + "min": "104.16", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "143.765", + "max": "152.379", + "min": "143.345", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "240.27", + "max": "241.01", + "min": "239.971", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "233.874", + "max": "234.079", + "min": "233.776", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "287.377", + "max": "289.216", + "min": "287.166", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "228.678", + "max": "228.945", + "min": "228.505", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "221.778", + "max": "222.256", + "min": "221.655", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "108.17", + "max": "108.987", + "min": "107.92", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "75.58", + "max": "76.621", + "min": "75.407", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "248.678", + "max": "248.914", + "min": "248.566", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "161.719", + "max": "185.805", + "min": "160.549", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "258.723", + "max": "259.749", + "min": "258.598", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "226.893", + "max": "228.09", + "min": "226.73", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "78.988", + "max": "80.629", + "min": "78.624", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "114.927", + "max": "115.026", + "min": "114.859", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "123.279", + "max": "123.513", + "min": "123.163", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "149.704", + "max": "149.91", + "min": "149.591", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "171.796", + "max": "172.225", + "min": "171.577", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "361.759", + "max": "364.725", + "min": "361.257", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "238.635", + "max": "239.897", + "min": "238.177", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "270.521", + "max": "270.773", + "min": "270.419", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "243.291", + "max": "252.567", + "min": "242.797", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "258.646", + "max": "262.513", + "min": "252.526", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "266.908", + "max": "267.699", + "min": "266.558", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "248.639", + "max": "248.832", + "min": "248.53", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "265.099", + "max": "267.843", + "min": "256.939", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "309.016", + "max": "309.267", + "min": "308.863", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "154.556", + "max": "155.265", + "min": "154.454", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "138.078", + "max": "138.271", + "min": "137.797", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "120.479", + "max": "120.982", + "min": "120.249", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "261.214", + "max": "269.665", + "min": "250.59", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.01", + "max": "139.459", + "min": "138.82", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "247.853", + "max": "266.698", + "min": "243.37", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "78.459", + "max": "78.897", + "min": "78.291", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "255.113", + "max": "259.582", + "min": "254.335", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "277.789", + "max": "278.107", + "min": "277.696", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "264.707", + "max": "267.305", + "min": "264.247", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "240.026", + "max": "240.533", + "min": "239.897", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "288.985", + "max": "293.816", + "min": "288.073", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "277.409", + "max": "309.632", + "min": "274.933", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "93.957", + "max": "115.399", + "min": "91.569", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "112.069", + "max": "112.276", + "min": "111.966", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "271.436", + "max": "271.802", + "min": "271.221", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "275.856", + "max": "276.495", + "min": "275.719", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "164.634", + "max": "165.019", + "min": "164.476", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "261.372", + "max": "261.657", + "min": "260.98", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "359.28", + "max": "360.898", + "min": "358.653", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "147.616", + "max": "149.787", + "min": "147.317", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "47.934", + "max": "49.029", + "min": "47.622", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "117.549", + "max": "117.905", + "min": "117.264", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "226.007", + "max": "227.936", + "min": "225.847", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "170.242", + "max": "170.429", + "min": "170.162", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "261.728", + "max": "262.819", + "min": "261.496", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "229.518", + "max": "229.667", + "min": "229.364", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "168.231", + "max": "168.376", + "min": "168.112", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "123.352", + "max": "123.574", + "min": "123.212", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "193.979", + "max": "204.224", + "min": "193.392", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "153.766", + "max": "154.106", + "min": "153.551", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "85.549", + "max": "85.956", + "min": "85.325", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "154.966", + "max": "155.545", + "min": "154.648", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "170.3", + "max": "172.809", + "min": "168.925", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "103.547", + "max": "105.607", + "min": "103.268", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "138.865", + "max": "139.53", + "min": "138.742", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "289.287", + "max": "290.231", + "min": "288.988", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "233", + "max": "236.783", + "min": "232.591", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "178.126", + "max": "178.277", + "min": "178.03", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "147.741", + "max": "147.951", + "min": "147.592", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "235.101", + "max": "238.91", + "min": "234.729", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "171.64", + "max": "175.605", + "min": "170.818", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "121.21", + "max": "121.509", + "min": "121.017", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "228.79", + "max": "228.855", + "min": "228.726", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "33.61", + "max": "46.578", + "min": "32.934", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "183.724", + "max": "183.94", + "min": "183.619", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "174.245", + "max": "174.837", + "min": "173.957", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "222.001", + "max": "222.354", + "min": "221.747", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "226.95", + "max": "248.335", + "min": "225.233", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "119.066", + "max": "119.277", + "min": "118.968", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "172.304", + "max": "172.654", + "min": "172.169", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "186.401", + "max": "187.039", + "min": "186.311", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "156.194", + "max": "156.958", + "min": "156.005", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "295.468", + "max": "296.001", + "min": "295.274", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "285.407", + "max": "288.446", + "min": "284.836", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "163.118", + "max": "167.118", + "min": "162.813", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "113.985", + "max": "114.516", + "min": "113.722", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "243.585", + "max": "245.151", + "min": "243.362", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "161.309", + "max": "162.584", + "min": "161.136", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "174.016", + "max": "174.33", + "min": "173.882", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "234.449", + "max": "240.337", + "min": "233.957", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "70.607", + "max": "70.796", + "min": "70.464", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "83.388", + "max": "84.713", + "min": "78.257", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "160.354", + "max": "160.515", + "min": "160.242", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "264.821", + "max": "270.858", + "min": "264.278", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "554.245", + "max": "672.037", + "min": "389.846", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "421.475", + "max": "549.888", + "min": "352.591", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "396.788", + "max": "409.27", + "min": "396.068", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "7.854", + "max": "10.899", + "min": "7.405", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "157.525", + "max": "158.305", + "min": "157.273", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "180.45", + "max": "183.746", + "min": "180.117", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "113.939", + "max": "114.245", + "min": "113.673", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "247.308", + "max": "399.52", + "min": "168.816", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "301.088", + "max": "328.874", + "min": "290.106", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "276.705", + "max": "416.599", + "min": "265.572", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "253.427", + "max": "254.205", + "min": "253.293", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "255.548", + "max": "256.559", + "min": "254.922", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "166.191", + "max": "176.557", + "min": "161.2", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "399.087", + "max": "399.809", + "min": "398.894", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "355.411", + "max": "357.803", + "min": "352.928", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "174.024", + "max": "174.835", + "min": "173.838", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "150.221", + "max": "150.376", + "min": "150.074", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "146.164", + "max": "146.534", + "min": "145.937", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "131.389", + "max": "131.771", + "min": "131.108", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "265.238", + "max": "266.376", + "min": "264.781", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "156.845", + "max": "156.97", + "min": "156.742", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "185.28", + "max": "185.535", + "min": "185.081", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "157.842", + "max": "169.926", + "min": "156.286", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "161.039", + "max": "161.287", + "min": "160.811", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "130.767", + "max": "134.064", + "min": "130.486", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "184.315", + "max": "190.462", + "min": "183.939", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "276.368", + "max": "277.309", + "min": "276.193", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "117.121", + "max": "121.384", + "min": "116.672", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "193.358", + "max": "198.056", + "min": "193.06", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "228.847", + "max": "229.296", + "min": "228.556", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "79.332", + "max": "97.49", + "min": "78.475", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "266.83", + "max": "270.856", + "min": "266.4", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "270.319", + "max": "277.022", + "min": "269.994", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "253.144", + "max": "254.194", + "min": "252.997", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "212.897", + "max": "213.575", + "min": "212.754", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "235.561", + "max": "235.903", + "min": "235.413", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "240.245", + "max": "246.506", + "min": "239.092", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "18.352", + "max": "20.671", + "min": "18.138", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "248.083", + "max": "248.708", + "min": "247.938", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "274.217", + "max": "317.681", + "min": "272.557", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "183.263", + "max": "183.454", + "min": "183.159", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "90.188", + "max": "90.565", + "min": "89.998", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "207.124", + "max": "208.1", + "min": "206.824", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "74.541", + "max": "111.644", + "min": "66.935", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "146.878", + "max": "147.263", + "min": "146.721", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "308.903", + "max": "374.653", + "min": "300.504", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "213.483", + "max": "213.636", + "min": "213.413", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "132.807", + "max": "133.422", + "min": "132.731", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "247.526", + "max": "247.763", + "min": "247.297", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "139.334", + "max": "139.884", + "min": "139.072", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "311.036", + "max": "311.371", + "min": "310.857", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "395.594", + "max": "396.095", + "min": "395.475", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "82.798", + "max": "83.378", + "min": "82.667", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "159.932", + "max": "160.385", + "min": "159.752", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "48.776", + "max": "53.939", + "min": "48.051", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "167.194", + "max": "167.713", + "min": "166.988", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "177.351", + "max": "177.534", + "min": "177.277", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "257.154", + "max": "259.493", + "min": "256.851", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "165.279", + "max": "165.674", + "min": "165.075", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "237.103", + "max": "239.39", + "min": "236.933", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "230.402", + "max": "230.863", + "min": "230.107", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "224.225", + "max": "235.8", + "min": "223.381", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "282.864", + "max": "284.919", + "min": "282.646", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "233.638", + "max": "234.272", + "min": "233.374", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "260.658", + "max": "261.21", + "min": "260.523", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "259.73", + "max": "260.198", + "min": "259.579", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "274.181", + "max": "275.943", + "min": "273.966", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "299.71", + "max": "300", + "min": "299.531", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "241.187", + "max": "242.335", + "min": "240.299", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "244.861", + "max": "245.359", + "min": "244.715", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "257.232", + "max": "257.636", + "min": "257.151", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "231.692", + "max": "237.53", + "min": "231.232", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "315.315", + "max": "316.099", + "min": "314.965", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "253.257", + "max": "279.553", + "min": "250.434", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "258.327", + "max": "308.971", + "min": "230.495", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "207.128", + "max": "207.81", + "min": "206.946", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "320.328", + "max": "320.887", + "min": "320.11", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "272.506", + "max": "275.542", + "min": "272.159", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "255.208", + "max": "255.829", + "min": "254.729", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "241.808", + "max": "250.843", + "min": "241.031", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "103.845", + "max": "103.994", + "min": "103.759", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "228.999", + "max": "231.168", + "min": "228.818", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "278.19", + "max": "278.51", + "min": "277.98", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "259.64", + "max": "260.18", + "min": "259.542", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "268.214", + "max": "279.801", + "min": "256.025", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "308.547", + "max": "308.842", + "min": "308.391", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "220.815", + "max": "226.396", + "min": "220.421", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "230.756", + "max": "231.372", + "min": "230.62", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "251.245", + "max": "251.497", + "min": "251.089", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "184.875", + "max": "196.454", + "min": "182.069", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "178.574", + "max": "181.681", + "min": "178.082", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "178.971", + "max": "179.124", + "min": "178.741", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "238.755", + "max": "239.302", + "min": "238.58", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "223.13", + "max": "223.391", + "min": "222.996", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "37.764", + "max": "38.398", + "min": "37.564", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "136.727", + "max": "137.565", + "min": "136.388", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "291.516", + "max": "292.019", + "min": "291.306", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "294.095", + "max": "295.59", + "min": "293.881", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "238.759", + "max": "240.031", + "min": "238.507", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "226.155", + "max": "228.189", + "min": "225.828", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "133.6", + "max": "134.692", + "min": "133.482", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "150.368", + "max": "150.601", + "min": "150.278", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "75.544", + "max": "75.762", + "min": "75.335", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "185.056", + "max": "185.596", + "min": "184.918", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "234.294", + "max": "234.61", + "min": "234.151", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "188.427", + "max": "188.882", + "min": "188.285", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "230.123", + "max": "230.597", + "min": "229.995", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "318.4", + "max": "318.674", + "min": "318.235", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "185.834", + "max": "190.676", + "min": "183.519", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "292.372", + "max": "292.5", + "min": "292.249", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "240.877", + "max": "241.633", + "min": "240.058", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "226.226", + "max": "240.575", + "min": "224.404", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "326.359", + "max": "327.115", + "min": "325.895", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "1.096", + "max": "8.987", + "min": "0.643", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "293.564", + "max": "294.791", + "min": "293.403", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "274.453", + "max": "274.627", + "min": "274.366", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "222.375", + "max": "222.593", + "min": "222.174", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "307.01", + "max": "307.202", + "min": "306.914", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "186.563", + "max": "191.584", + "min": "186.014", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "182.966", + "max": "183.267", + "min": "182.837", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "291.787", + "max": "302.719", + "min": "290.009", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "246.828", + "max": "250.161", + "min": "245.799", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "191.726", + "max": "193.479", + "min": "190.818", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "292.073", + "max": "292.336", + "min": "291.923", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "123.791", + "max": "124.091", + "min": "123.616", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "235.552", + "max": "239.639", + "min": "235.249", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "194.689", + "max": "197.232", + "min": "194.44", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "258.465", + "max": "258.465", + "min": "258.465", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "227.614", + "max": "227.838", + "min": "227.557", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "226.464", + "max": "227.112", + "min": "226.367", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "323.622", + "max": "324.065", + "min": "323.356", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "232.231", + "max": "239.887", + "min": "224.668", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "249.119", + "max": "249.792", + "min": "248.983", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "135.971", + "max": "137.32", + "min": "135.652", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "315.761", + "max": "319.24", + "min": "315.423", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "196.927", + "max": "197.72", + "min": "196.791", + "id": "6", + "country": "Japan", + "source_name": "Tokyo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "119": { + "name": "Osaka", + "data": { + "0": { + "avg": "238.92", + "max": "239.165", + "min": "238.722", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "144.444", + "max": "149.244", + "min": "143.857", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "173.7", + "max": "174.863", + "min": "173.497", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "249.831", + "max": "262.157", + "min": "248.278", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "231.365", + "max": "232.065", + "min": "231.12", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "7.698", + "max": "10.523", + "min": "7.427", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "260.632", + "max": "262.542", + "min": "260.344", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "144.097", + "max": "148.373", + "min": "143.242", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "258.953", + "max": "259.319", + "min": "258.806", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "242.695", + "max": "245.906", + "min": "242.398", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "226.738", + "max": "227.415", + "min": "226.461", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.09", + "max": "137.658", + "min": "136.873", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "174.754", + "max": "184.71", + "min": "174.162", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "174.231", + "max": "177.627", + "min": "173.629", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "172.168", + "max": "173.259", + "min": "172.031", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "173.346", + "max": "173.885", + "min": "173.038", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "227.156", + "max": "231.28", + "min": "226.655", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "152.459", + "max": "153.254", + "min": "152.243", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "245.622", + "max": "245.844", + "min": "245.416", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "279.717", + "max": "285.056", + "min": "279.315", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "136.754", + "max": "141.615", + "min": "136.342", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "150.771", + "max": "152.137", + "min": "150.479", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "109.579", + "max": "112.116", + "min": "109.33", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "113.451", + "max": "117.379", + "min": "112.946", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "244.288", + "max": "246.22", + "min": "243.798", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "225.715", + "max": "226.089", + "min": "225.582", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "249.452", + "max": "251.712", + "min": "249.163", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "237.254", + "max": "239.728", + "min": "236.863", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "230.259", + "max": "231.553", + "min": "230.088", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "119.513", + "max": "121.646", + "min": "119.178", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "75.593", + "max": "77.003", + "min": "75.303", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "270.213", + "max": "270.798", + "min": "269.998", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "164.515", + "max": "167.334", + "min": "164.135", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "258.022", + "max": "259.554", + "min": "257.817", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "280.691", + "max": "281.266", + "min": "280.408", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "85.172", + "max": "86.82", + "min": "85.014", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "129.577", + "max": "131.348", + "min": "129.396", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "127.897", + "max": "129.909", + "min": "127.542", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "138.685", + "max": "140.541", + "min": "138.367", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "169.383", + "max": "171.662", + "min": "168.984", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "369.64", + "max": "375.318", + "min": "368.837", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "237.832", + "max": "242.262", + "min": "237.228", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "265.002", + "max": "265.45", + "min": "264.888", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "244.876", + "max": "246.527", + "min": "244.414", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "166.779", + "max": "168.618", + "min": "166.515", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "247.43", + "max": "248.47", + "min": "246.945", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "254.857", + "max": "256.931", + "min": "254.404", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "235.567", + "max": "236.937", + "min": "235.345", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "269.063", + "max": "270.942", + "min": "268.829", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "148.494", + "max": "150.19", + "min": "148.193", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "169.212", + "max": "170.77", + "min": "169.016", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "98.968", + "max": "100.108", + "min": "98.517", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "255.216", + "max": "342.762", + "min": "249.799", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "133.283", + "max": "134.548", + "min": "133.032", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "127.197", + "max": "151.354", + "min": "123.009", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "90.496", + "max": "91.069", + "min": "90.297", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "233.058", + "max": "235.638", + "min": "232.095", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "157.429", + "max": "158.888", + "min": "157.221", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "263.375", + "max": "264.252", + "min": "263.11", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "241.545", + "max": "244.328", + "min": "241.258", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "281.121", + "max": "283.245", + "min": "280.463", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "283.291", + "max": "326.074", + "min": "280.245", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "109.296", + "max": "187.773", + "min": "101.906", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "106.301", + "max": "107.073", + "min": "106.063", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "266.908", + "max": "268.418", + "min": "266.608", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "287.856", + "max": "288.929", + "min": "287.715", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "167.078", + "max": "167.232", + "min": "166.954", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "258.698", + "max": "260.708", + "min": "258.171", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "287.309", + "max": "288.867", + "min": "286.585", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "123.978", + "max": "126.553", + "min": "123.691", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "51.765", + "max": "52.869", + "min": "51.448", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "168.361", + "max": "169.726", + "min": "167.965", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "206.612", + "max": "209.413", + "min": "206.322", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "162.502", + "max": "166.692", + "min": "161.979", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "267.438", + "max": "270.813", + "min": "267.015", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "255.146", + "max": "257.255", + "min": "254.847", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "160.693", + "max": "162.402", + "min": "160.405", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "122.912", + "max": "127.217", + "min": "122.5", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "159.291", + "max": "161.285", + "min": "159.008", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "149.841", + "max": "151.305", + "min": "149.557", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "95.759", + "max": "97.916", + "min": "95.464", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "171.803", + "max": "172.492", + "min": "171.462", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "51.51", + "max": "58.035", + "min": "50.975", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "105.871", + "max": "106.32", + "min": "105.64", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "140.739", + "max": "141.135", + "min": "140.603", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "276.917", + "max": "279.091", + "min": "276.382", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "233.88", + "max": "239.99", + "min": "233.365", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "161.467", + "max": "162.388", + "min": "161.264", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "142.472", + "max": "145.792", + "min": "142.048", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "233.383", + "max": "242.05", + "min": "231.96", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "201.405", + "max": "204.064", + "min": "200.531", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "124.072", + "max": "124.584", + "min": "123.763", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "243.647", + "max": "245.096", + "min": "243.498", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "33.76", + "max": "35.891", + "min": "33.43", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "170.67", + "max": "173.554", + "min": "170.272", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "156.281", + "max": "157.212", + "min": "155.97", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "217.715", + "max": "221.995", + "min": "217.27", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "220.009", + "max": "233.522", + "min": "218.741", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "111.799", + "max": "113.171", + "min": "111.478", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "147.727", + "max": "150.7", + "min": "147.2", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "158.074", + "max": "159.267", + "min": "157.944", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "145.234", + "max": "145.947", + "min": "144.955", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "294.639", + "max": "297.364", + "min": "294.162", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "206.789", + "max": "219.818", + "min": "205.734", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "149.158", + "max": "152.342", + "min": "148.769", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "119.884", + "max": "124.847", + "min": "119.31", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "294.417", + "max": "296.772", + "min": "294.213", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "165.668", + "max": "168.397", + "min": "165.209", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "167.713", + "max": "170.288", + "min": "167.33", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "140.031", + "max": "143.452", + "min": "139.75", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "56.928", + "max": "58.865", + "min": "56.669", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "35.886", + "max": "37.662", + "min": "35.718", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "157.664", + "max": "158.26", + "min": "157.51", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "343.969", + "max": "345.842", + "min": "343.637", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "603.537", + "max": "728.408", + "min": "429.003", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "361.862", + "max": "480.58", + "min": "285.23", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "398.053", + "max": "413.165", + "min": "396.893", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "0.041", + "max": "0.076", + "min": "0.024", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "142.709", + "max": "143.774", + "min": "142.446", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "166.882", + "max": "169.249", + "min": "166.44", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "127.437", + "max": "131.312", + "min": "127.026", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "228.717", + "max": "387.755", + "min": "157.085", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "266.936", + "max": "267.319", + "min": "266.817", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "243.088", + "max": "441.554", + "min": "231.373", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "271.671", + "max": "271.848", + "min": "271.564", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "257.549", + "max": "258.919", + "min": "257.003", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "156.11", + "max": "161.821", + "min": "152.713", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "370.655", + "max": "374.094", + "min": "370.295", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "232.796", + "max": "234.387", + "min": "232.454", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "148.356", + "max": "149.18", + "min": "148.108", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "161.134", + "max": "161.511", + "min": "160.972", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "164.677", + "max": "165.343", + "min": "164.393", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "148.305", + "max": "148.773", + "min": "148.088", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "144.996", + "max": "146.945", + "min": "144.247", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "148.62", + "max": "149.79", + "min": "148.349", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "172.416", + "max": "174.569", + "min": "172.077", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "129.885", + "max": "135.531", + "min": "128.715", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "149.439", + "max": "150.72", + "min": "149.2", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "144.302", + "max": "151.041", + "min": "143.784", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "167.113", + "max": "170.025", + "min": "166.707", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "248.462", + "max": "248.62", + "min": "248.384", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "147.043", + "max": "149.355", + "min": "146.41", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "264.732", + "max": "269.096", + "min": "264.349", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "244.677", + "max": "244.944", + "min": "244.491", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "134.348", + "max": "137.801", + "min": "133.954", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "229.899", + "max": "230.57", + "min": "229.609", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "260.076", + "max": "265.374", + "min": "259.388", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "146.401", + "max": "147.212", + "min": "146.18", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "221.953", + "max": "225.055", + "min": "221.705", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "237.464", + "max": "242.073", + "min": "236.98", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "232.208", + "max": "250.91", + "min": "229.907", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "24.716", + "max": "26.099", + "min": "24.532", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "236.551", + "max": "238.654", + "min": "236.268", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "215.493", + "max": "271.352", + "min": "213.302", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "169.16", + "max": "169.886", + "min": "169.004", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "104.838", + "max": "107.685", + "min": "104.443", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "246.115", + "max": "248.086", + "min": "245.732", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "93.007", + "max": "133.614", + "min": "86.079", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "167.295", + "max": "168.482", + "min": "167.081", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "310.083", + "max": "385.681", + "min": "301.646", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "199.683", + "max": "200.422", + "min": "199.509", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "265.039", + "max": "267.945", + "min": "264.571", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "207.358", + "max": "210.292", + "min": "207.018", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "157.181", + "max": "158.538", + "min": "156.925", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "307.584", + "max": "307.89", + "min": "307.406", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "298.054", + "max": "301.543", + "min": "297.806", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "120.497", + "max": "122.855", + "min": "120.285", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "168.976", + "max": "170.177", + "min": "168.644", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "44.792", + "max": "45.34", + "min": "44.596", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "190.249", + "max": "191.458", + "min": "190.04", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "159.778", + "max": "163.409", + "min": "159.449", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "245.171", + "max": "246.92", + "min": "244.914", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "169.898", + "max": "172.755", + "min": "169.652", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "236.639", + "max": "238.374", + "min": "236.299", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "219.125", + "max": "220.648", + "min": "218.759", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "228.079", + "max": "238.024", + "min": "227.312", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "240.452", + "max": "241.79", + "min": "240.236", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "227.896", + "max": "229.181", + "min": "227.557", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "272.808", + "max": "273.736", + "min": "272.577", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "224.554", + "max": "226.7", + "min": "224.265", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "193.764", + "max": "196.654", + "min": "193.388", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "258.774", + "max": "259.082", + "min": "258.667", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "199.767", + "max": "202.011", + "min": "199.322", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "238.341", + "max": "238.616", + "min": "238.195", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "255.932", + "max": "257.813", + "min": "255.704", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "204.515", + "max": "206.27", + "min": "204.254", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "277.202", + "max": "282.421", + "min": "276.614", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "230.433", + "max": "246.176", + "min": "229.426", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "237.868", + "max": "321.872", + "min": "220.638", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "230.725", + "max": "233.144", + "min": "230.321", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "289.086", + "max": "290.584", + "min": "288.844", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "213.362", + "max": "235.888", + "min": "212.273", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "239.004", + "max": "241.628", + "min": "238.546", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "223.132", + "max": "227.583", + "min": "222.436", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "86.324", + "max": "86.646", + "min": "86.192", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "223.029", + "max": "227.697", + "min": "222.602", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "233.114", + "max": "233.409", + "min": "232.908", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "267.425", + "max": "268.151", + "min": "267.289", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "221.653", + "max": "227.213", + "min": "219.464", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "286.936", + "max": "288.105", + "min": "286.635", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "238.179", + "max": "240.807", + "min": "237.781", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "220.786", + "max": "225.081", + "min": "220.375", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "235.559", + "max": "236.783", + "min": "235.247", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "123.529", + "max": "124.113", + "min": "123.293", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "177.325", + "max": "180.483", + "min": "176.831", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "90.243", + "max": "91.025", + "min": "90.031", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "117.369", + "max": "119.42", + "min": "117.066", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "223.554", + "max": "226.247", + "min": "223.166", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "181.762", + "max": "186.213", + "min": "181.232", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "119.694", + "max": "121.401", + "min": "119.354", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "233.139", + "max": "234.45", + "min": "232.865", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "297.449", + "max": "299.025", + "min": "297.19", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "230.504", + "max": "232.511", + "min": "229.95", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "237.95", + "max": "240.903", + "min": "237.479", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "153.281", + "max": "155.773", + "min": "152.988", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "165.207", + "max": "166.217", + "min": "165.02", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "86.988", + "max": "171.073", + "min": "75.49", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "170.884", + "max": "172.868", + "min": "170.628", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "224.776", + "max": "225.246", + "min": "224.625", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "179.424", + "max": "182.97", + "min": "178.991", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "220.061", + "max": "224.367", + "min": "219.648", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "289.989", + "max": "291.796", + "min": "289.759", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "176.502", + "max": "181.302", + "min": "174.148", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "243.824", + "max": "245.699", + "min": "243.566", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "268.413", + "max": "271.556", + "min": "267.384", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "205.455", + "max": "210.472", + "min": "204.523", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "325.23", + "max": "326.452", + "min": "324.752", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "7.518", + "max": "7.723", + "min": "7.393", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "295.524", + "max": "297.265", + "min": "295.152", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "245.223", + "max": "245.524", + "min": "245.096", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "227.704", + "max": "228.115", + "min": "227.494", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "268.614", + "max": "269.836", + "min": "268.427", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "169.139", + "max": "173.421", + "min": "168.503", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "168.502", + "max": "169.295", + "min": "168.276", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "271.288", + "max": "274.774", + "min": "269.704", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "218.573", + "max": "219.262", + "min": "218.353", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "171.343", + "max": "174.784", + "min": "169.983", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "270.986", + "max": "273.33", + "min": "270.571", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "138.035", + "max": "139.35", + "min": "137.741", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "235.175", + "max": "239.477", + "min": "234.423", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "77.426", + "max": "78.63", + "min": "77.125", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "257.468", + "max": "257.468", + "min": "257.468", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "227.197", + "max": "228.454", + "min": "226.955", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "241.105", + "max": "243.431", + "min": "240.78", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "325.137", + "max": "328.484", + "min": "324.65", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "266.712", + "max": "279.938", + "min": "258.013", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "254.409", + "max": "254.585", + "min": "254.214", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "139.842", + "max": "143.176", + "min": "139.492", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "293.869", + "max": "298.942", + "min": "293.379", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "176.961", + "max": "180.652", + "min": "176.713", + "id": "119", + "country": "Japan", + "source_name": "Osaka", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "159": { + "name": "Sapporo", + "data": { + "0": { + "avg": "304.287", + "max": "304.651", + "min": "304.156", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "174.057", + "max": "174.845", + "min": "173.777", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "178.973", + "max": "179.656", + "min": "178.846", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "293.037", + "max": "300.005", + "min": "292.097", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "264.698", + "max": "266.42", + "min": "264.413", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "18.288", + "max": "19.16", + "min": "18.126", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "271.308", + "max": "271.442", + "min": "271.129", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "198.551", + "max": "203.815", + "min": "197.915", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "286.561", + "max": "286.705", + "min": "286.439", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "236.362", + "max": "238.029", + "min": "236.056", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "233.515", + "max": "233.89", + "min": "233.37", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "162.919", + "max": "182.312", + "min": "162.089", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "183.418", + "max": "184.305", + "min": "183.273", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "202.482", + "max": "210.904", + "min": "201.95", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "186.484", + "max": "190.059", + "min": "186.262", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "173.257", + "max": "173.666", + "min": "173.031", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "228.167", + "max": "228.414", + "min": "227.951", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "172.08", + "max": "172.173", + "min": "171.998", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "268.629", + "max": "270.346", + "min": "268.431", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "276.635", + "max": "276.842", + "min": "276.555", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "149.91", + "max": "150.072", + "min": "149.816", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "164.177", + "max": "164.377", + "min": "164.091", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "124.711", + "max": "124.824", + "min": "124.613", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "139.07", + "max": "139.711", + "min": "138.805", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "254.574", + "max": "254.854", + "min": "254.256", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "257.641", + "max": "257.817", + "min": "257.588", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "286.298", + "max": "288.731", + "min": "285.973", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "244.037", + "max": "244.24", + "min": "243.831", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "279.823", + "max": "279.929", + "min": "279.722", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "125.971", + "max": "126.727", + "min": "125.745", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "84.928", + "max": "85.078", + "min": "84.794", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "262.69", + "max": "263.074", + "min": "262.565", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "167.686", + "max": "168.983", + "min": "167.509", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "302.945", + "max": "303.13", + "min": "302.878", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "251.004", + "max": "252.77", + "min": "250.631", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "99.667", + "max": "100.681", + "min": "99.436", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "121.448", + "max": "121.583", + "min": "121.395", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "126.532", + "max": "126.733", + "min": "126.429", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "157.779", + "max": "157.953", + "min": "157.637", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "184.758", + "max": "189.314", + "min": "184.398", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "378.755", + "max": "381.034", + "min": "378.433", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "266.822", + "max": "271.882", + "min": "266.252", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "279.259", + "max": "279.422", + "min": "279.167", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "236.468", + "max": "238.053", + "min": "236.121", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "171.834", + "max": "171.99", + "min": "171.756", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "308.43", + "max": "309.137", + "min": "308.099", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "278.142", + "max": "278.393", + "min": "277.982", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "280.217", + "max": "283.233", + "min": "271.625", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "313.869", + "max": "314.316", + "min": "313.721", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "155.804", + "max": "156.741", + "min": "155.654", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "158.906", + "max": "159.137", + "min": "158.668", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "123.478", + "max": "123.752", + "min": "123.254", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "298.536", + "max": "310.628", + "min": "285.403", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "139.112", + "max": "139.332", + "min": "138.979", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "131.983", + "max": "149.839", + "min": "127.851", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "97.922", + "max": "99.235", + "min": "97.643", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "243.196", + "max": "246.335", + "min": "242.288", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "290.292", + "max": "290.782", + "min": "290.196", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "247.095", + "max": "248.216", + "min": "246.708", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "283.493", + "max": "283.659", + "min": "283.386", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "313.339", + "max": "314.38", + "min": "312.879", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "302.847", + "max": "342.791", + "min": "300.044", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "113.254", + "max": "116.134", + "min": "112.916", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "279.816", + "max": "279.941", + "min": "279.75", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "303.154", + "max": "304.238", + "min": "303.006", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "299.458", + "max": "299.619", + "min": "299.328", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "184.277", + "max": "184.627", + "min": "184.147", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "236.274", + "max": "236.618", + "min": "235.865", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "316.118", + "max": "318.224", + "min": "315.377", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "158.436", + "max": "159.396", + "min": "158.262", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "67.289", + "max": "68.148", + "min": "67.062", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "125.743", + "max": "126.21", + "min": "125.537", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "221.473", + "max": "224.153", + "min": "221.248", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": "190.568", + "max": "190.621", + "min": "190.523", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "283.552", + "max": "284.823", + "min": "283.348", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "253.645", + "max": "253.892", + "min": "253.525", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "188.087", + "max": "188.317", + "min": "187.957", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "139.895", + "max": "142.648", + "min": "139.657", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "197.614", + "max": "198.261", + "min": "197.375", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "160.071", + "max": "160.302", + "min": "159.86", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "104.8", + "max": "105.158", + "min": "104.584", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "171.23", + "max": "171.582", + "min": "170.954", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "130.707", + "max": "131.025", + "min": "130.566", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "123.283", + "max": "123.476", + "min": "123.132", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "170.087", + "max": "174.318", + "min": "169.843", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "302.077", + "max": "303.074", + "min": "301.671", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "241.502", + "max": "250.799", + "min": "240.988", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "182.11", + "max": "182.35", + "min": "182.008", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "161.672", + "max": "161.922", + "min": "161.572", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "233.507", + "max": "234.295", + "min": "233.283", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "175.007", + "max": "177.137", + "min": "174.384", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "237.002", + "max": "237.392", + "min": "236.815", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "255.116", + "max": "255.293", + "min": "255.016", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "47.485", + "max": "48.805", + "min": "47.293", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "176.352", + "max": "176.574", + "min": "176.211", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "186.513", + "max": "186.727", + "min": "186.367", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "239.734", + "max": "239.997", + "min": "239.529", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "226.472", + "max": "240.413", + "min": "225.225", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "129.593", + "max": "129.869", + "min": "129.41", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "191.58", + "max": "191.865", + "min": "191.398", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "174.993", + "max": "175.27", + "min": "174.904", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "122.414", + "max": "122.783", + "min": "122.228", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "284.816", + "max": "287.793", + "min": "284.514", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "243.572", + "max": "244.724", + "min": "243.161", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "168.512", + "max": "168.759", + "min": "168.337", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "133.537", + "max": "134.837", + "min": "133.12", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "285.027", + "max": "285.789", + "min": "284.928", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": "163.243", + "max": "163.366", + "min": "163.143", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "182.572", + "max": "182.801", + "min": "182.442", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "169.572", + "max": "172.022", + "min": "166.839", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "74.264", + "max": "74.651", + "min": "74.124", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "149.98", + "max": "150.13", + "min": "149.79", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "162.816", + "max": "162.968", + "min": "162.701", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "266.85", + "max": "305.075", + "min": "265.207", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "575.02", + "max": "682.681", + "min": "417.312", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "411.574", + "max": "484.117", + "min": "346.639", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "418.562", + "max": "428.95", + "min": "417.663", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "24.82", + "max": "27.378", + "min": "24.49", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "163.229", + "max": "163.365", + "min": "163.113", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "200.29", + "max": "200.738", + "min": "200.039", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "131.712", + "max": "131.973", + "min": "131.508", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "256.438", + "max": "410.996", + "min": "179.376", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "309.28", + "max": "338.313", + "min": "298.253", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "235.999", + "max": "425.45", + "min": "228.387", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "225.984", + "max": "226.086", + "min": "225.903", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "236.171", + "max": "237.114", + "min": "235.558", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "168.013", + "max": "168.604", + "min": "167.556", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "405.568", + "max": "406.015", + "min": "405.292", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "269.251", + "max": "269.636", + "min": "269.042", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "153.291", + "max": "155.521", + "min": "153.061", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "172.362", + "max": "172.675", + "min": "172.249", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "189.284", + "max": "189.509", + "min": "189.127", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "150.796", + "max": "151.232", + "min": "150.517", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "277.817", + "max": "280.265", + "min": "277.235", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "161.461", + "max": "161.568", + "min": "161.397", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "200.942", + "max": "201.151", + "min": "200.759", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "146.033", + "max": "157.125", + "min": "145.136", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "154.156", + "max": "154.348", + "min": "153.986", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "147.492", + "max": "147.739", + "min": "147.372", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "178.461", + "max": "178.561", + "min": "178.34", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "290.243", + "max": "290.481", + "min": "290.065", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "140.075", + "max": "145.13", + "min": "139.397", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "221.154", + "max": "221.785", + "min": "221.007", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "242.824", + "max": "243.094", + "min": "242.534", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "95.008", + "max": "101.216", + "min": "94.551", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "279.993", + "max": "281.856", + "min": "279.702", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "245.551", + "max": "247.62", + "min": "245.308", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "148.826", + "max": "149.019", + "min": "148.779", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "238.113", + "max": "238.283", + "min": "238.054", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "239.149", + "max": "239.228", + "min": "239.052", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "249.11", + "max": "252.748", + "min": "247.928", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "0.034", + "max": "0.041", + "min": "0.026", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "272.914", + "max": "274.249", + "min": "272.732", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "281.073", + "max": "281.787", + "min": "280.854", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "210.063", + "max": "210.574", + "min": "209.974", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "108.055", + "max": "109.009", + "min": "107.845", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "279.465", + "max": "281.038", + "min": "279.277", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "76.643", + "max": "114.62", + "min": "69.34", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "149.812", + "max": "149.995", + "min": "149.637", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "318.808", + "max": "355.973", + "min": "314.558", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "200.773", + "max": "200.938", + "min": "200.705", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "143.116", + "max": "143.241", + "min": "143.019", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "193.785", + "max": "193.913", + "min": "193.681", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "171.324", + "max": "173.068", + "min": "171.145", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "337.618", + "max": "337.906", + "min": "337.476", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "405.995", + "max": "406.077", + "min": "405.92", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "128.99", + "max": "129.258", + "min": "128.899", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "177.514", + "max": "177.711", + "min": "177.396", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "72.098", + "max": "72.676", + "min": "72", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "189.762", + "max": "189.988", + "min": "189.615", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "178.519", + "max": "178.802", + "min": "178.413", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "263.685", + "max": "265.614", + "min": "263.406", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "186.735", + "max": "188.438", + "min": "186.379", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "247.818", + "max": "249.276", + "min": "247.646", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "225.735", + "max": "226.192", + "min": "225.454", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "267.867", + "max": "267.971", + "min": "267.748", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "293.44", + "max": "293.574", + "min": "293.283", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "266.037", + "max": "267.936", + "min": "265.762", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "311.38", + "max": "311.86", + "min": "311.25", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "266.69", + "max": "266.802", + "min": "266.627", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "220.139", + "max": "220.776", + "min": "219.976", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "305.849", + "max": "306.061", + "min": "305.772", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "237.924", + "max": "238.113", + "min": "237.833", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "291.139", + "max": "291.244", + "min": "291.017", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "271.298", + "max": "271.394", + "min": "271.167", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "212.951", + "max": "218.168", + "min": "212.634", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "317.047", + "max": "317.483", + "min": "316.845", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "299.26", + "max": "322.253", + "min": "297.951", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "273.144", + "max": "307.354", + "min": "251.048", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "222.375", + "max": "223.711", + "min": "222.09", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "318.92", + "max": "319.224", + "min": "318.719", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "211.34", + "max": "211.541", + "min": "211.16", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "284.642", + "max": "285.269", + "min": "284.226", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "260.357", + "max": "260.902", + "min": "260.126", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "96.461", + "max": "96.627", + "min": "96.368", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "236.047", + "max": "238.398", + "min": "235.878", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "306.648", + "max": "306.868", + "min": "306.515", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "291.349", + "max": "291.532", + "min": "291.219", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "245.667", + "max": "252.33", + "min": "243.837", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "317.74", + "max": "317.956", + "min": "317.611", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "253.586", + "max": "254.018", + "min": "253.429", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "278.765", + "max": "279.231", + "min": "278.603", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "266.56", + "max": "266.709", + "min": "266.455", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "225.145", + "max": "225.61", + "min": "225.016", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "183.531", + "max": "188.593", + "min": "182.957", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "76.379", + "max": "79.617", + "min": "74.083", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "130.525", + "max": "131.101", + "min": "130.414", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "233.629", + "max": "233.916", + "min": "233.415", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "54.815", + "max": "56.278", + "min": "54.523", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "134.145", + "max": "134.587", + "min": "133.834", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "307.185", + "max": "307.367", + "min": "307.03", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "339.706", + "max": "340.212", + "min": "339.378", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "253.87", + "max": "255.024", + "min": "253.481", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "273.782", + "max": "275.48", + "min": "273.526", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "163.698", + "max": "164.24", + "min": "163.608", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "182.236", + "max": "182.324", + "min": "182.176", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "98.672", + "max": "196.498", + "min": "95.031", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "176.085", + "max": "176.274", + "min": "175.98", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "226.725", + "max": "226.983", + "min": "226.62", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "192.67", + "max": "194.397", + "min": "192.357", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "226.874", + "max": "227.099", + "min": "226.713", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "342.884", + "max": "560.389", + "min": "321.768", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "206.752", + "max": "213.51", + "min": "204.923", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "266.66", + "max": "266.875", + "min": "266.495", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "281.852", + "max": "282.6", + "min": "280.926", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "226.894", + "max": "229.327", + "min": "225.93", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "335.796", + "max": "337.912", + "min": "335.324", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "20.1", + "max": "20.378", + "min": "19.935", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "333.575", + "max": "334.076", + "min": "333.373", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "301.694", + "max": "301.917", + "min": "301.527", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "246.897", + "max": "246.985", + "min": "246.746", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "323.227", + "max": "323.442", + "min": "323.099", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "203.189", + "max": "208.433", + "min": "202.619", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "203.991", + "max": "204.156", + "min": "203.873", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "307.142", + "max": "313.356", + "min": "304.254", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "258.135", + "max": "259.324", + "min": "257.716", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "166.999", + "max": "168.659", + "min": "166.06", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "318.94", + "max": "320.155", + "min": "318.699", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "141.676", + "max": "142.782", + "min": "141.323", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "230.627", + "max": "233.951", + "min": "230.391", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "96.732", + "max": "97.287", + "min": "96.624", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "260.673", + "max": "260.673", + "min": "260.673", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "232.159", + "max": "232.375", + "min": "232.063", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "267.015", + "max": "267.138", + "min": "266.931", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "356.54", + "max": "356.79", + "min": "356.282", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "252.685", + "max": "262.753", + "min": "246.048", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "272.71", + "max": "274.8", + "min": "272.529", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "151.406", + "max": "153.375", + "min": "151.005", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "251.629", + "max": "252.05", + "min": "251.396", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "190.008", + "max": "202.264", + "min": "188.634", + "id": "159", + "country": "Japan", + "source_name": "Sapporo", + "destination_name": "Lansing", + "destination_id": "295" + } + } + }, + "244": { + "name": "Koto", + "data": { + "0": { + "avg": "327.942", + "max": "330.343", + "min": "327.653", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Joao Pessoa", + "destination_id": "0" + }, + "1": { + "avg": "125.868", + "max": "126.312", + "min": "125.614", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Melbourne", + "destination_id": "1" + }, + "2": { + "avg": "249.378", + "max": "250.101", + "min": "249.203", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Toronto", + "destination_id": "2" + }, + "3": { + "avg": "276.118", + "max": "285.435", + "min": "274.848", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Prague", + "destination_id": "3" + }, + "4": { + "avg": "254.047", + "max": "255.109", + "min": "253.643", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Paris", + "destination_id": "4" + }, + "6": { + "avg": "0.852", + "max": "1.229", + "min": "0.694", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tokyo", + "destination_id": "6" + }, + "7": { + "avg": "236.876", + "max": "237.131", + "min": "236.666", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Amsterdam", + "destination_id": "7" + }, + "8": { + "avg": "138.127", + "max": "141.885", + "min": "137.36", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Auckland", + "destination_id": "8" + }, + "9": { + "avg": "229.852", + "max": "230.661", + "min": "229.634", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Moscow", + "destination_id": "9" + }, + "10": { + "avg": "249.968", + "max": "253.087", + "min": "249.447", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Stockholm", + "destination_id": "10" + }, + "11": { + "avg": "249.04", + "max": "249.628", + "min": "248.822", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "London", + "destination_id": "11" + }, + "12": { + "avg": "137.655", + "max": "159.262", + "min": "136.757", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dallas", + "destination_id": "12" + }, + "13": { + "avg": "169.434", + "max": "169.614", + "min": "169.248", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "New York", + "destination_id": "13" + }, + "14": { + "avg": "170.935", + "max": "171.562", + "min": "170.682", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Boston", + "destination_id": "14" + }, + "15": { + "avg": "165.482", + "max": "165.649", + "min": "165.37", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Miami", + "destination_id": "15" + }, + "16": { + "avg": "159.976", + "max": "160.267", + "min": "159.251", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Washington", + "destination_id": "16" + }, + "17": { + "avg": "224.38", + "max": "224.653", + "min": "224.179", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Barcelona", + "destination_id": "17" + }, + "18": { + "avg": "146.606", + "max": "148.867", + "min": "146.265", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Atlanta", + "destination_id": "18" + }, + "19": { + "avg": "309.313", + "max": "309.573", + "min": "308.979", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dublin", + "destination_id": "19" + }, + "20": { + "avg": "254.773", + "max": "254.942", + "min": "254.65", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Vienna", + "destination_id": "20" + }, + "21": { + "avg": "131.276", + "max": "131.466", + "min": "131.093", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Brisbane", + "destination_id": "21" + }, + "22": { + "avg": "205.957", + "max": "206.125", + "min": "205.835", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Chicago", + "destination_id": "22" + }, + "23": { + "avg": "99.03", + "max": "99.234", + "min": "98.863", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "San Jose", + "destination_id": "23" + }, + "24": { + "avg": "104.977", + "max": "106.267", + "min": "104.707", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Seattle", + "destination_id": "24" + }, + "25": { + "avg": "244.05", + "max": "244.327", + "min": "243.828", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tallinn", + "destination_id": "25" + }, + "26": { + "avg": "246.964", + "max": "247.271", + "min": "246.81", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Copenhagen", + "destination_id": "26" + }, + "27": { + "avg": "256.8", + "max": "257.09", + "min": "256.568", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Milan", + "destination_id": "27" + }, + "28": { + "avg": "256.872", + "max": "257.198", + "min": "256.674", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Ljubljana", + "destination_id": "28" + }, + "29": { + "avg": "233.046", + "max": "233.295", + "min": "232.858", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Frankfurt", + "destination_id": "29" + }, + "30": { + "avg": "104.151", + "max": "104.496", + "min": "103.879", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Fremont", + "destination_id": "30" + }, + "31": { + "avg": "82.659", + "max": "82.847", + "min": "82.515", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Singapore", + "destination_id": "31" + }, + "32": { + "avg": "271.776", + "max": "272.049", + "min": "271.532", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Warsaw", + "destination_id": "32" + }, + "33": { + "avg": "153.405", + "max": "156.504", + "min": "152.99", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Mexico", + "destination_id": "33" + }, + "34": { + "avg": "265.981", + "max": "266.193", + "min": "265.839", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Kiev", + "destination_id": "34" + }, + "35": { + "avg": "272.51", + "max": "272.94", + "min": "272.265", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Zurich", + "destination_id": "35" + }, + "36": { + "avg": "81.799", + "max": "84.089", + "min": "81.513", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Malaysia", + "destination_id": "36" + }, + "37": { + "avg": "104.867", + "max": "105", + "min": "104.719", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Los Angeles", + "destination_id": "37" + }, + "38": { + "avg": "143.068", + "max": "143.396", + "min": "142.86", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Phoenix", + "destination_id": "38" + }, + "39": { + "avg": "158.715", + "max": "159.166", + "min": "158.473", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Houston", + "destination_id": "39" + }, + "40": { + "avg": "223.915", + "max": "224.394", + "min": "223.582", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Baltimore", + "destination_id": "40" + }, + "42": { + "avg": "367.448", + "max": "372.293", + "min": "366.573", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cape Town", + "destination_id": "42" + }, + "43": { + "avg": "262.102", + "max": "265.828", + "min": "261.278", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bruges", + "destination_id": "43" + }, + "44": { + "avg": "268.057", + "max": "269.228", + "min": "267.685", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lisbon", + "destination_id": "44" + }, + "45": { + "avg": "203.621", + "max": "210.21", + "min": "203.224", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Helsinki", + "destination_id": "45" + }, + "46": { + "avg": "156.362", + "max": "156.617", + "min": "156.097", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "New Delhi", + "destination_id": "46" + }, + "47": { + "avg": "265.564", + "max": "266.205", + "min": "265.178", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Budapest", + "destination_id": "47" + }, + "48": { + "avg": "270.64", + "max": "270.914", + "min": "270.479", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bergen", + "destination_id": "48" + }, + "49": { + "avg": "301.886", + "max": "302.049", + "min": "301.728", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Medellin", + "destination_id": "49" + }, + "50": { + "avg": "365.093", + "max": "365.327", + "min": "364.926", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Buenos Aires", + "destination_id": "50" + }, + "51": { + "avg": "189.845", + "max": "190.075", + "min": "189.656", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "San Antonio", + "destination_id": "51" + }, + "52": { + "avg": "144.902", + "max": "145.074", + "min": "144.728", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Montreal", + "destination_id": "52" + }, + "53": { + "avg": "86.506", + "max": "86.766", + "min": "86.199", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Vancouver", + "destination_id": "53" + }, + "54": { + "avg": "257.496", + "max": "346.216", + "min": "247.474", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Roubaix", + "destination_id": "54" + }, + "55": { + "avg": "136.043", + "max": "136.342", + "min": "135.767", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Kansas City", + "destination_id": "55" + }, + "56": { + "avg": "134.134", + "max": "147.177", + "min": "130.262", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Hyderabad", + "destination_id": "56" + }, + "57": { + "avg": "79.495", + "max": "79.968", + "min": "79.228", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Jakarta", + "destination_id": "57" + }, + "58": { + "avg": "230.814", + "max": "234.328", + "min": "229.557", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Valencia", + "destination_id": "58" + }, + "59": { + "avg": "151.588", + "max": "151.785", + "min": "151.468", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Christchurch", + "destination_id": "59" + }, + "60": { + "avg": "285.224", + "max": "287.519", + "min": "284.636", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Graz", + "destination_id": "60" + }, + "61": { + "avg": "255.723", + "max": "255.997", + "min": "255.515", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Luxembourg", + "destination_id": "61" + }, + "62": { + "avg": "288.623", + "max": "289.388", + "min": "288.198", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cairo", + "destination_id": "62" + }, + "63": { + "avg": "288.755", + "max": "332.414", + "min": "285.743", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Fez", + "destination_id": "63" + }, + "64": { + "avg": "101.881", + "max": "122.486", + "min": "100.804", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bangkok", + "destination_id": "64" + }, + "65": { + "avg": "73.908", + "max": "74.112", + "min": "73.813", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Hanoi", + "destination_id": "65" + }, + "66": { + "avg": "276.239", + "max": "276.472", + "min": "276.026", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Istanbul", + "destination_id": "66" + }, + "67": { + "avg": "276.167", + "max": "276.483", + "min": "276.003", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bucharest", + "destination_id": "67" + }, + "68": { + "avg": "234.02", + "max": "234.183", + "min": "233.873", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Philadelphia", + "destination_id": "68" + }, + "69": { + "avg": "212.425", + "max": "213.014", + "min": "212.083", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Varna", + "destination_id": "69" + }, + "70": { + "avg": "287.274", + "max": "288.487", + "min": "286.478", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Santiago", + "destination_id": "70" + }, + "71": { + "avg": "198.221", + "max": "198.644", + "min": "198.076", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Denver", + "destination_id": "71" + }, + "72": { + "avg": "52.029", + "max": "53.596", + "min": "51.733", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Hong Kong", + "destination_id": "72" + }, + "73": { + "avg": "101.108", + "max": "101.392", + "min": "100.943", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "San Diego", + "destination_id": "73" + }, + "74": { + "avg": "208.692", + "max": "210.629", + "min": "208.375", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Heredia", + "destination_id": "74" + }, + "75": { + "avg": null, + "max": null, + "min": null, + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Jacksonville", + "destination_id": "75" + }, + "76": { + "avg": "284.226", + "max": "285.62", + "min": "283.915", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Reykjavik", + "destination_id": "76" + }, + "77": { + "avg": "240.212", + "max": "240.351", + "min": "239.981", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Manchester", + "destination_id": "77" + }, + "78": { + "avg": "206.589", + "max": "206.801", + "min": "206.401", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Charlotte", + "destination_id": "78" + }, + "79": { + "avg": "116.463", + "max": "119.871", + "min": "116.206", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Las Vegas", + "destination_id": "79" + }, + "80": { + "avg": "183.002", + "max": "189.527", + "min": "182.354", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Columbus", + "destination_id": "80" + }, + "81": { + "avg": "129.076", + "max": "129.508", + "min": "128.904", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Detroit", + "destination_id": "81" + }, + "82": { + "avg": "85.822", + "max": "85.994", + "min": "85.657", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Portland", + "destination_id": "82" + }, + "83": { + "avg": "159.794", + "max": "160.618", + "min": "159.522", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Halifax", + "destination_id": "83" + }, + "84": { + "avg": "218.715", + "max": "229.754", + "min": "195.133", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Hangzhou", + "destination_id": "84" + }, + "85": { + "avg": "101.076", + "max": "101.373", + "min": "100.847", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Chennai", + "destination_id": "85" + }, + "86": { + "avg": "204.43", + "max": "204.577", + "min": "204.312", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Salt Lake City", + "destination_id": "86" + }, + "87": { + "avg": "275.552", + "max": "276.593", + "min": "275.137", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tel Aviv", + "destination_id": "87" + }, + "88": { + "avg": "255.898", + "max": "256.903", + "min": "255.568", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Newcastle", + "destination_id": "88" + }, + "89": { + "avg": "215.051", + "max": "215.26", + "min": "214.866", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Orlando", + "destination_id": "89" + }, + "90": { + "avg": "133.57", + "max": "133.784", + "min": "133.361", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "St Louis", + "destination_id": "90" + }, + "91": { + "avg": "248.099", + "max": "256.056", + "min": "247.626", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Coventry", + "destination_id": "91" + }, + "92": { + "avg": "211.843", + "max": "212.718", + "min": "211.192", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Minneapolis", + "destination_id": "92" + }, + "93": { + "avg": "114.116", + "max": "116.507", + "min": "113.758", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Sacramento", + "destination_id": "93" + }, + "94": { + "avg": "264.454", + "max": "264.563", + "min": "264.309", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Madrid", + "destination_id": "94" + }, + "95": { + "avg": "48.722", + "max": "48.902", + "min": "48.527", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Taipei", + "destination_id": "95" + }, + "96": { + "avg": "152.922", + "max": "153.107", + "min": "152.782", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Buffalo", + "destination_id": "96" + }, + "97": { + "avg": "178.702", + "max": "178.954", + "min": "178.463", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tampa", + "destination_id": "97" + }, + "98": { + "avg": "217.695", + "max": "218.499", + "min": "217.403", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Panama", + "destination_id": "98" + }, + "99": { + "avg": "291.02", + "max": "310.527", + "min": "289.788", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Guatemala", + "destination_id": "99" + }, + "100": { + "avg": "103.071", + "max": "104.977", + "min": "102.904", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "San Francisco", + "destination_id": "100" + }, + "101": { + "avg": "210.348", + "max": "213.077", + "min": "210.027", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "South Bend", + "destination_id": "101" + }, + "102": { + "avg": "221.15", + "max": "221.306", + "min": "220.996", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Green Bay", + "destination_id": "102" + }, + "103": { + "avg": "103.424", + "max": "103.649", + "min": "103.251", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Edmonton", + "destination_id": "103" + }, + "104": { + "avg": "290.642", + "max": "290.856", + "min": "290.48", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Chisinau", + "destination_id": "104" + }, + "105": { + "avg": "202.566", + "max": "206.858", + "min": "202.01", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Adelaide", + "destination_id": "105" + }, + "106": { + "avg": "202.034", + "max": "202.761", + "min": "201.826", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Monticello", + "destination_id": "106" + }, + "107": { + "avg": "114.362", + "max": "114.801", + "min": "114.026", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Sydney", + "destination_id": "107" + }, + "108": { + "avg": "311.312", + "max": "315.832", + "min": "310.958", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lima", + "destination_id": "108" + }, + "109": { + "avg": null, + "max": null, + "min": null, + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Scranton", + "destination_id": "109" + }, + "110": { + "avg": "168.005", + "max": "169.061", + "min": "167.785", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Asheville", + "destination_id": "110" + }, + "111": { + "avg": "164.22", + "max": "164.433", + "min": "164.067", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Pune", + "destination_id": "111" + }, + "112": { + "avg": "69.161", + "max": "69.317", + "min": "69.026", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Manila", + "destination_id": "112" + }, + "113": { + "avg": "82.068", + "max": "82.856", + "min": "79.028", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Seoul", + "destination_id": "113" + }, + "114": { + "avg": "148.546", + "max": "148.877", + "min": "148.381", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Manhattan", + "destination_id": "114" + }, + "115": { + "avg": "366.016", + "max": "368.619", + "min": "365.586", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dar es Salaam", + "destination_id": "115" + }, + "116": { + "avg": "571.079", + "max": "694.783", + "min": "435.371", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Riyadh", + "destination_id": "116" + }, + "117": { + "avg": "371.449", + "max": "491.205", + "min": "290.439", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Thessaloniki", + "destination_id": "117" + }, + "118": { + "avg": "404.484", + "max": "416.989", + "min": "403.477", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Kampala", + "destination_id": "118" + }, + "119": { + "avg": "7.862", + "max": "12.184", + "min": "7.403", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Osaka", + "destination_id": "119" + }, + "121": { + "avg": "206.577", + "max": "206.79", + "min": "206.428", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Oklahoma City", + "destination_id": "121" + }, + "122": { + "avg": "154.908", + "max": "155.702", + "min": "154.631", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Jackson", + "destination_id": "122" + }, + "123": { + "avg": "128.861", + "max": "129.598", + "min": "128.518", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Colorado Springs", + "destination_id": "123" + }, + "124": { + "avg": "233.611", + "max": "397.42", + "min": "160.243", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Knoxville", + "destination_id": "124" + }, + "125": { + "avg": "287.97", + "max": "311.889", + "min": "273.045", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Sao Paulo", + "destination_id": "125" + }, + "126": { + "avg": "220.142", + "max": "408.523", + "min": "209.656", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Siauliai", + "destination_id": "126" + }, + "127": { + "avg": "210.976", + "max": "211.194", + "min": "210.788", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Riga", + "destination_id": "127" + }, + "129": { + "avg": "261.292", + "max": "261.919", + "min": "260.908", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Oslo", + "destination_id": "129" + }, + "130": { + "avg": "144.391", + "max": "144.798", + "min": "144.209", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Piscataway", + "destination_id": "130" + }, + "131": { + "avg": "390.61", + "max": "390.794", + "min": "390.387", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Nairobi", + "destination_id": "131" + }, + "133": { + "avg": "330.192", + "max": "331.597", + "min": "329.88", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dubai", + "destination_id": "133" + }, + "135": { + "avg": "112.925", + "max": "113.955", + "min": "112.689", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Winnipeg", + "destination_id": "135" + }, + "136": { + "avg": "164.342", + "max": "164.62", + "min": "164.2", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Toledo", + "destination_id": "136" + }, + "137": { + "avg": "162.407", + "max": "162.547", + "min": "162.286", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cincinnati", + "destination_id": "137" + }, + "138": { + "avg": "131.491", + "max": "131.759", + "min": "131.343", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cleveland", + "destination_id": "138" + }, + "139": { + "avg": "141.174", + "max": "143.897", + "min": "140.344", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Wellington", + "destination_id": "139" + }, + "140": { + "avg": "148.602", + "max": "148.9", + "min": "148.451", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "New Orleans", + "destination_id": "140" + }, + "141": { + "avg": "187.897", + "max": "188.164", + "min": "187.755", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Salem", + "destination_id": "141" + }, + "142": { + "avg": "174.341", + "max": "179.4", + "min": "173.125", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Albuquerque", + "destination_id": "142" + }, + "143": { + "avg": "151.421", + "max": "151.717", + "min": "151.192", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Austin", + "destination_id": "143" + }, + "144": { + "avg": "143.513", + "max": "143.726", + "min": "143.256", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Des Moines", + "destination_id": "144" + }, + "145": { + "avg": "158.035", + "max": "158.181", + "min": "157.898", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Albany", + "destination_id": "145" + }, + "147": { + "avg": "271.204", + "max": "271.472", + "min": "270.978", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bratislava", + "destination_id": "147" + }, + "148": { + "avg": "135.248", + "max": "137.054", + "min": "134.873", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dhaka", + "destination_id": "148" + }, + "149": { + "avg": "256.254", + "max": "258.945", + "min": "255.934", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "St Petersburg", + "destination_id": "149" + }, + "150": { + "avg": "238.527", + "max": "238.999", + "min": "238.244", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Zagreb", + "destination_id": "150" + }, + "151": { + "avg": "114.879", + "max": "118.616", + "min": "114.444", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Honolulu", + "destination_id": "151" + }, + "153": { + "avg": "236.006", + "max": "236.391", + "min": "235.746", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dusseldorf", + "destination_id": "153" + }, + "154": { + "avg": "212.375", + "max": "250.342", + "min": "210.82", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Sofia", + "destination_id": "154" + }, + "155": { + "avg": "145.7", + "max": "145.85", + "min": "145.554", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Indore", + "destination_id": "155" + }, + "156": { + "avg": "252.584", + "max": "253.964", + "min": "252.367", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Maidstone", + "destination_id": "156" + }, + "157": { + "avg": "229.291", + "max": "229.446", + "min": "229.166", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Gosport", + "destination_id": "157" + }, + "158": { + "avg": "230.861", + "max": "244.481", + "min": "228.647", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Nuremberg", + "destination_id": "158" + }, + "159": { + "avg": "20.126", + "max": "20.334", + "min": "19.92", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Sapporo", + "destination_id": "159" + }, + "160": { + "avg": "261.406", + "max": "264.362", + "min": "261.051", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Nis", + "destination_id": "160" + }, + "161": { + "avg": "273.292", + "max": "273.596", + "min": "273.085", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Geneva", + "destination_id": "161" + }, + "162": { + "avg": "146.697", + "max": "147.014", + "min": "146.53", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Raleigh", + "destination_id": "162" + }, + "163": { + "avg": "90.413", + "max": "90.695", + "min": "90.122", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Roseburg", + "destination_id": "163" + }, + "164": { + "avg": "255.997", + "max": "257.444", + "min": "255.697", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Gothenburg", + "destination_id": "164" + }, + "165": { + "avg": "96.125", + "max": "139.412", + "min": "87.185", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dagupan", + "destination_id": "165" + }, + "166": { + "avg": "136.214", + "max": "137.115", + "min": "135.997", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Saskatoon", + "destination_id": "166" + }, + "167": { + "avg": "306.317", + "max": "375.946", + "min": "300.49", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Montevideo", + "destination_id": "167" + }, + "168": { + "avg": "271.573", + "max": "271.793", + "min": "271.449", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "San Juan", + "destination_id": "168" + }, + "169": { + "avg": "253.07", + "max": "253.421", + "min": "252.497", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Perth", + "destination_id": "169" + }, + "170": { + "avg": "195.4", + "max": "195.552", + "min": "195.196", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Vilnius", + "destination_id": "170" + }, + "171": { + "avg": "153.98", + "max": "154.221", + "min": "153.83", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Secaucus", + "destination_id": "171" + }, + "174": { + "avg": "337.072", + "max": "337.261", + "min": "336.859", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Karaganda", + "destination_id": "174" + }, + "175": { + "avg": "419.125", + "max": "419.246", + "min": "418.996", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Johannesburg", + "destination_id": "175" + }, + "176": { + "avg": "111.932", + "max": "112.169", + "min": "111.755", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Novosibirsk", + "destination_id": "176" + }, + "177": { + "avg": "187.459", + "max": "187.935", + "min": "187.214", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Guadalajara", + "destination_id": "177" + }, + "180": { + "avg": "166.306", + "max": "169.477", + "min": "164.341", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Shanghai", + "destination_id": "180" + }, + "181": { + "avg": "153.534", + "max": "153.705", + "min": "153.398", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Brunswick", + "destination_id": "181" + }, + "184": { + "avg": "151.096", + "max": "151.27", + "min": "150.993", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Pittsburgh", + "destination_id": "184" + }, + "185": { + "avg": "259.683", + "max": "261.964", + "min": "259.184", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Strasbourg", + "destination_id": "185" + }, + "186": { + "avg": "348.776", + "max": "348.902", + "min": "348.661", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lahore", + "destination_id": "186" + }, + "187": { + "avg": "251.391", + "max": "252.585", + "min": "251.151", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Edinburgh", + "destination_id": "187" + }, + "188": { + "avg": "224.891", + "max": "225.499", + "min": "224.586", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lausanne", + "destination_id": "188" + }, + "189": { + "avg": "253.148", + "max": "253.493", + "min": "252.983", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Arezzo", + "destination_id": "189" + }, + "190": { + "avg": "277.91", + "max": "278.097", + "min": "277.776", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Rome", + "destination_id": "190" + }, + "191": { + "avg": "252.044", + "max": "252.456", + "min": "251.828", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cardiff", + "destination_id": "191" + }, + "192": { + "avg": "269.998", + "max": "270.14", + "min": "269.775", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Limassol", + "destination_id": "192" + }, + "193": { + "avg": "261.477", + "max": "261.639", + "min": "261.329", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tirana", + "destination_id": "193" + }, + "194": { + "avg": "241.946", + "max": "242.462", + "min": "241.762", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Kazan", + "destination_id": "194" + }, + "195": { + "avg": "272.672", + "max": "272.848", + "min": "272.489", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Palermo", + "destination_id": "195" + }, + "196": { + "avg": "208.514", + "max": "210.771", + "min": "208.187", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Dronten", + "destination_id": "196" + }, + "197": { + "avg": "240.993", + "max": "241.609", + "min": "240.803", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Groningen", + "destination_id": "197" + }, + "198": { + "avg": "244.214", + "max": "244.333", + "min": "244.062", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Rotterdam", + "destination_id": "198" + }, + "200": { + "avg": "195.726", + "max": "196.027", + "min": "195.53", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Brno", + "destination_id": "200" + }, + "201": { + "avg": "299.905", + "max": "300.483", + "min": "299.627", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Ankara", + "destination_id": "201" + }, + "202": { + "avg": "322.07", + "max": "329.609", + "min": "321.321", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Venice", + "destination_id": "202" + }, + "203": { + "avg": "256.688", + "max": "276.359", + "min": "243.603", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Hamburg", + "destination_id": "203" + }, + "204": { + "avg": "222.589", + "max": "222.872", + "min": "222.377", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Belfast", + "destination_id": "204" + }, + "205": { + "avg": "298.553", + "max": "299.14", + "min": "298.342", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bursa", + "destination_id": "205" + }, + "206": { + "avg": "216.087", + "max": "222.653", + "min": "215.553", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Gdansk", + "destination_id": "206" + }, + "207": { + "avg": "279.777", + "max": "280.476", + "min": "279.433", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Pristina", + "destination_id": "207" + }, + "208": { + "avg": "240.14", + "max": "240.639", + "min": "239.848", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Brussels", + "destination_id": "208" + }, + "209": { + "avg": "85.121", + "max": "85.269", + "min": "84.969", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Phnom Penh", + "destination_id": "209" + }, + "210": { + "avg": "228.118", + "max": "229.017", + "min": "227.876", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Munich", + "destination_id": "210" + }, + "211": { + "avg": "248.534", + "max": "248.863", + "min": "248.387", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lugano", + "destination_id": "211" + }, + "212": { + "avg": "241.164", + "max": "241.326", + "min": "241.036", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Ktis", + "destination_id": "212" + }, + "213": { + "avg": "309.947", + "max": "317.046", + "min": "308.498", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bogota", + "destination_id": "213" + }, + "214": { + "avg": "300.319", + "max": "300.627", + "min": "300.165", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Athens", + "destination_id": "214" + }, + "215": { + "avg": "238.936", + "max": "240.606", + "min": "238.597", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Alblasserdam", + "destination_id": "215" + }, + "216": { + "avg": "249.451", + "max": "250.214", + "min": "249.231", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "The Hague", + "destination_id": "216" + }, + "217": { + "avg": "237.426", + "max": "237.683", + "min": "237.227", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Westpoort", + "destination_id": "217" + }, + "218": { + "avg": "106.097", + "max": "115.225", + "min": "104.89", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Canberra", + "destination_id": "218" + }, + "220": { + "avg": "160.666", + "max": "176.207", + "min": "159.311", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "La Ceiba", + "destination_id": "220" + }, + "221": { + "avg": "230.261", + "max": "230.826", + "min": "229.741", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Shenzhen", + "destination_id": "221" + }, + "222": { + "avg": "116.54", + "max": "116.903", + "min": "116.39", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bangalore", + "destination_id": "222" + }, + "223": { + "avg": "226.909", + "max": "227.119", + "min": "226.711", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Liege", + "destination_id": "223" + }, + "224": { + "avg": "25.586", + "max": "30.084", + "min": "25.25", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Vladivostok", + "destination_id": "224" + }, + "225": { + "avg": "112.679", + "max": "112.887", + "min": "112.334", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Redding", + "destination_id": "225" + }, + "226": { + "avg": "250.652", + "max": "251.158", + "min": "250.342", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Frosinone", + "destination_id": "226" + }, + "227": { + "avg": "301.288", + "max": "301.677", + "min": "301.053", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Izmir", + "destination_id": "227" + }, + "228": { + "avg": "247.758", + "max": "248.816", + "min": "247.362", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bristol", + "destination_id": "228" + }, + "229": { + "avg": "241.395", + "max": "242.578", + "min": "241.023", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Eindhoven", + "destination_id": "229" + }, + "230": { + "avg": "126.209", + "max": "126.5", + "min": "126.097", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Indianapolis", + "destination_id": "230" + }, + "231": { + "avg": "158.605", + "max": "158.76", + "min": "158.507", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Memphis", + "destination_id": "231" + }, + "232": { + "avg": "75.584", + "max": "75.772", + "min": "75.373", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Ho Chi Minh City", + "destination_id": "232" + }, + "233": { + "avg": "177.531", + "max": "178.114", + "min": "177.323", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cromwell", + "destination_id": "233" + }, + "234": { + "avg": "220.44", + "max": "220.719", + "min": "220.151", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Bern", + "destination_id": "234" + }, + "235": { + "avg": "189.724", + "max": "189.833", + "min": "189.552", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Syracuse", + "destination_id": "235" + }, + "236": { + "avg": "236.85", + "max": "237.176", + "min": "236.648", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Basel", + "destination_id": "236" + }, + "238": { + "avg": "314.302", + "max": "830.506", + "min": "296.134", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Brasilia", + "destination_id": "238" + }, + "239": { + "avg": "181.806", + "max": "185.784", + "min": "179.431", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Savannah", + "destination_id": "239" + }, + "240": { + "avg": "266.336", + "max": "266.764", + "min": "266.092", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lyon", + "destination_id": "240" + }, + "241": { + "avg": "326.306", + "max": "328.187", + "min": "325.251", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Algiers", + "destination_id": "241" + }, + "242": { + "avg": "218.313", + "max": "224.27", + "min": "216.985", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Caracas", + "destination_id": "242" + }, + "243": { + "avg": "378.553", + "max": "379.259", + "min": "378.108", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lagos", + "destination_id": "243" + }, + "244": { + "avg": "0.021", + "max": "0.049", + "min": "0.014", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Koto", + "destination_id": "244" + }, + "245": { + "avg": "307.561", + "max": "308.138", + "min": "307.355", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tbilisi", + "destination_id": "245" + }, + "246": { + "avg": "339.617", + "max": "340.199", + "min": "339.46", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Valletta", + "destination_id": "246" + }, + "247": { + "avg": "248.564", + "max": "249.056", + "min": "248.286", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Antwerp", + "destination_id": "247" + }, + "248": { + "avg": "299.235", + "max": "299.365", + "min": "299.102", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Tunis", + "destination_id": "248" + }, + "249": { + "avg": "161.773", + "max": "168.305", + "min": "161.113", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Quebec City", + "destination_id": "249" + }, + "250": { + "avg": "178.426", + "max": "178.687", + "min": "178.25", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Berkeley Springs", + "destination_id": "250" + }, + "251": { + "avg": "293.471", + "max": "295.648", + "min": "291.965", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Beirut", + "destination_id": "251" + }, + "254": { + "avg": "232.548", + "max": "233.932", + "min": "231.635", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Quito", + "destination_id": "254" + }, + "256": { + "avg": "163.274", + "max": "168.623", + "min": "161.941", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Ottawa", + "destination_id": "256" + }, + "258": { + "avg": "279.598", + "max": "280.228", + "min": "279.42", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Jerusalem", + "destination_id": "258" + }, + "259": { + "avg": "135.067", + "max": "135.408", + "min": "134.893", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lincoln", + "destination_id": "259" + }, + "260": { + "avg": "244.549", + "max": "245.419", + "min": "244.318", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Carlow", + "destination_id": "260" + }, + "261": { + "avg": "225.12", + "max": "225.559", + "min": "224.819", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Zhangjiakou", + "destination_id": "261" + }, + "262": { + "avg": "325.18", + "max": "325.18", + "min": "325.18", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Paramaribo", + "destination_id": "262" + }, + "263": { + "avg": "253.799", + "max": "268.813", + "min": "253.124", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Cheltenham", + "destination_id": "263" + }, + "264": { + "avg": "231.786", + "max": "231.979", + "min": "231.645", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Falkenstein", + "destination_id": "264" + }, + "285": { + "avg": "346.67", + "max": "347.574", + "min": "346.3", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Accra", + "destination_id": "285" + }, + "291": { + "avg": "249.779", + "max": "262.684", + "min": "241.357", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Douglas", + "destination_id": "291" + }, + "292": { + "avg": "259.415", + "max": "259.712", + "min": "259.213", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Belgrade", + "destination_id": "292" + }, + "293": { + "avg": "141.003", + "max": "142.006", + "min": "140.544", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Mumbai", + "destination_id": "293" + }, + "294": { + "avg": "269.3", + "max": "270.946", + "min": "269.006", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Baku", + "destination_id": "294" + }, + "295": { + "avg": "147.06", + "max": "147.199", + "min": "146.946", + "id": "244", + "country": "Japan", + "source_name": "Koto", + "destination_name": "Lansing", + "destination_id": "295" + } + } + } + } +} \ No newline at end of file diff --git a/models/LocalProtocols/Relayer.cpp b/models/LocalProtocols/Relayer.cpp new file mode 100644 index 0000000..317fe0e --- /dev/null +++ b/models/LocalProtocols/Relayer.cpp @@ -0,0 +1,16 @@ +#include "Relayer.h" +#include "core/Network/Node/Node.h" +#include "core/Network/Network.h" + +Relayer::Relayer(std::shared_ptr _parentNode, int _clusterId): parentNode(_parentNode), clusterId(_clusterId), isActive(true) { + +} + +bool Relayer::setActivity(bool _isActive) { + isActive = _isActive; + return true; +} + +int Relayer::getClusterId() { + return clusterId; +} \ No newline at end of file diff --git a/models/LocalProtocols/Relayer.h b/models/LocalProtocols/Relayer.h new file mode 100644 index 0000000..871f537 --- /dev/null +++ b/models/LocalProtocols/Relayer.h @@ -0,0 +1,20 @@ +#ifndef RELAYER_H_ +#define RELAYER_H_ + +#include + +class Node; +class Network; + +class Relayer { +private: + int clusterId; + bool isActive; + std::shared_ptr parentNode; +public: + Relayer(std::shared_ptr _parentNode, int _clusterId); + bool setActivity(bool _isActive); + int getClusterId(); +}; + +#endif /*RELAYER_H_*/ \ No newline at end of file diff --git a/models/NodePlacement/ClusterBased.h b/models/NodePlacement/ClusterBased.h index 45f88b1..dc1f6a4 100644 --- a/models/NodePlacement/ClusterBased.h +++ b/models/NodePlacement/ClusterBased.h @@ -14,6 +14,7 @@ #include "../../core/Network/Node/Node.h" #include "../../core/Network/Node/NodeType.h" #include "../../core/Networking/RoutingTable.h" +#include "../BlockchainManagement/GlobalOrchestration/GlobalOrchestration.h" bool generateNodes(Network& network, std::shared_ptr blockCache, NodeType nodeType, std::shared_ptr _blockchainManagementModel, @@ -43,30 +44,61 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod rng.seed(ss); std::uniform_real_distribution unif(0, 1); + LOG(INFO) << "Creating cluster nodes"; + // create Nodes and assign their regions based on the index of generated random number in the cumulative probability vector - for(int i=0; i node(new Node(i, true, j, blockCache, _subnet, - "FlexibleRoutingTable")); - std::shared_ptr bitcoinMinerProtocol(new BitcoinMiner(node, i%2==0?1:2, (NUM_NODES/2*2 + (NUM_NODES-NUM_NODES/2)) * BLOCK_TIME)); - node->addProtocol(std::static_pointer_cast(bitcoinMinerProtocol)); - for(int k=0; kgetRoutingTable()->addOutConnection(k); + for(int i = 0; i < NUM_CLUSTERS; i++) { + for(int j = 0; j < CLUSTER_SIZE; j++) { + double randomNumber = unif(rng); + for(int k = 0; k < NUM_REGIONS; k++) { + if(cumulativeProbabilities[k] >= randomNumber) { + int regionIdx = k; // TODO + int nodeIdx = i * CLUSTER_SIZE + j; + std::shared_ptr node(new Node(nodeIdx, true, regionIdx, blockCache, _subnet, "FlexibleRoutingTable")); + for(int l = 0; l < CLUSTER_SIZE; l++) { + if(j != l) { + node->getRoutingTable()->addOutConnection(i * CLUSTER_SIZE + l); + } } network.addNode(node); + break; + } + } + } + } + + LOG(INFO) << "Creating miner nodes"; + + const int MINER_OFFSET = NUM_CLUSTERS * CLUSTER_SIZE; + for(int i = 0; i < NUM_MINERS; i++) { + double randomNumber = unif(rng); + for(int j = 0; j < NUM_REGIONS; j++) { + if(cumulativeProbabilities[j] >= randomNumber) { + int regionIdx = j; // TODO + int nodeIdx = MINER_OFFSET + i; + std::shared_ptr node(new Node(nodeIdx, true, regionIdx, blockCache, _subnet, "FlexibleRoutingTable")); + std::shared_ptr bitcoinMinerProtocol(new BitcoinMiner(node, i%2==0?1:2, (NUM_MINERS/2*2 + (NUM_MINERS/2)) * BLOCK_TIME)); + node->addProtocol(std::static_pointer_cast(bitcoinMinerProtocol)); + + for(int k = 0; k < NUM_CLUSTERS; k++) { + double otherRandomNumber = unif(rng); + int randomNodeInClusterIdx = k * CLUSTER_SIZE + int(otherRandomNumber * CLUSTER_SIZE); + node->getRoutingTable()->addOutConnection(randomNodeInClusterIdx); } + network.addNode(node); break; } } } + LOG(INFO) << "Created miner nodes"; + network.recaculateTotalLambda(); + LOG(INFO) << "first done"; network.recaculateCumulativeLambdaVector(); + LOG(INFO) << "Sab ho gaya"; + return true; } @@ -95,6 +127,16 @@ bool printGeneratedNetwork(const Network& network) { << std::setw(20) << centered(std::to_string(numNodesPerRegion[i])); } + // printing adjacency list. + for(auto node: nodes) { + std::set outConnections = node->getRoutingTable()->getOutConnections(); + LOG(INFO) << node->getNodeId(); + for(auto idx: outConnections) { + LOG(INFO) << idx << ' '; + } + LOG(INFO) << "\n"; + } + LOG(INFO) << "[PRINT_GENERATED_NETWORK_END]"; return true; @@ -117,7 +159,9 @@ bool printGeneratedNetwork(const Network& network) { Network getRandomNetwork(std::shared_ptr _blockCache, std::shared_ptr _blockchainManagementModel, std::shared_ptr _subnet) { + LOG(INFO) << "[Something something]"; Network network; + LOG(INFO) << "[Something something]"; generateNodes(network, _blockCache, NodeType::Miner, _blockchainManagementModel, _subnet); printGeneratedNetwork(network); @@ -127,4 +171,9 @@ Network getRandomNetwork(std::shared_ptr _blockCache, return network; } +std::shared_ptr a; +std::shared_ptr b; +std::shared_ptr c; +Network shit = getRandomNetwork(a, b, c); + #endif /*RANDOMNODELOCATIONS_H_*/ From a5f11d7eb53647192ba95ce4ceed498f5f8223e2 Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Tue, 11 Aug 2020 14:48:03 +0530 Subject: [PATCH 2/7] Relay graph constructed; city, latency not handled --- models/NodePlacement/ClusterBased.h | 1 + 1 file changed, 1 insertion(+) diff --git a/models/NodePlacement/ClusterBased.h b/models/NodePlacement/ClusterBased.h index dc1f6a4..bcb977f 100644 --- a/models/NodePlacement/ClusterBased.h +++ b/models/NodePlacement/ClusterBased.h @@ -126,6 +126,7 @@ bool printGeneratedNetwork(const Network& network) { << std::setw(20) << centered(std::to_string(REGION_DISTRIBUTION_OF_NODES[i] * NUM_NODES)) << std::setw(20) << centered(std::to_string(numNodesPerRegion[i])); } + // printing adjacency list. for(auto node: nodes) { From 66a82d562c0f15236bb94438cc0dc32976282077 Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Tue, 11 Aug 2020 22:56:19 +0530 Subject: [PATCH 3/7] pingDataByRegion into WonderNetwork. --- core/Network/Node/Node.cpp | 8 +- core/Network/Node/Node.h | 4 +- core/Networking/LatencyModels/City.cpp | 8 + core/Networking/LatencyModels/City.h | 3 + .../LatencyModels/WonderNetwork.cpp | 173 +- core/Networking/LatencyModels/WonderNetwork.h | 4 +- core/Simulator/Simulator.cpp | 3 + data/pingLatency/pingDataByRegion.json | 626529 +-------------- models/NodePlacement/ClusterBased.h | 16 +- 9 files changed, 162 insertions(+), 626586 deletions(-) diff --git a/core/Network/Node/Node.cpp b/core/Network/Node/Node.cpp index ef95308..bcc46da 100644 --- a/core/Network/Node/Node.cpp +++ b/core/Network/Node/Node.cpp @@ -5,9 +5,9 @@ #include "../../../models/Networking/BitcoinRoutingTable.h" #include "../../../models/Networking/FlexibleRoutingTable.h" -Node::Node(int _nodeId, bool _isAlive, int _region, std::shared_ptr _blockCache, +Node::Node(int _nodeId, bool _isAlive, int _region, int _cityIdx, std::shared_ptr _blockCache, std::shared_ptr _subnet, std::string _routingTable) - : nodeId(_nodeId), isAlive(_isAlive), region(_region), blockCache(_blockCache), + : nodeId(_nodeId), isAlive(_isAlive), region(_region), cityIdx(_cityIdx), blockCache(_blockCache), networkLayer(std::make_shared(NetworkLayer(5000, 5000, _subnet, _nodeId))), blockchain(std::make_shared(Blockchain(std::const_pointer_cast(_blockCache)))) { @@ -51,6 +51,10 @@ int Node::getNodeId() const { return nodeId; } +int Node::getCityIdx() { + return cityIdx; +} + std::string Node::getCountryCode() { return countryCode; } diff --git a/core/Network/Node/Node.h b/core/Network/Node/Node.h index 16aa820..c8e51c8 100644 --- a/core/Network/Node/Node.h +++ b/core/Network/Node/Node.h @@ -23,6 +23,7 @@ class Node { NodeId nodeId; bool isAlive; int region; + int cityIdx; std::string countryCode; std::shared_ptr routingTable; std::vector> protocols; @@ -31,12 +32,13 @@ class Node { std::shared_ptr networkLayer; public: - Node(int _nodeId, bool _isAlive, int _region, std::shared_ptr _blockCache, + Node(int _nodeId, bool _isAlive, int _region, int _cityIdx, std::shared_ptr _blockCache, std::shared_ptr _subnet, std::string _routingTable); Node(int _nodeId, double _maxDownBandwidth, double _upDownBandwidth, std::shared_ptr _subnet, std::string _countryCode, std::string _routingTable); int getRegion() const; int getNodeId() const; + int getCityIdx(); std::string getCountryCode(); std::shared_ptr getBlockchain(); std::shared_ptr getBlockCache(); diff --git a/core/Networking/LatencyModels/City.cpp b/core/Networking/LatencyModels/City.cpp index 95eaff1..68c00f9 100644 --- a/core/Networking/LatencyModels/City.cpp +++ b/core/Networking/LatencyModels/City.cpp @@ -5,11 +5,19 @@ City::City() : code("-1"), name(""), country("") {}; City::City(std::string _code, std::string _name, std::string _country) : code(_code), name(_name), country(_country) {}; +City::City(std::string _code, std::string _name) : + code(_code), name(_name) {}; + + void City::setCountry(std::string _country) { country = _country; } +void City::setRegion(std::string _region) { + region = _region; +} + std::string City::getName() { return name; } diff --git a/core/Networking/LatencyModels/City.h b/core/Networking/LatencyModels/City.h index 5baa457..3746a1a 100644 --- a/core/Networking/LatencyModels/City.h +++ b/core/Networking/LatencyModels/City.h @@ -8,11 +8,14 @@ class City { std::string code; std::string name; std::string country; + std::string region; public: City(); City(std::string _code, std::string _name, std::string _country); + City(std::string _code, std::string _name); void setCountry(std::string _country); + void setRegion(std::string _region); std::string getName(); std::string getCountry(); }; diff --git a/core/Networking/LatencyModels/WonderNetwork.cpp b/core/Networking/LatencyModels/WonderNetwork.cpp index 0dd6a6b..1d512ef 100644 --- a/core/Networking/LatencyModels/WonderNetwork.cpp +++ b/core/Networking/LatencyModels/WonderNetwork.cpp @@ -2,68 +2,151 @@ #include #include #include +// #include "json/value.h" +#include #include "WonderNetwork.h" #include "../../../lib/jsoncpp/json.h" +#include "../../../helpers/Logger/easylogging.h" +#include "./City.h" -WonderNetwork::WonderNetwork() { - std::ifstream ifs(SOURCE_WONDER_NETWORK_DATA); +WonderNetwork::WonderNetwork() { + std::ifstream ifs("../data/pingLatency/pingDataByRegion.json"); + if(!ifs) { + std::cout << "not opening" << std::endl; + return; + } Json::Value root; - Json::CharReaderBuilder builder; builder["collectComments"] = false; JSONCPP_STRING errs; - if (!parseFromStream(builder, ifs, &root, &errs)) { + if (!Json::parseFromStream(builder, ifs, &root, &errs)) { std::cout << errs << std::endl; return; } + + std::unordered_map regionMap; + regionMap["Africa"] = "ASIA"; + regionMap["Asia Pacific"] = "ASIA"; + regionMap["Australia"] = "AUSTRALIA"; + regionMap["China"] = "ASIA"; + regionMap["Eastern Europe"] = "EUROPE"; + regionMap["Japan"] = "ASIA"; + regionMap["MENA"] = "ASIA"; + regionMap["North America"] = "NORTH_AMERICA"; + regionMap["Russia"] = "ASIA"; + regionMap["South America"] = "SOUTH_AMERICA"; + regionMap["South Asia"] = "ASIA"; + regionMap["Western Europe"] = "EUROPE"; - int i=0; - for(auto it: root) { - if(i==0) { - for(auto it2: it) { - std::string cityCode = it2["id"].asString().c_str(); - std::string cityName = it2["name"].asString().c_str(); - citiesMap[cityCode] = City(cityCode, cityName, ""); + for(auto arg: root.getMemberNames()) { + if(arg == "cityToIdMap") { + Json::Value cityToIdMap = root["cityToIdMap"]; + for(auto cityName: cityToIdMap.getMemberNames()) { + // std::cout << it << " " << cityToIdMap[it] << std::endl; + std::string cityCode = cityToIdMap[cityName].asString(); + std::cout << cityName << " " << cityCode << std::endl; + citiesMap[cityName] = City(cityCode, cityName); } - } - else if (i==1) { -// auto it2 = it.begin(); - for(int j = 0; j < it.getMemberNames().size(); j++) { - std::string srcCityCode = it.getMemberNames()[j]; -// std::cout << srcCityCode << " - "; - auto it2 = it[it.getMemberNames()[j]]; - int k = 0; - for(; k < (it2).getMemberNames().size() - 1; k++) { - std::string destCityCode = it2.getMemberNames()[k]; - double avgRTT = std::atof(it2[(it2).getMemberNames()[k]]["avg"].asString().c_str()); - double minRTT = std::atof(it2[(it2).getMemberNames()[k]]["min"].asString().c_str()); - double maxRTT = std::atof(it2[(it2).getMemberNames()[k]]["max"].asString().c_str()); - linkMetrics[srcCityCode][destCityCode] = LinkMetrics(minRTT, avgRTT, maxRTT, 0); -// std::cout << destCityCode << ", "; + } else { + std::string countryName = arg; + std::string assignedContinent = regionMap[countryName]; + + Json::Value countryData = root[countryName]; + for(auto cityIdx: countryData.getMemberNames()) { + Json::Value sourceCity = countryData[cityIdx]; + std::string sourceCityName = sourceCity["name"].asString(); + Json::Value sourceCityData = sourceCity["data"]; + // std::cout << sourceCityName << std::endl; + + City cityObject = citiesMap[sourceCityName]; + cityObject.setRegion(assignedContinent); + + for(auto otherCityIdx: sourceCityData.getMemberNames()) { + Json::Value metricsData = sourceCityData[otherCityIdx]; + + std::cout << otherCityIdx << ' ' << metricsData["min"] << ' ' << metricsData["avg"] << ' ' << metricsData["max"] << std::endl; + if(!metricsData["min"] or !metricsData["max"] or !metricsData["avg"]) { + continue; + } + double minRTT = std::stod(metricsData["min"].asString()), + avgRTT = std::stod(metricsData["avg"].asString()), + maxRTT = std::stod(metricsData["max"].asString()); + LinkMetrics linkMetrics = LinkMetrics(minRTT, avgRTT, maxRTT, 0); + + std::string destinationCityName = metricsData["destination_name"].asString(); + cityPairLinkMetrics[sourceCityName][destinationCityName] = linkMetrics; + // std::cout << metricsData << std::endl; } - std::string destCityCode = it2.getMemberNames()[k]; - std::string srcCountry = it2[(it2).getMemberNames()[k]]["country"].asString().c_str(); - citiesMap[srcCityCode].setCountry(srcCountry); -// std::cout << destCityCode << " : " << srcCountry; -// std::cout << std::endl; } + } - i++; } + + - for(auto city: citiesMap) { - std::cout< citiesMap; - std::unordered_map> linkMetrics; + std::unordered_map> cityPairLinkMetrics; public: WonderNetwork(); diff --git a/core/Simulator/Simulator.cpp b/core/Simulator/Simulator.cpp index 48851c6..d342289 100644 --- a/core/Simulator/Simulator.cpp +++ b/core/Simulator/Simulator.cpp @@ -12,6 +12,7 @@ #include "../../config/Config.h" #include "../../models/BlockchainManagement/GlobalOrchestration/Bitcoin.h" #include "../../models/NodePlacement/ClusterBased.h" +#include "../Networking/LatencyModels/WonderNetwork.h" Simulator::Simulator() : blockCache(std::make_shared()), subnet(new Subnet(network)), eventManager(network, blockCache, subnet) { @@ -33,6 +34,8 @@ std::shared_ptr Simulator::getSubnet() { } bool Simulator::setup() { + // std::cout << "simulator setup" << std::endl; + network = getRandomNetwork(blockCache, globalOrchestration, subnet); globalOrchestration->scheduleBlockProduction(network, blockCache, eventManager); diff --git a/data/pingLatency/pingDataByRegion.json b/data/pingLatency/pingDataByRegion.json index c73f32a..b708d03 100644 --- a/data/pingLatency/pingDataByRegion.json +++ b/data/pingLatency/pingDataByRegion.json @@ -1,626528 +1 @@ -{ - "cityToIdMap": { - "Accra": "285", - "Adelaide": "105", - "Albany": "145", - "Alblasserdam": "215", - "Albuquerque": "142", - "Algiers": "241", - "Amsterdam": "7", - "Ankara": "201", - "Antwerp": "247", - "Arezzo": "189", - "Asheville": "110", - "Athens": "214", - "Atlanta": "18", - "Auckland": "8", - "Austin": "143", - "Baku": "294", - "Baltimore": "40", - "Bangalore": "222", - "Bangkok": "64", - "Barcelona": "17", - "Basel": "236", - "Beirut": "251", - "Belfast": "204", - "Belgrade": "292", - "Bergen": "48", - "Berkeley Springs": "250", - "Bern": "234", - "Bogota": "213", - "Boston": "14", - "Brasilia": "238", - "Bratislava": "147", - "Brisbane": "21", - "Bristol": "228", - "Brno": "200", - "Bruges": "43", - "Brunswick": "181", - "Brussels": "208", - "Bucharest": "67", - "Budapest": "47", - "Buenos Aires": "50", - "Buffalo": "96", - "Bursa": "205", - "Cairo": "62", - "Canberra": "218", - "Cape Town": "42", - "Caracas": "242", - "Cardiff": "191", - "Carlow": "260", - "Charlotte": "78", - "Cheltenham": "263", - "Chennai": "85", - "Chicago": "22", - "Chisinau": "104", - "Christchurch": "59", - "Cincinnati": "137", - "Cleveland": "138", - "Colorado Springs": "123", - "Columbus": "80", - "Copenhagen": "26", - "Coventry": "91", - "Cromwell": "233", - "Dagupan": "165", - "Dallas": "12", - "Dar es Salaam": "115", - "Denver": "71", - "Des Moines": "144", - "Detroit": "81", - "Dhaka": "148", - "Douglas": "291", - "Dronten": "196", - "Dubai": "133", - "Dublin": "19", - "Dusseldorf": "153", - "Edinburgh": "187", - "Edmonton": "103", - "Eindhoven": "229", - "Falkenstein": "264", - "Fez": "63", - "Frankfurt": "29", - "Fremont": "30", - "Frosinone": "226", - "Gdansk": "206", - "Geneva": "161", - "Gosport": "157", - "Gothenburg": "164", - "Graz": "60", - "Green Bay": "102", - "Groningen": "197", - "Guadalajara": "177", - "Guatemala": "99", - "Halifax": "83", - "Hamburg": "203", - "Hangzhou": "84", - "Hanoi": "65", - "Helsinki": "45", - "Heredia": "74", - "Ho Chi Minh City": "232", - "Hong Kong": "72", - "Honolulu": "151", - "Houston": "39", - "Hyderabad": "56", - "Indianapolis": "230", - "Indore": "155", - "Istanbul": "66", - "Izmir": "227", - "Jackson": "122", - "Jacksonville": "75", - "Jakarta": "57", - "Jerusalem": "258", - "Joao Pessoa": "0", - "Johannesburg": "175", - "Kampala": "118", - "Kansas City": "55", - "Karaganda": "174", - "Kazan": "194", - "Kiev": "34", - "Knoxville": "124", - "Koto": "244", - "Ktis": "212", - "La Ceiba": "220", - "Lagos": "243", - "Lahore": "186", - "Lansing": "295", - "Las Vegas": "79", - "Lausanne": "188", - "Liege": "223", - "Lima": "108", - "Limassol": "192", - "Lincoln": "259", - "Lisbon": "44", - "Ljubljana": "28", - "London": "11", - "Los Angeles": "37", - "Lugano": "211", - "Luxembourg": "61", - "Lyon": "240", - "Madrid": "94", - "Maidstone": "156", - "Malaysia": "36", - "Manchester": "77", - "Manhattan": "114", - "Manila": "112", - "Medellin": "49", - "Melbourne": "1", - "Memphis": "231", - "Mexico": "33", - "Miami": "15", - "Milan": "27", - "Minneapolis": "92", - "Montevideo": "167", - "Monticello": "106", - "Montreal": "52", - "Moscow": "9", - "Mumbai": "293", - "Munich": "210", - "Nairobi": "131", - "New Delhi": "46", - "New Orleans": "140", - "New York": "13", - "Newcastle": "88", - "Nis": "160", - "Novosibirsk": "176", - "Nuremberg": "158", - "Oklahoma City": "121", - "Orlando": "89", - "Osaka": "119", - "Oslo": "129", - "Ottawa": "256", - "Palermo": "195", - "Panama": "98", - "Paramaribo": "262", - "Paris": "4", - "Perth": "169", - "Philadelphia": "68", - "Phnom Penh": "209", - "Phoenix": "38", - "Piscataway": "130", - "Pittsburgh": "184", - "Portland": "82", - "Prague": "3", - "Pristina": "207", - "Pune": "111", - "Quebec City": "249", - "Quito": "254", - "Raleigh": "162", - "Redding": "225", - "Reykjavik": "76", - "Riga": "127", - "Riyadh": "116", - "Rome": "190", - "Roseburg": "163", - "Rotterdam": "198", - "Roubaix": "54", - "Sacramento": "93", - "Salem": "141", - "Salt Lake City": "86", - "San Antonio": "51", - "San Diego": "73", - "San Francisco": "100", - "San Jose": "23", - "San Juan": "168", - "Santiago": "70", - "Sao Paulo": "125", - "Sapporo": "159", - "Saskatoon": "166", - "Savannah": "239", - "Scranton": "109", - "Seattle": "24", - "Secaucus": "171", - "Seoul": "113", - "Shanghai": "180", - "Shenzhen": "221", - "Siauliai": "126", - "Singapore": "31", - "Sofia": "154", - "South Bend": "101", - "St Louis": "90", - "St Petersburg": "149", - "Stockholm": "10", - "Strasbourg": "185", - "Sydney": "107", - "Syracuse": "235", - "Taipei": "95", - "Tallinn": "25", - "Tampa": "97", - "Tbilisi": "245", - "Tel Aviv": "87", - "The Hague": "216", - "Thessaloniki": "117", - "Tirana": "193", - "Tokyo": "6", - "Toledo": "136", - "Toronto": "2", - "Tunis": "248", - "Valencia": "58", - "Valletta": "246", - "Vancouver": "53", - "Varna": "69", - "Venice": "202", - "Vienna": "20", - "Vilnius": "170", - "Vladivostok": "224", - "Warsaw": "32", - "Washington": "16", - "Wellington": "139", - "Westpoort": "217", - "Winnipeg": "135", - "Zagreb": "150", - "Zhangjiakou": "261", - "Zurich": "35" - }, - "Africa": { - "42": { - "name": "Cape Town", - "data": { - "0": { - "avg": "211.89", - "max": "214.66", - "min": "211.583", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "406.567", - "max": "407.78", - "min": "406.217", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "232.223", - "max": "234.929", - "min": "231.725", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "171.668", - "max": "178.371", - "min": "170.654", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "151.393", - "max": "153.982", - "min": "150.959", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "361.693", - "max": "364.142", - "min": "361.175", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "150.787", - "max": "152.338", - "min": "150.389", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "410.631", - "max": "416.435", - "min": "409.422", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "191.829", - "max": "195.486", - "min": "191.352", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "170.426", - "max": "177.057", - "min": "169.776", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "143.321", - "max": "147.13", - "min": "142.802", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "245.934", - "max": "248.587", - "min": "245.547", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "212.526", - "max": "216.381", - "min": "212.028", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "216.726", - "max": "225.622", - "min": "215.983", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "244.453", - "max": "251.244", - "min": "243.815", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "216.317", - "max": "219.569", - "min": "215.968", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "167.49", - "max": "170.683", - "min": "166.979", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "228.707", - "max": "233.597", - "min": "228.156", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "155.624", - "max": "160.066", - "min": "155.183", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "168.005", - "max": "169.95", - "min": "167.574", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "415.965", - "max": "417.636", - "min": "415.443", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "232.061", - "max": "234.484", - "min": "231.498", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "283.055", - "max": "284.059", - "min": "282.723", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "277.191", - "max": "281.785", - "min": "276.739", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "180.376", - "max": "183.785", - "min": "180.002", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "162.88", - "max": "166.034", - "min": "162.485", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "166.178", - "max": "170.057", - "min": "165.55", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "175.449", - "max": "178.629", - "min": "175.145", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "153.184", - "max": "156.383", - "min": "152.756", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "277.218", - "max": "278.983", - "min": "276.913", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "311.728", - "max": "313.196", - "min": "311.493", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "175.906", - "max": "177.061", - "min": "175.635", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "279.536", - "max": "282.041", - "min": "278.952", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "190.682", - "max": "192.322", - "min": "190.449", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "164.259", - "max": "169.305", - "min": "163.742", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "275.328", - "max": "276.999", - "min": "274.937", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "274.291", - "max": "274.798", - "min": "274.042", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "274.504", - "max": "276.472", - "min": "274.17", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "241.726", - "max": "244.068", - "min": "241.316", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "217.663", - "max": "227.95", - "min": "216.848", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "0.04", - "max": "0.156", - "min": "0.018", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "152.763", - "max": "156.066", - "min": "152.247", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "187.194", - "max": "189.191", - "min": "186.989", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "180.482", - "max": "183.912", - "min": "179.955", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "344.108", - "max": "348.116", - "min": "343.474", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "175.641", - "max": "180.891", - "min": "174.817", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "188.683", - "max": "190.885", - "min": "188.331", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "290.886", - "max": "292.67", - "min": "290.541", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "376.385", - "max": "379.944", - "min": "375.902", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "246.9", - "max": "248.765", - "min": "246.577", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "226.422", - "max": "230.097", - "min": "225.853", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "284.912", - "max": "287.017", - "min": "284.361", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "153.519", - "max": "165.058", - "min": "146.475", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "243.159", - "max": "244.418", - "min": "242.929", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "283.643", - "max": "292.632", - "min": "279.283", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "340.529", - "max": "348.454", - "min": "339.403", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "172.953", - "max": "177.491", - "min": "171.55", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "455.904", - "max": "457.426", - "min": "455.636", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "209.895", - "max": "213.097", - "min": "209.36", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "151.216", - "max": "153.351", - "min": "150.928", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "205.684", - "max": "208.685", - "min": "204.83", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "199.592", - "max": "212.74", - "min": "198.26", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "311.863", - "max": "387.809", - "min": "301.433", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "454.608", - "max": "457.602", - "min": "454.289", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "190.178", - "max": "193.136", - "min": "189.752", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "194.234", - "max": "199.036", - "min": "193.195", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "212.288", - "max": "215.407", - "min": "211.96", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "185.73", - "max": "188.279", - "min": "185.328", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "367.583", - "max": "370.09", - "min": "366.487", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "252.151", - "max": "254.848", - "min": "251.774", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "362.185", - "max": "363.952", - "min": "361.71", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "271.802", - "max": "275.263", - "min": "271.097", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "295.734", - "max": "300.962", - "min": "294.977", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "232.592", - "max": "235.672", - "min": "232.252", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "189.691", - "max": "194.245", - "min": "189.125", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "148.756", - "max": "150.954", - "min": "148.452", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "234.008", - "max": "235.412", - "min": "233.7", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "286.938", - "max": "302.699", - "min": "285.935", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "233.894", - "max": "235.773", - "min": "233.394", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "231.374", - "max": "233.977", - "min": "230.878", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "275.053", - "max": "277.563", - "min": "274.559", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "234.098", - "max": "238.379", - "min": "233.62", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "421.14", - "max": "426.601", - "min": "420.537", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "324.531", - "max": "331.207", - "min": "323.367", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "280.016", - "max": "282.094", - "min": "279.677", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "204.282", - "max": "207.189", - "min": "203.662", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "152.441", - "max": "155.213", - "min": "151.564", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "234.667", - "max": "238.156", - "min": "234.315", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "234.543", - "max": "238.684", - "min": "234.044", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "149.32", - "max": "155.354", - "min": "148.754", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "241.55", - "max": "247.515", - "min": "240.86", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "287.408", - "max": "293.832", - "min": "286.713", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "166.203", - "max": "168.716", - "min": "165.889", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "390.107", - "max": "393.706", - "min": "389.659", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "221.282", - "max": "224.969", - "min": "220.677", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "254.301", - "max": "258.076", - "min": "253.835", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "298.247", - "max": "306.498", - "min": "297.538", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "268.776", - "max": "292.119", - "min": "267.055", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "288.392", - "max": "290.35", - "min": "287.868", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "230.798", - "max": "233.473", - "min": "230.34", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "241.897", - "max": "245.308", - "min": "241.22", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "276.796", - "max": "279.228", - "min": "276.155", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "197.579", - "max": "201.503", - "min": "197.149", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "437.737", - "max": "445.161", - "min": "436.615", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "237.767", - "max": "241.046", - "min": "237.394", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "464.706", - "max": "483.489", - "min": "451.342", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "313.065", - "max": "315.828", - "min": "312.29", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "216.322", - "max": "218.926", - "min": "215.91", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "229.867", - "max": "232.881", - "min": "229.405", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "289.125", - "max": "303.615", - "min": "288.036", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "319.704", - "max": "322.764", - "min": "319.201", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "400.596", - "max": "403.369", - "min": "400.099", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "212.001", - "max": "215.194", - "min": "211.489", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "69.527", - "max": "126.529", - "min": "67.118", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "508.899", - "max": "636.664", - "min": "351.046", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "284.788", - "max": "387.031", - "min": "205.471", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "86.962", - "max": "88.977", - "min": "86.442", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "369.278", - "max": "374.647", - "min": "368.786", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "248.242", - "max": "251.616", - "min": "247.614", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "242.721", - "max": "243.74", - "min": "242.352", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "252.282", - "max": "254.624", - "min": "251.874", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "320.611", - "max": "485.507", - "min": "246.014", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "323.952", - "max": "327.251", - "min": "323.404", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "186.993", - "max": "330.697", - "min": "178.196", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "179.125", - "max": "180.673", - "min": "178.873", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "177.278", - "max": "178.884", - "min": "176.391", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "211.754", - "max": "214.58", - "min": "210.381", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "81.246", - "max": "84.3", - "min": "80.773", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "266.16", - "max": "270.033", - "min": "265.407", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "302.304", - "max": "305.993", - "min": "301.965", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "236.892", - "max": "239.564", - "min": "236.475", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "239.33", - "max": "242.102", - "min": "238.904", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "240.729", - "max": "244.326", - "min": "240.212", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "439.868", - "max": "443.36", - "min": "438.554", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "256.289", - "max": "257.179", - "min": "256.131", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "211.201", - "max": "214.806", - "min": "210.624", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "266.637", - "max": "273.824", - "min": "264.608", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "252.882", - "max": "256.879", - "min": "252.377", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "252.627", - "max": "252.793", - "min": "252.391", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "214.532", - "max": "220.041", - "min": "213.774", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "170.82", - "max": "175.076", - "min": "170.225", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "322.334", - "max": "326.882", - "min": "321.587", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "181.196", - "max": "184.726", - "min": "180.71", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "176.939", - "max": "180.715", - "min": "176.459", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "320.605", - "max": "323.436", - "min": "320.036", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "155.29", - "max": "165.356", - "min": "154.315", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "184.317", - "max": "199.679", - "min": "183.451", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "281.612", - "max": "283.825", - "min": "281.294", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "144.464", - "max": "149.75", - "min": "144.032", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "146.297", - "max": "150.48", - "min": "145.762", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "157.556", - "max": "165.517", - "min": "156.14", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "379.09", - "max": "385.386", - "min": "378.45", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "181.073", - "max": "183.554", - "min": "180.479", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "160.486", - "max": "179.475", - "min": "159.334", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "222.645", - "max": "225.761", - "min": "222.029", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "278.287", - "max": "281.602", - "min": "277.59", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "185.014", - "max": "187.237", - "min": "184.477", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "318.399", - "max": "359.722", - "min": "309.461", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "253.452", - "max": "256.122", - "min": "252.854", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "375.064", - "max": "442.487", - "min": "367.008", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "251.905", - "max": "254.618", - "min": "251.606", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "522.04", - "max": "524.497", - "min": "521.492", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "177.151", - "max": "179.617", - "min": "176.704", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "210.464", - "max": "212.196", - "min": "210.132", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "244.96", - "max": "246.497", - "min": "244.637", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "20.614", - "max": "25.155", - "min": "19.594", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "233.274", - "max": "234.589", - "min": "233.018", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "274.025", - "max": "278.473", - "min": "273.621", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "423.083", - "max": "424.623", - "min": "422.716", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "222.551", - "max": "225.013", - "min": "222.093", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "227.622", - "max": "235.09", - "min": "227.006", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "156.784", - "max": "158.782", - "min": "156.279", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "289.434", - "max": "292.722", - "min": "288.798", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "152.999", - "max": "155.559", - "min": "152.514", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "164.84", - "max": "165.76", - "min": "164.636", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "170.951", - "max": "192.063", - "min": "169.456", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "167.274", - "max": "173.005", - "min": "166.658", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "147.749", - "max": "150.959", - "min": "147.246", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "206.618", - "max": "207.698", - "min": "206.367", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "186.661", - "max": "191.238", - "min": "186.134", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "210.813", - "max": "217.019", - "min": "210.041", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "186.529", - "max": "195.968", - "min": "185.56", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "149.502", - "max": "151.516", - "min": "149.159", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "151.767", - "max": "154.609", - "min": "151.343", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "149.325", - "max": "166.173", - "min": "148.365", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "174.692", - "max": "176.855", - "min": "174.338", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "199.482", - "max": "201.979", - "min": "199.054", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "172.726", - "max": "177.969", - "min": "171.603", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "189.551", - "max": "246.387", - "min": "158.111", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "143.417", - "max": "146.286", - "min": "143.003", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "208.545", - "max": "213.065", - "min": "207.993", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "174.331", - "max": "191.228", - "min": "172.783", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "190.614", - "max": "198.002", - "min": "189.47", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "148.679", - "max": "153.064", - "min": "147.777", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "395.672", - "max": "397.993", - "min": "395.096", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "161.259", - "max": "164.714", - "min": "160.733", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "168.493", - "max": "171.38", - "min": "168.086", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "176.304", - "max": "178.001", - "min": "176.05", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "298.563", - "max": "305.126", - "min": "296.608", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "199.452", - "max": "202.459", - "min": "198.998", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "152.929", - "max": "166.508", - "min": "151.635", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "151.727", - "max": "159.761", - "min": "150.965", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "149.232", - "max": "152.604", - "min": "148.243", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "411.415", - "max": "415.348", - "min": "410.689", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "219.376", - "max": "223.968", - "min": "217.118", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "456.339", - "max": "473.995", - "min": "448.002", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "288.71", - "max": "292.359", - "min": "288.125", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "158.34", - "max": "160.778", - "min": "158.003", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "277.9", - "max": "281.432", - "min": "277.376", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "287.765", - "max": "288.664", - "min": "287.321", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "180.148", - "max": "182.387", - "min": "179.723", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "208.856", - "max": "212.569", - "min": "208.363", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "147.255", - "max": "151.421", - "min": "146.218", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "152.057", - "max": "153.772", - "min": "151.745", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "233.828", - "max": "234.938", - "min": "233.571", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "237.61", - "max": "240.59", - "min": "237.304", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "423.31", - "max": "426.941", - "min": "422.509", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "307.98", - "max": "327.798", - "min": "264.65", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "166.812", - "max": "172.918", - "min": "166.122", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "217.27", - "max": "220", - "min": "216.664", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "166.594", - "max": "169.286", - "min": "166.308", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "346.627", - "max": "680.065", - "min": "334.594", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "251.663", - "max": "253.655", - "min": "249.165", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "164.096", - "max": "166.225", - "min": "163.698", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "187.366", - "max": "195.263", - "min": "186.099", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "287.994", - "max": "316.588", - "min": "285.743", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "91.019", - "max": "93.973", - "min": "90.382", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "366.906", - "max": "369.412", - "min": "366.422", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "240.098", - "max": "243.582", - "min": "239.567", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "189.443", - "max": "192.433", - "min": "189.123", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "154.572", - "max": "158.644", - "min": "154.118", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "183.13", - "max": "183.768", - "min": "182.947", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "221.683", - "max": "223.535", - "min": "221.206", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "224.851", - "max": "231.179", - "min": "224.032", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "202.746", - "max": "205.428", - "min": "200.822", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "303.976", - "max": "305.936", - "min": "303.543", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "223.787", - "max": "225.64", - "min": "222.605", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "209.732", - "max": "212.627", - "min": "209.276", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "240.63", - "max": "243.733", - "min": "240.192", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "155.827", - "max": "158.033", - "min": "155.389", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "421.991", - "max": "425.551", - "min": "419.709", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "318.839", - "max": "318.839", - "min": "318.839", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "146.7", - "max": "149.288", - "min": "146.45", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "162.501", - "max": "163.527", - "min": "162.307", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "238.615", - "max": "240.589", - "min": "237.866", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "167.685", - "max": "186.982", - "min": "159.606", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "175.163", - "max": "178.097", - "min": "174.906", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "319.541", - "max": "322.585", - "min": "319.059", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "222.229", - "max": "224.069", - "min": "221.777", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "239.856", - "max": "244.037", - "min": "239.128", - "id": "42", - "country": "South Africa", - "source_name": "Cape Town", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "118": { - "name": "Kampala", - "data": { - "0": { - "avg": "385.702", - "max": "386.989", - "min": "385.296", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "447.03", - "max": "447.975", - "min": "446.657", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "244.771", - "max": "245.626", - "min": "244.327", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "185.692", - "max": "193.426", - "min": "184.553", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "163.501", - "max": "164.582", - "min": "162.925", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "396.808", - "max": "398.33", - "min": "396.129", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "154.583", - "max": "182.394", - "min": "152.891", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "453.887", - "max": "491.977", - "min": "448.837", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "204.863", - "max": "207.558", - "min": "204.342", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "210.879", - "max": "213.303", - "min": "210.284", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "147.713", - "max": "151.601", - "min": "146.997", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "285.055", - "max": "285.987", - "min": "284.596", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "232.643", - "max": "234.729", - "min": "232.213", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "243.209", - "max": "244.12", - "min": "242.831", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "253.491", - "max": "254.86", - "min": "253.032", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "258.646", - "max": "260.238", - "min": "258.282", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "160.619", - "max": "161.577", - "min": "160.133", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "249.252", - "max": "250.637", - "min": "248.832", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "153.522", - "max": "154.717", - "min": "153.051", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "192.019", - "max": "193.088", - "min": "191.666", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "449.66", - "max": "451.679", - "min": "449.115", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "268.259", - "max": "283.807", - "min": "267.149", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "299.34", - "max": "301.605", - "min": "298.881", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "317.662", - "max": "318.804", - "min": "316.99", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "202.425", - "max": "203.533", - "min": "201.658", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "185.698", - "max": "188.741", - "min": "185.136", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "153.584", - "max": "154.977", - "min": "152.95", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "187.265", - "max": "188.433", - "min": "186.951", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "172.272", - "max": "173.506", - "min": "171.743", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "288.213", - "max": "289.603", - "min": "287.66", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "331.986", - "max": "333.266", - "min": "331.515", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "189.037", - "max": "189.742", - "min": "188.624", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "294.56", - "max": "297.108", - "min": "293.986", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "209.417", - "max": "232.464", - "min": "207.531", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "167.938", - "max": "174.915", - "min": "167.006", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "323.766", - "max": "333.929", - "min": "322.852", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "313.154", - "max": "321.996", - "min": "312.256", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "317.721", - "max": "318.806", - "min": "317.269", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "262.88", - "max": "264.699", - "min": "262.32", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "231.406", - "max": "234.273", - "min": "230.931", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "86.438", - "max": "90.033", - "min": "85.514", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "164.745", - "max": "167.593", - "min": "164.118", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "199.312", - "max": "200.111", - "min": "198.694", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "192.365", - "max": "217.701", - "min": "190.675", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "361.254", - "max": "362.541", - "min": "360.859", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "179.165", - "max": "180.609", - "min": "178.511", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "180.384", - "max": "181.576", - "min": "180.104", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "322.312", - "max": "323.547", - "min": "321.688", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "411.801", - "max": "414.222", - "min": "411.011", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "277.035", - "max": "277.721", - "min": "276.633", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "255.067", - "max": "256.16", - "min": "254.646", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "327.754", - "max": "329.288", - "min": "327.113", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "227.305", - "max": "244.893", - "min": "206.656", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "256.411", - "max": "257.452", - "min": "256.115", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "273.726", - "max": "284.022", - "min": "270.093", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "323.485", - "max": "324.97", - "min": "323.05", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "193.824", - "max": "196.869", - "min": "192.639", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "516.069", - "max": "518.771", - "min": "515.462", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "192.808", - "max": "195.996", - "min": "191.704", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "161.434", - "max": "165.568", - "min": "160.702", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "193.597", - "max": "196.61", - "min": "192.746", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "199.891", - "max": "216.266", - "min": "198.243", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "318.581", - "max": "328.01", - "min": "316.632", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "423.491", - "max": "435.343", - "min": "422.383", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "206.99", - "max": "210.436", - "min": "206.613", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "195.329", - "max": "196.591", - "min": "194.853", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "252.239", - "max": "256.05", - "min": "251.657", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "212.849", - "max": "213.722", - "min": "212.323", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "414.958", - "max": "417.578", - "min": "413.972", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "284.825", - "max": "289.872", - "min": "284.258", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "360.017", - "max": "361.847", - "min": "359.233", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "309.005", - "max": "311.405", - "min": "308.244", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "331.3", - "max": "335.357", - "min": "330.711", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "263.764", - "max": "264.744", - "min": "263.381", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "212.462", - "max": "214.35", - "min": "211.779", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "183.087", - "max": "184.359", - "min": "182.637", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "246.004", - "max": "248.156", - "min": "245.271", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "315.21", - "max": "317.496", - "min": "314.833", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "263.498", - "max": "264.603", - "min": "263.052", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "270.027", - "max": "270.972", - "min": "269.556", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "303.532", - "max": "305.075", - "min": "303.067", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "246.042", - "max": "247.506", - "min": "245.436", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "246.122", - "max": "250.618", - "min": "245.102", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "304.51", - "max": "305.697", - "min": "304.055", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "285.996", - "max": "287.049", - "min": "285.551", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "215.835", - "max": "217.323", - "min": "215.021", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "192.776", - "max": "194.476", - "min": "192.165", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "266.474", - "max": "275.24", - "min": "265.828", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "245.207", - "max": "247.083", - "min": "244.499", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "181.65", - "max": "183.83", - "min": "181.046", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "274.749", - "max": "276.114", - "min": "273.91", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "305.889", - "max": "307.654", - "min": "305.215", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "195.795", - "max": "197.26", - "min": "195.157", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "438.965", - "max": "440.399", - "min": "438.354", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "237.429", - "max": "237.976", - "min": "237.046", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "280.8", - "max": "282.871", - "min": "280.301", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "306.092", - "max": "314.195", - "min": "305.062", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "300.768", - "max": "308.011", - "min": "299.692", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "296.441", - "max": "299.247", - "min": "295.967", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "261.782", - "max": "262.429", - "min": "261.352", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "272.44", - "max": "274.511", - "min": "271.845", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "321.86", - "max": "323.826", - "min": "321.176", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "216.298", - "max": "218.619", - "min": "215.493", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "465.506", - "max": "470.694", - "min": "464.527", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "268.544", - "max": "271.487", - "min": "267.864", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "490.796", - "max": "526.611", - "min": "478.431", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "351.123", - "max": "355.809", - "min": "350.599", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "230.463", - "max": "231.741", - "min": "230.098", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "257.974", - "max": "259.321", - "min": "257.482", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "330.721", - "max": "333.955", - "min": "330.033", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "513.121", - "max": "519.262", - "min": "512.262", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "421.921", - "max": "422.745", - "min": "421.404", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "251.521", - "max": "254.219", - "min": "251.145", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "22.426", - "max": "24.868", - "min": "21.674", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "441.191", - "max": "569.923", - "min": "291.972", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "319.899", - "max": "399.809", - "min": "246.717", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "0.023", - "max": "0.119", - "min": "0.017", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "397.578", - "max": "404.38", - "min": "396.882", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "279.682", - "max": "280.978", - "min": "279.312", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "261.727", - "max": "263.094", - "min": "261.212", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "281.717", - "max": "283.182", - "min": "281.088", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "347.1", - "max": "492.282", - "min": "266.874", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "318.981", - "max": "321.752", - "min": "318.28", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "200.656", - "max": "369.275", - "min": "193.772", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "194.226", - "max": "195.633", - "min": "193.714", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "167.349", - "max": "168.139", - "min": "166.908", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "252.821", - "max": "254.733", - "min": "251.779", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "9.209", - "max": "9.975", - "min": "8.8", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "185.497", - "max": "187.391", - "min": "184.891", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "334.467", - "max": "337.714", - "min": "333.782", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "255.138", - "max": "256.721", - "min": "254.595", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "254.979", - "max": "255.956", - "min": "254.507", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "259.853", - "max": "261.049", - "min": "259.286", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "510.522", - "max": "511.92", - "min": "509.605", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "289.375", - "max": "290.623", - "min": "288.92", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "240.213", - "max": "241.573", - "min": "239.729", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "301.192", - "max": "310.558", - "min": "300.003", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "289.342", - "max": "292.42", - "min": "288.564", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "279.486", - "max": "280.509", - "min": "279.009", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "231.285", - "max": "232.484", - "min": "230.626", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "197.86", - "max": "201.754", - "min": "197.28", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "354.614", - "max": "358.801", - "min": "353.707", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "199.503", - "max": "200.654", - "min": "198.891", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "175.353", - "max": "176.25", - "min": "174.853", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "336.285", - "max": "340.651", - "min": "335.673", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "171.049", - "max": "180.175", - "min": "170.22", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "198.411", - "max": "200.638", - "min": "197.61", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "286.036", - "max": "287.898", - "min": "285.406", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "179.026", - "max": "182.08", - "min": "178.37", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "167.171", - "max": "168.186", - "min": "166.819", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "169.795", - "max": "180.161", - "min": "167.978", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "418.029", - "max": "419.555", - "min": "417.634", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "194.637", - "max": "197.183", - "min": "194.198", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "161.078", - "max": "175.11", - "min": "159.585", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "254.018", - "max": "255.138", - "min": "253.445", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "332.496", - "max": "333.626", - "min": "332.142", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "207.289", - "max": "210.801", - "min": "206.241", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "457.607", - "max": "504.993", - "min": "449.349", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "290.048", - "max": "291.714", - "min": "289.487", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "419.663", - "max": "519.038", - "min": "413.056", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "289.626", - "max": "290.861", - "min": "289.057", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "544.807", - "max": "545.607", - "min": "544.228", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "208.928", - "max": "210.543", - "min": "208.369", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "251.978", - "max": "253.158", - "min": "251.562", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "268.358", - "max": "277.074", - "min": "267.304", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "63.756", - "max": "65.071", - "min": "63.397", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "239.314", - "max": "240.161", - "min": "238.926", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "309.002", - "max": "313.241", - "min": "308.103", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "231.505", - "max": "234.02", - "min": "230.975", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "246.603", - "max": "247.605", - "min": "246.238", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "257.883", - "max": "261.713", - "min": "257.253", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "174.848", - "max": "176.212", - "min": "174.091", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "292.046", - "max": "317.52", - "min": "288.344", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "186.483", - "max": "187.976", - "min": "185.938", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "167.201", - "max": "175.807", - "min": "166.244", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "194.254", - "max": "217.042", - "min": "192.862", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "147.386", - "max": "149.703", - "min": "146.871", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "181.355", - "max": "184.167", - "min": "180.948", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "210.135", - "max": "211.396", - "min": "209.548", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "208.028", - "max": "210.253", - "min": "207.306", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "222.348", - "max": "230.112", - "min": "221.463", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "165.768", - "max": "167.488", - "min": "165.231", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "154.369", - "max": "156.247", - "min": "153.667", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "173.869", - "max": "175.535", - "min": "173.324", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "165.778", - "max": "166.965", - "min": "165.294", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "181.285", - "max": "182.701", - "min": "180.806", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "188.636", - "max": "193.508", - "min": "187.962", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "189.358", - "max": "191.481", - "min": "188.341", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "212.878", - "max": "269.501", - "min": "178.772", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "172.445", - "max": "181.972", - "min": "171.756", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "205.19", - "max": "208.946", - "min": "204.334", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "195.804", - "max": "196.648", - "min": "195.234", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "216.528", - "max": "219.203", - "min": "215.821", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "164.363", - "max": "166.337", - "min": "163.882", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "359.134", - "max": "360.213", - "min": "358.595", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "171.175", - "max": "172.382", - "min": "170.674", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "207.953", - "max": "210.695", - "min": "207.039", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "189.769", - "max": "211.963", - "min": "188.577", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "316.421", - "max": "323.089", - "min": "314.647", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "233.918", - "max": "236.176", - "min": "233.375", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "188.061", - "max": "192.954", - "min": "187.171", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "180.532", - "max": "184.2", - "min": "179.605", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "167.806", - "max": "171.571", - "min": "167.26", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "457.152", - "max": "470.389", - "min": "453.415", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "224.387", - "max": "229.564", - "min": "223.513", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "251.159", - "max": "262.216", - "min": "216.002", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "295.376", - "max": "301.416", - "min": "294.694", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "170.413", - "max": "179.895", - "min": "169.26", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "296.378", - "max": "298.138", - "min": "295.797", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "322.194", - "max": "324.361", - "min": "321.367", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "211.461", - "max": "214.508", - "min": "210.899", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "210.742", - "max": "211.557", - "min": "210.328", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "180.63", - "max": "182.904", - "min": "179.765", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "167.582", - "max": "169.2", - "min": "166.758", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "269.214", - "max": "272.141", - "min": "268.606", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "288.426", - "max": "290.783", - "min": "287.973", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "412.509", - "max": "585.326", - "min": "406.038", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "236.688", - "max": "237.366", - "min": "236.375", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "201.359", - "max": "204.502", - "min": "200.672", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "236.736", - "max": "238.088", - "min": "236.292", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "188.197", - "max": "191.07", - "min": "187.593", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "348.442", - "max": "353.123", - "min": "347.872", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "284.091", - "max": "288.046", - "min": "281.02", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "184.728", - "max": "185.709", - "min": "184.272", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "199.905", - "max": "207.767", - "min": "199.007", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "288.276", - "max": "291.379", - "min": "287.05", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "173.67", - "max": "186.783", - "min": "172.588", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "404.264", - "max": "407.481", - "min": "403.474", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "214.596", - "max": "245.243", - "min": "212.991", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "191.434", - "max": "193.321", - "min": "190.813", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "171.093", - "max": "233.371", - "min": "168.441", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "177.525", - "max": "179.481", - "min": "176.959", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "235.35", - "max": "237.589", - "min": "234.556", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "247.617", - "max": "265.024", - "min": "246.658", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "200.202", - "max": "206.875", - "min": "198.508", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "331.094", - "max": "335.769", - "min": "329.719", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "237.411", - "max": "239.644", - "min": "236.302", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "217.849", - "max": "219.804", - "min": "217.385", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "269.519", - "max": "378.61", - "min": "264.935", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "189.573", - "max": "192.128", - "min": "189.039", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "385.237", - "max": "387.235", - "min": "384.76", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "330.382", - "max": "330.382", - "min": "330.382", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "151.248", - "max": "154.385", - "min": "150.791", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "176.585", - "max": "177.233", - "min": "176.29", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "268.311", - "max": "269.776", - "min": "267.721", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "200.641", - "max": "211.289", - "min": "192.134", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "182.891", - "max": "187.163", - "min": "182.379", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "271.67", - "max": "296.313", - "min": "269.913", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "251.57", - "max": "255.49", - "min": "250.957", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "242.383", - "max": "254.111", - "min": "241.471", - "id": "118", - "country": "Uganda", - "source_name": "Kampala", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "131": { - "name": "Nairobi", - "data": { - "0": { - "avg": "355.38", - "max": "359.08", - "min": "355.015", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "413.374", - "max": "415.336", - "min": "412.872", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "255.587", - "max": "256.613", - "min": "255.329", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "263.018", - "max": "278.699", - "min": "261.977", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "244.396", - "max": "245.023", - "min": "244.063", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "399.115", - "max": "399.476", - "min": "398.932", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "160.347", - "max": "162.507", - "min": "159.865", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "409.598", - "max": "416.952", - "min": "408.476", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "211.865", - "max": "212.333", - "min": "211.523", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "196.515", - "max": "197.88", - "min": "196.156", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "173.728", - "max": "174.4", - "min": "173.485", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "271.058", - "max": "272.073", - "min": "270.715", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "249.837", - "max": "250.126", - "min": "249.593", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "250.177", - "max": "252.77", - "min": "249.756", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "248.98", - "max": "250.114", - "min": "248.605", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "250.638", - "max": "252.183", - "min": "250.162", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "157.077", - "max": "158.284", - "min": "156.71", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "295.362", - "max": "296.509", - "min": "295.086", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "251.632", - "max": "252.338", - "min": "251.374", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "190.158", - "max": "190.709", - "min": "189.995", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "428.548", - "max": "429.211", - "min": "428.319", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "299.032", - "max": "307.833", - "min": "298.569", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "297.885", - "max": "298.474", - "min": "297.6", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "314.524", - "max": "314.885", - "min": "314.299", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "187.943", - "max": "189.526", - "min": "187.591", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "173.089", - "max": "174.123", - "min": "172.871", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "149.171", - "max": "151.056", - "min": "148.858", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "170.859", - "max": "171.12", - "min": "170.681", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "164.627", - "max": "165.645", - "min": "164.325", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "290.239", - "max": "291.212", - "min": "289.875", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "309.725", - "max": "310.049", - "min": "309.541", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "197.857", - "max": "198.962", - "min": "197.637", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "286.638", - "max": "287.56", - "min": "286.361", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "186.498", - "max": "187.053", - "min": "186.246", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "159.676", - "max": "161.966", - "min": "159.216", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "252.987", - "max": "255.123", - "min": "252.543", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "321.438", - "max": "327.186", - "min": "321.029", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "287.077", - "max": "287.355", - "min": "286.758", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "244.188", - "max": "244.917", - "min": "243.924", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "207.996", - "max": "209.445", - "min": "207.538", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "80.185", - "max": "81.84", - "min": "79.847", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "253.414", - "max": "254.237", - "min": "252.94", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "197.568", - "max": "200.34", - "min": "197.072", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "188.239", - "max": "188.721", - "min": "187.994", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "297.579", - "max": "300.349", - "min": "297.263", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "181.239", - "max": "181.967", - "min": "180.781", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "164.844", - "max": "165.275", - "min": "164.58", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "364.959", - "max": "366.015", - "min": "364.584", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "380.179", - "max": "381.01", - "min": "379.79", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "254.953", - "max": "258.131", - "min": "254.61", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "239.508", - "max": "239.912", - "min": "239.247", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "298.398", - "max": "299.965", - "min": "298.102", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "217.928", - "max": "229.122", - "min": "205.567", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "257.623", - "max": "258.227", - "min": "257.374", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "264.946", - "max": "275.936", - "min": "261.168", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "343.003", - "max": "343.533", - "min": "342.666", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "199.403", - "max": "201.661", - "min": "198.445", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "458.793", - "max": "462.79", - "min": "458.432", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "181.914", - "max": "182.909", - "min": "181.561", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "165.437", - "max": "166.529", - "min": "165.221", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "185.916", - "max": "189.757", - "min": "185.171", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "202.251", - "max": "219.118", - "min": "200.616", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "199.37", - "max": "289.655", - "min": "190.59", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "418.106", - "max": "418.493", - "min": "417.868", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "200.472", - "max": "201.233", - "min": "199.981", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "187.409", - "max": "189.332", - "min": "187.082", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "295.128", - "max": "296.158", - "min": "294.93", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "199.895", - "max": "200.266", - "min": "199.562", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "391.453", - "max": "392.982", - "min": "390.752", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "319.176", - "max": "320.582", - "min": "318.849", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "364.256", - "max": "365.071", - "min": "363.988", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "302.137", - "max": "302.493", - "min": "301.861", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "322.552", - "max": "325.401", - "min": "322.186", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "263.615", - "max": "263.881", - "min": "263.429", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "196.036", - "max": "196.776", - "min": "195.824", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "175.221", - "max": "175.421", - "min": "174.961", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "298.494", - "max": "319.127", - "min": "297.571", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "285.958", - "max": "288.894", - "min": "285.498", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "255.842", - "max": "257.678", - "min": "255.301", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "246.772", - "max": "247.997", - "min": "246.546", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "301.723", - "max": "302.265", - "min": "301.531", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "247.136", - "max": "251.443", - "min": "246.562", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "229.149", - "max": "237.431", - "min": "228.391", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "296.878", - "max": "297.248", - "min": "296.667", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "263.524", - "max": "263.809", - "min": "263.303", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "224.753", - "max": "226.165", - "min": "224.277", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "159.401", - "max": "161.859", - "min": "158.977", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "312.146", - "max": "312.76", - "min": "311.984", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "270.372", - "max": "298.311", - "min": "269.124", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "155.618", - "max": "157.255", - "min": "155.274", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "266.996", - "max": "267.926", - "min": "266.153", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "297.859", - "max": "298.468", - "min": "297.55", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "187.679", - "max": "188.401", - "min": "187.446", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "426.545", - "max": "428.241", - "min": "426.263", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "228.601", - "max": "229.947", - "min": "228.169", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "258.702", - "max": "259.224", - "min": "258.373", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "296.232", - "max": "296.538", - "min": "296.021", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "287.425", - "max": "293.774", - "min": "286.46", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "307.446", - "max": "312.85", - "min": "306.924", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "311.368", - "max": "311.616", - "min": "311.174", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "246.251", - "max": "247.069", - "min": "245.976", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "279.399", - "max": "280.908", - "min": "278.994", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "199.401", - "max": "200.457", - "min": "199.071", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "554.753", - "max": "570.791", - "min": "532.983", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "271.08", - "max": "271.423", - "min": "270.815", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "484.879", - "max": "518.506", - "min": "470.228", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "321.705", - "max": "325.095", - "min": "321.335", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "232.884", - "max": "234.226", - "min": "232.619", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "324.727", - "max": "329.254", - "min": "324.335", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "354.251", - "max": "359.554", - "min": "353.299", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "196.34", - "max": "197.165", - "min": "196.059", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "421.449", - "max": "421.957", - "min": "421.214", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "215.926", - "max": "216.148", - "min": "215.717", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "110.503", - "max": "113.671", - "min": "109.942", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "431.197", - "max": "556.254", - "min": "268.249", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "382.574", - "max": "457.063", - "min": "311.259", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "9.71", - "max": "24.996", - "min": "8.65", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "370.625", - "max": "372.394", - "min": "370.274", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "303.355", - "max": "304.623", - "min": "303.054", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "275.449", - "max": "277.297", - "min": "274.998", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "267.922", - "max": "273.789", - "min": "267.204", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "335.785", - "max": "482.823", - "min": "258.957", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "324.891", - "max": "325.549", - "min": "324.463", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "200.173", - "max": "350.646", - "min": "192.478", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "185.452", - "max": "185.968", - "min": "185.263", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "176.796", - "max": "178.447", - "min": "176.148", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "214.851", - "max": "217.64", - "min": "213.043", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "0.04", - "max": "0.069", - "min": "0.021", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "175.342", - "max": "178.22", - "min": "174.925", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "362.262", - "max": "363.534", - "min": "362.002", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "264.584", - "max": "266.64", - "min": "264.363", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "239.479", - "max": "239.879", - "min": "239.195", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "253.8", - "max": "254.382", - "min": "253.488", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "448.649", - "max": "450.282", - "min": "447.785", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "264.483", - "max": "269.125", - "min": "264.105", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "316.108", - "max": "316.597", - "min": "315.819", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "275.616", - "max": "284.75", - "min": "273.762", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "266.181", - "max": "266.594", - "min": "265.863", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "265.977", - "max": "267.214", - "min": "265.557", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "244.881", - "max": "247.168", - "min": "244.405", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "262.616", - "max": "267.889", - "min": "262.182", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "268.74", - "max": "279.632", - "min": "267.855", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "190.869", - "max": "191.317", - "min": "190.525", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "171.39", - "max": "174.771", - "min": "170.942", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "310.646", - "max": "326.725", - "min": "308.582", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "246.332", - "max": "248.398", - "min": "245.751", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "190.126", - "max": "192.103", - "min": "189.807", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "274.572", - "max": "276.289", - "min": "274.264", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "151.377", - "max": "152.022", - "min": "151.184", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "178.619", - "max": "179.261", - "min": "178.337", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "173.949", - "max": "186.731", - "min": "172.591", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "405.574", - "max": "406.55", - "min": "405.28", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "200.647", - "max": "202.298", - "min": "200.394", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "152.18", - "max": "152.534", - "min": "151.88", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "233.929", - "max": "240.304", - "min": "233.139", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "293.768", - "max": "295.895", - "min": "293.241", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "184.506", - "max": "187.254", - "min": "183.983", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "229.02", - "max": "279.48", - "min": "220.821", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "273.246", - "max": "275.211", - "min": "272.898", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "405.542", - "max": "467.054", - "min": "399.241", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "367.652", - "max": "368.029", - "min": "367.444", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "514.832", - "max": "516.183", - "min": "514.295", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "184.121", - "max": "184.532", - "min": "183.895", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "227.92", - "max": "228.311", - "min": "227.65", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "247.226", - "max": "248.663", - "min": "246.697", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "56.311", - "max": "60.054", - "min": "55.978", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "232.557", - "max": "250.173", - "min": "231.788", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "340.113", - "max": "340.407", - "min": "339.891", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "238.37", - "max": "238.903", - "min": "238.152", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "237.332", - "max": "244.384", - "min": "236.808", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "301.608", - "max": "304.222", - "min": "301.374", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "169.624", - "max": "172.967", - "min": "169.008", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "296.314", - "max": "296.502", - "min": "296.18", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "179.192", - "max": "180.162", - "min": "178.834", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "242.875", - "max": "243.849", - "min": "242.518", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "173.297", - "max": "184.948", - "min": "172.512", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "137.515", - "max": "137.842", - "min": "137.342", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "180.417", - "max": "181.365", - "min": "180.051", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "196.997", - "max": "198.349", - "min": "196.652", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "193.732", - "max": "195.319", - "min": "193.451", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "209.663", - "max": "211.076", - "min": "209.37", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "156.568", - "max": "156.892", - "min": "156.346", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "161.121", - "max": "163.894", - "min": "160.694", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "155.657", - "max": "156.126", - "min": "155.457", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "158.069", - "max": "158.48", - "min": "157.814", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "196.805", - "max": "197.428", - "min": "196.525", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "198.219", - "max": "212.618", - "min": "197.093", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "253.412", - "max": "255.75", - "min": "252.737", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "181.663", - "max": "200.127", - "min": "170.114", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "165.388", - "max": "165.786", - "min": "165.072", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "188.335", - "max": "189.199", - "min": "188.099", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "190.136", - "max": "223.176", - "min": "187.665", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "202.77", - "max": "205.023", - "min": "202.153", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "153.525", - "max": "155.858", - "min": "152.98", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "350.015", - "max": "376.172", - "min": "348.752", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "169.04", - "max": "170.132", - "min": "168.765", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "199.746", - "max": "200.596", - "min": "199.199", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "204.11", - "max": "205.028", - "min": "203.869", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "370.615", - "max": "374.79", - "min": "369.249", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "283.423", - "max": "284.507", - "min": "283.18", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "169.684", - "max": "174.498", - "min": "169.193", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "247.299", - "max": "250.404", - "min": "246.63", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "144.893", - "max": "145.193", - "min": "144.594", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "445.855", - "max": "446.246", - "min": "445.56", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "219.577", - "max": "231.844", - "min": "218.112", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "275.433", - "max": "298.002", - "min": "200.334", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "300.735", - "max": "301.312", - "min": "300.477", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "165.202", - "max": "165.786", - "min": "164.945", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "287.958", - "max": "288.606", - "min": "287.633", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "301.808", - "max": "305.671", - "min": "301.379", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "191.266", - "max": "192.841", - "min": "190.827", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "201.608", - "max": "202.324", - "min": "201.303", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "173.271", - "max": "175.373", - "min": "172.699", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "174.623", - "max": "176.836", - "min": "174.035", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "250.181", - "max": "250.818", - "min": "249.969", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "274.408", - "max": "274.656", - "min": "274.218", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "365.729", - "max": "366.806", - "min": "365.238", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "236.243", - "max": "236.697", - "min": "236.023", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "193.644", - "max": "195.81", - "min": "193.272", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "318.91", - "max": "319.813", - "min": "318.669", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "234.282", - "max": "234.626", - "min": "234.013", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "358.279", - "max": "362.964", - "min": "357.76", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "261.381", - "max": "264.831", - "min": "258.96", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "164.615", - "max": "164.896", - "min": "164.417", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "208.385", - "max": "210.111", - "min": "207.59", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "285.727", - "max": "299.426", - "min": "284.414", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "165.787", - "max": "167.254", - "min": "165.358", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "390.503", - "max": "391.04", - "min": "390.18", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "235.172", - "max": "236.114", - "min": "234.881", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "157.255", - "max": "157.465", - "min": "157.011", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "173.707", - "max": "175.995", - "min": "173.313", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "171.468", - "max": "171.813", - "min": "171.252", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "255.084", - "max": "258.38", - "min": "254.407", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "251.979", - "max": "257.183", - "min": "251.54", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "191.4", - "max": "199.854", - "min": "189.437", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "326.045", - "max": "327.385", - "min": "324.861", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "244.772", - "max": "246.076", - "min": "243.765", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "200.326", - "max": "201.478", - "min": "200.075", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "255.135", - "max": "255.528", - "min": "254.928", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "173.36", - "max": "177.381", - "min": "172.729", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "368.917", - "max": "369.806", - "min": "364.032", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "339.1", - "max": "339.1", - "min": "339.1", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "157.991", - "max": "158.992", - "min": "157.685", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "168.983", - "max": "169.671", - "min": "168.81", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "245.717", - "max": "246.925", - "min": "245.427", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "188.441", - "max": "206.577", - "min": "180.665", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "187.978", - "max": "188.804", - "min": "187.684", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "284.003", - "max": "285.028", - "min": "283.621", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "241.826", - "max": "243.301", - "min": "241.403", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "253.87", - "max": "259.638", - "min": "252.694", - "id": "131", - "country": "Kenya", - "source_name": "Nairobi", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "175": { - "name": "Johannesburg", - "data": { - "0": { - "avg": "259.436", - "max": "259.6", - "min": "259.327", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "431.418", - "max": "435.082", - "min": "431.085", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "255.262", - "max": "255.553", - "min": "255.175", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "187.058", - "max": "194.052", - "min": "186.439", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "168.64", - "max": "168.91", - "min": "168.454", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "395.596", - "max": "395.769", - "min": "395.518", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "182.186", - "max": "182.387", - "min": "182.003", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "443.914", - "max": "456.155", - "min": "442.944", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "221.164", - "max": "221.744", - "min": "221.005", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "190.15", - "max": "194.351", - "min": "189.799", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "156.604", - "max": "157.095", - "min": "156.385", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "271.703", - "max": "289.538", - "min": "270.795", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "227.727", - "max": "227.865", - "min": "227.598", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "244.577", - "max": "244.802", - "min": "244.508", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "267.616", - "max": "268.822", - "min": "267.476", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "252.385", - "max": "253.069", - "min": "252.058", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "164.423", - "max": "164.957", - "min": "164.228", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "247.897", - "max": "247.97", - "min": "247.84", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "166.822", - "max": "167.011", - "min": "166.668", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "186.727", - "max": "186.825", - "min": "186.654", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "453.408", - "max": "453.51", - "min": "453.269", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "246.739", - "max": "246.822", - "min": "246.644", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "310.204", - "max": "310.638", - "min": "310.08", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "300.552", - "max": "303.782", - "min": "300.223", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "193.223", - "max": "194.023", - "min": "192.993", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "182.341", - "max": "182.441", - "min": "182.231", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "189.769", - "max": "192.145", - "min": "189.492", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "185.339", - "max": "185.753", - "min": "185.162", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "174.493", - "max": "174.616", - "min": "174.432", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "286.453", - "max": "287.552", - "min": "286.169", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "345.416", - "max": "345.613", - "min": "345.279", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "195.002", - "max": "195.311", - "min": "194.89", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "306.323", - "max": "309.563", - "min": "306.07", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "211.319", - "max": "211.526", - "min": "211.201", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "182.946", - "max": "184.866", - "min": "182.659", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "282.35", - "max": "285.724", - "min": "281.843", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "300.13", - "max": "300.429", - "min": "300.048", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "323.517", - "max": "323.751", - "min": "323.325", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "271.141", - "max": "271.301", - "min": "271.011", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "250.647", - "max": "250.831", - "min": "250.45", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "20.207", - "max": "22.678", - "min": "19.652", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "175.273", - "max": "177.802", - "min": "174.841", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "214.839", - "max": "215.046", - "min": "214.696", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "189.405", - "max": "190.592", - "min": "189.237", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "358.343", - "max": "358.485", - "min": "358.25", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "189.02", - "max": "189.639", - "min": "188.546", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "200.4", - "max": "201.089", - "min": "200.274", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "321.926", - "max": "322.189", - "min": "321.769", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "407.369", - "max": "407.664", - "min": "407.153", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "281.841", - "max": "281.912", - "min": "281.777", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "234.212", - "max": "234.578", - "min": "234.038", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "322.803", - "max": "323.029", - "min": "322.669", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "218.997", - "max": "251.578", - "min": "176.466", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "252.512", - "max": "253.079", - "min": "252.36", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "286.688", - "max": "299.894", - "min": "282.963", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "280.829", - "max": "281.233", - "min": "280.588", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "198.198", - "max": "199.61", - "min": "197.3", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "465.803", - "max": "465.982", - "min": "465.691", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "214.578", - "max": "215.694", - "min": "214.269", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "173.752", - "max": "174.166", - "min": "173.637", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "208.969", - "max": "210.787", - "min": "208.514", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "223.026", - "max": "247.353", - "min": "221.085", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "238.978", - "max": "268.747", - "min": "236.731", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "281.469", - "max": "281.596", - "min": "281.357", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "211.303", - "max": "211.426", - "min": "211.134", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "206.533", - "max": "206.971", - "min": "206.383", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "230.973", - "max": "231.538", - "min": "230.841", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "223.248", - "max": "223.528", - "min": "222.958", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "409.708", - "max": "411.295", - "min": "409.171", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "273.197", - "max": "275.049", - "min": "272.969", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "267.785", - "max": "271.527", - "min": "267.411", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "302.319", - "max": "303.929", - "min": "302.043", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "320.085", - "max": "323.867", - "min": "319.627", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "252.264", - "max": "252.365", - "min": "252.187", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "196.215", - "max": "197.461", - "min": "195.93", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "177.432", - "max": "177.691", - "min": "177.237", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "244.466", - "max": "244.66", - "min": "244.346", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "293.931", - "max": "294.566", - "min": "293.749", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "251.896", - "max": "255.468", - "min": "251.526", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "242.056", - "max": "242.956", - "min": "241.862", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "283.196", - "max": "283.451", - "min": "282.894", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "243.458", - "max": "244.018", - "min": "243.161", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "282.493", - "max": "290.482", - "min": "281.343", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "294.05", - "max": "294.277", - "min": "293.922", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "276.01", - "max": "276.263", - "min": "275.926", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "218.621", - "max": "219.686", - "min": "218.267", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "175.123", - "max": "175.726", - "min": "174.925", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "266.274", - "max": "266.677", - "min": "266.16", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "267.377", - "max": "269.215", - "min": "267.179", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "166.864", - "max": "169.542", - "min": "166.591", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "267.358", - "max": "268.722", - "min": "266.724", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "319.328", - "max": "319.717", - "min": "319.177", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "195.382", - "max": "195.457", - "min": "195.33", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "409.155", - "max": "412.203", - "min": "408.925", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "234.666", - "max": "235.844", - "min": "234.549", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "266.4", - "max": "266.809", - "min": "266.143", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "316.516", - "max": "316.819", - "min": "316.256", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "299.066", - "max": "314.566", - "min": "297.99", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "315.413", - "max": "315.88", - "min": "315.293", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "245.511", - "max": "247.937", - "min": "245.321", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "272.654", - "max": "272.827", - "min": "272.551", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "310.046", - "max": "310.266", - "min": "309.927", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "215.342", - "max": "215.656", - "min": "215.189", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "457.145", - "max": "458.832", - "min": "456.609", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "266.018", - "max": "267.213", - "min": "265.766", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "503.495", - "max": "539.728", - "min": "489.001", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "334.655", - "max": "336.271", - "min": "334.413", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "237.902", - "max": "238.074", - "min": "237.72", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "259.795", - "max": "259.98", - "min": "259.686", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "286.326", - "max": "289.334", - "min": "285.287", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "211.888", - "max": "212.302", - "min": "211.768", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "409.947", - "max": "410.147", - "min": "409.824", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "242.336", - "max": "242.482", - "min": "242.246", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "48.919", - "max": "49.638", - "min": "48.712", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "464.192", - "max": "590.239", - "min": "303.106", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "305.118", - "max": "378.929", - "min": "238.17", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "64.407", - "max": "76.195", - "min": "63.308", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "298.018", - "max": "298.865", - "min": "297.859", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "268.231", - "max": "268.429", - "min": "268.127", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "267.977", - "max": "268.985", - "min": "267.586", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "263.001", - "max": "264.085", - "min": "262.803", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "330.306", - "max": "481.707", - "min": "248.961", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "342.426", - "max": "343.255", - "min": "341.943", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "211.939", - "max": "387.003", - "min": "200.727", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "204.699", - "max": "204.884", - "min": "204.555", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "199.625", - "max": "200.38", - "min": "199.121", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "241.626", - "max": "242.322", - "min": "240.753", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "56.233", - "max": "56.494", - "min": "56.09", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "210.619", - "max": "216.387", - "min": "210.227", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "328.86", - "max": "330.506", - "min": "328.735", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "267.589", - "max": "267.837", - "min": "267.5", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "258.175", - "max": "258.611", - "min": "258.028", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "247.688", - "max": "247.985", - "min": "247.472", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "460.677", - "max": "461.366", - "min": "460.086", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "290.924", - "max": "291.38", - "min": "290.836", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "230.407", - "max": "230.572", - "min": "230.244", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "272.782", - "max": "277.386", - "min": "272.248", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "262.184", - "max": "262.354", - "min": "262.041", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "259.946", - "max": "260.136", - "min": "259.835", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "230.678", - "max": "230.802", - "min": "230.574", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "188.404", - "max": "188.874", - "min": "188.264", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "323.119", - "max": "324.427", - "min": "322.803", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "212.568", - "max": "213.077", - "min": "212.353", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "185.891", - "max": "186.06", - "min": "185.68", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "327.59", - "max": "331.003", - "min": "327.165", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "182.038", - "max": "182.756", - "min": "181.907", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "198.311", - "max": "201.484", - "min": "198.058", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "309.211", - "max": "309.707", - "min": "309.061", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "163.125", - "max": "163.726", - "min": "163", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "161.261", - "max": "161.332", - "min": "161.206", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "185.613", - "max": "205.432", - "min": "183.519", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "406.033", - "max": "406.327", - "min": "405.944", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "202.005", - "max": "204.456", - "min": "201.77", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "169.263", - "max": "179.368", - "min": "168.401", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "244.032", - "max": "244.525", - "min": "243.565", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "290.236", - "max": "290.589", - "min": "289.964", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "208.582", - "max": "209.996", - "min": "208.328", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "270.709", - "max": "310.94", - "min": "263.2", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "268.169", - "max": "268.367", - "min": "267.987", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "397.46", - "max": "493.177", - "min": "390.791", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "294.728", - "max": "294.902", - "min": "294.636", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "549.352", - "max": "549.612", - "min": "549.005", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "198.94", - "max": "199.135", - "min": "198.764", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "237.372", - "max": "237.917", - "min": "237.22", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "269.025", - "max": "269.213", - "min": "268.902", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "0.033", - "max": "0.062", - "min": "0.024", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "253.439", - "max": "253.709", - "min": "253.332", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "284.835", - "max": "285.3", - "min": "284.675", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "239.238", - "max": "242.199", - "min": "233.548", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "231.478", - "max": "231.67", - "min": "231.345", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "241.259", - "max": "241.309", - "min": "241.208", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "187.798", - "max": "188.227", - "min": "187.573", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "292.032", - "max": "292.138", - "min": "291.955", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "175.197", - "max": "176.343", - "min": "175.055", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "183.179", - "max": "183.548", - "min": "182.887", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "196.835", - "max": "197.029", - "min": "196.732", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "170.85", - "max": "171.057", - "min": "170.788", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "164.522", - "max": "165.04", - "min": "164.26", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "209.306", - "max": "211.086", - "min": "209.144", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "205.84", - "max": "205.989", - "min": "205.747", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "231.418", - "max": "236.515", - "min": "231.138", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "195.675", - "max": "195.828", - "min": "195.538", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "183.134", - "max": "184.866", - "min": "182.76", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "174.386", - "max": "174.528", - "min": "174.294", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "182.366", - "max": "182.617", - "min": "182.212", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "187.618", - "max": "188.134", - "min": "187.511", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "217.503", - "max": "217.736", - "min": "217.242", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "189.29", - "max": "191.628", - "min": "188.717", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "209.717", - "max": "262.797", - "min": "180.246", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "156.592", - "max": "156.686", - "min": "156.516", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "211.833", - "max": "212.272", - "min": "211.661", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "197.998", - "max": "199.264", - "min": "197.812", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "207.406", - "max": "208.015", - "min": "206.995", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "169.92", - "max": "186.295", - "min": "169.112", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "285.642", - "max": "288.895", - "min": "284.845", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "186.061", - "max": "186.946", - "min": "185.865", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "221.682", - "max": "222.188", - "min": "221.495", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "189.079", - "max": "189.188", - "min": "189.005", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "324.96", - "max": "329.123", - "min": "323.784", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "218.175", - "max": "218.383", - "min": "218.048", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "164.42", - "max": "164.989", - "min": "164.265", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "180.1", - "max": "183.356", - "min": "179.64", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "181.619", - "max": "181.91", - "min": "181.323", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "451.353", - "max": "463.954", - "min": "448.763", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "241.423", - "max": "243.043", - "min": "241.034", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "250.916", - "max": "257.442", - "min": "219.667", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "312.602", - "max": "312.937", - "min": "312.417", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "165.718", - "max": "165.967", - "min": "165.644", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "300.944", - "max": "301.136", - "min": "300.779", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "308.307", - "max": "308.452", - "min": "308.205", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "212.653", - "max": "213.05", - "min": "212.484", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "226.096", - "max": "226.986", - "min": "225.803", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "167.456", - "max": "168.451", - "min": "167.082", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "183.81", - "max": "185.042", - "min": "183.472", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "259.096", - "max": "259.414", - "min": "259.03", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "276.322", - "max": "276.436", - "min": "276.247", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "360.143", - "max": "360.404", - "min": "359.954", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "245.122", - "max": "248.646", - "min": "244.821", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "198.144", - "max": "198.369", - "min": "198.013", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "235.455", - "max": "235.517", - "min": "235.373", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "193.817", - "max": "193.997", - "min": "193.716", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "383.528", - "max": "696.422", - "min": "372.578", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "291.945", - "max": "295.749", - "min": "288.877", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "188.094", - "max": "188.219", - "min": "188.002", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "211.106", - "max": "217.445", - "min": "209.947", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "306.149", - "max": "310.628", - "min": "304.984", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "154.213", - "max": "155.429", - "min": "153.794", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "419.135", - "max": "419.334", - "min": "418.942", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "268.943", - "max": "269.496", - "min": "268.804", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "196.607", - "max": "196.735", - "min": "196.542", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "184.535", - "max": "184.739", - "min": "184.432", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "191.383", - "max": "191.503", - "min": "191.301", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "243.605", - "max": "247.793", - "min": "243.086", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "251.52", - "max": "251.698", - "min": "251.359", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "208.231", - "max": "210.81", - "min": "206.347", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "328.084", - "max": "332.033", - "min": "327.039", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "252.044", - "max": "254.088", - "min": "250.632", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "222.375", - "max": "223.788", - "min": "222.149", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "251.374", - "max": "251.653", - "min": "251.138", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "179.868", - "max": "181.806", - "min": "179.594", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "312.929", - "max": "316.202", - "min": "312.623", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "341.751", - "max": "341.751", - "min": "341.751", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "160.197", - "max": "160.37", - "min": "160.118", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "180.111", - "max": "180.276", - "min": "180.025", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "257.648", - "max": "258.189", - "min": "257.382", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "193.401", - "max": "202.176", - "min": "185.828", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "198.169", - "max": "198.774", - "min": "198.052", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "332.914", - "max": "334.7", - "min": "332.081", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "253.448", - "max": "254.509", - "min": "253.107", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "253.944", - "max": "259.1", - "min": "252.875", - "id": "175", - "country": "South Africa", - "source_name": "Johannesburg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "243": { - "name": "Lagos", - "data": { - "0": { - "avg": "127.932", - "max": "128.186", - "min": "127.649", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "409.071", - "max": "409.608", - "min": "408.748", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "220.891", - "max": "223.167", - "min": "220.437", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "123.321", - "max": "133.329", - "min": "122.363", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "100.975", - "max": "101.989", - "min": "100.638", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "326.409", - "max": "327.161", - "min": "326.054", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "230.332", - "max": "230.871", - "min": "229.959", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "415.438", - "max": "424.171", - "min": "414.383", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "147.955", - "max": "148.304", - "min": "147.57", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "122.54", - "max": "130.342", - "min": "121.881", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "97.347", - "max": "100.063", - "min": "96.883", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "210.526", - "max": "233.573", - "min": "209.504", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "165.088", - "max": "165.566", - "min": "164.682", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "246.641", - "max": "247.077", - "min": "246.29", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "187.559", - "max": "188.194", - "min": "187.2", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "210.423", - "max": "211.939", - "min": "209.715", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "228.532", - "max": "229.241", - "min": "228.085", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "181.599", - "max": "182.141", - "min": "181.187", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "116.817", - "max": "117.231", - "min": "116.524", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "252.331", - "max": "252.97", - "min": "252.014", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "413.305", - "max": "413.717", - "min": "412.988", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "197.02", - "max": "210.843", - "min": "196.18", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "254.568", - "max": "254.929", - "min": "254.332", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "258.316", - "max": "259.651", - "min": "258", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "133.026", - "max": "133.933", - "min": "132.667", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "117.949", - "max": "118.393", - "min": "117.666", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "108.911", - "max": "111.01", - "min": "108.449", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "124.098", - "max": "124.635", - "min": "123.842", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "115.892", - "max": "116.63", - "min": "115.585", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "234.305", - "max": "236.683", - "min": "233.765", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "385.743", - "max": "387.043", - "min": "385.392", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "261.504", - "max": "262.038", - "min": "261.009", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "231.174", - "max": "243.818", - "min": "230.369", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "142.159", - "max": "142.915", - "min": "141.732", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "121.194", - "max": "122.138", - "min": "120.75", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "266.328", - "max": "304.488", - "min": "264.448", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "283.36", - "max": "284.272", - "min": "283.039", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "239.248", - "max": "239.629", - "min": "238.971", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "292.21", - "max": "293.338", - "min": "291.85", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "278.734", - "max": "280.085", - "min": "278.157", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "91.081", - "max": "96.197", - "min": "90.229", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "117.345", - "max": "119.409", - "min": "116.682", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "69.932", - "max": "70.225", - "min": "69.542", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "131.993", - "max": "133.727", - "min": "131.563", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "224.655", - "max": "224.948", - "min": "224.358", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "130.285", - "max": "131.292", - "min": "129.668", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "130.06", - "max": "130.485", - "min": "129.651", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "228.638", - "max": "229.177", - "min": "228.234", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "188.569", - "max": "192.389", - "min": "187.849", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "255.526", - "max": "256.168", - "min": "255.007", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "172.376", - "max": "173.52", - "min": "171.98", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "299.936", - "max": "300.424", - "min": "299.597", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "107.347", - "max": "191.211", - "min": "98.909", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "246.682", - "max": "253.545", - "min": "244.123", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "360.279", - "max": "374.424", - "min": "353.856", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "276.14", - "max": "277.094", - "min": "275.778", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "111.287", - "max": "112.688", - "min": "110.433", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "401.699", - "max": "402.008", - "min": "401.446", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "130.118", - "max": "133.584", - "min": "129.451", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "107.79", - "max": "108.55", - "min": "107.423", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "160.333", - "max": "161.798", - "min": "159.615", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "155.533", - "max": "191.145", - "min": "151.799", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "262.605", - "max": "285.307", - "min": "260.787", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "327.214", - "max": "328.143", - "min": "326.855", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "144.097", - "max": "144.897", - "min": "143.687", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "263.411", - "max": "263.939", - "min": "263.019", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "208.019", - "max": "208.539", - "min": "207.635", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "152.783", - "max": "153.277", - "min": "152.427", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "258.715", - "max": "260.989", - "min": "257.818", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "234.564", - "max": "235.098", - "min": "234.109", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "297.877", - "max": "299.891", - "min": "297.282", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "280.412", - "max": "280.785", - "min": "279.902", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "231.311", - "max": "235.674", - "min": "230.651", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "194.306", - "max": "195.539", - "min": "193.912", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "134.777", - "max": "135.911", - "min": "134.297", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "245.311", - "max": "246.058", - "min": "244.94", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "189.243", - "max": "189.732", - "min": "188.973", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "228.994", - "max": "230.312", - "min": "228.533", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "254.725", - "max": "263.496", - "min": "254.032", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "200.538", - "max": "200.922", - "min": "200.107", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "233.454", - "max": "235.144", - "min": "232.907", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "170.648", - "max": "171.364", - "min": "170.235", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "326.306", - "max": "327.2", - "min": "325.916", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "227.85", - "max": "230.393", - "min": "227.455", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "226.974", - "max": "227.394", - "min": "226.709", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "159.899", - "max": "160.887", - "min": "159.287", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "106.356", - "max": "114.427", - "min": "105.517", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "269.7", - "max": "271.045", - "min": "269.314", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "216.009", - "max": "216.356", - "min": "215.807", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.835", - "max": "105.523", - "min": "102.379", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "304.837", - "max": "306.698", - "min": "303.894", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "334.458", - "max": "337.187", - "min": "333.9", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "110.204", - "max": "110.582", - "min": "109.805", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "338.94", - "max": "339.267", - "min": "338.593", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "217.796", - "max": "218.098", - "min": "217.476", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "224.94", - "max": "225.723", - "min": "224.465", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "223.478", - "max": "224.091", - "min": "223.089", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "249.927", - "max": "258.548", - "min": "248.63", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "285.985", - "max": "286.597", - "min": "285.65", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "214.015", - "max": "216.599", - "min": "213.467", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "310.641", - "max": "311.071", - "min": "310.364", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "336.922", - "max": "337.865", - "min": "336.546", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "274.676", - "max": "275.731", - "min": "274.227", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "461.522", - "max": "463.973", - "min": "460.701", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "300.745", - "max": "301.564", - "min": "300.381", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "395.161", - "max": "395.566", - "min": "394.682", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "266.858", - "max": "268.477", - "min": "266.399", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "202.626", - "max": "203.214", - "min": "202.148", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "254.325", - "max": "255.964", - "min": "253.788", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "219.266", - "max": "220.062", - "min": "218.894", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "345.139", - "max": "345.942", - "min": "344.77", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "331.343", - "max": "335.623", - "min": "325.417", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "209.57", - "max": "214.479", - "min": "208.706", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "203.511", - "max": "218.5", - "min": "202.373", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "450.85", - "max": "575.264", - "min": "285.525", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "237.785", - "max": "342.254", - "min": "172.462", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "173.562", - "max": "179.119", - "min": "172.823", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "325.476", - "max": "327.248", - "min": "325.012", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "218.825", - "max": "219.66", - "min": "218.373", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "247.632", - "max": "248.527", - "min": "247.089", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "211.048", - "max": "217.337", - "min": "210.156", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "263.468", - "max": "417.984", - "min": "186.078", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "231.303", - "max": "231.914", - "min": "230.866", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "135.834", - "max": "276.531", - "min": "130.16", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "135.461", - "max": "135.971", - "min": "135.06", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "125.701", - "max": "126.474", - "min": "125.119", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "210.023", - "max": "211.231", - "min": "209.542", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "165.946", - "max": "166.496", - "min": "165.32", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "221.946", - "max": "225.501", - "min": "221.509", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "292.827", - "max": "296.053", - "min": "292.418", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "298.9", - "max": "299.367", - "min": "298.436", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "227.143", - "max": "233.128", - "min": "226.637", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "183.12", - "max": "183.424", - "min": "182.747", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "390.009", - "max": "391.703", - "min": "389.223", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "306.111", - "max": "306.874", - "min": "305.71", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "216.68", - "max": "217.705", - "min": "216.273", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "265.86", - "max": "273.377", - "min": "263.748", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "217.158", - "max": "219.42", - "min": "216.653", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "202.583", - "max": "203.367", - "min": "202.203", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "212.801", - "max": "214.606", - "min": "212.362", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "122.721", - "max": "123.498", - "min": "122.447", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.208", - "max": "250.836", - "min": "249.739", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "136.183", - "max": "136.623", - "min": "135.858", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "125.281", - "max": "126.088", - "min": "124.849", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "276.176", - "max": "287.48", - "min": "275.151", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "111.148", - "max": "111.866", - "min": "110.641", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "133.299", - "max": "140.397", - "min": "132.449", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "321.468", - "max": "327.949", - "min": "319.591", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "98.477", - "max": "99.251", - "min": "98.136", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "236.828", - "max": "237.153", - "min": "236.526", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "248.984", - "max": "273.566", - "min": "246.49", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "335.669", - "max": "336.945", - "min": "335.327", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "133.61", - "max": "134.321", - "min": "133.245", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "100.829", - "max": "101.959", - "min": "100.501", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "243.596", - "max": "243.969", - "min": "243.314", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "240.317", - "max": "245.535", - "min": "239.527", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "132.034", - "max": "132.758", - "min": "131.61", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "325.607", - "max": "366.93", - "min": "319.494", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "277.258", - "max": "278.539", - "min": "276.805", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "195.221", - "max": "295.109", - "min": "189.254", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "237.106", - "max": "239.28", - "min": "236.759", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "674.919", - "max": "675.687", - "min": "674.451", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "233.961", - "max": "234.532", - "min": "233.59", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "209.657", - "max": "210.305", - "min": "209.138", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "199.537", - "max": "200.579", - "min": "199.237", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "154.31", - "max": "155.099", - "min": "154.025", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "280.718", - "max": "281.2", - "min": "280.359", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "254.436", - "max": "255.252", - "min": "254.054", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "291.577", - "max": "293.893", - "min": "290.908", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "193.774", - "max": "194.405", - "min": "193.359", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "204.118", - "max": "204.908", - "min": "203.808", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "101.756", - "max": "104.805", - "min": "101.115", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "235.625", - "max": "236.456", - "min": "235.258", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "106.645", - "max": "107.511", - "min": "106.309", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "250.565", - "max": "252.214", - "min": "250.101", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "262.398", - "max": "285.86", - "min": "260.837", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "108.851", - "max": "109.899", - "min": "108.523", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "101.576", - "max": "102.587", - "min": "101.079", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "161.777", - "max": "162.973", - "min": "161.331", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "140.161", - "max": "140.701", - "min": "139.828", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "244.257", - "max": "245.214", - "min": "243.871", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "135.803", - "max": "138.158", - "min": "135.3", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "236.026", - "max": "236.408", - "min": "235.663", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "108.572", - "max": "109.016", - "min": "108.27", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "104.19", - "max": "104.486", - "min": "103.932", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "126.643", - "max": "133.36", - "min": "126.047", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "353.525", - "max": "354.17", - "min": "353.24", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "116.516", - "max": "154.392", - "min": "114.125", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "126.602", - "max": "139.91", - "min": "112.951", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "97.007", - "max": "97.664", - "min": "96.627", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "341.663", - "max": "342.417", - "min": "341.213", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "133.664", - "max": "189.361", - "min": "130.698", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "135.012", - "max": "136.189", - "min": "134.512", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "232.548", - "max": "233.677", - "min": "232.002", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "295.201", - "max": "296.28", - "min": "294.907", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "115.272", - "max": "116.115", - "min": "114.884", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "139.867", - "max": "140.426", - "min": "139.594", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "128.951", - "max": "129.762", - "min": "128.513", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "234.717", - "max": "241.943", - "min": "232.96", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "152.288", - "max": "153.085", - "min": "151.971", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "111.035", - "max": "113.175", - "min": "110.55", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "118.316", - "max": "118.756", - "min": "118.027", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "105.438", - "max": "106.249", - "min": "105.1", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "372.404", - "max": "373.317", - "min": "371.978", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "212.359", - "max": "216.833", - "min": "211.103", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "379.83", - "max": "395.84", - "min": "372.145", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "329.216", - "max": "330.539", - "min": "328.616", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "114.491", - "max": "114.781", - "min": "114.083", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "334.238", - "max": "334.733", - "min": "333.77", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "289.394", - "max": "290.693", - "min": "289.028", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "131.188", - "max": "131.628", - "min": "130.893", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "156.842", - "max": "157.938", - "min": "156.478", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "100.626", - "max": "101.732", - "min": "100.139", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "107.318", - "max": "109.098", - "min": "106.875", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "298.08", - "max": "299.085", - "min": "297.748", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "301.778", - "max": "302.343", - "min": "301.508", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "256.825", - "max": "257.769", - "min": "256.475", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "218.296", - "max": "218.894", - "min": "217.946", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "112.685", - "max": "113.235", - "min": "112.437", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "217.437", - "max": "218.258", - "min": "217.004", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "116.914", - "max": "121.315", - "min": "116.461", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "181.539", - "max": "184.103", - "min": "181.039", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "292.807", - "max": "295.276", - "min": "289.198", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "256.51", - "max": "257.101", - "min": "256.192", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "116.459", - "max": "118.692", - "min": "115.635", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "245.28", - "max": "258.564", - "min": "243.859", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "0.069", - "max": "0.209", - "min": "0.033", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "378.559", - "max": "379.328", - "min": "378.2", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "190.739", - "max": "192.199", - "min": "190.419", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "267.566", - "max": "268.138", - "min": "267.203", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "118.503", - "max": "119.178", - "min": "118.198", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "289.793", - "max": "290.425", - "min": "289.445", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "220.762", - "max": "223.936", - "min": "220.141", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "284.938", - "max": "285.331", - "min": "284.584", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "153.893", - "max": "160.922", - "min": "152.276", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "263.581", - "max": "265.267", - "min": "262.313", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "286.401", - "max": "288.247", - "min": "285.395", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "160.335", - "max": "167.197", - "min": "159.63", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "204.01", - "max": "205.068", - "min": "203.45", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "117.256", - "max": "120.175", - "min": "116.595", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "287.049", - "max": "290.33", - "min": "284.875", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "404.695", - "max": "404.695", - "min": "404.695", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "100.611", - "max": "101.495", - "min": "100.205", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "111.895", - "max": "113.229", - "min": "111.5", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "192.282", - "max": "192.519", - "min": "191.976", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "123.313", - "max": "135.957", - "min": "114.655", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "260.314", - "max": "260.746", - "min": "260.001", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "250.903", - "max": "251.935", - "min": "250.491", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "183.429", - "max": "184.353", - "min": "182.87", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "300.001", - "max": "300.939", - "min": "299.579", - "id": "243", - "country": "Nigeria", - "source_name": "Lagos", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "285": { - "name": "Accra", - "data": { - "0": { - "avg": "307.425", - "max": "373.738", - "min": "304.892", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "363.172", - "max": "364.868", - "min": "362.762", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "180.87", - "max": "189.745", - "min": "180.385", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "129.459", - "max": "137.214", - "min": "128.497", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "107.518", - "max": "115.874", - "min": "106.745", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "323.642", - "max": "324.801", - "min": "323.415", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "104.163", - "max": "104.87", - "min": "104.001", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "396.888", - "max": "413.383", - "min": "395.529", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "149.642", - "max": "151.421", - "min": "149.384", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "125.713", - "max": "128.277", - "min": "125.387", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "96.356", - "max": "97.654", - "min": "96.061", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "204.286", - "max": "224.769", - "min": "203.31", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "163.211", - "max": "163.622", - "min": "163.006", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "163.15", - "max": "164.785", - "min": "162.805", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "199.514", - "max": "205.408", - "min": "199.015", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "171.142", - "max": "172.74", - "min": "170.669", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "131.161", - "max": "222.424", - "min": "127.419", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "187.532", - "max": "192.68", - "min": "187.153", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "107.408", - "max": "147.457", - "min": "105.813", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "126.022", - "max": "126.932", - "min": "125.833", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "395.399", - "max": "397", - "min": "395.027", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "182.753", - "max": "185.36", - "min": "182.364", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "234.044", - "max": "311.847", - "min": "230.429", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "235.729", - "max": "249.046", - "min": "234.772", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "127.721", - "max": "128.904", - "min": "127.452", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "119.25", - "max": "138.084", - "min": "117.891", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "125.905", - "max": "127.391", - "min": "125.514", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "128.383", - "max": "129.345", - "min": "128.11", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "112.949", - "max": "114.586", - "min": "112.627", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "223.949", - "max": "225.631", - "min": "223.556", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "266.416", - "max": "267.935", - "min": "266.031", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "124.926", - "max": "125.714", - "min": "124.715", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "230.428", - "max": "253.939", - "min": "229.321", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "157.321", - "max": "157.578", - "min": "157.167", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "126.092", - "max": "127.327", - "min": "125.813", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "273.929", - "max": "432.477", - "min": "268.042", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "235.551", - "max": "235.875", - "min": "235.399", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "223.7", - "max": "224.62", - "min": "223.499", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "200.57", - "max": "201.579", - "min": "200.273", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "186.348", - "max": "190.735", - "min": "185.87", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "238.588", - "max": "242.783", - "min": "237.899", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "107.245", - "max": "161.223", - "min": "104.99", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "152.059", - "max": "152.901", - "min": "151.792", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "138.909", - "max": "197.702", - "min": "135.975", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "312.755", - "max": "313.369", - "min": "312.592", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "134.445", - "max": "135.57", - "min": "133.934", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "134.548", - "max": "136.042", - "min": "134.123", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "256.467", - "max": "276.485", - "min": "254.759", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "331.686", - "max": "332.405", - "min": "331.483", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "212.836", - "max": "348.945", - "min": "207.886", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "177.662", - "max": "221.489", - "min": "175.797", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "238.369", - "max": "239.468", - "min": "237.83", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "124.888", - "max": "307.951", - "min": "105.949", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "190.758", - "max": "191.614", - "min": "190.446", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "240.041", - "max": "247.342", - "min": "236.795", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "366.523", - "max": "367.356", - "min": "366.096", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "148.713", - "max": "151.378", - "min": "147.573", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "381.848", - "max": "384.633", - "min": "381.511", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "150.28", - "max": "304.528", - "min": "144.363", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "113.876", - "max": "114.205", - "min": "113.738", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "165.053", - "max": "169.355", - "min": "164.36", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "165.199", - "max": "261.317", - "min": "159.718", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "288.839", - "max": "354.615", - "min": "283.112", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "365.865", - "max": "367.419", - "min": "365.587", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "142.948", - "max": "143.759", - "min": "142.644", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "144.398", - "max": "145.389", - "min": "144.162", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "165.705", - "max": "169.999", - "min": "165.261", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "149.677", - "max": "150.24", - "min": "149.224", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "295.775", - "max": "298.333", - "min": "294.77", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "205.358", - "max": "215.695", - "min": "204.585", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "354.909", - "max": "439.185", - "min": "350.204", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "232.282", - "max": "241.233", - "min": "231.616", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "242.356", - "max": "248.887", - "min": "241.668", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "188.271", - "max": "190.304", - "min": "187.942", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "133.804", - "max": "135.447", - "min": "133.42", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "101.628", - "max": "102.391", - "min": "101.387", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "180.998", - "max": "183", - "min": "180.692", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "229.372", - "max": "231.473", - "min": "229.063", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "182.463", - "max": "185.237", - "min": "182.008", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "181.428", - "max": "182.919", - "min": "181.125", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "235.349", - "max": "237.086", - "min": "234.976", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "183.215", - "max": "184.43", - "min": "182.759", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "403.931", - "max": "429.864", - "min": "359.598", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.967", - "max": "241.211", - "min": "239.768", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "232.496", - "max": "383.902", - "min": "226.985", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "158.814", - "max": "161.495", - "min": "158.294", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "104.913", - "max": "106.361", - "min": "104.538", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "196.379", - "max": "199.469", - "min": "195.947", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "186.816", - "max": "189.714", - "min": "186.472", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.969", - "max": "113.241", - "min": "101.378", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "191.92", - "max": "195.272", - "min": "191.05", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "232.327", - "max": "233.554", - "min": "231.992", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "124.678", - "max": "153.005", - "min": "123.158", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "362.366", - "max": "363.384", - "min": "361.971", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "168.061", - "max": "168.529", - "min": "167.892", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "204.425", - "max": "207.336", - "min": "203.636", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "240.182", - "max": "245.88", - "min": "239.64", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "224.945", - "max": "267.158", - "min": "221.946", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "239.027", - "max": "244.923", - "min": "238.429", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "178.504", - "max": "181.334", - "min": "178.06", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "195.407", - "max": "199.213", - "min": "195.052", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "232.33", - "max": "232.792", - "min": "232.126", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "155.417", - "max": "156.261", - "min": "155.215", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "390.192", - "max": "391.263", - "min": "389.652", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "189.722", - "max": "211.77", - "min": "188.58", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "495.808", - "max": "516.328", - "min": "456.711", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "256.521", - "max": "259.945", - "min": "256.117", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "170.31", - "max": "173.137", - "min": "169.942", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "191.78", - "max": "193.559", - "min": "191.47", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "220.744", - "max": "221.174", - "min": "220.532", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "350.38", - "max": "351.88", - "min": "350.1", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "360.067", - "max": "362.066", - "min": "359.693", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "163.569", - "max": "163.906", - "min": "163.392", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "227.064", - "max": "227.702", - "min": "226.837", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "477.225", - "max": "668.211", - "min": "297.963", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "245.03", - "max": "320.463", - "min": "164.836", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "274.709", - "max": "464.876", - "min": "267.66", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "325.619", - "max": "331.742", - "min": "325.017", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "200.01", - "max": "201.72", - "min": "199.395", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "207.868", - "max": "342.001", - "min": "202.881", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "202.419", - "max": "204.448", - "min": "201.949", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "267.829", - "max": "419.102", - "min": "192.268", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "275.849", - "max": "276.498", - "min": "275.618", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "149.283", - "max": "274.956", - "min": "139.147", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "140.993", - "max": "245.322", - "min": "137.133", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "198.059", - "max": "198.908", - "min": "197.19", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "164.782", - "max": "166.817", - "min": "164.476", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "245.99", - "max": "249.953", - "min": "245.526", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "221.782", - "max": "223.042", - "min": "221.551", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "263.502", - "max": "264.385", - "min": "263.285", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "194.175", - "max": "200.153", - "min": "193.54", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "183.624", - "max": "187.073", - "min": "183.234", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "188.868", - "max": "190.362", - "min": "188.554", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "367.078", - "max": "378.004", - "min": "365.932", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "212.686", - "max": "214.822", - "min": "212.284", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "159.258", - "max": "159.513", - "min": "159.062", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "212.286", - "max": "216.802", - "min": "211.666", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "213.919", - "max": "218.923", - "min": "213.473", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "198.48", - "max": "199.853", - "min": "198.037", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "162.015", - "max": "163.816", - "min": "161.778", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "128.349", - "max": "130.228", - "min": "128.067", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "256.76", - "max": "257.738", - "min": "256.343", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "138.78", - "max": "286.802", - "min": "133.361", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "128.172", - "max": "131.731", - "min": "127.619", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "268.37", - "max": "272.506", - "min": "267.736", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "117.036", - "max": "231.014", - "min": "112.812", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "136.705", - "max": "138.132", - "min": "136.318", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "233.895", - "max": "235.604", - "min": "233.394", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "97.422", - "max": "99.303", - "min": "97.164", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "99.181", - "max": "102.085", - "min": "98.923", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "120.649", - "max": "164.354", - "min": "118.072", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "356.541", - "max": "358.157", - "min": "356.246", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "130.206", - "max": "131.717", - "min": "129.882", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "118.323", - "max": "152.626", - "min": "116.908", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "175.227", - "max": "175.475", - "min": "175.085", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "227.118", - "max": "230.816", - "min": "226.704", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "143.381", - "max": "148.238", - "min": "142.92", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "347.171", - "max": "391.802", - "min": "338.736", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "209.125", - "max": "210.229", - "min": "208.668", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "332.62", - "max": "433.036", - "min": "326.57", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "206.693", - "max": "208.334", - "min": "206.408", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "330.606", - "max": "331.751", - "min": "330.303", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "135.517", - "max": "137.185", - "min": "135.258", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "163.322", - "max": "165.616", - "min": "162.948", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "214.86", - "max": "215.945", - "min": "214.528", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "258.876", - "max": "284.078", - "min": "257.43", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "190.682", - "max": "192.378", - "min": "190.483", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "222.503", - "max": "224.357", - "min": "222.186", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "403.664", - "max": "416.283", - "min": "390.853", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "173.074", - "max": "192.705", - "min": "171.697", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "176.132", - "max": "179.06", - "min": "175.815", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "112.77", - "max": "117.052", - "min": "112.021", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "370.987", - "max": "551.97", - "min": "360.856", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "105.65", - "max": "108.368", - "min": "105.331", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "120.748", - "max": "121.906", - "min": "120.427", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "125.035", - "max": "148.679", - "min": "123.78", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "134.362", - "max": "386.085", - "min": "125.543", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "100.503", - "max": "101.483", - "min": "100.135", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "157.439", - "max": "161.822", - "min": "156.927", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "147.809", - "max": "154.19", - "min": "147.342", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "163.106", - "max": "165.257", - "min": "162.629", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "145.126", - "max": "145.64", - "min": "144.917", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "120.988", - "max": "123.455", - "min": "120.565", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "105.835", - "max": "106.743", - "min": "105.558", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "106.657", - "max": "241.373", - "min": "101.405", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "125.623", - "max": "132.637", - "min": "125.092", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "178.488", - "max": "295.517", - "min": "173.306", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "134.997", - "max": "164.342", - "min": "131.717", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "144.707", - "max": "186.961", - "min": "116.631", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "95.979", - "max": "97.221", - "min": "95.7", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "171.655", - "max": "347.532", - "min": "165.416", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "126.297", - "max": "127.654", - "min": "125.979", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "132.64", - "max": "134.414", - "min": "132.002", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "104.347", - "max": "109.46", - "min": "103.581", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "320.064", - "max": "358.777", - "min": "317.026", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "120.7", - "max": "122.101", - "min": "120.5", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "128.321", - "max": "129.323", - "min": "128.034", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "127.467", - "max": "131.052", - "min": "126.986", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "261.389", - "max": "277.046", - "min": "258.93", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "157.658", - "max": "162.613", - "min": "157.33", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "104.054", - "max": "110.046", - "min": "103.492", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "103.159", - "max": "108.784", - "min": "102.737", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "111.782", - "max": "257.363", - "min": "101.396", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "364.484", - "max": "378.113", - "min": "360.88", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "169.946", - "max": "177.573", - "min": "168.822", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "328.449", - "max": "429.758", - "min": "306.707", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "240.327", - "max": "248.452", - "min": "239.856", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "112.197", - "max": "113.711", - "min": "111.902", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "231.031", - "max": "234.605", - "min": "230.519", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "256.295", - "max": "257.075", - "min": "256.076", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "137.121", - "max": "137.826", - "min": "136.766", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "161.814", - "max": "166.618", - "min": "161.352", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "99.541", - "max": "100.471", - "min": "99.166", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "103.75", - "max": "105.223", - "min": "103.2", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "193.973", - "max": "196.04", - "min": "193.548", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "202.25", - "max": "204.811", - "min": "202.009", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "356.547", - "max": "357.15", - "min": "356.296", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "167.099", - "max": "172.204", - "min": "166.752", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "122.123", - "max": "169.116", - "min": "120.282", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "170.204", - "max": "325.067", - "min": "164.7", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "122.364", - "max": "123.614", - "min": "122.114", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "305.863", - "max": "306.411", - "min": "305.619", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "207.784", - "max": "212.304", - "min": "205.346", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "129.226", - "max": "301.469", - "min": "119.145", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "136.771", - "max": "138.569", - "min": "136.068", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "239.944", - "max": "241.343", - "min": "239.333", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "192.331", - "max": "193.072", - "min": "191.683", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "346.917", - "max": "350.172", - "min": "346.42", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "183.243", - "max": "189.731", - "min": "182.141", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "153.546", - "max": "217.403", - "min": "147.126", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "107.804", - "max": "118.937", - "min": "107.174", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "140.154", - "max": "141.801", - "min": "139.905", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "175.823", - "max": "178.022", - "min": "175.192", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "174.699", - "max": "178.141", - "min": "174.325", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "159.686", - "max": "167.053", - "min": "157.066", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "258.654", - "max": "260.161", - "min": "257.61", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "178.684", - "max": "181.088", - "min": "177.685", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "165.168", - "max": "165.682", - "min": "164.957", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "195.173", - "max": "195.917", - "min": "194.878", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "109.362", - "max": "118.08", - "min": "108.506", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "347.198", - "max": "349.061", - "min": "345.67", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "275.961", - "max": "275.961", - "min": "275.961", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "99.651", - "max": "100.393", - "min": "99.502", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "124.619", - "max": "196.736", - "min": "121.812", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "0.066", - "max": "0.74", - "min": "0.02", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "112.399", - "max": "122.182", - "min": "105.393", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "139.917", - "max": "141.376", - "min": "139.697", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "289.991", - "max": "294.535", - "min": "289.457", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "169.517", - "max": "174.633", - "min": "168.671", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "198.348", - "max": "327.5", - "min": "186.761", - "id": "285", - "country": "Ghana", - "source_name": "Accra", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Australia": { - "1": { - "name": "Melbourne", - "data": { - "0": { - "avg": "281.663", - "max": "283.111", - "min": "281.402", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": null, - "max": null, - "min": null, - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "234.595", - "max": "239.392", - "min": "234.089", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "311.281", - "max": "422.176", - "min": "287.708", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "301.854", - "max": "363.911", - "min": "268.274", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "223.554", - "max": "234.493", - "min": "191.341", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "301.567", - "max": "338.14", - "min": "267.487", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "38.431", - "max": "62.027", - "min": "36.427", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "352.817", - "max": "370.446", - "min": "351.972", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "290.582", - "max": "342.907", - "min": "273.47", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "261.146", - "max": "263.911", - "min": "260.788", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "183.081", - "max": "197.803", - "min": "182.379", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "224.299", - "max": "224.616", - "min": "224.055", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "223.508", - "max": "224.616", - "min": "223.267", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "262.237", - "max": "263.094", - "min": "261.929", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "220.225", - "max": "221.377", - "min": "219.642", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "262.107", - "max": "298.906", - "min": "238.128", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "203.427", - "max": "207.256", - "min": "203.044", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "248.448", - "max": "248.661", - "min": "248.175", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "295.617", - "max": "326.912", - "min": "261.513", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "29.2", - "max": "41.621", - "min": "28.493", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "258.31", - "max": "258.937", - "min": "258.121", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "174.906", - "max": "175.365", - "min": "174.654", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "198.38", - "max": "204.887", - "min": "197.773", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "324.569", - "max": "331.703", - "min": "323.538", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "271.141", - "max": "271.625", - "min": "270.966", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "243.729", - "max": "245.933", - "min": "243.27", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "271.298", - "max": "271.892", - "min": "270.984", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "268.265", - "max": "268.47", - "min": "268.093", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "207.991", - "max": "213.503", - "min": "207.407", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "83.363", - "max": "83.567", - "min": "83.176", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "297.839", - "max": "326.544", - "min": "263.2", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "213.903", - "max": "215.22", - "min": "213.623", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "311.495", - "max": "312.081", - "min": "311.266", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "307.896", - "max": "342.835", - "min": "276.486", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "126.93", - "max": "127.439", - "min": "126.645", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "150.526", - "max": "150.766", - "min": "150.319", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "171.786", - "max": "172.743", - "min": "171.48", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "185.523", - "max": "185.91", - "min": "185.299", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "214.111", - "max": "214.876", - "min": "213.8", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "458.125", - "max": "531.592", - "min": "420.423", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "313.698", - "max": "387.222", - "min": "269.455", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "299.903", - "max": "332.121", - "min": "298.639", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "259.926", - "max": "264.005", - "min": "259.538", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "442.773", - "max": "480.051", - "min": "428.775", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "314.076", - "max": "383.03", - "min": "283.349", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "316.95", - "max": "369.368", - "min": "282.611", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "276.005", - "max": "276.382", - "min": "275.785", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "347.535", - "max": "348.622", - "min": "347.29", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "202.97", - "max": "203.693", - "min": "202.704", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "234.056", - "max": "302.598", - "min": "231.501", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "192.063", - "max": "209.193", - "min": "190.635", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "343.972", - "max": "353.822", - "min": "331.61", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "231.139", - "max": "232.564", - "min": "230.845", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "130.662", - "max": "136.847", - "min": "127.579", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "94.563", - "max": "110.032", - "min": "93.544", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "290.473", - "max": "373.493", - "min": "270.188", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "51.347", - "max": "54.368", - "min": "50.954", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "283.333", - "max": "287.025", - "min": "282.718", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "238.257", - "max": "239.646", - "min": "238.002", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "351.495", - "max": "414.525", - "min": "318.317", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "310.389", - "max": "349.631", - "min": "307.093", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "146.656", - "max": "248.209", - "min": "112.705", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "120.344", - "max": "120.842", - "min": "120.156", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "274.43", - "max": "274.91", - "min": "274.163", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "350.441", - "max": "438.53", - "min": "311.809", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "227.128", - "max": "228.115", - "min": "226.759", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "312.313", - "max": "339.745", - "min": "277.161", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "335.259", - "max": "356.763", - "min": "331.113", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "230.918", - "max": "231.817", - "min": "230.695", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "115.713", - "max": "125.122", - "min": "115.049", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "166.401", - "max": "167.659", - "min": "166.012", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "256.18", - "max": "256.827", - "min": "255.965", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "206.444", - "max": "206.98", - "min": "206.243", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "308.614", - "max": "381.985", - "min": "283.97", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "265.955", - "max": "266.705", - "min": "265.727", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "284.913", - "max": "285.323", - "min": "284.564", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "210.394", - "max": "211.128", - "min": "210.18", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "264.606", - "max": "271.899", - "min": "264.023", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "245.262", - "max": "245.97", - "min": "244.944", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "183.981", - "max": "184.514", - "min": "183.69", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "267.164", - "max": "271.961", - "min": "266.714", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "251.664", - "max": "252.263", - "min": "251.458", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "279.522", - "max": "364.195", - "min": "233.031", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "189.654", - "max": "190.028", - "min": "189.423", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "381.844", - "max": "396.254", - "min": "337.431", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "280.525", - "max": "284.631", - "min": "280.092", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "227.861", - "max": "228.775", - "min": "227.554", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "209.57", - "max": "209.892", - "min": "209.364", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "238.43", - "max": "246.48", - "min": "237.761", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "249.207", - "max": "250.557", - "min": "248.363", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "176.657", - "max": "177.116", - "min": "176.355", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "270.169", - "max": "270.665", - "min": "269.969", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "296.792", - "max": "301.434", - "min": "290.596", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "226.557", - "max": "226.987", - "min": "226.331", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "242.744", - "max": "243.689", - "min": "242.487", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "270.644", - "max": "271.391", - "min": "270.305", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "248.212", - "max": "258.991", - "min": "247.082", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.556", - "max": "173.627", - "min": "172.226", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "221.23", - "max": "222.867", - "min": "220.803", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "288.313", - "max": "289.119", - "min": "288.079", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "200.837", - "max": "205.242", - "min": "200.408", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "336.975", - "max": "400.024", - "min": "312.79", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "12.324", - "max": "17.621", - "min": "11.631", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "252.575", - "max": "260.524", - "min": "251.992", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "12.967", - "max": "15.53", - "min": "12.482", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "280.993", - "max": "282.837", - "min": "280.67", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "226.594", - "max": "230.289", - "min": "225.789", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "214.468", - "max": "215.812", - "min": "214.218", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "275.19", - "max": "359.767", - "min": "244.952", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "126.038", - "max": "127.317", - "min": "125.747", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.972", - "max": "298.302", - "min": "297.757", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "211.812", - "max": "212.528", - "min": "211.536", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "348.307", - "max": "349.016", - "min": "348.019", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "510.987", - "max": "658.383", - "min": "343.923", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "464.09", - "max": "538.723", - "min": "377.46", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "447.945", - "max": "461.048", - "min": "446.658", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "170.149", - "max": "214.414", - "min": "151.817", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "205.823", - "max": "206.137", - "min": "205.628", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "215.941", - "max": "216.678", - "min": "215.598", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "221.085", - "max": "222.624", - "min": "220.81", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "317.433", - "max": "482.773", - "min": "249.953", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "330.556", - "max": "338.54", - "min": "329.451", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "335.882", - "max": "521.947", - "min": "328.762", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "293.813", - "max": "294", - "min": "293.64", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "309.229", - "max": "358.796", - "min": "289.212", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "226.294", - "max": "226.553", - "min": "226.075", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "438.915", - "max": "442.429", - "min": "438.429", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "291.524", - "max": "295.412", - "min": "291.076", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "222.008", - "max": "238.651", - "min": "220.289", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "232.586", - "max": "232.892", - "min": "232.42", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "264.103", - "max": "266.894", - "min": "257.342", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "244.862", - "max": "250.747", - "min": "243.499", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "40.37", - "max": "56.819", - "min": "39.086", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "240.94", - "max": "241.316", - "min": "240.592", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "233.755", - "max": "234.133", - "min": "233.454", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "199.278", - "max": "205.582", - "min": "198.322", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "218.591", - "max": "219.549", - "min": "218.284", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "237.785", - "max": "238.241", - "min": "237.552", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "266.06", - "max": "266.554", - "min": "265.675", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "290.303", - "max": "380.591", - "min": "246.063", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "132.565", - "max": "133.87", - "min": "132.124", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "293.588", - "max": "354.761", - "min": "280.395", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "292.135", - "max": "296.375", - "min": "291.253", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "213.004", - "max": "247.405", - "min": "210.773", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "243.461", - "max": "244.248", - "min": "243.232", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "295.585", - "max": "346.245", - "min": "269.64", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "149.142", - "max": "151.403", - "min": "148.871", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "265.008", - "max": "265.734", - "min": "264.744", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "263.508", - "max": "263.724", - "min": "263.306", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "294.9", - "max": "353.626", - "min": "276.037", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "198.798", - "max": "258.841", - "min": "174.12", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "304.244", - "max": "308.361", - "min": "299.762", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "293.021", - "max": "313.879", - "min": "291.201", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "226.656", - "max": "227.023", - "min": "226.458", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "194.827", - "max": "195.645", - "min": "194.508", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "329.381", - "max": "330.693", - "min": "328.848", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "196.675", - "max": "234.082", - "min": "189.382", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "224.543", - "max": "227.012", - "min": "223.954", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "356.733", - "max": "460.824", - "min": "342.443", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "254.061", - "max": "258.742", - "min": "253.444", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "37.426", - "max": "42.633", - "min": "37.115", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "334.455", - "max": "364.32", - "min": "300.393", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "227.026", - "max": "227.854", - "min": "226.748", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "366.147", - "max": "367.211", - "min": "365.87", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "431.834", - "max": "447.534", - "min": "431.098", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "364.318", - "max": "434.738", - "min": "334.679", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "204.183", - "max": "204.526", - "min": "203.909", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "469.496", - "max": "484.129", - "min": "445.451", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "267.049", - "max": "267.576", - "min": "266.785", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "227.752", - "max": "228.319", - "min": "227.518", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "308.006", - "max": "320.297", - "min": "306.15", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "199.98", - "max": "200.415", - "min": "199.733", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "269.327", - "max": "270.65", - "min": "269.064", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "233.584", - "max": "233.815", - "min": "233.29", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "309.035", - "max": "361.508", - "min": "276.619", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "259.377", - "max": "344.208", - "min": "239.454", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "278.781", - "max": "327.135", - "min": "242.519", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "325.151", - "max": "325.714", - "min": "324.823", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "319.199", - "max": "336.35", - "min": "286.549", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "311.496", - "max": "331.207", - "min": "310.336", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "341.095", - "max": "442.333", - "min": "313.151", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "267.244", - "max": "268.957", - "min": "266.096", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "287.197", - "max": "287.527", - "min": "286.988", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "308.92", - "max": "314.662", - "min": "308.393", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "328.173", - "max": "434.032", - "min": "279.328", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "326.106", - "max": "364.158", - "min": "290.927", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "316.334", - "max": "349.657", - "min": "283.883", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "294.864", - "max": "337.258", - "min": "275.191", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "260.327", - "max": "261.54", - "min": "260.019", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "309.263", - "max": "386.696", - "min": "289.507", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "311.224", - "max": "326.129", - "min": "310.459", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "287.922", - "max": "335.844", - "min": "269.044", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "320.225", - "max": "414.54", - "min": "276.764", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "147.409", - "max": "212.15", - "min": "124.133", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "245.562", - "max": "263.344", - "min": "242.983", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "273.19", - "max": "274.015", - "min": "272.916", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "278.027", - "max": "278.371", - "min": "277.818", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "312.324", - "max": "322.91", - "min": "300.824", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "317.064", - "max": "353.952", - "min": "289.88", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "276.959", - "max": "313.089", - "min": "238.651", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "304.961", - "max": "340.529", - "min": "255.37", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "291.675", - "max": "333.705", - "min": "273.708", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "8.306", - "max": "9.035", - "min": "8.068", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "218.003", - "max": "222.931", - "min": "217.363", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "386.633", - "max": "391.55", - "min": "382.403", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "245.439", - "max": "275.172", - "min": "244.082", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "260.964", - "max": "261.519", - "min": "260.759", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "453.229", - "max": "455.808", - "min": "452.547", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "191.979", - "max": "192.612", - "min": "191.537", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "256.752", - "max": "257.209", - "min": "256.529", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "318.746", - "max": "319.547", - "min": "318.522", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "317.527", - "max": "426.362", - "min": "276.958", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "271.963", - "max": "274.168", - "min": "271.636", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "248.876", - "max": "251.115", - "min": "248.61", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "238.521", - "max": "238.993", - "min": "238.223", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "150.086", - "max": "278.526", - "min": "145.322", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "329.041", - "max": "329.487", - "min": "328.303", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "270.792", - "max": "325.345", - "min": "250.16", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "236.29", - "max": "236.546", - "min": "236.131", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "272.914", - "max": "309.109", - "min": "245.522", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "365.342", - "max": "473.701", - "min": "359.929", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "236.172", - "max": "239.278", - "min": "232.851", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "244.431", - "max": "244.823", - "min": "244.149", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "310.782", - "max": "350.339", - "min": "275.953", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "257.295", - "max": "261.871", - "min": "256.414", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "408.94", - "max": "409.622", - "min": "408.536", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "125.808", - "max": "126.123", - "min": "125.613", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "378.825", - "max": "390.512", - "min": "337.821", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "336.862", - "max": "383.347", - "min": "319.275", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "315.23", - "max": "348.692", - "min": "280.46", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "350.655", - "max": "386.804", - "min": "317.496", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "234.775", - "max": "235.705", - "min": "234.385", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "222.872", - "max": "223.241", - "min": "222.586", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "345.642", - "max": "410.737", - "min": "314.288", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "309.742", - "max": "310.519", - "min": "308.694", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "236.756", - "max": "241.161", - "min": "235.436", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "286.543", - "max": "286.954", - "min": "286.27", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "231.196", - "max": "231.41", - "min": "230.955", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "306.761", - "max": "368.35", - "min": "272.704", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "362.148", - "max": "362.671", - "min": "361.68", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "297.758", - "max": "301.137", - "min": "296.562", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "287.847", - "max": "334.099", - "min": "264.265", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "268.413", - "max": "269.324", - "min": "268.187", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "398.748", - "max": "441.444", - "min": "363.42", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "285.44", - "max": "293.695", - "min": "278.233", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "311.381", - "max": "383.991", - "min": "286.477", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "279.485", - "max": "287.921", - "min": "272.387", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "406.334", - "max": "439.385", - "min": "375.548", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "257.351", - "max": "259.995", - "min": "256.81", - "id": "1", - "country": "Australia", - "source_name": "Melbourne", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "8": { - "name": "Auckland", - "data": { - "0": { - "avg": "289.288", - "max": "289.935", - "min": "289.085", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "34.924", - "max": "38.836", - "min": "34.531", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "229.325", - "max": "239.763", - "min": "228.73", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "419.551", - "max": "425.585", - "min": "417.169", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "350.99", - "max": "352.373", - "min": "350.392", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "317.918", - "max": "319.529", - "min": "317.63", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "270.95", - "max": "271.56", - "min": "270.73", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "0.169", - "max": "3.419", - "min": "0.019", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "525.168", - "max": "525.693", - "min": "524.537", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "360.536", - "max": "362.64", - "min": "360.087", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "265.763", - "max": "272.206", - "min": "265.273", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "191.401", - "max": "210.909", - "min": "190.096", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "217.564", - "max": "219.731", - "min": "217.36", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "229.381", - "max": "235.288", - "min": "228.592", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "301.795", - "max": "303.465", - "min": "301.59", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "216.268", - "max": "218.597", - "min": "215.478", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "262.259", - "max": "282.826", - "min": "260.33", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "205.104", - "max": "209.73", - "min": "204.477", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "373.684", - "max": "374.996", - "min": "373.388", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "285.887", - "max": "287.48", - "min": "285.68", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "40.769", - "max": "44.139", - "min": "40.582", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "288.574", - "max": "291.119", - "min": "288.358", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "169.735", - "max": "170.157", - "min": "169.589", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "193.489", - "max": "193.953", - "min": "193.313", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "314.216", - "max": "314.666", - "min": "313.967", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "279.541", - "max": "282.97", - "min": "278.806", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "283.165", - "max": "287.274", - "min": "282.713", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "306.797", - "max": "306.975", - "min": "306.581", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "270.316", - "max": "276.292", - "min": "269.875", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "245.22", - "max": "249.893", - "min": "244.386", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "117.712", - "max": "126.146", - "min": "117.022", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "321.18", - "max": "322.822", - "min": "320.933", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "231.308", - "max": "231.783", - "min": "231.149", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "308.86", - "max": "309.231", - "min": "308.769", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "316.095", - "max": "321.37", - "min": "315.692", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "161.079", - "max": "163.817", - "min": "160.744", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.268", - "max": "159.335", - "min": "158.127", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "166.709", - "max": "168.914", - "min": "166.485", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "193.147", - "max": "196.282", - "min": "192.795", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "216.002", - "max": "225.546", - "min": "214.788", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "409.874", - "max": "412.763", - "min": "409.443", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "275.285", - "max": "282.368", - "min": "274.464", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "304.767", - "max": "305.556", - "min": "303.986", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "294.418", - "max": "296.687", - "min": "294.087", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "448.751", - "max": "521.474", - "min": "390.608", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "298.039", - "max": "307.164", - "min": "297.272", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "289.198", - "max": "292.474", - "min": "288.8", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "270.247", - "max": "270.578", - "min": "270.143", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "354.385", - "max": "362.886", - "min": "353.484", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "327.402", - "max": "328.152", - "min": "327.002", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "479.045", - "max": "479.495", - "min": "478.659", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "185.749", - "max": "187.8", - "min": "185.268", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "326.46", - "max": "344.296", - "min": "295.558", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "268.174", - "max": "272.594", - "min": "267.771", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "167.782", - "max": "179.484", - "min": "164.206", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "127.659", - "max": "128.202", - "min": "127.449", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "336.131", - "max": "340.238", - "min": "334.657", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "15.874", - "max": "19.623", - "min": "15.514", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "286.384", - "max": "296.736", - "min": "285.189", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "272.209", - "max": "272.758", - "min": "272.104", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "320.422", - "max": "321.93", - "min": "319.86", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "313.422", - "max": "330.217", - "min": "311.791", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "154.822", - "max": "226.618", - "min": "141.966", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "176.177", - "max": "177.49", - "min": "175.948", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "310.363", - "max": "311.157", - "min": "310.22", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "296.101", - "max": "297.332", - "min": "295.881", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "514.323", - "max": "519.296", - "min": "452.768", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "344.388", - "max": "347.63", - "min": "343.948", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "332.44", - "max": "334.801", - "min": "331.484", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "267.809", - "max": "272.48", - "min": "267.174", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "149.29", - "max": "150.759", - "min": "149.027", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "161.198", - "max": "161.92", - "min": "160.98", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "263.968", - "max": "265.943", - "min": "263.757", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "213.435", - "max": "214.403", - "min": "213.315", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "373.545", - "max": "375.381", - "min": "372.932", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "271.749", - "max": "272.135", - "min": "271.641", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "311.669", - "max": "313.54", - "min": "311.258", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "166.032", - "max": "169.001", - "min": "165.734", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "364.98", - "max": "378.005", - "min": "363.709", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "277.773", - "max": "279.309", - "min": "277.391", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "308.52", - "max": "309.416", - "min": "304.096", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "304.323", - "max": "308.863", - "min": "303.619", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "324.699", - "max": "337.987", - "min": "321.477", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "149.451", - "max": "153.467", - "min": "148.807", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "184.432", - "max": "184.661", - "min": "184.37", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "427.802", - "max": "429.872", - "min": "421.474", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "493.002", - "max": "494.307", - "min": "491.565", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "222.381", - "max": "225.429", - "min": "222.028", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "204.567", - "max": "205.307", - "min": "204.383", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "271.276", - "max": "278.556", - "min": "270.352", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "272.956", - "max": "395.602", - "min": "263.362", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "171.621", - "max": "178.166", - "min": "171.247", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "283.943", - "max": "284.063", - "min": "283.871", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "317.936", - "max": "360.397", - "min": "307.063", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "229.079", - "max": "231.048", - "min": "228.763", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "237.958", - "max": "238.747", - "min": "237.627", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "265.247", - "max": "265.556", - "min": "264.938", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "267.388", - "max": "293.003", - "min": "265.429", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "178.127", - "max": "190.386", - "min": "169.645", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "216.34", - "max": "219.111", - "min": "215.892", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "288.431", - "max": "296.946", - "min": "287.087", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "209.038", - "max": "213.556", - "min": "208.353", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "323.251", - "max": "325.162", - "min": "322.993", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "45.596", - "max": "47.373", - "min": "45.282", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "327.632", - "max": "328.177", - "min": "325.941", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "24.349", - "max": "27.017", - "min": "23.943", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "289.619", - "max": "289.944", - "min": "289.542", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "220.712", - "max": "222.147", - "min": "220.535", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "215.657", - "max": "216.388", - "min": "215.505", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "314.515", - "max": "321.819", - "min": "307.789", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "248.272", - "max": "269.171", - "min": "241.724", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "318.526", - "max": "319.136", - "min": "318.057", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "220.812", - "max": "221.839", - "min": "220.62", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "299.817", - "max": "303.347", - "min": "299.204", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "604.99", - "max": "716.388", - "min": "454.6", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "511.978", - "max": "605.597", - "min": "425.345", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "449.277", - "max": "452.779", - "min": "448.649", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "143.548", - "max": "148.073", - "min": "143.138", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "356.734", - "max": "358.396", - "min": "356.335", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "223.343", - "max": "224.137", - "min": "223.066", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "258.344", - "max": "262.957", - "min": "257.821", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "363.081", - "max": "520.933", - "min": "287.251", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "325.075", - "max": "328.555", - "min": "324.833", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "377.866", - "max": "385.931", - "min": "376.86", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "378.811", - "max": "380.223", - "min": "378.404", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "352.941", - "max": "354.248", - "min": "351.727", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "219.133", - "max": "220.11", - "min": "218.832", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "477.55", - "max": "478.108", - "min": "477.193", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "284.41", - "max": "287.644", - "min": "283.698", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "219.272", - "max": "220.631", - "min": "219.086", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "233.845", - "max": "234.458", - "min": "233.664", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "294.706", - "max": "298.501", - "min": "294.333", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "280.675", - "max": "282.571", - "min": "280.36", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "1.178", - "max": "2.053", - "min": "0.715", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "202.308", - "max": "205.383", - "min": "201.972", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "229.015", - "max": "229.254", - "min": "228.801", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "202.831", - "max": "215.623", - "min": "201.564", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "220.571", - "max": "226.726", - "min": "219.86", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "274.81", - "max": "275.422", - "min": "274.581", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "293.215", - "max": "295.071", - "min": "292.906", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "292.541", - "max": "296.149", - "min": "292.214", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "164.846", - "max": "171.725", - "min": "163.973", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "376.019", - "max": "378.319", - "min": "375.348", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "310.754", - "max": "312.862", - "min": "310.375", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "248.403", - "max": "255.121", - "min": "247.951", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "275.288", - "max": "280.552", - "min": "274.646", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "375.715", - "max": "384.835", - "min": "374.854", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "182.985", - "max": "183.612", - "min": "182.866", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "280.014", - "max": "283.551", - "min": "279.673", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "269.574", - "max": "286.317", - "min": "267.993", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "337.656", - "max": "348.224", - "min": "335.735", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "267.545", - "max": "328.016", - "min": "237.168", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "363.113", - "max": "364.754", - "min": "356.081", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "299.925", - "max": "307.879", - "min": "299.06", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "219.161", - "max": "220.019", - "min": "219.034", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "191.218", - "max": "192.267", - "min": "190.937", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "330.21", - "max": "333.185", - "min": "329.473", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "266.152", - "max": "305.178", - "min": "259.162", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "219.87", - "max": "224.419", - "min": "219.486", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "354.195", - "max": "385.492", - "min": "349.941", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "248.622", - "max": "250.15", - "min": "248.48", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "302.021", - "max": "302.606", - "min": "301.321", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "302.144", - "max": "303.339", - "min": "301.909", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "217.997", - "max": "221.805", - "min": "217.537", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "374.916", - "max": "375.678", - "min": "374.765", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "443.089", - "max": "444.561", - "min": "442.839", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "428.971", - "max": "442.775", - "min": "427.46", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "306.03", - "max": "310.081", - "min": "305.228", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "351.648", - "max": "364.378", - "min": "318.314", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "293.528", - "max": "294.188", - "min": "293.246", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "222.824", - "max": "227.787", - "min": "222.551", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "296.286", - "max": "297.804", - "min": "295.888", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "221.902", - "max": "222.937", - "min": "221.689", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "288.347", - "max": "296.088", - "min": "287.216", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "257.945", - "max": "258.901", - "min": "257.713", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "277.652", - "max": "279.908", - "min": "277.297", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "354.504", - "max": "361.591", - "min": "353.842", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "275.639", - "max": "276.069", - "min": "275.375", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "336.392", - "max": "336.979", - "min": "336.208", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "341.829", - "max": "342.746", - "min": "341.663", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "317.168", - "max": "326.701", - "min": "316.703", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "391.46", - "max": "393.043", - "min": "390.948", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "269.201", - "max": "271.761", - "min": "268.633", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "274.299", - "max": "277.372", - "min": "273.387", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "303.311", - "max": "303.565", - "min": "303.245", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "287.834", - "max": "292.803", - "min": "287.137", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "310.547", - "max": "311.142", - "min": "310.206", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "289.558", - "max": "294.984", - "min": "288.876", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "285.42", - "max": "300.961", - "min": "275.458", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "291.264", - "max": "294.764", - "min": "290.642", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "324.797", - "max": "325.117", - "min": "324.614", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "307.349", - "max": "319.568", - "min": "305.717", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "384.799", - "max": "387.012", - "min": "384.222", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "270.273", - "max": "272.944", - "min": "269.841", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "278.42", - "max": "306.878", - "min": "219.944", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "680.048", - "max": "682.323", - "min": "679.247", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "265.102", - "max": "276.584", - "min": "264.453", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "288.522", - "max": "290.003", - "min": "288.37", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "276.282", - "max": "280.977", - "min": "274.308", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "310.533", - "max": "313.956", - "min": "310.201", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "297.821", - "max": "298.552", - "min": "297.558", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "373.761", - "max": "377.319", - "min": "369.109", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "309.684", - "max": "310.675", - "min": "309.482", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "29.369", - "max": "49.061", - "min": "27.672", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "223.917", - "max": "276.037", - "min": "221.343", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "354.55", - "max": "354.692", - "min": "353.904", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "277.14", - "max": "280.948", - "min": "276.422", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "297.945", - "max": "298.63", - "min": "297.775", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "353.219", - "max": "355.559", - "min": "352.759", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "290.919", - "max": "292.708", - "min": "290.226", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "292.345", - "max": "306.685", - "min": "290.938", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "321.44", - "max": "321.994", - "min": "321.267", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "281.685", - "max": "298.519", - "min": "280.787", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "277.933", - "max": "284.76", - "min": "276.438", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "359.253", - "max": "359.808", - "min": "359.157", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "320.031", - "max": "320.519", - "min": "319.959", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "183.642", - "max": "349.745", - "min": "177.7", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "230.81", - "max": "236.261", - "min": "230.004", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "257.392", - "max": "258.646", - "min": "257.198", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "231.252", - "max": "232.075", - "min": "231.121", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "258.012", - "max": "260.742", - "min": "257.58", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "363.704", - "max": "421.034", - "min": "361.455", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "229.899", - "max": "233.471", - "min": "226.985", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "277.541", - "max": "278.048", - "min": "277.401", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "284.23", - "max": "285.246", - "min": "283.638", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "260.464", - "max": "264.09", - "min": "259.561", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "414.699", - "max": "415.548", - "min": "414.262", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "137.395", - "max": "137.798", - "min": "137.267", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "373.324", - "max": "373.706", - "min": "373.17", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "338.083", - "max": "349.931", - "min": "337.545", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "273.897", - "max": "274.674", - "min": "273.663", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "329.662", - "max": "330.905", - "min": "329.504", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "228.98", - "max": "232.852", - "min": "228.462", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "222.259", - "max": "226.94", - "min": "221.967", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "316.531", - "max": "322.308", - "min": "314.726", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "299.694", - "max": "302.228", - "min": "298.528", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "366.884", - "max": "368.791", - "min": "365.418", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "320.984", - "max": "323.43", - "min": "320.57", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "268.224", - "max": "269.719", - "min": "267.962", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "276.986", - "max": "282.543", - "min": "276.133", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "351.374", - "max": "355.383", - "min": "349.103", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "362.378", - "max": "362.378", - "min": "362.378", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "268.689", - "max": "280.072", - "min": "267.902", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "280.329", - "max": "292.643", - "min": "279.352", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "395.858", - "max": "398.347", - "min": "395.301", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "283.815", - "max": "293.655", - "min": "275.521", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "287.359", - "max": "292.513", - "min": "286.93", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "487.546", - "max": "489.706", - "min": "479.184", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "340.345", - "max": "343.48", - "min": "339.734", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "310.019", - "max": "314.842", - "min": "309.704", - "id": "8", - "country": "New Zealand", - "source_name": "Auckland", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "21": { - "name": "Brisbane", - "data": { - "0": { - "avg": "283.654", - "max": "284.134", - "min": "283.424", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "28.703", - "max": "29.954", - "min": "28.491", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "225.26", - "max": "226.569", - "min": "225.139", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "364.807", - "max": "367.629", - "min": "363.821", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "348.953", - "max": "349.344", - "min": "348.633", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "130.416", - "max": "130.538", - "min": "130.344", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "282.176", - "max": "282.437", - "min": "282.07", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "41.868", - "max": "51.86", - "min": "40.55", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "296.378", - "max": "297.222", - "min": "296.257", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "371.589", - "max": "379.495", - "min": "370.689", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "276.343", - "max": "276.863", - "min": "276.201", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "186.693", - "max": "187.642", - "min": "186.543", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "215.647", - "max": "216.554", - "min": "215.516", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "223.808", - "max": "224.152", - "min": "223.702", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "278.855", - "max": "280.946", - "min": "278.708", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "211.505", - "max": "211.681", - "min": "210.838", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "255.813", - "max": "256.171", - "min": "255.589", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "201.083", - "max": "201.84", - "min": "200.991", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "362.653", - "max": "363.003", - "min": "362.455", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "294.487", - "max": "295.098", - "min": "294.314", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "0.051", - "max": "0.078", - "min": "0.029", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "267.91", - "max": "268.076", - "min": "267.835", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "304.086", - "max": "304.569", - "min": "303.737", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "227.983", - "max": "229.509", - "min": "227.776", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "338.754", - "max": "339.449", - "min": "338.401", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "287.939", - "max": "288.124", - "min": "287.859", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "274.546", - "max": "275.095", - "min": "274.406", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "286.439", - "max": "287.268", - "min": "286.202", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "283.99", - "max": "284.069", - "min": "283.921", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "224.13", - "max": "225.841", - "min": "223.826", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "109.619", - "max": "109.996", - "min": "109.529", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "314.108", - "max": "314.422", - "min": "313.973", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "211.649", - "max": "223.4", - "min": "211.067", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "317.089", - "max": "317.255", - "min": "317.024", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "311.421", - "max": "314.009", - "min": "311.021", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "152.043", - "max": "154.807", - "min": "151.684", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "154.666", - "max": "154.788", - "min": "154.61", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "162.996", - "max": "163.169", - "min": "162.764", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "189.617", - "max": "189.868", - "min": "189.476", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "213.804", - "max": "214.797", - "min": "213.433", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "415.922", - "max": "418.05", - "min": "415.358", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "286.043", - "max": "291.006", - "min": "285.557", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "315.991", - "max": "317.787", - "min": "315.079", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "287.878", - "max": "293.86", - "min": "287.451", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "379.218", - "max": "386.652", - "min": "369.969", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "301.36", - "max": "301.968", - "min": "300.956", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "303.767", - "max": "304.205", - "min": "303.631", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "265.161", - "max": "265.602", - "min": "264.989", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "348.222", - "max": "348.698", - "min": "348.015", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "339.12", - "max": "340.09", - "min": "338.781", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "338.423", - "max": "345.385", - "min": "337.33", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.102", - "max": "182.354", - "min": "181.872", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "360.963", - "max": "378.26", - "min": "356.138", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "247.66", - "max": "247.854", - "min": "247.551", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "162.458", - "max": "174.122", - "min": "158.434", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "122.558", - "max": "122.986", - "min": "122.418", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "267.324", - "max": "269.819", - "min": "266.403", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "55.352", - "max": "55.781", - "min": "55.272", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "328.389", - "max": "328.797", - "min": "328.227", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "267.148", - "max": "268.557", - "min": "267", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "334.545", - "max": "335.029", - "min": "334.203", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "317.315", - "max": "330.782", - "min": "315.857", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "144.75", - "max": "220.882", - "min": "137.567", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "162.378", - "max": "162.752", - "min": "162.268", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "309.809", - "max": "310.256", - "min": "309.689", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "314.713", - "max": "314.832", - "min": "314.64", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "374.04", - "max": "374.448", - "min": "373.744", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "322.492", - "max": "322.869", - "min": "322.127", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "321.198", - "max": "322.685", - "min": "320.369", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "247.646", - "max": "247.909", - "min": "247.556", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "144.346", - "max": "145.457", - "min": "144.195", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "157.692", - "max": "160.584", - "min": "157.347", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "260.359", - "max": "260.809", - "min": "260.232", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "210.201", - "max": "210.315", - "min": "210.132", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "389.606", - "max": "390.761", - "min": "388.913", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "329.906", - "max": "392.888", - "min": "295.965", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "292.542", - "max": "292.679", - "min": "292.409", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "227.101", - "max": "232.051", - "min": "226.817", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "361.393", - "max": "374.08", - "min": "360.631", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "262.506", - "max": "262.67", - "min": "262.377", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "287.786", - "max": "289.097", - "min": "281.562", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "283.026", - "max": "283.49", - "min": "282.672", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "265.049", - "max": "267.036", - "min": "264.358", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "144.416", - "max": "145.296", - "min": "144.177", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "218.88", - "max": "219.355", - "min": "218.808", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "382.077", - "max": "383.755", - "min": "381.532", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "428.315", - "max": "431.092", - "min": "427.645", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "218.375", - "max": "218.543", - "min": "218.219", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "201.206", - "max": "205.547", - "min": "200.844", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "267.609", - "max": "273.516", - "min": "267.301", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "277.142", - "max": "283.322", - "min": "276.306", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "210.535", - "max": "210.929", - "min": "210.347", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "297.587", - "max": "297.807", - "min": "297.522", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "290.057", - "max": "295.203", - "min": "284.306", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "223.507", - "max": "223.599", - "min": "223.414", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "349.048", - "max": "351.468", - "min": "345.952", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "261.91", - "max": "262.136", - "min": "261.682", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "272.448", - "max": "283.961", - "min": "271.315", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.836", - "max": "182.963", - "min": "166.003", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "212.464", - "max": "212.696", - "min": "212.364", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "281.229", - "max": "282.159", - "min": "281.123", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "204.94", - "max": "205.121", - "min": "204.76", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "321.944", - "max": "323.359", - "min": "321.768", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "38.306", - "max": "42.647", - "min": "37.671", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "349.029", - "max": "349.919", - "min": "347.44", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "17.817", - "max": "18.153", - "min": "17.632", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "289.039", - "max": "290.454", - "min": "288.922", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "217.118", - "max": "217.311", - "min": "216.947", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "211.762", - "max": "212.307", - "min": "211.625", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "293.444", - "max": "298.754", - "min": "284.911", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "155.299", - "max": "158.348", - "min": "155.061", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "448.235", - "max": "448.846", - "min": "447.718", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "219.415", - "max": "219.622", - "min": "219.358", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "296.8", - "max": "297.326", - "min": "296.607", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "599.098", - "max": "738.742", - "min": "439.801", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "421.543", - "max": "498.391", - "min": "360.321", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "449.681", - "max": "456.462", - "min": "448.823", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "136.439", - "max": "137.245", - "min": "136.275", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "331.208", - "max": "331.502", - "min": "330.815", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "220.223", - "max": "220.842", - "min": "219.949", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "238.096", - "max": "242.078", - "min": "237.797", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "337.612", - "max": "494.571", - "min": "267.095", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "320.973", - "max": "321.286", - "min": "320.866", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "391.308", - "max": "739.625", - "min": "377.127", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "382.559", - "max": "382.897", - "min": "382.25", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "364.462", - "max": "366.114", - "min": "363.633", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "217.527", - "max": "218.033", - "min": "217.425", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "496.695", - "max": "497.263", - "min": "496.216", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "314.61", - "max": "315.242", - "min": "314.371", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "215.907", - "max": "217.737", - "min": "215.631", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "225.373", - "max": "225.559", - "min": "225.273", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "274.4", - "max": "274.923", - "min": "274.185", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "260.526", - "max": "260.894", - "min": "260.334", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "42.993", - "max": "44.756", - "min": "42.358", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "198.958", - "max": "199.133", - "min": "198.79", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "226.924", - "max": "227.19", - "min": "226.785", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "200.535", - "max": "212.111", - "min": "199.204", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "212.921", - "max": "213.04", - "min": "212.818", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "253.717", - "max": "254.042", - "min": "253.496", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "276.657", - "max": "276.93", - "min": "276.522", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "272.213", - "max": "273.823", - "min": "272.08", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "163.893", - "max": "166.255", - "min": "163.493", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "381.027", - "max": "381.513", - "min": "380.705", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "289.634", - "max": "289.891", - "min": "289.483", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "228.365", - "max": "236.125", - "min": "227.585", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "270.376", - "max": "271.16", - "min": "270.083", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "382.278", - "max": "382.772", - "min": "382.015", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "177.616", - "max": "179.191", - "min": "177.415", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "294.038", - "max": "298.504", - "min": "293.799", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "292.625", - "max": "292.755", - "min": "292.553", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "350.621", - "max": "360.801", - "min": "348.972", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "149.833", - "max": "149.992", - "min": "149.738", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "357.633", - "max": "375.313", - "min": "324.99", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "296.56", - "max": "319.27", - "min": "295.492", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "255.838", - "max": "256.603", - "min": "255.719", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "296.895", - "max": "302.77", - "min": "296.284", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "324.994", - "max": "326.394", - "min": "324.528", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "237.287", - "max": "289.209", - "min": "229.218", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "254.015", - "max": "255.87", - "min": "253.774", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "353.394", - "max": "444.647", - "min": "345.742", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "245.115", - "max": "245.263", - "min": "245.028", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "295.734", - "max": "296.466", - "min": "295.25", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "287.656", - "max": "289.719", - "min": "287.397", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "334.698", - "max": "335.823", - "min": "334.373", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "382.434", - "max": "382.63", - "min": "382.309", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "453.285", - "max": "453.507", - "min": "453.201", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "429.504", - "max": "430.044", - "min": "428.545", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "209.154", - "max": "210.426", - "min": "208.898", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "353.156", - "max": "364.277", - "min": "331.837", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "274.71", - "max": "276.952", - "min": "274.475", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "218.95", - "max": "219.117", - "min": "218.893", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "297.658", - "max": "300.379", - "min": "297.272", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "218.442", - "max": "218.641", - "min": "218.323", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "285.478", - "max": "287.082", - "min": "285.363", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "253.235", - "max": "254.743", - "min": "252.963", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "289.259", - "max": "294.152", - "min": "288.921", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "360.867", - "max": "361.138", - "min": "360.641", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "270.639", - "max": "270.944", - "min": "270.5", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "350.478", - "max": "350.908", - "min": "350.348", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "338.381", - "max": "338.815", - "min": "338.289", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "342.955", - "max": "344.56", - "min": "342.779", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "389.452", - "max": "391.926", - "min": "388.966", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "280.582", - "max": "282.708", - "min": "280.324", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "289.485", - "max": "289.621", - "min": "289.399", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "299.751", - "max": "300.07", - "min": "299.679", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "300.718", - "max": "300.884", - "min": "300.604", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "315.687", - "max": "327.365", - "min": "314.913", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "299.621", - "max": "303.053", - "min": "298.981", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "302.238", - "max": "325.52", - "min": "289.398", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "270.369", - "max": "270.608", - "min": "270.256", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "327.172", - "max": "327.669", - "min": "326.982", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "313.478", - "max": "314.657", - "min": "313.25", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "380.69", - "max": "381.587", - "min": "380.069", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "280.313", - "max": "281.813", - "min": "280.061", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "270.832", - "max": "282.992", - "min": "264.206", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "475.359", - "max": "475.887", - "min": "474.748", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "289.808", - "max": "290.068", - "min": "289.622", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "300.379", - "max": "300.448", - "min": "300.329", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "275.051", - "max": "284.35", - "min": "273.103", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "301.969", - "max": "302.553", - "min": "301.855", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "269.433", - "max": "272.891", - "min": "269.002", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "301.52", - "max": "302.011", - "min": "301.364", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "280.846", - "max": "281.866", - "min": "272.803", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "20.466", - "max": "29.871", - "min": "18.551", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "218.871", - "max": "224.715", - "min": "218.29", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "294.497", - "max": "297.78", - "min": "289.5", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "151.092", - "max": "151.513", - "min": "151.013", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "277.517", - "max": "277.649", - "min": "277.426", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "166.418", - "max": "169.744", - "min": "166.11", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "442.738", - "max": "443.506", - "min": "438.925", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "286.264", - "max": "286.689", - "min": "286.116", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "343.202", - "max": "343.848", - "min": "343.007", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "294.184", - "max": "295.563", - "min": "293.88", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "289.037", - "max": "289.981", - "min": "288.762", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "260.711", - "max": "260.968", - "min": "260.658", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "252.207", - "max": "268.641", - "min": "251.588", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "183.586", - "max": "333.207", - "min": "173.454", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "262.24", - "max": "262.306", - "min": "262.186", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "252.655", - "max": "253.057", - "min": "252.539", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "229.681", - "max": "229.784", - "min": "229.613", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "251.585", - "max": "251.637", - "min": "251.492", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "358.044", - "max": "358.424", - "min": "357.934", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "226.085", - "max": "230.247", - "min": "223.229", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "285.631", - "max": "285.738", - "min": "285.523", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "290.865", - "max": "293.629", - "min": "289.989", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "257.625", - "max": "264.163", - "min": "256.187", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "413.197", - "max": "414.225", - "min": "412.852", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "131.191", - "max": "131.408", - "min": "131.042", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "368.133", - "max": "368.644", - "min": "367.994", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "315.782", - "max": "315.875", - "min": "315.712", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "297.935", - "max": "298.186", - "min": "297.863", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "329.156", - "max": "329.21", - "min": "329.084", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "226.034", - "max": "227.581", - "min": "225.674", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "218.241", - "max": "218.524", - "min": "218.133", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "329.05", - "max": "337.736", - "min": "326.817", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "451.582", - "max": "457.287", - "min": "448.755", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "361.674", - "max": "363.11", - "min": "360.44", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "316.912", - "max": "317.817", - "min": "316.767", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "247.849", - "max": "249.375", - "min": "247.634", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "291.499", - "max": "295.997", - "min": "291.174", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "271.467", - "max": "274.641", - "min": "267.352", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "383.24", - "max": "383.24", - "min": "383.24", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "279.973", - "max": "280.072", - "min": "279.915", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "288.475", - "max": "288.58", - "min": "288.407", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "394.812", - "max": "395.108", - "min": "394.606", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "297.137", - "max": "309.268", - "min": "288.324", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "299.915", - "max": "300.079", - "min": "299.844", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "358.244", - "max": "360.276", - "min": "350.333", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "347.968", - "max": "349.855", - "min": "347.607", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "288.857", - "max": "289.042", - "min": "288.767", - "id": "21", - "country": "Australia", - "source_name": "Brisbane", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "59": { - "name": "Christchurch", - "data": { - "0": { - "avg": "338.469", - "max": "342.056", - "min": "338.187", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "49.439", - "max": "49.793", - "min": "49.246", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "238.209", - "max": "240.117", - "min": "237.982", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "322.843", - "max": "327.292", - "min": "322.027", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "293.26", - "max": "293.625", - "min": "293.077", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "277.887", - "max": "278.574", - "min": "277.735", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "297.231", - "max": "297.423", - "min": "297.039", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "16.241", - "max": "21.003", - "min": "15.556", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "333.981", - "max": "334.143", - "min": "333.885", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "331.081", - "max": "332.708", - "min": "330.822", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "297.776", - "max": "298.041", - "min": "297.576", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "196.781", - "max": "225.844", - "min": "195.542", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "230.155", - "max": "230.269", - "min": "230.019", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "230.306", - "max": "231.483", - "min": "230.116", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "213.901", - "max": "214.051", - "min": "213.777", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "207.846", - "max": "208.266", - "min": "207.23", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "303.716", - "max": "304.005", - "min": "303.487", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "208.718", - "max": "208.878", - "min": "208.635", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "299.189", - "max": "299.367", - "min": "299.059", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "316.061", - "max": "316.9", - "min": "315.93", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "55.427", - "max": "55.787", - "min": "55.34", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "203.745", - "max": "203.834", - "min": "203.701", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "151.918", - "max": "152.003", - "min": "151.839", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "171.253", - "max": "175.95", - "min": "170.904", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "319.315", - "max": "319.684", - "min": "319.078", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "306.048", - "max": "306.162", - "min": "305.973", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "312.224", - "max": "315.143", - "min": "312.006", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "317.018", - "max": "317.156", - "min": "316.794", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "317.473", - "max": "317.648", - "min": "317.393", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "172.353", - "max": "172.587", - "min": "172.172", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "129.057", - "max": "129.254", - "min": "128.95", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "323.231", - "max": "323.454", - "min": "323.099", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "229.306", - "max": "231.009", - "min": "229.101", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "345.501", - "max": "345.67", - "min": "345.386", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "323.517", - "max": "324.339", - "min": "323.299", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "344.954", - "max": "345.339", - "min": "344.788", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "163.956", - "max": "163.994", - "min": "163.894", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "168.693", - "max": "169.193", - "min": "168.555", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "198.539", - "max": "200.144", - "min": "198.344", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "222.593", - "max": "231.452", - "min": "221.923", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "456.047", - "max": "459.202", - "min": "455.606", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "295.631", - "max": "297.757", - "min": "295.129", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "351.769", - "max": "351.968", - "min": "351.656", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "310.857", - "max": "312.887", - "min": "310.623", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "417.717", - "max": "417.817", - "min": "417.582", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "314.087", - "max": "316.616", - "min": "313.681", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "322.992", - "max": "323.71", - "min": "322.8", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "268.027", - "max": "268.16", - "min": "267.887", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "347.73", - "max": "348.294", - "min": "347.532", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "204.977", - "max": "209.222", - "min": "204.774", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "236.687", - "max": "240.397", - "min": "236.372", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "177.447", - "max": "177.689", - "min": "177.298", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "343.611", - "max": "434.998", - "min": "336.797", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "203.443", - "max": "203.548", - "min": "203.336", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "389.191", - "max": "402.582", - "min": "385.394", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "301.371", - "max": "302.211", - "min": "301.152", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "335.353", - "max": "337.061", - "min": "334.324", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "0.03", - "max": "0.045", - "min": "0.018", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "324.296", - "max": "324.643", - "min": "324.179", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "300.648", - "max": "300.737", - "min": "300.569", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "338.52", - "max": "342.313", - "min": "337.905", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "335.476", - "max": "352.352", - "min": "334.181", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "373.384", - "max": "435.659", - "min": "363.813", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "467.47", - "max": "467.774", - "min": "467.374", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "340.688", - "max": "340.743", - "min": "340.556", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "332.075", - "max": "334.893", - "min": "331.773", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "223.38", - "max": "223.567", - "min": "223.283", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "324.867", - "max": "325.406", - "min": "324.338", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "346.563", - "max": "348.278", - "min": "345.968", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "179.488", - "max": "181.12", - "min": "179.282", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "315.524", - "max": "315.8", - "min": "315.414", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "166.862", - "max": "167.317", - "min": "166.58", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "262.826", - "max": "396.681", - "min": "257.718", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "203.13", - "max": "203.454", - "min": "203.057", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "349.34", - "max": "349.946", - "min": "349.171", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "300.913", - "max": "301.043", - "min": "300.806", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "218.273", - "max": "218.628", - "min": "218.149", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "171.484", - "max": "176.216", - "min": "171.221", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "219.289", - "max": "220.132", - "min": "219.048", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "222.681", - "max": "222.9", - "min": "222.564", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "185.112", - "max": "185.362", - "min": "184.927", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "223.197", - "max": "223.992", - "min": "222.914", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "353.621", - "max": "367.937", - "min": "338.594", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "372.999", - "max": "373.591", - "min": "372.828", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "189.887", - "max": "189.968", - "min": "189.796", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "357.83", - "max": "361.508", - "min": "357.352", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "306.601", - "max": "311.697", - "min": "306.161", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "225.448", - "max": "225.724", - "min": "225.334", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "209.852", - "max": "209.96", - "min": "209.714", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "289.263", - "max": "293.109", - "min": "288.823", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "201.332", - "max": "204.058", - "min": "200.646", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "156.791", - "max": "157.32", - "min": "156.6", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "325.988", - "max": "326.12", - "min": "325.899", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "334.37", - "max": "341.35", - "min": "333.872", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "217.096", - "max": "218.324", - "min": "216.819", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "217.554", - "max": "217.661", - "min": "217.451", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "270.961", - "max": "271.213", - "min": "270.841", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "251.508", - "max": "277.094", - "min": "250.115", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "180.377", - "max": "192.491", - "min": "175.135", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "205.354", - "max": "206.934", - "min": "205.123", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "238.16", - "max": "241.09", - "min": "237.97", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "234.086", - "max": "234.418", - "min": "233.921", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "339.357", - "max": "346.633", - "min": "338.885", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "58.687", - "max": "63.44", - "min": "57.702", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "197.981", - "max": "198.335", - "min": "197.801", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "38.88", - "max": "39.427", - "min": "38.598", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "310.524", - "max": "312.154", - "min": "310.308", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "217.9", - "max": "217.99", - "min": "217.757", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "220.966", - "max": "221.115", - "min": "220.827", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "399.911", - "max": "400.614", - "min": "399.749", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "319.809", - "max": "321.225", - "min": "319.559", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "282.592", - "max": "283.045", - "min": "282.453", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "215.277", - "max": "215.497", - "min": "215.185", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "429.922", - "max": "442.513", - "min": "429.086", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "667.984", - "max": "795.505", - "min": "519.163", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "442.25", - "max": "549.022", - "min": "377.417", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "532.046", - "max": "539.348", - "min": "531.418", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "157.636", - "max": "160.499", - "min": "157.182", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "197.327", - "max": "197.446", - "min": "197.183", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "213.75", - "max": "217.286", - "min": "213.263", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "193.713", - "max": "193.963", - "min": "193.426", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "290.603", - "max": "450.619", - "min": "217.502", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "318.813", - "max": "318.963", - "min": "318.689", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "333.145", - "max": "371.168", - "min": "331.186", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "333.665", - "max": "334.249", - "min": "333.56", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "333.753", - "max": "334.595", - "min": "333.396", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "216.24", - "max": "223.127", - "min": "205.959", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "453.953", - "max": "454.275", - "min": "453.689", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "409.732", - "max": "413.372", - "min": "409.402", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "200.991", - "max": "201.474", - "min": "200.859", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "232.488", - "max": "232.722", - "min": "232.413", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "200.482", - "max": "200.614", - "min": "200.35", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "200.429", - "max": "200.578", - "min": "200.337", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "16.498", - "max": "17.95", - "min": "15.699", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "207.931", - "max": "208.246", - "min": "207.783", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "224.797", - "max": "226.48", - "min": "224.585", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "206.205", - "max": "216.34", - "min": "205.066", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "225.777", - "max": "226.562", - "min": "225.565", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "193.494", - "max": "193.655", - "min": "193.398", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "220.167", - "max": "220.301", - "min": "220.004", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "325.064", - "max": "325.247", - "min": "324.986", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "416.423", - "max": "420.854", - "min": "415.622", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "324.444", - "max": "324.665", - "min": "324.358", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "316.062", - "max": "316.425", - "min": "315.82", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "209.051", - "max": "219.911", - "min": "208.42", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "306.754", - "max": "307.55", - "min": "306.454", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "318.103", - "max": "336.139", - "min": "317.345", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "402.247", - "max": "408.224", - "min": "400.753", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "285.931", - "max": "286.084", - "min": "285.874", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "297.464", - "max": "297.55", - "min": "297.366", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "309.427", - "max": "322.452", - "min": "307.144", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "290.605", - "max": "298.677", - "min": "290.236", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "335.637", - "max": "336.575", - "min": "335.502", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "303.246", - "max": "303.512", - "min": "303.033", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "216.422", - "max": "216.491", - "min": "216.327", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "196.531", - "max": "196.91", - "min": "196.291", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "336.636", - "max": "338.037", - "min": "336.325", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "321.206", - "max": "361.645", - "min": "314.413", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "224.265", - "max": "224.459", - "min": "224.144", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "352.314", - "max": "427.668", - "min": "342.424", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "257.924", - "max": "258.276", - "min": "257.843", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "316.485", - "max": "317.053", - "min": "315.856", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "325.14", - "max": "325.478", - "min": "324.891", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "223.418", - "max": "223.779", - "min": "223.208", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "382.434", - "max": "382.932", - "min": "382.295", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "465.685", - "max": "465.997", - "min": "465.6", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "377.792", - "max": "377.992", - "min": "377.675", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "214.71", - "max": "215.05", - "min": "214.544", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "368.182", - "max": "380.581", - "min": "348.686", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "219.659", - "max": "219.961", - "min": "219.539", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "206.959", - "max": "207.017", - "min": "206.876", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "306.854", - "max": "310.603", - "min": "306.413", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "446.584", - "max": "446.92", - "min": "446.484", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "285.398", - "max": "286.546", - "min": "285.28", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "304.803", - "max": "305.092", - "min": "304.559", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "329.646", - "max": "340.599", - "min": "329.086", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "304.506", - "max": "304.589", - "min": "304.433", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "291.354", - "max": "291.905", - "min": "291.145", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "361.069", - "max": "361.945", - "min": "360.891", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "339.751", - "max": "340.042", - "min": "339.656", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "343.652", - "max": "344.262", - "min": "343.504", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "330.683", - "max": "331.283", - "min": "330.549", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "301.497", - "max": "304.837", - "min": "301.015", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "315.515", - "max": "315.688", - "min": "315.406", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "308.736", - "max": "308.856", - "min": "308.666", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "326.98", - "max": "327.162", - "min": "326.858", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "332.489", - "max": "333.017", - "min": "332.169", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "319.35", - "max": "336.133", - "min": "318.37", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "316.422", - "max": "385.5", - "min": "296.402", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "289.965", - "max": "290.217", - "min": "289.768", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "337.06", - "max": "337.275", - "min": "336.881", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "330.086", - "max": "330.466", - "min": "329.941", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "348.02", - "max": "348.553", - "min": "347.611", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "287.682", - "max": "294.571", - "min": "286.919", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "356.468", - "max": "356.726", - "min": "356.316", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "321.952", - "max": "322.339", - "min": "321.829", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "311.119", - "max": "311.262", - "min": "310.924", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "323.384", - "max": "323.471", - "min": "323.322", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "272.82", - "max": "276.847", - "min": "272.077", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "347.356", - "max": "347.513", - "min": "347.209", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "291.169", - "max": "291.351", - "min": "291.017", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "299.733", - "max": "300.281", - "min": "299.6", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "300.428", - "max": "300.651", - "min": "300.29", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "43.769", - "max": "50.723", - "min": "42.615", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "215.283", - "max": "217.871", - "min": "214.765", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "317.559", - "max": "319.812", - "min": "311.968", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "383.054", - "max": "384.905", - "min": "378.026", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "302.544", - "max": "303.119", - "min": "302.274", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "448.095", - "max": "449.158", - "min": "447.913", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "187.417", - "max": "187.871", - "min": "187.033", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "319.018", - "max": "319.23", - "min": "318.863", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "363.946", - "max": "364.664", - "min": "363.81", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "289.373", - "max": "290.593", - "min": "288.812", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "310.514", - "max": "311.956", - "min": "310.097", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "228.021", - "max": "228.082", - "min": "227.931", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "230.733", - "max": "230.818", - "min": "230.651", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "341.341", - "max": "341.638", - "min": "341.136", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "227.469", - "max": "227.548", - "min": "227.411", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "302.29", - "max": "302.468", - "min": "302.149", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "217.314", - "max": "217.361", - "min": "217.266", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "317.036", - "max": "317.202", - "min": "316.916", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "366.969", - "max": "367.509", - "min": "366.768", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "219.923", - "max": "223.432", - "min": "216.931", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "325.785", - "max": "326.13", - "min": "325.581", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "322.953", - "max": "323.362", - "min": "322.35", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "261.948", - "max": "263.937", - "min": "261.263", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "401.618", - "max": "402.491", - "min": "401.304", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "151.507", - "max": "151.63", - "min": "151.432", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "392.126", - "max": "393.02", - "min": "391.925", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "324.504", - "max": "324.569", - "min": "324.408", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "313.989", - "max": "314.156", - "min": "313.807", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "333.608", - "max": "333.712", - "min": "333.549", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "217.57", - "max": "218.579", - "min": "217.239", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "232.642", - "max": "232.945", - "min": "232.529", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "360.105", - "max": "367.7", - "min": "357.571", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "295.181", - "max": "295.917", - "min": "294.82", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "232.415", - "max": "233.773", - "min": "231.77", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "335.844", - "max": "336.369", - "min": "335.723", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "203.845", - "max": "205.914", - "min": "203.606", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "294.26", - "max": "295.792", - "min": "293.979", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "322.648", - "max": "343.743", - "min": "312.443", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "297.755", - "max": "297.755", - "min": "297.755", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "284.372", - "max": "284.462", - "min": "284.296", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "347.098", - "max": "347.274", - "min": "347.028", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "381.814", - "max": "382.536", - "min": "381.474", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "300.172", - "max": "308.777", - "min": "292.304", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "318.933", - "max": "319.023", - "min": "318.837", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "389.747", - "max": "390.661", - "min": "389.543", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "372.485", - "max": "375.895", - "min": "372.1", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "210.278", - "max": "214.089", - "min": "209.412", - "id": "59", - "country": "New Zealand", - "source_name": "Christchurch", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "105": { - "name": "Adelaide", - "data": { - "0": { - "avg": "318.894", - "max": "327.363", - "min": "318.136", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "11.993", - "max": "12.428", - "min": "11.779", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "228.091", - "max": "230.814", - "min": "227.691", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "330.176", - "max": "337.563", - "min": "329.153", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "302.858", - "max": "303.51", - "min": "302.589", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "285.228", - "max": "289.165", - "min": "284.729", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "312.421", - "max": "316.917", - "min": "311.337", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "46.603", - "max": "63.437", - "min": "45.279", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "348.565", - "max": "349.063", - "min": "348.311", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "321.836", - "max": "324.309", - "min": "321.504", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "319.364", - "max": "322.51", - "min": "318.758", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "214.917", - "max": "227.215", - "min": "213.923", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "239.133", - "max": "240.339", - "min": "238.832", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "228.305", - "max": "238.096", - "min": "227.491", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "239.681", - "max": "240.323", - "min": "239.493", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "233.794", - "max": "237.05", - "min": "233.082", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "316.889", - "max": "319.512", - "min": "316.205", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "225.665", - "max": "233.786", - "min": "225.178", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "308.405", - "max": "315.462", - "min": "307.711", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "325.706", - "max": "330.582", - "min": "324.887", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "37.888", - "max": "38.167", - "min": "37.748", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "211.328", - "max": "215.192", - "min": "210.837", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "170.717", - "max": "178.464", - "min": "170.024", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "158.859", - "max": "162.562", - "min": "158.362", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "336.212", - "max": "337.727", - "min": "335.716", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "327.684", - "max": "331.42", - "min": "326.988", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "321.302", - "max": "324.437", - "min": "320.607", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "329.324", - "max": "330.468", - "min": "328.952", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "307.973", - "max": "309.993", - "min": "307.674", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "175.395", - "max": "176.205", - "min": "175.08", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "231.43", - "max": "232.614", - "min": "230.971", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "333.143", - "max": "333.608", - "min": "332.856", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "224.578", - "max": "244.195", - "min": "223.292", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "363.115", - "max": "364.554", - "min": "362.836", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "324.746", - "max": "327.998", - "min": "324.22", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "293.88", - "max": "295.213", - "min": "293.334", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "181.745", - "max": "182.235", - "min": "181.482", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "194.247", - "max": "206.135", - "min": "193.611", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "207.051", - "max": "208.99", - "min": "206.716", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "230.055", - "max": "231.142", - "min": "229.648", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "437.087", - "max": "444.032", - "min": "436.397", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "304.993", - "max": "312.509", - "min": "304.012", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "339.682", - "max": "347.827", - "min": "339.14", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "334.813", - "max": "336.093", - "min": "334.4", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "344.862", - "max": "345.052", - "min": "344.688", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "342.834", - "max": "353.689", - "min": "342.052", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "324.514", - "max": "325.211", - "min": "324.246", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "297.952", - "max": "298.401", - "min": "297.731", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "374.12", - "max": "374.779", - "min": "373.898", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "221.794", - "max": "222.834", - "min": "221.431", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "236.292", - "max": "239.126", - "min": "235.867", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.773", - "max": "183.318", - "min": "182.498", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "424.402", - "max": "518.071", - "min": "412.78", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "209.737", - "max": "210.27", - "min": "209.464", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "418.064", - "max": "428.696", - "min": "414.882", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "361.242", - "max": "363.568", - "min": "360.774", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "316.054", - "max": "320.499", - "min": "314.662", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "58.032", - "max": "59.399", - "min": "57.689", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "363.073", - "max": "372.564", - "min": "362.227", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "310.057", - "max": "313.861", - "min": "309.637", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "358.35", - "max": "362.821", - "min": "357.601", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "349.632", - "max": "365.411", - "min": "347.821", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "227.664", - "max": "251.948", - "min": "223.798", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "342.554", - "max": "344.353", - "min": "342.103", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "338.523", - "max": "339.809", - "min": "338.218", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "342.324", - "max": "343.131", - "min": "342.079", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "232.775", - "max": "233.845", - "min": "232.574", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "350.015", - "max": "351.035", - "min": "349.432", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "353.67", - "max": "355.385", - "min": "352.487", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "188.349", - "max": "193.523", - "min": "187.549", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "307.351", - "max": "308.123", - "min": "307.102", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "185.447", - "max": "190.34", - "min": "184.705", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "286.131", - "max": "292.473", - "min": "285.418", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "227.959", - "max": "228.334", - "min": "227.784", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "347.92", - "max": "348.582", - "min": "347.555", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "301.861", - "max": "302.508", - "min": "301.508", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "233.042", - "max": "234.605", - "min": "232.714", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "191.176", - "max": "194.925", - "min": "190.51", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "228.687", - "max": "229.626", - "min": "228.252", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "221.287", - "max": "222.931", - "min": "220.968", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "171.59", - "max": "174.707", - "min": "171.138", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "258.958", - "max": "265.877", - "min": "258.171", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "320.178", - "max": "321.786", - "min": "319.762", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "398.499", - "max": "399.625", - "min": "398.219", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "196.582", - "max": "198.31", - "min": "196.17", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "457.459", - "max": "458.822", - "min": "456.947", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "304.329", - "max": "308.948", - "min": "303.623", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "239.836", - "max": "240.919", - "min": "239.518", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "204.979", - "max": "206.197", - "min": "204.694", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "308.198", - "max": "316.591", - "min": "307.056", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "217.093", - "max": "219.13", - "min": "216.203", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "176.798", - "max": "177.824", - "min": "176.311", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "306.423", - "max": "306.843", - "min": "306.195", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "297.307", - "max": "297.628", - "min": "297.027", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "223.119", - "max": "224.09", - "min": "222.83", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "255.033", - "max": "263.712", - "min": "254.194", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "277.901", - "max": "279.204", - "min": "277.45", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "262.499", - "max": "292.829", - "min": "260.686", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "178.135", - "max": "181.13", - "min": "177.507", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "214.028", - "max": "215.359", - "min": "213.573", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "230.726", - "max": "237.796", - "min": "229.907", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "213.307", - "max": "221.451", - "min": "212.599", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "349.267", - "max": "351.628", - "min": "348.924", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "1.211", - "max": "15.719", - "min": "0.028", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "213.722", - "max": "215.969", - "min": "213.335", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "21.247", - "max": "21.798", - "min": "20.889", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "301.529", - "max": "304.823", - "min": "301.034", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "233.786", - "max": "235.503", - "min": "233.422", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "234.135", - "max": "238.106", - "min": "233.746", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "419.452", - "max": "423.576", - "min": "419.011", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "345.615", - "max": "347.21", - "min": "345.225", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "308.076", - "max": "310.824", - "min": "307.556", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "224.364", - "max": "225.547", - "min": "224.056", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "380.768", - "max": "381.898", - "min": "380.164", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "654.913", - "max": "781.409", - "min": "488.928", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "447.665", - "max": "555.248", - "min": "369.51", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "465.759", - "max": "483.143", - "min": "464.326", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "206.448", - "max": "210.092", - "min": "205.762", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "206.36", - "max": "207.544", - "min": "205.945", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "231.884", - "max": "232.536", - "min": "231.547", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "200.77", - "max": "205.775", - "min": "200.235", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "310.346", - "max": "471.084", - "min": "241.615", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "338.282", - "max": "342.126", - "min": "337.865", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "357.169", - "max": "586.924", - "min": "346.588", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "345.314", - "max": "345.812", - "min": "345.014", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "344.56", - "max": "346.609", - "min": "343.972", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "224.535", - "max": "225.026", - "min": "224.19", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "491.482", - "max": "512.261", - "min": "475.995", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "434.563", - "max": "435.398", - "min": "434.153", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "186.738", - "max": "190.676", - "min": "186.239", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "226.236", - "max": "227.659", - "min": "225.833", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "225.945", - "max": "226.855", - "min": "225.62", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "227.696", - "max": "228.991", - "min": "227.425", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "46.055", - "max": "47.368", - "min": "44.917", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "216.531", - "max": "218.739", - "min": "216.066", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "233.465", - "max": "236.188", - "min": "233.006", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "197.541", - "max": "203.714", - "min": "196.253", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "219.11", - "max": "219.892", - "min": "218.741", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "211.844", - "max": "214.912", - "min": "211.295", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "230.096", - "max": "232.355", - "min": "229.28", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "329.422", - "max": "331.253", - "min": "329.008", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "350.045", - "max": "356.657", - "min": "349.244", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "346.506", - "max": "350.671", - "min": "346.061", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "330.217", - "max": "330.638", - "min": "329.853", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.173", - "max": "218.891", - "min": "210.609", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "311.697", - "max": "312.526", - "min": "311.359", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "349.477", - "max": "356.679", - "min": "348.591", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "406.92", - "max": "408.572", - "min": "406.675", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "296.465", - "max": "297.068", - "min": "296.187", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "297.702", - "max": "299.323", - "min": "297.168", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "305.829", - "max": "312.251", - "min": "304.339", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "243.393", - "max": "244.899", - "min": "243.015", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "342.974", - "max": "346.992", - "min": "342.339", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "313.018", - "max": "313.565", - "min": "312.677", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "232.843", - "max": "235.813", - "min": "232.562", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "202.303", - "max": "203.673", - "min": "201.814", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "346.056", - "max": "347.603", - "min": "345.6", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "328.887", - "max": "368.128", - "min": "321.721", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "227.101", - "max": "227.929", - "min": "226.754", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "376.693", - "max": "456.929", - "min": "370.194", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "262.931", - "max": "265.736", - "min": "262.271", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "164.005", - "max": "166.97", - "min": "163.501", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "343.025", - "max": "345.664", - "min": "342.378", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "239.011", - "max": "240.566", - "min": "238.621", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "410.299", - "max": "413.137", - "min": "409.805", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "456.908", - "max": "457.989", - "min": "456.614", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "391.194", - "max": "395.121", - "min": "390.661", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "232.211", - "max": "247.696", - "min": "231.364", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "304.793", - "max": "308.503", - "min": "304.275", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "242.432", - "max": "243.427", - "min": "241.97", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "220.8", - "max": "223.826", - "min": "220.386", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "429.561", - "max": "436.75", - "min": "428.848", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "451.318", - "max": "456.695", - "min": "450.496", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "304.159", - "max": "306.228", - "min": "303.893", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "314.325", - "max": "318.531", - "min": "313.795", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "331.712", - "max": "344.377", - "min": "330.3", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "322.354", - "max": "323.399", - "min": "322.109", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "299.384", - "max": "301.007", - "min": "298.985", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "364.372", - "max": "365.174", - "min": "364.003", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "351.895", - "max": "353.642", - "min": "351.605", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "366.213", - "max": "370.441", - "min": "365.736", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "350.273", - "max": "351.519", - "min": "349.813", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "314.013", - "max": "315.123", - "min": "313.683", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "309.177", - "max": "312.523", - "min": "308.71", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "307.731", - "max": "312.688", - "min": "307.194", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "321.887", - "max": "323.037", - "min": "321.458", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "363.417", - "max": "367.303", - "min": "362.26", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "327.909", - "max": "333.808", - "min": "326.499", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "355.891", - "max": "433.578", - "min": "324.486", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "304.826", - "max": "307.16", - "min": "304.366", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "361.89", - "max": "362.395", - "min": "361.59", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "338.342", - "max": "380.168", - "min": "336.562", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "350.466", - "max": "351.272", - "min": "349.861", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "304.177", - "max": "305.393", - "min": "303.817", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.057", - "max": "356.285", - "min": "352.579", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "327.935", - "max": "329.017", - "min": "327.582", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "330.379", - "max": "332.999", - "min": "329.89", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "328.31", - "max": "328.796", - "min": "328.016", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "302.708", - "max": "308.929", - "min": "301.838", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "358.033", - "max": "361.013", - "min": "357.42", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "315.244", - "max": "326.442", - "min": "313.561", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "303.234", - "max": "308.182", - "min": "302.732", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "308.288", - "max": "314.939", - "min": "307.754", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "26.393", - "max": "37.905", - "min": "23.034", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "226.477", - "max": "234.295", - "min": "225.328", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "346.786", - "max": "349.196", - "min": "340.379", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "397.872", - "max": "405.431", - "min": "397.359", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "315.698", - "max": "316.819", - "min": "315.313", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "443.142", - "max": "443.555", - "min": "442.928", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "196.873", - "max": "197.932", - "min": "196.349", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "334.151", - "max": "335.258", - "min": "333.715", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "360.459", - "max": "361.423", - "min": "360.081", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "298.659", - "max": "300.054", - "min": "298.118", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "414.208", - "max": "419.595", - "min": "413.091", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "222.263", - "max": "222.824", - "min": "222.049", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "243.519", - "max": "247.923", - "min": "243.248", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "334.446", - "max": "336.422", - "min": "334.116", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "236.667", - "max": "237.643", - "min": "236.401", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "320.857", - "max": "327.571", - "min": "320.239", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "226.349", - "max": "226.898", - "min": "226.089", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "326.655", - "max": "336.085", - "min": "325.721", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "364.734", - "max": "372.469", - "min": "364.003", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "248.515", - "max": "252.463", - "min": "244.485", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "314.999", - "max": "316.892", - "min": "314.563", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "334.242", - "max": "339.296", - "min": "332.904", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "281.143", - "max": "284.888", - "min": "280.187", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "461.227", - "max": "465.751", - "min": "460.339", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "202.246", - "max": "204.238", - "min": "201.965", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "404.572", - "max": "422.278", - "min": "403.287", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "344.49", - "max": "347.998", - "min": "344.043", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "308.865", - "max": "325.163", - "min": "307.542", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "364.956", - "max": "368.22", - "min": "364.41", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "236.004", - "max": "245.987", - "min": "235.317", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "234.89", - "max": "243.639", - "min": "234.315", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "355.044", - "max": "357.317", - "min": "353.079", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "325.887", - "max": "327.64", - "min": "325.173", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "240.975", - "max": "242.373", - "min": "240.073", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "365.826", - "max": "366.743", - "min": "365.436", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "210.718", - "max": "211.815", - "min": "210.35", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "311.91", - "max": "315.909", - "min": "311.166", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "345.624", - "max": "350.745", - "min": "344.969", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "311.7", - "max": "311.7", - "min": "311.7", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "303.902", - "max": "304.849", - "min": "303.64", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "314.27", - "max": "317.771", - "min": "313.755", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "390.901", - "max": "399.542", - "min": "389.458", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "319.674", - "max": "328.944", - "min": "311.317", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "340.922", - "max": "342.189", - "min": "340.544", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "347.199", - "max": "348.507", - "min": "346.907", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "383.316", - "max": "385.84", - "min": "382.792", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "218.507", - "max": "228.987", - "min": "217.684", - "id": "105", - "country": "Australia", - "source_name": "Adelaide", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "107": { - "name": "Sydney", - "data": { - "0": { - "avg": "269.887", - "max": "272.066", - "min": "269.562", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "11.841", - "max": "12.262", - "min": "11.584", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "209.287", - "max": "209.846", - "min": "209.177", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "348.639", - "max": "355.453", - "min": "346.939", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "333.067", - "max": "333.948", - "min": "332.72", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "113.965", - "max": "114.311", - "min": "113.823", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "281.618", - "max": "283.611", - "min": "281.401", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "25.277", - "max": "41.687", - "min": "24.083", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "279.922", - "max": "282.894", - "min": "279.466", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "361.383", - "max": "363.134", - "min": "360.946", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "259.311", - "max": "259.637", - "min": "259.066", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "170.632", - "max": "171.033", - "min": "170.517", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "202.048", - "max": "202.231", - "min": "201.915", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "205.497", - "max": "207.69", - "min": "205.235", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "271.041", - "max": "271.526", - "min": "270.87", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "203.834", - "max": "204.576", - "min": "203.445", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "238.972", - "max": "239.256", - "min": "238.771", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "185.093", - "max": "187.42", - "min": "184.862", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "258.486", - "max": "259.181", - "min": "258.248", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "280.681", - "max": "281.826", - "min": "280.437", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "17.795", - "max": "18.027", - "min": "17.68", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "251.897", - "max": "252.065", - "min": "251.78", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "275.821", - "max": "276.929", - "min": "275.452", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "170.424", - "max": "171.996", - "min": "170.138", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "351.981", - "max": "353.132", - "min": "348.72", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "273.696", - "max": "273.916", - "min": "273.613", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "263.755", - "max": "267.222", - "min": "263.333", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "271.83", - "max": "272.272", - "min": "271.482", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "268.282", - "max": "271.851", - "min": "268.021", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "207.4", - "max": "208.114", - "min": "207.189", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "94.056", - "max": "96.187", - "min": "93.808", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "285.588", - "max": "285.858", - "min": "285.47", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "201.952", - "max": "202.24", - "min": "201.784", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "300.359", - "max": "300.821", - "min": "300.244", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "295.126", - "max": "295.757", - "min": "294.796", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "134.611", - "max": "135.7", - "min": "134.398", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "138.59", - "max": "138.88", - "min": "138.523", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "146.737", - "max": "149.167", - "min": "146.423", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "211.681", - "max": "214.044", - "min": "211.424", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "199.964", - "max": "201.8", - "min": "199.524", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "403.803", - "max": "406.103", - "min": "403.363", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "284.023", - "max": "284.772", - "min": "283.691", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "297.145", - "max": "297.52", - "min": "296.999", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "266.634", - "max": "267.365", - "min": "266.437", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "368.337", - "max": "373.41", - "min": "357.797", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "284.921", - "max": "285.591", - "min": "284.555", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "299.481", - "max": "300.446", - "min": "299.277", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "288.51", - "max": "288.667", - "min": "288.395", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "321.479", - "max": "324.122", - "min": "321.224", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "314.13", - "max": "314.441", - "min": "313.687", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "321.893", - "max": "322.782", - "min": "321.314", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.995", - "max": "166.321", - "min": "165.805", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "344.705", - "max": "361.975", - "min": "339.339", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "230.502", - "max": "231.003", - "min": "230.377", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "141.676", - "max": "153.601", - "min": "138.229", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "105.656", - "max": "107.981", - "min": "105.338", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "250.853", - "max": "257.219", - "min": "249.892", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "38.868", - "max": "39.28", - "min": "38.757", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "306.425", - "max": "307.455", - "min": "306.098", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "250.047", - "max": "250.974", - "min": "249.844", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "320.502", - "max": "321.125", - "min": "319.996", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "321.707", - "max": "334.22", - "min": "319.802", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "129.131", - "max": "185.102", - "min": "122.192", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "146.291", - "max": "146.56", - "min": "146.207", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "306.267", - "max": "306.576", - "min": "306.143", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "296.621", - "max": "297.453", - "min": "296.46", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "350.077", - "max": "350.587", - "min": "349.657", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "303.102", - "max": "303.785", - "min": "302.747", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "313.69", - "max": "315.361", - "min": "312.889", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "231.264", - "max": "232.477", - "min": "231.06", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "127.777", - "max": "132.644", - "min": "127.385", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "141.739", - "max": "144.047", - "min": "141.385", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "244.205", - "max": "244.896", - "min": "244.038", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "193.949", - "max": "194.351", - "min": "193.827", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "376.932", - "max": "378.374", - "min": "376.207", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "299.807", - "max": "362.426", - "min": "265.449", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "276.222", - "max": "276.428", - "min": "276.054", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "210.539", - "max": "216.272", - "min": "210.165", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "330.581", - "max": "331.067", - "min": "330.399", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "240.737", - "max": "241.191", - "min": "240.552", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "271.304", - "max": "273.17", - "min": "266.334", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "303.69", - "max": "304.108", - "min": "303.333", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "245.66", - "max": "248.58", - "min": "245.325", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "128.276", - "max": "128.62", - "min": "128.158", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "164.802", - "max": "165.027", - "min": "164.601", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "352.943", - "max": "354.949", - "min": "352.552", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "337.366", - "max": "339.756", - "min": "336.885", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "329.275", - "max": "329.9", - "min": "328.886", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "184.961", - "max": "185.15", - "min": "184.819", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "248.832", - "max": "250.564", - "min": "248.484", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "249.738", - "max": "251.215", - "min": "249.139", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "224.154", - "max": "224.783", - "min": "223.809", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "290.427", - "max": "293.113", - "min": "290.149", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "205.53", - "max": "206", - "min": "205.3", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "210.113", - "max": "210.301", - "min": "209.956", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "373.528", - "max": "374.206", - "min": "370.269", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "245.941", - "max": "246.177", - "min": "245.623", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "242.771", - "max": "273.01", - "min": "240.785", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.987", - "max": "166.105", - "min": "150.047", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "196.465", - "max": "200.36", - "min": "195.94", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "266.233", - "max": "267.063", - "min": "266.026", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "188.873", - "max": "189.12", - "min": "188.665", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "317.846", - "max": "319.849", - "min": "317.593", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "21.568", - "max": "27.413", - "min": "20.834", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "314.247", - "max": "315.094", - "min": "313.623", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": null, - "max": null, - "min": null, - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "268.646", - "max": "272.874", - "min": "268.344", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "201.104", - "max": "201.334", - "min": "200.722", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "233.626", - "max": "233.89", - "min": "233.536", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "372.832", - "max": "377.209", - "min": "362.592", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "138.18", - "max": "139.168", - "min": "138.042", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "433.637", - "max": "434.068", - "min": "432.953", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "200.406", - "max": "203.264", - "min": "200.174", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "281.967", - "max": "283.299", - "min": "281.669", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "593.829", - "max": "727.697", - "min": "444.509", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "475.184", - "max": "593.984", - "min": "376.828", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "430.975", - "max": "433.579", - "min": "430.511", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "119.669", - "max": "122.407", - "min": "119.225", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "319.976", - "max": "331.613", - "min": "319.034", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "204.024", - "max": "204.718", - "min": "203.77", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "220.966", - "max": "221.266", - "min": "220.794", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "316.309", - "max": "478.715", - "min": "249.594", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "305.207", - "max": "305.721", - "min": "304.81", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "361.594", - "max": "365.874", - "min": "360.977", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "363.101", - "max": "363.374", - "min": "362.845", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "349.309", - "max": "350.288", - "min": "348.555", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "239.533", - "max": "239.757", - "min": "239.297", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "490.83", - "max": "492.235", - "min": "490.215", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "298.715", - "max": "299.513", - "min": "298.496", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "199.672", - "max": "201.375", - "min": "199.407", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "212.32", - "max": "215.766", - "min": "212.001", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "257.769", - "max": "257.935", - "min": "257.514", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "243.555", - "max": "244.39", - "min": "243.278", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "26.435", - "max": "27.986", - "min": "25.777", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "182.944", - "max": "183.524", - "min": "182.644", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "211.189", - "max": "211.546", - "min": "210.941", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "182.301", - "max": "192.52", - "min": "181.351", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "234.89", - "max": "235.113", - "min": "234.711", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "237.798", - "max": "238.099", - "min": "237.568", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "256.839", - "max": "259.4", - "min": "256.547", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "255.306", - "max": "256.72", - "min": "254.987", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "144.981", - "max": "148.609", - "min": "144.451", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "362.148", - "max": "363.277", - "min": "361.636", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "270.109", - "max": "271.563", - "min": "269.861", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "212.065", - "max": "223.202", - "min": "210.531", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "253.537", - "max": "254.058", - "min": "253.21", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "366.835", - "max": "372.391", - "min": "365.712", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "159.46", - "max": "159.661", - "min": "159.341", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "263.637", - "max": "266.265", - "min": "263.442", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "276.051", - "max": "276.393", - "min": "275.913", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "334.505", - "max": "349.185", - "min": "332.3", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "133.354", - "max": "133.829", - "min": "133.019", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "359.658", - "max": "360.273", - "min": "357.561", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "281.189", - "max": "329.098", - "min": "279.377", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "199.019", - "max": "199.288", - "min": "198.866", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "280.262", - "max": "280.567", - "min": "279.915", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "306.771", - "max": "308.244", - "min": "306.35", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "227.98", - "max": "274.117", - "min": "218.486", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "199.922", - "max": "200.297", - "min": "199.654", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "333.133", - "max": "376.108", - "min": "329.062", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "231.261", - "max": "231.424", - "min": "231.11", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "279.239", - "max": "279.894", - "min": "278.565", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "309.929", - "max": "313.186", - "min": "269.61", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "318.688", - "max": "319.231", - "min": "318.363", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "362.333", - "max": "362.94", - "min": "362.193", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "441.157", - "max": "441.662", - "min": "440.991", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "417.04", - "max": "425.073", - "min": "415.848", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "193.098", - "max": "194.449", - "min": "192.904", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "358.121", - "max": "370.181", - "min": "338.645", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "256.202", - "max": "257.211", - "min": "255.983", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "201.019", - "max": "201.154", - "min": "200.921", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "276.646", - "max": "281.005", - "min": "276.176", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "198.821", - "max": "200.461", - "min": "198.592", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "270.22", - "max": "271.154", - "min": "270.075", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "245.877", - "max": "253.404", - "min": "245.346", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "289.801", - "max": "305.346", - "min": "289.098", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "343.163", - "max": "343.957", - "min": "342.688", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "251.834", - "max": "260.854", - "min": "251.181", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "327.36", - "max": "327.708", - "min": "327.152", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "323.068", - "max": "323.396", - "min": "322.956", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "311.257", - "max": "316.029", - "min": "310.772", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "373.087", - "max": "373.411", - "min": "372.672", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "264.333", - "max": "265.238", - "min": "264.077", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "270.555", - "max": "273.489", - "min": "270.259", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "284.299", - "max": "293.155", - "min": "283.596", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "276.418", - "max": "277.526", - "min": "276.166", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "291.706", - "max": "293.348", - "min": "291.249", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "284.521", - "max": "286.263", - "min": "283.805", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "288.888", - "max": "304.736", - "min": "276.158", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "257.452", - "max": "257.724", - "min": "257.263", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "310.123", - "max": "310.671", - "min": "309.838", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "299.479", - "max": "299.805", - "min": "299.323", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "367.721", - "max": "368.496", - "min": "366.861", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "263.667", - "max": "269.818", - "min": "263.236", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "254.725", - "max": "270.722", - "min": "199.875", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "398.696", - "max": "459.47", - "min": "385.457", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "273.858", - "max": "274.277", - "min": "273.655", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "278.048", - "max": "278.606", - "min": "277.921", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "259.996", - "max": "266.755", - "min": "258.395", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "284.778", - "max": "285.111", - "min": "284.57", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "264.176", - "max": "265.948", - "min": "263.823", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "378.173", - "max": "383.959", - "min": "373.344", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "266.612", - "max": "266.919", - "min": "266.196", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "7.835", - "max": "21.23", - "min": "4.789", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "205.872", - "max": "211.931", - "min": "205.019", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "245.593", - "max": "249.84", - "min": "241.504", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "239.125", - "max": "239.269", - "min": "238.997", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "263.127", - "max": "263.878", - "min": "262.939", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "143.919", - "max": "144.124", - "min": "143.779", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "418.844", - "max": "419.386", - "min": "414.637", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "269.169", - "max": "269.457", - "min": "269.03", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "314.088", - "max": "314.251", - "min": "313.883", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "265.798", - "max": "267.16", - "min": "265.435", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "271.533", - "max": "273.935", - "min": "271.017", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "323.424", - "max": "323.703", - "min": "323.303", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "308.253", - "max": "308.541", - "min": "308.123", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "162.257", - "max": "310.821", - "min": "156.827", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "244.507", - "max": "246.664", - "min": "244.326", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "235.657", - "max": "236.233", - "min": "235.507", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "340.364", - "max": "378.375", - "min": "329.605", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "244.38", - "max": "245.962", - "min": "244.162", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "359.346", - "max": "804.276", - "min": "343.777", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "210.468", - "max": "213.603", - "min": "207.529", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "255.315", - "max": "255.611", - "min": "255.139", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "275.174", - "max": "276.647", - "min": "274.482", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "241.525", - "max": "261.103", - "min": "240.008", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "395.188", - "max": "395.895", - "min": "394.832", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "114.689", - "max": "116.071", - "min": "114.421", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "346.362", - "max": "346.782", - "min": "346.168", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "299.017", - "max": "299.341", - "min": "298.7", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "266.048", - "max": "266.697", - "min": "265.877", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "309.362", - "max": "315.019", - "min": "297.415", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "216.123", - "max": "216.891", - "min": "215.867", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "204.101", - "max": "204.932", - "min": "203.941", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "312.786", - "max": "321.194", - "min": "310.063", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "396.637", - "max": "402.948", - "min": "393.942", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "356.319", - "max": "357.574", - "min": "355.389", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "297.283", - "max": "298.385", - "min": "296.963", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "230.784", - "max": "231.262", - "min": "230.56", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "287.437", - "max": "291.72", - "min": "286.895", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "257.983", - "max": "258.338", - "min": "257.848", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "370.959", - "max": "370.959", - "min": "370.959", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "272.693", - "max": "275.533", - "min": "272.474", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "270.792", - "max": "271.055", - "min": "270.658", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "375.65", - "max": "375.978", - "min": "375.398", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "279.382", - "max": "291.756", - "min": "271.721", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "282.643", - "max": "283.169", - "min": "282.511", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "346.847", - "max": "350.458", - "min": "339.551", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "358.067", - "max": "360.031", - "min": "357.725", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "265.3", - "max": "269.491", - "min": "265.007", - "id": "107", - "country": "Australia", - "source_name": "Sydney", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "115": { - "name": "Dar es Salaam", - "data": { - "0": { - "avg": "269.595", - "max": "272.508", - "min": "268.908", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "265.66", - "max": "268.447", - "min": "265.291", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "219.581", - "max": "220.461", - "min": "219.376", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "154.08", - "max": "162.528", - "min": "152.872", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "136.095", - "max": "138.762", - "min": "135.547", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "269.052", - "max": "305.597", - "min": "267.108", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "140.986", - "max": "149.74", - "min": "140.281", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "300.287", - "max": "307.064", - "min": "299.369", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "177.853", - "max": "181.115", - "min": "177.244", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "158.669", - "max": "173.39", - "min": "157.595", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "132.668", - "max": "134.973", - "min": "132.244", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "243.657", - "max": "264.458", - "min": "242.074", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "208.082", - "max": "210.437", - "min": "207.574", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "197.737", - "max": "206.124", - "min": "196.962", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "226.096", - "max": "227.042", - "min": "225.741", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "227.555", - "max": "256.064", - "min": "226.1", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "121.55", - "max": "122.516", - "min": "121.262", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "214.286", - "max": "219.952", - "min": "213.528", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "147.434", - "max": "148.814", - "min": "147.061", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "132.705", - "max": "133.151", - "min": "132.546", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "296.974", - "max": "300.542", - "min": "296.583", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "226.615", - "max": "227.53", - "min": "226.473", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "258.188", - "max": "272.049", - "min": "257.35", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "250.36", - "max": "260.613", - "min": "248.96", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "200.248", - "max": "215.145", - "min": "199.074", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "145.051", - "max": "207.55", - "min": "142.472", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "131.627", - "max": "148.862", - "min": "130.581", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "185.537", - "max": "189.742", - "min": "184.795", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "129.337", - "max": "129.882", - "min": "129.185", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "295.885", - "max": "298.061", - "min": "295.486", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "306.496", - "max": "310.128", - "min": "306.022", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "153.491", - "max": "201.294", - "min": "150.867", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "267.04", - "max": "272.795", - "min": "266.573", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "156.63", - "max": "157.276", - "min": "156.455", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "119.436", - "max": "119.94", - "min": "119.21", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "303.358", - "max": "357.887", - "min": "300.265", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "269.29", - "max": "270.513", - "min": "269.104", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "259.008", - "max": "261.058", - "min": "258.318", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "228.304", - "max": "229.17", - "min": "228.098", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "205.609", - "max": "222.537", - "min": "204.689", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "67.584", - "max": "70.364", - "min": "67.135", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "142.581", - "max": "151.025", - "min": "141.826", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "163.508", - "max": "190.871", - "min": "161.403", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "202.749", - "max": "203.347", - "min": "202.49", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "232.146", - "max": "235.231", - "min": "231.47", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "158.126", - "max": "160.287", - "min": "157.513", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "168.599", - "max": "170.419", - "min": "168.298", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "370.895", - "max": "424.973", - "min": "368.321", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "348.77", - "max": "351.443", - "min": "347.063", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "244.469", - "max": "253.781", - "min": "243.541", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "248.837", - "max": "272.459", - "min": "247.38", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "266.468", - "max": "303.736", - "min": "264.87", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "187.396", - "max": "205.447", - "min": "182.164", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "263.821", - "max": "265.161", - "min": "263.465", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "226.814", - "max": "243.3", - "min": "223.294", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "201.624", - "max": "240.575", - "min": "199.944", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "151.174", - "max": "155.572", - "min": "150.015", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "427.591", - "max": "455.425", - "min": "426.271", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "160.823", - "max": "206.022", - "min": "158.799", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "144.213", - "max": "160.982", - "min": "143.336", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "175.835", - "max": "199.563", - "min": "173.564", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "170.921", - "max": "229.992", - "min": "165.317", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "304.867", - "max": "339.213", - "min": "301.709", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "247.513", - "max": "327.839", - "min": "244.517", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "175.846", - "max": "184.585", - "min": "175.297", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "147.915", - "max": "151.235", - "min": "147.4", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "205.864", - "max": "211.869", - "min": "204.624", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "152.718", - "max": "167.94", - "min": "151.438", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "336.643", - "max": "341.37", - "min": "335.362", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "246.301", - "max": "249.451", - "min": "245.827", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "221.286", - "max": "225.282", - "min": "220.604", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "268.262", - "max": "268.866", - "min": "267.918", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "276.099", - "max": "353.132", - "min": "272.701", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "220.392", - "max": "221.322", - "min": "220.16", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "170.459", - "max": "173.094", - "min": "169.559", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "144.943", - "max": "152.94", - "min": "144.345", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "219.674", - "max": "230.605", - "min": "219.051", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "291.763", - "max": "296.787", - "min": "291.257", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "222.177", - "max": "226.798", - "min": "221.541", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "256.182", - "max": "315.725", - "min": "253.803", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "317.643", - "max": "337.21", - "min": "316.169", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "246.487", - "max": "250.355", - "min": "246.11", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "305.876", - "max": "313.432", - "min": "305.279", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "252.166", - "max": "254.231", - "min": "251.74", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "251.417", - "max": "280.406", - "min": "250.11", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "197.533", - "max": "199.866", - "min": "196.79", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "141.142", - "max": "145.411", - "min": "140.289", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "230.154", - "max": "232.771", - "min": "229.795", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "222.32", - "max": "257.33", - "min": "220.436", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "140.109", - "max": "154.414", - "min": "139.049", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "235.385", - "max": "239.309", - "min": "234.321", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "279.374", - "max": "287.438", - "min": "278.625", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "126.82", - "max": "129.947", - "min": "126.375", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "284.751", - "max": "288.716", - "min": "283.733", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "206.992", - "max": "208.138", - "min": "206.635", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "235.218", - "max": "238.526", - "min": "234.591", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "282.018", - "max": "285.237", - "min": "281.36", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "340.528", - "max": "359.257", - "min": "338.458", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "269.748", - "max": "293.909", - "min": "263.304", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "224.923", - "max": "228.989", - "min": "224.274", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "229.603", - "max": "252.33", - "min": "228.541", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "263.397", - "max": "264.193", - "min": "263.144", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "149.21", - "max": "151.261", - "min": "148.902", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "381.423", - "max": "385.175", - "min": "380.401", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "230.912", - "max": "232.057", - "min": "230.551", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "406.861", - "max": "423.225", - "min": "393.698", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "305.765", - "max": "308.064", - "min": "305.357", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "205.05", - "max": "209.575", - "min": "204.36", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "220.474", - "max": "226.111", - "min": "219.684", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "290.914", - "max": "349.629", - "min": "287.999", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "297.917", - "max": "299.742", - "min": "297.641", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "426.096", - "max": "430.4", - "min": "425.662", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "198.44", - "max": "199.022", - "min": "198.213", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "0.019", - "max": "0.042", - "min": "0.008", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "435.474", - "max": "554.236", - "min": "272.563", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "228.262", - "max": "310.752", - "min": "159.405", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "22.27", - "max": "27.371", - "min": "21.624", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "344.413", - "max": "348.304", - "min": "343.604", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "244.876", - "max": "246.249", - "min": "244.578", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "230.582", - "max": "233.421", - "min": "230.081", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "275.222", - "max": "277.463", - "min": "274.555", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "298.903", - "max": "459.874", - "min": "227.587", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "313.96", - "max": "316.102", - "min": "313.314", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "169.222", - "max": "305.053", - "min": "163.635", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "159.585", - "max": "162.383", - "min": "159.261", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "153.359", - "max": "155.423", - "min": "152.53", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "202.315", - "max": "218.203", - "min": "201.006", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "110.71", - "max": "116.276", - "min": "109.783", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "243.41", - "max": "273.176", - "min": "242.045", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "301.113", - "max": "304.104", - "min": "300.65", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "225.545", - "max": "241.482", - "min": "224.562", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "227.143", - "max": "229.074", - "min": "226.82", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "263.205", - "max": "264.447", - "min": "262.845", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "357.293", - "max": "360.9", - "min": "356.321", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "248.272", - "max": "250.467", - "min": "247.825", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "201.681", - "max": "204.626", - "min": "201.323", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "257.319", - "max": "278.746", - "min": "255.077", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "237.474", - "max": "239.184", - "min": "237.188", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "276.583", - "max": "276.902", - "min": "276.451", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "210.376", - "max": "244.686", - "min": "208.66", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "152.143", - "max": "155.305", - "min": "151.837", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "287.666", - "max": "326.134", - "min": "282.852", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "177.858", - "max": "182.651", - "min": "176.932", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "184.519", - "max": "198.732", - "min": "183.799", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "343.236", - "max": "365.711", - "min": "341.628", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "137.917", - "max": "138.926", - "min": "137.547", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "158.183", - "max": "172.04", - "min": "157.029", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "251.86", - "max": "253.273", - "min": "251.6", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "131.319", - "max": "134.122", - "min": "131.089", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "133.746", - "max": "144.776", - "min": "132.981", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "145.516", - "max": "150.455", - "min": "143.709", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.203", - "max": "282.596", - "min": "265.273", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "144.567", - "max": "159.422", - "min": "143.63", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "128.609", - "max": "139.042", - "min": "126.678", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "207.074", - "max": "209.529", - "min": "206.675", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "320.235", - "max": "345.184", - "min": "318.449", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "178.771", - "max": "221.6", - "min": "176.614", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "382.786", - "max": "429.511", - "min": "374.626", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "239.59", - "max": "242.053", - "min": "239.097", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "367.147", - "max": "445.06", - "min": "357.372", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "242.98", - "max": "258.468", - "min": "242.051", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "234.012", - "max": "237.218", - "min": "233.505", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "149.796", - "max": "150.329", - "min": "149.583", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "207.507", - "max": "218.802", - "min": "206.892", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "244.356", - "max": "259.044", - "min": "242.019", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "49.007", - "max": "50.888", - "min": "48.674", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "224.47", - "max": "236.286", - "min": "223.586", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "261", - "max": "262.792", - "min": "260.778", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "346.464", - "max": "353.579", - "min": "322.083", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "243.78", - "max": "246.803", - "min": "243.261", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "221.96", - "max": "264.541", - "min": "220.076", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "125.492", - "max": "132.603", - "min": "124.617", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "263.939", - "max": "265.109", - "min": "263.679", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "142.531", - "max": "150.438", - "min": "141.65", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "125.995", - "max": "169.783", - "min": "122.844", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "144.141", - "max": "167.884", - "min": "142.62", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "126.934", - "max": "131.442", - "min": "126.548", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "133.297", - "max": "135.846", - "min": "132.901", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "173.238", - "max": "217.575", - "min": "170.981", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "171.795", - "max": "206.621", - "min": "170.205", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "197.415", - "max": "232.577", - "min": "194.466", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "144.337", - "max": "146.374", - "min": "143.774", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "134.185", - "max": "136.012", - "min": "133.902", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "134.485", - "max": "137.029", - "min": "134.135", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "137.965", - "max": "143.726", - "min": "137.174", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "143.4", - "max": "146.681", - "min": "142.972", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "190.224", - "max": "194.089", - "min": "189.508", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "158.074", - "max": "177.742", - "min": "156.322", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "165.802", - "max": "227.739", - "min": "137.676", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "129.189", - "max": "129.684", - "min": "129.031", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "176.095", - "max": "203.289", - "min": "174.907", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "150.006", - "max": "166.206", - "min": "149.09", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "167.756", - "max": "210.299", - "min": "165.4", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "138.63", - "max": "155.518", - "min": "137.474", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "235.76", - "max": "238.87", - "min": "235.058", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "152.911", - "max": "157.016", - "min": "152.279", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "120.42", - "max": "122.094", - "min": "120.129", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "150.146", - "max": "167.731", - "min": "148.878", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "376.66", - "max": "382.092", - "min": "374.641", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "182.177", - "max": "186.042", - "min": "181.656", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "137.816", - "max": "141.369", - "min": "137.292", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "138.101", - "max": "147.428", - "min": "136.868", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "134.97", - "max": "137.652", - "min": "134.599", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "442.844", - "max": "444.326", - "min": "442.581", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "206.244", - "max": "222.148", - "min": "205.037", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "347.259", - "max": "358.326", - "min": "346.257", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "226.427", - "max": "234.4", - "min": "225.795", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "181.901", - "max": "185.315", - "min": "181.554", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "275.894", - "max": "287.763", - "min": "275.087", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "276.872", - "max": "279.123", - "min": "276.371", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "127.99", - "max": "132.591", - "min": "127.538", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "190.002", - "max": "192.012", - "min": "189.656", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "133.828", - "max": "139.214", - "min": "132.923", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "136.818", - "max": "148.643", - "min": "135.624", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "219.897", - "max": "232.606", - "min": "219.104", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "229.325", - "max": "231.32", - "min": "228.982", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.551", - "max": "301.443", - "min": "238.11", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "202.497", - "max": "216.688", - "min": "201.395", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "124.444", - "max": "149.812", - "min": "123.261", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "207.623", - "max": "210.713", - "min": "207.081", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "125.899", - "max": "182.569", - "min": "123.687", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "316.595", - "max": "317.894", - "min": "316.161", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "251.854", - "max": "258.067", - "min": "248.374", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "141.176", - "max": "141.6", - "min": "140.973", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "148.182", - "max": "161.351", - "min": "146.363", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "270.866", - "max": "276.492", - "min": "269.274", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "204.096", - "max": "242.098", - "min": "202.194", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "368.165", - "max": "377.403", - "min": "367.33", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "221.203", - "max": "223.126", - "min": "220.751", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "153.867", - "max": "155.338", - "min": "153.707", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "155.813", - "max": "156.245", - "min": "155.564", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "157.019", - "max": "163.72", - "min": "156.291", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "215.177", - "max": "217.329", - "min": "214.532", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "209.265", - "max": "210.354", - "min": "209.037", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "152.403", - "max": "157.469", - "min": "149.842", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "331.623", - "max": "334.935", - "min": "330.862", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "217.135", - "max": "241.717", - "min": "214.226", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "182.338", - "max": "183.927", - "min": "182.095", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "261.216", - "max": "263.84", - "min": "260.829", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "146.136", - "max": "163.186", - "min": "144.387", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "328.644", - "max": "330.648", - "min": "328.361", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "299.416", - "max": "299.416", - "min": "299.416", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "132.259", - "max": "133.476", - "min": "132.066", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "136.036", - "max": "146.756", - "min": "134.861", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "228.102", - "max": "233.833", - "min": "227.269", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "149.866", - "max": "159.412", - "min": "141.674", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "155.679", - "max": "201.979", - "min": "153.401", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "207.285", - "max": "209.89", - "min": "206.48", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "210.15", - "max": "231.659", - "min": "208.54", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "219.565", - "max": "219.888", - "min": "219.326", - "id": "115", - "country": "Tanzania", - "source_name": "Dar es Salaam", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "139": { - "name": "Wellington", - "data": { - "0": { - "avg": "327.31", - "max": "329.518", - "min": "326.886", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "36.919", - "max": "40.524", - "min": "36.205", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "224.212", - "max": "226.419", - "min": "223.876", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "305.606", - "max": "312.659", - "min": "304.656", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "278.791", - "max": "279.818", - "min": "278.514", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "265.1", - "max": "266.231", - "min": "264.74", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "288.223", - "max": "289.642", - "min": "287.696", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "4.442", - "max": "61.435", - "min": "0.64", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "318.768", - "max": "319.634", - "min": "318.394", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "310.156", - "max": "311.337", - "min": "309.858", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "284.259", - "max": "285.387", - "min": "283.871", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "183.061", - "max": "184.163", - "min": "182.569", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "217.772", - "max": "218.859", - "min": "217.425", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "219.718", - "max": "220.914", - "min": "219.446", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "205.778", - "max": "207.204", - "min": "205.317", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "207.852", - "max": "208.743", - "min": "207.272", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "287.636", - "max": "288.789", - "min": "287.378", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "193.946", - "max": "197.259", - "min": "193.604", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "285.11", - "max": "286.551", - "min": "284.639", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "297.754", - "max": "299.356", - "min": "297.441", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "42.696", - "max": "45.156", - "min": "42.317", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "188.625", - "max": "189.976", - "min": "188.32", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "137.119", - "max": "139.127", - "min": "136.637", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "158.972", - "max": "160.714", - "min": "158.676", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "342.303", - "max": "344.212", - "min": "341.652", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "288.929", - "max": "293.909", - "min": "288.496", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "297.103", - "max": "298.054", - "min": "296.716", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "339.07", - "max": "340.368", - "min": "338.427", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "304.413", - "max": "305.745", - "min": "304.107", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "158.355", - "max": "160.461", - "min": "157.768", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "116.337", - "max": "118.122", - "min": "115.773", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "309.785", - "max": "311.269", - "min": "309.464", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "217.275", - "max": "245.906", - "min": "216.062", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "337.478", - "max": "338.556", - "min": "337.142", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "303.782", - "max": "306.562", - "min": "303.306", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "279.468", - "max": "280.837", - "min": "279.022", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "149.117", - "max": "150.048", - "min": "148.876", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "155.734", - "max": "157.374", - "min": "155.28", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "185.718", - "max": "186.287", - "min": "185.42", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "208.131", - "max": "210.034", - "min": "207.638", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "439.344", - "max": "443.652", - "min": "438.584", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "280.63", - "max": "281.424", - "min": "280.226", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "338.593", - "max": "341.152", - "min": "338.206", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "350.669", - "max": "352.183", - "min": "350.376", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "400.96", - "max": "401.79", - "min": "400.614", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "299.26", - "max": "300.341", - "min": "298.778", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "309.011", - "max": "310.372", - "min": "308.589", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "249.606", - "max": "250.854", - "min": "249.149", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "334.969", - "max": "336.729", - "min": "334.641", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "196.323", - "max": "203.16", - "min": "194.994", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "218.922", - "max": "220.798", - "min": "218.279", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "181.074", - "max": "189.497", - "min": "0", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "337.454", - "max": "431.27", - "min": "330.424", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "215.881", - "max": "218.055", - "min": "215.286", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "380.351", - "max": "391.834", - "min": "373.079", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "260.101", - "max": "262.196", - "min": "259.358", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "320.508", - "max": "327.973", - "min": "319.118", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "16.017", - "max": "17.444", - "min": "15.671", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "343.883", - "max": "345.552", - "min": "343.074", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "286.021", - "max": "287.047", - "min": "285.695", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "350.568", - "max": "352.597", - "min": "349.803", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "348.819", - "max": "364.151", - "min": "347.374", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "234.492", - "max": "334.559", - "min": "229.234", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "470.282", - "max": "471.838", - "min": "469.987", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "321.82", - "max": "323.626", - "min": "321.512", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "317.966", - "max": "319.568", - "min": "317.468", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "209.215", - "max": "210.919", - "min": "208.874", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "338.604", - "max": "340.84", - "min": "337.743", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "334.516", - "max": "337.839", - "min": "333.389", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "164.085", - "max": "165.688", - "min": "163.776", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "285.138", - "max": "286.012", - "min": "284.748", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "154.252", - "max": "160.342", - "min": "151.736", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "242.973", - "max": "244.377", - "min": "242.6", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "193.665", - "max": "195.205", - "min": "193.252", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "336.557", - "max": "338.685", - "min": "336.13", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "287.395", - "max": "288.866", - "min": "287.047", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "203.788", - "max": "205.566", - "min": "203.414", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "190.631", - "max": "191.469", - "min": "190.254", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "204.376", - "max": "205.431", - "min": "204.049", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "230.754", - "max": "231.794", - "min": "230.348", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "196.151", - "max": "198.505", - "min": "195.613", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "265.001", - "max": "266.393", - "min": "264.464", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "303.212", - "max": "315.763", - "min": "287.701", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "353.933", - "max": "354.959", - "min": "353.577", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "177.101", - "max": "179.332", - "min": "176.804", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "342.606", - "max": "343.222", - "min": "342.244", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "293.271", - "max": "295.076", - "min": "292.845", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "210.347", - "max": "211.415", - "min": "210.034", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "197.34", - "max": "199.229", - "min": "196.909", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "297.782", - "max": "303.682", - "min": "297.173", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "186.386", - "max": "188.31", - "min": "185.565", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "141.723", - "max": "142.966", - "min": "141.434", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "289.428", - "max": "291.317", - "min": "289.124", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "314.612", - "max": "316.095", - "min": "314.067", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "222.75", - "max": "223.45", - "min": "222.391", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "228.54", - "max": "229.268", - "min": "228.316", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "258.375", - "max": "259.382", - "min": "257.944", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "240.738", - "max": "244.802", - "min": "240.08", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "162.857", - "max": "177.894", - "min": "162.001", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "190.135", - "max": "193.344", - "min": "189.782", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "224.655", - "max": "226.594", - "min": "224.306", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "226.793", - "max": "227.797", - "min": "226.401", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "326.786", - "max": "328.121", - "min": "326.384", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "46.223", - "max": "51.675", - "min": "45.023", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "183.007", - "max": "183.971", - "min": "182.603", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "26.027", - "max": "27.732", - "min": "25.694", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "286.821", - "max": "289.415", - "min": "286.287", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "229.78", - "max": "231.914", - "min": "229.474", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "208.715", - "max": "215.588", - "min": "208.043", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "382.153", - "max": "384.105", - "min": "381.686", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "354.265", - "max": "370.912", - "min": "353.394", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "270.17", - "max": "271.785", - "min": "269.819", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "202.701", - "max": "204.253", - "min": "202.37", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "356.02", - "max": "357.61", - "min": "355.541", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "628.496", - "max": "740.91", - "min": "475.974", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "435.732", - "max": "560.072", - "min": "342.346", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "510.692", - "max": "514.043", - "min": "506.496", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "144.713", - "max": "147.878", - "min": "144.215", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "182.7", - "max": "184.805", - "min": "182.198", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "204.021", - "max": "204.684", - "min": "203.67", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "181.462", - "max": "182.874", - "min": "181.044", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "271.567", - "max": "434.348", - "min": "204.667", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "317.478", - "max": "318.593", - "min": "317.217", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "317.353", - "max": "355.837", - "min": "315.311", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "320.08", - "max": "320.839", - "min": "319.888", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "321.511", - "max": "323.955", - "min": "320.925", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "214.932", - "max": "215.921", - "min": "214.726", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "459.129", - "max": "460.639", - "min": "458.657", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "412.521", - "max": "413.929", - "min": "411.996", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "186.096", - "max": "188.41", - "min": "185.825", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "203.521", - "max": "204.622", - "min": "203.259", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "185.241", - "max": "187.315", - "min": "184.906", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "234.762", - "max": "237.326", - "min": "234.399", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "0.04", - "max": "0.144", - "min": "0.014", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "195.394", - "max": "197.731", - "min": "194.758", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "210.155", - "max": "226.218", - "min": "209.326", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "191.86", - "max": "196.987", - "min": "190.196", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "213.341", - "max": "215.557", - "min": "212.87", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "222.628", - "max": "223.637", - "min": "222.222", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "207.329", - "max": "232.978", - "min": "205.689", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "306.115", - "max": "307.92", - "min": "305.551", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "419.675", - "max": "424.809", - "min": "416.649", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "311.508", - "max": "313.348", - "min": "311.179", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "338.253", - "max": "339.68", - "min": "337.792", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "217.075", - "max": "219.996", - "min": "216.636", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "291.067", - "max": "292.08", - "min": "290.564", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "331.158", - "max": "335.12", - "min": "330.397", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "392.877", - "max": "393.877", - "min": "392.513", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "271.643", - "max": "273.627", - "min": "271.264", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "283.854", - "max": "284.873", - "min": "283.66", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "290.238", - "max": "296.121", - "min": "289.283", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "277.477", - "max": "279.337", - "min": "277.207", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "327.748", - "max": "330.121", - "min": "327.201", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "289.07", - "max": "293.097", - "min": "288.423", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "203.921", - "max": "205.19", - "min": "203.542", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "183.611", - "max": "184.748", - "min": "183.282", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "322.45", - "max": "324.453", - "min": "321.84", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "308.136", - "max": "358.199", - "min": "299.576", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "234.408", - "max": "246.429", - "min": "233.731", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "336.328", - "max": "429.488", - "min": "328.534", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "243.438", - "max": "244.599", - "min": "243.21", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "302.275", - "max": "303.758", - "min": "301.524", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "349.962", - "max": "351.777", - "min": "349.528", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "214.934", - "max": "216.525", - "min": "214.583", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "403.194", - "max": "405.231", - "min": "402.583", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "463.863", - "max": "465.838", - "min": "463.553", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "370.581", - "max": "371.973", - "min": "370.068", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "200", - "max": "201.221", - "min": "199.549", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "360.992", - "max": "372.493", - "min": "343.36", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "255.194", - "max": "257.299", - "min": "254.755", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "194.935", - "max": "197.129", - "min": "194.483", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "293.807", - "max": "295.51", - "min": "293.409", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "423.555", - "max": "425.264", - "min": "423.111", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "291.568", - "max": "292.712", - "min": "291.306", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "289.578", - "max": "291.361", - "min": "289.117", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "310.125", - "max": "311.208", - "min": "309.831", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "290.102", - "max": "290.759", - "min": "289.853", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "275.688", - "max": "277.376", - "min": "275.147", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "345.346", - "max": "352.468", - "min": "344.649", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "328.436", - "max": "329.386", - "min": "328.047", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "334.887", - "max": "337.649", - "min": "334.423", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "336.252", - "max": "337.561", - "min": "335.879", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "286.948", - "max": "288.96", - "min": "286.452", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "300.076", - "max": "301.057", - "min": "299.667", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "295.957", - "max": "297.006", - "min": "295.682", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "313.252", - "max": "315.217", - "min": "312.825", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "329.717", - "max": "330.746", - "min": "329.015", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "304.233", - "max": "320.887", - "min": "302.575", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "315.875", - "max": "398.84", - "min": "300.76", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "311.835", - "max": "313.47", - "min": "311.391", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "326.61", - "max": "327.619", - "min": "326.179", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "326.331", - "max": "337.035", - "min": "325.233", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "329.133", - "max": "330.147", - "min": "328.545", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "272.378", - "max": "274.74", - "min": "271.798", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.896", - "max": "355.218", - "min": "353.497", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "307.01", - "max": "308.507", - "min": "306.64", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "319.532", - "max": "320.158", - "min": "319.277", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "324.318", - "max": "326.842", - "min": "323.945", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "258.846", - "max": "267.123", - "min": "256.779", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "337.598", - "max": "339.569", - "min": "337.354", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "318.735", - "max": "322.579", - "min": "318.19", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "284.745", - "max": "286.675", - "min": "284.268", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "288.441", - "max": "289.412", - "min": "288.043", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "30.475", - "max": "37.428", - "min": "29.358", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "216.607", - "max": "221.415", - "min": "215.871", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "292.394", - "max": "297.072", - "min": "287.01", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "372.297", - "max": "373.657", - "min": "371.434", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "294.363", - "max": "295.273", - "min": "293.883", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "440.321", - "max": "441.932", - "min": "439.599", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "175.291", - "max": "181.434", - "min": "173.992", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "328.121", - "max": "330.01", - "min": "327.755", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "338.118", - "max": "339.679", - "min": "337.82", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "275.106", - "max": "276.353", - "min": "274.704", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "297.798", - "max": "299.247", - "min": "297.094", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "213.166", - "max": "214.278", - "min": "212.851", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "211.428", - "max": "212.173", - "min": "211.239", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "328.862", - "max": "330.121", - "min": "328.341", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "213.761", - "max": "215.682", - "min": "213.242", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "304.403", - "max": "305.376", - "min": "304.044", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "203.56", - "max": "204.599", - "min": "203.196", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "303.094", - "max": "305.053", - "min": "302.795", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "368.482", - "max": "728.428", - "min": "355.771", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "222.446", - "max": "226.615", - "min": "219.226", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "312.419", - "max": "313.474", - "min": "312.086", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "308.648", - "max": "310.138", - "min": "307.782", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "247.221", - "max": "252.792", - "min": "246.08", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "389.417", - "max": "391.686", - "min": "388.971", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "140.563", - "max": "141.054", - "min": "140.358", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "380.452", - "max": "382.288", - "min": "380.051", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "312.717", - "max": "315.113", - "min": "312.414", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "300.687", - "max": "302.722", - "min": "300.136", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "327.825", - "max": "329.962", - "min": "327.401", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "227.687", - "max": "230.496", - "min": "226.889", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "219.74", - "max": "220.392", - "min": "219.517", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "346.472", - "max": "357.855", - "min": "344.04", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "282.663", - "max": "285.529", - "min": "281.744", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "219.632", - "max": "222.208", - "min": "218.517", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "347.028", - "max": "348.357", - "min": "346.722", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "216.575", - "max": "217.267", - "min": "216.303", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "277.953", - "max": "282.338", - "min": "277.441", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "299.754", - "max": "311.123", - "min": "294.636", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "283.712", - "max": "285.367", - "min": "282.058", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "284.476", - "max": "285.471", - "min": "284.134", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "323.282", - "max": "324.208", - "min": "322.947", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "366.577", - "max": "370.139", - "min": "365.881", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "284.402", - "max": "294.575", - "min": "275.984", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "310.905", - "max": "312.217", - "min": "310.735", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "381.361", - "max": "382.168", - "min": "380.924", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "365.499", - "max": "369.107", - "min": "364.851", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "194.663", - "max": "200.876", - "min": "193.765", - "id": "139", - "country": "New Zealand", - "source_name": "Wellington", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "169": { - "name": "Perth", - "data": { - "0": { - "avg": "317.105", - "max": "317.242", - "min": "316.978", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "35.963", - "max": "36.436", - "min": "35.723", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "281.321", - "max": "282.049", - "min": "281.233", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "209.768", - "max": "214.109", - "min": "209.52", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "377.391", - "max": "378.34", - "min": "377.001", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "132.85", - "max": "133.133", - "min": "132.77", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "268.392", - "max": "268.592", - "min": "268.226", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "72.796", - "max": "96.069", - "min": "71.328", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "455.094", - "max": "455.579", - "min": "454.229", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "400.854", - "max": "405.008", - "min": "400.197", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "259.942", - "max": "260.207", - "min": "259.765", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "217.952", - "max": "218.145", - "min": "217.854", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "473.909", - "max": "479.205", - "min": "468.061", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "255.268", - "max": "255.76", - "min": "255.122", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "270.519", - "max": "270.67", - "min": "270.445", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "251.187", - "max": "251.334", - "min": "251.04", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "190.854", - "max": "191.06", - "min": "190.645", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "232.696", - "max": "232.815", - "min": "232.625", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "298.442", - "max": "298.66", - "min": "298.298", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "291.837", - "max": "291.989", - "min": "291.681", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "65.323", - "max": "65.89", - "min": "65.243", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "251.669", - "max": "251.789", - "min": "251.555", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "215.991", - "max": "216.793", - "min": "215.788", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "444.112", - "max": "453.173", - "min": "441.382", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "398.31", - "max": "398.791", - "min": "394.508", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "286.693", - "max": "287.093", - "min": "286.613", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "209.965", - "max": "210.682", - "min": "209.771", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "273.627", - "max": "274.119", - "min": "273.373", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "269.401", - "max": "269.499", - "min": "269.326", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "207.837", - "max": "208.993", - "min": "207.567", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "208.27", - "max": "208.53", - "min": "207.881", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "282.764", - "max": "284.385", - "min": "282.604", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "241.772", - "max": "242.998", - "min": "241.62", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "298.499", - "max": "298.747", - "min": "298.388", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "274.897", - "max": "277.426", - "min": "274.673", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "91.231", - "max": "93.943", - "min": "91.036", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "186.035", - "max": "186.256", - "min": "185.95", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "347.248", - "max": "451.703", - "min": "310.533", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "221.023", - "max": "222.9", - "min": "220.817", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "242.703", - "max": "242.865", - "min": "242.543", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "407.583", - "max": "414.702", - "min": "406.646", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "269.033", - "max": "275.167", - "min": "268.51", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "312.065", - "max": "312.774", - "min": "311.23", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "221.207", - "max": "224.38", - "min": "220.926", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "417.147", - "max": "420.597", - "min": "406.132", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "297.122", - "max": "300.476", - "min": "296.566", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "297.963", - "max": "298.098", - "min": "297.858", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "300.342", - "max": "301.445", - "min": "300.151", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "381.462", - "max": "381.798", - "min": "381.264", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "368.262", - "max": "368.664", - "min": "367.931", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "405.399", - "max": "405.779", - "min": "403.87", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "246.789", - "max": "247.377", - "min": "246.514", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "592.227", - "max": "623.435", - "min": "551.965", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "230.848", - "max": "230.972", - "min": "230.702", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "95.371", - "max": "105.54", - "min": "91.506", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "57.903", - "max": "58.768", - "min": "57.716", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "204.258", - "max": "206.551", - "min": "203.435", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "87.024", - "max": "87.155", - "min": "86.957", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "296.477", - "max": "298.463", - "min": "296.161", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "202.346", - "max": "202.519", - "min": "202.266", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "304.534", - "max": "305.059", - "min": "304.055", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "300.438", - "max": "336.906", - "min": "298.711", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "73.817", - "max": "89.898", - "min": "72.533", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "102.475", - "max": "102.911", - "min": "102.382", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "244.929", - "max": "245.136", - "min": "244.789", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "293.397", - "max": "294.107", - "min": "293.317", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "284.799", - "max": "295.811", - "min": "284.324", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "238.297", - "max": "238.566", - "min": "237.916", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "579.988", - "max": "585.584", - "min": "470.926", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "228.365", - "max": "230.842", - "min": "228.125", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "79.495", - "max": "80.904", - "min": "79.277", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "313.529", - "max": "314.118", - "min": "313.159", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "291.666", - "max": "293.852", - "min": "291.405", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "241.876", - "max": "241.944", - "min": "241.802", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "416.105", - "max": "417.071", - "min": "415.707", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "266.48", - "max": "266.759", - "min": "266.351", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "273.348", - "max": "273.509", - "min": "273.244", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "210.54", - "max": "210.716", - "min": "210.347", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "280.6", - "max": "280.849", - "min": "280.357", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "245.843", - "max": "245.997", - "min": "245.694", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "329.278", - "max": "355.717", - "min": "312.223", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "266.696", - "max": "267.239", - "min": "266.418", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "341.849", - "max": "342.126", - "min": "341.502", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "79.993", - "max": "81.222", - "min": "79.791", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "442.928", - "max": "443.494", - "min": "442.305", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "257.421", - "max": "258.576", - "min": "257.046", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "409.358", - "max": "411.463", - "min": "408.779", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "374.737", - "max": "374.954", - "min": "374.363", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "462.786", - "max": "463.188", - "min": "461.341", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "202.528", - "max": "207.407", - "min": "202.119", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "271.414", - "max": "401.549", - "min": "265.983", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "349.849", - "max": "350.229", - "min": "349.611", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "277.042", - "max": "277.203", - "min": "276.995", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "539.397", - "max": "544.646", - "min": "533.279", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "254.785", - "max": "254.847", - "min": "254.731", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "380.744", - "max": "389.074", - "min": "377.643", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "544.705", - "max": "561.499", - "min": "523.021", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "280.401", - "max": "311.22", - "min": "278.696", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "428.757", - "max": "429.268", - "min": "428.284", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "473.738", - "max": "476.444", - "min": "471.24", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "273.275", - "max": "273.376", - "min": "273.2", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "254.831", - "max": "257.805", - "min": "254.626", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "316.993", - "max": "318.512", - "min": "316.814", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "49.551", - "max": "62.628", - "min": "48.718", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "392.328", - "max": "392.724", - "min": "391.346", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "274.921", - "max": "280.337", - "min": "267.168", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "340.179", - "max": "343.325", - "min": "339.905", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "477.285", - "max": "477.719", - "min": "476.692", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "243.391", - "max": "243.586", - "min": "243.322", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "211.306", - "max": "211.524", - "min": "211.218", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "90.532", - "max": "91.091", - "min": "90.394", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "249.379", - "max": "249.934", - "min": "249.234", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "248.314", - "max": "248.505", - "min": "248.219", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "234.742", - "max": "238.522", - "min": "234.252", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "642.257", - "max": "781.927", - "min": "480.548", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "370.448", - "max": "503.782", - "min": "285.127", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "429.534", - "max": "430.848", - "min": "429.088", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "263.828", - "max": "268.501", - "min": "263.156", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "360.655", - "max": "360.949", - "min": "360.359", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "251.425", - "max": "251.951", - "min": "251.232", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "220.894", - "max": "221.192", - "min": "220.641", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "325.254", - "max": "479.098", - "min": "249.951", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "542.211", - "max": "584.771", - "min": "465.421", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "406.893", - "max": "457.012", - "min": "404.282", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "407.909", - "max": "408.378", - "min": "407.465", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "393.893", - "max": "395.216", - "min": "393.146", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "486.848", - "max": "513.833", - "min": "360.7", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "540.563", - "max": "540.926", - "min": "540.146", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "298.133", - "max": "300.613", - "min": "297.824", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "263.035", - "max": "263.305", - "min": "262.427", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "262.968", - "max": "263.235", - "min": "262.842", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "275.102", - "max": "275.285", - "min": "274.945", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "242.566", - "max": "242.843", - "min": "242.41", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "74.9", - "max": "75.782", - "min": "74.107", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "453.261", - "max": "458.664", - "min": "448.422", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "374.91", - "max": "375.396", - "min": "374.642", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "231.188", - "max": "234.416", - "min": "230.544", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "248.025", - "max": "248.167", - "min": "247.912", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "236.82", - "max": "237.098", - "min": "236.586", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "259.794", - "max": "259.916", - "min": "259.621", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "207.269", - "max": "207.487", - "min": "207.133", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "96.604", - "max": "97.685", - "min": "96.203", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "416.253", - "max": "417.198", - "min": "415.857", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "270.138", - "max": "270.31", - "min": "269.989", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.503", - "max": "222.807", - "min": "210.684", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "205.247", - "max": "206.061", - "min": "204.923", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "411.697", - "max": "413.949", - "min": "411.269", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "113.665", - "max": "113.944", - "min": "113.571", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "266.228", - "max": "270.68", - "min": "265.992", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "262.829", - "max": "264.239", - "min": "262.716", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "377.306", - "max": "392.215", - "min": "375.21", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "143.076", - "max": "143.201", - "min": "142.991", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "400.693", - "max": "403.434", - "min": "393.096", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "326.945", - "max": "327.294", - "min": "326.742", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "474.403", - "max": "475.905", - "min": "468.176", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "325.708", - "max": "325.982", - "min": "325.259", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "260.1", - "max": "260.728", - "min": "259.824", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "217.429", - "max": "262.04", - "min": "208.627", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "393.317", - "max": "476.429", - "min": "351.832", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "654.422", - "max": "766.322", - "min": "377.748", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "508.064", - "max": "508.705", - "min": "507.006", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "0.039", - "max": "0.075", - "min": "0.025", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "227.239", - "max": "227.392", - "min": "227.067", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "363.744", - "max": "364.131", - "min": "362.984", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "359.905", - "max": "360.138", - "min": "359.785", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "434.052", - "max": "434.246", - "min": "433.933", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "463.719", - "max": "464.064", - "min": "463.301", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "235.138", - "max": "235.438", - "min": "234.977", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "621.492", - "max": "633.133", - "min": "600.664", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "256.131", - "max": "256.264", - "min": "255.999", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "487.372", - "max": "514.082", - "min": "465.542", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "559.415", - "max": "561.52", - "min": "557.347", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "160.337", - "max": "160.742", - "min": "160.211", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "282.491", - "max": "282.649", - "min": "282.408", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "188.155", - "max": "188.389", - "min": "187.939", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "286.141", - "max": "286.369", - "min": "285.975", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "390.344", - "max": "390.662", - "min": "390.025", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "203.07", - "max": "203.856", - "min": "202.809", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "312.906", - "max": "313.252", - "min": "312.753", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "393.292", - "max": "402.432", - "min": "296.262", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "314.572", - "max": "331.665", - "min": "313.417", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "415.527", - "max": "417.532", - "min": "415.045", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "263.068", - "max": "264.066", - "min": "262.855", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "272.812", - "max": "273.017", - "min": "272.645", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "561.157", - "max": "561.566", - "min": "560.824", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "279.694", - "max": "279.863", - "min": "279.559", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "251.614", - "max": "252.313", - "min": "251.27", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "291.225", - "max": "315.804", - "min": "282.913", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "304.271", - "max": "352.364", - "min": "274.026", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "256.146", - "max": "256.438", - "min": "255.979", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "249.903", - "max": "250.259", - "min": "249.711", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "297.916", - "max": "307.281", - "min": "297.433", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "426.267", - "max": "426.774", - "min": "425.636", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "262.762", - "max": "265.757", - "min": "262.464", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "85.282", - "max": "85.532", - "min": "85.178", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "201.129", - "max": "201.292", - "min": "201.03", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "273.029", - "max": "273.272", - "min": "272.864", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "283.56", - "max": "283.63", - "min": "283.508", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "306.201", - "max": "312.903", - "min": "304.267", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "251.089", - "max": "251.307", - "min": "250.898", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "204.293", - "max": "207.838", - "min": "203.964", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "209.218", - "max": "211.63", - "min": "208.726", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "218.779", - "max": "221.116", - "min": "207.85", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "53.295", - "max": "66.837", - "min": "50.428", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "253.366", - "max": "261.072", - "min": "252.56", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "579.311", - "max": "581.928", - "min": "572.21", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "84.764", - "max": "84.912", - "min": "84.646", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "263.436", - "max": "264.122", - "min": "263.266", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "253.596", - "max": "253.964", - "min": "253.444", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "229.207", - "max": "229.584", - "min": "229.052", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "221.19", - "max": "221.424", - "min": "221.099", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "325.88", - "max": "326.297", - "min": "325.763", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "276.27", - "max": "278.273", - "min": "275.964", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "286.169", - "max": "287.107", - "min": "285.89", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "248.176", - "max": "248.256", - "min": "248.128", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "282.376", - "max": "282.45", - "min": "282.329", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "108.882", - "max": "110.587", - "min": "108.563", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "255.097", - "max": "255.906", - "min": "254.981", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "187.661", - "max": "187.789", - "min": "187.563", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "380.863", - "max": "382.478", - "min": "375.469", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "186.614", - "max": "186.978", - "min": "186.497", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "389.26", - "max": "389.698", - "min": "389.134", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "485.76", - "max": "488.992", - "min": "483.512", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "208.925", - "max": "209.331", - "min": "208.783", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "279.804", - "max": "280.693", - "min": "279.271", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "286.678", - "max": "288.795", - "min": "285.942", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "444.511", - "max": "445.468", - "min": "444.156", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "161.494", - "max": "161.692", - "min": "161.329", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "438.455", - "max": "440.818", - "min": "438.122", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "321.465", - "max": "329.645", - "min": "296.941", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "266.249", - "max": "266.387", - "min": "266.106", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "317.687", - "max": "321.941", - "min": "317.471", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "405.747", - "max": "486.735", - "min": "370.942", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "251.867", - "max": "252.065", - "min": "251.778", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "311.915", - "max": "313.917", - "min": "310.5", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "393.54", - "max": "447.276", - "min": "343.861", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "405.08", - "max": "406.999", - "min": "404.166", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "246.27", - "max": "247.246", - "min": "245.992", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "231.067", - "max": "231.514", - "min": "230.88", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "274.304", - "max": "279.768", - "min": "273.8", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "369.842", - "max": "370.961", - "min": "367.85", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "346.451", - "max": "346.451", - "min": "346.451", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "264.155", - "max": "264.223", - "min": "264.095", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "270.911", - "max": "271.101", - "min": "270.837", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "330.86", - "max": "340.057", - "min": "330.233", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "284.585", - "max": "296.958", - "min": "276.435", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "284.268", - "max": "284.422", - "min": "284.171", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "385.683", - "max": "391.556", - "min": "379.18", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "340.333", - "max": "344.235", - "min": "339.905", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "266.358", - "max": "266.595", - "min": "266.274", - "id": "169", - "country": "Australia", - "source_name": "Perth", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "218": { - "name": "Canberra", - "data": { - "0": { - "avg": "339.564", - "max": "356.037", - "min": "338.186", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "12.893", - "max": "13.305", - "min": "12.685", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "215.324", - "max": "221.524", - "min": "214.49", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "250.433", - "max": "256.625", - "min": "248.926", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "233.998", - "max": "242.166", - "min": "232.886", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "184.451", - "max": "199.934", - "min": "182.122", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "280.081", - "max": "294.913", - "min": "276.524", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "30.755", - "max": "42.051", - "min": "27.695", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "338.69", - "max": "343.175", - "min": "338.144", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "318.244", - "max": "331.699", - "min": "316.327", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "289.453", - "max": "300.395", - "min": "286.243", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "198.567", - "max": "207.704", - "min": "197.308", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "224.22", - "max": "240.601", - "min": "222.563", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "228.22", - "max": "238.767", - "min": "226.59", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "231.623", - "max": "240.344", - "min": "228.973", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "223.343", - "max": "224.402", - "min": "222.66", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "331.067", - "max": "341.405", - "min": "326.698", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "208.936", - "max": "218.248", - "min": "207.92", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "263.463", - "max": "274.245", - "min": "262.274", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "318.947", - "max": "333.628", - "min": "316.258", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "19.04", - "max": "21.496", - "min": "18.568", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "283.711", - "max": "289.517", - "min": "282.702", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "156.814", - "max": "157.308", - "min": "156.666", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "180.999", - "max": "183.843", - "min": "180.365", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "320.298", - "max": "320.685", - "min": "320.004", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "306.249", - "max": "316.459", - "min": "305.178", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "315.518", - "max": "330.146", - "min": "313.16", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "311.262", - "max": "320.911", - "min": "309.973", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "269.337", - "max": "283.272", - "min": "267.159", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "216.877", - "max": "237.682", - "min": "215.652", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "94.024", - "max": "94.76", - "min": "93.843", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "317.769", - "max": "318.28", - "min": "317.366", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "234.684", - "max": "241.665", - "min": "233.557", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "332.088", - "max": "332.792", - "min": "331.865", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "312.214", - "max": "315.468", - "min": "311.817", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "148.052", - "max": "160.091", - "min": "145.112", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "174.894", - "max": "188.445", - "min": "170.726", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "167.373", - "max": "177.101", - "min": "165.937", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "198.358", - "max": "213.405", - "min": "195.744", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "235.502", - "max": "237.077", - "min": "235.152", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "411.297", - "max": "413.79", - "min": "410.783", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "273.057", - "max": "275.408", - "min": "272.442", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "279.962", - "max": "290.36", - "min": "277.738", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "328.16", - "max": "338.88", - "min": "326.002", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "415.158", - "max": "421.938", - "min": "413.024", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "331.663", - "max": "344.991", - "min": "330.024", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "334.121", - "max": "346.192", - "min": "332.841", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "318.465", - "max": "327.08", - "min": "310.898", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "357.178", - "max": "372.937", - "min": "354.53", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "200.63", - "max": "201.32", - "min": "200.496", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "262.577", - "max": "262.946", - "min": "262.373", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "181.002", - "max": "197.717", - "min": "178.459", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "324.924", - "max": "415.844", - "min": "316.16", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "192.336", - "max": "199.817", - "min": "190.647", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "269.737", - "max": "294.793", - "min": "265.964", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "105.047", - "max": "106.614", - "min": "104.767", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "289.726", - "max": "298.718", - "min": "288.097", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "43.657", - "max": "50.277", - "min": "42.637", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "297.679", - "max": "315.35", - "min": "295.965", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "275.474", - "max": "283.676", - "min": "273.225", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "351.376", - "max": "354.36", - "min": "350.315", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "346.855", - "max": "372.321", - "min": "345.218", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "192.484", - "max": "232.903", - "min": "188.936", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "141.958", - "max": "154.644", - "min": "140.935", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "331.847", - "max": "332.055", - "min": "331.623", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "338.383", - "max": "344.697", - "min": "337.73", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "232.07", - "max": "236.264", - "min": "231.26", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "306.351", - "max": "311.9", - "min": "305.208", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "396.985", - "max": "400.34", - "min": "396.451", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "186.952", - "max": "191.268", - "min": "186.306", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "135.778", - "max": "141.371", - "min": "134.409", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "172.422", - "max": "172.992", - "min": "172.019", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "263.675", - "max": "272.831", - "min": "262.366", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "223.288", - "max": "237.925", - "min": "222.216", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "346.666", - "max": "348.675", - "min": "346.279", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "288.502", - "max": "301.451", - "min": "286.31", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "237.208", - "max": "243.567", - "min": "235.694", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "168.098", - "max": "168.457", - "min": "167.984", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "217.167", - "max": "217.455", - "min": "216.886", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "251.582", - "max": "257.086", - "min": "250.445", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "174.104", - "max": "174.385", - "min": "173.942", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "238.16", - "max": "249.415", - "min": "236.307", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "360.316", - "max": "364.265", - "min": "359.358", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "300.714", - "max": "313.813", - "min": "299.103", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "179.277", - "max": "187.918", - "min": "177.325", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "342.039", - "max": "344.004", - "min": "341.559", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "301.392", - "max": "308.868", - "min": "300.149", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "225.23", - "max": "226.373", - "min": "224.998", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "195.966", - "max": "196.163", - "min": "195.713", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "295.803", - "max": "302.52", - "min": "295.345", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "210.598", - "max": "213.378", - "min": "210.028", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "167.35", - "max": "181.464", - "min": "165.953", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "307.207", - "max": "313.332", - "min": "306.56", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "288.422", - "max": "299.549", - "min": "280.518", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "225.158", - "max": "225.988", - "min": "224.893", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "270.704", - "max": "280.898", - "min": "269.582", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "272.605", - "max": "273.479", - "min": "272.24", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "256.501", - "max": "261.9", - "min": "255.169", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.68", - "max": "184.946", - "min": "166.314", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "212.177", - "max": "217.554", - "min": "211.182", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "218.043", - "max": "218.486", - "min": "217.88", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": null, - "max": null, - "min": null, - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "322.309", - "max": "325.399", - "min": "322.026", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "25.965", - "max": "41.141", - "min": "22.969", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "207.339", - "max": "208.333", - "min": "207.076", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "5.644", - "max": "10.7", - "min": "4.599", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "286.864", - "max": "294.1", - "min": "285.791", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "223.529", - "max": "223.814", - "min": "223.36", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "244.795", - "max": "249.32", - "min": "244.379", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "402.273", - "max": "417.625", - "min": "393.253", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "326.666", - "max": "336.443", - "min": "324.632", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "229.418", - "max": "237.123", - "min": "228.759", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "223.974", - "max": "231.429", - "min": "223.504", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "444.768", - "max": "495.309", - "min": "442.623", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "641.842", - "max": "770.986", - "min": "492.99", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "442.238", - "max": "562.812", - "min": "347.579", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "452.67", - "max": "459", - "min": "450.343", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "123.552", - "max": "125.779", - "min": "123.265", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "205.061", - "max": "221.148", - "min": "203.744", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "231.128", - "max": "237.015", - "min": "230.167", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "182.055", - "max": "186.932", - "min": "181.498", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "286.538", - "max": "451.508", - "min": "211.211", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "335.329", - "max": "335.908", - "min": "335.076", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "329.61", - "max": "395.745", - "min": "326.738", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "284.265", - "max": "284.565", - "min": "284.13", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "324.614", - "max": "325.816", - "min": "324.078", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "215.59", - "max": "225.105", - "min": "214.207", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "445.851", - "max": "446.358", - "min": "445.397", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "343.708", - "max": "356.311", - "min": "341.967", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "206.325", - "max": "207.012", - "min": "206.047", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "225.007", - "max": "225.353", - "min": "224.869", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "269.448", - "max": "279.998", - "min": "267.322", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "223.797", - "max": "243.457", - "min": "222.627", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "30.913", - "max": "43.943", - "min": "29.487", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "213.767", - "max": "223.591", - "min": "211.634", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "230.62", - "max": "231.118", - "min": "230.419", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "193.501", - "max": "207.045", - "min": "192.602", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "219.813", - "max": "230.839", - "min": "218.731", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "199.602", - "max": "208.101", - "min": "198.383", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "228.615", - "max": "230.172", - "min": "228.152", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "249.81", - "max": "259.368", - "min": "249.044", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "146.34", - "max": "146.806", - "min": "145.901", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "305.049", - "max": "318.491", - "min": "301.008", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "310.875", - "max": "311.942", - "min": "310.543", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "222.743", - "max": "233.939", - "min": "221.994", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "295.417", - "max": "309.081", - "min": "294.181", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "337.832", - "max": "353.368", - "min": "335.329", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "284.022", - "max": "290.701", - "min": "282.996", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "285.782", - "max": "289.259", - "min": "285.398", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "263.465", - "max": "264.575", - "min": "263.137", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "296.847", - "max": "308.766", - "min": "294.716", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "225.127", - "max": "225.257", - "min": "225.032", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "316.91", - "max": "318.475", - "min": "316.625", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "305.573", - "max": "312.664", - "min": "304.5", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "230.032", - "max": "230.404", - "min": "229.841", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "185.231", - "max": "197.938", - "min": "183.296", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "323.712", - "max": "340.242", - "min": "321.408", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "236.126", - "max": "281.484", - "min": "228.103", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "218.55", - "max": "219.05", - "min": "218.395", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "363.21", - "max": "447.036", - "min": "353.375", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "251.818", - "max": "252.351", - "min": "251.692", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "166.488", - "max": "178.975", - "min": "165.074", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "321.126", - "max": "325.551", - "min": "320.285", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "257.717", - "max": "257.876", - "min": "257.537", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "383.534", - "max": "384.105", - "min": "383.273", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "449.659", - "max": "455.574", - "min": "448.641", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "264.145", - "max": "268.127", - "min": "262.968", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "223.209", - "max": "228.824", - "min": "222.18", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "225.194", - "max": "230.103", - "min": "222.713", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "276.87", - "max": "279.62", - "min": "276.404", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "222.996", - "max": "228.4", - "min": "222.413", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "274.096", - "max": "288.76", - "min": "270.872", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "336.127", - "max": "345.629", - "min": "334.504", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "288.498", - "max": "289.698", - "min": "288.289", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "271.159", - "max": "271.881", - "min": "270.799", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "277.487", - "max": "287.768", - "min": "275.192", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "308.52", - "max": "309.358", - "min": "308.196", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "292.244", - "max": "299.326", - "min": "291.092", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "304.296", - "max": "309.734", - "min": "303.66", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "336.702", - "max": "337.638", - "min": "336.387", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "288.528", - "max": "290.955", - "min": "288.212", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "338.902", - "max": "348.13", - "min": "336.598", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "297.927", - "max": "308.338", - "min": "296.326", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "306.109", - "max": "317.202", - "min": "304.922", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "305.104", - "max": "307.748", - "min": "304.592", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "319.81", - "max": "322.248", - "min": "319.469", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "353.063", - "max": "353.71", - "min": "352.749", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "243.294", - "max": "267.833", - "min": "238.837", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "321.732", - "max": "388.581", - "min": "297.421", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "293.899", - "max": "296.219", - "min": "293.61", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "337.356", - "max": "351.203", - "min": "335.42", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "324.182", - "max": "334.121", - "min": "322.964", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "307.296", - "max": "323.982", - "min": "305.233", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "294.798", - "max": "303.377", - "min": "294.081", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "129.049", - "max": "150.333", - "min": "127.342", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "284.667", - "max": "285.742", - "min": "284.521", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "327.675", - "max": "342.914", - "min": "325.789", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "324.635", - "max": "333.123", - "min": "323.826", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "276.067", - "max": "287.014", - "min": "271.951", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "284.75", - "max": "298.997", - "min": "282.243", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "300.762", - "max": "313.699", - "min": "299.598", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "251.163", - "max": "260.223", - "min": "249.041", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "288.9", - "max": "289.519", - "min": "288.659", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "0.028", - "max": "0.034", - "min": "0.024", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "232.312", - "max": "235.086", - "min": "231.622", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "333.022", - "max": "335.213", - "min": "332.576", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "263.597", - "max": "265.515", - "min": "263.378", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "299.883", - "max": "300.439", - "min": "299.616", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "185.105", - "max": "188.19", - "min": "184.603", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "169.772", - "max": "182.344", - "min": "168.625", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "281.974", - "max": "292.078", - "min": "280.363", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "360.653", - "max": "376.025", - "min": "359.261", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "291.781", - "max": "308.304", - "min": "290.24", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "287.489", - "max": "298.804", - "min": "285.892", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "205.415", - "max": "205.672", - "min": "205.247", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "236.597", - "max": "245.843", - "min": "235.544", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "300.229", - "max": "388.876", - "min": "296.324", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "226.712", - "max": "243.671", - "min": "225.326", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "270.612", - "max": "285.093", - "min": "269.326", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "234.192", - "max": "248.709", - "min": "233.261", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "268.391", - "max": "268.583", - "min": "268.164", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "348.442", - "max": "353.015", - "min": "347.042", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "237.981", - "max": "243.16", - "min": "234.628", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "326.581", - "max": "336.497", - "min": "325.888", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "358.243", - "max": "362.765", - "min": "357.418", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "346.528", - "max": "356.541", - "min": "344.951", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "372.261", - "max": "373.016", - "min": "371.74", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "108.773", - "max": "126.477", - "min": "104.783", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "377.023", - "max": "379.378", - "min": "376.667", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "340.167", - "max": "342.375", - "min": "339.974", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "303.307", - "max": "306.42", - "min": "302.781", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "357.43", - "max": "369.882", - "min": "355.601", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "225.116", - "max": "233.247", - "min": "223.042", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "238.816", - "max": "240.551", - "min": "238.514", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "361.429", - "max": "369.764", - "min": "357.904", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "303.449", - "max": "305.261", - "min": "302.293", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "227.113", - "max": "228.874", - "min": "226.319", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "350.614", - "max": "352.11", - "min": "350.253", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "236.216", - "max": "236.535", - "min": "235.94", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "287.866", - "max": "289.912", - "min": "287.406", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "315.458", - "max": "319.514", - "min": "315.194", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "353.108", - "max": "353.108", - "min": "353.108", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "268.092", - "max": "281.757", - "min": "266.477", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "297.765", - "max": "298.072", - "min": "297.695", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "363.931", - "max": "377.825", - "min": "360.525", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "299.279", - "max": "312.216", - "min": "290.258", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "300.832", - "max": "319.442", - "min": "297.363", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "388.035", - "max": "399.21", - "min": "379.133", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "350.753", - "max": "363.9", - "min": "348.018", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "230.672", - "max": "231.418", - "min": "230.473", - "id": "218", - "country": "Australia", - "source_name": "Canberra", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "North America": { - "2": { - "name": "Toronto", - "data": { - "0": { - "avg": "109.33", - "max": "109.741", - "min": "109.158", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "221.949", - "max": "234.558", - "min": "220.925", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "0.04", - "max": "0.136", - "min": "0.029", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "112.624", - "max": "121.939", - "min": "111.312", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "108.689", - "max": "140.941", - "min": "92.338", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "178.49", - "max": "178.729", - "min": "178.394", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "94.425", - "max": "95.524", - "min": "94.277", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "229.402", - "max": "236.911", - "min": "228.694", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "129.848", - "max": "130.578", - "min": "129.641", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "111.965", - "max": "118.757", - "min": "111.596", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "90.655", - "max": "91.455", - "min": "90.485", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "42.954", - "max": "75.167", - "min": "41.725", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "12.938", - "max": "18.44", - "min": "12.58", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "19.39", - "max": "19.93", - "min": "19.192", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "42.145", - "max": "45.202", - "min": "41.938", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "20.994", - "max": "21.405", - "min": "20.277", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "108.624", - "max": "112.33", - "min": "108.32", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "26.56", - "max": "26.942", - "min": "26.435", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "104.2", - "max": "105.764", - "min": "103.877", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "108.832", - "max": "109.077", - "min": "108.75", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "225.307", - "max": "225.908", - "min": "225.188", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "15.83", - "max": "16.719", - "min": "15.701", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "57.365", - "max": "57.466", - "min": "57.26", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "55.062", - "max": "57.554", - "min": "54.796", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "110.879", - "max": "145.643", - "min": "109.414", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "110.134", - "max": "111.436", - "min": "109.978", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "121.377", - "max": "123.146", - "min": "121.182", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "105.951", - "max": "106.347", - "min": "105.719", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "94.794", - "max": "95.115", - "min": "94.651", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "66.876", - "max": "68.694", - "min": "66.515", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "263.14", - "max": "263.468", - "min": "263.023", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "111.975", - "max": "112.244", - "min": "111.841", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "74.576", - "max": "102.101", - "min": "73.447", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "143.808", - "max": "144.208", - "min": "143.681", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "109.217", - "max": "110.138", - "min": "108.915", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "242.599", - "max": "246.357", - "min": "242.279", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "69.644", - "max": "69.848", - "min": "69.558", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "56.296", - "max": "56.432", - "min": "56.133", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "37.845", - "max": "40.386", - "min": "37.629", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "20.911", - "max": "24.63", - "min": "20.542", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "232.283", - "max": "236.523", - "min": "231.813", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "94.672", - "max": "96.543", - "min": "94.274", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "123.252", - "max": "123.439", - "min": "123.177", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "112.17", - "max": "120.683", - "min": "111.614", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "220.808", - "max": "241.828", - "min": "219.877", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "126.447", - "max": "127.188", - "min": "126.094", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "126.393", - "max": "127.966", - "min": "126.229", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "126.596", - "max": "130.454", - "min": "119.463", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "175.551", - "max": "181.221", - "min": "173.509", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "52.047", - "max": "94.936", - "min": "48.098", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "8.28", - "max": "9.123", - "min": "8.121", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "51.211", - "max": "52.12", - "min": "50.874", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "105.512", - "max": "196.366", - "min": "93.286", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "36.982", - "max": "37.135", - "min": "36.841", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "231.068", - "max": "243.226", - "min": "227.633", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "260.25", - "max": "260.681", - "min": "260.099", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "115.278", - "max": "116.638", - "min": "114.687", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "238.196", - "max": "240.99", - "min": "237.992", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "113.714", - "max": "115.651", - "min": "113.378", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "97.402", - "max": "98.17", - "min": "97.263", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "140.125", - "max": "141.809", - "min": "139.522", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "143.999", - "max": "199.347", - "min": "139.963", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "237.886", - "max": "248.574", - "min": "236.971", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "260.91", - "max": "261.068", - "min": "260.825", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "134.419", - "max": "134.983", - "min": "134.262", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "126.939", - "max": "127.476", - "min": "126.767", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "38.166", - "max": "102.235", - "min": "17.566", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "135.629", - "max": "136.403", - "min": "135.134", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "154.789", - "max": "181.551", - "min": "152.003", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "34.109", - "max": "35.657", - "min": "33.884", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "237.119", - "max": "239.842", - "min": "236.671", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.891", - "max": "89.661", - "min": "64.476", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "82.439", - "max": "85.091", - "min": "82.201", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "31.56", - "max": "31.649", - "min": "31.476", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "132.887", - "max": "133.582", - "min": "132.554", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "110.324", - "max": "111.046", - "min": "110.118", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "27.305", - "max": "27.422", - "min": "27.14", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "81.396", - "max": "81.999", - "min": "81.233", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "24.988", - "max": "29.518", - "min": "24.626", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "22.648", - "max": "22.867", - "min": "22.531", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "56.279", - "max": "56.687", - "min": "56.068", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "27.734", - "max": "28.827", - "min": "27.451", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "235.329", - "max": "235.435", - "min": "235.219", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "229.083", - "max": "229.453", - "min": "228.924", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "54.964", - "max": "75.825", - "min": "51.447", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "157.809", - "max": "158.628", - "min": "157.57", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "94.65", - "max": "95.182", - "min": "94.412", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "57.937", - "max": "86.539", - "min": "41.128", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "19.234", - "max": "19.819", - "min": "19.064", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "91.86", - "max": "98.142", - "min": "91.368", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "31.307", - "max": "33.752", - "min": "30.786", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "66.236", - "max": "88.061", - "min": "63.143", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "113.641", - "max": "114.685", - "min": "113.536", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "207.658", - "max": "220.681", - "min": "201.928", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "19.99", - "max": "23.112", - "min": "19.633", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "49.907", - "max": "50.486", - "min": "49.679", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "156.185", - "max": "199.644", - "min": "120.38", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "81.35", - "max": "101.883", - "min": "79.808", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "65.198", - "max": "93.201", - "min": "63.374", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "16.274", - "max": "21.812", - "min": "15.911", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "31.249", - "max": "49.33", - "min": "30.499", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "55.093", - "max": "55.821", - "min": "54.855", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "149.5", - "max": "152.875", - "min": "149.25", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.231", - "max": "230.7", - "min": "227.563", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "27.31", - "max": "27.781", - "min": "27.073", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "209.337", - "max": "210.137", - "min": "208.972", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "125.689", - "max": "127.549", - "min": "125.493", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "19.832", - "max": "21.042", - "min": "19.665", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "28.537", - "max": "29.316", - "min": "28.388", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "214.653", - "max": "215.131", - "min": "214.491", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "251.414", - "max": "251.943", - "min": "251.265", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.844", - "max": "233.18", - "min": "188.169", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "13.882", - "max": "14.002", - "min": "13.734", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "219.932", - "max": "228.976", - "min": "219.377", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "452.495", - "max": "572.82", - "min": "305.578", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "250.323", - "max": "343.018", - "min": "160.5", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "244.749", - "max": "247.924", - "min": "244.346", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "205.049", - "max": "254.683", - "min": "178.684", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "51.132", - "max": "71.277", - "min": "38.607", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "40.897", - "max": "41.508", - "min": "40.656", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "33.94", - "max": "35.509", - "min": "33.731", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "110.602", - "max": "260.635", - "min": "33.812", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "143.274", - "max": "187.083", - "min": "139.223", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "124.357", - "max": "321.966", - "min": "115.562", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "116.046", - "max": "116.237", - "min": "115.969", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "193.896", - "max": "238.629", - "min": "114.392", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "13.669", - "max": "13.959", - "min": "13.554", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "255.461", - "max": "255.664", - "min": "255.301", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "203.781", - "max": "204.462", - "min": "203.609", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "79.843", - "max": "80.044", - "min": "79.694", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.279", - "max": "25.992", - "min": "25.072", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "22.895", - "max": "23.153", - "min": "22.76", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "29.684", - "max": "30.658", - "min": "29.572", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "224.704", - "max": "225.823", - "min": "223.964", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.608", - "max": "94.827", - "min": "47.979", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "25.037", - "max": "46.944", - "min": "22.164", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "47.276", - "max": "65.277", - "min": "45.55", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "46.021", - "max": "48.629", - "min": "45.744", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "31.214", - "max": "31.378", - "min": "31.056", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "26.026", - "max": "28.682", - "min": "25.628", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "111.644", - "max": "113.59", - "min": "111.369", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "243.838", - "max": "246.597", - "min": "243.365", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "139.708", - "max": "140.091", - "min": "139.597", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "104.983", - "max": "105.311", - "min": "104.684", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.313", - "max": "128.862", - "min": "115.718", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "93.049", - "max": "93.699", - "min": "92.831", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "127.388", - "max": "140.089", - "min": "126.727", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "227.632", - "max": "229.543", - "min": "227.336", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "87.65", - "max": "88.454", - "min": "87.529", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "90.406", - "max": "91.341", - "min": "90.282", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "108.616", - "max": "131.212", - "min": "94.41", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "178.949", - "max": "179.602", - "min": "178.809", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "121.166", - "max": "122.168", - "min": "120.943", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "99.85", - "max": "141.435", - "min": "98.237", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "21.079", - "max": "21.18", - "min": "20.968", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "60.2", - "max": "61.265", - "min": "59.91", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "116.06", - "max": "119.604", - "min": "115.716", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "232.316", - "max": "278.882", - "min": "225.015", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.771", - "max": "78.671", - "min": "51.73", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "174.071", - "max": "265.367", - "min": "166.858", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "49.181", - "max": "101.242", - "min": "47.273", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "506.235", - "max": "543.23", - "min": "486.373", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "116.336", - "max": "116.507", - "min": "116.191", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "15.675", - "max": "23.605", - "min": "15.226", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "194.299", - "max": "280.686", - "min": "191.153", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "255.198", - "max": "255.341", - "min": "255.075", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "176.309", - "max": "186.321", - "min": "174.838", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "74.973", - "max": "79.228", - "min": "74.656", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "224.022", - "max": "225.92", - "min": "223.801", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "22.592", - "max": "24.469", - "min": "22.38", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.584", - "max": "29.632", - "min": "24.311", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "102.539", - "max": "103.872", - "min": "102.048", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "286.614", - "max": "287.168", - "min": "286.457", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "110.381", - "max": "113.02", - "min": "110.147", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "109.566", - "max": "109.853", - "min": "109.337", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "115.15", - "max": "117.962", - "min": "114.96", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "115.319", - "max": "135.949", - "min": "114.534", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "90.224", - "max": "94.049", - "min": "89.836", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "140.987", - "max": "143.035", - "min": "140.61", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "136.327", - "max": "137.929", - "min": "136.182", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "144.992", - "max": "152.354", - "min": "144.37", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "181.495", - "max": "258.476", - "min": "135.334", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "90.028", - "max": "91.527", - "min": "89.832", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "98.401", - "max": "128.119", - "min": "97.249", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "99.472", - "max": "99.642", - "min": "99.376", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "112.813", - "max": "112.972", - "min": "112.646", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "160.472", - "max": "161.813", - "min": "160.098", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "115.899", - "max": "118.58", - "min": "115.041", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "116.047", - "max": "208.523", - "min": "98.36", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "78.902", - "max": "79.168", - "min": "78.755", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "148.156", - "max": "148.914", - "min": "147.919", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "126.377", - "max": "131.491", - "min": "125.971", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "123.904", - "max": "125.661", - "min": "123.398", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "93.949", - "max": "94.492", - "min": "93.603", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "285.25", - "max": "363.534", - "min": "266.415", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "105.818", - "max": "106.503", - "min": "105.637", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "106.512", - "max": "108.512", - "min": "106.26", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "125.537", - "max": "125.686", - "min": "125.446", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "130.513", - "max": "141.373", - "min": "119.558", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "140.968", - "max": "142.471", - "min": "140.747", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "93.391", - "max": "95.42", - "min": "93.062", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "96.323", - "max": "96.557", - "min": "96.17", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "95.344", - "max": "95.663", - "min": "95.167", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "217.245", - "max": "233.989", - "min": "214.493", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "15.295", - "max": "22.907", - "min": "14.551", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "245.028", - "max": "278.975", - "min": "236.174", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "235.129", - "max": "235.286", - "min": "234.99", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "90.868", - "max": "91.695", - "min": "90.637", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "227.442", - "max": "227.785", - "min": "227.213", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "77.365", - "max": "100.278", - "min": "76.35", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "117.649", - "max": "118.386", - "min": "117.415", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "151.675", - "max": "152.457", - "min": "151.447", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "89.485", - "max": "90.783", - "min": "89.134", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "96.365", - "max": "98.11", - "min": "95.978", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "18.201", - "max": "18.406", - "min": "18.129", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.873", - "max": "42.028", - "min": "41.769", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.35", - "max": "254.872", - "min": "254.135", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "90.024", - "max": "90.232", - "min": "89.909", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "102.596", - "max": "102.884", - "min": "102.424", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "18.881", - "max": "41.752", - "min": "17.236", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "121.684", - "max": "123.608", - "min": "121.447", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "159.307", - "max": "678.605", - "min": "141.123", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "59.213", - "max": "62.449", - "min": "56.612", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "111.393", - "max": "111.548", - "min": "111.279", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "144.394", - "max": "146.328", - "min": "143.819", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "93.393", - "max": "100.422", - "min": "92.442", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "222.805", - "max": "229.444", - "min": "220.435", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "249.328", - "max": "249.71", - "min": "249.179", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "174.743", - "max": "175.907", - "min": "174.456", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "132.925", - "max": "133.022", - "min": "132.843", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "97.786", - "max": "98.252", - "min": "97.666", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "150.157", - "max": "150.517", - "min": "150.014", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "12.116", - "max": "13.673", - "min": "11.724", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "22.767", - "max": "26.419", - "min": "22.5", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "144.066", - "max": "146.418", - "min": "142.541", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "106.727", - "max": "113.551", - "min": "105.298", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "25.505", - "max": "58.675", - "min": "11.767", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "147.586", - "max": "148.789", - "min": "147.248", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "22.039", - "max": "22.277", - "min": "21.828", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "105.883", - "max": "108.494", - "min": "105.522", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "249.059", - "max": "252.487", - "min": "238.102", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "180.549", - "max": "180.549", - "min": "180.549", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "89.517", - "max": "92.708", - "min": "89.272", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "99.792", - "max": "100.582", - "min": "99.664", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "180.577", - "max": "183.093", - "min": "180.201", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "109.712", - "max": "118.223", - "min": "101.111", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "120.04", - "max": "120.181", - "min": "119.939", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "215.54", - "max": "235.289", - "min": "214.598", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "179.702", - "max": "180.206", - "min": "179.453", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "27.677", - "max": "32.734", - "min": "27.392", - "id": "2", - "country": "Canada", - "source_name": "Toronto", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "12": { - "name": "Dallas", - "data": { - "0": { - "avg": "108.618", - "max": "142.152", - "min": "103.794", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "183.759", - "max": "208.235", - "min": "182.405", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "42.004", - "max": "46.949", - "min": "41.726", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "144.17", - "max": "191.619", - "min": "141.57", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "119.889", - "max": "216.878", - "min": "115.91", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "146.881", - "max": "147.611", - "min": "146.711", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "118.866", - "max": "167.476", - "min": "116.842", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "191.085", - "max": "200.727", - "min": "190.079", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "151.439", - "max": "151.741", - "min": "151.254", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "135.725", - "max": "141.058", - "min": "135.041", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "127.459", - "max": "139.77", - "min": "123.569", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "0.058", - "max": "0.284", - "min": "0.023", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "44.569", - "max": "44.642", - "min": "44.512", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "49.113", - "max": "49.559", - "min": "48.938", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "41.887", - "max": "114.034", - "min": "35.46", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "40.391", - "max": "83.805", - "min": "37.094", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "133.217", - "max": "133.66", - "min": "132.993", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "25.921", - "max": "68.958", - "min": "23.419", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "132.725", - "max": "133.105", - "min": "132.527", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "136.559", - "max": "156.932", - "min": "135.79", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "186.669", - "max": "187.126", - "min": "186.563", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "36.845", - "max": "36.996", - "min": "36.725", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "93.332", - "max": "135.521", - "min": "47.496", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "122.464", - "max": "187.609", - "min": "76.179", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "138.194", - "max": "156.495", - "min": "136.884", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "132.487", - "max": "213.369", - "min": "126.004", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "141.328", - "max": "185.184", - "min": "134.219", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "138.764", - "max": "155.649", - "min": "136.43", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "119.989", - "max": "120.094", - "min": "119.889", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "39.06", - "max": "43.186", - "min": "38.664", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "226.743", - "max": "338.223", - "min": "222.294", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "140.805", - "max": "145.726", - "min": "140.491", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "36.437", - "max": "137.741", - "min": "26.356", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "166.142", - "max": "238.186", - "min": "159.086", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "143.204", - "max": "246.104", - "min": "135.359", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "205.831", - "max": "206.954", - "min": "205.552", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "34.865", - "max": "43.453", - "min": "32.871", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "26.911", - "max": "70.53", - "min": "25.231", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "6.967", - "max": "7.617", - "min": "6.723", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "34.274", - "max": "37.344", - "min": "33.917", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "247.726", - "max": "287.354", - "min": "245.576", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "119.447", - "max": "121.882", - "min": "118.891", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "152.726", - "max": "284.787", - "min": "147.103", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "142.357", - "max": "179.328", - "min": "139.305", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "267.408", - "max": "269.336", - "min": "267.219", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "174.418", - "max": "184.733", - "min": "173.708", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "144.976", - "max": "177.639", - "min": "141.956", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "81.9", - "max": "82.094", - "min": "81.763", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "162.662", - "max": "186.735", - "min": "161.626", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "34.464", - "max": "66.579", - "min": "11.248", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "42.619", - "max": "54.233", - "min": "42.023", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "62.237", - "max": "62.418", - "min": "62.067", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "127.615", - "max": "178.128", - "min": "114.725", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "18.681", - "max": "85.15", - "min": "12.934", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "247.09", - "max": "253.48", - "min": "243.986", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "247.61", - "max": "376.652", - "min": "238.726", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "148.391", - "max": "180.216", - "min": "146.277", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "198.534", - "max": "271.93", - "min": "195.499", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "156.077", - "max": "210.55", - "min": "152.186", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "124.205", - "max": "196.39", - "min": "119.26", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "175.138", - "max": "206.927", - "min": "171.202", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "174.693", - "max": "230.695", - "min": "169.308", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "224.572", - "max": "260.645", - "min": "220.597", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "292.202", - "max": "307.351", - "min": "291.184", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "157.949", - "max": "158.954", - "min": "157.686", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "155.765", - "max": "169.399", - "min": "154.259", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "41.4", - "max": "43.711", - "min": "41.196", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "169.334", - "max": "256.905", - "min": "163.535", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "191.305", - "max": "239.634", - "min": "165.063", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "27.798", - "max": "71.267", - "min": "24.183", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "194.055", - "max": "195.078", - "min": "193.83", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.71", - "max": "115.944", - "min": "33.583", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.518", - "max": "104.702", - "min": "76.565", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.209", - "max": "74.061", - "min": "31.739", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "165.944", - "max": "276.694", - "min": "158.236", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "115.792", - "max": "117.136", - "min": "115.573", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "31.574", - "max": "36.894", - "min": "31.126", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "53.212", - "max": "131.99", - "min": "45.498", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "36.995", - "max": "68.088", - "min": "35.617", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "36.303", - "max": "36.545", - "min": "36.191", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "60.232", - "max": "60.435", - "min": "60.129", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "54.463", - "max": "54.987", - "min": "54.146", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "280.483", - "max": "299.199", - "min": "279.115", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.76", - "max": "240.037", - "min": "239.587", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "68.084", - "max": "154.621", - "min": "35.068", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "174.361", - "max": "175.627", - "min": "173.949", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "120.526", - "max": "120.97", - "min": "120.288", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "38.022", - "max": "38.649", - "min": "37.837", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "21.159", - "max": "86.708", - "min": "17.867", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "112.641", - "max": "120.97", - "min": "111.386", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "29.332", - "max": "86.176", - "min": "25.898", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "50.536", - "max": "112.812", - "min": "43.871", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "144.828", - "max": "203.539", - "min": "138.342", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "177.044", - "max": "182.461", - "min": "176.58", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "38.185", - "max": "38.403", - "min": "38.049", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "53.617", - "max": "53.835", - "min": "53.445", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "80.307", - "max": "80.64", - "min": "80.082", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "74.87", - "max": "125.234", - "min": "72.162", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "85.346", - "max": "137.628", - "min": "51.147", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "28.024", - "max": "29.686", - "min": "27.77", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "51.186", - "max": "63.523", - "min": "50.679", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "86.809", - "max": "172.62", - "min": "82.857", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "193.33", - "max": "194.203", - "min": "193.182", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "215.127", - "max": "221.431", - "min": "213.872", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "25.597", - "max": "73.915", - "min": "23.772", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "170.655", - "max": "171.001", - "min": "170.349", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "124.929", - "max": "201.275", - "min": "107.597", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "128.202", - "max": "168.564", - "min": "75.696", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "34.577", - "max": "127.782", - "min": "30.17", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "261.7", - "max": "262.616", - "min": "261.569", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "205.858", - "max": "206.497", - "min": "205.678", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.541", - "max": "253.969", - "min": "173.253", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "43.543", - "max": "44.089", - "min": "43.433", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "242.729", - "max": "244.985", - "min": "242.059", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "465.907", - "max": "581.132", - "min": "299.102", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "255.925", - "max": "335.708", - "min": "179.792", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "293.927", - "max": "379.276", - "min": "284.615", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "137.102", - "max": "139.52", - "min": "136.898", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "9.836", - "max": "10.179", - "min": "9.636", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "54.744", - "max": "144.289", - "min": "49.306", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "45.136", - "max": "86.294", - "min": "43.126", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "105.715", - "max": "255.291", - "min": "26.856", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "156.135", - "max": "209.557", - "min": "136.859", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "219.628", - "max": "395.67", - "min": "145.78", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "143.997", - "max": "144.527", - "min": "143.867", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "138.418", - "max": "139.491", - "min": "137.868", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "41.857", - "max": "87.909", - "min": "40.06", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "270.002", - "max": "271.003", - "min": "269.65", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "236.26", - "max": "237.276", - "min": "235.984", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "99.879", - "max": "101.758", - "min": "99.684", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "36.533", - "max": "38.564", - "min": "36.239", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "33.55", - "max": "34.165", - "min": "33.396", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "35.812", - "max": "58.991", - "min": "34.558", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "183.189", - "max": "184.508", - "min": "182.69", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "16.186", - "max": "17.13", - "min": "16.066", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "127.705", - "max": "194.665", - "min": "57.767", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "30.504", - "max": "61.81", - "min": "27.886", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "28.305", - "max": "114.281", - "min": "24.743", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "26.994", - "max": "122.758", - "min": "20.477", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "44.806", - "max": "91.028", - "min": "42.988", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "141.123", - "max": "142.06", - "min": "140.969", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "256.061", - "max": "257.164", - "min": "255.624", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "155.044", - "max": "163.364", - "min": "154.546", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "139.897", - "max": "194.238", - "min": "137.078", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "87.81", - "max": "93.861", - "min": "87.296", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "123.618", - "max": "124.64", - "min": "123.413", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "152.298", - "max": "157.591", - "min": "151.718", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "246.619", - "max": "246.809", - "min": "246.525", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "110.443", - "max": "167.102", - "min": "108.125", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "110.927", - "max": "111.722", - "min": "110.825", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "125.582", - "max": "157.641", - "min": "122.956", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "178.202", - "max": "218.768", - "min": "162.108", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "154.441", - "max": "210.089", - "min": "152.193", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "133.199", - "max": "135.816", - "min": "131.846", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "37.822", - "max": "73.479", - "min": "36.459", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "75.144", - "max": "134.9", - "min": "65.747", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "142.311", - "max": "181.83", - "min": "140.097", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "183.607", - "max": "236.211", - "min": "176.626", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "59.847", - "max": "84.786", - "min": "54.11", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "167.303", - "max": "267.776", - "min": "161.374", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "87.435", - "max": "135.623", - "min": "64.988", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "450.623", - "max": "489.058", - "min": "447.841", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "144.341", - "max": "193.327", - "min": "142.564", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "95.755", - "max": "149.484", - "min": "43.47", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "226.993", - "max": "248.367", - "min": "221.767", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "274.217", - "max": "306.298", - "min": "271.145", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "200.205", - "max": "200.477", - "min": "200.028", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "30.575", - "max": "61.674", - "min": "29.326", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "273.608", - "max": "302.516", - "min": "264.398", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "51.726", - "max": "107.684", - "min": "49.7", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "39.811", - "max": "40.226", - "min": "39.744", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "120.91", - "max": "128.114", - "min": "120.179", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "289.509", - "max": "341.728", - "min": "278.42", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "118.255", - "max": "131.911", - "min": "117.544", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "134.813", - "max": "202.239", - "min": "126.939", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "145.806", - "max": "153.74", - "min": "145.178", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "139.346", - "max": "269.743", - "min": "133.553", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "118.066", - "max": "164.1", - "min": "114.489", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "182.011", - "max": "250.388", - "min": "170.744", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "158.852", - "max": "159.023", - "min": "158.726", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "172.392", - "max": "194.902", - "min": "169.581", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "157.487", - "max": "227.972", - "min": "154.69", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "113.857", - "max": "124.876", - "min": "113.056", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "132.737", - "max": "187.861", - "min": "129.505", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "133.002", - "max": "198.817", - "min": "114.963", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "141.073", - "max": "162.257", - "min": "140.093", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "166.113", - "max": "178.633", - "min": "164.988", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "141.96", - "max": "143.55", - "min": "141.299", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "156.852", - "max": "220.312", - "min": "134.329", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "107.368", - "max": "107.951", - "min": "107.218", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "181.683", - "max": "306.267", - "min": "174.942", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "151.361", - "max": "228.39", - "min": "145.105", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "157.971", - "max": "158.605", - "min": "157.449", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "108.597", - "max": "111.31", - "min": "108.218", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "233.352", - "max": "243.008", - "min": "232.724", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "136.583", - "max": "180.37", - "min": "134.275", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "137.118", - "max": "175.887", - "min": "135.54", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "148.393", - "max": "160.282", - "min": "145.605", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "87.846", - "max": "92.258", - "min": "86.166", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "175.66", - "max": "252.784", - "min": "172.613", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "116.235", - "max": "130.796", - "min": "115.232", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "122.811", - "max": "123.488", - "min": "122.663", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "117.578", - "max": "118.06", - "min": "117.414", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "199.257", - "max": "236.568", - "min": "197.29", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "49.666", - "max": "61.057", - "min": "42.488", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "321.097", - "max": "387.572", - "min": "281.584", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "243.739", - "max": "244.091", - "min": "243.58", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "134.844", - "max": "193.298", - "min": "120.763", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "263.484", - "max": "315.725", - "min": "259.804", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "52.372", - "max": "125.174", - "min": "48.822", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "146.938", - "max": "227.962", - "min": "143.314", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "172.899", - "max": "181.153", - "min": "172.261", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "110.1", - "max": "111.532", - "min": "109.834", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "117.4", - "max": "214.422", - "min": "112.747", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "47.372", - "max": "87.026", - "min": "45.886", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "46.235", - "max": "46.613", - "min": "46.161", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "228.39", - "max": "337.348", - "min": "216.082", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "46.307", - "max": "48.457", - "min": "46.076", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "135.457", - "max": "135.886", - "min": "135.312", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "45.367", - "max": "45.658", - "min": "45.269", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "137.618", - "max": "148.129", - "min": "137.128", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "162.156", - "max": "180.052", - "min": "161.417", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "109.111", - "max": "166.491", - "min": "47.803", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "133.991", - "max": "196.844", - "min": "126.421", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "162.815", - "max": "165.265", - "min": "161.901", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "75.947", - "max": "96.69", - "min": "72.622", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "218.224", - "max": "247.839", - "min": "209.33", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "141.721", - "max": "160.634", - "min": "136.889", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "188.425", - "max": "189.135", - "min": "188.294", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "155.221", - "max": "161.207", - "min": "154.818", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "124.241", - "max": "126.989", - "min": "124.01", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "166.485", - "max": "214.853", - "min": "163.795", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "54.911", - "max": "57.736", - "min": "54.342", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "41.829", - "max": "52.46", - "min": "41.296", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "166.038", - "max": "168.024", - "min": "163.926", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "104.674", - "max": "108.773", - "min": "104.073", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "59.915", - "max": "61.595", - "min": "59.166", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "179.267", - "max": "220.162", - "min": "174.688", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "41.771", - "max": "87.569", - "min": "35.084", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "126.725", - "max": "171.989", - "min": "122.757", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "262.693", - "max": "307.188", - "min": "250.738", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "104.393", - "max": "104.393", - "min": "104.393", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "127.39", - "max": "147.853", - "min": "126.456", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "125.736", - "max": "125.867", - "min": "125.654", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "205.174", - "max": "248.686", - "min": "203.267", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "128.596", - "max": "139.736", - "min": "121.784", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "137.499", - "max": "137.655", - "min": "137.374", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "270.547", - "max": "274.832", - "min": "269.757", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "207.236", - "max": "296.122", - "min": "195.462", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "64.769", - "max": "133.254", - "min": "52.265", - "id": "12", - "country": "United States", - "source_name": "Dallas", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "13": { - "name": "New York", - "data": { - "0": { - "avg": "127.336", - "max": "128.414", - "min": "127.18", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "212.076", - "max": "213.2", - "min": "211.863", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "12.667", - "max": "13.155", - "min": "12.547", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "97.887", - "max": "101.193", - "min": "97.252", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "75.473", - "max": "75.824", - "min": "75.28", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "175.984", - "max": "176.189", - "min": "175.886", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "74.762", - "max": "74.866", - "min": "74.66", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "218.07", - "max": "224.817", - "min": "217.4", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "121.322", - "max": "121.608", - "min": "121.21", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "98.32", - "max": "99.442", - "min": "98.057", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "71.187", - "max": "75.709", - "min": "70.839", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "45.046", - "max": "55.683", - "min": "44.182", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "0.037", - "max": "0.058", - "min": "0.024", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "9.244", - "max": "9.676", - "min": "9.079", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "32.799", - "max": "32.935", - "min": "32.706", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "9.126", - "max": "9.417", - "min": "8.678", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "103.818", - "max": "104.053", - "min": "103.651", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "22.589", - "max": "32.99", - "min": "21.142", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "79.864", - "max": "80.032", - "min": "79.685", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "95.53", - "max": "95.598", - "min": "95.487", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "215.681", - "max": "215.769", - "min": "215.617", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "22.66", - "max": "22.738", - "min": "22.586", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "69.15", - "max": "70.085", - "min": "68.996", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "75.714", - "max": "77.677", - "min": "75.532", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "102.868", - "max": "104.419", - "min": "102.559", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "89.784", - "max": "94.594", - "min": "89.532", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "93.705", - "max": "94.721", - "min": "93.511", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "114.108", - "max": "114.582", - "min": "113.994", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "79.436", - "max": "79.537", - "min": "79.383", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "69.572", - "max": "76.8", - "min": "69.154", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "246.037", - "max": "265.232", - "min": "240.366", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "96.71", - "max": "97.38", - "min": "96.606", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "68.627", - "max": "70.192", - "min": "68.445", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "118.651", - "max": "118.855", - "min": "118.541", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "100.887", - "max": "101.494", - "min": "100.729", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "235.684", - "max": "237.594", - "min": "235.469", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "68.29", - "max": "68.336", - "min": "68.256", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "74.834", - "max": "74.947", - "min": "74.732", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "39.316", - "max": "39.513", - "min": "39.192", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "9.356", - "max": "9.467", - "min": "9.206", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "212.653", - "max": "220.524", - "min": "211.877", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "77.282", - "max": "77.874", - "min": "77.07", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "109.376", - "max": "109.635", - "min": "109.258", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "108.256", - "max": "119.283", - "min": "107.685", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.554", - "max": "211.744", - "min": "211.432", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "115.73", - "max": "141.156", - "min": "102.931", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "100.915", - "max": "101.453", - "min": "100.725", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "84.425", - "max": "84.759", - "min": "84.266", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "164.918", - "max": "165.29", - "min": "164.799", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "44.576", - "max": "44.62", - "min": "44.51", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "8.752", - "max": "9.242", - "min": "8.681", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "62.571", - "max": "62.905", - "min": "62.412", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "145.023", - "max": "157.075", - "min": "140.008", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "32.503", - "max": "32.571", - "min": "32.446", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "204.073", - "max": "214.199", - "min": "201.03", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "264.938", - "max": "266.124", - "min": "264.683", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "111.087", - "max": "116.143", - "min": "110.295", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "230.044", - "max": "230.192", - "min": "229.956", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "151.277", - "max": "152.336", - "min": "150.955", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "82.375", - "max": "82.468", - "min": "82.268", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "126.721", - "max": "127.303", - "min": "126.406", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "128.946", - "max": "188.483", - "min": "125.232", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "271.199", - "max": "388.59", - "min": "260.78", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "284.927", - "max": "285.516", - "min": "284.818", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "118.445", - "max": "119.474", - "min": "118.265", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "120.853", - "max": "121.768", - "min": "120.708", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "4.123", - "max": "4.302", - "min": "4.049", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "113.124", - "max": "113.564", - "min": "112.566", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "134.652", - "max": "136.5", - "min": "134.05", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "45.417", - "max": "48.828", - "min": "45.225", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "250.171", - "max": "252.861", - "min": "249.906", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "65.84", - "max": "66.631", - "min": "65.575", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "74.667", - "max": "80.963", - "min": "74.361", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.159", - "max": "29.216", - "min": "29.071", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "119.909", - "max": "120.36", - "min": "119.75", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "80.619", - "max": "80.79", - "min": "80.512", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "16.287", - "max": "16.401", - "min": "16.17", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "75.885", - "max": "76.092", - "min": "75.778", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "19.68", - "max": "20.675", - "min": "19.401", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "19.079", - "max": "19.238", - "min": "19.001", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "77.843", - "max": "78.432", - "min": "77.703", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "18.345", - "max": "18.583", - "min": "18.104", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "271.724", - "max": "272.098", - "min": "271.507", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "212.261", - "max": "212.529", - "min": "212.07", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "51.137", - "max": "51.301", - "min": "51.038", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "125.736", - "max": "126.743", - "min": "125.345", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "80.883", - "max": "85.348", - "min": "80.475", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "29.667", - "max": "29.83", - "min": "29.552", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "25.793", - "max": "27.042", - "min": "25.625", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "75.994", - "max": "81.113", - "min": "75.713", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "29.675", - "max": "30.983", - "min": "28.89", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "71.689", - "max": "72.395", - "min": "71.425", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "94.232", - "max": "94.282", - "min": "94.18", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "222.665", - "max": "222.953", - "min": "222.485", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "10.111", - "max": "11.631", - "min": "9.963", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "34.444", - "max": "34.548", - "min": "34.359", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "77.598", - "max": "77.805", - "min": "77.349", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "62.302", - "max": "102.381", - "min": "59.512", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "69.145", - "max": "70.135", - "min": "68.966", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "19.472", - "max": "21.631", - "min": "19.13", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "32.531", - "max": "32.658", - "min": "32.479", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "70.202", - "max": "70.636", - "min": "70.04", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "127.124", - "max": "127.366", - "min": "127.018", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "239.696", - "max": "245.565", - "min": "238.976", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "25.952", - "max": "26.305", - "min": "25.803", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "202.125", - "max": "203.211", - "min": "201.785", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "102.338", - "max": "102.914", - "min": "102.22", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "6.326", - "max": "6.431", - "min": "6.193", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "20.794", - "max": "20.941", - "min": "20.694", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "258.333", - "max": "258.52", - "min": "258.197", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "227.37", - "max": "227.566", - "min": "227.302", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "188.267", - "max": "189.001", - "min": "188.116", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "6.157", - "max": "33.878", - "min": "1.434", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "221.577", - "max": "261.379", - "min": "207.534", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "432.881", - "max": "539.325", - "min": "264.974", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "217.051", - "max": "301.69", - "min": "131.622", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "232.749", - "max": "233.876", - "min": "232.408", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "174.319", - "max": "174.773", - "min": "174.165", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "40.506", - "max": "41.042", - "min": "40.371", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "41.914", - "max": "42.502", - "min": "41.643", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "46.169", - "max": "51.405", - "min": "45.864", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "122.29", - "max": "272.106", - "min": "35.462", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "127.011", - "max": "127.62", - "min": "126.872", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "120.609", - "max": "353.15", - "min": "112.203", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "109.57", - "max": "109.729", - "min": "109.496", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "102.42", - "max": "103.681", - "min": "101.789", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "2.191", - "max": "2.602", - "min": "1.85", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "243.251", - "max": "243.644", - "min": "243.062", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "189.475", - "max": "189.813", - "min": "189.35", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "104.864", - "max": "105.478", - "min": "104.771", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "26.592", - "max": "27.069", - "min": "26.428", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "23.021", - "max": "23.446", - "min": "22.881", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "28.99", - "max": "31.504", - "min": "28.819", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "218.127", - "max": "219.369", - "min": "217.592", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "48.045", - "max": "48.158", - "min": "47.995", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "8.463", - "max": "9.012", - "min": "8.293", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "52.824", - "max": "70.539", - "min": "51.295", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "43.625", - "max": "43.711", - "min": "43.535", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "28.248", - "max": "28.383", - "min": "28.174", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "5.36", - "max": "5.591", - "min": "5.263", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "104.863", - "max": "107.467", - "min": "104.668", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "253.698", - "max": "254.126", - "min": "253.415", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "108.023", - "max": "108.35", - "min": "107.905", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "113.24", - "max": "113.328", - "min": "113.195", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.421", - "max": "109.306", - "min": "106.105", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "79.208", - "max": "80.156", - "min": "78.88", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "147.954", - "max": "159.726", - "min": "139.354", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "233.355", - "max": "233.606", - "min": "233.257", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "71.307", - "max": "72.66", - "min": "71.194", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "70.933", - "max": "70.976", - "min": "70.831", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "85.695", - "max": "107.951", - "min": "82.078", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "183.402", - "max": "183.592", - "min": "183.311", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "122.925", - "max": "124.465", - "min": "122.686", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "86.366", - "max": "89.231", - "min": "85.317", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "13.411", - "max": "13.471", - "min": "13.337", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "105.601", - "max": "105.761", - "min": "105.464", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "117.93", - "max": "118.376", - "min": "117.733", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "228.832", - "max": "271.565", - "min": "221.587", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "43.729", - "max": "43.897", - "min": "43.608", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "167.16", - "max": "248.534", - "min": "160.877", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "40.833", - "max": "41.013", - "min": "40.727", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "481.296", - "max": "481.771", - "min": "480.729", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "105.416", - "max": "105.497", - "min": "105.346", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "1.996", - "max": "2.19", - "min": "1.919", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "180.809", - "max": "181.198", - "min": "180.667", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "227.589", - "max": "227.882", - "min": "227.518", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "166.342", - "max": "166.546", - "min": "166.216", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "54.819", - "max": "54.997", - "min": "54.67", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "245.542", - "max": "246.015", - "min": "245.461", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "11.119", - "max": "11.213", - "min": "11.036", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "16.735", - "max": "16.771", - "min": "16.686", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "82.863", - "max": "84.663", - "min": "82.625", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "286.06", - "max": "317.9", - "min": "267.841", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "79.231", - "max": "79.628", - "min": "79.127", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "84.89", - "max": "85.903", - "min": "84.672", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "105.368", - "max": "105.52", - "min": "105.294", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "92.858", - "max": "93.418", - "min": "92.761", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "73.473", - "max": "73.807", - "min": "73.182", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "135.361", - "max": "136.533", - "min": "135.045", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "118.435", - "max": "118.527", - "min": "118.38", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "131.635", - "max": "134.179", - "min": "131.42", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "120.779", - "max": "121.066", - "min": "120.642", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "78.562", - "max": "81.342", - "min": "78.355", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "86.654", - "max": "86.818", - "min": "86.558", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "74.081", - "max": "74.807", - "min": "73.889", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "105.799", - "max": "105.995", - "min": "105.672", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "125.627", - "max": "125.942", - "min": "125.422", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "98.818", - "max": "101.045", - "min": "98.078", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "120.953", - "max": "188.346", - "min": "87.834", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "67.472", - "max": "67.522", - "min": "67.443", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "133.206", - "max": "133.503", - "min": "132.997", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "102.878", - "max": "128.164", - "min": "101.3", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "126.496", - "max": "127.036", - "min": "126.245", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "75.029", - "max": "78.46", - "min": "74.641", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.69", - "max": "274.202", - "min": "271.518", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "97.91", - "max": "97.999", - "min": "97.821", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "98.803", - "max": "98.917", - "min": "98.714", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "102.945", - "max": "103.479", - "min": "102.859", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "87.134", - "max": "93.386", - "min": "85.659", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "125.391", - "max": "125.588", - "min": "125.296", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "76.129", - "max": "91.375", - "min": "75.5", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "74.586", - "max": "75.878", - "min": "74.395", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "75.878", - "max": "76.709", - "min": "75.327", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.135", - "max": "237.674", - "min": "222.644", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "5.135", - "max": "13.947", - "min": "4.065", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "257.532", - "max": "262.021", - "min": "253.762", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "212.783", - "max": "218.003", - "min": "212.338", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "83.397", - "max": "83.873", - "min": "83.319", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "210.596", - "max": "210.99", - "min": "210.425", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "87.406", - "max": "87.56", - "min": "87.2", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "105.311", - "max": "105.542", - "min": "105.135", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "131.917", - "max": "132.193", - "min": "131.817", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "72.852", - "max": "73.625", - "min": "72.475", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "80.826", - "max": "81.419", - "min": "80.597", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "88.5", - "max": "88.666", - "min": "88.446", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "101.662", - "max": "101.785", - "min": "101.611", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "237.406", - "max": "241.872", - "min": "237.066", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "8.181", - "max": "8.245", - "min": "8.102", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "91.565", - "max": "91.733", - "min": "91.466", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "8.381", - "max": "8.424", - "min": "8.306", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "95.464", - "max": "95.645", - "min": "95.353", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "156.273", - "max": "156.831", - "min": "156.149", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "46.53", - "max": "51.688", - "min": "43.741", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "91.591", - "max": "92.135", - "min": "91.47", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "102.403", - "max": "103.607", - "min": "101.614", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "81.127", - "max": "84.336", - "min": "80.242", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "164.924", - "max": "165.955", - "min": "164.565", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "169.238", - "max": "169.383", - "min": "169.124", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "159.989", - "max": "160.694", - "min": "159.805", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "114.948", - "max": "115.023", - "min": "114.893", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "84.261", - "max": "84.408", - "min": "84.185", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "122.059", - "max": "122.117", - "min": "122.006", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "24.76", - "max": "26.844", - "min": "24.343", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "12.391", - "max": "12.579", - "min": "12.305", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "129.111", - "max": "139.909", - "min": "126.915", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "97.319", - "max": "103.429", - "min": "96.873", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "13.729", - "max": "15.37", - "min": "12.797", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "133.345", - "max": "133.867", - "min": "133.257", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "33.564", - "max": "33.726", - "min": "33.474", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "80.483", - "max": "80.753", - "min": "80.406", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "237.424", - "max": "238.135", - "min": "237.217", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "110.443", - "max": "110.507", - "min": "110.38", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "74.136", - "max": "74.191", - "min": "74.072", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "90.652", - "max": "90.738", - "min": "90.597", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "163.209", - "max": "165.196", - "min": "162.937", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "95.964", - "max": "110.322", - "min": "88.425", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "97.981", - "max": "98.372", - "min": "97.874", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "195.379", - "max": "196.346", - "min": "195.181", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "156.344", - "max": "158.234", - "min": "156.061", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.384", - "max": "29.615", - "min": "29.328", - "id": "13", - "country": "United States", - "source_name": "New York", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "14": { - "name": "Boston", - "data": { - "0": { - "avg": "88.265", - "max": "96.639", - "min": "87.501", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "217.618", - "max": "219.719", - "min": "216.911", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "19.838", - "max": "30.272", - "min": "19.207", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "96.256", - "max": "103.738", - "min": "95.228", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "76.59", - "max": "77.139", - "min": "76.269", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "181.777", - "max": "183.431", - "min": "181.498", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "81.087", - "max": "85.02", - "min": "80.823", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "229.489", - "max": "246.641", - "min": "228.585", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "122.241", - "max": "134.741", - "min": "121.596", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "100.616", - "max": "103.045", - "min": "100.226", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "78.938", - "max": "84.9", - "min": "78.517", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "49.808", - "max": "68.267", - "min": "48.925", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "9.21", - "max": "9.631", - "min": "9.096", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "0.057", - "max": "0.46", - "min": "0.02", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "35.536", - "max": "37.063", - "min": "35.118", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "11.47", - "max": "16.257", - "min": "10.941", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "105.334", - "max": "110.792", - "min": "104.694", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "23.732", - "max": "28.501", - "min": "23.336", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "84.966", - "max": "86.489", - "min": "84.731", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "112.461", - "max": "114.948", - "min": "112.124", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "223.916", - "max": "224.536", - "min": "223.691", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "26.462", - "max": "27.339", - "min": "26.307", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "85.482", - "max": "88.929", - "min": "84.9", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "67.23", - "max": "68.244", - "min": "66.796", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "105.273", - "max": "117.075", - "min": "104.009", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "96.397", - "max": "108.67", - "min": "95.089", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "105.954", - "max": "107.498", - "min": "105.372", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "98.631", - "max": "99.789", - "min": "98.274", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "97.58", - "max": "97.749", - "min": "97.475", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "69.862", - "max": "70.938", - "min": "69.575", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "254.945", - "max": "255.515", - "min": "254.726", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "109.759", - "max": "111.254", - "min": "109.35", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "74.213", - "max": "75.807", - "min": "73.695", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "137.157", - "max": "137.358", - "min": "137.066", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "104.698", - "max": "105.497", - "min": "104.303", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "260.304", - "max": "262.731", - "min": "259.726", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "69.168", - "max": "69.78", - "min": "69.015", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "68.712", - "max": "70.493", - "min": "68.5", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "36.354", - "max": "36.558", - "min": "36.209", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "13.865", - "max": "15.148", - "min": "13.514", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "216.542", - "max": "219.684", - "min": "215.993", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "78.325", - "max": "81.844", - "min": "77.863", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "118.867", - "max": "119.099", - "min": "118.669", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "130.317", - "max": "147.457", - "min": "117.393", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "267.948", - "max": "268.26", - "min": "267.851", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "113.055", - "max": "116.07", - "min": "112.397", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "99.563", - "max": "100.133", - "min": "99.412", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "90.331", - "max": "92.312", - "min": "89.858", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "161.239", - "max": "161.615", - "min": "161.055", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "45.07", - "max": "45.449", - "min": "44.967", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "17.734", - "max": "18.638", - "min": "17.333", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "74.9", - "max": "75.315", - "min": "74.621", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "84.474", - "max": "92.282", - "min": "79.218", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "32.67", - "max": "32.881", - "min": "32.481", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "208.738", - "max": "214.979", - "min": "206.054", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "270.648", - "max": "271.265", - "min": "270.416", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "113.753", - "max": "119.095", - "min": "111.957", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "230.146", - "max": "230.443", - "min": "230.02", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "123.133", - "max": "124.099", - "min": "122.857", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "85.213", - "max": "85.569", - "min": "85.09", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "140.678", - "max": "146.166", - "min": "139.807", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "136.483", - "max": "195.379", - "min": "132.008", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "257.771", - "max": "326.511", - "min": "250.411", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "247.798", - "max": "248.313", - "min": "247.662", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "139.751", - "max": "142.334", - "min": "139.548", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "123.499", - "max": "123.762", - "min": "123.364", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "9.234", - "max": "11.002", - "min": "8.845", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "127.064", - "max": "132.219", - "min": "126.375", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "145.472", - "max": "148.587", - "min": "144.632", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "47.418", - "max": "48.856", - "min": "47.22", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "237.167", - "max": "238.055", - "min": "236.877", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.156", - "max": "66.583", - "min": "65.947", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.863", - "max": "81.124", - "min": "79.556", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.316", - "max": "30.076", - "min": "29.168", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "129.118", - "max": "129.425", - "min": "128.974", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "131.238", - "max": "194.666", - "min": "96.789", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "25.875", - "max": "26.43", - "min": "25.692", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "79.701", - "max": "80.006", - "min": "79.352", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "26.507", - "max": "44.984", - "min": "25.154", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "25.128", - "max": "25.802", - "min": "24.954", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "64.012", - "max": "64.274", - "min": "63.717", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "15.228", - "max": "15.872", - "min": "14.927", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "237.344", - "max": "239.562", - "min": "236.789", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "262.283", - "max": "263.221", - "min": "262.083", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "57.65", - "max": "68.326", - "min": "57.056", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "142.136", - "max": "148.113", - "min": "141.226", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "92.385", - "max": "109.365", - "min": "91.417", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "31.829", - "max": "34.434", - "min": "31.358", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "28.663", - "max": "28.993", - "min": "28.425", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.144", - "max": "81.246", - "min": "77.844", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "34.539", - "max": "38.773", - "min": "33.354", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "80.958", - "max": "82.736", - "min": "80.641", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "100.075", - "max": "101.155", - "min": "99.901", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "211.338", - "max": "215.611", - "min": "210.787", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "17.196", - "max": "17.72", - "min": "17.017", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "48.68", - "max": "64.919", - "min": "46.376", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "83.266", - "max": "83.657", - "min": "83.02", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "70.459", - "max": "92.56", - "min": "68.94", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "83.025", - "max": "83.329", - "min": "82.896", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.828", - "max": "29.347", - "min": "23.871", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "35.671", - "max": "35.899", - "min": "35.577", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "66.118", - "max": "66.714", - "min": "65.958", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "136.444", - "max": "137.583", - "min": "136.128", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.011", - "max": "230.614", - "min": "227.517", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "30.196", - "max": "32.12", - "min": "29.674", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "205.417", - "max": "206.021", - "min": "205.06", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "104.296", - "max": "105.598", - "min": "104.061", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "12.23", - "max": "18.603", - "min": "11.474", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "23.811", - "max": "24.288", - "min": "23.633", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "226.991", - "max": "228.128", - "min": "226.704", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "226.06", - "max": "228.162", - "min": "225.33", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "197.92", - "max": "199.124", - "min": "197.619", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "6.032", - "max": "8.434", - "min": "5.318", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "196.457", - "max": "198.062", - "min": "196.044", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "447.377", - "max": "554.804", - "min": "253.682", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "232.557", - "max": "304.372", - "min": "171.939", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "244.066", - "max": "261.447", - "min": "242.715", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "174.743", - "max": "190.708", - "min": "173.617", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "48.054", - "max": "50.916", - "min": "47.719", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "38.053", - "max": "39.399", - "min": "37.624", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.991", - "max": "41.947", - "min": "40.644", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "115.901", - "max": "260.015", - "min": "31.876", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "118.788", - "max": "121.257", - "min": "118.344", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "115.922", - "max": "275.154", - "min": "108.01", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "106.795", - "max": "107.621", - "min": "106.692", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "103.934", - "max": "105.424", - "min": "103.109", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "7.052", - "max": "7.253", - "min": "6.885", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "250.123", - "max": "253.514", - "min": "249.747", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "196.387", - "max": "198.547", - "min": "195.969", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "103.147", - "max": "106.312", - "min": "102.742", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "27.148", - "max": "27.76", - "min": "26.959", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.376", - "max": "26.055", - "min": "25.16", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "29.57", - "max": "30.242", - "min": "29.375", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "220.391", - "max": "224.467", - "min": "219.508", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "51.326", - "max": "52.316", - "min": "51.221", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "2.056", - "max": "2.824", - "min": "1.849", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "55.053", - "max": "68.328", - "min": "53.603", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "52.543", - "max": "52.727", - "min": "52.439", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "40.445", - "max": "42.893", - "min": "40.113", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "9.179", - "max": "11.012", - "min": "8.836", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "95.545", - "max": "101.235", - "min": "95.238", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "286.407", - "max": "289.32", - "min": "285.854", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "112.848", - "max": "114.518", - "min": "112.514", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "97.687", - "max": "97.997", - "min": "97.4", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "113.209", - "max": "126.78", - "min": "111.647", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "87.385", - "max": "88.197", - "min": "87.07", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "110.86", - "max": "114.849", - "min": "110.236", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "228.115", - "max": "229.056", - "min": "227.902", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "74.751", - "max": "75.369", - "min": "74.566", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "80.292", - "max": "84.743", - "min": "79.959", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "85.494", - "max": "109.644", - "min": "82.91", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "202.212", - "max": "203.272", - "min": "201.946", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "121.121", - "max": "126.844", - "min": "120.62", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "93.681", - "max": "139.905", - "min": "91.94", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "17.765", - "max": "18.436", - "min": "17.606", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "69.044", - "max": "69.508", - "min": "68.78", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "110.846", - "max": "111.409", - "min": "110.579", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "216.471", - "max": "263.571", - "min": "208.187", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.125", - "max": "52.708", - "min": "51.869", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "169.373", - "max": "207.587", - "min": "164.375", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "44.687", - "max": "46.726", - "min": "44.337", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "485.551", - "max": "486.936", - "min": "485.154", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "137.24", - "max": "147.67", - "min": "116.682", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "6.246", - "max": "7.473", - "min": "5.888", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "177.169", - "max": "177.352", - "min": "177.032", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "244.568", - "max": "245.193", - "min": "244.415", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "172.574", - "max": "184.8", - "min": "171.427", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "60.397", - "max": "61.035", - "min": "60.19", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "307.281", - "max": "318.713", - "min": "281.686", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "4.374", - "max": "5.282", - "min": "4.241", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "21.055", - "max": "22.078", - "min": "20.923", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "90.356", - "max": "91.989", - "min": "90.088", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "217.063", - "max": "225.368", - "min": "216.644", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "82.155", - "max": "84.214", - "min": "81.955", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "105.163", - "max": "110.833", - "min": "104.645", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "114.76", - "max": "118.126", - "min": "114.483", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "100.934", - "max": "102.047", - "min": "100.776", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "73.604", - "max": "74.73", - "min": "73.236", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "151.759", - "max": "152.248", - "min": "151.511", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "122.233", - "max": "132.828", - "min": "121.288", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "132.614", - "max": "138.788", - "min": "132.269", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "119.003", - "max": "120.35", - "min": "118.679", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "80.408", - "max": "81.696", - "min": "80.109", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "89.338", - "max": "97.649", - "min": "88.861", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.56", - "max": "82.16", - "min": "81.378", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "105.113", - "max": "107.548", - "min": "104.757", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "130.142", - "max": "131.594", - "min": "129.785", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "115.168", - "max": "131.423", - "min": "112.8", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "115.575", - "max": "158.393", - "min": "88.953", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "72.735", - "max": "73.373", - "min": "72.493", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "134.348", - "max": "135.018", - "min": "134.134", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "116.715", - "max": "121.921", - "min": "116.327", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "137.638", - "max": "139.338", - "min": "137.116", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "78.97", - "max": "99.089", - "min": "77.559", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "264.4", - "max": "277.931", - "min": "263.746", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "104.964", - "max": "106.86", - "min": "104.82", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "108.283", - "max": "110.298", - "min": "107.939", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "103.371", - "max": "103.995", - "min": "103.195", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "92.42", - "max": "97.819", - "min": "90.526", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "124.763", - "max": "126.376", - "min": "124.427", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "79.292", - "max": "85.498", - "min": "78.799", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "86.79", - "max": "88.349", - "min": "86.425", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "102.567", - "max": "107.189", - "min": "101.925", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "227.28", - "max": "235.914", - "min": "226.436", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "12.383", - "max": "29.94", - "min": "11.093", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "237.656", - "max": "240.762", - "min": "232.068", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "241.967", - "max": "242.814", - "min": "241.79", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "83.369", - "max": "83.648", - "min": "83.194", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "233.671", - "max": "235.728", - "min": "233.271", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "89.69", - "max": "90.349", - "min": "89.458", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "117.434", - "max": "129.064", - "min": "116.628", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "128.1", - "max": "130.898", - "min": "127.624", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "77.789", - "max": "79.413", - "min": "77.239", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "81.686", - "max": "82.49", - "min": "81.385", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.113", - "max": "27.423", - "min": "26.962", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.767", - "max": "47.923", - "min": "40.735", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "238.196", - "max": "238.956", - "min": "237.903", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "11.065", - "max": "11.319", - "min": "10.93", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "96.716", - "max": "96.909", - "min": "96.608", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "7.816", - "max": "8.959", - "min": "7.522", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "109.178", - "max": "112.062", - "min": "108.788", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "136.587", - "max": "137.551", - "min": "136.416", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "51.202", - "max": "59.6", - "min": "48.616", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "94.19", - "max": "95.027", - "min": "94.032", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "120.789", - "max": "122.602", - "min": "120.112", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "79.492", - "max": "89.714", - "min": "78.21", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "246.537", - "max": "247.189", - "min": "246.091", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "171.168", - "max": "174.06", - "min": "170.682", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "175.27", - "max": "191.424", - "min": "173.171", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "119.313", - "max": "123.52", - "min": "118.85", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "85.524", - "max": "88.796", - "min": "85.261", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "118.955", - "max": "130.415", - "min": "117.836", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "17.481", - "max": "21.487", - "min": "16.854", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "17.637", - "max": "18.176", - "min": "17.521", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "138.772", - "max": "146.257", - "min": "136.549", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "96.187", - "max": "101.475", - "min": "94.67", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "19.279", - "max": "20.663", - "min": "18.231", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "139.997", - "max": "144.794", - "min": "139.333", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "31.044", - "max": "31.997", - "min": "30.82", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "91.868", - "max": "110.021", - "min": "90.697", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "229.004", - "max": "231.589", - "min": "228.42", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "104.292", - "max": "104.292", - "min": "104.292", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "93.574", - "max": "94.372", - "min": "93.441", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "87.208", - "max": "88.045", - "min": "87.032", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "163.356", - "max": "168.926", - "min": "162.822", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "99.666", - "max": "109.936", - "min": "92.718", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "110.64", - "max": "135.989", - "min": "109.689", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "303.159", - "max": "305.257", - "min": "302.685", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "191.121", - "max": "193.399", - "min": "190.649", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "32.844", - "max": "33.627", - "min": "32.655", - "id": "14", - "country": "United States", - "source_name": "Boston", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "15": { - "name": "Miami", - "data": { - "0": { - "avg": "79.629", - "max": "80.245", - "min": "79.477", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "262.168", - "max": "263.207", - "min": "261.929", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "42.029", - "max": "42.254", - "min": "41.928", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "130.79", - "max": "139.925", - "min": "129.366", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "110.634", - "max": "110.761", - "min": "110.513", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "179.934", - "max": "180.686", - "min": "179.765", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "107.573", - "max": "107.867", - "min": "107.417", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "302.904", - "max": "316.086", - "min": "301.535", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "154.052", - "max": "155.718", - "min": "153.871", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "143.583", - "max": "159.752", - "min": "142.656", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "95.492", - "max": "95.832", - "min": "95.302", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "35.591", - "max": "35.809", - "min": "35.472", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "32.992", - "max": "36.612", - "min": "32.77", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "35.237", - "max": "35.598", - "min": "35.088", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "0.031", - "max": "0.065", - "min": "0.02", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "27.018", - "max": "27.285", - "min": "26.882", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "115.422", - "max": "115.763", - "min": "115.19", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "15.768", - "max": "16.347", - "min": "15.622", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "121.341", - "max": "121.624", - "min": "121.195", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "129.527", - "max": "130.944", - "min": "129.359", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "278.802", - "max": "278.943", - "min": "278.695", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "32.331", - "max": "32.638", - "min": "32.195", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "76.109", - "max": "76.219", - "min": "76.012", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "86.059", - "max": "87.468", - "min": "85.864", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "128.832", - "max": "129.201", - "min": "128.537", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "129.817", - "max": "132.178", - "min": "129.6", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "125.826", - "max": "126.24", - "min": "125.623", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "126.384", - "max": "127.322", - "min": "126.139", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "109.86", - "max": "110.069", - "min": "109.76", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.806", - "max": "71.052", - "min": "70.657", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "241.843", - "max": "242.097", - "min": "241.751", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "139.64", - "max": "139.883", - "min": "139.436", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "53.497", - "max": "55.525", - "min": "53.283", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "143.531", - "max": "144.224", - "min": "143.351", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "114.71", - "max": "117.281", - "min": "114.306", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "248.3", - "max": "250.188", - "min": "248.055", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "64.873", - "max": "65.182", - "min": "64.794", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "62.172", - "max": "62.577", - "min": "61.992", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "33.491", - "max": "34.038", - "min": "33.294", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "29.747", - "max": "30.625", - "min": "29.425", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "244.386", - "max": "248.029", - "min": "243.787", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "114.475", - "max": "116.278", - "min": "114.066", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "140.036", - "max": "140.425", - "min": "139.902", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "132.442", - "max": "133.388", - "min": "132.154", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "277.717", - "max": "277.894", - "min": "277.6", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "129.926", - "max": "130.544", - "min": "129.431", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "141.947", - "max": "142.447", - "min": "141.768", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "57.292", - "max": "57.653", - "min": "57.059", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "129.773", - "max": "130.19", - "min": "129.569", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "36.977", - "max": "38.599", - "min": "36.827", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "44.294", - "max": "44.783", - "min": "44.059", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "78.345", - "max": "80.049", - "min": "78.003", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "122.835", - "max": "211.212", - "min": "113.132", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "41.614", - "max": "41.949", - "min": "41.407", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "249.041", - "max": "264.71", - "min": "245.303", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "247.965", - "max": "248.855", - "min": "247.762", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "118.016", - "max": "119.308", - "min": "117.259", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "213.914", - "max": "214.44", - "min": "213.831", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "125.451", - "max": "127.165", - "min": "125.152", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "115.049", - "max": "118.517", - "min": "114.843", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "157.521", - "max": "160.078", - "min": "156.909", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "163.972", - "max": "224.614", - "min": "159.181", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "253.82", - "max": "282.956", - "min": "251.791", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "302.295", - "max": "304.31", - "min": "302.098", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "151.46", - "max": "153.738", - "min": "151.239", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "144.74", - "max": "145.113", - "min": "144.628", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "29.868", - "max": "30.443", - "min": "29.732", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "143.12", - "max": "149.94", - "min": "142.196", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "138.837", - "max": "140.884", - "min": "138.082", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "55.522", - "max": "56.474", - "min": "55.349", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "262.87", - "max": "263.472", - "min": "262.683", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "61.285", - "max": "61.894", - "min": "61.03", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "43.02", - "max": "46.173", - "min": "42.602", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "20.531", - "max": "20.641", - "min": "20.44", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "143.312", - "max": "143.845", - "min": "143.143", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "110.601", - "max": "111.564", - "min": "110.417", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "19.193", - "max": "19.389", - "min": "19.047", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "69.055", - "max": "69.189", - "min": "68.918", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "45.034", - "max": "46.665", - "min": "44.758", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "38.299", - "max": "38.496", - "min": "38.169", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "74.685", - "max": "75.776", - "min": "74.195", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "49.923", - "max": "50.37", - "min": "49.75", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "225.553", - "max": "229.87", - "min": "225.285", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "264.543", - "max": "264.973", - "min": "264.404", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "85.614", - "max": "86.676", - "min": "85.437", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "158.165", - "max": "158.991", - "min": "157.755", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "110.468", - "max": "115.503", - "min": "109.976", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "9.814", - "max": "10.124", - "min": "9.667", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "43.866", - "max": "44.429", - "min": "43.72", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "105.754", - "max": "114.081", - "min": "105.204", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "49.82", - "max": "55.881", - "min": "49.083", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.061", - "max": "74.923", - "min": "73.785", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "148.016", - "max": "148.141", - "min": "147.942", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "200.365", - "max": "200.675", - "min": "200.094", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "40.868", - "max": "41.08", - "min": "40.741", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "6.431", - "max": "7.676", - "min": "6.25", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "60.249", - "max": "61.006", - "min": "60.041", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "40.2", - "max": "46.037", - "min": "39.524", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "70.451", - "max": "70.639", - "min": "70.329", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "35.076", - "max": "38.098", - "min": "34.618", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "46.019", - "max": "46.3", - "min": "45.929", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "92.79", - "max": "92.944", - "min": "92.613", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "151.875", - "max": "152.979", - "min": "151.674", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "240.578", - "max": "253.75", - "min": "239.515", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "46.346", - "max": "47.467", - "min": "46.136", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "340.643", - "max": "340.995", - "min": "340.165", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "62.702", - "max": "63.133", - "min": "62.543", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "33.381", - "max": "33.494", - "min": "33.186", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "21.392", - "max": "26.346", - "min": "21.071", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "264.864", - "max": "267.12", - "min": "264.56", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "235.051", - "max": "235.536", - "min": "234.871", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "193.233", - "max": "194.106", - "min": "192.971", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "28.522", - "max": "28.635", - "min": "28.429", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "225.344", - "max": "226.923", - "min": "225.006", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "469.8", - "max": "588.286", - "min": "296.67", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "239.669", - "max": "321.876", - "min": "169.496", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "253.624", - "max": "257.662", - "min": "253.124", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "172.396", - "max": "178.009", - "min": "171.986", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "40.087", - "max": "40.387", - "min": "39.902", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "30.776", - "max": "32.563", - "min": "30.477", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "49.992", - "max": "51.234", - "min": "49.753", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "111.805", - "max": "270.832", - "min": "38.703", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "140.032", - "max": "165.392", - "min": "122.819", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "147.03", - "max": "215.12", - "min": "142.511", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "144.51", - "max": "144.637", - "min": "144.414", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "135.895", - "max": "137.022", - "min": "135.417", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "32.397", - "max": "32.641", - "min": "32.143", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "248.84", - "max": "249.135", - "min": "248.621", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "220.619", - "max": "221.193", - "min": "220.417", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "114.717", - "max": "120.144", - "min": "114.43", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "40.985", - "max": "41.68", - "min": "40.759", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "41.521", - "max": "41.751", - "min": "41.309", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "40.282", - "max": "40.528", - "min": "40.124", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "206.115", - "max": "207.358", - "min": "205.395", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "47.6", - "max": "50.171", - "min": "47.409", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "38.731", - "max": "38.942", - "min": "38.591", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "54.779", - "max": "71.296", - "min": "53.654", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "46.845", - "max": "47.431", - "min": "46.675", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "44.353", - "max": "44.592", - "min": "44.2", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "34.643", - "max": "34.773", - "min": "34.516", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "129.456", - "max": "129.9", - "min": "129.338", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "272.765", - "max": "276.234", - "min": "272.214", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "147.593", - "max": "149.5", - "min": "147.395", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "127.995", - "max": "128.709", - "min": "127.732", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "123.548", - "max": "134.433", - "min": "122.566", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "109.632", - "max": "110.058", - "min": "109.324", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "134.366", - "max": "140.475", - "min": "134.033", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "265.992", - "max": "266.258", - "min": "265.891", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "105.425", - "max": "107.826", - "min": "105.239", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "107.919", - "max": "115.628", - "min": "107.42", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "114.628", - "max": "129.605", - "min": "113.238", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "186.34", - "max": "186.447", - "min": "186.227", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "132.162", - "max": "133.351", - "min": "131.918", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "119.754", - "max": "120.261", - "min": "119.566", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "28.023", - "max": "28.17", - "min": "27.906", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "78.616", - "max": "79.572", - "min": "78.214", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "155", - "max": "158.648", - "min": "154.509", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "243.296", - "max": "283.952", - "min": "236.993", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "67.432", - "max": "67.703", - "min": "67.193", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "134.631", - "max": "234.86", - "min": "129.402", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "29.862", - "max": "29.97", - "min": "29.756", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "385.612", - "max": "385.824", - "min": "385.057", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "142.422", - "max": "142.701", - "min": "142.123", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "33.196", - "max": "36.042", - "min": "32.859", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "212.761", - "max": "212.975", - "min": "212.648", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "267.489", - "max": "267.617", - "min": "267.42", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "191.614", - "max": "192.009", - "min": "191.513", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "62.895", - "max": "67.544", - "min": "62.573", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "228.107", - "max": "231.044", - "min": "227.69", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "41.835", - "max": "42.332", - "min": "41.652", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "36.267", - "max": "36.333", - "min": "36.195", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "110.879", - "max": "114.22", - "min": "110.403", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "251.011", - "max": "253.515", - "min": "250.788", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "107.854", - "max": "110.602", - "min": "107.645", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "118.797", - "max": "119.158", - "min": "118.53", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "134.04", - "max": "134.175", - "min": "133.918", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "127.895", - "max": "128.055", - "min": "127.762", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "110.179", - "max": "110.675", - "min": "109.921", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "165.371", - "max": "165.965", - "min": "165.207", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "153.82", - "max": "154.168", - "min": "153.717", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "164.824", - "max": "166.682", - "min": "164.664", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "137.897", - "max": "138.522", - "min": "137.759", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "116.928", - "max": "124.193", - "min": "116.469", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "110.021", - "max": "110.862", - "min": "109.831", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "117.044", - "max": "117.901", - "min": "116.859", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "139.089", - "max": "139.172", - "min": "139.015", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "154.903", - "max": "156.219", - "min": "154.585", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "132.313", - "max": "140.947", - "min": "131.334", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "146.12", - "max": "203.359", - "min": "117.634", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "100.964", - "max": "101.718", - "min": "100.625", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "166.312", - "max": "168.889", - "min": "166.009", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "141.059", - "max": "141.963", - "min": "140.863", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "134.515", - "max": "135.104", - "min": "134.082", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "112.201", - "max": "116.731", - "min": "111.755", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "262.278", - "max": "262.496", - "min": "262.145", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "124.113", - "max": "129.01", - "min": "123.792", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "127.635", - "max": "127.962", - "min": "127.42", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "132.508", - "max": "138.044", - "min": "132.227", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "63.386", - "max": "69.331", - "min": "61.217", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "158.762", - "max": "159.065", - "min": "158.527", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "111.671", - "max": "114.612", - "min": "111.352", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "112.151", - "max": "112.281", - "min": "112.038", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "112.341", - "max": "117.744", - "min": "109.818", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "231.915", - "max": "241.897", - "min": "229.038", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "35.382", - "max": "45.088", - "min": "34.555", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "230.429", - "max": "236.86", - "min": "229.113", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "252.274", - "max": "252.376", - "min": "252.145", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "109.434", - "max": "109.97", - "min": "109.245", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "255.94", - "max": "257.759", - "min": "253.247", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "86.11", - "max": "86.939", - "min": "85.953", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "135.529", - "max": "135.733", - "min": "135.38", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "171.125", - "max": "172.262", - "min": "170.938", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "108.01", - "max": "109.574", - "min": "107.572", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "107.157", - "max": "108.522", - "min": "106.818", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "44.605", - "max": "45.03", - "min": "44.495", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "57.155", - "max": "57.249", - "min": "57.064", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "237.165", - "max": "237.362", - "min": "236.987", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "38.705", - "max": "39.095", - "min": "38.575", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "116.538", - "max": "116.738", - "min": "116.391", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "37.544", - "max": "37.643", - "min": "37.451", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "132.942", - "max": "133.057", - "min": "132.831", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "121.554", - "max": "122.01", - "min": "121.403", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "33.356", - "max": "37.24", - "min": "30.318", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "125.541", - "max": "125.77", - "min": "125.375", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "137.378", - "max": "139.918", - "min": "136.733", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "40.81", - "max": "44.758", - "min": "39.593", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "187.558", - "max": "189.424", - "min": "187.112", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "165.488", - "max": "165.904", - "min": "165.311", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "200.164", - "max": "203.053", - "min": "199.724", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "144.586", - "max": "145.495", - "min": "144.416", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "109.705", - "max": "110.262", - "min": "109.574", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "141.397", - "max": "143.697", - "min": "141.163", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "42.962", - "max": "46", - "min": "42.483", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "30.961", - "max": "31.531", - "min": "30.802", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "166.767", - "max": "168.276", - "min": "165.29", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "69.49", - "max": "74.021", - "min": "68.416", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "45.416", - "max": "46.99", - "min": "44.365", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "162.448", - "max": "163.553", - "min": "162.116", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "39.986", - "max": "41.626", - "min": "39.764", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "121.653", - "max": "124.634", - "min": "121.281", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "223.193", - "max": "223.96", - "min": "223.035", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "85.349", - "max": "85.406", - "min": "85.292", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "103.128", - "max": "103.352", - "min": "103.045", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "113.035", - "max": "113.372", - "min": "112.931", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "202.183", - "max": "267.297", - "min": "199.015", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "116.65", - "max": "126.246", - "min": "108.743", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "134.638", - "max": "134.996", - "min": "134.418", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "270.613", - "max": "271.366", - "min": "270.43", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "189.563", - "max": "191.435", - "min": "189.229", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "38.486", - "max": "40.928", - "min": "38.043", - "id": "15", - "country": "United States", - "source_name": "Miami", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "16": { - "name": "Washington", - "data": { - "0": { - "avg": "98.241", - "max": "98.538", - "min": "97.755", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "235.632", - "max": "238.385", - "min": "235.352", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "20.85", - "max": "21.287", - "min": "20.169", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "103.252", - "max": "111.298", - "min": "101.57", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "88.58", - "max": "91.254", - "min": "88.225", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "171.292", - "max": "171.504", - "min": "170.594", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "84.104", - "max": "84.271", - "min": "83.257", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "215.824", - "max": "226.365", - "min": "214.283", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "141.819", - "max": "149.448", - "min": "141.237", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "114.888", - "max": "124.258", - "min": "113.734", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "76.99", - "max": "90.508", - "min": "75.79", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "37.405", - "max": "38.796", - "min": "37.166", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "9.087", - "max": "9.33", - "min": "8.815", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "12.232", - "max": "12.723", - "min": "12.1", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "27.266", - "max": "28.188", - "min": "26.828", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "0.018", - "max": "0.03", - "min": "0.016", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "95.974", - "max": "105.241", - "min": "94.781", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "12.206", - "max": "12.832", - "min": "12.131", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "95.338", - "max": "96.264", - "min": "95.197", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "104.313", - "max": "105.255", - "min": "104.163", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "228.864", - "max": "229.393", - "min": "228.36", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "28.168", - "max": "28.299", - "min": "27.825", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "64.911", - "max": "73.347", - "min": "64.202", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "68.398", - "max": "69.225", - "min": "68.209", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "111.241", - "max": "111.303", - "min": "110.784", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "103.255", - "max": "103.553", - "min": "102.763", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "101.242", - "max": "101.487", - "min": "100.799", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "107.441", - "max": "111.238", - "min": "106.736", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "97.297", - "max": "97.798", - "min": "97.171", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "78.261", - "max": "78.711", - "min": "78.155", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "253.405", - "max": "253.617", - "min": "253.361", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "118.39", - "max": "120.294", - "min": "118.216", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "64.11", - "max": "64.229", - "min": "63.218", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "123.497", - "max": "126.27", - "min": "123.189", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "104.253", - "max": "105.233", - "min": "103.623", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "253.485", - "max": "254.706", - "min": "253.383", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "63.257", - "max": "63.791", - "min": "63.193", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "156.447", - "max": "157.306", - "min": "156.265", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "28.032", - "max": "29.187", - "min": "27.173", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "7.306", - "max": "10.162", - "min": "7.144", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "216.922", - "max": "220.358", - "min": "216.338", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "98.923", - "max": "123.269", - "min": "96.467", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "113.236", - "max": "114.921", - "min": "112.546", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "107.303", - "max": "107.724", - "min": "107.237", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.375", - "max": "211.723", - "min": "211.336", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "112.54", - "max": "113.267", - "min": "112.217", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "120.294", - "max": "121.245", - "min": "119.792", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "112.934", - "max": "119.329", - "min": "106.264", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "166.468", - "max": "169.319", - "min": "164.299", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "36.111", - "max": "36.324", - "min": "35.465", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "23.194", - "max": "29.171", - "min": "22.174", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "69.046", - "max": "71.216", - "min": "68.216", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "133.267", - "max": "225.18", - "min": "119.261", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "43.216", - "max": "43.765", - "min": "43.092", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "213.845", - "max": "220.345", - "min": "211.343", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "263.456", - "max": "264.446", - "min": "262.72", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "115.884", - "max": "117.04", - "min": "114.912", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "229.289", - "max": "230.37", - "min": "228.439", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "115.63", - "max": "117.003", - "min": "115.115", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "82.379", - "max": "84.713", - "min": "82.191", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "149.541", - "max": "151.288", - "min": "149.28", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "139.998", - "max": "195.249", - "min": "133.499", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "261.384", - "max": "337.368", - "min": "254.386", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "264.927", - "max": "292.435", - "min": "263.342", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "126.07", - "max": "127.263", - "min": "125.267", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "120.251", - "max": "121.266", - "min": "119.391", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "7.14", - "max": "9.141", - "min": "6.494", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "130.246", - "max": "130.426", - "min": "129.589", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "133.038", - "max": "134.296", - "min": "132.259", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "43.362", - "max": "47.202", - "min": "43.062", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "211.499", - "max": "212.517", - "min": "211.306", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "63.383", - "max": "64.22", - "min": "63.194", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "69.344", - "max": "74.277", - "min": "68.565", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "18.822", - "max": "19.179", - "min": "18.155", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "131.426", - "max": "133.181", - "min": "131.247", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "100.211", - "max": "100.434", - "min": "99.533", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "15.247", - "max": "15.937", - "min": "15.078", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "87.287", - "max": "87.824", - "min": "87.176", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "11.411", - "max": "18.149", - "min": "10.859", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "24.203", - "max": "24.512", - "min": "23.802", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "69.181", - "max": "69.441", - "min": "68.643", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "39.003", - "max": "60.213", - "min": "37.687", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "242.076", - "max": "255.679", - "min": "240.923", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "226.401", - "max": "226.715", - "min": "226.365", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "57.26", - "max": "57.811", - "min": "57.164", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "140.772", - "max": "142.291", - "min": "140.266", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "87.68", - "max": "88.251", - "min": "87.196", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "20.186", - "max": "20.543", - "min": "19.828", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "37.349", - "max": "41.79", - "min": "37.153", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "82.337", - "max": "88.237", - "min": "81.231", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "30.678", - "max": "33.808", - "min": "30.109", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "70.258", - "max": "71.228", - "min": "69.811", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "93.314", - "max": "94.227", - "min": "93.227", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "237.069", - "max": "237.669", - "min": "236.382", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "14.285", - "max": "16.687", - "min": "13.622", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "43.189", - "max": "43.487", - "min": "42.846", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "72.163", - "max": "72.492", - "min": "71.216", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "52.166", - "max": "62.612", - "min": "50.964", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "72.387", - "max": "76.629", - "min": "72.197", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "23.635", - "max": "25.615", - "min": "23.143", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.19", - "max": "28.471", - "min": "27.842", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "93.076", - "max": "93.41", - "min": "92.242", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "131.397", - "max": "134.283", - "min": "130.79", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "230.895", - "max": "243.19", - "min": "229.388", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "26.38", - "max": "27.187", - "min": "26.142", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "214.775", - "max": "215.416", - "min": "214.324", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "85.221", - "max": "85.403", - "min": "84.76", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "10.215", - "max": "10.823", - "min": "10.088", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "13.228", - "max": "14.102", - "min": "12.828", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "219.859", - "max": "259.652", - "min": "218.344", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.275", - "max": "262.396", - "min": "248.381", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "191.367", - "max": "191.723", - "min": "191.302", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "8.227", - "max": "8.868", - "min": "8.097", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "227.285", - "max": "228.635", - "min": "226.366", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "444.31", - "max": "568.556", - "min": "285.431", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "219.22", - "max": "298.211", - "min": "153.622", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "260.799", - "max": "264.419", - "min": "260.399", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "163.503", - "max": "165.318", - "min": "163.26", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "38.247", - "max": "38.766", - "min": "38.11", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "28.532", - "max": "37.267", - "min": "27.835", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "48.483", - "max": "52.338", - "min": "48.115", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "108.33", - "max": "253.589", - "min": "27.488", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "120.354", - "max": "150.25", - "min": "119.057", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "121.991", - "max": "287.166", - "min": "115.54", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "112.289", - "max": "112.732", - "min": "111.938", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "107.744", - "max": "109.73", - "min": "107.235", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "8.186", - "max": "9.164", - "min": "7.305", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "253.349", - "max": "254.399", - "min": "252.402", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "187.26", - "max": "187.718", - "min": "186.341", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "99.425", - "max": "101.809", - "min": "98.867", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "24.053", - "max": "24.195", - "min": "23.27", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "18.873", - "max": "21.159", - "min": "18.146", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "34.23", - "max": "35.173", - "min": "33.998", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "217.082", - "max": "218.351", - "min": "216.359", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "47.42", - "max": "48.198", - "min": "47.114", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "15.025", - "max": "15.236", - "min": "14.386", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "52.816", - "max": "70.326", - "min": "50.948", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.287", - "max": "49.204", - "min": "48.104", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "39.267", - "max": "39.733", - "min": "38.939", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "10.089", - "max": "10.312", - "min": "9.616", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "102.239", - "max": "102.427", - "min": "101.796", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.572", - "max": "258.399", - "min": "249.377", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "127.224", - "max": "127.433", - "min": "126.615", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "106.248", - "max": "106.702", - "min": "105.604", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "126.497", - "max": "129.265", - "min": "125.622", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "104.397", - "max": "105.256", - "min": "104.226", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "123.331", - "max": "126.273", - "min": "122.417", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "224.403", - "max": "224.702", - "min": "224.354", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "75.314", - "max": "76.229", - "min": "75.206", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "82.12", - "max": "82.241", - "min": "81.491", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "87.71", - "max": "101.222", - "min": "85.68", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "175.273", - "max": "176.326", - "min": "174.336", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "124.408", - "max": "127.274", - "min": "123.63", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "87.833", - "max": "88.255", - "min": "87.192", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "7.174", - "max": "7.533", - "min": "6.822", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "74.179", - "max": "74.239", - "min": "73.451", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "126.211", - "max": "127.042", - "min": "126.001", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "224.003", - "max": "266.402", - "min": "216.356", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "72.15", - "max": "72.235", - "min": "71.461", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "161.354", - "max": "238.368", - "min": "153.301", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "33.422", - "max": "35.604", - "min": "33.163", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "473.809", - "max": "474.609", - "min": "473.526", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "112.345", - "max": "113.225", - "min": "112.228", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "6.672", - "max": "7.171", - "min": "6.141", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "191.485", - "max": "193.336", - "min": "191.305", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "252.41", - "max": "252.696", - "min": "252.347", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "166.329", - "max": "167.24", - "min": "165.721", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "69.309", - "max": "71.208", - "min": "68.815", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "299.056", - "max": "315.433", - "min": "273.454", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "16.634", - "max": "21.178", - "min": "16.145", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "10.132", - "max": "10.377", - "min": "9.613", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "94.147", - "max": "95.24", - "min": "93.379", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "224.478", - "max": "225.395", - "min": "224.336", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "87.182", - "max": "87.44", - "min": "86.543", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "91.969", - "max": "92.26", - "min": "91.237", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "110.907", - "max": "120.219", - "min": "110.019", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "95.291", - "max": "95.796", - "min": "95.225", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "82.162", - "max": "82.506", - "min": "81.229", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "146.582", - "max": "154.249", - "min": "145.298", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "126.294", - "max": "126.695", - "min": "126.244", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "139.343", - "max": "139.737", - "min": "139.263", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "122.683", - "max": "135.237", - "min": "121.775", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "82.263", - "max": "89.228", - "min": "81.225", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "92.306", - "max": "92.779", - "min": "92.132", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "93.205", - "max": "93.369", - "min": "92.64", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "103.454", - "max": "106.81", - "min": "103.114", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "138.363", - "max": "140.299", - "min": "138.043", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "104.161", - "max": "111.251", - "min": "102.801", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "142.342", - "max": "201.192", - "min": "104.278", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "81.301", - "max": "82.198", - "min": "81.214", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "133.446", - "max": "134.283", - "min": "133.206", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "119.331", - "max": "120.264", - "min": "119.222", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "121.328", - "max": "122.378", - "min": "120.549", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "78.995", - "max": "79.245", - "min": "78.224", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "251.523", - "max": "253.398", - "min": "251.377", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "97.646", - "max": "105.237", - "min": "97.216", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "93.69", - "max": "105.239", - "min": "92.609", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "107.299", - "max": "107.75", - "min": "107.144", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "116.381", - "max": "124.344", - "min": "108.252", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "137.364", - "max": "138.275", - "min": "137.266", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "100.365", - "max": "123.233", - "min": "99.028", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "108.481", - "max": "109.255", - "min": "108.234", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "95.32", - "max": "96.25", - "min": "94.538", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "226.833", - "max": "240.545", - "min": "224.353", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "15.065", - "max": "21.175", - "min": "14.15", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "231.479", - "max": "233.664", - "min": "225.386", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "220.417", - "max": "221.016", - "min": "220.354", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "86.314", - "max": "87.235", - "min": "86.208", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "234.626", - "max": "236.385", - "min": "234.347", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "91.251", - "max": "91.78", - "min": "90.861", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "113.2", - "max": "120.261", - "min": "112.25", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "137.366", - "max": "138.277", - "min": "137.239", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "77.421", - "max": "79.23", - "min": "77.152", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "85.443", - "max": "87.248", - "min": "84.832", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "23.286", - "max": "23.967", - "min": "23.156", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "23.708", - "max": "34.194", - "min": "22.847", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "235.396", - "max": "235.594", - "min": "235.355", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "81.262", - "max": "81.802", - "min": "81.202", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "100.711", - "max": "101.595", - "min": "100.238", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "15.1", - "max": "15.261", - "min": "14.319", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "91.409", - "max": "104.206", - "min": "90.176", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "134.609", - "max": "138.283", - "min": "134.245", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "37.197", - "max": "40.184", - "min": "34.194", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "95.12", - "max": "95.256", - "min": "94.255", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "113.953", - "max": "115.777", - "min": "113.046", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "71.732", - "max": "87.198", - "min": "70.171", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "211.009", - "max": "215.343", - "min": "209.338", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "162.369", - "max": "164.381", - "min": "161.756", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "162.137", - "max": "179.324", - "min": "161.282", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "119.456", - "max": "120.257", - "min": "119.224", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "98.344", - "max": "101.268", - "min": "97.997", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "116.25", - "max": "116.769", - "min": "115.577", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "18.301", - "max": "21.449", - "min": "17.259", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "9.128", - "max": "9.356", - "min": "8.439", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "131.709", - "max": "140.285", - "min": "129.287", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "101.407", - "max": "103.258", - "min": "100.233", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "18.254", - "max": "20.175", - "min": "17.147", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "140.397", - "max": "141.296", - "min": "140.258", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "38.227", - "max": "38.776", - "min": "38.1", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "107.967", - "max": "112.253", - "min": "107.194", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "264.39", - "max": "264.561", - "min": "263.901", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "90.024", - "max": "90.234", - "min": "89.815", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "77.266", - "max": "77.731", - "min": "77.2", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "94.215", - "max": "94.512", - "min": "93.64", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "172.322", - "max": "173.311", - "min": "172.043", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "97.262", - "max": "106.283", - "min": "90.219", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "111.162", - "max": "111.275", - "min": "110.258", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "203.473", - "max": "204.344", - "min": "203.303", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "170.413", - "max": "171.687", - "min": "170.28", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "28.25", - "max": "28.778", - "min": "28.145", - "id": "16", - "country": "United States", - "source_name": "Washington", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "18": { - "name": "Atlanta", - "data": { - "0": { - "avg": "97.278", - "max": "104.519", - "min": "96.203", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "196.892", - "max": "197.74", - "min": "196.694", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "26.515", - "max": "26.785", - "min": "26.44", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "116.93", - "max": "123.596", - "min": "116.09", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "91.637", - "max": "91.978", - "min": "91.483", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "157.119", - "max": "157.33", - "min": "156.987", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "92.166", - "max": "92.447", - "min": "92.055", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "205.759", - "max": "225.526", - "min": "204.486", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "143.28", - "max": "143.441", - "min": "143.192", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "120.825", - "max": "126.039", - "min": "120.346", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "86.661", - "max": "86.968", - "min": "86.428", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "24.029", - "max": "32.929", - "min": "23.466", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "21.34", - "max": "21.577", - "min": "21.195", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "23.462", - "max": "23.733", - "min": "23.339", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "15.851", - "max": "17.813", - "min": "15.629", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "12.802", - "max": "13.152", - "min": "12.1", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "111.611", - "max": "111.819", - "min": "111.418", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "0.027", - "max": "0.042", - "min": "0.019", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "99.615", - "max": "99.792", - "min": "99.483", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "114.652", - "max": "114.836", - "min": "114.566", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "201.19", - "max": "201.383", - "min": "201.088", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "29.384", - "max": "30.734", - "min": "29.125", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "52.543", - "max": "53.574", - "min": "52.39", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "74.019", - "max": "89.151", - "min": "73.295", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "120.305", - "max": "124.425", - "min": "119.803", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "116.051", - "max": "116.21", - "min": "115.957", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "113.943", - "max": "121.637", - "min": "113.448", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "114.021", - "max": "115.767", - "min": "113.602", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "99.801", - "max": "100.083", - "min": "99.691", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "59.623", - "max": "60.01", - "min": "59.352", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "228.519", - "max": "232.8", - "min": "227.751", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "119.662", - "max": "121.815", - "min": "119.451", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "42.686", - "max": "44.214", - "min": "42.391", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "130.768", - "max": "130.832", - "min": "130.695", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "108.146", - "max": "109.936", - "min": "107.825", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "224.512", - "max": "225.409", - "min": "224.243", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "50.965", - "max": "51.09", - "min": "50.9", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "49.899", - "max": "53.302", - "min": "49.441", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "18.673", - "max": "19.032", - "min": "18.535", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "18.463", - "max": "20.749", - "min": "18.106", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "232.11", - "max": "237.798", - "min": "231.624", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "100.182", - "max": "101.6", - "min": "99.777", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "126.999", - "max": "127.358", - "min": "126.842", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "119.097", - "max": "131.119", - "min": "117.769", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "228.109", - "max": "228.284", - "min": "227.961", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "116.608", - "max": "118.932", - "min": "115.984", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "123.586", - "max": "123.801", - "min": "123.469", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "104.408", - "max": "107.592", - "min": "96.967", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "148.651", - "max": "149.211", - "min": "147.47", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "27.847", - "max": "27.986", - "min": "27.744", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "29.622", - "max": "30.551", - "min": "29.383", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "59.841", - "max": "60.158", - "min": "59.67", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "157.791", - "max": "170.545", - "min": "144.296", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "40.268", - "max": "44.005", - "min": "31.48", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "249.034", - "max": "256.232", - "min": "245.814", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "253.929", - "max": "254.243", - "min": "253.772", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "114.345", - "max": "116.158", - "min": "113.84", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "208.61", - "max": "208.706", - "min": "208.524", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "110.587", - "max": "111.77", - "min": "110.282", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "102.28", - "max": "102.609", - "min": "102.129", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "141.998", - "max": "142.948", - "min": "141.47", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "145.516", - "max": "201.981", - "min": "140.097", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "238.265", - "max": "272.11", - "min": "236.034", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "240.195", - "max": "242.967", - "min": "239.89", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "134.271", - "max": "135.746", - "min": "134.096", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "126.684", - "max": "127.678", - "min": "126.517", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "16.797", - "max": "22.622", - "min": "16.204", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "128.711", - "max": "137.528", - "min": "127.607", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "134.515", - "max": "138.869", - "min": "133.677", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "34.185", - "max": "37.034", - "min": "33.905", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "209.177", - "max": "210.862", - "min": "208.967", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "48.542", - "max": "50.321", - "min": "48.249", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "58.157", - "max": "59.032", - "min": "57.976", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "8.767", - "max": "13.19", - "min": "7.613", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "123.04", - "max": "124.829", - "min": "122.715", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "98.299", - "max": "98.416", - "min": "98.156", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "5.997", - "max": "7.555", - "min": "5.701", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "56.409", - "max": "57.293", - "min": "56.154", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "31.367", - "max": "42.974", - "min": "30.729", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "20.774", - "max": "21.589", - "min": "20.612", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "67.779", - "max": "70.693", - "min": "67.461", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "33.916", - "max": "36.259", - "min": "33.268", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "230.369", - "max": "231.627", - "min": "230.159", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "241.228", - "max": "241.687", - "min": "240.982", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "66.938", - "max": "69.457", - "min": "62.091", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "142.537", - "max": "143.625", - "min": "142.172", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "95.731", - "max": "96.419", - "min": "95.428", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "11.987", - "max": "12.284", - "min": "11.87", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "22.704", - "max": "22.971", - "min": "22.504", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "90.865", - "max": "91.293", - "min": "90.73", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "25.613", - "max": "27.385", - "min": "24.829", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "58.534", - "max": "59.972", - "min": "58.188", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "98.298", - "max": "98.429", - "min": "98.217", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "195.605", - "max": "196.754", - "min": "195.385", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "27.122", - "max": "29.105", - "min": "26.757", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "18.12", - "max": "20.798", - "min": "17.774", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "60.68", - "max": "62.356", - "min": "60.351", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "46.922", - "max": "88.329", - "min": "44.505", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "57.286", - "max": "57.961", - "min": "57.136", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "21.37", - "max": "23.499", - "min": "21.176", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "31.02", - "max": "31.171", - "min": "30.952", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "64.291", - "max": "64.522", - "min": "64.088", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "137.868", - "max": "138.397", - "min": "137.699", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "225.717", - "max": "230.774", - "min": "225.118", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "21.496", - "max": "21.829", - "min": "21.325", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "185.118", - "max": "185.72", - "min": "184.968", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "89.296", - "max": "90.627", - "min": "89.142", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "18.746", - "max": "18.885", - "min": "18.597", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "8.604", - "max": "8.734", - "min": "8.453", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "200.662", - "max": "203.878", - "min": "199.927", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "216.886", - "max": "220.883", - "min": "216.471", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "182.751", - "max": "183.127", - "min": "182.625", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "18.929", - "max": "19.115", - "min": "18.809", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "214.966", - "max": "260.833", - "min": "212.91", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "451.149", - "max": "551.727", - "min": "286.164", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "268.593", - "max": "381.42", - "min": "151.845", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "249.543", - "max": "257.051", - "min": "248.801", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "152.353", - "max": "152.611", - "min": "152.235", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "27.596", - "max": "28.081", - "min": "27.459", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "38.755", - "max": "43.586", - "min": "38.131", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "36.178", - "max": "39.916", - "min": "35.463", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "98.189", - "max": "241.516", - "min": "19.572", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "146.315", - "max": "147.528", - "min": "146.175", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.378", - "max": "454.803", - "min": "123.366", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "129.389", - "max": "129.48", - "min": "129.33", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "113.971", - "max": "115.098", - "min": "113.251", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "19.289", - "max": "19.477", - "min": "19.171", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "307.889", - "max": "310.519", - "min": "307.547", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "199.099", - "max": "200.363", - "min": "198.847", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "94.751", - "max": "98.011", - "min": "94.524", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.928", - "max": "27.481", - "min": "25.704", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "12.116", - "max": "13.656", - "min": "11.905", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "24.311", - "max": "27.252", - "min": "23.826", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "194.358", - "max": "196.117", - "min": "193.652", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "33.276", - "max": "33.436", - "min": "33.201", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "24.361", - "max": "24.636", - "min": "24.222", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.982", - "max": "75.17", - "min": "49.614", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "30.286", - "max": "33.729", - "min": "29.805", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "29.267", - "max": "29.788", - "min": "29.055", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "66.091", - "max": "79.84", - "min": "35.11", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "114.816", - "max": "114.951", - "min": "114.722", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "245.547", - "max": "247.09", - "min": "245.037", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "131.985", - "max": "132.109", - "min": "131.845", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "111.182", - "max": "112.645", - "min": "110.814", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "108.723", - "max": "125.244", - "min": "107.7", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "95.978", - "max": "96.49", - "min": "95.643", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "120.263", - "max": "122.252", - "min": "120.026", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "292.207", - "max": "292.601", - "min": "292.087", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "86.044", - "max": "86.532", - "min": "85.896", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "100.126", - "max": "113.565", - "min": "96.175", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "100.177", - "max": "113.66", - "min": "98.598", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "172.083", - "max": "172.175", - "min": "171.982", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "119.29", - "max": "120.809", - "min": "119.046", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "102.118", - "max": "102.944", - "min": "101.886", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "22.677", - "max": "22.785", - "min": "22.558", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "76.147", - "max": "84.669", - "min": "75.227", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "140.579", - "max": "141.595", - "min": "140.337", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "212.644", - "max": "252.227", - "min": "206.232", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "69.141", - "max": "70.149", - "min": "69.011", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "145.663", - "max": "183.412", - "min": "141.326", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "48.476", - "max": "48.641", - "min": "48.381", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "462.879", - "max": "463.401", - "min": "462.094", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "124.526", - "max": "126.806", - "min": "124.142", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "18.825", - "max": "20.441", - "min": "18.448", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "206.485", - "max": "206.652", - "min": "206.36", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "247.858", - "max": "247.984", - "min": "247.783", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "183.397", - "max": "183.673", - "min": "183.268", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "37.777", - "max": "38.138", - "min": "37.633", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "222.244", - "max": "223.44", - "min": "221.952", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "27.123", - "max": "31.8", - "min": "26.723", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "21.397", - "max": "21.489", - "min": "21.318", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "105.546", - "max": "120.511", - "min": "103.953", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "277.838", - "max": "277.953", - "min": "277.732", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "94.59", - "max": "97.231", - "min": "94.359", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "115", - "max": "123.334", - "min": "114.402", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "120.294", - "max": "120.887", - "min": "120.199", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "115.638", - "max": "115.795", - "min": "115.531", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "95.195", - "max": "95.524", - "min": "94.949", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "144.305", - "max": "145.629", - "min": "142.23", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "128.221", - "max": "128.386", - "min": "128.051", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "146.332", - "max": "146.757", - "min": "146.21", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "129.539", - "max": "129.819", - "min": "129.366", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "102.816", - "max": "113.752", - "min": "101.252", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "96.134", - "max": "97.158", - "min": "95.926", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "98.276", - "max": "98.392", - "min": "98.172", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "110.73", - "max": "110.821", - "min": "110.631", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "140.64", - "max": "141.138", - "min": "140.404", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "121.641", - "max": "152.335", - "min": "118.724", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "115.879", - "max": "130.071", - "min": "100.127", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "87.255", - "max": "91.49", - "min": "86.598", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "138.888", - "max": "139.103", - "min": "138.718", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "127.24", - "max": "146.989", - "min": "126.366", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "128.241", - "max": "128.872", - "min": "127.887", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "92.042", - "max": "108.935", - "min": "91.226", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "247.057", - "max": "247.566", - "min": "246.911", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "108.586", - "max": "109.416", - "min": "108.454", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "112.918", - "max": "113.106", - "min": "112.771", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "109.221", - "max": "109.351", - "min": "109.096", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "76.883", - "max": "82.318", - "min": "75.537", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "149.312", - "max": "149.714", - "min": "149.18", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "95.735", - "max": "98.982", - "min": "95.145", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "97.887", - "max": "98.182", - "min": "97.769", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "99.551", - "max": "102.04", - "min": "96.371", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "208.839", - "max": "215.109", - "min": "208.018", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "19.654", - "max": "25.087", - "min": "19.041", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "229.423", - "max": "229.52", - "min": "229.345", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "265.651", - "max": "265.89", - "min": "265.53", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "101.296", - "max": "102.728", - "min": "100.944", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "244.434", - "max": "245.867", - "min": "244.247", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "89.439", - "max": "90.952", - "min": "89.024", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "120.352", - "max": "120.752", - "min": "120.147", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "152.239", - "max": "152.516", - "min": "152.096", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "95.595", - "max": "96.922", - "min": "95.222", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "93.787", - "max": "98.574", - "min": "93.309", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "29.373", - "max": "29.459", - "min": "29.286", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "32.193", - "max": "32.28", - "min": "32.095", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "216.747", - "max": "350.574", - "min": "211.947", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "23.081", - "max": "23.207", - "min": "22.989", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "106.832", - "max": "107.06", - "min": "106.711", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "24.029", - "max": "24.155", - "min": "23.965", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "115.462", - "max": "115.845", - "min": "115.324", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "140.566", - "max": "141.201", - "min": "140.446", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "28.566", - "max": "32.978", - "min": "25.639", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "106.863", - "max": "107.054", - "min": "106.724", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "121.607", - "max": "125.072", - "min": "120.955", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "71.03", - "max": "79.875", - "min": "69.625", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "181.559", - "max": "182.339", - "min": "181.103", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "146.455", - "max": "147.966", - "min": "146.17", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "171.377", - "max": "171.889", - "min": "171.163", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "130.215", - "max": "132.207", - "min": "130.079", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "95.133", - "max": "95.256", - "min": "94.98", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "133.419", - "max": "133.608", - "min": "133.35", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "28.289", - "max": "28.874", - "min": "28.064", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "22.617", - "max": "22.905", - "min": "22.504", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "143.497", - "max": "148.171", - "min": "141.541", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "83.237", - "max": "89.808", - "min": "82.566", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "29.863", - "max": "31.022", - "min": "29.097", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "148.581", - "max": "153.827", - "min": "147.709", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "32.606", - "max": "40.893", - "min": "30.84", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "103.869", - "max": "106.384", - "min": "103.574", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "236.232", - "max": "236.423", - "min": "236.004", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "85.894", - "max": "86.005", - "min": "85.784", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "92.033", - "max": "92.818", - "min": "91.884", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "100.215", - "max": "100.932", - "min": "100.084", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "187.198", - "max": "187.838", - "min": "186.983", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "104.857", - "max": "113.288", - "min": "96.442", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "127.107", - "max": "127.222", - "min": "127.002", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "210.721", - "max": "212.176", - "min": "210.395", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "167.368", - "max": "168.515", - "min": "167.066", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "34.61", - "max": "35.548", - "min": "34.444", - "id": "18", - "country": "United States", - "source_name": "Atlanta", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "22": { - "name": "Chicago", - "data": { - "0": { - "avg": "102.934", - "max": "103.193", - "min": "102.759", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "251.736", - "max": "252.022", - "min": "251.487", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "14.777", - "max": "14.994", - "min": "14.642", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "120.471", - "max": "127.368", - "min": "119.846", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "94.262", - "max": "94.467", - "min": "94.098", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "169.285", - "max": "169.46", - "min": "169.163", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "99.151", - "max": "99.399", - "min": "99.059", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "289.334", - "max": "295.986", - "min": "288.474", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "145.693", - "max": "145.803", - "min": "145.611", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "113.648", - "max": "118.601", - "min": "113.158", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "86.252", - "max": "86.488", - "min": "86.117", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "37.436", - "max": "54.197", - "min": "36.712", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "23.166", - "max": "23.551", - "min": "23.059", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "25.601", - "max": "25.867", - "min": "25.49", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "32.451", - "max": "36.758", - "min": "32.224", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "28.151", - "max": "28.435", - "min": "27.93", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "109.492", - "max": "109.773", - "min": "109.295", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "29.246", - "max": "32.153", - "min": "28.999", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "100.094", - "max": "100.282", - "min": "99.931", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "117.241", - "max": "117.309", - "min": "117.19", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "268.862", - "max": "269.073", - "min": "268.75", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "0.034", - "max": "0.052", - "min": "0.02", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "53.222", - "max": "53.444", - "min": "53.145", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "56.248", - "max": "62.382", - "min": "55.896", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "113.509", - "max": "114.015", - "min": "113.247", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "111.576", - "max": "113.35", - "min": "111.468", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "111.724", - "max": "112.773", - "min": "111.578", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "128.337", - "max": "128.701", - "min": "128.25", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "98.858", - "max": "98.945", - "min": "98.772", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "48.778", - "max": "50.95", - "min": "47.911", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "217.861", - "max": "218.072", - "min": "217.77", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "116.68", - "max": "117.535", - "min": "116.551", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "51.358", - "max": "51.483", - "min": "51.261", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "139.215", - "max": "139.966", - "min": "139.102", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "116.242", - "max": "118.906", - "min": "115.994", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "233.571", - "max": "235.59", - "min": "233.315", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "58.408", - "max": "58.478", - "min": "58.366", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.28", - "max": "61.008", - "min": "60.174", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "28.243", - "max": "31.403", - "min": "27.999", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "28.277", - "max": "29.366", - "min": "28.016", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "231.882", - "max": "235.637", - "min": "231.299", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "96.616", - "max": "103.232", - "min": "95.792", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "131.284", - "max": "131.436", - "min": "131.156", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "122.456", - "max": "131.221", - "min": "122.1", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "226.882", - "max": "232.493", - "min": "226.604", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "126.98", - "max": "127.587", - "min": "126.557", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "120.77", - "max": "121.152", - "min": "120.604", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "96.342", - "max": "96.931", - "min": "96.222", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "174.209", - "max": "175.465", - "min": "174.013", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "38.622", - "max": "40.744", - "min": "38.327", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "23.923", - "max": "24.099", - "min": "23.871", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "51.812", - "max": "52.392", - "min": "51.514", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "140.406", - "max": "167.385", - "min": "92.539", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "13.703", - "max": "13.985", - "min": "13.612", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "266.82", - "max": "274.013", - "min": "263.513", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "237.15", - "max": "237.894", - "min": "236.926", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "111.131", - "max": "112.754", - "min": "110.451", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "203.629", - "max": "204.17", - "min": "203.527", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "119.455", - "max": "120.461", - "min": "119.221", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "101.279", - "max": "101.437", - "min": "101.165", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "152.918", - "max": "156.078", - "min": "152.269", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "146.562", - "max": "201.604", - "min": "141.683", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "225.793", - "max": "231.908", - "min": "225.291", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "235.245", - "max": "236.052", - "min": "235.068", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "139.685", - "max": "140.396", - "min": "139.559", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "136.71", - "max": "137.914", - "min": "136.524", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "23.153", - "max": "23.739", - "min": "23.034", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "138.406", - "max": "139.458", - "min": "137.95", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "144.381", - "max": "147.366", - "min": "143.472", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "26.016", - "max": "29.025", - "min": "25.47", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.873", - "max": "200.59", - "min": "199.745", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "55.792", - "max": "56.307", - "min": "55.556", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "75.525", - "max": "76.145", - "min": "75.401", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "43.674", - "max": "43.794", - "min": "43.615", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "144.33", - "max": "145.354", - "min": "144.097", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "92.805", - "max": "93.095", - "min": "92.677", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "30.19", - "max": "30.305", - "min": "30.079", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "65.521", - "max": "65.601", - "min": "65.452", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "19.738", - "max": "24.229", - "min": "19.256", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "9.535", - "max": "10.696", - "min": "9.322", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "59.051", - "max": "59.302", - "min": "58.905", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "35.494", - "max": "36.288", - "min": "35.336", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "251.185", - "max": "254.138", - "min": "248.864", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.989", - "max": "240.123", - "min": "239.856", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "50.824", - "max": "53.997", - "min": "48.39", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "140.399", - "max": "142.358", - "min": "140.064", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "95.021", - "max": "102.631", - "min": "94.386", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "30.091", - "max": "30.523", - "min": "30.003", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "9.313", - "max": "12.2", - "min": "9.103", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "94.593", - "max": "94.863", - "min": "94.517", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "14.318", - "max": "17.598", - "min": "13.599", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "56.246", - "max": "57.955", - "min": "55.759", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "98.043", - "max": "98.581", - "min": "97.984", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "173.356", - "max": "173.621", - "min": "173.241", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "20.137", - "max": "20.762", - "min": "20.021", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "35.175", - "max": "35.345", - "min": "35.076", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "76.115", - "max": "76.423", - "min": "75.892", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "63.443", - "max": "122.082", - "min": "60.737", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "51.961", - "max": "52.525", - "min": "51.799", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "4.706", - "max": "5.668", - "min": "4.531", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "18.345", - "max": "18.426", - "min": "18.285", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "54.378", - "max": "56.885", - "min": "54.116", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "144.795", - "max": "144.896", - "min": "144.692", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "214.532", - "max": "215.732", - "min": "214.04", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "10.206", - "max": "10.575", - "min": "10.022", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "320.432", - "max": "320.77", - "min": "319.587", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "99.287", - "max": "102.247", - "min": "99.078", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "26.889", - "max": "27.936", - "min": "26.766", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "27.056", - "max": "36.194", - "min": "26.648", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "209.451", - "max": "213.235", - "min": "209.157", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "214.057", - "max": "214.264", - "min": "213.979", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "179.232", - "max": "179.598", - "min": "179.111", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "21.662", - "max": "21.735", - "min": "21.578", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "228.286", - "max": "229.878", - "min": "227.987", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "463.815", - "max": "575.122", - "min": "286.259", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "252.307", - "max": "375.147", - "min": "169.666", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "261.462", - "max": "277.489", - "min": "260.378", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "148.589", - "max": "149.379", - "min": "148.379", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "20.542", - "max": "20.966", - "min": "20.382", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "44.293", - "max": "46.542", - "min": "43.945", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "27.555", - "max": "32.346", - "min": "27.23", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "106.355", - "max": "249.151", - "min": "25.066", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "142.558", - "max": "142.926", - "min": "142.475", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.225", - "max": "226.845", - "min": "134.458", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "131.352", - "max": "131.617", - "min": "131.263", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "116.438", - "max": "119.173", - "min": "115.65", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "20.68", - "max": "23.167", - "min": "18.79", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "311.241", - "max": "311.746", - "min": "311.014", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "197.9", - "max": "198.188", - "min": "197.749", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "86.045", - "max": "86.465", - "min": "85.962", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "14.135", - "max": "14.355", - "min": "14.056", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "10.646", - "max": "11.955", - "min": "10.484", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "24.902", - "max": "26.805", - "min": "24.64", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "189.851", - "max": "191.193", - "min": "189.26", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "37.016", - "max": "37.148", - "min": "36.96", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "25.238", - "max": "26.245", - "min": "24.988", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "36.188", - "max": "43.112", - "min": "34.787", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "31", - "max": "33.172", - "min": "30.837", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "9.893", - "max": "12.159", - "min": "9.539", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "20.187", - "max": "20.303", - "min": "20.079", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "124.471", - "max": "124.727", - "min": "124.365", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.313", - "max": "252.798", - "min": "249.558", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "133.144", - "max": "133.601", - "min": "133.024", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "111.647", - "max": "111.878", - "min": "111.455", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "93.04", - "max": "95.501", - "min": "92.677", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "106.458", - "max": "106.834", - "min": "106.232", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "130.559", - "max": "132.987", - "min": "130.277", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "292.966", - "max": "293.119", - "min": "292.881", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "87.295", - "max": "87.768", - "min": "87.174", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "88.671", - "max": "89.947", - "min": "88.465", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "97.473", - "max": "106.143", - "min": "96.356", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "171.699", - "max": "171.869", - "min": "171.608", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "127.93", - "max": "129.704", - "min": "127.673", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "106.032", - "max": "108.12", - "min": "104.323", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "28.213", - "max": "29.017", - "min": "28.071", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "92.863", - "max": "94.263", - "min": "92.683", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "128.84", - "max": "129.99", - "min": "128.611", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "216.278", - "max": "269.038", - "min": "209.306", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "26.065", - "max": "26.207", - "min": "25.959", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "176.692", - "max": "261.578", - "min": "167.867", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "53.773", - "max": "53.957", - "min": "53.663", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "367.111", - "max": "367.336", - "min": "366.548", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "127.15", - "max": "127.216", - "min": "127.086", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "22.652", - "max": "22.791", - "min": "22.532", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "202.963", - "max": "203.152", - "min": "202.838", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "250.095", - "max": "250.256", - "min": "250.027", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "176.316", - "max": "176.897", - "min": "176.195", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "51.196", - "max": "52.033", - "min": "50.976", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "260.352", - "max": "260.755", - "min": "260.063", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "28.315", - "max": "28.513", - "min": "28.228", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "11.852", - "max": "11.902", - "min": "11.801", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "104.164", - "max": "105.167", - "min": "103.941", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "262.424", - "max": "262.688", - "min": "262.33", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "99.375", - "max": "100.368", - "min": "99.246", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "105.176", - "max": "105.558", - "min": "105.011", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "122.148", - "max": "129.877", - "min": "121.648", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "112.643", - "max": "113.668", - "min": "112.501", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "91.005", - "max": "91.626", - "min": "90.64", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "140.552", - "max": "140.868", - "min": "140.417", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "140.104", - "max": "140.784", - "min": "140.01", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "149.155", - "max": "149.829", - "min": "149.012", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "149.325", - "max": "149.799", - "min": "149.208", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "103.802", - "max": "106.67", - "min": "103.478", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "98.169", - "max": "98.266", - "min": "98.056", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "90.795", - "max": "90.857", - "min": "90.714", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "125.07", - "max": "125.23", - "min": "124.968", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "140.539", - "max": "141.451", - "min": "140.321", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "120.453", - "max": "147.735", - "min": "117.844", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "119.817", - "max": "150.753", - "min": "104.35", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "85.43", - "max": "85.694", - "min": "85.366", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "149.612", - "max": "149.874", - "min": "149.404", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "119.881", - "max": "161.398", - "min": "117.898", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "140.531", - "max": "141.164", - "min": "140.128", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "94.153", - "max": "94.584", - "min": "93.984", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "254.892", - "max": "287.216", - "min": "253.667", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "128.259", - "max": "128.372", - "min": "128.179", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "115.977", - "max": "116.148", - "min": "115.887", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "123.143", - "max": "123.308", - "min": "123.072", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "102.593", - "max": "109.887", - "min": "100.78", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "151.891", - "max": "152.008", - "min": "151.765", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "101.108", - "max": "101.758", - "min": "100.991", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "99.491", - "max": "99.975", - "min": "99.359", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "99.055", - "max": "99.159", - "min": "98.968", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "206.949", - "max": "216.518", - "min": "203.829", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "23.9", - "max": "32.423", - "min": "22.836", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "259.21", - "max": "262.519", - "min": "254.278", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "255.789", - "max": "256.157", - "min": "255.662", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "102.126", - "max": "102.352", - "min": "102.058", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "232.857", - "max": "233.091", - "min": "232.707", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "70.915", - "max": "73.529", - "min": "70.582", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "123.785", - "max": "126.456", - "min": "123.044", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "153.455", - "max": "153.829", - "min": "153.327", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "89.541", - "max": "90.597", - "min": "89.273", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "95.462", - "max": "95.673", - "min": "95.351", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "18.442", - "max": "18.614", - "min": "18.375", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "49.288", - "max": "49.385", - "min": "49.236", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "226.177", - "max": "226.59", - "min": "226.015", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "28.437", - "max": "28.88", - "min": "28.339", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "111.157", - "max": "111.433", - "min": "111.034", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "18.065", - "max": "19.38", - "min": "17.959", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "121.676", - "max": "121.803", - "min": "121.611", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "178.358", - "max": "178.647", - "min": "178.239", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "57.063", - "max": "60.723", - "min": "54.308", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "110.504", - "max": "110.612", - "min": "110.383", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "123.595", - "max": "124.907", - "min": "122.893", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "82.531", - "max": "90.749", - "min": "81.284", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "195.579", - "max": "196.35", - "min": "195.327", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "211.477", - "max": "211.72", - "min": "211.369", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "197.179", - "max": "197.899", - "min": "196.956", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "136.487", - "max": "136.708", - "min": "136.401", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "98.437", - "max": "98.869", - "min": "98.373", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "167.206", - "max": "167.418", - "min": "167.134", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "31.684", - "max": "32.588", - "min": "31.404", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "35.187", - "max": "35.414", - "min": "35.035", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "146.239", - "max": "149.958", - "min": "144.666", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "105.313", - "max": "106.017", - "min": "105.088", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "30.462", - "max": "32.193", - "min": "29.43", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "149.1", - "max": "149.628", - "min": "148.981", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "15.262", - "max": "15.468", - "min": "15.131", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "103.244", - "max": "109.01", - "min": "102.464", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.56", - "max": "235.495", - "min": "225.51", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "111.145", - "max": "111.183", - "min": "111.107", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "98.853", - "max": "98.887", - "min": "98.794", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "98.337", - "max": "99.448", - "min": "98.183", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "180.899", - "max": "181.476", - "min": "180.738", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "112.464", - "max": "124.819", - "min": "104.763", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "123.301", - "max": "123.579", - "min": "123.186", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "205.143", - "max": "206.327", - "min": "204.987", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "174.616", - "max": "175.597", - "min": "174.405", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "31.151", - "max": "31.231", - "min": "31.097", - "id": "22", - "country": "United States", - "source_name": "Chicago", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "23": { - "name": "San Jose", - "data": { - "0": { - "avg": "145.162", - "max": "146.302", - "min": "144.021", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "207.617", - "max": "209.221", - "min": "206.587", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "57.345", - "max": "58.42", - "min": "56.206", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "172.308", - "max": "179.201", - "min": "170.737", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "143.148", - "max": "144.715", - "min": "141.91", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "104.6", - "max": "106.294", - "min": "102.864", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "157.691", - "max": "158.925", - "min": "156.494", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "245.049", - "max": "246.999", - "min": "243.79", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "193.17", - "max": "194.594", - "min": "191.96", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "172.369", - "max": "175.324", - "min": "171.063", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "149.158", - "max": "151.771", - "min": "147.991", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "47.268", - "max": "48.324", - "min": "46.065", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "69.067", - "max": "70.293", - "min": "68.071", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "85.022", - "max": "86.312", - "min": "83.832", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "76.082", - "max": "77.359", - "min": "74.507", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "64.919", - "max": "66.195", - "min": "63.693", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "159.455", - "max": "160.523", - "min": "158.437", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "52.468", - "max": "54.011", - "min": "51.477", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "148.943", - "max": "150.46", - "min": "147.812", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "169.155", - "max": "170.649", - "min": "167.76", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "293.05", - "max": "294.407", - "min": "291.986", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "53.282", - "max": "54.511", - "min": "52.024", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "0.081", - "max": "1.14", - "min": "0", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "21.496", - "max": "30.321", - "min": "19.65", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "159.962", - "max": "161.048", - "min": "158.92", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "163.022", - "max": "164.11", - "min": "161.534", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "161.588", - "max": "164.059", - "min": "160.155", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "154.361", - "max": "155.708", - "min": "153.247", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "146.593", - "max": "147.652", - "min": "145.473", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "1.466", - "max": "2.416", - "min": "0.855", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "180.643", - "max": "181.792", - "min": "179.121", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "172.941", - "max": "174.379", - "min": "171.264", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "57.435", - "max": "60.674", - "min": "55.869", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "182.152", - "max": "183.273", - "min": "180.865", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "156.552", - "max": "158.261", - "min": "155.145", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "189.908", - "max": "192.11", - "min": "188.561", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "13.319", - "max": "14.369", - "min": "12.077", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "19.936", - "max": "21.612", - "min": "18.568", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "49.1", - "max": "50.469", - "min": "47.888", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "73.384", - "max": "77.81", - "min": "72.096", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "283.01", - "max": "286.982", - "min": "281.77", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "144.171", - "max": "145.593", - "min": "142.887", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "181.537", - "max": "183.319", - "min": "180.184", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "162.955", - "max": "164.752", - "min": "161.645", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "256.818", - "max": "263.205", - "min": "255.543", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "167.907", - "max": "169.798", - "min": "166.496", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "168.059", - "max": "169.123", - "min": "166.917", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "128.841", - "max": "130.109", - "min": "127.296", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "197.388", - "max": "199.027", - "min": "196.105", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "43.152", - "max": "44.86", - "min": "41.558", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "69.121", - "max": "70.147", - "min": "67.943", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "26.657", - "max": "28.187", - "min": "25.37", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "161.607", - "max": "173.393", - "min": "152.444", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "35.476", - "max": "37.108", - "min": "34.247", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "239.851", - "max": "252.881", - "min": "235.882", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "196.582", - "max": "198.731", - "min": "195.213", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "159.007", - "max": "161.026", - "min": "157.441", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "152.032", - "max": "153.357", - "min": "150.751", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "156.794", - "max": "158.771", - "min": "155.533", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "149.147", - "max": "150.751", - "min": "147.884", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "198.851", - "max": "200.371", - "min": "197.35", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "193.172", - "max": "234.76", - "min": "189.726", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "208.035", - "max": "311.549", - "min": "199.453", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "184.737", - "max": "190.736", - "min": "183.138", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "185.49", - "max": "186.775", - "min": "184.167", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "184.14", - "max": "185.946", - "min": "183.026", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "73.088", - "max": "75.964", - "min": "71.791", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "174.329", - "max": "184.311", - "min": "172.743", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "184.166", - "max": "185.879", - "min": "182.467", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "28.871", - "max": "30.038", - "min": "27.782", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "153.487", - "max": "154.938", - "min": "152.155", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "16.222", - "max": "17.82", - "min": "14.899", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "120.886", - "max": "128.109", - "min": "119.457", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "64.03", - "max": "65.219", - "min": "62.589", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "185.845", - "max": "187.259", - "min": "184.455", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "142.637", - "max": "143.874", - "min": "141.125", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "67.513", - "max": "68.75", - "min": "66.54", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "16.653", - "max": "19.935", - "min": "15.025", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "70.227", - "max": "74.297", - "min": "68.27", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "54.412", - "max": "55.592", - "min": "53.305", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "17.325", - "max": "18.56", - "min": "16.144", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "77.916", - "max": "79.684", - "min": "76.281", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "154.796", - "max": "157.589", - "min": "153.488", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "214.659", - "max": "215.761", - "min": "213.556", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "69.35", - "max": "70.618", - "min": "67.86", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "196.637", - "max": "197.772", - "min": "195.482", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "141.751", - "max": "142.943", - "min": "140.496", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "73.53", - "max": "75.032", - "min": "72.263", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "70.685", - "max": "72.138", - "min": "69.581", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "137.437", - "max": "145.109", - "min": "135.932", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "57.34", - "max": "59.967", - "min": "55.76", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "7.604", - "max": "8.598", - "min": "7.137", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "168.657", - "max": "170.04", - "min": "167.603", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "129.494", - "max": "130.751", - "min": "128.172", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "66.511", - "max": "67.854", - "min": "65.204", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "79.383", - "max": "80.813", - "min": "77.664", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "120.021", - "max": "121.694", - "min": "118.713", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "111.971", - "max": "121.519", - "min": "109.491", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "2.828", - "max": "4.001", - "min": "1.602", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "54.34", - "max": "56.849", - "min": "52.769", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "69.011", - "max": "70.043", - "min": "67.718", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "66.639", - "max": "67.814", - "min": "65.051", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "188.541", - "max": "191.152", - "min": "187.439", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "170.587", - "max": "173.068", - "min": "168.855", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "53.847", - "max": "55.281", - "min": "52.722", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "391.812", - "max": "434.578", - "min": "380.681", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "133.178", - "max": "135.261", - "min": "131.801", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "72.355", - "max": "76.866", - "min": "70.738", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "69.275", - "max": "72.072", - "min": "67.634", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "244.475", - "max": "247.426", - "min": "242.396", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "164.099", - "max": "181.716", - "min": "162.14", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "131.375", - "max": "132.46", - "min": "130.123", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "79.29", - "max": "80.516", - "min": "78.074", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "257.776", - "max": "258.839", - "min": "256.541", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "505.428", - "max": "621.068", - "min": "337.519", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "288.369", - "max": "430.488", - "min": "217.103", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "300.121", - "max": "314.257", - "min": "297.914", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "109.872", - "max": "113.721", - "min": "108.346", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "46.696", - "max": "48.185", - "min": "45.64", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "72.013", - "max": "73.742", - "min": "70.805", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "26.7", - "max": "34.993", - "min": "25.302", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "147.846", - "max": "312.915", - "min": "78.419", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "195.067", - "max": "221.347", - "min": "177.016", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "194.343", - "max": "362.779", - "min": "186.695", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "181.765", - "max": "182.88", - "min": "180.631", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "168.575", - "max": "170.027", - "min": "167.159", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "68.576", - "max": "73.458", - "min": "62.126", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "297.809", - "max": "298.893", - "min": "296.145", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "247.869", - "max": "249.086", - "min": "246.617", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "50.547", - "max": "51.79", - "min": "49.721", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "68.753", - "max": "70.202", - "min": "67.751", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "59.496", - "max": "60.508", - "min": "58.756", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "54.477", - "max": "55.616", - "min": "52.947", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "137.681", - "max": "139.598", - "min": "135.623", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "53.44", - "max": "54.73", - "min": "52.343", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.617", - "max": "74.744", - "min": "72.435", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "37.24", - "max": "42.227", - "min": "35.052", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "53.129", - "max": "54.336", - "min": "51.872", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "44.873", - "max": "45.944", - "min": "43.926", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "71.665", - "max": "72.887", - "min": "70.132", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "174.587", - "max": "175.54", - "min": "173.302", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "223.869", - "max": "228.082", - "min": "222.121", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "183.311", - "max": "184.456", - "min": "182", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "154.804", - "max": "156.145", - "min": "153.673", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "54.238", - "max": "64.5", - "min": "52.615", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "153.698", - "max": "155.178", - "min": "152.632", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "178.025", - "max": "183.154", - "min": "176.296", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "245.703", - "max": "248.47", - "min": "244.33", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "144.977", - "max": "146.298", - "min": "143.68", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "139.04", - "max": "139.553", - "min": "137.948", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "146.349", - "max": "159.561", - "min": "143.667", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "124.608", - "max": "126.105", - "min": "123.557", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "164.317", - "max": "165.424", - "min": "162.948", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "154.442", - "max": "183.241", - "min": "152.394", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "74.69", - "max": "75.915", - "min": "73.579", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "28.025", - "max": "29.663", - "min": "26.666", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "182.024", - "max": "183.127", - "min": "180.782", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "177.238", - "max": "220.134", - "min": "169.213", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "60.068", - "max": "60.73", - "min": "59.021", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "216.566", - "max": "287.028", - "min": "210.619", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "96.56", - "max": "97.988", - "min": "94.925", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "215.927", - "max": "219.269", - "min": "214.707", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "166.57", - "max": "167.73", - "min": "164.892", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "67.321", - "max": "68.81", - "min": "66.123", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "254.41", - "max": "255.836", - "min": "252.954", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "310.086", - "max": "311.292", - "min": "308.968", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "223.217", - "max": "224.739", - "min": "221.687", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "64.339", - "max": "65.428", - "min": "63.149", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "157.972", - "max": "159.104", - "min": "156.47", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "80.307", - "max": "81.516", - "min": "79.358", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "61.871", - "max": "62.999", - "min": "60.641", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "155.353", - "max": "159.674", - "min": "153.665", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "270.399", - "max": "271.449", - "min": "268.977", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "142.181", - "max": "143.926", - "min": "140.982", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "154.349", - "max": "155.68", - "min": "153.201", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "171.826", - "max": "173.354", - "min": "170.387", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "161.732", - "max": "163.256", - "min": "160.6", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "139.37", - "max": "140.77", - "min": "137.872", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "188.233", - "max": "189.457", - "min": "187.165", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "188.265", - "max": "189.839", - "min": "187.118", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "190.674", - "max": "192.029", - "min": "189.278", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "175.271", - "max": "176.023", - "min": "174.389", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "149.377", - "max": "152.146", - "min": "147.882", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "158.376", - "max": "160.084", - "min": "157.013", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "159.758", - "max": "161.234", - "min": "158.435", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "169.669", - "max": "170.606", - "min": "168.315", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "200.692", - "max": "202.577", - "min": "199.27", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "168.315", - "max": "173.539", - "min": "166.234", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "167.886", - "max": "199.058", - "min": "146.012", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "127.977", - "max": "129.505", - "min": "126.603", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "196.401", - "max": "197.756", - "min": "195.515", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "173.101", - "max": "193.542", - "min": "171.248", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "183.667", - "max": "185", - "min": "182.285", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "147.987", - "max": "153.708", - "min": "146.434", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "202.224", - "max": "203.756", - "min": "200.627", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "156.09", - "max": "158.125", - "min": "154.931", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "162.438", - "max": "163.647", - "min": "161.373", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "171.981", - "max": "173.221", - "min": "170.784", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "138.882", - "max": "146.062", - "min": "135.381", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "199.19", - "max": "201.686", - "min": "197.269", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "146.597", - "max": "149.107", - "min": "145.427", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "149.087", - "max": "152.126", - "min": "147.782", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "145.82", - "max": "149.571", - "min": "139.171", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "156.912", - "max": "161.551", - "min": "155.515", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "73.972", - "max": "78.64", - "min": "72.438", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "173.576", - "max": "177.803", - "min": "168.206", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "234.511", - "max": "235.999", - "min": "233.013", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "140.729", - "max": "142.253", - "min": "139.377", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "285.911", - "max": "291.518", - "min": "278.643", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "21.223", - "max": "22.781", - "min": "19.84", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "168.129", - "max": "169.238", - "min": "167.045", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "203.353", - "max": "204.624", - "min": "202.219", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "138.628", - "max": "140.259", - "min": "137.064", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "143.443", - "max": "144.709", - "min": "141.609", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "69.41", - "max": "70.696", - "min": "68.269", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "79.584", - "max": "80.681", - "min": "78.485", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "176.216", - "max": "177.85", - "min": "174.58", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "72.344", - "max": "73.597", - "min": "70.953", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "161.144", - "max": "164.919", - "min": "160.067", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "67.782", - "max": "69.307", - "min": "66.791", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "165.837", - "max": "167.099", - "min": "164.767", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "223.457", - "max": "238.326", - "min": "207.153", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "77.659", - "max": "83.48", - "min": "74.656", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "167.23", - "max": "168.766", - "min": "165.993", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "172.614", - "max": "175.833", - "min": "170.889", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "105.147", - "max": "117.356", - "min": "103.193", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "254.65", - "max": "255.87", - "min": "253.073", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "99.073", - "max": "100.236", - "min": "97.511", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "234.154", - "max": "235.804", - "min": "232.968", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "177.161", - "max": "178.542", - "min": "175.591", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "141.327", - "max": "142.813", - "min": "139.592", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "183.129", - "max": "184.581", - "min": "182.001", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "68.211", - "max": "72.253", - "min": "66.499", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "72.825", - "max": "74.294", - "min": "71.735", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "201.456", - "max": "211.161", - "min": "198.408", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "150.876", - "max": "152.626", - "min": "149.59", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "88.76", - "max": "91.166", - "min": "86.49", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "192.944", - "max": "194.167", - "min": "191.578", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "36.606", - "max": "37.807", - "min": "35.235", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "151.941", - "max": "156.542", - "min": "150.041", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "172.384", - "max": "177.161", - "min": "160.907", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "145.667", - "max": "145.667", - "min": "145.667", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "134.848", - "max": "136.357", - "min": "133.34", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "151.529", - "max": "152.528", - "min": "150.14", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "230.697", - "max": "232.05", - "min": "228.925", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "160.575", - "max": "173.15", - "min": "151.967", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "182.651", - "max": "238.953", - "min": "179.285", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "232.296", - "max": "233.624", - "min": "230.999", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "219.819", - "max": "223.376", - "min": "218.551", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "58.897", - "max": "63.997", - "min": "57.389", - "id": "23", - "country": "United States", - "source_name": "San Jose", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "24": { - "name": "Seattle", - "data": { - "0": { - "avg": "163.666", - "max": "163.929", - "min": "163.488", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "185.282", - "max": "186.803", - "min": "184.9", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "54.927", - "max": "56.562", - "min": "54.748", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "175.148", - "max": "180.417", - "min": "174.278", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "148.231", - "max": "149.155", - "min": "147.92", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "143.484", - "max": "144.656", - "min": "143.317", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "142.476", - "max": "143.71", - "min": "142.289", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "194.215", - "max": "205.178", - "min": "193.254", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "188.577", - "max": "188.748", - "min": "188.476", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "150.796", - "max": "154.656", - "min": "150.337", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "129.156", - "max": "129.53", - "min": "128.991", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "61.534", - "max": "67.412", - "min": "61.179", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.702", - "max": "76.548", - "min": "75.533", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "66.988", - "max": "68.092", - "min": "66.738", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "86.805", - "max": "101.124", - "min": "85.847", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "68.393", - "max": "68.982", - "min": "67.912", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "162.12", - "max": "163.964", - "min": "161.758", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "73.387", - "max": "74.029", - "min": "73.276", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "152.585", - "max": "164.512", - "min": "151.755", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "169.374", - "max": "175.33", - "min": "168.824", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "189.897", - "max": "190.417", - "min": "189.798", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "57.61", - "max": "59.206", - "min": "57.408", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "21.491", - "max": "30.127", - "min": "21.072", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "0.012", - "max": "0.018", - "min": "0.011", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "154.168", - "max": "154.935", - "min": "153.771", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "165.385", - "max": "165.728", - "min": "165.232", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "166.823", - "max": "170.011", - "min": "166.484", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "149.202", - "max": "154.7", - "min": "148.713", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "147.197", - "max": "148.348", - "min": "146.996", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "20.184", - "max": "33.906", - "min": "18.91", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "183.916", - "max": "196.858", - "min": "183.281", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "173.705", - "max": "174.02", - "min": "173.59", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "68.839", - "max": "98.06", - "min": "66.75", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "184.725", - "max": "187.642", - "min": "184.491", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "173.84", - "max": "176.514", - "min": "173.428", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "173.355", - "max": "175.232", - "min": "173.047", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "32.872", - "max": "34.093", - "min": "32.691", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "41.681", - "max": "57.407", - "min": "41", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "54.909", - "max": "63.28", - "min": "54.318", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "70.462", - "max": "80.052", - "min": "69.469", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "277.281", - "max": "280.175", - "min": "276.711", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "148.64", - "max": "152.955", - "min": "147.987", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "184.283", - "max": "196.93", - "min": "183.605", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "159.423", - "max": "172.347", - "min": "158.419", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "277.884", - "max": "279.129", - "min": "277.643", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "175.217", - "max": "176.917", - "min": "174.776", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "159.361", - "max": "160.424", - "min": "159.159", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "128.678", - "max": "138.368", - "min": "128.137", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "203.333", - "max": "203.967", - "min": "203.124", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "69.74", - "max": "83.51", - "min": "68.845", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "58.392", - "max": "58.668", - "min": "58.213", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "4.614", - "max": "6.981", - "min": "4.172", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "158.568", - "max": "250.205", - "min": "143.283", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "41.941", - "max": "46.152", - "min": "41.555", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "258.526", - "max": "273.991", - "min": "254.613", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "190.142", - "max": "190.992", - "min": "189.901", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "170.053", - "max": "177.548", - "min": "168.448", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "171.38", - "max": "178.331", - "min": "170.875", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "190.114", - "max": "190.659", - "min": "189.849", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "154.265", - "max": "154.502", - "min": "154.135", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "199.13", - "max": "200.763", - "min": "198.544", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "194.344", - "max": "240.811", - "min": "191.75", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "192.491", - "max": "193.006", - "min": "192.307", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "241.073", - "max": "247.664", - "min": "240.556", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "188.502", - "max": "190.142", - "min": "188.286", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "197.355", - "max": "198.456", - "min": "197.209", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "76.619", - "max": "77.25", - "min": "76.437", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "197.861", - "max": "199.115", - "min": "197.453", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "197.452", - "max": "199.717", - "min": "196.556", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "32.908", - "max": "36.13", - "min": "32.681", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "153.354", - "max": "156.018", - "min": "152.951", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "35.882", - "max": "36.783", - "min": "35.534", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "128.875", - "max": "130.426", - "min": "128.531", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "65.413", - "max": "66.423", - "min": "65.215", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "177.427", - "max": "186.57", - "min": "176.79", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "147.239", - "max": "151.692", - "min": "146.705", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "78.175", - "max": "80.177", - "min": "77.895", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "38.615", - "max": "40.199", - "min": "38.402", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "71.954", - "max": "75.118", - "min": "71.593", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "51.616", - "max": "52.998", - "min": "51.16", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "4.878", - "max": "5.564", - "min": "4.711", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "73.976", - "max": "76.536", - "min": "73.525", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "182.81", - "max": "188.555", - "min": "182.384", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "254.69", - "max": "255.705", - "min": "254.428", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "39.814", - "max": "40.059", - "min": "39.698", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "203.259", - "max": "213.105", - "min": "202.506", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "145.236", - "max": "148.812", - "min": "144.773", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "84.47", - "max": "86.292", - "min": "84.187", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "50.194", - "max": "53.642", - "min": "49.865", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "143.769", - "max": "152.711", - "min": "142.87", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "61.32", - "max": "62.902", - "min": "60.661", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "29.043", - "max": "39.729", - "min": "28.342", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "150.59", - "max": "157.903", - "min": "150.171", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "157.402", - "max": "168.279", - "min": "156.678", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "62.211", - "max": "63.861", - "min": "62.012", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "74.321", - "max": "87.359", - "min": "73.373", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "117.612", - "max": "119.086", - "min": "117.281", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "107.625", - "max": "131.373", - "min": "106.159", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "27.226", - "max": "29.382", - "min": "27.032", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "58.622", - "max": "61.639", - "min": "58.183", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "65.548", - "max": "72.968", - "min": "65.124", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "20.302", - "max": "21.417", - "min": "20.013", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "202.196", - "max": "204.895", - "min": "201.883", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "159.286", - "max": "165.963", - "min": "158.381", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "58.961", - "max": "73.052", - "min": "57.728", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "170.289", - "max": "171.198", - "min": "169.923", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "145.936", - "max": "159.283", - "min": "145.097", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "64.161", - "max": "68.983", - "min": "63.678", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "72.818", - "max": "73.663", - "min": "72.604", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "277.816", - "max": "288.075", - "min": "276.575", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "165.859", - "max": "166.222", - "min": "165.649", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "154.796", - "max": "154.991", - "min": "154.667", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "68.064", - "max": "68.969", - "min": "67.935", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "250.059", - "max": "263.468", - "min": "248.743", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "482.969", - "max": "610.484", - "min": "316.238", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "298.015", - "max": "441.551", - "min": "212.025", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "317.729", - "max": "322.942", - "min": "317.036", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "113.181", - "max": "114.434", - "min": "112.885", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "51.473", - "max": "59.427", - "min": "50.92", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "76.651", - "max": "77.745", - "min": "76.181", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "33.348", - "max": "38.532", - "min": "32.346", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "142.334", - "max": "291.597", - "min": "65.391", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "183.238", - "max": "183.98", - "min": "183", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "181.825", - "max": "270.594", - "min": "177.298", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "167.252", - "max": "167.847", - "min": "167.131", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "159.864", - "max": "163.424", - "min": "159.148", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "60.894", - "max": "62.259", - "min": "60.677", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "334.141", - "max": "336.581", - "min": "333.745", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "267.29", - "max": "267.787", - "min": "267.118", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "31.59", - "max": "39.519", - "min": "31.106", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "60.961", - "max": "70.56", - "min": "59.82", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "69.989", - "max": "72.027", - "min": "69.748", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "52.386", - "max": "62.877", - "min": "50.818", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "159.679", - "max": "163.971", - "min": "158.774", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "63.295", - "max": "63.626", - "min": "63.196", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "79.676", - "max": "97.156", - "min": "78.307", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "48.9", - "max": "53.029", - "min": "48.158", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "59.739", - "max": "60.801", - "min": "59.468", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "49.611", - "max": "50.503", - "min": "49.462", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "74.468", - "max": "82.834", - "min": "74.024", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "179.009", - "max": "190.267", - "min": "178.389", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "243.9", - "max": "247.397", - "min": "243.28", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "193.397", - "max": "198.712", - "min": "192.989", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "149.357", - "max": "149.855", - "min": "149.1", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "70.934", - "max": "74.417", - "min": "70.496", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "160.176", - "max": "174.136", - "min": "159.398", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "191.38", - "max": "198.634", - "min": "190.91", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "280.1", - "max": "281.197", - "min": "279.951", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "140.662", - "max": "143.913", - "min": "140.302", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "142.164", - "max": "143.621", - "min": "141.993", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "146.844", - "max": "157.582", - "min": "144.627", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "139.28", - "max": "148.336", - "min": "138.81", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "186.162", - "max": "198.063", - "min": "184.769", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "157.078", - "max": "158.692", - "min": "156.719", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "76.851", - "max": "78.292", - "min": "76.687", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "9.672", - "max": "18.191", - "min": "8.718", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "187.562", - "max": "193.057", - "min": "186.865", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "162.655", - "max": "209.029", - "min": "153.881", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "44.221", - "max": "44.418", - "min": "44.144", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "219.056", - "max": "313.319", - "min": "212.677", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "107.472", - "max": "111.426", - "min": "107.101", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "445.404", - "max": "447.516", - "min": "444.577", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "166.255", - "max": "166.973", - "min": "166.003", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "58.032", - "max": "59.001", - "min": "57.815", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "262.042", - "max": "265.949", - "min": "261.772", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "300.337", - "max": "301.45", - "min": "300.156", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "225.001", - "max": "237.205", - "min": "223.994", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "75.357", - "max": "75.775", - "min": "75.181", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "215.953", - "max": "230.945", - "min": "186.125", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.027", - "max": "73.335", - "min": "72.908", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "66.325", - "max": "67.576", - "min": "66.169", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "158.714", - "max": "168.163", - "min": "158.174", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "287.307", - "max": "287.453", - "min": "287.22", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "145.337", - "max": "157.29", - "min": "144.014", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "159.082", - "max": "159.868", - "min": "158.857", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "167.036", - "max": "185.752", - "min": "166.259", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "166.806", - "max": "168.627", - "min": "166.612", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "143.668", - "max": "144.058", - "min": "143.394", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "215.307", - "max": "219.053", - "min": "214.823", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "192.815", - "max": "203.095", - "min": "192.309", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "187.458", - "max": "190.997", - "min": "187.183", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "202.931", - "max": "207.149", - "min": "202.562", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "159.104", - "max": "166.051", - "min": "158.281", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "142.137", - "max": "147.348", - "min": "141.792", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "153.426", - "max": "154.707", - "min": "153.247", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "170.19", - "max": "170.339", - "min": "170.03", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "194.042", - "max": "194.343", - "min": "193.594", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "174.365", - "max": "184.112", - "min": "172.717", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "170.374", - "max": "203.496", - "min": "147.914", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "124.626", - "max": "126.14", - "min": "124.342", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "201.136", - "max": "201.552", - "min": "200.971", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "173.327", - "max": "174.051", - "min": "173.031", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "180.408", - "max": "186.034", - "min": "179.549", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "146.953", - "max": "148.138", - "min": "146.563", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "227.273", - "max": "227.789", - "min": "227.098", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "155.296", - "max": "163.7", - "min": "154.728", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "162.37", - "max": "163.046", - "min": "162.064", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "176.094", - "max": "176.861", - "min": "175.973", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "137.006", - "max": "142.178", - "min": "135.956", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "205.243", - "max": "207.649", - "min": "204.965", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "148.39", - "max": "166.72", - "min": "147.448", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "153.148", - "max": "155.761", - "min": "152.861", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "154.992", - "max": "158.155", - "min": "152.929", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "183.464", - "max": "197.594", - "min": "180.386", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "72.306", - "max": "77.873", - "min": "71.506", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "199.806", - "max": "206.347", - "min": "194.42", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "274.701", - "max": "277.318", - "min": "274.434", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "135.885", - "max": "136.346", - "min": "135.596", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "288.417", - "max": "300.529", - "min": "287.682", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "41.143", - "max": "42.609", - "min": "40.745", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "172.355", - "max": "172.796", - "min": "172.155", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "205.479", - "max": "212.066", - "min": "205.109", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "143.951", - "max": "145.808", - "min": "143.46", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "141.923", - "max": "146.006", - "min": "141.632", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "66.972", - "max": "67.976", - "min": "66.816", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "87.218", - "max": "87.507", - "min": "87.138", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "183.895", - "max": "276.489", - "min": "180.475", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "79.832", - "max": "81.595", - "min": "79.574", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "163.992", - "max": "166.07", - "min": "163.751", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "71.3", - "max": "71.914", - "min": "71.189", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "170.522", - "max": "171.243", - "min": "170.373", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "202.289", - "max": "298.663", - "min": "198.743", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "86.432", - "max": "93.513", - "min": "82.855", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "163.613", - "max": "163.818", - "min": "163.522", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "177.485", - "max": "179.917", - "min": "176.562", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "129.625", - "max": "133.131", - "min": "128.263", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "258.068", - "max": "258.979", - "min": "257.728", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "104.744", - "max": "105.175", - "min": "104.617", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "236.362", - "max": "236.892", - "min": "236.134", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "191.643", - "max": "192.127", - "min": "191.549", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "142.53", - "max": "143.017", - "min": "142.398", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "210.069", - "max": "211.42", - "min": "209.876", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "80.934", - "max": "82.636", - "min": "80.542", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "73.125", - "max": "73.366", - "min": "72.978", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "201.032", - "max": "212.71", - "min": "198.593", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "147.975", - "max": "153.454", - "min": "147.083", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "73.428", - "max": "75.617", - "min": "72.347", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "199.28", - "max": "200.758", - "min": "198.923", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "42.581", - "max": "43.766", - "min": "42.296", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "156.441", - "max": "162.107", - "min": "155.863", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "204.751", - "max": "221.733", - "min": "196.35", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "155.875", - "max": "155.875", - "min": "155.875", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "143.711", - "max": "144.393", - "min": "143.557", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "179.596", - "max": "180.172", - "min": "179.487", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "237.266", - "max": "302.992", - "min": "234.765", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "163.365", - "max": "181.114", - "min": "154.539", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "183.321", - "max": "194.925", - "min": "182.755", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "250.526", - "max": "258.903", - "min": "249.76", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "254.393", - "max": "256.502", - "min": "254.017", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "61.934", - "max": "63.86", - "min": "61.695", - "id": "24", - "country": "United States", - "source_name": "Seattle", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "30": { - "name": "Fremont", - "data": { - "0": { - "avg": "142.748", - "max": "143.311", - "min": "142.445", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "208.163", - "max": "220.314", - "min": "207.527", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "67.218", - "max": "79.464", - "min": "66.562", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "182.688", - "max": "188.018", - "min": "181.849", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "148.755", - "max": "149.486", - "min": "148.543", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "108.11", - "max": "108.863", - "min": "107.881", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "136.638", - "max": "136.907", - "min": "136.437", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "245.319", - "max": "250.445", - "min": "244.362", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "183.407", - "max": "183.854", - "min": "183.071", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "158.273", - "max": "162.694", - "min": "157.631", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "134.581", - "max": "136.568", - "min": "134.279", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "39.127", - "max": "43.738", - "min": "38.717", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "69.339", - "max": "69.649", - "min": "69.198", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "69.916", - "max": "70.775", - "min": "69.615", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "70.855", - "max": "71.635", - "min": "70.606", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "74.539", - "max": "75.185", - "min": "73.989", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "156.004", - "max": "156.477", - "min": "155.762", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "59.97", - "max": "61.912", - "min": "59.437", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "124.005", - "max": "143.286", - "min": "123.035", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "152.987", - "max": "170.351", - "min": "152.154", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "224.053", - "max": "224.409", - "min": "223.869", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "48.256", - "max": "49.635", - "min": "48.021", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "1.453", - "max": "1.689", - "min": "1.298", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "19.24", - "max": "19.915", - "min": "19.003", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "162.393", - "max": "163.495", - "min": "162.103", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "145.964", - "max": "146.363", - "min": "145.747", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "152.933", - "max": "156.872", - "min": "152.615", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "156.761", - "max": "157.564", - "min": "156.539", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "142.79", - "max": "143.043", - "min": "142.538", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "0.037", - "max": "0.184", - "min": "0.023", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "171.066", - "max": "171.209", - "min": "170.948", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "158.392", - "max": "159.826", - "min": "158.169", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "60.787", - "max": "61.415", - "min": "60.548", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "174.604", - "max": "175.09", - "min": "174.356", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "148.316", - "max": "149.312", - "min": "147.985", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "181.097", - "max": "181.46", - "min": "180.816", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "10.463", - "max": "10.692", - "min": "10.333", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "18.228", - "max": "18.541", - "min": "17.913", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "43.026", - "max": "43.553", - "min": "42.788", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "67.958", - "max": "69.036", - "min": "67.683", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "277.588", - "max": "282.14", - "min": "276.876", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "149.695", - "max": "153.207", - "min": "149.129", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "176.187", - "max": "176.464", - "min": "175.958", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "159.972", - "max": "166.282", - "min": "159.512", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "261.283", - "max": "261.729", - "min": "260.896", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "166.954", - "max": "167.638", - "min": "166.517", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "169.324", - "max": "169.726", - "min": "169.116", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "138.2", - "max": "156.067", - "min": "136.989", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "200.047", - "max": "200.86", - "min": "199.835", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "49.525", - "max": "50.331", - "min": "49.394", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "66.321", - "max": "67.132", - "min": "66.151", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "22.648", - "max": "23.039", - "min": "22.306", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "151.249", - "max": "163.725", - "min": "143.108", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "35.731", - "max": "35.882", - "min": "35.609", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "257.386", - "max": "265.676", - "min": "254.217", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "199.399", - "max": "200.539", - "min": "199.093", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "154.062", - "max": "155.393", - "min": "153.362", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "172.408", - "max": "173.427", - "min": "172.11", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "185.596", - "max": "192.037", - "min": "184.704", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "143.773", - "max": "145.407", - "min": "143.542", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "197.213", - "max": "198.547", - "min": "196.707", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "188.465", - "max": "223.014", - "min": "185.276", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "205.163", - "max": "241.656", - "min": "202.379", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "190.623", - "max": "191.95", - "min": "190.439", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "182.885", - "max": "184.217", - "min": "182.543", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "166.783", - "max": "167.234", - "min": "166.476", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "71.758", - "max": "72.157", - "min": "71.582", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "169.762", - "max": "170.194", - "min": "169.443", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "172.521", - "max": "175.065", - "min": "171.616", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "27.91", - "max": "31.537", - "min": "27.487", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "173.679", - "max": "174.701", - "min": "173.383", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "12.351", - "max": "12.969", - "min": "12.113", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "113.65", - "max": "121.654", - "min": "113.006", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "66.933", - "max": "67.549", - "min": "66.709", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "180.116", - "max": "201.365", - "min": "179.148", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "132.323", - "max": "132.615", - "min": "132.01", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "71.434", - "max": "72.466", - "min": "71.244", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "17.732", - "max": "25.826", - "min": "17.096", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "56.937", - "max": "57.258", - "min": "56.764", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "52.184", - "max": "65.891", - "min": "51.518", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "16.025", - "max": "23.221", - "min": "15.575", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "82.143", - "max": "88.027", - "min": "81.645", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "185.057", - "max": "197.384", - "min": "179.507", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "288.639", - "max": "289.026", - "min": "288.389", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "23.957", - "max": "24.691", - "min": "23.809", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "188.236", - "max": "204.976", - "min": "187.409", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "137.71", - "max": "138.371", - "min": "137.392", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "71.422", - "max": "71.777", - "min": "71.203", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "41.109", - "max": "41.812", - "min": "40.829", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "142.16", - "max": "144.146", - "min": "141.769", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "57.863", - "max": "93.871", - "min": "55.861", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "7.55", - "max": "7.914", - "min": "7.282", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "134.349", - "max": "135.424", - "min": "134.077", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "138.002", - "max": "138.735", - "min": "137.765", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "80.569", - "max": "81.5", - "min": "80.365", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "70.413", - "max": "71.657", - "min": "70.114", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "117.49", - "max": "118.643", - "min": "117.217", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "122.73", - "max": "139.193", - "min": "121.264", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "1.865", - "max": "2.694", - "min": "1.634", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "52.298", - "max": "60.506", - "min": "51.781", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "66.517", - "max": "66.644", - "min": "66.419", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "40.392", - "max": "41.881", - "min": "40.091", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "172.904", - "max": "176.799", - "min": "172.36", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "176.256", - "max": "182.638", - "min": "175.104", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "53.25", - "max": "53.808", - "min": "53.008", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "276.867", - "max": "277.6", - "min": "276.303", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "140.121", - "max": "168.105", - "min": "138.973", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "72.544", - "max": "72.896", - "min": "72.377", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "70.97", - "max": "71.637", - "min": "70.734", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "252.787", - "max": "272.741", - "min": "251.144", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "169.432", - "max": "170.745", - "min": "169.223", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "127.465", - "max": "128.364", - "min": "127.307", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "63.416", - "max": "63.553", - "min": "63.243", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "296.029", - "max": "304.647", - "min": "295.509", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "520.618", - "max": "619.463", - "min": "340.25", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "282.136", - "max": "400.504", - "min": "207.122", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "288.455", - "max": "293.033", - "min": "287.711", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "119.477", - "max": "119.97", - "min": "119.219", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "51.449", - "max": "51.628", - "min": "51.261", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "74.136", - "max": "76.422", - "min": "73.607", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "26.657", - "max": "27.626", - "min": "26.454", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "148.558", - "max": "289.052", - "min": "68.619", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "174.204", - "max": "174.868", - "min": "173.96", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "170.177", - "max": "250.856", - "min": "166.427", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "168.248", - "max": "168.671", - "min": "168.026", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "169.859", - "max": "173.727", - "min": "169.101", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "64.43", - "max": "66.44", - "min": "64.053", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "290.791", - "max": "306.838", - "min": "289.885", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "244.43", - "max": "247.548", - "min": "244.095", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "49.577", - "max": "54.2", - "min": "49.192", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "54.705", - "max": "55.094", - "min": "54.531", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "55.776", - "max": "56.565", - "min": "55.608", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "69.324", - "max": "70.621", - "min": "69.049", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "158.57", - "max": "160.05", - "min": "157.898", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "52.324", - "max": "52.828", - "min": "52.143", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "75.969", - "max": "76.526", - "min": "75.735", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "36.686", - "max": "65.052", - "min": "34.398", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "45.983", - "max": "46.197", - "min": "45.842", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "43.406", - "max": "43.698", - "min": "43.18", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "67.535", - "max": "67.759", - "min": "67.276", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "170.518", - "max": "170.998", - "min": "170.344", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "258.001", - "max": "295.708", - "min": "256.413", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "177.437", - "max": "177.693", - "min": "177.201", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "156.009", - "max": "157.138", - "min": "155.723", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "55.343", - "max": "67.473", - "min": "54.355", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "141.77", - "max": "142.786", - "min": "141.386", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "165.999", - "max": "166.282", - "min": "165.835", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "260.786", - "max": "261.555", - "min": "260.329", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "131.133", - "max": "131.693", - "min": "130.952", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "132.382", - "max": "133.307", - "min": "132.183", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "144.787", - "max": "155.181", - "min": "143.445", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "125.903", - "max": "126.294", - "min": "125.712", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "165.089", - "max": "166.083", - "min": "164.774", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "152.632", - "max": "166.622", - "min": "151.442", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "66.539", - "max": "67.748", - "min": "66.242", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "27.791", - "max": "28.62", - "min": "27.468", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "164.99", - "max": "167.529", - "min": "164.543", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "180.87", - "max": "225.192", - "min": "170.493", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "54.108", - "max": "54.609", - "min": "53.952", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "208.329", - "max": "282.217", - "min": "200.231", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "95.562", - "max": "96.228", - "min": "95.359", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "322.862", - "max": "323.355", - "min": "322.512", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "165.025", - "max": "166.201", - "min": "164.751", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "63.677", - "max": "63.925", - "min": "63.494", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "233.865", - "max": "234.065", - "min": "233.645", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "287.055", - "max": "306.933", - "min": "286.225", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "229.296", - "max": "230.442", - "min": "228.912", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.33", - "max": "65.3", - "min": "60.996", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "135.038", - "max": "136.15", - "min": "134.768", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.402", - "max": "74.536", - "min": "73.224", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "66.241", - "max": "85.748", - "min": "65.211", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "150.76", - "max": "155.604", - "min": "150.25", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "281.194", - "max": "282.159", - "min": "280.981", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "135.457", - "max": "138.003", - "min": "135.153", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "150.443", - "max": "150.816", - "min": "150.12", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "161.446", - "max": "162.431", - "min": "161.077", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "153.695", - "max": "154.046", - "min": "153.387", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "133.799", - "max": "134.635", - "min": "133.492", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "193.756", - "max": "195.313", - "min": "193.439", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "175.108", - "max": "175.772", - "min": "174.955", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "190.626", - "max": "191.845", - "min": "190.436", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "176.733", - "max": "178.557", - "min": "176.44", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "138.202", - "max": "139.441", - "min": "137.875", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "148.742", - "max": "149.173", - "min": "148.589", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "145.693", - "max": "146.348", - "min": "145.5", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "152.062", - "max": "152.386", - "min": "151.77", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "186.581", - "max": "187.102", - "min": "186.318", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "157.441", - "max": "177.947", - "min": "155.576", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "160.723", - "max": "204.479", - "min": "144.685", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "130.169", - "max": "130.827", - "min": "130", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "208.214", - "max": "208.999", - "min": "208.011", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "165.454", - "max": "176.912", - "min": "164.634", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "172.982", - "max": "173.768", - "min": "172.561", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "145.917", - "max": "304.034", - "min": "140.248", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "193.944", - "max": "196.052", - "min": "193.613", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "162.651", - "max": "164.097", - "min": "162.401", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "169.544", - "max": "170.328", - "min": "169.198", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "167.292", - "max": "184.744", - "min": "166.523", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "136.543", - "max": "144.061", - "min": "134.44", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "201.391", - "max": "201.665", - "min": "201.256", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "137.63", - "max": "141.234", - "min": "137.159", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "143.613", - "max": "147.752", - "min": "143.194", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "136.95", - "max": "137.739", - "min": "136.435", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "216.006", - "max": "217.361", - "min": "215.748", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "70.638", - "max": "77.592", - "min": "69.508", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "167.691", - "max": "183.197", - "min": "167.033", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "253.044", - "max": "253.353", - "min": "252.831", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "141.661", - "max": "142.255", - "min": "141.4", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "284.019", - "max": "303.571", - "min": "283.051", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "21.438", - "max": "21.742", - "min": "21.11", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "178.213", - "max": "178.895", - "min": "177.936", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "188.089", - "max": "188.933", - "min": "187.764", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "134.369", - "max": "137.294", - "min": "133.879", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "138.438", - "max": "139.545", - "min": "138.062", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "53.682", - "max": "58.118", - "min": "53.368", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "80.167", - "max": "80.346", - "min": "80.022", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "243.429", - "max": "345.776", - "min": "239.625", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "70.38", - "max": "70.994", - "min": "70.233", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "150.933", - "max": "151.706", - "min": "150.64", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "79.12", - "max": "79.324", - "min": "78.995", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "151.849", - "max": "152.076", - "min": "151.577", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "186.089", - "max": "186.444", - "min": "185.891", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "82.002", - "max": "85.337", - "min": "78.722", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "147.94", - "max": "148.382", - "min": "147.695", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "186.294", - "max": "189.197", - "min": "185.487", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "110.894", - "max": "126.169", - "min": "109.121", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "234.241", - "max": "236.158", - "min": "233.717", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "104.196", - "max": "104.446", - "min": "103.925", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "236.685", - "max": "237.165", - "min": "236.398", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "177.57", - "max": "178.143", - "min": "177.356", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "147.085", - "max": "147.289", - "min": "146.912", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "187.309", - "max": "187.685", - "min": "187.176", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "70.383", - "max": "71.666", - "min": "69.942", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "71.763", - "max": "72.202", - "min": "71.516", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "201.895", - "max": "204.498", - "min": "199.968", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "147.767", - "max": "149.527", - "min": "147.329", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "74.904", - "max": "76.639", - "min": "73.563", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "202.704", - "max": "203.206", - "min": "202.474", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "37.145", - "max": "50.033", - "min": "36.469", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "134.658", - "max": "139.971", - "min": "134.087", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.563", - "max": "177.295", - "min": "176.342", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "147.296", - "max": "147.296", - "min": "147.296", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "133.313", - "max": "134.202", - "min": "133.061", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "145.422", - "max": "145.607", - "min": "145.244", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "224.252", - "max": "236.402", - "min": "223.477", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.087", - "max": "166.667", - "min": "149.945", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "159.042", - "max": "159.874", - "min": "158.774", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "253.608", - "max": "260.576", - "min": "252.876", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "210.062", - "max": "210.624", - "min": "209.724", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "69.589", - "max": "69.933", - "min": "69.424", - "id": "30", - "country": "United States", - "source_name": "Fremont", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "33": { - "name": "Mexico", - "data": { - "0": { - "avg": "124.844", - "max": "126.374", - "min": "124.581", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "214.09", - "max": "216.095", - "min": "213.66", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "73.574", - "max": "73.767", - "min": "73.438", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "166.186", - "max": "177.965", - "min": "164.692", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "135.072", - "max": "135.435", - "min": "134.865", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "160.815", - "max": "164.106", - "min": "160.542", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "150.295", - "max": "151.182", - "min": "150.068", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "231.565", - "max": "234.494", - "min": "231.089", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "182.217", - "max": "182.434", - "min": "182.057", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "159.299", - "max": "162.994", - "min": "158.922", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "132.779", - "max": "135.443", - "min": "132.478", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "27.22", - "max": "33.198", - "min": "26.837", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "68.63", - "max": "69.847", - "min": "68.481", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "73.86", - "max": "74.212", - "min": "73.676", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "53.49", - "max": "57.132", - "min": "53.273", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "63.276", - "max": "66.554", - "min": "62.87", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "150.107", - "max": "151.272", - "min": "149.767", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "42.903", - "max": "45.91", - "min": "42.456", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "150.965", - "max": "151.272", - "min": "150.752", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "159.746", - "max": "159.886", - "min": "159.624", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "218.884", - "max": "219.61", - "min": "218.705", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "51.253", - "max": "51.792", - "min": "51.136", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "57.368", - "max": "57.97", - "min": "57.203", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "66.967", - "max": "67.562", - "min": "66.784", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "162.814", - "max": "163.621", - "min": "162.561", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "147.27", - "max": "147.604", - "min": "146.803", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "156.696", - "max": "157.555", - "min": "156.438", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "167.634", - "max": "172.16", - "min": "167.225", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "142.36", - "max": "155.057", - "min": "141.769", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "60.826", - "max": "62.572", - "min": "60.54", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "231.022", - "max": "231.921", - "min": "230.862", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "160.31", - "max": "162.385", - "min": "159.977", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "0.02", - "max": "0.043", - "min": "0.013", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "176.138", - "max": "176.722", - "min": "175.988", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "158.455", - "max": "159.279", - "min": "158.179", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "238.151", - "max": "243.806", - "min": "237.279", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "61.693", - "max": "62.368", - "min": "61.578", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "72.462", - "max": "75.786", - "min": "72.221", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "29.472", - "max": "30.261", - "min": "29.214", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "57.767", - "max": "59.644", - "min": "57.372", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "279.493", - "max": "282.991", - "min": "278.931", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "151.812", - "max": "156.358", - "min": "151.271", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "180.147", - "max": "180.402", - "min": "180.031", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "164.224", - "max": "182.832", - "min": "163.466", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "308.256", - "max": "323.809", - "min": "307.395", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "188.105", - "max": "188.751", - "min": "187.689", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "157.076", - "max": "157.981", - "min": "156.891", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "104.224", - "max": "106.461", - "min": "104.024", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "195.948", - "max": "196.31", - "min": "195.754", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "41.479", - "max": "41.842", - "min": "41.323", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "70.25", - "max": "94.696", - "min": "69.27", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "82.974", - "max": "98.24", - "min": "82.194", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "179.209", - "max": "269.033", - "min": "164.019", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "71.892", - "max": "72.201", - "min": "71.716", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "278.142", - "max": "300.198", - "min": "273.802", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "271.605", - "max": "272.712", - "min": "271.299", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "167.331", - "max": "171.374", - "min": "166.588", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "236.9", - "max": "238.384", - "min": "236.728", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "171.541", - "max": "172.516", - "min": "171.161", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "143.413", - "max": "145.083", - "min": "142.893", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "195.624", - "max": "198.897", - "min": "195.046", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "185.232", - "max": "241.256", - "min": "182.384", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "252.779", - "max": "303.664", - "min": "249.575", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "210.909", - "max": "213.125", - "min": "210.646", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "183.844", - "max": "184.491", - "min": "183.725", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "180.475", - "max": "186.255", - "min": "180.185", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "67.228", - "max": "69.992", - "min": "66.941", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "175.815", - "max": "189.403", - "min": "174.861", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "155.741", - "max": "157.094", - "min": "155.005", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "44.138", - "max": "45.299", - "min": "43.939", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "265.103", - "max": "265.918", - "min": "264.86", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "60.816", - "max": "61.721", - "min": "60.507", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "96.136", - "max": "99.496", - "min": "95.82", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "185.009", - "max": "187.322", - "min": "184.491", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "143.482", - "max": "144.3", - "min": "143.3", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "59.749", - "max": "61.167", - "min": "59.569", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "56.113", - "max": "59.597", - "min": "55.868", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "64.196", - "max": "64.531", - "min": "63.99", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "54.818", - "max": "57.338", - "min": "54.468", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "67.809", - "max": "68.906", - "min": "67.536", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "84.22", - "max": "84.997", - "min": "83.886", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "292.574", - "max": "295.524", - "min": "292.248", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "267.302", - "max": "267.923", - "min": "267.091", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "92.91", - "max": "93.022", - "min": "92.784", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "188.736", - "max": "189.22", - "min": "188.473", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "142.246", - "max": "142.895", - "min": "142.006", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "63.126", - "max": "99.463", - "min": "61.652", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "53.04", - "max": "53.139", - "min": "52.85", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "141.448", - "max": "146.026", - "min": "140.973", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "65.713", - "max": "80.597", - "min": "64.482", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "65.787", - "max": "69.724", - "min": "65.302", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "158.478", - "max": "158.753", - "min": "158.179", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "184.702", - "max": "192.915", - "min": "184.022", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "68.596", - "max": "69.738", - "min": "68.348", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "56.946", - "max": "64.407", - "min": "56.436", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "100.128", - "max": "105.312", - "min": "99.704", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "87.647", - "max": "109.34", - "min": "86.104", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "60.699", - "max": "61.064", - "min": "60.508", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "55.873", - "max": "57.028", - "min": "55.644", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "82.042", - "max": "84.557", - "min": "81.826", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "82.362", - "max": "82.59", - "min": "82.18", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "211.262", - "max": "211.812", - "min": "211.077", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "223.971", - "max": "225.726", - "min": "223.364", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "63.227", - "max": "63.94", - "min": "63.011", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "194.383", - "max": "197.796", - "min": "193.865", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "127.602", - "max": "128.497", - "min": "127.405", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "60.664", - "max": "60.854", - "min": "60.515", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "292.097", - "max": "295.432", - "min": "290.929", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "221.27", - "max": "221.86", - "min": "221.152", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "180.739", - "max": "182.238", - "min": "180.259", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "67.467", - "max": "70.328", - "min": "67.13", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "266.816", - "max": "271.088", - "min": "266.428", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "503.253", - "max": "604.325", - "min": "344.671", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "285.658", - "max": "363.605", - "min": "220.018", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "294.627", - "max": "300.546", - "min": "293.966", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "166.206", - "max": "167.342", - "min": "165.933", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "35.852", - "max": "35.969", - "min": "35.744", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "70.853", - "max": "71.246", - "min": "70.643", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "44.96", - "max": "65.856", - "min": "43.713", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "136.719", - "max": "293.021", - "min": "56.689", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "170.37", - "max": "171.85", - "min": "170.145", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "173.033", - "max": "313.388", - "min": "167.305", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "173.148", - "max": "174.591", - "min": "172.971", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "155.73", - "max": "156.634", - "min": "155.294", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "67.99", - "max": "68.601", - "min": "67.793", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "286.576", - "max": "286.916", - "min": "286.391", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "223.277", - "max": "226.889", - "min": "223.005", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "105.431", - "max": "106.681", - "min": "105.224", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "62.034", - "max": "64.883", - "min": "61.707", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "54.485", - "max": "72.213", - "min": "53.241", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "55.303", - "max": "85.283", - "min": "54.139", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "224.354", - "max": "226.088", - "min": "223.771", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "38.839", - "max": "39.931", - "min": "38.718", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "71.943", - "max": "72.2", - "min": "71.792", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "59.891", - "max": "65.065", - "min": "58.87", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "38.997", - "max": "39.181", - "min": "38.885", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "57.704", - "max": "59.387", - "min": "57.491", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.202", - "max": "74.912", - "min": "67.828", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "174.159", - "max": "175.515", - "min": "173.925", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "281.234", - "max": "282.143", - "min": "280.793", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "169.308", - "max": "169.521", - "min": "169.129", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "159.446", - "max": "159.741", - "min": "159.235", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "104.778", - "max": "113.811", - "min": "103.995", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "138.257", - "max": "138.835", - "min": "137.974", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "172.109", - "max": "184.474", - "min": "171.454", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "307.684", - "max": "313.507", - "min": "307.251", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "136.612", - "max": "149.778", - "min": "135.891", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "138.674", - "max": "139.728", - "min": "138.525", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "150.006", - "max": "159.447", - "min": "148.898", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "167.851", - "max": "172.68", - "min": "167.511", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "170.355", - "max": "177.453", - "min": "169.768", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "148.174", - "max": "154.272", - "min": "147.607", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "58.857", - "max": "59.069", - "min": "58.747", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "76.778", - "max": "80.366", - "min": "76.493", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "161.553", - "max": "163.453", - "min": "161.136", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "223.239", - "max": "257.971", - "min": "214.068", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "70.215", - "max": "71.946", - "min": "70.015", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "196.76", - "max": "283.181", - "min": "188.634", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "83.786", - "max": "83.923", - "min": "83.655", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "370.126", - "max": "370.384", - "min": "369.63", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "168.679", - "max": "168.786", - "min": "168.566", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "69.412", - "max": "70.569", - "min": "69.244", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "240.709", - "max": "241.475", - "min": "240.513", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "306.209", - "max": "306.44", - "min": "306.078", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "259.467", - "max": "267.651", - "min": "258.66", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "66.951", - "max": "67.708", - "min": "66.754", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "290.866", - "max": "295.491", - "min": "289.917", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.824", - "max": "81.578", - "min": "76.436", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "64.016", - "max": "64.241", - "min": "63.927", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "145.731", - "max": "147.999", - "min": "144.634", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "279.738", - "max": "280.413", - "min": "279.623", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "142.943", - "max": "143.971", - "min": "142.814", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "148.893", - "max": "154.797", - "min": "148.489", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "166.836", - "max": "180.937", - "min": "166.199", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "153.473", - "max": "166.337", - "min": "152.824", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "138.781", - "max": "139.579", - "min": "138.54", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "186.982", - "max": "187.958", - "min": "186.766", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "179.727", - "max": "184.901", - "min": "179.369", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "199.733", - "max": "203.968", - "min": "199.073", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "168.534", - "max": "168.758", - "min": "168.342", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "139.223", - "max": "143.05", - "min": "138.858", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "146.442", - "max": "149.968", - "min": "146.192", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "137.954", - "max": "138.483", - "min": "137.799", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "158.828", - "max": "167.749", - "min": "158.162", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "207.465", - "max": "208.681", - "min": "207.07", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "168.858", - "max": "183.344", - "min": "167.052", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "164.928", - "max": "180.822", - "min": "152.04", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "136.504", - "max": "137.182", - "min": "136.323", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "200.192", - "max": "203.243", - "min": "199.89", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "172.273", - "max": "175.85", - "min": "171.903", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "178.238", - "max": "180.786", - "min": "177.693", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "135.645", - "max": "136.283", - "min": "135.366", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "265.108", - "max": "292.676", - "min": "263.974", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "148.859", - "max": "150.388", - "min": "148.657", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "160.545", - "max": "162.499", - "min": "160.262", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "166.863", - "max": "166.993", - "min": "166.749", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "110.505", - "max": "118.535", - "min": "108.853", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "189.469", - "max": "190.319", - "min": "189.308", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "141.137", - "max": "162.344", - "min": "139.908", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "138.663", - "max": "141.415", - "min": "138.397", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "137.345", - "max": "143.645", - "min": "136.758", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "234.787", - "max": "249.705", - "min": "233.509", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "72.131", - "max": "78.572", - "min": "70.917", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "276.42", - "max": "280.966", - "min": "272.097", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "277.948", - "max": "279.79", - "min": "277.624", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "139.202", - "max": "155.092", - "min": "138.461", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "276.779", - "max": "276.981", - "min": "276.634", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "74.954", - "max": "75.469", - "min": "74.715", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "169.136", - "max": "169.359", - "min": "168.99", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "210.281", - "max": "210.861", - "min": "209.938", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "140.521", - "max": "141.256", - "min": "140.174", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "135.63", - "max": "137.208", - "min": "135.215", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "50.991", - "max": "53.111", - "min": "50.813", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "70.744", - "max": "88.687", - "min": "70.021", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "234.06", - "max": "237.887", - "min": "233.605", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "71.885", - "max": "72.131", - "min": "71.723", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "164.809", - "max": "168.897", - "min": "164.532", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "77.869", - "max": "78.14", - "min": "77.75", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "146.404", - "max": "148.258", - "min": "146.172", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "184.443", - "max": "195.32", - "min": "182.782", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "68.313", - "max": "71.874", - "min": "65.663", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "152.676", - "max": "157.927", - "min": "152.314", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "175.983", - "max": "176.67", - "min": "175.295", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "96.187", - "max": "119.355", - "min": "94.497", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "230.494", - "max": "235.955", - "min": "229.783", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "153.164", - "max": "153.744", - "min": "152.981", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "226.891", - "max": "229.46", - "min": "226.466", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "174.226", - "max": "179.767", - "min": "173.818", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "142.992", - "max": "143.472", - "min": "142.89", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "170.006", - "max": "172.809", - "min": "169.759", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": null, - "max": null, - "min": null, - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "63.396", - "max": "63.652", - "min": "63.299", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "190.386", - "max": "192.966", - "min": "188.636", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "122.198", - "max": "122.79", - "min": "121.829", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "79.971", - "max": "81.736", - "min": "78.792", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "198.883", - "max": "199.317", - "min": "198.703", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "56.1", - "max": "57.697", - "min": "55.625", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "147.839", - "max": "150.608", - "min": "147.431", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "275.028", - "max": "276.159", - "min": "274.78", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "118.946", - "max": "118.946", - "min": "118.946", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "143.095", - "max": "143.182", - "min": "142.99", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "149.997", - "max": "150.482", - "min": "149.859", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "230.132", - "max": "233.777", - "min": "229.448", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.299", - "max": "170.915", - "min": "148.242", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "162.715", - "max": "217.454", - "min": "160.547", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "280.131", - "max": "281.215", - "min": "279.856", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "223.569", - "max": "225.142", - "min": "221.376", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "54.789", - "max": "56.118", - "min": "54.551", - "id": "33", - "country": "Mexico", - "source_name": "Mexico", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "37": { - "name": "Los Angeles", - "data": { - "0": { - "avg": "135.484", - "max": "135.628", - "min": "135.385", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "150.483", - "max": "150.885", - "min": "150.286", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "69.638", - "max": "70.837", - "min": "69.54", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "165.027", - "max": "175.823", - "min": "164.269", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "146.685", - "max": "147.915", - "min": "146.515", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "114.891", - "max": "115.424", - "min": "114.818", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "139.061", - "max": "139.204", - "min": "138.955", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "158.72", - "max": "164.742", - "min": "158.164", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "180.831", - "max": "180.885", - "min": "180.779", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "165.023", - "max": "166.444", - "min": "164.851", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "136.063", - "max": "136.325", - "min": "135.9", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "33.879", - "max": "56.725", - "min": "32.849", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "68.349", - "max": "68.629", - "min": "68.266", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "69.182", - "max": "69.952", - "min": "69.023", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "65.051", - "max": "68.956", - "min": "64.748", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "63.66", - "max": "64.297", - "min": "63.296", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "156.809", - "max": "159.683", - "min": "156.539", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "50.984", - "max": "51.835", - "min": "50.878", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "154.111", - "max": "154.539", - "min": "153.995", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "166.069", - "max": "166.356", - "min": "166.009", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "154.656", - "max": "154.855", - "min": "154.583", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "58.441", - "max": "58.532", - "min": "58.388", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "13.2", - "max": "13.532", - "min": "13.11", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "32.766", - "max": "32.945", - "min": "32.702", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "162.918", - "max": "164.401", - "min": "162.639", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "164.879", - "max": "164.961", - "min": "164.826", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "162.78", - "max": "163.716", - "min": "162.626", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "171.799", - "max": "173.341", - "min": "171.559", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "148.924", - "max": "149.064", - "min": "148.855", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "10.466", - "max": "10.664", - "min": "10.308", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "180.971", - "max": "182.512", - "min": "180.806", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "173.315", - "max": "174.349", - "min": "173.186", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "62.291", - "max": "92.44", - "min": "60.979", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "178.685", - "max": "178.811", - "min": "178.616", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "161.071", - "max": "164.13", - "min": "160.779", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "180.448", - "max": "180.891", - "min": "180.348", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "0.297", - "max": "0.331", - "min": "0.268", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "18.2", - "max": "18.377", - "min": "17.994", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "35.827", - "max": "36.121", - "min": "35.702", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "64.191", - "max": "65.109", - "min": "63.99", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "274.369", - "max": "276.215", - "min": "274.057", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "150.891", - "max": "155.634", - "min": "150.309", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "169.076", - "max": "169.159", - "min": "169", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "163.548", - "max": "172.955", - "min": "163.159", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "267.54", - "max": "267.666", - "min": "267.461", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "177.151", - "max": "177.846", - "min": "176.807", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "177.246", - "max": "177.408", - "min": "177.116", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "120.1", - "max": "120.185", - "min": "119.993", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "170.632", - "max": "171.003", - "min": "169.457", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "39.916", - "max": "40.089", - "min": "39.868", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "78.533", - "max": "78.667", - "min": "78.482", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "29.983", - "max": "30.535", - "min": "29.645", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "162.121", - "max": "253.229", - "min": "153.707", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "45.021", - "max": "45.075", - "min": "44.928", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "221.622", - "max": "246.31", - "min": "217.615", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "199.11", - "max": "200.46", - "min": "198.817", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "164.783", - "max": "169.929", - "min": "163.687", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "163.918", - "max": "164.09", - "min": "163.872", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "181.503", - "max": "183.299", - "min": "181.193", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "139.949", - "max": "140.132", - "min": "139.848", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "197.395", - "max": "198.652", - "min": "196.959", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "194.044", - "max": "227.486", - "min": "189.815", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "198.588", - "max": "236.139", - "min": "195.607", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "190.445", - "max": "191.495", - "min": "190.264", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "183.776", - "max": "185.368", - "min": "183.603", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "184.657", - "max": "186.407", - "min": "184.519", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "65.697", - "max": "65.83", - "min": "65.598", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "181.677", - "max": "181.986", - "min": "181.331", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "188.735", - "max": "190.309", - "min": "187.911", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "34.344", - "max": "34.813", - "min": "34.278", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "164.492", - "max": "166.611", - "min": "164.192", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "3.691", - "max": "5.726", - "min": "3.378", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "104.337", - "max": "110.977", - "min": "103.839", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "57.266", - "max": "57.341", - "min": "57.226", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "184.894", - "max": "185.332", - "min": "184.752", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "149.081", - "max": "149.373", - "min": "148.94", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "55.084", - "max": "55.229", - "min": "54.978", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "7.819", - "max": "7.967", - "min": "7.724", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "67.053", - "max": "75.775", - "min": "66.528", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "65.25", - "max": "66.353", - "min": "65.065", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "28.923", - "max": "29.1", - "min": "28.813", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "79.262", - "max": "79.708", - "min": "79.04", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "147.139", - "max": "148.244", - "min": "146.798", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "234.312", - "max": "235.233", - "min": "234.064", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "27.976", - "max": "28.1", - "min": "27.885", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "193.458", - "max": "194.462", - "min": "193.151", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "149.075", - "max": "149.503", - "min": "148.904", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "61.275", - "max": "61.755", - "min": "61.15", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "51.164", - "max": "51.404", - "min": "51.005", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "147.36", - "max": "151.769", - "min": "146.953", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "57.648", - "max": "59.429", - "min": "56.978", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "14.783", - "max": "15.281", - "min": "14.543", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "138.126", - "max": "138.199", - "min": "138.092", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "137.407", - "max": "137.592", - "min": "137.178", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "69.028", - "max": "69.108", - "min": "68.959", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "63.036", - "max": "63.273", - "min": "62.893", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "105.831", - "max": "106.613", - "min": "105.578", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "92.818", - "max": "96.875", - "min": "91.86", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "11.832", - "max": "12.216", - "min": "11.69", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "60.23", - "max": "62.934", - "min": "59.785", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "71.335", - "max": "71.544", - "min": "71.285", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "68.36", - "max": "68.87", - "min": "68.22", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "192.591", - "max": "192.722", - "min": "192.507", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "182.014", - "max": "187.895", - "min": "181.54", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "55.874", - "max": "56.718", - "min": "55.68", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "138.612", - "max": "139.023", - "min": "138.335", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "132.254", - "max": "136.394", - "min": "132.026", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "66.115", - "max": "66.207", - "min": "66.009", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "67.584", - "max": "69.101", - "min": "67.419", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "277.063", - "max": "277.419", - "min": "276.947", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "151.838", - "max": "152.68", - "min": "151.709", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "136.291", - "max": "136.615", - "min": "136.191", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "65.755", - "max": "65.871", - "min": "65.701", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "269.378", - "max": "271.096", - "min": "269.063", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "494.234", - "max": "595.784", - "min": "324.846", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "295.512", - "max": "393.29", - "min": "201.384", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "312.735", - "max": "313.251", - "min": "312.554", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "129.796", - "max": "131.828", - "min": "129.361", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "48.456", - "max": "48.837", - "min": "48.327", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "67.151", - "max": "67.685", - "min": "66.923", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "34.796", - "max": "35.013", - "min": "34.667", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "140.134", - "max": "288.008", - "min": "57.14", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "165.021", - "max": "165.543", - "min": "164.91", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "175.749", - "max": "240.821", - "min": "172.782", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "177.731", - "max": "177.94", - "min": "177.678", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "171.094", - "max": "171.869", - "min": "170.642", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "67.03", - "max": "67.234", - "min": "66.945", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "316.809", - "max": "317.069", - "min": "316.688", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "255.149", - "max": "260.407", - "min": "254.834", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "62.163", - "max": "63.216", - "min": "61.955", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "73.492", - "max": "73.875", - "min": "73.375", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "64.395", - "max": "64.554", - "min": "64.296", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "78.262", - "max": "78.959", - "min": "78.13", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "149.581", - "max": "151.293", - "min": "148.973", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "45.19", - "max": "45.39", - "min": "45.155", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.601", - "max": "73.715", - "min": "73.487", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "46.074", - "max": "62.709", - "min": "44.213", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "60.095", - "max": "60.51", - "min": "59.998", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "52.679", - "max": "52.765", - "min": "52.611", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "70.376", - "max": "70.471", - "min": "70.3", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "165.424", - "max": "165.728", - "min": "165.326", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "251.895", - "max": "252.253", - "min": "251.56", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "172.671", - "max": "174.083", - "min": "172.536", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "158.868", - "max": "159.095", - "min": "158.677", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "50.286", - "max": "55.223", - "min": "49.949", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "144.359", - "max": "145.158", - "min": "144.127", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "188.253", - "max": "193.557", - "min": "187.899", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "245.297", - "max": "245.573", - "min": "245.203", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "141.817", - "max": "145.613", - "min": "141.615", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "144.417", - "max": "144.724", - "min": "144.341", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "147.884", - "max": "158.092", - "min": "146.341", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "121.48", - "max": "121.612", - "min": "121.378", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "172.906", - "max": "173.192", - "min": "172.807", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "148.679", - "max": "148.901", - "min": "148.532", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "60.077", - "max": "60.509", - "min": "59.955", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "42.141", - "max": "42.671", - "min": "42.003", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "177.007", - "max": "178.239", - "min": "176.539", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "178.518", - "max": "218.059", - "min": "170.64", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "74.538", - "max": "74.721", - "min": "74.448", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "200.504", - "max": "293.849", - "min": "192.242", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "94.472", - "max": "94.637", - "min": "94.366", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "416.36", - "max": "416.76", - "min": "416.008", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "171.597", - "max": "171.835", - "min": "171.506", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "68.04", - "max": "69.878", - "min": "67.885", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "248.875", - "max": "249.086", - "min": "248.768", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "300.059", - "max": "300.303", - "min": "299.959", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "224.797", - "max": "225.136", - "min": "224.662", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "51.592", - "max": "51.936", - "min": "51.427", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "142.345", - "max": "143.265", - "min": "142.199", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.207", - "max": "76.31", - "min": "76.157", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "66.574", - "max": "67.052", - "min": "66.541", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "158.775", - "max": "160.225", - "min": "158.466", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "279.131", - "max": "279.249", - "min": "279.06", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "142.372", - "max": "143.012", - "min": "142.308", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "154.507", - "max": "154.845", - "min": "154.297", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "169.264", - "max": "178.339", - "min": "168.75", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "156.347", - "max": "156.388", - "min": "156.297", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "143.784", - "max": "144.656", - "min": "143.51", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "194.414", - "max": "198.059", - "min": "194.123", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "178.811", - "max": "178.886", - "min": "178.734", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "199.213", - "max": "201.512", - "min": "198.822", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "180.63", - "max": "180.816", - "min": "180.532", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "155.064", - "max": "239.892", - "min": "149.506", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "144.987", - "max": "145.203", - "min": "144.935", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "139.292", - "max": "139.334", - "min": "139.205", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "168.572", - "max": "180.373", - "min": "168.017", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "192.828", - "max": "193.788", - "min": "192.536", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "169.118", - "max": "176.911", - "min": "168.017", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "165.515", - "max": "253.182", - "min": "146.159", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "132.274", - "max": "132.322", - "min": "132.229", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "184.235", - "max": "184.949", - "min": "184.04", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "168.874", - "max": "169.437", - "min": "168.66", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "181.148", - "max": "181.871", - "min": "180.823", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "136.428", - "max": "139.825", - "min": "136.085", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "201.902", - "max": "228.147", - "min": "200.552", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "158.311", - "max": "158.5", - "min": "158.232", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "165.347", - "max": "165.504", - "min": "165.228", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "171.421", - "max": "171.499", - "min": "171.378", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "125.21", - "max": "133.672", - "min": "124.148", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "193.972", - "max": "194.15", - "min": "193.848", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "145.923", - "max": "156.271", - "min": "145.505", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "147.219", - "max": "148.174", - "min": "147.065", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "147.911", - "max": "148.069", - "min": "147.822", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "173.2", - "max": "189.068", - "min": "170.697", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "68.208", - "max": "70.35", - "min": "67.715", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "170.701", - "max": "172.204", - "min": "163.889", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "221.772", - "max": "221.977", - "min": "221.7", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "147.067", - "max": "147.254", - "min": "146.994", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "287.883", - "max": "288.034", - "min": "287.746", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "20.328", - "max": "21.039", - "min": "19.988", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "172.292", - "max": "172.541", - "min": "172.18", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "201.422", - "max": "201.646", - "min": "201.304", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "142.519", - "max": "143.56", - "min": "142.242", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "140.884", - "max": "141.831", - "min": "140.668", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "80.954", - "max": "81.061", - "min": "80.903", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "62.564", - "max": "62.849", - "min": "62.516", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "184.852", - "max": "188.728", - "min": "184.505", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "73.17", - "max": "73.246", - "min": "73.126", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "159.08", - "max": "159.202", - "min": "158.976", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "73.295", - "max": "73.342", - "min": "73.262", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "168.012", - "max": "168.201", - "min": "167.89", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "176.529", - "max": "176.919", - "min": "176.413", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "71.276", - "max": "77.093", - "min": "67.743", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "158.429", - "max": "158.723", - "min": "158.295", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "173.429", - "max": "176.055", - "min": "172.517", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "110.123", - "max": "133.067", - "min": "108.308", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "283.085", - "max": "283.843", - "min": "282.787", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "104.798", - "max": "105.36", - "min": "104.643", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "231.721", - "max": "232.127", - "min": "231.589", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "180.758", - "max": "180.831", - "min": "180.712", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "139.777", - "max": "139.98", - "min": "139.696", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "183.658", - "max": "183.803", - "min": "183.62", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "79.079", - "max": "81.534", - "min": "78.647", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "70.681", - "max": "70.871", - "min": "70.604", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "193.561", - "max": "199.139", - "min": "191.312", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "140.289", - "max": "141.808", - "min": "140.016", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "81.546", - "max": "82.947", - "min": "80.522", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "197.312", - "max": "197.449", - "min": "197.218", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "51.082", - "max": "51.199", - "min": "50.924", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "157.242", - "max": "167.967", - "min": "156.769", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "165.974", - "max": "166.388", - "min": "164.926", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "139.469", - "max": "139.469", - "min": "139.469", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "135.182", - "max": "135.269", - "min": "135.163", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "153.54", - "max": "153.635", - "min": "153.481", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "235.742", - "max": "239.947", - "min": "235.393", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "156.229", - "max": "168.287", - "min": "148.415", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "173.664", - "max": "173.733", - "min": "173.612", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "271.053", - "max": "272.441", - "min": "270.794", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "245.372", - "max": "246.474", - "min": "245.092", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "63.277", - "max": "63.47", - "min": "63.177", - "id": "37", - "country": "United States", - "source_name": "Los Angeles", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "38": { - "name": "Phoenix", - "data": { - "0": { - "avg": "120.65", - "max": "120.966", - "min": "120.468", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "158.724", - "max": "159.264", - "min": "158.511", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "56.222", - "max": "56.372", - "min": "56.069", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "153.383", - "max": "159.97", - "min": "152.304", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "133.706", - "max": "134.03", - "min": "133.535", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "123.199", - "max": "123.38", - "min": "123.044", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "143.133", - "max": "143.334", - "min": "143.011", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "167.307", - "max": "173.343", - "min": "166.347", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "176.357", - "max": "176.529", - "min": "176.155", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "156.887", - "max": "160.026", - "min": "156.571", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "126.311", - "max": "126.643", - "min": "126.108", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "25.335", - "max": "26.043", - "min": "25.165", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.015", - "max": "75.543", - "min": "74.898", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "68.695", - "max": "71.279", - "min": "68.385", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "62.03", - "max": "62.407", - "min": "61.933", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "152.29", - "max": "152.656", - "min": "151.97", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "152.719", - "max": "152.88", - "min": "152.488", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "49.825", - "max": "52.036", - "min": "49.464", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "143.439", - "max": "143.669", - "min": "143.274", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "164.031", - "max": "164.208", - "min": "163.922", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "162.963", - "max": "163.108", - "min": "162.839", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "60.051", - "max": "61.138", - "min": "59.894", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "19.833", - "max": "20.069", - "min": "19.674", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "41.365", - "max": "44.059", - "min": "41.079", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "159.438", - "max": "160.417", - "min": "159.079", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "146.842", - "max": "147.013", - "min": "146.709", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "150.226", - "max": "152.287", - "min": "149.876", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "162.857", - "max": "163.075", - "min": "162.641", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "137.783", - "max": "138.084", - "min": "137.603", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "18.186", - "max": "18.507", - "min": "17.931", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "248.808", - "max": "283.539", - "min": "240.663", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "168.924", - "max": "169.267", - "min": "168.795", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "72.232", - "max": "72.425", - "min": "72.075", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "177.833", - "max": "178.012", - "min": "177.662", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "154.458", - "max": "155.845", - "min": "154.218", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "193.617", - "max": "228.608", - "min": "191.812", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "18.055", - "max": "18.196", - "min": "17.96", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "0.033", - "max": "0.042", - "min": "0.027", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "36.621", - "max": "36.749", - "min": "36.464", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "57.983", - "max": "58.865", - "min": "57.677", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "274.799", - "max": "279.278", - "min": "274.112", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "136.728", - "max": "143.185", - "min": "136.086", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "189.454", - "max": "190.209", - "min": "189.191", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "162.557", - "max": "163.642", - "min": "162.242", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "263.658", - "max": "263.84", - "min": "263.576", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "179.507", - "max": "180.292", - "min": "179.064", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "167.074", - "max": "167.833", - "min": "166.873", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "217.081", - "max": "217.206", - "min": "216.931", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "277.419", - "max": "278.568", - "min": "276.333", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "63.992", - "max": "64.105", - "min": "63.902", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "67.523", - "max": "69.09", - "min": "67.288", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "38.257", - "max": "38.477", - "min": "38.048", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "183.735", - "max": "196.513", - "min": "171.237", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "40.825", - "max": "41.028", - "min": "40.663", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "256.715", - "max": "266.511", - "min": "253.44", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "210.999", - "max": "211.587", - "min": "210.776", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "147.433", - "max": "148.793", - "min": "146.622", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "168.582", - "max": "168.817", - "min": "168.436", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "172.878", - "max": "173.654", - "min": "172.501", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "139.348", - "max": "139.589", - "min": "139.231", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "182.918", - "max": "184.397", - "min": "182.392", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "216.374", - "max": "272.612", - "min": "211.255", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "220.122", - "max": "276.016", - "min": "216.896", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "378.525", - "max": "394.644", - "min": "342.16", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "179.579", - "max": "179.693", - "min": "179.431", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "187.402", - "max": "187.74", - "min": "187.25", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "52.743", - "max": "52.986", - "min": "52.591", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "178.149", - "max": "178.514", - "min": "177.74", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "203.431", - "max": "206.137", - "min": "202.599", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "24.048", - "max": "28.005", - "min": "23.781", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "196.599", - "max": "197.952", - "min": "196.344", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "11.071", - "max": "11.853", - "min": "10.827", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "115.12", - "max": "116.654", - "min": "114.928", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "51.63", - "max": "51.81", - "min": "51.475", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "163.34", - "max": "164.575", - "min": "163.054", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "135.888", - "max": "136.236", - "min": "135.63", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "55.014", - "max": "55.183", - "min": "54.892", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "18.223", - "max": "18.401", - "min": "18.027", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "57.164", - "max": "67.691", - "min": "56.463", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "55.556", - "max": "56.925", - "min": "55.29", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "30.938", - "max": "31.224", - "min": "30.673", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "77.243", - "max": "78.29", - "min": "76.944", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "170.925", - "max": "175.391", - "min": "170.451", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "260.993", - "max": "263.853", - "min": "260.721", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "75.804", - "max": "75.981", - "min": "75.632", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "177.893", - "max": "178.856", - "min": "177.576", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "137.683", - "max": "138.015", - "min": "137.422", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "50.1", - "max": "50.326", - "min": "49.918", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "37.584", - "max": "37.886", - "min": "37.408", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "147.292", - "max": "156.304", - "min": "146.355", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "44.72", - "max": "46.249", - "min": "44.026", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "24.546", - "max": "24.827", - "min": "24.322", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "170.353", - "max": "170.467", - "min": "170.18", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "144.567", - "max": "144.843", - "min": "144.406", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "58.596", - "max": "59.517", - "min": "58.301", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "70.897", - "max": "71.191", - "min": "70.658", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "108.393", - "max": "112.128", - "min": "107.872", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "96.804", - "max": "119.549", - "min": "95.468", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "22.476", - "max": "22.891", - "min": "22.287", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "56.461", - "max": "57.631", - "min": "56.248", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "82.3", - "max": "82.39", - "min": "82.226", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "56.04", - "max": "56.409", - "min": "55.814", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "175.971", - "max": "177.428", - "min": "175.675", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "194.22", - "max": "199.664", - "min": "193.631", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "47.7", - "max": "48.093", - "min": "47.486", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "146.912", - "max": "149.823", - "min": "146.471", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "148.171", - "max": "149.46", - "min": "148.014", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "69.11", - "max": "69.343", - "min": "68.872", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "60.658", - "max": "61.522", - "min": "60.438", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "250.915", - "max": "251.962", - "min": "250.672", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "160.761", - "max": "161.239", - "min": "160.537", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "179.384", - "max": "180.455", - "min": "179.074", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "54.269", - "max": "54.498", - "min": "54.137", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "258.86", - "max": "261.768", - "min": "258.488", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "485.23", - "max": "599.282", - "min": "321.202", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "268.125", - "max": "346.614", - "min": "190.468", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "318.532", - "max": "335.741", - "min": "317.312", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "127.86", - "max": "128.984", - "min": "127.499", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "37.002", - "max": "37.222", - "min": "36.797", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "39.634", - "max": "40.755", - "min": "39.347", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "142.079", - "max": "299.122", - "min": "64.827", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "156.382", - "max": "157.044", - "min": "156.218", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "172.732", - "max": "391.649", - "min": "163.185", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "166.175", - "max": "166.437", - "min": "166.044", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "150.568", - "max": "151.791", - "min": "150.078", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "60.093", - "max": "60.286", - "min": "59.928", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "287.09", - "max": "288.089", - "min": "286.678", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "239.523", - "max": "243.725", - "min": "239.158", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "70.354", - "max": "70.677", - "min": "70.243", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "64.276", - "max": "64.762", - "min": "64.051", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "57.179", - "max": "57.471", - "min": "56.966", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "72.48", - "max": "72.65", - "min": "72.357", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "155.942", - "max": "156.89", - "min": "155.305", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "36.798", - "max": "37.014", - "min": "36.647", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "60.755", - "max": "61.038", - "min": "60.6", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "46.96", - "max": "59.775", - "min": "45.333", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "43.632", - "max": "43.839", - "min": "43.471", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "56.265", - "max": "56.5", - "min": "56.081", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "58.968", - "max": "59.166", - "min": "58.769", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "152.507", - "max": "153.06", - "min": "152.35", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "265.132", - "max": "269.547", - "min": "264.603", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "170.749", - "max": "172.092", - "min": "170.464", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "161.751", - "max": "162.096", - "min": "161.541", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "54.326", - "max": "54.578", - "min": "54.146", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "139.732", - "max": "142.243", - "min": "139.443", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "175.334", - "max": "180.43", - "min": "174.912", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "257.951", - "max": "259.295", - "min": "257.789", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "123.962", - "max": "126.792", - "min": "123.647", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "133.078", - "max": "133.256", - "min": "132.96", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "147.212", - "max": "158.545", - "min": "144.334", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "126.366", - "max": "126.462", - "min": "126.306", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "170.085", - "max": "171.175", - "min": "169.724", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "147.741", - "max": "186.863", - "min": "145.842", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "57.177", - "max": "57.352", - "min": "57.011", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "42.362", - "max": "42.623", - "min": "42.07", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "166.623", - "max": "168.914", - "min": "166.23", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "201.394", - "max": "240.184", - "min": "194.578", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "63.359", - "max": "64.245", - "min": "63.032", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "204.381", - "max": "279.138", - "min": "198.668", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "79.363", - "max": "79.676", - "min": "79.243", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "424.623", - "max": "425.008", - "min": "423.677", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "171.979", - "max": "172.241", - "min": "171.691", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "61.016", - "max": "62.541", - "min": "60.715", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "241.618", - "max": "241.953", - "min": "241.461", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "323.438", - "max": "323.753", - "min": "323.266", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "233.334", - "max": "234.102", - "min": "233.184", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "93.515", - "max": "94.454", - "min": "93.322", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "150.588", - "max": "150.735", - "min": "150.445", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "79.087", - "max": "79.288", - "min": "78.906", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "57.362", - "max": "57.479", - "min": "57.271", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "139.109", - "max": "146.998", - "min": "138.329", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "278.285", - "max": "278.54", - "min": "278.148", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "133.945", - "max": "135.098", - "min": "133.798", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "154.348", - "max": "154.986", - "min": "154.027", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "149.086", - "max": "149.263", - "min": "148.917", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "149.811", - "max": "149.935", - "min": "149.703", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "133.163", - "max": "134.438", - "min": "132.788", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "192.611", - "max": "192.992", - "min": "192.392", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "174.519", - "max": "174.951", - "min": "174.39", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "198.845", - "max": "200.341", - "min": "198.607", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "179.18", - "max": "183.267", - "min": "178.701", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "141.049", - "max": "142.715", - "min": "140.797", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "144.432", - "max": "144.544", - "min": "144.324", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "124.964", - "max": "125.157", - "min": "124.854", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "158.746", - "max": "159.186", - "min": "158.561", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "207.201", - "max": "207.685", - "min": "206.92", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "155.057", - "max": "157.862", - "min": "154.291", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "152.895", - "max": "169.73", - "min": "140.007", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "134.799", - "max": "135.004", - "min": "134.654", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "201.655", - "max": "202.064", - "min": "201.418", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "161.697", - "max": "172.562", - "min": "161.104", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "169.063", - "max": "169.69", - "min": "168.604", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "128.317", - "max": "131.107", - "min": "127.795", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "205.84", - "max": "205.991", - "min": "205.712", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "144.176", - "max": "144.327", - "min": "144.042", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "171.309", - "max": "171.746", - "min": "170.939", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "152.418", - "max": "152.726", - "min": "152.276", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "224.811", - "max": "231.592", - "min": "223.016", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "185.422", - "max": "185.844", - "min": "185.206", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "141.906", - "max": "146.915", - "min": "141.501", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "144.353", - "max": "145.128", - "min": "144.153", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "142.545", - "max": "152.268", - "min": "142.008", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "168.405", - "max": "177.536", - "min": "165.811", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "56.621", - "max": "62.005", - "min": "56.013", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "174.034", - "max": "174.191", - "min": "173.922", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "247.791", - "max": "248.104", - "min": "247.633", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "146.372", - "max": "146.688", - "min": "146.228", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "264.17", - "max": "264.729", - "min": "263.999", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "94.406", - "max": "94.586", - "min": "94.326", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "162.559", - "max": "162.831", - "min": "162.257", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "189.568", - "max": "189.819", - "min": "189.388", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "129.45", - "max": "130.738", - "min": "129.119", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "131.682", - "max": "133.439", - "min": "131.273", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "67.211", - "max": "67.366", - "min": "67.059", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "93.77", - "max": "93.938", - "min": "93.62", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "189.16", - "max": "377.331", - "min": "182.481", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "84.915", - "max": "85.115", - "min": "84.813", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "149.918", - "max": "150.221", - "min": "149.765", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "63.208", - "max": "63.75", - "min": "63.082", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "142.732", - "max": "142.855", - "min": "142.581", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "179.832", - "max": "230.686", - "min": "177.174", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "77.362", - "max": "80.076", - "min": "75.299", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "175.59", - "max": "175.853", - "min": "175.353", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "208.089", - "max": "211.484", - "min": "207.324", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "101.212", - "max": "103.657", - "min": "100.32", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "239.122", - "max": "242.494", - "min": "238.65", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "142.91", - "max": "143.139", - "min": "142.771", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "209.087", - "max": "209.359", - "min": "208.84", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "179.718", - "max": "179.849", - "min": "179.582", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "148.081", - "max": "148.203", - "min": "147.993", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "180.42", - "max": "180.648", - "min": "180.293", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "64.598", - "max": "68.523", - "min": "64.162", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "63.865", - "max": "64.189", - "min": "63.691", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "193.159", - "max": "200.044", - "min": "191.167", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "137.551", - "max": "140.228", - "min": "136.49", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "65.39", - "max": "66.689", - "min": "64.328", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "191.076", - "max": "191.801", - "min": "190.79", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "49.566", - "max": "49.817", - "min": "49.311", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "142.142", - "max": "147.99", - "min": "141.632", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "222.497", - "max": "235.062", - "min": "202.286", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "134.561", - "max": "134.561", - "min": "134.561", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "130.597", - "max": "130.712", - "min": "130.488", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "137.168", - "max": "137.272", - "min": "137.059", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "224.829", - "max": "256.489", - "min": "223.564", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "149.129", - "max": "163.716", - "min": "140.236", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "165.995", - "max": "166.138", - "min": "165.892", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "243.065", - "max": "244.474", - "min": "242.835", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "220.707", - "max": "223.976", - "min": "220.255", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "64.193", - "max": "64.533", - "min": "64.052", - "id": "38", - "country": "United States", - "source_name": "Phoenix", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "39": { - "name": "Houston", - "data": { - "0": { - "avg": "102.51", - "max": "103.154", - "min": "102.338", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "185.544", - "max": "187.709", - "min": "185.207", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "37.787", - "max": "39.123", - "min": "37.595", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "137.162", - "max": "143.251", - "min": "136.571", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "107.898", - "max": "108.288", - "min": "107.645", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "149.845", - "max": "152.145", - "min": "149.567", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "107.248", - "max": "107.514", - "min": "107.106", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "193.865", - "max": "215.053", - "min": "192.636", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "157.953", - "max": "158.113", - "min": "157.841", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "145.24", - "max": "154.073", - "min": "144.71", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "108.169", - "max": "108.42", - "min": "107.909", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "8.133", - "max": "36.766", - "min": "6.75", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "39.311", - "max": "39.572", - "min": "39.173", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "36.602", - "max": "40.243", - "min": "36.231", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "33.456", - "max": "33.82", - "min": "33.352", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "27.975", - "max": "28.405", - "min": "27.194", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "120.933", - "max": "121.3", - "min": "120.636", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "18.734", - "max": "21.754", - "min": "18.514", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "120.313", - "max": "120.469", - "min": "120.15", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "130.303", - "max": "130.68", - "min": "130.168", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "189.53", - "max": "190.013", - "min": "189.405", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "28.152", - "max": "30.684", - "min": "27.928", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "49.128", - "max": "49.363", - "min": "48.993", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "55.115", - "max": "71.083", - "min": "54.347", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "143.052", - "max": "143.841", - "min": "142.748", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "125.532", - "max": "126.138", - "min": "125.375", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "132.555", - "max": "134.199", - "min": "132.296", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "133.742", - "max": "137.529", - "min": "133.339", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "118.694", - "max": "118.91", - "min": "118.589", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "42.974", - "max": "43.351", - "min": "42.813", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "221.801", - "max": "222.047", - "min": "221.67", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "137.289", - "max": "138.237", - "min": "137.156", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "29.978", - "max": "42.84", - "min": "29.275", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "146.332", - "max": "147.298", - "min": "146.117", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "131.269", - "max": "132.613", - "min": "130.916", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "216.442", - "max": "217.788", - "min": "216.127", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "35.842", - "max": "36.581", - "min": "35.721", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "36.612", - "max": "37.089", - "min": "36.449", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "0.014", - "max": "0.036", - "min": "0.01", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "28.438", - "max": "31.223", - "min": "27.996", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "241.88", - "max": "247.23", - "min": "241.271", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "114.6", - "max": "120.961", - "min": "114.031", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "140.46", - "max": "140.646", - "min": "140.288", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "134.292", - "max": "134.5", - "min": "134.187", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "263.428", - "max": "265.563", - "min": "263.199", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "138.859", - "max": "139.536", - "min": "138.314", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "154.272", - "max": "154.644", - "min": "154.142", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "86.109", - "max": "87.204", - "min": "85.897", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "156.807", - "max": "157.2", - "min": "155.768", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "10.328", - "max": "10.666", - "min": "10.157", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "44.77", - "max": "50.035", - "min": "44.339", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "47.534", - "max": "48.246", - "min": "47.241", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "137.315", - "max": "148.434", - "min": "128.978", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "28.863", - "max": "31.167", - "min": "28.66", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "249.316", - "max": "255.178", - "min": "246.385", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "235.061", - "max": "235.835", - "min": "234.76", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "128.902", - "max": "135.651", - "min": "127.807", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "198.462", - "max": "198.923", - "min": "198.28", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "154.923", - "max": "157.911", - "min": "154.555", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "107.604", - "max": "107.856", - "min": "107.444", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "158.178", - "max": "159.31", - "min": "157.746", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "159.805", - "max": "197.582", - "min": "155.618", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "243.179", - "max": "269.596", - "min": "239.29", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "233.952", - "max": "235.28", - "min": "233.741", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "154.394", - "max": "154.643", - "min": "154.254", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "148.913", - "max": "149.071", - "min": "148.79", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "32.753", - "max": "33.038", - "min": "32.608", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "142.935", - "max": "143.344", - "min": "142.507", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "155.04", - "max": "156.447", - "min": "154.292", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "23.735", - "max": "23.934", - "min": "23.562", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "209.145", - "max": "211.779", - "min": "208.739", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "34.203", - "max": "36.423", - "min": "33.806", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "74.653", - "max": "75.237", - "min": "74.435", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "19.766", - "max": "20.18", - "min": "19.623", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "150.949", - "max": "151.716", - "min": "150.686", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "112.056", - "max": "112.281", - "min": "111.812", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "23.826", - "max": "24.647", - "min": "23.623", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "48.478", - "max": "48.737", - "min": "48.373", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "29.541", - "max": "41.72", - "min": "28.922", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "34.244", - "max": "36.561", - "min": "34.046", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "53.807", - "max": "54.817", - "min": "53.589", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "53.279", - "max": "53.987", - "min": "52.864", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "369.409", - "max": "371.055", - "min": "369.094", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "234.112", - "max": "235.689", - "min": "233.848", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "47.504", - "max": "47.866", - "min": "47.349", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "176.375", - "max": "177.642", - "min": "175.949", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "115.848", - "max": "119.928", - "min": "115.19", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "21.998", - "max": "22.566", - "min": "21.824", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "27.793", - "max": "29.265", - "min": "27.562", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.9", - "max": "110.302", - "min": "102.445", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "31.85", - "max": "34.124", - "min": "31.317", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "48.288", - "max": "48.863", - "min": "48.014", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "118.555", - "max": "118.715", - "min": "118.43", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "162.623", - "max": "162.891", - "min": "162.45", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "41.579", - "max": "41.75", - "min": "41.473", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "34.484", - "max": "35.193", - "min": "34.307", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "76.417", - "max": "76.649", - "min": "76.217", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "62.087", - "max": "72.188", - "min": "60.67", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "45.733", - "max": "48.156", - "min": "45.521", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "27.128", - "max": "28.597", - "min": "26.876", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "55.941", - "max": "56.857", - "min": "55.775", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "62.843", - "max": "63.296", - "min": "62.678", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "159.674", - "max": "160.179", - "min": "159.362", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "207.507", - "max": "212.937", - "min": "206.596", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.794", - "max": "29.296", - "min": "28.641", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "173.547", - "max": "174.386", - "min": "173.159", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "92.027", - "max": "93.283", - "min": "91.793", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "42.454", - "max": "42.763", - "min": "42.302", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "30.907", - "max": "34.745", - "min": "30.658", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "242.23", - "max": "245.61", - "min": "241.451", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "193.876", - "max": "194.908", - "min": "193.66", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "169.534", - "max": "169.745", - "min": "169.398", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "31.882", - "max": "32.118", - "min": "31.737", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "230.296", - "max": "271.022", - "min": "228.595", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "472.638", - "max": "585.273", - "min": "300.596", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "267.771", - "max": "388.516", - "min": "171.636", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "262.739", - "max": "265.666", - "min": "262.233", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "138.569", - "max": "139.751", - "min": "138.355", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "12.268", - "max": "12.468", - "min": "12.106", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "30.049", - "max": "31.101", - "min": "29.731", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "20.29", - "max": "20.53", - "min": "20.169", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "99.294", - "max": "244.335", - "min": "20.177", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "131.742", - "max": "132.635", - "min": "131.586", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.563", - "max": "186.364", - "min": "136.403", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "135.279", - "max": "135.521", - "min": "135.16", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "137.152", - "max": "139.377", - "min": "136.657", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "33.138", - "max": "33.346", - "min": "32.834", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "244.183", - "max": "245.419", - "min": "243.905", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "205.655", - "max": "205.964", - "min": "205.446", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "100.267", - "max": "100.507", - "min": "100.119", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "45.427", - "max": "47.141", - "min": "45.035", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "27.029", - "max": "32.715", - "min": "26.625", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "36.363", - "max": "36.485", - "min": "36.216", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "186.326", - "max": "188.018", - "min": "185.483", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "18.509", - "max": "18.956", - "min": "18.353", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "44.101", - "max": "44.387", - "min": "43.934", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "29.761", - "max": "63.07", - "min": "27.131", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "34.798", - "max": "36.188", - "min": "34.588", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "49.114", - "max": "49.318", - "min": "49.003", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "35.673", - "max": "36.02", - "min": "35.445", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "136.739", - "max": "136.947", - "min": "136.576", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.156", - "max": "251.738", - "min": "249.715", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "144.34", - "max": "145.177", - "min": "144.167", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "132.425", - "max": "133.074", - "min": "132.143", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "87.323", - "max": "93.07", - "min": "86.639", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "115.863", - "max": "116.307", - "min": "115.573", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "145.457", - "max": "155.371", - "min": "144.635", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "271.829", - "max": "273.422", - "min": "271.638", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "101.11", - "max": "101.282", - "min": "100.977", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "108.135", - "max": "108.325", - "min": "108.035", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "113.186", - "max": "118.093", - "min": "111.948", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "157.853", - "max": "158.394", - "min": "157.598", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "136", - "max": "137.26", - "min": "135.773", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "114.371", - "max": "140.436", - "min": "112.472", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "31.037", - "max": "31.206", - "min": "30.881", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "59.921", - "max": "63.674", - "min": "59.6", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "139.683", - "max": "141.023", - "min": "139.375", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "192.392", - "max": "249.112", - "min": "183.388", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "49.457", - "max": "49.832", - "min": "49.291", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "161.846", - "max": "244.885", - "min": "153.139", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "64.043", - "max": "64.578", - "min": "63.895", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "451.443", - "max": "451.92", - "min": "450.794", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "135.471", - "max": "135.67", - "min": "135.354", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "37.459", - "max": "37.662", - "min": "37.261", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "211.392", - "max": "213.373", - "min": "211.12", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "271.099", - "max": "271.367", - "min": "270.968", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "197.24", - "max": "197.579", - "min": "197.076", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "33.893", - "max": "34.694", - "min": "33.652", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "196.348", - "max": "198.259", - "min": "195.979", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "45.311", - "max": "45.506", - "min": "45.148", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "44.792", - "max": "46.136", - "min": "44.583", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "123.671", - "max": "124.836", - "min": "123.346", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "234.938", - "max": "235.496", - "min": "234.755", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "110.247", - "max": "111.104", - "min": "110.112", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "119.321", - "max": "120.304", - "min": "119.032", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "128.64", - "max": "129.052", - "min": "128.46", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "120.548", - "max": "120.724", - "min": "120.419", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "109.834", - "max": "110.337", - "min": "109.59", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "161.703", - "max": "162.473", - "min": "161.474", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "142.406", - "max": "144.634", - "min": "142.205", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "169.897", - "max": "170.988", - "min": "169.681", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "151.984", - "max": "155.298", - "min": "151.482", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "108.06", - "max": "111.593", - "min": "107.62", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "120.272", - "max": "120.551", - "min": "120.114", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "106.788", - "max": "107.026", - "min": "106.591", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "129.286", - "max": "129.452", - "min": "129.143", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "160.207", - "max": "160.576", - "min": "159.953", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "130.006", - "max": "135.51", - "min": "129.062", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "139.941", - "max": "182.857", - "min": "120.353", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "115.322", - "max": "116.182", - "min": "115.118", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "156.733", - "max": "159.297", - "min": "156.425", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "140.985", - "max": "153.409", - "min": "140.392", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "136.926", - "max": "137.729", - "min": "136.449", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "104.724", - "max": "105.069", - "min": "104.543", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "230.977", - "max": "231.43", - "min": "230.754", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "119.001", - "max": "122.967", - "min": "118.601", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "130.529", - "max": "130.741", - "min": "130.328", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "144.549", - "max": "145.536", - "min": "144.377", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "90.718", - "max": "97.347", - "min": "88.77", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "166.098", - "max": "166.597", - "min": "165.952", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "109.935", - "max": "128.291", - "min": "108.866", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "107.458", - "max": "107.802", - "min": "107.268", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "106.285", - "max": "106.716", - "min": "106.135", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "198.529", - "max": "208.546", - "min": "195.696", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "42.766", - "max": "48.315", - "min": "42.035", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "340.019", - "max": "355.565", - "min": "335.115", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "258.509", - "max": "259.127", - "min": "258.341", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "117.88", - "max": "118.167", - "min": "117.725", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "258.92", - "max": "259.199", - "min": "258.74", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "63.713", - "max": "64.271", - "min": "63.465", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "137.943", - "max": "138.463", - "min": "137.688", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "166.519", - "max": "168.412", - "min": "166.127", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "102.707", - "max": "103.801", - "min": "102.466", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "108.083", - "max": "109.19", - "min": "107.697", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "45.026", - "max": "46.618", - "min": "44.856", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "25.054", - "max": "25.242", - "min": "24.927", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "209.461", - "max": "209.7", - "min": "209.287", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.347", - "max": "80.563", - "min": "80.216", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "120.361", - "max": "121.447", - "min": "120.144", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "42.071", - "max": "42.202", - "min": "41.94", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "119.188", - "max": "120.345", - "min": "118.91", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "148.965", - "max": "149.598", - "min": "148.692", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "41.778", - "max": "47.982", - "min": "37.724", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "125.017", - "max": "125.299", - "min": "124.872", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "151.586", - "max": "152.294", - "min": "151.042", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "70.14", - "max": "76.888", - "min": "68.702", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "292.015", - "max": "292.896", - "min": "291.618", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "158.641", - "max": "159.121", - "min": "158.389", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "192.013", - "max": "192.45", - "min": "191.824", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "144.532", - "max": "144.64", - "min": "144.442", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "117.637", - "max": "118.488", - "min": "117.435", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "145.262", - "max": "145.43", - "min": "145.146", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "43.01", - "max": "44.184", - "min": "42.66", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "34.757", - "max": "35.019", - "min": "34.599", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "156.771", - "max": "166.516", - "min": "154.601", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "95.845", - "max": "96.768", - "min": "95.615", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "45.023", - "max": "46.58", - "min": "44.041", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "159.677", - "max": "160.34", - "min": "159.372", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "32.628", - "max": "36.331", - "min": "32.322", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "123.657", - "max": "124.025", - "min": "123.493", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "211.305", - "max": "216.713", - "min": "210.121", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "101.801", - "max": "101.801", - "min": "101.801", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "102.731", - "max": "102.902", - "min": "102.632", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "116.513", - "max": "116.671", - "min": "116.38", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "200.41", - "max": "200.87", - "min": "200.196", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "121.481", - "max": "128.845", - "min": "113.988", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "130.515", - "max": "130.719", - "min": "130.356", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "247.742", - "max": "250.136", - "min": "247.255", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "192.605", - "max": "193.412", - "min": "192.221", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "40.561", - "max": "46.91", - "min": "39.788", - "id": "39", - "country": "United States", - "source_name": "Houston", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "40": { - "name": "Baltimore", - "data": { - "0": { - "avg": "101.106", - "max": "102.754", - "min": "100.789", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "208.209", - "max": "210.934", - "min": "207.817", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "20.82", - "max": "21.975", - "min": "20.512", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "106.397", - "max": "110.336", - "min": "105.739", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "82.267", - "max": "82.466", - "min": "82.139", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "172.045", - "max": "179.333", - "min": "171.59", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "81.562", - "max": "82.925", - "min": "81.244", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "216.92", - "max": "236.564", - "min": "215.02", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "127.946", - "max": "128.368", - "min": "127.73", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "112.259", - "max": "113.996", - "min": "112.049", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "79.929", - "max": "89.827", - "min": "79.25", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "34.981", - "max": "53.278", - "min": "34.005", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "9.48", - "max": "9.848", - "min": "9.362", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "13.844", - "max": "14.65", - "min": "13.464", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "30.512", - "max": "40.385", - "min": "29.566", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "7.397", - "max": "10.085", - "min": "6.893", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "100.423", - "max": "100.647", - "min": "100.06", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "18.44", - "max": "19.619", - "min": "18.185", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "96.394", - "max": "96.633", - "min": "96.234", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "102.645", - "max": "104.656", - "min": "102.334", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "213.994", - "max": "217.747", - "min": "213.645", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "30.121", - "max": "35.973", - "min": "29.685", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "73.478", - "max": "74.804", - "min": "73.266", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "69.837", - "max": "71.31", - "min": "69.453", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "107.387", - "max": "108.496", - "min": "107.143", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "105.217", - "max": "109.143", - "min": "104.861", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "97.816", - "max": "103.274", - "min": "97.195", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "105.314", - "max": "105.708", - "min": "105.056", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "94.605", - "max": "95.739", - "min": "94.48", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "67.932", - "max": "70.13", - "min": "67.519", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "254.511", - "max": "258.147", - "min": "254.008", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "106.682", - "max": "106.944", - "min": "106.577", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "57.851", - "max": "60.625", - "min": "57.497", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "134.279", - "max": "135.62", - "min": "134.085", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "111.609", - "max": "113.996", - "min": "111.23", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "231.746", - "max": "270.221", - "min": "229.974", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "64.417", - "max": "69.811", - "min": "63.968", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "58.093", - "max": "59.636", - "min": "57.882", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "28.364", - "max": "30.313", - "min": "28.097", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "0.033", - "max": "0.066", - "min": "0.025", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "217.772", - "max": "224.532", - "min": "216.878", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "100.919", - "max": "107.555", - "min": "100.311", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "116.73", - "max": "116.901", - "min": "116.538", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "110.446", - "max": "113.007", - "min": "109.983", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "219.548", - "max": "229.032", - "min": "218.919", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "120.223", - "max": "120.932", - "min": "119.772", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "121.457", - "max": "126.673", - "min": "121.039", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "77.3", - "max": "82.448", - "min": "76.518", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "150.146", - "max": "151.333", - "min": "149.875", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "36.827", - "max": "36.921", - "min": "36.623", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "14.313", - "max": "15.374", - "min": "13.99", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "75.107", - "max": "76.808", - "min": "74.742", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "117.957", - "max": "129.119", - "min": "105.284", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "44.845", - "max": "53.625", - "min": "44.374", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "235.976", - "max": "257.586", - "min": "231.862", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "275.517", - "max": "275.857", - "min": "275.343", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "108.352", - "max": "111.25", - "min": "107.256", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "222.389", - "max": "224.46", - "min": "221.913", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "120.269", - "max": "123.133", - "min": "119.591", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "82.535", - "max": "84.435", - "min": "82.303", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "133.188", - "max": "137.052", - "min": "132.603", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "133.016", - "max": "194.639", - "min": "128.578", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "260.61", - "max": "359.69", - "min": "246.252", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "292.623", - "max": "293.979", - "min": "292.211", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "128.701", - "max": "135.245", - "min": "128.141", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "125.209", - "max": "125.516", - "min": "124.962", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "8.945", - "max": "11.285", - "min": "8.638", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "130.422", - "max": "131.459", - "min": "130.014", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "141.565", - "max": "152.695", - "min": "139.877", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "51.535", - "max": "52.334", - "min": "51.255", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "216.505", - "max": "217.576", - "min": "216.182", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "64.686", - "max": "67.849", - "min": "64.134", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "71.887", - "max": "73.7", - "min": "71.487", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "21.238", - "max": "22.449", - "min": "21.054", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "130.442", - "max": "131.772", - "min": "130.061", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "104.284", - "max": "104.611", - "min": "104.101", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "13.064", - "max": "14.501", - "min": "12.791", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "76.919", - "max": "79.917", - "min": "76.499", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "21.381", - "max": "26.157", - "min": "20.985", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "19.962", - "max": "21.652", - "min": "19.711", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "79.709", - "max": "82.509", - "min": "79.399", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "24.696", - "max": "26.38", - "min": "24.429", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "353.741", - "max": "354.926", - "min": "353.354", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "219.558", - "max": "221.027", - "min": "219.275", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "62.464", - "max": "62.953", - "min": "62.276", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "140.594", - "max": "141.822", - "min": "140.123", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "89.75", - "max": "99.08", - "min": "89.111", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "26.962", - "max": "27.148", - "min": "26.832", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "34.113", - "max": "35.566", - "min": "33.901", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "80.992", - "max": "87.821", - "min": "80.397", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.454", - "max": "37.247", - "min": "34.81", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "73.863", - "max": "82.005", - "min": "72.893", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "97.549", - "max": "97.655", - "min": "97.326", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "201.242", - "max": "202.179", - "min": "201.048", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "18.855", - "max": "19.872", - "min": "18.579", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "51.091", - "max": "58.041", - "min": "50.226", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "73.823", - "max": "74.169", - "min": "73.501", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "56.123", - "max": "68.445", - "min": "54.931", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "76.13", - "max": "78.302", - "min": "75.846", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.194", - "max": "26.27", - "min": "23.767", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "30.071", - "max": "39.411", - "min": "29.416", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "76.728", - "max": "78.82", - "min": "76.358", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "138.506", - "max": "142.142", - "min": "138.025", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "230.38", - "max": "232.321", - "min": "229.785", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.448", - "max": "35.281", - "min": "27.898", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "200.259", - "max": "206.503", - "min": "199.496", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "97.934", - "max": "99.349", - "min": "97.652", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "10.959", - "max": "11.328", - "min": "10.693", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "15.205", - "max": "16.292", - "min": "14.868", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "207.546", - "max": "208.733", - "min": "207.138", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "222.729", - "max": "224.946", - "min": "222.435", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "195.501", - "max": "198.588", - "min": "194.619", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "9.384", - "max": "14.878", - "min": "8.888", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "204.589", - "max": "208.336", - "min": "204.044", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "438.853", - "max": "546.232", - "min": "270.823", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "237.365", - "max": "373.199", - "min": "181.092", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "232.008", - "max": "245.609", - "min": "230.838", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "169.526", - "max": "175.103", - "min": "168.947", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "40.261", - "max": "40.691", - "min": "39.944", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "30.148", - "max": "30.475", - "min": "29.832", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "47.866", - "max": "49.845", - "min": "47.366", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "112.36", - "max": "255.289", - "min": "24.597", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "119.335", - "max": "119.824", - "min": "118.99", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "115.279", - "max": "126.487", - "min": "113.197", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "117.647", - "max": "118.162", - "min": "117.431", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "106.317", - "max": "108.071", - "min": "105.685", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "10.251", - "max": "10.565", - "min": "10.007", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "207.948", - "max": "209.989", - "min": "207.548", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "192.743", - "max": "193.338", - "min": "192.434", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "101.508", - "max": "104.153", - "min": "101.039", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "29.196", - "max": "31.119", - "min": "28.767", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "27.841", - "max": "28.732", - "min": "27.472", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "35.777", - "max": "36.885", - "min": "35.422", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "208.923", - "max": "212.254", - "min": "207.787", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.824", - "max": "50.237", - "min": "49.686", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "16.467", - "max": "16.949", - "min": "16.151", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "55.847", - "max": "69.626", - "min": "54.537", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "43.247", - "max": "47.099", - "min": "42.843", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.929", - "max": "48.293", - "min": "38.399", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "10.508", - "max": "11.69", - "min": "10.223", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "103.97", - "max": "105.409", - "min": "103.646", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "258.428", - "max": "260.226", - "min": "258.077", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "114.086", - "max": "114.898", - "min": "113.855", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "106.079", - "max": "107.447", - "min": "105.901", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "113.431", - "max": "119.748", - "min": "112.886", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "87.231", - "max": "87.892", - "min": "87.023", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "126.491", - "max": "137.644", - "min": "124.051", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "250.985", - "max": "252.093", - "min": "250.75", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "75.828", - "max": "79.458", - "min": "75.4", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "82.011", - "max": "85.377", - "min": "81.573", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "90.641", - "max": "108.543", - "min": "88.022", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "184.658", - "max": "186.342", - "min": "184.348", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "117.88", - "max": "119.712", - "min": "117.607", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "93.779", - "max": "113.125", - "min": "92.115", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "13.224", - "max": "21.674", - "min": "11.801", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "87.614", - "max": "97.683", - "min": "87.023", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "115.551", - "max": "117.244", - "min": "115.063", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "220.419", - "max": "270.07", - "min": "210.121", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "47.784", - "max": "48.991", - "min": "47.505", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "165.277", - "max": "201.97", - "min": "160.002", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "36.195", - "max": "41.958", - "min": "35.652", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "473.258", - "max": "473.7", - "min": "472.104", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "122.764", - "max": "126.723", - "min": "121.604", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "11.519", - "max": "12.828", - "min": "11.178", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "194.735", - "max": "195.104", - "min": "194.446", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "250.977", - "max": "256.731", - "min": "250.451", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "168.998", - "max": "169.185", - "min": "168.695", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "54.329", - "max": "63.188", - "min": "53.553", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "231.422", - "max": "232.986", - "min": "231.139", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "20.17", - "max": "20.62", - "min": "19.911", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "11.684", - "max": "12.38", - "min": "11.431", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "92.116", - "max": "93.525", - "min": "91.792", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "210.414", - "max": "213.146", - "min": "210.167", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "84.911", - "max": "86.82", - "min": "84.697", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "95.387", - "max": "97.446", - "min": "95.078", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "103.254", - "max": "107.225", - "min": "102.828", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "96.622", - "max": "97.518", - "min": "96.37", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "82.413", - "max": "92.369", - "min": "81.667", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "140.006", - "max": "149.532", - "min": "139.223", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "118.825", - "max": "124.157", - "min": "118.303", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "137.567", - "max": "139.348", - "min": "137.405", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "123.77", - "max": "124.388", - "min": "123.448", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "82.312", - "max": "83.388", - "min": "81.931", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "100.31", - "max": "101.6", - "min": "100.075", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.905", - "max": "82.019", - "min": "81.718", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "110.779", - "max": "111.246", - "min": "110.547", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "141.629", - "max": "148.451", - "min": "140.772", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "105.295", - "max": "113.44", - "min": "103.406", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "115.403", - "max": "146.387", - "min": "100.896", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "89.853", - "max": "93.074", - "min": "89.468", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "136.722", - "max": "138.313", - "min": "136.034", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "111.842", - "max": "112.875", - "min": "111.574", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "130.241", - "max": "131.304", - "min": "129.594", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "79.877", - "max": "85.756", - "min": "79.212", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "258.053", - "max": "258.84", - "min": "257.73", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "106.183", - "max": "115.162", - "min": "105.591", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "104.8", - "max": "106.767", - "min": "104.407", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "108.302", - "max": "108.446", - "min": "108.13", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "82.715", - "max": "89.5", - "min": "80.981", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "131.153", - "max": "134.185", - "min": "130.776", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "87.111", - "max": "90.04", - "min": "86.491", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "83.316", - "max": "87.862", - "min": "82.49", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "81.063", - "max": "85.736", - "min": "80.602", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "235.508", - "max": "237.573", - "min": "235.151", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "15.092", - "max": "24.713", - "min": "13.533", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "359.546", - "max": "373.869", - "min": "335.403", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "210.919", - "max": "211.218", - "min": "210.734", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "95.431", - "max": "95.51", - "min": "95.272", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "226.317", - "max": "227.112", - "min": "226.02", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "92.873", - "max": "94.231", - "min": "92.522", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "112.025", - "max": "114.077", - "min": "111.648", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "145.654", - "max": "148.712", - "min": "144.496", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "82.013", - "max": "83.621", - "min": "81.56", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "82.982", - "max": "84.01", - "min": "82.561", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "25.014", - "max": "26.644", - "min": "24.694", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "36.006", - "max": "41.218", - "min": "35.436", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "249.839", - "max": "250.057", - "min": "249.555", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "14.197", - "max": "23.835", - "min": "13.663", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "96.445", - "max": "96.796", - "min": "96.308", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "19.277", - "max": "20.445", - "min": "19.072", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "95.05", - "max": "95.773", - "min": "94.848", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "136.896", - "max": "137.375", - "min": "136.719", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "39.863", - "max": "42.726", - "min": "36.896", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "99.613", - "max": "99.924", - "min": "99.412", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "126.209", - "max": "130.159", - "min": "125.307", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "70.239", - "max": "82.297", - "min": "68.246", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "278.584", - "max": "279.383", - "min": "278.217", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "223.89", - "max": "225.094", - "min": "223.535", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "177.898", - "max": "186.843", - "min": "177.004", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "125.028", - "max": "129.822", - "min": "124.425", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "91.491", - "max": "97.98", - "min": "90.882", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "117.683", - "max": "119.524", - "min": "117.425", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "18.063", - "max": "19.538", - "min": "17.553", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "10.92", - "max": "16.846", - "min": "10.497", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "132.691", - "max": "143.84", - "min": "130.623", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "94.877", - "max": "102.446", - "min": "93.118", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "19.889", - "max": "21.304", - "min": "19.068", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "135.277", - "max": "135.827", - "min": "134.964", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "35.366", - "max": "39.519", - "min": "34.965", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "110.347", - "max": "117.544", - "min": "109.303", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "236.838", - "max": "238.059", - "min": "236.219", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "99.978", - "max": "100.48", - "min": "99.476", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "81.357", - "max": "86.498", - "min": "80.816", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "99.62", - "max": "100.68", - "min": "99.335", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "186.081", - "max": "187.005", - "min": "185.853", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "96.853", - "max": "104.497", - "min": "89.161", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "110.082", - "max": "112.982", - "min": "109.78", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "238.555", - "max": "242.387", - "min": "237.883", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "165.955", - "max": "169.393", - "min": "165.295", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "25.002", - "max": "32.869", - "min": "24.314", - "id": "40", - "country": "United States", - "source_name": "Baltimore", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "51": { - "name": "San Antonio", - "data": { - "0": { - "avg": "109.204", - "max": "109.353", - "min": "109.1", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "252.824", - "max": "254.021", - "min": "252.542", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "48.233", - "max": "49.115", - "min": "48.094", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "134.083", - "max": "139.742", - "min": "133.424", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "113.693", - "max": "115.081", - "min": "113.471", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "154.513", - "max": "154.696", - "min": "154.406", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "117.378", - "max": "117.499", - "min": "117.274", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "257.71", - "max": "265.691", - "min": "256.756", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "163.938", - "max": "164.274", - "min": "163.782", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "146.123", - "max": "147.351", - "min": "145.952", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "122.665", - "max": "123.141", - "min": "122.468", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "11.278", - "max": "11.383", - "min": "11.191", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "44.639", - "max": "45.534", - "min": "44.541", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "45.112", - "max": "45.409", - "min": "44.988", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "37.102", - "max": "41.923", - "min": "36.818", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "33.036", - "max": "33.171", - "min": "32.714", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "125.125", - "max": "125.457", - "min": "124.911", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "27.825", - "max": "27.961", - "min": "27.744", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "122.876", - "max": "123.191", - "min": "122.732", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "136.11", - "max": "136.442", - "min": "136.041", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "269.371", - "max": "269.577", - "min": "269.29", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "38.451", - "max": "38.53", - "min": "38.398", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "43.094", - "max": "43.257", - "min": "42.99", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "69.008", - "max": "69.372", - "min": "68.897", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "150.818", - "max": "152.014", - "min": "150.588", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "144.118", - "max": "144.965", - "min": "143.989", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "140.617", - "max": "141.363", - "min": "140.412", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "143.835", - "max": "144.263", - "min": "143.744", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "124.053", - "max": "124.122", - "min": "123.969", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "49.477", - "max": "50.592", - "min": "49.338", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "223.832", - "max": "223.941", - "min": "223.751", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "146.185", - "max": "146.379", - "min": "146.102", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "41.405", - "max": "41.507", - "min": "41.279", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "160.986", - "max": "161.254", - "min": "160.9", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "154.354", - "max": "155.029", - "min": "154.055", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "212.325", - "max": "213.261", - "min": "212.085", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "39.936", - "max": "40.191", - "min": "39.892", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "64.008", - "max": "64.16", - "min": "63.917", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "10.289", - "max": "10.475", - "min": "10.161", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "36.916", - "max": "38.142", - "min": "36.597", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "246.966", - "max": "250.107", - "min": "246.529", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "120.034", - "max": "124.235", - "min": "119.659", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "149.542", - "max": "149.914", - "min": "149.453", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "143.847", - "max": "155.433", - "min": "143.374", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "283.064", - "max": "283.174", - "min": "282.945", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "144.606", - "max": "145.415", - "min": "144.091", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "152.432", - "max": "152.603", - "min": "152.273", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "86.147", - "max": "86.994", - "min": "86.022", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "156.808", - "max": "157.199", - "min": "156.646", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "0.03", - "max": "0.035", - "min": "0.028", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "59.204", - "max": "59.475", - "min": "59.142", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "59.975", - "max": "60.404", - "min": "59.763", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "164.063", - "max": "252.766", - "min": "146.751", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "19.592", - "max": "19.657", - "min": "19.539", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "257.373", - "max": "266.544", - "min": "254.306", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "244.972", - "max": "246.352", - "min": "244.654", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "131.457", - "max": "133.621", - "min": "130.779", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "205.009", - "max": "212.005", - "min": "204.721", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "167.85", - "max": "169.486", - "min": "167.567", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "114.802", - "max": "115", - "min": "114.69", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "166.291", - "max": "167.063", - "min": "165.898", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "172.54", - "max": "212.121", - "min": "169.645", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "243.421", - "max": "371.938", - "min": "230.985", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "258.972", - "max": "259.302", - "min": "258.888", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "164.849", - "max": "165.65", - "min": "164.73", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "154.049", - "max": "155.344", - "min": "153.958", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "37.539", - "max": "38.024", - "min": "37.432", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "147.312", - "max": "147.654", - "min": "146.802", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "149.044", - "max": "150.254", - "min": "148.236", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "42.553", - "max": "44.455", - "min": "42.332", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "203.345", - "max": "205.723", - "min": "202.984", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "35.347", - "max": "36.859", - "min": "35.028", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "81.552", - "max": "82.313", - "min": "81.441", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "39.221", - "max": "39.317", - "min": "39.161", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "160.217", - "max": "160.984", - "min": "160.073", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "126.447", - "max": "126.572", - "min": "126.341", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "44.835", - "max": "44.989", - "min": "44.703", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "50.944", - "max": "51.692", - "min": "50.798", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "45.198", - "max": "54.302", - "min": "44.462", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "42.397", - "max": "42.595", - "min": "42.319", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "62.128", - "max": "62.567", - "min": "61.967", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "57.255", - "max": "58.083", - "min": "57.076", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "203.442", - "max": "207.991", - "min": "203.041", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "260.798", - "max": "261.231", - "min": "260.652", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "51.618", - "max": "51.686", - "min": "51.537", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "182.806", - "max": "184.058", - "min": "182.542", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "119.769", - "max": "126.741", - "min": "119.05", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "36.425", - "max": "36.63", - "min": "36.301", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "26.324", - "max": "26.485", - "min": "26.199", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "110.802", - "max": "111.234", - "min": "110.735", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "39.438", - "max": "42.181", - "min": "38.85", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "54.393", - "max": "54.658", - "min": "54.214", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "129.333", - "max": "129.426", - "min": "129.291", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "183.174", - "max": "183.336", - "min": "183.037", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "44.603", - "max": "45.882", - "min": "44.374", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "37.719", - "max": "38.014", - "min": "37.605", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "83.321", - "max": "83.515", - "min": "83.051", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "81.801", - "max": "109.956", - "min": "80.239", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "54.564", - "max": "54.735", - "min": "54.497", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "33.708", - "max": "36.008", - "min": "33.517", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "47.905", - "max": "48.1", - "min": "47.829", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "84.034", - "max": "84.223", - "min": "83.828", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "164.852", - "max": "165.295", - "min": "164.763", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "222.129", - "max": "225.581", - "min": "221.463", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "35.921", - "max": "36.392", - "min": "35.759", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "308.738", - "max": "363.25", - "min": "292.381", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "118.853", - "max": "120.636", - "min": "118.695", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "60.562", - "max": "60.746", - "min": "60.433", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "26.961", - "max": "27.207", - "min": "26.88", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "272.801", - "max": "272.991", - "min": "272.694", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "224.185", - "max": "227.66", - "min": "217.517", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "181.266", - "max": "181.381", - "min": "181.18", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "40.74", - "max": "40.842", - "min": "40.646", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "243.377", - "max": "245.479", - "min": "243.058", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "477.857", - "max": "589.883", - "min": "305.096", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "251.432", - "max": "338.577", - "min": "167.379", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "277.195", - "max": "284.521", - "min": "276.611", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "148.339", - "max": "149.023", - "min": "148.194", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "17.705", - "max": "17.853", - "min": "17.588", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "35.163", - "max": "35.848", - "min": "34.943", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "39.527", - "max": "41.155", - "min": "39.336", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "111.746", - "max": "259.781", - "min": "29.398", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "139.699", - "max": "140.049", - "min": "139.601", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "153.649", - "max": "265.526", - "min": "148.95", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "151.834", - "max": "151.889", - "min": "151.781", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "155.179", - "max": "156.251", - "min": "154.664", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "39.319", - "max": "46.772", - "min": "36.457", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "254.703", - "max": "254.908", - "min": "254.556", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "229.002", - "max": "229.329", - "min": "228.832", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "102.506", - "max": "103.448", - "min": "102.356", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "48.418", - "max": "49.512", - "min": "48.216", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "34.097", - "max": "34.248", - "min": "33.926", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "46.716", - "max": "46.794", - "min": "46.651", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "195.745", - "max": "197.504", - "min": "195.042", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "24.019", - "max": "24.196", - "min": "23.936", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "50.802", - "max": "51.038", - "min": "50.646", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "30.41", - "max": "46.266", - "min": "28.876", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "13.822", - "max": "13.931", - "min": "13.773", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "35.78", - "max": "35.916", - "min": "35.707", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "45.676", - "max": "74.188", - "min": "44.585", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "132.764", - "max": "133.475", - "min": "132.628", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "261.96", - "max": "263.243", - "min": "261.488", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "153.414", - "max": "154.06", - "min": "153.297", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "145.028", - "max": "145.268", - "min": "144.966", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "95.649", - "max": "107.505", - "min": "94.701", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "120.989", - "max": "121.793", - "min": "120.731", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "153.687", - "max": "154.084", - "min": "153.502", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "274.416", - "max": "274.718", - "min": "274.303", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "111.63", - "max": "112.055", - "min": "111.572", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "122.699", - "max": "123.191", - "min": "122.592", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "136.384", - "max": "141.349", - "min": "135.663", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "155.739", - "max": "156.076", - "min": "155.628", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "148.632", - "max": "151.07", - "min": "148.4", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "122.121", - "max": "122.491", - "min": "121.969", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "49.358", - "max": "49.447", - "min": "49.278", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "74.272", - "max": "74.491", - "min": "74.164", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "141.342", - "max": "142.425", - "min": "141.06", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "204.218", - "max": "243.761", - "min": "197.584", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "55.75", - "max": "55.947", - "min": "55.639", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "183.28", - "max": "274.788", - "min": "174.413", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "83.914", - "max": "84.125", - "min": "83.832", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "367.886", - "max": "368.141", - "min": "367.453", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "151.438", - "max": "151.531", - "min": "151.38", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "53.761", - "max": "53.946", - "min": "53.653", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "224.182", - "max": "224.583", - "min": "224.043", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "281.8", - "max": "281.978", - "min": "281.717", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "203.522", - "max": "205.159", - "min": "203.38", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "38.74", - "max": "38.877", - "min": "38.577", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "206.536", - "max": "209.364", - "min": "206.229", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "61.255", - "max": "61.501", - "min": "61.18", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "45.075", - "max": "46.815", - "min": "44.569", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "135.365", - "max": "138.259", - "min": "135.08", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "280.03", - "max": "280.267", - "min": "279.979", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "120.955", - "max": "122.532", - "min": "120.787", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "125.545", - "max": "125.84", - "min": "125.342", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "136.744", - "max": "136.839", - "min": "136.643", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "131.103", - "max": "131.263", - "min": "131.014", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "124.083", - "max": "124.947", - "min": "123.831", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "178.465", - "max": "179.655", - "min": "178.205", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "159.977", - "max": "160.179", - "min": "159.901", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "172.483", - "max": "177.121", - "min": "172.254", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "162.402", - "max": "162.681", - "min": "162.277", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "125.038", - "max": "125.242", - "min": "124.934", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "129.37", - "max": "129.437", - "min": "129.286", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "117.655", - "max": "117.767", - "min": "117.564", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "131.932", - "max": "132.153", - "min": "131.81", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "179.024", - "max": "179.505", - "min": "178.797", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "138.078", - "max": "153.935", - "min": "136.455", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "157.577", - "max": "213.628", - "min": "126.144", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "129.91", - "max": "129.994", - "min": "129.86", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "161.48", - "max": "161.661", - "min": "161.327", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "150.152", - "max": "157.05", - "min": "149.676", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "146.393", - "max": "146.913", - "min": "146.027", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "111.266", - "max": "112.628", - "min": "110.958", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "252.605", - "max": "259.331", - "min": "252.253", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "127.917", - "max": "128.016", - "min": "127.821", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "139.56", - "max": "139.709", - "min": "139.419", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "157.94", - "max": "158.019", - "min": "157.895", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "95.324", - "max": "100.406", - "min": "94.37", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "174.013", - "max": "174.159", - "min": "173.891", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "119.264", - "max": "123.266", - "min": "118.633", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "118.373", - "max": "118.629", - "min": "118.27", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "134.594", - "max": "135.441", - "min": "134.433", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "200.631", - "max": "201.873", - "min": "200.472", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "50.518", - "max": "58.618", - "min": "49.645", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "210.299", - "max": "214.188", - "min": "205.877", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "253.552", - "max": "256.634", - "min": "253.315", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "130.269", - "max": "130.948", - "min": "130.148", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "292.047", - "max": "295.768", - "min": "289.63", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "69.139", - "max": "69.385", - "min": "68.915", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "147.459", - "max": "147.669", - "min": "147.328", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "174.377", - "max": "174.708", - "min": "174.246", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "107.215", - "max": "108.945", - "min": "106.848", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "120.554", - "max": "120.739", - "min": "120.478", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "70.725", - "max": "70.85", - "min": "70.684", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "84.819", - "max": "84.905", - "min": "84.769", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "228.303", - "max": "243.096", - "min": "226.752", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "96.143", - "max": "96.503", - "min": "96.055", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "134.738", - "max": "134.884", - "min": "134.639", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "50.34", - "max": "50.546", - "min": "50.253", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "121.844", - "max": "121.974", - "min": "121.732", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "160.411", - "max": "238.922", - "min": "157.148", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.281", - "max": "59.979", - "min": "51.832", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "133.289", - "max": "133.404", - "min": "133.142", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "153.194", - "max": "154.838", - "min": "152.595", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "80.799", - "max": "100.236", - "min": "79.175", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "255.352", - "max": "255.856", - "min": "254.967", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "189.763", - "max": "190.713", - "min": "189.586", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "207.37", - "max": "207.962", - "min": "207.197", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "149.55", - "max": "149.717", - "min": "149.483", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "124.549", - "max": "124.919", - "min": "124.476", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "167.37", - "max": "167.525", - "min": "167.313", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "51.581", - "max": "54.354", - "min": "51.041", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "44.278", - "max": "44.493", - "min": "44.105", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "166.664", - "max": "170.534", - "min": "165.202", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "130.141", - "max": "132.4", - "min": "129.764", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "51.069", - "max": "52.429", - "min": "49.942", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "167.104", - "max": "167.754", - "min": "166.916", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "40.981", - "max": "41.479", - "min": "40.818", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "125.546", - "max": "129.224", - "min": "125.285", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "220.155", - "max": "220.34", - "min": "219.992", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "101.703", - "max": "101.703", - "min": "101.703", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "114.058", - "max": "114.148", - "min": "113.986", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "124.052", - "max": "124.135", - "min": "123.989", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "208.426", - "max": "220.024", - "min": "207.74", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "133.338", - "max": "144.232", - "min": "125.781", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "145.274", - "max": "145.442", - "min": "145.142", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "245.734", - "max": "246.854", - "min": "245.573", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "206.939", - "max": "210.102", - "min": "206.512", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "47.782", - "max": "50.54", - "min": "47.648", - "id": "51", - "country": "United States", - "source_name": "San Antonio", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "52": { - "name": "Montreal", - "data": { - "0": { - "avg": "140.872", - "max": "141.188", - "min": "140.738", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "253.417", - "max": "256.69", - "min": "253.073", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "8.148", - "max": "8.362", - "min": "8.043", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "102.607", - "max": "106.617", - "min": "101.903", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "83.156", - "max": "83.865", - "min": "83.032", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "138.08", - "max": "138.401", - "min": "137.786", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "146.664", - "max": "146.791", - "min": "146.587", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.914", - "max": "300.978", - "min": "289.629", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "136.722", - "max": "137", - "min": "136.485", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "104.074", - "max": "105.733", - "min": "103.701", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "84.474", - "max": "84.985", - "min": "84.235", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "42.875", - "max": "62.139", - "min": "42.022", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "8.736", - "max": "8.812", - "min": "8.676", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "17.636", - "max": "18.918", - "min": "17.429", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "44.378", - "max": "48.064", - "min": "43.981", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "23.113", - "max": "26.114", - "min": "22.227", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "103.696", - "max": "104.43", - "min": "103.49", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "29.611", - "max": "31.277", - "min": "29.296", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "74.544", - "max": "74.719", - "min": "74.408", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "98.782", - "max": "98.923", - "min": "98.658", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "269.274", - "max": "269.525", - "min": "269.068", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "24.153", - "max": "24.772", - "min": "24.06", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "68.946", - "max": "69.07", - "min": "68.83", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "58.424", - "max": "58.958", - "min": "58.216", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "109.445", - "max": "112.29", - "min": "109.053", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "96.133", - "max": "96.878", - "min": "95.907", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "100.201", - "max": "104.856", - "min": "99.797", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "106.696", - "max": "108.891", - "min": "106.207", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "89.359", - "max": "89.685", - "min": "89.219", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "66.302", - "max": "67.44", - "min": "66.137", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "229.668", - "max": "229.942", - "min": "229.531", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "109", - "max": "114.885", - "min": "108.617", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "69.579", - "max": "73.224", - "min": "69.249", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "124.67", - "max": "124.907", - "min": "124.55", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "96.762", - "max": "99.205", - "min": "96.39", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "211.459", - "max": "214.186", - "min": "211.13", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "78.513", - "max": "78.758", - "min": "78.492", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "67.179", - "max": "67.401", - "min": "67.113", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "44.431", - "max": "44.613", - "min": "44.326", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "14.213", - "max": "15.013", - "min": "13.985", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "226.644", - "max": "230.323", - "min": "226.056", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "85.658", - "max": "86.516", - "min": "85.336", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "117.046", - "max": "118.437", - "min": "116.706", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "110.103", - "max": "113.619", - "min": "109.694", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "218.272", - "max": "220.702", - "min": "218.07", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "117.382", - "max": "118.251", - "min": "116.848", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "119.058", - "max": "119.38", - "min": "118.849", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "91.662", - "max": "95.455", - "min": "91.2", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "172.157", - "max": "175.011", - "min": "171.879", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "59.242", - "max": "59.368", - "min": "59.153", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "0.031", - "max": "0.062", - "min": "0.018", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "56.224", - "max": "56.673", - "min": "55.926", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "121.926", - "max": "166.142", - "min": "79.371", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "29.928", - "max": "30.129", - "min": "29.794", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "214.917", - "max": "232.79", - "min": "211.026", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "233.791", - "max": "234.698", - "min": "233.402", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "108.309", - "max": "112.555", - "min": "107.211", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "236.538", - "max": "237.096", - "min": "236.353", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "118.796", - "max": "119.714", - "min": "118.403", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "90.826", - "max": "90.957", - "min": "90.75", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "142.507", - "max": "144.621", - "min": "141.784", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "135.537", - "max": "193.314", - "min": "132.782", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "241.168", - "max": "332.512", - "min": "234.409", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "236.069", - "max": "236.253", - "min": "235.813", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "129.791", - "max": "130.742", - "min": "129.613", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "114.358", - "max": "115.869", - "min": "114.017", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "11.341", - "max": "12.003", - "min": "11.213", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "119.089", - "max": "120.358", - "min": "118.533", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "155.619", - "max": "156.816", - "min": "155.018", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "47.313", - "max": "50.284", - "min": "47.064", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "207.062", - "max": "209.448", - "min": "206.611", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "76.827", - "max": "77.261", - "min": "76.64", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "88.495", - "max": "91.932", - "min": "88.092", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "37.395", - "max": "37.649", - "min": "37.217", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "121.993", - "max": "122.429", - "min": "121.771", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "132.511", - "max": "132.723", - "min": "132.368", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "20.76", - "max": "20.862", - "min": "20.647", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "58.074", - "max": "58.841", - "min": "57.921", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "18.144", - "max": "24.22", - "min": "17.592", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "23.846", - "max": "24.073", - "min": "23.63", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "69.548", - "max": "69.874", - "min": "69.388", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "16", - "max": "17.018", - "min": "15.761", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "323.671", - "max": "325.228", - "min": "323.048", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "214.395", - "max": "214.748", - "min": "214.249", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "56.613", - "max": "56.721", - "min": "56.535", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "142.108", - "max": "143.001", - "min": "141.717", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "89.895", - "max": "92.399", - "min": "89.548", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "36.122", - "max": "36.248", - "min": "36.008", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "28.835", - "max": "29.266", - "min": "28.695", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "91.369", - "max": "100.119", - "min": "90.739", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.662", - "max": "37.365", - "min": "34.979", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "76.596", - "max": "77.809", - "min": "76.332", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "91.546", - "max": "92.233", - "min": "91.321", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "211.039", - "max": "215.521", - "min": "210.616", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "15.772", - "max": "17.438", - "min": "15.422", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "42.322", - "max": "42.55", - "min": "42.149", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "86.14", - "max": "86.361", - "min": "85.947", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "84.793", - "max": "98.851", - "min": "83.251", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "80.309", - "max": "99.126", - "min": "74.184", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "20.519", - "max": "22.588", - "min": "20.241", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "35.189", - "max": "35.368", - "min": "35.096", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "52.86", - "max": "53.515", - "min": "52.655", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "126.669", - "max": "127.124", - "min": "126.396", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "236.358", - "max": "239.001", - "min": "235.633", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "31.625", - "max": "32.382", - "min": "31.478", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "321.664", - "max": "322.121", - "min": "319.655", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "121.622", - "max": "125.014", - "min": "121.421", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "18.501", - "max": "18.641", - "min": "18.345", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "31.23", - "max": "31.501", - "min": "31.131", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "249.483", - "max": "251.057", - "min": "249.233", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "218.155", - "max": "221.571", - "min": "217.93", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "195.34", - "max": "195.483", - "min": "195.198", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "10.381", - "max": "10.867", - "min": "10.202", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "247.326", - "max": "258.368", - "min": "246.555", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "475.44", - "max": "605.713", - "min": "325.837", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "220.386", - "max": "301.803", - "min": "151.892", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "255.385", - "max": "267.19", - "min": "254.668", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "169.372", - "max": "177.224", - "min": "168.952", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "41.219", - "max": "41.366", - "min": "41.108", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "48.065", - "max": "48.479", - "min": "47.897", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.223", - "max": "40.584", - "min": "40.084", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "125.612", - "max": "273.92", - "min": "46.444", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "132.865", - "max": "133.097", - "min": "132.766", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "122.073", - "max": "259.502", - "min": "116.047", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "117.265", - "max": "117.632", - "min": "117.07", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "104.837", - "max": "106.969", - "min": "104.077", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "11.004", - "max": "11.262", - "min": "10.856", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "239.471", - "max": "239.717", - "min": "239.255", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "195.04", - "max": "195.35", - "min": "194.908", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "85.91", - "max": "91.14", - "min": "84.83", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "34.222", - "max": "34.309", - "min": "34.154", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "27.396", - "max": "27.776", - "min": "27.194", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "37.14", - "max": "38.047", - "min": "36.912", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "219.09", - "max": "220.827", - "min": "218.323", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "54.473", - "max": "54.679", - "min": "54.435", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "10.334", - "max": "10.529", - "min": "10.216", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "61.141", - "max": "98.966", - "min": "58.857", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.148", - "max": "48.291", - "min": "48.097", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "33.047", - "max": "33.136", - "min": "32.975", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "5.996", - "max": "6.143", - "min": "5.921", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "102.041", - "max": "102.335", - "min": "101.94", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "264.925", - "max": "265.439", - "min": "264.583", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "125.295", - "max": "126.451", - "min": "124.995", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "103.992", - "max": "104.192", - "min": "103.816", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "112.401", - "max": "112.888", - "min": "112.179", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "90.887", - "max": "91.78", - "min": "90.582", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "123.36", - "max": "124.984", - "min": "123.23", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "221.376", - "max": "221.898", - "min": "221.236", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "79.737", - "max": "81.369", - "min": "79.588", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "79.153", - "max": "80.334", - "min": "79.01", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "90.667", - "max": "102.077", - "min": "89.308", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "159.855", - "max": "162.361", - "min": "158.68", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "114.273", - "max": "117.623", - "min": "113.88", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "97.137", - "max": "98.319", - "min": "96.657", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "21.222", - "max": "21.97", - "min": "21.067", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "65.351", - "max": "67.709", - "min": "64.989", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "110.224", - "max": "111.263", - "min": "109.94", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "223.534", - "max": "269.651", - "min": "214.833", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "42.682", - "max": "45.606", - "min": "41.696", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "164.401", - "max": "250.421", - "min": "157.207", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "48.82", - "max": "50.375", - "min": "48.702", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "368.019", - "max": "369.017", - "min": "367.387", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "113.741", - "max": "113.985", - "min": "113.464", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "12.857", - "max": "14.122", - "min": "12.589", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "179.899", - "max": "201.187", - "min": "178.826", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "234.257", - "max": "236.241", - "min": "234.02", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "168.814", - "max": "169.574", - "min": "168.557", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.885", - "max": "62.622", - "min": "61.761", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "283.77", - "max": "284.646", - "min": "270.085", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "21.272", - "max": "21.507", - "min": "21.106", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "18.055", - "max": "18.127", - "min": "18.02", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "90.066", - "max": "93.366", - "min": "89.43", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "230.509", - "max": "231.863", - "min": "230.235", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "85.047", - "max": "86.514", - "min": "84.881", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "100.073", - "max": "100.409", - "min": "99.861", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "107.494", - "max": "107.768", - "min": "107.309", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "99.883", - "max": "100.131", - "min": "99.823", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "81.844", - "max": "83.621", - "min": "81.562", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "133.805", - "max": "134.317", - "min": "133.632", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "121.814", - "max": "121.922", - "min": "121.741", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "137.791", - "max": "138.82", - "min": "137.617", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "124.837", - "max": "125.518", - "min": "124.561", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "87.032", - "max": "88.909", - "min": "86.565", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "89.717", - "max": "90.534", - "min": "89.548", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.531", - "max": "83.665", - "min": "81.343", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "100.642", - "max": "104.591", - "min": "100.312", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "135.943", - "max": "136.761", - "min": "135.745", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "107.839", - "max": "119.568", - "min": "106.281", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "117.601", - "max": "182.107", - "min": "91.952", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "78.085", - "max": "78.427", - "min": "77.95", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "155.63", - "max": "158.481", - "min": "155.134", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "115.175", - "max": "115.53", - "min": "114.908", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "118.694", - "max": "121.168", - "min": "118.151", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "81.818", - "max": "87.798", - "min": "81.352", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "220.449", - "max": "236.695", - "min": "219.758", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "104.777", - "max": "105.09", - "min": "104.598", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "102.476", - "max": "102.703", - "min": "102.314", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "99.775", - "max": "100.162", - "min": "99.677", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "97.463", - "max": "107.091", - "min": "95.36", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "129.48", - "max": "131.314", - "min": "129.209", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "84.358", - "max": "86.304", - "min": "84.1", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "90.859", - "max": "92.019", - "min": "90.684", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "84.484", - "max": "84.868", - "min": "83.707", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "262.524", - "max": "263.564", - "min": "262.283", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "11.788", - "max": "16.258", - "min": "11.329", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "267.99", - "max": "271.586", - "min": "263.413", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "214.784", - "max": "215.574", - "min": "214.622", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "90.003", - "max": "90.44", - "min": "89.801", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "215.383", - "max": "216.291", - "min": "215.057", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "94.325", - "max": "95.044", - "min": "94.211", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "125.424", - "max": "126.386", - "min": "125.023", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "133.377", - "max": "135.366", - "min": "133.194", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "83.444", - "max": "84.594", - "min": "82.886", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "87.743", - "max": "88.68", - "min": "87.332", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "21.626", - "max": "22.117", - "min": "21.479", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "42.88", - "max": "43.17", - "min": "42.67", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "226.297", - "max": "226.766", - "min": "226.019", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "21.762", - "max": "22.076", - "min": "21.668", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "99.433", - "max": "106.675", - "min": "98.996", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "9.002", - "max": "9.078", - "min": "8.95", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "99.636", - "max": "100.095", - "min": "99.392", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "135.207", - "max": "135.49", - "min": "135.033", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "69.483", - "max": "73.578", - "min": "66.704", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "97.467", - "max": "97.652", - "min": "97.336", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "113.325", - "max": "114.462", - "min": "112.688", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "79.852", - "max": "95.17", - "min": "78.6", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "172.307", - "max": "173.009", - "min": "171.886", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "144.902", - "max": "145.279", - "min": "144.635", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "155.203", - "max": "156.978", - "min": "154.88", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "120.478", - "max": "120.634", - "min": "120.426", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "94.556", - "max": "94.751", - "min": "94.394", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "132.289", - "max": "132.805", - "min": "132.188", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "4.409", - "max": "6.725", - "min": "4.039", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "21.167", - "max": "21.463", - "min": "21.026", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "140.419", - "max": "143.82", - "min": "138.544", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "109.813", - "max": "110.805", - "min": "108.738", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "6.266", - "max": "8.593", - "min": "5.155", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "140.267", - "max": "140.879", - "min": "140.016", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "28.313", - "max": "28.69", - "min": "28.211", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "83.067", - "max": "85.577", - "min": "82.589", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "244.932", - "max": "247.769", - "min": "240.182", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "140.56", - "max": "140.56", - "min": "140.56", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "81.81", - "max": "82.021", - "min": "81.594", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "96.041", - "max": "96.212", - "min": "95.89", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "176.498", - "max": "187.252", - "min": "175.843", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "110.698", - "max": "129.12", - "min": "101.534", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "166.158", - "max": "166.315", - "min": "166.057", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "196.205", - "max": "197.09", - "min": "196.056", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "160.984", - "max": "161.479", - "min": "160.723", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.101", - "max": "31.582", - "min": "28.457", - "id": "52", - "country": "Canada", - "source_name": "Montreal", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "53": { - "name": "Vancouver", - "data": { - "0": { - "avg": "151.266", - "max": "151.612", - "min": "150.966", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "177.863", - "max": "178.302", - "min": "177.566", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "51.098", - "max": "51.398", - "min": "50.869", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "169.448", - "max": "187.461", - "min": "168.396", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "143.479", - "max": "145.66", - "min": "143.24", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "120.572", - "max": "122.329", - "min": "120.201", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "149.635", - "max": "150.025", - "min": "149.377", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "186.352", - "max": "192.934", - "min": "185.325", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "192.608", - "max": "192.812", - "min": "192.375", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "158.84", - "max": "168.624", - "min": "158.231", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "138.852", - "max": "139.71", - "min": "138.52", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "62.445", - "max": "63.945", - "min": "62.061", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "62.952", - "max": "63.13", - "min": "62.814", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "74.752", - "max": "75.703", - "min": "74.537", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "78.138", - "max": "78.719", - "min": "77.837", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "69.069", - "max": "70.351", - "min": "68.333", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "166.974", - "max": "167.367", - "min": "166.623", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "59.83", - "max": "60.026", - "min": "59.665", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "167.16", - "max": "167.488", - "min": "166.88", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "166.068", - "max": "167.501", - "min": "165.842", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "182.398", - "max": "190.197", - "min": "181.805", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "51.606", - "max": "52.14", - "min": "51.352", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "26.523", - "max": "27.174", - "min": "26.231", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "4.472", - "max": "6.898", - "min": "4.14", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "171.529", - "max": "173.491", - "min": "171.152", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "161.682", - "max": "162.089", - "min": "161.423", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "159.868", - "max": "163.452", - "min": "159.427", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "154.853", - "max": "155.624", - "min": "154.386", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "163.431", - "max": "164.511", - "min": "163.069", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "22.579", - "max": "23.256", - "min": "22.272", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "189.743", - "max": "189.985", - "min": "189.578", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "169.301", - "max": "170.558", - "min": "169.027", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "81.997", - "max": "84.56", - "min": "81.697", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "189.13", - "max": "189.364", - "min": "188.923", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "156.971", - "max": "158.242", - "min": "156.634", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "237.478", - "max": "239.267", - "min": "237.094", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "29.923", - "max": "30.192", - "min": "29.735", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "38.323", - "max": "39.593", - "min": "38.047", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "47.439", - "max": "47.812", - "min": "47.291", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "75.063", - "max": "77.297", - "min": "74.536", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "285.166", - "max": "289.953", - "min": "284.437", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "144.502", - "max": "147.485", - "min": "143.787", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "180.28", - "max": "183.828", - "min": "179.856", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "168.58", - "max": "169.233", - "min": "168.255", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "301.836", - "max": "302.234", - "min": "301.569", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "179.44", - "max": "180.243", - "min": "178.939", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "187.692", - "max": "188.163", - "min": "187.407", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "177.243", - "max": "181.269", - "min": "169.631", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "219.893", - "max": "225.652", - "min": "217.913", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "59.888", - "max": "60.122", - "min": "59.631", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "56.176", - "max": "56.515", - "min": "55.793", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "0.033", - "max": "0.046", - "min": "0.026", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "161.3", - "max": "250.7", - "min": "142.276", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "45.195", - "max": "45.533", - "min": "45.009", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "289.036", - "max": "297.354", - "min": "286.061", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "204.347", - "max": "206.039", - "min": "204.055", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "182.305", - "max": "184.462", - "min": "180.974", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "177.363", - "max": "178.952", - "min": "177.029", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "169.315", - "max": "170.195", - "min": "168.983", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "150.619", - "max": "151.001", - "min": "150.4", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "198.243", - "max": "199.935", - "min": "197.553", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "195.126", - "max": "241.004", - "min": "191.806", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "185.944", - "max": "287.785", - "min": "175.554", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "242.688", - "max": "243.125", - "min": "242.477", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "187.712", - "max": "188.375", - "min": "187.35", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "192.724", - "max": "193.002", - "min": "192.561", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "77.942", - "max": "78.312", - "min": "77.647", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "180.274", - "max": "193.637", - "min": "179.436", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "196.447", - "max": "197.67", - "min": "195.779", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "33.602", - "max": "33.891", - "min": "33.388", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "166.295", - "max": "168.128", - "min": "165.899", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "36.883", - "max": "37.356", - "min": "36.616", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "131.76", - "max": "142.238", - "min": "131.053", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "68.518", - "max": "70.994", - "min": "68.305", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "184.34", - "max": "185.255", - "min": "183.995", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "148.869", - "max": "149.284", - "min": "148.69", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "80.704", - "max": "81.219", - "min": "80.389", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "41.712", - "max": "43.625", - "min": "41.386", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "62.832", - "max": "72.719", - "min": "62.201", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "51.602", - "max": "56.404", - "min": "51.068", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "7.901", - "max": "9.013", - "min": "7.551", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "75.527", - "max": "76.602", - "min": "75.127", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "194.453", - "max": "194.76", - "min": "194.158", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "257.609", - "max": "258.491", - "min": "257.368", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "75.95", - "max": "76.627", - "min": "75.595", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "203.708", - "max": "204.554", - "min": "203.269", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "143.079", - "max": "143.626", - "min": "142.686", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "70.615", - "max": "70.928", - "min": "70.386", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "50.629", - "max": "51.335", - "min": "50.355", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "143.508", - "max": "151.339", - "min": "142.35", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "61.277", - "max": "64.59", - "min": "60.442", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "28.065", - "max": "28.679", - "min": "27.791", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "164.561", - "max": "164.89", - "min": "164.282", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "131.728", - "max": "131.865", - "min": "131.539", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "69.851", - "max": "72.024", - "min": "69.363", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "74.673", - "max": "75.905", - "min": "74.269", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "122.128", - "max": "123.068", - "min": "121.737", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "106.724", - "max": "124.467", - "min": "105.296", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "24.769", - "max": "30.663", - "min": "24.341", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "55.737", - "max": "61.524", - "min": "55.168", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "78.846", - "max": "79.082", - "min": "78.621", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "19.565", - "max": "23.368", - "min": "19.194", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "201.494", - "max": "202.354", - "min": "201.207", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "183.004", - "max": "185.924", - "min": "182.319", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "57.608", - "max": "57.861", - "min": "57.314", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "165.918", - "max": "166.682", - "min": "165.69", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "154.474", - "max": "167.793", - "min": "153.637", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "64.657", - "max": "64.954", - "min": "64.412", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "75.348", - "max": "76.468", - "min": "75.139", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "266.435", - "max": "269.151", - "min": "266.071", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "184.937", - "max": "185.817", - "min": "184.659", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "156.88", - "max": "157.248", - "min": "156.644", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "72.058", - "max": "72.376", - "min": "71.81", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "267.955", - "max": "334.099", - "min": "265.254", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "513.154", - "max": "631.93", - "min": "337.425", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "317.169", - "max": "404.443", - "min": "222.774", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "327.919", - "max": "336.824", - "min": "327.04", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "98.817", - "max": "102.238", - "min": "98.344", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "53.857", - "max": "55.016", - "min": "53.557", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "75.356", - "max": "75.895", - "min": "74.96", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "35.893", - "max": "38.385", - "min": "35.458", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "147.474", - "max": "299.652", - "min": "68.234", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "176.121", - "max": "176.516", - "min": "175.914", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "183.316", - "max": "203.474", - "min": "182.025", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "176.465", - "max": "176.818", - "min": "176.183", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "162.87", - "max": "163.904", - "min": "162.298", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "73.29", - "max": "73.738", - "min": "72.98", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "298.354", - "max": "299.032", - "min": "298.067", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "244.691", - "max": "246.181", - "min": "244.385", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "27.572", - "max": "29.496", - "min": "27.257", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "70.509", - "max": "70.891", - "min": "70.32", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "69.247", - "max": "69.506", - "min": "69.034", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "55.479", - "max": "55.735", - "min": "55.198", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "187.434", - "max": "188.805", - "min": "186.579", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "56.738", - "max": "57.073", - "min": "56.456", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.911", - "max": "75.418", - "min": "73.497", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "40.355", - "max": "69.42", - "min": "37.929", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "54.745", - "max": "55.1", - "min": "54.558", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "52.659", - "max": "52.986", - "min": "52.428", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "78.525", - "max": "78.902", - "min": "78.221", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "173.928", - "max": "174.402", - "min": "173.612", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "245.398", - "max": "246.528", - "min": "244.814", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "186.044", - "max": "186.736", - "min": "185.788", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "152.965", - "max": "153.344", - "min": "152.519", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "74.813", - "max": "83.756", - "min": "73.846", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "154.75", - "max": "164.579", - "min": "154.093", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "182.137", - "max": "187.109", - "min": "181.531", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "264.292", - "max": "264.715", - "min": "264.048", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "143.824", - "max": "144.376", - "min": "143.559", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "145.768", - "max": "153.38", - "min": "145.039", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "149.631", - "max": "160.261", - "min": "147.968", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "123.454", - "max": "123.978", - "min": "123.274", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "175.807", - "max": "177.545", - "min": "175.483", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "160.588", - "max": "177.675", - "min": "159.043", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "73.46", - "max": "73.76", - "min": "73.293", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "12.25", - "max": "18.393", - "min": "11.737", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "182.215", - "max": "184.106", - "min": "181.721", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "164.436", - "max": "215.87", - "min": "157.047", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "31.094", - "max": "31.354", - "min": "30.931", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "208.465", - "max": "302.898", - "min": "201.61", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "102.85", - "max": "103.34", - "min": "102.679", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "443.823", - "max": "444.563", - "min": "443.412", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "179.145", - "max": "179.396", - "min": "178.7", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "64.666", - "max": "64.943", - "min": "64.407", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "257.139", - "max": "257.416", - "min": "256.866", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "322.729", - "max": "322.91", - "min": "322.403", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "233.627", - "max": "233.953", - "min": "233.318", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "80.931", - "max": "81.814", - "min": "80.605", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "167.355", - "max": "167.868", - "min": "167.025", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "72.602", - "max": "73.705", - "min": "72.253", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "60.515", - "max": "60.714", - "min": "60.265", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "157.925", - "max": "158.937", - "min": "157.519", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "284.419", - "max": "289.525", - "min": "283.85", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "147.534", - "max": "147.913", - "min": "147.332", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "165.23", - "max": "165.662", - "min": "164.997", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "173.022", - "max": "174.879", - "min": "172.773", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "164.507", - "max": "164.669", - "min": "164.29", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "141.288", - "max": "141.872", - "min": "140.854", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "211.855", - "max": "215.318", - "min": "211.365", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "187.001", - "max": "187.144", - "min": "186.879", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "203.578", - "max": "204.813", - "min": "203.252", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "193.709", - "max": "194.695", - "min": "193.376", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "150.238", - "max": "151.554", - "min": "149.731", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "146.667", - "max": "151.571", - "min": "146.35", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "156.942", - "max": "157.291", - "min": "156.662", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "163.128", - "max": "163.687", - "min": "162.885", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "200.345", - "max": "200.872", - "min": "200.107", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "170.363", - "max": "175.161", - "min": "169.511", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "189.739", - "max": "229.066", - "min": "159.572", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "128.155", - "max": "128.841", - "min": "127.741", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "205.225", - "max": "206.881", - "min": "204.793", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "184.325", - "max": "189.52", - "min": "183.57", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "176.432", - "max": "176.991", - "min": "175.939", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "147.294", - "max": "148.16", - "min": "146.894", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.72", - "max": "224.715", - "min": "222.249", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "161.969", - "max": "162.346", - "min": "161.727", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "163.466", - "max": "163.744", - "min": "163.238", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "165.656", - "max": "165.884", - "min": "165.419", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "180.358", - "max": "190.325", - "min": "167.634", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "201.151", - "max": "201.507", - "min": "200.843", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "151.374", - "max": "157.37", - "min": "150.738", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "157.454", - "max": "158.004", - "min": "157.235", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "165.001", - "max": "165.523", - "min": "164.428", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "179.279", - "max": "188.507", - "min": "178.337", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "70.481", - "max": "78.617", - "min": "69.607", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "190.964", - "max": "196.554", - "min": "185.51", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "256.525", - "max": "260.773", - "min": "256.183", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "137.971", - "max": "138.836", - "min": "137.708", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "288.131", - "max": "288.446", - "min": "287.853", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "41.815", - "max": "42.036", - "min": "41.536", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "165.416", - "max": "168.163", - "min": "164.988", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "205.084", - "max": "205.824", - "min": "204.738", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "145.865", - "max": "147.304", - "min": "145.446", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "151.067", - "max": "151.827", - "min": "150.693", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "76.327", - "max": "77.198", - "min": "76.112", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "70.291", - "max": "71.032", - "min": "70.07", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.741", - "max": "255.186", - "min": "254.499", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "100.626", - "max": "103.579", - "min": "100.1", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "167.641", - "max": "167.924", - "min": "167.446", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "66.079", - "max": "66.356", - "min": "65.839", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "165.387", - "max": "166.101", - "min": "165.117", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "190.279", - "max": "191.311", - "min": "190.07", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "85.319", - "max": "88.814", - "min": "82.775", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "172.512", - "max": "172.953", - "min": "172.173", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "172.357", - "max": "173.9", - "min": "171.302", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "117.218", - "max": "128.739", - "min": "115.75", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "299.83", - "max": "301.084", - "min": "299.468", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "86.486", - "max": "86.902", - "min": "86.23", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "229.338", - "max": "235.812", - "min": "228.498", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "189.199", - "max": "189.413", - "min": "188.991", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "154.136", - "max": "154.431", - "min": "153.926", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "190.128", - "max": "190.51", - "min": "189.821", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "62.259", - "max": "65.77", - "min": "61.626", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "77.825", - "max": "78.043", - "min": "77.612", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "202.571", - "max": "208.949", - "min": "201.184", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "146.149", - "max": "147.345", - "min": "145.07", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "64.414", - "max": "65.535", - "min": "63.387", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "191.991", - "max": "195.167", - "min": "191.488", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "45.823", - "max": "46.087", - "min": "45.618", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "175.598", - "max": "180.49", - "min": "174.812", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "188.666", - "max": "190.621", - "min": "180.099", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "143.083", - "max": "143.083", - "min": "143.083", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "141.496", - "max": "143.704", - "min": "141.112", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "159.388", - "max": "162.185", - "min": "159.09", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "238.161", - "max": "238.546", - "min": "237.871", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "166.4", - "max": "173.75", - "min": "158.274", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "174.549", - "max": "174.926", - "min": "174.293", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "273.022", - "max": "275.567", - "min": "272.592", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "227.929", - "max": "229.155", - "min": "227.449", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "71.672", - "max": "72.243", - "min": "71.456", - "id": "53", - "country": "Canada", - "source_name": "Vancouver", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "55": { - "name": "Kansas City", - "data": { - "0": { - "avg": "131.068", - "max": "138.256", - "min": "129.595", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "231.061", - "max": "231.531", - "min": "230.848", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "37.057", - "max": "40.697", - "min": "36.843", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "136.277", - "max": "138.22", - "min": "135.916", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "105.152", - "max": "106.764", - "min": "104.909", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "138.978", - "max": "139.184", - "min": "138.808", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "106.533", - "max": "106.644", - "min": "106.399", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "268.886", - "max": "279.118", - "min": "267.545", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "151.33", - "max": "152.448", - "min": "151.093", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "124.215", - "max": "126.071", - "min": "123.939", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "100.69", - "max": "101.012", - "min": "100.501", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "13.042", - "max": "13.934", - "min": "12.916", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "32.543", - "max": "32.63", - "min": "32.499", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "32.65", - "max": "33.048", - "min": "32.417", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "41.581", - "max": "41.889", - "min": "41.37", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "43.134", - "max": "43.903", - "min": "42.981", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "118.974", - "max": "121.264", - "min": "118.634", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "41.995", - "max": "58.08", - "min": "36.132", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "89.371", - "max": "89.717", - "min": "89.125", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "126.636", - "max": "127.03", - "min": "126.415", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "247.652", - "max": "247.781", - "min": "247.518", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "14.36", - "max": "14.516", - "min": "14.269", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "35.574", - "max": "35.867", - "min": "35.414", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "42.386", - "max": "56.501", - "min": "41.583", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "127.439", - "max": "127.633", - "min": "127.244", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "110.838", - "max": "110.967", - "min": "110.742", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "120.574", - "max": "124.658", - "min": "120.184", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "123.429", - "max": "128.131", - "min": "122.977", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "119.137", - "max": "119.255", - "min": "118.961", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "35.717", - "max": "36.202", - "min": "35.549", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "206.272", - "max": "206.452", - "min": "206.093", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "128.511", - "max": "128.693", - "min": "128.328", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "72.65", - "max": "82.909", - "min": "72.197", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "146.608", - "max": "146.713", - "min": "146.489", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "123.681", - "max": "125.819", - "min": "123.424", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "195.778", - "max": "197.756", - "min": "195.526", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "45.015", - "max": "45.094", - "min": "44.983", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "40.772", - "max": "40.992", - "min": "40.575", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "28.793", - "max": "28.978", - "min": "28.669", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "44.878", - "max": "54.757", - "min": "44.353", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "243.564", - "max": "248.364", - "min": "242.954", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "105.354", - "max": "106.682", - "min": "105.064", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "139.251", - "max": "139.376", - "min": "139.168", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "131.266", - "max": "132.174", - "min": "131.133", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "236.343", - "max": "236.601", - "min": "236.24", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "133.294", - "max": "134.173", - "min": "133.082", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "128.035", - "max": "128.257", - "min": "127.911", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "114.423", - "max": "116.56", - "min": "112.236", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "188.118", - "max": "190.436", - "min": "186.433", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "19.569", - "max": "19.627", - "min": "19.511", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "29.934", - "max": "30.108", - "min": "29.786", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "45.242", - "max": "45.436", - "min": "45.08", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "137.305", - "max": "151.314", - "min": "123.23", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "0.028", - "max": "0.049", - "min": "0.018", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "247.041", - "max": "254.014", - "min": "243.957", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "218.678", - "max": "219.029", - "min": "218.414", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "127.295", - "max": "131.128", - "min": "126.035", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "203.387", - "max": "203.537", - "min": "203.241", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "143.852", - "max": "145.384", - "min": "143.395", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "111.895", - "max": "112.017", - "min": "111.712", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "159.417", - "max": "162.476", - "min": "158.947", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "171.169", - "max": "222.518", - "min": "159.789", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "219.459", - "max": "236.216", - "min": "217.291", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "213.273", - "max": "213.485", - "min": "213.158", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "156.733", - "max": "159.732", - "min": "151.798", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "139.546", - "max": "139.769", - "min": "139.4", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "34.862", - "max": "37.706", - "min": "34.565", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "150.946", - "max": "151.222", - "min": "150.521", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "139.725", - "max": "141.486", - "min": "139.057", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "31.369", - "max": "31.647", - "min": "31.287", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "191.901", - "max": "193.242", - "min": "191.499", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "42.782", - "max": "43.121", - "min": "42.528", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.022", - "max": "84.764", - "min": "83.756", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.153", - "max": "34.519", - "min": "32.876", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "136.21", - "max": "136.78", - "min": "136.04", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "101.222", - "max": "101.475", - "min": "101.053", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "45.724", - "max": "45.847", - "min": "45.592", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "53.732", - "max": "54.034", - "min": "53.563", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "28.954", - "max": "29.999", - "min": "28.679", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "19.341", - "max": "19.638", - "min": "19.153", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "38.768", - "max": "39.111", - "min": "38.62", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "45.594", - "max": "46.271", - "min": "45.324", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "199.734", - "max": "199.939", - "min": "199.555", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "251.927", - "max": "252.344", - "min": "251.804", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "21.014", - "max": "21.145", - "min": "20.925", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "180.521", - "max": "181.97", - "min": "180.173", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "106.878", - "max": "107.48", - "min": "106.56", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "40.211", - "max": "40.399", - "min": "40.106", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "6.162", - "max": "6.338", - "min": "6.024", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "106.994", - "max": "113.66", - "min": "106.64", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "30.298", - "max": "32.265", - "min": "29.537", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "48.447", - "max": "48.816", - "min": "48.233", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "116.476", - "max": "116.699", - "min": "116.293", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "175.133", - "max": "175.702", - "min": "174.952", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "25.686", - "max": "25.864", - "min": "25.613", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "38.147", - "max": "38.355", - "min": "37.988", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "88.291", - "max": "88.783", - "min": "88.044", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "72.287", - "max": "77.895", - "min": "71.503", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "37.074", - "max": "37.452", - "min": "36.863", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "15.55", - "max": "17.382", - "min": "15.285", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "29.736", - "max": "29.863", - "min": "29.679", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "65.933", - "max": "66.733", - "min": "65.71", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "136.867", - "max": "137.097", - "min": "136.633", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "210.601", - "max": "216.72", - "min": "209.472", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "26.764", - "max": "27.242", - "min": "26.594", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "300.102", - "max": "301.133", - "min": "299.249", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "102.599", - "max": "102.927", - "min": "102.534", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "48.315", - "max": "50.631", - "min": "44.597", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "38.32", - "max": "38.383", - "min": "38.21", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "228.647", - "max": "228.975", - "min": "228.551", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "192.24", - "max": "194.344", - "min": "192.017", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "162.782", - "max": "163.254", - "min": "162.569", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "32.729", - "max": "32.826", - "min": "32.632", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "263.798", - "max": "266.462", - "min": "263.447", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "470.499", - "max": "585.3", - "min": "290.57", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "252.294", - "max": "354.299", - "min": "149.155", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "256.755", - "max": "263.982", - "min": "256.02", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "133.15", - "max": "133.565", - "min": "132.936", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "7.66", - "max": "7.814", - "min": "7.497", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "38.7", - "max": "40.241", - "min": "38.321", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "31.643", - "max": "31.844", - "min": "31.489", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "161.143", - "max": "306.067", - "min": "71.082", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "151.263", - "max": "152.835", - "min": "151.13", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "136.104", - "max": "180.429", - "min": "132.675", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "138.493", - "max": "138.626", - "min": "138.369", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "135.552", - "max": "137.008", - "min": "135.05", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "30.778", - "max": "30.946", - "min": "30.647", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "257.727", - "max": "260.617", - "min": "257.244", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "202.154", - "max": "203.139", - "min": "201.843", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "72.022", - "max": "72.874", - "min": "71.843", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.07", - "max": "25.315", - "min": "24.972", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "28.774", - "max": "29.009", - "min": "28.648", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "37.543", - "max": "37.711", - "min": "37.433", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "216.16", - "max": "217.09", - "min": "215.48", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "37.986", - "max": "38.113", - "min": "37.899", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "36.015", - "max": "36.28", - "min": "35.916", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "52.874", - "max": "66.397", - "min": "51.089", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "22.417", - "max": "22.505", - "min": "22.347", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "8.969", - "max": "9.055", - "min": "8.93", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "31.774", - "max": "31.928", - "min": "31.624", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "135.524", - "max": "136.092", - "min": "135.375", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "242.749", - "max": "246.138", - "min": "242.326", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "143.105", - "max": "143.586", - "min": "142.988", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "122.092", - "max": "122.481", - "min": "121.809", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "85.191", - "max": "90.839", - "min": "84.766", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "107.009", - "max": "108.064", - "min": "106.683", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "140.286", - "max": "146.825", - "min": "139.768", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "237.965", - "max": "238.091", - "min": "237.857", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "97.991", - "max": "98.309", - "min": "97.846", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "98.363", - "max": "98.588", - "min": "98.215", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "114.79", - "max": "122.585", - "min": "113.312", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "139.075", - "max": "139.198", - "min": "138.915", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "136.758", - "max": "137.693", - "min": "136.502", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "120.204", - "max": "135.988", - "min": "118.237", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "40.911", - "max": "41.072", - "min": "40.823", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "49.714", - "max": "50.767", - "min": "49.482", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "136.028", - "max": "138.121", - "min": "135.619", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "185.579", - "max": "222.075", - "min": "178.383", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "33.163", - "max": "33.313", - "min": "33.049", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "179.001", - "max": "252.64", - "min": "170.051", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "63.273", - "max": "63.585", - "min": "63.064", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "345.955", - "max": "346.222", - "min": "345.747", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "131.896", - "max": "132.562", - "min": "131.521", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "36.145", - "max": "36.28", - "min": "36.06", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "207.814", - "max": "207.975", - "min": "207.699", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "252.439", - "max": "252.923", - "min": "252.32", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "185.726", - "max": "185.905", - "min": "185.542", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "38.085", - "max": "38.397", - "min": "37.928", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "207.176", - "max": "215.075", - "min": "183.096", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "41.045", - "max": "41.238", - "min": "40.917", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "23.775", - "max": "23.812", - "min": "23.711", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "118.77", - "max": "122.518", - "min": "118.46", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "247.534", - "max": "247.742", - "min": "247.435", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "103.47", - "max": "106.104", - "min": "103.213", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "124.768", - "max": "125.27", - "min": "124.52", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "130.794", - "max": "131.144", - "min": "130.584", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "122.522", - "max": "122.684", - "min": "122.279", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "99.865", - "max": "100.334", - "min": "99.622", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "171.681", - "max": "171.916", - "min": "171.494", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "144.211", - "max": "144.33", - "min": "144.139", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "153.892", - "max": "154.195", - "min": "153.744", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "159.764", - "max": "160.016", - "min": "159.64", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "109.266", - "max": "114.519", - "min": "108.799", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "105.576", - "max": "105.75", - "min": "105.448", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "117.979", - "max": "118.06", - "min": "117.915", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "126.887", - "max": "127.075", - "min": "126.695", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "152.058", - "max": "152.873", - "min": "151.685", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "130.701", - "max": "141.031", - "min": "129.274", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "137.14", - "max": "192.574", - "min": "110.165", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "95.223", - "max": "95.569", - "min": "95.055", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "155.804", - "max": "156.376", - "min": "155.605", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "133.319", - "max": "133.655", - "min": "132.987", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "166.773", - "max": "167.281", - "min": "166.524", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "110.062", - "max": "111.039", - "min": "109.786", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "223.701", - "max": "224.004", - "min": "223.463", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "138.362", - "max": "139.487", - "min": "138.212", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "135.791", - "max": "136.208", - "min": "135.466", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "134.128", - "max": "134.382", - "min": "133.861", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "120.519", - "max": "129.049", - "min": "116.341", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "158.27", - "max": "158.531", - "min": "158.118", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "113.714", - "max": "121.121", - "min": "113.043", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "115.001", - "max": "116.172", - "min": "114.8", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "103.619", - "max": "104.172", - "min": "103.18", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "192.632", - "max": "202.066", - "min": "190.612", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "33.695", - "max": "41.792", - "min": "32.949", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "218.117", - "max": "221.272", - "min": "212.983", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "267.023", - "max": "267.138", - "min": "266.909", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "108.038", - "max": "108.497", - "min": "107.832", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "263.849", - "max": "264.981", - "min": "263.593", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "53.79", - "max": "56.205", - "min": "53.436", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "143.591", - "max": "144.199", - "min": "143.275", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "174.394", - "max": "174.744", - "min": "174.217", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "100.358", - "max": "102.177", - "min": "99.93", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "108.379", - "max": "109.762", - "min": "108.093", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "65.442", - "max": "65.668", - "min": "65.364", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "92.723", - "max": "92.866", - "min": "92.583", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "225.666", - "max": "226.02", - "min": "225.383", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "47.21", - "max": "47.745", - "min": "47.087", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "119.89", - "max": "120.112", - "min": "119.689", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "27.815", - "max": "27.86", - "min": "27.769", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "126.068", - "max": "126.262", - "min": "125.933", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "168.003", - "max": "475.125", - "min": "157.247", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.911", - "max": "60.499", - "min": "52.582", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "114.341", - "max": "114.661", - "min": "114.101", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "134.804", - "max": "136.224", - "min": "133.922", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "81.712", - "max": "98.079", - "min": "79.787", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "246.185", - "max": "252.988", - "min": "244.008", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "136.016", - "max": "136.177", - "min": "135.839", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "178.483", - "max": "178.898", - "min": "178.195", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "149.967", - "max": "150.083", - "min": "149.9", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "124.777", - "max": "124.88", - "min": "124.688", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "161.057", - "max": "161.246", - "min": "160.93", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "47.405", - "max": "49.274", - "min": "46.991", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "48.846", - "max": "49.075", - "min": "48.732", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "159.229", - "max": "176.927", - "min": "156.331", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "132.188", - "max": "133.444", - "min": "131.21", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "34.427", - "max": "35.621", - "min": "33.305", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "162.746", - "max": "163.382", - "min": "162.549", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "6.038", - "max": "6.166", - "min": "5.951", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "104.047", - "max": "107.578", - "min": "103.399", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "194.47", - "max": "194.75", - "min": "194.313", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.467", - "max": "113.467", - "min": "113.467", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "103.937", - "max": "104.057", - "min": "103.756", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "114.689", - "max": "114.807", - "min": "114.593", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "191.226", - "max": "201.083", - "min": "190.412", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "119.668", - "max": "131.86", - "min": "112.842", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "131.275", - "max": "131.451", - "min": "131.116", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "252.609", - "max": "254.247", - "min": "252.233", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "233.399", - "max": "233.897", - "min": "233.119", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "19.354", - "max": "21.654", - "min": "19.089", - "id": "55", - "country": "United States", - "source_name": "Kansas City", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "68": { - "name": "Philadelphia", - "data": { - "0": { - "avg": "159.804", - "max": "159.99", - "min": "159.615", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "331.52", - "max": "334.043", - "min": "331.174", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "17.942", - "max": "24.769", - "min": "17.534", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "99.466", - "max": "105.564", - "min": "98.585", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "73.939", - "max": "74.293", - "min": "73.749", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "164.619", - "max": "167.159", - "min": "164.428", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "87.406", - "max": "99.968", - "min": "86.841", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "378.433", - "max": "380.984", - "min": "377.946", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "119.978", - "max": "120.835", - "min": "119.829", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "101.059", - "max": "104.526", - "min": "100.559", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "69.953", - "max": "77.326", - "min": "69.497", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "41.359", - "max": "41.567", - "min": "41.234", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "4.332", - "max": "7.907", - "min": "4.07", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "9.31", - "max": "17.563", - "min": "8.858", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "29.832", - "max": "29.993", - "min": "29.684", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "8.151", - "max": "8.557", - "min": "7.942", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "101.153", - "max": "102.922", - "min": "100.776", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "16.439", - "max": "20.236", - "min": "16.212", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "79.102", - "max": "80.43", - "min": "78.923", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "96.878", - "max": "97.996", - "min": "96.718", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "361.97", - "max": "362.084", - "min": "361.881", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "24.167", - "max": "34.824", - "min": "23.363", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "72.963", - "max": "73.124", - "min": "72.815", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "76.642", - "max": "78.238", - "min": "76.412", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "109.034", - "max": "109.897", - "min": "108.823", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "91.033", - "max": "91.474", - "min": "90.947", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "95.112", - "max": "96.442", - "min": "94.862", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "120.372", - "max": "121.298", - "min": "120.222", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "85.866", - "max": "87.126", - "min": "85.707", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "71.81", - "max": "73.796", - "min": "71.525", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "261.666", - "max": "264.152", - "min": "261.389", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "100.327", - "max": "100.535", - "min": "100.193", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "67.429", - "max": "72.377", - "min": "67.018", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "126.621", - "max": "126.723", - "min": "126.516", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "92.944", - "max": "93.233", - "min": "92.786", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "247.69", - "max": "250.25", - "min": "247.379", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "65.756", - "max": "66.638", - "min": "65.61", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "52.673", - "max": "52.93", - "min": "52.595", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "32.733", - "max": "32.951", - "min": "32.549", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "8.741", - "max": "9.742", - "min": "8.456", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "212.466", - "max": "216.03", - "min": "211.953", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "80.059", - "max": "86.826", - "min": "79.206", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "110.039", - "max": "110.369", - "min": "109.906", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "104.661", - "max": "105.744", - "min": "104.421", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "209.105", - "max": "216.325", - "min": "208.734", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "105.22", - "max": "106.258", - "min": "104.858", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "112.815", - "max": "112.987", - "min": "112.7", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "86.389", - "max": "86.651", - "min": "86.273", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "161.241", - "max": "162.275", - "min": "160.997", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "37.554", - "max": "39.628", - "min": "37.402", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "11.287", - "max": "12.012", - "min": "11.196", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "78.112", - "max": "81.491", - "min": "77.769", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "125.668", - "max": "159.737", - "min": "75.69", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "34.676", - "max": "35.387", - "min": "34.522", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "245.016", - "max": "254.437", - "min": "241.609", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "271.677", - "max": "272.75", - "min": "271.46", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "89.635", - "max": "91.718", - "min": "88.729", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "223.434", - "max": "225.069", - "min": "223.267", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "138.969", - "max": "140.12", - "min": "138.674", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "79.698", - "max": "80.778", - "min": "79.563", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "139.398", - "max": "139.983", - "min": "138.96", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "127.424", - "max": "192.046", - "min": "124.087", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "280.739", - "max": "302.624", - "min": "279.2", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "249.252", - "max": "255.98", - "min": "248.856", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "121.315", - "max": "122.581", - "min": "121.14", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "116.706", - "max": "116.884", - "min": "116.622", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "0.028", - "max": "0.051", - "min": "0.023", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "119.734", - "max": "122.486", - "min": "119.209", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "134.233", - "max": "139.754", - "min": "133.073", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "46.74", - "max": "47.587", - "min": "46.569", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "231.032", - "max": "242.319", - "min": "230.44", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "63.551", - "max": "66.789", - "min": "63.131", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "72.001", - "max": "72.536", - "min": "71.839", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "25.89", - "max": "26.22", - "min": "25.779", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "115.585", - "max": "116.68", - "min": "115.408", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "81.856", - "max": "85.784", - "min": "81.521", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "11.212", - "max": "11.374", - "min": "11.061", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "72.975", - "max": "73.129", - "min": "72.876", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "18.672", - "max": "18.992", - "min": "18.522", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "19.121", - "max": "19.759", - "min": "18.971", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "79.731", - "max": "80.265", - "min": "79.57", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "19.77", - "max": "20.222", - "min": "19.598", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "229.556", - "max": "230.19", - "min": "229.385", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "231.601", - "max": "231.862", - "min": "231.428", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "68.484", - "max": "69.394", - "min": "68.33", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "162.348", - "max": "163.3", - "min": "162.005", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "79.068", - "max": "81.069", - "min": "78.766", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "27.146", - "max": "27.578", - "min": "27.011", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "29.611", - "max": "30.237", - "min": "29.392", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "75.209", - "max": "79.207", - "min": "74.918", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.363", - "max": "35.752", - "min": "31.515", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "73.279", - "max": "73.677", - "min": "73.068", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "80.649", - "max": "80.778", - "min": "80.554", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "197.762", - "max": "198.283", - "min": "197.568", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "12.568", - "max": "14.257", - "min": "12.363", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "30.333", - "max": "30.656", - "min": "30.16", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "76.325", - "max": "76.523", - "min": "76.153", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "62.504", - "max": "110.404", - "min": "59.993", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "77.641", - "max": "77.974", - "min": "77.493", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "20.757", - "max": "22.967", - "min": "20.393", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "33.235", - "max": "33.663", - "min": "33.124", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "75.24", - "max": "75.856", - "min": "75.04", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "129.69", - "max": "131.938", - "min": "129.454", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "233.198", - "max": "240.679", - "min": "232.554", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.349", - "max": "28.748", - "min": "28.206", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "402.405", - "max": "455.149", - "min": "343.219", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "92.362", - "max": "94.247", - "min": "92.175", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "10.544", - "max": "10.746", - "min": "10.363", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "22.471", - "max": "33.436", - "min": "21.616", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "215.861", - "max": "222.321", - "min": "214.598", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "217.846", - "max": "240.944", - "min": "216.929", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "194.241", - "max": "194.627", - "min": "194.11", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "3.213", - "max": "4.533", - "min": "3.052", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "205.675", - "max": "220.381", - "min": "204.655", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "444.357", - "max": "562.646", - "min": "276.813", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "220.084", - "max": "303.644", - "min": "136.262", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "252.305", - "max": "255.235", - "min": "251.619", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "167.06", - "max": "167.286", - "min": "166.933", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "41.507", - "max": "53.239", - "min": "40.365", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "36.593", - "max": "37.401", - "min": "36.325", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "47.159", - "max": "48.746", - "min": "46.937", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "104.784", - "max": "249.813", - "min": "26.035", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "130.295", - "max": "130.743", - "min": "130.119", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "112.683", - "max": "116.405", - "min": "112.155", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "110.314", - "max": "113.268", - "min": "110.117", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "103.593", - "max": "104.543", - "min": "102.936", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "5.058", - "max": "5.425", - "min": "4.945", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "295.33", - "max": "298.205", - "min": "294.842", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "205.517", - "max": "208.048", - "min": "205.254", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "105.91", - "max": "110.176", - "min": "105.612", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "24.675", - "max": "36.157", - "min": "23.999", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "29.588", - "max": "31.163", - "min": "29.323", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "36.943", - "max": "38.128", - "min": "36.768", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "209.916", - "max": "212.942", - "min": "209.029", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.006", - "max": "49.115", - "min": "48.932", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "9.816", - "max": "10.899", - "min": "9.665", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "54.288", - "max": "72.314", - "min": "52.1", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "47.272", - "max": "47.735", - "min": "47.128", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "29.745", - "max": "29.865", - "min": "29.665", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "7.138", - "max": "18.952", - "min": "6.225", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "104.744", - "max": "104.975", - "min": "104.613", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "251.586", - "max": "253.304", - "min": "251.238", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "118.395", - "max": "121.892", - "min": "118.068", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "108.849", - "max": "115.976", - "min": "108.493", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "114.861", - "max": "117.714", - "min": "114.457", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "80.392", - "max": "80.985", - "min": "80.244", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "115.6", - "max": "142.353", - "min": "114.53", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "297.872", - "max": "298.242", - "min": "297.747", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "70.332", - "max": "71.597", - "min": "70.175", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "71.989", - "max": "72.264", - "min": "71.884", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "85.706", - "max": "98.513", - "min": "84.765", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "184.347", - "max": "187.911", - "min": "184.111", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "114.834", - "max": "117.283", - "min": "114.515", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "85.337", - "max": "85.837", - "min": "85.139", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "13.26", - "max": "13.399", - "min": "13.156", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "87.037", - "max": "87.642", - "min": "86.837", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "113.182", - "max": "113.991", - "min": "113.001", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "233.745", - "max": "281.76", - "min": "225.152", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "46.545", - "max": "46.78", - "min": "46.467", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "165.272", - "max": "255.932", - "min": "157.973", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "38.124", - "max": "38.88", - "min": "37.976", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "284.541", - "max": "288.984", - "min": "284.319", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "111.832", - "max": "112.747", - "min": "111.673", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "3.757", - "max": "5.708", - "min": "3.518", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "173.912", - "max": "174.226", - "min": "173.714", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "230.99", - "max": "231.778", - "min": "230.843", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "170.231", - "max": "171.613", - "min": "170.024", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "52.291", - "max": "52.487", - "min": "52.147", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "227.182", - "max": "228.279", - "min": "226.911", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "12.169", - "max": "12.322", - "min": "12.091", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "18.107", - "max": "18.292", - "min": "18.044", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "86.683", - "max": "90.509", - "min": "86.345", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "263.001", - "max": "263.188", - "min": "262.899", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "79.576", - "max": "80.488", - "min": "79.439", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "87.528", - "max": "88.146", - "min": "87.335", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "103.469", - "max": "106.732", - "min": "103.224", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "92.567", - "max": "92.671", - "min": "92.479", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "75.195", - "max": "82.273", - "min": "74.646", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "128.346", - "max": "129.16", - "min": "128.068", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "118.442", - "max": "119.331", - "min": "118.328", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "128.917", - "max": "137.632", - "min": "128.185", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "118.051", - "max": "125.07", - "min": "117.441", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "84.523", - "max": "96.98", - "min": "83.821", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "85.008", - "max": "85.229", - "min": "84.893", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "76.567", - "max": "76.725", - "min": "76.451", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "105.032", - "max": "112.605", - "min": "104.29", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "128.347", - "max": "132.842", - "min": "127.958", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "102.821", - "max": "122.363", - "min": "100.414", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "110.292", - "max": "140.439", - "min": "96.317", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "71.356", - "max": "86.479", - "min": "70.713", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "123.908", - "max": "124.469", - "min": "123.653", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "109.902", - "max": "136.738", - "min": "108.291", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "116.9", - "max": "117.35", - "min": "116.591", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "76.075", - "max": "83.955", - "min": "75.277", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "291.959", - "max": "295.343", - "min": "291.434", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "92.065", - "max": "92.967", - "min": "91.862", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "97.669", - "max": "98.146", - "min": "97.507", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "98.218", - "max": "98.712", - "min": "98.127", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "92.422", - "max": "100.944", - "min": "90.44", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "128.458", - "max": "131.644", - "min": "128.106", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "77.821", - "max": "93.17", - "min": "76.848", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "77.505", - "max": "80.605", - "min": "77.12", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "76.758", - "max": "79.626", - "min": "76.491", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "232.807", - "max": "250.439", - "min": "231.224", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "6.582", - "max": "22.032", - "min": "5.524", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "239.092", - "max": "239.254", - "min": "238.927", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "271", - "max": "271.139", - "min": "270.848", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "81.858", - "max": "82.536", - "min": "81.729", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "212.46", - "max": "233.518", - "min": "209.451", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "79.523", - "max": "79.903", - "min": "79.312", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "104.253", - "max": "106.45", - "min": "103.995", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "138.627", - "max": "138.895", - "min": "138.45", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "73.939", - "max": "75.428", - "min": "73.582", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "79.216", - "max": "79.678", - "min": "79.04", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.268", - "max": "27.961", - "min": "27.167", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "34.689", - "max": "36.187", - "min": "34.562", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "246.686", - "max": "247.378", - "min": "246.493", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "9.284", - "max": "9.422", - "min": "9.18", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "92.756", - "max": "92.998", - "min": "92.645", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "9.601", - "max": "16.945", - "min": "9.253", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "97.675", - "max": "97.952", - "min": "97.564", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "140.369", - "max": "142.403", - "min": "140.161", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "43.481", - "max": "53.819", - "min": "40.069", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "93.65", - "max": "93.786", - "min": "93.541", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "104.613", - "max": "119.492", - "min": "103.333", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "72.846", - "max": "86.398", - "min": "71.155", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "208.379", - "max": "212.629", - "min": "207.717", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "233.936", - "max": "234.145", - "min": "233.788", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "164.091", - "max": "164.722", - "min": "163.91", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "116.782", - "max": "125.912", - "min": "116.24", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "82.584", - "max": "94.789", - "min": "81.44", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "127.47", - "max": "127.965", - "min": "127.327", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "15.347", - "max": "21.382", - "min": "14.698", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "13.527", - "max": "13.847", - "min": "13.401", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "134.86", - "max": "141.022", - "min": "132.09", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "92.415", - "max": "96.481", - "min": "91.891", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "15.399", - "max": "17.21", - "min": "14.388", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "135.42", - "max": "140.767", - "min": "134.984", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "37.397", - "max": "37.647", - "min": "37.217", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "81.88", - "max": "82.513", - "min": "81.745", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "244.619", - "max": "246.068", - "min": "240.084", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "103.043", - "max": "106.1", - "min": "99.987", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "80.85", - "max": "80.987", - "min": "80.762", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "91.984", - "max": "92.274", - "min": "91.871", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "165.456", - "max": "166.718", - "min": "165.181", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "89.026", - "max": "100.807", - "min": "81.175", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "109.502", - "max": "109.671", - "min": "109.408", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "188.236", - "max": "193.879", - "min": "187.339", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "154.419", - "max": "154.853", - "min": "154.207", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.362", - "max": "31.31", - "min": "29.154", - "id": "68", - "country": "United States", - "source_name": "Philadelphia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "71": { - "name": "Denver", - "data": { - "0": { - "avg": "131.827", - "max": "132.012", - "min": "131.71", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "231.154", - "max": "232.239", - "min": "230.842", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "33.995", - "max": "34.243", - "min": "33.88", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "148.298", - "max": "154.875", - "min": "147.647", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "116.903", - "max": "119.398", - "min": "116.64", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "147.495", - "max": "147.963", - "min": "147.296", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "123.8", - "max": "123.974", - "min": "123.675", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "268.863", - "max": "284.404", - "min": "267.172", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "165.986", - "max": "166.227", - "min": "165.859", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "146.645", - "max": "152.424", - "min": "146.289", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "121.449", - "max": "122.369", - "min": "121.179", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "25.083", - "max": "34.931", - "min": "24.199", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "45.371", - "max": "45.522", - "min": "45.265", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "47.377", - "max": "47.671", - "min": "47.226", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "55.51", - "max": "56.082", - "min": "55.293", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "41.726", - "max": "42.909", - "min": "41.079", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "132.929", - "max": "133.216", - "min": "132.717", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "34.149", - "max": "36.711", - "min": "33.912", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "121.931", - "max": "122.08", - "min": "121.743", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "139.432", - "max": "139.694", - "min": "139.336", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "247.677", - "max": "247.809", - "min": "247.554", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "26.368", - "max": "26.518", - "min": "26.24", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "29.019", - "max": "29.65", - "min": "28.863", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "32.927", - "max": "35.455", - "min": "32.729", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "169.051", - "max": "171.726", - "min": "168.806", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "140.174", - "max": "143.328", - "min": "139.917", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "134.609", - "max": "136.667", - "min": "134.344", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "158.925", - "max": "159.204", - "min": "158.85", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "128.046", - "max": "129.11", - "min": "127.912", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "27.661", - "max": "28.174", - "min": "27.483", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "227.797", - "max": "228.242", - "min": "227.674", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "144.314", - "max": "144.608", - "min": "144.209", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "44.184", - "max": "45.414", - "min": "43.975", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "156.075", - "max": "156.143", - "min": "156.013", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "132.534", - "max": "133.056", - "min": "132.342", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "209.39", - "max": "211.416", - "min": "209.083", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "34.406", - "max": "34.952", - "min": "34.307", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "28.691", - "max": "28.854", - "min": "28.525", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "23.713", - "max": "24.064", - "min": "23.594", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "51.621", - "max": "53.9", - "min": "51.191", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "252.049", - "max": "254.358", - "min": "251.738", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "119.466", - "max": "121.549", - "min": "119.161", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "154.709", - "max": "154.966", - "min": "154.604", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "151.565", - "max": "155.696", - "min": "151.282", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "271.376", - "max": "271.659", - "min": "271.093", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "155.334", - "max": "156.026", - "min": "154.974", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "144.478", - "max": "146.788", - "min": "144.237", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "141.726", - "max": "146.287", - "min": "136.771", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "188.449", - "max": "189.284", - "min": "188.243", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "42.427", - "max": "42.592", - "min": "42.317", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "47.18", - "max": "47.39", - "min": "47.093", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "33.745", - "max": "34.142", - "min": "33.458", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "182.327", - "max": "192.628", - "min": "175.014", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "31.41", - "max": "31.491", - "min": "31.335", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "244.198", - "max": "253.527", - "min": "241.048", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "233.126", - "max": "233.31", - "min": "232.929", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "128.734", - "max": "132.289", - "min": "128.218", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "179.368", - "max": "179.831", - "min": "179.284", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "154.582", - "max": "157.377", - "min": "154.129", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "130.35", - "max": "130.471", - "min": "130.239", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "180.099", - "max": "180.822", - "min": "179.478", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "177.892", - "max": "236.289", - "min": "173.079", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "224.699", - "max": "349.72", - "min": "210.965", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "207.972", - "max": "209.976", - "min": "207.623", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "171.02", - "max": "172.276", - "min": "170.864", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "158.148", - "max": "158.231", - "min": "158.063", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "46.709", - "max": "46.907", - "min": "46.581", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "148.071", - "max": "162.234", - "min": "147.049", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "163.558", - "max": "165.112", - "min": "162.618", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "0.034", - "max": "0.089", - "min": "0.021", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "183.46", - "max": "184.892", - "min": "183.09", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "32.094", - "max": "32.699", - "min": "31.794", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "94.209", - "max": "97.184", - "min": "93.832", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "41.295", - "max": "43.936", - "min": "41.068", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "146.723", - "max": "147.274", - "min": "146.522", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "116.284", - "max": "116.482", - "min": "116.165", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "47.445", - "max": "47.589", - "min": "47.326", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "41.359", - "max": "42.53", - "min": "41.205", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "38.3", - "max": "43.822", - "min": "37.925", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "32.694", - "max": "39.745", - "min": "32.216", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "35.383", - "max": "35.696", - "min": "35.211", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "67.549", - "max": "69.317", - "min": "67.225", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "199.946", - "max": "200.303", - "min": "199.814", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "247.47", - "max": "247.648", - "min": "247.304", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "66.099", - "max": "66.204", - "min": "66.027", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "179.318", - "max": "180.126", - "min": "179.028", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "115.857", - "max": "117.211", - "min": "115.538", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "52.676", - "max": "52.803", - "min": "52.565", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "19.662", - "max": "22.088", - "min": "19.339", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "120.745", - "max": "126.21", - "min": "120.114", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "31.344", - "max": "34.379", - "min": "30.729", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "49.669", - "max": "50.402", - "min": "49.47", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "119.836", - "max": "119.978", - "min": "119.756", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "151.179", - "max": "152.183", - "min": "150.951", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "36.493", - "max": "37.569", - "min": "36.363", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "55.31", - "max": "55.503", - "min": "55.158", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "99.17", - "max": "100.073", - "min": "98.932", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "78.452", - "max": "96.026", - "min": "76.762", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "30.443", - "max": "30.599", - "min": "30.346", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "28.038", - "max": "30.357", - "min": "27.693", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "36.93", - "max": "37.018", - "min": "36.876", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "57.824", - "max": "58.219", - "min": "57.625", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "183.289", - "max": "183.696", - "min": "183.112", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "188.311", - "max": "191.21", - "min": "187.681", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.274", - "max": "29.833", - "min": "28.017", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "300.861", - "max": "306.308", - "min": "300.062", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "112.46", - "max": "116.978", - "min": "111.993", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "55.308", - "max": "57.052", - "min": "55.129", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "50.123", - "max": "58.107", - "min": "49.578", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "296.424", - "max": "296.886", - "min": "296.246", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "189.946", - "max": "192.511", - "min": "189.7", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "152.536", - "max": "153.224", - "min": "152.329", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "43.481", - "max": "43.677", - "min": "43.357", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "247.075", - "max": "263.077", - "min": "246.31", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "486.48", - "max": "594.048", - "min": "299.976", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "262.104", - "max": "358.464", - "min": "179.978", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "272.516", - "max": "279.742", - "min": "271.751", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "123.952", - "max": "125.638", - "min": "123.676", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "19.956", - "max": "20.109", - "min": "19.84", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "41.767", - "max": "42.578", - "min": "41.453", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "2.27", - "max": "2.905", - "min": "2.073", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "157.127", - "max": "313.454", - "min": "81.405", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "155.045", - "max": "156.83", - "min": "154.891", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "169.29", - "max": "307.9", - "min": "160.888", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "159.472", - "max": "159.642", - "min": "159.386", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "148.912", - "max": "150.358", - "min": "148.328", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "37.112", - "max": "37.749", - "min": "36.947", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "319.049", - "max": "319.405", - "min": "318.808", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "249.158", - "max": "250.292", - "min": "248.822", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "61.591", - "max": "64.802", - "min": "61.343", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "37.951", - "max": "39.325", - "min": "37.686", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "33.443", - "max": "34.075", - "min": "33.319", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "39.641", - "max": "41.585", - "min": "39.434", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "164.556", - "max": "165.956", - "min": "163.867", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "32.551", - "max": "34.09", - "min": "32.368", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "47.369", - "max": "47.576", - "min": "47.2", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "12.292", - "max": "25.508", - "min": "10.854", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "36.352", - "max": "38.504", - "min": "36.175", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "21.281", - "max": "24.733", - "min": "21.051", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "43.689", - "max": "43.881", - "min": "43.556", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "143.619", - "max": "147.118", - "min": "143.252", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "253.853", - "max": "254.229", - "min": "253.45", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "160.277", - "max": "160.806", - "min": "160.156", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "140.026", - "max": "140.223", - "min": "139.88", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "76.683", - "max": "96.913", - "min": "75.654", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "129.074", - "max": "131.044", - "min": "128.599", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "152.063", - "max": "168.05", - "min": "150.495", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "259.599", - "max": "260.074", - "min": "259.467", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "110.175", - "max": "111.003", - "min": "110.013", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "111.431", - "max": "112.485", - "min": "111.321", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "128.061", - "max": "148.179", - "min": "125.172", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "170.493", - "max": "173.178", - "min": "170.302", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "138.069", - "max": "142.171", - "min": "137.716", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "126.076", - "max": "127.566", - "min": "125.726", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "57.09", - "max": "58.073", - "min": "56.955", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "43.726", - "max": "44.396", - "min": "43.585", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "156.407", - "max": "158.001", - "min": "156.065", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "195.345", - "max": "240.881", - "min": "187.458", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "48.559", - "max": "48.663", - "min": "48.468", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "185.024", - "max": "284.66", - "min": "178.368", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "76.666", - "max": "76.836", - "min": "76.535", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "343.588", - "max": "343.864", - "min": "343.246", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "159.639", - "max": "160.918", - "min": "159.503", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "44.936", - "max": "45.486", - "min": "44.793", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "218.474", - "max": "218.63", - "min": "218.334", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "273.025", - "max": "273.256", - "min": "272.905", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "200.653", - "max": "200.895", - "min": "200.512", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "45.928", - "max": "46.109", - "min": "45.814", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "166.139", - "max": "166.326", - "min": "166.013", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "50.413", - "max": "50.652", - "min": "50.293", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "35.551", - "max": "35.714", - "min": "35.42", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "129.646", - "max": "131.941", - "min": "129.358", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "278.109", - "max": "278.264", - "min": "277.975", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "119.349", - "max": "121.855", - "min": "119.106", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "128.189", - "max": "129.155", - "min": "127.962", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "144.124", - "max": "148.352", - "min": "143.763", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "135.632", - "max": "136.426", - "min": "135.513", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "113.659", - "max": "114.068", - "min": "113.447", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "163.22", - "max": "164.405", - "min": "163.019", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "163.653", - "max": "163.801", - "min": "163.516", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "179.016", - "max": "179.64", - "min": "178.858", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "159.629", - "max": "160.837", - "min": "159.309", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "122.838", - "max": "124.938", - "min": "122.587", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "125.705", - "max": "126.211", - "min": "125.612", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "123.42", - "max": "123.573", - "min": "123.321", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "140.565", - "max": "140.73", - "min": "140.424", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "175.855", - "max": "179.555", - "min": "175.485", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "143.416", - "max": "187.479", - "min": "141.067", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "144.178", - "max": "214.016", - "min": "119.685", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "106.805", - "max": "107.057", - "min": "106.711", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "171.335", - "max": "171.737", - "min": "171.176", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "158.771", - "max": "159.489", - "min": "158.629", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.845", - "max": "154.368", - "min": "153.476", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "124.504", - "max": "131.345", - "min": "123.797", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "215.948", - "max": "216.689", - "min": "215.781", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "130.674", - "max": "133.372", - "min": "130.482", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "135.302", - "max": "136.128", - "min": "135.119", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "143.355", - "max": "143.881", - "min": "143.215", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "160.574", - "max": "171.038", - "min": "144.178", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "171.567", - "max": "172.7", - "min": "171.294", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "123.484", - "max": "137.86", - "min": "122.833", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "122.54", - "max": "123.16", - "min": "122.336", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "121.448", - "max": "121.93", - "min": "121.224", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "187.208", - "max": "197.401", - "min": "186.287", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "46.942", - "max": "53.295", - "min": "45.89", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "199.328", - "max": "202.454", - "min": "194.063", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "238.038", - "max": "239.414", - "min": "237.895", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "127.351", - "max": "127.66", - "min": "127.272", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "265.33", - "max": "265.64", - "min": "265.098", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "56.867", - "max": "57.389", - "min": "56.688", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "143.986", - "max": "144.277", - "min": "143.805", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "182.17", - "max": "183.165", - "min": "182.005", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "111.685", - "max": "112.763", - "min": "111.25", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "119.886", - "max": "120.756", - "min": "119.74", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "39.548", - "max": "39.698", - "min": "39.482", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "60.193", - "max": "60.424", - "min": "60.098", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "227.582", - "max": "313.624", - "min": "224.358", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "50.762", - "max": "50.878", - "min": "50.709", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "134.502", - "max": "134.662", - "min": "134.382", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "40.914", - "max": "41.044", - "min": "40.837", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "140.104", - "max": "143.876", - "min": "139.832", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "192.857", - "max": "569.77", - "min": "179.696", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "61.137", - "max": "64.446", - "min": "58.02", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "141.339", - "max": "141.506", - "min": "141.207", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "146.702", - "max": "147.35", - "min": "146.165", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "96.616", - "max": "109.24", - "min": "94.572", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "234.449", - "max": "235.023", - "min": "234.175", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "198.173", - "max": "198.497", - "min": "198.023", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "217.973", - "max": "219.263", - "min": "217.739", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "155.053", - "max": "155.198", - "min": "154.957", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "116.766", - "max": "116.946", - "min": "116.678", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "180.075", - "max": "181.457", - "min": "179.956", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "45.954", - "max": "48.754", - "min": "45.506", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "52.526", - "max": "53.213", - "min": "52.367", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "170.053", - "max": "171.722", - "min": "169.008", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "127.889", - "max": "133.492", - "min": "127.367", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "56.132", - "max": "57.548", - "min": "55.228", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "170.315", - "max": "171.953", - "min": "170.114", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "53.655", - "max": "54.14", - "min": "53.516", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "125.572", - "max": "127.861", - "min": "125.293", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "186.497", - "max": "186.795", - "min": "186.383", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "135.571", - "max": "145.262", - "min": "125.88", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "116.181", - "max": "116.292", - "min": "116.105", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "128.759", - "max": "129.59", - "min": "128.637", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "204.922", - "max": "205.988", - "min": "204.683", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "133.379", - "max": "144.401", - "min": "127.676", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "153.62", - "max": "153.863", - "min": "153.538", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "255.17", - "max": "257.102", - "min": "254.873", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "195.67", - "max": "196.922", - "min": "195.374", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "30.796", - "max": "31.105", - "min": "30.67", - "id": "71", - "country": "United States", - "source_name": "Denver", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "73": { - "name": "San Diego", - "data": { - "0": { - "avg": "132.886", - "max": "135.556", - "min": "132.532", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "198.497", - "max": "199.209", - "min": "198.181", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "64.642", - "max": "65.494", - "min": "64.456", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "162.839", - "max": "168.271", - "min": "161.96", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "144.505", - "max": "145.396", - "min": "144.079", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "117.501", - "max": "118.138", - "min": "117.254", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "148.703", - "max": "149.198", - "min": "148.493", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "235.792", - "max": "238.83", - "min": "235.019", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "181.077", - "max": "181.779", - "min": "180.773", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "165.022", - "max": "166.417", - "min": "164.708", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "136.457", - "max": "136.913", - "min": "136.232", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "33.78", - "max": "34.978", - "min": "33.445", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "65.867", - "max": "67.464", - "min": "65.534", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "66.327", - "max": "66.874", - "min": "65.908", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "61.223", - "max": "62.13", - "min": "60.963", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "63.313", - "max": "63.985", - "min": "62.82", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "155.464", - "max": "155.858", - "min": "155.155", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "48.495", - "max": "50.064", - "min": "48.221", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "151.765", - "max": "152.193", - "min": "151.389", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "163.751", - "max": "165.063", - "min": "163.48", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "215.233", - "max": "215.679", - "min": "215.01", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "55.701", - "max": "56.302", - "min": "55.493", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "16.284", - "max": "17.286", - "min": "15.984", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "35.881", - "max": "37.252", - "min": "35.559", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "162.975", - "max": "163.433", - "min": "162.657", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "155.054", - "max": "157.585", - "min": "154.665", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "159.483", - "max": "160.786", - "min": "159.142", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "169.378", - "max": "169.828", - "min": "169.112", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "143.582", - "max": "144.472", - "min": "143.352", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "12.281", - "max": "12.77", - "min": "11.978", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "180.443", - "max": "182.776", - "min": "180.124", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "170.059", - "max": "170.585", - "min": "169.784", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "61.294", - "max": "61.868", - "min": "61.026", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "180.912", - "max": "181.706", - "min": "180.637", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "160.831", - "max": "163.172", - "min": "160.176", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "183.128", - "max": "184.094", - "min": "182.808", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "3.536", - "max": "3.869", - "min": "3.401", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "11.236", - "max": "12.028", - "min": "10.935", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.415", - "max": "37.708", - "min": "33.807", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "64.828", - "max": "73.921", - "min": "64.116", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "271.878", - "max": "275.111", - "min": "271.152", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "147.323", - "max": "152.046", - "min": "146.583", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "168.037", - "max": "168.327", - "min": "167.907", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "167.236", - "max": "170.245", - "min": "166.873", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "267.15", - "max": "269.487", - "min": "266.831", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "163.045", - "max": "163.853", - "min": "162.5", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "174.258", - "max": "174.831", - "min": "173.958", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "117.829", - "max": "118.485", - "min": "117.577", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "191.402", - "max": "191.921", - "min": "191.117", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "36.229", - "max": "36.59", - "min": "35.998", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "76.939", - "max": "77.585", - "min": "76.657", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "37.053", - "max": "38.015", - "min": "36.657", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "160.813", - "max": "251.732", - "min": "154.256", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "42.793", - "max": "43.315", - "min": "42.493", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "224.376", - "max": "231.575", - "min": "220.871", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "201.456", - "max": "202.252", - "min": "201.077", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "155.262", - "max": "157.03", - "min": "154.394", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "166.814", - "max": "167.432", - "min": "166.567", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "170.576", - "max": "171.157", - "min": "170.224", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "139.894", - "max": "142.366", - "min": "139.571", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "195.045", - "max": "200.085", - "min": "194.328", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "192.983", - "max": "237.925", - "min": "189.629", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "205.72", - "max": "248.001", - "min": "200.372", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "191.284", - "max": "194.337", - "min": "190.724", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "184.291", - "max": "185.301", - "min": "184.042", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "177.406", - "max": "182.934", - "min": "176.984", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "63.463", - "max": "66.3", - "min": "63.157", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "177.642", - "max": "178.031", - "min": "177.16", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "185.254", - "max": "187.372", - "min": "184.335", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "32.244", - "max": "33.779", - "min": "31.829", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "156.952", - "max": "157.85", - "min": "156.582", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "0.022", - "max": "0.048", - "min": "0.018", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "102.225", - "max": "102.863", - "min": "101.982", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "54.487", - "max": "54.767", - "min": "54.246", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "175.64", - "max": "176.391", - "min": "175.277", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "148.856", - "max": "149.391", - "min": "148.604", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "52.855", - "max": "55.731", - "min": "52.495", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "11.174", - "max": "11.856", - "min": "10.902", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "64.361", - "max": "67.107", - "min": "63.991", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "58.867", - "max": "60.038", - "min": "58.562", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "31.942", - "max": "32.342", - "min": "31.696", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "79.633", - "max": "80.869", - "min": "79.249", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "209.166", - "max": "210.058", - "min": "208.783", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "238.686", - "max": "239.409", - "min": "238.383", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "25.052", - "max": "25.553", - "min": "24.79", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "196.458", - "max": "197.533", - "min": "195.916", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "146.935", - "max": "147.489", - "min": "146.54", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "58.497", - "max": "59.054", - "min": "58.11", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "48.837", - "max": "49.411", - "min": "48.6", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "133.741", - "max": "140.457", - "min": "133.029", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "54.457", - "max": "56.241", - "min": "53.717", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "18.881", - "max": "21.657", - "min": "18.495", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "135.871", - "max": "136.256", - "min": "135.625", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "144.471", - "max": "144.932", - "min": "144.203", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "66.317", - "max": "68.009", - "min": "65.977", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "60.942", - "max": "61.353", - "min": "60.544", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "105.918", - "max": "107.722", - "min": "105.484", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "114.576", - "max": "140.127", - "min": "112.922", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "15.675", - "max": "16.741", - "min": "15.351", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "57.749", - "max": "58.925", - "min": "57.211", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "67.564", - "max": "69.452", - "min": "67.246", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "77.156", - "max": "78.323", - "min": "76.814", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "185.638", - "max": "186.171", - "min": "185.405", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "185.306", - "max": "188.555", - "min": "184.649", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "52.592", - "max": "53.844", - "min": "52.19", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "267.832", - "max": "268.516", - "min": "267.025", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "138.072", - "max": "140.169", - "min": "137.694", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "67.01", - "max": "68.718", - "min": "66.749", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "64.136", - "max": "64.554", - "min": "63.851", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "257.202", - "max": "259.26", - "min": "256.744", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "155.031", - "max": "155.447", - "min": "154.803", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "135.315", - "max": "135.87", - "min": "135.12", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "64.535", - "max": "67.108", - "min": "64.143", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "268.297", - "max": "270.782", - "min": "267.856", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "495.66", - "max": "605.602", - "min": "311.059", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "285.932", - "max": "380.802", - "min": "202.267", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "312.991", - "max": "313.581", - "min": "312.48", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "168.191", - "max": "168.543", - "min": "167.932", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "46.218", - "max": "48.237", - "min": "45.826", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "65.423", - "max": "65.797", - "min": "65.144", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "35.493", - "max": "36.022", - "min": "35.253", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "134.938", - "max": "284.4", - "min": "54.969", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "162.127", - "max": "162.967", - "min": "161.877", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "171.993", - "max": "232.499", - "min": "168.523", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "172.962", - "max": "173.387", - "min": "172.729", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "171.121", - "max": "172.741", - "min": "170.526", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "64.528", - "max": "65.036", - "min": "64.243", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "302.208", - "max": "302.674", - "min": "301.82", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "247.015", - "max": "247.316", - "min": "246.75", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "65.037", - "max": "65.439", - "min": "64.759", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "66.511", - "max": "67.169", - "min": "66.162", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "61.563", - "max": "61.924", - "min": "61.335", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "76.124", - "max": "77.367", - "min": "75.77", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "152.441", - "max": "153.753", - "min": "151.736", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "46.103", - "max": "47.326", - "min": "45.864", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "71.417", - "max": "71.917", - "min": "71.136", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "48.039", - "max": "61.65", - "min": "46.649", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "60.967", - "max": "61.593", - "min": "60.66", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "50.373", - "max": "50.788", - "min": "50.115", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.077", - "max": "68.564", - "min": "67.799", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "167.179", - "max": "167.548", - "min": "166.907", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "248.102", - "max": "249.914", - "min": "247.502", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "169.632", - "max": "170.217", - "min": "169.303", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "157.246", - "max": "157.793", - "min": "156.907", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "53.385", - "max": "58.897", - "min": "52.926", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "143.227", - "max": "145.982", - "min": "142.834", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "184.108", - "max": "191.476", - "min": "183.579", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "240.747", - "max": "241.082", - "min": "240.473", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "139.527", - "max": "140.135", - "min": "139.283", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "139.497", - "max": "140.017", - "min": "139.255", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "143.957", - "max": "165.377", - "min": "141.842", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "125.824", - "max": "126.563", - "min": "125.519", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "167.279", - "max": "168.744", - "min": "166.89", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "148.698", - "max": "181.104", - "min": "147.296", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "60.591", - "max": "62.633", - "min": "60.227", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "45.222", - "max": "45.925", - "min": "44.879", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "174.344", - "max": "175.33", - "min": "174.05", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "177.603", - "max": "217.004", - "min": "170.499", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "74.654", - "max": "75.162", - "min": "74.393", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "195.394", - "max": "285.588", - "min": "188.258", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "92.264", - "max": "93.081", - "min": "91.969", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "313.571", - "max": "313.967", - "min": "313.143", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "168.475", - "max": "169.639", - "min": "168.123", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "65.469", - "max": "68.134", - "min": "65.154", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "242.934", - "max": "243.502", - "min": "242.665", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "302.325", - "max": "305.313", - "min": "301.987", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "220.381", - "max": "220.787", - "min": "220.146", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "49.114", - "max": "49.625", - "min": "48.835", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "168.12", - "max": "169.614", - "min": "167.888", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.934", - "max": "74.601", - "min": "73.71", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "65.506", - "max": "65.958", - "min": "65.284", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "157.458", - "max": "159.018", - "min": "157.046", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "275.795", - "max": "276.459", - "min": "275.485", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "139.71", - "max": "141.016", - "min": "139.468", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "150.287", - "max": "155.372", - "min": "149.811", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "165.682", - "max": "166.319", - "min": "165.409", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "159.475", - "max": "159.846", - "min": "159.201", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "143.886", - "max": "145.11", - "min": "143.425", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "191.967", - "max": "192.418", - "min": "191.76", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "179.283", - "max": "179.854", - "min": "179.032", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "196.6", - "max": "197.924", - "min": "196.155", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "186.911", - "max": "189.58", - "min": "186.352", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "144.931", - "max": "148.952", - "min": "144.54", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "145.046", - "max": "146.989", - "min": "144.616", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "144.04", - "max": "144.332", - "min": "143.838", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "159.313", - "max": "160.669", - "min": "158.976", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "190.446", - "max": "192.973", - "min": "190.101", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "167.997", - "max": "178.245", - "min": "166.498", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "173.693", - "max": "264.24", - "min": "144.538", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "130.902", - "max": "132.703", - "min": "130.527", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "188.683", - "max": "190.159", - "min": "188.286", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "166.517", - "max": "167.144", - "min": "166.217", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "177.11", - "max": "177.933", - "min": "176.56", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "137.505", - "max": "140.582", - "min": "136.982", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "200.52", - "max": "218.294", - "min": "199.669", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "155.132", - "max": "156.067", - "min": "154.804", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "161.985", - "max": "162.29", - "min": "161.747", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "170.119", - "max": "170.82", - "min": "169.852", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "123.531", - "max": "131.203", - "min": "121.684", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "191.939", - "max": "192.413", - "min": "191.653", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "145.877", - "max": "150.643", - "min": "145.482", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "146.028", - "max": "146.61", - "min": "145.681", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "142.877", - "max": "146.834", - "min": "140.898", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "172.367", - "max": "174.123", - "min": "172.046", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "68.945", - "max": "76.807", - "min": "67.627", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "170.033", - "max": "172.894", - "min": "164.078", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "216.092", - "max": "220.798", - "min": "215.667", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "146.124", - "max": "146.884", - "min": "145.872", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "284.164", - "max": "284.692", - "min": "283.872", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "29.589", - "max": "30.265", - "min": "29.204", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "171.164", - "max": "171.69", - "min": "170.845", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "205.731", - "max": "206.662", - "min": "205.389", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "142.682", - "max": "144.394", - "min": "142.155", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "137.728", - "max": "139.43", - "min": "137.136", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "70.989", - "max": "71.812", - "min": "70.699", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "60.561", - "max": "61.265", - "min": "60.349", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "183.523", - "max": "268.76", - "min": "180.215", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.358", - "max": "80.796", - "min": "80.155", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "158.719", - "max": "159.306", - "min": "158.452", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "70.936", - "max": "71.413", - "min": "70.698", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "164.754", - "max": "165.118", - "min": "164.54", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "182.636", - "max": "328.946", - "min": "176.241", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "69.602", - "max": "73.066", - "min": "67.046", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "164.275", - "max": "164.707", - "min": "163.989", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "171.374", - "max": "173.319", - "min": "170.698", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "104.795", - "max": "108.485", - "min": "103.658", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "280.105", - "max": "280.714", - "min": "279.793", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "101.217", - "max": "101.478", - "min": "100.92", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "221.263", - "max": "222.115", - "min": "220.941", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "179.396", - "max": "180.053", - "min": "179.173", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "139.837", - "max": "140.253", - "min": "139.569", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "180.819", - "max": "181.194", - "min": "180.57", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "77.123", - "max": "80.926", - "min": "76.56", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "70.376", - "max": "70.986", - "min": "70.034", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "191.472", - "max": "194.14", - "min": "190.086", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "138.634", - "max": "141.779", - "min": "137.819", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "77.099", - "max": "78.475", - "min": "75.909", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "199.8", - "max": "200.378", - "min": "199.464", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "53.46", - "max": "53.962", - "min": "53.167", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "154.839", - "max": "158.354", - "min": "154.451", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.738", - "max": "178.493", - "min": "173.026", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "131.083", - "max": "131.083", - "min": "131.083", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "132.276", - "max": "132.802", - "min": "132.024", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "147.11", - "max": "149.869", - "min": "146.649", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "231.873", - "max": "232.749", - "min": "231.52", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.935", - "max": "174.187", - "min": "148.054", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "180.059", - "max": "219.179", - "min": "178.427", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "241.363", - "max": "247.263", - "min": "240.681", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "210.828", - "max": "211.57", - "min": "210.397", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "73.487", - "max": "73.748", - "min": "73.309", - "id": "73", - "country": "United States", - "source_name": "San Diego", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "75": { - "name": "Jacksonville", - "data": { - "0": { - "avg": "87.903", - "max": "88.025", - "min": "87.791", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "206.627", - "max": "213.121", - "min": "206.221", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "31.538", - "max": "31.709", - "min": "31.437", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "119.581", - "max": "125.89", - "min": "119.032", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "99.012", - "max": "99.311", - "min": "98.836", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "170.3", - "max": "170.739", - "min": "170.162", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "99.068", - "max": "99.234", - "min": "98.963", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "214.017", - "max": "220.008", - "min": "213.378", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "150.487", - "max": "151.226", - "min": "150.373", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "122.739", - "max": "123.095", - "min": "122.527", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "95.595", - "max": "95.995", - "min": "95.401", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "31.872", - "max": "32.788", - "min": "31.762", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "29.2", - "max": "29.255", - "min": "29.141", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "29.306", - "max": "29.58", - "min": "29.169", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "20.526", - "max": "20.642", - "min": "20.459", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "19.013", - "max": "19.159", - "min": "18.152", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "113.758", - "max": "114.014", - "min": "113.604", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "7.786", - "max": "8.372", - "min": "7.608", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "113.273", - "max": "113.52", - "min": "113.151", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "119.534", - "max": "119.816", - "min": "119.454", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "210.191", - "max": "210.324", - "min": "210.109", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "45.043", - "max": "45.084", - "min": "44.987", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "64.054", - "max": "64.885", - "min": "63.912", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "65.322", - "max": "65.531", - "min": "65.257", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "125.268", - "max": "125.718", - "min": "125.013", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "118.372", - "max": "118.597", - "min": "118.311", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "120.921", - "max": "121.763", - "min": "120.772", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "121.295", - "max": "122.26", - "min": "120.952", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "106.275", - "max": "106.393", - "min": "106.16", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "66.933", - "max": "67.921", - "min": "66.688", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "122.766", - "max": "123.244", - "min": "122.66", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "148.186", - "max": "148.844", - "min": "148.053", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "121.207", - "max": "122.036", - "min": "120.966", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "229.894", - "max": "230.797", - "min": "229.712", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "57.28", - "max": "57.402", - "min": "57.238", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "51.63", - "max": "51.739", - "min": "51.468", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "19.753", - "max": "20.038", - "min": "19.629", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "21.361", - "max": "23.875", - "min": "20.969", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "232.526", - "max": "233.418", - "min": "232.25", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "101.809", - "max": "105.396", - "min": "101.158", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "132.025", - "max": "132.156", - "min": "131.945", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "123.409", - "max": "124.485", - "min": "123.211", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "258.331", - "max": "258.403", - "min": "258.27", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "126.542", - "max": "127.236", - "min": "126.168", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "147.138", - "max": "147.349", - "min": "146.986", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "67.422", - "max": "67.546", - "min": "67.33", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "147.201", - "max": "147.562", - "min": "147.043", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "39.207", - "max": "39.295", - "min": "39.134", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "37.469", - "max": "37.768", - "min": "37.282", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "68.523", - "max": "68.662", - "min": "68.263", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "152.794", - "max": "165.979", - "min": "139.275", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "33.092", - "max": "33.459", - "min": "32.874", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "262.404", - "max": "269.927", - "min": "259.487", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "257.523", - "max": "258.849", - "min": "257.275", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "122.004", - "max": "127.155", - "min": "121.252", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "207.966", - "max": "208.363", - "min": "207.854", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "131.469", - "max": "133.018", - "min": "131.198", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "105.079", - "max": "105.205", - "min": "104.989", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "151.887", - "max": "152.575", - "min": "151.461", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "153.009", - "max": "208.839", - "min": "148.586", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "237.401", - "max": "250.046", - "min": "235.998", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "269.988", - "max": "270.111", - "min": "269.892", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "142.286", - "max": "142.382", - "min": "142.143", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "143.397", - "max": "144.24", - "min": "143.337", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "25.905", - "max": "26.274", - "min": "25.791", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "136.018", - "max": "149.798", - "min": "135.087", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "141.875", - "max": "143.846", - "min": "141.2", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "41.316", - "max": "42.559", - "min": "41.1", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "210.896", - "max": "211.693", - "min": "210.787", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "54.426", - "max": "55.067", - "min": "54.154", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "59.614", - "max": "63.926", - "min": "59.08", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "0.027", - "max": "0.039", - "min": "0.022", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "143.816", - "max": "144.457", - "min": "143.609", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "97.711", - "max": "98.023", - "min": "97.589", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "12.269", - "max": "12.376", - "min": "12.167", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "64.355", - "max": "65.61", - "min": "64.173", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "22.19", - "max": "27.349", - "min": "21.753", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "26.714", - "max": "26.958", - "min": "26.568", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "65.899", - "max": "66.392", - "min": "65.661", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "43.62", - "max": "43.962", - "min": "43.373", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "264.178", - "max": "264.756", - "min": "263.879", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "235.763", - "max": "236.345", - "min": "235.566", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "65.15", - "max": "65.265", - "min": "65.066", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "157.954", - "max": "158.963", - "min": "157.492", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "101.76", - "max": "109.829", - "min": "101.151", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "12.448", - "max": "12.621", - "min": "12.369", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "33.532", - "max": "33.783", - "min": "33.391", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "96.484", - "max": "97.571", - "min": "96.345", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "41.949", - "max": "43.36", - "min": "41.36", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "65.183", - "max": "65.758", - "min": "65.041", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "122.791", - "max": "122.89", - "min": "122.748", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "214.575", - "max": "215.133", - "min": "214.346", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "30.555", - "max": "31.519", - "min": "30.333", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "15.47", - "max": "18.182", - "min": "14.944", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "63.183", - "max": "68.415", - "min": "62.398", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "53.073", - "max": "57.223", - "min": "52.234", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "69.83", - "max": "69.953", - "min": "69.74", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "31.939", - "max": "33.937", - "min": "31.789", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "50.751", - "max": "50.836", - "min": "50.666", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "82.565", - "max": "82.744", - "min": "82.398", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "154.496", - "max": "157.391", - "min": "154.294", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.852", - "max": "233.963", - "min": "227.826", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "38.632", - "max": "39.18", - "min": "38.509", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "193.933", - "max": "194.165", - "min": "193.613", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "97.368", - "max": "102.453", - "min": "95.877", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "28.418", - "max": "28.624", - "min": "28.244", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "22.351", - "max": "22.51", - "min": "22.251", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "218.538", - "max": "218.694", - "min": "218.433", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.792", - "max": "258.958", - "min": "258.61", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "197.637", - "max": "197.764", - "min": "197.558", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "26.456", - "max": "26.558", - "min": "26.401", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "222.199", - "max": "266.829", - "min": "220.153", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "465.406", - "max": "583.316", - "min": "301.876", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "257.689", - "max": "366.143", - "min": "156.748", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "263.959", - "max": "271.589", - "min": "263.266", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "162.209", - "max": "165.379", - "min": "161.961", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "33.372", - "max": "33.595", - "min": "33.252", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "22.833", - "max": "23.743", - "min": "22.586", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "42.913", - "max": "44.057", - "min": "42.655", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "100.282", - "max": "244.368", - "min": "14.771", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "122.276", - "max": "122.872", - "min": "122.162", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.12", - "max": "133.345", - "min": "133.056", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "131.938", - "max": "132.83", - "min": "131.462", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "26.518", - "max": "27.24", - "min": "24.569", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "263.751", - "max": "266.524", - "min": "263.391", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "202.737", - "max": "204.857", - "min": "202.476", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "116.481", - "max": "117.986", - "min": "116.308", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "38.037", - "max": "38.197", - "min": "37.932", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "29.593", - "max": "29.76", - "min": "29.446", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "30.645", - "max": "32.612", - "min": "30.401", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "194.007", - "max": "195.681", - "min": "193.262", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "39.652", - "max": "40.268", - "min": "39.549", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "33.883", - "max": "34.112", - "min": "33.759", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "50.092", - "max": "63.105", - "min": "48.305", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "36.097", - "max": "36.303", - "min": "35.991", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "42.521", - "max": "42.725", - "min": "42.377", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "29.712", - "max": "29.863", - "min": "29.6", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "118.13", - "max": "118.323", - "min": "118.023", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "255.883", - "max": "256.402", - "min": "255.26", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "136.332", - "max": "136.482", - "min": "136.244", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "121.9", - "max": "122.147", - "min": "121.729", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.256", - "max": "123.775", - "min": "115.218", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "105.786", - "max": "106.672", - "min": "105.447", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "129.663", - "max": "129.931", - "min": "129.575", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "302.152", - "max": "302.474", - "min": "302.048", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "91.741", - "max": "94.693", - "min": "91.525", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "97.379", - "max": "97.41", - "min": "97.317", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "110.412", - "max": "123.855", - "min": "108.42", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "190.523", - "max": "190.683", - "min": "190.478", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "129.002", - "max": "129.681", - "min": "128.902", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "112.452", - "max": "158.949", - "min": "110.477", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "22.379", - "max": "22.477", - "min": "22.28", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "69.082", - "max": "69.336", - "min": "68.795", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "138.526", - "max": "139.729", - "min": "138.275", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "229.709", - "max": "277.633", - "min": "220.689", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "58.155", - "max": "58.645", - "min": "57.929", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "53.652", - "max": "53.905", - "min": "53.565", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "472.279", - "max": "472.637", - "min": "471.621", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "137.368", - "max": "137.625", - "min": "137.211", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "23.747", - "max": "23.994", - "min": "23.6", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "210.868", - "max": "211.03", - "min": "210.727", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "252.211", - "max": "252.289", - "min": "252.075", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "190.733", - "max": "190.797", - "min": "190.631", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "48.769", - "max": "49.06", - "min": "48.653", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "262.367", - "max": "264.339", - "min": "261.773", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "37.97", - "max": "38.116", - "min": "37.786", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "32.342", - "max": "32.607", - "min": "32.262", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "106.313", - "max": "109.842", - "min": "105.968", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "307.696", - "max": "339.719", - "min": "290.17", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "100.77", - "max": "101.516", - "min": "100.688", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "114.204", - "max": "114.932", - "min": "113.984", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "122.137", - "max": "133.416", - "min": "121.581", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "113.478", - "max": "113.65", - "min": "113.411", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "95.566", - "max": "96.069", - "min": "95.379", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "158.669", - "max": "159.938", - "min": "158.459", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "137.36", - "max": "137.424", - "min": "137.298", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "160.243", - "max": "162.744", - "min": "160.027", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "135.482", - "max": "135.981", - "min": "135.324", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "99.998", - "max": "101.64", - "min": "99.633", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "113.955", - "max": "114.092", - "min": "113.902", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "101.563", - "max": "101.622", - "min": "101.462", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "126.713", - "max": "126.919", - "min": "126.603", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "152.984", - "max": "153.304", - "min": "152.776", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "126.64", - "max": "146.182", - "min": "124.605", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "152.499", - "max": "211.976", - "min": "119.165", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "94.104", - "max": "94.464", - "min": "93.971", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "161.628", - "max": "162.093", - "min": "161.432", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "130.17", - "max": "130.446", - "min": "130.029", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "139.246", - "max": "139.745", - "min": "138.916", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "95.362", - "max": "101.156", - "min": "94.702", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "251.538", - "max": "251.852", - "min": "251.424", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "115.939", - "max": "116.056", - "min": "115.857", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "117.513", - "max": "117.608", - "min": "117.457", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "111.34", - "max": "120.493", - "min": "99.158", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "148.071", - "max": "148.224", - "min": "147.914", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "102.324", - "max": "103.669", - "min": "102.107", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "105.732", - "max": "106.226", - "min": "105.548", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "97.109", - "max": "97.195", - "min": "97.026", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "222.903", - "max": "235.241", - "min": "222.196", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "26.477", - "max": "32.212", - "min": "25.657", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "434.335", - "max": "444.949", - "min": "404.452", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "255.686", - "max": "255.799", - "min": "255.561", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "102.731", - "max": "103.399", - "min": "102.518", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "237.707", - "max": "243.204", - "min": "237.238", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "86.095", - "max": "86.279", - "min": "86.007", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "153.805", - "max": "154.169", - "min": "153.609", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "93.708", - "max": "94.82", - "min": "93.447", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "99.015", - "max": "100.471", - "min": "98.598", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "40.01", - "max": "40.068", - "min": "39.93", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "36.894", - "max": "36.963", - "min": "36.861", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "251.04", - "max": "372.681", - "min": "240.658", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "30.208", - "max": "30.348", - "min": "30.155", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "113.269", - "max": "113.443", - "min": "113.159", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "33.066", - "max": "33.148", - "min": "33.012", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "119.731", - "max": "119.877", - "min": "119.598", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "140.409", - "max": "150.34", - "min": "139.868", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "30.667", - "max": "36.093", - "min": "27.554", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "113.081", - "max": "113.654", - "min": "112.951", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "135.537", - "max": "136.498", - "min": "134.855", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "73.072", - "max": "91.999", - "min": "70.923", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "194.075", - "max": "194.671", - "min": "193.766", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": null, - "max": null, - "min": null, - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "172.271", - "max": "174.836", - "min": "171.979", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "137.739", - "max": "137.827", - "min": "137.678", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "109.322", - "max": "109.37", - "min": "109.196", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "128.997", - "max": "129.233", - "min": "128.95", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "38.571", - "max": "40.558", - "min": "38.216", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "25.021", - "max": "25.202", - "min": "24.937", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "150.132", - "max": "157.486", - "min": "148.504", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "97.365", - "max": "99.897", - "min": "96.526", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "43.696", - "max": "45.847", - "min": "42.805", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "157.963", - "max": "159.291", - "min": "157.683", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "31.043", - "max": "31.35", - "min": "30.833", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "116.614", - "max": "120.436", - "min": "116.448", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "248.651", - "max": "250.274", - "min": "240.145", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "95.292", - "max": "95.292", - "min": "95.292", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "93.524", - "max": "93.56", - "min": "93.505", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "110.014", - "max": "110.061", - "min": "109.959", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "190.198", - "max": "248.271", - "min": "187.919", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "113.718", - "max": "126.826", - "min": "105.925", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "122.943", - "max": "123.039", - "min": "122.794", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "234.426", - "max": "235.946", - "min": "234.262", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "185.865", - "max": "186.29", - "min": "185.572", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "46.789", - "max": "48.833", - "min": "46.636", - "id": "75", - "country": "United States", - "source_name": "Jacksonville", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "78": { - "name": "Charlotte", - "data": { - "0": { - "avg": "96.589", - "max": "96.82", - "min": "96.436", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "271.231", - "max": "275.829", - "min": "270.853", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "28.078", - "max": "31.481", - "min": "27.864", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "112.25", - "max": "118.121", - "min": "111.794", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "88.047", - "max": "88.672", - "min": "87.835", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "168.25", - "max": "168.451", - "min": "168.116", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "93.806", - "max": "94.431", - "min": "93.639", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "312.365", - "max": "323.889", - "min": "311.252", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "139.308", - "max": "139.445", - "min": "139.209", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "122.099", - "max": "122.602", - "min": "121.944", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "92.404", - "max": "92.713", - "min": "92.191", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "31.946", - "max": "41.899", - "min": "31.092", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "16.919", - "max": "17.047", - "min": "16.784", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "25.929", - "max": "26.553", - "min": "25.687", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "19.175", - "max": "19.579", - "min": "18.988", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "13.078", - "max": "13.464", - "min": "12.55", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "102.069", - "max": "104.426", - "min": "101.635", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "6.895", - "max": "14.914", - "min": "5.676", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "95.699", - "max": "95.967", - "min": "95.51", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "116.769", - "max": "117.133", - "min": "116.664", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "292.575", - "max": "293.679", - "min": "292.409", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "29.875", - "max": "30.007", - "min": "29.731", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "67.592", - "max": "67.753", - "min": "67.438", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "78.045", - "max": "78.92", - "min": "77.87", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "117.654", - "max": "118.009", - "min": "117.454", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "111.977", - "max": "112.12", - "min": "111.83", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "107.454", - "max": "110.385", - "min": "107.156", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "124.956", - "max": "125.114", - "min": "124.777", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "104.728", - "max": "104.837", - "min": "104.611", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "71.45", - "max": "72.601", - "min": "71.14", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "242.702", - "max": "242.879", - "min": "242.607", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "116.625", - "max": "116.749", - "min": "116.512", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "60.172", - "max": "60.512", - "min": "60.017", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "149.549", - "max": "149.694", - "min": "149.404", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "116.816", - "max": "120.352", - "min": "116.426", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "237.146", - "max": "238.161", - "min": "236.976", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "55.055", - "max": "55.171", - "min": "54.974", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "55.838", - "max": "55.977", - "min": "55.745", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "23.759", - "max": "23.985", - "min": "23.629", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "13.278", - "max": "15.653", - "min": "12.671", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.33", - "max": "244.606", - "min": "233.671", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "95.466", - "max": "100.849", - "min": "94.721", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "116.135", - "max": "116.525", - "min": "116.006", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "121.058", - "max": "121.3", - "min": "120.841", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "228.836", - "max": "229.144", - "min": "228.671", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "121.154", - "max": "122.203", - "min": "120.773", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "131.123", - "max": "131.493", - "min": "130.963", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "73.588", - "max": "73.955", - "min": "73.411", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "151.163", - "max": "152.097", - "min": "150.925", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "45.174", - "max": "45.238", - "min": "45.042", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "20.756", - "max": "20.876", - "min": "20.645", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "80.736", - "max": "81.357", - "min": "80.521", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "101.894", - "max": "192.03", - "min": "88.868", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "45.703", - "max": "45.823", - "min": "45.546", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "247.355", - "max": "270.325", - "min": "242.003", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "253.303", - "max": "254.132", - "min": "253.118", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "90.137", - "max": "91.737", - "min": "89.495", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "218.279", - "max": "218.385", - "min": "218.131", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "157.473", - "max": "157.987", - "min": "157.176", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "99.041", - "max": "99.139", - "min": "98.892", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "152.766", - "max": "155.075", - "min": "152.204", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "141.844", - "max": "204.797", - "min": "135.414", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "266.556", - "max": "347.381", - "min": "250.096", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "257.487", - "max": "258.026", - "min": "257.371", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "139.795", - "max": "140.244", - "min": "139.616", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "128.869", - "max": "129.367", - "min": "128.751", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "11.207", - "max": "11.402", - "min": "11.042", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "130.881", - "max": "131.241", - "min": "130.497", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "137.869", - "max": "140.314", - "min": "137.179", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "47.79", - "max": "51.711", - "min": "47.267", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "224.426", - "max": "225.936", - "min": "224.156", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "52.679", - "max": "53.126", - "min": "52.43", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "61.558", - "max": "66.856", - "min": "61.195", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "12.328", - "max": "12.422", - "min": "12.215", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "129.17", - "max": "130.246", - "min": "128.893", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "91.279", - "max": "91.613", - "min": "91.123", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "0.027", - "max": "0.072", - "min": "0.014", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "62.569", - "max": "62.673", - "min": "62.466", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "28.642", - "max": "29.112", - "min": "28.458", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "22.933", - "max": "23.046", - "min": "22.782", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "80.018", - "max": "83.655", - "min": "79.721", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "33.399", - "max": "34.047", - "min": "33.146", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "217.616", - "max": "218.042", - "min": "216.77", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "235.534", - "max": "236.152", - "min": "235.379", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "64.003", - "max": "64.153", - "min": "63.887", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "149.698", - "max": "150.681", - "min": "149.324", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "94.701", - "max": "95.024", - "min": "94.538", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "16.03", - "max": "16.398", - "min": "15.882", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "29.718", - "max": "30.655", - "min": "29.536", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "95.851", - "max": "96.097", - "min": "95.706", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.6", - "max": "37.045", - "min": "31.843", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "75.522", - "max": "75.891", - "min": "75.292", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "83.709", - "max": "83.857", - "min": "83.602", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "188.857", - "max": "189.064", - "min": "188.725", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "23.814", - "max": "24.676", - "min": "23.653", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "21.418", - "max": "21.519", - "min": "21.267", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "72.88", - "max": "73.641", - "min": "72.597", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "47.152", - "max": "59.703", - "min": "46.218", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "70.77", - "max": "71.208", - "min": "70.558", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.291", - "max": "25.22", - "min": "24.08", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "42.208", - "max": "42.352", - "min": "42.089", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "83.808", - "max": "84.153", - "min": "83.626", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "149.526", - "max": "150.697", - "min": "149.251", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "233.359", - "max": "238.502", - "min": "232.732", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.613", - "max": "29.585", - "min": "28.333", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "345.261", - "max": "345.658", - "min": "343.882", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "89.786", - "max": "92.112", - "min": "89.49", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "18.878", - "max": "19.047", - "min": "18.711", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "12.726", - "max": "15.548", - "min": "12.445", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "216.535", - "max": "216.668", - "min": "216.411", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "219.281", - "max": "219.483", - "min": "219.165", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "185.646", - "max": "185.854", - "min": "185.479", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "23.711", - "max": "24.307", - "min": "23.571", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "219.43", - "max": "223.482", - "min": "219.066", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "465.105", - "max": "583.352", - "min": "282.726", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "259.378", - "max": "405.179", - "min": "154.736", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "245.57", - "max": "247.322", - "min": "245.235", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "160.608", - "max": "161.914", - "min": "160.328", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "31.535", - "max": "32.272", - "min": "31.352", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "38.269", - "max": "39.081", - "min": "37.971", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "47.92", - "max": "49.37", - "min": "47.68", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "107.4", - "max": "252.489", - "min": "21.778", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "124.366", - "max": "124.757", - "min": "124.193", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "139.074", - "max": "309.784", - "min": "128.833", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.042", - "max": "133.299", - "min": "132.907", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "117.523", - "max": "119.1", - "min": "116.602", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "21.431", - "max": "21.785", - "min": "21.033", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "316.834", - "max": "317.408", - "min": "316.598", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "219.301", - "max": "219.75", - "min": "219.034", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "106.542", - "max": "106.899", - "min": "106.351", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "32.096", - "max": "32.294", - "min": "31.962", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.367", - "max": "25.55", - "min": "25.202", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "36.853", - "max": "37.039", - "min": "36.724", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "204.05", - "max": "206.09", - "min": "203.439", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "38.338", - "max": "38.515", - "min": "38.249", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "22.673", - "max": "22.912", - "min": "22.502", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "60.094", - "max": "75.332", - "min": "58.035", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "37.841", - "max": "37.943", - "min": "37.738", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "42.262", - "max": "42.37", - "min": "42.121", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "15.908", - "max": "16.569", - "min": "15.759", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "111.294", - "max": "113.185", - "min": "110.995", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "251.699", - "max": "253.495", - "min": "251.25", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "134.89", - "max": "135.707", - "min": "134.741", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "113.297", - "max": "113.496", - "min": "113.123", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "109.82", - "max": "115.993", - "min": "109.341", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "91.047", - "max": "91.32", - "min": "90.828", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "131.548", - "max": "131.675", - "min": "131.415", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "292.924", - "max": "293.021", - "min": "292.807", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "87.283", - "max": "87.408", - "min": "87.141", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "92.119", - "max": "92.203", - "min": "92.019", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "101.603", - "max": "119.369", - "min": "99.261", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "188.105", - "max": "188.296", - "min": "187.998", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "133.892", - "max": "134.945", - "min": "133.696", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "103.66", - "max": "137.584", - "min": "101.466", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "18.115", - "max": "18.23", - "min": "18.003", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "92.911", - "max": "93.792", - "min": "92.713", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "124.77", - "max": "125.438", - "min": "124.448", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "230.144", - "max": "278.551", - "min": "222.586", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.569", - "max": "52.776", - "min": "52.401", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "153.949", - "max": "240.887", - "min": "145.543", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "40.242", - "max": "40.346", - "min": "40.13", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "388.712", - "max": "388.93", - "min": "388.282", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "126.391", - "max": "126.515", - "min": "126.255", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "16.286", - "max": "16.424", - "min": "16.139", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "192.475", - "max": "192.652", - "min": "192.339", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "244.415", - "max": "244.545", - "min": "244.307", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "193.529", - "max": "194.416", - "min": "193.35", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "41.752", - "max": "42.196", - "min": "41.543", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "210.907", - "max": "213.972", - "min": "208.676", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "21.929", - "max": "24.483", - "min": "21.685", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "16.121", - "max": "16.253", - "min": "15.957", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "95.23", - "max": "98.232", - "min": "94.855", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "271.455", - "max": "271.571", - "min": "271.361", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "101.772", - "max": "101.955", - "min": "101.63", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "103.868", - "max": "114.434", - "min": "103.099", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "123.813", - "max": "148.551", - "min": "122.496", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "107.402", - "max": "107.485", - "min": "107.323", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "90.569", - "max": "91.05", - "min": "90.334", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "146.517", - "max": "150.657", - "min": "146.052", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "132.281", - "max": "132.885", - "min": "132.139", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "162.059", - "max": "163.58", - "min": "161.8", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "125.126", - "max": "125.21", - "min": "124.955", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "100.601", - "max": "102.83", - "min": "100.227", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "102", - "max": "102.095", - "min": "101.902", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "89.161", - "max": "89.249", - "min": "89.029", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "120.364", - "max": "120.632", - "min": "120.139", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "155.668", - "max": "162.841", - "min": "155.258", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "115.091", - "max": "127.103", - "min": "113.803", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "130.73", - "max": "202.053", - "min": "109.937", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "82.924", - "max": "83.361", - "min": "82.832", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "153.432", - "max": "154.086", - "min": "153.181", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "127.117", - "max": "133.401", - "min": "126.687", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "137.996", - "max": "138.607", - "min": "137.537", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "102.289", - "max": "107.422", - "min": "101.673", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "248.043", - "max": "278.393", - "min": "246.871", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "101.941", - "max": "102.073", - "min": "101.836", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "111.04", - "max": "111.286", - "min": "110.817", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "110.394", - "max": "110.487", - "min": "110.248", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "79.332", - "max": "86.628", - "min": "77.438", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "141.528", - "max": "141.714", - "min": "141.379", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "92.695", - "max": "98.804", - "min": "92.201", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "93.857", - "max": "94.834", - "min": "93.653", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "92.137", - "max": "92.292", - "min": "91.932", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "239.036", - "max": "253.144", - "min": "235.685", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "19.81", - "max": "23.909", - "min": "19.221", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "233.877", - "max": "240.247", - "min": "231.426", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "269.789", - "max": "271.475", - "min": "269.463", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "102.257", - "max": "102.647", - "min": "102.085", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "229.39", - "max": "229.675", - "min": "229.192", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "71.012", - "max": "71.458", - "min": "70.722", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "119.653", - "max": "120.017", - "min": "119.387", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "147.17", - "max": "147.562", - "min": "146.996", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "89.41", - "max": "90.457", - "min": "88.986", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "93.166", - "max": "93.432", - "min": "92.969", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "45.286", - "max": "45.616", - "min": "45.172", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "38.453", - "max": "38.576", - "min": "38.353", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.989", - "max": "246.334", - "min": "240.613", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "18.621", - "max": "18.951", - "min": "18.501", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "109.695", - "max": "110.798", - "min": "109.335", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "18.965", - "max": "19.086", - "min": "18.836", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "109.396", - "max": "109.751", - "min": "109.264", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "152.323", - "max": "155.675", - "min": "151.977", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "43.514", - "max": "47.592", - "min": "40.672", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "107.868", - "max": "108.032", - "min": "107.722", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "119.359", - "max": "120.52", - "min": "118.626", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "71.988", - "max": "74.288", - "min": "71.243", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "189.862", - "max": "190.621", - "min": "189.408", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "206.568", - "max": "206.794", - "min": "206.383", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "187.23", - "max": "188.763", - "min": "186.961", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "134.555", - "max": "134.668", - "min": "134.432", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "103.14", - "max": "103.287", - "min": "103.036", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "129.311", - "max": "129.447", - "min": "129.231", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "27.896", - "max": "28.805", - "min": "27.579", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "18.631", - "max": "19.583", - "min": "18.426", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "145.008", - "max": "158.381", - "min": "142.908", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "86.401", - "max": "88.589", - "min": "85.339", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "27.071", - "max": "28.912", - "min": "26.138", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "145.926", - "max": "146.475", - "min": "145.781", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "39.434", - "max": "39.603", - "min": "39.117", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "100.089", - "max": "105.859", - "min": "99.635", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "228.505", - "max": "230.1", - "min": "226.884", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "89.542", - "max": "89.552", - "min": "89.532", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "97.72", - "max": "97.845", - "min": "97.617", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "109.255", - "max": "109.391", - "min": "109.121", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "181.032", - "max": "183.688", - "min": "180.674", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "107.973", - "max": "120.093", - "min": "100.698", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "119.448", - "max": "120.784", - "min": "119.264", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "197.62", - "max": "198.022", - "min": "197.414", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "171.507", - "max": "175.208", - "min": "171.098", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.842", - "max": "32.116", - "min": "29.16", - "id": "78", - "country": "United States", - "source_name": "Charlotte", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "79": { - "name": "Las Vegas", - "data": { - "0": { - "avg": "147.836", - "max": "147.982", - "min": "147.714", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "210.392", - "max": "213.731", - "min": "210.093", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "81.439", - "max": "81.986", - "min": "81.338", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "174.806", - "max": "184.284", - "min": "173.826", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "152.034", - "max": "152.61", - "min": "151.905", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "123.373", - "max": "123.687", - "min": "123.225", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "140.693", - "max": "141.011", - "min": "140.512", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "166.608", - "max": "171.187", - "min": "165.743", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "184", - "max": "184.271", - "min": "183.754", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "165.108", - "max": "166.767", - "min": "164.85", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "143.077", - "max": "143.259", - "min": "142.883", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "45.72", - "max": "45.833", - "min": "45.624", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.937", - "max": "76.075", - "min": "75.86", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "79.705", - "max": "80.192", - "min": "79.4", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "69.141", - "max": "71.568", - "min": "68.807", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "87.977", - "max": "88.195", - "min": "87.118", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "158.252", - "max": "158.607", - "min": "158.036", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "56.617", - "max": "59.364", - "min": "56.279", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "140.255", - "max": "140.491", - "min": "140.092", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "156.116", - "max": "156.308", - "min": "155.984", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "226.95", - "max": "227.096", - "min": "226.863", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "65.836", - "max": "65.919", - "min": "65.738", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "16.544", - "max": "16.794", - "min": "16.352", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "38.586", - "max": "39.162", - "min": "38.455", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "154.477", - "max": "156.105", - "min": "154.055", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "151.689", - "max": "151.832", - "min": "151.54", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "162.046", - "max": "162.388", - "min": "161.75", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "151.619", - "max": "152.511", - "min": "151.311", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "161.833", - "max": "161.996", - "min": "161.697", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "17.295", - "max": "17.908", - "min": "17.098", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "187.543", - "max": "187.672", - "min": "187.451", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "162.737", - "max": "163.338", - "min": "162.611", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "55.966", - "max": "56.066", - "min": "55.87", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "182.34", - "max": "182.668", - "min": "182.23", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "156.97", - "max": "158.618", - "min": "156.533", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "209.319", - "max": "211.915", - "min": "208.899", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "7.858", - "max": "8.17", - "min": "7.777", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "18.115", - "max": "18.254", - "min": "18.028", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "48.621", - "max": "49.086", - "min": "48.444", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "76.962", - "max": "85.806", - "min": "76.349", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "286.651", - "max": "291.047", - "min": "285.998", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "156.998", - "max": "161.459", - "min": "156.485", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "176.808", - "max": "177.032", - "min": "176.692", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "155.312", - "max": "159.674", - "min": "154.845", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "255.95", - "max": "256.207", - "min": "255.791", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "192.57", - "max": "193.053", - "min": "192.023", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "166.011", - "max": "166.304", - "min": "165.787", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "137.781", - "max": "138.067", - "min": "137.602", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "205.528", - "max": "212.08", - "min": "204.496", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "51.081", - "max": "51.219", - "min": "50.91", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "58.103", - "max": "58.407", - "min": "57.866", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "41.713", - "max": "42.005", - "min": "41.54", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "164.024", - "max": "254.862", - "min": "146.226", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "53.765", - "max": "53.988", - "min": "53.582", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "239.745", - "max": "261.739", - "min": "226.186", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "201.61", - "max": "202.639", - "min": "201.427", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "153.411", - "max": "156.977", - "min": "152.553", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "171.318", - "max": "171.518", - "min": "171.245", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "166.26", - "max": "167.773", - "min": "165.738", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "164.326", - "max": "164.568", - "min": "164.193", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "212.166", - "max": "213.324", - "min": "211.655", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "199.089", - "max": "251.267", - "min": "194.939", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "209.445", - "max": "238.487", - "min": "207.824", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "190.648", - "max": "192.15", - "min": "190.429", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "199.396", - "max": "199.515", - "min": "199.268", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "171.19", - "max": "171.889", - "min": "170.978", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "72.956", - "max": "73.102", - "min": "72.833", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "176.919", - "max": "177.321", - "min": "176.615", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "190.777", - "max": "192.319", - "min": "190.028", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "41.329", - "max": "42.401", - "min": "41.15", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "164.732", - "max": "165.496", - "min": "164.548", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "11.207", - "max": "11.623", - "min": "10.891", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "117.478", - "max": "122.356", - "min": "116.849", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "64.324", - "max": "64.609", - "min": "64.157", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "179.772", - "max": "180.381", - "min": "179.555", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "139.516", - "max": "139.734", - "min": "139.382", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "62.622", - "max": "62.732", - "min": "62.521", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "0.038", - "max": "0.078", - "min": "0.024", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "83.424", - "max": "84.032", - "min": "83.267", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "45.514", - "max": "45.845", - "min": "45.264", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "33.153", - "max": "33.415", - "min": "33.01", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "80.371", - "max": "80.989", - "min": "80.043", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "153.562", - "max": "158.075", - "min": "152.955", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "216.225", - "max": "216.437", - "min": "216.04", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "28.779", - "max": "28.891", - "min": "28.698", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "187.297", - "max": "188.397", - "min": "186.961", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "140.353", - "max": "140.92", - "min": "140.09", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "68.175", - "max": "68.315", - "min": "68.079", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "85.791", - "max": "85.973", - "min": "85.65", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "147.577", - "max": "149.655", - "min": "147.304", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "66.335", - "max": "68.455", - "min": "65.487", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "23.619", - "max": "24.041", - "min": "23.387", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "165.384", - "max": "165.571", - "min": "165.15", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "143.944", - "max": "144.672", - "min": "143.786", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "76.006", - "max": "76.139", - "min": "75.86", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "64.81", - "max": "65.028", - "min": "64.609", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "115.808", - "max": "116.103", - "min": "115.603", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "116.25", - "max": "148.771", - "min": "114.371", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "19.757", - "max": "19.993", - "min": "19.502", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "67.412", - "max": "67.823", - "min": "67.223", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "65.44", - "max": "65.669", - "min": "65.234", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "86.249", - "max": "86.529", - "min": "86.071", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "179.713", - "max": "181.177", - "min": "179.429", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "191.315", - "max": "193.997", - "min": "190.532", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "62.806", - "max": "62.938", - "min": "62.642", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "280.024", - "max": "281.996", - "min": "278.004", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "137.092", - "max": "140.648", - "min": "136.852", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "77.817", - "max": "77.993", - "min": "77.678", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "63.6", - "max": "63.754", - "min": "63.507", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "249.009", - "max": "251.498", - "min": "248.81", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "169.006", - "max": "170.002", - "min": "168.817", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "142.49", - "max": "142.698", - "min": "142.346", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "69.629", - "max": "69.748", - "min": "69.486", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "291.698", - "max": "294.292", - "min": "291.338", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "533.32", - "max": "645.885", - "min": "364.096", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "275.697", - "max": "383.781", - "min": "196.567", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "315.187", - "max": "321.176", - "min": "314.749", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "122.602", - "max": "124.216", - "min": "122.403", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "55.967", - "max": "56.405", - "min": "55.834", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "75.579", - "max": "76.627", - "min": "75.294", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "21.542", - "max": "21.778", - "min": "21.384", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "146.632", - "max": "292.487", - "min": "65.28", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "193.938", - "max": "215.15", - "min": "178.155", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "208.384", - "max": "417.606", - "min": "194.833", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "172.371", - "max": "172.488", - "min": "172.291", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "175.357", - "max": "176.379", - "min": "174.9", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "70.598", - "max": "72.315", - "min": "70.386", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "285.81", - "max": "286.256", - "min": "285.499", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "254.312", - "max": "254.82", - "min": "254.027", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "67.957", - "max": "68.211", - "min": "67.829", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "78.998", - "max": "79.538", - "min": "78.858", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "64.941", - "max": "65.093", - "min": "64.797", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "68.631", - "max": "68.81", - "min": "68.448", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "191.23", - "max": "192.647", - "min": "190.486", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "52.477", - "max": "53.061", - "min": "52.284", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "81.047", - "max": "81.336", - "min": "80.886", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.211", - "max": "59.589", - "min": "49.373", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "68.431", - "max": "69.08", - "min": "68.317", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "49.563", - "max": "49.775", - "min": "49.411", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "77.548", - "max": "77.646", - "min": "77.464", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "171.802", - "max": "171.991", - "min": "171.701", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "239.512", - "max": "249.196", - "min": "238.673", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "185.285", - "max": "185.463", - "min": "185.179", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "150.272", - "max": "150.575", - "min": "150.061", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "53.486", - "max": "58.979", - "min": "53.006", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "148.721", - "max": "149.559", - "min": "148.467", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "174.266", - "max": "179.639", - "min": "173.734", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "251.864", - "max": "257.279", - "min": "250.378", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "136.285", - "max": "136.378", - "min": "136.199", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "135.469", - "max": "135.621", - "min": "135.351", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "147.789", - "max": "185.901", - "min": "145.696", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "139.784", - "max": "140.101", - "min": "139.648", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "170.473", - "max": "171.356", - "min": "170.225", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "158.316", - "max": "193.154", - "min": "156.589", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "70.696", - "max": "70.919", - "min": "70.584", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "42.607", - "max": "44.747", - "min": "42.322", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "169.065", - "max": "170.416", - "min": "168.739", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "175.368", - "max": "214.134", - "min": "167.845", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "83.8", - "max": "83.856", - "min": "83.743", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "209.194", - "max": "299.4", - "min": "201.075", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "94.445", - "max": "94.519", - "min": "94.382", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "325.657", - "max": "325.88", - "min": "325.12", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "162.365", - "max": "162.718", - "min": "162.073", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "57.867", - "max": "58.158", - "min": "57.626", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "244.109", - "max": "244.484", - "min": "243.919", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "293.893", - "max": "294.094", - "min": "293.648", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "219.948", - "max": "220.677", - "min": "219.781", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "58.497", - "max": "58.849", - "min": "58.272", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "151.155", - "max": "152.32", - "min": "150.841", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "62.406", - "max": "62.813", - "min": "62.183", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "73.984", - "max": "74.066", - "min": "73.915", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "146.673", - "max": "147.88", - "min": "146.463", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "287.096", - "max": "287.418", - "min": "286.964", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "151.616", - "max": "153.358", - "min": "151.444", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "156.474", - "max": "157.055", - "min": "156.301", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "178.026", - "max": "187.591", - "min": "177.443", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "158.477", - "max": "158.709", - "min": "158.205", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "137.169", - "max": "138.194", - "min": "136.899", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "196.789", - "max": "198.028", - "min": "196.559", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "183.343", - "max": "183.461", - "min": "183.248", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "183.676", - "max": "187.544", - "min": "183.062", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "190.067", - "max": "190.344", - "min": "189.945", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "140.88", - "max": "145.076", - "min": "140.62", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "143.453", - "max": "143.865", - "min": "143.267", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "153.778", - "max": "154.058", - "min": "153.637", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "162.738", - "max": "171.022", - "min": "162.196", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "214.918", - "max": "215.187", - "min": "214.579", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "177.506", - "max": "205.914", - "min": "174.909", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "190.638", - "max": "269.482", - "min": "157.693", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "123.479", - "max": "124.053", - "min": "123.215", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "207.585", - "max": "208.839", - "min": "207.344", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "174.707", - "max": "182.299", - "min": "174.219", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "177.523", - "max": "178.073", - "min": "177.082", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "157.36", - "max": "163.749", - "min": "156.838", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "227.798", - "max": "230.411", - "min": "227.573", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "164.537", - "max": "164.624", - "min": "164.418", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "166.44", - "max": "166.716", - "min": "166.247", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "173.325", - "max": "173.441", - "min": "173.248", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "140.225", - "max": "147.153", - "min": "138.177", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "205.597", - "max": "205.965", - "min": "205.408", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "146.586", - "max": "150.682", - "min": "146.205", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "148.664", - "max": "148.873", - "min": "148.541", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "145.026", - "max": "147.927", - "min": "144.435", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "168.121", - "max": "168.58", - "min": "167.983", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "74.372", - "max": "77.086", - "min": "73.862", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "181.397", - "max": "182.98", - "min": "174.741", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "229.539", - "max": "229.672", - "min": "229.284", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "136.316", - "max": "137.36", - "min": "136.053", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "294.205", - "max": "298.524", - "min": "293.873", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "26.319", - "max": "26.473", - "min": "26.021", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "174.231", - "max": "174.706", - "min": "173.943", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "206.974", - "max": "207.359", - "min": "206.815", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "136.806", - "max": "138.003", - "min": "136.305", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "150.464", - "max": "152.636", - "min": "150.063", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "61.678", - "max": "62.004", - "min": "61.487", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "94.387", - "max": "94.542", - "min": "94.228", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "234.574", - "max": "235.054", - "min": "234.263", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.612", - "max": "80.73", - "min": "80.557", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "156.152", - "max": "156.285", - "min": "156.062", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "80.529", - "max": "80.631", - "min": "80.444", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "157.78", - "max": "158.05", - "min": "157.688", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "194.285", - "max": "216.175", - "min": "193.294", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "81.137", - "max": "83.845", - "min": "78.758", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "156.982", - "max": "157.27", - "min": "156.743", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "186.643", - "max": "188.331", - "min": "185.849", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "115.203", - "max": "127.957", - "min": "113.893", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "228.612", - "max": "229.172", - "min": "228.242", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "116.307", - "max": "116.488", - "min": "116.185", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "215.726", - "max": "217.271", - "min": "215.526", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "192.722", - "max": "192.866", - "min": "192.54", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "145.965", - "max": "146.839", - "min": "145.701", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "207.485", - "max": "207.73", - "min": "207.415", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "76.721", - "max": "80.941", - "min": "76.208", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "82.65", - "max": "82.831", - "min": "82.526", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "208.797", - "max": "211.827", - "min": "207.212", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "146.326", - "max": "147.478", - "min": "145.479", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "76.271", - "max": "78.843", - "min": "75.183", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "200.265", - "max": "200.768", - "min": "200.046", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "31.518", - "max": "31.768", - "min": "31.32", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "175.283", - "max": "176.818", - "min": "174.962", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "180.196", - "max": "180.389", - "min": "180.12", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "153.849", - "max": "153.849", - "min": "153.849", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "146.553", - "max": "161.502", - "min": "145.961", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "163.709", - "max": "163.811", - "min": "163.651", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "229.131", - "max": "230.136", - "min": "228.931", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "164.182", - "max": "176.855", - "min": "157.017", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "167.432", - "max": "167.529", - "min": "167.319", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "253.162", - "max": "254.356", - "min": "252.822", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "231.14", - "max": "233.645", - "min": "230.817", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "73.913", - "max": "76.426", - "min": "73.717", - "id": "79", - "country": "United States", - "source_name": "Las Vegas", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "80": { - "name": "Columbus", - "data": { - "0": { - "avg": "104.463", - "max": "116.832", - "min": "103.441", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "331.549", - "max": "338.186", - "min": "330.974", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "25.689", - "max": "40.788", - "min": "24.658", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "120.55", - "max": "139.622", - "min": "118.879", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "94.742", - "max": "96.08", - "min": "94.389", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "194.058", - "max": "202.918", - "min": "193.305", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "103.154", - "max": "113.141", - "min": "102.573", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "365.968", - "max": "393.626", - "min": "363.623", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "145.973", - "max": "156.44", - "min": "144.751", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "124.281", - "max": "125.024", - "min": "123.942", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "86.281", - "max": "110.178", - "min": "84.539", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "36.001", - "max": "39.094", - "min": "35.59", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "21.266", - "max": "43.661", - "min": "19.42", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "28.831", - "max": "71.176", - "min": "25.175", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "45.023", - "max": "48.594", - "min": "44.669", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "13.021", - "max": "42.701", - "min": "10.737", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "113.994", - "max": "120.005", - "min": "113.259", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "31.085", - "max": "34.946", - "min": "30.802", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "108.472", - "max": "109.533", - "min": "108.171", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "116.925", - "max": "141.645", - "min": "114.488", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "361.22", - "max": "364.786", - "min": "360.71", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "19.072", - "max": "29.898", - "min": "18.315", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "69.885", - "max": "71.195", - "min": "69.605", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "71.835", - "max": "72.213", - "min": "71.591", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "127.764", - "max": "128.766", - "min": "127.438", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "108.209", - "max": "116.012", - "min": "106.761", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "108.958", - "max": "143.99", - "min": "107.302", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "120.602", - "max": "137.523", - "min": "117.078", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "107.789", - "max": "150.196", - "min": "104.606", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "58.21", - "max": "93.856", - "min": "56.613", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "249.196", - "max": "257.988", - "min": "248.301", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "118.342", - "max": "121.02", - "min": "118.091", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "62.142", - "max": "63.053", - "min": "61.878", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "144.688", - "max": "145.082", - "min": "144.484", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "117.939", - "max": "118.89", - "min": "117.686", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "248.36", - "max": "248.633", - "min": "248.174", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "67.263", - "max": "74.941", - "min": "66.571", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "61.449", - "max": "113.334", - "min": "56.399", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "42.535", - "max": "64.892", - "min": "34.099", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "21.257", - "max": "23.47", - "min": "20.791", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.004", - "max": "241.005", - "min": "233.337", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "96.445", - "max": "98.997", - "min": "95.744", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "127.35", - "max": "142.028", - "min": "125.286", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "139.831", - "max": "155.848", - "min": "128.521", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "234.364", - "max": "262.147", - "min": "231.795", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "129.876", - "max": "133.247", - "min": "129.317", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "147.936", - "max": "157.273", - "min": "147.315", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "101.508", - "max": "109.989", - "min": "100.941", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "155.409", - "max": "157.902", - "min": "155.046", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "45.377", - "max": "53.007", - "min": "44.417", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "19.558", - "max": "54.609", - "min": "17.603", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "63.235", - "max": "83.233", - "min": "62.318", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "161.576", - "max": "173.228", - "min": "98.723", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "29.199", - "max": "34.162", - "min": "28.721", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "292.843", - "max": "309.233", - "min": "280.169", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "259.675", - "max": "261.583", - "min": "259.371", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "121.591", - "max": "123.304", - "min": "121.091", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "220.131", - "max": "228.981", - "min": "218.985", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "147.561", - "max": "153.2", - "min": "147.028", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "97.778", - "max": "119.196", - "min": "95.491", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "146.415", - "max": "147.436", - "min": "145.845", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "146.075", - "max": "198.597", - "min": "140.115", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "286.319", - "max": "361.344", - "min": "275.548", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "275.662", - "max": "288.933", - "min": "265.024", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "149.085", - "max": "164.18", - "min": "138.589", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "142.358", - "max": "144.229", - "min": "142.003", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "19.756", - "max": "31.384", - "min": "18.52", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "137.308", - "max": "146.945", - "min": "135.739", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "156.888", - "max": "187.56", - "min": "154.477", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "38.151", - "max": "39.212", - "min": "37.895", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "230.235", - "max": "248.919", - "min": "218.542", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.142", - "max": "93.337", - "min": "63.899", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "87.485", - "max": "107.168", - "min": "83.117", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.496", - "max": "39.22", - "min": "21.818", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "143.827", - "max": "154.035", - "min": "143.114", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "87.353", - "max": "97.846", - "min": "86.695", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "28.691", - "max": "30.665", - "min": "28.347", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "83.554", - "max": "87.334", - "min": "83.141", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "0.021", - "max": "0.043", - "min": "0.012", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "8.254", - "max": "39.875", - "min": "6.531", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "75.357", - "max": "84.201", - "min": "74.724", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "34.899", - "max": "35.756", - "min": "34.712", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "368.073", - "max": "388.313", - "min": "357.118", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "242.728", - "max": "264.086", - "min": "241.21", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "71.046", - "max": "74.062", - "min": "70.757", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "150.758", - "max": "153.735", - "min": "150.143", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "99.178", - "max": "116.773", - "min": "96.125", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "30.837", - "max": "33.175", - "min": "30.541", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "31.154", - "max": "39.146", - "min": "30.481", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "90.931", - "max": "117.134", - "min": "89.241", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "20.263", - "max": "21.5", - "min": "19.607", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "63.42", - "max": "80.448", - "min": "62.503", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "94.247", - "max": "114.108", - "min": "91.666", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "219.04", - "max": "253.595", - "min": "215.979", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "18.999", - "max": "32.34", - "min": "18.107", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "51.329", - "max": "52.758", - "min": "51.093", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "84.193", - "max": "95.794", - "min": "83.046", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "75.623", - "max": "102.083", - "min": "73.238", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "73.263", - "max": "85.322", - "min": "71.915", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "12.862", - "max": "28.869", - "min": "11.702", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "27.254", - "max": "27.757", - "min": "27.114", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "67.352", - "max": "76.229", - "min": "66.561", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "142.499", - "max": "147.174", - "min": "142.071", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.744", - "max": "230.154", - "min": "228.181", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "16.159", - "max": "16.506", - "min": "15.94", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "459.477", - "max": "477.493", - "min": "447.785", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "110.605", - "max": "114.024", - "min": "110.178", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "26.026", - "max": "60.645", - "min": "21.447", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "22.877", - "max": "24.053", - "min": "22.625", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "277.243", - "max": "285.045", - "min": "275.816", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "213.553", - "max": "221.518", - "min": "212.907", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "192.273", - "max": "193.204", - "min": "192.026", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "15.988", - "max": "16.326", - "min": "15.766", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "223.719", - "max": "276.62", - "min": "221.459", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "473.383", - "max": "585.304", - "min": "291.286", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "260.47", - "max": "387.517", - "min": "167.722", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "265.384", - "max": "289.964", - "min": "263.057", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "159.269", - "max": "160.348", - "min": "158.986", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "36.269", - "max": "43.912", - "min": "35.611", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "44.137", - "max": "60.731", - "min": "31.954", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "38.087", - "max": "65.078", - "min": "35.183", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "114.652", - "max": "266.173", - "min": "34.272", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "132.704", - "max": "149.713", - "min": "131.552", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "136.839", - "max": "260.328", - "min": "129.821", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "132.746", - "max": "135.772", - "min": "132.344", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "126.354", - "max": "213.059", - "min": "120.52", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "25.666", - "max": "32.903", - "min": "24.838", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "256.665", - "max": "267.094", - "min": "255.212", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "201.258", - "max": "219.275", - "min": "200.215", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "89.177", - "max": "91.223", - "min": "88.826", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "18.009", - "max": "21.929", - "min": "17.499", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "3.81", - "max": "4.207", - "min": "3.596", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "33.037", - "max": "42.862", - "min": "31.985", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "206.057", - "max": "212.07", - "min": "204.224", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "51.503", - "max": "92.302", - "min": "48.767", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "26.326", - "max": "26.688", - "min": "26.026", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "43.757", - "max": "56.75", - "min": "42.233", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.384", - "max": "116.464", - "min": "38.473", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "22.354", - "max": "22.956", - "min": "22.109", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "25.585", - "max": "29.164", - "min": "25.207", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "120.174", - "max": "136.169", - "min": "119.08", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "297.167", - "max": "299.802", - "min": "296.423", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "135.976", - "max": "136.337", - "min": "135.726", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "116.31", - "max": "116.849", - "min": "115.991", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "122.216", - "max": "138.907", - "min": "108.367", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "102.147", - "max": "113.127", - "min": "101.094", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "140.503", - "max": "171.862", - "min": "137.403", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "333.873", - "max": "368.7", - "min": "320.673", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "92.784", - "max": "112.711", - "min": "91.373", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "88.885", - "max": "89.096", - "min": "88.772", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "106.67", - "max": "127.794", - "min": "104.601", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "198.809", - "max": "208.716", - "min": "197.339", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "129.852", - "max": "132.474", - "min": "129.447", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "107.763", - "max": "126.626", - "min": "106.203", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "23.777", - "max": "38.398", - "min": "22.967", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "91.118", - "max": "95.278", - "min": "90.621", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "135.905", - "max": "137.226", - "min": "135.569", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "226.31", - "max": "266.788", - "min": "219.285", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "36.178", - "max": "45.993", - "min": "35.31", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "165.26", - "max": "271.399", - "min": "159.454", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "53.782", - "max": "76.573", - "min": "52.785", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "281.189", - "max": "294.338", - "min": "280.378", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "140.362", - "max": "170.566", - "min": "138.092", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "23.278", - "max": "24.83", - "min": "22.986", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "207.846", - "max": "213.632", - "min": "207.465", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "252.028", - "max": "260.246", - "min": "251.466", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "196.97", - "max": "199.976", - "min": "196.584", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.006", - "max": "67.94", - "min": "60.495", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "211.659", - "max": "229.93", - "min": "209.674", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "29.05", - "max": "32.52", - "min": "28.736", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "21.279", - "max": "40.474", - "min": "20.458", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "109.142", - "max": "112.964", - "min": "108.654", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "235.17", - "max": "243.238", - "min": "234.443", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "102.447", - "max": "109.778", - "min": "101.978", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "99.737", - "max": "100.166", - "min": "99.445", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "121.866", - "max": "127.581", - "min": "121.348", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "121.091", - "max": "167.985", - "min": "114.932", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "92.32", - "max": "93.243", - "min": "92.011", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "150.316", - "max": "181.446", - "min": "146.213", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "132.166", - "max": "151.805", - "min": "131.28", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "161.44", - "max": "162.386", - "min": "161.222", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "134.544", - "max": "145.399", - "min": "133.449", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "105.301", - "max": "137.611", - "min": "99.697", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "98.038", - "max": "98.567", - "min": "97.873", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "97.134", - "max": "100.013", - "min": "96.874", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "123.809", - "max": "124.006", - "min": "123.62", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "149.969", - "max": "150.388", - "min": "149.703", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "114.639", - "max": "129.796", - "min": "112.665", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "127.411", - "max": "143.265", - "min": "114.128", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "107.784", - "max": "112.045", - "min": "107.449", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "149.576", - "max": "150.293", - "min": "149.29", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "134.844", - "max": "156.162", - "min": "133.847", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "128.865", - "max": "129.448", - "min": "128.409", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "96.595", - "max": "99.87", - "min": "96.154", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "263.123", - "max": "264.75", - "min": "262.757", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "111.666", - "max": "132.618", - "min": "110.32", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "117.73", - "max": "135.984", - "min": "116.755", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "118.221", - "max": "131.639", - "min": "117.07", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "105.984", - "max": "132.337", - "min": "101.733", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "146.924", - "max": "147.133", - "min": "146.69", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "92.359", - "max": "106.732", - "min": "91.438", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "91.449", - "max": "135.459", - "min": "87.734", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "102.555", - "max": "103.166", - "min": "101.711", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "218.149", - "max": "233.81", - "min": "216.935", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "21.236", - "max": "26.253", - "min": "20.407", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "368.228", - "max": "374.225", - "min": "333.614", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "253.4", - "max": "254.031", - "min": "253.193", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "100.174", - "max": "100.434", - "min": "100.037", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "245.802", - "max": "254.446", - "min": "245.284", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "97.421", - "max": "110.208", - "min": "96.731", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "123.609", - "max": "123.982", - "min": "123.399", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "165.374", - "max": "192.292", - "min": "151.473", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "94.703", - "max": "100.967", - "min": "93.46", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "100.459", - "max": "102.226", - "min": "99.997", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "39.18", - "max": "46.233", - "min": "31.809", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "27.165", - "max": "27.612", - "min": "26.997", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "247.398", - "max": "274.303", - "min": "234.245", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "22.616", - "max": "28.062", - "min": "22.039", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "114.889", - "max": "143.452", - "min": "112.697", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "15.122", - "max": "20.724", - "min": "14.249", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "116.972", - "max": "128.141", - "min": "116.302", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "150.498", - "max": "172.228", - "min": "149.036", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "49.765", - "max": "80.855", - "min": "43.915", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "116.626", - "max": "153.842", - "min": "113.082", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "123.721", - "max": "124.521", - "min": "123.123", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "84.928", - "max": "96.766", - "min": "83.6", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "254.327", - "max": "255.205", - "min": "253.883", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "183.583", - "max": "210.342", - "min": "182.273", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "166.318", - "max": "167.313", - "min": "165.956", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "137.136", - "max": "137.495", - "min": "136.965", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "96.493", - "max": "97.064", - "min": "96.315", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "131.18", - "max": "139.189", - "min": "130.668", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "19.455", - "max": "23.685", - "min": "18.77", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "27.997", - "max": "45.226", - "min": "26.579", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "151.101", - "max": "181.342", - "min": "148.121", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "102.588", - "max": "123.904", - "min": "101.295", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "25.236", - "max": "30.112", - "min": "23.784", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "152.398", - "max": "157.861", - "min": "151.557", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "26.918", - "max": "53.676", - "min": "23.972", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "111.323", - "max": "113.128", - "min": "110.94", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "251.253", - "max": "273.392", - "min": "249.488", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "117.251", - "max": "120.019", - "min": "114.483", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "96.336", - "max": "116.597", - "min": "94.67", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "100.168", - "max": "100.914", - "min": "99.963", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "182.156", - "max": "183.52", - "min": "181.864", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "116.38", - "max": "144.151", - "min": "107.498", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "133.245", - "max": "162.797", - "min": "130.937", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "217.193", - "max": "231.913", - "min": "216.092", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "185.371", - "max": "198.32", - "min": "183.766", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "33.052", - "max": "33.388", - "min": "32.847", - "id": "80", - "country": "United States", - "source_name": "Columbus", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "81": { - "name": "Detroit", - "data": { - "0": { - "avg": "142.917", - "max": "143.181", - "min": "142.776", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "245.516", - "max": "246.36", - "min": "245.168", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.724", - "max": "22.963", - "min": "22.607", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "121.844", - "max": "133.052", - "min": "120.383", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "89.615", - "max": "89.899", - "min": "89.457", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "153.857", - "max": "154.42", - "min": "153.576", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "98.067", - "max": "98.228", - "min": "97.95", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "278.207", - "max": "281.325", - "min": "277.563", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "131.918", - "max": "132.257", - "min": "131.768", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "117.676", - "max": "119.086", - "min": "117.435", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "93.729", - "max": "95.223", - "min": "93.425", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "36.362", - "max": "36.802", - "min": "36.261", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "19.209", - "max": "19.558", - "min": "19.062", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "25.193", - "max": "25.735", - "min": "24.949", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "38.231", - "max": "38.666", - "min": "38.097", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "24.429", - "max": "26.948", - "min": "23.81", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "106.63", - "max": "107.145", - "min": "106.363", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "22.113", - "max": "37.458", - "min": "20.651", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "100.715", - "max": "101.035", - "min": "100.541", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "116.009", - "max": "116.352", - "min": "115.861", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "262.62", - "max": "262.931", - "min": "262.44", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "9.211", - "max": "9.431", - "min": "9.111", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "54.401", - "max": "54.538", - "min": "54.277", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "51.544", - "max": "51.983", - "min": "51.322", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "117.305", - "max": "117.638", - "min": "117.097", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "110.455", - "max": "111.723", - "min": "110.263", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "107.85", - "max": "110.259", - "min": "107.367", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "111.614", - "max": "112.425", - "min": "111.26", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "104.097", - "max": "104.398", - "min": "103.976", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "51.813", - "max": "52.593", - "min": "51.56", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "223.145", - "max": "223.297", - "min": "223.045", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "118.368", - "max": "118.593", - "min": "118.235", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "53.678", - "max": "64.085", - "min": "53.167", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "132.145", - "max": "132.422", - "min": "131.877", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "112.252", - "max": "115.336", - "min": "111.906", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "203.301", - "max": "237.145", - "min": "201.908", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "65.248", - "max": "65.532", - "min": "65.097", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "55.652", - "max": "56.66", - "min": "55.442", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.367", - "max": "34.987", - "min": "34.132", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "20.044", - "max": "22.536", - "min": "19.768", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "231.506", - "max": "234.126", - "min": "230.978", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "91.165", - "max": "95.925", - "min": "90.614", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "130.245", - "max": "130.549", - "min": "130.107", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "122.327", - "max": "134.188", - "min": "121.7", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "228.227", - "max": "228.463", - "min": "228.124", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "131.202", - "max": "131.825", - "min": "130.771", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "124.237", - "max": "125.182", - "min": "124.015", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "88.779", - "max": "91.233", - "min": "88.392", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "159.451", - "max": "161.915", - "min": "159.212", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "42.451", - "max": "42.523", - "min": "42.39", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "23.901", - "max": "24.065", - "min": "23.717", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "51.543", - "max": "51.933", - "min": "51.173", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "101.465", - "max": "106.722", - "min": "99.317", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "19.379", - "max": "19.591", - "min": "19.118", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "245.376", - "max": "257.051", - "min": "241.748", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "237.115", - "max": "237.672", - "min": "236.915", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "108.253", - "max": "111.048", - "min": "107.372", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "222.715", - "max": "223.282", - "min": "222.556", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "146.388", - "max": "148.082", - "min": "146.08", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "98.37", - "max": "98.541", - "min": "98.25", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "157.749", - "max": "158.378", - "min": "157.359", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "148.717", - "max": "206.342", - "min": "142.756", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "247.561", - "max": "338.399", - "min": "235.44", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "256.304", - "max": "256.573", - "min": "256.17", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "140.522", - "max": "141.68", - "min": "140.301", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "127.647", - "max": "131.886", - "min": "127.342", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "19.205", - "max": "19.941", - "min": "19.009", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "130.709", - "max": "137.318", - "min": "130.03", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "148.373", - "max": "149.425", - "min": "147.811", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "32.724", - "max": "37.964", - "min": "32.322", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "189.483", - "max": "190.809", - "min": "189.202", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "58.966", - "max": "61.519", - "min": "58.57", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "82.053", - "max": "85.003", - "min": "81.737", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "26.76", - "max": "26.993", - "min": "26.603", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "130.782", - "max": "131.368", - "min": "130.662", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "87.056", - "max": "87.673", - "min": "86.846", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "23.01", - "max": "23.212", - "min": "22.804", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "45.764", - "max": "51.614", - "min": "45.328", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "6.828", - "max": "9.504", - "min": "6.531", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "0.043", - "max": "0.077", - "min": "0.029", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "58.183", - "max": "58.527", - "min": "57.962", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "39.286", - "max": "39.938", - "min": "39.038", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "250.464", - "max": "261.493", - "min": "249.874", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "233.979", - "max": "234.53", - "min": "233.782", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "44.331", - "max": "44.757", - "min": "44.219", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "154.157", - "max": "156.247", - "min": "153.844", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "98.466", - "max": "100.323", - "min": "98.098", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "29.169", - "max": "29.32", - "min": "29.083", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "15.142", - "max": "15.911", - "min": "14.95", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.02", - "max": "110.782", - "min": "100.967", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "16.908", - "max": "18.002", - "min": "16.18", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "65.752", - "max": "66.56", - "min": "65.521", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "111.075", - "max": "111.452", - "min": "110.895", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "172.87", - "max": "174.046", - "min": "172.654", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "28.803", - "max": "32.249", - "min": "28.515", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "31.837", - "max": "32.479", - "min": "31.684", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "85.266", - "max": "85.422", - "min": "85.075", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "66.466", - "max": "88.662", - "min": "65.285", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "69.445", - "max": "79.91", - "min": "63.398", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "5.711", - "max": "11.854", - "min": "5.205", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "26.106", - "max": "26.638", - "min": "25.927", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "38.856", - "max": "39.273", - "min": "38.589", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "142.095", - "max": "142.909", - "min": "141.85", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "221.293", - "max": "222.881", - "min": "220.812", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "12.77", - "max": "13.16", - "min": "12.636", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "310.262", - "max": "310.581", - "min": "309.62", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "105.855", - "max": "108.58", - "min": "105.622", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "27.118", - "max": "27.284", - "min": "27.038", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "29.606", - "max": "29.919", - "min": "29.464", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "270.433", - "max": "270.773", - "min": "270.262", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "203.202", - "max": "206.862", - "min": "202.64", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.628", - "max": "190.201", - "min": "189.426", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "20.225", - "max": "20.556", - "min": "20.087", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "254.106", - "max": "255.691", - "min": "253.797", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "460.882", - "max": "571.187", - "min": "286.799", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "229.287", - "max": "315.202", - "min": "146.445", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "270.872", - "max": "287.042", - "min": "269.544", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "149.805", - "max": "150.41", - "min": "149.607", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "27.033", - "max": "27.694", - "min": "26.826", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "28.452", - "max": "36.664", - "min": "27.802", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "27.706", - "max": "28.057", - "min": "27.445", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "125.992", - "max": "271.239", - "min": "40.82", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "128.748", - "max": "128.882", - "min": "128.639", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "129.587", - "max": "203.655", - "min": "124.117", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "125.377", - "max": "125.706", - "min": "125.157", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "119.566", - "max": "120.458", - "min": "118.768", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "20.219", - "max": "20.592", - "min": "20.101", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "246.795", - "max": "246.988", - "min": "246.533", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "197.784", - "max": "198.337", - "min": "197.59", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "75.774", - "max": "75.93", - "min": "75.621", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "11.672", - "max": "11.866", - "min": "11.554", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "12.058", - "max": "12.267", - "min": "11.946", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "16.965", - "max": "17.207", - "min": "16.891", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "231.073", - "max": "232.848", - "min": "230.452", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "38.756", - "max": "38.981", - "min": "38.65", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "20.513", - "max": "20.725", - "min": "20.309", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "40.521", - "max": "64.009", - "min": "38.937", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "34.923", - "max": "35.082", - "min": "34.825", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "21.975", - "max": "22.509", - "min": "21.774", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "17.761", - "max": "18.246", - "min": "17.595", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "120.553", - "max": "121.18", - "min": "120.345", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "243.789", - "max": "246.8", - "min": "243.133", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "133.8", - "max": "134.271", - "min": "133.577", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "111.896", - "max": "112.161", - "min": "111.658", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "100.009", - "max": "102.516", - "min": "99.762", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "99.532", - "max": "99.81", - "min": "99.335", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "133.121", - "max": "133.448", - "min": "132.996", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "263.456", - "max": "263.939", - "min": "263.329", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "87.405", - "max": "87.533", - "min": "87.276", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "86.956", - "max": "87.212", - "min": "86.774", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "100.2", - "max": "106.544", - "min": "98.842", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "160.111", - "max": "160.35", - "min": "159.911", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "126.266", - "max": "128.444", - "min": "125.977", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "103.477", - "max": "104.313", - "min": "103.122", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "23.725", - "max": "24.294", - "min": "23.5", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "55.871", - "max": "56.292", - "min": "55.548", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "122.055", - "max": "123.542", - "min": "121.729", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "217.308", - "max": "264.434", - "min": "205.819", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "31.44", - "max": "31.625", - "min": "31.312", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "171.395", - "max": "236.357", - "min": "162.56", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "51.947", - "max": "52.083", - "min": "51.83", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "360.904", - "max": "361.244", - "min": "360.444", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "121.739", - "max": "123.412", - "min": "121.453", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "20.449", - "max": "20.804", - "min": "20.313", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "189.855", - "max": "190.215", - "min": "189.617", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "242.041", - "max": "242.353", - "min": "241.828", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "179.395", - "max": "180.355", - "min": "179.161", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "78.156", - "max": "80.818", - "min": "77.889", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "285.499", - "max": "301.821", - "min": "254.659", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "28.812", - "max": "29.091", - "min": "28.622", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "15.146", - "max": "15.311", - "min": "15.051", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "97.223", - "max": "105.289", - "min": "96.664", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "244.762", - "max": "244.931", - "min": "244.649", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "91.459", - "max": "92.403", - "min": "91.31", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "103.949", - "max": "104.322", - "min": "103.737", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "120.75", - "max": "130.215", - "min": "120.126", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "106.445", - "max": "107.149", - "min": "106.336", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "88.317", - "max": "89.146", - "min": "88.075", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "153.567", - "max": "154.392", - "min": "153.344", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "135.133", - "max": "135.351", - "min": "134.998", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "151.823", - "max": "153.657", - "min": "151.516", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "127.106", - "max": "127.272", - "min": "127.002", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "94.329", - "max": "95.262", - "min": "93.971", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "99.935", - "max": "100.223", - "min": "99.801", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "147.904", - "max": "148.167", - "min": "147.762", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "115.233", - "max": "115.768", - "min": "115.09", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "153.768", - "max": "154.694", - "min": "153.408", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "114.275", - "max": "116.874", - "min": "113.56", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "133.279", - "max": "185.118", - "min": "102.714", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "85.809", - "max": "85.984", - "min": "85.653", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "159.748", - "max": "160.085", - "min": "159.551", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "122.93", - "max": "123.298", - "min": "122.683", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "158.536", - "max": "159.028", - "min": "158.106", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "88.173", - "max": "89.375", - "min": "87.933", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "238.522", - "max": "242.621", - "min": "238.145", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "114.713", - "max": "114.816", - "min": "114.594", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "110.037", - "max": "111.803", - "min": "109.816", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "124.025", - "max": "124.157", - "min": "123.838", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "132.504", - "max": "143.85", - "min": "121.093", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "147.596", - "max": "147.754", - "min": "147.459", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "91.226", - "max": "98.841", - "min": "90.577", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "88.87", - "max": "90.743", - "min": "88.424", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "91.595", - "max": "91.966", - "min": "91.36", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "251.03", - "max": "261.047", - "min": "250.488", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "22.851", - "max": "31.19", - "min": "21.445", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "240.666", - "max": "243.764", - "min": "235.443", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "216.116", - "max": "216.683", - "min": "215.965", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "98.027", - "max": "98.202", - "min": "97.86", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "243.496", - "max": "243.902", - "min": "243.294", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "65.536", - "max": "66.478", - "min": "65.292", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "117.829", - "max": "118.074", - "min": "117.636", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "159.58", - "max": "161.844", - "min": "159.276", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "88.405", - "max": "89.518", - "min": "88.11", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "93.704", - "max": "95.421", - "min": "93.304", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "14.563", - "max": "14.89", - "min": "14.436", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "38.908", - "max": "39.246", - "min": "38.769", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "255.113", - "max": "255.658", - "min": "254.918", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "23.88", - "max": "24.218", - "min": "23.76", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "107.029", - "max": "107.263", - "min": "106.728", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "13.476", - "max": "13.753", - "min": "13.363", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "111.463", - "max": "111.812", - "min": "111.358", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "143.024", - "max": "143.442", - "min": "142.865", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "47.54", - "max": "50.994", - "min": "43.955", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "106.421", - "max": "106.657", - "min": "106.232", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "136.577", - "max": "139.368", - "min": "135.72", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "94.803", - "max": "98.282", - "min": "94.014", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "200.719", - "max": "203.148", - "min": "200.21", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "129.125", - "max": "129.399", - "min": "128.898", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "168.166", - "max": "168.466", - "min": "167.969", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "130.552", - "max": "130.632", - "min": "130.458", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "104.328", - "max": "104.469", - "min": "104.231", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "123.78", - "max": "123.917", - "min": "123.695", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "29.24", - "max": "30.572", - "min": "28.857", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "28.05", - "max": "28.236", - "min": "27.923", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "143.078", - "max": "146.937", - "min": "140.937", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "104.678", - "max": "105.866", - "min": "103.778", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "29.93", - "max": "31.26", - "min": "28.792", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "154.432", - "max": "156.051", - "min": "154.16", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "17.64", - "max": "17.875", - "min": "17.484", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "93.815", - "max": "98.992", - "min": "93.461", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "235.563", - "max": "236.781", - "min": "233.637", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "115.916", - "max": "120.061", - "min": "111.771", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "93.079", - "max": "93.28", - "min": "92.946", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "103.331", - "max": "103.558", - "min": "103.198", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "181.267", - "max": "181.909", - "min": "180.952", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "106.809", - "max": "115.273", - "min": "99.662", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "120.489", - "max": "120.815", - "min": "120.279", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "216.085", - "max": "217.611", - "min": "215.621", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "201.681", - "max": "201.988", - "min": "201.458", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "15.294", - "max": "19.86", - "min": "14.551", - "id": "81", - "country": "United States", - "source_name": "Detroit", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "82": { - "name": "Portland", - "data": { - "0": { - "avg": "165.68", - "max": "165.8", - "min": "165.528", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "202.596", - "max": "203.007", - "min": "202.39", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "56.279", - "max": "56.607", - "min": "55.991", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "181.006", - "max": "187.396", - "min": "180.198", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "149.992", - "max": "150.232", - "min": "149.801", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "85.561", - "max": "85.882", - "min": "85.32", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "134.841", - "max": "135.173", - "min": "134.609", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "239.996", - "max": "244.932", - "min": "239.104", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "181.477", - "max": "181.913", - "min": "181.19", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "154.844", - "max": "156.35", - "min": "154.484", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "139.999", - "max": "140.647", - "min": "139.721", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "61.862", - "max": "62.671", - "min": "61.637", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "77.877", - "max": "78", - "min": "77.745", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "64.075", - "max": "64.604", - "min": "63.799", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "74.628", - "max": "75.117", - "min": "74.328", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "70.087", - "max": "71.005", - "min": "69.786", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "163.097", - "max": "163.567", - "min": "162.798", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "67.685", - "max": "69.016", - "min": "67.425", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "155.634", - "max": "155.918", - "min": "155.474", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "161.688", - "max": "161.957", - "min": "161.529", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "219.31", - "max": "219.467", - "min": "219.157", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "59.423", - "max": "59.625", - "min": "59.284", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "17.353", - "max": "17.666", - "min": "17.184", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "5.026", - "max": "6.85", - "min": "4.772", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "161.394", - "max": "162.831", - "min": "161.067", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "172.122", - "max": "172.301", - "min": "171.998", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "157.888", - "max": "158.578", - "min": "157.689", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "153.775", - "max": "154.054", - "min": "153.331", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "140.652", - "max": "141.055", - "min": "140.344", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "15.754", - "max": "16.04", - "min": "15.573", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "160.423", - "max": "160.686", - "min": "160.195", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "166.61", - "max": "166.754", - "min": "166.477", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "68.63", - "max": "74.599", - "min": "68.183", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "173.907", - "max": "174.277", - "min": "173.585", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "145.291", - "max": "145.948", - "min": "144.821", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "176.039", - "max": "179.026", - "min": "175.549", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "28.955", - "max": "29.289", - "min": "28.857", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "30.98", - "max": "31.2", - "min": "30.723", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "53.875", - "max": "54.148", - "min": "53.668", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "79.559", - "max": "80.417", - "min": "79.17", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "275.29", - "max": "279.782", - "min": "274.684", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "151.496", - "max": "152.185", - "min": "151.111", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "186.935", - "max": "187.115", - "min": "186.757", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "158.909", - "max": "160.015", - "min": "158.617", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "285.528", - "max": "285.88", - "min": "285.297", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "161.255", - "max": "162.032", - "min": "160.872", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "166.258", - "max": "166.704", - "min": "165.929", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "140.235", - "max": "141.74", - "min": "139.963", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "210.463", - "max": "210.769", - "min": "210.267", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "62.129", - "max": "62.397", - "min": "62.031", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "69.346", - "max": "69.543", - "min": "69.21", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "8.146", - "max": "9.976", - "min": "7.818", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "218.224", - "max": "229.569", - "min": "211.945", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.802", - "max": "38.994", - "min": "38.655", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "269.079", - "max": "277.431", - "min": "265.671", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "181.13", - "max": "181.452", - "min": "180.785", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "162.168", - "max": "163.115", - "min": "161.067", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "185.079", - "max": "185.334", - "min": "184.941", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "167.806", - "max": "172.139", - "min": "166.786", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "156.817", - "max": "157.053", - "min": "156.652", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "200.446", - "max": "201.492", - "min": "199.894", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "202.601", - "max": "268.587", - "min": "198.958", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "184.473", - "max": "256.766", - "min": "178.938", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "183.386", - "max": "184.095", - "min": "183.224", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "175.614", - "max": "175.961", - "min": "175.421", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "178.54", - "max": "184.449", - "min": "178.186", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.737", - "max": "80.163", - "min": "79.569", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "168.019", - "max": "168.392", - "min": "167.639", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "179.939", - "max": "181.344", - "min": "179.146", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "35.378", - "max": "36.485", - "min": "35.243", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "154.344", - "max": "155.318", - "min": "154.108", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "32.017", - "max": "32.304", - "min": "31.728", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "115.455", - "max": "117.666", - "min": "114.964", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "65.98", - "max": "66.296", - "min": "65.658", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "197.968", - "max": "198.569", - "min": "197.761", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "137.055", - "max": "137.267", - "min": "136.911", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "79.925", - "max": "80.109", - "min": "79.765", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "33.179", - "max": "33.481", - "min": "33.044", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "75.317", - "max": "86.599", - "min": "74.676", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "58.152", - "max": "58.663", - "min": "57.92", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "0.038", - "max": "0.056", - "min": "0.032", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "76.811", - "max": "77.568", - "min": "76.492", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "171.362", - "max": "175.387", - "min": "170.783", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "256.166", - "max": "256.677", - "min": "255.937", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "40.007", - "max": "40.204", - "min": "39.912", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "190.996", - "max": "192.505", - "min": "190.59", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "143.045", - "max": "144.586", - "min": "142.706", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "86.314", - "max": "86.497", - "min": "86.165", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "44.666", - "max": "44.881", - "min": "44.456", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "134.16", - "max": "138.541", - "min": "133.644", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "63.873", - "max": "64.603", - "min": "63.198", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "26.291", - "max": "27.791", - "min": "25.988", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "154.534", - "max": "154.799", - "min": "154.419", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "135.789", - "max": "136.353", - "min": "135.457", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "69.479", - "max": "69.712", - "min": "69.36", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "76.592", - "max": "76.755", - "min": "76.439", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "128.698", - "max": "128.953", - "min": "128.487", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "118.195", - "max": "136.794", - "min": "116.839", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "25.291", - "max": "26.088", - "min": "25.081", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "61.003", - "max": "62.779", - "min": "60.666", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "72.276", - "max": "72.48", - "min": "72.143", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "21.218", - "max": "21.506", - "min": "20.941", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "172.551", - "max": "172.926", - "min": "172.293", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "171.556", - "max": "176.427", - "min": "170.988", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "60.397", - "max": "60.615", - "min": "60.143", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "271.879", - "max": "272.241", - "min": "271.576", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "146.977", - "max": "147.119", - "min": "146.889", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "67.232", - "max": "67.488", - "min": "67.015", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "82.676", - "max": "83.033", - "min": "82.517", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "266.794", - "max": "267.074", - "min": "266.624", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "164.222", - "max": "164.5", - "min": "163.993", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "140.543", - "max": "140.702", - "min": "140.444", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "61.335", - "max": "61.614", - "min": "61.109", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "317.899", - "max": "343.03", - "min": "316.171", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "534.695", - "max": "654.288", - "min": "362.469", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "265.676", - "max": "343.094", - "min": "198.212", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "303.927", - "max": "317.309", - "min": "302.814", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "95.843", - "max": "98.407", - "min": "95.456", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "53.195", - "max": "53.526", - "min": "53.077", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "70.875", - "max": "71.948", - "min": "70.531", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "32.966", - "max": "33.782", - "min": "32.736", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "151.641", - "max": "296.543", - "min": "71.733", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "185.359", - "max": "185.768", - "min": "185.172", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "173.174", - "max": "311.492", - "min": "164.175", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "164.63", - "max": "165.005", - "min": "164.321", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "188.324", - "max": "189.205", - "min": "187.822", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "62.142", - "max": "62.532", - "min": "61.845", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "302.114", - "max": "302.734", - "min": "301.764", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "277.413", - "max": "277.991", - "min": "277.19", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "34.148", - "max": "34.434", - "min": "33.969", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "68.589", - "max": "69.437", - "min": "68.363", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "68.725", - "max": "69.072", - "min": "68.532", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "88.761", - "max": "89.104", - "min": "88.532", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "196.539", - "max": "197.985", - "min": "195.785", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "63.404", - "max": "64.93", - "min": "63.19", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "80.822", - "max": "97.164", - "min": "80.132", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "44.195", - "max": "49.373", - "min": "43.29", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "57.351", - "max": "57.478", - "min": "57.143", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "53.72", - "max": "56.415", - "min": "53.498", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "76.685", - "max": "76.857", - "min": "76.565", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "180.427", - "max": "180.713", - "min": "180.254", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "268.218", - "max": "272.393", - "min": "267.702", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "175.355", - "max": "182.242", - "min": "174.713", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "152.943", - "max": "153.313", - "min": "152.503", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "67.653", - "max": "78.429", - "min": "67.102", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "151.13", - "max": "151.753", - "min": "150.797", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "178.089", - "max": "190.496", - "min": "177.435", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "258.678", - "max": "259.92", - "min": "254.8", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "128.178", - "max": "129.342", - "min": "127.864", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "137.596", - "max": "137.987", - "min": "137.379", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "141.711", - "max": "156.398", - "min": "139.747", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "104.815", - "max": "105.055", - "min": "104.575", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "161.811", - "max": "162.279", - "min": "161.387", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "154.785", - "max": "156.638", - "min": "154.148", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "65.523", - "max": "69.745", - "min": "65.137", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "12.17", - "max": "12.535", - "min": "11.886", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "177.071", - "max": "179.27", - "min": "176.519", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "172.625", - "max": "212.017", - "min": "164.619", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "38.227", - "max": "38.437", - "min": "38.035", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "213.75", - "max": "283.863", - "min": "208.078", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "100.539", - "max": "100.805", - "min": "100.382", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "317.636", - "max": "317.943", - "min": "317.01", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "177.774", - "max": "177.911", - "min": "177.61", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "69.21", - "max": "70.281", - "min": "68.993", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "240.191", - "max": "240.513", - "min": "239.901", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "283.261", - "max": "283.678", - "min": "283.039", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "219.398", - "max": "219.606", - "min": "219.201", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "78.433", - "max": "78.739", - "min": "78.272", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "155.176", - "max": "157.66", - "min": "154.17", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "75.609", - "max": "75.814", - "min": "75.529", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "67.591", - "max": "67.965", - "min": "67.427", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "156.921", - "max": "161.353", - "min": "156.309", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "281.542", - "max": "281.787", - "min": "281.327", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "137.643", - "max": "139.573", - "min": "137.301", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "169.984", - "max": "170.631", - "min": "169.732", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "168.046", - "max": "181.384", - "min": "167.453", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "166.339", - "max": "166.541", - "min": "166.196", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "147.484", - "max": "148.247", - "min": "147.155", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "198.136", - "max": "198.728", - "min": "197.97", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "199.598", - "max": "199.774", - "min": "199.464", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "188.315", - "max": "191.716", - "min": "187.916", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "195.585", - "max": "196.037", - "min": "195.41", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "134.205", - "max": "135.855", - "min": "133.775", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "150.964", - "max": "151.208", - "min": "150.841", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "150.416", - "max": "150.62", - "min": "150.248", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "149.139", - "max": "149.386", - "min": "148.775", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "183.758", - "max": "184.044", - "min": "183.322", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "175.356", - "max": "185.261", - "min": "173.944", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "165.502", - "max": "223.878", - "min": "141.834", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "135.06", - "max": "135.153", - "min": "134.984", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "186.545", - "max": "187.269", - "min": "186.191", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "161.569", - "max": "164.482", - "min": "161.117", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "182.226", - "max": "182.856", - "min": "181.679", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "149.381", - "max": "150.491", - "min": "148.909", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "173.242", - "max": "190.317", - "min": "172.341", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "177.174", - "max": "177.423", - "min": "176.95", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "160.657", - "max": "160.923", - "min": "160.424", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "164.456", - "max": "164.8", - "min": "164.211", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "166.93", - "max": "173.778", - "min": "165.307", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "204.095", - "max": "204.316", - "min": "203.89", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "154.726", - "max": "156.417", - "min": "154.44", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "156.515", - "max": "159.27", - "min": "155.501", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "146.219", - "max": "146.576", - "min": "145.981", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "174.261", - "max": "179.526", - "min": "173.985", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "74.117", - "max": "76.329", - "min": "73.611", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "200.647", - "max": "200.84", - "min": "200.351", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "262.155", - "max": "262.41", - "min": "262", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "137.816", - "max": "138.028", - "min": "137.553", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "285.642", - "max": "287.326", - "min": "285.311", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "31.147", - "max": "31.425", - "min": "30.903", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "167.994", - "max": "168.416", - "min": "167.781", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "214.783", - "max": "215.568", - "min": "214.573", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "145.777", - "max": "146.675", - "min": "145.407", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "135.578", - "max": "138.611", - "min": "134.985", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "48.946", - "max": "49.201", - "min": "48.728", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "77.586", - "max": "77.936", - "min": "77.378", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "227.424", - "max": "227.737", - "min": "227.187", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "83.6", - "max": "83.852", - "min": "83.475", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "148.175", - "max": "148.464", - "min": "147.85", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "73.206", - "max": "73.391", - "min": "73.049", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "149.76", - "max": "150.096", - "min": "149.337", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "183.944", - "max": "186.113", - "min": "183.539", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "87.1", - "max": "90.206", - "min": "83.858", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "145.19", - "max": "145.488", - "min": "144.868", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "178.6", - "max": "179.405", - "min": "177.924", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "122.173", - "max": "135.683", - "min": "120.787", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "233.461", - "max": "234.56", - "min": "232.875", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "85.958", - "max": "86.73", - "min": "85.733", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "246.468", - "max": "247.282", - "min": "246.201", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "189.695", - "max": "189.861", - "min": "189.505", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "144.636", - "max": "144.905", - "min": "144.409", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "215.723", - "max": "215.926", - "min": "215.565", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "75.194", - "max": "78.583", - "min": "74.587", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "71.142", - "max": "71.44", - "min": "70.864", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "201.177", - "max": "205.461", - "min": "199.476", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "159.704", - "max": "163.244", - "min": "159.34", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "73.036", - "max": "75.199", - "min": "71.835", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "200.426", - "max": "201.267", - "min": "200.16", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "40.181", - "max": "40.579", - "min": "39.853", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "140.924", - "max": "145.217", - "min": "140.453", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "181.944", - "max": "182.965", - "min": "179.734", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "158.498", - "max": "158.498", - "min": "158.498", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "131.601", - "max": "131.949", - "min": "131.38", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "144.113", - "max": "144.33", - "min": "143.86", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "237.542", - "max": "315.547", - "min": "234.707", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "165.432", - "max": "174.335", - "min": "157.184", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "172.29", - "max": "172.451", - "min": "172.108", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "223.687", - "max": "224.615", - "min": "223.376", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "211.856", - "max": "212.502", - "min": "211.51", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "72.397", - "max": "72.778", - "min": "72.271", - "id": "82", - "country": "United States", - "source_name": "Portland", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "83": { - "name": "Halifax", - "data": { - "0": { - "avg": "178.004", - "max": "179.01", - "min": "177.721", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "266.937", - "max": "267.211", - "min": "266.726", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "27.749", - "max": "27.997", - "min": "27.553", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "113.671", - "max": "118.278", - "min": "113.182", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "90.25", - "max": "90.872", - "min": "89.968", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "155.088", - "max": "156.089", - "min": "154.656", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "93.669", - "max": "95.886", - "min": "93.302", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "305.332", - "max": "327.121", - "min": "303.659", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "145.287", - "max": "146.331", - "min": "145.005", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "113.04", - "max": "113.794", - "min": "112.65", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "88.773", - "max": "89.745", - "min": "88.449", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "54.535", - "max": "56.635", - "min": "54.101", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "18.437", - "max": "19.329", - "min": "18.205", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "15.288", - "max": "16.191", - "min": "14.998", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "49.946", - "max": "50.542", - "min": "49.562", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "38.231", - "max": "41.041", - "min": "37.742", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "116.78", - "max": "117.206", - "min": "116.514", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "34.083", - "max": "36.646", - "min": "33.519", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "84.954", - "max": "85.439", - "min": "84.659", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "107.228", - "max": "110.474", - "min": "106.914", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "282.747", - "max": "283.209", - "min": "282.521", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "35.139", - "max": "35.787", - "min": "34.896", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "77.998", - "max": "79.418", - "min": "77.673", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "74.165", - "max": "78.027", - "min": "73.631", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "122.12", - "max": "123.96", - "min": "121.743", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "105.238", - "max": "105.849", - "min": "104.87", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "104.994", - "max": "108.924", - "min": "104.52", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "116.612", - "max": "117.47", - "min": "116.274", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "107.105", - "max": "107.701", - "min": "106.697", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "81.982", - "max": "83.068", - "min": "81.558", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "244.725", - "max": "245.137", - "min": "244.509", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "115.057", - "max": "115.955", - "min": "114.724", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "84.853", - "max": "97.003", - "min": "83.952", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "121.985", - "max": "123.024", - "min": "121.711", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "104.865", - "max": "107.536", - "min": "104.371", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "232.685", - "max": "233.519", - "min": "232.393", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "79.36", - "max": "80.561", - "min": "79.089", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "77.247", - "max": "77.662", - "min": "76.916", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "53.364", - "max": "54.018", - "min": "52.996", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "24.601", - "max": "25.166", - "min": "24.347", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.333", - "max": "240.539", - "min": "233.798", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "93.683", - "max": "94.368", - "min": "93.377", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "129.798", - "max": "130.664", - "min": "129.399", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "125.968", - "max": "126.234", - "min": "125.707", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "230.768", - "max": "231.232", - "min": "230.609", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "108.653", - "max": "109.206", - "min": "108.04", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "128.257", - "max": "129.057", - "min": "127.932", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "100.251", - "max": "101.412", - "min": "99.935", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "179.452", - "max": "181.145", - "min": "179.066", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "57.265", - "max": "57.65", - "min": "57.128", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "16.052", - "max": "16.334", - "min": "15.783", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "77.716", - "max": "78.126", - "min": "77.4", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "151.876", - "max": "175.638", - "min": "101.519", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "45.681", - "max": "46.457", - "min": "45.383", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "270.559", - "max": "293.16", - "min": "265.103", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "250.634", - "max": "252.801", - "min": "250.106", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "116.073", - "max": "118.978", - "min": "114.872", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "223.144", - "max": "223.43", - "min": "222.847", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "114.269", - "max": "115.477", - "min": "113.704", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "96.849", - "max": "97.76", - "min": "96.476", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "135.865", - "max": "136.804", - "min": "135.523", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "137.371", - "max": "188.574", - "min": "132.129", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "250.342", - "max": "318.768", - "min": "242.562", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "253.962", - "max": "254.614", - "min": "253.737", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "122.659", - "max": "123.32", - "min": "122.418", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "125.763", - "max": "127.899", - "min": "125.242", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "19.95", - "max": "22.757", - "min": "19.623", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "125.829", - "max": "136.801", - "min": "124.761", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "154.573", - "max": "155.923", - "min": "153.891", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "67.391", - "max": "68.178", - "min": "67.172", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "219.285", - "max": "221.066", - "min": "218.866", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "79.75", - "max": "80.447", - "min": "79.35", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "98.162", - "max": "108.006", - "min": "96.62", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "43.812", - "max": "45.56", - "min": "43.385", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "123.458", - "max": "126.378", - "min": "122.75", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "89.54", - "max": "89.75", - "min": "89.307", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "33.489", - "max": "34.123", - "min": "33.272", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "80.071", - "max": "81.99", - "min": "79.76", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "35.329", - "max": "44.009", - "min": "34.648", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "39.373", - "max": "42.107", - "min": "39.045", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "76.853", - "max": "77.891", - "min": "76.574", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "0.054", - "max": "0.085", - "min": "0.023", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "278.637", - "max": "284.68", - "min": "277.361", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.966", - "max": "240.722", - "min": "239.671", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "64.553", - "max": "65.603", - "min": "64.313", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "133.162", - "max": "134.53", - "min": "132.772", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "85.227", - "max": "85.934", - "min": "84.841", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "50.872", - "max": "51.484", - "min": "50.654", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "41.667", - "max": "42.298", - "min": "41.393", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "88.052", - "max": "96.789", - "min": "87.141", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "44.56", - "max": "45.846", - "min": "43.896", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "83.664", - "max": "84.25", - "min": "83.314", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "99.419", - "max": "100.317", - "min": "99.086", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "207.216", - "max": "207.8", - "min": "206.992", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "25.264", - "max": "26.44", - "min": "24.906", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "50.955", - "max": "53.179", - "min": "50.608", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "93.465", - "max": "94.961", - "min": "93.084", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "78.54", - "max": "85.132", - "min": "76.94", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "95.13", - "max": "104.98", - "min": "90.819", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "35.82", - "max": "41.419", - "min": "35.19", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "44.017", - "max": "46.597", - "min": "43.689", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "85.652", - "max": "86.387", - "min": "85.248", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "130.247", - "max": "130.774", - "min": "129.861", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "259.091", - "max": "261.021", - "min": "258.25", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "40.595", - "max": "41.121", - "min": "40.273", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "335.113", - "max": "336.34", - "min": "334.3", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "109.783", - "max": "110.552", - "min": "109.474", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "22.937", - "max": "24.559", - "min": "22.635", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "36.561", - "max": "37.291", - "min": "36.368", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "227.276", - "max": "231.207", - "min": "226.897", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.017", - "max": "249.633", - "min": "248.651", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "198.079", - "max": "198.906", - "min": "197.459", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "20.781", - "max": "21.139", - "min": "20.48", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "246.427", - "max": "247.034", - "min": "246.121", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "444.312", - "max": "560.919", - "min": "256.65", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "247.551", - "max": "371.668", - "min": "155.144", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "247.375", - "max": "269.217", - "min": "245.61", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "171.846", - "max": "172.44", - "min": "171.508", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "61.159", - "max": "62.449", - "min": "60.936", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "49.315", - "max": "50.024", - "min": "48.851", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "55.988", - "max": "56.762", - "min": "55.639", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "122.934", - "max": "273.286", - "min": "46.292", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "129.814", - "max": "131.776", - "min": "129.589", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "115.919", - "max": "122.337", - "min": "114.955", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "127.755", - "max": "128.307", - "min": "127.31", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "110.698", - "max": "112.404", - "min": "110.074", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "18.666", - "max": "24.053", - "min": "18.032", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "247.046", - "max": "247.921", - "min": "246.671", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "188.588", - "max": "188.908", - "min": "188.37", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "103.95", - "max": "105.816", - "min": "103.496", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "50.524", - "max": "50.807", - "min": "50.289", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "37.616", - "max": "38.205", - "min": "37.277", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "44.679", - "max": "45.183", - "min": "44.523", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "265.467", - "max": "266.898", - "min": "264.882", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "65.207", - "max": "69.174", - "min": "64.767", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "24.02", - "max": "24.434", - "min": "23.732", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "67.651", - "max": "74.361", - "min": "66.613", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "58.678", - "max": "59.179", - "min": "58.353", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "54.114", - "max": "55.003", - "min": "53.763", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "24.803", - "max": "45.845", - "min": "23.613", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "112.566", - "max": "115.07", - "min": "112.13", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "256.778", - "max": "257.438", - "min": "256.334", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "135.493", - "max": "143.954", - "min": "134.72", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "115.512", - "max": "115.846", - "min": "115.25", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "128.495", - "max": "137.178", - "min": "127.898", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "96.561", - "max": "97.579", - "min": "96.292", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "111.035", - "max": "117.239", - "min": "110.217", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "219.908", - "max": "220.858", - "min": "219.618", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "87.868", - "max": "88.341", - "min": "87.641", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "88.897", - "max": "89.236", - "min": "88.672", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "93.136", - "max": "106.603", - "min": "91.226", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "171.369", - "max": "173.779", - "min": "171.041", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "108.236", - "max": "110.205", - "min": "107.85", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "108.079", - "max": "109.248", - "min": "107.709", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "28.443", - "max": "28.831", - "min": "28.202", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "80.398", - "max": "82.576", - "min": "80.081", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "123.378", - "max": "125.639", - "min": "122.878", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "254.129", - "max": "298.222", - "min": "244.607", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "53.669", - "max": "56.74", - "min": "53.228", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "180.544", - "max": "262.054", - "min": "171.892", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "54.847", - "max": "62.465", - "min": "54.1", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.983", - "max": "382.397", - "min": "381.582", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "112.188", - "max": "114.407", - "min": "111.979", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "17.974", - "max": "23.226", - "min": "17.572", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "187.921", - "max": "188.34", - "min": "187.74", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "243.499", - "max": "243.856", - "min": "243.17", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "164.743", - "max": "165.698", - "min": "164.53", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "91.217", - "max": "92.997", - "min": "90.945", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "272.196", - "max": "282.39", - "min": "255.348", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "27.54", - "max": "28.155", - "min": "27.32", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "31.754", - "max": "32.28", - "min": "31.468", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "106.062", - "max": "108.448", - "min": "105.564", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "238.684", - "max": "239.286", - "min": "238.389", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "94.534", - "max": "95.455", - "min": "94.25", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "108.052", - "max": "109.234", - "min": "107.761", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "115.651", - "max": "116.58", - "min": "115.358", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "105.22", - "max": "105.884", - "min": "104.917", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "91.039", - "max": "91.661", - "min": "90.696", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "141.629", - "max": "142.906", - "min": "141.308", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "121.572", - "max": "122.002", - "min": "121.332", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "135.839", - "max": "136.418", - "min": "135.602", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "130.414", - "max": "131.295", - "min": "130.213", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "93.507", - "max": "95.979", - "min": "93.072", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "105.346", - "max": "106.062", - "min": "105.105", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "97.129", - "max": "97.643", - "min": "96.9", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "108.961", - "max": "110.803", - "min": "108.564", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "141.84", - "max": "142.55", - "min": "141.472", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "107.961", - "max": "135.121", - "min": "105.343", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "109.658", - "max": "150.445", - "min": "89.845", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "89.531", - "max": "89.771", - "min": "89.311", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "162.292", - "max": "162.699", - "min": "162.033", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "121.492", - "max": "137.339", - "min": "120.49", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "133.529", - "max": "136.328", - "min": "133.038", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "91.542", - "max": "95.287", - "min": "91.084", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "265.312", - "max": "265.767", - "min": "265.096", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "114.603", - "max": "115.735", - "min": "114.335", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "99.201", - "max": "100.047", - "min": "98.912", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "124.087", - "max": "124.395", - "min": "123.818", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "105.942", - "max": "111.272", - "min": "104.215", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "143.848", - "max": "144.267", - "min": "143.64", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "83.872", - "max": "92.681", - "min": "82.728", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "92.351", - "max": "93.061", - "min": "92.145", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "92.958", - "max": "93.672", - "min": "92.649", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "238.649", - "max": "248.953", - "min": "236.229", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "19.789", - "max": "26.329", - "min": "18.977", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "270.916", - "max": "274.209", - "min": "267.45", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "287.013", - "max": "287.512", - "min": "286.739", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "100.52", - "max": "101.065", - "min": "100.259", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "225.093", - "max": "229.65", - "min": "222.863", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "96.29", - "max": "96.73", - "min": "96.006", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "106.111", - "max": "106.732", - "min": "105.761", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "151.519", - "max": "152.131", - "min": "151.227", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "90.278", - "max": "92.269", - "min": "89.797", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "94.464", - "max": "95.53", - "min": "93.958", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "41.022", - "max": "41.489", - "min": "40.707", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "58.484", - "max": "58.763", - "min": "58.253", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "243.309", - "max": "246.878", - "min": "242.831", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "25.789", - "max": "26.578", - "min": "25.575", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "107.411", - "max": "107.722", - "min": "107.146", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "25.324", - "max": "27.011", - "min": "25.09", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "108.469", - "max": "111.867", - "min": "108.146", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "168.681", - "max": "536.235", - "min": "142.85", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "62.67", - "max": "66.62", - "min": "58.869", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "104.572", - "max": "104.966", - "min": "104.321", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "125.754", - "max": "129.602", - "min": "125.002", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "84.874", - "max": "90.399", - "min": "83.435", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "170.643", - "max": "171.607", - "min": "170.106", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "159.866", - "max": "160.461", - "min": "159.49", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "176.003", - "max": "176.767", - "min": "175.753", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "130.322", - "max": "132.227", - "min": "129.987", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "93.361", - "max": "95.87", - "min": "93.034", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "136", - "max": "136.325", - "min": "135.837", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "19.391", - "max": "20.063", - "min": "18.954", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "31.087", - "max": "31.855", - "min": "30.733", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "148.15", - "max": "152.537", - "min": "146.397", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "117.995", - "max": "119.904", - "min": "116.976", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "23.571", - "max": "25.258", - "min": "22.46", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "140.515", - "max": "142.078", - "min": "140.177", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "44.051", - "max": "44.473", - "min": "43.815", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "90.754", - "max": "91.511", - "min": "90.345", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "258.377", - "max": "260.863", - "min": "247.674", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "117.925", - "max": "117.925", - "min": "117.925", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "80.69", - "max": "81.04", - "min": "80.475", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "102.901", - "max": "111.88", - "min": "102.332", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "183.194", - "max": "185.639", - "min": "182.655", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "111.806", - "max": "121.678", - "min": "103.76", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "116.378", - "max": "116.847", - "min": "116.045", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "248.134", - "max": "249.946", - "min": "247.506", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "176.653", - "max": "177.458", - "min": "176.202", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "47.031", - "max": "48.484", - "min": "46.719", - "id": "83", - "country": "Canada", - "source_name": "Halifax", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "86": { - "name": "Salt Lake City", - "data": { - "0": { - "avg": "141.844", - "max": "142.081", - "min": "141.693", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "176.927", - "max": "180.708", - "min": "176.554", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "51.685", - "max": "53.421", - "min": "51.514", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "166.302", - "max": "173.669", - "min": "165.56", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "152.851", - "max": "153.137", - "min": "152.681", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "138.895", - "max": "139.228", - "min": "138.754", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "126.396", - "max": "126.568", - "min": "126.242", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "184.818", - "max": "187.883", - "min": "184.342", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "179.762", - "max": "180.101", - "min": "179.561", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "141.102", - "max": "141.659", - "min": "140.917", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "127.69", - "max": "133.793", - "min": "127.28", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "35.246", - "max": "35.628", - "min": "35.124", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "51.197", - "max": "51.306", - "min": "51.116", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "57.298", - "max": "58.403", - "min": "57.119", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "85.577", - "max": "85.678", - "min": "85.469", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "57.053", - "max": "57.782", - "min": "56.809", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "164.565", - "max": "164.972", - "min": "164.335", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "68.687", - "max": "79.833", - "min": "64.225", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "150.237", - "max": "150.423", - "min": "150.118", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "148.127", - "max": "148.19", - "min": "148.034", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "181.033", - "max": "184.151", - "min": "180.843", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "51.802", - "max": "51.875", - "min": "51.719", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "69.349", - "max": "69.508", - "min": "69.235", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "39.868", - "max": "40.569", - "min": "39.687", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "158.979", - "max": "160.166", - "min": "158.742", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "130.511", - "max": "130.623", - "min": "130.409", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "162.992", - "max": "164.048", - "min": "162.805", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "155.091", - "max": "156.589", - "min": "154.737", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "124.325", - "max": "124.438", - "min": "124.241", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "23.977", - "max": "24.743", - "min": "23.784", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "250.097", - "max": "250.239", - "min": "249.964", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "149.328", - "max": "149.509", - "min": "149.223", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "92.918", - "max": "93.063", - "min": "92.756", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "160.698", - "max": "161.045", - "min": "160.58", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "149.598", - "max": "152.585", - "min": "149.331", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.487", - "max": "188.625", - "min": "186.211", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "28.024", - "max": "28.106", - "min": "27.959", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "75.816", - "max": "76.492", - "min": "75.646", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "47.532", - "max": "47.976", - "min": "47.342", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "62.675", - "max": "66.603", - "min": "62.273", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "280.385", - "max": "287.673", - "min": "279.659", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "143.098", - "max": "144.361", - "min": "142.686", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "154.156", - "max": "154.355", - "min": "154.005", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "163.03", - "max": "167.163", - "min": "162.516", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "316.413", - "max": "320.509", - "min": "316.15", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "151.966", - "max": "152.553", - "min": "151.464", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "148.711", - "max": "149.888", - "min": "148.522", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "115.994", - "max": "116.31", - "min": "115.879", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "186.887", - "max": "187.327", - "min": "186.75", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "51.627", - "max": "51.814", - "min": "51.504", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "56.7", - "max": "57.1", - "min": "56.599", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "76.034", - "max": "76.306", - "min": "75.838", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "127.543", - "max": "214.974", - "min": "122.015", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "21.026", - "max": "21.205", - "min": "20.951", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "249.613", - "max": "258.708", - "min": "246.49", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "222.565", - "max": "222.93", - "min": "222.356", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "149.937", - "max": "152.418", - "min": "148.873", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "189.898", - "max": "190.256", - "min": "189.771", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "186.892", - "max": "187.155", - "min": "186.764", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "149.718", - "max": "149.877", - "min": "149.619", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "192.335", - "max": "196.285", - "min": "188.806", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "187.631", - "max": "233.872", - "min": "181.976", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "204.974", - "max": "217.927", - "min": "204.053", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "252.163", - "max": "252.292", - "min": "252.067", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "179.251", - "max": "181.923", - "min": "173.817", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "164.201", - "max": "167.693", - "min": "163.952", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "68.472", - "max": "68.887", - "min": "68.344", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "161.095", - "max": "173.535", - "min": "159.216", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "182.989", - "max": "184.391", - "min": "182.156", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "66.198", - "max": "66.404", - "min": "66.105", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "161.509", - "max": "162.391", - "min": "161.323", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "24.957", - "max": "25.305", - "min": "24.789", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "107.291", - "max": "107.479", - "min": "107.186", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "65.202", - "max": "65.32", - "min": "65.118", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "158.299", - "max": "158.853", - "min": "158.143", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "121.777", - "max": "122.02", - "min": "121.661", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "64.036", - "max": "64.15", - "min": "63.897", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "28.915", - "max": "34.02", - "min": "28.665", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "71.291", - "max": "80.763", - "min": "70.712", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "44.301", - "max": "44.556", - "min": "44.122", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "39.987", - "max": "40.2", - "min": "39.82", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "64.515", - "max": "64.977", - "min": "64.338", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "276.245", - "max": "279.899", - "min": "275.912", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "266.924", - "max": "267.454", - "min": "266.717", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "0.034", - "max": "0.088", - "min": "0.026", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "175.322", - "max": "176.376", - "min": "174.822", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "145.272", - "max": "145.616", - "min": "145.054", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "81.19", - "max": "81.32", - "min": "81.068", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "26.699", - "max": "27.176", - "min": "26.522", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "117.046", - "max": "118.219", - "min": "116.856", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "56.076", - "max": "57.712", - "min": "55.451", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "27.792", - "max": "32.736", - "min": "27.405", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "150.349", - "max": "150.485", - "min": "150.281", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "239.579", - "max": "243.024", - "min": "239.338", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "50.96", - "max": "51.687", - "min": "50.743", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "79.103", - "max": "81.384", - "min": "78.667", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "108.812", - "max": "109.108", - "min": "108.619", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "118.627", - "max": "120.281", - "min": "118.084", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "26.767", - "max": "26.922", - "min": "26.672", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "52.639", - "max": "55.264", - "min": "52.266", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "64.132", - "max": "64.24", - "min": "64.047", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "67.868", - "max": "70.779", - "min": "67.671", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "192.524", - "max": "193.387", - "min": "192.364", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "196.915", - "max": "200.839", - "min": "196.237", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "52.166", - "max": "52.626", - "min": "51.977", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "164.919", - "max": "167.017", - "min": "164.538", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "131.45", - "max": "132.138", - "min": "131.314", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "66.135", - "max": "68.535", - "min": "62.419", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "58.922", - "max": "60.098", - "min": "58.749", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "303.666", - "max": "304.251", - "min": "303.517", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "270.466", - "max": "270.905", - "min": "270.274", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "197.228", - "max": "197.336", - "min": "197.126", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "49.17", - "max": "49.281", - "min": "49.064", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "250.602", - "max": "255.447", - "min": "250.105", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "479.52", - "max": "597.636", - "min": "301.696", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "278.026", - "max": "379.166", - "min": "202.144", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "286.578", - "max": "300.439", - "min": "285.579", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "141.054", - "max": "145.201", - "min": "140.574", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "49.552", - "max": "49.674", - "min": "49.444", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "81.841", - "max": "82.854", - "min": "81.628", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "52.074", - "max": "53.485", - "min": "51.855", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "172.294", - "max": "333.936", - "min": "74.814", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "185.035", - "max": "185.465", - "min": "184.912", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "165.96", - "max": "361.773", - "min": "153.213", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "153.604", - "max": "153.724", - "min": "153.523", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "165.308", - "max": "166.14", - "min": "164.93", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "49.777", - "max": "52.971", - "min": "49.523", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "263.417", - "max": "263.79", - "min": "263.224", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "241.728", - "max": "242.405", - "min": "241.54", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "75.936", - "max": "78.36", - "min": "75.73", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "74.673", - "max": "74.886", - "min": "74.553", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "72.259", - "max": "72.458", - "min": "72.105", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "61.397", - "max": "61.596", - "min": "61.308", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "177.706", - "max": "179.825", - "min": "176.931", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "57.087", - "max": "57.343", - "min": "56.962", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "72.609", - "max": "73.44", - "min": "72.36", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "46.46", - "max": "50.651", - "min": "45.721", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "42.297", - "max": "42.406", - "min": "42.22", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "29.074", - "max": "29.195", - "min": "29.005", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "72.283", - "max": "72.44", - "min": "72.181", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "165.865", - "max": "166.316", - "min": "165.731", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "257.616", - "max": "263.226", - "min": "256.728", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "159.821", - "max": "160.162", - "min": "159.662", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "155.669", - "max": "155.86", - "min": "155.44", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "61.117", - "max": "71.694", - "min": "60.331", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "143.02", - "max": "143.409", - "min": "142.742", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "150.166", - "max": "154.511", - "min": "149.892", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "259.393", - "max": "259.596", - "min": "259.32", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "132.425", - "max": "133.114", - "min": "132.306", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "116.697", - "max": "116.811", - "min": "116.603", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "128.354", - "max": "136.408", - "min": "126.432", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "169.969", - "max": "170.098", - "min": "169.872", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "172.936", - "max": "177.237", - "min": "172.626", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "153.659", - "max": "177.298", - "min": "151.382", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "62.871", - "max": "64.587", - "min": "62.684", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "62.227", - "max": "62.809", - "min": "62.075", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "175.728", - "max": "176.065", - "min": "175.514", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "181.948", - "max": "219.39", - "min": "174.131", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "71.847", - "max": "72.046", - "min": "71.748", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "197.804", - "max": "299.755", - "min": "192.363", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "101.883", - "max": "102.067", - "min": "101.782", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "442.721", - "max": "443.264", - "min": "442.388", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "147.644", - "max": "147.928", - "min": "147.498", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "48.145", - "max": "48.657", - "min": "47.981", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "245.585", - "max": "245.73", - "min": "245.472", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "276.024", - "max": "276.117", - "min": "275.916", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "219.001", - "max": "219.862", - "min": "218.837", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "69.514", - "max": "69.674", - "min": "69.399", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "287.281", - "max": "298.634", - "min": "266.6", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "60.161", - "max": "60.276", - "min": "60.072", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "44.248", - "max": "44.324", - "min": "44.172", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "133.81", - "max": "134.912", - "min": "133.598", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "290.77", - "max": "290.964", - "min": "290.632", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "142.593", - "max": "143.104", - "min": "142.481", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "159.837", - "max": "160.2", - "min": "159.561", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "147.442", - "max": "160.666", - "min": "146.826", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "153.768", - "max": "158.984", - "min": "153.522", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "140.355", - "max": "144.19", - "min": "139.956", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "177.527", - "max": "178.145", - "min": "177.359", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "200.293", - "max": "200.386", - "min": "200.182", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "175.218", - "max": "176.23", - "min": "175.052", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "170.158", - "max": "170.311", - "min": "170.01", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "120.542", - "max": "122.715", - "min": "120.292", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "128.135", - "max": "128.385", - "min": "128.029", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "140.308", - "max": "140.385", - "min": "140.242", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "158.531", - "max": "158.669", - "min": "158.401", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "167.883", - "max": "168.219", - "min": "167.617", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "162.671", - "max": "174.25", - "min": "161.284", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "161.823", - "max": "220.905", - "min": "132.576", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "128.089", - "max": "129.424", - "min": "127.945", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "179.706", - "max": "180.477", - "min": "179.545", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "148.294", - "max": "148.55", - "min": "148.1", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "175.131", - "max": "175.534", - "min": "174.733", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "140.435", - "max": "168.936", - "min": "139.004", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.047", - "max": "214.204", - "min": "213.931", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "138.662", - "max": "139.028", - "min": "138.56", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "171.833", - "max": "174.551", - "min": "165.704", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "170.782", - "max": "170.903", - "min": "170.668", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "118.442", - "max": "127.077", - "min": "116.509", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "193.457", - "max": "193.603", - "min": "193.3", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "122.41", - "max": "135.619", - "min": "121.252", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "151.204", - "max": "151.389", - "min": "151.072", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "145.353", - "max": "145.64", - "min": "145.175", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "179.44", - "max": "191.252", - "min": "177.393", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "52.738", - "max": "56.147", - "min": "52.099", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "257.759", - "max": "259.814", - "min": "251.613", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "290.872", - "max": "291.76", - "min": "290.707", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "127.965", - "max": "128.037", - "min": "127.881", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "266.24", - "max": "266.905", - "min": "266.042", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "33.976", - "max": "35.907", - "min": "33.679", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "167.003", - "max": "168.827", - "min": "161.731", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "196.332", - "max": "196.583", - "min": "196.176", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "137.626", - "max": "139.346", - "min": "137.138", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "138.335", - "max": "139.3", - "min": "138.114", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "64.977", - "max": "65.106", - "min": "64.89", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "82.046", - "max": "82.314", - "min": "81.969", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "292.634", - "max": "296.586", - "min": "287.589", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "67.062", - "max": "67.359", - "min": "66.909", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "148.251", - "max": "149.565", - "min": "148.074", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "72.337", - "max": "72.539", - "min": "72.242", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "154.463", - "max": "154.58", - "min": "154.361", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "190.519", - "max": "199.877", - "min": "190.055", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "84.324", - "max": "87.925", - "min": "81.367", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "135.691", - "max": "135.851", - "min": "135.58", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "179.787", - "max": "182.536", - "min": "178.938", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "104.89", - "max": "117.235", - "min": "103.237", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "226.939", - "max": "228.005", - "min": "226.514", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "204.369", - "max": "204.611", - "min": "204.249", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "224.196", - "max": "224.576", - "min": "224.008", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "179.645", - "max": "179.793", - "min": "179.53", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "128.484", - "max": "128.859", - "min": "128.361", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "176.49", - "max": "176.684", - "min": "176.397", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "59.714", - "max": "62.885", - "min": "59.119", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "63.998", - "max": "64.227", - "min": "63.85", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "192.54", - "max": "197.047", - "min": "190.815", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "136.254", - "max": "137.368", - "min": "135.753", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "54.419", - "max": "56.269", - "min": "53.289", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "180.06", - "max": "181.016", - "min": "179.91", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "52.237", - "max": "52.609", - "min": "52.075", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "130.859", - "max": "137.395", - "min": "130.547", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "236.434", - "max": "236.587", - "min": "236.313", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "148.447", - "max": "148.447", - "min": "148.447", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "122.218", - "max": "122.847", - "min": "122.125", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "128.359", - "max": "128.424", - "min": "128.275", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "227.514", - "max": "237.794", - "min": "227.019", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "156.174", - "max": "167.659", - "min": "149.502", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "142.764", - "max": "142.877", - "min": "142.675", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "281.158", - "max": "282.894", - "min": "280.838", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "207.236", - "max": "208.368", - "min": "206.968", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "38.75", - "max": "39.362", - "min": "38.636", - "id": "86", - "country": "United States", - "source_name": "Salt Lake City", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "89": { - "name": "Orlando", - "data": { - "0": { - "avg": "88.041", - "max": "88.334", - "min": "87.818", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "260.018", - "max": "260.773", - "min": "259.729", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "41.286", - "max": "41.496", - "min": "41.104", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "126.103", - "max": "132.878", - "min": "125.392", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "104.896", - "max": "105.266", - "min": "104.702", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "178.081", - "max": "178.32", - "min": "177.89", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "99.982", - "max": "100.211", - "min": "99.811", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "296.841", - "max": "303.188", - "min": "296.154", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "152.962", - "max": "153.208", - "min": "152.804", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "138.831", - "max": "139.101", - "min": "138.662", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "98.225", - "max": "98.497", - "min": "98", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "38.889", - "max": "62.418", - "min": "37.918", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "29.822", - "max": "30.617", - "min": "29.617", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "31.698", - "max": "34.667", - "min": "31.372", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "9.775", - "max": "9.931", - "min": "9.673", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "20.138", - "max": "20.898", - "min": "19.795", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "116.115", - "max": "116.776", - "min": "115.691", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "12.04", - "max": "12.31", - "min": "11.891", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "111.648", - "max": "111.874", - "min": "111.447", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "125.525", - "max": "127.181", - "min": "125.341", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "275.969", - "max": "276.133", - "min": "275.868", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "29.324", - "max": "29.448", - "min": "29.222", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "73.539", - "max": "73.745", - "min": "73.389", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "84.631", - "max": "89.487", - "min": "84.215", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "138.726", - "max": "140.248", - "min": "138.319", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "122.377", - "max": "122.806", - "min": "122.264", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "123.343", - "max": "124.758", - "min": "123.081", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "133.836", - "max": "133.989", - "min": "133.644", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "122.085", - "max": "122.307", - "min": "121.95", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "71.643", - "max": "75.676", - "min": "71.289", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "266.336", - "max": "266.497", - "min": "266.173", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "133.548", - "max": "133.777", - "min": "133.42", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "62.041", - "max": "65.246", - "min": "61.729", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "151.593", - "max": "152.046", - "min": "151.452", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "119.484", - "max": "120.699", - "min": "119.14", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "240.474", - "max": "243.804", - "min": "240.059", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "61.369", - "max": "61.512", - "min": "61.28", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "50.149", - "max": "50.348", - "min": "49.958", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "22.078", - "max": "22.343", - "min": "21.853", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "27.346", - "max": "36.622", - "min": "26.731", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.677", - "max": "235.871", - "min": "234.36", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "111.501", - "max": "113.904", - "min": "110.74", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "131.074", - "max": "131.577", - "min": "130.923", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "128.482", - "max": "129.032", - "min": "128.302", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "240.69", - "max": "240.988", - "min": "240.514", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "131.21", - "max": "131.834", - "min": "130.701", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "149.215", - "max": "149.642", - "min": "149.016", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "56.295", - "max": "57.6", - "min": "56.111", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "130.885", - "max": "131.913", - "min": "130.602", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "36.515", - "max": "36.708", - "min": "36.342", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "36.253", - "max": "37.065", - "min": "36.111", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "70.725", - "max": "70.98", - "min": "70.43", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "148.053", - "max": "161.54", - "min": "133.563", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "40.252", - "max": "40.522", - "min": "40.138", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "252.916", - "max": "262.605", - "min": "249.58", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "280.241", - "max": "280.545", - "min": "280.056", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "123.943", - "max": "127.717", - "min": "122.879", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "225.427", - "max": "226.143", - "min": "225.238", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "155.644", - "max": "157.683", - "min": "155.312", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "100.5", - "max": "100.662", - "min": "100.34", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "155.026", - "max": "157.831", - "min": "154.483", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "156.665", - "max": "210.637", - "min": "151.313", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "283.512", - "max": "374.506", - "min": "273.676", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "246.874", - "max": "247.536", - "min": "246.547", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "152.05", - "max": "153.48", - "min": "151.815", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "144.506", - "max": "145.819", - "min": "144.197", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "27.148", - "max": "27.396", - "min": "27.014", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "138.021", - "max": "138.387", - "min": "137.668", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "142.534", - "max": "143.466", - "min": "142.014", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "52.934", - "max": "56.154", - "min": "52.536", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "240.324", - "max": "241.126", - "min": "240.064", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "58.518", - "max": "58.902", - "min": "58.179", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "50.243", - "max": "50.768", - "min": "49.948", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "12.54", - "max": "12.812", - "min": "12.412", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "145.277", - "max": "145.897", - "min": "145.105", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "106.305", - "max": "106.633", - "min": "106.093", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "16.141", - "max": "16.289", - "min": "16", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "68.337", - "max": "70.943", - "min": "68.111", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "30.81", - "max": "31.414", - "min": "30.623", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "29.179", - "max": "29.386", - "min": "29.054", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "86.307", - "max": "86.53", - "min": "86.172", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "50.801", - "max": "51.381", - "min": "50.616", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "394.161", - "max": "397.036", - "min": "393.573", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "251.419", - "max": "251.857", - "min": "251.17", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "81.238", - "max": "81.347", - "min": "81.124", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "155.246", - "max": "156.149", - "min": "154.842", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "110.212", - "max": "110.495", - "min": "109.99", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "0.047", - "max": "0.169", - "min": "0.029", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "36.398", - "max": "37.109", - "min": "36.176", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "106.701", - "max": "110.559", - "min": "106.337", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "45.124", - "max": "46.515", - "min": "44.368", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.628", - "max": "76.193", - "min": "74.3", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "98.41", - "max": "98.673", - "min": "98.274", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "192.114", - "max": "192.348", - "min": "191.947", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "39.299", - "max": "39.42", - "min": "39.179", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "3.573", - "max": "7.959", - "min": "2.851", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "49.394", - "max": "49.599", - "min": "49.07", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "54.543", - "max": "63.503", - "min": "53.531", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "69.076", - "max": "69.249", - "min": "68.915", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "31.505", - "max": "35.019", - "min": "31.104", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "46.572", - "max": "46.727", - "min": "46.466", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "77.063", - "max": "77.375", - "min": "76.879", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "154.936", - "max": "159.355", - "min": "154.669", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "240.225", - "max": "244.19", - "min": "239.523", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "41.085", - "max": "41.344", - "min": "40.88", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "329.146", - "max": "329.565", - "min": "328.625", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "70.277", - "max": "76.648", - "min": "69.577", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "37.297", - "max": "37.701", - "min": "37.163", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "24.581", - "max": "25.227", - "min": "24.393", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "228.481", - "max": "231.066", - "min": "227.744", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "218.007", - "max": "218.277", - "min": "217.848", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "192.222", - "max": "192.478", - "min": "192.079", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "27.565", - "max": "27.772", - "min": "27.422", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "230.582", - "max": "233.064", - "min": "230.255", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "467.038", - "max": "586.691", - "min": "318.838", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "255.136", - "max": "348.183", - "min": "162.445", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "266.196", - "max": "267.56", - "min": "265.884", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "161.588", - "max": "163.769", - "min": "161.356", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "37.779", - "max": "38.305", - "min": "37.585", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "25.091", - "max": "25.801", - "min": "24.788", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "43.848", - "max": "46.46", - "min": "43.468", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "93.176", - "max": "234.974", - "min": "15.266", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "111.132", - "max": "114.2", - "min": "110.583", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "137.536", - "max": "232.315", - "min": "133.614", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "142.521", - "max": "142.741", - "min": "142.364", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "131.154", - "max": "132.799", - "min": "130.683", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "28.391", - "max": "28.54", - "min": "28.265", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "312.192", - "max": "312.399", - "min": "311.991", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "200.638", - "max": "201.218", - "min": "200.409", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "112.517", - "max": "112.692", - "min": "112.353", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "40.287", - "max": "40.556", - "min": "40.125", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "21.963", - "max": "22.261", - "min": "21.783", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "53.74", - "max": "54.003", - "min": "53.614", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "210.567", - "max": "211.565", - "min": "210.231", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "41.823", - "max": "44.783", - "min": "41.562", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "34.164", - "max": "34.488", - "min": "33.943", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.424", - "max": "62.763", - "min": "50.492", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "50.454", - "max": "50.773", - "min": "50.328", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "45.155", - "max": "45.605", - "min": "45.022", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "30.172", - "max": "30.336", - "min": "30.033", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "127.097", - "max": "127.393", - "min": "126.914", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "260.186", - "max": "264.206", - "min": "259.625", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "138.189", - "max": "138.539", - "min": "138.016", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "128.898", - "max": "129.171", - "min": "128.62", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "114.732", - "max": "123.719", - "min": "113.954", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "105.369", - "max": "106.206", - "min": "105.147", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "145.982", - "max": "163.163", - "min": "145.141", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "289.27", - "max": "289.555", - "min": "289.099", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "102.077", - "max": "103.118", - "min": "101.879", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "103.161", - "max": "103.259", - "min": "103.019", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "109.376", - "max": "130.744", - "min": "107.181", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "182.155", - "max": "182.32", - "min": "182.058", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "132.249", - "max": "132.89", - "min": "132.048", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "108.004", - "max": "108.175", - "min": "107.799", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "32.467", - "max": "32.585", - "min": "32.289", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "83.047", - "max": "84.132", - "min": "82.869", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "140.832", - "max": "141.354", - "min": "140.653", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "231.721", - "max": "276.135", - "min": "224.438", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "55.645", - "max": "55.85", - "min": "55.52", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "142.01", - "max": "231.244", - "min": "133.954", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "55.502", - "max": "55.892", - "min": "55.365", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "374.728", - "max": "374.955", - "min": "374.215", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "141.128", - "max": "141.3", - "min": "141.001", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "27.871", - "max": "28.095", - "min": "27.718", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "216.944", - "max": "217.91", - "min": "216.695", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "266.321", - "max": "266.488", - "min": "266.128", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "190.536", - "max": "190.688", - "min": "190.408", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "48.61", - "max": "49.013", - "min": "48.426", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "218.016", - "max": "227.226", - "min": "217.128", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "36.917", - "max": "37.058", - "min": "36.807", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "32.04", - "max": "32.694", - "min": "31.863", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "108.621", - "max": "109.475", - "min": "108.423", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "287.904", - "max": "288.163", - "min": "287.699", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "102.983", - "max": "103.162", - "min": "102.807", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "113.933", - "max": "114.402", - "min": "113.606", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "121.447", - "max": "121.973", - "min": "121.306", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "119.402", - "max": "119.518", - "min": "119.29", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "105.279", - "max": "109.114", - "min": "104.969", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "155.807", - "max": "157.064", - "min": "155.472", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "140.85", - "max": "141.471", - "min": "140.705", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "167.658", - "max": "170.996", - "min": "167.271", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "154.39", - "max": "155.357", - "min": "154.169", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "107.318", - "max": "108.565", - "min": "106.942", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "117.18", - "max": "117.328", - "min": "117.014", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "107.153", - "max": "107.278", - "min": "107.037", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "137.605", - "max": "138.146", - "min": "137.43", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "151.973", - "max": "152.193", - "min": "151.727", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "131.641", - "max": "144.666", - "min": "130.529", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "136.704", - "max": "170.538", - "min": "116.484", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "92.831", - "max": "92.995", - "min": "92.722", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "153.761", - "max": "154.267", - "min": "153.487", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "135.675", - "max": "136.928", - "min": "135.375", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "138.277", - "max": "138.786", - "min": "137.876", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "97.261", - "max": "97.731", - "min": "96.989", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "255.547", - "max": "259.37", - "min": "255.234", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "117.705", - "max": "118.161", - "min": "117.566", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "125.572", - "max": "125.846", - "min": "125.332", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "127.949", - "max": "128.115", - "min": "127.798", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "99.003", - "max": "108.338", - "min": "84.443", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "158.3", - "max": "158.537", - "min": "158.126", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "107.684", - "max": "108.308", - "min": "107.479", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "108.225", - "max": "108.528", - "min": "108.035", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "109.544", - "max": "109.984", - "min": "109.23", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.413", - "max": "226.128", - "min": "225.138", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "37.133", - "max": "45.182", - "min": "36.603", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "229.312", - "max": "229.56", - "min": "228.815", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "254.546", - "max": "254.743", - "min": "254.367", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "109.044", - "max": "109.829", - "min": "108.874", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "242.652", - "max": "245.06", - "min": "242.345", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "82.957", - "max": "83.291", - "min": "82.595", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "135.258", - "max": "135.491", - "min": "135.133", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "162.269", - "max": "162.531", - "min": "162.02", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "105.41", - "max": "106.581", - "min": "105.076", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "101.088", - "max": "102.434", - "min": "100.792", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "40.016", - "max": "40.177", - "min": "39.883", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "20.117", - "max": "21.158", - "min": "19.98", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "257.482", - "max": "331.928", - "min": "251.917", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "34.795", - "max": "36.369", - "min": "34.623", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "117.464", - "max": "118.035", - "min": "117.325", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "34.34", - "max": "34.487", - "min": "34.23", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "126.499", - "max": "127.858", - "min": "126.253", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "137.501", - "max": "411.614", - "min": "127.829", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "30.205", - "max": "35.841", - "min": "27.663", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "121.581", - "max": "121.999", - "min": "121.412", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "133.396", - "max": "135.026", - "min": "132.44", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "47.478", - "max": "49.576", - "min": "46.66", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "269.597", - "max": "270.545", - "min": "269.218", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "214.936", - "max": "215.181", - "min": "214.739", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "183.96", - "max": "185.268", - "min": "183.633", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "140.221", - "max": "140.354", - "min": "140.111", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "111.192", - "max": "111.418", - "min": "111.03", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "151.222", - "max": "151.382", - "min": "151.114", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "38.156", - "max": "42.653", - "min": "37.662", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "27.152", - "max": "27.361", - "min": "27.035", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "151.067", - "max": "153.623", - "min": "149.671", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "70.608", - "max": "74.391", - "min": "70.221", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "41.552", - "max": "44.14", - "min": "40.63", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "157.751", - "max": "158.172", - "min": "157.573", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "48.022", - "max": "48.617", - "min": "47.78", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "113.173", - "max": "116.067", - "min": "112.861", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "237.573", - "max": "237.943", - "min": "236.064", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "107.942", - "max": "107.942", - "min": "107.942", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "95.864", - "max": "96.509", - "min": "95.659", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "110.339", - "max": "110.531", - "min": "110.21", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "196.147", - "max": "197.148", - "min": "195.884", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "114.095", - "max": "127.612", - "min": "107.826", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "130.517", - "max": "130.681", - "min": "130.353", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "233.313", - "max": "234.96", - "min": "232.914", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "187.292", - "max": "188.244", - "min": "186.963", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "38.575", - "max": "41.523", - "min": "38.387", - "id": "89", - "country": "United States", - "source_name": "Orlando", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "90": { - "name": "St Louis", - "data": { - "0": { - "avg": "111.751", - "max": "113.381", - "min": "111.545", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "196.936", - "max": "201.039", - "min": "196.507", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "19.291", - "max": "21.111", - "min": "19.034", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "127.984", - "max": "136.173", - "min": "127.224", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "99.806", - "max": "100.5", - "min": "99.601", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "147.739", - "max": "147.896", - "min": "147.608", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "106.896", - "max": "107.544", - "min": "106.729", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "204.965", - "max": "208.835", - "min": "204.346", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "164.524", - "max": "164.713", - "min": "164.377", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "122.986", - "max": "124.531", - "min": "122.604", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "92.16", - "max": "92.776", - "min": "91.955", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "18.317", - "max": "20.081", - "min": "18.015", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "25.888", - "max": "27.616", - "min": "25.649", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "28.539", - "max": "28.998", - "min": "28.304", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "44.099", - "max": "50.881", - "min": "43.721", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "30.312", - "max": "31.01", - "min": "29.877", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "158.245", - "max": "158.441", - "min": "158.039", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "22.81", - "max": "23.631", - "min": "22.59", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "104.982", - "max": "105.238", - "min": "104.744", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "124.818", - "max": "124.995", - "min": "124.661", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "201.011", - "max": "201.528", - "min": "200.903", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "9.746", - "max": "10.06", - "min": "9.621", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "70.865", - "max": "72.197", - "min": "70.629", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "50.135", - "max": "52.451", - "min": "49.892", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "123.179", - "max": "128.645", - "min": "122.321", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "112.487", - "max": "120.376", - "min": "111.945", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "116.306", - "max": "117.85", - "min": "115.999", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "118.265", - "max": "124.112", - "min": "117.648", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "111.949", - "max": "112.162", - "min": "111.762", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "41.188", - "max": "43.102", - "min": "40.835", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "221.254", - "max": "221.589", - "min": "221.122", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "125.852", - "max": "127.131", - "min": "125.593", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "52.366", - "max": "56.089", - "min": "52.08", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "154.778", - "max": "157.2", - "min": "154.496", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "137.757", - "max": "140.709", - "min": "137.354", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "225.938", - "max": "227.267", - "min": "225.734", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "51.199", - "max": "51.476", - "min": "51.061", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "37.874", - "max": "42.939", - "min": "37.513", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "27.83", - "max": "28.513", - "min": "27.653", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "34.376", - "max": "37.89", - "min": "33.801", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.836", - "max": "237.762", - "min": "234.018", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "100.835", - "max": "104.134", - "min": "100.395", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "136.738", - "max": "136.916", - "min": "136.574", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "122.546", - "max": "122.732", - "min": "122.321", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "320.167", - "max": "320.373", - "min": "320.018", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "138.794", - "max": "139.428", - "min": "138.238", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "120.227", - "max": "120.532", - "min": "120.029", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "100.34", - "max": "100.502", - "min": "100.216", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "179.088", - "max": "179.68", - "min": "178.884", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "26.492", - "max": "28.672", - "min": "26.275", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "29.514", - "max": "40.916", - "min": "28.76", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "50.632", - "max": "50.877", - "min": "50.384", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "142.396", - "max": "231.531", - "min": "125.777", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "6.206", - "max": "6.337", - "min": "6.094", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "265.612", - "max": "274.832", - "min": "262.602", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "224.103", - "max": "225.126", - "min": "223.804", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "133.514", - "max": "134.901", - "min": "132.743", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "210.274", - "max": "215.251", - "min": "209.692", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "147.323", - "max": "148.701", - "min": "147.031", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "111.824", - "max": "112.178", - "min": "111.695", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "154.398", - "max": "157.021", - "min": "153.823", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "149.155", - "max": "205.936", - "min": "143.844", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "232.681", - "max": "310.882", - "min": "229.386", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "219.517", - "max": "222.939", - "min": "219.179", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "142.947", - "max": "143.306", - "min": "142.791", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "133.333", - "max": "133.956", - "min": "133.163", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "29.609", - "max": "29.77", - "min": "29.463", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "148.542", - "max": "148.928", - "min": "148.175", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "151.292", - "max": "154.099", - "min": "150.515", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "19.601", - "max": "20.499", - "min": "19.435", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "184.768", - "max": "185.648", - "min": "184.501", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "48.902", - "max": "49.446", - "min": "48.61", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "85.254", - "max": "90.363", - "min": "84.876", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.584", - "max": "34.51", - "min": "33.382", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "152.561", - "max": "154.088", - "min": "152.259", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "100.394", - "max": "100.714", - "min": "100.214", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "29.934", - "max": "36.479", - "min": "29.499", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "86.026", - "max": "90.2", - "min": "85.667", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "31.289", - "max": "39.408", - "min": "30.684", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "15.09", - "max": "15.358", - "min": "14.965", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "44.692", - "max": "44.951", - "min": "44.41", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "41.64", - "max": "42.155", - "min": "41.428", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "220.922", - "max": "222.514", - "min": "220.671", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "243.252", - "max": "246.399", - "min": "242.881", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "26.656", - "max": "26.862", - "min": "26.523", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "153.438", - "max": "154.99", - "min": "152.978", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "117.016", - "max": "120.39", - "min": "116.426", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "36.359", - "max": "36.731", - "min": "36.2", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "0.037", - "max": "0.141", - "min": "0.024", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "113.915", - "max": "117.519", - "min": "113.518", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "19.421", - "max": "21.545", - "min": "18.818", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "68.712", - "max": "69.584", - "min": "68.469", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "122.113", - "max": "128.609", - "min": "121.65", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "180.813", - "max": "181.862", - "min": "180.589", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "20.704", - "max": "26.735", - "min": "20.249", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "48.932", - "max": "50.851", - "min": "48.691", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "81.443", - "max": "81.721", - "min": "81.22", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "73.79", - "max": "78.447", - "min": "72.967", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "71.835", - "max": "71.922", - "min": "71.742", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "10.976", - "max": "12.779", - "min": "10.648", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "39.101", - "max": "39.478", - "min": "38.956", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "58.32", - "max": "59.422", - "min": "58.132", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "149.606", - "max": "152.318", - "min": "149.353", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "205.92", - "max": "213.936", - "min": "204.833", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "16.688", - "max": "16.997", - "min": "16.526", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "185.096", - "max": "186.73", - "min": "184.794", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "107.109", - "max": "109.453", - "min": "106.733", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "29.33", - "max": "31.43", - "min": "29.129", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "31.504", - "max": "36.023", - "min": "31.122", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "237.866", - "max": "240.539", - "min": "237.551", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "214.096", - "max": "238.616", - "min": "212.962", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "175.304", - "max": "178.634", - "min": "174.947", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "24.702", - "max": "35.209", - "min": "24.009", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "220.707", - "max": "281.87", - "min": "218.334", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "455.871", - "max": "574.628", - "min": "284.821", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "259.9", - "max": "381.527", - "min": "164.776", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "244.842", - "max": "246.606", - "min": "244.516", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "142.503", - "max": "145.133", - "min": "142.063", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "13.635", - "max": "15.475", - "min": "13.44", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "55.275", - "max": "56.129", - "min": "54.989", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "19.371", - "max": "24.828", - "min": "18.822", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "159.337", - "max": "310.433", - "min": "72.783", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "159.666", - "max": "193.167", - "min": "148.103", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.27", - "max": "328.805", - "min": "125.974", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.04", - "max": "133.739", - "min": "132.898", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "124.42", - "max": "126.11", - "min": "123.777", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "24.647", - "max": "27.11", - "min": "24.187", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "269.265", - "max": "269.822", - "min": "269.038", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "217.063", - "max": "217.414", - "min": "216.815", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "78.343", - "max": "81.221", - "min": "78.074", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "40.209", - "max": "41.182", - "min": "39.975", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "32.152", - "max": "35.606", - "min": "31.683", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "27.457", - "max": "27.901", - "min": "27.312", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "197.731", - "max": "199.227", - "min": "196.953", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "41.605", - "max": "43.42", - "min": "41.39", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "30.229", - "max": "30.461", - "min": "30.096", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "33.65", - "max": "47.659", - "min": "32.21", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "27.568", - "max": "28.533", - "min": "27.369", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "14.025", - "max": "14.19", - "min": "13.911", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "26.564", - "max": "26.798", - "min": "26.44", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "125.836", - "max": "126.431", - "min": "125.659", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "256.703", - "max": "257.304", - "min": "256.291", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "139.019", - "max": "142.253", - "min": "138.769", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "116.928", - "max": "117.181", - "min": "116.651", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "88.582", - "max": "94.018", - "min": "88.122", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "105.708", - "max": "106.108", - "min": "105.532", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "142.867", - "max": "143.428", - "min": "142.573", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "265.488", - "max": "265.72", - "min": "265.325", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "93.872", - "max": "100.773", - "min": "93.329", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "95.162", - "max": "95.317", - "min": "95.058", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "109.423", - "max": "118.538", - "min": "107.337", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "161.681", - "max": "162.049", - "min": "161.556", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "137.603", - "max": "139.058", - "min": "137.382", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "109.965", - "max": "110.542", - "min": "109.745", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "26.151", - "max": "26.43", - "min": "26.003", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "55.057", - "max": "56.382", - "min": "54.727", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "142.676", - "max": "143.327", - "min": "142.47", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "219.311", - "max": "265.291", - "min": "211.109", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "32.443", - "max": "32.857", - "min": "32.263", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "188.052", - "max": "281.472", - "min": "179.574", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "59.565", - "max": "60.947", - "min": "59.251", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "462.884", - "max": "463.412", - "min": "462.411", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "127.166", - "max": "129.029", - "min": "126.966", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "27.165", - "max": "28.653", - "min": "26.934", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "230.441", - "max": "230.596", - "min": "230.294", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "267.304", - "max": "267.43", - "min": "267.139", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "194.088", - "max": "196.535", - "min": "193.851", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "44.217", - "max": "44.923", - "min": "43.949", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "254.267", - "max": "269.178", - "min": "235.263", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "32.055", - "max": "32.549", - "min": "31.89", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "18.593", - "max": "18.704", - "min": "18.469", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "113.211", - "max": "114.547", - "min": "112.761", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "261.028", - "max": "261.681", - "min": "260.754", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "119.343", - "max": "122.586", - "min": "119.069", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "111.327", - "max": "121.005", - "min": "110.739", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "130.682", - "max": "154.533", - "min": "129.366", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "115.396", - "max": "115.872", - "min": "115.251", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "96.8", - "max": "106.028", - "min": "95.804", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "156.797", - "max": "163.012", - "min": "156.311", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "145.52", - "max": "145.684", - "min": "145.379", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "152.303", - "max": "158.486", - "min": "151.761", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "137.115", - "max": "138.152", - "min": "136.904", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "107.418", - "max": "108.483", - "min": "107.211", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "109.394", - "max": "109.649", - "min": "109.303", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "112.245", - "max": "113.079", - "min": "112.119", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "130.383", - "max": "130.591", - "min": "130.2", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "151.661", - "max": "151.958", - "min": "151.402", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "126.32", - "max": "143.666", - "min": "124.489", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "123.279", - "max": "154.22", - "min": "108.679", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "101.655", - "max": "101.812", - "min": "101.513", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "151.672", - "max": "152.034", - "min": "151.42", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "137.07", - "max": "137.498", - "min": "136.915", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "150.163", - "max": "153.169", - "min": "149.692", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "121.421", - "max": "122.218", - "min": "121.129", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "231.165", - "max": "253.219", - "min": "230.175", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "120.197", - "max": "120.599", - "min": "120.079", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "127.46", - "max": "128.917", - "min": "127.271", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "128.441", - "max": "128.646", - "min": "128.318", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "92.137", - "max": "97.938", - "min": "90.925", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "154.213", - "max": "154.894", - "min": "153.947", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "106.399", - "max": "106.542", - "min": "106.254", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "103.995", - "max": "105.548", - "min": "103.71", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "106.155", - "max": "106.508", - "min": "105.533", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "196.07", - "max": "197.82", - "min": "195.699", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "28.163", - "max": "31.416", - "min": "27.733", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "232.157", - "max": "235.241", - "min": "227", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "273.344", - "max": "273.552", - "min": "273.193", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "103.234", - "max": "110.17", - "min": "102.768", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "235.854", - "max": "236.58", - "min": "235.629", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "54.155", - "max": "55.787", - "min": "53.687", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "129.131", - "max": "129.391", - "min": "128.959", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "160.077", - "max": "160.695", - "min": "159.876", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "95.647", - "max": "96.897", - "min": "95.252", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "118.997", - "max": "120.927", - "min": "118.527", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "10.031", - "max": "10.173", - "min": "9.92", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "38.927", - "max": "39.309", - "min": "38.813", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "218.754", - "max": "225.13", - "min": "214.794", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "30.367", - "max": "39.387", - "min": "29.863", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "130.527", - "max": "131.065", - "min": "130.331", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "23.86", - "max": "24.128", - "min": "23.725", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "122.888", - "max": "123.433", - "min": "122.773", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "195.105", - "max": "574.875", - "min": "162.486", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "50.643", - "max": "55.229", - "min": "47.74", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "109.488", - "max": "109.795", - "min": "109.304", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "129.634", - "max": "130.875", - "min": "129.111", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "98.898", - "max": "119.639", - "min": "97.216", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "216.3", - "max": "219.828", - "min": "215.536", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "133.448", - "max": "133.683", - "min": "133.295", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "187.34", - "max": "188.197", - "min": "187.115", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "161.567", - "max": "163.221", - "min": "161.345", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "101.891", - "max": "103.68", - "min": "101.728", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "151.318", - "max": "151.427", - "min": "151.168", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "28.422", - "max": "31.019", - "min": "27.89", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "28.554", - "max": "29.42", - "min": "28.362", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "170.838", - "max": "180.945", - "min": "168.327", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "109.665", - "max": "110.478", - "min": "109.261", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "25.096", - "max": "26.862", - "min": "23.896", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "153.436", - "max": "154.087", - "min": "153.272", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "11.592", - "max": "19.244", - "min": "11.141", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "106.753", - "max": "112.531", - "min": "105.681", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "208.355", - "max": "210.475", - "min": "208.026", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.058", - "max": "113.058", - "min": "113.058", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "99.007", - "max": "100.02", - "min": "98.885", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "108.572", - "max": "108.756", - "min": "108.469", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "186.964", - "max": "190.294", - "min": "186.548", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "104.922", - "max": "118.124", - "min": "97.758", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "132.551", - "max": "132.859", - "min": "132.444", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "275.869", - "max": "277.638", - "min": "275.376", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "208.638", - "max": "211.181", - "min": "208.291", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "15.455", - "max": "21.466", - "min": "14.626", - "id": "90", - "country": "United States", - "source_name": "St Louis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "92": { - "name": "Minneapolis", - "data": { - "0": { - "avg": "118.464", - "max": "119.883", - "min": "117.615", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "249.588", - "max": "251.304", - "min": "248.718", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "31.394", - "max": "32.932", - "min": "30.56", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "132.297", - "max": "137.032", - "min": "131.169", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "102.832", - "max": "104.131", - "min": "101.987", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "171.555", - "max": "173.407", - "min": "170.812", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "106.665", - "max": "109.075", - "min": "105.861", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "265.113", - "max": "277.057", - "min": "263.742", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "148.943", - "max": "159.119", - "min": "147.572", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "125.104", - "max": "130.108", - "min": "123.812", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "100.161", - "max": "101.827", - "min": "99.416", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "26.647", - "max": "27.638", - "min": "25.938", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "29.748", - "max": "31.412", - "min": "28.893", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "34.15", - "max": "36.679", - "min": "33.329", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "49.95", - "max": "52.846", - "min": "48.946", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "30.113", - "max": "31.358", - "min": "29.136", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "124.983", - "max": "127.012", - "min": "124.254", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "25.565", - "max": "27.076", - "min": "24.838", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "124.565", - "max": "126.263", - "min": "123.881", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "129.782", - "max": "135.09", - "min": "129.022", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "269.637", - "max": "271.374", - "min": "268.774", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "14.37", - "max": "16.338", - "min": "13.751", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "57.403", - "max": "58.356", - "min": "56.798", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "61.463", - "max": "63.924", - "min": "60.704", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "128.118", - "max": "128.813", - "min": "127.53", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "119.016", - "max": "121.215", - "min": "118.48", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "127.99", - "max": "131.049", - "min": "127.166", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "132.656", - "max": "133.904", - "min": "132.035", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "119.03", - "max": "120.854", - "min": "118.412", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "56.76", - "max": "58.339", - "min": "55.962", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "252.73", - "max": "254.402", - "min": "252.017", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "138.151", - "max": "139.353", - "min": "137.387", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "65.356", - "max": "67.363", - "min": "64.391", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "155.702", - "max": "157.388", - "min": "154.896", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "135.968", - "max": "148.342", - "min": "134.575", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "226.819", - "max": "234.064", - "min": "225.665", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "57.767", - "max": "58.343", - "min": "56.942", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "44.75", - "max": "46.298", - "min": "43.955", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "32.085", - "max": "34.783", - "min": "31.458", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "35.528", - "max": "37.682", - "min": "34.698", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "241.887", - "max": "244.862", - "min": "240.845", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "105.995", - "max": "110.135", - "min": "105.003", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "140.078", - "max": "140.78", - "min": "139.189", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "132.664", - "max": "133.956", - "min": "131.771", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "241.399", - "max": "242.391", - "min": "240.601", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "142.231", - "max": "143.814", - "min": "141.289", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "135.803", - "max": "137.339", - "min": "135.024", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "105.566", - "max": "106.924", - "min": "104.794", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "168.507", - "max": "170.267", - "min": "167.828", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "39.638", - "max": "41.405", - "min": "38.798", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "35.758", - "max": "37.293", - "min": "34.938", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "61.215", - "max": "62.785", - "min": "60.504", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "135.347", - "max": "145.523", - "min": "129.145", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "30.389", - "max": "32.366", - "min": "29.519", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "235.23", - "max": "247.866", - "min": "231.705", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "249.221", - "max": "253.161", - "min": "248.246", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "132.611", - "max": "134.343", - "min": "131.312", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "201.517", - "max": "202.157", - "min": "200.95", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "136.019", - "max": "137.38", - "min": "135.443", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "107.555", - "max": "108.84", - "min": "106.786", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "167.448", - "max": "169.541", - "min": "166.608", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "207.206", - "max": "271.31", - "min": "201.166", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "250.886", - "max": "254.207", - "min": "249.782", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "219.399", - "max": "220.815", - "min": "218.714", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "145.887", - "max": "148.336", - "min": "144.529", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "146.53", - "max": "148.39", - "min": "145.952", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "32.305", - "max": "33.956", - "min": "31.397", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "140.973", - "max": "153.787", - "min": "139.047", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "157.443", - "max": "159.343", - "min": "156.261", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "31.467", - "max": "32.4", - "min": "30.607", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.772", - "max": "200.918", - "min": "198.732", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "54.673", - "max": "56.307", - "min": "53.815", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.808", - "max": "86.781", - "min": "84.022", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "42.143", - "max": "43.416", - "min": "41.371", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "166.883", - "max": "169.688", - "min": "166.05", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "107.493", - "max": "109.34", - "min": "106.801", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "32.633", - "max": "34.298", - "min": "31.886", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "66.128", - "max": "67.786", - "min": "65.466", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "20.87", - "max": "34.213", - "min": "19.546", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "17.026", - "max": "18.365", - "min": "16.478", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "64.004", - "max": "65.911", - "min": "63.12", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "44.64", - "max": "46.006", - "min": "43.647", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "381.344", - "max": "382.574", - "min": "380.759", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "248.901", - "max": "250.413", - "min": "248.088", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "56.312", - "max": "57.793", - "min": "55.511", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "159.375", - "max": "160.898", - "min": "158.493", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "107.234", - "max": "108.835", - "min": "106.263", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "45.223", - "max": "46.917", - "min": "44.611", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "19.754", - "max": "22.37", - "min": "18.833", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "101.797", - "max": "105.063", - "min": "100.951", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "0.014", - "max": "0.018", - "min": "0.011", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "60.769", - "max": "62.248", - "min": "59.854", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "130.602", - "max": "132.396", - "min": "130.116", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "199.759", - "max": "200.747", - "min": "199.235", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "32.017", - "max": "33.328", - "min": "31.419", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "36.186", - "max": "44.9", - "min": "35.264", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "84.767", - "max": "86.296", - "min": "83.985", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "144.181", - "max": "164.338", - "min": "142.476", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "56.975", - "max": "58.712", - "min": "56.244", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "14.639", - "max": "17.254", - "min": "13.801", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.184", - "max": "29.393", - "min": "27.573", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "57.723", - "max": "59.379", - "min": "57.018", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "162.756", - "max": "164.118", - "min": "162.099", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "217.462", - "max": "222.445", - "min": "216.292", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "25.338", - "max": "27.963", - "min": "24.48", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "328.011", - "max": "344.749", - "min": "315.618", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "112.087", - "max": "113.361", - "min": "111.456", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "34.707", - "max": "35.675", - "min": "34.053", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "38.421", - "max": "41.024", - "min": "37.662", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "223.333", - "max": "225.603", - "min": "222.4", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "244.509", - "max": "245.54", - "min": "243.551", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "191.189", - "max": "193.321", - "min": "190.365", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "33.259", - "max": "34.392", - "min": "32.483", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "235.026", - "max": "236.79", - "min": "234.251", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "460.805", - "max": "586.179", - "min": "313.885", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "242.787", - "max": "346.744", - "min": "165.926", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "276.212", - "max": "300.186", - "min": "273.887", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "201.462", - "max": "203.546", - "min": "200.608", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "32.263", - "max": "33.836", - "min": "31.521", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "37.589", - "max": "39.161", - "min": "36.938", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "31.916", - "max": "32.836", - "min": "31.327", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "117.915", - "max": "264.113", - "min": "39.778", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "145.879", - "max": "147.402", - "min": "145.234", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.774", - "max": "212.772", - "min": "133.902", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "137.02", - "max": "139.223", - "min": "136.124", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "128.878", - "max": "131.17", - "min": "127.587", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "32.516", - "max": "34.398", - "min": "31.49", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "260.307", - "max": "262.373", - "min": "259.496", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "207.578", - "max": "209.333", - "min": "206.782", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "93.955", - "max": "95.143", - "min": "92.963", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "28.808", - "max": "29.695", - "min": "27.897", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "18.013", - "max": "19.306", - "min": "17.48", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "35.904", - "max": "37.422", - "min": "35.197", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "186.725", - "max": "188.972", - "min": "185.639", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "41.404", - "max": "43.964", - "min": "40.865", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "36.332", - "max": "37.877", - "min": "35.48", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "35.818", - "max": "74.397", - "min": "32.891", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "44.11", - "max": "45.411", - "min": "43.426", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "22.27", - "max": "23.817", - "min": "21.462", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "34.815", - "max": "36.31", - "min": "34.08", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "147.389", - "max": "148.804", - "min": "146.632", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "269.072", - "max": "270.703", - "min": "268.248", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "139.488", - "max": "140.79", - "min": "138.564", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "121.322", - "max": "122.437", - "min": "120.752", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "95.221", - "max": "103.353", - "min": "94.354", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "109.065", - "max": "110.63", - "min": "108.2", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "148.844", - "max": "149.7", - "min": "148.1", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "269.861", - "max": "271.335", - "min": "268.938", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "100.804", - "max": "101.868", - "min": "100.034", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "99.419", - "max": "100.53", - "min": "98.752", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "117.107", - "max": "126.11", - "min": "115.078", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "175.145", - "max": "176.781", - "min": "174.332", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "143.264", - "max": "145.545", - "min": "142.283", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "117.147", - "max": "118.936", - "min": "116.363", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "39.448", - "max": "40.913", - "min": "38.437", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "85.985", - "max": "87.744", - "min": "85.051", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "144.734", - "max": "149.391", - "min": "143.597", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "216.428", - "max": "262.769", - "min": "207.531", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "35.359", - "max": "36.789", - "min": "34.663", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "178.311", - "max": "269.956", - "min": "170.99", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "64.119", - "max": "66.263", - "min": "63.537", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "382.322", - "max": "386.147", - "min": "380.804", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "146.015", - "max": "147.428", - "min": "145.184", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "32.301", - "max": "33.558", - "min": "31.506", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "214.159", - "max": "216.056", - "min": "213.548", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "267.678", - "max": "269.381", - "min": "266.686", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "189.452", - "max": "190.491", - "min": "188.567", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "58.328", - "max": "60.986", - "min": "57.313", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "196.374", - "max": "198.031", - "min": "195.698", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "42.378", - "max": "45.406", - "min": "41.274", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "30.931", - "max": "31.95", - "min": "30.073", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "114.816", - "max": "116.413", - "min": "113.799", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "286.973", - "max": "288.823", - "min": "286.229", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "109.225", - "max": "110.875", - "min": "108.421", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "123.664", - "max": "127.71", - "min": "122.969", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "135.228", - "max": "137.175", - "min": "134.675", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "121.998", - "max": "123.358", - "min": "121.146", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "101.248", - "max": "102.079", - "min": "100.391", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "157.819", - "max": "159.425", - "min": "156.905", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "145.779", - "max": "147.388", - "min": "145.132", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "164.594", - "max": "166.669", - "min": "163.57", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "146.846", - "max": "149.805", - "min": "145.823", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "105.149", - "max": "108.386", - "min": "104.133", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "129.307", - "max": "133.928", - "min": "128.645", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "107.727", - "max": "108.773", - "min": "107.009", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "135.939", - "max": "137.765", - "min": "135.234", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "172.163", - "max": "173.898", - "min": "171.637", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "129.851", - "max": "147.75", - "min": "127.644", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "145.631", - "max": "199.883", - "min": "115.012", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "114.806", - "max": "116.331", - "min": "114.028", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "174.319", - "max": "175.312", - "min": "173.543", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "136.989", - "max": "140.421", - "min": "136.098", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "159.948", - "max": "162.1", - "min": "158.997", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "104.126", - "max": "105.835", - "min": "103.534", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "275.533", - "max": "277.304", - "min": "274.802", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "129.008", - "max": "130.352", - "min": "128.143", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "126.398", - "max": "137.344", - "min": "125.1", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "130.995", - "max": "137.406", - "min": "130.026", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "110.871", - "max": "116.925", - "min": "108.757", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "158.396", - "max": "159.946", - "min": "157.769", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "103.545", - "max": "105.717", - "min": "102.684", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "106.67", - "max": "108.328", - "min": "105.772", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "105.872", - "max": "106.856", - "min": "105.114", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "210.904", - "max": "213.061", - "min": "210.089", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "33.047", - "max": "35.361", - "min": "32.166", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "356.273", - "max": "371.819", - "min": "346.649", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "242.092", - "max": "243.629", - "min": "241.473", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "110.067", - "max": "111.911", - "min": "109.133", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "243.279", - "max": "245.075", - "min": "242.582", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "69.344", - "max": "70.821", - "min": "68.655", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "134.37", - "max": "139.647", - "min": "133.626", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "168.626", - "max": "170.311", - "min": "167.785", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "102.985", - "max": "104.612", - "min": "102.01", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "108.484", - "max": "109.861", - "min": "107.856", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "32.427", - "max": "33.94", - "min": "31.59", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.686", - "max": "43.522", - "min": "40.963", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "233.302", - "max": "235.786", - "min": "232.522", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "97.32", - "max": "98.839", - "min": "96.536", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "124.378", - "max": "126.412", - "min": "123.544", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "32.91", - "max": "33.889", - "min": "32.276", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "123.454", - "max": "128.165", - "min": "122.523", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "170.368", - "max": "367.567", - "min": "162.929", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.741", - "max": "58.769", - "min": "53.057", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "122.172", - "max": "123.37", - "min": "121.412", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "135.212", - "max": "138.363", - "min": "133.999", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "90.86", - "max": "95.395", - "min": "89.667", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "304.858", - "max": "306.732", - "min": "303.987", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "211.891", - "max": "213.082", - "min": "210.993", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "200.305", - "max": "202.352", - "min": "199.458", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "149.104", - "max": "150.426", - "min": "148.295", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "114.217", - "max": "115.915", - "min": "113.415", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "142.181", - "max": "143.362", - "min": "141.553", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "39.027", - "max": "43.234", - "min": "38.057", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "38.497", - "max": "39.26", - "min": "37.819", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "163.045", - "max": "173.552", - "min": "160.555", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "109.471", - "max": "113.779", - "min": "108.804", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "36.256", - "max": "38.509", - "min": "34.718", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "160.468", - "max": "162.358", - "min": "159.526", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "26.301", - "max": "27.444", - "min": "25.51", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "122.101", - "max": "125.942", - "min": "121.147", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "253.688", - "max": "292.687", - "min": "231.513", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "116.886", - "max": "116.886", - "min": "116.886", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "103.055", - "max": "104.755", - "min": "102.553", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "130.47", - "max": "131.759", - "min": "129.794", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "191.782", - "max": "193.328", - "min": "190.944", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "124.254", - "max": "135.873", - "min": "116.9", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "140.927", - "max": "142.566", - "min": "140.174", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "270.134", - "max": "273.522", - "min": "269.318", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "187.364", - "max": "191.69", - "min": "186.526", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "51.523", - "max": "52.557", - "min": "50.801", - "id": "92", - "country": "United States", - "source_name": "Minneapolis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "93": { - "name": "Sacramento", - "data": { - "0": { - "avg": "145.015", - "max": "146.125", - "min": "144.757", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "264.702", - "max": "265.138", - "min": "264.422", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "63.473", - "max": "65.55", - "min": "63.176", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "172.107", - "max": "175.641", - "min": "171.571", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "144.075", - "max": "145.684", - "min": "143.718", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "121.254", - "max": "121.94", - "min": "121.055", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "157.929", - "max": "158.196", - "min": "157.766", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "172.502", - "max": "185.382", - "min": "171.272", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "192.166", - "max": "192.509", - "min": "192.037", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "168.072", - "max": "170.527", - "min": "167.65", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "141.624", - "max": "142.52", - "min": "141.415", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "44.454", - "max": "52.031", - "min": "43.947", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "71.607", - "max": "71.863", - "min": "71.454", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "80.98", - "max": "81.404", - "min": "80.703", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "73.976", - "max": "74.518", - "min": "73.768", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "69.793", - "max": "70.172", - "min": "69.124", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "163.952", - "max": "164.305", - "min": "163.737", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "58.479", - "max": "59.415", - "min": "58.292", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "156.549", - "max": "156.77", - "min": "156.393", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "170.981", - "max": "171.491", - "min": "170.838", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "210.591", - "max": "211.145", - "min": "210.4", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "55.649", - "max": "55.939", - "min": "55.489", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "7.416", - "max": "7.867", - "min": "7.237", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "28.893", - "max": "36.71", - "min": "28.411", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "165.144", - "max": "167.073", - "min": "164.775", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "157.503", - "max": "158.006", - "min": "157.37", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "161.069", - "max": "161.708", - "min": "160.849", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "161.59", - "max": "162.156", - "min": "161.265", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "159.633", - "max": "160.559", - "min": "159.442", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "7.582", - "max": "9.157", - "min": "7.375", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "188.293", - "max": "188.562", - "min": "188.138", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "166.773", - "max": "167.124", - "min": "166.516", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "66.1", - "max": "66.62", - "min": "65.85", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "180.806", - "max": "181.534", - "min": "180.65", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "174.169", - "max": "175.117", - "min": "173.945", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "183.756", - "max": "186.555", - "min": "183.462", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "14.793", - "max": "15.448", - "min": "14.657", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "24.482", - "max": "24.861", - "min": "24.232", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "48.239", - "max": "48.596", - "min": "48.037", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "73.357", - "max": "76.069", - "min": "72.935", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "287.53", - "max": "293.235", - "min": "286.729", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "146.11", - "max": "148.745", - "min": "145.358", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "184.416", - "max": "185.005", - "min": "184.179", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "166.358", - "max": "167.103", - "min": "166.111", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "271.892", - "max": "272.738", - "min": "271.707", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "177.356", - "max": "178.148", - "min": "176.845", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "177.872", - "max": "178.512", - "min": "177.64", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "132.588", - "max": "133.874", - "min": "132.25", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "202.614", - "max": "203.014", - "min": "202.388", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "54.348", - "max": "54.588", - "min": "54.236", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "76.6", - "max": "77.666", - "min": "76.323", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "28.093", - "max": "28.61", - "min": "27.698", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "159.423", - "max": "238.281", - "min": "145.058", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "48.385", - "max": "48.672", - "min": "48.234", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "254.735", - "max": "339.205", - "min": "243.829", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "196.869", - "max": "197.511", - "min": "196.586", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "171.995", - "max": "174.612", - "min": "170.804", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "156.774", - "max": "157.264", - "min": "156.614", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "180.678", - "max": "182.47", - "min": "180.33", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "148.13", - "max": "148.405", - "min": "147.951", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "202.398", - "max": "205.09", - "min": "201.734", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "198.209", - "max": "259.035", - "min": "193.468", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "214.235", - "max": "218.506", - "min": "213.658", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "180.526", - "max": "183.174", - "min": "180.238", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "181.35", - "max": "181.889", - "min": "180.93", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "184.924", - "max": "185.328", - "min": "184.704", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "73.292", - "max": "73.77", - "min": "73.034", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "180.274", - "max": "196.528", - "min": "179.102", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "198.813", - "max": "200.041", - "min": "198.053", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "49.698", - "max": "52.186", - "min": "49.446", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "163.033", - "max": "163.657", - "min": "162.765", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "18.842", - "max": "19.914", - "min": "18.546", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "114.226", - "max": "115.161", - "min": "113.978", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "65.214", - "max": "65.752", - "min": "65.048", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "197.908", - "max": "198.837", - "min": "197.58", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "146.568", - "max": "146.981", - "min": "146.334", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "75.96", - "max": "77.569", - "min": "75.719", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "23.615", - "max": "24.019", - "min": "23.418", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "62.934", - "max": "64.687", - "min": "62.674", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "65.703", - "max": "66.309", - "min": "65.521", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "26.369", - "max": "30.947", - "min": "26", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "83.853", - "max": "93.213", - "min": "83.238", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "158.116", - "max": "162.611", - "min": "157.294", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "252.395", - "max": "252.844", - "min": "252.187", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "27.633", - "max": "28.2", - "min": "27.441", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "213.838", - "max": "214.714", - "min": "213.426", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "148.854", - "max": "151.875", - "min": "148.421", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "74.438", - "max": "74.78", - "min": "74.205", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "68.714", - "max": "69.806", - "min": "68.485", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "142.388", - "max": "144.828", - "min": "142.102", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "60.728", - "max": "62.51", - "min": "59.869", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "0.06", - "max": "0.127", - "min": "0.037", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "170.804", - "max": "172.47", - "min": "170.568", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "141.81", - "max": "142.159", - "min": "141.563", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "72.227", - "max": "72.465", - "min": "72.003", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "85.8", - "max": "88.062", - "min": "85.335", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "115.17", - "max": "115.501", - "min": "114.96", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "131.343", - "max": "133.443", - "min": "130.853", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "8.575", - "max": "9.086", - "min": "8.36", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "57.443", - "max": "57.902", - "min": "57.183", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "72.521", - "max": "72.711", - "min": "72.388", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "75.98", - "max": "80.933", - "min": "75.548", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "196.245", - "max": "196.841", - "min": "196.049", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "177.145", - "max": "179.921", - "min": "176.311", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "57.478", - "max": "57.884", - "min": "57.187", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "224.296", - "max": "226.631", - "min": "223.724", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "139.264", - "max": "142.339", - "min": "138.859", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "74.365", - "max": "75.851", - "min": "74.154", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "71.002", - "max": "71.386", - "min": "70.778", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "244.702", - "max": "245.33", - "min": "244.508", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "175.928", - "max": "179.427", - "min": "175.581", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "137.793", - "max": "138.751", - "min": "137.595", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "74.364", - "max": "74.923", - "min": "74.161", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "278.375", - "max": "278.718", - "min": "278.149", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "513.88", - "max": "642.879", - "min": "366.003", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "278.579", - "max": "335.156", - "min": "219.186", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "306.524", - "max": "329.895", - "min": "305.142", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "124.106", - "max": "125.521", - "min": "123.847", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "50.734", - "max": "51.073", - "min": "50.53", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "76.215", - "max": "76.756", - "min": "75.974", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "35.143", - "max": "35.514", - "min": "34.877", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "150.644", - "max": "312.69", - "min": "73.066", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "175.465", - "max": "176.281", - "min": "175.26", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "181.876", - "max": "309.776", - "min": "172.445", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "174.52", - "max": "175.146", - "min": "174.313", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "160.79", - "max": "163.374", - "min": "160.3", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "74.335", - "max": "74.668", - "min": "72.971", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "297.98", - "max": "298.632", - "min": "297.671", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "228.134", - "max": "228.548", - "min": "227.891", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "56.7", - "max": "57.246", - "min": "56.517", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "70.982", - "max": "71.421", - "min": "70.783", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "60.866", - "max": "61.159", - "min": "60.704", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "71.755", - "max": "72.273", - "min": "71.552", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "142.249", - "max": "144.113", - "min": "141.555", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "57.558", - "max": "58.212", - "min": "57.329", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "76.197", - "max": "76.979", - "min": "75.844", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "44.587", - "max": "65.882", - "min": "42.221", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "56.843", - "max": "57.266", - "min": "56.624", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "60.99", - "max": "61.313", - "min": "60.85", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.268", - "max": "68.639", - "min": "68.012", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "171.37", - "max": "172.72", - "min": "171.061", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "258.312", - "max": "265.4", - "min": "257.588", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "186.4", - "max": "186.996", - "min": "185.865", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "159.368", - "max": "159.873", - "min": "159.076", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "60.186", - "max": "60.787", - "min": "59.913", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "148.837", - "max": "149.623", - "min": "148.516", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "173.009", - "max": "181.308", - "min": "172.372", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "262.722", - "max": "263.283", - "min": "262.247", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "144.824", - "max": "145.123", - "min": "144.628", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "138.097", - "max": "138.979", - "min": "137.938", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "155.386", - "max": "178.844", - "min": "153.108", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "237.066", - "max": "239.267", - "min": "236.851", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "178.848", - "max": "180.474", - "min": "178.585", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "156.885", - "max": "186.579", - "min": "155.614", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "74.464", - "max": "75.375", - "min": "74.174", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "33.368", - "max": "33.625", - "min": "33.119", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "195.636", - "max": "197.606", - "min": "195.013", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "168.754", - "max": "211.527", - "min": "160.635", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "78.314", - "max": "78.741", - "min": "78.082", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "208.805", - "max": "303.198", - "min": "200.291", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "103.592", - "max": "104.097", - "min": "103.372", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "350.09", - "max": "350.396", - "min": "349.695", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "183.698", - "max": "184.138", - "min": "183.494", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "71.714", - "max": "71.943", - "min": "71.554", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "254.032", - "max": "255.796", - "min": "253.761", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "319.326", - "max": "319.793", - "min": "319.153", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "230.026", - "max": "230.734", - "min": "229.831", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "70.197", - "max": "70.712", - "min": "69.858", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "207.41", - "max": "216.197", - "min": "174.437", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "85.401", - "max": "86.306", - "min": "85.022", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "66.971", - "max": "68.882", - "min": "66.743", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "151.22", - "max": "152.54", - "min": "150.838", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "281.296", - "max": "281.828", - "min": "281.107", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "147.472", - "max": "147.987", - "min": "147.325", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "159.067", - "max": "164.655", - "min": "158.594", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "168.502", - "max": "168.923", - "min": "168.335", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "161.429", - "max": "161.821", - "min": "161.27", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "141.196", - "max": "141.786", - "min": "140.925", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "208.779", - "max": "210.269", - "min": "208.507", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "180.802", - "max": "183.303", - "min": "180.507", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "191.9", - "max": "193.167", - "min": "191.625", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "188.867", - "max": "190.192", - "min": "188.667", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "144.355", - "max": "150.08", - "min": "143.76", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "154.932", - "max": "156.55", - "min": "154.628", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "147.294", - "max": "147.969", - "min": "147.121", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "178.162", - "max": "181.852", - "min": "177.625", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "202.088", - "max": "203.625", - "min": "201.656", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "169.242", - "max": "172.195", - "min": "168.461", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "165.876", - "max": "197.407", - "min": "151.126", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "148.952", - "max": "149.56", - "min": "148.785", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "200.826", - "max": "201.237", - "min": "200.493", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "175.565", - "max": "183.906", - "min": "175.089", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "195.257", - "max": "196.216", - "min": "194.833", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "142.395", - "max": "142.842", - "min": "141.99", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.561", - "max": "219.558", - "min": "214.127", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "170.554", - "max": "171.045", - "min": "170.388", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "164.516", - "max": "165.06", - "min": "164.232", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "180.15", - "max": "180.748", - "min": "179.928", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "141.892", - "max": "148.399", - "min": "139.964", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "200.142", - "max": "200.787", - "min": "199.905", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "154.514", - "max": "155.306", - "min": "154.198", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "143.434", - "max": "150.653", - "min": "143.037", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "152.81", - "max": "153.322", - "min": "152.584", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "167.103", - "max": "173.851", - "min": "166.024", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "74.226", - "max": "76.921", - "min": "73.373", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "180.485", - "max": "181.018", - "min": "180.314", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "248.448", - "max": "249.011", - "min": "248.214", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "145.272", - "max": "146.755", - "min": "145", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "289.939", - "max": "290.79", - "min": "288.969", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "18.482", - "max": "20.039", - "min": "18.062", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "172.48", - "max": "172.822", - "min": "172.216", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "212.67", - "max": "213.761", - "min": "212.382", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "141.784", - "max": "144.011", - "min": "141.158", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "147.2", - "max": "148.446", - "min": "146.835", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "83.043", - "max": "83.238", - "min": "82.914", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "97.297", - "max": "97.648", - "min": "97.165", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "181.57", - "max": "183.454", - "min": "181.231", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "72.527", - "max": "72.74", - "min": "72.345", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "178.234", - "max": "179.006", - "min": "177.943", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "72.297", - "max": "72.749", - "min": "72.047", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "167.041", - "max": "167.294", - "min": "166.871", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "191.992", - "max": "193.719", - "min": "191.605", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "85.005", - "max": "87.292", - "min": "83.212", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "152.639", - "max": "153.878", - "min": "152.093", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "188.868", - "max": "192.233", - "min": "188.09", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "109.161", - "max": "111.298", - "min": "108.43", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "334.173", - "max": "335.057", - "min": "333.715", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "114.047", - "max": "114.441", - "min": "113.789", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "228.524", - "max": "229.006", - "min": "228.325", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "185.739", - "max": "186.106", - "min": "185.624", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "149.109", - "max": "149.754", - "min": "148.928", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "192.472", - "max": "192.75", - "min": "192.29", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "79.549", - "max": "79.981", - "min": "79.336", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "72.87", - "max": "73.342", - "min": "72.685", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "200.822", - "max": "203.253", - "min": "199.177", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "122.182", - "max": "123.624", - "min": "121.858", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "81.542", - "max": "83.074", - "min": "80.298", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "199.755", - "max": "200.871", - "min": "199.481", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "66.1", - "max": "66.424", - "min": "65.901", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "160.129", - "max": "165.557", - "min": "159.156", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "168.577", - "max": "174.11", - "min": "164.393", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "144.345", - "max": "144.436", - "min": "144.251", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "143.49", - "max": "144.043", - "min": "143.336", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "163.931", - "max": "164.344", - "min": "163.84", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "232.246", - "max": "234.998", - "min": "231.941", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "158.966", - "max": "167.395", - "min": "150.743", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "174.768", - "max": "176.157", - "min": "174.598", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "240.16", - "max": "242.205", - "min": "239.696", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "217.583", - "max": "219.377", - "min": "217.084", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "79.124", - "max": "85.439", - "min": "78.176", - "id": "93", - "country": "United States", - "source_name": "Sacramento", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "96": { - "name": "Buffalo", - "data": { - "0": { - "avg": "140.641", - "max": "140.857", - "min": "140.393", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "220.14", - "max": "221.225", - "min": "219.918", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "19.803", - "max": "20.185", - "min": "19.619", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "112.815", - "max": "120.155", - "min": "112.111", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "80.494", - "max": "81.24", - "min": "80.243", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "183.807", - "max": "184.316", - "min": "183.627", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "92.332", - "max": "92.581", - "min": "92.217", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "229.829", - "max": "239.426", - "min": "228.812", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "129.59", - "max": "130.042", - "min": "129.443", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "101.25", - "max": "104.934", - "min": "100.731", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "82.049", - "max": "82.677", - "min": "81.828", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "38.239", - "max": "38.404", - "min": "38.137", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "10.201", - "max": "11.437", - "min": "10.027", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "17.158", - "max": "17.963", - "min": "16.993", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "40.907", - "max": "40.999", - "min": "40.825", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "16.15", - "max": "18.098", - "min": "15.768", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "102.977", - "max": "103.222", - "min": "102.662", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "26.945", - "max": "27.424", - "min": "26.817", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "86.935", - "max": "87.212", - "min": "86.767", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "108.463", - "max": "108.815", - "min": "108.368", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "223.544", - "max": "223.623", - "min": "223.467", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "20.257", - "max": "21.258", - "min": "20.07", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "66.38", - "max": "66.537", - "min": "66.282", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "62.199", - "max": "63.054", - "min": "61.997", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "108.782", - "max": "109.794", - "min": "108.574", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "101.801", - "max": "102.25", - "min": "101.684", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "99.403", - "max": "100.35", - "min": "99.125", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "117.274", - "max": "120.79", - "min": "116.582", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "95.454", - "max": "95.531", - "min": "95.366", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "80.542", - "max": "80.72", - "min": "80.421", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "250.069", - "max": "250.845", - "min": "249.832", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "111.293", - "max": "112.338", - "min": "111.079", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "69.031", - "max": "72.665", - "min": "68.788", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "123.801", - "max": "123.95", - "min": "123.668", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "106.758", - "max": "108.404", - "min": "106.503", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "249.205", - "max": "250.607", - "min": "249.038", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "69.083", - "max": "69.17", - "min": "69.004", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "58.712", - "max": "60.237", - "min": "58.459", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "41.528", - "max": "41.971", - "min": "41.434", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "19.034", - "max": "23.056", - "min": "18.612", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "221.128", - "max": "223.594", - "min": "220.705", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "82.23", - "max": "84.075", - "min": "81.788", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "122.591", - "max": "122.731", - "min": "122.436", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "110.713", - "max": "119.526", - "min": "110.314", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.485", - "max": "211.867", - "min": "211.401", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "111.473", - "max": "112.188", - "min": "111.136", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "107.453", - "max": "108.005", - "min": "107.308", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "93.652", - "max": "93.82", - "min": "93.549", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "160.672", - "max": "161.136", - "min": "160.534", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "44.597", - "max": "45.085", - "min": "44.446", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "15.787", - "max": "19.202", - "min": "15.469", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "69.318", - "max": "71.465", - "min": "68.998", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "139.683", - "max": "153.317", - "min": "125.149", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "25.895", - "max": "32.136", - "min": "25.575", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "258.397", - "max": "280.026", - "min": "254.046", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "247.744", - "max": "248.153", - "min": "247.527", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "119.647", - "max": "122.477", - "min": "118.728", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "216.946", - "max": "217.861", - "min": "216.802", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "113.02", - "max": "115.82", - "min": "112.27", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "87.406", - "max": "87.538", - "min": "87.312", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "133.913", - "max": "136.97", - "min": "133.175", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "140.938", - "max": "190.077", - "min": "136.469", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "252.719", - "max": "261.391", - "min": "251.811", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "270.518", - "max": "273.175", - "min": "270.218", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "131.074", - "max": "131.354", - "min": "130.897", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "129.312", - "max": "129.547", - "min": "129.226", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "12.645", - "max": "15.854", - "min": "12.35", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "122.652", - "max": "150.469", - "min": "120.01", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "143.005", - "max": "145.137", - "min": "142.193", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "36.491", - "max": "37.601", - "min": "36.344", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "231.639", - "max": "232.479", - "min": "231.482", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.279", - "max": "68.437", - "min": "65.881", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "83.749", - "max": "84.66", - "min": "83.596", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "32.471", - "max": "32.963", - "min": "32.361", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "119.518", - "max": "120.863", - "min": "119.267", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "97.335", - "max": "97.585", - "min": "97.13", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "23.846", - "max": "23.97", - "min": "23.707", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "76.027", - "max": "76.222", - "min": "75.888", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "18.924", - "max": "32.36", - "min": "18.156", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "28.626", - "max": "28.915", - "min": "28.495", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "69.502", - "max": "69.67", - "min": "69.359", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "25.082", - "max": "25.596", - "min": "24.85", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "225.135", - "max": "226.261", - "min": "224.927", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "242.253", - "max": "242.723", - "min": "242.061", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "50.872", - "max": "51.585", - "min": "50.767", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "146.428", - "max": "147.519", - "min": "146.075", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "91.797", - "max": "93.72", - "min": "91.321", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "39.259", - "max": "39.486", - "min": "39.069", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "20.461", - "max": "20.624", - "min": "20.362", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "83.689", - "max": "92.242", - "min": "82.405", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.077", - "max": "33.507", - "min": "31.39", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "72.216", - "max": "72.575", - "min": "72.058", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "105.183", - "max": "105.322", - "min": "105.124", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "189.315", - "max": "190.463", - "min": "189.061", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "0.039", - "max": "0.129", - "min": "0.02", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "47.561", - "max": "47.745", - "min": "47.372", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "86.285", - "max": "86.439", - "min": "86.053", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "66.942", - "max": "81.968", - "min": "65.474", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "81.416", - "max": "81.539", - "min": "81.293", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "10.938", - "max": "11.519", - "min": "10.81", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "36.927", - "max": "37.138", - "min": "36.814", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "65.168", - "max": "65.366", - "min": "65.032", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "145.625", - "max": "146.243", - "min": "145.437", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "223.791", - "max": "232.333", - "min": "222.914", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.719", - "max": "29.396", - "min": "28.508", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "210.161", - "max": "210.324", - "min": "209.876", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "101.823", - "max": "104.227", - "min": "101.526", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "13.072", - "max": "13.186", - "min": "12.911", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "26.57", - "max": "26.686", - "min": "26.483", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "201.327", - "max": "204.679", - "min": "200.463", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "223.271", - "max": "224.769", - "min": "223.116", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.375", - "max": "189.483", - "min": "189.276", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "10.835", - "max": "10.949", - "min": "10.685", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "208.285", - "max": "245.285", - "min": "206.692", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "450.348", - "max": "566.815", - "min": "272.463", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "249.377", - "max": "327.961", - "min": "164.07", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "237.306", - "max": "237.982", - "min": "237.024", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "170.649", - "max": "172.556", - "min": "170.35", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "31.683", - "max": "31.88", - "min": "31.541", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "44.24", - "max": "46.299", - "min": "43.934", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "38.003", - "max": "38.219", - "min": "37.853", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "143.601", - "max": "312.434", - "min": "59.998", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "135.808", - "max": "135.925", - "min": "135.739", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "122.399", - "max": "172.538", - "min": "118.841", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "115.34", - "max": "116.727", - "min": "115.07", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "106.574", - "max": "107.627", - "min": "105.981", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "10.535", - "max": "13.466", - "min": "9.447", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "228.399", - "max": "230.592", - "min": "228.091", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "179.685", - "max": "180.19", - "min": "179.52", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "96.689", - "max": "97.881", - "min": "96.53", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "28.408", - "max": "29.155", - "min": "28.209", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "22.965", - "max": "23.369", - "min": "22.765", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "34.326", - "max": "36.58", - "min": "34.015", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "223.085", - "max": "224.357", - "min": "222.478", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "53.708", - "max": "54.043", - "min": "53.59", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "13.631", - "max": "14.059", - "min": "13.453", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "57.312", - "max": "74.436", - "min": "55.361", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.757", - "max": "48.867", - "min": "48.678", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "77.863", - "max": "78.565", - "min": "77.706", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "9.727", - "max": "10.495", - "min": "9.59", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "109.614", - "max": "110.278", - "min": "109.429", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "255.388", - "max": "256.011", - "min": "255.13", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "116.367", - "max": "116.553", - "min": "116.27", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "123.898", - "max": "124.032", - "min": "123.814", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "124.601", - "max": "130.45", - "min": "124.193", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "90.272", - "max": "91.03", - "min": "89.903", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "112.131", - "max": "120.05", - "min": "111.69", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "262.619", - "max": "263.462", - "min": "262.469", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "74.418", - "max": "79.628", - "min": "74.158", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "75.92", - "max": "76.213", - "min": "75.83", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "91.757", - "max": "97.922", - "min": "90.419", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "176.312", - "max": "176.465", - "min": "176.231", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "117.657", - "max": "119.124", - "min": "117.294", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "92.234", - "max": "139.233", - "min": "90.451", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "24.149", - "max": "24.259", - "min": "24.075", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "77.398", - "max": "78.345", - "min": "77.18", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "121.834", - "max": "123.643", - "min": "121.315", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "259.675", - "max": "312.268", - "min": "251.54", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "43.195", - "max": "43.936", - "min": "42.986", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "177.248", - "max": "238.41", - "min": "170.79", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "50.873", - "max": "51.069", - "min": "50.736", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "485.29", - "max": "485.845", - "min": "484.741", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "112.887", - "max": "113.087", - "min": "112.783", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "10.959", - "max": "11.125", - "min": "10.865", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "198.009", - "max": "198.165", - "min": "197.875", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "234.611", - "max": "234.731", - "min": "234.488", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "170.153", - "max": "171.338", - "min": "169.888", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.554", - "max": "61.688", - "min": "61.465", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "263.273", - "max": "273.706", - "min": "238.053", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "21.852", - "max": "21.976", - "min": "21.734", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "31.678", - "max": "33.516", - "min": "31.293", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "93.647", - "max": "99.89", - "min": "93.158", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "269.452", - "max": "269.609", - "min": "269.36", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "86.211", - "max": "86.975", - "min": "86.061", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "91.838", - "max": "92.161", - "min": "91.626", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "112.229", - "max": "135.099", - "min": "110.946", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "100.502", - "max": "100.579", - "min": "100.388", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "79.61", - "max": "79.963", - "min": "79.352", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "147.448", - "max": "148.813", - "min": "147.25", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "128.728", - "max": "128.869", - "min": "128.565", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "137.231", - "max": "141.061", - "min": "136.941", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "122.427", - "max": "122.697", - "min": "122.253", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "93.625", - "max": "94.878", - "min": "93.41", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "102.906", - "max": "102.99", - "min": "102.837", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.496", - "max": "82.223", - "min": "81.276", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "129.109", - "max": "131.247", - "min": "128.807", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "137.672", - "max": "137.96", - "min": "137.446", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "106.751", - "max": "109.226", - "min": "106.09", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "116.187", - "max": "164.019", - "min": "91.169", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "78.663", - "max": "78.74", - "min": "78.561", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "136.113", - "max": "136.809", - "min": "135.886", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "123.442", - "max": "159.931", - "min": "121.977", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "131.532", - "max": "132.154", - "min": "131.06", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "88.428", - "max": "88.895", - "min": "88.18", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "284.183", - "max": "286.609", - "min": "283.98", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "106.858", - "max": "106.98", - "min": "106.709", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "105.475", - "max": "107.547", - "min": "104.792", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "113.222", - "max": "113.295", - "min": "113.153", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "96.188", - "max": "105.475", - "min": "94.263", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "139.497", - "max": "139.687", - "min": "139.375", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "81.713", - "max": "86.891", - "min": "81.237", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "79.754", - "max": "80.294", - "min": "79.597", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "90.123", - "max": "90.69", - "min": "89.953", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.131", - "max": "226.339", - "min": "224.892", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "14.199", - "max": "18.519", - "min": "13.494", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "234.697", - "max": "241.289", - "min": "233.96", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "250.25", - "max": "251.389", - "min": "250.017", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "92.269", - "max": "93.746", - "min": "92.093", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "222.537", - "max": "222.961", - "min": "222.388", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "95.295", - "max": "96.968", - "min": "95.083", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "115.79", - "max": "116.492", - "min": "115.534", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "145.496", - "max": "146.964", - "min": "145.307", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "76.402", - "max": "77.556", - "min": "76.041", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "96.812", - "max": "97.079", - "min": "96.589", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.196", - "max": "27.85", - "min": "27.035", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "51.291", - "max": "53.205", - "min": "50.955", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "232.515", - "max": "232.933", - "min": "232.316", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "15.982", - "max": "16.23", - "min": "15.888", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "109.157", - "max": "109.31", - "min": "109.054", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "4.527", - "max": "4.612", - "min": "4.446", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "108.869", - "max": "109.06", - "min": "108.751", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "177.068", - "max": "480.623", - "min": "149.737", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "58.35", - "max": "62.079", - "min": "55.874", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "106.233", - "max": "106.416", - "min": "106.009", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "109.724", - "max": "112.981", - "min": "108.434", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "89.847", - "max": "93.821", - "min": "89.049", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "217.896", - "max": "218.639", - "min": "217.481", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "152.925", - "max": "153.06", - "min": "152.779", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "183.733", - "max": "184.292", - "min": "183.519", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "122.57", - "max": "122.69", - "min": "122.457", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "92.45", - "max": "94.91", - "min": "92.192", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "127.79", - "max": "130.13", - "min": "127.54", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "20.52", - "max": "22.821", - "min": "19.805", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "20.544", - "max": "20.666", - "min": "20.459", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "139.982", - "max": "156.829", - "min": "136.893", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "105.246", - "max": "106.873", - "min": "104.265", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "23.447", - "max": "26.483", - "min": "22.242", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "140.087", - "max": "141.119", - "min": "139.947", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "38.027", - "max": "39.524", - "min": "37.847", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "91.194", - "max": "99.977", - "min": "90.541", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "227.2", - "max": "229.395", - "min": "222.643", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "112.557", - "max": "112.574", - "min": "112.541", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "80.532", - "max": "82.302", - "min": "80.3", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "117.255", - "max": "117.336", - "min": "117.166", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "168.553", - "max": "182.654", - "min": "167.908", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "93.312", - "max": "100.538", - "min": "85.552", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "114.948", - "max": "130.09", - "min": "114.32", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "256.48", - "max": "257.327", - "min": "256.348", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "171.005", - "max": "173.841", - "min": "170.645", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "19.119", - "max": "19.769", - "min": "18.96", - "id": "96", - "country": "United States", - "source_name": "Buffalo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "97": { - "name": "Tampa", - "data": { - "0": { - "avg": "86.911", - "max": "87.087", - "min": "86.732", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "266.284", - "max": "267.637", - "min": "265.799", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "49.796", - "max": "50.018", - "min": "49.616", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "141.618", - "max": "148.509", - "min": "141.052", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "108.935", - "max": "109.194", - "min": "108.764", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "175.112", - "max": "184.363", - "min": "173.896", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "117.95", - "max": "118.255", - "min": "117.697", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "303.389", - "max": "306.573", - "min": "302.568", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "152.878", - "max": "153.513", - "min": "152.623", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "137.241", - "max": "142.004", - "min": "136.343", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "108.371", - "max": "109.887", - "min": "108.11", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "54.614", - "max": "85.85", - "min": "53.39", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "34.534", - "max": "34.766", - "min": "34.387", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "46.431", - "max": "47.46", - "min": "46.17", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "6.396", - "max": "7.754", - "min": "6.212", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "43.021", - "max": "43.244", - "min": "42.477", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "134.283", - "max": "134.545", - "min": "134.07", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "20.062", - "max": "35.741", - "min": "17.731", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "118.295", - "max": "118.705", - "min": "118.047", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "125.493", - "max": "126.894", - "min": "125.283", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "283.005", - "max": "284.541", - "min": "282.673", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "35.624", - "max": "36.15", - "min": "35.511", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "79.527", - "max": "79.849", - "min": "79.139", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "73.708", - "max": "73.94", - "min": "73.474", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "128.667", - "max": "129.144", - "min": "128.434", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "130.967", - "max": "131.172", - "min": "130.861", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "125.114", - "max": "126.242", - "min": "124.858", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "126.741", - "max": "128.315", - "min": "126.413", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "137.494", - "max": "137.765", - "min": "137.368", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.343", - "max": "70.857", - "min": "70.053", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "251.897", - "max": "252.135", - "min": "251.68", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "131.244", - "max": "131.938", - "min": "131.021", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "56.605", - "max": "56.961", - "min": "56.49", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "151.497", - "max": "152.43", - "min": "151.309", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "121.004", - "max": "121.888", - "min": "120.714", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "241.782", - "max": "244.77", - "min": "241.464", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "63.073", - "max": "63.661", - "min": "62.89", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "70.988", - "max": "71.326", - "min": "70.765", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.499", - "max": "34.992", - "min": "34.277", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "50.93", - "max": "61.057", - "min": "50.441", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "255.049", - "max": "271.55", - "min": "253.918", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "115.498", - "max": "117.383", - "min": "115.042", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "144.839", - "max": "145.031", - "min": "144.644", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "133.635", - "max": "136.495", - "min": "133.385", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "245.263", - "max": "245.604", - "min": "245.087", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "140.93", - "max": "142.964", - "min": "140.342", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "156.795", - "max": "157.491", - "min": "156.58", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "93.188", - "max": "96.769", - "min": "86.248", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "150.651", - "max": "153.422", - "min": "149.117", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "37.688", - "max": "37.789", - "min": "37.607", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "42.519", - "max": "43.928", - "min": "42.157", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "74.654", - "max": "75.145", - "min": "74.362", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "168.063", - "max": "258.535", - "min": "156.671", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.235", - "max": "38.547", - "min": "37.991", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "248.809", - "max": "264.62", - "min": "244.924", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "265.281", - "max": "268.506", - "min": "264.901", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "119.621", - "max": "128.228", - "min": "118.874", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "217.414", - "max": "217.515", - "min": "217.313", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "137.749", - "max": "139.032", - "min": "137.351", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "112.912", - "max": "113.191", - "min": "112.728", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "165.59", - "max": "166.852", - "min": "165.217", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "155.28", - "max": "210.543", - "min": "150.111", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "250.157", - "max": "272.964", - "min": "248.55", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "252.431", - "max": "258.945", - "min": "251.769", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "154.042", - "max": "154.604", - "min": "153.875", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "145.273", - "max": "145.63", - "min": "145.012", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "30.453", - "max": "31.458", - "min": "30.183", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "147.694", - "max": "148.267", - "min": "147.167", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "140.766", - "max": "142.212", - "min": "140.102", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "55.369", - "max": "57.521", - "min": "55.142", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "241.411", - "max": "246.406", - "min": "240.836", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "60.879", - "max": "61.268", - "min": "60.533", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "49.393", - "max": "50.171", - "min": "49.151", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "15.291", - "max": "17.903", - "min": "14.928", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "160.981", - "max": "161.862", - "min": "160.66", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "115.299", - "max": "115.633", - "min": "115.127", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "21.449", - "max": "21.659", - "min": "21.22", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "64.734", - "max": "67.243", - "min": "64.477", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "51.387", - "max": "53.743", - "min": "51.054", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "31.808", - "max": "32.242", - "min": "31.64", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "76.81", - "max": "77.227", - "min": "76.65", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "50.864", - "max": "51.378", - "min": "50.647", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "351.72", - "max": "352.774", - "min": "349.677", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "266.884", - "max": "267.269", - "min": "266.683", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "78.69", - "max": "79.041", - "min": "78.572", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "154.862", - "max": "156.07", - "min": "154.45", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "117.912", - "max": "119.031", - "min": "117.649", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "3.22", - "max": "4.907", - "min": "2.734", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "48.863", - "max": "48.999", - "min": "48.643", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "112.719", - "max": "115.444", - "min": "112.365", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.809", - "max": "37.397", - "min": "35.2", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "85.588", - "max": "87.479", - "min": "85.303", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "112.845", - "max": "113.064", - "min": "112.727", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "210.44", - "max": "210.722", - "min": "210.2", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "47.54", - "max": "47.959", - "min": "47.338", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "0.035", - "max": "0.065", - "min": "0.027", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "59.625", - "max": "59.821", - "min": "59.472", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "33.938", - "max": "54.485", - "min": "32.747", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "79.883", - "max": "92.919", - "min": "74.744", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "36.979", - "max": "37.905", - "min": "36.781", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "72.335", - "max": "87.598", - "min": "71.516", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "83.342", - "max": "83.993", - "min": "83.099", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "150.623", - "max": "155.535", - "min": "150.13", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "254.775", - "max": "259.317", - "min": "254.075", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "31.896", - "max": "32.621", - "min": "31.643", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "373.269", - "max": "373.66", - "min": "372.378", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "83.223", - "max": "84.884", - "min": "82.964", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "36.651", - "max": "38.557", - "min": "36.353", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "22.012", - "max": "22.255", - "min": "21.869", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "246.687", - "max": "249.401", - "min": "246.411", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "221.817", - "max": "221.998", - "min": "221.603", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "200.724", - "max": "200.897", - "min": "200.568", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "43.86", - "max": "46.349", - "min": "43.511", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "235.006", - "max": "236.245", - "min": "234.562", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "478.332", - "max": "595.312", - "min": "311.437", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "237.969", - "max": "332.33", - "min": "185.392", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "281.083", - "max": "287.565", - "min": "280.204", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "156.134", - "max": "156.918", - "min": "155.867", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "34.703", - "max": "34.797", - "min": "34.526", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "35.447", - "max": "36.238", - "min": "35.178", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "46.481", - "max": "46.82", - "min": "46.323", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "108.098", - "max": "263.545", - "min": "33.371", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "111.294", - "max": "112.047", - "min": "111.02", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "156.159", - "max": "295.966", - "min": "150.407", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "142.879", - "max": "143.502", - "min": "142.761", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "127.934", - "max": "130.171", - "min": "127.105", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "37.704", - "max": "38.034", - "min": "37.497", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "258.696", - "max": "259.129", - "min": "258.49", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "243.333", - "max": "244.367", - "min": "243.049", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "109.295", - "max": "109.455", - "min": "109.191", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "58.441", - "max": "59.153", - "min": "58.218", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "49.17", - "max": "51.455", - "min": "48.826", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "40.768", - "max": "40.963", - "min": "40.647", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "228.905", - "max": "230.434", - "min": "228.224", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "43.963", - "max": "45.676", - "min": "43.723", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "40.086", - "max": "40.283", - "min": "39.973", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "46.669", - "max": "51.491", - "min": "45.841", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "59.51", - "max": "59.694", - "min": "59.384", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.885", - "max": "39.039", - "min": "38.744", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "44.726", - "max": "57.801", - "min": "44.135", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "131.188", - "max": "131.417", - "min": "131.067", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "278.015", - "max": "286.15", - "min": "277.413", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "146.697", - "max": "149.572", - "min": "146.317", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "123.486", - "max": "123.805", - "min": "123.195", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "113.816", - "max": "115.656", - "min": "113.448", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "111.29", - "max": "112.011", - "min": "111.036", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "145.249", - "max": "148.059", - "min": "144.971", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "252.32", - "max": "252.686", - "min": "252.142", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "108.404", - "max": "109.278", - "min": "108.204", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "105.22", - "max": "105.33", - "min": "105.07", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "116.32", - "max": "132.77", - "min": "114.584", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "186.479", - "max": "186.557", - "min": "186.386", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "143.145", - "max": "144.105", - "min": "142.942", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "127.816", - "max": "134.507", - "min": "126.798", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "38.623", - "max": "40.21", - "min": "38.326", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "91", - "max": "92.039", - "min": "90.77", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "134.771", - "max": "135.539", - "min": "134.471", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "239.406", - "max": "279.58", - "min": "231.955", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "65.632", - "max": "65.839", - "min": "65.49", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "139.505", - "max": "208.654", - "min": "133.805", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "35.658", - "max": "35.755", - "min": "35.481", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.153", - "max": "382.9", - "min": "380.63", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "146.821", - "max": "147.132", - "min": "146.615", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "28.938", - "max": "29.28", - "min": "28.752", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "222.395", - "max": "222.707", - "min": "222.198", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "266.305", - "max": "266.599", - "min": "266.14", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "199.806", - "max": "201.929", - "min": "199.489", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "44.893", - "max": "45.047", - "min": "44.708", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "211.179", - "max": "217.085", - "min": "210.417", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "39.634", - "max": "39.803", - "min": "39.391", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "40.416", - "max": "40.535", - "min": "40.34", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "116.657", - "max": "118.751", - "min": "116.36", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "253.37", - "max": "254.177", - "min": "253.153", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "112.271", - "max": "114.242", - "min": "112.016", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "121.689", - "max": "121.939", - "min": "121.535", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "131.537", - "max": "131.736", - "min": "131.411", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "122.383", - "max": "122.794", - "min": "122.203", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "103.558", - "max": "103.967", - "min": "103.355", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "164.883", - "max": "165.603", - "min": "164.669", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "145.905", - "max": "146.004", - "min": "145.808", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "163.307", - "max": "163.762", - "min": "162.94", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "145.326", - "max": "152.215", - "min": "144.86", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "107.152", - "max": "108.603", - "min": "106.919", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "128.886", - "max": "130.801", - "min": "128.481", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "149.11", - "max": "149.456", - "min": "148.903", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "132.59", - "max": "134.392", - "min": "132.3", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "171.249", - "max": "171.536", - "min": "171.013", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "135.534", - "max": "151.165", - "min": "134.479", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "166.02", - "max": "225.119", - "min": "136.021", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "98.216", - "max": "101.05", - "min": "97.958", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "175.225", - "max": "176.181", - "min": "175.031", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "144.087", - "max": "178.617", - "min": "142.708", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.994", - "max": "154.545", - "min": "153.588", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "115.272", - "max": "115.633", - "min": "114.974", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "252.583", - "max": "255.125", - "min": "252.096", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "131.332", - "max": "131.69", - "min": "131.162", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "119.564", - "max": "119.822", - "min": "119.328", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "137.724", - "max": "137.808", - "min": "137.649", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "97.109", - "max": "101.631", - "min": "88.992", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "164.041", - "max": "164.265", - "min": "163.931", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "111.148", - "max": "111.876", - "min": "110.901", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "115.996", - "max": "119.61", - "min": "115.753", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "107.084", - "max": "109.819", - "min": "106.313", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "271.309", - "max": "289.304", - "min": "269.484", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "50.956", - "max": "58.233", - "min": "50.192", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "359.176", - "max": "360.805", - "min": "351.199", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "249.247", - "max": "251.891", - "min": "248.983", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "116.589", - "max": "116.717", - "min": "116.45", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "314.865", - "max": "315.378", - "min": "314.514", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "88.816", - "max": "89.422", - "min": "88.495", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "134.241", - "max": "134.577", - "min": "134.084", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "180.972", - "max": "181.662", - "min": "180.752", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "105.069", - "max": "106.464", - "min": "104.657", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "107.799", - "max": "109.383", - "min": "107.35", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "48.381", - "max": "48.667", - "min": "48.183", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "30.542", - "max": "30.802", - "min": "30.388", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "297.39", - "max": "490.318", - "min": "284.787", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "88.239", - "max": "89.355", - "min": "88.095", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "120.548", - "max": "120.714", - "min": "120.293", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "39.744", - "max": "39.875", - "min": "39.644", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "125.682", - "max": "125.868", - "min": "125.578", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "131.946", - "max": "150.414", - "min": "131.163", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "42.518", - "max": "46.123", - "min": "39.334", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "127.312", - "max": "130.801", - "min": "126.514", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "138.954", - "max": "139.742", - "min": "138.406", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "54.782", - "max": "61.057", - "min": "53.725", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "224.863", - "max": "225.921", - "min": "224.41", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "178.64", - "max": "179.05", - "min": "178.402", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "198.246", - "max": "199.17", - "min": "197.92", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "158.236", - "max": "158.522", - "min": "158.097", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "117.583", - "max": "118.296", - "min": "117.376", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "160.398", - "max": "161.217", - "min": "160.234", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "55.256", - "max": "57.23", - "min": "54.705", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "40.6", - "max": "41.411", - "min": "40.416", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "156.714", - "max": "164.929", - "min": "154.476", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "80.158", - "max": "81.185", - "min": "79.764", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "49.831", - "max": "52.628", - "min": "48.83", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "165.366", - "max": "167.723", - "min": "165.039", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "47.52", - "max": "47.661", - "min": "47.365", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "126.071", - "max": "136.545", - "min": "125.511", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "250.481", - "max": "310.571", - "min": "234.124", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "76.402", - "max": "76.402", - "min": "76.402", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "103.726", - "max": "112.464", - "min": "103.18", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "124.451", - "max": "125.821", - "min": "124.257", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "203.6", - "max": "203.858", - "min": "203.412", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "143.834", - "max": "158.946", - "min": "136.373", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "140.41", - "max": "140.944", - "min": "140.216", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "276.483", - "max": "278.133", - "min": "275.939", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "194.329", - "max": "195.975", - "min": "194.013", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "60.398", - "max": "60.722", - "min": "60.183", - "id": "97", - "country": "United States", - "source_name": "Tampa", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "100": { - "name": "San Francisco", - "data": { - "0": { - "avg": "160.253", - "max": "160.427", - "min": "160.087", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "162.295", - "max": "168.672", - "min": "161.866", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "63.533", - "max": "63.768", - "min": "63.39", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "165.021", - "max": "171.175", - "min": "164.339", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "157.039", - "max": "158.038", - "min": "156.787", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "119.096", - "max": "119.674", - "min": "118.908", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "137.732", - "max": "138.247", - "min": "137.602", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "177.188", - "max": "190.62", - "min": "169.578", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "186.651", - "max": "186.919", - "min": "186.484", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "170.221", - "max": "175.565", - "min": "169.694", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "146.933", - "max": "147.118", - "min": "146.764", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "42.214", - "max": "47.676", - "min": "41.92", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "69.189", - "max": "69.936", - "min": "68.945", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "83.196", - "max": "89.891", - "min": "82.823", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "70.586", - "max": "76.113", - "min": "70.329", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "72.411", - "max": "73.105", - "min": "71.958", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "166.01", - "max": "166.563", - "min": "165.703", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "57.195", - "max": "57.473", - "min": "57.095", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "149.396", - "max": "149.578", - "min": "149.203", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "158.247", - "max": "158.459", - "min": "158.147", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "167.901", - "max": "173.886", - "min": "166.007", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "51.939", - "max": "52.271", - "min": "51.818", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "2.87", - "max": "3.716", - "min": "2.686", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "27.325", - "max": "30.826", - "min": "27.056", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "170.245", - "max": "185.637", - "min": "163.941", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "156.199", - "max": "156.568", - "min": "156.086", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "169.026", - "max": "171.293", - "min": "168.713", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "168.652", - "max": "178.101", - "min": "165.645", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "146.044", - "max": "146.374", - "min": "145.954", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "1.747", - "max": "2.104", - "min": "1.571", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "177.066", - "max": "177.285", - "min": "176.975", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "173.437", - "max": "175.264", - "min": "173.19", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "60.562", - "max": "61.069", - "min": "60.426", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "182.033", - "max": "182.204", - "min": "181.892", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "170.752", - "max": "173.001", - "min": "170.391", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "200.516", - "max": "217.359", - "min": "194.424", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "11.83", - "max": "12.092", - "min": "11.738", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "22.493", - "max": "22.693", - "min": "22.381", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "45.652", - "max": "46.014", - "min": "45.512", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "76.395", - "max": "84.804", - "min": "75.719", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "288.325", - "max": "290.378", - "min": "287.876", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "152.786", - "max": "159.115", - "min": "152.121", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "167.918", - "max": "168.054", - "min": "167.794", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "171.853", - "max": "172.444", - "min": "171.605", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "259.436", - "max": "259.639", - "min": "259.256", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "187.423", - "max": "187.999", - "min": "186.929", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "172.131", - "max": "172.597", - "min": "171.921", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "167.197", - "max": "170.583", - "min": "158.432", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "200.938", - "max": "203.078", - "min": "200.665", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "54.57", - "max": "55.042", - "min": "54.461", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "78.939", - "max": "91.145", - "min": "74.1", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "24.626", - "max": "25.075", - "min": "24.369", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "177.268", - "max": "188.566", - "min": "164.799", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "37.046", - "max": "37.333", - "min": "36.82", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "231.642", - "max": "251.465", - "min": "227.456", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "189.006", - "max": "189.944", - "min": "188.777", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "169.479", - "max": "173.713", - "min": "168.597", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "177.816", - "max": "186.405", - "min": "174.956", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "201.949", - "max": "202.317", - "min": "201.777", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "150.312", - "max": "150.816", - "min": "150.162", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "201.432", - "max": "203.707", - "min": "200.894", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "191.021", - "max": "237.571", - "min": "188.713", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "230.397", - "max": "362.655", - "min": "213.837", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "199.143", - "max": "199.49", - "min": "199.044", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "194.37", - "max": "194.49", - "min": "194.252", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "185.802", - "max": "185.986", - "min": "185.728", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "77.602", - "max": "77.913", - "min": "77.473", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "184.251", - "max": "184.615", - "min": "183.825", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "195.369", - "max": "199.06", - "min": "194.517", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "30.467", - "max": "32.611", - "min": "30.255", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "151.997", - "max": "154.378", - "min": "151.725", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "15.664", - "max": "16.527", - "min": "15.346", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "119.825", - "max": "120.013", - "min": "119.697", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "73.056", - "max": "73.197", - "min": "72.978", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "191.692", - "max": "192.374", - "min": "191.423", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "134.558", - "max": "135.063", - "min": "134.297", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "70.768", - "max": "71.395", - "min": "70.625", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "19.676", - "max": "19.892", - "min": "19.45", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "72.123", - "max": "72.38", - "min": "71.93", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "67.95", - "max": "78.826", - "min": "63.339", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "25.249", - "max": "25.437", - "min": "25.041", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "95.857", - "max": "107.007", - "min": "90.92", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "378.116", - "max": "382.096", - "min": "377.728", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "207.915", - "max": "208.204", - "min": "207.727", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "26.749", - "max": "27.427", - "min": "26.615", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "203.455", - "max": "204.409", - "min": "203.067", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "157.551", - "max": "159.395", - "min": "157.083", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "68.977", - "max": "69.361", - "min": "68.832", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "71.858", - "max": "72.027", - "min": "71.717", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "143.929", - "max": "146.537", - "min": "143.714", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "56.871", - "max": "59.488", - "min": "56.254", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "8.596", - "max": "9.388", - "min": "8.342", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "194.148", - "max": "194.257", - "min": "194.081", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "127.615", - "max": "128.209", - "min": "127.326", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "81.405", - "max": "81.594", - "min": "81.261", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "80.754", - "max": "95.403", - "min": "74.739", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "122.44", - "max": "123.214", - "min": "122.212", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "112.481", - "max": "116.556", - "min": "111.945", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "0.035", - "max": "0.082", - "min": "0.023", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "54.357", - "max": "57.299", - "min": "53.938", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "67.279", - "max": "67.701", - "min": "67.167", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "42.68", - "max": "42.946", - "min": "42.458", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "194.802", - "max": "194.928", - "min": "194.679", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "177.992", - "max": "181.378", - "min": "177.377", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "52.58", - "max": "53.335", - "min": "52.361", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "155.33", - "max": "167.94", - "min": "149.884", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "144.449", - "max": "145.689", - "min": "144.306", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "73.701", - "max": "76.086", - "min": "73.348", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "77.324", - "max": "77.504", - "min": "77.226", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "280.612", - "max": "284.267", - "min": "279.5", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "165.69", - "max": "167.137", - "min": "165.295", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "128.533", - "max": "128.961", - "min": "128.381", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "62.122", - "max": "62.468", - "min": "61.967", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "264.497", - "max": "274.434", - "min": "262.805", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "508.736", - "max": "629.237", - "min": "338.225", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "286.945", - "max": "380.491", - "min": "206.484", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "296.996", - "max": "304.632", - "min": "295.949", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "111.75", - "max": "113.681", - "min": "111.501", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "49.78", - "max": "50.609", - "min": "49.568", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "71.893", - "max": "72.709", - "min": "71.655", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "35.426", - "max": "37.127", - "min": "35.147", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "191.649", - "max": "351.786", - "min": "101.879", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "178.983", - "max": "192.54", - "min": "178.391", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "179.674", - "max": "183.372", - "min": "179.008", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "176.845", - "max": "176.979", - "min": "176.763", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "167.252", - "max": "168.153", - "min": "166.653", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "77.457", - "max": "79.79", - "min": "73.992", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "307.078", - "max": "307.429", - "min": "306.797", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "232.233", - "max": "234.963", - "min": "231.886", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "52.274", - "max": "52.463", - "min": "52.059", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "68.793", - "max": "69.666", - "min": "68.625", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "59.42", - "max": "59.684", - "min": "59.303", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "63.46", - "max": "63.742", - "min": "63.296", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "162.584", - "max": "163.82", - "min": "162.072", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "55.022", - "max": "55.596", - "min": "54.824", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "77.939", - "max": "78.228", - "min": "77.769", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "40.638", - "max": "58.596", - "min": "38.598", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "47.308", - "max": "47.886", - "min": "47.179", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "51.313", - "max": "52.126", - "min": "51.091", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "73.398", - "max": "73.589", - "min": "73.268", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "173.121", - "max": "173.256", - "min": "173.009", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "276.884", - "max": "278.906", - "min": "276.242", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "173.688", - "max": "174.206", - "min": "173.548", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "169.871", - "max": "186.214", - "min": "164.647", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "57.088", - "max": "60.511", - "min": "56.601", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "152.89", - "max": "153.877", - "min": "152.587", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "193.704", - "max": "197.621", - "min": "193.401", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "254.552", - "max": "256.637", - "min": "249.432", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "146.792", - "max": "146.965", - "min": "146.716", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "136.596", - "max": "137.107", - "min": "136.482", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "155.241", - "max": "164.262", - "min": "153.408", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "129.556", - "max": "129.986", - "min": "129.329", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "193.603", - "max": "194.569", - "min": "193.363", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "158.519", - "max": "159.003", - "min": "158.352", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "66.962", - "max": "67.177", - "min": "66.789", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "31.957", - "max": "72.678", - "min": "30.276", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "179.129", - "max": "181.806", - "min": "178.729", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "175.269", - "max": "215.724", - "min": "167.063", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "55.548", - "max": "56.134", - "min": "55.363", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "108.255", - "max": "108.435", - "min": "108.148", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "428.009", - "max": "428.366", - "min": "427.612", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "172.955", - "max": "173.667", - "min": "172.675", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "68.095", - "max": "68.661", - "min": "67.948", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "251.784", - "max": "252.025", - "min": "251.629", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "315.42", - "max": "316.065", - "min": "315.26", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "232.868", - "max": "233.48", - "min": "232.664", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "81.567", - "max": "81.91", - "min": "81.408", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "210.49", - "max": "215.497", - "min": "191.704", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "86.582", - "max": "86.862", - "min": "86.409", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "60.405", - "max": "60.784", - "min": "60.286", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "152.567", - "max": "154.571", - "min": "152.263", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "274.668", - "max": "274.943", - "min": "274.574", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "153.858", - "max": "154.793", - "min": "153.698", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "162.368", - "max": "163.288", - "min": "162.151", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "172.225", - "max": "172.591", - "min": "172.128", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "161.167", - "max": "161.336", - "min": "161.072", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "145.326", - "max": "145.872", - "min": "145.06", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "201.894", - "max": "202.703", - "min": "201.646", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "185.932", - "max": "186.293", - "min": "185.78", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "201.524", - "max": "202.337", - "min": "201.308", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "188.203", - "max": "188.44", - "min": "187.992", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "139.718", - "max": "142.379", - "min": "139.498", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "153.984", - "max": "154.163", - "min": "153.869", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "157.651", - "max": "157.878", - "min": "157.459", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "189.328", - "max": "189.457", - "min": "189.254", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "212.498", - "max": "212.869", - "min": "212.262", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "171.433", - "max": "174.858", - "min": "170.294", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "183.322", - "max": "266.406", - "min": "151.598", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "134.9", - "max": "137.633", - "min": "134.656", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "200.997", - "max": "201.519", - "min": "200.792", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "174.649", - "max": "195.918", - "min": "173.671", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "196.598", - "max": "197.088", - "min": "196.18", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "147.291", - "max": "266.726", - "min": "142.172", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "194.123", - "max": "202.755", - "min": "193.698", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "159.696", - "max": "160.203", - "min": "159.56", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "161.849", - "max": "162.017", - "min": "161.675", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "175.214", - "max": "175.937", - "min": "175.098", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "170.206", - "max": "178.023", - "min": "162.909", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "198.526", - "max": "198.868", - "min": "198.37", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "150.204", - "max": "164.677", - "min": "146.128", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "149.857", - "max": "152.639", - "min": "149.318", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "154.654", - "max": "155.018", - "min": "154.494", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "172.417", - "max": "194.614", - "min": "166.142", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "75.912", - "max": "80.934", - "min": "74.909", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "394.316", - "max": "404.927", - "min": "351.853", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "226.082", - "max": "226.401", - "min": "225.952", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "156.638", - "max": "169.299", - "min": "151.155", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "297.272", - "max": "297.508", - "min": "297.047", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "14.881", - "max": "15.602", - "min": "14.631", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "170.832", - "max": "171.656", - "min": "170.565", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "204.773", - "max": "205.472", - "min": "204.548", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "141.011", - "max": "141.891", - "min": "140.683", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "146.692", - "max": "148.316", - "min": "146.262", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "70.663", - "max": "70.834", - "min": "70.562", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "69.002", - "max": "69.247", - "min": "68.897", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "183.657", - "max": "364.518", - "min": "177.186", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "72.133", - "max": "73.205", - "min": "71.954", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "156.606", - "max": "157.025", - "min": "156.407", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "78.033", - "max": "80.452", - "min": "77.783", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "163.7", - "max": "164.326", - "min": "163.557", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "189.943", - "max": "190.423", - "min": "189.799", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "84.336", - "max": "86.892", - "min": "81.399", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "154.897", - "max": "155.452", - "min": "154.703", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "170.849", - "max": "172.312", - "min": "170.07", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "108.361", - "max": "110.263", - "min": "107.747", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "285.867", - "max": "286.992", - "min": "285.506", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "102.966", - "max": "103.374", - "min": "102.825", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "230.202", - "max": "230.732", - "min": "230.007", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "183.512", - "max": "183.667", - "min": "183.361", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "147.09", - "max": "147.259", - "min": "147.013", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "180.124", - "max": "180.39", - "min": "179.989", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "75.182", - "max": "77.056", - "min": "74.675", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "71.771", - "max": "72.052", - "min": "71.642", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "199.205", - "max": "201.158", - "min": "197.46", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "135.755", - "max": "137.015", - "min": "135.216", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "80.293", - "max": "84.086", - "min": "78.944", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "201.739", - "max": "202.383", - "min": "201.503", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "46.893", - "max": "59.926", - "min": "45.283", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "183.938", - "max": "187.177", - "min": "183.618", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "172.998", - "max": "177.899", - "min": "172.687", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "157.501", - "max": "157.501", - "min": "157.501", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "140.818", - "max": "140.936", - "min": "140.727", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "144.248", - "max": "144.661", - "min": "144.095", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "238.507", - "max": "240.63", - "min": "238.28", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.904", - "max": "174.584", - "min": "149.471", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "171.617", - "max": "171.884", - "min": "171.455", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "250.709", - "max": "252.029", - "min": "250.391", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "244.694", - "max": "245.918", - "min": "244.248", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "74.401", - "max": "76.312", - "min": "74.168", - "id": "100", - "country": "United States", - "source_name": "San Francisco", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "101": { - "name": "South Bend", - "data": { - "0": { - "avg": "178.826", - "max": "179.412", - "min": "178.626", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "208.28", - "max": "212.36", - "min": "207.949", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "15.987", - "max": "16.228", - "min": "15.855", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "122.209", - "max": "127.616", - "min": "121.608", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "90.726", - "max": "92.437", - "min": "90.456", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "172.416", - "max": "174.607", - "min": "172.142", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "102.171", - "max": "107.849", - "min": "101.706", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "217.407", - "max": "238.025", - "min": "215.875", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "149.819", - "max": "205.74", - "min": "141.97", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "121.152", - "max": "122.157", - "min": "120.889", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "86.926", - "max": "94.652", - "min": "85.782", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "31.639", - "max": "79.768", - "min": "27.765", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "19.3", - "max": "20.62", - "min": "19.146", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "24.108", - "max": "27.852", - "min": "23.785", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "34.807", - "max": "35.48", - "min": "34.587", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "23.587", - "max": "25.321", - "min": "23.062", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "115.402", - "max": "118.131", - "min": "115.094", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "21.304", - "max": "21.722", - "min": "21.175", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "96.446", - "max": "97.25", - "min": "96.217", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "117.4", - "max": "118.027", - "min": "117.258", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "212.448", - "max": "212.609", - "min": "212.376", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "5.433", - "max": "14.704", - "min": "4.9", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "54.339", - "max": "55.264", - "min": "54.137", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "58.709", - "max": "65.092", - "min": "58.205", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "127.128", - "max": "127.303", - "min": "127.032", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "116.229", - "max": "135.37", - "min": "113.725", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "109.568", - "max": "110.443", - "min": "109.246", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "145.528", - "max": "147.886", - "min": "144.796", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "107.396", - "max": "107.652", - "min": "107.31", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "51.849", - "max": "52.548", - "min": "51.653", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "223.351", - "max": "224.762", - "min": "223.131", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "120.856", - "max": "122.38", - "min": "120.635", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "56.017", - "max": "61.727", - "min": "55.548", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "144.548", - "max": "145.07", - "min": "144.43", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "117.985", - "max": "124.867", - "min": "117.399", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "230.837", - "max": "232.948", - "min": "230.548", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "59.947", - "max": "61.248", - "min": "59.783", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "56.318", - "max": "56.568", - "min": "56.179", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "27.365", - "max": "30.375", - "min": "26.854", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "23.903", - "max": "24.808", - "min": "23.668", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "230.938", - "max": "234.014", - "min": "230.252", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "92.419", - "max": "95.243", - "min": "91.86", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "127.811", - "max": "136.729", - "min": "127.306", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "128.435", - "max": "172.26", - "min": "125.298", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "222.59", - "max": "230.109", - "min": "222.214", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "130.179", - "max": "130.811", - "min": "129.748", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "127.816", - "max": "138.106", - "min": "126.986", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "91.399", - "max": "92.307", - "min": "91.112", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "169.78", - "max": "170.945", - "min": "169.534", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "33.601", - "max": "33.805", - "min": "33.496", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "20.45", - "max": "21.968", - "min": "20.257", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "57.793", - "max": "64.222", - "min": "55.281", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "120.206", - "max": "180.874", - "min": "94.034", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "15.924", - "max": "28.795", - "min": "15.258", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "262.486", - "max": "276.588", - "min": "258.498", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "237.885", - "max": "250.077", - "min": "237.205", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "102.422", - "max": "105.938", - "min": "101.741", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "205.135", - "max": "205.286", - "min": "205.056", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "141.491", - "max": "147.879", - "min": "140.868", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "98.732", - "max": "110.223", - "min": "98.165", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "159.466", - "max": "162.568", - "min": "158.762", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "146.806", - "max": "197.954", - "min": "142.701", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "239.336", - "max": "258.251", - "min": "237.877", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "265.367", - "max": "304.952", - "min": "262.346", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "140.329", - "max": "148.368", - "min": "139.609", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "139.148", - "max": "139.585", - "min": "139.002", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "20.475", - "max": "20.687", - "min": "20.359", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "142.693", - "max": "143.851", - "min": "142.245", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "143.401", - "max": "146.983", - "min": "142.768", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "27.869", - "max": "30.627", - "min": "27.687", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "208.701", - "max": "210.726", - "min": "208.31", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "58.402", - "max": "69.958", - "min": "57.19", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "77.221", - "max": "82.28", - "min": "76.838", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "32.196", - "max": "40.755", - "min": "31.783", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "133.96", - "max": "134.876", - "min": "133.778", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "89.5", - "max": "90.288", - "min": "89.31", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "24.261", - "max": "24.837", - "min": "24.079", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "67.651", - "max": "77", - "min": "67.178", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "12.049", - "max": "15.66", - "min": "11.617", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "10.587", - "max": "57.89", - "min": "5.161", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "60.816", - "max": "61.485", - "min": "60.64", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "35.666", - "max": "38.64", - "min": "35.112", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.52", - "max": "266.269", - "min": "261.28", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "233.435", - "max": "235.814", - "min": "232.877", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "52.291", - "max": "52.674", - "min": "52.195", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "153.393", - "max": "161.3", - "min": "152.848", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "91.812", - "max": "92.796", - "min": "91.543", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "31.111", - "max": "31.7", - "min": "30.979", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "10.765", - "max": "10.987", - "min": "10.609", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "93.415", - "max": "96.871", - "min": "93.182", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "14.521", - "max": "20.249", - "min": "13.747", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "57.396", - "max": "58.159", - "min": "57.145", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "101.003", - "max": "160.26", - "min": "93.599", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "196.985", - "max": "197.743", - "min": "196.736", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "10.908", - "max": "11.594", - "min": "10.745", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "37.012", - "max": "38.613", - "min": "36.778", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "78.175", - "max": "79.325", - "min": "77.888", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "83.29", - "max": "131.069", - "min": "80.025", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "54.929", - "max": "77.134", - "min": "53.901", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "0.017", - "max": "0.031", - "min": "0.01", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "21.412", - "max": "43.727", - "min": "20.4", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "64.936", - "max": "107.524", - "min": "60.947", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "147.154", - "max": "147.726", - "min": "146.907", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "214.468", - "max": "218.907", - "min": "213.569", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "10.58", - "max": "16.078", - "min": "10.245", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "234.326", - "max": "236.202", - "min": "233.868", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "98.937", - "max": "104.096", - "min": "98.463", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "25.328", - "max": "27.013", - "min": "25.162", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "28.111", - "max": "28.314", - "min": "27.968", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "236.778", - "max": "239.992", - "min": "235.868", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "223.06", - "max": "229.084", - "min": "222.046", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "183.414", - "max": "183.521", - "min": "183.351", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "20.187", - "max": "28.246", - "min": "19.748", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "229.767", - "max": "275.81", - "min": "224.729", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "464.807", - "max": "558.921", - "min": "285.635", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "247.163", - "max": "324.495", - "min": "160.972", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "262.093", - "max": "268.23", - "min": "261.312", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "147.366", - "max": "148.387", - "min": "147.15", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "22.33", - "max": "23.246", - "min": "22.147", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "33.037", - "max": "74.305", - "min": "28.609", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "29.038", - "max": "32.849", - "min": "28.627", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "134.916", - "max": "289.586", - "min": "59.181", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "166.113", - "max": "166.365", - "min": "165.992", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "142.573", - "max": "280.228", - "min": "135.224", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "136.877", - "max": "137.731", - "min": "136.706", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "120.844", - "max": "125.642", - "min": "120.032", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "20.629", - "max": "20.861", - "min": "20.527", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "298.907", - "max": "299.392", - "min": "298.706", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "219.365", - "max": "219.998", - "min": "219.12", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "87.472", - "max": "92.648", - "min": "87.011", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "17.237", - "max": "19.444", - "min": "16.947", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "12.629", - "max": "13.506", - "min": "12.382", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "22.745", - "max": "41.349", - "min": "21.844", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "193.102", - "max": "214.53", - "min": "189.771", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "36.324", - "max": "36.51", - "min": "36.208", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "22.228", - "max": "25.307", - "min": "21.628", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "36.349", - "max": "42.164", - "min": "35.718", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "41.018", - "max": "46.182", - "min": "40.496", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "10.996", - "max": "11.815", - "min": "10.906", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "18.537", - "max": "35.589", - "min": "17.379", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "121.801", - "max": "122.041", - "min": "121.708", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "256.127", - "max": "298.322", - "min": "253.438", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "139.623", - "max": "139.787", - "min": "139.529", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "127.558", - "max": "133.338", - "min": "127.198", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "104.811", - "max": "118.753", - "min": "103.328", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "103.407", - "max": "104.165", - "min": "103.142", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "137.553", - "max": "147.884", - "min": "136.511", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "290.879", - "max": "302.888", - "min": "289.995", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "84.462", - "max": "86.935", - "min": "84.189", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "86.048", - "max": "87.09", - "min": "85.949", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "104.203", - "max": "109.887", - "min": "103.143", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "192.042", - "max": "200.769", - "min": "191.504", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "137.223", - "max": "158.339", - "min": "134.917", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "100.789", - "max": "101.333", - "min": "100.531", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "27.652", - "max": "31.812", - "min": "27.292", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "68.819", - "max": "73.162", - "min": "68.447", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "137.48", - "max": "140.023", - "min": "137.123", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "220.523", - "max": "260.215", - "min": "213.783", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "28.001", - "max": "34.088", - "min": "27.516", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "170.551", - "max": "253.355", - "min": "161.618", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "51.164", - "max": "51.318", - "min": "51.064", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "474.041", - "max": "474.548", - "min": "473.574", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "137.969", - "max": "148.02", - "min": "137.018", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "18.362", - "max": "18.628", - "min": "18.242", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "203.721", - "max": "226.559", - "min": "202.6", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "245.474", - "max": "246.17", - "min": "245.27", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "182.53", - "max": "203.149", - "min": "181.626", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "53.349", - "max": "60.59", - "min": "52.646", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "200.791", - "max": "226.708", - "min": "198.13", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "24.454", - "max": "25.638", - "min": "24.307", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "9.399", - "max": "11.681", - "min": "8.951", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "103.173", - "max": "105.834", - "min": "102.834", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "279.453", - "max": "280.697", - "min": "279.256", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "97.662", - "max": "98.53", - "min": "97.37", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "113.362", - "max": "141.555", - "min": "101.689", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "119.547", - "max": "132.906", - "min": "118.836", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "109.988", - "max": "118.674", - "min": "109.411", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "87.554", - "max": "87.936", - "min": "87.335", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "131.624", - "max": "136.482", - "min": "130.853", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "140.927", - "max": "151.584", - "min": "140.163", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "161.466", - "max": "162.653", - "min": "161.203", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "138.7", - "max": "139.646", - "min": "138.442", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "101.779", - "max": "102.229", - "min": "101.625", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "100.987", - "max": "113.22", - "min": "100.237", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "89.223", - "max": "89.522", - "min": "89.153", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "122.203", - "max": "126.433", - "min": "121.943", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "150.678", - "max": "157.266", - "min": "149.969", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "117.414", - "max": "147.806", - "min": "115.501", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "142.404", - "max": "193.699", - "min": "110.992", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "86.885", - "max": "87.773", - "min": "86.738", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "150.66", - "max": "153.39", - "min": "150.303", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "129.299", - "max": "129.641", - "min": "129.14", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "139.097", - "max": "142.837", - "min": "138.383", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "97.409", - "max": "109.878", - "min": "96.543", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "252.553", - "max": "254.517", - "min": "252.332", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "112.241", - "max": "112.36", - "min": "112.147", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "112.17", - "max": "115.749", - "min": "111.883", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "119.972", - "max": "120.256", - "min": "119.882", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "97.379", - "max": "106.445", - "min": "95.248", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "149.72", - "max": "150.045", - "min": "149.564", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "90.105", - "max": "103.844", - "min": "89.394", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "90.845", - "max": "96.051", - "min": "89.61", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "101.28", - "max": "111.258", - "min": "99.675", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "213.935", - "max": "224.028", - "min": "211.186", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "22.922", - "max": "25.389", - "min": "22.202", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "235.836", - "max": "271.456", - "min": "228.953", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "257.797", - "max": "258.207", - "min": "257.647", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "112.207", - "max": "125.932", - "min": "103.975", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "234.63", - "max": "264.327", - "min": "231.595", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "58.384", - "max": "58.694", - "min": "58.06", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "120.982", - "max": "126.977", - "min": "120.547", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "154.549", - "max": "174.164", - "min": "153.018", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "86.595", - "max": "88.968", - "min": "86.136", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "102.288", - "max": "102.657", - "min": "102.122", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "18.552", - "max": "28.721", - "min": "17.596", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "36.763", - "max": "39.454", - "min": "36.472", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "220.91", - "max": "223.482", - "min": "220.387", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "24.137", - "max": "25.964", - "min": "23.949", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "108.386", - "max": "108.622", - "min": "108.282", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "14.672", - "max": "14.785", - "min": "14.609", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "118.383", - "max": "119.286", - "min": "118.2", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "162.75", - "max": "163.593", - "min": "162.573", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "53.989", - "max": "57.276", - "min": "51.725", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "110.288", - "max": "119.375", - "min": "109.56", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "121.328", - "max": "141.716", - "min": "119.808", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "83.978", - "max": "105.026", - "min": "81.74", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "213.855", - "max": "214.721", - "min": "213.399", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "210.189", - "max": "211.975", - "min": "209.939", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "180.942", - "max": "215.343", - "min": "178.06", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "144.499", - "max": "153.346", - "min": "138.594", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "101.569", - "max": "105.39", - "min": "101.191", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "148.879", - "max": "158.028", - "min": "148.476", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "24.505", - "max": "27.668", - "min": "23.972", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "30.208", - "max": "30.385", - "min": "30.086", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "149.471", - "max": "160.664", - "min": "146.793", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "107.34", - "max": "108.137", - "min": "107.025", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "30.531", - "max": "31.905", - "min": "29.228", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "152.202", - "max": "153.362", - "min": "151.962", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "17.142", - "max": "17.584", - "min": "16.987", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "99.582", - "max": "103.099", - "min": "99.341", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "233.462", - "max": "235.809", - "min": "233.217", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "104.619", - "max": "104.704", - "min": "104.534", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "92.353", - "max": "92.63", - "min": "92.262", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "114.222", - "max": "115.048", - "min": "114.07", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "183.976", - "max": "338.91", - "min": "177.968", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "110.342", - "max": "126.835", - "min": "103.233", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "131.332", - "max": "131.52", - "min": "131.221", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "236.434", - "max": "237.397", - "min": "236.052", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "173.639", - "max": "176.657", - "min": "173.151", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "10.876", - "max": "14.572", - "min": "10.281", - "id": "101", - "country": "United States", - "source_name": "South Bend", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "102": { - "name": "Green Bay", - "data": { - "0": { - "avg": "115.131", - "max": "115.708", - "min": "114.962", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "288.156", - "max": "288.943", - "min": "287.91", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "30.562", - "max": "30.777", - "min": "30.511", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "129.675", - "max": "132.331", - "min": "129.211", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "107.745", - "max": "108.074", - "min": "107.585", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "186.396", - "max": "186.621", - "min": "186.28", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "112.075", - "max": "112.335", - "min": "111.958", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "287.782", - "max": "292.713", - "min": "287.053", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "148.56", - "max": "149.384", - "min": "148.432", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "123.706", - "max": "124.793", - "min": "123.548", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "99.334", - "max": "102.969", - "min": "99.036", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "51.321", - "max": "67.455", - "min": "50.664", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "32.534", - "max": "32.652", - "min": "32.476", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "35.749", - "max": "36.574", - "min": "35.507", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "45.93", - "max": "46.138", - "min": "45.852", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "28.153", - "max": "28.601", - "min": "27.906", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "122.113", - "max": "122.404", - "min": "121.89", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "31.015", - "max": "31.482", - "min": "30.936", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "121.615", - "max": "132.37", - "min": "121.137", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "133.302", - "max": "133.352", - "min": "133.26", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "281.109", - "max": "282.042", - "min": "281.012", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "18.404", - "max": "18.718", - "min": "18.337", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "68.874", - "max": "69.001", - "min": "68.777", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "65.863", - "max": "82.201", - "min": "65.131", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "125.348", - "max": "125.643", - "min": "125.102", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "122.598", - "max": "128.206", - "min": "122.318", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "126.71", - "max": "130.43", - "min": "126.246", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "121.822", - "max": "122.444", - "min": "121.667", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "115.068", - "max": "115.207", - "min": "114.988", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "66.505", - "max": "66.914", - "min": "66.382", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "247.861", - "max": "248.061", - "min": "247.769", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "145.152", - "max": "145.405", - "min": "145.064", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "82.322", - "max": "82.461", - "min": "82.213", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "153.699", - "max": "153.823", - "min": "153.646", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "146.842", - "max": "149.191", - "min": "146.626", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "228.777", - "max": "230.026", - "min": "228.629", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "71.282", - "max": "71.376", - "min": "71.252", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "82.263", - "max": "82.414", - "min": "82.198", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "55.907", - "max": "56.056", - "min": "55.755", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "29.563", - "max": "30.248", - "min": "29.341", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "241.508", - "max": "243.126", - "min": "241.162", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "107.881", - "max": "111.498", - "min": "107.491", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "136.284", - "max": "136.706", - "min": "136.157", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "128.167", - "max": "136.093", - "min": "127.65", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "239.545", - "max": "245.534", - "min": "239.251", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "133.94", - "max": "137.239", - "min": "133.314", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "136.601", - "max": "136.993", - "min": "136.498", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "111.473", - "max": "112.104", - "min": "111.319", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "181.282", - "max": "181.624", - "min": "181.11", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "47.843", - "max": "47.918", - "min": "47.803", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "35.167", - "max": "35.328", - "min": "35.084", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "78.891", - "max": "79.082", - "min": "78.698", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "120.557", - "max": "208.67", - "min": "111.648", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "29.812", - "max": "30.086", - "min": "29.674", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "263.703", - "max": "272.13", - "min": "260.536", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "271.999", - "max": "272.248", - "min": "271.862", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "134.436", - "max": "136.446", - "min": "133.486", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "238.484", - "max": "253.342", - "min": "237.803", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "143.326", - "max": "144.239", - "min": "142.956", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "107.45", - "max": "107.554", - "min": "107.379", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "154.357", - "max": "166.165", - "min": "153.578", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "157.687", - "max": "214.053", - "min": "152.198", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "252.034", - "max": "276.426", - "min": "249.111", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "260.841", - "max": "263.584", - "min": "260.681", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "149.138", - "max": "174.674", - "min": "148.135", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "149.984", - "max": "153.341", - "min": "149.636", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "33.268", - "max": "34.574", - "min": "33.093", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": null, - "max": null, - "min": null, - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "173.283", - "max": "174.351", - "min": "172.54", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "36.959", - "max": "38.472", - "min": "36.833", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "221.403", - "max": "223.073", - "min": "221.237", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "67.509", - "max": "68.768", - "min": "67.27", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "88.833", - "max": "88.995", - "min": "88.727", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "51.109", - "max": "51.17", - "min": "51.041", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "151.375", - "max": "152.27", - "min": "151.21", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "108.222", - "max": "108.411", - "min": "108.082", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "42.196", - "max": "42.313", - "min": "42.078", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "65.566", - "max": "70.499", - "min": "65.181", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "27.747", - "max": "37.084", - "min": "27.075", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "26.004", - "max": "26.372", - "min": "25.87", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "72.287", - "max": "72.533", - "min": "72.13", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "43.867", - "max": "45.191", - "min": "43.601", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "264.378", - "max": "264.857", - "min": "263.666", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "259.537", - "max": "259.795", - "min": "259.357", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "64.087", - "max": "65.837", - "min": "63.974", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "172.324", - "max": "173.417", - "min": "172.011", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "110.648", - "max": "111.621", - "min": "110.41", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "46.487", - "max": "46.589", - "min": "46.379", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "38.978", - "max": "39.083", - "min": "38.81", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "104.392", - "max": "104.914", - "min": "104.27", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "28.187", - "max": "28.99", - "min": "27.49", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "72.624", - "max": "75.758", - "min": "72.346", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "119.364", - "max": "119.457", - "min": "119.317", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "199.885", - "max": "200.11", - "min": "199.726", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "37.045", - "max": "37.867", - "min": "36.802", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "71.732", - "max": "74.041", - "min": "71.375", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "90.472", - "max": "90.775", - "min": "90.224", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "99.205", - "max": "150.973", - "min": "96.538", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "70.655", - "max": "143.249", - "min": "67.144", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "20.561", - "max": "21.994", - "min": "20.398", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "0.026", - "max": "0.048", - "min": "0.023", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "88.238", - "max": "88.455", - "min": "88.113", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "161.124", - "max": "161.872", - "min": "160.996", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "230.405", - "max": "234.426", - "min": "229.883", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.498", - "max": "28.918", - "min": "28.323", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "330.305", - "max": "384.114", - "min": "313.887", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "150.171", - "max": "152.95", - "min": "149.813", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "34.536", - "max": "34.803", - "min": "34.333", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "43.947", - "max": "45.558", - "min": "43.801", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "226.684", - "max": "230.009", - "min": "226.469", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "252.029", - "max": "254.095", - "min": "244.25", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "191.045", - "max": "191.646", - "min": "190.914", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "33.217", - "max": "33.501", - "min": "33.138", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "228.846", - "max": "231.509", - "min": "228.489", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "473.48", - "max": "582.532", - "min": "311.76", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "252.221", - "max": "363.521", - "min": "171.204", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "275.164", - "max": "278.177", - "min": "274.636", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "158.226", - "max": "160.603", - "min": "157.875", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "45.958", - "max": "46.58", - "min": "45.815", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "43.81", - "max": "45.006", - "min": "43.529", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.117", - "max": "40.684", - "min": "39.957", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "121.556", - "max": "266.825", - "min": "42.178", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "151.518", - "max": "152.017", - "min": "151.409", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "141.271", - "max": "244.715", - "min": "136.89", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "139.09", - "max": "139.279", - "min": "139.045", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "134.951", - "max": "135.781", - "min": "134.544", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "32.793", - "max": "41.891", - "min": "32.389", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "248.844", - "max": "249.209", - "min": "248.666", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "201.544", - "max": "202.997", - "min": "201.315", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "101.651", - "max": "104.251", - "min": "101.452", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "40.617", - "max": "40.801", - "min": "40.549", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "28.266", - "max": "28.434", - "min": "28.146", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "28.548", - "max": "29.2", - "min": "28.457", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "224.781", - "max": "226.143", - "min": "224.226", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "53.416", - "max": "53.574", - "min": "53.363", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "37.428", - "max": "37.554", - "min": "37.297", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "65.331", - "max": "80.655", - "min": "63.996", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "47.429", - "max": "47.754", - "min": "47.369", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "66.362", - "max": "66.443", - "min": "66.241", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "33.977", - "max": "34.41", - "min": "33.877", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "130.112", - "max": "131.296", - "min": "129.991", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "247.564", - "max": "249.083", - "min": "247.102", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "140.139", - "max": "140.505", - "min": "140.017", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "120.751", - "max": "121.008", - "min": "120.606", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "111.67", - "max": "114.363", - "min": "111.18", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "109.097", - "max": "109.884", - "min": "108.831", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "135.473", - "max": "138.424", - "min": "135.168", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "270.199", - "max": "270.517", - "min": "270.114", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "100.76", - "max": "100.909", - "min": "100.698", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "97.682", - "max": "97.8", - "min": "97.606", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "112.5", - "max": "120.739", - "min": "111.301", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "175.057", - "max": "175.249", - "min": "174.953", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "139.211", - "max": "140.183", - "min": "139.04", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "114.142", - "max": "114.712", - "min": "113.965", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "36.194", - "max": "36.376", - "min": "36.104", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "80.158", - "max": "83.903", - "min": "79.855", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "141.6", - "max": "142.649", - "min": "141.361", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "228.474", - "max": "268.25", - "min": "221.608", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "41.772", - "max": "41.97", - "min": "41.654", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "193.392", - "max": "280.546", - "min": "184.072", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "77.086", - "max": "77.227", - "min": "77.017", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "388.203", - "max": "389.264", - "min": "387.764", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "143.131", - "max": "143.308", - "min": "143.045", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "31.026", - "max": "31.294", - "min": "30.867", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "223.987", - "max": "224.477", - "min": "223.803", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "275.394", - "max": "275.799", - "min": "275.307", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "195", - "max": "196.025", - "min": "194.842", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "69.89", - "max": "70.222", - "min": "69.724", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "228.602", - "max": "230.315", - "min": "228.3", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "37.027", - "max": "37.345", - "min": "36.852", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "27.984", - "max": "30.009", - "min": "27.883", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "115.644", - "max": "118.325", - "min": "115.276", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "294.506", - "max": "296.731", - "min": "294.352", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "109.104", - "max": "109.219", - "min": "109.053", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "120.538", - "max": "121.464", - "min": "120.286", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "127.804", - "max": "127.925", - "min": "127.679", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "121.41", - "max": "121.473", - "min": "121.359", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "104.731", - "max": "105.433", - "min": "104.5", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "190.06", - "max": "223.594", - "min": "188.665", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "143.297", - "max": "143.402", - "min": "143.225", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "166.688", - "max": "168.721", - "min": "166.522", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "144.36", - "max": "166.032", - "min": "143.486", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "101.636", - "max": "105.304", - "min": "101.27", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "116.509", - "max": "116.596", - "min": "116.417", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "104.836", - "max": "105.079", - "min": "104.761", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "128.596", - "max": "128.897", - "min": "128.468", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "161.782", - "max": "162.194", - "min": "161.523", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "131.568", - "max": "174.977", - "min": "129.241", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "149.231", - "max": "204.55", - "min": "117.534", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "96.052", - "max": "96.683", - "min": "95.916", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "170.584", - "max": "171.455", - "min": "170.372", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "140.476", - "max": "141.25", - "min": "140.291", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "144.812", - "max": "145.375", - "min": "144.442", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "104.304", - "max": "105.56", - "min": "103.961", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "275.189", - "max": "276.658", - "min": "274.993", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "124.082", - "max": "125.484", - "min": "123.927", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "125.053", - "max": "125.221", - "min": "124.869", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "137.722", - "max": "137.829", - "min": "137.655", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "111.85", - "max": "122.054", - "min": "110.775", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "157.131", - "max": "157.45", - "min": "156.993", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "107.33", - "max": "128.303", - "min": "106.502", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "112.689", - "max": "112.991", - "min": "112.587", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "118.943", - "max": "120.248", - "min": "118.728", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "217.952", - "max": "218.283", - "min": "217.764", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "32.171", - "max": "37.182", - "min": "31.467", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "236.341", - "max": "239.82", - "min": "231.532", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "267.25", - "max": "273.784", - "min": "266.877", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "107.975", - "max": "109.155", - "min": "107.81", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "253.49", - "max": "254.439", - "min": "248.998", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "82.793", - "max": "83.062", - "min": "82.532", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "132.272", - "max": "132.501", - "min": "132.168", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "167.002", - "max": "167.493", - "min": "166.869", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "104.862", - "max": "106.025", - "min": "104.432", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "108.265", - "max": "109.401", - "min": "107.988", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "41.109", - "max": "41.192", - "min": "41.073", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "54.066", - "max": "54.183", - "min": "54.034", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "272.773", - "max": "290.549", - "min": "265.898", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "97.68", - "max": "97.799", - "min": "97.628", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "134.66", - "max": "134.842", - "min": "134.548", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "33.176", - "max": "33.27", - "min": "33.133", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "120.677", - "max": "121.034", - "min": "120.581", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "169.019", - "max": "169.337", - "min": "168.897", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "61.443", - "max": "65.206", - "min": "57.936", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "116.449", - "max": "116.589", - "min": "116.329", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "174.179", - "max": "175.636", - "min": "173.469", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "91.178", - "max": "101.731", - "min": "89.682", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "310.474", - "max": "311.394", - "min": "310.01", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "221.168", - "max": "221.314", - "min": "221.056", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "186.099", - "max": "186.641", - "min": "185.953", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "145.673", - "max": "145.8", - "min": "145.616", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "112.386", - "max": "112.632", - "min": "112.296", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "160.733", - "max": "162.625", - "min": "160.553", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "39.513", - "max": "43.981", - "min": "39.061", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "32.24", - "max": "32.445", - "min": "32.166", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "160.228", - "max": "164.24", - "min": "157.621", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "135.45", - "max": "136.158", - "min": "135.086", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "43.031", - "max": "44.179", - "min": "41.901", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "158.631", - "max": "159.967", - "min": "158.39", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "28.274", - "max": "28.404", - "min": "28.15", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "120.99", - "max": "124.545", - "min": "120.177", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "231.197", - "max": "235.928", - "min": "221.326", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "120.342", - "max": "120.342", - "min": "120.342", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "104.539", - "max": "104.683", - "min": "104.499", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "116.653", - "max": "116.839", - "min": "116.599", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "195.161", - "max": "195.875", - "min": "194.887", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "122.815", - "max": "135.894", - "min": "114.693", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "131.376", - "max": "132.017", - "min": "131.281", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "264.048", - "max": "264.3", - "min": "263.941", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "182.197", - "max": "183.128", - "min": "181.969", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "32.325", - "max": "36.952", - "min": "32.119", - "id": "102", - "country": "United States", - "source_name": "Green Bay", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "103": { - "name": "Edmonton", - "data": { - "0": { - "avg": "173.64", - "max": "175.073", - "min": "173.494", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "200.8", - "max": "201.684", - "min": "200.434", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "55.162", - "max": "57.493", - "min": "54.916", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "183.637", - "max": "194.846", - "min": "182.241", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "150.753", - "max": "151.352", - "min": "150.389", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "156.205", - "max": "156.443", - "min": "156.035", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "155.678", - "max": "156.327", - "min": "155.462", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "208.872", - "max": "213.882", - "min": "208.172", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "196.704", - "max": "198.017", - "min": "196.51", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "162.318", - "max": "166.31", - "min": "161.917", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "135.179", - "max": "135.542", - "min": "134.986", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "83.165", - "max": "84.107", - "min": "82.982", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "70.172", - "max": "70.464", - "min": "70.052", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "66.286", - "max": "68.125", - "min": "65.956", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "92.738", - "max": "92.944", - "min": "92.614", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "89.21", - "max": "91.186", - "min": "88.682", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "172.01", - "max": "172.52", - "min": "171.777", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "64.352", - "max": "64.709", - "min": "64.179", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "159.922", - "max": "160.134", - "min": "159.777", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "179.141", - "max": "179.57", - "min": "178.994", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "204.887", - "max": "205.062", - "min": "204.734", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "54.644", - "max": "54.852", - "min": "54.51", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "66.559", - "max": "66.861", - "min": "66.344", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "20.453", - "max": "23.262", - "min": "19.962", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "160.762", - "max": "161.379", - "min": "160.504", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "167.998", - "max": "168.524", - "min": "167.879", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "161.399", - "max": "164.806", - "min": "160.999", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "154.215", - "max": "154.48", - "min": "153.963", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "161.306", - "max": "162.527", - "min": "161.044", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "40.27", - "max": "40.689", - "min": "40.08", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "181.874", - "max": "182.198", - "min": "181.709", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "174.81", - "max": "188.777", - "min": "174.079", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "82.533", - "max": "87.098", - "min": "82.195", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "193.986", - "max": "194.609", - "min": "193.823", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "161.907", - "max": "163.217", - "min": "161.584", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "214.443", - "max": "224.41", - "min": "213.911", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "68.334", - "max": "68.762", - "min": "68.226", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "56.256", - "max": "56.514", - "min": "56.006", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "62.82", - "max": "63.144", - "min": "62.651", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "76.732", - "max": "78.097", - "min": "76.443", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "276.652", - "max": "282.175", - "min": "276.15", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "150.019", - "max": "153.931", - "min": "149.61", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "175.14", - "max": "175.473", - "min": "174.999", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "173.437", - "max": "173.952", - "min": "173.185", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "302.57", - "max": "302.8", - "min": "302.421", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "186.89", - "max": "187.509", - "min": "186.479", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "181.526", - "max": "182.831", - "min": "181.185", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "148.858", - "max": "149.277", - "min": "148.701", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "220.505", - "max": "221.039", - "min": "220.307", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "84", - "max": "84.255", - "min": "83.859", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "52.982", - "max": "57.227", - "min": "52.685", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "19.491", - "max": "19.867", - "min": "19.175", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "142.856", - "max": "156.491", - "min": "129.112", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "65.977", - "max": "66.839", - "min": "65.762", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "288.998", - "max": "311.593", - "min": "285.341", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "202.179", - "max": "202.643", - "min": "201.982", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "172.113", - "max": "174.54", - "min": "170.894", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "234.138", - "max": "238.102", - "min": "233.828", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "170.774", - "max": "172.872", - "min": "170.45", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "151.443", - "max": "151.658", - "min": "151.271", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "209.752", - "max": "212.828", - "min": "209.179", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "198.384", - "max": "256.114", - "min": "194.731", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "223.541", - "max": "286.91", - "min": "214.295", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "224.677", - "max": "225.059", - "min": "224.557", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "182.186", - "max": "183.549", - "min": "181.913", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "199.654", - "max": "199.75", - "min": "199.507", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "75.223", - "max": "75.676", - "min": "75.022", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "195.15", - "max": "196.219", - "min": "194.626", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "241.325", - "max": "243.196", - "min": "240.657", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "57.835", - "max": "58.269", - "min": "57.603", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "155.426", - "max": "156.445", - "min": "155.146", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "77.193", - "max": "77.517", - "min": "76.894", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "137.331", - "max": "137.948", - "min": "137.096", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "82.598", - "max": "82.768", - "min": "82.466", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "175.768", - "max": "176.444", - "min": "175.529", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "154.204", - "max": "154.376", - "min": "154.076", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "83.841", - "max": "84.129", - "min": "83.683", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "86.463", - "max": "93.087", - "min": "86.117", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "66.904", - "max": "67.862", - "min": "66.723", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "38.769", - "max": "38.966", - "min": "38.613", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "21.438", - "max": "28.565", - "min": "20.915", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "86.43", - "max": "97.508", - "min": "85.33", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "141.958", - "max": "143.707", - "min": "141.649", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "270.356", - "max": "270.785", - "min": "270.125", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "67.581", - "max": "68.459", - "min": "67.378", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "207.839", - "max": "208.578", - "min": "207.501", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "143.175", - "max": "143.831", - "min": "142.878", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "77.225", - "max": "80.069", - "min": "76.848", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "58.295", - "max": "58.629", - "min": "58.112", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "141.898", - "max": "147.652", - "min": "141.49", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "57.507", - "max": "60.408", - "min": "56.776", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "75.679", - "max": "76.074", - "min": "75.358", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "152.443", - "max": "152.644", - "min": "152.331", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "165.861", - "max": "166.106", - "min": "165.703", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "65.163", - "max": "65.405", - "min": "64.946", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "83.443", - "max": "85.505", - "min": "83.092", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "127.556", - "max": "127.813", - "min": "127.283", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "138.958", - "max": "144.649", - "min": "137.845", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "42.693", - "max": "42.885", - "min": "42.527", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "61.224", - "max": "61.714", - "min": "61.026", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "88.385", - "max": "89.369", - "min": "88.163", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "0.036", - "max": "0.074", - "min": "0.018", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "204.333", - "max": "205.303", - "min": "204.059", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "213.258", - "max": "216.729", - "min": "212.395", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "55.687", - "max": "56.528", - "min": "55.51", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "189.024", - "max": "192.583", - "min": "188.489", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "155.894", - "max": "157.952", - "min": "155.599", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "61.392", - "max": "62.718", - "min": "61.194", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "70.447", - "max": "70.614", - "min": "70.244", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "274.27", - "max": "277.036", - "min": "274.007", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "218.464", - "max": "218.862", - "min": "218.143", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "158.059", - "max": "161.162", - "min": "157.76", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "57.291", - "max": "57.547", - "min": "57.107", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "263.743", - "max": "264.981", - "min": "263.477", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "505.952", - "max": "630.942", - "min": "347.927", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "278.957", - "max": "359.472", - "min": "208.194", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "321.864", - "max": "325.84", - "min": "321.277", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "145.722", - "max": "162.292", - "min": "144.918", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "59.369", - "max": "59.694", - "min": "59.149", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "68.24", - "max": "69.454", - "min": "67.927", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "57.661", - "max": "60.807", - "min": "57.321", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "133.254", - "max": "288.023", - "min": "58.085", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "186.318", - "max": "204.052", - "min": "185.439", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "171.646", - "max": "174.169", - "min": "171.247", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "174.46", - "max": "177.255", - "min": "174.166", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "174.39", - "max": "176.373", - "min": "173.676", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "62.025", - "max": "62.309", - "min": "61.821", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "279.322", - "max": "279.717", - "min": "279.057", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "260.12", - "max": "260.377", - "min": "259.963", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "81.373", - "max": "84.917", - "min": "81.11", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "64.51", - "max": "65.142", - "min": "64.251", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "40.584", - "max": "40.741", - "min": "40.371", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "57.223", - "max": "57.586", - "min": "56.952", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "227.27", - "max": "228.792", - "min": "226.418", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "72.171", - "max": "72.401", - "min": "72.027", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "82.027", - "max": "89.773", - "min": "81.595", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "75.172", - "max": "92.755", - "min": "73.23", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "70.881", - "max": "73.131", - "min": "70.66", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "60.163", - "max": "61.263", - "min": "59.962", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "59.616", - "max": "60.141", - "min": "59.468", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "179.732", - "max": "183.211", - "min": "179.261", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.458", - "max": "258.063", - "min": "249.755", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "182.525", - "max": "182.739", - "min": "182.362", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "161.129", - "max": "161.714", - "min": "160.881", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "87.728", - "max": "90.053", - "min": "87.313", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "138.504", - "max": "142.97", - "min": "138.146", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "192.996", - "max": "198.375", - "min": "192.563", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "270.597", - "max": "270.966", - "min": "270.363", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "132.796", - "max": "133.038", - "min": "132.698", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": null, - "max": null, - "min": null, - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "140.678", - "max": "155.28", - "min": "138.228", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "122.53", - "max": "127.713", - "min": "122.18", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "182.048", - "max": "184.461", - "min": "181.715", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "132.196", - "max": "132.373", - "min": "132.011", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "63.529", - "max": "63.722", - "min": "63.413", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "62.444", - "max": "63.452", - "min": "62.217", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "182.732", - "max": "183.776", - "min": "182.28", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "234.722", - "max": "273.632", - "min": "227.358", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "34.308", - "max": "53.774", - "min": "33.417", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "224.307", - "max": "263.121", - "min": "220.139", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "123.551", - "max": "123.698", - "min": "123.395", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "466.591", - "max": "466.945", - "min": "466.022", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "170.171", - "max": "170.321", - "min": "169.991", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "61.938", - "max": "67.351", - "min": "61.304", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "227.554", - "max": "227.719", - "min": "227.431", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "310.006", - "max": "310.161", - "min": "309.803", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "236.157", - "max": "236.503", - "min": "235.934", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "94.419", - "max": "94.981", - "min": "94.308", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "187.619", - "max": "192.59", - "min": "185.769", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "80.269", - "max": "80.472", - "min": "80.039", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "58.344", - "max": "59.902", - "min": "58.15", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "134.119", - "max": "136.427", - "min": "133.777", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "354.561", - "max": "388.19", - "min": "337.704", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "154.757", - "max": "156.283", - "min": "154.557", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "161.837", - "max": "162.356", - "min": "161.634", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "168.197", - "max": "180.412", - "min": "167.553", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "171.498", - "max": "171.633", - "min": "171.354", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "145.374", - "max": "149.396", - "min": "145.01", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "198.76", - "max": "201.816", - "min": "198.459", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "198.148", - "max": "198.57", - "min": "197.901", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "208.124", - "max": "208.285", - "min": "207.973", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "194.978", - "max": "196.66", - "min": "194.703", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "148.328", - "max": "154.434", - "min": "147.802", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "168.796", - "max": "169.186", - "min": "168.607", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "137.842", - "max": "138.005", - "min": "137.716", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "184.859", - "max": "185.567", - "min": "184.664", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "201.926", - "max": "202.401", - "min": "201.664", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "176.673", - "max": "201.375", - "min": "174.345", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "192.215", - "max": "243.387", - "min": "163.235", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "133.199", - "max": "133.743", - "min": "133.022", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "192.994", - "max": "193.812", - "min": "192.816", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "166.258", - "max": "182.676", - "min": "165.507", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "194.209", - "max": "201.232", - "min": "193.569", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "153.385", - "max": "155.303", - "min": "152.957", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "229.158", - "max": "229.989", - "min": "228.96", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "167.389", - "max": "167.626", - "min": "167.243", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "144.057", - "max": "144.231", - "min": "143.866", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "183.594", - "max": "184.036", - "min": "183.44", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "149.429", - "max": "155.704", - "min": "147.305", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "185.265", - "max": "185.469", - "min": "185.081", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "150.387", - "max": "155.385", - "min": "149.919", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "153.555", - "max": "156.009", - "min": "153.247", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "160.1", - "max": "166.009", - "min": "151.746", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": null, - "max": null, - "min": null, - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.566", - "max": "106.505", - "min": "76.9", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "168.663", - "max": "172.166", - "min": "163.916", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "270.154", - "max": "270.598", - "min": "269.934", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "149.997", - "max": "152.982", - "min": "149.575", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "273.5", - "max": "275.921", - "min": "273.152", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "52.703", - "max": "52.861", - "min": "52.475", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "176.374", - "max": "177.318", - "min": "176.142", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "209.748", - "max": "210.389", - "min": "209.515", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "147.366", - "max": "149.031", - "min": "146.881", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "151.845", - "max": "153.909", - "min": "151.318", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "71.222", - "max": "71.495", - "min": "71.101", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "85.992", - "max": "110.916", - "min": "84.936", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "221.623", - "max": "327.211", - "min": "217.757", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "76.069", - "max": "77.334", - "min": "75.803", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "151.534", - "max": "154.65", - "min": "151.214", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "69.447", - "max": "69.556", - "min": "69.327", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "182.588", - "max": "182.845", - "min": "182.482", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "210.489", - "max": "499.119", - "min": "200.363", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "99.602", - "max": "102.801", - "min": "96.698", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "169.427", - "max": "170.756", - "min": "169.229", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "184.829", - "max": "188.269", - "min": "184.037", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "136.686", - "max": "140.604", - "min": "135.868", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "336.97", - "max": "339.586", - "min": "336.497", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "103.392", - "max": "104.114", - "min": "103.187", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "254.849", - "max": "255.231", - "min": "254.689", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "195.896", - "max": "196.006", - "min": "195.761", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "146.903", - "max": "147.064", - "min": "146.751", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "194.373", - "max": "195.378", - "min": "194.25", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "47.714", - "max": "50.998", - "min": "46.809", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "77.942", - "max": "78.458", - "min": "77.753", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "203.959", - "max": "211.37", - "min": "202.254", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "156.464", - "max": "157.621", - "min": "155.95", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "47.746", - "max": "49.313", - "min": "47.131", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "195.887", - "max": "196.811", - "min": "195.549", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "57.636", - "max": "57.914", - "min": "57.408", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "153.835", - "max": "157.301", - "min": "153.394", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "166.475", - "max": "167.819", - "min": "160.524", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "163.494", - "max": "163.494", - "min": "163.494", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "146.625", - "max": "147.365", - "min": "146.471", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "137.086", - "max": "137.297", - "min": "136.913", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "232.237", - "max": "234.143", - "min": "231.917", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "153.36", - "max": "164.346", - "min": "144.861", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "178.555", - "max": "178.678", - "min": "178.4", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "289.428", - "max": "294.28", - "min": "289.051", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "236.321", - "max": "238.439", - "min": "236.051", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "55.947", - "max": "56.085", - "min": "55.821", - "id": "103", - "country": "Canada", - "source_name": "Edmonton", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "106": { - "name": "Monticello", - "data": { - "0": { - "avg": "112.282", - "max": "112.74", - "min": "111.994", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "252.523", - "max": "253.775", - "min": "252.178", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "27.265", - "max": "27.841", - "min": "27.104", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "127.003", - "max": "132.369", - "min": "126.402", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "100.601", - "max": "102.904", - "min": "100.289", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "162.973", - "max": "163.446", - "min": "162.794", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "102.688", - "max": "104.12", - "min": "102.439", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "260.021", - "max": "263.382", - "min": "259.351", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "144.752", - "max": "145.032", - "min": "144.58", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "120.659", - "max": "122.388", - "min": "119.577", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "94.368", - "max": "94.985", - "min": "94.17", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "24.718", - "max": "45.743", - "min": "23.757", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "26.004", - "max": "27.843", - "min": "25.823", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "29.857", - "max": "30.388", - "min": "29.693", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "46.719", - "max": "55.541", - "min": "46.199", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "26.537", - "max": "27.251", - "min": "25.992", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "120.934", - "max": "121.311", - "min": "120.691", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "21.558", - "max": "23.873", - "min": "21.287", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "120.365", - "max": "120.868", - "min": "120.065", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "125.483", - "max": "125.896", - "min": "125.302", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "281.681", - "max": "282.666", - "min": "281.491", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "10.66", - "max": "11.11", - "min": "10.49", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "53.834", - "max": "54.12", - "min": "53.72", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "58.389", - "max": "68.688", - "min": "57.768", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "121.94", - "max": "122.48", - "min": "121.605", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "116.729", - "max": "119.225", - "min": "116.309", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "122.383", - "max": "125.038", - "min": "121.984", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "118.257", - "max": "118.692", - "min": "117.94", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "113.075", - "max": "113.552", - "min": "112.898", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "53.933", - "max": "73.623", - "min": "52.961", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "245.203", - "max": "245.482", - "min": "245.03", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "134.171", - "max": "134.584", - "min": "133.977", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "63.151", - "max": "63.691", - "min": "62.967", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "144.748", - "max": "145.059", - "min": "144.519", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "129.875", - "max": "130.951", - "min": "129.648", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "222.777", - "max": "226.228", - "min": "222.411", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "55.803", - "max": "56.041", - "min": "55.691", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "47.628", - "max": "47.95", - "min": "47.42", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "28.645", - "max": "28.941", - "min": "28.48", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "28.143", - "max": "28.988", - "min": "27.815", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "237.999", - "max": "242.268", - "min": "237.381", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "101.921", - "max": "104.955", - "min": "101.43", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "136.481", - "max": "137.135", - "min": "136.318", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "127.505", - "max": "136.314", - "min": "127.04", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "237.536", - "max": "238.043", - "min": "237.396", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "137.982", - "max": "138.602", - "min": "137.559", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "136.873", - "max": "137.351", - "min": "136.587", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "97.321", - "max": "98.05", - "min": "97.086", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "163.701", - "max": "164.34", - "min": "163.419", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "35.939", - "max": "36.295", - "min": "35.811", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "31.671", - "max": "32.182", - "min": "31.492", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "57.605", - "max": "58.154", - "min": "57.369", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "109", - "max": "119.087", - "min": "103.686", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "26.847", - "max": "27.678", - "min": "26.651", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "235.718", - "max": "241.216", - "min": "232.901", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "255.573", - "max": "256.007", - "min": "255.352", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "128.987", - "max": "132.379", - "min": "128.184", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "197.964", - "max": "199.003", - "min": "197.75", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "145.775", - "max": "146.224", - "min": "145.548", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "104.493", - "max": "109.857", - "min": "104.159", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "163.003", - "max": "163.831", - "min": "162.468", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "201.249", - "max": "257.96", - "min": "195.508", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "253.472", - "max": "282.405", - "min": "250.585", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "207.88", - "max": "209.73", - "min": "207.657", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "141.437", - "max": "142.247", - "min": "141.277", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "141.37", - "max": "141.813", - "min": "141.207", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "28.356", - "max": "28.76", - "min": "28.208", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "135.953", - "max": "136.487", - "min": "135.539", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "152.974", - "max": "154.608", - "min": "152.104", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "29.025", - "max": "36.638", - "min": "27.956", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "196.194", - "max": "197.85", - "min": "195.895", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "52.633", - "max": "53.044", - "min": "52.352", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "80.823", - "max": "83.026", - "min": "80.451", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "38.614", - "max": "38.904", - "min": "38.428", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "162.748", - "max": "163.199", - "min": "162.535", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "104.225", - "max": "104.452", - "min": "104.05", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "28.758", - "max": "29.571", - "min": "28.515", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "62.702", - "max": "63.147", - "min": "62.556", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "16.355", - "max": "18.365", - "min": "15.91", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "12.703", - "max": "12.973", - "min": "12.575", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "60.286", - "max": "60.471", - "min": "60.193", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "40.734", - "max": "41.67", - "min": "40.464", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "385.161", - "max": "392.466", - "min": "384.64", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "237.888", - "max": "238.319", - "min": "237.554", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "52.076", - "max": "52.495", - "min": "51.916", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "157.368", - "max": "158.093", - "min": "157.016", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "103.016", - "max": "103.654", - "min": "102.722", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "41.161", - "max": "42.496", - "min": "40.859", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "16.681", - "max": "17.374", - "min": "16.477", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "98.718", - "max": "101.124", - "min": "98.467", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "25.212", - "max": "26.562", - "min": "24.625", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "57.397", - "max": "57.605", - "min": "57.241", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "124.391", - "max": "125.606", - "min": "124.181", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "195.487", - "max": "196.036", - "min": "195.283", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "29.037", - "max": "33.089", - "min": "28.701", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "31.852", - "max": "32.082", - "min": "31.724", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "80.751", - "max": "81.695", - "min": "80.472", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "124.294", - "max": "149.905", - "min": "122.782", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "52.523", - "max": "52.994", - "min": "52.367", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "10.373", - "max": "11.345", - "min": "10.147", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.494", - "max": "31.157", - "min": "28.194", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "55.729", - "max": "56.48", - "min": "55.464", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "155.673", - "max": "157.183", - "min": "155.327", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "213.703", - "max": "214.958", - "min": "213.375", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "0.038", - "max": "0.067", - "min": "0.026", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "327.758", - "max": "386.661", - "min": "313.246", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "103.263", - "max": "106.42", - "min": "102.81", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "30.842", - "max": "31.276", - "min": "30.713", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "34.432", - "max": "36.636", - "min": "34.13", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "223.673", - "max": "224.335", - "min": "223.495", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "239.371", - "max": "241.983", - "min": "239.077", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "187.166", - "max": "187.45", - "min": "187.045", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "28.622", - "max": "29.192", - "min": "28.45", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "230.509", - "max": "233.535", - "min": "230.173", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "460.192", - "max": "568.199", - "min": "290.426", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "251.904", - "max": "368.689", - "min": "169.918", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "268.135", - "max": "268.745", - "min": "267.867", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "149.161", - "max": "150.653", - "min": "148.847", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "28.948", - "max": "29.247", - "min": "28.784", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "33.55", - "max": "34.213", - "min": "33.23", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "28.833", - "max": "31.58", - "min": "28.473", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "114.959", - "max": "255.202", - "min": "36.031", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "141.795", - "max": "142.875", - "min": "141.653", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "137.474", - "max": "307.114", - "min": "130.581", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.404", - "max": "133.608", - "min": "133.279", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "125.386", - "max": "126.681", - "min": "124.758", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "28.463", - "max": "36.636", - "min": "27.92", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "263.888", - "max": "265.022", - "min": "263.595", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "203.635", - "max": "208.187", - "min": "203.253", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "90.119", - "max": "91.118", - "min": "89.871", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "24.571", - "max": "24.915", - "min": "24.402", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "14.535", - "max": "15.89", - "min": "14.269", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "32.334", - "max": "34.509", - "min": "32.117", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "183.59", - "max": "185.002", - "min": "182.68", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "38.118", - "max": "38.765", - "min": "37.97", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "32.171", - "max": "33.064", - "min": "31.916", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "31.611", - "max": "37.816", - "min": "30.523", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "41.442", - "max": "41.883", - "min": "41.267", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "19.333", - "max": "19.575", - "min": "19.157", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "30.735", - "max": "31.91", - "min": "30.564", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "126.708", - "max": "127.556", - "min": "126.461", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "266.395", - "max": "269.128", - "min": "266.016", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "136.984", - "max": "140.677", - "min": "136.554", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "117.424", - "max": "118.497", - "min": "117.159", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "92.411", - "max": "97.453", - "min": "91.915", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "119.882", - "max": "125.791", - "min": "119.459", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "145.01", - "max": "145.472", - "min": "144.788", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "275.448", - "max": "275.818", - "min": "275.284", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "96.727", - "max": "97.24", - "min": "96.584", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "95.117", - "max": "96.183", - "min": "94.936", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "112.762", - "max": "130.816", - "min": "110.803", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "168.677", - "max": "168.907", - "min": "168.506", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "144.275", - "max": "147.107", - "min": "143.837", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "114.357", - "max": "131.67", - "min": "112.884", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "35.232", - "max": "37.265", - "min": "34.991", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "82.305", - "max": "82.671", - "min": "82.103", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "134.203", - "max": "135.718", - "min": "133.709", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "209.727", - "max": "252.295", - "min": "202.297", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "31.313", - "max": "31.711", - "min": "31.165", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "174.708", - "max": "265.717", - "min": "167.831", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "60.564", - "max": "61.029", - "min": "60.434", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "367.557", - "max": "368.27", - "min": "367.085", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "142.32", - "max": "142.801", - "min": "142.177", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "28.189", - "max": "29.215", - "min": "28.021", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "210.305", - "max": "211.096", - "min": "209.338", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "266.008", - "max": "266.717", - "min": "265.743", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "189.735", - "max": "190.404", - "min": "189.508", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "54.197", - "max": "56.417", - "min": "53.875", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "193.926", - "max": "194.711", - "min": "193.511", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "34.971", - "max": "35.301", - "min": "34.838", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "29.704", - "max": "30.74", - "min": "29.472", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "126.046", - "max": "127.143", - "min": "125.26", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "233.472", - "max": "234.033", - "min": "233.279", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "105.096", - "max": "105.734", - "min": "104.952", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "119.876", - "max": "128.312", - "min": "119.279", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "126.759", - "max": "128.666", - "min": "126.54", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "117.845", - "max": "118.425", - "min": "117.67", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "98.796", - "max": "99.82", - "min": "98.513", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "163.868", - "max": "164.661", - "min": "163.663", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "141.47", - "max": "141.803", - "min": "141.333", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "157.652", - "max": "159.689", - "min": "157.196", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "139.909", - "max": "140.688", - "min": "139.656", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "100.399", - "max": "100.819", - "min": "100.244", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "120.457", - "max": "122.908", - "min": "120.194", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "102.808", - "max": "103.029", - "min": "102.663", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "131.801", - "max": "132.491", - "min": "131.544", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "157.005", - "max": "168.05", - "min": "156.344", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "125.6", - "max": "133.255", - "min": "124.343", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "138.089", - "max": "190.229", - "min": "107.124", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "111.249", - "max": "118.116", - "min": "110.834", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "161.525", - "max": "163.215", - "min": "161.226", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "132.834", - "max": "134.01", - "min": "132.629", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.434", - "max": "153.957", - "min": "152.938", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "101.149", - "max": "117.707", - "min": "99.729", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "257.677", - "max": "287.835", - "min": "256.432", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "124.753", - "max": "125.464", - "min": "124.601", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "122.611", - "max": "122.869", - "min": "122.39", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "132.943", - "max": "133.248", - "min": "132.829", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "101.834", - "max": "109.413", - "min": "99.628", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "155.143", - "max": "156.03", - "min": "154.959", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "99.567", - "max": "101.419", - "min": "99.329", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "102.124", - "max": "102.593", - "min": "101.965", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "102.643", - "max": "102.833", - "min": "102.539", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "207.301", - "max": "208.103", - "min": "207.132", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "28.606", - "max": "38.353", - "min": "27.551", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "367.148", - "max": "372.652", - "min": "355.314", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "225.748", - "max": "226.932", - "min": "225.571", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "104.805", - "max": "105.142", - "min": "104.505", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "251.072", - "max": "251.666", - "min": "250.876", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "68.851", - "max": "68.985", - "min": "68.675", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "130.205", - "max": "131.402", - "min": "129.984", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "161.446", - "max": "162.493", - "min": "161.077", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "98.193", - "max": "100.345", - "min": "97.716", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "104.469", - "max": "105.762", - "min": "104.11", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "28.25", - "max": "29.073", - "min": "28.055", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "42.219", - "max": "42.374", - "min": "42.102", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "226.952", - "max": "229.268", - "min": "226.592", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.16", - "max": "93.412", - "min": "93.017", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "120.704", - "max": "121.418", - "min": "120.531", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "29.073", - "max": "29.797", - "min": "28.931", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "117.886", - "max": "118.398", - "min": "117.713", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "162.102", - "max": "227.598", - "min": "159.04", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "52.219", - "max": "55.801", - "min": "49.471", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "114.295", - "max": "114.894", - "min": "114.079", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "130.286", - "max": "131.658", - "min": "129.025", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "87.673", - "max": "96.376", - "min": "86.095", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "300.545", - "max": "302.212", - "min": "300.191", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "201.878", - "max": "202.39", - "min": "201.686", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "184.393", - "max": "185.168", - "min": "184.131", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "145.203", - "max": "146.143", - "min": "145.079", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "111.13", - "max": "112.754", - "min": "110.861", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "138.754", - "max": "138.908", - "min": "138.644", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "34.671", - "max": "35.746", - "min": "34.333", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "34.473", - "max": "36.473", - "min": "34.094", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "158.402", - "max": "163.009", - "min": "156.561", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "103.694", - "max": "104.537", - "min": "103.389", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "31.967", - "max": "33.565", - "min": "31.051", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "156.18", - "max": "157.056", - "min": "155.936", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "22.229", - "max": "22.466", - "min": "22.043", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "128.533", - "max": "132.881", - "min": "127.412", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "219.07", - "max": "219.34", - "min": "218.881", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "122.297", - "max": "122.297", - "min": "122.297", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "98.977", - "max": "101.412", - "min": "98.701", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "115.504", - "max": "115.673", - "min": "115.4", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "188.817", - "max": "189.912", - "min": "188.536", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "119.099", - "max": "131.006", - "min": "110.864", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "130.746", - "max": "131.469", - "min": "130.597", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "263.806", - "max": "264.602", - "min": "263.531", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "181.877", - "max": "182.86", - "min": "181.44", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "48.539", - "max": "51.054", - "min": "48.256", - "id": "106", - "country": "United States", - "source_name": "Monticello", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "109": { - "name": "Scranton", - "data": { - "0": { - "avg": "157.195", - "max": "157.391", - "min": "156.973", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "213.259", - "max": "218.71", - "min": "212.741", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "19.923", - "max": "24.183", - "min": "19.612", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "106.279", - "max": "109.994", - "min": "105.761", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "84.065", - "max": "84.389", - "min": "83.869", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "161.3", - "max": "162.173", - "min": "161.131", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "80.409", - "max": "80.63", - "min": "80.229", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "221.785", - "max": "240.738", - "min": "220.534", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "132.128", - "max": "132.469", - "min": "131.801", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "103.554", - "max": "104.645", - "min": "103.29", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "75.159", - "max": "75.392", - "min": "74.875", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "48.936", - "max": "49.989", - "min": "48.767", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "6.359", - "max": "6.449", - "min": "6.186", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "11.707", - "max": "12.211", - "min": "11.559", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "33.373", - "max": "33.685", - "min": "33.294", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "9.077", - "max": "9.353", - "min": "8.903", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "103.734", - "max": "104.005", - "min": "103.558", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "18.822", - "max": "19.187", - "min": "18.714", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "82.346", - "max": "82.531", - "min": "82.148", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "94.981", - "max": "95.108", - "min": "94.897", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "217.205", - "max": "217.438", - "min": "217.064", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "23.668", - "max": "23.789", - "min": "23.526", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "71.945", - "max": "72.187", - "min": "71.718", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "64.004", - "max": "64.887", - "min": "63.696", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "108.225", - "max": "108.594", - "min": "108.051", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "92.065", - "max": "92.284", - "min": "91.919", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "105.203", - "max": "107.278", - "min": "104.827", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "100.109", - "max": "100.519", - "min": "99.923", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "85.321", - "max": "85.596", - "min": "85.126", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "72.84", - "max": "81.99", - "min": "72.332", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "101.43", - "max": "101.701", - "min": "101.259", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "122.138", - "max": "122.413", - "min": "121.919", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "91.417", - "max": "94.116", - "min": "91.014", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "230.384", - "max": "231.64", - "min": "229.947", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "66.186", - "max": "66.346", - "min": "66.067", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "69.054", - "max": "69.322", - "min": "68.844", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "42.487", - "max": "42.886", - "min": "42.277", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "10.948", - "max": "12.042", - "min": "10.703", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "216.78", - "max": "222.049", - "min": "215.828", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "86.555", - "max": "88.29", - "min": "86.112", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "114.353", - "max": "114.641", - "min": "114.155", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "107.306", - "max": "107.645", - "min": "107.026", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "212.962", - "max": "213.114", - "min": "212.802", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "108.631", - "max": "109.244", - "min": "108.16", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "112.531", - "max": "113.195", - "min": "112.327", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "97.33", - "max": "101.095", - "min": "95.264", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "156.775", - "max": "156.946", - "min": "156.54", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "60.553", - "max": "60.721", - "min": "60.432", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "18.491", - "max": "18.565", - "min": "18.366", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "64.826", - "max": "65.726", - "min": "64.472", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "142.969", - "max": "154.899", - "min": "127.635", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "47.889", - "max": "50.304", - "min": "42.978", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "219.636", - "max": "225.746", - "min": "216.793", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "255.37", - "max": "256.158", - "min": "255.17", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "107.797", - "max": "109.011", - "min": "107.052", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "218.275", - "max": "218.586", - "min": "218.108", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "102.991", - "max": "105.095", - "min": "102.628", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "91.449", - "max": "91.664", - "min": "91.362", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "135.102", - "max": "135.837", - "min": "134.503", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "139.394", - "max": "196.309", - "min": "133.629", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "269.032", - "max": "378.747", - "min": "259.469", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "245.716", - "max": "245.921", - "min": "245.525", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "120.511", - "max": "121.702", - "min": "120.294", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "115.145", - "max": "115.356", - "min": "114.966", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "10.537", - "max": "10.639", - "min": "10.39", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "115.584", - "max": "116.147", - "min": "115.078", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "140.304", - "max": "141.673", - "min": "139.635", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "55.343", - "max": "57.651", - "min": "55.033", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "213.988", - "max": "215.726", - "min": "213.653", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "67.028", - "max": "67.425", - "min": "66.795", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.904", - "max": "83.121", - "min": "79.51", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "28.446", - "max": "28.734", - "min": "28.299", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "123.51", - "max": "124.26", - "min": "123.314", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "114.373", - "max": "176.82", - "min": "80.183", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "18.924", - "max": "19.095", - "min": "18.751", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "77.83", - "max": "77.977", - "min": "77.665", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "21.829", - "max": "25.342", - "min": "21.463", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "27.03", - "max": "27.187", - "min": "26.918", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "67.28", - "max": "67.529", - "min": "67.089", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "22.919", - "max": "25.486", - "min": "22.552", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "292.938", - "max": "294.83", - "min": "291.838", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "221.148", - "max": "221.549", - "min": "220.904", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "67.165", - "max": "68.96", - "min": "63.565", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "137.724", - "max": "138.586", - "min": "137.309", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "82.641", - "max": "85.734", - "min": "82.219", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "37.231", - "max": "37.38", - "min": "37.109", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "29.368", - "max": "31.964", - "min": "29.057", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.872", - "max": "84.169", - "min": "77.841", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "34.843", - "max": "35.894", - "min": "34.168", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.326", - "max": "74.906", - "min": "74.127", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "89.781", - "max": "89.878", - "min": "89.707", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "188.686", - "max": "189.681", - "min": "188.366", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "13.177", - "max": "13.519", - "min": "13.015", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "36.461", - "max": "38.081", - "min": "36.194", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "80.764", - "max": "80.991", - "min": "80.565", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "64.539", - "max": "82.083", - "min": "62.543", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "73.668", - "max": "73.976", - "min": "73.449", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "25.641", - "max": "31.762", - "min": "25.236", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "34.571", - "max": "34.873", - "min": "34.426", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "61.32", - "max": "61.653", - "min": "61.083", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "119.522", - "max": "119.712", - "min": "119.232", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "234.784", - "max": "245.294", - "min": "233.431", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "30.917", - "max": "31.848", - "min": "30.691", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "239.156", - "max": "239.977", - "min": "238.806", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "96.975", - "max": "100.82", - "min": "96.685", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "0.034", - "max": "0.086", - "min": "0.012", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "24.434", - "max": "24.538", - "min": "24.296", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "254.287", - "max": "257.28", - "min": "253.364", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "226.058", - "max": "227.639", - "min": "225.847", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "205.346", - "max": "205.67", - "min": "205.17", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "6.734", - "max": "6.784", - "min": "6.642", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "204.676", - "max": "205.967", - "min": "204.327", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "466.848", - "max": "574.578", - "min": "295.62", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "232.236", - "max": "355.108", - "min": "149.057", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "230.434", - "max": "231", - "min": "230.181", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "165.458", - "max": "168.047", - "min": "165.221", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "49.693", - "max": "49.892", - "min": "49.524", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "37.153", - "max": "38.404", - "min": "36.889", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "45.495", - "max": "46.226", - "min": "45.287", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "109.011", - "max": "250.36", - "min": "28.002", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "129.206", - "max": "130.31", - "min": "129.05", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "111.335", - "max": "111.56", - "min": "111.169", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "102.943", - "max": "105.217", - "min": "102.23", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "7.527", - "max": "7.795", - "min": "7.302", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "232.942", - "max": "233.498", - "min": "232.675", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "191.353", - "max": "191.76", - "min": "191.084", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "92.43", - "max": "92.988", - "min": "92.27", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "36.474", - "max": "36.877", - "min": "36.323", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.288", - "max": "25.648", - "min": "25.094", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "32.877", - "max": "33.145", - "min": "32.667", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "230.291", - "max": "231.85", - "min": "229.503", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "56.927", - "max": "61.812", - "min": "56.664", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "16.641", - "max": "16.835", - "min": "16.545", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "57.054", - "max": "72.522", - "min": "55.749", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "46.604", - "max": "47.391", - "min": "46.418", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "37.155", - "max": "37.286", - "min": "37.025", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "10.015", - "max": "10.236", - "min": "9.892", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "104.947", - "max": "105.385", - "min": "104.818", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "255.33", - "max": "256.647", - "min": "254.989", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "123.623", - "max": "124.019", - "min": "123.448", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "100.582", - "max": "100.826", - "min": "100.451", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "109.742", - "max": "116.281", - "min": "109.294", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "84.023", - "max": "84.782", - "min": "83.76", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "109.024", - "max": "109.291", - "min": "108.877", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "216.618", - "max": "217.046", - "min": "216.428", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "76.062", - "max": "77.995", - "min": "75.816", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "76.444", - "max": "76.598", - "min": "76.293", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "91.296", - "max": "112.472", - "min": "87.507", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "163.196", - "max": "163.328", - "min": "163.059", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "108.32", - "max": "109.136", - "min": "108.144", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "95.488", - "max": "96.113", - "min": "95.255", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "14.584", - "max": "14.91", - "min": "14.332", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "89.105", - "max": "89.249", - "min": "88.972", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "111.306", - "max": "112.285", - "min": "111.05", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "227.842", - "max": "272.415", - "min": "219.294", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.461", - "max": "52.624", - "min": "52.304", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "39.773", - "max": "39.976", - "min": "39.607", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "478.871", - "max": "479.366", - "min": "478.293", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "111.342", - "max": "111.389", - "min": "111.263", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "10.538", - "max": "11.619", - "min": "10.367", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "183.549", - "max": "183.79", - "min": "183.358", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "237.865", - "max": "237.999", - "min": "237.712", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "166.455", - "max": "166.871", - "min": "166.194", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "89.009", - "max": "89.747", - "min": "88.797", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "228.624", - "max": "234.509", - "min": "225.88", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "15.269", - "max": "15.371", - "min": "15.133", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.346", - "max": "24.448", - "min": "24.236", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "87.151", - "max": "89.094", - "min": "86.86", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "275.511", - "max": "275.736", - "min": "275.39", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "83.199", - "max": "84.721", - "min": "82.922", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "101.843", - "max": "102.387", - "min": "101.609", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "106.56", - "max": "130.775", - "min": "105.226", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "103.891", - "max": "103.977", - "min": "103.774", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "79.447", - "max": "79.79", - "min": "79.153", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "124.843", - "max": "125.349", - "min": "124.627", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "115.042", - "max": "115.201", - "min": "114.839", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "135.986", - "max": "139.629", - "min": "135.425", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "124.343", - "max": "124.499", - "min": "124.166", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "81.875", - "max": "88.157", - "min": "80.977", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "87.313", - "max": "87.413", - "min": "87.207", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.675", - "max": "81.842", - "min": "81.555", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "97.081", - "max": "97.265", - "min": "96.843", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "138.42", - "max": "139.174", - "min": "138.109", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "103.558", - "max": "120.971", - "min": "102.183", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "115.534", - "max": "168.162", - "min": "89.915", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "74.777", - "max": "74.89", - "min": "74.64", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "137.528", - "max": "137.809", - "min": "137.269", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "110.115", - "max": "110.42", - "min": "109.921", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "119.305", - "max": "119.829", - "min": "118.773", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "84.222", - "max": "84.68", - "min": "83.953", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "243.612", - "max": "250.035", - "min": "243.091", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "96.683", - "max": "96.873", - "min": "96.536", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "95.04", - "max": "95.246", - "min": "94.895", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "103.765", - "max": "114.772", - "min": "99.439", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "138.952", - "max": "139.233", - "min": "138.738", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "81.822", - "max": "93.659", - "min": "81.285", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "84.834", - "max": "85.344", - "min": "84.666", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "80.58", - "max": "81.729", - "min": "79.062", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "223.94", - "max": "224.342", - "min": "223.752", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "10.019", - "max": "16.937", - "min": "9.252", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "243.769", - "max": "243.89", - "min": "243.63", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "263.031", - "max": "268.819", - "min": "262.67", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "83.611", - "max": "84.337", - "min": "83.377", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "221.158", - "max": "224.368", - "min": "216.322", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "88.949", - "max": "91.984", - "min": "88.592", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "133.911", - "max": "134.771", - "min": "133.612", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "77.433", - "max": "78.811", - "min": "77.009", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "82.183", - "max": "82.998", - "min": "81.811", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "26.794", - "max": "26.949", - "min": "26.645", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.166", - "max": "41.324", - "min": "40.952", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "218.608", - "max": "218.799", - "min": "218.422", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "11.398", - "max": "11.585", - "min": "11.177", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "95.976", - "max": "96.125", - "min": "95.859", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "14.537", - "max": "14.636", - "min": "14.427", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "99.361", - "max": "99.686", - "min": "99.165", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "147.833", - "max": "148.335", - "min": "147.649", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "46.88", - "max": "49.254", - "min": "44.186", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "93.085", - "max": "93.22", - "min": "92.951", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "118.874", - "max": "121.24", - "min": "118.276", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "72.383", - "max": "84.81", - "min": "70.38", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "202.666", - "max": "204.638", - "min": "202.139", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": null, - "max": null, - "min": null, - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "155.988", - "max": "157.184", - "min": "155.683", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "122.677", - "max": "122.74", - "min": "122.605", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "84.108", - "max": "84.206", - "min": "84.02", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "128.946", - "max": "129.086", - "min": "128.826", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "22.775", - "max": "24.932", - "min": "22.365", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "14.22", - "max": "14.576", - "min": "14.037", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "138.18", - "max": "140.267", - "min": "136.949", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "95.926", - "max": "96.516", - "min": "95.518", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "19.935", - "max": "21.52", - "min": "18.904", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "137.261", - "max": "137.909", - "min": "136.987", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "34.65", - "max": "34.853", - "min": "34.522", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "83.144", - "max": "87.723", - "min": "82.4", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "231.762", - "max": "236.528", - "min": "221.499", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "103.788", - "max": "103.788", - "min": "103.788", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "77.077", - "max": "77.254", - "min": "76.929", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "90.401", - "max": "90.591", - "min": "90.26", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "170.332", - "max": "170.86", - "min": "170.016", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "102.702", - "max": "113.883", - "min": "94.753", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "103.246", - "max": "103.371", - "min": "103.1", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "199.966", - "max": "200.964", - "min": "199.814", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "158.085", - "max": "159.817", - "min": "157.742", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "32.341", - "max": "33.732", - "min": "32.087", - "id": "109", - "country": "United States", - "source_name": "Scranton", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "110": { - "name": "Asheville", - "data": { - "0": { - "avg": "91.476", - "max": "92.586", - "min": "91.32", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "208.114", - "max": "211.883", - "min": "207.749", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "28.463", - "max": "28.862", - "min": "28.347", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "123.515", - "max": "130.702", - "min": "122.633", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "103.989", - "max": "105.342", - "min": "103.775", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "173.931", - "max": "174.129", - "min": "173.795", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "101.588", - "max": "105.139", - "min": "101.283", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "217.011", - "max": "236.077", - "min": "215.343", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "145.918", - "max": "146.14", - "min": "145.782", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "120.573", - "max": "121.033", - "min": "120.426", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "90.793", - "max": "91.149", - "min": "90.631", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "30.966", - "max": "50.42", - "min": "30.175", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "20.761", - "max": "20.951", - "min": "20.673", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "23.851", - "max": "24.557", - "min": "23.637", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "21.139", - "max": "21.375", - "min": "21.063", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "14.329", - "max": "15.044", - "min": "14.023", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "110.785", - "max": "110.978", - "min": "110.577", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "8.617", - "max": "8.939", - "min": "8.49", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "109.902", - "max": "110.128", - "min": "109.742", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "121.463", - "max": "121.619", - "min": "121.359", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "211.848", - "max": "212.028", - "min": "211.747", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "24.743", - "max": "24.83", - "min": "24.666", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "68.724", - "max": "69.86", - "min": "68.56", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "73.069", - "max": "80.26", - "min": "72.592", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "125.609", - "max": "125.924", - "min": "125.311", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "110.426", - "max": "110.541", - "min": "110.35", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "120.254", - "max": "121.118", - "min": "120.117", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "122.164", - "max": "122.566", - "min": "121.988", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "107.876", - "max": "108.076", - "min": "107.777", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.873", - "max": "71.679", - "min": "70.627", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "260.576", - "max": "260.821", - "min": "260.462", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "131.994", - "max": "132.076", - "min": "131.907", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "60.701", - "max": "64.571", - "min": "60.43", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "148.617", - "max": "148.963", - "min": "148.463", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "118.702", - "max": "122.253", - "min": "118.385", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "230.247", - "max": "237.76", - "min": "229.845", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "67.465", - "max": "67.612", - "min": "67.383", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.655", - "max": "60.899", - "min": "60.515", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "30.782", - "max": "31.056", - "min": "30.648", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "15.065", - "max": "15.366", - "min": "14.862", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "229.722", - "max": "232.663", - "min": "229.315", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "108.613", - "max": "112.279", - "min": "107.944", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "126.787", - "max": "126.919", - "min": "126.648", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "120.068", - "max": "122.488", - "min": "119.826", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "229.878", - "max": "230.07", - "min": "229.8", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "119.37", - "max": "120.199", - "min": "119.041", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "126.087", - "max": "129.024", - "min": "125.803", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "85.293", - "max": "85.541", - "min": "85.174", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "161.093", - "max": "161.517", - "min": "160.939", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "26.981", - "max": "28.582", - "min": "26.843", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "31.202", - "max": "31.373", - "min": "31.14", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "75.312", - "max": "76.162", - "min": "75.087", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "101.515", - "max": "186.737", - "min": "93.774", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.317", - "max": "38.486", - "min": "38.174", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "271.062", - "max": "280.159", - "min": "267.709", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "267.395", - "max": "268.107", - "min": "267.194", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "118.321", - "max": "120.198", - "min": "117.46", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "220.788", - "max": "220.943", - "min": "220.703", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "122.322", - "max": "124.378", - "min": "122.114", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "95.322", - "max": "95.544", - "min": "95.196", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "149.818", - "max": "150.561", - "min": "149.396", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "149.417", - "max": "196.748", - "min": "143.605", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "256.326", - "max": "325.236", - "min": "247.688", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "272.383", - "max": "273.918", - "min": "272.144", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "145.841", - "max": "147.902", - "min": "145.589", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "137.147", - "max": "137.333", - "min": "137.037", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "21.913", - "max": "27.389", - "min": "21.585", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "138.806", - "max": "139.21", - "min": "138.483", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "141.715", - "max": "143.388", - "min": "141.156", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "49.819", - "max": "51.621", - "min": "49.545", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "213.335", - "max": "215.936", - "min": "212.974", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "64.191", - "max": "65.396", - "min": "63.865", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "64.883", - "max": "71.948", - "min": "64.483", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "22.315", - "max": "22.594", - "min": "22.192", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "128.649", - "max": "129.495", - "min": "128.344", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "105.236", - "max": "107.48", - "min": "105.017", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "12.638", - "max": "12.973", - "min": "12.532", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "63.663", - "max": "65.124", - "min": "63.5", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "23.176", - "max": "29.841", - "min": "22.665", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "29.502", - "max": "29.577", - "min": "29.424", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "82.705", - "max": "83.649", - "min": "82.489", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "36.466", - "max": "36.692", - "min": "36.265", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "230.824", - "max": "239.056", - "min": "230.361", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "218.739", - "max": "219.129", - "min": "218.564", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "58.79", - "max": "58.97", - "min": "58.702", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "149.758", - "max": "151.084", - "min": "149.239", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "100.071", - "max": "104.432", - "min": "99.67", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "24.556", - "max": "25.746", - "min": "24.357", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "31.227", - "max": "31.524", - "min": "31.05", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "96.114", - "max": "96.37", - "min": "95.993", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "38.271", - "max": "39.456", - "min": "37.529", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "70.919", - "max": "71.133", - "min": "70.742", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "115.811", - "max": "115.9", - "min": "115.741", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "187.628", - "max": "189.601", - "min": "187.404", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "26.521", - "max": "26.604", - "min": "26.431", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "21.912", - "max": "22.168", - "min": "21.777", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "69.945", - "max": "70.431", - "min": "69.726", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "58.095", - "max": "72.765", - "min": "56.835", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "77.377", - "max": "77.524", - "min": "77.242", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "28.197", - "max": "29.424", - "min": "27.975", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "43.857", - "max": "44.285", - "min": "43.747", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "70.511", - "max": "71.121", - "min": "70.257", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "139.584", - "max": "142.044", - "min": "139.359", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "234.497", - "max": "239.575", - "min": "233.752", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "34.112", - "max": "35.69", - "min": "33.925", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "195.768", - "max": "195.947", - "min": "195.487", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "92.228", - "max": "92.69", - "min": "91.998", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "24.38", - "max": "24.743", - "min": "24.202", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "0.025", - "max": "0.048", - "min": "0.017", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "208.234", - "max": "212.713", - "min": "207.447", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "225.2", - "max": "226.106", - "min": "225.049", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "202.598", - "max": "202.765", - "min": "202.457", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "17.991", - "max": "19.666", - "min": "17.823", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "220.263", - "max": "223.16", - "min": "219.964", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "461.292", - "max": "577.274", - "min": "277.825", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "291.955", - "max": "405.142", - "min": "181.693", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "257.959", - "max": "266.673", - "min": "257.281", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "167.782", - "max": "168.897", - "min": "167.52", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "34.254", - "max": "34.528", - "min": "34.131", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "32.789", - "max": "35.029", - "min": "32.408", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "50.062", - "max": "53.095", - "min": "49.793", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "81.828", - "max": "249.046", - "min": "14.553", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "134.073", - "max": "134.905", - "min": "133.937", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "119.834", - "max": "122.869", - "min": "119.278", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "127.171", - "max": "127.405", - "min": "127.084", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "112.685", - "max": "113.556", - "min": "112.065", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "24.122", - "max": "24.397", - "min": "23.955", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "328.798", - "max": "330.095", - "min": "328.521", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "194.334", - "max": "195.205", - "min": "194.116", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "108.783", - "max": "109.23", - "min": "108.624", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "38.477", - "max": "38.667", - "min": "38.378", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "29.524", - "max": "29.953", - "min": "29.366", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "45.604", - "max": "58.222", - "min": "45.066", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "208.758", - "max": "210.466", - "min": "208.083", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.411", - "max": "51.264", - "min": "49.166", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "31.087", - "max": "31.289", - "min": "30.936", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "55.997", - "max": "61.548", - "min": "55.524", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "44.318", - "max": "47.073", - "min": "44.066", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "42.853", - "max": "43.063", - "min": "42.768", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "23.239", - "max": "23.51", - "min": "23.1", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "123.283", - "max": "123.743", - "min": "123.087", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "251.77", - "max": "252.273", - "min": "251.399", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "133.96", - "max": "134.16", - "min": "133.815", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "115.243", - "max": "115.429", - "min": "115.089", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "115.444", - "max": "117.51", - "min": "115.222", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "101.814", - "max": "102.568", - "min": "101.516", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "142.128", - "max": "145.598", - "min": "141.881", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "301.85", - "max": "302.117", - "min": "301.765", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "89.87", - "max": "90.111", - "min": "89.779", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "98.029", - "max": "98.11", - "min": "97.97", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "100.914", - "max": "109.229", - "min": "99.537", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "182.404", - "max": "182.545", - "min": "182.306", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "130.512", - "max": "131.492", - "min": "130.348", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "103.699", - "max": "146.907", - "min": "102.002", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "18.63", - "max": "18.902", - "min": "18.553", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "89.244", - "max": "90.062", - "min": "89.053", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "135.055", - "max": "135.973", - "min": "134.902", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "216.504", - "max": "265.301", - "min": "207.591", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.749", - "max": "52.927", - "min": "52.627", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "156.948", - "max": "231.788", - "min": "149.564", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "51.207", - "max": "51.351", - "min": "51.089", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "473.775", - "max": "474.504", - "min": "473.159", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "137.254", - "max": "140.881", - "min": "137.018", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "25.593", - "max": "25.841", - "min": "25.461", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "203.424", - "max": "204.202", - "min": "203.223", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "259.712", - "max": "259.881", - "min": "259.581", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "189.287", - "max": "189.813", - "min": "189.018", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "43.044", - "max": "43.233", - "min": "42.918", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "263.674", - "max": "278.847", - "min": "238.1", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "30.045", - "max": "30.145", - "min": "29.961", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "23.335", - "max": "23.54", - "min": "23.216", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "101.091", - "max": "102.875", - "min": "100.853", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "226.25", - "max": "226.459", - "min": "226.11", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "96.62", - "max": "98.53", - "min": "96.413", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "112.732", - "max": "113.276", - "min": "112.522", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "124.645", - "max": "147.605", - "min": "123.492", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "107.525", - "max": "107.716", - "min": "107.458", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "103.45", - "max": "103.873", - "min": "103.233", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "156.024", - "max": "156.623", - "min": "155.881", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "137.166", - "max": "137.406", - "min": "137.041", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "150.32", - "max": "155.28", - "min": "149.764", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "126.118", - "max": "126.453", - "min": "125.98", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "108.358", - "max": "109.766", - "min": "108.087", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "108.881", - "max": "109.57", - "min": "108.78", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "93.477", - "max": "93.585", - "min": "93.374", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "117.725", - "max": "121.63", - "min": "117.443", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "145.605", - "max": "145.891", - "min": "145.461", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "125.329", - "max": "126.883", - "min": "124.749", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "136.766", - "max": "207.948", - "min": "112.383", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "101.934", - "max": "102.078", - "min": "101.815", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "150.273", - "max": "150.842", - "min": "150.072", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "127.763", - "max": "128", - "min": "127.54", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "134.765", - "max": "135.449", - "min": "134.347", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "92.684", - "max": "107.345", - "min": "91.761", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "263.933", - "max": "264.697", - "min": "263.775", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "112.862", - "max": "113.271", - "min": "112.744", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "121.391", - "max": "121.586", - "min": "121.217", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "125.313", - "max": "125.411", - "min": "125.228", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "116.195", - "max": "126.822", - "min": "106.271", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "151.178", - "max": "151.558", - "min": "151.008", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "104.433", - "max": "105.125", - "min": "104.292", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "103.213", - "max": "103.789", - "min": "103.035", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "101.855", - "max": "102.104", - "min": "101.756", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "245.244", - "max": "249.802", - "min": "244.495", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "23.992", - "max": "29.975", - "min": "22.515", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "237.566", - "max": "240.181", - "min": "232.032", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "251.237", - "max": "251.663", - "min": "251.057", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "104.178", - "max": "104.323", - "min": "104.042", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "227.615", - "max": "229.071", - "min": "227.345", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "73.008", - "max": "73.828", - "min": "72.637", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "130.531", - "max": "130.796", - "min": "130.33", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "163.339", - "max": "165.191", - "min": "163.127", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "91.026", - "max": "93.728", - "min": "90.621", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "97.306", - "max": "98.298", - "min": "96.99", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "37.52", - "max": "37.615", - "min": "37.451", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "27.706", - "max": "28.821", - "min": "27.619", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "232.358", - "max": "238.019", - "min": "232.004", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "26.824", - "max": "27.117", - "min": "26.714", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "109.125", - "max": "109.519", - "min": "108.922", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "30.017", - "max": "30.902", - "min": "29.867", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "125.585", - "max": "125.811", - "min": "125.435", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "156.394", - "max": "156.812", - "min": "156.214", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "39.528", - "max": "56.837", - "min": "37.241", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "106.68", - "max": "107.042", - "min": "106.573", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "130.952", - "max": "133.545", - "min": "130.136", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "71.589", - "max": "77.04", - "min": "70.583", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "253.904", - "max": "254.361", - "min": "253.501", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "167.894", - "max": "168.412", - "min": "167.716", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "179.293", - "max": "180.962", - "min": "179.059", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "132.964", - "max": "134.424", - "min": "132.853", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "105.237", - "max": "105.405", - "min": "105.169", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "123.74", - "max": "126.463", - "min": "123.543", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "30.631", - "max": "36.064", - "min": "29.998", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "23.87", - "max": "24.111", - "min": "23.7", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "146.868", - "max": "161.395", - "min": "144.228", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "90.082", - "max": "92.407", - "min": "88.983", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "29.904", - "max": "31.685", - "min": "28.84", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "147.522", - "max": "147.844", - "min": "147.418", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "47.203", - "max": "47.425", - "min": "46.953", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "109.949", - "max": "112.848", - "min": "109.57", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "225.559", - "max": "226.468", - "min": "223.335", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "89.902", - "max": "90.041", - "min": "89.763", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "92.064", - "max": "92.471", - "min": "91.989", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "112.364", - "max": "112.62", - "min": "112.259", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "191.546", - "max": "194.873", - "min": "191.299", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "113.011", - "max": "128.62", - "min": "104.141", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "119.375", - "max": "153.817", - "min": "118.009", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "247.486", - "max": "248.022", - "min": "247.355", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "176.921", - "max": "183.231", - "min": "176.23", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "37.708", - "max": "42.284", - "min": "37.396", - "id": "110", - "country": "United States", - "source_name": "Asheville", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "114": { - "name": "Manhattan", - "data": { - "0": { - "avg": "134.739", - "max": "135.019", - "min": "134.605", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "211.807", - "max": "212.432", - "min": "211.56", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "13.925", - "max": "15.591", - "min": "13.705", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "98.618", - "max": "103.97", - "min": "98.158", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "91.73", - "max": "91.924", - "min": "91.6", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "160.308", - "max": "160.683", - "min": "160.166", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "75.913", - "max": "76.093", - "min": "75.792", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "221.225", - "max": "227.773", - "min": "220.548", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "114.894", - "max": "115.064", - "min": "114.703", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "96.275", - "max": "99.043", - "min": "95.96", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "69.583", - "max": "71.223", - "min": "69.344", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "43.557", - "max": "43.793", - "min": "43.456", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "1.574", - "max": "1.762", - "min": "1.444", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "5.528", - "max": "6.15", - "min": "5.339", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "28.594", - "max": "29.54", - "min": "28.443", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "8.152", - "max": "9.015", - "min": "7.894", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "100.827", - "max": "101.165", - "min": "100.637", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "18.94", - "max": "19.385", - "min": "18.828", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "100.076", - "max": "100.705", - "min": "99.917", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "97.837", - "max": "97.931", - "min": "97.716", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "219.486", - "max": "219.84", - "min": "219.34", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "21.84", - "max": "21.94", - "min": "21.766", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "79.539", - "max": "79.649", - "min": "79.449", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "68.143", - "max": "68.777", - "min": "67.991", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "99.513", - "max": "108.549", - "min": "98.949", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "99.913", - "max": "100.048", - "min": "99.826", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "97.445", - "max": "98.035", - "min": "97.238", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "91.964", - "max": "92.194", - "min": "91.735", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "83.904", - "max": "84.179", - "min": "83.764", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "63.654", - "max": "68.352", - "min": "63.248", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "235.059", - "max": "235.261", - "min": "234.937", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "96.665", - "max": "96.866", - "min": "96.564", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "67.355", - "max": "67.597", - "min": "67.166", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "130.085", - "max": "130.223", - "min": "129.971", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "90.962", - "max": "93.08", - "min": "90.487", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "216.126", - "max": "217.898", - "min": "215.881", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "65.808", - "max": "65.898", - "min": "65.715", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "54.36", - "max": "54.49", - "min": "54.146", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "31.888", - "max": "32.177", - "min": "31.718", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "9.19", - "max": "9.414", - "min": "9.001", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "211.977", - "max": "216.489", - "min": "211.528", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "78.188", - "max": "84.832", - "min": "77.311", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "108.256", - "max": "108.503", - "min": "108.143", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "99.1", - "max": "99.94", - "min": "98.939", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "209.684", - "max": "209.87", - "min": "209.573", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "102.63", - "max": "103.458", - "min": "102.401", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "104.493", - "max": "105.124", - "min": "104.331", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "92.452", - "max": "95.905", - "min": "90.414", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "162.892", - "max": "165.345", - "min": "161.717", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "40.783", - "max": "40.916", - "min": "40.671", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "10.474", - "max": "10.635", - "min": "10.307", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "72.199", - "max": "73.389", - "min": "71.878", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "128.341", - "max": "214.962", - "min": "111.529", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "32.726", - "max": "32.88", - "min": "32.619", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "202.202", - "max": "207.884", - "min": "199.438", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "231.596", - "max": "232.082", - "min": "231.373", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "114.328", - "max": "116.721", - "min": "113.279", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "215.267", - "max": "215.541", - "min": "215.198", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "116.514", - "max": "117.489", - "min": "116.131", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "84.772", - "max": "84.908", - "min": "84.65", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "133.621", - "max": "134.437", - "min": "133.201", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "131.28", - "max": "189.338", - "min": "125.206", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "247.247", - "max": "269.587", - "min": "245.358", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "258.028", - "max": "258.131", - "min": "257.922", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "119.008", - "max": "119.312", - "min": "118.874", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "121.239", - "max": "121.499", - "min": "121.107", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "3.401", - "max": "8.249", - "min": "3.077", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "113.683", - "max": "114.129", - "min": "113.33", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "130.787", - "max": "133.443", - "min": "130.046", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "43.461", - "max": "44.377", - "min": "43.291", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "203.308", - "max": "204.265", - "min": "203.159", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "64.453", - "max": "64.735", - "min": "64.222", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "73.458", - "max": "75.413", - "min": "73.203", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "26.632", - "max": "26.905", - "min": "26.432", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "111.187", - "max": "113.11", - "min": "110.885", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "76.756", - "max": "77.2", - "min": "76.572", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "24.155", - "max": "24.288", - "min": "24.007", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "69.604", - "max": "69.757", - "min": "69.478", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "16.154", - "max": "17.832", - "min": "15.826", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "20.213", - "max": "20.38", - "min": "20.075", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "61.206", - "max": "61.446", - "min": "60.956", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "20.833", - "max": "21.53", - "min": "20.653", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "252.268", - "max": "252.522", - "min": "252.13", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "222.206", - "max": "222.61", - "min": "221.987", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "49.147", - "max": "49.393", - "min": "49.022", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "129.518", - "max": "131.308", - "min": "129.015", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "80.264", - "max": "80.758", - "min": "80.027", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "27.56", - "max": "27.708", - "min": "27.446", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "24.213", - "max": "25.933", - "min": "24.037", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "80.415", - "max": "85.839", - "min": "80.079", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "33.189", - "max": "34.928", - "min": "32.342", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.311", - "max": "74.827", - "min": "74.129", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "94.653", - "max": "94.75", - "min": "94.578", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "175.806", - "max": "176.035", - "min": "175.619", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "10.826", - "max": "10.985", - "min": "10.721", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "43.882", - "max": "46.31", - "min": "43.454", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "76.993", - "max": "77.223", - "min": "76.772", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "54.179", - "max": "74.693", - "min": "53.079", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "62.122", - "max": "62.314", - "min": "61.994", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "19.955", - "max": "20.977", - "min": "19.772", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "33.288", - "max": "33.587", - "min": "33.181", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "57.22", - "max": "57.368", - "min": "57.099", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "145.467", - "max": "163.439", - "min": "128.507", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "224.579", - "max": "226.145", - "min": "224.123", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.73", - "max": "29.382", - "min": "28.47", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "200.42", - "max": "201.217", - "min": "200.002", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "88.049", - "max": "89.382", - "min": "87.801", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "6.717", - "max": "7.26", - "min": "6.497", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "18.003", - "max": "18.132", - "min": "17.887", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "194.596", - "max": "195.022", - "min": "194.454", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "222.805", - "max": "229.695", - "min": "219.98", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "198.91", - "max": "202.681", - "min": "195.764", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "0.041", - "max": "0.068", - "min": "0.029", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "197.916", - "max": "217.206", - "min": "196.988", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "434.189", - "max": "535.278", - "min": "255.269", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "220.909", - "max": "333.581", - "min": "140.845", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "251.857", - "max": "266.795", - "min": "251.024", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "157.615", - "max": "157.945", - "min": "157.48", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "43.662", - "max": "43.911", - "min": "43.521", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "37.73", - "max": "38.199", - "min": "37.472", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.222", - "max": "42.322", - "min": "39.886", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "105.706", - "max": "246.634", - "min": "26.901", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "128.978", - "max": "148.723", - "min": "114.079", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "107.199", - "max": "208.004", - "min": "103.204", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "106.868", - "max": "107.123", - "min": "106.801", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "102.818", - "max": "104.662", - "min": "102.316", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "1.379", - "max": "1.664", - "min": "1.222", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "215.954", - "max": "216.426", - "min": "215.765", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "190.325", - "max": "191.106", - "min": "190.133", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "97.472", - "max": "98.252", - "min": "97.254", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "29.144", - "max": "29.307", - "min": "28.984", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.041", - "max": "25.206", - "min": "24.904", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "26.058", - "max": "26.276", - "min": "25.848", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "202.976", - "max": "204.148", - "min": "202.446", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "48.436", - "max": "49.217", - "min": "48.309", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "8.489", - "max": "8.729", - "min": "8.378", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "55.203", - "max": "69.604", - "min": "53.289", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "39.745", - "max": "39.885", - "min": "39.578", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.172", - "max": "38.387", - "min": "37.973", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "4.228", - "max": "4.386", - "min": "4.12", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "97.792", - "max": "97.956", - "min": "97.672", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "259.522", - "max": "260.173", - "min": "259.168", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "114.032", - "max": "114.177", - "min": "113.914", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "92.469", - "max": "92.738", - "min": "92.278", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.449", - "max": "118.861", - "min": "105.771", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "84.13", - "max": "84.926", - "min": "83.906", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "108.307", - "max": "112.59", - "min": "107.857", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "207.453", - "max": "207.817", - "min": "207.328", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "70.236", - "max": "72.296", - "min": "70.026", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "71.853", - "max": "71.991", - "min": "71.725", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "81.651", - "max": "100.301", - "min": "79.784", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "162.832", - "max": "162.984", - "min": "162.686", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "109.619", - "max": "112.569", - "min": "109.419", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "88.798", - "max": "106.098", - "min": "87.396", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "12.043", - "max": "12.843", - "min": "11.84", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "85.811", - "max": "87.739", - "min": "85.503", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "115.627", - "max": "116.127", - "min": "115.369", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "225.994", - "max": "278.564", - "min": "218.037", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "53.083", - "max": "53.223", - "min": "52.982", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "166.052", - "max": "268.118", - "min": "160.02", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "38.992", - "max": "39.096", - "min": "38.87", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "478.77", - "max": "479.291", - "min": "477.989", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "130.619", - "max": "140.913", - "min": "113.711", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "0.806", - "max": "1.193", - "min": "0.663", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "169.463", - "max": "169.617", - "min": "169.293", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "242.336", - "max": "242.804", - "min": "242.219", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "173.197", - "max": "173.435", - "min": "173.036", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "59.714", - "max": "59.938", - "min": "59.525", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "269.434", - "max": "279.476", - "min": "248.87", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "10.06", - "max": "10.166", - "min": "9.943", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "15.405", - "max": "15.543", - "min": "15.312", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "88.043", - "max": "90.185", - "min": "87.804", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "293.772", - "max": "327.499", - "min": "278.033", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "78.121", - "max": "78.264", - "min": "78.037", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "95.387", - "max": "95.834", - "min": "95.122", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "105.179", - "max": "106.623", - "min": "105.039", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "99.165", - "max": "99.271", - "min": "99.054", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "73.57", - "max": "73.967", - "min": "73.382", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "125.957", - "max": "129.105", - "min": "125.681", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "116.621", - "max": "116.73", - "min": "116.524", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "124.333", - "max": "138.934", - "min": "123.113", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "119.907", - "max": "120.577", - "min": "119.696", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "73.62", - "max": "75.419", - "min": "73.322", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "93.947", - "max": "94.083", - "min": "93.859", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "75.754", - "max": "75.853", - "min": "75.584", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "98.281", - "max": "103.833", - "min": "98.006", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "127.773", - "max": "127.99", - "min": "127.588", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "99.589", - "max": "108.073", - "min": "98.471", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "121.83", - "max": "179.239", - "min": "91.34", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "66.533", - "max": "66.711", - "min": "66.381", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "148.65", - "max": "148.922", - "min": "148.471", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "122.709", - "max": "146.397", - "min": "110.748", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "123.273", - "max": "123.695", - "min": "122.945", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "75.419", - "max": "99.143", - "min": "74.331", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "272.891", - "max": "273.134", - "min": "272.788", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "109.884", - "max": "110.127", - "min": "109.756", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "101.605", - "max": "101.846", - "min": "101.431", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "101.073", - "max": "101.196", - "min": "100.966", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "99.45", - "max": "105.791", - "min": "94.808", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "124.013", - "max": "124.394", - "min": "123.853", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "82.319", - "max": "83.127", - "min": "82.156", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "83.058", - "max": "83.348", - "min": "82.918", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "89.577", - "max": "89.732", - "min": "89.475", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "224.145", - "max": "231.342", - "min": "223.467", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "4.999", - "max": "9.706", - "min": "4.1", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "237.435", - "max": "240.779", - "min": "232.452", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "209.4", - "max": "211.17", - "min": "209.137", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "78.408", - "max": "78.642", - "min": "78.211", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "223.026", - "max": "224.117", - "min": "222.792", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "88.866", - "max": "89.081", - "min": "88.73", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "106.772", - "max": "107.075", - "min": "106.609", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "132.89", - "max": "135.47", - "min": "132.491", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "75.705", - "max": "76.756", - "min": "75.372", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "78.272", - "max": "80.153", - "min": "77.873", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "22.893", - "max": "23.037", - "min": "22.78", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "33.971", - "max": "34.178", - "min": "33.869", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "244.236", - "max": "321.895", - "min": "241.136", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "6.618", - "max": "6.737", - "min": "6.513", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "90.222", - "max": "91.351", - "min": "90.068", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "13.104", - "max": "13.173", - "min": "12.925", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "99.996", - "max": "100.124", - "min": "99.879", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "129.297", - "max": "130.977", - "min": "129.055", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "44.957", - "max": "47.781", - "min": "42.018", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "94.469", - "max": "94.695", - "min": "94.292", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "114.067", - "max": "115.383", - "min": "113.114", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "68.208", - "max": "76.488", - "min": "67.002", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "210.88", - "max": "218.506", - "min": "208.968", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "148.465", - "max": "148.803", - "min": "148.313", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "150.441", - "max": "151.034", - "min": "150.177", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "125.31", - "max": "125.503", - "min": "125.176", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "80.065", - "max": "80.168", - "min": "79.992", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "131.859", - "max": "132.259", - "min": "131.765", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "12.138", - "max": "13.495", - "min": "11.766", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "11.762", - "max": "12.019", - "min": "11.625", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "135.236", - "max": "139.627", - "min": "133.368", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "96.946", - "max": "97.451", - "min": "96.565", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "27.676", - "max": "29.287", - "min": "26.492", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "134.424", - "max": "135.035", - "min": "134.247", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "28.32", - "max": "28.774", - "min": "28.098", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "81.022", - "max": "90.01", - "min": "80.237", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "226.311", - "max": "228.076", - "min": "224.87", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "102.357", - "max": "102.623", - "min": "102.091", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "74.469", - "max": "74.578", - "min": "74.401", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "82.158", - "max": "82.302", - "min": "82.053", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "168.507", - "max": "294.849", - "min": "163.423", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "87.327", - "max": "95.36", - "min": "78.871", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "122.692", - "max": "122.905", - "min": "122.583", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "187.452", - "max": "189.002", - "min": "186.962", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "162.074", - "max": "164.24", - "min": "161.769", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "27.267", - "max": "30.03", - "min": "26.978", - "id": "114", - "country": "United States", - "source_name": "Manhattan", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "121": { - "name": "Oklahoma City", - "data": { - "0": { - "avg": "117.226", - "max": "117.877", - "min": "117.025", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "245.761", - "max": "246.21", - "min": "245.484", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "38.614", - "max": "38.834", - "min": "38.501", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "143.094", - "max": "152.54", - "min": "142.185", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "111.529", - "max": "111.969", - "min": "111.299", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "157.328", - "max": "157.527", - "min": "157.188", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "122.316", - "max": "122.449", - "min": "122.198", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "287.366", - "max": "299.584", - "min": "286.628", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "156.069", - "max": "156.21", - "min": "155.94", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "143.908", - "max": "145.263", - "min": "143.624", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "109.898", - "max": "110.172", - "min": "109.698", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "9.934", - "max": "11.713", - "min": "9.743", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "40.486", - "max": "40.749", - "min": "40.362", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "47.983", - "max": "49.434", - "min": "47.741", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "40.272", - "max": "47.425", - "min": "39.899", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "38.628", - "max": "39.199", - "min": "37.994", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "128.882", - "max": "129.2", - "min": "128.661", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "27.618", - "max": "27.88", - "min": "27.471", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "117.144", - "max": "117.375", - "min": "116.958", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "133.683", - "max": "133.826", - "min": "133.538", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "262.127", - "max": "262.224", - "min": "262.04", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "21.577", - "max": "24.144", - "min": "21.357", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "46.678", - "max": "47.23", - "min": "46.506", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "51.481", - "max": "57.179", - "min": "50.898", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "152.241", - "max": "152.929", - "min": "152.08", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "134.361", - "max": "134.499", - "min": "134.223", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "129.524", - "max": "131.202", - "min": "129.292", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "159.58", - "max": "160.01", - "min": "159.44", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "122.58", - "max": "122.671", - "min": "122.454", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "51.408", - "max": "52.797", - "min": "51.216", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "226.412", - "max": "226.528", - "min": "226.275", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "140.927", - "max": "141.261", - "min": "140.784", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "35.846", - "max": "36.083", - "min": "35.693", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "166.074", - "max": "172.425", - "min": "165.675", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "139.167", - "max": "142.019", - "min": "138.748", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "220.389", - "max": "221.308", - "min": "220.18", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "48.416", - "max": "48.58", - "min": "48.345", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "36.85", - "max": "37.016", - "min": "36.715", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "12.282", - "max": "12.47", - "min": "12.062", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "40.349", - "max": "41.919", - "min": "39.963", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "248.155", - "max": "250.956", - "min": "247.586", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "113.4", - "max": "118.452", - "min": "112.636", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "148.133", - "max": "148.371", - "min": "147.984", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "148.782", - "max": "149.558", - "min": "148.583", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "244.325", - "max": "244.532", - "min": "244.131", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "146.35", - "max": "147.055", - "min": "145.928", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "147.773", - "max": "148.199", - "min": "147.615", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "96.64", - "max": "97.442", - "min": "96.462", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "173.831", - "max": "174.398", - "min": "173.006", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "17.725", - "max": "17.881", - "min": "17.62", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "41.211", - "max": "41.28", - "min": "41.11", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "53.889", - "max": "54.239", - "min": "53.623", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "130.55", - "max": "141.57", - "min": "121.121", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "7.715", - "max": "7.905", - "min": "7.498", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "250.41", - "max": "260.895", - "min": "247.13", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "243.23", - "max": "244.371", - "min": "243.025", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "122.742", - "max": "127.42", - "min": "121.738", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "197.179", - "max": "197.276", - "min": "197.097", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "167.782", - "max": "169.104", - "min": "167.501", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "118.313", - "max": "119.736", - "min": "118.077", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "177.067", - "max": "180.464", - "min": "176.57", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "167.38", - "max": "226.308", - "min": "161.162", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "229.096", - "max": "244.086", - "min": "227.787", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "225.167", - "max": "225.73", - "min": "224.971", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "161.368", - "max": "161.536", - "min": "161.239", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "151.612", - "max": "152.502", - "min": "151.428", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "40.492", - "max": "40.702", - "min": "40.366", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "158.728", - "max": "159.118", - "min": "158.46", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "156.314", - "max": "157.934", - "min": "155.487", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "20.089", - "max": "23.198", - "min": "19.776", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.864", - "max": "201.553", - "min": "199.592", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "46.149", - "max": "46.492", - "min": "45.784", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "82.371", - "max": "86.037", - "min": "81.988", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.414", - "max": "33.886", - "min": "33.219", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "149.815", - "max": "150.8", - "min": "149.495", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "111.151", - "max": "111.318", - "min": "110.945", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "31.576", - "max": "31.819", - "min": "31.394", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "56.008", - "max": "57.112", - "min": "55.852", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "36.201", - "max": "45.437", - "min": "35.652", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "26.898", - "max": "27.106", - "min": "26.77", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "53.143", - "max": "53.393", - "min": "52.907", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "61.11", - "max": "61.85", - "min": "60.85", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "206.777", - "max": "207.895", - "min": "205.486", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "247.253", - "max": "247.555", - "min": "247.013", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "49.519", - "max": "49.709", - "min": "49.412", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "172.345", - "max": "173.244", - "min": "171.97", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "111.87", - "max": "113.067", - "min": "111.524", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "37.674", - "max": "37.856", - "min": "37.566", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "13.563", - "max": "14.016", - "min": "13.332", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "114.17", - "max": "119.22", - "min": "113.858", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.319", - "max": "38.682", - "min": "31.484", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "50.725", - "max": "51.226", - "min": "50.479", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "113.641", - "max": "113.98", - "min": "113.514", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "176.444", - "max": "176.701", - "min": "176.235", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "31.695", - "max": "31.898", - "min": "31.539", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "34.668", - "max": "34.829", - "min": "34.525", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "84.625", - "max": "84.907", - "min": "84.404", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "88.12", - "max": "104.828", - "min": "86.546", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "49.751", - "max": "49.904", - "min": "49.631", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "22.487", - "max": "23.728", - "min": "22.244", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "45.939", - "max": "46.113", - "min": "45.847", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "59.32", - "max": "59.595", - "min": "59.168", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "163.25", - "max": "164.635", - "min": "163.065", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "206.615", - "max": "214.393", - "min": "205.718", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.959", - "max": "29.277", - "min": "28.756", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "319.603", - "max": "320.964", - "min": "318.628", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "100.105", - "max": "103.864", - "min": "99.8", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "49.724", - "max": "49.892", - "min": "49.511", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "34.28", - "max": "34.519", - "min": "34.103", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "266.523", - "max": "266.705", - "min": "266.308", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "196.222", - "max": "196.855", - "min": "195.991", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "176.367", - "max": "176.641", - "min": "176.245", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "43.622", - "max": "43.798", - "min": "43.488", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "245.084", - "max": "265.589", - "min": "244.115", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "473.062", - "max": "581.034", - "min": "308.822", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "251.552", - "max": "343.981", - "min": "175.956", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "280.395", - "max": "298.009", - "min": "279.302", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "142.88", - "max": "146.375", - "min": "142.427", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "0.032", - "max": "0.099", - "min": "0.023", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "31.174", - "max": "31.697", - "min": "30.897", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "21.092", - "max": "21.511", - "min": "20.908", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "110.246", - "max": "267.953", - "min": "32.885", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "147.017", - "max": "147.212", - "min": "146.841", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "161.716", - "max": "319.885", - "min": "150.81", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "157.418", - "max": "157.587", - "min": "157.302", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "139.325", - "max": "140.469", - "min": "138.773", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "44.874", - "max": "54.551", - "min": "44.172", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "303.203", - "max": "303.466", - "min": "303.012", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "243.577", - "max": "243.772", - "min": "243.419", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "79.262", - "max": "82.369", - "min": "79.059", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "40.842", - "max": "41.984", - "min": "40.636", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "28.323", - "max": "28.503", - "min": "28.164", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "42.627", - "max": "42.95", - "min": "42.486", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "182.872", - "max": "184.625", - "min": "182.283", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "21.659", - "max": "21.838", - "min": "21.523", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "41.889", - "max": "42.045", - "min": "41.777", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "28.709", - "max": "34.943", - "min": "27.92", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "27.278", - "max": "27.536", - "min": "27.14", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "15.204", - "max": "15.408", - "min": "15.092", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "37.629", - "max": "37.861", - "min": "37.487", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "142.659", - "max": "145.021", - "min": "142.428", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "255.748", - "max": "258.52", - "min": "255.311", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "153.626", - "max": "154.231", - "min": "153.455", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "144.218", - "max": "144.702", - "min": "144.089", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "95.409", - "max": "106.525", - "min": "94.589", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "123.518", - "max": "123.762", - "min": "123.277", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "157.634", - "max": "161.225", - "min": "157.386", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "280.709", - "max": "281.033", - "min": "280.539", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "104.423", - "max": "105.068", - "min": "104.287", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "106.496", - "max": "106.642", - "min": "106.369", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "128.808", - "max": "136.776", - "min": "126.986", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "163.294", - "max": "163.439", - "min": "163.093", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "154.194", - "max": "156.806", - "min": "153.814", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "121.062", - "max": "121.522", - "min": "120.849", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "43.744", - "max": "43.999", - "min": "43.597", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "61.243", - "max": "65.978", - "min": "60.865", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "145.79", - "max": "146.935", - "min": "145.414", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "215.625", - "max": "258.138", - "min": "208.081", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "43.557", - "max": "43.671", - "min": "43.442", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "175.254", - "max": "268.932", - "min": "166.895", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "70.927", - "max": "71.099", - "min": "70.779", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "360.59", - "max": "360.845", - "min": "360.107", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "149.067", - "max": "149.277", - "min": "148.909", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "39.227", - "max": "40.292", - "min": "39.038", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "211.893", - "max": "212.113", - "min": "211.766", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "268.296", - "max": "269.798", - "min": "268.091", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "208.89", - "max": "212.578", - "min": "208.543", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "35.227", - "max": "35.511", - "min": "34.988", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "192.287", - "max": "192.441", - "min": "192.102", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "44.452", - "max": "44.581", - "min": "44.323", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "29.744", - "max": "29.861", - "min": "29.641", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "121.756", - "max": "123.93", - "min": "121.294", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "273.228", - "max": "273.404", - "min": "273.085", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "116.312", - "max": "116.702", - "min": "116.189", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "122.012", - "max": "122.492", - "min": "121.785", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "139.459", - "max": "149.318", - "min": "138.871", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "130.129", - "max": "130.225", - "min": "130.048", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "108.43", - "max": "109.498", - "min": "108.159", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "163.018", - "max": "163.687", - "min": "162.764", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "156.401", - "max": "156.58", - "min": "156.283", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "174.333", - "max": "183.55", - "min": "173.81", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "161.091", - "max": "161.373", - "min": "160.927", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "117.139", - "max": "123.299", - "min": "116.503", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "124.437", - "max": "124.817", - "min": "124.314", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "117.858", - "max": "118.268", - "min": "117.743", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "142.728", - "max": "155.262", - "min": "142.13", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "162.782", - "max": "163.02", - "min": "162.452", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "136.723", - "max": "144.268", - "min": "135.456", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "142.84", - "max": "156.457", - "min": "128.595", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "103.547", - "max": "103.696", - "min": "103.416", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "165.266", - "max": "165.771", - "min": "165.069", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "147.73", - "max": "147.998", - "min": "147.582", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "158.279", - "max": "158.799", - "min": "157.879", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "118.252", - "max": "124.102", - "min": "117.471", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "233.389", - "max": "266.786", - "min": "232.142", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "130.247", - "max": "130.447", - "min": "130.119", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "132.126", - "max": "133.39", - "min": "131.9", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "137.371", - "max": "137.558", - "min": "137.251", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "102.376", - "max": "108.608", - "min": "100.607", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "165.74", - "max": "167.46", - "min": "165.508", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "116.739", - "max": "117.053", - "min": "116.61", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "111.497", - "max": "114.925", - "min": "111.192", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "115.819", - "max": "116.281", - "min": "115.653", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "206.414", - "max": "216.694", - "min": "203.82", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "48.273", - "max": "55.94", - "min": "46.876", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "213.6", - "max": "217.433", - "min": "209.114", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "258.634", - "max": "264.946", - "min": "258.251", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "122.189", - "max": "122.61", - "min": "122.042", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "248.633", - "max": "249.654", - "min": "248.446", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "54.861", - "max": "55.225", - "min": "54.67", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "140.909", - "max": "141.19", - "min": "140.672", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "169.902", - "max": "170.461", - "min": "169.718", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "107.154", - "max": "108.794", - "min": "106.834", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "116.363", - "max": "117.026", - "min": "116.158", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "51.705", - "max": "51.946", - "min": "51.61", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "53.142", - "max": "53.883", - "min": "53.035", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "224.137", - "max": "226.392", - "min": "223.846", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "44.275", - "max": "44.468", - "min": "44.189", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "128.926", - "max": "129.037", - "min": "128.815", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "35.232", - "max": "35.398", - "min": "35.124", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "134.462", - "max": "134.675", - "min": "134.313", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "181.543", - "max": "593.924", - "min": "167.178", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "53.035", - "max": "55.329", - "min": "50.734", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "128.822", - "max": "129.577", - "min": "128.529", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "142.462", - "max": "143.896", - "min": "141.638", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "82.218", - "max": "124.864", - "min": "76.823", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "218.721", - "max": "219.657", - "min": "218.266", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "206.419", - "max": "206.599", - "min": "206.212", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "202.658", - "max": "203.293", - "min": "202.524", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "153.265", - "max": "153.455", - "min": "153.118", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "123.959", - "max": "124.371", - "min": "123.836", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "150.592", - "max": "150.829", - "min": "150.501", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "45.188", - "max": "47.052", - "min": "44.744", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "44.253", - "max": "44.423", - "min": "44.157", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "167.173", - "max": "169.54", - "min": "165.552", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "117.65", - "max": "118.614", - "min": "117.353", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "49.614", - "max": "51.593", - "min": "48.562", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "168.997", - "max": "170.067", - "min": "168.78", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "29.589", - "max": "29.871", - "min": "29.46", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "120.088", - "max": "120.716", - "min": "119.948", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "276.804", - "max": "277.993", - "min": "276.475", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "109.868", - "max": "109.868", - "min": "109.868", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "113.133", - "max": "113.323", - "min": "113.029", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "128.877", - "max": "128.99", - "min": "128.737", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "199.475", - "max": "200.189", - "min": "199.205", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "130.803", - "max": "141.012", - "min": "122.859", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "148.635", - "max": "148.798", - "min": "148.465", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "220.694", - "max": "222.125", - "min": "220.43", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "188.923", - "max": "190.051", - "min": "188.57", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "27.827", - "max": "32.211", - "min": "26.865", - "id": "121", - "country": "United States", - "source_name": "Oklahoma City", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "122": { - "name": "Jackson", - "data": { - "0": { - "avg": "104.767", - "max": "105.339", - "min": "104.488", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "215.821", - "max": "216.25", - "min": "215.579", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "40.758", - "max": "41.183", - "min": "40.604", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "139.091", - "max": "143.986", - "min": "138.367", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "112.245", - "max": "112.655", - "min": "111.98", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "180.254", - "max": "181.192", - "min": "180.078", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "109.641", - "max": "112.437", - "min": "109.271", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "224.346", - "max": "234.57", - "min": "223.059", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "149.626", - "max": "150.37", - "min": "149.431", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "133.851", - "max": "135.053", - "min": "133.484", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "101.276", - "max": "102.251", - "min": "100.927", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "51.428", - "max": "80.342", - "min": "49.368", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "42.042", - "max": "42.942", - "min": "41.683", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "37.907", - "max": "38.502", - "min": "37.686", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "30.895", - "max": "36.266", - "min": "30.495", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "28.204", - "max": "29.376", - "min": "27.828", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "122.598", - "max": "123.681", - "min": "122.314", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "38.572", - "max": "40.432", - "min": "38.111", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "121.835", - "max": "122.751", - "min": "121.586", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "134.377", - "max": "134.915", - "min": "134.159", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "220.23", - "max": "220.704", - "min": "219.971", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "43.967", - "max": "44.707", - "min": "43.661", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "71.94", - "max": "72.923", - "min": "71.745", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "76.779", - "max": "86.233", - "min": "76.249", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "135.582", - "max": "136.012", - "min": "135.336", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "127.42", - "max": "128.288", - "min": "126.945", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "129.814", - "max": "130.799", - "min": "129.481", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "129.586", - "max": "130.237", - "min": "129.286", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "113.022", - "max": "114.008", - "min": "112.736", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "74.044", - "max": "75.479", - "min": "73.699", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "249.66", - "max": "250.345", - "min": "249.481", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "129.812", - "max": "130.396", - "min": "129.573", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "71.327", - "max": "71.99", - "min": "71.132", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "164.076", - "max": "165.527", - "min": "163.663", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "133.179", - "max": "145.296", - "min": "132.48", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "256.897", - "max": "257.981", - "min": "256.603", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "67.288", - "max": "68.128", - "min": "66.971", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "58.934", - "max": "60.329", - "min": "58.687", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "30.044", - "max": "31.045", - "min": "29.777", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "30.187", - "max": "31.292", - "min": "29.802", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "242.744", - "max": "245.548", - "min": "242.291", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "117.274", - "max": "119.202", - "min": "116.679", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "141.981", - "max": "143.014", - "min": "141.676", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "135.385", - "max": "146.185", - "min": "134.742", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "237.113", - "max": "238.093", - "min": "236.958", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "142.534", - "max": "146.012", - "min": "141.954", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "155.721", - "max": "156.667", - "min": "155.467", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "102.697", - "max": "104.247", - "min": "102.376", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "162.596", - "max": "164.781", - "min": "162.325", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "35.086", - "max": "35.415", - "min": "34.917", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "48.07", - "max": "48.445", - "min": "47.928", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "75.289", - "max": "75.624", - "min": "75.04", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "127.271", - "max": "138.388", - "min": "114.746", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.618", - "max": "39.7", - "min": "38.407", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "270.507", - "max": "276.155", - "min": "266.933", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "270.148", - "max": "271.754", - "min": "269.541", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "131.441", - "max": "134.084", - "min": "130.254", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "213.585", - "max": "216.03", - "min": "213.273", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "148.345", - "max": "150.712", - "min": "147.907", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "108.564", - "max": "109.667", - "min": "108.274", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "160.996", - "max": "161.626", - "min": "160.433", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "157.301", - "max": "201.365", - "min": "154.543", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "271.121", - "max": "349.146", - "min": "267.631", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "244.914", - "max": "245.871", - "min": "244.53", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "147.056", - "max": "148.902", - "min": "146.668", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "151.577", - "max": "152.489", - "min": "151.351", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "36.581", - "max": "37.26", - "min": "36.301", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "144.695", - "max": "146.093", - "min": "144.233", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "153.873", - "max": "155.632", - "min": "153.072", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "41.701", - "max": "42.83", - "min": "41.448", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "221.803", - "max": "222.985", - "min": "221.43", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "65.73", - "max": "74.454", - "min": "65.125", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "77.118", - "max": "80.176", - "min": "76.61", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "22.932", - "max": "24.056", - "min": "22.574", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "144.055", - "max": "144.971", - "min": "143.714", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "118.694", - "max": "119.829", - "min": "118.426", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "38.342", - "max": "40.359", - "min": "37.996", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "75.633", - "max": "76.478", - "min": "75.271", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "32.262", - "max": "32.757", - "min": "31.907", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "27.983", - "max": "29.11", - "min": "27.777", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "70.774", - "max": "74.036", - "min": "70.441", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "49.279", - "max": "50.042", - "min": "48.971", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "361.042", - "max": "363.869", - "min": "360.627", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "245.241", - "max": "245.816", - "min": "244.958", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "81.672", - "max": "82.234", - "min": "81.531", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "158.381", - "max": "159.515", - "min": "157.918", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "111.398", - "max": "119.316", - "min": "110.759", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "25.083", - "max": "28.066", - "min": "24.705", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "55.14", - "max": "55.705", - "min": "54.957", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "104.458", - "max": "112.859", - "min": "103.399", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "37.301", - "max": "39.647", - "min": "36.743", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "76.106", - "max": "76.745", - "min": "75.853", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "120.192", - "max": "120.944", - "min": "119.944", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "203.113", - "max": "208.021", - "min": "202.693", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "42.218", - "max": "43.078", - "min": "41.972", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "35.935", - "max": "47.141", - "min": "35.183", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "74.871", - "max": "75.178", - "min": "74.675", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "62.843", - "max": "65.638", - "min": "62.142", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "71.795", - "max": "72.351", - "min": "71.558", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "28.921", - "max": "30.279", - "min": "28.602", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "43.972", - "max": "49.898", - "min": "43.552", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "68.194", - "max": "68.825", - "min": "67.871", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "160.845", - "max": "163.529", - "min": "160.581", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "232.386", - "max": "233.832", - "min": "231.715", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "33.482", - "max": "34.32", - "min": "33.255", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "203.985", - "max": "204.698", - "min": "203.647", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "100.78", - "max": "102.96", - "min": "100.359", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "36.95", - "max": "37.427", - "min": "36.782", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "32.817", - "max": "35.261", - "min": "32.416", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "220.221", - "max": "223.693", - "min": "219.888", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "223.56", - "max": "224.427", - "min": "223.349", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "198.926", - "max": "199.508", - "min": "198.662", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "37.66", - "max": "38.944", - "min": "37.476", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "230.59", - "max": "233.799", - "min": "230.11", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "477.97", - "max": "593.128", - "min": "308.203", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "257.27", - "max": "369.836", - "min": "181.2", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "262.128", - "max": "269.489", - "min": "261.103", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "166.659", - "max": "167.686", - "min": "166.422", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "31.047", - "max": "31.592", - "min": "30.856", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "0.019", - "max": "0.026", - "min": "0.017", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "48.602", - "max": "49.032", - "min": "48.211", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "103.455", - "max": "245.35", - "min": "22.975", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "135.967", - "max": "136.273", - "min": "135.796", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "145.338", - "max": "278.733", - "min": "138.665", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "141.392", - "max": "142.012", - "min": "141.208", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "133.295", - "max": "134.536", - "min": "132.72", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "34.417", - "max": "35.56", - "min": "33.922", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "275.18", - "max": "276.145", - "min": "274.934", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "203.216", - "max": "205.655", - "min": "202.84", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "99.664", - "max": "100.83", - "min": "99.452", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "39.063", - "max": "39.37", - "min": "38.949", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "29.887", - "max": "30.488", - "min": "29.614", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "36.798", - "max": "38.118", - "min": "36.518", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "204.478", - "max": "205.54", - "min": "203.674", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.729", - "max": "50.374", - "min": "49.584", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "48.048", - "max": "48.646", - "min": "47.878", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "56.693", - "max": "76.738", - "min": "55.231", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "45.607", - "max": "46.335", - "min": "45.387", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "39.666", - "max": "43.895", - "min": "39.398", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "36.449", - "max": "37.007", - "min": "36.176", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "142.179", - "max": "143.025", - "min": "141.883", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "257.818", - "max": "260.385", - "min": "257.313", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "140.425", - "max": "140.895", - "min": "140.274", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "130.253", - "max": "130.951", - "min": "129.885", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.791", - "max": "131.601", - "min": "115.446", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "124.203", - "max": "128.275", - "min": "123.651", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "147.093", - "max": "154.482", - "min": "146.287", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "311.091", - "max": "312.221", - "min": "310.777", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "101.894", - "max": "104.367", - "min": "101.583", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "113.377", - "max": "113.824", - "min": "113.097", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "114.286", - "max": "123.764", - "min": "113.013", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "200.142", - "max": "200.457", - "min": "200.038", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "137.815", - "max": "138.717", - "min": "137.573", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "119.047", - "max": "120.931", - "min": "118.307", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "30.124", - "max": "32.125", - "min": "29.837", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "87.711", - "max": "88.318", - "min": "87.525", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "140.335", - "max": "141.102", - "min": "139.936", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "221.433", - "max": "272.72", - "min": "213.441", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "46.701", - "max": "47.021", - "min": "46.574", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "186.241", - "max": "267.001", - "min": "178.402", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "60.918", - "max": "64.585", - "min": "60.588", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "481.813", - "max": "482.609", - "min": "481.409", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "147.514", - "max": "148.394", - "min": "147.334", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "38.125", - "max": "40.807", - "min": "37.794", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "207.806", - "max": "209.789", - "min": "207.43", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "268.131", - "max": "269.811", - "min": "267.537", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "191.885", - "max": "192.256", - "min": "191.709", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "34.614", - "max": "35.132", - "min": "34.372", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "223.401", - "max": "229.904", - "min": "222.896", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "51.983", - "max": "53.13", - "min": "51.556", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "54.419", - "max": "56.176", - "min": "54.267", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "127.075", - "max": "132.66", - "min": "126.292", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "295.874", - "max": "297.134", - "min": "295.595", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "110.921", - "max": "111.381", - "min": "110.758", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "126.63", - "max": "127.301", - "min": "126.177", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "130.988", - "max": "143.024", - "min": "130.257", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "122.112", - "max": "122.658", - "min": "121.944", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "113.664", - "max": "115.204", - "min": "113.242", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "166.411", - "max": "168.679", - "min": "165.848", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "144.226", - "max": "144.682", - "min": "144.119", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "166.154", - "max": "167.516", - "min": "165.883", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "144.896", - "max": "156.999", - "min": "144.334", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "118.365", - "max": "120.7", - "min": "117.813", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "114.777", - "max": "115.178", - "min": "114.621", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "109.691", - "max": "110.396", - "min": "109.419", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "134.071", - "max": "134.953", - "min": "133.727", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "164.027", - "max": "165.022", - "min": "163.723", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "136.77", - "max": "166.426", - "min": "134.768", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "150.588", - "max": "207.141", - "min": "122.179", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "116.317", - "max": "116.788", - "min": "116.146", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "158.169", - "max": "159.082", - "min": "157.918", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "144.689", - "max": "182.04", - "min": "142.404", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.523", - "max": "156.855", - "min": "152.934", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "105.158", - "max": "105.951", - "min": "104.798", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "259.908", - "max": "290.843", - "min": "258.713", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "119.754", - "max": "120.523", - "min": "119.563", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "135.971", - "max": "137.681", - "min": "135.627", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "129.189", - "max": "130.781", - "min": "128.784", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "106.203", - "max": "114.523", - "min": "103.155", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "167.555", - "max": "171.29", - "min": "167.155", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "124.898", - "max": "130.099", - "min": "124.071", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "116.244", - "max": "117", - "min": "115.946", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "106.796", - "max": "107.787", - "min": "106.661", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "231.184", - "max": "240.352", - "min": "230.185", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "41.436", - "max": "46.798", - "min": "40.54", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "394.311", - "max": "411.333", - "min": "365.02", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "263.077", - "max": "263.709", - "min": "262.864", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "112.237", - "max": "113.798", - "min": "111.813", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "249.97", - "max": "251.602", - "min": "249.611", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "94.748", - "max": "95.849", - "min": "94.361", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "143.106", - "max": "143.772", - "min": "142.788", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "188.231", - "max": "189.374", - "min": "187.717", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "103.879", - "max": "104.898", - "min": "103.401", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "109.41", - "max": "110.488", - "min": "109.051", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "46.576", - "max": "47.271", - "min": "46.391", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "14.846", - "max": "15.199", - "min": "14.755", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "242.93", - "max": "249.543", - "min": "238.958", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "43.56", - "max": "49.225", - "min": "42.898", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "122.213", - "max": "127.539", - "min": "121.803", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "44.436", - "max": "45.456", - "min": "44.206", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "131.183", - "max": "137.198", - "min": "130.591", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "151.955", - "max": "152.686", - "min": "151.635", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "40.167", - "max": "44.424", - "min": "38.139", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "121.307", - "max": "122.295", - "min": "120.932", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "144.558", - "max": "148.087", - "min": "143.714", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "84.963", - "max": "87.819", - "min": "83.977", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "247.815", - "max": "250.932", - "min": "247.066", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "154.911", - "max": "155.653", - "min": "154.546", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "191.052", - "max": "192.253", - "min": "190.757", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "146.893", - "max": "148.266", - "min": "146.661", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "116.929", - "max": "118.084", - "min": "116.682", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "140.699", - "max": "141.933", - "min": "140.502", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "50.123", - "max": "51.628", - "min": "49.661", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "35.223", - "max": "35.78", - "min": "34.958", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "158.13", - "max": "161.351", - "min": "156.409", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "96.217", - "max": "97.053", - "min": "95.771", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "48.223", - "max": "50.381", - "min": "47.494", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "160.816", - "max": "161.55", - "min": "160.461", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "40.628", - "max": "41.292", - "min": "40.32", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "125.411", - "max": "129.064", - "min": "124.927", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.117", - "max": "234.701", - "min": "227.619", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "101.48", - "max": "101.48", - "min": "101.48", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "103.791", - "max": "105.063", - "min": "103.501", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "116.035", - "max": "117.129", - "min": "115.833", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "203.176", - "max": "204.181", - "min": "202.734", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "123.185", - "max": "134.475", - "min": "115.94", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "133.202", - "max": "135.001", - "min": "132.906", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "223.733", - "max": "225.272", - "min": "223.231", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "184.977", - "max": "185.942", - "min": "184.525", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "49.364", - "max": "50.494", - "min": "49.083", - "id": "122", - "country": "United States", - "source_name": "Jackson", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "123": { - "name": "Colorado Springs", - "data": { - "0": { - "avg": "118.318", - "max": "174.692", - "min": "116.167", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "221.385", - "max": "227.034", - "min": "220.909", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "33.933", - "max": "34.371", - "min": "33.748", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "150.055", - "max": "161.66", - "min": "148.704", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "117.814", - "max": "121.261", - "min": "117.495", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "114.042", - "max": "115.676", - "min": "113.755", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "114.406", - "max": "114.8", - "min": "114.145", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "259.94", - "max": "278.169", - "min": "257.833", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "161.475", - "max": "163.171", - "min": "161.201", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "132.319", - "max": "133.095", - "min": "131.967", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "108.319", - "max": "108.729", - "min": "108.014", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "43.761", - "max": "50.482", - "min": "43.167", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "46.464", - "max": "57.81", - "min": "45.895", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "41.142", - "max": "42.848", - "min": "40.753", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "50.089", - "max": "56.549", - "min": "49.589", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "49.219", - "max": "52.002", - "min": "48.869", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "140.625", - "max": "144.295", - "min": "140.3", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "36.994", - "max": "47.662", - "min": "35.504", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "110.807", - "max": "112.629", - "min": "110.204", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "128", - "max": "129.133", - "min": "127.69", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "239.257", - "max": "272.957", - "min": "237.835", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "27.359", - "max": "27.445", - "min": "27.297", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "26.49", - "max": "26.83", - "min": "26.314", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "32.683", - "max": "33.516", - "min": "32.443", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "140.32", - "max": "145.001", - "min": "139.851", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "123.733", - "max": "126.105", - "min": "123.435", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "136.094", - "max": "206.728", - "min": "133.491", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "133.957", - "max": "155.726", - "min": "131.933", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "118.997", - "max": "120.19", - "min": "118.338", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "27.38", - "max": "31.271", - "min": "26.43", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "216.643", - "max": "218.042", - "min": "216.432", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "139.296", - "max": "140.69", - "min": "138.872", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "44.572", - "max": "50.221", - "min": "44.127", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "155.007", - "max": "159.522", - "min": "154.432", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "124.931", - "max": "126.614", - "min": "124.505", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.902", - "max": "187.994", - "min": "186.669", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "35.386", - "max": "46.831", - "min": "34.73", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "39.538", - "max": "39.789", - "min": "39.347", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "20.352", - "max": "21.558", - "min": "20.189", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "47.593", - "max": "47.832", - "min": "47.469", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "252.56", - "max": "256.607", - "min": "252.073", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "119.252", - "max": "120.373", - "min": "118.987", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "146.589", - "max": "146.878", - "min": "146.359", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "139.785", - "max": "146.411", - "min": "139.092", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "295.383", - "max": "298.04", - "min": "295.175", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "140.97", - "max": "141.607", - "min": "140.354", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "146.956", - "max": "147.613", - "min": "146.721", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "105.034", - "max": "105.919", - "min": "104.765", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "180.888", - "max": "194.995", - "min": "180.059", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "39.584", - "max": "39.846", - "min": "39.44", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "40.228", - "max": "40.54", - "min": "40.098", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "36.209", - "max": "44.319", - "min": "35.554", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "162.6", - "max": "211.239", - "min": "117.984", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "31.652", - "max": "32.106", - "min": "31.528", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "257.739", - "max": "278.642", - "min": "253.736", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "209.544", - "max": "210.36", - "min": "209.339", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "155.625", - "max": "159.91", - "min": "154.357", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "193.829", - "max": "196.388", - "min": "193.584", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "148.87", - "max": "154.383", - "min": "148.038", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "125.095", - "max": "170.942", - "min": "123.332", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "173.008", - "max": "173.719", - "min": "172.503", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "180.455", - "max": "238.432", - "min": "174.056", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "217.832", - "max": "239.62", - "min": "214.094", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "204.419", - "max": "204.873", - "min": "204.242", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "154.579", - "max": "154.767", - "min": "154.384", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "141.626", - "max": "143.155", - "min": "141.198", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "47.254", - "max": "51.106", - "min": "46.926", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "147.417", - "max": "147.896", - "min": "146.937", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "159.794", - "max": "161.315", - "min": "159.177", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "2.282", - "max": "3.726", - "min": "2.012", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "182.782", - "max": "183.914", - "min": "182.449", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "35.494", - "max": "36.182", - "min": "35.174", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "93.336", - "max": "101.382", - "min": "92.578", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "42.819", - "max": "43.132", - "min": "42.647", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "159.188", - "max": "160.464", - "min": "158.887", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "142.357", - "max": "205.371", - "min": "108.462", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "47.919", - "max": "48.207", - "min": "47.718", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "21.948", - "max": "30.214", - "min": "21.318", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "35.522", - "max": "37.428", - "min": "35.253", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "27.643", - "max": "27.873", - "min": "27.41", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "32.917", - "max": "33.234", - "min": "32.666", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "56.707", - "max": "60.604", - "min": "55.717", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "353.762", - "max": "371.555", - "min": "352.141", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "263.468", - "max": "264.32", - "min": "263.064", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "52.113", - "max": "52.545", - "min": "51.907", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "162.532", - "max": "163.494", - "min": "162.13", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "115.292", - "max": "128.676", - "min": "114.305", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "43.662", - "max": "44.154", - "min": "43.481", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "18.999", - "max": "19.311", - "min": "18.843", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "118.51", - "max": "121.385", - "min": "118.098", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.059", - "max": "39.198", - "min": "31.1", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "35.328", - "max": "37.624", - "min": "34.989", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "110.738", - "max": "111.465", - "min": "110.436", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "164.854", - "max": "165.899", - "min": "164.576", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "37.999", - "max": "38.269", - "min": "37.851", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "46.479", - "max": "46.702", - "min": "46.28", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "100.227", - "max": "100.523", - "min": "100.057", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "94.557", - "max": "105.252", - "min": "93.487", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "35.576", - "max": "38.732", - "min": "35.23", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "28.92", - "max": "33.566", - "min": "28.629", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "40.606", - "max": "41.682", - "min": "40.01", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "57.894", - "max": "60.459", - "min": "57.428", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "150.845", - "max": "151.378", - "min": "150.45", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "200.805", - "max": "201.922", - "min": "200.237", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.625", - "max": "28.808", - "min": "28.469", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "290.452", - "max": "291.011", - "min": "289.824", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "109.466", - "max": "110.059", - "min": "109.266", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "45.795", - "max": "55.872", - "min": "45.261", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "49.897", - "max": "50.017", - "min": "49.753", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "273.586", - "max": "274.085", - "min": "273.391", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "183.203", - "max": "185.663", - "min": "182.897", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "153.456", - "max": "154.304", - "min": "153.222", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "40.107", - "max": "40.503", - "min": "39.859", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "274.192", - "max": "276.038", - "min": "273.794", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "487.343", - "max": "596.446", - "min": "322.562", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "246.436", - "max": "326.217", - "min": "165.224", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "281.585", - "max": "286.186", - "min": "281.074", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "127.308", - "max": "128.06", - "min": "127.116", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "21.07", - "max": "21.474", - "min": "20.935", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "48.404", - "max": "49.009", - "min": "48.139", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "0.036", - "max": "0.113", - "min": "0.021", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "123.659", - "max": "272.599", - "min": "47.536", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "149.17", - "max": "149.826", - "min": "149.009", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "156.876", - "max": "471.454", - "min": "142.768", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "146.937", - "max": "147.275", - "min": "146.665", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "162.442", - "max": "165.42", - "min": "161.73", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "40.994", - "max": "41.253", - "min": "40.746", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "267.524", - "max": "268.049", - "min": "267.226", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "238.753", - "max": "241.414", - "min": "238.229", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "63.013", - "max": "63.813", - "min": "62.736", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "43.236", - "max": "43.826", - "min": "43.059", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "31.067", - "max": "31.459", - "min": "30.871", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "44.308", - "max": "44.56", - "min": "44.11", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "182.137", - "max": "186.236", - "min": "181.095", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "29.731", - "max": "33.4", - "min": "29.387", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "48.958", - "max": "50.825", - "min": "48.699", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "12.489", - "max": "25.072", - "min": "10.994", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.059", - "max": "48.273", - "min": "47.899", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "21.42", - "max": "21.697", - "min": "21.225", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "43.445", - "max": "45.514", - "min": "43.105", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "144.368", - "max": "145.258", - "min": "144.164", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "247.956", - "max": "249.479", - "min": "247.293", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "153.107", - "max": "153.451", - "min": "152.909", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "132.6", - "max": "135.195", - "min": "132.285", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "76.199", - "max": "84.583", - "min": "75.677", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "119.866", - "max": "121.399", - "min": "119.135", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "148.231", - "max": "166.328", - "min": "147.454", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "267.796", - "max": "268.266", - "min": "267.533", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "107.048", - "max": "107.37", - "min": "106.852", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "109.581", - "max": "115.849", - "min": "108.367", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "121.447", - "max": "139.65", - "min": "119.149", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "131.772", - "max": "134.29", - "min": "131.494", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "143.759", - "max": "165.292", - "min": "142.488", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "130.105", - "max": "132.898", - "min": "128.942", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "42.845", - "max": "43.148", - "min": "42.611", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "40.626", - "max": "41.941", - "min": "40.405", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "160.368", - "max": "163.704", - "min": "159.053", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "195.245", - "max": "241.279", - "min": "185.783", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "40.846", - "max": "43.87", - "min": "40.479", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "184.625", - "max": "278.92", - "min": "178.697", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "73.86", - "max": "75.032", - "min": "73.604", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "336.017", - "max": "336.465", - "min": "335.341", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "144.496", - "max": "145.061", - "min": "144.218", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "40.134", - "max": "41.554", - "min": "39.931", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "215.221", - "max": "215.458", - "min": "215.004", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "262.893", - "max": "263.444", - "min": "262.668", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "201.545", - "max": "202.122", - "min": "201.241", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "43.845", - "max": "45.926", - "min": "43.319", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "205.76", - "max": "206.702", - "min": "205.517", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "44.557", - "max": "45.079", - "min": "44.334", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "41.495", - "max": "43.872", - "min": "41.209", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "130.486", - "max": "132.87", - "min": "130.078", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "263.393", - "max": "263.809", - "min": "263.236", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "112.88", - "max": "114.793", - "min": "112.291", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "128.72", - "max": "132.043", - "min": "128.281", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "138.714", - "max": "144.714", - "min": "138.131", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "136.496", - "max": "136.58", - "min": "136.416", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "110.157", - "max": "110.711", - "min": "109.884", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "164.79", - "max": "165.221", - "min": "164.464", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "158.941", - "max": "159.279", - "min": "158.828", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "167.398", - "max": "169.32", - "min": "167.061", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "170.215", - "max": "174.456", - "min": "169.78", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "114.315", - "max": "115.326", - "min": "114.014", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "124.672", - "max": "126.285", - "min": "123.899", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "114.689", - "max": "117.289", - "min": "114.408", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "126.474", - "max": "126.984", - "min": "126.259", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "167.683", - "max": "171.821", - "min": "167.17", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "144.332", - "max": "163.867", - "min": "141.951", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "149.131", - "max": "199.216", - "min": "120.252", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "106.793", - "max": "106.957", - "min": "106.574", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "162.344", - "max": "162.991", - "min": "162.035", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "143.234", - "max": "158.191", - "min": "142.111", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "157.274", - "max": "157.937", - "min": "156.747", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "120.116", - "max": "120.405", - "min": "119.941", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "196.146", - "max": "199.911", - "min": "195.399", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "159.214", - "max": "159.456", - "min": "159.071", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "147.057", - "max": "147.97", - "min": "146.723", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "134.092", - "max": "147.651", - "min": "133.375", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "107.736", - "max": "114.7", - "min": "105.937", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "171.579", - "max": "172.371", - "min": "171.428", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "123.3", - "max": "127.134", - "min": "122.73", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "124.157", - "max": "124.577", - "min": "123.994", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "114.808", - "max": "118.927", - "min": "114.439", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "184.442", - "max": "199.875", - "min": "181.529", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "47.546", - "max": "53.142", - "min": "46.485", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "366.798", - "max": "368.674", - "min": "362.461", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "275.776", - "max": "277.651", - "min": "275.395", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "118.412", - "max": "119.038", - "min": "118.072", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "283.639", - "max": "287.933", - "min": "283.054", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "55.589", - "max": "56.226", - "min": "55.301", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "156.466", - "max": "158.566", - "min": "155.66", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "176.199", - "max": "176.462", - "min": "176.082", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "110.766", - "max": "112.145", - "min": "110.334", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "117.076", - "max": "118.532", - "min": "116.062", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.514", - "max": "27.811", - "min": "27.301", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.572", - "max": "42.223", - "min": "41.387", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "230.016", - "max": "296.75", - "min": "227.395", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "46.513", - "max": "51.335", - "min": "46.178", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "127.614", - "max": "127.831", - "min": "127.342", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "42.358", - "max": "42.483", - "min": "42.247", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "128.491", - "max": "128.8", - "min": "128.29", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "162.685", - "max": "163.148", - "min": "162.472", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "58.117", - "max": "61.061", - "min": "55.543", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "124.707", - "max": "124.987", - "min": "124.527", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "149.164", - "max": "154.684", - "min": "147.996", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "93.941", - "max": "98.2", - "min": "92.451", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "211.151", - "max": "225.344", - "min": "209.918", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "128.983", - "max": "138.244", - "min": "128.366", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "201.138", - "max": "201.978", - "min": "200.836", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "162.271", - "max": "163.442", - "min": "162.064", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "123.48", - "max": "123.653", - "min": "123.292", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "169.158", - "max": "169.575", - "min": "168.931", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "44.31", - "max": "46.536", - "min": "43.876", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "51.138", - "max": "51.674", - "min": "50.96", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "174.625", - "max": "177.161", - "min": "173.348", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "127.018", - "max": "130.979", - "min": "126.37", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "47.082", - "max": "94.219", - "min": "44.44", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "173.165", - "max": "206.349", - "min": "171.716", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "13.619", - "max": "13.809", - "min": "13.478", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "112.083", - "max": "116.066", - "min": "111.448", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "193.793", - "max": "197.671", - "min": "183.956", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "126.198", - "max": "126.238", - "min": "126.158", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "109.321", - "max": "109.57", - "min": "109.086", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "125.205", - "max": "126.527", - "min": "124.198", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "202.241", - "max": "202.488", - "min": "201.958", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "138.348", - "max": "153.229", - "min": "131.022", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "136.705", - "max": "139.707", - "min": "136.267", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "272.896", - "max": "278.187", - "min": "272.447", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "187.19", - "max": "189.069", - "min": "186.714", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "43.566", - "max": "57.95", - "min": "42.906", - "id": "123", - "country": "United States", - "source_name": "Colorado Springs", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "124": { - "name": "Knoxville", - "data": { - "0": { - "avg": "147.815", - "max": "281.039", - "min": "90.247", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "251.629", - "max": "266.45", - "min": "249.813", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "176.994", - "max": "344.864", - "min": "53.581", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "124.366", - "max": "144.991", - "min": "120.22", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "126.803", - "max": "303.845", - "min": "96.388", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "224.121", - "max": "500.59", - "min": "168.618", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "131.888", - "max": "328.809", - "min": "110.689", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.994", - "max": "317.96", - "min": "286.995", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "146.974", - "max": "176.365", - "min": "143.009", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "135.161", - "max": "189.394", - "min": "125.239", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "139.323", - "max": "261.204", - "min": "95.312", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "52.146", - "max": "300.679", - "min": "26.62", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "30.086", - "max": "62.476", - "min": "27.573", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "116.659", - "max": "335.186", - "min": "32.523", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "47.034", - "max": "162.32", - "min": "38.304", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "71.558", - "max": "267.199", - "min": "24.799", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "124.769", - "max": "261.989", - "min": "118.231", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "24.915", - "max": "71.132", - "min": "19.541", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "114.875", - "max": "123.053", - "min": "113.898", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "150.417", - "max": "368.327", - "min": "126.198", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "280.858", - "max": "413.924", - "min": "266.87", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "90.131", - "max": "216.746", - "min": "48.163", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "108.621", - "max": "201.512", - "min": "79.395", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "65.965", - "max": "67.364", - "min": "65.553", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "131.781", - "max": "148.901", - "min": "129.617", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "196.981", - "max": "322.137", - "min": "116.453", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "130.092", - "max": "177.524", - "min": "120.666", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "130.528", - "max": "218.588", - "min": "124.243", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "112.761", - "max": "167.264", - "min": "106.809", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "69.435", - "max": "81.507", - "min": "68.468", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "243.28", - "max": "296.361", - "min": "239.226", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "162.387", - "max": "219.538", - "min": "127.447", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "59.261", - "max": "73.157", - "min": "56.564", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "193.029", - "max": "348.337", - "min": "140.856", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "123.102", - "max": "226.227", - "min": "115.855", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "224.947", - "max": "235.212", - "min": "223.902", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "114.713", - "max": "237.956", - "min": "57.43", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "65.133", - "max": "67.269", - "min": "64.688", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "75.109", - "max": "380.978", - "min": "19.83", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "33.422", - "max": "252.132", - "min": "24.34", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "265.738", - "max": "461.628", - "min": "245.647", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "158.026", - "max": "585.359", - "min": "103.304", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "151.587", - "max": "251.812", - "min": "142.799", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "145.033", - "max": "238.471", - "min": "132.278", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "268.559", - "max": "269.643", - "min": "267.905", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "142.069", - "max": "213.22", - "min": "128.521", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "162.741", - "max": "298.54", - "min": "127.217", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "94.333", - "max": "188.484", - "min": "85.148", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "207.68", - "max": "328.293", - "min": "162.527", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "32.796", - "max": "60.569", - "min": "29.192", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "110.488", - "max": "223.414", - "min": "46.501", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "107.307", - "max": "222.826", - "min": "68.481", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "126.742", - "max": "199.509", - "min": "113.246", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "134.772", - "max": "277.931", - "min": "68.765", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "292.795", - "max": "460.538", - "min": "249.479", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "295.744", - "max": "568.896", - "min": "233.852", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "183.72", - "max": "358.956", - "min": "110.411", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "325.856", - "max": "719.338", - "min": "217.513", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "280.799", - "max": "456.415", - "min": "122.557", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "142.825", - "max": "211.258", - "min": "99.797", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "208.558", - "max": "378.28", - "min": "148.263", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "182.054", - "max": "232.275", - "min": "152.707", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "246.882", - "max": "271.047", - "min": "241.223", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "417.384", - "max": "736.819", - "min": "260.386", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "329.473", - "max": "580.821", - "min": "159.508", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "156.63", - "max": "225.431", - "min": "143.082", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "31", - "max": "109.067", - "min": "25.637", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "178.553", - "max": "280.94", - "min": "134.694", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "148.106", - "max": "212.987", - "min": "144.493", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "111.819", - "max": "205.08", - "min": "73.664", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "209.04", - "max": "337.311", - "min": "197.747", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "55.281", - "max": "56.185", - "min": "54.761", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "111.634", - "max": "266.881", - "min": "85.439", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "52.963", - "max": "219.836", - "min": "14.609", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "213.788", - "max": "546.169", - "min": "146.288", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "106.218", - "max": "145.948", - "min": "103.072", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "65.379", - "max": "193.446", - "min": "22.37", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "71.856", - "max": "117.003", - "min": "65.351", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "97.27", - "max": "181.646", - "min": "34.507", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "49.031", - "max": "91.958", - "min": "40.401", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "73.147", - "max": "88.636", - "min": "71.738", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "72.921", - "max": "219.955", - "min": "46.015", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "535.389", - "max": "767.273", - "min": "261.553", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "382.802", - "max": "664.805", - "min": "251.114", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "125.249", - "max": "277.902", - "min": "84.861", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "160.644", - "max": "214.289", - "min": "157.728", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "121.307", - "max": "169.792", - "min": "118.269", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "15.382", - "max": "15.895", - "min": "15.088", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "122.138", - "max": "235.913", - "min": "69.056", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "204.996", - "max": "373.728", - "min": "100.879", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "47.812", - "max": "112.989", - "min": "39.637", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "75.579", - "max": "134.132", - "min": "73.002", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "119.84", - "max": "141.666", - "min": "117.875", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "254.994", - "max": "435.07", - "min": "193.123", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "216.407", - "max": "454.019", - "min": "58.075", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "89.276", - "max": "402.068", - "min": "33.355", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "66.907", - "max": "68.331", - "min": "66.527", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "193.785", - "max": "699.123", - "min": "44.704", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "113.722", - "max": "133.177", - "min": "99.636", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "83.522", - "max": "187.891", - "min": "54.066", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "363.797", - "max": "586.423", - "min": "114.63", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "103.527", - "max": "402.454", - "min": "57.929", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "207.351", - "max": "542.804", - "min": "154.134", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "260.124", - "max": "527.268", - "min": "241.67", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "69.95", - "max": "192.121", - "min": "35.886", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "330.887", - "max": "454.033", - "min": "317.012", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "122.187", - "max": "192.779", - "min": "97.338", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "36.862", - "max": "109.554", - "min": "27.932", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "23.072", - "max": "106.038", - "min": "14.301", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "220.985", - "max": "261.91", - "min": "218.074", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "216.07", - "max": "216.462", - "min": "215.579", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "201.799", - "max": "253.143", - "min": "195.017", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "28.332", - "max": "51.008", - "min": "26.667", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "266.635", - "max": "399.649", - "min": "222.039", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "450.471", - "max": "566.272", - "min": "279.582", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "269.177", - "max": "456.015", - "min": "164.803", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "317.54", - "max": "466.767", - "min": "266.571", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "161.282", - "max": "198.645", - "min": "156.984", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "33.134", - "max": "33.502", - "min": "32.75", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "59.163", - "max": "203.871", - "min": "22.922", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "76.801", - "max": "316.151", - "min": "47.413", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "0.033", - "max": "0.103", - "min": "0.023", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "136.05", - "max": "188.602", - "min": "133.041", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "163.325", - "max": "351.947", - "min": "132.462", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "140.938", - "max": "218.25", - "min": "133.419", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "129.832", - "max": "252.597", - "min": "117.027", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "41.557", - "max": "179.551", - "min": "30.129", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "274.022", - "max": "435.007", - "min": "259.001", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "210.536", - "max": "266.483", - "min": "206.861", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "114.109", - "max": "394.185", - "min": "93.887", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "221.578", - "max": "407.407", - "min": "46.45", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "133.846", - "max": "532.865", - "min": "45.655", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "77.748", - "max": "294.069", - "min": "41.971", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "226.619", - "max": "280.451", - "min": "204.656", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "41.109", - "max": "69.069", - "min": "39.793", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "62.349", - "max": "228.307", - "min": "31.48", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "89.209", - "max": "345.012", - "min": "59.373", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.578", - "max": "49.325", - "min": "48.113", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "57.635", - "max": "76.311", - "min": "49.259", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "49.338", - "max": "312.452", - "min": "29.725", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "172.904", - "max": "267.766", - "min": "119.157", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "349.252", - "max": "432.602", - "min": "280.421", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "149.546", - "max": "219.721", - "min": "128.928", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "187.002", - "max": "424.11", - "min": "122.981", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "153.018", - "max": "551.637", - "min": "117.292", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "107.003", - "max": "112.432", - "min": "105.561", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "149.178", - "max": "266.099", - "min": "138.346", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "382.666", - "max": "534.282", - "min": "259.573", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "92.756", - "max": "100.076", - "min": "91.652", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "101.07", - "max": "118.236", - "min": "98.978", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "108.266", - "max": "119.436", - "min": "105.825", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "180.711", - "max": "214.64", - "min": "179.121", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "137.182", - "max": "149.396", - "min": "136.234", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "126.412", - "max": "212.267", - "min": "111.024", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "40.385", - "max": "116.567", - "min": "30.775", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "79.964", - "max": "99.837", - "min": "78.159", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "140.629", - "max": "243.096", - "min": "131.147", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "285.256", - "max": "423.137", - "min": "219.206", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "56.847", - "max": "133.41", - "min": "49.471", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "185.676", - "max": "317.665", - "min": "163.441", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "85.46", - "max": "206.943", - "min": "52.23", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "372.452", - "max": "456.868", - "min": "364.963", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "203.839", - "max": "327.785", - "min": "134.981", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "35.273", - "max": "108.645", - "min": "30.778", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "234.833", - "max": "392.569", - "min": "201.548", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "297.967", - "max": "464.96", - "min": "248.773", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "190.819", - "max": "211.118", - "min": "187.799", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "162.274", - "max": "522.766", - "min": "43.67", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "276.722", - "max": "449.236", - "min": "239.747", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "89.538", - "max": "598.812", - "min": "38.993", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "32.058", - "max": "99.763", - "min": "26.869", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "153.677", - "max": "250.952", - "min": "130.31", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "249.424", - "max": "295.039", - "min": "245.501", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "102.899", - "max": "123.077", - "min": "101.176", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "142.13", - "max": "284.185", - "min": "119.062", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "145.77", - "max": "330.626", - "min": "123.13", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "116.961", - "max": "155.634", - "min": "114.243", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "130.153", - "max": "405.945", - "min": "97.031", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "185.881", - "max": "275.794", - "min": "158.787", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "169.416", - "max": "253.947", - "min": "138.423", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "250.913", - "max": "411.076", - "min": "158.742", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "139.375", - "max": "145.011", - "min": "138.551", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "131.484", - "max": "252.518", - "min": "99.472", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "301.139", - "max": "579.791", - "min": "118.669", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "100.065", - "max": "100.517", - "min": "99.625", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "189.378", - "max": "630.34", - "min": "122.426", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "173.143", - "max": "386.748", - "min": "150.588", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "144.147", - "max": "251.584", - "min": "121.415", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "218.591", - "max": "805.652", - "min": "113.227", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "99.185", - "max": "99.921", - "min": "98.725", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "304.447", - "max": "602.608", - "min": "170.507", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "150.126", - "max": "205.588", - "min": "133.715", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.977", - "max": "194.31", - "min": "143.636", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "140.331", - "max": "348.177", - "min": "96.567", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "259.398", - "max": "317.692", - "min": "253.73", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "127.189", - "max": "204.64", - "min": "121.784", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "228.266", - "max": "579.833", - "min": "143.252", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "200.277", - "max": "416.392", - "min": "118.32", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "211.346", - "max": "555.43", - "min": "86.442", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "161.908", - "max": "246.413", - "min": "147.828", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "129.827", - "max": "388.191", - "min": "109.087", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "118.571", - "max": "149.09", - "min": "113.19", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "167.041", - "max": "306.914", - "min": "110.097", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "243.008", - "max": "362.501", - "min": "210.836", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "74.242", - "max": "175.971", - "min": "29.336", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "285.686", - "max": "465.94", - "min": "258.399", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "244.92", - "max": "262.373", - "min": "243.551", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "116.936", - "max": "158.182", - "min": "110.002", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "263.673", - "max": "326.812", - "min": "234.537", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "109.254", - "max": "183.899", - "min": "91.102", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "141.689", - "max": "234.018", - "min": "125.565", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "215.261", - "max": "392.419", - "min": "161.283", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "129.091", - "max": "232.059", - "min": "98.05", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "280.58", - "max": "503.021", - "min": "100.923", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "71.701", - "max": "266.866", - "min": "26.48", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "66.274", - "max": "261.683", - "min": "52.368", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "279.428", - "max": "475.937", - "min": "253.574", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "175.029", - "max": "390.378", - "min": "32.802", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "377.795", - "max": "552.495", - "min": "149.258", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "56.85", - "max": "169.274", - "min": "34.433", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "125.019", - "max": "199.007", - "min": "117.074", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "223.895", - "max": "283.01", - "min": "159.372", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "54.589", - "max": "92.537", - "min": "42.281", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "126.72", - "max": "251.468", - "min": "111.778", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "136.639", - "max": "247.795", - "min": "127.837", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "99.847", - "max": "295.475", - "min": "77.99", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "218.354", - "max": "655.668", - "min": "185.597", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "228.982", - "max": "377.228", - "min": "160.333", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "226.948", - "max": "558.807", - "min": "174.965", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "190.919", - "max": "411.071", - "min": "138.442", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "123.561", - "max": "375.228", - "min": "102.891", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "183.662", - "max": "336.307", - "min": "134.447", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "41.85", - "max": "69.955", - "min": "40.14", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "147.124", - "max": "321.544", - "min": "30.636", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "160.056", - "max": "206.645", - "min": "154.827", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "128.127", - "max": "195.481", - "min": "120.198", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "53.028", - "max": "126.386", - "min": "39.953", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "223.539", - "max": "382.175", - "min": "161.126", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "59.961", - "max": "139.131", - "min": "39.135", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "122.456", - "max": "394.798", - "min": "98.941", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "246.503", - "max": "436.946", - "min": "231.58", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "94.012", - "max": "94.012", - "min": "94.012", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "301.912", - "max": "592.176", - "min": "99.098", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "170.253", - "max": "300.506", - "min": "116.951", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "223.484", - "max": "458.751", - "min": "191.902", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "136.948", - "max": "243.458", - "min": "108.893", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "132.985", - "max": "144.217", - "min": "132.139", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "262.763", - "max": "382.421", - "min": "246.788", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "179.553", - "max": "198.76", - "min": "177.48", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "48.297", - "max": "65.557", - "min": "40.76", - "id": "124", - "country": "United States", - "source_name": "Knoxville", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "130": { - "name": "Piscataway", - "data": { - "0": { - "avg": "128.166", - "max": "128.406", - "min": "128.023", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "213.001", - "max": "213.365", - "min": "212.758", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "13.698", - "max": "13.971", - "min": "13.586", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "98.996", - "max": "104.278", - "min": "98.24", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "79.606", - "max": "79.98", - "min": "79.428", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "164.347", - "max": "177.032", - "min": "161.264", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "83.835", - "max": "87.268", - "min": "80.372", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "220.207", - "max": "228.967", - "min": "218.919", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "118.488", - "max": "119.38", - "min": "118.165", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "99.2", - "max": "105.099", - "min": "98.601", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "69.251", - "max": "71.236", - "min": "68.975", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "40.294", - "max": "40.516", - "min": "40.153", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "2.222", - "max": "2.557", - "min": "1.874", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "7.153", - "max": "7.51", - "min": "6.975", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "32.476", - "max": "32.837", - "min": "32.09", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "6.932", - "max": "7.309", - "min": "6.377", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "101.635", - "max": "103.057", - "min": "100.742", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "19.338", - "max": "19.579", - "min": "19.213", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "81.048", - "max": "81.627", - "min": "80.472", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "104.587", - "max": "104.869", - "min": "104.47", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "217.572", - "max": "217.717", - "min": "217.427", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "20.594", - "max": "21.172", - "min": "19.552", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "68.707", - "max": "73.336", - "min": "63.541", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "61.074", - "max": "63.45", - "min": "60.73", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "98.857", - "max": "99.116", - "min": "98.606", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "85.524", - "max": "90.82", - "min": "85.221", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "103.321", - "max": "103.787", - "min": "103.084", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "94.39", - "max": "94.593", - "min": "94.24", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "87.175", - "max": "89.451", - "min": "85.338", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "64.534", - "max": "68.576", - "min": "64.097", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "233.034", - "max": "233.318", - "min": "232.898", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "97.43", - "max": "97.95", - "min": "97.29", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "68.568", - "max": "69.452", - "min": "68.357", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "125.198", - "max": "126.789", - "min": "121.499", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "111.502", - "max": "113.737", - "min": "111.225", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "239.195", - "max": "241.63", - "min": "238.73", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "67.108", - "max": "67.283", - "min": "66.988", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.201", - "max": "60.448", - "min": "60.038", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "33.175", - "max": "33.445", - "min": "32.775", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "10.281", - "max": "12.975", - "min": "9.946", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "211.691", - "max": "215.209", - "min": "210.423", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "78.793", - "max": "80.941", - "min": "78.431", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "110.482", - "max": "110.954", - "min": "110.261", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "100.16", - "max": "101.034", - "min": "99.841", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "212.521", - "max": "212.924", - "min": "212.402", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "105.459", - "max": "107.059", - "min": "100.904", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "99.136", - "max": "99.447", - "min": "98.963", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "80.414", - "max": "80.639", - "min": "80.246", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "161.878", - "max": "166.21", - "min": "150.881", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "38.555", - "max": "41.273", - "min": "36.449", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "11.07", - "max": "11.3", - "min": "10.947", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "73.405", - "max": "73.814", - "min": "73.035", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "90.374", - "max": "154.743", - "min": "78.57", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "30.811", - "max": "31.059", - "min": "30.654", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "224.988", - "max": "232.802", - "min": "222.365", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "235.503", - "max": "236.262", - "min": "235.258", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "114.701", - "max": "117.823", - "min": "113.798", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "213.109", - "max": "223.099", - "min": "206.373", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "128.221", - "max": "130.993", - "min": "124.63", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "91.934", - "max": "92.117", - "min": "91.799", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "132.243", - "max": "135.486", - "min": "129.181", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "134.462", - "max": "191.804", - "min": "129.989", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "264.445", - "max": "349.587", - "min": "250.426", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "229.343", - "max": "271.642", - "min": "220.651", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "119.362", - "max": "121.128", - "min": "118.399", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "114.242", - "max": "117.519", - "min": "112.329", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "5.138", - "max": "5.664", - "min": "4.95", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "112.848", - "max": "113.332", - "min": "112.42", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "139.835", - "max": "142.917", - "min": "138.81", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "37.535", - "max": "37.938", - "min": "37.414", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "209.342", - "max": "212.866", - "min": "208.051", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "64.482", - "max": "64.725", - "min": "64.255", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "73.172", - "max": "80.127", - "min": "72.068", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "26.834", - "max": "27.253", - "min": "24.676", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "112.978", - "max": "113.866", - "min": "112.727", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "80.818", - "max": "81.028", - "min": "80.345", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "21.418", - "max": "21.719", - "min": "21.082", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "70.549", - "max": "70.883", - "min": "70.346", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "25.22", - "max": "25.722", - "min": "24.856", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "20.183", - "max": "20.334", - "min": "20.058", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "62.191", - "max": "62.466", - "min": "61.921", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "18.409", - "max": "19.169", - "min": "18.166", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "227.581", - "max": "229.977", - "min": "216.008", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "237.467", - "max": "239.427", - "min": "237.222", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "49.686", - "max": "49.993", - "min": "49.544", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "141.169", - "max": "142.472", - "min": "140.847", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "81.737", - "max": "85.833", - "min": "81.062", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "28.468", - "max": "28.903", - "min": "28.244", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "24.745", - "max": "26.123", - "min": "24.279", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "77.549", - "max": "80.707", - "min": "77.265", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.238", - "max": "33.917", - "min": "31.621", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.225", - "max": "75.374", - "min": "73.001", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "93.637", - "max": "105.148", - "min": "91.205", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "179.479", - "max": "184.435", - "min": "178.395", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "10.159", - "max": "11.19", - "min": "9.376", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "37.824", - "max": "38.381", - "min": "37.604", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "77.151", - "max": "77.58", - "min": "76.882", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "65.396", - "max": "81.7", - "min": "63.531", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "78.05", - "max": "80.108", - "min": "74.08", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "20.933", - "max": "24.453", - "min": "20.592", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "32.678", - "max": "33.995", - "min": "32.413", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "62.089", - "max": "62.562", - "min": "61.876", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "129.341", - "max": "131.164", - "min": "128.563", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "225.011", - "max": "228.227", - "min": "224.21", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.217", - "max": "28.953", - "min": "28.011", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "201.511", - "max": "201.826", - "min": "201.179", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "100.636", - "max": "103.621", - "min": "93.828", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "7.553", - "max": "7.99", - "min": "7.427", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "24.305", - "max": "28.746", - "min": "23.972", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "198.283", - "max": "201.542", - "min": "197.103", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "225.067", - "max": "230.918", - "min": "220.921", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "210.078", - "max": "210.267", - "min": "209.944", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "1.359", - "max": "1.653", - "min": "1.218", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "201.398", - "max": "202.835", - "min": "201.13", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "439.549", - "max": "537.196", - "min": "257.068", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "223.332", - "max": "320.499", - "min": "132.192", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "253.192", - "max": "257.723", - "min": "251.803", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "157.599", - "max": "161.243", - "min": "152.741", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "44.625", - "max": "45.001", - "min": "44.271", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "34.462", - "max": "35.19", - "min": "33.978", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "41.067", - "max": "41.788", - "min": "40.785", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "121.407", - "max": "277.648", - "min": "31.251", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "114.467", - "max": "115.019", - "min": "114.297", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "146.916", - "max": "306.874", - "min": "120.612", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "103.959", - "max": "104.37", - "min": "103.831", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "95.614", - "max": "103.02", - "min": "94.477", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "0.043", - "max": "0.184", - "min": "0.022", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "214.636", - "max": "218.487", - "min": "213.012", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "172.128", - "max": "173.241", - "min": "171.931", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "97.992", - "max": "99.875", - "min": "97.802", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.939", - "max": "29.317", - "min": "22.342", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.963", - "max": "26.527", - "min": "25.832", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "29.061", - "max": "29.675", - "min": "28.849", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "215.512", - "max": "216.96", - "min": "214.841", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "47.784", - "max": "48.087", - "min": "47.466", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "9.495", - "max": "9.716", - "min": "9.316", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "57.496", - "max": "69.501", - "min": "56.072", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "42.257", - "max": "45.429", - "min": "40.994", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.325", - "max": "38.566", - "min": "38.06", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "5.183", - "max": "5.459", - "min": "5.056", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "98.524", - "max": "99.245", - "min": "98.087", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "263.129", - "max": "263.697", - "min": "262.731", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "108.087", - "max": "109.454", - "min": "107.807", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "93.388", - "max": "93.539", - "min": "93.176", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.607", - "max": "109.233", - "min": "106.263", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "84.181", - "max": "85.806", - "min": "83.021", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "115.95", - "max": "125.005", - "min": "115.413", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "200.938", - "max": "202.538", - "min": "200.732", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "69.489", - "max": "69.718", - "min": "69.389", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "72.569", - "max": "72.849", - "min": "72.454", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "82.181", - "max": "100.523", - "min": "78.787", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "168.085", - "max": "168.698", - "min": "167.498", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "113.467", - "max": "115.438", - "min": "108.816", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "81.806", - "max": "82.306", - "min": "81.535", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "12.668", - "max": "12.896", - "min": "12.551", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "67.504", - "max": "67.837", - "min": "67.178", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "111.529", - "max": "112.668", - "min": "111.22", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "228.883", - "max": "275.93", - "min": "220.408", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "47.248", - "max": "47.44", - "min": "47.082", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "169.233", - "max": "259.341", - "min": "159.524", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "52.653", - "max": "52.96", - "min": "52.487", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "477.849", - "max": "478.436", - "min": "477.147", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "132.464", - "max": "143.006", - "min": "115.433", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "1.883", - "max": "2.015", - "min": "1.737", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "204.029", - "max": "218.421", - "min": "193.058", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "241.365", - "max": "242.203", - "min": "240.685", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "170.34", - "max": "170.702", - "min": "170.217", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "54.58", - "max": "55.177", - "min": "54.39", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "250.183", - "max": "251.884", - "min": "249.826", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "11.08", - "max": "11.411", - "min": "10.884", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "15.053", - "max": "15.903", - "min": "13.679", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "88.913", - "max": "89.704", - "min": "88.616", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "260.024", - "max": "261.173", - "min": "259.264", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "79.765", - "max": "80.105", - "min": "79.448", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "94.68", - "max": "100.859", - "min": "92.931", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "115.666", - "max": "124.763", - "min": "115.198", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "93.693", - "max": "93.975", - "min": "93.602", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "74.64", - "max": "75.628", - "min": "74.031", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "121.045", - "max": "121.271", - "min": "120.881", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "115.94", - "max": "116.124", - "min": "115.829", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "130.745", - "max": "133.406", - "min": "127.899", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "115.3", - "max": "115.598", - "min": "114.881", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "76.115", - "max": "77.309", - "min": "75.942", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "93.672", - "max": "94.56", - "min": "93.503", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "87.435", - "max": "88.049", - "min": "86.934", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "103.052", - "max": "103.574", - "min": "102.46", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "130.721", - "max": "131", - "min": "130.388", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "103.421", - "max": "122.479", - "min": "100.987", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "101.919", - "max": "173.301", - "min": "84.277", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "69.858", - "max": "70.069", - "min": "69.671", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "132.321", - "max": "138.595", - "min": "126.37", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "125.929", - "max": "149.416", - "min": "114.339", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "122.722", - "max": "123.319", - "min": "122.228", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "74.39", - "max": "75.093", - "min": "74.073", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "260.462", - "max": "273.667", - "min": "259.814", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "97.225", - "max": "98.838", - "min": "97.031", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "91.072", - "max": "92.351", - "min": "90.889", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "94.98", - "max": "95.476", - "min": "93.94", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "88.315", - "max": "98.051", - "min": "86.707", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "126.191", - "max": "126.835", - "min": "126.007", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "80.834", - "max": "90.876", - "min": "80.228", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "76.13", - "max": "76.428", - "min": "75.954", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "90.358", - "max": "90.66", - "min": "90.21", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "216.855", - "max": "227.547", - "min": "214.231", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "5.06", - "max": "11.327", - "min": "3.943", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "233.384", - "max": "239.29", - "min": "221.806", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "222.822", - "max": "222.989", - "min": "222.728", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "80.572", - "max": "81.118", - "min": "80.317", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "224.904", - "max": "225.47", - "min": "224.619", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "85.916", - "max": "86.102", - "min": "85.81", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "109.996", - "max": "110.443", - "min": "109.828", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "135.836", - "max": "136.219", - "min": "135.683", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "72.339", - "max": "73.909", - "min": "71.82", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "78.718", - "max": "80.626", - "min": "78.391", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "25.16", - "max": "26.004", - "min": "25.042", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "33.376", - "max": "34.252", - "min": "32.369", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "228.185", - "max": "297.724", - "min": "225.563", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "6.491", - "max": "6.971", - "min": "6.086", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "109.393", - "max": "111.898", - "min": "97.646", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "10.696", - "max": "11.108", - "min": "10.554", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "98.069", - "max": "99.293", - "min": "97.407", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "144.833", - "max": "145.877", - "min": "144.644", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "47.258", - "max": "50.364", - "min": "44.631", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "93.256", - "max": "93.646", - "min": "92.908", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "113.324", - "max": "120.814", - "min": "108.245", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "72.054", - "max": "74.327", - "min": "70.812", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "209.838", - "max": "211.246", - "min": "209.422", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "144.267", - "max": "144.645", - "min": "143.934", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "157.306", - "max": "160.052", - "min": "155.804", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "115.648", - "max": "115.855", - "min": "115.419", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "80.322", - "max": "80.453", - "min": "80.248", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "111.626", - "max": "111.977", - "min": "111.332", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "13.04", - "max": "14.551", - "min": "12.517", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "12.47", - "max": "12.712", - "min": "12.31", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "136.665", - "max": "145.195", - "min": "134.718", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "90.892", - "max": "91.67", - "min": "90.412", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "17.036", - "max": "18.707", - "min": "16.123", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "132.079", - "max": "133.4", - "min": "131.824", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "29.225", - "max": "29.599", - "min": "28.972", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "96.266", - "max": "97.227", - "min": "96.131", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "259.042", - "max": "259.867", - "min": "257.957", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "103.377", - "max": "103.395", - "min": "103.359", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "77.433", - "max": "78.895", - "min": "76.185", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "80.781", - "max": "81.092", - "min": "80.641", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "164.69", - "max": "165.154", - "min": "164.382", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "87.236", - "max": "95.978", - "min": "78.348", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "104.785", - "max": "105.017", - "min": "104.685", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "191.318", - "max": "192.268", - "min": "191.07", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "154.418", - "max": "155.786", - "min": "154.178", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.739", - "max": "30.244", - "min": "29.187", - "id": "130", - "country": "United States", - "source_name": "Piscataway", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "135": { - "name": "Winnipeg", - "data": { - "0": { - "avg": "260.059", - "max": "265.244", - "min": "259.449", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "215.919", - "max": "221.986", - "min": "211.911", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "80.237", - "max": "82.645", - "min": "79.657", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "208.194", - "max": "214.603", - "min": "207.531", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "176.171", - "max": "176.671", - "min": "175.997", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "174.197", - "max": "176.802", - "min": "173.762", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "166.591", - "max": "166.869", - "min": "166.445", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "219.517", - "max": "223.431", - "min": "219.03", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "208.744", - "max": "214.102", - "min": "207.749", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "184.138", - "max": "188.053", - "min": "183.371", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "160.917", - "max": "167.358", - "min": "159.362", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "100.852", - "max": "109.815", - "min": "99.699", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "106.977", - "max": "117.746", - "min": "104.836", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "102.969", - "max": "104.079", - "min": "102.702", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "115.928", - "max": "131.413", - "min": "114.45", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "99.292", - "max": "100.373", - "min": "98.989", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "202.245", - "max": "204.04", - "min": "201.807", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "95.415", - "max": "103.197", - "min": "94.552", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "181.141", - "max": "181.859", - "min": "180.911", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "189.977", - "max": "196.932", - "min": "189.306", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "215.66", - "max": "216.202", - "min": "215.486", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "85.359", - "max": "88.15", - "min": "85.086", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "50.544", - "max": "52.206", - "min": "50.316", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "31.655", - "max": "42.838", - "min": "31.14", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "185.345", - "max": "185.659", - "min": "185.158", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "194.798", - "max": "194.984", - "min": "194.732", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "196.267", - "max": "203.742", - "min": "194.513", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "182.95", - "max": "189.081", - "min": "181.138", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "177.456", - "max": "178.95", - "min": "177.213", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "49.786", - "max": "55.215", - "min": "49.19", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "187.603", - "max": "188.518", - "min": "187.393", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "193.283", - "max": "196.822", - "min": "192.968", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "106.502", - "max": "113.51", - "min": "105.238", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "230.018", - "max": "252.857", - "min": "227.551", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "190.869", - "max": "195.405", - "min": "190.324", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "224.198", - "max": "231.404", - "min": "222.615", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "64.708", - "max": "85.404", - "min": "61.98", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "70.359", - "max": "70.556", - "min": "70.239", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "100.46", - "max": "103.261", - "min": "100.166", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "101.516", - "max": "102.998", - "min": "101.209", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "302.385", - "max": "306.152", - "min": "301.843", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "177.227", - "max": "181.202", - "min": "176.562", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "213.257", - "max": "221.116", - "min": "212.194", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "191.299", - "max": "196.701", - "min": "190.801", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "323.73", - "max": "330.718", - "min": "322.43", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "207.824", - "max": "209.376", - "min": "207.339", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "187.268", - "max": "188.265", - "min": "187.022", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "172.442", - "max": "179.227", - "min": "171.116", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "251.758", - "max": "253.634", - "min": "251.44", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "102.765", - "max": "109.482", - "min": "102.299", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "86.458", - "max": "92.422", - "min": "84.91", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "27.799", - "max": "32.135", - "min": "27.247", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "236.873", - "max": "253.382", - "min": "228.063", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "72.811", - "max": "78.412", - "min": "71.841", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "313.151", - "max": "321.405", - "min": "310.156", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "220.86", - "max": "225.359", - "min": "220.319", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "208.042", - "max": "209.927", - "min": "206.905", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "200.916", - "max": "201.005", - "min": "200.858", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "218.842", - "max": "226.374", - "min": "217.979", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "184.473", - "max": "190.99", - "min": "183.37", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "224.805", - "max": "227.432", - "min": "224.082", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "224.488", - "max": "251.308", - "min": "221.145", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "210.13", - "max": "272.998", - "min": "204.169", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "223.773", - "max": "226.435", - "min": "223.413", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "213.908", - "max": "215.269", - "min": "213.6", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "212.877", - "max": "213.648", - "min": "212.679", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "106.4", - "max": "113.843", - "min": "105.618", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "214.689", - "max": "216.618", - "min": "214.037", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "227.081", - "max": "234.163", - "min": "225.627", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "61.598", - "max": "63.394", - "min": "61.329", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "183.366", - "max": "189.185", - "min": "182.723", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "65.08", - "max": "65.904", - "min": "64.774", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "157.073", - "max": "159.777", - "min": "156.792", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "116.457", - "max": "122.903", - "min": "115.967", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "212.576", - "max": "214.565", - "min": "212.295", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "168.111", - "max": "175.219", - "min": "166.779", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "107.303", - "max": "113.89", - "min": "106.398", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "68.968", - "max": "75.16", - "min": "67.828", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "89.248", - "max": "92.121", - "min": "88.757", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "76.688", - "max": "84.018", - "min": "75.519", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "34.512", - "max": "36.784", - "min": "33.951", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "104.112", - "max": "111.489", - "min": "103.459", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "235.887", - "max": "238.846", - "min": "235.13", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "323.731", - "max": "325.868", - "min": "323.321", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "75.913", - "max": "81.44", - "min": "75.434", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "220.857", - "max": "223.173", - "min": "220.352", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "178.501", - "max": "188.045", - "min": "176.842", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "112.529", - "max": "112.906", - "min": "112.322", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "78.166", - "max": "78.443", - "min": "77.999", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "166.404", - "max": "173.791", - "min": "165.469", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "95.46", - "max": "101.784", - "min": "93.005", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "56.78", - "max": "57.557", - "min": "56.55", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "180.98", - "max": "187.319", - "min": "179.309", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "235.897", - "max": "238.817", - "min": "235.489", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "96.761", - "max": "97.316", - "min": "96.52", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "109.432", - "max": "110.64", - "min": "109.2", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "146.087", - "max": "153.87", - "min": "145.285", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "144.626", - "max": "151.671", - "min": "143.057", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "52.339", - "max": "53.812", - "min": "52.154", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "87.138", - "max": "87.581", - "min": "87.021", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "102.213", - "max": "109.593", - "min": "101.5", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "81.931", - "max": "88.925", - "min": "81.112", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "220.713", - "max": "221.363", - "min": "220.497", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "187.846", - "max": "195.23", - "min": "186.354", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "91.036", - "max": "97.175", - "min": "89.833", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "199.638", - "max": "200.508", - "min": "199.347", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "175.948", - "max": "183.16", - "min": "174.43", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "92.489", - "max": "94.055", - "min": "92.218", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "108.956", - "max": "109.96", - "min": "108.699", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "327.614", - "max": "331.203", - "min": "326.954", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "216.677", - "max": "223.196", - "min": "215.3", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "171.331", - "max": "189.161", - "min": "166.591", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "98.658", - "max": "105.274", - "min": "97.334", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "301.57", - "max": "304.569", - "min": "301.089", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "539.259", - "max": "660.54", - "min": "361.788", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "316.718", - "max": "423.372", - "min": "238.248", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "334.543", - "max": "338.864", - "min": "333.867", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "148.608", - "max": "152.212", - "min": "148.105", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "79.311", - "max": "81.233", - "min": "79.032", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "99.913", - "max": "101.028", - "min": "99.425", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "62.928", - "max": "63.297", - "min": "62.699", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "154.725", - "max": "326.561", - "min": "94.185", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "211.635", - "max": "215.619", - "min": "211.304", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "200.432", - "max": "203.683", - "min": "199.788", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "196.13", - "max": "200.928", - "min": "195.671", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "190.766", - "max": "191.561", - "min": "190.316", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "98.047", - "max": "99.432", - "min": "97.696", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "363.079", - "max": "370.149", - "min": "362.079", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "285.242", - "max": "288.917", - "min": "284.685", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "0.041", - "max": "0.059", - "min": "0.031", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "100.132", - "max": "107.236", - "min": "99.098", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "93.459", - "max": "101.117", - "min": "92.873", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "80.157", - "max": "82.154", - "min": "79.817", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "186.664", - "max": "191.582", - "min": "185.867", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "114.03", - "max": "124.067", - "min": "111.976", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "107.511", - "max": "107.931", - "min": "107.376", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "97.518", - "max": "109.57", - "min": "96.044", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "92.121", - "max": "93.276", - "min": "91.963", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "80.54", - "max": "88.297", - "min": "80.019", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "103.505", - "max": "105.334", - "min": "103.321", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "203.084", - "max": "204.563", - "min": "202.868", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "276.951", - "max": "282.716", - "min": "276.283", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "222.464", - "max": "224.93", - "min": "222.244", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "180.342", - "max": "188.142", - "min": "179.859", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "102.468", - "max": "117.644", - "min": "100.762", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "188.367", - "max": "192.088", - "min": "187.862", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "221.614", - "max": "227.755", - "min": "221.236", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "306.774", - "max": "308.518", - "min": "306.316", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "170.268", - "max": "176.568", - "min": "168.986", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "171.56", - "max": "176.147", - "min": "171.192", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "174.492", - "max": "185.01", - "min": "172.774", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "153.282", - "max": "156.528", - "min": "153.029", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "197.486", - "max": "201.161", - "min": "197.079", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "187.224", - "max": "236.729", - "min": "185.307", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "107.494", - "max": "115.035", - "min": "106.511", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "39.143", - "max": "39.903", - "min": "38.926", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "209.451", - "max": "218.388", - "min": "208.288", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "196.944", - "max": "242.44", - "min": "188.266", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "62.179", - "max": "64.136", - "min": "61.935", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "250.507", - "max": "338.09", - "min": "241.899", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "135.927", - "max": "136.992", - "min": "135.804", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "477.465", - "max": "479.338", - "min": "476.91", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "204.081", - "max": "211.353", - "min": "203.319", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "97.444", - "max": "97.57", - "min": "97.327", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "285.705", - "max": "292.45", - "min": "284.414", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "329.254", - "max": "334.69", - "min": "328.716", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "252.835", - "max": "254.527", - "min": "252.599", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "104.498", - "max": "104.972", - "min": "104.297", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "282.012", - "max": "292.048", - "min": "248.398", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "102.729", - "max": "104.896", - "min": "102.505", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "95.102", - "max": "95.954", - "min": "94.974", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "183.174", - "max": "187.401", - "min": "182.365", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "317.688", - "max": "324.742", - "min": "316.413", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "167.957", - "max": "174.898", - "min": "166.96", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "189.111", - "max": "195.881", - "min": "187.59", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "204.445", - "max": "205.525", - "min": "204.277", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "186.992", - "max": "188.46", - "min": "186.812", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "173.094", - "max": "181.544", - "min": "172.03", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "231.705", - "max": "239.068", - "min": "230.664", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "226.105", - "max": "226.245", - "min": "225.981", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "224.247", - "max": "231.428", - "min": "223.14", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "231.916", - "max": "240.743", - "min": "231.339", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "188.068", - "max": "196.202", - "min": "186.84", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "182.283", - "max": "187.54", - "min": "181.954", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "172.676", - "max": "174.959", - "min": "172.277", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "193.464", - "max": "199.507", - "min": "192.98", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "225.624", - "max": "233.478", - "min": "225.114", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "202.34", - "max": "237.132", - "min": "200.106", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "198.511", - "max": "267.403", - "min": "178.661", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "154.07", - "max": "156.87", - "min": "153.731", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "225.423", - "max": "228.239", - "min": "225.124", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "211.518", - "max": "252.784", - "min": "209.802", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "222.218", - "max": "224.411", - "min": "221.762", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "165.229", - "max": "175.356", - "min": "164.395", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "258.431", - "max": "264.386", - "min": "257.628", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "198.939", - "max": "205.393", - "min": "197.831", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "195.141", - "max": "202.251", - "min": "193.862", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "206.461", - "max": "213.202", - "min": "204.723", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "175.901", - "max": "183.069", - "min": "174.531", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "223.421", - "max": "229.864", - "min": "222.877", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "182.29", - "max": "187.664", - "min": "181.84", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "183.075", - "max": "183.91", - "min": "182.861", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "182.24", - "max": "186.437", - "min": "179.735", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "206.391", - "max": "208.387", - "min": "206.085", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "105.46", - "max": "116.592", - "min": "100.018", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "252.951", - "max": "258.904", - "min": "246.723", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "292.277", - "max": "296.036", - "min": "291.979", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "168.407", - "max": "175.173", - "min": "166.576", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "323.23", - "max": "325.692", - "min": "322.907", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "104.011", - "max": "104.95", - "min": "103.672", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "199.584", - "max": "202.173", - "min": "199.265", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "236.399", - "max": "237.764", - "min": "236.147", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "172.665", - "max": "174.013", - "min": "172.243", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "166.399", - "max": "168.582", - "min": "166.015", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "98.259", - "max": "102.169", - "min": "97.9", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "117.633", - "max": "123.441", - "min": "116.83", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "196.022", - "max": "203.674", - "min": "195.083", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "111.047", - "max": "112.581", - "min": "110.863", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "199.418", - "max": "201.49", - "min": "199.047", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "100.676", - "max": "100.857", - "min": "100.602", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "199.971", - "max": "201.537", - "min": "199.621", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "249.664", - "max": "274.428", - "min": "248.613", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "122.922", - "max": "126.158", - "min": "119.885", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "193.912", - "max": "200.177", - "min": "192.628", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "205.859", - "max": "208.359", - "min": "204.712", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "152.813", - "max": "155.05", - "min": "152.201", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "294.04", - "max": "300.82", - "min": "292.203", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "120.935", - "max": "136.715", - "min": "112.851", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "264.21", - "max": "267.356", - "min": "263.8", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "204.33", - "max": "212.217", - "min": "203.824", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "170.098", - "max": "172.275", - "min": "169.863", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "234.336", - "max": "234.816", - "min": "234.232", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "90.613", - "max": "94.045", - "min": "89.75", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "106.175", - "max": "109.478", - "min": "105.876", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "223.025", - "max": "234.775", - "min": "220.756", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "187.166", - "max": "188.409", - "min": "186.709", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "85.038", - "max": "87.527", - "min": "83.929", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "219.052", - "max": "222.042", - "min": "218.586", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "74.159", - "max": "81.006", - "min": "72.637", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "185.689", - "max": "190.633", - "min": "184.582", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "251.323", - "max": "259.955", - "min": "235.16", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.942", - "max": "184.942", - "min": "184.942", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "163.663", - "max": "166.398", - "min": "163.159", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "175.879", - "max": "177.651", - "min": "175.681", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "263.547", - "max": "264.241", - "min": "263.286", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "181.448", - "max": "191.294", - "min": "173.12", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "210.821", - "max": "218.495", - "min": "210.235", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "362.194", - "max": "368.914", - "min": "360.581", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "255.468", - "max": "258.502", - "min": "255.128", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "98.465", - "max": "105.037", - "min": "96.853", - "id": "135", - "country": "Canada", - "source_name": "Winnipeg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "136": { - "name": "Toledo", - "data": { - "0": { - "avg": "110.21", - "max": "111.179", - "min": "110.004", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "221.835", - "max": "224.78", - "min": "221.438", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "25.206", - "max": "26.471", - "min": "25.055", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "127.064", - "max": "130.829", - "min": "126.497", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "100.798", - "max": "102.809", - "min": "100.59", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "150.293", - "max": "151.764", - "min": "150.094", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "102.557", - "max": "106.133", - "min": "102.21", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "234.467", - "max": "242.56", - "min": "233.609", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "143.934", - "max": "144.642", - "min": "143.769", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "125.682", - "max": "128.931", - "min": "125.207", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "94.629", - "max": "95.954", - "min": "94.377", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "37.124", - "max": "57.784", - "min": "36.287", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "26.581", - "max": "26.852", - "min": "26.487", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "27.144", - "max": "27.448", - "min": "26.982", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "40.935", - "max": "41.47", - "min": "40.798", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "23.792", - "max": "24.387", - "min": "23.117", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "117.731", - "max": "119.36", - "min": "117.479", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "26.065", - "max": "28.627", - "min": "25.73", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "117.549", - "max": "117.941", - "min": "117.405", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "126.661", - "max": "127.842", - "min": "126.523", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "225.392", - "max": "225.594", - "min": "225.286", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "13.735", - "max": "14.192", - "min": "13.605", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "68.901", - "max": "69.173", - "min": "68.761", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "59.946", - "max": "60.451", - "min": "59.811", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "128.41", - "max": "128.871", - "min": "128.159", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "113.601", - "max": "114.555", - "min": "113.456", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "131.158", - "max": "132.33", - "min": "130.876", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "122.489", - "max": "122.708", - "min": "122.27", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "114.073", - "max": "114.242", - "min": "113.992", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "54.644", - "max": "54.857", - "min": "54.438", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "245.945", - "max": "248.068", - "min": "245.77", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "134.522", - "max": "135.604", - "min": "134.391", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "61.799", - "max": "62.486", - "min": "61.646", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "157.959", - "max": "159.038", - "min": "157.83", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "125.652", - "max": "127.044", - "min": "125.389", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "254.105", - "max": "255.972", - "min": "253.792", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "73.461", - "max": "73.665", - "min": "73.386", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "64.312", - "max": "65.118", - "min": "64.137", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "45.283", - "max": "46.442", - "min": "45.043", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "28.99", - "max": "29.814", - "min": "28.703", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "237.032", - "max": "240.217", - "min": "236.542", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "110.136", - "max": "113.845", - "min": "109.794", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "138.963", - "max": "139.215", - "min": "138.84", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "127.066", - "max": "135.625", - "min": "126.605", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "233.472", - "max": "233.709", - "min": "233.384", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "137.571", - "max": "138.238", - "min": "137.139", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "140.196", - "max": "140.668", - "min": "139.994", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "102.744", - "max": "103.104", - "min": "102.524", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "175.072", - "max": "175.532", - "min": "174.947", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "48.3", - "max": "48.658", - "min": "48.219", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "34.392", - "max": "37.863", - "min": "34.172", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "70.537", - "max": "70.92", - "min": "70.348", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "147.733", - "max": "200.832", - "min": "107.185", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "25.319", - "max": "28.189", - "min": "24.98", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "296.412", - "max": "307.831", - "min": "293.227", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "277.441", - "max": "277.774", - "min": "277.263", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "124.683", - "max": "128.824", - "min": "123.232", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "232.465", - "max": "232.784", - "min": "232.371", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "130.993", - "max": "132.998", - "min": "130.603", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "102.654", - "max": "106.658", - "min": "102.381", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "153.763", - "max": "154.922", - "min": "153.229", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "157.431", - "max": "205.684", - "min": "154.78", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "268.536", - "max": "344.725", - "min": "263.794", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "245.614", - "max": "252.406", - "min": "245.079", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "141.278", - "max": "141.973", - "min": "141.101", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "146.099", - "max": "149.519", - "min": "145.597", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "24.129", - "max": "24.268", - "min": "24.005", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "139.768", - "max": "140.208", - "min": "139.27", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "158.081", - "max": "161.007", - "min": "157.286", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "38.068", - "max": "40.654", - "min": "37.761", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "216.077", - "max": "217.908", - "min": "215.724", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "66.539", - "max": "68.551", - "min": "66.178", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.134", - "max": "85.265", - "min": "83.926", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "38.114", - "max": "38.869", - "min": "37.966", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "140.537", - "max": "141.384", - "min": "140.308", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "100.392", - "max": "100.604", - "min": "100.21", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "32.129", - "max": "32.835", - "min": "31.963", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "78.906", - "max": "79.08", - "min": "78.808", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "18.372", - "max": "24.041", - "min": "17.637", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "11.755", - "max": "15.126", - "min": "11.521", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "68.469", - "max": "68.901", - "min": "68.317", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "50.533", - "max": "51.522", - "min": "50.26", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "207.948", - "max": "208.236", - "min": "207.864", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "236.095", - "max": "236.434", - "min": "235.863", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "74.599", - "max": "74.747", - "min": "74.499", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "171.886", - "max": "172.442", - "min": "171.653", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "103.466", - "max": "103.966", - "min": "103.249", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "40.292", - "max": "40.975", - "min": "40.122", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "40.087", - "max": "41.584", - "min": "39.878", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "99.294", - "max": "105.895", - "min": "98.953", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "28.693", - "max": "30.815", - "min": "27.898", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "70.884", - "max": "71.565", - "min": "70.692", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "115.29", - "max": "115.811", - "min": "115.177", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "188.337", - "max": "188.473", - "min": "188.222", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "28.497", - "max": "28.935", - "min": "28.248", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "58.453", - "max": "58.767", - "min": "58.231", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "92.276", - "max": "92.673", - "min": "92.069", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "78.777", - "max": "84.641", - "min": "78.271", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "68.656", - "max": "68.816", - "min": "68.536", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "17.229", - "max": "19.34", - "min": "16.95", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "40.68", - "max": "40.79", - "min": "40.589", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "64.463", - "max": "66.007", - "min": "64.27", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "152.996", - "max": "153.807", - "min": "152.795", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "226.321", - "max": "230.01", - "min": "225.709", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "24.628", - "max": "25.457", - "min": "24.425", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "212.137", - "max": "213.505", - "min": "211.793", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "107.415", - "max": "109.179", - "min": "107.241", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "36.422", - "max": "36.697", - "min": "36.289", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "38.684", - "max": "41.817", - "min": "38.393", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "218.764", - "max": "222.341", - "min": "217.92", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "224.114", - "max": "224.558", - "min": "223.966", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "201.245", - "max": "201.757", - "min": "201.149", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "29.095", - "max": "29.397", - "min": "28.977", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "225.888", - "max": "241.804", - "min": "225.07", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "470.896", - "max": "601.753", - "min": "322.213", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "245.377", - "max": "329.832", - "min": "184.955", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "255.802", - "max": "269.195", - "min": "254.524", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "161.3", - "max": "165.568", - "min": "160.905", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "40.801", - "max": "41.059", - "min": "40.684", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "39.222", - "max": "39.887", - "min": "38.981", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "43.266", - "max": "45.764", - "min": "42.998", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "117.755", - "max": "277.325", - "min": "46.335", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "139.531", - "max": "145.123", - "min": "139.188", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "134.032", - "max": "249.51", - "min": "129.396", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.307", - "max": "136.56", - "min": "133.115", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "123.265", - "max": "124.479", - "min": "122.594", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "24.352", - "max": "29.011", - "min": "22.208", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "272.299", - "max": "273.171", - "min": "272.025", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "195.195", - "max": "195.833", - "min": "194.983", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "99.234", - "max": "100.734", - "min": "98.959", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": null, - "max": null, - "min": null, - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "23.766", - "max": "24.2", - "min": "23.614", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "19.982", - "max": "20.419", - "min": "19.863", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "203.991", - "max": "204.885", - "min": "203.328", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.755", - "max": "50.059", - "min": "49.632", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "27.575", - "max": "27.739", - "min": "27.452", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.832", - "max": "71.784", - "min": "50.197", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "34.523", - "max": "34.781", - "min": "34.418", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "34.585", - "max": "35.408", - "min": "34.356", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "30.708", - "max": "34.145", - "min": "30.281", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "127.02", - "max": "129.267", - "min": "126.839", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "266.635", - "max": "271.207", - "min": "266.114", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "134.802", - "max": "136.277", - "min": "134.624", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "126.481", - "max": "126.727", - "min": "126.239", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.228", - "max": "116.915", - "min": "116.004", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "104.249", - "max": "106.813", - "min": "103.832", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "141.991", - "max": "150.612", - "min": "141.297", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "316.215", - "max": "317.013", - "min": "316.044", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "96.192", - "max": "107.671", - "min": "95.668", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "96.89", - "max": "97.009", - "min": "96.796", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "107.95", - "max": "117.728", - "min": "106.479", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "172.333", - "max": "172.415", - "min": "172.272", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "135.152", - "max": "137.858", - "min": "134.654", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "109.579", - "max": "112.05", - "min": "109.269", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "33.549", - "max": "33.794", - "min": "33.431", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "70.421", - "max": "70.644", - "min": "70.278", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "135.386", - "max": "138.419", - "min": "135.037", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "221.221", - "max": "259.844", - "min": "214.09", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "41.683", - "max": "42.541", - "min": "41.563", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "178.042", - "max": "281.295", - "min": "171.83", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "57.878", - "max": "58.168", - "min": "57.759", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "485.173", - "max": "487.126", - "min": "484.605", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "138.801", - "max": "139.12", - "min": "138.682", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "26.901", - "max": "27.414", - "min": "26.744", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "209.726", - "max": "210.602", - "min": "209.551", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "267.57", - "max": "267.944", - "min": "267.485", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "187.671", - "max": "191.183", - "min": "187.364", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.598", - "max": "64.114", - "min": "61.388", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "234.587", - "max": "239.627", - "min": "232.692", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "34.267", - "max": "35.706", - "min": "34.076", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "25.833", - "max": "25.939", - "min": "25.742", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "117.337", - "max": "120.727", - "min": "117.013", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "298.374", - "max": "298.718", - "min": "298.288", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "105.021", - "max": "106.041", - "min": "104.878", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "114.007", - "max": "114.43", - "min": "113.701", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "124.456", - "max": "148.09", - "min": "123.104", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "117.415", - "max": "117.574", - "min": "117.273", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "98.546", - "max": "99.383", - "min": "98.358", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "162.01", - "max": "163.283", - "min": "161.785", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "139.024", - "max": "139.961", - "min": "138.866", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "159.95", - "max": "162.506", - "min": "159.642", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "140.072", - "max": "141.752", - "min": "139.886", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "107.762", - "max": "109.993", - "min": "107.518", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "114.195", - "max": "114.842", - "min": "114.082", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "101.863", - "max": "102.056", - "min": "101.751", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "116.26", - "max": "116.899", - "min": "116.093", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "154.138", - "max": "157.223", - "min": "153.715", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "128.684", - "max": "131.989", - "min": "127.689", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "137.62", - "max": "207.598", - "min": "109.052", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "110.753", - "max": "111.497", - "min": "110.638", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "150.712", - "max": "150.981", - "min": "150.48", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "132.177", - "max": "140.184", - "min": "131.65", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "146.131", - "max": "146.638", - "min": "145.787", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "100.224", - "max": "109.851", - "min": "99.015", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "280.521", - "max": "287.273", - "min": "279.852", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "113.963", - "max": "114.605", - "min": "113.759", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "122.706", - "max": "123.048", - "min": "122.484", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "136.338", - "max": "137.114", - "min": "136.212", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "101.787", - "max": "107.588", - "min": "100.221", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "154.74", - "max": "156.611", - "min": "154.347", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "102.675", - "max": "107.206", - "min": "102.018", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "101.749", - "max": "102.033", - "min": "101.626", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "101.246", - "max": "101.408", - "min": "101.111", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.103", - "max": "229.525", - "min": "224.821", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "25.203", - "max": "33.034", - "min": "24.35", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "220.769", - "max": "221.699", - "min": "220.619", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "267.413", - "max": "267.726", - "min": "267.213", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "109.562", - "max": "110.303", - "min": "109.388", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "246.345", - "max": "249.387", - "min": "245.872", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "57.796", - "max": "58.421", - "min": "57.587", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "131.346", - "max": "131.907", - "min": "131.146", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "159.305", - "max": "160.976", - "min": "159.043", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "98.163", - "max": "100.399", - "min": "97.701", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "103.197", - "max": "104.744", - "min": "102.71", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "13.493", - "max": "13.613", - "min": "13.434", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "38.717", - "max": "38.931", - "min": "38.626", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "261.022", - "max": "265.016", - "min": "254.642", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "18.907", - "max": "19.093", - "min": "18.84", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "117.104", - "max": "117.524", - "min": "116.957", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "23.605", - "max": "28.542", - "min": "23.293", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "115.752", - "max": "116.114", - "min": "115.639", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "156.998", - "max": "157.691", - "min": "156.781", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "53.583", - "max": "57.503", - "min": "51.142", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "122.53", - "max": "126.607", - "min": "122.056", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "138.238", - "max": "141.041", - "min": "137.619", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "84.504", - "max": "90.774", - "min": "83.506", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "298.879", - "max": "300.32", - "min": "298.385", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "164.324", - "max": "165.415", - "min": "164.13", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "191.089", - "max": "191.546", - "min": "190.896", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "141.526", - "max": "144.152", - "min": "141.306", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "104.77", - "max": "109.138", - "min": "104.444", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "136.993", - "max": "137.496", - "min": "136.839", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "30.794", - "max": "32.76", - "min": "30.422", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "30.497", - "max": "30.75", - "min": "30.386", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "152.445", - "max": "158.438", - "min": "150.863", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "115.453", - "max": "123.893", - "min": "114.776", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "33.922", - "max": "35.073", - "min": "32.983", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "157.713", - "max": "158.701", - "min": "157.518", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "27.483", - "max": "28.386", - "min": "27.221", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "121.123", - "max": "127.905", - "min": "120.41", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "258.338", - "max": "265.215", - "min": "251.999", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "112.591", - "max": "112.591", - "min": "112.591", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "97.787", - "max": "98.497", - "min": "97.669", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "111.778", - "max": "113.919", - "min": "111.551", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "194.011", - "max": "197.312", - "min": "193.559", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "119.287", - "max": "134.771", - "min": "110.174", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "127.218", - "max": "127.394", - "min": "127.114", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "215.674", - "max": "216.586", - "min": "215.46", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "185.178", - "max": "186.212", - "min": "184.853", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "44.7", - "max": "44.977", - "min": "44.58", - "id": "136", - "country": "United States", - "source_name": "Toledo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "137": { - "name": "Cincinnati", - "data": { - "0": { - "avg": "104.077", - "max": "104.243", - "min": "103.878", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "317.564", - "max": "318.836", - "min": "317.23", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.867", - "max": "23.409", - "min": "22.662", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "127.642", - "max": "134.136", - "min": "126.756", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "91.363", - "max": "91.633", - "min": "91.171", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "146.162", - "max": "146.442", - "min": "145.96", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "99.373", - "max": "100.663", - "min": "99.126", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "295.426", - "max": "301.657", - "min": "294.401", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "137.579", - "max": "137.972", - "min": "137.389", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "116.878", - "max": "117.221", - "min": "116.653", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "97.062", - "max": "105.441", - "min": "96.51", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "33.579", - "max": "33.723", - "min": "33.457", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "23.11", - "max": "23.909", - "min": "22.972", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "25.359", - "max": "25.944", - "min": "25.135", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "41.625", - "max": "47.768", - "min": "41.242", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "18.975", - "max": "19.297", - "min": "18.302", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "119.638", - "max": "119.981", - "min": "119.305", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "12.359", - "max": "16.457", - "min": "11.914", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "98.525", - "max": "101.286", - "min": "98.238", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "116.573", - "max": "116.715", - "min": "116.462", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "274.392", - "max": "274.701", - "min": "274.218", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "10.486", - "max": "10.843", - "min": "10.321", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "59.468", - "max": "60.39", - "min": "59.296", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "69.966", - "max": "70.61", - "min": "69.718", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "117.004", - "max": "117.255", - "min": "116.808", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "113.812", - "max": "114.128", - "min": "113.586", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "114.085", - "max": "117.091", - "min": "113.587", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "110.756", - "max": "111.161", - "min": "110.45", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "111.048", - "max": "111.548", - "min": "110.857", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "55.766", - "max": "56.036", - "min": "55.587", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "238.051", - "max": "238.284", - "min": "237.912", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "122.705", - "max": "123.344", - "min": "122.49", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "53.316", - "max": "53.602", - "min": "53.145", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "135.733", - "max": "136.039", - "min": "135.533", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "109.906", - "max": "111.437", - "min": "109.463", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "229.666", - "max": "235.485", - "min": "229.178", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "64.447", - "max": "64.847", - "min": "64.211", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "57.228", - "max": "57.505", - "min": "57.05", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "26.852", - "max": "27.076", - "min": "26.622", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "27.724", - "max": "28.378", - "min": "27.508", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "239.534", - "max": "243.825", - "min": "238.982", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "97.274", - "max": "101.95", - "min": "96.832", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "139.719", - "max": "139.877", - "min": "139.555", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "133.351", - "max": "133.772", - "min": "133.216", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "233.402", - "max": "233.55", - "min": "233.227", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "135.369", - "max": "137.692", - "min": "134.861", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "152.712", - "max": "152.883", - "min": "152.606", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "90.629", - "max": "91.823", - "min": "90.413", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "158.326", - "max": "158.782", - "min": "158.157", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "34.065", - "max": "34.438", - "min": "33.906", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "27.441", - "max": "27.716", - "min": "27.254", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "69.282", - "max": "70.117", - "min": "68.957", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "147.113", - "max": "160.296", - "min": "133.982", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "28.75", - "max": "29.064", - "min": "28.554", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "227.496", - "max": "236.9", - "min": "224.028", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "232.6", - "max": "232.991", - "min": "232.352", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "110.444", - "max": "112.322", - "min": "109.079", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "200.42", - "max": "200.534", - "min": "200.295", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "140.59", - "max": "141.429", - "min": "140.239", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "105.421", - "max": "105.695", - "min": "105.216", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "150.237", - "max": "151.279", - "min": "149.731", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "155.632", - "max": "216.726", - "min": "151.599", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "261.008", - "max": "316.65", - "min": "254.533", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "238.141", - "max": "238.49", - "min": "237.941", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "141.802", - "max": "142.603", - "min": "141.646", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "134.812", - "max": "135.026", - "min": "134.616", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "29.649", - "max": "34.017", - "min": "29.353", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "128.797", - "max": "132.843", - "min": "128.178", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "148.591", - "max": "150.747", - "min": "147.841", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "33.554", - "max": "35.087", - "min": "33.26", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.787", - "max": "200.644", - "min": "199.544", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "61.687", - "max": "67.14", - "min": "61.226", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.387", - "max": "90.448", - "min": "83.961", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.58", - "max": "29.748", - "min": "29.429", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "158.771", - "max": "160.189", - "min": "158.284", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "91.719", - "max": "91.919", - "min": "91.585", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "25.415", - "max": "25.619", - "min": "25.171", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "64.941", - "max": "65.323", - "min": "64.761", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "3.844", - "max": "4.856", - "min": "3.55", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "12.086", - "max": "12.513", - "min": "11.914", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "68.718", - "max": "69.096", - "min": "68.567", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "37.461", - "max": "37.739", - "min": "37.29", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "386.514", - "max": "390.528", - "min": "385.82", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.26", - "max": "239.514", - "min": "239.095", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "72.253", - "max": "72.418", - "min": "72.134", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "151.701", - "max": "152.674", - "min": "151.401", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "90.035", - "max": "93.528", - "min": "89.615", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "21.79", - "max": "22.02", - "min": "21.594", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "31.823", - "max": "32.091", - "min": "31.562", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.243", - "max": "106.372", - "min": "101.885", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "17.878", - "max": "20.626", - "min": "17.217", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "60.775", - "max": "61.359", - "min": "60.531", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "101.932", - "max": "102.077", - "min": "101.769", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "190.074", - "max": "190.556", - "min": "189.841", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "22.997", - "max": "23.328", - "min": "22.814", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "49.201", - "max": "51.54", - "min": "48.903", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "81.807", - "max": "82.081", - "min": "81.582", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "61.785", - "max": "72.954", - "min": "60.633", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "59.42", - "max": "59.736", - "min": "59.219", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "12.614", - "max": "13.282", - "min": "12.387", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.29", - "max": "28.919", - "min": "28.084", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "40.668", - "max": "41.072", - "min": "40.483", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "144.078", - "max": "158.965", - "min": "142.847", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "226.179", - "max": "228.71", - "min": "225.604", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "14.688", - "max": "19.751", - "min": "14.327", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "327.251", - "max": "327.605", - "min": "326.748", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "104.054", - "max": "105.555", - "min": "103.724", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "25.315", - "max": "25.424", - "min": "25.182", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "29.554", - "max": "29.774", - "min": "29.41", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "245.415", - "max": "246.264", - "min": "245.123", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "212.431", - "max": "217.62", - "min": "212.104", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "191.172", - "max": "191.288", - "min": "191.046", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "25.096", - "max": "25.326", - "min": "24.945", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "228.816", - "max": "262.218", - "min": "227.302", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "464.443", - "max": "577.713", - "min": "284.14", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "239.856", - "max": "323.797", - "min": "163.569", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "255.002", - "max": "257.414", - "min": "254.491", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "164.626", - "max": "165.739", - "min": "164.394", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "28.354", - "max": "28.572", - "min": "28.215", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "29.945", - "max": "32.253", - "min": "29.528", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "31.053", - "max": "31.297", - "min": "30.881", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "129.395", - "max": "267.887", - "min": "45.627", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "132.118", - "max": "148.023", - "min": "131.393", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "141.712", - "max": "204.648", - "min": "136.427", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "132.05", - "max": "133.464", - "min": "131.608", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "119.186", - "max": "120.959", - "min": "118.701", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "25.905", - "max": "26.192", - "min": "25.684", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "239.435", - "max": "239.812", - "min": "239.212", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "229.128", - "max": "229.499", - "min": "228.909", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "93.098", - "max": "93.722", - "min": "92.812", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "23.78", - "max": "24.098", - "min": "23.571", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "0.671", - "max": "0.844", - "min": "0.552", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "30.492", - "max": "30.696", - "min": "30.331", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "185.725", - "max": "186.9", - "min": "185.008", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "46.589", - "max": "46.824", - "min": "46.452", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "26.977", - "max": "27.199", - "min": "26.781", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "42.11", - "max": "66.387", - "min": "39.995", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "36.607", - "max": "37.691", - "min": "36.398", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "24.402", - "max": "24.886", - "min": "24.223", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "33.32", - "max": "33.487", - "min": "33.197", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "127.058", - "max": "128.783", - "min": "126.847", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "264.179", - "max": "266.371", - "min": "263.722", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "136.076", - "max": "136.217", - "min": "135.946", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "113.97", - "max": "115.986", - "min": "113.66", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "96.222", - "max": "104.075", - "min": "95.44", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "98.385", - "max": "98.725", - "min": "98.177", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "126.423", - "max": "131.488", - "min": "126", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "300.889", - "max": "301.716", - "min": "300.704", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "93.164", - "max": "93.567", - "min": "93.001", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "87.98", - "max": "88.147", - "min": "87.826", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "107.601", - "max": "119.565", - "min": "105.741", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "189.335", - "max": "192.297", - "min": "189.143", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "125.873", - "max": "127.002", - "min": "125.643", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "111.904", - "max": "150.359", - "min": "110.019", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "23.257", - "max": "23.627", - "min": "23.057", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "72.607", - "max": "72.967", - "min": "72.421", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "128.936", - "max": "129.926", - "min": "128.597", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "216.467", - "max": "268.426", - "min": "208.47", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "46.983", - "max": "47.204", - "min": "46.756", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "164.234", - "max": "251.05", - "min": "155.932", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "52.96", - "max": "53.221", - "min": "52.752", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "275.109", - "max": "275.27", - "min": "274.924", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "129.783", - "max": "130.059", - "min": "129.438", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "23.898", - "max": "30.348", - "min": "23.508", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "208.982", - "max": "209.25", - "min": "208.833", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "258.188", - "max": "258.372", - "min": "257.996", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "182.244", - "max": "183.382", - "min": "181.964", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "53.915", - "max": "54.88", - "min": "53.558", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "239.552", - "max": "240.978", - "min": "239.282", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "26.974", - "max": "27.485", - "min": "26.655", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "20.883", - "max": "22.322", - "min": "20.636", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "103.404", - "max": "105.44", - "min": "103.063", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "242.822", - "max": "243.038", - "min": "242.671", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "107.838", - "max": "108.003", - "min": "107.632", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "104.438", - "max": "104.659", - "min": "104.253", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "128.139", - "max": "128.48", - "min": "127.976", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "113.517", - "max": "113.796", - "min": "113.353", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "87.997", - "max": "88.456", - "min": "87.809", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "157.094", - "max": "157.488", - "min": "156.845", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "136.446", - "max": "136.612", - "min": "136.323", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "151.056", - "max": "156.719", - "min": "150.39", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "144.488", - "max": "144.677", - "min": "144.334", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "97.993", - "max": "100.853", - "min": "97.486", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "101.396", - "max": "101.812", - "min": "101.211", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "92.577", - "max": "92.748", - "min": "92.432", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "117.061", - "max": "117.354", - "min": "116.776", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "154.358", - "max": "154.636", - "min": "154.089", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "121.197", - "max": "135.199", - "min": "119.637", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "134.712", - "max": "194.673", - "min": "107.602", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "106.676", - "max": "107.362", - "min": "106.542", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "152.242", - "max": "153.355", - "min": "151.98", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "134.803", - "max": "162.586", - "min": "133.408", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "135.565", - "max": "136.36", - "min": "135.124", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "102.142", - "max": "103.223", - "min": "101.758", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "263.247", - "max": "263.498", - "min": "263.133", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "114.805", - "max": "114.969", - "min": "114.582", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "110.635", - "max": "117.279", - "min": "110.287", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "128.944", - "max": "129.114", - "min": "128.75", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "97.314", - "max": "103.704", - "min": "95.018", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "150.431", - "max": "150.64", - "min": "150.267", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "98.625", - "max": "101.096", - "min": "98.259", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "106.595", - "max": "110.601", - "min": "106.067", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "99.189", - "max": "99.412", - "min": "98.959", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "268.144", - "max": "276.671", - "min": "267.242", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "25.973", - "max": "36.517", - "min": "24.778", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "366.956", - "max": "375.146", - "min": "331.163", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "231.377", - "max": "232.034", - "min": "231.122", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "96.482", - "max": "97.183", - "min": "96.228", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "247.166", - "max": "248.271", - "min": "246.792", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "85.926", - "max": "86.047", - "min": "85.778", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "118.374", - "max": "118.589", - "min": "118.207", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "162.068", - "max": "162.579", - "min": "161.822", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "94.301", - "max": "95.177", - "min": "93.917", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "100.198", - "max": "101.587", - "min": "99.829", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "21.086", - "max": "21.806", - "min": "20.945", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "24.794", - "max": "25.207", - "min": "24.671", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "234.028", - "max": "236.515", - "min": "233.595", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "94.742", - "max": "94.934", - "min": "94.561", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "112.66", - "max": "113.412", - "min": "112.479", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "26.961", - "max": "27.213", - "min": "26.775", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "112.646", - "max": "112.764", - "min": "112.447", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "145.899", - "max": "156.251", - "min": "145.036", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "44.253", - "max": "48.019", - "min": "41.453", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "108.13", - "max": "114.392", - "min": "107.704", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "132.502", - "max": "135.002", - "min": "131.473", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "79.99", - "max": "87.432", - "min": "78.672", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "226.853", - "max": "227.284", - "min": "226.567", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "162.26", - "max": "162.529", - "min": "162.114", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "183.931", - "max": "184.455", - "min": "183.656", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "144.498", - "max": "144.655", - "min": "144.37", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "102.74", - "max": "102.866", - "min": "102.654", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "137.811", - "max": "138.435", - "min": "137.614", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "30.456", - "max": "33.081", - "min": "29.935", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "32.116", - "max": "32.419", - "min": "31.932", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "155.608", - "max": "158.68", - "min": "154.112", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "97.918", - "max": "98.389", - "min": "97.737", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "26.235", - "max": "27.857", - "min": "25.054", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "150.446", - "max": "151.474", - "min": "150.195", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "31.378", - "max": "31.589", - "min": "31.227", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "122.29", - "max": "126.452", - "min": "121.895", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.466", - "max": "281.362", - "min": "212.197", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "103.058", - "max": "103.058", - "min": "103.058", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "95.255", - "max": "95.405", - "min": "95.023", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "102.224", - "max": "102.472", - "min": "102.082", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "183.301", - "max": "183.613", - "min": "183.107", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "120.722", - "max": "134.873", - "min": "112.84", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "122.156", - "max": "123.038", - "min": "121.893", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "218.008", - "max": "219.196", - "min": "217.737", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "178.621", - "max": "179.996", - "min": "178.266", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "14.244", - "max": "14.449", - "min": "14.001", - "id": "137", - "country": "United States", - "source_name": "Cincinnati", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "138": { - "name": "Cleveland", - "data": { - "0": { - "avg": "109.276", - "max": "109.508", - "min": "109.104", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "244.141", - "max": "244.759", - "min": "243.803", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "29.725", - "max": "30.038", - "min": "29.622", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "139.923", - "max": "152.162", - "min": "138.871", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "106.196", - "max": "106.884", - "min": "105.973", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "131.398", - "max": "132.343", - "min": "131.127", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "98.186", - "max": "98.403", - "min": "97.896", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "281.145", - "max": "285.914", - "min": "280.47", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "147.54", - "max": "147.805", - "min": "147.32", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "119.622", - "max": "120.972", - "min": "119.379", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "102.014", - "max": "103.578", - "min": "101.656", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "34.735", - "max": "34.918", - "min": "34.599", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "28.952", - "max": "29.121", - "min": "28.848", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "29.715", - "max": "30.932", - "min": "29.471", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "40.299", - "max": "42.468", - "min": "40.089", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "38.603", - "max": "39.185", - "min": "38.093", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "125.161", - "max": "125.52", - "min": "124.922", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "24.171", - "max": "25.257", - "min": "23.926", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "86.608", - "max": "86.832", - "min": "86.399", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "115.979", - "max": "116.761", - "min": "115.691", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "260.592", - "max": "260.84", - "min": "260.393", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "23.968", - "max": "25.191", - "min": "23.783", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "54.587", - "max": "55.705", - "min": "54.306", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "51.021", - "max": "51.974", - "min": "50.772", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "127.248", - "max": "128.041", - "min": "126.948", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "110.78", - "max": "111.045", - "min": "110.567", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "116.76", - "max": "117.264", - "min": "116.579", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "120.477", - "max": "120.92", - "min": "120.194", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "117.393", - "max": "118.368", - "min": "117.016", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "69.258", - "max": "70.012", - "min": "69.071", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "240.511", - "max": "240.626", - "min": "240.395", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "128.206", - "max": "128.912", - "min": "127.857", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "54.051", - "max": "54.735", - "min": "53.628", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "140.398", - "max": "140.658", - "min": "140.157", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "111.383", - "max": "121.429", - "min": "110.672", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "233.627", - "max": "234.847", - "min": "233.302", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "78.303", - "max": "78.554", - "min": "78.199", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "72.511", - "max": "72.726", - "min": "72.347", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "36.37", - "max": "36.993", - "min": "36.183", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "35.783", - "max": "36.922", - "min": "35.484", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "240.778", - "max": "246.918", - "min": "240.17", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "107.903", - "max": "113.499", - "min": "107.312", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "134.505", - "max": "134.99", - "min": "134.243", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "132.168", - "max": "137.677", - "min": "131.716", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "237.95", - "max": "238.278", - "min": "237.816", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "129.839", - "max": "130.517", - "min": "129.498", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "134.86", - "max": "135.137", - "min": "134.668", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "135.803", - "max": "139.265", - "min": "127.565", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "180.804", - "max": "181.991", - "min": "180.584", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "46.744", - "max": "46.91", - "min": "46.648", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "37.223", - "max": "37.572", - "min": "37.015", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "55.525", - "max": "56.043", - "min": "55.201", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "160.921", - "max": "248.848", - "min": "144.695", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "37.623", - "max": "38.063", - "min": "37.384", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "282.956", - "max": "371.001", - "min": "276.558", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "228.469", - "max": "229.026", - "min": "228.119", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "113.464", - "max": "115.619", - "min": "112.803", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "200.435", - "max": "200.579", - "min": "200.31", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "120.429", - "max": "121.479", - "min": "119.92", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "117.439", - "max": "117.635", - "min": "117.342", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "153.665", - "max": "156.721", - "min": "153.25", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "159.962", - "max": "220.96", - "min": "153.859", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "267.415", - "max": "362.804", - "min": "256.435", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "227.691", - "max": "227.981", - "min": "227.528", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "137.588", - "max": "138.969", - "min": "137.386", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "128.241", - "max": "128.494", - "min": "128.006", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "36.874", - "max": "37.077", - "min": "36.782", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "139.261", - "max": "155.497", - "min": "137.885", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "156.712", - "max": "159.302", - "min": "155.566", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "39.591", - "max": "39.961", - "min": "39.441", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.948", - "max": "201.338", - "min": "199.646", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "76.116", - "max": "76.996", - "min": "75.752", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.835", - "max": "87.301", - "min": "84.61", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "30.63", - "max": "30.82", - "min": "30.486", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "132.588", - "max": "135.851", - "min": "132.234", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "95.728", - "max": "96.208", - "min": "95.513", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "37.027", - "max": "40.007", - "min": "36.688", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "68.745", - "max": "69.564", - "min": "68.459", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "32.805", - "max": "50.102", - "min": "32.018", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "16.944", - "max": "17.295", - "min": "16.828", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "88.814", - "max": "89.355", - "min": "88.629", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "44.676", - "max": "45.227", - "min": "44.404", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "221.683", - "max": "224.851", - "min": "221.086", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "242.166", - "max": "242.924", - "min": "241.948", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "60.412", - "max": "61.542", - "min": "57.972", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "150.032", - "max": "151.278", - "min": "149.574", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "105.754", - "max": "119.363", - "min": "105.056", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "53.867", - "max": "55.898", - "min": "53.593", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "27.483", - "max": "27.792", - "min": "27.372", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "104.888", - "max": "108.344", - "min": "104.604", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.739", - "max": "38.21", - "min": "35.12", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "71.785", - "max": "72.1", - "min": "71.487", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "97.223", - "max": "97.489", - "min": "97.008", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "184.35", - "max": "184.527", - "min": "184.141", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "35.891", - "max": "36.799", - "min": "35.682", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "40.797", - "max": "40.92", - "min": "40.682", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "84.764", - "max": "85.864", - "min": "84.491", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "65.597", - "max": "91.521", - "min": "63.268", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "63.573", - "max": "63.855", - "min": "63.282", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "22.21", - "max": "24.347", - "min": "21.879", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.599", - "max": "29.024", - "min": "28.516", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "57.417", - "max": "59.964", - "min": "57.089", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "147.456", - "max": "148.243", - "min": "147.206", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.184", - "max": "230.232", - "min": "227.402", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "32.278", - "max": "32.947", - "min": "32.095", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "313.097", - "max": "313.435", - "min": "312.443", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "124.514", - "max": "125.742", - "min": "124.332", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "32.924", - "max": "35.279", - "min": "32.554", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "45.274", - "max": "45.867", - "min": "45.137", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "233.531", - "max": "233.795", - "min": "233.392", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "215.078", - "max": "215.249", - "min": "214.927", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "196.799", - "max": "197.021", - "min": "196.57", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "26.063", - "max": "26.294", - "min": "25.906", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "263.464", - "max": "270.35", - "min": "262.825", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "464.86", - "max": "571.229", - "min": "295.55", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "223.701", - "max": "319.352", - "min": "145.039", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "259.932", - "max": "262.968", - "min": "259.34", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "148.436", - "max": "149.568", - "min": "148.11", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "42.649", - "max": "42.982", - "min": "42.489", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "36.753", - "max": "37.223", - "min": "36.519", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "44.385", - "max": "44.672", - "min": "44.175", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "119.852", - "max": "263.462", - "min": "41.843", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "155.476", - "max": "156.374", - "min": "155.242", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "133.194", - "max": "148.603", - "min": "132.264", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "132.513", - "max": "132.752", - "min": "132.167", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "123.281", - "max": "124.534", - "min": "122.527", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "29.038", - "max": "29.529", - "min": "28.813", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "253.879", - "max": "256.199", - "min": "253.446", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "217.804", - "max": "218.234", - "min": "217.612", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "80.819", - "max": "96.55", - "min": "79.788", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "20.063", - "max": "20.725", - "min": "19.927", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "30.528", - "max": "30.926", - "min": "30.386", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "0.051", - "max": "0.683", - "min": "0.018", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "235.369", - "max": "237.368", - "min": "234.539", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "45.879", - "max": "46.035", - "min": "45.814", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "31.821", - "max": "35.629", - "min": "31.556", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "45.271", - "max": "63.629", - "min": "43.199", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "43.596", - "max": "43.909", - "min": "43.474", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "41.063", - "max": "42.741", - "min": "40.79", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "29.392", - "max": "29.699", - "min": "29.159", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "131.819", - "max": "131.936", - "min": "131.628", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "272.628", - "max": "275.737", - "min": "272.077", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "128.234", - "max": "128.467", - "min": "127.97", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "120.752", - "max": "120.989", - "min": "120.522", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "113.279", - "max": "121.5", - "min": "112.706", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "104.573", - "max": "104.896", - "min": "104.286", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "127.408", - "max": "127.832", - "min": "127.218", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "236.914", - "max": "237.445", - "min": "236.72", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "94.348", - "max": "94.611", - "min": "94.131", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "96.058", - "max": "96.481", - "min": "95.867", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "112.194", - "max": "127.875", - "min": "110.519", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "150.782", - "max": "151.004", - "min": "150.554", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "127.376", - "max": "128.834", - "min": "127.103", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "114.569", - "max": "152.157", - "min": "112.98", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "30.953", - "max": "31.726", - "min": "30.768", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "73.588", - "max": "75.762", - "min": "73.324", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "127.585", - "max": "128.135", - "min": "127.345", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "235.591", - "max": "278.089", - "min": "226.429", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "34.536", - "max": "35.176", - "min": "34.287", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "171.775", - "max": "257.906", - "min": "163.115", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "60.246", - "max": "60.434", - "min": "60.083", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "357.949", - "max": "358.452", - "min": "357.416", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "136.292", - "max": "136.613", - "min": "135.997", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "28.068", - "max": "29.263", - "min": "27.79", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "192.602", - "max": "193.119", - "min": "192.457", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "247.69", - "max": "247.942", - "min": "247.499", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "186.132", - "max": "187.431", - "min": "185.895", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "95.511", - "max": "97.085", - "min": "95.198", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "233.716", - "max": "241.559", - "min": "231.206", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "38.768", - "max": "39.159", - "min": "38.523", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "25.44", - "max": "25.573", - "min": "25.354", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "111.202", - "max": "113.358", - "min": "110.957", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "246.581", - "max": "246.808", - "min": "246.326", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "101.53", - "max": "102.461", - "min": "101.244", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "115.322", - "max": "115.997", - "min": "114.925", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "123.082", - "max": "133.919", - "min": "122.236", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "118.269", - "max": "118.518", - "min": "118.079", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "97.03", - "max": "97.298", - "min": "96.737", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "158.169", - "max": "159.301", - "min": "157.876", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "142.277", - "max": "142.568", - "min": "142.173", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "153.276", - "max": "156.472", - "min": "153.044", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "162.255", - "max": "162.376", - "min": "162.08", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "100.912", - "max": "104.538", - "min": "100.533", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "110.636", - "max": "110.75", - "min": "110.523", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "103.137", - "max": "103.295", - "min": "102.921", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "114.191", - "max": "114.624", - "min": "113.909", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "149.561", - "max": "149.846", - "min": "149.307", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "132.332", - "max": "153.003", - "min": "130.015", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "133.946", - "max": "194.514", - "min": "107.485", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "99.28", - "max": "99.611", - "min": "99.095", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "146.453", - "max": "146.804", - "min": "146.22", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "130.731", - "max": "133.851", - "min": "130.312", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "149.057", - "max": "149.655", - "min": "148.681", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "105.853", - "max": "106.696", - "min": "105.592", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.328", - "max": "214.821", - "min": "214.095", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "119.005", - "max": "119.423", - "min": "118.833", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "119.229", - "max": "119.754", - "min": "118.906", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "130.4", - "max": "130.758", - "min": "130.2", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "143.507", - "max": "151.176", - "min": "134.154", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "163.935", - "max": "164.213", - "min": "163.797", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "106.377", - "max": "117.343", - "min": "105.369", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "108.948", - "max": "110.099", - "min": "108.762", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "99.045", - "max": "99.208", - "min": "98.813", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.14", - "max": "236.082", - "min": "222.693", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "34.559", - "max": "41.407", - "min": "33.82", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "252.459", - "max": "254.563", - "min": "245.726", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "249.216", - "max": "249.394", - "min": "249.059", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "108.014", - "max": "111.136", - "min": "107.683", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "250.045", - "max": "252.434", - "min": "248.058", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "80.446", - "max": "80.675", - "min": "80.325", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "126.115", - "max": "126.488", - "min": "125.85", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "174.289", - "max": "175.091", - "min": "174.093", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "97.652", - "max": "98.743", - "min": "97.22", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "100.124", - "max": "101.381", - "min": "99.803", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "14.979", - "max": "16.921", - "min": "14.809", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "28.965", - "max": "29.065", - "min": "28.879", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "248.62", - "max": "249.302", - "min": "248.312", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "42.56", - "max": "42.725", - "min": "42.467", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "113.589", - "max": "113.884", - "min": "113.252", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "24.625", - "max": "24.733", - "min": "24.512", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "113.661", - "max": "113.952", - "min": "113.311", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "154.837", - "max": "156.962", - "min": "154.525", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "56.833", - "max": "62.894", - "min": "53.776", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "110.599", - "max": "110.9", - "min": "110.349", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "137.308", - "max": "138.371", - "min": "136.586", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "104.65", - "max": "116.161", - "min": "102.918", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "183.34", - "max": "188.205", - "min": "182.626", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "131.417", - "max": "131.696", - "min": "131.291", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "183.988", - "max": "184.348", - "min": "183.838", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "149.758", - "max": "149.864", - "min": "149.639", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "110.491", - "max": "110.901", - "min": "110.329", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "145.599", - "max": "145.733", - "min": "145.492", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "32.079", - "max": "36.755", - "min": "31.551", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "32.553", - "max": "32.957", - "min": "32.404", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "163.824", - "max": "171.499", - "min": "161.495", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "116.518", - "max": "118.542", - "min": "115.512", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "42.058", - "max": "43.75", - "min": "41.294", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "157.567", - "max": "158.725", - "min": "157.346", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "36.939", - "max": "37.147", - "min": "36.79", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "95.438", - "max": "96.415", - "min": "95.179", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "242.781", - "max": "243.116", - "min": "242.294", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "132.525", - "max": "132.528", - "min": "132.523", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "97.908", - "max": "98.207", - "min": "97.791", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "107.087", - "max": "107.301", - "min": "106.875", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "188.935", - "max": "191.966", - "min": "188.516", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "119.345", - "max": "132.486", - "min": "111.626", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "122.758", - "max": "123.115", - "min": "122.541", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "218.576", - "max": "219.767", - "min": "218.351", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "186.232", - "max": "190.321", - "min": "185.605", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "32.997", - "max": "33.165", - "min": "32.918", - "id": "138", - "country": "United States", - "source_name": "Cleveland", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "140": { - "name": "New Orleans", - "data": { - "0": { - "avg": "119.782", - "max": "120.006", - "min": "119.63", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "194.574", - "max": "194.964", - "min": "194.228", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "48.206", - "max": "48.391", - "min": "48.027", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "150.38", - "max": "161.337", - "min": "149.56", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "123.988", - "max": "125.057", - "min": "123.744", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "156.949", - "max": "157.206", - "min": "156.75", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "121.195", - "max": "121.396", - "min": "121.061", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "203.725", - "max": "225.692", - "min": "202.059", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "163.627", - "max": "163.776", - "min": "163.481", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "153.149", - "max": "157.147", - "min": "152.857", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "118.732", - "max": "119.222", - "min": "118.459", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "16.459", - "max": "20.774", - "min": "16.062", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "48.136", - "max": "48.302", - "min": "48.021", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "51.483", - "max": "51.968", - "min": "51.199", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "47.577", - "max": "47.683", - "min": "47.436", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "47.969", - "max": "48.174", - "min": "47.224", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "140.882", - "max": "141.16", - "min": "140.607", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "33.33", - "max": "33.521", - "min": "33.155", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "140.396", - "max": "140.701", - "min": "140.192", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "143.647", - "max": "143.793", - "min": "143.459", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "199.083", - "max": "199.201", - "min": "198.951", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "36.688", - "max": "36.865", - "min": "36.529", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "53.627", - "max": "53.847", - "min": "53.412", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "63.488", - "max": "64.629", - "min": "63.254", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "150.951", - "max": "151.299", - "min": "150.739", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "134.025", - "max": "134.191", - "min": "133.881", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "142.672", - "max": "143.828", - "min": "142.313", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "147.13", - "max": "147.5", - "min": "146.944", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "132.356", - "max": "133.156", - "min": "132.213", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "52.428", - "max": "53.011", - "min": "52.161", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "232.689", - "max": "232.909", - "min": "232.49", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "146.981", - "max": "147.254", - "min": "146.807", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "38.958", - "max": "39.688", - "min": "38.806", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "161.093", - "max": "161.477", - "min": "160.909", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "148.67", - "max": "150.271", - "min": "148.382", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "234.054", - "max": "235.346", - "min": "233.807", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "45.316", - "max": "45.458", - "min": "45.17", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "36.877", - "max": "37.049", - "min": "36.72", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "18.561", - "max": "18.889", - "min": "18.376", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "49.801", - "max": "50.038", - "min": "49.535", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "256.538", - "max": "258.298", - "min": "256.093", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "126.44", - "max": "128.041", - "min": "126.114", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "157.116", - "max": "157.286", - "min": "156.93", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "146.116", - "max": "161.791", - "min": "145.396", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "277.716", - "max": "277.857", - "min": "277.569", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "175.661", - "max": "176.415", - "min": "175.224", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "159.264", - "max": "159.683", - "min": "158.958", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "107.204", - "max": "107.522", - "min": "106.986", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "167.724", - "max": "168.077", - "min": "167.538", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "24.026", - "max": "24.277", - "min": "23.917", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "54.686", - "max": "55.08", - "min": "54.561", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "56.848", - "max": "57.008", - "min": "56.651", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "145.77", - "max": "235.952", - "min": "129.553", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.154", - "max": "38.356", - "min": "37.98", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "274.196", - "max": "296.65", - "min": "270.39", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "242.455", - "max": "242.842", - "min": "242.246", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "148.254", - "max": "149.609", - "min": "147.793", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "208.008", - "max": "208.297", - "min": "207.792", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "169.28", - "max": "171.857", - "min": "168.845", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "127.071", - "max": "127.221", - "min": "126.916", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "180.088", - "max": "182.843", - "min": "179.557", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "177.775", - "max": "235.004", - "min": "172.848", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "254.232", - "max": "268.514", - "min": "252.769", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "237.851", - "max": "244.226", - "min": "237.106", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "166.081", - "max": "166.969", - "min": "165.825", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "164.425", - "max": "165.665", - "min": "163.963", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "49.146", - "max": "49.319", - "min": "48.995", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "158.362", - "max": "158.703", - "min": "157.791", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "167.44", - "max": "168.724", - "min": "166.724", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "32.593", - "max": "34.452", - "min": "32.367", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "218.501", - "max": "220.28", - "min": "218.201", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "46.162", - "max": "46.717", - "min": "45.889", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "93.847", - "max": "97.173", - "min": "93.551", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "39.651", - "max": "39.909", - "min": "39.515", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "160.27", - "max": "160.932", - "min": "160.002", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "123.328", - "max": "123.585", - "min": "123.195", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "38.459", - "max": "38.656", - "min": "38.3", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "52.474", - "max": "52.669", - "min": "52.289", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "49.123", - "max": "49.512", - "min": "48.902", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "38.837", - "max": "38.975", - "min": "38.646", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "63.422", - "max": "63.742", - "min": "63.181", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "65.059", - "max": "65.346", - "min": "64.655", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "382", - "max": "395.429", - "min": "380.087", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "248.949", - "max": "249.847", - "min": "248.686", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "57.246", - "max": "57.389", - "min": "57.068", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "180.859", - "max": "181.614", - "min": "180.511", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "127.668", - "max": "132.985", - "min": "127.038", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "41.752", - "max": "41.974", - "min": "41.539", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "41.62", - "max": "42.116", - "min": "41.385", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "118.903", - "max": "121.291", - "min": "118.647", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "41.603", - "max": "43.31", - "min": "40.725", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "57.705", - "max": "58.1", - "min": "57.468", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "138.497", - "max": "138.624", - "min": "138.366", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "173.197", - "max": "173.412", - "min": "172.998", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "53.831", - "max": "54.038", - "min": "53.612", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "43.916", - "max": "45.335", - "min": "43.626", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "88.912", - "max": "89.174", - "min": "88.599", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "70.992", - "max": "84.178", - "min": "69.738", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "55.08", - "max": "55.385", - "min": "54.88", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "36.495", - "max": "37.204", - "min": "36.237", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "53.489", - "max": "53.838", - "min": "53.369", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "72.251", - "max": "72.49", - "min": "72.051", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "171.857", - "max": "172.119", - "min": "171.692", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "216.452", - "max": "217.623", - "min": "215.942", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "38.325", - "max": "38.529", - "min": "38.124", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "182.965", - "max": "183.165", - "min": "182.516", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "104.818", - "max": "107.406", - "min": "104.509", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "56.919", - "max": "57.044", - "min": "56.806", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "49.275", - "max": "49.519", - "min": "49.142", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "258.025", - "max": "262.21", - "min": "257.696", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "203.316", - "max": "204.305", - "min": "203.118", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "179.781", - "max": "179.996", - "min": "179.623", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "48.516", - "max": "48.661", - "min": "48.354", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "248.637", - "max": "249.381", - "min": "248.432", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "484.334", - "max": "589.916", - "min": "321.371", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "274.152", - "max": "363.088", - "min": "184.187", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "289.88", - "max": "305.277", - "min": "288.855", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "148.84", - "max": "150.936", - "min": "148.387", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "21.77", - "max": "22.069", - "min": "21.56", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "49.893", - "max": "50.701", - "min": "49.669", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "29.694", - "max": "29.906", - "min": "29.507", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "118.954", - "max": "271.523", - "min": "39.917", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "147.391", - "max": "147.884", - "min": "147.17", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "154.426", - "max": "287.11", - "min": "149.277", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "152.791", - "max": "153.011", - "min": "152.649", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "149.774", - "max": "150.64", - "min": "149.139", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "47.848", - "max": "48.154", - "min": "47.501", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "264.394", - "max": "264.798", - "min": "264.225", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "230.285", - "max": "230.576", - "min": "230.124", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "112.291", - "max": "113.854", - "min": "111.978", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "49.96", - "max": "50.515", - "min": "49.729", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "46.662", - "max": "46.864", - "min": "46.399", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "45.992", - "max": "46.198", - "min": "45.824", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "195.567", - "max": "197.044", - "min": "194.842", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "0.032", - "max": "0.048", - "min": "0.024", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "56.928", - "max": "57.349", - "min": "56.712", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "38.744", - "max": "76.619", - "min": "36.438", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "44.871", - "max": "45.053", - "min": "44.726", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "59.321", - "max": "59.423", - "min": "59.15", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "50.242", - "max": "50.502", - "min": "50.111", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "148.959", - "max": "149.274", - "min": "148.796", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "267.478", - "max": "270.494", - "min": "266.883", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "154.467", - "max": "154.661", - "min": "154.317", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "144.879", - "max": "145.124", - "min": "144.521", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "96.032", - "max": "103.34", - "min": "95.119", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "123.779", - "max": "124.175", - "min": "123.541", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "160.33", - "max": "169.92", - "min": "159.803", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "276.21", - "max": "276.404", - "min": "276.005", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "115.783", - "max": "118.98", - "min": "115.563", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "120.855", - "max": "121.021", - "min": "120.72", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "128.648", - "max": "136.216", - "min": "127.175", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "161.541", - "max": "161.755", - "min": "161.376", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "152.297", - "max": "153.738", - "min": "152.038", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "132.596", - "max": "132.911", - "min": "132.362", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "49.517", - "max": "49.693", - "min": "49.335", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "69.335", - "max": "69.894", - "min": "69.121", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "155.675", - "max": "156.954", - "min": "155.347", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "196.39", - "max": "263.905", - "min": "189.977", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "59.003", - "max": "59.208", - "min": "58.801", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "177.774", - "max": "260.002", - "min": "170.007", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "78.832", - "max": "78.995", - "min": "78.708", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "460.787", - "max": "461.397", - "min": "459.782", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "147.883", - "max": "148.053", - "min": "147.715", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "48.939", - "max": "49.121", - "min": "48.8", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "235.648", - "max": "236.06", - "min": "235.431", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "290.958", - "max": "291.166", - "min": "290.805", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "207.478", - "max": "207.704", - "min": "207.26", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "42.463", - "max": "43.758", - "min": "42.169", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "207.221", - "max": "207.766", - "min": "206.981", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "59.289", - "max": "59.484", - "min": "59.112", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "68.261", - "max": "68.376", - "min": "68.099", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "134.646", - "max": "135.896", - "min": "134.232", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "254.843", - "max": "255.038", - "min": "254.709", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "124.805", - "max": "125.528", - "min": "124.654", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "139.092", - "max": "139.355", - "min": "138.852", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "146.054", - "max": "146.69", - "min": "145.882", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "135.692", - "max": "135.888", - "min": "135.54", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "121.875", - "max": "122.327", - "min": "121.577", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "194.315", - "max": "195.754", - "min": "194.096", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "157.826", - "max": "157.974", - "min": "157.632", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "183.549", - "max": "184.393", - "min": "183.338", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "162.507", - "max": "162.663", - "min": "162.364", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "121.927", - "max": "124.377", - "min": "121.554", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "128.303", - "max": "128.558", - "min": "128.178", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "121.733", - "max": "121.96", - "min": "121.587", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "144.61", - "max": "144.75", - "min": "144.45", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "170.651", - "max": "171.07", - "min": "170.351", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "146.168", - "max": "163.76", - "min": "144.276", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "155.583", - "max": "211.054", - "min": "128.476", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "124.718", - "max": "124.844", - "min": "124.616", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "175.105", - "max": "175.57", - "min": "174.913", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "152.068", - "max": "152.975", - "min": "151.92", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "153.5", - "max": "154.195", - "min": "152.976", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "119.047", - "max": "119.313", - "min": "118.855", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "236.742", - "max": "236.944", - "min": "236.554", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "133.948", - "max": "134.141", - "min": "133.809", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "145.186", - "max": "145.434", - "min": "145.058", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "151.47", - "max": "151.732", - "min": "151.305", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "136.859", - "max": "147.348", - "min": "127.596", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "177.837", - "max": "178.038", - "min": "177.623", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "123.223", - "max": "124.279", - "min": "122.971", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "121.972", - "max": "122.147", - "min": "121.829", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "121.063", - "max": "121.275", - "min": "120.864", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "212.497", - "max": "224.538", - "min": "211.642", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "51.722", - "max": "60.718", - "min": "50.507", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "360.235", - "max": "374.166", - "min": "326.001", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "254.32", - "max": "254.484", - "min": "254.147", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "130.035", - "max": "130.185", - "min": "129.867", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "269.827", - "max": "270.177", - "min": "269.623", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "69.638", - "max": "69.854", - "min": "69.344", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "156.859", - "max": "157.572", - "min": "156.597", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "183.721", - "max": "184.333", - "min": "183.468", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "117.839", - "max": "119.457", - "min": "117.375", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "123.438", - "max": "125.087", - "min": "123.058", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "56.132", - "max": "56.317", - "min": "56.001", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "44.868", - "max": "45.536", - "min": "44.671", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "219.645", - "max": "219.95", - "min": "219.424", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "92.152", - "max": "92.545", - "min": "91.903", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "140.176", - "max": "140.415", - "min": "139.986", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "53.26", - "max": "53.418", - "min": "53.122", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "138.998", - "max": "139.271", - "min": "138.805", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "164.66", - "max": "166.82", - "min": "164.382", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "57.13", - "max": "59.99", - "min": "53.462", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "139.581", - "max": "139.816", - "min": "139.34", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "170.015", - "max": "171.226", - "min": "169.316", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "82.328", - "max": "86.354", - "min": "80.978", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "306.275", - "max": "308.191", - "min": "305.718", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "148.612", - "max": "148.897", - "min": "148.431", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "212.977", - "max": "213.89", - "min": "212.737", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "160.059", - "max": "160.294", - "min": "159.949", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "129.884", - "max": "130.181", - "min": "129.74", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "159.181", - "max": "159.322", - "min": "159.007", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "58.125", - "max": "60.516", - "min": "57.644", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "54.67", - "max": "54.939", - "min": "54.48", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "177.422", - "max": "183.606", - "min": "175.484", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "107.171", - "max": "108.059", - "min": "106.913", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "54.938", - "max": "56.212", - "min": "53.726", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "174.412", - "max": "175.232", - "min": "174.137", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "42.128", - "max": "43.454", - "min": "41.817", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "127.855", - "max": "131.49", - "min": "127.5", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "207.913", - "max": "208.355", - "min": "207.612", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "114.493", - "max": "114.493", - "min": "114.493", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "117.575", - "max": "117.738", - "min": "117.4", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "131.082", - "max": "131.252", - "min": "130.943", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "212.431", - "max": "213.428", - "min": "212.167", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "140.561", - "max": "152.702", - "min": "132.811", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "145.609", - "max": "145.806", - "min": "145.455", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "250.372", - "max": "252.55", - "min": "249.761", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "200.821", - "max": "203.021", - "min": "200.502", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "69.334", - "max": "71.496", - "min": "69.163", - "id": "140", - "country": "United States", - "source_name": "New Orleans", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "141": { - "name": "Salem", - "data": { - "0": { - "avg": "165.914", - "max": "166.111", - "min": "165.712", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "257.056", - "max": "259.385", - "min": "256.667", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.275", - "max": "22.909", - "min": "22.139", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "94.239", - "max": "100.455", - "min": "93.454", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "71.76", - "max": "72.779", - "min": "71.492", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "185.206", - "max": "185.311", - "min": "185.074", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "72.213", - "max": "72.562", - "min": "71.974", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "294.688", - "max": "299.824", - "min": "294.042", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "122.557", - "max": "123.174", - "min": "122.411", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "95.707", - "max": "96.057", - "min": "95.55", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "69.834", - "max": "70.43", - "min": "69.564", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "49.315", - "max": "49.461", - "min": "49.164", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "8.406", - "max": "8.598", - "min": "8.314", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "1.992", - "max": "2.682", - "min": "1.77", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "38.727", - "max": "39.569", - "min": "38.499", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "14.323", - "max": "15.179", - "min": "14.063", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "102.613", - "max": "102.907", - "min": "102.37", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "24.28", - "max": "24.376", - "min": "24.193", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "74.069", - "max": "79.479", - "min": "73.676", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "89.257", - "max": "89.489", - "min": "89.158", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "278.08", - "max": "278.265", - "min": "277.9", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "24.932", - "max": "25.144", - "min": "24.789", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "73.518", - "max": "73.76", - "min": "73.363", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "78.442", - "max": "78.613", - "min": "78.27", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "107.101", - "max": "108.429", - "min": "106.819", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "85.491", - "max": "85.922", - "min": "85.3", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "90.338", - "max": "91.413", - "min": "90.139", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "115.338", - "max": "115.854", - "min": "115.192", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "88.251", - "max": "88.504", - "min": "88.112", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "76.425", - "max": "88.237", - "min": "75.761", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "258.177", - "max": "258.396", - "min": "258.064", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "92.842", - "max": "92.999", - "min": "92.711", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "73.701", - "max": "75.428", - "min": "71.788", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "114.028", - "max": "117.037", - "min": "113.815", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "89.785", - "max": "101.004", - "min": "89.203", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "253.604", - "max": "254.589", - "min": "253.42", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "73.614", - "max": "73.864", - "min": "73.483", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.605", - "max": "60.937", - "min": "60.445", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "44.124", - "max": "44.502", - "min": "43.942", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "16.43", - "max": "17.477", - "min": "16.144", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "211.025", - "max": "213.322", - "min": "210.673", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "73.468", - "max": "77.447", - "min": "72.973", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "111.538", - "max": "111.846", - "min": "111.383", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "100.512", - "max": "101.741", - "min": "100.313", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "208.209", - "max": "208.414", - "min": "208.086", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "110.89", - "max": "111.463", - "min": "110.465", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "102.35", - "max": "102.498", - "min": "102.241", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "94.382", - "max": "94.901", - "min": "94.202", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "170.168", - "max": "170.525", - "min": "169.979", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "50.706", - "max": "51.152", - "min": "50.591", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "10.379", - "max": "10.614", - "min": "10.209", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "73.91", - "max": "74.237", - "min": "73.66", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "81.535", - "max": "173.125", - "min": "73.989", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "36.04", - "max": "36.189", - "min": "35.924", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "255.538", - "max": "274.845", - "min": "251.958", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "273.283", - "max": "273.518", - "min": "273.141", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "96.513", - "max": "97.64", - "min": "95.768", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "224.637", - "max": "224.86", - "min": "224.517", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "108.761", - "max": "110.081", - "min": "108.35", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "78.11", - "max": "78.751", - "min": "77.987", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "135.551", - "max": "136.658", - "min": "134.966", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "135.6", - "max": "191.743", - "min": "130.181", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "261.891", - "max": "295.938", - "min": "259.708", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "254.242", - "max": "254.915", - "min": "253.988", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "119.615", - "max": "120.22", - "min": "119.414", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "105.999", - "max": "112.29", - "min": "105.52", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "9.839", - "max": "11.608", - "min": "9.582", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "114.456", - "max": "114.896", - "min": "114.022", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "139.664", - "max": "140.983", - "min": "139.046", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "47.434", - "max": "48.87", - "min": "47.204", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "219.244", - "max": "219.5", - "min": "219.106", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "71.393", - "max": "72.385", - "min": "71.082", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "80.073", - "max": "82.252", - "min": "79.843", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.826", - "max": "33.972", - "min": "33.687", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "110.432", - "max": "112.048", - "min": "110.135", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "69.588", - "max": "69.878", - "min": "69.384", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "23.036", - "max": "23.176", - "min": "22.767", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "80.999", - "max": "81.313", - "min": "80.835", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "26.316", - "max": "26.616", - "min": "26.135", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "20.417", - "max": "20.847", - "min": "20.23", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "80.274", - "max": "80.761", - "min": "80.118", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "23.947", - "max": "24.467", - "min": "23.626", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.493", - "max": "271.815", - "min": "261.846", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "238.592", - "max": "239.757", - "min": "238.35", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "72.53", - "max": "72.819", - "min": "72.372", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "137.125", - "max": "137.864", - "min": "136.815", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "72.79", - "max": "74.221", - "min": "72.461", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "34.095", - "max": "34.696", - "min": "33.964", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "30.184", - "max": "31.195", - "min": "30.004", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "74.301", - "max": "79.992", - "min": "74.005", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "36.189", - "max": "37.653", - "min": "35.512", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "76.135", - "max": "76.538", - "min": "75.935", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "89.648", - "max": "90.074", - "min": "89.514", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "204.211", - "max": "204.482", - "min": "204.016", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "13.689", - "max": "15.226", - "min": "13.371", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "40.027", - "max": "40.205", - "min": "39.86", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "83.045", - "max": "83.419", - "min": "82.76", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "63.488", - "max": "74.192", - "min": "62.323", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "77.811", - "max": "77.956", - "min": "77.66", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "21.967", - "max": "24.642", - "min": "21.637", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "37.424", - "max": "37.722", - "min": "37.296", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "81.782", - "max": "81.977", - "min": "81.605", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "113.734", - "max": "117.443", - "min": "113.459", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "233.707", - "max": "235.481", - "min": "232.962", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "32.124", - "max": "32.679", - "min": "31.876", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "211.239", - "max": "211.878", - "min": "210.846", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "100.361", - "max": "101.921", - "min": "100.126", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "16.628", - "max": "16.796", - "min": "16.413", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "31.106", - "max": "31.379", - "min": "30.943", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "194.686", - "max": "195.453", - "min": "194.445", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "237.696", - "max": "237.99", - "min": "237.528", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "202.771", - "max": "203.132", - "min": "202.577", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "8.438", - "max": "8.671", - "min": "8.334", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "202.094", - "max": "219.931", - "min": "201.245", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "445.298", - "max": "570.292", - "min": "276.403", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "220.537", - "max": "320.2", - "min": "129.263", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "240.532", - "max": "251.735", - "min": "239.653", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "172.157", - "max": "172.559", - "min": "171.951", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "41.852", - "max": "42.006", - "min": "41.676", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "48.004", - "max": "48.21", - "min": "47.852", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "48.849", - "max": "49.276", - "min": "48.72", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "123.889", - "max": "274.483", - "min": "36.032", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "131.683", - "max": "132.182", - "min": "131.467", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "118.439", - "max": "298.216", - "min": "107.185", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "105.02", - "max": "105.171", - "min": "104.908", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "103.516", - "max": "104.324", - "min": "103.086", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "9.356", - "max": "9.549", - "min": "9.085", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "316.141", - "max": "316.882", - "min": "315.846", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "199.448", - "max": "202.105", - "min": "199.133", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "107.435", - "max": "107.937", - "min": "107.264", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "27.649", - "max": "28.081", - "min": "27.436", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "26.995", - "max": "27.604", - "min": "26.77", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "31.7", - "max": "32.09", - "min": "31.546", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "209.976", - "max": "211.488", - "min": "209.377", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "56.722", - "max": "56.93", - "min": "56.537", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "0.015", - "max": "0.027", - "min": "0.011", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "57.528", - "max": "80.507", - "min": "55.887", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "52.124", - "max": "52.513", - "min": "51.946", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "30.532", - "max": "30.842", - "min": "30.369", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "5.563", - "max": "5.89", - "min": "5.379", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "93.767", - "max": "94.044", - "min": "93.575", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "248.669", - "max": "250.04", - "min": "248.305", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "112.877", - "max": "113.96", - "min": "112.738", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "111.243", - "max": "111.47", - "min": "111.092", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "119.706", - "max": "129.491", - "min": "119.192", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "75.292", - "max": "75.684", - "min": "75.043", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "109.822", - "max": "124.644", - "min": "108.39", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "309.582", - "max": "309.823", - "min": "309.414", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "65.468", - "max": "65.987", - "min": "65.301", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "67.102", - "max": "67.249", - "min": "66.926", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "88.379", - "max": "101.723", - "min": "86.067", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "200.899", - "max": "201.12", - "min": "200.706", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "113.127", - "max": "114.171", - "min": "112.868", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "81.752", - "max": "82.005", - "min": "81.569", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "19.834", - "max": "20.112", - "min": "19.643", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "88.299", - "max": "88.744", - "min": "87.998", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "105.802", - "max": "107.099", - "min": "105.531", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "233.389", - "max": "272.741", - "min": "226.335", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "48.414", - "max": "48.647", - "min": "48.28", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "171.556", - "max": "248.574", - "min": "164.482", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "46.08", - "max": "46.295", - "min": "45.923", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "374.732", - "max": "375.125", - "min": "372.85", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "105.629", - "max": "105.807", - "min": "105.394", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "7.899", - "max": "8.098", - "min": "7.744", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "168.933", - "max": "169.255", - "min": "168.781", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "230.318", - "max": "231.37", - "min": "230.162", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "162.659", - "max": "162.809", - "min": "162.546", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "60.426", - "max": "61.016", - "min": "60.264", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "286.067", - "max": "303.828", - "min": "245.062", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "5.314", - "max": "5.455", - "min": "5.226", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "19.48", - "max": "19.618", - "min": "19.373", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "84.267", - "max": "84.583", - "min": "84.045", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "271.399", - "max": "271.707", - "min": "271.167", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "79.179", - "max": "79.703", - "min": "79.017", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "82.866", - "max": "83.223", - "min": "82.595", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "101.218", - "max": "125.667", - "min": "99.855", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "90.507", - "max": "90.653", - "min": "90.36", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "68.562", - "max": "68.994", - "min": "68.213", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "129.211", - "max": "129.75", - "min": "129.013", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "112.831", - "max": "113.131", - "min": "112.683", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "132.251", - "max": "135.746", - "min": "131.84", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "121.356", - "max": "122.623", - "min": "121.053", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "73.16", - "max": "80.033", - "min": "72.713", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "85.314", - "max": "85.551", - "min": "85.137", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "70.433", - "max": "70.554", - "min": "70.257", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "103.671", - "max": "107.086", - "min": "103.403", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "127.976", - "max": "136.531", - "min": "127.422", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "96.571", - "max": "99.383", - "min": "95.792", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "96.928", - "max": "133.482", - "min": "81.979", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "63.856", - "max": "64.276", - "min": "63.746", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "125.883", - "max": "126.786", - "min": "125.678", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "111.762", - "max": "125.826", - "min": "111.044", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "111.911", - "max": "112.394", - "min": "111.413", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "77.267", - "max": "78.101", - "min": "76.983", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "278.485", - "max": "304.096", - "min": "276.186", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "84.697", - "max": "84.956", - "min": "84.556", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "93.059", - "max": "93.401", - "min": "92.863", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "91.849", - "max": "92.085", - "min": "91.668", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "100.085", - "max": "106.814", - "min": "98.259", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "120.315", - "max": "120.484", - "min": "120.123", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "71.977", - "max": "87.301", - "min": "70.466", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "71.004", - "max": "72.569", - "min": "70.738", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "71.628", - "max": "71.875", - "min": "71.418", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "230.6", - "max": "231.326", - "min": "230.37", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "11.506", - "max": "13.901", - "min": "10.971", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "259.996", - "max": "266.098", - "min": "252.537", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "286.269", - "max": "289.278", - "min": "285.975", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "76.021", - "max": "76.3", - "min": "75.895", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "205.759", - "max": "205.996", - "min": "205.589", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "81.265", - "max": "81.494", - "min": "81.061", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "102.087", - "max": "102.317", - "min": "101.891", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "132.661", - "max": "135.263", - "min": "132.35", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "67.503", - "max": "70.358", - "min": "67.115", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "79.245", - "max": "79.514", - "min": "79.085", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "26.399", - "max": "26.603", - "min": "26.253", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "40.535", - "max": "40.894", - "min": "40.403", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "246.817", - "max": "248.407", - "min": "246.539", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "11.781", - "max": "12.02", - "min": "11.656", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "89.413", - "max": "89.643", - "min": "89.238", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "8.477", - "max": "9.087", - "min": "8.349", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "90.16", - "max": "90.575", - "min": "90.02", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "162.243", - "max": "167.45", - "min": "161.875", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "51.908", - "max": "55.571", - "min": "48.811", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "93.515", - "max": "97.146", - "min": "93.24", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "101.87", - "max": "103.445", - "min": "101.245", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "73.667", - "max": "83.113", - "min": "72.336", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "216.58", - "max": "217.381", - "min": "216.161", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "187.829", - "max": "188.074", - "min": "187.66", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "150.086", - "max": "150.627", - "min": "149.902", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "116.125", - "max": "116.382", - "min": "116.026", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "81.034", - "max": "81.276", - "min": "80.916", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "129.173", - "max": "129.43", - "min": "129.053", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "14.356", - "max": "18.833", - "min": "13.935", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "19.65", - "max": "21.742", - "min": "19.405", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "132.609", - "max": "134.628", - "min": "131.319", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "96.702", - "max": "99.103", - "min": "96.323", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "18.589", - "max": "31.164", - "min": "17.203", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "133.516", - "max": "134.584", - "min": "133.334", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "47.763", - "max": "48.376", - "min": "47.599", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "76.864", - "max": "79.536", - "min": "76.619", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "332.33", - "max": "332.626", - "min": "332.167", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "108.149", - "max": "108.149", - "min": "108.149", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "72.346", - "max": "72.5", - "min": "72.211", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "93.681", - "max": "93.96", - "min": "93.518", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "159.264", - "max": "159.907", - "min": "159.02", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "86.402", - "max": "96.19", - "min": "79.578", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "103.371", - "max": "103.854", - "min": "103.147", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "188.1", - "max": "188.336", - "min": "187.986", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "151.367", - "max": "152.03", - "min": "151.164", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.987", - "max": "31.75", - "min": "29.777", - "id": "141", - "country": "United States", - "source_name": "Salem", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "142": { - "name": "Albuquerque", - "data": { - "0": { - "avg": "127.628", - "max": "132.413", - "min": "126.632", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "195.386", - "max": "209.922", - "min": "191.908", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "46.254", - "max": "49.908", - "min": "45.54", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "151.678", - "max": "160.882", - "min": "150.603", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "125.668", - "max": "130.35", - "min": "124.765", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "156.573", - "max": "157.392", - "min": "156.209", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "126.052", - "max": "131.861", - "min": "125.409", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "203.293", - "max": "209.974", - "min": "201.639", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "179.433", - "max": "219.579", - "min": "171.324", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "149.169", - "max": "164.48", - "min": "146.27", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "149.165", - "max": "192.609", - "min": "128.654", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "30.775", - "max": "50.347", - "min": "27.93", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "53.891", - "max": "79.395", - "min": "51.323", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "54.535", - "max": "61.656", - "min": "53.524", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "65.238", - "max": "88.66", - "min": "53.591", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "52.691", - "max": "62.261", - "min": "50.936", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "147.465", - "max": "151.112", - "min": "146.944", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "51.201", - "max": "65.58", - "min": "49.646", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "159.739", - "max": "191.241", - "min": "146.676", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "150.34", - "max": "155.629", - "min": "149.748", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "201.6", - "max": "240.003", - "min": "199.339", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "36.444", - "max": "52.031", - "min": "34.255", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "36.648", - "max": "42.261", - "min": "35.974", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "65.189", - "max": "103.254", - "min": "48.207", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "151.554", - "max": "156.684", - "min": "150.393", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "142.963", - "max": "148.951", - "min": "141.595", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "165.523", - "max": "209.185", - "min": "149.591", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "166.081", - "max": "196.147", - "min": "145.756", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "139.691", - "max": "148.383", - "min": "136.708", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "35.855", - "max": "47.766", - "min": "34.384", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "242.72", - "max": "265.051", - "min": "240.31", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "151.345", - "max": "162.554", - "min": "150.071", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "63.02", - "max": "98.702", - "min": "58.867", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "166.221", - "max": "171.891", - "min": "165.039", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "155.464", - "max": "160.046", - "min": "154.688", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "228.626", - "max": "269.914", - "min": "220.38", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "48.862", - "max": "70.996", - "min": "44.187", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.968", - "max": "85.742", - "min": "45.396", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "30.322", - "max": "40.463", - "min": "27.162", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "54.977", - "max": "61.397", - "min": "54.389", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "268.076", - "max": "282.677", - "min": "264.334", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "141.685", - "max": "156.746", - "min": "126.154", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "175.604", - "max": "230.211", - "min": "164.502", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "169.435", - "max": "207.259", - "min": "154.295", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "314.089", - "max": "342.501", - "min": "303.784", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "203.941", - "max": "221.549", - "min": "188.349", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "168.983", - "max": "181.224", - "min": "167.363", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "118.422", - "max": "147.554", - "min": "114.003", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "194.439", - "max": "211.848", - "min": "186.136", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "42.553", - "max": "79.002", - "min": "28.804", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "66.633", - "max": "111.222", - "min": "58.871", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "40.167", - "max": "55.999", - "min": "38.065", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "187.395", - "max": "278.357", - "min": "162.248", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "52.54", - "max": "62.111", - "min": "51.196", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "277.358", - "max": "306.632", - "min": "264.272", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "255.225", - "max": "265.486", - "min": "253.931", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "141.914", - "max": "153.749", - "min": "140.421", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "211.855", - "max": "227.713", - "min": "204.796", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "163.741", - "max": "179.663", - "min": "162.168", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "131.127", - "max": "135.297", - "min": "130.18", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "174.925", - "max": "178.021", - "min": "174.188", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "187.215", - "max": "247.015", - "min": "180.833", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "232.941", - "max": "262.312", - "min": "230.629", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "289.961", - "max": "330.34", - "min": "282.068", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "173.543", - "max": "180.221", - "min": "171.794", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "185.591", - "max": "224.875", - "min": "169.703", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "53.272", - "max": "59.603", - "min": "51.884", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "167.709", - "max": "172.922", - "min": "166.927", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "173.021", - "max": "216.514", - "min": "169.6", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "13.761", - "max": "38.312", - "min": "10.759", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "202.461", - "max": "230.19", - "min": "198.862", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "64.862", - "max": "82.854", - "min": "46.693", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "104.377", - "max": "122.121", - "min": "93.034", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "49.521", - "max": "58.262", - "min": "48.272", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "175.717", - "max": "179.051", - "min": "174.699", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "141.625", - "max": "172.924", - "min": "123.631", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "76.658", - "max": "113.177", - "min": "58.181", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "51.092", - "max": "58.773", - "min": "49.153", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "44.133", - "max": "51.837", - "min": "42.395", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "51.317", - "max": "70.788", - "min": "38.988", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "44.336", - "max": "49.633", - "min": "43.226", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "67.293", - "max": "74.887", - "min": "66.329", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "363.422", - "max": "404.792", - "min": "356.83", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "271.483", - "max": "293.799", - "min": "269.599", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "47.046", - "max": "58.277", - "min": "45.652", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "177.39", - "max": "199.147", - "min": "175.585", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "146.826", - "max": "174.25", - "min": "131.328", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "51.9", - "max": "62.915", - "min": "50.351", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "33.826", - "max": "41.514", - "min": "32.053", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "131.213", - "max": "170.17", - "min": "121.307", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "37.629", - "max": "49.555", - "min": "32.924", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "44.34", - "max": "62.63", - "min": "42.314", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "145.378", - "max": "148.788", - "min": "144.583", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "152.841", - "max": "163.197", - "min": "151.632", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "56.045", - "max": "61.081", - "min": "55.243", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "47.703", - "max": "55.588", - "min": "45.535", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "106.717", - "max": "127.818", - "min": "101.081", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "90.52", - "max": "108.708", - "min": "88.441", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "42.001", - "max": "69.4", - "min": "38.561", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "37.55", - "max": "44.56", - "min": "35.784", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "65.322", - "max": "74.98", - "min": "63.773", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "85.436", - "max": "122.061", - "min": "73.23", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "179.509", - "max": "192.245", - "min": "177.464", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "197.806", - "max": "204.782", - "min": "196.261", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "31.486", - "max": "38.696", - "min": "30.283", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "182.155", - "max": "187.228", - "min": "181.173", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "119.891", - "max": "129.706", - "min": "118.144", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "68.171", - "max": "106.408", - "min": "55.639", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "56.024", - "max": "61.581", - "min": "55.462", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "324.622", - "max": "353.173", - "min": "308.568", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "194.583", - "max": "202.634", - "min": "193.237", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "183.402", - "max": "209.831", - "min": "168.003", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "65.363", - "max": "94.838", - "min": "53.167", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "258.74", - "max": "294.554", - "min": "254.664", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "502.648", - "max": "613.202", - "min": "336.904", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "270.693", - "max": "347.225", - "min": "199.132", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "301.065", - "max": "308.28", - "min": "299.856", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "129.811", - "max": "133.871", - "min": "128.579", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "29.146", - "max": "36.086", - "min": "27.922", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "56.331", - "max": "61.669", - "min": "55.155", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "12.264", - "max": "26.088", - "min": "10.97", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "141.13", - "max": "288.183", - "min": "59.548", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "173.448", - "max": "232.652", - "min": "155.9", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "167.016", - "max": "235.104", - "min": "157.2", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "159.844", - "max": "165.67", - "min": "158.248", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "182.141", - "max": "216.459", - "min": "177.954", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "60.997", - "max": "89.066", - "min": "55.95", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "277.291", - "max": "303.24", - "min": "273.687", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "240.122", - "max": "271.495", - "min": "230.926", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "97.072", - "max": "101.924", - "min": "95.93", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "51.173", - "max": "55.638", - "min": "50.157", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "54.754", - "max": "85.777", - "min": "40.073", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "55.386", - "max": "92.339", - "min": "43.073", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "192.291", - "max": "204.513", - "min": "190.292", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "42.468", - "max": "80.233", - "min": "36.296", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "57.225", - "max": "62.164", - "min": "55.747", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "0.027", - "max": "0.062", - "min": "0.019", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "38.904", - "max": "40.857", - "min": "38.411", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "49.05", - "max": "86.981", - "min": "40.802", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "59.739", - "max": "67.575", - "min": "57.878", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "154.232", - "max": "158.421", - "min": "153.531", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "266.542", - "max": "287.145", - "min": "256.009", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "164.676", - "max": "184.796", - "min": "162.817", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "145.981", - "max": "152.574", - "min": "144.879", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "87.16", - "max": "95.084", - "min": "85.823", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "134.447", - "max": "159.137", - "min": "129.86", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "171.707", - "max": "187.343", - "min": "168.582", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "284.09", - "max": "301.911", - "min": "277.926", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "124.509", - "max": "131.252", - "min": "123.427", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "121.828", - "max": "144.49", - "min": "119.53", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "136.199", - "max": "157.03", - "min": "130.964", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "158.57", - "max": "183.318", - "min": "145.082", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "162.047", - "max": "168.665", - "min": "160.487", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "140.107", - "max": "164.399", - "min": "137.608", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "62.313", - "max": "82.641", - "min": "60.232", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "51.894", - "max": "64.038", - "min": "50.342", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "164.744", - "max": "184.083", - "min": "162.242", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "200.398", - "max": "259.42", - "min": "183.459", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "55.42", - "max": "83.652", - "min": "49.428", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "189.157", - "max": "269.747", - "min": "178.297", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "88.95", - "max": "119.044", - "min": "86.773", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "461.486", - "max": "465.085", - "min": "460.885", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "161.346", - "max": "187.391", - "min": "156.303", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "70.412", - "max": "103.014", - "min": "53.58", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "238.387", - "max": "250.322", - "min": "237.146", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "274.763", - "max": "307.886", - "min": "272.118", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "217.73", - "max": "235.959", - "min": "215.453", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "37.335", - "max": "42.343", - "min": "36.319", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "207.424", - "max": "238.075", - "min": "198.272", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "75.273", - "max": "102.345", - "min": "63.07", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "44.041", - "max": "51.106", - "min": "42.719", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "157.596", - "max": "163.854", - "min": "156.686", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "284.449", - "max": "287.108", - "min": "283.719", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "137.023", - "max": "189.786", - "min": "132.872", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "140.223", - "max": "153.985", - "min": "138.779", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "156.114", - "max": "168.465", - "min": "154.896", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "146.865", - "max": "158.069", - "min": "144.331", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "126.659", - "max": "163.998", - "min": "121.028", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "187.282", - "max": "195.606", - "min": "186.024", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "166.997", - "max": "174.032", - "min": "165.765", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "192.123", - "max": "199.413", - "min": "190.276", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "184.599", - "max": "200.487", - "min": "174.86", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "127.655", - "max": "155.861", - "min": "123.659", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "135.093", - "max": "145.626", - "min": "133.192", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "126.586", - "max": "130.728", - "min": "125.821", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "161.202", - "max": "201.413", - "min": "152.345", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "181.929", - "max": "186.221", - "min": "180.963", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "152.749", - "max": "160.203", - "min": "151.682", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "147.139", - "max": "163.129", - "min": "136.828", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "139.131", - "max": "141.948", - "min": "138.717", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "186.805", - "max": "189.344", - "min": "186.076", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "148.273", - "max": "164.931", - "min": "146.724", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "169.727", - "max": "196.983", - "min": "167.385", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "133.538", - "max": "185.767", - "min": "126.949", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "253.557", - "max": "283.585", - "min": "231.299", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "138.741", - "max": "146.626", - "min": "137.952", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "149.347", - "max": "153.595", - "min": "148.434", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "152.537", - "max": "193.335", - "min": "148.271", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "117.634", - "max": "128.147", - "min": "114.823", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "178.596", - "max": "181.83", - "min": "177.843", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "137.735", - "max": "157.515", - "min": "135.58", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "135.396", - "max": "144.155", - "min": "134.202", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "131.665", - "max": "158.419", - "min": "128.867", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "193.227", - "max": "195.496", - "min": "192.766", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "55.351", - "max": "79.618", - "min": "52.986", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "370.61", - "max": "397.509", - "min": "359.888", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "272.798", - "max": "275.97", - "min": "272.294", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "130.62", - "max": "137.87", - "min": "129.624", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "268.183", - "max": "276.599", - "min": "266.981", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "51.656", - "max": "54.181", - "min": "51.286", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "153.217", - "max": "154.978", - "min": "152.888", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "185.25", - "max": "194.637", - "min": "183.489", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "126.406", - "max": "132.569", - "min": "125.641", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "144.103", - "max": "185.585", - "min": "130.725", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "67.706", - "max": "83.659", - "min": "56.381", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "50.972", - "max": "53.023", - "min": "50.126", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "212.297", - "max": "222.438", - "min": "210.579", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "81.456", - "max": "114.289", - "min": "62.056", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "141.721", - "max": "145.528", - "min": "140.836", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "49.196", - "max": "53.802", - "min": "48.769", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "143.172", - "max": "144.664", - "min": "142.864", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "169.968", - "max": "172.661", - "min": "169.451", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "68.565", - "max": "97.024", - "min": "62.11", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "145.527", - "max": "171.273", - "min": "143.731", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "163.259", - "max": "170.081", - "min": "161.681", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "93.84", - "max": "108.189", - "min": "89.996", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "264.727", - "max": "271.611", - "min": "263.361", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "174.894", - "max": "181.025", - "min": "173.093", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "214.7", - "max": "221.839", - "min": "212.972", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "169.339", - "max": "173.222", - "min": "168.675", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "130.749", - "max": "134.378", - "min": "130.193", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "169.305", - "max": "174.136", - "min": "168.385", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "77.428", - "max": "110.412", - "min": "59.583", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "59.491", - "max": "71.51", - "min": "57.776", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "182.738", - "max": "192.104", - "min": "180.002", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "125.243", - "max": "146.931", - "min": "115.77", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "68.845", - "max": "100.573", - "min": "58.043", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "183.804", - "max": "188.314", - "min": "182.297", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "31.072", - "max": "44.486", - "min": "27.791", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "159.327", - "max": "188.538", - "min": "142.046", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "221.278", - "max": "233.059", - "min": "209.928", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "133.585", - "max": "138.638", - "min": "128.532", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "130.622", - "max": "164.73", - "min": "125.519", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "136.956", - "max": "164.394", - "min": "133.844", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "213.859", - "max": "229.712", - "min": "211.711", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "147.547", - "max": "165.936", - "min": "138.338", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "150.633", - "max": "153.164", - "min": "150.179", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "287.965", - "max": "300.698", - "min": "286.142", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "205.557", - "max": "210.63", - "min": "204.604", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "57.443", - "max": "74.273", - "min": "55.339", - "id": "142", - "country": "United States", - "source_name": "Albuquerque", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "143": { - "name": "Austin", - "data": { - "0": { - "avg": "156.599", - "max": "157.031", - "min": "156.394", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "212.778", - "max": "219.483", - "min": "212.228", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "46.043", - "max": "48.966", - "min": "45.694", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "150.213", - "max": "156.935", - "min": "149.052", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "123.636", - "max": "125.12", - "min": "123.393", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "160.874", - "max": "161.316", - "min": "160.722", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "111.908", - "max": "112.26", - "min": "111.726", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "220.584", - "max": "226.086", - "min": "219.859", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "156.628", - "max": "156.952", - "min": "156.44", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "132.882", - "max": "134.203", - "min": "132.521", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "121.362", - "max": "121.748", - "min": "121.141", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "24.829", - "max": "24.981", - "min": "24.722", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "43.669", - "max": "43.808", - "min": "43.561", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "52.673", - "max": "53.259", - "min": "52.447", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "46.808", - "max": "47.28", - "min": "46.649", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "41.831", - "max": "42.264", - "min": "41.107", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "135.376", - "max": "135.927", - "min": "135.111", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "30.008", - "max": "30.764", - "min": "29.762", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "117.859", - "max": "118.22", - "min": "117.662", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "138.327", - "max": "138.478", - "min": "138.184", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "213.016", - "max": "213.255", - "min": "212.883", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "39.782", - "max": "40.245", - "min": "39.652", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "53.203", - "max": "53.584", - "min": "53.07", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "60.158", - "max": "70.314", - "min": "59.557", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "136.18", - "max": "136.688", - "min": "135.998", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "136.593", - "max": "137.02", - "min": "136.491", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "139.44", - "max": "141.067", - "min": "139.216", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "135.05", - "max": "135.333", - "min": "134.88", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "123.042", - "max": "123.211", - "min": "122.812", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "45.97", - "max": "47.012", - "min": "45.785", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "229.599", - "max": "230.454", - "min": "229.366", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "139.573", - "max": "140.115", - "min": "139.396", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "39.381", - "max": "40.346", - "min": "39.115", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "162.288", - "max": "162.494", - "min": "162.142", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "124.794", - "max": "125.144", - "min": "124.642", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "210.941", - "max": "212.244", - "min": "210.633", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "60.027", - "max": "60.143", - "min": "59.959", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "43.622", - "max": "43.776", - "min": "43.501", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.777", - "max": "35.094", - "min": "34.607", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "43.378", - "max": "52.587", - "min": "42.871", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "253.006", - "max": "256.07", - "min": "252.422", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "128.847", - "max": "131.455", - "min": "128.47", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "146.287", - "max": "146.685", - "min": "146.066", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "138.322", - "max": "153.916", - "min": "137.682", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "274.368", - "max": "274.49", - "min": "274.269", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "141.726", - "max": "142.335", - "min": "141.294", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "160.455", - "max": "161.104", - "min": "160.339", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "131.237", - "max": "134.147", - "min": "122.88", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "171.357", - "max": "172.936", - "min": "171.115", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "13.781", - "max": "13.85", - "min": "13.707", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "48.444", - "max": "49.734", - "min": "48.182", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "54.755", - "max": "55.144", - "min": "54.574", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "179.804", - "max": "270.268", - "min": "170.585", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "22.433", - "max": "22.694", - "min": "22.343", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "248.649", - "max": "259.467", - "min": "244.665", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "249.163", - "max": "250.114", - "min": "248.89", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "137.111", - "max": "138.18", - "min": "136.236", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "225.586", - "max": "225.886", - "min": "225.388", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "144.23", - "max": "148.545", - "min": "143.507", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "120.517", - "max": "120.875", - "min": "120.347", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "170.537", - "max": "171.85", - "min": "170.087", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "167.089", - "max": "225.861", - "min": "162.312", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "233.606", - "max": "234.391", - "min": "233.422", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "239.526", - "max": "239.733", - "min": "239.376", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "168.06", - "max": "168.484", - "min": "167.893", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "158.612", - "max": "158.759", - "min": "158.552", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "47.254", - "max": "47.618", - "min": "47.13", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "153.425", - "max": "173.98", - "min": "152.446", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "155.945", - "max": "157.203", - "min": "154.99", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "36.629", - "max": "40.523", - "min": "36.166", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "207.113", - "max": "208.071", - "min": "206.907", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "60.882", - "max": "61.503", - "min": "60.596", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "88.724", - "max": "89.28", - "min": "88.488", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "36.165", - "max": "36.615", - "min": "36.002", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "156.093", - "max": "158.037", - "min": "155.85", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "135.566", - "max": "135.927", - "min": "135.369", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "37.857", - "max": "38.033", - "min": "37.744", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "68.38", - "max": "68.624", - "min": "68.296", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "38.669", - "max": "38.809", - "min": "38.562", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "34.9", - "max": "35.41", - "min": "34.792", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "56.801", - "max": "57.157", - "min": "56.594", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "58.584", - "max": "59.1", - "min": "58.307", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.681", - "max": "262.956", - "min": "262.582", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "243.67", - "max": "243.85", - "min": "243.471", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "42.257", - "max": "42.376", - "min": "42.172", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "167.882", - "max": "168.656", - "min": "167.54", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "123.929", - "max": "124.246", - "min": "123.624", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "50.408", - "max": "51.792", - "min": "50.2", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "27.507", - "max": "27.946", - "min": "27.36", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "115.296", - "max": "120.282", - "min": "114.929", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "43.962", - "max": "45.918", - "min": "43.33", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "56.563", - "max": "56.759", - "min": "56.346", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "114.443", - "max": "115.734", - "min": "114.229", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "218.034", - "max": "224.097", - "min": "208.86", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "48.706", - "max": "48.841", - "min": "48.627", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "59.55", - "max": "60.644", - "min": "59.365", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "105.963", - "max": "106.312", - "min": "105.767", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "76.053", - "max": "79.745", - "min": "75.463", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "47.322", - "max": "47.447", - "min": "47.208", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "40.939", - "max": "44.458", - "min": "40.497", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "47.416", - "max": "47.607", - "min": "47.347", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "70.943", - "max": "71.133", - "min": "70.772", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "155.264", - "max": "157.314", - "min": "154.994", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "219.849", - "max": "223.672", - "min": "218.919", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "41.398", - "max": "42.486", - "min": "41.16", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "234.947", - "max": "235.223", - "min": "234.817", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "107.208", - "max": "108.778", - "min": "107.016", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "46.481", - "max": "46.599", - "min": "46.37", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "44.171", - "max": "44.384", - "min": "44.032", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "257.647", - "max": "260.397", - "min": "257.417", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.013", - "max": "258.123", - "min": "257.939", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "171.587", - "max": "171.821", - "min": "171.415", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "39.73", - "max": "39.939", - "min": "39.569", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "237.419", - "max": "239.075", - "min": "237.178", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "485.867", - "max": "606.45", - "min": "311.682", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "248.951", - "max": "387.37", - "min": "180.082", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "288.918", - "max": "291.144", - "min": "288.546", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "149.288", - "max": "149.762", - "min": "149.177", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "27.214", - "max": "27.415", - "min": "27.101", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "45.669", - "max": "46.52", - "min": "45.358", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "47.99", - "max": "48.198", - "min": "47.849", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "127.963", - "max": "279.665", - "min": "48.15", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "146.913", - "max": "147.145", - "min": "146.795", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "153.369", - "max": "158.962", - "min": "152.572", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "153.155", - "max": "153.292", - "min": "153.035", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "148.56", - "max": "149.429", - "min": "148.07", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "42.324", - "max": "45.4", - "min": "40.923", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "265.965", - "max": "266.276", - "min": "265.753", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "229.852", - "max": "230.14", - "min": "229.699", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "92.077", - "max": "92.737", - "min": "91.898", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "34.486", - "max": "34.635", - "min": "34.384", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "36.514", - "max": "36.857", - "min": "36.347", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "43.585", - "max": "43.742", - "min": "43.429", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "213.43", - "max": "214.228", - "min": "212.921", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "44.756", - "max": "45.404", - "min": "44.612", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "52.113", - "max": "52.374", - "min": "51.912", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "40.814", - "max": "66.253", - "min": "38.561", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "0.03", - "max": "0.057", - "min": "0.017", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "22.274", - "max": "22.393", - "min": "22.205", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "47.597", - "max": "48.937", - "min": "47.34", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "149.323", - "max": "149.524", - "min": "149.145", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.376", - "max": "251.039", - "min": "249.834", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "143.694", - "max": "144", - "min": "143.529", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "134.064", - "max": "134.278", - "min": "133.899", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "88.77", - "max": "98.506", - "min": "88.166", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "122.552", - "max": "124.156", - "min": "122.17", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "145.629", - "max": "149.628", - "min": "145.282", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "255.543", - "max": "255.832", - "min": "255.348", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "119.954", - "max": "123.488", - "min": "119.62", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "108.376", - "max": "108.614", - "min": "108.247", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "121.235", - "max": "128.043", - "min": "120.323", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "154.17", - "max": "154.322", - "min": "154.058", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "156.086", - "max": "158.296", - "min": "155.702", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "128.454", - "max": "129.876", - "min": "127.906", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "40.809", - "max": "41.29", - "min": "40.694", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "64.075", - "max": "64.419", - "min": "63.922", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "151.228", - "max": "152.599", - "min": "150.925", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "219.582", - "max": "273.325", - "min": "211.636", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "51.519", - "max": "51.729", - "min": "51.427", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "186.11", - "max": "274.139", - "min": "176.895", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "75.126", - "max": "75.38", - "min": "74.978", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "478.475", - "max": "478.868", - "min": "477.663", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "141.171", - "max": "141.292", - "min": "141.087", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "43.395", - "max": "43.497", - "min": "43.303", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "216.986", - "max": "217.269", - "min": "216.779", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "262.541", - "max": "262.82", - "min": "262.439", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "205.317", - "max": "205.526", - "min": "205.193", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "51.915", - "max": "52.341", - "min": "51.763", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "247.247", - "max": "252.624", - "min": "246.803", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "52.647", - "max": "53.014", - "min": "52.551", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "53.472", - "max": "54.385", - "min": "53.303", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "126.555", - "max": "128.085", - "min": "126.338", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "277.029", - "max": "277.356", - "min": "276.873", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "122.296", - "max": "124.901", - "min": "122.127", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "127.554", - "max": "127.834", - "min": "127.274", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "136.655", - "max": "145.916", - "min": "136.118", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "138.349", - "max": "138.659", - "min": "138.268", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "122.909", - "max": "123.31", - "min": "122.648", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "176.349", - "max": "176.84", - "min": "176.106", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "162.657", - "max": "163.719", - "min": "162.519", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "165.466", - "max": "167.109", - "min": "165.116", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "161.041", - "max": "161.265", - "min": "160.878", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "111.878", - "max": "115.835", - "min": "111.294", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "120.715", - "max": "120.761", - "min": "120.65", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "123.836", - "max": "123.992", - "min": "123.747", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "151.685", - "max": "152.311", - "min": "151.489", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "166.014", - "max": "166.617", - "min": "165.785", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "146.942", - "max": "165.258", - "min": "145.559", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "142.851", - "max": "173.577", - "min": "129.234", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "124.259", - "max": "124.347", - "min": "124.184", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "174.779", - "max": "175.137", - "min": "174.579", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "143.322", - "max": "156.851", - "min": "142.537", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "170.732", - "max": "171.465", - "min": "170.304", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "118.034", - "max": "127.63", - "min": "116.994", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "242.052", - "max": "242.448", - "min": "241.886", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "147.692", - "max": "147.87", - "min": "147.618", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "152.104", - "max": "152.324", - "min": "151.901", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "129.247", - "max": "129.439", - "min": "129.12", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "138.027", - "max": "147.287", - "min": "125.375", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "178.067", - "max": "178.777", - "min": "177.919", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "127.171", - "max": "132.232", - "min": "126.636", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "122.111", - "max": "122.243", - "min": "121.972", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "123.228", - "max": "125.361", - "min": "120.306", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "220.128", - "max": "229.942", - "min": "218.821", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "48.224", - "max": "53.17", - "min": "47.768", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "258.314", - "max": "258.491", - "min": "258.269", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "238.682", - "max": "238.833", - "min": "238.589", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "116.629", - "max": "116.794", - "min": "116.512", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "262.168", - "max": "262.561", - "min": "262.004", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "53.374", - "max": "55.015", - "min": "53.026", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "161.319", - "max": "163.501", - "min": "161.081", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "173.17", - "max": "173.949", - "min": "172.9", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "122.788", - "max": "124.164", - "min": "122.423", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "119.343", - "max": "120.878", - "min": "118.939", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "40.716", - "max": "40.805", - "min": "40.665", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "52.778", - "max": "52.845", - "min": "52.716", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.426", - "max": "433.656", - "min": "227.479", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "44.383", - "max": "44.463", - "min": "44.324", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "127.006", - "max": "127.588", - "min": "126.835", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "48.215", - "max": "48.345", - "min": "48.165", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "127.112", - "max": "127.25", - "min": "126.919", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "186.529", - "max": "188.122", - "min": "186.304", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "58.874", - "max": "61.165", - "min": "55.593", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "123.292", - "max": "123.471", - "min": "123.115", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "147.954", - "max": "149.691", - "min": "147.302", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "81.655", - "max": "96.928", - "min": "80.419", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "217.551", - "max": "222.082", - "min": "216.795", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "151.307", - "max": "152.108", - "min": "151.055", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "212.158", - "max": "212.57", - "min": "211.96", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "158.991", - "max": "159.425", - "min": "158.905", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "122.069", - "max": "122.326", - "min": "121.869", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "174.115", - "max": "174.259", - "min": "174.026", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "48.047", - "max": "53.07", - "min": "47.474", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "43.982", - "max": "44.215", - "min": "43.895", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "165.08", - "max": "169.361", - "min": "163.47", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "120.625", - "max": "122.38", - "min": "119.683", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "47.207", - "max": "49.236", - "min": "46.016", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "186.709", - "max": "187.974", - "min": "186.481", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "33.335", - "max": "33.458", - "min": "33.206", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "130.455", - "max": "133.567", - "min": "129.828", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "255.322", - "max": "255.951", - "min": "254.988", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "115.957", - "max": "115.957", - "min": "115.957", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "115.237", - "max": "115.499", - "min": "115.058", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "122.064", - "max": "122.284", - "min": "121.925", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "213.913", - "max": "216.044", - "min": "213.506", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "136.592", - "max": "152.695", - "min": "128.405", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "138.036", - "max": "138.127", - "min": "137.958", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "287.282", - "max": "288.602", - "min": "286.859", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "196.969", - "max": "197.525", - "min": "196.732", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "35.976", - "max": "40.483", - "min": "35.024", - "id": "143", - "country": "United States", - "source_name": "Austin", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "144": { - "name": "Des Moines", - "data": { - "0": { - "avg": "116.044", - "max": "116.553", - "min": "115.878", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "237.882", - "max": "238.528", - "min": "237.596", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "31.193", - "max": "31.609", - "min": "31.024", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "131.689", - "max": "138.661", - "min": "130.347", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "99.615", - "max": "99.906", - "min": "99.449", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "130.633", - "max": "130.932", - "min": "130.387", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "111.688", - "max": "111.912", - "min": "111.543", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "276.498", - "max": "303.39", - "min": "274.497", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "151.139", - "max": "151.576", - "min": "151.018", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "131.507", - "max": "148.191", - "min": "130.654", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "112.444", - "max": "113.163", - "min": "112.178", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "20.569", - "max": "20.807", - "min": "20.463", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "28.344", - "max": "30.301", - "min": "28.215", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "40.383", - "max": "41.147", - "min": "40.08", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "44.398", - "max": "53.832", - "min": "43.988", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "40.14", - "max": "40.554", - "min": "39.807", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "129.149", - "max": "129.317", - "min": "128.942", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "29.301", - "max": "31.25", - "min": "29.05", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "101.33", - "max": "101.57", - "min": "101.205", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "125.671", - "max": "125.897", - "min": "125.597", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "253.818", - "max": "256.269", - "min": "253.567", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "9.873", - "max": "9.937", - "min": "9.81", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "44.5", - "max": "44.684", - "min": "44.424", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "49.731", - "max": "53.376", - "min": "49.448", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "136.046", - "max": "136.659", - "min": "135.79", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "120.687", - "max": "121.623", - "min": "120.507", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "121.563", - "max": "123.379", - "min": "121.379", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "129.627", - "max": "130.148", - "min": "129.328", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "114.286", - "max": "114.524", - "min": "114.129", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "43.661", - "max": "50.466", - "min": "43.206", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "215.139", - "max": "215.417", - "min": "214.881", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "132.359", - "max": "132.472", - "min": "132.27", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "57.751", - "max": "62.528", - "min": "57.479", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "152.487", - "max": "152.786", - "min": "152.256", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "121.659", - "max": "124.758", - "min": "121.297", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "204.269", - "max": "205.3", - "min": "204.069", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "52.668", - "max": "52.765", - "min": "52.624", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "56.273", - "max": "56.51", - "min": "56.075", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "49.091", - "max": "49.287", - "min": "48.985", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "38.633", - "max": "39.388", - "min": "38.361", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "253.073", - "max": "255.488", - "min": "252.432", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "101.049", - "max": "103.057", - "min": "100.592", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "138.25", - "max": "138.423", - "min": "138.15", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "135.249", - "max": "141.528", - "min": "134.405", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "242.778", - "max": "242.986", - "min": "242.672", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "135.11", - "max": "135.887", - "min": "134.77", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "139.345", - "max": "139.951", - "min": "139.205", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "88.581", - "max": "88.97", - "min": "88.4", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "176.932", - "max": "177.631", - "min": "176.74", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "35.736", - "max": "35.819", - "min": "35.701", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "32.993", - "max": "33.768", - "min": "32.884", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "52.742", - "max": "55.416", - "min": "52.434", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "179.038", - "max": "191.834", - "min": "163.959", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "8.982", - "max": "9.239", - "min": "8.884", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "242.953", - "max": "262.296", - "min": "239.032", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "226.318", - "max": "226.493", - "min": "226.077", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "124.183", - "max": "127.056", - "min": "123.148", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "193.301", - "max": "193.43", - "min": "193.221", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "132.151", - "max": "133.842", - "min": "131.648", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "114.822", - "max": "115.161", - "min": "114.717", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "167.991", - "max": "169.127", - "min": "167.491", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "148.33", - "max": "194.95", - "min": "146.391", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "225.418", - "max": "225.929", - "min": "225.174", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "224.107", - "max": "225.11", - "min": "223.928", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "146.018", - "max": "147.163", - "min": "145.809", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "142.453", - "max": "144.721", - "min": "142.067", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "29.784", - "max": "29.94", - "min": "29.679", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "144.749", - "max": "145.19", - "min": "144.126", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "164.894", - "max": "166.531", - "min": "164.258", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "21.121", - "max": "21.923", - "min": "21.041", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "195.885", - "max": "196.22", - "min": "195.676", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "50.36", - "max": "51.314", - "min": "50.112", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "90.615", - "max": "92.77", - "min": "90.218", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "42.49", - "max": "42.722", - "min": "42.352", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "140.534", - "max": "141.604", - "min": "140.316", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "99.875", - "max": "100.175", - "min": "99.73", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "42.254", - "max": "42.346", - "min": "42.151", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "49.592", - "max": "54.15", - "min": "49.352", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "22.328", - "max": "22.63", - "min": "22.136", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "21.827", - "max": "22.078", - "min": "21.695", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "53.628", - "max": "53.755", - "min": "53.499", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "54.044", - "max": "54.66", - "min": "53.688", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "227.733", - "max": "227.839", - "min": "227.649", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.513", - "max": "239.857", - "min": "239.366", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "29.029", - "max": "29.133", - "min": "28.938", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "160.63", - "max": "161.859", - "min": "160.217", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "107.635", - "max": "108.475", - "min": "107.367", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "45.069", - "max": "45.182", - "min": "44.943", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "14.005", - "max": "14.468", - "min": "13.831", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "115.126", - "max": "122.887", - "min": "114.282", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "22.174", - "max": "23.389", - "min": "21.437", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "61.055", - "max": "63.151", - "min": "60.782", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "105.258", - "max": "105.312", - "min": "105.224", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "182.718", - "max": "187.202", - "min": "182.277", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "77.879", - "max": "78.852", - "min": "77.722", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "38.893", - "max": "39.307", - "min": "38.75", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "87.333", - "max": "87.524", - "min": "87.128", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "76.85", - "max": "85.561", - "min": "76.082", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "51.312", - "max": "51.621", - "min": "51.106", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "11.006", - "max": "11.865", - "min": "10.895", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "66.358", - "max": "66.509", - "min": "66.23", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "60.085", - "max": "60.22", - "min": "59.98", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "148.897", - "max": "149.449", - "min": "148.615", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "211.83", - "max": "216.468", - "min": "211.222", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "19.353", - "max": "19.684", - "min": "19.193", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "307.176", - "max": "307.498", - "min": "306.589", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "127.835", - "max": "129.04", - "min": "127.724", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "37.111", - "max": "37.203", - "min": "36.978", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "42.876", - "max": "43.078", - "min": "42.778", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "222.495", - "max": "225.604", - "min": "221.833", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "199.557", - "max": "199.808", - "min": "199.424", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "169.777", - "max": "169.967", - "min": "169.579", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "38.127", - "max": "38.586", - "min": "37.94", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "276.718", - "max": "280.616", - "min": "276.428", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "469.942", - "max": "571.193", - "min": "307.284", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "236.519", - "max": "321.744", - "min": "161.24", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "280.689", - "max": "294.805", - "min": "279.227", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "144.106", - "max": "146.122", - "min": "143.763", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "15.213", - "max": "15.404", - "min": "15.075", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "39.713", - "max": "40.671", - "min": "39.404", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "21.418", - "max": "21.816", - "min": "21.218", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "115.112", - "max": "270.605", - "min": "49.396", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "151.927", - "max": "152.144", - "min": "151.82", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "144.741", - "max": "148", - "min": "144.115", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "140.776", - "max": "140.988", - "min": "140.476", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "126.692", - "max": "127.818", - "min": "126.182", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "38.271", - "max": "38.576", - "min": "38.033", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "265.764", - "max": "266.203", - "min": "265.496", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "211.02", - "max": "211.639", - "min": "210.876", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "80.207", - "max": "82.631", - "min": "79.965", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "34.648", - "max": "35.265", - "min": "34.457", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "24.318", - "max": "24.383", - "min": "24.199", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "40.934", - "max": "41.187", - "min": "40.752", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "223.037", - "max": "224.975", - "min": "222.326", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "59.176", - "max": "59.751", - "min": "59.113", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "30.538", - "max": "30.745", - "min": "30.396", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "42.769", - "max": "63.76", - "min": "40.826", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "22.28", - "max": "22.37", - "min": "22.215", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "0.029", - "max": "0.074", - "min": "0.023", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "26.278", - "max": "27.267", - "min": "26.128", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "127.719", - "max": "128.181", - "min": "127.619", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "259.159", - "max": "260.151", - "min": "258.827", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "159.955", - "max": "160.559", - "min": "159.678", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "129.017", - "max": "133.021", - "min": "128.636", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "93.43", - "max": "93.637", - "min": "93.29", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "113.232", - "max": "113.778", - "min": "112.983", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "141.439", - "max": "147.026", - "min": "141.064", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "265.502", - "max": "265.867", - "min": "265.398", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "104.496", - "max": "109.162", - "min": "104.174", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "101.809", - "max": "101.869", - "min": "101.768", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "120.432", - "max": "154.364", - "min": "118.369", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "147.498", - "max": "147.819", - "min": "147.308", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "140.203", - "max": "141.576", - "min": "139.898", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "127.702", - "max": "167.09", - "min": "124.824", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "38.738", - "max": "38.996", - "min": "38.606", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "58.144", - "max": "58.881", - "min": "57.989", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "144.697", - "max": "145.917", - "min": "144.4", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "210.542", - "max": "254.358", - "min": "201.092", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "35.014", - "max": "35.165", - "min": "34.916", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "178.21", - "max": "270.344", - "min": "170.055", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "62.869", - "max": "63.042", - "min": "62.781", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "352.065", - "max": "352.335", - "min": "351.381", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "141.593", - "max": "141.798", - "min": "141.526", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "32.65", - "max": "32.735", - "min": "32.567", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "204.245", - "max": "204.494", - "min": "204.038", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "259.967", - "max": "260.326", - "min": "259.785", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "197.058", - "max": "197.193", - "min": "196.949", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "45.673", - "max": "46.033", - "min": "45.536", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "213.34", - "max": "219.935", - "min": "212.688", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "38.075", - "max": "38.245", - "min": "37.998", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "25.522", - "max": "25.636", - "min": "25.442", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "140.541", - "max": "141.786", - "min": "140.378", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "256.046", - "max": "256.257", - "min": "255.962", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "109.801", - "max": "110.43", - "min": "109.603", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "117.925", - "max": "118.987", - "min": "117.701", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "132.643", - "max": "135.927", - "min": "132.382", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "128.942", - "max": "129.167", - "min": "128.737", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "102.852", - "max": "103.333", - "min": "102.656", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "153.534", - "max": "153.91", - "min": "153.403", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "149.267", - "max": "149.349", - "min": "149.2", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "161.39", - "max": "169.556", - "min": "160.778", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "146.876", - "max": "147.279", - "min": "146.724", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "111.403", - "max": "115.639", - "min": "111.067", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "112.54", - "max": "112.609", - "min": "112.462", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "121.373", - "max": "121.575", - "min": "121.192", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "125.514", - "max": "125.73", - "min": "125.314", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "160.426", - "max": "163.953", - "min": "160.123", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "124.143", - "max": "127.009", - "min": "123.52", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "141.915", - "max": "210.119", - "min": "119.269", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "96.662", - "max": "96.772", - "min": "96.61", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "163.819", - "max": "164.149", - "min": "163.678", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "141.451", - "max": "162.435", - "min": "140.449", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "167.26", - "max": "167.836", - "min": "166.932", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "112.565", - "max": "116.562", - "min": "112.188", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "211.221", - "max": "213.098", - "min": "210.917", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "125.909", - "max": "126.298", - "min": "125.814", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "124.078", - "max": "124.298", - "min": "123.951", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "126.013", - "max": "126.559", - "min": "125.851", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "94.509", - "max": "104.154", - "min": "92.848", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "154.22", - "max": "154.387", - "min": "154.126", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "106.791", - "max": "107.332", - "min": "106.648", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "112.548", - "max": "113.246", - "min": "112.368", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "110.431", - "max": "111.005", - "min": "109.722", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "200.083", - "max": "209.368", - "min": "198.412", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "34.371", - "max": "42.34", - "min": "32.894", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.202", - "max": "226.422", - "min": "218.057", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "242.743", - "max": "243.169", - "min": "242.608", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "114.801", - "max": "115.091", - "min": "114.632", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "242.745", - "max": "243.198", - "min": "242.548", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "53.213", - "max": "54.751", - "min": "52.802", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "132.51", - "max": "132.795", - "min": "132.316", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "159.025", - "max": "159.653", - "min": "158.862", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "102.159", - "max": "103.425", - "min": "101.794", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "114.467", - "max": "115.206", - "min": "114.197", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.466", - "max": "27.53", - "min": "27.414", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "35.654", - "max": "35.773", - "min": "35.612", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "242.123", - "max": "326.607", - "min": "238.829", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "38.857", - "max": "39.067", - "min": "38.778", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "124.891", - "max": "125.489", - "min": "124.576", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "24.045", - "max": "24.189", - "min": "23.98", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "126.281", - "max": "126.411", - "min": "126.182", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "171.814", - "max": "537.947", - "min": "158.983", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "58.419", - "max": "61.97", - "min": "55.55", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "121.991", - "max": "122.144", - "min": "121.857", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "129.761", - "max": "130.392", - "min": "129.198", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "86.556", - "max": "89.907", - "min": "85.437", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "202.072", - "max": "203.04", - "min": "201.707", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "143.423", - "max": "143.769", - "min": "143.143", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "189.934", - "max": "190.586", - "min": "189.759", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "155.173", - "max": "155.311", - "min": "155.065", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "120.166", - "max": "120.363", - "min": "120.021", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "155.527", - "max": "155.708", - "min": "155.415", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "37.605", - "max": "39.537", - "min": "37.288", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "42.96", - "max": "43.16", - "min": "42.857", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "165.372", - "max": "169.362", - "min": "162.792", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "118.695", - "max": "119.293", - "min": "118.401", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "39.613", - "max": "41.062", - "min": "38.69", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "208.022", - "max": "208.589", - "min": "207.886", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "13.66", - "max": "13.92", - "min": "13.595", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "103.255", - "max": "106.308", - "min": "103.021", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "210.035", - "max": "210.264", - "min": "209.882", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "109.518", - "max": "109.518", - "min": "109.518", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "109.544", - "max": "109.652", - "min": "109.437", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "119.914", - "max": "120.15", - "min": "119.795", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "198.365", - "max": "199.196", - "min": "198.062", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "130.315", - "max": "143.926", - "min": "121.396", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "137.653", - "max": "137.698", - "min": "137.596", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "283.054", - "max": "284.137", - "min": "282.727", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "179.937", - "max": "180.79", - "min": "179.694", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "14.543", - "max": "15.382", - "min": "14.34", - "id": "144", - "country": "United States", - "source_name": "Des Moines", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "145": { - "name": "Albany", - "data": { - "0": { - "avg": "127.607", - "max": "141.781", - "min": "126.906", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "259.969", - "max": "261.603", - "min": "259.584", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "25.914", - "max": "26.128", - "min": "25.737", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "97.04", - "max": "105.221", - "min": "96.277", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "76.141", - "max": "121.362", - "min": "74.293", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "184.131", - "max": "184.303", - "min": "183.95", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "79.353", - "max": "79.547", - "min": "79.201", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "294.024", - "max": "307.142", - "min": "292.826", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "120.499", - "max": "120.856", - "min": "120.279", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "103.245", - "max": "104.972", - "min": "102.829", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "83.916", - "max": "117.067", - "min": "73.106", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "43.201", - "max": "43.765", - "min": "43.061", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "5.437", - "max": "5.606", - "min": "5.304", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "9.308", - "max": "12.557", - "min": "8.933", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "34.747", - "max": "35.077", - "min": "34.511", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "9.998", - "max": "10.405", - "min": "9.694", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "104.247", - "max": "105.065", - "min": "103.988", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "26.728", - "max": "42.561", - "min": "24.279", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "82.957", - "max": "83.964", - "min": "82.689", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "92.11", - "max": "92.253", - "min": "91.942", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "276.853", - "max": "277.045", - "min": "276.701", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "20.274", - "max": "20.387", - "min": "20.148", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "71.775", - "max": "71.992", - "min": "71.621", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "74.258", - "max": "74.467", - "min": "74.069", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "101.358", - "max": "101.79", - "min": "101.073", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "94.366", - "max": "137.394", - "min": "89.53", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "94.946", - "max": "138.937", - "min": "93.138", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "103.154", - "max": "135.901", - "min": "96.672", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "88.5", - "max": "88.664", - "min": "88.349", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "67.639", - "max": "67.886", - "min": "67.461", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "254.621", - "max": "254.827", - "min": "254.412", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "96.437", - "max": "117.631", - "min": "95.5", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "69.08", - "max": "84.699", - "min": "68.319", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "116.023", - "max": "141.907", - "min": "114.983", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "96.124", - "max": "111.383", - "min": "91.83", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "244.375", - "max": "244.835", - "min": "244.164", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "71.372", - "max": "80.066", - "min": "70.333", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "59.019", - "max": "59.33", - "min": "58.748", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "37.02", - "max": "72.814", - "min": "35.493", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "10.566", - "max": "11.833", - "min": "10.224", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "214.496", - "max": "219.634", - "min": "213.741", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "76.373", - "max": "79.263", - "min": "75.81", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "112.66", - "max": "154.634", - "min": "111.112", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "102.912", - "max": "105.399", - "min": "102.608", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "216.026", - "max": "216.241", - "min": "215.886", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "112.474", - "max": "113.173", - "min": "111.958", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "117.069", - "max": "119.451", - "min": "116.82", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "91.09", - "max": "91.364", - "min": "90.921", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "175.31", - "max": "196.14", - "min": "174.416", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "44.728", - "max": "44.873", - "min": "44.622", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "6.134", - "max": "6.492", - "min": "5.988", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "78.646", - "max": "78.895", - "min": "78.338", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "126.543", - "max": "139.018", - "min": "113.99", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "31.604", - "max": "31.711", - "min": "31.509", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "213.307", - "max": "252.066", - "min": "205.694", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "274.763", - "max": "275.532", - "min": "274.49", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "111.412", - "max": "113.867", - "min": "110.732", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "222.512", - "max": "247.547", - "min": "219.902", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "132.269", - "max": "134.46", - "min": "131.898", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "81.36", - "max": "100.196", - "min": "80.614", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "139.657", - "max": "140.671", - "min": "139.144", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "132.999", - "max": "176.772", - "min": "126.874", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "255.35", - "max": "335.75", - "min": "245.348", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "249.698", - "max": "253.016", - "min": "249.381", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "120.822", - "max": "121.438", - "min": "120.666", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "122.303", - "max": "125.391", - "min": "122.039", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "6.396", - "max": "7.26", - "min": "6.203", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "117.478", - "max": "127.193", - "min": "116.721", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "142.275", - "max": "167.936", - "min": "140.801", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "43.811", - "max": "44.975", - "min": "43.575", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "229.275", - "max": "231.761", - "min": "229.003", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "68.191", - "max": "70.347", - "min": "67.796", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "76.625", - "max": "82.011", - "min": "76.095", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.746", - "max": "29.998", - "min": "29.616", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "106.982", - "max": "107.497", - "min": "106.798", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "75.285", - "max": "75.62", - "min": "75.044", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "15.94", - "max": "16.125", - "min": "15.745", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "77.617", - "max": "78.987", - "min": "77.443", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "28.848", - "max": "73.435", - "min": "25.3", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "17.807", - "max": "18.008", - "min": "17.601", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "76.747", - "max": "76.904", - "min": "76.554", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "23.938", - "max": "24.671", - "min": "23.711", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "223.894", - "max": "229.988", - "min": "223.473", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "207.85", - "max": "209.036", - "min": "207.478", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "72.273", - "max": "72.475", - "min": "72.086", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "134.597", - "max": "135.722", - "min": "134.222", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "75.724", - "max": "76.165", - "min": "75.419", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "30.177", - "max": "30.467", - "min": "30.028", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "26.674", - "max": "27.025", - "min": "26.485", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.513", - "max": "87.956", - "min": "77.916", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "34.676", - "max": "36.261", - "min": "34.032", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "68.716", - "max": "69.378", - "min": "68.36", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "86.537", - "max": "86.631", - "min": "86.425", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "184.779", - "max": "188.022", - "min": "184.374", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "9.884", - "max": "11.733", - "min": "9.547", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "51.597", - "max": "72.894", - "min": "44.086", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "82.019", - "max": "82.41", - "min": "81.698", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "69.63", - "max": "92.344", - "min": "67.767", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "73.478", - "max": "73.724", - "min": "73.318", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "18.592", - "max": "48.801", - "min": "17.392", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "34.069", - "max": "34.233", - "min": "33.939", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "59.708", - "max": "59.912", - "min": "59.497", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "134.826", - "max": "135.56", - "min": "134.66", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "230.213", - "max": "236.819", - "min": "229.4", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "30.704", - "max": "31.305", - "min": "30.473", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "326.354", - "max": "326.784", - "min": "325.805", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "94.944", - "max": "96.187", - "min": "94.763", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "11.275", - "max": "45.87", - "min": "9.874", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "23.276", - "max": "23.423", - "min": "23.12", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "204.328", - "max": "207.835", - "min": "203.635", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "219.919", - "max": "221.332", - "min": "219.731", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "213.715", - "max": "213.921", - "min": "213.506", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "6.22", - "max": "52.372", - "min": "4.077", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "209.166", - "max": "213.813", - "min": "208.669", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "450.211", - "max": "560.003", - "min": "275.648", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "226.735", - "max": "277.226", - "min": "164.806", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "231.986", - "max": "250.467", - "min": "230.672", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "167.28", - "max": "175.899", - "min": "166.81", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "37.668", - "max": "37.987", - "min": "37.501", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "36.524", - "max": "37.304", - "min": "36.078", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "46.098", - "max": "64.247", - "min": "43.308", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "107.386", - "max": "249.373", - "min": "30.034", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "117.305", - "max": "117.463", - "min": "117.196", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "116.658", - "max": "263.526", - "min": "108.222", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "113.951", - "max": "114.063", - "min": "113.774", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "110.851", - "max": "111.718", - "min": "110.312", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "5.159", - "max": "5.329", - "min": "4.998", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "244.8", - "max": "245.146", - "min": "244.598", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "170.884", - "max": "171.379", - "min": "170.664", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "103.449", - "max": "103.577", - "min": "103.328", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "30.469", - "max": "30.76", - "min": "30.281", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "56.012", - "max": "77.805", - "min": "33.184", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "35.034", - "max": "53.682", - "min": "29.21", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "206.568", - "max": "209.166", - "min": "205.685", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "50.285", - "max": "50.48", - "min": "50.139", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "5.565", - "max": "5.832", - "min": "5.378", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "60.254", - "max": "93.005", - "min": "58.211", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "47.436", - "max": "47.681", - "min": "47.299", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "26.327", - "max": "26.542", - "min": "26.119", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "0.049", - "max": "0.114", - "min": "0.029", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "96.538", - "max": "96.863", - "min": "96.32", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "254.682", - "max": "255.029", - "min": "254.406", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "111.375", - "max": "115.112", - "min": "111.075", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "95.942", - "max": "96.222", - "min": "95.756", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "109.522", - "max": "117.847", - "min": "108.765", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "78.11", - "max": "78.863", - "min": "77.765", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "119.412", - "max": "125.925", - "min": "118.969", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "219.705", - "max": "221.367", - "min": "219.477", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "68.224", - "max": "68.415", - "min": "68.079", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "69.881", - "max": "69.992", - "min": "69.766", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "83.188", - "max": "98.437", - "min": "81.587", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "178.52", - "max": "178.728", - "min": "178.305", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "111.397", - "max": "153.444", - "min": "109.793", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "98.992", - "max": "139.242", - "min": "96.159", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "16.547", - "max": "16.747", - "min": "16.403", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "70.138", - "max": "70.555", - "min": "69.761", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "113.321", - "max": "114.223", - "min": "113.071", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "239.709", - "max": "298.687", - "min": "231.435", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "44.723", - "max": "44.937", - "min": "44.573", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "169.14", - "max": "241.903", - "min": "161.273", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "42.87", - "max": "43.567", - "min": "42.723", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "375.029", - "max": "375.336", - "min": "374.673", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "107.063", - "max": "107.238", - "min": "106.859", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "4.928", - "max": "5.077", - "min": "4.787", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "175.613", - "max": "175.746", - "min": "175.451", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "230.676", - "max": "230.898", - "min": "230.517", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "166.333", - "max": "166.542", - "min": "166.185", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "57.178", - "max": "57.621", - "min": "56.989", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "240.444", - "max": "246.078", - "min": "239.528", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "11.155", - "max": "11.768", - "min": "11.031", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "15.29", - "max": "15.496", - "min": "15.141", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "91.941", - "max": "96.377", - "min": "91.52", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "300.147", - "max": "359.589", - "min": "278.559", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "82.478", - "max": "83.849", - "min": "82.241", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "85.825", - "max": "86.119", - "min": "85.639", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "101.943", - "max": "125.826", - "min": "100.772", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "93.723", - "max": "101.337", - "min": "93.35", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "71.585", - "max": "72.518", - "min": "71.301", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "122.098", - "max": "122.255", - "min": "121.925", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "114.569", - "max": "114.778", - "min": "114.395", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "136.768", - "max": "137", - "min": "136.544", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "120.088", - "max": "133.125", - "min": "119.449", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "75.907", - "max": "82.876", - "min": "75.418", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "89.12", - "max": "89.308", - "min": "88.942", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "79.127", - "max": "79.631", - "min": "78.941", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "113.48", - "max": "113.722", - "min": "113.28", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "131.501", - "max": "131.731", - "min": "131.327", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "100.839", - "max": "137.731", - "min": "98.582", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "119.055", - "max": "175.243", - "min": "89.158", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "68.204", - "max": "69.249", - "min": "68.035", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "128.734", - "max": "128.941", - "min": "128.5", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "110.235", - "max": "122.701", - "min": "109.163", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "119.732", - "max": "120.349", - "min": "119.205", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "77.307", - "max": "92.254", - "min": "76.527", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "275.381", - "max": "295.294", - "min": "274.449", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "89.533", - "max": "89.854", - "min": "89.385", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "99.753", - "max": "142.086", - "min": "97.772", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "94.629", - "max": "94.749", - "min": "94.451", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "96.861", - "max": "104.296", - "min": "95.054", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "124.284", - "max": "124.5", - "min": "124.147", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "74.284", - "max": "84.986", - "min": "73.196", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "75.554", - "max": "78.917", - "min": "74.452", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "74.468", - "max": "74.705", - "min": "74.237", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "229.71", - "max": "244.375", - "min": "228.317", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "11.369", - "max": "18.535", - "min": "10.558", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "235.021", - "max": "236.309", - "min": "229.176", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "213.93", - "max": "214.223", - "min": "213.716", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "81.107", - "max": "82.038", - "min": "80.959", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "209.075", - "max": "209.972", - "min": "208.787", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "81.764", - "max": "81.994", - "min": "81.511", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "105.93", - "max": "106.26", - "min": "105.738", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "139.733", - "max": "173.826", - "min": "137.15", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "70.398", - "max": "71.887", - "min": "70.005", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "80.601", - "max": "81.764", - "min": "80.303", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "27.561", - "max": "27.708", - "min": "27.418", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "42.2", - "max": "75.304", - "min": "40.924", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "252.574", - "max": "252.784", - "min": "252.35", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "9.967", - "max": "10.318", - "min": "9.818", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "98.179", - "max": "105.793", - "min": "97.789", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "4.31", - "max": "4.438", - "min": "4.213", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "93.032", - "max": "93.175", - "min": "92.873", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "151.405", - "max": "640.01", - "min": "134.334", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "48.364", - "max": "51.695", - "min": "45.8", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "99.476", - "max": "99.762", - "min": "99.275", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "105.781", - "max": "107.275", - "min": "105.141", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "69.98", - "max": "73.997", - "min": "69.243", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "218.519", - "max": "239.118", - "min": "212.249", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "158.026", - "max": "158.192", - "min": "157.783", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "164.891", - "max": "180.993", - "min": "157.968", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "117.464", - "max": "117.637", - "min": "117.355", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "83.228", - "max": "83.341", - "min": "83.121", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "115.97", - "max": "122.007", - "min": "115.602", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "12.776", - "max": "14.589", - "min": "12.323", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "17.085", - "max": "17.287", - "min": "16.921", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "140.901", - "max": "151.317", - "min": "138.571", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "99.383", - "max": "99.81", - "min": "99.049", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "15.579", - "max": "17.451", - "min": "14.667", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "135.411", - "max": "135.565", - "min": "135.272", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "33.352", - "max": "33.636", - "min": "33.101", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "86.854", - "max": "121.824", - "min": "84.905", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "236.775", - "max": "274.54", - "min": "229.084", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.353", - "max": "119.377", - "min": "107.33", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "75.188", - "max": "75.381", - "min": "75.003", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "96.219", - "max": "96.563", - "min": "96.052", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "162.024", - "max": "162.595", - "min": "161.809", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "102.136", - "max": "119.18", - "min": "92.431", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "106.74", - "max": "164.422", - "min": "104.611", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "203.691", - "max": "205.388", - "min": "203.23", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "151.068", - "max": "152.399", - "min": "150.69", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "28.283", - "max": "34.675", - "min": "27.926", - "id": "145", - "country": "United States", - "source_name": "Albany", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "151": { - "name": "Honolulu", - "data": { - "0": { - "avg": "229.253", - "max": "244.238", - "min": "228.229", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "211.262", - "max": "212.43", - "min": "210.848", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "115.948", - "max": "116.494", - "min": "115.656", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "210.204", - "max": "217.078", - "min": "209.436", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "187.899", - "max": "189.379", - "min": "187.61", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "78.842", - "max": "81.215", - "min": "78.495", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "181.452", - "max": "182.329", - "min": "181.107", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "248.842", - "max": "256.148", - "min": "247.603", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "224.554", - "max": "228.457", - "min": "224.091", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "198.084", - "max": "200.972", - "min": "197.656", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "190.286", - "max": "190.623", - "min": "190.016", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "88.033", - "max": "96.014", - "min": "87.466", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "106.696", - "max": "117.117", - "min": "106.221", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.216", - "max": "116.182", - "min": "111.693", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "123.386", - "max": "135.648", - "min": "122.525", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "106.335", - "max": "108.679", - "min": "105.717", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "205.761", - "max": "210.265", - "min": "205.098", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "109.507", - "max": "125.074", - "min": "107.649", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "165.377", - "max": "165.848", - "min": "164.964", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "195.8", - "max": "201.929", - "min": "195.136", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "228.398", - "max": "243.073", - "min": "227.646", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "94.249", - "max": "126.643", - "min": "92.735", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "54.414", - "max": "64.186", - "min": "53.666", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "70.905", - "max": "71.535", - "min": "70.679", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "203.355", - "max": "203.931", - "min": "202.999", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "188.253", - "max": "191.74", - "min": "187.714", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "200.476", - "max": "201.419", - "min": "200.107", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "199.547", - "max": "200.408", - "min": "199.021", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "184.727", - "max": "192.44", - "min": "184.122", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "54.561", - "max": "55.612", - "min": "54.298", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "187.736", - "max": "190.097", - "min": "187.429", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "205.622", - "max": "206.762", - "min": "205.339", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "105.082", - "max": "120.199", - "min": "104.018", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "220.332", - "max": "221.935", - "min": "219.993", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "191.566", - "max": "203.421", - "min": "190.632", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "152.746", - "max": "190.322", - "min": "151.271", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "50.098", - "max": "50.711", - "min": "49.883", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "54.516", - "max": "55.171", - "min": "54.208", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "87.551", - "max": "98.168", - "min": "86.663", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "114.436", - "max": "123.179", - "min": "113.784", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "320.747", - "max": "322.953", - "min": "320.278", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "187.224", - "max": "190.809", - "min": "186.612", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "215.144", - "max": "219.247", - "min": "214.645", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "204.067", - "max": "210.408", - "min": "203.604", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "307.429", - "max": "307.986", - "min": "307.271", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "211.676", - "max": "213.427", - "min": "211.073", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "210.26", - "max": "210.973", - "min": "210.023", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "158.929", - "max": "160.075", - "min": "158.564", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "240.491", - "max": "243.519", - "min": "239.942", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "95.164", - "max": "95.624", - "min": "94.899", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "112.621", - "max": "115.252", - "min": "112.224", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "74.165", - "max": "74.892", - "min": "73.83", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "233.081", - "max": "257.648", - "min": "182.697", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "85.286", - "max": "94.442", - "min": "84.804", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "298.838", - "max": "305.961", - "min": "295.159", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "211.167", - "max": "212.108", - "min": "210.797", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "200.674", - "max": "203.453", - "min": "199.761", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "208.899", - "max": "213.657", - "min": "208.481", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "212.59", - "max": "214.418", - "min": "212.065", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "188.134", - "max": "191.89", - "min": "187.678", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "239.542", - "max": "242.576", - "min": "238.855", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "238.412", - "max": "247.87", - "min": "237.789", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "187.392", - "max": "280.452", - "min": "174.312", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "199.051", - "max": "203.852", - "min": "198.516", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "220.001", - "max": "220.681", - "min": "219.728", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "206.885", - "max": "212.15", - "min": "206.412", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "114.879", - "max": "118.381", - "min": "114.535", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "213.655", - "max": "218.82", - "min": "212.825", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "240.553", - "max": "242.372", - "min": "239.742", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "76.168", - "max": "78.906", - "min": "75.73", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "179.767", - "max": "181.042", - "min": "179.492", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "53.38", - "max": "53.901", - "min": "53.071", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "166.382", - "max": "170.473", - "min": "165.857", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "115.444", - "max": "115.723", - "min": "115.198", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "215.617", - "max": "224.733", - "min": "214.711", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "173.568", - "max": "178.993", - "min": "172.95", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "109.592", - "max": "112.347", - "min": "109.287", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "53.272", - "max": "54.236", - "min": "53.087", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "108.699", - "max": "113.882", - "min": "108.084", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "100.13", - "max": "105.589", - "min": "99.755", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "67.396", - "max": "69.933", - "min": "67.103", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "128.087", - "max": "128.432", - "min": "127.795", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "435.151", - "max": "436.325", - "min": "434.811", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "285.361", - "max": "390.507", - "min": "281.429", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "60.687", - "max": "61.551", - "min": "60.37", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "232.464", - "max": "233.855", - "min": "231.936", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "181.672", - "max": "184.098", - "min": "181.194", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "114.3", - "max": "116.183", - "min": "113.983", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "88.492", - "max": "89.275", - "min": "88.19", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "180.216", - "max": "181.011", - "min": "179.852", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "95.64", - "max": "109.412", - "min": "94.357", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "60.634", - "max": "71.167", - "min": "59.98", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "174.461", - "max": "177.537", - "min": "174.079", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "109.029", - "max": "117.658", - "min": "108.41", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "118.378", - "max": "126.748", - "min": "117.487", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "113.752", - "max": "115.832", - "min": "113.438", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "153.437", - "max": "153.912", - "min": "153.128", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "154.336", - "max": "173.371", - "min": "152.606", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "57.066", - "max": "57.612", - "min": "56.739", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "103.568", - "max": "104.684", - "min": "103.271", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "111.829", - "max": "113.871", - "min": "111.324", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "89.402", - "max": "126.431", - "min": "87.49", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "217.103", - "max": "227.137", - "min": "216.422", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "211.601", - "max": "214.514", - "min": "210.564", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "92.222", - "max": "93.512", - "min": "91.951", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "280.225", - "max": "280.843", - "min": "278.603", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "209.7", - "max": "211.043", - "min": "209.39", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "109.717", - "max": "111.491", - "min": "109.461", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "115.7", - "max": "122.388", - "min": "115.315", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "289.864", - "max": "291.834", - "min": "289.455", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "168.799", - "max": "178.425", - "min": "168.186", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "180.534", - "max": "182.619", - "min": "180.197", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "106.248", - "max": "107.262", - "min": "105.726", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "341.236", - "max": "342.89", - "min": "340.806", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "526.5", - "max": "644.455", - "min": "356.178", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "334.599", - "max": "401.191", - "min": "246.941", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "335.806", - "max": "336.217", - "min": "335.403", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "134.556", - "max": "138.647", - "min": "133.997", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "95.232", - "max": "108.111", - "min": "94.591", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "116.021", - "max": "116.675", - "min": "115.507", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "76.665", - "max": "89.778", - "min": "75.714", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "193.543", - "max": "342.903", - "min": "117.427", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "217.629", - "max": "218.017", - "min": "217.435", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "210.962", - "max": "218.14", - "min": "209.891", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "213.078", - "max": "214.092", - "min": "212.781", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "214.306", - "max": "219.056", - "min": "213.685", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "107.448", - "max": "123.893", - "min": "106.444", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "308.866", - "max": "309.618", - "min": "308.526", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "290.525", - "max": "292.866", - "min": "290.163", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "101.111", - "max": "103.634", - "min": "100.749", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "115.545", - "max": "116.641", - "min": "115.292", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "95.739", - "max": "98.272", - "min": "95.381", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "113.071", - "max": "115.939", - "min": "112.799", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "217.639", - "max": "219.219", - "min": "216.904", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "95.273", - "max": "95.968", - "min": "95.124", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "119.796", - "max": "124.379", - "min": "119.348", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "87.385", - "max": "93.923", - "min": "86.063", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "88.58", - "max": "90.488", - "min": "88.293", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "94.136", - "max": "113.323", - "min": "93.336", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "109.155", - "max": "110.479", - "min": "108.894", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "224.477", - "max": "227.654", - "min": "224.178", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "194.788", - "max": "195.937", - "min": "194.236", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "225.334", - "max": "227.915", - "min": "224.877", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "198.336", - "max": "198.667", - "min": "197.972", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "0.081", - "max": "0.331", - "min": "0.027", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "183.964", - "max": "186.365", - "min": "183.628", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "214.383", - "max": "215.736", - "min": "214.086", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "297.59", - "max": "298.83", - "min": "291.605", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "172.597", - "max": "173.375", - "min": "172.308", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "174.998", - "max": "184.418", - "min": "174.372", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "188.475", - "max": "206.952", - "min": "186.197", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "95.034", - "max": "99.871", - "min": "94.607", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "209.227", - "max": "211.585", - "min": "208.79", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "195.517", - "max": "197.067", - "min": "194.753", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "106.435", - "max": "106.914", - "min": "106.134", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "79.852", - "max": "91.814", - "min": "78.486", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "212.148", - "max": "221.189", - "min": "211.173", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "182.134", - "max": "223.705", - "min": "171.544", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "105.952", - "max": "108.397", - "min": "105.545", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "252.197", - "max": "313.676", - "min": "246.085", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "141.718", - "max": "142.884", - "min": "141.488", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "326.095", - "max": "327.554", - "min": "325.653", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "211.649", - "max": "213.877", - "min": "211.279", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "112.685", - "max": "113.065", - "min": "112.502", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "280.617", - "max": "281.532", - "min": "280.307", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "327.421", - "max": "328.538", - "min": "327.099", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "236.882", - "max": "237.832", - "min": "236.538", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "101.958", - "max": "104.674", - "min": "101.543", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "223.878", - "max": "230.543", - "min": "222.889", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "115.771", - "max": "116.885", - "min": "115.376", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "112.125", - "max": "122.188", - "min": "111.493", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "191.082", - "max": "192.13", - "min": "190.609", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "323.682", - "max": "325.943", - "min": "323.345", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "179.468", - "max": "180.149", - "min": "179.023", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "194.423", - "max": "195.001", - "min": "194.023", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "203.031", - "max": "221.091", - "min": "201.679", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "201.058", - "max": "205.163", - "min": "200.436", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "178.387", - "max": "179.181", - "min": "178.021", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "236.121", - "max": "239.603", - "min": "235.505", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "220.162", - "max": "222.187", - "min": "219.8", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "237.7", - "max": "242.607", - "min": "237.118", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "229.329", - "max": "232.311", - "min": "228.946", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "181.273", - "max": "183.86", - "min": "180.772", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "192.42", - "max": "194.984", - "min": "192.106", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "185.088", - "max": "191.143", - "min": "184.369", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "196.687", - "max": "197.361", - "min": "196.28", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "231.101", - "max": "231.504", - "min": "230.806", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "200.881", - "max": "220.291", - "min": "198.946", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "203.848", - "max": "297.583", - "min": "188.032", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "171.246", - "max": "173.768", - "min": "170.907", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "233.834", - "max": "234.5", - "min": "233.596", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "208.969", - "max": "209.494", - "min": "208.605", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "222.038", - "max": "222.771", - "min": "221.52", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "186.328", - "max": "226.512", - "min": "184.411", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "169.494", - "max": "170.688", - "min": "169.243", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "204.27", - "max": "204.88", - "min": "203.987", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "211.479", - "max": "212.085", - "min": "210.962", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "209.989", - "max": "214.498", - "min": "209.614", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "180.139", - "max": "187.036", - "min": "178.28", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "237.256", - "max": "237.88", - "min": "236.953", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "180.545", - "max": "187.811", - "min": "179.722", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "191.017", - "max": "191.667", - "min": "190.692", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "180.18", - "max": "181.735", - "min": "179.303", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "222.546", - "max": "230.532", - "min": "222.01", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "109.947", - "max": "118.036", - "min": "108.957", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "393.44", - "max": "401.48", - "min": "363.148", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "283.016", - "max": "283.563", - "min": "282.817", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "183.731", - "max": "184.976", - "min": "183.471", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "332.604", - "max": "333.612", - "min": "332.328", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "67.886", - "max": "68.271", - "min": "67.546", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "218.986", - "max": "221.777", - "min": "218.6", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "243.738", - "max": "244.484", - "min": "243.406", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "175.606", - "max": "181.298", - "min": "174.838", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "181.323", - "max": "183.677", - "min": "180.762", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "99.865", - "max": "100.224", - "min": "99.655", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "122.456", - "max": "123.101", - "min": "122.253", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "253.496", - "max": "423.969", - "min": "247.388", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "112.225", - "max": "112.416", - "min": "112.095", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "193.712", - "max": "196.049", - "min": "193.114", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "114.954", - "max": "115.334", - "min": "114.658", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "194.68", - "max": "202.773", - "min": "193.967", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "228.28", - "max": "228.863", - "min": "227.981", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "123.78", - "max": "129.307", - "min": "121.34", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "191.032", - "max": "196.593", - "min": "190.429", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "230.552", - "max": "235.907", - "min": "229.587", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "165.476", - "max": "175.522", - "min": "164.16", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "275.705", - "max": "282.698", - "min": "275.058", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "114.769", - "max": "116.351", - "min": "114.435", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "277.586", - "max": "280.856", - "min": "277.176", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "229.377", - "max": "230.145", - "min": "229.165", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "190.585", - "max": "191.312", - "min": "190.33", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "237.597", - "max": "242.289", - "min": "237.035", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "116.695", - "max": "119.638", - "min": "116.2", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "105.647", - "max": "106.038", - "min": "105.449", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "244.184", - "max": "249.645", - "min": "242.251", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "172.164", - "max": "173.805", - "min": "170.907", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "122.566", - "max": "126.077", - "min": "121.296", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "244.438", - "max": "247.421", - "min": "244", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "85.91", - "max": "86.713", - "min": "85.719", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "179.379", - "max": "267.097", - "min": "175.632", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "236.121", - "max": "290.834", - "min": "215.018", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.358", - "max": "184.358", - "min": "184.358", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "176.176", - "max": "178.373", - "min": "175.823", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "189.571", - "max": "195.676", - "min": "189.028", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "268.117", - "max": "270.326", - "min": "267.688", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "203.281", - "max": "220.726", - "min": "195.078", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "200.81", - "max": "204.941", - "min": "200.303", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "237.974", - "max": "240.244", - "min": "237.547", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "252.134", - "max": "260.218", - "min": "251.497", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "110.936", - "max": "113.092", - "min": "110.622", - "id": "151", - "country": "United States", - "source_name": "Honolulu", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "162": { - "name": "Raleigh", - "data": { - "0": { - "avg": "93.995", - "max": "94.321", - "min": "93.768", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "213.923", - "max": "215.334", - "min": "213.499", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "21.15", - "max": "22.033", - "min": "20.936", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "107.243", - "max": "115.133", - "min": "106.282", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "85.933", - "max": "86.12", - "min": "85.748", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "183.458", - "max": "187.087", - "min": "183.148", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "86.149", - "max": "86.308", - "min": "86.021", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "219.582", - "max": "223.552", - "min": "218.955", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "136.991", - "max": "137.751", - "min": "136.804", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "115.038", - "max": "116.624", - "min": "114.664", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "78.018", - "max": "79.231", - "min": "77.658", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "36.606", - "max": "37.001", - "min": "36.485", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "13.435", - "max": "13.781", - "min": "13.322", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "17.804", - "max": "18.311", - "min": "17.59", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "27.997", - "max": "28.169", - "min": "27.889", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "7.125", - "max": "7.528", - "min": "6.934", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "106.905", - "max": "108.262", - "min": "106.568", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "19.472", - "max": "22.924", - "min": "19.223", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "101.901", - "max": "102.834", - "min": "101.395", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "104.941", - "max": "105.827", - "min": "104.762", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "217.879", - "max": "218.146", - "min": "217.8", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "28.308", - "max": "29.532", - "min": "28.118", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "74.73", - "max": "75.165", - "min": "74.576", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "76.86", - "max": "77.191", - "min": "76.722", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "109.504", - "max": "110.97", - "min": "109.009", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "102.926", - "max": "103.11", - "min": "102.795", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "104.457", - "max": "106.096", - "min": "104.14", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "104.634", - "max": "110.029", - "min": "104.076", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "95.652", - "max": "96.036", - "min": "95.517", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "66.51", - "max": "67.339", - "min": "66.191", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "251.561", - "max": "253.644", - "min": "251.343", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "112.667", - "max": "112.966", - "min": "112.557", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "58.966", - "max": "61.803", - "min": "58.683", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "136.919", - "max": "139.089", - "min": "136.731", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "106.528", - "max": "108.871", - "min": "106.107", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "258.37", - "max": "259.591", - "min": "258.078", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "60.4", - "max": "62.161", - "min": "60.028", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "225.176", - "max": "232.811", - "min": "220.609", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "31.291", - "max": "33.4", - "min": "30.943", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "12.059", - "max": "12.191", - "min": "11.864", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "222.579", - "max": "225.452", - "min": "222.011", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "88.291", - "max": "93.041", - "min": "87.712", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "135.047", - "max": "135.809", - "min": "134.86", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "112.391", - "max": "116.474", - "min": "111.764", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "266.209", - "max": "266.367", - "min": "266.101", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "117.25", - "max": "117.925", - "min": "116.844", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "125.202", - "max": "125.724", - "min": "124.942", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "89.84", - "max": "90.7", - "min": "89.565", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "165.547", - "max": "166.029", - "min": "165.388", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "49.401", - "max": "50.13", - "min": "49.258", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "21.199", - "max": "21.425", - "min": "21.058", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "73.52", - "max": "73.934", - "min": "73.317", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "100.126", - "max": "193.077", - "min": "92.928", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "41.027", - "max": "43.761", - "min": "40.819", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "230.596", - "max": "236.658", - "min": "227.431", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "264.815", - "max": "265.304", - "min": "264.568", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "111.769", - "max": "115.59", - "min": "110.679", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "216.441", - "max": "216.844", - "min": "216.315", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "125.614", - "max": "127.103", - "min": "125.238", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "92.204", - "max": "97.398", - "min": "91.946", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "143.873", - "max": "145.084", - "min": "143.518", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "140.731", - "max": "199.155", - "min": "136.157", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "259.279", - "max": "300.222", - "min": "256.164", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "240.145", - "max": "247.148", - "min": "239.568", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "131.999", - "max": "133.514", - "min": "131.299", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "125.554", - "max": "126.176", - "min": "125.367", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "13.312", - "max": "14.405", - "min": "13.144", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "122.865", - "max": "123.549", - "min": "122.428", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "142.991", - "max": "144.322", - "min": "142.312", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "57.059", - "max": "57.294", - "min": "56.933", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "219.534", - "max": "220.141", - "min": "219.31", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "60.533", - "max": "61.432", - "min": "60.231", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "72.155", - "max": "74.378", - "min": "71.737", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "22.42", - "max": "22.662", - "min": "22.33", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "139.03", - "max": "140.243", - "min": "138.695", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "103.016", - "max": "104.021", - "min": "102.848", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "18.159", - "max": "18.421", - "min": "18.02", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "70.725", - "max": "71.332", - "min": "70.537", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "23.37", - "max": "24.957", - "min": "23.018", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "23.629", - "max": "24.168", - "min": "23.472", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "190.851", - "max": "197.591", - "min": "187.628", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "28.368", - "max": "28.895", - "min": "28.098", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "384.249", - "max": "386.455", - "min": "383.65", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "254.999", - "max": "255.644", - "min": "254.784", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "62.959", - "max": "65.096", - "min": "62.759", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "138.766", - "max": "179.758", - "min": "136.901", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "91.341", - "max": "92.155", - "min": "91.07", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "32.396", - "max": "32.647", - "min": "32.28", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "26.181", - "max": "26.616", - "min": "25.999", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "85.766", - "max": "90.441", - "min": "85.494", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "39.466", - "max": "46.256", - "min": "38.547", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "74.584", - "max": "75.325", - "min": "74.253", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "122.822", - "max": "123.107", - "min": "122.694", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "210.753", - "max": "217.002", - "min": "210.166", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "24.142", - "max": "24.272", - "min": "23.995", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "38.655", - "max": "40.875", - "min": "38.292", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "77.561", - "max": "77.927", - "min": "77.267", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "64.008", - "max": "82.571", - "min": "62.22", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "66.953", - "max": "67.89", - "min": "66.76", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "27.664", - "max": "29.989", - "min": "27.302", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "36.308", - "max": "38.651", - "min": "36.138", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "63.687", - "max": "65.457", - "min": "63.429", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "134.983", - "max": "135.512", - "min": "134.762", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "233.335", - "max": "237.584", - "min": "232.509", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "35.163", - "max": "35.89", - "min": "34.949", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "199.21", - "max": "202.353", - "min": "198.66", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "94.707", - "max": "101.55", - "min": "94.354", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "14.59", - "max": "15.246", - "min": "14.34", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "18.863", - "max": "24.606", - "min": "18.589", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "225.09", - "max": "228.308", - "min": "224.644", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "212.67", - "max": "213.406", - "min": "212.462", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "199.168", - "max": "199.393", - "min": "199.054", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "12.078", - "max": "13.381", - "min": "11.92", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "208.972", - "max": "249.409", - "min": "207.123", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "439.748", - "max": "546.984", - "min": "277.03", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "217.859", - "max": "294.172", - "min": "147.701", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "254.081", - "max": "255.006", - "min": "253.5", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "169.277", - "max": "171.9", - "min": "169.001", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "43.805", - "max": "44.719", - "min": "43.616", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "30.196", - "max": "31.808", - "min": "29.848", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "42.95", - "max": "44.128", - "min": "42.671", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "108.923", - "max": "258.115", - "min": "30.952", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "122.858", - "max": "124.973", - "min": "122.614", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "130.819", - "max": "349.245", - "min": "122.644", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "117.216", - "max": "117.581", - "min": "117.102", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "108.159", - "max": "109.098", - "min": "107.679", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "12.658", - "max": "13.148", - "min": "12.5", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "233.616", - "max": "234.201", - "min": "233.114", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "194.671", - "max": "195.491", - "min": "194.459", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "106.742", - "max": "107.928", - "min": "106.536", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "33.572", - "max": "33.962", - "min": "33.464", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "23.251", - "max": "23.328", - "min": "23.118", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "30.908", - "max": "31.059", - "min": "30.802", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "204.376", - "max": "205.531", - "min": "203.612", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "49.437", - "max": "49.565", - "min": "49.336", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "20.199", - "max": "28.188", - "min": "19.707", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "62.716", - "max": "87.793", - "min": "60.427", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "40.872", - "max": "41.188", - "min": "40.683", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.836", - "max": "40.538", - "min": "38.591", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "16.655", - "max": "18.971", - "min": "16.429", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "106.579", - "max": "106.887", - "min": "106.488", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "293.449", - "max": "296.138", - "min": "292.977", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "123.952", - "max": "126.573", - "min": "123.395", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "104.914", - "max": "105.038", - "min": "104.805", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.559", - "max": "110.493", - "min": "106.038", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "94.151", - "max": "94.709", - "min": "93.84", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "116.248", - "max": "134.79", - "min": "115.501", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "264.048", - "max": "265.014", - "min": "263.603", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "81.708", - "max": "103.353", - "min": "80.639", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "83.751", - "max": "84.009", - "min": "83.616", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "99.383", - "max": "113.574", - "min": "97.264", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "210.039", - "max": "210.312", - "min": "209.972", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "119.303", - "max": "120.796", - "min": "118.953", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "93.152", - "max": "95.802", - "min": "92.829", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "0.026", - "max": "0.061", - "min": "0.016", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "70.806", - "max": "71.956", - "min": "70.404", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "138.339", - "max": "152.988", - "min": "137.184", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "217.418", - "max": "258.768", - "min": "210.432", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "46.745", - "max": "47.513", - "min": "46.49", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "161.202", - "max": "255.435", - "min": "152.977", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "39.135", - "max": "39.237", - "min": "39.057", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "477.231", - "max": "477.789", - "min": "476.561", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "118.572", - "max": "118.822", - "min": "118.419", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "12.814", - "max": "18.254", - "min": "12.482", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "199.782", - "max": "200.222", - "min": "199.561", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "244.027", - "max": "244.459", - "min": "243.571", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "172.19", - "max": "172.377", - "min": "172.072", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "57.576", - "max": "57.948", - "min": "57.393", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "258.66", - "max": "259.722", - "min": "257.978", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "20.825", - "max": "21.543", - "min": "20.558", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "15.754", - "max": "16.271", - "min": "15.671", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "90.808", - "max": "94.177", - "min": "90.313", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "289.304", - "max": "289.566", - "min": "289.154", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "90.4", - "max": "91.143", - "min": "90.231", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "110.033", - "max": "110.773", - "min": "109.737", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "107.687", - "max": "119.767", - "min": "107.076", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "99.573", - "max": "99.818", - "min": "99.491", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "85.535", - "max": "86.554", - "min": "85.211", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "144.731", - "max": "145.102", - "min": "144.542", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "135.992", - "max": "137.129", - "min": "135.745", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "141.63", - "max": "143.445", - "min": "141.456", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "124.596", - "max": "125.436", - "min": "124.455", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "94.242", - "max": "96.619", - "min": "93.861", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "87.68", - "max": "88.121", - "min": "87.551", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "86.638", - "max": "88.15", - "min": "86.381", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "107.808", - "max": "108.453", - "min": "107.614", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "135.645", - "max": "136.943", - "min": "135.36", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "113.725", - "max": "126.179", - "min": "112.091", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "120.529", - "max": "133.43", - "min": "105.26", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "78.777", - "max": "79.135", - "min": "78.637", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "140.102", - "max": "141.053", - "min": "139.879", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "125.08", - "max": "125.435", - "min": "124.846", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "131.561", - "max": "132.152", - "min": "131.157", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "93.52", - "max": "93.914", - "min": "93.327", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "250.399", - "max": "264.477", - "min": "249.756", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "103.79", - "max": "103.985", - "min": "103.656", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "110.139", - "max": "110.453", - "min": "110.011", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "111.775", - "max": "112.084", - "min": "111.644", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "95.449", - "max": "100.993", - "min": "93.583", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "139.632", - "max": "140.669", - "min": "139.442", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "97.57", - "max": "104.452", - "min": "96.871", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "95.786", - "max": "96.239", - "min": "95.623", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "91.489", - "max": "95.423", - "min": "91.228", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "230.04", - "max": "230.522", - "min": "229.87", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "16.848", - "max": "21.73", - "min": "16.131", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "411.125", - "max": "421.851", - "min": "378.383", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "219.331", - "max": "219.716", - "min": "219.215", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "90.171", - "max": "91.082", - "min": "89.952", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "238.656", - "max": "239.474", - "min": "238.405", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "95.046", - "max": "96.043", - "min": "94.747", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "122.667", - "max": "122.885", - "min": "122.539", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "138.512", - "max": "139.588", - "min": "138.277", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "86.503", - "max": "88.159", - "min": "86", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "90.727", - "max": "91.81", - "min": "90.415", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "28.066", - "max": "28.859", - "min": "27.891", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "29.821", - "max": "30.572", - "min": "29.724", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "243.62", - "max": "249.791", - "min": "239.713", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "18.347", - "max": "18.501", - "min": "18.25", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "99.891", - "max": "100.715", - "min": "99.685", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "22.827", - "max": "24.787", - "min": "22.616", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "113.67", - "max": "114.654", - "min": "113.417", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "140.032", - "max": "141.24", - "min": "139.856", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "47.714", - "max": "52.429", - "min": "44.975", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "102.161", - "max": "102.629", - "min": "101.724", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "130.003", - "max": "133.216", - "min": "129.317", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "79.064", - "max": "91.276", - "min": "77.765", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "243.668", - "max": "244.171", - "min": "243.274", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "146.633", - "max": "146.794", - "min": "146.523", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "163.904", - "max": "164.532", - "min": "163.563", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "125.975", - "max": "126.17", - "min": "125.838", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "93.937", - "max": "94.069", - "min": "93.811", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "129.122", - "max": "129.902", - "min": "128.814", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "22.969", - "max": "24.788", - "min": "22.63", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "12.135", - "max": "12.893", - "min": "11.913", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "138.918", - "max": "141.64", - "min": "136.925", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "103.18", - "max": "105.635", - "min": "102.292", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "198.15", - "max": "208.437", - "min": "166.601", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "142.591", - "max": "143.144", - "min": "142.442", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "34.588", - "max": "35.676", - "min": "34.314", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "100.604", - "max": "102.289", - "min": "100.423", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "289.61", - "max": "292.337", - "min": "279.034", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "101.538", - "max": "101.605", - "min": "101.471", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "95.287", - "max": "95.845", - "min": "95.184", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "98.251", - "max": "98.725", - "min": "98.106", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "175.324", - "max": "176.738", - "min": "175.047", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "101.19", - "max": "117.913", - "min": "95.212", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "113.946", - "max": "114.496", - "min": "113.832", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "299.225", - "max": "300.721", - "min": "298.933", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "165.996", - "max": "166.503", - "min": "165.729", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "29.114", - "max": "31.786", - "min": "28.906", - "id": "162", - "country": "United States", - "source_name": "Raleigh", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "163": { - "name": "Roseburg", - "data": { - "0": { - "avg": "150.908", - "max": "151.403", - "min": "150.677", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "210.766", - "max": "211.518", - "min": "210.488", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "60.247", - "max": "61.31", - "min": "59.929", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "189.266", - "max": "200.649", - "min": "188.016", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "157.499", - "max": "165.95", - "min": "157.027", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "90.252", - "max": "90.723", - "min": "89.983", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "154.822", - "max": "156.365", - "min": "154.458", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "248.43", - "max": "254.516", - "min": "247.252", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "187.053", - "max": "187.624", - "min": "186.817", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "159.193", - "max": "162.066", - "min": "158.417", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "136.06", - "max": "136.348", - "min": "135.853", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "65.992", - "max": "66.372", - "min": "65.786", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "107.027", - "max": "126.642", - "min": "105.77", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "69.048", - "max": "69.746", - "min": "68.724", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "78.69", - "max": "82.235", - "min": "78.226", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "73.939", - "max": "74.457", - "min": "73.561", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "179.897", - "max": "180.342", - "min": "179.608", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "75.954", - "max": "81.835", - "min": "75.212", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "125.568", - "max": "125.846", - "min": "125.327", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "153.095", - "max": "153.811", - "min": "152.791", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "227.463", - "max": "228.232", - "min": "227.262", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "78.955", - "max": "83.321", - "min": "78.593", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "28.23", - "max": "29.205", - "min": "27.991", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "9.097", - "max": "12.939", - "min": "8.753", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "164.704", - "max": "165.052", - "min": "164.438", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "149.718", - "max": "150.138", - "min": "149.405", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "160.577", - "max": "162.77", - "min": "160.202", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "157.649", - "max": "158.314", - "min": "157.242", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "163.982", - "max": "164.274", - "min": "163.673", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "27.863", - "max": "29.361", - "min": "27.459", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "164.766", - "max": "165.019", - "min": "164.611", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "166.581", - "max": "166.875", - "min": "166.296", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "77.227", - "max": "93.066", - "min": "76.473", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "180.033", - "max": "180.41", - "min": "179.609", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "150.593", - "max": "152.652", - "min": "149.973", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.414", - "max": "165.894", - "min": "163.049", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "42.193", - "max": "43.518", - "min": "41.922", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "42.384", - "max": "43.434", - "min": "42.074", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "59.801", - "max": "60.103", - "min": "59.661", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "87.575", - "max": "95.781", - "min": "86.958", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "278.519", - "max": "281.111", - "min": "277.974", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "158.873", - "max": "161.473", - "min": "158.294", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "188.819", - "max": "189.24", - "min": "188.473", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "164.8", - "max": "165.181", - "min": "164.486", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "302.666", - "max": "302.944", - "min": "302.523", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "167.509", - "max": "168.712", - "min": "166.96", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "173.768", - "max": "174.259", - "min": "173.471", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "159.365", - "max": "159.85", - "min": "159.19", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "210.17", - "max": "210.812", - "min": "209.864", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "74.344", - "max": "74.92", - "min": "74.157", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "65.28", - "max": "65.888", - "min": "65.106", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "11.975", - "max": "12.407", - "min": "11.694", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "153.111", - "max": "162.513", - "min": "151.033", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "49.819", - "max": "51.208", - "min": "49.5", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "266.238", - "max": "281.154", - "min": "261.535", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "186.083", - "max": "189.531", - "min": "185.683", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "169.751", - "max": "171.276", - "min": "168.828", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "196.638", - "max": "198.322", - "min": "196.374", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "173.005", - "max": "176.763", - "min": "172.312", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "161.632", - "max": "163.186", - "min": "161.389", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "197.335", - "max": "236.48", - "min": "195.365", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "203.032", - "max": "236.349", - "min": "200.496", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "189.765", - "max": "199.553", - "min": "188.915", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "193.816", - "max": "194.076", - "min": "193.582", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "197.56", - "max": "198.465", - "min": "197.228", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "170.274", - "max": "171.198", - "min": "170.006", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "86.998", - "max": "87.354", - "min": "86.871", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "172.564", - "max": "173.263", - "min": "172.007", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "225.322", - "max": "228.145", - "min": "224.651", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "43.775", - "max": "45.535", - "min": "43.489", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "159.21", - "max": "160.615", - "min": "158.831", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "45.196", - "max": "45.682", - "min": "44.895", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "119.774", - "max": "124.339", - "min": "119.141", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "69.452", - "max": "76.546", - "min": "68.948", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "184.65", - "max": "185.63", - "min": "184.427", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "134.78", - "max": "135.21", - "min": "134.481", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "92.86", - "max": "93.087", - "min": "92.668", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "42.605", - "max": "43.107", - "min": "42.419", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "91.302", - "max": "96.857", - "min": "90.754", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "55.891", - "max": "56.339", - "min": "55.632", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "12.249", - "max": "12.71", - "min": "12.001", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "80.302", - "max": "81.351", - "min": "79.971", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "311.556", - "max": "317.949", - "min": "311.131", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "283.913", - "max": "285.322", - "min": "283.575", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "62.283", - "max": "63.173", - "min": "62.079", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "205.544", - "max": "206.642", - "min": "205.021", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "141.974", - "max": "142.321", - "min": "141.644", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "83.016", - "max": "83.327", - "min": "82.885", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "55.009", - "max": "55.447", - "min": "54.662", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "142.345", - "max": "143.43", - "min": "141.977", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "85.716", - "max": "87.354", - "min": "85.142", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "33.378", - "max": "34.315", - "min": "33.145", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "138.289", - "max": "138.687", - "min": "137.882", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "162.595", - "max": "162.943", - "min": "162.391", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "78.789", - "max": "114.438", - "min": "77.199", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "91.01", - "max": "91.778", - "min": "90.77", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "125.658", - "max": "129.794", - "min": "125.203", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "120.23", - "max": "130.688", - "min": "119.388", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "30.486", - "max": "30.795", - "min": "30.308", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "68.839", - "max": "70.346", - "min": "68.428", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "80.107", - "max": "80.46", - "min": "79.904", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "62.248", - "max": "62.648", - "min": "62.044", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "171.964", - "max": "176.146", - "min": "171.538", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "203.454", - "max": "223.101", - "min": "201.801", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "82.593", - "max": "83.267", - "min": "82.393", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "279.869", - "max": "280.262", - "min": "279.215", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "147.339", - "max": "153.566", - "min": "146.861", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "89.546", - "max": "99.239", - "min": "88.915", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "89.151", - "max": "89.303", - "min": "88.971", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "291.148", - "max": "291.758", - "min": "290.969", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "172.58", - "max": "173.183", - "min": "172.358", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "150.765", - "max": "151.087", - "min": "150.539", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "85.816", - "max": "86.568", - "min": "85.58", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "318.271", - "max": "319.384", - "min": "318.027", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "535.464", - "max": "653.292", - "min": "363.78", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "260.706", - "max": "360.751", - "min": "188.833", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "334.158", - "max": "363.118", - "min": "331.798", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "104.791", - "max": "105.78", - "min": "104.528", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "61.087", - "max": "61.73", - "min": "60.903", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "87.831", - "max": "88.562", - "min": "87.548", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.671", - "max": "42.576", - "min": "40.374", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "155.568", - "max": "307.093", - "min": "78.264", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "188.629", - "max": "189.484", - "min": "188.393", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "182.17", - "max": "370.306", - "min": "170.134", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "171.44", - "max": "171.853", - "min": "171.068", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "194.372", - "max": "195.584", - "min": "194.011", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "67.529", - "max": "68.31", - "min": "67.169", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "293.738", - "max": "294.456", - "min": "293.219", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "286.767", - "max": "289.474", - "min": "286.284", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "39.198", - "max": "40.05", - "min": "38.973", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "70.45", - "max": "71.021", - "min": "70.232", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "72.665", - "max": "73.208", - "min": "72.461", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "73.54", - "max": "74.24", - "min": "73.348", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "183.971", - "max": "184.722", - "min": "183.424", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "69.249", - "max": "69.625", - "min": "69.115", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "88.234", - "max": "88.49", - "min": "88.034", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "52.1", - "max": "65.318", - "min": "50.389", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "64.145", - "max": "64.337", - "min": "64.054", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "58.234", - "max": "58.901", - "min": "58.01", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "69.962", - "max": "70.514", - "min": "69.613", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "184.389", - "max": "185.097", - "min": "184.234", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "261.413", - "max": "263.238", - "min": "260.805", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "181.507", - "max": "182.841", - "min": "181.169", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "157.655", - "max": "158.034", - "min": "157.368", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "79.345", - "max": "91.497", - "min": "78.481", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "142.631", - "max": "145.211", - "min": "142.285", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "187.071", - "max": "191.578", - "min": "186.611", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "274.999", - "max": "275.595", - "min": "274.612", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "133.152", - "max": "134.979", - "min": "132.84", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "134.519", - "max": "136.27", - "min": "134.09", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "146.211", - "max": "153.13", - "min": "144.924", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "108.025", - "max": "108.291", - "min": "107.837", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "167.728", - "max": "169.673", - "min": "167.318", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "174.469", - "max": "177.178", - "min": "173.626", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "70.734", - "max": "71.205", - "min": "70.48", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "0.045", - "max": "0.085", - "min": "0.032", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "172.56", - "max": "178.093", - "min": "171.913", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "165.96", - "max": "206.616", - "min": "159.029", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "42.999", - "max": "43.586", - "min": "42.854", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "214.178", - "max": "288.345", - "min": "206.223", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "101.358", - "max": "102.293", - "min": "100.935", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "325.797", - "max": "326.685", - "min": "325.461", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "182.184", - "max": "184.26", - "min": "181.729", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "85.54", - "max": "85.794", - "min": "85.326", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "246.746", - "max": "247.117", - "min": "246.487", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "290.217", - "max": "291.227", - "min": "289.899", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "224.904", - "max": "230.192", - "min": "224.275", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "83.192", - "max": "83.41", - "min": "83.006", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "292.51", - "max": "297.176", - "min": "290.557", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.443", - "max": "94.677", - "min": "72.462", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "74.981", - "max": "75.237", - "min": "74.693", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "166.095", - "max": "168.587", - "min": "165.698", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "283.536", - "max": "284.371", - "min": "283.248", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "139.874", - "max": "140.093", - "min": "139.575", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "153.85", - "max": "154.313", - "min": "153.5", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "162.28", - "max": "182.559", - "min": "161.078", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "169.858", - "max": "170.183", - "min": "169.643", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "136.939", - "max": "138.151", - "min": "136.559", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "196.023", - "max": "198.738", - "min": "195.572", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "193.594", - "max": "194.014", - "min": "193.434", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "194.498", - "max": "196.422", - "min": "194.142", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "214.83", - "max": "224.847", - "min": "213.863", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "140.337", - "max": "144.505", - "min": "139.698", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "157.013", - "max": "157.313", - "min": "156.86", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "158.585", - "max": "159.368", - "min": "158.395", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "152.631", - "max": "155.301", - "min": "151.99", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "208.409", - "max": "208.811", - "min": "208.154", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "180.415", - "max": "195.103", - "min": "178.726", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "175.451", - "max": "226.694", - "min": "147.983", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "132.801", - "max": "133.202", - "min": "132.472", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "209.982", - "max": "211.51", - "min": "209.568", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "167.718", - "max": "170.862", - "min": "167.194", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "194.815", - "max": "195.439", - "min": "194.504", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "160.574", - "max": "182.826", - "min": "159.509", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "176.13", - "max": "181.942", - "min": "175.683", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "174.25", - "max": "174.993", - "min": "173.872", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "173.726", - "max": "174.708", - "min": "173.309", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "168.723", - "max": "171.399", - "min": "168.415", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "151.453", - "max": "157.269", - "min": "149.286", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "215.545", - "max": "216.379", - "min": "215.308", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "151.27", - "max": "152.128", - "min": "150.915", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "165.387", - "max": "166.281", - "min": "165.145", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "137.963", - "max": "139.143", - "min": "137.103", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "186.134", - "max": "199.192", - "min": "183.226", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.306", - "max": "80.897", - "min": "77.601", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "294.575", - "max": "295.707", - "min": "294.357", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "264.585", - "max": "265.479", - "min": "264.311", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "143.295", - "max": "143.705", - "min": "143.095", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "298.691", - "max": "300.173", - "min": "298.399", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "54.597", - "max": "56.188", - "min": "54.287", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "178.944", - "max": "179.579", - "min": "178.455", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "222.01", - "max": "222.757", - "min": "221.823", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "138.093", - "max": "139.223", - "min": "137.571", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "140.171", - "max": "142.612", - "min": "139.655", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "54.2", - "max": "71.875", - "min": "53.342", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "82.095", - "max": "83.012", - "min": "81.841", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "232.869", - "max": "236.396", - "min": "232.423", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "102.718", - "max": "102.916", - "min": "102.586", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "152.942", - "max": "153.129", - "min": "152.735", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "81.805", - "max": "82.121", - "min": "81.658", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "151.72", - "max": "157.781", - "min": "151.269", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "188.622", - "max": "190.784", - "min": "188.257", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "94.392", - "max": "100.218", - "min": "91.829", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "150.234", - "max": "151.117", - "min": "149.836", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "196.541", - "max": "197.726", - "min": "196.091", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "127.79", - "max": "137.609", - "min": "126.459", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "240.188", - "max": "241.872", - "min": "239.399", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "90.342", - "max": "90.698", - "min": "90.177", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "247.214", - "max": "248.135", - "min": "246.833", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "201.247", - "max": "201.889", - "min": "201.108", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "167.767", - "max": "169.089", - "min": "167.492", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "220.16", - "max": "221.193", - "min": "219.932", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "89.947", - "max": "90.969", - "min": "89.582", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "90.46", - "max": "90.903", - "min": "90.143", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "220.103", - "max": "226.913", - "min": "218.525", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "135.614", - "max": "137.414", - "min": "135.087", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "102.767", - "max": "104.014", - "min": "101.658", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "215.733", - "max": "221.342", - "min": "215.248", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "50.649", - "max": "52.305", - "min": "50.283", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "137.748", - "max": "151.657", - "min": "136.566", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "305.32", - "max": "312.839", - "min": "294.532", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "167.724", - "max": "167.724", - "min": "167.724", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "136.284", - "max": "136.624", - "min": "136.016", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "169.041", - "max": "170.075", - "min": "168.724", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "226.889", - "max": "227.169", - "min": "226.573", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "171.555", - "max": "182.722", - "min": "163.404", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "177.79", - "max": "178.303", - "min": "177.439", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "228.519", - "max": "229.418", - "min": "228.196", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "210.397", - "max": "211.213", - "min": "209.975", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "88.092", - "max": "88.801", - "min": "87.88", - "id": "163", - "country": "United States", - "source_name": "Roseburg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "166": { - "name": "Saskatoon", - "data": { - "0": { - "avg": "170.774", - "max": "171.098", - "min": "170.503", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "212.022", - "max": "212.448", - "min": "211.736", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "51.929", - "max": "52.878", - "min": "51.788", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "143.276", - "max": "149.844", - "min": "142.461", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "116.635", - "max": "117.02", - "min": "116.481", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "148.349", - "max": "171.276", - "min": "146.762", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "116.547", - "max": "116.925", - "min": "116.331", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "220.327", - "max": "232.434", - "min": "219.458", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "166.664", - "max": "166.951", - "min": "166.447", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "132.394", - "max": "138.353", - "min": "131.924", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "108.201", - "max": "108.533", - "min": "107.919", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "55.259", - "max": "80.309", - "min": "54.109", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "43.864", - "max": "44.117", - "min": "43.668", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "52.265", - "max": "52.986", - "min": "52.01", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "67.689", - "max": "74.262", - "min": "67.217", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "49.972", - "max": "50.347", - "min": "49.751", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "136.496", - "max": "136.75", - "min": "136.315", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "69.171", - "max": "69.283", - "min": "69.082", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "111.71", - "max": "111.971", - "min": "111.503", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "136.017", - "max": "136.278", - "min": "135.845", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "216.022", - "max": "216.241", - "min": "215.839", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "26.094", - "max": "26.323", - "min": "25.988", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "60.341", - "max": "61.388", - "min": "60.113", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "45.251", - "max": "60.449", - "min": "44.216", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "144.571", - "max": "144.895", - "min": "144.328", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "128.379", - "max": "128.829", - "min": "128.14", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "135.459", - "max": "136.348", - "min": "135.304", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "139.202", - "max": "139.502", - "min": "139.022", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "125.574", - "max": "125.982", - "min": "125.34", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "54.109", - "max": "54.32", - "min": "53.957", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "224.599", - "max": "229.165", - "min": "224.147", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "142.327", - "max": "142.536", - "min": "142.139", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "70.423", - "max": "73.394", - "min": "70.006", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "157.476", - "max": "161.27", - "min": "157.106", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "139.734", - "max": "141.839", - "min": "139.424", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "207.518", - "max": "211.328", - "min": "207.05", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "74.646", - "max": "74.789", - "min": "74.575", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "63.38", - "max": "63.551", - "min": "63.177", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "49.554", - "max": "49.749", - "min": "49.367", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "47.702", - "max": "47.992", - "min": "47.484", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "253.502", - "max": "256.376", - "min": "252.97", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "118.397", - "max": "120.916", - "min": "117.949", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "146.231", - "max": "146.522", - "min": "146.051", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "146.3", - "max": "146.879", - "min": "146.092", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "264.178", - "max": "267.004", - "min": "263.938", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "151.007", - "max": "151.734", - "min": "150.529", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "144.472", - "max": "144.713", - "min": "144.254", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "139.404", - "max": "140.233", - "min": "139.185", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "196.623", - "max": "196.898", - "min": "196.333", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "55.798", - "max": "56.11", - "min": "55.656", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "41.9", - "max": "42.045", - "min": "41.759", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "31.56", - "max": "36.643", - "min": "30.951", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "171.656", - "max": "260.884", - "min": "155.702", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "33.361", - "max": "35.192", - "min": "33.129", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "258.108", - "max": "267.503", - "min": "254.919", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "258.374", - "max": "258.629", - "min": "258.224", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "149.768", - "max": "156.968", - "min": "144.941", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "224.313", - "max": "224.575", - "min": "224.153", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "154.391", - "max": "155.77", - "min": "153.944", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "121.331", - "max": "121.558", - "min": "121.199", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "168.957", - "max": "170.169", - "min": "168.443", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "188.639", - "max": "243.187", - "min": "183.752", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "228.137", - "max": "241.918", - "min": "226.911", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "244.003", - "max": "244.235", - "min": "243.864", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "193.553", - "max": "195.275", - "min": "193.338", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "157.133", - "max": "157.611", - "min": "156.854", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "46.597", - "max": "46.754", - "min": "46.464", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "149.975", - "max": "157.523", - "min": "149.02", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "168.916", - "max": "170.495", - "min": "168.239", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "48.718", - "max": "51.608", - "min": "48.503", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "212.551", - "max": "212.75", - "min": "212.37", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "74.678", - "max": "75.459", - "min": "74.416", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "96.845", - "max": "99.1", - "min": "96.505", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "58.328", - "max": "61.371", - "min": "58.013", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "151.389", - "max": "156.723", - "min": "150.427", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "114.465", - "max": "118.28", - "min": "114.017", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "52.631", - "max": "52.887", - "min": "52.411", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "83.864", - "max": "84.068", - "min": "83.74", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "35.631", - "max": "37.022", - "min": "35.368", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "31.451", - "max": "31.896", - "min": "31.319", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "38.256", - "max": "38.484", - "min": "38.068", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "55.754", - "max": "56.367", - "min": "55.496", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "236.363", - "max": "237.842", - "min": "236.147", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "267.749", - "max": "267.903", - "min": "267.597", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "71.924", - "max": "72.071", - "min": "71.814", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "176.592", - "max": "180.655", - "min": "175.272", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "120.86", - "max": "122.412", - "min": "120.504", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "55.649", - "max": "55.873", - "min": "55.527", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "32.503", - "max": "32.821", - "min": "32.222", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "114.54", - "max": "123.751", - "min": "113.885", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.455", - "max": "37.308", - "min": "34.789", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "78.327", - "max": "78.642", - "min": "78.084", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "130.088", - "max": "132.748", - "min": "129.494", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "198.004", - "max": "202.505", - "min": "192.497", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "42.444", - "max": "42.629", - "min": "42.261", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "65.728", - "max": "65.99", - "min": "65.586", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "98.225", - "max": "98.438", - "min": "97.931", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "133.75", - "max": "151.374", - "min": "132.54", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "55.535", - "max": "55.722", - "min": "55.417", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "27.756", - "max": "29.269", - "min": "27.518", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "41.863", - "max": "42.131", - "min": "41.697", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "33.695", - "max": "33.827", - "min": "33.551", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "153.174", - "max": "157.711", - "min": "152.751", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "227.401", - "max": "228.379", - "min": "226.84", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "31.386", - "max": "32.007", - "min": "31.187", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "200.007", - "max": "200.605", - "min": "199.714", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "132.792", - "max": "134.017", - "min": "132.547", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "52.51", - "max": "52.843", - "min": "52.314", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "52.838", - "max": "52.991", - "min": "52.653", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "246.207", - "max": "246.421", - "min": "246.121", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "250.138", - "max": "271.915", - "min": "238.153", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "164.675", - "max": "164.825", - "min": "164.522", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "53.144", - "max": "53.239", - "min": "53.046", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "239.483", - "max": "241.451", - "min": "239.129", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "503.437", - "max": "612.045", - "min": "322.414", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "256.32", - "max": "349.553", - "min": "165.488", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "290.232", - "max": "292.556", - "min": "289.443", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "167.383", - "max": "168.95", - "min": "167.089", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "43.64", - "max": "43.759", - "min": "43.512", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "46.84", - "max": "47.456", - "min": "46.612", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.696", - "max": "40.963", - "min": "40.494", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "128.352", - "max": "274.059", - "min": "49.767", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "158.713", - "max": "159.6", - "min": "158.486", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "158.332", - "max": "338.49", - "min": "149.67", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "146.688", - "max": "149.793", - "min": "146.262", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "160.235", - "max": "160.926", - "min": "159.796", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "47.552", - "max": "55.947", - "min": "47.124", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "273.148", - "max": "273.784", - "min": "272.759", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "218.738", - "max": "221.832", - "min": "218.432", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "62.406", - "max": "65.597", - "min": "61.932", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "43.253", - "max": "56.824", - "min": "41.6", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "47.155", - "max": "47.626", - "min": "46.982", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "34.565", - "max": "34.81", - "min": "34.324", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "234.586", - "max": "235.926", - "min": "233.88", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "59.012", - "max": "60.294", - "min": "58.836", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "48.521", - "max": "48.841", - "min": "48.259", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.18", - "max": "61.904", - "min": "49.656", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "51.616", - "max": "51.822", - "min": "51.501", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "35.1", - "max": "35.387", - "min": "34.971", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "44.728", - "max": "44.992", - "min": "44.559", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "143.284", - "max": "143.43", - "min": "143.128", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "240.208", - "max": "240.938", - "min": "239.758", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "158.321", - "max": "158.567", - "min": "158.073", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "138.12", - "max": "138.39", - "min": "137.912", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.562", - "max": "111.496", - "min": "105.654", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "118.952", - "max": "119.203", - "min": "118.584", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "152.864", - "max": "167.079", - "min": "151.606", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "254.805", - "max": "254.968", - "min": "254.64", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "113.984", - "max": "115.461", - "min": "113.622", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "111.133", - "max": "111.366", - "min": "110.933", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "125.184", - "max": "136.446", - "min": "123.779", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "149.878", - "max": "150.166", - "min": "149.699", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "146.425", - "max": "149.258", - "min": "146.024", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "131.812", - "max": "132.842", - "min": "131.483", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "46.815", - "max": "47.257", - "min": "46.628", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "43.112", - "max": "46.051", - "min": "42.901", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "147.505", - "max": "148.787", - "min": "147.161", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "246.149", - "max": "290.646", - "min": "237.879", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "0.035", - "max": "0.066", - "min": "0.019", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "199.31", - "max": "290.234", - "min": "192.993", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "78.632", - "max": "79.061", - "min": "78.409", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "477.955", - "max": "478.589", - "min": "477.469", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "152.147", - "max": "153.174", - "min": "151.978", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "53.136", - "max": "53.294", - "min": "53.039", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "225.156", - "max": "228.393", - "min": "224.595", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "268.209", - "max": "268.376", - "min": "268.023", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "208.937", - "max": "214.449", - "min": "208.349", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "87.329", - "max": "87.603", - "min": "87.143", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "264.206", - "max": "284.578", - "min": "240.242", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "50.11", - "max": "50.4", - "min": "49.944", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "44.829", - "max": "48.623", - "min": "44.588", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "129.776", - "max": "131.328", - "min": "129.423", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "305.667", - "max": "305.877", - "min": "305.469", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "119.561", - "max": "124.368", - "min": "118.985", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "127.715", - "max": "128.082", - "min": "127.41", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "140.794", - "max": "150.932", - "min": "140.089", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "135.637", - "max": "136.959", - "min": "135.459", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "113.453", - "max": "113.925", - "min": "113.142", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "161.017", - "max": "161.415", - "min": "160.679", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "170.984", - "max": "201.135", - "min": "168.93", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "170.06", - "max": "178.228", - "min": "169.161", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "174.597", - "max": "175.461", - "min": "174.427", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "122.254", - "max": "125.787", - "min": "121.571", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "144.407", - "max": "144.526", - "min": "144.3", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "123.081", - "max": "123.325", - "min": "122.914", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "140.851", - "max": "141.093", - "min": "140.608", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "165.981", - "max": "166.278", - "min": "165.587", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "141.71", - "max": "164.263", - "min": "140.181", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "148.225", - "max": "216.588", - "min": "124.887", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "112.202", - "max": "112.387", - "min": "111.922", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "171.437", - "max": "171.847", - "min": "171.219", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "153.203", - "max": "153.572", - "min": "152.924", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "160.81", - "max": "161.434", - "min": "160.383", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "117.953", - "max": "118.324", - "min": "117.679", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.806", - "max": "219.948", - "min": "214.397", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "179.829", - "max": "182.345", - "min": "179.645", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "149.844", - "max": "150.202", - "min": "149.537", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "150.334", - "max": "150.85", - "min": "150.113", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "144.32", - "max": "152.422", - "min": "142.979", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "170.004", - "max": "170.251", - "min": "169.864", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "123.447", - "max": "125.095", - "min": "123.086", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "119.902", - "max": "120.149", - "min": "119.671", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "116.67", - "max": "116.844", - "min": "116.526", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "218.633", - "max": "219.066", - "min": "218.44", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "44.311", - "max": "49.146", - "min": "43.407", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "267.003", - "max": "273.241", - "min": "261.596", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "258.39", - "max": "259.524", - "min": "258.146", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "124.121", - "max": "124.438", - "min": "123.871", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "272.462", - "max": "272.591", - "min": "272.301", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "78.359", - "max": "81.146", - "min": "77.97", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "158.208", - "max": "158.522", - "min": "157.975", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "180.539", - "max": "180.813", - "min": "180.413", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "116.146", - "max": "116.96", - "min": "115.849", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "118.129", - "max": "119.301", - "min": "117.786", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "38.493", - "max": "38.723", - "min": "38.318", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "52.506", - "max": "52.691", - "min": "52.405", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "208.466", - "max": "208.837", - "min": "208.158", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "49.254", - "max": "49.496", - "min": "49.059", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "131.778", - "max": "132.006", - "min": "131.569", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "40.823", - "max": "40.904", - "min": "40.724", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "131.131", - "max": "131.338", - "min": "130.951", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "169.434", - "max": "172.595", - "min": "169.103", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "70.701", - "max": "74.713", - "min": "67.455", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "128.703", - "max": "130.221", - "min": "128.342", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "207.228", - "max": "208.894", - "min": "206.26", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "102.842", - "max": "126.31", - "min": "100.845", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "277.295", - "max": "280.838", - "min": "276.632", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "136.161", - "max": "137.149", - "min": "135.926", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "226.422", - "max": "226.78", - "min": "226.197", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "160.835", - "max": "164.169", - "min": "160.604", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "120.764", - "max": "121.027", - "min": "120.574", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "170.169", - "max": "170.613", - "min": "170.03", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "41.565", - "max": "44.904", - "min": "41.001", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "55.859", - "max": "56.168", - "min": "55.657", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "172.694", - "max": "175.264", - "min": "171.21", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "132.647", - "max": "135.104", - "min": "131.517", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "50.174", - "max": "52.453", - "min": "49.136", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "171.757", - "max": "173.226", - "min": "171.522", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "30.85", - "max": "30.991", - "min": "30.679", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "122.172", - "max": "127.092", - "min": "121.561", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "224.264", - "max": "236.97", - "min": "213.275", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "162.866", - "max": "162.866", - "min": "162.866", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "112.713", - "max": "113.196", - "min": "112.489", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "140.786", - "max": "141.009", - "min": "140.609", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "209.002", - "max": "213.397", - "min": "208.615", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "136.82", - "max": "150.31", - "min": "128.697", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "141.646", - "max": "141.938", - "min": "141.432", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "285.643", - "max": "287.084", - "min": "285.255", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "202.822", - "max": "204.813", - "min": "202.388", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "51.491", - "max": "51.744", - "min": "51.409", - "id": "166", - "country": "Canada", - "source_name": "Saskatoon", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "171": { - "name": "Secaucus", - "data": { - "0": { - "avg": "81.498", - "max": "81.72", - "min": "81.364", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "248.853", - "max": "249.14", - "min": "248.476", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "15.433", - "max": "15.785", - "min": "15.348", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "99.946", - "max": "105.096", - "min": "99.358", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "74.697", - "max": "75.531", - "min": "74.513", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "139.249", - "max": "139.707", - "min": "139.034", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "80.557", - "max": "82.041", - "min": "80.344", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "285.975", - "max": "291.38", - "min": "285.014", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "116.43", - "max": "116.854", - "min": "116.275", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "94.488", - "max": "94.934", - "min": "94.242", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "71.253", - "max": "71.491", - "min": "71.03", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "45.005", - "max": "70.197", - "min": "43.925", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "2.048", - "max": "2.386", - "min": "1.887", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "5.929", - "max": "6.273", - "min": "5.712", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "33.087", - "max": "33.599", - "min": "32.821", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "6.909", - "max": "7.12", - "min": "6.106", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "95.874", - "max": "96.261", - "min": "95.599", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "19.43", - "max": "28.6", - "min": "18.487", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "69.096", - "max": "69.307", - "min": "68.971", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "88.975", - "max": "89.3", - "min": "88.848", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "265.278", - "max": "265.549", - "min": "265.101", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "21.369", - "max": "21.448", - "min": "21.285", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "67.26", - "max": "67.479", - "min": "67.116", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "58.386", - "max": "63.119", - "min": "57.876", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "99.962", - "max": "100.384", - "min": "99.683", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "92.621", - "max": "92.783", - "min": "92.472", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "90.416", - "max": "91.904", - "min": "90.146", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "93.651", - "max": "94.007", - "min": "93.355", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "80.623", - "max": "80.816", - "min": "80.507", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "63.952", - "max": "73.089", - "min": "63.435", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "252.895", - "max": "253.024", - "min": "252.82", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "97.57", - "max": "97.774", - "min": "97.458", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "70.78", - "max": "99.578", - "min": "69.621", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "111.048", - "max": "111.268", - "min": "110.906", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "88.989", - "max": "90.435", - "min": "88.689", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "252.169", - "max": "253.114", - "min": "251.909", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "68.015", - "max": "68.226", - "min": "67.933", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "60.774", - "max": "61.013", - "min": "60.613", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "37.503", - "max": "38.126", - "min": "37.318", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "11.4", - "max": "12.594", - "min": "11.141", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "211.028", - "max": "221.638", - "min": "210.21", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "79.05", - "max": "79.953", - "min": "78.761", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "109.337", - "max": "109.546", - "min": "109.215", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "104.076", - "max": "105.249", - "min": "103.775", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "206.88", - "max": "207.125", - "min": "206.738", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "103.196", - "max": "104.059", - "min": "102.783", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "111.339", - "max": "111.719", - "min": "111.136", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "93.843", - "max": "96.982", - "min": "91.769", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "164.085", - "max": "167.597", - "min": "162.385", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "53.813", - "max": "54.041", - "min": "53.695", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "12.771", - "max": "12.896", - "min": "12.603", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "64.754", - "max": "65.21", - "min": "64.46", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "82.95", - "max": "96.767", - "min": "74.536", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "36.167", - "max": "36.219", - "min": "36.057", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "202.73", - "max": "230.064", - "min": "198.457", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "234.731", - "max": "235", - "min": "234.527", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "98.237", - "max": "99.999", - "min": "97.47", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "223.409", - "max": "223.719", - "min": "223.184", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "120.724", - "max": "121.542", - "min": "120.376", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "80.476", - "max": "80.65", - "min": "80.373", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "134.002", - "max": "135.719", - "min": "133.373", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "128.42", - "max": "189.548", - "min": "123.573", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "258.284", - "max": "282.567", - "min": "256.352", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "235.883", - "max": "236.093", - "min": "235.77", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "119.775", - "max": "119.909", - "min": "119.623", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "100.57", - "max": "103.419", - "min": "100.025", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "3.698", - "max": "3.812", - "min": "3.57", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "113.524", - "max": "114.054", - "min": "113.181", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "133.706", - "max": "135.969", - "min": "132.953", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "44.894", - "max": "45.365", - "min": "44.753", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "203.669", - "max": "205.321", - "min": "203.248", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "65.512", - "max": "66.858", - "min": "65.227", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.492", - "max": "82.433", - "min": "79.099", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "23.722", - "max": "23.903", - "min": "23.576", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "123.056", - "max": "123.414", - "min": "122.923", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "72.009", - "max": "72.308", - "min": "71.809", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "16.731", - "max": "16.911", - "min": "16.595", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "58.023", - "max": "60.087", - "min": "57.764", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "23.436", - "max": "26.301", - "min": "23.032", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "20.385", - "max": "20.838", - "min": "20.233", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "69.311", - "max": "69.451", - "min": "69.123", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "17.846", - "max": "18.527", - "min": "17.529", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "256.903", - "max": "260.28", - "min": "255.86", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "223.49", - "max": "226.047", - "min": "223.186", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "48.093", - "max": "48.431", - "min": "47.989", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "129.378", - "max": "130.408", - "min": "129.058", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "74.476", - "max": "75.109", - "min": "74.111", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "27.894", - "max": "28.13", - "min": "27.764", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "27.109", - "max": "27.259", - "min": "27.006", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "76.934", - "max": "78.946", - "min": "76.683", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.163", - "max": "34.367", - "min": "31.446", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "71.766", - "max": "72.517", - "min": "71.566", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "81.584", - "max": "81.708", - "min": "81.522", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "196.816", - "max": "197.676", - "min": "196.497", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "11.114", - "max": "14.936", - "min": "10.894", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "28.91", - "max": "29.081", - "min": "28.769", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "76.958", - "max": "77.205", - "min": "76.687", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "61.369", - "max": "67.23", - "min": "59.882", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "68.132", - "max": "68.268", - "min": "67.945", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "18.605", - "max": "20.22", - "min": "18.293", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "30.977", - "max": "31.154", - "min": "30.909", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "61.551", - "max": "62.018", - "min": "61.359", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "109.721", - "max": "112.753", - "min": "109.423", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "239.351", - "max": "240.9", - "min": "238.609", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.049", - "max": "28.985", - "min": "27.845", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "318.083", - "max": "318.548", - "min": "317.625", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "92.146", - "max": "94.048", - "min": "91.907", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "10.547", - "max": "10.676", - "min": "10.361", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "25.667", - "max": "26.134", - "min": "25.537", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "187.014", - "max": "187.249", - "min": "186.869", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "206.5", - "max": "206.668", - "min": "206.355", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.197", - "max": "189.404", - "min": "189.037", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "0.788", - "max": "0.926", - "min": "0.707", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "208.029", - "max": "224.337", - "min": "207.136", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "470.43", - "max": "575.979", - "min": "303.171", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "223.149", - "max": "324.304", - "min": "133.326", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "252.208", - "max": "258.267", - "min": "251.585", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "157.186", - "max": "159.828", - "min": "156.852", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "39.193", - "max": "39.37", - "min": "38.968", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "38.161", - "max": "39.312", - "min": "37.788", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "40.242", - "max": "41.512", - "min": "39.901", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "110.415", - "max": "259.712", - "min": "30.873", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "130.861", - "max": "132.679", - "min": "130.672", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "116.103", - "max": "384.384", - "min": "105.569", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "104.548", - "max": "107.377", - "min": "104.205", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "101.204", - "max": "102.546", - "min": "100.758", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "1.853", - "max": "2.049", - "min": "1.702", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "227.857", - "max": "229.141", - "min": "227.628", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "186.698", - "max": "186.995", - "min": "186.547", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "97.612", - "max": "101.439", - "min": "97.316", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "26.98", - "max": "27.4", - "min": "26.818", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "23.641", - "max": "23.819", - "min": "23.533", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "28.015", - "max": "28.203", - "min": "27.85", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "215.233", - "max": "216.976", - "min": "214.592", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "48.923", - "max": "49.375", - "min": "48.825", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "7.927", - "max": "8.283", - "min": "7.791", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "55.363", - "max": "67.599", - "min": "53.736", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "43.469", - "max": "43.603", - "min": "43.377", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "32.788", - "max": "32.879", - "min": "32.678", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "4.891", - "max": "5.143", - "min": "4.736", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "97.872", - "max": "98.02", - "min": "97.731", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "242.038", - "max": "247.107", - "min": "241.475", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "109.479", - "max": "110.084", - "min": "109.298", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "92.557", - "max": "92.862", - "min": "92.393", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "113.293", - "max": "125.696", - "min": "112.636", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "77.959", - "max": "78.658", - "min": "77.702", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "101.782", - "max": "111.395", - "min": "101.188", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "214.258", - "max": "214.496", - "min": "214.158", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "68.137", - "max": "68.949", - "min": "67.955", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "70.266", - "max": "70.41", - "min": "70.165", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "79.051", - "max": "84.437", - "min": "78.292", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "171.58", - "max": "171.76", - "min": "171.42", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "102.714", - "max": "103.892", - "min": "102.453", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "86.979", - "max": "98.784", - "min": "85.11", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "12.663", - "max": "13.025", - "min": "12.549", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "85.566", - "max": "85.738", - "min": "85.379", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "118.792", - "max": "120.257", - "min": "118.413", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "226.801", - "max": "270.286", - "min": "219.429", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "53.106", - "max": "53.297", - "min": "52.982", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "169.339", - "max": "255.754", - "min": "160.948", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "39.539", - "max": "39.674", - "min": "39.418", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "363.857", - "max": "364.309", - "min": "363.576", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "102.28", - "max": "102.521", - "min": "102.075", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "0.039", - "max": "0.071", - "min": "0.017", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "183.072", - "max": "183.324", - "min": "182.894", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "237.339", - "max": "237.465", - "min": "237.249", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "158.129", - "max": "158.423", - "min": "157.888", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "54.739", - "max": "55.303", - "min": "54.579", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "243.968", - "max": "246.736", - "min": "243.19", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "10.515", - "max": "10.677", - "min": "10.381", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "13.369", - "max": "13.515", - "min": "13.281", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "81.27", - "max": "84.461", - "min": "80.961", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "220.54", - "max": "220.9", - "min": "220.411", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "77.45", - "max": "77.596", - "min": "77.339", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "88.466", - "max": "89.237", - "min": "88.292", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "100.684", - "max": "100.9", - "min": "100.495", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "90.512", - "max": "90.729", - "min": "90.437", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "72.378", - "max": "72.964", - "min": "72.162", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "123.713", - "max": "124.022", - "min": "123.519", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "112.272", - "max": "112.817", - "min": "112.14", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "124.86", - "max": "128.244", - "min": "124.445", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "118.414", - "max": "118.549", - "min": "118.304", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "75.447", - "max": "79.37", - "min": "74.961", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "82.994", - "max": "83.282", - "min": "82.916", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "81.93", - "max": "82.046", - "min": "81.855", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "88.857", - "max": "89.143", - "min": "88.707", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "124.914", - "max": "136.231", - "min": "124.138", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "101.601", - "max": "145.392", - "min": "99.418", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "95.325", - "max": "111.402", - "min": "84.238", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "69.071", - "max": "69.272", - "min": "68.938", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "143.308", - "max": "144.269", - "min": "143.132", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "109.36", - "max": "109.621", - "min": "109.103", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "114.191", - "max": "115.172", - "min": "113.712", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "83.455", - "max": "85.294", - "min": "83.082", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "215.236", - "max": "215.695", - "min": "214.979", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "89.76", - "max": "90.612", - "min": "89.546", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "106.96", - "max": "107.343", - "min": "106.641", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "91.297", - "max": "91.586", - "min": "91.196", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "98.88", - "max": "105.31", - "min": "95.442", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "124.409", - "max": "124.61", - "min": "124.259", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "74.018", - "max": "75.385", - "min": "73.758", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "76.86", - "max": "80.415", - "min": "76.618", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "72.752", - "max": "73.762", - "min": "72.056", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "257.768", - "max": "258.107", - "min": "257.538", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "4.334", - "max": "6.723", - "min": "3.698", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "230.246", - "max": "234.032", - "min": "225.419", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "198.405", - "max": "200.259", - "min": "198.226", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "80.72", - "max": "80.988", - "min": "80.616", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "226.512", - "max": "227.227", - "min": "226.357", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "89.1", - "max": "89.312", - "min": "88.838", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "99.265", - "max": "99.585", - "min": "99.092", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "132.441", - "max": "132.657", - "min": "132.306", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "70.541", - "max": "71.755", - "min": "70.046", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "83.533", - "max": "84.149", - "min": "83.266", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "22.852", - "max": "23.015", - "min": "22.682", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "33.532", - "max": "33.663", - "min": "33.419", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "226.342", - "max": "295.626", - "min": "221.119", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "7.336", - "max": "7.582", - "min": "7.243", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "89.083", - "max": "89.708", - "min": "88.913", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "7.874", - "max": "8.007", - "min": "7.789", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "88.483", - "max": "89.168", - "min": "88.278", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "127.524", - "max": "160.896", - "min": "125.844", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "46.804", - "max": "49.378", - "min": "43.791", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "84.667", - "max": "84.813", - "min": "84.53", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "102.084", - "max": "104.108", - "min": "101.197", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "68.231", - "max": "77.098", - "min": "66.889", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "211.341", - "max": "218.037", - "min": "208.996", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "153.927", - "max": "154.144", - "min": "153.814", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "146.975", - "max": "148.526", - "min": "146.712", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "115.979", - "max": "116.169", - "min": "115.889", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "82.038", - "max": "83.457", - "min": "81.869", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "133.933", - "max": "134.085", - "min": "133.845", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "12.603", - "max": "17.692", - "min": "12.164", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "13.743", - "max": "13.988", - "min": "13.583", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "131.748", - "max": "133.642", - "min": "129.986", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "90.529", - "max": "93.108", - "min": "90.046", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "14.774", - "max": "16.031", - "min": "13.766", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "131.764", - "max": "132.2", - "min": "131.642", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "28.559", - "max": "32.087", - "min": "28.27", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "81.218", - "max": "90.984", - "min": "80.39", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.876", - "max": "237.55", - "min": "222.874", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "103.514", - "max": "105.004", - "min": "102.025", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "71.42", - "max": "72.654", - "min": "71.241", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "82.528", - "max": "82.62", - "min": "82.418", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "163.285", - "max": "164.69", - "min": "162.848", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "84.585", - "max": "99.769", - "min": "78.062", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "93.842", - "max": "94.059", - "min": "93.73", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "257.613", - "max": "259.52", - "min": "257.192", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "154.208", - "max": "154.999", - "min": "153.842", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "28.49", - "max": "29.814", - "min": "28.251", - "id": "171", - "country": "United States", - "source_name": "Secaucus", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "177": { - "name": "Guadalajara", - "data": { - "0": { - "avg": "123.172", - "max": "123.729", - "min": "123.047", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "204.039", - "max": "204.575", - "min": "203.66", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "74.803", - "max": "76.029", - "min": "74.555", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "153.674", - "max": "156.513", - "min": "153.037", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "130.124", - "max": "131.205", - "min": "129.899", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "159.967", - "max": "160.204", - "min": "159.749", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "138.349", - "max": "145.861", - "min": "137.553", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "306.349", - "max": "317.724", - "min": "305.217", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "180.782", - "max": "182.443", - "min": "180.561", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "164.706", - "max": "181.411", - "min": "163.952", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "135.577", - "max": "135.999", - "min": "135.363", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "29.599", - "max": "30.614", - "min": "29.375", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "54.805", - "max": "55.082", - "min": "54.579", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "60.425", - "max": "61.268", - "min": "60.194", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "62.641", - "max": "62.96", - "min": "62.496", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "69.183", - "max": "70.138", - "min": "68.88", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "162.012", - "max": "162.814", - "min": "161.756", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "37.819", - "max": "38.622", - "min": "37.645", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "135.687", - "max": "135.997", - "min": "135.436", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "149.606", - "max": "150.101", - "min": "149.397", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "209.075", - "max": "210.925", - "min": "208.807", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "51.142", - "max": "51.569", - "min": "50.986", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "64.353", - "max": "64.946", - "min": "64.15", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "75.518", - "max": "79.101", - "min": "75.185", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "190.65", - "max": "191.451", - "min": "190.355", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "148.56", - "max": "149.458", - "min": "148.315", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "149.568", - "max": "149.714", - "min": "149.377", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "173.659", - "max": "173.818", - "min": "173.573", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "143.267", - "max": "143.522", - "min": "143.106", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "61.071", - "max": "61.963", - "min": "60.791", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "237.617", - "max": "238.861", - "min": "237.454", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "153.642", - "max": "154.144", - "min": "153.45", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "67.087", - "max": "67.806", - "min": "66.921", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "180.435", - "max": "180.565", - "min": "180.329", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "161.198", - "max": "162.22", - "min": "160.969", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "234.768", - "max": "236.844", - "min": "234.483", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "51.527", - "max": "51.763", - "min": "51.453", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "93.41", - "max": "94.113", - "min": "93.242", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.116", - "max": "39.187", - "min": "33.687", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "53.987", - "max": "55.055", - "min": "53.548", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "273.933", - "max": "276.803", - "min": "273.52", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "136.272", - "max": "137.73", - "min": "135.879", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "156.938", - "max": "157.156", - "min": "156.653", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "167.384", - "max": "168.206", - "min": "167.219", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "323.032", - "max": "323.234", - "min": "322.733", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "177.396", - "max": "178.401", - "min": "176.799", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "160.664", - "max": "161.787", - "min": "160.29", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "118.552", - "max": "119.433", - "min": "118.359", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "184.417", - "max": "185.64", - "min": "184.163", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "38.736", - "max": "39.141", - "min": "38.63", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "61.883", - "max": "62.194", - "min": "61.732", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "80.985", - "max": "81.517", - "min": "80.683", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "182.053", - "max": "193.334", - "min": "171.222", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "38.033", - "max": "38.169", - "min": "37.915", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "264.046", - "max": "270.654", - "min": "261.102", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "258.231", - "max": "258.797", - "min": "257.968", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "132.814", - "max": "135.846", - "min": "131.743", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "214.624", - "max": "214.96", - "min": "214.506", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "189.541", - "max": "191.939", - "min": "189.188", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "139.346", - "max": "139.908", - "min": "139.193", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "198.326", - "max": "200.464", - "min": "197.533", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "180.468", - "max": "237.106", - "min": "177.878", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "258.557", - "max": "350.413", - "min": "249.905", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "238.932", - "max": "245.725", - "min": "238.342", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "183.045", - "max": "184.182", - "min": "182.746", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "169.539", - "max": "172.369", - "min": "169.268", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "52.298", - "max": "52.623", - "min": "52.143", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "173.015", - "max": "173.414", - "min": "172.633", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "169.492", - "max": "172.013", - "min": "168.512", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "46.001", - "max": "47.831", - "min": "45.79", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "225.294", - "max": "228.704", - "min": "224.9", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "49.24", - "max": "52.281", - "min": "48.774", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "92.729", - "max": "94.324", - "min": "92.363", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "48.823", - "max": "50.128", - "min": "48.615", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "164.593", - "max": "165.115", - "min": "164.395", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "132.329", - "max": "132.834", - "min": "132.147", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "41.74", - "max": "42.371", - "min": "41.585", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "58.429", - "max": "58.698", - "min": "58.311", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "60.986", - "max": "66.105", - "min": "60.455", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "78.01", - "max": "78.703", - "min": "77.84", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "78.515", - "max": "79.594", - "min": "78.291", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "91.087", - "max": "91.725", - "min": "90.894", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "199.262", - "max": "199.671", - "min": "199.097", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "275.736", - "max": "276.113", - "min": "275.513", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "69.453", - "max": "69.704", - "min": "69.254", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "207.95", - "max": "208.976", - "min": "207.595", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "135.732", - "max": "136.864", - "min": "135.434", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "48.496", - "max": "48.837", - "min": "48.321", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "44.197", - "max": "44.729", - "min": "44.039", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "143.517", - "max": "148.538", - "min": "143.05", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "58.067", - "max": "59.514", - "min": "57.339", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "70.153", - "max": "70.947", - "min": "69.954", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "122.929", - "max": "123.514", - "min": "122.756", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "185.251", - "max": "185.574", - "min": "185.015", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "61.682", - "max": "63.573", - "min": "61.461", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "44.878", - "max": "45.103", - "min": "44.75", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "95.635", - "max": "95.989", - "min": "95.318", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "78.043", - "max": "98.301", - "min": "76.513", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "81.579", - "max": "81.932", - "min": "81.402", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "52.925", - "max": "55.698", - "min": "52.611", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "70.46", - "max": "73.723", - "min": "69.627", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "94.389", - "max": "94.793", - "min": "94.247", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "177.152", - "max": "181.818", - "min": "176.762", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "231.811", - "max": "235.991", - "min": "231.147", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "54.125", - "max": "55.253", - "min": "53.85", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "192.99", - "max": "194.879", - "min": "192.644", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "115.639", - "max": "119.258", - "min": "115.353", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "89.13", - "max": "91.771", - "min": "88.761", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "43.112", - "max": "43.393", - "min": "42.949", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "281.942", - "max": "284.02", - "min": "281.707", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "216.578", - "max": "217.451", - "min": "216.411", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "182.148", - "max": "182.426", - "min": "181.921", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "59.726", - "max": "60.701", - "min": "59.557", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "260.661", - "max": "264.727", - "min": "260.284", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "495.951", - "max": "608.335", - "min": "334.834", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "277.339", - "max": "384.693", - "min": "191.928", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "309.281", - "max": "318.415", - "min": "308.232", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "168.967", - "max": "170.291", - "min": "168.657", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "35.269", - "max": "37.129", - "min": "35.01", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "35.526", - "max": "56.684", - "min": "34.418", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "43.474", - "max": "43.917", - "min": "43.287", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "116.128", - "max": "274.847", - "min": "43.747", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "158.548", - "max": "158.861", - "min": "158.399", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "171.573", - "max": "259.78", - "min": "167.942", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "165.081", - "max": "168.638", - "min": "164.822", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "159.422", - "max": "160.566", - "min": "158.981", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "54.566", - "max": "56.079", - "min": "54.303", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "335.742", - "max": "336.305", - "min": "335.528", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "259.615", - "max": "259.914", - "min": "259.458", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "104.533", - "max": "105.703", - "min": "104.266", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "61.424", - "max": "61.7", - "min": "61.314", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "53.838", - "max": "54.69", - "min": "53.642", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "95.772", - "max": "101.231", - "min": "95.15", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "200.172", - "max": "201.789", - "min": "199.542", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "42.824", - "max": "49.619", - "min": "42.16", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "60.401", - "max": "60.667", - "min": "60.217", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "37.606", - "max": "47.328", - "min": "36.375", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "51.992", - "max": "52.458", - "min": "51.805", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "45.664", - "max": "46.072", - "min": "45.54", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "57.413", - "max": "63.491", - "min": "56.961", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "152.227", - "max": "152.718", - "min": "151.998", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "273.057", - "max": "273.341", - "min": "272.675", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "175.836", - "max": "176.612", - "min": "175.661", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "182.439", - "max": "182.874", - "min": "182.294", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "101.672", - "max": "102.523", - "min": "101.369", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "131.09", - "max": "131.894", - "min": "130.768", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "170.051", - "max": "173.833", - "min": "169.593", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "276.936", - "max": "277.202", - "min": "276.796", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "122.684", - "max": "124.065", - "min": "122.489", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "129.939", - "max": "131.594", - "min": "129.675", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "156.345", - "max": "166.97", - "min": "155.06", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "177.558", - "max": "177.816", - "min": "177.396", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "169.121", - "max": "171.429", - "min": "168.876", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "141.485", - "max": "176.035", - "min": "140.045", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "57.524", - "max": "57.826", - "min": "57.328", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "83.239", - "max": "83.672", - "min": "83.059", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "165.39", - "max": "165.705", - "min": "165.204", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "227.1", - "max": "264.027", - "min": "220.194", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "87.134", - "max": "87.383", - "min": "86.929", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "185.784", - "max": "244.801", - "min": "176.914", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "98.576", - "max": "98.813", - "min": "98.365", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "465.663", - "max": "466.551", - "min": "464.938", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "167.558", - "max": "168.055", - "min": "167.411", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "54.643", - "max": "54.889", - "min": "54.514", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "234.46", - "max": "237.524", - "min": "234.167", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "284.758", - "max": "285.043", - "min": "284.61", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "272.175", - "max": "272.456", - "min": "271.923", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "0.033", - "max": "0.175", - "min": "0.023", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "211.494", - "max": "212.832", - "min": "211.28", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "63.054", - "max": "64.107", - "min": "62.85", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "60.93", - "max": "62.299", - "min": "60.771", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "158.449", - "max": "162.619", - "min": "158.017", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "283.946", - "max": "284.338", - "min": "283.793", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "140.967", - "max": "141.488", - "min": "140.845", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "143.428", - "max": "143.953", - "min": "143.14", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "158.983", - "max": "159.208", - "min": "158.834", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "149.733", - "max": "149.916", - "min": "149.597", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "130.377", - "max": "131.226", - "min": "130.079", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "189.355", - "max": "190.109", - "min": "189.193", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "173.261", - "max": "173.459", - "min": "173.12", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "203.306", - "max": "205.393", - "min": "203.018", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "183.852", - "max": "190.344", - "min": "183.126", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "136.092", - "max": "139.629", - "min": "135.735", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "147.664", - "max": "147.943", - "min": "147.51", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "144.527", - "max": "145.001", - "min": "144.357", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "183.355", - "max": "183.683", - "min": "183.209", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "186.428", - "max": "187.456", - "min": "186.123", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "154.061", - "max": "162.73", - "min": "152.728", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "188.664", - "max": "235.729", - "min": "162.968", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "147.661", - "max": "148.148", - "min": "147.485", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "180.763", - "max": "183.255", - "min": "180.408", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "187.36", - "max": "192.141", - "min": "186.985", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "169.76", - "max": "170.569", - "min": "169.391", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "133.481", - "max": "138.716", - "min": "132.911", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "273.168", - "max": "276.672", - "min": "272.861", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "146.056", - "max": "146.373", - "min": "145.892", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "165.108", - "max": "165.51", - "min": "164.821", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "170.739", - "max": "171.535", - "min": "170.568", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "120.126", - "max": "129.901", - "min": "118.337", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "181.68", - "max": "182.511", - "min": "181.435", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "134.772", - "max": "135.319", - "min": "134.537", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "133.71", - "max": "133.962", - "min": "133.572", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "136.639", - "max": "139.082", - "min": "134.303", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "226.149", - "max": "239.736", - "min": "222.013", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "57.039", - "max": "60.368", - "min": "56.568", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "216.911", - "max": "217.521", - "min": "216.34", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "269.354", - "max": "272.368", - "min": "268.919", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "148.894", - "max": "149.546", - "min": "148.744", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "267.195", - "max": "267.988", - "min": "266.831", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "75.751", - "max": "76.469", - "min": "75.491", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "177.129", - "max": "180.42", - "min": "176.801", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "188.206", - "max": "188.969", - "min": "188.081", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "131.821", - "max": "133.348", - "min": "131.398", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "134.447", - "max": "134.626", - "min": "134.353", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "62.404", - "max": "66.875", - "min": "62.06", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "70.523", - "max": "70.766", - "min": "70.397", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "239.535", - "max": "242.008", - "min": "239.288", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "59.845", - "max": "61.081", - "min": "59.68", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "146.88", - "max": "147.503", - "min": "146.623", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "60.031", - "max": "61.558", - "min": "59.924", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "150.387", - "max": "151.183", - "min": "150.182", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "176.774", - "max": "213.332", - "min": "175.227", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "65.967", - "max": "69.657", - "min": "62.179", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "151.183", - "max": "152.238", - "min": "150.975", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "159.895", - "max": "162.714", - "min": "159.125", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "89.477", - "max": "91.601", - "min": "88.395", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "254.374", - "max": "256.258", - "min": "253.922", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "187.43", - "max": "188.057", - "min": "187.271", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "220.911", - "max": "221.861", - "min": "220.607", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "171.896", - "max": "172.7", - "min": "171.73", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "140.105", - "max": "140.586", - "min": "139.93", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "192.162", - "max": "192.34", - "min": "192.053", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "65.918", - "max": "68.507", - "min": "65.365", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "56.03", - "max": "57.838", - "min": "55.716", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "187.684", - "max": "196.258", - "min": "185.273", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "139.48", - "max": "139.804", - "min": "139.183", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "65.151", - "max": "67.02", - "min": "63.943", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "201.174", - "max": "202.33", - "min": "200.863", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "61.607", - "max": "61.903", - "min": "61.436", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "139.982", - "max": "145.982", - "min": "139.445", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "244.711", - "max": "250.902", - "min": "233.652", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "126.104", - "max": "126.104", - "min": "126.104", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "137.533", - "max": "137.767", - "min": "137.4", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "148.711", - "max": "149.298", - "min": "148.519", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "222.21", - "max": "222.637", - "min": "222.027", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "155.307", - "max": "167.724", - "min": "148.389", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "163.445", - "max": "165.307", - "min": "163.132", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "284.045", - "max": "285.051", - "min": "283.83", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "210.611", - "max": "211.623", - "min": "210.266", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "56.845", - "max": "57.312", - "min": "56.672", - "id": "177", - "country": "Mexico", - "source_name": "Guadalajara", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "181": { - "name": "Brunswick", - "data": { - "0": { - "avg": "115.785", - "max": "116.759", - "min": "115.439", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "257.125", - "max": "258.509", - "min": "256.774", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.654", - "max": "23.078", - "min": "22.491", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "96.976", - "max": "101.09", - "min": "96.231", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "74.401", - "max": "74.965", - "min": "74.196", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "167.248", - "max": "167.431", - "min": "167.089", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "94.976", - "max": "95.186", - "min": "94.847", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "294.109", - "max": "299.959", - "min": "293.316", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "135.635", - "max": "136.041", - "min": "135.398", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "106.113", - "max": "113.242", - "min": "105.626", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "76.859", - "max": "77.279", - "min": "76.716", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "50.007", - "max": "52.675", - "min": "49.776", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "11.195", - "max": "11.322", - "min": "11.107", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "4.469", - "max": "5.046", - "min": "4.287", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "41.949", - "max": "42.387", - "min": "41.713", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "16.331", - "max": "17.331", - "min": "16.013", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "104.579", - "max": "104.94", - "min": "104.309", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "27.46", - "max": "33.963", - "min": "26.839", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "72.92", - "max": "73.175", - "min": "72.736", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "107.604", - "max": "107.788", - "min": "107.47", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "274.691", - "max": "274.861", - "min": "274.517", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "27.209", - "max": "27.293", - "min": "27.082", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "80.523", - "max": "80.747", - "min": "80.367", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "73.402", - "max": "76.58", - "min": "72.985", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "107.345", - "max": "108.266", - "min": "107.017", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "90.014", - "max": "90.215", - "min": "89.745", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "102.311", - "max": "104.157", - "min": "101.909", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "100.736", - "max": "101.095", - "min": "100.491", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "95.625", - "max": "95.927", - "min": "95.393", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "73.468", - "max": "74.692", - "min": "73.252", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "259.971", - "max": "260.072", - "min": "259.8", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "105.894", - "max": "106.135", - "min": "105.655", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "76.892", - "max": "81.074", - "min": "76.498", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "121.944", - "max": "122.056", - "min": "121.763", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "98.303", - "max": "99.077", - "min": "98.013", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "225.659", - "max": "262.152", - "min": "223.901", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "76.286", - "max": "76.48", - "min": "76.177", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "79.245", - "max": "79.511", - "min": "79.029", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "45.44", - "max": "45.753", - "min": "45.25", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "20.239", - "max": "20.934", - "min": "19.894", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "222.58", - "max": "224.54", - "min": "222.234", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "76.233", - "max": "83.108", - "min": "75.656", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "119.068", - "max": "119.147", - "min": "118.928", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "109.136", - "max": "110.209", - "min": "108.847", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "280.945", - "max": "281.063", - "min": "280.832", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "116.709", - "max": "117.253", - "min": "116.216", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "107.989", - "max": "108.622", - "min": "107.749", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "100.729", - "max": "103.761", - "min": "98.776", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "176.933", - "max": "179.178", - "min": "176.02", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "61.507", - "max": "61.828", - "min": "61.36", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "21.374", - "max": "21.63", - "min": "21.187", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "72.636", - "max": "73.184", - "min": "72.405", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "88.465", - "max": "158.659", - "min": "83.495", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "41.125", - "max": "41.344", - "min": "41.025", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "219.5", - "max": "229.375", - "min": "215.696", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "249.355", - "max": "256.068", - "min": "248.857", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "105.209", - "max": "108.195", - "min": "104.13", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "219.567", - "max": "219.747", - "min": "219.479", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "106.307", - "max": "107.255", - "min": "105.793", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "99.902", - "max": "100.074", - "min": "99.795", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "144.726", - "max": "148.577", - "min": "144.128", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "140.305", - "max": "202.27", - "min": "135.323", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "244.265", - "max": "263.672", - "min": "242.973", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "241.625", - "max": "241.882", - "min": "241.454", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "123.593", - "max": "131.239", - "min": "123.092", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "110.356", - "max": "115.24", - "min": "110.053", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "12.38", - "max": "15.401", - "min": "12.154", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "118.715", - "max": "119.021", - "min": "118.351", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "141.184", - "max": "142.849", - "min": "140.449", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "50.479", - "max": "53.763", - "min": "50.271", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "211.079", - "max": "214.291", - "min": "210.768", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "73.964", - "max": "74.55", - "min": "73.693", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.479", - "max": "92.446", - "min": "83.627", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "38.163", - "max": "39.004", - "min": "37.937", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "124.04", - "max": "125.134", - "min": "123.775", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "72.987", - "max": "73.314", - "min": "72.811", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "21.978", - "max": "22.123", - "min": "21.858", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "62.605", - "max": "64.973", - "min": "62.327", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "29.031", - "max": "31.931", - "min": "28.714", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "28.905", - "max": "30.467", - "min": "28.699", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "75.895", - "max": "76.141", - "min": "75.713", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "27.584", - "max": "28.194", - "min": "27.308", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "230.759", - "max": "231.354", - "min": "230.579", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "267.354", - "max": "267.754", - "min": "267.197", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "60.188", - "max": "60.336", - "min": "60.023", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "138.815", - "max": "140.057", - "min": "138.346", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "81.161", - "max": "81.446", - "min": "80.968", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "36.889", - "max": "37.038", - "min": "36.745", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "32.165", - "max": "32.648", - "min": "32.006", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "87.004", - "max": "90.343", - "min": "86.644", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "42.611", - "max": "45.529", - "min": "41.268", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "85.298", - "max": "85.846", - "min": "85.041", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "90.334", - "max": "90.459", - "min": "90.245", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "217.765", - "max": "219.177", - "min": "217.569", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "21.999", - "max": "22.858", - "min": "21.889", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "39.722", - "max": "40.008", - "min": "39.393", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "86.778", - "max": "86.93", - "min": "86.593", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "69.73", - "max": "108.613", - "min": "66.801", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "86.689", - "max": "87.46", - "min": "86.523", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.566", - "max": "25.142", - "min": "24.398", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "37.103", - "max": "37.276", - "min": "36.892", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "80.364", - "max": "81.518", - "min": "80.044", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "119.597", - "max": "120.3", - "min": "119.222", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "242.777", - "max": "254.012", - "min": "241.941", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "35.053", - "max": "35.517", - "min": "34.899", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "325.715", - "max": "326.191", - "min": "325.078", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "108.6", - "max": "110.281", - "min": "108.423", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "15.306", - "max": "15.822", - "min": "15.104", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "30.158", - "max": "30.376", - "min": "30.009", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "208.345", - "max": "211.505", - "min": "207.591", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "214.21", - "max": "221.351", - "min": "213.629", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "203.206", - "max": "203.532", - "min": "202.91", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "10.174", - "max": "10.341", - "min": "10.008", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "244.027", - "max": "276.225", - "min": "242.628", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "444.474", - "max": "558.733", - "min": "264.028", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "240.981", - "max": "336.705", - "min": "152.312", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "247.938", - "max": "268.127", - "min": "246.341", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "190.342", - "max": "192.617", - "min": "190.014", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "44.572", - "max": "44.66", - "min": "44.416", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "51.988", - "max": "52.849", - "min": "51.673", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "44.55", - "max": "45.087", - "min": "44.363", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "121.52", - "max": "264.231", - "min": "38.907", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "138.138", - "max": "251.736", - "min": "122.604", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "117.968", - "max": "162.3", - "min": "113.742", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "116.792", - "max": "249.05", - "min": "112.068", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "115.468", - "max": "116.98", - "min": "114.996", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "11.148", - "max": "11.311", - "min": "11.023", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "237.155", - "max": "237.458", - "min": "236.807", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "205.726", - "max": "206.41", - "min": "205.477", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "102.627", - "max": "102.789", - "min": "102.475", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "34.265", - "max": "34.449", - "min": "34.165", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "26.959", - "max": "27.863", - "min": "26.688", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "38.876", - "max": "39.98", - "min": "38.703", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "255.736", - "max": "259.578", - "min": "254.94", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "89.75", - "max": "771.863", - "min": "59.026", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "5.396", - "max": "5.522", - "min": "5.252", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "65.465", - "max": "95.265", - "min": "63.134", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "52.776", - "max": "53.219", - "min": "52.653", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.279", - "max": "38.486", - "min": "38.131", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "11.137", - "max": "11.276", - "min": "11.05", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "96.377", - "max": "96.487", - "min": "96.242", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "293.504", - "max": "294.227", - "min": "293.169", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "123.106", - "max": "126.941", - "min": "122.751", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "101.222", - "max": "101.557", - "min": "100.877", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.905", - "max": "129.715", - "min": "115.358", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "82.092", - "max": "82.519", - "min": "81.938", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "111.638", - "max": "117.78", - "min": "111.068", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "232.961", - "max": "233.363", - "min": "232.83", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "78.035", - "max": "78.505", - "min": "77.805", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "73.815", - "max": "73.905", - "min": "73.651", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "90.035", - "max": "94.133", - "min": "89.158", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "189.769", - "max": "189.915", - "min": "189.61", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "111.23", - "max": "113.239", - "min": "110.886", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "99.214", - "max": "117.556", - "min": "97.42", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "20.824", - "max": "21.228", - "min": "20.568", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "72.764", - "max": "73.201", - "min": "72.427", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "114.781", - "max": "116.989", - "min": "114.42", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "223.279", - "max": "269.418", - "min": "213.612", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "50.169", - "max": "50.376", - "min": "49.98", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "166.848", - "max": "238.342", - "min": "159.014", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "47.819", - "max": "47.967", - "min": "47.708", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "371.53", - "max": "371.935", - "min": "370.841", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "111.244", - "max": "111.906", - "min": "110.993", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "10.589", - "max": "10.733", - "min": "10.421", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "195.431", - "max": "195.765", - "min": "195.299", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "231.524", - "max": "231.84", - "min": "231.321", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "163.424", - "max": "163.662", - "min": "163.211", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "63.08", - "max": "63.31", - "min": "62.97", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "262.731", - "max": "274.897", - "min": "230.682", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "0.016", - "max": "0.031", - "min": "0.012", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "22.207", - "max": "22.301", - "min": "22.121", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "93.877", - "max": "95.746", - "min": "93.53", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "226.628", - "max": "226.899", - "min": "226.422", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "82.263", - "max": "83.765", - "min": "81.994", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "97.932", - "max": "116.049", - "min": "96.937", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "107.966", - "max": "108.182", - "min": "107.808", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "100.138", - "max": "100.377", - "min": "99.941", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "76.757", - "max": "77.378", - "min": "76.459", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "139.159", - "max": "140.467", - "min": "138.967", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "117.383", - "max": "117.618", - "min": "117.23", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "139.018", - "max": "141.664", - "min": "138.789", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "120.697", - "max": "121.051", - "min": "120.538", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "84.922", - "max": "87.972", - "min": "84.416", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "90.809", - "max": "90.933", - "min": "90.631", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "83.915", - "max": "84.023", - "min": "83.821", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "102.649", - "max": "103.043", - "min": "102.386", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "131.604", - "max": "131.824", - "min": "131.327", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "99.879", - "max": "102.98", - "min": "99.25", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "100.98", - "max": "114.426", - "min": "89.065", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "76.469", - "max": "76.781", - "min": "76.245", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "136.275", - "max": "136.56", - "min": "136.123", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "118.031", - "max": "123.994", - "min": "117.573", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "137.393", - "max": "137.963", - "min": "137.04", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "80.245", - "max": "87.649", - "min": "79.558", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "227.107", - "max": "228.97", - "min": "226.736", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "104.797", - "max": "105.08", - "min": "104.603", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "97.338", - "max": "97.614", - "min": "97.134", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "113.476", - "max": "113.699", - "min": "113.277", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "106.332", - "max": "114.558", - "min": "103.027", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "123.497", - "max": "123.731", - "min": "123.329", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "79.557", - "max": "86.215", - "min": "78.724", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "73.646", - "max": "74.138", - "min": "73.49", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "78.021", - "max": "78.718", - "min": "77.438", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "277.517", - "max": "283.146", - "min": "276.512", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "15.167", - "max": "20.663", - "min": "14.342", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "244.693", - "max": "247.025", - "min": "238.787", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "227.186", - "max": "227.741", - "min": "227.029", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "89.918", - "max": "172.881", - "min": "86.8", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "227.404", - "max": "228.723", - "min": "227.113", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "92.313", - "max": "92.599", - "min": "91.917", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "104.684", - "max": "105.121", - "min": "104.464", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "135.282", - "max": "136.217", - "min": "134.99", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "74.569", - "max": "76.018", - "min": "74.292", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "83.847", - "max": "85.572", - "min": "83.413", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "32.237", - "max": "32.591", - "min": "32.148", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "49.023", - "max": "49.474", - "min": "48.876", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "230.535", - "max": "230.916", - "min": "230.313", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "12.915", - "max": "13.091", - "min": "12.819", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "98.446", - "max": "98.655", - "min": "98.264", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "15.571", - "max": "15.642", - "min": "15.484", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "96.921", - "max": "97.864", - "min": "96.688", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "136.835", - "max": "137.298", - "min": "136.651", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "57.29", - "max": "59.344", - "min": "54.611", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "93.562", - "max": "94.034", - "min": "93.326", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "103.54", - "max": "105.783", - "min": "102.795", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "81.674", - "max": "84.121", - "min": "80.772", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "193.861", - "max": "195.154", - "min": "193.27", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "153.666", - "max": "154.41", - "min": "153.383", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "158.537", - "max": "158.857", - "min": "158.383", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "118.953", - "max": "119.026", - "min": "118.824", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "93.998", - "max": "94.215", - "min": "93.803", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "130.929", - "max": "131.374", - "min": "130.75", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "24.276", - "max": "27.327", - "min": "23.354", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "21.812", - "max": "21.977", - "min": "21.573", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "141.644", - "max": "148.912", - "min": "139.794", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "106.83", - "max": "108.025", - "min": "105.909", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "22.055", - "max": "23.426", - "min": "20.79", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "135.806", - "max": "136.261", - "min": "135.611", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "34.614", - "max": "34.847", - "min": "34.393", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "85.49", - "max": "89.299", - "min": "84.781", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "259.753", - "max": "260.004", - "min": "259.572", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "108.317", - "max": "108.455", - "min": "108.18", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "84.405", - "max": "84.841", - "min": "84.18", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "91.22", - "max": "91.706", - "min": "91.05", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "171.998", - "max": "172.743", - "min": "171.736", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "94.048", - "max": "104.351", - "min": "86.795", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "106.081", - "max": "107.78", - "min": "105.917", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "279.238", - "max": "280.316", - "min": "278.907", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "163.928", - "max": "165.872", - "min": "163.698", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "38.265", - "max": "38.508", - "min": "38.079", - "id": "181", - "country": "United States", - "source_name": "Brunswick", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "184": { - "name": "Pittsburgh", - "data": { - "0": { - "avg": "151.943", - "max": "152.079", - "min": "151.825", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "214.915", - "max": "215.691", - "min": "214.653", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "24.398", - "max": "24.84", - "min": "24.34", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "119.82", - "max": "124.73", - "min": "119.341", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "88.399", - "max": "88.744", - "min": "88.259", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "177.296", - "max": "177.458", - "min": "177.224", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "99.909", - "max": "100.003", - "min": "99.815", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "222.832", - "max": "226.236", - "min": "222.482", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "147.858", - "max": "147.969", - "min": "147.772", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "117.538", - "max": "118.76", - "min": "117.336", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "87.679", - "max": "87.932", - "min": "87.504", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "40.574", - "max": "62.501", - "min": "39.708", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "16.778", - "max": "16.856", - "min": "16.734", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "21.152", - "max": "24.808", - "min": "20.912", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "36.314", - "max": "38.389", - "min": "36.147", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "25.08", - "max": "25.172", - "min": "24.395", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "107.398", - "max": "107.702", - "min": "107.206", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "21.403", - "max": "21.476", - "min": "21.325", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "94.129", - "max": "94.386", - "min": "93.976", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "115.898", - "max": "115.937", - "min": "115.855", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "218.989", - "max": "219.134", - "min": "218.938", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "11.983", - "max": "12.023", - "min": "11.911", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "61.762", - "max": "62.526", - "min": "61.627", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "66.627", - "max": "71.925", - "min": "66.198", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "120.967", - "max": "121.146", - "min": "120.837", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "111.431", - "max": "111.491", - "min": "111.387", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "107.228", - "max": "108.839", - "min": "107.01", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "121.91", - "max": "122.603", - "min": "121.769", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "104.634", - "max": "104.716", - "min": "104.568", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "65.181", - "max": "65.367", - "min": "65.108", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "252.141", - "max": "252.262", - "min": "252.007", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "118.692", - "max": "118.936", - "min": "118.615", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "64.009", - "max": "64.196", - "min": "63.903", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "145.703", - "max": "145.786", - "min": "145.658", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "116.683", - "max": "118.465", - "min": "116.367", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "233.733", - "max": "236.379", - "min": "233.488", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "66.576", - "max": "66.655", - "min": "66.541", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "57.32", - "max": "57.524", - "min": "57.206", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "44.695", - "max": "44.928", - "min": "44.569", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "11.691", - "max": "12.701", - "min": "11.464", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "227.464", - "max": "229.716", - "min": "226.936", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "90.231", - "max": "93.88", - "min": "89.638", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "122.332", - "max": "122.417", - "min": "122.279", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "120.273", - "max": "120.329", - "min": "120.216", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "231.508", - "max": "231.602", - "min": "231.401", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "116.872", - "max": "117.593", - "min": "116.533", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "114.013", - "max": "114.436", - "min": "113.849", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "82.224", - "max": "82.427", - "min": "82.11", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "152.988", - "max": "153.428", - "min": "152.839", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "44.781", - "max": "46.575", - "min": "44.536", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "18.067", - "max": "18.11", - "min": "18.04", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "60.474", - "max": "60.695", - "min": "60.236", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "129.781", - "max": "219.502", - "min": "111.363", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "23.788", - "max": "23.865", - "min": "23.724", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "245.99", - "max": "252.655", - "min": "242.655", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "271.442", - "max": "273.719", - "min": "271.152", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "140.611", - "max": "141.822", - "min": "140.001", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "206.916", - "max": "207.057", - "min": "206.874", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "131.729", - "max": "133.079", - "min": "131.519", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "95.244", - "max": "95.39", - "min": "95.175", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "148.782", - "max": "149.983", - "min": "148.339", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "159.145", - "max": "215.33", - "min": "153.666", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "263.199", - "max": "359.384", - "min": "254.661", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "262.883", - "max": "265.046", - "min": "262.627", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "148.779", - "max": "149.449", - "min": "148.67", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "133.616", - "max": "133.889", - "min": "133.549", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "18.102", - "max": "18.25", - "min": "18.012", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "137.228", - "max": "137.569", - "min": "136.802", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "143.406", - "max": "146.49", - "min": "142.63", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "35.557", - "max": "36.573", - "min": "35.428", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "208.254", - "max": "209.415", - "min": "208.066", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "65.495", - "max": "65.83", - "min": "65.247", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "77.228", - "max": "77.448", - "min": "77.128", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "32.316", - "max": "32.42", - "min": "32.265", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "137.071", - "max": "137.548", - "min": "136.953", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "87.323", - "max": "87.475", - "min": "87.202", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "16.094", - "max": "16.176", - "min": "16.003", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "73.919", - "max": "74.033", - "min": "73.854", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "20.652", - "max": "20.88", - "min": "20.484", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "15.054", - "max": "15.657", - "min": "14.98", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "67.546", - "max": "67.719", - "min": "67.433", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "31.649", - "max": "31.979", - "min": "31.477", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "242.946", - "max": "246.218", - "min": "242.66", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "240.271", - "max": "240.923", - "min": "240.092", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "44.192", - "max": "44.269", - "min": "44.113", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "157.09", - "max": "158.23", - "min": "156.714", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "92.98", - "max": "93.524", - "min": "92.751", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "31.916", - "max": "32.108", - "min": "31.826", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "18.542", - "max": "18.729", - "min": "18.46", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "92.016", - "max": "102.893", - "min": "89.094", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "30.864", - "max": "33.057", - "min": "30.247", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "66.905", - "max": "67.378", - "min": "66.741", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "85.542", - "max": "85.703", - "min": "85.49", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "212.185", - "max": "214.155", - "min": "211.946", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "15.297", - "max": "17.438", - "min": "15.108", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "40.393", - "max": "40.441", - "min": "40.313", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "79.049", - "max": "79.325", - "min": "78.823", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "61.422", - "max": "109.38", - "min": "59.062", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "60.324", - "max": "60.59", - "min": "60.222", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "9.236", - "max": "11.527", - "min": "8.945", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "27.934", - "max": "28.169", - "min": "27.873", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "58.271", - "max": "58.434", - "min": "58.152", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "140.242", - "max": "140.373", - "min": "140.144", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "221.193", - "max": "231.283", - "min": "220.429", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "29.863", - "max": "31.829", - "min": "29.46", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "201.017", - "max": "202.173", - "min": "200.679", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "106.023", - "max": "110.607", - "min": "105.783", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "24.374", - "max": "24.438", - "min": "24.229", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "23.331", - "max": "23.436", - "min": "23.255", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "225.811", - "max": "229.337", - "min": "224.839", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "218.064", - "max": "218.294", - "min": "217.954", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "187.321", - "max": "187.809", - "min": "187.221", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "15.372", - "max": "15.454", - "min": "15.282", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "220.499", - "max": "224.649", - "min": "220.099", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "462.566", - "max": "574.858", - "min": "289.993", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "226.256", - "max": "290.935", - "min": "154.915", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "245.929", - "max": "247.748", - "min": "245.475", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "159.765", - "max": "162.535", - "min": "159.457", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "29.751", - "max": "29.932", - "min": "29.633", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "42.713", - "max": "44.021", - "min": "42.392", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "41.377", - "max": "42.865", - "min": "41.195", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "122.609", - "max": "275.756", - "min": "32.78", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "140.955", - "max": "141.413", - "min": "140.858", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "136.782", - "max": "316.568", - "min": "127.01", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "118.806", - "max": "126.458", - "min": "118.508", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "120.131", - "max": "120.809", - "min": "119.65", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "15.06", - "max": "15.742", - "min": "13.753", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "301.538", - "max": "301.908", - "min": "301.29", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "178.514", - "max": "180.121", - "min": "178.179", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "95.032", - "max": "96.239", - "min": "94.934", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.959", - "max": "27.929", - "min": "25.78", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "20.857", - "max": "21.169", - "min": "20.664", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "25.43", - "max": "25.827", - "min": "25.362", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "195.291", - "max": "196.803", - "min": "194.54", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "68.09", - "max": "68.172", - "min": "68.041", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "19.522", - "max": "19.765", - "min": "19.383", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "44.188", - "max": "56.834", - "min": "42.742", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "53.587", - "max": "55.676", - "min": "53.317", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "25.522", - "max": "25.626", - "min": "25.477", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "15.229", - "max": "15.335", - "min": "15.154", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "119.701", - "max": "122.302", - "min": "119.433", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "258.63", - "max": "261.031", - "min": "258.18", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "131.391", - "max": "131.637", - "min": "131.311", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "111.924", - "max": "111.97", - "min": "111.888", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "112.01", - "max": "120.17", - "min": "111.306", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "100.939", - "max": "101.114", - "min": "100.721", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "128.337", - "max": "133.299", - "min": "127.713", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "252.829", - "max": "253.617", - "min": "252.731", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "91.825", - "max": "92.583", - "min": "91.741", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "83.757", - "max": "83.852", - "min": "83.671", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "111.762", - "max": "133.133", - "min": "108.872", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "178.475", - "max": "178.594", - "min": "178.404", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "130.428", - "max": "132.078", - "min": "130.26", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "98.452", - "max": "98.707", - "min": "98.279", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "15.74", - "max": "15.941", - "min": "15.632", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "74.916", - "max": "75.358", - "min": "74.61", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "131.358", - "max": "132.854", - "min": "131.149", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "224.832", - "max": "261.398", - "min": "216.289", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "44.599", - "max": "44.786", - "min": "44.495", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "172.731", - "max": "262.825", - "min": "164.602", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "42.961", - "max": "43.088", - "min": "42.875", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "478.867", - "max": "479.277", - "min": "478.537", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "129.365", - "max": "130.042", - "min": "129.264", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "13.303", - "max": "13.389", - "min": "13.227", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "201.289", - "max": "201.389", - "min": "201.18", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "241.229", - "max": "241.343", - "min": "241.187", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "186.099", - "max": "186.827", - "min": "185.938", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "60.918", - "max": "61.114", - "min": "60.788", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "216.018", - "max": "216.256", - "min": "215.908", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "22.143", - "max": "22.248", - "min": "22.092", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "0.024", - "max": "0.051", - "min": "0.018", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "113.79", - "max": "115.736", - "min": "113.627", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "270.987", - "max": "271.073", - "min": "270.924", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "92.189", - "max": "92.288", - "min": "92.111", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "99.411", - "max": "99.73", - "min": "99.25", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "120.355", - "max": "125.845", - "min": "119.984", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "107.146", - "max": "107.205", - "min": "107.106", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "85.328", - "max": "86.406", - "min": "85.074", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "139.485", - "max": "139.994", - "min": "139.308", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "137.964", - "max": "138.166", - "min": "137.878", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "152.458", - "max": "154.83", - "min": "152.143", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "129.478", - "max": "131.434", - "min": "129.21", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "99.718", - "max": "101.742", - "min": "99.45", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "107.899", - "max": "108.057", - "min": "107.827", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "86.97", - "max": "87.003", - "min": "86.914", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "114.361", - "max": "114.451", - "min": "114.266", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "145.743", - "max": "146.029", - "min": "145.473", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "114.159", - "max": "116.44", - "min": "113.203", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "127.976", - "max": "198.739", - "min": "103.094", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "78.017", - "max": "78.109", - "min": "77.977", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "149.709", - "max": "149.826", - "min": "149.556", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "125.47", - "max": "145.03", - "min": "124.608", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "138.827", - "max": "139.293", - "min": "138.503", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "93.626", - "max": "98.064", - "min": "93.164", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "249.792", - "max": "259.685", - "min": "249.367", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "110.738", - "max": "111.475", - "min": "110.649", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "110.482", - "max": "110.671", - "min": "110.393", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "117.652", - "max": "117.798", - "min": "117.591", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "91.977", - "max": "99.284", - "min": "89.847", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "146.723", - "max": "146.909", - "min": "146.534", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "89.244", - "max": "97.069", - "min": "88.532", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "87.496", - "max": "87.894", - "min": "87.364", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "97.473", - "max": "98.345", - "min": "97.3", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "223.24", - "max": "233.322", - "min": "222.389", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "16.574", - "max": "19.976", - "min": "16.108", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "215.873", - "max": "219.661", - "min": "215.211", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "273.896", - "max": "276.197", - "min": "273.761", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "94.642", - "max": "94.879", - "min": "94.523", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "254.949", - "max": "256.835", - "min": "254.299", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "69.038", - "max": "70.315", - "min": "68.857", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "118.433", - "max": "118.692", - "min": "118.283", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "152.729", - "max": "153.577", - "min": "152.598", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "84.262", - "max": "85.791", - "min": "83.917", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "104.687", - "max": "104.925", - "min": "104.581", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "10.555", - "max": "10.598", - "min": "10.531", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "24.62", - "max": "24.672", - "min": "24.591", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "227.504", - "max": "228.251", - "min": "227.302", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "21.837", - "max": "22.094", - "min": "21.776", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "120.845", - "max": "121.03", - "min": "120.747", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "12.448", - "max": "12.66", - "min": "12.393", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "116.071", - "max": "116.213", - "min": "115.997", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "148.709", - "max": "149.057", - "min": "148.519", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "47.93", - "max": "52.912", - "min": "44.603", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "113.718", - "max": "113.86", - "min": "113.591", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "117.592", - "max": "118.289", - "min": "116.964", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "76.288", - "max": "86.047", - "min": "74.936", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "204.055", - "max": "204.781", - "min": "203.627", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "151.005", - "max": "151.24", - "min": "150.909", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "182.128", - "max": "182.665", - "min": "181.927", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "140.382", - "max": "141.157", - "min": "140.294", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "100.537", - "max": "100.659", - "min": "100.484", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "133.701", - "max": "133.805", - "min": "133.632", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "24.486", - "max": "26.453", - "min": "23.994", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "13.777", - "max": "13.997", - "min": "13.681", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "145.914", - "max": "148.901", - "min": "144.116", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "115.195", - "max": "116.421", - "min": "114.486", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "24.339", - "max": "25.728", - "min": "23.225", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "160.014", - "max": "160.624", - "min": "159.907", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "37.29", - "max": "37.617", - "min": "37.116", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "98.046", - "max": "102.238", - "min": "97.022", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "225.705", - "max": "225.864", - "min": "225.512", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "104.766", - "max": "104.766", - "min": "104.766", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "88.856", - "max": "88.914", - "min": "88.817", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "109.081", - "max": "109.197", - "min": "109.031", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "175.974", - "max": "177.041", - "min": "175.79", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "109.023", - "max": "121.8", - "min": "101.961", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "129.069", - "max": "129.137", - "min": "128.974", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "242.872", - "max": "243.674", - "min": "242.729", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "169.803", - "max": "170.685", - "min": "169.521", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "24.391", - "max": "28.19", - "min": "23.759", - "id": "184", - "country": "United States", - "source_name": "Pittsburgh", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "225": { - "name": "Redding", - "data": { - "0": { - "avg": "156.347", - "max": "157.069", - "min": "155.973", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "275.917", - "max": "276.585", - "min": "275.614", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "76.454", - "max": "76.87", - "min": "76.19", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "183.936", - "max": "192.979", - "min": "182.625", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "152.507", - "max": "153.296", - "min": "152.13", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "136.891", - "max": "141.044", - "min": "136.424", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "165.162", - "max": "165.364", - "min": "165.003", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "300.069", - "max": "315.185", - "min": "298.88", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "193.429", - "max": "194.06", - "min": "192.856", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "187.455", - "max": "196.76", - "min": "186.967", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "161.41", - "max": "161.86", - "min": "161.167", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "48.95", - "max": "50.046", - "min": "48.595", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "87.41", - "max": "87.671", - "min": "87.18", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "89.716", - "max": "90.117", - "min": "89.486", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "86.062", - "max": "86.325", - "min": "85.714", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "91.223", - "max": "91.621", - "min": "91.008", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "179.59", - "max": "179.814", - "min": "179.291", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "89.46", - "max": "91.563", - "min": "88.994", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "151.392", - "max": "152.139", - "min": "151.224", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "182.143", - "max": "182.598", - "min": "182.008", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "306.177", - "max": "306.781", - "min": "306.002", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "55.19", - "max": "55.613", - "min": "54.915", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "21.277", - "max": "21.597", - "min": "21.166", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "41.117", - "max": "41.968", - "min": "40.836", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "189.692", - "max": "190.08", - "min": "189.368", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "164.438", - "max": "165.512", - "min": "164.167", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "179.702", - "max": "183.019", - "min": "179.191", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "182.991", - "max": "183.281", - "min": "182.726", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "163.251", - "max": "164.175", - "min": "163.044", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "21.468", - "max": "21.941", - "min": "21.283", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "190.97", - "max": "191.089", - "min": "190.766", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "183.496", - "max": "185.867", - "min": "183.176", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "75.063", - "max": "75.62", - "min": "74.75", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "200.521", - "max": "200.65", - "min": "200.412", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "191.035", - "max": "192.932", - "min": "190.628", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "200.383", - "max": "200.963", - "min": "200.131", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "20.279", - "max": "20.659", - "min": "20.124", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "94.343", - "max": "94.501", - "min": "94.074", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "63.746", - "max": "63.923", - "min": "63.592", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "92.823", - "max": "94.302", - "min": "92.489", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "287.962", - "max": "289.243", - "min": "287.508", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "154.075", - "max": "154.912", - "min": "153.73", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "177.351", - "max": "178.514", - "min": "177.014", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "187.282", - "max": "188.543", - "min": "186.948", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "285.776", - "max": "286.057", - "min": "285.494", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "182.507", - "max": "183.224", - "min": "182.022", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "197.099", - "max": "197.993", - "min": "196.953", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "136.982", - "max": "138.597", - "min": "136.751", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "202.71", - "max": "203.053", - "min": "202.597", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "69.16", - "max": "69.284", - "min": "69.056", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "94.311", - "max": "94.927", - "min": "94.059", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "41.86", - "max": "42.276", - "min": "41.435", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "210.85", - "max": "221.603", - "min": "205.048", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "53.726", - "max": "54.199", - "min": "53.561", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "272.285", - "max": "278.803", - "min": "269.527", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "212.17", - "max": "212.863", - "min": "211.917", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "184.54", - "max": "192.781", - "min": "183.571", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "187.432", - "max": "189.063", - "min": "187.231", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "207.178", - "max": "208.336", - "min": "206.668", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "160.299", - "max": "160.457", - "min": "160.058", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "200.206", - "max": "204.682", - "min": "199.444", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "200.418", - "max": "246.379", - "min": "196.997", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "232.861", - "max": "240.323", - "min": "231.702", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "233.625", - "max": "233.741", - "min": "233.509", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "189.193", - "max": "189.988", - "min": "188.763", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "205.874", - "max": "206.269", - "min": "205.794", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.39", - "max": "79.592", - "min": "79.105", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "200.023", - "max": "200.438", - "min": "199.69", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "235.57", - "max": "236.769", - "min": "234.905", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "57.072", - "max": "58.865", - "min": "56.562", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "173.913", - "max": "174.877", - "min": "173.698", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "29.62", - "max": "30.069", - "min": "29.23", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "123.779", - "max": "131.51", - "min": "123.287", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "86.1", - "max": "86.308", - "min": "85.992", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "204.513", - "max": "205.139", - "min": "204.238", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "154.796", - "max": "155.27", - "min": "154.292", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "71.07", - "max": "71.7", - "min": "70.871", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "26.402", - "max": "28.57", - "min": "26.182", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "97.405", - "max": "111.448", - "min": "96.689", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "65.449", - "max": "65.927", - "min": "65.112", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "31.027", - "max": "31.4", - "min": "30.725", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "96.273", - "max": "96.741", - "min": "95.949", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "166.021", - "max": "167.217", - "min": "165.782", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "252.569", - "max": "253.078", - "min": "252.287", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "33.872", - "max": "34.148", - "min": "33.73", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "209.292", - "max": "210.233", - "min": "208.95", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "154.828", - "max": "157.571", - "min": "154.341", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "82.901", - "max": "83.616", - "min": "82.678", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "53.995", - "max": "54.485", - "min": "53.739", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "164.495", - "max": "164.778", - "min": "164.315", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "69.304", - "max": "70.74", - "min": "68.539", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "18.318", - "max": "18.826", - "min": "18.109", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "165.037", - "max": "165.588", - "min": "164.681", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "140.222", - "max": "140.902", - "min": "139.844", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "95.251", - "max": "95.653", - "min": "95.065", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "88.878", - "max": "89.242", - "min": "88.617", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "134.28", - "max": "134.492", - "min": "134.058", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "139.469", - "max": "175.969", - "min": "136.534", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "14.787", - "max": "15.158", - "min": "14.589", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "58.401", - "max": "58.766", - "min": "58.222", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "82.869", - "max": "83.091", - "min": "82.736", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "52.706", - "max": "53.162", - "min": "52.506", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "207.575", - "max": "208.002", - "min": "207.316", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "197.618", - "max": "206.221", - "min": "196.461", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "68.924", - "max": "69.283", - "min": "68.646", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "408.159", - "max": "421.982", - "min": "398.437", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "150.402", - "max": "151.783", - "min": "150.019", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "88.89", - "max": "89.225", - "min": "88.662", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "73.059", - "max": "74.008", - "min": "72.59", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "275.078", - "max": "278.259", - "min": "274.167", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "185.3", - "max": "186.136", - "min": "184.916", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "156.244", - "max": "160.328", - "min": "156.011", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "88.83", - "max": "89.157", - "min": "88.678", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "276.269", - "max": "278.896", - "min": "275.857", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "519.034", - "max": "636.945", - "min": "342.688", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "294.087", - "max": "354.42", - "min": "232.925", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "322.816", - "max": "332.42", - "min": "321.654", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "119.894", - "max": "123.443", - "min": "119.411", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "54.848", - "max": "55.147", - "min": "54.532", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "94.757", - "max": "95.6", - "min": "94.551", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "55.748", - "max": "59.009", - "min": "55.466", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "167.235", - "max": "322.042", - "min": "91.256", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "183.644", - "max": "184.108", - "min": "183.409", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "198.928", - "max": "323.972", - "min": "193.623", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "198.958", - "max": "199.204", - "min": "198.812", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "191.785", - "max": "193.143", - "min": "191.271", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "85.827", - "max": "86.198", - "min": "85.658", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "301.489", - "max": "302.088", - "min": "301.256", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "266.105", - "max": "270.155", - "min": "265.666", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "103.98", - "max": "104.788", - "min": "103.697", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "57.8", - "max": "58.551", - "min": "57.399", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "85.967", - "max": "86.266", - "min": "85.8", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "80.418", - "max": "80.536", - "min": "80.253", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "174.884", - "max": "176.374", - "min": "174.132", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "69.495", - "max": "69.579", - "min": "69.258", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "81.437", - "max": "84.404", - "min": "81.097", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "52.596", - "max": "68.509", - "min": "51.31", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "52.89", - "max": "53.255", - "min": "52.718", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "53.262", - "max": "54.059", - "min": "52.995", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "81.728", - "max": "82.471", - "min": "81.383", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "174.981", - "max": "175.342", - "min": "174.857", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "242.081", - "max": "244.04", - "min": "241.51", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "182.186", - "max": "183.133", - "min": "181.888", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "177.644", - "max": "177.924", - "min": "177.453", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "67.771", - "max": "68.395", - "min": "67.481", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "161.779", - "max": "162.71", - "min": "161.553", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "178.117", - "max": "181.577", - "min": "177.777", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "275.691", - "max": "275.871", - "min": "275.563", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "141.808", - "max": "143.06", - "min": "141.6", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "139.885", - "max": "140.549", - "min": "139.759", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "176.373", - "max": "198.905", - "min": "175.18", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "134.14", - "max": "134.668", - "min": "133.872", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "198.298", - "max": "202.098", - "min": "197.898", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "172.791", - "max": "174.561", - "min": "171.966", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "95.01", - "max": "95.308", - "min": "94.708", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "54.556", - "max": "55.139", - "min": "54.259", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "187.908", - "max": "189.154", - "min": "187.563", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "183.251", - "max": "232.69", - "min": "174.979", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "78.06", - "max": "78.289", - "min": "77.799", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "216.094", - "max": "262.009", - "min": "210.867", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "134.98", - "max": "135.231", - "min": "134.756", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "229.143", - "max": "229.239", - "min": "229.046", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "195.598", - "max": "195.849", - "min": "195.439", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "89.07", - "max": "89.37", - "min": "88.706", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "256.008", - "max": "256.571", - "min": "255.839", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "308.243", - "max": "308.401", - "min": "308.093", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "253.412", - "max": "253.634", - "min": "253.22", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "75.725", - "max": "76.224", - "min": "75.44", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "173.302", - "max": "177.638", - "min": "170.117", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "92.227", - "max": "92.462", - "min": "91.915", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "69.067", - "max": "69.958", - "min": "68.887", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "163.784", - "max": "165.589", - "min": "163.472", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "306.476", - "max": "306.653", - "min": "306.276", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "155.128", - "max": "158.156", - "min": "154.764", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "179.735", - "max": "181.808", - "min": "179.412", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "179.95", - "max": "180.2", - "min": "179.816", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "166.502", - "max": "166.853", - "min": "166.32", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "144.014", - "max": "144.48", - "min": "143.753", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "192.85", - "max": "193.193", - "min": "192.499", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "194.653", - "max": "195.612", - "min": "194.439", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "221.406", - "max": "225.629", - "min": "221.054", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "194.069", - "max": "194.473", - "min": "193.93", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "149.642", - "max": "151.173", - "min": "149.376", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "165.74", - "max": "166.238", - "min": "165.544", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "168.587", - "max": "168.91", - "min": "168.487", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "188.389", - "max": "188.616", - "min": "188.242", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "199.882", - "max": "200.282", - "min": "199.363", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "172.776", - "max": "179.1", - "min": "171.832", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "204.558", - "max": "269.56", - "min": "173.89", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "163.096", - "max": "163.759", - "min": "162.865", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "214.399", - "max": "214.94", - "min": "214.151", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "200.862", - "max": "201.55", - "min": "200.636", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "191.947", - "max": "192.535", - "min": "191.555", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "157.463", - "max": "161.565", - "min": "157.075", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "212.752", - "max": "224.315", - "min": "211.831", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "174.639", - "max": "175.014", - "min": "174.428", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "185.284", - "max": "185.527", - "min": "185.049", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "192.38", - "max": "192.643", - "min": "192.104", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "146.104", - "max": "152.204", - "min": "144.546", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "201.943", - "max": "202.973", - "min": "201.699", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "149.077", - "max": "158.078", - "min": "148.384", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "148.051", - "max": "151.942", - "min": "147.712", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "158.899", - "max": "164.628", - "min": "158.55", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "172.005", - "max": "184.455", - "min": "168.736", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.822", - "max": "80.747", - "min": "78.145", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "172.39", - "max": "173.589", - "min": "172.046", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "267.344", - "max": "267.479", - "min": "267.171", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "161.873", - "max": "162.666", - "min": "161.706", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "284.454", - "max": "285.622", - "min": "284.1", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "0.034", - "max": "0.051", - "min": "0.032", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "187.073", - "max": "187.847", - "min": "186.822", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "214.257", - "max": "217.167", - "min": "213.964", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "144.178", - "max": "145.68", - "min": "143.727", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "168.876", - "max": "171.28", - "min": "168.332", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "60.174", - "max": "61.143", - "min": "59.949", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "91.341", - "max": "91.787", - "min": "91.105", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "265.297", - "max": "360.038", - "min": "261.854", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "69.972", - "max": "70.471", - "min": "69.739", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "179.145", - "max": "179.515", - "min": "179.035", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "80.964", - "max": "81.314", - "min": "80.75", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "179.513", - "max": "179.939", - "min": "179.178", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "202.496", - "max": "229.405", - "min": "201.36", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "87.072", - "max": "91.044", - "min": "84.125", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "175.145", - "max": "175.838", - "min": "174.963", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "208.252", - "max": "209.408", - "min": "207.426", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "203.152", - "max": "214.895", - "min": "200.033", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "289.223", - "max": "289.756", - "min": "288.893", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "112.636", - "max": "112.788", - "min": "112.418", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "267.732", - "max": "273.261", - "min": "267.329", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "201.929", - "max": "201.997", - "min": "201.75", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "165.545", - "max": "171.415", - "min": "165.141", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "199.815", - "max": "200.234", - "min": "199.565", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "92.62", - "max": "96.581", - "min": "91.936", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "79.951", - "max": "80.633", - "min": "79.777", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "207.623", - "max": "212.296", - "min": "206.099", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "185.105", - "max": "188.126", - "min": "184.595", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "101.777", - "max": "103.071", - "min": "100.797", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "215.562", - "max": "217.602", - "min": "215.27", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "65.475", - "max": "65.749", - "min": "65.23", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "154.88", - "max": "171.33", - "min": "153.595", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "201.689", - "max": "209.284", - "min": "190.818", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "152.857", - "max": "152.857", - "min": "152.857", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "158.339", - "max": "158.488", - "min": "158.119", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "170.5", - "max": "170.712", - "min": "170.296", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "256.052", - "max": "256.306", - "min": "255.867", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "170.23", - "max": "182.289", - "min": "162.212", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "179.309", - "max": "179.543", - "min": "179.18", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "241.53", - "max": "243.131", - "min": "241.151", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "225.63", - "max": "226.425", - "min": "225.061", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "91.095", - "max": "91.321", - "min": "90.945", - "id": "225", - "country": "United States", - "source_name": "Redding", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "230": { - "name": "Indianapolis", - "data": { - "0": { - "avg": "111.548", - "max": "111.86", - "min": "111.43", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "248.799", - "max": "250.177", - "min": "248.57", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "18.187", - "max": "18.284", - "min": "18.124", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "125.23", - "max": "136.753", - "min": "123.893", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "98.576", - "max": "99.341", - "min": "98.399", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "133.544", - "max": "134.307", - "min": "133.447", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "104.95", - "max": "105.143", - "min": "104.869", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "360.322", - "max": "375.389", - "min": "359.12", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "142.374", - "max": "142.53", - "min": "142.311", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "178.42", - "max": "179.859", - "min": "178.2", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "90.878", - "max": "91.598", - "min": "90.664", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "46.803", - "max": "67.312", - "min": "45.925", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "88.46", - "max": "88.525", - "min": "88.404", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "27.041", - "max": "27.211", - "min": "26.945", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "44.609", - "max": "46.325", - "min": "44.488", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "23.22", - "max": "23.572", - "min": "23.117", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "117.116", - "max": "117.386", - "min": "116.896", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "29.365", - "max": "29.613", - "min": "29.267", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "116.472", - "max": "116.694", - "min": "116.378", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "122.111", - "max": "122.173", - "min": "122.072", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "260.425", - "max": "260.599", - "min": "260.355", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "16.287", - "max": "16.37", - "min": "16.209", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "69.555", - "max": "69.682", - "min": "69.471", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "67.13", - "max": "71.482", - "min": "66.817", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "120.212", - "max": "121.725", - "min": "119.884", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "113.666", - "max": "115.314", - "min": "113.567", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "116.878", - "max": "117.169", - "min": "116.796", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "115.92", - "max": "116.18", - "min": "115.706", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "107.907", - "max": "107.958", - "min": "107.856", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "53.547", - "max": "53.924", - "min": "53.356", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "240.52", - "max": "240.646", - "min": "240.445", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "131.351", - "max": "131.802", - "min": "131.265", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "51.007", - "max": "53.756", - "min": "48.913", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "149.129", - "max": "149.281", - "min": "149.086", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "114.655", - "max": "115.657", - "min": "114.37", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "213.99", - "max": "216.755", - "min": "213.51", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "80.924", - "max": "80.954", - "min": "80.907", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "67.246", - "max": "67.578", - "min": "67.086", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "45.057", - "max": "47.112", - "min": "44.85", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "24.996", - "max": "25.878", - "min": "24.793", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "234.013", - "max": "236.932", - "min": "233.545", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "100.12", - "max": "103.751", - "min": "99.625", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "130.731", - "max": "130.948", - "min": "130.639", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "123.542", - "max": "125.56", - "min": "123.335", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "249.771", - "max": "249.963", - "min": "249.661", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "132.81", - "max": "133.511", - "min": "132.437", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "139.306", - "max": "139.616", - "min": "139.212", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "102.601", - "max": "102.839", - "min": "102.495", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "172.021", - "max": "172.563", - "min": "171.876", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "70.712", - "max": "70.914", - "min": "70.663", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "21.578", - "max": "21.844", - "min": "21.435", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "76.303", - "max": "76.531", - "min": "76.107", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "105.174", - "max": "108.086", - "min": "103.602", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "65.45", - "max": "65.608", - "min": "65.357", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "262.537", - "max": "276.213", - "min": "258.404", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "228.153", - "max": "228.511", - "min": "228.001", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "124.573", - "max": "128.035", - "min": "123.966", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "227.973", - "max": "228.134", - "min": "227.923", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "191.214", - "max": "191.918", - "min": "190.895", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "105.06", - "max": "105.228", - "min": "104.968", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "158.592", - "max": "163.898", - "min": "158.012", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "157.678", - "max": "217.813", - "min": "151.617", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "234.796", - "max": "319.638", - "min": "221.873", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "235.846", - "max": "236.473", - "min": "235.658", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "143.069", - "max": "143.195", - "min": "142.972", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "146.079", - "max": "146.145", - "min": "146.045", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "27.207", - "max": "27.296", - "min": "27.142", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "137.333", - "max": "137.63", - "min": "136.998", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "156.066", - "max": "158.225", - "min": "155.603", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "39.606", - "max": "40.598", - "min": "39.465", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "185.287", - "max": "185.916", - "min": "185.156", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "70.896", - "max": "71.428", - "min": "70.654", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "89.107", - "max": "90.497", - "min": "88.797", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "40.015", - "max": "40.094", - "min": "39.948", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "202.607", - "max": "203.787", - "min": "202.363", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "104.469", - "max": "104.603", - "min": "104.333", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "45.293", - "max": "45.408", - "min": "45.168", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "61.645", - "max": "61.809", - "min": "61.534", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "26.375", - "max": "28.169", - "min": "26.062", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "14.398", - "max": "14.512", - "min": "14.328", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "48.92", - "max": "49.237", - "min": "48.734", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "40.999", - "max": "41.682", - "min": "40.733", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "208", - "max": "209.448", - "min": "207.028", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.076", - "max": "239.457", - "min": "238.919", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "64.951", - "max": "65.021", - "min": "64.907", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "162.46", - "max": "163.201", - "min": "162.177", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "103.435", - "max": "105.778", - "min": "103.164", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "39.947", - "max": "40.197", - "min": "39.859", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "10.025", - "max": "10.679", - "min": "9.873", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "97.247", - "max": "100.935", - "min": "96.97", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "32.268", - "max": "34.214", - "min": "31.611", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "83.095", - "max": "83.41", - "min": "82.905", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "112.853", - "max": "112.903", - "min": "112.807", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "175.804", - "max": "176.109", - "min": "175.638", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "27.412", - "max": "33.629", - "min": "27.037", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "48.408", - "max": "48.844", - "min": "48.208", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "135.696", - "max": "135.962", - "min": "135.506", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "73.925", - "max": "101.062", - "min": "72.327", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "70.665", - "max": "70.841", - "min": "70.583", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "17.777", - "max": "19.203", - "min": "17.606", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "41.106", - "max": "41.24", - "min": "41.065", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "71.213", - "max": "71.364", - "min": "71.025", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "153.558", - "max": "162.342", - "min": "153.168", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "222.573", - "max": "229.093", - "min": "221.948", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.277", - "max": "28.751", - "min": "28.097", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "450.241", - "max": "490.423", - "min": "440.064", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "108.423", - "max": "110.138", - "min": "108.111", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "26.714", - "max": "26.809", - "min": "26.561", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "37.536", - "max": "37.612", - "min": "37.438", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "249.395", - "max": "251.166", - "min": "249.004", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "237.829", - "max": "238.329", - "min": "237.674", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "189.601", - "max": "189.773", - "min": "189.505", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "22.83", - "max": "22.91", - "min": "22.772", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "218.822", - "max": "219.249", - "min": "218.589", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "458.874", - "max": "563.761", - "min": "279.681", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "235.482", - "max": "351.617", - "min": "158.675", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "268.961", - "max": "274.085", - "min": "268.581", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "153.148", - "max": "155.165", - "min": "152.9", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "51.698", - "max": "52.293", - "min": "51.561", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "46.549", - "max": "47.523", - "min": "46.371", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "27.529", - "max": "27.801", - "min": "27.36", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "101.805", - "max": "253.779", - "min": "26.693", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "139.039", - "max": "139.264", - "min": "138.926", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "139.826", - "max": "316.992", - "min": "128.812", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "131.157", - "max": "131.242", - "min": "131.122", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "182.826", - "max": "183.898", - "min": "182.42", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "25.1", - "max": "25.317", - "min": "24.972", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "250.269", - "max": "251.277", - "min": "249.961", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "217.301", - "max": "219.811", - "min": "217.058", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "98.016", - "max": "98.977", - "min": "97.852", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "13.569", - "max": "14.306", - "min": "13.433", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "21.062", - "max": "21.181", - "min": "20.959", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "14.877", - "max": "15.364", - "min": "14.81", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "213.468", - "max": "215.264", - "min": "212.876", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "56.046", - "max": "56.159", - "min": "55.996", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "26.702", - "max": "34.641", - "min": "26.305", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "57.723", - "max": "71.634", - "min": "56.258", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "40.769", - "max": "41.446", - "min": "40.684", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "27.48", - "max": "27.57", - "min": "27.429", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "27.61", - "max": "29.03", - "min": "27.414", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "123.786", - "max": "123.889", - "min": "123.716", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "250.08", - "max": "250.743", - "min": "249.788", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "134.472", - "max": "135.77", - "min": "134.361", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "114.973", - "max": "115.154", - "min": "114.793", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "100.398", - "max": "109.696", - "min": "99.533", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "109.945", - "max": "110.732", - "min": "109.761", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "141.399", - "max": "147.656", - "min": "141.035", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "278.462", - "max": "278.675", - "min": "278.387", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "91.494", - "max": "92.064", - "min": "91.408", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "93.445", - "max": "93.496", - "min": "93.411", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "111.588", - "max": "121.852", - "min": "110.023", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "163.656", - "max": "163.797", - "min": "163.579", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "132.663", - "max": "133.579", - "min": "132.535", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "109.658", - "max": "110.004", - "min": "109.502", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "28.007", - "max": "28.313", - "min": "27.938", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "53.574", - "max": "54.643", - "min": "53.345", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "130.753", - "max": "132.279", - "min": "130.415", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "226.225", - "max": "275.449", - "min": "217.112", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "38.363", - "max": "38.543", - "min": "38.271", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "180.57", - "max": "279.838", - "min": "171.76", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "56.474", - "max": "56.599", - "min": "56.383", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "363.349", - "max": "363.542", - "min": "363.169", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "137.292", - "max": "137.584", - "min": "137.128", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "22.839", - "max": "23.203", - "min": "22.67", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "215.522", - "max": "215.719", - "min": "215.388", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "259.041", - "max": "259.099", - "min": "259", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "187.121", - "max": "187.286", - "min": "186.959", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "62.238", - "max": "62.362", - "min": "62.124", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "223.085", - "max": "225.865", - "min": "222.381", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "32.146", - "max": "32.278", - "min": "32.082", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "10.557", - "max": "10.606", - "min": "10.532", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "116.953", - "max": "118.852", - "min": "116.611", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "334.601", - "max": "334.806", - "min": "334.509", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "102.899", - "max": "103.846", - "min": "102.784", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "111.603", - "max": "113.348", - "min": "111.424", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "125.43", - "max": "126.834", - "min": "125.327", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "119.41", - "max": "119.491", - "min": "119.363", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "93.837", - "max": "96.219", - "min": "93.555", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "152.692", - "max": "155.241", - "min": "152.447", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "139.271", - "max": "139.402", - "min": "139.194", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "160.156", - "max": "162.653", - "min": "159.959", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "135.457", - "max": "136.016", - "min": "135.304", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "102.493", - "max": "102.764", - "min": "102.431", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "99.567", - "max": "99.688", - "min": "99.484", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "109.079", - "max": "109.14", - "min": "108.993", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "133.908", - "max": "137.479", - "min": "133.662", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "151.228", - "max": "152.005", - "min": "151.003", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "125.468", - "max": "141.85", - "min": "124.132", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "137.39", - "max": "185.847", - "min": "108.495", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "89.902", - "max": "90.029", - "min": "89.785", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "158.623", - "max": "159.21", - "min": "158.509", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "131.815", - "max": "146.249", - "min": "130.731", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "141.167", - "max": "141.674", - "min": "140.819", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "98.866", - "max": "99.199", - "min": "98.674", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "264.755", - "max": "285.158", - "min": "263.98", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "110.863", - "max": "111.15", - "min": "110.769", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "122.969", - "max": "123.176", - "min": "122.855", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "122.24", - "max": "122.319", - "min": "122.207", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "130.456", - "max": "139.657", - "min": "118.423", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "152.475", - "max": "152.618", - "min": "152.341", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "104.251", - "max": "114.317", - "min": "103.441", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "98.675", - "max": "98.877", - "min": "98.59", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "107.602", - "max": "107.699", - "min": "107.542", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "205.412", - "max": "206.335", - "min": "205.171", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "26.2", - "max": "28.766", - "min": "25.693", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.696", - "max": "227.673", - "min": "219.69", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "244.795", - "max": "244.915", - "min": "244.724", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "100.107", - "max": "100.316", - "min": "100.005", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "244.953", - "max": "245.415", - "min": "244.821", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "60.128", - "max": "60.46", - "min": "59.879", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "127.654", - "max": "128.186", - "min": "127.515", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "151.699", - "max": "152.633", - "min": "151.441", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "97.699", - "max": "98.496", - "min": "97.358", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "103.14", - "max": "104.589", - "min": "102.817", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "0.016", - "max": "0.039", - "min": "0.013", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "14.263", - "max": "14.311", - "min": "14.235", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "237.463", - "max": "237.832", - "min": "237.289", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "26.129", - "max": "26.392", - "min": "26.073", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "130.161", - "max": "130.282", - "min": "130.09", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "25.857", - "max": "27.466", - "min": "25.73", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "118.931", - "max": "119.386", - "min": "118.841", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "155.525", - "max": "155.983", - "min": "155.44", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.435", - "max": "58.184", - "min": "52.871", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "111.803", - "max": "111.957", - "min": "111.689", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "134.632", - "max": "137.022", - "min": "133.88", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "86.783", - "max": "102.11", - "min": "85.469", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "297.96", - "max": "298.578", - "min": "297.655", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "126.169", - "max": "126.295", - "min": "126.018", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "255.836", - "max": "256.352", - "min": "255.663", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "141.204", - "max": "141.281", - "min": "141.145", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "162.955", - "max": "163.146", - "min": "162.912", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "132.725", - "max": "134.193", - "min": "132.604", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "30.418", - "max": "31.55", - "min": "30.11", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "25.428", - "max": "25.651", - "min": "25.304", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "154.188", - "max": "163.933", - "min": "151.819", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "114.505", - "max": "115.452", - "min": "113.702", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "32.632", - "max": "34.263", - "min": "31.826", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "155.057", - "max": "155.705", - "min": "154.888", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "15.619", - "max": "15.829", - "min": "15.514", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "112.34", - "max": "114.228", - "min": "112.158", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "221.487", - "max": "224.727", - "min": "211.546", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "114.151", - "max": "114.151", - "min": "114.151", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "97.426", - "max": "97.467", - "min": "97.392", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "109.091", - "max": "109.232", - "min": "109.03", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "193.626", - "max": "194.201", - "min": "193.472", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "109.981", - "max": "122.129", - "min": "102.643", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "126.612", - "max": "126.661", - "min": "126.533", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "241.692", - "max": "242.61", - "min": "241.461", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "177.004", - "max": "177.785", - "min": "176.784", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "11.103", - "max": "12.696", - "min": "10.818", - "id": "230", - "country": "United States", - "source_name": "Indianapolis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "231": { - "name": "Memphis", - "data": { - "0": { - "avg": "113.108", - "max": "113.208", - "min": "113.014", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "238.62", - "max": "240.162", - "min": "238.326", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "41.879", - "max": "42.201", - "min": "41.801", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "129.887", - "max": "134.773", - "min": "129.223", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "101.548", - "max": "101.906", - "min": "101.405", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "150.37", - "max": "150.528", - "min": "150.3", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "102.497", - "max": "102.652", - "min": "102.415", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "320.476", - "max": "322.799", - "min": "319.97", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "144.883", - "max": "144.938", - "min": "144.821", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "203.315", - "max": "204.38", - "min": "203.045", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "105.593", - "max": "110.054", - "min": "105.261", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "46.285", - "max": "46.589", - "min": "46.175", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "101.667", - "max": "101.783", - "min": "101.583", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "40.88", - "max": "41.186", - "min": "40.769", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "57.167", - "max": "57.961", - "min": "57.067", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "23.178", - "max": "23.56", - "min": "23.014", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "117.561", - "max": "117.876", - "min": "117.373", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "32.172", - "max": "32.346", - "min": "32.107", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "117.199", - "max": "117.407", - "min": "117.086", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "125.155", - "max": "125.274", - "min": "125.094", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "251.715", - "max": "251.797", - "min": "251.618", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "50.679", - "max": "51.685", - "min": "50.562", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "79.554", - "max": "79.836", - "min": "79.453", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "87.638", - "max": "97.847", - "min": "87.155", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "138.552", - "max": "139.313", - "min": "138.214", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "122.097", - "max": "122.19", - "min": "122.048", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "130.135", - "max": "133.313", - "min": "129.853", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "130.784", - "max": "133.892", - "min": "130.415", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "112.836", - "max": "112.969", - "min": "112.77", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "80.29", - "max": "82.326", - "min": "80", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "262.221", - "max": "262.283", - "min": "262.135", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "134.48", - "max": "135.473", - "min": "134.349", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "70.122", - "max": "70.283", - "min": "70.031", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "158.971", - "max": "159.456", - "min": "158.888", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "140.624", - "max": "143.624", - "min": "140.363", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "254.538", - "max": "255.681", - "min": "254.328", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "62.573", - "max": "62.837", - "min": "62.537", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "93.813", - "max": "93.995", - "min": "93.693", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "25.081", - "max": "25.31", - "min": "24.951", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "35.737", - "max": "38.461", - "min": "35.421", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "238.176", - "max": "253.117", - "min": "237.293", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "113.795", - "max": "117.616", - "min": "113.296", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "146.976", - "max": "147.225", - "min": "146.865", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "131.364", - "max": "131.551", - "min": "131.208", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "238.935", - "max": "239.122", - "min": "238.837", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "133.017", - "max": "133.892", - "min": "132.76", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "152.482", - "max": "154.435", - "min": "152.229", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "92.955", - "max": "93.101", - "min": "92.857", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "171.925", - "max": "172.453", - "min": "170.897", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "84.814", - "max": "84.958", - "min": "84.757", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "42.925", - "max": "43.179", - "min": "42.772", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "70.36", - "max": "72.186", - "min": "70.069", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "119.478", - "max": "126.674", - "min": "117.348", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "92.757", - "max": "93.076", - "min": "92.637", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "275.123", - "max": "293.569", - "min": "270.925", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "251.455", - "max": "251.726", - "min": "251.292", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "139.229", - "max": "143.964", - "min": "138.052", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "230.726", - "max": "230.869", - "min": "230.659", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "229.792", - "max": "231.193", - "min": "229.473", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "116.037", - "max": "116.154", - "min": "115.948", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "172.639", - "max": "175.977", - "min": "171.975", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "162.185", - "max": "218.46", - "min": "156.712", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "271.095", - "max": "360.029", - "min": "264.856", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "273.429", - "max": "275.437", - "min": "273.222", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "151.659", - "max": "152.779", - "min": "151.437", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "152.73", - "max": "153.231", - "min": "152.621", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "34.672", - "max": "34.899", - "min": "34.58", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "144.354", - "max": "144.845", - "min": "143.886", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "149.253", - "max": "152.186", - "min": "148.185", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "60.785", - "max": "66.548", - "min": "60.127", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "210.148", - "max": "211.83", - "min": "209.897", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "60.567", - "max": "61.03", - "min": "60.295", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "83.408", - "max": "85.277", - "min": "83.175", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "36.921", - "max": "36.988", - "min": "36.871", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "216.939", - "max": "218.232", - "min": "216.742", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "110.18", - "max": "110.642", - "min": "110.061", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "38.486", - "max": "38.626", - "min": "38.345", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "94.402", - "max": "94.638", - "min": "94.238", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "27.2", - "max": "27.511", - "min": "27.013", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "38.822", - "max": "39.078", - "min": "38.702", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "77.483", - "max": "77.738", - "min": "77.297", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "58.417", - "max": "59.42", - "min": "58.155", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "241.608", - "max": "241.883", - "min": "241.319", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "229.522", - "max": "231.239", - "min": "229.374", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "81.999", - "max": "82.265", - "min": "81.921", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "170.033", - "max": "170.961", - "min": "169.728", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "110.55", - "max": "110.736", - "min": "110.375", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "20.052", - "max": "20.201", - "min": "19.894", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "38.915", - "max": "39.22", - "min": "38.758", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "113.273", - "max": "114.736", - "min": "113.141", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "41.559", - "max": "43.085", - "min": "40.876", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "97.359", - "max": "98.011", - "min": "97.151", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "121.852", - "max": "122.011", - "min": "121.81", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "184.079", - "max": "185.212", - "min": "183.917", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "51.067", - "max": "51.694", - "min": "50.886", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "30.576", - "max": "30.796", - "min": "30.378", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "155.423", - "max": "155.622", - "min": "155.177", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "71.808", - "max": "78.687", - "min": "70.514", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "69.009", - "max": "69.177", - "min": "68.905", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "36.629", - "max": "37.596", - "min": "36.513", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "54.083", - "max": "54.156", - "min": "54.029", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "85.147", - "max": "85.42", - "min": "84.984", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "157.296", - "max": "157.417", - "min": "157.222", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "243.751", - "max": "249.663", - "min": "243.027", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "42.5", - "max": "43.332", - "min": "42.318", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "369.476", - "max": "428.979", - "min": "356.252", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "102.898", - "max": "104.28", - "min": "102.723", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "41.177", - "max": "41.362", - "min": "41.047", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "27.721", - "max": "27.839", - "min": "27.611", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "218.766", - "max": "221.472", - "min": "218.561", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "236.3", - "max": "237.233", - "min": "236.109", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "206.739", - "max": "207.02", - "min": "206.578", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "33.951", - "max": "34.051", - "min": "33.852", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "228.792", - "max": "230.773", - "min": "228.493", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "460.807", - "max": "570.672", - "min": "300.808", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "266.891", - "max": "362.977", - "min": "190.908", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "288.603", - "max": "301.995", - "min": "287.93", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "165.168", - "max": "165.728", - "min": "165.017", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "53.168", - "max": "54.226", - "min": "53.016", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "14.916", - "max": "15.574", - "min": "14.75", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "41.736", - "max": "44.624", - "min": "41.456", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "132.052", - "max": "282.599", - "min": "52.517", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "130.244", - "max": "144.309", - "min": "129.662", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "138.414", - "max": "204.823", - "min": "132.729", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "138.995", - "max": "139.224", - "min": "138.928", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "186.59", - "max": "187.881", - "min": "186.15", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "33.06", - "max": "34.475", - "min": "32.33", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "274.433", - "max": "275.184", - "min": "274.271", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "215.603", - "max": "219.149", - "min": "215.259", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "116.977", - "max": "118.395", - "min": "116.818", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "38.751", - "max": "39.265", - "min": "38.633", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "24.857", - "max": "25.144", - "min": "24.728", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "28.962", - "max": "29.256", - "min": "28.893", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "212.134", - "max": "213.476", - "min": "211.296", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "44.781", - "max": "47.244", - "min": "44.642", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "40.529", - "max": "40.73", - "min": "40.436", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "51.169", - "max": "55.899", - "min": "50.261", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "52.974", - "max": "56.595", - "min": "52.755", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "35.68", - "max": "35.744", - "min": "35.613", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "40.962", - "max": "41.218", - "min": "40.884", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "128.113", - "max": "128.212", - "min": "127.99", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "277.202", - "max": "277.51", - "min": "276.861", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "135.135", - "max": "135.494", - "min": "135.019", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "131.163", - "max": "131.422", - "min": "130.937", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "122.509", - "max": "124.836", - "min": "122.178", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "114.778", - "max": "115.585", - "min": "114.541", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "148.427", - "max": "148.896", - "min": "148.235", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "304.66", - "max": "305.18", - "min": "304.524", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "102.016", - "max": "102.184", - "min": "101.958", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "103.589", - "max": "103.695", - "min": "103.513", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "125.105", - "max": "130.59", - "min": "123.949", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "182.23", - "max": "182.283", - "min": "182.169", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "134.742", - "max": "134.928", - "min": "134.658", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "109.506", - "max": "110.185", - "min": "109.347", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "29.797", - "max": "29.911", - "min": "29.72", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "82.063", - "max": "82.25", - "min": "81.826", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "156.73", - "max": "157.383", - "min": "156.478", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "239.971", - "max": "287.414", - "min": "231.85", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "52.454", - "max": "52.67", - "min": "52.32", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "160.443", - "max": "237.421", - "min": "151.483", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "68.038", - "max": "68.135", - "min": "67.955", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "512.79", - "max": "513.115", - "min": "512.479", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "145.931", - "max": "146.253", - "min": "145.735", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "33.544", - "max": "33.709", - "min": "33.44", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "213.014", - "max": "213.739", - "min": "212.856", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "276.304", - "max": "276.432", - "min": "276.26", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "186.186", - "max": "186.346", - "min": "186.101", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "70.609", - "max": "71.286", - "min": "70.423", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "230.24", - "max": "237.349", - "min": "227.527", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "48.966", - "max": "49.164", - "min": "48.762", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.628", - "max": "24.719", - "min": "24.59", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "129.4", - "max": "132.834", - "min": "128.921", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "306.324", - "max": "306.66", - "min": "306.233", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "105.991", - "max": "106.099", - "min": "105.911", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "118.908", - "max": "124.224", - "min": "118.607", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "125.439", - "max": "134.414", - "min": "125.087", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "117.095", - "max": "117.548", - "min": "117.037", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "105.267", - "max": "105.846", - "min": "104.996", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "155.051", - "max": "155.344", - "min": "154.93", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "145.079", - "max": "145.139", - "min": "145.02", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "160.711", - "max": "160.99", - "min": "160.624", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "140.477", - "max": "140.785", - "min": "140.349", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "115.424", - "max": "116.59", - "min": "115.282", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "128.148", - "max": "128.225", - "min": "128.078", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "120.507", - "max": "120.564", - "min": "120.45", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "128.112", - "max": "128.244", - "min": "127.99", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "162.442", - "max": "163.146", - "min": "162.265", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "137.007", - "max": "157.576", - "min": "134.708", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "150.696", - "max": "206.131", - "min": "117.277", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "115.768", - "max": "116.107", - "min": "115.663", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "168.49", - "max": "168.745", - "min": "168.242", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "138.307", - "max": "160.665", - "min": "137.341", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "148.423", - "max": "148.857", - "min": "148.066", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "100.377", - "max": "103.3", - "min": "99.946", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "292.42", - "max": "293.22", - "min": "292.328", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "132.953", - "max": "133.07", - "min": "132.877", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "136.749", - "max": "136.902", - "min": "136.697", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "129.528", - "max": "129.866", - "min": "129.452", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "95.092", - "max": "102.814", - "min": "93.452", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "155.124", - "max": "155.518", - "min": "155.01", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "110.52", - "max": "114.056", - "min": "110.001", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "108.18", - "max": "111.44", - "min": "107.951", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "102.346", - "max": "102.497", - "min": "102.246", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "236.418", - "max": "244.183", - "min": "235.508", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "37.848", - "max": "39.259", - "min": "37.499", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "238.036", - "max": "238.902", - "min": "237.954", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "267.906", - "max": "268.122", - "min": "267.839", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "116.709", - "max": "117.504", - "min": "116.492", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "239.147", - "max": "239.927", - "min": "238.975", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "91.348", - "max": "91.673", - "min": "91.154", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "143.681", - "max": "143.833", - "min": "143.528", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "160.908", - "max": "162", - "min": "160.664", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "98.925", - "max": "99.779", - "min": "98.648", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "111.043", - "max": "113.469", - "min": "110.57", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "14.286", - "max": "14.324", - "min": "14.24", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "0.021", - "max": "0.038", - "min": "0.016", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "234.349", - "max": "328.469", - "min": "230.842", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "39.881", - "max": "39.954", - "min": "39.832", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "132.037", - "max": "132.241", - "min": "131.931", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "41.382", - "max": "41.445", - "min": "41.337", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "123.217", - "max": "123.336", - "min": "123.144", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "158.101", - "max": "158.923", - "min": "157.946", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "52.209", - "max": "59.398", - "min": "49.059", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "116.224", - "max": "116.812", - "min": "116.109", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "141.477", - "max": "143.396", - "min": "140.597", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "79.988", - "max": "82.949", - "min": "79.098", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "301.673", - "max": "302.434", - "min": "301.323", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "158.577", - "max": "158.78", - "min": "158.477", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "280.5", - "max": "282.231", - "min": "280.231", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "141.312", - "max": "141.998", - "min": "141.228", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "183.121", - "max": "183.445", - "min": "183.046", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "132.897", - "max": "132.98", - "min": "132.848", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "39.155", - "max": "40.953", - "min": "38.826", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "39.072", - "max": "39.2", - "min": "39.005", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "160.109", - "max": "163.292", - "min": "158.149", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "109.668", - "max": "110.799", - "min": "109.314", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "51.995", - "max": "53.415", - "min": "51.266", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "171.895", - "max": "172.612", - "min": "171.65", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "47.001", - "max": "47.317", - "min": "46.81", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "120.291", - "max": "121.463", - "min": "120.086", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "233.392", - "max": "239.206", - "min": "226.878", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "130.145", - "max": "130.145", - "min": "130.145", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "98.784", - "max": "98.829", - "min": "98.746", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "115.642", - "max": "115.839", - "min": "115.556", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "202.057", - "max": "202.824", - "min": "201.806", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "117.437", - "max": "128.551", - "min": "109.24", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "127.145", - "max": "127.242", - "min": "127.022", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "215.329", - "max": "216.37", - "min": "215.189", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "179.117", - "max": "179.421", - "min": "178.939", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "34.726", - "max": "36.11", - "min": "34.554", - "id": "231", - "country": "United States", - "source_name": "Memphis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "233": { - "name": "Cromwell", - "data": { - "0": { - "avg": "139.127", - "max": "139.38", - "min": "139.01", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "254.51", - "max": "255.891", - "min": "254.271", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.037", - "max": "90.407", - "min": "89.916", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "101.841", - "max": "108.684", - "min": "101.2", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "76.835", - "max": "77.343", - "min": "76.667", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "185.065", - "max": "185.429", - "min": "184.929", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "79.354", - "max": "79.496", - "min": "79.247", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "231.383", - "max": "239.529", - "min": "230.057", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "124.776", - "max": "126.725", - "min": "124.32", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "100.267", - "max": "104.325", - "min": "99.637", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "70.5", - "max": "70.887", - "min": "70.299", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "46.289", - "max": "48.792", - "min": "46.114", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "8.229", - "max": "8.329", - "min": "8.163", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "11.161", - "max": "11.959", - "min": "10.961", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "38.726", - "max": "38.899", - "min": "38.576", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "81.277", - "max": "82.043", - "min": "81.003", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "106.344", - "max": "106.676", - "min": "106.127", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "23.248", - "max": "24.667", - "min": "23.014", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "80.439", - "max": "80.714", - "min": "80.285", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "95.717", - "max": "95.792", - "min": "95.633", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "262.358", - "max": "262.97", - "min": "262.229", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "27.543", - "max": "27.626", - "min": "27.461", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "72.57", - "max": "72.877", - "min": "72.477", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "79.707", - "max": "80.184", - "min": "79.588", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "104.433", - "max": "105.238", - "min": "104.136", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "93.443", - "max": "93.546", - "min": "93.344", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "96.986", - "max": "102.333", - "min": "96.556", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "98.303", - "max": "98.599", - "min": "98.151", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "86.892", - "max": "87.077", - "min": "86.79", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.4", - "max": "71.52", - "min": "70.236", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "237.377", - "max": "237.527", - "min": "237.244", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "99.283", - "max": "99.579", - "min": "99.195", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "71.926", - "max": "72.425", - "min": "71.763", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "119.225", - "max": "119.354", - "min": "119.14", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "105.258", - "max": "107.698", - "min": "105.026", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "251.303", - "max": "252.06", - "min": "251.155", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "73.214", - "max": "73.27", - "min": "73.169", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "85.034", - "max": "85.239", - "min": "84.814", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "80.44", - "max": "81.869", - "min": "80.266", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "13.989", - "max": "15.263", - "min": "13.728", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "215.111", - "max": "218.639", - "min": "214.471", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "81.153", - "max": "84.883", - "min": "80.598", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "115.791", - "max": "115.994", - "min": "115.685", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "187.016", - "max": "190.581", - "min": "186.741", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.883", - "max": "212.318", - "min": "211.778", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "190.097", - "max": "191.024", - "min": "189.602", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "112.297", - "max": "112.623", - "min": "112.093", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "84.497", - "max": "85.931", - "min": "84.29", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "209.805", - "max": "210.168", - "min": "209.636", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "96.173", - "max": "96.277", - "min": "96.122", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "21.803", - "max": "22.001", - "min": "21.686", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "100.391", - "max": "100.603", - "min": "100.246", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "110.553", - "max": "122.301", - "min": "98.337", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "47.16", - "max": "47.238", - "min": "47.081", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "218.545", - "max": "237.871", - "min": "213.375", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "268.755", - "max": "269.506", - "min": "268.547", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "103.681", - "max": "106.916", - "min": "102.973", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "227.483", - "max": "227.812", - "min": "227.392", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "114.708", - "max": "115.592", - "min": "114.482", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "161.633", - "max": "161.834", - "min": "161.49", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "135.069", - "max": "135.739", - "min": "134.646", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "135.604", - "max": "194.732", - "min": "129.862", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "251.458", - "max": "260.094", - "min": "250.693", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "251.247", - "max": "253.806", - "min": "251.017", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "123.829", - "max": "124.35", - "min": "123.435", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "203.853", - "max": "207.523", - "min": "203.469", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "9.382", - "max": "11.145", - "min": "9.182", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "119.117", - "max": "131.545", - "min": "118.14", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "146.231", - "max": "147.69", - "min": "145.474", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "50.813", - "max": "51.472", - "min": "50.657", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "228.159", - "max": "232.813", - "min": "227.873", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "80.371", - "max": "80.782", - "min": "80.195", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.73", - "max": "84.132", - "min": "79.401", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "30.256", - "max": "30.334", - "min": "30.19", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "117.948", - "max": "118.445", - "min": "117.782", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "79.339", - "max": "79.616", - "min": "79.199", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "18.656", - "max": "18.829", - "min": "18.517", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "80.659", - "max": "80.755", - "min": "80.557", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "22.598", - "max": "31.569", - "min": "22.077", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "23.889", - "max": "24.512", - "min": "23.727", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "83.599", - "max": "83.735", - "min": "83.467", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "25.777", - "max": "26.478", - "min": "25.543", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "242.222", - "max": "243.56", - "min": "242.035", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "217.877", - "max": "218.615", - "min": "217.705", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "67.063", - "max": "67.149", - "min": "66.97", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "201.771", - "max": "203.068", - "min": "201.345", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "80.69", - "max": "84.728", - "min": "80.35", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "34.707", - "max": "34.896", - "min": "34.605", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "29.982", - "max": "30.349", - "min": "29.812", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "154.094", - "max": "155.255", - "min": "153.891", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "97.289", - "max": "98.742", - "min": "96.561", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "72.605", - "max": "73.236", - "min": "72.401", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "90.568", - "max": "93.206", - "min": "90.414", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "196.516", - "max": "201.761", - "min": "196.162", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "15.982", - "max": "16.124", - "min": "15.891", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "88.269", - "max": "88.487", - "min": "88.137", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "82.328", - "max": "82.541", - "min": "82.151", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "61.919", - "max": "74.834", - "min": "60.486", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "72.121", - "max": "72.364", - "min": "71.976", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.239", - "max": "27.409", - "min": "24.009", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "97.72", - "max": "97.849", - "min": "97.672", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "76.096", - "max": "77.223", - "min": "75.8", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "209.041", - "max": "210.079", - "min": "208.849", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "236.834", - "max": "239.079", - "min": "236.353", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "93.182", - "max": "93.492", - "min": "93.056", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "244.499", - "max": "244.805", - "min": "244.185", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "95.049", - "max": "97.828", - "min": "94.768", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "11.665", - "max": "19.557", - "min": "11.209", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "26.876", - "max": "27.108", - "min": "26.738", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "196.623", - "max": "198.908", - "min": "196.395", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "248.461", - "max": "251.139", - "min": "248.216", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "202.81", - "max": "203.02", - "min": "202.686", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "6.654", - "max": "6.747", - "min": "6.593", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "201.842", - "max": "206.385", - "min": "201.494", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "455.125", - "max": "569.514", - "min": "277.43", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "216.373", - "max": "291.396", - "min": "138.478", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "237.013", - "max": "246.097", - "min": "236.364", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "170.878", - "max": "171.71", - "min": "170.637", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "44.3", - "max": "44.44", - "min": "44.136", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "43.235", - "max": "44.189", - "min": "42.923", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "46.365", - "max": "46.509", - "min": "46.152", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "113.984", - "max": "265.403", - "min": "32.64", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "116.13", - "max": "116.363", - "min": "116.028", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "119.161", - "max": "221.232", - "min": "110.853", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "111.689", - "max": "111.824", - "min": "111.61", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "105.366", - "max": "106.126", - "min": "104.552", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "6.668", - "max": "7.347", - "min": "6.096", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "236.211", - "max": "236.797", - "min": "235.994", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "196.859", - "max": "199.36", - "min": "196.505", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "111.095", - "max": "111.913", - "min": "110.925", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "18.994", - "max": "19.264", - "min": "18.826", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "94.754", - "max": "95.034", - "min": "94.585", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "42.614", - "max": "43.435", - "min": "42.524", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "214.048", - "max": "215.815", - "min": "213.278", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "92.072", - "max": "92.304", - "min": "91.953", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "11.835", - "max": "11.995", - "min": "11.623", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "63.718", - "max": "76.971", - "min": "62.16", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "44.436", - "max": "44.534", - "min": "44.345", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.899", - "max": "39.307", - "min": "38.813", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "9.922", - "max": "10.423", - "min": "9.82", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "100.329", - "max": "103.55", - "min": "100.101", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "288.085", - "max": "288.728", - "min": "287.723", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "117.995", - "max": "122.399", - "min": "117.438", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "97.026", - "max": "97.221", - "min": "96.824", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "112.559", - "max": "122.833", - "min": "112.038", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "82.904", - "max": "83.783", - "min": "82.587", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "109.562", - "max": "112.643", - "min": "109.305", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "253.629", - "max": "254.531", - "min": "253.499", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "72.715", - "max": "73.485", - "min": "72.619", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "74.726", - "max": "74.845", - "min": "74.639", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "162.094", - "max": "166.915", - "min": "161.063", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "176.073", - "max": "176.191", - "min": "175.976", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "110.491", - "max": "112.272", - "min": "110.227", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "93.578", - "max": "111.351", - "min": "92.18", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "18.374", - "max": "18.564", - "min": "18.303", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "102.7", - "max": "102.832", - "min": "102.52", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "109.782", - "max": "110.34", - "min": "109.577", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "222.245", - "max": "276.515", - "min": "213.639", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "49.153", - "max": "49.503", - "min": "48.931", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "181.287", - "max": "237.808", - "min": "172.656", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "45.685", - "max": "45.814", - "min": "45.599", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "485.526", - "max": "485.929", - "min": "484.965", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "107.207", - "max": "107.512", - "min": "107.029", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "7.332", - "max": "7.428", - "min": "7.258", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "190.516", - "max": "191.079", - "min": "190.189", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "244.911", - "max": "245.163", - "min": "244.83", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "166.129", - "max": "166.733", - "min": "165.729", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "59.845", - "max": "60.216", - "min": "59.705", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "232.985", - "max": "239.188", - "min": "230.138", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "12.867", - "max": "13.03", - "min": "12.76", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "21.827", - "max": "21.881", - "min": "21.778", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "100.958", - "max": "103.061", - "min": "100.603", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "281.607", - "max": "281.851", - "min": "281.531", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "82.433", - "max": "82.525", - "min": "82.357", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "89.069", - "max": "89.323", - "min": "88.897", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "105.405", - "max": "130.09", - "min": "104.06", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "93.77", - "max": "93.838", - "min": "93.701", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "75.242", - "max": "75.516", - "min": "75.037", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "137.024", - "max": "138.183", - "min": "136.804", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "127.363", - "max": "127.586", - "min": "127.281", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "144.772", - "max": "145.987", - "min": "144.565", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "113.828", - "max": "114.236", - "min": "113.696", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "81.641", - "max": "86.362", - "min": "81.092", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "94.728", - "max": "94.949", - "min": "94.635", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "78.279", - "max": "78.974", - "min": "78.13", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "98.37", - "max": "98.754", - "min": "98.189", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "141.083", - "max": "145.307", - "min": "140.706", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "103.06", - "max": "109.289", - "min": "102.094", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "102.567", - "max": "117.169", - "min": "88.386", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "72.784", - "max": "72.881", - "min": "72.72", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "141.903", - "max": "142.591", - "min": "141.687", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "185.255", - "max": "185.558", - "min": "185.008", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "121.636", - "max": "122.3", - "min": "121.222", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "158.635", - "max": "167.272", - "min": "158.071", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "270.007", - "max": "296.236", - "min": "268.712", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "91.54", - "max": "91.669", - "min": "91.467", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "171.652", - "max": "171.84", - "min": "171.432", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "98.395", - "max": "98.781", - "min": "98.287", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "93.943", - "max": "102.588", - "min": "92.061", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "128.665", - "max": "129.078", - "min": "128.546", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "77.09", - "max": "77.895", - "min": "76.984", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "77.551", - "max": "79.463", - "min": "77.334", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "78.187", - "max": "78.444", - "min": "78.012", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "228.586", - "max": "241.738", - "min": "225.361", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "11.641", - "max": "19.292", - "min": "10.22", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.683", - "max": "226.842", - "min": "225.55", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "212.347", - "max": "213.175", - "min": "212.2", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "82.51", - "max": "82.627", - "min": "82.396", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "230.049", - "max": "230.259", - "min": "229.903", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "69.894", - "max": "70.431", - "min": "69.602", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "179.454", - "max": "187.142", - "min": "179.031", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "132.71", - "max": "132.997", - "min": "132.578", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "75.28", - "max": "76.673", - "min": "74.853", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "93.918", - "max": "95.247", - "min": "93.596", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "26.155", - "max": "26.271", - "min": "26.092", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "39.909", - "max": "39.97", - "min": "39.852", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "242.087", - "max": "329.5", - "min": "238.896", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "0.021", - "max": "0.029", - "min": "0.016", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "113.449", - "max": "113.776", - "min": "113.349", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "12.849", - "max": "12.911", - "min": "12.761", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "96.77", - "max": "96.915", - "min": "96.688", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "145.569", - "max": "559.086", - "min": "131.153", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "52.487", - "max": "55.829", - "min": "49.716", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "96.995", - "max": "97.636", - "min": "96.626", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "122.026", - "max": "123.051", - "min": "121.476", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "154.492", - "max": "167.725", - "min": "148.215", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "218.3", - "max": "224.428", - "min": "217.81", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "177.511", - "max": "178.058", - "min": "177.362", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "165.509", - "max": "166.163", - "min": "165.324", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "199.391", - "max": "199.542", - "min": "199.246", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "80.722", - "max": "81.15", - "min": "80.633", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "126.943", - "max": "127.163", - "min": "126.833", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "18.314", - "max": "20.899", - "min": "17.973", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "18.609", - "max": "18.823", - "min": "18.522", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "140.141", - "max": "144.612", - "min": "138.402", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "106.58", - "max": "107.414", - "min": "106.269", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "99.466", - "max": "100.707", - "min": "98.491", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "207.588", - "max": "207.991", - "min": "207.444", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "33.675", - "max": "33.881", - "min": "33.531", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "84.78", - "max": "89.066", - "min": "84.344", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "249.083", - "max": "253.232", - "min": "245.564", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "114.808", - "max": "115.037", - "min": "114.58", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "74.748", - "max": "74.847", - "min": "74.69", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "87.247", - "max": "87.342", - "min": "87.174", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "166.905", - "max": "167.599", - "min": "166.625", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "101.81", - "max": "110.608", - "min": "93.662", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "106.696", - "max": "106.943", - "min": "106.604", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "198.749", - "max": "200.063", - "min": "198.363", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "150.001", - "max": "152.435", - "min": "149.65", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "30.437", - "max": "32.307", - "min": "30.157", - "id": "233", - "country": "United States", - "source_name": "Cromwell", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "235": { - "name": "Syracuse", - "data": { - "0": { - "avg": "145.136", - "max": "145.33", - "min": "145.027", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "262.905", - "max": "267.936", - "min": "262.546", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "17.3", - "max": "17.603", - "min": "17.226", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "99.891", - "max": "103.479", - "min": "99.289", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "77.43", - "max": "78.036", - "min": "77.174", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "188.394", - "max": "188.539", - "min": "188.31", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "85.584", - "max": "85.803", - "min": "85.457", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "300.837", - "max": "309.565", - "min": "299.553", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "125.253", - "max": "125.37", - "min": "125.163", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "102.557", - "max": "102.995", - "min": "102.39", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "75.59", - "max": "75.898", - "min": "75.472", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "46.171", - "max": "67.704", - "min": "45.315", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "8.417", - "max": "8.48", - "min": "8.333", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "7.615", - "max": "7.855", - "min": "7.501", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "37.53", - "max": "38.12", - "min": "37.439", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "15.035", - "max": "15.269", - "min": "14.511", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "101.641", - "max": "101.835", - "min": "101.357", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "24.084", - "max": "24.264", - "min": "23.988", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "85.215", - "max": "85.366", - "min": "85.034", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "95.063", - "max": "95.105", - "min": "95.002", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "283.935", - "max": "284.072", - "min": "283.888", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "17.135", - "max": "17.239", - "min": "17.064", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "67.942", - "max": "68.086", - "min": "67.85", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "71.944", - "max": "81.477", - "min": "71.233", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "115.352", - "max": "123.434", - "min": "114.891", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "91.55", - "max": "92.507", - "min": "91.422", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "96.324", - "max": "97.537", - "min": "96.085", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "110.144", - "max": "110.291", - "min": "109.982", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "94.084", - "max": "94.223", - "min": "94.009", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "79.22", - "max": "80.086", - "min": "79.002", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "261.531", - "max": "262.949", - "min": "261.423", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "98.473", - "max": "99.36", - "min": "98.376", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "77.859", - "max": "78.201", - "min": "77.743", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "127.037", - "max": "127.815", - "min": "126.933", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "95.281", - "max": "97.344", - "min": "94.922", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "248.106", - "max": "249.121", - "min": "247.908", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "73.35", - "max": "74.154", - "min": "73.278", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "63.344", - "max": "63.566", - "min": "63.124", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "42.145", - "max": "42.624", - "min": "42.006", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "19.223", - "max": "20.29", - "min": "19.019", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "217.167", - "max": "219.451", - "min": "216.758", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "78.97", - "max": "80.849", - "min": "78.579", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "112.487", - "max": "112.569", - "min": "112.414", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "107.675", - "max": "107.836", - "min": "107.618", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "212.166", - "max": "212.36", - "min": "212.075", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "109.716", - "max": "110.303", - "min": "109.277", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "108.227", - "max": "108.788", - "min": "108.084", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "93.935", - "max": "94.028", - "min": "93.844", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "156.417", - "max": "156.875", - "min": "156.322", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "50.314", - "max": "50.381", - "min": "50.266", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "9.036", - "max": "9.211", - "min": "8.997", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "66.209", - "max": "66.483", - "min": "66.01", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "147.203", - "max": "165.823", - "min": "85.699", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "27.869", - "max": "27.95", - "min": "27.806", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "217.868", - "max": "242.235", - "min": "213.887", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "274.193", - "max": "274.727", - "min": "274.039", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "97.834", - "max": "101.024", - "min": "97.197", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "217.377", - "max": "217.942", - "min": "217.273", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "128.128", - "max": "129.178", - "min": "127.857", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "84.009", - "max": "86.656", - "min": "83.798", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "141.342", - "max": "142.5", - "min": "140.83", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "133.908", - "max": "191.735", - "min": "128.907", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "261.894", - "max": "270.638", - "min": "261.383", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "249.289", - "max": "250.927", - "min": "249.083", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "122.182", - "max": "122.271", - "min": "122.104", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "118.256", - "max": "118.529", - "min": "118.181", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "9.365", - "max": "9.5", - "min": "9.263", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "120.242", - "max": "120.55", - "min": "119.928", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "139.558", - "max": "141.26", - "min": "138.779", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "40.909", - "max": "41.292", - "min": "40.84", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "227.19", - "max": "228.208", - "min": "226.981", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "70.937", - "max": "71.367", - "min": "70.695", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "79.765", - "max": "79.957", - "min": "79.65", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "33.096", - "max": "33.192", - "min": "33.005", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "107.333", - "max": "108.289", - "min": "107.155", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "79.574", - "max": "79.777", - "min": "79.441", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "18.966", - "max": "19.11", - "min": "18.851", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "80.523", - "max": "80.631", - "min": "80.449", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "14.458", - "max": "14.769", - "min": "14.307", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "13.426", - "max": "13.987", - "min": "13.34", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "73.168", - "max": "73.357", - "min": "73.045", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "25.206", - "max": "25.69", - "min": "25.043", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "205.01", - "max": "208.177", - "min": "204.728", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "237.586", - "max": "238.258", - "min": "237.415", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "72.313", - "max": "72.418", - "min": "72.222", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "135.162", - "max": "136.275", - "min": "134.722", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "78.774", - "max": "80.021", - "min": "78.469", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "34.285", - "max": "34.463", - "min": "34.19", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "23.878", - "max": "24.103", - "min": "23.73", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.408", - "max": "81.922", - "min": "78.081", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "33.125", - "max": "34.683", - "min": "32.275", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "72.218", - "max": "72.886", - "min": "72.034", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "89.406", - "max": "89.449", - "min": "89.32", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "200.795", - "max": "201.002", - "min": "200.685", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "4.569", - "max": "4.943", - "min": "4.495", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "39.735", - "max": "39.858", - "min": "39.648", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "85.796", - "max": "86.02", - "min": "85.518", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "65.949", - "max": "75.419", - "min": "65.18", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "77.907", - "max": "78.447", - "min": "77.781", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "14.766", - "max": "15.69", - "min": "14.639", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "33.228", - "max": "33.364", - "min": "33.157", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "69.481", - "max": "69.731", - "min": "69.328", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "119.673", - "max": "127.855", - "min": "119.297", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "226.449", - "max": "227.657", - "min": "226.082", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "29.087", - "max": "29.465", - "min": "28.887", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "265.253", - "max": "335.632", - "min": "211.813", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "107.584", - "max": "108.688", - "min": "107.487", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "14.474", - "max": "14.611", - "min": "14.311", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "30.019", - "max": "30.229", - "min": "29.891", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "197.043", - "max": "200.286", - "min": "196.769", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "228.288", - "max": "228.481", - "min": "228.197", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "196.783", - "max": "197.205", - "min": "196.683", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "13.04", - "max": "13.127", - "min": "12.948", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "208.019", - "max": "221.99", - "min": "207.163", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "445.373", - "max": "549.509", - "min": "280.417", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "222.644", - "max": "335.29", - "min": "142.225", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "236.535", - "max": "239.065", - "min": "236.188", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "179.227", - "max": "180.355", - "min": "178.991", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "35.29", - "max": "35.768", - "min": "35.153", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "44.418", - "max": "44.94", - "min": "44.227", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "42.415", - "max": "42.628", - "min": "42.271", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "129.927", - "max": "282.116", - "min": "39.355", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "137.509", - "max": "179.823", - "min": "135.95", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "122.163", - "max": "377.953", - "min": "112.865", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "110.932", - "max": "115.708", - "min": "110.702", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "110.006", - "max": "110.983", - "min": "109.514", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "10.69", - "max": "11.26", - "min": "10.528", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "318.909", - "max": "320.101", - "min": "318.655", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "201.546", - "max": "202.081", - "min": "201.311", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "100.699", - "max": "100.965", - "min": "100.632", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "23.407", - "max": "23.592", - "min": "23.322", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "27.001", - "max": "27.861", - "min": "26.849", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "24.647", - "max": "24.834", - "min": "24.565", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "203.791", - "max": "204.686", - "min": "203.26", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "53.111", - "max": "53.221", - "min": "53.062", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "8.498", - "max": "8.592", - "min": "8.405", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "50.392", - "max": "63.692", - "min": "48.862", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.29", - "max": "48.759", - "min": "48.19", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "24.076", - "max": "24.3", - "min": "24.01", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "4.323", - "max": "4.713", - "min": "4.17", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "99.532", - "max": "99.772", - "min": "99.43", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "249.178", - "max": "250.365", - "min": "248.755", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "111.452", - "max": "111.656", - "min": "111.359", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "110.391", - "max": "110.522", - "min": "110.259", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "115.71", - "max": "126.621", - "min": "114.454", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "80.805", - "max": "81.036", - "min": "80.68", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "114.297", - "max": "115.392", - "min": "114.14", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "276.825", - "max": "277.159", - "min": "276.726", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "71.117", - "max": "71.643", - "min": "71.026", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "72.791", - "max": "72.844", - "min": "72.708", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "91.259", - "max": "113.156", - "min": "89.028", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "192.453", - "max": "192.616", - "min": "192.346", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "113.747", - "max": "115.133", - "min": "113.564", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "94.139", - "max": "94.374", - "min": "93.984", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "22.706", - "max": "22.95", - "min": "22.627", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "81.867", - "max": "82.369", - "min": "81.714", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "108.026", - "max": "108.553", - "min": "107.819", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "234.348", - "max": "273.995", - "min": "227.446", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "40.767", - "max": "40.847", - "min": "40.713", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "172.34", - "max": "255.361", - "min": "164.435", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "45.857", - "max": "46.287", - "min": "45.739", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "382.53", - "max": "382.676", - "min": "382.328", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "111.241", - "max": "111.531", - "min": "111.166", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "7.851", - "max": "8.278", - "min": "7.77", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "174.86", - "max": "175.381", - "min": "174.732", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "235.464", - "max": "235.82", - "min": "235.398", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "167.437", - "max": "168.008", - "min": "167.317", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "60.047", - "max": "60.279", - "min": "59.869", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "209.573", - "max": "210.312", - "min": "209.367", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "15.538", - "max": "15.92", - "min": "15.47", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "12.487", - "max": "13.295", - "min": "12.408", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "94.122", - "max": "95.1", - "min": "93.787", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "272.86", - "max": "272.963", - "min": "272.77", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "81.745", - "max": "81.877", - "min": "81.677", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "88.639", - "max": "89.002", - "min": "88.297", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "106.113", - "max": "116.096", - "min": "105.725", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "96.069", - "max": "96.147", - "min": "95.986", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "74.425", - "max": "75.228", - "min": "74.233", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "127.912", - "max": "128.499", - "min": "127.691", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "117.988", - "max": "118.086", - "min": "117.904", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "138.407", - "max": "144.001", - "min": "138.118", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "121.478", - "max": "121.622", - "min": "121.374", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "79.405", - "max": "81.151", - "min": "79.201", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "90.527", - "max": "90.669", - "min": "90.441", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "82.855", - "max": "82.915", - "min": "82.801", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "110.919", - "max": "111.018", - "min": "110.811", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "131.555", - "max": "131.776", - "min": "131.277", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "103.713", - "max": "146.343", - "min": "101.495", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "100.208", - "max": "121.574", - "min": "86.982", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "72.389", - "max": "72.495", - "min": "72.329", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "133.502", - "max": "134.066", - "min": "133.316", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "116.262", - "max": "157.614", - "min": "113.878", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "116.748", - "max": "117.337", - "min": "116.3", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "81.202", - "max": "81.784", - "min": "80.947", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "265.183", - "max": "280.989", - "min": "264.188", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "90.106", - "max": "90.34", - "min": "90", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "98.909", - "max": "99.115", - "min": "98.717", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "97.58", - "max": "97.692", - "min": "97.505", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "99.44", - "max": "105.919", - "min": "98.107", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "126.885", - "max": "127.033", - "min": "126.78", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "76.638", - "max": "81.353", - "min": "76.258", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "76.904", - "max": "80.347", - "min": "76.492", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "77.284", - "max": "78.472", - "min": "77.177", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "235.544", - "max": "248.724", - "min": "233.277", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "14.581", - "max": "17.428", - "min": "13.936", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "234.313", - "max": "236.206", - "min": "228.147", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "228.821", - "max": "229.145", - "min": "228.719", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "85.396", - "max": "85.534", - "min": "85.301", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "213.457", - "max": "214.041", - "min": "213.313", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "81.023", - "max": "81.618", - "min": "80.742", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "107.402", - "max": "107.562", - "min": "107.25", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "130.862", - "max": "132.613", - "min": "130.605", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "73.402", - "max": "74.648", - "min": "72.94", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "81.633", - "max": "81.875", - "min": "81.491", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "25.818", - "max": "25.92", - "min": "25.768", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "41.391", - "max": "41.524", - "min": "41.313", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "256.853", - "max": "346.364", - "min": "250.514", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "12.822", - "max": "12.924", - "min": "12.753", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "95.398", - "max": "95.976", - "min": "95.283", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "0.027", - "max": "0.061", - "min": "0.018", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "95.877", - "max": "96.088", - "min": "95.777", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "180.428", - "max": "180.838", - "min": "180.278", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.111", - "max": "57.6", - "min": "51.829", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "100.636", - "max": "100.961", - "min": "100.506", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "107.089", - "max": "109.429", - "min": "106.408", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "86.188", - "max": "98.941", - "min": "84.304", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "217.147", - "max": "217.672", - "min": "216.872", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "189.661", - "max": "189.89", - "min": "189.522", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "156.027", - "max": "157.44", - "min": "155.86", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "119.122", - "max": "119.58", - "min": "119.02", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "83.877", - "max": "83.973", - "min": "83.815", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "127.636", - "max": "127.852", - "min": "127.56", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "12.872", - "max": "17.114", - "min": "12.388", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "22.601", - "max": "22.909", - "min": "22.47", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "136.355", - "max": "138.38", - "min": "134.417", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "97.207", - "max": "97.74", - "min": "97.059", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "16.267", - "max": "17.964", - "min": "15.324", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "136.27", - "max": "137.624", - "min": "136.132", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "38.906", - "max": "39.084", - "min": "38.701", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "88.742", - "max": "97.067", - "min": "88.069", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "217.923", - "max": "218.617", - "min": "217.759", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "107.469", - "max": "107.469", - "min": "107.469", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "80.12", - "max": "80.185", - "min": "80.055", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "102.444", - "max": "102.657", - "min": "102.366", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "166.043", - "max": "199.566", - "min": "164.752", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "93.863", - "max": "105.216", - "min": "86.054", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "109.059", - "max": "109.138", - "min": "108.958", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "198.052", - "max": "199.151", - "min": "197.834", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "154.096", - "max": "155.618", - "min": "153.798", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "24.517", - "max": "31.475", - "min": "24.099", - "id": "235", - "country": "United States", - "source_name": "Syracuse", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "239": { - "name": "Savannah", - "data": { - "0": { - "avg": "103.431", - "max": "113.032", - "min": "100.775", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "220.448", - "max": "224.082", - "min": "219.203", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "57.148", - "max": "59.74", - "min": "56.172", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "141.487", - "max": "160.981", - "min": "138.758", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "121.393", - "max": "125.704", - "min": "119.549", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "185.369", - "max": "190.678", - "min": "183.85", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "122.295", - "max": "126.617", - "min": "120.976", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "229.921", - "max": "250.168", - "min": "226.703", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "163.07", - "max": "168.222", - "min": "161.577", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "149.428", - "max": "153.989", - "min": "147.95", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "131.334", - "max": "141.975", - "min": "129.267", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "49.256", - "max": "53.469", - "min": "47.783", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "44.422", - "max": "51.344", - "min": "42.868", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "49.692", - "max": "56.393", - "min": "48.066", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "31.238", - "max": "36.021", - "min": "29.308", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "35.907", - "max": "41.011", - "min": "33.867", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "130.807", - "max": "135.024", - "min": "129.074", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "26.765", - "max": "32.262", - "min": "24.999", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "125.233", - "max": "139.249", - "min": "123.152", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "136.958", - "max": "150.165", - "min": "134.852", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "224.63", - "max": "228.072", - "min": "223.051", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "54.581", - "max": "59.684", - "min": "52.908", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "76.37", - "max": "80.533", - "min": "74.606", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "84.855", - "max": "90.441", - "min": "82.159", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "143.091", - "max": "147.5", - "min": "141.519", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "132.245", - "max": "136.756", - "min": "130.822", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "135.71", - "max": "141.677", - "min": "133.982", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "137.058", - "max": "144.118", - "min": "134.698", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "133.583", - "max": "150.562", - "min": "130.703", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "80.788", - "max": "88.788", - "min": "78.619", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "251.131", - "max": "257.14", - "min": "249.252", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "152.482", - "max": "156.487", - "min": "151.092", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "66.684", - "max": "71.172", - "min": "65.116", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "168.26", - "max": "172.374", - "min": "166.576", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "140.864", - "max": "145.66", - "min": "139.605", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "256.153", - "max": "261.65", - "min": "254.663", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "69.102", - "max": "73.167", - "min": "67.102", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "75.832", - "max": "83.758", - "min": "74.141", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "40.777", - "max": "46.283", - "min": "38.922", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "38.003", - "max": "40.609", - "min": "36.514", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "250.105", - "max": "255.036", - "min": "248.421", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "121.588", - "max": "127.172", - "min": "119.908", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "156.149", - "max": "182.251", - "min": "153.821", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "154.014", - "max": "161.403", - "min": "152.481", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "263.534", - "max": "277.346", - "min": "261.566", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "150.018", - "max": "153.324", - "min": "148.439", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "153.856", - "max": "159.414", - "min": "152.215", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "78.568", - "max": "85.455", - "min": "77.04", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "160.754", - "max": "171.899", - "min": "158.462", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "53.346", - "max": "62.613", - "min": "51.34", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "68.389", - "max": "76.165", - "min": "65.766", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "83.5", - "max": "91.922", - "min": "82.214", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "160.112", - "max": "250.953", - "min": "144.084", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "54.628", - "max": "61.521", - "min": "52.661", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "271.036", - "max": "282.677", - "min": "265.996", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "282.803", - "max": "288.701", - "min": "280.936", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "138.432", - "max": "144.612", - "min": "136.311", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "218.215", - "max": "222.25", - "min": "216.655", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "148.432", - "max": "155.364", - "min": "146.377", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "120.489", - "max": "129.467", - "min": "117.274", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "173.475", - "max": "177.926", - "min": "171.621", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "174.629", - "max": "217.575", - "min": "170.426", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "264.932", - "max": "296.081", - "min": "260.951", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "292.046", - "max": "299.024", - "min": "290.294", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "157.532", - "max": "168.694", - "min": "155.059", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "159.919", - "max": "165.958", - "min": "157.981", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "40.681", - "max": "44.798", - "min": "39.169", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "153.602", - "max": "162.168", - "min": "151.201", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "151.187", - "max": "187.511", - "min": "146.921", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "59.268", - "max": "64.483", - "min": "56.888", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "237.097", - "max": "242.211", - "min": "235.383", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "69.08", - "max": "73.194", - "min": "67.413", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.13", - "max": "87.784", - "min": "82.729", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "29.266", - "max": "34.644", - "min": "27.589", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "169.697", - "max": "185.251", - "min": "164.474", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "118.494", - "max": "124.032", - "min": "117.129", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "42.328", - "max": "52.215", - "min": "39.864", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "80.404", - "max": "87.847", - "min": "79.01", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "44.8", - "max": "47.416", - "min": "43.31", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "45.902", - "max": "51.497", - "min": "44.105", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "85.544", - "max": "91.902", - "min": "83.914", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "59.838", - "max": "63.349", - "min": "58.47", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "216.976", - "max": "220.963", - "min": "215.374", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "260.899", - "max": "263.983", - "min": "259.441", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "82.272", - "max": "90.91", - "min": "80.878", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "173.256", - "max": "184.911", - "min": "170.425", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "126.917", - "max": "138.976", - "min": "124.942", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "28.78", - "max": "37.252", - "min": "26.756", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "48.686", - "max": "52.689", - "min": "47.181", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "116.579", - "max": "121.707", - "min": "115.051", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "53.771", - "max": "57.8", - "min": "52.312", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "82.672", - "max": "85.099", - "min": "81.604", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "131.33", - "max": "138.322", - "min": "130.136", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "219.269", - "max": "224.48", - "min": "217.927", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "57.602", - "max": "63.101", - "min": "55.767", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "39.67", - "max": "41.947", - "min": "38.328", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "75.907", - "max": "82.067", - "min": "73.495", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "79.262", - "max": "102.995", - "min": "76.101", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "83.076", - "max": "88.129", - "min": "81.357", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "52.681", - "max": "59.369", - "min": "50.475", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "60.486", - "max": "88.495", - "min": "57.208", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "97.982", - "max": "101.827", - "min": "96.748", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "169.869", - "max": "174.509", - "min": "168.641", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "246.868", - "max": "254.252", - "min": "244.634", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "50.224", - "max": "54.82", - "min": "48.393", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "209.552", - "max": "214.587", - "min": "207.089", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "112.541", - "max": "115.898", - "min": "111.308", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "45.582", - "max": "49.244", - "min": "43.587", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "40.022", - "max": "50.241", - "min": "33.831", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "273.627", - "max": "281.268", - "min": "271.606", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "214.932", - "max": "221.585", - "min": "213.384", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "203.05", - "max": "213.337", - "min": "198.852", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "41.864", - "max": "46.718", - "min": "40.867", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "249.796", - "max": "255.286", - "min": "248.662", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "475.274", - "max": "601.462", - "min": "320.118", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "271.129", - "max": "378.699", - "min": "180.979", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "283.003", - "max": "289.909", - "min": "281.049", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "175.598", - "max": "181.271", - "min": "173.682", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "52.405", - "max": "67.793", - "min": "50.211", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "39.379", - "max": "46.418", - "min": "37.9", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "57.565", - "max": "64.902", - "min": "55.148", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "120.269", - "max": "265.156", - "min": "41.256", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "132.238", - "max": "145.383", - "min": "130.173", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "159.541", - "max": "331.753", - "min": "150.787", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "158.429", - "max": "178.728", - "min": "155.2", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "139.886", - "max": "146.219", - "min": "138.065", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "45.605", - "max": "49.026", - "min": "44.546", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "259.78", - "max": "265.488", - "min": "258.187", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "230.012", - "max": "236.814", - "min": "228.501", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "120.731", - "max": "127.69", - "min": "119.054", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "52.149", - "max": "56.749", - "min": "50.428", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "42.472", - "max": "49.226", - "min": "40.889", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "54.939", - "max": "59.878", - "min": "53.018", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "221.796", - "max": "229.411", - "min": "219.829", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "55.626", - "max": "60.163", - "min": "53.77", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "50.118", - "max": "56.766", - "min": "48.804", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "66.273", - "max": "83.022", - "min": "62.557", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "57.462", - "max": "61.985", - "min": "55.545", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "57.205", - "max": "61.821", - "min": "55.742", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "46.737", - "max": "55.344", - "min": "45.133", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "141.166", - "max": "148.566", - "min": "138.828", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "285.489", - "max": "292.556", - "min": "283.889", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "154.614", - "max": "156.715", - "min": "153.457", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "138.428", - "max": "142.053", - "min": "136.915", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "123.428", - "max": "126.607", - "min": "121.633", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "129.509", - "max": "136.967", - "min": "127.268", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "151.945", - "max": "156.425", - "min": "150.07", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "283.136", - "max": "288.629", - "min": "281.285", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "109.185", - "max": "115.851", - "min": "107.743", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "115.375", - "max": "118.456", - "min": "113.977", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "124.701", - "max": "144.409", - "min": "121.343", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "206.725", - "max": "212.175", - "min": "205.162", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "152.508", - "max": "156.651", - "min": "151.094", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "124.489", - "max": "167.839", - "min": "121.188", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "46.917", - "max": "73.596", - "min": "44.777", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "92.623", - "max": "96.768", - "min": "90.711", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "150.955", - "max": "155.078", - "min": "149.481", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "236.695", - "max": "288.389", - "min": "225.485", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "69.913", - "max": "74.134", - "min": "67.923", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "162.789", - "max": "253.942", - "min": "153.624", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "71.699", - "max": "78.274", - "min": "69.029", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "487.447", - "max": "497.475", - "min": "484.866", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "146.165", - "max": "153.545", - "min": "143.881", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "44.76", - "max": "55.066", - "min": "42.948", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "230.627", - "max": "235.096", - "min": "228.83", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "291.488", - "max": "316.49", - "min": "289.008", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "207.129", - "max": "222.851", - "min": "204.537", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "63.967", - "max": "68.006", - "min": "62.31", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "233.427", - "max": "243.481", - "min": "230.394", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "56.32", - "max": "65.697", - "min": "54.658", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "46.299", - "max": "50.449", - "min": "44.681", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "138.616", - "max": "143.508", - "min": "136.496", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "298.792", - "max": "304.903", - "min": "297.306", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "117.667", - "max": "121.039", - "min": "116.458", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "135.053", - "max": "172.601", - "min": "131.968", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "139.108", - "max": "148.78", - "min": "136.886", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "131.345", - "max": "134.378", - "min": "129.721", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "115.24", - "max": "119.542", - "min": "114.075", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "169.264", - "max": "173.662", - "min": "167.219", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "152.289", - "max": "159.583", - "min": "150.704", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "170.916", - "max": "183.242", - "min": "169.035", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "163.821", - "max": "170.023", - "min": "162.142", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "117.65", - "max": "121.59", - "min": "116.143", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "128.146", - "max": "131.047", - "min": "126.69", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "114.756", - "max": "119.374", - "min": "113.072", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "138.161", - "max": "141.844", - "min": "136.821", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "167.78", - "max": "183.934", - "min": "164.873", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "138.738", - "max": "143.73", - "min": "136.806", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "148.09", - "max": "235.593", - "min": "132.22", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "124.266", - "max": "132.201", - "min": "122.358", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "163.761", - "max": "167.562", - "min": "161.734", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "148.859", - "max": "179.492", - "min": "145.839", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "166.363", - "max": "179.715", - "min": "163.63", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "113.719", - "max": "124.899", - "min": "111.388", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "266.913", - "max": "274.531", - "min": "265.071", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "133.106", - "max": "139.427", - "min": "131.472", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "136.924", - "max": "139.776", - "min": "135.357", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "138.358", - "max": "142.728", - "min": "133.76", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "84.695", - "max": "90.957", - "min": "81.317", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "172.538", - "max": "178.824", - "min": "170.542", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "115.776", - "max": "119.423", - "min": "113.76", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "116.196", - "max": "122.511", - "min": "113.611", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "114.132", - "max": "120.532", - "min": "112.369", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "236.968", - "max": "248.215", - "min": "234.197", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "47.198", - "max": "52.183", - "min": "45.404", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "255.059", - "max": "282.963", - "min": "246.394", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "253.328", - "max": "258.41", - "min": "251.229", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "127.551", - "max": "132.385", - "min": "125.348", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "255.17", - "max": "258.851", - "min": "253.006", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "85.113", - "max": "91.441", - "min": "83.404", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "147.247", - "max": "152.206", - "min": "145.598", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "176.166", - "max": "208.699", - "min": "173.309", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "111.217", - "max": "114.788", - "min": "109.906", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "116.527", - "max": "121.485", - "min": "115.563", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "54.087", - "max": "60.068", - "min": "51.894", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "50.762", - "max": "55.245", - "min": "48.769", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "243.99", - "max": "253.019", - "min": "241.504", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "50.958", - "max": "55.539", - "min": "49.611", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "173.265", - "max": "177.759", - "min": "171.556", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "53.415", - "max": "59.88", - "min": "51.277", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "131.679", - "max": "137.707", - "min": "129.493", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "161.558", - "max": "168.584", - "min": "159.26", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": null, - "max": null, - "min": null, - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "135.161", - "max": "138.518", - "min": "133.574", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "154.514", - "max": "160.688", - "min": "152.58", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "82.865", - "max": "87.682", - "min": "80.278", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "291.834", - "max": "320.557", - "min": "289.038", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "180.907", - "max": "192.516", - "min": "179.545", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "204.787", - "max": "207.51", - "min": "203.252", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "155.06", - "max": "163.258", - "min": "153.576", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "122.922", - "max": "141.049", - "min": "119.76", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "164.566", - "max": "168.563", - "min": "162.831", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "53.55", - "max": "62.965", - "min": "51.219", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "43.883", - "max": "48.595", - "min": "42.621", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "167.176", - "max": "174.1", - "min": "163.671", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "96.706", - "max": "103.97", - "min": "93.984", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "61.716", - "max": "69.685", - "min": "59.569", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "175.056", - "max": "180.076", - "min": "173.476", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "53.748", - "max": "60.669", - "min": "52.41", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "127.945", - "max": "136.277", - "min": "126.246", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "287.084", - "max": "295.327", - "min": "285.515", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "117.395", - "max": "117.395", - "min": "117.395", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "112.251", - "max": "118.22", - "min": "110.51", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "125.788", - "max": "132.697", - "min": "124.061", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "211.177", - "max": "308.122", - "min": "204.194", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "131.655", - "max": "145.703", - "min": "124.222", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "146.41", - "max": "154.312", - "min": "144.554", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "237.632", - "max": "245.682", - "min": "235.565", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "205.036", - "max": "213.969", - "min": "202.914", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "52.189", - "max": "62.763", - "min": "49.991", - "id": "239", - "country": "United States", - "source_name": "Savannah", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "249": { - "name": "Quebec City", - "data": { - "0": { - "avg": "165.868", - "max": "168.475", - "min": "165.423", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "223.893", - "max": "226.289", - "min": "223.589", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "12.051", - "max": "14.289", - "min": "11.752", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "106.611", - "max": "113.253", - "min": "105.634", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "87.128", - "max": "88.98", - "min": "86.732", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "186.244", - "max": "186.74", - "min": "186.008", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "85.707", - "max": "89.284", - "min": "85.338", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "229.681", - "max": "236.996", - "min": "228.521", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "131.109", - "max": "131.507", - "min": "130.944", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "107.258", - "max": "111.85", - "min": "106.669", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "85.668", - "max": "86.402", - "min": "85.435", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "55.713", - "max": "61.911", - "min": "54.896", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "24.625", - "max": "25.671", - "min": "24.447", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "17.376", - "max": "19.796", - "min": "16.838", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "42.839", - "max": "44.656", - "min": "42.566", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "18.086", - "max": "19.182", - "min": "17.423", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "111.615", - "max": "114.182", - "min": "111.187", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "28.568", - "max": "33.312", - "min": "28.114", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "86.104", - "max": "86.648", - "min": "85.925", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "102.364", - "max": "102.838", - "min": "102.252", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "226.167", - "max": "228.758", - "min": "225.796", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "30.618", - "max": "31.15", - "min": "30.476", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "67.731", - "max": "68.048", - "min": "67.587", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "81.741", - "max": "96.151", - "min": "80.689", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "116.005", - "max": "116.736", - "min": "115.669", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "98.884", - "max": "100.613", - "min": "98.566", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "104.725", - "max": "105.403", - "min": "104.579", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "113.169", - "max": "114.873", - "min": "112.731", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "98.353", - "max": "103.883", - "min": "97.283", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.266", - "max": "71.163", - "min": "69.946", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "272.335", - "max": "273.838", - "min": "272.062", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "111.938", - "max": "113.304", - "min": "111.675", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "125.392", - "max": "125.951", - "min": "125.202", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "120.483", - "max": "123.299", - "min": "120.086", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "233.512", - "max": "238.209", - "min": "233.144", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "78.911", - "max": "80.029", - "min": "78.767", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "64.539", - "max": "65.935", - "min": "64.193", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "42.949", - "max": "45.034", - "min": "42.698", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "18.677", - "max": "25.012", - "min": "17.559", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "221.794", - "max": "228.564", - "min": "221.175", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "89.925", - "max": "95", - "min": "89.178", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "120.519", - "max": "121.952", - "min": "120.177", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "116.928", - "max": "118.475", - "min": "116.52", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "227.144", - "max": "233.628", - "min": "226.47", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "124.75", - "max": "129.355", - "min": "124.056", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "120.613", - "max": "121.525", - "min": "120.333", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "102.917", - "max": "104.899", - "min": "100.804", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "175.549", - "max": "178.334", - "min": "174.114", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "51.275", - "max": "51.987", - "min": "51.12", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "4.489", - "max": "7.049", - "min": "4.115", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "62.384", - "max": "67.038", - "min": "61.907", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "124.101", - "max": "174.185", - "min": "86.099", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "47.22", - "max": "47.389", - "min": "47.078", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "231.71", - "max": "253.45", - "min": "227.599", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "285.742", - "max": "286.612", - "min": "285.538", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "119.618", - "max": "121.599", - "min": "118.236", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "217.737", - "max": "219.818", - "min": "217.349", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "110.033", - "max": "111.805", - "min": "109.652", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "87.503", - "max": "87.99", - "min": "87.283", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "137.252", - "max": "141.489", - "min": "136.465", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "138.92", - "max": "198.299", - "min": "135.293", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "259.974", - "max": "355.026", - "min": "252.307", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "291.043", - "max": "295.315", - "min": "290.739", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "128.197", - "max": "131.323", - "min": "127.727", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "129.454", - "max": "130.816", - "min": "129.142", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "15.562", - "max": "18.818", - "min": "14.829", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "124.744", - "max": "135.613", - "min": "123.468", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "144.449", - "max": "148.124", - "min": "143.642", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "45.796", - "max": "46.777", - "min": "45.598", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "233.133", - "max": "236.143", - "min": "232.649", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "76.901", - "max": "77.305", - "min": "76.585", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "86.162", - "max": "91.077", - "min": "85.562", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "38.308", - "max": "40.153", - "min": "37.85", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "130.618", - "max": "131.938", - "min": "130.312", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "80.216", - "max": "85.839", - "min": "79.73", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "27.892", - "max": "28.511", - "min": "27.614", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "77.02", - "max": "80.999", - "min": "76.25", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "19.426", - "max": "27.395", - "min": "18.824", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "29.062", - "max": "29.547", - "min": "28.813", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "75.07", - "max": "77.372", - "min": "74.669", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "19.265", - "max": "19.819", - "min": "18.964", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "353.46", - "max": "358.222", - "min": "352.934", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "239.821", - "max": "240.472", - "min": "239.597", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "59.582", - "max": "61.218", - "min": "59.216", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "151.789", - "max": "152.972", - "min": "151.452", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "93.388", - "max": "98.456", - "min": "92.75", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "37.834", - "max": "39.041", - "min": "37.605", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "28.096", - "max": "28.713", - "min": "27.791", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "84.996", - "max": "86.379", - "min": "84.726", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "38.633", - "max": "40.674", - "min": "37.855", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "79.649", - "max": "81.143", - "min": "79.321", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "114.735", - "max": "116.822", - "min": "114.518", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "210.955", - "max": "213.215", - "min": "210.603", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "20.235", - "max": "21.497", - "min": "19.829", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "54.971", - "max": "55.412", - "min": "54.756", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "89.967", - "max": "90.267", - "min": "89.765", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "72.755", - "max": "88.402", - "min": "71.395", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "75.171", - "max": "79.025", - "min": "74.733", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "24.338", - "max": "25.753", - "min": "23.98", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "39.384", - "max": "40.29", - "min": "39.131", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "47.23", - "max": "49.127", - "min": "46.854", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "137.426", - "max": "137.88", - "min": "137.209", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "235.974", - "max": "240.471", - "min": "235.25", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "35.035", - "max": "38.894", - "min": "34.472", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "216.271", - "max": "217.412", - "min": "215.945", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "108.182", - "max": "109.501", - "min": "108.013", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "22.533", - "max": "23.29", - "min": "22.314", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "30.478", - "max": "31.376", - "min": "30.078", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "263.341", - "max": "264.494", - "min": "262.959", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "227.789", - "max": "228.808", - "min": "227.521", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "193.33", - "max": "195.673", - "min": "193.009", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "12.162", - "max": "16.44", - "min": "11.809", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "215.114", - "max": "216.892", - "min": "214.6", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "454.526", - "max": "553.044", - "min": "292.459", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "230.92", - "max": "335.112", - "min": "142.026", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "235.274", - "max": "241.661", - "min": "234.615", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "168.671", - "max": "169.175", - "min": "168.534", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "45.094", - "max": "47.566", - "min": "44.799", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "50.591", - "max": "54.089", - "min": "49.815", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "44.14", - "max": "44.36", - "min": "43.903", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "123.385", - "max": "269.967", - "min": "40.309", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "125.195", - "max": "128.526", - "min": "124.788", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "119.73", - "max": "128.147", - "min": "119.106", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "118.581", - "max": "119.071", - "min": "118.41", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "114.289", - "max": "116.375", - "min": "113.711", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "12.788", - "max": "13.332", - "min": "12.552", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "248.96", - "max": "250.031", - "min": "248.717", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "172.82", - "max": "174.64", - "min": "172.535", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "90.174", - "max": "92.645", - "min": "89.769", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "30.809", - "max": "33.529", - "min": "30.376", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "30.421", - "max": "32.897", - "min": "30.087", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "34.407", - "max": "44.542", - "min": "31.639", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "227.892", - "max": "229.26", - "min": "226.93", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "57.981", - "max": "62.11", - "min": "57.622", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "14.533", - "max": "18.378", - "min": "13.919", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "61.083", - "max": "68.444", - "min": "59.844", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "47.853", - "max": "51.812", - "min": "47.15", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "37.538", - "max": "37.833", - "min": "37.379", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "12.723", - "max": "15.446", - "min": "12.34", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "106.648", - "max": "108.163", - "min": "105.882", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "249.941", - "max": "251.226", - "min": "249.453", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "119.944", - "max": "121.924", - "min": "119.562", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "110.821", - "max": "116.11", - "min": "110.156", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "116.861", - "max": "121.291", - "min": "116.18", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "87.304", - "max": "87.641", - "min": "87.007", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "125.284", - "max": "126.627", - "min": "125.047", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "219.214", - "max": "222.422", - "min": "218.98", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "81.565", - "max": "84.845", - "min": "81.153", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "82.246", - "max": "85.407", - "min": "81.866", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "91.391", - "max": "101.865", - "min": "89.357", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "203.205", - "max": "205.788", - "min": "202.662", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "122.98", - "max": "125.928", - "min": "122.686", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "92.376", - "max": "93.589", - "min": "92.14", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "23.011", - "max": "24.397", - "min": "22.723", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "90.497", - "max": "92.988", - "min": "89.981", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "115.275", - "max": "118.347", - "min": "114.901", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "235.223", - "max": "276.903", - "min": "227.946", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "41.174", - "max": "41.672", - "min": "40.943", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "182.722", - "max": "264.357", - "min": "173.908", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "50.317", - "max": "50.582", - "min": "50.17", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "487.88", - "max": "488.769", - "min": "487.512", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "121.066", - "max": "121.828", - "min": "120.785", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "12.459", - "max": "15.302", - "min": "12.149", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "195.659", - "max": "199.5", - "min": "195.085", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "243.302", - "max": "243.743", - "min": "243.125", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "176.107", - "max": "178.923", - "min": "175.244", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "65.806", - "max": "67.398", - "min": "65.41", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "218.164", - "max": "223.057", - "min": "217.601", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "23.854", - "max": "25.668", - "min": "23.503", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.438", - "max": "29.635", - "min": "24.086", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "94.062", - "max": "96.231", - "min": "93.457", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "295.655", - "max": "326.443", - "min": "275.438", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "89.426", - "max": "90.044", - "min": "89.255", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "98.311", - "max": "99.74", - "min": "97.896", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "117.987", - "max": "120.809", - "min": "117.442", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "103.025", - "max": "103.817", - "min": "102.889", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "84.946", - "max": "86.864", - "min": "84.588", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "147.088", - "max": "149.936", - "min": "146.658", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "122.297", - "max": "123.844", - "min": "122.024", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "144.184", - "max": "159.042", - "min": "142.991", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "129.987", - "max": "131.846", - "min": "129.522", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "85.809", - "max": "86.381", - "min": "85.667", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "94.184", - "max": "95.51", - "min": "93.859", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "87.339", - "max": "88.822", - "min": "86.979", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "121.42", - "max": "126.717", - "min": "120.892", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "150.565", - "max": "155.223", - "min": "149.948", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "112.348", - "max": "129.698", - "min": "109.981", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "127.273", - "max": "182.62", - "min": "96.774", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "84.475", - "max": "86.668", - "min": "84.203", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "144.185", - "max": "144.719", - "min": "143.983", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "117.249", - "max": "130.278", - "min": "116.581", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "136.502", - "max": "140.443", - "min": "135.759", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": null, - "max": null, - "min": null, - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "270.278", - "max": "275.712", - "min": "269.644", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "105.883", - "max": "106.794", - "min": "105.744", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "100.643", - "max": "101.87", - "min": "100.348", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "104.189", - "max": "107.148", - "min": "103.863", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "108.885", - "max": "115.396", - "min": "104.724", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "133.993", - "max": "137.637", - "min": "133.546", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "88.302", - "max": "88.846", - "min": "88.132", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "85.108", - "max": "86.826", - "min": "84.845", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "85.363", - "max": "88.681", - "min": "85.088", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.715", - "max": "241.461", - "min": "223.111", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "15.679", - "max": "19.159", - "min": "15.108", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "356.01", - "max": "359.656", - "min": "321.299", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "236.848", - "max": "239.059", - "min": "236.388", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "96.311", - "max": "96.458", - "min": "96.035", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "238.967", - "max": "239.742", - "min": "238.675", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "92.385", - "max": "96.528", - "min": "91.886", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "118.987", - "max": "120.616", - "min": "118.156", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "137.945", - "max": "144.788", - "min": "136.991", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "83.666", - "max": "86.218", - "min": "83.175", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "88.584", - "max": "90.276", - "min": "88.184", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "30.379", - "max": "32.315", - "min": "30.191", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "39.044", - "max": "40.196", - "min": "38.892", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "246.549", - "max": "249.464", - "min": "245.529", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "18.42", - "max": "20.355", - "min": "18.094", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "103.016", - "max": "103.878", - "min": "102.801", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "12.591", - "max": "14.359", - "min": "12.437", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "103.063", - "max": "107.793", - "min": "102.348", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "143.151", - "max": "171.906", - "min": "141.102", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.302", - "max": "59.653", - "min": "51.692", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "103.109", - "max": "109.744", - "min": "102.572", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "117.093", - "max": "122.239", - "min": "115.937", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "78.492", - "max": "82.694", - "min": "77.264", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "222.8", - "max": "229.392", - "min": "220.076", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "161.314", - "max": "161.722", - "min": "161.153", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "175.264", - "max": "179.942", - "min": "174.722", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "125.597", - "max": "128.786", - "min": "125.157", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "90.309", - "max": "92.413", - "min": "90.114", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "123.573", - "max": "128.476", - "min": "122.911", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "0.042", - "max": "0.073", - "min": "0.028", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "24.726", - "max": "26.4", - "min": "24.432", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "147.446", - "max": "157.27", - "min": "145.359", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "101.541", - "max": "103.098", - "min": "100.972", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "9.822", - "max": "11.376", - "min": "8.834", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "144.442", - "max": "147.892", - "min": "143.983", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "32.513", - "max": "35.054", - "min": "32", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "88.713", - "max": "91.437", - "min": "88.371", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "242.865", - "max": "248.676", - "min": "241.274", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.098", - "max": "113.098", - "min": "113.098", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "86.088", - "max": "90.161", - "min": "85.625", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "91.822", - "max": "94.635", - "min": "91.643", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "175.663", - "max": "178.596", - "min": "175.077", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "107.406", - "max": "117.253", - "min": "99.033", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "115.976", - "max": "118.242", - "min": "115.176", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "211.863", - "max": "215.763", - "min": "211.537", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "169.073", - "max": "177.939", - "min": "168.196", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "40.158", - "max": "42.678", - "min": "39.856", - "id": "249", - "country": "Canada", - "source_name": "Quebec City", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "250": { - "name": "Berkeley Springs", - "data": { - "0": { - "avg": "93.003", - "max": "93.242", - "min": "92.865", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "216.332", - "max": "216.489", - "min": "216.152", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.587", - "max": "22.83", - "min": "22.498", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "106.176", - "max": "112.782", - "min": "105.514", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "85.08", - "max": "86.776", - "min": "84.861", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "182.966", - "max": "183.517", - "min": "182.846", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "93.758", - "max": "93.948", - "min": "93.646", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "223.255", - "max": "228.95", - "min": "221.97", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "152.013", - "max": "165.354", - "min": "131.594", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "111.39", - "max": "111.698", - "min": "111.27", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "79.825", - "max": "80.635", - "min": "79.605", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "42.223", - "max": "62.759", - "min": "41.323", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "12.462", - "max": "12.657", - "min": "12.32", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "17.662", - "max": "18.054", - "min": "17.533", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "30.938", - "max": "31.083", - "min": "30.828", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "9.006", - "max": "9.436", - "min": "8.595", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "103.029", - "max": "103.313", - "min": "102.786", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "22.641", - "max": "23.61", - "min": "22.503", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "102.545", - "max": "102.784", - "min": "102.368", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "106.564", - "max": "106.709", - "min": "106.445", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "218.235", - "max": "218.344", - "min": "218.16", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "34.418", - "max": "34.518", - "min": "34.359", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "72.884", - "max": "73.007", - "min": "72.776", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "73.453", - "max": "79.053", - "min": "73.005", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "107.322", - "max": "107.718", - "min": "107.059", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "100.122", - "max": "100.397", - "min": "100.001", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "105.369", - "max": "107.657", - "min": "105.031", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "105.129", - "max": "105.603", - "min": "104.922", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "92.816", - "max": "92.957", - "min": "92.726", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "71.681", - "max": "71.921", - "min": "71.493", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "242.027", - "max": "242.198", - "min": "241.928", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "121.681", - "max": "121.892", - "min": "121.57", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "63.942", - "max": "65.154", - "min": "63.744", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "133.765", - "max": "133.925", - "min": "133.688", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "105.45", - "max": "106.504", - "min": "105.284", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "236.439", - "max": "242.225", - "min": "236.056", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "77.075", - "max": "151.602", - "min": "70.598", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "63.844", - "max": "64.027", - "min": "63.677", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "34.824", - "max": "35.542", - "min": "34.687", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "10.951", - "max": "14.255", - "min": "10.497", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "224.358", - "max": "225.868", - "min": "224.071", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "89.322", - "max": "94.221", - "min": "88.587", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "120.775", - "max": "121.384", - "min": "120.597", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "111.508", - "max": "116.331", - "min": "110.998", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "226.147", - "max": "226.288", - "min": "226.067", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "120.745", - "max": "121.409", - "min": "120.344", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "124.646", - "max": "124.966", - "min": "124.461", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "84.94", - "max": "86.388", - "min": "84.775", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "163.509", - "max": "163.68", - "min": "163.353", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "44.138", - "max": "44.327", - "min": "44.079", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "21.171", - "max": "21.34", - "min": "21.054", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "77.926", - "max": "78.63", - "min": "77.696", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "112.924", - "max": "124.708", - "min": "100.226", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "48.812", - "max": "48.999", - "min": "48.687", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "233.531", - "max": "240.838", - "min": "230.328", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "253.654", - "max": "254.655", - "min": "253.459", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "110.923", - "max": "112.636", - "min": "110.089", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "232.628", - "max": "232.889", - "min": "232.52", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "139.192", - "max": "141.872", - "min": "138.753", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "91.203", - "max": "91.422", - "min": "91.074", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "143.841", - "max": "146.087", - "min": "143.304", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "149.597", - "max": "209.049", - "min": "142.444", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "267.201", - "max": "318.04", - "min": "260.534", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "275.46", - "max": "275.715", - "min": "275.321", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "127.65", - "max": "127.917", - "min": "127.518", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "131.128", - "max": "131.541", - "min": "130.983", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "13.534", - "max": "13.867", - "min": "13.409", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "129.122", - "max": "141.458", - "min": "128.044", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "139.714", - "max": "141.572", - "min": "139.161", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "52.552", - "max": "54.231", - "min": "52.339", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "225.102", - "max": "227.633", - "min": "224.779", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "70.441", - "max": "72.594", - "min": "70.086", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "76.512", - "max": "76.769", - "min": "76.345", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "25.179", - "max": "28.995", - "min": "24.958", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "128.095", - "max": "129.651", - "min": "127.862", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "86.793", - "max": "87.083", - "min": "86.643", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "18.648", - "max": "18.839", - "min": "18.465", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "82.783", - "max": "87.06", - "min": "82.517", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "26.812", - "max": "27.641", - "min": "26.625", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "27.982", - "max": "28.19", - "min": "27.893", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "71.096", - "max": "71.563", - "min": "70.752", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "31", - "max": "31.558", - "min": "30.724", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "223.214", - "max": "224.873", - "min": "221.832", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "213.585", - "max": "213.742", - "min": "213.357", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "63.935", - "max": "64.044", - "min": "63.849", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "137.448", - "max": "138.298", - "min": "137.055", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "91.928", - "max": "100.858", - "min": "91.388", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "27.922", - "max": "32.056", - "min": "27.051", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "28.504", - "max": "29.158", - "min": "28.355", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "86.875", - "max": "87.312", - "min": "86.71", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "600.909", - "max": "742.279", - "min": "37.877", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "73.732", - "max": "74.178", - "min": "73.483", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "118.042", - "max": "118.217", - "min": "117.973", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "203.119", - "max": "204.34", - "min": "202.908", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "20.624", - "max": "22.402", - "min": "20.434", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "40.744", - "max": "43.45", - "min": "40.398", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "77.876", - "max": "78.242", - "min": "77.66", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "57.868", - "max": "68.472", - "min": "56.524", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "71.806", - "max": "72.075", - "min": "71.668", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "30.278", - "max": "31.458", - "min": "30.084", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "32.23", - "max": "32.358", - "min": "32.151", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "77.916", - "max": "78.158", - "min": "77.794", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "139.768", - "max": "144.961", - "min": "139.372", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "234.973", - "max": "236.837", - "min": "234.304", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "659.325", - "max": "854.329", - "min": "478.557", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "204.12", - "max": "204.362", - "min": "203.858", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "89.994", - "max": "91.827", - "min": "89.829", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "14.18", - "max": "14.353", - "min": "14.056", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "23.886", - "max": "24.06", - "min": "23.729", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "247.167", - "max": "250.046", - "min": "246.497", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "284.082", - "max": "284.842", - "min": "283.896", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "194.287", - "max": "200.663", - "min": "192.027", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "11.718", - "max": "11.832", - "min": "11.631", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "207.333", - "max": "213.366", - "min": "206.771", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "460.453", - "max": "574.916", - "min": "277.68", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "252.884", - "max": "347.491", - "min": "163.594", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "248.109", - "max": "266.947", - "min": "246.62", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "168.786", - "max": "172.496", - "min": "168.301", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "44.327", - "max": "44.607", - "min": "44.169", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "35.322", - "max": "36.678", - "min": "34.955", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "51.005", - "max": "51.314", - "min": "50.796", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "119.879", - "max": "271.223", - "min": "36.567", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "126.592", - "max": "142.471", - "min": "125.863", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "118.445", - "max": "119.688", - "min": "117.973", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "120.781", - "max": "120.896", - "min": "120.719", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "107.242", - "max": "108.39", - "min": "106.547", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "12.436", - "max": "12.727", - "min": "12.289", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "251.712", - "max": "251.952", - "min": "251.488", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "192.702", - "max": "193.052", - "min": "192.472", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "106.032", - "max": "106.371", - "min": "105.855", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "30.485", - "max": "30.758", - "min": "30.392", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "32.082", - "max": "32.21", - "min": "31.967", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "32.448", - "max": "32.6", - "min": "32.375", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "220.078", - "max": "221.785", - "min": "219.54", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "105.538", - "max": "152.076", - "min": "54.504", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "19.564", - "max": "19.834", - "min": "19.428", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "60.126", - "max": "96.699", - "min": "57.674", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "44.052", - "max": "44.539", - "min": "43.943", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "42.927", - "max": "43.094", - "min": "42.853", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "17.116", - "max": "18.98", - "min": "16.939", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "106.009", - "max": "106.11", - "min": "105.908", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "301.457", - "max": "303.678", - "min": "300.989", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "120.359", - "max": "120.516", - "min": "120.227", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "104.495", - "max": "104.756", - "min": "104.298", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "106.115", - "max": "117.199", - "min": "105.339", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "91.892", - "max": "92.645", - "min": "91.478", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "118.009", - "max": "124.085", - "min": "117.64", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "246.007", - "max": "246.585", - "min": "245.876", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "85.71", - "max": "91.453", - "min": "82.512", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "82.966", - "max": "83.163", - "min": "82.861", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "98.959", - "max": "105.582", - "min": "97.294", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "203.956", - "max": "204.172", - "min": "203.828", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "121.449", - "max": "123.959", - "min": "121.058", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "96.023", - "max": "128.637", - "min": "94.752", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "12.03", - "max": "12.146", - "min": "11.935", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "90.789", - "max": "91.761", - "min": "90.534", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "118.83", - "max": "119.445", - "min": "118.557", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "220.439", - "max": "260.447", - "min": "212.98", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "55.763", - "max": "56.018", - "min": "55.592", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "163.913", - "max": "202.342", - "min": "159.604", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "38.38", - "max": "38.481", - "min": "38.28", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "482.277", - "max": "482.749", - "min": "481.685", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "128.158", - "max": "128.404", - "min": "128.051", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "13.708", - "max": "13.901", - "min": "13.602", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "199.207", - "max": "199.449", - "min": "199.051", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "251.439", - "max": "251.547", - "min": "251.328", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "175.65", - "max": "176.268", - "min": "175.514", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "55.872", - "max": "56.389", - "min": "55.649", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "236.321", - "max": "237.041", - "min": "235.857", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "21.641", - "max": "21.756", - "min": "21.557", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "13.746", - "max": "13.869", - "min": "13.662", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "96.491", - "max": "97.206", - "min": "96.312", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "271.779", - "max": "271.872", - "min": "271.704", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "88.709", - "max": "88.916", - "min": "88.584", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "103.864", - "max": "114.138", - "min": "103.202", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "110.547", - "max": "133.454", - "min": "109.406", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "103.547", - "max": "103.719", - "min": "103.452", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "84.042", - "max": "84.671", - "min": "83.81", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "140.599", - "max": "143.282", - "min": "140.341", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "118.99", - "max": "119.146", - "min": "118.903", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "141.27", - "max": "147.262", - "min": "140.89", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "123.889", - "max": "124.191", - "min": "123.76", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "88.664", - "max": "89.196", - "min": "88.55", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "96.266", - "max": "96.404", - "min": "96.172", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "86.229", - "max": "86.824", - "min": "86.099", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "113.656", - "max": "113.923", - "min": "113.543", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "138.481", - "max": "138.768", - "min": "138.247", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "112.434", - "max": "115.588", - "min": "111.655", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "129.476", - "max": "186.24", - "min": "99.302", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "94.846", - "max": "95.055", - "min": "94.761", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "138.728", - "max": "139.33", - "min": "138.495", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "123.158", - "max": "136.508", - "min": "122.475", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "131.855", - "max": "132.347", - "min": "131.464", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "85.731", - "max": "86.394", - "min": "85.494", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "263.872", - "max": "264.08", - "min": "263.76", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "104.434", - "max": "104.667", - "min": "104.321", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "106.7", - "max": "107.043", - "min": "106.479", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "109.913", - "max": "110.047", - "min": "109.834", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "87.297", - "max": "94.801", - "min": "85.351", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "134.523", - "max": "136.726", - "min": "134.253", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "95.073", - "max": "97.108", - "min": "94.73", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "94.512", - "max": "94.806", - "min": "94.387", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "93.089", - "max": "93.252", - "min": "92.987", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "239.262", - "max": "253.417", - "min": "238.518", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "14.992", - "max": "21.255", - "min": "14.265", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "224.297", - "max": "227.319", - "min": "219.112", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "231.13", - "max": "231.318", - "min": "231.025", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "94.918", - "max": "95.145", - "min": "94.815", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "222.168", - "max": "226.924", - "min": "221.802", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "79.911", - "max": "80.247", - "min": "79.69", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "118.531", - "max": "118.978", - "min": "118.339", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "142.777", - "max": "143.349", - "min": "142.506", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "83.62", - "max": "85.105", - "min": "83.306", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "89.417", - "max": "89.771", - "min": "89.252", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "25.368", - "max": "25.451", - "min": "25.316", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "39.075", - "max": "39.4", - "min": "38.994", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.152", - "max": "382.394", - "min": "235.067", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "18.719", - "max": "19.11", - "min": "18.568", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "118.303", - "max": "118.5", - "min": "118.2", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "22.512", - "max": "22.647", - "min": "22.436", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "105.102", - "max": "105.25", - "min": "105.021", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "143.676", - "max": "144.533", - "min": "143.529", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "45.777", - "max": "48.795", - "min": "42.849", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "107.149", - "max": "107.407", - "min": "106.944", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "134.173", - "max": "135.266", - "min": "133.214", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "72.983", - "max": "77.583", - "min": "71.852", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "285.728", - "max": "305.778", - "min": "284.572", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "178.371", - "max": "178.687", - "min": "178.213", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "162.507", - "max": "163.023", - "min": "162.327", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "127.011", - "max": "127.2", - "min": "126.894", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "89.289", - "max": "89.464", - "min": "89.199", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "120.174", - "max": "120.516", - "min": "120.073", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "24.654", - "max": "26.479", - "min": "24.34", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "0.024", - "max": "0.056", - "min": "0.017", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "134.334", - "max": "139.793", - "min": "132.098", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "102.5", - "max": "103.855", - "min": "101.616", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "25.571", - "max": "27.229", - "min": "24.42", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "143.057", - "max": "143.936", - "min": "142.857", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "39.856", - "max": "40.156", - "min": "39.699", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "101.764", - "max": "104.961", - "min": "101.411", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "256.248", - "max": "256.722", - "min": "255.892", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "102.867", - "max": "102.867", - "min": "102.867", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "97.282", - "max": "97.372", - "min": "97.213", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "96.046", - "max": "96.159", - "min": "95.963", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "174.459", - "max": "174.932", - "min": "174.209", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "99.418", - "max": "110.767", - "min": "91.637", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "113.549", - "max": "113.764", - "min": "113.425", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "253.453", - "max": "254.966", - "min": "253.174", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "165.055", - "max": "168.124", - "min": "164.771", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "32.357", - "max": "35.44", - "min": "32.144", - "id": "250", - "country": "United States", - "source_name": "Berkeley Springs", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "256": { - "name": "Ottawa", - "data": { - "0": { - "avg": "135.449", - "max": "136.81", - "min": "135.042", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "292.123", - "max": "294.19", - "min": "291.798", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "11.907", - "max": "12.637", - "min": "11.752", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "110.037", - "max": "115.742", - "min": "108.869", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "86.831", - "max": "88.404", - "min": "85.855", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "192.415", - "max": "213.068", - "min": "190.87", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "92.018", - "max": "94.653", - "min": "91.571", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "297.687", - "max": "302.565", - "min": "296.811", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "134.653", - "max": "134.907", - "min": "134.492", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "109.798", - "max": "115.076", - "min": "109.116", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "85.998", - "max": "88.829", - "min": "85.67", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "60.441", - "max": "81.369", - "min": "59.499", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "12.933", - "max": "13.575", - "min": "12.733", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "18.521", - "max": "20.743", - "min": "18.267", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "44.495", - "max": "45.308", - "min": "44.316", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "21.992", - "max": "22.709", - "min": "21.469", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "109.656", - "max": "110.793", - "min": "109.351", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "29.216", - "max": "29.391", - "min": "29.07", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "84.584", - "max": "84.818", - "min": "84.471", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "103.023", - "max": "103.153", - "min": "102.936", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "292.52", - "max": "293.612", - "min": "292.298", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "31.226", - "max": "34.759", - "min": "30.921", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "87.986", - "max": "88.32", - "min": "87.814", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "72.451", - "max": "73.183", - "min": "72.326", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "114.991", - "max": "116.364", - "min": "114.517", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "108.156", - "max": "109.616", - "min": "107.872", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "105.578", - "max": "107.319", - "min": "105.189", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "107.875", - "max": "108.434", - "min": "107.584", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "98.28", - "max": "98.583", - "min": "98.132", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "73.73", - "max": "74.467", - "min": "73.449", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "249.692", - "max": "250.133", - "min": "249.511", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "113.168", - "max": "114.239", - "min": "113.019", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "78.847", - "max": "79.038", - "min": "78.689", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "131.218", - "max": "133.142", - "min": "130.956", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "129.611", - "max": "132.432", - "min": "129.269", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "219.813", - "max": "220.767", - "min": "219.532", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "80.773", - "max": "82.681", - "min": "80.47", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "65.276", - "max": "66.597", - "min": "64.376", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "44.541", - "max": "47.043", - "min": "44.046", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "19.284", - "max": "20.257", - "min": "18.897", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "223.069", - "max": "226.808", - "min": "222.649", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "87.503", - "max": "94.708", - "min": "86.802", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "132.668", - "max": "132.959", - "min": "132.493", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "124.139", - "max": "126.89", - "min": "122.509", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "219.601", - "max": "222.197", - "min": "219.299", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "121.404", - "max": "121.921", - "min": "120.859", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "125.575", - "max": "125.985", - "min": "125.37", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "93.423", - "max": "94.017", - "min": "93.244", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "177.463", - "max": "179.397", - "min": "177.198", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "50.02", - "max": "50.256", - "min": "49.896", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "5.208", - "max": "5.448", - "min": "5.113", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "63.589", - "max": "64.112", - "min": "63.403", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "132.882", - "max": "174.865", - "min": "88.484", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "33.664", - "max": "36.302", - "min": "33.249", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "220.896", - "max": "244.075", - "min": "216.243", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "263.049", - "max": "264.573", - "min": "262.807", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "119.696", - "max": "122.903", - "min": "118.454", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "231.835", - "max": "232.12", - "min": "231.668", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "119.974", - "max": "120.963", - "min": "119.656", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "93.639", - "max": "93.851", - "min": "93.486", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "150.684", - "max": "153.816", - "min": "149.84", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "135.767", - "max": "195.799", - "min": "132.568", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "234.53", - "max": "240.734", - "min": "233.896", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "246.462", - "max": "248.229", - "min": "245.307", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "129.551", - "max": "130.639", - "min": "129.323", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "130.593", - "max": "131.384", - "min": "130.415", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "15.483", - "max": "17.239", - "min": "14.48", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "122.041", - "max": "122.776", - "min": "121.506", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "174.147", - "max": "175.58", - "min": "173.35", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "55.371", - "max": "55.964", - "min": "55.197", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "226.354", - "max": "233.333", - "min": "225.121", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "76.192", - "max": "76.969", - "min": "75.875", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "84.992", - "max": "89.509", - "min": "83.81", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "42.92", - "max": "43.069", - "min": "42.771", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "124.638", - "max": "125.663", - "min": "124.105", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "93.955", - "max": "94.193", - "min": "93.702", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "26.394", - "max": "27.263", - "min": "26.114", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "75.477", - "max": "78.548", - "min": "75.203", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "24.467", - "max": "28.54", - "min": "23.706", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "28.974", - "max": "29.796", - "min": "28.813", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "73.064", - "max": "74.61", - "min": "71.837", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "22.48", - "max": "22.815", - "min": "22.221", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "253.542", - "max": "255.748", - "min": "252.257", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "257.809", - "max": "264.164", - "min": "257.415", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "53.387", - "max": "53.562", - "min": "53.257", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "155.547", - "max": "156.978", - "min": "155.062", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "91.141", - "max": "93.776", - "min": "90.6", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "40.683", - "max": "40.933", - "min": "40.558", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "24.025", - "max": "26.097", - "min": "23.788", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "86.516", - "max": "91.506", - "min": "86.173", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "35.47", - "max": "36.331", - "min": "34.885", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "80.585", - "max": "81.44", - "min": "80.298", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "114.463", - "max": "115.298", - "min": "114.247", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "190.409", - "max": "190.687", - "min": "190.229", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "22.278", - "max": "22.457", - "min": "22.106", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "49.028", - "max": "49.841", - "min": "48.797", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "87.974", - "max": "89.454", - "min": "86.89", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "74.363", - "max": "84.023", - "min": "73.389", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "79.163", - "max": "79.967", - "min": "78.927", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "29.365", - "max": "29.607", - "min": "29.203", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "42.04", - "max": "42.72", - "min": "41.899", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "47.188", - "max": "47.344", - "min": "47.021", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "153.088", - "max": "155.788", - "min": "152.836", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "240.291", - "max": "241.248", - "min": "239.765", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "31.253", - "max": "31.695", - "min": "31.072", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "348.722", - "max": "373.423", - "min": "334.373", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "97.198", - "max": "98.938", - "min": "96.855", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "19.044", - "max": "19.236", - "min": "18.907", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "29.358", - "max": "31.71", - "min": "28.831", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "267.312", - "max": "269.552", - "min": "266.702", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "238.422", - "max": "242.411", - "min": "238.04", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "193.668", - "max": "193.811", - "min": "193.488", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "26.667", - "max": "27.516", - "min": "26.482", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "214.626", - "max": "221.108", - "min": "213.957", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "457.822", - "max": "560.565", - "min": "300.194", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "232.978", - "max": "348.997", - "min": "148.863", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "236.728", - "max": "248.088", - "min": "235.953", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "170.252", - "max": "171.547", - "min": "169.875", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "48.693", - "max": "49.497", - "min": "48.518", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "47.973", - "max": "48.842", - "min": "47.507", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "44.798", - "max": "47.217", - "min": "44.493", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "120.79", - "max": "264.487", - "min": "40.478", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "125.675", - "max": "128.641", - "min": "125.323", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "123.776", - "max": "125.6", - "min": "123.308", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "117.717", - "max": "119.22", - "min": "117.254", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "109.3", - "max": "111.138", - "min": "108.194", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "17.103", - "max": "18.564", - "min": "16.138", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "243.871", - "max": "244.808", - "min": "243.567", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "185.913", - "max": "187.538", - "min": "185.548", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "84.14", - "max": "85.368", - "min": "83.911", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "33.198", - "max": "34.337", - "min": "32.947", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.258", - "max": "25.687", - "min": "25.11", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "41.379", - "max": "41.701", - "min": "41.173", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "219.336", - "max": "220.978", - "min": "218.591", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "53.731", - "max": "54.041", - "min": "53.603", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "17.451", - "max": "19.805", - "min": "17.128", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "59.303", - "max": "71.035", - "min": "58.19", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "46.231", - "max": "46.714", - "min": "46.074", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "38.843", - "max": "39.027", - "min": "38.745", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "16.03", - "max": "48.087", - "min": "14.692", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "106.901", - "max": "108.016", - "min": "106.678", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "247.203", - "max": "248.391", - "min": "246.8", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "128.174", - "max": "128.39", - "min": "127.985", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "105.679", - "max": "105.936", - "min": "105.466", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "121.534", - "max": "124.211", - "min": "120.632", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "86.29", - "max": "86.754", - "min": "86.018", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "115.214", - "max": "115.889", - "min": "115.018", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "292.509", - "max": "293.124", - "min": "292.331", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "83.742", - "max": "87.1", - "min": "83.521", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "84.205", - "max": "84.659", - "min": "84.019", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "96.858", - "max": "121.054", - "min": "95.46", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "166.236", - "max": "166.514", - "min": "166.069", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "123.058", - "max": "123.716", - "min": "122.832", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "92.977", - "max": "93.895", - "min": "92.72", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "25.817", - "max": "27.645", - "min": "25.275", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "102.12", - "max": "103.107", - "min": "101.694", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "140.767", - "max": "142.158", - "min": "140.388", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "227.67", - "max": "268.635", - "min": "219.906", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "49.212", - "max": "49.567", - "min": "49.1", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "181.509", - "max": "270.65", - "min": "172.261", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "66.478", - "max": "66.827", - "min": "66.347", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "406.332", - "max": "407.79", - "min": "405.079", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "121.662", - "max": "121.987", - "min": "121.431", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "13.898", - "max": "15.371", - "min": "13.636", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "206.629", - "max": "207.216", - "min": "206.363", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "250.712", - "max": "251.081", - "min": "250.545", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "177.01", - "max": "178.217", - "min": "176.703", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "64.203", - "max": "66.656", - "min": "63.972", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "236.715", - "max": "237.91", - "min": "236.332", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "20.898", - "max": "21.115", - "min": "20.729", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.475", - "max": "25.739", - "min": "23.288", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "98.481", - "max": "101.499", - "min": "98.05", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "280.871", - "max": "282.15", - "min": "280.648", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "91.501", - "max": "92.398", - "min": "91.349", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "104.712", - "max": "105.85", - "min": "104.347", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "111.219", - "max": "118.606", - "min": "110.608", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "103.387", - "max": "105.355", - "min": "102.832", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "87.298", - "max": "88.943", - "min": "86.971", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "146.639", - "max": "146.997", - "min": "146.481", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "123.096", - "max": "124.124", - "min": "122.926", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "142.975", - "max": "143.2", - "min": "142.785", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "124.933", - "max": "128.614", - "min": "123.527", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "101.083", - "max": "103.955", - "min": "100.755", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "101.208", - "max": "101.613", - "min": "101.046", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "88.018", - "max": "88.172", - "min": "87.895", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "113.255", - "max": "113.618", - "min": "113.021", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "150.706", - "max": "161.09", - "min": "149.973", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "109.978", - "max": "130.268", - "min": "108.243", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "109.715", - "max": "125.593", - "min": "95.394", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "81.043", - "max": "81.343", - "min": "80.816", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "148.063", - "max": "148.556", - "min": "147.855", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "118.698", - "max": "129.76", - "min": "118.086", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "127.756", - "max": "130.35", - "min": "127.023", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "83.009", - "max": "83.373", - "min": "82.799", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "253.863", - "max": "257.991", - "min": "252.941", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "122.124", - "max": "122.328", - "min": "121.977", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "102.801", - "max": "103.196", - "min": "102.617", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "122.907", - "max": "123.277", - "min": "122.722", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "98.465", - "max": "105.959", - "min": "96.726", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "136.878", - "max": "139.411", - "min": "136.509", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "87.767", - "max": "93.568", - "min": "87.069", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "88.666", - "max": "89.569", - "min": "88.455", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "100.988", - "max": "101.652", - "min": "100.816", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "226.276", - "max": "228.789", - "min": "225.942", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "16.062", - "max": "20.925", - "min": "14.898", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "233.293", - "max": "233.882", - "min": "233.138", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "209.741", - "max": "210.026", - "min": "209.509", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "95.613", - "max": "120.576", - "min": "94.488", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "226.499", - "max": "231.596", - "min": "220.92", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "101.381", - "max": "103.226", - "min": "100.712", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "117.555", - "max": "123.606", - "min": "117.198", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "153.631", - "max": "154.826", - "min": "153.399", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "85.902", - "max": "87.445", - "min": "85.482", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "90.631", - "max": "91.187", - "min": "90.405", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "32.176", - "max": "37.077", - "min": "31.874", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "51.34", - "max": "51.631", - "min": "51.211", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "270.625", - "max": "353.065", - "min": "261.126", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "98.621", - "max": "99.636", - "min": "98.455", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "121.174", - "max": "122.192", - "min": "120.976", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "15.409", - "max": "15.683", - "min": "15.27", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "105.207", - "max": "105.503", - "min": "105.017", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "144.887", - "max": "146.875", - "min": "144.589", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "63.092", - "max": "66.405", - "min": "60.245", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "102.899", - "max": "103.098", - "min": "102.669", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "136.894", - "max": "138.256", - "min": "135.875", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "93.593", - "max": "97.496", - "min": "92.484", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "285.52", - "max": "285.97", - "min": "285.214", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "162.247", - "max": "166.967", - "min": "161.817", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "185.606", - "max": "186.992", - "min": "185.343", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "125.498", - "max": "125.882", - "min": "125.395", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "101.011", - "max": "101.344", - "min": "100.828", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "127.379", - "max": "128.864", - "min": "127.1", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "9.797", - "max": "11.888", - "min": "8.81", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "24.61", - "max": "24.861", - "min": "24.439", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "145.012", - "max": "146.556", - "min": "143.295", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "109.895", - "max": "111.831", - "min": "109.084", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "0.043", - "max": "0.087", - "min": "0.03", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "146.406", - "max": "146.766", - "min": "146.156", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "39.401", - "max": "39.784", - "min": "39.139", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "91.962", - "max": "94.486", - "min": "91.733", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "266.51", - "max": "271.774", - "min": "259.989", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "108.7", - "max": "109.648", - "min": "107.753", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "83.286", - "max": "91.108", - "min": "82.895", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "95.529", - "max": "98.049", - "min": "95.321", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "181.364", - "max": "286.914", - "min": "177.543", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "108.796", - "max": "120.898", - "min": "102.831", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "113.818", - "max": "114.925", - "min": "113.645", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "248.711", - "max": "251.471", - "min": "248.282", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "158.699", - "max": "159.231", - "min": "158.368", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "38.628", - "max": "41.325", - "min": "38.347", - "id": "256", - "country": "Canada", - "source_name": "Ottawa", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "259": { - "name": "Lincoln", - "data": { - "0": { - "avg": "110.29", - "max": "110.492", - "min": "110.087", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "231.424", - "max": "235.492", - "min": "230.976", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "22.078", - "max": "22.304", - "min": "21.909", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "145.13", - "max": "152.502", - "min": "144.677", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "121.108", - "max": "121.261", - "min": "120.991", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "123.85", - "max": "124.225", - "min": "123.634", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "102.782", - "max": "103.117", - "min": "102.501", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "268.885", - "max": "276.058", - "min": "267.792", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "149.885", - "max": "151.596", - "min": "149.501", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "120.685", - "max": "122.533", - "min": "120.323", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "96.473", - "max": "96.839", - "min": "96.164", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "35.248", - "max": "35.804", - "min": "35.103", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "33.705", - "max": "33.976", - "min": "33.538", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "31.325", - "max": "34.319", - "min": "30.861", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "40.02", - "max": "40.2", - "min": "39.831", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "39.546", - "max": "39.911", - "min": "38.746", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "122.949", - "max": "123.488", - "min": "122.581", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "31.119", - "max": "31.953", - "min": "30.923", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "102.07", - "max": "104.849", - "min": "101.634", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "115.285", - "max": "115.606", - "min": "115.065", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "248.294", - "max": "251.375", - "min": "247.847", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "15.779", - "max": "18.898", - "min": "15.243", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "36.613", - "max": "37.112", - "min": "36.395", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "43.015", - "max": "46.997", - "min": "42.427", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "128.428", - "max": "128.979", - "min": "128.027", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "112.003", - "max": "114.669", - "min": "111.546", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "129.967", - "max": "132.689", - "min": "129.56", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "119.553", - "max": "119.847", - "min": "119.274", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "114.001", - "max": "117.48", - "min": "113.518", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "36.966", - "max": "40.411", - "min": "36.551", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "233.418", - "max": "233.585", - "min": "233.217", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "125.818", - "max": "126.37", - "min": "125.401", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "56.393", - "max": "57.648", - "min": "56.132", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "140.556", - "max": "140.907", - "min": "140.217", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "112.228", - "max": "113.583", - "min": "111.913", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "196.617", - "max": "198.659", - "min": "196.292", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "51.192", - "max": "51.312", - "min": "51.035", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "49.605", - "max": "49.816", - "min": "49.392", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "32.612", - "max": "32.784", - "min": "32.406", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "35.147", - "max": "35.873", - "min": "34.813", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "240.963", - "max": "245.69", - "min": "240.307", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "122.478", - "max": "127.199", - "min": "121.635", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "140.16", - "max": "140.599", - "min": "139.987", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "127.796", - "max": "129.549", - "min": "127.523", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "254.831", - "max": "255.109", - "min": "254.724", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "129.8", - "max": "132.442", - "min": "129.213", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "134.866", - "max": "137.03", - "min": "134.57", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "105.023", - "max": "105.453", - "min": "104.892", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "181.75", - "max": "184.453", - "min": "181.377", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "41.053", - "max": "41.395", - "min": "40.917", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "28.41", - "max": "28.648", - "min": "28.249", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "45.925", - "max": "46.408", - "min": "45.583", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "138.295", - "max": "202.484", - "min": "110.534", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "6.139", - "max": "6.348", - "min": "5.983", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "257.669", - "max": "275.398", - "min": "254.049", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "219.621", - "max": "220.559", - "min": "219.287", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "118.986", - "max": "120.349", - "min": "118.118", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "203.804", - "max": "204.293", - "min": "203.702", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "148.055", - "max": "149.791", - "min": "147.515", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "117.411", - "max": "117.829", - "min": "117.264", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "160.155", - "max": "161.635", - "min": "159.597", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "167.306", - "max": "222.917", - "min": "162.191", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "228.043", - "max": "344.71", - "min": "217.938", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "273.576", - "max": "273.811", - "min": "273.428", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "143.027", - "max": "143.239", - "min": "142.827", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "133.69", - "max": "135.081", - "min": "133.404", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "37.529", - "max": "39.949", - "min": "37.268", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "134.7", - "max": "135.228", - "min": "134.249", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "158.476", - "max": "159.968", - "min": "157.672", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "54.049", - "max": "57.546", - "min": "53.603", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "188.215", - "max": "188.592", - "min": "187.963", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "53.537", - "max": "54.162", - "min": "53.149", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "83.08", - "max": "92.388", - "min": "81.825", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "31.141", - "max": "31.565", - "min": "30.983", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "144.304", - "max": "144.959", - "min": "144.082", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "131.923", - "max": "194.865", - "min": "97.719", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "39.181", - "max": "42.082", - "min": "38.803", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "31.614", - "max": "31.793", - "min": "31.432", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "24.409", - "max": "26.973", - "min": "24.043", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "17.664", - "max": "20.163", - "min": "17.464", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "40.151", - "max": "40.34", - "min": "39.935", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "44.351", - "max": "47.053", - "min": "43.757", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "268.526", - "max": "271.047", - "min": "268.283", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "245.739", - "max": "246.37", - "min": "245.598", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "52.318", - "max": "52.536", - "min": "52.181", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "161.688", - "max": "163.084", - "min": "161.257", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "105.583", - "max": "111.273", - "min": "104.959", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "48", - "max": "48.25", - "min": "47.738", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "11.376", - "max": "11.802", - "min": "11.137", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "106.267", - "max": "114.086", - "min": "105.522", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "26.211", - "max": "27.511", - "min": "25.517", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "66.16", - "max": "66.574", - "min": "65.96", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "102.527", - "max": "102.688", - "min": "102.329", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "175.273", - "max": "176.044", - "min": "175.051", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "33.987", - "max": "34.257", - "min": "33.835", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "47.514", - "max": "47.635", - "min": "47.364", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "93.954", - "max": "94.13", - "min": "93.716", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "93.866", - "max": "99.398", - "min": "92.568", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "50.433", - "max": "60.272", - "min": "45.274", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "17.3", - "max": "18.967", - "min": "17.053", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "28.54", - "max": "31.594", - "min": "28.19", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "58.012", - "max": "61.599", - "min": "57.386", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "134.604", - "max": "138.478", - "min": "134.002", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "211.436", - "max": "215.43", - "min": "210.544", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "22.287", - "max": "22.558", - "min": "22.079", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "300.618", - "max": "301.852", - "min": "299.687", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "109.672", - "max": "112.947", - "min": "109.374", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "34.741", - "max": "34.943", - "min": "34.598", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "47.274", - "max": "48.392", - "min": "47.042", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "223.528", - "max": "223.87", - "min": "223.356", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "188.736", - "max": "189.126", - "min": "188.43", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "162.227", - "max": "163.656", - "min": "161.966", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "28.343", - "max": "28.598", - "min": "27.965", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "261.556", - "max": "263.774", - "min": "261.08", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "482.689", - "max": "585.374", - "min": "320.139", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "251.525", - "max": "373.135", - "min": "156.997", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "266.084", - "max": "284.53", - "min": "264.996", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "138.195", - "max": "140.749", - "min": "137.698", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "29.694", - "max": "29.891", - "min": "29.572", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "40.655", - "max": "41.773", - "min": "40.364", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "13.867", - "max": "17.319", - "min": "13.538", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "122.914", - "max": "262.488", - "min": "39.555", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "146.684", - "max": "147.743", - "min": "146.471", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "144.413", - "max": "373.076", - "min": "131.281", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "133.88", - "max": "134.117", - "min": "133.659", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "130.951", - "max": "132.589", - "min": "130.22", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "29.206", - "max": "29.7", - "min": "28.912", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "255.413", - "max": "256.618", - "min": "254.87", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "194.398", - "max": "198.137", - "min": "193.824", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "72.878", - "max": "73.453", - "min": "72.698", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "27.51", - "max": "27.956", - "min": "27.329", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "31.628", - "max": "34.972", - "min": "31.242", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "37.058", - "max": "38.254", - "min": "36.809", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "216.956", - "max": "218.67", - "min": "216.408", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "42.029", - "max": "42.349", - "min": "41.834", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "47.833", - "max": "48.034", - "min": "47.689", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "29.33", - "max": "41.935", - "min": "27.786", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "33.442", - "max": "33.661", - "min": "33.296", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "13.746", - "max": "13.857", - "min": "13.638", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "33.374", - "max": "33.559", - "min": "33.147", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "146.195", - "max": "147.355", - "min": "145.918", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "254.217", - "max": "257.187", - "min": "253.567", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "130.454", - "max": "130.712", - "min": "130.258", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "119.857", - "max": "120.092", - "min": "119.69", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "86.099", - "max": "90.304", - "min": "85.811", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "107.255", - "max": "110.761", - "min": "106.635", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "130.38", - "max": "136.807", - "min": "130.006", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "255.578", - "max": "256.451", - "min": "255.308", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "96.516", - "max": "96.852", - "min": "96.343", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "97.313", - "max": "100.069", - "min": "96.876", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "109.119", - "max": "124.607", - "min": "107.134", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "141.592", - "max": "141.91", - "min": "141.388", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "130.003", - "max": "132.875", - "min": "129.586", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "115.942", - "max": "116.195", - "min": "115.691", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "34.688", - "max": "35.114", - "min": "34.481", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "50.553", - "max": "50.785", - "min": "50.285", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "135.004", - "max": "138.533", - "min": "134.263", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "203.145", - "max": "253.341", - "min": "192.421", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "30.914", - "max": "31.222", - "min": "30.741", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "175.405", - "max": "251.319", - "min": "167.382", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "65.691", - "max": "66.012", - "min": "65.417", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "346.224", - "max": "346.555", - "min": "345.584", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "131.506", - "max": "131.847", - "min": "131.391", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "28.455", - "max": "28.883", - "min": "28.226", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "205.721", - "max": "206.08", - "min": "205.31", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "251.372", - "max": "251.62", - "min": "251.114", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "189.388", - "max": "189.833", - "min": "189.107", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "61.955", - "max": "65.962", - "min": "61.453", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "246.057", - "max": "250.987", - "min": "227.73", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "34.713", - "max": "36.656", - "min": "34.483", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "37.349", - "max": "37.638", - "min": "37.195", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "116.631", - "max": "119.775", - "min": "116.058", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "244.826", - "max": "245.149", - "min": "244.602", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "103.951", - "max": "107.716", - "min": "103.441", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "115.933", - "max": "116.257", - "min": "115.7", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "125.747", - "max": "126.02", - "min": "125.431", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "122.969", - "max": "123.158", - "min": "122.761", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "98.9", - "max": "102.343", - "min": "98.213", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "147.837", - "max": "148.296", - "min": "147.562", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "144.782", - "max": "144.93", - "min": "144.694", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "154.335", - "max": "154.982", - "min": "154.004", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "153.07", - "max": "153.252", - "min": "152.823", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "105.3", - "max": "107.948", - "min": "104.507", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "107.632", - "max": "109.022", - "min": "107.389", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "104.055", - "max": "104.346", - "min": "103.879", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "116.382", - "max": "119.913", - "min": "115.942", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "150.736", - "max": "151.2", - "min": "150.377", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "122.19", - "max": "137.421", - "min": "120.373", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "140.524", - "max": "193.582", - "min": "109.62", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "93.904", - "max": "97.636", - "min": "93.514", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "155.752", - "max": "156.007", - "min": "155.547", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "132.935", - "max": "138.48", - "min": "132.082", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "146.877", - "max": "147.458", - "min": "146.318", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "108.011", - "max": "110.189", - "min": "107.319", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "203.83", - "max": "205.492", - "min": "203.629", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "118.994", - "max": "120.385", - "min": "118.689", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "135.535", - "max": "135.895", - "min": "135.215", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "130.581", - "max": "130.96", - "min": "130.359", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "108.055", - "max": "116.182", - "min": "105.632", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "172.144", - "max": "172.601", - "min": "171.987", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "102.675", - "max": "106.663", - "min": "102.309", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "108.815", - "max": "111.324", - "min": "108.516", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "100.564", - "max": "102.077", - "min": "100.302", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "236.345", - "max": "239.977", - "min": "236.031", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "35.506", - "max": "44.943", - "min": "34.427", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "236.985", - "max": "249.163", - "min": "235.124", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "238.912", - "max": "239.723", - "min": "238.776", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "105.692", - "max": "105.979", - "min": "105.414", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "249.061", - "max": "254.158", - "min": "248.593", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "65.574", - "max": "65.762", - "min": "65.422", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "142.033", - "max": "142.521", - "min": "141.683", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "166.163", - "max": "166.575", - "min": "165.92", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "100.246", - "max": "101.47", - "min": "99.77", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "104.412", - "max": "106.329", - "min": "103.977", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "15.732", - "max": "16.25", - "min": "15.551", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "47.054", - "max": "47.441", - "min": "46.872", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "229.223", - "max": "229.739", - "min": "228.935", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "34.015", - "max": "37.657", - "min": "33.511", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "115.082", - "max": "115.593", - "min": "114.789", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "38.956", - "max": "39.165", - "min": "38.777", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "114.722", - "max": "117.154", - "min": "114.244", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "151.092", - "max": "154.169", - "min": "150.747", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "55.859", - "max": "59.458", - "min": "52.062", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "112.072", - "max": "112.51", - "min": "111.846", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "154.12", - "max": "154.854", - "min": "153.248", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "83.638", - "max": "100.84", - "min": "81.796", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "203.887", - "max": "206.037", - "min": "203.237", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "135.084", - "max": "135.343", - "min": "134.843", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "206.298", - "max": "206.654", - "min": "206.156", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "146.218", - "max": "146.482", - "min": "146.057", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "110.193", - "max": "110.429", - "min": "109.948", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "176.91", - "max": "177.151", - "min": "176.764", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "32.588", - "max": "35.815", - "min": "32.037", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "40.043", - "max": "41.253", - "min": "39.753", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "168.11", - "max": "173.839", - "min": "165.788", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "116.044", - "max": "117.491", - "min": "114.89", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "40.257", - "max": "42.074", - "min": "39.297", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "161.667", - "max": "162.005", - "min": "161.539", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "0.05", - "max": "0.067", - "min": "0.028", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "98.991", - "max": "105.029", - "min": "98.331", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "247.354", - "max": "247.58", - "min": "247.176", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "122.661", - "max": "122.661", - "min": "122.661", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "98.966", - "max": "101.951", - "min": "98.488", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "111.496", - "max": "111.768", - "min": "111.254", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "195.19", - "max": "195.602", - "min": "194.912", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "125.767", - "max": "135.356", - "min": "116.727", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "122.732", - "max": "125.533", - "min": "122.382", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "276.406", - "max": "277.57", - "min": "276.103", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "173.939", - "max": "176.028", - "min": "173.514", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "35.8", - "max": "36.094", - "min": "35.598", - "id": "259", - "country": "United States", - "source_name": "Lincoln", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "295": { - "name": "Lansing", - "data": { - "0": { - "avg": "112.454", - "max": "112.579", - "min": "112.323", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "259.57", - "max": "268.364", - "min": "256.897", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "27.829", - "max": "35.808", - "min": "27.485", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "130.545", - "max": "138.113", - "min": "129.807", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "99.737", - "max": "101.25", - "min": "99.431", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "196.951", - "max": "197.641", - "min": "196.842", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "103.148", - "max": "103.324", - "min": "103.009", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "310.549", - "max": "321.257", - "min": "309.511", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "155.149", - "max": "155.943", - "min": "155.01", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "139.002", - "max": "140.452", - "min": "138.759", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "97.498", - "max": "97.857", - "min": "97.275", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "52.307", - "max": "53.896", - "min": "52.136", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "29.426", - "max": "29.61", - "min": "29.35", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "32.833", - "max": "33.322", - "min": "32.686", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "39.019", - "max": "43.118", - "min": "38.084", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "28.12", - "max": "28.964", - "min": "27.983", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "117.149", - "max": "117.373", - "min": "116.966", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "34.579", - "max": "34.87", - "min": "34.451", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "117.567", - "max": "117.801", - "min": "117.456", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "123.664", - "max": "130.949", - "min": "122.783", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "288.906", - "max": "289.048", - "min": "288.828", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "30.259", - "max": "30.47", - "min": "30.185", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "59.907", - "max": "67.353", - "min": "58.44", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "61.882", - "max": "62.676", - "min": "61.723", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "124.595", - "max": "125.128", - "min": "124.33", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "123.593", - "max": "124.159", - "min": "123.483", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "118.519", - "max": "126.765", - "min": "117.42", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "124.508", - "max": "124.858", - "min": "124.249", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "113.869", - "max": "120.863", - "min": "113.52", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "69.612", - "max": "70.119", - "min": "69.411", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "225.517", - "max": "236.335", - "min": "221.163", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "127.908", - "max": "128.149", - "min": "127.808", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "55.189", - "max": "59.051", - "min": "54.54", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "155.043", - "max": "156.503", - "min": "154.698", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "115.441", - "max": "118.232", - "min": "115.097", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "265.653", - "max": "267.759", - "min": "265.374", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "63.355", - "max": "64.172", - "min": "63.238", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "64.461", - "max": "71.739", - "min": "64.047", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "40.279", - "max": "43.943", - "min": "39.795", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "24.594", - "max": "26.083", - "min": "24.289", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "239.449", - "max": "240.426", - "min": "239.112", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "102.464", - "max": "114.298", - "min": "101.275", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "131.385", - "max": "131.503", - "min": "131.298", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "128.124", - "max": "130.885", - "min": "127.761", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "246.612", - "max": "247.369", - "min": "246.502", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "135.022", - "max": "141.307", - "min": "134.444", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "150.322", - "max": "150.888", - "min": "150.084", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "101.577", - "max": "110.234", - "min": "101.167", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "177.373", - "max": "177.652", - "min": "177.249", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "47.709", - "max": "47.796", - "min": "47.667", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "28.963", - "max": "32.006", - "min": "28.455", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "71.802", - "max": "73.482", - "min": "71.463", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "122.665", - "max": "137.78", - "min": "109.356", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "19.281", - "max": "19.563", - "min": "19.083", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "281.934", - "max": "303.64", - "min": "277.797", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "258.305", - "max": "268.322", - "min": "255.227", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "123.431", - "max": "125.529", - "min": "122.66", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "209.761", - "max": "216.21", - "min": "209.41", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "146.445", - "max": "150.229", - "min": "146.116", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "103.189", - "max": "103.344", - "min": "103.08", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "154.687", - "max": "159.814", - "min": "154.082", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "154.779", - "max": "216.293", - "min": "149.845", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "256.901", - "max": "320.969", - "min": "246.829", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "268.744", - "max": "268.925", - "min": "268.662", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "149.734", - "max": "150.565", - "min": "149.603", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "146.203", - "max": "147.635", - "min": "146.039", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "29.486", - "max": "35.102", - "min": "29.149", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "140.131", - "max": "140.524", - "min": "139.755", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "156.509", - "max": "158.607", - "min": "155.424", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "31.163", - "max": "35.002", - "min": "30.638", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "213.901", - "max": "215.545", - "min": "213.499", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "73.868", - "max": "82.728", - "min": "73.307", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "83.037", - "max": "88.704", - "min": "81.292", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "46.785", - "max": "47.405", - "min": "46.603", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "148.336", - "max": "149.221", - "min": "147.987", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "101.132", - "max": "113.396", - "min": "99.013", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "29.912", - "max": "35.528", - "min": "29.272", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "74.135", - "max": "77.534", - "min": "73.886", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "32.998", - "max": "33.204", - "min": "32.808", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "14.832", - "max": "16.474", - "min": "14.477", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "72.483", - "max": "72.779", - "min": "72.247", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "47.16", - "max": "52.367", - "min": "46.661", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "393.026", - "max": "406.886", - "min": "391.546", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "237.928", - "max": "238.356", - "min": "237.73", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "39.136", - "max": "43.656", - "min": "38.652", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "170.065", - "max": "171.054", - "min": "169.553", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "99.743", - "max": "101.195", - "min": "99.182", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "38.476", - "max": "39.433", - "min": "38.313", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "22.505", - "max": "35.465", - "min": "14.599", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "101.347", - "max": "104.456", - "min": "100.792", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "51.614", - "max": "52.498", - "min": "50.825", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "79.977", - "max": "89.142", - "min": "78.263", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "102.302", - "max": "110.436", - "min": "101.802", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "195.374", - "max": "203.428", - "min": "194.204", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "19.287", - "max": "21.651", - "min": "18.994", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "60.452", - "max": "60.75", - "min": "60.272", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "91.576", - "max": "91.757", - "min": "91.383", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "77.656", - "max": "82.862", - "min": "77.016", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "74.713", - "max": "77.462", - "min": "74.168", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "11.791", - "max": "17.719", - "min": "10.283", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "32.168", - "max": "32.277", - "min": "32.127", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "56.005", - "max": "56.189", - "min": "55.862", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "156.15", - "max": "158.969", - "min": "155.884", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "218.191", - "max": "221.066", - "min": "217.537", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "48.352", - "max": "48.949", - "min": "48.206", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "334.681", - "max": "335.121", - "min": "333.289", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "107.214", - "max": "108.705", - "min": "107.03", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "32.276", - "max": "32.533", - "min": "32.053", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "37.527", - "max": "37.611", - "min": "37.426", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "220.415", - "max": "223.942", - "min": "219.618", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "222.675", - "max": "222.87", - "min": "222.555", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "205.947", - "max": "208.183", - "min": "205.713", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "27.923", - "max": "31.831", - "min": "27.01", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "219.824", - "max": "222.287", - "min": "219.365", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "472.279", - "max": "578.333", - "min": "310.601", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "266.062", - "max": "397.385", - "min": "206.495", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "241.943", - "max": "245.918", - "min": "241.471", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "177.24", - "max": "184.735", - "min": "176.691", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "28.318", - "max": "33.348", - "min": "26.983", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "49.389", - "max": "53.822", - "min": "49.044", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "43.127", - "max": "43.509", - "min": "42.958", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "122.761", - "max": "263.056", - "min": "40.877", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "141.547", - "max": "142.146", - "min": "141.41", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "142.762", - "max": "398.565", - "min": "133.412", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "132.329", - "max": "145.6", - "min": "130.246", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "134.747", - "max": "136.232", - "min": "134.2", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "29.807", - "max": "30.444", - "min": "29.149", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "253.806", - "max": "258.87", - "min": "252.702", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "203.728", - "max": "204.251", - "min": "203.536", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "97.125", - "max": "99.265", - "min": "96.912", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "44.709", - "max": "45.842", - "min": "44.572", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "14.41", - "max": "19.228", - "min": "14.123", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "32.971", - "max": "33.112", - "min": "32.894", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "194.89", - "max": "199.196", - "min": "193.822", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "69.27", - "max": "69.489", - "min": "69.18", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "30.119", - "max": "31.383", - "min": "29.806", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "56.925", - "max": "69.532", - "min": "55.424", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "35.231", - "max": "36.13", - "min": "35.031", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "15.926", - "max": "26.354", - "min": "14.36", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "27.991", - "max": "28.215", - "min": "27.842", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "127.35", - "max": "131.609", - "min": "126.991", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "275.559", - "max": "277.115", - "min": "275.269", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "139.701", - "max": "139.938", - "min": "139.602", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "121.189", - "max": "125.186", - "min": "120.875", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "111.096", - "max": "119.585", - "min": "110.615", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "108.023", - "max": "108.414", - "min": "107.815", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "142.828", - "max": "143.429", - "min": "142.66", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "318.615", - "max": "318.881", - "min": "318.511", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "95.535", - "max": "96.006", - "min": "95.444", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "96.542", - "max": "96.625", - "min": "96.467", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "111.828", - "max": "129.096", - "min": "110.152", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "190.531", - "max": "201.054", - "min": "188.693", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "133.948", - "max": "134.157", - "min": "133.853", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "108.621", - "max": "108.961", - "min": "108.485", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "28.961", - "max": "29.077", - "min": "28.897", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "88.056", - "max": "88.906", - "min": "87.787", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "132.696", - "max": "134.73", - "min": "132.265", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "228.022", - "max": "273.008", - "min": "220.783", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "51.446", - "max": "51.611", - "min": "51.381", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "189.486", - "max": "268.155", - "min": "180.387", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "59.522", - "max": "67.373", - "min": "57.941", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.558", - "max": "382.817", - "min": "380.873", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "140.797", - "max": "141.156", - "min": "140.6", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "28.415", - "max": "28.583", - "min": "28.276", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "218.612", - "max": "218.794", - "min": "218.471", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "257.706", - "max": "273.543", - "min": "252.859", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "190.754", - "max": "191.121", - "min": "190.601", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "57.459", - "max": "62.841", - "min": "56.688", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "259.352", - "max": "261.54", - "min": "258.941", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "38.176", - "max": "38.338", - "min": "37.989", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "24.759", - "max": "31.25", - "min": "23.757", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "110.32", - "max": "112.472", - "min": "109.794", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "292.228", - "max": "292.333", - "min": "292.151", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "105.719", - "max": "106.088", - "min": "105.612", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "111.205", - "max": "112.136", - "min": "110.863", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "125.03", - "max": "134.655", - "min": "124.478", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "117.442", - "max": "117.625", - "min": "117.343", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "96.462", - "max": "98.477", - "min": "96.127", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "138.727", - "max": "140.223", - "min": "138.44", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "142.417", - "max": "142.633", - "min": "142.353", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "162.598", - "max": "163.412", - "min": "162.445", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "139.347", - "max": "139.46", - "min": "139.274", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "100.816", - "max": "107.752", - "min": "100.296", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "110.526", - "max": "120.713", - "min": "109.997", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "99.756", - "max": "104.076", - "min": "99.29", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "127.696", - "max": "127.815", - "min": "127.577", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "154.307", - "max": "154.62", - "min": "154.087", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "126.653", - "max": "157.865", - "min": "123.54", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "128.651", - "max": "147.698", - "min": "115.05", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "92.891", - "max": "93.407", - "min": "92.675", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "154.402", - "max": "156.74", - "min": "154.163", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "140.27", - "max": "175.668", - "min": "138.415", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "144.126", - "max": "149.256", - "min": "143.187", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "100.585", - "max": "117.809", - "min": "99.693", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "267.164", - "max": "267.499", - "min": "267.064", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "114.748", - "max": "114.861", - "min": "114.646", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "120.333", - "max": "121.2", - "min": "120.091", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "124.904", - "max": "131.643", - "min": "124.04", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "106.658", - "max": "112.811", - "min": "104.772", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "157.861", - "max": "160.114", - "min": "157.527", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "105.741", - "max": "114.041", - "min": "105.177", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "106.499", - "max": "108.885", - "min": "106.258", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "100.86", - "max": "101.189", - "min": "100.711", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "230.658", - "max": "231.144", - "min": "230.489", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "32.857", - "max": "41.02", - "min": "31.96", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "379.682", - "max": "383.604", - "min": "352.178", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "270.639", - "max": "271.186", - "min": "270.528", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "107.242", - "max": "107.489", - "min": "107.07", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "251.132", - "max": "251.698", - "min": "250.969", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "91.109", - "max": "92.316", - "min": "90.77", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "128.311", - "max": "129.031", - "min": "128.16", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "160.679", - "max": "160.961", - "min": "160.554", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "97.763", - "max": "99.159", - "min": "97.515", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "104.075", - "max": "108.805", - "min": "103.555", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "11.009", - "max": "13.122", - "min": "10.843", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "35.114", - "max": "37.934", - "min": "34.54", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "252.217", - "max": "348.901", - "min": "248.694", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "30.8", - "max": "35.251", - "min": "30.158", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "109.585", - "max": "109.724", - "min": "109.485", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "24.351", - "max": "27.809", - "min": "24.101", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "114.107", - "max": "120.769", - "min": "113.77", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "157.929", - "max": "162.584", - "min": "157.585", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "53.392", - "max": "56.57", - "min": "50.208", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "116.102", - "max": "116.318", - "min": "115.92", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "128.54", - "max": "130.385", - "min": "127.761", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "84.784", - "max": "96.008", - "min": "83.438", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "299.896", - "max": "300.716", - "min": "299.539", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "147.063", - "max": "147.274", - "min": "146.89", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "192.995", - "max": "196.093", - "min": "192.373", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "140.829", - "max": "141.077", - "min": "140.722", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "105.842", - "max": "110.338", - "min": "105.374", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "135.393", - "max": "136.114", - "min": "135.263", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "40.155", - "max": "42.392", - "min": "39.822", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "32.346", - "max": "34.313", - "min": "32.167", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "156.072", - "max": "158.789", - "min": "154.218", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "119.363", - "max": "119.91", - "min": "118.952", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "39.539", - "max": "40.658", - "min": "38.371", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "158.602", - "max": "160.46", - "min": "158.347", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "35.768", - "max": "35.978", - "min": "35.586", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "114.443", - "max": "117.514", - "min": "114.215", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "263.674", - "max": "271.686", - "min": "261.452", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.504", - "max": "117.146", - "min": "109.863", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "98.424", - "max": "98.68", - "min": "98.365", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "115.634", - "max": "115.826", - "min": "115.561", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "186.943", - "max": "188.63", - "min": "186.701", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "120.295", - "max": "130.126", - "min": "111.917", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "129.336", - "max": "129.456", - "min": "129.215", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "242.445", - "max": "245.201", - "min": "242.016", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "190.708", - "max": "197.368", - "min": "190.042", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "0.028", - "max": "0.038", - "min": "0.021", - "id": "295", - "country": "United States", - "source_name": "Lansing", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Western Europe": { - "4": { - "name": "Paris", - "data": { - "0": { - "avg": "231.924", - "max": "232.324", - "min": "231.691", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "261.213", - "max": "261.436", - "min": "260.955", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "92.529", - "max": "92.75", - "min": "92.379", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "23.973", - "max": "27.818", - "min": "23.174", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "0.045", - "max": "0.102", - "min": "0.024", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "236.236", - "max": "237.105", - "min": "236.016", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "10.203", - "max": "10.864", - "min": "10.063", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "282.255", - "max": "294.469", - "min": "281.123", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "53.454", - "max": "53.905", - "min": "53.305", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "30.939", - "max": "33.315", - "min": "30.676", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "8.672", - "max": "9.153", - "min": "8.496", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "116.131", - "max": "116.826", - "min": "115.981", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.568", - "max": "76.231", - "min": "75.409", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "76.597", - "max": "78.327", - "min": "76.244", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.795", - "max": "113.977", - "min": "110.52", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "80.195", - "max": "81.508", - "min": "79.79", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "22.628", - "max": "22.842", - "min": "22.429", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "91.677", - "max": "91.783", - "min": "91.49", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.759", - "max": "19.007", - "min": "17.449", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "22.001", - "max": "22.155", - "min": "21.889", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "279.792", - "max": "279.914", - "min": "279.658", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "93.953", - "max": "95.861", - "min": "93.771", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "143.112", - "max": "143.313", - "min": "142.937", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "148.22", - "max": "149.002", - "min": "147.942", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.244", - "max": "41.691", - "min": "41.077", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "23.772", - "max": "24.692", - "min": "23.544", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.195", - "max": "21.684", - "min": "19.887", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "43.599", - "max": "44.281", - "min": "43.408", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "10.674", - "max": "11.147", - "min": "10.525", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "148.745", - "max": "149.916", - "min": "148.541", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "253.654", - "max": "254.104", - "min": "253.479", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.835", - "max": "31.652", - "min": "30.676", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "136.185", - "max": "162.929", - "min": "134.928", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "48.272", - "max": "48.641", - "min": "48.081", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "18.787", - "max": "19.758", - "min": "18.426", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "247.911", - "max": "252.816", - "min": "247.457", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "146.714", - "max": "146.881", - "min": "146.583", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "133.624", - "max": "133.987", - "min": "133.443", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.019", - "max": "109.002", - "min": "107.765", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.314", - "max": "83.725", - "min": "82.012", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "151.5", - "max": "158.362", - "min": "151.027", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "17.967", - "max": "21.804", - "min": "17.608", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "44.069", - "max": "44.283", - "min": "43.867", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.684", - "max": "35.15", - "min": "33.452", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "204.711", - "max": "204.955", - "min": "204.607", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "30.371", - "max": "32.76", - "min": "29.889", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "35.901", - "max": "36.41", - "min": "35.707", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "165.195", - "max": "172.442", - "min": "164.623", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "238.897", - "max": "239.181", - "min": "238.641", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "113.588", - "max": "113.78", - "min": "113.455", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "83.25", - "max": "84.609", - "min": "83.108", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "143.462", - "max": "143.813", - "min": "143.218", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "23.825", - "max": "113.583", - "min": "4.984", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "105.131", - "max": "105.396", - "min": "104.935", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "137.935", - "max": "152.103", - "min": "134.338", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "267.141", - "max": "267.538", - "min": "266.883", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "26.95", - "max": "28.156", - "min": "26.213", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "293.201", - "max": "293.48", - "min": "293.047", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "30.48", - "max": "31.288", - "min": "30.248", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "8.445", - "max": "8.807", - "min": "8.284", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "65.056", - "max": "68.75", - "min": "64.268", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "57.159", - "max": "113.111", - "min": "54.108", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "205.61", - "max": "225.409", - "min": "204.241", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "262.892", - "max": "263.61", - "min": "262.575", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "47.945", - "max": "48.856", - "min": "47.741", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "36.889", - "max": "38.023", - "min": "36.679", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "73.976", - "max": "74.201", - "min": "73.798", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "44.058", - "max": "44.61", - "min": "43.536", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "205.138", - "max": "206.53", - "min": "204.407", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "116.889", - "max": "117.913", - "min": "116.656", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "257.548", - "max": "259.228", - "min": "257.279", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "144.318", - "max": "144.713", - "min": "143.966", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "148.615", - "max": "150.248", - "min": "148.39", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "99.08", - "max": "100.509", - "min": "98.892", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "46.173", - "max": "47.244", - "min": "45.849", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "13.821", - "max": "14.146", - "min": "13.654", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "88.067", - "max": "88.624", - "min": "87.856", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "152.093", - "max": "153.366", - "min": "151.9", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "94.766", - "max": "95.386", - "min": "94.523", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "89.601", - "max": "89.83", - "min": "89.472", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "149.952", - "max": "150.226", - "min": "149.771", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "90.224", - "max": "90.792", - "min": "89.912", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "207.042", - "max": "210.244", - "min": "206.522", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "141.152", - "max": "141.758", - "min": "140.882", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "152.914", - "max": "153.362", - "min": "152.72", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "68.6", - "max": "69.565", - "min": "68.217", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "17.483", - "max": "17.94", - "min": "17.237", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "104.86", - "max": "105.139", - "min": "104.697", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "99.773", - "max": "100.154", - "min": "99.529", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "12.675", - "max": "13.839", - "min": "12.508", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "102.85", - "max": "104.912", - "min": "102.15", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "143.957", - "max": "144.454", - "min": "143.74", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "18.088", - "max": "18.926", - "min": "17.885", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "277.134", - "max": "277.632", - "min": "276.937", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "80.472", - "max": "80.698", - "min": "80.283", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "108.92", - "max": "109.851", - "min": "108.738", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "153.324", - "max": "153.737", - "min": "152.988", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "133.558", - "max": "141.348", - "min": "132.687", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "157.012", - "max": "157.392", - "min": "156.819", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "90.881", - "max": "93.893", - "min": "90.484", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "107.761", - "max": "108.169", - "min": "107.606", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "150.831", - "max": "153.836", - "min": "150.472", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "47.47", - "max": "48.948", - "min": "47.233", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "303.25", - "max": "304.912", - "min": "302.563", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "100.566", - "max": "101.063", - "min": "100.422", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "319.858", - "max": "334.732", - "min": "284.317", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "171.77", - "max": "175.168", - "min": "171.374", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "84.092", - "max": "84.33", - "min": "83.918", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "104.001", - "max": "104.683", - "min": "103.816", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "125.911", - "max": "126.346", - "min": "125.724", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.744", - "max": "302.048", - "min": "301.531", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "274.948", - "max": "276.626", - "min": "274.773", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "91.786", - "max": "92.065", - "min": "91.618", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "136.015", - "max": "138.122", - "min": "135.629", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "368.034", - "max": "468.897", - "min": "185.725", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "148.074", - "max": "230.729", - "min": "59.633", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "163.97", - "max": "182.471", - "min": "162.861", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "231.301", - "max": "231.857", - "min": "231.094", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "111.56", - "max": "112.36", - "min": "111.347", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "112.363", - "max": "113.247", - "min": "112.047", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "117.857", - "max": "121.645", - "min": "117.507", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "190.909", - "max": "340.998", - "min": "102.981", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "203.109", - "max": "203.473", - "min": "202.874", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "50.884", - "max": "135.02", - "min": "45.299", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "46.681", - "max": "46.886", - "min": "46.539", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "107.13", - "max": "108.354", - "min": "106.382", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "79.572", - "max": "79.788", - "min": "79.419", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "244.359", - "max": "244.93", - "min": "244.093", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "130.377", - "max": "131.22", - "min": "130.15", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "176.247", - "max": "177.541", - "min": "176.011", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "100.847", - "max": "101.35", - "min": "100.607", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "91.413", - "max": "91.808", - "min": "91.24", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "106.223", - "max": "106.87", - "min": "106.034", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "279.387", - "max": "280.149", - "min": "278.616", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.859", - "max": "124.385", - "min": "123.696", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "71.83", - "max": "72.188", - "min": "71.617", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "125.966", - "max": "131.71", - "min": "124.842", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "123.63", - "max": "124.056", - "min": "123.411", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "99.655", - "max": "100.381", - "min": "99.481", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "74.572", - "max": "75.131", - "min": "74.374", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "23.393", - "max": "23.82", - "min": "23.258", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "176.783", - "max": "179.732", - "min": "176.093", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "47.675", - "max": "48.078", - "min": "47.497", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "33.712", - "max": "34.212", - "min": "33.479", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "188.254", - "max": "192.951", - "min": "187.573", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "13.353", - "max": "13.709", - "min": "13.164", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "41.216", - "max": "43.064", - "min": "40.907", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "135.524", - "max": "136.012", - "min": "135.304", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "10.059", - "max": "10.338", - "min": "9.905", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "10.683", - "max": "11.44", - "min": "10.503", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "14.405", - "max": "24.862", - "min": "13.045", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "264.608", - "max": "264.793", - "min": "264.427", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.354", - "max": "38.383", - "min": "37.102", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "11.549", - "max": "11.985", - "min": "11.316", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "85.921", - "max": "86.218", - "min": "85.777", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "157.213", - "max": "157.955", - "min": "156.927", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "44.022", - "max": "46.314", - "min": "43.634", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "304.95", - "max": "345.927", - "min": "298.319", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "116.623", - "max": "117.055", - "min": "116.503", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "245.034", - "max": "352.771", - "min": "237.864", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "118.048", - "max": "118.302", - "min": "117.885", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "377.464", - "max": "377.732", - "min": "377.086", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "43.705", - "max": "44.025", - "min": "43.525", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "74.65", - "max": "74.862", - "min": "74.502", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "105.818", - "max": "106.288", - "min": "105.564", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "168.618", - "max": "169.088", - "min": "168.489", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "91.577", - "max": "92.559", - "min": "91.385", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "130.156", - "max": "130.581", - "min": "129.969", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "305.73", - "max": "320.758", - "min": "270.634", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "74.384", - "max": "74.676", - "min": "74.206", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "88.426", - "max": "88.705", - "min": "88.318", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "7.539", - "max": "9.149", - "min": "7.232", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "124.832", - "max": "125.393", - "min": "124.636", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "17.924", - "max": "19.411", - "min": "17.715", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "12.814", - "max": "13.528", - "min": "12.475", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "30.43", - "max": "42.518", - "min": "29.684", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "20.336", - "max": "20.551", - "min": "20.187", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "13.263", - "max": "13.691", - "min": "12.997", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "62.664", - "max": "62.987", - "min": "62.389", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "44.713", - "max": "45.021", - "min": "44.572", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.523", - "max": "67.303", - "min": "61.954", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "40.89", - "max": "41.473", - "min": "40.667", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "11.746", - "max": "12.646", - "min": "11.555", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "14.869", - "max": "15.216", - "min": "14.655", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "15.032", - "max": "15.183", - "min": "14.882", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "32.9", - "max": "43.094", - "min": "32.364", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "54.608", - "max": "55.501", - "min": "54.334", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "28.006", - "max": "42.255", - "min": "26.329", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "32.559", - "max": "48.455", - "min": "19.927", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "8.524", - "max": "8.734", - "min": "8.363", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "56.451", - "max": "57.237", - "min": "56.209", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "38.916", - "max": "39.963", - "min": "38.612", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "43.481", - "max": "43.983", - "min": "43.146", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "12.811", - "max": "13.676", - "min": "12.41", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "272.458", - "max": "279.132", - "min": "272.04", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "16.642", - "max": "16.794", - "min": "16.497", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "22.787", - "max": "23.024", - "min": "22.645", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.908", - "max": "26.096", - "min": "25.734", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "167.51", - "max": "175.258", - "min": "165.464", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "53.989", - "max": "54.287", - "min": "53.737", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "15.273", - "max": "19.296", - "min": "14.838", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "15.629", - "max": "16.552", - "min": "15.401", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "9.751", - "max": "10.241", - "min": "9.47", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "236.083", - "max": "250.247", - "min": "232.876", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "81.639", - "max": "94.923", - "min": "80.139", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "228.263", - "max": "238.743", - "min": "222.018", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "139.53", - "max": "143.03", - "min": "139.26", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "10.873", - "max": "11.346", - "min": "10.746", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "138.448", - "max": "138.592", - "min": "138.234", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "152.571", - "max": "152.834", - "min": "152.211", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "31.929", - "max": "32.877", - "min": "31.742", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "57.539", - "max": "58.578", - "min": "57.32", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "12.246", - "max": "13.176", - "min": "11.872", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "15.287", - "max": "15.68", - "min": "15.101", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "98.568", - "max": "98.764", - "min": "98.426", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "101.551", - "max": "101.82", - "min": "101.432", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "171.385", - "max": "171.844", - "min": "171.194", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "76.787", - "max": "76.929", - "min": "76.685", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "19.431", - "max": "20.174", - "min": "19.187", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "77.327", - "max": "77.621", - "min": "77.188", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "22.941", - "max": "23.241", - "min": "22.827", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "242.033", - "max": "447.656", - "min": "234.809", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "122.665", - "max": "125.622", - "min": "120.013", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "15.187", - "max": "15.457", - "min": "15.011", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "30.671", - "max": "32.334", - "min": "29.896", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "144.789", - "max": "152.046", - "min": "143.588", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "100.897", - "max": "101.802", - "min": "100.471", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "253.826", - "max": "254.079", - "min": "253.694", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "81.891", - "max": "82.575", - "min": "81.671", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "43.286", - "max": "43.526", - "min": "43.15", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.546", - "max": "11.683", - "min": "11.442", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "53.537", - "max": "53.835", - "min": "53.387", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "87.255", - "max": "91.232", - "min": "86.696", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "85.138", - "max": "86.505", - "min": "84.934", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "54.83", - "max": "56.994", - "min": "53.092", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "162.274", - "max": "165.968", - "min": "161.716", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "87.157", - "max": "89.077", - "min": "85.94", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "200.65", - "max": "202.177", - "min": "200.394", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "121.055", - "max": "121.704", - "min": "120.911", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "20.601", - "max": "22.384", - "min": "20.21", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "193.865", - "max": "195.355", - "min": "191.55", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "180.712", - "max": "180.712", - "min": "180.712", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "16.625", - "max": "16.801", - "min": "16.537", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "15.208", - "max": "15.55", - "min": "15.057", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "106.843", - "max": "107.095", - "min": "106.642", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "25.71", - "max": "35.645", - "min": "18.488", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "35.876", - "max": "36.186", - "min": "35.701", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "183.288", - "max": "184.213", - "min": "182.947", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "84.593", - "max": "85.565", - "min": "84.276", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "99.832", - "max": "103.908", - "min": "99.473", - "id": "4", - "country": "France", - "source_name": "Paris", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "7": { - "name": "Amsterdam", - "data": { - "0": { - "avg": "182.755", - "max": "183.022", - "min": "182.553", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "266.347", - "max": "268.411", - "min": "266.02", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "94.52", - "max": "98.175", - "min": "94.27", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.254", - "max": "28.507", - "min": "23.842", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "10.231", - "max": "11.085", - "min": "10.004", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "237.068", - "max": "237.439", - "min": "236.912", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "0.046", - "max": "0.128", - "min": "0.013", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "271.302", - "max": "273.738", - "min": "270.666", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "44.144", - "max": "44.341", - "min": "44.022", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "23.929", - "max": "24.399", - "min": "23.66", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "6.566", - "max": "7.58", - "min": "6.294", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "117.956", - "max": "146.279", - "min": "116.837", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "74.817", - "max": "75.137", - "min": "74.704", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "80.943", - "max": "81.353", - "min": "80.795", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "107.5", - "max": "107.7", - "min": "107.366", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "84.045", - "max": "84.423", - "min": "83.287", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "29.459", - "max": "29.757", - "min": "29.226", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "92.186", - "max": "92.446", - "min": "92.08", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "20.29", - "max": "20.607", - "min": "20.066", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "21.408", - "max": "21.653", - "min": "21.293", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "282.337", - "max": "282.611", - "min": "282.213", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "98.596", - "max": "98.823", - "min": "98.462", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "157.601", - "max": "158.134", - "min": "157.432", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "142.46", - "max": "143.263", - "min": "142.283", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.761", - "max": "35.092", - "min": "34.61", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "17.256", - "max": "17.551", - "min": "17.161", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.058", - "max": "21.291", - "min": "19.697", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "26.77", - "max": "27.05", - "min": "26.64", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.471", - "max": "16.693", - "min": "16.334", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "136.603", - "max": "137.096", - "min": "136.421", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "160.998", - "max": "161.24", - "min": "160.855", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "29.762", - "max": "30.107", - "min": "29.611", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "150.247", - "max": "153.057", - "min": "149.962", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "41.562", - "max": "41.793", - "min": "41.421", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.922", - "max": "18.041", - "min": "14.485", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "166.996", - "max": "169.816", - "min": "166.767", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "139.045", - "max": "139.304", - "min": "138.943", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "143.155", - "max": "143.406", - "min": "143.01", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "107.339", - "max": "107.59", - "min": "107.172", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "81.78", - "max": "89.953", - "min": "81.218", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "150.763", - "max": "153.81", - "min": "150.308", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "9.574", - "max": "11.697", - "min": "9.137", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "41.322", - "max": "41.584", - "min": "41.156", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "27.599", - "max": "31.68", - "min": "27.325", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "153.244", - "max": "158.086", - "min": "152.943", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "32.366", - "max": "33.117", - "min": "31.739", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "34.383", - "max": "34.806", - "min": "34.238", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "161.685", - "max": "161.947", - "min": "161.448", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "231.589", - "max": "231.993", - "min": "231.465", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "121.149", - "max": "121.336", - "min": "121.045", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "146.668", - "max": "146.837", - "min": "146.592", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "149.67", - "max": "150.144", - "min": "149.341", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "73.15", - "max": "87.065", - "min": "60.672", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "106.572", - "max": "106.895", - "min": "106.415", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "138.558", - "max": "158.391", - "min": "134.645", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "174.268", - "max": "175.053", - "min": "174.028", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.289", - "max": "40.002", - "min": "37.729", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "297.216", - "max": "298.932", - "min": "297.031", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "42.564", - "max": "45.396", - "min": "42.173", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "10.448", - "max": "10.711", - "min": "10.308", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "62.609", - "max": "63.146", - "min": "62.316", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "66.371", - "max": "124.054", - "min": "63.348", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "275.283", - "max": "354.505", - "min": "259.729", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "281.445", - "max": "281.621", - "min": "281.358", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.782", - "max": "46.014", - "min": "45.603", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "31.697", - "max": "32.772", - "min": "31.48", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "86.929", - "max": "87.098", - "min": "86.807", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "39.903", - "max": "40.16", - "min": "39.481", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "226.337", - "max": "228.316", - "min": "225.603", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "123.94", - "max": "128.356", - "min": "123.64", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "190.322", - "max": "191.115", - "min": "190.13", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "148.719", - "max": "149.271", - "min": "148.448", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "158.585", - "max": "158.832", - "min": "158.433", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "99.116", - "max": "99.335", - "min": "98.943", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "49.853", - "max": "51.101", - "min": "49.547", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "12.312", - "max": "12.554", - "min": "12.184", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "93.822", - "max": "94.193", - "min": "93.647", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "140.73", - "max": "141.056", - "min": "140.494", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "102.875", - "max": "103.172", - "min": "102.658", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "98.051", - "max": "98.31", - "min": "97.96", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "135.05", - "max": "137.722", - "min": "134.705", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "93.54", - "max": "94.241", - "min": "93.31", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "290.131", - "max": "299.894", - "min": "283.642", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "143.79", - "max": "145.203", - "min": "143.573", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "126.566", - "max": "133.606", - "min": "126.203", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "62.321", - "max": "63.3", - "min": "61.91", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "16.518", - "max": "22.299", - "min": "15.921", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "99.954", - "max": "102.049", - "min": "99.758", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "106.799", - "max": "107.11", - "min": "106.644", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "13.117", - "max": "21.679", - "min": "12.517", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "106.352", - "max": "107.598", - "min": "105.8", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "157.988", - "max": "158.42", - "min": "157.763", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "28.521", - "max": "28.789", - "min": "28.413", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "264.605", - "max": "264.882", - "min": "264.46", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "92.356", - "max": "92.568", - "min": "92.216", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "118.018", - "max": "118.399", - "min": "117.776", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "163.672", - "max": "163.955", - "min": "163.446", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "136.343", - "max": "138.677", - "min": "135.756", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "137.815", - "max": "138.098", - "min": "137.674", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "101.814", - "max": "102.706", - "min": "101.675", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "112.056", - "max": "112.38", - "min": "111.935", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "155.685", - "max": "155.922", - "min": "155.527", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "38.908", - "max": "39.858", - "min": "38.723", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "311.971", - "max": "313.1", - "min": "311.441", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "102.593", - "max": "102.881", - "min": "102.388", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "332.22", - "max": "352.451", - "min": "287.908", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "171.594", - "max": "175.268", - "min": "171.327", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "80.36", - "max": "80.634", - "min": "80.148", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.498", - "max": "101.741", - "min": "101.391", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "128.529", - "max": "128.878", - "min": "128.382", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "219.587", - "max": "220.512", - "min": "219.339", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.118", - "max": "279.535", - "min": "278.99", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "75.863", - "max": "76.115", - "min": "75.768", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "141.438", - "max": "150.399", - "min": "140.674", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "371.425", - "max": "483.436", - "min": "177.765", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "185.337", - "max": "287.254", - "min": "69.85", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "154.116", - "max": "166.684", - "min": "152.915", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "260.801", - "max": "262.738", - "min": "260.398", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "122.413", - "max": "122.654", - "min": "122.279", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "109.487", - "max": "110.495", - "min": "109.199", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "114.53", - "max": "117.371", - "min": "114.209", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "191.862", - "max": "334.93", - "min": "110.846", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "188.364", - "max": "189.45", - "min": "188.181", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "44.353", - "max": "419.056", - "min": "30.509", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "32.993", - "max": "33.238", - "min": "32.894", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "21.7", - "max": "22.863", - "min": "21.134", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "82.8", - "max": "86.709", - "min": "80.295", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "160.392", - "max": "161.933", - "min": "160.037", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "125.661", - "max": "126.074", - "min": "125.402", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "166.667", - "max": "168.843", - "min": "166.317", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "102.342", - "max": "102.634", - "min": "102.173", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "99.297", - "max": "99.585", - "min": "99.101", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "98.145", - "max": "98.396", - "min": "97.923", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "288.421", - "max": "289.131", - "min": "287.705", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "121.274", - "max": "121.634", - "min": "121.155", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "72.208", - "max": "72.632", - "min": "71.948", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "127.393", - "max": "139.218", - "min": "125.564", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "111.87", - "max": "112.111", - "min": "111.697", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "111.694", - "max": "111.895", - "min": "111.531", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "79.325", - "max": "79.554", - "min": "79.182", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "24.29", - "max": "26.239", - "min": "23.873", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "185.113", - "max": "185.586", - "min": "184.703", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "35.828", - "max": "36.645", - "min": "35.657", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "43.212", - "max": "43.549", - "min": "42.953", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "181.596", - "max": "189.611", - "min": "180.996", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "5.328", - "max": "5.703", - "min": "4.968", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.567", - "max": "37.208", - "min": "33.297", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "137.698", - "max": "140.81", - "min": "137.491", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "9.378", - "max": "9.874", - "min": "9.276", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "14.754", - "max": "15.026", - "min": "14.63", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "12.212", - "max": "24.931", - "min": "10.377", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "271.273", - "max": "271.526", - "min": "271.143", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "34.272", - "max": "36.372", - "min": "33.955", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "16.29", - "max": "16.659", - "min": "16.083", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "86.163", - "max": "86.502", - "min": "86.001", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "154.477", - "max": "154.925", - "min": "154.168", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "55.019", - "max": "56.967", - "min": "54.719", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "250.19", - "max": "293.18", - "min": "244.153", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "116.532", - "max": "116.83", - "min": "116.336", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "243.77", - "max": "333.928", - "min": "235.321", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "132.99", - "max": "133.27", - "min": "132.888", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "383.467", - "max": "383.842", - "min": "382.971", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "30.401", - "max": "30.641", - "min": "30.267", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "80.433", - "max": "80.677", - "min": "80.35", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "117.071", - "max": "117.553", - "min": "116.902", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.159", - "max": "182.444", - "min": "181.985", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "97.319", - "max": "97.791", - "min": "97.163", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "137.873", - "max": "138.829", - "min": "137.657", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "222.557", - "max": "238.636", - "min": "207.885", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "95.018", - "max": "98.242", - "min": "94.78", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "99.918", - "max": "100.24", - "min": "99.834", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "28.167", - "max": "29.252", - "min": "27.884", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "311.145", - "max": "340.592", - "min": "291.882", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "16.987", - "max": "19.166", - "min": "16.813", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "51.141", - "max": "51.726", - "min": "50.911", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "52.418", - "max": "57.292", - "min": "52.093", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "25.028", - "max": "25.269", - "min": "24.868", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "13.069", - "max": "15.815", - "min": "12.7", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "61.111", - "max": "61.634", - "min": "60.885", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "39.774", - "max": "40.055", - "min": "39.624", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "63.344", - "max": "63.607", - "min": "63.166", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "44.497", - "max": "44.832", - "min": "44.299", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "2.839", - "max": "4.426", - "min": "2.613", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "5.404", - "max": "11.932", - "min": "5.051", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "3.055", - "max": "3.362", - "min": "2.905", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "30.154", - "max": "30.383", - "min": "29.993", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "56.269", - "max": "71.58", - "min": "55.491", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "27.6", - "max": "55.031", - "min": "25.165", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "45.645", - "max": "102.502", - "min": "16.379", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "7.713", - "max": "8.035", - "min": "7.543", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "55.585", - "max": "56.096", - "min": "55.364", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "38.932", - "max": "46.755", - "min": "38.414", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "34.487", - "max": "34.864", - "min": "34.062", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "5.549", - "max": "27.331", - "min": "4.492", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "260.507", - "max": "279.832", - "min": "259.732", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "15.939", - "max": "17.674", - "min": "15.714", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "35.948", - "max": "36.283", - "min": "35.659", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "57.759", - "max": "58.007", - "min": "57.667", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "177.784", - "max": "184.028", - "min": "175.891", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "50.581", - "max": "50.846", - "min": "50.436", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "10.569", - "max": "29.283", - "min": "9.751", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "3.064", - "max": "4.004", - "min": "2.837", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "2.106", - "max": "2.504", - "min": "1.974", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "279.407", - "max": "290.796", - "min": "276.684", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "87.505", - "max": "91.549", - "min": "86.529", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.227", - "max": "224.994", - "min": "218.877", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "142.362", - "max": "146.034", - "min": "142.034", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "5.571", - "max": "5.828", - "min": "5.472", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "160.681", - "max": "163.113", - "min": "160.369", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "165.21", - "max": "165.431", - "min": "164.925", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "47.207", - "max": "47.634", - "min": "46.935", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "54.547", - "max": "55.232", - "min": "54.325", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "12.528", - "max": "13.331", - "min": "12.252", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "4.097", - "max": "5.146", - "min": "3.783", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "105.045", - "max": "105.321", - "min": "104.929", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "102.553", - "max": "102.761", - "min": "102.467", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "222.056", - "max": "343.512", - "min": "211.625", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "79.312", - "max": "79.59", - "min": "79.219", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.835", - "max": "25.067", - "min": "24.726", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "85.546", - "max": "85.874", - "min": "85.442", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "66.532", - "max": "67.096", - "min": "66.373", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "221.368", - "max": "520.004", - "min": "204.709", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "124.747", - "max": "128.932", - "min": "121.823", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "24.813", - "max": "25.134", - "min": "24.65", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "47.395", - "max": "47.784", - "min": "46.89", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "161.607", - "max": "172.636", - "min": "159.857", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "230.18", - "max": "230.83", - "min": "229.805", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "236.814", - "max": "237.201", - "min": "236.62", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "82.042", - "max": "83.01", - "min": "81.803", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "40.706", - "max": "40.953", - "min": "40.581", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.628", - "max": "11.905", - "min": "11.556", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "43.836", - "max": "44.062", - "min": "43.651", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "85.795", - "max": "87.892", - "min": "85.333", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "93.789", - "max": "94.139", - "min": "93.638", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.182", - "max": "72.937", - "min": "63.052", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "176.272", - "max": "177.228", - "min": "175.91", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "92.592", - "max": "94.103", - "min": "91.572", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "62.56", - "max": "63.209", - "min": "62.3", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "102.752", - "max": "103.117", - "min": "102.459", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "20.26", - "max": "21.33", - "min": "20.091", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.242", - "max": "176.529", - "min": "176.024", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "178.719", - "max": "178.719", - "min": "178.719", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "11.384", - "max": "11.61", - "min": "11.254", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "16.314", - "max": "16.962", - "min": "16.222", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "104.275", - "max": "106.937", - "min": "103.941", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "32.43", - "max": "48.463", - "min": "24.735", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "26.821", - "max": "75.861", - "min": "25.013", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "127.539", - "max": "129.282", - "min": "127.099", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "85.752", - "max": "87.388", - "min": "85.368", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "103.664", - "max": "116.958", - "min": "103.108", - "id": "7", - "country": "Netherlands", - "source_name": "Amsterdam", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "10": { - "name": "Stockholm", - "data": { - "0": { - "avg": "213.694", - "max": "214.117", - "min": "213.479", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "282.78", - "max": "288.548", - "min": "282.228", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.784", - "max": "114.015", - "min": "111.485", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "36.514", - "max": "45.07", - "min": "35.243", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "31.382", - "max": "36.739", - "min": "30.666", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "248.716", - "max": "250.574", - "min": "248.5", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.056", - "max": "27.58", - "min": "23.613", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "291.925", - "max": "318.413", - "min": "289.601", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "19.412", - "max": "22.878", - "min": "19.088", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "0.044", - "max": "0.203", - "min": "0.022", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "29.783", - "max": "32.3", - "min": "29.281", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.722", - "max": "138.352", - "min": "135.29", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "98.705", - "max": "103.545", - "min": "98.096", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "100.372", - "max": "102.057", - "min": "100.113", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "142.948", - "max": "144.921", - "min": "142.615", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "106.146", - "max": "107.218", - "min": "105.599", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "54.938", - "max": "56.746", - "min": "54.575", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "120.512", - "max": "121.257", - "min": "120.316", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "48.121", - "max": "51.263", - "min": "47.807", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "42.84", - "max": "43.513", - "min": "42.668", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "301.236", - "max": "302.102", - "min": "301.008", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "111.151", - "max": "115.121", - "min": "110.824", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "172.503", - "max": "178.281", - "min": "172.1", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "151.313", - "max": "159.824", - "min": "150.346", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "6.363", - "max": "7.85", - "min": "6.075", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "10.344", - "max": "11.799", - "min": "10.14", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "42.354", - "max": "46.339", - "min": "41.903", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "46.874", - "max": "48.543", - "min": "46.441", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "27.899", - "max": "35.181", - "min": "27.392", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "158.458", - "max": "165.786", - "min": "157.61", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "177.331", - "max": "178.627", - "min": "177.039", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "45.238", - "max": "47.245", - "min": "44.937", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "159.47", - "max": "164.029", - "min": "158.937", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "64.358", - "max": "65.217", - "min": "64.106", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "44.739", - "max": "46.211", - "min": "44.293", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "193.345", - "max": "196.542", - "min": "192.713", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.108", - "max": "166.4", - "min": "164.898", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "157.628", - "max": "167.527", - "min": "156.671", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "145.055", - "max": "146.423", - "min": "144.771", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "114.67", - "max": "128.924", - "min": "111.962", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "170.537", - "max": "173.275", - "min": "169.827", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "35.799", - "max": "40.182", - "min": "35.35", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "62.507", - "max": "62.823", - "min": "62.278", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "7.861", - "max": "9.519", - "min": "7.462", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "175.548", - "max": "177.304", - "min": "175.171", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "43.572", - "max": "48.466", - "min": "42.564", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "16.718", - "max": "26.818", - "min": "15.153", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "179.303", - "max": "179.886", - "min": "179.095", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "280.485", - "max": "281.72", - "min": "280.114", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "146.205", - "max": "147.953", - "min": "145.95", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "104.331", - "max": "112.831", - "min": "103.699", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "158.527", - "max": "159.037", - "min": "158.236", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "60.433", - "max": "69.653", - "min": "53.137", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "124.367", - "max": "127.829", - "min": "124.001", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "171.889", - "max": "185.077", - "min": "168.869", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "281.773", - "max": "282.516", - "min": "281.415", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "65.996", - "max": "70.511", - "min": "65.127", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "331.217", - "max": "335.242", - "min": "330.792", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.765", - "max": "59.727", - "min": "58.536", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "33.614", - "max": "39.422", - "min": "32.969", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "81.745", - "max": "84.451", - "min": "81.16", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "91.543", - "max": "157.6", - "min": "86.387", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "217.18", - "max": "228.719", - "min": "215.637", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "316.596", - "max": "319.156", - "min": "316.362", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "65.682", - "max": "67.381", - "min": "65.263", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "53.357", - "max": "57.662", - "min": "52.893", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "100.952", - "max": "104.979", - "min": "100.494", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "63.671", - "max": "64.044", - "min": "63.271", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "228.09", - "max": "232.163", - "min": "227.222", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "146.933", - "max": "150.91", - "min": "146.25", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "207.581", - "max": "209.303", - "min": "207.245", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "164.992", - "max": "166.253", - "min": "164.656", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "180.77", - "max": "187.249", - "min": "180.174", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "122.587", - "max": "125.323", - "min": "122.35", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.637", - "max": "69.235", - "min": "68.36", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "33.428", - "max": "33.998", - "min": "33.188", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "122.338", - "max": "124.867", - "min": "122.017", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "165.021", - "max": "165.369", - "min": "164.791", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "124.486", - "max": "129.258", - "min": "123.872", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "117.639", - "max": "119.991", - "min": "117.314", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "154.958", - "max": "158.133", - "min": "154.42", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "113.973", - "max": "124.34", - "min": "112.648", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "229.967", - "max": "231.849", - "min": "229.425", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "175.632", - "max": "177.13", - "min": "175.185", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "141.028", - "max": "141.298", - "min": "140.871", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "85.251", - "max": "86.305", - "min": "84.864", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "39.352", - "max": "43.277", - "min": "38.844", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "139.189", - "max": "146.937", - "min": "138.594", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "123.209", - "max": "130.384", - "min": "122.685", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "36.583", - "max": "37.696", - "min": "36.351", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "125.09", - "max": "128.852", - "min": "123.439", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "167.941", - "max": "169.387", - "min": "167.578", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "52.534", - "max": "56.184", - "min": "52.073", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "292.926", - "max": "294.53", - "min": "292.578", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "101.955", - "max": "111.203", - "min": "100.709", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "136.995", - "max": "139.652", - "min": "136.282", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "178.047", - "max": "183.92", - "min": "177.539", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "160.185", - "max": "166.009", - "min": "158.664", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.939", - "max": "171.318", - "min": "169.625", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "121.795", - "max": "130.042", - "min": "120.917", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "123.834", - "max": "126.742", - "min": "123.52", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "162.131", - "max": "162.805", - "min": "161.909", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "73.93", - "max": "85.236", - "min": "73.233", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "322.713", - "max": "325.747", - "min": "321.481", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "120.954", - "max": "127.947", - "min": "119.679", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "345.762", - "max": "363.99", - "min": "300.521", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "228.117", - "max": "233.559", - "min": "227.655", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "103.642", - "max": "105.777", - "min": "103.324", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "120.687", - "max": "121.743", - "min": "120.437", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "161.689", - "max": "164.704", - "min": "161.331", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "321.335", - "max": "322.123", - "min": "321.078", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "280.112", - "max": "287.715", - "min": "279.516", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "96.246", - "max": "97.687", - "min": "95.998", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "161.257", - "max": "162.826", - "min": "160.844", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "390.192", - "max": "510.414", - "min": "219.009", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "143.823", - "max": "222.917", - "min": "68.517", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "211.486", - "max": "229.317", - "min": "210.369", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "242.881", - "max": "248.496", - "min": "242.336", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "144.158", - "max": "153.473", - "min": "143.566", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "133.824", - "max": "134.627", - "min": "133.406", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "132.473", - "max": "136.83", - "min": "132.023", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "203.024", - "max": "375.183", - "min": "125.511", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "256.329", - "max": "257.651", - "min": "256.045", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "28.424", - "max": "244.663", - "min": "17.546", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "8.722", - "max": "11.912", - "min": "8.45", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "10.777", - "max": "14.693", - "min": "9.936", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "99.533", - "max": "101.072", - "min": "99.272", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "196.678", - "max": "201.637", - "min": "196.289", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "131.886", - "max": "135.55", - "min": "131.426", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "183.738", - "max": "185.713", - "min": "183.38", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "125.513", - "max": "126.534", - "min": "125.266", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "117.107", - "max": "120.123", - "min": "116.683", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "119.58", - "max": "120.933", - "min": "119.205", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "310.465", - "max": "311.652", - "min": "309.842", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "153.301", - "max": "156.474", - "min": "152.756", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "95.779", - "max": "97.789", - "min": "95.452", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "148.012", - "max": "159.283", - "min": "146.276", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "132.896", - "max": "133.688", - "min": "132.545", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "131.004", - "max": "135.139", - "min": "130.612", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "103.264", - "max": "104.606", - "min": "102.916", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "35.617", - "max": "38.555", - "min": "35.33", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.861", - "max": "199.353", - "min": "198.481", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "12.32", - "max": "14.526", - "min": "12.035", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "46.214", - "max": "49.673", - "min": "45.882", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "198.638", - "max": "220.182", - "min": "197.521", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "24.74", - "max": "27.877", - "min": "24.239", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "66.322", - "max": "83.611", - "min": "65.092", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "164.607", - "max": "167.453", - "min": "164.234", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "31.73", - "max": "33.766", - "min": "31.358", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "31.027", - "max": "31.57", - "min": "30.836", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "33.609", - "max": "53.937", - "min": "32.054", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "236.299", - "max": "239.188", - "min": "236.028", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "52.471", - "max": "56.521", - "min": "51.888", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "37.924", - "max": "70.173", - "min": "36.537", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "115.043", - "max": "116.075", - "min": "114.698", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "159.136", - "max": "162.427", - "min": "158.525", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "7.471", - "max": "10.845", - "min": "7.11", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "314.174", - "max": "359.69", - "min": "304.827", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "132.107", - "max": "132.593", - "min": "131.887", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "262.733", - "max": "345.573", - "min": "255.696", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "147.466", - "max": "150.153", - "min": "147.163", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "400.207", - "max": "400.798", - "min": "399.821", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "18.516", - "max": "48.305", - "min": "12.587", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "94.61", - "max": "98.861", - "min": "94.142", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "87.131", - "max": "88.094", - "min": "86.908", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "190.36", - "max": "194.409", - "min": "189.743", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "65.077", - "max": "69.15", - "min": "64.595", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "164.235", - "max": "165.972", - "min": "163.924", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "264.398", - "max": "269.885", - "min": "261.011", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "105.757", - "max": "107.059", - "min": "105.502", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "117.629", - "max": "120.929", - "min": "117.276", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "38.691", - "max": "43.587", - "min": "38.015", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "325.769", - "max": "331.678", - "min": "325.402", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "42.315", - "max": "45.707", - "min": "41.798", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "41.502", - "max": "44.576", - "min": "40.904", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "63.218", - "max": "86.71", - "min": "61.743", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "41.285", - "max": "46.164", - "min": "40.827", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "31.189", - "max": "35.577", - "min": "30.282", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "85.852", - "max": "87.344", - "min": "85.529", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "71.05", - "max": "74.087", - "min": "70.6", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "32.401", - "max": "38.737", - "min": "31.697", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.497", - "max": "70.632", - "min": "68.236", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "22.239", - "max": "23.479", - "min": "21.898", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "27.324", - "max": "36.771", - "min": "26.14", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.049", - "max": "26.478", - "min": "23.799", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "38.242", - "max": "44.24", - "min": "37.647", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "78.089", - "max": "82.459", - "min": "77.486", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "52.625", - "max": "59.077", - "min": "51.707", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "53.309", - "max": "70.488", - "min": "39.977", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "26.84", - "max": "31.242", - "min": "26.286", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "79.894", - "max": "84.976", - "min": "79.309", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "45.104", - "max": "54.494", - "min": "43.898", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "57.37", - "max": "60.251", - "min": "56.821", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "28.299", - "max": "34.318", - "min": "27.432", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "219.577", - "max": "221.588", - "min": "219.081", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "37.831", - "max": "38.76", - "min": "37.589", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "38.781", - "max": "41.239", - "min": "38.419", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "37.022", - "max": "37.453", - "min": "36.854", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "189.818", - "max": "195.111", - "min": "188.417", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "63.025", - "max": "78.439", - "min": "61.981", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "25.057", - "max": "36.039", - "min": "23.609", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "22.206", - "max": "23.673", - "min": "21.854", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.742", - "max": "25.811", - "min": "24.471", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "317.976", - "max": "328.827", - "min": "316.367", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "99.476", - "max": "104.072", - "min": "98.456", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "224.471", - "max": "243.742", - "min": "219.584", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "170.552", - "max": "178.059", - "min": "170.028", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "25.562", - "max": "27.282", - "min": "25.287", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "117.333", - "max": "143.608", - "min": "115.221", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "187.17", - "max": "188.073", - "min": "186.874", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "57.126", - "max": "60.349", - "min": "56.649", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "74.082", - "max": "74.914", - "min": "73.845", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "35.223", - "max": "36.338", - "min": "34.805", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "25.593", - "max": "26.445", - "min": "25.237", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "178.42", - "max": "178.964", - "min": "178.236", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "203.677", - "max": "210.27", - "min": "203.01", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "279.591", - "max": "431.859", - "min": "273.88", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "99.924", - "max": "101.14", - "min": "99.699", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "40.444", - "max": "41.628", - "min": "40.187", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "102.738", - "max": "106.02", - "min": "102.402", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "40.884", - "max": "41.367", - "min": "40.729", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "258.356", - "max": "297.416", - "min": "256.588", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "151.27", - "max": "156.139", - "min": "147.99", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "45.24", - "max": "46.829", - "min": "44.91", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "66.908", - "max": "70.425", - "min": "65.978", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "177.41", - "max": "180.034", - "min": "176.367", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "122.205", - "max": "123.862", - "min": "121.711", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "249.78", - "max": "251.862", - "min": "249.411", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "81.488", - "max": "87.741", - "min": "80.904", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "62.749", - "max": "64.029", - "min": "62.443", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "26.77", - "max": "30.885", - "min": "26.021", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "85.477", - "max": "89.396", - "min": "85.048", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "107.162", - "max": "108.313", - "min": "106.708", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "111.606", - "max": "114.496", - "min": "111.263", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "86.581", - "max": "100.254", - "min": "84.314", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "199.747", - "max": "209.207", - "min": "198.97", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "110.109", - "max": "111.755", - "min": "109.13", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "82.296", - "max": "83.369", - "min": "81.988", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "120.7", - "max": "122.849", - "min": "120.349", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "39.69", - "max": "45.581", - "min": "38.984", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "183.108", - "max": "187.03", - "min": "182.548", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "212.381", - "max": "212.381", - "min": "212.381", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "34.503", - "max": "49.949", - "min": "33.766", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "32.029", - "max": "36.533", - "min": "31.578", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "130.352", - "max": "260.476", - "min": "125.379", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "55.067", - "max": "67.852", - "min": "46.776", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "52.835", - "max": "56.888", - "min": "52.256", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "161.438", - "max": "162.326", - "min": "161.176", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "56.113", - "max": "58.912", - "min": "55.43", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "139.232", - "max": "148.128", - "min": "138.679", - "id": "10", - "country": "Sweden", - "source_name": "Stockholm", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "11": { - "name": "London", - "data": { - "0": { - "avg": "198.077", - "max": "198.489", - "min": "197.763", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "261.127", - "max": "266.028", - "min": "260.699", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.52", - "max": "90.963", - "min": "90.245", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "27.147", - "max": "33.97", - "min": "26.474", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "8.802", - "max": "12.023", - "min": "8.183", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "219.423", - "max": "219.648", - "min": "219.169", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "6.356", - "max": "6.786", - "min": "6.001", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "266.348", - "max": "278.841", - "min": "265.013", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "46.326", - "max": "47.135", - "min": "46.068", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "29.511", - "max": "30.473", - "min": "29.078", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "0.037", - "max": "0.084", - "min": "0", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "123.657", - "max": "124.158", - "min": "123.246", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "71.167", - "max": "73.746", - "min": "70.663", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "78.711", - "max": "79.542", - "min": "78.346", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "95.368", - "max": "95.95", - "min": "95.112", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "76.302", - "max": "79.515", - "min": "75.809", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "27.966", - "max": "28.374", - "min": "27.652", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "86.562", - "max": "87.068", - "min": "86.205", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "18.891", - "max": "19.265", - "min": "18.557", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "30.689", - "max": "30.983", - "min": "30.436", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "276.44", - "max": "276.852", - "min": "276.122", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "86.248", - "max": "86.77", - "min": "85.922", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "149.139", - "max": "149.743", - "min": "148.806", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "129.413", - "max": "138.006", - "min": "128.755", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.344", - "max": "35.768", - "min": "33.89", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "16.848", - "max": "18.879", - "min": "16.415", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "23.518", - "max": "25.749", - "min": "23.018", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "33.101", - "max": "33.628", - "min": "32.799", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.259", - "max": "14.519", - "min": "14.024", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "134.38", - "max": "135.28", - "min": "134.047", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "169.577", - "max": "169.922", - "min": "169.368", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "31.109", - "max": "31.407", - "min": "30.788", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "132.798", - "max": "133.464", - "min": "132.451", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "48.864", - "max": "49.764", - "min": "48.617", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "28.018", - "max": "31.483", - "min": "27.492", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "196.854", - "max": "198.961", - "min": "196.328", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "136.092", - "max": "136.93", - "min": "135.729", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "126.512", - "max": "128.334", - "min": "126.123", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.177", - "max": "109.854", - "min": "107.957", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "79.838", - "max": "83.84", - "min": "79.239", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "143.289", - "max": "145.738", - "min": "142.669", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "10.258", - "max": "11.587", - "min": "9.64", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "52.676", - "max": "53.124", - "min": "52.29", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.724", - "max": "34.079", - "min": "33.404", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "142.328", - "max": "142.701", - "min": "142.03", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "31.176", - "max": "32.868", - "min": "30.479", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "29.104", - "max": "30.732", - "min": "28.633", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "152.837", - "max": "153.379", - "min": "152.558", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "231.182", - "max": "231.83", - "min": "230.835", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "122.423", - "max": "122.678", - "min": "122.171", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "84.468", - "max": "87.184", - "min": "84.089", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "138.8", - "max": "139.135", - "min": "138.481", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "48.397", - "max": "89.245", - "min": "4.258", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "100.645", - "max": "101.193", - "min": "100.276", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "196.37", - "max": "204.215", - "min": "193.559", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "197.177", - "max": "197.861", - "min": "196.841", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.408", - "max": "42.026", - "min": "37.63", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "298.527", - "max": "323.988", - "min": "297.259", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "49.373", - "max": "49.859", - "min": "49.067", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "15.617", - "max": "15.989", - "min": "15.292", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.041", - "max": "63.88", - "min": "62.337", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "62.605", - "max": "122.896", - "min": "55.33", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "204.152", - "max": "299.858", - "min": "190.566", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "241.195", - "max": "241.552", - "min": "240.915", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "44.554", - "max": "44.815", - "min": "44.349", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.747", - "max": "36.153", - "min": "35.404", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "69.757", - "max": "71.119", - "min": "69.279", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "50.852", - "max": "51.152", - "min": "50.499", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "199.305", - "max": "203.634", - "min": "198.264", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "121.328", - "max": "122.036", - "min": "120.951", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "220.804", - "max": "222.835", - "min": "220.286", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "136.471", - "max": "137.228", - "min": "136.131", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "138.884", - "max": "139.826", - "min": "138.601", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "95.479", - "max": "95.932", - "min": "95.244", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "38.232", - "max": "39.906", - "min": "37.908", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "41.225", - "max": "103.721", - "min": "6.709", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "92.344", - "max": "92.781", - "min": "91.931", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "143.346", - "max": "147.73", - "min": "142.814", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "85.091", - "max": "92.448", - "min": "84.556", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "93.454", - "max": "93.806", - "min": "93.152", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "139.884", - "max": "140.37", - "min": "139.575", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "88.564", - "max": "89.047", - "min": "88.285", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "188.331", - "max": "190.868", - "min": "187.75", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "152.328", - "max": "153.863", - "min": "151.964", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "127.338", - "max": "127.636", - "min": "127.106", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "63.978", - "max": "65.229", - "min": "63.455", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "9.648", - "max": "11.383", - "min": "9.164", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "98.146", - "max": "98.791", - "min": "97.78", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "92.102", - "max": "94.285", - "min": "91.714", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "6.661", - "max": "12.883", - "min": "5.926", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "100.012", - "max": "102.963", - "min": "99.382", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "141.482", - "max": "142.167", - "min": "141.048", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "28.807", - "max": "29.589", - "min": "28.47", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "251.221", - "max": "253.059", - "min": "250.78", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "81.915", - "max": "82.186", - "min": "81.631", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "108.261", - "max": "109.637", - "min": "107.821", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "162.55", - "max": "163.595", - "min": "162.231", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "127.24", - "max": "129.6", - "min": "126.704", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "146.879", - "max": "147.612", - "min": "146.554", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "86.154", - "max": "89.284", - "min": "85.645", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "99.221", - "max": "99.705", - "min": "98.935", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "135.161", - "max": "135.585", - "min": "134.932", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "48.275", - "max": "49.136", - "min": "47.904", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "319.768", - "max": "326.076", - "min": "318.766", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "94.282", - "max": "94.783", - "min": "93.927", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "315.529", - "max": "329.914", - "min": "270.238", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "165.584", - "max": "167.815", - "min": "165.198", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "75.065", - "max": "76.713", - "min": "74.648", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "90.857", - "max": "92.855", - "min": "90.605", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "147.9", - "max": "150.326", - "min": "147.462", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "263.769", - "max": "267.559", - "min": "263.39", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "269.917", - "max": "270.202", - "min": "269.593", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "69.433", - "max": "70.585", - "min": "69.044", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "133.626", - "max": "176.889", - "min": "131.467", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "358.572", - "max": "462.891", - "min": "194.893", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "149.584", - "max": "236.918", - "min": "78.555", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "147.317", - "max": "148.346", - "min": "146.847", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "226.575", - "max": "227.892", - "min": "226.196", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "109.819", - "max": "111.513", - "min": "109.436", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "101.058", - "max": "102.702", - "min": "100.666", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "108.329", - "max": "112.911", - "min": "107.828", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "187.156", - "max": "342.285", - "min": "100.241", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "194.301", - "max": "221.223", - "min": "178.899", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "49.918", - "max": "311.78", - "min": "40.26", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "38.017", - "max": "38.447", - "min": "37.735", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "27.625", - "max": "28.777", - "min": "26.969", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "69.001", - "max": "69.236", - "min": "68.679", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.648", - "max": "174.156", - "min": "173.374", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "192.488", - "max": "194.027", - "min": "192.112", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "159.604", - "max": "162.185", - "min": "159.244", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "94.653", - "max": "96.898", - "min": "94.196", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "96.605", - "max": "97.019", - "min": "96.348", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "101.829", - "max": "102.062", - "min": "101.531", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "284.602", - "max": "285.996", - "min": "283.66", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "118.644", - "max": "119.619", - "min": "118.423", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "69.696", - "max": "70.203", - "min": "69.457", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "129.448", - "max": "135.08", - "min": "128.301", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "121.419", - "max": "125.038", - "min": "120.997", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "112.297", - "max": "112.632", - "min": "112.068", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "73.101", - "max": "73.644", - "min": "72.794", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "27.162", - "max": "29.567", - "min": "26.586", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "228.471", - "max": "230.962", - "min": "227.918", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "38.498", - "max": "39.77", - "min": "38.127", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "33.674", - "max": "33.901", - "min": "33.403", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "190.83", - "max": "199.621", - "min": "189.854", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "12.264", - "max": "13.18", - "min": "11.957", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "44.6", - "max": "47.351", - "min": "44.12", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "201.718", - "max": "202.28", - "min": "201.382", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "1.472", - "max": "2.986", - "min": "1.033", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "3.473", - "max": "4.124", - "min": "3.152", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.152", - "max": "36.809", - "min": "15.992", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "233.578", - "max": "236.339", - "min": "233.132", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "42.655", - "max": "44.176", - "min": "42.17", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "17.005", - "max": "17.789", - "min": "16.651", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "77.782", - "max": "78.649", - "min": "77.46", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "136.036", - "max": "136.437", - "min": "135.696", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "54.836", - "max": "56.204", - "min": "54.194", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "295.078", - "max": "336.871", - "min": "288.624", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "108.052", - "max": "108.705", - "min": "107.771", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "235.922", - "max": "323.402", - "min": "228.418", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "111.951", - "max": "112.532", - "min": "111.616", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "375.236", - "max": "376.755", - "min": "374.604", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "36.294", - "max": "36.577", - "min": "36.026", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "71.74", - "max": "85.793", - "min": "70.882", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "113.052", - "max": "114.074", - "min": "112.728", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "156.482", - "max": "156.945", - "min": "156.26", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "92.179", - "max": "92.724", - "min": "91.875", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "135.643", - "max": "139.312", - "min": "135.129", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "234.727", - "max": "244.189", - "min": "205.909", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.718", - "max": "77.295", - "min": "76.395", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "87.553", - "max": "87.812", - "min": "87.204", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.422", - "max": "16.009", - "min": "14.005", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "151.932", - "max": "152.241", - "min": "151.705", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "10.507", - "max": "13.044", - "min": "10.103", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "32.081", - "max": "32.499", - "min": "31.731", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "35.267", - "max": "47.65", - "min": "34.38", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "26.595", - "max": "27.285", - "min": "26.219", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "5.493", - "max": "6.063", - "min": "5.148", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "60.743", - "max": "67.831", - "min": "60.254", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "49.095", - "max": "49.825", - "min": "48.829", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "68.195", - "max": "74.927", - "min": "67.612", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "51.366", - "max": "54.405", - "min": "50.893", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "7.265", - "max": "16.387", - "min": "6.585", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "8.94", - "max": "9.55", - "min": "8.705", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "6.776", - "max": "9.657", - "min": "6.463", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "37.016", - "max": "72.074", - "min": "35.497", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.519", - "max": "59.435", - "min": "54.975", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "32.507", - "max": "38.639", - "min": "31.725", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "39.607", - "max": "93.928", - "min": "14.693", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "10.479", - "max": "10.861", - "min": "10.142", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "63.708", - "max": "64.497", - "min": "63.434", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "52.818", - "max": "53.294", - "min": "52.568", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "50.49", - "max": "50.931", - "min": "50.081", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "7.318", - "max": "8.018", - "min": "6.9", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "197.812", - "max": "200.134", - "min": "197.25", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "20.09", - "max": "20.382", - "min": "19.83", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "25.895", - "max": "27.388", - "min": "25.611", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.487", - "max": "25.962", - "min": "25.245", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "151.99", - "max": "157.427", - "min": "150.361", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "55.498", - "max": "55.921", - "min": "55.217", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "9.718", - "max": "26.395", - "min": "8.653", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "8.724", - "max": "11.44", - "min": "8.26", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "5.814", - "max": "6.145", - "min": "5.564", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "288.039", - "max": "297.029", - "min": "285.993", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "73.661", - "max": "79.491", - "min": "72.755", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "217.568", - "max": "221.253", - "min": "210.654", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "186.599", - "max": "188.3", - "min": "186.101", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "10.844", - "max": "11.096", - "min": "10.533", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "147.328", - "max": "148.229", - "min": "147.067", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "161.249", - "max": "162.26", - "min": "160.788", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "34.326", - "max": "34.729", - "min": "33.991", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "64.007", - "max": "65.846", - "min": "63.666", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "4.492", - "max": "5.744", - "min": "4.173", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "8.162", - "max": "10.016", - "min": "7.875", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "90.739", - "max": "90.954", - "min": "90.521", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "105.294", - "max": "105.589", - "min": "105.019", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "304.769", - "max": "307.408", - "min": "304.104", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "70.375", - "max": "70.725", - "min": "70.067", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "18.707", - "max": "18.997", - "min": "18.416", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "75.45", - "max": "75.721", - "min": "75.189", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "29.598", - "max": "29.913", - "min": "29.426", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "224.415", - "max": "225.031", - "min": "224.16", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "132.284", - "max": "134.963", - "min": "129.018", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "21.312", - "max": "21.912", - "min": "20.933", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "39.629", - "max": "40.712", - "min": "38.837", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "158.501", - "max": "164.976", - "min": "156.921", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "97.08", - "max": "98.318", - "min": "96.627", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "247.783", - "max": "249.003", - "min": "247.246", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "89.954", - "max": "90.378", - "min": "89.597", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "45.475", - "max": "45.873", - "min": "45.175", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "10.634", - "max": "10.903", - "min": "10.45", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "64.818", - "max": "65.718", - "min": "64.496", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "85.682", - "max": "87.35", - "min": "85.154", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "79.788", - "max": "81.978", - "min": "79.355", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "61.263", - "max": "63.614", - "min": "59.992", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "165.013", - "max": "165.889", - "min": "163.777", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "86.433", - "max": "88.352", - "min": "85.6", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "63.988", - "max": "73.925", - "min": "63.182", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "96.352", - "max": "96.61", - "min": "96.004", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "12.769", - "max": "18.562", - "min": "12.231", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "261.042", - "max": "262.683", - "min": "259.309", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "176.036", - "max": "176.036", - "min": "176.036", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "4.157", - "max": "4.724", - "min": "3.778", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "16.016", - "max": "16.302", - "min": "15.76", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "100.345", - "max": "220.021", - "min": "95.752", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "17.865", - "max": "27.712", - "min": "10.23", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.767", - "max": "29.211", - "min": "28.404", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "188.94", - "max": "193.468", - "min": "188.302", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "89.527", - "max": "90.504", - "min": "89.16", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "97.351", - "max": "97.812", - "min": "97.1", - "id": "11", - "country": "United Kingdom", - "source_name": "London", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "17": { - "name": "Barcelona", - "data": { - "0": { - "avg": "191.079", - "max": "191.323", - "min": "190.787", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "226.856", - "max": "227.358", - "min": "226.451", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "108.527", - "max": "109.523", - "min": "108.311", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "41.733", - "max": "48.386", - "min": "40.911", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "22.599", - "max": "22.813", - "min": "22.363", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "237.839", - "max": "238.136", - "min": "237.603", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "29.506", - "max": "29.779", - "min": "29.244", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "261.585", - "max": "277.504", - "min": "260.471", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "67.405", - "max": "67.707", - "min": "67.186", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "55.002", - "max": "57.427", - "min": "54.592", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "28.087", - "max": "28.436", - "min": "27.74", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "133.912", - "max": "154.307", - "min": "133.038", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "103.926", - "max": "104.157", - "min": "103.65", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "104.981", - "max": "105.582", - "min": "104.656", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "115.406", - "max": "115.787", - "min": "115.155", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.233", - "max": "95.836", - "min": "94.843", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "0.026", - "max": "0.054", - "min": "0.018", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "111.644", - "max": "111.919", - "min": "111.392", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "34.929", - "max": "35.243", - "min": "34.67", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "25.329", - "max": "25.63", - "min": "25.11", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "255.918", - "max": "256.106", - "min": "255.737", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "109.764", - "max": "112.284", - "min": "109.435", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "159.588", - "max": "159.892", - "min": "159.302", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "162.207", - "max": "163.211", - "min": "161.965", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "50.947", - "max": "53.799", - "min": "50.633", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "35.56", - "max": "40.079", - "min": "35.175", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "54.571", - "max": "58.355", - "min": "54.116", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "36.237", - "max": "36.523", - "min": "36.051", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "31.978", - "max": "32.231", - "min": "31.703", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "156.001", - "max": "156.352", - "min": "155.68", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "149.66", - "max": "149.916", - "min": "149.391", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "40.699", - "max": "41.018", - "min": "40.429", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "150.028", - "max": "151.178", - "min": "149.831", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "58.905", - "max": "59.164", - "min": "58.71", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "30.789", - "max": "31.196", - "min": "30.452", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "167.95", - "max": "168.659", - "min": "167.643", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "156.754", - "max": "156.951", - "min": "156.605", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "152.712", - "max": "153.135", - "min": "152.455", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "120.913", - "max": "121.17", - "min": "120.7", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "100.44", - "max": "100.919", - "min": "100.107", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "167.372", - "max": "169.274", - "min": "167.033", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "40.039", - "max": "42.973", - "min": "39.366", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "15.961", - "max": "16.331", - "min": "15.707", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "50.717", - "max": "53.177", - "min": "50.424", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "144.297", - "max": "144.559", - "min": "144.052", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "41.161", - "max": "41.782", - "min": "40.515", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "64.057", - "max": "64.418", - "min": "63.799", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "175.627", - "max": "175.97", - "min": "175.386", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "246.731", - "max": "247.071", - "min": "245.799", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "125.165", - "max": "125.435", - "min": "125.001", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "103.759", - "max": "104.786", - "min": "103.516", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "167.072", - "max": "167.432", - "min": "166.685", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.597", - "max": "67.546", - "min": "38.551", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "118.918", - "max": "119.149", - "min": "118.745", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "157.614", - "max": "167.34", - "min": "154.301", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "293.19", - "max": "293.564", - "min": "292.849", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "14.331", - "max": "16.013", - "min": "13.321", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "303.724", - "max": "304.078", - "min": "303.541", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "49.46", - "max": "50.01", - "min": "49.183", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "35.226", - "max": "35.463", - "min": "34.99", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "71.68", - "max": "72.334", - "min": "71.147", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "40.428", - "max": "75.339", - "min": "38.021", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "182.724", - "max": "261.126", - "min": "176.207", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "199.735", - "max": "199.984", - "min": "199.537", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "66.505", - "max": "67.745", - "min": "66.268", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "49.855", - "max": "50.141", - "min": "49.667", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "101.115", - "max": "101.913", - "min": "100.868", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "53.064", - "max": "53.366", - "min": "52.599", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "234.543", - "max": "236.566", - "min": "233.65", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "133.154", - "max": "137.79", - "min": "132.735", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "319.455", - "max": "321.172", - "min": "318.974", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "155.595", - "max": "157.379", - "min": "155.198", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "162.945", - "max": "164.64", - "min": "162.638", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.868", - "max": "114.189", - "min": "113.633", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "71.178", - "max": "72.629", - "min": "70.895", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "30.843", - "max": "31.104", - "min": "30.674", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.984", - "max": "102.23", - "min": "101.752", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "158.152", - "max": "158.416", - "min": "157.866", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "113.672", - "max": "114.112", - "min": "113.393", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "106.605", - "max": "107.008", - "min": "106.344", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "163.04", - "max": "163.287", - "min": "162.798", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "116.688", - "max": "116.958", - "min": "116.45", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "232.843", - "max": "233.801", - "min": "225.06", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "170.355", - "max": "170.885", - "min": "170.064", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "164.553", - "max": "164.853", - "min": "164.38", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "86.464", - "max": "88.252", - "min": "85.889", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "38.178", - "max": "39.576", - "min": "37.769", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "116.205", - "max": "120.338", - "min": "115.808", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "158.296", - "max": "159.172", - "min": "158.033", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "35.654", - "max": "39.64", - "min": "34.989", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "124.776", - "max": "126.588", - "min": "124.289", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "164.013", - "max": "164.486", - "min": "163.665", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "8.836", - "max": "9.106", - "min": "8.652", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "282.298", - "max": "282.654", - "min": "282.05", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "102.928", - "max": "103.171", - "min": "102.712", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "134.331", - "max": "134.565", - "min": "134.045", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "176.57", - "max": "176.95", - "min": "176.323", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "162.625", - "max": "168.847", - "min": "160.896", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "166.046", - "max": "166.325", - "min": "165.761", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "115.427", - "max": "117.379", - "min": "115.054", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "122.203", - "max": "122.445", - "min": "122.009", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "171.999", - "max": "172.294", - "min": "171.677", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "69.393", - "max": "71.209", - "min": "69.065", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "316.992", - "max": "323.121", - "min": "316.107", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "121.035", - "max": "121.388", - "min": "120.754", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "337.364", - "max": "379.311", - "min": "306.002", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "189.087", - "max": "192.359", - "min": "188.809", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "103.735", - "max": "103.897", - "min": "103.514", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "110.705", - "max": "110.945", - "min": "110.502", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "149.297", - "max": "149.535", - "min": "148.987", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "266.229", - "max": "268.602", - "min": "265.825", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "276.31", - "max": "276.693", - "min": "276.066", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "100.849", - "max": "101.115", - "min": "100.608", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "122.068", - "max": "123.468", - "min": "121.711", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "403.415", - "max": "511.343", - "min": "209.708", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "176.578", - "max": "292.488", - "min": "80.268", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "160.691", - "max": "164.011", - "min": "160.159", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "227.008", - "max": "227.855", - "min": "226.647", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "128.975", - "max": "129.246", - "min": "128.643", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "122.777", - "max": "124.033", - "min": "122.375", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "140.548", - "max": "141.169", - "min": "140.236", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "197.132", - "max": "337.603", - "min": "118.338", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "213.474", - "max": "214.374", - "min": "213.244", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "60.543", - "max": "191.647", - "min": "53.45", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "53.621", - "max": "53.85", - "min": "53.416", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "43.31", - "max": "44.54", - "min": "42.605", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "101.329", - "max": "101.906", - "min": "100.557", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "157.019", - "max": "157.49", - "min": "156.817", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "135.728", - "max": "136.708", - "min": "135.454", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "202.469", - "max": "209.606", - "min": "201.793", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.741", - "max": "118.569", - "min": "117.441", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "119.67", - "max": "119.894", - "min": "119.393", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "125.136", - "max": "125.473", - "min": "124.887", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "288.305", - "max": "289.748", - "min": "287.537", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "140.766", - "max": "141.049", - "min": "140.555", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "102.736", - "max": "103.054", - "min": "102.493", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "148.213", - "max": "154.753", - "min": "147.029", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "135.444", - "max": "135.788", - "min": "135.167", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "129.202", - "max": "129.479", - "min": "128.962", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "104.176", - "max": "104.758", - "min": "103.962", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "41.368", - "max": "41.695", - "min": "41.131", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "186.824", - "max": "187.935", - "min": "186.318", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "52.329", - "max": "52.78", - "min": "52.122", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "35.274", - "max": "35.52", - "min": "35.055", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "205.887", - "max": "213.161", - "min": "205.168", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "29.28", - "max": "29.984", - "min": "28.987", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.128", - "max": "49.069", - "min": "47.716", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "163.575", - "max": "163.948", - "min": "163.359", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "26.079", - "max": "26.502", - "min": "25.846", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "27.792", - "max": "27.985", - "min": "27.614", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "28.599", - "max": "48.345", - "min": "26.495", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "228.185", - "max": "228.473", - "min": "227.947", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "48.044", - "max": "49.421", - "min": "47.747", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "27.27", - "max": "27.812", - "min": "26.874", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "106.878", - "max": "107.19", - "min": "106.641", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "179.819", - "max": "180.138", - "min": "179.587", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "55.576", - "max": "58.076", - "min": "55.226", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "252.361", - "max": "297.411", - "min": "246.052", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "136.465", - "max": "136.871", - "min": "136.277", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "256.013", - "max": "340.165", - "min": "247.304", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "123.528", - "max": "123.834", - "min": "123.399", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "190.838", - "max": "191.206", - "min": "190.549", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "46.816", - "max": "47.101", - "min": "46.593", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "95.889", - "max": "96.49", - "min": "95.611", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "125.49", - "max": "125.806", - "min": "125.293", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "164.439", - "max": "164.686", - "min": "164.265", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "106.85", - "max": "107.112", - "min": "106.6", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "162.001", - "max": "162.77", - "min": "161.745", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "270.395", - "max": "279.434", - "min": "269.3", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "104.515", - "max": "104.673", - "min": "104.365", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "107.455", - "max": "107.801", - "min": "107.256", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "26.036", - "max": "30.276", - "min": "25.579", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "190.842", - "max": "191.084", - "min": "190.596", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "35.626", - "max": "35.846", - "min": "35.471", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "34.03", - "max": "40.1", - "min": "33.452", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "22.904", - "max": "44.609", - "min": "21.709", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "22.286", - "max": "22.586", - "min": "22.067", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "34.118", - "max": "34.723", - "min": "33.796", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.712", - "max": "70.145", - "min": "68.347", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "60.695", - "max": "61.48", - "min": "60.5", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "75.355", - "max": "75.595", - "min": "75.153", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "35.154", - "max": "35.73", - "min": "34.891", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "30.694", - "max": "36.209", - "min": "30.29", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "39.912", - "max": "40.151", - "min": "39.656", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "27.838", - "max": "28.197", - "min": "27.601", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "33.842", - "max": "35.842", - "min": "33.521", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "83.386", - "max": "83.863", - "min": "82.964", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "41.425", - "max": "65.534", - "min": "38.996", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "59.227", - "max": "103.843", - "min": "30.624", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "35.199", - "max": "36.029", - "min": "34.986", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "71.109", - "max": "71.675", - "min": "70.787", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.89", - "max": "47.174", - "min": "46.658", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "46.9", - "max": "47.488", - "min": "46.394", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "31.588", - "max": "32.557", - "min": "31.288", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "252.626", - "max": "255.908", - "min": "252.16", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "31.441", - "max": "31.649", - "min": "31.179", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "17.677", - "max": "17.996", - "min": "17.419", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "62.97", - "max": "63.163", - "min": "62.784", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "185.666", - "max": "193.363", - "min": "183.711", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "71.813", - "max": "72.252", - "min": "71.576", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "42.159", - "max": "47.8", - "min": "41.545", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "30.177", - "max": "30.78", - "min": "29.885", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "28.704", - "max": "29.013", - "min": "28.455", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "328.356", - "max": "339.893", - "min": "326.744", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "105.859", - "max": "110.983", - "min": "105.027", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "229.199", - "max": "233.331", - "min": "224.652", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "190.587", - "max": "197.149", - "min": "189.917", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "32.867", - "max": "33.09", - "min": "32.66", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "161.154", - "max": "161.539", - "min": "160.984", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.614", - "max": "179.922", - "min": "179.179", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "24.217", - "max": "24.451", - "min": "23.938", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "81.861", - "max": "82.413", - "min": "81.526", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "28.339", - "max": "29.37", - "min": "27.875", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "30.884", - "max": "32.83", - "min": "30.561", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "117.205", - "max": "117.397", - "min": "117.028", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "117.573", - "max": "117.846", - "min": "117.341", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "179.776", - "max": "268.107", - "min": "173.394", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "106.375", - "max": "106.694", - "min": "106.164", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "21.197", - "max": "21.647", - "min": "20.92", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "101.606", - "max": "101.983", - "min": "101.409", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "32.365", - "max": "32.564", - "min": "32.196", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "233.649", - "max": "617.914", - "min": "220.037", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "132.151", - "max": "135.571", - "min": "129.767", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.822", - "max": "31.996", - "min": "31.537", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "51.042", - "max": "52.576", - "min": "49.964", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "163.331", - "max": "198.96", - "min": "160.598", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "228.611", - "max": "231.615", - "min": "228.085", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "224.363", - "max": "224.76", - "min": "224.003", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "108.513", - "max": "109.625", - "min": "108.155", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "46.726", - "max": "49.808", - "min": "46.422", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "31.04", - "max": "31.345", - "min": "30.844", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "32.861", - "max": "33.102", - "min": "32.687", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "111.692", - "max": "115.798", - "min": "111.181", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "103.062", - "max": "103.965", - "min": "102.812", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "61.182", - "max": "69.086", - "min": "59.104", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "173.791", - "max": "174.873", - "min": "173.43", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "110.347", - "max": "111.627", - "min": "109.401", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "77.46", - "max": "77.925", - "min": "77.174", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "122.846", - "max": "123.221", - "min": "122.425", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "38.219", - "max": "39.252", - "min": "37.86", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "206.722", - "max": "208.069", - "min": "200.264", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.918", - "max": "184.918", - "min": "184.918", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "28.441", - "max": "28.647", - "min": "28.237", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "29.265", - "max": "29.547", - "min": "29.015", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.726", - "max": "128.824", - "min": "127.414", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "43.001", - "max": "50.985", - "min": "34.764", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "41.76", - "max": "42.096", - "min": "41.471", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "118.511", - "max": "121.826", - "min": "118.015", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "103.052", - "max": "105.592", - "min": "102.693", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "117.122", - "max": "117.358", - "min": "116.972", - "id": "17", - "country": "Spain", - "source_name": "Barcelona", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "19": { - "name": "Dublin", - "data": { - "0": { - "avg": "214.08", - "max": "214.29", - "min": "213.78", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "248.983", - "max": "256.132", - "min": "248.404", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "104.057", - "max": "104.21", - "min": "103.875", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "40.365", - "max": "46.199", - "min": "39.488", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "17.585", - "max": "17.824", - "min": "17.405", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "258.045", - "max": "258.562", - "min": "257.803", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "20.171", - "max": "20.938", - "min": "20.005", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "374.619", - "max": "381.447", - "min": "373.556", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "62.753", - "max": "63.187", - "min": "62.47", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "48.333", - "max": "52.652", - "min": "47.77", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "18.966", - "max": "19.3", - "min": "18.744", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "133.319", - "max": "151.804", - "min": "132.501", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "79.856", - "max": "80.047", - "min": "79.613", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "84.97", - "max": "85.29", - "min": "84.69", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "121.628", - "max": "127.936", - "min": "121.131", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.791", - "max": "96.353", - "min": "95.073", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "34.874", - "max": "35.214", - "min": "34.605", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "99.564", - "max": "99.813", - "min": "99.402", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "0.052", - "max": "0.071", - "min": "0.018", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "35.232", - "max": "35.451", - "min": "35.012", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "362.622", - "max": "362.845", - "min": "362.453", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "98.879", - "max": "99.061", - "min": "98.656", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "148.984", - "max": "149.422", - "min": "148.805", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "152.16", - "max": "153.762", - "min": "151.784", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "37.739", - "max": "38.099", - "min": "37.535", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "32.344", - "max": "32.556", - "min": "32.191", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "36.212", - "max": "38.33", - "min": "35.881", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "36.277", - "max": "36.679", - "min": "35.952", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "25.443", - "max": "25.696", - "min": "25.255", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "123.401", - "max": "125.454", - "min": "122.997", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "252.632", - "max": "252.868", - "min": "252.418", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.039", - "max": "39.561", - "min": "38.827", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "150.977", - "max": "151.229", - "min": "150.746", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "57.745", - "max": "58.229", - "min": "57.49", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "35.407", - "max": "35.815", - "min": "35.154", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "207.829", - "max": "209.062", - "min": "207.447", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "154.167", - "max": "154.367", - "min": "153.971", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "143.364", - "max": "143.548", - "min": "143.168", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "120.37", - "max": "120.756", - "min": "120.115", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "96.445", - "max": "97.588", - "min": "96.173", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "155.693", - "max": "157.7", - "min": "155.199", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "20.238", - "max": "23.853", - "min": "19.649", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "56.694", - "max": "56.926", - "min": "56.478", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "44.92", - "max": "49.802", - "min": "44.44", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "145.707", - "max": "146.047", - "min": "145.511", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "44.948", - "max": "45.421", - "min": "44.478", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "58.241", - "max": "58.506", - "min": "57.998", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "160.192", - "max": "160.487", - "min": "159.985", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "246.101", - "max": "246.584", - "min": "245.816", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "122.867", - "max": "123.063", - "min": "122.711", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "74.453", - "max": "74.703", - "min": "74.319", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "167.218", - "max": "168.608", - "min": "166.815", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.828", - "max": "110.355", - "min": "20.918", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "89.466", - "max": "89.781", - "min": "89.165", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "143.699", - "max": "149.895", - "min": "140.375", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "359.566", - "max": "361.494", - "min": "359.204", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "42.68", - "max": "44.883", - "min": "41.692", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "299.192", - "max": "299.372", - "min": "299.009", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "74.914", - "max": "76.011", - "min": "74.536", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "22.816", - "max": "23.008", - "min": "22.534", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "66.445", - "max": "66.949", - "min": "65.902", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "76.669", - "max": "135.198", - "min": "70.624", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "198.566", - "max": "276.604", - "min": "193.318", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "274.534", - "max": "275.678", - "min": "274.193", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "62.918", - "max": "63.554", - "min": "62.684", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "54.99", - "max": "55.81", - "min": "54.751", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.058", - "max": "79.332", - "min": "78.877", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "56.801", - "max": "57.214", - "min": "56.295", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "224.525", - "max": "226.546", - "min": "223.844", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "122.039", - "max": "123.559", - "min": "121.743", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "271.665", - "max": "272.818", - "min": "271.312", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "151.66", - "max": "151.988", - "min": "151.398", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "161.959", - "max": "165.738", - "min": "161.541", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.367", - "max": "113.556", - "min": "113.122", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "65.576", - "max": "67.129", - "min": "65.248", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "8.903", - "max": "9.202", - "min": "8.687", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "95.81", - "max": "96.021", - "min": "95.545", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "140.565", - "max": "140.826", - "min": "140.319", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "108.498", - "max": "109.016", - "min": "108.172", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "100.707", - "max": "101.45", - "min": "100.45", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "155.733", - "max": "156.05", - "min": "155.52", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "85.072", - "max": "85.363", - "min": "84.731", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "347.331", - "max": "351.015", - "min": "344.219", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "155.31", - "max": "155.778", - "min": "155.013", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "150.17", - "max": "150.348", - "min": "149.951", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "80.231", - "max": "81.965", - "min": "79.816", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.966", - "max": "27.286", - "min": "19.336", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "111.582", - "max": "111.865", - "min": "111.367", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "105.07", - "max": "106.827", - "min": "104.756", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "15.341", - "max": "21.643", - "min": "14.917", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "124.608", - "max": "127.863", - "min": "123.973", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "156.56", - "max": "157.069", - "min": "156.267", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.218", - "max": "33.343", - "min": "32.996", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "271.602", - "max": "271.824", - "min": "271.314", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "86.969", - "max": "87.149", - "min": "86.717", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "118.386", - "max": "118.801", - "min": "118.082", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "170.051", - "max": "170.383", - "min": "169.819", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "141.406", - "max": "147.89", - "min": "140.294", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "149.418", - "max": "149.606", - "min": "149.203", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "96.582", - "max": "99.28", - "min": "96.151", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "121.178", - "max": "121.41", - "min": "121.039", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "159.965", - "max": "160.202", - "min": "159.725", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "64.235", - "max": "70.348", - "min": "63.719", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "308.216", - "max": "311.706", - "min": "307.582", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "120.41", - "max": "120.858", - "min": "120.1", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "356.852", - "max": "376.34", - "min": "325.587", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "183.17", - "max": "184.992", - "min": "182.867", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "82.292", - "max": "82.489", - "min": "82.117", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "109.957", - "max": "114.295", - "min": "109.598", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "160.449", - "max": "162.975", - "min": "160.119", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "247.85", - "max": "248.774", - "min": "247.6", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "277.83", - "max": "278.014", - "min": "277.651", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "100.045", - "max": "100.296", - "min": "99.905", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "148.33", - "max": "172.235", - "min": "146.957", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.779", - "max": "497.587", - "min": "195.63", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "169.845", - "max": "288.792", - "min": "95.175", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "153.689", - "max": "156.21", - "min": "153.124", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "245.658", - "max": "246.351", - "min": "245.39", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "117.245", - "max": "117.505", - "min": "117.014", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "121.869", - "max": "123.305", - "min": "121.551", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "110.443", - "max": "111.344", - "min": "110.169", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "196.163", - "max": "346.531", - "min": "114.102", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "193.357", - "max": "194", - "min": "193.054", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "58.911", - "max": "213.882", - "min": "53.038", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "52.313", - "max": "52.527", - "min": "52.148", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "46.725", - "max": "47.49", - "min": "46.341", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "81.299", - "max": "90.585", - "min": "80.336", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "251.623", - "max": "252.385", - "min": "251.302", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "119.053", - "max": "119.42", - "min": "118.848", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "181.121", - "max": "182.384", - "min": "180.856", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.576", - "max": "117.996", - "min": "117.335", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "98.38", - "max": "98.65", - "min": "98.148", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "86.665", - "max": "86.941", - "min": "86.326", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "285.521", - "max": "286.589", - "min": "284.718", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "140.336", - "max": "140.547", - "min": "140.177", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.999", - "max": "74.404", - "min": "73.777", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "148.426", - "max": "169.453", - "min": "146.617", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "117.794", - "max": "118.343", - "min": "117.578", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "101.62", - "max": "101.852", - "min": "101.299", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "82.835", - "max": "83.721", - "min": "82.628", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "39.759", - "max": "39.962", - "min": "39.52", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "194.991", - "max": "195.5", - "min": "194.714", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "53.556", - "max": "53.739", - "min": "53.379", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "35.324", - "max": "35.972", - "min": "35.025", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "166.14", - "max": "183.031", - "min": "165.056", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "21.407", - "max": "22.596", - "min": "21.148", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "59.204", - "max": "74.151", - "min": "58.424", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "142.952", - "max": "143.091", - "min": "142.725", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "13.343", - "max": "14.116", - "min": "13.096", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "12.936", - "max": "13.083", - "min": "12.764", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "28.46", - "max": "39.376", - "min": "27.334", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "268.519", - "max": "268.73", - "min": "268.382", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "51.819", - "max": "52.289", - "min": "51.568", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "26.599", - "max": "27.048", - "min": "26.403", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "101.879", - "max": "102.479", - "min": "101.351", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "125.463", - "max": "125.923", - "min": "125.202", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "52.122", - "max": "52.479", - "min": "51.856", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "293.378", - "max": "331.646", - "min": "286.828", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "111.587", - "max": "111.931", - "min": "111.43", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "251.269", - "max": "344.884", - "min": "243.473", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "123.853", - "max": "124.139", - "min": "123.694", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "298.386", - "max": "298.637", - "min": "298.227", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "45.344", - "max": "45.528", - "min": "45.058", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "69.12", - "max": "69.446", - "min": "68.901", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "130.623", - "max": "131.132", - "min": "130.403", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "166.906", - "max": "167.096", - "min": "166.613", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "104.762", - "max": "104.981", - "min": "104.616", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "135.537", - "max": "135.935", - "min": "135.313", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "245.124", - "max": "247.883", - "min": "244.634", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.084", - "max": "73.299", - "min": "72.752", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "94.161", - "max": "94.339", - "min": "93.995", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "26.149", - "max": "28.296", - "min": "25.713", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "148.511", - "max": "148.736", - "min": "148.309", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "23.61", - "max": "23.87", - "min": "23.392", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "28.816", - "max": "35.301", - "min": "28.344", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "40.492", - "max": "46.417", - "min": "40.041", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "34.367", - "max": "34.554", - "min": "34.211", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.482", - "max": "16.791", - "min": "15.049", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "69.379", - "max": "69.53", - "min": "69.023", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "56.505", - "max": "56.689", - "min": "56.28", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "78.266", - "max": "91.03", - "min": "77.412", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "52.804", - "max": "53.012", - "min": "52.642", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "18.808", - "max": "19.198", - "min": "18.581", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "28.758", - "max": "29.08", - "min": "28.612", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "17.061", - "max": "17.264", - "min": "16.886", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "42.905", - "max": "43.107", - "min": "42.604", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "70.084", - "max": "70.455", - "min": "69.762", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "43.119", - "max": "54.98", - "min": "41.474", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "53.969", - "max": "113.143", - "min": "27.582", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "10.366", - "max": "10.562", - "min": "10.246", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "74.31", - "max": "74.68", - "min": "74.003", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "51.478", - "max": "60.942", - "min": "50.864", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "55.453", - "max": "56.036", - "min": "54.889", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "18.539", - "max": "34.455", - "min": "17.467", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.072", - "max": "379.078", - "min": "352.054", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "32.603", - "max": "32.8", - "min": "32.403", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "38.857", - "max": "39.096", - "min": "38.599", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "37.986", - "max": "39.036", - "min": "37.799", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "167.597", - "max": "175.099", - "min": "166.253", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "67.554", - "max": "67.812", - "min": "67.268", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "16.593", - "max": "18.124", - "min": "16.27", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "17.613", - "max": "18.485", - "min": "17.424", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "17.848", - "max": "18.136", - "min": "17.572", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "265.153", - "max": "279.614", - "min": "262.411", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "91.374", - "max": "95.693", - "min": "90.843", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "329.636", - "max": "333.42", - "min": "315.498", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "160.625", - "max": "166.912", - "min": "160.076", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "17.347", - "max": "17.909", - "min": "17.148", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "162.208", - "max": "162.869", - "min": "162.002", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "151.482", - "max": "152.605", - "min": "151.102", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "47.714", - "max": "48.074", - "min": "47.438", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "78.606", - "max": "79.463", - "min": "78.375", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "14.298", - "max": "16.242", - "min": "13.825", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "21.564", - "max": "22.35", - "min": "21.197", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "116.571", - "max": "116.764", - "min": "116.368", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "117.198", - "max": "117.412", - "min": "117.058", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "273.619", - "max": "358.899", - "min": "264.022", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.477", - "max": "80.917", - "min": "80.254", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "34.499", - "max": "34.749", - "min": "34.298", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "85.174", - "max": "85.341", - "min": "84.971", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "36.14", - "max": "36.328", - "min": "36.039", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "223.28", - "max": "596.171", - "min": "209.996", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "126.38", - "max": "129.653", - "min": "123.514", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.494", - "max": "31.685", - "min": "31.308", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "46.91", - "max": "49.075", - "min": "46.072", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "155.869", - "max": "177.088", - "min": "154.167", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "116.962", - "max": "117.37", - "min": "116.426", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "309.303", - "max": "309.528", - "min": "309.093", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "98.36", - "max": "98.747", - "min": "98.084", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "58.76", - "max": "59.015", - "min": "58.61", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.57", - "max": "24.775", - "min": "24.4", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "51.102", - "max": "51.256", - "min": "50.9", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "86.342", - "max": "88.316", - "min": "85.759", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "102.536", - "max": "102.875", - "min": "102.321", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "70.182", - "max": "73.153", - "min": "68.742", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "172.386", - "max": "173.73", - "min": "172.037", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "85.577", - "max": "88.071", - "min": "84.432", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "74.934", - "max": "76", - "min": "74.706", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "101.952", - "max": "102.507", - "min": "101.619", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "3.178", - "max": "3.971", - "min": "2.863", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "300.474", - "max": "300.925", - "min": "299.397", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.433", - "max": "184.433", - "min": "184.433", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "16.309", - "max": "16.492", - "min": "16.162", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "30.084", - "max": "30.278", - "min": "29.884", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "106.325", - "max": "115.102", - "min": "105.652", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "34.414", - "max": "45.448", - "min": "27.948", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "46.154", - "max": "46.389", - "min": "45.995", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "174.975", - "max": "175.852", - "min": "174.716", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "92.212", - "max": "93.765", - "min": "91.783", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "117.608", - "max": "118.02", - "min": "117.422", - "id": "19", - "country": "Ireland", - "source_name": "Dublin", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "20": { - "name": "Vienna", - "data": { - "0": { - "avg": "228.191", - "max": "228.311", - "min": "228.088", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "290.89", - "max": "291.911", - "min": "290.685", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "108.743", - "max": "108.8", - "min": "108.675", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "3.03", - "max": "10.967", - "min": "1.593", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "22.053", - "max": "23.138", - "min": "21.802", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "233.344", - "max": "233.56", - "min": "233.246", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "21.429", - "max": "22.195", - "min": "21.319", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "286.231", - "max": "293.699", - "min": "285.469", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "57.818", - "max": "58.505", - "min": "57.715", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "42.816", - "max": "43.853", - "min": "42.65", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "30.91", - "max": "31.703", - "min": "30.666", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.874", - "max": "136.145", - "min": "135.781", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "95.608", - "max": "96.209", - "min": "95.488", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.133", - "max": "112.329", - "min": "111.998", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.399", - "max": "129.641", - "min": "129.28", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "105.125", - "max": "105.274", - "min": "104.366", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "25.298", - "max": "25.953", - "min": "25.045", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.63", - "max": "114.862", - "min": "114.556", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "35.213", - "max": "35.397", - "min": "35.075", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "0.029", - "max": "0.036", - "min": "0.013", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "294.386", - "max": "294.482", - "min": "294.327", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "116.714", - "max": "116.766", - "min": "116.66", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "169.161", - "max": "170.209", - "min": "169.039", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "168.931", - "max": "169.305", - "min": "168.823", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "30.083", - "max": "30.356", - "min": "29.793", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "33.341", - "max": "33.459", - "min": "33.28", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "15.804", - "max": "16.284", - "min": "15.698", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "5.781", - "max": "6.184", - "min": "5.687", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.183", - "max": "14.297", - "min": "14.128", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "152.365", - "max": "152.804", - "min": "152.09", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "171.115", - "max": "171.24", - "min": "171.035", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.769", - "max": "31.026", - "min": "30.71", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "159.279", - "max": "162.74", - "min": "159.037", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "55.56", - "max": "55.733", - "min": "55.484", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.201", - "max": "14.864", - "min": "14.029", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "165.108", - "max": "166.546", - "min": "164.835", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.982", - "max": "166.139", - "min": "165.922", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "164.051", - "max": "164.204", - "min": "163.9", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "130.289", - "max": "130.677", - "min": "130.154", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "102.722", - "max": "107.051", - "min": "102.295", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "167.82", - "max": "170.088", - "min": "167.459", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "26.919", - "max": "32.384", - "min": "26.31", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "54.968", - "max": "55.16", - "min": "54.822", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "32.263", - "max": "32.517", - "min": "32.113", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.875", - "max": "162.139", - "min": "161.76", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "8.955", - "max": "9.655", - "min": "8.663", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "36.04", - "max": "36.846", - "min": "35.85", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "180.179", - "max": "181.868", - "min": "180.026", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "257.382", - "max": "257.698", - "min": "257.196", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "136.07", - "max": "136.186", - "min": "136.017", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "98.833", - "max": "99.69", - "min": "98.677", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "166.059", - "max": "166.272", - "min": "165.921", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "54.59", - "max": "64.953", - "min": "47.95", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "126.624", - "max": "126.869", - "min": "126.391", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "157.515", - "max": "165.335", - "min": "154.248", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "206.92", - "max": "208.23", - "min": "206.658", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.57", - "max": "41.863", - "min": "37.861", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "316.393", - "max": "323.43", - "min": "315.87", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "17.115", - "max": "18.096", - "min": "16.795", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "16.652", - "max": "17.313", - "min": "16.551", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "64.272", - "max": "66.115", - "min": "63.822", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "70.675", - "max": "117.09", - "min": "67.479", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "210.666", - "max": "296.124", - "min": "199.167", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "274.16", - "max": "276.255", - "min": "273.935", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "47.455", - "max": "48.663", - "min": "47.331", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "36.964", - "max": "37.165", - "min": "36.904", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "96.784", - "max": "96.886", - "min": "96.734", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "30.995", - "max": "31.318", - "min": "30.633", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "229.011", - "max": "230.993", - "min": "228.416", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "139.442", - "max": "140.717", - "min": "139.32", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "192.535", - "max": "193.521", - "min": "192.345", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "163.692", - "max": "165.472", - "min": "163.447", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "175.53", - "max": "178.161", - "min": "175.272", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "119.48", - "max": "119.52", - "min": "119.442", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "70.068", - "max": "71.187", - "min": "69.907", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "30.245", - "max": "31.073", - "min": "30.093", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "116.737", - "max": "116.854", - "min": "116.6", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "156.623", - "max": "161.19", - "min": "156.251", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "114.691", - "max": "115.077", - "min": "114.471", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "115.827", - "max": "116.042", - "min": "115.711", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.906", - "max": "162.259", - "min": "161.769", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "107.06", - "max": "107.448", - "min": "106.77", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "350.288", - "max": "350.668", - "min": "350.047", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "154.245", - "max": "154.536", - "min": "154.071", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "148.005", - "max": "148.076", - "min": "147.943", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "80.88", - "max": "81.812", - "min": "80.502", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "38.529", - "max": "38.991", - "min": "38.301", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "125.347", - "max": "125.504", - "min": "125.274", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "124.79", - "max": "125.531", - "min": "124.639", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "27.331", - "max": "33.605", - "min": "27.013", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "129.506", - "max": "131.063", - "min": "128.893", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "171.002", - "max": "171.825", - "min": "170.784", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "44.498", - "max": "44.529", - "min": "44.466", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "299.684", - "max": "301.486", - "min": "299.431", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "108.412", - "max": "108.529", - "min": "108.343", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "125.322", - "max": "125.933", - "min": "125.122", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "177.427", - "max": "177.691", - "min": "177.173", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "156.806", - "max": "200.252", - "min": "153.474", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "158.208", - "max": "158.388", - "min": "158.111", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "117.456", - "max": "118.824", - "min": "117.272", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "133.309", - "max": "134.61", - "min": "133.189", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "179.001", - "max": "179.275", - "min": "178.839", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "38.257", - "max": "39.624", - "min": "38.086", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "325.654", - "max": "335.003", - "min": "324.874", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "125.433", - "max": "125.827", - "min": "125.27", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "187.933", - "max": "188.946", - "min": "187.763", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "94.99", - "max": "95.17", - "min": "94.841", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "121.532", - "max": "121.654", - "min": "121.445", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "142.447", - "max": "143.001", - "min": "142.359", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "310.582", - "max": "311.259", - "min": "310.426", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "291.651", - "max": "292.154", - "min": "291.565", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "97.754", - "max": "97.836", - "min": "97.678", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "132.365", - "max": "136.497", - "min": "132.048", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.82", - "max": "507.93", - "min": "222.357", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "125.448", - "max": "262.156", - "min": "38.113", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "192.311", - "max": "197.731", - "min": "191.578", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "279.452", - "max": "280.774", - "min": "279.262", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "133.627", - "max": "133.755", - "min": "133.513", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "134.376", - "max": "135.016", - "min": "134.133", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "128.149", - "max": "136.65", - "min": "127.589", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "215.537", - "max": "380.502", - "min": "133.648", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "216.283", - "max": "217.045", - "min": "216.17", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "30.227", - "max": "60.444", - "min": "28.754", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "33.431", - "max": "33.53", - "min": "33.372", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "42.111", - "max": "43.476", - "min": "41.295", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "104.513", - "max": "104.844", - "min": "104.405", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "190.124", - "max": "190.488", - "min": "189.976", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "153.787", - "max": "154.272", - "min": "153.627", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "189.445", - "max": "190.659", - "min": "189.308", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "126.625", - "max": "126.771", - "min": "126.541", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "116.646", - "max": "116.901", - "min": "116.488", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "115.865", - "max": "116.035", - "min": "115.606", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "297.908", - "max": "299.237", - "min": "297.364", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "143.455", - "max": "143.586", - "min": "143.405", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "89.205", - "max": "89.332", - "min": "89.104", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "151.151", - "max": "159.037", - "min": "149.811", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "138.18", - "max": "138.825", - "min": "138.101", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "125.93", - "max": "126.217", - "min": "125.801", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "92.074", - "max": "92.197", - "min": "91.97", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "1.71", - "max": "2.02", - "min": "1.593", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "180.491", - "max": "181.771", - "min": "180.054", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "54.556", - "max": "55.743", - "min": "54.412", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "6.103", - "max": "6.28", - "min": "6.018", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "195.352", - "max": "195.999", - "min": "195.025", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "15.782", - "max": "16.364", - "min": "15.546", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "17.232", - "max": "22.489", - "min": "16.868", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "155.338", - "max": "156.306", - "min": "155.219", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "25.525", - "max": "25.833", - "min": "25.452", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "32.403", - "max": "32.527", - "min": "32.345", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "9.946", - "max": "23.584", - "min": "8.654", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "276.576", - "max": "276.664", - "min": "276.527", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "15.805", - "max": "16.892", - "min": "15.65", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "17.775", - "max": "56.413", - "min": "16.286", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "104.802", - "max": "104.932", - "min": "104.743", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "153.034", - "max": "153.836", - "min": "152.755", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "38.713", - "max": "40.366", - "min": "38.347", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "315.449", - "max": "360.867", - "min": "307.5", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "135.931", - "max": "136.142", - "min": "135.735", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "267.225", - "max": "342.718", - "min": "258.902", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "139.434", - "max": "139.636", - "min": "139.333", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "406.862", - "max": "407.215", - "min": "406.426", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "22.264", - "max": "22.624", - "min": "22.091", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "88.897", - "max": "89.121", - "min": "88.788", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "94.486", - "max": "95.074", - "min": "94.346", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "186.662", - "max": "186.724", - "min": "186.623", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "107.261", - "max": "107.584", - "min": "107.15", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "149.643", - "max": "150.171", - "min": "149.518", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "304.156", - "max": "320.919", - "min": "288.315", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "107.468", - "max": "107.765", - "min": "107.336", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "115.893", - "max": "115.919", - "min": "115.846", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.143", - "max": "17.494", - "min": "13.845", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "334.406", - "max": "364.101", - "min": "314.344", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "38.706", - "max": "41.244", - "min": "38.555", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "15.843", - "max": "16.302", - "min": "15.572", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "37.35", - "max": "47.679", - "min": "36.797", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "20.843", - "max": "21", - "min": "20.785", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "31.625", - "max": "33.724", - "min": "31.226", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.379", - "max": "68.973", - "min": "68.212", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "24.451", - "max": "24.64", - "min": "24.371", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "77.788", - "max": "78.006", - "min": "77.723", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "44.932", - "max": "45.095", - "min": "44.817", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "20.281", - "max": "20.854", - "min": "20.105", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "25.645", - "max": "25.742", - "min": "25.579", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "23.586", - "max": "23.759", - "min": "23.5", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "11.871", - "max": "11.967", - "min": "11.733", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "61.158", - "max": "62.291", - "min": "60.825", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "22.138", - "max": "26.457", - "min": "21.116", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "64.796", - "max": "143.43", - "min": "33.52", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "23.477", - "max": "24.063", - "min": "23.323", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "48.511", - "max": "48.611", - "min": "48.377", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "31.472", - "max": "31.734", - "min": "31.372", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "17.109", - "max": "17.678", - "min": "16.679", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "21.575", - "max": "23.379", - "min": "21.126", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "267.424", - "max": "272.581", - "min": "267.119", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "6.598", - "max": "6.668", - "min": "6.534", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "22.869", - "max": "23.11", - "min": "22.683", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "14.485", - "max": "14.558", - "min": "14.41", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "193.311", - "max": "200.544", - "min": "191.884", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "31.845", - "max": "32.033", - "min": "31.662", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "22.645", - "max": "24.031", - "min": "22.24", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "20.381", - "max": "20.628", - "min": "20.256", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.572", - "max": "29.99", - "min": "24.224", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "317.66", - "max": "331.844", - "min": "315.975", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "108.633", - "max": "115.59", - "min": "107.122", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "227.096", - "max": "233.357", - "min": "220.455", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "152.751", - "max": "152.846", - "min": "152.64", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "28.701", - "max": "29.093", - "min": "28.567", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "160.078", - "max": "161.223", - "min": "159.871", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "182.03", - "max": "182.625", - "min": "181.791", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "31.58", - "max": "31.729", - "min": "31.441", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "37.889", - "max": "38.794", - "min": "37.659", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "29.701", - "max": "30.739", - "min": "29.375", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "24.262", - "max": "24.604", - "min": "24.14", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "122.113", - "max": "122.222", - "min": "122.082", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "125.125", - "max": "125.214", - "min": "125.086", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "341.552", - "max": "482.742", - "min": "331.225", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "95.677", - "max": "96.167", - "min": "95.617", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "15.807", - "max": "16.204", - "min": "15.696", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "95.035", - "max": "95.097", - "min": "94.996", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "14.222", - "max": "14.379", - "min": "14.112", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "262.449", - "max": "547.587", - "min": "252.386", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "137.634", - "max": "140.996", - "min": "135.209", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "33.881", - "max": "34.122", - "min": "33.778", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "50.801", - "max": "52.615", - "min": "49.96", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "162.436", - "max": "164.62", - "min": "161.487", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "252.15", - "max": "252.677", - "min": "251.879", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "254.831", - "max": "255.062", - "min": "254.69", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "76.116", - "max": "76.573", - "min": "75.96", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "45.028", - "max": "45.077", - "min": "44.981", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.627", - "max": "24.662", - "min": "24.582", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "66.238", - "max": "68.221", - "min": "66.109", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "102.602", - "max": "104.772", - "min": "102.183", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "106.512", - "max": "106.771", - "min": "106.446", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "71.883", - "max": "75.642", - "min": "69.824", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "188.877", - "max": "190.05", - "min": "188.643", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "103.484", - "max": "105.141", - "min": "102.805", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.398", - "max": "66.679", - "min": "64.208", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "115.123", - "max": "115.602", - "min": "114.868", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "41.782", - "max": "45.151", - "min": "41.458", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "237.388", - "max": "237.856", - "min": "237.012", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "199.781", - "max": "199.781", - "min": "199.781", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "31.464", - "max": "31.517", - "min": "31.438", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "15.864", - "max": "16.049", - "min": "15.782", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.272", - "max": "168.466", - "min": "125.714", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "44.333", - "max": "58.041", - "min": "35.774", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "29.04", - "max": "29.117", - "min": "28.936", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "138.656", - "max": "139.819", - "min": "138.516", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "69.328", - "max": "71.638", - "min": "69.039", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "123.515", - "max": "127.731", - "min": "122.732", - "id": "20", - "country": "Austria", - "source_name": "Vienna", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "26": { - "name": "Copenhagen", - "data": { - "0": { - "avg": "228.95", - "max": "229.168", - "min": "228.814", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "284.117", - "max": "285.755", - "min": "283.794", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "110.171", - "max": "111.871", - "min": "109.981", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "20.028", - "max": "27.617", - "min": "19.506", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "23.668", - "max": "23.956", - "min": "23.511", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "233.88", - "max": "234.253", - "min": "233.769", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "17.257", - "max": "17.477", - "min": "17.183", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "279.429", - "max": "282.064", - "min": "278.801", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "27.709", - "max": "29.475", - "min": "27.477", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "10.295", - "max": "12.002", - "min": "10.051", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "16.826", - "max": "17.155", - "min": "16.685", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "126.917", - "max": "150.615", - "min": "126.01", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "89.655", - "max": "89.99", - "min": "89.544", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "95.259", - "max": "95.562", - "min": "95.138", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.719", - "max": "129.952", - "min": "129.613", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "103.226", - "max": "103.533", - "min": "102.917", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.388", - "max": "35.676", - "min": "35.201", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "116.046", - "max": "116.266", - "min": "115.949", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "32.286", - "max": "32.488", - "min": "32.174", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "33.355", - "max": "33.402", - "min": "33.294", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "287.966", - "max": "288.347", - "min": "287.87", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "113.538", - "max": "113.605", - "min": "113.468", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "163.001", - "max": "163.543", - "min": "162.899", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "165.61", - "max": "171.856", - "min": "165.235", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "27.268", - "max": "29.487", - "min": "27.019", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "0.037", - "max": "0.053", - "min": "0.03", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "29.12", - "max": "29.75", - "min": "28.955", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "44.59", - "max": "44.748", - "min": "44.435", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "21.612", - "max": "21.69", - "min": "21.551", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "145.994", - "max": "147.485", - "min": "145.679", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "166.313", - "max": "166.467", - "min": "166.214", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "37.28", - "max": "37.505", - "min": "37.134", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "146.941", - "max": "147.083", - "min": "146.82", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "49.838", - "max": "49.953", - "min": "49.755", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "18.147", - "max": "18.61", - "min": "17.988", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "173.384", - "max": "174.925", - "min": "173.116", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "164.908", - "max": "164.992", - "min": "164.851", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "146.887", - "max": "147.033", - "min": "146.674", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "125.473", - "max": "125.802", - "min": "125.362", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "105.188", - "max": "113.052", - "min": "104.679", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "163.026", - "max": "165.736", - "min": "162.413", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "23.205", - "max": "26.969", - "min": "22.828", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "56.349", - "max": "56.686", - "min": "56.188", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "28.039", - "max": "38.104", - "min": "27.541", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "148.331", - "max": "148.483", - "min": "148.221", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "38.242", - "max": "38.883", - "min": "37.819", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "12.877", - "max": "13.271", - "min": "12.663", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "170.002", - "max": "170.263", - "min": "169.883", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "267.972", - "max": "268.358", - "min": "267.829", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "144.082", - "max": "145.18", - "min": "143.988", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "96.08", - "max": "96.265", - "min": "95.899", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "161.766", - "max": "162.34", - "min": "161.445", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "58.776", - "max": "148.333", - "min": "42.807", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "110.861", - "max": "110.966", - "min": "110.743", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "152.919", - "max": "160.884", - "min": "149.938", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "339.327", - "max": "339.725", - "min": "339.171", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "54.539", - "max": "61.266", - "min": "53.669", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "305.998", - "max": "306.127", - "min": "305.938", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "54.128", - "max": "55.215", - "min": "53.842", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "19.665", - "max": "19.868", - "min": "19.569", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "69.594", - "max": "70.449", - "min": "69.186", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "85.38", - "max": "147.385", - "min": "81.449", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "208.141", - "max": "305.812", - "min": "201.643", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "298.038", - "max": "298.82", - "min": "297.871", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "59.466", - "max": "59.626", - "min": "59.343", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.466", - "max": "46.59", - "min": "46.401", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "91.008", - "max": "91.251", - "min": "90.904", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "46.65", - "max": "47.034", - "min": "46.36", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "223.436", - "max": "225.081", - "min": "222.828", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "140.062", - "max": "142.295", - "min": "139.874", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "334.349", - "max": "335.076", - "min": "334.19", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "154.941", - "max": "155.501", - "min": "154.713", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "166.771", - "max": "167.052", - "min": "166.627", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "118.351", - "max": "118.419", - "min": "118.299", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "60.611", - "max": "61.372", - "min": "60.452", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "27.374", - "max": "27.557", - "min": "27.214", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "111.974", - "max": "112.132", - "min": "111.845", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "151.861", - "max": "156.652", - "min": "151.522", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "107.017", - "max": "108.413", - "min": "106.716", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "110.798", - "max": "123.546", - "min": "110.194", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "172.159", - "max": "172.304", - "min": "172.024", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "105.093", - "max": "105.568", - "min": "104.822", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "294.836", - "max": "297.002", - "min": "292.023", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "154.288", - "max": "154.532", - "min": "154.128", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "130.499", - "max": "130.635", - "min": "130.425", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "75.567", - "max": "76.461", - "min": "75.236", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "30.329", - "max": "32.199", - "min": "29.958", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "122.278", - "max": "122.421", - "min": "122.199", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "112.033", - "max": "112.341", - "min": "111.934", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "27.805", - "max": "31.797", - "min": "27.513", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "119.037", - "max": "120.778", - "min": "118.52", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "157.487", - "max": "157.896", - "min": "157.269", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "41.328", - "max": "43.154", - "min": "41.227", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "275.098", - "max": "288.793", - "min": "274.377", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "101.731", - "max": "102.183", - "min": "101.633", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.049", - "max": "131.28", - "min": "130.832", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "161.075", - "max": "161.303", - "min": "160.795", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "151.043", - "max": "158.109", - "min": "149.758", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "156.155", - "max": "156.258", - "min": "156.054", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "114.01", - "max": "118.532", - "min": "113.743", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "122.441", - "max": "122.677", - "min": "122.32", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "167.968", - "max": "168.138", - "min": "167.839", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "57.447", - "max": "57.891", - "min": "57.3", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "327.768", - "max": "330.794", - "min": "327.033", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "116.588", - "max": "116.861", - "min": "116.441", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "326.873", - "max": "344.218", - "min": "292.273", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "189.414", - "max": "189.608", - "min": "189.349", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "91.995", - "max": "92.309", - "min": "91.815", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "110.518", - "max": "110.699", - "min": "110.398", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "158.744", - "max": "159.492", - "min": "158.578", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "251.407", - "max": "267.289", - "min": "250.749", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "286.872", - "max": "287.066", - "min": "286.781", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "99.872", - "max": "100.163", - "min": "99.778", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.956", - "max": "146.134", - "min": "142.444", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "385.897", - "max": "504.185", - "min": "205.028", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "152.221", - "max": "269.994", - "min": "58.103", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "185.556", - "max": "191.458", - "min": "185.086", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "225.757", - "max": "226.782", - "min": "225.567", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "134.361", - "max": "134.519", - "min": "134.247", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "127.141", - "max": "128.191", - "min": "126.913", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "123.669", - "max": "125.339", - "min": "123.406", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "195.277", - "max": "342.616", - "min": "115.306", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "201.467", - "max": "202.154", - "min": "201.311", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "46.218", - "max": "147.452", - "min": "38.819", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "32.431", - "max": "32.541", - "min": "32.375", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "9.626", - "max": "11.098", - "min": "9.152", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "85.28", - "max": "85.497", - "min": "85.148", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.122", - "max": "174.499", - "min": "172.816", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "144.992", - "max": "147.39", - "min": "144.732", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "194.803", - "max": "195.564", - "min": "194.721", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "113.543", - "max": "113.805", - "min": "113.428", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "113.981", - "max": "117.826", - "min": "113.628", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "110.797", - "max": "111.112", - "min": "110.499", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "289.154", - "max": "290.194", - "min": "288.576", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "133.956", - "max": "134.601", - "min": "133.887", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "85.493", - "max": "85.67", - "min": "85.355", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "143.398", - "max": "150.309", - "min": "141.789", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "136.634", - "max": "137", - "min": "136.553", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "120.677", - "max": "120.757", - "min": "120.554", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "89.639", - "max": "89.784", - "min": "89.515", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "19.935", - "max": "20.081", - "min": "19.821", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.912", - "max": "201.307", - "min": "198.431", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "21.451", - "max": "21.711", - "min": "21.344", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "34.484", - "max": "35.154", - "min": "34.299", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "188.556", - "max": "201.194", - "min": "187.715", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "13.11", - "max": "13.994", - "min": "12.691", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "50.292", - "max": "57.979", - "min": "49.931", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "141.314", - "max": "141.551", - "min": "141.22", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "22.855", - "max": "23.599", - "min": "22.759", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "25.586", - "max": "25.77", - "min": "25.475", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "24.653", - "max": "31.012", - "min": "23.9", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "257.611", - "max": "257.707", - "min": "257.547", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "49.218", - "max": "49.616", - "min": "49.097", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "22.513", - "max": "22.718", - "min": "22.331", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "102.899", - "max": "103.008", - "min": "102.802", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "149.684", - "max": "149.921", - "min": "149.39", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "16.048", - "max": "16.533", - "min": "15.895", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "311.04", - "max": "357.373", - "min": "304.712", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "128.264", - "max": "128.512", - "min": "128.061", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "258.423", - "max": "352.744", - "min": "250.765", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "134.353", - "max": "134.475", - "min": "134.299", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "401.807", - "max": "402.145", - "min": "401.494", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "36.628", - "max": "36.856", - "min": "36.528", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "92.604", - "max": "92.863", - "min": "92.474", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "93.067", - "max": "97.726", - "min": "92.772", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.265", - "max": "182.368", - "min": "182.185", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "73.314", - "max": "73.435", - "min": "73.224", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "148.458", - "max": "148.891", - "min": "148.309", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "194.37", - "max": "196.725", - "min": "194.013", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "89.902", - "max": "90.039", - "min": "89.743", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "111.43", - "max": "111.599", - "min": "111.357", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "22.1", - "max": "24.727", - "min": "21.543", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "302.953", - "max": "303.049", - "min": "302.875", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "31.219", - "max": "31.28", - "min": "31.144", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "30.216", - "max": "36.312", - "min": "29.677", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "33.465", - "max": "33.742", - "min": "33.402", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "36.659", - "max": "36.94", - "min": "36.59", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "27.195", - "max": "28.173", - "min": "26.992", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "69.073", - "max": "70.093", - "min": "68.879", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "38.996", - "max": "39.125", - "min": "38.907", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "39.07", - "max": "39.221", - "min": "38.992", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "54.911", - "max": "55.113", - "min": "54.787", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "13.611", - "max": "13.925", - "min": "13.386", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "15.61", - "max": "15.896", - "min": "15.466", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "12.972", - "max": "13.278", - "min": "12.813", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "27.673", - "max": "27.815", - "min": "27.563", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "56.068", - "max": "56.979", - "min": "55.838", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "36.827", - "max": "73.696", - "min": "34.71", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "47.873", - "max": "109.857", - "min": "18.108", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "16.998", - "max": "17.177", - "min": "16.892", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "55.162", - "max": "55.432", - "min": "55.025", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "45.179", - "max": "45.482", - "min": "44.992", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "51.689", - "max": "52.193", - "min": "51.242", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "17.52", - "max": "37.135", - "min": "16.553", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "213.526", - "max": "214.08", - "min": "213.431", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "21.017", - "max": "21.222", - "min": "20.926", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "31.929", - "max": "32.169", - "min": "31.786", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "17.928", - "max": "18.01", - "min": "17.883", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "173.359", - "max": "180.751", - "min": "171.554", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "45.232", - "max": "45.783", - "min": "45.037", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "14.544", - "max": "21.928", - "min": "13.935", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "15.099", - "max": "15.573", - "min": "14.943", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "12.633", - "max": "12.943", - "min": "12.364", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "306.578", - "max": "321.196", - "min": "305.194", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "88.702", - "max": "94.99", - "min": "87.839", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "237.327", - "max": "240.795", - "min": "230.072", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "149.035", - "max": "149.163", - "min": "148.892", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "16.813", - "max": "17.823", - "min": "16.604", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "126.277", - "max": "127.183", - "min": "126.068", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "164.397", - "max": "164.671", - "min": "164.252", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "40.922", - "max": "41.085", - "min": "40.808", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "56.321", - "max": "56.524", - "min": "56.205", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "26.008", - "max": "27.554", - "min": "25.696", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "16.343", - "max": "17.289", - "min": "16.082", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "113.603", - "max": "113.721", - "min": "113.554", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "122.113", - "max": "122.895", - "min": "122.033", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "266.358", - "max": "271.316", - "min": "265.97", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.398", - "max": "93.553", - "min": "93.336", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "32.851", - "max": "33.481", - "min": "32.743", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "91.444", - "max": "91.525", - "min": "91.364", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "27.072", - "max": "27.316", - "min": "27.008", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "221.841", - "max": "223.232", - "min": "221.676", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "133.938", - "max": "137.946", - "min": "130.946", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "35.997", - "max": "36.812", - "min": "35.833", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "53.679", - "max": "54.901", - "min": "53.089", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "167.226", - "max": "185.105", - "min": "165.482", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "117.863", - "max": "118.548", - "min": "117.552", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "246.899", - "max": "247.055", - "min": "246.726", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "96.636", - "max": "96.975", - "min": "96.463", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "47.17", - "max": "47.261", - "min": "47.108", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "18.819", - "max": "18.885", - "min": "18.758", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "68.4", - "max": "68.46", - "min": "68.346", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "98.932", - "max": "104.434", - "min": "98.439", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "100.075", - "max": "100.637", - "min": "99.961", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "72.759", - "max": "79.502", - "min": "70.675", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "184.093", - "max": "184.85", - "min": "183.879", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "108.746", - "max": "110.573", - "min": "107.876", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "69.555", - "max": "70.225", - "min": "69.364", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "111.675", - "max": "111.955", - "min": "111.449", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "31.259", - "max": "34.285", - "min": "31.08", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "248.564", - "max": "250.253", - "min": "241.536", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "194.434", - "max": "194.434", - "min": "194.434", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "24.169", - "max": "24.21", - "min": "24.13", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "17.532", - "max": "17.809", - "min": "17.329", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "118.052", - "max": "120.536", - "min": "117.792", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "40.627", - "max": "56.25", - "min": "33.992", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "39.963", - "max": "40.027", - "min": "39.884", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "202.26", - "max": "204.111", - "min": "201.967", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "73.891", - "max": "74.257", - "min": "73.633", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "123.499", - "max": "123.65", - "min": "123.414", - "id": "26", - "country": "Denmark", - "source_name": "Copenhagen", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "27": { - "name": "Milan", - "data": { - "0": { - "avg": "216.602", - "max": "220.533", - "min": "216.225", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "243.647", - "max": "244.944", - "min": "243.274", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "121.399", - "max": "124.618", - "min": "121.162", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "18.008", - "max": "24.315", - "min": "17.07", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "20.179", - "max": "23.229", - "min": "19.808", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "287.449", - "max": "288.322", - "min": "287.194", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "20.071", - "max": "23.746", - "min": "19.761", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "284.061", - "max": "291.958", - "min": "282.515", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "59.424", - "max": "60.854", - "min": "59.269", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "42.323", - "max": "46.163", - "min": "41.869", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "23.631", - "max": "25.265", - "min": "23.295", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "134.398", - "max": "135.153", - "min": "134.162", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "93.81", - "max": "96.92", - "min": "93.479", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "105.853", - "max": "109.159", - "min": "105.434", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "125.876", - "max": "127.986", - "min": "125.654", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "97.787", - "max": "98.575", - "min": "97.218", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "54.853", - "max": "63.914", - "min": "54.024", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "113.664", - "max": "114.518", - "min": "113.451", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "36.19", - "max": "37.199", - "min": "35.912", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.34", - "max": "21.22", - "min": "15.716", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "274.903", - "max": "278.464", - "min": "274.657", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "112.811", - "max": "114.053", - "min": "112.58", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "161.46", - "max": "162.617", - "min": "161.243", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "166.724", - "max": "167.416", - "min": "166.516", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "40.113", - "max": "45.6", - "min": "39.261", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "29.358", - "max": "32.336", - "min": "28.982", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "0.02", - "max": "0.053", - "min": "0.012", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "26.391", - "max": "29.241", - "min": "25.805", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.593", - "max": "20.986", - "min": "16.165", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "153.074", - "max": "156.616", - "min": "152.511", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "152.842", - "max": "154.088", - "min": "152.679", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.286", - "max": "32.054", - "min": "29.977", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "157.352", - "max": "173.013", - "min": "156.437", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "58.629", - "max": "59.892", - "min": "58.401", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "17.705", - "max": "21.284", - "min": "16.984", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "156.398", - "max": "165.685", - "min": "155.801", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "162.906", - "max": "167.699", - "min": "162.628", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "150.132", - "max": "152.217", - "min": "149.805", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "132.85", - "max": "136.557", - "min": "132.334", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "97.839", - "max": "99.401", - "min": "97.324", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "166.065", - "max": "168.22", - "min": "165.581", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "30.062", - "max": "33.642", - "min": "29.568", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "58.629", - "max": "59.604", - "min": "58.375", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "41.139", - "max": "44.999", - "min": "40.65", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "178.784", - "max": "180.919", - "min": "178.564", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "30.106", - "max": "31.615", - "min": "29.537", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "47.568", - "max": "49.567", - "min": "47.28", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "181.883", - "max": "185.202", - "min": "181.407", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "244.711", - "max": "246.087", - "min": "243.42", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "140.717", - "max": "143.77", - "min": "140.371", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "100.231", - "max": "101.07", - "min": "99.955", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "160.059", - "max": "163.07", - "min": "159.642", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "34.424", - "max": "45.843", - "min": "25.993", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "120.883", - "max": "124.563", - "min": "120.351", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "139.408", - "max": "154.383", - "min": "134.564", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "183.916", - "max": "185.96", - "min": "183.554", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "59.956", - "max": "66.092", - "min": "58.624", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "312.295", - "max": "314.745", - "min": "311.978", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "37.716", - "max": "38.689", - "min": "37.388", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "20.466", - "max": "21.353", - "min": "20.259", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "68.691", - "max": "76.214", - "min": "67.958", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.002", - "max": "128.986", - "min": "62.107", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "180.848", - "max": "259.926", - "min": "176.839", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "294.121", - "max": "295.277", - "min": "293.762", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "49.24", - "max": "53.35", - "min": "48.895", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "36.824", - "max": "38.2", - "min": "36.627", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "95.106", - "max": "96.116", - "min": "94.834", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "38.114", - "max": "39.64", - "min": "37.572", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "238.398", - "max": "241.027", - "min": "237.572", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "134.576", - "max": "136.437", - "min": "134.342", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "209.963", - "max": "212.006", - "min": "209.383", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "159.726", - "max": "161.99", - "min": "159.124", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "168.667", - "max": "171.729", - "min": "168.324", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "121.301", - "max": "127.427", - "min": "120.768", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.597", - "max": "69.654", - "min": "68.296", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "42.395", - "max": "49.521", - "min": "41.861", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "107.558", - "max": "110.155", - "min": "107.21", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "162.271", - "max": "163.45", - "min": "161.891", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "108.374", - "max": "118.31", - "min": "107.337", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "107.941", - "max": "111.751", - "min": "107.357", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "158.584", - "max": "161.873", - "min": "157.951", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "104.835", - "max": "106.112", - "min": "104.392", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "209.679", - "max": "214.79", - "min": "209.187", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "168.716", - "max": "170.575", - "min": "168.383", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "163.271", - "max": "166.168", - "min": "162.78", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "71.668", - "max": "73.312", - "min": "71.149", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "36.224", - "max": "37.477", - "min": "35.829", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "123.22", - "max": "126.024", - "min": "123.007", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "116.187", - "max": "116.86", - "min": "115.964", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "31.072", - "max": "34.669", - "min": "30.573", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "128.02", - "max": "129.416", - "min": "127.176", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "161.276", - "max": "165.307", - "min": "160.8", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "42.601", - "max": "48.277", - "min": "42.132", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "309.742", - "max": "311.576", - "min": "309.479", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "99.253", - "max": "100.153", - "min": "99.085", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "125.419", - "max": "127.357", - "min": "125.008", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "173.595", - "max": "174.959", - "min": "173.231", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "160.88", - "max": "190.473", - "min": "158.718", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.017", - "max": "170.431", - "min": "168.658", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "109.642", - "max": "111.213", - "min": "109.255", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "126.478", - "max": "128.059", - "min": "126.258", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "161.186", - "max": "161.894", - "min": "161.01", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "47.34", - "max": "49.008", - "min": "46.993", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "321.186", - "max": "322.519", - "min": "320.622", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "122.117", - "max": "122.367", - "min": "121.988", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "379.968", - "max": "404.438", - "min": "351.732", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "194.175", - "max": "195.184", - "min": "193.948", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "105.064", - "max": "106.853", - "min": "104.832", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "120.297", - "max": "121.26", - "min": "120.119", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "155.529", - "max": "158.942", - "min": "154.844", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "193.552", - "max": "194.352", - "min": "193.324", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "283.304", - "max": "285.343", - "min": "282.92", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "97.394", - "max": "98.69", - "min": "97.174", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "130.838", - "max": "134.279", - "min": "130.127", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "369.126", - "max": "496.774", - "min": "217.67", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "129.268", - "max": "275.743", - "min": "63.917", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "154.001", - "max": "163.694", - "min": "152.959", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "249.326", - "max": "250.77", - "min": "249.029", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "129.675", - "max": "136.844", - "min": "129.209", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "129.939", - "max": "131.381", - "min": "129.471", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "134.5", - "max": "138.897", - "min": "133.768", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "199.702", - "max": "356.488", - "min": "120.936", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "195.264", - "max": "196.649", - "min": "195.034", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "40.29", - "max": "42.206", - "min": "39.833", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "44.783", - "max": "69.587", - "min": "43.736", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "39.436", - "max": "42.037", - "min": "38.707", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "103.313", - "max": "104.917", - "min": "103.083", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "149.054", - "max": "149.66", - "min": "148.847", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "119.979", - "max": "122.087", - "min": "119.768", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "194.893", - "max": "200.243", - "min": "194.5", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "131.05", - "max": "131.665", - "min": "130.875", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "113.939", - "max": "115.089", - "min": "113.624", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "117.321", - "max": "120.755", - "min": "116.815", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "297.725", - "max": "300.282", - "min": "296.791", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "142.397", - "max": "142.638", - "min": "142.261", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "90.537", - "max": "92.108", - "min": "90.167", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "151.077", - "max": "160.551", - "min": "149.62", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "141.145", - "max": "152.338", - "min": "139.286", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "122.235", - "max": "126.076", - "min": "121.597", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "93.248", - "max": "93.97", - "min": "93.08", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "17.397", - "max": "18.268", - "min": "17.141", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "204.501", - "max": "205.109", - "min": "203.925", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "50.083", - "max": "52.51", - "min": "49.635", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.274", - "max": "30.207", - "min": "24.828", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "200.507", - "max": "201.713", - "min": "200.189", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "19.832", - "max": "21.207", - "min": "19.51", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "34.426", - "max": "40.551", - "min": "33.719", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "123.849", - "max": "124.493", - "min": "123.695", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "28.096", - "max": "32.065", - "min": "27.802", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "29.287", - "max": "31.651", - "min": "29.124", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.613", - "max": "58.042", - "min": "15.837", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "286.183", - "max": "288.691", - "min": "285.923", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "39.485", - "max": "41.228", - "min": "39.212", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "8.95", - "max": "27.415", - "min": "6.619", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "104.418", - "max": "107.878", - "min": "104.133", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "160.439", - "max": "161.018", - "min": "160.026", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.197", - "max": "50.158", - "min": "48.814", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "260.141", - "max": "299.537", - "min": "252.818", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "135.397", - "max": "136.069", - "min": "135.288", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "258.157", - "max": "330.143", - "min": "252.049", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "134.909", - "max": "142.465", - "min": "134.299", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "209.831", - "max": "210.63", - "min": "209.626", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "36.719", - "max": "39.992", - "min": "36.125", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "90.643", - "max": "92.758", - "min": "90.249", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "111.811", - "max": "112.554", - "min": "111.596", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "189.773", - "max": "192.373", - "min": "189.484", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "108.311", - "max": "108.983", - "min": "108.111", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "149.793", - "max": "150.712", - "min": "149.431", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "298.625", - "max": "303.448", - "min": "280.639", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "102.043", - "max": "104.576", - "min": "101.662", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "107.18", - "max": "107.97", - "min": "106.982", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "7.278", - "max": "11.727", - "min": "6.809", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "120.987", - "max": "127.166", - "min": "120.522", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "37.715", - "max": "40.131", - "min": "37.355", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "9.243", - "max": "12.916", - "min": "8.821", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "8.805", - "max": "11.36", - "min": "8.589", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "1.313", - "max": "5.317", - "min": "0.954", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "31.98", - "max": "33.517", - "min": "31.607", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "44.819", - "max": "46.44", - "min": "44.501", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "27.742", - "max": "29.139", - "min": "27.497", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "67.26", - "max": "68.694", - "min": "67.005", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "24.327", - "max": "26.461", - "min": "24.015", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "20.515", - "max": "22.928", - "min": "20.228", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "29.668", - "max": "33.692", - "min": "29.204", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "23.19", - "max": "24.499", - "min": "23.024", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.177", - "max": "22.034", - "min": "20.975", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "53.082", - "max": "55.078", - "min": "52.588", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "6.666", - "max": "11.4", - "min": "5.826", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "50.375", - "max": "116.509", - "min": "27.685", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "23.354", - "max": "25.031", - "min": "23.046", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "53.498", - "max": "54.688", - "min": "53.226", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "45.371", - "max": "48.915", - "min": "44.899", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "44.43", - "max": "47.162", - "min": "43.879", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "22.636", - "max": "25.466", - "min": "22.227", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "278.095", - "max": "280.86", - "min": "277.706", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "17.229", - "max": "18.467", - "min": "17.036", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "3.066", - "max": "4.026", - "min": "2.791", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.956", - "max": "26.722", - "min": "25.824", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "187.719", - "max": "192.732", - "min": "186.481", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "46.793", - "max": "47.376", - "min": "46.648", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "21.462", - "max": "24.226", - "min": "20.681", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "20.412", - "max": "20.986", - "min": "20.212", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "23.876", - "max": "27.827", - "min": "22.291", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "314.338", - "max": "321.434", - "min": "313.225", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "97.265", - "max": "101.158", - "min": "96.807", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "241.786", - "max": "244.55", - "min": "240.959", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "156.998", - "max": "164.674", - "min": "156.248", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "22.398", - "max": "25.32", - "min": "22.106", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "147.668", - "max": "151.02", - "min": "147.266", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.584", - "max": "180.527", - "min": "179.315", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "11.509", - "max": "11.866", - "min": "11.311", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "64.214", - "max": "65.941", - "min": "63.791", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "31.018", - "max": "34.852", - "min": "30.471", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "26.317", - "max": "26.981", - "min": "26.144", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "116.921", - "max": "117.516", - "min": "116.769", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "130.003", - "max": "131.504", - "min": "129.845", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "346.111", - "max": "347.764", - "min": "345.699", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "96.835", - "max": "98.745", - "min": "96.568", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.727", - "max": "168.592", - "min": "18.47", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "96.249", - "max": "96.937", - "min": "96.081", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "6.347", - "max": "12.138", - "min": "5.939", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "209.135", - "max": "210.859", - "min": "208.82", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "137.633", - "max": "144.355", - "min": "134.418", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "30.426", - "max": "34.281", - "min": "30.087", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "32.536", - "max": "33.99", - "min": "31.846", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "153.922", - "max": "163.671", - "min": "152.891", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "108.654", - "max": "109.27", - "min": "108.248", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "256.789", - "max": "257.716", - "min": "256.573", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "80.898", - "max": "82.119", - "min": "80.552", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "45.821", - "max": "47.338", - "min": "45.563", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "28.221", - "max": "29.945", - "min": "27.938", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "36.176", - "max": "36.959", - "min": "35.967", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "105.138", - "max": "107.734", - "min": "104.447", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "105.288", - "max": "106.003", - "min": "105.02", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "60.697", - "max": "63.181", - "min": "59.545", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "182.346", - "max": "240.701", - "min": "179.178", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "106.228", - "max": "108.26", - "min": "105.152", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "66.045", - "max": "67.23", - "min": "65.734", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "130.084", - "max": "133.001", - "min": "129.473", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "39.448", - "max": "43.714", - "min": "38.991", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "190.895", - "max": "193.563", - "min": "189.282", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "193.858", - "max": "193.858", - "min": "193.858", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "27.743", - "max": "29.381", - "min": "27.597", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "20.81", - "max": "21.523", - "min": "20.627", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "125.802", - "max": "129.494", - "min": "125.418", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "49.988", - "max": "62.896", - "min": "44.008", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.627", - "max": "30.292", - "min": "28.376", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "186.067", - "max": "188.154", - "min": "185.692", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "78.874", - "max": "82.013", - "min": "78.15", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "117.812", - "max": "120.16", - "min": "117.38", - "id": "27", - "country": "Italy", - "source_name": "Milan", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "29": { - "name": "Frankfurt", - "data": { - "0": { - "avg": "177.648", - "max": "177.812", - "min": "177.555", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "268.392", - "max": "272.042", - "min": "268.065", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "94.71", - "max": "94.998", - "min": "94.59", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "14.015", - "max": "21.908", - "min": "13.119", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "10.624", - "max": "10.959", - "min": "10.507", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "221.727", - "max": "222.063", - "min": "221.63", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "16.456", - "max": "16.733", - "min": "16.344", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "271.387", - "max": "285.437", - "min": "269.994", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "44.242", - "max": "44.964", - "min": "44.101", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "27.526", - "max": "28.553", - "min": "27.311", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "14.296", - "max": "14.797", - "min": "14.113", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "120.829", - "max": "144.685", - "min": "119.9", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "79.578", - "max": "79.695", - "min": "79.479", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "97.6", - "max": "98.232", - "min": "97.411", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "109.806", - "max": "110.021", - "min": "109.708", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "97.331", - "max": "97.592", - "min": "96.867", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "31.908", - "max": "32.166", - "min": "31.682", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "99.754", - "max": "99.866", - "min": "99.676", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "25.544", - "max": "29.186", - "min": "25.262", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "14.183", - "max": "14.269", - "min": "14.104", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "284.02", - "max": "284.42", - "min": "283.931", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "94.389", - "max": "94.451", - "min": "94.325", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "146.601", - "max": "146.758", - "min": "146.5", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "147.439", - "max": "152.444", - "min": "147.046", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "28.432", - "max": "28.935", - "min": "28.23", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "21.659", - "max": "21.968", - "min": "21.533", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "16.503", - "max": "19.88", - "min": "16.177", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "19.777", - "max": "19.968", - "min": "19.666", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "0.031", - "max": "0.054", - "min": "0.021", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "142.698", - "max": "143.102", - "min": "142.47", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "149.541", - "max": "149.673", - "min": "149.444", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "20.816", - "max": "21.02", - "min": "20.713", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "142.432", - "max": "142.996", - "min": "142.295", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "31.544", - "max": "31.865", - "min": "31.434", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "6.529", - "max": "9.676", - "min": "6.186", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "160.043", - "max": "160.577", - "min": "159.798", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "148.946", - "max": "149.057", - "min": "148.876", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "137.832", - "max": "138.072", - "min": "137.63", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "118.736", - "max": "120.809", - "min": "118.553", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "94.573", - "max": "95.931", - "min": "94.323", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "153.024", - "max": "156.049", - "min": "152.722", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "17.939", - "max": "20.136", - "min": "17.451", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "44.553", - "max": "44.697", - "min": "44.393", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "41.099", - "max": "41.229", - "min": "41.031", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "136.704", - "max": "136.816", - "min": "136.624", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "19.849", - "max": "20.675", - "min": "19.463", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "27.656", - "max": "27.859", - "min": "27.533", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "166.331", - "max": "166.859", - "min": "166.13", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "255.363", - "max": "255.78", - "min": "255.136", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "124.023", - "max": "124.092", - "min": "123.955", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "89.387", - "max": "89.637", - "min": "89.264", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "163.329", - "max": "164.193", - "min": "163.135", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "25.219", - "max": "117.383", - "min": "10.56", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "119.126", - "max": "119.226", - "min": "119.024", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "131.585", - "max": "137.219", - "min": "129.132", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "182.326", - "max": "183.274", - "min": "182.071", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "43.41", - "max": "47.07", - "min": "42.465", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "317.404", - "max": "317.564", - "min": "317.31", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "18.264", - "max": "19.862", - "min": "17.995", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "9.365", - "max": "9.573", - "min": "9.275", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "52.948", - "max": "54.385", - "min": "52.308", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "62.402", - "max": "120.868", - "min": "56.795", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "174.415", - "max": "292.143", - "min": "163.44", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "223.716", - "max": "224.008", - "min": "223.616", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "37.1", - "max": "37.251", - "min": "36.938", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "27.205", - "max": "30.332", - "min": "26.994", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "85.769", - "max": "85.943", - "min": "85.688", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "43.426", - "max": "43.802", - "min": "43.051", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "211.239", - "max": "212.745", - "min": "210.541", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "128.142", - "max": "131.757", - "min": "127.887", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "194.517", - "max": "195.093", - "min": "194.361", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "143.48", - "max": "144.081", - "min": "143.287", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "152.806", - "max": "155.238", - "min": "152.462", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "106.276", - "max": "106.347", - "min": "106.195", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "55.258", - "max": "56.137", - "min": "55.013", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "17.808", - "max": "18.005", - "min": "17.692", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "104.755", - "max": "104.916", - "min": "104.628", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "161.774", - "max": "161.876", - "min": "161.674", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "105.033", - "max": "109.746", - "min": "104.632", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "103.977", - "max": "104.063", - "min": "103.886", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "140.611", - "max": "140.898", - "min": "140.263", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "106.942", - "max": "107.235", - "min": "106.729", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "185.885", - "max": "186.372", - "min": "185.747", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "142.628", - "max": "143.298", - "min": "142.48", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "124.304", - "max": "124.538", - "min": "124.22", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "75.764", - "max": "77.006", - "min": "75.463", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "24.83", - "max": "25.581", - "min": "24.539", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "121.972", - "max": "122.101", - "min": "121.86", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "111.917", - "max": "112.177", - "min": "111.768", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "16.176", - "max": "19.304", - "min": "15.828", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "118.77", - "max": "121.013", - "min": "118.278", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "159.595", - "max": "160.034", - "min": "159.402", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "31.49", - "max": "31.583", - "min": "31.423", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "293.154", - "max": "296.691", - "min": "292.788", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "95.388", - "max": "95.555", - "min": "95.287", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "137.554", - "max": "137.96", - "min": "137.377", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "165.905", - "max": "166.249", - "min": "165.705", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "144.756", - "max": "157.517", - "min": "143.254", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "146.092", - "max": "147.012", - "min": "145.98", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "107.586", - "max": "109.998", - "min": "107.298", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "115.065", - "max": "115.259", - "min": "114.976", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "161.206", - "max": "161.601", - "min": "161.05", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "34.461", - "max": "35.528", - "min": "34.343", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "308.265", - "max": "309.646", - "min": "307.75", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "112.833", - "max": "113.203", - "min": "112.679", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "320.099", - "max": "339.976", - "min": "290.712", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "176.957", - "max": "178.655", - "min": "176.774", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "85.302", - "max": "85.463", - "min": "85.122", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "107.918", - "max": "107.994", - "min": "107.838", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "126.035", - "max": "128.642", - "min": "125.358", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "254.229", - "max": "254.471", - "min": "254.134", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "293.52", - "max": "368.664", - "min": "287.214", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "83.843", - "max": "84.034", - "min": "83.756", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "130.319", - "max": "144.946", - "min": "129.654", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.905", - "max": "499.849", - "min": "216.295", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "133.915", - "max": "214.761", - "min": "69.624", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "172.082", - "max": "172.863", - "min": "171.708", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "230.316", - "max": "232.088", - "min": "230.046", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "122.576", - "max": "122.733", - "min": "122.44", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "112.97", - "max": "113.744", - "min": "112.682", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "118.533", - "max": "118.811", - "min": "118.206", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "187.231", - "max": "333.832", - "min": "106.823", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "223.051", - "max": "237.74", - "min": "199.275", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "60.14", - "max": "381.847", - "min": "48.701", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "33.663", - "max": "33.784", - "min": "33.576", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "29.366", - "max": "30.406", - "min": "28.576", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "87.204", - "max": "89.195", - "min": "85.29", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "164.533", - "max": "165.167", - "min": "164.286", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "113.791", - "max": "114.059", - "min": "113.623", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "177.437", - "max": "179.047", - "min": "177.177", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "114.043", - "max": "114.585", - "min": "113.923", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "110.964", - "max": "111.139", - "min": "110.81", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "117.339", - "max": "117.753", - "min": "117.113", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "305.009", - "max": "309.104", - "min": "304.175", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "132.151", - "max": "132.299", - "min": "132.078", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "88.279", - "max": "88.422", - "min": "88.139", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "137.658", - "max": "142.583", - "min": "136.757", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "123.075", - "max": "123.256", - "min": "122.944", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "114.244", - "max": "114.782", - "min": "114.101", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "88.471", - "max": "88.582", - "min": "88.385", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "13.322", - "max": "13.56", - "min": "13.221", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "172.104", - "max": "173.845", - "min": "171.688", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "35.236", - "max": "35.435", - "min": "35.145", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "18.068", - "max": "18.222", - "min": "17.924", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "184.541", - "max": "190.886", - "min": "184.079", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "16.74", - "max": "17.335", - "min": "16.431", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "26.398", - "max": "26.648", - "min": "26.293", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "127.296", - "max": "127.502", - "min": "127.207", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "18.107", - "max": "18.247", - "min": "18.023", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "14.115", - "max": "14.242", - "min": "14.003", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "6.001", - "max": "25.569", - "min": "3.73", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "279.761", - "max": "279.878", - "min": "279.646", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "33.213", - "max": "38.113", - "min": "32.861", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "13.35", - "max": "14.143", - "min": "13.172", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "95.649", - "max": "96.553", - "min": "95.504", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "163.943", - "max": "164.54", - "min": "163.688", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.763", - "max": "50.296", - "min": "49.509", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "260.129", - "max": "302.976", - "min": "253.309", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "125.514", - "max": "125.767", - "min": "125.347", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "248.971", - "max": "345.742", - "min": "240.158", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "125.827", - "max": "125.927", - "min": "125.716", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "384.447", - "max": "384.699", - "min": "383.934", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "48.695", - "max": "49.08", - "min": "48.576", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "80.539", - "max": "81.026", - "min": "80.432", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "110.436", - "max": "110.805", - "min": "110.334", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "174.453", - "max": "174.622", - "min": "174.381", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "99.493", - "max": "99.675", - "min": "99.346", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "143.279", - "max": "143.532", - "min": "143.141", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "211.103", - "max": "219.174", - "min": "177.868", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "95.597", - "max": "95.812", - "min": "95.437", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "104.625", - "max": "104.742", - "min": "104.556", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "3.351", - "max": "3.895", - "min": "3.195", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "131.764", - "max": "132.213", - "min": "131.675", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "22.247", - "max": "24.757", - "min": "22.084", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "9.664", - "max": "10.191", - "min": "9.411", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "15.709", - "max": "24.943", - "min": "15.33", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "16.218", - "max": "16.597", - "min": "16.142", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "17.662", - "max": "18.2", - "min": "17.386", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "53.358", - "max": "53.546", - "min": "53.223", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "34.156", - "max": "34.236", - "min": "34.039", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "63.393", - "max": "65.644", - "min": "63.135", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "36.742", - "max": "37.779", - "min": "36.597", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "19.971", - "max": "20.948", - "min": "19.629", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "16.677", - "max": "16.766", - "min": "16.583", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "13.747", - "max": "13.871", - "min": "13.623", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "10.464", - "max": "10.613", - "min": "10.329", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "53.206", - "max": "53.466", - "min": "53.022", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "26.524", - "max": "39.69", - "min": "25.07", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "42.264", - "max": "132.435", - "min": "14.389", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "18.062", - "max": "18.21", - "min": "17.936", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "47.093", - "max": "47.287", - "min": "46.887", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "24.455", - "max": "24.769", - "min": "24.268", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "44.402", - "max": "45.002", - "min": "44.039", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "10.303", - "max": "11.367", - "min": "10.079", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "187.76", - "max": "191.934", - "min": "187.451", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "7.24", - "max": "7.566", - "min": "7.117", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "52.898", - "max": "53.126", - "min": "52.686", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "22.066", - "max": "22.173", - "min": "22", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "176.174", - "max": "181.307", - "min": "173.995", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "42.9", - "max": "43.268", - "min": "42.741", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "15.778", - "max": "21.393", - "min": "15.295", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "14.529", - "max": "17.932", - "min": "14.235", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "13.686", - "max": "14.151", - "min": "13.496", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "269.666", - "max": "284.625", - "min": "267.173", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "91.845", - "max": "95.005", - "min": "91.421", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "203.29", - "max": "203.701", - "min": "201.643", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "151.689", - "max": "152.111", - "min": "151.544", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "10.373", - "max": "10.595", - "min": "10.306", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "135.13", - "max": "139.221", - "min": "134.811", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "163.108", - "max": "163.421", - "min": "162.809", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "44.538", - "max": "44.771", - "min": "44.396", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "57.737", - "max": "58.539", - "min": "57.382", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "18.798", - "max": "19.936", - "min": "18.564", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "14.758", - "max": "15.322", - "min": "14.544", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "107.922", - "max": "108.054", - "min": "107.847", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "112.855", - "max": "113.01", - "min": "112.766", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "237.197", - "max": "237.924", - "min": "237.024", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "181.728", - "max": "204.635", - "min": "140.282", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "14.66", - "max": "14.764", - "min": "14.594", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "94.028", - "max": "94.132", - "min": "93.96", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "26.242", - "max": "26.375", - "min": "26.154", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "224.276", - "max": "300.279", - "min": "221.346", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "133.414", - "max": "136.768", - "min": "130.81", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "23.116", - "max": "23.255", - "min": "23.016", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "34.149", - "max": "47.518", - "min": "32.922", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "149.886", - "max": "158.686", - "min": "148.314", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "115.855", - "max": "117.129", - "min": "115.426", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "232.947", - "max": "233.114", - "min": "232.81", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "61.236", - "max": "61.668", - "min": "61.066", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "33.371", - "max": "33.604", - "min": "33.314", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.128", - "max": "11.28", - "min": "11.065", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "49.695", - "max": "49.799", - "min": "49.618", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "97.588", - "max": "99.922", - "min": "97.229", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "92.765", - "max": "92.978", - "min": "92.66", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "62.743", - "max": "65.066", - "min": "60.916", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "167.134", - "max": "169.119", - "min": "166.597", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "98.96", - "max": "100.639", - "min": "98.163", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "53.156", - "max": "53.561", - "min": "53.008", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "113.587", - "max": "113.773", - "min": "113.436", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "31.875", - "max": "33.636", - "min": "31.622", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "268.287", - "max": "269.963", - "min": "267.979", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.235", - "max": "184.235", - "min": "184.235", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "20.133", - "max": "20.241", - "min": "20.079", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "4.931", - "max": "5.021", - "min": "4.869", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "117.509", - "max": "242.874", - "min": "112.621", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "25.981", - "max": "40.297", - "min": "19.963", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "18.366", - "max": "18.445", - "min": "18.261", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "130.601", - "max": "131.707", - "min": "130.314", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "77.577", - "max": "78.506", - "min": "77.389", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "113.604", - "max": "113.772", - "min": "113.501", - "id": "29", - "country": "Germany", - "source_name": "Frankfurt", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "35": { - "name": "Zurich", - "data": { - "0": { - "avg": "224.571", - "max": "225.559", - "min": "224.207", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "275.159", - "max": "275.997", - "min": "274.891", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "109.139", - "max": "110.19", - "min": "108.923", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "14.468", - "max": "20.709", - "min": "13.782", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "18.613", - "max": "19.627", - "min": "18.386", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "226.962", - "max": "227.84", - "min": "226.783", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "14.597", - "max": "15.052", - "min": "14.451", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "317.213", - "max": "324.585", - "min": "315.711", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.343", - "max": "46.952", - "min": "43.085", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "44.662", - "max": "46.821", - "min": "44.319", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "28.001", - "max": "28.738", - "min": "27.717", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.549", - "max": "137.116", - "min": "135.33", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "100.91", - "max": "102.23", - "min": "100.719", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "104.486", - "max": "105.617", - "min": "104.228", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "114.396", - "max": "114.719", - "min": "114.306", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "105.256", - "max": "107.61", - "min": "104.359", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "30.894", - "max": "32.095", - "min": "30.59", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "107.929", - "max": "108.456", - "min": "107.766", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "35.388", - "max": "37.538", - "min": "35.154", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "14.246", - "max": "15.068", - "min": "14.067", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "311.266", - "max": "314.694", - "min": "310.948", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "120.81", - "max": "121.295", - "min": "120.666", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "156.77", - "max": "157.286", - "min": "156.632", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "173.871", - "max": "181.211", - "min": "173.461", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "29.839", - "max": "34.597", - "min": "29.361", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "18.483", - "max": "21.413", - "min": "18.02", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "17.268", - "max": "18.464", - "min": "16.998", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "22.226", - "max": "22.741", - "min": "22.009", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "6.609", - "max": "10.956", - "min": "6.135", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "148.319", - "max": "149.564", - "min": "147.978", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "164.274", - "max": "164.552", - "min": "164.043", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "25.77", - "max": "28.84", - "min": "25.287", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "158.277", - "max": "159.366", - "min": "158.121", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "37.427", - "max": "37.685", - "min": "37.283", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "0.049", - "max": "0.433", - "min": "0.025", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "165.312", - "max": "166.238", - "min": "165.059", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "160.956", - "max": "161.462", - "min": "160.84", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "154.494", - "max": "156.347", - "min": "154.211", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "131.119", - "max": "131.432", - "min": "130.972", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "111.691", - "max": "116.469", - "min": "111.114", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "164.131", - "max": "167.513", - "min": "163.657", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "26.808", - "max": "31.448", - "min": "26.264", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "55.685", - "max": "57.136", - "min": "55.405", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "38.883", - "max": "42.946", - "min": "38.484", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "146.32", - "max": "154.182", - "min": "145.703", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "24.328", - "max": "26.287", - "min": "23.825", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "30.536", - "max": "30.788", - "min": "30.364", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "179.008", - "max": "179.433", - "min": "178.787", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "254.948", - "max": "255.605", - "min": "254.731", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "154.252", - "max": "156.562", - "min": "154.047", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "96.681", - "max": "97.725", - "min": "96.421", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "157.013", - "max": "159.591", - "min": "156.728", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "31.788", - "max": "44.358", - "min": "19.253", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "123.806", - "max": "130.558", - "min": "123.398", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "172.459", - "max": "183.271", - "min": "169.21", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "183.15", - "max": "187.109", - "min": "182.583", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "43.874", - "max": "45.809", - "min": "42.777", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "323.467", - "max": "324.26", - "min": "323.29", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "32.676", - "max": "42.125", - "min": "31.946", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "18.051", - "max": "20.731", - "min": "17.768", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "55.671", - "max": "63.303", - "min": "54.602", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.903", - "max": "124.224", - "min": "69.509", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "176.462", - "max": "204.453", - "min": "174.861", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "293.966", - "max": "304.739", - "min": "292.839", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "41.383", - "max": "42.084", - "min": "41.221", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "45.336", - "max": "46.203", - "min": "45.201", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.936", - "max": "93.676", - "min": "92.758", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "41.301", - "max": "41.736", - "min": "40.786", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "233.618", - "max": "243.212", - "min": "232.125", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "134.927", - "max": "139.08", - "min": "134.551", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "204.575", - "max": "205.683", - "min": "204.262", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "160.72", - "max": "164.985", - "min": "160.21", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "167.713", - "max": "170.133", - "min": "167.287", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "120.812", - "max": "121.308", - "min": "120.649", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "65.275", - "max": "65.92", - "min": "65.099", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "28.501", - "max": "31.571", - "min": "28.162", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "116.269", - "max": "116.647", - "min": "116.043", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "156.803", - "max": "157.282", - "min": "156.606", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "118.39", - "max": "126.893", - "min": "117.633", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "112.216", - "max": "115.514", - "min": "111.845", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "145.194", - "max": "148.946", - "min": "144.743", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "104.805", - "max": "109.08", - "min": "104.328", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "205.929", - "max": "206.482", - "min": "205.683", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "163.495", - "max": "169.518", - "min": "162.838", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "149.539", - "max": "151.295", - "min": "149.281", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "77.077", - "max": "79.11", - "min": "76.522", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "38.026", - "max": "41.239", - "min": "37.393", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "119.307", - "max": "121.447", - "min": "119.063", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "137.596", - "max": "139.307", - "min": "137.344", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "25.82", - "max": "31.19", - "min": "25.353", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "135.222", - "max": "137.004", - "min": "134.474", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "175.11", - "max": "176.204", - "min": "174.797", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "43.001", - "max": "44.972", - "min": "42.674", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "309.812", - "max": "316.098", - "min": "309.39", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "106.635", - "max": "107.439", - "min": "106.505", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "121.023", - "max": "123.629", - "min": "120.668", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "178.843", - "max": "179.26", - "min": "178.615", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "157.666", - "max": "202.463", - "min": "154.47", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "170.627", - "max": "172.087", - "min": "170.414", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "117.785", - "max": "119.972", - "min": "117.382", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "146.975", - "max": "150.095", - "min": "146.604", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "161.983", - "max": "165.866", - "min": "161.593", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "53.332", - "max": "55.947", - "min": "52.997", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "324.702", - "max": "326.482", - "min": "324.019", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "129.948", - "max": "130.908", - "min": "129.625", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "295.173", - "max": "298.868", - "min": "294.711", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "184.676", - "max": "187.754", - "min": "184.096", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "91.251", - "max": "91.495", - "min": "90.945", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "118.538", - "max": "119.186", - "min": "118.367", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "141.644", - "max": "147.044", - "min": "141.282", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.895", - "max": "261.575", - "min": "258.611", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "293.408", - "max": "297.561", - "min": "286.772", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "90.708", - "max": "91.385", - "min": "90.501", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "119.943", - "max": "121.594", - "min": "119.672", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "373.997", - "max": "480.392", - "min": "209.465", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "121.241", - "max": "190.11", - "min": "53.51", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "168.805", - "max": "194.167", - "min": "166.928", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "280.668", - "max": "282.211", - "min": "280.376", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "138.929", - "max": "141.025", - "min": "138.675", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "132.864", - "max": "136.201", - "min": "132.476", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "124.836", - "max": "126.087", - "min": "124.412", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "191.748", - "max": "357.366", - "min": "116.087", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "227.721", - "max": "228.282", - "min": "227.539", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "48.689", - "max": "131.426", - "min": "41.879", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "34.099", - "max": "35.612", - "min": "33.802", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "30.604", - "max": "34.848", - "min": "29.752", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "111.318", - "max": "112.361", - "min": "111.064", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "159.63", - "max": "162.014", - "min": "159.153", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "138.441", - "max": "139.125", - "min": "138.046", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "190.743", - "max": "192.337", - "min": "190.359", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "125.965", - "max": "132.562", - "min": "125.399", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "109.829", - "max": "112.96", - "min": "109.525", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "110.978", - "max": "111.637", - "min": "110.621", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "304.21", - "max": "305.582", - "min": "303.391", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "148.436", - "max": "148.902", - "min": "148.316", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "89.346", - "max": "90.228", - "min": "89.068", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "155.776", - "max": "166.961", - "min": "154.839", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "124.892", - "max": "125.947", - "min": "124.553", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "121.668", - "max": "125.028", - "min": "121.167", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "92.032", - "max": "93.655", - "min": "91.77", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "14.059", - "max": "16.23", - "min": "13.818", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "179.403", - "max": "183.94", - "min": "178.724", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.138", - "max": "44.26", - "min": "42.965", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "21.46", - "max": "27.495", - "min": "21.019", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "191.133", - "max": "193.72", - "min": "190.54", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "13.208", - "max": "15.505", - "min": "12.736", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "44.299", - "max": "46.886", - "min": "43.887", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "170.155", - "max": "191.974", - "min": "169.213", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "20.465", - "max": "22.491", - "min": "20.288", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "24.205", - "max": "25.986", - "min": "23.963", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "11.287", - "max": "17.061", - "min": "9.405", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "250.789", - "max": "252.541", - "min": "250.594", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "31.919", - "max": "35.451", - "min": "31.589", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "5.086", - "max": "6.786", - "min": "4.515", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "106.344", - "max": "107.06", - "min": "106.17", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "150.373", - "max": "151.529", - "min": "149.95", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "32.482", - "max": "33.385", - "min": "32.119", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "259.368", - "max": "322.879", - "min": "250.782", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "139.562", - "max": "140.296", - "min": "139.297", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "126.188", - "max": "127.08", - "min": "125.994", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "390.581", - "max": "393.694", - "min": "389.928", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.828", - "max": "35.936", - "min": "34.522", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "88.843", - "max": "89.712", - "min": "88.649", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "110.475", - "max": "111.189", - "min": "110.259", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.941", - "max": "186.675", - "min": "182.543", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "94.128", - "max": "95.738", - "min": "93.834", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "161.385", - "max": "164.9", - "min": "161.009", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "338.998", - "max": "347.16", - "min": "315.069", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "98.082", - "max": "98.466", - "min": "97.903", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "116.82", - "max": "123.36", - "min": "116.403", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "3.939", - "max": "6.687", - "min": "3.486", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "297.357", - "max": "300.98", - "min": "296.907", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "30.534", - "max": "31.677", - "min": "30.403", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "5.469", - "max": "16.98", - "min": "4.872", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "12.403", - "max": "12.853", - "min": "12.256", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "23.01", - "max": "24.128", - "min": "22.791", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "31.073", - "max": "39", - "min": "30.49", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "61.703", - "max": "64.46", - "min": "61.356", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "39.581", - "max": "40.428", - "min": "39.349", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "69.85", - "max": "74.502", - "min": "69.259", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "49.856", - "max": "59.468", - "min": "49.028", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "13.46", - "max": "13.925", - "min": "13.318", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "26.48", - "max": "27.613", - "min": "26.234", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "16.843", - "max": "18.131", - "min": "16.594", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "19.01", - "max": "19.144", - "min": "18.824", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "45.765", - "max": "48.638", - "min": "45.407", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "11.752", - "max": "18.027", - "min": "10.568", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "40.594", - "max": "94.732", - "min": "13.976", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "18.242", - "max": "20.977", - "min": "17.953", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "65.255", - "max": "65.757", - "min": "65.055", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "32.576", - "max": "51.079", - "min": "31.024", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "39.698", - "max": "40.683", - "min": "39.128", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "21.411", - "max": "21.747", - "min": "21.184", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "202.366", - "max": "217.463", - "min": "201.621", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "14.791", - "max": "16.696", - "min": "14.525", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "19.793", - "max": "22.01", - "min": "19.515", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "21.781", - "max": "22.876", - "min": "21.579", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "178.542", - "max": "185.614", - "min": "177.058", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "45.021", - "max": "47.545", - "min": "44.684", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "17.792", - "max": "24.35", - "min": "17.121", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "16.895", - "max": "19.391", - "min": "16.555", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "14.404", - "max": "15.154", - "min": "13.954", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "312.06", - "max": "312.703", - "min": "311.845", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "106.57", - "max": "112.99", - "min": "105.547", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.594", - "max": "228.292", - "min": "225.357", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "167.247", - "max": "168.099", - "min": "167.04", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "16.177", - "max": "17.044", - "min": "15.922", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "126.177", - "max": "127.162", - "min": "125.838", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "191.049", - "max": "198.338", - "min": "190.487", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "28.367", - "max": "31.021", - "min": "27.927", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "48.401", - "max": "50.042", - "min": "48.008", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "29.964", - "max": "38.127", - "min": "29.302", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "14.747", - "max": "20.774", - "min": "13.992", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "114.754", - "max": "121.372", - "min": "114.38", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "140.501", - "max": "140.987", - "min": "140.354", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "234.654", - "max": "235.405", - "min": "234.407", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "105.26", - "max": "107.23", - "min": "104.939", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "3.69", - "max": "4.391", - "min": "3.525", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "94.992", - "max": "95.304", - "min": "94.877", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "3.671", - "max": "4.111", - "min": "3.481", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "247.508", - "max": "248.161", - "min": "247.324", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "142.663", - "max": "146.026", - "min": "140.11", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.819", - "max": "37.154", - "min": "31.302", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "37.211", - "max": "39.705", - "min": "36.348", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "166.734", - "max": "172.851", - "min": "165.367", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "121.235", - "max": "123.791", - "min": "120.635", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "271.41", - "max": "276.591", - "min": "271", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "74.045", - "max": "76.08", - "min": "73.614", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "47.769", - "max": "48.432", - "min": "47.588", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "16.704", - "max": "17.727", - "min": "16.517", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "65.968", - "max": "66.885", - "min": "65.74", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "120.557", - "max": "124.517", - "min": "120.035", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "105.488", - "max": "107.03", - "min": "105.272", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "67.553", - "max": "70.676", - "min": "65.538", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "180.669", - "max": "182.07", - "min": "179.815", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "130.176", - "max": "131.815", - "min": "129.266", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "59.192", - "max": "60.402", - "min": "59.027", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "112.181", - "max": "114.937", - "min": "111.775", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "40.482", - "max": "44.684", - "min": "39.895", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "208.826", - "max": "215.304", - "min": "197.519", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "198.932", - "max": "198.932", - "min": "198.932", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "27.78", - "max": "29.124", - "min": "27.565", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "11.552", - "max": "11.953", - "min": "11.403", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "126.368", - "max": "136.407", - "min": "125.678", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "37.428", - "max": "46.162", - "min": "29.881", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "31.881", - "max": "32.506", - "min": "31.65", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "151.032", - "max": "154.221", - "min": "150.553", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "72.191", - "max": "73.558", - "min": "71.706", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "115.805", - "max": "127.93", - "min": "115.075", - "id": "35", - "country": "Switzerland", - "source_name": "Zurich", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "43": { - "name": "Bruges", - "data": { - "0": { - "avg": "233.967", - "max": "240.877", - "min": "233.448", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "269.039", - "max": "271.799", - "min": "268.43", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "94.885", - "max": "97.895", - "min": "94.211", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "32.556", - "max": "37.696", - "min": "30.642", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "18.16", - "max": "20.535", - "min": "17.508", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "238.792", - "max": "241.581", - "min": "238.159", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "10.145", - "max": "15.622", - "min": "9.087", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "275.93", - "max": "285.581", - "min": "274.635", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "51.606", - "max": "53.43", - "min": "51.216", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "35.977", - "max": "39.263", - "min": "35.254", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.621", - "max": "13.009", - "min": "9.917", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "119.698", - "max": "122.27", - "min": "118.885", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "77.458", - "max": "80.624", - "min": "77.063", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "78.345", - "max": "82.002", - "min": "77.841", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "114.461", - "max": "117.245", - "min": "114.059", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "85.272", - "max": "87.807", - "min": "84.365", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "40.065", - "max": "44.188", - "min": "39.473", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "100.387", - "max": "105.989", - "min": "99.866", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "19.907", - "max": "20.685", - "min": "19.635", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "27.08", - "max": "30.672", - "min": "26.314", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "286.175", - "max": "290.531", - "min": "285.579", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "95.264", - "max": "97.233", - "min": "94.742", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "144.466", - "max": "146.313", - "min": "143.889", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "149.532", - "max": "160.303", - "min": "147.947", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.912", - "max": "48.423", - "min": "40.693", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "23.73", - "max": "26.557", - "min": "22.844", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "30.041", - "max": "33.213", - "min": "29.575", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "54.225", - "max": "55.704", - "min": "53.851", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.268", - "max": "25.056", - "min": "17.482", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "149.572", - "max": "152.182", - "min": "149.115", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "254.943", - "max": "259.708", - "min": "254.441", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.618", - "max": "34.523", - "min": "29.729", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "151.679", - "max": "153.19", - "min": "151.267", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.807", - "max": "62.69", - "min": "59.268", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "27.107", - "max": "30.707", - "min": "26.306", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "253.257", - "max": "259.29", - "min": "252.576", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "150.51", - "max": "151.114", - "min": "150.304", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "136.673", - "max": "138.545", - "min": "136.049", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "114.616", - "max": "119.557", - "min": "113.99", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "100.953", - "max": "104.594", - "min": "100.184", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "153.092", - "max": "157.283", - "min": "152.262", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "0.052", - "max": "0.179", - "min": "0.022", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "51.87", - "max": "54.161", - "min": "51.448", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "38.788", - "max": "49.546", - "min": "38.104", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "215.102", - "max": "218.283", - "min": "214.476", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "39.381", - "max": "45.549", - "min": "38.327", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "40.095", - "max": "42.989", - "min": "39.195", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "169.62", - "max": "179.156", - "min": "168.566", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "245.039", - "max": "248.48", - "min": "244.466", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "120.164", - "max": "125.913", - "min": "119.674", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "85.924", - "max": "92.52", - "min": "85.383", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "144.581", - "max": "146.428", - "min": "143.912", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "45.579", - "max": "59.657", - "min": "31.576", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "105.698", - "max": "109.735", - "min": "105.09", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "143.506", - "max": "156.415", - "min": "139.839", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "275.916", - "max": "277.427", - "min": "275.364", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "43.373", - "max": "45.894", - "min": "42.336", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "295.591", - "max": "299.251", - "min": "295.089", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "41.036", - "max": "44.409", - "min": "40.315", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "19.996", - "max": "21.684", - "min": "19.499", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "70.237", - "max": "73.064", - "min": "69.349", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "75.181", - "max": "127.935", - "min": "70.533", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "229.379", - "max": "297.662", - "min": "218.956", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "276.041", - "max": "282.272", - "min": "275.31", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "55.247", - "max": "56.566", - "min": "55.019", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "43.49", - "max": "49.372", - "min": "42.652", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "80.447", - "max": "86.029", - "min": "79.25", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "52.495", - "max": "58.46", - "min": "51.439", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "211.254", - "max": "217.99", - "min": "209.754", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "119.717", - "max": "123.843", - "min": "119.175", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "265.144", - "max": "267.159", - "min": "264.418", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "147.875", - "max": "153.436", - "min": "146.619", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "157.066", - "max": "158.062", - "min": "156.577", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "101.522", - "max": "103.628", - "min": "101.187", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "48.09", - "max": "51.778", - "min": "47.327", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "16.186", - "max": "17.859", - "min": "15.681", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "95.245", - "max": "97.841", - "min": "94.735", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "156.86", - "max": "158.346", - "min": "156.437", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "96.427", - "max": "100.536", - "min": "95.815", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "91.126", - "max": "93.097", - "min": "90.552", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "151.92", - "max": "158.82", - "min": "151.119", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "94.274", - "max": "101.288", - "min": "93.326", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "257.57", - "max": "258.597", - "min": "256.689", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "149.161", - "max": "154.959", - "min": "148.317", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "143.461", - "max": "150.692", - "min": "142.68", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "71.909", - "max": "74.807", - "min": "71.182", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.984", - "max": "26.817", - "min": "18.487", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "111.205", - "max": "113.153", - "min": "110.7", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "101.501", - "max": "107.451", - "min": "100.339", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.951", - "max": "18.43", - "min": "14.368", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "105.961", - "max": "108.99", - "min": "104.722", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "145.61", - "max": "146.895", - "min": "145.251", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "34.475", - "max": "36.394", - "min": "34.054", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "276.269", - "max": "280.402", - "min": "275.64", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "82.616", - "max": "88.095", - "min": "81.694", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "116.328", - "max": "123.594", - "min": "115.081", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "154.924", - "max": "157.392", - "min": "154.38", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "136.139", - "max": "143.038", - "min": "134.741", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.284", - "max": "166.07", - "min": "152.188", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "92.824", - "max": "97.451", - "min": "91.835", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "107.94", - "max": "109.871", - "min": "107.413", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "150.646", - "max": "156.835", - "min": "149.5", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "51.735", - "max": "52.963", - "min": "51.487", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "305.433", - "max": "311.691", - "min": "304.115", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "102.468", - "max": "105.071", - "min": "101.551", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "334.285", - "max": "361.711", - "min": "280.232", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "170.894", - "max": "172.719", - "min": "170.405", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "86.474", - "max": "88.039", - "min": "86.089", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "110.446", - "max": "116.398", - "min": "107.947", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "141.71", - "max": "147.742", - "min": "140.676", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "308.483", - "max": "322.931", - "min": "307.652", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "273.643", - "max": "276.954", - "min": "272.947", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "78.026", - "max": "85.656", - "min": "77.263", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "143.816", - "max": "185.798", - "min": "141.34", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "377.573", - "max": "493.862", - "min": "190.495", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.773", - "max": "312.268", - "min": "74.01", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "164.974", - "max": "169.397", - "min": "164.082", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "237.629", - "max": "238.704", - "min": "237.202", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "113.034", - "max": "114.463", - "min": "112.656", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "117.24", - "max": "118.526", - "min": "116.639", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "119.48", - "max": "122.306", - "min": "118.982", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "199.124", - "max": "347.881", - "min": "111.127", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "201.653", - "max": "208.32", - "min": "201.215", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "58.215", - "max": "407.133", - "min": "44.314", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "42.481", - "max": "43.749", - "min": "42.225", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "107.438", - "max": "109.5", - "min": "106.646", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "78.89", - "max": "81.858", - "min": "78.298", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "246.427", - "max": "249.201", - "min": "245.97", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "137.237", - "max": "144.147", - "min": "136.579", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "177.211", - "max": "179.006", - "min": "176.506", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "110.497", - "max": "111.972", - "min": "109.779", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "97.461", - "max": "100.148", - "min": "96.653", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "108.003", - "max": "110.787", - "min": "107.344", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "281.053", - "max": "282.824", - "min": "280.285", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "126.71", - "max": "129.482", - "min": "125.994", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.511", - "max": "75.752", - "min": "73.072", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "129.446", - "max": "146.082", - "min": "126.271", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "129.057", - "max": "130.84", - "min": "128.472", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "100.93", - "max": "104.512", - "min": "100.556", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "77.594", - "max": "83.663", - "min": "75.741", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "31.715", - "max": "37.608", - "min": "30.716", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "186.071", - "max": "187.601", - "min": "185.361", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "48.52", - "max": "54.335", - "min": "47.735", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "42.59", - "max": "48.256", - "min": "41.837", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "187.094", - "max": "190.57", - "min": "186.58", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "12.496", - "max": "14.724", - "min": "11.976", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "47.12", - "max": "64.628", - "min": "45.538", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "141.973", - "max": "143.236", - "min": "141.746", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "11.918", - "max": "19.155", - "min": "11.186", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "13.904", - "max": "21.378", - "min": "12.875", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "25.293", - "max": "39.372", - "min": "23.481", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.901", - "max": "273.945", - "min": "266.236", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "46.852", - "max": "49.994", - "min": "46.328", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "28.122", - "max": "32.355", - "min": "27.472", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "88.28", - "max": "90.049", - "min": "87.646", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "158.932", - "max": "160.475", - "min": "158.244", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "43.747", - "max": "52.427", - "min": "42.672", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "317.702", - "max": "356.263", - "min": "310.946", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "118.308", - "max": "125.267", - "min": "117.852", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "251.549", - "max": "342.95", - "min": "241.826", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "122.64", - "max": "129.774", - "min": "121.659", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "384.177", - "max": "387.418", - "min": "383.509", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "46.502", - "max": "49.178", - "min": "46.087", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "79.603", - "max": "85.107", - "min": "78.826", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "111.901", - "max": "113.268", - "min": "111.58", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "175.406", - "max": "177.71", - "min": "174.791", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "101.449", - "max": "107.388", - "min": "100.727", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "136.175", - "max": "140.496", - "min": "135.724", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "269.357", - "max": "274.795", - "min": "265.155", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.489", - "max": "79.15", - "min": "75.648", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "90.146", - "max": "96.779", - "min": "89.644", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "24.593", - "max": "30.943", - "min": "23.223", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "278.064", - "max": "284.475", - "min": "276.861", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "22.429", - "max": "24.492", - "min": "21.887", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "29.204", - "max": "32.97", - "min": "28.547", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "40.255", - "max": "45.947", - "min": "39.264", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "30.694", - "max": "35.08", - "min": "29.663", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.153", - "max": "22.067", - "min": "14.274", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "71.157", - "max": "72.583", - "min": "70.538", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "50.322", - "max": "56.788", - "min": "49.74", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "66.503", - "max": "69.882", - "min": "65.798", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "52.525", - "max": "53.918", - "min": "51.934", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "11.209", - "max": "15.563", - "min": "10.538", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "15.496", - "max": "16.47", - "min": "15.19", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "8.042", - "max": "14.293", - "min": "7.255", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "39.816", - "max": "45.276", - "min": "39.035", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "63.081", - "max": "67.969", - "min": "61.951", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "37.711", - "max": "58.445", - "min": "35.836", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "46.338", - "max": "138.511", - "min": "18.25", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "10.428", - "max": "13.49", - "min": "9.809", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "64.703", - "max": "68.301", - "min": "64.115", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "43.875", - "max": "49.131", - "min": "43.227", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "49.595", - "max": "56.728", - "min": "48.699", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "12.32", - "max": "27.641", - "min": "11.314", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "272.967", - "max": "279.097", - "min": "271.813", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "21.952", - "max": "22.759", - "min": "21.631", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "32.63", - "max": "34.159", - "min": "32.217", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "30.016", - "max": "35.704", - "min": "28.885", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "177.326", - "max": "186.431", - "min": "175.141", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "59.937", - "max": "65.119", - "min": "57.367", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "9.378", - "max": "14.836", - "min": "7.545", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "8.341", - "max": "11.271", - "min": "7.836", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "9.192", - "max": "10.829", - "min": "8.625", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "273.8", - "max": "281.057", - "min": "272.398", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "84.562", - "max": "91.028", - "min": "83.256", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "226.46", - "max": "233.56", - "min": "219.755", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "149.662", - "max": "151.975", - "min": "149.216", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "13.654", - "max": "17.817", - "min": "12.949", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "205.731", - "max": "331.668", - "min": "146.89", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "154.148", - "max": "157.79", - "min": "153.507", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "41.542", - "max": "46.354", - "min": "40.903", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "64.252", - "max": "66.039", - "min": "63.852", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "13.565", - "max": "16.023", - "min": "13.117", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "11.497", - "max": "12.904", - "min": "10.94", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "99.826", - "max": "100.683", - "min": "99.641", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "113.781", - "max": "115.992", - "min": "113.281", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "277.144", - "max": "358.18", - "min": "273.863", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "81.094", - "max": "82.663", - "min": "80.602", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "35.547", - "max": "38.597", - "min": "35.078", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "79.763", - "max": "85.33", - "min": "78.524", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "28.228", - "max": "38.914", - "min": "27.328", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "267.248", - "max": "658.31", - "min": "246.881", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "122.929", - "max": "127.476", - "min": "119.559", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.583", - "max": "34.353", - "min": "31.243", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "48.954", - "max": "51.715", - "min": "47.925", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "156.951", - "max": "186.663", - "min": "154.007", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "117.226", - "max": "119.218", - "min": "116.605", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "267.564", - "max": "270.274", - "min": "267.039", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "96.142", - "max": "103.334", - "min": "94.868", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "48.216", - "max": "51.963", - "min": "47.742", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "18.126", - "max": "23.091", - "min": "16.746", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "62.135", - "max": "69.641", - "min": "61.171", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "90.775", - "max": "113.304", - "min": "89.075", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "89.345", - "max": "92.412", - "min": "88.596", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "69.688", - "max": "79.912", - "min": "67.311", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "166.289", - "max": "167.138", - "min": "165.9", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "87.813", - "max": "91.342", - "min": "86.791", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "137.759", - "max": "138.893", - "min": "137.184", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "122.431", - "max": "126.653", - "min": "121.542", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "23.502", - "max": "30.304", - "min": "22.599", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "186.026", - "max": "190.83", - "min": "185.252", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.323", - "max": "183.323", - "min": "183.323", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "18.751", - "max": "22.468", - "min": "18.225", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.454", - "max": "25.274", - "min": "22.006", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "106.024", - "max": "112.094", - "min": "104.993", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "28.049", - "max": "39.359", - "min": "19.473", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "41.068", - "max": "47.003", - "min": "40.253", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "192.239", - "max": "196.833", - "min": "191.592", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "113.89", - "max": "115.032", - "min": "113.247", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "102.467", - "max": "109.439", - "min": "101.223", - "id": "43", - "country": "Belgium", - "source_name": "Bruges", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "44": { - "name": "Lisbon", - "data": { - "0": { - "avg": "185.116", - "max": "185.346", - "min": "184.974", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "298.813", - "max": "299.128", - "min": "298.57", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "123.238", - "max": "123.497", - "min": "123.104", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "63.475", - "max": "68.389", - "min": "62.461", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "44.052", - "max": "44.523", - "min": "43.859", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "270.615", - "max": "271.471", - "min": "270.39", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "41.269", - "max": "42.149", - "min": "41.12", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "305.564", - "max": "312.549", - "min": "304.019", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "84.74", - "max": "85.709", - "min": "84.588", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "62.523", - "max": "63.443", - "min": "62.305", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "52.728", - "max": "52.989", - "min": "52.524", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "146.997", - "max": "147.26", - "min": "146.706", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "109.48", - "max": "109.806", - "min": "109.296", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "118.799", - "max": "119.046", - "min": "118.663", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "140.083", - "max": "140.863", - "min": "139.926", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "114.214", - "max": "114.633", - "min": "113.72", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "15.902", - "max": "16.135", - "min": "15.679", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "127.116", - "max": "128.295", - "min": "126.892", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "56.773", - "max": "57.592", - "min": "56.514", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "54.993", - "max": "55.315", - "min": "54.852", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "315.96", - "max": "316.943", - "min": "314.967", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "129.986", - "max": "130.322", - "min": "129.905", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "181.708", - "max": "181.861", - "min": "181.588", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "183.941", - "max": "186.037", - "min": "183.568", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "73.747", - "max": "75.953", - "min": "73.472", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "56.291", - "max": "56.562", - "min": "56.124", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "58.625", - "max": "60.493", - "min": "58.375", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "69.627", - "max": "71.102", - "min": "69.445", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "44.52", - "max": "44.705", - "min": "44.393", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "176.241", - "max": "178.028", - "min": "175.96", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "207.422", - "max": "207.835", - "min": "207.288", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "61.727", - "max": "61.998", - "min": "61.546", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "180.128", - "max": "180.439", - "min": "179.97", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "75.17", - "max": "75.404", - "min": "74.975", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "55.703", - "max": "56.64", - "min": "55.395", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "197.521", - "max": "198.182", - "min": "197.31", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "169.118", - "max": "169.218", - "min": "169.029", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "189.508", - "max": "190.669", - "min": "189.187", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "140.548", - "max": "142.057", - "min": "140.285", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "116.768", - "max": "117.334", - "min": "116.492", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "187.229", - "max": "190.23", - "min": "186.926", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "51.996", - "max": "55.328", - "min": "51.475", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "0.047", - "max": "0.059", - "min": "0.042", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "68.776", - "max": "75.127", - "min": "68.449", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "164.757", - "max": "165.034", - "min": "164.607", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "72.321", - "max": "72.938", - "min": "72", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "81.442", - "max": "82.264", - "min": "81.185", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "188.546", - "max": "189.101", - "min": "188.347", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "258.806", - "max": "259.128", - "min": "258.703", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "149.527", - "max": "149.941", - "min": "149.441", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "116.921", - "max": "117.186", - "min": "116.773", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "180.153", - "max": "180.576", - "min": "179.879", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "106.496", - "max": "133.829", - "min": "47.008", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.245", - "max": "139.394", - "min": "139.153", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "174.932", - "max": "182.959", - "min": "171.828", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "230.913", - "max": "232.318", - "min": "230.622", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "17.136", - "max": "20.028", - "min": "16.253", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "351.822", - "max": "352.321", - "min": "351.637", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "85.41", - "max": "86.944", - "min": "84.747", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "50.352", - "max": "50.688", - "min": "50.201", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "105.148", - "max": "106.125", - "min": "104.707", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "79.913", - "max": "142.571", - "min": "75.064", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "210.051", - "max": "222.556", - "min": "209.023", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "238.551", - "max": "239.331", - "min": "238.418", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "80.855", - "max": "81.082", - "min": "80.625", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "85.281", - "max": "85.566", - "min": "85.165", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "110.035", - "max": "110.422", - "min": "109.919", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "86.7", - "max": "87.211", - "min": "86.385", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "243.134", - "max": "244.773", - "min": "242.24", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "154.665", - "max": "155.168", - "min": "154.55", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "301.82", - "max": "303.386", - "min": "301.598", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "168.208", - "max": "169.841", - "min": "167.843", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "177.922", - "max": "179.368", - "min": "177.684", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "131.976", - "max": "132.225", - "min": "131.871", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "85.943", - "max": "86.701", - "min": "85.77", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "51.279", - "max": "51.531", - "min": "51.095", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "115.849", - "max": "116.042", - "min": "115.716", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "176.82", - "max": "177.201", - "min": "176.665", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "126.218", - "max": "142.178", - "min": "125.359", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "130.183", - "max": "130.384", - "min": "130.009", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "186.831", - "max": "186.977", - "min": "186.721", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "129.703", - "max": "130.573", - "min": "129.372", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "334.634", - "max": "336.828", - "min": "332.361", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "184.589", - "max": "185.776", - "min": "184.316", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "154.081", - "max": "154.262", - "min": "153.954", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "109.193", - "max": "110.388", - "min": "108.885", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "55.371", - "max": "55.826", - "min": "55.137", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "130.958", - "max": "131.17", - "min": "130.814", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "136.767", - "max": "137.057", - "min": "136.518", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "46.708", - "max": "51.407", - "min": "46.239", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "139.776", - "max": "141.601", - "min": "139.307", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "184.399", - "max": "184.694", - "min": "184.165", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "40.54", - "max": "40.873", - "min": "40.418", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "294.635", - "max": "294.922", - "min": "294.432", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "122.556", - "max": "122.756", - "min": "122.464", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "144.849", - "max": "145.223", - "min": "144.632", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "184.303", - "max": "184.913", - "min": "184.061", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "168.133", - "max": "173.288", - "min": "167.528", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "167.907", - "max": "168.133", - "min": "167.773", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "127.532", - "max": "128.309", - "min": "127.324", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "136.221", - "max": "136.404", - "min": "136.083", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "175.179", - "max": "175.411", - "min": "175.003", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "93.571", - "max": "95.818", - "min": "93.321", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "339.979", - "max": "347.303", - "min": "339.254", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "136.505", - "max": "137.501", - "min": "136.237", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "356.395", - "max": "368.359", - "min": "310.576", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "218.484", - "max": "221.716", - "min": "218.021", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "114.381", - "max": "115.441", - "min": "114.124", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "126.877", - "max": "127.097", - "min": "126.71", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "165.099", - "max": "167.876", - "min": "164.327", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "333.262", - "max": "333.502", - "min": "333.12", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "286.475", - "max": "286.777", - "min": "286.328", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "108.232", - "max": "108.397", - "min": "108.143", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "162.277", - "max": "183.422", - "min": "161.315", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "407.068", - "max": "524.033", - "min": "242.174", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "180.75", - "max": "262.089", - "min": "100.428", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "199.144", - "max": "199.638", - "min": "198.792", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "265.13", - "max": "268.387", - "min": "264.786", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "148.11", - "max": "148.366", - "min": "147.946", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "141.909", - "max": "143.229", - "min": "141.657", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "146.651", - "max": "146.982", - "min": "146.391", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "220.001", - "max": "376.208", - "min": "143.057", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "243.744", - "max": "244.129", - "min": "243.586", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "76.892", - "max": "155.398", - "min": "73.647", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "73.678", - "max": "73.911", - "min": "73.526", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "65.76", - "max": "68.874", - "min": "65.199", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "110.372", - "max": "110.564", - "min": "110.235", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "209.941", - "max": "212.189", - "min": "209.547", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "138.644", - "max": "138.887", - "min": "138.371", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "212.332", - "max": "212.593", - "min": "212.164", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "139.156", - "max": "139.371", - "min": "139.008", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "139.794", - "max": "140.019", - "min": "139.597", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "134.492", - "max": "134.992", - "min": "134.252", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "339.167", - "max": "340.436", - "min": "338.299", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "157.059", - "max": "157.952", - "min": "156.924", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "111.739", - "max": "117.106", - "min": "111.43", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "165.861", - "max": "173.07", - "min": "164.64", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "146.108", - "max": "146.453", - "min": "145.913", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "138.27", - "max": "138.602", - "min": "138.165", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "111.179", - "max": "111.476", - "min": "111.034", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "62.692", - "max": "63.016", - "min": "62.55", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "218.548", - "max": "219.827", - "min": "218.183", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "73.577", - "max": "73.926", - "min": "73.429", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "67.639", - "max": "67.981", - "min": "67.412", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "215.607", - "max": "227.207", - "min": "214.592", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "47.885", - "max": "55.586", - "min": "47.321", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "91.322", - "max": "95.296", - "min": "91", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "162.742", - "max": "163.032", - "min": "162.579", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "47.179", - "max": "47.306", - "min": "47.064", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "48.635", - "max": "48.869", - "min": "48.54", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "50.683", - "max": "62.32", - "min": "48.87", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "279.275", - "max": "279.48", - "min": "279.137", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "71.207", - "max": "74.092", - "min": "70.429", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "54.041", - "max": "98.451", - "min": "51.958", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "134.984", - "max": "135.377", - "min": "134.861", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "188.77", - "max": "189.01", - "min": "188.531", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "72.572", - "max": "73.909", - "min": "72.254", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "289.157", - "max": "341.36", - "min": "280.634", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "146.131", - "max": "146.349", - "min": "145.879", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "267.596", - "max": "376.112", - "min": "260.822", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "141.971", - "max": "142.267", - "min": "141.838", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "427.332", - "max": "428.128", - "min": "426.524", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "69.369", - "max": "69.744", - "min": "69.167", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "109.448", - "max": "111.38", - "min": "109.192", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "146.764", - "max": "147.279", - "min": "146.461", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "214.7", - "max": "214.812", - "min": "214.617", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "125.612", - "max": "126.058", - "min": "125.399", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "156.923", - "max": "157.124", - "min": "156.761", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "285.439", - "max": "294.59", - "min": "263.522", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "118.971", - "max": "119.152", - "min": "118.861", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "122.358", - "max": "122.666", - "min": "122.278", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "53.531", - "max": "55.508", - "min": "53.224", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "167.556", - "max": "168.624", - "min": "167.429", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "58.252", - "max": "59.876", - "min": "58.107", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "56.774", - "max": "57.498", - "min": "56.47", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "66.262", - "max": "89.143", - "min": "64.984", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "55.729", - "max": "56.086", - "min": "55.614", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "51.26", - "max": "51.917", - "min": "51.067", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "91.445", - "max": "91.862", - "min": "91.285", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "83.927", - "max": "84.11", - "min": "83.778", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "97.783", - "max": "98.025", - "min": "97.595", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "86.465", - "max": "87.467", - "min": "86.289", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "45.018", - "max": "46.453", - "min": "44.813", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "48.324", - "max": "48.514", - "min": "48.202", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "46.946", - "max": "47.152", - "min": "46.811", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "56.123", - "max": "56.398", - "min": "55.944", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "90.81", - "max": "92.367", - "min": "90.449", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "66.759", - "max": "70.286", - "min": "65.6", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "73.274", - "max": "139.278", - "min": "50.391", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "45.656", - "max": "45.976", - "min": "45.453", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "105.742", - "max": "106.123", - "min": "105.572", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "72.033", - "max": "78.309", - "min": "71.362", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "77.875", - "max": "78.39", - "min": "77.434", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "47.517", - "max": "47.834", - "min": "47.265", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "308.366", - "max": "308.746", - "min": "308.194", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "49.566", - "max": "50.119", - "min": "49.403", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "64.999", - "max": "65.39", - "min": "64.776", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "70.097", - "max": "70.279", - "min": "69.977", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "197.846", - "max": "204.361", - "min": "195.683", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "89.811", - "max": "90.073", - "min": "89.675", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "48.179", - "max": "57.712", - "min": "47.652", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "47.631", - "max": "48.125", - "min": "47.344", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "43.338", - "max": "43.624", - "min": "43.208", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "280.842", - "max": "293.781", - "min": "277.685", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "116.09", - "max": "122.191", - "min": "114.819", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "289.692", - "max": "301.072", - "min": "242.917", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "187.705", - "max": "188.055", - "min": "187.578", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "44.189", - "max": "44.534", - "min": "44.064", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "168.673", - "max": "169.205", - "min": "168.435", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "177.276", - "max": "177.91", - "min": "176.98", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "66.372", - "max": "66.745", - "min": "66.201", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "95.473", - "max": "96.331", - "min": "95.248", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "51.209", - "max": "52.242", - "min": "50.785", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "46.583", - "max": "47.624", - "min": "46.269", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "130.724", - "max": "130.88", - "min": "130.644", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "146.994", - "max": "147.896", - "min": "146.825", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "208.894", - "max": "210.115", - "min": "208.677", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "115.788", - "max": "116.178", - "min": "115.648", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "48.445", - "max": "48.844", - "min": "48.313", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "112.476", - "max": "112.558", - "min": "112.409", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "47.126", - "max": "47.427", - "min": "46.952", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "253.3", - "max": "253.726", - "min": "253.144", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "157.232", - "max": "161.456", - "min": "154.529", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "61.223", - "max": "61.675", - "min": "61.055", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "72.535", - "max": "73.729", - "min": "72.112", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "185.991", - "max": "188.144", - "min": "184.823", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "69.953", - "max": "71.916", - "min": "69.504", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "267.81", - "max": "268.26", - "min": "267.624", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "125.294", - "max": "125.702", - "min": "125.059", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "77.068", - "max": "77.242", - "min": "76.926", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "47.205", - "max": "47.507", - "min": "47.1", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "107.424", - "max": "107.683", - "min": "107.339", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "120.738", - "max": "128.981", - "min": "120.052", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "120.711", - "max": "120.891", - "min": "120.599", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "93.461", - "max": "98.265", - "min": "91.255", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "203.658", - "max": "205.93", - "min": "203.37", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "133.359", - "max": "134.845", - "min": "132.453", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "95.67", - "max": "96.154", - "min": "95.506", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "140.04", - "max": "140.338", - "min": "139.864", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "58.835", - "max": "62.557", - "min": "58.506", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "282.988", - "max": "283.301", - "min": "282.786", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "209.408", - "max": "209.408", - "min": "209.408", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "55.375", - "max": "55.571", - "min": "55.286", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "50.522", - "max": "50.662", - "min": "50.452", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "151.982", - "max": "152.54", - "min": "151.822", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "60.403", - "max": "72.323", - "min": "52.536", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "63.854", - "max": "64.127", - "min": "63.732", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "154.619", - "max": "156.186", - "min": "154.36", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "119.008", - "max": "120.426", - "min": "118.645", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "131.377", - "max": "131.498", - "min": "131.29", - "id": "44", - "country": "Portugal", - "source_name": "Lisbon", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "45": { - "name": "Helsinki", - "data": { - "0": { - "avg": "230.294", - "max": "283.914", - "min": "227.862", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "259.707", - "max": "262.136", - "min": "259.425", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.795", - "max": "112.11", - "min": "111.613", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "38.684", - "max": "62.236", - "min": "36.778", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "34.097", - "max": "46.119", - "min": "33.402", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "242.947", - "max": "243.895", - "min": "242.59", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "27.507", - "max": "30.277", - "min": "27.304", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "296.239", - "max": "308.153", - "min": "293.705", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "16.699", - "max": "29.099", - "min": "16.191", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "7.642", - "max": "8.596", - "min": "7.411", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "33.793", - "max": "34.005", - "min": "33.66", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "139.924", - "max": "143.322", - "min": "139.271", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "108.97", - "max": "139.97", - "min": "107.693", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "139.04", - "max": "157.238", - "min": "118.637", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "132.371", - "max": "132.754", - "min": "132.196", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "109.143", - "max": "125.211", - "min": "107.844", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "50.835", - "max": "53.696", - "min": "50.361", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "118.358", - "max": "121.3", - "min": "117.821", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "44.643", - "max": "44.84", - "min": "44.483", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "32.72", - "max": "36.732", - "min": "32.106", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "287.78", - "max": "289.436", - "min": "287.499", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "123.756", - "max": "130.49", - "min": "123.191", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "163.025", - "max": "166.84", - "min": "162.701", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "159.077", - "max": "169.664", - "min": "158.457", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "8.377", - "max": "25.747", - "min": "7.27", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.683", - "max": "28.239", - "min": "27.462", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "40.927", - "max": "42.599", - "min": "40.602", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "32.645", - "max": "33.091", - "min": "32.547", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "41.444", - "max": "46.484", - "min": "41.048", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "160.149", - "max": "164.787", - "min": "159.518", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "183.333", - "max": "186.775", - "min": "183.026", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "56.364", - "max": "57.307", - "min": "56.157", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.266", - "max": "193.613", - "min": "164.306", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "52.653", - "max": "83.886", - "min": "51.35", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "40.215", - "max": "53.345", - "min": "38.451", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "179.946", - "max": "182.806", - "min": "179.373", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "163.153", - "max": "163.532", - "min": "163.087", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "163.115", - "max": "174.98", - "min": "162.36", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "134.421", - "max": "137.494", - "min": "134.149", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "110.364", - "max": "113.027", - "min": "109.979", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "180.648", - "max": "189.264", - "min": "179.891", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "39.308", - "max": "47.897", - "min": "38.159", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "68.581", - "max": "68.893", - "min": "68.456", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "0.059", - "max": "0.262", - "min": "0.028", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "156.576", - "max": "158.592", - "min": "156.354", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "43.471", - "max": "51.948", - "min": "42.294", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "19.418", - "max": "24.173", - "min": "19.085", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "200.343", - "max": "201.976", - "min": "200.129", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "278.402", - "max": "284.574", - "min": "277.289", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "144.991", - "max": "164.823", - "min": "143.307", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "109.913", - "max": "110.203", - "min": "109.701", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "168.956", - "max": "174.412", - "min": "168.338", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.455", - "max": "141.914", - "min": "38.183", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "131.335", - "max": "132.769", - "min": "131.156", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "167.801", - "max": "189.899", - "min": "163.427", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "278.623", - "max": "284.46", - "min": "278.123", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "64.6", - "max": "70.918", - "min": "63.311", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "317.836", - "max": "318.05", - "min": "317.7", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "37.201", - "max": "41.444", - "min": "36.669", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "37.321", - "max": "52.102", - "min": "36.434", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "77.366", - "max": "83.758", - "min": "76.549", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "87.961", - "max": "132.852", - "min": "84.979", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "204.912", - "max": "283.465", - "min": "200.956", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "226.246", - "max": "226.928", - "min": "226.033", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "60.29", - "max": "61.059", - "min": "60.006", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "49.435", - "max": "50.704", - "min": "49.071", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "105.013", - "max": "115.597", - "min": "104.466", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "50.212", - "max": "52.041", - "min": "49.804", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "236.342", - "max": "238.541", - "min": "235.692", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "155.951", - "max": "173.132", - "min": "154.887", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "271.022", - "max": "275.266", - "min": "270.411", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "167.204", - "max": "169.895", - "min": "166.906", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "182.605", - "max": "183.641", - "min": "182.364", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "123.402", - "max": "123.594", - "min": "123.183", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "75.965", - "max": "77.227", - "min": "75.738", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "40.167", - "max": "43.789", - "min": "39.829", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "121.01", - "max": "135.203", - "min": "120.379", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "155.666", - "max": "169.271", - "min": "154.779", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "127.941", - "max": "133.54", - "min": "127.4", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "122.052", - "max": "124.646", - "min": "121.704", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "159.562", - "max": "184.248", - "min": "158.426", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "126.106", - "max": "127.202", - "min": "125.796", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "201.632", - "max": "205.786", - "min": "201.292", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "170.495", - "max": "179.546", - "min": "168.559", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "166.381", - "max": "220.822", - "min": "162.607", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "84.801", - "max": "85.734", - "min": "84.51", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "45.013", - "max": "46.901", - "min": "44.512", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "128.351", - "max": "128.621", - "min": "128.248", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "122.955", - "max": "133.017", - "min": "122.363", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "38.993", - "max": "43.742", - "min": "38.696", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "132.988", - "max": "141.701", - "min": "131.814", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "166.408", - "max": "167.616", - "min": "166.161", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "56.722", - "max": "57.862", - "min": "56.547", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "263.337", - "max": "266.396", - "min": "262.851", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "110.64", - "max": "116.099", - "min": "110.303", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "133.56", - "max": "133.823", - "min": "133.428", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "174.53", - "max": "175.04", - "min": "174.215", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "160.259", - "max": "172.539", - "min": "159.115", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "171.937", - "max": "172.407", - "min": "171.773", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "126.113", - "max": "142.571", - "min": "125.35", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "132.201", - "max": "156.965", - "min": "130.49", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "173.595", - "max": "176.082", - "min": "173.076", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "57.569", - "max": "72.58", - "min": "56.823", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "335.269", - "max": "343.038", - "min": "333.978", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "128.283", - "max": "152.17", - "min": "127.048", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "395.136", - "max": "407.094", - "min": "383.832", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "193.001", - "max": "204.065", - "min": "191.516", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "107.989", - "max": "117.845", - "min": "107.163", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "119.866", - "max": "119.977", - "min": "119.776", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "163.113", - "max": "168.29", - "min": "162.015", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "311.082", - "max": "318.214", - "min": "310.663", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "300.982", - "max": "309.673", - "min": "300.207", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "99.442", - "max": "99.547", - "min": "99.361", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "202.845", - "max": "205.295", - "min": "202.443", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "381.176", - "max": "487.118", - "min": "219.081", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "162.871", - "max": "246.711", - "min": "69.225", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "191.891", - "max": "203.851", - "min": "190.617", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "244.917", - "max": "250.56", - "min": "244.322", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "151.093", - "max": "183.777", - "min": "148.659", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "135.052", - "max": "137.261", - "min": "134.704", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "139.468", - "max": "140.493", - "min": "139.185", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "218.723", - "max": "370.526", - "min": "138.992", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "211.502", - "max": "225.324", - "min": "210.366", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "19.602", - "max": "95.023", - "min": "16.488", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "7.589", - "max": "15.753", - "min": "6.999", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "18.138", - "max": "39.86", - "min": "16.614", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "101.327", - "max": "132.515", - "min": "99.763", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "188.196", - "max": "188.662", - "min": "188.031", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "124.458", - "max": "150.563", - "min": "123.228", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "191.022", - "max": "192.249", - "min": "190.719", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "127.412", - "max": "139.716", - "min": "126.585", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "133.337", - "max": "134.286", - "min": "133.195", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "131.971", - "max": "133.061", - "min": "131.716", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "351.129", - "max": "352.895", - "min": "350.409", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "145.596", - "max": "150.561", - "min": "145.33", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "102.271", - "max": "118.798", - "min": "100.292", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "155.899", - "max": "175.302", - "min": "154.194", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "138.052", - "max": "150.394", - "min": "137.375", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "134.836", - "max": "137.565", - "min": "134.26", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "103.41", - "max": "119.268", - "min": "102.586", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "37.816", - "max": "38.208", - "min": "37.695", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "196.614", - "max": "201.611", - "min": "195.874", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "6.179", - "max": "8.638", - "min": "5.962", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "39.917", - "max": "48.287", - "min": "39.013", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "205.266", - "max": "216.065", - "min": "203.563", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "31.601", - "max": "41.503", - "min": "30.952", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "42.928", - "max": "49.106", - "min": "42.518", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "163.209", - "max": "169.843", - "min": "162.675", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "33.905", - "max": "41.996", - "min": "33.502", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "34.1", - "max": "37.751", - "min": "33.789", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "30.685", - "max": "45.783", - "min": "28.867", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "236.299", - "max": "236.547", - "min": "236.175", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "46.618", - "max": "47.102", - "min": "46.431", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "39.448", - "max": "44.06", - "min": "38.743", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "115.421", - "max": "150.941", - "min": "111.689", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "164.751", - "max": "166.079", - "min": "164.207", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "27.434", - "max": "31.858", - "min": "26.938", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "231.468", - "max": "269.007", - "min": "220.641", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "146.164", - "max": "146.732", - "min": "145.921", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "256.768", - "max": "364.765", - "min": "249.605", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "147.452", - "max": "153.107", - "min": "146.856", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "222.082", - "max": "234.579", - "min": "220.908", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "12.12", - "max": "23.005", - "min": "11.497", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "103.806", - "max": "104.684", - "min": "103.672", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "83.808", - "max": "121.247", - "min": "82.38", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "189.441", - "max": "191.198", - "min": "189.122", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "68.52", - "max": "85.449", - "min": "67.576", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "173.568", - "max": "174.431", - "min": "173.291", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "217.643", - "max": "232.798", - "min": "205.283", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "109.321", - "max": "113.927", - "min": "108.863", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "120.506", - "max": "127.268", - "min": "120.221", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "33.166", - "max": "35.97", - "min": "32.707", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "166.419", - "max": "175.76", - "min": "165.757", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "41.077", - "max": "42.67", - "min": "40.811", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "37.064", - "max": "48.579", - "min": "36.321", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "55.504", - "max": "67.694", - "min": "54.825", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "40.471", - "max": "48.102", - "min": "39.962", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "39.906", - "max": "45.306", - "min": "39.434", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "77.891", - "max": "78.76", - "min": "77.668", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "59.928", - "max": "61.61", - "min": "59.799", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "35.941", - "max": "42.41", - "min": "35.622", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.833", - "max": "70.686", - "min": "68.61", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "28.992", - "max": "60.283", - "min": "26.106", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "29.763", - "max": "29.895", - "min": "29.698", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "43.353", - "max": "43.918", - "min": "43.237", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "29.875", - "max": "31.055", - "min": "29.656", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "88.177", - "max": "90.619", - "min": "87.749", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "46.345", - "max": "86.917", - "min": "43.088", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "47.985", - "max": "63.594", - "min": "34.445", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "31.551", - "max": "31.933", - "min": "31.266", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "87.602", - "max": "96.78", - "min": "86.952", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "33.65", - "max": "41.92", - "min": "32.869", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "57.631", - "max": "84.988", - "min": "56.236", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "34.443", - "max": "55.088", - "min": "32.974", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "231.614", - "max": "259.426", - "min": "230.314", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "36.672", - "max": "40.088", - "min": "36.273", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "40.31", - "max": "55.851", - "min": "39.195", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "46.056", - "max": "68.003", - "min": "45.109", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "189.992", - "max": "194.924", - "min": "188.668", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "67.675", - "max": "77.354", - "min": "66.736", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "31.277", - "max": "38.432", - "min": "30.513", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "28.327", - "max": "29.883", - "min": "28.169", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "27.419", - "max": "27.695", - "min": "27.185", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "325.243", - "max": "338.538", - "min": "323.848", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "105.262", - "max": "135.929", - "min": "103.454", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "230.651", - "max": "240.395", - "min": "222.311", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "177.983", - "max": "191.966", - "min": "177.251", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "33.083", - "max": "65.506", - "min": "30.274", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "128.422", - "max": "137.128", - "min": "127.615", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "187.273", - "max": "192.078", - "min": "186.775", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "47.239", - "max": "48.446", - "min": "46.895", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "87.802", - "max": "89.044", - "min": "87.435", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "36.84", - "max": "45.003", - "min": "36.083", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "30.785", - "max": "68.061", - "min": "29.031", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "123.499", - "max": "124.203", - "min": "123.361", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "133.057", - "max": "157.129", - "min": "131.131", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "265.248", - "max": "292.967", - "min": "263.27", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "189.046", - "max": "190.117", - "min": "188.922", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "37.808", - "max": "38.391", - "min": "37.581", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "107.766", - "max": "109.379", - "min": "107.571", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "36.818", - "max": "38.64", - "min": "36.625", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "227.838", - "max": "237.613", - "min": "226.654", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "157.119", - "max": "165.527", - "min": "152.257", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "48.583", - "max": "66.495", - "min": "47.311", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "62.161", - "max": "66.095", - "min": "61.044", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "180.671", - "max": "183.439", - "min": "179.668", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "131.818", - "max": "132.598", - "min": "131.414", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "206.346", - "max": "234.811", - "min": "203.182", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "100.843", - "max": "101.683", - "min": "100.592", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "60.644", - "max": "90.921", - "min": "58.749", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "36.261", - "max": "41.655", - "min": "35.911", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "81.064", - "max": "83.188", - "min": "80.849", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "117.543", - "max": "131.139", - "min": "116.501", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "111.3", - "max": "114.424", - "min": "111.061", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "89.291", - "max": "91.346", - "min": "87.293", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "210.912", - "max": "227.885", - "min": "198.42", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "124.428", - "max": "132.664", - "min": "122.464", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "84.697", - "max": "111.795", - "min": "83.05", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "127.599", - "max": "127.889", - "min": "127.341", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "45.115", - "max": "51.933", - "min": "44.478", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "249.437", - "max": "262.835", - "min": "247.479", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "214.047", - "max": "214.047", - "min": "214.047", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "39.042", - "max": "47.614", - "min": "37.541", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "29.745", - "max": "33.608", - "min": "29.348", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "136.641", - "max": "153.901", - "min": "135.809", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "54.208", - "max": "69.639", - "min": "45.02", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "43.271", - "max": "44.287", - "min": "43.157", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "185.623", - "max": "186.183", - "min": "185.414", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "93.132", - "max": "104.348", - "min": "92.142", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "128.091", - "max": "131.59", - "min": "127.765", - "id": "45", - "country": "Finland", - "source_name": "Helsinki", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "47": { - "name": "Budapest", - "data": { - "0": { - "avg": "241.758", - "max": "242.516", - "min": "241.32", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "282.87", - "max": "288.441", - "min": "282.184", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "126.484", - "max": "127.161", - "min": "126.075", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "10.421", - "max": "17.578", - "min": "9.627", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "30.264", - "max": "31.026", - "min": "29.898", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "266.919", - "max": "267.617", - "min": "266.56", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "32.21", - "max": "32.912", - "min": "31.762", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "298.211", - "max": "301.475", - "min": "297.271", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "60.385", - "max": "61.131", - "min": "59.969", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "43.179", - "max": "49.114", - "min": "42.588", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "31.095", - "max": "31.802", - "min": "30.644", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "174.542", - "max": "188.049", - "min": "173.702", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "103.232", - "max": "103.993", - "min": "102.879", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.771", - "max": "113.614", - "min": "112.376", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.833", - "max": "132.44", - "min": "129.435", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "110.879", - "max": "111.955", - "min": "110.174", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "40.976", - "max": "41.697", - "min": "40.467", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "116.393", - "max": "118.235", - "min": "115.995", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "44.785", - "max": "45.555", - "min": "44.456", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "8.897", - "max": "9.507", - "min": "8.684", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "301.25", - "max": "301.937", - "min": "300.951", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "125.014", - "max": "125.781", - "min": "124.688", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "170.044", - "max": "170.7", - "min": "169.677", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "175.222", - "max": "177.463", - "min": "174.79", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.769", - "max": "46.392", - "min": "40.976", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "38.038", - "max": "38.71", - "min": "37.825", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "30.021", - "max": "32.878", - "min": "29.521", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "13.692", - "max": "16.314", - "min": "13.281", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "19.866", - "max": "20.563", - "min": "19.465", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "166.944", - "max": "167.557", - "min": "166.487", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "272.884", - "max": "273.596", - "min": "272.574", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.794", - "max": "40.791", - "min": "39.366", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "189.582", - "max": "190.347", - "min": "189.137", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "43.297", - "max": "43.983", - "min": "43.029", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "24.277", - "max": "29.465", - "min": "23.809", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "184.118", - "max": "186.617", - "min": "183.655", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "177.214", - "max": "177.85", - "min": "176.793", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "179.475", - "max": "180.214", - "min": "179.078", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "138.694", - "max": "139.456", - "min": "138.274", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "120.738", - "max": "129.388", - "min": "119.873", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "175.743", - "max": "181.175", - "min": "174.928", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "38.961", - "max": "41.393", - "min": "38.22", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "72.327", - "max": "72.978", - "min": "72.02", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "42.738", - "max": "46.809", - "min": "42.243", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "157.148", - "max": "157.989", - "min": "156.903", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "0.02", - "max": "0.078", - "min": "0.014", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "44.501", - "max": "45.22", - "min": "44.137", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "196.804", - "max": "197.733", - "min": "196.431", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "256.271", - "max": "257.445", - "min": "255.82", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "145.038", - "max": "145.756", - "min": "144.795", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "117.221", - "max": "117.89", - "min": "116.9", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "179.504", - "max": "180.117", - "min": "178.917", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "41.251", - "max": "51.325", - "min": "36.565", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "133.426", - "max": "134.074", - "min": "133.106", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "170.217", - "max": "193.911", - "min": "164.985", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "280.27", - "max": "280.829", - "min": "279.914", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "54.105", - "max": "55.079", - "min": "53.017", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "313.933", - "max": "314.487", - "min": "313.632", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "23.394", - "max": "24.652", - "min": "22.868", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "28.273", - "max": "29.027", - "min": "27.918", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "74.367", - "max": "79.223", - "min": "73.447", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "87.528", - "max": "145.433", - "min": "81.667", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "312.883", - "max": "399.738", - "min": "304.128", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "219.474", - "max": "220.245", - "min": "219.174", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "54.875", - "max": "55.526", - "min": "54.362", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.389", - "max": "35.902", - "min": "35.087", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "105.179", - "max": "105.967", - "min": "104.844", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "23.43", - "max": "24.189", - "min": "22.868", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "250.768", - "max": "253.24", - "min": "249.732", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "155.592", - "max": "160.488", - "min": "155.018", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "273.117", - "max": "274.183", - "min": "272.691", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "163.029", - "max": "163.7", - "min": "162.553", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "185.188", - "max": "185.814", - "min": "184.785", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "126.066", - "max": "126.878", - "min": "125.795", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "71.54", - "max": "72.476", - "min": "71.059", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "41.901", - "max": "42.69", - "min": "41.549", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "121.083", - "max": "121.79", - "min": "120.731", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "192.581", - "max": "196.023", - "min": "192.025", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "129.751", - "max": "130.662", - "min": "129.338", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "131.104", - "max": "131.939", - "min": "130.737", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.161", - "max": "162.014", - "min": "160.801", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "108.45", - "max": "109.745", - "min": "107.957", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "361.871", - "max": "375.583", - "min": "298.118", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "163.715", - "max": "164.408", - "min": "163.397", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "151.805", - "max": "152.441", - "min": "151.447", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "85.324", - "max": "86.909", - "min": "84.79", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "41.533", - "max": "47.168", - "min": "40.829", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "130.944", - "max": "131.683", - "min": "130.577", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "138.687", - "max": "139.609", - "min": "138.251", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "36.589", - "max": "44.203", - "min": "35.749", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "142.08", - "max": "143.856", - "min": "141.256", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "178.187", - "max": "178.862", - "min": "177.778", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "61.135", - "max": "61.705", - "min": "60.798", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "303.203", - "max": "303.867", - "min": "302.812", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "111.512", - "max": "112.256", - "min": "111.059", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "140.83", - "max": "142.271", - "min": "140.239", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "183.527", - "max": "184.074", - "min": "183.113", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "178.546", - "max": "215.832", - "min": "176.208", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "187.261", - "max": "187.954", - "min": "186.85", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "130.275", - "max": "131.974", - "min": "129.757", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "133.648", - "max": "134.353", - "min": "133.331", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "186.953", - "max": "187.629", - "min": "186.463", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "31.139", - "max": "31.846", - "min": "30.812", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "343.105", - "max": "347.078", - "min": "342.262", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "137.926", - "max": "138.904", - "min": "137.54", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "344.285", - "max": "355.906", - "min": "300.862", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "237.891", - "max": "239.192", - "min": "237.354", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "108.462", - "max": "109.28", - "min": "108.079", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "119.568", - "max": "120.212", - "min": "119.093", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "163.387", - "max": "166.658", - "min": "162.205", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "326.065", - "max": "326.829", - "min": "325.806", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "314.144", - "max": "321.203", - "min": "308.685", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "102.686", - "max": "103.237", - "min": "102.344", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "159.56", - "max": "192.927", - "min": "157.994", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "381.697", - "max": "488.671", - "min": "185.313", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "137.955", - "max": "252.835", - "min": "57.068", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "179.094", - "max": "180.978", - "min": "178.513", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "247.472", - "max": "248.873", - "min": "246.905", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "146.297", - "max": "147.142", - "min": "145.967", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "142.544", - "max": "144.509", - "min": "141.924", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "140.928", - "max": "141.668", - "min": "140.432", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "208.083", - "max": "354.464", - "min": "128.364", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "219.047", - "max": "219.595", - "min": "218.761", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "68.113", - "max": "277.326", - "min": "55.077", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "55.114", - "max": "56.026", - "min": "54.807", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "43.157", - "max": "44.834", - "min": "42.462", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "104.88", - "max": "106.748", - "min": "100.805", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "181.191", - "max": "182.031", - "min": "180.758", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "139.428", - "max": "140.347", - "min": "139.064", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "207.983", - "max": "215.713", - "min": "207.347", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "137.567", - "max": "138.122", - "min": "137.108", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "135.24", - "max": "136.025", - "min": "134.882", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "129.903", - "max": "130.766", - "min": "129.444", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "299.684", - "max": "300.957", - "min": "298.939", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "175.518", - "max": "176.154", - "min": "175.143", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "110.867", - "max": "111.57", - "min": "110.452", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "190.081", - "max": "204.184", - "min": "188.317", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "141.775", - "max": "142.363", - "min": "141.366", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "135.113", - "max": "135.878", - "min": "134.78", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "112.351", - "max": "113.143", - "min": "112.035", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "10.365", - "max": "14.541", - "min": "9.875", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "199.566", - "max": "203.174", - "min": "198.995", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "51.606", - "max": "52.266", - "min": "51.361", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "14.473", - "max": "15.03", - "min": "14.039", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.514", - "max": "214.621", - "min": "210.99", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "27.364", - "max": "30.29", - "min": "26.81", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "13.945", - "max": "15.124", - "min": "13.558", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "157.494", - "max": "158.999", - "min": "157.076", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "33.29", - "max": "34.018", - "min": "33.027", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "34.893", - "max": "35.652", - "min": "34.553", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "24.336", - "max": "35.009", - "min": "22.561", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "308.317", - "max": "309.096", - "min": "308.078", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "10.178", - "max": "12.778", - "min": "9.657", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "30.128", - "max": "30.647", - "min": "29.763", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "117.224", - "max": "117.974", - "min": "116.852", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "167.548", - "max": "168.246", - "min": "166.974", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.031", - "max": "49.801", - "min": "48.398", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "245.091", - "max": "286.992", - "min": "237.339", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "151.011", - "max": "151.655", - "min": "150.523", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "275.577", - "max": "369.888", - "min": "267.498", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "157.473", - "max": "158.342", - "min": "157.07", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "412.1", - "max": "414.338", - "min": "411.533", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "35.169", - "max": "35.878", - "min": "34.822", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "103.158", - "max": "104.151", - "min": "102.778", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "115.654", - "max": "116.424", - "min": "115.289", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "188.94", - "max": "189.669", - "min": "188.524", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "108.456", - "max": "109.229", - "min": "108.106", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "177.427", - "max": "179.051", - "min": "176.899", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "306.188", - "max": "313.354", - "min": "305.453", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "116.514", - "max": "117.122", - "min": "116.175", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "116.773", - "max": "117.57", - "min": "116.499", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "30.253", - "max": "32.73", - "min": "29.687", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "308.175", - "max": "309.007", - "min": "307.888", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "42.734", - "max": "44.353", - "min": "42.183", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "24.357", - "max": "27.12", - "min": "23.872", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "41.296", - "max": "51.826", - "min": "40.507", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "30.227", - "max": "30.902", - "min": "29.864", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "37.322", - "max": "40.997", - "min": "36.735", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "74.011", - "max": "74.788", - "min": "73.631", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "29.777", - "max": "30.349", - "min": "29.341", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "78.338", - "max": "91.519", - "min": "77.061", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "50.242", - "max": "50.983", - "min": "49.786", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "31.477", - "max": "32.351", - "min": "31.014", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "35.829", - "max": "36.395", - "min": "35.399", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "32.126", - "max": "32.884", - "min": "31.782", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "22.256", - "max": "23.031", - "min": "21.999", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "61.148", - "max": "62.765", - "min": "60.619", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "36.983", - "max": "56.487", - "min": "34.611", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "63.765", - "max": "122.232", - "min": "29.868", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "37.88", - "max": "38.634", - "min": "37.547", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "61.786", - "max": "62.804", - "min": "61.261", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.143", - "max": "61.671", - "min": "44.696", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "21.611", - "max": "22.607", - "min": "21.192", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "34.225", - "max": "58.234", - "min": "32.552", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "206.465", - "max": "217.892", - "min": "205.697", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "24.67", - "max": "25.668", - "min": "24.28", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "35.136", - "max": "35.753", - "min": "34.773", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "26.424", - "max": "27.212", - "min": "26.093", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "203.255", - "max": "208.95", - "min": "201.904", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "40.132", - "max": "40.736", - "min": "39.828", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "36.363", - "max": "41.955", - "min": "35.687", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "28.804", - "max": "29.527", - "min": "28.43", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "33.219", - "max": "34.045", - "min": "32.779", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "331.093", - "max": "339.826", - "min": "329.98", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "106.826", - "max": "109.069", - "min": "106.132", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "323.537", - "max": "341.714", - "min": "240.49", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "164.674", - "max": "165.254", - "min": "164.196", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "41.255", - "max": "42.874", - "min": "40.792", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "146.992", - "max": "148.622", - "min": "146.603", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "182.292", - "max": "183.055", - "min": "181.851", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "45.355", - "max": "46.129", - "min": "44.98", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "59.27", - "max": "61.692", - "min": "58.858", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "37.546", - "max": "38.994", - "min": "36.873", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "28.803", - "max": "31.347", - "min": "28.223", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "132.756", - "max": "133.448", - "min": "132.412", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "133.169", - "max": "134.117", - "min": "132.787", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "361.232", - "max": "448.85", - "min": "353.586", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "197.914", - "max": "198.552", - "min": "197.598", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "31.661", - "max": "32.362", - "min": "31.334", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "109.604", - "max": "110.331", - "min": "109.277", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "22.134", - "max": "22.735", - "min": "21.537", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "227.102", - "max": "237.204", - "min": "226.342", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "151.705", - "max": "156.634", - "min": "148.649", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "47.956", - "max": "48.699", - "min": "47.643", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "68.981", - "max": "69.62", - "min": "68.26", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "181.326", - "max": "189.304", - "min": "179.75", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "130.264", - "max": "131.6", - "min": "129.49", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "265.529", - "max": "266.344", - "min": "265.151", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "86.587", - "max": "87.454", - "min": "86.119", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "52.399", - "max": "53.076", - "min": "52.12", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "35.132", - "max": "35.827", - "min": "34.786", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "68.336", - "max": "69.033", - "min": "68.029", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "122.835", - "max": "124.385", - "min": "122.233", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "120.813", - "max": "121.408", - "min": "120.354", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "86.48", - "max": "88.802", - "min": "84.254", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "189.128", - "max": "190.107", - "min": "188.739", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "122.015", - "max": "123.718", - "min": "120.837", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "72.704", - "max": "73.984", - "min": "72.313", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "129.732", - "max": "133.258", - "min": "129.067", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "48.509", - "max": "53.428", - "min": "47.91", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "200.917", - "max": "203.048", - "min": "191.996", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "208.422", - "max": "208.422", - "min": "208.422", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "35.368", - "max": "35.985", - "min": "34.972", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.128", - "max": "22.691", - "min": "21.828", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "134.368", - "max": "135.064", - "min": "133.923", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "52.017", - "max": "64.783", - "min": "42.912", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "33.128", - "max": "33.768", - "min": "32.649", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "135.426", - "max": "142.591", - "min": "134.729", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "79.33", - "max": "80.028", - "min": "78.734", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "134.818", - "max": "135.564", - "min": "134.418", - "id": "47", - "country": "Hungary", - "source_name": "Budapest", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "48": { - "name": "Bergen", - "data": { - "0": { - "avg": "225.726", - "max": "225.998", - "min": "225.549", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "281.881", - "max": "282.268", - "min": "281.614", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "126.35", - "max": "126.585", - "min": "126.238", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "39.443", - "max": "44.296", - "min": "38.956", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "35.843", - "max": "36.368", - "min": "35.617", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "248.613", - "max": "248.746", - "min": "248.472", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "34.385", - "max": "34.766", - "min": "34.23", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.113", - "max": "300.128", - "min": "288.8", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "33.226", - "max": "33.962", - "min": "33.068", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "15.495", - "max": "17.881", - "min": "15.217", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "29.081", - "max": "29.794", - "min": "28.882", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "142.15", - "max": "143.819", - "min": "141.884", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "100.904", - "max": "101.28", - "min": "100.772", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "99.751", - "max": "100.845", - "min": "99.4", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "141.879", - "max": "142.4", - "min": "141.734", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "120.289", - "max": "120.815", - "min": "119.994", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "64.097", - "max": "64.542", - "min": "63.777", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "123.594", - "max": "124.24", - "min": "123.424", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "58.213", - "max": "58.491", - "min": "58.048", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "36.029", - "max": "36.339", - "min": "35.917", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "303.809", - "max": "305.709", - "min": "303.683", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "119.006", - "max": "119.362", - "min": "118.811", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "168.027", - "max": "168.348", - "min": "167.864", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "159.39", - "max": "161.01", - "min": "159.141", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "21.228", - "max": "21.452", - "min": "21.064", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "13.047", - "max": "15.318", - "min": "12.763", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "47.675", - "max": "51.399", - "min": "47.303", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "48.391", - "max": "49.416", - "min": "48.168", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "27.79", - "max": "28.418", - "min": "27.613", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "169.338", - "max": "169.721", - "min": "169.062", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "194.131", - "max": "194.7", - "min": "193.916", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "32.35", - "max": "32.735", - "min": "32.185", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "157.086", - "max": "157.9", - "min": "156.856", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "57.829", - "max": "58.139", - "min": "57.686", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "30.655", - "max": "34.259", - "min": "30.356", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.644", - "max": "187.318", - "min": "186.379", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "177.268", - "max": "177.46", - "min": "177.189", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "167.089", - "max": "167.646", - "min": "166.85", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "154.254", - "max": "154.541", - "min": "154.082", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "121.379", - "max": "123.17", - "min": "121.11", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "188.785", - "max": "191.522", - "min": "188.396", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "39.733", - "max": "46.148", - "min": "39.257", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "81.407", - "max": "81.818", - "min": "81.252", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "19.588", - "max": "26.924", - "min": "19.095", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "176.748", - "max": "176.927", - "min": "176.609", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "44.577", - "max": "45.356", - "min": "44.251", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "0.048", - "max": "0.137", - "min": "0.023", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "179.547", - "max": "180.361", - "min": "179.393", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "280.556", - "max": "281.128", - "min": "280.357", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "152.393", - "max": "152.999", - "min": "152.259", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "119.074", - "max": "119.559", - "min": "118.823", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "187.8", - "max": "188.987", - "min": "187.514", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "56.307", - "max": "128.44", - "min": "35.263", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "128.066", - "max": "128.307", - "min": "127.936", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "163.578", - "max": "173.827", - "min": "160.494", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "294.009", - "max": "294.608", - "min": "293.807", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "69.009", - "max": "73.202", - "min": "68.003", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "322.865", - "max": "323.137", - "min": "322.73", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "53.849", - "max": "54.509", - "min": "53.586", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "45.956", - "max": "46.355", - "min": "45.8", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "81.604", - "max": "82.237", - "min": "81.243", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "96.049", - "max": "153.556", - "min": "92.526", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "207.681", - "max": "226.318", - "min": "205.631", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "240.307", - "max": "241.004", - "min": "240.122", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "65.421", - "max": "66.536", - "min": "65.262", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "79.908", - "max": "80.146", - "min": "79.813", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "112.814", - "max": "113.129", - "min": "112.684", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "66.765", - "max": "67.147", - "min": "66.467", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "251.687", - "max": "253.122", - "min": "250.845", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "144.456", - "max": "144.823", - "min": "144.281", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "245.546", - "max": "254.39", - "min": "245.071", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "174.258", - "max": "174.714", - "min": "173.965", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "174.869", - "max": "175.21", - "min": "174.734", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "147.236", - "max": "148.624", - "min": "147.079", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "70.412", - "max": "71.282", - "min": "70.135", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "36.76", - "max": "36.977", - "min": "36.625", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "131.221", - "max": "131.785", - "min": "131.002", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "165.973", - "max": "166.204", - "min": "165.802", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "147.609", - "max": "148.189", - "min": "147.353", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "124.201", - "max": "125.065", - "min": "123.933", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "166.121", - "max": "166.633", - "min": "165.82", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "128.188", - "max": "128.874", - "min": "127.874", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "241.045", - "max": "242.969", - "min": "240.725", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "193.299", - "max": "193.815", - "min": "193.099", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "148.621", - "max": "148.993", - "min": "148.51", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "86.09", - "max": "87.139", - "min": "85.696", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "42.294", - "max": "42.855", - "min": "42.01", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "149.139", - "max": "150.139", - "min": "148.913", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "120.209", - "max": "121.412", - "min": "120.002", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "46.652", - "max": "48.976", - "min": "46.391", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "135.859", - "max": "142.246", - "min": "135.113", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "177.828", - "max": "178.66", - "min": "177.593", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "59.573", - "max": "60.524", - "min": "59.412", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "290.099", - "max": "292.833", - "min": "289.808", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "107.417", - "max": "107.531", - "min": "107.284", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "156.789", - "max": "157.722", - "min": "156.536", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "181.522", - "max": "181.745", - "min": "181.303", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "172.799", - "max": "179.709", - "min": "171.212", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.152", - "max": "172.527", - "min": "171.936", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "127.249", - "max": "130.551", - "min": "126.989", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "136.703", - "max": "137.724", - "min": "136.542", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "181.455", - "max": "181.931", - "min": "181.248", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "77.146", - "max": "82.484", - "min": "76.768", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "324.943", - "max": "333.89", - "min": "324.103", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "136.735", - "max": "137.24", - "min": "136.552", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "354.521", - "max": "370.149", - "min": "300.408", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "207.739", - "max": "209.271", - "min": "207.515", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "112.578", - "max": "113.53", - "min": "112.311", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "125.985", - "max": "126.192", - "min": "125.834", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "182.253", - "max": "185.244", - "min": "181.268", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "285.44", - "max": "285.806", - "min": "285.284", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "294.849", - "max": "295.39", - "min": "294.643", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "104.431", - "max": "104.846", - "min": "104.255", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "169.912", - "max": "192.421", - "min": "168.816", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "386.754", - "max": "495.743", - "min": "191.776", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "171.853", - "max": "295.961", - "min": "93.033", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "180.352", - "max": "180.867", - "min": "180.076", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "254.7", - "max": "256.606", - "min": "254.367", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "147.796", - "max": "148.777", - "min": "147.613", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "155.727", - "max": "156.232", - "min": "155.518", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "147.032", - "max": "147.571", - "min": "146.768", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "219.85", - "max": "368.242", - "min": "133.413", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "226.546", - "max": "227.065", - "min": "226.361", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "30.389", - "max": "35.777", - "min": "29.646", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "21.708", - "max": "21.8", - "min": "21.621", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "10.152", - "max": "11.24", - "min": "9.651", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "102.656", - "max": "106.575", - "min": "102.265", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "164.787", - "max": "165.466", - "min": "164.542", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "156.61", - "max": "157.285", - "min": "156.383", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "187.578", - "max": "193.987", - "min": "187.062", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "140.306", - "max": "142.586", - "min": "139.968", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "152.763", - "max": "153.822", - "min": "152.574", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "134.776", - "max": "135.102", - "min": "134.561", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "309.328", - "max": "310.25", - "min": "308.728", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "159.173", - "max": "159.615", - "min": "159.001", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "102.392", - "max": "102.871", - "min": "102.186", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "169.048", - "max": "183.089", - "min": "167.267", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "160.628", - "max": "165.242", - "min": "160.37", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "139.337", - "max": "139.543", - "min": "139.225", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "116.93", - "max": "117.424", - "min": "116.761", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "38.879", - "max": "39.115", - "min": "38.743", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "212.134", - "max": "212.771", - "min": "211.535", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "26.908", - "max": "27.703", - "min": "26.722", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "48.922", - "max": "49.087", - "min": "48.801", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "210.435", - "max": "215.868", - "min": "209.756", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "39.702", - "max": "40.546", - "min": "39.386", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "63.37", - "max": "63.979", - "min": "63.198", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "163.771", - "max": "163.953", - "min": "163.683", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "47.698", - "max": "48.267", - "min": "47.517", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "37.77", - "max": "37.965", - "min": "37.667", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "34.925", - "max": "77.102", - "min": "30.937", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "278.128", - "max": "278.808", - "min": "277.997", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "53.267", - "max": "54.353", - "min": "52.998", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "50.907", - "max": "53.151", - "min": "50.491", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.185", - "max": "125.831", - "min": "124.991", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "173.74", - "max": "174.908", - "min": "173.395", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "22.377", - "max": "25.744", - "min": "21.795", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "272.614", - "max": "314.124", - "min": "264.967", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "144.366", - "max": "144.588", - "min": "144.232", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "277.36", - "max": "378.525", - "min": "271.633", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "143.08", - "max": "143.367", - "min": "142.98", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "413.059", - "max": "413.337", - "min": "412.639", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.07", - "max": "34.176", - "min": "33.981", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "111.316", - "max": "114.263", - "min": "111.126", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "94.469", - "max": "95.025", - "min": "94.266", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "200.358", - "max": "201.334", - "min": "200.227", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "76.981", - "max": "77.251", - "min": "76.837", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "160.537", - "max": "161.092", - "min": "160.319", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "238.284", - "max": "244.967", - "min": "214.704", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "107.897", - "max": "108.543", - "min": "107.761", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "113.928", - "max": "114.111", - "min": "113.848", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "30.269", - "max": "31.435", - "min": "30.014", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "186.592", - "max": "186.925", - "min": "186.432", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "57.526", - "max": "57.82", - "min": "57.425", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "43.814", - "max": "44.635", - "min": "43.615", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "54.666", - "max": "77.508", - "min": "53.365", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "51.445", - "max": "52.587", - "min": "51.289", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "44.119", - "max": "44.809", - "min": "43.85", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "80.668", - "max": "81.065", - "min": "80.468", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "68.41", - "max": "68.565", - "min": "68.287", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "49.241", - "max": "49.932", - "min": "49.078", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "75.046", - "max": "75.259", - "min": "74.9", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "40.119", - "max": "42.286", - "min": "39.695", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "30.404", - "max": "30.767", - "min": "30.263", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "40.997", - "max": "41.533", - "min": "40.851", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "47.55", - "max": "47.841", - "min": "47.427", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "81.149", - "max": "81.446", - "min": "80.949", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "53.015", - "max": "81.158", - "min": "51.265", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "35.774", - "max": "59.205", - "min": "21.084", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "39.761", - "max": "40.047", - "min": "39.604", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "85.341", - "max": "85.826", - "min": "85.123", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "48.153", - "max": "48.907", - "min": "47.94", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "60.477", - "max": "61", - "min": "59.928", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "43.349", - "max": "54.753", - "min": "42.529", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.57", - "max": "225.036", - "min": "222.225", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "34.955", - "max": "35.481", - "min": "34.788", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "45.148", - "max": "45.412", - "min": "44.946", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "33.127", - "max": "33.796", - "min": "32.984", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "181.964", - "max": "187.888", - "min": "179.989", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "66.552", - "max": "66.683", - "min": "66.403", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "29.956", - "max": "34.52", - "min": "29.369", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "34.764", - "max": "36.107", - "min": "34.502", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "39.906", - "max": "40.27", - "min": "39.733", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "333.617", - "max": "342.99", - "min": "332.838", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "102.197", - "max": "109.615", - "min": "101.253", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "238.976", - "max": "240.508", - "min": "238.719", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "177.057", - "max": "179.18", - "min": "176.822", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "34.45", - "max": "34.73", - "min": "34.297", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "135.055", - "max": "137.917", - "min": "134.717", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "197.1", - "max": "197.553", - "min": "196.783", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "52.955", - "max": "53.307", - "min": "52.723", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "70.536", - "max": "71.136", - "min": "70.324", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "42.39", - "max": "43.427", - "min": "42.054", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "42.241", - "max": "43.717", - "min": "41.931", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "139.304", - "max": "139.52", - "min": "139.194", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "152.382", - "max": "152.903", - "min": "152.245", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "344.862", - "max": "438.719", - "min": "341.427", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "112.268", - "max": "112.768", - "min": "112.032", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "48.279", - "max": "48.568", - "min": "48.124", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "108.154", - "max": "108.862", - "min": "108.034", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "44.948", - "max": "45.647", - "min": "44.774", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "247.125", - "max": "247.489", - "min": "246.954", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "155.573", - "max": "160.087", - "min": "153.862", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "65.496", - "max": "65.854", - "min": "65.383", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "70.235", - "max": "71.187", - "min": "69.774", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "171.962", - "max": "174.535", - "min": "170.921", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "129.968", - "max": "130.585", - "min": "129.548", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "270.554", - "max": "270.894", - "min": "270.36", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "94.331", - "max": "94.987", - "min": "94.119", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "75.773", - "max": "75.916", - "min": "75.658", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "31.979", - "max": "32.192", - "min": "31.884", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "77.729", - "max": "79.699", - "min": "77.605", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "120.756", - "max": "124.118", - "min": "120.243", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "124.597", - "max": "124.788", - "min": "124.476", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "101.222", - "max": "108.511", - "min": "99.399", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "202.818", - "max": "204.318", - "min": "201.677", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "126.267", - "max": "127.896", - "min": "125.365", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "90.672", - "max": "91.437", - "min": "90.443", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "134.87", - "max": "136.234", - "min": "134.436", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "44.959", - "max": "48.624", - "min": "44.436", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "258.372", - "max": "259.019", - "min": "257.695", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "208.922", - "max": "208.922", - "min": "208.922", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "32.627", - "max": "32.793", - "min": "32.529", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "36.799", - "max": "37.007", - "min": "36.716", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "134.318", - "max": "134.71", - "min": "134.132", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "68.858", - "max": "79.609", - "min": "61.27", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "55.276", - "max": "55.905", - "min": "55.108", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "213.573", - "max": "215.282", - "min": "213.318", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "91.407", - "max": "93.205", - "min": "91.14", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "150.277", - "max": "151.165", - "min": "150.137", - "id": "48", - "country": "Norway", - "source_name": "Bergen", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "54": { - "name": "Roubaix", - "data": { - "0": { - "avg": "288.976", - "max": "300.605", - "min": "278.015", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "292.526", - "max": "303.256", - "min": "286.055", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "96.535", - "max": "103.445", - "min": "93.234", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "99.261", - "max": "193.204", - "min": "78.017", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "25.408", - "max": "84.255", - "min": "4.728", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "285.97", - "max": "290.849", - "min": "280.759", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "91.446", - "max": "104.541", - "min": "77.084", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "303.863", - "max": "379", - "min": "293.399", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "91.216", - "max": "107.289", - "min": "78.608", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "90.854", - "max": "100.451", - "min": "78.922", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "35.534", - "max": "83.733", - "min": "3.926", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "184.786", - "max": "191.04", - "min": "115.736", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "91.924", - "max": "104.107", - "min": "82.678", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "89.848", - "max": "104.354", - "min": "79.99", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "151.741", - "max": "190.945", - "min": "113.09", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "100.882", - "max": "210.504", - "min": "94.068", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "86.819", - "max": "97.162", - "min": "21.893", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "101.89", - "max": "175.381", - "min": "96.417", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "87.074", - "max": "107.551", - "min": "21.129", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "76.189", - "max": "95.413", - "min": "18.562", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "391.554", - "max": "393.958", - "min": "389.337", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "99.019", - "max": "103.507", - "min": "97.069", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "190.705", - "max": "202.102", - "min": "179.208", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "189.673", - "max": "201.806", - "min": "178.258", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "86.025", - "max": "102.066", - "min": "78.843", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "72.849", - "max": "95.426", - "min": "19.21", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "84.07", - "max": "96.401", - "min": "20.573", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "94.604", - "max": "177.139", - "min": "79.93", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "54.505", - "max": "88.846", - "min": "9.875", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "191.004", - "max": "207.699", - "min": "177.883", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "289.812", - "max": "303.308", - "min": "279.065", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "86.596", - "max": "99.834", - "min": "78.269", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "190.272", - "max": "195.05", - "min": "184.344", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "92.807", - "max": "101.21", - "min": "85.488", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "70.526", - "max": "89.2", - "min": "13.732", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "191.963", - "max": "202.866", - "min": "179.331", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "190.795", - "max": "206.289", - "min": "178.946", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "190.387", - "max": "200.719", - "min": "179.216", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "157.757", - "max": "197.908", - "min": "114.888", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "91.716", - "max": "102.952", - "min": "80.298", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "191.819", - "max": "203.083", - "min": "178.757", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "74.754", - "max": "90.081", - "min": "17.489", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "96.932", - "max": "213.505", - "min": "81.043", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "90.341", - "max": "101.906", - "min": "77.304", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "190.838", - "max": "201.319", - "min": "179.82", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "89.764", - "max": "102.453", - "min": "78.174", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "93.807", - "max": "116.686", - "min": "84.533", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "192.242", - "max": "205.558", - "min": "180.27", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "287.127", - "max": "295.647", - "min": "278.848", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "185.527", - "max": "195.478", - "min": "118.978", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "92.298", - "max": "105.137", - "min": "80.355", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "190.204", - "max": "202.124", - "min": "178.871", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "0.765", - "max": "10.848", - "min": "0.01", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "133.466", - "max": "193.636", - "min": "108.127", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "191.179", - "max": "201.073", - "min": "177.615", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "293.599", - "max": "391.119", - "min": "279.044", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "91.665", - "max": "105.725", - "min": "77.55", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "304.507", - "max": "394.389", - "min": "298.868", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "91.322", - "max": "102.892", - "min": "79.188", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "46.628", - "max": "103.451", - "min": "11.668", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "90.76", - "max": "102.34", - "min": "77.875", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "90.57", - "max": "114.767", - "min": "79.07", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "194.819", - "max": "292.579", - "min": "184.129", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "195.127", - "max": "203.587", - "min": "191.702", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "91.058", - "max": "100.88", - "min": "78.305", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "90.863", - "max": "101.178", - "min": "77.757", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.409", - "max": "104.868", - "min": "79.989", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "87.479", - "max": "103.267", - "min": "77.83", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "257.021", - "max": "281.495", - "min": "210.677", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "186.449", - "max": "191.838", - "min": "181.647", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "200.26", - "max": "207.252", - "min": "198.357", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "185.563", - "max": "199.571", - "min": "179.201", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "196.547", - "max": "200.844", - "min": "192.126", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "104.265", - "max": "175.238", - "min": "100.403", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "93.693", - "max": "99.249", - "min": "85.995", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "56.336", - "max": "90.868", - "min": "13.765", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "94.38", - "max": "103.492", - "min": "88.893", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "190.768", - "max": "202.496", - "min": "178.683", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "100.3", - "max": "107.956", - "min": "97.936", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "100.779", - "max": "107.418", - "min": "99.309", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "199.886", - "max": "300.051", - "min": "175.64", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "106.877", - "max": "176.609", - "min": "100.662", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "271.473", - "max": "297.457", - "min": "221.053", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "190.522", - "max": "203.275", - "min": "175.108", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "192.474", - "max": "196.856", - "min": "187.316", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "97.12", - "max": "204.316", - "min": "79.645", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "62.458", - "max": "96.514", - "min": "12.673", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "140.421", - "max": "205.261", - "min": "107.02", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "133.751", - "max": "181.111", - "min": "102.79", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "41.846", - "max": "85.852", - "min": "9.749", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "140.926", - "max": "184.755", - "min": "105.936", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "189.509", - "max": "202.476", - "min": "178.462", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "82.21", - "max": "101.824", - "min": "20.199", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "290.276", - "max": "303.36", - "min": "278.879", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "91.648", - "max": "108", - "min": "83.437", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "177.057", - "max": "211.48", - "min": "118.381", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "192.501", - "max": "202.295", - "min": "178.523", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "189.951", - "max": "202.899", - "min": "177.705", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "189.82", - "max": "204.703", - "min": "178.356", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "97.782", - "max": "105.996", - "min": "94.057", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "175.05", - "max": "188.206", - "min": "111.798", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "191.253", - "max": "200.627", - "min": "185.953", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "93.266", - "max": "98.768", - "min": "88.216", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "440.891", - "max": "495.586", - "min": "412.836", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "117.474", - "max": "180.081", - "min": "103.67", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "285.805", - "max": "294.784", - "min": "280.336", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "187.31", - "max": "206.082", - "min": "178.635", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "95.447", - "max": "185.202", - "min": "81.376", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.252", - "max": "177.719", - "min": "93.666", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "193.806", - "max": "282.441", - "min": "179.026", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.549", - "max": "399.749", - "min": "290.187", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "300.903", - "max": "395.126", - "min": "293.087", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "91.482", - "max": "105.955", - "min": "79.117", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "188.268", - "max": "193.475", - "min": "183.244", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "403.785", - "max": "497.788", - "min": "197.127", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "177.487", - "max": "297.169", - "min": "94.225", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "195.91", - "max": "278.084", - "min": "182.601", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "294.526", - "max": "384.553", - "min": "277.478", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "162.579", - "max": "314.885", - "min": "112.243", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "153.868", - "max": "188.697", - "min": "113.227", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "163.521", - "max": "193.877", - "min": "118.047", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "238.411", - "max": "397.765", - "min": "113.219", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "252.387", - "max": "288.056", - "min": "211.398", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "101.574", - "max": "303.058", - "min": "79.139", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "90.766", - "max": "100.953", - "min": "79.826", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "88.984", - "max": "101.692", - "min": "76.694", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "90.148", - "max": "102.336", - "min": "78.571", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "188.543", - "max": "202.419", - "min": "178.142", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "193.28", - "max": "198.947", - "min": "187.9", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "192.89", - "max": "205.298", - "min": "181.4", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "150.712", - "max": "182.319", - "min": "107.108", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "128.43", - "max": "185.5", - "min": "105.57", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "100.77", - "max": "105.21", - "min": "99.826", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "291.645", - "max": "300.343", - "min": "286.83", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "189.731", - "max": "200.96", - "min": "179.025", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "91.554", - "max": "106.362", - "min": "79.32", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "191.988", - "max": "203.104", - "min": "176.446", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "168.99", - "max": "197.917", - "min": "123.631", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "193.597", - "max": "200.736", - "min": "180.189", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "96.586", - "max": "201.9", - "min": "82.143", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "92.279", - "max": "119.148", - "min": "78.91", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "188.271", - "max": "194.462", - "min": "182.675", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "89.062", - "max": "101.186", - "min": "77.145", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "89.943", - "max": "109.339", - "min": "76.207", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "192.728", - "max": "203.536", - "min": "182.414", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "52.454", - "max": "91.2", - "min": "9.834", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "89.321", - "max": "107.841", - "min": "82.824", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "190.516", - "max": "201.814", - "min": "178.225", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "37.48", - "max": "87.444", - "min": "5.425", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "41.585", - "max": "107.825", - "min": "6.972", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "54.635", - "max": "95.844", - "min": "11.292", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "297.049", - "max": "478.736", - "min": "279.624", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "92.392", - "max": "109.484", - "min": "78.423", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "76.439", - "max": "200.147", - "min": "15.066", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "96.393", - "max": "106.133", - "min": "93.048", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "191.411", - "max": "200.83", - "min": "178.103", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "95.818", - "max": "198.123", - "min": "87.497", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "301.486", - "max": "390.054", - "min": "283.101", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "190.625", - "max": "195.408", - "min": "183.49", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "292.875", - "max": "382.225", - "min": "277.707", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "167.937", - "max": "191.786", - "min": "114.302", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "593.342", - "max": "601.123", - "min": "580.033", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "92.954", - "max": "102.935", - "min": "79.445", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "88.639", - "max": "100.443", - "min": "80.949", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "161.735", - "max": "194.469", - "min": "113.734", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "191.866", - "max": "202.884", - "min": "178.373", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "99.38", - "max": "187.108", - "min": "92.923", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "191.229", - "max": "201.098", - "min": "179.706", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "286.42", - "max": "297.368", - "min": "223.091", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "93.003", - "max": "105.771", - "min": "85.138", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "99.041", - "max": "111.012", - "min": "96.493", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "60.501", - "max": "89.324", - "min": "10.46", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "195.361", - "max": "303.163", - "min": "178.745", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "64.719", - "max": "97.289", - "min": "13.94", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "95.924", - "max": "189.176", - "min": "88.022", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "94.615", - "max": "202.535", - "min": "76.275", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "81.741", - "max": "96.083", - "min": "21.883", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "47.387", - "max": "96.149", - "min": "8.593", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "90.936", - "max": "101.94", - "min": "78.697", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "94.359", - "max": "193.793", - "min": "78.46", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "91.758", - "max": "103.263", - "min": "79.248", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "94.594", - "max": "102.468", - "min": "84.695", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "36.89", - "max": "183.936", - "min": "6.841", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "68.913", - "max": "115.376", - "min": "13.715", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "39.225", - "max": "85.31", - "min": "6.807", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "89.984", - "max": "101.19", - "min": "79.582", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "94.562", - "max": "197.308", - "min": "77.561", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "87.929", - "max": "99.585", - "min": "77.385", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "85.878", - "max": "102.448", - "min": "17.219", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "28.748", - "max": "103.876", - "min": "3.944", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "91.596", - "max": "101.71", - "min": "79.289", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "92.462", - "max": "116.892", - "min": "80.595", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "99.368", - "max": "195.049", - "min": "77.06", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "41.565", - "max": "85.989", - "min": "8.89", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "371.636", - "max": "395.559", - "min": "319.511", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "60.177", - "max": "98.995", - "min": "14.591", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "76.341", - "max": "99.959", - "min": "19.011", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "90.965", - "max": "100.589", - "min": "78.564", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "187.519", - "max": "202.218", - "min": "177.531", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "90.95", - "max": "103.976", - "min": "78.165", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "36.735", - "max": "88.617", - "min": "9.108", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "39.612", - "max": "82.33", - "min": "7.27", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.754", - "max": "101.354", - "min": "5.901", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "304.935", - "max": "389.885", - "min": "300.147", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "115.87", - "max": "209.152", - "min": "83.034", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "248.836", - "max": "296.645", - "min": "211.205", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "189.619", - "max": "210.086", - "min": "177.972", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "21.459", - "max": "79.985", - "min": "3.43", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "191.792", - "max": "221.354", - "min": "178.632", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "195.55", - "max": "213.45", - "min": "190.456", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "88.029", - "max": "101.032", - "min": "80.419", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "90.829", - "max": "109.617", - "min": "77.135", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "35.319", - "max": "86.24", - "min": "7.535", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "38.781", - "max": "85.039", - "min": "7.979", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "124.539", - "max": "182.545", - "min": "103.548", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "165.549", - "max": "193.132", - "min": "117.325", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "293.902", - "max": "398.185", - "min": "277.557", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "91.02", - "max": "104.836", - "min": "79.898", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "86.57", - "max": "98.269", - "min": "23.367", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "90.919", - "max": "102.891", - "min": "85.496", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "89.245", - "max": "197.491", - "min": "21.169", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "273.327", - "max": "381.32", - "min": "216.715", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "191.126", - "max": "201.372", - "min": "178.396", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "63.164", - "max": "93.003", - "min": "17.439", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "91.709", - "max": "103.001", - "min": "75.762", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "190.944", - "max": "206.048", - "min": "179.731", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "112.495", - "max": "202.946", - "min": "98.818", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "286.626", - "max": "303.184", - "min": "278.405", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "94.8", - "max": "184.726", - "min": "78.142", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "97.915", - "max": "189.235", - "min": "80.46", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.175", - "max": "84.336", - "min": "3.723", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "89.075", - "max": "103.394", - "min": "79.333", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "93.536", - "max": "104.315", - "min": "85.907", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "96.947", - "max": "196.459", - "min": "87.712", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "111.138", - "max": "205.391", - "min": "90.761", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "190.724", - "max": "201.239", - "min": "180.331", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "91.155", - "max": "102.897", - "min": "88.661", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "90.489", - "max": "103.275", - "min": "78.586", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "153.015", - "max": "205.314", - "min": "110.483", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "84.16", - "max": "95.91", - "min": "21.005", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "203.037", - "max": "296.514", - "min": "196.019", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "198.587", - "max": "198.587", - "min": "198.587", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "49.295", - "max": "83.103", - "min": "7.532", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "61.661", - "max": "91.997", - "min": "12.814", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "131.915", - "max": "204.503", - "min": "105.882", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "82.372", - "max": "98.64", - "min": "17.746", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "93.646", - "max": "199.092", - "min": "78.587", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "193.008", - "max": "206.377", - "min": "178.519", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "91.427", - "max": "102.494", - "min": "81.766", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "151.612", - "max": "213.318", - "min": "104.131", - "id": "54", - "country": "France", - "source_name": "Roubaix", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "58": { - "name": "Valencia", - "data": { - "0": { - "avg": "260.252", - "max": "262.077", - "min": "259.506", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "240.064", - "max": "243.12", - "min": "239.155", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "114.888", - "max": "115.415", - "min": "114.609", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "45.083", - "max": "50.898", - "min": "43.955", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "26.552", - "max": "29.222", - "min": "26.037", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "254.728", - "max": "256.371", - "min": "254.224", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "38.486", - "max": "41.799", - "min": "37.709", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "275.037", - "max": "292.201", - "min": "273.292", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "79.593", - "max": "81.009", - "min": "78.646", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "66.246", - "max": "79.8", - "min": "65.157", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "38.321", - "max": "41.253", - "min": "37.795", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "147.35", - "max": "159.285", - "min": "146.22", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "110.892", - "max": "113.263", - "min": "110.199", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.355", - "max": "114.088", - "min": "111.781", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "117.828", - "max": "120.568", - "min": "117.185", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "116.637", - "max": "119.906", - "min": "115.407", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "14.616", - "max": "15.521", - "min": "13.413", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.475", - "max": "117.46", - "min": "113.888", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "42.196", - "max": "43.586", - "min": "41.759", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.493", - "max": "41.026", - "min": "37.798", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "269.533", - "max": "271.043", - "min": "268.34", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "110.738", - "max": "115.277", - "min": "110.192", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "159.094", - "max": "161.317", - "min": "158.41", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "170.597", - "max": "185.791", - "min": "168.531", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "66.717", - "max": "69.505", - "min": "65.992", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "54.543", - "max": "57.626", - "min": "53.664", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "60.363", - "max": "62.079", - "min": "58.527", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "52.742", - "max": "54.881", - "min": "51.478", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "43.137", - "max": "44.395", - "min": "42.462", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "154.095", - "max": "155.896", - "min": "153.265", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "163.31", - "max": "164.758", - "min": "162.695", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "53.906", - "max": "59.472", - "min": "53.102", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.743", - "max": "170.317", - "min": "166.731", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "71.056", - "max": "73", - "min": "70.265", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "44.476", - "max": "47.592", - "min": "42.868", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "178.916", - "max": "180.193", - "min": "178.508", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "164.67", - "max": "169.007", - "min": "163.623", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "147.23", - "max": "148.248", - "min": "146.531", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "128.354", - "max": "130.722", - "min": "127.713", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "108.638", - "max": "111.782", - "min": "107.273", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "172.14", - "max": "173.965", - "min": "171.534", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "43.432", - "max": "47.594", - "min": "42.353", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "16.881", - "max": "20.433", - "min": "16.301", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "65.544", - "max": "76.286", - "min": "63.685", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "209.391", - "max": "210.766", - "min": "208.429", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "54.394", - "max": "62.621", - "min": "52.929", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "68.608", - "max": "72.016", - "min": "67.889", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "180.575", - "max": "181.789", - "min": "179.505", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "246.281", - "max": "249.992", - "min": "245.541", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "131.671", - "max": "133.769", - "min": "130.663", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "107.739", - "max": "109.194", - "min": "107.215", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.047", - "max": "185.436", - "min": "180.866", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "65.135", - "max": "120.585", - "min": "27.476", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "127.527", - "max": "130.079", - "min": "126.676", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "165.807", - "max": "175.67", - "min": "161.558", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "364.988", - "max": "368.812", - "min": "363.168", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "0.05", - "max": "0.211", - "min": "0.012", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "335.407", - "max": "337.465", - "min": "334.293", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "84.912", - "max": "86.497", - "min": "83.805", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "45.34", - "max": "48.725", - "min": "44.867", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "91.204", - "max": "96.44", - "min": "90.23", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "62.403", - "max": "74.849", - "min": "60.622", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "190.383", - "max": "206.523", - "min": "188.534", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "209.795", - "max": "212.307", - "min": "208.885", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "75.318", - "max": "78.845", - "min": "74.463", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "60.027", - "max": "61.748", - "min": "59.377", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "89.026", - "max": "90.652", - "min": "88.705", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "80.962", - "max": "86.703", - "min": "80.098", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "237.603", - "max": "242.855", - "min": "235.434", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "129.026", - "max": "131.007", - "min": "128.198", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "325.381", - "max": "328.931", - "min": "324.382", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "155.139", - "max": "157.211", - "min": "154.411", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "176.644", - "max": "180.128", - "min": "175.676", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "121.844", - "max": "124.799", - "min": "121.156", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "78.438", - "max": "81.538", - "min": "77.251", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "44.515", - "max": "47.616", - "min": "43.876", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "90.346", - "max": "94.305", - "min": "89.439", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "152.979", - "max": "154.296", - "min": "152.426", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "121.792", - "max": "123.236", - "min": "121.257", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "108.191", - "max": "115.443", - "min": "107.159", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "162.191", - "max": "165.692", - "min": "161.154", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "115.542", - "max": "116.969", - "min": "115.09", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "263.58", - "max": "266.376", - "min": "262.83", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "155.053", - "max": "157.414", - "min": "154.552", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "149.398", - "max": "150.939", - "min": "148.689", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "85.461", - "max": "87.722", - "min": "84.357", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "49.883", - "max": "52.16", - "min": "49.143", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "123.579", - "max": "125.416", - "min": "122.925", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "133.576", - "max": "136.285", - "min": "132.609", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "36.339", - "max": "42.846", - "min": "35.034", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "132.403", - "max": "134.788", - "min": "131.129", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "172.362", - "max": "175.862", - "min": "170.982", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "9.614", - "max": "13.411", - "min": "8.481", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "270.111", - "max": "271.235", - "min": "269.528", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "119.294", - "max": "120.955", - "min": "118.641", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "119.53", - "max": "121.086", - "min": "118.792", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "188.891", - "max": "193.964", - "min": "187.747", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "167.426", - "max": "177.316", - "min": "165.3", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.163", - "max": "170.759", - "min": "168.469", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "102.27", - "max": "103.752", - "min": "101.62", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "134.224", - "max": "136.018", - "min": "133.534", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "171.867", - "max": "175.496", - "min": "170.884", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "68.322", - "max": "73.283", - "min": "67.442", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "316.187", - "max": "319.79", - "min": "314.749", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "129.333", - "max": "132.215", - "min": "128.178", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "350.221", - "max": "395.168", - "min": "318.85", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.582", - "max": "194.049", - "min": "190.701", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "108.189", - "max": "109.979", - "min": "107.241", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "117.928", - "max": "120.596", - "min": "117.533", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "183.92", - "max": "188.336", - "min": "182.887", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "254.816", - "max": "256.06", - "min": "254.449", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "276.325", - "max": "278.559", - "min": "275.315", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "113.749", - "max": "114.638", - "min": "113.283", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "150.896", - "max": "154.285", - "min": "149.939", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "397.6", - "max": "520.127", - "min": "244.759", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "154.769", - "max": "213.492", - "min": "87.132", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "193.653", - "max": "195.996", - "min": "192.524", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "232.519", - "max": "233.895", - "min": "231.995", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "122.874", - "max": "124.613", - "min": "121.706", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "131.747", - "max": "133.348", - "min": "130.2", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "156.197", - "max": "181.873", - "min": "154.171", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "183.532", - "max": "345.806", - "min": "110.925", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "220.637", - "max": "222.349", - "min": "219.906", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "66.093", - "max": "134.903", - "min": "60.76", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "60.809", - "max": "63.18", - "min": "59.724", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "57.486", - "max": "58.873", - "min": "56.467", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "114.38", - "max": "115.575", - "min": "113.547", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "199.35", - "max": "203.069", - "min": "198.425", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "141.657", - "max": "143.186", - "min": "140.883", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "208.534", - "max": "213.807", - "min": "207.069", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "124.588", - "max": "126.844", - "min": "123.268", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "110.588", - "max": "113.117", - "min": "109.338", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "113.979", - "max": "117.789", - "min": "112.816", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "320.967", - "max": "326.794", - "min": "319.395", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "148.451", - "max": "151.116", - "min": "147.536", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "96.044", - "max": "96.795", - "min": "95.635", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "142.758", - "max": "157.264", - "min": "140.598", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "137.232", - "max": "139.899", - "min": "136.163", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "124.377", - "max": "127.17", - "min": "123.202", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "111.292", - "max": "114.124", - "min": "110.616", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "45.607", - "max": "52.344", - "min": "44.073", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "178.471", - "max": "180.445", - "min": "177.44", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "69.581", - "max": "72.432", - "min": "68.44", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "50.781", - "max": "53.276", - "min": "50.012", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "201.583", - "max": "218.758", - "min": "199.989", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "46.541", - "max": "47.924", - "min": "45.999", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "60.597", - "max": "90.595", - "min": "58.657", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "171.19", - "max": "172.859", - "min": "169.999", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "31.312", - "max": "34.933", - "min": "30.714", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "34.32", - "max": "35.918", - "min": "33.86", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "36.629", - "max": "42.599", - "min": "35.116", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "242.914", - "max": "245.034", - "min": "242.471", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "63.318", - "max": "65.145", - "min": "62.935", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "32.249", - "max": "45.746", - "min": "30.956", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "111.562", - "max": "114.416", - "min": "110.747", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "169.586", - "max": "171.057", - "min": "168.942", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "64.513", - "max": "71.778", - "min": "62.802", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "295.006", - "max": "343.593", - "min": "287.035", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "144.733", - "max": "145.872", - "min": "144.151", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "265.303", - "max": "355.702", - "min": "258.013", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "125.932", - "max": "129.324", - "min": "124.48", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "204.251", - "max": "205.869", - "min": "203.436", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "59.69", - "max": "60.836", - "min": "59.009", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "97.943", - "max": "101.028", - "min": "97.439", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "142.565", - "max": "145.003", - "min": "141.585", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "198.035", - "max": "199.412", - "min": "197.286", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "119.479", - "max": "124.077", - "min": "118.703", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "132.594", - "max": "139.882", - "min": "131.682", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "248.355", - "max": "256.554", - "min": "225.774", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "104.535", - "max": "105.42", - "min": "103.982", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "141.063", - "max": "144.472", - "min": "139.953", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "27.891", - "max": "29.764", - "min": "27.061", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "227.963", - "max": "231.452", - "min": "226.586", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "43.33", - "max": "44.864", - "min": "42.533", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "34.886", - "max": "38.198", - "min": "33.985", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "60.978", - "max": "72.972", - "min": "59.789", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "55.391", - "max": "57.765", - "min": "54.902", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "38.33", - "max": "40.148", - "min": "37.802", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "84.394", - "max": "85.849", - "min": "82.978", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "71.142", - "max": "72.975", - "min": "69.582", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "94.098", - "max": "100.358", - "min": "92.884", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "61.631", - "max": "64.105", - "min": "60.867", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "38.715", - "max": "44.915", - "min": "37.783", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "45.879", - "max": "47.063", - "min": "45.097", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "37.141", - "max": "38.91", - "min": "36.25", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "49.906", - "max": "54.779", - "min": "48.714", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "81.062", - "max": "82.782", - "min": "79.619", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "41.645", - "max": "43.225", - "min": "40.326", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "72.175", - "max": "130.359", - "min": "44.297", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "35.081", - "max": "37.559", - "min": "34.466", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "92.144", - "max": "93.78", - "min": "91.43", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "58.524", - "max": "61.273", - "min": "57.318", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "61.655", - "max": "64.742", - "min": "60.617", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "37.4", - "max": "42.696", - "min": "36.206", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "275.09", - "max": "279.403", - "min": "273.689", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "40.37", - "max": "43.748", - "min": "39.477", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "49.24", - "max": "51.013", - "min": "48.519", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "75.995", - "max": "77.904", - "min": "75.382", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "186.834", - "max": "192.873", - "min": "183.949", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "74.451", - "max": "75.994", - "min": "73.466", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "47.121", - "max": "50.136", - "min": "45.925", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "43.986", - "max": "46.077", - "min": "43.302", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "40.89", - "max": "44.303", - "min": "39.88", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "290.268", - "max": "303.232", - "min": "287.871", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "117.198", - "max": "122.657", - "min": "115.222", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "243.753", - "max": "251.857", - "min": "222.412", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "159.02", - "max": "161.876", - "min": "158.317", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "36.674", - "max": "50.34", - "min": "35.076", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "224.229", - "max": "227.621", - "min": "223.193", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "184.265", - "max": "188.246", - "min": "183.597", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "56.992", - "max": "58.717", - "min": "56.334", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "76.558", - "max": "81.348", - "min": "75.115", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "37.786", - "max": "38.76", - "min": "37.254", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "40.93", - "max": "43.324", - "min": "40.007", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "124.53", - "max": "127.611", - "min": "123.961", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "138.767", - "max": "141.418", - "min": "138.133", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "266.291", - "max": "269.024", - "min": "264.813", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "103.458", - "max": "105.325", - "min": "102.842", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "34.206", - "max": "36.392", - "min": "33.644", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "97.737", - "max": "99.005", - "min": "97.169", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "34.834", - "max": "39.023", - "min": "33.932", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "227.881", - "max": "239.436", - "min": "226.994", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "139.809", - "max": "144.613", - "min": "136.404", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "38.355", - "max": "42.207", - "min": "37.494", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "55.242", - "max": "57.844", - "min": "54.285", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "177.95", - "max": "183.113", - "min": "176.327", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "111.135", - "max": "112.822", - "min": "110.486", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "231.143", - "max": "232.81", - "min": "230.147", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "107.501", - "max": "113.362", - "min": "106.093", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "66.662", - "max": "70.495", - "min": "65.936", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "38.599", - "max": "39.168", - "min": "38.153", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "62.651", - "max": "65.003", - "min": "61.847", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "119.865", - "max": "121.962", - "min": "118.498", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "110.799", - "max": "114.496", - "min": "109.966", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "79.298", - "max": "87.19", - "min": "76.808", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "187.146", - "max": "189.197", - "min": "186.177", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "120.604", - "max": "123.523", - "min": "118.657", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "84.914", - "max": "88.004", - "min": "84.039", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "118.352", - "max": "120.536", - "min": "117.828", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "54.029", - "max": "70.934", - "min": "52.101", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "268.548", - "max": "270.341", - "min": "267.968", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "187.087", - "max": "187.087", - "min": "187.087", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "35.805", - "max": "38.097", - "min": "35.267", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "38.053", - "max": "39.683", - "min": "37.451", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "149.796", - "max": "167.169", - "min": "147.829", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "47.73", - "max": "56.398", - "min": "40.012", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "56.68", - "max": "91.569", - "min": "55.107", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "157.458", - "max": "160.334", - "min": "156.822", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "119.03", - "max": "121.638", - "min": "118.39", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "123.263", - "max": "125.651", - "min": "122.565", - "id": "58", - "country": "Spain", - "source_name": "Valencia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "60": { - "name": "Graz", - "data": { - "0": { - "avg": "246.494", - "max": "250.065", - "min": "245.972", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "283.219", - "max": "288.797", - "min": "282.674", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "113.707", - "max": "117.798", - "min": "113.284", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.217", - "max": "27.223", - "min": "23.413", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "30.968", - "max": "34.36", - "min": "30.194", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "264.594", - "max": "265.678", - "min": "264.384", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "42.517", - "max": "47.436", - "min": "42.197", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "285.842", - "max": "288.183", - "min": "285.186", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "77.277", - "max": "78.612", - "min": "76.894", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "58.793", - "max": "59.47", - "min": "58.554", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "49.379", - "max": "51.033", - "min": "49.08", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "152.566", - "max": "153.57", - "min": "152.296", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "151.216", - "max": "152.424", - "min": "150.906", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "123.003", - "max": "123.896", - "min": "122.765", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "125.263", - "max": "126.049", - "min": "125.032", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "119.887", - "max": "120.572", - "min": "119.211", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "49.693", - "max": "53.419", - "min": "49.02", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "110.564", - "max": "111.762", - "min": "110.283", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "75.358", - "max": "77.775", - "min": "74.603", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "17.078", - "max": "17.605", - "min": "16.8", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "328.387", - "max": "331.236", - "min": "328.066", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "142.652", - "max": "143.944", - "min": "142.35", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "156.772", - "max": "157.995", - "min": "156.484", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "190.774", - "max": "206.695", - "min": "189.873", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.22", - "max": "42.349", - "min": "40.771", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "54.117", - "max": "55.69", - "min": "53.827", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "37.719", - "max": "38.862", - "min": "37.441", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "35.818", - "max": "36.567", - "min": "35.546", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.44", - "max": "20.633", - "min": "18.011", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "185.032", - "max": "186.066", - "min": "184.611", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "210.884", - "max": "213.586", - "min": "210.423", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "38.155", - "max": "39.292", - "min": "37.857", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "172.671", - "max": "180.982", - "min": "171.808", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "89.549", - "max": "91.41", - "min": "89.15", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "32.215", - "max": "33.875", - "min": "31.943", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "188.688", - "max": "192.953", - "min": "188.095", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "181.476", - "max": "184.813", - "min": "181.127", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "173.27", - "max": "176.602", - "min": "172.428", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "154.839", - "max": "155.892", - "min": "154.554", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "120.052", - "max": "120.908", - "min": "119.619", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "209.828", - "max": "212.956", - "min": "209.399", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "40.899", - "max": "42.815", - "min": "40.346", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "85.137", - "max": "85.97", - "min": "84.862", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "37.106", - "max": "41.124", - "min": "36.552", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.863", - "max": "163.143", - "min": "161.628", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "23.598", - "max": "24.48", - "min": "23.063", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "53.906", - "max": "55.103", - "min": "53.493", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "198.536", - "max": "202.106", - "min": "198.022", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "285.683", - "max": "287.419", - "min": "285.25", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "167.702", - "max": "168.776", - "min": "167.497", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "118.844", - "max": "119.911", - "min": "118.434", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "169.389", - "max": "170.148", - "min": "168.89", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "115.05", - "max": "140.676", - "min": "59.928", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "143.771", - "max": "144.837", - "min": "143.438", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "151.282", - "max": "158.231", - "min": "148.606", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "311.347", - "max": "313.238", - "min": "310.932", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "84.817", - "max": "89.295", - "min": "83.894", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "324.311", - "max": "325.993", - "min": "324.012", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "0.033", - "max": "0.078", - "min": "0.019", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "32.235", - "max": "33.776", - "min": "31.994", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "77.852", - "max": "82.949", - "min": "76.976", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "88.648", - "max": "130.478", - "min": "85.202", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "220.515", - "max": "309.648", - "min": "210.96", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "325.245", - "max": "332.037", - "min": "324.748", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "69.212", - "max": "70.518", - "min": "68.857", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "45.934", - "max": "46.558", - "min": "45.717", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "139.581", - "max": "143.083", - "min": "138.675", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "87.161", - "max": "90.485", - "min": "86.487", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "241.414", - "max": "242.911", - "min": "240.353", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "154.525", - "max": "159.093", - "min": "153.895", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "294.367", - "max": "295.494", - "min": "294.023", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "170.678", - "max": "172.009", - "min": "170.227", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "202.02", - "max": "202.629", - "min": "201.787", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "131.555", - "max": "132.57", - "min": "131.225", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "91.392", - "max": "93.17", - "min": "90.925", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "98.282", - "max": "160.277", - "min": "63.409", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "157.364", - "max": "158.258", - "min": "157.167", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "166.346", - "max": "170.047", - "min": "165.802", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "147.589", - "max": "148.649", - "min": "147.028", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "146.257", - "max": "146.939", - "min": "145.947", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "167.466", - "max": "169.127", - "min": "166.986", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "114.176", - "max": "115.43", - "min": "113.709", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "293.753", - "max": "298.779", - "min": "292.227", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "153.489", - "max": "154.283", - "min": "153.209", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "186.797", - "max": "187.301", - "min": "186.638", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "112.651", - "max": "114.303", - "min": "112.045", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "58.896", - "max": "69.749", - "min": "58.03", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "155.538", - "max": "156.935", - "min": "155.231", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "147.276", - "max": "148.432", - "min": "146.973", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "45.495", - "max": "51.027", - "min": "45.083", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "135.645", - "max": "142.271", - "min": "134.919", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.079", - "max": "181.234", - "min": "179.718", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "64.213", - "max": "65.21", - "min": "63.929", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "310.976", - "max": "312.786", - "min": "310.633", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "112.458", - "max": "113.34", - "min": "112.194", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "137.663", - "max": "139.445", - "min": "137.317", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "192.649", - "max": "213.994", - "min": "190.296", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "168.216", - "max": "173.867", - "min": "167.043", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "202.46", - "max": "214.455", - "min": "201.792", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "141.283", - "max": "143.016", - "min": "140.855", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "142.969", - "max": "144.09", - "min": "142.789", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "170.774", - "max": "172.54", - "min": "170.464", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "46.755", - "max": "47.931", - "min": "46.326", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "363.155", - "max": "368.106", - "min": "362.055", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "145.904", - "max": "146.661", - "min": "145.647", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "365.799", - "max": "379.177", - "min": "322.881", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "195.996", - "max": "197.857", - "min": "195.59", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "102.844", - "max": "104.536", - "min": "102.423", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "122.722", - "max": "125.052", - "min": "122.215", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "196.496", - "max": "197.014", - "min": "196.322", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "264.883", - "max": "265.914", - "min": "264.544", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "280.345", - "max": "281.165", - "min": "280.048", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "116.469", - "max": "119.08", - "min": "116.06", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "159.904", - "max": "164.517", - "min": "159.146", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "409.601", - "max": "507.704", - "min": "231.402", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "151.968", - "max": "250.607", - "min": "60.674", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "192.409", - "max": "193.9", - "min": "191.9", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "263.326", - "max": "264.282", - "min": "262.994", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "167.902", - "max": "169.374", - "min": "167.514", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "148.499", - "max": "149.811", - "min": "148.03", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "148.393", - "max": "150.763", - "min": "147.964", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "200.005", - "max": "354.39", - "min": "122.506", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "261.417", - "max": "276.429", - "min": "260.525", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "77.577", - "max": "283.225", - "min": "66.516", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "62.387", - "max": "64.532", - "min": "62.033", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "48.558", - "max": "51.704", - "min": "47.98", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "128.402", - "max": "133.607", - "min": "124.729", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "181.806", - "max": "182.951", - "min": "181.498", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "163.555", - "max": "164.54", - "min": "163.359", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "218.346", - "max": "221.98", - "min": "217.872", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "130.86", - "max": "131.932", - "min": "130.476", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "140.535", - "max": "141.36", - "min": "140.266", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "120.335", - "max": "122.208", - "min": "119.911", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "343.811", - "max": "344.995", - "min": "343.008", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "169.083", - "max": "171.134", - "min": "168.836", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "108.726", - "max": "109.973", - "min": "108.402", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "163.866", - "max": "173.279", - "min": "162.122", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "143.766", - "max": "144.94", - "min": "143.483", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "131.867", - "max": "132.388", - "min": "131.511", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "132.28", - "max": "137.959", - "min": "131.88", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "10.21", - "max": "11.082", - "min": "9.957", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.925", - "max": "200.833", - "min": "198.408", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "50.811", - "max": "51.876", - "min": "50.456", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "36.554", - "max": "38.47", - "min": "36.136", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "213.032", - "max": "218.981", - "min": "211.97", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "41.974", - "max": "44.27", - "min": "41.568", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.707", - "max": "34.723", - "min": "33.326", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "182.723", - "max": "188.16", - "min": "182.249", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "42.552", - "max": "46.333", - "min": "42.026", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "52.328", - "max": "54.289", - "min": "51.956", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "31.744", - "max": "44.746", - "min": "28.456", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "254.304", - "max": "256.047", - "min": "253.922", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "30.252", - "max": "31.255", - "min": "29.998", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "33.054", - "max": "35.035", - "min": "32.619", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.406", - "max": "126.725", - "min": "125.15", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "172.864", - "max": "174.775", - "min": "172.28", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "58.531", - "max": "60.238", - "min": "58.033", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "296.311", - "max": "342.946", - "min": "287.825", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "154.123", - "max": "155.43", - "min": "153.878", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "291.155", - "max": "394.34", - "min": "284.809", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "157.44", - "max": "158.123", - "min": "157.125", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "411.974", - "max": "420.764", - "min": "410.958", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "53.242", - "max": "59.521", - "min": "52.729", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "120.637", - "max": "122.572", - "min": "120.227", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "133.544", - "max": "136.045", - "min": "132.234", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "214.364", - "max": "215.255", - "min": "214.208", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "113.101", - "max": "114.053", - "min": "112.837", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "189.447", - "max": "190.568", - "min": "189.047", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "241.291", - "max": "242.888", - "min": "240.878", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "106.211", - "max": "107.395", - "min": "105.769", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "131.729", - "max": "132.893", - "min": "131.467", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "49.048", - "max": "50.434", - "min": "48.602", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "322.586", - "max": "323.367", - "min": "322.373", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "57.964", - "max": "59.744", - "min": "57.709", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "29.466", - "max": "32.618", - "min": "28.967", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "55.128", - "max": "59.46", - "min": "54.396", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "58.619", - "max": "60.911", - "min": "58.291", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "48.828", - "max": "49.721", - "min": "48.533", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "96.067", - "max": "97.005", - "min": "95.665", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "44.785", - "max": "47.277", - "min": "44.31", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "82.589", - "max": "83.6", - "min": "82.321", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "58.7", - "max": "59.549", - "min": "58.401", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "25.327", - "max": "33.166", - "min": "24.635", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "57.7", - "max": "58.168", - "min": "57.501", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "38.851", - "max": "40.908", - "min": "38.435", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "15.817", - "max": "17.696", - "min": "15.458", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "80.97", - "max": "82.126", - "min": "80.467", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "58.647", - "max": "101.692", - "min": "55.73", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "68.806", - "max": "125.476", - "min": "40.306", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "28.373", - "max": "30.712", - "min": "27.953", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "108.865", - "max": "109.341", - "min": "108.662", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "63.309", - "max": "64.445", - "min": "62.76", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "17.908", - "max": "21.048", - "min": "17.261", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "36.492", - "max": "40.861", - "min": "35.984", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.138", - "max": "215.377", - "min": "213.575", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "36.353", - "max": "39.209", - "min": "35.979", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "78.328", - "max": "80.292", - "min": "77.736", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "26.963", - "max": "27.914", - "min": "26.758", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "185.753", - "max": "192.52", - "min": "184.243", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "67.92", - "max": "69.298", - "min": "67.565", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "38.385", - "max": "42.116", - "min": "37.74", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "55.039", - "max": "57.219", - "min": "54.606", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "37.935", - "max": "40.502", - "min": "37.58", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "298.172", - "max": "311.426", - "min": "295.92", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "121.139", - "max": "127.267", - "min": "120.428", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "253.706", - "max": "258.865", - "min": "251.454", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "164.138", - "max": "166.14", - "min": "163.808", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "40.154", - "max": "47.037", - "min": "39.435", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "158.115", - "max": "163.587", - "min": "157.561", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "207.087", - "max": "207.959", - "min": "206.628", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "55.294", - "max": "56.526", - "min": "54.886", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "72.633", - "max": "79.049", - "min": "72.224", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "57.491", - "max": "60.408", - "min": "57.085", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "40.251", - "max": "42.595", - "min": "39.543", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "191.115", - "max": "191.854", - "min": "190.887", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "229.734", - "max": "231.93", - "min": "229.496", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "282.846", - "max": "375.98", - "min": "279.279", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "114.682", - "max": "115.615", - "min": "114.506", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "46.265", - "max": "47.375", - "min": "45.883", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "127.998", - "max": "129.003", - "min": "127.788", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "55.325", - "max": "56.926", - "min": "54.917", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "282.562", - "max": "283.131", - "min": "282.28", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "149.929", - "max": "154.196", - "min": "146.452", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "64.749", - "max": "65.685", - "min": "64.476", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "46.499", - "max": "47.943", - "min": "45.364", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "186.572", - "max": "201.912", - "min": "184.095", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "129.924", - "max": "132.729", - "min": "129.282", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "285.405", - "max": "287.247", - "min": "284.945", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "74.55", - "max": "76.025", - "min": "74.117", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "55.396", - "max": "56.507", - "min": "55.183", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "29.207", - "max": "32.58", - "min": "28.878", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "70.541", - "max": "71.864", - "min": "70.25", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "110.188", - "max": "112.961", - "min": "109.626", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "138.894", - "max": "139.657", - "min": "138.685", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "107.636", - "max": "112.575", - "min": "106.305", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "209.277", - "max": "212.07", - "min": "208.524", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "120.569", - "max": "122.712", - "min": "119.718", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "80.985", - "max": "82.995", - "min": "80.4", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "148.366", - "max": "158.217", - "min": "147.314", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "43.902", - "max": "48.696", - "min": "42.966", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "185.928", - "max": "187.059", - "min": "185.588", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "222.725", - "max": "222.725", - "min": "222.725", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "66.278", - "max": "67.325", - "min": "66.085", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "33.163", - "max": "33.877", - "min": "32.966", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "144.588", - "max": "146.124", - "min": "144.15", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "56.815", - "max": "66.845", - "min": "49.637", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "45.813", - "max": "46.817", - "min": "45.565", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "181.043", - "max": "182.903", - "min": "180.591", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "107.793", - "max": "109.824", - "min": "107.343", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "146.314", - "max": "147.58", - "min": "146.124", - "id": "60", - "country": "Austria", - "source_name": "Graz", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "61": { - "name": "Luxembourg", - "data": { - "0": { - "avg": "195.911", - "max": "196.329", - "min": "195.761", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "238.305", - "max": "240.815", - "min": "237.956", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "97.359", - "max": "97.453", - "min": "97.238", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "19.242", - "max": "24.756", - "min": "18.157", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "8.473", - "max": "8.713", - "min": "8.32", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "240.093", - "max": "240.994", - "min": "239.954", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "10.385", - "max": "10.649", - "min": "10.316", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "273.254", - "max": "281.563", - "min": "272.117", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "49.368", - "max": "49.528", - "min": "49.254", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "33.148", - "max": "33.679", - "min": "32.992", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "15.698", - "max": "16.059", - "min": "15.472", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "119.484", - "max": "119.764", - "min": "119.372", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "82.386", - "max": "82.506", - "min": "82.268", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "85.327", - "max": "86.754", - "min": "85.102", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "114.959", - "max": "115.823", - "min": "114.767", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "82.491", - "max": "94.796", - "min": "81.773", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.235", - "max": "35.479", - "min": "34.975", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "102.274", - "max": "102.464", - "min": "102.115", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "22.798", - "max": "23.022", - "min": "22.636", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.705", - "max": "16.906", - "min": "16.62", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "267.177", - "max": "268.042", - "min": "267.031", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "101.029", - "max": "102.395", - "min": "100.822", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "149.294", - "max": "149.619", - "min": "149.124", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "154.346", - "max": "155.882", - "min": "154.18", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.538", - "max": "35.906", - "min": "34.323", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "19.763", - "max": "20.508", - "min": "19.621", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.535", - "max": "22.117", - "min": "20.296", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "34.15", - "max": "35.501", - "min": "33.877", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "9.404", - "max": "9.581", - "min": "9.3", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "143.807", - "max": "145.014", - "min": "143.545", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "164.332", - "max": "164.485", - "min": "164.214", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "26.316", - "max": "26.478", - "min": "26.176", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "143.689", - "max": "144.478", - "min": "143.417", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "42.499", - "max": "42.648", - "min": "42.351", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "18.049", - "max": "18.689", - "min": "17.883", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "158.859", - "max": "160.393", - "min": "158.623", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "140.014", - "max": "140.098", - "min": "139.906", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "139.294", - "max": "139.641", - "min": "139.156", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.098", - "max": "117.785", - "min": "107.514", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.539", - "max": "83.278", - "min": "82.256", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "151.298", - "max": "152.671", - "min": "150.983", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "19.904", - "max": "23.786", - "min": "19.475", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "50.428", - "max": "50.674", - "min": "50.33", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.566", - "max": "36.701", - "min": "36.459", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "219.627", - "max": "219.758", - "min": "219.48", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "28.373", - "max": "29.106", - "min": "27.892", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "46.018", - "max": "46.268", - "min": "45.827", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "170.583", - "max": "171.48", - "min": "170.368", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "243.643", - "max": "243.913", - "min": "243.468", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "114.797", - "max": "115.059", - "min": "114.683", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.87", - "max": "90.97", - "min": "90.774", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "150.82", - "max": "151.717", - "min": "150.502", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "54.606", - "max": "143.255", - "min": "37.865", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "111.952", - "max": "112.13", - "min": "111.777", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "141.309", - "max": "147.594", - "min": "138.149", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "260.719", - "max": "261.327", - "min": "260.424", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "45.762", - "max": "48.06", - "min": "44.859", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "300.669", - "max": "300.839", - "min": "300.578", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "32.305", - "max": "33.566", - "min": "32.064", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "0.04", - "max": "0.074", - "min": "0.021", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "57.317", - "max": "57.96", - "min": "56.881", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "72.194", - "max": "127.062", - "min": "67.865", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "187.78", - "max": "207.218", - "min": "186.55", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "277.778", - "max": "278.3", - "min": "277.593", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "50.265", - "max": "51.078", - "min": "50.026", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "41.868", - "max": "42.199", - "min": "41.762", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.752", - "max": "79.888", - "min": "79.652", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "42.167", - "max": "42.58", - "min": "41.888", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "208.861", - "max": "209.778", - "min": "208.184", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "130.553", - "max": "132.542", - "min": "130.275", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "249.064", - "max": "250.023", - "min": "248.818", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "139.823", - "max": "140.397", - "min": "139.51", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "152.035", - "max": "154.164", - "min": "151.82", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "105.151", - "max": "105.271", - "min": "105.031", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "58.259", - "max": "58.908", - "min": "58.136", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "20.418", - "max": "20.56", - "min": "20.318", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "99.113", - "max": "99.238", - "min": "99.01", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "164.298", - "max": "164.439", - "min": "164.143", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "95.743", - "max": "96.323", - "min": "95.543", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "98.384", - "max": "98.58", - "min": "98.248", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "156.786", - "max": "157.057", - "min": "156.58", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "96.747", - "max": "97.593", - "min": "96.477", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "340.555", - "max": "344.118", - "min": "340.114", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "158.68", - "max": "159.096", - "min": "158.486", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "149.704", - "max": "149.929", - "min": "149.598", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "62.036", - "max": "63.361", - "min": "61.711", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "24.34", - "max": "25.095", - "min": "23.992", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "100.407", - "max": "100.599", - "min": "100.268", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "111.848", - "max": "112.03", - "min": "111.696", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "12.98", - "max": "21.804", - "min": "12.508", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "107.469", - "max": "110.51", - "min": "106.788", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "148.127", - "max": "149.078", - "min": "147.954", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "27.969", - "max": "28.131", - "min": "27.889", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "277.92", - "max": "278.28", - "min": "277.768", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "87.399", - "max": "87.541", - "min": "87.323", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "112.909", - "max": "113.151", - "min": "112.718", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "161.857", - "max": "162.053", - "min": "161.656", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "143.021", - "max": "179.879", - "min": "140.521", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "150.318", - "max": "150.394", - "min": "150.215", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "98.479", - "max": "99.936", - "min": "98.21", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "107.495", - "max": "107.719", - "min": "107.349", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "151.503", - "max": "151.832", - "min": "151.326", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "53.176", - "max": "54.255", - "min": "53.004", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "309.874", - "max": "311.157", - "min": "309.471", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "104.332", - "max": "104.578", - "min": "104.162", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "374.319", - "max": "390.661", - "min": "342.23", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "189.389", - "max": "190.878", - "min": "189.158", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "91.435", - "max": "91.579", - "min": "91.247", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "95.457", - "max": "99.096", - "min": "95.184", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "138.81", - "max": "143.035", - "min": "138.514", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "241.938", - "max": "242.339", - "min": "241.765", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "274.469", - "max": "274.791", - "min": "274.359", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "84.757", - "max": "84.874", - "min": "84.657", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "143.72", - "max": "145.488", - "min": "143.46", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.507", - "max": "476.39", - "min": "182.187", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "147.792", - "max": "262.559", - "min": "69.841", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "161.192", - "max": "164.148", - "min": "160.694", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "241.37", - "max": "241.892", - "min": "241.195", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "118.291", - "max": "118.427", - "min": "118.16", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "108.47", - "max": "109.19", - "min": "108.274", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "123.566", - "max": "124.033", - "min": "123.346", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "178.948", - "max": "325.286", - "min": "99.987", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "193.933", - "max": "200.382", - "min": "193.527", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "50.367", - "max": "208.356", - "min": "42.979", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "41.347", - "max": "41.545", - "min": "41.217", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "31.828", - "max": "32.488", - "min": "31.277", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "91.887", - "max": "92.308", - "min": "91.756", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "228.131", - "max": "228.626", - "min": "227.851", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "120.161", - "max": "120.672", - "min": "119.934", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "183.536", - "max": "186.074", - "min": "183.333", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "102.705", - "max": "107.969", - "min": "102.416", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "105.389", - "max": "105.571", - "min": "105.181", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "117.445", - "max": "117.652", - "min": "117.271", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "286.448", - "max": "287.822", - "min": "285.783", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "126.969", - "max": "127.101", - "min": "126.834", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "78.178", - "max": "78.425", - "min": "78.003", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "131.66", - "max": "148.2", - "min": "130.356", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "120.537", - "max": "120.784", - "min": "120.424", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "114.905", - "max": "115.208", - "min": "114.808", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "80.612", - "max": "80.884", - "min": "80.442", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "18.311", - "max": "18.513", - "min": "18.156", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "213.513", - "max": "217.077", - "min": "213.001", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "44.35", - "max": "44.858", - "min": "44.192", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "30.325", - "max": "30.537", - "min": "30.166", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "187.992", - "max": "193.469", - "min": "187.628", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "9.749", - "max": "10.141", - "min": "9.521", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "45.845", - "max": "46.146", - "min": "45.688", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "197.452", - "max": "197.643", - "min": "197.32", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "13.847", - "max": "15.089", - "min": "13.708", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "17.437", - "max": "17.539", - "min": "17.35", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "14.076", - "max": "18.859", - "min": "12.43", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "283.563", - "max": "283.752", - "min": "283.403", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "39.741", - "max": "42.68", - "min": "39.502", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "24.259", - "max": "56.166", - "min": "22.953", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "92.035", - "max": "92.472", - "min": "91.869", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "161.576", - "max": "162.2", - "min": "161.389", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "38.44", - "max": "40.079", - "min": "38.08", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "319.765", - "max": "374.287", - "min": "310.435", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "121.294", - "max": "124.364", - "min": "121.089", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "249.345", - "max": "356.815", - "min": "243.011", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "127.015", - "max": "127.236", - "min": "126.871", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "202.344", - "max": "202.656", - "min": "202.195", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.322", - "max": "34.438", - "min": "34.196", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "80.443", - "max": "80.615", - "min": "80.316", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "109.24", - "max": "110.862", - "min": "108.984", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "173.724", - "max": "173.862", - "min": "173.595", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "93.817", - "max": "94.052", - "min": "93.699", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "139.458", - "max": "140.026", - "min": "139.31", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "266.306", - "max": "269.537", - "min": "265.962", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "99.934", - "max": "102.299", - "min": "99.708", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "95.261", - "max": "95.397", - "min": "95.183", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.905", - "max": "15.399", - "min": "14.772", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "143.392", - "max": "144.182", - "min": "143.283", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "24.837", - "max": "25.595", - "min": "24.668", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.32", - "max": "21.677", - "min": "21.08", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "32.186", - "max": "41.94", - "min": "31.619", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.295", - "max": "21.657", - "min": "21.199", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "20.001", - "max": "21.01", - "min": "19.736", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "59.642", - "max": "59.976", - "min": "59.451", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "40.432", - "max": "40.593", - "min": "40.325", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.652", - "max": "64.255", - "min": "62.369", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "42.879", - "max": "43.519", - "min": "42.673", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "14.833", - "max": "21.403", - "min": "14.178", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "10.63", - "max": "10.756", - "min": "10.522", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "10.719", - "max": "10.881", - "min": "10.576", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "31.798", - "max": "31.97", - "min": "31.635", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "53.515", - "max": "53.79", - "min": "53.266", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "28.127", - "max": "58.394", - "min": "26.345", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "36.33", - "max": "68.192", - "min": "16.275", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "19.598", - "max": "19.722", - "min": "19.475", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "53.556", - "max": "53.794", - "min": "53.392", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "39.156", - "max": "50.962", - "min": "38.153", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "41.175", - "max": "41.891", - "min": "40.676", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "10.473", - "max": "27.267", - "min": "9.531", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "313.496", - "max": "331.95", - "min": "312.144", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "11.869", - "max": "11.985", - "min": "11.705", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "23.604", - "max": "23.877", - "min": "23.339", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.327", - "max": "25.476", - "min": "25.239", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "178.174", - "max": "184.048", - "min": "176.776", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "49.027", - "max": "54.543", - "min": "48.658", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "13.23", - "max": "13.56", - "min": "13.094", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "11.213", - "max": "11.576", - "min": "11.09", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "8.574", - "max": "9.987", - "min": "7.196", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "276.139", - "max": "290.749", - "min": "273.237", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "105.212", - "max": "115.167", - "min": "103.587", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "313.647", - "max": "314.87", - "min": "310.869", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "153.061", - "max": "153.289", - "min": "152.92", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "11.351", - "max": "14.323", - "min": "11.143", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "142.999", - "max": "143.228", - "min": "142.769", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "160.389", - "max": "160.783", - "min": "160.274", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "32.272", - "max": "32.625", - "min": "32.118", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "52.388", - "max": "53.295", - "min": "52.173", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "12.738", - "max": "13.823", - "min": "12.474", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "9.695", - "max": "11.553", - "min": "9.327", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "105.153", - "max": "106.017", - "min": "104.998", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "116.053", - "max": "116.196", - "min": "115.96", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "268.103", - "max": "357.213", - "min": "264.771", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "161.614", - "max": "161.893", - "min": "161.477", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "30.642", - "max": "30.849", - "min": "30.48", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "83.889", - "max": "83.974", - "min": "83.786", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.582", - "max": "20.775", - "min": "20.444", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "212.977", - "max": "213.437", - "min": "212.798", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "121.094", - "max": "124.16", - "min": "118.177", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.696", - "max": "40.01", - "min": "31.276", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "37.501", - "max": "38.516", - "min": "36.863", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "157.93", - "max": "161.873", - "min": "156.606", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "107.774", - "max": "108.71", - "min": "107.311", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "255.576", - "max": "255.868", - "min": "255.419", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "83.673", - "max": "84.653", - "min": "83.499", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "46.289", - "max": "46.389", - "min": "46.23", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.046", - "max": "14.171", - "min": "13.954", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "45.889", - "max": "46.145", - "min": "45.768", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "87.702", - "max": "92.383", - "min": "87.208", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "91.243", - "max": "91.561", - "min": "91.089", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.747", - "max": "76.567", - "min": "66.709", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "158.42", - "max": "159.89", - "min": "158.083", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "94.455", - "max": "95.988", - "min": "93.491", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "60.842", - "max": "61.436", - "min": "60.599", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "117.377", - "max": "118.874", - "min": "117.147", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "27.757", - "max": "31.877", - "min": "27.226", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.461", - "max": "184.107", - "min": "168.802", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "187.629", - "max": "187.629", - "min": "187.629", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "12.46", - "max": "12.563", - "min": "12.307", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "9.853", - "max": "10.038", - "min": "9.731", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "113.886", - "max": "115.489", - "min": "113.635", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "30.484", - "max": "42.135", - "min": "22.521", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "31.536", - "max": "31.789", - "min": "31.403", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "199.904", - "max": "201.024", - "min": "199.718", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "88.8", - "max": "89.75", - "min": "88.558", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "103.238", - "max": "103.508", - "min": "103.102", - "id": "61", - "country": "Luxembourg", - "source_name": "Luxembourg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "76": { - "name": "Reykjavik", - "data": { - "0": { - "avg": "235.417", - "max": "236.62", - "min": "235.178", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "305.672", - "max": "306.25", - "min": "305.415", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "132.846", - "max": "133.511", - "min": "132.611", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "69.085", - "max": "77.873", - "min": "67.843", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "46.107", - "max": "46.814", - "min": "45.791", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "261.8", - "max": "263.115", - "min": "261.509", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "49.739", - "max": "51.146", - "min": "49.533", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "306.33", - "max": "324.509", - "min": "304.881", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "88.264", - "max": "89.17", - "min": "87.923", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "68.822", - "max": "70.351", - "min": "68.352", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "38.306", - "max": "39.372", - "min": "38.09", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "158.552", - "max": "159.796", - "min": "158.282", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "120.069", - "max": "121.831", - "min": "119.752", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "129.375", - "max": "134.596", - "min": "128.935", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "143.413", - "max": "144.428", - "min": "143.172", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "133.023", - "max": "133.567", - "min": "132.495", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "71.26", - "max": "72.152", - "min": "70.93", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "123.015", - "max": "123.93", - "min": "122.743", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "65.652", - "max": "66.478", - "min": "65.289", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "70.161", - "max": "71.617", - "min": "69.905", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "321.797", - "max": "322.18", - "min": "321.64", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "133.442", - "max": "134.56", - "min": "133.199", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "185.747", - "max": "186.357", - "min": "185.456", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "177.148", - "max": "178.156", - "min": "176.86", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "75.188", - "max": "75.801", - "min": "74.905", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "60.663", - "max": "61.694", - "min": "60.451", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "68.784", - "max": "71.431", - "min": "68.403", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "77.024", - "max": "78.067", - "min": "76.783", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "55.24", - "max": "56.179", - "min": "55.074", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "179.393", - "max": "180.762", - "min": "179.108", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "217.985", - "max": "218.193", - "min": "217.828", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "77.093", - "max": "77.358", - "min": "76.941", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "185.892", - "max": "195.477", - "min": "185.232", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "95.617", - "max": "95.899", - "min": "95.407", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "65.431", - "max": "66.189", - "min": "65.117", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "213.341", - "max": "215.276", - "min": "213.044", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "185.114", - "max": "186.358", - "min": "184.82", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "163.325", - "max": "163.838", - "min": "163.121", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "150.93", - "max": "151.554", - "min": "150.723", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "130.307", - "max": "131.064", - "min": "130", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "189.615", - "max": "193.55", - "min": "189.089", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "47.79", - "max": "51.321", - "min": "47.322", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "85.976", - "max": "86.775", - "min": "85.743", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "76.228", - "max": "79.775", - "min": "75.804", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "186.568", - "max": "187.6", - "min": "186.275", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "71.584", - "max": "72.164", - "min": "71.144", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "70.518", - "max": "74.009", - "min": "70.238", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "198.004", - "max": "198.77", - "min": "197.67", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "267.71", - "max": "273.537", - "min": "267.242", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "160.513", - "max": "168.006", - "min": "160.093", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "122.139", - "max": "123.206", - "min": "121.861", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "184.482", - "max": "185.101", - "min": "184.212", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "78.896", - "max": "89.705", - "min": "70.054", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "136.278", - "max": "136.813", - "min": "136.119", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "183.981", - "max": "191.445", - "min": "180.944", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "385.238", - "max": "386.534", - "min": "385.023", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "78.341", - "max": "82.427", - "min": "77.058", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "349.272", - "max": "350.324", - "min": "349.098", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "91.425", - "max": "93.28", - "min": "91.024", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "58.302", - "max": "58.913", - "min": "58.158", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "93.467", - "max": "96.327", - "min": "92.789", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "105.558", - "max": "152.086", - "min": "102.209", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "233.925", - "max": "333.777", - "min": "219.826", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "245.313", - "max": "246.237", - "min": "245.087", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "86.205", - "max": "87.215", - "min": "85.932", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "83.71", - "max": "85.307", - "min": "83.41", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "115.737", - "max": "116.436", - "min": "115.441", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "99.395", - "max": "100.046", - "min": "99.027", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "245.404", - "max": "248.94", - "min": "244.458", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "147.058", - "max": "153.49", - "min": "146.533", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "375.201", - "max": "376.1", - "min": "374.987", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "175.735", - "max": "177.388", - "min": "175.21", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "191.557", - "max": "192.711", - "min": "191.294", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "143.798", - "max": "144.427", - "min": "143.627", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "0.067", - "max": "0.167", - "min": "0.042", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "44.034", - "max": "44.858", - "min": "43.827", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "128.955", - "max": "130.83", - "min": "128.721", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "179.948", - "max": "184.53", - "min": "179.561", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "143.728", - "max": "149.3", - "min": "143.264", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "130.734", - "max": "131.292", - "min": "130.593", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "197.969", - "max": "199.32", - "min": "197.759", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "123.023", - "max": "123.629", - "min": "122.75", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "220.576", - "max": "222.056", - "min": "218.005", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "187.604", - "max": "188.496", - "min": "187.314", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "158.545", - "max": "161.813", - "min": "158.173", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "105.08", - "max": "106.671", - "min": "104.726", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "54.916", - "max": "55.909", - "min": "54.546", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "145.152", - "max": "145.679", - "min": "144.934", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "152.524", - "max": "153.421", - "min": "152.355", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "43.331", - "max": "51.514", - "min": "42.56", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "166.87", - "max": "169.32", - "min": "166.083", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "197.899", - "max": "198.889", - "min": "197.576", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "72.296", - "max": "72.968", - "min": "72.149", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "299.43", - "max": "300.403", - "min": "299.177", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "119.513", - "max": "120.005", - "min": "119.229", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "160.89", - "max": "161.542", - "min": "160.676", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "197.659", - "max": "197.976", - "min": "197.383", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "172.214", - "max": "230.544", - "min": "169.231", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "191.58", - "max": "192.129", - "min": "191.402", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "134.302", - "max": "138.739", - "min": "133.845", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "151.444", - "max": "152.021", - "min": "151.293", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "175.868", - "max": "177.774", - "min": "175.675", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "90.434", - "max": "92.182", - "min": "90.114", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "348.442", - "max": "357.134", - "min": "347.366", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "162.683", - "max": "164.07", - "min": "162.412", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "360.952", - "max": "380.225", - "min": "333.051", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "220.391", - "max": "222.148", - "min": "220.086", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "123.622", - "max": "124.404", - "min": "123.444", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "128.584", - "max": "129.095", - "min": "128.379", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "186.461", - "max": "187.843", - "min": "186.157", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "308.789", - "max": "309.232", - "min": "308.631", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "314.822", - "max": "315.316", - "min": "314.685", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "111.077", - "max": "112.145", - "min": "110.869", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "170.138", - "max": "174.2", - "min": "169.631", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "396.522", - "max": "523.731", - "min": "250.726", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.86", - "max": "258.974", - "min": "106.938", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "212.212", - "max": "213.171", - "min": "211.712", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "267.323", - "max": "269.308", - "min": "266.959", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "149.671", - "max": "150.661", - "min": "149.426", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "144.318", - "max": "146.448", - "min": "143.807", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "159.236", - "max": "159.868", - "min": "158.911", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "230.638", - "max": "393.941", - "min": "150.869", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "227.613", - "max": "228.149", - "min": "227.364", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "96.581", - "max": "301.013", - "min": "82.511", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "83.798", - "max": "84.756", - "min": "83.553", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "68.569", - "max": "70.258", - "min": "67.892", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "112.992", - "max": "114.037", - "min": "112.704", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "195.911", - "max": "196.681", - "min": "195.724", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "166.586", - "max": "166.895", - "min": "166.328", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "212.521", - "max": "213.704", - "min": "212.281", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "140.596", - "max": "141.258", - "min": "140.383", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "158.524", - "max": "160.203", - "min": "158.171", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "132.452", - "max": "133.425", - "min": "132.294", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "337.066", - "max": "338.663", - "min": "336.268", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "160.334", - "max": "161.315", - "min": "160.118", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "110.483", - "max": "112.58", - "min": "110.176", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "175.974", - "max": "189.519", - "min": "174.74", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "155.995", - "max": "157.583", - "min": "155.848", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "140.524", - "max": "141.6", - "min": "140.339", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "106.93", - "max": "107.499", - "min": "106.692", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "67.862", - "max": "69.154", - "min": "67.594", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "207.945", - "max": "211.722", - "min": "207.386", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "79.745", - "max": "80.958", - "min": "79.481", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "79.662", - "max": "80.353", - "min": "79.46", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "215.301", - "max": "219.874", - "min": "214.748", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "61.673", - "max": "62.306", - "min": "61.349", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "95.544", - "max": "106.691", - "min": "94.648", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "173.788", - "max": "174.437", - "min": "173.557", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "48.584", - "max": "49.098", - "min": "48.389", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "41.478", - "max": "42.473", - "min": "41.248", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "60.091", - "max": "97.177", - "min": "57.392", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "283.477", - "max": "284.207", - "min": "283.374", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "81.274", - "max": "82.15", - "min": "81.079", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "56.111", - "max": "88.266", - "min": "54.701", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "138.93", - "max": "139.769", - "min": "138.754", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "184.598", - "max": "185.078", - "min": "184.375", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "93.299", - "max": "94.834", - "min": "92.729", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "282.743", - "max": "328.995", - "min": "273.984", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "150.843", - "max": "152.495", - "min": "150.505", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "281.933", - "max": "313.893", - "min": "277.222", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "150.641", - "max": "151.604", - "min": "150.432", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "417.731", - "max": "419.052", - "min": "417.262", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "75.245", - "max": "77.286", - "min": "74.95", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "123.226", - "max": "127.962", - "min": "122.938", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "146.533", - "max": "146.989", - "min": "146.293", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "196.007", - "max": "196.795", - "min": "195.872", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "137.555", - "max": "140.299", - "min": "137.272", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "164.612", - "max": "165.261", - "min": "164.48", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "224.077", - "max": "228.436", - "min": "220.834", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "123.919", - "max": "125.284", - "min": "123.709", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "137.152", - "max": "137.657", - "min": "137.003", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "61.204", - "max": "62.656", - "min": "60.833", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "187.831", - "max": "188.598", - "min": "187.624", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "48.968", - "max": "49.97", - "min": "48.762", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "70.319", - "max": "81.325", - "min": "69.583", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "76.726", - "max": "77.631", - "min": "76.538", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "61.817", - "max": "62.218", - "min": "61.704", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "43.129", - "max": "44.496", - "min": "42.719", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "114.073", - "max": "116.061", - "min": "113.732", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "86.414", - "max": "87.028", - "min": "86.212", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "107.529", - "max": "109.277", - "min": "107.303", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "88.257", - "max": "90.058", - "min": "87.927", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "56.456", - "max": "58.168", - "min": "56.083", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "52.74", - "max": "53.629", - "min": "52.529", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "50.232", - "max": "51.207", - "min": "49.948", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "70.265", - "max": "73.148", - "min": "69.973", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "98.346", - "max": "99.226", - "min": "98.032", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "73.438", - "max": "77.891", - "min": "72.612", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "65.368", - "max": "81.35", - "min": "53.093", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "55.8", - "max": "56.594", - "min": "55.555", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "105.605", - "max": "106.986", - "min": "105.306", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "96.667", - "max": "102.676", - "min": "96.049", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "89.509", - "max": "92.144", - "min": "88.916", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "52.635", - "max": "64.576", - "min": "51.858", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "231.107", - "max": "233.728", - "min": "230.802", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "61.89", - "max": "64.414", - "min": "61.581", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "68.173", - "max": "69.794", - "min": "67.889", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "70.96", - "max": "72.184", - "min": "70.728", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "200.915", - "max": "208.815", - "min": "198.99", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "98.097", - "max": "99.658", - "min": "97.735", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "51.06", - "max": "52.223", - "min": "50.865", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "50.52", - "max": "53.185", - "min": "49.803", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "47.66", - "max": "50.136", - "min": "47.418", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "347.838", - "max": "359.407", - "min": "346.158", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "111.552", - "max": "118.654", - "min": "110.37", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "260.064", - "max": "260.806", - "min": "259.805", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "181.813", - "max": "182.8", - "min": "181.647", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "52.562", - "max": "53.899", - "min": "52.335", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "178.388", - "max": "179.571", - "min": "178.098", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "204.456", - "max": "205.008", - "min": "204.264", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "76.131", - "max": "76.868", - "min": "75.863", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "109.82", - "max": "110.574", - "min": "109.591", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "41.965", - "max": "43.213", - "min": "41.465", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "48.746", - "max": "50.66", - "min": "48.341", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "202.528", - "max": "203.027", - "min": "202.407", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "216.989", - "max": "217.373", - "min": "216.781", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "368.543", - "max": "532.054", - "min": "358.18", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "118.06", - "max": "119.147", - "min": "117.846", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "68.93", - "max": "69.658", - "min": "68.717", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "107.376", - "max": "108.742", - "min": "107.173", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "69.552", - "max": "71.228", - "min": "69.284", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "278.455", - "max": "278.795", - "min": "278.242", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "167.189", - "max": "171.458", - "min": "163.848", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "66.727", - "max": "69.543", - "min": "66.417", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "91.124", - "max": "92.937", - "min": "90.115", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "209.363", - "max": "213.552", - "min": "208.162", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "134.621", - "max": "137.038", - "min": "134.047", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "284.133", - "max": "285.253", - "min": "283.877", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "129.224", - "max": "129.93", - "min": "129.001", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "87.159", - "max": "87.663", - "min": "87.003", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "50.883", - "max": "51.795", - "min": "50.666", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "81.418", - "max": "83.303", - "min": "81.113", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "130.967", - "max": "133.516", - "min": "130.337", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "128.141", - "max": "129.424", - "min": "127.826", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "104.599", - "max": "110.059", - "min": "102.295", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "213.17", - "max": "214.184", - "min": "212.652", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "125.293", - "max": "126.799", - "min": "124.25", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "108.526", - "max": "109.211", - "min": "108.336", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "144.217", - "max": "145.21", - "min": "144.009", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "59.498", - "max": "62.338", - "min": "58.977", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "215.958", - "max": "216.853", - "min": "215.5", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "229.86", - "max": "229.86", - "min": "229.86", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "49.532", - "max": "51.403", - "min": "49.321", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "70.091", - "max": "71.981", - "min": "69.822", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "133.639", - "max": "134.597", - "min": "133.392", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "63.396", - "max": "78.493", - "min": "54.668", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "72.153", - "max": "73.582", - "min": "71.852", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "160.958", - "max": "162.042", - "min": "160.644", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "131.898", - "max": "134.911", - "min": "131.478", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "148.255", - "max": "148.915", - "min": "148.08", - "id": "76", - "country": "Iceland", - "source_name": "Reykjavik", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "77": { - "name": "Manchester", - "data": { - "0": { - "avg": "231.883", - "max": "232.205", - "min": "231.614", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "266.232", - "max": "272.197", - "min": "265.751", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "110.302", - "max": "110.651", - "min": "110.116", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "35.515", - "max": "42.74", - "min": "34.644", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "13.871", - "max": "14.219", - "min": "13.579", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "229.668", - "max": "232.704", - "min": "229.388", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "12.345", - "max": "12.612", - "min": "12.166", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "273.122", - "max": "288.048", - "min": "271.527", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "61.141", - "max": "61.504", - "min": "60.901", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "33.596", - "max": "36.447", - "min": "33.203", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "7.082", - "max": "8.016", - "min": "6.781", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "117.001", - "max": "127.346", - "min": "116.456", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "80.655", - "max": "80.971", - "min": "80.467", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "97.075", - "max": "97.558", - "min": "96.763", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.626", - "max": "110.969", - "min": "110.456", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "91.21", - "max": "91.724", - "min": "90.905", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "30.912", - "max": "31.186", - "min": "30.657", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "98.318", - "max": "98.614", - "min": "98.177", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "8.86", - "max": "9.098", - "min": "8.707", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "30.399", - "max": "32.399", - "min": "30.123", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "296.294", - "max": "296.658", - "min": "296.1", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "93.123", - "max": "93.737", - "min": "92.884", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "142.527", - "max": "142.722", - "min": "142.353", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "147.202", - "max": "155.399", - "min": "146.721", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "38.108", - "max": "38.59", - "min": "37.824", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.457", - "max": "27.671", - "min": "27.279", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "42.244", - "max": "43.237", - "min": "41.9", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "34.534", - "max": "41.222", - "min": "34.068", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "17.93", - "max": "18.213", - "min": "17.73", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "132.387", - "max": "133.012", - "min": "132.014", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "163.383", - "max": "163.628", - "min": "163.233", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.036", - "max": "40.219", - "min": "38.82", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "143.569", - "max": "146.537", - "min": "143.258", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "50.618", - "max": "51.084", - "min": "50.437", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "28.565", - "max": "30.354", - "min": "28.159", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "260.728", - "max": "264.622", - "min": "260.302", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "149.193", - "max": "149.426", - "min": "148.994", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "135.97", - "max": "136.166", - "min": "135.75", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "112.106", - "max": "112.369", - "min": "111.903", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "104.464", - "max": "109.482", - "min": "104.019", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "148.807", - "max": "150.971", - "min": "148.454", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "16.223", - "max": "17.679", - "min": "15.743", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "51.342", - "max": "51.583", - "min": "51.148", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "40.038", - "max": "41.555", - "min": "39.801", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "155.88", - "max": "156.24", - "min": "155.667", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "42.244", - "max": "42.852", - "min": "41.665", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "36.804", - "max": "37.135", - "min": "36.595", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "168.116", - "max": "169.311", - "min": "167.855", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "235.727", - "max": "236.143", - "min": "235.49", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "126.525", - "max": "126.796", - "min": "126.32", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "132.603", - "max": "132.971", - "min": "132.352", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "148.848", - "max": "149.528", - "min": "148.635", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "26.75", - "max": "102.461", - "min": "13.932", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "101.39", - "max": "101.768", - "min": "101.153", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "144.051", - "max": "152.396", - "min": "141.128", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "194.961", - "max": "195.537", - "min": "194.745", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "44.592", - "max": "47.739", - "min": "43.908", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "300.955", - "max": "301.235", - "min": "300.738", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "63.64", - "max": "64.597", - "min": "63.336", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "20.469", - "max": "20.825", - "min": "20.224", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "70.104", - "max": "70.81", - "min": "69.576", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "72.271", - "max": "129.928", - "min": "67.438", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "191.136", - "max": "225.865", - "min": "188.373", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "205.439", - "max": "205.707", - "min": "205.203", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "55.283", - "max": "55.935", - "min": "55.01", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "42.152", - "max": "43.098", - "min": "41.924", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "81.792", - "max": "82.015", - "min": "81.594", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "62.06", - "max": "62.38", - "min": "61.652", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "225.261", - "max": "226.734", - "min": "224.448", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "116.397", - "max": "118.319", - "min": "116.132", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "241.475", - "max": "242.204", - "min": "241.135", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "148.807", - "max": "149.173", - "min": "148.555", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "155.147", - "max": "155.508", - "min": "155.016", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "97.743", - "max": "98.003", - "min": "97.615", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "44.085", - "max": "44.729", - "min": "43.83", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "0.014", - "max": "0.028", - "min": "0.009", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "91.34", - "max": "91.563", - "min": "91.116", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "139.762", - "max": "140.064", - "min": "139.561", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "87.029", - "max": "87.411", - "min": "86.702", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "87.069", - "max": "87.361", - "min": "86.875", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "137.303", - "max": "137.925", - "min": "136.953", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "89.546", - "max": "89.928", - "min": "89.142", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "213.403", - "max": "220.11", - "min": "212.954", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "140.875", - "max": "141.139", - "min": "140.644", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "121.776", - "max": "122.022", - "min": "121.621", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "64.732", - "max": "66.088", - "min": "64.417", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "16.085", - "max": "17.438", - "min": "15.745", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "106.224", - "max": "106.527", - "min": "106.071", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "100.43", - "max": "100.758", - "min": "100.236", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "10.726", - "max": "16.032", - "min": "10.254", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "107.637", - "max": "110.25", - "min": "106.943", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "146.632", - "max": "147.356", - "min": "146.39", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "29.292", - "max": "29.585", - "min": "29.12", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "285.941", - "max": "286.307", - "min": "285.744", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "97.325", - "max": "97.701", - "min": "97.159", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "115.606", - "max": "116.76", - "min": "115.247", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "155.023", - "max": "155.264", - "min": "154.757", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "148.173", - "max": "174.022", - "min": "146.871", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "134.501", - "max": "134.871", - "min": "134.288", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "89.53", - "max": "90.754", - "min": "89.301", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "108.188", - "max": "108.458", - "min": "108.029", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "154.27", - "max": "155.131", - "min": "154.01", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "51.197", - "max": "51.501", - "min": "51.004", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "302.036", - "max": "303.857", - "min": "301.424", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "104.318", - "max": "104.602", - "min": "104.109", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "323.954", - "max": "337.641", - "min": "274.554", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "176.742", - "max": "179.856", - "min": "176.154", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "80.267", - "max": "80.513", - "min": "80.009", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "105.16", - "max": "105.392", - "min": "104.951", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "152.542", - "max": "152.852", - "min": "152.359", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.423", - "max": "253.054", - "min": "249.006", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "268.287", - "max": "268.512", - "min": "268.108", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "76.724", - "max": "77.065", - "min": "76.52", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "144.824", - "max": "147.188", - "min": "144.428", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "384.378", - "max": "501.55", - "min": "214.148", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "156.979", - "max": "252.947", - "min": "67.115", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "183.826", - "max": "205.413", - "min": "182.749", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "255.189", - "max": "255.992", - "min": "254.906", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "111.208", - "max": "111.524", - "min": "110.931", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "118.8", - "max": "119.416", - "min": "118.456", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "108.76", - "max": "109.092", - "min": "108.441", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "196.232", - "max": "350.427", - "min": "107.252", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "198.067", - "max": "198.773", - "min": "197.651", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "65.689", - "max": "143.67", - "min": "62.494", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "56.382", - "max": "56.588", - "min": "56.222", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "103.11", - "max": "279.672", - "min": "32.149", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.775", - "max": "81.206", - "min": "80.351", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "175.277", - "max": "175.742", - "min": "175.019", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "108.182", - "max": "108.391", - "min": "107.935", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "167.048", - "max": "168.167", - "min": "166.718", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "100.45", - "max": "100.838", - "min": "100.271", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "91.948", - "max": "92.277", - "min": "91.732", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "95.802", - "max": "96.798", - "min": "95.398", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "287.716", - "max": "288.361", - "min": "287.024", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.392", - "max": "123.703", - "min": "123.168", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "69.704", - "max": "70.107", - "min": "69.455", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "124.636", - "max": "130.335", - "min": "123.559", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "135.563", - "max": "135.948", - "min": "135.318", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "100.134", - "max": "100.362", - "min": "99.887", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "75.21", - "max": "75.527", - "min": "74.961", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "34.984", - "max": "35.22", - "min": "34.764", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "184.615", - "max": "185.205", - "min": "184.286", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.891", - "max": "44.167", - "min": "43.687", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "50.661", - "max": "50.923", - "min": "50.407", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "173.173", - "max": "173.453", - "min": "172.888", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "16.379", - "max": "16.961", - "min": "16.096", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "43.426", - "max": "43.666", - "min": "43.21", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "149.675", - "max": "150.139", - "min": "149.468", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "6.64", - "max": "6.857", - "min": "6.347", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "8.381", - "max": "8.616", - "min": "8.203", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "21.509", - "max": "32.608", - "min": "19.906", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "253.608", - "max": "253.824", - "min": "253.452", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "41.873", - "max": "42.781", - "min": "41.622", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "23.774", - "max": "24.09", - "min": "23.568", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "103.044", - "max": "103.345", - "min": "102.827", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "134.759", - "max": "135.379", - "min": "134.432", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "65.342", - "max": "65.802", - "min": "65.019", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "266.095", - "max": "307.799", - "min": "259.73", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "114.308", - "max": "114.937", - "min": "114.022", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "237.606", - "max": "326.783", - "min": "230.384", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "165.962", - "max": "166.242", - "min": "165.773", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.81", - "max": "382.212", - "min": "381.328", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "39.759", - "max": "40.458", - "min": "39.556", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "71.913", - "max": "72.415", - "min": "71.771", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "127.777", - "max": "128.254", - "min": "127.495", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "177.499", - "max": "177.788", - "min": "177.275", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "97.347", - "max": "97.767", - "min": "97.139", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "132.511", - "max": "133.387", - "min": "132.168", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "259.342", - "max": "283.7", - "min": "232.135", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.089", - "max": "73.49", - "min": "72.851", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "87.401", - "max": "87.663", - "min": "87.172", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.371", - "max": "25.505", - "min": "22.94", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "293.907", - "max": "294.388", - "min": "293.647", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "16.619", - "max": "16.916", - "min": "16.403", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "24.761", - "max": "25.092", - "min": "24.489", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "33.021", - "max": "38.218", - "min": "32.653", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "40.787", - "max": "41.015", - "min": "40.647", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "11.13", - "max": "11.781", - "min": "10.826", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "62.062", - "max": "62.515", - "min": "61.873", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "56.128", - "max": "56.41", - "min": "55.958", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "69.894", - "max": "74.466", - "min": "69.424", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "48.208", - "max": "48.752", - "min": "47.884", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "12.462", - "max": "13.485", - "min": "12.122", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "21.803", - "max": "22.134", - "min": "21.655", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "17.782", - "max": "18.023", - "min": "17.441", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "27.058", - "max": "27.355", - "min": "26.774", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "68.854", - "max": "70.558", - "min": "68.299", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "39.785", - "max": "60.406", - "min": "38.439", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "49.189", - "max": "97.456", - "min": "24.828", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "7.38", - "max": "7.621", - "min": "7.206", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "74.95", - "max": "75.625", - "min": "74.722", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "66.59", - "max": "66.899", - "min": "66.356", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "43.8", - "max": "44.596", - "min": "43.424", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "13.136", - "max": "14.241", - "min": "12.715", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.086", - "max": "273.598", - "min": "270.699", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "26.604", - "max": "26.904", - "min": "26.45", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.527", - "max": "43.769", - "min": "43.215", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "78.462", - "max": "78.727", - "min": "78.25", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.573", - "max": "169.742", - "min": "162.686", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "62.879", - "max": "66.656", - "min": "62.558", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "21.4", - "max": "36.07", - "min": "20.543", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "13.397", - "max": "13.913", - "min": "13.074", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "18.933", - "max": "19.198", - "min": "18.72", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "286.911", - "max": "292.361", - "min": "286.195", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "82.777", - "max": "92.19", - "min": "81.528", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.713", - "max": "232.057", - "min": "198.082", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "154.712", - "max": "154.957", - "min": "154.582", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "14.399", - "max": "14.801", - "min": "14.093", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "155.645", - "max": "157.187", - "min": "155.289", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "154.914", - "max": "155.59", - "min": "154.383", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "51.853", - "max": "52.14", - "min": "51.617", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "67.295", - "max": "67.531", - "min": "67.059", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "11.059", - "max": "12.643", - "min": "10.556", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "14.75", - "max": "15.049", - "min": "14.468", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "104.544", - "max": "104.774", - "min": "104.374", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "110.201", - "max": "110.458", - "min": "110.048", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "187.847", - "max": "340.215", - "min": "182.3", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "79.344", - "max": "79.612", - "min": "79.133", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "29.206", - "max": "29.44", - "min": "28.928", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "79.616", - "max": "79.822", - "min": "79.456", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "26.923", - "max": "27.2", - "min": "26.68", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "221.032", - "max": "227.643", - "min": "220.529", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "120.579", - "max": "123.945", - "min": "117.639", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "27.243", - "max": "27.481", - "min": "27.088", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "50.275", - "max": "52.119", - "min": "49.495", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "150.344", - "max": "153.412", - "min": "149.19", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "245.269", - "max": "246.613", - "min": "244.808", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "240.142", - "max": "240.438", - "min": "239.919", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "99.145", - "max": "99.555", - "min": "98.849", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "51.174", - "max": "51.437", - "min": "50.988", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "16.352", - "max": "16.593", - "min": "16.18", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "54.253", - "max": "54.505", - "min": "54.124", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "80.294", - "max": "84.144", - "min": "79.731", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "86.807", - "max": "87.129", - "min": "86.583", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "72.857", - "max": "75.685", - "min": "71.266", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "168.061", - "max": "170.168", - "min": "167.444", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "95.491", - "max": "114.333", - "min": "93.799", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "70.875", - "max": "71.834", - "min": "70.564", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "97.955", - "max": "98.498", - "min": "97.652", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "18.604", - "max": "25.75", - "min": "17.551", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "188.764", - "max": "189.158", - "min": "188.542", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.455", - "max": "183.455", - "min": "183.455", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "9.384", - "max": "9.609", - "min": "9.131", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.514", - "max": "22.756", - "min": "22.324", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "101.638", - "max": "104.224", - "min": "101.334", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "23.65", - "max": "30.937", - "min": "16.017", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "34.658", - "max": "34.931", - "min": "34.466", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "145.33", - "max": "147.381", - "min": "144.96", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "92.098", - "max": "93.265", - "min": "91.704", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "99.222", - "max": "99.652", - "min": "98.981", - "id": "77", - "country": "United Kingdom", - "source_name": "Manchester", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "88": { - "name": "Newcastle", - "data": { - "0": { - "avg": "212.83", - "max": "220.29", - "min": "211.855", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "284.371", - "max": "284.984", - "min": "281.911", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "94.523", - "max": "94.961", - "min": "92.088", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "40.356", - "max": "45.919", - "min": "39.178", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "17.657", - "max": "20.31", - "min": "17.202", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "232.99", - "max": "233.793", - "min": "232.687", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "16.173", - "max": "18.007", - "min": "15.913", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "273.642", - "max": "279.643", - "min": "272.842", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "59.643", - "max": "61.103", - "min": "59.227", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "39.768", - "max": "56.12", - "min": "37.3", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "9.941", - "max": "12.918", - "min": "9.351", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "120.596", - "max": "125.061", - "min": "117.962", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "80.727", - "max": "81.027", - "min": "80.53", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "91.811", - "max": "92.609", - "min": "91.526", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.353", - "max": "111.998", - "min": "110.024", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "88.542", - "max": "89.541", - "min": "88.093", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "38.155", - "max": "38.824", - "min": "37.795", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.02", - "max": "101.103", - "min": "93.196", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "19.664", - "max": "20.065", - "min": "19.389", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.445", - "max": "38.8", - "min": "35.989", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "287.328", - "max": "287.965", - "min": "284.993", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "95.425", - "max": "99.057", - "min": "95.02", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "142.119", - "max": "153.661", - "min": "141.501", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "145.704", - "max": "163.148", - "min": "144.828", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "40.355", - "max": "41.803", - "min": "39.892", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "30.575", - "max": "35.079", - "min": "30.043", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "36.23", - "max": "36.982", - "min": "35.866", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "38.9", - "max": "40.743", - "min": "38.542", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "24.863", - "max": "25.645", - "min": "24.622", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "138.021", - "max": "146.763", - "min": "135.101", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "181.513", - "max": "195.5", - "min": "180.347", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.967", - "max": "40.874", - "min": "39.67", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "144.161", - "max": "146.584", - "min": "143.73", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.468", - "max": "65.538", - "min": "58.548", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "38.118", - "max": "43.834", - "min": "37.358", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "182.433", - "max": "186.368", - "min": "181.711", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "149.449", - "max": "152.044", - "min": "148.991", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "137.894", - "max": "138.294", - "min": "137.62", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "115.67", - "max": "122.899", - "min": "112.747", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "89.86", - "max": "99.573", - "min": "89.04", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "152.761", - "max": "158.996", - "min": "151.617", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "19.181", - "max": "23.608", - "min": "18.399", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "55.49", - "max": "56.958", - "min": "55.168", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "45.346", - "max": "50.01", - "min": "44.604", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "150.715", - "max": "151.793", - "min": "148.39", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "41.631", - "max": "44.538", - "min": "40.864", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "42.595", - "max": "47.992", - "min": "42.038", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "159.498", - "max": "161.201", - "min": "159.067", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "248.371", - "max": "250.432", - "min": "245.948", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "118.981", - "max": "119.431", - "min": "116.601", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.038", - "max": "91.376", - "min": "89.576", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "142.668", - "max": "143.469", - "min": "140.286", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "64.857", - "max": "98.99", - "min": "12.723", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "106.999", - "max": "111.038", - "min": "104.611", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "156.189", - "max": "167.68", - "min": "152.544", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "343.349", - "max": "344.901", - "min": "342.926", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "50.813", - "max": "58.761", - "min": "49.271", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "306.27", - "max": "308.123", - "min": "303.67", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.625", - "max": "63.551", - "min": "58.097", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "24.425", - "max": "26.502", - "min": "23.984", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "68.404", - "max": "76.828", - "min": "67.407", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "76.284", - "max": "132.081", - "min": "70.573", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "195.751", - "max": "213.214", - "min": "194.026", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "275.31", - "max": "281.579", - "min": "272.111", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "58.417", - "max": "61.154", - "min": "57.888", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "53.367", - "max": "67.375", - "min": "51.986", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.106", - "max": "80.262", - "min": "78.794", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "54.344", - "max": "57.479", - "min": "53.546", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "211.455", - "max": "217.035", - "min": "208.253", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "115.54", - "max": "117.079", - "min": "113.05", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "286.046", - "max": "296.991", - "min": "285.333", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "147.053", - "max": "149.999", - "min": "144.69", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "152.882", - "max": "156.893", - "min": "152.353", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "102.079", - "max": "106.569", - "min": "101.217", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "54.83", - "max": "55.99", - "min": "54.562", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "16.293", - "max": "18.766", - "min": "15.713", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "94.91", - "max": "97.143", - "min": "94.479", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "140.461", - "max": "141.234", - "min": "140.182", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "96.604", - "max": "99.2", - "min": "96.036", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "98.389", - "max": "99.029", - "min": "98.125", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "143.138", - "max": "143.9", - "min": "142.757", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "85.211", - "max": "85.842", - "min": "84.904", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "283.871", - "max": "285.343", - "min": "280.156", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "157.142", - "max": "157.412", - "min": "156.791", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "145.323", - "max": "147.4", - "min": "145.106", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "72.37", - "max": "73.784", - "min": "71.895", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "0.02", - "max": "0.026", - "min": "0.018", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "110.195", - "max": "111.12", - "min": "109.967", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "116.823", - "max": "117.717", - "min": "116.425", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.179", - "max": "15.068", - "min": "13.926", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "107.677", - "max": "120.331", - "min": "106.339", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "149.105", - "max": "154.266", - "min": "148.436", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "38.228", - "max": "40.017", - "min": "37.808", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "276.276", - "max": "279.157", - "min": "273.718", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "91.636", - "max": "93.042", - "min": "91.284", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "118.078", - "max": "121.261", - "min": "117.657", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "155.119", - "max": "156.002", - "min": "154.848", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "139.053", - "max": "149.869", - "min": "137.7", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "157.531", - "max": "160.199", - "min": "157.14", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "92.085", - "max": "93.894", - "min": "91.619", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "110.705", - "max": "111.688", - "min": "110.45", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "143.16", - "max": "143.646", - "min": "143.03", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "60.374", - "max": "60.738", - "min": "60.082", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.94", - "max": "314.127", - "min": "301.484", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "103.185", - "max": "104.963", - "min": "102.739", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "317.171", - "max": "340.009", - "min": "279.7", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "188.063", - "max": "197.781", - "min": "187.476", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "82.813", - "max": "88.151", - "min": "82.239", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "99.996", - "max": "100.543", - "min": "99.72", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "136.517", - "max": "144.048", - "min": "133.819", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "247.807", - "max": "250.5", - "min": "245.424", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "271.451", - "max": "279.687", - "min": "270.822", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "80.295", - "max": "84.009", - "min": "77.705", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "137.942", - "max": "139.319", - "min": "137.598", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "364.875", - "max": "489.548", - "min": "217.44", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "160.254", - "max": "255.11", - "min": "77.009", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "192.727", - "max": "197.462", - "min": "190.086", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "233.54", - "max": "234.415", - "min": "231.109", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "112.018", - "max": "113.724", - "min": "111.595", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "111.503", - "max": "113.67", - "min": "110.892", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "114.725", - "max": "115.162", - "min": "114.402", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "211.09", - "max": "362.055", - "min": "120.349", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "227.615", - "max": "229.785", - "min": "227.282", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "55.107", - "max": "138.936", - "min": "50.241", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "47.985", - "max": "48.336", - "min": "47.797", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "36.248", - "max": "37.722", - "min": "33.582", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "82.05", - "max": "89.944", - "min": "80.995", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "159.419", - "max": "160.472", - "min": "159.073", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "118.238", - "max": "119.108", - "min": "117.978", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "177.091", - "max": "179.339", - "min": "174.569", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "103.6", - "max": "106.967", - "min": "101.054", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "90.217", - "max": "97.327", - "min": "89.681", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "105.47", - "max": "106.731", - "min": "105.15", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "293.569", - "max": "295.444", - "min": "291.065", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "127.096", - "max": "130.594", - "min": "124.578", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "72.765", - "max": "73.15", - "min": "72.518", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "133.462", - "max": "150.58", - "min": "131.34", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "124.399", - "max": "132.463", - "min": "123.772", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "107.891", - "max": "113.557", - "min": "107.423", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "75.82", - "max": "77.294", - "min": "75.479", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "39.762", - "max": "44.025", - "min": "39.163", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "185.095", - "max": "190.938", - "min": "184.419", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "47.54", - "max": "49.664", - "min": "47.091", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "38.726", - "max": "39.102", - "min": "38.446", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "181.86", - "max": "191.636", - "min": "178.776", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "21.089", - "max": "22.854", - "min": "20.756", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "55.653", - "max": "58.309", - "min": "55.311", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "149.712", - "max": "150.582", - "min": "149.438", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "10.953", - "max": "15.064", - "min": "10.578", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "12.989", - "max": "13.385", - "min": "12.818", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "31.323", - "max": "80.393", - "min": "27.741", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "241.49", - "max": "245.303", - "min": "241.095", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "48.284", - "max": "49.095", - "min": "47.974", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "29.097", - "max": "65.136", - "min": "27.331", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "91.638", - "max": "97.45", - "min": "91.15", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "142.46", - "max": "149.256", - "min": "141.589", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "45.998", - "max": "47.957", - "min": "45.497", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "249.672", - "max": "292.479", - "min": "241.55", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "120.761", - "max": "121.138", - "min": "120.517", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "244.652", - "max": "331.407", - "min": "236.169", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "117.329", - "max": "117.55", - "min": "117.168", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "383.295", - "max": "383.878", - "min": "381.017", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "50.266", - "max": "50.761", - "min": "50.066", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "74.504", - "max": "76.945", - "min": "74.083", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "114.278", - "max": "121.571", - "min": "111.508", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "175.211", - "max": "176.038", - "min": "174.962", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "101.402", - "max": "103.512", - "min": "101.092", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "135.835", - "max": "138.128", - "min": "135.483", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "236.634", - "max": "245.59", - "min": "212.3", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "81.124", - "max": "81.737", - "min": "80.84", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "93.126", - "max": "100.612", - "min": "90.197", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.327", - "max": "26.506", - "min": "22.901", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "276.01", - "max": "276.603", - "min": "273.559", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "19.073", - "max": "22.195", - "min": "18.755", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "28.777", - "max": "30.606", - "min": "28.319", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "36.939", - "max": "38.913", - "min": "36.631", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "34.751", - "max": "37.532", - "min": "34.424", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "14.205", - "max": "17.338", - "min": "13.757", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "58.021", - "max": "62.237", - "min": "57.402", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "57.08", - "max": "58.036", - "min": "56.786", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "69.744", - "max": "72.466", - "min": "69.272", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "54.53", - "max": "61.029", - "min": "53.871", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "19.325", - "max": "21.983", - "min": "18.973", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "19.664", - "max": "20.847", - "min": "19.478", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "15.235", - "max": "15.836", - "min": "14.956", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "45.079", - "max": "52.962", - "min": "44.297", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "69.473", - "max": "80.643", - "min": "68.527", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "42.889", - "max": "57.33", - "min": "41.347", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "37.847", - "max": "71.944", - "min": "22.719", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "9.856", - "max": "16.78", - "min": "9.132", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "78.431", - "max": "78.82", - "min": "78.249", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "40.275", - "max": "53.188", - "min": "39.442", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "57.113", - "max": "60.504", - "min": "56.485", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "17.586", - "max": "19.816", - "min": "16.93", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "215.527", - "max": "222.627", - "min": "214.988", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "32.261", - "max": "39.115", - "min": "31.567", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "36.613", - "max": "38.949", - "min": "36.15", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "38.023", - "max": "46.409", - "min": "37.443", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "167.673", - "max": "176.487", - "min": "165.342", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "66.544", - "max": "67.353", - "min": "66.225", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "17.246", - "max": "18.484", - "min": "16.924", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "16.665", - "max": "17.315", - "min": "16.391", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "15.473", - "max": "17.619", - "min": "14.956", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "301.701", - "max": "319.775", - "min": "297.778", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "87.295", - "max": "91.218", - "min": "86.614", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "209.51", - "max": "213.073", - "min": "203.81", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "155.901", - "max": "162.783", - "min": "153.313", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "18.886", - "max": "19.711", - "min": "18.614", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "144.811", - "max": "148.906", - "min": "144.412", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "154.899", - "max": "156.588", - "min": "154.349", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "44.822", - "max": "45.216", - "min": "44.541", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "73.017", - "max": "75.117", - "min": "72.365", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "15.151", - "max": "16.34", - "min": "14.637", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "19.55", - "max": "21.547", - "min": "19.016", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "103.569", - "max": "105.959", - "min": "103.26", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "110.979", - "max": "116.864", - "min": "110.331", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "260.463", - "max": "261.953", - "min": "260.081", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.606", - "max": "81.185", - "min": "80.358", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "30.472", - "max": "31.067", - "min": "30.194", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "78.861", - "max": "82.896", - "min": "78.473", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "35.884", - "max": "36.392", - "min": "35.695", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "220.938", - "max": "228.241", - "min": "220.117", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "128.535", - "max": "134.81", - "min": "125.772", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.477", - "max": "36.546", - "min": "30.79", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "46.855", - "max": "48.143", - "min": "46.272", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "154.072", - "max": "156.862", - "min": "152.648", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "105.967", - "max": "108.362", - "min": "105.428", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "255.75", - "max": "256.998", - "min": "253.084", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "87.664", - "max": "92.491", - "min": "86.87", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "56.92", - "max": "57.414", - "min": "56.725", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "19.811", - "max": "24.007", - "min": "19.372", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "61.704", - "max": "62.392", - "min": "61.441", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "93.198", - "max": "94.558", - "min": "92.741", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "91.666", - "max": "92.271", - "min": "91.383", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "70.514", - "max": "81.305", - "min": "68.885", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "177.146", - "max": "180.345", - "min": "173.786", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "91.495", - "max": "93.497", - "min": "90.575", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "76.727", - "max": "87.566", - "min": "75.813", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.554", - "max": "107.964", - "min": "105.09", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "22.493", - "max": "26.18", - "min": "21.973", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "203.163", - "max": "204.901", - "min": "200.724", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.159", - "max": "183.159", - "min": "183.159", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "12.938", - "max": "15.582", - "min": "12.67", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "36.148", - "max": "42.534", - "min": "35.66", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "121.469", - "max": "257.938", - "min": "104.555", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "34.756", - "max": "47.361", - "min": "25.459", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "38.679", - "max": "41.265", - "min": "38.16", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "190.312", - "max": "191.352", - "min": "187.913", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "90.154", - "max": "92.187", - "min": "89.735", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "99.932", - "max": "107.754", - "min": "97.219", - "id": "88", - "country": "United Kingdom", - "source_name": "Newcastle", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "91": { - "name": "Coventry", - "data": { - "0": { - "avg": "194.867", - "max": "203.552", - "min": "194.361", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "238.385", - "max": "247.034", - "min": "237.817", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "91.239", - "max": "92.321", - "min": "91.068", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "34.7", - "max": "38.69", - "min": "34.061", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "12.82", - "max": "18.221", - "min": "12.486", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "235.24", - "max": "244.121", - "min": "234.713", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "12.816", - "max": "18.91", - "min": "12.469", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "271.035", - "max": "274.921", - "min": "270.257", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "52.215", - "max": "58.14", - "min": "51.737", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "37.073", - "max": "44.132", - "min": "36.306", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "6.843", - "max": "15.931", - "min": "6.217", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "111.713", - "max": "116.071", - "min": "111.358", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.962", - "max": "78.427", - "min": "75.717", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "77.93", - "max": "78.49", - "min": "77.764", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "105.489", - "max": "107.66", - "min": "105.164", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "80.426", - "max": "86.184", - "min": "80.011", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.275", - "max": "38.414", - "min": "34.808", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "91.159", - "max": "98.63", - "min": "90.74", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "15.348", - "max": "18.303", - "min": "14.924", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "27.182", - "max": "28.538", - "min": "27.02", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "267.478", - "max": "269.552", - "min": "267.275", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "92.412", - "max": "92.784", - "min": "92.303", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "140.472", - "max": "144.09", - "min": "140.008", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "144.18", - "max": "159.336", - "min": "142.997", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "39.56", - "max": "40.539", - "min": "39.313", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.898", - "max": "34.949", - "min": "27.477", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "31.08", - "max": "36.326", - "min": "30.558", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "43.318", - "max": "44.206", - "min": "43.191", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.165", - "max": "19.187", - "min": "15.822", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "142.151", - "max": "146.578", - "min": "141.755", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "179.065", - "max": "179.513", - "min": "178.926", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.537", - "max": "39.836", - "min": "39.446", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "141.597", - "max": "141.813", - "min": "141.475", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "51.247", - "max": "51.914", - "min": "51.1", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "25.794", - "max": "27.89", - "min": "25.364", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "171.614", - "max": "180.267", - "min": "170.367", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "147.056", - "max": "147.661", - "min": "146.91", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "146.722", - "max": "152.022", - "min": "146.405", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "102.665", - "max": "103.561", - "min": "102.451", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "83.402", - "max": "83.795", - "min": "83.216", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "149.6", - "max": "155.393", - "min": "148.683", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "15.125", - "max": "19.173", - "min": "14.333", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "46.927", - "max": "53.162", - "min": "46.232", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "39.642", - "max": "48.056", - "min": "38.669", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "146.322", - "max": "146.646", - "min": "146.198", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "36.287", - "max": "39.083", - "min": "35.729", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "46.588", - "max": "47.62", - "min": "46.385", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "155.033", - "max": "161.209", - "min": "154.51", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "224.863", - "max": "233.086", - "min": "223.791", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "110.999", - "max": "113.844", - "min": "110.755", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "91.153", - "max": "96.241", - "min": "90.773", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "142.756", - "max": "146.212", - "min": "142.354", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "70.178", - "max": "90.015", - "min": "10.416", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "106.845", - "max": "107.602", - "min": "106.615", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "149.804", - "max": "157.917", - "min": "146.645", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "278.701", - "max": "286.432", - "min": "278.045", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "35.759", - "max": "39.04", - "min": "35.067", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "289.062", - "max": "291.16", - "min": "288.759", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "46.167", - "max": "54.703", - "min": "45.056", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "12.619", - "max": "14.384", - "min": "12.397", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "62.936", - "max": "63.85", - "min": "62.438", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "63.244", - "max": "106.534", - "min": "59.967", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "199.085", - "max": "233.583", - "min": "195.28", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "206.01", - "max": "208.907", - "min": "205.762", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "53.827", - "max": "54.825", - "min": "53.666", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "47.185", - "max": "52.985", - "min": "46.473", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "75.079", - "max": "76.484", - "min": "74.882", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "49.681", - "max": "55.695", - "min": "48.787", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "206.9", - "max": "208.084", - "min": "206.226", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "121.726", - "max": "129.884", - "min": "120.068", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "271.289", - "max": "272.276", - "min": "271.004", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "133.571", - "max": "140.191", - "min": "132.967", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "151.138", - "max": "155.959", - "min": "150.713", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "99.217", - "max": "101.531", - "min": "98.993", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "42.981", - "max": "46.398", - "min": "42.481", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "10.423", - "max": "11.758", - "min": "10.182", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "96.168", - "max": "101.635", - "min": "95.741", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "147.44", - "max": "148.376", - "min": "147.245", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "89.97", - "max": "96.906", - "min": "89.299", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "101.229", - "max": "105.986", - "min": "100.916", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "133.919", - "max": "134.252", - "min": "133.563", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "87.47", - "max": "92.72", - "min": "87.026", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "335.676", - "max": "341.768", - "min": "333.221", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "148.863", - "max": "157.216", - "min": "147.774", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "116.943", - "max": "118.591", - "min": "116.77", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "62.58", - "max": "70.39", - "min": "61.895", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "14.341", - "max": "19.027", - "min": "13.926", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "106.877", - "max": "113.23", - "min": "106.248", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "113.881", - "max": "118.353", - "min": "113.506", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "0.035", - "max": "0.056", - "min": "0.028", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "101.605", - "max": "103.825", - "min": "100.99", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "142.554", - "max": "149.714", - "min": "142.008", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "29.825", - "max": "30.63", - "min": "29.683", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "266.415", - "max": "269.796", - "min": "259.358", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "82.634", - "max": "84.564", - "min": "82.362", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "112.642", - "max": "113.236", - "min": "112.421", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "151.503", - "max": "154.902", - "min": "151.099", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "133.818", - "max": "137.167", - "min": "132.977", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "144.084", - "max": "151.557", - "min": "143.213", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "93.404", - "max": "94.512", - "min": "93.163", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "104.519", - "max": "107.661", - "min": "104.278", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "141.714", - "max": "143.136", - "min": "141.449", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "58.656", - "max": "66.026", - "min": "57.574", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.619", - "max": "308.651", - "min": "299.533", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "98.551", - "max": "98.849", - "min": "98.405", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "376.063", - "max": "404.442", - "min": "365.911", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "170.702", - "max": "172.715", - "min": "170.496", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "78.304", - "max": "84.859", - "min": "77.894", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "96.477", - "max": "101.712", - "min": "96.023", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "152.928", - "max": "156.116", - "min": "151.982", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "247.334", - "max": "256.785", - "min": "246.805", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "264.674", - "max": "265.449", - "min": "264.479", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "80.181", - "max": "80.873", - "min": "80.061", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "137.446", - "max": "140.842", - "min": "136.768", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "367.389", - "max": "489.216", - "min": "188.996", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.373", - "max": "299.017", - "min": "86.596", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "181.818", - "max": "190.571", - "min": "181.02", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "232.367", - "max": "238.694", - "min": "231.936", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "114.003", - "max": "115.381", - "min": "113.796", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "103.703", - "max": "106.065", - "min": "103.392", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "118.916", - "max": "125.918", - "min": "118.251", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "177.309", - "max": "326.17", - "min": "96.786", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "197.686", - "max": "205.208", - "min": "196.979", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "42.315", - "max": "54.575", - "min": "41.164", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "42.116", - "max": "42.929", - "min": "41.982", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "35.744", - "max": "44.309", - "min": "34.666", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "77.323", - "max": "77.594", - "min": "77.214", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "155.639", - "max": "156.77", - "min": "155.209", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.186", - "max": "127.36", - "min": "125.983", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "169.298", - "max": "170.639", - "min": "169.013", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "99.149", - "max": "100.971", - "min": "98.951", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "102.313", - "max": "106.781", - "min": "101.82", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "104.784", - "max": "105.281", - "min": "104.594", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "297.705", - "max": "298.421", - "min": "297.13", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "118.949", - "max": "125.855", - "min": "118.577", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "74.159", - "max": "75.344", - "min": "73.941", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "122.571", - "max": "127.667", - "min": "121.458", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "115.107", - "max": "115.478", - "min": "114.913", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "114.415", - "max": "114.652", - "min": "114.205", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "78.026", - "max": "78.323", - "min": "77.883", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "33.49", - "max": "40.731", - "min": "33.113", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "196.443", - "max": "199.824", - "min": "195.857", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "46.572", - "max": "53.463", - "min": "45.964", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "34.579", - "max": "35.028", - "min": "34.389", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.215", - "max": "181.047", - "min": "179.789", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "14.77", - "max": "17.652", - "min": "14.15", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "47.816", - "max": "61.475", - "min": "46.715", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "145.048", - "max": "148.126", - "min": "144.709", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "5.993", - "max": "6.619", - "min": "5.846", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "7.819", - "max": "8.101", - "min": "7.733", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "20.72", - "max": "32.585", - "min": "19.12", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "233.539", - "max": "236.109", - "min": "233.307", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "39.18", - "max": "40.486", - "min": "38.968", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "25.022", - "max": "34.142", - "min": "24.238", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "85.57", - "max": "85.782", - "min": "85.494", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "142.369", - "max": "144.647", - "min": "141.914", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "41.176", - "max": "46.685", - "min": "40.652", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "254.255", - "max": "299.565", - "min": "245.463", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "114.671", - "max": "122.509", - "min": "113.807", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "245.431", - "max": "330.506", - "min": "236.129", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "113.328", - "max": "117.121", - "min": "112.93", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "202.282", - "max": "204.909", - "min": "202.081", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "43.323", - "max": "52.968", - "min": "42.602", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "76.926", - "max": "78.434", - "min": "76.634", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "123.835", - "max": "126.773", - "min": "123.597", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "166.7", - "max": "167.472", - "min": "166.554", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "95.848", - "max": "96.93", - "min": "95.641", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "143.571", - "max": "150.079", - "min": "143.084", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "230.115", - "max": "236.41", - "min": "209.991", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "86.741", - "max": "87.96", - "min": "86.537", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "89.231", - "max": "90.516", - "min": "89.088", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "19.262", - "max": "25.255", - "min": "18.666", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "162.698", - "max": "163.397", - "min": "162.491", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "14.512", - "max": "15.717", - "min": "14.369", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "33.901", - "max": "39.623", - "min": "33.451", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "32.681", - "max": "55.091", - "min": "31.387", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "30.049", - "max": "31.879", - "min": "29.872", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "10.06", - "max": "14.375", - "min": "9.565", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.17", - "max": "71.735", - "min": "67.713", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "52.259", - "max": "52.318", - "min": "52.187", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "68.937", - "max": "72.986", - "min": "68.664", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "51.933", - "max": "60.325", - "min": "51.496", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "14.434", - "max": "20.793", - "min": "13.96", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "14.519", - "max": "21.202", - "min": "14.026", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "11.761", - "max": "15.288", - "min": "11.515", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "37.045", - "max": "45.01", - "min": "36.687", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "61.119", - "max": "61.4", - "min": "60.906", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "38.843", - "max": "54.527", - "min": "36.957", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "56.32", - "max": "114.391", - "min": "24.048", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "9.484", - "max": "10.099", - "min": "9.359", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "67.314", - "max": "71.026", - "min": "66.807", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "34.028", - "max": "34.724", - "min": "33.804", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "43.095", - "max": "49.876", - "min": "42.314", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "9.393", - "max": "16.202", - "min": "8.736", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "272.294", - "max": "278.105", - "min": "271.893", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "25.58", - "max": "28.321", - "min": "25.223", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "34.21", - "max": "36.137", - "min": "33.896", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "31.496", - "max": "37.253", - "min": "31.017", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "160.861", - "max": "166.401", - "min": "158.817", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "60.984", - "max": "64.393", - "min": "60.54", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "14.901", - "max": "22.037", - "min": "14.031", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "13.46", - "max": "15.839", - "min": "13.135", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "12.821", - "max": "14.154", - "min": "12.32", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "295.453", - "max": "295.707", - "min": "295.308", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.471", - "max": "83.023", - "min": "77.56", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "233.793", - "max": "245.781", - "min": "209.671", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "251.389", - "max": "255.662", - "min": "251.061", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "16.833", - "max": "20.927", - "min": "16.485", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "158.79", - "max": "162.854", - "min": "158.141", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "164.481", - "max": "164.665", - "min": "164.204", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "40.087", - "max": "40.909", - "min": "39.839", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "66.074", - "max": "72.213", - "min": "65.652", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "8.514", - "max": "9.33", - "min": "8.227", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "12.981", - "max": "15.705", - "min": "12.47", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "97.095", - "max": "97.994", - "min": "96.946", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "113.357", - "max": "115.521", - "min": "113.13", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.884", - "max": "255.173", - "min": "254.723", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "153.946", - "max": "154.287", - "min": "153.852", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "27.946", - "max": "28.257", - "min": "27.857", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "78.106", - "max": "78.905", - "min": "78.014", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "34.074", - "max": "39.042", - "min": "33.517", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "224.313", - "max": "643.2", - "min": "199.472", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "118.016", - "max": "120.994", - "min": "116.177", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "27.949", - "max": "37.122", - "min": "27.284", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "51.126", - "max": "52.177", - "min": "50.587", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "152.368", - "max": "165.022", - "min": "150.692", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "102.805", - "max": "109.08", - "min": "102.12", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "248.535", - "max": "255.083", - "min": "247.929", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "82.899", - "max": "85.47", - "min": "82.555", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "52.085", - "max": "57.068", - "min": "51.574", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.974", - "max": "15.685", - "min": "14.841", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "60.868", - "max": "67.654", - "min": "60.519", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "86.878", - "max": "90.284", - "min": "86.299", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "86.753", - "max": "86.939", - "min": "86.64", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.851", - "max": "73.202", - "min": "63.876", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "167.437", - "max": "170.036", - "min": "166.987", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "89.477", - "max": "91.721", - "min": "88.508", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "71.293", - "max": "75.975", - "min": "70.447", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.665", - "max": "106.316", - "min": "105.429", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "19.11", - "max": "22.566", - "min": "18.829", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "185.387", - "max": "188.27", - "min": "184.863", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "182.616", - "max": "182.616", - "min": "182.616", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "9.023", - "max": "14.768", - "min": "8.575", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "28.986", - "max": "32.301", - "min": "28.508", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "101.722", - "max": "103.85", - "min": "101.346", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "24.308", - "max": "32.578", - "min": "15.757", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "35.652", - "max": "44.6", - "min": "35.216", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "166.726", - "max": "169.045", - "min": "166.374", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "83.658", - "max": "84.282", - "min": "83.379", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "101.106", - "max": "104.242", - "min": "100.768", - "id": "91", - "country": "United Kingdom", - "source_name": "Coventry", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "94": { - "name": "Madrid", - "data": { - "0": { - "avg": "227.909", - "max": "228.097", - "min": "227.728", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "270.338", - "max": "274.134", - "min": "269.942", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "113.546", - "max": "113.666", - "min": "113.47", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "40.554", - "max": "46.022", - "min": "39.538", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "18.006", - "max": "18.294", - "min": "17.846", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "228.868", - "max": "232.833", - "min": "228.668", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "28.491", - "max": "29.044", - "min": "28.39", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "284.364", - "max": "287.664", - "min": "283.791", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "72.31", - "max": "72.4", - "min": "72.243", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "52.174", - "max": "52.297", - "min": "52.077", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "28.755", - "max": "29.025", - "min": "28.6", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "138.4", - "max": "138.818", - "min": "138.302", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "94.258", - "max": "94.33", - "min": "94.182", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "100.061", - "max": "100.934", - "min": "99.86", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "147.989", - "max": "148.302", - "min": "147.911", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "93.256", - "max": "93.981", - "min": "93.156", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "8.744", - "max": "8.945", - "min": "8.607", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "98.337", - "max": "99.021", - "min": "98.185", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "33.071", - "max": "33.281", - "min": "32.963", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "44.515", - "max": "44.544", - "min": "44.475", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "297.817", - "max": "299.718", - "min": "297.699", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "96.589", - "max": "96.644", - "min": "96.532", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "168.759", - "max": "169.066", - "min": "168.67", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "150.611", - "max": "156.496", - "min": "150.147", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "56.088", - "max": "56.669", - "min": "55.912", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "41.399", - "max": "45.797", - "min": "41.198", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "42.27", - "max": "44.229", - "min": "42.109", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "41.67", - "max": "41.9", - "min": "41.474", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "31.449", - "max": "31.514", - "min": "31.4", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "134.256", - "max": "134.861", - "min": "134.016", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "202.66", - "max": "202.778", - "min": "202.585", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "50.57", - "max": "50.658", - "min": "50.506", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "158.287", - "max": "160.946", - "min": "158.098", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "63.22", - "max": "63.388", - "min": "63.163", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "42.883", - "max": "43.571", - "min": "42.687", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "187.373", - "max": "189.211", - "min": "187.174", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "138.117", - "max": "138.151", - "min": "138.1", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "170.341", - "max": "170.478", - "min": "170.263", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "118.485", - "max": "118.761", - "min": "118.393", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "97.564", - "max": "99.079", - "min": "97.342", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "166.473", - "max": "173.382", - "min": "165.881", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "34.637", - "max": "38.548", - "min": "33.928", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "40.502", - "max": "40.646", - "min": "40.422", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "56.634", - "max": "56.934", - "min": "56.55", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "133.551", - "max": "133.708", - "min": "133.5", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "61.029", - "max": "61.751", - "min": "60.81", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "59.512", - "max": "59.732", - "min": "59.408", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "163.788", - "max": "163.939", - "min": "163.674", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "246.942", - "max": "247.559", - "min": "246.792", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "129.277", - "max": "129.426", - "min": "129.253", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "91.472", - "max": "91.659", - "min": "91.297", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "164.701", - "max": "165.998", - "min": "164.372", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "73.785", - "max": "161.032", - "min": "57.601", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "116.493", - "max": "116.688", - "min": "116.306", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "153.773", - "max": "173.69", - "min": "150.033", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "222.372", - "max": "222.562", - "min": "222.228", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "9.213", - "max": "10.727", - "min": "8.236", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "325.909", - "max": "326.086", - "min": "325.846", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "64.349", - "max": "65.623", - "min": "63.93", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "27.942", - "max": "28.045", - "min": "27.877", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "93.506", - "max": "94.135", - "min": "93.128", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "56.901", - "max": "114.189", - "min": "51.738", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "186.42", - "max": "273.403", - "min": "177.281", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "290.661", - "max": "291.38", - "min": "290.532", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "63.303", - "max": "63.543", - "min": "63.19", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "47.927", - "max": "49.706", - "min": "47.806", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "80.61", - "max": "80.836", - "min": "80.524", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "64.332", - "max": "64.714", - "min": "63.982", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "246.509", - "max": "247.949", - "min": "245.873", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "119.816", - "max": "120.75", - "min": "119.721", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "213.839", - "max": "214.003", - "min": "213.771", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "135.815", - "max": "136.151", - "min": "135.573", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "154.399", - "max": "158.929", - "min": "154.061", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "122.772", - "max": "122.817", - "min": "122.716", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "72.257", - "max": "72.948", - "min": "72.053", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "29.223", - "max": "29.345", - "min": "29.102", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "83.71", - "max": "83.832", - "min": "83.574", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "165.489", - "max": "171.815", - "min": "165.092", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "91.916", - "max": "94.828", - "min": "91.692", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "110.918", - "max": "111.138", - "min": "110.731", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "154.419", - "max": "154.668", - "min": "154.304", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "99.254", - "max": "100.257", - "min": "98.962", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.703", - "max": "262.826", - "min": "262.59", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "155.487", - "max": "155.991", - "min": "155.334", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "150.292", - "max": "150.384", - "min": "150.206", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "88.848", - "max": "90.292", - "min": "88.569", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "37.999", - "max": "38.653", - "min": "37.778", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "98.227", - "max": "98.381", - "min": "98.147", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "121.824", - "max": "124.507", - "min": "121.579", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "30.1", - "max": "39.402", - "min": "29.674", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "130.394", - "max": "133.137", - "min": "129.788", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "170.713", - "max": "171.199", - "min": "170.507", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "0.019", - "max": "0.024", - "min": "0.014", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "268.232", - "max": "268.418", - "min": "268.122", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "105.145", - "max": "105.212", - "min": "105.064", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "112.745", - "max": "112.966", - "min": "112.615", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "176.171", - "max": "176.367", - "min": "175.949", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "162.099", - "max": "171.162", - "min": "161.038", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "194.111", - "max": "194.306", - "min": "194.043", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "93.883", - "max": "97.247", - "min": "93.597", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "119.408", - "max": "119.73", - "min": "119.354", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "152.512", - "max": "154.12", - "min": "152.309", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "56.878", - "max": "59.097", - "min": "56.57", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "307.372", - "max": "314.984", - "min": "306.252", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "124.335", - "max": "124.98", - "min": "124.167", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "345.083", - "max": "361.186", - "min": "301.012", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "207.026", - "max": "209.484", - "min": "206.764", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "89.725", - "max": "89.802", - "min": "89.623", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "115.859", - "max": "116.012", - "min": "115.789", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "141.107", - "max": "141.967", - "min": "140.995", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.825", - "max": "302.215", - "min": "301.644", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "269.313", - "max": "269.545", - "min": "269.227", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "94.622", - "max": "94.676", - "min": "94.549", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "127.072", - "max": "128.674", - "min": "126.869", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "393.01", - "max": "486.814", - "min": "217.329", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "166.986", - "max": "278.492", - "min": "84.879", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "195.381", - "max": "196.45", - "min": "195.076", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "243.796", - "max": "246.298", - "min": "243.391", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "113.581", - "max": "113.801", - "min": "113.495", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "120.268", - "max": "121.543", - "min": "119.903", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "110.734", - "max": "111.004", - "min": "110.473", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "207.806", - "max": "362.395", - "min": "126.068", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "232.247", - "max": "248.955", - "min": "209.841", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "73.141", - "max": "373.837", - "min": "60.671", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "58.315", - "max": "59.481", - "min": "58.241", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "51.476", - "max": "52.313", - "min": "51.024", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "95.808", - "max": "105.108", - "min": "91.13", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "187.605", - "max": "188.206", - "min": "187.428", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "128.499", - "max": "129.122", - "min": "128.278", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "179.473", - "max": "182.817", - "min": "179.266", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "115.435", - "max": "117.725", - "min": "115.111", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "101.842", - "max": "102.002", - "min": "101.694", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "97.144", - "max": "97.278", - "min": "96.965", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "289.761", - "max": "290.937", - "min": "289.168", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "138.319", - "max": "138.413", - "min": "138.291", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "89.639", - "max": "89.853", - "min": "89.526", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "145.714", - "max": "159.593", - "min": "144.637", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "114.225", - "max": "114.449", - "min": "114.153", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "105.421", - "max": "105.591", - "min": "105.263", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "86.504", - "max": "86.711", - "min": "86.38", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "39.689", - "max": "40.306", - "min": "39.538", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "172.087", - "max": "174.072", - "min": "171.589", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "58.446", - "max": "62.074", - "min": "58.23", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "39.212", - "max": "39.423", - "min": "39.103", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "174.456", - "max": "177.418", - "min": "173.957", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "29.653", - "max": "30.364", - "min": "29.401", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "75.454", - "max": "76.514", - "min": "75.286", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "151.246", - "max": "151.448", - "min": "151.178", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "26.398", - "max": "26.49", - "min": "26.368", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "26.886", - "max": "26.924", - "min": "26.837", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "32.752", - "max": "36.373", - "min": "32.08", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "255.033", - "max": "255.247", - "min": "254.916", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "54.983", - "max": "55.141", - "min": "54.903", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "25.048", - "max": "25.274", - "min": "24.925", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "122.77", - "max": "122.966", - "min": "122.688", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "138.189", - "max": "138.511", - "min": "137.972", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "57.646", - "max": "58.621", - "min": "57.457", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "299.89", - "max": "342.533", - "min": "292.349", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "129.603", - "max": "129.783", - "min": "129.424", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "256.998", - "max": "359.729", - "min": "250.664", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "110.659", - "max": "110.821", - "min": "110.593", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "392.238", - "max": "392.66", - "min": "391.824", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "59.378", - "max": "59.522", - "min": "59.322", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.567", - "max": "81.839", - "min": "81.466", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "130.511", - "max": "130.707", - "min": "130.412", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "195.314", - "max": "195.407", - "min": "195.259", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "112.833", - "max": "113.121", - "min": "112.701", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "122.955", - "max": "123.262", - "min": "122.851", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "270.71", - "max": "271.578", - "min": "270.552", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "90.352", - "max": "90.484", - "min": "90.245", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "85.523", - "max": "85.781", - "min": "85.484", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "21.943", - "max": "23.891", - "min": "21.697", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "301.833", - "max": "332.546", - "min": "283.969", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "34.02", - "max": "34.449", - "min": "33.936", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "26.21", - "max": "26.712", - "min": "26.055", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "34.844", - "max": "45.894", - "min": "34.234", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.595", - "max": "21.634", - "min": "21.557", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "29.65", - "max": "30.119", - "min": "29.428", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.242", - "max": "68.876", - "min": "68.093", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "61.616", - "max": "61.677", - "min": "61.573", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "82.13", - "max": "85.499", - "min": "81.785", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "62.047", - "max": "62.505", - "min": "61.9", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "27.498", - "max": "30.372", - "min": "27.313", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "37.252", - "max": "37.315", - "min": "37.185", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "33.486", - "max": "33.534", - "min": "33.412", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "46.812", - "max": "46.942", - "min": "46.686", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "97.273", - "max": "97.481", - "min": "97.045", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "32.461", - "max": "54.076", - "min": "30.234", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "69.886", - "max": "129.907", - "min": "41.098", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "31.68", - "max": "31.914", - "min": "31.578", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "83.559", - "max": "83.819", - "min": "83.44", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "56.955", - "max": "57.106", - "min": "56.831", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "65.67", - "max": "66.203", - "min": "65.226", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "27.497", - "max": "27.957", - "min": "27.258", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "192.098", - "max": "222.917", - "min": "190.959", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "41.167", - "max": "41.358", - "min": "41.096", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "65.307", - "max": "65.447", - "min": "65.207", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "46.294", - "max": "46.347", - "min": "46.256", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.84", - "max": "173.139", - "min": "163.488", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "69.298", - "max": "70.471", - "min": "69.188", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "33.365", - "max": "37.566", - "min": "33.034", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "31.871", - "max": "33.52", - "min": "31.724", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "33.843", - "max": "38.272", - "min": "30.374", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "307.902", - "max": "314.855", - "min": "306.572", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "100.325", - "max": "105.764", - "min": "99.562", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "248.377", - "max": "248.829", - "min": "244.273", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "152.862", - "max": "155.276", - "min": "152.705", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "31.87", - "max": "31.951", - "min": "31.826", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "161.776", - "max": "162.048", - "min": "161.654", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "165.053", - "max": "166.008", - "min": "164.907", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "72.755", - "max": "72.977", - "min": "72.641", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "83.422", - "max": "83.899", - "min": "83.325", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "28.556", - "max": "30.547", - "min": "28.223", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "32.808", - "max": "34.133", - "min": "32.566", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "112.829", - "max": "112.858", - "min": "112.809", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "121.796", - "max": "121.913", - "min": "121.767", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.57", - "max": "260.26", - "min": "254.205", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "90.532", - "max": "90.644", - "min": "90.461", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "33.477", - "max": "33.629", - "min": "33.369", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "89.362", - "max": "89.42", - "min": "89.33", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "30.472", - "max": "30.678", - "min": "30.371", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "228.153", - "max": "228.57", - "min": "228.036", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "133.876", - "max": "137.369", - "min": "130.831", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "39.308", - "max": "39.43", - "min": "39.188", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "36.299", - "max": "37.115", - "min": "35.778", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "187.996", - "max": "200.468", - "min": "185.737", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "110.321", - "max": "114.941", - "min": "109.744", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "264.276", - "max": "264.525", - "min": "264.208", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "99.165", - "max": "99.774", - "min": "98.962", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "51.797", - "max": "51.918", - "min": "51.759", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "27.188", - "max": "27.286", - "min": "27.134", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "74.31", - "max": "74.405", - "min": "74.243", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "114.73", - "max": "117.207", - "min": "114.36", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "118.073", - "max": "118.252", - "min": "117.967", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "69.339", - "max": "72.632", - "min": "67.469", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "190.358", - "max": "191.693", - "min": "190.036", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "115.173", - "max": "116.828", - "min": "114.17", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "78.486", - "max": "79.111", - "min": "78.362", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "102.414", - "max": "102.647", - "min": "102.242", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "41.803", - "max": "44.666", - "min": "41.437", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "181.624", - "max": "182.581", - "min": "179.439", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "204.138", - "max": "204.138", - "min": "204.138", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "31.884", - "max": "31.948", - "min": "31.848", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "35.282", - "max": "35.362", - "min": "35.227", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "123.251", - "max": "123.463", - "min": "123.107", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "41.318", - "max": "51.394", - "min": "33.394", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "51.044", - "max": "51.139", - "min": "50.954", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "107.817", - "max": "115.206", - "min": "107.315", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "98.187", - "max": "98.774", - "min": "97.957", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "102.129", - "max": "107.176", - "min": "101.775", - "id": "94", - "country": "Spain", - "source_name": "Madrid", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "117": { - "name": "Thessaloniki", - "data": { - "0": { - "avg": "313.351", - "max": "331.883", - "min": "297.896", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "303.883", - "max": "349.697", - "min": "279.351", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "204.137", - "max": "298.984", - "min": "160.441", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "73.979", - "max": "173.286", - "min": "32.59", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "93.455", - "max": "140.649", - "min": "60.169", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "338.53", - "max": "413.98", - "min": "316.946", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "113.347", - "max": "245.644", - "min": "57.693", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "339.07", - "max": "400.407", - "min": "316.122", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "114.568", - "max": "155.704", - "min": "96.644", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "103.742", - "max": "199.511", - "min": "70.619", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "85.415", - "max": "129.281", - "min": "61.655", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "210.413", - "max": "330.357", - "min": "177.439", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "165.52", - "max": "235.27", - "min": "132.065", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "174.941", - "max": "281.351", - "min": "130.63", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "190.714", - "max": "236.575", - "min": "169.76", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "162.102", - "max": "215.289", - "min": "138.615", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "103.112", - "max": "173.134", - "min": "77.158", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "188.565", - "max": "302.761", - "min": "151.912", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "102.805", - "max": "159.721", - "min": "73.096", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "93.319", - "max": "211.539", - "min": "39.658", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "335.134", - "max": "380.561", - "min": "311.755", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "200.756", - "max": "317.931", - "min": "155.803", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "240.224", - "max": "281.545", - "min": "209.064", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "256.817", - "max": "366.336", - "min": "211.471", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "91.619", - "max": "141.789", - "min": "62.912", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "79.913", - "max": "115.433", - "min": "54.436", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "79.459", - "max": "129.074", - "min": "55.419", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "65.323", - "max": "119.086", - "min": "39.59", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "75.621", - "max": "138.779", - "min": "51.588", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "210.587", - "max": "276.38", - "min": "183.803", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "320.917", - "max": "374.337", - "min": "296.305", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "73.15", - "max": "126.347", - "min": "48.144", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "224.921", - "max": "269.251", - "min": "196.71", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "108.631", - "max": "159.572", - "min": "81.495", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "74.727", - "max": "112.232", - "min": "50.026", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "321.802", - "max": "396.498", - "min": "297.806", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "226.528", - "max": "289.458", - "min": "201.649", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "212.761", - "max": "265.108", - "min": "191.375", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "171.984", - "max": "176.388", - "min": "171.419", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "164.401", - "max": "228.005", - "min": "139.266", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "228.726", - "max": "282.153", - "min": "206.189", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "90.571", - "max": "150.723", - "min": "64.124", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "126.407", - "max": "214.153", - "min": "98.275", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "69.569", - "max": "75.141", - "min": "68.792", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "304.433", - "max": "361.096", - "min": "267.795", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "75.687", - "max": "116.459", - "min": "47.319", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "99.034", - "max": "151.117", - "min": "72.481", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "255.132", - "max": "302.863", - "min": "225.726", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "327.21", - "max": "391.252", - "min": "300.471", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "192.442", - "max": "236.52", - "min": "167.545", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "167.386", - "max": "208.247", - "min": "133.29", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "234.827", - "max": "273.953", - "min": "209.664", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "159.221", - "max": "251.48", - "min": "105.526", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "169.992", - "max": "203.229", - "min": "149.926", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "175.65", - "max": "182.752", - "min": "171.825", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "314.743", - "max": "321.989", - "min": "313.522", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "109.965", - "max": "158.597", - "min": "81.847", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "390.582", - "max": "467.26", - "min": "359.646", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "85.775", - "max": "127.231", - "min": "62.189", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "85.733", - "max": "185.883", - "min": "56.406", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "132.851", - "max": "203.248", - "min": "106.434", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "148.233", - "max": "209.201", - "min": "113.787", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "242.721", - "max": "374.322", - "min": "210.891", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "316.828", - "max": "322.117", - "min": "316.321", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "55.039", - "max": "55.735", - "min": "54.874", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "75.997", - "max": "124.764", - "min": "54.422", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "163.192", - "max": "212.348", - "min": "134.963", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "57.432", - "max": "102.063", - "min": "35.207", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "310.258", - "max": "425.98", - "min": "264.327", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "233.809", - "max": "340.952", - "min": "177.8", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "306.823", - "max": "312.372", - "min": "306.189", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "228.794", - "max": "298.208", - "min": "204.226", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "206.938", - "max": "210.131", - "min": "206.438", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "157.26", - "max": "161.835", - "min": "156.66", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "126.29", - "max": "170.34", - "min": "105.371", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "92.794", - "max": "158.543", - "min": "67.063", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "170.205", - "max": "214.154", - "min": "145.593", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "221.368", - "max": "270.507", - "min": "194.781", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "180.733", - "max": "256.854", - "min": "153.019", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "170.062", - "max": "223.039", - "min": "146.848", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "221.388", - "max": "271.677", - "min": "196.524", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "167.56", - "max": "208.503", - "min": "139.534", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "276.369", - "max": "278.947", - "min": "275.381", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "211.937", - "max": "259.028", - "min": "189.288", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "231.441", - "max": "274.896", - "min": "199.462", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "135.36", - "max": "199.378", - "min": "105.336", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "105.879", - "max": "164.17", - "min": "77.146", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "187.21", - "max": "227.819", - "min": "162.88", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "193.255", - "max": "314.164", - "min": "163.711", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "94.194", - "max": "134.76", - "min": "67.721", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "197.29", - "max": "261.015", - "min": "165.458", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "224.456", - "max": "273.165", - "min": "204.901", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "103.042", - "max": "161.739", - "min": "75.888", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "369.43", - "max": "442.101", - "min": "335.94", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "173.536", - "max": "224.602", - "min": "147.17", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "185.197", - "max": "246.494", - "min": "161.947", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "236.217", - "max": "284.171", - "min": "208.376", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "224.108", - "max": "296.942", - "min": "198.43", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "233.602", - "max": "270.196", - "min": "206.275", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "180.125", - "max": "223.528", - "min": "155.593", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "184.09", - "max": "220.065", - "min": "163.049", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "234.541", - "max": "313.6", - "min": "209.689", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "84.945", - "max": "137.893", - "min": "59.993", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "390.719", - "max": "434.898", - "min": "368.858", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "192.12", - "max": "260.396", - "min": "166.912", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "449.907", - "max": "526.588", - "min": "394.066", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "256.873", - "max": "319.368", - "min": "232.033", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "155.622", - "max": "205.737", - "min": "133.459", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "194.527", - "max": "328.675", - "min": "162.694", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "213.776", - "max": "263.799", - "min": "185.725", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "307.803", - "max": "357.639", - "min": "281.532", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "351.636", - "max": "400.716", - "min": "330.325", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "152.59", - "max": "199.829", - "min": "132.863", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "187.697", - "max": "243.265", - "min": "158.332", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "421.043", - "max": "535.475", - "min": "253.827", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "0.029", - "max": "0.044", - "min": "0.015", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "243.252", - "max": "273.061", - "min": "224.387", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "306.333", - "max": "356.482", - "min": "283.962", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "195.697", - "max": "240.643", - "min": "176.009", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "176.019", - "max": "178.664", - "min": "175.56", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "192.626", - "max": "258.061", - "min": "159.549", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "258.467", - "max": "477.786", - "min": "153.247", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "274.722", - "max": "325.269", - "min": "255.124", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "96.572", - "max": "277.363", - "min": "61.35", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "90.277", - "max": "155.539", - "min": "67.46", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "182.677", - "max": "220.217", - "min": "153.875", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "162.766", - "max": "252.783", - "min": "132.392", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "329.703", - "max": "429.022", - "min": "299.852", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "191.086", - "max": "219.811", - "min": "175.443", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "264.774", - "max": "307.391", - "min": "238.215", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "192.55", - "max": "231.311", - "min": "161.717", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "175.323", - "max": "230.784", - "min": "151.706", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "164.601", - "max": "198.515", - "min": "143.932", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "383.393", - "max": "458.013", - "min": "342.904", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "229.016", - "max": "356.495", - "min": "184.633", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "158.088", - "max": "218.43", - "min": "129.876", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "206.901", - "max": "251.108", - "min": "185.464", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "198.459", - "max": "255.209", - "min": "172.565", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "188.465", - "max": "219.315", - "min": "163.999", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "157.424", - "max": "228.04", - "min": "130.068", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "55.919", - "max": "93.103", - "min": "32.116", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "246.702", - "max": "293.707", - "min": "217.122", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "123.307", - "max": "237.698", - "min": "81.406", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "55.03", - "max": "101.233", - "min": "29.871", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "225.334", - "max": "230.583", - "min": "224.429", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "100.517", - "max": "203.43", - "min": "55.9", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.317", - "max": "107.453", - "min": "24.218", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "193.265", - "max": "196.352", - "min": "192.515", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "85.389", - "max": "142.467", - "min": "65.458", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "92.045", - "max": "156.366", - "min": "69.59", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "84.478", - "max": "167.601", - "min": "54.484", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "347.349", - "max": "388.295", - "min": "324.494", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "79.679", - "max": "162.867", - "min": "50.637", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "95.063", - "max": "174.134", - "min": "54.676", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "170.253", - "max": "214.769", - "min": "142.308", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "209.95", - "max": "261.03", - "min": "184.635", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "96.211", - "max": "149.197", - "min": "74.653", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "385.204", - "max": "449.314", - "min": "348.274", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "193.525", - "max": "253.562", - "min": "166.279", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "353.819", - "max": "463.924", - "min": "300.85", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "201.979", - "max": "256.076", - "min": "177.534", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "286.981", - "max": "339.645", - "min": "258.96", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "78.852", - "max": "119.226", - "min": "58.633", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "177.199", - "max": "256.745", - "min": "123.456", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "146.033", - "max": "206.153", - "min": "120.934", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "244.274", - "max": "261.079", - "min": "226.828", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "161.37", - "max": "225.109", - "min": "132.841", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "219.013", - "max": "265.607", - "min": "191.046", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "269.92", - "max": "315.722", - "min": "225.859", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "155.316", - "max": "200.126", - "min": "131.362", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "177.869", - "max": "233.771", - "min": "153.066", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "108.784", - "max": "167.856", - "min": "71.235", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "348.846", - "max": "385.593", - "min": "323.84", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "95.683", - "max": "142.541", - "min": "72.971", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "82.046", - "max": "134.27", - "min": "56.198", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "81.801", - "max": "148.435", - "min": "53.369", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "81.196", - "max": "129.339", - "min": "53.401", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "98.582", - "max": "154.541", - "min": "69.005", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "126.454", - "max": "154.086", - "min": "108.16", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "69.971", - "max": "211.788", - "min": "35.676", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "122.802", - "max": "148.312", - "min": "103.47", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "108.769", - "max": "164.329", - "min": "89.527", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "84.18", - "max": "135.286", - "min": "58.213", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "89.262", - "max": "131.755", - "min": "59.366", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "82.429", - "max": "124.204", - "min": "58.065", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "68.997", - "max": "113.876", - "min": "44.22", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "123.431", - "max": "205.705", - "min": "91.394", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "84.901", - "max": "130.637", - "min": "60.719", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "106.291", - "max": "178.55", - "min": "50.592", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "82.746", - "max": "131.556", - "min": "59.175", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "123.46", - "max": "160.134", - "min": "90.901", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "126.601", - "max": "211.309", - "min": "81.889", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "68.938", - "max": "138.352", - "min": "41.524", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "93.615", - "max": "176.415", - "min": "59.806", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "341.194", - "max": "365.991", - "min": "322.404", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "74.279", - "max": "126.633", - "min": "53.82", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "67.701", - "max": "118.023", - "min": "43.791", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "63.317", - "max": "123.896", - "min": "41.171", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "271.334", - "max": "356.008", - "min": "227.37", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "35.988", - "max": "91.566", - "min": "8.906", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "78.717", - "max": "123.133", - "min": "54.92", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "81.287", - "max": "126.286", - "min": "59.082", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "80.811", - "max": "114.502", - "min": "61.595", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "378.95", - "max": "521.531", - "min": "344.215", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "163.413", - "max": "213.805", - "min": "139.812", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "280.423", - "max": "322.042", - "min": "253.023", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "207.556", - "max": "265.53", - "min": "185.049", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "83.115", - "max": "144.858", - "min": "55.352", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "205.101", - "max": "293.386", - "min": "181.907", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "248.844", - "max": "329.876", - "min": "218.871", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "78.869", - "max": "131.922", - "min": "51.898", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "35.785", - "max": "37.018", - "min": "35.553", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "98.442", - "max": "207.939", - "min": "68.727", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "110.156", - "max": "243.381", - "min": "62.494", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "158.673", - "max": "159.008", - "min": "158.591", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "190.232", - "max": "228.788", - "min": "164.7", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "316.266", - "max": "510.599", - "min": "302.888", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "161.09", - "max": "286.061", - "min": "134.28", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "92.954", - "max": "140.815", - "min": "61.734", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "162.298", - "max": "211.466", - "min": "135.007", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "79.495", - "max": "134.302", - "min": "52.145", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "316.339", - "max": "699.248", - "min": "274.867", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "220.154", - "max": "351.177", - "min": "177.406", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "98.979", - "max": "140.877", - "min": "72.839", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "109.197", - "max": "169.209", - "min": "82.318", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "237.614", - "max": "291.837", - "min": "206.857", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "185.958", - "max": "266.216", - "min": "158.865", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "321.76", - "max": "387.774", - "min": "290.434", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "111.855", - "max": "187.078", - "min": "87.53", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "106.409", - "max": "156.806", - "min": "83.792", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "88.548", - "max": "140.692", - "min": "65.055", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "124.803", - "max": "169.385", - "min": "99.3", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "169.554", - "max": "224.057", - "min": "140.311", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "169.737", - "max": "215.177", - "min": "141.7", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "139.158", - "max": "189.086", - "min": "111.062", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "248.738", - "max": "305.779", - "min": "214.832", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "169.885", - "max": "228.581", - "min": "143.718", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "113.125", - "max": "142.669", - "min": "99.086", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "168.384", - "max": "204.596", - "min": "146.867", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "102.189", - "max": "151.531", - "min": "76.62", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "261.699", - "max": "333.17", - "min": "234.63", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "288.21", - "max": "288.21", - "min": "288.21", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "96.454", - "max": "151.572", - "min": "71.026", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "98.947", - "max": "186.836", - "min": "55.695", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "186.065", - "max": "221.498", - "min": "164.281", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "152.093", - "max": "278.628", - "min": "78.311", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "46.814", - "max": "94.128", - "min": "25.736", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "296.482", - "max": "346.164", - "min": "269.099", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "119.504", - "max": "197.972", - "min": "93.901", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "187.709", - "max": "227.485", - "min": "168.958", - "id": "117", - "country": "Greece", - "source_name": "Thessaloniki", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "129": { - "name": "Oslo", - "data": { - "0": { - "avg": "224.611", - "max": "226.566", - "min": "223.989", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "279.9", - "max": "281.29", - "min": "278.951", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "116.197", - "max": "165.135", - "min": "114.162", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "121.98", - "max": "124.244", - "min": "121.34", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "106.989", - "max": "108.464", - "min": "106.456", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "255.33", - "max": "257.812", - "min": "254.769", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "21.477", - "max": "22.341", - "min": "21.032", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "284.488", - "max": "287.521", - "min": "283.687", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "28.296", - "max": "29.188", - "min": "27.738", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "10.569", - "max": "11.466", - "min": "10.079", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "27.86", - "max": "29.958", - "min": "27.077", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "138.26", - "max": "139.203", - "min": "137.795", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "102.416", - "max": "103.823", - "min": "101.925", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "103.835", - "max": "106.597", - "min": "103.372", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "136.058", - "max": "140.704", - "min": "135.394", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "105.273", - "max": "106.85", - "min": "104.631", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "42.948", - "max": "43.452", - "min": "42.565", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.291", - "max": "122.794", - "min": "113.493", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "46.653", - "max": "46.908", - "min": "46.334", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "41.791", - "max": "42.62", - "min": "41.429", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "295.911", - "max": "296.526", - "min": "295.588", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "125.308", - "max": "126.508", - "min": "124.816", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "168.475", - "max": "169.205", - "min": "168.103", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "160.177", - "max": "172.983", - "min": "159.169", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "16.405", - "max": "17.621", - "min": "15.983", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "9.551", - "max": "11.04", - "min": "9.278", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "39.304", - "max": "40.554", - "min": "38.814", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "41.335", - "max": "42.333", - "min": "40.753", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "29.103", - "max": "29.332", - "min": "28.677", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "169.473", - "max": "172.377", - "min": "168.922", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "173.004", - "max": "174.26", - "min": "172.549", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.03", - "max": "40.097", - "min": "38.413", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "155.791", - "max": "157.976", - "min": "155.029", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "56.972", - "max": "58.061", - "min": "56.368", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "30.528", - "max": "31.362", - "min": "30.09", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "254.441", - "max": "257.606", - "min": "253.746", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "171.354", - "max": "172.824", - "min": "170.668", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "149.31", - "max": "151.618", - "min": "146.895", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "137.141", - "max": "138.959", - "min": "136.669", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "106.638", - "max": "112.113", - "min": "105.759", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "177.254", - "max": "182.063", - "min": "176.628", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "107.529", - "max": "113.104", - "min": "106.796", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "65.649", - "max": "66.897", - "min": "65.235", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "17.231", - "max": "18.634", - "min": "16.649", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "169.325", - "max": "170.448", - "min": "168.775", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "42.926", - "max": "44.323", - "min": "42.288", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "9.931", - "max": "10.887", - "min": "9.536", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "181.894", - "max": "183.317", - "min": "181.36", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "263.004", - "max": "263.874", - "min": "262.656", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "155.168", - "max": "156.384", - "min": "154.585", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "104.797", - "max": "108.273", - "min": "103.907", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "162.784", - "max": "164.321", - "min": "162.229", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "90.19", - "max": "99.023", - "min": "81.843", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "135.444", - "max": "136.377", - "min": "134.914", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "162.466", - "max": "170.903", - "min": "158.603", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "364.141", - "max": "365.983", - "min": "363.421", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "57.529", - "max": "61.56", - "min": "56.447", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "333.558", - "max": "334.209", - "min": "333.279", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "48.525", - "max": "51.373", - "min": "47.879", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "31.831", - "max": "33.097", - "min": "31.36", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "84.667", - "max": "85.458", - "min": "84.061", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "84.657", - "max": "141.748", - "min": "82.328", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "276.504", - "max": "348.546", - "min": "273.27", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "220.096", - "max": "221.094", - "min": "219.479", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "58.302", - "max": "60.129", - "min": "57.605", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "50.081", - "max": "52.656", - "min": "49.355", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "103.624", - "max": "105.121", - "min": "103.099", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "60.015", - "max": "66.669", - "min": "58.87", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "223.276", - "max": "224.932", - "min": "222.494", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "148.634", - "max": "149.266", - "min": "148.39", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "347.692", - "max": "348.711", - "min": "347.098", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "171.06", - "max": "171.527", - "min": "170.653", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "177.803", - "max": "180.543", - "min": "177.199", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "131.71", - "max": "132.829", - "min": "131.106", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.183", - "max": "71.119", - "min": "67.627", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "32.685", - "max": "33.985", - "min": "32.125", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "117.915", - "max": "118.162", - "min": "117.64", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "175.751", - "max": "177.051", - "min": "175.168", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "121.126", - "max": "122.332", - "min": "120.835", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "118.996", - "max": "119.337", - "min": "118.674", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "187.893", - "max": "188.525", - "min": "187.604", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "110.436", - "max": "113.093", - "min": "109.939", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "238.441", - "max": "242.361", - "min": "237.836", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "165.985", - "max": "166.262", - "min": "165.679", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "165.424", - "max": "166.288", - "min": "164.865", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "84.306", - "max": "85.561", - "min": "83.693", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "36.371", - "max": "37.228", - "min": "35.805", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "131.222", - "max": "132.802", - "min": "130.623", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "124.349", - "max": "125.852", - "min": "123.842", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "35.132", - "max": "39.436", - "min": "34.664", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "128.6", - "max": "131.104", - "min": "127.583", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "160.8", - "max": "162.003", - "min": "160.268", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "51.618", - "max": "53.044", - "min": "50.857", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "261.801", - "max": "262.474", - "min": "261.358", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "106.516", - "max": "107.925", - "min": "106.096", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "128.272", - "max": "131.489", - "min": "127.335", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "171.842", - "max": "173.39", - "min": "171.189", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "148.768", - "max": "173.282", - "min": "146.829", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "167.273", - "max": "168.043", - "min": "166.979", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "120.676", - "max": "121.886", - "min": "120.156", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "134.924", - "max": "135.255", - "min": "134.621", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "173.986", - "max": "174.475", - "min": "173.732", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.217", - "max": "59.805", - "min": "58.964", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "345.049", - "max": "357.411", - "min": "343.956", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "125.08", - "max": "125.904", - "min": "124.663", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "333.392", - "max": "351.362", - "min": "293.666", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.697", - "max": "194.493", - "min": "190.976", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "102.794", - "max": "103.995", - "min": "102.236", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "112.553", - "max": "114.032", - "min": "111.997", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "144.67", - "max": "145.136", - "min": "144.314", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "222.839", - "max": "223.681", - "min": "222.356", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.893", - "max": "299.182", - "min": "297.428", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "102.898", - "max": "104.273", - "min": "102.366", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.372", - "max": "157.473", - "min": "152.661", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "392.662", - "max": "503.487", - "min": "222.372", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "241.235", - "max": "330.064", - "min": "166.304", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "167.582", - "max": "170.989", - "min": "166.644", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "257.582", - "max": "258.896", - "min": "256.996", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "139.31", - "max": "140.105", - "min": "138.876", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "133.548", - "max": "135.829", - "min": "132.851", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "162.077", - "max": "162.41", - "min": "161.711", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "210.894", - "max": "363.407", - "min": "125.602", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "211.85", - "max": "213.142", - "min": "211.375", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "35.239", - "max": "198.036", - "min": "26.831", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "19.3", - "max": "19.454", - "min": "18.948", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "0.029", - "max": "0.061", - "min": "0.012", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "95.99", - "max": "98.344", - "min": "95.062", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "176.797", - "max": "177.886", - "min": "176.036", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "133.787", - "max": "134.323", - "min": "133.492", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "190.962", - "max": "196.051", - "min": "190.276", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "123.197", - "max": "124.538", - "min": "122.475", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "119.022", - "max": "119.274", - "min": "118.752", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "122.935", - "max": "123.298", - "min": "122.642", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "322.087", - "max": "323.405", - "min": "320.969", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "149.663", - "max": "151.064", - "min": "149.171", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "103.822", - "max": "112.039", - "min": "103.146", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "179.361", - "max": "187.761", - "min": "177.923", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "148.646", - "max": "153.209", - "min": "148.16", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "126.526", - "max": "128.352", - "min": "126.194", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "110.6", - "max": "112.121", - "min": "110.157", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "121.972", - "max": "122.55", - "min": "121.52", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "183.777", - "max": "184.751", - "min": "183.336", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "24.318", - "max": "25.154", - "min": "23.77", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "37.829", - "max": "38.749", - "min": "37.402", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "214.049", - "max": "215.391", - "min": "213.625", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "25.796", - "max": "26.492", - "min": "25.526", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "50.611", - "max": "52.807", - "min": "50.111", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "170.891", - "max": "172.364", - "min": "170.256", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "36.83", - "max": "37.485", - "min": "36.108", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "33.414", - "max": "33.589", - "min": "33.067", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "30.188", - "max": "40.746", - "min": "28.121", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "236.099", - "max": "237.118", - "min": "235.607", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "46.199", - "max": "47.984", - "min": "45.709", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "36.723", - "max": "51.803", - "min": "35.304", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "108.007", - "max": "108.296", - "min": "107.785", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "194.429", - "max": "195.049", - "min": "194.102", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "34.382", - "max": "35.008", - "min": "33.985", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "220.319", - "max": "260.148", - "min": "213.324", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "160.367", - "max": "164.468", - "min": "159.605", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "261.166", - "max": "328.667", - "min": "254.135", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "139.333", - "max": "140.335", - "min": "138.783", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "395.049", - "max": "396.263", - "min": "394.378", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.942", - "max": "36.156", - "min": "34.571", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "101.155", - "max": "102.28", - "min": "100.739", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "103.802", - "max": "113.732", - "min": "103.007", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "199.695", - "max": "200.813", - "min": "199.119", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "75.842", - "max": "77.596", - "min": "75.246", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "159.166", - "max": "159.674", - "min": "158.707", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "256.245", - "max": "265.091", - "min": "232.914", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "115.424", - "max": "116.279", - "min": "115.002", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "120.075", - "max": "120.464", - "min": "119.602", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "29.403", - "max": "31.474", - "min": "28.68", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "309.236", - "max": "310.156", - "min": "308.706", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "44.1", - "max": "44.276", - "min": "43.84", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "122.016", - "max": "132.757", - "min": "121.073", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "39.208", - "max": "40.006", - "min": "38.814", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "29.088", - "max": "29.282", - "min": "28.79", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "104.304", - "max": "104.793", - "min": "103.883", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "73.06", - "max": "74.09", - "min": "72.615", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "52.576", - "max": "53.848", - "min": "52.194", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "41.538", - "max": "44.952", - "min": "40.773", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "56.742", - "max": "58.516", - "min": "56.342", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "27.897", - "max": "28.279", - "min": "27.542", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "23.265", - "max": "23.574", - "min": "22.988", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "22.897", - "max": "23.638", - "min": "22.663", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "40.46", - "max": "40.978", - "min": "39.972", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "72.748", - "max": "73.756", - "min": "72.189", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "40.12", - "max": "47.05", - "min": "38.255", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "31.628", - "max": "125.778", - "min": "16.254", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "38.82", - "max": "39.57", - "min": "38.483", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "72.241", - "max": "72.749", - "min": "71.803", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "48.169", - "max": "50.509", - "min": "47.842", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "54.964", - "max": "55.44", - "min": "54.335", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "29.435", - "max": "30.18", - "min": "28.789", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "299.342", - "max": "300.506", - "min": "298.909", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "27.646", - "max": "29.468", - "min": "26.831", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "38.377", - "max": "39.387", - "min": "37.863", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "47.998", - "max": "48.895", - "min": "47.594", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "186.861", - "max": "191.203", - "min": "185.356", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "150.329", - "max": "151.31", - "min": "149.988", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "23.356", - "max": "27.87", - "min": "22.605", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "22.148", - "max": "23.628", - "min": "21.582", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "35.199", - "max": "35.714", - "min": "34.663", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "324.576", - "max": "325.271", - "min": "324.18", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "110.437", - "max": "118.516", - "min": "108.703", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "277.374", - "max": "284.888", - "min": "248.32", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "177.577", - "max": "190.416", - "min": "176.475", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "23.524", - "max": "24.706", - "min": "22.982", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "131.512", - "max": "134.147", - "min": "130.833", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "191.675", - "max": "191.915", - "min": "191.301", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "45.985", - "max": "47.187", - "min": "45.702", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "58.734", - "max": "59.605", - "min": "58.281", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "38.743", - "max": "40.251", - "min": "38.002", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "23.531", - "max": "24.915", - "min": "22.984", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "182.832", - "max": "184.21", - "min": "182.298", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "186.792", - "max": "187.779", - "min": "186.233", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "341.951", - "max": "443.913", - "min": "330.342", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "105.038", - "max": "106.502", - "min": "104.645", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "30.249", - "max": "31.393", - "min": "29.694", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "109.915", - "max": "110.97", - "min": "109.399", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "27.333", - "max": "28.366", - "min": "26.87", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "237.56", - "max": "278.058", - "min": "235.632", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "141.349", - "max": "144.961", - "min": "138.24", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "49.369", - "max": "50.324", - "min": "48.816", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "62.829", - "max": "64.968", - "min": "61.985", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "175.421", - "max": "178.749", - "min": "173.925", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "125.642", - "max": "126.879", - "min": "125.196", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "261.25", - "max": "262.324", - "min": "260.756", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "75.445", - "max": "79.093", - "min": "74.668", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "60.843", - "max": "61.943", - "min": "60.376", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.906", - "max": "26.094", - "min": "24.414", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "87.381", - "max": "111.777", - "min": "73.212", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "114.082", - "max": "116.088", - "min": "113.636", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "107.155", - "max": "107.899", - "min": "106.607", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "88.594", - "max": "100.646", - "min": "86.356", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "187.757", - "max": "188.545", - "min": "187.313", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "109.549", - "max": "112.15", - "min": "108.184", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "76.357", - "max": "78.916", - "min": "75.496", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "130.93", - "max": "131.943", - "min": "130.484", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "39.328", - "max": "41.627", - "min": "38.741", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "197.632", - "max": "199.107", - "min": "197.239", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "204.571", - "max": "204.571", - "min": "204.571", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "30.567", - "max": "30.813", - "min": "30.262", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "29.956", - "max": "30.189", - "min": "29.653", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "197.7", - "max": "201.763", - "min": "197.07", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "57.486", - "max": "69.923", - "min": "49.654", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "50.168", - "max": "50.861", - "min": "49.663", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "146.347", - "max": "148.616", - "min": "145.44", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "74.677", - "max": "75.419", - "min": "74.157", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "134.608", - "max": "136.063", - "min": "134.007", - "id": "129", - "country": "Norway", - "source_name": "Oslo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "153": { - "name": "Dusseldorf", - "data": { - "0": { - "avg": "211.395", - "max": "212.874", - "min": "211.043", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "244.089", - "max": "246.016", - "min": "243.5", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "93.181", - "max": "94.05", - "min": "92.93", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "18.895", - "max": "22.843", - "min": "17.932", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "13.414", - "max": "14.281", - "min": "13.157", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "266.831", - "max": "267.643", - "min": "266.447", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "5.346", - "max": "6.193", - "min": "5.046", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "275.481", - "max": "282.643", - "min": "274.553", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "45.029", - "max": "45.955", - "min": "44.655", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "24.754", - "max": "25.891", - "min": "24.391", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "12.43", - "max": "13.898", - "min": "12.098", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "123.758", - "max": "124.748", - "min": "123.292", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "79.221", - "max": "79.851", - "min": "78.853", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "87.454", - "max": "87.976", - "min": "87.118", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "109.839", - "max": "110.575", - "min": "109.512", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "105.008", - "max": "106.037", - "min": "104.149", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "29.51", - "max": "30.424", - "min": "29.056", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.08", - "max": "97.007", - "min": "95.746", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "21.315", - "max": "21.759", - "min": "21.13", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "15.831", - "max": "16.332", - "min": "15.555", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "270.549", - "max": "271.359", - "min": "270.309", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "107.247", - "max": "108.055", - "min": "106.822", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "153.897", - "max": "156.646", - "min": "153.536", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "159.796", - "max": "160.592", - "min": "159.347", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "29.702", - "max": "30.864", - "min": "29.327", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "13.213", - "max": "13.958", - "min": "12.792", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "19.981", - "max": "20.829", - "min": "19.628", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "23.355", - "max": "24.69", - "min": "23.033", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.878", - "max": "17.686", - "min": "16.567", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "141.896", - "max": "146.11", - "min": "141.34", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "163.703", - "max": "165.024", - "min": "163.463", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "20.193", - "max": "20.865", - "min": "19.971", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "138.967", - "max": "139.878", - "min": "138.226", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "43.653", - "max": "44.58", - "min": "43.395", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "13.366", - "max": "16.209", - "min": "12.804", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "170.075", - "max": "171.448", - "min": "169.597", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "144.415", - "max": "145.104", - "min": "144.222", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "139.613", - "max": "140.471", - "min": "139.233", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "115.911", - "max": "116.656", - "min": "115.682", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "87.584", - "max": "95.787", - "min": "86.915", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "155.111", - "max": "159.802", - "min": "154.49", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "12.626", - "max": "14.465", - "min": "12.154", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.707", - "max": "47.943", - "min": "47.455", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "31.542", - "max": "40.022", - "min": "31.078", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "139.536", - "max": "140.437", - "min": "139.242", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "27.653", - "max": "29.566", - "min": "27.073", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "39.83", - "max": "40.686", - "min": "39.492", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "172.094", - "max": "172.896", - "min": "171.733", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "245.733", - "max": "246.68", - "min": "245.222", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "124.391", - "max": "125.443", - "min": "124.059", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.998", - "max": "91.929", - "min": "90.73", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "154.52", - "max": "155.395", - "min": "154.132", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "38.112", - "max": "95.386", - "min": "9.998", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "107.087", - "max": "107.897", - "min": "106.91", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "131.189", - "max": "138.908", - "min": "127.644", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "240.391", - "max": "241.39", - "min": "240.14", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "46.998", - "max": "51.614", - "min": "46.296", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "306.893", - "max": "307.677", - "min": "306.577", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "42.008", - "max": "45.156", - "min": "41.395", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "9.865", - "max": "10.64", - "min": "9.659", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60.65", - "max": "62.291", - "min": "59.926", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "74.696", - "max": "138.644", - "min": "68.968", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "174.87", - "max": "297.909", - "min": "163.305", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "278.397", - "max": "285.972", - "min": "277.71", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "42.789", - "max": "43.61", - "min": "42.378", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "37.092", - "max": "39.69", - "min": "36.6", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "80.453", - "max": "81.337", - "min": "80.097", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "59.567", - "max": "60.41", - "min": "59.145", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "215.395", - "max": "217.645", - "min": "214.636", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "129.089", - "max": "130.544", - "min": "128.734", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "185.716", - "max": "186.653", - "min": "185.211", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "143.377", - "max": "145.127", - "min": "142.865", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "153.438", - "max": "157.736", - "min": "152.366", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "106.194", - "max": "107.058", - "min": "105.991", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "61.755", - "max": "62.454", - "min": "61.434", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "16.501", - "max": "18.27", - "min": "16.061", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "91.112", - "max": "92.018", - "min": "90.668", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "149.056", - "max": "151.312", - "min": "148.658", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "101.588", - "max": "102.394", - "min": "101.297", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "99.664", - "max": "100.524", - "min": "99.473", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "151.494", - "max": "152.394", - "min": "151.248", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "96.54", - "max": "97.223", - "min": "96.129", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "297.278", - "max": "305.273", - "min": "234.088", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "145.539", - "max": "147.351", - "min": "145.028", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "143.131", - "max": "144.099", - "min": "142.792", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "66.766", - "max": "68.075", - "min": "66.215", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "21.239", - "max": "21.873", - "min": "20.778", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "105.398", - "max": "106.223", - "min": "105.207", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "105.876", - "max": "107.43", - "min": "105.559", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.871", - "max": "21.029", - "min": "14.4", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "108.874", - "max": "109.876", - "min": "108.25", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "148.942", - "max": "150.385", - "min": "148.614", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "29.826", - "max": "30.633", - "min": "29.522", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "278.951", - "max": "279.664", - "min": "278.768", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "90.509", - "max": "93.306", - "min": "89.918", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "111.449", - "max": "112.285", - "min": "111.132", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "162.928", - "max": "163.933", - "min": "162.561", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "146.028", - "max": "149.118", - "min": "145.069", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "152.966", - "max": "153.316", - "min": "152.702", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "103.768", - "max": "107.802", - "min": "103.188", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "109.168", - "max": "109.916", - "min": "108.941", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "138.545", - "max": "139.917", - "min": "138.256", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.039", - "max": "52.758", - "min": "51.592", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "312.132", - "max": "315.277", - "min": "311.388", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "119.752", - "max": "120.932", - "min": "119.417", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "379.832", - "max": "394.071", - "min": "345.234", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "176.093", - "max": "180.468", - "min": "175.528", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "84.04", - "max": "84.746", - "min": "83.797", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.858", - "max": "102.858", - "min": "101.59", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "141.428", - "max": "142.34", - "min": "141.12", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "245.141", - "max": "245.994", - "min": "244.683", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "254.906", - "max": "255.624", - "min": "254.635", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "84.352", - "max": "85.286", - "min": "84.071", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "138.135", - "max": "181.454", - "min": "136.283", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "363.871", - "max": "468.763", - "min": "204.016", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "147.759", - "max": "249.616", - "min": "55.439", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "183.209", - "max": "187.249", - "min": "182.591", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "229.983", - "max": "230.893", - "min": "229.66", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "123.747", - "max": "124.788", - "min": "123.393", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "124.312", - "max": "128.639", - "min": "123.64", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "119.559", - "max": "120.936", - "min": "119.032", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "184.406", - "max": "333.278", - "min": "106.109", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "223.002", - "max": "240.014", - "min": "200.827", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "37.111", - "max": "77.79", - "min": "33.788", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "35.68", - "max": "36.498", - "min": "35.43", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "25.962", - "max": "27.258", - "min": "25.495", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "84.183", - "max": "85.758", - "min": "82.915", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "233.892", - "max": "235.022", - "min": "233.481", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "133.764", - "max": "134.523", - "min": "133.353", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "188.298", - "max": "189.101", - "min": "187.822", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "104.176", - "max": "104.95", - "min": "103.829", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "98.761", - "max": "101.943", - "min": "98.417", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "104.583", - "max": "104.9", - "min": "104.407", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "291.536", - "max": "292.673", - "min": "290.801", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.807", - "max": "125.576", - "min": "123.46", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "75.527", - "max": "76.248", - "min": "75.256", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "131.824", - "max": "149.045", - "min": "130.061", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.399", - "max": "123.521", - "min": "122.014", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "113.546", - "max": "114.368", - "min": "113.366", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "78.112", - "max": "78.972", - "min": "77.83", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "18.186", - "max": "19.1", - "min": "17.747", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "214.869", - "max": "216.106", - "min": "214.229", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "37.159", - "max": "37.859", - "min": "36.867", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "27.774", - "max": "28.451", - "min": "27.396", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "184.233", - "max": "187.228", - "min": "183.688", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "0.108", - "max": "0.329", - "min": "0.045", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.492", - "max": "40.357", - "min": "33.006", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "128.005", - "max": "128.813", - "min": "127.489", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "12.67", - "max": "13.552", - "min": "12.395", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "14.969", - "max": "15.702", - "min": "14.676", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "8.574", - "max": "15.305", - "min": "7.491", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "280.013", - "max": "280.735", - "min": "279.6", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "35.7", - "max": "36.676", - "min": "35.426", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "17.653", - "max": "19.561", - "min": "16.663", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "94.263", - "max": "95.118", - "min": "94.06", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "142.51", - "max": "143.204", - "min": "142.112", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "32.654", - "max": "34.333", - "min": "31.94", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "248.11", - "max": "285.778", - "min": "240.948", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "118.967", - "max": "120.162", - "min": "118.527", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "244.942", - "max": "344.064", - "min": "238.759", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "117.882", - "max": "118.896", - "min": "117.596", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "205.337", - "max": "206.2", - "min": "205.081", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "33.316", - "max": "34.25", - "min": "32.941", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "78.261", - "max": "80.972", - "min": "77.934", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "106.853", - "max": "107.706", - "min": "106.474", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.143", - "max": "183.054", - "min": "181.849", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "99.803", - "max": "100.73", - "min": "99.457", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "131.114", - "max": "131.958", - "min": "130.794", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "237.558", - "max": "238.5", - "min": "237.063", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "82.222", - "max": "83.04", - "min": "81.791", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "101.085", - "max": "101.985", - "min": "100.866", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "20.674", - "max": "21.803", - "min": "20.186", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "133.308", - "max": "134.067", - "min": "133.033", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "21.762", - "max": "22.511", - "min": "21.548", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "27.664", - "max": "34.272", - "min": "26.957", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "29.396", - "max": "30.141", - "min": "29.021", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "19.998", - "max": "21.196", - "min": "19.746", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "16.809", - "max": "17.559", - "min": "16.448", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "59.103", - "max": "60.109", - "min": "58.739", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "41.597", - "max": "42.556", - "min": "41.24", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "57.532", - "max": "62.692", - "min": "57.054", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "41.628", - "max": "42.608", - "min": "41.407", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "6.003", - "max": "7.974", - "min": "5.592", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "12.638", - "max": "13.541", - "min": "12.439", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "6.217", - "max": "7.079", - "min": "5.873", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "24.239", - "max": "24.897", - "min": "23.973", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "50.709", - "max": "51.451", - "min": "50.234", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "26.878", - "max": "31.289", - "min": "25.728", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "46.44", - "max": "106.352", - "min": "12.223", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "10.526", - "max": "11.97", - "min": "10.076", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "55.342", - "max": "56.208", - "min": "55.002", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "29.675", - "max": "30.69", - "min": "29.25", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "37.773", - "max": "40.744", - "min": "37.082", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "7.559", - "max": "8.516", - "min": "7.164", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "200.887", - "max": "203.815", - "min": "199.809", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "13.936", - "max": "15.067", - "min": "13.639", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "45.685", - "max": "46.916", - "min": "45.334", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "19.156", - "max": "19.862", - "min": "18.908", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "179.178", - "max": "186.731", - "min": "177.271", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "48.082", - "max": "48.923", - "min": "47.754", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "7.532", - "max": "24.776", - "min": "6.674", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "6.46", - "max": "7.252", - "min": "6.131", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "4.899", - "max": "5.736", - "min": "4.55", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "295.087", - "max": "299.761", - "min": "294.241", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "93.247", - "max": "94.672", - "min": "92.581", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "313.805", - "max": "321.256", - "min": "269.291", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "142.292", - "max": "148.209", - "min": "141.714", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "9.319", - "max": "10.142", - "min": "9.001", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "133.682", - "max": "134.61", - "min": "133.144", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "161.871", - "max": "162.652", - "min": "161.442", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "30.498", - "max": "31.545", - "min": "30.185", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "54.304", - "max": "55.379", - "min": "54.021", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "15.627", - "max": "16.683", - "min": "15.228", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "7.363", - "max": "8.761", - "min": "7.115", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "109.947", - "max": "110.282", - "min": "109.671", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "114.887", - "max": "115.632", - "min": "114.647", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "253.359", - "max": "254.299", - "min": "253.025", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "83.025", - "max": "83.872", - "min": "82.793", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "30.241", - "max": "32.171", - "min": "29.888", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "80.912", - "max": "81.938", - "min": "80.642", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.072", - "max": "20.839", - "min": "19.771", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "250.676", - "max": "264.993", - "min": "231.605", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "130.259", - "max": "133.404", - "min": "127.717", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "30.582", - "max": "31.268", - "min": "30.265", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "42.5", - "max": "43.538", - "min": "41.818", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "151.857", - "max": "170.548", - "min": "149.955", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "111.246", - "max": "112.153", - "min": "110.694", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "236.138", - "max": "237.02", - "min": "235.796", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "83.35", - "max": "84.269", - "min": "83.022", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "37.346", - "max": "37.86", - "min": "36.951", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "12.034", - "max": "12.814", - "min": "11.71", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "53.463", - "max": "58.485", - "min": "52.966", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "87.663", - "max": "94.715", - "min": "86.859", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "92.069", - "max": "92.76", - "min": "91.784", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "63.864", - "max": "68.425", - "min": "61.564", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "167.728", - "max": "170.146", - "min": "166.677", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "87.024", - "max": "88.285", - "min": "86.169", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.099", - "max": "65.023", - "min": "63.573", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "106.856", - "max": "107.676", - "min": "106.529", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "24.065", - "max": "25.097", - "min": "23.69", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "177.374", - "max": "178.269", - "min": "177.024", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "181.153", - "max": "181.153", - "min": "181.153", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "18.67", - "max": "19.461", - "min": "18.373", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "16.853", - "max": "17.629", - "min": "16.702", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "113.09", - "max": "113.951", - "min": "112.802", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "30.886", - "max": "41.889", - "min": "23.809", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "26.674", - "max": "27.421", - "min": "26.4", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "194.148", - "max": "197.268", - "min": "193.507", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "90.104", - "max": "93.292", - "min": "89.697", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "108.753", - "max": "113.569", - "min": "107.984", - "id": "153", - "country": "Germany", - "source_name": "Dusseldorf", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "156": { - "name": "Maidstone", - "data": { - "0": { - "avg": "199.877", - "max": "200.123", - "min": "199.771", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "265.042", - "max": "266.579", - "min": "264.783", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "87.642", - "max": "87.962", - "min": "87.561", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "32.478", - "max": "37.125", - "min": "31.855", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "10.008", - "max": "10.597", - "min": "9.87", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "212.835", - "max": "212.973", - "min": "212.759", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "9.405", - "max": "10.304", - "min": "9.292", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "280.276", - "max": "283.878", - "min": "279.63", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "50.865", - "max": "51.051", - "min": "50.735", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "31.593", - "max": "33.948", - "min": "31.33", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "1.414", - "max": "1.695", - "min": "1.223", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "108.961", - "max": "130.352", - "min": "108.136", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "71.329", - "max": "71.61", - "min": "71.221", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "74.713", - "max": "75.062", - "min": "74.604", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "105.385", - "max": "107.536", - "min": "105.223", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "75.182", - "max": "76.201", - "min": "74.912", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "26.09", - "max": "26.449", - "min": "25.873", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "86.295", - "max": "95.069", - "min": "85.904", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "13.305", - "max": "14.585", - "min": "13.119", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "25.577", - "max": "26.056", - "min": "25.488", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "293.955", - "max": "296.341", - "min": "293.793", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "88.342", - "max": "88.991", - "min": "88.242", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "144.875", - "max": "145.623", - "min": "144.713", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "140.675", - "max": "145.308", - "min": "140.32", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.701", - "max": "35.247", - "min": "34.478", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "22.818", - "max": "23.069", - "min": "22.748", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "28.031", - "max": "29.098", - "min": "27.84", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "29.708", - "max": "30.672", - "min": "29.584", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.144", - "max": "18.607", - "min": "18.05", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "131.008", - "max": "132.194", - "min": "130.836", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "173.542", - "max": "174.249", - "min": "173.447", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "29.552", - "max": "31.493", - "min": "29.378", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "136.097", - "max": "139.137", - "min": "135.823", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "48.133", - "max": "48.207", - "min": "48.063", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "20.596", - "max": "24.532", - "min": "20.263", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "165.372", - "max": "167.51", - "min": "165.064", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "141.683", - "max": "141.884", - "min": "141.639", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "123.864", - "max": "124.071", - "min": "123.664", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "101.145", - "max": "101.316", - "min": "101.012", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "76.558", - "max": "80.898", - "min": "75.506", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "144.301", - "max": "146.162", - "min": "144.044", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "11.595", - "max": "14.313", - "min": "11.166", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.292", - "max": "51.562", - "min": "47.055", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.571", - "max": "33.796", - "min": "33.503", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "138.322", - "max": "138.482", - "min": "138.238", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "33.505", - "max": "34.097", - "min": "33.025", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "47.678", - "max": "48.652", - "min": "47.483", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "162.55", - "max": "163.473", - "min": "162.355", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "232.435", - "max": "233.679", - "min": "231.195", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "108.965", - "max": "110.195", - "min": "108.877", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "79.585", - "max": "79.782", - "min": "79.534", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "144.08", - "max": "147.275", - "min": "143.683", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "62.107", - "max": "74.975", - "min": "49.272", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "97.777", - "max": "98.159", - "min": "97.683", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "142.514", - "max": "148.389", - "min": "139.568", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "197.798", - "max": "198.495", - "min": "197.58", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "31.73", - "max": "33.173", - "min": "30.842", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "285.887", - "max": "286.01", - "min": "285.837", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "42.47", - "max": "43.266", - "min": "42.179", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "13.778", - "max": "14.181", - "min": "13.659", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.584", - "max": "65.286", - "min": "63.172", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "65.228", - "max": "124.381", - "min": "60.822", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "192.5", - "max": "286.783", - "min": "183.865", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "288.589", - "max": "295.892", - "min": "288.161", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "48.504", - "max": "49.452", - "min": "48.354", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "44.529", - "max": "46.523", - "min": "44.311", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "70.296", - "max": "70.452", - "min": "70.211", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "50.34", - "max": "59.304", - "min": "49.599", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "202.931", - "max": "204.994", - "min": "202.083", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "110.164", - "max": "111.98", - "min": "110.015", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "221.411", - "max": "222.143", - "min": "221.179", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "139.456", - "max": "139.898", - "min": "139.23", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "147.592", - "max": "148.022", - "min": "147.501", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "91.569", - "max": "91.723", - "min": "91.494", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "48.555", - "max": "49.524", - "min": "48.349", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "6.56", - "max": "7.939", - "min": "6.358", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "87.286", - "max": "87.442", - "min": "87.177", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "136.322", - "max": "138.662", - "min": "136.18", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "91.646", - "max": "93.91", - "min": "91.38", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "87.425", - "max": "88.413", - "min": "87.2", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "127.881", - "max": "128.107", - "min": "127.763", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "87.754", - "max": "89.051", - "min": "87.529", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "252.682", - "max": "252.879", - "min": "252.545", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "139.551", - "max": "141.741", - "min": "139.243", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "132.381", - "max": "132.524", - "min": "132.315", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "65.242", - "max": "72.581", - "min": "64.618", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "10.793", - "max": "12.117", - "min": "10.539", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "101.975", - "max": "104.03", - "min": "101.826", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "93.462", - "max": "94.165", - "min": "93.315", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "6.043", - "max": "7.528", - "min": "5.922", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "100.672", - "max": "102.605", - "min": "100.129", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "144.749", - "max": "145.21", - "min": "144.544", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "26.469", - "max": "27.064", - "min": "26.38", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "249.806", - "max": "253.312", - "min": "249.414", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "74.185", - "max": "74.374", - "min": "74.097", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "108.434", - "max": "108.733", - "min": "108.252", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "144.528", - "max": "144.812", - "min": "144.3", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "130.395", - "max": "145.644", - "min": "129.13", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "146.832", - "max": "147.076", - "min": "146.723", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "84.484", - "max": "87.367", - "min": "84.178", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "100.859", - "max": "101.293", - "min": "100.788", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "132.82", - "max": "133.051", - "min": "132.687", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.101", - "max": "64.463", - "min": "58.66", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "297.139", - "max": "306.001", - "min": "296.266", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "96.748", - "max": "97.363", - "min": "96.59", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "317.282", - "max": "334.568", - "min": "274.944", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "168.127", - "max": "168.818", - "min": "167.981", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "76.035", - "max": "78.288", - "min": "75.767", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "90.071", - "max": "91.489", - "min": "89.863", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "152.224", - "max": "154.603", - "min": "152.005", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "234.388", - "max": "234.783", - "min": "234.287", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "259.636", - "max": "261.391", - "min": "259.459", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "70.128", - "max": "72.552", - "min": "69.991", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "130.975", - "max": "147.995", - "min": "130.197", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "367.517", - "max": "468.457", - "min": "185.697", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "160.867", - "max": "277.658", - "min": "85.313", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "178.767", - "max": "181.758", - "min": "178.352", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "221.835", - "max": "222.371", - "min": "221.625", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "104.431", - "max": "104.916", - "min": "104.281", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "101.777", - "max": "102.793", - "min": "101.569", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "106.966", - "max": "110.731", - "min": "106.656", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "171.905", - "max": "323.033", - "min": "91.852", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "182.681", - "max": "182.965", - "min": "182.578", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "39.807", - "max": "119.484", - "min": "35.095", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "33.01", - "max": "34.501", - "min": "32.88", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "36.736", - "max": "37.504", - "min": "36.338", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "69.421", - "max": "69.563", - "min": "69.338", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "170.793", - "max": "171.102", - "min": "170.594", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "116.504", - "max": "119.387", - "min": "116.207", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "169.081", - "max": "169.85", - "min": "168.93", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "96", - "max": "98.965", - "min": "95.651", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "93.133", - "max": "93.281", - "min": "92.983", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "94.459", - "max": "97.416", - "min": "94.105", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "272.236", - "max": "272.959", - "min": "271.694", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "115.518", - "max": "115.827", - "min": "115.468", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "65.424", - "max": "65.554", - "min": "65.338", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "124.546", - "max": "130.265", - "min": "123.627", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "119.741", - "max": "121.673", - "min": "119.537", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "104.173", - "max": "104.333", - "min": "104.113", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.43", - "max": "75.608", - "min": "68.068", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "31.484", - "max": "31.704", - "min": "31.378", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.436", - "max": "199.125", - "min": "197.991", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "42.368", - "max": "44.08", - "min": "42.132", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "31.304", - "max": "31.465", - "min": "31.259", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "172.415", - "max": "173.517", - "min": "172.117", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "12.553", - "max": "12.92", - "min": "12.379", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "42.566", - "max": "43.154", - "min": "42.419", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "140.545", - "max": "141.476", - "min": "140.397", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "0.019", - "max": "0.048", - "min": "0.014", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "4.848", - "max": "5.792", - "min": "4.732", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.768", - "max": "25.219", - "min": "14.44", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "238.099", - "max": "238.472", - "min": "238.018", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.131", - "max": "37.309", - "min": "37.035", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.771", - "max": "19.018", - "min": "18.623", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "80.742", - "max": "81.451", - "min": "80.609", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "133", - "max": "139.237", - "min": "132.632", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "36.624", - "max": "37.194", - "min": "36.434", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "240.833", - "max": "280.145", - "min": "233.79", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "113.531", - "max": "113.762", - "min": "113.469", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "241.069", - "max": "338.839", - "min": "235.009", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "114.014", - "max": "114.108", - "min": "113.933", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.333", - "max": "381.673", - "min": "381.125", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "33.789", - "max": "33.979", - "min": "33.701", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "68.007", - "max": "68.149", - "min": "67.92", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "111.531", - "max": "112.229", - "min": "111.421", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "163.151", - "max": "165.502", - "min": "162.953", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "97.932", - "max": "98.28", - "min": "97.771", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "122.812", - "max": "124.396", - "min": "122.586", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "239.004", - "max": "244.089", - "min": "238.145", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "77.769", - "max": "78.452", - "min": "77.661", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "91.788", - "max": "92.249", - "min": "91.734", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "16.101", - "max": "24.821", - "min": "15.503", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "147.382", - "max": "148.176", - "min": "147.214", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "11.602", - "max": "12.687", - "min": "11.436", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.893", - "max": "22.073", - "min": "21.742", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "29.378", - "max": "29.652", - "min": "29.295", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "24.018", - "max": "24.361", - "min": "23.94", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "6.672", - "max": "8.65", - "min": "6.382", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "59.882", - "max": "61.105", - "min": "59.69", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "46.139", - "max": "46.291", - "min": "46.053", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "64.931", - "max": "66.723", - "min": "64.719", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "45.461", - "max": "46.292", - "min": "45.296", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "10.202", - "max": "12.542", - "min": "10.003", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "9.54", - "max": "10.095", - "min": "9.432", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "7.679", - "max": "8.963", - "min": "7.522", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "23.415", - "max": "23.572", - "min": "23.311", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "65.462", - "max": "65.857", - "min": "65.221", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "37.178", - "max": "57.995", - "min": "34.772", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "54.75", - "max": "110.775", - "min": "20.999", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "1.955", - "max": "2.027", - "min": "1.926", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "65.174", - "max": "65.457", - "min": "65.016", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "32.369", - "max": "32.897", - "min": "32.218", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "39.904", - "max": "40.362", - "min": "39.453", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "7.209", - "max": "7.645", - "min": "6.919", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "254.883", - "max": "270.127", - "min": "254.179", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "20.683", - "max": "21.204", - "min": "20.565", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.105", - "max": "44.363", - "min": "42.921", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "34.934", - "max": "35.124", - "min": "34.878", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "168.518", - "max": "175.634", - "min": "167.38", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "59.173", - "max": "59.929", - "min": "59.04", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "10.306", - "max": "17.221", - "min": "9.724", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "9.725", - "max": "9.902", - "min": "9.613", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "7.965", - "max": "8.409", - "min": "7.451", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "285.562", - "max": "287.091", - "min": "285.338", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "73.179", - "max": "76.024", - "min": "72.308", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.066", - "max": "223.428", - "min": "222.821", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "149.281", - "max": "151.501", - "min": "149.005", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "12.302", - "max": "14.939", - "min": "12.096", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "136.742", - "max": "137.164", - "min": "136.544", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "141.734", - "max": "142.39", - "min": "141.422", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "34.601", - "max": "35.15", - "min": "34.435", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "63.23", - "max": "65.682", - "min": "62.896", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "5.152", - "max": "6.668", - "min": "4.971", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "9.95", - "max": "10.183", - "min": "9.827", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "91.479", - "max": "91.535", - "min": "91.433", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "102.008", - "max": "102.67", - "min": "101.94", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "248.014", - "max": "248.357", - "min": "247.765", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "72.684", - "max": "72.991", - "min": "72.594", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.524", - "max": "26.724", - "min": "23.343", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "71.347", - "max": "76.523", - "min": "71.013", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "24.486", - "max": "24.565", - "min": "24.404", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "197.674", - "max": "197.988", - "min": "197.548", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "110.939", - "max": "114.667", - "min": "107.747", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "23.17", - "max": "23.57", - "min": "23.038", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "40.099", - "max": "42.587", - "min": "39.342", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "147.493", - "max": "162.813", - "min": "145.27", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "98.344", - "max": "100.44", - "min": "97.984", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "252.687", - "max": "253.394", - "min": "252.504", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "79.8", - "max": "81.064", - "min": "79.568", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "48.35", - "max": "49.056", - "min": "48.274", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.365", - "max": "11.607", - "min": "11.297", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "47.989", - "max": "48.045", - "min": "47.934", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "81.538", - "max": "86.248", - "min": "81.087", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "82.641", - "max": "82.867", - "min": "82.46", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "62.963", - "max": "65.512", - "min": "61.174", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "166.292", - "max": "175.97", - "min": "165.316", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "84.376", - "max": "85.922", - "min": "83.442", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.801", - "max": "67.702", - "min": "64.569", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "97.105", - "max": "113.575", - "min": "96.275", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "14.85", - "max": "16.081", - "min": "14.622", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "267.527", - "max": "271.003", - "min": "256.583", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "174.249", - "max": "174.249", - "min": "174.249", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "5.185", - "max": "5.427", - "min": "5.127", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "25.366", - "max": "25.593", - "min": "25.311", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "97.372", - "max": "99.867", - "min": "97.12", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "25.5", - "max": "34.331", - "min": "18.603", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "32.451", - "max": "32.636", - "min": "32.363", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "174.621", - "max": "174.924", - "min": "174.533", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "83.357", - "max": "84.432", - "min": "83.103", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "95.543", - "max": "95.901", - "min": "95.468", - "id": "156", - "country": "United Kingdom", - "source_name": "Maidstone", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "157": { - "name": "Gosport", - "data": { - "0": { - "avg": "201.309", - "max": "201.487", - "min": "201.149", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "261.949", - "max": "262.324", - "min": "261.79", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.303", - "max": "90.434", - "min": "90.242", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "33.712", - "max": "40.145", - "min": "33.215", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "10.588", - "max": "10.755", - "min": "10.478", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "235.56", - "max": "235.689", - "min": "235.477", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "14.737", - "max": "15.14", - "min": "14.631", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "268.251", - "max": "271.403", - "min": "267.925", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "50.255", - "max": "50.391", - "min": "50.206", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "31.199", - "max": "33.392", - "min": "30.868", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "3.553", - "max": "3.94", - "min": "3.39", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "111.894", - "max": "141.794", - "min": "110.748", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "70.949", - "max": "71.012", - "min": "70.858", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "80.085", - "max": "80.538", - "min": "79.957", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "107.469", - "max": "108.501", - "min": "107.34", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "83.238", - "max": "84.154", - "min": "83.158", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "27.731", - "max": "27.906", - "min": "27.606", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "97.031", - "max": "107.328", - "min": "96.162", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "12.791", - "max": "12.984", - "min": "12.701", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "32.417", - "max": "33.009", - "min": "32.345", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "292.604", - "max": "292.672", - "min": "292.566", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "89.133", - "max": "89.202", - "min": "89.071", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "139.018", - "max": "139.232", - "min": "138.917", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "142.165", - "max": "144.802", - "min": "141.992", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "38.259", - "max": "38.771", - "min": "38.008", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "25.58", - "max": "25.787", - "min": "25.522", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "29.446", - "max": "32.172", - "min": "29.084", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "32.163", - "max": "32.66", - "min": "31.933", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.099", - "max": "14.186", - "min": "14.042", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "132.641", - "max": "140.544", - "min": "132.196", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "165.333", - "max": "165.453", - "min": "165.259", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "37.223", - "max": "37.366", - "min": "37.158", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "138.616", - "max": "138.79", - "min": "138.508", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "53.853", - "max": "54.184", - "min": "53.765", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "24.283", - "max": "27.883", - "min": "23.929", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "169.17", - "max": "171.471", - "min": "168.889", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "144.398", - "max": "144.441", - "min": "144.37", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "133.369", - "max": "133.492", - "min": "133.227", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.136", - "max": "108.275", - "min": "108.037", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "81.873", - "max": "82.031", - "min": "81.677", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "146.1", - "max": "147.821", - "min": "145.743", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "13.451", - "max": "18.407", - "min": "12.872", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "48.629", - "max": "48.788", - "min": "48.536", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "35.456", - "max": "39.847", - "min": "33.757", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "138.623", - "max": "138.712", - "min": "138.531", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "34.823", - "max": "35.488", - "min": "34.506", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "37.737", - "max": "37.838", - "min": "37.65", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "155.79", - "max": "156.178", - "min": "155.657", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "241.659", - "max": "242.786", - "min": "240.406", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "122.636", - "max": "122.73", - "min": "122.576", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "79.253", - "max": "79.414", - "min": "79.139", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "145.378", - "max": "145.623", - "min": "145.191", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "35.262", - "max": "49.291", - "min": "21.207", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "98.353", - "max": "98.491", - "min": "98.229", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "146.635", - "max": "153.657", - "min": "143.914", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "189.634", - "max": "189.991", - "min": "189.506", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "35.173", - "max": "38.093", - "min": "33.857", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "297.43", - "max": "297.497", - "min": "297.37", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "52.2", - "max": "53.611", - "min": "51.964", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "17.363", - "max": "17.502", - "min": "17.265", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "68.961", - "max": "70.428", - "min": "68.453", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "70.133", - "max": "122.666", - "min": "64.181", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "185.984", - "max": "283.416", - "min": "177.066", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "217.475", - "max": "217.562", - "min": "217.425", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "48.827", - "max": "50.279", - "min": "48.662", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "55.514", - "max": "55.922", - "min": "55.44", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "71.989", - "max": "72.157", - "min": "71.889", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "47.33", - "max": "47.639", - "min": "47.021", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "204.083", - "max": "206.221", - "min": "203.315", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "111.447", - "max": "112.818", - "min": "111.298", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "262.222", - "max": "263.386", - "min": "262.067", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "139.505", - "max": "141.006", - "min": "139.213", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "150.644", - "max": "150.955", - "min": "150.548", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "97.458", - "max": "97.52", - "min": "97.405", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "41.465", - "max": "42.66", - "min": "41.203", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "8.347", - "max": "8.637", - "min": "8.195", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "92.206", - "max": "92.495", - "min": "92.074", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "135.682", - "max": "136.768", - "min": "135.48", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "89.121", - "max": "91.156", - "min": "88.724", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "86.961", - "max": "87.252", - "min": "86.835", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "137.779", - "max": "138.057", - "min": "137.636", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "88.849", - "max": "89.78", - "min": "88.601", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "286.524", - "max": "287.141", - "min": "286.336", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "238.719", - "max": "239.324", - "min": "238.574", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "116.589", - "max": "116.676", - "min": "116.517", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "64.743", - "max": "66.344", - "min": "64.316", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "13.213", - "max": "18.667", - "min": "12.77", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "103.012", - "max": "103.162", - "min": "102.934", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "95.111", - "max": "95.58", - "min": "94.961", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "7.838", - "max": "8.7", - "min": "7.725", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "99.227", - "max": "100.932", - "min": "98.705", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "138.082", - "max": "138.488", - "min": "137.942", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "26.897", - "max": "26.925", - "min": "26.861", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "267.507", - "max": "267.658", - "min": "267.324", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "75.875", - "max": "75.989", - "min": "75.776", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "105.396", - "max": "105.511", - "min": "105.217", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "150.53", - "max": "150.752", - "min": "150.278", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "127.273", - "max": "147.494", - "min": "125.649", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "136.516", - "max": "136.719", - "min": "136.427", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "86.142", - "max": "87.949", - "min": "85.927", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "97.702", - "max": "97.817", - "min": "97.648", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": null, - "max": null, - "min": null, - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "63.429", - "max": "64.383", - "min": "63.301", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "297.83", - "max": "300.73", - "min": "297.217", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "95.037", - "max": "95.32", - "min": "94.882", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "325.74", - "max": "433.382", - "min": "310.265", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "172.685", - "max": "173.64", - "min": "172.582", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "76.411", - "max": "76.556", - "min": "76.215", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "98.114", - "max": "98.294", - "min": "98.023", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "136.252", - "max": "139.183", - "min": "135.503", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "257.203", - "max": "266.15", - "min": "256.741", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "263.818", - "max": "264.149", - "min": "263.731", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "71.777", - "max": "71.878", - "min": "71.725", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "131.111", - "max": "135.726", - "min": "130.649", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "357.758", - "max": "474.446", - "min": "168.13", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "165.24", - "max": "292.694", - "min": "89.915", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "167.236", - "max": "170.497", - "min": "166.754", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "237.35", - "max": "240.084", - "min": "237.06", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "106.45", - "max": "106.573", - "min": "106.348", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "113.316", - "max": "114.056", - "min": "113.073", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "108.631", - "max": "111.131", - "min": "108.355", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "179.206", - "max": "328.715", - "min": "99.221", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "194.821", - "max": "195.103", - "min": "194.722", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "48.901", - "max": "320.884", - "min": "37.851", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "35.048", - "max": "35.097", - "min": "34.997", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "33.729", - "max": "35.071", - "min": "33.128", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "72.478", - "max": "72.885", - "min": "72.372", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "178.623", - "max": "180.723", - "min": "178.343", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "105.992", - "max": "106.652", - "min": "105.834", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "171.256", - "max": "172.226", - "min": "171.165", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "96.919", - "max": "97.439", - "min": "96.751", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "88.051", - "max": "88.232", - "min": "87.918", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "95.969", - "max": "96.289", - "min": "95.739", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "284.318", - "max": "285.292", - "min": "283.633", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "120.796", - "max": "120.919", - "min": "120.759", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "67.082", - "max": "67.245", - "min": "66.938", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "120.081", - "max": "123.124", - "min": "119.6", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "108.406", - "max": "108.545", - "min": "108.26", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "101.952", - "max": "102.12", - "min": "101.876", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "69.809", - "max": "69.937", - "min": "69.709", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "33.485", - "max": "35.991", - "min": "33.263", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "182.054", - "max": "182.923", - "min": "181.629", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "41.225", - "max": "41.612", - "min": "41.124", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "32.9", - "max": "33.129", - "min": "32.71", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "174.518", - "max": "175.932", - "min": "174.278", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "14.932", - "max": "15.872", - "min": "14.599", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "39.91", - "max": "40.402", - "min": "39.79", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "276.759", - "max": "277.064", - "min": "276.668", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "4.797", - "max": "5.121", - "min": "4.729", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "0.034", - "max": "0.036", - "min": "0.031", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "17.448", - "max": "24.35", - "min": "16.515", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "239.113", - "max": "239.181", - "min": "239.019", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.931", - "max": "39.67", - "min": "37.744", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "23.215", - "max": "26.082", - "min": "22.301", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "83.702", - "max": "84.093", - "min": "83.618", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "134.316", - "max": "134.983", - "min": "133.964", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "38.383", - "max": "40.139", - "min": "38.08", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "242.227", - "max": "283.13", - "min": "234.562", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "111.009", - "max": "111.209", - "min": "110.833", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "244.713", - "max": "332.193", - "min": "236.685", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "115.759", - "max": "115.924", - "min": "115.666", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "377.87", - "max": "378.163", - "min": "377.508", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "33.448", - "max": "33.572", - "min": "33.374", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "70.299", - "max": "71.595", - "min": "70.141", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "104.547", - "max": "104.749", - "min": "104.449", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "161.189", - "max": "161.259", - "min": "161.127", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "99.701", - "max": "99.828", - "min": "99.572", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "129.817", - "max": "130.194", - "min": "129.703", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "276.851", - "max": "282.026", - "min": "274.915", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.799", - "max": "73.884", - "min": "73.696", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "83.71", - "max": "83.736", - "min": "83.664", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "17.503", - "max": "19.592", - "min": "17.117", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "277.509", - "max": "277.587", - "min": "277.44", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "12.059", - "max": "12.133", - "min": "12.018", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "22.257", - "max": "22.952", - "min": "21.95", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "34.806", - "max": "34.899", - "min": "34.763", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "29.224", - "max": "29.582", - "min": "29.144", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "7.906", - "max": "8.642", - "min": "7.691", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "62.826", - "max": "63.227", - "min": "62.697", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "52.864", - "max": "53.101", - "min": "52.776", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "68.646", - "max": "69.811", - "min": "68.523", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "52.288", - "max": "52.565", - "min": "52.191", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "12.017", - "max": "13.086", - "min": "11.907", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "13.32", - "max": "13.387", - "min": "13.237", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "9.031", - "max": "9.116", - "min": "8.958", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "26.013", - "max": "26.222", - "min": "25.88", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "57.782", - "max": "58.03", - "min": "57.506", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "37.109", - "max": "64.671", - "min": "34.516", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "56.784", - "max": "117.006", - "min": "23.362", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "3.718", - "max": "3.918", - "min": "3.621", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "69.669", - "max": "70.254", - "min": "69.488", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "45.897", - "max": "74.996", - "min": "44.413", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "40.202", - "max": "40.719", - "min": "39.908", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "10.416", - "max": "11.043", - "min": "10.225", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "264.943", - "max": "266.808", - "min": "264.807", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "22.019", - "max": "22.299", - "min": "21.929", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "27.017", - "max": "27.29", - "min": "26.904", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "31.729", - "max": "31.847", - "min": "31.669", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "161.799", - "max": "167.154", - "min": "160.146", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "60.87", - "max": "61.118", - "min": "60.754", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "11.579", - "max": "12.141", - "min": "11.394", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "19.547", - "max": "19.797", - "min": "19.424", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "9.575", - "max": "12.698", - "min": "9.169", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "265.576", - "max": "278.477", - "min": "263.189", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "76.148", - "max": "78.892", - "min": "75.524", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "215.064", - "max": "233.861", - "min": "207.269", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "149.605", - "max": "149.84", - "min": "149.5", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "17.74", - "max": "17.866", - "min": "17.697", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "148.969", - "max": "212.443", - "min": "141.236", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "139.751", - "max": "140.292", - "min": "139.47", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "40.816", - "max": "41.094", - "min": "40.67", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "65.409", - "max": "65.613", - "min": "65.302", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "7.079", - "max": "7.705", - "min": "6.755", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "11.311", - "max": "12.531", - "min": "11.039", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "93.437", - "max": "93.521", - "min": "93.405", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "103.558", - "max": "103.779", - "min": "103.484", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "258.385", - "max": "258.688", - "min": "258.161", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "74.64", - "max": "74.93", - "min": "74.603", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.399", - "max": "24.515", - "min": "24.308", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "72.726", - "max": "72.793", - "min": "72.696", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "25.676", - "max": "26.028", - "min": "25.575", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "210.829", - "max": "578.358", - "min": "198.009", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "117.313", - "max": "122.778", - "min": "113.736", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "24.64", - "max": "24.828", - "min": "24.499", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "41.244", - "max": "42.779", - "min": "40.171", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "143.466", - "max": "176.807", - "min": "140.677", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "236.643", - "max": "237.91", - "min": "236.233", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "229.203", - "max": "229.477", - "min": "229.104", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "81.224", - "max": "82.317", - "min": "81.031", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "51.317", - "max": "51.366", - "min": "51.262", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "18.226", - "max": "18.307", - "min": "18.191", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "56.715", - "max": "56.787", - "min": "56.672", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "82.223", - "max": "84.341", - "min": "81.786", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "83", - "max": "83.249", - "min": "82.881", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "62.792", - "max": "65.48", - "min": "61.048", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "164.656", - "max": "167.039", - "min": "164.257", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "84.737", - "max": "86.426", - "min": "84.023", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "66.495", - "max": "68.127", - "min": "66.304", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "96.939", - "max": "97.117", - "min": "96.742", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "16.607", - "max": "19.528", - "min": "16.341", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "166.645", - "max": "166.765", - "min": "166.419", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "178.073", - "max": "178.122", - "min": "178.024", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "16.269", - "max": "16.301", - "min": "16.239", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "18.484", - "max": "18.554", - "min": "18.421", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "98.978", - "max": "99.785", - "min": "98.817", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "27.961", - "max": "38.423", - "min": "19.487", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "36.513", - "max": "36.578", - "min": "36.418", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "184.726", - "max": "186.647", - "min": "184.494", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "89.568", - "max": "90.551", - "min": "89.34", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "96.51", - "max": "96.558", - "min": "96.464", - "id": "157", - "country": "United Kingdom", - "source_name": "Gosport", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "158": { - "name": "Nuremberg", - "data": { - "0": { - "avg": "229.881", - "max": "245.834", - "min": "228.776", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "267.544", - "max": "279.788", - "min": "263.664", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "95.236", - "max": "104.084", - "min": "94.507", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "17.963", - "max": "24.154", - "min": "16.392", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "13.977", - "max": "23.264", - "min": "13.011", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "239.599", - "max": "246.922", - "min": "239.028", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "12.779", - "max": "25.775", - "min": "10.519", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "272.255", - "max": "286.348", - "min": "268.149", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "45.646", - "max": "57.161", - "min": "43.739", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "33.463", - "max": "42.026", - "min": "32.056", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "18.842", - "max": "30.171", - "min": "16.211", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "123.152", - "max": "127.377", - "min": "122.752", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "84.379", - "max": "96.792", - "min": "81.881", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "84.183", - "max": "95.021", - "min": "82.995", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "114.028", - "max": "122.015", - "min": "113.198", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "89.318", - "max": "117.19", - "min": "85.542", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "27.127", - "max": "30.697", - "min": "26.395", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "100.64", - "max": "106.857", - "min": "98.633", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "27.846", - "max": "31.343", - "min": "27.349", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "12.12", - "max": "45.414", - "min": "8.692", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "283.891", - "max": "294.746", - "min": "282.062", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "99.093", - "max": "103.594", - "min": "98.433", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "147.522", - "max": "155.967", - "min": "146.787", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "146.923", - "max": "156.862", - "min": "144.75", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "28.912", - "max": "40.009", - "min": "26.62", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "25.831", - "max": "31.981", - "min": "24.003", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "16.662", - "max": "22.487", - "min": "15.856", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "15.869", - "max": "26.765", - "min": "14.039", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "4.294", - "max": "9.951", - "min": "3.779", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "143.89", - "max": "145.568", - "min": "143.537", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "155.229", - "max": "164.895", - "min": "154.5", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "21.472", - "max": "38.889", - "min": "20.009", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "150.843", - "max": "180.609", - "min": "148.94", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "34.69", - "max": "35.754", - "min": "34.507", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "12.127", - "max": "18.029", - "min": "9.603", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "162.226", - "max": "177.411", - "min": "160.492", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "149.029", - "max": "166.045", - "min": "146.356", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "145.779", - "max": "154.909", - "min": "144.309", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "114.116", - "max": "132.406", - "min": "112.06", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "89.993", - "max": "100.949", - "min": "88.036", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "156.753", - "max": "159.718", - "min": "156.128", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "25.452", - "max": "37.414", - "min": "23.528", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "49.925", - "max": "58.043", - "min": "48.827", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "30.011", - "max": "37.559", - "min": "28.822", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "157.578", - "max": "165.302", - "min": "156.631", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "24.528", - "max": "39.474", - "min": "22.71", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "31.799", - "max": "36.58", - "min": "30.981", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "169.329", - "max": "174.16", - "min": "168.118", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "243.631", - "max": "251.289", - "min": "241.811", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "136.667", - "max": "147.345", - "min": "135.693", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.961", - "max": "104.806", - "min": "89.468", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "150.245", - "max": "160.013", - "min": "148.048", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "39.634", - "max": "53.266", - "min": "23.532", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "113.602", - "max": "115.041", - "min": "113.368", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "156.815", - "max": "167.246", - "min": "152.925", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "252.817", - "max": "262.041", - "min": "251.947", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "36.458", - "max": "41.82", - "min": "34.959", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "307.691", - "max": "313.958", - "min": "306.856", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "30.248", - "max": "44.09", - "min": "28.549", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "14.221", - "max": "24.085", - "min": "12.467", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.654", - "max": "64.936", - "min": "58.425", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.811", - "max": "117.551", - "min": "70.692", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "185.2", - "max": "198.498", - "min": "183.055", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "227.975", - "max": "242.653", - "min": "226.082", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "39.982", - "max": "51.969", - "min": "38.398", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.219", - "max": "42.874", - "min": "34.118", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "87.092", - "max": "97.426", - "min": "84.824", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "40.869", - "max": "64.077", - "min": "36.242", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "214.497", - "max": "219.424", - "min": "213.261", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "125.952", - "max": "130.399", - "min": "125.197", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "183.538", - "max": "191.935", - "min": "181.45", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "143.085", - "max": "150.848", - "min": "141.746", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "156.247", - "max": "160.166", - "min": "155.654", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "109.264", - "max": "114.916", - "min": "108.473", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "59.336", - "max": "71.248", - "min": "57.358", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "21.808", - "max": "37.342", - "min": "19.978", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.084", - "max": "129.651", - "min": "99.388", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "147.829", - "max": "175.084", - "min": "145.844", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "106.338", - "max": "120.153", - "min": "104.586", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "99.904", - "max": "109.277", - "min": "98.825", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "143.885", - "max": "196.603", - "min": "139.88", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "91.708", - "max": "93.572", - "min": "91.222", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "254.804", - "max": "267.011", - "min": "253.667", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "153.198", - "max": "160.204", - "min": "152.034", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "127.535", - "max": "133.923", - "min": "126.401", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "61.636", - "max": "67.901", - "min": "60.654", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "28.853", - "max": "37.96", - "min": "27.806", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "108.988", - "max": "132.206", - "min": "107.237", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "108.721", - "max": "122.331", - "min": "107.293", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "20.508", - "max": "25.718", - "min": "19.207", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "117.066", - "max": "129.234", - "min": "115.062", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "155.001", - "max": "163.3", - "min": "153.233", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.624", - "max": "40.674", - "min": "32.196", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "274.072", - "max": "294.699", - "min": "262.402", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "93.582", - "max": "123.257", - "min": "90.486", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "115.42", - "max": "131.905", - "min": "114.571", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "160.731", - "max": "172.353", - "min": "157.46", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "154.191", - "max": "168.438", - "min": "152.372", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.96", - "max": "159.43", - "min": "153.441", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "104.824", - "max": "126.249", - "min": "103.208", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "113.005", - "max": "120.682", - "min": "111.413", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "139.533", - "max": "145.599", - "min": "138.313", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "43.447", - "max": "51.619", - "min": "41.964", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "306.46", - "max": "313.615", - "min": "304.454", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "111.934", - "max": "121.205", - "min": "110.754", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "326.412", - "max": "347.679", - "min": "283.595", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "185.204", - "max": "199.713", - "min": "183.755", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "89.028", - "max": "95.317", - "min": "87.551", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.703", - "max": "118.117", - "min": "99.722", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "122.213", - "max": "125.507", - "min": "120.908", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "205.622", - "max": "216.584", - "min": "204.762", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "265.024", - "max": "270.72", - "min": "262.555", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "81.112", - "max": "86.79", - "min": "79.846", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.543", - "max": "154.438", - "min": "140.914", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "372.716", - "max": "489.396", - "min": "197.427", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "145.786", - "max": "254.807", - "min": "61.019", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "170.009", - "max": "186.782", - "min": "168.154", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "230.628", - "max": "237.075", - "min": "229.96", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "127.975", - "max": "135.464", - "min": "126.974", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "114.524", - "max": "125.036", - "min": "113.133", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "120.26", - "max": "134.452", - "min": "118.911", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "183.781", - "max": "344.96", - "min": "106", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "193.323", - "max": "198.306", - "min": "192.788", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "39.66", - "max": "149.97", - "min": "32.408", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "32.656", - "max": "47.685", - "min": "31.134", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "29.356", - "max": "50.579", - "min": "28.017", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.09", - "max": "95.531", - "min": "78.735", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.537", - "max": "180.341", - "min": "172.524", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "128.106", - "max": "130.984", - "min": "127.1", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "174.254", - "max": "185.193", - "min": "172.827", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "107.562", - "max": "120.083", - "min": "106.372", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "107.374", - "max": "118.451", - "min": "105.796", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "111.179", - "max": "114.976", - "min": "110.473", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "293.785", - "max": "325.585", - "min": "289.52", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "127.987", - "max": "131.685", - "min": "127.241", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "87.439", - "max": "93.222", - "min": "85.749", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "133.24", - "max": "139.022", - "min": "131.205", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.678", - "max": "136.583", - "min": "120.337", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "119.169", - "max": "126.108", - "min": "118.448", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "82.785", - "max": "88.053", - "min": "81.527", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "18.597", - "max": "32.609", - "min": "16.458", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "181.559", - "max": "186.723", - "min": "179.448", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.154", - "max": "49.642", - "min": "41.818", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "18.881", - "max": "28.688", - "min": "17.904", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "188.173", - "max": "199.347", - "min": "186.21", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "8.997", - "max": "18.362", - "min": "7.493", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.572", - "max": "57.655", - "min": "30.603", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "154.434", - "max": "160.969", - "min": "153.772", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "16.144", - "max": "35.764", - "min": "14.472", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "17.679", - "max": "26.613", - "min": "16.604", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "0.052", - "max": "0.169", - "min": "0.025", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "249.872", - "max": "279.594", - "min": "247.897", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "43.101", - "max": "72.634", - "min": "39.021", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "13.786", - "max": "16.514", - "min": "13.044", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "98.132", - "max": "103.574", - "min": "97.309", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "146.797", - "max": "158.716", - "min": "144.878", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "51.081", - "max": "61.19", - "min": "49.689", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "205.137", - "max": "252.179", - "min": "196.061", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "126.291", - "max": "144.319", - "min": "123.697", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "252.433", - "max": "352.38", - "min": "243.747", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "120.586", - "max": "132.381", - "min": "119.603", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "378.978", - "max": "386.624", - "min": "377.243", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.03", - "max": "44.016", - "min": "33.286", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "79.065", - "max": "84.338", - "min": "78.292", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "96.769", - "max": "112.541", - "min": "95.278", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "185.175", - "max": "197.71", - "min": "183.428", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "89.274", - "max": "101.788", - "min": "86.585", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "156.821", - "max": "165.287", - "min": "155.016", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "198.623", - "max": "203.984", - "min": "197.195", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "89.817", - "max": "93.906", - "min": "89.092", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "109.847", - "max": "115.028", - "min": "108.91", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "6.945", - "max": "17.326", - "min": "6.234", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "131.615", - "max": "133.751", - "min": "131.341", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "25.344", - "max": "48.589", - "min": "23.446", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "31.985", - "max": "42.388", - "min": "30.314", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "22.62", - "max": "49.67", - "min": "20.275", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "15.442", - "max": "48.688", - "min": "12.277", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "22.383", - "max": "36.636", - "min": "21.086", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "61.496", - "max": "78.131", - "min": "59.158", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "36.966", - "max": "41.642", - "min": "36.593", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "59.431", - "max": "89.715", - "min": "56.122", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "36.464", - "max": "51.205", - "min": "34.191", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "12.094", - "max": "24.261", - "min": "11.056", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "15.404", - "max": "27.502", - "min": "14.494", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "11.197", - "max": "20.822", - "min": "10.568", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "9.103", - "max": "27.81", - "min": "7.82", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "47.398", - "max": "54.041", - "min": "46.278", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "35.554", - "max": "46.864", - "min": "31.474", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "25.234", - "max": "41.544", - "min": "11.843", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "15.613", - "max": "27.559", - "min": "13.716", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "45.412", - "max": "61.519", - "min": "43.958", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "28.538", - "max": "36.153", - "min": "27.409", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "42.024", - "max": "48.461", - "min": "40.969", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "18.96", - "max": "65.418", - "min": "16.072", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "195.054", - "max": "201.659", - "min": "193.708", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "10.926", - "max": "24.458", - "min": "8.998", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "23.072", - "max": "35.041", - "min": "20.826", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "14.026", - "max": "35.316", - "min": "11.916", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "174.248", - "max": "179.416", - "min": "171.62", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "48.998", - "max": "67.523", - "min": "46.415", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "15.115", - "max": "20.266", - "min": "14.011", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "13.586", - "max": "20.262", - "min": "12.307", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "19.6", - "max": "41.901", - "min": "16.227", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "299.652", - "max": "311.405", - "min": "294.941", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "89.254", - "max": "111.783", - "min": "87.28", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "222.885", - "max": "240.926", - "min": "220.45", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "161.451", - "max": "167.246", - "min": "159.883", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "16.85", - "max": "41.544", - "min": "13.312", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "146.209", - "max": "151.389", - "min": "145.15", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "176.013", - "max": "179.17", - "min": "175.366", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "29.186", - "max": "40.337", - "min": "28.07", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "60.141", - "max": "68.881", - "min": "59.262", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "21.287", - "max": "30.348", - "min": "20.573", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "12.793", - "max": "25.524", - "min": "11.364", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "110.718", - "max": "113.92", - "min": "110.068", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "125.442", - "max": "138.108", - "min": "124.043", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "276.074", - "max": "286.824", - "min": "275.082", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "163.759", - "max": "166.217", - "min": "163.29", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "13.292", - "max": "23.104", - "min": "12.424", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "90.231", - "max": "97.745", - "min": "89.002", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "15.977", - "max": "26.909", - "min": "13.341", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "216.206", - "max": "223.86", - "min": "215.558", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "124.08", - "max": "130.793", - "min": "121.25", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "28.983", - "max": "48.402", - "min": "26.179", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "58.377", - "max": "64.745", - "min": "56.778", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "152.75", - "max": "162.689", - "min": "151.019", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "247.974", - "max": "267.47", - "min": "246.424", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "230.649", - "max": "244.548", - "min": "228.541", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "77.931", - "max": "81.358", - "min": "77.18", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "38.682", - "max": "45.426", - "min": "36.639", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "15.008", - "max": "18.224", - "min": "14.17", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "51.713", - "max": "56.104", - "min": "51.023", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "91.42", - "max": "118.084", - "min": "89.18", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "98.479", - "max": "106.792", - "min": "97.274", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.602", - "max": "74.411", - "min": "63.209", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "176.835", - "max": "189.364", - "min": "175.579", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "98.553", - "max": "108.819", - "min": "95.672", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "57.272", - "max": "65.788", - "min": "56.325", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "107.647", - "max": "111.92", - "min": "107.032", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "34.096", - "max": "47.998", - "min": "31.057", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "171.553", - "max": "183.494", - "min": "167.894", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "188.392", - "max": "188.392", - "min": "188.392", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "19.271", - "max": "27.39", - "min": "17.658", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "4.001", - "max": "16.36", - "min": "3.076", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "119.595", - "max": "127.462", - "min": "118.143", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "35.831", - "max": "55.708", - "min": "27.586", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "22.7", - "max": "32.916", - "min": "21.094", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "171.336", - "max": "183.323", - "min": "169.664", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "80.652", - "max": "84.938", - "min": "79.381", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "110.907", - "max": "115.419", - "min": "110.196", - "id": "158", - "country": "Germany", - "source_name": "Nuremberg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "161": { - "name": "Geneva", - "data": { - "0": { - "avg": "198.442", - "max": "218.257", - "min": "196.462", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "292.363", - "max": "314.529", - "min": "291.25", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "98.614", - "max": "103.152", - "min": "98.28", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "18.48", - "max": "24.67", - "min": "17.733", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "11.914", - "max": "20.938", - "min": "11.394", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "273.173", - "max": "286.882", - "min": "272.548", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "17.591", - "max": "36.103", - "min": "16.149", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "300.256", - "max": "312.926", - "min": "299.012", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.524", - "max": "43.824", - "min": "43.366", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "37.616", - "max": "59.928", - "min": "36.512", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "17.352", - "max": "23.48", - "min": "16.85", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.135", - "max": "173.536", - "min": "131.738", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "87.243", - "max": "118.61", - "min": "85.401", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "93.149", - "max": "115.247", - "min": "91.908", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "119.742", - "max": "119.936", - "min": "119.536", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "88.183", - "max": "91.829", - "min": "87.282", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "27.256", - "max": "27.667", - "min": "26.948", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "102.945", - "max": "117.445", - "min": "101.98", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "28.802", - "max": "72.635", - "min": "26.422", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "17.28", - "max": "39.138", - "min": "16.34", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "296.291", - "max": "312.994", - "min": "295.532", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "105.324", - "max": "127.984", - "min": "103.78", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "153.572", - "max": "153.838", - "min": "153.393", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "157.349", - "max": "165.649", - "min": "156.849", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.994", - "max": "62.85", - "min": "33.35", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "22.636", - "max": "24.203", - "min": "22.455", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "8.45", - "max": "46.078", - "min": "6.7", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "26.946", - "max": "45.9", - "min": "24.27", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "13.422", - "max": "13.65", - "min": "13.252", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "152.113", - "max": "153.662", - "min": "151.574", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "259.278", - "max": "260.606", - "min": "258.975", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "31.672", - "max": "44.619", - "min": "31.014", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "149.342", - "max": "169.117", - "min": "147.507", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "62.441", - "max": "63.682", - "min": "62.217", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "5.135", - "max": "6.566", - "min": "4.425", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "167.883", - "max": "207.885", - "min": "165.724", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "148.776", - "max": "149.53", - "min": "148.608", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "146.351", - "max": "147.887", - "min": "145.86", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "113.031", - "max": "117.848", - "min": "112.585", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "92.483", - "max": "93.242", - "min": "92.158", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "160.343", - "max": "174.913", - "min": "159.39", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "29.299", - "max": "61.798", - "min": "27.532", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "52.651", - "max": "54.404", - "min": "52.073", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "40.253", - "max": "53.859", - "min": "38.726", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "135.247", - "max": "179.936", - "min": "132.17", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "32.051", - "max": "72.766", - "min": "29.853", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "50.791", - "max": "51.572", - "min": "50.536", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "160.252", - "max": "160.838", - "min": "159.949", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "245.609", - "max": "263.954", - "min": "244.441", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "122.046", - "max": "122.23", - "min": "121.933", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "98.327", - "max": "127.857", - "min": "96.837", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "159.516", - "max": "160.702", - "min": "159.195", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "19.549", - "max": "29.4", - "min": "15.196", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "118.973", - "max": "120.152", - "min": "118.386", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "120.97", - "max": "139.566", - "min": "116.085", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "354.106", - "max": "375.938", - "min": "352.8", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "32.049", - "max": "34.011", - "min": "30.934", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "304.625", - "max": "335.21", - "min": "303.1", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "33.672", - "max": "51.035", - "min": "32.65", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "24.305", - "max": "52.776", - "min": "23.011", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "67.106", - "max": "70.143", - "min": "66.43", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "62.829", - "max": "119.766", - "min": "56.732", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "187.905", - "max": "276.645", - "min": "174.736", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "284.726", - "max": "309.677", - "min": "283.055", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.172", - "max": "48.767", - "min": "44.772", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "57.352", - "max": "101.187", - "min": "55.271", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "85.618", - "max": "93.382", - "min": "85.162", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "46.206", - "max": "64.976", - "min": "45.075", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "230.719", - "max": "245.182", - "min": "229.402", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "126.181", - "max": "131.786", - "min": "125.684", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "310.317", - "max": "351.339", - "min": "308.544", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "147.603", - "max": "148.878", - "min": "147.18", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "159.581", - "max": "171.475", - "min": "158.692", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "111.241", - "max": "114.295", - "min": "110.649", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "56.343", - "max": "94.08", - "min": "54.648", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "24.861", - "max": "55.471", - "min": "23.622", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.758", - "max": "103.139", - "min": "101.026", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "157.98", - "max": "163.438", - "min": "156.673", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "106.669", - "max": "112.265", - "min": "106.215", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "103.682", - "max": "106.726", - "min": "103.085", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "155.12", - "max": "156.568", - "min": "154.206", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "109.053", - "max": "134.02", - "min": "107.866", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "211.741", - "max": "230.098", - "min": "209.68", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "168.595", - "max": "169.286", - "min": "168.318", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "153.141", - "max": "186.033", - "min": "151.415", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "66.486", - "max": "69.006", - "min": "65.618", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "27.828", - "max": "29.68", - "min": "27.412", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "109.617", - "max": "154.212", - "min": "107.817", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "110.817", - "max": "136.22", - "min": "109.702", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "24.811", - "max": "29.421", - "min": "24.307", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "117.245", - "max": "119.275", - "min": "116.416", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "157.3", - "max": "201.589", - "min": "155.218", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "26.677", - "max": "71.314", - "min": "24.998", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "294.749", - "max": "296.453", - "min": "294.4", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "92.174", - "max": "125.594", - "min": "90.481", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "128.731", - "max": "169.638", - "min": "126.806", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "162.131", - "max": "184.286", - "min": "161.069", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "139.412", - "max": "176.652", - "min": "137.543", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "158.803", - "max": "166.513", - "min": "158.256", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "101.349", - "max": "111.02", - "min": "100.644", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "114.235", - "max": "114.449", - "min": "114.02", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "133.86", - "max": "179.265", - "min": "132.01", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "44.543", - "max": "67.669", - "min": "42.511", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "314.466", - "max": "340.227", - "min": "312.848", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "113.222", - "max": "113.548", - "min": "112.98", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "280.456", - "max": "304.093", - "min": "279.143", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "200.325", - "max": "208.51", - "min": "199.563", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "95.477", - "max": "95.759", - "min": "95.25", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "102.462", - "max": "106.306", - "min": "102.13", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "169.881", - "max": "199.215", - "min": "164.287", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "184.077", - "max": "191.939", - "min": "183.205", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "286.272", - "max": "287.48", - "min": "285.379", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "87.518", - "max": "87.747", - "min": "87.391", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "127.564", - "max": "140.359", - "min": "126.298", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.664", - "max": "492.535", - "min": "221.166", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "156.057", - "max": "253.819", - "min": "62.885", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "161.611", - "max": "197.494", - "min": "159.581", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "214.471", - "max": "227.432", - "min": "213.236", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "121.19", - "max": "123.06", - "min": "120.884", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "120.253", - "max": "138.043", - "min": "118.503", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "129.396", - "max": "130.887", - "min": "128.717", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "190.463", - "max": "342.322", - "min": "110.683", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "205.034", - "max": "205.379", - "min": "204.837", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "49.898", - "max": "166.653", - "min": "44.213", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "43.386", - "max": "67.075", - "min": "41.255", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "37.65", - "max": "83.397", - "min": "35.564", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "83.776", - "max": "128.656", - "min": "81.584", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "153.063", - "max": "175.075", - "min": "151.948", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "108.718", - "max": "122.032", - "min": "107.932", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "185.685", - "max": "187.055", - "min": "185.41", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "110.718", - "max": "144.216", - "min": "109.305", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "110.806", - "max": "112.587", - "min": "110.145", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "113.346", - "max": "115.996", - "min": "113.003", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "291.758", - "max": "339.202", - "min": "288.66", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "134.096", - "max": "177.258", - "min": "132.445", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "81.922", - "max": "83.726", - "min": "81.54", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "140.162", - "max": "154.472", - "min": "137.521", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "128.376", - "max": "129.465", - "min": "127.916", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "125.992", - "max": "140.127", - "min": "124.686", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "96.329", - "max": "97.522", - "min": "96.131", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "18.031", - "max": "19.581", - "min": "17.74", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "173.075", - "max": "176.41", - "min": "171.959", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "37.903", - "max": "81.55", - "min": "36.143", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "27.162", - "max": "48.51", - "min": "25.127", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "197.99", - "max": "238.284", - "min": "194.907", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "18.129", - "max": "39.868", - "min": "16.799", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "51.522", - "max": "57.052", - "min": "51.058", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "115.549", - "max": "146.414", - "min": "114.141", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "18.909", - "max": "22.686", - "min": "18.642", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "23.52", - "max": "33.251", - "min": "22.444", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.653", - "max": "25.784", - "min": "13.133", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "281.554", - "max": "293.957", - "min": "280.881", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "32.027", - "max": "43.292", - "min": "31.193", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "0.539", - "max": "1.023", - "min": "0.334", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "94.138", - "max": "119.074", - "min": "92.848", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "175.753", - "max": "210.082", - "min": "173.686", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "39.477", - "max": "41.159", - "min": "39.07", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "218.419", - "max": "263.55", - "min": "209.004", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "132.567", - "max": "147.56", - "min": "131.472", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "258.19", - "max": "292.842", - "min": "252.703", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "124.512", - "max": "153.829", - "min": "123.307", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "558.324", - "max": "593.616", - "min": "556.618", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "35.26", - "max": "38.879", - "min": "34.608", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "87.15", - "max": "105.991", - "min": "85.112", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "115.778", - "max": "142.405", - "min": "114.433", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "169.162", - "max": "178.104", - "min": "168.335", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "91.996", - "max": "137.697", - "min": "90.044", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "140.927", - "max": "152.416", - "min": "140.291", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "242.248", - "max": "251.664", - "min": "223.458", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "100.087", - "max": "135.93", - "min": "97.477", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "98.511", - "max": "98.816", - "min": "98.352", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "18.764", - "max": "21.784", - "min": "18.35", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "148.825", - "max": "149.262", - "min": "148.678", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "28.452", - "max": "39.257", - "min": "27.389", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "9.646", - "max": "21.937", - "min": "8.333", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "35.942", - "max": "54.114", - "min": "35.03", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "27.217", - "max": "34.072", - "min": "26.737", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "23.603", - "max": "25.411", - "min": "23.318", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "55.881", - "max": "90.382", - "min": "53.706", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "44.931", - "max": "101.384", - "min": "42.567", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "59.276", - "max": "67.073", - "min": "58.702", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "42.557", - "max": "84.865", - "min": "40.695", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "17.877", - "max": "22.345", - "min": "17.141", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "18.491", - "max": "22.824", - "min": "18.144", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "14.496", - "max": "18.573", - "min": "14.063", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "30.751", - "max": "32.406", - "min": "30.497", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "59.142", - "max": "84.895", - "min": "57.807", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "18.101", - "max": "36.668", - "min": "15.339", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "48.726", - "max": "125.409", - "min": "20.214", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "31.292", - "max": "72.901", - "min": "29.626", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "77.653", - "max": "78.78", - "min": "77.344", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "33.435", - "max": "69.231", - "min": "31.8", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "42.04", - "max": "78.772", - "min": "40.169", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "24.502", - "max": "65.476", - "min": "22.043", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "258.4", - "max": "288.776", - "min": "256.516", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "17.823", - "max": "19.596", - "min": "17.546", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "7.062", - "max": "8.881", - "min": "6.784", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "26.809", - "max": "27.761", - "min": "26.604", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "170.479", - "max": "195.109", - "min": "167.814", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "48.982", - "max": "73.989", - "min": "47.907", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "24.384", - "max": "25.74", - "min": "24.087", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "21.917", - "max": "32.714", - "min": "21.056", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.181", - "max": "49.458", - "min": "22.981", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "305.17", - "max": "307.587", - "min": "304.507", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "90.849", - "max": "121.829", - "min": "88.002", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.671", - "max": "251.089", - "min": "219.16", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "123.945", - "max": "145.745", - "min": "123.03", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "20.31", - "max": "23.612", - "min": "19.92", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "144.951", - "max": "148.884", - "min": "144.586", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "174.135", - "max": "207.519", - "min": "172.026", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "20.809", - "max": "21.318", - "min": "20.582", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "62.621", - "max": "78.854", - "min": "61.423", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "21.662", - "max": "37.184", - "min": "20.239", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "18.214", - "max": "24.011", - "min": "17.783", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "109.859", - "max": "110.783", - "min": "109.585", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "110.724", - "max": "135.988", - "min": "109.387", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "252.296", - "max": "257.291", - "min": "251.77", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.202", - "max": "117.639", - "min": "92.136", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "10.367", - "max": "29.651", - "min": "8.809", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "94.161", - "max": "94.919", - "min": "94.02", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "8.836", - "max": "12.607", - "min": "7.863", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "213.553", - "max": "242.5", - "min": "211.635", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "124.64", - "max": "128.261", - "min": "121.288", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "23.755", - "max": "24.017", - "min": "23.578", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "30.53", - "max": "66.006", - "min": "28.291", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "153.885", - "max": "159.256", - "min": "152.534", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "102.481", - "max": "148.11", - "min": "100.323", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "273.334", - "max": "274.074", - "min": "273.096", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "82.322", - "max": "125.967", - "min": "80.469", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "52.644", - "max": "97.294", - "min": "50.943", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "19.16", - "max": "23.601", - "min": "18.622", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "43.507", - "max": "47.066", - "min": "43.183", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "93.363", - "max": "113.983", - "min": "92.143", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "94.991", - "max": "95.506", - "min": "94.827", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "63.737", - "max": "67.826", - "min": "61.783", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "186.385", - "max": "214.037", - "min": "184.608", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "96.06", - "max": "116.202", - "min": "92.818", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.214", - "max": "94.535", - "min": "62.525", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "117.526", - "max": "160.868", - "min": "115.725", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "30.328", - "max": "32.67", - "min": "29.796", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "191.487", - "max": "196.44", - "min": "187.428", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "186.479", - "max": "186.479", - "min": "186.479", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "21.864", - "max": "58.848", - "min": "20.354", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "16.948", - "max": "40.023", - "min": "15.445", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "118.264", - "max": "152.084", - "min": "116.855", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "36.01", - "max": "67.11", - "min": "26.64", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.696", - "max": "48.399", - "min": "27.312", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "172.237", - "max": "198.006", - "min": "170.922", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "80.281", - "max": "90.313", - "min": "79.675", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "109.55", - "max": "130.137", - "min": "108.496", - "id": "161", - "country": "Switzerland", - "source_name": "Geneva", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "164": { - "name": "Gothenburg", - "data": { - "0": { - "avg": "234.373", - "max": "236.643", - "min": "233.951", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "329.512", - "max": "333.101", - "min": "329.016", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "116.002", - "max": "117.099", - "min": "115.654", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "40.321", - "max": "43.751", - "min": "39.732", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "43.93", - "max": "44.874", - "min": "43.579", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "207.232", - "max": "208.437", - "min": "207.014", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "55.29", - "max": "60.76", - "min": "54.794", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "330.291", - "max": "333.337", - "min": "329.495", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "25.349", - "max": "26.857", - "min": "25.096", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "7.56", - "max": "9.49", - "min": "7.167", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "54.777", - "max": "57.533", - "min": "54.329", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "140.515", - "max": "143.062", - "min": "140.177", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "118.012", - "max": "120.237", - "min": "117.643", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "110.979", - "max": "112.473", - "min": "110.621", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "154.871", - "max": "156.758", - "min": "154.507", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "126.57", - "max": "130.437", - "min": "125.799", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "55.573", - "max": "56.834", - "min": "55.159", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "140.593", - "max": "141.966", - "min": "140.284", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "52.249", - "max": "53.148", - "min": "51.943", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.676", - "max": "39.37", - "min": "38.417", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "324.625", - "max": "325.006", - "min": "324.431", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "136.576", - "max": "137.411", - "min": "136.22", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "182.03", - "max": "183.427", - "min": "181.672", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "187.212", - "max": "188.28", - "min": "186.871", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "25.875", - "max": "27.239", - "min": "25.65", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "16.253", - "max": "17.938", - "min": "15.959", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "49.343", - "max": "50.895", - "min": "48.874", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "43.689", - "max": "44.854", - "min": "43.359", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "49.894", - "max": "51.131", - "min": "49.623", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "164.923", - "max": "169.086", - "min": "164.509", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "178.104", - "max": "179.94", - "min": "177.67", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "67.636", - "max": "68.582", - "min": "67.274", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "162.473", - "max": "185.116", - "min": "161.149", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "49.664", - "max": "51.321", - "min": "49.37", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "32.518", - "max": "33.476", - "min": "32.156", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.26", - "max": "188.001", - "min": "185.726", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "176.845", - "max": "178.177", - "min": "176.619", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "166.732", - "max": "169.558", - "min": "166.381", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "139.907", - "max": "141.26", - "min": "139.429", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "115.558", - "max": "116.777", - "min": "115.158", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "185.227", - "max": "188.59", - "min": "184.477", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "43.205", - "max": "46.019", - "min": "42.661", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "72.702", - "max": "74.694", - "min": "72.316", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "27.176", - "max": "28.469", - "min": "26.937", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "162.157", - "max": "163.027", - "min": "161.97", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "49.042", - "max": "50.06", - "min": "48.452", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "22.199", - "max": "23.175", - "min": "21.776", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "192.573", - "max": "194.066", - "min": "192.201", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "273.42", - "max": "274.864", - "min": "272.03", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "144.704", - "max": "146.398", - "min": "144.414", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "110.348", - "max": "111.556", - "min": "110.024", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.183", - "max": "183.271", - "min": "181.803", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "85.399", - "max": "173.516", - "min": "68.655", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "135.96", - "max": "136.628", - "min": "135.575", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "167.615", - "max": "188.799", - "min": "163.718", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "199.385", - "max": "200.592", - "min": "199", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "63.811", - "max": "66.55", - "min": "62.773", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "336.646", - "max": "338.151", - "min": "336.309", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.443", - "max": "60.056", - "min": "58.04", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "38.346", - "max": "39.758", - "min": "38.075", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "78.671", - "max": "80.738", - "min": "77.961", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "104.725", - "max": "165.44", - "min": "99.681", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "200.638", - "max": "292.246", - "min": "193.166", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "304.117", - "max": "305.865", - "min": "303.849", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "71.332", - "max": "74.149", - "min": "70.796", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "53.656", - "max": "59.191", - "min": "53.187", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "113.214", - "max": "113.858", - "min": "113", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "73.955", - "max": "76.068", - "min": "73.416", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "246.616", - "max": "248.464", - "min": "245.676", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "156.392", - "max": "159.681", - "min": "156.025", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "221.229", - "max": "223.563", - "min": "220.482", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "174.359", - "max": "175.395", - "min": "174.033", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "180.561", - "max": "182.393", - "min": "179.982", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "138.537", - "max": "139.358", - "min": "138.287", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "93.041", - "max": "94.392", - "min": "92.668", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "65.355", - "max": "66.203", - "min": "64.994", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "124.863", - "max": "125.954", - "min": "124.532", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "169.005", - "max": "169.378", - "min": "168.747", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "135.957", - "max": "136.462", - "min": "135.636", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "122.039", - "max": "123.308", - "min": "121.64", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "176.995", - "max": "180.31", - "min": "176.622", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "123.156", - "max": "123.786", - "min": "122.734", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "296.792", - "max": "305.032", - "min": "286.204", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "171.945", - "max": "173.664", - "min": "171.468", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "175.549", - "max": "176.231", - "min": "175.416", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "88.34", - "max": "89.942", - "min": "87.758", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "46.087", - "max": "50.197", - "min": "45.542", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "140.822", - "max": "143.917", - "min": "140.508", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "142.668", - "max": "145.087", - "min": "142.385", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "41.265", - "max": "46.883", - "min": "40.704", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "144.692", - "max": "147.102", - "min": "143.739", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "195.45", - "max": "198.31", - "min": "195.029", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "57.766", - "max": "58.793", - "min": "57.476", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "297.589", - "max": "298.393", - "min": "297.398", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "121.832", - "max": "125.421", - "min": "121.277", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "134.823", - "max": "137.957", - "min": "134.478", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "202.75", - "max": "205.222", - "min": "202.112", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "161.287", - "max": "176.508", - "min": "160.118", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "179.068", - "max": "180.188", - "min": "178.801", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "137.482", - "max": "140.392", - "min": "137.144", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "141.666", - "max": "143.922", - "min": "141.421", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.708", - "max": "186.744", - "min": "182.394", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.535", - "max": "60.992", - "min": "59.062", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "346.426", - "max": "351.822", - "min": "345.361", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "134.092", - "max": "135.527", - "min": "133.737", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "375.896", - "max": "376.676", - "min": "375.221", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "214.53", - "max": "216.819", - "min": "214.034", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "111.213", - "max": "112.129", - "min": "110.905", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "135.184", - "max": "136.641", - "min": "134.888", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "154.678", - "max": "157.111", - "min": "154.316", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "280.792", - "max": "281.703", - "min": "280.556", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.314", - "max": "298.525", - "min": "296.975", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "115.643", - "max": "116.358", - "min": "115.37", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "178.777", - "max": "185.579", - "min": "177.987", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "386.202", - "max": "498.503", - "min": "224.781", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "159.82", - "max": "249.424", - "min": "83.781", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "207.096", - "max": "211.611", - "min": "206.203", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "246.233", - "max": "252.779", - "min": "245.614", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "145.874", - "max": "148.673", - "min": "145.561", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "140.524", - "max": "141.787", - "min": "139.94", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "159.326", - "max": "160.248", - "min": "158.892", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "212.849", - "max": "375.823", - "min": "131.499", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "220.088", - "max": "220.996", - "min": "219.896", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "49.705", - "max": "191.12", - "min": "44.25", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "23.184", - "max": "24.692", - "min": "22.796", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "34.975", - "max": "39.268", - "min": "34.255", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "111.405", - "max": "112.022", - "min": "111.139", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "184.384", - "max": "185.435", - "min": "183.998", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "137.916", - "max": "139.666", - "min": "137.535", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "208.524", - "max": "209.308", - "min": "208.233", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "135.675", - "max": "139.609", - "min": "134.938", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "128.795", - "max": "129.509", - "min": "128.523", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "127.704", - "max": "128.88", - "min": "127.405", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "322.73", - "max": "324.215", - "min": "321.941", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "155.723", - "max": "157.48", - "min": "155.409", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "105.887", - "max": "107.304", - "min": "105.591", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "163.714", - "max": "177.529", - "min": "162.231", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "151.107", - "max": "151.452", - "min": "150.927", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "144.762", - "max": "146.145", - "min": "144.391", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "113.3", - "max": "114.771", - "min": "112.935", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "43.438", - "max": "45.24", - "min": "43.159", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "202.815", - "max": "203.779", - "min": "202.368", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "21.747", - "max": "23.937", - "min": "21.388", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "46.824", - "max": "47.341", - "min": "46.599", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.57", - "max": "215.814", - "min": "210.914", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "32.394", - "max": "32.93", - "min": "32.08", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "52.071", - "max": "56.044", - "min": "51.509", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "164.366", - "max": "165.657", - "min": "164.103", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "36.641", - "max": "37.956", - "min": "36.379", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "38.481", - "max": "41.13", - "min": "38.025", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "50.945", - "max": "56.711", - "min": "49.679", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "279.716", - "max": "281.064", - "min": "279.452", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "55.856", - "max": "57.982", - "min": "55.459", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "39.32", - "max": "40.112", - "min": "39.098", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "137.457", - "max": "139.03", - "min": "137.155", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "172.37", - "max": "174.372", - "min": "171.887", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "0.087", - "max": "1.388", - "min": "0.02", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "282.988", - "max": "325.708", - "min": "275.022", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "147.416", - "max": "149.002", - "min": "147.067", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "280.473", - "max": "382.768", - "min": "274.075", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "158.89", - "max": "162.581", - "min": "158.333", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "260.054", - "max": "260.638", - "min": "259.889", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "43.681", - "max": "44.223", - "min": "43.444", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "119.101", - "max": "127.452", - "min": "118.478", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "85.726", - "max": "88.211", - "min": "85.261", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "208.6", - "max": "208.895", - "min": "208.33", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "68.625", - "max": "69.504", - "min": "68.35", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "165.492", - "max": "166.281", - "min": "165.243", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "242.476", - "max": "249.204", - "min": "241.701", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "114.706", - "max": "115.917", - "min": "114.361", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "131.291", - "max": "132.218", - "min": "131.115", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "49.728", - "max": "52.674", - "min": "49.182", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "163.885", - "max": "164.689", - "min": "163.575", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "48.36", - "max": "53.259", - "min": "47.699", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "47.783", - "max": "50.272", - "min": "47.273", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "82.651", - "max": "107.989", - "min": "81.27", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "66.96", - "max": "67.915", - "min": "66.815", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "45.383", - "max": "47.875", - "min": "44.799", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "100.113", - "max": "100.728", - "min": "99.869", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "70.712", - "max": "71.39", - "min": "70.486", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "39.95", - "max": "45.539", - "min": "39.039", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "83.54", - "max": "84.224", - "min": "83.105", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "38.361", - "max": "41.691", - "min": "37.744", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "33.293", - "max": "34.007", - "min": "33.102", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "48.282", - "max": "48.925", - "min": "48.061", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "41.4", - "max": "44.164", - "min": "40.962", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "77.087", - "max": "78.453", - "min": "76.69", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "59.985", - "max": "77.25", - "min": "57.927", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "51.142", - "max": "76.103", - "min": "35.724", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "32.511", - "max": "33.393", - "min": "32.135", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "88.321", - "max": "89.108", - "min": "88.138", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "53.639", - "max": "55.415", - "min": "53.082", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "59.792", - "max": "61.734", - "min": "59.108", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "40.869", - "max": "45.993", - "min": "40.27", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "291.629", - "max": "294.36", - "min": "291.296", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "53.642", - "max": "55.189", - "min": "53.046", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "68.813", - "max": "70.429", - "min": "68.307", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "62.404", - "max": "63.335", - "min": "62.096", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "200.943", - "max": "208.457", - "min": "198.741", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "87.522", - "max": "88.023", - "min": "87.369", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "49.26", - "max": "51.029", - "min": "48.869", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "50.929", - "max": "52.27", - "min": "50.619", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "34.726", - "max": "36.663", - "min": "34.424", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "322.311", - "max": "332.215", - "min": "321.395", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "110.071", - "max": "117.537", - "min": "108.263", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "249.955", - "max": "261.68", - "min": "242.099", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "181.874", - "max": "182.877", - "min": "181.692", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "31.453", - "max": "33.351", - "min": "31.019", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "129.096", - "max": "130.418", - "min": "128.635", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "187.869", - "max": "190.184", - "min": "187.611", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "59.399", - "max": "60.76", - "min": "59.057", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "71.713", - "max": "72.598", - "min": "71.278", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "44.509", - "max": "45.535", - "min": "44.123", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "30.83", - "max": "32.599", - "min": "30.259", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "131.088", - "max": "133.591", - "min": "130.467", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "157.018", - "max": "160.491", - "min": "156.605", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "297.071", - "max": "384.799", - "min": "293.538", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "109.803", - "max": "110.995", - "min": "109.558", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "52.298", - "max": "53.327", - "min": "52.037", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "108.102", - "max": "109.206", - "min": "107.838", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "41.908", - "max": "43.642", - "min": "41.35", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "232.837", - "max": "235.228", - "min": "232.491", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "152.807", - "max": "157.664", - "min": "150.689", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "55.722", - "max": "57.321", - "min": "55.228", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "73.098", - "max": "74.594", - "min": "72.549", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "209.753", - "max": "220.311", - "min": "208.156", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "131.979", - "max": "133.168", - "min": "131.335", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "256.2", - "max": "257.45", - "min": "255.754", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "94.798", - "max": "95.96", - "min": "94.481", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "70.829", - "max": "71.906", - "min": "70.569", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "58.413", - "max": "61.066", - "min": "57.99", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "75.749", - "max": "77.921", - "min": "75.285", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "115.437", - "max": "119.309", - "min": "114.715", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "118.988", - "max": "120.983", - "min": "118.605", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "93.283", - "max": "96.192", - "min": "91.861", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "189.878", - "max": "194.909", - "min": "189.009", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "141.407", - "max": "143.436", - "min": "140.449", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "82.274", - "max": "84.333", - "min": "81.471", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "134.577", - "max": "135.211", - "min": "134.124", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "48.902", - "max": "56.607", - "min": "47.384", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "203.626", - "max": "205.63", - "min": "192.661", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "223.678", - "max": "223.678", - "min": "223.678", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "40.994", - "max": "42.253", - "min": "40.687", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "35.394", - "max": "36.161", - "min": "35.091", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "143.6", - "max": "157.66", - "min": "142.75", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "68.101", - "max": "82.008", - "min": "59.275", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "75.134", - "max": "76.13", - "min": "74.826", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "202.188", - "max": "206.133", - "min": "201.516", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "62.893", - "max": "65.207", - "min": "62.482", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "132.755", - "max": "137.369", - "min": "132.274", - "id": "164", - "country": "Sweden", - "source_name": "Gothenburg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "185": { - "name": "Strasbourg", - "data": { - "0": { - "avg": "219.127", - "max": "221.77", - "min": "218.845", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "293.58", - "max": "299.6", - "min": "293.174", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "102.502", - "max": "105.296", - "min": "102.033", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "34.146", - "max": "41.35", - "min": "32.709", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "7.324", - "max": "7.546", - "min": "7.16", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "257.16", - "max": "260.661", - "min": "256.876", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "28.467", - "max": "30.656", - "min": "27.88", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "299.07", - "max": "320.515", - "min": "295.811", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "46.95", - "max": "78.004", - "min": "45.283", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "38.492", - "max": "41.24", - "min": "37.993", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "14.555", - "max": "17.032", - "min": "14.111", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "120.462", - "max": "122.726", - "min": "120.172", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "82.916", - "max": "84.389", - "min": "82.726", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "90.562", - "max": "92.8", - "min": "90.038", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.859", - "max": "114.831", - "min": "110.4", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "94.108", - "max": "95.131", - "min": "93.424", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "25.873", - "max": "26.308", - "min": "25.622", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "106.042", - "max": "112.42", - "min": "104.021", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "25.845", - "max": "26.056", - "min": "25.73", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "13.95", - "max": "14.579", - "min": "13.86", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "297.564", - "max": "300.158", - "min": "297.283", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "103.869", - "max": "104.484", - "min": "103.779", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "154.901", - "max": "156.816", - "min": "154.609", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "158.394", - "max": "158.935", - "min": "158.2", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "52.888", - "max": "59.146", - "min": "52.442", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "21.806", - "max": "24.445", - "min": "21.536", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "7.472", - "max": "9.769", - "min": "6.866", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "29.433", - "max": "32.734", - "min": "29.026", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "3.389", - "max": "4.434", - "min": "3.235", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "150.81", - "max": "156.237", - "min": "150.271", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "267.622", - "max": "268.289", - "min": "267.402", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "22.869", - "max": "23.593", - "min": "22.738", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "144.985", - "max": "147.256", - "min": "144.705", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "46.783", - "max": "49.176", - "min": "46.531", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "4.047", - "max": "5.999", - "min": "3.479", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.018", - "max": "165.045", - "min": "162.781", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.545", - "max": "158.688", - "min": "158.515", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "138.512", - "max": "138.673", - "min": "138.377", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "123.853", - "max": "128.071", - "min": "123.348", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "92.483", - "max": "95.803", - "min": "91.748", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "156.607", - "max": "157.527", - "min": "156.313", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "23.523", - "max": "25.391", - "min": "23.199", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "53.599", - "max": "55.288", - "min": "53.257", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "32.842", - "max": "33.455", - "min": "32.697", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "169.559", - "max": "172.297", - "min": "169.359", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "30.011", - "max": "30.725", - "min": "29.667", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "30.215", - "max": "30.859", - "min": "30.013", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "170.973", - "max": "171.68", - "min": "170.793", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "227.009", - "max": "229.427", - "min": "225.853", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "135.209", - "max": "136.287", - "min": "135.085", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.061", - "max": "92.91", - "min": "89.451", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "157.972", - "max": "159.207", - "min": "157.659", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "72.314", - "max": "82.595", - "min": "65.185", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "118.63", - "max": "120.999", - "min": "118.465", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "144.394", - "max": "168.713", - "min": "139.958", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "267.241", - "max": "270.252", - "min": "266.657", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "28.036", - "max": "31.534", - "min": "27.046", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "306.599", - "max": "307.255", - "min": "306.414", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "48.971", - "max": "51.987", - "min": "48.61", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "14.868", - "max": "15.737", - "min": "14.734", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "55.603", - "max": "56.944", - "min": "55.072", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "58.133", - "max": "110.891", - "min": "53.661", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "167.951", - "max": "288.827", - "min": "154.319", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "212.185", - "max": "214.057", - "min": "211.99", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "54.354", - "max": "71.205", - "min": "53.434", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "33.554", - "max": "35.197", - "min": "33.238", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "86.428", - "max": "86.615", - "min": "86.343", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "51.317", - "max": "53.08", - "min": "50.791", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "221.69", - "max": "223.313", - "min": "220.767", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "129.647", - "max": "130.43", - "min": "129.378", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "208.651", - "max": "210.242", - "min": "208.371", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "157.272", - "max": "157.705", - "min": "156.991", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "153.51", - "max": "157.431", - "min": "152.77", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "106.18", - "max": "107.842", - "min": "105.958", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "61.022", - "max": "62.339", - "min": "60.813", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "23.334", - "max": "24.704", - "min": "22.98", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "94.899", - "max": "95.747", - "min": "94.728", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "146.597", - "max": "147.201", - "min": "146.428", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "109.373", - "max": "120.18", - "min": "108.604", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "96.756", - "max": "98.36", - "min": "96.631", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "156.438", - "max": "156.832", - "min": "156.289", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "105.703", - "max": "106.379", - "min": "105.443", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "220.884", - "max": "221.372", - "min": "220.618", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "140.497", - "max": "142.536", - "min": "140.266", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "133.715", - "max": "134.813", - "min": "133.581", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "82.142", - "max": "83.219", - "min": "81.83", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "23.25", - "max": "24.589", - "min": "22.91", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "108.437", - "max": "108.588", - "min": "108.307", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "113.297", - "max": "116.248", - "min": "112.732", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "19.992", - "max": "27.572", - "min": "18.687", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "115.28", - "max": "119.853", - "min": "113.891", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "151.027", - "max": "151.653", - "min": "150.825", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "21.796", - "max": "22.694", - "min": "21.721", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "269.469", - "max": "271.615", - "min": "269.287", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "93.357", - "max": "94.525", - "min": "93.149", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "116.702", - "max": "118.757", - "min": "116.338", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "160.996", - "max": "161.758", - "min": "160.694", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "147.635", - "max": "153.024", - "min": "146.794", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "152.4", - "max": "153.516", - "min": "152.255", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "103.299", - "max": "107.233", - "min": "102.846", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "115.403", - "max": "116.253", - "min": "115.292", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "133.944", - "max": "134.739", - "min": "133.777", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "43.953", - "max": "46.405", - "min": "43.637", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "429.996", - "max": "431.509", - "min": "428.942", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "126.52", - "max": "129.459", - "min": "125.284", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "276.595", - "max": "278.579", - "min": "276.112", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "192.492", - "max": "194.48", - "min": "192.068", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "86.935", - "max": "87.029", - "min": "86.824", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.013", - "max": "102.738", - "min": "100.827", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "126.379", - "max": "129.066", - "min": "125.833", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.907", - "max": "302.228", - "min": "301.752", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "260.443", - "max": "269.739", - "min": "259.516", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "87.887", - "max": "88.649", - "min": "87.761", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "125.395", - "max": "127.468", - "min": "125.069", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.194", - "max": "498.381", - "min": "188.595", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "142.556", - "max": "242.148", - "min": "72.433", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "175.505", - "max": "196.983", - "min": "174.18", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "245.137", - "max": "246.508", - "min": "244.891", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "121.456", - "max": "121.767", - "min": "121.342", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "126.65", - "max": "127.398", - "min": "126.322", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "130.458", - "max": "132.089", - "min": "130.03", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "208.112", - "max": "360.058", - "min": "130.56", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "206.143", - "max": "206.616", - "min": "205.99", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "34.374", - "max": "42.783", - "min": "33.593", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "34.451", - "max": "36.875", - "min": "34.288", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "29.11", - "max": "30.374", - "min": "28.742", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "88.697", - "max": "89.132", - "min": "88.582", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "169.517", - "max": "171.898", - "min": "168.951", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.523", - "max": "128.545", - "min": "126.24", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "183.103", - "max": "186.92", - "min": "182.373", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.152", - "max": "118.27", - "min": "117.033", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "103.351", - "max": "105.886", - "min": "102.982", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "111.357", - "max": "114.617", - "min": "110.915", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "294.009", - "max": "295.147", - "min": "293.393", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "134.544", - "max": "136.893", - "min": "134.198", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "84.346", - "max": "87.235", - "min": "84.091", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "158.681", - "max": "176.235", - "min": "156.832", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "126.876", - "max": "130.008", - "min": "126.385", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "140.804", - "max": "143.361", - "min": "140.396", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "93.137", - "max": "124.767", - "min": "91.437", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "33.137", - "max": "35.447", - "min": "32.775", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "158.597", - "max": "160.629", - "min": "158.094", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "35.22", - "max": "38.584", - "min": "34.84", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "19.816", - "max": "22.696", - "min": "19.374", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "191.125", - "max": "196.87", - "min": "190.453", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "20.346", - "max": "21.06", - "min": "20.023", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "39.252", - "max": "44.514", - "min": "38.845", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "139.807", - "max": "141.357", - "min": "139.691", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "15.72", - "max": "19.188", - "min": "15.528", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "17.296", - "max": "18.396", - "min": "17.17", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "7.672", - "max": "22.928", - "min": "6.146", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "263.512", - "max": "263.692", - "min": "263.422", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "34.519", - "max": "36.752", - "min": "34.056", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "19.837", - "max": "58.895", - "min": "18.314", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "90.668", - "max": "92.225", - "min": "90.401", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "165.833", - "max": "166.748", - "min": "165.629", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.505", - "max": "50.739", - "min": "49.155", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "301.194", - "max": "345.181", - "min": "293.322", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "129.457", - "max": "130.139", - "min": "129.335", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "250.026", - "max": "319.957", - "min": "243.839", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "121.925", - "max": "125.004", - "min": "121.601", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "558.968", - "max": "559.624", - "min": "558.476", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "40.944", - "max": "41.235", - "min": "40.864", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.062", - "max": "82.254", - "min": "80.88", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "105.603", - "max": "107.186", - "min": "105.365", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "187.827", - "max": "189.878", - "min": "187.551", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "91.086", - "max": "91.982", - "min": "90.951", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "158.274", - "max": "161.181", - "min": "157.994", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "196.438", - "max": "198.926", - "min": "195.614", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "93.633", - "max": "94.328", - "min": "93.515", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "113.651", - "max": "114.024", - "min": "113.61", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "0.045", - "max": "0.206", - "min": "0.014", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "129.849", - "max": "131.578", - "min": "129.528", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "23.749", - "max": "24.684", - "min": "23.654", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "18.506", - "max": "26.972", - "min": "17.823", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "15.743", - "max": "24.013", - "min": "14.48", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "9.115", - "max": "10.395", - "min": "8.941", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "19.857", - "max": "23.992", - "min": "18.662", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "69.812", - "max": "70.201", - "min": "69.55", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "37.908", - "max": "39.935", - "min": "37.659", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "59.103", - "max": "60.241", - "min": "58.879", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "25.865", - "max": "27.411", - "min": "25.716", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "17.18", - "max": "18.558", - "min": "16.979", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "16.633", - "max": "19.921", - "min": "16.434", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "13.92", - "max": "15.298", - "min": "13.756", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "23.477", - "max": "24.738", - "min": "23.277", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "54.507", - "max": "57.444", - "min": "53.655", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "22.655", - "max": "30.822", - "min": "21.435", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "37.641", - "max": "91.82", - "min": "10.948", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "14.488", - "max": "22.954", - "min": "14.115", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "64.747", - "max": "65.088", - "min": "64.59", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "40.732", - "max": "77.311", - "min": "39.077", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "27.382", - "max": "28.779", - "min": "26.756", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "16.14", - "max": "17.259", - "min": "15.877", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "260.323", - "max": "260.609", - "min": "260.263", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "10.97", - "max": "30.153", - "min": "9.787", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "8.814", - "max": "9.085", - "min": "8.661", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "23.704", - "max": "25.55", - "min": "23.492", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "176.791", - "max": "183.557", - "min": "175.095", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "64.481", - "max": "67.906", - "min": "63.935", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "20.78", - "max": "38.746", - "min": "19.193", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "17.405", - "max": "17.693", - "min": "17.294", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "13.675", - "max": "15.271", - "min": "13.342", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "273.355", - "max": "288.112", - "min": "270.827", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "103.349", - "max": "109.772", - "min": "102.371", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "203.078", - "max": "207.028", - "min": "197.801", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "133.99", - "max": "134.824", - "min": "133.868", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "13.413", - "max": "17.948", - "min": "13.01", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "126.973", - "max": "131.81", - "min": "126.671", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "163.855", - "max": "165.563", - "min": "163.427", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "17.911", - "max": "19.04", - "min": "17.528", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "75.169", - "max": "76.782", - "min": "74.67", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "17.988", - "max": "19.247", - "min": "17.565", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "18.6", - "max": "20.998", - "min": "17.996", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "116.928", - "max": "119.719", - "min": "116.617", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "129.046", - "max": "130.176", - "min": "128.913", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.356", - "max": "256.985", - "min": "253.939", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "100.846", - "max": "103.345", - "min": "100.534", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "12.987", - "max": "13.184", - "min": "12.883", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "93.957", - "max": "95.411", - "min": "93.791", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "29.747", - "max": "35.182", - "min": "29.278", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "223.975", - "max": "226.655", - "min": "223.675", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "139.847", - "max": "142.247", - "min": "137.961", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "20.118", - "max": "22.039", - "min": "19.811", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "38.113", - "max": "43.327", - "min": "36.981", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "153.783", - "max": "157.849", - "min": "152.477", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "101.934", - "max": "106.727", - "min": "100.995", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "259.404", - "max": "260.21", - "min": "259.146", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "63.86", - "max": "64.927", - "min": "63.581", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "36.08", - "max": "36.748", - "min": "36.01", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.529", - "max": "17.92", - "min": "13.919", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "43.464", - "max": "44.722", - "min": "43.279", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "94.032", - "max": "96.275", - "min": "93.451", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "96.656", - "max": "99.229", - "min": "96.321", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "60.806", - "max": "65.477", - "min": "58.908", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "182.561", - "max": "186.401", - "min": "181.945", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "99.158", - "max": "100.521", - "min": "98.064", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "75.778", - "max": "77.224", - "min": "75.324", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "116.926", - "max": "120.438", - "min": "116.087", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "28.259", - "max": "31.408", - "min": "27.775", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "175.9", - "max": "180.891", - "min": "175.345", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.997", - "max": "183.997", - "min": "183.997", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "17.998", - "max": "21.648", - "min": "17.707", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "7.806", - "max": "8.628", - "min": "7.703", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "112.734", - "max": "115.022", - "min": "112.01", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "35.415", - "max": "46.629", - "min": "26.78", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "33.435", - "max": "92.133", - "min": "31.299", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "179.19", - "max": "182.821", - "min": "178.408", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "104.599", - "max": "108.008", - "min": "103.843", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "110.044", - "max": "111.094", - "min": "109.772", - "id": "185", - "country": "France", - "source_name": "Strasbourg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "187": { - "name": "Edinburgh", - "data": { - "0": { - "avg": "203.318", - "max": "203.487", - "min": "203.191", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "269.406", - "max": "270.358", - "min": "269.114", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "110.236", - "max": "110.51", - "min": "110.161", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "38.401", - "max": "42.532", - "min": "37.812", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "17.891", - "max": "18.899", - "min": "17.67", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "237.153", - "max": "238.863", - "min": "236.959", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "16.981", - "max": "19.36", - "min": "16.804", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "288.436", - "max": "297.858", - "min": "287.418", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "58.503", - "max": "58.929", - "min": "58.363", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "42.229", - "max": "48.107", - "min": "41.803", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.674", - "max": "12.6", - "min": "10.419", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "117.852", - "max": "120.589", - "min": "117.615", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "79.317", - "max": "79.559", - "min": "79.198", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "82.322", - "max": "86.98", - "min": "81.989", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "107.89", - "max": "113.738", - "min": "107.557", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "87.138", - "max": "87.349", - "min": "86.925", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.701", - "max": "36.027", - "min": "35.457", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "94.536", - "max": "94.763", - "min": "94.396", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "23.628", - "max": "23.794", - "min": "23.48", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.662", - "max": "38.79", - "min": "38.582", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "285.632", - "max": "288.054", - "min": "285.431", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "99.416", - "max": "102.344", - "min": "99.216", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "142.087", - "max": "142.371", - "min": "141.944", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "144.252", - "max": "145.546", - "min": "144.054", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "40.564", - "max": "41.511", - "min": "40.375", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "31.283", - "max": "31.537", - "min": "31.171", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "37.675", - "max": "39.645", - "min": "37.382", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "37.159", - "max": "37.485", - "min": "36.939", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "22.245", - "max": "23.444", - "min": "22.11", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "135.358", - "max": "136.009", - "min": "135.093", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "165.512", - "max": "166.057", - "min": "165.367", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "44.021", - "max": "46.71", - "min": "43.765", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "142.542", - "max": "144.612", - "min": "142.277", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "56.653", - "max": "56.985", - "min": "56.527", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "30.665", - "max": "31.654", - "min": "30.385", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "183.343", - "max": "187.042", - "min": "182.999", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "142.437", - "max": "142.615", - "min": "142.344", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "133.961", - "max": "134.143", - "min": "133.811", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "110.248", - "max": "110.397", - "min": "110.115", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "85.21", - "max": "90.61", - "min": "84.75", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "152.904", - "max": "156.229", - "min": "152.485", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "22.211", - "max": "24.415", - "min": "21.915", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "58.321", - "max": "60.14", - "min": "58.12", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "41.268", - "max": "44.702", - "min": "40.894", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "145.172", - "max": "145.296", - "min": "145.059", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "42.559", - "max": "43.234", - "min": "42.208", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "57.536", - "max": "57.725", - "min": "57.385", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "162.73", - "max": "167.128", - "min": "162.408", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "230.937", - "max": "238.035", - "min": "230.556", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "117.41", - "max": "117.66", - "min": "117.322", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "85.126", - "max": "85.76", - "min": "84.948", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "145.432", - "max": "146.071", - "min": "145.102", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "21.799", - "max": "92.092", - "min": "13.576", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "103.677", - "max": "108.892", - "min": "103.275", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "364.316", - "max": "382.095", - "min": "360.22", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "275.408", - "max": "276.513", - "min": "275.134", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "43.547", - "max": "46.123", - "min": "42.434", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "287.578", - "max": "287.715", - "min": "287.46", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.085", - "max": "61.206", - "min": "57.702", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "24.873", - "max": "26.619", - "min": "24.66", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "65.715", - "max": "66.695", - "min": "65.291", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "68.581", - "max": "113.875", - "min": "65.623", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "201.411", - "max": "274.747", - "min": "195.47", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "227.825", - "max": "228.018", - "min": "227.737", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "55.322", - "max": "55.589", - "min": "55.157", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "61.854", - "max": "62.838", - "min": "61.649", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.622", - "max": "79.765", - "min": "79.465", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "53.775", - "max": "55.673", - "min": "53.245", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "212.605", - "max": "213.981", - "min": "211.742", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "119.488", - "max": "124.15", - "min": "119.111", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "263.996", - "max": "265.58", - "min": "263.674", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "139.781", - "max": "140.727", - "min": "139.46", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "149.223", - "max": "149.926", - "min": "149.095", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "100.8", - "max": "101.292", - "min": "100.699", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "48.924", - "max": "49.996", - "min": "48.656", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "16.577", - "max": "16.905", - "min": "16.401", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.922", - "max": "103.622", - "min": "101.701", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "151.587", - "max": "151.796", - "min": "151.463", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "102.208", - "max": "102.613", - "min": "102.007", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "91.415", - "max": "92.133", - "min": "91.315", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "137.595", - "max": "137.877", - "min": "137.398", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "94.498", - "max": "95.225", - "min": "94.134", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "250.681", - "max": "256.962", - "min": "250.338", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "156.435", - "max": "157.19", - "min": "156.232", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "142.554", - "max": "143.16", - "min": "142.451", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "67.965", - "max": "69.42", - "min": "67.567", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.037", - "max": "19.479", - "min": "18.82", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "102.947", - "max": "103.639", - "min": "102.795", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "119.288", - "max": "119.804", - "min": "119.068", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.712", - "max": "17.125", - "min": "14.458", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "109.235", - "max": "111.544", - "min": "108.557", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "147.489", - "max": "148.08", - "min": "147.293", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "34.106", - "max": "34.217", - "min": "33.996", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "269.336", - "max": "269.598", - "min": "269.186", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "86.238", - "max": "86.499", - "min": "86.059", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "112.289", - "max": "113.818", - "min": "112.031", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "153.617", - "max": "153.969", - "min": "153.376", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "134.836", - "max": "142.708", - "min": "133.799", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.858", - "max": "154.036", - "min": "153.753", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "97.63", - "max": "99.055", - "min": "97.391", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "109.147", - "max": "109.332", - "min": "109.059", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "154.879", - "max": "157.829", - "min": "154.597", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "62.825", - "max": "79.857", - "min": "61.989", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.529", - "max": "309.792", - "min": "303.713", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "105.1", - "max": "105.739", - "min": "104.963", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "322.098", - "max": "341.29", - "min": "281.643", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "177.111", - "max": "179.63", - "min": "176.794", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "83.187", - "max": "83.392", - "min": "83.023", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "96.562", - "max": "96.758", - "min": "96.411", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "140.241", - "max": "140.577", - "min": "140.101", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "300.474", - "max": "313.667", - "min": "299.879", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "264.886", - "max": "266.07", - "min": "264.637", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "78.2", - "max": "79.531", - "min": "78.035", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.051", - "max": "143.852", - "min": "141.707", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "364.936", - "max": "473.37", - "min": "173.112", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "172.364", - "max": "268.378", - "min": "87.695", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "186.485", - "max": "190.486", - "min": "185.972", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "236.527", - "max": "237.34", - "min": "236.291", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "116.414", - "max": "117.122", - "min": "116.275", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "111.104", - "max": "111.836", - "min": "110.784", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "112.651", - "max": "114.137", - "min": "112.347", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "181.014", - "max": "334.575", - "min": "101.383", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "191.315", - "max": "191.622", - "min": "191.204", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "48.88", - "max": "130.84", - "min": "43.807", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "42.398", - "max": "42.665", - "min": "42.307", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "44.396", - "max": "45.433", - "min": "43.616", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "79.71", - "max": "80.101", - "min": "79.341", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "179.133", - "max": "181.134", - "min": "178.839", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "124.865", - "max": "125.778", - "min": "124.668", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "172.848", - "max": "174.708", - "min": "172.591", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "105.163", - "max": "105.938", - "min": "104.868", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "107.904", - "max": "108.031", - "min": "107.791", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "101.471", - "max": "101.736", - "min": "101.227", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "291.955", - "max": "292.909", - "min": "291.39", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "124.994", - "max": "129.577", - "min": "124.658", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "79.182", - "max": "79.412", - "min": "79.027", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "133.732", - "max": "138.918", - "min": "132.777", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.288", - "max": "122.993", - "min": "122.15", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "109.778", - "max": "110.002", - "min": "109.661", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "82.525", - "max": "83.972", - "min": "82.317", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "37.999", - "max": "38.913", - "min": "37.811", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "185.632", - "max": "186.283", - "min": "185.348", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "48.192", - "max": "48.316", - "min": "48.091", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "38.346", - "max": "39.254", - "min": "38.142", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.015", - "max": "190.304", - "min": "179.108", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "22.01", - "max": "28.257", - "min": "21.545", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "47.983", - "max": "52.022", - "min": "47.691", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "317.564", - "max": "317.807", - "min": "317.479", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "11.691", - "max": "14.934", - "min": "11.444", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "12.232", - "max": "14.732", - "min": "12.031", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "25.396", - "max": "42.446", - "min": "23.495", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "247.735", - "max": "247.861", - "min": "247.644", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "43.459", - "max": "43.906", - "min": "43.33", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "27.591", - "max": "28.396", - "min": "27.412", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "90.459", - "max": "92.493", - "min": "90.259", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "139.991", - "max": "142.268", - "min": "139.487", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "47.868", - "max": "48.978", - "min": "47.675", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "245.743", - "max": "293.874", - "min": "238.082", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "119.193", - "max": "119.694", - "min": "119", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "241.85", - "max": "333.596", - "min": "233.391", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "115.926", - "max": "116.959", - "min": "115.783", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "397.646", - "max": "397.909", - "min": "397.284", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "40.337", - "max": "40.498", - "min": "40.226", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "77.39", - "max": "77.522", - "min": "77.293", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "115.249", - "max": "115.363", - "min": "115.157", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "175.135", - "max": "175.277", - "min": "175.03", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "105.224", - "max": "105.495", - "min": "105.028", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "141.018", - "max": "141.252", - "min": "140.868", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "240.945", - "max": "251.049", - "min": "222.127", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "82.152", - "max": "82.372", - "min": "81.975", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "92.248", - "max": "92.383", - "min": "92.138", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "24.244", - "max": "28.848", - "min": "23.671", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "158.251", - "max": "159.213", - "min": "158.083", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "0.037", - "max": "0.045", - "min": "0.023", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "31.179", - "max": "38.43", - "min": "30.698", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "38.346", - "max": "40.151", - "min": "38.142", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "34.209", - "max": "34.346", - "min": "34.139", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "14.906", - "max": "18.05", - "min": "14.6", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.091", - "max": "69.388", - "min": "67.901", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "53.738", - "max": "55.393", - "min": "53.565", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "73.64", - "max": "74.671", - "min": "73.384", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "51.92", - "max": "52.173", - "min": "51.788", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "16.772", - "max": "20.344", - "min": "16.27", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "19.498", - "max": "19.67", - "min": "19.378", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "15.757", - "max": "15.872", - "min": "15.65", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "33.434", - "max": "35.173", - "min": "33.237", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "67.016", - "max": "68.512", - "min": "66.751", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "44.637", - "max": "65.044", - "min": "42.51", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "58.07", - "max": "136.262", - "min": "26.621", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "10.155", - "max": "10.333", - "min": "10.066", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "64.072", - "max": "65.545", - "min": "63.844", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.926", - "max": "48.917", - "min": "46.667", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "58.914", - "max": "59.479", - "min": "58.515", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "17.865", - "max": "43.606", - "min": "16.301", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.038", - "max": "221.122", - "min": "213.622", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "33.877", - "max": "34.076", - "min": "33.713", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "37.076", - "max": "37.334", - "min": "36.871", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "43.217", - "max": "43.513", - "min": "43.1", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.83", - "max": "173.839", - "min": "163.026", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "66.785", - "max": "67.912", - "min": "66.603", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "17.96", - "max": "18.511", - "min": "17.767", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "17.974", - "max": "19.4", - "min": "17.729", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "16.327", - "max": "17.401", - "min": "15.771", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "288.553", - "max": "289.201", - "min": "288.327", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "85.542", - "max": "88.35", - "min": "85.029", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "222.482", - "max": "229.947", - "min": "216.417", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "254.281", - "max": "255.478", - "min": "254.082", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "19.177", - "max": "19.306", - "min": "19.08", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "144.829", - "max": "145.246", - "min": "144.653", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "154.942", - "max": "155.234", - "min": "154.689", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "44.25", - "max": "45.133", - "min": "44.048", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "68.458", - "max": "68.733", - "min": "68.235", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "13.849", - "max": "16.2", - "min": "13.491", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "20.379", - "max": "22.005", - "min": "20.089", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "102.915", - "max": "103.449", - "min": "102.822", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "106.27", - "max": "108.487", - "min": "105.942", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "260.057", - "max": "260.339", - "min": "259.866", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "82.503", - "max": "82.662", - "min": "82.406", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "31.392", - "max": "32.82", - "min": "31.192", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "81.726", - "max": "81.952", - "min": "81.633", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "34.313", - "max": "34.442", - "min": "34.187", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "202.314", - "max": "202.57", - "min": "202.185", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "120.011", - "max": "124.543", - "min": "117.171", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "31.662", - "max": "31.813", - "min": "31.471", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "53.025", - "max": "54.195", - "min": "52.368", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "154.457", - "max": "157.457", - "min": "153.191", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "106.473", - "max": "107.906", - "min": "106.11", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "251.341", - "max": "251.581", - "min": "251.174", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "95.732", - "max": "96.482", - "min": "95.444", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "57.477", - "max": "57.632", - "min": "57.363", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "21.035", - "max": "21.953", - "min": "20.951", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "53.243", - "max": "55.078", - "min": "53.079", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "89.645", - "max": "91.408", - "min": "89.175", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "88.732", - "max": "88.98", - "min": "88.632", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "72.449", - "max": "79.64", - "min": "70.299", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "175.21", - "max": "176.579", - "min": "174.362", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "92.566", - "max": "94.031", - "min": "91.459", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "74.998", - "max": "76.12", - "min": "74.83", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "103.747", - "max": "104.423", - "min": "103.418", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "23.172", - "max": "28.03", - "min": "22.852", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "173.216", - "max": "173.519", - "min": "173.031", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.931", - "max": "183.931", - "min": "183.931", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "13.804", - "max": "13.979", - "min": "13.721", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "25.39", - "max": "25.537", - "min": "25.27", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "105.479", - "max": "107.043", - "min": "105.246", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "26.241", - "max": "43.01", - "min": "19.553", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "43.25", - "max": "43.398", - "min": "43.138", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "175.452", - "max": "176.486", - "min": "175.177", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "91.689", - "max": "93.211", - "min": "91.386", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "105.854", - "max": "109.412", - "min": "105.631", - "id": "187", - "country": "United Kingdom", - "source_name": "Edinburgh", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "188": { - "name": "Lausanne", - "data": { - "0": { - "avg": "236.709", - "max": "244.697", - "min": "236.249", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "233.614", - "max": "234.632", - "min": "233.296", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "109.936", - "max": "118.791", - "min": "109.435", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "18.735", - "max": "23.892", - "min": "17.679", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "12.85", - "max": "13.756", - "min": "12.536", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "230.514", - "max": "230.943", - "min": "230.307", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "51.422", - "max": "56.154", - "min": "50.975", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "264.698", - "max": "297.366", - "min": "257.583", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "55.694", - "max": "56.082", - "min": "55.51", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "41.347", - "max": "43.57", - "min": "40.984", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "32.096", - "max": "32.412", - "min": "31.899", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "128.134", - "max": "150.675", - "min": "127.041", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "84.933", - "max": "85.513", - "min": "84.661", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "106.231", - "max": "126.033", - "min": "104.816", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "119.038", - "max": "125.145", - "min": "118.598", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "92.35", - "max": "103.128", - "min": "91.451", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "33.661", - "max": "34.348", - "min": "33.347", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.821", - "max": "115.493", - "min": "114.636", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "29.131", - "max": "38.902", - "min": "28.483", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.268", - "max": "24.72", - "min": "15.812", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "253.174", - "max": "254.677", - "min": "252.993", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "105.516", - "max": "105.899", - "min": "105.361", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "154.367", - "max": "154.778", - "min": "154.168", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "159.573", - "max": "170.884", - "min": "158.985", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "32.911", - "max": "33.355", - "min": "32.665", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "31.094", - "max": "60.845", - "min": "29.824", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "9.18", - "max": "11.533", - "min": "8.881", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "23.007", - "max": "27.05", - "min": "22.506", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "9.777", - "max": "10.053", - "min": "9.492", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "150.478", - "max": "151.187", - "min": "150.203", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "166.798", - "max": "198.489", - "min": "150.569", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "32.511", - "max": "35.737", - "min": "32.198", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "149.771", - "max": "175.943", - "min": "148.497", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "40.716", - "max": "41.158", - "min": "40.511", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "5.267", - "max": "6.805", - "min": "4.908", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "161.646", - "max": "171.914", - "min": "160.976", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "154.696", - "max": "156.683", - "min": "154.429", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "154.345", - "max": "154.752", - "min": "154.167", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "119.487", - "max": "124.257", - "min": "119.159", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "95.474", - "max": "96.951", - "min": "95.16", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "165.369", - "max": "170.301", - "min": "164.643", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "30.232", - "max": "62.477", - "min": "28.561", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "56.809", - "max": "57.943", - "min": "56.598", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.894", - "max": "46.213", - "min": "36.284", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "142.661", - "max": "144.297", - "min": "142.395", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "24.416", - "max": "25.178", - "min": "23.951", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "43.847", - "max": "44.135", - "min": "43.627", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "176.701", - "max": "177.059", - "min": "176.423", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "246.235", - "max": "249.744", - "min": "245.727", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "125.89", - "max": "133.975", - "min": "125.456", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "100.175", - "max": "100.491", - "min": "99.918", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.392", - "max": "165.717", - "min": "165.133", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "73.647", - "max": "161.116", - "min": "54.219", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "124.804", - "max": "125.302", - "min": "124.556", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "148.46", - "max": "159.045", - "min": "145.098", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "365.607", - "max": "366.005", - "min": "365.42", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "34.917", - "max": "36.992", - "min": "33.914", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "304.85", - "max": "305.344", - "min": "304.685", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "29.385", - "max": "30.124", - "min": "29.011", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "21.799", - "max": "33.18", - "min": "21.208", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.494", - "max": "60.172", - "min": "59.06", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.011", - "max": "127.589", - "min": "62.916", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "171.277", - "max": "208.569", - "min": "168.272", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "269.441", - "max": "276.183", - "min": "268.868", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "56.497", - "max": "99.906", - "min": "54.722", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "44.339", - "max": "49.013", - "min": "44.004", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "88.931", - "max": "120.394", - "min": "87.407", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "52.809", - "max": "60.159", - "min": "52.049", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "221.803", - "max": "233.89", - "min": "220.643", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "130.104", - "max": "155.06", - "min": "128.052", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "320.632", - "max": "322.098", - "min": "320.312", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "150.172", - "max": "150.984", - "min": "149.906", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "159.795", - "max": "162.303", - "min": "159.48", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "114.195", - "max": "114.656", - "min": "113.965", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "70.01", - "max": "70.816", - "min": "69.702", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "24.812", - "max": "25.285", - "min": "24.582", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "103.438", - "max": "103.928", - "min": "103.159", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "157.309", - "max": "168.959", - "min": "156.51", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "99.877", - "max": "101.139", - "min": "99.628", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "104.178", - "max": "105.37", - "min": "103.902", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "171.006", - "max": "199.883", - "min": "169.753", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "108.101", - "max": "108.936", - "min": "107.737", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "190.192", - "max": "190.595", - "min": "190.006", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "150.686", - "max": "152.853", - "min": "150.258", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "159.927", - "max": "160.318", - "min": "159.762", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "68.298", - "max": "69.634", - "min": "67.813", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "28.716", - "max": "29.566", - "min": "28.4", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "114.52", - "max": "121.052", - "min": "113.7", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "113.777", - "max": "148.017", - "min": "110.689", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "34.038", - "max": "38.395", - "min": "33.566", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "123.587", - "max": "131.31", - "min": "122.683", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "159.331", - "max": "169.677", - "min": "158.651", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "26.298", - "max": "26.75", - "min": "26.098", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "285.89", - "max": "289.103", - "min": "285.59", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "91.781", - "max": "92.011", - "min": "91.597", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "121.913", - "max": "122.414", - "min": "121.636", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "177.69", - "max": "178.278", - "min": "177.384", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "149.587", - "max": "152.919", - "min": "148.766", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "162.996", - "max": "177.531", - "min": "162.339", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "102.495", - "max": "107.337", - "min": "101.838", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "120.635", - "max": "121.028", - "min": "120.437", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "162.159", - "max": "168.906", - "min": "161.691", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "44.81", - "max": "45.118", - "min": "44.649", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "314.42", - "max": "318.937", - "min": "313.819", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "119.869", - "max": "128.1", - "min": "119.412", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "395.823", - "max": "455.188", - "min": "346.351", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "186.17", - "max": "187.159", - "min": "185.986", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "101.803", - "max": "102.558", - "min": "101.495", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "112.915", - "max": "114.066", - "min": "112.59", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "154.521", - "max": "158.006", - "min": "153.472", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "205.269", - "max": "211.106", - "min": "204.725", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.581", - "max": "279.964", - "min": "279.342", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "95.283", - "max": "95.609", - "min": "95.147", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "123.036", - "max": "134.271", - "min": "122.395", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.349", - "max": "482.104", - "min": "212.494", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "145.188", - "max": "246.34", - "min": "56.151", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "166.94", - "max": "173.848", - "min": "166.171", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "219.064", - "max": "219.613", - "min": "218.781", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "122.091", - "max": "123.38", - "min": "121.811", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "126.791", - "max": "134.414", - "min": "126.242", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "128.656", - "max": "128.9", - "min": "128.471", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "202.241", - "max": "353.67", - "min": "119.729", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "211.795", - "max": "212.289", - "min": "211.568", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "40.057", - "max": "42.766", - "min": "39.535", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "37.962", - "max": "40.054", - "min": "37.752", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "121.808", - "max": "127.352", - "min": "121.126", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "94.962", - "max": "100.621", - "min": "92.975", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "242.895", - "max": "243.329", - "min": "242.55", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "118.87", - "max": "122.18", - "min": "118.456", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "188.077", - "max": "194.666", - "min": "187.539", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "114.18", - "max": "114.99", - "min": "113.933", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "104.55", - "max": "105.058", - "min": "104.3", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "115.388", - "max": "116.058", - "min": "115.107", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "290.181", - "max": "291.757", - "min": "289.36", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "139.312", - "max": "147.749", - "min": "138.851", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "82.92", - "max": "83.468", - "min": "82.702", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "140.667", - "max": "151.873", - "min": "138.982", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "129.537", - "max": "176.886", - "min": "127.416", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "118.406", - "max": "124.58", - "min": "118.007", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "85.834", - "max": "86.06", - "min": "85.621", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "17.981", - "max": "18.326", - "min": "17.718", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "285.298", - "max": "299.901", - "min": "283.415", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "46.404", - "max": "46.805", - "min": "46.281", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.686", - "max": "26.295", - "min": "25.461", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "194.687", - "max": "202.652", - "min": "194.074", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "27.123", - "max": "27.658", - "min": "26.819", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "42.762", - "max": "80.436", - "min": "35.251", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "151.818", - "max": "152.269", - "min": "151.582", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "22.184", - "max": "27.815", - "min": "21.797", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "22.269", - "max": "22.622", - "min": "22.124", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "32.251", - "max": "50.742", - "min": "30.3", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "225.753", - "max": "226.181", - "min": "225.533", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "35.689", - "max": "36.215", - "min": "35.419", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "9.257", - "max": "13.048", - "min": "8.157", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "110.122", - "max": "112.024", - "min": "109.911", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "154.128", - "max": "158.734", - "min": "153.513", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "47.642", - "max": "48.515", - "min": "47.317", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "219.9", - "max": "260.017", - "min": "212.741", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "127.667", - "max": "128.007", - "min": "127.424", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "252.463", - "max": "355.19", - "min": "246.059", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "124.936", - "max": "125.438", - "min": "124.714", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "188.203", - "max": "188.546", - "min": "188.044", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.325", - "max": "34.662", - "min": "34.035", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "90.084", - "max": "134.472", - "min": "88.389", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "113.524", - "max": "142.322", - "min": "112.293", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "183.196", - "max": "183.589", - "min": "183.014", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "96.138", - "max": "104.613", - "min": "95.567", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "144.592", - "max": "176.546", - "min": "143.228", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "246.463", - "max": "247.541", - "min": "246.239", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "97.33", - "max": "98.141", - "min": "97.074", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "99.443", - "max": "99.849", - "min": "99.238", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "18.259", - "max": "20.799", - "min": "17.93", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "128.832", - "max": "129.175", - "min": "128.583", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "30.943", - "max": "31.098", - "min": "30.817", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "0.047", - "max": "0.253", - "min": "0.029", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "21.463", - "max": "22.603", - "min": "21.149", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "23.59", - "max": "30.558", - "min": "23.174", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "25.541", - "max": "31.521", - "min": "24.965", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "62.444", - "max": "62.998", - "min": "62.069", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "42.061", - "max": "42.205", - "min": "41.906", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "65.036", - "max": "67.584", - "min": "64.671", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "43.762", - "max": "44.366", - "min": "43.516", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "26.141", - "max": "35.038", - "min": "25.512", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "30.97", - "max": "31.487", - "min": "30.758", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "21.84", - "max": "30.61", - "min": "21.358", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "25.18", - "max": "25.907", - "min": "24.905", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "54.722", - "max": "62.299", - "min": "54.064", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "16.263", - "max": "33.273", - "min": "14.459", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "46.003", - "max": "96.883", - "min": "15.688", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "23.888", - "max": "24.649", - "min": "23.688", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "60.821", - "max": "62.718", - "min": "60.491", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "35.79", - "max": "36.619", - "min": "35.545", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "36.148", - "max": "36.538", - "min": "35.734", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "18.604", - "max": "19.841", - "min": "18.242", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "287.904", - "max": "295.684", - "min": "287.385", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "16.881", - "max": "17.375", - "min": "16.704", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "56.349", - "max": "59.781", - "min": "55.999", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "28.259", - "max": "28.642", - "min": "28.103", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "180.403", - "max": "188.608", - "min": "179.031", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "48.851", - "max": "49.241", - "min": "48.513", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "21.454", - "max": "26.915", - "min": "20.775", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "24.37", - "max": "24.958", - "min": "24.241", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "22.73", - "max": "30.983", - "min": "21.996", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "271.233", - "max": "272.745", - "min": "270.899", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "97.715", - "max": "102.646", - "min": "96.25", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "242.959", - "max": "250.475", - "min": "226.168", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "171.466", - "max": "173.721", - "min": "171.183", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "22.977", - "max": "23.566", - "min": "22.757", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "155.253", - "max": "156.082", - "min": "155.004", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.651", - "max": "180.061", - "min": "179.414", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "46.873", - "max": "50.447", - "min": "46.592", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "59.91", - "max": "60.754", - "min": "59.587", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "24.279", - "max": "25.378", - "min": "23.803", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "18.138", - "max": "19.337", - "min": "17.805", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "111.64", - "max": "112.002", - "min": "111.465", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "118.764", - "max": "119.121", - "min": "118.592", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "269.394", - "max": "356.884", - "min": "266.102", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "89.201", - "max": "89.413", - "min": "89.019", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "7.268", - "max": "18.008", - "min": "6.666", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "88.611", - "max": "89.039", - "min": "88.446", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "7.466", - "max": "8.841", - "min": "7.134", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "247.935", - "max": "556.741", - "min": "219.279", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "135.163", - "max": "137.537", - "min": "132.337", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "28.892", - "max": "29.17", - "min": "28.746", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "29.915", - "max": "31.635", - "min": "29.337", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "177.324", - "max": "191.224", - "min": "175.682", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "250.515", - "max": "252.971", - "min": "250.028", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "224.801", - "max": "225.076", - "min": "224.54", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "74.426", - "max": "74.934", - "min": "74.178", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "42.236", - "max": "48.202", - "min": "41.762", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "21.464", - "max": "22.177", - "min": "21.303", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "46.024", - "max": "84.756", - "min": "44.515", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "98.385", - "max": "99.67", - "min": "97.989", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "103.479", - "max": "103.876", - "min": "103.23", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "67.948", - "max": "76.928", - "min": "65.691", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "183.851", - "max": "228.486", - "min": "181.844", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "105.565", - "max": "113.693", - "min": "104.494", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "65.882", - "max": "74.872", - "min": "65.142", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "116.017", - "max": "119.394", - "min": "115.552", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "36.953", - "max": "41.007", - "min": "36.45", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "184.333", - "max": "186.764", - "min": "183.932", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "188.587", - "max": "188.587", - "min": "188.587", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "25.256", - "max": "25.83", - "min": "25.075", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "23.543", - "max": "23.982", - "min": "23.374", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "120.897", - "max": "124.141", - "min": "120.469", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "41.963", - "max": "104.166", - "min": "32.48", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "43.404", - "max": "44.157", - "min": "43.19", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "178.542", - "max": "199.352", - "min": "177.378", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "92.444", - "max": "93.865", - "min": "92.154", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "111.437", - "max": "117.378", - "min": "111.046", - "id": "188", - "country": "Switzerland", - "source_name": "Lausanne", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "189": { - "name": "Arezzo", - "data": { - "0": { - "avg": "208.407", - "max": "208.809", - "min": "208.256", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "275.787", - "max": "276.102", - "min": "275.584", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "115.258", - "max": "119.304", - "min": "114.992", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "27.201", - "max": "31.677", - "min": "26.607", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "29.9", - "max": "30.526", - "min": "29.707", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "223.487", - "max": "223.695", - "min": "223.371", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "52.519", - "max": "62.127", - "min": "52.064", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.708", - "max": "279.665", - "min": "277.296", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "75.61", - "max": "76.89", - "min": "75.383", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "62.014", - "max": "64.479", - "min": "61.708", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "34.867", - "max": "36.336", - "min": "34.623", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "145.319", - "max": "146.333", - "min": "145.164", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "106.371", - "max": "121.611", - "min": "105.338", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "115.267", - "max": "132.634", - "min": "114.497", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "133.955", - "max": "134.406", - "min": "133.874", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "109.329", - "max": "110.111", - "min": "109.113", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "21.884", - "max": "22.194", - "min": "21.685", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "120.416", - "max": "121.091", - "min": "120.304", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "40.414", - "max": "41.111", - "min": "40.135", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "36.899", - "max": "37.251", - "min": "36.81", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.175", - "max": "289.761", - "min": "289.065", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "122.092", - "max": "122.989", - "min": "122.002", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "171.554", - "max": "171.907", - "min": "171.409", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "167.223", - "max": "182.583", - "min": "166.251", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.624", - "max": "43.211", - "min": "41.253", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "34.177", - "max": "51.099", - "min": "33.404", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "8.799", - "max": "9.971", - "min": "8.609", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "27.288", - "max": "27.536", - "min": "27.203", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "15.85", - "max": "22.4", - "min": "15.331", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "161.448", - "max": "163", - "min": "161.062", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "167.754", - "max": "168.329", - "min": "167.631", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "52.302", - "max": "91.026", - "min": "50.869", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "166.831", - "max": "167.942", - "min": "166.67", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "58.934", - "max": "59.173", - "min": "58.859", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "12.476", - "max": "13.665", - "min": "12.252", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "175.109", - "max": "176.971", - "min": "174.855", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "168.839", - "max": "168.897", - "min": "168.794", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "149.208", - "max": "149.397", - "min": "149.085", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "128.747", - "max": "130.168", - "min": "128.623", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "103.767", - "max": "107.772", - "min": "102.862", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "169.966", - "max": "173.739", - "min": "169.39", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "40.042", - "max": "47.576", - "min": "39.264", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "65.09", - "max": "65.267", - "min": "64.996", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "55.254", - "max": "58.604", - "min": "54.96", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "154.788", - "max": "154.949", - "min": "154.713", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "41.071", - "max": "42.537", - "min": "40.558", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "53.564", - "max": "54.554", - "min": "53.412", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "185.275", - "max": "185.92", - "min": "185.095", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "257.087", - "max": "272.152", - "min": "256.083", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "136.694", - "max": "136.731", - "min": "136.661", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "107.606", - "max": "107.948", - "min": "107.392", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "172.979", - "max": "173.171", - "min": "172.779", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "47.613", - "max": "62.315", - "min": "34.084", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "130.779", - "max": "131.159", - "min": "130.576", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "158.641", - "max": "181.087", - "min": "154.108", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "280.773", - "max": "281.263", - "min": "280.612", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "60.667", - "max": "66.591", - "min": "59.701", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "329.189", - "max": "331.104", - "min": "328.998", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "54.832", - "max": "56.548", - "min": "54.476", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "32.017", - "max": "39.473", - "min": "31.68", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "68.522", - "max": "69.236", - "min": "67.822", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "84.3", - "max": "144.491", - "min": "78.098", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "190.472", - "max": "235.197", - "min": "187.333", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "317.365", - "max": "317.49", - "min": "317.29", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "60.038", - "max": "66.868", - "min": "59.616", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.954", - "max": "49.06", - "min": "46.731", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "103.383", - "max": "105.099", - "min": "103.198", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "51.865", - "max": "52.134", - "min": "51.472", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "231.258", - "max": "232.332", - "min": "230.564", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "143.859", - "max": "144.723", - "min": "143.737", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "241.447", - "max": "244.924", - "min": "241.087", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "165.544", - "max": "167.028", - "min": "165.306", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "179.606", - "max": "184.71", - "min": "179.166", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "121.644", - "max": "121.796", - "min": "121.594", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "76.707", - "max": "77.188", - "min": "76.499", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "32.803", - "max": "32.923", - "min": "32.661", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "122.714", - "max": "123.544", - "min": "122.531", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "178.005", - "max": "190.324", - "min": "177.433", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "121.622", - "max": "122.698", - "min": "121.361", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "120.421", - "max": "120.62", - "min": "120.271", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "168.005", - "max": "168.221", - "min": "167.804", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "115.567", - "max": "116.218", - "min": "115.187", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "257.231", - "max": "260.614", - "min": "255.877", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "158.826", - "max": "159.812", - "min": "158.572", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "146.914", - "max": "147.237", - "min": "146.831", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "90.163", - "max": "94.312", - "min": "89.635", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "37.152", - "max": "42.155", - "min": "36.639", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "121.339", - "max": "121.496", - "min": "121.247", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "129.476", - "max": "129.716", - "min": "129.398", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "31.544", - "max": "32.979", - "min": "31.41", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "135.229", - "max": "136.462", - "min": "134.485", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "168.538", - "max": "168.958", - "min": "168.322", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "34.316", - "max": "34.427", - "min": "34.269", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "272.088", - "max": "272.322", - "min": "271.912", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "111.077", - "max": "111.39", - "min": "110.964", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.551", - "max": "131.805", - "min": "131.431", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "180.237", - "max": "180.699", - "min": "180.031", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "158.989", - "max": "165.381", - "min": "158.342", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.344", - "max": "173.981", - "min": "172.191", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "119.164", - "max": "122.994", - "min": "118.832", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "127.817", - "max": "127.899", - "min": "127.747", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "167.792", - "max": "167.992", - "min": "167.644", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "66.984", - "max": "69.69", - "min": "66.493", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "331.631", - "max": "341.842", - "min": "330.525", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "126.665", - "max": "126.892", - "min": "126.53", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "355.596", - "max": "361.283", - "min": "329.013", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.817", - "max": "192.471", - "min": "191.731", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "105.295", - "max": "105.509", - "min": "105.142", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "123.641", - "max": "123.882", - "min": "123.542", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "159.116", - "max": "159.363", - "min": "158.967", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "185.851", - "max": "186.151", - "min": "185.688", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "290.597", - "max": "308.314", - "min": "289.541", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "105.063", - "max": "105.605", - "min": "104.967", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.816", - "max": "145.117", - "min": "142.56", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "392.206", - "max": "507.894", - "min": "198.713", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "152.642", - "max": "264.026", - "min": "52.049", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "193.835", - "max": "214.666", - "min": "192.743", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "227.629", - "max": "229.506", - "min": "227.449", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "139.197", - "max": "140.327", - "min": "138.973", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "130.496", - "max": "131.232", - "min": "130.196", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "138.412", - "max": "138.905", - "min": "138.065", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "202.223", - "max": "343.828", - "min": "123.418", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "207.607", - "max": "209.793", - "min": "207.428", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "51.287", - "max": "308.949", - "min": "41.723", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "48.119", - "max": "48.347", - "min": "48.049", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "39.426", - "max": "40.616", - "min": "39.014", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "115.279", - "max": "115.61", - "min": "115.149", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.045", - "max": "179.623", - "min": "172.563", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "148.218", - "max": "149.232", - "min": "148.005", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "204.348", - "max": "204.776", - "min": "204.282", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "123.272", - "max": "123.62", - "min": "123.089", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "128.119", - "max": "128.255", - "min": "128.044", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "122.463", - "max": "122.906", - "min": "122.183", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "311.165", - "max": "325.555", - "min": "309.885", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "146.155", - "max": "148.881", - "min": "145.984", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "100.17", - "max": "107.396", - "min": "99.85", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "158.134", - "max": "178.562", - "min": "155.121", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "135.939", - "max": "136.325", - "min": "135.844", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "132.823", - "max": "133.058", - "min": "132.656", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "101.135", - "max": "106.759", - "min": "100.778", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "26.932", - "max": "27.339", - "min": "26.764", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "185.85", - "max": "194.258", - "min": "185.114", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "63.219", - "max": "68.183", - "min": "62.724", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "28.373", - "max": "28.732", - "min": "28.238", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "202.609", - "max": "208.736", - "min": "201.854", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "29.276", - "max": "29.86", - "min": "29.139", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "38.957", - "max": "45.368", - "min": "38.454", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "151.769", - "max": "152.003", - "min": "151.69", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "29.42", - "max": "29.819", - "min": "29.343", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "35.188", - "max": "46.192", - "min": "34.743", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "22.062", - "max": "29.579", - "min": "20.26", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "267.817", - "max": "269.348", - "min": "267.689", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "43.664", - "max": "44.269", - "min": "43.538", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "35.138", - "max": "35.371", - "min": "34.973", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "107.241", - "max": "107.913", - "min": "107.129", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "161.539", - "max": "162.261", - "min": "161.097", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "81.584", - "max": "82.565", - "min": "81.343", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "278.017", - "max": "324.928", - "min": "270.3", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "140.352", - "max": "140.715", - "min": "140.129", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "266.068", - "max": "348.876", - "min": "257.938", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "142.195", - "max": "142.454", - "min": "142.077", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "401.116", - "max": "401.403", - "min": "400.522", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "45.603", - "max": "45.691", - "min": "45.498", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "100.607", - "max": "102.136", - "min": "100.465", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "110.785", - "max": "110.936", - "min": "110.689", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "196.798", - "max": "196.9", - "min": "196.722", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "107.731", - "max": "108.235", - "min": "107.606", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "159.44", - "max": "168.799", - "min": "158.942", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "298.948", - "max": "308.836", - "min": "292.613", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "108.074", - "max": "109.019", - "min": "107.73", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "120.034", - "max": "120.075", - "min": "119.993", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "15.03", - "max": "18.459", - "min": "14.495", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "163.926", - "max": "163.995", - "min": "163.853", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "39.265", - "max": "54.307", - "min": "38.167", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.418", - "max": "21.654", - "min": "21.155", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "0.038", - "max": "0.166", - "min": "0.022", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "11.307", - "max": "11.441", - "min": "11.215", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "32.351", - "max": "33.264", - "min": "32.133", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "70.949", - "max": "71.406", - "min": "70.745", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "62.415", - "max": "83.794", - "min": "61.309", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "89.798", - "max": "92.626", - "min": "89.593", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "31.406", - "max": "31.665", - "min": "31.289", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "28.652", - "max": "29.617", - "min": "28.484", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "48.091", - "max": "48.214", - "min": "48.014", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.035", - "max": "24.091", - "min": "23.935", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "40.712", - "max": "49.164", - "min": "40.234", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.486", - "max": "55.73", - "min": "55.229", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "17.652", - "max": "33.092", - "min": "15.981", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "33.385", - "max": "49.439", - "min": "22.184", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "32.634", - "max": "32.755", - "min": "32.486", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "50.438", - "max": "51.341", - "min": "50.195", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "51.368", - "max": "58.204", - "min": "50.983", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "45.852", - "max": "46.421", - "min": "45.492", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "25.179", - "max": "34.245", - "min": "24.532", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "204.554", - "max": "206.668", - "min": "204.39", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "27.583", - "max": "34.958", - "min": "26.988", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "11.209", - "max": "11.534", - "min": "11.093", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "35.51", - "max": "35.699", - "min": "35.457", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "190.873", - "max": "196.342", - "min": "189.236", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "46.041", - "max": "46.247", - "min": "45.964", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "33.144", - "max": "36.396", - "min": "32.832", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "30.23", - "max": "30.551", - "min": "30.092", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "28.433", - "max": "37.674", - "min": "23.402", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "278.095", - "max": "290.223", - "min": "275.262", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "107.364", - "max": "109.918", - "min": "106.976", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "221.586", - "max": "221.656", - "min": "221.507", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "152.286", - "max": "152.852", - "min": "152.126", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "30.682", - "max": "30.933", - "min": "30.399", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "167.928", - "max": "168.394", - "min": "167.735", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "180.054", - "max": "180.307", - "min": "179.874", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "14.185", - "max": "26.482", - "min": "13.643", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "69.118", - "max": "74.62", - "min": "68.759", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "31.493", - "max": "32.646", - "min": "31.249", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "24.562", - "max": "26.85", - "min": "24.2", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "125.563", - "max": "128.847", - "min": "125.396", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "125.199", - "max": "125.276", - "min": "125.16", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "262.57", - "max": "267.399", - "min": "262.184", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "104.143", - "max": "104.239", - "min": "104.08", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "15.849", - "max": "18.028", - "min": "15.672", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "105.744", - "max": "105.817", - "min": "105.695", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "15.827", - "max": "18.165", - "min": "15.641", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "224.95", - "max": "242.483", - "min": "224.071", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "140.449", - "max": "145.184", - "min": "137.38", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "37.491", - "max": "37.615", - "min": "37.359", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "46.309", - "max": "49.037", - "min": "45.342", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "161.95", - "max": "171.181", - "min": "160.275", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "260.915", - "max": "261.518", - "min": "260.671", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "253.089", - "max": "256.183", - "min": "252.889", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "100.69", - "max": "101.131", - "min": "100.525", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "41.472", - "max": "41.748", - "min": "41.392", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "27.223", - "max": "51.998", - "min": "25.924", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "41.504", - "max": "47.837", - "min": "41.215", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "117.743", - "max": "119.595", - "min": "117.41", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "109.553", - "max": "110.14", - "min": "109.425", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "58.49", - "max": "62.249", - "min": "56.835", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "188.275", - "max": "190.976", - "min": "187.765", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "112.441", - "max": "139.409", - "min": "110.664", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "73.981", - "max": "74.937", - "min": "73.769", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "125.84", - "max": "128.782", - "min": "125.458", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "42.313", - "max": "46.502", - "min": "41.866", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "208.056", - "max": "217.699", - "min": "207.612", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "203.082", - "max": "203.082", - "min": "203.082", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "38.507", - "max": "39.299", - "min": "38.32", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "24.765", - "max": "24.826", - "min": "24.715", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "125.289", - "max": "148.759", - "min": "123.725", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "46.06", - "max": "55.442", - "min": "38.612", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "61.602", - "max": "65.577", - "min": "61.385", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "132.524", - "max": "133.513", - "min": "132.388", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "115.663", - "max": "116.455", - "min": "115.429", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "124.643", - "max": "125.137", - "min": "124.551", - "id": "189", - "country": "Italy", - "source_name": "Arezzo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "190": { - "name": "Rome", - "data": { - "0": { - "avg": "213.387", - "max": "213.664", - "min": "213.24", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "281.209", - "max": "281.889", - "min": "281.018", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "114.55", - "max": "114.711", - "min": "114.482", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "17.739", - "max": "23.693", - "min": "17.166", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "20.29", - "max": "20.788", - "min": "20.12", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "282.782", - "max": "283.885", - "min": "282.648", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.907", - "max": "25.015", - "min": "24.824", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "286.342", - "max": "299.51", - "min": "284.897", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "54.897", - "max": "55.006", - "min": "54.794", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "41.032", - "max": "41.673", - "min": "40.886", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "26.643", - "max": "26.996", - "min": "26.499", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "133.649", - "max": "134.62", - "min": "133.529", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "92.79", - "max": "92.96", - "min": "92.703", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "100.878", - "max": "101.086", - "min": "100.749", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "127.839", - "max": "128.144", - "min": "127.729", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.456", - "max": "96.212", - "min": "95.179", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "22.29", - "max": "23.29", - "min": "21.96", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "115.623", - "max": "115.927", - "min": "115.541", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "34.322", - "max": "34.495", - "min": "34.206", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "20.845", - "max": "20.88", - "min": "20.806", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "292.463", - "max": "292.638", - "min": "292.398", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "113.761", - "max": "114.181", - "min": "113.681", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "161.721", - "max": "162.013", - "min": "161.628", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "166.762", - "max": "167.931", - "min": "166.633", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "37.723", - "max": "37.89", - "min": "37.546", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "36.673", - "max": "37.452", - "min": "36.564", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "1.275", - "max": "3.501", - "min": "0.985", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "22.807", - "max": "22.973", - "min": "22.639", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.197", - "max": "16.284", - "min": "16.125", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "153.63", - "max": "153.953", - "min": "153.385", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "174.829", - "max": "174.948", - "min": "174.722", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "33.046", - "max": "33.26", - "min": "32.955", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "153.487", - "max": "169.233", - "min": "152.81", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "56.434", - "max": "56.614", - "min": "56.361", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "23.082", - "max": "24.658", - "min": "22.773", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "160.496", - "max": "161.847", - "min": "160.232", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "156.339", - "max": "156.36", - "min": "156.305", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "149.817", - "max": "150.072", - "min": "149.71", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "120.556", - "max": "120.727", - "min": "120.429", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "96.611", - "max": "99.447", - "min": "96.334", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "166.93", - "max": "169.031", - "min": "166.606", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "30.199", - "max": "35.605", - "min": "29.67", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "55.689", - "max": "55.867", - "min": "55.601", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "40.428", - "max": "50.17", - "min": "39.904", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "154.766", - "max": "154.904", - "min": "154.672", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "30.17", - "max": "30.941", - "min": "29.843", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "51.387", - "max": "52.282", - "min": "51.275", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "179.083", - "max": "179.186", - "min": "178.949", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "241.86", - "max": "242.951", - "min": "240.74", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "131.053", - "max": "131.111", - "min": "131.005", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "100.138", - "max": "100.351", - "min": "99.986", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "164.576", - "max": "164.849", - "min": "164.354", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "43.354", - "max": "115.047", - "min": "21.834", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "122.584", - "max": "122.808", - "min": "122.36", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "137.358", - "max": "148.611", - "min": "133.811", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "274.286", - "max": "275.112", - "min": "274.067", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "55.41", - "max": "58.678", - "min": "54.985", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "304.461", - "max": "304.522", - "min": "304.404", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.616", - "max": "60.252", - "min": "58.295", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "21.234", - "max": "21.533", - "min": "21.14", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "68.454", - "max": "69.391", - "min": "67.848", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "67.9", - "max": "108.22", - "min": "63.664", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "179.005", - "max": "238.486", - "min": "170.036", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "204.497", - "max": "204.73", - "min": "204.439", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.109", - "max": "46.606", - "min": "44.933", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "39.442", - "max": "39.539", - "min": "39.391", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.549", - "max": "92.753", - "min": "92.472", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "50.03", - "max": "50.335", - "min": "49.765", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "229.556", - "max": "231.6", - "min": "228.814", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "135.571", - "max": "135.673", - "min": "135.516", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "262.808", - "max": "264.362", - "min": "262.527", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "159.445", - "max": "160.119", - "min": "159.217", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "165.647", - "max": "165.844", - "min": "165.562", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.457", - "max": "113.505", - "min": "113.384", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "61.863", - "max": "62.675", - "min": "61.688", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "40.805", - "max": "41.08", - "min": "40.624", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "107.437", - "max": "107.563", - "min": "107.285", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "158.572", - "max": "161.283", - "min": "158.311", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "115.265", - "max": "116.524", - "min": "114.951", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "106.331", - "max": "106.565", - "min": "106.246", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "166.286", - "max": "166.553", - "min": "166.196", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "105.134", - "max": "105.714", - "min": "104.824", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "214.551", - "max": "215.521", - "min": "214.437", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "154.673", - "max": "155.066", - "min": "154.543", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "153.542", - "max": "153.622", - "min": "153.435", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "52.552", - "max": "53.638", - "min": "52.147", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "34.6", - "max": "35.177", - "min": "34.373", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "119.329", - "max": "119.458", - "min": "119.187", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "115.351", - "max": "115.525", - "min": "115.258", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "30.695", - "max": "37.5", - "min": "29.845", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "121.878", - "max": "123.431", - "min": "121.162", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "161.393", - "max": "161.764", - "min": "161.199", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "21.598", - "max": "21.619", - "min": "21.562", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "307.831", - "max": "308.887", - "min": "307.643", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "100.537", - "max": "102.602", - "min": "100.372", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "122.332", - "max": "122.639", - "min": "122.12", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "164.524", - "max": "164.757", - "min": "164.316", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "145.586", - "max": "150.489", - "min": "145.102", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "161.162", - "max": "161.735", - "min": "161.044", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "109.534", - "max": "110.793", - "min": "109.396", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "121.401", - "max": "121.57", - "min": "121.343", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "171.503", - "max": "172.035", - "min": "171.35", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "47.868", - "max": "52.026", - "min": "47.623", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "322.695", - "max": "325.401", - "min": "321.851", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "117.809", - "max": "118.189", - "min": "117.658", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "331.456", - "max": "345.394", - "min": "293.016", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "190.894", - "max": "191.147", - "min": "190.804", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "103.858", - "max": "103.939", - "min": "103.714", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "107.495", - "max": "107.711", - "min": "107.358", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "143.546", - "max": "145.479", - "min": "143.07", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "213.778", - "max": "216.351", - "min": "213.583", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "295.437", - "max": "295.509", - "min": "295.375", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "99.081", - "max": "99.182", - "min": "99.012", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "126.52", - "max": "128.701", - "min": "126.057", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "399.208", - "max": "518.245", - "min": "229.074", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "134.102", - "max": "238.826", - "min": "54.5", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "148.431", - "max": "168.31", - "min": "146.815", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "240.363", - "max": "240.898", - "min": "240.206", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "130.156", - "max": "130.368", - "min": "130.063", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "122.132", - "max": "123.363", - "min": "121.918", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "136.494", - "max": "136.623", - "min": "136.408", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "191.687", - "max": "335.952", - "min": "114.356", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "195.468", - "max": "196.693", - "min": "195.311", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "52.702", - "max": "151.435", - "min": "48.755", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "47.198", - "max": "47.324", - "min": "47.155", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "29.384", - "max": "30.673", - "min": "28.788", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "93.605", - "max": "93.774", - "min": "93.545", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "137.425", - "max": "137.702", - "min": "137.25", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "113.61", - "max": "115.735", - "min": "113.357", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "186.896", - "max": "187.235", - "min": "186.81", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.386", - "max": "117.859", - "min": "117.289", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "113.547", - "max": "114.556", - "min": "113.282", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "118.193", - "max": "118.355", - "min": "118.055", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "290.549", - "max": "292.033", - "min": "289.888", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "135.622", - "max": "135.8", - "min": "135.487", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "90.482", - "max": "90.627", - "min": "90.372", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "145.718", - "max": "155.872", - "min": "144.193", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "138.358", - "max": "138.615", - "min": "138.262", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "128.893", - "max": "129.109", - "min": "128.683", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "93.333", - "max": "93.603", - "min": "93.22", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "17.346", - "max": "17.94", - "min": "17.176", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "204.64", - "max": "205.657", - "min": "204.322", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "59.027", - "max": "60.012", - "min": "58.874", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "21.72", - "max": "21.919", - "min": "21.622", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "201.788", - "max": "210.925", - "min": "200.537", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "19.827", - "max": "20.635", - "min": "19.67", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.777", - "max": "62.739", - "min": "48.158", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "141.736", - "max": "142.39", - "min": "141.642", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "24.021", - "max": "24.669", - "min": "23.902", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "29.223", - "max": "29.26", - "min": "29.185", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "14.153", - "max": "30.817", - "min": "12.185", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "293.431", - "max": "293.589", - "min": "293.298", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "34.163", - "max": "35.118", - "min": "33.992", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "27.143", - "max": "36.101", - "min": "26.656", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "99.532", - "max": "99.82", - "min": "99.447", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "169.819", - "max": "170.646", - "min": "169.495", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "66.988", - "max": "67.502", - "min": "66.765", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "249.971", - "max": "291.346", - "min": "243.521", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "135.509", - "max": "135.623", - "min": "135.439", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "259.039", - "max": "293.293", - "min": "254.662", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "137.186", - "max": "137.322", - "min": "137.115", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "391.35", - "max": "391.752", - "min": "390.403", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "41.262", - "max": "41.414", - "min": "41.139", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "90.655", - "max": "91.114", - "min": "90.484", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "124.129", - "max": "124.287", - "min": "124.054", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "170.786", - "max": "170.89", - "min": "170.733", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "91.936", - "max": "92.159", - "min": "91.837", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "149.758", - "max": "150.218", - "min": "149.515", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "308.094", - "max": "317.466", - "min": "287.59", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "100.055", - "max": "100.513", - "min": "99.832", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "107.134", - "max": "107.192", - "min": "107.071", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "9.083", - "max": "9.779", - "min": "8.926", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "145.932", - "max": "146.04", - "min": "145.865", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "34.216", - "max": "35.192", - "min": "34.112", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "23.234", - "max": "23.834", - "min": "22.996", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "11.22", - "max": "11.279", - "min": "11.179", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "0.019", - "max": "0.023", - "min": "0.011", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "32.115", - "max": "33.226", - "min": "31.704", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "54.251", - "max": "56.075", - "min": "54.002", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "26.904", - "max": "27.931", - "min": "26.824", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "71.469", - "max": "71.582", - "min": "71.373", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "23.528", - "max": "23.633", - "min": "23.414", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "20.666", - "max": "23.318", - "min": "20.383", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "29.258", - "max": "29.295", - "min": "29.212", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "20.093", - "max": "20.123", - "min": "20.045", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "19.987", - "max": "20.111", - "min": "19.802", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "48.478", - "max": "50.181", - "min": "48.197", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "7.487", - "max": "10.444", - "min": "6.601", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "32.266", - "max": "48.733", - "min": "17.563", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "22.208", - "max": "22.352", - "min": "22.133", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "39.291", - "max": "39.709", - "min": "39.064", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "47.004", - "max": "48.11", - "min": "46.752", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "40.855", - "max": "41.286", - "min": "40.466", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "19.362", - "max": "30.336", - "min": "18.452", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.528", - "max": "271.858", - "min": "271.444", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "13.428", - "max": "13.621", - "min": "13.326", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "2.822", - "max": "3.234", - "min": "2.663", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "30.106", - "max": "30.174", - "min": "30.045", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "188.788", - "max": "197.623", - "min": "186.587", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "47.613", - "max": "47.918", - "min": "47.434", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "21.228", - "max": "27.023", - "min": "20.655", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "20.949", - "max": "21.27", - "min": "20.824", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "21.361", - "max": "21.485", - "min": "21.25", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "308.626", - "max": "313.663", - "min": "308.288", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "100.204", - "max": "103.884", - "min": "99.775", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "276.172", - "max": "285.782", - "min": "238.453", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "156.255", - "max": "156.347", - "min": "156.146", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "19.858", - "max": "19.984", - "min": "19.774", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "150.631", - "max": "152.455", - "min": "150.343", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "166.576", - "max": "167.957", - "min": "166.389", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "11.586", - "max": "11.749", - "min": "11.444", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "62.302", - "max": "62.55", - "min": "62.102", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "28.651", - "max": "29.956", - "min": "28.208", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "18.426", - "max": "19.473", - "min": "18.234", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "119.385", - "max": "119.416", - "min": "119.348", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "117.043", - "max": "117.095", - "min": "116.991", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "325.725", - "max": "326.216", - "min": "325.559", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.702", - "max": "93.934", - "min": "93.645", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "25.674", - "max": "26.389", - "min": "25.507", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "96.027", - "max": "96.087", - "min": "95.978", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "12.467", - "max": "12.893", - "min": "12.368", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "208.92", - "max": "209.358", - "min": "208.819", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "132.749", - "max": "136.508", - "min": "130.663", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "26.958", - "max": "27.172", - "min": "26.783", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "38.83", - "max": "40.256", - "min": "38.22", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "160.36", - "max": "162.632", - "min": "159.445", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "108.774", - "max": "110.166", - "min": "108.307", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "277.834", - "max": "278.212", - "min": "277.708", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "80.851", - "max": "81.646", - "min": "80.702", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "25.134", - "max": "25.2", - "min": "25.087", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.012", - "max": "24.112", - "min": "23.971", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "35.945", - "max": "36.203", - "min": "35.881", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "103.305", - "max": "107.095", - "min": "102.802", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "103.543", - "max": "103.834", - "min": "103.452", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "49.869", - "max": "51.868", - "min": "48.247", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "172.565", - "max": "173.707", - "min": "172.26", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "103.574", - "max": "105.06", - "min": "102.742", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "65.875", - "max": "66.436", - "min": "65.76", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "122.912", - "max": "123.234", - "min": "122.753", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "37.35", - "max": "39.866", - "min": "37.098", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "204.371", - "max": "206.727", - "min": "197.638", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "195.173", - "max": "195.173", - "min": "195.173", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "26.462", - "max": "40.678", - "min": "25.93", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "17.877", - "max": "17.957", - "min": "17.826", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "125.739", - "max": "127.762", - "min": "125.413", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "47.503", - "max": "59.328", - "min": "39.373", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "27.486", - "max": "28.076", - "min": "27.397", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "160.578", - "max": "164.06", - "min": "160.224", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "107.074", - "max": "111.196", - "min": "106.681", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "117.395", - "max": "117.655", - "min": "117.316", - "id": "190", - "country": "Italy", - "source_name": "Rome", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "191": { - "name": "Cardiff", - "data": { - "0": { - "avg": "219.9", - "max": "232.774", - "min": "218.497", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "242.443", - "max": "247.577", - "min": "241.89", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.212", - "max": "91.563", - "min": "89.801", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "36.178", - "max": "43.678", - "min": "34.982", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "13.38", - "max": "14.057", - "min": "13.034", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "233.81", - "max": "234.484", - "min": "233.503", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "17.658", - "max": "28.162", - "min": "12.723", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.848", - "max": "289.703", - "min": "275.69", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "52.138", - "max": "52.956", - "min": "51.736", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "30.831", - "max": "35.27", - "min": "30.348", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "5.808", - "max": "7.443", - "min": "5.393", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "114.979", - "max": "116.296", - "min": "114.544", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "77.739", - "max": "88.667", - "min": "73.37", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "73.659", - "max": "74.099", - "min": "73.364", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.363", - "max": "111.236", - "min": "109.988", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "82.312", - "max": "86.92", - "min": "81.482", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "34.488", - "max": "35.353", - "min": "34.011", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "95.981", - "max": "102.597", - "min": "95.121", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "15.567", - "max": "16.244", - "min": "15.233", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "32.306", - "max": "43.878", - "min": "31.322", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "270.824", - "max": "271.278", - "min": "270.543", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "91.123", - "max": "92.494", - "min": "90.872", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "140.139", - "max": "142.924", - "min": "139.159", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "143.899", - "max": "144.601", - "min": "143.603", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "38.058", - "max": "38.975", - "min": "37.751", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.502", - "max": "29.795", - "min": "27.084", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "32.095", - "max": "33.038", - "min": "31.746", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "35.132", - "max": "36.864", - "min": "34.807", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "17.848", - "max": "18.288", - "min": "17.576", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "134.115", - "max": "142.638", - "min": "133.534", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "176.428", - "max": "177.381", - "min": "176.136", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "37.237", - "max": "40.352", - "min": "36.794", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "139.537", - "max": "159.083", - "min": "138.498", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "63.19", - "max": "64.042", - "min": "62.793", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "31.221", - "max": "35.643", - "min": "30.632", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "168.589", - "max": "169.152", - "min": "168.203", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "143.849", - "max": "145.143", - "min": "143.489", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "133", - "max": "133.597", - "min": "132.759", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "110.23", - "max": "112.726", - "min": "109.66", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.053", - "max": "83.746", - "min": "81.553", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "147.75", - "max": "149.043", - "min": "147.306", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "15.282", - "max": "19.655", - "min": "14.59", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "51.396", - "max": "52.135", - "min": "51.136", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "40.349", - "max": "45.378", - "min": "39.503", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "218.098", - "max": "218.628", - "min": "217.837", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "37.99", - "max": "44.696", - "min": "36.921", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "44.782", - "max": "48.721", - "min": "44.003", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "164.382", - "max": "165.156", - "min": "164.05", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "241.765", - "max": "242.426", - "min": "241.376", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "124.136", - "max": "124.589", - "min": "123.875", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "82.038", - "max": "82.622", - "min": "81.773", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "141.398", - "max": "141.809", - "min": "141.081", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "67.334", - "max": "82.649", - "min": "52.01", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "100.064", - "max": "100.458", - "min": "99.71", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "148.477", - "max": "168.564", - "min": "144.599", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "273.091", - "max": "273.912", - "min": "272.54", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "39.998", - "max": "43.688", - "min": "38.072", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "291.498", - "max": "292.243", - "min": "291.187", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "49.182", - "max": "50.587", - "min": "48.631", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "20.136", - "max": "20.767", - "min": "19.872", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "69.991", - "max": "73.58", - "min": "69.319", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "68.62", - "max": "113.711", - "min": "66.36", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "198.625", - "max": "275.605", - "min": "185.087", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "326.659", - "max": "328.679", - "min": "326.225", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "52.486", - "max": "53.013", - "min": "52.117", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "41.957", - "max": "47.76", - "min": "41.388", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "75.904", - "max": "84.07", - "min": "74.782", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "53.116", - "max": "62.433", - "min": "52.089", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "205.042", - "max": "206.773", - "min": "204.155", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "116.216", - "max": "125.276", - "min": "113.432", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "256.484", - "max": "257.721", - "min": "256.112", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "143.867", - "max": "144.859", - "min": "143.439", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "151.486", - "max": "154.21", - "min": "151.095", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "95.91", - "max": "96.969", - "min": "95.541", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "43.028", - "max": "43.51", - "min": "42.772", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "11.151", - "max": "11.829", - "min": "10.861", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "90.623", - "max": "91.102", - "min": "90.286", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "137.527", - "max": "138.39", - "min": "137.196", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "92.888", - "max": "107.145", - "min": "91.944", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "88.536", - "max": "89.52", - "min": "88.163", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "147.564", - "max": "148.947", - "min": "147.175", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "91.044", - "max": "92.008", - "min": "90.702", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "337.695", - "max": "341.536", - "min": "334.528", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "152.522", - "max": "154.451", - "min": "152.217", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "140.403", - "max": "140.993", - "min": "140.048", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "67.446", - "max": "68.145", - "min": "67.088", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "14.353", - "max": "16.975", - "min": "13.829", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "105.247", - "max": "105.594", - "min": "104.922", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "96.177", - "max": "96.568", - "min": "95.931", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "10.001", - "max": "11.307", - "min": "9.713", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "101.288", - "max": "103.72", - "min": "100.546", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "141.212", - "max": "142.582", - "min": "140.787", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "29.742", - "max": "30.159", - "min": "29.525", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "274.976", - "max": "275.578", - "min": "274.619", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "79.777", - "max": "81.05", - "min": "79.368", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "103.937", - "max": "104.59", - "min": "103.634", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "152.716", - "max": "153.928", - "min": "152.295", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "131.446", - "max": "138.545", - "min": "130.612", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "145.478", - "max": "145.956", - "min": "145.211", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "88.006", - "max": "92.46", - "min": "87.4", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "106.577", - "max": "118.94", - "min": "104.577", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "145.644", - "max": "150.426", - "min": "145.074", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.123", - "max": "59.64", - "min": "58.873", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.801", - "max": "319.58", - "min": "298.957", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "98.965", - "max": "100.175", - "min": "98.479", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "377.55", - "max": "391.871", - "min": "332.205", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "174.279", - "max": "178.393", - "min": "173.72", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "79.748", - "max": "81.422", - "min": "79.358", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "103.715", - "max": "105.677", - "min": "103.272", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "168.26", - "max": "168.958", - "min": "168.021", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "239.725", - "max": "240.427", - "min": "239.291", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "265.105", - "max": "269.205", - "min": "264.176", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "73.635", - "max": "74.033", - "min": "73.38", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "134.71", - "max": "144.316", - "min": "132.992", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "381.217", - "max": "495.496", - "min": "194.806", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "178.911", - "max": "313.943", - "min": "77.949", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "183.052", - "max": "203.063", - "min": "180.94", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "228.251", - "max": "231.392", - "min": "227.585", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "108.585", - "max": "109.117", - "min": "108.298", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "113.954", - "max": "115.851", - "min": "113.324", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "110.344", - "max": "111.132", - "min": "109.913", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "192.494", - "max": "344.569", - "min": "104.662", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "202.311", - "max": "202.921", - "min": "202.031", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "60.694", - "max": "241.036", - "min": "48.724", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "50.106", - "max": "51.539", - "min": "49.76", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "104.617", - "max": "105.533", - "min": "103.963", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "74.751", - "max": "75.577", - "min": "74.013", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "180.583", - "max": "181.809", - "min": "180.032", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "141.214", - "max": "141.907", - "min": "140.763", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "172.48", - "max": "172.956", - "min": "172.128", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "98.673", - "max": "99.234", - "min": "98.321", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "88.582", - "max": "96.449", - "min": "87.934", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "97.089", - "max": "97.585", - "min": "96.765", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "276.049", - "max": "277.493", - "min": "275.254", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.751", - "max": "137.736", - "min": "121.61", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "69.371", - "max": "72.703", - "min": "68.533", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "126.964", - "max": "139.702", - "min": "121.365", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "123.489", - "max": "126.114", - "min": "122.709", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "103.19", - "max": "104.252", - "min": "102.835", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "75.904", - "max": "86.871", - "min": "71.289", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "35.36", - "max": "37.668", - "min": "34.891", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "297.317", - "max": "300.964", - "min": "296.646", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.275", - "max": "44.151", - "min": "42.948", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "34.52", - "max": "35.814", - "min": "34.19", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "178.548", - "max": "179.802", - "min": "178.064", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "16.844", - "max": "17.505", - "min": "16.544", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "46.649", - "max": "58.959", - "min": "45.69", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "144.598", - "max": "145.413", - "min": "144.224", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "7.044", - "max": "11.856", - "min": "6.572", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "8.153", - "max": "9.769", - "min": "7.858", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "24.318", - "max": "45.488", - "min": "21.188", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.196", - "max": "267.208", - "min": "265.877", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "40.508", - "max": "41.859", - "min": "40.054", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "23.645", - "max": "24.99", - "min": "23.386", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "85.945", - "max": "87.329", - "min": "85.349", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "136.988", - "max": "138.174", - "min": "136.522", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "45.4", - "max": "46.685", - "min": "44.935", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "242.709", - "max": "289.283", - "min": "236.14", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "113.6", - "max": "114.364", - "min": "113.162", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "246.271", - "max": "337.236", - "min": "237.969", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "117.577", - "max": "119.08", - "min": "117.26", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "203.232", - "max": "203.832", - "min": "202.822", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "43.93", - "max": "44.679", - "min": "43.581", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "72.972", - "max": "81.075", - "min": "72.164", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "115.517", - "max": "116.186", - "min": "115.223", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "164.589", - "max": "165.766", - "min": "164.3", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "100.596", - "max": "100.999", - "min": "100.303", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "130.693", - "max": "132.277", - "min": "130.173", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "276.113", - "max": "295.284", - "min": "252.996", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.809", - "max": "77.27", - "min": "76.54", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "85.483", - "max": "86.095", - "min": "85.198", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "19.309", - "max": "22.261", - "min": "18.551", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "271.249", - "max": "271.912", - "min": "270.869", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "15.036", - "max": "18.258", - "min": "14.66", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "31.955", - "max": "43.321", - "min": "25.171", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "36.265", - "max": "44.546", - "min": "32.208", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "32.313", - "max": "34.168", - "min": "31.84", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "0.045", - "max": "0.055", - "min": "0.038", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "65.385", - "max": "70.647", - "min": "64.711", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "53.05", - "max": "53.48", - "min": "52.701", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "69.26", - "max": "71.642", - "min": "68.672", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "57.097", - "max": "57.791", - "min": "56.839", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "15.781", - "max": "20.578", - "min": "14.836", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "16.215", - "max": "20.986", - "min": "14.882", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "10.958", - "max": "11.392", - "min": "10.806", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "30.664", - "max": "31.402", - "min": "30.352", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "81.784", - "max": "91.804", - "min": "77.135", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "40.12", - "max": "63.168", - "min": "38.062", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "59.951", - "max": "114.22", - "min": "26.566", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "5.081", - "max": "5.673", - "min": "4.859", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "71.12", - "max": "71.551", - "min": "70.843", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "35.376", - "max": "36.128", - "min": "35.073", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "44.438", - "max": "45.323", - "min": "43.961", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "14.098", - "max": "39.976", - "min": "12.903", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "279.837", - "max": "287.923", - "min": "278.633", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "27.934", - "max": "28.88", - "min": "27.635", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "34.065", - "max": "34.783", - "min": "33.738", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "33.673", - "max": "34.966", - "min": "33.257", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "171.838", - "max": "178.967", - "min": "169.247", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "62.206", - "max": "63.85", - "min": "61.544", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "13.198", - "max": "14.228", - "min": "12.798", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "13.383", - "max": "15.684", - "min": "12.968", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "11.147", - "max": "12.19", - "min": "10.504", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "291.755", - "max": "293.878", - "min": "291.05", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "77.565", - "max": "84.131", - "min": "76.08", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "218.295", - "max": "238.658", - "min": "211.896", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "150.844", - "max": "151.696", - "min": "150.645", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "19.247", - "max": "28.294", - "min": "14.973", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "141.554", - "max": "153.011", - "min": "140.015", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "144.137", - "max": "144.67", - "min": "143.728", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "42.114", - "max": "42.599", - "min": "41.829", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "66.546", - "max": "67.49", - "min": "66.123", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "8.989", - "max": "10.167", - "min": "8.567", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "15.535", - "max": "16.065", - "min": "15.189", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "94.02", - "max": "95.297", - "min": "93.683", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "105.375", - "max": "106.165", - "min": "105.11", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "271.817", - "max": "340.405", - "min": "269.107", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "75.324", - "max": "75.803", - "min": "74.972", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "29.684", - "max": "30.609", - "min": "29.312", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "74.522", - "max": "75.079", - "min": "74.216", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "31.92", - "max": "32.895", - "min": "31.567", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "204.869", - "max": "341.055", - "min": "199.781", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "116.803", - "max": "121.16", - "min": "114.327", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "26.965", - "max": "27.469", - "min": "26.692", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "47.839", - "max": "67.825", - "min": "41.854", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "142.737", - "max": "155.477", - "min": "140.949", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "101.661", - "max": "102.376", - "min": "100.896", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "252.143", - "max": "252.821", - "min": "251.79", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "90.977", - "max": "91.718", - "min": "90.594", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "52.002", - "max": "52.557", - "min": "51.738", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "19.722", - "max": "26.712", - "min": "15.193", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "63.458", - "max": "66.937", - "min": "62.725", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "85.348", - "max": "87.344", - "min": "84.691", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "84.204", - "max": "84.708", - "min": "83.963", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.949", - "max": "69.943", - "min": "63.964", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "163.117", - "max": "164.367", - "min": "162.552", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "88.094", - "max": "89.646", - "min": "87.093", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "68.587", - "max": "69.704", - "min": "68.079", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "98.66", - "max": "99.309", - "min": "98.288", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "18.388", - "max": "23.066", - "min": "17.926", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "183.25", - "max": "185.09", - "min": "182.75", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "211.235", - "max": "229.86", - "min": "192.61", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "8.895", - "max": "9.621", - "min": "8.558", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "28.806", - "max": "29.071", - "min": "28.573", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "108.552", - "max": "194.483", - "min": "100.185", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "22.23", - "max": "36.928", - "min": "15.336", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "34.282", - "max": "34.914", - "min": "33.891", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "217.384", - "max": "218.437", - "min": "216.956", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "78.891", - "max": "79.797", - "min": "78.458", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "96.996", - "max": "108.162", - "min": "96.211", - "id": "191", - "country": "United Kingdom", - "source_name": "Cardiff", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "192": { - "name": "Limassol", - "data": { - "0": { - "avg": "255.469", - "max": "256.317", - "min": "255.183", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "325.328", - "max": "330.116", - "min": "324.889", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "140.825", - "max": "141.833", - "min": "140.637", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "68.505", - "max": "74.695", - "min": "67.619", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "62.682", - "max": "63.667", - "min": "62.408", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "260.723", - "max": "261.34", - "min": "260.58", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "61.162", - "max": "61.772", - "min": "60.876", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "336.918", - "max": "339.56", - "min": "336.421", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "90.243", - "max": "91.197", - "min": "90.046", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "87.181", - "max": "97.583", - "min": "86.584", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "60.789", - "max": "63.212", - "min": "60.398", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "171.681", - "max": "192.146", - "min": "170.808", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "135.454", - "max": "140.525", - "min": "135.131", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "151.811", - "max": "152.387", - "min": "151.588", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "165.208", - "max": "168.162", - "min": "164.854", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "146.113", - "max": "147.173", - "min": "145.452", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "69.997", - "max": "71.08", - "min": "69.665", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "142.552", - "max": "145.361", - "min": "142.197", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "69.392", - "max": "69.918", - "min": "69.074", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "68.574", - "max": "70.013", - "min": "68.251", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "350.686", - "max": "351.284", - "min": "350.519", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "140.166", - "max": "141.409", - "min": "140", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "188.462", - "max": "189.534", - "min": "188.177", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "215.162", - "max": "216.693", - "min": "214.843", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "92.119", - "max": "97.106", - "min": "91.656", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "69.257", - "max": "73.226", - "min": "68.92", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "44.876", - "max": "47.013", - "min": "44.535", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "76.252", - "max": "79.767", - "min": "75.987", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "53.44", - "max": "53.622", - "min": "53.359", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "193.752", - "max": "194.332", - "min": "193.55", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "203.039", - "max": "203.446", - "min": "202.878", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "73.286", - "max": "73.681", - "min": "73.09", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "187.005", - "max": "187.406", - "min": "186.833", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "82.713", - "max": "82.953", - "min": "82.528", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "62.36", - "max": "73.304", - "min": "61.427", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "212.936", - "max": "214.287", - "min": "212.708", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "194.383", - "max": "194.817", - "min": "194.212", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "192.711", - "max": "193.665", - "min": "192.446", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "161.73", - "max": "163.006", - "min": "161.499", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "139.849", - "max": "142.224", - "min": "139.354", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "207.015", - "max": "211.937", - "min": "206.458", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "71.234", - "max": "78.216", - "min": "70.641", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "91.593", - "max": "92.776", - "min": "91.39", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "77.938", - "max": "78.74", - "min": "77.666", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "191.337", - "max": "191.522", - "min": "191.151", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "74.328", - "max": "75.932", - "min": "73.66", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "80.757", - "max": "81.564", - "min": "80.555", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "217.766", - "max": "218.24", - "min": "217.526", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "293.808", - "max": "295.155", - "min": "293.439", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "178.678", - "max": "184.997", - "min": "178.295", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "133.985", - "max": "136.669", - "min": "133.656", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "211.745", - "max": "212.245", - "min": "211.481", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "108.93", - "max": "118.474", - "min": "99.309", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "171.78", - "max": "172.469", - "min": "171.632", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "167.583", - "max": "174.913", - "min": "164.324", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "319.532", - "max": "320.384", - "min": "319.216", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "83.957", - "max": "86.205", - "min": "82.908", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "361.156", - "max": "362.389", - "min": "360.908", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "96.364", - "max": "100.51", - "min": "95.8", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "63.778", - "max": "64.184", - "min": "63.573", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "108.444", - "max": "110.96", - "min": "107.717", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "102.217", - "max": "139.532", - "min": "98.396", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "213.945", - "max": "304.696", - "min": "204.89", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "351.644", - "max": "358.975", - "min": "351.189", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "94.705", - "max": "99.268", - "min": "94.394", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "81.047", - "max": "85.569", - "min": "80.444", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "128.472", - "max": "131.104", - "min": "128.11", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "104.53", - "max": "104.998", - "min": "104.073", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "277.34", - "max": "277.991", - "min": "276.803", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "163.159", - "max": "163.626", - "min": "163.01", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "271.171", - "max": "273.956", - "min": "270.748", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "192.071", - "max": "193.279", - "min": "191.687", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "198.522", - "max": "201.213", - "min": "198.198", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "158.828", - "max": "160.9", - "min": "158.532", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "114.006", - "max": "114.765", - "min": "113.725", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "62.062", - "max": "62.39", - "min": "61.792", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "145.995", - "max": "147.632", - "min": "145.774", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "197.122", - "max": "198.127", - "min": "196.851", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "146.803", - "max": "151.733", - "min": "146.155", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "153.496", - "max": "154.163", - "min": "153.29", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "198.17", - "max": "199.111", - "min": "197.909", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "141.548", - "max": "142.309", - "min": "141.254", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "246.19", - "max": "258.537", - "min": "243.386", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "196.452", - "max": "197.154", - "min": "196.208", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "177.594", - "max": "178.435", - "min": "177.42", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "112.204", - "max": "113.138", - "min": "111.716", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "57.805", - "max": "60.083", - "min": "57.437", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "155.683", - "max": "155.953", - "min": "155.466", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "156.55", - "max": "157.126", - "min": "156.394", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "69.21", - "max": "75.321", - "min": "68.734", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "157.687", - "max": "160.163", - "min": "157.078", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "208.901", - "max": "210.978", - "min": "208.461", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "68.441", - "max": "71.49", - "min": "68.174", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "341.011", - "max": "347.53", - "min": "340.051", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "147.657", - "max": "154.193", - "min": "147.263", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "164.962", - "max": "165.476", - "min": "164.736", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "211.078", - "max": "211.773", - "min": "210.746", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "207.176", - "max": "215.941", - "min": "206.026", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "201.915", - "max": "202.834", - "min": "201.69", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "131.143", - "max": "132.66", - "min": "130.865", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "188.843", - "max": "189.452", - "min": "188.665", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "198.748", - "max": "201.47", - "min": "198.494", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "89.477", - "max": "91.587", - "min": "89.181", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "364.988", - "max": "370.912", - "min": "363.964", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "163.947", - "max": "167.962", - "min": "163.54", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "380.08", - "max": "398.296", - "min": "327.69", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "245.878", - "max": "248.495", - "min": "245.409", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "124.822", - "max": "125.079", - "min": "124.601", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "156.087", - "max": "156.955", - "min": "155.846", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "166.585", - "max": "169.814", - "min": "165.569", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "274.798", - "max": "275.097", - "min": "274.624", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "322.606", - "max": "322.868", - "min": "322.367", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "125.896", - "max": "126.848", - "min": "125.743", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "172.173", - "max": "174.943", - "min": "171.635", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.023", - "max": "509.096", - "min": "218.829", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "181.922", - "max": "263.05", - "min": "117.919", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "210.074", - "max": "214.11", - "min": "209.526", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "272.814", - "max": "273.712", - "min": "272.494", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "163.098", - "max": "164.215", - "min": "162.774", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "165.92", - "max": "166.305", - "min": "165.634", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "164.822", - "max": "165.472", - "min": "164.495", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "235.901", - "max": "385.75", - "min": "158.972", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "264.158", - "max": "277.815", - "min": "263.385", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "86.59", - "max": "280.793", - "min": "79.104", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "102.604", - "max": "104.029", - "min": "102.342", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "73.6", - "max": "74.91", - "min": "72.941", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "121.126", - "max": "123.31", - "min": "120.897", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "196.981", - "max": "198.496", - "min": "196.713", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "167.399", - "max": "168.009", - "min": "167.139", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "230.838", - "max": "231.223", - "min": "230.663", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "162.061", - "max": "162.996", - "min": "161.844", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "157.12", - "max": "157.468", - "min": "156.889", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "158.199", - "max": "159.091", - "min": "157.937", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "345.368", - "max": "346.678", - "min": "344.842", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "194.558", - "max": "198.162", - "min": "194.283", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "129.366", - "max": "130.309", - "min": "129.08", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "187.349", - "max": "201.909", - "min": "185.891", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "172.255", - "max": "173.435", - "min": "171.976", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "153.565", - "max": "153.718", - "min": "153.401", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "122.035", - "max": "122.602", - "min": "121.819", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "66.685", - "max": "68.86", - "min": "66.454", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "225.891", - "max": "226.734", - "min": "225.357", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "90.988", - "max": "91.191", - "min": "90.839", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "82.142", - "max": "83.074", - "min": "81.995", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "235.961", - "max": "238.678", - "min": "235.438", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "59.013", - "max": "59.322", - "min": "58.735", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "78.223", - "max": "87.184", - "min": "77.543", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "145.154", - "max": "145.702", - "min": "144.938", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "59.935", - "max": "60.911", - "min": "59.675", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "63.209", - "max": "70.965", - "min": "62.764", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "61.506", - "max": "71.316", - "min": "59.149", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "311.597", - "max": "314.457", - "min": "311.3", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "94.478", - "max": "95.788", - "min": "94.258", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "55.13", - "max": "93.909", - "min": "53.573", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "144.725", - "max": "144.948", - "min": "144.593", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "195.852", - "max": "196.155", - "min": "195.527", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "100.085", - "max": "100.744", - "min": "99.921", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "284.144", - "max": "327.166", - "min": "277.324", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "160.955", - "max": "161.21", - "min": "160.743", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "303.606", - "max": "392.951", - "min": "293.868", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "168.383", - "max": "170.162", - "min": "168.074", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "428.152", - "max": "429.034", - "min": "427.522", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "92.901", - "max": "95.665", - "min": "92.476", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "123.783", - "max": "124.056", - "min": "123.571", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "150.041", - "max": "151.288", - "min": "149.802", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "209.32", - "max": "210.774", - "min": "209.095", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "134.742", - "max": "134.95", - "min": "134.596", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "189.398", - "max": "189.914", - "min": "189.131", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "279.242", - "max": "286.318", - "min": "255.67", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "139.088", - "max": "139.822", - "min": "138.942", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "139.578", - "max": "140.484", - "min": "139.331", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "69.994", - "max": "72.699", - "min": "69.644", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "185.81", - "max": "186.167", - "min": "185.69", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "68.286", - "max": "68.919", - "min": "68.092", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "62.52", - "max": "63.515", - "min": "62.102", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "71.14", - "max": "73.557", - "min": "70.812", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "54.262", - "max": "54.629", - "min": "54.075", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "65.031", - "max": "66.046", - "min": "64.564", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "0.029", - "max": "0.089", - "min": "0.022", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "89.765", - "max": "90.343", - "min": "89.602", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "103.607", - "max": "104.803", - "min": "103.396", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "91.05", - "max": "92.009", - "min": "90.857", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "64.102", - "max": "66.431", - "min": "63.636", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "71.754", - "max": "71.987", - "min": "71.581", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "61.893", - "max": "65.911", - "min": "61.463", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "71.79", - "max": "73.537", - "min": "71.455", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "103.168", - "max": "104.61", - "min": "102.805", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "64.143", - "max": "80.22", - "min": "62.556", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "72.768", - "max": "92.334", - "min": "62.287", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "56.028", - "max": "59.3", - "min": "55.771", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "98.955", - "max": "99.846", - "min": "98.659", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "78.542", - "max": "80.349", - "min": "78.196", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "81.831", - "max": "82.351", - "min": "81.341", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "67.572", - "max": "126.228", - "min": "64.554", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "231.477", - "max": "232.842", - "min": "231.269", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "65.463", - "max": "66.436", - "min": "65.245", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "46.72", - "max": "53.941", - "min": "46.194", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "76.281", - "max": "76.596", - "min": "76.14", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "223.66", - "max": "229.53", - "min": "221.682", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "100.751", - "max": "101.407", - "min": "100.588", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "60.824", - "max": "74.002", - "min": "59.963", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "66.732", - "max": "69.107", - "min": "66.15", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "54.464", - "max": "54.895", - "min": "53.973", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "306.309", - "max": "317.195", - "min": "303.748", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "145.698", - "max": "155.351", - "min": "144.743", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "255.486", - "max": "256.417", - "min": "254.717", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "166.547", - "max": "166.757", - "min": "166.297", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "67.991", - "max": "68.179", - "min": "67.829", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "179.138", - "max": "181.939", - "min": "178.709", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "192.936", - "max": "193.287", - "min": "192.591", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "54.829", - "max": "55.235", - "min": "54.561", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "113.363", - "max": "114.02", - "min": "113.142", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "64.495", - "max": "66.288", - "min": "63.83", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "65.669", - "max": "66.185", - "min": "65.466", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "152.787", - "max": "153.774", - "min": "152.548", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "155.087", - "max": "156.794", - "min": "154.918", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "303.052", - "max": "424.178", - "min": "295.193", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "137.112", - "max": "140.624", - "min": "136.829", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "76.498", - "max": "76.67", - "min": "76.288", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "127.94", - "max": "129.062", - "min": "127.784", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "66.194", - "max": "66.917", - "min": "65.944", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "272.163", - "max": "274.115", - "min": "271.881", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "171.047", - "max": "175.819", - "min": "167.807", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "73.941", - "max": "74.651", - "min": "73.763", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "102.787", - "max": "105.506", - "min": "102.148", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "202.935", - "max": "207.946", - "min": "201.589", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "161.695", - "max": "162.601", - "min": "161.133", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "269.954", - "max": "270.094", - "min": "269.755", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "121.451", - "max": "123.869", - "min": "121.15", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "90.865", - "max": "91.12", - "min": "90.697", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "65.094", - "max": "66.574", - "min": "64.897", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "99.133", - "max": "99.874", - "min": "98.88", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "147.378", - "max": "151.188", - "min": "146.678", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "140.731", - "max": "145.026", - "min": "140.439", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "100.785", - "max": "105.469", - "min": "99.332", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "209.907", - "max": "210.702", - "min": "209.494", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "147.61", - "max": "149.897", - "min": "146.57", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "107.677", - "max": "110.763", - "min": "107.364", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "147.782", - "max": "148.206", - "min": "147.547", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "78.34", - "max": "88.849", - "min": "77.803", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "229.616", - "max": "231.755", - "min": "216.937", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "236.626", - "max": "236.626", - "min": "236.626", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "65.313", - "max": "65.522", - "min": "65.166", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "74.423", - "max": "74.514", - "min": "74.309", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "157.136", - "max": "161.472", - "min": "156.783", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "84.548", - "max": "94.913", - "min": "78.055", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "90.946", - "max": "99.727", - "min": "90.439", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "238.764", - "max": "240.282", - "min": "238.444", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "125.768", - "max": "126.596", - "min": "125.393", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "138.886", - "max": "140.616", - "min": "138.511", - "id": "192", - "country": "Cyprus", - "source_name": "Limassol", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "195": { - "name": "Palermo", - "data": { - "0": { - "avg": "217.989", - "max": "218.147", - "min": "217.785", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "306.283", - "max": "308.324", - "min": "305.948", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "135.53", - "max": "135.748", - "min": "135.372", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "53.344", - "max": "61.395", - "min": "52.504", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "41.026", - "max": "42.351", - "min": "40.771", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "299.77", - "max": "300.574", - "min": "299.581", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "44.518", - "max": "45.802", - "min": "44.355", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "323.607", - "max": "335.293", - "min": "321.831", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "69.445", - "max": "70.053", - "min": "69.225", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "69.148", - "max": "77.071", - "min": "68.287", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "51.358", - "max": "51.671", - "min": "51.154", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "154.963", - "max": "157.228", - "min": "154.723", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "120.824", - "max": "121.514", - "min": "120.631", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "119.046", - "max": "120.738", - "min": "118.777", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "138.041", - "max": "141.545", - "min": "137.778", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "119.141", - "max": "119.933", - "min": "118.899", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.146", - "max": "35.438", - "min": "34.874", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "129.507", - "max": "129.659", - "min": "129.406", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "52.922", - "max": "53.174", - "min": "52.741", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "45.03", - "max": "45.329", - "min": "44.869", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "320.93", - "max": "321.297", - "min": "320.816", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "154.963", - "max": "155.208", - "min": "154.808", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "175.631", - "max": "175.803", - "min": "175.445", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "203.017", - "max": "203.987", - "min": "202.693", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "62.697", - "max": "64.084", - "min": "62.422", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "55.057", - "max": "56.09", - "min": "54.883", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "24.341", - "max": "25.553", - "min": "24.088", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "48.424", - "max": "48.767", - "min": "48.184", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "36.79", - "max": "36.948", - "min": "36.628", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "176.656", - "max": "177.681", - "min": "176.385", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "277.685", - "max": "278.9", - "min": "277.559", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "64.089", - "max": "64.447", - "min": "63.945", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "168.768", - "max": "170.551", - "min": "168.443", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "68.788", - "max": "69.198", - "min": "68.666", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "49.45", - "max": "50.38", - "min": "49.13", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "161.866", - "max": "162.573", - "min": "161.591", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "180.622", - "max": "180.77", - "min": "180.526", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "179.174", - "max": "179.444", - "min": "178.839", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "151.655", - "max": "151.879", - "min": "151.517", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "123.864", - "max": "125.475", - "min": "123.561", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "186.567", - "max": "193.386", - "min": "185.599", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "52.58", - "max": "59.191", - "min": "52.013", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "86.56", - "max": "87.418", - "min": "86.342", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "70.252", - "max": "100.227", - "min": "68.731", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "183.787", - "max": "184.022", - "min": "183.668", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "50.371", - "max": "51.268", - "min": "49.892", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "75.16", - "max": "75.573", - "min": "74.942", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "187.684", - "max": "189.213", - "min": "187.498", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "273.643", - "max": "274.553", - "min": "272.282", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "159.819", - "max": "160.157", - "min": "159.679", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "124.773", - "max": "125.399", - "min": "124.597", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "193.694", - "max": "197.996", - "min": "193.199", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "67.266", - "max": "82.384", - "min": "57.325", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "159.855", - "max": "160.599", - "min": "159.653", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "296.325", - "max": "317.623", - "min": "291.129", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "298.878", - "max": "299.371", - "min": "298.671", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "61.409", - "max": "65.585", - "min": "60.929", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "330.76", - "max": "331.748", - "min": "330.525", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.764", - "max": "63.014", - "min": "58.376", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "42.922", - "max": "43.529", - "min": "42.72", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "65.823", - "max": "71.037", - "min": "65.254", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "85.255", - "max": "138.924", - "min": "82.991", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "167.531", - "max": "185.693", - "min": "165.032", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "372.387", - "max": "377.267", - "min": "371.892", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "38.048", - "max": "39.14", - "min": "37.792", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "58.031", - "max": "58.416", - "min": "57.84", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "117.7", - "max": "117.962", - "min": "117.554", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "73.586", - "max": "82.955", - "min": "72.471", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "260.905", - "max": "262.653", - "min": "260.307", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "161.795", - "max": "162.423", - "min": "161.613", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "285.14", - "max": "286.658", - "min": "284.83", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "187.187", - "max": "190.682", - "min": "186.469", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "182.977", - "max": "274.172", - "min": "179.361", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "135.202", - "max": "135.74", - "min": "135.019", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "88.18", - "max": "88.768", - "min": "87.96", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "48.226", - "max": "50.725", - "min": "47.913", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "125.597", - "max": "125.863", - "min": "125.43", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "190.26", - "max": "192.982", - "min": "190", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "134.261", - "max": "144.871", - "min": "133.483", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "127.204", - "max": "128.37", - "min": "127.007", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "195.946", - "max": "200.988", - "min": "195.39", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "130.4", - "max": "131.571", - "min": "130.12", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "226.92", - "max": "227.335", - "min": "226.781", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "174.066", - "max": "174.603", - "min": "173.804", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "170.174", - "max": "170.452", - "min": "169.988", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "63.144", - "max": "64.428", - "min": "62.828", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "54.192", - "max": "54.637", - "min": "53.908", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "154.326", - "max": "154.695", - "min": "154.089", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "137.123", - "max": "138.3", - "min": "136.911", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "53.128", - "max": "61.803", - "min": "51.595", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "146.511", - "max": "148.795", - "min": "145.738", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "188.85", - "max": "189.258", - "min": "188.603", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "62.155", - "max": "62.857", - "min": "62.041", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "338.998", - "max": "340.964", - "min": "338.712", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "122.8", - "max": "128.245", - "min": "122.295", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "145.128", - "max": "146.142", - "min": "144.867", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "200.488", - "max": "203.457", - "min": "199.971", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "172.788", - "max": "195.925", - "min": "171.005", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "188.264", - "max": "188.655", - "min": "188.068", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "138.805", - "max": "140.368", - "min": "138.528", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "143.737", - "max": "146.638", - "min": "143.511", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "194.882", - "max": "195.063", - "min": "194.651", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "71.911", - "max": "82.445", - "min": "71.293", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "350.4", - "max": "354.696", - "min": "349.722", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "139.924", - "max": "141.016", - "min": "139.643", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "369.192", - "max": "376.428", - "min": "342.902", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "216.081", - "max": "220.645", - "min": "215.688", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "124.498", - "max": "125.912", - "min": "124.218", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "126.103", - "max": "126.375", - "min": "125.973", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "165.344", - "max": "167", - "min": "165.161", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.582", - "max": "258.896", - "min": "258.483", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "298.969", - "max": "299.112", - "min": "298.865", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "119.891", - "max": "120.28", - "min": "119.797", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "144.052", - "max": "145.045", - "min": "143.791", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "370.475", - "max": "494.2", - "min": "203.382", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "164.523", - "max": "244.318", - "min": "89.25", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "165.711", - "max": "166.499", - "min": "165.318", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "258.864", - "max": "259.299", - "min": "258.567", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "161.336", - "max": "163.297", - "min": "160.998", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "144.879", - "max": "146.581", - "min": "144.424", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "170.078", - "max": "170.999", - "min": "169.838", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "215.136", - "max": "370.016", - "min": "138.718", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "216.179", - "max": "216.303", - "min": "216.062", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "79.465", - "max": "254.921", - "min": "71.16", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "68.574", - "max": "68.693", - "min": "68.446", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "57.014", - "max": "58.34", - "min": "56.448", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "115.187", - "max": "115.678", - "min": "114.867", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "156.568", - "max": "156.887", - "min": "156.334", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "101.04", - "max": "103.297", - "min": "100.645", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "231.52", - "max": "232.033", - "min": "231.384", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "140.133", - "max": "140.475", - "min": "139.945", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "144.56", - "max": "144.909", - "min": "144.326", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "162.725", - "max": "170.306", - "min": "162.176", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "336.9", - "max": "341.009", - "min": "336.107", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "162.417", - "max": "162.568", - "min": "162.288", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "121.281", - "max": "121.536", - "min": "121.113", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "176.577", - "max": "202.586", - "min": "174.955", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "161.089", - "max": "161.309", - "min": "160.869", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "146.893", - "max": "147.264", - "min": "146.803", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "119.514", - "max": "119.742", - "min": "119.333", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "53.582", - "max": "53.782", - "min": "53.395", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "192.894", - "max": "193.482", - "min": "192.491", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "78.254", - "max": "81.58", - "min": "77.893", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "60.091", - "max": "60.393", - "min": "59.911", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "229.667", - "max": "236.713", - "min": "228.865", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "42.689", - "max": "52.369", - "min": "41.256", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "31.299", - "max": "45.24", - "min": "30.639", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "183.362", - "max": "183.536", - "min": "183.226", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "45.566", - "max": "48.983", - "min": "45.304", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "52.393", - "max": "52.524", - "min": "52.272", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "35.644", - "max": "45.384", - "min": "34.063", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "305.913", - "max": "306.179", - "min": "305.721", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "68.907", - "max": "70.258", - "min": "68.389", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "41.205", - "max": "45.569", - "min": "40.792", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "124.631", - "max": "125.462", - "min": "124.466", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "214.092", - "max": "214.65", - "min": "213.845", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "83.495", - "max": "84.496", - "min": "83.093", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "173.152", - "max": "220.858", - "min": "164.168", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "174.6", - "max": "175.943", - "min": "174.354", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "151.752", - "max": "154.822", - "min": "151.351", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "418.164", - "max": "429.041", - "min": "415.758", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "63.454", - "max": "63.861", - "min": "63.34", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "118.417", - "max": "118.618", - "min": "118.292", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "131.168", - "max": "132.553", - "min": "130.961", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "195.711", - "max": "195.891", - "min": "195.577", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "119.839", - "max": "120.248", - "min": "119.666", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "184.256", - "max": "201.543", - "min": "183.12", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "327.935", - "max": "336.064", - "min": "308.165", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "120.795", - "max": "123.663", - "min": "120.497", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "129.55", - "max": "132.861", - "min": "129.222", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "26.115", - "max": "29.874", - "min": "25.729", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "294.444", - "max": "294.849", - "min": "294.284", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "51.967", - "max": "52.601", - "min": "51.783", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "44.068", - "max": "55.422", - "min": "43.458", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "31.857", - "max": "46.647", - "min": "31.243", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "23.589", - "max": "23.712", - "min": "23.494", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "57.017", - "max": "57.541", - "min": "56.788", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "91.333", - "max": "96.616", - "min": "90.881", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "35.778", - "max": "36.226", - "min": "35.632", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "96.032", - "max": "100.193", - "min": "95.65", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "0.054", - "max": "0.099", - "min": "0.023", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "41.928", - "max": "43.232", - "min": "41.686", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "51.887", - "max": "52.01", - "min": "51.758", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "40.722", - "max": "41.363", - "min": "40.528", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "60.017", - "max": "60.369", - "min": "59.82", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "52.7", - "max": "64.631", - "min": "51.947", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "39.37", - "max": "42.006", - "min": "38.313", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "76.305", - "max": "143.206", - "min": "48.736", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "59.168", - "max": "60.024", - "min": "59.049", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "79.75", - "max": "80.573", - "min": "79.419", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "68.779", - "max": "85.73", - "min": "67.984", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "65.487", - "max": "65.934", - "min": "65.139", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "44.115", - "max": "46.172", - "min": "43.783", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "325.876", - "max": "326.51", - "min": "325.668", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "53.903", - "max": "54.076", - "min": "53.786", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "27.583", - "max": "29.002", - "min": "27.312", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "64.523", - "max": "64.635", - "min": "64.401", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "200.474", - "max": "208.047", - "min": "198.925", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "74.263", - "max": "74.568", - "min": "74.055", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "41.991", - "max": "42.779", - "min": "41.809", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "45.106", - "max": "45.317", - "min": "44.958", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "39.453", - "max": "40.047", - "min": "39.217", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "341.622", - "max": "355.113", - "min": "339.065", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "138.353", - "max": "142.015", - "min": "137.587", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "239.991", - "max": "240.2", - "min": "239.859", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "192.267", - "max": "195.829", - "min": "191.772", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "45.712", - "max": "46.14", - "min": "45.54", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "182.95", - "max": "184.304", - "min": "182.738", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "194.342", - "max": "196.85", - "min": "193.887", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "46.985", - "max": "47.463", - "min": "46.798", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "42.672", - "max": "44.29", - "min": "42.228", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "51.015", - "max": "52.942", - "min": "50.514", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "41.481", - "max": "42.798", - "min": "41.204", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "135.489", - "max": "135.608", - "min": "135.374", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "140.549", - "max": "141.226", - "min": "140.389", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "350.673", - "max": "351.417", - "min": "350.454", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "113.863", - "max": "114.099", - "min": "113.728", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "60.655", - "max": "61.077", - "min": "60.467", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "121.576", - "max": "121.832", - "min": "121.48", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "64.707", - "max": "71.508", - "min": "64.363", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "233.928", - "max": "235.16", - "min": "233.642", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "165.915", - "max": "179.979", - "min": "162.848", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "47.613", - "max": "48.988", - "min": "47.413", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "19.93", - "max": "21.326", - "min": "19.148", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "178.682", - "max": "182.657", - "min": "177.672", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "135.64", - "max": "136.491", - "min": "135.168", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "272.734", - "max": "272.95", - "min": "272.499", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "65.642", - "max": "68.172", - "min": "65.379", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "76.401", - "max": "76.767", - "min": "76.258", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "42.822", - "max": "43.03", - "min": "42.737", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "12.963", - "max": "21.119", - "min": "12.393", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "129.971", - "max": "131.21", - "min": "129.637", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "123.944", - "max": "124.276", - "min": "123.803", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.66", - "max": "72.065", - "min": "67.067", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "214.02", - "max": "215.222", - "min": "212.913", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "124.706", - "max": "126.135", - "min": "123.493", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "84.172", - "max": "84.776", - "min": "83.982", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "153.176", - "max": "155.965", - "min": "152.926", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "56.25", - "max": "56.74", - "min": "56.094", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "245.416", - "max": "247.04", - "min": "243.868", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "231.92", - "max": "231.92", - "min": "231.92", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "47.648", - "max": "47.868", - "min": "47.539", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "37.802", - "max": "38.121", - "min": "37.638", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "145.098", - "max": "149.03", - "min": "144.7", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "60.493", - "max": "72.721", - "min": "53.175", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "63.594", - "max": "64.851", - "min": "63.326", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "213.079", - "max": "218.423", - "min": "212.493", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "65.481", - "max": "66.141", - "min": "65.242", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "139.726", - "max": "147.535", - "min": "139.314", - "id": "195", - "country": "Italy", - "source_name": "Palermo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "196": { - "name": "Dronten", - "data": { - "0": { - "avg": "246.707", - "max": "250.779", - "min": "246.273", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "266.798", - "max": "267.784", - "min": "266.026", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.088", - "max": "93.459", - "min": "89.789", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "25.563", - "max": "32.531", - "min": "24.727", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "11.847", - "max": "13.383", - "min": "11.573", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "241.305", - "max": "243.098", - "min": "240.331", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "3.158", - "max": "7.333", - "min": "2.643", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "270.346", - "max": "284.523", - "min": "268.842", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "54.439", - "max": "56.112", - "min": "54.117", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "22.652", - "max": "27.397", - "min": "21.892", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "7.691", - "max": "15.239", - "min": "6.906", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "113.972", - "max": "134.89", - "min": "113.09", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "78.714", - "max": "81.508", - "min": "78.339", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "81.05", - "max": "97.677", - "min": "80.14", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "116.828", - "max": "121.62", - "min": "116.44", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "81.808", - "max": "83.797", - "min": "80.946", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "30.588", - "max": "32.652", - "min": "30.19", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "102.941", - "max": "113.767", - "min": "101.366", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "19.359", - "max": "24.392", - "min": "18.647", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "20.487", - "max": "22.741", - "min": "20.154", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "280.93", - "max": "285.209", - "min": "280.396", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "100.856", - "max": "102.85", - "min": "100.441", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "149.669", - "max": "151.496", - "min": "149.322", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "158.99", - "max": "164.317", - "min": "158.334", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "26.552", - "max": "27.029", - "min": "26.296", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "14.182", - "max": "23.252", - "min": "13.459", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.697", - "max": "22.456", - "min": "20.222", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "27.794", - "max": "30.41", - "min": "27.436", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "19.911", - "max": "21.747", - "min": "19.681", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "138.419", - "max": "140.335", - "min": "137.865", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "160.007", - "max": "166.541", - "min": "159.537", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "29.726", - "max": "31.784", - "min": "29.441", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "139.129", - "max": "141.134", - "min": "138.86", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "40.717", - "max": "41.814", - "min": "40.473", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "13.887", - "max": "17.543", - "min": "13.263", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.591", - "max": "165.326", - "min": "163.177", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "150.551", - "max": "151.58", - "min": "149.523", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "141.075", - "max": "142.682", - "min": "140.79", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.036", - "max": "110.234", - "min": "107.661", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.469", - "max": "87.55", - "min": "81.906", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "149.78", - "max": "153.519", - "min": "149.219", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "11.544", - "max": "18.401", - "min": "10.585", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "45.453", - "max": "48.507", - "min": "44.865", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "26.542", - "max": "32.899", - "min": "26.108", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "137.97", - "max": "138.628", - "min": "137.794", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "31.645", - "max": "36.207", - "min": "31.045", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "40.171", - "max": "43.963", - "min": "39.714", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "163.823", - "max": "165.268", - "min": "163.496", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "227.298", - "max": "231.993", - "min": "226.681", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "125.518", - "max": "128.613", - "min": "125.282", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "87.36", - "max": "90.763", - "min": "86.608", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "150.349", - "max": "151.388", - "min": "149.773", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "10.927", - "max": "20.427", - "min": "6.806", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "109.144", - "max": "110.567", - "min": "108.813", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "132.599", - "max": "137.578", - "min": "129.463", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "178.173", - "max": "179.713", - "min": "177.757", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.984", - "max": "44.069", - "min": "37.839", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "301.209", - "max": "302.414", - "min": "301.011", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "25.377", - "max": "32.42", - "min": "24.567", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "14.391", - "max": "14.98", - "min": "14.197", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "58.286", - "max": "61.231", - "min": "57.601", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.461", - "max": "125.209", - "min": "67.159", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "191.765", - "max": "302.866", - "min": "182.578", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "348.809", - "max": "348.846", - "min": "348.742", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "46.291", - "max": "48.394", - "min": "45.989", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "37.583", - "max": "39.62", - "min": "37.28", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "84.24", - "max": "86.509", - "min": "83.898", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "57.126", - "max": "60.46", - "min": "56.568", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "208.647", - "max": "210.283", - "min": "207.953", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "122.845", - "max": "124.976", - "min": "122.574", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "200.604", - "max": "207.194", - "min": "199.927", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "144.919", - "max": "146.623", - "min": "144.525", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "157.202", - "max": "158.362", - "min": "156.946", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "99.646", - "max": "100.467", - "min": "99.529", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "56.505", - "max": "59.604", - "min": "56.055", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "12.62", - "max": "15.02", - "min": "12.115", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "100.571", - "max": "102.223", - "min": "100.213", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "141.543", - "max": "146.729", - "min": "140.808", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "100.194", - "max": "102.694", - "min": "99.72", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "94.657", - "max": "97.345", - "min": "93.956", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "134.814", - "max": "148.761", - "min": "133.877", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "93.599", - "max": "96.593", - "min": "93.099", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "181.84", - "max": "185.788", - "min": "181.423", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "151.474", - "max": "153.075", - "min": "151.153", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "120.49", - "max": "122.478", - "min": "120.284", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "60.671", - "max": "62.586", - "min": "60.264", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.436", - "max": "22.546", - "min": "19.005", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "107.128", - "max": "109.025", - "min": "106.941", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "107.571", - "max": "109.468", - "min": "107.218", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.586", - "max": "22.591", - "min": "13.951", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "104.962", - "max": "106.896", - "min": "104.128", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "144.329", - "max": "148.98", - "min": "143.755", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "27.606", - "max": "29.501", - "min": "27.34", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "293.884", - "max": "295.855", - "min": "293.536", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "93.938", - "max": "95.938", - "min": "93.355", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "107.347", - "max": "108.752", - "min": "107.001", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "156.857", - "max": "157.442", - "min": "156.562", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "146.113", - "max": "171.959", - "min": "144.544", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "139.978", - "max": "144.351", - "min": "139.585", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "101.881", - "max": "102.664", - "min": "101.648", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "101.533", - "max": "103.717", - "min": "101.27", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "148.092", - "max": "149.226", - "min": "147.773", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "40.748", - "max": "43.569", - "min": "40.401", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "314.981", - "max": "321.654", - "min": "313.646", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "100.695", - "max": "106.384", - "min": "100.282", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "324.952", - "max": "340.551", - "min": "286.82", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "201.077", - "max": "203.024", - "min": "200.814", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "81.611", - "max": "86.137", - "min": "81.056", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "108.481", - "max": "110.168", - "min": "108.143", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "133.96", - "max": "137.268", - "min": "133.657", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "296.6", - "max": "298.261", - "min": "296.224", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "258.279", - "max": "260.217", - "min": "257.977", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "73.801", - "max": "76.901", - "min": "73.373", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "134.278", - "max": "137.061", - "min": "133.567", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "380.657", - "max": "498.07", - "min": "191.353", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "160.685", - "max": "260.182", - "min": "58.146", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "154.801", - "max": "161.42", - "min": "153.819", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "199.779", - "max": "201.718", - "min": "199.314", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "116.788", - "max": "118.769", - "min": "116.556", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "118.285", - "max": "120.051", - "min": "117.832", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "114.622", - "max": "118.812", - "min": "114.009", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "180.927", - "max": "330.207", - "min": "99.648", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "191.217", - "max": "195.412", - "min": "190.9", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "38.41", - "max": "211.403", - "min": "29.989", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "29.467", - "max": "31.28", - "min": "29.316", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "28.204", - "max": "29.203", - "min": "27.464", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "76.162", - "max": "77.559", - "min": "75.904", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "160.975", - "max": "162.137", - "min": "160.552", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "109.667", - "max": "111.899", - "min": "109.22", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "187.108", - "max": "189.119", - "min": "186.878", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "108.226", - "max": "113.027", - "min": "107.526", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "98.045", - "max": "98.917", - "min": "97.716", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "101.051", - "max": "102.911", - "min": "100.534", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "287.34", - "max": "290.361", - "min": "286.555", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "122.025", - "max": "123.988", - "min": "121.577", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.163", - "max": "76.071", - "min": "72.789", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "126.043", - "max": "144.167", - "min": "123.647", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "111.59", - "max": "112.454", - "min": "111.335", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "111.462", - "max": "113.403", - "min": "111.113", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "75.997", - "max": "79.586", - "min": "75.436", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "25.248", - "max": "27.593", - "min": "24.847", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "187.393", - "max": "193.231", - "min": "186.601", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "42.717", - "max": "48.1", - "min": "42.206", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "24.63", - "max": "26.314", - "min": "24.286", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "181.554", - "max": "195.404", - "min": "180.69", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "6", - "max": "9.864", - "min": "5.603", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "46.042", - "max": "47.01", - "min": "45.799", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "131.632", - "max": "134.361", - "min": "131.424", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "10.226", - "max": "11.558", - "min": "10.022", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "12.367", - "max": "19.904", - "min": "11.921", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "12.431", - "max": "19.721", - "min": "11.126", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "238.206", - "max": "242.781", - "min": "237.843", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "33.713", - "max": "37.919", - "min": "33.079", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.441", - "max": "21.749", - "min": "17.025", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "94.171", - "max": "95.878", - "min": "93.88", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "140.209", - "max": "143.402", - "min": "139.674", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "38.161", - "max": "41.104", - "min": "37.76", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "252.236", - "max": "289.161", - "min": "244.531", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "122.058", - "max": "126.632", - "min": "121.454", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "251.838", - "max": "342.751", - "min": "243.977", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "125.717", - "max": "128.784", - "min": "125.401", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "378.16", - "max": "378.98", - "min": "377.927", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "31.366", - "max": "33.305", - "min": "30.834", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "75.361", - "max": "76.628", - "min": "74.952", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "119.858", - "max": "124.299", - "min": "119.097", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.948", - "max": "184.931", - "min": "182.677", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "89.943", - "max": "93.041", - "min": "89.635", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "136.015", - "max": "137.629", - "min": "135.734", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "239.774", - "max": "245.739", - "min": "217.712", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "84.725", - "max": "86.136", - "min": "84.464", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "99.982", - "max": "106.149", - "min": "99.436", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "17.453", - "max": "20.185", - "min": "16.98", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "138.509", - "max": "141.283", - "min": "138.077", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "16.551", - "max": "19.582", - "min": "16.256", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "26.25", - "max": "34.326", - "min": "25.472", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "28.787", - "max": "30.303", - "min": "28.485", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "20.686", - "max": "22.33", - "min": "20.455", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.315", - "max": "17.125", - "min": "14.906", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "64.303", - "max": "69.795", - "min": "63.606", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "45.735", - "max": "55.768", - "min": "45.134", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "60.315", - "max": "64.595", - "min": "59.839", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "45.108", - "max": "47.934", - "min": "44.782", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "0.038", - "max": "0.104", - "min": "0.021", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "5.935", - "max": "10.776", - "min": "5.416", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "3.727", - "max": "5.237", - "min": "3.423", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "18.013", - "max": "27.052", - "min": "17.268", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "68.298", - "max": "72.299", - "min": "67.54", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "32.456", - "max": "59.224", - "min": "29.838", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "33.414", - "max": "77.652", - "min": "11.879", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "7.23", - "max": "10.056", - "min": "7.029", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "72.105", - "max": "73.001", - "min": "71.839", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "35.959", - "max": "58.619", - "min": "34.208", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "35.345", - "max": "37.932", - "min": "34.678", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "6.312", - "max": "22.033", - "min": "5.057", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "276.125", - "max": "278.827", - "min": "275.746", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "19.274", - "max": "20.106", - "min": "19.077", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.591", - "max": "50.418", - "min": "42.763", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "28.484", - "max": "30.531", - "min": "28.249", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "170.283", - "max": "178.215", - "min": "168.211", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "52.93", - "max": "53.523", - "min": "52.789", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "5.091", - "max": "14.764", - "min": "4.399", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "4.57", - "max": "6.47", - "min": "4.215", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "2.07", - "max": "4.716", - "min": "1.689", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "297.304", - "max": "303.81", - "min": "296.423", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "86.415", - "max": "96.601", - "min": "84.655", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "214.942", - "max": "226.139", - "min": "211.615", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "151.008", - "max": "151.89", - "min": "150.824", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "6.275", - "max": "7.77", - "min": "6.001", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "131.259", - "max": "137.816", - "min": "130.715", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "149.764", - "max": "154.268", - "min": "149.119", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "34.143", - "max": "40.042", - "min": "33.579", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "56.378", - "max": "59.318", - "min": "56.056", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "13.675", - "max": "16.311", - "min": "13.035", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "4.85", - "max": "6.321", - "min": "4.449", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "102.67", - "max": "103.811", - "min": "102.466", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "115.523", - "max": "117.399", - "min": "115.249", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "250.866", - "max": "252.618", - "min": "250.405", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "81.311", - "max": "83.748", - "min": "81.088", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.282", - "max": "25.338", - "min": "22.95", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "79.419", - "max": "80.316", - "min": "79.191", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "17.647", - "max": "20.303", - "min": "17.263", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "204.239", - "max": "209.079", - "min": "203.433", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "119.611", - "max": "125.298", - "min": "116.58", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "29.046", - "max": "31.287", - "min": "28.694", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "41.729", - "max": "49.094", - "min": "40.107", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "171.21", - "max": "180.099", - "min": "169.477", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "235.999", - "max": "237.552", - "min": "235.65", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "208.378", - "max": "209.531", - "min": "208.169", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "79.14", - "max": "79.976", - "min": "78.893", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "41.335", - "max": "42.825", - "min": "41.027", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "13.374", - "max": "18.348", - "min": "12.835", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "55.023", - "max": "57.932", - "min": "54.749", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "86.363", - "max": "90.42", - "min": "85.586", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "88.866", - "max": "89.875", - "min": "88.594", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.362", - "max": "67.763", - "min": "63.548", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "169.806", - "max": "170.77", - "min": "169.367", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "101.699", - "max": "104.067", - "min": "100.755", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "62.06", - "max": "65.405", - "min": "61.379", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.163", - "max": "110.708", - "min": "104.371", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "21.636", - "max": "24.169", - "min": "21.288", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "177.381", - "max": "179.463", - "min": "177.034", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "182.861", - "max": "182.861", - "min": "182.861", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "18.603", - "max": "21.98", - "min": "18.307", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "12.007", - "max": "12.604", - "min": "11.907", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "121.891", - "max": "142.264", - "min": "120.551", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "33.657", - "max": "45.999", - "min": "25.737", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.142", - "max": "33.37", - "min": "27.343", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "188.181", - "max": "189.726", - "min": "187.827", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "89.646", - "max": "90.657", - "min": "89.27", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "100.699", - "max": "107.828", - "min": "100.234", - "id": "196", - "country": "Netherlands", - "source_name": "Dronten", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "197": { - "name": "Groningen", - "data": { - "0": { - "avg": "222.206", - "max": "225.743", - "min": "221.876", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "287.431", - "max": "292.84", - "min": "287.048", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "97.416", - "max": "97.527", - "min": "97.324", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "26.503", - "max": "32.527", - "min": "25.598", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "14.906", - "max": "15.322", - "min": "14.73", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "244.901", - "max": "245.095", - "min": "244.763", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "5.206", - "max": "6.946", - "min": "4.985", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "274.061", - "max": "279.034", - "min": "273.388", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.403", - "max": "43.638", - "min": "43.211", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "26.539", - "max": "30.777", - "min": "26.08", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "9.098", - "max": "9.422", - "min": "8.909", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "129.746", - "max": "132.25", - "min": "129.516", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "86.749", - "max": "87.074", - "min": "86.659", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "89.393", - "max": "99.483", - "min": "88.831", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "110.072", - "max": "114.35", - "min": "109.827", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "96.211", - "max": "96.907", - "min": "95.989", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "39.883", - "max": "40.153", - "min": "39.648", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.138", - "max": "96.329", - "min": "96.027", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "28.862", - "max": "29.135", - "min": "28.696", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "25.708", - "max": "25.812", - "min": "25.611", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.472", - "max": "291.642", - "min": "289.303", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "96.437", - "max": "96.68", - "min": "96.341", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "158.188", - "max": "158.299", - "min": "158.077", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "142.055", - "max": "142.733", - "min": "141.878", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.403", - "max": "34.718", - "min": "34.302", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "15.674", - "max": "16.013", - "min": "15.534", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "29.652", - "max": "32.271", - "min": "29.349", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "32.658", - "max": "33.103", - "min": "32.556", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "16.757", - "max": "16.953", - "min": "16.646", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "148.808", - "max": "149.659", - "min": "148.613", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "167.563", - "max": "167.731", - "min": "167.403", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "36.8", - "max": "37.609", - "min": "36.607", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "146.517", - "max": "147.254", - "min": "146.354", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "46.087", - "max": "46.448", - "min": "45.943", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "26.549", - "max": "27.885", - "min": "26.256", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "174.238", - "max": "175.048", - "min": "174.095", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "145.02", - "max": "145.09", - "min": "144.939", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "144.445", - "max": "144.572", - "min": "144.361", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "120.36", - "max": "120.776", - "min": "120.21", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "100.239", - "max": "101.007", - "min": "100.04", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "151.936", - "max": "155.257", - "min": "151.367", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "15.629", - "max": "17.899", - "min": "15.265", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "48.413", - "max": "48.682", - "min": "48.274", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "29.947", - "max": "33.424", - "min": "29.752", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "157.34", - "max": "157.489", - "min": "157.256", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.819", - "max": "36.523", - "min": "35.485", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "30.4", - "max": "30.686", - "min": "30.26", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "172.239", - "max": "172.671", - "min": "172.081", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "230.733", - "max": "231.305", - "min": "230.557", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "129.407", - "max": "129.494", - "min": "129.331", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "89.749", - "max": "89.881", - "min": "89.593", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "146.623", - "max": "146.797", - "min": "146.379", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "30.021", - "max": "44.854", - "min": "17.459", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "105.58", - "max": "105.656", - "min": "105.475", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "185.731", - "max": "192.591", - "min": "183.058", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "178.801", - "max": "180.165", - "min": "178.494", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "46.526", - "max": "50.376", - "min": "45.045", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "315.413", - "max": "315.472", - "min": "315.338", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "58.103", - "max": "60.421", - "min": "57.57", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "10.631", - "max": "10.712", - "min": "10.525", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60.097", - "max": "61.472", - "min": "59.455", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.817", - "max": "104.643", - "min": "66.829", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "181.486", - "max": "205.553", - "min": "178.667", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "316.87", - "max": "317.158", - "min": "316.78", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "50.845", - "max": "51.912", - "min": "50.669", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "37.135", - "max": "41.43", - "min": "36.865", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "85.015", - "max": "85.183", - "min": "84.879", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "56.248", - "max": "56.585", - "min": "55.928", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "213.007", - "max": "217.723", - "min": "212.091", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "125.772", - "max": "126.997", - "min": "125.575", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "202.314", - "max": "202.905", - "min": "202.148", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "144.846", - "max": "145.767", - "min": "144.603", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "146.768", - "max": "151.297", - "min": "146.49", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.981", - "max": "114.063", - "min": "113.891", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "52.758", - "max": "54.275", - "min": "52.491", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "21.831", - "max": "22.21", - "min": "21.643", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "102.055", - "max": "102.192", - "min": "101.889", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "143.482", - "max": "144.052", - "min": "143.321", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "98.129", - "max": "98.751", - "min": "97.89", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "99.874", - "max": "100.429", - "min": "99.793", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "151.01", - "max": "151.181", - "min": "150.839", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "105.358", - "max": "105.995", - "min": "105.119", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "235.454", - "max": "240.778", - "min": "234.866", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "149.616", - "max": "150.544", - "min": "149.457", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "128.073", - "max": "128.16", - "min": "127.948", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "64.984", - "max": "66.936", - "min": "64.681", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.866", - "max": "23.078", - "min": "19.49", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "117.16", - "max": "117.296", - "min": "117.017", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "109.392", - "max": "109.636", - "min": "109.264", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.209", - "max": "14.493", - "min": "14.056", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "128.98", - "max": "131.218", - "min": "128.459", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "154.809", - "max": "155.17", - "min": "154.682", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "37.332", - "max": "37.411", - "min": "37.264", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "292.673", - "max": "292.868", - "min": "292.497", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "102.966", - "max": "103.126", - "min": "102.851", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "128.878", - "max": "131.161", - "min": "128.575", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "163.605", - "max": "163.802", - "min": "163.305", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "145.274", - "max": "169.663", - "min": "143.95", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.933", - "max": "154.129", - "min": "153.827", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "100.606", - "max": "102.498", - "min": "100.305", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "116.488", - "max": "116.69", - "min": "116.354", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "168.745", - "max": "168.927", - "min": "168.564", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "51.643", - "max": "52.265", - "min": "51.457", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "309.531", - "max": "317.199", - "min": "308.627", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "120.366", - "max": "120.72", - "min": "120.179", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "332.881", - "max": "341.199", - "min": "302.849", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "168.244", - "max": "171.184", - "min": "168.03", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "87.268", - "max": "87.507", - "min": "87.107", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "108.915", - "max": "109.278", - "min": "108.806", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "149.419", - "max": "149.75", - "min": "149.292", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "254.434", - "max": "255.315", - "min": "254.266", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "278.874", - "max": "278.984", - "min": "278.784", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "94.075", - "max": "97.661", - "min": "93.885", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "135.88", - "max": "175.596", - "min": "134.095", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "378.571", - "max": "488.607", - "min": "183.778", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "154.335", - "max": "278.734", - "min": "75.621", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "173.666", - "max": "174.518", - "min": "173.41", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "238.397", - "max": "239.799", - "min": "238.173", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "124.492", - "max": "124.622", - "min": "124.32", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "114.925", - "max": "116.226", - "min": "114.656", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "124.141", - "max": "124.473", - "min": "123.897", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "210.679", - "max": "365.496", - "min": "127.102", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "226.537", - "max": "243.172", - "min": "206.498", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "41.298", - "max": "146.631", - "min": "36.22", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "33.198", - "max": "33.278", - "min": "33.13", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "23.642", - "max": "24.32", - "min": "23.16", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "93.85", - "max": "99.313", - "min": "93.51", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "155.627", - "max": "155.806", - "min": "155.416", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "176.945", - "max": "180.44", - "min": "176.563", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "182.148", - "max": "183.143", - "min": "181.965", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "114.233", - "max": "114.51", - "min": "114.111", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "101.483", - "max": "101.764", - "min": "101.343", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "110.656", - "max": "110.815", - "min": "110.512", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "300.338", - "max": "302.173", - "min": "299.698", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "128.277", - "max": "128.382", - "min": "128.183", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "85.387", - "max": "85.711", - "min": "85.233", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "134.07", - "max": "140.193", - "min": "133.243", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "120.817", - "max": "120.899", - "min": "120.718", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "112.622", - "max": "112.773", - "min": "112.499", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "89.043", - "max": "89.209", - "min": "88.893", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "25.727", - "max": "25.892", - "min": "25.598", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "213.108", - "max": "213.589", - "min": "212.773", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "38.719", - "max": "38.869", - "min": "38.585", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "31.096", - "max": "31.244", - "min": "30.906", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "192.694", - "max": "200.841", - "min": "192.114", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "12.596", - "max": "13.113", - "min": "12.388", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "52.683", - "max": "53.356", - "min": "52.505", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "193.902", - "max": "194.283", - "min": "193.747", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "9.608", - "max": "10.345", - "min": "9.458", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "13.491", - "max": "16.395", - "min": "13.29", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "16.398", - "max": "38.343", - "min": "14.441", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "291.183", - "max": "291.247", - "min": "291.103", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.234", - "max": "39.403", - "min": "36.942", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.208", - "max": "18.698", - "min": "17.975", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "87.695", - "max": "87.854", - "min": "87.602", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "157.005", - "max": "157.411", - "min": "156.715", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "33.396", - "max": "34.711", - "min": "33.097", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "297.14", - "max": "335.066", - "min": "290.305", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "144.399", - "max": "144.493", - "min": "144.233", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "249.066", - "max": "339.519", - "min": "241.528", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "117.436", - "max": "117.71", - "min": "117.321", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "387.899", - "max": "388.211", - "min": "387.6", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "36.088", - "max": "36.183", - "min": "35.953", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "83.098", - "max": "85.153", - "min": "82.892", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "114.366", - "max": "114.54", - "min": "114.235", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "174.384", - "max": "174.488", - "min": "174.3", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "92.766", - "max": "93.31", - "min": "92.636", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "147.75", - "max": "149.35", - "min": "147.523", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "182.846", - "max": "187.581", - "min": "179.799", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "90.722", - "max": "90.879", - "min": "90.623", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "107.935", - "max": "108.004", - "min": "107.813", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "16.725", - "max": "17.97", - "min": "16.485", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "153.857", - "max": "154.017", - "min": "153.741", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "19.466", - "max": "19.531", - "min": "19.407", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "30.961", - "max": "31.437", - "min": "30.732", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "48.59", - "max": "57.958", - "min": "48.003", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "29.321", - "max": "29.439", - "min": "29.261", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.137", - "max": "15.633", - "min": "14.861", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "71.748", - "max": "72.045", - "min": "71.583", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "53.446", - "max": "53.558", - "min": "53.353", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "61.9", - "max": "64.266", - "min": "61.729", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "51.957", - "max": "53.741", - "min": "51.763", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "5.559", - "max": "6.049", - "min": "5.41", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "0.032", - "max": "0.059", - "min": "0.017", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "6.32", - "max": "6.425", - "min": "6.184", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "27.274", - "max": "27.481", - "min": "27.135", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "66.444", - "max": "67.048", - "min": "66.189", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "35.15", - "max": "57.688", - "min": "32.965", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "42.403", - "max": "94.156", - "min": "11.73", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "11.24", - "max": "11.35", - "min": "11.09", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "65.064", - "max": "65.489", - "min": "64.891", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "44.335", - "max": "45.703", - "min": "44.069", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "38.517", - "max": "39.16", - "min": "38.169", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "7.805", - "max": "10.853", - "min": "7.378", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "215.904", - "max": "226.173", - "min": "215.347", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "18.841", - "max": "19.25", - "min": "18.72", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.294", - "max": "43.803", - "min": "43.039", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "32.508", - "max": "32.666", - "min": "32.404", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "179.027", - "max": "183.98", - "min": "177.508", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "53.192", - "max": "53.395", - "min": "53.002", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "8.133", - "max": "19.217", - "min": "7.541", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "5.886", - "max": "7.105", - "min": "5.749", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "4.549", - "max": "4.751", - "min": "4.383", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "305.41", - "max": "309.637", - "min": "304.799", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "97.594", - "max": "99.877", - "min": "96.807", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "210.15", - "max": "229.924", - "min": "201.263", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "184.914", - "max": "185.49", - "min": "184.807", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "8.431", - "max": "8.541", - "min": "8.368", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "134.471", - "max": "135.091", - "min": "134.312", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "165.712", - "max": "166.225", - "min": "165.464", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "35.906", - "max": "36.117", - "min": "35.731", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "65.438", - "max": "65.719", - "min": "65.18", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "15.297", - "max": "16.303", - "min": "14.918", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "7.717", - "max": "9.501", - "min": "7.476", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "99.63", - "max": "99.698", - "min": "99.546", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "128.182", - "max": "128.276", - "min": "128.111", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "341.939", - "max": "433.069", - "min": "338.613", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "94.73", - "max": "95.118", - "min": "94.654", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "34.958", - "max": "35.124", - "min": "34.782", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "90.561", - "max": "90.842", - "min": "90.472", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "27.412", - "max": "27.574", - "min": "27.29", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "245.2", - "max": "245.448", - "min": "245.088", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "130.751", - "max": "134.927", - "min": "127.032", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "29.453", - "max": "29.667", - "min": "29.352", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "47.742", - "max": "48.839", - "min": "46.794", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "148.026", - "max": "155.002", - "min": "146.633", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "108.411", - "max": "109.331", - "min": "108.117", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "241.01", - "max": "241.166", - "min": "240.878", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.139", - "max": "85.615", - "min": "85.011", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "44.428", - "max": "44.525", - "min": "44.353", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "9.346", - "max": "9.439", - "min": "9.273", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "62.97", - "max": "63.087", - "min": "62.878", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "94.145", - "max": "95.329", - "min": "93.828", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "96.273", - "max": "96.439", - "min": "96.206", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.182", - "max": "75.707", - "min": "66.273", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "179.691", - "max": "181.781", - "min": "178.751", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "102.403", - "max": "104.85", - "min": "101.14", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.811", - "max": "65.544", - "min": "64.603", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "107.563", - "max": "108.398", - "min": "107.4", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "24.594", - "max": "25.866", - "min": "24.383", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "177.418", - "max": "182.076", - "min": "167.387", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "175.326", - "max": "175.326", - "min": "175.326", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "15.806", - "max": "15.886", - "min": "15.71", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.494", - "max": "22.678", - "min": "22.396", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "105.942", - "max": "110.216", - "min": "105.476", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "30.691", - "max": "38.799", - "min": "22.882", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "31.032", - "max": "31.166", - "min": "30.902", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "180.271", - "max": "181.201", - "min": "179.942", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "89.304", - "max": "91.004", - "min": "89.077", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "110.118", - "max": "110.227", - "min": "110.043", - "id": "197", - "country": "Netherlands", - "source_name": "Groningen", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "198": { - "name": "Rotterdam", - "data": { - "0": { - "avg": "228.895", - "max": "229.225", - "min": "228.777", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "295.633", - "max": "296.118", - "min": "295.389", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "99.404", - "max": "99.554", - "min": "99.329", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.976", - "max": "30.936", - "min": "24.151", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.028", - "max": "15.793", - "min": "14.837", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "257.197", - "max": "257.417", - "min": "257.09", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "2.959", - "max": "3.088", - "min": "2.875", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "304.694", - "max": "320.062", - "min": "303.168", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.655", - "max": "43.861", - "min": "43.589", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "24.016", - "max": "25.62", - "min": "23.797", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "6.752", - "max": "7.011", - "min": "6.62", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "114.731", - "max": "116.418", - "min": "114.562", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "74.016", - "max": "74.074", - "min": "73.93", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "81.535", - "max": "81.925", - "min": "81.403", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "116.955", - "max": "117.056", - "min": "116.887", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "93.183", - "max": "93.316", - "min": "92.889", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "27.806", - "max": "28.037", - "min": "27.573", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "98.256", - "max": "98.379", - "min": "98.178", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.074", - "max": "17.279", - "min": "16.927", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "23.574", - "max": "23.823", - "min": "23.465", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "299.746", - "max": "299.8", - "min": "299.697", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "90.882", - "max": "90.939", - "min": "90.822", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "159.773", - "max": "159.897", - "min": "159.689", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "153.526", - "max": "158.308", - "min": "153.261", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "42.451", - "max": "42.829", - "min": "42.278", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "13.001", - "max": "13.81", - "min": "12.847", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "23.35", - "max": "26.677", - "min": "23.006", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "27.263", - "max": "27.549", - "min": "27.026", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "13.773", - "max": "13.911", - "min": "13.701", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "145.646", - "max": "146.672", - "min": "145.516", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "252.285", - "max": "252.481", - "min": "252.192", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "23.326", - "max": "23.999", - "min": "23.227", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "137.346", - "max": "137.549", - "min": "137.236", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "41.922", - "max": "42.371", - "min": "41.804", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "16.707", - "max": "17.328", - "min": "16.554", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "164.185", - "max": "174.876", - "min": "163.506", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "139.275", - "max": "139.315", - "min": "139.239", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "124.993", - "max": "125.216", - "min": "124.85", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "106.762", - "max": "106.992", - "min": "106.621", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "83.31", - "max": "86.907", - "min": "81.723", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "148.909", - "max": "151.978", - "min": "148.36", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "7.742", - "max": "12.803", - "min": "7.315", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "46.959", - "max": "47.124", - "min": "46.858", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "43.393", - "max": "46.062", - "min": "43.236", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "147.91", - "max": "148.033", - "min": "147.82", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "32.534", - "max": "33.387", - "min": "31.848", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "40.975", - "max": "41.662", - "min": "40.844", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "153.697", - "max": "155.046", - "min": "153.523", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "234.456", - "max": "234.815", - "min": "233.42", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "117.602", - "max": "117.659", - "min": "117.57", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "81.452", - "max": "81.776", - "min": "81.335", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "156.992", - "max": "158.7", - "min": "156.813", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "61.958", - "max": "90.891", - "min": "6.852", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "117.975", - "max": "118.114", - "min": "117.929", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "154.532", - "max": "162.284", - "min": "151.73", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "172.819", - "max": "173.226", - "min": "172.703", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "37.108", - "max": "40.049", - "min": "36.258", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "308.714", - "max": "308.809", - "min": "308.638", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "38.893", - "max": "40.478", - "min": "38.516", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "10.685", - "max": "11.028", - "min": "10.583", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60", - "max": "60.835", - "min": "59.557", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.126", - "max": "135.549", - "min": "68.124", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "180.437", - "max": "256.2", - "min": "176.186", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "319.42", - "max": "319.628", - "min": "319.368", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "48.2", - "max": "48.379", - "min": "48.075", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "32.208", - "max": "32.89", - "min": "32.028", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "76.577", - "max": "77.047", - "min": "76.471", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "56.66", - "max": "56.955", - "min": "56.299", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "236.221", - "max": "237.498", - "min": "235.589", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "123.404", - "max": "123.786", - "min": "123.33", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "194.38", - "max": "196.47", - "min": "194.212", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "144.038", - "max": "144.429", - "min": "143.838", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "158.806", - "max": "162.257", - "min": "158.537", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "101.799", - "max": "101.863", - "min": "101.703", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "50.192", - "max": "52.03", - "min": "49.912", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "17.699", - "max": "18.04", - "min": "17.511", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "89.278", - "max": "89.384", - "min": "89.161", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "153.747", - "max": "153.897", - "min": "153.61", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "97.402", - "max": "106.876", - "min": "96.907", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "147.833", - "max": "147.963", - "min": "147.764", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "151.946", - "max": "197.445", - "min": "150.184", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "96.975", - "max": "97.122", - "min": "96.833", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "192.596", - "max": "194.93", - "min": "188.813", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "149.49", - "max": "149.598", - "min": "149.331", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "140.278", - "max": "140.349", - "min": "140.187", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "61.312", - "max": "61.865", - "min": "61.102", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "15.305", - "max": "18.158", - "min": "14.919", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "107.151", - "max": "107.282", - "min": "107.037", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "112.233", - "max": "112.906", - "min": "112.081", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "12.218", - "max": "18.69", - "min": "11.514", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "107.525", - "max": "109.189", - "min": "106.99", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "147.267", - "max": "147.68", - "min": "147.078", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.498", - "max": "33.532", - "min": "33.473", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "236.272", - "max": "236.572", - "min": "236.09", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "81.422", - "max": "82.179", - "min": "81.213", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "149.036", - "max": "149.232", - "min": "148.889", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "159.212", - "max": "159.485", - "min": "158.958", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "136.494", - "max": "142.077", - "min": "135.711", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "157.574", - "max": "157.705", - "min": "157.409", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "89.442", - "max": "93.471", - "min": "89.161", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "104.898", - "max": "105.854", - "min": "104.798", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "137.838", - "max": "137.962", - "min": "137.676", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "40.33", - "max": "54.347", - "min": "39.265", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "307.936", - "max": "314.912", - "min": "307.153", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "102.962", - "max": "103.28", - "min": "102.836", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "321.661", - "max": "321.821", - "min": "321.341", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "168.997", - "max": "171.404", - "min": "168.815", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "81.605", - "max": "81.762", - "min": "81.481", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "93.489", - "max": "93.667", - "min": "93.419", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "136.993", - "max": "138.109", - "min": "136.869", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "277.869", - "max": "278.25", - "min": "277.699", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.215", - "max": "279.372", - "min": "279.058", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "75.659", - "max": "75.735", - "min": "75.608", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "136.908", - "max": "137.901", - "min": "136.619", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "370.399", - "max": "480.827", - "min": "203.929", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "140.677", - "max": "223.5", - "min": "57.56", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "166.049", - "max": "178.378", - "min": "165.252", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "255.945", - "max": "258.437", - "min": "255.685", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "117.856", - "max": "118.52", - "min": "117.729", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "109.72", - "max": "110.909", - "min": "109.414", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "114.553", - "max": "114.714", - "min": "114.4", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "175.702", - "max": "330.393", - "min": "99.816", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "189.584", - "max": "190.228", - "min": "189.447", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "51.946", - "max": "233.049", - "min": "45.084", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "63.643", - "max": "63.787", - "min": "63.597", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "23.096", - "max": "26.244", - "min": "22.505", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "87.265", - "max": "87.787", - "min": "86.884", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "158.039", - "max": "158.454", - "min": "157.802", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "108.768", - "max": "109.316", - "min": "108.573", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "172.456", - "max": "172.929", - "min": "172.268", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "101.825", - "max": "102.04", - "min": "101.723", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "92.494", - "max": "92.607", - "min": "92.372", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "103.089", - "max": "103.352", - "min": "102.921", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "296.527", - "max": "298.016", - "min": "295.757", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "121.626", - "max": "121.737", - "min": "121.582", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "70.409", - "max": "70.599", - "min": "70.293", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "127.549", - "max": "143.141", - "min": "126.028", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "123.574", - "max": "123.825", - "min": "123.413", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "121.396", - "max": "121.662", - "min": "121.178", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "79.149", - "max": "80.529", - "min": "78.887", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "24.303", - "max": "24.478", - "min": "24.155", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "217.975", - "max": "218.469", - "min": "217.672", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "42.595", - "max": "42.874", - "min": "42.502", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "24.871", - "max": "25.08", - "min": "24.721", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "184.631", - "max": "187.362", - "min": "184.279", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "6.109", - "max": "6.816", - "min": "5.906", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.384", - "max": "35.29", - "min": "33.243", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "128.014", - "max": "128.18", - "min": "127.944", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "7.744", - "max": "9.254", - "min": "7.549", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "9.031", - "max": "9.171", - "min": "8.98", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "11.995", - "max": "21.039", - "min": "10.513", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "271.286", - "max": "271.484", - "min": "271.165", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "33.319", - "max": "33.867", - "min": "33.196", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "15.697", - "max": "60.976", - "min": "13.944", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "86.462", - "max": "86.873", - "min": "86.379", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "158.494", - "max": "159.079", - "min": "158.271", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "48.459", - "max": "51.261", - "min": "48.021", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "259.216", - "max": "299.298", - "min": "252.707", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "122.967", - "max": "123.134", - "min": "122.849", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "240.263", - "max": "274.671", - "min": "235.526", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "127.445", - "max": "127.545", - "min": "127.385", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "561.619", - "max": "562.422", - "min": "561.112", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "29.576", - "max": "29.691", - "min": "29.516", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.849", - "max": "82.014", - "min": "81.748", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "104.492", - "max": "104.61", - "min": "104.349", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "182.321", - "max": "182.525", - "min": "182.11", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "88.502", - "max": "88.628", - "min": "88.421", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "144.556", - "max": "145.427", - "min": "144.386", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "275.975", - "max": "280.191", - "min": "275.525", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "83.899", - "max": "85.715", - "min": "83.664", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "86.949", - "max": "86.989", - "min": "86.919", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.104", - "max": "16.993", - "min": "13.795", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "145.028", - "max": "145.238", - "min": "144.93", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "15.739", - "max": "15.957", - "min": "15.691", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.397", - "max": "22.167", - "min": "21.223", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "24.392", - "max": "34.822", - "min": "23.949", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "20.089", - "max": "20.118", - "min": "20.032", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "10.877", - "max": "11.417", - "min": "10.664", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "61.557", - "max": "61.831", - "min": "61.378", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "41.547", - "max": "41.618", - "min": "41.465", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "57.681", - "max": "63.188", - "min": "57.212", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "40.631", - "max": "40.978", - "min": "40.481", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "3.599", - "max": "4.236", - "min": "3.391", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "6.235", - "max": "6.391", - "min": "6.14", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "0.034", - "max": "0.052", - "min": "0.031", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "38.354", - "max": "42.525", - "min": "38.061", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "63.743", - "max": "66.205", - "min": "63.323", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "29.99", - "max": "40.206", - "min": "28.616", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "43.528", - "max": "113.613", - "min": "20.202", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "6.029", - "max": "6.076", - "min": "5.971", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "58.025", - "max": "58.677", - "min": "57.806", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "30.669", - "max": "31.037", - "min": "30.487", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "33.128", - "max": "33.85", - "min": "32.752", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "5.946", - "max": "27.254", - "min": "4.9", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "212.442", - "max": "213.19", - "min": "212.308", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "13.828", - "max": "14.293", - "min": "13.742", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "42.417", - "max": "42.652", - "min": "42.237", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "45.415", - "max": "45.979", - "min": "45.341", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "162.598", - "max": "168.668", - "min": "160.366", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "51.313", - "max": "51.5", - "min": "51.214", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "4.36", - "max": "13.973", - "min": "3.922", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "3.352", - "max": "5.701", - "min": "3.096", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "2.675", - "max": "9.311", - "min": "2.247", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "304.727", - "max": "306.763", - "min": "304.52", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "81.591", - "max": "84.893", - "min": "81.071", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.488", - "max": "227.052", - "min": "209.532", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "134.88", - "max": "134.974", - "min": "134.786", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "6.607", - "max": "6.99", - "min": "6.524", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "143.236", - "max": "147.207", - "min": "141.151", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "168.531", - "max": "168.66", - "min": "168.372", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "39.667", - "max": "40.039", - "min": "39.517", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "65.105", - "max": "65.864", - "min": "64.929", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "9.888", - "max": "11.307", - "min": "9.585", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "3.868", - "max": "5.421", - "min": "3.618", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "109.07", - "max": "109.174", - "min": "109.033", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "120.473", - "max": "120.629", - "min": "120.369", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "257.406", - "max": "361.171", - "min": "253.643", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.338", - "max": "91.216", - "min": "78.134", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.528", - "max": "23.679", - "min": "23.415", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "82.809", - "max": "82.86", - "min": "82.772", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "15.229", - "max": "15.392", - "min": "15.126", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "229.663", - "max": "230.083", - "min": "229.529", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "116.518", - "max": "119.642", - "min": "113.446", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "21.932", - "max": "22.434", - "min": "21.765", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "44.89", - "max": "46.483", - "min": "44.136", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "149.452", - "max": "152.574", - "min": "148.264", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "104.016", - "max": "105.442", - "min": "103.672", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "244.069", - "max": "244.321", - "min": "243.945", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "78.528", - "max": "79.531", - "min": "78.343", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "40.879", - "max": "40.925", - "min": "40.847", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.74", - "max": "11.932", - "min": "11.706", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "39.982", - "max": "40.077", - "min": "39.928", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "87.289", - "max": "89.409", - "min": "86.944", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "86.245", - "max": "86.79", - "min": "86.14", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "67.829", - "max": "70.645", - "min": "65.639", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "169.834", - "max": "170.662", - "min": "169.4", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "88.95", - "max": "92.92", - "min": "87.861", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "61.179", - "max": "61.997", - "min": "61.07", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "103.945", - "max": "104.314", - "min": "103.807", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "20.49", - "max": "28.933", - "min": "19.869", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "196.491", - "max": "198.905", - "min": "190.327", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "175.916", - "max": "175.916", - "min": "175.916", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "9.662", - "max": "9.706", - "min": "9.636", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "12.26", - "max": "12.329", - "min": "12.219", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "101.506", - "max": "101.717", - "min": "101.373", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "31.294", - "max": "39.863", - "min": "23.84", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "25.243", - "max": "25.352", - "min": "25.155", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "136.624", - "max": "138.474", - "min": "136.334", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "85.647", - "max": "87.703", - "min": "85.343", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "99.545", - "max": "102.429", - "min": "99.313", - "id": "198", - "country": "Netherlands", - "source_name": "Rotterdam", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "202": { - "name": "Venice", - "data": { - "0": { - "avg": "232.45", - "max": "234.044", - "min": "232.061", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "284.673", - "max": "289.373", - "min": "284.113", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "116.737", - "max": "134.556", - "min": "115.053", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.069", - "max": "28.396", - "min": "23.261", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "26.845", - "max": "28.783", - "min": "26.295", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "252.246", - "max": "271.214", - "min": "250.414", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "25.459", - "max": "27.222", - "min": "25.13", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "289.394", - "max": "293.999", - "min": "288.597", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "64.576", - "max": "79.081", - "min": "63.637", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "52.201", - "max": "55.149", - "min": "51.792", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "32.332", - "max": "33.574", - "min": "31.876", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "142.196", - "max": "161.623", - "min": "141.27", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "98.592", - "max": "100.931", - "min": "98.207", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "113.578", - "max": "125.698", - "min": "112.496", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "131.958", - "max": "134.726", - "min": "131.333", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "103.173", - "max": "103.85", - "min": "102.652", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "39.732", - "max": "47.71", - "min": "39.01", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "119.14", - "max": "121.321", - "min": "118.727", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "43.43", - "max": "69.257", - "min": "41.421", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "21.902", - "max": "24.365", - "min": "21.18", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "299.314", - "max": "301", - "min": "298.988", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "118.638", - "max": "120.692", - "min": "118.321", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "168.164", - "max": "173.182", - "min": "167.572", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "174.424", - "max": "183.318", - "min": "172.726", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "44.202", - "max": "64.646", - "min": "38.642", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "35.135", - "max": "38.568", - "min": "34.742", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "6.291", - "max": "7.474", - "min": "5.875", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "46.757", - "max": "47.74", - "min": "46.494", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "25.403", - "max": "26.569", - "min": "25.141", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "156.255", - "max": "163.401", - "min": "155.471", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "350.97", - "max": "352.558", - "min": "350.528", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "36.675", - "max": "37.411", - "min": "36.367", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.769", - "max": "180.144", - "min": "167.043", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "58.944", - "max": "60.309", - "min": "58.55", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "11.018", - "max": "12.402", - "min": "10.618", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "262.041", - "max": "264.837", - "min": "261.519", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "168.546", - "max": "170.124", - "min": "168.026", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "154.408", - "max": "155.814", - "min": "154.154", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "129.355", - "max": "130.408", - "min": "129.082", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "103.993", - "max": "108.616", - "min": "103.438", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "172.26", - "max": "174.653", - "min": "171.582", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "39.348", - "max": "57.087", - "min": "35.935", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "66.077", - "max": "67.834", - "min": "65.668", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "44.15", - "max": "59.035", - "min": "42.994", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "140.224", - "max": "154.849", - "min": "138.892", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.273", - "max": "36.806", - "min": "34.667", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "51.654", - "max": "52.688", - "min": "51.239", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "189.127", - "max": "195.06", - "min": "188.618", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "244.075", - "max": "245.249", - "min": "242.731", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "136.68", - "max": "137.69", - "min": "136.4", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "108.832", - "max": "146.134", - "min": "106.331", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "169.911", - "max": "171.429", - "min": "169.613", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "55.813", - "max": "64.093", - "min": "45.937", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "129.529", - "max": "130.609", - "min": "129.206", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "150.74", - "max": "167.258", - "min": "147.174", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "359.858", - "max": "361.54", - "min": "359.41", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "41.657", - "max": "47.91", - "min": "40.126", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "318.744", - "max": "324.679", - "min": "318.184", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "56.506", - "max": "58.771", - "min": "55.917", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "26.748", - "max": "28.509", - "min": "26.387", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "64.456", - "max": "66.159", - "min": "63.803", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.918", - "max": "109.63", - "min": "66.55", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "206.602", - "max": "272.876", - "min": "201.573", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "277.681", - "max": "279.377", - "min": "277.033", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "54.908", - "max": "61.153", - "min": "54.416", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "45.087", - "max": "47.383", - "min": "44.659", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "101.622", - "max": "117.457", - "min": "100.451", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "42.503", - "max": "49.427", - "min": "41.632", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "231.626", - "max": "238.668", - "min": "230.412", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "141.411", - "max": "144.153", - "min": "141.095", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "318.249", - "max": "319.057", - "min": "317.917", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "167.032", - "max": "169.462", - "min": "166.529", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "174.249", - "max": "180.753", - "min": "173.407", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "124.754", - "max": "125.272", - "min": "124.558", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "73.118", - "max": "75.701", - "min": "72.699", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "38.861", - "max": "41.383", - "min": "38.416", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "114.238", - "max": "117.431", - "min": "113.883", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "175.355", - "max": "180.545", - "min": "174.807", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "113.662", - "max": "120.192", - "min": "112.629", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "113.748", - "max": "114.939", - "min": "113.446", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "174.185", - "max": "175.026", - "min": "173.841", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "105.942", - "max": "108.896", - "min": "105.305", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "234.836", - "max": "236.985", - "min": "234.287", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "172.438", - "max": "175.192", - "min": "171.979", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "161.596", - "max": "162.814", - "min": "161.161", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "84.017", - "max": "97.812", - "min": "82.589", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "41.9", - "max": "43.568", - "min": "41.357", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "131.086", - "max": "141.604", - "min": "130.423", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "124.774", - "max": "125.626", - "min": "124.456", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "38.556", - "max": "47.267", - "min": "36.947", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "128.677", - "max": "131.486", - "min": "127.639", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "169.147", - "max": "172.064", - "min": "168.524", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "31.129", - "max": "36.881", - "min": "30.256", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "309.394", - "max": "341.149", - "min": "307.443", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "106.632", - "max": "108.983", - "min": "106.054", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "141.977", - "max": "164.1", - "min": "134.545", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "180.614", - "max": "181.328", - "min": "180.289", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "162.508", - "max": "201.293", - "min": "159.722", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "170.633", - "max": "171.763", - "min": "170.35", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "116.134", - "max": "118.563", - "min": "115.604", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "129.698", - "max": "131.453", - "min": "129.297", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "174.67", - "max": "176.773", - "min": "174.291", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "51.011", - "max": "52.531", - "min": "50.658", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "327.374", - "max": "331.828", - "min": "326.455", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "124.559", - "max": "125.069", - "min": "124.258", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "351.627", - "max": "385.907", - "min": "331.929", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "203.91", - "max": "213.519", - "min": "203.294", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "102.745", - "max": "107.035", - "min": "102.251", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "125.408", - "max": "126.948", - "min": "124.833", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "170.821", - "max": "173.109", - "min": "170.051", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "248.436", - "max": "249.899", - "min": "248.191", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "294.606", - "max": "296.277", - "min": "294.158", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "98.996", - "max": "107.661", - "min": "98.459", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "157.009", - "max": "158.28", - "min": "156.389", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "373.167", - "max": "493.932", - "min": "195.349", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "135.257", - "max": "210.115", - "min": "64.072", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "189.248", - "max": "195.558", - "min": "188.399", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "230.939", - "max": "260.444", - "min": "229.385", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "135.896", - "max": "137.243", - "min": "135.528", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "135.569", - "max": "142.021", - "min": "134.871", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "142.938", - "max": "145.491", - "min": "141.932", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "196.944", - "max": "352.968", - "min": "121.681", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "207.321", - "max": "226.14", - "min": "205.672", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "59.798", - "max": "287.019", - "min": "51.044", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "56.04", - "max": "59.152", - "min": "55.5", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "39.17", - "max": "40.428", - "min": "38.395", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "101.446", - "max": "102.596", - "min": "100.947", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "253.222", - "max": "255.164", - "min": "252.743", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "111.824", - "max": "112.941", - "min": "111.53", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "200.46", - "max": "202.276", - "min": "200.167", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "129.202", - "max": "148.532", - "min": "127.759", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "119.965", - "max": "124.083", - "min": "119.635", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "130.431", - "max": "132.505", - "min": "129.996", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "303.465", - "max": "305.278", - "min": "302.49", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "144.597", - "max": "148.043", - "min": "144.238", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "96.579", - "max": "98.556", - "min": "95.912", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "153.449", - "max": "165.4", - "min": "151.757", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "145.998", - "max": "147.219", - "min": "145.669", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "123.761", - "max": "124.693", - "min": "123.53", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "99.325", - "max": "107.014", - "min": "98.71", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "23.817", - "max": "27.066", - "min": "23.436", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "188.608", - "max": "190.729", - "min": "187.94", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "63.03", - "max": "63.967", - "min": "62.672", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "24.803", - "max": "56.786", - "min": "23.067", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "200.493", - "max": "215.293", - "min": "198.956", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "31.137", - "max": "68.24", - "min": "25.864", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "41.2", - "max": "46.56", - "min": "40.421", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "122.562", - "max": "123.509", - "min": "122.218", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "35.295", - "max": "37.107", - "min": "34.802", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "34.862", - "max": "35.907", - "min": "34.584", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "34.134", - "max": "50.538", - "min": "31.239", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "298.32", - "max": "299.676", - "min": "298.019", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "41.057", - "max": "43.137", - "min": "40.676", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "15.604", - "max": "18.22", - "min": "15.192", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "112.697", - "max": "115.904", - "min": "112.065", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "179.103", - "max": "182.23", - "min": "178.649", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "58.495", - "max": "59.426", - "min": "58.091", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "328.077", - "max": "375.338", - "min": "320.067", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "140.522", - "max": "142.752", - "min": "140.108", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "268.162", - "max": "359.005", - "min": "260.147", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "140.565", - "max": "141.753", - "min": "140.14", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "398.654", - "max": "399.475", - "min": "398.223", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "51.897", - "max": "53.118", - "min": "51.6", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "100.044", - "max": "102.828", - "min": "99.411", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "117.855", - "max": "119.021", - "min": "117.57", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "188.898", - "max": "190.18", - "min": "188.626", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "110.842", - "max": "111.172", - "min": "110.67", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "153.437", - "max": "156.891", - "min": "152.801", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "212.937", - "max": "223.24", - "min": "203.455", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "101.853", - "max": "113.633", - "min": "99.252", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "113.556", - "max": "114.593", - "min": "113.221", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.504", - "max": "44.125", - "min": "21.535", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "282.406", - "max": "284.716", - "min": "281.984", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "42.932", - "max": "47.288", - "min": "42.483", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "14.887", - "max": "17.967", - "min": "14.338", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "16.444", - "max": "18.767", - "min": "16.001", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "7.108", - "max": "9.481", - "min": "6.639", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "38.756", - "max": "42.893", - "min": "37.891", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "63.008", - "max": "64.95", - "min": "62.442", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "45.236", - "max": "47.288", - "min": "44.667", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "71.752", - "max": "73.238", - "min": "71.433", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "38.764", - "max": "41.6", - "min": "38.328", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "30.228", - "max": "31.362", - "min": "29.875", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "33.363", - "max": "34.873", - "min": "33.017", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "29.163", - "max": "31.985", - "min": "28.614", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "41.398", - "max": "46.646", - "min": "41.002", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "63.687", - "max": "66.588", - "min": "63.282", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "0.041", - "max": "0.123", - "min": "0.02", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "52.723", - "max": "126.027", - "min": "25.005", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "30.44", - "max": "32.512", - "min": "29.834", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "64.353", - "max": "66.025", - "min": "63.989", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "47.665", - "max": "72.607", - "min": "46.376", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "47.925", - "max": "49.555", - "min": "47.397", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "28.107", - "max": "32.724", - "min": "27.228", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "283.163", - "max": "284.917", - "min": "282.512", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "22.415", - "max": "23.781", - "min": "22.054", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "8.973", - "max": "13.305", - "min": "8.382", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "35.105", - "max": "63.836", - "min": "31.258", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "193.158", - "max": "201.017", - "min": "191.64", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "53.688", - "max": "55.611", - "min": "53.209", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "30.053", - "max": "33.348", - "min": "29.567", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "30.564", - "max": "32.213", - "min": "29.796", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "28.116", - "max": "29.246", - "min": "27.81", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "242.797", - "max": "256.273", - "min": "238.688", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "104.298", - "max": "111.069", - "min": "103.226", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "245.02", - "max": "248.58", - "min": "240.164", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "152.413", - "max": "153.072", - "min": "152.123", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "32.412", - "max": "34.389", - "min": "32.062", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "150.436", - "max": "151.84", - "min": "150.067", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "172.039", - "max": "174.267", - "min": "171.577", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "16.141", - "max": "17.485", - "min": "15.764", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "57.893", - "max": "59.729", - "min": "57.536", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "36.605", - "max": "38.638", - "min": "35.908", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "26.921", - "max": "30.105", - "min": "26.505", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "124.435", - "max": "125.607", - "min": "124.217", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "135.436", - "max": "146.73", - "min": "134.608", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "291.972", - "max": "619.972", - "min": "280.311", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "102.617", - "max": "104.864", - "min": "101.981", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "22.928", - "max": "23.856", - "min": "22.678", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "102.768", - "max": "106.443", - "min": "101.431", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "12.202", - "max": "16.852", - "min": "11.526", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "227.067", - "max": "331.183", - "min": "223.103", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "139.946", - "max": "144.226", - "min": "137.755", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "34.493", - "max": "37.712", - "min": "34.014", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "33.576", - "max": "35.47", - "min": "32.747", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "168.002", - "max": "172.001", - "min": "166.816", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "114.556", - "max": "116.105", - "min": "113.949", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "322.998", - "max": "334.876", - "min": "321.228", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "87.47", - "max": "103.707", - "min": "85.706", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "42.488", - "max": "47.74", - "min": "41.97", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "32.278", - "max": "33.775", - "min": "32.023", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "49.942", - "max": "54.807", - "min": "48.895", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "110.715", - "max": "113.121", - "min": "109.982", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "111.969", - "max": "113.519", - "min": "111.59", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "79.684", - "max": "92.718", - "min": "76.592", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "188.384", - "max": "191.154", - "min": "187.89", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "109.525", - "max": "110.76", - "min": "108.216", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "73.534", - "max": "76.136", - "min": "73.232", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "121.141", - "max": "131.645", - "min": "120.354", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "45.232", - "max": "50.43", - "min": "44.566", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "208.402", - "max": "212.608", - "min": "196.585", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "202.367", - "max": "202.367", - "min": "202.367", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "34.822", - "max": "36.569", - "min": "34.467", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "26.513", - "max": "29.446", - "min": "26.016", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "132.109", - "max": "133.598", - "min": "131.648", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "45.341", - "max": "61.011", - "min": "39.75", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "36.389", - "max": "39.504", - "min": "35.906", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "134.651", - "max": "137.943", - "min": "133.913", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "87.461", - "max": "98.438", - "min": "86.027", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "124.052", - "max": "127.645", - "min": "123.545", - "id": "202", - "country": "Italy", - "source_name": "Venice", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "203": { - "name": "Hamburg", - "data": { - "0": { - "avg": "217.774", - "max": "295.636", - "min": "197.876", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "288.258", - "max": "343.035", - "min": "273.976", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "121.706", - "max": "200.04", - "min": "97.867", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "43.624", - "max": "101.134", - "min": "23.832", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "51.949", - "max": "114.462", - "min": "19.417", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "241.381", - "max": "271.801", - "min": "229.544", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "41.322", - "max": "106.41", - "min": "16.392", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "297.381", - "max": "363.77", - "min": "275.353", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "74.707", - "max": "130.636", - "min": "47.283", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "70.424", - "max": "140.201", - "min": "40.055", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "42.186", - "max": "108.919", - "min": "13.334", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "163.913", - "max": "207.223", - "min": "135.213", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "120.823", - "max": "168.629", - "min": "88.411", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.312", - "max": "163.292", - "min": "87.876", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "144.668", - "max": "224.332", - "min": "116.53", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "140.188", - "max": "199.143", - "min": "103.193", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "45.231", - "max": "111.013", - "min": "30.303", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "131.402", - "max": "181.105", - "min": "100.067", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "49.365", - "max": "156.814", - "min": "28.282", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "60.194", - "max": "125.965", - "min": "33.054", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "309.515", - "max": "360.92", - "min": "289.179", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "134.393", - "max": "208.718", - "min": "101.644", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "181.887", - "max": "249.278", - "min": "147.999", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "181.132", - "max": "315.831", - "min": "147.926", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "49.614", - "max": "152.209", - "min": "24.926", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "51.431", - "max": "110.389", - "min": "18.14", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "49.885", - "max": "109.754", - "min": "29.837", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "48.896", - "max": "190.407", - "min": "25.486", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "35.136", - "max": "100.686", - "min": "12.879", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "175.057", - "max": "258.98", - "min": "144.631", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "186.044", - "max": "231.138", - "min": "167.615", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "37.267", - "max": "91.911", - "min": "19.646", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "176.545", - "max": "246.729", - "min": "151.332", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.668", - "max": "143.244", - "min": "37.219", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "39.578", - "max": "132.497", - "min": "14.665", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "204.706", - "max": "256.874", - "min": "174.029", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "169.616", - "max": "235.425", - "min": "145.976", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "171.423", - "max": "252.472", - "min": "140.156", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "143.511", - "max": "212.315", - "min": "120.465", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "121.16", - "max": "170.773", - "min": "100.843", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "182.872", - "max": "236.43", - "min": "157.966", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "34.89", - "max": "103.282", - "min": "17.793", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "81.832", - "max": "134.407", - "min": "53.148", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "64.52", - "max": "194.179", - "min": "34.474", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "178.401", - "max": "237.425", - "min": "145.292", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "54.844", - "max": "99.807", - "min": "30.303", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "47.868", - "max": "140.201", - "min": "20.992", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "194.244", - "max": "231.702", - "min": "174.309", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "287.644", - "max": "366.767", - "min": "265.142", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "159.298", - "max": "278.352", - "min": "127.244", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "109.861", - "max": "161.427", - "min": "92.177", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.052", - "max": "238.39", - "min": "159.596", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "68.739", - "max": "136.888", - "min": "15.269", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.098", - "max": "223.972", - "min": "110.345", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "174.76", - "max": "237.229", - "min": "144.123", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "395.718", - "max": "470.403", - "min": "361.976", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "66.841", - "max": "130.694", - "min": "43.892", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "328.46", - "max": "413.047", - "min": "297.988", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "61.349", - "max": "132.266", - "min": "38.767", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "40.978", - "max": "100.621", - "min": "17.94", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "90.118", - "max": "148.404", - "min": "60.245", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "102.482", - "max": "167.774", - "min": "74.676", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "212.487", - "max": "298.015", - "min": "177.581", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "232.215", - "max": "249.885", - "min": "218.355", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "70.544", - "max": "135.404", - "min": "43.775", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "71.268", - "max": "159.817", - "min": "40.201", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "123.626", - "max": "201.721", - "min": "95.936", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "80.02", - "max": "170.137", - "min": "49.443", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "234.144", - "max": "286.594", - "min": "218.811", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "151.422", - "max": "206.939", - "min": "120.863", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "255.642", - "max": "391.269", - "min": "238.451", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "167.208", - "max": "256.059", - "min": "143.891", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "188.554", - "max": "261.62", - "min": "163.932", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "142.042", - "max": "200.332", - "min": "114.291", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "79.932", - "max": "161.833", - "min": "52.829", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "79.339", - "max": "186.788", - "min": "24.598", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "146.107", - "max": "203.569", - "min": "109.626", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "182.917", - "max": "241.222", - "min": "155.395", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "147.366", - "max": "207.204", - "min": "114.746", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "135.017", - "max": "219.722", - "min": "102.659", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "174.567", - "max": "304.745", - "min": "142.854", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "120.393", - "max": "208.805", - "min": "89.693", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "230.583", - "max": "295.32", - "min": "210.832", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "193.862", - "max": "269.915", - "min": "161.953", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "159.957", - "max": "241.052", - "min": "130.502", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "99.361", - "max": "153.609", - "min": "71.09", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "45.989", - "max": "109.966", - "min": "24.125", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "143.295", - "max": "209.921", - "min": "116.526", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "139.629", - "max": "194.213", - "min": "108.676", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "46.095", - "max": "130.503", - "min": "30.101", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "141.573", - "max": "197.248", - "min": "113.878", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "177.678", - "max": "232.609", - "min": "151.127", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "71.284", - "max": "130.205", - "min": "42.074", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "324.314", - "max": "421.195", - "min": "303.338", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "119.533", - "max": "180.737", - "min": "92.696", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "166.635", - "max": "239.552", - "min": "136.12", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "200.457", - "max": "286.879", - "min": "171.015", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "186.089", - "max": "271.224", - "min": "149.933", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "182.156", - "max": "243.198", - "min": "151.556", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "131.016", - "max": "176.616", - "min": "109.08", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "138.969", - "max": "205.847", - "min": "117.931", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "184.863", - "max": "245.943", - "min": "162.631", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "72.755", - "max": "126.123", - "min": "48.452", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "345.712", - "max": "407.469", - "min": "323.765", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "134.883", - "max": "220.37", - "min": "106.852", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "362.699", - "max": "458.374", - "min": "296.489", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "224.417", - "max": "342.172", - "min": "188.023", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "123.041", - "max": "216.152", - "min": "89.975", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "142.612", - "max": "262.964", - "min": "112.409", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "190.439", - "max": "245.504", - "min": "154.255", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.851", - "max": "290.773", - "min": "243.182", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "309.399", - "max": "361.574", - "min": "284.438", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "123.276", - "max": "229.731", - "min": "90.247", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "164.488", - "max": "238.814", - "min": "136.676", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "388.961", - "max": "498.225", - "min": "202.464", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "161.955", - "max": "263.837", - "min": "71.814", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "202.747", - "max": "259.991", - "min": "177.868", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "236.193", - "max": "261.27", - "min": "220.654", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "149.523", - "max": "246.119", - "min": "127.63", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "147.027", - "max": "200.368", - "min": "123.245", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "148.952", - "max": "209.214", - "min": "120.849", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "210.516", - "max": "363.562", - "min": "113.211", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "218.914", - "max": "361.255", - "min": "195.542", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "60.831", - "max": "142.787", - "min": "32.221", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "44.761", - "max": "106.567", - "min": "20.903", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "37.267", - "max": "97.678", - "min": "16.529", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "106.394", - "max": "161.216", - "min": "84.896", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "200.321", - "max": "282.973", - "min": "170.291", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "138.484", - "max": "200.711", - "min": "115.505", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "201.455", - "max": "260.255", - "min": "179.702", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "130.12", - "max": "183.835", - "min": "109.387", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "138.733", - "max": "200.659", - "min": "107.453", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "133.97", - "max": "200.717", - "min": "107.431", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "325.421", - "max": "388.472", - "min": "303.887", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "160.038", - "max": "212.336", - "min": "128.799", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "107.648", - "max": "144.265", - "min": "80.933", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "168.737", - "max": "266.84", - "min": "137.237", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "154.81", - "max": "215.184", - "min": "127.151", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "143.733", - "max": "246.72", - "min": "119.235", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "107.642", - "max": "157.497", - "min": "87.079", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "34.449", - "max": "100.459", - "min": "14.603", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "207.765", - "max": "274.752", - "min": "187.488", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "65.014", - "max": "123.515", - "min": "37.587", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "48.194", - "max": "126.79", - "min": "27.35", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "213.318", - "max": "270.965", - "min": "188.684", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "43.941", - "max": "118.361", - "min": "12.156", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "58.732", - "max": "121.944", - "min": "32.47", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "160.676", - "max": "219.766", - "min": "130.047", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "38.647", - "max": "119.622", - "min": "20.397", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "44.018", - "max": "102.813", - "min": "23.05", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "34.008", - "max": "122.098", - "min": "11.406", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "270.299", - "max": "336.666", - "min": "250.968", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "64.651", - "max": "160.769", - "min": "35.07", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "36.695", - "max": "96.881", - "min": "17.034", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "134.366", - "max": "231.525", - "min": "104.812", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "167.832", - "max": "213.874", - "min": "147.391", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "65.025", - "max": "131.28", - "min": "36.202", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "275.878", - "max": "347.241", - "min": "255.799", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "145.099", - "max": "198.697", - "min": "125.148", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "269.787", - "max": "344.745", - "min": "245.563", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "144.783", - "max": "195.692", - "min": "121.594", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "423.865", - "max": "530.479", - "min": "389.49", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "69.608", - "max": "147.233", - "min": "38.481", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "107.375", - "max": "164.961", - "min": "82.558", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "135.154", - "max": "198.753", - "min": "109.312", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "200.979", - "max": "251.712", - "min": "178.459", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "115.7", - "max": "201.501", - "min": "86.187", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "189.555", - "max": "306.972", - "min": "162.036", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "224.856", - "max": "301.002", - "min": "180.24", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "112.771", - "max": "191.274", - "min": "90.328", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "124.448", - "max": "170.065", - "min": "102.182", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "39.455", - "max": "99.879", - "min": "10.346", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "174.77", - "max": "256.075", - "min": "144.438", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "44.718", - "max": "103.691", - "min": "24.902", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "34.427", - "max": "94.65", - "min": "15.706", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "48.676", - "max": "106.325", - "min": "22.828", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "48.197", - "max": "126.399", - "min": "17.594", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "46.345", - "max": "113.768", - "min": "27.982", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "97.663", - "max": "175.117", - "min": "61.955", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "71.089", - "max": "137.759", - "min": "39.42", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "80.489", - "max": "128.64", - "min": "55.81", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "73.329", - "max": "136.495", - "min": "49.215", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "34.137", - "max": "95.687", - "min": "10.598", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "35.423", - "max": "111.473", - "min": "11.416", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "42.562", - "max": "100.961", - "min": "20.234", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "37.423", - "max": "109.211", - "min": "18.675", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "79.192", - "max": "149.378", - "min": "52.437", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "48.776", - "max": "105.608", - "min": "24.892", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "0.071", - "max": "0.472", - "min": "0.02", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "35.987", - "max": "72.001", - "min": "14.866", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "80.251", - "max": "141.464", - "min": "55.64", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "56.564", - "max": "102.151", - "min": "32.467", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "66.888", - "max": "119.715", - "min": "37.83", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "35.616", - "max": "95.294", - "min": "12.53", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "216.477", - "max": "267.779", - "min": "194.045", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "41.662", - "max": "113.407", - "min": "15.735", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "66.561", - "max": "132.3", - "min": "41.629", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "45.148", - "max": "109.542", - "min": "26.236", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "214.256", - "max": "298.185", - "min": "180.594", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "70.307", - "max": "126.09", - "min": "39.735", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "43.193", - "max": "106.341", - "min": "16.543", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "43.376", - "max": "129.825", - "min": "21.482", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "36.749", - "max": "99.497", - "min": "13.459", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "332.455", - "max": "388.978", - "min": "297.373", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "118.811", - "max": "199.025", - "min": "89.105", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.474", - "max": "265.419", - "min": "205.85", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "165.7", - "max": "202.243", - "min": "142.271", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "44.433", - "max": "166.672", - "min": "12.982", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "167.656", - "max": "231.849", - "min": "141.992", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "206.131", - "max": "302.156", - "min": "173.643", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "48.24", - "max": "178.816", - "min": "29.335", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "70.167", - "max": "118.125", - "min": "48.915", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "45.964", - "max": "121.924", - "min": "22.867", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "39.165", - "max": "108.057", - "min": "11.779", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "138.201", - "max": "199.763", - "min": "108.686", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "147.073", - "max": "227.886", - "min": "117.174", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "256.315", - "max": "415.548", - "min": "236.363", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "107.904", - "max": "161.143", - "min": "87.444", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "42.727", - "max": "107.698", - "min": "21.442", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "110.183", - "max": "169.522", - "min": "88.065", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "44.464", - "max": "127.934", - "min": "18.091", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "244.021", - "max": "330.113", - "min": "232.344", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "163.256", - "max": "226.898", - "min": "136.845", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "61.092", - "max": "112.509", - "min": "33.413", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "75.038", - "max": "159.975", - "min": "44.69", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "188.156", - "max": "244.797", - "min": "163.25", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "138.974", - "max": "220.919", - "min": "112.957", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "259.106", - "max": "300.822", - "min": "243.181", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "105.193", - "max": "166.5", - "min": "78.373", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "67.447", - "max": "133.869", - "min": "42.136", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "42.192", - "max": "106.343", - "min": "17.1", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "76.728", - "max": "144.67", - "min": "51.213", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "115.891", - "max": "165.41", - "min": "95.529", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "118.524", - "max": "170.411", - "min": "98.149", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "103.237", - "max": "163.39", - "min": "73.351", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "193.205", - "max": "235.225", - "min": "174.229", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "119.93", - "max": "199.894", - "min": "96.651", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "91.034", - "max": "160.454", - "min": "64.269", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "138.401", - "max": "229.54", - "min": "108.869", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "58.801", - "max": "110.691", - "min": "31.356", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "197.29", - "max": "252.912", - "min": "173.309", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "192.922", - "max": "192.922", - "min": "192.922", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "42.068", - "max": "116.919", - "min": "17.867", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "41.109", - "max": "101.343", - "min": "17.427", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "140.526", - "max": "205.135", - "min": "116.721", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "59.105", - "max": "131.343", - "min": "31.913", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "42.538", - "max": "109.55", - "min": "28.382", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "212.863", - "max": "273.435", - "min": "193.254", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "111.474", - "max": "199.65", - "min": "73.836", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "139.474", - "max": "209.298", - "min": "112.939", - "id": "203", - "country": "Germany", - "source_name": "Hamburg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "204": { - "name": "Belfast", - "data": { - "0": { - "avg": "196.466", - "max": "196.675", - "min": "196.331", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "253.768", - "max": "254.109", - "min": "253.557", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "78.925", - "max": "80.413", - "min": "78.719", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "31.129", - "max": "40.661", - "min": "30.28", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "8.521", - "max": "8.786", - "min": "8.366", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "207.157", - "max": "207.502", - "min": "206.871", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "7.649", - "max": "7.891", - "min": "7.565", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "292.191", - "max": "305.493", - "min": "290.623", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "48.367", - "max": "48.567", - "min": "48.213", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "26.438", - "max": "27.662", - "min": "26.184", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.582", - "max": "10.736", - "min": "10.374", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "107.547", - "max": "110.936", - "min": "107.253", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "67.657", - "max": "67.783", - "min": "67.566", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "72.728", - "max": "72.921", - "min": "72.552", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "100.786", - "max": "101.329", - "min": "100.592", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "92.131", - "max": "92.313", - "min": "91.397", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.104", - "max": "35.308", - "min": "34.867", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "87.2", - "max": "89.123", - "min": "86.612", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "10.398", - "max": "10.647", - "min": "10.276", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "23.418", - "max": "23.579", - "min": "23.339", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "270.404", - "max": "270.689", - "min": "270.279", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "84.818", - "max": "87.709", - "min": "84.673", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "128.087", - "max": "128.554", - "min": "127.971", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "124.589", - "max": "124.967", - "min": "124.401", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "31.082", - "max": "32.768", - "min": "30.855", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "17.044", - "max": "17.335", - "min": "16.889", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "23.306", - "max": "24.897", - "min": "23.068", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "30.453", - "max": "30.682", - "min": "30.324", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.049", - "max": "18.203", - "min": "17.949", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "130.166", - "max": "130.503", - "min": "129.937", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "152.999", - "max": "153.205", - "min": "152.852", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "27.687", - "max": "28.074", - "min": "27.541", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "135.95", - "max": "136.4", - "min": "135.814", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "47.554", - "max": "47.751", - "min": "47.369", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "18.246", - "max": "22.073", - "min": "17.955", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "170.745", - "max": "172.997", - "min": "170.344", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "132.299", - "max": "132.343", - "min": "132.276", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "134.843", - "max": "135.434", - "min": "134.577", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "115.234", - "max": "115.747", - "min": "115.101", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "89.757", - "max": "93.987", - "min": "89.416", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "143.599", - "max": "147.146", - "min": "142.987", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "10.148", - "max": "11.451", - "min": "9.788", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "45.623", - "max": "45.985", - "min": "45.504", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "31.7", - "max": "36.405", - "min": "31.327", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "145.995", - "max": "146.185", - "min": "145.895", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "37.945", - "max": "38.617", - "min": "37.568", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "39.771", - "max": "40.084", - "min": "39.643", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "147.384", - "max": "148.355", - "min": "147.18", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "244.343", - "max": "245.429", - "min": "244.153", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "129.994", - "max": "130.194", - "min": "129.871", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "78.108", - "max": "78.439", - "min": "77.986", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "128.239", - "max": "128.46", - "min": "127.923", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "46.92", - "max": "60.333", - "min": "33.947", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "95.21", - "max": "95.401", - "min": "94.97", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "146.289", - "max": "155.153", - "min": "142.972", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "172.063", - "max": "172.369", - "min": "171.906", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "35.493", - "max": "37.887", - "min": "34.463", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "289.96", - "max": "290.133", - "min": "289.774", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "28.969", - "max": "33.151", - "min": "28.005", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "19.571", - "max": "19.672", - "min": "19.482", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "64.866", - "max": "67.067", - "min": "64.266", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "65.077", - "max": "121.928", - "min": "60.856", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "227.033", - "max": "313.54", - "min": "213.701", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "266.283", - "max": "275.649", - "min": "265.839", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "67.476", - "max": "67.638", - "min": "67.318", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.407", - "max": "35.999", - "min": "35.343", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "70.74", - "max": "70.901", - "min": "70.672", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "44.716", - "max": "45.127", - "min": "44.225", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "221.246", - "max": "222.862", - "min": "220.553", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "106.799", - "max": "107.227", - "min": "106.702", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "191.643", - "max": "192.81", - "min": "191.366", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "130.785", - "max": "131.263", - "min": "130.518", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "141.937", - "max": "144.038", - "min": "141.639", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "94.134", - "max": "94.416", - "min": "93.982", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "55.799", - "max": "56.516", - "min": "55.562", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "7.309", - "max": "7.444", - "min": "7.208", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "82.977", - "max": "83.073", - "min": "82.865", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "123.469", - "max": "123.937", - "min": "123.266", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "107.612", - "max": "107.974", - "min": "107.464", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "85.749", - "max": "86.159", - "min": "85.595", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "135.522", - "max": "143.623", - "min": "135.006", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "89.46", - "max": "90.24", - "min": "89.223", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "240.286", - "max": "240.464", - "min": "240.18", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "139.973", - "max": "140.594", - "min": "139.77", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "127.95", - "max": "128.25", - "min": "127.849", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "57.736", - "max": "59.358", - "min": "57.453", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "9.51", - "max": "14.336", - "min": "9.144", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "92.799", - "max": "92.977", - "min": "92.687", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "101.626", - "max": "101.877", - "min": "101.457", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "9.791", - "max": "16.038", - "min": "9.397", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "114.724", - "max": "115.829", - "min": "114.079", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "148.933", - "max": "149.407", - "min": "148.734", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "31.685", - "max": "31.79", - "min": "31.612", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "250.809", - "max": "251.824", - "min": "250.513", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "78.762", - "max": "81.896", - "min": "78.561", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "98.029", - "max": "98.171", - "min": "97.873", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "155.883", - "max": "156.217", - "min": "155.693", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "144.269", - "max": "162.98", - "min": "142.972", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "134.999", - "max": "138.19", - "min": "134.698", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "86.886", - "max": "87.73", - "min": "86.738", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "96.276", - "max": "98.8", - "min": "95.967", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "133.196", - "max": "133.451", - "min": "132.915", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "49.273", - "max": "50.742", - "min": "49.111", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "305.038", - "max": "306.889", - "min": "304.395", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "110.953", - "max": "111.469", - "min": "110.789", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "326.819", - "max": "327.164", - "min": "324.865", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "179.227", - "max": "180.048", - "min": "179.138", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "74.693", - "max": "74.849", - "min": "74.545", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.92", - "max": "102.03", - "min": "101.827", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "176.378", - "max": "176.567", - "min": "176.235", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "241.386", - "max": "241.846", - "min": "241.269", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "257.23", - "max": "257.42", - "min": "257.039", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "66.495", - "max": "66.947", - "min": "66.313", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "128.858", - "max": "129.393", - "min": "128.705", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "405.086", - "max": "522.622", - "min": "212.243", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "166.202", - "max": "298.986", - "min": "85.087", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "172.288", - "max": "178.286", - "min": "171.688", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "230.638", - "max": "232.917", - "min": "230.329", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "103.519", - "max": "103.708", - "min": "103.396", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "116.485", - "max": "118.549", - "min": "116.175", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "106.774", - "max": "106.989", - "min": "106.597", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "181.052", - "max": "328.157", - "min": "99.104", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "191.706", - "max": "191.879", - "min": "191.583", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "52.985", - "max": "312.997", - "min": "36.232", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "37.693", - "max": "37.899", - "min": "37.534", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "38.831", - "max": "39.473", - "min": "38.359", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "69.749", - "max": "69.959", - "min": "69.603", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "165.465", - "max": "166.72", - "min": "165.038", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "115.952", - "max": "116.325", - "min": "115.76", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "153.933", - "max": "154.343", - "min": "153.708", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "110.758", - "max": "111.289", - "min": "110.632", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "106.62", - "max": "106.907", - "min": "106.433", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "99.298", - "max": "102.262", - "min": "99.066", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "312.14", - "max": "313.81", - "min": "311.381", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "124.699", - "max": "126.039", - "min": "124.591", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "63.856", - "max": "64", - "min": "63.729", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "140.464", - "max": "151.598", - "min": "138.853", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "124.231", - "max": "124.32", - "min": "124.174", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "96.806", - "max": "96.901", - "min": "96.688", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.202", - "max": "68.429", - "min": "68.079", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "30.414", - "max": "30.675", - "min": "30.278", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "174.939", - "max": "176.598", - "min": "174.472", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "45.651", - "max": "46.164", - "min": "45.48", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "29.697", - "max": "29.945", - "min": "29.585", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "171.559", - "max": "178.528", - "min": "170.801", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "10.394", - "max": "11.247", - "min": "10.149", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "39.281", - "max": "48.352", - "min": "38.872", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "139.924", - "max": "140.065", - "min": "139.844", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "2.062", - "max": "5.17", - "min": "1.902", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "3.743", - "max": "4.151", - "min": "3.61", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.866", - "max": "37.131", - "min": "13.687", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "222.268", - "max": "222.459", - "min": "222.123", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.122", - "max": "37.866", - "min": "36.957", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "29.698", - "max": "29.984", - "min": "29.539", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "78.786", - "max": "78.908", - "min": "78.694", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "132.795", - "max": "133.45", - "min": "132.453", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "32.401", - "max": "33.417", - "min": "32.101", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "251.287", - "max": "296.663", - "min": "242.161", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "112.103", - "max": "112.255", - "min": "111.939", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "223.403", - "max": "317.87", - "min": "215.429", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "116.388", - "max": "116.675", - "min": "116.213", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "371.376", - "max": "371.599", - "min": "370.796", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "34.772", - "max": "35.055", - "min": "34.625", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "69.046", - "max": "69.4", - "min": "68.83", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "110.766", - "max": "110.981", - "min": "110.547", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "156.543", - "max": "156.669", - "min": "156.479", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "89.911", - "max": "90.165", - "min": "89.688", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "147.751", - "max": "148.746", - "min": "147.569", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "282.209", - "max": "289.296", - "min": "281.736", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "76.367", - "max": "76.841", - "min": "76.228", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "78.055", - "max": "78.134", - "min": "77.991", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.503", - "max": "18.956", - "min": "14.082", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "150.88", - "max": "151.214", - "min": "150.718", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "10.353", - "max": "13.355", - "min": "10.03", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "23.843", - "max": "24.139", - "min": "23.539", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "33.773", - "max": "54.287", - "min": "32.489", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "22.221", - "max": "22.342", - "min": "22.122", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "4.987", - "max": "5.441", - "min": "4.791", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "55.831", - "max": "56.303", - "min": "55.698", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "45.315", - "max": "45.553", - "min": "45.226", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "58.371", - "max": "58.685", - "min": "58.16", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "59.203", - "max": "59.591", - "min": "59.026", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "7.14", - "max": "7.584", - "min": "7.029", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "11.268", - "max": "13.152", - "min": "11.042", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "6.039", - "max": "6.086", - "min": "5.975", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.529", - "max": "23.015", - "min": "21.356", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "56.336", - "max": "56.595", - "min": "56.091", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "31.772", - "max": "47.432", - "min": "29.918", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "35.952", - "max": "80.226", - "min": "14.502", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "0.021", - "max": "0.06", - "min": "0.015", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "76.507", - "max": "76.859", - "min": "76.336", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "34.716", - "max": "48.419", - "min": "33.762", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "45.406", - "max": "45.942", - "min": "45.007", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "17.156", - "max": "30.257", - "min": "16.125", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "206.142", - "max": "206.622", - "min": "205.949", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "30.339", - "max": "30.64", - "min": "30.253", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "40.159", - "max": "40.484", - "min": "39.958", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.17", - "max": "25.986", - "min": "25.091", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "153.075", - "max": "159.197", - "min": "151.456", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "58.246", - "max": "58.409", - "min": "58.166", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "8.318", - "max": "11.965", - "min": "8.107", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "7.228", - "max": "7.502", - "min": "7.089", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "6.437", - "max": "7.11", - "min": "6.077", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "294.068", - "max": "302.889", - "min": "293.537", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "75.134", - "max": "81.904", - "min": "73.719", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "263.004", - "max": "264.303", - "min": "262.853", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "147.452", - "max": "147.575", - "min": "147.36", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "9.744", - "max": "10.268", - "min": "9.675", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "134.737", - "max": "135.374", - "min": "134.591", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "163.089", - "max": "164.183", - "min": "162.818", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "47.785", - "max": "48.165", - "min": "47.57", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "74.274", - "max": "75.374", - "min": "74.048", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "4.192", - "max": "5.295", - "min": "3.918", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "8.136", - "max": "9.047", - "min": "7.763", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "89.933", - "max": "90.648", - "min": "89.798", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "115.708", - "max": "115.806", - "min": "115.632", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "194.747", - "max": "195.202", - "min": "194.409", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "72.842", - "max": "72.964", - "min": "72.77", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "20.932", - "max": "21.421", - "min": "20.82", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "72.384", - "max": "72.485", - "min": "72.327", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.206", - "max": "20.464", - "min": "20.047", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "199.462", - "max": "497.419", - "min": "188.98", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "126.356", - "max": "130.246", - "min": "122.74", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "21.752", - "max": "21.978", - "min": "21.618", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "43.633", - "max": "44.843", - "min": "43.047", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "155.352", - "max": "177.105", - "min": "153.102", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "96.953", - "max": "98.075", - "min": "96.461", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "222.518", - "max": "222.782", - "min": "222.315", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "88.196", - "max": "88.523", - "min": "88.055", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "57.703", - "max": "57.75", - "min": "57.661", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "16.06", - "max": "16.159", - "min": "15.968", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "52.679", - "max": "52.787", - "min": "52.613", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "84.769", - "max": "89.886", - "min": "84.165", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "94.945", - "max": "95.172", - "min": "94.831", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "69.837", - "max": "75.739", - "min": "68.189", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "176.279", - "max": "179.22", - "min": "175.317", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "81.692", - "max": "83.145", - "min": "80.884", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "65.207", - "max": "65.652", - "min": "65.079", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "93.665", - "max": "94.586", - "min": "93.391", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "13.264", - "max": "16.321", - "min": "12.952", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "268.746", - "max": "269.046", - "min": "268.631", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "165.318", - "max": "165.318", - "min": "165.318", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "3.886", - "max": "3.923", - "min": "3.858", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "20.292", - "max": "20.373", - "min": "20.201", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "95.846", - "max": "96.212", - "min": "95.666", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "25.65", - "max": "36.08", - "min": "16.792", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "27.997", - "max": "28.436", - "min": "27.861", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "167.894", - "max": "168.928", - "min": "167.764", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "84.816", - "max": "87.393", - "min": "84.474", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "93.085", - "max": "98.545", - "min": "92.66", - "id": "204", - "country": "United Kingdom", - "source_name": "Belfast", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "208": { - "name": "Brussels", - "data": { - "0": { - "avg": "156.67", - "max": "164.066", - "min": "156.105", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "276.274", - "max": "281.47", - "min": "275.714", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "93.942", - "max": "94.557", - "min": "93.73", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.961", - "max": "31.317", - "min": "24.075", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "12.709", - "max": "13.097", - "min": "12.362", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "241.424", - "max": "241.665", - "min": "241.196", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "4.842", - "max": "5.846", - "min": "4.597", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "270.998", - "max": "277.026", - "min": "269.989", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "46.28", - "max": "49.477", - "min": "45.848", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "27.742", - "max": "28.144", - "min": "27.39", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "7.412", - "max": "7.831", - "min": "7.077", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "108.65", - "max": "110.472", - "min": "108.427", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.419", - "max": "82.635", - "min": "74.624", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "77.964", - "max": "78.267", - "min": "77.618", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "112.132", - "max": "114.294", - "min": "111.836", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "79.063", - "max": "80.523", - "min": "78.558", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "31.846", - "max": "38.629", - "min": "31.292", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "91.854", - "max": "96.789", - "min": "91.189", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.759", - "max": "18.002", - "min": "17.461", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "21.878", - "max": "27.352", - "min": "21.373", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "280.553", - "max": "284.065", - "min": "280.116", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "94.016", - "max": "94.236", - "min": "93.801", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "147.706", - "max": "147.996", - "min": "147.561", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "147.224", - "max": "151.219", - "min": "146.638", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "31.248", - "max": "31.67", - "min": "30.885", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "16.808", - "max": "17.165", - "min": "16.564", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "22.612", - "max": "24.735", - "min": "22.164", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "26.072", - "max": "26.896", - "min": "25.811", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "10.286", - "max": "10.63", - "min": "10.062", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "140.612", - "max": "142.889", - "min": "140.237", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "250.206", - "max": "251", - "min": "249.923", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.339", - "max": "30.559", - "min": "30.181", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "135.692", - "max": "137.29", - "min": "135.362", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "44.642", - "max": "44.976", - "min": "44.479", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "21.508", - "max": "22.5", - "min": "21.127", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.88", - "max": "171.848", - "min": "163.163", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "136.328", - "max": "136.709", - "min": "136.181", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "128.176", - "max": "128.406", - "min": "127.87", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "104.943", - "max": "108.337", - "min": "104.62", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "79.653", - "max": "81.257", - "min": "79.244", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "148.582", - "max": "158.526", - "min": "147.788", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "11.984", - "max": "15.857", - "min": "11.301", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.539", - "max": "47.836", - "min": "47.298", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.243", - "max": "34.544", - "min": "32.94", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "140.938", - "max": "141.837", - "min": "140.713", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "33.293", - "max": "33.794", - "min": "32.713", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "43.063", - "max": "45.915", - "min": "42.604", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "156.334", - "max": "181.584", - "min": "154.584", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "217.378", - "max": "222.595", - "min": "216.752", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "111.492", - "max": "119.139", - "min": "111.005", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "82.24", - "max": "90.149", - "min": "81.504", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "147.446", - "max": "147.861", - "min": "147.2", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "32.829", - "max": "48.404", - "min": "17.961", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "110.467", - "max": "120.299", - "min": "109.799", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "248.292", - "max": "370.062", - "min": "241.171", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "341.842", - "max": "344.289", - "min": "341.472", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "37.506", - "max": "40.932", - "min": "36.437", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "287.128", - "max": "287.333", - "min": "286.898", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "36.752", - "max": "42.81", - "min": "36.118", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "9.817", - "max": "10.187", - "min": "9.581", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.905", - "max": "61.61", - "min": "59.213", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "65.042", - "max": "115.567", - "min": "61.219", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "270.849", - "max": "336.191", - "min": "264.043", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "342.451", - "max": "421.681", - "min": "335.697", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "46.885", - "max": "48.811", - "min": "46.46", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "47.399", - "max": "47.735", - "min": "47.184", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "75.675", - "max": "79.34", - "min": "75.239", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "41.657", - "max": "42.12", - "min": "41.231", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "207.976", - "max": "209.66", - "min": "207.047", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "124.479", - "max": "129.937", - "min": "123.94", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "234.834", - "max": "237.66", - "min": "234.431", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "137.554", - "max": "141.838", - "min": "137.164", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "156.322", - "max": "156.807", - "min": "155.992", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "95.036", - "max": "95.166", - "min": "94.836", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "52.256", - "max": "53.04", - "min": "51.901", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "12.991", - "max": "13.209", - "min": "12.783", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.892", - "max": "102.118", - "min": "101.688", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "157.027", - "max": "157.346", - "min": "156.874", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "96.471", - "max": "96.992", - "min": "96.212", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "88.27", - "max": "89.745", - "min": "88.008", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "149.209", - "max": "149.527", - "min": "148.95", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "91.388", - "max": "93.591", - "min": "90.972", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "285.537", - "max": "286.225", - "min": "285.175", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "157.987", - "max": "163.189", - "min": "157.489", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "139.009", - "max": "139.137", - "min": "138.758", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "70.816", - "max": "73.049", - "min": "70.223", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "17.499", - "max": "18.403", - "min": "17.193", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "97.292", - "max": "97.764", - "min": "97.113", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "121.407", - "max": "121.932", - "min": "121.184", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "9.285", - "max": "14.984", - "min": "8.737", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "104.069", - "max": "106.042", - "min": "103.398", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "142.384", - "max": "143.111", - "min": "142.003", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "28.365", - "max": "52.337", - "min": "27.3", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "262.705", - "max": "262.893", - "min": "262.583", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "88.832", - "max": "92.727", - "min": "88.238", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "115.395", - "max": "115.693", - "min": "115.154", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "157.304", - "max": "160.387", - "min": "156.959", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "142.672", - "max": "243.23", - "min": "136.713", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "142.49", - "max": "143.966", - "min": "142.129", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "97.019", - "max": "97.686", - "min": "96.628", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "104.203", - "max": "104.409", - "min": "103.95", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "153.3", - "max": "153.846", - "min": "152.94", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "58.707", - "max": "67.178", - "min": "58.148", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "305.333", - "max": "311.533", - "min": "303.873", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "100.568", - "max": "107.424", - "min": "100.031", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "317.041", - "max": "334.115", - "min": "281.596", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "168.016", - "max": "170.709", - "min": "167.582", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "84.157", - "max": "84.373", - "min": "83.918", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "92.365", - "max": "96.375", - "min": "91.928", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "137.258", - "max": "143.449", - "min": "136.171", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "292.413", - "max": "292.809", - "min": "292.186", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "268.303", - "max": "268.886", - "min": "267.995", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "74.968", - "max": "82.913", - "min": "74.359", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "138.324", - "max": "146.86", - "min": "137.635", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "364.778", - "max": "479.516", - "min": "199.411", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "177.287", - "max": "288.436", - "min": "59.334", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "165.042", - "max": "180.489", - "min": "164.012", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "223.308", - "max": "229.158", - "min": "222.514", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "117.835", - "max": "118.396", - "min": "117.636", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "105.351", - "max": "106.734", - "min": "104.924", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "122.771", - "max": "197.858", - "min": "119.755", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "177.97", - "max": "333.417", - "min": "96.668", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "185.584", - "max": "185.837", - "min": "185.394", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "40.27", - "max": "64.926", - "min": "37.164", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.745", - "max": "40.615", - "min": "36.351", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "29.667", - "max": "31.662", - "min": "28.99", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "74.334", - "max": "74.754", - "min": "74.042", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "153.733", - "max": "158.246", - "min": "153.148", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "123.949", - "max": "130.082", - "min": "123.296", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "165.037", - "max": "172.313", - "min": "164.508", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "99.317", - "max": "99.857", - "min": "99.11", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "102.384", - "max": "108.047", - "min": "101.892", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "105.805", - "max": "106.113", - "min": "105.595", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "272.617", - "max": "274.284", - "min": "272.005", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "118.966", - "max": "119.666", - "min": "118.754", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "77.277", - "max": "77.466", - "min": "76.998", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "129.128", - "max": "156.575", - "min": "126.964", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "117.437", - "max": "118.38", - "min": "117.136", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "112.898", - "max": "120.17", - "min": "112.29", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "77.02", - "max": "83.03", - "min": "76.327", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "26.038", - "max": "56.205", - "min": "24.1", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "181.444", - "max": "183.525", - "min": "180.86", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "37.686", - "max": "38.418", - "min": "37.482", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "26.941", - "max": "30.099", - "min": "26.584", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "184.226", - "max": "194.882", - "min": "183.51", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "7.696", - "max": "15.187", - "min": "7.175", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "43.241", - "max": "44.925", - "min": "42.936", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "251.557", - "max": "252.912", - "min": "251.224", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "7.352", - "max": "9.853", - "min": "7.067", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "10.363", - "max": "10.546", - "min": "10.154", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.166", - "max": "33.334", - "min": "16.014", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "260.423", - "max": "260.905", - "min": "260.211", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "36.375", - "max": "39.382", - "min": "35.978", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "22.495", - "max": "27.477", - "min": "21.96", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "93.614", - "max": "93.79", - "min": "93.364", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "159.827", - "max": "160.485", - "min": "159.559", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "40.759", - "max": "42.037", - "min": "40.368", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "307.843", - "max": "355.272", - "min": "300.051", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "117.936", - "max": "118.126", - "min": "117.696", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "237.655", - "max": "320.615", - "min": "228.409", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "126.676", - "max": "200.752", - "min": "123.871", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "377.789", - "max": "378.189", - "min": "377.519", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "31.267", - "max": "31.895", - "min": "31.063", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "83.507", - "max": "85.15", - "min": "83.249", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "119.215", - "max": "125.989", - "min": "118.706", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "169.346", - "max": "169.486", - "min": "169.103", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "91.549", - "max": "91.902", - "min": "91.358", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "133.131", - "max": "133.444", - "min": "132.906", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "254.827", - "max": "256.07", - "min": "254.431", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "79.872", - "max": "80.18", - "min": "79.593", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "93.492", - "max": "93.801", - "min": "93.259", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "16.324", - "max": "19.282", - "min": "15.837", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "151.278", - "max": "151.612", - "min": "151.104", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "16.896", - "max": "23.56", - "min": "16.289", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "18.692", - "max": "19.692", - "min": "18.131", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "24.767", - "max": "25.567", - "min": "24.465", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "18.755", - "max": "19.139", - "min": "18.582", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "13.135", - "max": "13.485", - "min": "12.862", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "64.825", - "max": "65.733", - "min": "64.525", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "44.632", - "max": "44.765", - "min": "44.421", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.952", - "max": "63.237", - "min": "62.686", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "44.027", - "max": "44.608", - "min": "43.77", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "5.339", - "max": "6.701", - "min": "5.083", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "7.691", - "max": "8.416", - "min": "7.444", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "5.985", - "max": "22.812", - "min": "4.999", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "28.063", - "max": "34.65", - "min": "27.367", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "61.469", - "max": "69.392", - "min": "60.705", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "29.448", - "max": "43.44", - "min": "27.151", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "32.521", - "max": "76.588", - "min": "12.173", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "16.441", - "max": "16.999", - "min": "16.17", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "59.368", - "max": "85.865", - "min": "57.462", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "35.153", - "max": "35.644", - "min": "34.913", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "35.267", - "max": "36.006", - "min": "34.8", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "0.06", - "max": "0.105", - "min": "0.042", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.798", - "max": "274.96", - "min": "271.362", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "21.234", - "max": "21.832", - "min": "20.936", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "24.71", - "max": "24.924", - "min": "24.447", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "29.678", - "max": "30.241", - "min": "29.463", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "162.747", - "max": "172.047", - "min": "160.236", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "53.403", - "max": "54.091", - "min": "53.087", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "7.064", - "max": "15.482", - "min": "6.128", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "5.777", - "max": "8.436", - "min": "5.322", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "4.199", - "max": "4.638", - "min": "4.003", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "296.438", - "max": "306.758", - "min": "294.011", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "83.581", - "max": "191.876", - "min": "78.766", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "315.059", - "max": "319.951", - "min": "309.919", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "258.964", - "max": "261.213", - "min": "258.645", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "8.017", - "max": "8.144", - "min": "7.858", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "157.301", - "max": "159.133", - "min": "156.938", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "157.378", - "max": "158.163", - "min": "156.965", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "32.88", - "max": "33.474", - "min": "32.623", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "70.457", - "max": "71.295", - "min": "70.184", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "9.608", - "max": "12.041", - "min": "8.983", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "6.376", - "max": "7.484", - "min": "6.006", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "98.998", - "max": "101.648", - "min": "98.71", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "100.224", - "max": "100.901", - "min": "99.999", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "278.734", - "max": "282.256", - "min": "278.244", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "158.335", - "max": "159.058", - "min": "158.043", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.913", - "max": "26.167", - "min": "24.56", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "81.229", - "max": "81.462", - "min": "81.086", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "17.227", - "max": "21.718", - "min": "16.798", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "200.58", - "max": "201.449", - "min": "200.374", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "114.792", - "max": "118.608", - "min": "111.952", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "26.691", - "max": "29.054", - "min": "26.371", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "43.982", - "max": "45.404", - "min": "43.142", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "159.181", - "max": "182.859", - "min": "157.072", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "232.659", - "max": "235.116", - "min": "232.037", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "240.149", - "max": "240.4", - "min": "239.869", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.958", - "max": "86.325", - "min": "85.721", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "43.261", - "max": "43.679", - "min": "43.067", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "9.127", - "max": "9.622", - "min": "8.871", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "45.674", - "max": "46.399", - "min": "45.461", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": null, - "max": null, - "min": null, - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "85.838", - "max": "86.187", - "min": "85.574", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "66.105", - "max": "73.588", - "min": "63.985", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "155.296", - "max": "156.104", - "min": "155.018", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "83.676", - "max": "85.378", - "min": "82.702", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "61.697", - "max": "62.615", - "min": "61.372", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "107.636", - "max": "108.555", - "min": "107.376", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "19.916", - "max": "27.584", - "min": "19.155", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "187.495", - "max": "192.761", - "min": "170.172", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "220.992", - "max": "220.992", - "min": "220.992", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "9.439", - "max": "16.737", - "min": "8.998", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "18.234", - "max": "18.762", - "min": "17.967", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "104.387", - "max": "111.765", - "min": "103.653", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "29.69", - "max": "37.041", - "min": "21.469", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.956", - "max": "29.303", - "min": "28.731", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "168.187", - "max": "169.312", - "min": "167.885", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "85.288", - "max": "86.523", - "min": "84.74", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "100.075", - "max": "102.046", - "min": "99.837", - "id": "208", - "country": "Belgium", - "source_name": "Brussels", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "210": { - "name": "Munich", - "data": { - "0": { - "avg": "224.853", - "max": "227.7", - "min": "224.571", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "237.141", - "max": "242.547", - "min": "236.69", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "105.763", - "max": "106.027", - "min": "105.654", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "15.517", - "max": "21.55", - "min": "14.728", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "16.743", - "max": "17.925", - "min": "16.513", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "228.91", - "max": "229.039", - "min": "228.845", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "15.892", - "max": "16.513", - "min": "15.737", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "271.281", - "max": "275.28", - "min": "270.51", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "53.137", - "max": "56.883", - "min": "52.822", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "38.188", - "max": "48.416", - "min": "37.549", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "20.228", - "max": "20.492", - "min": "20.05", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.374", - "max": "156.831", - "min": "134.36", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "97.935", - "max": "98.265", - "min": "97.855", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "105.036", - "max": "106.393", - "min": "104.826", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "123.93", - "max": "124.197", - "min": "123.848", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "98.092", - "max": "98.634", - "min": "97.235", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "31.499", - "max": "31.781", - "min": "31.227", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "108.568", - "max": "109.313", - "min": "108.434", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "32.603", - "max": "32.805", - "min": "32.475", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "6.888", - "max": "10.801", - "min": "6.596", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "266.013", - "max": "266.973", - "min": "265.856", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "114.981", - "max": "116.193", - "min": "114.878", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "156", - "max": "156.089", - "min": "155.924", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "155.6", - "max": "171.04", - "min": "154.768", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.941", - "max": "35.518", - "min": "34.694", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "21.14", - "max": "21.608", - "min": "20.991", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "17.231", - "max": "18.822", - "min": "17.024", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "11.839", - "max": "12.344", - "min": "11.72", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "7.248", - "max": "7.327", - "min": "7.185", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "162.619", - "max": "162.967", - "min": "162.402", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "153.777", - "max": "155.997", - "min": "153.625", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "21.79", - "max": "22.327", - "min": "21.645", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "149.802", - "max": "173.428", - "min": "148.714", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "39.026", - "max": "39.478", - "min": "38.934", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.833", - "max": "15.51", - "min": "14.627", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.308", - "max": "166.098", - "min": "162.898", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.382", - "max": "159.127", - "min": "158.278", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "144.229", - "max": "144.707", - "min": "144.1", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "118.812", - "max": "119.303", - "min": "118.692", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "105.894", - "max": "107.043", - "min": "105.631", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "161.11", - "max": "163.183", - "min": "160.748", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "22.08", - "max": "23.805", - "min": "21.664", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "49.577", - "max": "49.92", - "min": "49.462", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.363", - "max": "36.51", - "min": "36.269", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "171.207", - "max": "171.421", - "min": "171.097", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "24.652", - "max": "25.394", - "min": "24.337", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "35.016", - "max": "35.566", - "min": "34.856", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "176.356", - "max": "177.01", - "min": "176.254", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "252.741", - "max": "252.992", - "min": "252.627", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "128.087", - "max": "130.246", - "min": "127.843", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "104.848", - "max": "106.743", - "min": "104.647", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "162.059", - "max": "163.529", - "min": "161.84", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "57.059", - "max": "146.384", - "min": "40.602", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "138.539", - "max": "144.13", - "min": "138.256", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "147.199", - "max": "160.594", - "min": "143.756", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "261.236", - "max": "262.543", - "min": "261.094", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "40.21", - "max": "42.189", - "min": "39.457", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "321.953", - "max": "322.781", - "min": "321.827", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "36.48", - "max": "37.923", - "min": "36.032", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "11.896", - "max": "12.987", - "min": "11.7", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60.624", - "max": "65.405", - "min": "60.007", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "75.27", - "max": "127.305", - "min": "69.491", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "174.809", - "max": "213.937", - "min": "171.9", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "201.499", - "max": "202.513", - "min": "201.318", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "43.972", - "max": "44.577", - "min": "43.794", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "23.584", - "max": "23.691", - "min": "23.514", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.113", - "max": "93.14", - "min": "91.998", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "39.453", - "max": "41.99", - "min": "39.085", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "224.86", - "max": "226.889", - "min": "224.224", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "130.915", - "max": "131.212", - "min": "130.829", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "288.233", - "max": "289.098", - "min": "288.041", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "155.049", - "max": "155.996", - "min": "154.832", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "164.906", - "max": "170.458", - "min": "164.554", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "115.975", - "max": "116.04", - "min": "115.908", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "61.823", - "max": "63.664", - "min": "61.597", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "26.556", - "max": "26.844", - "min": "26.404", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "101.983", - "max": "102.074", - "min": "101.889", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "164.591", - "max": "164.831", - "min": "164.383", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "110.611", - "max": "112.381", - "min": "110.336", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "114.652", - "max": "114.978", - "min": "114.558", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "177.211", - "max": "177.432", - "min": "177.091", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "114.627", - "max": "116.818", - "min": "114.331", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "238.792", - "max": "240.481", - "min": "238.282", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "150.116", - "max": "150.63", - "min": "149.9", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "138.675", - "max": "139.643", - "min": "138.54", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "76.866", - "max": "78.213", - "min": "76.52", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "31.771", - "max": "32.225", - "min": "31.503", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "117.73", - "max": "117.994", - "min": "117.542", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "120.159", - "max": "120.601", - "min": "119.968", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "25.962", - "max": "32.295", - "min": "24.973", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "129.032", - "max": "131.982", - "min": "128.177", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "170.563", - "max": "171.087", - "min": "170.355", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "41.24", - "max": "41.462", - "min": "41.172", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "295.696", - "max": "295.84", - "min": "295.595", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "106.845", - "max": "107.697", - "min": "106.711", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.347", - "max": "131.59", - "min": "131.161", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "173.912", - "max": "174.252", - "min": "173.659", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "154.06", - "max": "175.39", - "min": "152.509", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "159.692", - "max": "160.127", - "min": "159.546", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "112.528", - "max": "115.312", - "min": "112.258", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "124.192", - "max": "125.638", - "min": "124.012", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "167.442", - "max": "167.654", - "min": "167.208", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "39.681", - "max": "54.41", - "min": "38.566", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "328.445", - "max": "332.868", - "min": "327.451", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "124.767", - "max": "125.378", - "min": "124.597", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "382.139", - "max": "389.955", - "min": "366.088", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "181.749", - "max": "184.693", - "min": "181.506", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "96.401", - "max": "97.161", - "min": "96.241", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "112.873", - "max": "113.095", - "min": "112.747", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "165.157", - "max": "167.54", - "min": "164.889", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "262.679", - "max": "263.736", - "min": "262.549", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "282.677", - "max": "284.571", - "min": "282.422", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "110.012", - "max": "113.694", - "min": "109.797", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "150.79", - "max": "151.16", - "min": "150.579", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "364.861", - "max": "474.181", - "min": "203.166", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "133.397", - "max": "214.137", - "min": "50.99", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "171.473", - "max": "179.979", - "min": "170.678", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "222.958", - "max": "224.526", - "min": "222.659", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "130.461", - "max": "133.871", - "min": "130.177", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "119.875", - "max": "121.536", - "min": "119.548", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "159.38", - "max": "159.676", - "min": "159.172", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "216.495", - "max": "365.733", - "min": "126.836", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "217.935", - "max": "218.438", - "min": "217.77", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "52.602", - "max": "268.991", - "min": "38.103", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "44.106", - "max": "44.373", - "min": "44.039", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "27.524", - "max": "28.481", - "min": "27.199", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "97.145", - "max": "97.396", - "min": "96.952", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "168.97", - "max": "169.603", - "min": "168.717", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "144.191", - "max": "144.844", - "min": "144.013", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "198.048", - "max": "200.54", - "min": "197.805", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "114.198", - "max": "118.444", - "min": "113.815", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "114.849", - "max": "115.362", - "min": "114.63", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "119.166", - "max": "123.39", - "min": "118.827", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "307.43", - "max": "309.182", - "min": "306.806", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "133.9", - "max": "134.892", - "min": "133.761", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "84.714", - "max": "84.905", - "min": "84.589", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "138.988", - "max": "144.666", - "min": "137.973", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "147.754", - "max": "147.868", - "min": "147.68", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "126.001", - "max": "128.726", - "min": "125.826", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "89.491", - "max": "90.177", - "min": "89.358", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "14.883", - "max": "15.493", - "min": "14.741", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "179.854", - "max": "180.501", - "min": "179.46", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "36.91", - "max": "38.749", - "min": "36.739", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "12.5", - "max": "12.724", - "min": "12.364", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "204.561", - "max": "209.679", - "min": "203.969", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "13.712", - "max": "14.507", - "min": "13.414", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "29.888", - "max": "30.257", - "min": "29.742", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "145.441", - "max": "146.834", - "min": "145.205", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "20.793", - "max": "22.299", - "min": "20.584", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "22.076", - "max": "22.183", - "min": "22.001", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "9.716", - "max": "11.875", - "min": "8.922", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "235.965", - "max": "236.067", - "min": "235.872", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "27.061", - "max": "28.603", - "min": "26.877", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "17.78", - "max": "20.497", - "min": "17.46", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "103.858", - "max": "104.014", - "min": "103.767", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "174.101", - "max": "174.396", - "min": "173.943", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "53.35", - "max": "54.019", - "min": "53.047", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "309.345", - "max": "351.129", - "min": "301.834", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "179.91", - "max": "185.026", - "min": "179.592", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "263.302", - "max": "321.278", - "min": "253.758", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "124.972", - "max": "126.823", - "min": "124.773", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "201.13", - "max": "202.122", - "min": "201.033", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "26.198", - "max": "26.305", - "min": "26.116", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "89.978", - "max": "95.611", - "min": "89.554", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "109.181", - "max": "110.692", - "min": "109.001", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "185.944", - "max": "186.183", - "min": "185.852", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "90.326", - "max": "90.437", - "min": "90.226", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "146.201", - "max": "149.214", - "min": "145.934", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "245.766", - "max": "251.867", - "min": "212.567", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "104.714", - "max": "104.951", - "min": "104.534", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "110.768", - "max": "110.901", - "min": "110.708", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "10.126", - "max": "13.851", - "min": "9.77", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "145.594", - "max": "145.643", - "min": "145.516", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "33.854", - "max": "34.284", - "min": "33.784", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "16.84", - "max": "17.07", - "min": "16.718", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "27.502", - "max": "36.748", - "min": "26.936", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "13.534", - "max": "14.435", - "min": "13.386", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "27.792", - "max": "29.094", - "min": "27.525", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "65.477", - "max": "66.549", - "min": "65.246", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "39.854", - "max": "41.547", - "min": "39.716", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "63.084", - "max": "65.197", - "min": "62.736", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "53.988", - "max": "54.593", - "min": "53.866", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "19.564", - "max": "25.689", - "min": "19.069", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "18.772", - "max": "18.904", - "min": "18.682", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "13.871", - "max": "14.086", - "min": "13.766", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "12.592", - "max": "13.377", - "min": "12.404", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "71.729", - "max": "75.474", - "min": "71.374", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "24.779", - "max": "56.095", - "min": "22.019", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "25.901", - "max": "44.579", - "min": "15.56", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "30.391", - "max": "30.586", - "min": "30.209", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "65.071", - "max": "65.985", - "min": "64.875", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.755", - "max": "53.822", - "min": "46.271", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "28.469", - "max": "28.898", - "min": "28.025", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "21.216", - "max": "22.031", - "min": "20.883", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "208.897", - "max": "209.326", - "min": "208.773", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "0.04", - "max": "0.071", - "min": "0.022", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "19.007", - "max": "19.408", - "min": "18.815", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "41.138", - "max": "41.243", - "min": "41.063", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "178.851", - "max": "186.133", - "min": "177.456", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "39.135", - "max": "42.603", - "min": "38.859", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "16.334", - "max": "20.289", - "min": "15.893", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "15.712", - "max": "20.48", - "min": "15.389", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "13.418", - "max": "13.533", - "min": "13.239", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "284.647", - "max": "285.1", - "min": "284.485", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "100.467", - "max": "109.24", - "min": "99.639", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "254.152", - "max": "263.172", - "min": "220.05", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "165.095", - "max": "165.323", - "min": "165.013", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "20.185", - "max": "21.867", - "min": "20.035", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "139.259", - "max": "147.424", - "min": "138.238", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "174.651", - "max": "174.873", - "min": "174.416", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "27.007", - "max": "27.695", - "min": "26.828", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "72.356", - "max": "73.815", - "min": "72.104", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "25.982", - "max": "27.459", - "min": "25.633", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "16.005", - "max": "17.781", - "min": "15.654", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "110.904", - "max": "111.891", - "min": "110.772", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "133.048", - "max": "134.866", - "min": "132.91", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.03", - "max": "240.49", - "min": "239.868", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "91.595", - "max": "93.862", - "min": "91.424", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "16.944", - "max": "17.142", - "min": "16.828", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "90.134", - "max": "90.565", - "min": "90.018", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "21.692", - "max": "22.077", - "min": "21.534", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "259.576", - "max": "467.468", - "min": "252.288", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "135.282", - "max": "139.365", - "min": "132.373", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "29.468", - "max": "32.152", - "min": "29.234", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "51.55", - "max": "52.072", - "min": "50.877", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "162.108", - "max": "166.748", - "min": "160.641", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "115.051", - "max": "115.525", - "min": "114.746", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "227.984", - "max": "228.352", - "min": "227.854", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "68.237", - "max": "69.025", - "min": "68.025", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "40.186", - "max": "40.854", - "min": "40.096", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "18.5", - "max": "18.783", - "min": "18.415", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "56.151", - "max": "56.239", - "min": "56.092", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "106.161", - "max": "109.322", - "min": "105.681", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "104.451", - "max": "104.621", - "min": "104.366", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.836", - "max": "71.294", - "min": "66.893", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "187.145", - "max": "188.349", - "min": "186.545", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "122.909", - "max": "124.702", - "min": "121.987", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "60.712", - "max": "64.551", - "min": "60.436", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "119.04", - "max": "123.314", - "min": "118.662", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "31.628", - "max": "36.661", - "min": "30.73", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.8", - "max": "177.796", - "min": "171.58", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "190.469", - "max": "190.469", - "min": "190.469", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "26.328", - "max": "27.31", - "min": "26.221", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "5.59", - "max": "6.083", - "min": "5.512", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "120.83", - "max": "122.158", - "min": "120.407", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "38.617", - "max": "48.707", - "min": "31.215", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "38.588", - "max": "40.735", - "min": "38.35", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "157.921", - "max": "158.292", - "min": "157.759", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "69.45", - "max": "71.687", - "min": "69.073", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "115.101", - "max": "124.155", - "min": "114.693", - "id": "210", - "country": "Germany", - "source_name": "Munich", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "211": { - "name": "Lugano", - "data": { - "0": { - "avg": "255.946", - "max": "256.635", - "min": "255.674", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "273.415", - "max": "274.868", - "min": "273.158", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "106.485", - "max": "106.654", - "min": "106.291", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "21.746", - "max": "27.055", - "min": "21.036", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "23.073", - "max": "24.436", - "min": "22.872", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "278.277", - "max": "278.408", - "min": "278.113", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "35.927", - "max": "36.26", - "min": "35.707", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "265.968", - "max": "281.581", - "min": "264.551", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "81.322", - "max": "81.612", - "min": "81.15", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "38.887", - "max": "40.444", - "min": "38.633", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "26.103", - "max": "26.383", - "min": "25.87", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.833", - "max": "136.886", - "min": "135.68", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "99.011", - "max": "99.171", - "min": "98.857", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "108.277", - "max": "108.737", - "min": "108.138", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "127.927", - "max": "133.539", - "min": "127.631", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "93.05", - "max": "93.742", - "min": "92.692", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "17.689", - "max": "17.935", - "min": "17.489", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "113.04", - "max": "113.179", - "min": "112.855", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "39.046", - "max": "39.237", - "min": "38.851", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "23.016", - "max": "23.111", - "min": "22.856", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.92", - "max": "290.086", - "min": "289.754", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "115.177", - "max": "115.858", - "min": "114.992", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "162.627", - "max": "163.323", - "min": "162.461", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "162.454", - "max": "162.989", - "min": "162.275", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "55.601", - "max": "56.038", - "min": "55.321", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "32.082", - "max": "32.436", - "min": "31.916", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "3.152", - "max": "3.785", - "min": "2.984", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "15.987", - "max": "16.23", - "min": "15.847", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "53.095", - "max": "53.333", - "min": "52.883", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "169.773", - "max": "170.529", - "min": "169.505", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "155.6", - "max": "155.767", - "min": "155.424", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "53.826", - "max": "54.011", - "min": "53.619", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "160.55", - "max": "160.702", - "min": "160.423", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "79.36", - "max": "80.111", - "min": "79.132", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "19.964", - "max": "21.767", - "min": "19.712", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "184.611", - "max": "186.319", - "min": "184.221", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.484", - "max": "165.665", - "min": "165.242", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "171.487", - "max": "171.991", - "min": "171.262", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "130.775", - "max": "132.561", - "min": "130.543", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "104.774", - "max": "105.325", - "min": "104.461", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "168.914", - "max": "174.654", - "min": "168.279", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "32.948", - "max": "35.142", - "min": "32.363", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "65.27", - "max": "65.524", - "min": "65.082", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "40.111", - "max": "42.926", - "min": "39.391", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.541", - "max": "168.58", - "min": "161.074", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.302", - "max": "35.867", - "min": "34.896", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "45.285", - "max": "46.22", - "min": "45.075", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "164.431", - "max": "164.795", - "min": "164.278", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "263.52", - "max": "265.567", - "min": "263.177", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "139.756", - "max": "139.913", - "min": "139.655", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "102.946", - "max": "104.483", - "min": "102.695", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "163.663", - "max": "163.835", - "min": "163.288", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "28.894", - "max": "116.014", - "min": "19.097", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "135.827", - "max": "136.092", - "min": "135.615", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "247.518", - "max": "258.498", - "min": "244.176", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "186.436", - "max": "186.743", - "min": "186.287", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "49.54", - "max": "51.261", - "min": "48.69", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "311.206", - "max": "311.341", - "min": "311.078", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "78.661", - "max": "83.352", - "min": "77.973", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "23.687", - "max": "23.855", - "min": "23.376", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "57.745", - "max": "58.501", - "min": "57.315", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "71.856", - "max": "129.786", - "min": "66.924", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "200.801", - "max": "218.922", - "min": "199.582", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "288.931", - "max": "294.771", - "min": "288.44", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "64.097", - "max": "64.253", - "min": "63.947", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "53.396", - "max": "53.53", - "min": "53.243", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "97.909", - "max": "98.63", - "min": "97.702", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "96.144", - "max": "97.356", - "min": "95.643", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "229.66", - "max": "231.175", - "min": "229.126", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "135.729", - "max": "141.116", - "min": "135.232", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "213.348", - "max": "213.957", - "min": "213.066", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "162.23", - "max": "162.529", - "min": "161.978", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "170.853", - "max": "175.37", - "min": "170.542", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.381", - "max": "70.232", - "min": "68.071", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "43.491", - "max": "43.921", - "min": "43.348", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "111.204", - "max": "111.343", - "min": "111.062", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "166.555", - "max": "166.76", - "min": "166.333", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "117.543", - "max": "127.729", - "min": "116.894", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "110.311", - "max": "110.517", - "min": "110.081", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.091", - "max": "161.303", - "min": "160.86", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "99.398", - "max": "100.271", - "min": "99.033", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "202.901", - "max": "206.948", - "min": "202.567", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "254.144", - "max": "254.344", - "min": "253.972", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "172.398", - "max": "174.775", - "min": "166.706", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "97.999", - "max": "98.582", - "min": "97.754", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "36.653", - "max": "37.965", - "min": "36.337", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "125.684", - "max": "125.88", - "min": "125.51", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "127.584", - "max": "127.975", - "min": "127.423", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "34.519", - "max": "39.171", - "min": "34.123", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "126.155", - "max": "128.111", - "min": "125.482", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "164.538", - "max": "165.16", - "min": "164.28", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "65.525", - "max": "65.701", - "min": "65.364", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "305.579", - "max": "310.105", - "min": "305.198", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "105.147", - "max": "105.905", - "min": "104.883", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "119.657", - "max": "119.961", - "min": "119.424", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "168.422", - "max": "168.854", - "min": "168.248", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "153.518", - "max": "181.687", - "min": "151.52", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "161.906", - "max": "162.036", - "min": "161.725", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "112.521", - "max": "114.882", - "min": "112.135", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "125.16", - "max": "125.299", - "min": "125.005", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "144.299", - "max": "145.374", - "min": "144.109", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "64.671", - "max": "64.838", - "min": "64.548", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "330.478", - "max": "335.141", - "min": "329.965", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "122.812", - "max": "123.518", - "min": "122.622", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "330.418", - "max": "347.427", - "min": "317.588", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "192.284", - "max": "193.433", - "min": "191.985", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "121.516", - "max": "121.917", - "min": "121.328", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "140.64", - "max": "141.136", - "min": "140.438", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "183.871", - "max": "184.317", - "min": "183.677", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "281.496", - "max": "281.874", - "min": "281.223", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "101.71", - "max": "101.875", - "min": "101.591", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "120.092", - "max": "121.577", - "min": "119.799", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "370.59", - "max": "469.736", - "min": "189.414", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "134.842", - "max": "240.585", - "min": "42.649", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "207.725", - "max": "210.83", - "min": "207.212", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "226.669", - "max": "234.052", - "min": "226.059", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "132.269", - "max": "132.404", - "min": "132.143", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "136.01", - "max": "136.632", - "min": "135.638", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "147.226", - "max": "147.639", - "min": "146.886", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "195.233", - "max": "345.737", - "min": "118.76", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "231.081", - "max": "251.161", - "min": "214.451", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "40.904", - "max": "114.556", - "min": "37.502", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.161", - "max": "36.293", - "min": "36.074", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "38.532", - "max": "39.577", - "min": "37.797", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "91.179", - "max": "91.542", - "min": "91.031", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "199.854", - "max": "201.161", - "min": "199.568", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "112.596", - "max": "112.876", - "min": "112.297", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "197.727", - "max": "198.058", - "min": "197.52", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "122.929", - "max": "123.356", - "min": "122.671", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "110.845", - "max": "111.076", - "min": "110.548", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "119.323", - "max": "119.541", - "min": "119.104", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "320.206", - "max": "321.565", - "min": "319.473", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "145.437", - "max": "148.174", - "min": "145.157", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "93.289", - "max": "93.51", - "min": "93.075", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "149.669", - "max": "163.257", - "min": "148.372", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "152.902", - "max": "169.004", - "min": "152.132", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "124.582", - "max": "124.765", - "min": "124.283", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "98.158", - "max": "99.307", - "min": "97.821", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "21.442", - "max": "21.752", - "min": "21.268", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "207.043", - "max": "207.514", - "min": "206.64", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "73.058", - "max": "73.245", - "min": "72.835", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "20.356", - "max": "20.61", - "min": "20.187", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "212.202", - "max": "221.93", - "min": "211.054", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "45.555", - "max": "46.245", - "min": "45.278", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "55.843", - "max": "64.248", - "min": "55.028", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "184.219", - "max": "184.365", - "min": "184.05", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "43.212", - "max": "43.665", - "min": "43.023", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "27.229", - "max": "27.403", - "min": "27.106", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "22.466", - "max": "29.493", - "min": "20.962", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "306.649", - "max": "306.805", - "min": "306.505", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "72.718", - "max": "73.163", - "min": "72.441", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "7.844", - "max": "19.426", - "min": "6.837", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "110.256", - "max": "110.407", - "min": "110.083", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "173.845", - "max": "174.209", - "min": "173.545", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "68.797", - "max": "69.469", - "min": "68.457", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "222.365", - "max": "266.008", - "min": "216.117", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "149.931", - "max": "150.283", - "min": "149.652", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "262.757", - "max": "371.16", - "min": "255.907", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "136.16", - "max": "136.35", - "min": "135.904", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "388.447", - "max": "388.945", - "min": "388.093", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "58.366", - "max": "58.618", - "min": "58.173", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "107.135", - "max": "107.462", - "min": "106.752", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "138.877", - "max": "139.167", - "min": "138.67", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "221.911", - "max": "224.989", - "min": "221.503", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "89.815", - "max": "91.193", - "min": "89.605", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "165.262", - "max": "166.515", - "min": "165.031", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "278.58", - "max": "286.773", - "min": "270.537", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "97.655", - "max": "97.924", - "min": "97.327", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "110.672", - "max": "110.795", - "min": "110.515", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "9.147", - "max": "10.256", - "min": "8.851", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "168.258", - "max": "168.373", - "min": "168.116", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "37.238", - "max": "38.777", - "min": "36.985", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "56.521", - "max": "56.98", - "min": "56.139", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "11.293", - "max": "11.466", - "min": "11.125", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "2.949", - "max": "3.073", - "min": "2.8", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "34.06", - "max": "35.051", - "min": "33.751", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "46.491", - "max": "47.241", - "min": "46.295", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "55.02", - "max": "55.235", - "min": "54.86", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "60.02", - "max": "62.058", - "min": "59.572", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "27.621", - "max": "27.85", - "min": "27.478", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "43.143", - "max": "43.679", - "min": "42.935", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "43.408", - "max": "44.08", - "min": "43.228", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "42.563", - "max": "42.839", - "min": "42.42", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "18.512", - "max": "19.395", - "min": "18.305", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "70.625", - "max": "70.95", - "min": "70.361", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "9.66", - "max": "14.442", - "min": "8.574", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "67.569", - "max": "135.703", - "min": "41.785", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "40.305", - "max": "40.79", - "min": "40.117", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "66.354", - "max": "67.276", - "min": "66.102", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "37.604", - "max": "38.362", - "min": "37.343", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "75.237", - "max": "75.795", - "min": "74.807", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "24.72", - "max": "25.391", - "min": "24.373", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "333.063", - "max": "333.978", - "min": "332.814", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "19.163", - "max": "20.271", - "min": "18.93", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "0.043", - "max": "0.067", - "min": "0.029", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "30.142", - "max": "30.35", - "min": "29.917", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "183.228", - "max": "188.729", - "min": "181.055", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "43.465", - "max": "43.63", - "min": "43.276", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "30.417", - "max": "31.184", - "min": "30.25", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "40.01", - "max": "42.274", - "min": "39.46", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "41.409", - "max": "41.823", - "min": "41.075", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "327.017", - "max": "336.428", - "min": "325.798", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "110.345", - "max": "116.005", - "min": "109.622", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "221.525", - "max": "225.85", - "min": "217.483", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "257.395", - "max": "257.854", - "min": "257.211", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "38.772", - "max": "38.961", - "min": "38.564", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "173.03", - "max": "177.522", - "min": "168.566", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "185.357", - "max": "185.661", - "min": "184.914", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "14.517", - "max": "14.89", - "min": "14.318", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "42.747", - "max": "43.578", - "min": "42.463", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "33.607", - "max": "34.623", - "min": "33.303", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "43.732", - "max": "45.785", - "min": "43.333", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "123.103", - "max": "123.229", - "min": "122.952", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "136.922", - "max": "137.067", - "min": "136.811", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "261.032", - "max": "261.536", - "min": "260.856", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "171.696", - "max": "171.89", - "min": "171.531", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "42.187", - "max": "42.471", - "min": "41.994", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "98.993", - "max": "99.125", - "min": "98.87", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "57.491", - "max": "57.727", - "min": "57.214", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "258.351", - "max": "274.94", - "min": "239.478", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "139.199", - "max": "143.112", - "min": "136.04", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "42.587", - "max": "42.811", - "min": "42.346", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "30.956", - "max": "33.19", - "min": "30.241", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "154.78", - "max": "156.939", - "min": "153.98", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "140.159", - "max": "145.198", - "min": "139.537", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "248.598", - "max": "248.829", - "min": "248.431", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "79.998", - "max": "80.387", - "min": "79.838", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "44.435", - "max": "44.555", - "min": "44.273", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.517", - "max": "24.668", - "min": "24.315", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "33.836", - "max": "34.059", - "min": "33.678", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "100.728", - "max": "102.295", - "min": "100.357", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "106.724", - "max": "106.938", - "min": "106.6", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "82.718", - "max": "91.107", - "min": "80.736", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "202.334", - "max": "203.467", - "min": "201.828", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "103.762", - "max": "105.436", - "min": "102.893", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "81.003", - "max": "81.811", - "min": "80.829", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "135.623", - "max": "136.022", - "min": "135.237", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "60.439", - "max": "61.56", - "min": "60.15", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "298.609", - "max": "301.555", - "min": "298.356", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "247.763", - "max": "247.763", - "min": "247.763", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "31.251", - "max": "31.366", - "min": "31.055", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "51.441", - "max": "51.594", - "min": "51.275", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "128.368", - "max": "128.679", - "min": "128.15", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "58.928", - "max": "75.546", - "min": "50.531", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "54.772", - "max": "54.965", - "min": "54.615", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "190.905", - "max": "192.053", - "min": "190.532", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "102.21", - "max": "104.296", - "min": "101.876", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "120.371", - "max": "120.844", - "min": "120.14", - "id": "211", - "country": "Switzerland", - "source_name": "Lugano", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "214": { - "name": "Athens", - "data": { - "0": { - "avg": "254.647", - "max": "254.822", - "min": "254.454", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "289.317", - "max": "292.289", - "min": "289.02", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "140.852", - "max": "141.113", - "min": "140.691", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "26.342", - "max": "32.556", - "min": "25.654", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "53.972", - "max": "54.237", - "min": "53.802", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "308.416", - "max": "308.524", - "min": "308.326", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "50.531", - "max": "50.658", - "min": "50.334", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "311.466", - "max": "321.491", - "min": "310.183", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "87.721", - "max": "88.064", - "min": "87.576", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "62.375", - "max": "68.588", - "min": "61.943", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "55.728", - "max": "61.377", - "min": "55.347", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "172.806", - "max": "173.867", - "min": "172.625", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "125.319", - "max": "125.466", - "min": "125.183", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "124.652", - "max": "124.836", - "min": "124.519", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "158.625", - "max": "158.877", - "min": "158.462", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "136.434", - "max": "138.925", - "min": "135.895", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "71.813", - "max": "73.49", - "min": "71.528", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "149.353", - "max": "149.562", - "min": "149.161", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "67.869", - "max": "73.445", - "min": "67.415", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "31.893", - "max": "32.699", - "min": "31.747", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "302.354", - "max": "307.427", - "min": "302.002", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "148.716", - "max": "148.836", - "min": "148.586", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "198.689", - "max": "198.879", - "min": "198.547", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "205.078", - "max": "205.315", - "min": "204.917", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "71.882", - "max": "72.077", - "min": "71.699", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "45.243", - "max": "46.227", - "min": "45.12", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "46.979", - "max": "49.185", - "min": "46.628", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "43.832", - "max": "44.05", - "min": "43.742", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "42.91", - "max": "43.207", - "min": "42.786", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "201.442", - "max": "202.691", - "min": "201.232", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "288.996", - "max": "291.102", - "min": "288.745", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.223", - "max": "39.498", - "min": "39.089", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "190.493", - "max": "223.408", - "min": "189.245", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "75.908", - "max": "76.14", - "min": "75.78", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "45.042", - "max": "45.984", - "min": "44.709", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "196.538", - "max": "198.252", - "min": "196.202", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "193.898", - "max": "193.988", - "min": "193.844", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "185.346", - "max": "185.572", - "min": "185.198", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "166.191", - "max": "167.532", - "min": "165.999", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "131.106", - "max": "137.568", - "min": "130.681", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "199.478", - "max": "202.567", - "min": "199.06", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "57.643", - "max": "58.797", - "min": "57.355", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "89.833", - "max": "90.064", - "min": "89.704", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "66.976", - "max": "67.384", - "min": "66.845", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "259.607", - "max": "259.738", - "min": "259.537", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "40.241", - "max": "40.851", - "min": "39.858", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "66.723", - "max": "70.466", - "min": "66.383", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "214.643", - "max": "215.233", - "min": "214.431", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "289.441", - "max": "294.008", - "min": "289.092", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "167.738", - "max": "167.85", - "min": "167.639", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "129.42", - "max": "129.566", - "min": "129.312", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "201.139", - "max": "201.353", - "min": "200.961", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "101.623", - "max": "148.664", - "min": "61.485", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "158.295", - "max": "158.492", - "min": "158.164", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "184.561", - "max": "202.534", - "min": "180.683", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "288.642", - "max": "288.997", - "min": "288.4", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "74.153", - "max": "75.409", - "min": "73.45", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "347.196", - "max": "347.313", - "min": "347.107", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "67.77", - "max": "68.152", - "min": "67.626", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "48.802", - "max": "48.996", - "min": "48.674", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "97.311", - "max": "100.609", - "min": "96.69", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "110.571", - "max": "149.124", - "min": "106.798", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "247.469", - "max": "320.747", - "min": "243.989", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "378.873", - "max": "384.772", - "min": "378.353", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "48.681", - "max": "48.936", - "min": "48.494", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "45.841", - "max": "47.275", - "min": "45.632", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "128.301", - "max": "128.523", - "min": "128.13", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "28.199", - "max": "28.523", - "min": "27.981", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "256.451", - "max": "258.228", - "min": "255.816", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "171.669", - "max": "176.574", - "min": "171.239", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "283.497", - "max": "285.507", - "min": "283.211", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "191.982", - "max": "192.612", - "min": "191.65", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "201.487", - "max": "204.575", - "min": "201.23", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "148.03", - "max": "148.46", - "min": "147.794", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "98.147", - "max": "101.512", - "min": "97.798", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "62.769", - "max": "62.967", - "min": "62.633", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "141.82", - "max": "149.65", - "min": "141.413", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "205.632", - "max": "207.492", - "min": "205.414", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "147.078", - "max": "148.971", - "min": "146.8", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "147.607", - "max": "148.652", - "min": "147.448", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "204.115", - "max": "204.301", - "min": "203.965", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "143.748", - "max": "144.084", - "min": "143.561", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "220.521", - "max": "225.624", - "min": "220.083", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "185.337", - "max": "185.806", - "min": "185.071", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "193.417", - "max": "193.626", - "min": "193.204", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "109.216", - "max": "110.118", - "min": "108.933", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "66.477", - "max": "66.895", - "min": "66.235", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "158.339", - "max": "158.654", - "min": "158.218", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "154.273", - "max": "158.59", - "min": "153.92", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "61.473", - "max": "67.928", - "min": "60.667", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "158.306", - "max": "160.866", - "min": "157.652", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "200.176", - "max": "200.632", - "min": "199.926", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "69.275", - "max": "69.418", - "min": "69.186", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "319.036", - "max": "324.129", - "min": "318.6", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "139.505", - "max": "139.638", - "min": "139.36", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "164.013", - "max": "164.22", - "min": "163.841", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "198.343", - "max": "198.577", - "min": "198.138", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "192.102", - "max": "215.419", - "min": "190.5", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "198.655", - "max": "202.268", - "min": "198.427", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "149.881", - "max": "151.515", - "min": "149.604", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "157.42", - "max": "165.502", - "min": "156.998", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "185.494", - "max": "189.774", - "min": "185.185", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "54.48", - "max": "54.601", - "min": "54.315", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "358.229", - "max": "369.716", - "min": "357.198", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "155.111", - "max": "156.608", - "min": "154.859", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "404.01", - "max": "425.319", - "min": "377.26", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "221.272", - "max": "223.074", - "min": "221.01", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "138.934", - "max": "139.365", - "min": "138.779", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "151.193", - "max": "151.477", - "min": "151.034", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "180.054", - "max": "182.856", - "min": "179.113", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "348.178", - "max": "348.647", - "min": "348.021", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "327.251", - "max": "327.532", - "min": "327.145", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "123.94", - "max": "124.093", - "min": "123.806", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "184.042", - "max": "249.256", - "min": "181.564", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "409.1", - "max": "513.759", - "min": "231.803", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "107.587", - "max": "225.104", - "min": "11.358", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "229.535", - "max": "232.151", - "min": "229.072", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "286.982", - "max": "288.207", - "min": "286.76", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "165.8", - "max": "167.103", - "min": "165.602", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "167.328", - "max": "168.414", - "min": "167.058", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "171.658", - "max": "175.557", - "min": "171.363", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "227.619", - "max": "381.621", - "min": "147.965", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "250.974", - "max": "253.587", - "min": "250.758", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "59.896", - "max": "132.588", - "min": "54.177", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "57.962", - "max": "58.228", - "min": "57.825", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "150.506", - "max": "151.477", - "min": "149.626", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "126.097", - "max": "126.474", - "min": "125.932", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "283.445", - "max": "283.814", - "min": "283.204", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "165.693", - "max": "166.091", - "min": "165.504", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "222.937", - "max": "223.452", - "min": "222.755", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "154.554", - "max": "156.059", - "min": "154.396", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "150.453", - "max": "150.676", - "min": "150.329", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "163.897", - "max": "164.149", - "min": "163.763", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "338.155", - "max": "339.334", - "min": "337.458", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "177.699", - "max": "177.907", - "min": "177.588", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "120.353", - "max": "120.523", - "min": "120.167", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "179.017", - "max": "185.159", - "min": "177.935", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "178.111", - "max": "178.263", - "min": "178.003", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "154.243", - "max": "154.358", - "min": "154.177", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "124.188", - "max": "124.501", - "min": "124.028", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "26.181", - "max": "26.504", - "min": "26.036", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "220.274", - "max": "220.758", - "min": "219.957", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "83.733", - "max": "83.937", - "min": "83.508", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "41.296", - "max": "41.68", - "min": "41.166", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "237.133", - "max": "237.455", - "min": "236.914", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "48.593", - "max": "62.255", - "min": "47.741", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "13.796", - "max": "20.113", - "min": "13.447", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "180.57", - "max": "180.883", - "min": "180.388", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "59.114", - "max": "59.39", - "min": "59.031", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "60.903", - "max": "60.968", - "min": "60.785", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "47.457", - "max": "53.206", - "min": "46.464", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "317.694", - "max": "317.984", - "min": "317.526", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "45.587", - "max": "45.981", - "min": "45.448", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "48.232", - "max": "52.508", - "min": "47.776", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "139.544", - "max": "139.758", - "min": "139.404", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "215.516", - "max": "215.736", - "min": "215.243", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "87.767", - "max": "90.534", - "min": "87.359", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "365.469", - "max": "411.66", - "min": "356.541", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "169.988", - "max": "171.263", - "min": "169.854", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "293.12", - "max": "383.502", - "min": "285.843", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "166.776", - "max": "166.958", - "min": "166.664", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "251.008", - "max": "252.465", - "min": "250.845", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "54.974", - "max": "55.249", - "min": "54.867", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "124.381", - "max": "125.618", - "min": "124.196", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "145.95", - "max": "148.043", - "min": "144.25", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "218.148", - "max": "218.306", - "min": "218.064", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "118.46", - "max": "118.641", - "min": "118.314", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "181.583", - "max": "181.823", - "min": "181.422", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "277.902", - "max": "283.054", - "min": "266.381", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "123.401", - "max": "123.507", - "min": "123.308", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "146.702", - "max": "147.072", - "min": "146.614", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "64.219", - "max": "65.731", - "min": "63.943", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "168.817", - "max": "169.401", - "min": "168.673", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "66.68", - "max": "66.81", - "min": "66.557", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "48.934", - "max": "54.563", - "min": "48.525", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "46.074", - "max": "47.465", - "min": "45.893", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "47.628", - "max": "47.754", - "min": "47.444", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "61.752", - "max": "62.519", - "min": "61.459", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "100.755", - "max": "104.278", - "min": "100.436", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "14.867", - "max": "15.245", - "min": "14.715", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "95.251", - "max": "95.479", - "min": "95.112", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "74.491", - "max": "81.112", - "min": "74.111", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "53.315", - "max": "62.412", - "min": "52.774", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "53.164", - "max": "53.265", - "min": "53.044", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "51.358", - "max": "51.543", - "min": "51.258", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "38.335", - "max": "38.452", - "min": "38.165", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "76.602", - "max": "76.831", - "min": "76.354", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "55.242", - "max": "85.363", - "min": "53.226", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "64.255", - "max": "113.005", - "min": "39.745", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "58.257", - "max": "58.39", - "min": "58.158", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "75.192", - "max": "75.867", - "min": "75.017", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "74.487", - "max": "95.977", - "min": "73.441", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "33.241", - "max": "33.937", - "min": "32.816", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "53.358", - "max": "53.56", - "min": "53.045", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "305.825", - "max": "323.591", - "min": "304.86", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "38.937", - "max": "39.13", - "min": "38.765", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.322", - "max": "43.492", - "min": "43.119", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "45.601", - "max": "47.79", - "min": "45.408", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "224.316", - "max": "230.699", - "min": "221.736", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "0.056", - "max": "0.509", - "min": "0.022", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "51.497", - "max": "58.229", - "min": "51.101", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "51.507", - "max": "53.919", - "min": "51.096", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "50.253", - "max": "50.384", - "min": "50.105", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "285.648", - "max": "295.832", - "min": "282.457", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "132.828", - "max": "143.397", - "min": "131.803", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "338.115", - "max": "341.953", - "min": "333.681", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "208.998", - "max": "214.205", - "min": "208.598", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "55.81", - "max": "58.463", - "min": "55.584", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "179.214", - "max": "179.712", - "min": "179.008", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "201.969", - "max": "202.394", - "min": "201.604", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "51.402", - "max": "51.671", - "min": "51.198", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "36.619", - "max": "37.011", - "min": "36.493", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "60.986", - "max": "64.955", - "min": "60.486", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "51.783", - "max": "52.137", - "min": "51.609", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "152.551", - "max": "152.799", - "min": "152.441", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "155.179", - "max": "155.419", - "min": "155.09", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "365.419", - "max": "365.663", - "min": "365.189", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "128.595", - "max": "128.827", - "min": "128.427", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "55.644", - "max": "55.834", - "min": "55.527", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "126.816", - "max": "126.968", - "min": "126.727", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "45.145", - "max": "45.304", - "min": "44.991", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "263.759", - "max": "264.27", - "min": "263.59", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "174.52", - "max": "180.114", - "min": "171.156", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "66.78", - "max": "67.474", - "min": "66.627", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "76.786", - "max": "80.478", - "min": "76.031", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "196.901", - "max": "199.957", - "min": "195.733", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "152.211", - "max": "153.237", - "min": "151.662", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "300.067", - "max": "300.233", - "min": "299.946", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "53.299", - "max": "53.946", - "min": "53.145", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "76.416", - "max": "76.623", - "min": "76.26", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "58.418", - "max": "58.717", - "min": "58.297", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "94.412", - "max": "94.562", - "min": "94.32", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "133.813", - "max": "134.36", - "min": "133.478", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "134.44", - "max": "134.678", - "min": "134.255", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "105.057", - "max": "115.551", - "min": "102.595", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "212.834", - "max": "220.433", - "min": "212.147", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "137.522", - "max": "139.113", - "min": "136.513", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "254.279", - "max": "256.347", - "min": "254.093", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "172.008", - "max": "172.189", - "min": "171.911", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "70.752", - "max": "75.919", - "min": "70.413", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "239.43", - "max": "241.089", - "min": "237.861", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "228.92", - "max": "228.92", - "min": "228.92", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "65.073", - "max": "65.254", - "min": "64.92", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "47.281", - "max": "47.365", - "min": "47.15", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "162.012", - "max": "295.063", - "min": "157.202", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "76.853", - "max": "89.011", - "min": "67.961", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "17.644", - "max": "21.861", - "min": "17.376", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "234.772", - "max": "235.002", - "min": "234.65", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "89.024", - "max": "89.426", - "min": "88.681", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "157.871", - "max": "159.817", - "min": "157.619", - "id": "214", - "country": "Greece", - "source_name": "Athens", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "215": { - "name": "Alblasserdam", - "data": { - "0": { - "avg": "211.518", - "max": "213.286", - "min": "211.298", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "238.066", - "max": "247.523", - "min": "237.464", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "93.392", - "max": "95.207", - "min": "93.156", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "25.185", - "max": "34.498", - "min": "24.334", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.146", - "max": "15.854", - "min": "14.888", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "220.533", - "max": "220.92", - "min": "220.302", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "9.976", - "max": "12.2", - "min": "9.753", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "298.467", - "max": "301.986", - "min": "297.552", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "45.969", - "max": "46.256", - "min": "45.823", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "23.951", - "max": "25.043", - "min": "23.706", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "8.989", - "max": "9.272", - "min": "8.815", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "115.382", - "max": "117.586", - "min": "115.199", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "75.707", - "max": "77.609", - "min": "75.503", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "79.147", - "max": "80.039", - "min": "78.868", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "111.24", - "max": "111.586", - "min": "111.115", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "99.71", - "max": "100.241", - "min": "99.101", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "41.881", - "max": "42.286", - "min": "41.55", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.149", - "max": "109.753", - "min": "95.133", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "16.686", - "max": "20.442", - "min": "16.317", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "22.512", - "max": "22.858", - "min": "22.32", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "269.465", - "max": "270.546", - "min": "269.286", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "100.326", - "max": "100.577", - "min": "100.25", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "146.977", - "max": "158.186", - "min": "146.335", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "147.556", - "max": "147.748", - "min": "147.35", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "27.963", - "max": "30.288", - "min": "27.597", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "14.146", - "max": "15.54", - "min": "13.947", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.881", - "max": "21.538", - "min": "20.663", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "25.006", - "max": "26.649", - "min": "24.656", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "15.62", - "max": "20.101", - "min": "15.307", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "137.566", - "max": "140.592", - "min": "137.176", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "167.449", - "max": "167.669", - "min": "167.32", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "24.484", - "max": "26.599", - "min": "24.204", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "139.496", - "max": "139.864", - "min": "139.351", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "43.907", - "max": "44.163", - "min": "43.791", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "17.338", - "max": "18.081", - "min": "17.152", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "169.737", - "max": "170.504", - "min": "169.357", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "145.7", - "max": "148.617", - "min": "145.526", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "141.466", - "max": "142.939", - "min": "141.297", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "109.484", - "max": "114.979", - "min": "108.975", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "86.687", - "max": "87.525", - "min": "86.449", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "152.236", - "max": "157.938", - "min": "151.492", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "8.07", - "max": "10.841", - "min": "7.524", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.832", - "max": "49.697", - "min": "47.648", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "30.76", - "max": "33.309", - "min": "30.544", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "214.3", - "max": "214.846", - "min": "214.131", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "36.012", - "max": "36.781", - "min": "35.712", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "29.581", - "max": "30.246", - "min": "29.401", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "165.002", - "max": "165.368", - "min": "164.846", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "244.448", - "max": "247.151", - "min": "244.188", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "118.829", - "max": "119.423", - "min": "118.697", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "84.189", - "max": "84.684", - "min": "84.106", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "151.091", - "max": "152.503", - "min": "150.734", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "38.47", - "max": "85.56", - "min": "9.2", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "113.075", - "max": "113.911", - "min": "112.961", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "146.466", - "max": "157.664", - "min": "142.291", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "174.361", - "max": "174.591", - "min": "174.174", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "46.912", - "max": "49.237", - "min": "45.922", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "290.898", - "max": "291.236", - "min": "290.8", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "38.413", - "max": "42.958", - "min": "37.81", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "13.405", - "max": "15.488", - "min": "13.168", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.121", - "max": "65.358", - "min": "62.528", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "70.7", - "max": "127.382", - "min": "65.678", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "180.829", - "max": "193.299", - "min": "179.376", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "276.942", - "max": "278.857", - "min": "276.638", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "46.907", - "max": "47.239", - "min": "46.719", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "38.409", - "max": "42.023", - "min": "38.088", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "77.015", - "max": "78.29", - "min": "76.883", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "43.799", - "max": "56.493", - "min": "42.728", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "207.181", - "max": "211.707", - "min": "206.243", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "122.998", - "max": "123.421", - "min": "122.859", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "185.322", - "max": "185.701", - "min": "185.075", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "145.712", - "max": "147.654", - "min": "145.471", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "156.324", - "max": "166.939", - "min": "155.523", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "102.739", - "max": "103.406", - "min": "102.565", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "51.234", - "max": "53.156", - "min": "50.879", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "54.758", - "max": "117.658", - "min": "20.595", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "92.414", - "max": "92.63", - "min": "92.299", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "146.261", - "max": "149.424", - "min": "145.916", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "91.841", - "max": "96.775", - "min": "91.444", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "90.938", - "max": "94.156", - "min": "90.586", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "154.753", - "max": "156.603", - "min": "154.516", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "83.577", - "max": "102.191", - "min": "82.697", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "287.397", - "max": "287.877", - "min": "285.365", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "152.28", - "max": "154.019", - "min": "151.998", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "121.679", - "max": "128.5", - "min": "121.274", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "62.357", - "max": "63.084", - "min": "61.931", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "17.308", - "max": "19.014", - "min": "16.891", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "107.606", - "max": "109.894", - "min": "107.434", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "106.607", - "max": "110.603", - "min": "106.264", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "14.44", - "max": "21.156", - "min": "14.044", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "104.004", - "max": "117.433", - "min": "102.814", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "154.514", - "max": "155.006", - "min": "154.226", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.245", - "max": "34.044", - "min": "33.109", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "281.678", - "max": "282.449", - "min": "281.447", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "81.376", - "max": "82.334", - "min": "81.216", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "110.954", - "max": "112.445", - "min": "110.775", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "162.808", - "max": "164.647", - "min": "162.562", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "136.672", - "max": "152.466", - "min": "135.67", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.618", - "max": "162.228", - "min": "146.262", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "89.903", - "max": "95.018", - "min": "89.391", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "106.576", - "max": "106.788", - "min": "106.455", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "150.247", - "max": "151.163", - "min": "149.958", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "41.783", - "max": "45.08", - "min": "41.466", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "315.15", - "max": "323.153", - "min": "313.988", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "99.467", - "max": "102.709", - "min": "99.194", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "333.892", - "max": "341.752", - "min": "331.998", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "170.481", - "max": "174.736", - "min": "169.937", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "81.428", - "max": "84.343", - "min": "81.189", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "104.388", - "max": "104.565", - "min": "104.281", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "122.93", - "max": "123.802", - "min": "122.735", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "259.303", - "max": "260.663", - "min": "259.097", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.087", - "max": "279.957", - "min": "278.925", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "82.355", - "max": "84.727", - "min": "82.119", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "137.306", - "max": "141.415", - "min": "136.824", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "365.773", - "max": "483.889", - "min": "180.907", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "166.522", - "max": "254.71", - "min": "68.103", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "187.757", - "max": "192.986", - "min": "187.086", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "231.645", - "max": "240.238", - "min": "230.87", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "116.819", - "max": "117.393", - "min": "116.681", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "124.471", - "max": "127.532", - "min": "124.067", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "123.094", - "max": "126.954", - "min": "122.701", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "178.715", - "max": "341.214", - "min": "109.204", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "225.608", - "max": "226.131", - "min": "225.403", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "38.433", - "max": "65.476", - "min": "35.356", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "34.996", - "max": "35.245", - "min": "34.901", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "23.163", - "max": "24.504", - "min": "22.635", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.489", - "max": "84.336", - "min": "80.142", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "169.573", - "max": "171.376", - "min": "169.186", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "135.977", - "max": "138.583", - "min": "135.685", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "181.947", - "max": "182.158", - "min": "181.834", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "102.261", - "max": "105.067", - "min": "102.08", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "98.429", - "max": "100.017", - "min": "98.215", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "105.708", - "max": "107.576", - "min": "105.357", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "319.218", - "max": "322.778", - "min": "318.143", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.418", - "max": "127.412", - "min": "123.094", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "70.662", - "max": "70.89", - "min": "70.492", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "136.383", - "max": "140.767", - "min": "135.485", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "126.859", - "max": "127.853", - "min": "126.687", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "106.74", - "max": "106.938", - "min": "106.665", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "73.685", - "max": "78.977", - "min": "73.157", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "24.551", - "max": "25.247", - "min": "24.447", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "183.809", - "max": "184.925", - "min": "183.408", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "49.264", - "max": "49.828", - "min": "49.074", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.28", - "max": "26.552", - "min": "24.966", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.025", - "max": "180.905", - "min": "179.743", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "6.947", - "max": "9.019", - "min": "6.601", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "36.708", - "max": "54.307", - "min": "35.665", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "140.943", - "max": "148.469", - "min": "140.285", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "10.217", - "max": "13.649", - "min": "9.791", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "11.563", - "max": "11.8", - "min": "11.479", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.152", - "max": "23.778", - "min": "14.031", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "253.528", - "max": "253.771", - "min": "253.382", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "33.759", - "max": "38.058", - "min": "33.174", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "25.601", - "max": "63.033", - "min": "24.068", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "97.239", - "max": "101.284", - "min": "96.929", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "151.446", - "max": "151.946", - "min": "151.222", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.376", - "max": "53.173", - "min": "48.859", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "311.982", - "max": "351.613", - "min": "305.766", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "123.402", - "max": "125.508", - "min": "123.076", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "238.959", - "max": "326.521", - "min": "229.576", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "120.264", - "max": "121.774", - "min": "120.089", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "204.217", - "max": "207.772", - "min": "203.978", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "32.259", - "max": "35.234", - "min": "31.954", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "73.93", - "max": "75.438", - "min": "73.723", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "103.071", - "max": "103.306", - "min": "102.905", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "164.426", - "max": "165.727", - "min": "164.25", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "93.563", - "max": "96.526", - "min": "93.07", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "134.892", - "max": "136.842", - "min": "134.637", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "243.515", - "max": "252.252", - "min": "210.063", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "78.747", - "max": "79.122", - "min": "78.603", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "97.262", - "max": "101.699", - "min": "97.005", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "19.688", - "max": "23.273", - "min": "19.252", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "137.512", - "max": "138.829", - "min": "137.223", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "17.972", - "max": "20.416", - "min": "17.764", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.153", - "max": "23.312", - "min": "20.753", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "33.328", - "max": "37.552", - "min": "32.842", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.033", - "max": "24.311", - "min": "20.732", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "13.142", - "max": "14.496", - "min": "12.846", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "60.449", - "max": "64.908", - "min": "59.99", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "41.874", - "max": "43.51", - "min": "41.577", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "58.578", - "max": "59.554", - "min": "58.263", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "42.195", - "max": "44.515", - "min": "41.916", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "4.828", - "max": "8.983", - "min": "4.419", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "7.662", - "max": "8.295", - "min": "7.571", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "4.044", - "max": "4.128", - "min": "3.955", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.338", - "max": "21.822", - "min": "20.884", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "69.3", - "max": "73.685", - "min": "68.604", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "32.146", - "max": "69.966", - "min": "29.503", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "35.18", - "max": "109.045", - "min": "16.507", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "8.231", - "max": "8.695", - "min": "8.133", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "82.61", - "max": "83.678", - "min": "82.369", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "34.506", - "max": "57.87", - "min": "33.159", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "39.737", - "max": "40.234", - "min": "39.3", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "6.952", - "max": "19.056", - "min": "6.214", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "203.152", - "max": "203.514", - "min": "202.949", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "16.085", - "max": "19.761", - "min": "15.854", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "30.468", - "max": "32.419", - "min": "30.124", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "22.715", - "max": "23.041", - "min": "22.638", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "171.36", - "max": "178.433", - "min": "168.92", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "51.293", - "max": "51.468", - "min": "51.164", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "0.04", - "max": "0.065", - "min": "0.023", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "1.66", - "max": "2.87", - "min": "1.377", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "3.524", - "max": "3.785", - "min": "3.346", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "299.997", - "max": "300.713", - "min": "299.77", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "80.369", - "max": "89.946", - "min": "79.2", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "219.385", - "max": "239.462", - "min": "211.318", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "139.124", - "max": "141.646", - "min": "138.871", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "7.431", - "max": "8.131", - "min": "7.316", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "136.787", - "max": "137.035", - "min": "136.606", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "148.869", - "max": "150.097", - "min": "148.589", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "38.053", - "max": "41.749", - "min": "37.595", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "63.605", - "max": "64.393", - "min": "63.324", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "11.894", - "max": "13.248", - "min": "11.636", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "5.453", - "max": "7.406", - "min": "5.035", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "103.666", - "max": "103.916", - "min": "103.554", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "110.38", - "max": "114.567", - "min": "110.059", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "229.629", - "max": "230.206", - "min": "229.347", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "77.246", - "max": "82.263", - "min": "76.992", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.51", - "max": "25.007", - "min": "24.338", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "76.37", - "max": "76.73", - "min": "76.281", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.316", - "max": "25.643", - "min": "19.887", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "216.099", - "max": "611.003", - "min": "201.756", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "117.28", - "max": "122.088", - "min": "114.445", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "26.117", - "max": "26.402", - "min": "25.933", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "45.807", - "max": "59.395", - "min": "44.571", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "157.953", - "max": "165.325", - "min": "156.461", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "110.919", - "max": "113.14", - "min": "110.46", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "231.581", - "max": "232.32", - "min": "231.395", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "77.339", - "max": "83.317", - "min": "76.848", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "42.727", - "max": "44.355", - "min": "42.579", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.332", - "max": "20.632", - "min": "13.783", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "53.465", - "max": "57.414", - "min": "53.123", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "88.687", - "max": "93.307", - "min": "88.103", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "94.996", - "max": "96.381", - "min": "94.783", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "67.164", - "max": "69.553", - "min": "65.492", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "167.898", - "max": "169.679", - "min": "167.501", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "88.084", - "max": "89.591", - "min": "87.04", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "61.47", - "max": "62.321", - "min": "61.322", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "102.412", - "max": "103.111", - "min": "102.149", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "21.388", - "max": "23.844", - "min": "21.044", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "262.618", - "max": "268.474", - "min": "260.767", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "186.613", - "max": "186.613", - "min": "186.613", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "12.528", - "max": "16.489", - "min": "12.299", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "14.097", - "max": "14.339", - "min": "13.874", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "103.772", - "max": "105.912", - "min": "103.326", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "29.629", - "max": "39.177", - "min": "21.866", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "31.938", - "max": "32.259", - "min": "31.847", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "132.846", - "max": "135.279", - "min": "132.531", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "76.396", - "max": "78.989", - "min": "75.786", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "105.427", - "max": "108.398", - "min": "105.206", - "id": "215", - "country": "Netherlands", - "source_name": "Alblasserdam", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "216": { - "name": "The Hague", - "data": { - "0": { - "avg": "198.618", - "max": "199.229", - "min": "198.474", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "238.972", - "max": "244.837", - "min": "238.523", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "96.331", - "max": "96.564", - "min": "96.17", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "25.341", - "max": "29.823", - "min": "24.619", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.658", - "max": "16.112", - "min": "15.493", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "230.857", - "max": "231.361", - "min": "230.72", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "3.021", - "max": "3.312", - "min": "2.863", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "273.663", - "max": "285.067", - "min": "272.257", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "62.512", - "max": "62.817", - "min": "62.374", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "23.206", - "max": "30.842", - "min": "21.995", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "8.789", - "max": "9.138", - "min": "8.634", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "122.992", - "max": "125.193", - "min": "122.808", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "74.607", - "max": "74.758", - "min": "74.423", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "86.705", - "max": "89.834", - "min": "86.413", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "112.388", - "max": "114.453", - "min": "112.043", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "94.042", - "max": "94.505", - "min": "93.685", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "30.355", - "max": "34.345", - "min": "30.007", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "97.981", - "max": "98.16", - "min": "97.832", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.694", - "max": "18.22", - "min": "17.548", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "20.48", - "max": "20.665", - "min": "20.399", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "268.687", - "max": "268.905", - "min": "268.549", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "99.68", - "max": "105.083", - "min": "99.292", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "149.094", - "max": "153.441", - "min": "148.841", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "153.343", - "max": "158.102", - "min": "153.01", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "32.624", - "max": "36.02", - "min": "32.263", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "15.227", - "max": "16.054", - "min": "15.035", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.623", - "max": "22.649", - "min": "20.262", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "36.177", - "max": "39.994", - "min": "35.918", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.718", - "max": "19.922", - "min": "14.278", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "143.864", - "max": "147.216", - "min": "143.299", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "244.311", - "max": "244.478", - "min": "244.157", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "24.047", - "max": "25.51", - "min": "23.86", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "138.622", - "max": "140.401", - "min": "138.419", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "41.158", - "max": "41.867", - "min": "40.928", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "17.278", - "max": "21.81", - "min": "16.72", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "168.532", - "max": "171.496", - "min": "168.107", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "147.328", - "max": "147.933", - "min": "147.171", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "144.343", - "max": "144.775", - "min": "144.191", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "107.56", - "max": "108.032", - "min": "107.373", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.832", - "max": "83.518", - "min": "82.582", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "151.507", - "max": "154.888", - "min": "151.06", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "8.433", - "max": "11.054", - "min": "7.934", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.669", - "max": "49.22", - "min": "47.464", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "28.81", - "max": "31.133", - "min": "28.232", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "146.202", - "max": "146.38", - "min": "146.028", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "29.159", - "max": "33.072", - "min": "28.452", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "34.937", - "max": "36.693", - "min": "34.726", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "169.003", - "max": "169.237", - "min": "168.809", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "240.686", - "max": "242.321", - "min": "239.463", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "118.63", - "max": "120.874", - "min": "118.361", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "91.032", - "max": "91.269", - "min": "90.825", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "157.492", - "max": "157.84", - "min": "157.304", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "50.686", - "max": "91.727", - "min": "7.311", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "115.043", - "max": "115.248", - "min": "114.899", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "138.736", - "max": "144.827", - "min": "135.74", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "252.16", - "max": "253.033", - "min": "251.981", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "43.942", - "max": "48.474", - "min": "43.356", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "299.844", - "max": "301.146", - "min": "299.694", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "55.018", - "max": "56.3", - "min": "54.696", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "11.437", - "max": "15.362", - "min": "11.098", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.664", - "max": "62.411", - "min": "59.073", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "71.861", - "max": "113.96", - "min": "68.772", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "190.83", - "max": "287.16", - "min": "177.138", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "330.919", - "max": "331.806", - "min": "330.642", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "58.616", - "max": "59.442", - "min": "58.306", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.575", - "max": "36.052", - "min": "35.418", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "77.422", - "max": "78.012", - "min": "77.174", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "54.885", - "max": "55.325", - "min": "54.496", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "208.497", - "max": "213.571", - "min": "207.642", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "122.743", - "max": "124.854", - "min": "122.448", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "245.025", - "max": "246.309", - "min": "244.828", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "146.103", - "max": "149.358", - "min": "145.746", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "152.468", - "max": "154.247", - "min": "152.085", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "106.008", - "max": "109.222", - "min": "105.708", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "50.226", - "max": "51.681", - "min": "49.842", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "13.363", - "max": "14.649", - "min": "13.148", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "93.961", - "max": "94.335", - "min": "93.74", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "149.083", - "max": "152.756", - "min": "148.872", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "88.268", - "max": "89.45", - "min": "87.889", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "88.884", - "max": "94.076", - "min": "88.432", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "155.835", - "max": "160.408", - "min": "155.535", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "92.49", - "max": "94.91", - "min": "92.071", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "224.066", - "max": "227.225", - "min": "223.613", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "152.393", - "max": "154.399", - "min": "152.047", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "151.356", - "max": "151.988", - "min": "151.141", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "65.8", - "max": "66.573", - "min": "65.399", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "16.728", - "max": "17.23", - "min": "16.456", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "108.184", - "max": "108.403", - "min": "108.085", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "103.969", - "max": "104.718", - "min": "103.743", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "13.743", - "max": "18.132", - "min": "13.256", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "106.709", - "max": "107.876", - "min": "105.896", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "143.432", - "max": "145.038", - "min": "143.09", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "32.067", - "max": "34.369", - "min": "31.896", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "274.341", - "max": "274.659", - "min": "274.12", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "79.856", - "max": "80.896", - "min": "79.658", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "116.089", - "max": "116.263", - "min": "115.983", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "166.922", - "max": "167.244", - "min": "166.684", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "137.537", - "max": "144.957", - "min": "136.483", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "149.748", - "max": "153.316", - "min": "149.414", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "90.044", - "max": "92.621", - "min": "89.738", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "112.786", - "max": "112.918", - "min": "112.657", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "153.553", - "max": "153.97", - "min": "153.37", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "42.589", - "max": "43.38", - "min": "42.361", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "303.57", - "max": "309.315", - "min": "302.687", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "102.019", - "max": "102.291", - "min": "101.897", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "351.833", - "max": "399.636", - "min": "317.402", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "169.7", - "max": "173.649", - "min": "169.217", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "84.922", - "max": "85.725", - "min": "84.65", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "103.4", - "max": "108.315", - "min": "103.066", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "140", - "max": "143.264", - "min": "139.458", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "302.619", - "max": "303.873", - "min": "302.429", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.561", - "max": "279.814", - "min": "279.464", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "83.273", - "max": "84.674", - "min": "83.075", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "135.46", - "max": "149.583", - "min": "134.77", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "381.88", - "max": "499.23", - "min": "212.115", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "137.628", - "max": "221.318", - "min": "75.507", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "180.657", - "max": "189.909", - "min": "179.716", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "220.673", - "max": "222.129", - "min": "220.404", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "111.514", - "max": "111.979", - "min": "111.35", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "116.245", - "max": "117.283", - "min": "115.981", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "124.203", - "max": "124.662", - "min": "124.03", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "203.262", - "max": "361.071", - "min": "119.341", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "190.94", - "max": "192.966", - "min": "190.691", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "35.21", - "max": "42.081", - "min": "34.467", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "34.104", - "max": "34.379", - "min": "33.969", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "22.188", - "max": "23.073", - "min": "21.648", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "76.181", - "max": "77.187", - "min": "75.905", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "246.919", - "max": "247.453", - "min": "246.708", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.134", - "max": "126.845", - "min": "125.918", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "183.226", - "max": "185.23", - "min": "182.896", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "101.896", - "max": "102.564", - "min": "101.724", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "106.379", - "max": "106.679", - "min": "106.219", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "109.073", - "max": "109.447", - "min": "108.905", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "284.937", - "max": "286.347", - "min": "284.464", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "121.882", - "max": "122.101", - "min": "121.748", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "71.019", - "max": "71.349", - "min": "70.781", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "136.135", - "max": "148.357", - "min": "134.286", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.198", - "max": "122.691", - "min": "122.071", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "112.749", - "max": "114.618", - "min": "112.474", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "74.785", - "max": "79.559", - "min": "74.387", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "25.108", - "max": "27.731", - "min": "24.762", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "184.128", - "max": "186.86", - "min": "183.418", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "49.091", - "max": "49.945", - "min": "48.862", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "36.894", - "max": "37.41", - "min": "36.773", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "191.279", - "max": "201.855", - "min": "190.6", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "6.467", - "max": "7.378", - "min": "6.249", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "40.41", - "max": "47.09", - "min": "39.954", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "132.806", - "max": "133.005", - "min": "132.69", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "9.852", - "max": "10.134", - "min": "9.697", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "19.722", - "max": "22.352", - "min": "19.503", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.044", - "max": "42.978", - "min": "12.393", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "278.896", - "max": "279.955", - "min": "278.604", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "35.029", - "max": "36.331", - "min": "34.7", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "22.627", - "max": "59.182", - "min": "21.06", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "95.9", - "max": "98.012", - "min": "95.661", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "165.502", - "max": "166.49", - "min": "165.281", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "50.885", - "max": "52.368", - "min": "50.534", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "310.675", - "max": "356.87", - "min": "302.292", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "120.453", - "max": "122.894", - "min": "119.662", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "245.491", - "max": "305.874", - "min": "239.817", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "131.209", - "max": "135.383", - "min": "130.896", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "208.94", - "max": "209.355", - "min": "208.761", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "42.089", - "max": "42.697", - "min": "41.917", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "76.831", - "max": "77.076", - "min": "76.662", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "106.23", - "max": "111.357", - "min": "105.876", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "179.859", - "max": "180.856", - "min": "179.711", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "92.931", - "max": "93.3", - "min": "92.769", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "133.843", - "max": "134.446", - "min": "133.612", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "210.091", - "max": "210.282", - "min": "209.874", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "73.699", - "max": "75.112", - "min": "73.447", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "87.661", - "max": "88.64", - "min": "87.458", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "17.828", - "max": "20.93", - "min": "17.422", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "136.362", - "max": "136.935", - "min": "136.234", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "18.061", - "max": "19.432", - "min": "17.87", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "24.525", - "max": "25.756", - "min": "24.112", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "31.201", - "max": "53.011", - "min": "30.149", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.019", - "max": "21.672", - "min": "20.859", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "13.347", - "max": "13.789", - "min": "13.078", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "66.518", - "max": "68.467", - "min": "66.262", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "42.445", - "max": "42.732", - "min": "42.346", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.888", - "max": "67.775", - "min": "62.254", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "45.19", - "max": "45.87", - "min": "44.983", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "5.158", - "max": "10.372", - "min": "4.272", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "6.184", - "max": "8.085", - "min": "5.702", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "3.32", - "max": "3.604", - "min": "3.158", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "28.047", - "max": "28.497", - "min": "27.843", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.567", - "max": "57.098", - "min": "55.21", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "31.067", - "max": "37.58", - "min": "29.822", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "36.464", - "max": "77.366", - "min": "20.824", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "7.552", - "max": "13.258", - "min": "7.189", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "57.401", - "max": "57.9", - "min": "57.141", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "30.448", - "max": "35.346", - "min": "29.829", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "42.091", - "max": "42.513", - "min": "41.603", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "5.754", - "max": "7.668", - "min": "5.406", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "259.147", - "max": "259.311", - "min": "259.008", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "15.55", - "max": "15.813", - "min": "15.439", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "39.62", - "max": "39.982", - "min": "39.42", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "23.34", - "max": "26.667", - "min": "23.016", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "177.185", - "max": "184.084", - "min": "175.298", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "51.31", - "max": "51.479", - "min": "51.174", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "2.019", - "max": "11.447", - "min": "1.45", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "0.1", - "max": "0.898", - "min": "0.029", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "2.501", - "max": "2.619", - "min": "2.369", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "252.483", - "max": "267.53", - "min": "249.199", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "84.04", - "max": "91.078", - "min": "83.279", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "220.205", - "max": "226.537", - "min": "202.832", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "141.429", - "max": "145.429", - "min": "141.213", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "7.029", - "max": "7.28", - "min": "6.899", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "153.013", - "max": "157.435", - "min": "152.588", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "147.984", - "max": "148.408", - "min": "147.56", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "31.721", - "max": "31.92", - "min": "31.593", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "61.306", - "max": "62.243", - "min": "61.001", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "11.534", - "max": "12.795", - "min": "10.97", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "4.547", - "max": "5.197", - "min": "4.27", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "98.776", - "max": "99.016", - "min": "98.645", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "108.2", - "max": "110.362", - "min": "108.032", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "233.686", - "max": "237.051", - "min": "233.311", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "77.47", - "max": "77.693", - "min": "77.336", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "22.117", - "max": "23.462", - "min": "21.826", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "76.672", - "max": "77.31", - "min": "76.519", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "21.468", - "max": "21.786", - "min": "21.312", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "203.204", - "max": "203.58", - "min": "203.026", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "117.202", - "max": "122.194", - "min": "114.081", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "38.223", - "max": "38.516", - "min": "38.056", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "44.668", - "max": "47.332", - "min": "44.001", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "162.816", - "max": "173.322", - "min": "161.776", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "118.316", - "max": "120", - "min": "117.809", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "249.448", - "max": "249.687", - "min": "249.266", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "79.244", - "max": "79.682", - "min": "79.08", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "41.729", - "max": "41.997", - "min": "41.593", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "12.253", - "max": "13.701", - "min": "12.111", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "55.292", - "max": "55.919", - "min": "55.137", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "85.27", - "max": "89.698", - "min": "84.744", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "94.623", - "max": "94.957", - "min": "94.448", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.247", - "max": "77.4", - "min": "63.075", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "162.947", - "max": "165.978", - "min": "162.473", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "89.492", - "max": "91.323", - "min": "88.571", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "61.919", - "max": "64.28", - "min": "61.477", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "108.839", - "max": "110.265", - "min": "108.503", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "27.699", - "max": "32.902", - "min": "27.101", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "181.9", - "max": "182.659", - "min": "181.732", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "181.044", - "max": "181.044", - "min": "181.044", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "16.538", - "max": "20.806", - "min": "16.026", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "13.262", - "max": "13.484", - "min": "13.128", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "102.948", - "max": "103.963", - "min": "102.748", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "33.234", - "max": "44.889", - "min": "26.166", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "30.412", - "max": "31.05", - "min": "30.19", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "203.962", - "max": "206.352", - "min": "203.38", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "82.114", - "max": "83.474", - "min": "81.811", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "106.488", - "max": "106.876", - "min": "106.353", - "id": "216", - "country": "Netherlands", - "source_name": "The Hague", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "217": { - "name": "Westpoort", - "data": { - "0": { - "avg": "153.119", - "max": "153.655", - "min": "152.925", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "244.47", - "max": "246.07", - "min": "243.608", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "95.289", - "max": "95.552", - "min": "95.118", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "24.1", - "max": "31.069", - "min": "23.382", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "9.82", - "max": "12.041", - "min": "9.512", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "251.486", - "max": "254.952", - "min": "251.173", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "2.117", - "max": "2.405", - "min": "1.913", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "276.734", - "max": "292.038", - "min": "274.677", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.242", - "max": "43.45", - "min": "43.023", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "24.715", - "max": "25.111", - "min": "24.573", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "6.033", - "max": "8.139", - "min": "5.737", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "117.896", - "max": "122.753", - "min": "117.455", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "76.184", - "max": "76.857", - "min": "75.506", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "102.114", - "max": "102.569", - "min": "101.955", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "111.687", - "max": "117.738", - "min": "109.897", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.38", - "max": "97.096", - "min": "94.838", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "28.661", - "max": "29.243", - "min": "28.459", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "98.727", - "max": "102.145", - "min": "96.468", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.89", - "max": "18.192", - "min": "17.596", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "24.355", - "max": "24.455", - "min": "24.268", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "272.647", - "max": "275.038", - "min": "270.52", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "102.954", - "max": "103.084", - "min": "102.821", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "145.719", - "max": "148.579", - "min": "140.25", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "155.117", - "max": "156.787", - "min": "153.009", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "31.062", - "max": "32.541", - "min": "29.545", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "12.931", - "max": "17.561", - "min": "12.468", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "23.306", - "max": "25.204", - "min": "22.366", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "33.997", - "max": "34.545", - "min": "33.796", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "13.703", - "max": "13.908", - "min": "13.501", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "137.135", - "max": "139.471", - "min": "136.464", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "160.289", - "max": "160.831", - "min": "160.137", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "26.725", - "max": "27.332", - "min": "26.494", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "137.109", - "max": "140.9", - "min": "136.786", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "41.222", - "max": "41.448", - "min": "41.031", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.581", - "max": "17.685", - "min": "13.99", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "169.72", - "max": "170.357", - "min": "169.348", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "147.973", - "max": "148.622", - "min": "147.837", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "142.113", - "max": "142.291", - "min": "141.986", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "106.329", - "max": "106.453", - "min": "106.194", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "81.335", - "max": "90.269", - "min": "80.699", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "149.495", - "max": "155.384", - "min": "148.411", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "9.175", - "max": "10.963", - "min": "8.692", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "43.432", - "max": "43.719", - "min": "43.313", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "27.752", - "max": "33.239", - "min": "27.201", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "189.959", - "max": "190.3", - "min": "189.866", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "33.248", - "max": "33.877", - "min": "32.776", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "39.925", - "max": "40.155", - "min": "39.798", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "168.366", - "max": "176.348", - "min": "167.183", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "237.859", - "max": "238.711", - "min": "237.434", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "134.623", - "max": "134.815", - "min": "134.478", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "84.221", - "max": "84.875", - "min": "83.757", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.225", - "max": "165.81", - "min": "164.619", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "61.598", - "max": "71.819", - "min": "52.958", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "103.753", - "max": "104.46", - "min": "103.273", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "131.622", - "max": "155.58", - "min": "126.728", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "175.575", - "max": "176.682", - "min": "175.439", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "41.057", - "max": "44.416", - "min": "40.025", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "300.643", - "max": "304.548", - "min": "300.371", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "38.149", - "max": "39.976", - "min": "37.71", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "8.705", - "max": "10.158", - "min": "7.188", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60.146", - "max": "62.915", - "min": "59.279", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "68.729", - "max": "109.876", - "min": "65.463", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "169.87", - "max": "245.913", - "min": "159.305", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "281.382", - "max": "283.573", - "min": "278.294", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "49.756", - "max": "51.409", - "min": "48.16", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "30.899", - "max": "31.397", - "min": "30.718", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "76.78", - "max": "76.978", - "min": "76.661", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "58.432", - "max": "64.927", - "min": "56.113", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "207.099", - "max": "209.776", - "min": "206.251", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "121.676", - "max": "127.206", - "min": "121.289", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "199.256", - "max": "200.27", - "min": "199.008", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "143.346", - "max": "146.465", - "min": "140.857", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "152.246", - "max": "158.226", - "min": "149.959", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "97.171", - "max": "97.365", - "min": "97.081", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "47.693", - "max": "48.653", - "min": "47.41", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "53.551", - "max": "116.572", - "min": "18.786", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "92.208", - "max": "92.362", - "min": "92.023", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "145.199", - "max": "145.916", - "min": "144.542", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "102.734", - "max": "104.07", - "min": "101.702", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "91.553", - "max": "92.023", - "min": "91.386", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "146.553", - "max": "147.204", - "min": "146.26", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "92.994", - "max": "93.707", - "min": "92.48", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "195.716", - "max": "199.154", - "min": "193.073", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "174.443", - "max": "175.662", - "min": "173.366", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "145.511", - "max": "149.806", - "min": "145.238", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "63.642", - "max": "65.278", - "min": "63", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "15.713", - "max": "19.368", - "min": "15.012", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "109.468", - "max": "109.891", - "min": "109.287", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "106.156", - "max": "106.567", - "min": "105.519", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "13.158", - "max": "20.84", - "min": "12.371", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "105.963", - "max": "107.475", - "min": "105.199", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "152.834", - "max": "153.336", - "min": "152.655", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "34.481", - "max": "36.595", - "min": "30.454", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "272.583", - "max": "273.153", - "min": "272.094", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "90.142", - "max": "90.364", - "min": "89.971", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "107.057", - "max": "111.273", - "min": "106.404", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "154.26", - "max": "154.441", - "min": "154.061", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "136.515", - "max": "144.025", - "min": "135.103", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "154.617", - "max": "154.769", - "min": "154.529", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "100.088", - "max": "102.799", - "min": "99.732", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "118.986", - "max": "119.214", - "min": "118.82", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "158.087", - "max": "166.174", - "min": "151.786", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "42.254", - "max": "42.481", - "min": "42.102", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "308.187", - "max": "309.483", - "min": "307.791", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "102.767", - "max": "103.355", - "min": "102.589", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "322.033", - "max": "337.278", - "min": "279.635", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "187.14", - "max": "194.579", - "min": "181.034", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "79.954", - "max": "81.759", - "min": "79.075", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "101.972", - "max": "104.329", - "min": "101.795", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "170.486", - "max": "170.694", - "min": "170.327", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.676", - "max": "250.848", - "min": "248.986", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "284.786", - "max": "292.039", - "min": "277.785", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "89.575", - "max": "89.886", - "min": "89.488", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "136.552", - "max": "175.699", - "min": "134.693", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "370.539", - "max": "492.323", - "min": "190.545", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "129.693", - "max": "224.359", - "min": "56.897", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "167.982", - "max": "176.283", - "min": "167.304", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "235.446", - "max": "236.402", - "min": "235.305", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "115.889", - "max": "116.203", - "min": "115.77", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "107.199", - "max": "112.676", - "min": "106.728", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "114.633", - "max": "115.799", - "min": "114.29", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "187.14", - "max": "341.049", - "min": "110.218", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "190.971", - "max": "204.584", - "min": "190.008", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "41.691", - "max": "218.643", - "min": "31.861", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "32.758", - "max": "33.096", - "min": "32.5", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "35.369", - "max": "36.529", - "min": "34.756", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "90.358", - "max": "90.674", - "min": "90.201", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "144.91", - "max": "145.515", - "min": "144.588", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "127.946", - "max": "128.648", - "min": "127.543", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "182.375", - "max": "184.618", - "min": "179.865", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "101.384", - "max": "101.909", - "min": "101.187", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "99.16", - "max": "99.249", - "min": "98.977", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "99.137", - "max": "99.389", - "min": "98.942", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "288.816", - "max": "290.359", - "min": "288.15", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "120.956", - "max": "121.063", - "min": "120.874", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "71.971", - "max": "76.106", - "min": "71.535", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "130.122", - "max": "135.613", - "min": "129.178", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.49", - "max": "125.204", - "min": "120.234", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "110.633", - "max": "111.252", - "min": "109.908", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "74.522", - "max": "74.759", - "min": "74.391", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "23.752", - "max": "24.163", - "min": "23.572", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "209.727", - "max": "210.091", - "min": "209.471", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "38.996", - "max": "40.812", - "min": "38.601", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "24.334", - "max": "24.529", - "min": "24.095", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "179.912", - "max": "182.529", - "min": "179.241", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "4.773", - "max": "5.456", - "min": "4.596", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.542", - "max": "37.324", - "min": "33.051", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "153.601", - "max": "154.756", - "min": "152.827", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "8.312", - "max": "12.124", - "min": "7.598", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "9.517", - "max": "9.945", - "min": "9.193", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "19.491", - "max": "41.742", - "min": "16.179", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.613", - "max": "266.788", - "min": "266.493", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "38.051", - "max": "42.644", - "min": "37.634", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "24.564", - "max": "41.76", - "min": "23.067", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "91.432", - "max": "92.456", - "min": "91.281", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "137.919", - "max": "138.695", - "min": "137.263", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "34.66", - "max": "35.173", - "min": "34.381", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "257.615", - "max": "312.336", - "min": "250.233", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "116.609", - "max": "116.862", - "min": "116.47", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "247.115", - "max": "358.199", - "min": "237.679", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "123.082", - "max": "128.509", - "min": "121.125", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "217.948", - "max": "221.258", - "min": "207.794", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "32.501", - "max": "32.814", - "min": "32.214", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "72.633", - "max": "73.564", - "min": "72.165", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "97.925", - "max": "98.15", - "min": "97.703", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "181.935", - "max": "190.711", - "min": "181.461", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "96.186", - "max": "97.495", - "min": "95.722", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "135.426", - "max": "137.964", - "min": "134.417", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "205.124", - "max": "208.948", - "min": "192.93", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "77.943", - "max": "78.765", - "min": "77.53", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "97.534", - "max": "97.773", - "min": "97.422", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "13.886", - "max": "16.026", - "min": "13.351", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "133.739", - "max": "137.092", - "min": "133.428", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "16.169", - "max": "16.648", - "min": "15.81", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "22.332", - "max": "23.074", - "min": "21.903", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "32.016", - "max": "35.096", - "min": "23.402", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.469", - "max": "22.511", - "min": "21.323", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "10.91", - "max": "11.485", - "min": "10.529", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "54.419", - "max": "55.216", - "min": "54.016", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "44.503", - "max": "44.717", - "min": "44.256", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "69.755", - "max": "71.489", - "min": "69.163", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "39.43", - "max": "39.694", - "min": "39.144", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "1.822", - "max": "2.292", - "min": "1.721", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "4.514", - "max": "4.653", - "min": "4.425", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "2.547", - "max": "2.678", - "min": "2.401", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "20.622", - "max": "22.934", - "min": "20.383", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.11", - "max": "59.652", - "min": "54.452", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "29.033", - "max": "36.635", - "min": "27.795", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "33.6", - "max": "104.959", - "min": "14.432", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "6.553", - "max": "7.013", - "min": "6.155", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "56.969", - "max": "59.559", - "min": "56.678", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "30.531", - "max": "61.871", - "min": "28.295", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "37.751", - "max": "38.768", - "min": "37.283", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "6.261", - "max": "62.235", - "min": "3.82", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "312.072", - "max": "312.684", - "min": "311.956", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "13.574", - "max": "16.841", - "min": "13.334", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "41.533", - "max": "46.912", - "min": "41.046", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "27.188", - "max": "27.32", - "min": "27.06", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "173.147", - "max": "177.641", - "min": "171.671", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "50.366", - "max": "52.199", - "min": "50.177", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "3.62", - "max": "5.971", - "min": "3.306", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "2.659", - "max": "3.671", - "min": "2.434", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "0.05", - "max": "0.185", - "min": "0.028", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "289.045", - "max": "291.729", - "min": "288.753", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "82.642", - "max": "93.88", - "min": "81.397", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "206.937", - "max": "209.54", - "min": "201.284", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "136.332", - "max": "137.024", - "min": "135.547", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "6.33", - "max": "6.809", - "min": "6.006", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "142.503", - "max": "142.928", - "min": "142.241", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "158.747", - "max": "159.209", - "min": "158.49", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "33.716", - "max": "43.215", - "min": "26.582", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "62.754", - "max": "65.45", - "min": "62.353", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "10.293", - "max": "12.607", - "min": "9.69", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "3.578", - "max": "5.26", - "min": "3.092", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "107.641", - "max": "107.749", - "min": "107.579", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "102.421", - "max": "103.283", - "min": "102.292", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "240.142", - "max": "246.45", - "min": "234.905", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "78.224", - "max": "78.407", - "min": "78.05", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.484", - "max": "24.879", - "min": "24.343", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "77.3", - "max": "77.38", - "min": "77.172", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "14.543", - "max": "14.857", - "min": "14.371", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "202.558", - "max": "203.288", - "min": "202.166", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "115.552", - "max": "119.877", - "min": "112.423", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "23.872", - "max": "24.792", - "min": "23.723", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "39.07", - "max": "39.853", - "min": "38.219", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "169.932", - "max": "180.191", - "min": "168.365", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "105.465", - "max": "106.361", - "min": "105.037", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "237.679", - "max": "244.068", - "min": "237.143", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.74", - "max": "87.626", - "min": "85.352", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "40.484", - "max": "40.629", - "min": "40.405", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.585", - "max": "13.776", - "min": "11.32", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "41.15", - "max": "43.61", - "min": "40.873", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "85.39", - "max": "86.068", - "min": "85.05", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "93.167", - "max": "94.314", - "min": "93.047", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "62.901", - "max": "70.975", - "min": "61.313", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "162.307", - "max": "163.787", - "min": "161.446", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "101.805", - "max": "103.47", - "min": "100.821", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "63.078", - "max": "64.235", - "min": "62.814", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "100.466", - "max": "100.671", - "min": "100.198", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "20.056", - "max": "23.254", - "min": "19.481", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "182.442", - "max": "192.889", - "min": "169.973", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "184.101", - "max": "184.101", - "min": "184.101", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "11.125", - "max": "11.951", - "min": "10.756", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "11.734", - "max": "11.914", - "min": "11.595", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "101.809", - "max": "102.677", - "min": "101.442", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "25.904", - "max": "41.063", - "min": "17.709", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "24.203", - "max": "24.325", - "min": "24.094", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "169.012", - "max": "170.489", - "min": "168.643", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "83.854", - "max": "84.476", - "min": "83.495", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "100.909", - "max": "101.774", - "min": "100.684", - "id": "217", - "country": "Netherlands", - "source_name": "Westpoort", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "223": { - "name": "Liege", - "data": { - "0": { - "avg": "210.809", - "max": "211.086", - "min": "210.685", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "261.082", - "max": "261.71", - "min": "260.806", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "90.916", - "max": "91.482", - "min": "90.789", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "28.427", - "max": "34.887", - "min": "27.753", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "10.934", - "max": "12.023", - "min": "10.772", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "223.189", - "max": "223.388", - "min": "223.007", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "5.555", - "max": "5.721", - "min": "5.464", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "298.364", - "max": "302.193", - "min": "297.635", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "44.404", - "max": "44.594", - "min": "44.285", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "25.557", - "max": "26.1", - "min": "25.303", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.921", - "max": "11.141", - "min": "10.734", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "120.846", - "max": "144.952", - "min": "119.909", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "83.447", - "max": "83.698", - "min": "83.353", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "83.512", - "max": "83.845", - "min": "83.29", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "109.463", - "max": "109.904", - "min": "109.314", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.101", - "max": "95.524", - "min": "94.824", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "32.931", - "max": "33.185", - "min": "32.669", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "103.489", - "max": "117.765", - "min": "101.032", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "17.354", - "max": "17.716", - "min": "17.209", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "28.733", - "max": "28.914", - "min": "28.624", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "277.631", - "max": "277.785", - "min": "277.537", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "101.719", - "max": "101.77", - "min": "101.659", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "140.896", - "max": "141.597", - "min": "140.69", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "135.956", - "max": "136.43", - "min": "135.681", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "29.433", - "max": "38.484", - "min": "28.958", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "16.889", - "max": "17.246", - "min": "16.723", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "22.53", - "max": "24.371", - "min": "22.204", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "27.832", - "max": "28.151", - "min": "27.681", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "10.451", - "max": "10.552", - "min": "10.377", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "141.625", - "max": "141.771", - "min": "141.464", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "159.833", - "max": "160.028", - "min": "159.731", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.443", - "max": "30.706", - "min": "30.327", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "138.881", - "max": "146.306", - "min": "138.49", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "47.657", - "max": "47.967", - "min": "47.488", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "16.47", - "max": "19.13", - "min": "16.004", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "164.069", - "max": "164.896", - "min": "163.828", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "147.124", - "max": "147.196", - "min": "147.076", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "146.438", - "max": "146.843", - "min": "146.245", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "117.938", - "max": "118.143", - "min": "117.782", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "95.836", - "max": "104.666", - "min": "95.276", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "158.471", - "max": "161.357", - "min": "158.09", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "13.526", - "max": "16.224", - "min": "13.035", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "44.262", - "max": "44.836", - "min": "44.132", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "30.462", - "max": "30.8", - "min": "30.273", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "142.47", - "max": "143.106", - "min": "142.352", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "41.3", - "max": "42.583", - "min": "40.876", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "34.533", - "max": "35.63", - "min": "34.349", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "155.744", - "max": "155.98", - "min": "155.598", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "229.194", - "max": "229.532", - "min": "228.985", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "130.302", - "max": "130.649", - "min": "130.174", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "90.118", - "max": "91.697", - "min": "89.882", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "137.988", - "max": "138.44", - "min": "137.651", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "66.098", - "max": "78.141", - "min": "51.511", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "108.113", - "max": "108.338", - "min": "107.886", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "148.828", - "max": "155.896", - "min": "145.895", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "171.544", - "max": "172.193", - "min": "171.31", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "35.688", - "max": "37.369", - "min": "34.663", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "302.554", - "max": "302.682", - "min": "302.439", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "40.096", - "max": "43.786", - "min": "39.474", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "11.294", - "max": "11.532", - "min": "11.173", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.358", - "max": "64.715", - "min": "62.798", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "62.559", - "max": "118.225", - "min": "56.996", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "218.921", - "max": "299.787", - "min": "213.118", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "271.903", - "max": "272.577", - "min": "271.797", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.272", - "max": "45.672", - "min": "45.176", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "34.404", - "max": "34.848", - "min": "34.285", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "81.913", - "max": "82.245", - "min": "81.812", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "43.104", - "max": "43.515", - "min": "42.705", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "203.842", - "max": "205.499", - "min": "203.118", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "124.008", - "max": "124.956", - "min": "123.861", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "191.727", - "max": "194.329", - "min": "191.38", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "146.151", - "max": "146.799", - "min": "145.917", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "159.662", - "max": "165.691", - "min": "159.236", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "102.727", - "max": "102.929", - "min": "102.566", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "52.657", - "max": "53.95", - "min": "52.353", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "14.279", - "max": "14.406", - "min": "14.135", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "102.68", - "max": "102.879", - "min": "102.577", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "136.324", - "max": "136.675", - "min": "136.026", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "100.33", - "max": "100.717", - "min": "100.044", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "98.015", - "max": "98.171", - "min": "97.836", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "137.747", - "max": "138.045", - "min": "137.549", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "100.619", - "max": "101.079", - "min": "100.317", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "242.166", - "max": "243.068", - "min": "241.962", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "142.882", - "max": "143.159", - "min": "142.684", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "128.025", - "max": "129.543", - "min": "127.864", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "69.112", - "max": "70.383", - "min": "68.749", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "18.94", - "max": "20.819", - "min": "18.68", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "109.086", - "max": "109.534", - "min": "108.923", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "102.932", - "max": "103.521", - "min": "102.745", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "16.97", - "max": "23.342", - "min": "16.605", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "109.973", - "max": "117.595", - "min": "109.088", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "145.199", - "max": "145.616", - "min": "144.993", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "31.987", - "max": "32.796", - "min": "31.913", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "205.02", - "max": "205.868", - "min": "204.623", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "92.316", - "max": "92.928", - "min": "92.173", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "116.619", - "max": "116.842", - "min": "116.438", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "157.862", - "max": "158.044", - "min": "157.727", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "145.157", - "max": "150.175", - "min": "144.443", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "157.721", - "max": "168.925", - "min": "151.13", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "104.415", - "max": "106.967", - "min": "104.038", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "108.043", - "max": "108.513", - "min": "107.92", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "150.003", - "max": "150.242", - "min": "149.779", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "47.287", - "max": "48.094", - "min": "47.108", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "316.292", - "max": "321.52", - "min": "315.31", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "104.907", - "max": "105.456", - "min": "104.666", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "332.736", - "max": "333.049", - "min": "332.254", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "198.425", - "max": "202.207", - "min": "198.09", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "83.558", - "max": "83.774", - "min": "83.35", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "104.218", - "max": "104.38", - "min": "104.028", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "180.611", - "max": "180.86", - "min": "180.499", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.591", - "max": "249.829", - "min": "249.451", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "270.497", - "max": "270.696", - "min": "270.329", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "78.395", - "max": "78.618", - "min": "78.235", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "181.693", - "max": "181.915", - "min": "181.563", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "388.253", - "max": "488.957", - "min": "205.812", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "143.432", - "max": "259.542", - "min": "67.054", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "170.013", - "max": "174.054", - "min": "169.384", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "223.442", - "max": "224.913", - "min": "223.136", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "122.253", - "max": "122.781", - "min": "122.112", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "112.163", - "max": "112.638", - "min": "111.856", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "118.483", - "max": "119.019", - "min": "118.204", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "191.682", - "max": "343.226", - "min": "110.219", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "207.968", - "max": "208.542", - "min": "207.87", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "51.808", - "max": "299.091", - "min": "35.6", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.663", - "max": "36.956", - "min": "36.511", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "23.641", - "max": "24.729", - "min": "22.967", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.553", - "max": "80.901", - "min": "80.292", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "165.159", - "max": "165.509", - "min": "164.932", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "130.787", - "max": "131.278", - "min": "130.626", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "167.027", - "max": "171.566", - "min": "166.638", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "109.67", - "max": "111.751", - "min": "109.354", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "96.505", - "max": "96.657", - "min": "96.378", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "107.921", - "max": "108.109", - "min": "107.729", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "294.929", - "max": "296.374", - "min": "294.002", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "129.976", - "max": "130.598", - "min": "129.889", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "76.187", - "max": "77.048", - "min": "76.005", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "131.236", - "max": "146.219", - "min": "129.78", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "116.688", - "max": "117.245", - "min": "116.518", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "114.966", - "max": "116.492", - "min": "114.678", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "81.049", - "max": "81.306", - "min": "80.884", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "27.924", - "max": "28.1", - "min": "27.817", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "179.38", - "max": "183.659", - "min": "178.727", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "42.285", - "max": "42.72", - "min": "42.127", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "28.154", - "max": "28.707", - "min": "27.958", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "183.891", - "max": "187.68", - "min": "183.388", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "9.318", - "max": "10.004", - "min": "9.026", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "41.467", - "max": "51.264", - "min": "40.973", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "143.695", - "max": "144.032", - "min": "143.533", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "12.352", - "max": "15.14", - "min": "12.141", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "17.848", - "max": "18.232", - "min": "17.762", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "16.349", - "max": "37.252", - "min": "13.312", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "233.694", - "max": "233.872", - "min": "233.494", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "35.085", - "max": "35.616", - "min": "34.916", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "20.208", - "max": "20.589", - "min": "19.962", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "90.18", - "max": "90.706", - "min": "90.053", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "143.377", - "max": "145.094", - "min": "142.954", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "31.346", - "max": "32.464", - "min": "31.027", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "261.517", - "max": "306.942", - "min": "251.396", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "124.133", - "max": "124.312", - "min": "123.96", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "233.861", - "max": "327.582", - "min": "227.809", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "129.978", - "max": "130.328", - "min": "129.769", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "378.632", - "max": "378.867", - "min": "378.295", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "35.119", - "max": "35.287", - "min": "35.01", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "80.628", - "max": "80.729", - "min": "80.521", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "103.642", - "max": "103.878", - "min": "103.505", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "165.753", - "max": "165.936", - "min": "165.667", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "92.747", - "max": "93.028", - "min": "92.61", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "148.978", - "max": "149.468", - "min": "148.837", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "255.859", - "max": "265.194", - "min": "234.51", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "87.06", - "max": "87.332", - "min": "86.902", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "94.72", - "max": "94.972", - "min": "94.617", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "13.222", - "max": "13.839", - "min": "13.011", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "148.257", - "max": "148.519", - "min": "148.097", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "19.233", - "max": "19.87", - "min": "19.088", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "22.963", - "max": "23.432", - "min": "22.779", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "30.689", - "max": "31.288", - "min": "30.518", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "19.882", - "max": "20.189", - "min": "19.709", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.182", - "max": "15.564", - "min": "14.968", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "67.98", - "max": "68.432", - "min": "67.821", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "48.956", - "max": "49.352", - "min": "48.825", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "60.245", - "max": "61.399", - "min": "60.032", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "45.75", - "max": "46.692", - "min": "45.59", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "6.249", - "max": "7.747", - "min": "6", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "8.515", - "max": "9.446", - "min": "8.367", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "6.689", - "max": "6.976", - "min": "6.585", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.061", - "max": "21.289", - "min": "20.875", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "54.431", - "max": "55.286", - "min": "54.088", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "34.304", - "max": "75.307", - "min": "32.068", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "30.505", - "max": "103.189", - "min": "13.381", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "9.831", - "max": "11.558", - "min": "9.728", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "52.676", - "max": "53.81", - "min": "52.446", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "34.945", - "max": "55.653", - "min": "34.033", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "45.333", - "max": "45.747", - "min": "44.926", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "8.06", - "max": "10.599", - "min": "7.715", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "214.063", - "max": "214.433", - "min": "213.819", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "20.116", - "max": "20.583", - "min": "19.994", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "38.679", - "max": "39.776", - "min": "38.435", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "35.215", - "max": "35.415", - "min": "35.068", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.83", - "max": "170.846", - "min": "163.054", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "55.777", - "max": "55.941", - "min": "55.613", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "8.24", - "max": "28.418", - "min": "7.306", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "7.053", - "max": "8.141", - "min": "6.854", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "6.209", - "max": "6.462", - "min": "6.023", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "299.857", - "max": "300.443", - "min": "299.745", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "82.747", - "max": "84.525", - "min": "82.095", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "223.661", - "max": "229.183", - "min": "215.12", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "148.306", - "max": "148.697", - "min": "148.203", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "0.144", - "max": "0.347", - "min": "0.09", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "144.166", - "max": "147.597", - "min": "139.507", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "161.943", - "max": "163.652", - "min": "161.674", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "46.289", - "max": "46.574", - "min": "46.094", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "57.702", - "max": "58.425", - "min": "57.436", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "19.725", - "max": "20.849", - "min": "19.409", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "7.362", - "max": "7.938", - "min": "7.058", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "100.215", - "max": "100.768", - "min": "100.085", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "116.761", - "max": "117.369", - "min": "116.601", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "195.407", - "max": "196.053", - "min": "195.183", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "82.578", - "max": "83.128", - "min": "82.418", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "19.047", - "max": "19.233", - "min": "18.927", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "85.467", - "max": "86.179", - "min": "85.311", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.802", - "max": "21.102", - "min": "20.583", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "200.364", - "max": "203.16", - "min": "199.996", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "128.559", - "max": "130.999", - "min": "125.41", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "22.054", - "max": "22.428", - "min": "21.885", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "48.956", - "max": "49.907", - "min": "48.094", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "152.157", - "max": "166.654", - "min": "149.96", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "114.418", - "max": "115.12", - "min": "113.987", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "226.865", - "max": "227.101", - "min": "226.656", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "105.409", - "max": "109.4", - "min": "104.94", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "45.193", - "max": "45.576", - "min": "45.089", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "11.775", - "max": "11.943", - "min": "11.712", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "63.813", - "max": "64.325", - "min": "63.71", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "96.475", - "max": "97.85", - "min": "96.112", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "95.064", - "max": "95.413", - "min": "94.889", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "64.564", - "max": "70.198", - "min": "62.405", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "175.874", - "max": "177.436", - "min": "174.785", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "95.577", - "max": "97.325", - "min": "94.532", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.972", - "max": "65.503", - "min": "64.818", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.615", - "max": "105.839", - "min": "105.435", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "22.238", - "max": "26.143", - "min": "21.638", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "166.718", - "max": "167.127", - "min": "166.544", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.971", - "max": "183.971", - "min": "183.971", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "13.533", - "max": "13.816", - "min": "13.394", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "14.827", - "max": "15.088", - "min": "14.671", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "112.562", - "max": "127.509", - "min": "111.755", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "36.719", - "max": "46.584", - "min": "28.654", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.394", - "max": "28.61", - "min": "28.182", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "217.245", - "max": "219.648", - "min": "216.926", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "83.875", - "max": "85.849", - "min": "83.545", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "107.295", - "max": "107.461", - "min": "107.093", - "id": "223", - "country": "Belgium", - "source_name": "Liege", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "226": { - "name": "Frosinone", - "data": { - "0": { - "avg": "258.194", - "max": "258.385", - "min": "258.042", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "249.99", - "max": "251.335", - "min": "249.57", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "117.642", - "max": "118.679", - "min": "117.48", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "30.745", - "max": "35.256", - "min": "29.797", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "32.002", - "max": "32.562", - "min": "31.8", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "291.55", - "max": "291.893", - "min": "291.399", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "47.121", - "max": "47.319", - "min": "46.955", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "285.393", - "max": "300.758", - "min": "283.966", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "78.67", - "max": "79.053", - "min": "78.47", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "56.911", - "max": "57.463", - "min": "56.741", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "34.549", - "max": "34.82", - "min": "34.349", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "143.623", - "max": "144.747", - "min": "143.418", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "105.401", - "max": "105.684", - "min": "105.255", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "116.95", - "max": "117.558", - "min": "116.725", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "135.602", - "max": "135.967", - "min": "135.476", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "113.064", - "max": "113.868", - "min": "112.614", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "24.187", - "max": "24.452", - "min": "23.935", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "120.327", - "max": "120.635", - "min": "120.147", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "47.766", - "max": "48.31", - "min": "47.541", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "31.66", - "max": "31.855", - "min": "31.557", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "279.601", - "max": "285.717", - "min": "279.124", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "123.939", - "max": "124.12", - "min": "123.812", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "168.212", - "max": "169.101", - "min": "168.019", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "172.645", - "max": "179.367", - "min": "172.244", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "63.316", - "max": "64.999", - "min": "62.877", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "40.983", - "max": "41.325", - "min": "40.841", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "11.652", - "max": "13.386", - "min": "11.37", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "24.783", - "max": "25.151", - "min": "24.552", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "44.647", - "max": "44.988", - "min": "44.485", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "178.302", - "max": "179.002", - "min": "177.993", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "164.489", - "max": "164.815", - "min": "164.309", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "68.287", - "max": "68.667", - "min": "68.07", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "169.213", - "max": "170.17", - "min": "169.007", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "76.056", - "max": "76.454", - "min": "75.897", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "28.863", - "max": "35.456", - "min": "28.162", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "175.659", - "max": "177.297", - "min": "175.258", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "172.373", - "max": "172.719", - "min": "172.223", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "162.643", - "max": "162.832", - "min": "162.504", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "137.991", - "max": "138.563", - "min": "137.829", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "112.405", - "max": "122.125", - "min": "111.612", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "180.297", - "max": "182.844", - "min": "179.877", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "41.561", - "max": "45.761", - "min": "40.983", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "66.447", - "max": "66.632", - "min": "66.299", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "47.756", - "max": "61.375", - "min": "47.085", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "174.851", - "max": "174.992", - "min": "174.629", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "45.364", - "max": "46.156", - "min": "45.043", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "53.036", - "max": "53.497", - "min": "52.789", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "187.842", - "max": "188.337", - "min": "187.613", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "271.949", - "max": "272.917", - "min": "271.699", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "147.548", - "max": "147.899", - "min": "147.416", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "125.579", - "max": "127.062", - "min": "125.201", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.495", - "max": "165.781", - "min": "165.138", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "83.875", - "max": "169.186", - "min": "65.319", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "143.602", - "max": "144.064", - "min": "143.36", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "268.756", - "max": "274.726", - "min": "265.914", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "194.914", - "max": "195.979", - "min": "194.609", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "57.096", - "max": "60.37", - "min": "56.424", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "319.071", - "max": "319.286", - "min": "318.883", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "55.225", - "max": "55.987", - "min": "54.922", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "32.388", - "max": "32.689", - "min": "32.206", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "65.125", - "max": "65.801", - "min": "64.623", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "83.987", - "max": "132.809", - "min": "80.235", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "199.995", - "max": "297.78", - "min": "195.552", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "298.095", - "max": "303.782", - "min": "297.58", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "72.46", - "max": "73.549", - "min": "72.284", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "60.623", - "max": "60.9", - "min": "60.489", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "104.303", - "max": "104.585", - "min": "104.147", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "80.929", - "max": "81.331", - "min": "80.556", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "235.341", - "max": "236.622", - "min": "234.705", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "144.051", - "max": "144.203", - "min": "143.941", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "222.211", - "max": "223.294", - "min": "221.863", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "171.19", - "max": "171.599", - "min": "170.92", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "176.286", - "max": "177.324", - "min": "176.086", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "76.187", - "max": "76.696", - "min": "76.006", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "51.889", - "max": "52.092", - "min": "51.638", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "119.777", - "max": "120.174", - "min": "119.53", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "174.287", - "max": "174.71", - "min": "174.013", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "123.621", - "max": "123.935", - "min": "123.362", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "118.075", - "max": "118.395", - "min": "117.83", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "168.419", - "max": "168.651", - "min": "168.035", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "106.128", - "max": "106.476", - "min": "105.787", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "248.883", - "max": "261.615", - "min": "247.709", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "265.42", - "max": "265.687", - "min": "265.237", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "166.853", - "max": "169.096", - "min": "161.741", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "92.201", - "max": "92.801", - "min": "91.89", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "44.951", - "max": "47.475", - "min": "44.62", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "135.197", - "max": "135.427", - "min": "135.019", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "129.214", - "max": "130.679", - "min": "129.005", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "40.186", - "max": "41.448", - "min": "39.977", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "134.098", - "max": "138.165", - "min": "133.45", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "172.669", - "max": "174.832", - "min": "172.203", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "72.908", - "max": "73.463", - "min": "72.773", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "323.218", - "max": "325.093", - "min": "322.983", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "115.839", - "max": "116.906", - "min": "115.661", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "134.495", - "max": "134.673", - "min": "134.189", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "184.285", - "max": "184.686", - "min": "184.102", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "164.822", - "max": "170.631", - "min": "163.966", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "170.851", - "max": "171.263", - "min": "170.717", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "120.991", - "max": "124.65", - "min": "120.658", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "132.349", - "max": "133.642", - "min": "132.1", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "176.46", - "max": "176.977", - "min": "176.26", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "71.176", - "max": "71.438", - "min": "71.004", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "334.52", - "max": "337.168", - "min": "333.72", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "130.155", - "max": "130.577", - "min": "129.985", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "381.394", - "max": "408.449", - "min": "350.719", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "193.332", - "max": "196.124", - "min": "193.002", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "130.519", - "max": "130.992", - "min": "130.344", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "199.428", - "max": "203.482", - "min": "199.019", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "189.819", - "max": "190.464", - "min": "189.666", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "293.631", - "max": "294.252", - "min": "293.269", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "106.788", - "max": "107.598", - "min": "106.65", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "128.67", - "max": "150.474", - "min": "127.632", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "380.883", - "max": "477.378", - "min": "201.168", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "143.103", - "max": "230.871", - "min": "53.087", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "211.801", - "max": "217.08", - "min": "211.01", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "240.362", - "max": "242.684", - "min": "240.022", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "140.995", - "max": "142.14", - "min": "140.745", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "143.178", - "max": "145.448", - "min": "142.831", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "156.235", - "max": "162.109", - "min": "155.681", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "201.257", - "max": "351.858", - "min": "125.367", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "242.575", - "max": "259.836", - "min": "220.532", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "58.105", - "max": "228.6", - "min": "46.155", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "45.175", - "max": "53.731", - "min": "44.619", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "46.18", - "max": "47.232", - "min": "45.777", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "109.933", - "max": "110.279", - "min": "109.763", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "191.155", - "max": "191.61", - "min": "190.921", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "125.619", - "max": "126.647", - "min": "125.424", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "199.67", - "max": "201.797", - "min": "199.362", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "131.689", - "max": "142.749", - "min": "131.14", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "118.649", - "max": "118.896", - "min": "118.417", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "126.237", - "max": "126.561", - "min": "125.896", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "328.603", - "max": "329.806", - "min": "327.832", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "156.826", - "max": "157.057", - "min": "156.671", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "102.16", - "max": "102.795", - "min": "101.957", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "154.642", - "max": "168.068", - "min": "152.948", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "161.264", - "max": "161.645", - "min": "161.043", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "132.818", - "max": "133.061", - "min": "132.485", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "105.904", - "max": "106.323", - "min": "105.758", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "30.391", - "max": "30.777", - "min": "30.243", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "211.634", - "max": "213.415", - "min": "211.215", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "64.014", - "max": "65.104", - "min": "63.764", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "28.122", - "max": "28.453", - "min": "27.954", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "218.931", - "max": "222.494", - "min": "218.462", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "30.43", - "max": "30.991", - "min": "30.2", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "52.814", - "max": "53.522", - "min": "52.598", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "208.792", - "max": "209.691", - "min": "208.534", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "34.746", - "max": "36.464", - "min": "34.528", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "40.892", - "max": "41.41", - "min": "40.704", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "30.305", - "max": "40.782", - "min": "28.089", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "307.215", - "max": "307.57", - "min": "306.978", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "64.141", - "max": "65.392", - "min": "63.869", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "20.863", - "max": "21.336", - "min": "20.683", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "122.729", - "max": "122.957", - "min": "122.587", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "179.078", - "max": "182.915", - "min": "178.591", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "59.371", - "max": "61.879", - "min": "59.043", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "224.193", - "max": "264.167", - "min": "216.547", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "158.09", - "max": "158.38", - "min": "157.806", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "271.917", - "max": "371.353", - "min": "265.81", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "141.258", - "max": "141.475", - "min": "141.086", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "221.193", - "max": "221.52", - "min": "221.02", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "50.377", - "max": "52.317", - "min": "50.202", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "99.53", - "max": "100.459", - "min": "99.291", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "139.25", - "max": "139.729", - "min": "139.058", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "212.61", - "max": "212.869", - "min": "212.357", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "105.1", - "max": "105.788", - "min": "104.887", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "177.103", - "max": "177.662", - "min": "176.929", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "275.986", - "max": "303.088", - "min": "250.994", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "104.964", - "max": "105.506", - "min": "104.755", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "118.463", - "max": "118.555", - "min": "118.359", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "17.889", - "max": "18.849", - "min": "17.636", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "161.562", - "max": "173.91", - "min": "160.745", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "44.32", - "max": "47.25", - "min": "44.037", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "47.184", - "max": "55.044", - "min": "46.635", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "13.85", - "max": "15.538", - "min": "13.62", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "11.644", - "max": "12.204", - "min": "11.5", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "42.083", - "max": "42.464", - "min": "41.851", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "55.101", - "max": "56.467", - "min": "54.707", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "53.877", - "max": "54.044", - "min": "53.712", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "74.679", - "max": "77.484", - "min": "74.352", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "46.672", - "max": "46.869", - "min": "46.516", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "33.888", - "max": "35.369", - "min": "33.58", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "35.94", - "max": "36.74", - "min": "35.764", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "39.744", - "max": "40.038", - "min": "39.61", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "27.294", - "max": "27.519", - "min": "27.125", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "64.616", - "max": "64.93", - "min": "64.37", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "17.84", - "max": "55.796", - "min": "15.751", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "54.57", - "max": "117.857", - "min": "29.321", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "47.806", - "max": "48.01", - "min": "47.673", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "58.717", - "max": "60.277", - "min": "58.413", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "51.383", - "max": "66.6", - "min": "50.641", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "58.805", - "max": "59.273", - "min": "58.294", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "32.913", - "max": "33.155", - "min": "32.658", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "335.921", - "max": "336.515", - "min": "335.719", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "26.984", - "max": "27.186", - "min": "26.869", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "14.469", - "max": "14.665", - "min": "14.299", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "38.62", - "max": "38.823", - "min": "38.467", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "200.128", - "max": "209.218", - "min": "197.953", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "51.351", - "max": "51.591", - "min": "51.154", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "37.882", - "max": "41.066", - "min": "37.535", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "31.725", - "max": "32.543", - "min": "31.55", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "34.22", - "max": "42.917", - "min": "26.541", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "283.747", - "max": "293.112", - "min": "280.765", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "109.777", - "max": "117.598", - "min": "109.104", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "232.68", - "max": "244.428", - "min": "228.653", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "279.922", - "max": "280.114", - "min": "279.773", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "46.254", - "max": "46.77", - "min": "45.965", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "166.521", - "max": "174.217", - "min": "162.625", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "187.159", - "max": "187.401", - "min": "186.915", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "0.048", - "max": "0.096", - "min": "0.033", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "58.965", - "max": "59.936", - "min": "58.696", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "42.165", - "max": "44.071", - "min": "41.781", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "40.055", - "max": "42.703", - "min": "39.548", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "127.772", - "max": "127.909", - "min": "127.618", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "143.715", - "max": "143.98", - "min": "143.552", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "268.894", - "max": "269.353", - "min": "268.635", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "179.139", - "max": "179.433", - "min": "178.99", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "33.392", - "max": "34.02", - "min": "33.23", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "107.369", - "max": "107.672", - "min": "107.256", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "46.802", - "max": "47.079", - "min": "46.61", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "273.228", - "max": "567.959", - "min": "244.129", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "149.142", - "max": "152.804", - "min": "145.736", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "43.158", - "max": "43.364", - "min": "43.02", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "39.655", - "max": "40.636", - "min": "38.855", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "167.694", - "max": "169.876", - "min": "167.095", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "131.239", - "max": "131.756", - "min": "130.903", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "250.323", - "max": "250.637", - "min": "250.186", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "103.317", - "max": "103.693", - "min": "103.034", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "51.939", - "max": "52.117", - "min": "51.812", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "35.869", - "max": "36.138", - "min": "35.759", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "51.509", - "max": "51.88", - "min": "51.345", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "118.467", - "max": "119.369", - "min": "118.133", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "118.614", - "max": "118.806", - "min": "118.467", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "89.348", - "max": "91.984", - "min": "87.487", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "186.938", - "max": "188.419", - "min": "186.461", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "118.163", - "max": "119.51", - "min": "117.105", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "81.776", - "max": "82.618", - "min": "81.548", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "142.098", - "max": "142.486", - "min": "141.595", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "45.368", - "max": "48.424", - "min": "45.018", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "212.419", - "max": "213.104", - "min": "212.146", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "203.094", - "max": "203.094", - "min": "203.094", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "38.844", - "max": "39.45", - "min": "38.705", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "48.795", - "max": "49.149", - "min": "48.612", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "138.32", - "max": "174.027", - "min": "136.885", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "65.383", - "max": "77.6", - "min": "57.549", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "63.219", - "max": "63.955", - "min": "62.949", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "205.336", - "max": "206.276", - "min": "205.057", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "108.702", - "max": "111.401", - "min": "108.321", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "128.705", - "max": "133.153", - "min": "128.307", - "id": "226", - "country": "Italy", - "source_name": "Frosinone", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "228": { - "name": "Bristol", - "data": { - "0": { - "avg": "201.999", - "max": "202.577", - "min": "201.702", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "276.403", - "max": "277.306", - "min": "276.021", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "89.667", - "max": "92.114", - "min": "89.14", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "34.843", - "max": "42.156", - "min": "33.735", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "12.308", - "max": "13.303", - "min": "11.82", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "238.958", - "max": "239.673", - "min": "238.55", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "12.507", - "max": "13.639", - "min": "12.265", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "282.056", - "max": "287.883", - "min": "280.984", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "51.884", - "max": "56.45", - "min": "51.257", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "35.526", - "max": "38.255", - "min": "34.839", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "4.76", - "max": "6.198", - "min": "4.378", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "111.104", - "max": "140.799", - "min": "109.833", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "72.709", - "max": "73.492", - "min": "72.527", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "77.775", - "max": "79.14", - "min": "77.271", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "108.03", - "max": "109.316", - "min": "107.606", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "77.748", - "max": "78.915", - "min": "76.902", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "28.303", - "max": "30.182", - "min": "27.809", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "95.502", - "max": "96.28", - "min": "95.249", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "14.383", - "max": "16.438", - "min": "13.878", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "29.704", - "max": "30.515", - "min": "29.374", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "294.24", - "max": "295.521", - "min": "293.884", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "89.913", - "max": "91.13", - "min": "89.633", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "138.64", - "max": "139.45", - "min": "138.115", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "144.246", - "max": "149.46", - "min": "143.504", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.292", - "max": "41.806", - "min": "40.941", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "26.033", - "max": "27.183", - "min": "25.674", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "31.212", - "max": "33.022", - "min": "30.524", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "33.563", - "max": "34.858", - "min": "33.148", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "19.093", - "max": "21.887", - "min": "18.57", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "134.347", - "max": "135.79", - "min": "133.869", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "174.502", - "max": "175.483", - "min": "174.109", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "33.363", - "max": "34.304", - "min": "32.981", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "140.724", - "max": "144.746", - "min": "140.131", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "50.501", - "max": "51.6", - "min": "50.127", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "29.771", - "max": "32.186", - "min": "29.233", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "176.612", - "max": "177.643", - "min": "176.223", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "142.719", - "max": "143.88", - "min": "142.294", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "129.638", - "max": "131.487", - "min": "129.105", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "103.079", - "max": "104.939", - "min": "102.478", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.077", - "max": "83.929", - "min": "81.485", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "146.817", - "max": "149.453", - "min": "146.279", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "13.779", - "max": "15.121", - "min": "13.132", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "50.982", - "max": "51.737", - "min": "50.785", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.364", - "max": "37.76", - "min": "36.171", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "210.115", - "max": "211.398", - "min": "209.747", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "37.529", - "max": "38.304", - "min": "36.853", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "42.419", - "max": "44.388", - "min": "42.005", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "165.685", - "max": "167.305", - "min": "165.358", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "239.707", - "max": "240.736", - "min": "239.386", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "107.258", - "max": "108.631", - "min": "106.814", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "83.257", - "max": "84.258", - "min": "82.913", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "146.077", - "max": "147.673", - "min": "145.525", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "44.46", - "max": "59.263", - "min": "31.364", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "100.597", - "max": "102.202", - "min": "99.987", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "150.004", - "max": "155.782", - "min": "146.823", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "334.592", - "max": "335.833", - "min": "334.147", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.422", - "max": "40.26", - "min": "37.426", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "289.128", - "max": "289.867", - "min": "288.809", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "57.664", - "max": "59.279", - "min": "57.123", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "12.72", - "max": "13.541", - "min": "12.417", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.142", - "max": "60.695", - "min": "58.602", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.733", - "max": "131.696", - "min": "64.654", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "190.232", - "max": "220.004", - "min": "186.258", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "272.94", - "max": "275.521", - "min": "272.445", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "51.098", - "max": "52.518", - "min": "50.769", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "51.577", - "max": "52.605", - "min": "51.346", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "73.964", - "max": "75.061", - "min": "73.559", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "52.334", - "max": "54.295", - "min": "51.77", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "208.002", - "max": "210.432", - "min": "206.843", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "111.938", - "max": "116.489", - "min": "111.276", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "289.976", - "max": "290.814", - "min": "289.574", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "142.786", - "max": "144.44", - "min": "142.17", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "148.852", - "max": "150.514", - "min": "148.295", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "93.918", - "max": "95.468", - "min": "93.483", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "42.103", - "max": "43.521", - "min": "41.372", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "10.788", - "max": "11.647", - "min": "10.512", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "89.308", - "max": "90.393", - "min": "88.983", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "136.696", - "max": "138.892", - "min": "136.295", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "93.887", - "max": "95.547", - "min": "93.418", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "88.522", - "max": "90.434", - "min": "87.996", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "145.759", - "max": "146.889", - "min": "145.373", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "90.24", - "max": "91.411", - "min": "89.878", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "251.327", - "max": "252.561", - "min": "251.018", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "146.408", - "max": "148.153", - "min": "145.69", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "137.589", - "max": "138.434", - "min": "137.11", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "61.846", - "max": "63.405", - "min": "61.104", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "15.288", - "max": "17.104", - "min": "14.683", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "105.329", - "max": "106.117", - "min": "105.067", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "95.819", - "max": "98.134", - "min": "95.243", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "8.79", - "max": "11.35", - "min": "8.235", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "102.969", - "max": "104.655", - "min": "101.951", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "141.67", - "max": "142.473", - "min": "141.072", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "28.434", - "max": "28.919", - "min": "28.267", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "261.725", - "max": "262.464", - "min": "261.286", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "76.348", - "max": "77.635", - "min": "76.061", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "105.131", - "max": "106.018", - "min": "104.674", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "148.849", - "max": "149.277", - "min": "148.445", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "131.383", - "max": "153.965", - "min": "129.5", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "141.013", - "max": "142.381", - "min": "140.678", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "86.786", - "max": "88.207", - "min": "86.166", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "104.92", - "max": "105.669", - "min": "104.463", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "147.225", - "max": "149.907", - "min": "146.926", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.393", - "max": "61.153", - "min": "59.027", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "298.904", - "max": "304.057", - "min": "298.062", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "98.284", - "max": "99.748", - "min": "97.762", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "324.357", - "max": "337.761", - "min": "275.998", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "170.528", - "max": "174.263", - "min": "169.997", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "77.521", - "max": "79.323", - "min": "76.851", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "90.87", - "max": "92.538", - "min": "90.608", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "133.871", - "max": "136.238", - "min": "129.927", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "302.076", - "max": "303.257", - "min": "301.645", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "267.701", - "max": "268.726", - "min": "267.441", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "75.577", - "max": "76.09", - "min": "75.384", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "134.66", - "max": "176.158", - "min": "132.896", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "373.186", - "max": "492.422", - "min": "188.786", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "200.591", - "max": "319.306", - "min": "78.078", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "180.445", - "max": "186.43", - "min": "179.819", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "230.504", - "max": "232.472", - "min": "229.951", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "107.434", - "max": "109.144", - "min": "106.85", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "103.791", - "max": "105.647", - "min": "103.392", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "110.769", - "max": "112.204", - "min": "110.408", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "192.001", - "max": "336.001", - "min": "105.021", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "184.611", - "max": "185.844", - "min": "184.011", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "47.205", - "max": "138.156", - "min": "43.291", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "46.776", - "max": "48.664", - "min": "46.181", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "38.942", - "max": "40.796", - "min": "37.824", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "72.6", - "max": "74.347", - "min": "71.76", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.382", - "max": "175.538", - "min": "172.662", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "119.225", - "max": "119.998", - "min": "118.814", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "172.592", - "max": "174.415", - "min": "172.232", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "98.018", - "max": "99.572", - "min": "97.654", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "94.358", - "max": "95.374", - "min": "94.02", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "97.471", - "max": "98.354", - "min": "97.084", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "275.836", - "max": "278.082", - "min": "274.724", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "117.751", - "max": "118.457", - "min": "117.445", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "67.78", - "max": "69.448", - "min": "67.246", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "126.598", - "max": "131.619", - "min": "125.609", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.713", - "max": "123.593", - "min": "122.45", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "102.112", - "max": "103.038", - "min": "101.786", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "70.219", - "max": "71.721", - "min": "70.025", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "34.165", - "max": "35.757", - "min": "33.741", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "169.991", - "max": "171.45", - "min": "169.467", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "42.127", - "max": "43.47", - "min": "41.672", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "33.838", - "max": "35.161", - "min": "33.353", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "175.527", - "max": "179.877", - "min": "174.748", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "15.651", - "max": "16.87", - "min": "15.031", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "44.929", - "max": "46.643", - "min": "44.543", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "141.895", - "max": "142.667", - "min": "141.674", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "5.437", - "max": "11.155", - "min": "4.987", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "6.993", - "max": "7.908", - "min": "6.768", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "23.433", - "max": "34.524", - "min": "20.503", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "253.85", - "max": "254.852", - "min": "253.44", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "38.491", - "max": "39.238", - "min": "38.115", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "21.383", - "max": "31.522", - "min": "20.175", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "86.304", - "max": "87.37", - "min": "86.054", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "138.178", - "max": "139.607", - "min": "137.675", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "44.617", - "max": "46.032", - "min": "44.075", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "240.357", - "max": "286.843", - "min": "232.192", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "116.114", - "max": "116.714", - "min": "115.549", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "244.066", - "max": "335.085", - "min": "236.514", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "115.086", - "max": "116.458", - "min": "114.602", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "391.503", - "max": "392.716", - "min": "390.939", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "40.464", - "max": "41.548", - "min": "40.067", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "70.486", - "max": "71.678", - "min": "70.002", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "107.498", - "max": "108.45", - "min": "107.183", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "167.616", - "max": "169.75", - "min": "167.096", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.174", - "max": "99.268", - "min": "97.72", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "131.741", - "max": "132.673", - "min": "131.339", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "253.004", - "max": "283.044", - "min": "239.01", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "74.646", - "max": "77.093", - "min": "74.319", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "84.452", - "max": "86.461", - "min": "83.952", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "18.365", - "max": "21.035", - "min": "17.59", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "142.914", - "max": "143.696", - "min": "142.687", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "13.954", - "max": "15.617", - "min": "13.438", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "24.698", - "max": "35.817", - "min": "23.732", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "31.528", - "max": "32.272", - "min": "31.256", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "28.775", - "max": "30.096", - "min": "28.224", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "9.083", - "max": "10.41", - "min": "8.472", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "64.391", - "max": "66.681", - "min": "63.922", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "48.456", - "max": "49.686", - "min": "47.843", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "70.592", - "max": "71.097", - "min": "70.398", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "50.849", - "max": "51.826", - "min": "50.439", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "13.615", - "max": "20.635", - "min": "13.021", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "15.163", - "max": "16.383", - "min": "14.927", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "10.121", - "max": "11.707", - "min": "9.592", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "42.657", - "max": "43.313", - "min": "42.469", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "68.137", - "max": "68.994", - "min": "67.807", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "39.256", - "max": "68.727", - "min": "35.97", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "53.742", - "max": "112.163", - "min": "22.965", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "4.288", - "max": "5.654", - "min": "3.942", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "61.299", - "max": "63.471", - "min": "60.84", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "35.077", - "max": "46.82", - "min": "34.165", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "42.219", - "max": "43.99", - "min": "41.562", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "9.654", - "max": "11.026", - "min": "9.016", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "264.458", - "max": "265.943", - "min": "263.848", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "25.825", - "max": "26.41", - "min": "25.597", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "33.501", - "max": "34.278", - "min": "33.122", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "32.178", - "max": "32.889", - "min": "31.989", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "169.035", - "max": "175.139", - "min": "167.014", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "60.76", - "max": "61.502", - "min": "60.434", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "12.377", - "max": "25.807", - "min": "11.608", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "11.578", - "max": "12.862", - "min": "10.936", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "10.273", - "max": "12", - "min": "9.677", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "291.215", - "max": "298.759", - "min": "290.151", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.195", - "max": "83.89", - "min": "77.453", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "226.859", - "max": "234.703", - "min": "207.161", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "148.017", - "max": "149.777", - "min": "147.603", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "19.713", - "max": "20.557", - "min": "19.395", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "142.719", - "max": "143.805", - "min": "142.33", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "144.417", - "max": "145.751", - "min": "143.657", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "42.113", - "max": "43.361", - "min": "41.672", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "65.359", - "max": "66.683", - "min": "64.974", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "0.018", - "max": "0.024", - "min": "0.016", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "13.126", - "max": "14.084", - "min": "12.688", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "97.622", - "max": "98.587", - "min": "97.389", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "98.969", - "max": "99.753", - "min": "98.648", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "181.242", - "max": "182.317", - "min": "180.748", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "75.196", - "max": "76.567", - "min": "74.86", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "28.381", - "max": "29.627", - "min": "27.959", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "73.307", - "max": "74.203", - "min": "72.937", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "30.644", - "max": "32.495", - "min": "30.325", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "199.669", - "max": "200.843", - "min": "199.346", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "112.333", - "max": "116.356", - "min": "110.006", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "25.75", - "max": "27.029", - "min": "25.34", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "41.99", - "max": "43.303", - "min": "41.16", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "149.507", - "max": "160.214", - "min": "147.408", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "100.583", - "max": "102.872", - "min": "100.006", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "248.031", - "max": "248.851", - "min": "247.746", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "82.103", - "max": "83.3", - "min": "81.443", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "50.482", - "max": "52.136", - "min": "50.239", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.938", - "max": "15.554", - "min": "14.774", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "44.558", - "max": "45.154", - "min": "44.327", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "83.926", - "max": "86.396", - "min": "83.185", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "83.638", - "max": "85.092", - "min": "83.304", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "66.219", - "max": "75.919", - "min": "63.678", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "163.753", - "max": "165.419", - "min": "163.103", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "86.812", - "max": "90.082", - "min": "85.451", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "69.193", - "max": "71.206", - "min": "68.651", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "100.14", - "max": "101.624", - "min": "99.656", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "17.059", - "max": "18.626", - "min": "16.665", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "282.759", - "max": "283.72", - "min": "282.326", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.836", - "max": "183.836", - "min": "183.836", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "7.963", - "max": "9.377", - "min": "7.596", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "23.546", - "max": "25.066", - "min": "23.338", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "106.459", - "max": "310.477", - "min": "99.159", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "27.336", - "max": "44.046", - "min": "20.236", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "39.899", - "max": "41.083", - "min": "39.637", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "187.123", - "max": "189.337", - "min": "186.366", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "105.618", - "max": "106.642", - "min": "105.297", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "98.078", - "max": "107.66", - "min": "97.528", - "id": "228", - "country": "United Kingdom", - "source_name": "Bristol", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "229": { - "name": "Eindhoven", - "data": { - "0": { - "avg": "167.838", - "max": "170.693", - "min": "166.758", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "272.047", - "max": "277.109", - "min": "271.378", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "96.287", - "max": "97.739", - "min": "95.95", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "23.923", - "max": "29.129", - "min": "23.537", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.313", - "max": "15.732", - "min": "15.128", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "226.172", - "max": "231.412", - "min": "225.829", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "3.991", - "max": "4.605", - "min": "3.808", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.337", - "max": "281.979", - "min": "276.359", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "43.189", - "max": "45.69", - "min": "42.796", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "26.096", - "max": "30.178", - "min": "25.339", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "8.717", - "max": "13.804", - "min": "7.899", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "113.701", - "max": "134.143", - "min": "112.773", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "80.962", - "max": "84.736", - "min": "80.64", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "81.714", - "max": "82.583", - "min": "81.454", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "107.508", - "max": "110.487", - "min": "106.869", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "85.626", - "max": "86.314", - "min": "85.07", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "30.968", - "max": "33.195", - "min": "30.505", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "93.826", - "max": "96.139", - "min": "93.304", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "21.653", - "max": "22.771", - "min": "21.272", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "24.28", - "max": "25.638", - "min": "24.16", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.052", - "max": "290.162", - "min": "288.749", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "95.997", - "max": "96.302", - "min": "95.896", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "143.707", - "max": "151.011", - "min": "142.916", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "141.777", - "max": "142.111", - "min": "141.666", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "27.681", - "max": "30.012", - "min": "27.377", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "16.671", - "max": "23.274", - "min": "16.081", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "26.637", - "max": "31.823", - "min": "26.201", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "24.495", - "max": "26.054", - "min": "24.082", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.995", - "max": "20.546", - "min": "14.501", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "138.625", - "max": "140.705", - "min": "137.973", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "166.989", - "max": "169.494", - "min": "166.651", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "39.51", - "max": "39.729", - "min": "39.396", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "136.012", - "max": "138.095", - "min": "135.642", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "41.66", - "max": "43.333", - "min": "41.33", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.55", - "max": "18.051", - "min": "13.959", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "167.591", - "max": "176.09", - "min": "166.228", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "141.825", - "max": "146.166", - "min": "140.652", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "131.709", - "max": "133.183", - "min": "131.254", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "108.126", - "max": "109.7", - "min": "107.739", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "83.068", - "max": "84.937", - "min": "82.643", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "152.121", - "max": "153.224", - "min": "151.88", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "11.342", - "max": "12.823", - "min": "10.874", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.159", - "max": "50.074", - "min": "46.229", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "29.604", - "max": "32.813", - "min": "29.104", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "148.869", - "max": "149.162", - "min": "148.693", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "29.266", - "max": "35.385", - "min": "28.297", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "42.268", - "max": "45.303", - "min": "41.911", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "168.162", - "max": "181.978", - "min": "167.373", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "239.182", - "max": "242.353", - "min": "238.576", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "120.533", - "max": "120.662", - "min": "120.47", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "88.017", - "max": "92.511", - "min": "87.445", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "151.039", - "max": "151.485", - "min": "150.733", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "16.697", - "max": "29.87", - "min": "8.094", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "108.874", - "max": "116.217", - "min": "108.168", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "137.875", - "max": "155.786", - "min": "133.992", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "174.503", - "max": "175.552", - "min": "174.117", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "41.577", - "max": "45.935", - "min": "40.281", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "310.699", - "max": "316.95", - "min": "310.024", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "40.081", - "max": "42.699", - "min": "39.566", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "9.859", - "max": "13.528", - "min": "9.345", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.25", - "max": "64.327", - "min": "62.591", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "69.991", - "max": "129.475", - "min": "63.77", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "167.29", - "max": "253.34", - "min": "161.276", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "259.723", - "max": "260.026", - "min": "259.602", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "44.531", - "max": "46.958", - "min": "44.252", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.507", - "max": "48.62", - "min": "46.16", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "79.178", - "max": "79.701", - "min": "79.023", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "57.669", - "max": "58.141", - "min": "57.298", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "213.681", - "max": "215.362", - "min": "212.967", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "119.92", - "max": "120.384", - "min": "119.773", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "196.225", - "max": "198.286", - "min": "195.833", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "137.517", - "max": "138.109", - "min": "137.132", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "156.873", - "max": "162.044", - "min": "156.062", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "98.822", - "max": "100.084", - "min": "98.601", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "49.048", - "max": "54.597", - "min": "48.384", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "14.779", - "max": "15.468", - "min": "14.533", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "93.193", - "max": "93.457", - "min": "93.011", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "150.967", - "max": "155.74", - "min": "150.142", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "100.789", - "max": "104.616", - "min": "100.021", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "93.548", - "max": "95.086", - "min": "93.302", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "135.421", - "max": "136.617", - "min": "135.056", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "94.544", - "max": "96.769", - "min": "93.992", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "207.188", - "max": "214.129", - "min": "204.179", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "148.16", - "max": "148.818", - "min": "147.926", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "138.525", - "max": "141.156", - "min": "138.14", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "67.369", - "max": "68.519", - "min": "67.088", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.806", - "max": "22.832", - "min": "19.009", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "101.145", - "max": "104.741", - "min": "100.772", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "118.661", - "max": "119.268", - "min": "118.458", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "13.397", - "max": "18.988", - "min": "12.53", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "108.871", - "max": "114.06", - "min": "107.535", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "147.064", - "max": "148.082", - "min": "146.852", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.558", - "max": "38.334", - "min": "32.634", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "242.099", - "max": "243.007", - "min": "241.789", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "96.822", - "max": "97.055", - "min": "96.637", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "107.708", - "max": "110.579", - "min": "107.323", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "165.849", - "max": "169.237", - "min": "165.128", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "142.493", - "max": "151.957", - "min": "141.086", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "146.724", - "max": "148.548", - "min": "146.26", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "102.562", - "max": "105.622", - "min": "102.158", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "108.26", - "max": "109.014", - "min": "107.995", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "152.073", - "max": "155.731", - "min": "151.373", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "55.007", - "max": "57.946", - "min": "54.607", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "413.853", - "max": "419.808", - "min": "412.919", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "104.621", - "max": "107.379", - "min": "104.167", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "327.089", - "max": "342.119", - "min": "284.353", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.711", - "max": "195.589", - "min": "190.569", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "82.156", - "max": "82.805", - "min": "81.905", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "97.44", - "max": "103.304", - "min": "97.032", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "135.364", - "max": "138.753", - "min": "134.901", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.838", - "max": "255.035", - "min": "249.138", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "288.591", - "max": "356.746", - "min": "278.763", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "78.434", - "max": "84.596", - "min": "77.917", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "138.473", - "max": "145.409", - "min": "137.846", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.86", - "max": "484.271", - "min": "179.822", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "163.953", - "max": "268.84", - "min": "77.037", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "167.885", - "max": "177.851", - "min": "166.899", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "237.961", - "max": "240.129", - "min": "237.493", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "116.402", - "max": "116.722", - "min": "116.168", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "109.481", - "max": "110.975", - "min": "109.062", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "116.405", - "max": "117.672", - "min": "116.004", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "183.811", - "max": "335.172", - "min": "101.253", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "190.074", - "max": "198.303", - "min": "189.528", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "33.665", - "max": "73.481", - "min": "31.78", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "33.479", - "max": "34.157", - "min": "33.308", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "23.721", - "max": "26.456", - "min": "22.978", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "78.71", - "max": "80.282", - "min": "78.346", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "174.7", - "max": "176.564", - "min": "174.075", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.992", - "max": "129.238", - "min": "126.568", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "166.245", - "max": "168.93", - "min": "165.961", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "103.071", - "max": "104.362", - "min": "102.697", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "100.533", - "max": "106.108", - "min": "99.809", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "100.07", - "max": "102.128", - "min": "99.664", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "298.167", - "max": "300.398", - "min": "297.126", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "123.269", - "max": "124.583", - "min": "122.955", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "79.251", - "max": "79.71", - "min": "79.053", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "132.341", - "max": "152.476", - "min": "130.808", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "119.493", - "max": "122.227", - "min": "119.034", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "114.563", - "max": "115.676", - "min": "114.211", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "80.699", - "max": "85.279", - "min": "80.198", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "23.874", - "max": "24.253", - "min": "23.619", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "186.444", - "max": "188.742", - "min": "185.765", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "34.711", - "max": "35.99", - "min": "34.475", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.406", - "max": "28.147", - "min": "24.938", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "182.237", - "max": "196.6", - "min": "180.765", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "7.397", - "max": "9.611", - "min": "6.992", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "42.003", - "max": "42.535", - "min": "41.855", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "140.504", - "max": "141.339", - "min": "140.27", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "10.028", - "max": "10.227", - "min": "9.834", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "11.37", - "max": "13.289", - "min": "11.058", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "13.917", - "max": "27.958", - "min": "11.327", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "273.626", - "max": "274.045", - "min": "273.494", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "33.878", - "max": "35.41", - "min": "33.444", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.628", - "max": "22.743", - "min": "17.719", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "90.849", - "max": "94.661", - "min": "90.416", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "140.266", - "max": "142.076", - "min": "139.708", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "31.186", - "max": "41.798", - "min": "30.197", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "248.483", - "max": "287.837", - "min": "241.007", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "117.857", - "max": "118.443", - "min": "117.574", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "241.194", - "max": "335.296", - "min": "232.683", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "133.05", - "max": "134.396", - "min": "132.834", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "401.709", - "max": "405.995", - "min": "400.888", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "32.087", - "max": "39.47", - "min": "31.711", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "83.725", - "max": "88.988", - "min": "83.258", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "108.856", - "max": "110.64", - "min": "108.463", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "184.31", - "max": "194.427", - "min": "183.358", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "93.932", - "max": "96.976", - "min": "93.497", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "134.569", - "max": "134.9", - "min": "134.393", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "225.522", - "max": "235.848", - "min": "224.85", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "83.875", - "max": "86.606", - "min": "83.392", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "104.68", - "max": "104.94", - "min": "104.599", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "18.464", - "max": "22.055", - "min": "18.104", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "151.235", - "max": "155.188", - "min": "150.334", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "20.344", - "max": "21.031", - "min": "20.076", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "18.362", - "max": "21.376", - "min": "17.647", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "24.6", - "max": "28.533", - "min": "24.193", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "18.469", - "max": "19.217", - "min": "18.249", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.544", - "max": "16.124", - "min": "15.193", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "65.651", - "max": "66.02", - "min": "65.457", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "46.204", - "max": "47.623", - "min": "46.002", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.041", - "max": "66.509", - "min": "61.182", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "41.644", - "max": "44.781", - "min": "41.236", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "5.14", - "max": "9.87", - "min": "4.544", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "8.373", - "max": "13.641", - "min": "7.444", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "3.908", - "max": "5.129", - "min": "3.646", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "28.682", - "max": "30.039", - "min": "28.445", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "56.531", - "max": "59.892", - "min": "55.913", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "28.718", - "max": "48.772", - "min": "26.397", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "26.306", - "max": "37.756", - "min": "12.367", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "7.986", - "max": "8.344", - "min": "7.761", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "58.508", - "max": "61.298", - "min": "57.823", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "31.11", - "max": "34.152", - "min": "30.158", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "34.672", - "max": "38.981", - "min": "34.046", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "11.732", - "max": "169.565", - "min": "5.872", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "256.854", - "max": "258.684", - "min": "256.484", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "16.214", - "max": "19.906", - "min": "15.655", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "43.665", - "max": "45.185", - "min": "43.087", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "30.723", - "max": "33.509", - "min": "30.184", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "175.499", - "max": "184.746", - "min": "173.34", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "51.699", - "max": "51.873", - "min": "51.558", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "5.536", - "max": "10.428", - "min": "4.942", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "4.534", - "max": "5.939", - "min": "4.262", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "3.43", - "max": "4.397", - "min": "3.058", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "287.977", - "max": "299.821", - "min": "285.919", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "80.894", - "max": "83.08", - "min": "80.237", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "226.483", - "max": "230.404", - "min": "212.999", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "147.397", - "max": "147.779", - "min": "147.273", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "7.586", - "max": "11.952", - "min": "7.046", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "145.893", - "max": "147.154", - "min": "145.601", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "168.73", - "max": "171.73", - "min": "168.2", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "39.992", - "max": "41.621", - "min": "39.538", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "66.781", - "max": "67.702", - "min": "66.596", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "13.051", - "max": "14.181", - "min": "12.725", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "0.02", - "max": "0.024", - "min": "0.016", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "103.258", - "max": "105.509", - "min": "102.904", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "111.024", - "max": "114.569", - "min": "110.646", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "257.825", - "max": "265.2", - "min": "256.846", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.961", - "max": "96.348", - "min": "93.587", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "26.376", - "max": "28.11", - "min": "26.013", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "81.581", - "max": "81.804", - "min": "81.451", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "18.308", - "max": "19.519", - "min": "18.051", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "203.558", - "max": "233.048", - "min": "201.865", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "118.917", - "max": "124.104", - "min": "115.66", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "32.243", - "max": "34.931", - "min": "31.793", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "45.214", - "max": "48.84", - "min": "44.367", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "159.678", - "max": "173.261", - "min": "157.511", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "107.321", - "max": "108.51", - "min": "106.69", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "241.2", - "max": "241.796", - "min": "240.866", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.782", - "max": "86.698", - "min": "85.451", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "42.456", - "max": "43.474", - "min": "42.25", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "13.021", - "max": "15.12", - "min": "12.7", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "41.818", - "max": "42.402", - "min": "41.663", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "88.846", - "max": "91.771", - "min": "88.191", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "89.497", - "max": "90.03", - "min": "89.29", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.988", - "max": "72.371", - "min": "66.62", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "164.149", - "max": "165.758", - "min": "163.286", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "91.632", - "max": "94.745", - "min": "90.438", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "62.985", - "max": "65.196", - "min": "62.266", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "104.244", - "max": "105.375", - "min": "103.851", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "22.558", - "max": "31.085", - "min": "21.842", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "181.423", - "max": "187.662", - "min": "177.582", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "174.62", - "max": "174.62", - "min": "174.62", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "13.081", - "max": "15.431", - "min": "12.726", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "15.472", - "max": "17.253", - "min": "15.134", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "103.606", - "max": "108.741", - "min": "103.098", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "34.456", - "max": "41.943", - "min": "26.46", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.151", - "max": "28.813", - "min": "27.964", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "141.188", - "max": "146.339", - "min": "140.582", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "88.832", - "max": "93.02", - "min": "88.132", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "104.359", - "max": "107.72", - "min": "103.601", - "id": "229", - "country": "Netherlands", - "source_name": "Eindhoven", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "234": { - "name": "Bern", - "data": { - "0": { - "avg": "258.553", - "max": "258.817", - "min": "258.322", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "223.771", - "max": "224.136", - "min": "223.542", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "102.666", - "max": "104.152", - "min": "102.519", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "26.091", - "max": "33.98", - "min": "25.386", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "19.46", - "max": "20.308", - "min": "19.257", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "234.357", - "max": "234.624", - "min": "234.232", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.928", - "max": "25.431", - "min": "24.777", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "258.138", - "max": "264.887", - "min": "257.453", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "69.97", - "max": "70.061", - "min": "69.886", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "40.793", - "max": "44.887", - "min": "40.279", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "19.051", - "max": "21.065", - "min": "18.687", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "135.484", - "max": "135.842", - "min": "135.403", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "91.744", - "max": "91.919", - "min": "91.594", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "96.827", - "max": "97.616", - "min": "96.64", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "116.598", - "max": "116.834", - "min": "116.468", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "101.013", - "max": "101.238", - "min": "100.368", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "21.278", - "max": "21.705", - "min": "21.053", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "106.862", - "max": "106.992", - "min": "106.766", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "34.589", - "max": "35.722", - "min": "34.361", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.083", - "max": "19.044", - "min": "15.736", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "252.761", - "max": "252.855", - "min": "252.675", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "111.634", - "max": "111.753", - "min": "111.529", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "161.265", - "max": "161.666", - "min": "161.134", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "164.076", - "max": "166.043", - "min": "163.847", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "32.268", - "max": "32.682", - "min": "32.073", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "32.905", - "max": "33.268", - "min": "32.791", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "18.926", - "max": "22.507", - "min": "18.519", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "23.667", - "max": "25.721", - "min": "23.361", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "14.759", - "max": "14.985", - "min": "14.651", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "151.043", - "max": "151.889", - "min": "150.784", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "153.285", - "max": "153.457", - "min": "153.121", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "29.49", - "max": "30.585", - "min": "29.357", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "164.361", - "max": "164.531", - "min": "164.177", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.396", - "max": "59.549", - "min": "59.289", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "3.816", - "max": "4.485", - "min": "3.574", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "152.75", - "max": "153.779", - "min": "152.524", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "159.23", - "max": "160.724", - "min": "159.095", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "150.043", - "max": "150.166", - "min": "149.911", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "120.467", - "max": "122.361", - "min": "120.261", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "96.444", - "max": "96.609", - "min": "96.203", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "166.65", - "max": "169.319", - "min": "166.27", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "35.684", - "max": "37.492", - "min": "35.176", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "48.531", - "max": "48.69", - "min": "48.324", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "37.848", - "max": "38.078", - "min": "37.687", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "140.792", - "max": "143.943", - "min": "140.494", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "31.855", - "max": "32.483", - "min": "31.383", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "48.34", - "max": "48.511", - "min": "48.152", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "165.751", - "max": "166.72", - "min": "165.523", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "253.041", - "max": "256.354", - "min": "252.778", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "134.828", - "max": "135.42", - "min": "134.737", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "99.332", - "max": "99.958", - "min": "99.166", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "168.911", - "max": "171.971", - "min": "167.712", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "67.316", - "max": "82.627", - "min": "52.823", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "120.002", - "max": "120.194", - "min": "119.848", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "160.118", - "max": "166.806", - "min": "157.31", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "362.758", - "max": "365.146", - "min": "362.501", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "37.098", - "max": "40.54", - "min": "35.027", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "302.313", - "max": "302.524", - "min": "302.249", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "46.389", - "max": "49.555", - "min": "46.019", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "30.738", - "max": "31.614", - "min": "30.532", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "66.59", - "max": "67.735", - "min": "66.091", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.596", - "max": "129.079", - "min": "68.308", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "176.235", - "max": "241.902", - "min": "169.685", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "189.444", - "max": "189.566", - "min": "189.316", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "49.455", - "max": "49.881", - "min": "49.264", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "35.697", - "max": "36.298", - "min": "35.532", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.842", - "max": "92.992", - "min": "92.705", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "62.997", - "max": "65.19", - "min": "62.06", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "240.998", - "max": "242.647", - "min": "240.041", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "134.682", - "max": "135.954", - "min": "134.398", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "316.357", - "max": "318.226", - "min": "315.783", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "158.832", - "max": "159.834", - "min": "158.536", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "169.379", - "max": "171.941", - "min": "169.153", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.353", - "max": "113.428", - "min": "113.241", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.959", - "max": "69.278", - "min": "68.806", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "29.25", - "max": "29.447", - "min": "29.097", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "109.623", - "max": "109.834", - "min": "109.502", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "156.473", - "max": "156.72", - "min": "156.258", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "112.992", - "max": "113.274", - "min": "112.768", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "107.066", - "max": "107.404", - "min": "106.76", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "148.357", - "max": "148.865", - "min": "148.086", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "107.496", - "max": "108.503", - "min": "107.169", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "244.556", - "max": "251.686", - "min": "235.67", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "158.925", - "max": "159.115", - "min": "158.757", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "148.298", - "max": "148.494", - "min": "148.112", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "86.239", - "max": "87.871", - "min": "85.828", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "30.618", - "max": "33.019", - "min": "30.324", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "117.409", - "max": "117.566", - "min": "117.263", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "130.533", - "max": "130.861", - "min": "130.386", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "28.453", - "max": "37.318", - "min": "27.956", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "124.417", - "max": "125.754", - "min": "123.688", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "179.185", - "max": "180.135", - "min": "178.998", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.584", - "max": "33.681", - "min": "33.421", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "253.012", - "max": "253.752", - "min": "252.815", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "109.272", - "max": "109.433", - "min": "109.132", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "120.623", - "max": "120.773", - "min": "120.52", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "178.896", - "max": "179.225", - "min": "178.699", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "154.764", - "max": "212.747", - "min": "151.607", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "156.814", - "max": "160.229", - "min": "156.548", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "108.577", - "max": "110.615", - "min": "108.36", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "134.801", - "max": "134.958", - "min": "134.665", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "151.49", - "max": "151.874", - "min": "151.36", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "44.977", - "max": "46.311", - "min": "44.781", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "321.024", - "max": "324.896", - "min": "320.389", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "120.705", - "max": "121.063", - "min": "120.522", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "328.295", - "max": "375.866", - "min": "302.458", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "223.893", - "max": "227.556", - "min": "223.677", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "95.974", - "max": "96.105", - "min": "95.832", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "109.168", - "max": "109.276", - "min": "109.02", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "141.21", - "max": "144.657", - "min": "139.959", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "228.854", - "max": "229.25", - "min": "228.683", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "263.677", - "max": "263.861", - "min": "263.5", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "90.25", - "max": "90.596", - "min": "90.127", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "123.701", - "max": "125.617", - "min": "123.361", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "383.918", - "max": "502.539", - "min": "196.159", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "160.4", - "max": "277.366", - "min": "63.372", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "201.658", - "max": "210.966", - "min": "200.693", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "224.824", - "max": "225.171", - "min": "224.697", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "129.134", - "max": "132.309", - "min": "128.871", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "122.142", - "max": "124.003", - "min": "121.869", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "127.683", - "max": "127.939", - "min": "127.371", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "197.826", - "max": "348.569", - "min": "115.117", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "219.997", - "max": "220.525", - "min": "219.829", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "49.273", - "max": "335.902", - "min": "37.522", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.155", - "max": "36.946", - "min": "36.012", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "30.288", - "max": "31.215", - "min": "29.69", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "108.425", - "max": "111.856", - "min": "97.699", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "193.721", - "max": "195.399", - "min": "193.384", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "124.915", - "max": "125.809", - "min": "124.681", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "199.521", - "max": "207.243", - "min": "199.076", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.164", - "max": "117.756", - "min": "117.003", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "112.693", - "max": "112.849", - "min": "112.599", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "113.568", - "max": "113.911", - "min": "113.312", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "304.863", - "max": "306.263", - "min": "304.169", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "140.106", - "max": "140.214", - "min": "140.022", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "89.529", - "max": "89.747", - "min": "89.362", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "142.371", - "max": "149.364", - "min": "141.022", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "127.055", - "max": "127.333", - "min": "126.894", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "125.039", - "max": "125.356", - "min": "124.813", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "98.228", - "max": "104.128", - "min": "97.762", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "25.74", - "max": "26.643", - "min": "25.551", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "179.783", - "max": "183.51", - "min": "179.274", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "44.604", - "max": "45.311", - "min": "44.426", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "23.866", - "max": "24.176", - "min": "23.711", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "193.798", - "max": "197.222", - "min": "193.281", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "30.208", - "max": "33.569", - "min": "29.852", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.956", - "max": "57.963", - "min": "48.403", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "160.094", - "max": "160.532", - "min": "159.968", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "23.571", - "max": "24.192", - "min": "23.437", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "24.483", - "max": "24.567", - "min": "24.369", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "14.553", - "max": "29.81", - "min": "12.443", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "226.742", - "max": "227.122", - "min": "226.631", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "43.943", - "max": "45.966", - "min": "43.618", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "9.019", - "max": "9.261", - "min": "8.832", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "99.968", - "max": "101.605", - "min": "99.755", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "153.03", - "max": "153.995", - "min": "152.635", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "52.465", - "max": "53.737", - "min": "52.153", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "202.594", - "max": "240.496", - "min": "193.346", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "138.691", - "max": "340.373", - "min": "131.497", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "256.752", - "max": "344.338", - "min": "249.022", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "128.34", - "max": "128.515", - "min": "128.216", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "187.785", - "max": "189.188", - "min": "187.598", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "35.602", - "max": "39.605", - "min": "34.973", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "89.079", - "max": "89.65", - "min": "88.954", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "120.219", - "max": "120.446", - "min": "120.002", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "198.24", - "max": "199.227", - "min": "198.104", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "93.354", - "max": "93.879", - "min": "93.214", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "146.839", - "max": "147.064", - "min": "146.721", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "257.59", - "max": "266.597", - "min": "234.074", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "98.394", - "max": "98.518", - "min": "98.277", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "132.756", - "max": "132.876", - "min": "132.671", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "13.273", - "max": "16.502", - "min": "12.983", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "147.599", - "max": "147.738", - "min": "147.495", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "31.306", - "max": "31.566", - "min": "31.193", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "6.848", - "max": "7.093", - "min": "6.667", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "16.266", - "max": "26.638", - "min": "15.711", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "25.733", - "max": "25.877", - "min": "25.629", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "29.648", - "max": "32.422", - "min": "29.219", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "76.673", - "max": "78.049", - "min": "76.419", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "55.05", - "max": "55.149", - "min": "54.95", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "61.648", - "max": "63.189", - "min": "61.425", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "60.733", - "max": "61.9", - "min": "60.491", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "23.287", - "max": "25.35", - "min": "22.976", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "34.983", - "max": "35.129", - "min": "34.911", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "23.634", - "max": "24.004", - "min": "23.495", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "22.428", - "max": "22.604", - "min": "22.279", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "74.553", - "max": "84.881", - "min": "73.772", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "25.657", - "max": "45.589", - "min": "22.666", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "47.176", - "max": "117.217", - "min": "20.44", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "21.006", - "max": "21.231", - "min": "20.912", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "72.065", - "max": "72.324", - "min": "71.835", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "40.768", - "max": "69.262", - "min": "39.278", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "39.659", - "max": "40.203", - "min": "39.245", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "30.204", - "max": "183.543", - "min": "24.627", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "247.946", - "max": "248.291", - "min": "247.827", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "16.994", - "max": "17.366", - "min": "16.823", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "42.146", - "max": "42.465", - "min": "41.949", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "55.099", - "max": "55.401", - "min": "55.005", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "168.193", - "max": "173.731", - "min": "166.328", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "55.698", - "max": "55.918", - "min": "55.532", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "25.068", - "max": "32.111", - "min": "24.477", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "22.276", - "max": "25.07", - "min": "21.867", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.492", - "max": "24.676", - "min": "24.322", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "272.223", - "max": "286.538", - "min": "269.42", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "103.388", - "max": "113.753", - "min": "101.906", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "219.119", - "max": "222.529", - "min": "206.338", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "168.522", - "max": "168.751", - "min": "168.404", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "19.203", - "max": "20.89", - "min": "18.874", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "142.711", - "max": "144.39", - "min": "142.417", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.201", - "max": "179.387", - "min": "178.956", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "33.396", - "max": "33.682", - "min": "33.17", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "78.465", - "max": "78.917", - "min": "78.227", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "28.346", - "max": "29.615", - "min": "27.99", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "26.441", - "max": "28.052", - "min": "26.04", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "130.287", - "max": "130.378", - "min": "130.172", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "132.064", - "max": "132.238", - "min": "131.987", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "257.514", - "max": "342.023", - "min": "251.102", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "113.507", - "max": "114.235", - "min": "113.375", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "0.026", - "max": "0.059", - "min": "0.02", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "95.413", - "max": "96.099", - "min": "95.298", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "6.55", - "max": "6.706", - "min": "6.395", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "253.772", - "max": "352.776", - "min": "249.945", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "174.777", - "max": "177.929", - "min": "172.254", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "28.646", - "max": "28.782", - "min": "28.506", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "42.166", - "max": "45.164", - "min": "41.398", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "177.349", - "max": "179.34", - "min": "176.21", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "112.756", - "max": "113.251", - "min": "112.355", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "220.449", - "max": "220.645", - "min": "220.278", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "87.938", - "max": "88.93", - "min": "87.733", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "52.393", - "max": "55.573", - "min": "50.935", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.982", - "max": "25.423", - "min": "24.889", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "64.189", - "max": "67.633", - "min": "63.219", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "103.166", - "max": "104.302", - "min": "102.832", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "118.338", - "max": "118.52", - "min": "118.195", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "68.339", - "max": "71.275", - "min": "66.322", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "180.843", - "max": "182.313", - "min": "179.916", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "122.255", - "max": "123.534", - "min": "121", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "63.578", - "max": "63.909", - "min": "63.372", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "115.115", - "max": "116.433", - "min": "114.83", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "39.103", - "max": "44.496", - "min": "38.631", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "226.324", - "max": "226.85", - "min": "225.979", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "201.766", - "max": "201.766", - "min": "201.766", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "24.013", - "max": "24.137", - "min": "23.904", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "13.792", - "max": "14.218", - "min": "13.643", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "120.555", - "max": "121.58", - "min": "120.333", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "42.769", - "max": "54.493", - "min": "33.319", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.403", - "max": "29.244", - "min": "26.892", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "117.408", - "max": "118.778", - "min": "117.208", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "92.827", - "max": "93.08", - "min": "92.557", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "109.64", - "max": "109.72", - "min": "109.533", - "id": "234", - "country": "Switzerland", - "source_name": "Bern", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "236": { - "name": "Basel", - "data": { - "0": { - "avg": "235.619", - "max": "235.896", - "min": "235.451", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "244.952", - "max": "245.401", - "min": "244.725", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "121.841", - "max": "126.755", - "min": "121.501", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "15.138", - "max": "18.3", - "min": "14.818", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "23.006", - "max": "23.442", - "min": "22.783", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "230.23", - "max": "230.574", - "min": "230.094", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "66.478", - "max": "66.687", - "min": "66.381", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "258.808", - "max": "268.483", - "min": "257.866", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "53.951", - "max": "54.115", - "min": "53.835", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "41.091", - "max": "45.374", - "min": "40.742", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "29.793", - "max": "30.189", - "min": "29.538", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "138.172", - "max": "161.248", - "min": "137.219", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "95.516", - "max": "95.63", - "min": "95.411", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "109.006", - "max": "109.939", - "min": "108.811", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "132.994", - "max": "133.379", - "min": "132.858", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "91.664", - "max": "92.286", - "min": "91.013", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "32.353", - "max": "32.614", - "min": "32.117", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "115.534", - "max": "115.857", - "min": "115.362", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "36.34", - "max": "36.604", - "min": "36.137", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "14.364", - "max": "14.606", - "min": "14.225", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "251.676", - "max": "251.843", - "min": "251.604", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "117.878", - "max": "118.091", - "min": "117.721", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "165.888", - "max": "166.769", - "min": "165.675", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "171.536", - "max": "187.056", - "min": "170.427", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "32.71", - "max": "33.11", - "min": "32.514", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.125", - "max": "27.407", - "min": "27.024", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "6.175", - "max": "6.603", - "min": "6.007", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "24.249", - "max": "24.699", - "min": "24.07", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "26.345", - "max": "26.649", - "min": "26.222", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "151.995", - "max": "153.568", - "min": "151.724", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "160.633", - "max": "160.887", - "min": "160.508", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "31.489", - "max": "31.917", - "min": "31.295", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "146.384", - "max": "146.563", - "min": "146.213", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "53.682", - "max": "54.068", - "min": "53.545", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "3.803", - "max": "4.484", - "min": "3.492", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "167.507", - "max": "169.105", - "min": "167.152", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "168.06", - "max": "168.279", - "min": "167.943", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "142.787", - "max": "143.293", - "min": "142.681", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "119.238", - "max": "120.073", - "min": "119.045", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "95.134", - "max": "95.836", - "min": "94.885", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "166.745", - "max": "170.757", - "min": "166.345", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "27.842", - "max": "33.236", - "min": "27.389", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.257", - "max": "47.657", - "min": "47.103", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "37.011", - "max": "40.469", - "min": "36.735", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "147.539", - "max": "148.066", - "min": "147.379", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "22.152", - "max": "22.687", - "min": "21.628", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "44.959", - "max": "45.345", - "min": "44.835", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "174.97", - "max": "177.915", - "min": "174.726", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "252.862", - "max": "253.389", - "min": "252.692", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "121.886", - "max": "122.059", - "min": "121.786", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "99.695", - "max": "99.897", - "min": "99.557", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.503", - "max": "165.87", - "min": "165.283", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "55.055", - "max": "68.262", - "min": "42.245", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "126.212", - "max": "126.398", - "min": "126.065", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "135.259", - "max": "155.971", - "min": "131.351", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "352.009", - "max": "352.671", - "min": "351.737", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "34.724", - "max": "35.754", - "min": "33.934", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "317.095", - "max": "317.661", - "min": "316.962", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "55.26", - "max": "57.219", - "min": "54.992", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "20.618", - "max": "20.927", - "min": "20.457", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "59.708", - "max": "60.871", - "min": "59.335", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "71.099", - "max": "122.828", - "min": "65.486", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "175.183", - "max": "206.074", - "min": "172.395", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "267.925", - "max": "269.295", - "min": "267.698", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "52.331", - "max": "52.56", - "min": "52.157", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "41.973", - "max": "42.356", - "min": "41.83", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "97.744", - "max": "97.913", - "min": "97.642", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "52.804", - "max": "53.363", - "min": "52.468", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "226.976", - "max": "228.968", - "min": "226.328", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "140.082", - "max": "140.349", - "min": "139.936", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "334.422", - "max": "335.875", - "min": "334.225", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "164.739", - "max": "165.462", - "min": "164.442", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "172.354", - "max": "172.703", - "min": "172.187", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "119.852", - "max": "120.295", - "min": "119.745", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "69.553", - "max": "70.538", - "min": "69.342", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "26.935", - "max": "27.115", - "min": "26.797", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "109.489", - "max": "109.631", - "min": "109.337", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "158.06", - "max": "158.463", - "min": "157.9", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "116.79", - "max": "122.206", - "min": "116.425", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "111.613", - "max": "111.863", - "min": "111.428", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "149.785", - "max": "150.442", - "min": "149.5", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "108.349", - "max": "108.861", - "min": "108.1", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "248.395", - "max": "248.806", - "min": "248.19", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "159.974", - "max": "160.165", - "min": "159.743", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "154.47", - "max": "154.652", - "min": "154.332", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "76.267", - "max": "77.314", - "min": "75.956", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "36.173", - "max": "42.601", - "min": "35.64", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "126.496", - "max": "127.163", - "min": "126.37", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "122.9", - "max": "123.172", - "min": "122.758", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "33.899", - "max": "35.683", - "min": "33.629", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "123.338", - "max": "126.31", - "min": "122.57", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "167.1", - "max": "167.798", - "min": "166.932", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "30.57", - "max": "30.922", - "min": "30.481", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "299.688", - "max": "299.91", - "min": "299.478", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "108.948", - "max": "109.257", - "min": "108.783", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "125.939", - "max": "126.13", - "min": "125.828", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "180.986", - "max": "181.31", - "min": "180.728", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "150.435", - "max": "155.779", - "min": "149.304", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "163.78", - "max": "164.166", - "min": "163.661", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "118.549", - "max": "120.414", - "min": "118.272", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "120.716", - "max": "120.899", - "min": "120.639", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.673", - "max": "182.993", - "min": "182.545", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "40.306", - "max": "48.208", - "min": "39.885", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "326.193", - "max": "327.496", - "min": "325.576", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "117.956", - "max": "118.352", - "min": "117.74", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "374.801", - "max": "384.381", - "min": "346.103", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "199.618", - "max": "200.004", - "min": "199.504", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "99.41", - "max": "99.706", - "min": "99.163", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "125.583", - "max": "125.837", - "min": "125.473", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "163.804", - "max": "164.597", - "min": "162.743", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "256.928", - "max": "257.334", - "min": "256.809", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "276.094", - "max": "276.883", - "min": "275.851", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "100.015", - "max": "100.184", - "min": "99.89", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "125.006", - "max": "139.51", - "min": "124.249", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.736", - "max": "508.54", - "min": "198.738", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "162.287", - "max": "289.487", - "min": "75.911", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "189.663", - "max": "209.796", - "min": "187.832", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "219.914", - "max": "220.989", - "min": "219.704", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "134.531", - "max": "134.763", - "min": "134.326", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "130.924", - "max": "131.813", - "min": "130.641", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "128.604", - "max": "128.919", - "min": "128.353", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "199.694", - "max": "350.116", - "min": "117.364", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "226.805", - "max": "227.06", - "min": "226.661", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "50.776", - "max": "213.491", - "min": "44.557", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "45.104", - "max": "45.294", - "min": "45.018", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "27.5", - "max": "28.212", - "min": "27.042", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "97.822", - "max": "99.192", - "min": "97.352", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "234.308", - "max": "234.825", - "min": "234.057", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.771", - "max": "127.26", - "min": "126.6", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "199.778", - "max": "200.041", - "min": "199.674", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "115.892", - "max": "116.543", - "min": "115.705", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "112.775", - "max": "113.09", - "min": "112.57", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "113.74", - "max": "114.006", - "min": "113.517", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "303.593", - "max": "304.876", - "min": "302.948", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "138.897", - "max": "139.196", - "min": "138.784", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "90.253", - "max": "90.446", - "min": "90.137", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "143.592", - "max": "149.958", - "min": "142.811", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "127.244", - "max": "127.384", - "min": "127.075", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "126.585", - "max": "126.81", - "min": "126.348", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "93.031", - "max": "93.198", - "min": "92.863", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "15.089", - "max": "15.521", - "min": "14.958", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "184.902", - "max": "189.014", - "min": "184.283", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "47.947", - "max": "48.323", - "min": "47.819", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "24.82", - "max": "25.394", - "min": "24.654", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "194.544", - "max": "197.06", - "min": "194.22", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "19.901", - "max": "20.467", - "min": "19.6", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "33.221", - "max": "42.095", - "min": "32.599", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "138.821", - "max": "139.271", - "min": "138.679", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "24.512", - "max": "24.727", - "min": "24.379", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "25.805", - "max": "26.031", - "min": "25.709", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "15.122", - "max": "30.47", - "min": "13.35", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "226.908", - "max": "227.503", - "min": "226.723", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.47", - "max": "39.387", - "min": "37.223", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "8.75", - "max": "10.677", - "min": "7.997", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "113.585", - "max": "113.918", - "min": "113.427", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "151.531", - "max": "151.865", - "min": "151.117", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "41.68", - "max": "42.745", - "min": "41.364", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "276.99", - "max": "322.987", - "min": "269.953", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "131.086", - "max": "131.381", - "min": "130.866", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "263.848", - "max": "329.808", - "min": "258.678", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "139.468", - "max": "139.659", - "min": "139.293", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "186.65", - "max": "186.793", - "min": "186.524", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "37.641", - "max": "38.454", - "min": "37.262", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "88.537", - "max": "89.254", - "min": "88.318", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "109.59", - "max": "109.858", - "min": "109.371", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "193.807", - "max": "193.917", - "min": "193.69", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "90.452", - "max": "90.711", - "min": "90.274", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "150.4", - "max": "150.779", - "min": "150.235", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "240.161", - "max": "245.177", - "min": "239.29", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "96.882", - "max": "97.267", - "min": "96.671", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "116.136", - "max": "116.285", - "min": "116.037", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "29.753", - "max": "31.862", - "min": "29.288", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "279.82", - "max": "280.273", - "min": "279.694", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "34.401", - "max": "35.479", - "min": "34.239", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "7.455", - "max": "7.809", - "min": "7.245", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "16.174", - "max": "25.854", - "min": "15.62", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "12.525", - "max": "12.912", - "min": "12.433", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "31.934", - "max": "32.81", - "min": "31.652", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "66.187", - "max": "66.605", - "min": "65.987", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "36.461", - "max": "36.941", - "min": "36.329", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "63.902", - "max": "64.808", - "min": "63.75", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "64.519", - "max": "64.789", - "min": "64.379", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "17.47", - "max": "18.556", - "min": "17.273", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "27.463", - "max": "28.037", - "min": "27.318", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "15.237", - "max": "15.383", - "min": "15.099", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "19.161", - "max": "19.39", - "min": "18.999", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.781", - "max": "56.155", - "min": "55.629", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "14.136", - "max": "42.436", - "min": "11.555", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "32.127", - "max": "45.158", - "min": "17.314", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "20.234", - "max": "20.512", - "min": "20.043", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "59.913", - "max": "60.112", - "min": "59.748", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "40.011", - "max": "54.237", - "min": "39.133", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "33.771", - "max": "34.443", - "min": "33.171", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "17.137", - "max": "17.847", - "min": "16.786", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "285.178", - "max": "285.52", - "min": "285.016", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "21.746", - "max": "22.169", - "min": "21.578", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "57.488", - "max": "57.714", - "min": "57.274", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "25.952", - "max": "26.133", - "min": "25.829", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "176.957", - "max": "183.156", - "min": "175.084", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "45.193", - "max": "45.53", - "min": "45.067", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "20.903", - "max": "35.129", - "min": "19.979", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "21.42", - "max": "22.46", - "min": "21.258", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "14.611", - "max": "14.93", - "min": "14.336", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "268.587", - "max": "272.294", - "min": "268.199", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "112.505", - "max": "113.762", - "min": "112.082", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "214.553", - "max": "215.821", - "min": "207.621", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "145.013", - "max": "145.479", - "min": "144.884", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "20.824", - "max": "21.198", - "min": "20.612", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "146.998", - "max": "148.299", - "min": "146.731", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.539", - "max": "179.844", - "min": "179.287", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "46.871", - "max": "47.18", - "min": "46.661", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "49.313", - "max": "50.04", - "min": "49.155", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "30.716", - "max": "32.454", - "min": "30.343", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "18.368", - "max": "19.246", - "min": "18.118", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "119.024", - "max": "119.455", - "min": "118.884", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "123.297", - "max": "123.489", - "min": "123.216", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "269.282", - "max": "345.746", - "min": "264.162", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "96.817", - "max": "97.051", - "min": "96.692", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "6.519", - "max": "6.878", - "min": "6.384", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "95.89", - "max": "96.046", - "min": "95.77", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "0.026", - "max": "0.056", - "min": "0.018", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "231.292", - "max": "231.873", - "min": "231.156", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "132.366", - "max": "136.373", - "min": "130.318", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "26.118", - "max": "26.586", - "min": "25.915", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "33.923", - "max": "35.23", - "min": "32.874", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "163.803", - "max": "195.228", - "min": "161.276", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "116.845", - "max": "117.703", - "min": "116.382", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "236.854", - "max": "237.097", - "min": "236.657", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "75.882", - "max": "76.533", - "min": "75.717", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "42.925", - "max": "43.263", - "min": "42.82", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "20.423", - "max": "20.91", - "min": "20.303", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "54.93", - "max": "55.31", - "min": "54.781", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "102.81", - "max": "107.727", - "min": "102.294", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "105.225", - "max": "105.517", - "min": "105.094", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "65.092", - "max": "67.302", - "min": "63.812", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "180.703", - "max": "181.485", - "min": "180.269", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "106.21", - "max": "107.321", - "min": "105.103", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "64.798", - "max": "65.764", - "min": "64.561", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "114.64", - "max": "114.947", - "min": "114.397", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "33.971", - "max": "34.967", - "min": "33.637", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "187.127", - "max": "187.627", - "min": "186.939", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "201.255", - "max": "201.255", - "min": "201.255", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "28.318", - "max": "31.43", - "min": "28.126", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "26.685", - "max": "26.884", - "min": "26.55", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "122.354", - "max": "125.354", - "min": "122.051", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "38.988", - "max": "48.817", - "min": "31.814", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "62.709", - "max": "62.874", - "min": "62.52", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "179.872", - "max": "180.897", - "min": "179.531", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "97.656", - "max": "99.667", - "min": "97.314", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "114.185", - "max": "121.722", - "min": "113.811", - "id": "236", - "country": "Switzerland", - "source_name": "Basel", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "240": { - "name": "Lyon", - "data": { - "0": { - "avg": "199.827", - "max": "200.433", - "min": "199.309", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "244.648", - "max": "246.115", - "min": "244.332", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.505", - "max": "111.751", - "min": "111.312", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "37.162", - "max": "42.621", - "min": "36.489", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.366", - "max": "15.838", - "min": "15.156", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "292.589", - "max": "293.096", - "min": "292.333", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.824", - "max": "24.973", - "min": "24.637", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "278.4", - "max": "284.389", - "min": "277.522", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "67.837", - "max": "68.302", - "min": "67.677", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "45.246", - "max": "45.967", - "min": "45.048", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "21.528", - "max": "22.021", - "min": "21.212", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "126.667", - "max": "126.878", - "min": "126.484", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "91.811", - "max": "92.404", - "min": "91.541", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "94.425", - "max": "95.361", - "min": "94.103", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "125.924", - "max": "132.199", - "min": "125.525", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.034", - "max": "95.444", - "min": "94.648", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "31.886", - "max": "32.195", - "min": "31.67", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "107.054", - "max": "107.45", - "min": "106.841", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "31.738", - "max": "31.996", - "min": "31.437", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "34.091", - "max": "34.252", - "min": "33.901", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "285.857", - "max": "286.123", - "min": "285.648", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "110.976", - "max": "111.282", - "min": "110.806", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "167.497", - "max": "168.191", - "min": "167.243", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "163.926", - "max": "164.405", - "min": "163.606", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "46.359", - "max": "47.113", - "min": "46.009", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "36.217", - "max": "36.496", - "min": "35.985", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "30.562", - "max": "31.795", - "min": "30.195", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "34.928", - "max": "35.121", - "min": "34.731", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "23.294", - "max": "23.572", - "min": "23.143", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "148.089", - "max": "148.352", - "min": "147.875", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "181.23", - "max": "181.43", - "min": "181.028", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "48.685", - "max": "48.961", - "min": "48.489", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "152.428", - "max": "159.687", - "min": "151.958", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "56.115", - "max": "56.407", - "min": "55.921", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "31.962", - "max": "37.94", - "min": "31.476", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "264.668", - "max": "266.424", - "min": "264.231", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.653", - "max": "159.011", - "min": "158.465", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "175.82", - "max": "176.097", - "min": "175.505", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "125.3", - "max": "128.849", - "min": "124.932", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "99.81", - "max": "101.49", - "min": "99.414", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "164.533", - "max": "168.701", - "min": "163.774", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "31.809", - "max": "33.538", - "min": "31.409", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "61.304", - "max": "61.552", - "min": "61.111", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "47.701", - "max": "50.06", - "min": "47.406", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "141.666", - "max": "141.945", - "min": "141.468", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "48.098", - "max": "48.826", - "min": "47.675", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "65.658", - "max": "65.919", - "min": "65.474", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "168.51", - "max": "169.386", - "min": "168.226", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "233.441", - "max": "234.607", - "min": "231.849", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "133.496", - "max": "133.673", - "min": "133.249", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "97.613", - "max": "97.856", - "min": "97.388", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "172.782", - "max": "173.047", - "min": "172.549", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "29.695", - "max": "118.843", - "min": "17.605", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "114.601", - "max": "114.842", - "min": "114.375", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "160.091", - "max": "167.098", - "min": "156.788", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "287.711", - "max": "288.45", - "min": "287.452", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.437", - "max": "42.398", - "min": "37.747", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "325.901", - "max": "326.46", - "min": "325.683", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "65.129", - "max": "66.643", - "min": "64.675", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "31.57", - "max": "31.795", - "min": "31.337", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "72.784", - "max": "73.836", - "min": "72.354", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "67.632", - "max": "125.541", - "min": "61.456", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "186.49", - "max": "207.354", - "min": "184.596", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "227.258", - "max": "227.483", - "min": "227.051", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "62.78", - "max": "63.06", - "min": "62.617", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "56.247", - "max": "56.542", - "min": "56.046", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "93.821", - "max": "94.381", - "min": "93.51", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "59.747", - "max": "62.547", - "min": "59.069", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "221.61", - "max": "223.251", - "min": "220.852", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "141.537", - "max": "141.995", - "min": "141.279", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "284.043", - "max": "284.986", - "min": "283.724", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "164.457", - "max": "164.866", - "min": "164.119", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "170.097", - "max": "170.73", - "min": "169.693", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "113.23", - "max": "113.428", - "min": "113.059", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "66.857", - "max": "67.57", - "min": "66.471", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "27.362", - "max": "28.285", - "min": "27.132", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "108.08", - "max": "108.502", - "min": "107.858", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "157.12", - "max": "157.452", - "min": "156.943", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "113.491", - "max": "114.35", - "min": "113.103", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "106.526", - "max": "107.159", - "min": "106.242", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "145.292", - "max": "145.838", - "min": "144.991", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "104.69", - "max": "105.538", - "min": "104.283", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "205.891", - "max": "207.547", - "min": "204.956", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "153.987", - "max": "154.579", - "min": "153.776", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "135.865", - "max": "136.081", - "min": "135.672", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "76.812", - "max": "77.575", - "min": "76.251", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "31.231", - "max": "32.4", - "min": "30.937", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "121.554", - "max": "122.388", - "min": "121.343", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "109.588", - "max": "109.961", - "min": "109.444", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "27.709", - "max": "29.229", - "min": "27.37", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "122.384", - "max": "128.941", - "min": "121.475", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "152.623", - "max": "153.135", - "min": "152.152", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "39.516", - "max": "39.828", - "min": "39.329", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "278.186", - "max": "285.193", - "min": "277.759", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "106.421", - "max": "106.705", - "min": "106.241", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "127.919", - "max": "142.507", - "min": "126.563", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "163.087", - "max": "163.331", - "min": "162.879", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "146.8", - "max": "151.163", - "min": "145.961", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "155.11", - "max": "156.089", - "min": "154.841", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "110.133", - "max": "112.497", - "min": "109.71", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "116.561", - "max": "116.748", - "min": "116.359", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "169.473", - "max": "169.721", - "min": "169.245", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "69.262", - "max": "69.541", - "min": "69.092", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "315.41", - "max": "321.82", - "min": "314.678", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "114.25", - "max": "115.008", - "min": "113.998", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "379.521", - "max": "396.172", - "min": "339.347", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "184.324", - "max": "187.163", - "min": "183.912", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "93.205", - "max": "93.482", - "min": "92.978", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "106.892", - "max": "107.355", - "min": "106.721", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "151.06", - "max": "153.342", - "min": "150.831", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "258.495", - "max": "258.786", - "min": "258.274", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "279.457", - "max": "279.764", - "min": "279.207", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "94.582", - "max": "94.881", - "min": "94.3", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "141.016", - "max": "142.422", - "min": "140.563", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "394.268", - "max": "502.407", - "min": "231.119", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "160.2", - "max": "237.084", - "min": "91.494", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "185.104", - "max": "195.488", - "min": "184.334", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "243.96", - "max": "247.434", - "min": "243.557", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "129.022", - "max": "129.993", - "min": "128.697", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "121.359", - "max": "122.222", - "min": "121.074", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "124.904", - "max": "125.139", - "min": "124.622", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "188.901", - "max": "337.838", - "min": "112.188", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "210.325", - "max": "211.339", - "min": "209.739", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "65.449", - "max": "200.867", - "min": "60.3", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "49.745", - "max": "50.05", - "min": "49.593", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "49.9", - "max": "52.711", - "min": "49.204", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "93.358", - "max": "93.972", - "min": "92.996", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "164.746", - "max": "165.115", - "min": "164.564", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "133.024", - "max": "137.564", - "min": "132.625", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "192.99", - "max": "194.648", - "min": "192.702", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "122.498", - "max": "122.824", - "min": "122.273", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "108.04", - "max": "108.529", - "min": "107.743", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "110.749", - "max": "111.015", - "min": "110.407", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "313.181", - "max": "314.697", - "min": "312.379", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "139.633", - "max": "140.317", - "min": "139.46", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "93.825", - "max": "98.644", - "min": "93.304", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "145.979", - "max": "158.218", - "min": "143.926", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "123.494", - "max": "123.784", - "min": "123.318", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "122.242", - "max": "124.714", - "min": "121.973", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "99.49", - "max": "99.652", - "min": "99.325", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "36.721", - "max": "36.883", - "min": "36.509", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "187.613", - "max": "191.719", - "min": "187.162", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "48.107", - "max": "49.143", - "min": "47.853", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "35.352", - "max": "35.599", - "min": "35.082", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "190.762", - "max": "192.345", - "min": "190.352", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "30.676", - "max": "31.476", - "min": "30.213", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "55.862", - "max": "59.801", - "min": "55.307", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "252.313", - "max": "253.275", - "min": "252.081", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "23.341", - "max": "23.527", - "min": "23.165", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "24.805", - "max": "24.996", - "min": "24.648", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "27.914", - "max": "45.292", - "min": "26.195", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.822", - "max": "267.441", - "min": "266.563", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "50.418", - "max": "53.225", - "min": "49.987", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "25.042", - "max": "59.331", - "min": "23.62", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "102.305", - "max": "102.845", - "min": "101.828", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "150.245", - "max": "150.784", - "min": "150.03", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "55.73", - "max": "57.814", - "min": "55.349", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "259.577", - "max": "301.487", - "min": "253.286", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "128.688", - "max": "128.96", - "min": "128.434", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "250.433", - "max": "360.294", - "min": "244.541", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "129.687", - "max": "129.869", - "min": "129.443", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "209.028", - "max": "209.219", - "min": "208.832", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "47.261", - "max": "47.496", - "min": "47.086", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "84.868", - "max": "86.344", - "min": "84.631", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "126.554", - "max": "127.429", - "min": "126.336", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "188.24", - "max": "188.417", - "min": "188.087", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "107.455", - "max": "108.914", - "min": "107.111", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "151.4", - "max": "153.121", - "min": "151.141", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "306.94", - "max": "316.625", - "min": "290.24", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "93.625", - "max": "93.953", - "min": "93.399", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "113.917", - "max": "114.098", - "min": "113.724", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "20.254", - "max": "22.216", - "min": "19.877", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "316.052", - "max": "347.659", - "min": "295.992", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "31.761", - "max": "31.958", - "min": "31.607", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "29.062", - "max": "29.487", - "min": "28.894", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "37.719", - "max": "39.418", - "min": "37.423", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "27.042", - "max": "27.2", - "min": "26.859", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "27.067", - "max": "27.438", - "min": "26.821", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "74.061", - "max": "74.908", - "min": "73.791", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "46.668", - "max": "46.895", - "min": "46.478", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "84.287", - "max": "86.315", - "min": "83.968", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "47.69", - "max": "47.931", - "min": "47.468", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "29.107", - "max": "30.281", - "min": "28.789", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "29.551", - "max": "29.96", - "min": "29.348", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "22.056", - "max": "22.331", - "min": "21.876", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "39.543", - "max": "40.205", - "min": "39.334", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "85.446", - "max": "86.238", - "min": "85.246", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "35.35", - "max": "41.812", - "min": "34.113", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "55.904", - "max": "89.272", - "min": "33.559", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "21.94", - "max": "22.175", - "min": "21.784", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "85.749", - "max": "86", - "min": "85.513", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "66.396", - "max": "66.926", - "min": "66.017", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "55.094", - "max": "55.731", - "min": "54.673", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "26.737", - "max": "27.06", - "min": "26.366", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.762", - "max": "272.019", - "min": "271.527", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "29.497", - "max": "29.807", - "min": "29.318", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "42.602", - "max": "42.823", - "min": "42.433", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "42.542", - "max": "42.806", - "min": "42.4", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "173.266", - "max": "181.06", - "min": "172.206", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "66.977", - "max": "67.521", - "min": "66.784", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "27.243", - "max": "49.388", - "min": "25.929", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "38.374", - "max": "39.417", - "min": "38.127", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.007", - "max": "24.225", - "min": "23.814", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "327.066", - "max": "334.202", - "min": "326.026", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "96.897", - "max": "99.517", - "min": "96.019", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "234.98", - "max": "239.455", - "min": "230.519", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "156.102", - "max": "156.311", - "min": "155.903", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "22.169", - "max": "22.521", - "min": "21.992", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "145.943", - "max": "146.781", - "min": "145.567", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "175.348", - "max": "176.215", - "min": "174.954", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "42.982", - "max": "44.106", - "min": "42.697", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "79.315", - "max": "80.208", - "min": "79.101", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "25.947", - "max": "27.274", - "min": "25.464", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "32.211", - "max": "33.724", - "min": "31.889", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "112.429", - "max": "124.353", - "min": "111.886", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "116.411", - "max": "116.878", - "min": "116.104", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "239.679", - "max": "337.377", - "min": "236.028", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "97.063", - "max": "97.784", - "min": "96.679", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "28.717", - "max": "29.035", - "min": "28.522", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "100.777", - "max": "100.988", - "min": "100.539", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "26.193", - "max": "26.378", - "min": "26.007", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "237.373", - "max": "562.43", - "min": "225.646", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "137.088", - "max": "140.204", - "min": "134.281", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "0.154", - "max": "0.242", - "min": "0.071", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "57.337", - "max": "59.2", - "min": "56.468", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "167.679", - "max": "170.439", - "min": "166.16", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "256.563", - "max": "256.996", - "min": "256.229", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "266.378", - "max": "267.082", - "min": "266.161", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "113.095", - "max": "113.398", - "min": "112.729", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "56.069", - "max": "56.318", - "min": "55.889", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "25.551", - "max": "25.786", - "min": "25.387", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "46.115", - "max": "46.333", - "min": "45.949", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "102.972", - "max": "104.464", - "min": "102.666", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "107.332", - "max": "107.572", - "min": "107.163", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "66.688", - "max": "75.819", - "min": "64.475", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "184.437", - "max": "186.94", - "min": "183.812", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "103.997", - "max": "105.768", - "min": "102.881", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "80.61", - "max": "81.035", - "min": "80.405", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "112.22", - "max": "112.477", - "min": "112.032", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "32.794", - "max": "37.41", - "min": "32.238", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "195.177", - "max": "196.152", - "min": "193.021", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "190.413", - "max": "190.413", - "min": "190.413", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "25.702", - "max": "25.947", - "min": "25.505", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "28.667", - "max": "29.182", - "min": "28.52", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "119.474", - "max": "119.754", - "min": "119.256", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "39.399", - "max": "53.433", - "min": "30.945", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "44.932", - "max": "45.07", - "min": "44.739", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "116.672", - "max": "117.873", - "min": "116.407", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "97.87", - "max": "99.013", - "min": "97.511", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "116.275", - "max": "116.567", - "min": "116.1", - "id": "240", - "country": "France", - "source_name": "Lyon", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "246": { - "name": "Valletta", - "data": { - "0": { - "avg": "199.125", - "max": "199.246", - "min": "198.993", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "298.578", - "max": "298.993", - "min": "298.354", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "132.866", - "max": "133.04", - "min": "132.77", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "46.788", - "max": "53.238", - "min": "46.128", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "43.266", - "max": "43.476", - "min": "43.127", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "274.516", - "max": "275.069", - "min": "274.38", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "40.673", - "max": "40.887", - "min": "40.592", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "304.61", - "max": "309.449", - "min": "303.808", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "79.238", - "max": "79.441", - "min": "79.13", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "62.91", - "max": "66.064", - "min": "62.454", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "45.573", - "max": "46.566", - "min": "45.317", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "155.707", - "max": "174.627", - "min": "154.935", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "114.672", - "max": "114.862", - "min": "114.581", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "118.9", - "max": "119.317", - "min": "118.788", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "144.468", - "max": "144.828", - "min": "144.372", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "120.094", - "max": "120.196", - "min": "119.893", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "46.587", - "max": "46.848", - "min": "46.406", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "130.498", - "max": "130.608", - "min": "130.408", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "58.844", - "max": "59.026", - "min": "58.695", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "45.048", - "max": "45.106", - "min": "44.968", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "315.644", - "max": "315.752", - "min": "315.595", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "140.612", - "max": "140.694", - "min": "140.531", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "177.394", - "max": "178.099", - "min": "177.267", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "191.63", - "max": "192.337", - "min": "191.477", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "61.644", - "max": "62.472", - "min": "61.51", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "47.168", - "max": "47.274", - "min": "47.111", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "45.806", - "max": "47.948", - "min": "45.574", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "50.255", - "max": "59.037", - "min": "49.782", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "33.419", - "max": "33.52", - "min": "33.367", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "177.535", - "max": "178.113", - "min": "177.375", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "283.867", - "max": "283.943", - "min": "283.811", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "56.415", - "max": "56.669", - "min": "56.331", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "174.03", - "max": "174.174", - "min": "173.931", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "67.922", - "max": "68.467", - "min": "67.824", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "47.8", - "max": "48.484", - "min": "47.606", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "201.521", - "max": "201.79", - "min": "201.444", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "180.706", - "max": "180.847", - "min": "180.665", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "179.679", - "max": "179.851", - "min": "179.527", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "144.513", - "max": "144.662", - "min": "144.425", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "124.631", - "max": "126.662", - "min": "124.386", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "189.831", - "max": "198.303", - "min": "189.245", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "48.056", - "max": "49.279", - "min": "47.816", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "78.283", - "max": "101.836", - "min": "77.005", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "58.851", - "max": "59.565", - "min": "58.753", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "164.091", - "max": "164.41", - "min": "163.989", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "52.566", - "max": "53.186", - "min": "52.191", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "75.737", - "max": "76.03", - "min": "75.609", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "198.377", - "max": "198.528", - "min": "198.261", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "257.869", - "max": "258.859", - "min": "257.7", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "149.494", - "max": "149.537", - "min": "149.45", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "120.44", - "max": "120.504", - "min": "120.386", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "189.261", - "max": "189.66", - "min": "188.953", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "71.422", - "max": "137.637", - "min": "45.751", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "149.941", - "max": "150.138", - "min": "149.859", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "398.813", - "max": "406.579", - "min": "395.817", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "379.858", - "max": "380.622", - "min": "379.65", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "69.564", - "max": "80.08", - "min": "65.881", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "324.344", - "max": "324.436", - "min": "324.28", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "55.41", - "max": "56.616", - "min": "55.233", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "46.297", - "max": "46.399", - "min": "46.198", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "86.646", - "max": "87.325", - "min": "86.187", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "92.229", - "max": "117.443", - "min": "90.896", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "302.248", - "max": "399.933", - "min": "294.401", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "300.546", - "max": "300.672", - "min": "300.476", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "71.16", - "max": "71.283", - "min": "71.054", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "70.574", - "max": "71.31", - "min": "70.427", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "116.305", - "max": "116.459", - "min": "116.206", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "64.468", - "max": "64.794", - "min": "64.08", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "249.763", - "max": "251.347", - "min": "248.891", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "155.353", - "max": "156.155", - "min": "155.231", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "268.517", - "max": "269.351", - "min": "268.307", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "179.382", - "max": "179.825", - "min": "179.196", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "191.227", - "max": "193.347", - "min": "190.913", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "137.716", - "max": "137.791", - "min": "137.661", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "87.077", - "max": "87.462", - "min": "86.873", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "51.171", - "max": "51.333", - "min": "51.048", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "134.615", - "max": "134.811", - "min": "134.495", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "192.453", - "max": "192.535", - "min": "192.362", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "137.445", - "max": "142.918", - "min": "137.016", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "130.441", - "max": "130.529", - "min": "130.374", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "189.678", - "max": "189.794", - "min": "189.571", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "130.235", - "max": "130.789", - "min": "130.018", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "279.747", - "max": "289.805", - "min": "270.031", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "182.502", - "max": "184.379", - "min": "182.231", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "179.495", - "max": "179.558", - "min": "179.419", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "96.201", - "max": "97.116", - "min": "95.844", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "57.048", - "max": "59.097", - "min": "56.75", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "140.58", - "max": "154.602", - "min": "139.993", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "161.558", - "max": "162.68", - "min": "161.407", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "51.697", - "max": "52.255", - "min": "51.609", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "148.612", - "max": "150.101", - "min": "148.198", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "185.804", - "max": "186.484", - "min": "185.58", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "51.849", - "max": "51.925", - "min": "51.799", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "294.661", - "max": "294.933", - "min": "294.528", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "122.546", - "max": "122.688", - "min": "122.472", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "158.156", - "max": "158.427", - "min": "158.05", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "189.418", - "max": "189.749", - "min": "189.187", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "172.236", - "max": "190.064", - "min": "171.374", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "183.542", - "max": "183.634", - "min": "183.448", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "138.775", - "max": "139.41", - "min": "138.57", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "145.646", - "max": "145.91", - "min": "145.584", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "195.791", - "max": "195.955", - "min": "195.674", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "80.035", - "max": "80.473", - "min": "79.908", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "344.92", - "max": "350.105", - "min": "343.868", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "145.238", - "max": "146.415", - "min": "145.021", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "222.369", - "max": "251.105", - "min": "221.017", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "122.381", - "max": "122.448", - "min": "122.266", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "133", - "max": "133.218", - "min": "132.892", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "184.379", - "max": "184.584", - "min": "184.313", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "335.108", - "max": "335.196", - "min": "335.031", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "310.998", - "max": "311.07", - "min": "310.912", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "125.23", - "max": "125.493", - "min": "125.158", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "155.532", - "max": "179.107", - "min": "154.215", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "410.136", - "max": "528.063", - "min": "251.661", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "156.134", - "max": "245.139", - "min": "91.028", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "191.646", - "max": "200.384", - "min": "190.854", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "245.558", - "max": "251.575", - "min": "245.059", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "153.381", - "max": "153.538", - "min": "153.211", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "146.973", - "max": "147.591", - "min": "146.674", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "162.162", - "max": "162.287", - "min": "162.099", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "208.676", - "max": "369.698", - "min": "138.758", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "227.348", - "max": "227.551", - "min": "227.253", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "73.978", - "max": "247.101", - "min": "67.377", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "67.664", - "max": "67.738", - "min": "67.613", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "60.78", - "max": "62.129", - "min": "60.422", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "115.555", - "max": "115.778", - "min": "115.38", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "157.229", - "max": "158.14", - "min": "157.044", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "170.901", - "max": "171.242", - "min": "170.765", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "203.859", - "max": "204.031", - "min": "203.747", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "141.31", - "max": "141.529", - "min": "141.179", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "144.387", - "max": "144.531", - "min": "144.252", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "149.659", - "max": "149.746", - "min": "149.607", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "312.989", - "max": "314.215", - "min": "312.404", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "160.207", - "max": "165.906", - "min": "159.871", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "116.189", - "max": "116.365", - "min": "116.079", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "170.038", - "max": "184.798", - "min": "168.648", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "158.995", - "max": "159.565", - "min": "158.898", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "155.148", - "max": "155.262", - "min": "155.093", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "117.392", - "max": "117.5", - "min": "117.269", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "46.512", - "max": "46.653", - "min": "46.388", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "215.141", - "max": "215.625", - "min": "214.786", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "65.776", - "max": "66.036", - "min": "65.684", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "50.492", - "max": "50.596", - "min": "50.358", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "230.493", - "max": "240.517", - "min": "230.017", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "37.298", - "max": "37.526", - "min": "36.987", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "67.417", - "max": "93.326", - "min": "66.12", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "283.604", - "max": "283.816", - "min": "283.533", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "48.319", - "max": "48.424", - "min": "48.278", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "51.387", - "max": "53.015", - "min": "51.273", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "38.098", - "max": "48.338", - "min": "36.62", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "302.633", - "max": "327.98", - "min": "301.671", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "58.61", - "max": "59.421", - "min": "58.448", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "52.497", - "max": "73.106", - "min": "50.869", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.88", - "max": "125.978", - "min": "125.806", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "201.253", - "max": "201.865", - "min": "201.135", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "70.956", - "max": "76.754", - "min": "70.585", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "333.387", - "max": "377.207", - "min": "324.156", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "160.558", - "max": "160.825", - "min": "160.45", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "280.157", - "max": "357.265", - "min": "271.511", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "151.17", - "max": "151.296", - "min": "151.079", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "411.995", - "max": "412.376", - "min": "411.64", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "66.224", - "max": "66.57", - "min": "66.109", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "115.871", - "max": "116.102", - "min": "115.79", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "138.228", - "max": "138.316", - "min": "138.149", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "196.567", - "max": "196.65", - "min": "196.51", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "119.131", - "max": "119.321", - "min": "119.043", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "171.944", - "max": "172.948", - "min": "171.636", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "273.642", - "max": "275.361", - "min": "273.429", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "119.714", - "max": "137.639", - "min": "118.747", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "139.998", - "max": "140.21", - "min": "139.938", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "36.159", - "max": "36.916", - "min": "36.028", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "167.813", - "max": "168.057", - "min": "167.746", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "57.568", - "max": "58.835", - "min": "57.443", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "42.194", - "max": "48.746", - "min": "41.743", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "41.439", - "max": "41.516", - "min": "41.383", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "25.154", - "max": "25.214", - "min": "25.11", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "52.059", - "max": "57.16", - "min": "51.676", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "90.788", - "max": "91.288", - "min": "90.659", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "76.798", - "max": "77.191", - "min": "76.715", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "94.717", - "max": "96.12", - "min": "94.556", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "76.397", - "max": "76.522", - "min": "76.3", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "41.294", - "max": "44.025", - "min": "41.023", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "44.391", - "max": "44.505", - "min": "44.339", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "40.925", - "max": "40.998", - "min": "40.867", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "50.349", - "max": "50.485", - "min": "50.213", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "80.203", - "max": "80.685", - "min": "80.015", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "42.78", - "max": "47.403", - "min": "41.888", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "69.042", - "max": "127.945", - "min": "43.875", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "57.716", - "max": "57.769", - "min": "57.667", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "77.403", - "max": "77.809", - "min": "77.237", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "62.318", - "max": "62.696", - "min": "62.189", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "58.559", - "max": "59.116", - "min": "58.149", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "43.238", - "max": "43.57", - "min": "42.945", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "288.718", - "max": "288.859", - "min": "288.613", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "40.141", - "max": "40.242", - "min": "40.069", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "44.45", - "max": "44.601", - "min": "44.341", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "56.034", - "max": "56.219", - "min": "55.965", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "197.959", - "max": "202.801", - "min": "197.329", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "76.414", - "max": "76.553", - "min": "76.308", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "42.929", - "max": "46.815", - "min": "42.591", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "41.75", - "max": "43.041", - "min": "41.5", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "40.443", - "max": "41.64", - "min": "40.306", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.912", - "max": "340.186", - "min": "339.752", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "122.945", - "max": "135.108", - "min": "121.724", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "252.722", - "max": "252.92", - "min": "250.729", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "274.206", - "max": "274.345", - "min": "274.076", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "45.18", - "max": "45.904", - "min": "45.092", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "161.761", - "max": "162.449", - "min": "161.611", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "201.86", - "max": "202.208", - "min": "201.604", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "51.853", - "max": "52.09", - "min": "51.718", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "84.797", - "max": "85.004", - "min": "84.623", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "50.461", - "max": "51.227", - "min": "50.237", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "42.611", - "max": "44.404", - "min": "42.269", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "141.205", - "max": "141.285", - "min": "141.143", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "141.356", - "max": "142.381", - "min": "141.266", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "216.942", - "max": "343.126", - "min": "207.794", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "199.328", - "max": "199.47", - "min": "199.249", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "50.96", - "max": "51.123", - "min": "50.874", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "119.016", - "max": "119.089", - "min": "118.951", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "42.841", - "max": "42.947", - "min": "42.761", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "238.988", - "max": "239.205", - "min": "238.874", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "156.428", - "max": "160.372", - "min": "153.954", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "55.915", - "max": "56.048", - "min": "55.753", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "70.332", - "max": "99.404", - "min": "68.632", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "183.614", - "max": "203.235", - "min": "181.896", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "267.369", - "max": "268.566", - "min": "267.001", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "339.696", - "max": "339.941", - "min": "339.587", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "114.187", - "max": "114.761", - "min": "113.957", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "0.031", - "max": "0.059", - "min": "0.021", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "45.264", - "max": "45.344", - "min": "45.226", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "66.351", - "max": "79.05", - "min": "64.809", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "125.377", - "max": "127.023", - "min": "125.116", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "127.001", - "max": "127.275", - "min": "126.874", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "83.529", - "max": "86.206", - "min": "81.621", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.527", - "max": "215.404", - "min": "196.481", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "126.373", - "max": "127.687", - "min": "125.302", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "93.932", - "max": "95.314", - "min": "93.787", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "146.156", - "max": "146.523", - "min": "146.019", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "62.439", - "max": "65.23", - "min": "62.08", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "225.845", - "max": "231.352", - "min": "214.641", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "224.358", - "max": "224.358", - "min": "224.358", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "50.294", - "max": "50.368", - "min": "50.246", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "39.291", - "max": "39.376", - "min": "39.241", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "147.192", - "max": "147.817", - "min": "146.978", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "65.965", - "max": "77.354", - "min": "57.451", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "51.974", - "max": "52.054", - "min": "51.886", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "198.112", - "max": "201.713", - "min": "197.515", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "114.54", - "max": "116.519", - "min": "114.235", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "140.818", - "max": "142.144", - "min": "140.695", - "id": "246", - "country": "Malta", - "source_name": "Valletta", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "247": { - "name": "Antwerp", - "data": { - "0": { - "avg": "235.402", - "max": "235.669", - "min": "235.243", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "278.839", - "max": "279.401", - "min": "278.618", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "97.878", - "max": "100.94", - "min": "97.666", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "27.996", - "max": "35.069", - "min": "27.516", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "11.584", - "max": "12.121", - "min": "11.387", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "222.337", - "max": "222.849", - "min": "222.209", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "11.622", - "max": "11.805", - "min": "11.536", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "274.35", - "max": "280.763", - "min": "273.672", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "52.093", - "max": "52.299", - "min": "51.993", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "26.343", - "max": "27.584", - "min": "25.993", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.932", - "max": "13.504", - "min": "10.651", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "125.51", - "max": "154.534", - "min": "124.045", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "84.274", - "max": "84.375", - "min": "84.188", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "85.495", - "max": "85.954", - "min": "85.314", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "109.651", - "max": "109.862", - "min": "109.576", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "98.137", - "max": "98.664", - "min": "97.945", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "31.077", - "max": "31.418", - "min": "30.86", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "95.225", - "max": "95.381", - "min": "95.132", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "24.642", - "max": "24.818", - "min": "24.476", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "24.667", - "max": "24.84", - "min": "24.614", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "298.114", - "max": "298.259", - "min": "298.052", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "98.456", - "max": "98.809", - "min": "98.355", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "141.082", - "max": "141.279", - "min": "140.974", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "142.581", - "max": "143.45", - "min": "142.404", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "48.529", - "max": "48.909", - "min": "48.377", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "18.854", - "max": "19.065", - "min": "18.794", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "28.309", - "max": "30.899", - "min": "27.983", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "28.946", - "max": "29.6", - "min": "28.778", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "11.161", - "max": "11.251", - "min": "11.086", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "147.041", - "max": "147.359", - "min": "146.909", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "173.683", - "max": "173.828", - "min": "173.6", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "33.549", - "max": "33.746", - "min": "33.482", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "142.898", - "max": "143.024", - "min": "142.827", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "42.074", - "max": "42.227", - "min": "42", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "16.879", - "max": "20.533", - "min": "16.512", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "170.762", - "max": "171.917", - "min": "170.555", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "139.752", - "max": "139.817", - "min": "139.728", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "148.163", - "max": "148.307", - "min": "148.073", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "117.662", - "max": "117.916", - "min": "117.552", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "91.146", - "max": "91.508", - "min": "90.908", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "154.808", - "max": "160.692", - "min": "154.132", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "17.021", - "max": "18.094", - "min": "16.755", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "47.273", - "max": "47.679", - "min": "47.158", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.061", - "max": "36.401", - "min": "35.983", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "141.457", - "max": "141.535", - "min": "141.408", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.215", - "max": "35.859", - "min": "34.785", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "32.01", - "max": "32.176", - "min": "31.907", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "174.708", - "max": "174.973", - "min": "174.518", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "242.564", - "max": "242.962", - "min": "242.399", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "124.561", - "max": "124.881", - "min": "124.49", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "94.623", - "max": "94.845", - "min": "94.43", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "154.214", - "max": "154.797", - "min": "153.901", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "33.024", - "max": "79.685", - "min": "3.764", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "124.802", - "max": "125.041", - "min": "124.696", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "149.278", - "max": "155.901", - "min": "146.26", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "261.879", - "max": "263.42", - "min": "261.697", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.678", - "max": "40.755", - "min": "38.129", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "313.885", - "max": "314.051", - "min": "313.798", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "29.302", - "max": "30.179", - "min": "29.041", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "14.078", - "max": "14.19", - "min": "13.971", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.266", - "max": "63.813", - "min": "62.891", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "67.287", - "max": "125.454", - "min": "61.214", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "207.075", - "max": "299.317", - "min": "199.122", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "295.914", - "max": "296.036", - "min": "295.825", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "46.013", - "max": "46.688", - "min": "45.883", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "42.052", - "max": "42.255", - "min": "41.962", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "81.556", - "max": "81.845", - "min": "81.389", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "57.151", - "max": "57.396", - "min": "56.782", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "212.514", - "max": "214.418", - "min": "211.737", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "114.574", - "max": "115.281", - "min": "114.469", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "189.524", - "max": "194.64", - "min": "189.122", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "139.883", - "max": "140.335", - "min": "139.676", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "157.142", - "max": "158.5", - "min": "156.951", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "109.784", - "max": "109.888", - "min": "109.716", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "50.98", - "max": "51.69", - "min": "50.666", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "16.388", - "max": "16.907", - "min": "16.238", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "103.236", - "max": "103.374", - "min": "103.093", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "145.93", - "max": "146.064", - "min": "145.748", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "96.525", - "max": "97.269", - "min": "96.315", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "104.4", - "max": "104.58", - "min": "104.29", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "144.661", - "max": "144.85", - "min": "144.509", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "93.137", - "max": "93.603", - "min": "92.886", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "224.039", - "max": "224.386", - "min": "223.743", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "145.229", - "max": "145.424", - "min": "145.086", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "128.507", - "max": "128.982", - "min": "128.443", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "71.935", - "max": "73.037", - "min": "71.555", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "19.623", - "max": "20.33", - "min": "19.4", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "111.15", - "max": "111.927", - "min": "111.047", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "101.929", - "max": "103.178", - "min": "101.726", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "15.148", - "max": "17.354", - "min": "14.883", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "114.017", - "max": "115.833", - "min": "113.352", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "149.189", - "max": "149.553", - "min": "148.968", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "27.244", - "max": "27.311", - "min": "27.2", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "301.054", - "max": "301.287", - "min": "300.91", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "92.405", - "max": "92.836", - "min": "92.207", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "117.639", - "max": "118.019", - "min": "117.479", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "164.344", - "max": "164.507", - "min": "164.111", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "133.711", - "max": "138.895", - "min": "133.051", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "147.239", - "max": "147.375", - "min": "147.114", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "101.336", - "max": "101.939", - "min": "101.242", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "112.446", - "max": "112.577", - "min": "112.369", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "147.044", - "max": "147.361", - "min": "146.865", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.482", - "max": "57.406", - "min": "52.095", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "308.396", - "max": "312.395", - "min": "307.584", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "111.025", - "max": "111.382", - "min": "110.87", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "321.633", - "max": "336.644", - "min": "280.11", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "168.372", - "max": "172.857", - "min": "168.043", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "84.078", - "max": "84.226", - "min": "83.949", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "105.284", - "max": "105.463", - "min": "105.154", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "124.217", - "max": "125.571", - "min": "124.015", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "249.944", - "max": "250.415", - "min": "249.833", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "273.276", - "max": "273.544", - "min": "273.084", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "80.012", - "max": "80.235", - "min": "79.938", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.686", - "max": "171.561", - "min": "152.755", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "362.391", - "max": "476.795", - "min": "186.754", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.133", - "max": "312.747", - "min": "75.988", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "168.871", - "max": "169.728", - "min": "168.607", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "227.755", - "max": "228.269", - "min": "227.623", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "124.047", - "max": "124.195", - "min": "123.943", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "116.983", - "max": "117.763", - "min": "116.624", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "123.613", - "max": "126.035", - "min": "123.349", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "183.593", - "max": "334.793", - "min": "103.175", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "203.575", - "max": "203.967", - "min": "203.438", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "46.83", - "max": "275.187", - "min": "36.052", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "53.974", - "max": "54.204", - "min": "53.904", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "24.997", - "max": "26.273", - "min": "24.642", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.301", - "max": "80.585", - "min": "80.192", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.643", - "max": "174.067", - "min": "173.414", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "119.35", - "max": "119.572", - "min": "119.215", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "169.981", - "max": "170.213", - "min": "169.852", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "104.598", - "max": "104.912", - "min": "104.487", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "102.76", - "max": "102.911", - "min": "102.647", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "110.413", - "max": "110.597", - "min": "110.333", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "300.791", - "max": "303.073", - "min": "300.164", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "129.9", - "max": "130.004", - "min": "129.829", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "81.091", - "max": "81.713", - "min": "80.859", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "131.105", - "max": "137.948", - "min": "130.235", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.049", - "max": "122.163", - "min": "121.912", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "120.207", - "max": "120.416", - "min": "120.028", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "83.165", - "max": "83.297", - "min": "83.077", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "27.664", - "max": "27.92", - "min": "27.571", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "179.774", - "max": "181.061", - "min": "179.313", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "44.185", - "max": "44.4", - "min": "44.098", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "27.861", - "max": "28.18", - "min": "27.724", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "190.712", - "max": "193.219", - "min": "190.286", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "12.021", - "max": "12.904", - "min": "11.65", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "36.888", - "max": "42.565", - "min": "36.566", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "132.948", - "max": "133.299", - "min": "132.886", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "11.395", - "max": "11.889", - "min": "11.318", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "18.287", - "max": "18.363", - "min": "18.235", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "16.439", - "max": "30.77", - "min": "14.099", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "246.843", - "max": "247.052", - "min": "246.773", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "37.053", - "max": "38.159", - "min": "36.864", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.854", - "max": "19.958", - "min": "18.68", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "93.951", - "max": "94.109", - "min": "93.862", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "167.691", - "max": "168.598", - "min": "167.481", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "58.286", - "max": "58.995", - "min": "58.061", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "269.511", - "max": "308.349", - "min": "262.313", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "120.809", - "max": "121.025", - "min": "120.628", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "253.803", - "max": "341.529", - "min": "244.507", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "116.096", - "max": "116.326", - "min": "116.014", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "381.374", - "max": "381.67", - "min": "381.074", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "53.193", - "max": "53.387", - "min": "53.061", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.947", - "max": "82.25", - "min": "81.853", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "118.646", - "max": "118.864", - "min": "118.518", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "184.492", - "max": "184.734", - "min": "184.391", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "90.682", - "max": "90.899", - "min": "90.543", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "140.14", - "max": "140.264", - "min": "139.983", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "195.859", - "max": "203.789", - "min": "189.008", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "93.979", - "max": "94.13", - "min": "93.76", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "100.586", - "max": "100.766", - "min": "100.519", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "14.231", - "max": "18.018", - "min": "13.932", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "144.449", - "max": "144.609", - "min": "144.358", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "21.16", - "max": "24.205", - "min": "20.968", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "21.482", - "max": "22.248", - "min": "21.251", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "27.135", - "max": "49.937", - "min": "25.911", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "24.092", - "max": "24.184", - "min": "24.011", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.588", - "max": "19.458", - "min": "15.121", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "65.169", - "max": "66.446", - "min": "64.923", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "45.513", - "max": "45.726", - "min": "45.451", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "59.745", - "max": "61.228", - "min": "59.598", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "42.987", - "max": "44.027", - "min": "42.769", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "12.985", - "max": "13.99", - "min": "12.828", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "9.374", - "max": "9.63", - "min": "9.298", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "11.8", - "max": "11.973", - "min": "11.74", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "23.864", - "max": "24.067", - "min": "23.709", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "58.794", - "max": "59.005", - "min": "58.567", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "34.916", - "max": "65.144", - "min": "31.994", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "29.767", - "max": "46.365", - "min": "17.33", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "16.095", - "max": "16.216", - "min": "16.008", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "58.09", - "max": "58.426", - "min": "57.977", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "34.598", - "max": "35.039", - "min": "34.38", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "36.143", - "max": "36.658", - "min": "35.756", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "9.551", - "max": "22.93", - "min": "8.876", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "186.185", - "max": "186.61", - "min": "186.081", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "18.525", - "max": "18.713", - "min": "18.422", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "24.548", - "max": "24.696", - "min": "24.335", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "24.2", - "max": "24.311", - "min": "24.132", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "179.184", - "max": "184.302", - "min": "176.778", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "58.537", - "max": "58.889", - "min": "58.348", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "14.328", - "max": "19.197", - "min": "13.725", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "12.39", - "max": "14.224", - "min": "12.171", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "11.515", - "max": "11.703", - "min": "11.298", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "304.593", - "max": "315.521", - "min": "303.083", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "86.056", - "max": "89.018", - "min": "85.594", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "222.08", - "max": "224.176", - "min": "215.877", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "142.868", - "max": "143.677", - "min": "142.734", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "11.814", - "max": "11.911", - "min": "11.713", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "148.701", - "max": "149.261", - "min": "148.547", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "165.404", - "max": "165.676", - "min": "165.116", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "35.87", - "max": "36.464", - "min": "35.712", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "64.926", - "max": "66.223", - "min": "64.688", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "15.053", - "max": "16.046", - "min": "14.834", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "13.038", - "max": "14.382", - "min": "12.756", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "163.074", - "max": "163.241", - "min": "163.018", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "183.209", - "max": "183.31", - "min": "183.143", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "254.641", - "max": "255.545", - "min": "254.414", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "80.719", - "max": "81.031", - "min": "80.653", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "24.964", - "max": "25.158", - "min": "24.873", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "83.875", - "max": "84.042", - "min": "83.818", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "20.411", - "max": "20.658", - "min": "20.318", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "225.288", - "max": "699.995", - "min": "204.904", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "124.116", - "max": "128.12", - "min": "120.129", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "25.519", - "max": "25.745", - "min": "25.423", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "39.624", - "max": "42.274", - "min": "38.92", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "162.061", - "max": "167.056", - "min": "160.748", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "118.496", - "max": "119.254", - "min": "118.046", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "248.248", - "max": "248.438", - "min": "248.138", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "72.987", - "max": "73.501", - "min": "72.842", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "45.024", - "max": "45.24", - "min": "44.94", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "0.023", - "max": "0.051", - "min": "0.017", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "50.467", - "max": "50.846", - "min": "50.403", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "90.51", - "max": "91.543", - "min": "90.144", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "89.468", - "max": "89.677", - "min": "89.244", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "64.374", - "max": "67.816", - "min": "62.045", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "177.991", - "max": "179.924", - "min": "176.944", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "101.953", - "max": "103.408", - "min": "100.948", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "63.87", - "max": "65.104", - "min": "63.693", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "110.145", - "max": "110.423", - "min": "109.955", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "29.761", - "max": "30.047", - "min": "29.64", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "174.684", - "max": "175.044", - "min": "174.284", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "179.784", - "max": "179.784", - "min": "179.784", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "14.109", - "max": "14.323", - "min": "14.052", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "15.59", - "max": "15.683", - "min": "15.514", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "107.754", - "max": "116.955", - "min": "106.988", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "35.022", - "max": "49.476", - "min": "28.251", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "28.78", - "max": "29.061", - "min": "28.691", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "116.701", - "max": "118.149", - "min": "116.486", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "82.919", - "max": "84.699", - "min": "82.633", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "106.33", - "max": "110.148", - "min": "105.431", - "id": "247", - "country": "Belgium", - "source_name": "Antwerp", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "260": { - "name": "Carlow", - "data": { - "0": { - "avg": "230.691", - "max": "233.829", - "min": "230.103", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "275.693", - "max": "349.157", - "min": "271.968", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "106.686", - "max": "111.091", - "min": "105.551", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "44.043", - "max": "50.849", - "min": "42.513", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "21.193", - "max": "27.848", - "min": "20.241", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "235.724", - "max": "240.996", - "min": "235.264", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "20.858", - "max": "23.99", - "min": "20.086", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.079", - "max": "282.215", - "min": "276.324", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "65.3", - "max": "71.422", - "min": "64.754", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "39.994", - "max": "45.867", - "min": "39.081", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "12.781", - "max": "15.288", - "min": "12.428", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "125.03", - "max": "152.8", - "min": "122.802", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "81.033", - "max": "87.643", - "min": "80.456", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "91.542", - "max": "96.14", - "min": "90.735", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "122.298", - "max": "126.914", - "min": "121.303", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "108.904", - "max": "117.676", - "min": "107.166", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "38.333", - "max": "40.919", - "min": "37.924", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "103.989", - "max": "107.312", - "min": "103.614", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "3.163", - "max": "3.972", - "min": "2.937", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "42.271", - "max": "45.294", - "min": "41.494", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "291.731", - "max": "296.147", - "min": "291.228", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "102.625", - "max": "105.439", - "min": "102.312", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "152.375", - "max": "158.855", - "min": "151.427", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "156.558", - "max": "159.267", - "min": "155.877", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "48.637", - "max": "52.433", - "min": "47.966", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "32.105", - "max": "50.582", - "min": "31.138", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "39.985", - "max": "46.507", - "min": "39.086", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "41.885", - "max": "47.199", - "min": "41.298", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "32.118", - "max": "35.001", - "min": "31.695", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "134.808", - "max": "140.314", - "min": "134.071", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "182.716", - "max": "187.143", - "min": "182.169", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "40.484", - "max": "44.486", - "min": "39.465", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "150.892", - "max": "181.641", - "min": "147.983", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.852", - "max": "66.556", - "min": "58.563", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "41.027", - "max": "49.504", - "min": "39.957", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "183.752", - "max": "188.93", - "min": "182.86", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.105", - "max": "168.823", - "min": "156.861", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "142.068", - "max": "146.131", - "min": "141.664", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "124.109", - "max": "128.012", - "min": "123.554", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "109.842", - "max": "113.01", - "min": "109.369", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "156.388", - "max": "167.079", - "min": "155.477", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "23.446", - "max": "33.734", - "min": "22.648", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "59.148", - "max": "62.347", - "min": "58.563", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "45.743", - "max": "58.607", - "min": "44.573", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "208.449", - "max": "209.712", - "min": "208.251", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "48.48", - "max": "52.027", - "min": "47.903", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "44.814", - "max": "48.246", - "min": "44.449", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "173.84", - "max": "184.091", - "min": "172.278", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "237.533", - "max": "240.412", - "min": "237.025", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "125.456", - "max": "126.138", - "min": "125.293", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "83.05", - "max": "85.208", - "min": "82.663", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "175.847", - "max": "180.143", - "min": "174.953", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "30.718", - "max": "99.242", - "min": "21.109", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "104.957", - "max": "118.998", - "min": "103.541", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "154.294", - "max": "174.546", - "min": "149.189", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "204.396", - "max": "208.674", - "min": "203.511", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "54.058", - "max": "59.574", - "min": "52.251", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "294.212", - "max": "296.382", - "min": "293.984", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "44.094", - "max": "46.795", - "min": "43.029", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "27.496", - "max": "29.091", - "min": "27.191", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "78.083", - "max": "82.483", - "min": "77.285", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "79.476", - "max": "138.05", - "min": "73.987", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "185.045", - "max": "260.11", - "min": "178.116", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "302.161", - "max": "305.045", - "min": "301.492", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "63.734", - "max": "78.716", - "min": "62.406", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "62.168", - "max": "64.857", - "min": "61.859", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "82.919", - "max": "94.085", - "min": "81.775", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "69.789", - "max": "72.935", - "min": "69.091", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "223.861", - "max": "233.665", - "min": "222.204", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "125.835", - "max": "132.662", - "min": "125.347", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "233.998", - "max": "239.118", - "min": "232.635", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "154.92", - "max": "156.038", - "min": "154.449", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "161.526", - "max": "167.769", - "min": "160.451", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "117.898", - "max": "135.002", - "min": "116.46", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "59.528", - "max": "61.922", - "min": "58.91", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "18.198", - "max": "21.372", - "min": "17.602", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "100.591", - "max": "114.037", - "min": "99.669", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "176.037", - "max": "178.312", - "min": "175.013", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "111.744", - "max": "118.869", - "min": "111.046", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "94.383", - "max": "100.386", - "min": "93.39", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "141.376", - "max": "147.439", - "min": "140.743", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "91.045", - "max": "93.314", - "min": "90.404", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "241.585", - "max": "246.018", - "min": "240.274", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "197.404", - "max": "200.854", - "min": "196.853", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "130.919", - "max": "135.478", - "min": "130.573", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "80.753", - "max": "85.989", - "min": "79.947", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "22.741", - "max": "30.433", - "min": "22.029", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "113.431", - "max": "117.652", - "min": "112.828", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "106.193", - "max": "113.067", - "min": "105.634", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "19.594", - "max": "21.815", - "min": "18.948", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "122.679", - "max": "128.218", - "min": "121.202", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "160.217", - "max": "166.55", - "min": "159.188", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "41.707", - "max": "45.306", - "min": "41.489", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "262.883", - "max": "269.714", - "min": "261.807", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "91.044", - "max": "93.513", - "min": "90.487", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "125.789", - "max": "127.355", - "min": "125.523", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "171.152", - "max": "173.787", - "min": "170.61", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "144.858", - "max": "148.893", - "min": "143.82", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "184.473", - "max": "188.482", - "min": "183.685", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "100.373", - "max": "105.982", - "min": "99.382", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "120.791", - "max": "124.087", - "min": "120.219", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "153.68", - "max": "155.058", - "min": "153.436", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "70.122", - "max": "89.101", - "min": "68.78", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "312.116", - "max": "315.236", - "min": "311.239", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "128.987", - "max": "141.79", - "min": "127.325", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "338.482", - "max": "361.268", - "min": "285.255", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "181.922", - "max": "184.985", - "min": "181.32", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "82.937", - "max": "85.666", - "min": "82.447", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "110.152", - "max": "113.496", - "min": "109.572", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "146.535", - "max": "149.858", - "min": "146.198", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "256.938", - "max": "260.025", - "min": "256.22", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "268.098", - "max": "272.045", - "min": "267.251", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "80.793", - "max": "82.984", - "min": "80.27", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "144.907", - "max": "146.363", - "min": "144.457", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "373.426", - "max": "488.286", - "min": "180.594", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "181.058", - "max": "274.659", - "min": "75.859", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "190.803", - "max": "204.742", - "min": "188.996", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "235.122", - "max": "237.443", - "min": "234.386", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "120.811", - "max": "129.966", - "min": "119.971", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "126.422", - "max": "137.469", - "min": "125.021", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "111.641", - "max": "112.251", - "min": "111.322", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "181.629", - "max": "325.988", - "min": "99.262", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "195.042", - "max": "200.229", - "min": "194.213", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "57.782", - "max": "226.145", - "min": "48.669", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "54.305", - "max": "57.886", - "min": "53.898", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "39.396", - "max": "40.202", - "min": "38.895", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "96.514", - "max": "99.339", - "min": "96.088", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "173.278", - "max": "175.558", - "min": "172.734", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "136.896", - "max": "139.417", - "min": "136.12", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "185.123", - "max": "188.465", - "min": "184.641", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "121.002", - "max": "123.936", - "min": "120.451", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "122.351", - "max": "125.73", - "min": "121.948", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "95.812", - "max": "98.623", - "min": "95.198", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "278.417", - "max": "281.777", - "min": "277.43", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "128.415", - "max": "136.699", - "min": "127.424", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "77.289", - "max": "80.513", - "min": "76.674", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "143.579", - "max": "151.32", - "min": "142.307", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "130.491", - "max": "137.462", - "min": "129.823", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "103.985", - "max": "107.907", - "min": "103.232", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "85.431", - "max": "89.322", - "min": "84.997", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "43.126", - "max": "47.516", - "min": "42.634", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "228.783", - "max": "232.055", - "min": "228.073", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "56.698", - "max": "61.059", - "min": "56.193", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "41.016", - "max": "50.5", - "min": "39.905", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "176.945", - "max": "186.756", - "min": "175.456", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "25.149", - "max": "29.087", - "min": "23.934", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "51.918", - "max": "54.53", - "min": "51.159", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "149.616", - "max": "153.123", - "min": "148.7", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "15.046", - "max": "17.757", - "min": "14.656", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "18.43", - "max": "59.06", - "min": "16.364", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "32.704", - "max": "39.173", - "min": "31.125", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "231.186", - "max": "236.838", - "min": "230.434", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "50.522", - "max": "56.724", - "min": "49.775", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "31.676", - "max": "57.373", - "min": "29.871", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "101.084", - "max": "103.813", - "min": "100.484", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "137.632", - "max": "143.944", - "min": "136.614", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "47.981", - "max": "50.861", - "min": "47.454", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "259.32", - "max": "303.106", - "min": "250.258", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "123.45", - "max": "134.761", - "min": "121.611", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "257.388", - "max": "352.058", - "min": "249.851", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "126.236", - "max": "137.845", - "min": "125.453", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "389.857", - "max": "392.814", - "min": "388.739", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "52.139", - "max": "55.66", - "min": "51.705", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.145", - "max": "87.799", - "min": "80.343", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "116.996", - "max": "123.144", - "min": "115.882", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "180.12", - "max": "184.087", - "min": "179.55", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "110.013", - "max": "112.572", - "min": "109.679", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "140.353", - "max": "148.49", - "min": "139.495", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "226.121", - "max": "244.017", - "min": "224.97", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "84.928", - "max": "85.872", - "min": "84.744", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "97.269", - "max": "100.479", - "min": "97.023", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "28.619", - "max": "33.101", - "min": "27.814", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "167.801", - "max": "174.734", - "min": "166.62", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "23.993", - "max": "34.448", - "min": "22.848", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "38.012", - "max": "43.231", - "min": "36.402", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "42.373", - "max": "49.622", - "min": "41.885", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "38.321", - "max": "42.547", - "min": "37.147", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "18.5", - "max": "25.427", - "min": "17.839", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "79.58", - "max": "91.692", - "min": "77.821", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "59.303", - "max": "61.419", - "min": "58.971", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "77.012", - "max": "96.576", - "min": "75.185", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "56.71", - "max": "62.679", - "min": "56.039", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "22.323", - "max": "26.456", - "min": "21.316", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "24.832", - "max": "31.025", - "min": "24.374", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "21.267", - "max": "27.843", - "min": "19.902", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "43.563", - "max": "49.225", - "min": "42.613", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "84.012", - "max": "87.58", - "min": "83.308", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "47.474", - "max": "71.578", - "min": "44.575", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "64.608", - "max": "120.767", - "min": "34.629", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "13.276", - "max": "15.488", - "min": "12.997", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "88.528", - "max": "94.043", - "min": "87.865", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "50.422", - "max": "67.346", - "min": "49.127", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "51.821", - "max": "53.101", - "min": "51.423", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "19.52", - "max": "21.529", - "min": "19.098", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "206.656", - "max": "217.017", - "min": "205.56", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "31.336", - "max": "43.875", - "min": "30.697", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "60.895", - "max": "70.404", - "min": "60.011", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "42.455", - "max": "51.168", - "min": "40.841", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "163.66", - "max": "178.893", - "min": "161.402", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "70.612", - "max": "71.94", - "min": "70.452", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "23.12", - "max": "36.398", - "min": "21.06", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "27.439", - "max": "33.381", - "min": "27.046", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "19.917", - "max": "24.119", - "min": "19.475", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "288.145", - "max": "292.787", - "min": "287.483", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "88.789", - "max": "102.923", - "min": "86.996", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "220.112", - "max": "224.494", - "min": "208.194", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "155.818", - "max": "156.767", - "min": "155.641", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "22.527", - "max": "26.473", - "min": "21.617", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "149.443", - "max": "152.452", - "min": "148.903", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "154.369", - "max": "157.827", - "min": "153.672", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "45.308", - "max": "46.848", - "min": "44.99", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "76.127", - "max": "77.745", - "min": "75.774", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "17.839", - "max": "25.135", - "min": "16.675", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "22.371", - "max": "27.916", - "min": "21.897", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "112.501", - "max": "115.299", - "min": "112.181", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "121.217", - "max": "126.593", - "min": "120.085", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "273.28", - "max": "283.242", - "min": "271.193", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "84.695", - "max": "89.152", - "min": "84.359", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "38.951", - "max": "43.744", - "min": "38.641", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "88.367", - "max": "94.722", - "min": "88.034", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "34.295", - "max": "38.937", - "min": "33.662", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "211.448", - "max": "225.787", - "min": "210.319", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "130.93", - "max": "138.971", - "min": "126.998", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "32.637", - "max": "35.412", - "min": "32.185", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "50.425", - "max": "53.768", - "min": "49.514", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "173.829", - "max": "202.202", - "min": "171.273", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "117.403", - "max": "124.738", - "min": "116.563", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "245.057", - "max": "247.29", - "min": "244.362", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "100.364", - "max": "105.624", - "min": "99.707", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "62.413", - "max": "65.119", - "min": "62.105", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "30.114", - "max": "37.097", - "min": "29.641", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "54.024", - "max": "58.053", - "min": "53.291", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "89.219", - "max": "94.401", - "min": "88.333", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "101.588", - "max": "101.812", - "min": "101.453", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "74.018", - "max": "78.95", - "min": "71.963", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "189.674", - "max": "200.224", - "min": "187.236", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "92.942", - "max": "94.612", - "min": "91.804", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "80.243", - "max": "100.271", - "min": "77.393", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "99.372", - "max": "107.274", - "min": "98.274", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "0.034", - "max": "0.086", - "min": "0.025", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "186.855", - "max": "189.516", - "min": "186.242", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "195.826", - "max": "195.826", - "min": "195.826", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "17.382", - "max": "26.497", - "min": "16.682", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "30.263", - "max": "32.722", - "min": "29.948", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "108.898", - "max": "113.002", - "min": "108.455", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "30.602", - "max": "38.764", - "min": "23.129", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "45.893", - "max": "48.013", - "min": "45.486", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "194.992", - "max": "202.844", - "min": "193.651", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "94.281", - "max": "100.065", - "min": "93.719", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "115.47", - "max": "122.574", - "min": "114.227", - "id": "260", - "country": "Ireland", - "source_name": "Carlow", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "263": { - "name": "Cheltenham", - "data": { - "0": { - "avg": "202.386", - "max": "203.45", - "min": "202.165", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "263.562", - "max": "263.903", - "min": "263.31", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "89.36", - "max": "89.735", - "min": "89.269", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "38.224", - "max": "43.676", - "min": "37.642", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "16.617", - "max": "16.781", - "min": "16.499", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "227.61", - "max": "227.703", - "min": "227.55", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "11.359", - "max": "11.535", - "min": "11.263", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "268.742", - "max": "272.574", - "min": "267.989", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "53.951", - "max": "55.298", - "min": "53.756", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "33.9", - "max": "34.421", - "min": "33.758", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "4.185", - "max": "4.529", - "min": "3.974", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "126.571", - "max": "126.795", - "min": "126.454", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "74.206", - "max": "74.274", - "min": "74.09", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "93.583", - "max": "94.348", - "min": "93.441", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "103.107", - "max": "103.197", - "min": "103.027", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "77.173", - "max": "77.964", - "min": "76.992", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "28.47", - "max": "28.848", - "min": "28.233", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "88.555", - "max": "88.673", - "min": "88.452", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "16.307", - "max": "16.477", - "min": "16.139", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "31.504", - "max": "31.598", - "min": "31.443", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "279.985", - "max": "280.117", - "min": "279.925", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "92.102", - "max": "92.181", - "min": "92.042", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "134.53", - "max": "135.06", - "min": "134.422", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "143.688", - "max": "144.152", - "min": "143.565", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.766", - "max": "35.659", - "min": "34.495", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "24.273", - "max": "26.047", - "min": "24.131", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "27.756", - "max": "28.58", - "min": "27.601", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "32.297", - "max": "32.587", - "min": "32.054", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "20.164", - "max": "20.28", - "min": "20.099", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "133.253", - "max": "134.482", - "min": "132.988", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "242.313", - "max": "242.437", - "min": "242.233", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.826", - "max": "31.212", - "min": "30.737", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "143.025", - "max": "145.379", - "min": "142.806", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "57.451", - "max": "57.698", - "min": "57.375", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "28", - "max": "31.421", - "min": "27.607", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "163.924", - "max": "164.1", - "min": "163.723", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "135.195", - "max": "135.248", - "min": "135.137", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "130.612", - "max": "130.697", - "min": "130.501", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "102.754", - "max": "103.82", - "min": "102.631", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "81.089", - "max": "81.192", - "min": "80.941", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "146.874", - "max": "151.14", - "min": "146.407", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "18.871", - "max": "23.055", - "min": "18.235", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "55.406", - "max": "55.623", - "min": "55.277", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "38.069", - "max": "49.431", - "min": "37.513", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "144.934", - "max": "145.498", - "min": "144.855", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.311", - "max": "35.883", - "min": "34.971", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "32.6", - "max": "32.799", - "min": "32.485", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "164.211", - "max": "164.58", - "min": "164.087", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "233.54", - "max": "233.959", - "min": "233.388", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "114.012", - "max": "114.128", - "min": "113.947", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "81.827", - "max": "82.038", - "min": "81.635", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "141.482", - "max": "141.729", - "min": "141.278", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "46.044", - "max": "61.035", - "min": "33.254", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "103.94", - "max": "104.119", - "min": "103.813", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "142.926", - "max": "151.67", - "min": "139.807", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "334.171", - "max": "334.775", - "min": "334.036", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "36.264", - "max": "40.408", - "min": "35.387", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "284.338", - "max": "284.436", - "min": "284.269", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "66.476", - "max": "68.473", - "min": "66.105", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "12.445", - "max": "12.579", - "min": "12.347", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "60.891", - "max": "63.533", - "min": "60.343", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "66.549", - "max": "110.803", - "min": "63.627", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "188.982", - "max": "229.911", - "min": "186.528", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "210.499", - "max": "210.629", - "min": "210.443", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "53.038", - "max": "54.086", - "min": "52.896", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.791", - "max": "47.919", - "min": "46.639", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "80.852", - "max": "81.006", - "min": "80.769", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "46.963", - "max": "47.472", - "min": "46.548", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "206.094", - "max": "206.842", - "min": "205.467", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "116.29", - "max": "119.439", - "min": "116.113", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "236.926", - "max": "237.683", - "min": "236.703", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "132.231", - "max": "132.707", - "min": "132.019", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "149.722", - "max": "152.87", - "min": "149.528", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "93.547", - "max": "93.643", - "min": "93.463", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "49.405", - "max": "49.865", - "min": "49.244", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "9.261", - "max": "9.392", - "min": "9.121", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "97.721", - "max": "97.909", - "min": "97.6", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "146.271", - "max": "146.43", - "min": "146.102", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "94.966", - "max": "96.013", - "min": "94.699", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "93.014", - "max": "93.136", - "min": "92.866", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "131.614", - "max": "132.038", - "min": "131.333", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "80.642", - "max": "81.011", - "min": "80.408", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "241.228", - "max": "241.581", - "min": "241.124", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "140.488", - "max": "140.63", - "min": "140.354", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "122.157", - "max": "122.374", - "min": "122.073", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "61.351", - "max": "62.619", - "min": "61.035", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "12.934", - "max": "15.472", - "min": "12.638", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "95.772", - "max": "95.986", - "min": "95.677", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "98.965", - "max": "99.349", - "min": "98.827", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "8.952", - "max": "16.918", - "min": "8.571", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "103.05", - "max": "105.239", - "min": "102.299", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "143.475", - "max": "143.858", - "min": "143.312", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "31.919", - "max": "31.965", - "min": "31.871", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "262.246", - "max": "264.585", - "min": "262.031", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "80.388", - "max": "80.846", - "min": "80.235", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "103.519", - "max": "104.996", - "min": "103.103", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "153.315", - "max": "153.649", - "min": "153.138", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "127.834", - "max": "133.471", - "min": "126.768", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "140.803", - "max": "140.941", - "min": "140.73", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "92.576", - "max": "97.45", - "min": "92.272", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "104.608", - "max": "104.723", - "min": "104.556", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "146.64", - "max": "147.154", - "min": "146.451", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "55.146", - "max": "55.764", - "min": "55.008", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.46", - "max": "310.994", - "min": "303.641", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "98.688", - "max": "99.625", - "min": "98.537", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "335.22", - "max": "343.159", - "min": "286.05", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "172.745", - "max": "173.477", - "min": "172.613", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "77.086", - "max": "77.226", - "min": "76.84", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "92.153", - "max": "92.65", - "min": "91.981", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "142.064", - "max": "142.674", - "min": "141.918", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "240.626", - "max": "240.862", - "min": "240.486", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "258.952", - "max": "259.27", - "min": "258.766", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "74.456", - "max": "74.75", - "min": "74.357", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "133.077", - "max": "156.434", - "min": "132.068", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "362.082", - "max": "477.976", - "min": "176.921", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "176.747", - "max": "297.8", - "min": "86.122", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "153.963", - "max": "180.156", - "min": "150.774", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "227.186", - "max": "228.055", - "min": "226.985", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "113.189", - "max": "113.397", - "min": "113.054", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "103.888", - "max": "104.745", - "min": "103.503", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "109.268", - "max": "109.564", - "min": "109.048", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "179.561", - "max": "330.837", - "min": "98.919", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "184.62", - "max": "185.21", - "min": "184.487", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "57.523", - "max": "233.869", - "min": "44.771", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "35.998", - "max": "36.099", - "min": "35.946", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "30.811", - "max": "31.614", - "min": "30.305", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "77.236", - "max": "78.688", - "min": "76.064", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "158.18", - "max": "160.6", - "min": "157.734", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "118.587", - "max": "118.964", - "min": "118.416", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "163.338", - "max": "163.794", - "min": "163.154", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "97.872", - "max": "98.818", - "min": "97.674", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "95.242", - "max": "95.55", - "min": "95.053", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "97.88", - "max": "98.575", - "min": "97.747", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "284.813", - "max": "285.457", - "min": "284.107", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "117.466", - "max": "118.085", - "min": "117.345", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "72.337", - "max": "72.527", - "min": "72.242", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "126.699", - "max": "138.28", - "min": "125.578", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "115.272", - "max": "115.461", - "min": "115.091", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "109.552", - "max": "109.697", - "min": "109.435", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "75.142", - "max": "75.352", - "min": "75.019", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "37.918", - "max": "38.349", - "min": "37.811", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "184.613", - "max": "193.234", - "min": "183.89", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.374", - "max": "43.478", - "min": "43.282", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "33.231", - "max": "33.456", - "min": "33.078", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "176.18", - "max": "182.093", - "min": "175.692", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "18.654", - "max": "19.064", - "min": "18.397", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "59.363", - "max": "80.181", - "min": "58.405", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "148.155", - "max": "148.797", - "min": "148.06", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "5.229", - "max": "5.546", - "min": "5.138", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "16.302", - "max": "16.362", - "min": "16.232", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.386", - "max": "23.363", - "min": "17.65", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "232.104", - "max": "232.167", - "min": "232.026", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "43.243", - "max": "43.928", - "min": "43.136", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "20.447", - "max": "20.666", - "min": "20.284", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "95.222", - "max": "95.362", - "min": "95.139", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "136.204", - "max": "136.412", - "min": "135.865", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "40.949", - "max": "42.569", - "min": "40.679", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "289.27", - "max": "329.08", - "min": "282.56", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "112.632", - "max": "112.904", - "min": "112.412", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "238.37", - "max": "321.961", - "min": "230.84", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "112.163", - "max": "112.286", - "min": "112.079", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "379.246", - "max": "379.644", - "min": "378.672", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "40.179", - "max": "40.626", - "min": "39.986", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "71.388", - "max": "72.464", - "min": "71.142", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "114.081", - "max": "114.718", - "min": "113.943", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "160.136", - "max": "160.237", - "min": "160.082", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.605", - "max": "98.754", - "min": "98.46", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "137.57", - "max": "137.769", - "min": "137.421", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "265.65", - "max": "275.107", - "min": "235.446", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "84.263", - "max": "84.37", - "min": "84.103", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "88.85", - "max": "88.951", - "min": "88.773", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "17.979", - "max": "18.915", - "min": "17.687", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "149.722", - "max": "149.841", - "min": "149.605", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "13.789", - "max": "13.887", - "min": "13.71", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "25.199", - "max": "25.698", - "min": "25.022", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "38.828", - "max": "48.127", - "min": "38.307", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "26.002", - "max": "26.055", - "min": "25.969", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "8.686", - "max": "9.107", - "min": "8.466", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "65.266", - "max": "65.582", - "min": "65.12", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "48.291", - "max": "49.383", - "min": "48.183", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "65.469", - "max": "65.925", - "min": "65.366", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "47.623", - "max": "47.708", - "min": "47.517", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "18.433", - "max": "20.213", - "min": "18.309", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "15.792", - "max": "15.901", - "min": "15.688", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "9.692", - "max": "9.761", - "min": "9.598", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "39.218", - "max": "39.322", - "min": "39.117", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "67.867", - "max": "69.467", - "min": "67.632", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "36.11", - "max": "51.936", - "min": "34.427", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "43.403", - "max": "93.085", - "min": "17.876", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "3.901", - "max": "3.987", - "min": "3.854", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "77.018", - "max": "77.265", - "min": "76.88", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "44.179", - "max": "85.678", - "min": "42.595", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "56.57", - "max": "57.096", - "min": "56.264", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "9.173", - "max": "9.646", - "min": "8.895", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "201.871", - "max": "210.596", - "min": "201.477", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "26.254", - "max": "26.487", - "min": "26.185", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "31.136", - "max": "31.341", - "min": "30.929", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "33.882", - "max": "33.936", - "min": "33.81", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.14", - "max": "170.467", - "min": "162.453", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "65.083", - "max": "65.396", - "min": "64.849", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "12.729", - "max": "17.884", - "min": "12.269", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "16.099", - "max": "16.353", - "min": "15.963", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "10.968", - "max": "11.555", - "min": "10.691", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "269.179", - "max": "279.92", - "min": "266.481", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "80.216", - "max": "94.752", - "min": "78.884", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "227.357", - "max": "232.201", - "min": "210.053", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "140.515", - "max": "140.95", - "min": "140.434", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "13.446", - "max": "13.616", - "min": "13.331", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "152.644", - "max": "157.256", - "min": "150.877", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "158.34", - "max": "158.514", - "min": "158.064", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "38.742", - "max": "39.037", - "min": "38.635", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "75.329", - "max": "75.861", - "min": "75.174", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "7.866", - "max": "8.692", - "min": "7.586", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "13.102", - "max": "14.691", - "min": "12.654", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "97.441", - "max": "97.5", - "min": "97.389", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "98.84", - "max": "100.243", - "min": "98.716", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "256.359", - "max": "256.568", - "min": "256.23", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "74.693", - "max": "74.766", - "min": "74.635", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.942", - "max": "24.154", - "min": "23.826", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "80.1", - "max": "80.17", - "min": "80.044", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "28.193", - "max": "28.639", - "min": "28.044", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "216.059", - "max": "236.275", - "min": "215.216", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "115.467", - "max": "118.985", - "min": "112.66", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "25.521", - "max": "25.73", - "min": "25.407", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "39.78", - "max": "41.195", - "min": "39.001", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "150.847", - "max": "161.534", - "min": "149.505", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "100.378", - "max": "101.205", - "min": "100.018", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "253.185", - "max": "253.603", - "min": "253.005", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "93.647", - "max": "94.529", - "min": "93.503", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "50.303", - "max": "50.394", - "min": "50.236", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "14.075", - "max": "14.132", - "min": "14.022", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "44.879", - "max": "71.269", - "min": "43.91", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "86.034", - "max": "89.103", - "min": "85.555", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "97.278", - "max": "97.59", - "min": "97.19", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "64.253", - "max": "66.932", - "min": "62.887", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "164.458", - "max": "165.879", - "min": "163.35", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "83.929", - "max": "84.97", - "min": "82.917", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "67.14", - "max": "68.804", - "min": "66.964", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "98.654", - "max": "98.831", - "min": "98.435", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "17.025", - "max": "22.135", - "min": "16.678", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "177.504", - "max": "177.894", - "min": "177.417", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "182.259", - "max": "182.259", - "min": "182.259", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "0.036", - "max": "0.088", - "min": "0.03", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "19.085", - "max": "19.167", - "min": "19.022", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "99.665", - "max": "100.831", - "min": "99.431", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "28.539", - "max": "38.298", - "min": "20.175", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "32.264", - "max": "32.367", - "min": "32.169", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "184.716", - "max": "186.398", - "min": "184.486", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "91.412", - "max": "92.673", - "min": "91.162", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "98.544", - "max": "102.755", - "min": "98.346", - "id": "263", - "country": "United Kingdom", - "source_name": "Cheltenham", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "264": { - "name": "Falkenstein", - "data": { - "0": { - "avg": "182.182", - "max": "182.308", - "min": "182.083", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "268.507", - "max": "268.757", - "min": "268.334", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "99.718", - "max": "99.904", - "min": "99.628", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "19.784", - "max": "24.834", - "min": "19.222", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "15.174", - "max": "15.381", - "min": "15.054", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "226.458", - "max": "226.888", - "min": "226.34", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "16.257", - "max": "16.441", - "min": "16.164", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "280.53", - "max": "288.73", - "min": "279.549", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "40.184", - "max": "40.753", - "min": "40.058", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "31.927", - "max": "34.16", - "min": "31.606", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "16.307", - "max": "17.803", - "min": "16.01", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "125.741", - "max": "125.922", - "min": "125.669", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "90.692", - "max": "90.83", - "min": "90.622", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "87.183", - "max": "87.534", - "min": "87.05", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "113.016", - "max": "113.317", - "min": "112.906", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "94.165", - "max": "94.42", - "min": "93.525", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "29.213", - "max": "29.483", - "min": "28.968", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "100.191", - "max": "100.293", - "min": "100.1", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "29.995", - "max": "30.168", - "min": "29.888", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.256", - "max": "21.953", - "min": "15.773", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "288.488", - "max": "288.631", - "min": "288.412", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "98.239", - "max": "98.376", - "min": "98.19", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "151.306", - "max": "151.635", - "min": "151.198", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "179.654", - "max": "180.162", - "min": "179.497", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "28.128", - "max": "28.656", - "min": "27.953", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "17.539", - "max": "18.809", - "min": "17.377", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "20.831", - "max": "21.743", - "min": "20.66", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "16.927", - "max": "17.16", - "min": "16.808", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "4.932", - "max": "5.048", - "min": "4.846", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "145.426", - "max": "147.737", - "min": "145.176", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "151.106", - "max": "151.179", - "min": "151.02", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "30.598", - "max": "31.091", - "min": "30.489", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "149.633", - "max": "150.322", - "min": "149.505", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "36.026", - "max": "36.533", - "min": "35.939", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "11.552", - "max": "12.114", - "min": "11.374", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "164.57", - "max": "165.229", - "min": "164.337", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "153.548", - "max": "153.603", - "min": "153.492", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "137.384", - "max": "137.554", - "min": "137.287", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "116.472", - "max": "116.847", - "min": "116.357", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "99.588", - "max": "101.139", - "min": "99.276", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "162.791", - "max": "165.687", - "min": "162.295", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "22.449", - "max": "24.864", - "min": "21.996", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "50.545", - "max": "50.671", - "min": "50.41", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "29.887", - "max": "38.219", - "min": "29.326", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "156.196", - "max": "156.368", - "min": "156.132", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "22.172", - "max": "22.831", - "min": "21.827", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "36.868", - "max": "38.935", - "min": "36.634", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "166.152", - "max": "166.913", - "min": "165.967", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "250.051", - "max": "250.383", - "min": "249.893", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "124.017", - "max": "124.097", - "min": "123.974", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "96.049", - "max": "96.555", - "min": "95.89", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "159.255", - "max": "159.525", - "min": "159.034", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "62.865", - "max": "96.734", - "min": "12.76", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "114.698", - "max": "114.839", - "min": "114.584", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "132.984", - "max": "140.253", - "min": "130.073", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "175.894", - "max": "176.245", - "min": "175.712", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "38.135", - "max": "47.033", - "min": "37.445", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "347.067", - "max": "347.245", - "min": "346.962", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "33.3", - "max": "34.604", - "min": "32.906", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "9.71", - "max": "9.91", - "min": "9.601", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "57.09", - "max": "58.097", - "min": "56.686", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "67.056", - "max": "124.513", - "min": "61.206", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "165.836", - "max": "271.28", - "min": "156.543", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "258.445", - "max": "258.585", - "min": "258.371", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "41.712", - "max": "42.345", - "min": "41.561", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "44.912", - "max": "45.556", - "min": "44.842", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "91.962", - "max": "92.097", - "min": "91.849", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "49.657", - "max": "49.94", - "min": "49.304", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "221.782", - "max": "223.773", - "min": "221.115", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "128.792", - "max": "129.753", - "min": "128.627", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "257.752", - "max": "258.331", - "min": "257.64", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "146.891", - "max": "147.259", - "min": "146.679", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "160.28", - "max": "160.419", - "min": "160.158", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "110.021", - "max": "110.16", - "min": "109.946", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "69.958", - "max": "70.935", - "min": "69.789", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "22.458", - "max": "22.861", - "min": "22.318", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "109.279", - "max": "111.899", - "min": "109.065", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "163.685", - "max": "163.776", - "min": "163.607", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "100.249", - "max": "101.735", - "min": "99.942", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "103.254", - "max": "103.389", - "min": "103.095", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "144.103", - "max": "144.382", - "min": "143.782", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "102.434", - "max": "102.686", - "min": "102.257", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "229.931", - "max": "240.624", - "min": "229.159", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "144.031", - "max": "144.709", - "min": "143.772", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "128.376", - "max": "128.516", - "min": "128.291", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "74.661", - "max": "76.478", - "min": "74.377", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "35.862", - "max": "36.355", - "min": "35.644", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "110.372", - "max": "112.88", - "min": "110.169", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "108.554", - "max": "109.277", - "min": "108.422", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "28.894", - "max": "35.678", - "min": "28.543", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "130.608", - "max": "132.785", - "min": "129.828", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "163.919", - "max": "164.217", - "min": "163.742", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "35.28", - "max": "35.358", - "min": "35.229", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "223.187", - "max": "223.387", - "min": "222.972", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "117.219", - "max": "117.522", - "min": "117.068", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "124.476", - "max": "126.239", - "min": "124.258", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "170.552", - "max": "170.763", - "min": "170.345", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "148.269", - "max": "154.804", - "min": "147.659", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "144.221", - "max": "144.609", - "min": "144.097", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "114.268", - "max": "115.329", - "min": "114.074", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "116.627", - "max": "117.211", - "min": "116.547", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "137.058", - "max": "137.224", - "min": "136.909", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.394", - "max": "52.823", - "min": "52.223", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "314.402", - "max": "316.108", - "min": "313.754", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "115.57", - "max": "117.44", - "min": "115.366", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "172.131", - "max": "175.528", - "min": "171.903", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "90.373", - "max": "90.529", - "min": "90.223", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "112.397", - "max": "112.83", - "min": "112.255", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "122.669", - "max": "125.258", - "min": "122.38", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "257.841", - "max": "258.086", - "min": "257.732", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "285.724", - "max": "287.145", - "min": "283.967", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "82.104", - "max": "82.169", - "min": "82.027", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "136.268", - "max": "173.713", - "min": "134.823", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "380.134", - "max": "501.855", - "min": "197.591", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "139.575", - "max": "236.901", - "min": "59.27", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "176.496", - "max": "176.905", - "min": "176.251", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "241.003", - "max": "243.423", - "min": "240.702", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "128.897", - "max": "129.045", - "min": "128.778", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "116.196", - "max": "117.255", - "min": "115.869", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "124.444", - "max": "126.574", - "min": "124.112", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "190.371", - "max": "350.832", - "min": "113.494", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "228.562", - "max": "244.351", - "min": "205.846", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "31.583", - "max": "47.16", - "min": "30.603", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "34.814", - "max": "34.862", - "min": "34.76", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "30.439", - "max": "31.747", - "min": "29.586", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.757", - "max": "81.886", - "min": "80.576", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "168.949", - "max": "169.382", - "min": "168.728", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "122.685", - "max": "123.008", - "min": "122.516", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "175.789", - "max": "176.041", - "min": "175.591", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "111.653", - "max": "112.187", - "min": "111.516", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "102.165", - "max": "102.328", - "min": "102.052", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "107.004", - "max": "107.215", - "min": "106.834", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "323.401", - "max": "324.217", - "min": "322.992", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "130.997", - "max": "131.063", - "min": "130.94", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "93.706", - "max": "93.896", - "min": "93.56", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "135.305", - "max": "142.815", - "min": "133.858", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "122.058", - "max": "122.293", - "min": "121.914", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "119.944", - "max": "120.064", - "min": "119.839", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "96.316", - "max": "97.804", - "min": "96.082", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "19.432", - "max": "20.165", - "min": "19.297", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "176.49", - "max": "182.442", - "min": "175.89", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "33.128", - "max": "33.583", - "min": "32.991", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "22.902", - "max": "23.05", - "min": "22.812", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "189.934", - "max": "200.311", - "min": "189.08", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "16.726", - "max": "17.731", - "min": "16.455", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "30.575", - "max": "32.692", - "min": "30.397", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "134.724", - "max": "135.426", - "min": "134.616", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "25.36", - "max": "25.597", - "min": "25.267", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "18.492", - "max": "18.532", - "min": "18.428", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "3.994", - "max": "9.92", - "min": "3.059", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.962", - "max": "267.061", - "min": "266.88", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "30.432", - "max": "34.685", - "min": "29.931", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "15.685", - "max": "16.603", - "min": "15.271", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "98.17", - "max": "98.248", - "min": "98.088", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "168.933", - "max": "169.47", - "min": "168.769", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "35.241", - "max": "35.926", - "min": "35.045", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "267.181", - "max": "305.795", - "min": "260.457", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "140.668", - "max": "140.872", - "min": "140.552", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "251.286", - "max": "319.135", - "min": "245.528", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "126.798", - "max": "126.936", - "min": "126.706", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "385.94", - "max": "386.099", - "min": "385.641", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "29.245", - "max": "29.335", - "min": "29.173", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "82.46", - "max": "82.783", - "min": "82.378", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "96.954", - "max": "97.639", - "min": "96.852", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "180.053", - "max": "180.127", - "min": "179.989", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "94.251", - "max": "94.405", - "min": "94.104", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "148.696", - "max": "149.014", - "min": "148.501", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "195.572", - "max": "201.903", - "min": "170.956", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "91.054", - "max": "91.168", - "min": "90.982", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "109.056", - "max": "109.206", - "min": "108.993", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "7.938", - "max": "9.742", - "min": "7.682", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "133.051", - "max": "133.197", - "min": "132.98", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "25.381", - "max": "25.74", - "min": "25.266", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "23.448", - "max": "23.782", - "min": "23.281", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "24.783", - "max": "25.189", - "min": "24.681", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "17.871", - "max": "17.915", - "min": "17.788", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "28.737", - "max": "29.214", - "min": "28.45", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "74.412", - "max": "75.065", - "min": "74.253", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "38.115", - "max": "38.178", - "min": "38.07", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "55.597", - "max": "55.955", - "min": "55.501", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "37.73", - "max": "38.486", - "min": "37.568", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "12.071", - "max": "14.237", - "min": "11.901", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "22.396", - "max": "22.533", - "min": "22.32", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "12.268", - "max": "12.357", - "min": "12.172", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "16.546", - "max": "16.692", - "min": "16.406", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "57.382", - "max": "57.635", - "min": "57.205", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "27.338", - "max": "35.765", - "min": "25.998", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "33.245", - "max": "46.37", - "min": "18.229", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "20.276", - "max": "20.396", - "min": "20.192", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "53.543", - "max": "53.83", - "min": "53.352", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "28.91", - "max": "29.26", - "min": "28.754", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "36.672", - "max": "37.274", - "min": "36.225", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "18.185", - "max": "18.692", - "min": "17.952", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "199.057", - "max": "216.293", - "min": "198.245", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "5.561", - "max": "5.836", - "min": "5.466", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "51.314", - "max": "51.636", - "min": "51.1", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "26.657", - "max": "30.568", - "min": "26.454", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "179.941", - "max": "184.886", - "min": "178.369", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "47.232", - "max": "47.479", - "min": "47.034", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "14.276", - "max": "16.765", - "min": "13.868", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "13.167", - "max": "13.365", - "min": "13", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "11.697", - "max": "12.426", - "min": "11.579", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "297.802", - "max": "298.396", - "min": "297.603", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "102.837", - "max": "109.34", - "min": "101.849", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "230.073", - "max": "232.238", - "min": "223.931", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "147.397", - "max": "147.572", - "min": "147.318", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "14.739", - "max": "14.905", - "min": "14.633", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "140.249", - "max": "140.923", - "min": "140.029", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "170.487", - "max": "170.602", - "min": "170.256", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "48.683", - "max": "48.877", - "min": "48.517", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "66.022", - "max": "67.243", - "min": "65.786", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "23.742", - "max": "25.485", - "min": "23.334", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "15.402", - "max": "16.751", - "min": "15.089", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "109.131", - "max": "109.991", - "min": "109.035", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "115.591", - "max": "115.695", - "min": "115.527", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "270.48", - "max": "450.522", - "min": "263.886", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "87.199", - "max": "87.42", - "min": "87.128", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "13.677", - "max": "13.921", - "min": "13.54", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "102.386", - "max": "102.572", - "min": "102.34", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "26.608", - "max": "26.963", - "min": "26.434", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "232.749", - "max": "250.295", - "min": "231.859", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "131.81", - "max": "134.609", - "min": "127.768", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "28.47", - "max": "28.729", - "min": "28.356", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "47.023", - "max": "47.89", - "min": "46.443", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "159.799", - "max": "164.384", - "min": "158.571", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "111.728", - "max": "112.61", - "min": "111.341", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "231.677", - "max": "231.965", - "min": "231.496", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "68.469", - "max": "68.828", - "min": "68.303", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "39.25", - "max": "40.12", - "min": "39.157", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "15.566", - "max": "15.894", - "min": "15.479", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "49.675", - "max": "49.786", - "min": "49.601", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "91.841", - "max": "93.036", - "min": "91.48", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "96.028", - "max": "96.224", - "min": "95.946", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "63.716", - "max": "66.069", - "min": "61.904", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "177.87", - "max": "179.25", - "min": "177.422", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "96.244", - "max": "98.274", - "min": "95.329", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "57.596", - "max": "58.234", - "min": "57.442", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "111.402", - "max": "111.653", - "min": "111.222", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "30.451", - "max": "37.207", - "min": "29.848", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "176.617", - "max": "177.753", - "min": "174.594", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "188.568", - "max": "188.568", - "min": "188.568", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "19.058", - "max": "19.371", - "min": "18.994", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "0.031", - "max": "0.038", - "min": "0.027", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "122.068", - "max": "123.022", - "min": "121.902", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "34.073", - "max": "42.95", - "min": "27.081", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "22.523", - "max": "22.624", - "min": "22.434", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "112.525", - "max": "113.505", - "min": "112.363", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "87.308", - "max": "89.064", - "min": "87.013", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "115.643", - "max": "115.918", - "min": "115.559", - "id": "264", - "country": "Germany", - "source_name": "Falkenstein", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "291": { - "name": "Douglas", - "data": { - "0": { - "avg": "175.94", - "max": "176.43", - "min": "175.701", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "276.96", - "max": "279.325", - "min": "276.599", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "101.654", - "max": "107.175", - "min": "101.124", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "39.975", - "max": "50.064", - "min": "38.451", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "18.234", - "max": "27.695", - "min": "17.731", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "225.37", - "max": "232.351", - "min": "224.795", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "25.007", - "max": "26.038", - "min": "24.711", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.368", - "max": "288.996", - "min": "275.454", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "65.419", - "max": "65.937", - "min": "65.221", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "47.443", - "max": "53.953", - "min": "46.787", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "10.648", - "max": "15.065", - "min": "10.256", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "122.044", - "max": "135.861", - "min": "120.828", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "88.63", - "max": "91.501", - "min": "88.348", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "93.358", - "max": "99.751", - "min": "92.714", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "108.867", - "max": "114.706", - "min": "108.278", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "90.032", - "max": "99.954", - "min": "88.675", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "34.64", - "max": "38.296", - "min": "34.158", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.713", - "max": "101.817", - "min": "96.07", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "35.186", - "max": "52.231", - "min": "27.865", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "37.407", - "max": "49.656", - "min": "35.703", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.054", - "max": "301.36", - "min": "288.255", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "104.993", - "max": "107.847", - "min": "104.568", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "152.925", - "max": "166.84", - "min": "152.007", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "155.616", - "max": "165.734", - "min": "154.411", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "53.538", - "max": "68.422", - "min": "50.891", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "34.433", - "max": "38.468", - "min": "34.019", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "44.603", - "max": "48.308", - "min": "44.045", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "39.471", - "max": "40.029", - "min": "39.312", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "26.024", - "max": "40.229", - "min": "19.969", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "155.552", - "max": "168.816", - "min": "149.737", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "179.098", - "max": "182.067", - "min": "178.565", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "40.807", - "max": "43.301", - "min": "40.476", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "149.391", - "max": "161.045", - "min": "148.52", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "60.045", - "max": "60.955", - "min": "59.852", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "30.702", - "max": "39.986", - "min": "29.83", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "195.112", - "max": "198.455", - "min": "194.78", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "148.708", - "max": "157.154", - "min": "148.01", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "141.483", - "max": "148.148", - "min": "140.162", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "115.376", - "max": "130.849", - "min": "113.687", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "88.734", - "max": "90.409", - "min": "88.443", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "160.639", - "max": "169.8", - "min": "159.161", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "19.843", - "max": "23.264", - "min": "19.333", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "53.278", - "max": "60.931", - "min": "52.491", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "46.753", - "max": "61.587", - "min": "45.001", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "203.66", - "max": "213.719", - "min": "203.052", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "43.695", - "max": "48.304", - "min": "42.963", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "61.456", - "max": "62.707", - "min": "61.226", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "159.053", - "max": "160.209", - "min": "158.665", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "236.735", - "max": "242.972", - "min": "235.786", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "126.106", - "max": "131.533", - "min": "125.685", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "101.553", - "max": "102.546", - "min": "101.36", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "158.552", - "max": "165.319", - "min": "157.704", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "45.465", - "max": "167.843", - "min": "16.633", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "113.43", - "max": "123.481", - "min": "112.675", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "195.829", - "max": "228.466", - "min": "190.146", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "207.128", - "max": "207.512", - "min": "206.942", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "40.263", - "max": "47.283", - "min": "39.3", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "291.454", - "max": "294.66", - "min": "291.114", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "57.927", - "max": "75.574", - "min": "49.478", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "22.568", - "max": "22.943", - "min": "22.394", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "76.515", - "max": "79.437", - "min": "75.797", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "76.645", - "max": "137.348", - "min": "65.071", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "222.283", - "max": "312.519", - "min": "213.751", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "295.543", - "max": "304.316", - "min": "293.906", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "57.995", - "max": "58.545", - "min": "57.793", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "61.16", - "max": "62.21", - "min": "60.951", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "81.014", - "max": "88.003", - "min": "80.421", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "67.777", - "max": "80.746", - "min": "66.089", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "218.575", - "max": "220.913", - "min": "217.857", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "128.058", - "max": "130.614", - "min": "127.586", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "231.351", - "max": "240.585", - "min": "229.203", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "150.72", - "max": "165.363", - "min": "147.922", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "151.262", - "max": "157.344", - "min": "150.173", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "106.038", - "max": "106.316", - "min": "105.882", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "55.789", - "max": "69.899", - "min": "54.14", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "17.328", - "max": "26.53", - "min": "15.624", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "100.927", - "max": "101.328", - "min": "100.754", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "159.523", - "max": "171.348", - "min": "156.861", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "107.64", - "max": "109.008", - "min": "107.238", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "104.939", - "max": "123.797", - "min": "98.913", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "157.823", - "max": "161.958", - "min": "157.097", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "111.038", - "max": "128.922", - "min": "103.683", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "303.193", - "max": "313.9", - "min": "300.236", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "196.177", - "max": "205.205", - "min": "195.422", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "149.747", - "max": "151.885", - "min": "149.39", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "71.669", - "max": "77.034", - "min": "70.999", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "25.706", - "max": "29.373", - "min": "25.304", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "108.167", - "max": "109.694", - "min": "107.838", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "98.397", - "max": "104.015", - "min": "97.691", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "15.984", - "max": "20.124", - "min": "15.671", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "115.188", - "max": "120.239", - "min": "114.27", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "151.549", - "max": "163.767", - "min": "150.369", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "33.341", - "max": "33.732", - "min": "33.217", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "254.316", - "max": "259.987", - "min": "253.568", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "85.409", - "max": "89.4", - "min": "84.989", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "137.163", - "max": "141.315", - "min": "136.31", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "161.291", - "max": "171.643", - "min": "159.458", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "146.132", - "max": "168.239", - "min": "139.591", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "153.061", - "max": "166.376", - "min": "149.33", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "104.139", - "max": "117.06", - "min": "103.278", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "119.88", - "max": "135.165", - "min": "114.794", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "149.524", - "max": "160.728", - "min": "144.675", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "69.101", - "max": "71.858", - "min": "68.661", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "313.454", - "max": "327.251", - "min": "311.198", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "111.16", - "max": "111.73", - "min": "110.964", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "334.981", - "max": "364.307", - "min": "319.384", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "185.31", - "max": "194.974", - "min": "184.036", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "95.265", - "max": "99.075", - "min": "94.634", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "104.948", - "max": "120.103", - "min": "103.664", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "149.771", - "max": "153.323", - "min": "149.123", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "261.415", - "max": "275.677", - "min": "260.688", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "280.261", - "max": "285.493", - "min": "279.474", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "80.631", - "max": "96.388", - "min": "78.793", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.04", - "max": "143.649", - "min": "141.707", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "382.982", - "max": "499.651", - "min": "199.702", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "189.942", - "max": "303.98", - "min": "111.545", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "192.656", - "max": "200.369", - "min": "191.971", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "258.466", - "max": "262.112", - "min": "257.753", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "123.106", - "max": "124.144", - "min": "122.773", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "115.482", - "max": "116.325", - "min": "115.222", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "131.264", - "max": "132.401", - "min": "130.963", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "187.836", - "max": "332.29", - "min": "108.087", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "201.57", - "max": "210.826", - "min": "200.933", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "65.213", - "max": "295.859", - "min": "55.649", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "56.495", - "max": "69.859", - "min": "53.621", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "50.561", - "max": "57.09", - "min": "49.394", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "79.91", - "max": "92.023", - "min": "77.951", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "167.642", - "max": "173.39", - "min": "167.194", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "150.044", - "max": "159.256", - "min": "140.258", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "174.963", - "max": "189.688", - "min": "173.105", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "110.824", - "max": "119.424", - "min": "110.05", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "113.003", - "max": "114.616", - "min": "112.809", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "111.699", - "max": "112.219", - "min": "111.507", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "276.864", - "max": "280.734", - "min": "275.899", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "131.573", - "max": "138.377", - "min": "131.012", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "80.401", - "max": "88.084", - "min": "79.229", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "139.952", - "max": "154.111", - "min": "137.691", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "128.538", - "max": "129.022", - "min": "128.353", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "121.617", - "max": "123.611", - "min": "121.288", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "92.795", - "max": "99.662", - "min": "91.883", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "38.645", - "max": "39.518", - "min": "38.513", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "243.045", - "max": "253.695", - "min": "237.41", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "57.235", - "max": "66.968", - "min": "55.944", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "41.523", - "max": "48.83", - "min": "40.338", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "195.381", - "max": "199.475", - "min": "194.526", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "31.817", - "max": "52.461", - "min": "23.913", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "58.217", - "max": "67.366", - "min": "56.937", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "201.994", - "max": "202.283", - "min": "201.833", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "19.02", - "max": "25.906", - "min": "18.543", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "25.918", - "max": "42.756", - "min": "19.494", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "27.741", - "max": "32.494", - "min": "25.835", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "245.797", - "max": "248.688", - "min": "245.499", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "48.456", - "max": "51.62", - "min": "48.004", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "33.827", - "max": "50.043", - "min": "25.996", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "96.394", - "max": "109.875", - "min": "95.245", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "163.062", - "max": "166.047", - "min": "162.566", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "64.791", - "max": "79.832", - "min": "59.212", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "302.84", - "max": "338.503", - "min": "293.598", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "129.66", - "max": "142.148", - "min": "128.537", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "241.877", - "max": "332.872", - "min": "234.27", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "122.276", - "max": "132.384", - "min": "121.489", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "392.327", - "max": "401.339", - "min": "391.134", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "55.008", - "max": "58.242", - "min": "54.52", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "79.416", - "max": "94.861", - "min": "77.905", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "134.071", - "max": "135.879", - "min": "133.695", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "185.948", - "max": "186.496", - "min": "185.793", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "106.046", - "max": "107.047", - "min": "105.878", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "154.506", - "max": "168.181", - "min": "148.451", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "249.352", - "max": "262.089", - "min": "247.485", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "86.341", - "max": "87.623", - "min": "86.138", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "115.111", - "max": "125.376", - "min": "113.823", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "27.226", - "max": "34.912", - "min": "25.643", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "157.162", - "max": "170.021", - "min": "155.671", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "27.067", - "max": "40.799", - "min": "19.465", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "33.675", - "max": "41.662", - "min": "32.368", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "39.683", - "max": "46.338", - "min": "38.495", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "42.631", - "max": "53.49", - "min": "39.418", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "15.083", - "max": "21.32", - "min": "14.541", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "80.095", - "max": "90.478", - "min": "78.044", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "55.582", - "max": "70.105", - "min": "54.248", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "83.233", - "max": "84.695", - "min": "83.021", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "52.059", - "max": "53.604", - "min": "51.841", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "33.721", - "max": "51.523", - "min": "25.831", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "29.084", - "max": "44.909", - "min": "22.772", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.708", - "max": "30.511", - "min": "23.816", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "41.627", - "max": "48.511", - "min": "40.962", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "71.219", - "max": "76.322", - "min": "70.547", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "40.97", - "max": "57.542", - "min": "38.86", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "60.268", - "max": "127.675", - "min": "31.302", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "17.008", - "max": "17.986", - "min": "16.817", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "73.82", - "max": "78.228", - "min": "73.328", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "52.069", - "max": "68.832", - "min": "44.948", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "61.056", - "max": "74.257", - "min": "59.174", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "22.464", - "max": "28.42", - "min": "21.174", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "270.01", - "max": "273.534", - "min": "269.609", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "31.363", - "max": "34.882", - "min": "31.019", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "49.552", - "max": "49.81", - "min": "49.42", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "43.812", - "max": "44.134", - "min": "43.709", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "164.881", - "max": "173.86", - "min": "162.6", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "68.593", - "max": "75.889", - "min": "67.87", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "23.16", - "max": "33.536", - "min": "21.549", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "27.082", - "max": "34.962", - "min": "26.075", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "18.102", - "max": "20.447", - "min": "17.596", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "292.993", - "max": "303.627", - "min": "290.097", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "83.217", - "max": "86.129", - "min": "82.658", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "335.271", - "max": "350.936", - "min": "305.563", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "192.816", - "max": "193.366", - "min": "192.688", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "29.943", - "max": "42.225", - "min": "28.467", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "180.657", - "max": "229.218", - "min": "146.011", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "162.357", - "max": "168.933", - "min": "161.345", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "63.094", - "max": "73.272", - "min": "57.337", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "80.278", - "max": "81.08", - "min": "79.943", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "21.411", - "max": "31.374", - "min": "20.253", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "33.066", - "max": "44.506", - "min": "26.248", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "102.751", - "max": "104.411", - "min": "102.508", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "109.376", - "max": "110.109", - "min": "109.225", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "331.668", - "max": "337.48", - "min": "330.333", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.751", - "max": "94.041", - "min": "93.602", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "33.502", - "max": "36.086", - "min": "33.209", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "86.627", - "max": "94.289", - "min": "84.903", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "31.285", - "max": "32.781", - "min": "31.013", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "212.651", - "max": "217.65", - "min": "212.233", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "126.098", - "max": "135.572", - "min": "123.004", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "30.987", - "max": "31.979", - "min": "30.751", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "53.691", - "max": "66.396", - "min": "52.005", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "147.78", - "max": "161.494", - "min": "146.344", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "115.015", - "max": "119.785", - "min": "114.374", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "241.327", - "max": "242.322", - "min": "241.101", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "92.009", - "max": "95.063", - "min": "91.435", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "57.811", - "max": "68.699", - "min": "56.845", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "28.765", - "max": "32.771", - "min": "28.102", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "56.53", - "max": "60.382", - "min": "56.126", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "101.385", - "max": "112.026", - "min": "98.93", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "91.289", - "max": "91.631", - "min": "91.108", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "70.148", - "max": "74.546", - "min": "68.012", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "166.1", - "max": "176.776", - "min": "164.624", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "104.071", - "max": "110.182", - "min": "102.791", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "76.365", - "max": "77.106", - "min": "76.095", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "118.858", - "max": "129.741", - "min": "116.379", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "23.045", - "max": "25.359", - "min": "22.759", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "358.513", - "max": "367.604", - "min": "347.887", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "183.462", - "max": "183.462", - "min": "183.462", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "20.907", - "max": "32.284", - "min": "20.116", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "33.003", - "max": "45.122", - "min": "27.159", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "106.465", - "max": "115.399", - "min": "105.247", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "0.04", - "max": "0.109", - "min": "0.026", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "42.719", - "max": "43.78", - "min": "42.502", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "187.479", - "max": "189.913", - "min": "187.058", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "105.023", - "max": "106.189", - "min": "104.568", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "114.356", - "max": "125.005", - "min": "111.629", - "id": "291", - "country": "Isle of Man", - "source_name": "Douglas", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "MENA": { - "62": { - "name": "Cairo", - "data": { - "0": { - "avg": "236.954", - "max": "237.931", - "min": "236.399", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "318.192", - "max": "324.03", - "min": "317.314", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "140.309", - "max": "141.843", - "min": "139.713", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "64.507", - "max": "67.883", - "min": "63.223", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "64.937", - "max": "69.172", - "min": "64.289", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "288.956", - "max": "290.681", - "min": "288.193", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "63.02", - "max": "64.602", - "min": "62.528", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "321.515", - "max": "324.507", - "min": "319.949", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "94.3", - "max": "99.96", - "min": "93.581", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "81.787", - "max": "84.689", - "min": "81.035", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "63.115", - "max": "68.467", - "min": "62.527", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "172.031", - "max": "174.716", - "min": "171.341", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "127.095", - "max": "127.805", - "min": "126.583", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "140.388", - "max": "142.098", - "min": "139.679", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "157.581", - "max": "159.926", - "min": "156.94", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "149.566", - "max": "150.416", - "min": "148.831", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "71.926", - "max": "72.925", - "min": "71.349", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "142.214", - "max": "143.602", - "min": "141.572", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "66.721", - "max": "68.004", - "min": "66.162", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "64.461", - "max": "65.471", - "min": "63.943", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "334.755", - "max": "337.688", - "min": "334.246", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "151.598", - "max": "152.402", - "min": "151.085", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "199.092", - "max": "201.156", - "min": "198.321", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "199.231", - "max": "201.41", - "min": "198.633", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "77.305", - "max": "80.745", - "min": "76.559", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "69.658", - "max": "71.017", - "min": "69.302", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "68.803", - "max": "72.932", - "min": "67.998", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "68.971", - "max": "69.699", - "min": "68.36", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "53.146", - "max": "54.758", - "min": "52.511", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "197.449", - "max": "198.626", - "min": "196.909", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "199.937", - "max": "201.363", - "min": "199.451", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "74.001", - "max": "74.5", - "min": "73.578", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "195.652", - "max": "198.804", - "min": "195.055", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "83.743", - "max": "84.708", - "min": "83.189", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "55.496", - "max": "59.673", - "min": "54.624", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "196.603", - "max": "200.729", - "min": "195.934", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "197.338", - "max": "198.288", - "min": "196.962", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "182.958", - "max": "184.135", - "min": "182.5", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "161.152", - "max": "162.126", - "min": "160.706", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "133.388", - "max": "136.362", - "min": "132.514", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "205.993", - "max": "211.707", - "min": "204.824", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "70.397", - "max": "73.097", - "min": "69.555", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "105.282", - "max": "106.024", - "min": "104.769", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "77.116", - "max": "80.451", - "min": "76.57", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "230.369", - "max": "231.153", - "min": "229.778", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "74.29", - "max": "76.057", - "min": "73.511", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "81.671", - "max": "82.524", - "min": "81.249", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "220.249", - "max": "222.114", - "min": "219.614", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "304.067", - "max": "305.725", - "min": "303.578", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "169.05", - "max": "172.027", - "min": "168.518", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "142.464", - "max": "145.443", - "min": "141.789", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "198.511", - "max": "199.57", - "min": "197.961", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "111.711", - "max": "198.196", - "min": "91.921", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "159.344", - "max": "160.288", - "min": "158.937", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "164.896", - "max": "187.169", - "min": "160.212", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "214.918", - "max": "215.931", - "min": "214.401", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "91.66", - "max": "95.78", - "min": "90.535", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "338.385", - "max": "339.057", - "min": "337.928", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "77.833", - "max": "80.908", - "min": "77.129", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "57.672", - "max": "59.332", - "min": "56.981", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "0.085", - "max": "0.36", - "min": "0.037", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "99.182", - "max": "161.589", - "min": "93.857", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "205.576", - "max": "218.96", - "min": "203.848", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "275.194", - "max": "275.682", - "min": "274.762", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "90.197", - "max": "91.954", - "min": "89.631", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "78.864", - "max": "80.322", - "min": "78.247", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "139.611", - "max": "141.299", - "min": "138.973", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "96.479", - "max": "98.593", - "min": "95.726", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "262.107", - "max": "265.813", - "min": "261.086", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "180.123", - "max": "181.309", - "min": "179.73", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "246.873", - "max": "250.935", - "min": "246.189", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "195.054", - "max": "197.418", - "min": "194.36", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "205.011", - "max": "210.706", - "min": "204.171", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "152.093", - "max": "154.274", - "min": "151.518", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "93.554", - "max": "94.717", - "min": "92.797", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "104.842", - "max": "168.365", - "min": "69.72", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "152.774", - "max": "153.588", - "min": "152.2", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "212.28", - "max": "214.799", - "min": "211.713", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "147.212", - "max": "155.565", - "min": "146.046", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "157.857", - "max": "159.266", - "min": "157.319", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "200.341", - "max": "202.806", - "min": "199.697", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "136.03", - "max": "136.986", - "min": "135.473", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "254.918", - "max": "257.678", - "min": "254.205", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "226.372", - "max": "227.915", - "min": "225.703", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "192.207", - "max": "193.949", - "min": "186.916", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "112.571", - "max": "114.014", - "min": "111.477", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "67.9", - "max": "69.574", - "min": "67.202", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "155.098", - "max": "160.194", - "min": "154.364", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "154.668", - "max": "157.673", - "min": "153.86", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "63.884", - "max": "73.199", - "min": "62.526", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "167.63", - "max": "174.862", - "min": "166.518", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "202.485", - "max": "204.26", - "min": "201.934", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "93.74", - "max": "94.77", - "min": "93.233", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "331.207", - "max": "332.158", - "min": "330.716", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "134.152", - "max": "138.137", - "min": "133.263", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "165.85", - "max": "168.481", - "min": "165.29", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "203.693", - "max": "204.676", - "min": "202.994", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "184.893", - "max": "202.428", - "min": "182.444", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "201.48", - "max": "203.368", - "min": "200.881", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "159.693", - "max": "161.581", - "min": "158.926", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "156.17", - "max": "157.048", - "min": "155.757", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "209.932", - "max": "214.952", - "min": "209.271", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "90.621", - "max": "92.085", - "min": "90.117", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "358.854", - "max": "364.559", - "min": "357.552", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "163.31", - "max": "165.093", - "min": "162.738", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "369.75", - "max": "391.337", - "min": "331.299", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "230.3", - "max": "231.992", - "min": "229.767", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "135.146", - "max": "136.067", - "min": "134.594", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "150.431", - "max": "152.76", - "min": "149.629", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "197.505", - "max": "201.993", - "min": "196.569", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "212.618", - "max": "224.677", - "min": "211.824", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "283.949", - "max": "284.71", - "min": "283.286", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "133.868", - "max": "135.393", - "min": "133.26", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "174.464", - "max": "180.504", - "min": "173.512", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "402.346", - "max": "500.553", - "min": "224.412", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "185.355", - "max": "257.694", - "min": "111.709", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "194.2", - "max": "209.268", - "min": "192.862", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "281.126", - "max": "282.926", - "min": "280.548", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "177.34", - "max": "181.389", - "min": "176.748", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "161.149", - "max": "161.866", - "min": "160.612", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "173.516", - "max": "177.006", - "min": "172.538", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "225.122", - "max": "375.334", - "min": "148.4", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "272.619", - "max": "288.856", - "min": "250.714", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "85.227", - "max": "226.714", - "min": "79.494", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "80.764", - "max": "81.474", - "min": "80.117", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "84.97", - "max": "86.519", - "min": "84.174", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "132.537", - "max": "135.044", - "min": "129.33", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "185.648", - "max": "186.955", - "min": "185.099", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "177.87", - "max": "180.106", - "min": "177.014", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "224.688", - "max": "226.711", - "min": "224.162", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "153.883", - "max": "156.734", - "min": "153.272", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "150.317", - "max": "151.678", - "min": "149.828", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "153.826", - "max": "156.86", - "min": "153.175", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "350.872", - "max": "353.817", - "min": "350.031", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "179.944", - "max": "180.888", - "min": "179.335", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "135.524", - "max": "136.07", - "min": "135.124", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "174.994", - "max": "178.233", - "min": "174.071", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "170.577", - "max": "171.676", - "min": "170.165", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "168.005", - "max": "168.765", - "min": "167.49", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "140.013", - "max": "142.222", - "min": "139.301", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "63.748", - "max": "68.498", - "min": "63.158", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "252.048", - "max": "257.146", - "min": "251.203", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "81.139", - "max": "81.904", - "min": "80.471", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "69.566", - "max": "72.757", - "min": "68.992", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "239.624", - "max": "241.386", - "min": "238.753", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "60.867", - "max": "64.397", - "min": "60.1", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "78.627", - "max": "82.255", - "min": "77.718", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "162.98", - "max": "165.715", - "min": "162.343", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "63.673", - "max": "65.528", - "min": "63.13", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "69.005", - "max": "70.094", - "min": "68.446", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "60.043", - "max": "66.3", - "min": "58.716", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "313.539", - "max": "317.939", - "min": "312.938", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "80.055", - "max": "80.981", - "min": "79.467", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "66.928", - "max": "68.237", - "min": "66.49", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "144.103", - "max": "144.72", - "min": "143.583", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "196.181", - "max": "200.646", - "min": "195.324", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "78.648", - "max": "80.366", - "min": "78.095", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "324.88", - "max": "366.332", - "min": "317.633", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "169.023", - "max": "170.66", - "min": "168.499", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "296.369", - "max": "382.215", - "min": "289.466", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "175.198", - "max": "175.9", - "min": "174.768", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "419.753", - "max": "420.566", - "min": "419.022", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "76.113", - "max": "77.042", - "min": "75.671", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "133.873", - "max": "135.095", - "min": "133.348", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "155.81", - "max": "156.679", - "min": "155.335", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "209.274", - "max": "211.02", - "min": "208.368", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "147.024", - "max": "149.157", - "min": "146.268", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "198.1", - "max": "199.552", - "min": "197.569", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "239.312", - "max": "244.127", - "min": "236.836", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "144.526", - "max": "145.342", - "min": "144.083", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "148.844", - "max": "149.568", - "min": "148.395", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "56.021", - "max": "61.262", - "min": "55.246", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "190.644", - "max": "192.341", - "min": "190.09", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "65.989", - "max": "69.068", - "min": "65.395", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "59.508", - "max": "63.861", - "min": "59.031", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "69.085", - "max": "82.951", - "min": "67.879", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "68.728", - "max": "70.17", - "min": "68.149", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "69.821", - "max": "70.889", - "min": "69.122", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "108.523", - "max": "111.244", - "min": "107.693", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "85.736", - "max": "89.456", - "min": "85.043", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "114.389", - "max": "123.413", - "min": "113.318", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "66.088", - "max": "67.888", - "min": "65.284", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "58.568", - "max": "60.966", - "min": "57.764", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "60.023", - "max": "61.105", - "min": "59.464", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "60.187", - "max": "61.649", - "min": "59.595", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "70.311", - "max": "77.306", - "min": "69.546", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "101.383", - "max": "102.773", - "min": "100.578", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "66.461", - "max": "103.368", - "min": "63.984", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "84.172", - "max": "121.408", - "min": "59.624", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "64.853", - "max": "66.596", - "min": "64.422", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "99.557", - "max": "100.389", - "min": "98.978", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "76.818", - "max": "82.778", - "min": "76.165", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "82.84", - "max": "86.093", - "min": "82.054", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "61.898", - "max": "95.955", - "min": "59.37", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "354.653", - "max": "356.657", - "min": "354.011", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "60.453", - "max": "61.803", - "min": "60.117", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "57.621", - "max": "58.471", - "min": "57.247", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "69.854", - "max": "71.16", - "min": "69.372", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "222.379", - "max": "228.91", - "min": "220.545", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "97.466", - "max": "98.182", - "min": "96.792", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "63.289", - "max": "64.743", - "min": "62.491", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "59.829", - "max": "61.912", - "min": "59.057", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "60.06", - "max": "61.412", - "min": "59.114", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "351.435", - "max": "364.415", - "min": "350.219", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "128.251", - "max": "136.138", - "min": "126.83", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "252.667", - "max": "253.607", - "min": "252.086", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "169.871", - "max": "171.723", - "min": "169.227", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "63.384", - "max": "64.658", - "min": "62.904", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "173.059", - "max": "174.4", - "min": "172.606", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "201.631", - "max": "202.732", - "min": "200.977", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "65.358", - "max": "69.033", - "min": "64.673", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "110.054", - "max": "111.363", - "min": "109.487", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "59.289", - "max": "60.611", - "min": "58.702", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "63.489", - "max": "65.995", - "min": "62.611", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "158.742", - "max": "161.807", - "min": "158.023", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "172.434", - "max": "173.558", - "min": "171.899", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "290.748", - "max": "291.283", - "min": "290.386", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "135.307", - "max": "136.218", - "min": "134.925", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "66.515", - "max": "67.214", - "min": "66.046", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "141.342", - "max": "142.014", - "min": "140.915", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "59.879", - "max": "60.832", - "min": "59.311", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "266.298", - "max": "396.501", - "min": "261.011", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "175.651", - "max": "178.24", - "min": "172.612", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "72.885", - "max": "75.113", - "min": "72.292", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "72.206", - "max": "73.438", - "min": "70.693", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "205.165", - "max": "212.796", - "min": "203.805", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "160.189", - "max": "162.588", - "min": "159.284", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "288.868", - "max": "291.44", - "min": "288.059", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "127.083", - "max": "129.094", - "min": "126.527", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "86.756", - "max": "87.932", - "min": "86.198", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "63.797", - "max": "66.001", - "min": "63.086", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "73.502", - "max": "75.855", - "min": "72.974", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "137.507", - "max": "141.32", - "min": "136.505", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "143.649", - "max": "144.624", - "min": "143.307", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "100.04", - "max": "110.895", - "min": "97.614", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "219.456", - "max": "223.078", - "min": "218.574", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "151.271", - "max": "152.908", - "min": "150.109", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "108.457", - "max": "109.073", - "min": "107.971", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "160.315", - "max": "163.298", - "min": "159.637", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "78.046", - "max": "81.033", - "min": "77.312", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.174", - "max": "236.677", - "min": "227.67", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "240.674", - "max": "240.674", - "min": "240.674", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "61.178", - "max": "62.149", - "min": "60.329", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "57.321", - "max": "58.702", - "min": "56.808", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "165.288", - "max": "168.201", - "min": "164.525", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "84.692", - "max": "94.073", - "min": "78.65", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "70.462", - "max": "71.315", - "min": "69.985", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "267.672", - "max": "268.766", - "min": "267.061", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "121.995", - "max": "125.993", - "min": "121.071", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "155.138", - "max": "158.525", - "min": "154.258", - "id": "62", - "country": "Egypt", - "source_name": "Cairo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "63": { - "name": "Fez", - "data": { - "0": { - "avg": "270.05", - "max": "318.287", - "min": "251.562", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "299.552", - "max": "304.916", - "min": "298.792", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "143.423", - "max": "187.388", - "min": "139.894", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "76.629", - "max": "88.824", - "min": "75.44", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "56.686", - "max": "94.068", - "min": "54.172", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "277.366", - "max": "298.412", - "min": "274.92", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "67.198", - "max": "118.028", - "min": "63.324", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "312.911", - "max": "316.625", - "min": "312.085", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "107.315", - "max": "158.551", - "min": "103.915", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "93.173", - "max": "128.817", - "min": "86.336", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "56.497", - "max": "62.913", - "min": "55.619", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "169.669", - "max": "170.544", - "min": "169.298", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "139.442", - "max": "191.101", - "min": "125.252", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "133.032", - "max": "149.789", - "min": "132.088", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "161.076", - "max": "195.818", - "min": "159.069", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "134.272", - "max": "137.234", - "min": "133.959", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "44.036", - "max": "82.628", - "min": "38.117", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "140.74", - "max": "146.082", - "min": "140.165", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "78.902", - "max": "122.722", - "min": "70.585", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "72.029", - "max": "121.538", - "min": "67.618", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "316.231", - "max": "316.572", - "min": "315.885", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "144.96", - "max": "167.759", - "min": "142.685", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "197.634", - "max": "257.879", - "min": "190.59", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "193.323", - "max": "224.796", - "min": "191.77", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "83.622", - "max": "86.311", - "min": "83.205", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "83.441", - "max": "124.827", - "min": "81.478", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "62.757", - "max": "66.8", - "min": "62.104", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "85.408", - "max": "136.15", - "min": "71.082", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "58.071", - "max": "77.483", - "min": "56.733", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "189.462", - "max": "250.139", - "min": "185.336", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "216.198", - "max": "227.723", - "min": "215.407", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "89.432", - "max": "127.618", - "min": "83.334", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "183.297", - "max": "198.486", - "min": "182.267", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "92.38", - "max": "115.925", - "min": "89.266", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "72.122", - "max": "103.212", - "min": "69.546", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "199.422", - "max": "230.287", - "min": "195.907", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "191.457", - "max": "215.341", - "min": "189.811", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "212.138", - "max": "225.717", - "min": "211.347", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "175.306", - "max": "246.959", - "min": "155.495", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "137.329", - "max": "193.97", - "min": "128.663", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "198.545", - "max": "199.561", - "min": "198.205", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "79.079", - "max": "133.653", - "min": "70.612", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "76.265", - "max": "101.347", - "min": "75.057", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "85.402", - "max": "86.732", - "min": "84.951", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "176.233", - "max": "176.819", - "min": "175.879", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "105.394", - "max": "149.42", - "min": "81.767", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "94.645", - "max": "119.128", - "min": "92.58", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "209.007", - "max": "232.412", - "min": "207.346", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "286.012", - "max": "333.227", - "min": "267.628", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "174.351", - "max": "216.282", - "min": "169.527", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "146.276", - "max": "200.107", - "min": "132.761", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "194.913", - "max": "251.997", - "min": "191.96", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "92.85", - "max": "181.301", - "min": "74.688", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "177.067", - "max": "228.846", - "min": "160.758", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "301.245", - "max": "366.015", - "min": "278.504", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "328.567", - "max": "390.879", - "min": "314.126", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "61.635", - "max": "65.839", - "min": "60.457", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "344.01", - "max": "401.407", - "min": "334.095", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "98.153", - "max": "152.878", - "min": "85.175", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "79.823", - "max": "131.944", - "min": "67.856", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "94.565", - "max": "95.775", - "min": "93.838", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "0.037", - "max": "0.052", - "min": "0.032", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "244.556", - "max": "335.519", - "min": "237.789", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "257.649", - "max": "294.055", - "min": "254.937", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "113.215", - "max": "168.215", - "min": "100.845", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "90.214", - "max": "91.325", - "min": "89.809", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "124.689", - "max": "129.729", - "min": "124.171", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "102.438", - "max": "163.622", - "min": "94.801", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "271.103", - "max": "322.82", - "min": "255.029", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "175.591", - "max": "205.251", - "min": "173.07", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "333.656", - "max": "381.604", - "min": "315.592", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "199.607", - "max": "255.576", - "min": "189.536", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "216.336", - "max": "223.825", - "min": "215.3", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "157.045", - "max": "210.97", - "min": "148.662", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "116.032", - "max": "169.639", - "min": "102.106", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "68.198", - "max": "76.282", - "min": "67.495", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "135.877", - "max": "137.856", - "min": "135.447", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "195.569", - "max": "203.485", - "min": "194.887", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "150.837", - "max": "204.947", - "min": "139.968", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "143.089", - "max": "143.557", - "min": "142.747", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "217.719", - "max": "261.773", - "min": "199.058", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "132.957", - "max": "141.38", - "min": "132.174", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "285.918", - "max": "346.272", - "min": "271.549", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "202.493", - "max": "259.659", - "min": "193.673", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "184.551", - "max": "187.114", - "min": "178.351", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "112.863", - "max": "129.96", - "min": "111.245", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "71.421", - "max": "79.428", - "min": "70.518", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "154.549", - "max": "185.126", - "min": "151.29", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "145.633", - "max": "163.827", - "min": "143.846", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "60.884", - "max": "68.927", - "min": "60.086", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "202.322", - "max": "206.476", - "min": "201.47", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "193.906", - "max": "196.866", - "min": "193.417", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "55.515", - "max": "117.959", - "min": "51.738", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "345.819", - "max": "395.47", - "min": "324.265", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "142.642", - "max": "201.558", - "min": "136.422", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "150.807", - "max": "154.698", - "min": "150.234", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "210.416", - "max": "280.799", - "min": "203.711", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "201.068", - "max": "262.623", - "min": "182.98", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "189.188", - "max": "191.101", - "min": "188.686", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "155.552", - "max": "210.472", - "min": "142.65", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "154.426", - "max": "205.377", - "min": "152.171", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "195.958", - "max": "214.314", - "min": "194.818", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "103.149", - "max": "107.477", - "min": "102.522", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "354.691", - "max": "400.367", - "min": "348.04", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "205.554", - "max": "261.468", - "min": "195.328", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "377.898", - "max": "391.752", - "min": "322.991", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "239.374", - "max": "244.247", - "min": "238.467", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "133.871", - "max": "134.196", - "min": "133.537", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "144.197", - "max": "148.237", - "min": "143.636", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "248.867", - "max": "296.988", - "min": "232.017", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "347.443", - "max": "371.569", - "min": "345.743", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "305.301", - "max": "307.52", - "min": "304.617", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "125.669", - "max": "128.722", - "min": "125.198", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "166.078", - "max": "171.156", - "min": "165.283", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "406.922", - "max": "549.836", - "min": "264.805", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "221.697", - "max": "348.872", - "min": "113.428", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "204.827", - "max": "245.051", - "min": "198.234", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "286.929", - "max": "350.268", - "min": "280.425", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "163.346", - "max": "198.232", - "min": "161.52", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "158.571", - "max": "214.715", - "min": "154.549", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "177.722", - "max": "215.142", - "min": "174.14", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "234.548", - "max": "436.991", - "min": "152.707", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "233.929", - "max": "295.899", - "min": "231.181", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "95.988", - "max": "300.154", - "min": "84.737", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "114.505", - "max": "166.066", - "min": "98.449", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "94.898", - "max": "156.299", - "min": "82.276", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "130.183", - "max": "130.432", - "min": "129.917", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "202.755", - "max": "229.1", - "min": "200.554", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "155.619", - "max": "203.911", - "min": "147.712", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "219.525", - "max": "222.953", - "min": "219.064", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "156.819", - "max": "186.326", - "min": "154.765", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "153.25", - "max": "188.295", - "min": "151.543", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "155.302", - "max": "181.364", - "min": "153.926", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "350.453", - "max": "409.122", - "min": "347.445", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "177.785", - "max": "237.647", - "min": "172.708", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "130.68", - "max": "133.539", - "min": "130.26", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "186.86", - "max": "243.25", - "min": "180.831", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "162.753", - "max": "165.766", - "min": "162.363", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "148.729", - "max": "178.858", - "min": "146.438", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "130.709", - "max": "169.237", - "min": "126.886", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "77.169", - "max": "97.557", - "min": "75.671", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "211.014", - "max": "211.739", - "min": "210.523", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "108.52", - "max": "156.824", - "min": "99.543", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "77.752", - "max": "89.385", - "min": "77.086", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "255.738", - "max": "302.801", - "min": "237.72", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "70.741", - "max": "87.934", - "min": "68.81", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "84.763", - "max": "125.844", - "min": "81.735", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "194.427", - "max": "247.043", - "min": "180.566", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "62.304", - "max": "83.64", - "min": "60.829", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "65.818", - "max": "102.979", - "min": "64.23", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "75.771", - "max": "128.964", - "min": "70.74", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "301.658", - "max": "341.679", - "min": "300.048", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "85.648", - "max": "135.797", - "min": "80.854", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "58.939", - "max": "93.142", - "min": "56.811", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "139.099", - "max": "174.067", - "min": "136.142", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "205.92", - "max": "268.212", - "min": "200.488", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "115.887", - "max": "166.642", - "min": "99.619", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "368.018", - "max": "408.905", - "min": "361.093", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "185.628", - "max": "209.653", - "min": "184.517", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "283.782", - "max": "371.885", - "min": "273.786", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "171.746", - "max": "231.474", - "min": "165.516", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "419.418", - "max": "473.573", - "min": "413.597", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "89.543", - "max": "96.452", - "min": "88.923", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "125.488", - "max": "166.972", - "min": "123.512", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "158.585", - "max": "195.231", - "min": "150.324", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "237.201", - "max": "295.078", - "min": "221.1", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "158.297", - "max": "210.187", - "min": "147.737", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "192.233", - "max": "242.566", - "min": "178.048", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "250.747", - "max": "264.099", - "min": "231.561", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "140.991", - "max": "185.017", - "min": "135.228", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "159.593", - "max": "212.34", - "min": "151.472", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "55.042", - "max": "74.529", - "min": "53.678", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "344.351", - "max": "373.701", - "min": "325.198", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "66.236", - "max": "75.691", - "min": "65.598", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "66.349", - "max": "98.375", - "min": "62.871", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "83.188", - "max": "134.953", - "min": "78.118", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "66.235", - "max": "92.589", - "min": "63.659", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "67.096", - "max": "77.39", - "min": "66.314", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "100.021", - "max": "100.986", - "min": "99.671", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "89.353", - "max": "137.319", - "min": "84.756", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "132.82", - "max": "179.766", - "min": "116.16", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "85.465", - "max": "107.185", - "min": "82.964", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "76.953", - "max": "124.552", - "min": "67.137", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "68.095", - "max": "94.653", - "min": "66.87", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "71.945", - "max": "113.989", - "min": "68.174", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "77.531", - "max": "90.252", - "min": "76.633", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "108.942", - "max": "169.902", - "min": "103.634", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "106.23", - "max": "135.751", - "min": "67.049", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "106.549", - "max": "164.918", - "min": "79.286", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "73.985", - "max": "126.782", - "min": "60.891", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "100.051", - "max": "140.135", - "min": "95.643", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "87.574", - "max": "95.82", - "min": "86.91", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "97.372", - "max": "136.607", - "min": "91.383", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "62.404", - "max": "78.506", - "min": "61.294", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "306.699", - "max": "369.227", - "min": "302.629", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "69.976", - "max": "72.193", - "min": "69.541", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "67.151", - "max": "70.43", - "min": "66.72", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "79.641", - "max": "102.987", - "min": "77.741", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "212.498", - "max": "220.945", - "min": "210.96", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "107.033", - "max": "107.296", - "min": "106.661", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "68.884", - "max": "127.519", - "min": "65.692", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "85.264", - "max": "133.456", - "min": "68.763", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "65.665", - "max": "66.046", - "min": "65.179", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "341.728", - "max": "350.815", - "min": "340.998", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "148.174", - "max": "196.895", - "min": "129.612", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "260.75", - "max": "267.589", - "min": "259.913", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "198.33", - "max": "254.098", - "min": "182.419", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "57.984", - "max": "69.324", - "min": "56.884", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "185.034", - "max": "217.724", - "min": "183.08", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "211.216", - "max": "263.78", - "min": "197.06", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "82.502", - "max": "122.435", - "min": "80.162", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "113.248", - "max": "129.771", - "min": "111.681", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "65.257", - "max": "70.15", - "min": "64.631", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "71.889", - "max": "125.207", - "min": "63.741", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "165.21", - "max": "218.106", - "min": "151.593", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "156.927", - "max": "157.249", - "min": "156.663", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "305.226", - "max": "355.757", - "min": "302.364", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "130.365", - "max": "131.226", - "min": "129.965", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "95.929", - "max": "136.618", - "min": "68.21", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "145.241", - "max": "213.058", - "min": "128.901", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "66.034", - "max": "70.097", - "min": "65.523", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "254.475", - "max": "309.064", - "min": "247.809", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "177.779", - "max": "238.204", - "min": "171.08", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "80.524", - "max": "122.716", - "min": "61.426", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "104.733", - "max": "152.329", - "min": "100.704", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "201.661", - "max": "204.985", - "min": "199.841", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "155.741", - "max": "204.508", - "min": "151.867", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "288.501", - "max": "347.603", - "min": "285.692", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "143.677", - "max": "166.18", - "min": "141.571", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "91.256", - "max": "95.747", - "min": "90.804", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "64.027", - "max": "107.898", - "min": "61.205", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "96.249", - "max": "96.724", - "min": "95.958", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "140.977", - "max": "199.568", - "min": "135.238", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "161.741", - "max": "210.156", - "min": "142.452", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "95.044", - "max": "118.298", - "min": "92.538", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "233.719", - "max": "290.045", - "min": "224.193", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "138.305", - "max": "196.615", - "min": "132.728", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "113.372", - "max": "129.878", - "min": "110.893", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "163.33", - "max": "178.393", - "min": "162.073", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "75.174", - "max": "86.961", - "min": "73.88", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "230.279", - "max": "261.899", - "min": "226.43", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "221.532", - "max": "221.532", - "min": "221.532", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "69.226", - "max": "128.795", - "min": "63.579", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "93.557", - "max": "128.766", - "min": "61.495", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "164.332", - "max": "224.916", - "min": "159.71", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "80.568", - "max": "148.376", - "min": "68.646", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "87.347", - "max": "93.113", - "min": "86.826", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "155.744", - "max": "213.749", - "min": "150.338", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "128.948", - "max": "131.473", - "min": "128.365", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "150.197", - "max": "150.572", - "min": "149.83", - "id": "63", - "country": "Morocco", - "source_name": "Fez", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "66": { - "name": "Istanbul", - "data": { - "0": { - "avg": "276.649", - "max": "277.203", - "min": "276.427", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "274.469", - "max": "274.925", - "min": "274.221", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "134.407", - "max": "135.292", - "min": "134.256", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "39.282", - "max": "42.007", - "min": "38.845", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "47.97", - "max": "49.245", - "min": "47.769", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "273.178", - "max": "273.423", - "min": "273.056", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "43.901", - "max": "44.14", - "min": "43.776", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "311.216", - "max": "319.651", - "min": "310.193", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "77.362", - "max": "77.456", - "min": "77.243", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "63.815", - "max": "64.668", - "min": "63.583", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "44.6", - "max": "45.146", - "min": "44.4", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "159.85", - "max": "179.581", - "min": "155.178", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "118.357", - "max": "118.469", - "min": "118.228", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "141.433", - "max": "143.523", - "min": "141.198", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "151.369", - "max": "152.002", - "min": "151.219", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "126.038", - "max": "126.277", - "min": "125.199", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "68.128", - "max": "68.484", - "min": "67.918", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "135.914", - "max": "136.018", - "min": "135.786", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "62.903", - "max": "63.111", - "min": "62.745", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "48.431", - "max": "48.502", - "min": "48.364", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "306.67", - "max": "317.522", - "min": "306.195", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "138.598", - "max": "138.696", - "min": "138.488", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "185.666", - "max": "185.76", - "min": "185.59", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "190.178", - "max": "192.469", - "min": "189.923", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "56.056", - "max": "56.568", - "min": "55.756", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "59.468", - "max": "59.536", - "min": "59.409", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "49.082", - "max": "49.971", - "min": "48.927", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "39.791", - "max": "39.987", - "min": "39.687", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "35.376", - "max": "35.529", - "min": "35.296", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "182.826", - "max": "183.218", - "min": "182.64", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "275.925", - "max": "276.022", - "min": "275.821", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "45.839", - "max": "47.614", - "min": "45.677", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "183.494", - "max": "184.015", - "min": "183.373", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "64.497", - "max": "65.246", - "min": "64.328", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "41.667", - "max": "43.192", - "min": "41.462", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "206.61", - "max": "208.6", - "min": "206.277", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "183.722", - "max": "183.775", - "min": "183.591", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "177.832", - "max": "177.912", - "min": "177.754", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "154.363", - "max": "154.542", - "min": "154.235", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "128.494", - "max": "130.032", - "min": "128.094", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "188.782", - "max": "194.414", - "min": "188.031", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "55.666", - "max": "58.753", - "min": "55.012", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "80.849", - "max": "81.033", - "min": "80.662", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "60.571", - "max": "68.338", - "min": "60.043", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "252.07", - "max": "252.167", - "min": "251.949", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "54.929", - "max": "55.56", - "min": "54.459", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "65.401", - "max": "65.693", - "min": "65.246", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "206.755", - "max": "216.006", - "min": "206.268", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "260.103", - "max": "261.418", - "min": "258.495", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "164.824", - "max": "164.913", - "min": "164.73", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "129.643", - "max": "129.75", - "min": "129.539", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "187.868", - "max": "191.096", - "min": "187.444", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "58.323", - "max": "149.267", - "min": "49.663", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "157.253", - "max": "159.53", - "min": "152.761", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "186.372", - "max": "193.4", - "min": "183.325", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "387.997", - "max": "388.926", - "min": "387.815", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "77.008", - "max": "80.187", - "min": "76.503", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "338.943", - "max": "339.002", - "min": "338.81", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "69.244", - "max": "70.751", - "min": "68.86", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "50.22", - "max": "50.383", - "min": "50.117", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "94.44", - "max": "211.488", - "min": "89.71", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "102.854", - "max": "147.82", - "min": "100.694", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "225.339", - "max": "233.586", - "min": "224.62", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "306.255", - "max": "307.329", - "min": "306.05", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "0.053", - "max": "0.199", - "min": "0.015", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "45.27", - "max": "46.073", - "min": "45.097", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "121.278", - "max": "121.449", - "min": "121.117", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "41.019", - "max": "41.412", - "min": "40.646", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "247.896", - "max": "249.307", - "min": "247.328", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "172.728", - "max": "173.506", - "min": "172.599", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "344.498", - "max": "346.457", - "min": "344.197", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "184.2", - "max": "184.512", - "min": "183.937", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "207.357", - "max": "207.822", - "min": "206.944", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "142.293", - "max": "142.83", - "min": "142.198", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "87.364", - "max": "88.462", - "min": "87.132", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "55.192", - "max": "55.449", - "min": "55.059", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "138.069", - "max": "138.201", - "min": "137.849", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "199.364", - "max": "199.665", - "min": "199.165", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "139.177", - "max": "141.349", - "min": "138.434", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "142.077", - "max": "142.934", - "min": "141.945", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "177.307", - "max": "179.706", - "min": "177.115", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "122.683", - "max": "123.037", - "min": "122.439", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "289.119", - "max": "299.531", - "min": "287.606", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "181.867", - "max": "182.077", - "min": "181.725", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "181.84", - "max": "184.114", - "min": "175.623", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "110.252", - "max": "111.123", - "min": "109.889", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "56.417", - "max": "57.472", - "min": "56.171", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "153.608", - "max": "153.722", - "min": "153.449", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "142.913", - "max": "143.309", - "min": "142.737", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "52.2", - "max": "54.661", - "min": "51.921", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "145.526", - "max": "147.639", - "min": "144.481", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "181.262", - "max": "181.792", - "min": "180.756", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "63.393", - "max": "63.451", - "min": "63.3", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "330.614", - "max": "335.408", - "min": "330.221", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "131.201", - "max": "132.636", - "min": "130.942", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "154.043", - "max": "154.267", - "min": "153.926", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "197.97", - "max": "198.25", - "min": "197.712", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "183.123", - "max": "208.337", - "min": "181.493", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "194.41", - "max": "194.498", - "min": "194.343", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "139.874", - "max": "141.523", - "min": "139.585", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "148.253", - "max": "148.471", - "min": "148.15", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.047", - "max": "182.196", - "min": "181.944", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "56.003", - "max": "56.734", - "min": "55.818", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "340.77", - "max": "348.177", - "min": "339.89", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "141.477", - "max": "142.034", - "min": "141.296", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "381.432", - "max": "386.564", - "min": "352.436", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "211.107", - "max": "212.985", - "min": "210.92", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "120.491", - "max": "120.617", - "min": "120.333", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "147.425", - "max": "147.603", - "min": "147.27", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "184.109", - "max": "184.64", - "min": "183.953", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "271.987", - "max": "273.329", - "min": "271.748", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "303.38", - "max": "303.999", - "min": "302.983", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "118.973", - "max": "119.07", - "min": "118.881", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "174.887", - "max": "176.287", - "min": "170.85", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "400.327", - "max": "507.097", - "min": "230.289", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "144.892", - "max": "254.108", - "min": "62.818", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "206.997", - "max": "213.896", - "min": "206.461", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "266.835", - "max": "267.919", - "min": "266.615", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "161.334", - "max": "161.493", - "min": "161.208", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "146.934", - "max": "148.937", - "min": "146.641", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "154.573", - "max": "154.751", - "min": "154.396", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "235.617", - "max": "387.117", - "min": "150.003", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "229.329", - "max": "230.654", - "min": "228.177", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "72.85", - "max": "314.092", - "min": "63.726", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "70.543", - "max": "70.616", - "min": "70.427", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "60.109", - "max": "63.928", - "min": "59.357", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "120.176", - "max": "120.398", - "min": "120.055", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "196.015", - "max": "196.471", - "min": "195.865", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "154.777", - "max": "157.373", - "min": "154.412", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "215.466", - "max": "217.035", - "min": "215.273", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "142.902", - "max": "143.189", - "min": "142.761", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "141.758", - "max": "141.959", - "min": "141.584", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "139.229", - "max": "139.382", - "min": "139.071", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "320.629", - "max": "321.949", - "min": "319.954", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "165.955", - "max": "166.149", - "min": "165.855", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "119.666", - "max": "120.441", - "min": "119.505", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "172.579", - "max": "177.6", - "min": "171.702", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "168.017", - "max": "168.082", - "min": "167.941", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "147.697", - "max": "147.924", - "min": "147.516", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "120.675", - "max": "120.821", - "min": "120.544", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "37.3", - "max": "37.467", - "min": "37.184", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "215.858", - "max": "216.828", - "min": "215.545", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "74.377", - "max": "75.137", - "min": "74.239", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "37.431", - "max": "37.51", - "min": "37.295", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "220.251", - "max": "227.393", - "min": "219.738", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "42.675", - "max": "43.527", - "min": "42.531", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "34.493", - "max": "36.694", - "min": "34.283", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "175.211", - "max": "175.904", - "min": "175.009", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "46.789", - "max": "47.164", - "min": "46.699", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "48.792", - "max": "48.852", - "min": "48.707", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "39.431", - "max": "47.716", - "min": "38.278", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "295.948", - "max": "296.743", - "min": "295.613", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "68.158", - "max": "69.58", - "min": "67.982", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "45.657", - "max": "67.49", - "min": "44.739", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "133.46", - "max": "133.989", - "min": "133.094", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "195.717", - "max": "196.152", - "min": "195.545", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "71.154", - "max": "73.097", - "min": "70.831", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "274.504", - "max": "321.455", - "min": "268.145", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "195.162", - "max": "195.965", - "min": "195.022", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "289.199", - "max": "384.535", - "min": "282.422", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "161.243", - "max": "161.371", - "min": "161.137", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "249.082", - "max": "249.242", - "min": "249.006", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "60.959", - "max": "61.236", - "min": "60.882", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "118.052", - "max": "119.398", - "min": "117.891", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "150.662", - "max": "150.859", - "min": "150.556", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "211.268", - "max": "211.35", - "min": "211.141", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "121.795", - "max": "123.297", - "min": "121.584", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "184.714", - "max": "184.997", - "min": "184.574", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "345.988", - "max": "354.685", - "min": "322.853", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "124.958", - "max": "125.121", - "min": "124.818", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "148.765", - "max": "148.82", - "min": "148.679", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "55.385", - "max": "56.769", - "min": "55.162", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "302.073", - "max": "303.137", - "min": "301.858", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "55.332", - "max": "56.968", - "min": "55.14", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "55.181", - "max": "63.407", - "min": "54.668", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "61.359", - "max": "61.561", - "min": "61.248", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "45.055", - "max": "45.139", - "min": "44.935", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "52.287", - "max": "52.979", - "min": "52.052", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "94.459", - "max": "95.404", - "min": "94.291", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "62.192", - "max": "62.28", - "min": "62.089", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "95.226", - "max": "100.556", - "min": "94.662", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "37.949", - "max": "38.265", - "min": "37.777", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "46.175", - "max": "47.162", - "min": "45.958", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "51.809", - "max": "53.457", - "min": "51.613", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "48.109", - "max": "48.203", - "min": "47.936", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "45.869", - "max": "46.919", - "min": "45.703", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "9.039", - "max": "9.179", - "min": "8.943", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "56.799", - "max": "78.375", - "min": "54.471", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "69.119", - "max": "120.736", - "min": "44.459", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "67.417", - "max": "67.679", - "min": "67.3", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "11.95", - "max": "88.789", - "min": "8.132", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "65.602", - "max": "72.931", - "min": "65.195", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "69.53", - "max": "70.161", - "min": "69.049", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "47.707", - "max": "48.795", - "min": "47.333", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "305.119", - "max": "332.492", - "min": "304.048", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "47.084", - "max": "47.202", - "min": "46.984", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "63.875", - "max": "63.99", - "min": "63.739", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "49.573", - "max": "49.723", - "min": "49.485", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "212.325", - "max": "219.004", - "min": "210.34", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "49.811", - "max": "49.918", - "min": "49.686", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "45.717", - "max": "47.158", - "min": "45.598", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "58.562", - "max": "60.221", - "min": "58.29", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "47.537", - "max": "48.432", - "min": "46.776", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "330.143", - "max": "330.982", - "min": "329.951", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "123.787", - "max": "130.302", - "min": "123.008", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "252.659", - "max": "256.315", - "min": "247.9", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "181.267", - "max": "181.378", - "min": "181.138", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "45.207", - "max": "45.413", - "min": "45.01", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "178.198", - "max": "179.652", - "min": "177.973", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "189.28", - "max": "189.896", - "min": "188.807", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "70.621", - "max": "70.867", - "min": "70.49", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "10.948", - "max": "13.467", - "min": "10.675", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "53.554", - "max": "69.909", - "min": "50.991", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "45.689", - "max": "46.848", - "min": "45.43", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "143.143", - "max": "143.894", - "min": "143.051", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "151.555", - "max": "151.626", - "min": "151.454", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "312.187", - "max": "312.551", - "min": "311.963", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "125.455", - "max": "125.953", - "min": "125.116", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "49.336", - "max": "49.538", - "min": "49.206", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "122.116", - "max": "122.183", - "min": "122.026", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "52.216", - "max": "52.363", - "min": "52.089", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "241.688", - "max": "242.649", - "min": "241.241", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "158.427", - "max": "162.965", - "min": "156.068", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "61.002", - "max": "61.498", - "min": "60.879", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "67.257", - "max": "68.304", - "min": "66.488", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "195.493", - "max": "201.832", - "min": "194.163", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "142.28", - "max": "142.924", - "min": "141.914", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "276.199", - "max": "276.857", - "min": "276.058", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "76.919", - "max": "77.983", - "min": "76.608", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "72.469", - "max": "72.566", - "min": "72.392", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "47.612", - "max": "47.692", - "min": "47.517", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "61.956", - "max": "63.755", - "min": "60.864", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "128.055", - "max": "130.462", - "min": "127.675", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "127.655", - "max": "127.886", - "min": "127.463", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "98.929", - "max": "101.831", - "min": "97.64", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "203.892", - "max": "205.357", - "min": "203.124", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "128.759", - "max": "130.332", - "min": "127.622", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "87.673", - "max": "89.032", - "min": "87.413", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "142.923", - "max": "143.032", - "min": "142.792", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "62.984", - "max": "67.356", - "min": "62.346", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "207.623", - "max": "212.566", - "min": "196.862", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "224.156", - "max": "224.156", - "min": "224.156", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "51.263", - "max": "51.351", - "min": "51.168", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "39.959", - "max": "40.104", - "min": "39.833", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "144.624", - "max": "146.826", - "min": "144.32", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "66.246", - "max": "74.913", - "min": "57.918", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "40.505", - "max": "40.975", - "min": "40.177", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "203.661", - "max": "206.554", - "min": "202.748", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "45.088", - "max": "47.426", - "min": "44.731", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "149.697", - "max": "150.012", - "min": "149.562", - "id": "66", - "country": "Turkey", - "source_name": "Istanbul", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "87": { - "name": "Tel Aviv", - "data": { - "0": { - "avg": "270.473", - "max": "271.588", - "min": "270.099", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "287.935", - "max": "288.853", - "min": "287.352", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "157.834", - "max": "158.94", - "min": "157.606", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "84.299", - "max": "91.831", - "min": "83.287", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "68.563", - "max": "70.361", - "min": "68.193", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "289.424", - "max": "290.453", - "min": "289.094", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "62.281", - "max": "63.589", - "min": "61.946", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "323.73", - "max": "332.943", - "min": "322.314", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "97.368", - "max": "98.694", - "min": "96.995", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "85.34", - "max": "86.428", - "min": "84.861", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "63.954", - "max": "64.986", - "min": "63.592", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "175.251", - "max": "176.246", - "min": "174.679", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "125.638", - "max": "126.201", - "min": "125.299", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "141.806", - "max": "149.209", - "min": "141.069", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "158.07", - "max": "159.092", - "min": "157.801", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "148.914", - "max": "149.785", - "min": "148.058", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "86.466", - "max": "87.722", - "min": "85.976", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "142.503", - "max": "144.468", - "min": "142.303", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "80.25", - "max": "81.268", - "min": "79.924", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "80.779", - "max": "81.281", - "min": "80.571", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "326.605", - "max": "327.493", - "min": "326.172", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "147.823", - "max": "148.614", - "min": "147.525", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "196.707", - "max": "197.737", - "min": "196.21", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "202.909", - "max": "203.97", - "min": "202.45", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "93.047", - "max": "94.093", - "min": "92.549", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "75.556", - "max": "76.887", - "min": "75.216", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "71.699", - "max": "73.131", - "min": "71.253", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "93.477", - "max": "94.303", - "min": "93.119", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "75.86", - "max": "77.545", - "min": "75.538", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "187.854", - "max": "188.664", - "min": "187.555", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "195.843", - "max": "196.217", - "min": "195.652", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "82.473", - "max": "83.347", - "min": "82.136", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "188.817", - "max": "189.697", - "min": "188.381", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "98.64", - "max": "99.257", - "min": "98.317", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "77.193", - "max": "78.608", - "min": "76.477", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "230.565", - "max": "234.921", - "min": "229.911", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "193.516", - "max": "194.599", - "min": "193.209", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "177.938", - "max": "178.507", - "min": "177.722", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "176.38", - "max": "177.98", - "min": "176.037", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "140.958", - "max": "143.501", - "min": "140.222", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "204.633", - "max": "210.258", - "min": "203.716", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "72.234", - "max": "78.636", - "min": "71.174", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "109.131", - "max": "109.92", - "min": "108.885", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "84.874", - "max": "85.872", - "min": "84.506", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.822", - "max": "212.506", - "min": "211.553", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "85.439", - "max": "86.461", - "min": "84.82", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "86.069", - "max": "87.275", - "min": "85.619", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "219.213", - "max": "220.199", - "min": "218.81", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "296.629", - "max": "297.612", - "min": "296.338", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "182.814", - "max": "183.984", - "min": "182.558", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "142.297", - "max": "143.199", - "min": "141.869", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "203.928", - "max": "205.067", - "min": "203.394", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "130.1", - "max": "143.985", - "min": "117.139", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "180.566", - "max": "181.533", - "min": "180.203", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "199.768", - "max": "214.668", - "min": "195.191", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "224.823", - "max": "225.803", - "min": "224.197", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "85.63", - "max": "87.997", - "min": "84.545", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "361.408", - "max": "362.568", - "min": "360.91", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "112.953", - "max": "115.927", - "min": "112.189", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "62.047", - "max": "62.899", - "min": "61.744", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "112.258", - "max": "113.429", - "min": "111.666", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "112.548", - "max": "130.002", - "min": "111.47", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "202.542", - "max": "276.655", - "min": "191.624", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "342.298", - "max": "342.904", - "min": "342.066", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "94.525", - "max": "95.205", - "min": "94.215", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "87.05", - "max": "90.928", - "min": "86.625", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "162.443", - "max": "163.876", - "min": "162.084", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "105.922", - "max": "123.687", - "min": "104.147", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "274.823", - "max": "276.832", - "min": "274.028", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "179.359", - "max": "180.645", - "min": "178.989", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "247.311", - "max": "249.99", - "min": "246.923", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "196.483", - "max": "197.267", - "min": "195.899", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "200.356", - "max": "202.197", - "min": "200.038", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "157.836", - "max": "158.899", - "min": "157.48", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "105.163", - "max": "107.043", - "min": "104.771", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "64.733", - "max": "65.735", - "min": "64.389", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "149.352", - "max": "150.037", - "min": "149.028", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "187.66", - "max": "188.595", - "min": "187.132", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "150.917", - "max": "163.932", - "min": "150.129", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "151.888", - "max": "152.688", - "min": "151.624", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "191.156", - "max": "192.988", - "min": "190.792", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "133.393", - "max": "134.136", - "min": "133.134", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "333.416", - "max": "351.537", - "min": "284.649", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "201.775", - "max": "202.83", - "min": "201.32", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "175.277", - "max": "176.336", - "min": "174.822", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "0.083", - "max": "0.333", - "min": "0.02", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "72.257", - "max": "73.269", - "min": "71.847", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "155.099", - "max": "156.137", - "min": "154.754", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "153.563", - "max": "154.655", - "min": "153.021", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "62.327", - "max": "63.283", - "min": "61.973", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "159.396", - "max": "162.668", - "min": "158.451", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "211.536", - "max": "213.71", - "min": "211.173", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "88.95", - "max": "89.902", - "min": "88.669", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "285.652", - "max": "286.959", - "min": "285.219", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "146.669", - "max": "149.198", - "min": "146.164", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "155.096", - "max": "155.969", - "min": "154.774", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "207.947", - "max": "208.942", - "min": "207.551", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "200.807", - "max": "224.598", - "min": "198.958", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "203.38", - "max": "204.312", - "min": "203.039", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "153.679", - "max": "155.719", - "min": "152.92", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "178.791", - "max": "179.396", - "min": "178.432", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "207.774", - "max": "208.355", - "min": "207.484", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "104.08", - "max": "105.515", - "min": "103.735", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "457.901", - "max": "462.545", - "min": "456.764", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "157.468", - "max": "158.345", - "min": "157.113", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "431.216", - "max": "469.841", - "min": "420.992", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "217.1", - "max": "219.732", - "min": "216.439", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "137.67", - "max": "138.734", - "min": "137.27", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "149.368", - "max": "150.486", - "min": "149.169", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "205.969", - "max": "207.3", - "min": "205.603", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "300.169", - "max": "301.011", - "min": "299.677", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "320.58", - "max": "321.81", - "min": "320.025", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "129.373", - "max": "130.322", - "min": "129.041", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "196.83", - "max": "198.65", - "min": "196.441", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "417.594", - "max": "548.265", - "min": "248.072", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "179.691", - "max": "292.97", - "min": "103.404", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "215.963", - "max": "230.102", - "min": "215.014", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "276.887", - "max": "278.13", - "min": "276.478", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "172.454", - "max": "173.272", - "min": "172.074", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "158.356", - "max": "159.043", - "min": "157.931", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "162.745", - "max": "164.227", - "min": "162.427", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "228.553", - "max": "389.651", - "min": "157.796", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "241.3", - "max": "242.751", - "min": "240.935", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "104.522", - "max": "301.346", - "min": "96.932", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "95.748", - "max": "96.937", - "min": "95.35", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "84.235", - "max": "85.718", - "min": "83.625", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "141.305", - "max": "142.598", - "min": "140.964", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "224.623", - "max": "225.647", - "min": "224.357", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "168.074", - "max": "171.189", - "min": "167.635", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "220.736", - "max": "221.775", - "min": "220.319", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "172.083", - "max": "173.336", - "min": "171.717", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "149.665", - "max": "150.707", - "min": "149.32", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "150.069", - "max": "151.668", - "min": "149.666", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "343.167", - "max": "345.598", - "min": "342.294", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "180.859", - "max": "182.212", - "min": "180.472", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "137.278", - "max": "138.604", - "min": "136.835", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "176.702", - "max": "190.035", - "min": "175.451", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "167.985", - "max": "169.106", - "min": "167.582", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "160.727", - "max": "162.092", - "min": "160.428", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "134.378", - "max": "135.361", - "min": "134.024", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "84.96", - "max": "86.887", - "min": "84.56", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "338.774", - "max": "341.651", - "min": "337.918", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "91.247", - "max": "92.263", - "min": "90.91", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "87.598", - "max": "88.255", - "min": "87.256", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "232.758", - "max": "237.491", - "min": "232.147", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "66.576", - "max": "67.781", - "min": "66.261", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "93.736", - "max": "99.946", - "min": "93.096", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "196.664", - "max": "197.298", - "min": "196.411", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "65.336", - "max": "74.8", - "min": "64.662", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "64.696", - "max": "65.857", - "min": "64.369", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "63.4", - "max": "83.573", - "min": "60.661", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "302.139", - "max": "303.522", - "min": "301.717", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "97.953", - "max": "99.6", - "min": "97.468", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "67.304", - "max": "80.528", - "min": "65.598", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "137.157", - "max": "138.351", - "min": "136.9", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "206.95", - "max": "249.352", - "min": "204.887", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "88.127", - "max": "89.317", - "min": "87.827", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "308.957", - "max": "356.182", - "min": "299.701", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "175.732", - "max": "176.748", - "min": "175.327", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "297.463", - "max": "382.159", - "min": "288.786", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "173.505", - "max": "175.263", - "min": "173.002", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "257.48", - "max": "258.679", - "min": "257.079", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "90.996", - "max": "91.41", - "min": "90.691", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "129.522", - "max": "130.781", - "min": "129.115", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "151.307", - "max": "152.603", - "min": "150.957", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "218.54", - "max": "219.817", - "min": "218.241", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "148.529", - "max": "149.52", - "min": "148.21", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "208.087", - "max": "209.334", - "min": "207.722", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "285.402", - "max": "293.206", - "min": "268.439", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "138.945", - "max": "140.39", - "min": "138.509", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "157.048", - "max": "158.017", - "min": "156.75", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "82.38", - "max": "84.015", - "min": "81.859", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "205.837", - "max": "207.195", - "min": "205.497", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "68.123", - "max": "70.189", - "min": "67.641", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "68.23", - "max": "69.02", - "min": "67.806", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "90.309", - "max": "102.328", - "min": "89.577", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "52.475", - "max": "53.085", - "min": "52.21", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "67.426", - "max": "68.726", - "min": "66.981", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "112.107", - "max": "113.243", - "min": "111.701", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "88.026", - "max": "89.504", - "min": "87.66", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "123.214", - "max": "124.184", - "min": "122.898", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "63.34", - "max": "65.687", - "min": "62.79", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "60.67", - "max": "62.58", - "min": "60.247", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "64.965", - "max": "65.955", - "min": "64.674", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "61.592", - "max": "62.953", - "min": "61.17", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "78.968", - "max": "80.651", - "min": "78.595", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "102.741", - "max": "103.67", - "min": "102.361", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "83.471", - "max": "87.141", - "min": "82.592", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "96.318", - "max": "147.259", - "min": "71.022", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "57.77", - "max": "59.214", - "min": "57.494", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "109.65", - "max": "110.522", - "min": "109.3", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "88.22", - "max": "89.201", - "min": "87.832", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "94.906", - "max": "95.841", - "min": "94.365", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "70.561", - "max": "71.621", - "min": "70.149", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "243.023", - "max": "248.864", - "min": "242.485", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "76.85", - "max": "77.918", - "min": "76.543", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "98.168", - "max": "99.426", - "min": "97.688", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "86.391", - "max": "87.115", - "min": "86.123", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "231.905", - "max": "237.964", - "min": "230.349", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "109.175", - "max": "110.037", - "min": "108.98", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "62.307", - "max": "64.065", - "min": "61.718", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "65.803", - "max": "67.137", - "min": "65.394", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "63.724", - "max": "65.755", - "min": "62.993", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "342.479", - "max": "349.754", - "min": "341.653", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "149.17", - "max": "157.064", - "min": "147.843", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "267.158", - "max": "270.876", - "min": "258.83", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "189.034", - "max": "189.776", - "min": "188.652", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "69.068", - "max": "70.274", - "min": "68.715", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "202.084", - "max": "203.755", - "min": "201.633", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "209.497", - "max": "210.583", - "min": "209.026", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "92.261", - "max": "93.134", - "min": "91.915", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "75.202", - "max": "76.168", - "min": "74.852", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "61.793", - "max": "63.096", - "min": "61.179", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "67.769", - "max": "69.375", - "min": "67.138", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "162.484", - "max": "163.671", - "min": "162.171", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "170.106", - "max": "171.073", - "min": "169.779", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "294.862", - "max": "296.199", - "min": "294.415", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "201.685", - "max": "202.555", - "min": "201.393", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "86.169", - "max": "87.249", - "min": "85.8", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "134.968", - "max": "136.09", - "min": "134.725", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "76.155", - "max": "76.925", - "min": "75.95", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "255.987", - "max": "257.262", - "min": "255.528", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "173.69", - "max": "178.151", - "min": "170.729", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "76.416", - "max": "77.493", - "min": "76.127", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "63.393", - "max": "87.691", - "min": "61.847", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "219.305", - "max": "228.806", - "min": "217.352", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "159.934", - "max": "161.395", - "min": "159.287", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "275.427", - "max": "276.322", - "min": "275.048", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "145.247", - "max": "146.095", - "min": "144.831", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "96.231", - "max": "97.662", - "min": "95.912", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "71.661", - "max": "72.002", - "min": "71.498", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "68.015", - "max": "68.843", - "min": "67.75", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "151.76", - "max": "152.575", - "min": "151.302", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "137.508", - "max": "138.843", - "min": "137.067", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "101.507", - "max": "110.934", - "min": "99.658", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "221.849", - "max": "223.737", - "min": "221.28", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "156.162", - "max": "157.986", - "min": "155.029", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "3.956", - "max": "5.144", - "min": "3.579", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "161.894", - "max": "162.85", - "min": "161.503", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "80.736", - "max": "86.017", - "min": "79.97", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "224.484", - "max": "227.894", - "min": "216.637", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "237.258", - "max": "237.258", - "min": "237.258", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "61.258", - "max": "61.746", - "min": "61.064", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "74.691", - "max": "75.363", - "min": "74.427", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "158.548", - "max": "159.724", - "min": "158.116", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "77.555", - "max": "89.269", - "min": "71.073", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "77.601", - "max": "78.824", - "min": "77.165", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "195.252", - "max": "196.524", - "min": "194.74", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "136.035", - "max": "137.699", - "min": "135.574", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "169.726", - "max": "170.752", - "min": "169.443", - "id": "87", - "country": "Israel", - "source_name": "Tel Aviv", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "116": { - "name": "Riyadh", - "data": { - "0": { - "avg": "372.127", - "max": "704.276", - "min": "278.521", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "270.27", - "max": "271.857", - "min": "269.911", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "846.945", - "max": "1301.35", - "min": "524.112", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "489.845", - "max": "693.25", - "min": "365.781", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "112.084", - "max": "201.32", - "min": "90.164", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "570.024", - "max": "802.473", - "min": "357.927", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "118.845", - "max": "270.664", - "min": "94.026", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "826.206", - "max": "1488.12", - "min": "587.174", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "232.934", - "max": "560.801", - "min": "134.17", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "115.634", - "max": "118.422", - "min": "115.213", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "221.332", - "max": "333.447", - "min": "105.556", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "409.903", - "max": "775.487", - "min": "186.901", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "469.966", - "max": "826.035", - "min": "314.542", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "291.515", - "max": "529.973", - "min": "168.45", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "195.274", - "max": "195.666", - "min": "195.14", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "572.168", - "max": "891.975", - "min": "307.356", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "217.931", - "max": "324.369", - "min": "125.087", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "637.425", - "max": "803.525", - "min": "491.902", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "417.99", - "max": "546.256", - "min": "308.765", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "414.445", - "max": "842.175", - "min": "126.236", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "382.659", - "max": "645.145", - "min": "282.953", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "859.541", - "max": "1094.87", - "min": "582.531", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "232.352", - "max": "233.313", - "min": "232.082", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "211.568", - "max": "212.176", - "min": "211.382", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "126.758", - "max": "127.591", - "min": "126.51", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "246.045", - "max": "394.806", - "min": "122.422", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "90.524", - "max": "91.123", - "min": "90.343", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "332.56", - "max": "936.065", - "min": "164.157", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "319.421", - "max": "460.469", - "min": "200.428", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "567.86", - "max": "758.792", - "min": "406.326", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "401.881", - "max": "587.176", - "min": "381.919", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "531.56", - "max": "857.603", - "min": "243.272", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "226.711", - "max": "251.278", - "min": "225.557", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "194.488", - "max": "354.302", - "min": "130.174", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "621.774", - "max": "849.691", - "min": "415.538", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "220.433", - "max": "221.913", - "min": "220.153", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "440.9", - "max": "646.969", - "min": "314.749", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "395.965", - "max": "759.982", - "min": "212.643", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "198.188", - "max": "198.443", - "min": "197.995", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "408.234", - "max": "668.705", - "min": "268.067", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "546.957", - "max": "842.745", - "min": "322.378", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "623.46", - "max": "746.409", - "min": "423.222", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "348.93", - "max": "972.672", - "min": "152.562", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "126.96", - "max": "329.501", - "min": "101.719", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "529.719", - "max": "737.937", - "min": "367.153", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "327.814", - "max": "601.513", - "min": "185.16", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "380.788", - "max": "498.996", - "min": "231.854", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "240.983", - "max": "241.96", - "min": "240.695", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "446.49", - "max": "846.828", - "min": "308.578", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "200.002", - "max": "200.167", - "min": "199.87", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "199.049", - "max": "200.144", - "min": "198.851", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "394.43", - "max": "754.429", - "min": "240.914", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "173.662", - "max": "322.825", - "min": "138.588", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "308.594", - "max": "490.755", - "min": "193.945", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "142.208", - "max": "155.903", - "min": "138.051", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "492.277", - "max": "1061.54", - "min": "267.589", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "510.359", - "max": "775.04", - "min": "271.462", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "1270.9", - "max": "2107.5", - "min": "762.352", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "250.03", - "max": "319.291", - "min": "159.979", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "222.033", - "max": "399.163", - "min": "96.094", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "352.539", - "max": "549.863", - "min": "216.272", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "429.556", - "max": "533.515", - "min": "270.508", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "383.684", - "max": "585.729", - "min": "234.778", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "325.735", - "max": "584.438", - "min": "205.195", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "121.932", - "max": "122.076", - "min": "121.831", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "284.725", - "max": "512.297", - "min": "169.778", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "207.049", - "max": "418.487", - "min": "166.771", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "294.367", - "max": "499.806", - "min": "117.189", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "299.806", - "max": "301.62", - "min": "299.064", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "515.807", - "max": "691.689", - "min": "278.324", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "257.665", - "max": "258.818", - "min": "257.41", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "218.669", - "max": "219.168", - "min": "218.374", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "232.396", - "max": "232.637", - "min": "232.161", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "463.153", - "max": "1141.56", - "min": "190.232", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "434.127", - "max": "635.825", - "min": "137.071", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "105.475", - "max": "105.811", - "min": "105.282", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "668.578", - "max": "882.32", - "min": "427.483", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "255.446", - "max": "259.361", - "min": "255.169", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "284.827", - "max": "379.802", - "min": "191.607", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "296.533", - "max": "491.176", - "min": "182.567", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "523.222", - "max": "817.094", - "min": "325.354", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "460.744", - "max": "759.12", - "min": "238.739", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "222.904", - "max": "460.905", - "min": "178.439", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "700.024", - "max": "828.837", - "min": "560.55", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "202.23", - "max": "202.478", - "min": "202.1", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "232.91", - "max": "488.303", - "min": "140.87", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "411.659", - "max": "609.829", - "min": "211.15", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "567.956", - "max": "703.091", - "min": "372.678", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "183.997", - "max": "185.054", - "min": "183.769", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "200.774", - "max": "541.304", - "min": "94.601", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "185.862", - "max": "187.431", - "min": "185.055", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "259.267", - "max": "698.777", - "min": "235.73", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "332.265", - "max": "625.502", - "min": "113.725", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "317.688", - "max": "318.866", - "min": "317.459", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "380.813", - "max": "670.183", - "min": "183.9", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "219.808", - "max": "423.044", - "min": "205.671", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "444.752", - "max": "731.573", - "min": "300.377", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "429.577", - "max": "821.822", - "min": "271.614", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "235.928", - "max": "236.164", - "min": "235.79", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "194.455", - "max": "281.378", - "min": "185.436", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "417.509", - "max": "616.373", - "min": "257.721", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "555.469", - "max": "742.922", - "min": "378.025", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "788.236", - "max": "1076.34", - "min": "596.963", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "405.644", - "max": "540.978", - "min": "387.942", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "181.781", - "max": "182.882", - "min": "181.448", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "351.475", - "max": "398.915", - "min": "329.388", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "460.114", - "max": "643.503", - "min": "362.714", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "188.706", - "max": "188.907", - "min": "188.501", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "351.52", - "max": "542.586", - "min": "180.491", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "744.516", - "max": "1019.84", - "min": "527.372", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "298.886", - "max": "299.124", - "min": "298.692", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "300.549", - "max": "325.739", - "min": "287.046", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "154.226", - "max": "154.453", - "min": "154.028", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "340.294", - "max": "473.602", - "min": "224.439", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "0.044", - "max": "0.079", - "min": "0.025", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "573.354", - "max": "901.964", - "min": "376.251", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "340.383", - "max": "456.827", - "min": "210.611", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "730.331", - "max": "1203.74", - "min": "509.407", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "431.048", - "max": "697.074", - "min": "240.105", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "461.613", - "max": "980.594", - "min": "200.532", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "474.983", - "max": "838.507", - "min": "213.575", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "372.366", - "max": "631.527", - "min": "173.144", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "279.681", - "max": "279.876", - "min": "279.577", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "147.773", - "max": "440.386", - "min": "121.536", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "471.111", - "max": "762.315", - "min": "371.073", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "594.825", - "max": "968.451", - "min": "442.487", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "372.735", - "max": "707.768", - "min": "159.281", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "609.26", - "max": "745.848", - "min": "422.76", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "346.33", - "max": "549.924", - "min": "191.591", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "855.963", - "max": "1632.84", - "min": "571.752", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "523.415", - "max": "715.334", - "min": "332.673", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "1012.79", - "max": "2230.19", - "min": "489.056", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "681.292", - "max": "1282.43", - "min": "487.479", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "666.455", - "max": "945.103", - "min": "362.689", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "641.299", - "max": "943.498", - "min": "445.221", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "168.757", - "max": "169.063", - "min": "168.497", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "244.633", - "max": "355.273", - "min": "222.365", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "1060.68", - "max": "1651.23", - "min": "384.235", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "406.674", - "max": "738.454", - "min": "193.064", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "198.192", - "max": "360.194", - "min": "171.829", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "105.378", - "max": "195.331", - "min": "95.78", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "247.968", - "max": "351.497", - "min": "186.818", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "122.09", - "max": "122.288", - "min": "121.926", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "1326.85", - "max": "1992.04", - "min": "636.361", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "250.532", - "max": "253.749", - "min": "250.151", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "370.537", - "max": "500.703", - "min": "280.572", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "128.795", - "max": "140.578", - "min": "128.112", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "127.921", - "max": "128.702", - "min": "127.744", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "137.769", - "max": "377.05", - "min": "90.368", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "239.002", - "max": "370.627", - "min": "117.978", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "286.762", - "max": "495.695", - "min": "143.946", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "305.6", - "max": "305.723", - "min": "305.485", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "709.727", - "max": "1043.56", - "min": "470.085", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "358.336", - "max": "489.993", - "min": "272.529", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "333.882", - "max": "697.545", - "min": "198.206", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "429.847", - "max": "555.466", - "min": "292.941", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "291.714", - "max": "494.07", - "min": "165.044", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "444.871", - "max": "734.32", - "min": "332.816", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "225.93", - "max": "226.184", - "min": "225.727", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "322.335", - "max": "404.447", - "min": "314.363", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "202.381", - "max": "202.58", - "min": "202.24", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "448.995", - "max": "637.653", - "min": "387.658", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "479.504", - "max": "837.64", - "min": "314.554", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "191.635", - "max": "191.802", - "min": "191.481", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "240.08", - "max": "529.113", - "min": "167.876", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "279.403", - "max": "470.776", - "min": "184.895", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "751.944", - "max": "1226.89", - "min": "456.348", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "455.312", - "max": "648.228", - "min": "274.033", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "257.925", - "max": "265.866", - "min": "234.203", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "496.389", - "max": "710.518", - "min": "294.234", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "304.85", - "max": "439.07", - "min": "200.88", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "97.645", - "max": "100.967", - "min": "97.238", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "138.309", - "max": "138.62", - "min": "138.13", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "355.206", - "max": "547.201", - "min": "147.053", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "104.553", - "max": "155.578", - "min": "101.757", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "148.69", - "max": "295.11", - "min": "115.28", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "348.108", - "max": "616.051", - "min": "207.81", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "428.653", - "max": "579.813", - "min": "329.403", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "391.613", - "max": "613.654", - "min": "211.517", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "454.846", - "max": "734.552", - "min": "260.066", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "199.326", - "max": "323.943", - "min": "130.69", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "455.579", - "max": "780.301", - "min": "227.258", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "432.607", - "max": "662.976", - "min": "255.746", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "316.46", - "max": "533.217", - "min": "183.835", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "152.353", - "max": "339.305", - "min": "91.222", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "426.302", - "max": "715.188", - "min": "180.903", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "172.276", - "max": "349.747", - "min": "142.08", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "399.194", - "max": "653.282", - "min": "172.506", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "341.546", - "max": "655.002", - "min": "127.636", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "282.325", - "max": "391.973", - "min": "162.307", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "452.225", - "max": "659.124", - "min": "246.018", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "274.87", - "max": "440.008", - "min": "136.827", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "502.802", - "max": "635.855", - "min": "369.981", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "303.97", - "max": "663.171", - "min": "93.824", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "368.2", - "max": "732.961", - "min": "180.871", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "593.976", - "max": "697.249", - "min": "509.475", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "203.373", - "max": "517.24", - "min": "92.365", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "397.168", - "max": "646", - "min": "256.13", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "368.369", - "max": "577.648", - "min": "246.899", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "512.874", - "max": "761.388", - "min": "289.407", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "110.878", - "max": "236.638", - "min": "84.771", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "285.646", - "max": "618.625", - "min": "104.256", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "319.618", - "max": "583.627", - "min": "93.678", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "600.645", - "max": "1014.91", - "min": "430.287", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "245.634", - "max": "325.236", - "min": "174.027", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "208.283", - "max": "508.971", - "min": "187.46", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "320.388", - "max": "555.72", - "min": "162.745", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "231.315", - "max": "395.817", - "min": "110.429", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "523.872", - "max": "949.78", - "min": "246.586", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "371.034", - "max": "502.27", - "min": "255.849", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "310.242", - "max": "553.507", - "min": "134.533", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "205.709", - "max": "733.417", - "min": "132.06", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "265.532", - "max": "481.065", - "min": "131.352", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "459.967", - "max": "589.663", - "min": "315.944", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "180.625", - "max": "180.845", - "min": "180.481", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "189.783", - "max": "190.008", - "min": "189.682", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "324.206", - "max": "324.871", - "min": "324.022", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "412.075", - "max": "611.891", - "min": "238.929", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "189.221", - "max": "317.027", - "min": "106.409", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "171.021", - "max": "171.197", - "min": "170.888", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "150.082", - "max": "310.167", - "min": "114.915", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "323.581", - "max": "451.978", - "min": "301.706", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "194.858", - "max": "198.591", - "min": "192.756", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "432.187", - "max": "738.275", - "min": "234.961", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "199.732", - "max": "466.177", - "min": "98.616", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "619.151", - "max": "788.011", - "min": "476.045", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "238.413", - "max": "374.743", - "min": "179.53", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "534.334", - "max": "740.058", - "min": "325.269", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "220.203", - "max": "409.943", - "min": "164.911", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "381.889", - "max": "803.868", - "min": "163.577", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "108.483", - "max": "259.977", - "min": "82.266", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "650.876", - "max": "1014.15", - "min": "409.307", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "721.385", - "max": "895.895", - "min": "589.576", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "385.524", - "max": "602.077", - "min": "253.429", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "289.069", - "max": "488.972", - "min": "160.538", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "456.7", - "max": "770.215", - "min": "294.482", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "460.557", - "max": "786.653", - "min": "238.886", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "307.694", - "max": "556.387", - "min": "199.338", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "589.555", - "max": "861.112", - "min": "422.859", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "506.116", - "max": "629.825", - "min": "381.838", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "1111.89", - "max": "1949.59", - "min": "756.143", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "274.014", - "max": "282.345", - "min": "265.684", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "574.706", - "max": "870.94", - "min": "398.266", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "497.864", - "max": "762.003", - "min": "331.7", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "221.082", - "max": "415.769", - "min": "194.467", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "261.986", - "max": "610.141", - "min": "103.039", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "368.458", - "max": "568.901", - "min": "227.37", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "476.16", - "max": "610.764", - "min": "342.075", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "520.244", - "max": "710.454", - "min": "384.102", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "194.786", - "max": "195.002", - "min": "194.611", - "id": "116", - "country": "Saudi Arabia", - "source_name": "Riyadh", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "133": { - "name": "Dubai", - "data": { - "0": { - "avg": "311.457", - "max": "313.721", - "min": "311.066", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "291.955", - "max": "297.694", - "min": "291.359", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "203.853", - "max": "204.443", - "min": "203.66", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "139.937", - "max": "148.858", - "min": "138.964", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "130.638", - "max": "131.79", - "min": "130.219", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "356.336", - "max": "358.962", - "min": "352.9", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "125.793", - "max": "126.905", - "min": "125.515", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "285.88", - "max": "301.065", - "min": "283.696", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "148.128", - "max": "149.368", - "min": "147.854", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "132.366", - "max": "143.661", - "min": "131.561", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "198.341", - "max": "199.726", - "min": "198.044", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "236.535", - "max": "243.697", - "min": "236.094", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "189.919", - "max": "192.849", - "min": "189.392", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "196.54", - "max": "202.66", - "min": "196.077", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "220.788", - "max": "223.148", - "min": "220.516", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "188.609", - "max": "193.02", - "min": "187.812", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "135.868", - "max": "139.22", - "min": "135.445", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "199.135", - "max": "200.361", - "min": "198.966", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "119.159", - "max": "122.48", - "min": "118.86", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "154.159", - "max": "155.751", - "min": "153.72", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "314.804", - "max": "317.393", - "min": "314.375", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "208.336", - "max": "210.052", - "min": "208.013", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "248.144", - "max": "249.872", - "min": "247.738", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "267.491", - "max": "268.295", - "min": "267.204", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "135.571", - "max": "136.665", - "min": "135.225", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "145.007", - "max": "145.541", - "min": "144.78", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "120.076", - "max": "120.621", - "min": "119.814", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "127.561", - "max": "128.689", - "min": "127.267", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "113.936", - "max": "114.657", - "min": "113.721", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "244.583", - "max": "248.302", - "min": "244.139", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "357.928", - "max": "359.898", - "min": "357.497", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "143.56", - "max": "144.965", - "min": "143.249", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "223.874", - "max": "225.319", - "min": "223.551", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "141.167", - "max": "141.932", - "min": "140.891", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "138.82", - "max": "142.435", - "min": "138.25", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "271.141", - "max": "273.585", - "min": "270.702", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "255.054", - "max": "255.221", - "min": "254.865", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "239.814", - "max": "242.905", - "min": "239.24", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "205.818", - "max": "206.983", - "min": "205.484", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "192.74", - "max": "193.114", - "min": "192.5", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "266.13", - "max": "269.809", - "min": "265.418", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "137.392", - "max": "139.684", - "min": "136.646", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "138.849", - "max": "139.403", - "min": "138.531", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "123.442", - "max": "123.848", - "min": "123.268", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "231.138", - "max": "233.188", - "min": "230.83", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "139.767", - "max": "140.791", - "min": "139.266", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "156.762", - "max": "156.994", - "min": "156.578", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "266.193", - "max": "269.615", - "min": "265.766", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "359.579", - "max": "359.996", - "min": "359.354", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "229.204", - "max": "231.947", - "min": "228.911", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "195.102", - "max": "195.368", - "min": "194.928", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "244.87", - "max": "245.82", - "min": "244.415", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "172.608", - "max": "219.232", - "min": "128.286", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "202.301", - "max": "203.207", - "min": "202.02", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "211.627", - "max": "224.211", - "min": "208.172", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "145.396", - "max": "147.266", - "min": "145.044", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "142.268", - "max": "148.318", - "min": "140.887", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "409.692", - "max": "410.495", - "min": "409.469", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "163.679", - "max": "164.902", - "min": "163.396", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "120.279", - "max": "123.553", - "min": "119.965", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "177.679", - "max": "180.877", - "min": "177.045", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "151.754", - "max": "211.382", - "min": "147.922", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "277.918", - "max": "403.772", - "min": "264.809", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "258.941", - "max": "259.863", - "min": "258.686", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "154.759", - "max": "156.264", - "min": "154.47", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "145.932", - "max": "147.103", - "min": "145.731", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "205.774", - "max": "207.65", - "min": "205.355", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "139.83", - "max": "140.795", - "min": "139.278", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "324.177", - "max": "325.274", - "min": "323.601", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "249.265", - "max": "250.475", - "min": "248.967", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "128.086", - "max": "129.751", - "min": "127.651", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "247.168", - "max": "248.012", - "min": "246.837", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "239.705", - "max": "242.291", - "min": "239.238", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "202.799", - "max": "203.903", - "min": "202.574", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "166.727", - "max": "167.484", - "min": "166.421", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "108.279", - "max": "109.603", - "min": "108.027", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "219.377", - "max": "220.25", - "min": "219.12", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "254.108", - "max": "255.435", - "min": "253.865", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "200.653", - "max": "201.566", - "min": "200.455", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "197.783", - "max": "198.015", - "min": "197.601", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "277.75", - "max": "279.232", - "min": "277.335", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "188.738", - "max": "191.153", - "min": "188.325", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "148.852", - "max": "151.502", - "min": "148.335", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "251.011", - "max": "253.627", - "min": "250.703", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "241.88", - "max": "242.673", - "min": "241.647", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "168.346", - "max": "170.709", - "min": "167.722", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "118.752", - "max": "123.545", - "min": "117.965", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "200.919", - "max": "205.549", - "min": "200.532", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "217.188", - "max": "217.665", - "min": "216.98", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "127.575", - "max": "135.978", - "min": "126.13", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "205.584", - "max": "207.606", - "min": "204.638", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "228.416", - "max": "230.028", - "min": "228.003", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "128.803", - "max": "130.982", - "min": "128.429", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "140.908", - "max": "142.79", - "min": "140.185", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "179.879", - "max": "180.399", - "min": "179.571", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "243.757", - "max": "246.231", - "min": "243.178", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "268.631", - "max": "270.965", - "min": "268.114", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "246.546", - "max": "286.734", - "min": "243.691", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "232.409", - "max": "234.093", - "min": "231.999", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "219.945", - "max": "223.458", - "min": "219.205", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "201.728", - "max": "204.755", - "min": "201.417", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "260.318", - "max": "261.162", - "min": "260.098", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "154.754", - "max": "156.094", - "min": "154.511", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "435.592", - "max": "446.674", - "min": "434.179", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "201.295", - "max": "202.52", - "min": "201.076", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "388.995", - "max": "441.193", - "min": "361.817", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "253.854", - "max": "257.069", - "min": "253.516", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "191.802", - "max": "192.573", - "min": "191.543", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "194.578", - "max": "196.167", - "min": "194.188", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "139.93", - "max": "141.097", - "min": "139.586", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "261.555", - "max": "261.958", - "min": "261.341", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "350.296", - "max": "352.288", - "min": "349.903", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "190.62", - "max": "195.444", - "min": "190.232", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "241.697", - "max": "277.666", - "min": "239.413", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "293.257", - "max": "411.831", - "min": "114.913", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "248.029", - "max": "368.222", - "min": "175.195", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "187.826", - "max": "216.576", - "min": "185", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "232.881", - "max": "234.156", - "min": "232.516", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "243.669", - "max": "243.897", - "min": "243.463", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "203.332", - "max": "204.099", - "min": "202.988", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "238.567", - "max": "239.148", - "min": "238.375", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "284.378", - "max": "438.706", - "min": "206.979", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "288.56", - "max": "291.67", - "min": "288.221", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "159.561", - "max": "354.139", - "min": "148.69", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "137.625", - "max": "139.018", - "min": "137.303", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "134.041", - "max": "135.323", - "min": "133.639", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "172.481", - "max": "173.852", - "min": "172.038", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "175.396", - "max": "176.484", - "min": "174.939", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "0.065", - "max": "0.167", - "min": "0.035", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "285.352", - "max": "288.336", - "min": "284.766", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "195.352", - "max": "196.016", - "min": "195.032", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "229.219", - "max": "230.227", - "min": "228.955", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "218.058", - "max": "220.579", - "min": "217.771", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "412.902", - "max": "414.263", - "min": "412.188", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "230.39", - "max": "231.335", - "min": "230.094", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "199.602", - "max": "201.625", - "min": "199.259", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "231.758", - "max": "235.827", - "min": "231.213", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "229.971", - "max": "231.723", - "min": "229.715", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "211.179", - "max": "212.712", - "min": "210.967", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "170.856", - "max": "171.167", - "min": "170.643", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "134.983", - "max": "137.082", - "min": "134.734", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "194.363", - "max": "194.852", - "min": "193.985", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "145.886", - "max": "149.949", - "min": "145.35", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "132.463", - "max": "135.286", - "min": "131.886", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "290.625", - "max": "295.038", - "min": "290.212", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "133.815", - "max": "135.422", - "min": "133.535", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "136.992", - "max": "165.123", - "min": "135.671", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "237.638", - "max": "238.108", - "min": "237.402", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "116.46", - "max": "116.672", - "min": "116.322", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "106.106", - "max": "106.426", - "min": "105.979", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "127.937", - "max": "130.568", - "min": "127.098", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "269.551", - "max": "270.671", - "min": "269.195", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "123.473", - "max": "126.042", - "min": "123.157", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "108.208", - "max": "109.255", - "min": "107.951", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "194.907", - "max": "197.616", - "min": "194.528", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "286.683", - "max": "287.843", - "min": "286.339", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "137.849", - "max": "138.432", - "min": "137.484", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "332.722", - "max": "383.344", - "min": "324.602", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "218.856", - "max": "221.323", - "min": "218.452", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "336.302", - "max": "411.967", - "min": "329.41", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "225.462", - "max": "228.441", - "min": "225.159", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "413.376", - "max": "415.016", - "min": "412.956", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "126.839", - "max": "129.565", - "min": "126.406", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "186.906", - "max": "189.011", - "min": "186.59", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "216.994", - "max": "218.205", - "min": "216.721", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "210.483", - "max": "210.894", - "min": "210.275", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "184.894", - "max": "186.594", - "min": "184.552", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "259.814", - "max": "262.701", - "min": "259.466", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "160.328", - "max": "161.754", - "min": "159.948", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "205.689", - "max": "207.225", - "min": "205.469", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "189.478", - "max": "190.374", - "min": "189.045", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "127.011", - "max": "130.195", - "min": "126.305", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "158.936", - "max": "161.732", - "min": "158.605", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "125.06", - "max": "126.828", - "min": "124.715", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "119.134", - "max": "122.855", - "min": "118.428", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "148.796", - "max": "157.915", - "min": "148.085", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "113.824", - "max": "115.333", - "min": "113.447", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "141.263", - "max": "142.519", - "min": "140.911", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "167.738", - "max": "170.105", - "min": "167.206", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "151.608", - "max": "152.988", - "min": "151.144", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "152.101", - "max": "154.513", - "min": "151.726", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "101.289", - "max": "104.037", - "min": "100.702", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "109.645", - "max": "111.94", - "min": "109.295", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "176.774", - "max": "176.941", - "min": "176.684", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "108.983", - "max": "109.829", - "min": "108.71", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "140.861", - "max": "141.345", - "min": "140.687", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "158.309", - "max": "162.798", - "min": "157.772", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "112.575", - "max": "115.481", - "min": "111.547", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "141.843", - "max": "194.975", - "min": "115.824", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "116.101", - "max": "116.665", - "min": "115.912", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "147.792", - "max": "148.59", - "min": "147.435", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "137.089", - "max": "140.767", - "min": "136.562", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "157.327", - "max": "160.962", - "min": "156.642", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "123.841", - "max": "127.909", - "min": "123.355", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "224.025", - "max": "228.044", - "min": "223.491", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "144.261", - "max": "145.338", - "min": "144.013", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "112.672", - "max": "114.161", - "min": "112.393", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "117.995", - "max": "118.424", - "min": "117.828", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "273.562", - "max": "280.144", - "min": "271.649", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "165.875", - "max": "168.262", - "min": "165.612", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "136.141", - "max": "138.033", - "min": "135.756", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "126.5", - "max": "127.427", - "min": "126.005", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "128.211", - "max": "129.906", - "min": "127.517", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "343.116", - "max": "349.458", - "min": "342.528", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "176.579", - "max": "180.127", - "min": "175.629", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "160.952", - "max": "169.47", - "min": "123.841", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "233.538", - "max": "233.906", - "min": "233.34", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "130.901", - "max": "131.51", - "min": "130.683", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "246.774", - "max": "248.456", - "min": "246.251", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "266.344", - "max": "267.017", - "min": "265.853", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "125.612", - "max": "126.207", - "min": "125.277", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "179.288", - "max": "180.855", - "min": "178.928", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "119.417", - "max": "121.409", - "min": "118.882", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "127.179", - "max": "129.125", - "min": "126.796", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "217.389", - "max": "218.025", - "min": "217.145", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "215.469", - "max": "216.545", - "min": "215.256", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "361.602", - "max": "556.524", - "min": "354.637", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "196.899", - "max": "198.412", - "min": "196.595", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "124.916", - "max": "125.354", - "min": "124.751", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "201.841", - "max": "203.516", - "min": "201.407", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "126.819", - "max": "127.396", - "min": "126.587", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "340.02", - "max": "346.283", - "min": "339.5", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "231.177", - "max": "235.658", - "min": "228.273", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "132.753", - "max": "133.298", - "min": "132.505", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "127.13", - "max": "130.54", - "min": "126.395", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "273.903", - "max": "277.481", - "min": "272.487", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "222.044", - "max": "223.741", - "min": "221.451", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "330.122", - "max": "330.833", - "min": "329.863", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "197.552", - "max": "198.906", - "min": "197.015", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "171.007", - "max": "171.969", - "min": "170.802", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "119.375", - "max": "119.997", - "min": "119.192", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "120.01", - "max": "120.936", - "min": "119.746", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "173.048", - "max": "174.247", - "min": "172.602", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "193.002", - "max": "196.896", - "min": "192.638", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "158.862", - "max": "163.38", - "min": "156.884", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "271.36", - "max": "272.894", - "min": "270.317", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "186.998", - "max": "188.297", - "min": "185.804", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "164.476", - "max": "165.559", - "min": "164.174", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "196.287", - "max": "196.51", - "min": "196.045", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "136.894", - "max": "140.785", - "min": "136.13", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "186.127", - "max": "188.619", - "min": "185.502", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "354.317", - "max": "354.317", - "min": "354.317", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "118.664", - "max": "118.889", - "min": "118.537", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "122.796", - "max": "123.077", - "min": "122.643", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "222.445", - "max": "237.505", - "min": "221.352", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "148.671", - "max": "157.7", - "min": "139.844", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "147.677", - "max": "149.309", - "min": "147.461", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "199.575", - "max": "206.739", - "min": "199.074", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "216.27", - "max": "219.732", - "min": "215.604", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "203.785", - "max": "204.044", - "min": "203.615", - "id": "133", - "country": "United Arab Emirates", - "source_name": "Dubai", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "201": { - "name": "Ankara", - "data": { - "0": { - "avg": "217.031", - "max": "217.421", - "min": "216.763", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "290.307", - "max": "294.022", - "min": "289.843", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "160.435", - "max": "160.725", - "min": "160.192", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "51.758", - "max": "55.325", - "min": "51.098", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "54.701", - "max": "55.371", - "min": "54.391", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "315.176", - "max": "315.556", - "min": "314.959", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "55.921", - "max": "57.722", - "min": "55.491", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "310.775", - "max": "313.79", - "min": "310.156", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "90.529", - "max": "90.704", - "min": "90.279", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "77.771", - "max": "78.254", - "min": "77.484", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "55.402", - "max": "55.913", - "min": "55.164", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "165.523", - "max": "169.273", - "min": "165.181", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "125.655", - "max": "126.532", - "min": "125.481", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "130.298", - "max": "133.063", - "min": "129.77", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "155.017", - "max": "155.309", - "min": "154.772", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "138.419", - "max": "139.539", - "min": "137.988", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "83.285", - "max": "83.675", - "min": "83.062", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "140.816", - "max": "141.088", - "min": "140.608", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "70.193", - "max": "70.644", - "min": "69.828", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "61.098", - "max": "63.635", - "min": "60.847", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "315.466", - "max": "317.673", - "min": "315.205", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "140.295", - "max": "142.023", - "min": "139.984", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "200.853", - "max": "201.136", - "min": "200.606", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "194.067", - "max": "195.156", - "min": "193.693", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "68.789", - "max": "74.707", - "min": "68.25", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "56.201", - "max": "58.31", - "min": "55.919", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "52.893", - "max": "53.773", - "min": "52.49", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "62.262", - "max": "62.72", - "min": "61.992", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "53.517", - "max": "62.176", - "min": "53.004", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "186.513", - "max": "187", - "min": "186.317", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "284.312", - "max": "284.538", - "min": "283.991", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "72.616", - "max": "72.916", - "min": "72.409", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "207.997", - "max": "230.565", - "min": "206.641", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "81.405", - "max": "82.844", - "min": "81.141", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "45.815", - "max": "46.715", - "min": "45.506", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "216.674", - "max": "218.446", - "min": "216.26", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "192.774", - "max": "192.984", - "min": "192.478", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "207.175", - "max": "207.411", - "min": "206.998", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "160.22", - "max": "160.412", - "min": "159.986", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "141.368", - "max": "143.944", - "min": "140.822", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "199.469", - "max": "203.874", - "min": "198.808", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "62.365", - "max": "64.969", - "min": "61.846", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "90.713", - "max": "91.151", - "min": "90.5", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "88.353", - "max": "95.078", - "min": "87.898", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "192.218", - "max": "194.405", - "min": "191.915", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "61.371", - "max": "64.962", - "min": "60.705", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "81.217", - "max": "81.425", - "min": "80.872", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "207.884", - "max": "208.162", - "min": "207.712", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "293.175", - "max": "294.122", - "min": "292.894", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "183.167", - "max": "194.932", - "min": "182.531", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "136.037", - "max": "140.017", - "min": "135.714", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "200.309", - "max": "200.653", - "min": "199.909", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "99.887", - "max": "138.787", - "min": "52.768", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "151.96", - "max": "152.584", - "min": "151.685", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "220.836", - "max": "229.611", - "min": "217.517", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "229.622", - "max": "230.83", - "min": "229.284", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "80.745", - "max": "82.844", - "min": "79.582", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "332.53", - "max": "334.515", - "min": "332.11", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "81.021", - "max": "83.607", - "min": "80.597", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "53.662", - "max": "54.978", - "min": "53.353", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "101.147", - "max": "101.951", - "min": "100.554", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "106.356", - "max": "151.011", - "min": "103.737", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "243.519", - "max": "340.054", - "min": "238.065", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "349.497", - "max": "349.83", - "min": "349.315", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "9.108", - "max": "9.698", - "min": "8.971", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "48.882", - "max": "50.085", - "min": "48.57", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "128.3", - "max": "130.474", - "min": "127.97", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "92.734", - "max": "93.332", - "min": "92.386", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "267.756", - "max": "269.485", - "min": "267.018", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "175.824", - "max": "178.045", - "min": "175.535", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "251.25", - "max": "252.28", - "min": "250.985", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "190.369", - "max": "191.134", - "min": "190.006", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "208.441", - "max": "216.439", - "min": "207.739", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "152.961", - "max": "153.168", - "min": "152.733", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "98.535", - "max": "99.819", - "min": "98.088", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "68.528", - "max": "68.816", - "min": "68.319", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "155.855", - "max": "164.143", - "min": "155.228", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "214.892", - "max": "215.512", - "min": "214.661", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "150.501", - "max": "162.646", - "min": "149.764", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "153.934", - "max": "154.929", - "min": "153.608", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "184.057", - "max": "189.52", - "min": "183.538", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "141.942", - "max": "142.637", - "min": "141.574", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "259.143", - "max": "261.64", - "min": "258.764", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "183.686", - "max": "183.852", - "min": "183.443", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "167.688", - "max": "167.957", - "min": "167.469", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "102.763", - "max": "103.767", - "min": "102.439", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "68.822", - "max": "69.133", - "min": "68.574", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "151.876", - "max": "152.208", - "min": "151.563", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "151.708", - "max": "152.079", - "min": "151.351", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "61.515", - "max": "61.955", - "min": "61.32", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "172.254", - "max": "174.031", - "min": "171.535", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "202.043", - "max": "203.61", - "min": "201.725", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "97.372", - "max": "98.609", - "min": "97.163", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "344.575", - "max": "344.814", - "min": "344.34", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "138.17", - "max": "147.003", - "min": "137.521", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "171.346", - "max": "171.598", - "min": "171.091", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "198.579", - "max": "198.871", - "min": "198.318", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "186.849", - "max": "194.053", - "min": "185.726", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "212.645", - "max": "212.996", - "min": "212.351", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "150.486", - "max": "152.665", - "min": "150.061", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "161.658", - "max": "161.831", - "min": "161.439", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "201.977", - "max": "202.412", - "min": "201.757", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "77.518", - "max": "87.164", - "min": "76.997", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "363.153", - "max": "366.412", - "min": "362.49", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "156.584", - "max": "157.049", - "min": "156.346", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "419.099", - "max": "445.042", - "min": "379.402", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "238.666", - "max": "240.094", - "min": "238.423", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "138.368", - "max": "138.904", - "min": "137.97", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "145.729", - "max": "146.064", - "min": "145.542", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "183.387", - "max": "186.515", - "min": "182.171", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "297.415", - "max": "297.641", - "min": "297.19", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "327.725", - "max": "334.112", - "min": "323.345", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "127.714", - "max": "128.024", - "min": "127.526", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "190.199", - "max": "193.717", - "min": "189.596", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "420.1", - "max": "521.632", - "min": "252.2", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "178.135", - "max": "280.626", - "min": "90.898", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "188.483", - "max": "193.24", - "min": "187.841", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "277.042", - "max": "278.612", - "min": "276.752", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "162.857", - "max": "164.06", - "min": "162.593", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "163.882", - "max": "164.408", - "min": "163.497", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "167.567", - "max": "167.914", - "min": "167.272", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "231.326", - "max": "385.476", - "min": "150.658", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "239.161", - "max": "239.472", - "min": "238.929", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "104.553", - "max": "208.454", - "min": "99.261", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "88.493", - "max": "88.786", - "min": "88.356", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "72.789", - "max": "73.554", - "min": "72.292", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "130.646", - "max": "130.879", - "min": "130.429", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "197.502", - "max": "199.311", - "min": "197.176", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "157.981", - "max": "158.329", - "min": "157.789", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "225.265", - "max": "227.401", - "min": "224.919", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "154.129", - "max": "155.688", - "min": "153.772", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "154.274", - "max": "154.568", - "min": "154.079", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "149.654", - "max": "152.279", - "min": "149.202", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "329.832", - "max": "330.958", - "min": "329.245", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "170.56", - "max": "170.844", - "min": "170.345", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "127.543", - "max": "127.782", - "min": "127.363", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "182.048", - "max": "185.727", - "min": "181.02", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "165.96", - "max": "166.208", - "min": "165.742", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "160.372", - "max": "160.667", - "min": "160.157", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "131.492", - "max": "131.765", - "min": "131.218", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "51.502", - "max": "53.695", - "min": "51.232", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "236.281", - "max": "237.514", - "min": "235.861", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "84.929", - "max": "102.413", - "min": "83.998", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "63.107", - "max": "70.855", - "min": "62.642", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "231.502", - "max": "236.354", - "min": "230.579", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "50.691", - "max": "51.367", - "min": "50.311", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "17.104", - "max": "18.544", - "min": "16.784", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "199.555", - "max": "199.769", - "min": "199.39", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "65.511", - "max": "65.902", - "min": "65.272", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "58.177", - "max": "67.719", - "min": "57.576", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "48.11", - "max": "63.783", - "min": "46.179", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "317.061", - "max": "321.088", - "min": "316.758", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "58.559", - "max": "59.584", - "min": "58.116", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "59.492", - "max": "79.878", - "min": "57.951", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "135.666", - "max": "136.202", - "min": "135.362", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "208.424", - "max": "209.005", - "min": "208.044", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "76.997", - "max": "78.412", - "min": "76.705", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "363.284", - "max": "415.534", - "min": "354.011", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "166.025", - "max": "167.811", - "min": "165.693", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "302.728", - "max": "403.716", - "min": "296.633", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "165.512", - "max": "165.792", - "min": "165.369", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "251.64", - "max": "255.179", - "min": "251.312", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "95.391", - "max": "95.636", - "min": "95.151", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "124.463", - "max": "126.577", - "min": "124.238", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "150.327", - "max": "150.749", - "min": "150.095", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "217.371", - "max": "217.531", - "min": "217.231", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "151.378", - "max": "151.595", - "min": "151.072", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "186.495", - "max": "188.157", - "min": "186.215", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "295.29", - "max": "304.034", - "min": "294.198", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "131.508", - "max": "131.706", - "min": "131.385", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "145.362", - "max": "145.643", - "min": "145.178", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "54.227", - "max": "56.572", - "min": "53.653", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "324.906", - "max": "332.603", - "min": "324.23", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "66.896", - "max": "67.427", - "min": "66.659", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "54.388", - "max": "55.713", - "min": "54.041", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "55.499", - "max": "56.828", - "min": "55.281", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "48.446", - "max": "48.79", - "min": "48.307", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "77.275", - "max": "77.764", - "min": "76.954", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "103.17", - "max": "103.581", - "min": "102.961", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "50.975", - "max": "52.546", - "min": "50.718", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "130.164", - "max": "133.624", - "min": "129.653", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "52.598", - "max": "56.176", - "min": "52.014", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "67.963", - "max": "72.154", - "min": "67.491", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "66.551", - "max": "68.497", - "min": "66.223", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "63.591", - "max": "64.194", - "min": "63.32", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "82.578", - "max": "91.646", - "min": "81.958", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "0.053", - "max": "0.165", - "min": "0.022", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "64.718", - "max": "82.894", - "min": "63.214", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "68.749", - "max": "104.138", - "min": "53.204", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "56.338", - "max": "56.656", - "min": "56.105", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "8.569", - "max": "9.414", - "min": "8.333", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "93.987", - "max": "117.085", - "min": "92.598", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "55.039", - "max": "55.606", - "min": "54.569", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "61.199", - "max": "63.173", - "min": "60.745", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "360.084", - "max": "390.094", - "min": "358.725", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "71.585", - "max": "71.848", - "min": "71.448", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "70.645", - "max": "72.552", - "min": "70.302", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "68.189", - "max": "82.21", - "min": "67.485", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "216.392", - "max": "222.603", - "min": "215.036", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "76.937", - "max": "79.092", - "min": "76.581", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "69.778", - "max": "80.515", - "min": "68.585", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "55.654", - "max": "58.049", - "min": "55.146", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "54.986", - "max": "56.919", - "min": "54.457", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "353.327", - "max": "354.227", - "min": "352.98", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "136.496", - "max": "141.627", - "min": "135.873", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "259.766", - "max": "262.458", - "min": "253.698", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "195.035", - "max": "195.255", - "min": "194.795", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "54.336", - "max": "54.591", - "min": "54.139", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "195.645", - "max": "201.592", - "min": "195.1", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "200.156", - "max": "200.639", - "min": "199.836", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "64.595", - "max": "65.034", - "min": "64.327", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "16.947", - "max": "17.163", - "min": "16.856", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "68.482", - "max": "71.411", - "min": "67.762", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "56.519", - "max": "59.12", - "min": "55.877", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "151.242", - "max": "151.465", - "min": "151.069", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "162.426", - "max": "162.683", - "min": "162.228", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "379.964", - "max": "382.405", - "min": "375.515", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "140.893", - "max": "141.386", - "min": "140.601", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "74.154", - "max": "74.612", - "min": "73.767", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "131.767", - "max": "139.329", - "min": "131.325", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "55.749", - "max": "55.963", - "min": "55.461", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "263.467", - "max": "264.347", - "min": "263.181", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "167.743", - "max": "171.068", - "min": "164.826", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "85.366", - "max": "85.618", - "min": "85.16", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "83.999", - "max": "85.694", - "min": "83.012", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "203.551", - "max": "206.875", - "min": "202.297", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "353.536", - "max": "356.079", - "min": "353.004", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "299.674", - "max": "300.256", - "min": "299.431", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "130.154", - "max": "131.896", - "min": "129.772", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "80.135", - "max": "80.387", - "min": "79.921", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "58.843", - "max": "59.068", - "min": "58.621", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "69.248", - "max": "86.779", - "min": "68.439", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "150.739", - "max": "155.16", - "min": "150.07", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "138.539", - "max": "138.88", - "min": "138.198", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "101.287", - "max": "112.396", - "min": "99.168", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "225.896", - "max": "229.691", - "min": "225.056", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "151.006", - "max": "152.454", - "min": "149.941", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "98.497", - "max": "99.151", - "min": "98.193", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "150.956", - "max": "159.286", - "min": "150.41", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "84.213", - "max": "88.582", - "min": "83.342", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "223.617", - "max": "224.056", - "min": "223.383", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "240.135", - "max": "240.135", - "min": "240.135", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "67.762", - "max": "67.947", - "min": "67.572", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "57.38", - "max": "57.485", - "min": "57.262", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "173.559", - "max": "173.983", - "min": "173.243", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "78.851", - "max": "93.054", - "min": "70.481", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "64.53", - "max": "64.906", - "min": "64.33", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "220.635", - "max": "223.86", - "min": "220.171", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "104.084", - "max": "105.051", - "min": "103.67", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "154.387", - "max": "154.557", - "min": "154.119", - "id": "201", - "country": "Turkey", - "source_name": "Ankara", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "205": { - "name": "Bursa", - "data": { - "0": { - "avg": "222.775", - "max": "223.004", - "min": "222.598", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "289.147", - "max": "293.611", - "min": "288.668", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "148.061", - "max": "148.322", - "min": "147.904", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "65.19", - "max": "67.838", - "min": "64.769", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "56.368", - "max": "57.285", - "min": "56.08", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "320.324", - "max": "321.903", - "min": "320.051", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "55.499", - "max": "55.679", - "min": "55.318", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "325.955", - "max": "338.223", - "min": "324.777", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "94.107", - "max": "94.548", - "min": "93.938", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "79.717", - "max": "84.089", - "min": "79.294", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "63.736", - "max": "64.394", - "min": "63.501", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "175.112", - "max": "175.772", - "min": "174.856", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "133.244", - "max": "135.207", - "min": "132.949", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "134.361", - "max": "135.213", - "min": "134.153", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "166.155", - "max": "166.616", - "min": "165.979", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "137.218", - "max": "137.415", - "min": "137.138", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "71.006", - "max": "71.275", - "min": "70.736", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "138.982", - "max": "139.972", - "min": "138.767", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "74.259", - "max": "74.574", - "min": "74.003", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "48.567", - "max": "51.287", - "min": "48.359", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "327.119", - "max": "327.315", - "min": "326.968", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "149.643", - "max": "150.031", - "min": "149.326", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "196.443", - "max": "197.68", - "min": "196.252", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "201.236", - "max": "203.652", - "min": "200.944", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "65.85", - "max": "67.129", - "min": "65.618", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "55.173", - "max": "55.407", - "min": "54.988", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "53.512", - "max": "54.602", - "min": "53.166", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "82.609", - "max": "87.325", - "min": "82.269", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "47.115", - "max": "47.404", - "min": "46.931", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "208.241", - "max": "209.232", - "min": "207.9", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "212.754", - "max": "212.869", - "min": "212.619", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "70.777", - "max": "71.308", - "min": "70.603", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "200.042", - "max": "200.748", - "min": "199.779", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "70.477", - "max": "70.602", - "min": "70.323", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "65.368", - "max": "69.351", - "min": "64.966", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "210.095", - "max": "212.229", - "min": "209.637", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "184.145", - "max": "184.43", - "min": "183.976", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "201.642", - "max": "202.148", - "min": "201.495", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "156.602", - "max": "156.82", - "min": "156.348", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "136.4", - "max": "140.539", - "min": "136.006", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "208.725", - "max": "212.123", - "min": "208.049", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "64.843", - "max": "70.683", - "min": "64.159", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "105.854", - "max": "108.631", - "min": "105.552", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "87.193", - "max": "89.513", - "min": "86.918", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "222.693", - "max": "223.172", - "min": "222.554", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "61.695", - "max": "62.349", - "min": "61.315", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "85.257", - "max": "86.019", - "min": "85.017", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "208.352", - "max": "208.705", - "min": "208.13", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "302.579", - "max": "310.087", - "min": "302.077", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "163.013", - "max": "166.118", - "min": "161.275", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "155.348", - "max": "155.961", - "min": "155.153", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "205.049", - "max": "205.782", - "min": "204.698", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "100.144", - "max": "112.391", - "min": "85.763", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "155.803", - "max": "156.084", - "min": "155.561", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "206.475", - "max": "225.032", - "min": "198.103", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "230.45", - "max": "231.748", - "min": "230.082", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "92.451", - "max": "94.65", - "min": "91.41", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "336.973", - "max": "337.214", - "min": "336.839", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "109.031", - "max": "111.679", - "min": "108.605", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "53.503", - "max": "53.996", - "min": "53.251", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "99.609", - "max": "100.76", - "min": "99.01", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "98.794", - "max": "140.197", - "min": "95.612", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "244.411", - "max": "341.795", - "min": "231.487", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "349.864", - "max": "350.155", - "min": "349.736", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "8.405", - "max": "10.924", - "min": "8.054", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.799", - "max": "47.287", - "min": "46.454", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "123.827", - "max": "124.067", - "min": "123.66", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "87.792", - "max": "88.395", - "min": "87.413", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "259.892", - "max": "261.204", - "min": "259.408", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "171.393", - "max": "173.395", - "min": "171.052", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "254.109", - "max": "255.01", - "min": "253.925", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "188.488", - "max": "189.213", - "min": "188.203", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "211.533", - "max": "211.874", - "min": "211.365", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "161.756", - "max": "168.305", - "min": "161.332", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "105.487", - "max": "106.458", - "min": "105.206", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "74.881", - "max": "75.037", - "min": "74.754", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "153.384", - "max": "153.639", - "min": "153.261", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "207.574", - "max": "208.224", - "min": "207.376", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "149.847", - "max": "157.621", - "min": "149.315", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "159.646", - "max": "159.944", - "min": "159.49", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "186.387", - "max": "186.776", - "min": "186.156", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "162.234", - "max": "162.611", - "min": "161.921", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "284.985", - "max": "288.088", - "min": "284.48", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "241.139", - "max": "241.593", - "min": "240.9", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "179.609", - "max": "179.83", - "min": "179.385", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "107.808", - "max": "109.493", - "min": "107.424", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "78.733", - "max": "85.214", - "min": "78.251", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "153.592", - "max": "154.334", - "min": "153.409", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "151.575", - "max": "151.828", - "min": "151.343", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "67.018", - "max": "67.712", - "min": "66.838", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "174.244", - "max": "175.969", - "min": "173.501", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "198.819", - "max": "199.185", - "min": "198.515", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "83.565", - "max": "83.802", - "min": "83.428", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "342.628", - "max": "346.336", - "min": "342.231", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "136.085", - "max": "136.755", - "min": "135.893", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "175.538", - "max": "180.201", - "min": "174.985", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "200.92", - "max": "211.513", - "min": "200.101", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "186.281", - "max": "207.036", - "min": "184.597", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "201.014", - "max": "201.72", - "min": "200.868", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "150.515", - "max": "151.984", - "min": "150.262", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "170.515", - "max": "174.37", - "min": "170.263", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "193.279", - "max": "202.451", - "min": "192.712", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "70.595", - "max": "72.908", - "min": "70.218", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "362.385", - "max": "368.189", - "min": "361.63", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "161.599", - "max": "162.032", - "min": "161.296", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "424.681", - "max": "450.989", - "min": "388.143", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "217.021", - "max": "220.075", - "min": "216.6", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "130.892", - "max": "131.095", - "min": "130.711", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "150.258", - "max": "150.43", - "min": "150.028", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "231.926", - "max": "232.451", - "min": "231.762", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "317.333", - "max": "317.49", - "min": "317.156", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "336.412", - "max": "348.66", - "min": "326.416", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "148.608", - "max": "148.808", - "min": "148.465", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "177.396", - "max": "233.528", - "min": "174.877", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "441.021", - "max": "557.114", - "min": "271.663", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "179.395", - "max": "289.307", - "min": "97.124", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "204.718", - "max": "206.114", - "min": "204.266", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "289.013", - "max": "290.008", - "min": "288.76", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "165.287", - "max": "166.186", - "min": "165.091", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "158.125", - "max": "158.571", - "min": "157.9", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "162.316", - "max": "162.736", - "min": "162.062", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "246.713", - "max": "397.06", - "min": "170.536", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "235.567", - "max": "236.057", - "min": "235.37", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "94.853", - "max": "129.021", - "min": "91.615", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "87.828", - "max": "93.347", - "min": "87.471", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "72.328", - "max": "73.289", - "min": "71.718", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "136.468", - "max": "147.236", - "min": "126.257", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "196.673", - "max": "197.294", - "min": "196.461", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "147.61", - "max": "148.155", - "min": "147.322", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "225.435", - "max": "228.173", - "min": "225.038", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "150.923", - "max": "156.432", - "min": "150.49", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "152.15", - "max": "152.503", - "min": "151.926", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "146.387", - "max": "146.577", - "min": "146.157", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "326.901", - "max": "327.767", - "min": "326.224", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "174.922", - "max": "175.996", - "min": "174.719", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "130.249", - "max": "130.557", - "min": "129.981", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "187.831", - "max": "202.403", - "min": "186.112", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "174.747", - "max": "174.855", - "min": "174.624", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "163.803", - "max": "164.258", - "min": "163.632", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "128.656", - "max": "128.836", - "min": "128.421", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "53.501", - "max": "53.676", - "min": "53.384", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "269.888", - "max": "276.685", - "min": "269.027", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "89.529", - "max": "96.427", - "min": "89.077", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "60.039", - "max": "60.54", - "min": "59.786", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "234.037", - "max": "239.424", - "min": "233.419", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "55.372", - "max": "57.605", - "min": "54.897", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "18.505", - "max": "22.83", - "min": "18.15", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "199.776", - "max": "200.38", - "min": "199.396", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "65.124", - "max": "65.366", - "min": "64.933", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "69.845", - "max": "73.461", - "min": "69.486", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "45.32", - "max": "53.824", - "min": "43.873", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "318.873", - "max": "319.025", - "min": "318.698", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "59.708", - "max": "62.383", - "min": "58.862", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "78.802", - "max": "100.66", - "min": "77.17", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "140.036", - "max": "140.566", - "min": "139.803", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "210.19", - "max": "216.036", - "min": "209.394", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "88.506", - "max": "91.318", - "min": "87.969", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "355.278", - "max": "403.655", - "min": "346.332", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "169.444", - "max": "169.864", - "min": "169.111", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "314.677", - "max": "421.997", - "min": "308.632", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "174.085", - "max": "174.295", - "min": "173.927", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "249.833", - "max": "250.343", - "min": "249.69", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "84.98", - "max": "85.484", - "min": "84.594", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "127.831", - "max": "128.359", - "min": "127.549", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "159.607", - "max": "161.922", - "min": "159.252", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "211.794", - "max": "212.149", - "min": "211.61", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "163.953", - "max": "164.334", - "min": "163.635", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "180.564", - "max": "180.928", - "min": "180.312", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "296.876", - "max": "300.846", - "min": "296.308", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "136.164", - "max": "136.342", - "min": "136.018", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "149.356", - "max": "149.827", - "min": "149.242", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "64.977", - "max": "66.464", - "min": "64.597", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "331.689", - "max": "332.181", - "min": "331.501", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "64.133", - "max": "66.76", - "min": "63.814", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "69.636", - "max": "78.26", - "min": "68.881", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "50.305", - "max": "50.444", - "min": "50.148", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "39.64", - "max": "50.887", - "min": "39.078", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "71.008", - "max": "71.734", - "min": "70.746", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "98.848", - "max": "100.368", - "min": "98.561", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "48.668", - "max": "48.906", - "min": "48.507", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "129.671", - "max": "137.612", - "min": "129.148", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "79.639", - "max": "80.205", - "min": "79.36", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "72.086", - "max": "74.641", - "min": "71.78", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "64.939", - "max": "65.245", - "min": "64.774", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "57.958", - "max": "58.123", - "min": "57.831", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "77.318", - "max": "77.816", - "min": "77.109", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "8.39", - "max": "8.541", - "min": "8.292", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "66.351", - "max": "108.237", - "min": "63.947", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "81.183", - "max": "139.371", - "min": "56.242", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "76.628", - "max": "81.942", - "min": "76.326", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "0.04", - "max": "0.049", - "min": "0.027", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "88.713", - "max": "103.378", - "min": "87.372", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "70.674", - "max": "71.265", - "min": "70.151", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "57.704", - "max": "59.908", - "min": "57.349", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.443", - "max": "353.596", - "min": "353.313", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "65.06", - "max": "65.6", - "min": "64.845", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "66.076", - "max": "66.312", - "min": "65.901", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "66.892", - "max": "67.353", - "min": "66.767", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "209.079", - "max": "216.213", - "min": "207.386", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "75.152", - "max": "75.287", - "min": "75.025", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "82.695", - "max": "86.406", - "min": "82.372", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "57.198", - "max": "57.477", - "min": "56.965", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "56.729", - "max": "57.518", - "min": "56.514", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.371", - "max": "352.91", - "min": "335.431", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "136.196", - "max": "141.02", - "min": "135.487", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "266.886", - "max": "270.241", - "min": "261.67", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "205.859", - "max": "212.566", - "min": "205.457", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "52.537", - "max": "52.849", - "min": "52.343", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "191.773", - "max": "192.315", - "min": "191.428", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "214.318", - "max": "215.576", - "min": "213.866", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "58.546", - "max": "58.998", - "min": "58.279", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "15.613", - "max": "17.37", - "min": "15.386", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "61.301", - "max": "62.535", - "min": "60.803", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "58.355", - "max": "62.367", - "min": "57.826", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "169.16", - "max": "182.172", - "min": "166.934", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "168.897", - "max": "181.853", - "min": "168.232", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "366.678", - "max": "446.679", - "min": "363.046", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "141.793", - "max": "142.197", - "min": "141.643", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "71.908", - "max": "72.303", - "min": "71.632", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "133.412", - "max": "133.661", - "min": "133.273", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "59.89", - "max": "60.66", - "min": "59.713", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "282.84", - "max": "805.339", - "min": "263.033", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "164.59", - "max": "168.186", - "min": "161.937", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "94.006", - "max": "94.359", - "min": "93.812", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "78.852", - "max": "82.28", - "min": "78.106", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "192.271", - "max": "197.002", - "min": "190.994", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "341.571", - "max": "342.699", - "min": "341.045", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "298.444", - "max": "298.766", - "min": "298.257", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "129.61", - "max": "130.221", - "min": "129.376", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "77.354", - "max": "77.752", - "min": "77.145", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "58.004", - "max": "58.131", - "min": "57.867", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "68.475", - "max": "69.075", - "min": "68.268", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "144.377", - "max": "147.747", - "min": "143.903", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "138.911", - "max": "146.216", - "min": "138.457", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "113.556", - "max": "121.987", - "min": "111.946", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "223.996", - "max": "226.343", - "min": "223.097", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "148.875", - "max": "151.116", - "min": "147.687", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "112.185", - "max": "114.306", - "min": "111.914", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "155.737", - "max": "156.393", - "min": "155.56", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "88.173", - "max": "91.174", - "min": "87.823", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "220.2", - "max": "220.433", - "min": "219.973", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "246.149", - "max": "246.149", - "min": "246.149", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "76.977", - "max": "77.134", - "min": "76.85", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "53.719", - "max": "57.138", - "min": "53.316", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "165.566", - "max": "166.81", - "min": "165.357", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "81.63", - "max": "89.442", - "min": "74.961", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "57.318", - "max": "59.889", - "min": "57.032", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "246.563", - "max": "248.272", - "min": "245.866", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "82.243", - "max": "84.791", - "min": "81.744", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "154.453", - "max": "159.687", - "min": "154.092", - "id": "205", - "country": "Turkey", - "source_name": "Bursa", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "227": { - "name": "Izmir", - "data": { - "0": { - "avg": "270.157", - "max": "270.47", - "min": "269.936", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "324.306", - "max": "358.607", - "min": "318.363", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "151.981", - "max": "156.375", - "min": "151.436", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "30.561", - "max": "36.405", - "min": "29.934", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "57.534", - "max": "58.397", - "min": "57.304", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "294.413", - "max": "300.551", - "min": "293.849", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "54.5", - "max": "54.858", - "min": "54.312", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "323.065", - "max": "331.974", - "min": "321.612", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "87.163", - "max": "90.374", - "min": "86.507", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "74.417", - "max": "77.867", - "min": "73.896", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "65.138", - "max": "82.055", - "min": "63.712", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "173.189", - "max": "193.837", - "min": "172.131", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "132.128", - "max": "135.086", - "min": "131.852", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "127.824", - "max": "128.619", - "min": "127.612", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "172.625", - "max": "210.954", - "min": "170.897", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "140.811", - "max": "160.564", - "min": "138.901", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "81.746", - "max": "83.041", - "min": "81.423", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "159.116", - "max": "179.624", - "min": "152.132", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "78.528", - "max": "78.928", - "min": "78.325", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.275", - "max": "46.397", - "min": "37.66", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "343.134", - "max": "344.936", - "min": "342.965", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "152.398", - "max": "152.467", - "min": "152.346", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "203.458", - "max": "205.354", - "min": "203.14", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "205.735", - "max": "216.589", - "min": "205.083", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "73.907", - "max": "75.679", - "min": "73.471", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "56.271", - "max": "56.403", - "min": "56.213", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "65.871", - "max": "89.081", - "min": "63.766", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "68.245", - "max": "70.84", - "min": "67.767", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "57.478", - "max": "57.668", - "min": "57.269", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "188.087", - "max": "188.53", - "min": "187.753", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "289.048", - "max": "298.491", - "min": "288.134", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "43.361", - "max": "45.877", - "min": "42.979", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "211.084", - "max": "219.022", - "min": "210.352", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "79.99", - "max": "102.308", - "min": "79.115", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "49.023", - "max": "59.423", - "min": "48.068", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "215.988", - "max": "218.978", - "min": "215.618", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "202.71", - "max": "236.175", - "min": "201.365", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "189.573", - "max": "190.91", - "min": "189.37", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "166.396", - "max": "168.177", - "min": "166.157", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "2013.37", - "max": "5559.99", - "min": "144.548", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "208.601", - "max": "210.548", - "min": "208.207", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "64.33", - "max": "67.892", - "min": "63.858", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "96.768", - "max": "117.797", - "min": "95.245", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "87.812", - "max": "90.958", - "min": "87.445", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "227.057", - "max": "228.766", - "min": "226.637", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "59.26", - "max": "59.86", - "min": "58.89", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "70.494", - "max": "71.859", - "min": "70.322", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "215.004", - "max": "253.39", - "min": "210.523", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "282.837", - "max": "284.64", - "min": "281.241", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "175.238", - "max": "183.953", - "min": "174.402", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "133.785", - "max": "142.895", - "min": "133.212", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "207.566", - "max": "227.891", - "min": "205.025", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "85.598", - "max": "153.851", - "min": "65.863", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "174.368", - "max": "175.182", - "min": "174.226", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "217.298", - "max": "224.828", - "min": "214.035", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "251.181", - "max": "252.287", - "min": "250.918", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "76.994", - "max": "95.513", - "min": "74.658", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "363.853", - "max": "363.94", - "min": "363.807", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "72.466", - "max": "74.771", - "min": "72.229", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "55.48", - "max": "80.007", - "min": "52.147", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "109.656", - "max": "110.465", - "min": "109.152", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "114.209", - "max": "151.737", - "min": "111.783", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "232.227", - "max": "296.073", - "min": "222.69", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "322.416", - "max": "329.1", - "min": "321.862", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "10.753", - "max": "10.971", - "min": "10.627", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "22.409", - "max": "22.944", - "min": "22.301", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "138.91", - "max": "145.176", - "min": "138.469", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "26.875", - "max": "56.209", - "min": "19.913", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "268.771", - "max": "270.073", - "min": "267.981", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "182.09", - "max": "183.117", - "min": "181.972", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "239.356", - "max": "240.556", - "min": "239.048", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "206.867", - "max": "227.427", - "min": "205.369", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "214.668", - "max": "344.951", - "min": "209.484", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "153.746", - "max": "154.392", - "min": "153.58", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "111.086", - "max": "122.614", - "min": "109.572", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "67.592", - "max": "73.244", - "min": "67.044", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "147.14", - "max": "147.469", - "min": "147.034", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "207.113", - "max": "210.293", - "min": "206.78", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "151.228", - "max": "153.635", - "min": "150.872", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "159.286", - "max": "159.778", - "min": "159.197", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "214.728", - "max": "216.069", - "min": "214.551", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "151.564", - "max": "153.648", - "min": "151.196", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "278.123", - "max": "307.128", - "min": "276.829", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "207.811", - "max": "210.219", - "min": "207.403", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "196.965", - "max": "202.558", - "min": "196.12", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "76.013", - "max": "95.451", - "min": "74.844", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "72.668", - "max": "74.391", - "min": "72.294", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "162.734", - "max": "171.507", - "min": "162.097", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "160.895", - "max": "176.874", - "min": "159.765", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "67.003", - "max": "75.705", - "min": "65.776", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "169.074", - "max": "176.811", - "min": "167.69", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "213.011", - "max": "218.196", - "min": "212.441", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "94.033", - "max": "123.197", - "min": "83.355", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "343.844", - "max": "368.851", - "min": "340.877", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "145.388", - "max": "145.82", - "min": "145.258", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "181.337", - "max": "187.071", - "min": "180.683", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "203.264", - "max": "204.76", - "min": "202.813", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "200.865", - "max": "207.51", - "min": "199.584", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "205.083", - "max": "213.776", - "min": "204.569", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "154.655", - "max": "170.857", - "min": "153.026", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "167.166", - "max": "167.362", - "min": "167.106", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "209.581", - "max": "209.697", - "min": "209.439", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "74.866", - "max": "75.274", - "min": "74.721", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "360.731", - "max": "362.658", - "min": "360.011", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "163.253", - "max": "203.411", - "min": "161.123", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "372.223", - "max": "385.036", - "min": "334.743", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "218.338", - "max": "223.708", - "min": "217.58", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "133.793", - "max": "134.143", - "min": "133.502", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "163.267", - "max": "163.633", - "min": "163.164", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "188.101", - "max": "188.81", - "min": "187.708", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "352.417", - "max": "355.908", - "min": "352.119", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "333.85", - "max": "344.324", - "min": "333.065", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "134.951", - "max": "178.42", - "min": "132.466", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "189.714", - "max": "199.159", - "min": "189.064", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "412.429", - "max": "526.761", - "min": "240.047", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "126.635", - "max": "211.886", - "min": "38.898", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "210.743", - "max": "211.733", - "min": "210.239", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "298.64", - "max": "313.853", - "min": "297.28", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "169.957", - "max": "170.47", - "min": "169.755", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "187.998", - "max": "189.059", - "min": "187.675", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "176.118", - "max": "176.297", - "min": "175.958", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "239.396", - "max": "394.212", - "min": "161.528", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "237.565", - "max": "250.973", - "min": "235.224", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "88.2", - "max": "200.17", - "min": "82.779", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "84.23", - "max": "87.952", - "min": "83.778", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "59.754", - "max": "72.401", - "min": "58.035", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "135.863", - "max": "137.019", - "min": "135.595", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "201.798", - "max": "205.554", - "min": "201.307", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "179.161", - "max": "183.466", - "min": "178.793", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "238.126", - "max": "261.94", - "min": "236.094", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "159.949", - "max": "166.662", - "min": "159.068", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "161.971", - "max": "162.342", - "min": "161.764", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "174.174", - "max": "174.665", - "min": "174.07", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "342.289", - "max": "375.993", - "min": "337.894", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "184.086", - "max": "191.372", - "min": "183.513", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "133.507", - "max": "143.881", - "min": "132.325", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "185.148", - "max": "198.49", - "min": "183.469", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "173.287", - "max": "173.981", - "min": "173", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "158.905", - "max": "159.377", - "min": "158.834", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "137.286", - "max": "137.885", - "min": "137.116", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "30.13", - "max": "31.253", - "min": "29.977", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "230.667", - "max": "233.086", - "min": "230.139", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "86.336", - "max": "97.873", - "min": "85.524", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "63.732", - "max": "66.709", - "min": "63.334", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "243.959", - "max": "249.096", - "min": "243.273", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "54.163", - "max": "55.349", - "min": "53.809", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "20.37", - "max": "36.932", - "min": "18.864", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "193.097", - "max": "193.651", - "min": "192.867", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "68.001", - "max": "102.399", - "min": "62.92", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "65.433", - "max": "65.895", - "min": "65.345", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "61.798", - "max": "79.262", - "min": "59.227", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "339.8", - "max": "341.629", - "min": "339.323", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "47.263", - "max": "49.1", - "min": "47.015", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "61.433", - "max": "61.617", - "min": "61.236", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "138.792", - "max": "140.488", - "min": "138.263", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "222.503", - "max": "231.114", - "min": "221.683", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "71.536", - "max": "72.624", - "min": "71.264", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "364.5", - "max": "403.17", - "min": "356.442", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "180.46", - "max": "180.738", - "min": "180.365", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "299.212", - "max": "383.547", - "min": "290.715", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "173.724", - "max": "175.762", - "min": "173.526", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "441.067", - "max": "441.324", - "min": "440.724", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "82.751", - "max": "94.034", - "min": "82.028", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "132.509", - "max": "133.415", - "min": "132.272", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "144.217", - "max": "145.75", - "min": "143.886", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "216.65", - "max": "217.121", - "min": "216.416", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "164.492", - "max": "166.177", - "min": "163.991", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "188.223", - "max": "188.566", - "min": "188.033", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "361.942", - "max": "371.17", - "min": "345.364", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "135.046", - "max": "136.619", - "min": "134.892", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "152.652", - "max": "152.898", - "min": "152.584", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "75.716", - "max": "94.283", - "min": "74.645", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "175.359", - "max": "195.286", - "min": "173.285", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "68.399", - "max": "71.253", - "min": "68.161", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "60.124", - "max": "68.97", - "min": "59.584", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "68.79", - "max": "69.128", - "min": "68.69", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "62.414", - "max": "64.691", - "min": "62.116", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "66.194", - "max": "66.563", - "min": "66.014", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "113.444", - "max": "115.427", - "min": "113.152", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "37.536", - "max": "49.957", - "min": "36.923", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "125.126", - "max": "125.365", - "min": "124.913", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "42.883", - "max": "45.791", - "min": "42.22", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "56.322", - "max": "57.855", - "min": "56.037", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "65.273", - "max": "65.534", - "min": "65.075", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "65.588", - "max": "73.863", - "min": "64.916", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "65.631", - "max": "66.841", - "min": "65.367", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "16.952", - "max": "17.37", - "min": "16.772", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "64.606", - "max": "86.695", - "min": "57.576", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "79.278", - "max": "132.94", - "min": "50.635", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "74.179", - "max": "75.632", - "min": "73.924", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "15.54", - "max": "16.447", - "min": "15.41", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "97.125", - "max": "117.081", - "min": "95.978", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "70.461", - "max": "73.164", - "min": "69.898", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "70.453", - "max": "75.653", - "min": "70.101", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "306.66", - "max": "307.075", - "min": "306.454", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "72.801", - "max": "83.962", - "min": "71.994", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "42.55", - "max": "43.711", - "min": "42.322", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "54.939", - "max": "59.89", - "min": "54.632", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "222.209", - "max": "233.219", - "min": "220.419", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "48.437", - "max": "178.672", - "min": "36.406", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "63.415", - "max": "64.055", - "min": "63.247", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "62.499", - "max": "79.438", - "min": "60.893", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "63.633", - "max": "74.997", - "min": "62.254", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "359.969", - "max": "374.333", - "min": "359.107", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "138.425", - "max": "159.125", - "min": "136.549", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "273.612", - "max": "291.728", - "min": "255.728", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "194.166", - "max": "195.231", - "min": "193.87", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "57.833", - "max": "62.03", - "min": "57.339", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "207.036", - "max": "213.115", - "min": "201.365", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "214.315", - "max": "216.533", - "min": "213.747", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "58.81", - "max": "59.148", - "min": "58.633", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "0.035", - "max": "0.051", - "min": "0.032", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "65.42", - "max": "68.303", - "min": "64.902", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "66.712", - "max": "67.75", - "min": "66.559", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "151.915", - "max": "157.155", - "min": "151.396", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "163.335", - "max": "184.919", - "min": "160.627", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "301.359", - "max": "303.025", - "min": "301.008", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "132.562", - "max": "132.693", - "min": "132.526", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "78.591", - "max": "83.597", - "min": "78.172", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "133.153", - "max": "145.413", - "min": "130.636", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "49.105", - "max": "49.235", - "min": "49.019", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "284.29", - "max": "747.937", - "min": "247.486", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "176.86", - "max": "179.67", - "min": "174.395", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "82.599", - "max": "105.464", - "min": "78.772", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "68.978", - "max": "73.734", - "min": "68.176", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "204.487", - "max": "209.436", - "min": "203.217", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "158.52", - "max": "193.552", - "min": "156.216", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "301.382", - "max": "306.091", - "min": "300.768", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "69.364", - "max": "73.171", - "min": "68.944", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "87.85", - "max": "116.154", - "min": "84.655", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "64.782", - "max": "64.964", - "min": "64.599", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "63.105", - "max": "64.655", - "min": "62.786", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "137.465", - "max": "142.227", - "min": "136.836", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "142.938", - "max": "149.13", - "min": "142.422", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "128.19", - "max": "135.615", - "min": "125.521", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "237.434", - "max": "239.056", - "min": "236.793", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "154.585", - "max": "156.083", - "min": "153.462", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "100.413", - "max": "100.738", - "min": "100.293", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "166.617", - "max": "180.145", - "min": "165.791", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "76.092", - "max": "80.271", - "min": "75.679", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "221.729", - "max": "239.057", - "min": "220.759", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "246.264", - "max": "246.264", - "min": "246.264", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "75.233", - "max": "75.4", - "min": "75.185", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "65.921", - "max": "66.42", - "min": "65.757", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "161.581", - "max": "162.566", - "min": "161.302", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "87.59", - "max": "102.266", - "min": "79.889", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "24.049", - "max": "24.25", - "min": "23.94", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "233.505", - "max": "264.084", - "min": "230.641", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "96.892", - "max": "1096.11", - "min": "51.465", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "162.266", - "max": "201.245", - "min": "160.497", - "id": "227", - "country": "Turkey", - "source_name": "Izmir", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "241": { - "name": "Algiers", - "data": { - "0": { - "avg": "216.761", - "max": "217.684", - "min": "216.102", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "275.166", - "max": "276.774", - "min": "274.51", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "146.028", - "max": "175.03", - "min": "143.607", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "44.942", - "max": "51.966", - "min": "43.677", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "30.577", - "max": "32.149", - "min": "29.852", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "240.651", - "max": "242.82", - "min": "240.054", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "47.223", - "max": "48.257", - "min": "46.559", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "284.566", - "max": "287.347", - "min": "283.605", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "84.532", - "max": "87.962", - "min": "83.467", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "67.134", - "max": "70.94", - "min": "66.149", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "39.641", - "max": "42.734", - "min": "38.816", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "162.826", - "max": "166.731", - "min": "161.836", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "103.138", - "max": "123.127", - "min": "101.596", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "122.869", - "max": "161.139", - "min": "120.238", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "140.675", - "max": "246.796", - "min": "136.283", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "113.771", - "max": "115.744", - "min": "112.574", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "52.291", - "max": "70.373", - "min": "50.665", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "121.526", - "max": "122.24", - "min": "120.762", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "47.083", - "max": "47.649", - "min": "46.383", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "50.799", - "max": "51.753", - "min": "50.227", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "290.868", - "max": "292.527", - "min": "290.274", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "123.002", - "max": "123.53", - "min": "122.198", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "175.398", - "max": "217.433", - "min": "171.456", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "178.056", - "max": "195.603", - "min": "176.328", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "65.69", - "max": "66.262", - "min": "64.987", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "53.755", - "max": "54.865", - "min": "53.154", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "34.113", - "max": "55.448", - "min": "31.854", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "63.034", - "max": "63.711", - "min": "62.328", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "34.924", - "max": "64.465", - "min": "32.842", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "186.262", - "max": "187.05", - "min": "185.463", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "282.069", - "max": "282.77", - "min": "281.446", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "62.349", - "max": "77.633", - "min": "60.907", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "177.045", - "max": "204.989", - "min": "174.682", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "77.182", - "max": "103.754", - "min": "74.927", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "38.457", - "max": "66.649", - "min": "36.719", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "189.436", - "max": "218.985", - "min": "186.11", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.132", - "max": "173.758", - "min": "172.495", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "208.82", - "max": "234.082", - "min": "207.359", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "151.693", - "max": "154.024", - "min": "150.804", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "126.025", - "max": "129.832", - "min": "125.143", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "187.333", - "max": "198.308", - "min": "185.849", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "48.794", - "max": "51.457", - "min": "47.561", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "73.035", - "max": "89.852", - "min": "71.998", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "62.065", - "max": "72.365", - "min": "60.784", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "299.113", - "max": "347.729", - "min": "296.895", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "69.247", - "max": "72.933", - "min": "68.207", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "70.235", - "max": "71.23", - "min": "69.509", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "182.388", - "max": "184.517", - "min": "181.764", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "286.727", - "max": "307.215", - "min": "284.256", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "153.127", - "max": "154.143", - "min": "152.456", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "113.867", - "max": "130.757", - "min": "112.488", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "174.478", - "max": "175.018", - "min": "173.572", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "49.094", - "max": "65.148", - "min": "36.386", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "134.782", - "max": "136.681", - "min": "134.033", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "153.537", - "max": "159.119", - "min": "150.283", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "392.182", - "max": "394.608", - "min": "391.49", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "55.196", - "max": "56.891", - "min": "54.168", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "323.739", - "max": "340.755", - "min": "321.912", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "46.757", - "max": "62.732", - "min": "45.5", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "37.535", - "max": "39.181", - "min": "36.904", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "71.91", - "max": "73.449", - "min": "70.845", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "105.418", - "max": "148.124", - "min": "100.33", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "289.883", - "max": "315.045", - "min": "286.074", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "396.409", - "max": "396.762", - "min": "395.735", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "66.959", - "max": "68.319", - "min": "66.302", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "64.796", - "max": "66.149", - "min": "64.15", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "104.027", - "max": "105.174", - "min": "103.526", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "69.146", - "max": "78.589", - "min": "67.816", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "233.494", - "max": "235.909", - "min": "232.079", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "146.787", - "max": "150.01", - "min": "145.629", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "333.884", - "max": "334.4", - "min": "333.339", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "171.258", - "max": "173.075", - "min": "170.389", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "196.649", - "max": "198.687", - "min": "196.116", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "135.248", - "max": "136.089", - "min": "134.436", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "90.855", - "max": "91.647", - "min": "90.326", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "50.886", - "max": "70.841", - "min": "49.503", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "119.657", - "max": "120.295", - "min": "119.035", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "186.497", - "max": "191.785", - "min": "185.411", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "124.346", - "max": "136.603", - "min": "123.098", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "136.505", - "max": "137.206", - "min": "136.014", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "178.745", - "max": "181.085", - "min": "178.103", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "125.573", - "max": "126.875", - "min": "124.754", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "339.831", - "max": "344.294", - "min": "338.35", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "288.03", - "max": "291.983", - "min": "287.265", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "179.621", - "max": "181.65", - "min": "179", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "63.47", - "max": "83.285", - "min": "61.914", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "47.92", - "max": "69.518", - "min": "45.794", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "134.488", - "max": "152.459", - "min": "132.804", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "129.465", - "max": "130.119", - "min": "128.946", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "51.928", - "max": "59.585", - "min": "50.491", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "136.891", - "max": "157.225", - "min": "133.934", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "188.733", - "max": "191.88", - "min": "187.989", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "37.319", - "max": "64.882", - "min": "35.952", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "337.96", - "max": "367.225", - "min": "335.197", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "109.721", - "max": "112.095", - "min": "109.145", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "139.486", - "max": "153.797", - "min": "137.839", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "189.189", - "max": "192.339", - "min": "188.535", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "173.296", - "max": "181.523", - "min": "172.119", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "170.79", - "max": "171.672", - "min": "170.312", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "120.423", - "max": "124.315", - "min": "119.422", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "174.194", - "max": "174.845", - "min": "173.502", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "184.818", - "max": "187.212", - "min": "183.978", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "95.889", - "max": "110.905", - "min": "94.23", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "334.12", - "max": "346.538", - "min": "332.967", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "129.871", - "max": "130.481", - "min": "129.357", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "336.002", - "max": "368.272", - "min": "322.793", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "194.63", - "max": "197.914", - "min": "193.928", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "118.555", - "max": "119.663", - "min": "117.993", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "130.881", - "max": "132.349", - "min": "130.044", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "309.757", - "max": "311.106", - "min": "309.041", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "383.466", - "max": "384.434", - "min": "382.946", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "325.092", - "max": "356.719", - "min": "321.727", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "114.752", - "max": "135.419", - "min": "113.5", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "148.524", - "max": "167.851", - "min": "146.861", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "372.458", - "max": "480.629", - "min": "189.743", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.244", - "max": "291.053", - "min": "97.234", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "200.269", - "max": "223.107", - "min": "198.642", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "269.222", - "max": "288.072", - "min": "267.478", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "143.181", - "max": "165.438", - "min": "141.89", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "144.344", - "max": "145.234", - "min": "143.509", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "148.925", - "max": "149.864", - "min": "148.294", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "208.5", - "max": "385.741", - "min": "128.453", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "238.635", - "max": "239.67", - "min": "237.714", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "73.801", - "max": "96.934", - "min": "70.515", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "75.037", - "max": "75.753", - "min": "74.063", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "66.333", - "max": "111.235", - "min": "61.814", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "113.438", - "max": "117.361", - "min": "108.35", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "209.833", - "max": "228.891", - "min": "207.243", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "127.133", - "max": "128.335", - "min": "126.326", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "206.463", - "max": "234.038", - "min": "205.014", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "138.772", - "max": "158.591", - "min": "137.466", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "133.378", - "max": "154.984", - "min": "131.661", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "137.246", - "max": "138.664", - "min": "136.295", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "309.286", - "max": "312.159", - "min": "308.35", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "169.656", - "max": "170.698", - "min": "168.886", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "101.76", - "max": "102.269", - "min": "101.058", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "163.094", - "max": "175.843", - "min": "161.591", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "147.882", - "max": "148.444", - "min": "147.322", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "129.623", - "max": "130.617", - "min": "129.074", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "105.704", - "max": "107.241", - "min": "104.883", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "45.113", - "max": "49.171", - "min": "43.83", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "358.156", - "max": "360.848", - "min": "357.419", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "96.76", - "max": "119.028", - "min": "95.03", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "72.952", - "max": "73.801", - "min": "72.338", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "230.966", - "max": "246.884", - "min": "229.643", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "42.511", - "max": "45.171", - "min": "41.775", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "58.672", - "max": "80.145", - "min": "57.005", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "192.505", - "max": "194.904", - "min": "191.611", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "40.125", - "max": "41.803", - "min": "39.538", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "41.152", - "max": "42.5", - "min": "40.228", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "58.778", - "max": "76.519", - "min": "56.582", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "281.755", - "max": "284.49", - "min": "281.03", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "59.829", - "max": "62.269", - "min": "58.81", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "29.762", - "max": "54.907", - "min": "28.247", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "129.991", - "max": "130.933", - "min": "129.39", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "197.035", - "max": "198.312", - "min": "196.274", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "73.253", - "max": "75.541", - "min": "72.258", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "354.689", - "max": "406.63", - "min": "346.552", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "207.12", - "max": "208.977", - "min": "206.443", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "284.842", - "max": "371.929", - "min": "276.002", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "144.871", - "max": "147.17", - "min": "144.131", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "394.897", - "max": "395.773", - "min": "394.032", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "67.295", - "max": "93.573", - "min": "65.784", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "101.877", - "max": "102.87", - "min": "101.295", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "143.229", - "max": "166.193", - "min": "141.585", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "210.809", - "max": "212.21", - "min": "209.854", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "123.293", - "max": "123.71", - "min": "122.789", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "159.963", - "max": "160.944", - "min": "159.29", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "289.868", - "max": "310.552", - "min": "288.191", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "103.41", - "max": "104.22", - "min": "102.869", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "118.102", - "max": "138.005", - "min": "116.797", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "38.367", - "max": "55.653", - "min": "36.833", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "312.559", - "max": "315.727", - "min": "311.875", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "53.218", - "max": "55.105", - "min": "52.476", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "29.769", - "max": "37.465", - "min": "28.759", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "46.215", - "max": "47.308", - "min": "45.387", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "38.822", - "max": "40.217", - "min": "38.155", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "42.8", - "max": "43.366", - "min": "41.806", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "102.65", - "max": "104.578", - "min": "101.838", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "52.736", - "max": "53.677", - "min": "51.831", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "109.666", - "max": "114.662", - "min": "108.496", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "20.213", - "max": "35.781", - "min": "19.084", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "42.063", - "max": "51.294", - "min": "40.705", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "47.61", - "max": "48.539", - "min": "46.97", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "45.277", - "max": "61.869", - "min": "44.255", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "45.868", - "max": "49.305", - "min": "45.181", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "84.019", - "max": "85.077", - "min": "83.001", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "34.082", - "max": "39.442", - "min": "32.524", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "76.999", - "max": "169.552", - "min": "44.766", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "43.558", - "max": "44.635", - "min": "42.762", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "79.13", - "max": "91.571", - "min": "77.975", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "72.598", - "max": "74.796", - "min": "71.841", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "67.516", - "max": "70.016", - "min": "66.943", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "44.033", - "max": "45.061", - "min": "43.358", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "296.186", - "max": "316.942", - "min": "294.644", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "52.974", - "max": "73.532", - "min": "50.766", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "30.666", - "max": "31.888", - "min": "29.79", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "54.854", - "max": "70.367", - "min": "53.965", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "193.831", - "max": "216.541", - "min": "190.626", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "76.71", - "max": "77.429", - "min": "75.955", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "45.525", - "max": "49.903", - "min": "44.763", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "44.604", - "max": "45.221", - "min": "43.958", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "49.502", - "max": "312.579", - "min": "38.339", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "358.053", - "max": "361.427", - "min": "357.31", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "116.685", - "max": "119.384", - "min": "115.429", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "343.359", - "max": "359.556", - "min": "336.263", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "146.774", - "max": "147.373", - "min": "146.291", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "48.958", - "max": "49.934", - "min": "48.027", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "191.087", - "max": "211.982", - "min": "189.545", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "208.256", - "max": "209.858", - "min": "207.453", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "39.723", - "max": "40.382", - "min": "38.89", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "68.935", - "max": "70.18", - "min": "67.904", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "42.254", - "max": "44.356", - "min": "41.206", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "45.27", - "max": "46.44", - "min": "44.554", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "134.404", - "max": "135.362", - "min": "133.758", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "142.609", - "max": "159.861", - "min": "140.742", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "271.963", - "max": "373.686", - "min": "267.828", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "121.903", - "max": "123.281", - "min": "121.298", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "41.847", - "max": "42.939", - "min": "41.113", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "106.903", - "max": "108.485", - "min": "106.282", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "34.724", - "max": "60.619", - "min": "33.239", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "262.457", - "max": "501.909", - "min": "252.968", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "157.08", - "max": "159.803", - "min": "153.565", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "56.973", - "max": "57.346", - "min": "56.08", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "0.043", - "max": "0.172", - "min": "0.03", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "200.863", - "max": "221.929", - "min": "198.638", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "116.455", - "max": "118.519", - "min": "115.806", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "326.846", - "max": "343.715", - "min": "325.671", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "84.317", - "max": "86.009", - "min": "83.443", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "69.429", - "max": "83.078", - "min": "68.243", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "39.659", - "max": "40.996", - "min": "38.827", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "28.42", - "max": "29.621", - "min": "27.659", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "117.037", - "max": "122.605", - "min": "115.97", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "134.207", - "max": "134.83", - "min": "133.466", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "63.926", - "max": "68.062", - "min": "62.127", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "192.471", - "max": "194.318", - "min": "191.775", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "138.698", - "max": "158.574", - "min": "136.2", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "89.191", - "max": "90.763", - "min": "88.327", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "153.988", - "max": "156.232", - "min": "153.169", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "50.777", - "max": "63.5", - "min": "49.327", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "340.901", - "max": "355.667", - "min": "339", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "211.189", - "max": "211.189", - "min": "211.189", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "39.762", - "max": "43.369", - "min": "39.056", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "46.907", - "max": "47.537", - "min": "46.308", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "136.665", - "max": "141.032", - "min": "135.693", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "60.837", - "max": "70.773", - "min": "54.329", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "58.02", - "max": "84.49", - "min": "56.529", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "207.88", - "max": "210.115", - "min": "206.88", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "87.139", - "max": "106.738", - "min": "85.876", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "128.775", - "max": "132.416", - "min": "127.713", - "id": "241", - "country": "Algeria", - "source_name": "Algiers", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "248": { - "name": "Tunis", - "data": { - "0": { - "avg": "231.553", - "max": "231.646", - "min": "231.457", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "307.732", - "max": "308.377", - "min": "307.448", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "150.13", - "max": "150.398", - "min": "150.034", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "60.523", - "max": "65.344", - "min": "59.828", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "53.558", - "max": "54.182", - "min": "53.395", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "307.078", - "max": "307.52", - "min": "306.94", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "43.81", - "max": "44.048", - "min": "43.709", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "303.324", - "max": "307.992", - "min": "302.801", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "86.363", - "max": "86.653", - "min": "86.156", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "85.424", - "max": "90.245", - "min": "85.033", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "64.928", - "max": "65.105", - "min": "64.821", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "164.819", - "max": "180.276", - "min": "163.822", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "122.136", - "max": "122.271", - "min": "122.05", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "117.996", - "max": "120.354", - "min": "117.78", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "141.4", - "max": "142.867", - "min": "141.276", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "113.327", - "max": "113.912", - "min": "112.958", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "32.943", - "max": "33.194", - "min": "32.703", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "133.455", - "max": "133.737", - "min": "133.314", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "51.114", - "max": "51.331", - "min": "50.987", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "66.27", - "max": "66.499", - "min": "66.199", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "329.28", - "max": "329.422", - "min": "329.2", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "167.879", - "max": "168.038", - "min": "167.749", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "183.21", - "max": "183.42", - "min": "183.088", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "210.096", - "max": "211.339", - "min": "209.935", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "76.855", - "max": "77.065", - "min": "76.727", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "68.465", - "max": "68.582", - "min": "68.366", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "36.314", - "max": "39.966", - "min": "35.992", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "69.564", - "max": "73.208", - "min": "69.257", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "49.732", - "max": "49.872", - "min": "49.616", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "187.38", - "max": "188.048", - "min": "187.183", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "289.737", - "max": "292.011", - "min": "289.547", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "83.475", - "max": "83.623", - "min": "83.385", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "169.972", - "max": "171.874", - "min": "169.779", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "78.753", - "max": "80.608", - "min": "78.603", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "66.068", - "max": "67.23", - "min": "65.812", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.952", - "max": "188.533", - "min": "186.786", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "183.713", - "max": "183.816", - "min": "183.646", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "182.2", - "max": "183.366", - "min": "180.346", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "145.307", - "max": "145.639", - "min": "145.153", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "117.771", - "max": "119.073", - "min": "117.488", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "183.461", - "max": "186.679", - "min": "182.821", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "61.899", - "max": "67.214", - "min": "61.154", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "107.465", - "max": "107.805", - "min": "107.371", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "80.956", - "max": "81.074", - "min": "80.9", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "149.562", - "max": "149.698", - "min": "149.461", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "68.471", - "max": "69.156", - "min": "68.078", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "77.716", - "max": "77.915", - "min": "77.612", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "198.281", - "max": "199.166", - "min": "198.09", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "259.042", - "max": "260.403", - "min": "257.942", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "167.419", - "max": "167.666", - "min": "167.345", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "132.369", - "max": "133.099", - "min": "132.206", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "190.315", - "max": "191.035", - "min": "190.138", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "83.043", - "max": "143.511", - "min": "49.887", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "161.154", - "max": "161.266", - "min": "160.964", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "298.121", - "max": "316.368", - "min": "294.251", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "312.952", - "max": "313.411", - "min": "312.764", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "62.942", - "max": "64.647", - "min": "61.791", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "333.594", - "max": "333.687", - "min": "333.51", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "70.625", - "max": "72.021", - "min": "70.363", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "45.892", - "max": "46.094", - "min": "45.775", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "73.497", - "max": "77.206", - "min": "72.899", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "96.489", - "max": "99.902", - "min": "95.994", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "180.935", - "max": "253.592", - "min": "177.949", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "395.96", - "max": "398.888", - "min": "395.534", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "61.072", - "max": "61.573", - "min": "60.923", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "65.212", - "max": "65.613", - "min": "65.124", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "127.516", - "max": "128.278", - "min": "127.34", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "67.871", - "max": "68.153", - "min": "67.531", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "257.278", - "max": "258.083", - "min": "256.717", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "182.315", - "max": "183.442", - "min": "182.136", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "312.992", - "max": "315.07", - "min": "312.74", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "180.98", - "max": "181.367", - "min": "180.661", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "199.578", - "max": "204.912", - "min": "199.23", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "129.052", - "max": "129.141", - "min": "128.99", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "81.331", - "max": "82.579", - "min": "81.142", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "54.316", - "max": "54.622", - "min": "54.187", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "128.697", - "max": "128.825", - "min": "128.593", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "207.484", - "max": "207.579", - "min": "207.4", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "131.456", - "max": "146.275", - "min": "130.778", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "123.728", - "max": "123.82", - "min": "123.653", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "215.67", - "max": "215.905", - "min": "215.523", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "136.116", - "max": "136.921", - "min": "135.932", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "237.605", - "max": "251.485", - "min": "235.834", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "202.273", - "max": "203.768", - "min": "202.067", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "176.505", - "max": "176.616", - "min": "176.422", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "68.099", - "max": "69.181", - "min": "67.755", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "62.027", - "max": "69.252", - "min": "61.471", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "151.201", - "max": "151.549", - "min": "151.015", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "151.386", - "max": "151.634", - "min": "151.269", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "61.023", - "max": "70.319", - "min": "60.587", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "142.352", - "max": "145.091", - "min": "141.644", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "192.559", - "max": "193.2", - "min": "192.364", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "74.383", - "max": "74.48", - "min": "74.326", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "344.312", - "max": "344.462", - "min": "344.215", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "127.845", - "max": "128.801", - "min": "127.627", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "160.428", - "max": "161.39", - "min": "160.286", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "194.511", - "max": "194.709", - "min": "194.288", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "190.487", - "max": "196.624", - "min": "189.955", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "180.061", - "max": "180.205", - "min": "179.965", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "148.884", - "max": "151.658", - "min": "148.515", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "160.744", - "max": "160.856", - "min": "160.685", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "194.384", - "max": "194.677", - "min": "194.19", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "85.667", - "max": "86.267", - "min": "85.495", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "364.89", - "max": "369.218", - "min": "364.209", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "138.769", - "max": "139.028", - "min": "138.653", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "342.223", - "max": "368.441", - "min": "314.875", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "230.586", - "max": "233.078", - "min": "230.271", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "129.042", - "max": "129.235", - "min": "128.884", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "123.684", - "max": "123.824", - "min": "123.543", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "190.341", - "max": "191.505", - "min": "190.082", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "340.294", - "max": "340.545", - "min": "340.221", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "324.771", - "max": "325.63", - "min": "324.645", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "131.859", - "max": "131.957", - "min": "131.762", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "156.47", - "max": "156.965", - "min": "156.326", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "393.616", - "max": "512.821", - "min": "244.064", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.89", - "max": "284.4", - "min": "97.635", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "179.093", - "max": "202.856", - "min": "176.976", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "268.686", - "max": "270.741", - "min": "268.466", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "150.689", - "max": "150.904", - "min": "150.554", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "140.805", - "max": "142.233", - "min": "140.527", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "169.319", - "max": "172.416", - "min": "169.027", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "204.279", - "max": "366.348", - "min": "134.561", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "218.687", - "max": "219.444", - "min": "218.535", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "92.335", - "max": "231.774", - "min": "86.909", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "66.951", - "max": "67.16", - "min": "66.852", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "73.647", - "max": "75.261", - "min": "73.194", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "111.59", - "max": "111.955", - "min": "111.303", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "171.492", - "max": "172.381", - "min": "171.203", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "119.842", - "max": "120.172", - "min": "119.658", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "234.438", - "max": "235.461", - "min": "234.271", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "137.28", - "max": "142.209", - "min": "136.9", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "137.761", - "max": "137.874", - "min": "137.618", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "145.562", - "max": "145.718", - "min": "145.446", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "328.139", - "max": "329.506", - "min": "327.654", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "159.126", - "max": "160.173", - "min": "159.022", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "129.278", - "max": "129.561", - "min": "129.119", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "169.156", - "max": "174.627", - "min": "168.434", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "174.197", - "max": "174.367", - "min": "174.121", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "155.584", - "max": "155.852", - "min": "155.467", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "115.701", - "max": "115.876", - "min": "115.534", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "53.194", - "max": "53.463", - "min": "53.046", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "212.932", - "max": "217.16", - "min": "212.377", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "72.54", - "max": "72.828", - "min": "72.414", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "61.253", - "max": "61.466", - "min": "61.095", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "237.539", - "max": "239.401", - "min": "237.136", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "53.162", - "max": "53.813", - "min": "52.936", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "43.578", - "max": "62.934", - "min": "42.716", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "194.515", - "max": "194.785", - "min": "194.419", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "48.06", - "max": "48.131", - "min": "47.984", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "56.762", - "max": "56.873", - "min": "56.692", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "52.869", - "max": "71.662", - "min": "51.064", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "323.25", - "max": "323.385", - "min": "323.18", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "62.063", - "max": "63.131", - "min": "61.87", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "43.983", - "max": "60.249", - "min": "43.209", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "128.992", - "max": "131.195", - "min": "128.813", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "221.431", - "max": "259.282", - "min": "219.869", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "75.467", - "max": "76.121", - "min": "75.227", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "187.137", - "max": "251.848", - "min": "178.828", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "170.112", - "max": "170.463", - "min": "169.98", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "281.62", - "max": "369.462", - "min": "274.553", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "154.528", - "max": "154.717", - "min": "154.45", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "432.65", - "max": "432.999", - "min": "432.306", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "67.459", - "max": "67.54", - "min": "67.396", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "133.955", - "max": "134.097", - "min": "133.819", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "140.311", - "max": "140.488", - "min": "140.192", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "191.204", - "max": "191.276", - "min": "191.131", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "118.193", - "max": "118.465", - "min": "118.083", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "192.313", - "max": "192.527", - "min": "192.133", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "338.929", - "max": "347.354", - "min": "315.064", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "130.867", - "max": "131.096", - "min": "130.733", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "133.841", - "max": "134.937", - "min": "133.685", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "43.449", - "max": "43.919", - "min": "43.307", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "301.723", - "max": "301.789", - "min": "301.653", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "53.227", - "max": "54.698", - "min": "53.12", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "44.637", - "max": "44.898", - "min": "44.355", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "41.546", - "max": "45.979", - "min": "41.237", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "36.017", - "max": "36.324", - "min": "35.931", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "63.065", - "max": "70.001", - "min": "62.62", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "98.997", - "max": "99.867", - "min": "98.774", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "43.38", - "max": "43.631", - "min": "43.262", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "111.864", - "max": "113.039", - "min": "111.747", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "12.53", - "max": "12.96", - "min": "12.395", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "54.95", - "max": "55.677", - "min": "54.758", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "63.029", - "max": "63.22", - "min": "62.949", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "40.055", - "max": "40.136", - "min": "39.939", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "59.762", - "max": "59.946", - "min": "59.649", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "68.818", - "max": "76.997", - "min": "68.291", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "49.99", - "max": "56.706", - "min": "48.903", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "81.205", - "max": "137.914", - "min": "52.352", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "52.747", - "max": "53.423", - "min": "52.662", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "68.547", - "max": "68.995", - "min": "68.343", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "75.167", - "max": "101.988", - "min": "74.05", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "85.93", - "max": "86.548", - "min": "85.548", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "45.842", - "max": "50.992", - "min": "45.445", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "305.587", - "max": "311.105", - "min": "303.578", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "56.19", - "max": "56.323", - "min": "56.078", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "33.76", - "max": "34.039", - "min": "33.573", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "66.291", - "max": "66.488", - "min": "66.206", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "205.632", - "max": "211.72", - "min": "203.286", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "94.402", - "max": "94.548", - "min": "94.299", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "47.136", - "max": "63.384", - "min": "45.967", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "55.26", - "max": "55.574", - "min": "55.108", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "41.055", - "max": "41.357", - "min": "40.89", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "356.757", - "max": "370.543", - "min": "355.535", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "132.473", - "max": "135.203", - "min": "131.921", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "259.343", - "max": "262.585", - "min": "254.291", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "212.377", - "max": "212.492", - "min": "212.255", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "63.802", - "max": "63.97", - "min": "63.718", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "202.108", - "max": "202.373", - "min": "201.936", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "199.871", - "max": "200.164", - "min": "199.627", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "51.701", - "max": "51.999", - "min": "51.604", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "63.049", - "max": "63.434", - "min": "62.894", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "44.728", - "max": "46.042", - "min": "44.345", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "42.01", - "max": "43.333", - "min": "41.65", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "132.717", - "max": "132.937", - "min": "132.663", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "132.985", - "max": "134.42", - "min": "132.873", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "363.165", - "max": "363.308", - "min": "362.987", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "126.928", - "max": "126.991", - "min": "126.871", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "63.295", - "max": "63.495", - "min": "63.194", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "127.671", - "max": "127.807", - "min": "127.595", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "54.851", - "max": "54.953", - "min": "54.712", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "241.493", - "max": "308.262", - "min": "239.006", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "165.622", - "max": "169.252", - "min": "162.502", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "45.994", - "max": "46.146", - "min": "45.87", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "28.644", - "max": "30.137", - "min": "27.933", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "188.505", - "max": "203.355", - "min": "187.238", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "289.818", - "max": "290.631", - "min": "289.44", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "299.239", - "max": "299.381", - "min": "299.139", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "95.38", - "max": "97.11", - "min": "95.067", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "64.958", - "max": "65.118", - "min": "64.883", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "50.394", - "max": "50.46", - "min": "50.332", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "0.038", - "max": "0.08", - "min": "0.025", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "123.385", - "max": "125.644", - "min": "122.964", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "120.224", - "max": "120.422", - "min": "120.103", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "84.91", - "max": "94.131", - "min": "82.71", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "184.222", - "max": "185.358", - "min": "183.201", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "127.877", - "max": "129.422", - "min": "127.17", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "96.389", - "max": "98.124", - "min": "96.196", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "176.909", - "max": "177.101", - "min": "176.727", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "53.496", - "max": "56.134", - "min": "53.309", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "229.759", - "max": "230.787", - "min": "228.786", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "218.487", - "max": "218.487", - "min": "218.487", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "44.02", - "max": "44.155", - "min": "43.956", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "49.741", - "max": "49.914", - "min": "49.659", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "140.449", - "max": "154.533", - "min": "139.813", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "64.501", - "max": "75.031", - "min": "56.108", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "56.316", - "max": "75.638", - "min": "55.565", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "202.966", - "max": "204.003", - "min": "202.737", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "80.415", - "max": "82.129", - "min": "80.156", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "135.344", - "max": "135.48", - "min": "135.284", - "id": "248", - "country": "Tunisia", - "source_name": "Tunis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "251": { - "name": "Beirut", - "data": { - "0": { - "avg": "259.858", - "max": "262.802", - "min": "257.916", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "313.989", - "max": "315.783", - "min": "312.273", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "144.868", - "max": "154.294", - "min": "142.827", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "73.656", - "max": "80.696", - "min": "70.981", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "55.404", - "max": "66.732", - "min": "52.692", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "292.188", - "max": "293.826", - "min": "290.304", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "65.431", - "max": "71.411", - "min": "63.833", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "316.691", - "max": "321.559", - "min": "314.549", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "106.258", - "max": "111.702", - "min": "104.107", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "86.904", - "max": "94.065", - "min": "84.557", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "62.061", - "max": "68.195", - "min": "59.819", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "165.974", - "max": "168.156", - "min": "164.337", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "129.415", - "max": "139.109", - "min": "127.405", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "138.838", - "max": "151.41", - "min": "136.807", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "166.86", - "max": "170.062", - "min": "164.925", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "132.292", - "max": "135.776", - "min": "130.291", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "61.558", - "max": "65.939", - "min": "59.43", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "143.986", - "max": "145.837", - "min": "142.639", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "70.692", - "max": "78.252", - "min": "68.672", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "71.811", - "max": "78.327", - "min": "69.95", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "329.355", - "max": "339.947", - "min": "327.169", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "147.21", - "max": "152.051", - "min": "145.211", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "200.874", - "max": "202.618", - "min": "199.361", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "200.347", - "max": "206.326", - "min": "198.476", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "89.749", - "max": "95.458", - "min": "87.704", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "72.589", - "max": "78.214", - "min": "70.379", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "61.962", - "max": "68.514", - "min": "59.734", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "78.396", - "max": "80.594", - "min": "76.5", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "62.792", - "max": "66.003", - "min": "61.272", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "201.818", - "max": "207.008", - "min": "199.75", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "226.656", - "max": "228.508", - "min": "225.011", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "83.92", - "max": "91.551", - "min": "82.182", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "190.812", - "max": "197.317", - "min": "188.91", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "92.046", - "max": "96.581", - "min": "90.457", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "67.454", - "max": "70.589", - "min": "65.751", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "261.91", - "max": "266.659", - "min": "260.222", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "193.608", - "max": "195.457", - "min": "191.907", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "192.937", - "max": "195.423", - "min": "191.382", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "156.888", - "max": "159.243", - "min": "154.537", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "132.486", - "max": "140.366", - "min": "131.001", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "203.46", - "max": "208.15", - "min": "200.7", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "68.843", - "max": "71.368", - "min": "66.846", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "93.48", - "max": "95.843", - "min": "91.622", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "89.437", - "max": "94.445", - "min": "87.46", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "180.856", - "max": "185.364", - "min": "178.663", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "86.596", - "max": "89.359", - "min": "84.386", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "101.36", - "max": "107.426", - "min": "99.367", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "209.741", - "max": "215.579", - "min": "207.97", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "294.092", - "max": "300.431", - "min": "292.169", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "162.899", - "max": "164.633", - "min": "161.52", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "140.259", - "max": "142.199", - "min": "138.956", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "202.803", - "max": "206.393", - "min": "201.213", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "118.674", - "max": "206.695", - "min": "101.6", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "158.275", - "max": "160.982", - "min": "156.551", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "309.659", - "max": "318.894", - "min": "304.176", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "320.804", - "max": "322.277", - "min": "318.966", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "79.148", - "max": "84.93", - "min": "76.141", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "359.753", - "max": "361.967", - "min": "357.617", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "108.106", - "max": "111.617", - "min": "105.968", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "69.32", - "max": "77.848", - "min": "66.93", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "99.88", - "max": "103.817", - "min": "97.733", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "99.581", - "max": "160.188", - "min": "92.626", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "315.751", - "max": "370.102", - "min": "309.733", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "320.619", - "max": "325.058", - "min": "317.977", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "97.348", - "max": "100.063", - "min": "95.376", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "90.485", - "max": "92.632", - "min": "88.823", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "134.213", - "max": "141.645", - "min": "131.8", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "92.495", - "max": "100.288", - "min": "90.188", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "259.453", - "max": "262.724", - "min": "257.562", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "170.511", - "max": "173.361", - "min": "168.849", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "309.568", - "max": "318.581", - "min": "306.879", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "192.178", - "max": "199.503", - "min": "189.947", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "219.382", - "max": "222.515", - "min": "216.917", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "150.596", - "max": "152.836", - "min": "147.927", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "104.634", - "max": "114.278", - "min": "102.781", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "72.715", - "max": "74.973", - "min": "71.209", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "145.157", - "max": "151.558", - "min": "142.575", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "209.447", - "max": "211.726", - "min": "208.161", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "150.308", - "max": "154.538", - "min": "148.381", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "142.581", - "max": "143.765", - "min": "140.94", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "200.824", - "max": "203.383", - "min": "199.199", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "148.602", - "max": "150.363", - "min": "146.277", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "294.179", - "max": "312.939", - "min": "276.415", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "194.944", - "max": "198.099", - "min": "193.714", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "192.561", - "max": "194.505", - "min": "190.765", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "101.188", - "max": "103.71", - "min": "99.62", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "70.195", - "max": "74.717", - "min": "68.278", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "151.485", - "max": "153.63", - "min": "150.078", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "170.709", - "max": "172.959", - "min": "168.515", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "66.955", - "max": "73.957", - "min": "65.022", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "163.291", - "max": "170.589", - "min": "161.547", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "202.06", - "max": "203.853", - "min": "200.093", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "69.473", - "max": "75.293", - "min": "67.458", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "311.652", - "max": "319.906", - "min": "309.63", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "138.867", - "max": "143.938", - "min": "136.983", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "156.84", - "max": "159.652", - "min": "154.124", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "206.3", - "max": "209.202", - "min": "204.215", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "184.084", - "max": "194.089", - "min": "181.38", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "199.307", - "max": "206.514", - "min": "197.024", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "149.279", - "max": "151.855", - "min": "147.357", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "163.558", - "max": "174.542", - "min": "160.518", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "204.541", - "max": "213.345", - "min": "202.297", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "95.537", - "max": "98.44", - "min": "93.681", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "355.559", - "max": "358.484", - "min": "353.193", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "158.302", - "max": "161.315", - "min": "156.282", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "374.059", - "max": "383.8", - "min": "350.255", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "233.947", - "max": "238.419", - "min": "231.756", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "138.558", - "max": "140.293", - "min": "137.06", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "146.673", - "max": "149.323", - "min": "145.276", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "188.685", - "max": "191.406", - "min": "187.145", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "388.605", - "max": "400.613", - "min": "386.092", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "323.211", - "max": "331.304", - "min": "320.77", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "135.34", - "max": "137.134", - "min": "133.534", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "152.624", - "max": "154.643", - "min": "150.547", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "432.717", - "max": "539.044", - "min": "270.72", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "195.8", - "max": "272.364", - "min": "125.464", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "200.438", - "max": "204.985", - "min": "198.299", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "271.994", - "max": "276.508", - "min": "270.017", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "168.049", - "max": "184.197", - "min": "165.256", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "158.643", - "max": "162.445", - "min": "156.314", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "175.493", - "max": "178.103", - "min": "173.43", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "234.083", - "max": "387.133", - "min": "155.636", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "249.593", - "max": "253.851", - "min": "247.688", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "104.332", - "max": "299.723", - "min": "89.66", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "95.371", - "max": "101.132", - "min": "93.165", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "88.263", - "max": "90.667", - "min": "86.54", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "136.775", - "max": "144.842", - "min": "134.039", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "191.129", - "max": "193.13", - "min": "189.446", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "158.438", - "max": "161.781", - "min": "156.831", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "223.54", - "max": "233.126", - "min": "220.892", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "153.036", - "max": "156.716", - "min": "151.234", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "155.739", - "max": "159.106", - "min": "154.229", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "163.604", - "max": "166.819", - "min": "161.475", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "346.763", - "max": "355.518", - "min": "344.024", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "177.475", - "max": "185.299", - "min": "175.876", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "133.04", - "max": "139.569", - "min": "131.37", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "183.139", - "max": "189.871", - "min": "180.481", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "166.119", - "max": "178.188", - "min": "163.684", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "165.169", - "max": "169.549", - "min": "163.789", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "140.537", - "max": "142.498", - "min": "138.725", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "71.859", - "max": "73.849", - "min": "70.243", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "227.901", - "max": "234.543", - "min": "226.411", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "95.879", - "max": "97.654", - "min": "94.017", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "78.332", - "max": "85.381", - "min": "76.067", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "245.033", - "max": "256.52", - "min": "242.743", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "64.078", - "max": "73.564", - "min": "61.549", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "95.655", - "max": "97.944", - "min": "93.855", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "297.066", - "max": "304.012", - "min": "294.827", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "62.671", - "max": "65.428", - "min": "60.853", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "63.332", - "max": "71.004", - "min": "60.914", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "65.826", - "max": "80.92", - "min": "63.499", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "306.735", - "max": "315", - "min": "304.456", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "85.306", - "max": "87.016", - "min": "84.034", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "65.229", - "max": "97.134", - "min": "62.275", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "139.602", - "max": "146.57", - "min": "137.538", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "220.619", - "max": "227.807", - "min": "217.922", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "93.53", - "max": "95.734", - "min": "91.207", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "322.23", - "max": "363.198", - "min": "312.728", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "172.787", - "max": "174.425", - "min": "170.757", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "289.818", - "max": "401.091", - "min": "282.162", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "167.322", - "max": "169.634", - "min": "165.768", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "427.451", - "max": "434.193", - "min": "425.349", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "92.51", - "max": "95.006", - "min": "90.84", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "132.445", - "max": "139.987", - "min": "129.965", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "158.994", - "max": "165.571", - "min": "157.003", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "208.758", - "max": "211.171", - "min": "207.091", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "147.773", - "max": "150.197", - "min": "146.199", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "187.426", - "max": "189.012", - "min": "185.629", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "307.007", - "max": "309.31", - "min": "305.052", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "141.423", - "max": "144.262", - "min": "139.024", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "157.186", - "max": "159.482", - "min": "155.692", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "61.265", - "max": "64.314", - "min": "58.659", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "180.501", - "max": "187.032", - "min": "178.375", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "72.339", - "max": "74.502", - "min": "70.176", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "67.542", - "max": "72.968", - "min": "65.621", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "58.763", - "max": "62.379", - "min": "56.759", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "49.897", - "max": "52.737", - "min": "48.297", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "66.071", - "max": "73.73", - "min": "63.923", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "101.283", - "max": "104.209", - "min": "99.803", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "76.044", - "max": "83.228", - "min": "73.882", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "124.639", - "max": "127.562", - "min": "123.232", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.531", - "max": "71.108", - "min": "67.171", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "65.981", - "max": "68.386", - "min": "64.302", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "68.142", - "max": "73.51", - "min": "66.609", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "67.575", - "max": "69.305", - "min": "65.779", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "76.495", - "max": "77.91", - "min": "75.337", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "101.452", - "max": "104.402", - "min": "99.774", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "79.086", - "max": "83.843", - "min": "76.381", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "98.397", - "max": "148.721", - "min": "68.491", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "70.36", - "max": "78.97", - "min": "67.847", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "114.183", - "max": "121.32", - "min": "112.142", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "88.665", - "max": "97.014", - "min": "86.328", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "91.383", - "max": "98.159", - "min": "89", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "65.637", - "max": "72", - "min": "63.977", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "325.506", - "max": "328.236", - "min": "323.766", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "68.789", - "max": "70.87", - "min": "67.313", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "82.778", - "max": "87.296", - "min": "80.597", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "82.978", - "max": "91.847", - "min": "80.608", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "217.646", - "max": "225.581", - "min": "214.406", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "104.27", - "max": "106.061", - "min": "102.455", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "67.261", - "max": "70.06", - "min": "65.358", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "66.108", - "max": "72.569", - "min": "63.493", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "63.698", - "max": "69.84", - "min": "61.582", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "361.514", - "max": "374.354", - "min": "358.207", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "138.92", - "max": "146.137", - "min": "136.755", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "292.647", - "max": "299.083", - "min": "263.209", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "311.835", - "max": "313.309", - "min": "309.598", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "63.919", - "max": "67.403", - "min": "62.401", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "220.394", - "max": "226.942", - "min": "218.28", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "207.92", - "max": "221.187", - "min": "205.454", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "89.724", - "max": "94.201", - "min": "87.116", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "128.689", - "max": "133.607", - "min": "126.439", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "66.264", - "max": "71.693", - "min": "63.998", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "68.988", - "max": "71.753", - "min": "67.163", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "153.53", - "max": "156.687", - "min": "151.672", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "160.669", - "max": "167.714", - "min": "158.588", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "221.205", - "max": "303.793", - "min": "214.256", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "140.477", - "max": "148.596", - "min": "138.752", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "68.672", - "max": "79.691", - "min": "66.72", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "137.288", - "max": "143.544", - "min": "135.266", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "66.504", - "max": "72.986", - "min": "64.314", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "277.632", - "max": "727.081", - "min": "259.845", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "168.425", - "max": "176.071", - "min": "164.873", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "67.109", - "max": "73.484", - "min": "64.683", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "65.016", - "max": "71.6", - "min": "62.397", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "197.786", - "max": "201.099", - "min": "194.309", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "153.978", - "max": "155.949", - "min": "152.21", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "293.934", - "max": "296.55", - "min": "292.383", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "144.717", - "max": "147.1", - "min": "142.758", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "83.442", - "max": "86.091", - "min": "81.655", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "64.369", - "max": "66.308", - "min": "62.303", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "85.447", - "max": "92.539", - "min": "83.041", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "147.079", - "max": "150.086", - "min": "144.651", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "134.38", - "max": "137.402", - "min": "131.748", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "0.023", - "max": "0.031", - "min": "0.017", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "208.77", - "max": "211.802", - "min": "206.701", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "146.236", - "max": "149.384", - "min": "143.869", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "112.826", - "max": "115.258", - "min": "111.405", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "167.867", - "max": "170.622", - "min": "166.18", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "73.666", - "max": "76.494", - "min": "71.173", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "238.887", - "max": "240.91", - "min": "236.907", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "228.174", - "max": "228.174", - "min": "228.174", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "64.558", - "max": "71.103", - "min": "62.584", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "64.164", - "max": "73.954", - "min": "61.823", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "159.601", - "max": "171.519", - "min": "157.352", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "76.824", - "max": "88.636", - "min": "68.547", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "78.384", - "max": "88.714", - "min": "76.339", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "157.258", - "max": "166.554", - "min": "155.049", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "133.913", - "max": "135.701", - "min": "131.774", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "179.557", - "max": "276.771", - "min": "155.003", - "id": "251", - "country": "Lebanon", - "source_name": "Beirut", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "258": { - "name": "Jerusalem", - "data": { - "0": { - "avg": "261.467", - "max": "262.628", - "min": "261.279", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "286.545", - "max": "287.776", - "min": "286.326", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "147.57", - "max": "149.238", - "min": "147.364", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "152.627", - "max": "157.285", - "min": "152.226", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "200.775", - "max": "203.178", - "min": "200.39", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "292.154", - "max": "293.163", - "min": "291.885", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "62.594", - "max": "63.4", - "min": "62.392", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "320.986", - "max": "327.402", - "min": "320.343", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "94.946", - "max": "95.571", - "min": "94.798", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "82.61", - "max": "91.996", - "min": "82.115", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "63.841", - "max": "67.942", - "min": "63.437", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "174.836", - "max": "175.039", - "min": "174.733", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "133.483", - "max": "134.475", - "min": "133.258", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "139.572", - "max": "140.917", - "min": "139.245", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "162.429", - "max": "163.265", - "min": "162.171", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "140.345", - "max": "142.506", - "min": "139.994", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "77.558", - "max": "77.882", - "min": "77.347", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "148.508", - "max": "152.589", - "min": "147.827", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "74.798", - "max": "75.103", - "min": "74.653", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "64.409", - "max": "65.956", - "min": "64.209", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "317.1", - "max": "318.226", - "min": "316.913", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "149.647", - "max": "150.108", - "min": "149.499", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "192.84", - "max": "194.929", - "min": "192.58", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "199.342", - "max": "199.942", - "min": "199.06", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "77.227", - "max": "78.965", - "min": "77.01", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "69.532", - "max": "70.165", - "min": "69.394", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "66.201", - "max": "68.164", - "min": "65.812", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "75.156", - "max": "76.113", - "min": "74.963", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "53.198", - "max": "53.573", - "min": "53.07", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "202.676", - "max": "203.251", - "min": "202.491", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "212.438", - "max": "213.245", - "min": "212.21", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "73.68", - "max": "73.834", - "min": "73.57", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "199.027", - "max": "203.433", - "min": "198.648", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "90.382", - "max": "90.875", - "min": "90.211", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "59.219", - "max": "59.943", - "min": "59.062", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "294.964", - "max": "296.066", - "min": "294.74", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "197.357", - "max": "197.526", - "min": "197.271", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "191.11", - "max": "192.531", - "min": "190.825", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "159.641", - "max": "160.543", - "min": "159.458", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "135.305", - "max": "136.378", - "min": "135.032", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "209.945", - "max": "215.685", - "min": "209.417", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "138.016", - "max": "145.142", - "min": "137.298", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "95.701", - "max": "95.898", - "min": "95.537", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "83.199", - "max": "83.577", - "min": "83.096", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "190.26", - "max": "190.357", - "min": "190.191", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "72.91", - "max": "73.424", - "min": "72.427", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "90.782", - "max": "91.486", - "min": "90.578", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "209.484", - "max": "209.987", - "min": "209.266", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "282.116", - "max": "283.68", - "min": "281.872", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "167.077", - "max": "167.568", - "min": "166.957", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "140.433", - "max": "143.436", - "min": "140.079", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "194.296", - "max": "194.555", - "min": "194.003", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "108.92", - "max": "119.356", - "min": "101.95", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "162.68", - "max": "163.903", - "min": "162.484", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "292.258", - "max": "300.449", - "min": "288.819", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "298.676", - "max": "299.493", - "min": "298.449", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "84.93", - "max": "87.35", - "min": "84.134", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "335.805", - "max": "336.152", - "min": "335.682", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "80.888", - "max": "82.084", - "min": "80.474", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "60.729", - "max": "60.901", - "min": "60.608", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "108.49", - "max": "111.266", - "min": "107.976", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "112.317", - "max": "141.66", - "min": "110.791", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "248.367", - "max": "250.593", - "min": "247.966", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "253.483", - "max": "254.691", - "min": "253.215", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "87.61", - "max": "87.979", - "min": "87.478", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "77.575", - "max": "78.235", - "min": "77.434", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "135.263", - "max": "136.771", - "min": "135.047", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "87.789", - "max": "100.413", - "min": "86.807", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "265.693", - "max": "266.953", - "min": "264.944", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "170.256", - "max": "170.902", - "min": "170.136", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "312.797", - "max": "314.304", - "min": "312.511", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "199.856", - "max": "200.625", - "min": "199.568", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "207.87", - "max": "212.079", - "min": "207.555", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "157.875", - "max": "158.382", - "min": "157.685", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "108.717", - "max": "109.221", - "min": "108.428", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "70.827", - "max": "72.021", - "min": "70.605", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "146.014", - "max": "146.501", - "min": "145.791", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "199.999", - "max": "200.913", - "min": "199.829", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "151.958", - "max": "156.717", - "min": "151.552", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "154.321", - "max": "154.556", - "min": "154.17", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "200.086", - "max": "200.882", - "min": "199.922", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "140.425", - "max": "141.078", - "min": "140.098", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "259.883", - "max": "261.243", - "min": "259.453", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "293.889", - "max": "295.256", - "min": "293.649", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "180.119", - "max": "180.201", - "min": "180.046", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "3.864", - "max": "4.798", - "min": "3.543", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "75.992", - "max": "76.93", - "min": "75.794", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "157.655", - "max": "157.946", - "min": "157.461", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "155.65", - "max": "156.705", - "min": "155.369", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "70.795", - "max": "73.751", - "min": "70.489", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "160.326", - "max": "163.034", - "min": "159.564", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "199.822", - "max": "200.68", - "min": "199.53", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "78.55", - "max": "79.119", - "min": "78.44", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "330.685", - "max": "340.631", - "min": "329.956", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "140.17", - "max": "140.647", - "min": "139.983", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "165.064", - "max": "165.818", - "min": "164.906", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "220.474", - "max": "220.761", - "min": "220.225", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "200.916", - "max": "214.141", - "min": "199.188", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "201.712", - "max": "202.486", - "min": "201.518", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "152.744", - "max": "164.484", - "min": "152.038", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "158.649", - "max": "159.855", - "min": "158.429", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "195.884", - "max": "196.904", - "min": "195.481", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "93.683", - "max": "94.845", - "min": "93.383", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "366.328", - "max": "368.209", - "min": "365.64", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "156.185", - "max": "157.027", - "min": "155.965", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "427.641", - "max": "442.22", - "min": "414.711", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "233.951", - "max": "237.684", - "min": "233.536", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "137.29", - "max": "138.299", - "min": "137.061", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "147.852", - "max": "148.513", - "min": "147.625", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "186.354", - "max": "190.398", - "min": "185.589", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "322.274", - "max": "323.24", - "min": "322.092", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "317.709", - "max": "390.14", - "min": "310.46", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "134.425", - "max": "136.064", - "min": "134.214", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": null, - "max": null, - "min": null, - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "411.642", - "max": "520.984", - "min": "230.29", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "182.361", - "max": "265.591", - "min": "101.518", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "217.949", - "max": "220.173", - "min": "217.321", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "271.111", - "max": "272.178", - "min": "270.824", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "169.045", - "max": "169.825", - "min": "168.83", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "160.737", - "max": "161.709", - "min": "160.494", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "172.013", - "max": "172.683", - "min": "171.789", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "241.407", - "max": "394.715", - "min": "161.344", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "257.808", - "max": "259.197", - "min": "257.6", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "84.837", - "max": "196.891", - "min": "79.947", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "79.469", - "max": "79.989", - "min": "79.335", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "76.265", - "max": "77.486", - "min": "75.632", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "132.087", - "max": "133.047", - "min": "131.867", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "200.401", - "max": "203.523", - "min": "200.06", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "164.335", - "max": "164.99", - "min": "164.091", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "218.816", - "max": "219.427", - "min": "218.583", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "157.765", - "max": "159.978", - "min": "157.532", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "150.45", - "max": "151.657", - "min": "150.239", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "157.492", - "max": "157.808", - "min": "157.321", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "347.524", - "max": "349.044", - "min": "346.814", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "174.388", - "max": "175.235", - "min": "174.188", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "133.547", - "max": "134.014", - "min": "133.313", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "183.567", - "max": "189.096", - "min": "182.637", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "186.642", - "max": "187.215", - "min": "186.498", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "207.604", - "max": "208.065", - "min": "207.492", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "135.481", - "max": "135.848", - "min": "135.34", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "145.994", - "max": "146.718", - "min": "145.783", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "204.268", - "max": "204.581", - "min": "204.096", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "80.522", - "max": "82.187", - "min": "80.326", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "70.939", - "max": "71.5", - "min": "70.73", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "244.491", - "max": "248.652", - "min": "243.952", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "64.425", - "max": "64.982", - "min": "64.091", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "77.37", - "max": "77.772", - "min": "77.214", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "315.829", - "max": "316.399", - "min": "315.594", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "64.756", - "max": "65.223", - "min": "64.603", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "66.53", - "max": "68.314", - "min": "66.38", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "57.532", - "max": "64.766", - "min": "56.403", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "318.86", - "max": "319.483", - "min": "318.731", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "76.482", - "max": "77.829", - "min": "76.154", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "63.299", - "max": "65.119", - "min": "62.58", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "142.683", - "max": "143.637", - "min": "142.436", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "215.407", - "max": "216.992", - "min": "215.21", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "81.814", - "max": "82.567", - "min": "81.574", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "364.193", - "max": "413.155", - "min": "354.554", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "171.602", - "max": "171.948", - "min": "171.375", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "294.832", - "max": "372.952", - "min": "289.206", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "168.366", - "max": "169.105", - "min": "168.096", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "246.145", - "max": "246.665", - "min": "245.994", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "78.407", - "max": "78.667", - "min": "78.305", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "131.687", - "max": "132.212", - "min": "131.544", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "155.435", - "max": "156.422", - "min": "155.247", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "222.228", - "max": "222.63", - "min": "222.13", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "139.679", - "max": "140.662", - "min": "139.501", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "201.052", - "max": "201.424", - "min": "200.914", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "257.65", - "max": "266.036", - "min": "234.529", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "135.553", - "max": "136.679", - "min": "135.345", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "160.005", - "max": "160.289", - "min": "159.934", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "75.645", - "max": "76.432", - "min": "75.369", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "190.199", - "max": "190.515", - "min": "190.079", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "75.089", - "max": "76.957", - "min": "74.902", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "65.342", - "max": "66.539", - "min": "65.157", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "74.028", - "max": "75.03", - "min": "73.799", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "65.96", - "max": "67.142", - "min": "65.796", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "68.327", - "max": "68.957", - "min": "68.046", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "107.494", - "max": "109.174", - "min": "107.272", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "88.66", - "max": "89.047", - "min": "88.545", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "101.374", - "max": "103.73", - "min": "100.96", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "84.159", - "max": "84.921", - "min": "83.988", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "61.636", - "max": "63.383", - "min": "61.378", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "64.73", - "max": "65.165", - "min": "64.563", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "61.239", - "max": "62.244", - "min": "61.053", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "71.345", - "max": "74.109", - "min": "71.063", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "98.742", - "max": "99.745", - "min": "98.354", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "74.074", - "max": "77.74", - "min": "73.293", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "89.005", - "max": "131.23", - "min": "64.404", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "65.205", - "max": "66.529", - "min": "65.103", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "103.731", - "max": "104.575", - "min": "103.492", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "83.129", - "max": "89.302", - "min": "82.649", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "78.744", - "max": "79.138", - "min": "78.233", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "61.987", - "max": "65.265", - "min": "61.558", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "256.849", - "max": "258.251", - "min": "256.539", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "60.638", - "max": "61.695", - "min": "60.428", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "80.915", - "max": "81.537", - "min": "80.69", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "75.587", - "max": "76.729", - "min": "75.413", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "214.394", - "max": "219.982", - "min": "212.72", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "254.361", - "max": "254.874", - "min": "254.195", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "61.72", - "max": "64.433", - "min": "61.347", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "62.12", - "max": "65.705", - "min": "61.391", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "62.961", - "max": "63.54", - "min": "62.801", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "350.842", - "max": "351.694", - "min": "350.634", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "140.429", - "max": "141.547", - "min": "140.003", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "277.408", - "max": "281.448", - "min": "272.019", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "286.243", - "max": "286.843", - "min": "286.088", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "64.908", - "max": "65.569", - "min": "64.775", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "187.544", - "max": "189.515", - "min": "185.056", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "215.439", - "max": "215.663", - "min": "215.172", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "81.662", - "max": "82.206", - "min": "81.429", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "100.519", - "max": "101.044", - "min": "100.334", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "69.025", - "max": "70.386", - "min": "68.673", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "62.622", - "max": "64.487", - "min": "62.232", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "155.105", - "max": "155.845", - "min": "154.899", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "171.827", - "max": "172.325", - "min": "171.663", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "280.473", - "max": "285.785", - "min": "280.051", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "207.137", - "max": "207.553", - "min": "207.006", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "63.509", - "max": "63.87", - "min": "63.373", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "136.278", - "max": "137.048", - "min": "136.134", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "64.679", - "max": "64.997", - "min": "64.512", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "254.895", - "max": "255.916", - "min": "254.611", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "177.436", - "max": "182.252", - "min": "174.592", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "80.502", - "max": "80.654", - "min": "80.359", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "89.449", - "max": "91.21", - "min": "88.506", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "202.308", - "max": "205.57", - "min": "201.149", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "159.893", - "max": "160.409", - "min": "159.529", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "279.55", - "max": "280.061", - "min": "279.328", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "122.993", - "max": "123.557", - "min": "122.788", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "93.914", - "max": "94.289", - "min": "93.809", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "63.851", - "max": "64.977", - "min": "63.724", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "96.326", - "max": "97.781", - "min": "96.138", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "144.618", - "max": "148.291", - "min": "143.934", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "143.012", - "max": "144.136", - "min": "142.855", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "113.04", - "max": "115.787", - "min": "111.314", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "224.542", - "max": "225.874", - "min": "223.734", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "147.481", - "max": "148.855", - "min": "146.3", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "0.035", - "max": "0.069", - "min": "0.019", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "161.624", - "max": "162.209", - "min": "161.486", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "77.635", - "max": "84.035", - "min": "77.351", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "217.001", - "max": "219.05", - "min": "215.332", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "237.34", - "max": "237.34", - "min": "237.34", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "67.054", - "max": "67.115", - "min": "67.005", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "57.592", - "max": "57.856", - "min": "57.494", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "165.281", - "max": "166.938", - "min": "165.016", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "84.337", - "max": "94.939", - "min": "76.697", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "81.06", - "max": "81.391", - "min": "80.92", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "221.412", - "max": "222.437", - "min": "221.074", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "131.247", - "max": "132.572", - "min": "130.969", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "158.402", - "max": "159.021", - "min": "158.255", - "id": "258", - "country": "Israel", - "source_name": "Jerusalem", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "294": { - "name": "Baku", - "data": { - "0": { - "avg": "296.304", - "max": "297.711", - "min": "295.907", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "374.785", - "max": "375.612", - "min": "374.391", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "179.66", - "max": "180.238", - "min": "179.334", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "64.835", - "max": "69.407", - "min": "63.891", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "84.596", - "max": "85.94", - "min": "84.195", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "315.652", - "max": "316.189", - "min": "315.308", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "85.68", - "max": "87.044", - "min": "85.345", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "340.738", - "max": "345.605", - "min": "339.848", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "36.635", - "max": "38.284", - "min": "36.367", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "55.969", - "max": "57.838", - "min": "55.482", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "89.82", - "max": "92.921", - "min": "89.362", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "196.502", - "max": "216.843", - "min": "195.453", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "156.354", - "max": "157.361", - "min": "156.086", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "191.203", - "max": "192.838", - "min": "190.796", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "189.665", - "max": "194.979", - "min": "189.138", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "166.825", - "max": "167.356", - "min": "166.189", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "102.923", - "max": "103.476", - "min": "102.541", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "167.473", - "max": "170.635", - "min": "167.134", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "92.154", - "max": "92.746", - "min": "91.88", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "69.392", - "max": "71.063", - "min": "69.03", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "348.283", - "max": "350.855", - "min": "347.859", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "181.689", - "max": "184.941", - "min": "181.287", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "219.944", - "max": "221.779", - "min": "219.594", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "254.541", - "max": "255.969", - "min": "254.055", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "97.129", - "max": "100.312", - "min": "96.757", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "73.889", - "max": "75.385", - "min": "73.688", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "78.513", - "max": "79.802", - "min": "78.117", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "83.133", - "max": "84.164", - "min": "82.787", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "77.722", - "max": "79.708", - "min": "77.406", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "210.145", - "max": "213.736", - "min": "209.742", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "225.92", - "max": "227.163", - "min": "225.692", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "109.432", - "max": "111.101", - "min": "109.134", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "221.625", - "max": "223.114", - "min": "221.153", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "73.368", - "max": "76.733", - "min": "72.942", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "72.303", - "max": "74.624", - "min": "71.721", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "227.841", - "max": "230.865", - "min": "227.335", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "245.324", - "max": "245.866", - "min": "244.937", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "220.666", - "max": "221.22", - "min": "220.301", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "192.617", - "max": "193.024", - "min": "192.241", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "165.496", - "max": "165.741", - "min": "165.161", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "222.831", - "max": "230.101", - "min": "221.877", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "114.046", - "max": "117.983", - "min": "113.279", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "119.036", - "max": "119.485", - "min": "118.747", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "92.559", - "max": "95.629", - "min": "92.157", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "211.359", - "max": "211.691", - "min": "211.077", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "79.306", - "max": "80.682", - "min": "78.896", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "91.483", - "max": "93.861", - "min": "91.112", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "234.916", - "max": "238.332", - "min": "234.502", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "302.428", - "max": "326.012", - "min": "300.267", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "206.92", - "max": "207.749", - "min": "206.517", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "161.372", - "max": "165.082", - "min": "160.88", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "228.066", - "max": "228.719", - "min": "227.649", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "109.449", - "max": "165.238", - "min": "81.585", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "233.552", - "max": "235.42", - "min": "233.226", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "204.404", - "max": "211.23", - "min": "200.858", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "241.864", - "max": "243.292", - "min": "241.359", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "119.066", - "max": "120.297", - "min": "118.373", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "372.141", - "max": "372.807", - "min": "371.827", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "107.995", - "max": "112.644", - "min": "107.354", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "88.958", - "max": "90.81", - "min": "88.55", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "121.657", - "max": "123.632", - "min": "120.994", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "131.528", - "max": "176.218", - "min": "128.318", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "252.269", - "max": "380.799", - "min": "240.984", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "262.477", - "max": "263.208", - "min": "262.159", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.251", - "max": "48.295", - "min": "44.779", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "48.628", - "max": "49.333", - "min": "48.412", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "154.46", - "max": "155.511", - "min": "154.193", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "137.438", - "max": "138.201", - "min": "136.978", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "298.144", - "max": "299.844", - "min": "297.364", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "195.788", - "max": "199.075", - "min": "195.37", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "233.971", - "max": "236.541", - "min": "233.446", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "210.926", - "max": "211.967", - "min": "210.538", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "225.845", - "max": "232.906", - "min": "225.342", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "185.958", - "max": "186.771", - "min": "185.648", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "132.034", - "max": "133.5", - "min": "131.509", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "126.465", - "max": "188.621", - "min": "91.777", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "171.42", - "max": "172.504", - "min": "171.11", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "231.163", - "max": "231.908", - "min": "230.796", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "184.246", - "max": "185.754", - "min": "183.831", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "201.68", - "max": "202.221", - "min": "201.448", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "212.113", - "max": "213.397", - "min": "211.751", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "176.549", - "max": "177.934", - "min": "175.972", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "304.486", - "max": "306.427", - "min": "304.183", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "231.151", - "max": "231.815", - "min": "230.855", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "207.272", - "max": "208.884", - "min": "207.005", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "135.976", - "max": "137.428", - "min": "135.536", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "90.161", - "max": "91.099", - "min": "89.773", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "187.298", - "max": "187.844", - "min": "186.969", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "208.611", - "max": "209.737", - "min": "208.265", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.907", - "max": "85.919", - "min": "78.38", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "187.164", - "max": "190.149", - "min": "186.562", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "217.627", - "max": "219.707", - "min": "217.206", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "98.354", - "max": "99.025", - "min": "97.948", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "334.774", - "max": "337.073", - "min": "334.382", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "171.009", - "max": "174.246", - "min": "170.713", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "194.366", - "max": "197.567", - "min": "193.968", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "230.097", - "max": "231.192", - "min": "229.666", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "220.029", - "max": "251.768", - "min": "218.26", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "244.721", - "max": "246.739", - "min": "244.334", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "173.662", - "max": "175.999", - "min": "173.109", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "182.193", - "max": "182.959", - "min": "181.961", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "236.42", - "max": "237.344", - "min": "235.967", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.579", - "max": "57.456", - "min": "52.023", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "383.481", - "max": "385.13", - "min": "382.729", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "181.837", - "max": "182.992", - "min": "181.462", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "416.604", - "max": "429.115", - "min": "378.598", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "261.93", - "max": "265.167", - "min": "261.364", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "158.084", - "max": "158.768", - "min": "157.787", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "176.492", - "max": "177.819", - "min": "176.21", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "211.071", - "max": "214.347", - "min": "209.948", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "372.03", - "max": "372.804", - "min": "371.703", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "303.11", - "max": "304.445", - "min": "302.821", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "162.052", - "max": "164.619", - "min": "161.631", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "209.331", - "max": "210.596", - "min": "209.036", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "446.077", - "max": "554.772", - "min": "262.686", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "174.583", - "max": "260.164", - "min": "113.073", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "251.821", - "max": "264.433", - "min": "251.008", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "293.7", - "max": "296.797", - "min": "293.314", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "189.02", - "max": "192.1", - "min": "188.652", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "185.06", - "max": "186.506", - "min": "184.562", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "187.095", - "max": "188.251", - "min": "186.79", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "270.814", - "max": "424.95", - "min": "186.098", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "254.293", - "max": "255.893", - "min": "254.003", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "107.375", - "max": "202.116", - "min": "101.55", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "73.911", - "max": "75.528", - "min": "73.617", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "74.798", - "max": "75.688", - "min": "74.09", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "154.489", - "max": "155.601", - "min": "154.15", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "241.83", - "max": "243.446", - "min": "241.418", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "215.917", - "max": "218.421", - "min": "215.597", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "255.568", - "max": "259.568", - "min": "255.173", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "185.299", - "max": "187.57", - "min": "184.831", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "178.586", - "max": "179.037", - "min": "178.333", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "185.969", - "max": "187.482", - "min": "185.598", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "365.935", - "max": "367.416", - "min": "365.034", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "200.804", - "max": "204.978", - "min": "200.392", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "151.445", - "max": "152.303", - "min": "151.117", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "205.97", - "max": "223.67", - "min": "204.66", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "197.053", - "max": "197.473", - "min": "196.772", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "180.05", - "max": "180.556", - "min": "179.827", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "150.901", - "max": "151.303", - "min": "150.553", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "64.712", - "max": "65.612", - "min": "64.442", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "246.355", - "max": "247.085", - "min": "245.943", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "45.225", - "max": "46.505", - "min": "44.869", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "64.844", - "max": "66.936", - "min": "64.429", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "252.063", - "max": "255.788", - "min": "251.265", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "89.964", - "max": "91.556", - "min": "89.631", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "73.692", - "max": "76.479", - "min": "73.292", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "204.844", - "max": "206.345", - "min": "204.517", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "83.452", - "max": "84.68", - "min": "83.031", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "89.694", - "max": "92.882", - "min": "89.322", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "78.585", - "max": "89.233", - "min": "77.038", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "251.697", - "max": "252.861", - "min": "251.131", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "82.402", - "max": "84.578", - "min": "81.916", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "80.704", - "max": "100.758", - "min": "79.507", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "166.068", - "max": "166.445", - "min": "165.828", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "210.411", - "max": "212.393", - "min": "209.834", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "62.799", - "max": "64.221", - "min": "62.446", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "278.863", - "max": "323.06", - "min": "270.057", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "202.744", - "max": "203.307", - "min": "202.462", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "308.444", - "max": "392.766", - "min": "299.832", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "186.945", - "max": "189.679", - "min": "186.582", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "455.312", - "max": "456.604", - "min": "454.553", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "100.554", - "max": "101.634", - "min": "100.26", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "154.144", - "max": "155.485", - "min": "153.789", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "95.15", - "max": "95.8", - "min": "94.848", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "253.515", - "max": "254.532", - "min": "253.051", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "71.063", - "max": "74.311", - "min": "70.569", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "210.549", - "max": "210.765", - "min": "210.251", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "351.016", - "max": "358.5", - "min": "333.256", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "163.875", - "max": "164.729", - "min": "163.593", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "169.829", - "max": "171.018", - "min": "169.581", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "104.523", - "max": "110.163", - "min": "103.981", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "275.954", - "max": "277.093", - "min": "275.602", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "91.85", - "max": "93.938", - "min": "91.458", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "92.592", - "max": "94.168", - "min": "92.172", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "115.719", - "max": "117.885", - "min": "115.328", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "106.94", - "max": "107.515", - "min": "106.676", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "78.826", - "max": "80.514", - "min": "78.352", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "125.837", - "max": "127.766", - "min": "125.352", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "108.668", - "max": "110.886", - "min": "108.367", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "67.474", - "max": "70.878", - "min": "66.816", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "65.731", - "max": "69.125", - "min": "65.264", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "88.257", - "max": "89.633", - "min": "88.011", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "89.251", - "max": "90.975", - "min": "88.965", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "85.632", - "max": "86.41", - "min": "85.342", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "71.02", - "max": "72.243", - "min": "70.62", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "104.323", - "max": "106.642", - "min": "103.66", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "87.813", - "max": "103.688", - "min": "86.107", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "103.449", - "max": "157.745", - "min": "74.016", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "84.708", - "max": "85.214", - "min": "84.464", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "82.143", - "max": "83.021", - "min": "81.82", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "91.215", - "max": "110.341", - "min": "90.14", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "79.801", - "max": "82.58", - "min": "79.144", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "85.236", - "max": "88.077", - "min": "84.813", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "264.195", - "max": "265.398", - "min": "263.568", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "69.509", - "max": "71.405", - "min": "69.238", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "102.128", - "max": "105.743", - "min": "101.72", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "64.273", - "max": "65.322", - "min": "63.944", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "270.282", - "max": "277.153", - "min": "268.318", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "89.008", - "max": "89.539", - "min": "88.713", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "76.217", - "max": "78.231", - "min": "75.788", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "82.277", - "max": "86.102", - "min": "81.726", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "83.967", - "max": "88.008", - "min": "83.539", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "351.163", - "max": "364.102", - "min": "348.021", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "175.057", - "max": "178.93", - "min": "174.282", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "286.489", - "max": "289.706", - "min": "280.496", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "223.876", - "max": "224.298", - "min": "223.588", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "83.889", - "max": "84.56", - "min": "83.541", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "136.674", - "max": "139.651", - "min": "136.244", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "225.714", - "max": "228.687", - "min": "225.029", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "108.737", - "max": "110.612", - "min": "108.365", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "51.816", - "max": "52.567", - "min": "51.348", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "105.733", - "max": "109.093", - "min": "105.191", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "88.713", - "max": "90.515", - "min": "88.24", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "177.024", - "max": "178.419", - "min": "176.773", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "179.21", - "max": "180.1", - "min": "178.903", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "314.767", - "max": "320.262", - "min": "314.199", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "150.173", - "max": "151.88", - "min": "149.626", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "92.813", - "max": "93.297", - "min": "92.581", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "154.126", - "max": "157.229", - "min": "153.745", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "97.641", - "max": "98.386", - "min": "97.347", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "267.584", - "max": "268.554", - "min": "266.923", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "207.151", - "max": "211.032", - "min": "203.959", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "97.738", - "max": "98.864", - "min": "97.451", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "87.115", - "max": "110.155", - "min": "85.738", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "248.953", - "max": "251.887", - "min": "247.842", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "183.43", - "max": "185.029", - "min": "183.017", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "269.486", - "max": "271.354", - "min": "269.001", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "59.051", - "max": "60.697", - "min": "58.701", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "114.58", - "max": "116.275", - "min": "114.31", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "82.778", - "max": "83.124", - "min": "82.586", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "80.458", - "max": "80.838", - "min": "80.23", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "168.787", - "max": "170.827", - "min": "168.177", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "165.102", - "max": "165.974", - "min": "164.784", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "133.663", - "max": "136.676", - "min": "132.11", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "242.627", - "max": "244.928", - "min": "241.846", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "159.63", - "max": "163.021", - "min": "158.411", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "131.474", - "max": "133.76", - "min": "131.127", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "173.936", - "max": "175.424", - "min": "173.423", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "94.249", - "max": "97.225", - "min": "93.639", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "257.461", - "max": "259.118", - "min": "255.737", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "256.729", - "max": "256.729", - "min": "256.729", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "91.37", - "max": "93.781", - "min": "91.075", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "87.343", - "max": "88.448", - "min": "87.099", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "172.388", - "max": "276.155", - "min": "168.508", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "113.879", - "max": "133.749", - "min": "104.653", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "87.008", - "max": "138.016", - "min": "84.701", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "246.117", - "max": "248.278", - "min": "245.637", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "0.027", - "max": "0.049", - "min": "0.022", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "190.429", - "max": "191.884", - "min": "190.089", - "id": "294", - "country": "Azerbaijan", - "source_name": "Baku", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "South Asia": { - "46": { - "name": "New Delhi", - "data": { - "0": { - "avg": "335.104", - "max": "336.087", - "min": "334.936", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "303.879", - "max": "310.871", - "min": "293.963", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "219.99", - "max": "220.183", - "min": "219.877", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "230.173", - "max": "234.631", - "min": "229.659", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "204.689", - "max": "204.986", - "min": "204.478", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "260.025", - "max": "262.485", - "min": "252.519", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "150.862", - "max": "151.149", - "min": "150.719", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "329.201", - "max": "335.091", - "min": "321.037", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "180.757", - "max": "181.116", - "min": "180.63", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "175.465", - "max": "177.824", - "min": "175.184", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "142.376", - "max": "142.591", - "min": "142.217", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "267.513", - "max": "271.012", - "min": "267.239", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "211.674", - "max": "211.938", - "min": "211.509", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "268.047", - "max": "268.353", - "min": "267.868", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "277.835", - "max": "279.776", - "min": "277.641", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "213.138", - "max": "216.372", - "min": "212.463", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "144.361", - "max": "144.575", - "min": "144.131", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "228.247", - "max": "228.367", - "min": "228.141", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "145.77", - "max": "146.041", - "min": "145.601", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "156.867", - "max": "157.811", - "min": "156.752", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "314.381", - "max": "317.509", - "min": "307.589", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "225.688", - "max": "229.976", - "min": "225.44", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "256.799", - "max": "257.764", - "min": "256.597", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "277.946", - "max": "278.563", - "min": "277.678", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "222.385", - "max": "223.322", - "min": "222.154", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "148.364", - "max": "148.445", - "min": "148.276", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "178.951", - "max": "180.399", - "min": "178.595", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "170.275", - "max": "170.488", - "min": "170.086", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "136.688", - "max": "136.831", - "min": "136.581", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "261.254", - "max": "261.955", - "min": "260.949", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "70.406", - "max": "70.622", - "min": "70.307", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "181.744", - "max": "181.898", - "min": "181.628", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "308.082", - "max": "319.382", - "min": "307.437", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "161.243", - "max": "166.5", - "min": "160.948", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "146.017", - "max": "146.821", - "min": "145.757", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "89.169", - "max": "89.791", - "min": "88.982", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "267.591", - "max": "267.735", - "min": "267.514", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "264.426", - "max": "264.538", - "min": "264.345", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "263.386", - "max": "263.707", - "min": "263.227", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "219.634", - "max": "226.069", - "min": "219.171", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "344.013", - "max": "347.152", - "min": "343.57", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "215.122", - "max": "219.414", - "min": "214.594", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "164.975", - "max": "171.152", - "min": "164.639", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "156.54", - "max": "156.885", - "min": "156.452", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "0.028", - "max": "0.064", - "min": "0.017", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "157.308", - "max": "157.935", - "min": "156.954", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "176.779", - "max": "177.196", - "min": "176.623", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "333.292", - "max": "333.618", - "min": "333.135", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "354.789", - "max": "356.308", - "min": "354.54", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "283.033", - "max": "283.221", - "min": "282.961", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "218.216", - "max": "218.354", - "min": "218.155", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "301.709", - "max": "302.337", - "min": "301.523", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "170.593", - "max": "179.935", - "min": "156.062", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "236.292", - "max": "236.463", - "min": "236.195", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "31.437", - "max": "39.014", - "min": "27.863", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "121.645", - "max": "122.227", - "min": "121.498", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "209.011", - "max": "210.723", - "min": "208.327", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "418.64", - "max": "424.248", - "min": "418.347", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "161.954", - "max": "162.777", - "min": "161.692", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "219.768", - "max": "224.218", - "min": "219.499", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "230.258", - "max": "231.927", - "min": "229.59", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "177.294", - "max": "207.498", - "min": "175.987", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "131.679", - "max": "171.766", - "min": "129.15", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "247.77", - "max": "251.098", - "min": "247.569", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "253.847", - "max": "254.225", - "min": "253.751", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "169", - "max": "169.201", - "min": "168.88", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "208.85", - "max": "209.155", - "min": "208.693", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "171.943", - "max": "180.931", - "min": "171.173", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "342.772", - "max": "344.469", - "min": "342.146", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "271.657", - "max": "275.863", - "min": "271.087", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "112.88", - "max": "113.257", - "min": "112.736", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "267.054", - "max": "267.41", - "min": "266.754", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "317.458", - "max": "319.096", - "min": "317.162", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "258.437", - "max": "258.588", - "min": "258.33", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "186.549", - "max": "188.338", - "min": "186.296", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "155.84", - "max": "156.136", - "min": "155.668", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "228.828", - "max": "229.008", - "min": "228.684", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "255.955", - "max": "256.267", - "min": "255.762", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "232.143", - "max": "232.846", - "min": "231.963", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "228.159", - "max": "228.316", - "min": "228.04", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "285.676", - "max": "291.531", - "min": "285.238", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "230.609", - "max": "231.019", - "min": "230.384", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "273.015", - "max": "275.097", - "min": "272.756", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "42.736", - "max": "45.586", - "min": "42.464", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "316.334", - "max": "316.529", - "min": "316.201", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "211.794", - "max": "212.422", - "min": "211.554", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "150.903", - "max": "151.472", - "min": "150.635", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "240.747", - "max": "240.937", - "min": "240.62", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "320.188", - "max": "320.576", - "min": "320.07", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "146.582", - "max": "152.313", - "min": "146.256", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "241.381", - "max": "242.565", - "min": "240.586", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "272.579", - "max": "272.926", - "min": "272.401", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "133.597", - "max": "133.645", - "min": "133.535", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "130.608", - "max": "130.988", - "min": "130.4", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "211.57", - "max": "212.844", - "min": "211.344", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "245.157", - "max": "245.505", - "min": "245.002", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "282.42", - "max": "282.759", - "min": "282.15", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "322.826", - "max": "336.985", - "min": "321.535", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "259.324", - "max": "259.444", - "min": "259.24", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "222.361", - "max": "222.988", - "min": "222.193", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "239.266", - "max": "239.495", - "min": "239.157", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "303.352", - "max": "303.573", - "min": "303.197", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "179.284", - "max": "179.43", - "min": "179.174", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "346.647", - "max": "354.66", - "min": "345.527", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "237.542", - "max": "237.939", - "min": "237.358", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "370.08", - "max": "373.573", - "min": "363.515", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "295.696", - "max": "298.837", - "min": "295.189", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "212.979", - "max": "213.076", - "min": "212.838", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "230.066", - "max": "230.275", - "min": "229.938", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "30.063", - "max": "33.651", - "min": "29.743", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "116.84", - "max": "117.769", - "min": "116.603", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "381.886", - "max": "385.299", - "min": "381.673", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "209.766", - "max": "209.941", - "min": "209.649", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "232.134", - "max": "232.529", - "min": "231.974", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "503.144", - "max": "624.053", - "min": "338.539", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "347.66", - "max": "436.308", - "min": "267.7", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "361.617", - "max": "368.719", - "min": "360.863", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "166.873", - "max": "168.254", - "min": "166.584", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "244.552", - "max": "247.265", - "min": "244.308", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "237.251", - "max": "238.393", - "min": "236.96", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "296.151", - "max": "297.011", - "min": "295.911", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "338.762", - "max": "483.501", - "min": "261.263", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "333.646", - "max": "333.796", - "min": "333.511", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "176.176", - "max": "363.024", - "min": "168.968", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "161.264", - "max": "161.452", - "min": "161.185", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "169.422", - "max": "171.216", - "min": "168.854", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "212.546", - "max": "212.837", - "min": "212.405", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "309.937", - "max": "310.686", - "min": "309.672", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "231.224", - "max": "234.843", - "min": "230.84", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "322.711", - "max": "324.467", - "min": "322.488", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "233.544", - "max": "233.67", - "min": "233.431", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "233.356", - "max": "234.063", - "min": "233.184", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "238.065", - "max": "238.462", - "min": "237.932", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "402.517", - "max": "403.246", - "min": "402.013", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "277.633", - "max": "277.858", - "min": "277.51", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "208.252", - "max": "208.536", - "min": "208.109", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "305.887", - "max": "315.494", - "min": "303.908", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "274.507", - "max": "274.737", - "min": "274.396", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "242.847", - "max": "243.26", - "min": "242.763", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "215.985", - "max": "216.231", - "min": "215.817", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "233.582", - "max": "233.888", - "min": "233.437", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "65.043", - "max": "67.236", - "min": "64.628", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "166.945", - "max": "171.98", - "min": "166.655", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "167.163", - "max": "167.321", - "min": "167.041", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "307.542", - "max": "309.251", - "min": "307.258", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "139.628", - "max": "145.129", - "min": "139.301", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "171.327", - "max": "181.32", - "min": "170.589", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "36.124", - "max": "36.465", - "min": "35.98", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "138.411", - "max": "138.626", - "min": "138.299", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "138.781", - "max": "139.062", - "min": "138.664", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "159.238", - "max": "173.956", - "min": "156.717", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "171.809", - "max": "172.053", - "min": "171.686", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "160.062", - "max": "160.965", - "min": "159.85", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "133.638", - "max": "171.752", - "min": "132.175", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "266.236", - "max": "266.366", - "min": "266.117", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "303.35", - "max": "303.873", - "min": "303.195", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "162.159", - "max": "162.929", - "min": "161.869", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "258.578", - "max": "299.98", - "min": "252.01", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "264.045", - "max": "264.223", - "min": "263.963", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "414.145", - "max": "475.613", - "min": "407.896", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "244.68", - "max": "244.791", - "min": "244.59", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "418.534", - "max": "421.703", - "min": "411.163", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "154.738", - "max": "154.978", - "min": "154.609", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "206.986", - "max": "211.948", - "min": "206.665", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "244.255", - "max": "244.43", - "min": "244.117", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "358.305", - "max": "358.387", - "min": "358.234", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "220.212", - "max": "220.352", - "min": "220.113", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "322.83", - "max": "324.099", - "min": "322.488", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "273.389", - "max": "278.715", - "min": "273.116", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "280.843", - "max": "280.997", - "min": "280.762", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "219.983", - "max": "221.824", - "min": "219.596", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "169.744", - "max": "174.003", - "min": "169.364", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "178.973", - "max": "179.325", - "min": "178.852", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "145.266", - "max": "148.299", - "min": "145.075", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "142.552", - "max": "142.862", - "min": "142.388", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "154.853", - "max": "155.054", - "min": "154.753", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "154.809", - "max": "154.931", - "min": "154.744", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "218.028", - "max": "218.426", - "min": "217.833", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "191.538", - "max": "193.294", - "min": "191.247", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "161.12", - "max": "161.259", - "min": "161.011", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "221.891", - "max": "222.255", - "min": "221.777", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "183.819", - "max": "184.723", - "min": "183.659", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "138.213", - "max": "142.623", - "min": "137.819", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "157.261", - "max": "157.461", - "min": "157.165", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "147.956", - "max": "148.122", - "min": "147.899", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "143.722", - "max": "143.898", - "min": "143.594", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "192.201", - "max": "192.87", - "min": "191.942", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "139.583", - "max": "146.533", - "min": "138.81", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "171.101", - "max": "227.447", - "min": "145.269", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "146", - "max": "146.144", - "min": "145.933", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "214.371", - "max": "214.815", - "min": "214.214", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "156.924", - "max": "157.493", - "min": "156.673", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "190.277", - "max": "190.836", - "min": "189.889", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "140.912", - "max": "142.046", - "min": "140.655", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "128.705", - "max": "128.998", - "min": "128.549", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "171.236", - "max": "172.142", - "min": "171.075", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "161.266", - "max": "161.59", - "min": "161.056", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "156.551", - "max": "156.726", - "min": "156.468", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "345.996", - "max": "352.067", - "min": "344.032", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "259.765", - "max": "259.936", - "min": "259.641", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "214.544", - "max": "221.759", - "min": "214.111", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "146.106", - "max": "146.351", - "min": "145.959", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "189.741", - "max": "189.861", - "min": "189.634", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "424.427", - "max": "439.159", - "min": "421.509", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "217.525", - "max": "224.476", - "min": "216.222", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "232.124", - "max": "234.198", - "min": "231.937", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "37.308", - "max": "37.648", - "min": "37.146", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "142.453", - "max": "142.634", - "min": "142.352", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "256.008", - "max": "256.29", - "min": "255.795", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "285.787", - "max": "285.904", - "min": "285.525", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "174.756", - "max": "175.046", - "min": "174.628", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "227.11", - "max": "232.524", - "min": "226.69", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "210.413", - "max": "213.865", - "min": "209.773", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "148.899", - "max": "149.332", - "min": "148.751", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "249.776", - "max": "249.871", - "min": "249.697", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "238.927", - "max": "239.067", - "min": "238.866", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "132.344", - "max": "133.262", - "min": "132.137", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "211.924", - "max": "213.455", - "min": "211.766", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "140.601", - "max": "140.797", - "min": "140.512", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "212.156", - "max": "212.333", - "min": "212.05", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "147.491", - "max": "147.631", - "min": "147.382", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "374.263", - "max": "376.024", - "min": "374.005", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "264.566", - "max": "267.791", - "min": "262.21", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "141.53", - "max": "141.754", - "min": "141.388", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "297.667", - "max": "298.378", - "min": "297.015", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "290.401", - "max": "296.179", - "min": "289.375", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "224.657", - "max": "226.465", - "min": "224.285", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "149.222", - "max": "149.42", - "min": "149.014", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "249.421", - "max": "249.883", - "min": "249.25", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "164.033", - "max": "164.159", - "min": "163.904", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "141.523", - "max": "142.662", - "min": "141.371", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "149.527", - "max": "149.651", - "min": "149.449", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "226.741", - "max": "228.284", - "min": "226.402", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "226.191", - "max": "226.587", - "min": "226.068", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "180.968", - "max": "186.938", - "min": "178.966", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "283.57", - "max": "289.506", - "min": "283.177", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "220.382", - "max": "226.534", - "min": "219.285", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "190.343", - "max": "191.528", - "min": "190.198", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "254.76", - "max": "254.929", - "min": "254.657", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "208.797", - "max": "213.803", - "min": "208.277", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "222.355", - "max": "222.547", - "min": "222.233", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "357.766", - "max": "357.766", - "min": "357.766", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "144.956", - "max": "145.117", - "min": "144.881", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "153.668", - "max": "153.815", - "min": "153.548", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "312.797", - "max": "313.356", - "min": "312.59", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "211.72", - "max": "228.208", - "min": "203.095", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "179.683", - "max": "179.961", - "min": "179.585", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "26.543", - "max": "29.039", - "min": "26.08", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "211.499", - "max": "213.007", - "min": "211.138", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "246.578", - "max": "246.773", - "min": "246.488", - "id": "46", - "country": "India", - "source_name": "New Delhi", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "56": { - "name": "Hyderabad", - "data": { - "0": { - "avg": "342.476", - "max": "358.077", - "min": "338.03", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "136.833", - "max": "165.02", - "min": "127.774", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "231.926", - "max": "247.656", - "min": "227.746", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "136.146", - "max": "145.215", - "min": "133.036", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "139.934", - "max": "171.871", - "min": "134.336", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "248.664", - "max": "270.938", - "min": "243.387", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "140.325", - "max": "180.182", - "min": "134.587", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.687", - "max": "308.344", - "min": "280.615", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "169.272", - "max": "184.14", - "min": "166.08", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "174.617", - "max": "195.062", - "min": "168.849", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "199.907", - "max": "220.135", - "min": "193.755", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "247.012", - "max": "256.252", - "min": "244.062", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "205.504", - "max": "239.599", - "min": "201.084", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "211.912", - "max": "232.002", - "min": "206.003", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "251.275", - "max": "265.118", - "min": "245.289", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "226.966", - "max": "252.871", - "min": "219.055", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "157.582", - "max": "168.633", - "min": "154.21", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "270.414", - "max": "286.205", - "min": "259.789", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "145.565", - "max": "172.618", - "min": "140.474", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "158.484", - "max": "171.567", - "min": "154.232", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "163.596", - "max": "190.154", - "min": "158.262", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "259.16", - "max": "278.509", - "min": "255.192", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "240.917", - "max": "248.947", - "min": "236.496", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "259.386", - "max": "285.263", - "min": "254.634", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "162.573", - "max": "170.916", - "min": "157.223", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "158.342", - "max": "181.206", - "min": "149.932", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "143.793", - "max": "168.018", - "min": "134.504", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "160.733", - "max": "169.2", - "min": "156.894", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "133.064", - "max": "149.162", - "min": "129.062", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "260.546", - "max": "274.867", - "min": "257.825", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "53.435", - "max": "65.232", - "min": "48.012", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "172.827", - "max": "186.941", - "min": "168.661", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "281.423", - "max": "304.751", - "min": "273.843", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "171.242", - "max": "180.556", - "min": "165.698", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "174.415", - "max": "187.192", - "min": "169.297", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "99.657", - "max": "119.165", - "min": "93.149", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "222.188", - "max": "230.344", - "min": "217.566", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "255.658", - "max": "267.055", - "min": "253.35", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "250.753", - "max": "264.536", - "min": "246.382", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "235.43", - "max": "248.063", - "min": "231.955", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "283.009", - "max": "315.06", - "min": "279.228", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "147.602", - "max": "167.699", - "min": "139.765", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "176.663", - "max": "190.808", - "min": "171.765", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "167.187", - "max": "193.387", - "min": "163.38", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "31.8", - "max": "49.669", - "min": "27.912", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "170.65", - "max": "223.575", - "min": "165.003", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "165.942", - "max": "176.771", - "min": "160.286", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "299.419", - "max": "328.826", - "min": "295.851", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "367.272", - "max": "384.775", - "min": "362.438", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "258.21", - "max": "268.763", - "min": "254.172", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "214.708", - "max": "231.489", - "min": "211.087", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "291.527", - "max": "316.502", - "min": "286.168", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "207.471", - "max": "247.243", - "min": "143.941", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "250.474", - "max": "266.086", - "min": "243.736", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "0.075", - "max": "0.476", - "min": "0.026", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "65.92", - "max": "102.055", - "min": "58.273", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "166.961", - "max": "192.385", - "min": "161.7", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "397.579", - "max": "420.616", - "min": "389.905", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "154.412", - "max": "170.865", - "min": "148.7", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "145.496", - "max": "180.456", - "min": "138.093", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "165.851", - "max": "187.891", - "min": "159.977", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "288.887", - "max": "312.894", - "min": "282.55", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "82.167", - "max": "110.818", - "min": "73.998", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "111.788", - "max": "241.022", - "min": "103.188", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "188.526", - "max": "211.369", - "min": "183.294", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "179.997", - "max": "194.552", - "min": "176.903", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "245.988", - "max": "261.974", - "min": "241.545", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "181.564", - "max": "186.681", - "min": "178.276", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "394.682", - "max": "410.191", - "min": "389.176", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "253.05", - "max": "281.186", - "min": "245.444", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "83.847", - "max": "93.275", - "min": "79.028", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "227.849", - "max": "246.278", - "min": "220.983", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "294.355", - "max": "310.784", - "min": "290.081", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "263.499", - "max": "273.809", - "min": "259.584", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "185.337", - "max": "206.523", - "min": "180.872", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "145.142", - "max": "197.47", - "min": "141.137", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "244.501", - "max": "260.92", - "min": "241.962", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "241.058", - "max": "249.124", - "min": "227.928", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "282.735", - "max": "303.822", - "min": "273.499", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "249.182", - "max": "263.426", - "min": "245.265", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "271.909", - "max": "289.192", - "min": "265.466", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "271.315", - "max": "294.735", - "min": "265.553", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "204.481", - "max": "224.718", - "min": "201.125", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "19.335", - "max": "48.472", - "min": "12.931", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "252.968", - "max": "355.923", - "min": "246.474", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "198.555", - "max": "213.975", - "min": "195.255", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "157.797", - "max": "176.741", - "min": "152.325", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "253.62", - "max": "266.138", - "min": "249.524", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "266.37", - "max": "280.434", - "min": "262.443", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "149.762", - "max": "155.385", - "min": "146.731", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "247.03", - "max": "467.055", - "min": "231.646", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "251.011", - "max": "350.127", - "min": "243.812", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "154.352", - "max": "166.301", - "min": "150.114", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "107.505", - "max": "120.313", - "min": "104.308", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "252.459", - "max": "278.655", - "min": "246.68", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "251.066", - "max": "277.026", - "min": "244.899", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "297.149", - "max": "320.485", - "min": "292.523", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "268.329", - "max": "286.467", - "min": "262.724", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "232.43", - "max": "256.161", - "min": "227.584", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "262.72", - "max": "270.089", - "min": "258.479", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "268.916", - "max": "283.655", - "min": "264.101", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "288.569", - "max": "295.159", - "min": "285.177", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "187.586", - "max": "216.874", - "min": "180.064", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "421.72", - "max": "443.976", - "min": "415.04", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "240.303", - "max": "256.764", - "min": "232.906", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "322.655", - "max": "350.327", - "min": "314.091", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "394.913", - "max": "419.605", - "min": "390.887", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "220.86", - "max": "231.646", - "min": "216.911", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "276.16", - "max": "302.795", - "min": "267.855", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "21.511", - "max": "46.244", - "min": "13.443", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "96.017", - "max": "117.319", - "min": "90.009", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "244.641", - "max": "254.66", - "min": "241.982", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "203.395", - "max": "214.282", - "min": "199.354", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "230.617", - "max": "255.702", - "min": "222.776", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "418.926", - "max": "537.248", - "min": "246.02", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "262.719", - "max": "351.416", - "min": "173.096", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "275.536", - "max": "294.973", - "min": "269.794", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "130.547", - "max": "148.971", - "min": "123.01", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "251.653", - "max": "264.991", - "min": "247.056", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "277.517", - "max": "294.244", - "min": "267.058", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "260.345", - "max": "271.734", - "min": "257.316", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "332.964", - "max": "483.4", - "min": "249.382", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "365.698", - "max": "379.83", - "min": "361.005", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "173.863", - "max": "378.995", - "min": "160.915", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "179.671", - "max": "190.644", - "min": "174.019", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "165.567", - "max": "189.525", - "min": "158.831", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "230.249", - "max": "249", - "min": "222.371", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "265.853", - "max": "291.143", - "min": "261.105", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "212.25", - "max": "229.667", - "min": "207.993", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "316.166", - "max": "345.28", - "min": "310.113", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "297.28", - "max": "315.799", - "min": "293.14", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "231.65", - "max": "254.045", - "min": "224.212", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "284.023", - "max": "308.792", - "min": "280.209", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "382.49", - "max": "394.913", - "min": "376.514", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "277.72", - "max": "295.858", - "min": "270.475", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "254.673", - "max": "260.882", - "min": "251.989", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "269.424", - "max": "277.843", - "min": "264.26", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "248.251", - "max": "267.573", - "min": "242.578", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "245.929", - "max": "270.086", - "min": "238.998", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "213.338", - "max": "241.839", - "min": "205.762", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "147.864", - "max": "174.147", - "min": "142.24", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "77.947", - "max": "99.955", - "min": "71.307", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "176.019", - "max": "205.91", - "min": "170.935", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "163.468", - "max": "183.912", - "min": "156.689", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "299.679", - "max": "311.751", - "min": "294.901", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "131.373", - "max": "146.135", - "min": "127.68", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "152.953", - "max": "172.538", - "min": "147.744", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "26.747", - "max": "46.628", - "min": "22.229", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "143.85", - "max": "158.096", - "min": "139.576", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "147.754", - "max": "169.328", - "min": "143.911", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "160.146", - "max": "190.733", - "min": "152.827", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "137.589", - "max": "167.445", - "min": "127.736", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "171.831", - "max": "191.081", - "min": "167.44", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "120.022", - "max": "137.364", - "min": "116.045", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "238.255", - "max": "268.702", - "min": "227.412", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "263.654", - "max": "268.708", - "min": "261.589", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "168.887", - "max": "191.745", - "min": "163.52", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "222.886", - "max": "267.762", - "min": "213.135", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "259.562", - "max": "279.84", - "min": "254.819", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "405.697", - "max": "501.15", - "min": "393.322", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "251.927", - "max": "258.941", - "min": "248.647", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "93.27", - "max": "98.687", - "min": "91.492", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "152.051", - "max": "167.145", - "min": "148.181", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "200.741", - "max": "216.453", - "min": "198.432", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "227.851", - "max": "247.314", - "min": "222.441", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "288.092", - "max": "306.621", - "min": "282.948", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "346.122", - "max": "354.647", - "min": "342.561", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "270.3", - "max": "276.372", - "min": "264.769", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "233.661", - "max": "391.475", - "min": "198.892", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "221.159", - "max": "246.039", - "min": "215.563", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "249.077", - "max": "276.759", - "min": "242.714", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "147.214", - "max": "176.02", - "min": "139.933", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "246.173", - "max": "269.704", - "min": "240.731", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "378.005", - "max": "396.467", - "min": "372.657", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "151.043", - "max": "170.745", - "min": "144.989", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "159.082", - "max": "174.668", - "min": "154.053", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "140.172", - "max": "176.049", - "min": "133.91", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "148.489", - "max": "162.359", - "min": "144.467", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "167.494", - "max": "177.158", - "min": "164.244", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "162.481", - "max": "178.854", - "min": "154.937", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "326.931", - "max": "541.874", - "min": "313.451", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "295.683", - "max": "320.019", - "min": "291.053", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "133.727", - "max": "154.416", - "min": "129.335", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "190.63", - "max": "207.783", - "min": "186.567", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "155.03", - "max": "167.91", - "min": "151.744", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "163.801", - "max": "205.804", - "min": "156.543", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "222.109", - "max": "240.535", - "min": "217.437", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "153.733", - "max": "186.879", - "min": "147.273", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "161.852", - "max": "229.969", - "min": "142.763", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "147.187", - "max": "163.125", - "min": "143.052", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "206.683", - "max": "236.816", - "min": "197.919", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "173.486", - "max": "199.743", - "min": "169.585", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "171.471", - "max": "188.855", - "min": "167.509", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "244.139", - "max": "258.647", - "min": "241.064", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "86.706", - "max": "108.209", - "min": "80.935", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "154.771", - "max": "191.53", - "min": "143.632", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "250.517", - "max": "269.091", - "min": "244.075", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "155.126", - "max": "157.831", - "min": "154.485", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "306.006", - "max": "350.414", - "min": "296.94", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "201.761", - "max": "295.112", - "min": "180.922", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "148.699", - "max": "180.321", - "min": "142.278", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "140.923", - "max": "175.467", - "min": "135.722", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "129.442", - "max": "137.084", - "min": "126.702", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "269.059", - "max": "282.428", - "min": "265.933", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "240.232", - "max": "251.34", - "min": "232.824", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "216.443", - "max": "234.163", - "min": "211.494", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "26.098", - "max": "54.087", - "min": "22.638", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "150.886", - "max": "179.055", - "min": "145.973", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "361.344", - "max": "382.262", - "min": "355.711", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "277.107", - "max": "301.937", - "min": "269.254", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "268.113", - "max": "286.206", - "min": "265.654", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "221.852", - "max": "241.792", - "min": "214.129", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "153.482", - "max": "175.617", - "min": "146.928", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "138.102", - "max": "146.889", - "min": "134.021", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "267.248", - "max": "378.317", - "min": "258.427", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "275.577", - "max": "292.105", - "min": "270.807", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "269.707", - "max": "309.28", - "min": "262.766", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "218.511", - "max": "251.016", - "min": "213.305", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "162.194", - "max": "170.906", - "min": "157.225", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "220.597", - "max": "239.949", - "min": "213.866", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "136.392", - "max": "150.145", - "min": "131.416", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "342.935", - "max": "352.048", - "min": "338.608", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "277.073", - "max": "292.111", - "min": "265.518", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "160.135", - "max": "175.182", - "min": "156.664", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "157.705", - "max": "195.026", - "min": "150.388", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "295.289", - "max": "318.629", - "min": "289.338", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "368.112", - "max": "508.609", - "min": "353.746", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "133.623", - "max": "150.548", - "min": "130.084", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "196.246", - "max": "220.57", - "min": "191.213", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "398.707", - "max": "419.665", - "min": "393.592", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "151.803", - "max": "169.084", - "min": "146.21", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "295.677", - "max": "313.908", - "min": "291.186", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "239.207", - "max": "338.802", - "min": "227.614", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "238.936", - "max": "254.378", - "min": "230.267", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "312.843", - "max": "326.145", - "min": "304.518", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "304.633", - "max": "330.169", - "min": "299.465", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "221.715", - "max": "238.16", - "min": "216.268", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "293.457", - "max": "301.26", - "min": "288.916", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "257.848", - "max": "275.948", - "min": "253.84", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "151.36", - "max": "156.527", - "min": "149.122", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "219.144", - "max": "232.577", - "min": "216.028", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "345.039", - "max": "345.039", - "min": "345.039", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "148.169", - "max": "174.447", - "min": "139.87", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "134.021", - "max": "149.896", - "min": "129.99", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "243.212", - "max": "271.112", - "min": "236.768", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "202.88", - "max": "220.527", - "min": "191.85", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "159.382", - "max": "172.591", - "min": "156.241", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "22.764", - "max": "46.339", - "min": "17.184", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "212.362", - "max": "234.586", - "min": "201.183", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "281.788", - "max": "289.27", - "min": "277.784", - "id": "56", - "country": "India", - "source_name": "Hyderabad", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "85": { - "name": "Chennai", - "data": { - "0": { - "avg": "330.416", - "max": "330.787", - "min": "330.216", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "115.571", - "max": "116.442", - "min": "115.269", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "229.142", - "max": "229.536", - "min": "228.977", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "156.348", - "max": "162.299", - "min": "155.822", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "141.165", - "max": "141.389", - "min": "140.954", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "103.526", - "max": "103.864", - "min": "103.308", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "143.785", - "max": "144.184", - "min": "143.619", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "150.235", - "max": "161.333", - "min": "148.937", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "179.955", - "max": "180.316", - "min": "179.815", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "175.511", - "max": "176.882", - "min": "175.223", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "152.39", - "max": "152.818", - "min": "152.136", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "240.472", - "max": "259.423", - "min": "239.685", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "212.362", - "max": "212.586", - "min": "212.198", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "262.398", - "max": "263.574", - "min": "262.183", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "264.63", - "max": "266.439", - "min": "264.406", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "215.308", - "max": "216.028", - "min": "214.941", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "170.422", - "max": "170.877", - "min": "170.225", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "241.299", - "max": "241.421", - "min": "241.201", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "155.299", - "max": "155.615", - "min": "155.126", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "154.248", - "max": "154.557", - "min": "154.108", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "144.497", - "max": "145.287", - "min": "144.268", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "249.54", - "max": "252.296", - "min": "249.208", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "214.683", - "max": "215.576", - "min": "214.503", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "254.917", - "max": "257.007", - "min": "254.532", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "197.77", - "max": "198.079", - "min": "197.581", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "154.376", - "max": "154.63", - "min": "154.255", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "168.852", - "max": "170.038", - "min": "168.589", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "168.619", - "max": "169.19", - "min": "168.408", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "142.668", - "max": "143.278", - "min": "142.508", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "289.114", - "max": "299.728", - "min": "288.464", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "34.503", - "max": "34.854", - "min": "34.273", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "176.755", - "max": "178.625", - "min": "176.437", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "267.372", - "max": "267.735", - "min": "267.183", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "168.459", - "max": "168.941", - "min": "168.31", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "163.264", - "max": "164.498", - "min": "162.937", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "41.223", - "max": "43.306", - "min": "40.85", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "234.273", - "max": "234.629", - "min": "234.128", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "253.12", - "max": "253.542", - "min": "252.981", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "234.081", - "max": "234.611", - "min": "233.876", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "219.51", - "max": "219.827", - "min": "219.248", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "323.915", - "max": "326.258", - "min": "323.477", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "148.661", - "max": "150.022", - "min": "148.306", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "184.51", - "max": "184.665", - "min": "184.374", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "168.769", - "max": "169.118", - "min": "168.637", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "42.63", - "max": "43.154", - "min": "42.454", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "163.924", - "max": "164.508", - "min": "163.494", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "193.383", - "max": "194.152", - "min": "193.145", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "341.696", - "max": "343.296", - "min": "341.402", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "357.927", - "max": "358.237", - "min": "357.751", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "254.38", - "max": "254.96", - "min": "254.196", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "214.469", - "max": "214.798", - "min": "214.305", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "257.529", - "max": "258.135", - "min": "257.23", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "211.814", - "max": "231.048", - "min": "143.226", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "251.963", - "max": "252.327", - "min": "251.804", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "17.004", - "max": "36.023", - "min": "12.938", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "49.17", - "max": "51.984", - "min": "48.72", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "155.728", - "max": "157.56", - "min": "154.726", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "373.082", - "max": "373.357", - "min": "372.936", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "153.849", - "max": "158.274", - "min": "153.351", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "158.706", - "max": "159.034", - "min": "158.513", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "225.946", - "max": "226.772", - "min": "225.345", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "198.29", - "max": "261.277", - "min": "193.596", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "91.226", - "max": "129.664", - "min": "88.825", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "226.059", - "max": "226.754", - "min": "225.872", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "183.647", - "max": "184.806", - "min": "183.462", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "167.601", - "max": "167.889", - "min": "167.413", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "231.682", - "max": "232.833", - "min": "231.512", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "186.574", - "max": "186.911", - "min": "186.206", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "346.097", - "max": "347.075", - "min": "345.62", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "247.75", - "max": "250.223", - "min": "247.217", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "67.113", - "max": "70.387", - "min": "66.61", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "238.689", - "max": "239.402", - "min": "238.358", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "299.004", - "max": "301.511", - "min": "298.731", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "235.835", - "max": "237.152", - "min": "235.642", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "187.704", - "max": "190.514", - "min": "187.336", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "140.87", - "max": "141.473", - "min": "140.607", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "235.596", - "max": "235.96", - "min": "235.358", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "216.241", - "max": "216.496", - "min": "216.123", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "241.542", - "max": "241.963", - "min": "241.303", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "233.967", - "max": "234.358", - "min": "233.811", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "256.29", - "max": "257.108", - "min": "256.093", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "239.83", - "max": "240.992", - "min": "239.56", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "257.248", - "max": "257.687", - "min": "257.013", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "0.084", - "max": "0.133", - "min": "0.043", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "267.052", - "max": "267.654", - "min": "266.713", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "201.646", - "max": "202.622", - "min": "201.375", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "157.138", - "max": "158.073", - "min": "156.799", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "251.333", - "max": "251.546", - "min": "251.108", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "243.228", - "max": "244.532", - "min": "242.978", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "148.366", - "max": "153.025", - "min": "147.854", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "248.897", - "max": "250.473", - "min": "248.065", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "252.285", - "max": "252.645", - "min": "252.046", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "155.634", - "max": "157.995", - "min": "155.418", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "90.241", - "max": "92.592", - "min": "89.945", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "242.182", - "max": "242.438", - "min": "242.036", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "266.939", - "max": "267.349", - "min": "266.705", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "287.091", - "max": "289.112", - "min": "286.654", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "311.834", - "max": "351.745", - "min": "308.586", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "207.848", - "max": "208.188", - "min": "207.722", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "233.285", - "max": "235.287", - "min": "232.977", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "259.444", - "max": "259.849", - "min": "259.268", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "270.461", - "max": "271.381", - "min": "270.266", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "198.83", - "max": "201.874", - "min": "198.553", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "399.184", - "max": "402.451", - "min": "398.344", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "237.962", - "max": "238.499", - "min": "237.704", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "266.301", - "max": "282.399", - "min": "246.793", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "307.889", - "max": "310.58", - "min": "307.581", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "221.168", - "max": "221.3", - "min": "221.021", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "218.868", - "max": "219.429", - "min": "218.682", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "42.911", - "max": "46.29", - "min": "41.817", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "75.651", - "max": "76.655", - "min": "75.511", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "339.751", - "max": "340.136", - "min": "339.554", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "222.223", - "max": "222.538", - "min": "222.117", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "252.561", - "max": "280.975", - "min": "251.279", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "507.864", - "max": "623.482", - "min": "360.775", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "265.667", - "max": "371.831", - "min": "188.406", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "304.784", - "max": "310.958", - "min": "304.093", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "105.96", - "max": "107.514", - "min": "105.579", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "247.334", - "max": "247.578", - "min": "247.079", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "245.564", - "max": "250.072", - "min": "244.945", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "263.415", - "max": "264.136", - "min": "263.097", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "326.702", - "max": "477.137", - "min": "251.333", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "338.46", - "max": "340.333", - "min": "338.253", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "180.298", - "max": "280.952", - "min": "173.458", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "160.013", - "max": "160.604", - "min": "159.835", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "166.248", - "max": "167.063", - "min": "165.532", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "237.489", - "max": "239.084", - "min": "237.261", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "296.882", - "max": "297.265", - "min": "296.656", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "250.811", - "max": "251.699", - "min": "250.563", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "323.582", - "max": "324.696", - "min": "323.349", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "236.122", - "max": "236.599", - "min": "235.928", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "239.396", - "max": "240.35", - "min": "239.138", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "242.129", - "max": "242.639", - "min": "241.91", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "354.379", - "max": "355.772", - "min": "353.611", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "248.858", - "max": "251.313", - "min": "248.621", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "238.638", - "max": "239.183", - "min": "238.281", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "270.907", - "max": "277.018", - "min": "269.904", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "243.886", - "max": "246.205", - "min": "243.669", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "239.445", - "max": "239.709", - "min": "239.288", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "207.864", - "max": "208.429", - "min": "207.641", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "150.321", - "max": "150.804", - "min": "150.133", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "62.924", - "max": "64.37", - "min": "62.473", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "172.827", - "max": "173.445", - "min": "172.635", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "155.197", - "max": "155.969", - "min": "155.004", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "281.926", - "max": "289.417", - "min": "281.458", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "145.451", - "max": "147.057", - "min": "145.175", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "181.708", - "max": "184.792", - "min": "181.41", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "34.144", - "max": "34.965", - "min": "33.961", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "139.551", - "max": "140.168", - "min": "139.309", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "238.842", - "max": "239.318", - "min": "238.677", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "152.879", - "max": "155.376", - "min": "152.177", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "123.454", - "max": "125.684", - "min": "123.204", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "168.845", - "max": "170.137", - "min": "168.667", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "169.7", - "max": "197.944", - "min": "168.362", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "254.893", - "max": "255.302", - "min": "254.732", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "283.88", - "max": "285.126", - "min": "283.62", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "171.821", - "max": "173.434", - "min": "171.426", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "229.13", - "max": "275.169", - "min": "220.844", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "267.785", - "max": "268.306", - "min": "267.632", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "404.573", - "max": "492.832", - "min": "395.152", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "283.006", - "max": "284.232", - "min": "282.831", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "79.991", - "max": "80.237", - "min": "79.862", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "169.009", - "max": "169.238", - "min": "168.82", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "223.557", - "max": "224.454", - "min": "223.329", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "241.737", - "max": "243.217", - "min": "241.472", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "294.044", - "max": "294.333", - "min": "293.931", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "337.041", - "max": "337.245", - "min": "336.89", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "275.782", - "max": "276.422", - "min": "275.515", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "218.036", - "max": "219.706", - "min": "217.784", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "267.285", - "max": "268.387", - "min": "267.168", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "240.308", - "max": "240.61", - "min": "240.177", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "140.508", - "max": "141.908", - "min": "140.278", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "203.996", - "max": "204.573", - "min": "203.792", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "156.433", - "max": "158.407", - "min": "156.238", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "150.8", - "max": "157.492", - "min": "150.281", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "159.36", - "max": "170.318", - "min": "158.618", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "154.697", - "max": "155.248", - "min": "154.573", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "152.368", - "max": "152.767", - "min": "152.07", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "196.538", - "max": "197.054", - "min": "196.142", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "166.06", - "max": "166.291", - "min": "165.875", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "285.548", - "max": "286.361", - "min": "285.349", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "174.015", - "max": "174.505", - "min": "173.831", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "151.639", - "max": "156.343", - "min": "151.182", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "149.538", - "max": "150.053", - "min": "149.388", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "149.539", - "max": "149.912", - "min": "149.414", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "164.229", - "max": "169.134", - "min": "163.834", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "183.823", - "max": "184.337", - "min": "183.543", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "172.984", - "max": "183.326", - "min": "171.974", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "175.937", - "max": "192.777", - "min": "161.863", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "139.961", - "max": "140.325", - "min": "139.761", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "241.213", - "max": "242.316", - "min": "240.896", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "166.383", - "max": "200.586", - "min": "164.724", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "172.559", - "max": "174.884", - "min": "172.025", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "157.951", - "max": "162.03", - "min": "157.381", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "85.238", - "max": "90.091", - "min": "84.76", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "150.063", - "max": "150.279", - "min": "149.923", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "253.993", - "max": "254.343", - "min": "253.77", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "178.231", - "max": "179.057", - "min": "177.963", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "339.147", - "max": "346.092", - "min": "337.005", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "185.465", - "max": "185.812", - "min": "185.262", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "152.426", - "max": "155.508", - "min": "152.038", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "152.52", - "max": "156.145", - "min": "152.149", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "174.272", - "max": "175.264", - "min": "173.314", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "302.478", - "max": "318.177", - "min": "299.134", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "246.092", - "max": "253.723", - "min": "245.247", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "215.84", - "max": "217.966", - "min": "215.589", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "10.345", - "max": "10.708", - "min": "10.155", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "142.871", - "max": "143.239", - "min": "142.714", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "267.936", - "max": "268.386", - "min": "267.71", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "252.591", - "max": "253.114", - "min": "252.413", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "265.363", - "max": "265.556", - "min": "265.191", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "207.916", - "max": "210.487", - "min": "207.408", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "146.102", - "max": "148.004", - "min": "145.756", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "148.392", - "max": "149.817", - "min": "147.829", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "239.117", - "max": "240.918", - "min": "238.859", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "229.523", - "max": "229.801", - "min": "229.403", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "93.622", - "max": "96.633", - "min": "93.146", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "217.949", - "max": "219.66", - "min": "217.702", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "158.943", - "max": "159.481", - "min": "158.719", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "237.585", - "max": "237.97", - "min": "237.437", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "159.999", - "max": "160.419", - "min": "159.776", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "385.843", - "max": "728.345", - "min": "373.524", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "261.526", - "max": "266.737", - "min": "259.259", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "153.835", - "max": "154.333", - "min": "153.595", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "288.059", - "max": "288.631", - "min": "287.426", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "287.478", - "max": "303.094", - "min": "285.619", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "227.685", - "max": "228.134", - "min": "227.306", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "101.137", - "max": "101.625", - "min": "100.924", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "232.379", - "max": "235.099", - "min": "231.974", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "182.346", - "max": "182.657", - "min": "182.23", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "145.254", - "max": "145.891", - "min": "145.121", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "202.283", - "max": "202.709", - "min": "202.032", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "239.979", - "max": "241.482", - "min": "239.55", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "213.68", - "max": "213.944", - "min": "213.525", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "195.079", - "max": "202.3", - "min": "193.318", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "287.165", - "max": "287.813", - "min": "286.835", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "258.519", - "max": "260.558", - "min": "257.474", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "293.533", - "max": "294.607", - "min": "293.299", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "245.693", - "max": "245.867", - "min": "245.52", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "197.101", - "max": "197.798", - "min": "196.941", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "232.15", - "max": "232.56", - "min": "231.981", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "306.718", - "max": "306.718", - "min": "306.718", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "140.578", - "max": "140.968", - "min": "140.42", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "144.028", - "max": "144.324", - "min": "143.887", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "239.964", - "max": "240.533", - "min": "239.776", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "203.582", - "max": "212.881", - "min": "195.64", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "170.399", - "max": "170.724", - "min": "170.254", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "30.754", - "max": "33.429", - "min": "30.341", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "231.397", - "max": "232.732", - "min": "231.06", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "237.987", - "max": "238.362", - "min": "237.792", - "id": "85", - "country": "India", - "source_name": "Chennai", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "111": { - "name": "Pune", - "data": { - "0": { - "avg": "325.938", - "max": "327.868", - "min": "325.681", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "143.668", - "max": "150.891", - "min": "141.061", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "215.539", - "max": "224.301", - "min": "214.477", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "148.13", - "max": "163.333", - "min": "147.102", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "125.97", - "max": "127.012", - "min": "125.714", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "239.058", - "max": "239.449", - "min": "238.846", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "128.602", - "max": "129.067", - "min": "128.418", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "183.547", - "max": "186.238", - "min": "183.16", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "161.851", - "max": "162.248", - "min": "161.701", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "161.538", - "max": "162.834", - "min": "161.346", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "143.131", - "max": "146.764", - "min": "142.796", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "266.939", - "max": "278.784", - "min": "266.387", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "253.991", - "max": "258.366", - "min": "253.308", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "227.011", - "max": "228.699", - "min": "226.73", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "268.118", - "max": "273.58", - "min": "267.403", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "211.434", - "max": "212.278", - "min": "211.199", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "149.218", - "max": "149.635", - "min": "148.994", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "205.275", - "max": "217.273", - "min": "200.03", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "160.318", - "max": "160.688", - "min": "160.147", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "142.457", - "max": "142.68", - "min": "142.355", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "178.688", - "max": "179.148", - "min": "178.575", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "211.947", - "max": "213.65", - "min": "211.712", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "244.372", - "max": "244.852", - "min": "243.938", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "280.1", - "max": "285.76", - "min": "276.602", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "194.758", - "max": "195.569", - "min": "194.488", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "158.703", - "max": "158.924", - "min": "158.588", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "152.417", - "max": "156.326", - "min": "149.997", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "171.246", - "max": "174.914", - "min": "170.874", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "128.049", - "max": "134.447", - "min": "125.348", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "255.781", - "max": "262.818", - "min": "251.208", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "62.08", - "max": "65.815", - "min": "60.307", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "200.416", - "max": "200.694", - "min": "200.287", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "287.304", - "max": "296.086", - "min": "285.497", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "159.933", - "max": "165.414", - "min": "159.58", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "141.955", - "max": "146.416", - "min": "141.231", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "70.106", - "max": "75.044", - "min": "69.501", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "281.899", - "max": "282.283", - "min": "281.801", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "250.821", - "max": "251.95", - "min": "250.615", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "240.913", - "max": "242.002", - "min": "240.711", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "203.762", - "max": "215.904", - "min": "202.467", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "285.589", - "max": "287.358", - "min": "285.041", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "141.786", - "max": "155.147", - "min": "140.856", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "172.165", - "max": "179.357", - "min": "169.153", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "157.941", - "max": "166.15", - "min": "157.188", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "30.885", - "max": "36.463", - "min": "29.786", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "165.659", - "max": "172.303", - "min": "162.219", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "177.644", - "max": "181.858", - "min": "176.452", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "287.359", - "max": "297.003", - "min": "283.999", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "383.078", - "max": "383.548", - "min": "382.882", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "272.767", - "max": "273.203", - "min": "272.671", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "249.368", - "max": "249.674", - "min": "249.257", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "266.432", - "max": "269.258", - "min": "266.043", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "150.681", - "max": "160.652", - "min": "137.142", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "228.842", - "max": "230.309", - "min": "228.536", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "18.504", - "max": "35.027", - "min": "13.302", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "80.625", - "max": "84.069", - "min": "80.219", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "183.809", - "max": "186.255", - "min": "182.75", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "400.131", - "max": "415.925", - "min": "399.43", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "196.448", - "max": "197.428", - "min": "196.222", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "138.651", - "max": "139.416", - "min": "138.471", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "197.033", - "max": "201.604", - "min": "196.353", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "227.579", - "max": "228.368", - "min": "227.324", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "113.994", - "max": "114.48", - "min": "113.756", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "224.872", - "max": "234.02", - "min": "222.961", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "179.819", - "max": "184.788", - "min": "179.055", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "168.353", - "max": "174.183", - "min": "166.573", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "210.775", - "max": "218.93", - "min": "209.805", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "170.853", - "max": "195.543", - "min": "169.428", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "378.306", - "max": "380.89", - "min": "377.448", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "291.763", - "max": "294.129", - "min": "291.445", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "97.067", - "max": "99.064", - "min": "96.677", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "257.293", - "max": "265.818", - "min": "256.691", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "300.335", - "max": "301.464", - "min": "300.112", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "218.899", - "max": "223.786", - "min": "218.449", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "186.317", - "max": "187.406", - "min": "186.072", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "152.672", - "max": "157.961", - "min": "152.27", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "211.811", - "max": "212.717", - "min": "211.65", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "248.944", - "max": "249.7", - "min": "248.745", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "272.664", - "max": "276.622", - "min": "270.95", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "262.78", - "max": "263.488", - "min": "262.632", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "266.769", - "max": "267.112", - "min": "266.534", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "227.032", - "max": "227.479", - "min": "226.734", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "232.985", - "max": "234.869", - "min": "232.771", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "42.321", - "max": "45.52", - "min": "41.811", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "303.894", - "max": "309.084", - "min": "303.441", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "210.691", - "max": "211.447", - "min": "210.447", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "139.227", - "max": "145.464", - "min": "136.281", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "229.727", - "max": "234.724", - "min": "227.653", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "242.534", - "max": "243.061", - "min": "242.383", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "149.451", - "max": "158.44", - "min": "147.164", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "223.46", - "max": "226.233", - "min": "222.279", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "244.825", - "max": "247.566", - "min": "244.472", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "141.147", - "max": "141.659", - "min": "141.025", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "148.331", - "max": "148.73", - "min": "148.133", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "206.771", - "max": "214.766", - "min": "205.209", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "241.829", - "max": "242.59", - "min": "241.646", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "272.628", - "max": "278.016", - "min": "271.238", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "256.595", - "max": "262.299", - "min": "254.991", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "274.836", - "max": "275.346", - "min": "274.703", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "236.522", - "max": "240.401", - "min": "235.816", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "224.233", - "max": "238.379", - "min": "223.65", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "274.118", - "max": "274.339", - "min": "273.966", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "180.807", - "max": "184.184", - "min": "179.773", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "415.589", - "max": "420.749", - "min": "414.274", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "226.504", - "max": "227.699", - "min": "226.267", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "373.825", - "max": "395.165", - "min": "350.082", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "273.394", - "max": "275.024", - "min": "272.998", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "253.999", - "max": "257.983", - "min": "253.408", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "208.132", - "max": "218.818", - "min": "202.593", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "0.017", - "max": "0.078", - "min": "0.013", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "109.758", - "max": "114.615", - "min": "109.26", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "250.077", - "max": "250.496", - "min": "249.9", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "195.17", - "max": "198.754", - "min": "194.439", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "289.583", - "max": "297.528", - "min": "288.501", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "475.208", - "max": "595.988", - "min": "303.994", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "269.532", - "max": "339.254", - "min": "200.848", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "326.378", - "max": "339.166", - "min": "325.093", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "141.276", - "max": "153.932", - "min": "139.745", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "269.471", - "max": "269.669", - "min": "269.326", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "225.179", - "max": "229.5", - "min": "224.683", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "278.402", - "max": "278.817", - "min": "278.186", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "297.349", - "max": "453.094", - "min": "218.259", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "337.395", - "max": "337.83", - "min": "336.929", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "165.917", - "max": "309.318", - "min": "160.359", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "154.817", - "max": "161.952", - "min": "153.611", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "145.276", - "max": "148.326", - "min": "144.328", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "199.924", - "max": "215.725", - "min": "197.024", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "360.959", - "max": "366.988", - "min": "359.899", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "142.545", - "max": "143.872", - "min": "142.277", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "323.882", - "max": "330.622", - "min": "322.108", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "222.773", - "max": "230.779", - "min": "217.934", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "245.458", - "max": "247.662", - "min": "245.078", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "233.905", - "max": "239.899", - "min": "233.427", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "387.535", - "max": "394.428", - "min": "386.564", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "252.604", - "max": "257.345", - "min": "252.064", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "194.64", - "max": "194.86", - "min": "194.434", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "305.201", - "max": "312.005", - "min": "303.897", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "252.968", - "max": "254.72", - "min": "252.674", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "223.845", - "max": "228.901", - "min": "221.875", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "208.43", - "max": "226.782", - "min": "200.657", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "148.526", - "max": "151.115", - "min": "147.93", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "45.05", - "max": "45.936", - "min": "44.694", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "178.265", - "max": "179.012", - "min": "178.091", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "131.136", - "max": "132.366", - "min": "130.888", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "289.228", - "max": "293.113", - "min": "288.695", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "141.318", - "max": "141.728", - "min": "141.084", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "176.533", - "max": "189.755", - "min": "175.042", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "22.223", - "max": "23.903", - "min": "21.999", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "152.416", - "max": "156.187", - "min": "152.005", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "138.032", - "max": "147.014", - "min": "135.522", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "124.02", - "max": "148.166", - "min": "120.932", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "167.586", - "max": "171.812", - "min": "166.848", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "150.089", - "max": "150.659", - "min": "149.921", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "169.868", - "max": "177.087", - "min": "168.948", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "224.894", - "max": "225.337", - "min": "224.746", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "286.277", - "max": "286.967", - "min": "286.09", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "159.296", - "max": "160.706", - "min": "159.059", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "241.931", - "max": "281.905", - "min": "234.162", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "246.068", - "max": "246.247", - "min": "245.966", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "392.532", - "max": "478.839", - "min": "381.783", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "230.073", - "max": "235.02", - "min": "229.775", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "206.56", - "max": "207.723", - "min": "206.383", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "151.552", - "max": "151.867", - "min": "151.42", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "186.946", - "max": "187.201", - "min": "186.813", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "238.576", - "max": "240.839", - "min": "238.354", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "287.521", - "max": "299.718", - "min": "285.251", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "202.425", - "max": "204.184", - "min": "202.146", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "281.936", - "max": "282.352", - "min": "281.725", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "229.076", - "max": "236.359", - "min": "226.54", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "208.084", - "max": "213.256", - "min": "207.481", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "229.265", - "max": "239.53", - "min": "224.85", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "126.071", - "max": "127.073", - "min": "125.813", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "158.15", - "max": "162.296", - "min": "157.67", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "135.458", - "max": "136.278", - "min": "135.316", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "151.268", - "max": "158.109", - "min": "148.579", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "155.268", - "max": "175.818", - "min": "154.201", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "143.867", - "max": "147.503", - "min": "143.101", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "168.301", - "max": "173.799", - "min": "167.917", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "167.622", - "max": "174.448", - "min": "165.604", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "156.699", - "max": "163.461", - "min": "151.739", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "188.886", - "max": "191.199", - "min": "188.454", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "165.798", - "max": "169.467", - "min": "165.141", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "134.293", - "max": "145.928", - "min": "133.612", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "153.792", - "max": "155.641", - "min": "149.352", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "137.026", - "max": "137.758", - "min": "136.899", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "138.667", - "max": "143.55", - "min": "137.89", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "188.863", - "max": "210.024", - "min": "182.322", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "171.493", - "max": "178.278", - "min": "170.101", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "174.364", - "max": "205.516", - "min": "154.81", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "176.8", - "max": "181.391", - "min": "176.259", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "231.515", - "max": "232.297", - "min": "231.301", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "184.827", - "max": "191.9", - "min": "184.352", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "159.536", - "max": "160.046", - "min": "159.094", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "139.56", - "max": "147.471", - "min": "136.198", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "104.578", - "max": "104.769", - "min": "104.461", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "165.425", - "max": "168.891", - "min": "164.814", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "145.757", - "max": "153.929", - "min": "145.046", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "178.863", - "max": "179.121", - "min": "178.727", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "287.087", - "max": "295.28", - "min": "285.033", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "184.021", - "max": "194.578", - "min": "179.083", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "131.494", - "max": "133.302", - "min": "127.516", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "139.558", - "max": "140.274", - "min": "139.372", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "170.984", - "max": "174.119", - "min": "170.284", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "400.952", - "max": "409.948", - "min": "393.273", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "210.863", - "max": "225.117", - "min": "208.348", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "224.06", - "max": "224.316", - "min": "223.961", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "23.826", - "max": "29.793", - "min": "23.494", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "185.363", - "max": "185.843", - "min": "185.164", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "252.284", - "max": "253.707", - "min": "250.478", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "276.505", - "max": "282.004", - "min": "274.188", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "198.903", - "max": "199.506", - "min": "198.653", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "193.054", - "max": "194.926", - "min": "192.607", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "134.417", - "max": "141.05", - "min": "133.59", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "135.935", - "max": "141.704", - "min": "134.887", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "249.302", - "max": "253.551", - "min": "249.013", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "215.769", - "max": "217.18", - "min": "215.58", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "287.584", - "max": "290.286", - "min": "287.284", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "196.467", - "max": "196.8", - "min": "196.36", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "145.142", - "max": "148.464", - "min": "144.772", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "201.681", - "max": "201.914", - "min": "201.587", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "166.721", - "max": "168.449", - "min": "165.685", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "368.183", - "max": "369.61", - "min": "363.878", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "275.269", - "max": "279.364", - "min": "271.722", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "151.141", - "max": "154.081", - "min": "150.617", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "309.483", - "max": "310.249", - "min": "308.807", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "272.555", - "max": "282.293", - "min": "271.201", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "219.9", - "max": "226.237", - "min": "218.702", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "159.872", - "max": "162.862", - "min": "159.269", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "188.081", - "max": "189.898", - "min": "187.811", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "184.309", - "max": "184.956", - "min": "184.12", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "128.879", - "max": "129.076", - "min": "128.775", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "190.702", - "max": "199.423", - "min": "190.058", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "263.171", - "max": "264.352", - "min": "262.859", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "246.781", - "max": "251.549", - "min": "246.482", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "188.985", - "max": "195.848", - "min": "186.895", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "291.848", - "max": "294.421", - "min": "290.011", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "268.02", - "max": "269.355", - "min": "266.775", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "187.889", - "max": "193.997", - "min": "185.581", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "228.356", - "max": "229.942", - "min": "228.066", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "146.556", - "max": "149.284", - "min": "146.197", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "353.153", - "max": "356.742", - "min": "342.573", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "299.616", - "max": "299.616", - "min": "299.616", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "142.035", - "max": "142.514", - "min": "141.912", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "122.873", - "max": "125.672", - "min": "122.395", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "220.705", - "max": "221.2", - "min": "220.507", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.765", - "max": "173.504", - "min": "149.094", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "163.421", - "max": "163.624", - "min": "163.308", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "4.992", - "max": "7.484", - "min": "4.171", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "217.217", - "max": "224.01", - "min": "214.704", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "225.727", - "max": "231.25", - "min": "224.409", - "id": "111", - "country": "India", - "source_name": "Pune", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "148": { - "name": "Dhaka", - "data": { - "0": { - "avg": "359.835", - "max": "360.846", - "min": "359.314", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "132.735", - "max": "133.158", - "min": "132.327", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "243.798", - "max": "244.584", - "min": "243.428", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "190.712", - "max": "195.985", - "min": "189.846", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "176.429", - "max": "176.792", - "min": "176.108", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "117.064", - "max": "118.084", - "min": "116.644", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "185.136", - "max": "186.681", - "min": "184.746", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "165.281", - "max": "173.14", - "min": "164.212", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "218.197", - "max": "218.765", - "min": "217.689", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "199.193", - "max": "202.559", - "min": "198.568", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "234.314", - "max": "234.944", - "min": "233.938", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "263.486", - "max": "473.382", - "min": "255.701", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "253.751", - "max": "255.156", - "min": "253.434", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "286.803", - "max": "302.825", - "min": "285.764", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "272.838", - "max": "273.765", - "min": "272.46", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "257.796", - "max": "259.088", - "min": "257.106", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "186.948", - "max": "189.05", - "min": "186.491", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "245.799", - "max": "249.109", - "min": "244.963", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "195.027", - "max": "195.805", - "min": "194.584", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "180.415", - "max": "181.223", - "min": "180.048", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "163.873", - "max": "164.297", - "min": "163.652", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "250.798", - "max": "254.327", - "min": "250.367", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "223.737", - "max": "224.734", - "min": "223.435", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "243.773", - "max": "244.928", - "min": "243.307", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "232.663", - "max": "233.423", - "min": "232.361", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "198.855", - "max": "202.524", - "min": "198.288", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "204.842", - "max": "213.259", - "min": "203.969", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "193.354", - "max": "199.291", - "min": "192.78", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "171.942", - "max": "172.764", - "min": "171.526", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "256.827", - "max": "257.612", - "min": "256.485", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "49.176", - "max": "50.268", - "min": "48.851", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "200.514", - "max": "201.638", - "min": "200.155", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "281.44", - "max": "283.563", - "min": "281.02", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "200.743", - "max": "201.274", - "min": "200.448", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "179.206", - "max": "180.054", - "min": "178.872", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "57.886", - "max": "59.343", - "min": "57.481", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "252.01", - "max": "253.688", - "min": "251.663", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "265.13", - "max": "266.424", - "min": "264.759", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "256.157", - "max": "338.712", - "min": "249.733", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "258.681", - "max": "261.176", - "min": "258.084", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "322.165", - "max": "325.262", - "min": "321.549", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "186.342", - "max": "201.308", - "min": "185.42", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "218.606", - "max": "220.55", - "min": "218.245", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "196.447", - "max": "201.755", - "min": "195.837", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "68.99", - "max": "69.897", - "min": "68.572", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "199.47", - "max": "201.844", - "min": "198.927", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "212.268", - "max": "213.569", - "min": "211.8", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "378.085", - "max": "411.064", - "min": "376.606", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "384.113", - "max": "384.483", - "min": "383.67", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "255.363", - "max": "255.726", - "min": "254.959", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "264.975", - "max": "266.027", - "min": "264.609", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "245.227", - "max": "246.746", - "min": "244.894", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "209.946", - "max": "222.24", - "min": "195.532", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "242.517", - "max": "243.048", - "min": "242.196", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "75.699", - "max": "95.103", - "min": "71.317", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "64.957", - "max": "65.917", - "min": "64.455", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "178.169", - "max": "180.183", - "min": "177.438", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "416.904", - "max": "420.83", - "min": "415.777", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "198.894", - "max": "199.965", - "min": "198.396", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "213.559", - "max": "217.319", - "min": "213.112", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "252.72", - "max": "268.631", - "min": "251.123", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "214.067", - "max": "237.707", - "min": "210.587", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "86.744", - "max": "139.085", - "min": "79.724", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "100.857", - "max": "101.502", - "min": "100.538", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "217.919", - "max": "223.594", - "min": "217.224", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "199.363", - "max": "199.726", - "min": "199.105", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "251.75", - "max": "256.489", - "min": "251.24", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "228.615", - "max": "230.938", - "min": "227.856", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "370.67", - "max": "372.458", - "min": "369.826", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "253.995", - "max": "257.159", - "min": "253.598", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "82.195", - "max": "84.507", - "min": "81.689", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "248.021", - "max": "248.75", - "min": "247.55", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "324.09", - "max": "331.611", - "min": "322.827", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "256.214", - "max": "258.763", - "min": "255.584", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "207.677", - "max": "208.886", - "min": "207.264", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "218.524", - "max": "281.59", - "min": "184.39", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "251.639", - "max": "253.11", - "min": "251.333", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "239.219", - "max": "240.217", - "min": "238.814", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "296.976", - "max": "299.756", - "min": "296.6", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "243.682", - "max": "244.537", - "min": "243.331", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "268.212", - "max": "273.182", - "min": "267.729", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "256.697", - "max": "257.637", - "min": "256.235", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "312.93", - "max": "322.618", - "min": "300.483", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "62.998", - "max": "63.507", - "min": "62.604", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "257.297", - "max": "257.753", - "min": "256.769", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "338.448", - "max": "339.821", - "min": "337.886", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "184.982", - "max": "186.684", - "min": "184.332", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "259.912", - "max": "260.351", - "min": "259.588", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "256.812", - "max": "258.078", - "min": "256.268", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "196.385", - "max": "198.608", - "min": "195.937", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "268.951", - "max": "272.2", - "min": "268.23", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "257.901", - "max": "258.367", - "min": "257.535", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "171.846", - "max": "172.514", - "min": "171.493", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "107.551", - "max": "108.266", - "min": "107.23", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "256.384", - "max": "286.118", - "min": "254.928", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "277.804", - "max": "279.735", - "min": "277.368", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "314.196", - "max": "316.82", - "min": "313.534", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "351.944", - "max": "357.35", - "min": "350.903", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "276.827", - "max": "277.644", - "min": "276.399", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "253.843", - "max": "255.973", - "min": "253.424", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "247.437", - "max": "247.741", - "min": "247.163", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "250.251", - "max": "251.159", - "min": "249.956", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "206.139", - "max": "207.155", - "min": "205.746", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "350.115", - "max": "356.26", - "min": "348.956", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "266.408", - "max": "266.945", - "min": "265.971", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "279.511", - "max": "285.36", - "min": "255.133", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "473.755", - "max": "474.589", - "min": "473.301", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "255.529", - "max": "258.826", - "min": "254.957", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "251.763", - "max": "252.268", - "min": "251.456", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "50.006", - "max": "51.99", - "min": "49.578", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "92.109", - "max": "92.976", - "min": "91.717", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "273.892", - "max": "277.306", - "min": "272.274", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "259.66", - "max": "261.018", - "min": "259.287", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "283.448", - "max": "285.923", - "min": "282.958", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "462.527", - "max": "579.577", - "min": "288.453", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "297.297", - "max": "383.199", - "min": "216.744", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "354.73", - "max": "360.695", - "min": "353.883", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "146.918", - "max": "149.561", - "min": "146.268", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "255.479", - "max": "256.194", - "min": "255.146", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "257.883", - "max": "258.554", - "min": "257.502", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "247.976", - "max": "249.315", - "min": "247.495", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "358.494", - "max": "508.415", - "min": "280.213", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "340.067", - "max": "341.849", - "min": "339.597", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "213.751", - "max": "414.766", - "min": "203.436", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "311.356", - "max": "312.554", - "min": "310.949", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "183.832", - "max": "185.188", - "min": "183.349", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "263.347", - "max": "266.717", - "min": "262.865", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "268.296", - "max": "269.677", - "min": "267.779", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "194.417", - "max": "196.999", - "min": "193.88", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "276.894", - "max": "282.091", - "min": "276.273", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "266.51", - "max": "268.373", - "min": "266.133", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "264.088", - "max": "264.785", - "min": "263.77", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "272.589", - "max": "273.333", - "min": "272.207", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "411.292", - "max": "418.651", - "min": "408.896", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "267.174", - "max": "267.454", - "min": "266.926", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "248.709", - "max": "249.358", - "min": "248.44", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "256.523", - "max": "259.789", - "min": "255.744", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "250.374", - "max": "253.707", - "min": "249.956", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "259.243", - "max": "259.872", - "min": "258.922", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "254.749", - "max": "256.692", - "min": "254.319", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "188.159", - "max": "188.481", - "min": "187.86", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "0.039", - "max": "0.244", - "min": "0.017", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "198.614", - "max": "199.397", - "min": "198.155", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "188.897", - "max": "190.491", - "min": "188.465", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "201.033", - "max": "279.61", - "min": "194.514", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "214.772", - "max": "216.209", - "min": "214.162", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "206.657", - "max": "223.912", - "min": "205.5", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "85.159", - "max": "85.68", - "min": "84.822", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "198.662", - "max": "200.888", - "min": "198.119", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "182.19", - "max": "184.524", - "min": "181.621", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "181.959", - "max": "203.858", - "min": "179.338", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "139.918", - "max": "141.782", - "min": "139.406", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "196.029", - "max": "198.593", - "min": "195.467", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "172.676", - "max": "173.948", - "min": "171.911", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "293.34", - "max": "294.48", - "min": "292.961", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "261.248", - "max": "261.879", - "min": "260.755", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "202.914", - "max": "204.388", - "min": "202.277", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "110.834", - "max": "157.917", - "min": "100.106", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "242.409", - "max": "244.41", - "min": "241.956", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "424.851", - "max": "527.786", - "min": "417.736", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "284.402", - "max": "285.172", - "min": "283.733", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "96.572", - "max": "96.866", - "min": "96.347", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "194.753", - "max": "197.484", - "min": "194.312", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "241.716", - "max": "242.048", - "min": "241.394", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "279.885", - "max": "284.121", - "min": "279.394", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "323.165", - "max": "325.095", - "min": "322.623", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "254.321", - "max": "254.676", - "min": "254.125", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "273.065", - "max": "274.211", - "min": "272.673", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "163.729", - "max": "167.657", - "min": "162.672", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "293.684", - "max": "301.363", - "min": "293.044", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "259.37", - "max": "272.616", - "min": "258.204", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "158.584", - "max": "159.783", - "min": "158.173", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "263.461", - "max": "265.967", - "min": "263.014", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "185.626", - "max": "186.318", - "min": "185.252", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "283.613", - "max": "285.056", - "min": "283.183", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "185.883", - "max": "196.775", - "min": "184.979", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "204.662", - "max": "207.617", - "min": "204.233", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "297.166", - "max": "298.58", - "min": "296.577", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "225.851", - "max": "226.882", - "min": "225.428", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "200.408", - "max": "201.611", - "min": "199.934", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "224.732", - "max": "225.959", - "min": "224.285", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "192.79", - "max": "193.356", - "min": "192.378", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "187.254", - "max": "193.685", - "min": "186.527", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "213.059", - "max": "215.447", - "min": "212.589", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "218.009", - "max": "218.81", - "min": "217.606", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "182.99", - "max": "186.002", - "min": "182.537", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "236.282", - "max": "239.84", - "min": "235.716", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "188.943", - "max": "191.667", - "min": "187.952", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "203.854", - "max": "244.804", - "min": "185.409", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "174.814", - "max": "175.659", - "min": "174.412", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "269.693", - "max": "270.76", - "min": "269.321", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "198.873", - "max": "212.35", - "min": "198.043", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "313.329", - "max": "321.893", - "min": "312.368", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "181.332", - "max": "183.158", - "min": "180.872", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "85.464", - "max": "94.542", - "min": "84.453", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "179.781", - "max": "180.342", - "min": "179.368", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "207.109", - "max": "207.836", - "min": "206.626", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "205.458", - "max": "206.765", - "min": "205.188", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "376.096", - "max": "458.532", - "min": "371.462", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "220.285", - "max": "220.925", - "min": "219.841", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "184.155", - "max": "189.125", - "min": "183.494", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "183.983", - "max": "184.896", - "min": "183.61", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "210.344", - "max": "218.879", - "min": "209.512", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "146.493", - "max": "147.668", - "min": "146.051", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "260.688", - "max": "264.603", - "min": "260.046", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "357.305", - "max": "367.451", - "min": "342.552", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "81.349", - "max": "82.702", - "min": "80.978", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "181.738", - "max": "236.493", - "min": "178.863", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "300.646", - "max": "307.493", - "min": "299.894", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "242.223", - "max": "244.496", - "min": "241.722", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "211.474", - "max": "212.274", - "min": "211.118", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "232.807", - "max": "233.154", - "min": "232.398", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "170.851", - "max": "191.333", - "min": "169.524", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "186.663", - "max": "189.708", - "min": "185.957", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "250.424", - "max": "257.391", - "min": "249.827", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "277.435", - "max": "282.576", - "min": "276.844", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "261.612", - "max": "262.683", - "min": "261.065", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "288.238", - "max": "289.741", - "min": "287.741", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "179.612", - "max": "181.28", - "min": "179.29", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "249.184", - "max": "249.619", - "min": "248.985", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "184.643", - "max": "185.772", - "min": "184.369", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "381.04", - "max": "444.229", - "min": "377.17", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "286.426", - "max": "290.443", - "min": "283.52", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "188.615", - "max": "224.964", - "min": "187.019", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "357.932", - "max": "362.282", - "min": "356.676", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "314.553", - "max": "322.478", - "min": "312.796", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "250.176", - "max": "252.883", - "min": "249.374", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "134.899", - "max": "135.148", - "min": "134.585", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "248.685", - "max": "249.434", - "min": "248.189", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "215.094", - "max": "215.988", - "min": "214.902", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "180.016", - "max": "186.334", - "min": "179.203", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "212.782", - "max": "213.363", - "min": "212.421", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "250.705", - "max": "254.13", - "min": "249.435", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "301.535", - "max": "302.609", - "min": "301.141", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "227.665", - "max": "234.968", - "min": "225.75", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "307.628", - "max": "311.529", - "min": "306.951", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "248.266", - "max": "249.751", - "min": "246.909", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "204.576", - "max": "208.238", - "min": "203.993", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "253.858", - "max": "254.186", - "min": "253.573", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "228.685", - "max": "234.005", - "min": "228.019", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "268.754", - "max": "273.034", - "min": "257.755", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "342.673", - "max": "342.673", - "min": "342.673", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "184.49", - "max": "189.081", - "min": "183.876", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "176.293", - "max": "177.028", - "min": "175.885", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "264.822", - "max": "386.296", - "min": "256.202", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "246.262", - "max": "255.198", - "min": "238.006", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "199.126", - "max": "204.062", - "min": "198.565", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "72.522", - "max": "74.062", - "min": "72.089", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "246.657", - "max": "251.979", - "min": "246.076", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "275.935", - "max": "279.493", - "min": "275.127", - "id": "148", - "country": "Bangladesh", - "source_name": "Dhaka", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "155": { - "name": "Indore", - "data": { - "0": { - "avg": "315.713", - "max": "322.618", - "min": "314.045", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "149.102", - "max": "149.712", - "min": "148.82", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "227.45", - "max": "227.676", - "min": "227.347", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "133.717", - "max": "144.562", - "min": "132.679", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "135.578", - "max": "135.881", - "min": "135.423", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "253.164", - "max": "253.408", - "min": "253.033", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "137.619", - "max": "137.879", - "min": "137.477", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "312.453", - "max": "318.252", - "min": "311.69", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "165.954", - "max": "166.107", - "min": "165.848", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "164.376", - "max": "164.68", - "min": "164.236", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "201.82", - "max": "202.057", - "min": "201.692", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "246.654", - "max": "247.688", - "min": "246.497", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "233.466", - "max": "233.797", - "min": "233.307", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "228.038", - "max": "228.963", - "min": "227.878", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "261.424", - "max": "262.235", - "min": "261.245", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "218.816", - "max": "219.192", - "min": "218.112", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "163.609", - "max": "163.834", - "min": "163.392", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "292.297", - "max": "292.911", - "min": "292.18", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "142.889", - "max": "143.099", - "min": "142.738", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "155.208", - "max": "155.261", - "min": "155.12", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "177.486", - "max": "177.602", - "min": "177.417", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "300.228", - "max": "301.442", - "min": "300.081", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "245.461", - "max": "245.63", - "min": "245.394", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "280.108", - "max": "280.58", - "min": "279.957", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "164.963", - "max": "166.582", - "min": "164.608", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "141.272", - "max": "141.465", - "min": "141.195", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "124.038", - "max": "126.639", - "min": "123.703", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "166.646", - "max": "167.893", - "min": "166.456", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "127.279", - "max": "127.361", - "min": "127.19", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "260.893", - "max": "261.592", - "min": "260.338", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "69.607", - "max": "76.483", - "min": "69.257", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "171.633", - "max": "171.873", - "min": "171.531", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "307.466", - "max": "308.194", - "min": "307.198", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "164.146", - "max": "164.332", - "min": "164.054", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "169.478", - "max": "172.261", - "min": "169.188", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "76.348", - "max": "110.163", - "min": "74.929", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "245.301", - "max": "245.473", - "min": "245.225", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "257.938", - "max": "258.102", - "min": "257.813", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "271.833", - "max": "273.172", - "min": "271.632", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "251.248", - "max": "252.609", - "min": "250.852", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "281.779", - "max": "285.08", - "min": "281.205", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "142.068", - "max": "144.243", - "min": "141.668", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "162.738", - "max": "163.119", - "min": "162.627", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "162.746", - "max": "163.508", - "min": "162.537", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "36.096", - "max": "36.33", - "min": "35.96", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "157.521", - "max": "158.148", - "min": "157.114", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "163.745", - "max": "163.975", - "min": "163.622", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "314.182", - "max": "314.586", - "min": "314.007", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "366.09", - "max": "366.688", - "min": "365.86", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "274.365", - "max": "274.693", - "min": "274.297", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "221.314", - "max": "221.397", - "min": "221.252", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "264.187", - "max": "264.732", - "min": "263.99", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "181.956", - "max": "219.268", - "min": "143.406", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "237.979", - "max": "238.299", - "min": "237.806", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "26.589", - "max": "41.885", - "min": "22.269", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "81.972", - "max": "82.314", - "min": "81.795", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "170.918", - "max": "174.193", - "min": "169.954", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "402.652", - "max": "407.74", - "min": "400.729", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "182.55", - "max": "183.417", - "min": "182.138", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "197.364", - "max": "197.534", - "min": "197.259", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "162.669", - "max": "164.089", - "min": "162.193", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "182.61", - "max": "204.815", - "min": "180.589", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "98.563", - "max": "142.071", - "min": "95.855", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "119.779", - "max": "119.906", - "min": "119.704", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "175.175", - "max": "175.486", - "min": "175.032", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "152.965", - "max": "153.323", - "min": "152.882", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "297.93", - "max": "298.712", - "min": "297.716", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "165.166", - "max": "165.462", - "min": "164.831", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "355.617", - "max": "358.797", - "min": "354.844", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "260.089", - "max": "263.887", - "min": "259.443", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "102.302", - "max": "102.839", - "min": "102.151", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "240.687", - "max": "241.206", - "min": "240.495", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "322.623", - "max": "324.249", - "min": "322.127", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "302.1", - "max": "302.275", - "min": "302.021", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "173.65", - "max": "174.139", - "min": "173.475", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "149.82", - "max": "152.943", - "min": "149.437", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "292.934", - "max": "293.095", - "min": "292.8", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "251.808", - "max": "257.884", - "min": "250.31", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "317.433", - "max": "317.699", - "min": "317.258", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "263.318", - "max": "263.478", - "min": "263.22", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "258.25", - "max": "259.449", - "min": "254.422", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "219.737", - "max": "220.338", - "min": "219.498", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "393.123", - "max": "412.587", - "min": "354.574", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "34.074", - "max": "34.663", - "min": "33.926", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "259.371", - "max": "259.419", - "min": "259.295", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "196.703", - "max": "197.508", - "min": "196.439", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "149.571", - "max": "150.041", - "min": "149.338", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "289.23", - "max": "289.451", - "min": "289.11", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "265.421", - "max": "266.109", - "min": "265.253", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "145.693", - "max": "154.587", - "min": "144.689", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "269.653", - "max": "271.083", - "min": "269.101", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "262.785", - "max": "263.303", - "min": "262.234", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "151.254", - "max": "151.709", - "min": "151.182", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "253.881", - "max": "254.298", - "min": "253.687", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "262.543", - "max": "262.676", - "min": "262.453", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "252.249", - "max": "252.433", - "min": "252.074", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "305.467", - "max": "305.717", - "min": "305.228", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "273.39", - "max": "286.022", - "min": "272.194", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "254.635", - "max": "258.89", - "min": "249.429", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "290.151", - "max": "291.171", - "min": "289.959", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "270.043", - "max": "270.165", - "min": "269.991", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "270.604", - "max": "272.061", - "min": "270.36", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "172.785", - "max": "173.138", - "min": "172.68", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "407.482", - "max": "409.75", - "min": "406.68", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "275.501", - "max": "276.444", - "min": "275.312", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "342.522", - "max": "343.339", - "min": "342.083", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "302.697", - "max": "303.024", - "min": "302.601", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "216.66", - "max": "216.834", - "min": "216.557", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "302.029", - "max": "302.476", - "min": "301.858", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "17.335", - "max": "17.646", - "min": "17.199", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "110.075", - "max": "112.358", - "min": "109.903", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "274.157", - "max": "277.738", - "min": "272.627", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "207.476", - "max": "210.083", - "min": "207.322", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "251.457", - "max": "253.823", - "min": "251.175", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "401.838", - "max": "520.081", - "min": "234.266", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "303.381", - "max": "421.576", - "min": "229.616", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "286.991", - "max": "304.844", - "min": "285.308", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "146.361", - "max": "147.044", - "min": "146.2", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "280.795", - "max": "281.087", - "min": "280.669", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "311.013", - "max": "311.922", - "min": "310.727", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "267.987", - "max": "271.427", - "min": "267.533", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "336.787", - "max": "487.987", - "min": "259.777", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "363.422", - "max": "364.179", - "min": "363.262", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "161.396", - "max": "282.797", - "min": "154.04", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "168.65", - "max": "168.806", - "min": "168.601", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "170.966", - "max": "171.821", - "min": "170.442", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "200.812", - "max": "201.202", - "min": "200.644", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "274.453", - "max": "274.814", - "min": "274.225", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "237.515", - "max": "238.193", - "min": "237.339", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "306.479", - "max": "306.674", - "min": "306.285", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "316.109", - "max": "316.473", - "min": "315.995", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "300.867", - "max": "301.163", - "min": "300.709", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "236.912", - "max": "237.612", - "min": "236.665", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "392.882", - "max": "394.494", - "min": "392.331", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "276.067", - "max": "276.213", - "min": "275.976", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "309.584", - "max": "309.792", - "min": "309.414", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "278.517", - "max": "280.844", - "min": "278.054", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "254.974", - "max": "255.163", - "min": "254.748", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "265.591", - "max": "265.815", - "min": "265.5", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "219.647", - "max": "219.911", - "min": "219.465", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "133.204", - "max": "133.557", - "min": "133.054", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "85.284", - "max": "90.037", - "min": "84.674", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "180.856", - "max": "181.332", - "min": "180.754", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "162.218", - "max": "162.474", - "min": "161.932", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "297.773", - "max": "313.314", - "min": "291.504", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "127.641", - "max": "127.836", - "min": "127.355", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "147.863", - "max": "148.194", - "min": "147.725", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "0.013", - "max": "0.016", - "min": "0.009", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "140.484", - "max": "140.742", - "min": "140.412", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "276.724", - "max": "276.832", - "min": "276.658", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "156.785", - "max": "174.65", - "min": "153.887", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "148.763", - "max": "148.95", - "min": "148.707", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "175.651", - "max": "178.709", - "min": "175.44", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "114.207", - "max": "114.418", - "min": "114.003", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "263.867", - "max": "264.464", - "min": "263.575", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "274.827", - "max": "275.129", - "min": "274.587", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "164.298", - "max": "166.464", - "min": "164.066", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "266.555", - "max": "311.889", - "min": "257.76", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "254.711", - "max": "254.999", - "min": "254.589", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "415.341", - "max": "491.595", - "min": "406.196", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "281.051", - "max": "281.325", - "min": "280.95", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "113.62", - "max": "113.797", - "min": "113.559", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "161.386", - "max": "161.607", - "min": "161.257", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "214.22", - "max": "214.472", - "min": "214.101", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "242.525", - "max": "242.968", - "min": "242.401", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "309.117", - "max": "309.337", - "min": "308.995", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "377.123", - "max": "377.662", - "min": "377.014", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "276.861", - "max": "278.534", - "min": "276.644", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "422.945", - "max": "435.106", - "min": "398.346", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "232.934", - "max": "233.198", - "min": "232.832", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "252.776", - "max": "252.934", - "min": "252.73", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "139.968", - "max": "142.036", - "min": "139.634", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "236.281", - "max": "238.977", - "min": "236.064", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "311.949", - "max": "312.101", - "min": "311.871", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "151.963", - "max": "157.797", - "min": "151.602", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "151.807", - "max": "151.898", - "min": "151.698", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "141.73", - "max": "141.82", - "min": "141.677", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "144.494", - "max": "145.308", - "min": "144.253", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "145.062", - "max": "145.492", - "min": "144.925", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "157.653", - "max": "157.89", - "min": "157.558", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "335.52", - "max": "335.665", - "min": "335.41", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "183.35", - "max": "183.452", - "min": "183.236", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "131.808", - "max": "134.159", - "min": "131.38", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "193.681", - "max": "194.002", - "min": "193.575", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "128.007", - "max": "128.255", - "min": "127.905", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "139.977", - "max": "140.528", - "min": "139.824", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "199.575", - "max": "199.893", - "min": "199.319", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "123.095", - "max": "128.087", - "min": "122.145", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "159.462", - "max": "211.817", - "min": "130.894", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "139.966", - "max": "140.099", - "min": "139.816", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "199.704", - "max": "200.481", - "min": "199.349", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "160.333", - "max": "180.997", - "min": "158.798", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "167.594", - "max": "168.105", - "min": "167.237", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "251.423", - "max": "251.867", - "min": "251.196", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "101.707", - "max": "101.83", - "min": "101.629", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "145.408", - "max": "147.454", - "min": "145.22", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "184.06", - "max": "184.421", - "min": "183.913", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "151.168", - "max": "151.282", - "min": "151.088", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "329.54", - "max": "333.676", - "min": "328.089", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "180.592", - "max": "181.008", - "min": "180.379", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "140.484", - "max": "142.281", - "min": "140.26", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "132.726", - "max": "132.924", - "min": "132.585", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "153.465", - "max": "154.464", - "min": "152.743", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "285.411", - "max": "297.531", - "min": "282.966", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "252.419", - "max": "263.208", - "min": "251.448", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "358.502", - "max": "368.427", - "min": "351.806", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "31.241", - "max": "31.482", - "min": "31.141", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "143.614", - "max": "144.349", - "min": "143.502", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "353.166", - "max": "358.409", - "min": "352.693", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "275.698", - "max": "275.833", - "min": "275.45", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "208.679", - "max": "209.048", - "min": "208.561", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "193.156", - "max": "194.015", - "min": "192.917", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "142.014", - "max": "142.963", - "min": "141.599", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "140.554", - "max": "141.996", - "min": "140.234", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "278.456", - "max": "278.905", - "min": "278.384", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "304.561", - "max": "304.798", - "min": "304.481", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "275.912", - "max": "393.918", - "min": "271.66", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "253.71", - "max": "254.268", - "min": "253.422", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "159.964", - "max": "160.088", - "min": "159.865", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "276.767", - "max": "276.994", - "min": "276.66", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "138.766", - "max": "138.918", - "min": "138.662", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "335.331", - "max": "373.677", - "min": "333.812", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "285.167", - "max": "288.408", - "min": "281.406", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "252.118", - "max": "252.92", - "min": "251.923", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "192.485", - "max": "193.522", - "min": "192.012", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "278.343", - "max": "309.892", - "min": "276.2", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "321.949", - "max": "328.362", - "min": "319.596", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "145.421", - "max": "145.667", - "min": "145.259", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "229.885", - "max": "230.201", - "min": "229.679", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "283.411", - "max": "283.558", - "min": "283.34", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "132.926", - "max": "133.183", - "min": "132.827", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "194.6", - "max": "199.585", - "min": "194.357", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "219.532", - "max": "223.417", - "min": "218.925", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "245.966", - "max": "246.257", - "min": "245.877", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "297.32", - "max": "305.059", - "min": "295.09", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "304.743", - "max": "306.513", - "min": "304.299", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "293.38", - "max": "294.56", - "min": "292.494", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "315.84", - "max": "316.356", - "min": "315.602", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "255.456", - "max": "255.682", - "min": "255.196", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "149.057", - "max": "152.612", - "min": "148.599", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "336.117", - "max": "338.042", - "min": "327.495", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "372.751", - "max": "372.751", - "min": "372.751", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "148.353", - "max": "155.41", - "min": "148.051", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "134.707", - "max": "134.797", - "min": "134.645", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "233.764", - "max": "239.236", - "min": "233.405", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "211.446", - "max": "228.759", - "min": "202.006", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "147.162", - "max": "149.764", - "min": "146.091", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "13.232", - "max": "13.69", - "min": "13.138", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "204.85", - "max": "207.185", - "min": "204.586", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "318.59", - "max": "319.24", - "min": "318.482", - "id": "155", - "country": "India", - "source_name": "Indore", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "186": { - "name": "Lahore", - "data": { - "0": { - "avg": "325.445", - "max": "325.567", - "min": "325.325", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "200.025", - "max": "200.391", - "min": "199.736", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "286.609", - "max": "287.075", - "min": "286.49", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "287.779", - "max": "293.912", - "min": "287.341", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "124.773", - "max": "124.955", - "min": "124.642", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "165.295", - "max": "165.723", - "min": "165.131", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "373.564", - "max": "390.488", - "min": "355.983", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "223.682", - "max": "235.851", - "min": "222.297", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "172.022", - "max": "172.739", - "min": "171.9", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "325.652", - "max": "326.613", - "min": "325.436", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "152.407", - "max": "155.474", - "min": "151.883", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "279.179", - "max": "302.377", - "min": "278.283", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "305.199", - "max": "320.123", - "min": "285.878", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "216.81", - "max": "217.261", - "min": "216.673", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "250.937", - "max": "251.025", - "min": "250.873", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "222.29", - "max": "222.534", - "min": "222.111", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "190.784", - "max": "191.067", - "min": "190.542", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "277.712", - "max": "277.986", - "min": "277.603", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "148.495", - "max": "148.671", - "min": "148.366", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "371.217", - "max": "391.273", - "min": "356.497", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "218.811", - "max": "219.019", - "min": "218.702", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "269.117", - "max": "269.608", - "min": "269.036", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "270.291", - "max": "270.589", - "min": "270.156", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "287.436", - "max": "288.773", - "min": "287.23", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "164.967", - "max": "165.609", - "min": "164.656", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "303.003", - "max": "304.625", - "min": "302.854", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "120.648", - "max": "120.84", - "min": "120.547", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "161.362", - "max": "162.254", - "min": "161.12", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "131.807", - "max": "131.954", - "min": "131.72", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "281.105", - "max": "281.726", - "min": "280.937", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "276.742", - "max": "277.259", - "min": "276.605", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "342.364", - "max": "359.143", - "min": "325.294", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "279.744", - "max": "280.42", - "min": "279.627", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "178.706", - "max": "179.012", - "min": "178.641", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "297.152", - "max": "297.583", - "min": "296.989", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "218.918", - "max": "230.969", - "min": "218.196", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "279.166", - "max": "279.258", - "min": "279.081", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "278.365", - "max": "278.68", - "min": "278.192", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "234.97", - "max": "236.952", - "min": "234.775", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "210.417", - "max": "213.993", - "min": "210.015", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "289.42", - "max": "292.784", - "min": "288.819", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "277.441", - "max": "281.788", - "min": "276.879", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "167.551", - "max": "167.691", - "min": "167.449", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "165.914", - "max": "166.42", - "min": "165.79", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "178.933", - "max": "179.253", - "min": "178.837", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "308.216", - "max": "308.934", - "min": "307.835", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "186.586", - "max": "187.038", - "min": "186.402", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "289.747", - "max": "289.977", - "min": "289.636", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "373.541", - "max": "373.9", - "min": "373.405", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "280.023", - "max": "280.124", - "min": "279.981", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "230.368", - "max": "230.472", - "min": "230.249", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "284.172", - "max": "284.459", - "min": "283.989", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "141.116", - "max": "223.446", - "min": "135.59", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "247.575", - "max": "247.81", - "min": "247.403", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "244.224", - "max": "252.778", - "min": "240.78", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "294.961", - "max": "297.358", - "min": "294.641", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "227.322", - "max": "229.775", - "min": "226.43", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "446.598", - "max": "446.856", - "min": "446.51", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "323.036", - "max": "324.043", - "min": "322.808", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "143.312", - "max": "143.443", - "min": "143.246", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "190.499", - "max": "191.288", - "min": "190.091", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "376.479", - "max": "420.587", - "min": "356.237", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "292.559", - "max": "311.994", - "min": "291.134", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "148.103", - "max": "148.493", - "min": "147.968", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "302.022", - "max": "302.384", - "min": "301.856", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "355.895", - "max": "372.768", - "min": "340.109", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "262.997", - "max": "263.468", - "min": "262.879", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "171.449", - "max": "171.733", - "min": "171.061", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "424.951", - "max": "426.896", - "min": "424.131", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "278.268", - "max": "280.091", - "min": "278.014", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "280.835", - "max": "282.157", - "min": "280.634", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "275.802", - "max": "277.903", - "min": "275.513", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "341.597", - "max": "349.841", - "min": "341.006", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "305.27", - "max": "321.409", - "min": "289.196", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "187.928", - "max": "190.583", - "min": "187.66", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "293.751", - "max": "294.522", - "min": "293.597", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "271.481", - "max": "271.666", - "min": "271.36", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "287.243", - "max": "291.373", - "min": "286.928", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "234.724", - "max": "235.606", - "min": "234.466", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "244.753", - "max": "245.106", - "min": "244.597", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "281.503", - "max": "281.764", - "min": "281.296", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "238.68", - "max": "239.053", - "min": "238.467", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "177.83", - "max": "181.117", - "min": "177.005", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "203.944", - "max": "204.227", - "min": "203.765", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "290.794", - "max": "291.635", - "min": "290.683", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "205.853", - "max": "207.118", - "min": "205.473", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "276.289", - "max": "279.594", - "min": "275.972", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "287.918", - "max": "289.841", - "min": "287.686", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "260.945", - "max": "261.304", - "min": "260.793", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "163.347", - "max": "169.328", - "min": "162.575", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "287.063", - "max": "288.467", - "min": "286.439", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "281.347", - "max": "281.821", - "min": "281.151", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "287.701", - "max": "307.049", - "min": "282.58", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "157.454", - "max": "159.819", - "min": "156.995", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "268.95", - "max": "269.276", - "min": "268.839", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "253.38", - "max": "255.099", - "min": "253.188", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "338.121", - "max": "338.483", - "min": "337.906", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "334.254", - "max": "352.204", - "min": "332.878", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "274.726", - "max": "275.47", - "min": "274.573", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "279.551", - "max": "282.519", - "min": "279.295", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "294.621", - "max": "294.853", - "min": "294.53", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "402.954", - "max": "428.06", - "min": "375.964", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "177.59", - "max": "181.143", - "min": "177.338", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "451.073", - "max": "454.158", - "min": "450.39", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "233.481", - "max": "233.667", - "min": "233.366", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "323.829", - "max": "339.017", - "min": "310.21", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "314.32", - "max": "315.139", - "min": "314.21", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "275.532", - "max": "275.691", - "min": "275.374", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "226.134", - "max": "226.328", - "min": "226.032", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "162.701", - "max": "163.931", - "min": "162.544", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.858", - "max": "303.649", - "min": "301.663", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "300.112", - "max": "302.921", - "min": "298.231", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "315.24", - "max": "330.29", - "min": "303.323", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "266.939", - "max": "269.228", - "min": "266.546", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "416.878", - "max": "538.009", - "min": "255.295", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "435.448", - "max": "570.998", - "min": "325.133", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "289.147", - "max": "302.922", - "min": "288.229", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "169.714", - "max": "169.988", - "min": "169.544", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "273.236", - "max": "273.415", - "min": "273.104", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "295.868", - "max": "296.483", - "min": "295.569", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "263.552", - "max": "265.861", - "min": "263.295", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "322.526", - "max": "475.529", - "min": "245.643", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "400.689", - "max": "401.963", - "min": "400.545", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "170.586", - "max": "380.17", - "min": "161.283", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "178.401", - "max": "178.586", - "min": "178.367", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "309.26", - "max": "310.632", - "min": "308.726", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "260.299", - "max": "261.127", - "min": "259.251", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "296.359", - "max": "296.629", - "min": "296.208", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "158.676", - "max": "159.613", - "min": "158.494", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "316.641", - "max": "318.984", - "min": "316.417", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "298.384", - "max": "298.693", - "min": "298.29", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "242.826", - "max": "243.021", - "min": "242.702", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "246.546", - "max": "246.794", - "min": "246.389", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "423.92", - "max": "425.244", - "min": "423.194", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "254.777", - "max": "255.063", - "min": "254.67", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "271.441", - "max": "271.675", - "min": "271.253", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "284.389", - "max": "289.501", - "min": "283.73", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "277.082", - "max": "277.429", - "min": "276.967", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "256.042", - "max": "256.177", - "min": "255.97", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "357.701", - "max": "374.018", - "min": "332.018", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "287.461", - "max": "287.582", - "min": "287.378", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "264.123", - "max": "267.036", - "min": "263.568", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "173.268", - "max": "173.745", - "min": "173.185", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "159.7", - "max": "159.876", - "min": "159.492", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "324.069", - "max": "338.465", - "min": "323.301", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "133.185", - "max": "133.917", - "min": "133.051", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "159.358", - "max": "163.495", - "min": "159.088", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "236.248", - "max": "236.799", - "min": "236.126", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "147.375", - "max": "148.171", - "min": "147.251", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "277.545", - "max": "277.721", - "min": "277.475", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "134.665", - "max": "183.55", - "min": "131.301", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "186.615", - "max": "186.782", - "min": "186.398", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "161.466", - "max": "163.28", - "min": "161.082", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "148.795", - "max": "149.443", - "min": "148.637", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "289.282", - "max": "289.432", - "min": "289.225", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "283.548", - "max": "284.28", - "min": "283.207", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "163.842", - "max": "165.465", - "min": "163.637", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "436.849", - "max": "481.886", - "min": "429.459", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "305.648", - "max": "306.034", - "min": "305.428", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "427.023", - "max": "506.766", - "min": "420.871", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "309.82", - "max": "310.304", - "min": "309.683", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "160.276", - "max": "160.416", - "min": "160.185", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "156.561", - "max": "156.7", - "min": "156.477", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "220.504", - "max": "220.955", - "min": "220.381", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "250.172", - "max": "250.645", - "min": "249.98", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "292.02", - "max": "292.107", - "min": "291.961", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "234.993", - "max": "235.219", - "min": "234.821", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "283.969", - "max": "284.386", - "min": "283.779", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "185.744", - "max": "188.73", - "min": "184.982", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "226.478", - "max": "226.67", - "min": "226.345", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "271.008", - "max": "271.089", - "min": "270.969", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "129.745", - "max": "131.752", - "min": "129.545", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "0.028", - "max": "0.03", - "min": "0.024", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "158.245", - "max": "159.76", - "min": "158.045", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "128.896", - "max": "130.962", - "min": "128.602", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "163.879", - "max": "164.226", - "min": "163.707", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "145.952", - "max": "146.205", - "min": "145.889", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "271.151", - "max": "274.259", - "min": "270.77", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "185.94", - "max": "187.551", - "min": "185.651", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "165.282", - "max": "165.443", - "min": "165.184", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "248.989", - "max": "249.849", - "min": "248.822", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "294.363", - "max": "294.553", - "min": "294.237", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "138.557", - "max": "141.715", - "min": "138.094", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "153.824", - "max": "153.95", - "min": "153.671", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "145.044", - "max": "145.206", - "min": "144.931", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "307.725", - "max": "312.553", - "min": "307.423", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "324.362", - "max": "324.899", - "min": "324.064", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "284.108", - "max": "305.325", - "min": "281.999", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "158.435", - "max": "235.563", - "min": "144.767", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "150.868", - "max": "151.24", - "min": "150.748", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "331.769", - "max": "332.72", - "min": "331.462", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "161.727", - "max": "162.015", - "min": "161.492", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "160.166", - "max": "160.786", - "min": "159.748", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "151.596", - "max": "158.436", - "min": "150.917", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "153.637", - "max": "153.89", - "min": "153.507", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "145.633", - "max": "146.155", - "min": "145.493", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "168.194", - "max": "168.424", - "min": "167.944", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "301.593", - "max": "301.736", - "min": "301.517", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "296.495", - "max": "301.998", - "min": "294.526", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "168.712", - "max": "168.922", - "min": "168.557", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "137.595", - "max": "143.549", - "min": "137.155", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "136.241", - "max": "136.476", - "min": "136.134", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "133.483", - "max": "133.576", - "min": "133.374", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "337.954", - "max": "352.911", - "min": "334.556", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "271.651", - "max": "274.337", - "min": "270.986", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "211.22", - "max": "215.973", - "min": "210.177", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "242.593", - "max": "242.698", - "min": "242.476", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "148.199", - "max": "148.474", - "min": "148.098", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "258.763", - "max": "259.213", - "min": "258.549", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "306.564", - "max": "307.881", - "min": "306.276", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "160.886", - "max": "161.291", - "min": "160.726", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "173.824", - "max": "174.48", - "min": "173.255", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "143.066", - "max": "144.708", - "min": "142.699", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "150.546", - "max": "152.162", - "min": "150.24", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "334.606", - "max": "334.863", - "min": "334.556", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "306.314", - "max": "306.4", - "min": "306.271", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "228.43", - "max": "228.839", - "min": "228.185", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "281.617", - "max": "281.878", - "min": "281.478", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "147.52", - "max": "147.822", - "min": "147.425", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "272.817", - "max": "272.949", - "min": "272.717", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "279.817", - "max": "280.61", - "min": "279.692", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "452.889", - "max": "720.264", - "min": "442.664", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "300.335", - "max": "303.682", - "min": "297.886", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "300.065", - "max": "307.628", - "min": "295.55", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "312.496", - "max": "316.591", - "min": "311.432", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "348.135", - "max": "350.045", - "min": "347.461", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "235.558", - "max": "236.283", - "min": "235.167", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "348.701", - "max": "349.073", - "min": "348.542", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "354.862", - "max": "355.441", - "min": "354.689", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "167.803", - "max": "167.951", - "min": "167.689", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "144.394", - "max": "145.031", - "min": "144.305", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "301.706", - "max": "301.813", - "min": "301.645", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "304.995", - "max": "322.245", - "min": "279.946", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "271.807", - "max": "272.04", - "min": "271.664", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "180.316", - "max": "185.867", - "min": "178.472", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "301.454", - "max": "303.128", - "min": "300.431", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "281.455", - "max": "282.71", - "min": "280.654", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "190.267", - "max": "190.574", - "min": "190.15", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "244.723", - "max": "245.071", - "min": "244.548", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "167.202", - "max": "171.458", - "min": "166.644", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "202.649", - "max": "208.454", - "min": "198.544", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "414.207", - "max": "414.207", - "min": "414.207", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "149.736", - "max": "149.793", - "min": "149.693", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "133.08", - "max": "133.217", - "min": "133.005", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "361.313", - "max": "374.308", - "min": "360.58", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "162.474", - "max": "181.724", - "min": "155.721", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "174.773", - "max": "175.049", - "min": "174.69", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "162.168", - "max": "163.286", - "min": "162.008", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "275.905", - "max": "276.435", - "min": "275.593", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "292.257", - "max": "292.781", - "min": "292.173", - "id": "186", - "country": "Pakistan", - "source_name": "Lahore", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "222": { - "name": "Bangalore", - "data": { - "0": { - "avg": "331.859", - "max": "332.174", - "min": "331.674", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "120.659", - "max": "121.443", - "min": "120.456", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "235.199", - "max": "235.945", - "min": "234.945", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "140.389", - "max": "147.523", - "min": "139.641", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "139.531", - "max": "139.825", - "min": "139.33", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "238.822", - "max": "239.431", - "min": "238.663", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "142.216", - "max": "142.563", - "min": "142.092", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.984", - "max": "292.908", - "min": "276.657", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "182.98", - "max": "183.823", - "min": "182.848", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "170.472", - "max": "174.721", - "min": "170.102", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "192.151", - "max": "193.475", - "min": "191.961", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "244.568", - "max": "266.87", - "min": "243.683", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "212.745", - "max": "215.086", - "min": "212.473", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "242.093", - "max": "243.248", - "min": "241.834", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "252.282", - "max": "252.713", - "min": "252.19", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "225.938", - "max": "226.605", - "min": "225.323", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "190.237", - "max": "191.214", - "min": "189.929", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "265.823", - "max": "266.61", - "min": "265.695", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "160.362", - "max": "161.209", - "min": "160.163", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "152.729", - "max": "152.81", - "min": "152.659", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "151.154", - "max": "151.763", - "min": "151.053", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "264.162", - "max": "265.853", - "min": "264.02", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "234.396", - "max": "234.635", - "min": "234.291", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "274.955", - "max": "280.368", - "min": "274.458", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "171.195", - "max": "171.872", - "min": "170.967", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "149.103", - "max": "149.786", - "min": "148.95", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "156.582", - "max": "157.886", - "min": "156.32", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "159.027", - "max": "159.639", - "min": "158.703", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "151.683", - "max": "152.833", - "min": "151.568", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "253.032", - "max": "253.497", - "min": "252.794", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "41.238", - "max": "41.857", - "min": "41.112", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "173.172", - "max": "173.43", - "min": "173.076", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "277.884", - "max": "278.557", - "min": "277.667", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "167.429", - "max": "168.212", - "min": "167.307", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "167.484", - "max": "169.781", - "min": "167.023", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "46.24", - "max": "47.972", - "min": "45.933", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "221.747", - "max": "222.511", - "min": "221.666", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "247.608", - "max": "247.945", - "min": "247.486", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "258.443", - "max": "260.324", - "min": "258.227", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "211.036", - "max": "211.514", - "min": "210.85", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "288.6", - "max": "291.444", - "min": "288.096", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "149.783", - "max": "156.703", - "min": "149.22", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "187.75", - "max": "187.905", - "min": "187.64", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "177.452", - "max": "177.89", - "min": "177.334", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "37.325", - "max": "38.206", - "min": "37.174", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "164.854", - "max": "165.602", - "min": "164.335", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "177.077", - "max": "177.391", - "min": "176.958", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "307.02", - "max": "307.604", - "min": "306.786", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "335.1", - "max": "336.01", - "min": "334.854", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "253.472", - "max": "254.248", - "min": "253.326", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "214.856", - "max": "215.527", - "min": "214.702", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "256.327", - "max": "257.194", - "min": "256.006", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "147.752", - "max": "234.053", - "min": "133.908", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "267.167", - "max": "267.853", - "min": "267.03", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "25.875", - "max": "34.591", - "min": "22.686", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "49.769", - "max": "50.643", - "min": "49.531", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "159.24", - "max": "161.454", - "min": "158.352", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "382.676", - "max": "385.388", - "min": "378.04", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "164.161", - "max": "165.627", - "min": "163.791", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "153.111", - "max": "153.769", - "min": "152.938", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "169.559", - "max": "170.252", - "min": "169.068", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "187.456", - "max": "245.772", - "min": "182.562", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "68.462", - "max": "85.19", - "min": "66.504", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "211.195", - "max": "211.419", - "min": "211.035", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "181.036", - "max": "182.398", - "min": "180.842", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "182.211", - "max": "182.447", - "min": "182.125", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "271.155", - "max": "271.938", - "min": "270.963", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "178.308", - "max": "178.9", - "min": "177.992", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "336.03", - "max": "338.294", - "min": "335.303", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "238.113", - "max": "238.888", - "min": "237.908", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "72.035", - "max": "73.075", - "min": "71.804", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "216.02", - "max": "216.878", - "min": "215.746", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "293.508", - "max": "317.653", - "min": "292.006", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "255.744", - "max": "256.353", - "min": "255.648", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "181.916", - "max": "183.166", - "min": "181.646", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "154.727", - "max": "155.409", - "min": "154.571", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "269.724", - "max": "270.639", - "min": "269.579", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "229.6", - "max": "230.777", - "min": "229.354", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "253.56", - "max": "256.219", - "min": "253.19", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "216.073", - "max": "216.854", - "min": "215.927", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "262.488", - "max": "263.203", - "min": "262.29", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "286.843", - "max": "287.713", - "min": "286.593", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "223.772", - "max": "224.656", - "min": "223.507", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "10.358", - "max": "10.898", - "min": "10.154", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "290.88", - "max": "291.605", - "min": "290.704", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "189.002", - "max": "190.622", - "min": "188.675", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "155.806", - "max": "156.796", - "min": "155.5", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "254.68", - "max": "255.256", - "min": "254.529", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "273.374", - "max": "273.909", - "min": "273.173", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "250.918", - "max": "251.855", - "min": "250.76", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "242.242", - "max": "244.341", - "min": "241.403", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "248.463", - "max": "249.224", - "min": "248.262", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "152.865", - "max": "152.946", - "min": "152.783", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "104.707", - "max": "105.796", - "min": "104.484", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "250.29", - "max": "252.461", - "min": "250.065", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "249.302", - "max": "249.875", - "min": "249.051", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "291.992", - "max": "293.221", - "min": "291.724", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "269.697", - "max": "288.904", - "min": "267.977", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "226.151", - "max": "226.64", - "min": "226.011", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "258.088", - "max": "262.5", - "min": "257.76", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "266.928", - "max": "267.459", - "min": "266.832", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "270.162", - "max": "270.903", - "min": "269.959", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "174.553", - "max": "174.844", - "min": "174.452", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "398.391", - "max": "411.301", - "min": "397.45", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "225.627", - "max": "226.276", - "min": "225.458", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "308.65", - "max": "309.618", - "min": "308.127", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "290.89", - "max": "293.988", - "min": "290.463", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "262.968", - "max": "265.828", - "min": "262.621", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "251.369", - "max": "252.286", - "min": "251.211", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "23.669", - "max": "24.592", - "min": "23.479", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "79.686", - "max": "80.797", - "min": "79.514", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "239.325", - "max": "240.024", - "min": "239.179", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "209.28", - "max": "209.959", - "min": "209.174", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "228.479", - "max": "266.782", - "min": "225.795", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "433.028", - "max": "552.154", - "min": "262.189", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "258.438", - "max": "375.604", - "min": "183.071", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "295.135", - "max": "297.469", - "min": "294.722", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "117.323", - "max": "118.168", - "min": "117.096", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "258.634", - "max": "259.378", - "min": "258.405", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "263.139", - "max": "264.682", - "min": "262.844", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "275.947", - "max": "280.364", - "min": "275.549", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "322.161", - "max": "474.507", - "min": "243.818", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "367.596", - "max": "368.406", - "min": "367.454", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "191.561", - "max": "311.469", - "min": "182.413", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "173.529", - "max": "174.21", - "min": "173.44", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "177.25", - "max": "178.132", - "min": "176.637", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "222.845", - "max": "224.059", - "min": "222.677", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "300.748", - "max": "301.318", - "min": "300.53", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "233.482", - "max": "234.208", - "min": "233.266", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "292.145", - "max": "293.392", - "min": "291.966", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "267.417", - "max": "268.019", - "min": "267.27", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "231.323", - "max": "231.982", - "min": "231.17", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "249.293", - "max": "249.981", - "min": "249.114", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "372.72", - "max": "374.687", - "min": "371.274", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "254.409", - "max": "255.169", - "min": "254.254", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "286.201", - "max": "286.915", - "min": "286.072", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "273.66", - "max": "287.52", - "min": "272.367", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "238.86", - "max": "239.467", - "min": "238.755", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "242.855", - "max": "242.936", - "min": "242.74", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "213.982", - "max": "214.458", - "min": "213.84", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "149.767", - "max": "151.011", - "min": "149.008", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "81.428", - "max": "83.844", - "min": "80.85", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "176.93", - "max": "177.693", - "min": "176.761", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "168.054", - "max": "168.362", - "min": "167.808", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "283.072", - "max": "283.982", - "min": "282.84", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "142.092", - "max": "142.97", - "min": "141.764", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "183.443", - "max": "217.352", - "min": "182.147", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "31.273", - "max": "31.452", - "min": "31.174", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "149.18", - "max": "149.715", - "min": "149.059", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "149.683", - "max": "150.531", - "min": "149.566", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "161.729", - "max": "174.081", - "min": "159.937", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "130.573", - "max": "131.13", - "min": "130.417", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "182.876", - "max": "184.048", - "min": "182.634", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "124.539", - "max": "147.338", - "min": "122.996", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "219.697", - "max": "220.31", - "min": "219.281", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "264.688", - "max": "265.455", - "min": "264.491", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "181.949", - "max": "183.182", - "min": "181.696", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "235.632", - "max": "280.65", - "min": "225.761", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "258.344", - "max": "259.047", - "min": "258.151", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "373.639", - "max": "452.552", - "min": "367.058", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "268.339", - "max": "269.126", - "min": "268.226", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "84.795", - "max": "85.115", - "min": "84.697", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "165.264", - "max": "166.05", - "min": "165.122", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "198.36", - "max": "198.979", - "min": "198.232", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "257.091", - "max": "257.502", - "min": "256.949", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "312.598", - "max": "313.444", - "min": "312.43", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "233.581", - "max": "234.553", - "min": "233.433", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "269.055", - "max": "269.756", - "min": "268.914", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "216.498", - "max": "217.333", - "min": "216.329", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "227.219", - "max": "228.318", - "min": "227.09", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "274.064", - "max": "278.313", - "min": "273.847", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "134.169", - "max": "136.823", - "min": "133.899", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "242.629", - "max": "243.37", - "min": "242.506", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "254.227", - "max": "254.773", - "min": "254.139", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "171.368", - "max": "171.963", - "min": "171.19", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "153.568", - "max": "177.536", - "min": "152.248", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "156.33", - "max": "156.643", - "min": "156.256", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "150.822", - "max": "151.459", - "min": "150.588", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "166.544", - "max": "167.053", - "min": "166.293", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "166.616", - "max": "167.309", - "min": "166.519", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "204.701", - "max": "205.398", - "min": "204.558", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "191.974", - "max": "192.285", - "min": "191.824", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "151.287", - "max": "156.918", - "min": "150.856", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "184.853", - "max": "185.684", - "min": "184.743", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "134.922", - "max": "135.113", - "min": "134.82", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "160.021", - "max": "160.663", - "min": "159.862", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "195.241", - "max": "196.114", - "min": "194.939", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "153.064", - "max": "165.307", - "min": "152.133", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "168.594", - "max": "222.022", - "min": "142.284", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "147.483", - "max": "148.234", - "min": "147.37", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "205.806", - "max": "206.143", - "min": "205.557", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "162.159", - "max": "173.034", - "min": "161.598", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "176.023", - "max": "177.308", - "min": "175.598", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "259.263", - "max": "264.388", - "min": "258.713", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "75.803", - "max": "79.979", - "min": "75.46", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "165.147", - "max": "165.538", - "min": "165.039", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "257.262", - "max": "258.14", - "min": "257.066", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "180.409", - "max": "181.05", - "min": "180.263", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "323.672", - "max": "330.125", - "min": "322.048", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "208.881", - "max": "209.583", - "min": "208.681", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "139.116", - "max": "141.772", - "min": "138.896", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "141.285", - "max": "142.024", - "min": "141.139", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "136.183", - "max": "137.648", - "min": "135.448", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "263.954", - "max": "267.724", - "min": "263.577", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "249.753", - "max": "254.681", - "min": "249.1", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "225.69", - "max": "225.848", - "min": "225.607", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "0.053", - "max": "0.114", - "min": "0.031", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "148.33", - "max": "149.204", - "min": "148.205", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "274.925", - "max": "275.825", - "min": "274.734", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "267.38", - "max": "267.964", - "min": "267.177", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "279.581", - "max": "280.224", - "min": "279.371", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "194.083", - "max": "194.726", - "min": "193.83", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "148.042", - "max": "149.521", - "min": "147.65", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "147.726", - "max": "149.871", - "min": "147.342", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "244.795", - "max": "245.513", - "min": "244.674", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "267.925", - "max": "268.417", - "min": "267.808", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "274.319", - "max": "440.202", - "min": "268.332", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "212.621", - "max": "213.136", - "min": "212.247", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "168.522", - "max": "169.099", - "min": "168.429", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "228.85", - "max": "229.602", - "min": "228.743", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "144.948", - "max": "145.337", - "min": "144.802", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "356.086", - "max": "374.627", - "min": "355.298", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "254.402", - "max": "258.253", - "min": "251.287", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "155.994", - "max": "156.659", - "min": "155.788", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "146.954", - "max": "147.949", - "min": "146.431", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "276.145", - "max": "277.788", - "min": "275.137", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "330.492", - "max": "337.576", - "min": "328.662", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "116.747", - "max": "117.603", - "min": "116.419", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "204.04", - "max": "204.657", - "min": "203.889", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "274.192", - "max": "275.078", - "min": "274.072", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "142.902", - "max": "143.292", - "min": "142.766", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "212.389", - "max": "213.174", - "min": "212.282", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "236.733", - "max": "239.377", - "min": "236.327", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "231.198", - "max": "231.744", - "min": "231.07", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "311.752", - "max": "316.89", - "min": "309.888", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "306.005", - "max": "309.354", - "min": "304.818", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "210.78", - "max": "212.604", - "min": "209.696", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "285.929", - "max": "287.094", - "min": "285.753", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "239.008", - "max": "240.055", - "min": "238.855", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "156.154", - "max": "159.696", - "min": "155.672", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "218.224", - "max": "219.002", - "min": "218.117", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "381.321", - "max": "381.321", - "min": "381.321", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "140.471", - "max": "140.544", - "min": "140.425", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "147.468", - "max": "147.538", - "min": "147.396", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "240.433", - "max": "244.698", - "min": "239.781", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "200.993", - "max": "215.079", - "min": "192.689", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "170.797", - "max": "171.413", - "min": "170.654", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "21.364", - "max": "22.236", - "min": "21.103", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "224.122", - "max": "226.483", - "min": "223.716", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "270.686", - "max": "272.656", - "min": "270.537", - "id": "222", - "country": "India", - "source_name": "Bangalore", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "293": { - "name": "Mumbai", - "data": { - "0": { - "avg": "317.017", - "max": "318.043", - "min": "316.776", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "271.505", - "max": "278.3", - "min": "264.761", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "214.74", - "max": "215.695", - "min": "214.586", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "244.543", - "max": "248.531", - "min": "243.985", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "183.438", - "max": "184.519", - "min": "183.079", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "136.905", - "max": "137.965", - "min": "136.692", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "126.005", - "max": "126.945", - "min": "125.76", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "297.658", - "max": "312.19", - "min": "290.062", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "212.093", - "max": "213.006", - "min": "211.898", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "161.486", - "max": "162.947", - "min": "161.182", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "188.999", - "max": "191.88", - "min": "188.534", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "270.006", - "max": "270.974", - "min": "269.85", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "195.557", - "max": "197.067", - "min": "195.286", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "303.347", - "max": "304.506", - "min": "302.89", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "270.74", - "max": "271.657", - "min": "270.548", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "209.456", - "max": "211.203", - "min": "208.941", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "118.285", - "max": "119.494", - "min": "117.991", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "210.797", - "max": "212.417", - "min": "210.627", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "175.725", - "max": "176.178", - "min": "175.449", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "141.496", - "max": "145.231", - "min": "141.085", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "287.017", - "max": "291.292", - "min": "281.392", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "219.511", - "max": "220.805", - "min": "219.229", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "232.716", - "max": "233.713", - "min": "232.319", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "251.218", - "max": "266.381", - "min": "250.459", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "235.092", - "max": "236.508", - "min": "234.657", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "203.027", - "max": "204.209", - "min": "202.847", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "186.235", - "max": "190.661", - "min": "185.704", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "224.449", - "max": "224.713", - "min": "224.159", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "130.904", - "max": "132.49", - "min": "130.427", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "256.739", - "max": "258.013", - "min": "256.364", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "56.952", - "max": "58.078", - "min": "56.66", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "160.345", - "max": "161.38", - "min": "160.121", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "280.157", - "max": "282.448", - "min": "279.802", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "138.144", - "max": "139.362", - "min": "137.984", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "150.996", - "max": "152.103", - "min": "150.712", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "68.013", - "max": "70.141", - "min": "67.593", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "271.13", - "max": "273.059", - "min": "270.922", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "244.093", - "max": "246.799", - "min": "243.532", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "247.528", - "max": "248.156", - "min": "247.336", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "238.929", - "max": "247.518", - "min": "238.163", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "319.869", - "max": "324.728", - "min": "319.177", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "192.059", - "max": "193.214", - "min": "191.7", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "154.547", - "max": "155.576", - "min": "154.41", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "185.694", - "max": "187.554", - "min": "185.429", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "26.503", - "max": "27.996", - "min": "26.153", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "135.467", - "max": "137.003", - "min": "134.79", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "214.125", - "max": "215.719", - "min": "213.889", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "323.318", - "max": "324.238", - "min": "323.106", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "331.494", - "max": "332.366", - "min": "331.156", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "247.152", - "max": "262.095", - "min": "246.309", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "196.368", - "max": "197.559", - "min": "196.122", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "273.953", - "max": "278.024", - "min": "273.295", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "223.885", - "max": "245.104", - "min": "169.068", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "252.833", - "max": "254.326", - "min": "252.393", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "22.076", - "max": "42.284", - "min": "17.193", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "102.287", - "max": "103.716", - "min": "101.963", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "157.823", - "max": "161.815", - "min": "156.756", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "397.365", - "max": "398.399", - "min": "397.098", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "181.539", - "max": "182.736", - "min": "181.104", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "199.992", - "max": "201.016", - "min": "199.77", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "267.57", - "max": "271.298", - "min": "266.621", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "151.668", - "max": "169.663", - "min": "150.408", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "90.888", - "max": "92.994", - "min": "90.5", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "225.104", - "max": "247.081", - "min": "224.087", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "204.699", - "max": "205.771", - "min": "204.438", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "201.996", - "max": "205.113", - "min": "201.631", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "187.709", - "max": "189.404", - "min": "187.439", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "188.429", - "max": "198.311", - "min": "187.042", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "325.913", - "max": "327.703", - "min": "325.028", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "268.362", - "max": "269.306", - "min": "268.128", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "91.836", - "max": "92.898", - "min": "91.513", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "242.51", - "max": "253.545", - "min": "241.358", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "304.149", - "max": "313.946", - "min": "303.507", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "234.479", - "max": "235.442", - "min": "234.303", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "161.15", - "max": "162.885", - "min": "160.663", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "145.61", - "max": "148.05", - "min": "145.057", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "197.751", - "max": "198.831", - "min": "197.526", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "253.382", - "max": "255.455", - "min": "252.982", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "216.597", - "max": "219.515", - "min": "216.202", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "215.821", - "max": "216.777", - "min": "215.665", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "224.283", - "max": "225.817", - "min": "223.946", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "247.892", - "max": "249.05", - "min": "247.567", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "211.458", - "max": "213.935", - "min": "211.104", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "30.651", - "max": "31.762", - "min": "30.37", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "281.885", - "max": "282.865", - "min": "281.649", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "195.276", - "max": "196.834", - "min": "194.824", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "190.742", - "max": "195.408", - "min": "190.194", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "233.254", - "max": "234.239", - "min": "233.048", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "271.405", - "max": "271.642", - "min": "271.216", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "167.814", - "max": "171.077", - "min": "167.218", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "269.584", - "max": "270.944", - "min": "268.996", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "240.79", - "max": "242.613", - "min": "240.404", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "107.585", - "max": "109.211", - "min": "107.411", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "114.822", - "max": "115.842", - "min": "114.598", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "257.6", - "max": "259.183", - "min": "257.259", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "276.333", - "max": "278.715", - "min": "276.025", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "296.872", - "max": "298.14", - "min": "296.398", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "271.184", - "max": "280.21", - "min": "270.175", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "251.374", - "max": "252.327", - "min": "251.108", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "236.363", - "max": "237.241", - "min": "236.131", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "264.604", - "max": "265.573", - "min": "264.453", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "290.319", - "max": "294.869", - "min": "289.942", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "209.998", - "max": "210.932", - "min": "209.722", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "349.234", - "max": "357.466", - "min": "347.6", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "263.9", - "max": "264.993", - "min": "263.61", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "347.941", - "max": "350.802", - "min": "339.772", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "279.728", - "max": "280.628", - "min": "279.534", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "200.949", - "max": "213.527", - "min": "199.868", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "249.002", - "max": "253.218", - "min": "248.519", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "4.665", - "max": "14.284", - "min": "4.116", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "101.121", - "max": "102.238", - "min": "100.954", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "252.07", - "max": "252.576", - "min": "251.863", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "187.677", - "max": "191.876", - "min": "187.053", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "207.499", - "max": "209.352", - "min": "207.103", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "485.13", - "max": "600.998", - "min": "318.402", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "356.466", - "max": "430.619", - "min": "285.671", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "270.98", - "max": "282.46", - "min": "269.951", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "140.792", - "max": "162.506", - "min": "139.532", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "220.87", - "max": "221.866", - "min": "220.623", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "223.92", - "max": "226.32", - "min": "223.293", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "272.965", - "max": "274.498", - "min": "272.481", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "325.671", - "max": "479.507", - "min": "246.831", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "317.885", - "max": "319.956", - "min": "317.36", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "199.717", - "max": "370.834", - "min": "193.194", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "211.087", - "max": "212.04", - "min": "210.942", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "146.34", - "max": "147.699", - "min": "145.679", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "191.327", - "max": "192.38", - "min": "191.122", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "286.413", - "max": "287.297", - "min": "286.054", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "199.312", - "max": "201.217", - "min": "198.993", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "361.534", - "max": "362.922", - "min": "361.179", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "216.663", - "max": "241.403", - "min": "215.481", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "218.36", - "max": "222.723", - "min": "217.856", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "218.564", - "max": "219.759", - "min": "218.377", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "381.914", - "max": "384.093", - "min": "381.012", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "250.304", - "max": "252.449", - "min": "249.802", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "188.335", - "max": "189.387", - "min": "188.105", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "287.601", - "max": "301.443", - "min": "286.306", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "288.349", - "max": "290.28", - "min": "287.934", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "283.736", - "max": "286.468", - "min": "283.416", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "203.771", - "max": "206.877", - "min": "203.334", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "232.56", - "max": "233.509", - "min": "232.355", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "72.413", - "max": "72.77", - "min": "72.192", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "190.894", - "max": "192.873", - "min": "190.522", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "193.518", - "max": "194.981", - "min": "193.257", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "238.062", - "max": "241.637", - "min": "237.593", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "193.803", - "max": "195.348", - "min": "193.39", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "192.674", - "max": "208.171", - "min": "191.091", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "13.445", - "max": "14.452", - "min": "13.186", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "174.9", - "max": "180.041", - "min": "174.594", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "185.303", - "max": "186.849", - "min": "184.929", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "171.154", - "max": "180.707", - "min": "169.636", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "152.591", - "max": "191.997", - "min": "151.07", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "136.823", - "max": "138.973", - "min": "136.553", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "171.758", - "max": "173.852", - "min": "171.43", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "299.967", - "max": "303.018", - "min": "299.545", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "229.116", - "max": "230.81", - "min": "228.829", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "203.106", - "max": "207.154", - "min": "202.161", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "107.029", - "max": "146.218", - "min": "99.924", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "286.975", - "max": "299.105", - "min": "285.973", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "406.331", - "max": "489.115", - "min": "398.67", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "256.072", - "max": "257.055", - "min": "255.858", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "386.427", - "max": "390.052", - "min": "379.864", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "172.266", - "max": "173.651", - "min": "171.946", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "258.34", - "max": "259.284", - "min": "258.106", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "280.114", - "max": "282.252", - "min": "279.725", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "332.681", - "max": "337.469", - "min": "332.058", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "197.183", - "max": "216.615", - "min": "196.147", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "284.938", - "max": "285.901", - "min": "284.746", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "198.334", - "max": "199.836", - "min": "198.106", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "278.253", - "max": "280.587", - "min": "277.753", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "243.596", - "max": "244.549", - "min": "243.425", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "179.62", - "max": "183.196", - "min": "179.053", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "162.224", - "max": "163.22", - "min": "161.964", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "176.131", - "max": "178.894", - "min": "175.753", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "177.509", - "max": "178.623", - "min": "176.995", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "132.62", - "max": "133.599", - "min": "132.442", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "160.479", - "max": "162.122", - "min": "160.282", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "217.85", - "max": "223.589", - "min": "216.871", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "239.203", - "max": "246.345", - "min": "238.613", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "211.074", - "max": "213.703", - "min": "210.734", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "188.101", - "max": "192.757", - "min": "187.785", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "205.09", - "max": "215.103", - "min": "161.468", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "189.014", - "max": "190.773", - "min": "188.646", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "180.706", - "max": "190.318", - "min": "179.891", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "136.591", - "max": "137.579", - "min": "136.413", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "204.652", - "max": "206.926", - "min": "204.145", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "221.254", - "max": "224.802", - "min": "220.689", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "134.685", - "max": "139.701", - "min": "133.918", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "206.697", - "max": "268.546", - "min": "192.934", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "168.741", - "max": "169.737", - "min": "168.537", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "238.966", - "max": "241.322", - "min": "238.156", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "192.591", - "max": "198.177", - "min": "192.049", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "166.845", - "max": "168.6", - "min": "166.293", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "170.082", - "max": "203.798", - "min": "168.502", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "125.363", - "max": "126.348", - "min": "125.205", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "158.009", - "max": "159.004", - "min": "157.844", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "190.615", - "max": "190.807", - "min": "190.425", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "131.22", - "max": "132.177", - "min": "131.002", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "342.96", - "max": "349.127", - "min": "341.294", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "235.126", - "max": "236.353", - "min": "234.821", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "132.714", - "max": "133.791", - "min": "132.513", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "203.978", - "max": "207.172", - "min": "203.407", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "168.948", - "max": "169.322", - "min": "168.731", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "388.757", - "max": "399.636", - "min": "379.029", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "207.772", - "max": "210.857", - "min": "207.086", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "210.432", - "max": "211.425", - "min": "210.253", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "21.492", - "max": "23.882", - "min": "21.146", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "216.624", - "max": "218.852", - "min": "216.386", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "258.949", - "max": "259.78", - "min": "258.629", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "242.134", - "max": "243.236", - "min": "241.822", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "205.299", - "max": "206.328", - "min": "205.038", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "231.256", - "max": "232.248", - "min": "230.713", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "187.817", - "max": "210.123", - "min": "186.421", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "141.019", - "max": "142.267", - "min": "140.644", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "241.725", - "max": "242.661", - "min": "241.515", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "215.423", - "max": "216.405", - "min": "215.229", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "121.285", - "max": "123.439", - "min": "120.845", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "198.591", - "max": "199.791", - "min": "198.361", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "117.511", - "max": "121.007", - "min": "117.182", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "198.157", - "max": "199.01", - "min": "197.861", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "180.561", - "max": "181.63", - "min": "180.272", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "353.458", - "max": "354.343", - "min": "353.251", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "238.501", - "max": "242.792", - "min": "236.264", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "116.703", - "max": "117.6", - "min": "116.35", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "208.306", - "max": "211.289", - "min": "207.101", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "265.226", - "max": "267.395", - "min": "264.138", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "250.681", - "max": "251.974", - "min": "250.252", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "140.966", - "max": "141.954", - "min": "140.647", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "236.133", - "max": "238.904", - "min": "235.789", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "198.438", - "max": "199.395", - "min": "198.288", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "116.652", - "max": "116.739", - "min": "116.548", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "203.564", - "max": "204.907", - "min": "203.365", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "211.831", - "max": "212.467", - "min": "211.493", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "253.508", - "max": "256.974", - "min": "253.239", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "157.781", - "max": "162.817", - "min": "155.656", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "274.053", - "max": "275.561", - "min": "273.457", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "198.325", - "max": "249.948", - "min": "193.394", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "220.85", - "max": "222.372", - "min": "220.586", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "276.377", - "max": "278.652", - "min": "276.109", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "194.261", - "max": "197.977", - "min": "193.663", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "248.524", - "max": "249.627", - "min": "248.259", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "356.724", - "max": "356.724", - "min": "356.724", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "185.356", - "max": "186.318", - "min": "185.156", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "112.774", - "max": "114.175", - "min": "112.467", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "290", - "max": "291.504", - "min": "289.364", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "194.296", - "max": "204.091", - "min": "187.404", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "165.135", - "max": "166.159", - "min": "164.933", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "0.034", - "max": "0.089", - "min": "0.019", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "248.111", - "max": "284.288", - "min": "246.174", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "242.634", - "max": "248.074", - "min": "242.053", - "id": "293", - "country": "India", - "source_name": "Mumbai", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Asia Pacific": { - "31": { - "name": "Singapore", - "data": { - "0": { - "avg": "394.554", - "max": "394.678", - "min": "394.41", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "83.389", - "max": "83.714", - "min": "83.192", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "263.123", - "max": "263.265", - "min": "262.954", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "261.594", - "max": "268.561", - "min": "261.044", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "254.085", - "max": "254.728", - "min": "253.903", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "75.562", - "max": "75.878", - "min": "75.366", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "160.955", - "max": "161.199", - "min": "160.828", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "115.274", - "max": "127.282", - "min": "114.305", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "179.264", - "max": "179.437", - "min": "179.079", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "177.351", - "max": "178.903", - "min": "177.031", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "175.234", - "max": "175.614", - "min": "175.004", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "222.565", - "max": "239.733", - "min": "221.843", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "240.396", - "max": "240.589", - "min": "240.23", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "254.4", - "max": "258.291", - "min": "254.14", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "241.875", - "max": "242.12", - "min": "241.779", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "255.432", - "max": "256.205", - "min": "255.196", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "149.666", - "max": "149.94", - "min": "149.478", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "227.792", - "max": "228.459", - "min": "227.578", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "253.042", - "max": "253.257", - "min": "252.851", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "171.272", - "max": "171.451", - "min": "171.156", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "109.47", - "max": "110.128", - "min": "109.25", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "219.933", - "max": "220.073", - "min": "219.793", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "180.618", - "max": "180.851", - "min": "180.486", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "183.641", - "max": "188.976", - "min": "183.279", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "171.193", - "max": "171.616", - "min": "170.953", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "166.33", - "max": "166.734", - "min": "166.208", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "153.161", - "max": "155.047", - "min": "152.715", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "182.365", - "max": "188.343", - "min": "182.041", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "149.597", - "max": "149.721", - "min": "149.471", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "171.178", - "max": "171.644", - "min": "170.894", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "0.027", - "max": "0.036", - "min": "0.023", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "186.404", - "max": "186.785", - "min": "186.23", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "231.092", - "max": "231.232", - "min": "230.946", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "202.2", - "max": "202.337", - "min": "202.109", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "164.333", - "max": "164.779", - "min": "164.149", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "7.884", - "max": "15.812", - "min": "7.293", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "180.91", - "max": "181.033", - "min": "180.83", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "240.737", - "max": "240.886", - "min": "240.612", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "221.511", - "max": "221.699", - "min": "221.293", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "254.41", - "max": "256.111", - "min": "254.125", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "312.009", - "max": "315.008", - "min": "311.401", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "254.817", - "max": "259.576", - "min": "254.15", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "212.611", - "max": "212.814", - "min": "212.496", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "183.225", - "max": "185.873", - "min": "183.023", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "70.399", - "max": "70.522", - "min": "70.289", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "273.065", - "max": "273.814", - "min": "272.551", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "194.141", - "max": "194.584", - "min": "193.903", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "306.355", - "max": "306.779", - "min": "305.952", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "375.84", - "max": "376.271", - "min": "375.646", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "223.902", - "max": "224.048", - "min": "223.788", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "229.745", - "max": "229.973", - "min": "229.614", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "189.946", - "max": "190.244", - "min": "189.796", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "251.759", - "max": "262.518", - "min": "240.79", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "206.31", - "max": "206.451", - "min": "206.128", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "51.4", - "max": "63.611", - "min": "47.744", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "12.483", - "max": "14.613", - "min": "12.164", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "163.374", - "max": "165.717", - "min": "162.875", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "129.004", - "max": "129.107", - "min": "128.905", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "211.401", - "max": "216.247", - "min": "210.978", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "164.334", - "max": "164.436", - "min": "164.235", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "199.775", - "max": "201.905", - "min": "199.356", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "218.929", - "max": "264.056", - "min": "215.2", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "28.792", - "max": "51.221", - "min": "27.216", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "49.018", - "max": "49.571", - "min": "48.867", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "274.144", - "max": "274.255", - "min": "273.959", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "183.525", - "max": "183.96", - "min": "183.401", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "261.551", - "max": "261.7", - "min": "261.455", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "196.727", - "max": "197.116", - "min": "196.225", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "359.374", - "max": "360.693", - "min": "358.573", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "227.935", - "max": "229.851", - "min": "227.515", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "33.669", - "max": "34.081", - "min": "33.446", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "179.974", - "max": "180.51", - "min": "179.698", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "283.102", - "max": "285.714", - "min": "282.805", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "217.202", - "max": "218.218", - "min": "216.998", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "163.807", - "max": "164.291", - "min": "163.583", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "241.895", - "max": "242.106", - "min": "241.766", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "187.08", - "max": "187.199", - "min": "186.958", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "248.66", - "max": "261.346", - "min": "248.087", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "223.019", - "max": "223.221", - "min": "222.874", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "160.316", - "max": "160.505", - "min": "160.108", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "244.783", - "max": "245.633", - "min": "244.325", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "294.787", - "max": "302.986", - "min": "277.535", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "34.407", - "max": "34.686", - "min": "34.281", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "249.727", - "max": "250.022", - "min": "249.647", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "195.921", - "max": "196.722", - "min": "195.665", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "180.719", - "max": "188.018", - "min": "180.174", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "266.084", - "max": "266.195", - "min": "265.967", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "221.284", - "max": "222.174", - "min": "221.072", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "179.676", - "max": "186.685", - "min": "179.21", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "252.77", - "max": "254.407", - "min": "252.094", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "188.756", - "max": "189.078", - "min": "188.59", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "208.282", - "max": "208.425", - "min": "208.211", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "83.039", - "max": "83.214", - "min": "82.91", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "249.988", - "max": "250.845", - "min": "249.828", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "251.908", - "max": "252.163", - "min": "251.691", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "300.255", - "max": "300.493", - "min": "300.061", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "290.906", - "max": "312.716", - "min": "289.504", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "177.353", - "max": "177.578", - "min": "177.185", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "223.814", - "max": "224.98", - "min": "223.633", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "245.308", - "max": "245.478", - "min": "245.225", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "181.897", - "max": "182.233", - "min": "181.72", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "192.852", - "max": "193.802", - "min": "192.612", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "232.048", - "max": "240.594", - "min": "230.923", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "245.21", - "max": "246.03", - "min": "245.015", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "93.94", - "max": "94.695", - "min": "93.768", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "345.628", - "max": "349.18", - "min": "345.399", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "260.412", - "max": "260.574", - "min": "260.326", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "60.884", - "max": "63.971", - "min": "60.271", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "51.234", - "max": "51.959", - "min": "51.077", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "158.316", - "max": "160.481", - "min": "154.206", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "234.732", - "max": "234.938", - "min": "234.609", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "307.074", - "max": "344.367", - "min": "305.568", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "649.67", - "max": "773.077", - "min": "468.882", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "400.487", - "max": "537.445", - "min": "318.018", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "332.522", - "max": "345.916", - "min": "331.104", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "75.408", - "max": "80.893", - "min": "74.92", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "226.253", - "max": "226.37", - "min": "226.156", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "249.7", - "max": "251.119", - "min": "249.373", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "219.146", - "max": "219.392", - "min": "218.996", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "313.508", - "max": "457.456", - "min": "239.528", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "381.951", - "max": "403.115", - "min": "364.792", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "188.282", - "max": "296.36", - "min": "184.027", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "179.825", - "max": "179.994", - "min": "179.71", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "172.568", - "max": "173.512", - "min": "172.034", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "232.676", - "max": "233.062", - "min": "232.548", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "309.743", - "max": "310.222", - "min": "309.518", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "357.515", - "max": "358.463", - "min": "357.165", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "187.827", - "max": "189.215", - "min": "187.568", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "245.906", - "max": "246.068", - "min": "245.768", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "238.353", - "max": "238.547", - "min": "238.153", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "240.504", - "max": "240.64", - "min": "240.397", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "116.972", - "max": "118.156", - "min": "116.342", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "232.54", - "max": "232.694", - "min": "232.452", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "258.228", - "max": "258.457", - "min": "258.064", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "240.477", - "max": "243.45", - "min": "239.613", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "229.075", - "max": "229.353", - "min": "228.797", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "215.194", - "max": "215.378", - "min": "214.964", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "254.554", - "max": "254.863", - "min": "254.404", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "256.167", - "max": "256.691", - "min": "256.041", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "49.149", - "max": "50.92", - "min": "48.8", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "180.333", - "max": "180.592", - "min": "180.154", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "164.788", - "max": "165.227", - "min": "164.577", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "187.396", - "max": "187.562", - "min": "187.182", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "164.028", - "max": "164.926", - "min": "163.73", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "168.752", - "max": "171.603", - "min": "168.433", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "69.435", - "max": "69.941", - "min": "69.267", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "174.054", - "max": "176.643", - "min": "173.657", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "165.319", - "max": "165.423", - "min": "165.233", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "155.912", - "max": "175.017", - "min": "154.395", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "84.886", - "max": "85.086", - "min": "84.736", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "204.48", - "max": "205.315", - "min": "204.262", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "259.339", - "max": "261.417", - "min": "259.063", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "251.069", - "max": "251.525", - "min": "250.839", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "164.339", - "max": "165.105", - "min": "164.043", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "177.839", - "max": "179.733", - "min": "177.509", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "56.875", - "max": "104.433", - "min": "48.1", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "224.24", - "max": "224.502", - "min": "224.064", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "396.389", - "max": "481.619", - "min": "387.873", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "292.747", - "max": "292.964", - "min": "292.611", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "208.297", - "max": "208.539", - "min": "207.609", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "181.8", - "max": "182.164", - "min": "181.663", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "252.902", - "max": "253.354", - "min": "252.712", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "259.151", - "max": "259.295", - "min": "259.057", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "346.181", - "max": "346.457", - "min": "346.035", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "122.909", - "max": "123.006", - "min": "122.748", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "237.236", - "max": "238.041", - "min": "236.971", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "188.467", - "max": "190.951", - "min": "186.435", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "259.862", - "max": "259.976", - "min": "259.779", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "252.467", - "max": "252.582", - "min": "252.408", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "267.921", - "max": "270.748", - "min": "267.416", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "276.78", - "max": "276.934", - "min": "276.636", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "165.119", - "max": "166.791", - "min": "164.904", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "150.544", - "max": "151.114", - "min": "150.294", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "167.653", - "max": "167.903", - "min": "167.489", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "174.871", - "max": "174.994", - "min": "174.791", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "176.55", - "max": "177.085", - "min": "176.236", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "203.266", - "max": "203.5", - "min": "203.132", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "272.083", - "max": "272.525", - "min": "271.839", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "190.887", - "max": "193.248", - "min": "190.661", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "277.016", - "max": "277.586", - "min": "276.805", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "160.241", - "max": "165.046", - "min": "159.907", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "167.97", - "max": "168.086", - "min": "167.828", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "252.298", - "max": "252.406", - "min": "252.216", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "155.625", - "max": "158.514", - "min": "155.406", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "231.207", - "max": "231.458", - "min": "230.881", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "352.729", - "max": "372.723", - "min": "350.769", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "190.05", - "max": "256.325", - "min": "167.529", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "153.1", - "max": "153.553", - "min": "152.942", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "212.932", - "max": "213.518", - "min": "212.685", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "172.738", - "max": "211.367", - "min": "170.862", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "274.825", - "max": "275.442", - "min": "274.487", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "250.461", - "max": "255.179", - "min": "250.029", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "38.643", - "max": "39.134", - "min": "38.409", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "153.373", - "max": "153.912", - "min": "153.154", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "155.077", - "max": "155.301", - "min": "154.856", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "156.879", - "max": "157.015", - "min": "156.787", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "309.808", - "max": "317.838", - "min": "308.669", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "288.777", - "max": "288.936", - "min": "288.637", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "166.991", - "max": "167.686", - "min": "166.833", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "244.292", - "max": "245.214", - "min": "244.121", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "160.597", - "max": "160.842", - "min": "160.47", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "93.489", - "max": "93.784", - "min": "93.386", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "261.113", - "max": "268.061", - "min": "259.406", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "280.58", - "max": "292.633", - "min": "260.269", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "41.412", - "max": "41.576", - "min": "41.265", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "159.906", - "max": "160.157", - "min": "159.788", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "110.672", - "max": "111.147", - "min": "110.448", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "191.346", - "max": "191.559", - "min": "191.127", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "163.73", - "max": "164.052", - "min": "163.534", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "288.812", - "max": "289.441", - "min": "288.482", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "174.328", - "max": "175.376", - "min": "173.934", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "167.197", - "max": "169.193", - "min": "166.723", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "240.53", - "max": "240.634", - "min": "240.442", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "262.312", - "max": "262.679", - "min": "262.154", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "62.205", - "max": "275.157", - "min": "54.702", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "237.237", - "max": "240.573", - "min": "236.955", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "153.218", - "max": "153.366", - "min": "153.112", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "261.474", - "max": "261.628", - "min": "261.39", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "160.585", - "max": "160.722", - "min": "160.444", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "370.341", - "max": "370.839", - "min": "370.167", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "252.325", - "max": "256.13", - "min": "248.901", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "181.073", - "max": "181.613", - "min": "180.812", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "282.089", - "max": "283.158", - "min": "281.469", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "280.707", - "max": "285.44", - "min": "279.75", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "383.279", - "max": "383.929", - "min": "382.918", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "82.638", - "max": "82.93", - "min": "82.459", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "318.308", - "max": "318.878", - "min": "318.079", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "283.979", - "max": "284.111", - "min": "283.868", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "173.781", - "max": "174.038", - "min": "173.658", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "289.642", - "max": "289.771", - "min": "289.539", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "272.241", - "max": "272.731", - "min": "271.988", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "241.668", - "max": "241.938", - "min": "241.511", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "226.247", - "max": "228.367", - "min": "224.588", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "310.234", - "max": "311.068", - "min": "309.715", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "250.485", - "max": "251.995", - "min": "249.773", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "212.857", - "max": "213.359", - "min": "212.686", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "233.043", - "max": "233.425", - "min": "232.848", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "182.485", - "max": "184.006", - "min": "182.136", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "304.543", - "max": "308.273", - "min": "293.962", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "334.234", - "max": "334.234", - "min": "334.234", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "242.341", - "max": "242.447", - "min": "242.261", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "151.669", - "max": "151.848", - "min": "151.522", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "266.042", - "max": "268.345", - "min": "265.685", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "185.795", - "max": "204.119", - "min": "178.22", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "175.632", - "max": "175.871", - "min": "175.461", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "56.833", - "max": "58.155", - "min": "56.58", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "225.851", - "max": "226.951", - "min": "225.517", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "222.105", - "max": "225.898", - "min": "221.128", - "id": "31", - "country": "Singapore", - "source_name": "Singapore", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "36": { - "name": "Malaysia", - "data": { - "0": { - "avg": "337.909", - "max": "380.491", - "min": "334.811", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "126.968", - "max": "129.182", - "min": "126.602", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "243.041", - "max": "252.439", - "min": "242.267", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "263.787", - "max": "268.553", - "min": "263.371", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "248.771", - "max": "271.343", - "min": "247.473", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "79.272", - "max": "81.638", - "min": "78.632", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "167.147", - "max": "169.748", - "min": "166.691", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "161.523", - "max": "165.111", - "min": "160.562", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "198.333", - "max": "200.52", - "min": "198.064", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "194.11", - "max": "214.875", - "min": "192.725", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "196.907", - "max": "197.904", - "min": "196.568", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "205.974", - "max": "207.902", - "min": "205.695", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "235.64", - "max": "236.385", - "min": "235.418", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "260.292", - "max": "262.869", - "min": "259.836", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "254.03", - "max": "294.501", - "min": "247.989", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "253.735", - "max": "261.396", - "min": "252.88", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "168.142", - "max": "169.983", - "min": "167.576", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "225.311", - "max": "229.829", - "min": "224.233", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "207.926", - "max": "209.953", - "min": "207.466", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "165.088", - "max": "165.351", - "min": "164.91", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "152.178", - "max": "154.366", - "min": "151.919", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "232.28", - "max": "234.457", - "min": "232.08", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "191.135", - "max": "200.448", - "min": "189.842", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "173.416", - "max": "175.374", - "min": "173.026", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "181.283", - "max": "205.166", - "min": "178.006", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "173.871", - "max": "176.597", - "min": "173.136", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "158.131", - "max": "182.571", - "min": "155.75", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "163.023", - "max": "168.124", - "min": "162.535", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "160.24", - "max": "162.562", - "min": "159.888", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "181.073", - "max": "181.976", - "min": "180.801", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "7.697", - "max": "9.762", - "min": "7.414", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "179.751", - "max": "191.143", - "min": "178.968", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "237.998", - "max": "254.234", - "min": "237.22", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "189.185", - "max": "192.72", - "min": "188.494", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "168.826", - "max": "188.238", - "min": "165.116", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "0.023", - "max": "0.045", - "min": "0.013", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "180.546", - "max": "181.473", - "min": "180.38", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "192.119", - "max": "192.453", - "min": "191.9", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "216.58", - "max": "217.856", - "min": "216.139", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "230.887", - "max": "239.902", - "min": "230.141", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "275.442", - "max": "278.036", - "min": "275.041", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "253.024", - "max": "255.102", - "min": "252.534", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "197.552", - "max": "198.332", - "min": "197.292", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "181.595", - "max": "204.614", - "min": "179.511", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "89.476", - "max": "93.43", - "min": "89.033", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "184.182", - "max": "185.902", - "min": "183.71", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "186.82", - "max": "189.007", - "min": "186.425", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "303.382", - "max": "305.567", - "min": "302.925", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "373.619", - "max": "386.192", - "min": "367.425", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "212.405", - "max": "213.752", - "min": "212.139", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "211.407", - "max": "212.029", - "min": "211.147", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "237.702", - "max": "239.724", - "min": "237.212", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "223.028", - "max": "313.528", - "min": "213.635", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "195.911", - "max": "197.895", - "min": "195.513", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "97.77", - "max": "118.308", - "min": "93.152", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "54.551", - "max": "57.28", - "min": "54.203", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "181.613", - "max": "227.984", - "min": "178.629", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "345.312", - "max": "348.793", - "min": "344.74", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "188.855", - "max": "191.599", - "min": "188.261", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "159.341", - "max": "167.73", - "min": "158.643", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "196.285", - "max": "198.629", - "min": "195.765", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "199.922", - "max": "261.365", - "min": "196.046", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "38.165", - "max": "136.371", - "min": "33.411", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "57.546", - "max": "89.999", - "min": "56.195", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "206.688", - "max": "208.031", - "min": "206.272", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "185.212", - "max": "189.112", - "min": "184.654", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "248.992", - "max": "276.069", - "min": "247.374", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "192.781", - "max": "193.48", - "min": "192.462", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "363.169", - "max": "365.036", - "min": "362.368", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "209.472", - "max": "212.636", - "min": "209.104", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "41.708", - "max": "57.797", - "min": "40.078", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "185.252", - "max": "221.219", - "min": "182.792", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "290.411", - "max": "335.254", - "min": "287.603", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "229.948", - "max": "232.078", - "min": "229.684", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "213.61", - "max": "215.819", - "min": "212.973", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "260.376", - "max": "261.868", - "min": "260.144", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "237.185", - "max": "237.936", - "min": "236.986", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "210.3", - "max": "237.58", - "min": "208.935", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "248.728", - "max": "251.127", - "min": "248.238", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "201.986", - "max": "203.029", - "min": "201.656", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "175.724", - "max": "176.88", - "min": "175.532", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "233.743", - "max": "258.919", - "min": "232.455", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "89.452", - "max": "92.377", - "min": "88.888", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "41.162", - "max": "42.353", - "min": "40.851", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "186.518", - "max": "188.399", - "min": "186.212", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "230.498", - "max": "232.97", - "min": "229.738", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "182.126", - "max": "184.929", - "min": "181.589", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "240.451", - "max": "248.7", - "min": "239.967", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "226.661", - "max": "245.556", - "min": "225.639", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "171.138", - "max": "180.466", - "min": "170.416", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "226.495", - "max": "228.314", - "min": "225.597", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "183.935", - "max": "187.244", - "min": "183.477", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "189.293", - "max": "218.957", - "min": "187.212", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "69.271", - "max": "103.168", - "min": "65.623", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "249.167", - "max": "250.04", - "min": "249.002", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "241.999", - "max": "246.856", - "min": "241.402", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "280.078", - "max": "281.637", - "min": "279.735", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "287.425", - "max": "314.902", - "min": "283.778", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "200.657", - "max": "228.411", - "min": "194.434", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "231.568", - "max": "240.379", - "min": "230.563", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "228.951", - "max": "229.997", - "min": "228.674", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "216.314", - "max": "239.293", - "min": "213.973", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "279.154", - "max": "281.524", - "min": "278.611", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "293.957", - "max": "298.978", - "min": "293.209", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "222.985", - "max": "227.444", - "min": "222.365", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "266.847", - "max": "322.21", - "min": "252.268", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "376.408", - "max": "377.576", - "min": "376.083", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "231.126", - "max": "243.288", - "min": "230.018", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "230.102", - "max": "232.156", - "min": "229.733", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "69.855", - "max": "71.563", - "min": "69.494", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "63.782", - "max": "104.476", - "min": "61.858", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "157.687", - "max": "162.183", - "min": "152.111", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "217.27", - "max": "244.265", - "min": "215.9", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "297.861", - "max": "299.357", - "min": "297.532", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "494.498", - "max": "609.082", - "min": "320.994", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "402.337", - "max": "543.657", - "min": "325.839", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "324.052", - "max": "340.373", - "min": "322.8", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "85.247", - "max": "87.141", - "min": "84.921", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "220.565", - "max": "225.5", - "min": "220.223", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "256.889", - "max": "259.697", - "min": "256.558", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "186.898", - "max": "187.74", - "min": "186.659", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "304.765", - "max": "479.006", - "min": "224.268", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "338.098", - "max": "339.092", - "min": "337.617", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "205.913", - "max": "370.671", - "min": "198.564", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "197.736", - "max": "205.115", - "min": "197.055", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "255.694", - "max": "296.599", - "min": "253.731", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "239.136", - "max": "244.535", - "min": "238.709", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "253.111", - "max": "255.198", - "min": "252.416", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "273.579", - "max": "289.269", - "min": "270.72", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "222.926", - "max": "225.401", - "min": "222.505", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "254.401", - "max": "256.478", - "min": "253.794", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "229.774", - "max": "232.428", - "min": "229.206", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "233.825", - "max": "239.955", - "min": "233.3", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "279.821", - "max": "281.951", - "min": "279.032", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "234.04", - "max": "236.548", - "min": "233.786", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "253.594", - "max": "253.868", - "min": "253.45", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "221.567", - "max": "233.992", - "min": "220.531", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "211.091", - "max": "212.581", - "min": "210.663", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "206.244", - "max": "238.98", - "min": "204.039", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "244.324", - "max": "245.493", - "min": "243.925", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "260.551", - "max": "262.506", - "min": "260.241", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "58.145", - "max": "63.082", - "min": "57.41", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "190.769", - "max": "195.405", - "min": "190.306", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "165.965", - "max": "169.15", - "min": "165.385", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "151.881", - "max": "154.321", - "min": "151.153", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "169.907", - "max": "171.951", - "min": "169.491", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "182.093", - "max": "201.529", - "min": "181.141", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "75.755", - "max": "81.261", - "min": "74.937", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "167.261", - "max": "211.559", - "min": "165.071", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "170.113", - "max": "186.859", - "min": "168.891", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "162.277", - "max": "170.156", - "min": "160.453", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "99.669", - "max": "102.329", - "min": "99.335", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "184.933", - "max": "186.564", - "min": "184.575", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "166.347", - "max": "168.317", - "min": "165.693", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "259.284", - "max": "281.595", - "min": "258.092", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "163.223", - "max": "164.245", - "min": "163.015", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "187.015", - "max": "213.013", - "min": "185.763", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "84.432", - "max": "128.284", - "min": "74.476", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "207.21", - "max": "208.3", - "min": "206.972", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "384.179", - "max": "468.036", - "min": "376.316", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "281.359", - "max": "309.202", - "min": "280.04", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "92.44", - "max": "124.346", - "min": "90.99", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "186.702", - "max": "189.125", - "min": "186.416", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "252.082", - "max": "257.198", - "min": "251.743", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "262.998", - "max": "264.331", - "min": "262.614", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "282.172", - "max": "283.827", - "min": "281.8", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "179.993", - "max": "180.75", - "min": "179.764", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "234.926", - "max": "237.245", - "min": "234.481", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "91.439", - "max": "100.141", - "min": "88.939", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "226.193", - "max": "241.099", - "min": "223.821", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "233.722", - "max": "234.699", - "min": "233.45", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "163.415", - "max": "166.827", - "min": "162.808", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "218.765", - "max": "222.803", - "min": "218.242", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "185.247", - "max": "218.761", - "min": "182.983", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "164.24", - "max": "196.447", - "min": "160.868", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "175.988", - "max": "194.503", - "min": "174.858", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "160.484", - "max": "161.365", - "min": "160.251", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "168.545", - "max": "169.789", - "min": "168.081", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "213.83", - "max": "233.985", - "min": "212.577", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "183.171", - "max": "186.415", - "min": "182.445", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "221.056", - "max": "265.887", - "min": "219.05", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "161.831", - "max": "162.821", - "min": "161.596", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "167.14", - "max": "212.224", - "min": "163.155", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "174.296", - "max": "175.605", - "min": "173.988", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "163.861", - "max": "165.304", - "min": "163.546", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "168.151", - "max": "184.45", - "min": "167.253", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "217.611", - "max": "243.136", - "min": "216.059", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "264.463", - "max": "288.216", - "min": "261.554", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "197.766", - "max": "260.473", - "min": "174.148", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "170.624", - "max": "171.476", - "min": "170.364", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "209.974", - "max": "212.126", - "min": "209.653", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "182.048", - "max": "199.89", - "min": "180.111", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "199.713", - "max": "201.964", - "min": "199.198", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "167.412", - "max": "187.153", - "min": "163.014", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "43.245", - "max": "44.426", - "min": "42.982", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "163.249", - "max": "164.4", - "min": "162.834", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "184.444", - "max": "186.468", - "min": "184.057", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "269.021", - "max": "270.199", - "min": "268.842", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "308.902", - "max": "319.232", - "min": "307.338", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "196.552", - "max": "197.951", - "min": "196.183", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "169.811", - "max": "172.85", - "min": "169.244", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "168.608", - "max": "172.299", - "min": "168.034", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "169.76", - "max": "173.341", - "min": "169.265", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "148.152", - "max": "162.574", - "min": "145.068", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "243.618", - "max": "251.321", - "min": "242.41", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "99.009", - "max": "114.542", - "min": "98.161", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "46.282", - "max": "48.168", - "min": "45.904", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "166.416", - "max": "190.004", - "min": "163.739", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "287.26", - "max": "287.649", - "min": "287.003", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "200.647", - "max": "202.011", - "min": "200.053", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "175.605", - "max": "176.867", - "min": "175.217", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "215.775", - "max": "217.421", - "min": "215.495", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "177.272", - "max": "195.138", - "min": "176.074", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "169.243", - "max": "205.585", - "min": "166.212", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "214.454", - "max": "228.635", - "min": "213.582", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "254.632", - "max": "255.827", - "min": "254.302", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "195.3", - "max": "378.197", - "min": "187.458", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "251.551", - "max": "254.073", - "min": "251.099", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "152.961", - "max": "155.864", - "min": "152.446", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "251.546", - "max": "287.799", - "min": "247.905", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "167.39", - "max": "167.625", - "min": "167.179", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "367.835", - "max": "368.457", - "min": "367.555", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "269.472", - "max": "301.823", - "min": "254.548", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "264.413", - "max": "265.129", - "min": "264.212", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "186.638", - "max": "188.913", - "min": "185.908", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "298.276", - "max": "301.005", - "min": "297.18", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "265.244", - "max": "272.511", - "min": "264.274", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "81.69", - "max": "83.295", - "min": "81.391", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "256.68", - "max": "274.805", - "min": "255.518", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "202.278", - "max": "206.134", - "min": "201.542", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "170.675", - "max": "171.733", - "min": "170.438", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "187.296", - "max": "191.019", - "min": "186.746", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "233.891", - "max": "240.841", - "min": "233.111", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "237.673", - "max": "267.779", - "min": "236.084", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "255.612", - "max": "259.929", - "min": "254.164", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "310.859", - "max": "312.872", - "min": "310.131", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "220.452", - "max": "222.053", - "min": "219.525", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "295.021", - "max": "296.525", - "min": "294.751", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "196.7", - "max": "199.015", - "min": "196.29", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "183.706", - "max": "188.738", - "min": "182.808", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "126.012", - "max": "135.454", - "min": "115.141", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "322.125", - "max": "322.125", - "min": "322.125", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "164.029", - "max": "164.819", - "min": "163.768", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "164.621", - "max": "166.859", - "min": "164.283", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "268.337", - "max": "269.739", - "min": "267.966", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "197.742", - "max": "205.807", - "min": "189.315", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "180.876", - "max": "184.515", - "min": "180.265", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "67.881", - "max": "69.384", - "min": "67.611", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "228.482", - "max": "249.108", - "min": "227.237", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "266.317", - "max": "281.285", - "min": "265.295", - "id": "36", - "country": "Malaysia", - "source_name": "Malaysia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "57": { - "name": "Jakarta", - "data": { - "0": { - "avg": "377.609", - "max": "378.622", - "min": "377.328", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "93.85", - "max": "94.384", - "min": "93.583", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "260.284", - "max": "261.3", - "min": "260.042", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "271.68", - "max": "278.822", - "min": "270.998", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "267.264", - "max": "267.587", - "min": "267.054", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "78.579", - "max": "79.713", - "min": "78.336", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "174.21", - "max": "174.657", - "min": "174.005", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "202.329", - "max": "455.209", - "min": "127.267", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "211.665", - "max": "212.788", - "min": "211.34", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "281.902", - "max": "284.925", - "min": "281.402", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "197.404", - "max": "198.726", - "min": "197.121", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "242.989", - "max": "336.412", - "min": "238.851", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "265.167", - "max": "265.839", - "min": "264.909", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "270.79", - "max": "271.811", - "min": "270.342", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "243.271", - "max": "244.615", - "min": "243.058", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "259.099", - "max": "259.514", - "min": "258.404", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "298.833", - "max": "484.941", - "min": "287.301", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "285.381", - "max": "511.856", - "min": "253.876", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "359.48", - "max": "360.521", - "min": "359.131", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "206.967", - "max": "207.395", - "min": "206.857", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "123.712", - "max": "135.828", - "min": "122.744", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "245.951", - "max": "246.544", - "min": "245.786", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "196.617", - "max": "196.936", - "min": "196.451", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "190.238", - "max": "190.844", - "min": "189.974", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "194.057", - "max": "195.09", - "min": "193.77", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "339.421", - "max": "340.868", - "min": "339.162", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "184.088", - "max": "189.856", - "min": "183.567", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "182.909", - "max": "185.145", - "min": "182.523", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "182.579", - "max": "191.3", - "min": "182.038", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "218.71", - "max": "306.582", - "min": "199.161", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "12.864", - "max": "14.823", - "min": "12.575", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "281.784", - "max": "282.156", - "min": "281.598", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "271.574", - "max": "272.092", - "min": "271.308", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "298.783", - "max": "299.478", - "min": "298.601", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "183.106", - "max": "185.885", - "min": "182.581", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "54.596", - "max": "57.137", - "min": "54.25", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "199.063", - "max": "199.454", - "min": "198.846", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "211.175", - "max": "211.613", - "min": "210.875", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "235.118", - "max": "236.203", - "min": "234.79", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "282.996", - "max": "388.451", - "min": "275.287", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "339.026", - "max": "424.49", - "min": "333.462", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "293.381", - "max": "471.746", - "min": "269.819", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "230.88", - "max": "231.348", - "min": "230.683", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "279.062", - "max": "291.484", - "min": "278.382", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "121.921", - "max": "125.924", - "min": "121.503", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "313.594", - "max": "513.786", - "min": "279.864", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "294.101", - "max": "294.777", - "min": "293.866", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "351.171", - "max": "352.033", - "min": "350.813", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "401.1", - "max": "439.879", - "min": "399.294", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "245.031", - "max": "248.763", - "min": "244.743", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "233.729", - "max": "234.171", - "min": "233.45", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "204.394", - "max": "204.964", - "min": "204.163", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "266.128", - "max": "332.005", - "min": "257.282", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "218.667", - "max": "218.998", - "min": "218.447", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "62.028", - "max": "70.561", - "min": "58.247", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "0.056", - "max": "0.086", - "min": "0.032", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "364.748", - "max": "368.091", - "min": "363.344", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "312.235", - "max": "457.985", - "min": "301.139", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "348.045", - "max": "521.057", - "min": "311.063", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "260.662", - "max": "263.658", - "min": "260.386", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "241.119", - "max": "421.584", - "min": "214.497", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "392.899", - "max": "429.945", - "min": "351.296", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "150.187", - "max": "337.566", - "min": "105.589", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "61.803", - "max": "62.679", - "min": "61.53", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "387.979", - "max": "388.575", - "min": "387.801", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "306.39", - "max": "401.623", - "min": "293.124", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "271.924", - "max": "272.51", - "min": "271.674", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "213.865", - "max": "214.233", - "min": "213.519", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "379.786", - "max": "382.696", - "min": "378.989", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "240.048", - "max": "372.953", - "min": "232.91", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "45.338", - "max": "46.322", - "min": "44.836", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "201.364", - "max": "201.958", - "min": "201.081", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "293.064", - "max": "294.43", - "min": "292.683", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "257.498", - "max": "258.099", - "min": "257.265", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "385.215", - "max": "385.907", - "min": "384.868", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "194.956", - "max": "195.471", - "min": "194.737", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "266.983", - "max": "391.373", - "min": "253.058", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "201.732", - "max": "204.347", - "min": "201.451", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "260.123", - "max": "270.772", - "min": "259.319", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "243.292", - "max": "424.006", - "min": "236.824", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "181.143", - "max": "181.595", - "min": "180.96", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "250.71", - "max": "251.457", - "min": "250.276", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "263.108", - "max": "280.179", - "min": "227.819", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "67.629", - "max": "181.479", - "min": "49.445", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "222.536", - "max": "222.826", - "min": "222.332", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "224.637", - "max": "225.482", - "min": "224.301", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "342.962", - "max": "343.307", - "min": "342.757", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "280.309", - "max": "280.574", - "min": "280.058", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "224.145", - "max": "224.905", - "min": "223.93", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "299.539", - "max": "368.158", - "min": "285.576", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "249.126", - "max": "252.987", - "min": "248.412", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "196.856", - "max": "198.298", - "min": "196.631", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "222.482", - "max": "223.316", - "min": "222.246", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "75.319", - "max": "77.48", - "min": "75.032", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "256.009", - "max": "337.434", - "min": "247.478", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "265.682", - "max": "271.412", - "min": "264.884", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "288.727", - "max": "289.436", - "min": "288.367", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "330.181", - "max": "435.864", - "min": "319.009", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "188.977", - "max": "189.304", - "min": "188.794", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "237.457", - "max": "238.372", - "min": "237.222", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "282.395", - "max": "387.331", - "min": "271.971", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "202.262", - "max": "203.419", - "min": "201.907", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "216.436", - "max": "217.11", - "min": "216.193", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "361.667", - "max": "365.937", - "min": "360.991", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "255.505", - "max": "255.772", - "min": "255.351", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "240.67", - "max": "246.374", - "min": "217.527", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "358.372", - "max": "360.663", - "min": "357.884", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "255.23", - "max": "255.468", - "min": "255.054", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "267.651", - "max": "269.484", - "min": "267.394", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "80.569", - "max": "83.439", - "min": "80.3", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "54.306", - "max": "55.399", - "min": "53.967", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "210.38", - "max": "213.691", - "min": "208.835", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "231.531", - "max": "231.906", - "min": "231.353", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "200.158", - "max": "209.572", - "min": "199.147", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "534.674", - "max": "666.705", - "min": "390.909", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "420.545", - "max": "488.627", - "min": "351.255", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "323.56", - "max": "327.899", - "min": "323.13", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "90.629", - "max": "92.174", - "min": "90.311", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "243.421", - "max": "244.315", - "min": "243.117", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "269.95", - "max": "271.027", - "min": "269.546", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "209.565", - "max": "210.325", - "min": "209.312", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "310.278", - "max": "464.593", - "min": "233.868", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "393.091", - "max": "408.957", - "min": "373.281", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "294.778", - "max": "468.83", - "min": "288.356", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "377.404", - "max": "378.122", - "min": "377.175", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "364.054", - "max": "364.917", - "min": "363.59", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "235.532", - "max": "235.909", - "min": "235.343", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "342.963", - "max": "344.773", - "min": "342.677", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "151.649", - "max": "265.126", - "min": "144.956", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "220.792", - "max": "227.917", - "min": "220.261", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "277.573", - "max": "279.372", - "min": "277.177", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "235.585", - "max": "319.889", - "min": "232.299", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "243.365", - "max": "388.279", - "min": "228.222", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "260.112", - "max": "261.843", - "min": "259.422", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "242.452", - "max": "243.617", - "min": "242.191", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "273.438", - "max": "274.345", - "min": "273.101", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "255.01", - "max": "267.248", - "min": "253.926", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "337.818", - "max": "536.204", - "min": "248.578", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "226.395", - "max": "227.607", - "min": "226.072", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "274.86", - "max": "275.688", - "min": "274.545", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "281.903", - "max": "375.26", - "min": "270.373", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "70.537", - "max": "189.047", - "min": "64.374", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "207.724", - "max": "209.748", - "min": "207.483", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "180.586", - "max": "181.691", - "min": "180.305", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.161", - "max": "214.015", - "min": "210.742", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "186.63", - "max": "187.073", - "min": "186.454", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "354.539", - "max": "370.641", - "min": "353.781", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "82.031", - "max": "82.36", - "min": "81.853", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "197.903", - "max": "199.004", - "min": "197.665", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "184.092", - "max": "184.327", - "min": "183.953", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "254.08", - "max": "265.508", - "min": "252.163", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "97.98", - "max": "99.145", - "min": "97.699", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "286.571", - "max": "287.367", - "min": "286.265", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "354.235", - "max": "372.004", - "min": "352.694", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "264.777", - "max": "265.307", - "min": "264.601", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "187.222", - "max": "223.612", - "min": "185.674", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "207.351", - "max": "292.273", - "min": "198.875", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "99.492", - "max": "180.04", - "min": "69.525", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "258.331", - "max": "258.563", - "min": "258.188", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "398.235", - "max": "500.566", - "min": "392.353", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "287.909", - "max": "290.115", - "min": "287.627", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "57.903", - "max": "58.706", - "min": "57.757", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "294.085", - "max": "294.352", - "min": "293.897", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "234.93", - "max": "237.689", - "min": "234.528", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "274.072", - "max": "274.236", - "min": "273.891", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "280.707", - "max": "281.154", - "min": "280.536", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "138.1", - "max": "138.737", - "min": "137.876", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "282.443", - "max": "455.225", - "min": "258.093", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "79.361", - "max": "82.523", - "min": "77.62", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "248.946", - "max": "249.189", - "min": "248.743", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "271.486", - "max": "272.677", - "min": "271.265", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "267.105", - "max": "269.124", - "min": "266.71", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "294.915", - "max": "295.346", - "min": "294.678", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "269.72", - "max": "270.428", - "min": "269.472", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "365.646", - "max": "366.174", - "min": "365.4", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "282.189", - "max": "306.42", - "min": "280.641", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "274.212", - "max": "274.441", - "min": "274.065", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "278.091", - "max": "490.413", - "min": "266.843", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "319.609", - "max": "322.252", - "min": "319.207", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "222.701", - "max": "223.399", - "min": "222.503", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "196.503", - "max": "198.467", - "min": "196.15", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "298.994", - "max": "299.444", - "min": "298.825", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "177.952", - "max": "178.806", - "min": "177.724", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "178.695", - "max": "179.051", - "min": "178.538", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "172.91", - "max": "174.886", - "min": "172.643", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "390.787", - "max": "538.1", - "min": "383.707", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "229.707", - "max": "230.364", - "min": "229.217", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "360.448", - "max": "363.17", - "min": "359.6", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "401.777", - "max": "544.953", - "min": "362.009", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "172.122", - "max": "172.579", - "min": "171.929", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "243.389", - "max": "355.814", - "min": "230.142", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "290.282", - "max": "292.687", - "min": "289.903", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "284.287", - "max": "285.328", - "min": "283.837", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "345.416", - "max": "435.29", - "min": "341.394", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "62.378", - "max": "63.795", - "min": "62.115", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "261.219", - "max": "261.441", - "min": "261.064", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "186.394", - "max": "186.921", - "min": "186.174", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "258.152", - "max": "258.447", - "min": "257.997", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "348.384", - "max": "356.349", - "min": "346.597", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "309.427", - "max": "520.932", - "min": "288.586", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "174.644", - "max": "177.211", - "min": "174.222", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "252.252", - "max": "254.405", - "min": "251.871", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "175.598", - "max": "176.013", - "min": "175.38", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "110.7", - "max": "206.891", - "min": "104.787", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "274.81", - "max": "277.043", - "min": "274.2", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "220.014", - "max": "220.83", - "min": "219.814", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "59.683", - "max": "180.242", - "min": "49.482", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "171.48", - "max": "172.004", - "min": "171.269", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "109.652", - "max": "110.016", - "min": "109.426", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "212.134", - "max": "212.378", - "min": "211.864", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "212.958", - "max": "321.262", - "min": "194.627", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "251.258", - "max": "252.262", - "min": "250.963", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "334.322", - "max": "335.41", - "min": "334.039", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "178.146", - "max": "232.695", - "min": "174.152", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "228.243", - "max": "229.058", - "min": "228.045", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "251.446", - "max": "251.993", - "min": "251.282", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "79.033", - "max": "209.229", - "min": "69.65", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "279.582", - "max": "387.133", - "min": "268.491", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "362.692", - "max": "364.732", - "min": "362.326", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "274.262", - "max": "275.645", - "min": "273.995", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "352.468", - "max": "364.647", - "min": "351.759", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "404.773", - "max": "828.349", - "min": "371.466", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "283.543", - "max": "287.056", - "min": "280.499", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "287.525", - "max": "287.778", - "min": "287.342", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "392.358", - "max": "393.295", - "min": "391.527", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "328.905", - "max": "480.34", - "min": "299.711", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "276.115", - "max": "277.511", - "min": "275.526", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "79.413", - "max": "79.721", - "min": "79.273", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "419.131", - "max": "420.564", - "min": "418.741", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "379.982", - "max": "380.399", - "min": "379.792", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "262.046", - "max": "263.127", - "min": "261.688", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "312.95", - "max": "313.357", - "min": "312.752", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "285.895", - "max": "288.793", - "min": "285.433", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "253.625", - "max": "254.136", - "min": "253.393", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "321.832", - "max": "364.143", - "min": "318.862", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "338.557", - "max": "340.224", - "min": "338.025", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "264.152", - "max": "267.045", - "min": "263.107", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "298.825", - "max": "300.216", - "min": "298.509", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "219.504", - "max": "220.219", - "min": "219.314", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "213.036", - "max": "291.793", - "min": "203.36", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "229.356", - "max": "234.87", - "min": "219.58", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "323.19", - "max": "323.19", - "min": "323.19", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "362.053", - "max": "450.577", - "min": "333.932", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "178.451", - "max": "211.106", - "min": "175.672", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "361.17", - "max": "366.561", - "min": "360.538", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "212.929", - "max": "280.724", - "min": "201.632", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "283.945", - "max": "284.354", - "min": "283.755", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "102.265", - "max": "103.405", - "min": "101.884", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "271.259", - "max": "511.312", - "min": "241.186", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "256.05", - "max": "261.335", - "min": "255.256", - "id": "57", - "country": "Indonesia", - "source_name": "Jakarta", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "64": { - "name": "Bangkok", - "data": { - "0": { - "avg": "363.127", - "max": "391.764", - "min": "341.668", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "111.926", - "max": "119.05", - "min": "111.017", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "244.894", - "max": "298.754", - "min": "236.928", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "215.649", - "max": "228.15", - "min": "214.067", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "213.703", - "max": "323.887", - "min": "204.477", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "92.724", - "max": "107.807", - "min": "91.544", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "262.604", - "max": "304.835", - "min": "259.785", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "143.538", - "max": "153.686", - "min": "142.339", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "189.143", - "max": "193.982", - "min": "188.666", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "219.711", - "max": "291.576", - "min": "215.636", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "199.082", - "max": "199.751", - "min": "198.798", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "220.932", - "max": "222.388", - "min": "220.651", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "261.899", - "max": "267.217", - "min": "260.942", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "252.711", - "max": "281.604", - "min": "250.504", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "252.664", - "max": "261.808", - "min": "251.731", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "302.302", - "max": "435.635", - "min": "248.722", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "177.216", - "max": "181.866", - "min": "176.048", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "236.425", - "max": "238.013", - "min": "235.922", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "201.117", - "max": "293.588", - "min": "193.274", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "234.575", - "max": "269.687", - "min": "199.409", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "139.272", - "max": "152.643", - "min": "137.52", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "236.332", - "max": "239.007", - "min": "235.935", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "201.866", - "max": "216.271", - "min": "200.802", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "193.226", - "max": "205.169", - "min": "192.243", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "239.519", - "max": "308.921", - "min": "236.111", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "203.262", - "max": "223.966", - "min": "201.652", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "180.909", - "max": "212.511", - "min": "179.144", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "217.992", - "max": "225.139", - "min": "217.159", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "164.389", - "max": "167.074", - "min": "163.414", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "202.911", - "max": "209.913", - "min": "202.431", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "31.002", - "max": "50.009", - "min": "27.513", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "261.34", - "max": "326.68", - "min": "201.388", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "251.393", - "max": "270.069", - "min": "249.6", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "214.538", - "max": "279.535", - "min": "209.562", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "190.484", - "max": "250.436", - "min": "175.02", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "33.773", - "max": "34.545", - "min": "33.452", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "196.721", - "max": "204.164", - "min": "195.551", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "217.523", - "max": "219.496", - "min": "217.032", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "239.758", - "max": "240.767", - "min": "239.352", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "248.541", - "max": "298.692", - "min": "246.205", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "302.493", - "max": "314.776", - "min": "301.276", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "219.57", - "max": "221.577", - "min": "218.988", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "209.557", - "max": "214.201", - "min": "209.072", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "201.136", - "max": "201.963", - "min": "200.901", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "128.668", - "max": "130.596", - "min": "128.313", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "304.785", - "max": "305.321", - "min": "304.296", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "205.882", - "max": "206.456", - "min": "205.633", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "333.482", - "max": "334.832", - "min": "332.992", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "388.366", - "max": "393.882", - "min": "386.757", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "234.988", - "max": "258.591", - "min": "233.069", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "235.26", - "max": "247.605", - "min": "234.525", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "181.269", - "max": "253.264", - "min": "175.365", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "234.226", - "max": "450.841", - "min": "202.17", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "236.166", - "max": "363.375", - "min": "217.458", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "80.718", - "max": "120.594", - "min": "76.277", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "107.942", - "max": "121.839", - "min": "105.54", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "191.11", - "max": "215.664", - "min": "188.826", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "365.012", - "max": "380.227", - "min": "363.892", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "212.184", - "max": "220.064", - "min": "210.921", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "190.035", - "max": "199.795", - "min": "188.785", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "204.417", - "max": "205.548", - "min": "203.892", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "242.061", - "max": "293.951", - "min": "237.788", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "0.036", - "max": "0.168", - "min": "0.02", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "68.185", - "max": "70.867", - "min": "67.808", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "226.015", - "max": "263.794", - "min": "223.314", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "199.281", - "max": "209.693", - "min": "198.628", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "281.715", - "max": "281.951", - "min": "281.465", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "206.373", - "max": "313.769", - "min": "192.108", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "391.452", - "max": "395.787", - "min": "390.2", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "213.635", - "max": "234.111", - "min": "210.931", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "59.641", - "max": "61.709", - "min": "59.358", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "216.246", - "max": "310.751", - "min": "200.423", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "284.549", - "max": "292.926", - "min": "283.615", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "238.311", - "max": "258.142", - "min": "236.054", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "220.564", - "max": "227.025", - "min": "219.704", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "189.421", - "max": "209.023", - "min": "188.461", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "250.277", - "max": "250.498", - "min": "250.065", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "218.244", - "max": "259.852", - "min": "208.093", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "276.957", - "max": "287.432", - "min": "275.563", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "243.653", - "max": "314.402", - "min": "235.313", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "179.758", - "max": "188.099", - "min": "179.136", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "243.542", - "max": "254.789", - "min": "242.523", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "206.83", - "max": "211.814", - "min": "197.051", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "89.043", - "max": "90.03", - "min": "88.687", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "205.262", - "max": "217.443", - "min": "204.135", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "198.886", - "max": "257.096", - "min": "191.489", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "194.664", - "max": "201.429", - "min": "194.068", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "273.816", - "max": "275.366", - "min": "273.541", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "246.191", - "max": "332.514", - "min": "229.317", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "194.13", - "max": "310.554", - "min": "185.532", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "251.826", - "max": "261.968", - "min": "250.797", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "214.383", - "max": "280.483", - "min": "210.941", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "178.222", - "max": "182.528", - "min": "177.669", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "86.271", - "max": "101.703", - "min": "83.878", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "252.43", - "max": "259.985", - "min": "251.781", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "254.704", - "max": "282.583", - "min": "250.81", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "299.215", - "max": "316.563", - "min": "298.049", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "311.185", - "max": "332.407", - "min": "309.497", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "225.139", - "max": "256.09", - "min": "215.929", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "245.096", - "max": "321.019", - "min": "237.863", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "249.663", - "max": "254.631", - "min": "249.144", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "214.519", - "max": "214.855", - "min": "214.209", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "206.877", - "max": "209.121", - "min": "206.451", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "225.713", - "max": "241.156", - "min": "223.887", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "251.155", - "max": "254.547", - "min": "250.701", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "256.634", - "max": "262.63", - "min": "233.835", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "322.569", - "max": "326.146", - "min": "321.942", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "262.465", - "max": "275.966", - "min": "261.644", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "248.963", - "max": "266.459", - "min": "247.7", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "119.071", - "max": "119.724", - "min": "118.625", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "72.619", - "max": "87.854", - "min": "71.246", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "169.996", - "max": "179.498", - "min": "165.463", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "246.13", - "max": "250.09", - "min": "245.578", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "304.067", - "max": "324.223", - "min": "301.745", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "493.379", - "max": "626.123", - "min": "352.749", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "318.887", - "max": "445.897", - "min": "210.854", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "332.714", - "max": "358.73", - "min": "316.661", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "103.748", - "max": "121.217", - "min": "101.763", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "228.939", - "max": "242.489", - "min": "228.032", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "269.795", - "max": "304.747", - "min": "267.66", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "214.843", - "max": "219.687", - "min": "214.24", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "332.828", - "max": "514.934", - "min": "241.288", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "374.747", - "max": "376.636", - "min": "374.29", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "243.641", - "max": "296.56", - "min": "224.667", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "204.579", - "max": "206.994", - "min": "204.239", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "275.114", - "max": "291.841", - "min": "273.477", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "250.677", - "max": "251.132", - "min": "250.474", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "193.31", - "max": "248.128", - "min": "190.492", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "274.852", - "max": "376.532", - "min": "264.75", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "215.22", - "max": "351.884", - "min": "204.37", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "287.289", - "max": "412.474", - "min": "263.847", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "255.072", - "max": "260.858", - "min": "254.394", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "261.79", - "max": "356.188", - "min": "256.338", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "250.506", - "max": "368.801", - "min": "229.708", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "252.895", - "max": "253.237", - "min": "252.648", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "263.271", - "max": "288.656", - "min": "261.899", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "233.383", - "max": "264.07", - "min": "230.734", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "233.722", - "max": "236.311", - "min": "233.345", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "227.424", - "max": "238.745", - "min": "225.153", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "248.164", - "max": "277.65", - "min": "245.426", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "215.985", - "max": "230.974", - "min": "214.55", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "85.109", - "max": "145.251", - "min": "79.585", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "229.077", - "max": "323.166", - "min": "224.974", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "225.314", - "max": "299.603", - "min": "209.376", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "175.99", - "max": "190.097", - "min": "174.346", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "163.533", - "max": "165.888", - "min": "163.226", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "188.583", - "max": "224.863", - "min": "185.187", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "96.662", - "max": "111.176", - "min": "95.921", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "183.731", - "max": "202.172", - "min": "182.582", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "177.842", - "max": "183.013", - "min": "177.203", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "184.058", - "max": "194.272", - "min": "182.511", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "113.336", - "max": "115.131", - "min": "112.981", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "191.621", - "max": "213.838", - "min": "189.479", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "177.398", - "max": "212.586", - "min": "174.625", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "258.816", - "max": "261.363", - "min": "258.392", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "223.343", - "max": "335.551", - "min": "189.387", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "194.567", - "max": "207.66", - "min": "193.077", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "237.858", - "max": "281.896", - "min": "227.498", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "228.05", - "max": "245.526", - "min": "226.687", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "385.917", - "max": "481.553", - "min": "377.883", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "280.546", - "max": "286.122", - "min": "279.915", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "79.122", - "max": "179.758", - "min": "72.563", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "235.84", - "max": "282.54", - "min": "228.03", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "258.385", - "max": "279.339", - "min": "256.223", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "266.64", - "max": "292.663", - "min": "260.071", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "252.788", - "max": "338.41", - "min": "239.084", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "193.195", - "max": "303.825", - "min": "187.884", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "261.102", - "max": "285.633", - "min": "259.182", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "123.501", - "max": "135.501", - "min": "120.154", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "243.485", - "max": "246.001", - "min": "243.088", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "255.679", - "max": "265.45", - "min": "254.51", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "155.714", - "max": "165.198", - "min": "154.289", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "341.445", - "max": "424.446", - "min": "291.419", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "197.369", - "max": "241.734", - "min": "195.49", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "169.812", - "max": "171.412", - "min": "169.324", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "189.103", - "max": "202.229", - "min": "187.33", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "174.244", - "max": "260.152", - "min": "170.405", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "190.574", - "max": "291.919", - "min": "184.917", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "205.67", - "max": "211.229", - "min": "204.836", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "191.667", - "max": "206.211", - "min": "189.598", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "258.271", - "max": "372.976", - "min": "229.3", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "165.884", - "max": "171.483", - "min": "165.12", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "183.342", - "max": "185.209", - "min": "182.716", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "179.15", - "max": "184.037", - "min": "178.527", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "183.492", - "max": "239.132", - "min": "176.204", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "209.613", - "max": "222.122", - "min": "207.906", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "240.57", - "max": "268.31", - "min": "238.055", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "218.092", - "max": "251.828", - "min": "201.618", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "204.682", - "max": "258.077", - "min": "177.673", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "215.884", - "max": "237.44", - "min": "213.69", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "231.988", - "max": "238.202", - "min": "231.509", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "197.974", - "max": "209.325", - "min": "197.129", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "205.633", - "max": "206.467", - "min": "205.12", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "264.55", - "max": "265.832", - "min": "264.118", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "70.303", - "max": "77.291", - "min": "69.799", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "172.147", - "max": "173.499", - "min": "171.879", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "204.328", - "max": "262.355", - "min": "199.433", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "207.147", - "max": "239.711", - "min": "204.747", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "328.055", - "max": "351.547", - "min": "324.54", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "250.133", - "max": "313.597", - "min": "244.042", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "179.941", - "max": "181.255", - "min": "179.484", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "189.053", - "max": "312.803", - "min": "177.069", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "170.542", - "max": "264.997", - "min": "159.464", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "191.443", - "max": "206.353", - "min": "189.006", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "280.859", - "max": "443.851", - "min": "261.404", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "227.979", - "max": "280.082", - "min": "218.45", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "67.509", - "max": "79.704", - "min": "66.46", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "214.825", - "max": "239.663", - "min": "213.216", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "255.736", - "max": "409.514", - "min": "214.912", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "232.25", - "max": "232.755", - "min": "231.895", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "196.14", - "max": "205.11", - "min": "195.509", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "223.31", - "max": "224.789", - "min": "222.764", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "188.989", - "max": "251.541", - "min": "186.341", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "164.885", - "max": "237.555", - "min": "161.416", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "222.165", - "max": "225.916", - "min": "221.756", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "265.665", - "max": "274.589", - "min": "264.824", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "205.823", - "max": "208.87", - "min": "205.331", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "257.932", - "max": "348.96", - "min": "250.729", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "171.884", - "max": "193.857", - "min": "169.567", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "261.92", - "max": "268.056", - "min": "261.254", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "173.816", - "max": "186.398", - "min": "172.255", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "382.457", - "max": "911.512", - "min": "363.831", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "265.518", - "max": "286.966", - "min": "260.509", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "187.934", - "max": "225.101", - "min": "184.517", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "287.914", - "max": "314.426", - "min": "286.139", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "305.442", - "max": "316.6", - "min": "303.464", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "261.598", - "max": "266.353", - "min": "260.593", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "105.075", - "max": "135.631", - "min": "100.74", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "250.796", - "max": "296.419", - "min": "241.113", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "307.142", - "max": "407.417", - "min": "294.228", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "201.929", - "max": "221.307", - "min": "199.208", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "182.961", - "max": "199.271", - "min": "180.069", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "253.248", - "max": "256.472", - "min": "252.242", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "262.109", - "max": "274.651", - "min": "260.508", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "312.456", - "max": "330.338", - "min": "310.112", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "316.924", - "max": "318.018", - "min": "316.047", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "237.451", - "max": "239.146", - "min": "236.32", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "261.59", - "max": "324.074", - "min": "248.675", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "218.551", - "max": "219.612", - "min": "218.314", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "178.899", - "max": "182.253", - "min": "178.087", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "210.206", - "max": "325.923", - "min": "187.694", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "358.763", - "max": "358.763", - "min": "358.763", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "186.81", - "max": "187.141", - "min": "186.589", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "157.598", - "max": "167.992", - "min": "156.416", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "284.672", - "max": "296.952", - "min": "283.211", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "231.392", - "max": "265.219", - "min": "214.098", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "296.621", - "max": "329.061", - "min": "293.366", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "83.143", - "max": "84.03", - "min": "82.742", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "242.927", - "max": "266.789", - "min": "241.03", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "252.728", - "max": "331.422", - "min": "246.664", - "id": "64", - "country": "Thailand", - "source_name": "Bangkok", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "65": { - "name": "Hanoi", - "data": { - "0": { - "avg": "436.541", - "max": "442.33", - "min": "436.185", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "120.542", - "max": "126.452", - "min": "120.132", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "260.985", - "max": "261.184", - "min": "260.868", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "450.37", - "max": "460.465", - "min": "351.426", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "262.985", - "max": "265.753", - "min": "262.744", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "112.138", - "max": "112.325", - "min": "112.037", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "281.411", - "max": "281.592", - "min": "281.276", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "176.635", - "max": "186.291", - "min": "175.652", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "374.676", - "max": "374.817", - "min": "374.561", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "316.751", - "max": "319.566", - "min": "316.407", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "241.337", - "max": "241.863", - "min": "241.137", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "291.358", - "max": "292.271", - "min": "291.222", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "284.9", - "max": "285.032", - "min": "284.779", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "248.092", - "max": "248.448", - "min": "247.866", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "302.259", - "max": "302.801", - "min": "302.098", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "302.781", - "max": "303.295", - "min": "302.274", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "199.732", - "max": "200.03", - "min": "199.532", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "239.794", - "max": "240.757", - "min": "239.545", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "276.084", - "max": "277.277", - "min": "275.822", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "274.018", - "max": "274.446", - "min": "273.897", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "162.159", - "max": "162.325", - "min": "162.093", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "235.569", - "max": "237.984", - "min": "235.362", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "184.444", - "max": "185.251", - "min": "184.23", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "240.776", - "max": "241.413", - "min": "240.62", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "311.746", - "max": "312.625", - "min": "311.51", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "298.046", - "max": "298.265", - "min": "297.966", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "294.347", - "max": "301.754", - "min": "293.771", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "282.641", - "max": "283.312", - "min": "282.397", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "223.793", - "max": "223.876", - "min": "223.729", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "191.744", - "max": "192.046", - "min": "191.577", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "48.997", - "max": "49.525", - "min": "48.842", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "335.178", - "max": "335.619", - "min": "335.048", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "210.908", - "max": "212.39", - "min": "210.761", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "236.865", - "max": "237.075", - "min": "236.79", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "293.181", - "max": "295.846", - "min": "292.868", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "56.504", - "max": "59.835", - "min": "56.259", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "190.388", - "max": "190.877", - "min": "190.259", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "342.417", - "max": "343.171", - "min": "342.262", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "234.072", - "max": "234.953", - "min": "233.831", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "292.141", - "max": "297.1", - "min": "291.482", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "461.174", - "max": "464.258", - "min": "460.698", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "275.627", - "max": "276.606", - "min": "275.368", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "238.597", - "max": "238.799", - "min": "238.462", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "226.584", - "max": "229.648", - "min": "226.174", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "250.952", - "max": "251.147", - "min": "250.84", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "219.948", - "max": "220.713", - "min": "219.52", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "240.381", - "max": "241.907", - "min": "240.145", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "358.75", - "max": "359.343", - "min": "358.563", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "418.709", - "max": "419.187", - "min": "418.546", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "259.069", - "max": "259.528", - "min": "258.942", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "237.338", - "max": "237.527", - "min": "237.109", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "242.677", - "max": "242.995", - "min": "242.453", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "235.548", - "max": "246.557", - "min": "221.451", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "214.61", - "max": "214.854", - "min": "214.307", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "106.602", - "max": "113.73", - "min": "103.228", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "61.703", - "max": "61.985", - "min": "61.536", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "209.571", - "max": "211.845", - "min": "208.756", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "475.098", - "max": "476.102", - "min": "474.944", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "325.214", - "max": "328.054", - "min": "324.612", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "277.769", - "max": "278.125", - "min": "277.639", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "275.986", - "max": "277.28", - "min": "275.549", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "257.277", - "max": "291.272", - "min": "255.661", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "72.464", - "max": "162.151", - "min": "67.865", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "0.042", - "max": "0.08", - "min": "0.023", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "306.312", - "max": "307.126", - "min": "306.103", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "372.751", - "max": "372.885", - "min": "372.684", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "249.136", - "max": "250.055", - "min": "248.926", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "272.954", - "max": "284.32", - "min": "271.672", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "364.348", - "max": "365.814", - "min": "363.458", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "207.854", - "max": "208.633", - "min": "207.681", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "60.24", - "max": "61.962", - "min": "59.983", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "191.064", - "max": "191.495", - "min": "190.755", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "282.733", - "max": "288.955", - "min": "282.305", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "270.097", - "max": "270.185", - "min": "270.036", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "245.351", - "max": "246.167", - "min": "245.155", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "205.623", - "max": "205.868", - "min": "205.474", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "257.341", - "max": "257.486", - "min": "257.244", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "190.643", - "max": "191.641", - "min": "190.508", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "263.852", - "max": "264.505", - "min": "263.649", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "256.538", - "max": "257.371", - "min": "256.327", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "183.407", - "max": "183.659", - "min": "183.206", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "255.312", - "max": "255.839", - "min": "254.956", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "279.851", - "max": "280.509", - "min": "279.264", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "225.483", - "max": "225.869", - "min": "225.33", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "251.673", - "max": "252.48", - "min": "248.015", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "339.579", - "max": "340.485", - "min": "339.301", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "274.905", - "max": "275.519", - "min": "274.641", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "246.803", - "max": "248.407", - "min": "246.518", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "219.345", - "max": "219.968", - "min": "219.184", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "206.696", - "max": "211.842", - "min": "205.851", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "219.444", - "max": "223.884", - "min": "218.646", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.308", - "max": "180.682", - "min": "180.093", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "290.676", - "max": "291.517", - "min": "290.514", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "115.804", - "max": "124.089", - "min": "115.34", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "270.481", - "max": "271.136", - "min": "270.353", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "252", - "max": "253.493", - "min": "251.828", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "308.008", - "max": "310.21", - "min": "307.644", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "280.002", - "max": "301.984", - "min": "278.303", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "199.253", - "max": "199.688", - "min": "199.082", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "262.7", - "max": "264.907", - "min": "262.384", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "260.726", - "max": "260.957", - "min": "260.639", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "224.623", - "max": "224.733", - "min": "224.461", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "404.557", - "max": "409.991", - "min": "404.213", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "342.598", - "max": "348.973", - "min": "342", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "207.78", - "max": "207.987", - "min": "207.607", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "265.016", - "max": "286.979", - "min": "229.043", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "294.274", - "max": "295.958", - "min": "293.944", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "245.783", - "max": "246.206", - "min": "245.604", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "272.192", - "max": "272.534", - "min": "272.071", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "223.126", - "max": "223.599", - "min": "223.01", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "43.608", - "max": "44.022", - "min": "43.523", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "228.879", - "max": "229.065", - "min": "228.742", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "258.038", - "max": "258.122", - "min": "257.965", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "244.975", - "max": "246.576", - "min": "244.699", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "476.99", - "max": "597.266", - "min": "312.665", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "393.734", - "max": "485.339", - "min": "316.406", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "424.163", - "max": "448.281", - "min": "422.548", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "106.341", - "max": "108.458", - "min": "106.047", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "225.096", - "max": "225.519", - "min": "224.922", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "244.819", - "max": "245.385", - "min": "244.52", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "205.532", - "max": "206.595", - "min": "205.249", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "341.266", - "max": "494.286", - "min": "260.542", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "361.721", - "max": "362.299", - "min": "361.469", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "309.379", - "max": "494.711", - "min": "297.476", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "240.654", - "max": "240.753", - "min": "240.585", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "220.1", - "max": "221.222", - "min": "219.484", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "231.046", - "max": "271.762", - "min": "220.711", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "418.139", - "max": "418.42", - "min": "417.867", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "256.023", - "max": "256.522", - "min": "255.864", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "223.62", - "max": "224.441", - "min": "223.448", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "245.277", - "max": "245.793", - "min": "245.128", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "238.267", - "max": "238.772", - "min": "238.031", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "228.918", - "max": "229.192", - "min": "228.745", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "470.738", - "max": "472.437", - "min": "470.032", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "237.291", - "max": "238.784", - "min": "237.127", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "254.345", - "max": "255.616", - "min": "254.046", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "283.169", - "max": "290.912", - "min": "282.19", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "240.86", - "max": "241.04", - "min": "240.723", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "224.275", - "max": "224.436", - "min": "224.125", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "250.285", - "max": "272.446", - "min": "249.357", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "350.952", - "max": "351.378", - "min": "350.785", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "101.288", - "max": "103.65", - "min": "100.874", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "232.441", - "max": "235.551", - "min": "232.129", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "283.964", - "max": "284.286", - "min": "283.777", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "199.612", - "max": "203.754", - "min": "198.671", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "277.859", - "max": "278.578", - "min": "277.47", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "218.23", - "max": "225.064", - "min": "217.816", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "119.964", - "max": "120.802", - "min": "119.845", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "288.345", - "max": "288.55", - "min": "288.231", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "221.816", - "max": "221.921", - "min": "221.735", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "225.425", - "max": "233.968", - "min": "222.62", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "279.264", - "max": "279.645", - "min": "279.148", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "234.97", - "max": "235.697", - "min": "234.804", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "283.442", - "max": "284.915", - "min": "282.906", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "239.735", - "max": "240.139", - "min": "239.616", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "193.997", - "max": "194.461", - "min": "193.699", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "303.981", - "max": "304.94", - "min": "303.759", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "91.652", - "max": "142.831", - "min": "82.88", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "245.081", - "max": "245.856", - "min": "244.841", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "386.933", - "max": "495.708", - "min": "380.321", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "268.79", - "max": "269.496", - "min": "268.626", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "102.452", - "max": "102.574", - "min": "102.39", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "293.072", - "max": "293.335", - "min": "292.759", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "236.257", - "max": "238.835", - "min": "235.942", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "430.399", - "max": "430.44", - "min": "430.321", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "281.831", - "max": "291.504", - "min": "281.38", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "223.701", - "max": "223.797", - "min": "223.57", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "238.46", - "max": "238.674", - "min": "238.254", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "274.631", - "max": "281.482", - "min": "272.168", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "241.841", - "max": "242.155", - "min": "241.626", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "262.765", - "max": "263.067", - "min": "262.695", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "212.298", - "max": "214.227", - "min": "212.006", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "148.184", - "max": "148.861", - "min": "148.011", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "225.063", - "max": "227.507", - "min": "224.856", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "269.198", - "max": "270.436", - "min": "268.882", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "317.31", - "max": "317.462", - "min": "317.21", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "204.496", - "max": "204.635", - "min": "204.432", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "326.686", - "max": "330.827", - "min": "326.164", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "351.536", - "max": "353.052", - "min": "351.243", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "303.791", - "max": "304.06", - "min": "303.63", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "256.011", - "max": "258.197", - "min": "255.779", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "372.139", - "max": "373.74", - "min": "371.756", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "377.922", - "max": "453.837", - "min": "348.932", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "316.659", - "max": "316.764", - "min": "316.567", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "319.5", - "max": "319.584", - "min": "319.408", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "213.107", - "max": "213.318", - "min": "212.916", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "349.393", - "max": "349.829", - "min": "349.16", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "277.562", - "max": "281.562", - "min": "276.913", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "230.257", - "max": "243.359", - "min": "218.329", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "266.168", - "max": "266.332", - "min": "266.041", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "349.935", - "max": "350.265", - "min": "349.793", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "318.709", - "max": "318.915", - "min": "318.557", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "273.037", - "max": "273.599", - "min": "272.682", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "343.286", - "max": "439.84", - "min": "335.652", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "66.571", - "max": "69.393", - "min": "66.38", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "201.503", - "max": "203.373", - "min": "201.343", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "288.502", - "max": "288.682", - "min": "288.339", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "211.124", - "max": "211.394", - "min": "211.044", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "331.423", - "max": "337.667", - "min": "330.372", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "378.321", - "max": "378.509", - "min": "378.19", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "277.014", - "max": "280.1", - "min": "276.671", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "330.759", - "max": "331.498", - "min": "330.576", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "281.26", - "max": "282.433", - "min": "281.088", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "142.999", - "max": "151.396", - "min": "141.013", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "281.864", - "max": "287.798", - "min": "281.134", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "304.826", - "max": "307.314", - "min": "303.89", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "210.647", - "max": "210.97", - "min": "210.576", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "272.037", - "max": "272.315", - "min": "271.906", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "98.146", - "max": "98.659", - "min": "97.962", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "233.686", - "max": "233.923", - "min": "233.387", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "298.161", - "max": "298.712", - "min": "297.937", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "322.607", - "max": "328.984", - "min": "321.982", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "272.972", - "max": "274.632", - "min": "272.448", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "260.16", - "max": "263.087", - "min": "259.679", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "236.399", - "max": "240.064", - "min": "235.746", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "273.373", - "max": "274.08", - "min": "273.263", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "22.018", - "max": "24.028", - "min": "21.828", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "251.133", - "max": "251.328", - "min": "251.044", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "189.448", - "max": "189.668", - "min": "189.328", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "249.204", - "max": "249.431", - "min": "249.11", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "267.791", - "max": "267.95", - "min": "267.696", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "403.7", - "max": "404.338", - "min": "403.46", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "292.932", - "max": "302.576", - "min": "289.646", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "216.914", - "max": "227.316", - "min": "213.668", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "396.828", - "max": "404.44", - "min": "395.786", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "315.324", - "max": "346.006", - "min": "312.56", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "327.131", - "max": "328.478", - "min": "326.795", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "73.933", - "max": "74.137", - "min": "73.778", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "290.444", - "max": "291.045", - "min": "290.314", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "300.471", - "max": "300.842", - "min": "300.393", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "295.859", - "max": "296.101", - "min": "295.756", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "395.663", - "max": "396.125", - "min": "395.511", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "291.177", - "max": "293.904", - "min": "290.839", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "275.471", - "max": "275.815", - "min": "275.318", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "320.483", - "max": "329.517", - "min": "318.924", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "341.856", - "max": "343.187", - "min": "340.929", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "246.635", - "max": "248.894", - "min": "245.273", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "254.13", - "max": "254.896", - "min": "253.913", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "273.601", - "max": "273.834", - "min": "273.449", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "295.862", - "max": "296.914", - "min": "295.655", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "285.175", - "max": "290.73", - "min": "281.089", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "342.961", - "max": "342.961", - "min": "342.961", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "210.596", - "max": "211.027", - "min": "210.505", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "252.781", - "max": "252.887", - "min": "252.704", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "365.626", - "max": "365.968", - "min": "365.454", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "309.17", - "max": "320.319", - "min": "302.364", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "352.806", - "max": "353.019", - "min": "352.718", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "224.41", - "max": "225.516", - "min": "224.204", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "262.619", - "max": "264.371", - "min": "262.322", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "268.803", - "max": "268.91", - "min": "268.696", - "id": "65", - "country": "Vietnam", - "source_name": "Hanoi", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "72": { - "name": "Hong Kong", - "data": { - "0": { - "avg": "399.281", - "max": "400.213", - "min": "399.016", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "115.357", - "max": "119.867", - "min": "114.985", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "236.972", - "max": "240.745", - "min": "236.632", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "266.304", - "max": "271.292", - "min": "265.459", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "257.666", - "max": "259.263", - "min": "257.303", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "47.942", - "max": "49.206", - "min": "47.665", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "190.485", - "max": "192.332", - "min": "190.203", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "149.845", - "max": "157.003", - "min": "148.813", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "233.127", - "max": "233.851", - "min": "232.898", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "207.713", - "max": "210.439", - "min": "207.239", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "220.963", - "max": "222.911", - "min": "220.593", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "192.754", - "max": "196.112", - "min": "192.389", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "250.395", - "max": "251.42", - "min": "250.059", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "237.193", - "max": "239.282", - "min": "236.894", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "258.443", - "max": "261.703", - "min": "258.088", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "211.874", - "max": "212.953", - "min": "211.274", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "319.261", - "max": "321.08", - "min": "318.854", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "209.24", - "max": "210.547", - "min": "209.014", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "266.053", - "max": "267.316", - "min": "265.816", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "192.825", - "max": "195.626", - "min": "192.399", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "144.528", - "max": "147.438", - "min": "144.178", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "221.174", - "max": "222.009", - "min": "220.895", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "153.421", - "max": "154.308", - "min": "153.273", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "153.177", - "max": "154.338", - "min": "153.002", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "211.461", - "max": "213.46", - "min": "211.151", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "334.414", - "max": "335.35", - "min": "334.178", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "209.857", - "max": "212.12", - "min": "209.428", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "204.449", - "max": "205.567", - "min": "204.104", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "194.616", - "max": "195.406", - "min": "194.369", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "174.028", - "max": "179.665", - "min": "173.474", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "34.269", - "max": "39.156", - "min": "33.871", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "262.506", - "max": "264.123", - "min": "262.243", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "265.095", - "max": "266.263", - "min": "264.848", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "215.891", - "max": "217.225", - "min": "215.55", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "204.669", - "max": "206.624", - "min": "204.191", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "40.485", - "max": "43.094", - "min": "40.14", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "164.45", - "max": "167.099", - "min": "164.199", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "196.542", - "max": "197.265", - "min": "196.321", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "209.05", - "max": "211.14", - "min": "208.734", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "216.627", - "max": "219.21", - "min": "216.173", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "362.861", - "max": "365.187", - "min": "362.413", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "259.428", - "max": "263.352", - "min": "258.618", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "301.992", - "max": "304.587", - "min": "301.6", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "271.702", - "max": "300.416", - "min": "270.446", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "113.068", - "max": "115.074", - "min": "112.75", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "273.05", - "max": "273.971", - "min": "272.652", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "245.315", - "max": "246.111", - "min": "245.127", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "310.69", - "max": "311.812", - "min": "310.362", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "367.558", - "max": "369.547", - "min": "367.169", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "203.138", - "max": "203.405", - "min": "203.025", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "207.022", - "max": "209.457", - "min": "206.69", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "166.366", - "max": "167.785", - "min": "166.042", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "230.295", - "max": "319.711", - "min": "219.158", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "191.833", - "max": "193.066", - "min": "191.537", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "82.439", - "max": "89.75", - "min": "79.065", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "45.339", - "max": "47.141", - "min": "44.884", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "325.032", - "max": "326.979", - "min": "324.303", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "315.628", - "max": "317.146", - "min": "315.392", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "294.402", - "max": "296", - "min": "293.888", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "249.025", - "max": "250.475", - "min": "248.801", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "246.931", - "max": "249.6", - "min": "246.254", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "319.5", - "max": "348.652", - "min": "315.709", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "62.373", - "max": "79.943", - "min": "59.37", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "60.247", - "max": "62.802", - "min": "59.924", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "344.533", - "max": "345.539", - "min": "344.158", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "249.29", - "max": "252.355", - "min": "248.808", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "230.856", - "max": "232.562", - "min": "230.528", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "232.895", - "max": "233.701", - "min": "232.428", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "350.009", - "max": "353.093", - "min": "349.076", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "183.392", - "max": "184.332", - "min": "183.075", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "0.032", - "max": "0.064", - "min": "0.023", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "157.104", - "max": "160.124", - "min": "156.565", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "266.692", - "max": "270.966", - "min": "266.281", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "211.038", - "max": "211.917", - "min": "210.826", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "375.333", - "max": "376.43", - "min": "375.103", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "241.404", - "max": "242.248", - "min": "241.119", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "224.773", - "max": "228.993", - "min": "224.252", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "164.919", - "max": "167.471", - "min": "164.52", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "218.76", - "max": "233.603", - "min": "217.385", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "189.544", - "max": "191.033", - "min": "189.243", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "154.473", - "max": "157.15", - "min": "153.979", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "219.172", - "max": "219.897", - "min": "218.768", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "210.522", - "max": "232.271", - "min": "179.788", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "67.04", - "max": "70.575", - "min": "66.634", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "161.51", - "max": "162.46", - "min": "161.306", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "247.558", - "max": "251.393", - "min": "246.84", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "285.477", - "max": "288.146", - "min": "285.146", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "240.34", - "max": "242.45", - "min": "240.056", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "184.751", - "max": "186.707", - "min": "184.532", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "279.552", - "max": "284.421", - "min": "278.546", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "199.6", - "max": "201.921", - "min": "198.853", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "163.148", - "max": "165.609", - "min": "162.763", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "214.069", - "max": "217.071", - "min": "213.784", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "28.912", - "max": "31.001", - "min": "28.518", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "231.768", - "max": "233.396", - "min": "231.553", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "241.259", - "max": "243.354", - "min": "240.797", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "292.561", - "max": "294.025", - "min": "292.285", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "279.441", - "max": "285.253", - "min": "278.441", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "151.938", - "max": "152.396", - "min": "151.743", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "209.178", - "max": "217.619", - "min": "208.324", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "221.255", - "max": "221.777", - "min": "221.123", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "155.666", - "max": "159.69", - "min": "155.249", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "256.191", - "max": "257.081", - "min": "255.885", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "308.797", - "max": "318.528", - "min": "307.138", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "196.294", - "max": "198.46", - "min": "195.861", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "238.458", - "max": "268.515", - "min": "213.205", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "294.728", - "max": "298.188", - "min": "294.284", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "214.007", - "max": "214.819", - "min": "213.709", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "213.59", - "max": "218.323", - "min": "213.149", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "96.702", - "max": "99.11", - "min": "96.316", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "29.685", - "max": "31.517", - "min": "29.371", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "176.51", - "max": "180.272", - "min": "175.649", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "203.398", - "max": "205.766", - "min": "203.109", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "221.645", - "max": "234.576", - "min": "220.62", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "531.253", - "max": "658.25", - "min": "362.324", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "384.991", - "max": "484.174", - "min": "313.755", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "360.149", - "max": "373.062", - "min": "359.169", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "52.053", - "max": "54.723", - "min": "51.41", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "199.809", - "max": "200.942", - "min": "199.597", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "221.786", - "max": "222.953", - "min": "221.349", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "182.807", - "max": "183.451", - "min": "182.509", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "265.267", - "max": "433.128", - "min": "197.809", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "348.93", - "max": "364.13", - "min": "325.974", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "287.084", - "max": "398.064", - "min": "280.43", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "323.174", - "max": "323.932", - "min": "322.978", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "347.949", - "max": "350.405", - "min": "347.109", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "209.045", - "max": "212.004", - "min": "208.007", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "364.257", - "max": "365.42", - "min": "363.924", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "128.079", - "max": "131.249", - "min": "127.643", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "183.064", - "max": "185.592", - "min": "182.704", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "215.92", - "max": "216.489", - "min": "215.74", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "199.79", - "max": "201.016", - "min": "199.504", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "200.248", - "max": "206.218", - "min": "199.705", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "285.676", - "max": "287.439", - "min": "284.874", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "218.839", - "max": "222.913", - "min": "218.21", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "219.282", - "max": "219.863", - "min": "219.077", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "199.58", - "max": "203.129", - "min": "199.063", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "207.173", - "max": "207.603", - "min": "206.959", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "195.946", - "max": "196.405", - "min": "195.695", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "229.445", - "max": "233.575", - "min": "228.998", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "264.907", - "max": "267.058", - "min": "264.65", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "82.125", - "max": "82.867", - "min": "81.668", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "217.478", - "max": "218.554", - "min": "217.197", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "205.847", - "max": "207.146", - "min": "205.365", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.212", - "max": "191.239", - "min": "179.459", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "185.531", - "max": "187.249", - "min": "185.216", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "266.092", - "max": "267.944", - "min": "265.751", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "102.414", - "max": "104.113", - "min": "102.165", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "221.487", - "max": "224.019", - "min": "221.176", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "256.657", - "max": "257.169", - "min": "256.474", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "183.189", - "max": "196.102", - "min": "181.44", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "67.252", - "max": "67.765", - "min": "67.022", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "328.984", - "max": "337.525", - "min": "328.295", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "308.772", - "max": "310.889", - "min": "308.286", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "219.473", - "max": "219.805", - "min": "219.33", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "159.091", - "max": "160.204", - "min": "158.816", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "220.739", - "max": "221.799", - "min": "220.442", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "106.387", - "max": "155.513", - "min": "98.03", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "212.59", - "max": "213.166", - "min": "212.374", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "357.854", - "max": "432.334", - "min": "350.416", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "242.297", - "max": "243.927", - "min": "242.044", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "79.502", - "max": "80.752", - "min": "79.282", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "278.802", - "max": "279.724", - "min": "278.529", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "203.521", - "max": "204.13", - "min": "203.267", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "303.86", - "max": "307.004", - "min": "303.426", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "267.537", - "max": "267.831", - "min": "267.365", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "92.756", - "max": "95.421", - "min": "92.422", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "225.243", - "max": "228.711", - "min": "224.848", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "35.651", - "max": "40.485", - "min": "32.036", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "210.972", - "max": "212.845", - "min": "210.684", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "208.445", - "max": "212.095", - "min": "208.115", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "208.726", - "max": "210.281", - "min": "208.343", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "280.879", - "max": "282.659", - "min": "280.593", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "258.37", - "max": "260.146", - "min": "258.056", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "320.502", - "max": "321.448", - "min": "320.198", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "241.695", - "max": "246.378", - "min": "241.14", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "262.677", - "max": "262.911", - "min": "262.529", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "250.59", - "max": "253.316", - "min": "250.178", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "271.215", - "max": "273.814", - "min": "270.675", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "240.649", - "max": "241.846", - "min": "240.246", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "188.899", - "max": "194.616", - "min": "188.353", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "284.991", - "max": "286.421", - "min": "284.799", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "200.25", - "max": "202.507", - "min": "199.957", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "202.404", - "max": "205.457", - "min": "202.023", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "194.441", - "max": "195.862", - "min": "194.152", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "336.346", - "max": "337.654", - "min": "335.943", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "251.404", - "max": "252.205", - "min": "250.989", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "319.288", - "max": "327.581", - "min": "317.875", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "263.183", - "max": "322.849", - "min": "238.377", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "191.751", - "max": "193.963", - "min": "191.325", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "254.264", - "max": "255.236", - "min": "253.978", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "203.755", - "max": "213.281", - "min": "202.961", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "355.606", - "max": "357.29", - "min": "355.013", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "235.517", - "max": "251.952", - "min": "234.359", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "34.426", - "max": "35.423", - "min": "34.156", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "288.369", - "max": "290.435", - "min": "288.006", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "213.398", - "max": "216.256", - "min": "212.976", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "263.102", - "max": "264.455", - "min": "262.962", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "315.937", - "max": "321.099", - "min": "314.75", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "283.709", - "max": "285.022", - "min": "283.356", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "185.716", - "max": "189.898", - "min": "185.066", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "245.067", - "max": "247.817", - "min": "244.695", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "199.219", - "max": "200.772", - "min": "198.988", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "135.924", - "max": "152.746", - "min": "134.401", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "227.344", - "max": "230.412", - "min": "226.739", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "168.757", - "max": "171.725", - "min": "163.284", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "72.104", - "max": "73.01", - "min": "71.817", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "191.673", - "max": "193.65", - "min": "191.285", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "72.662", - "max": "73.616", - "min": "72.207", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "173.973", - "max": "175.268", - "min": "173.472", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "222.229", - "max": "225.242", - "min": "221.821", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "239.473", - "max": "242.999", - "min": "239.103", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "290.107", - "max": "291.922", - "min": "289.552", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "196.183", - "max": "197.733", - "min": "195.845", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "185.342", - "max": "186.581", - "min": "185.151", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "210.01", - "max": "210.723", - "min": "209.88", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "24.747", - "max": "26.938", - "min": "24.474", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "228.119", - "max": "230.188", - "min": "227.888", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "315.957", - "max": "316.635", - "min": "315.748", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "227.106", - "max": "228.059", - "min": "226.956", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "334.372", - "max": "335.684", - "min": "334.204", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "391.784", - "max": "393.977", - "min": "391.425", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "237.862", - "max": "240.611", - "min": "235.48", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "283.934", - "max": "287.049", - "min": "283.611", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "334.014", - "max": "336.022", - "min": "333.046", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "256.683", - "max": "262.868", - "min": "255.541", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "297.775", - "max": "301.268", - "min": "297.21", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "51.997", - "max": "54.376", - "min": "51.655", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "404.737", - "max": "406.537", - "min": "404.299", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "268.466", - "max": "269.272", - "min": "268.298", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "189.438", - "max": "190.826", - "min": "189.127", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "312.973", - "max": "314.572", - "min": "312.699", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "233.209", - "max": "236.526", - "min": "232.591", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "224.949", - "max": "225.388", - "min": "224.791", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "308.742", - "max": "313.134", - "min": "306.951", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "303.135", - "max": "304.448", - "min": "301.98", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "226.225", - "max": "227.74", - "min": "225.068", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "312.713", - "max": "314.356", - "min": "312.42", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "188.345", - "max": "190.992", - "min": "187.964", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "227.953", - "max": "232.652", - "min": "227.039", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "219.412", - "max": "220.891", - "min": "218.742", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "288.567", - "max": "288.567", - "min": "288.567", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "236.948", - "max": "238.98", - "min": "236.751", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "258.342", - "max": "265.249", - "min": "257.635", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "344.989", - "max": "346.208", - "min": "344.621", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "237.224", - "max": "247.808", - "min": "230.197", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "253.956", - "max": "256.661", - "min": "253.632", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "91.773", - "max": "94.428", - "min": "91.536", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "232.074", - "max": "233.545", - "min": "231.492", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "214.229", - "max": "220.35", - "min": "213.495", - "id": "72", - "country": "Hong Kong", - "source_name": "Hong Kong", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "95": { - "name": "Taipei", - "data": { - "0": { - "avg": "282.84", - "max": "302.685", - "min": "281.971", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "248.497", - "max": "249.869", - "min": "247.996", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "206.532", - "max": "211.786", - "min": "201.992", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "292.108", - "max": "298.664", - "min": "291.611", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "277.157", - "max": "277.629", - "min": "276.961", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "33.194", - "max": "33.757", - "min": "32.944", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "264.572", - "max": "264.719", - "min": "264.345", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "242.939", - "max": "252.681", - "min": "237.481", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "307.05", - "max": "308.178", - "min": "306.757", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "292.805", - "max": "293.499", - "min": "292.553", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "251.379", - "max": "252.526", - "min": "251.167", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "177.687", - "max": "197.64", - "min": "176.633", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "222.672", - "max": "222.916", - "min": "222.517", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "210.873", - "max": "211.33", - "min": "210.617", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "200.377", - "max": "200.768", - "min": "200.199", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "239.263", - "max": "239.918", - "min": "238.974", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "282.369", - "max": "283.177", - "min": "282.098", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "195.554", - "max": "195.837", - "min": "195.425", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "272.155", - "max": "283.902", - "min": "271.198", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "299.698", - "max": "299.975", - "min": "299.582", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "291.291", - "max": "294.102", - "min": "284.299", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "180.981", - "max": "181.229", - "min": "180.834", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "129.56", - "max": "129.844", - "min": "129.401", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "157.49", - "max": "172.625", - "min": "156.677", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "308.669", - "max": "311.431", - "min": "308.263", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "274.577", - "max": "274.868", - "min": "274.427", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "309.664", - "max": "310.254", - "min": "309.459", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "215.167", - "max": "221.298", - "min": "214.38", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "292.943", - "max": "294.062", - "min": "292.76", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "138.148", - "max": "141.182", - "min": "137.777", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "83.13", - "max": "83.291", - "min": "82.985", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "315.189", - "max": "315.447", - "min": "315.017", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "184.216", - "max": "184.655", - "min": "184.038", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "338.292", - "max": "338.473", - "min": "338.143", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "309.685", - "max": "310.525", - "min": "309.484", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "66.054", - "max": "69.463", - "min": "65.658", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "137.784", - "max": "147.734", - "min": "137.309", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "144.657", - "max": "144.901", - "min": "144.431", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "162.707", - "max": "163.073", - "min": "162.489", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "201.327", - "max": "203.37", - "min": "200.894", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "389.97", - "max": "392.085", - "min": "389.656", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "276.04", - "max": "277.292", - "min": "275.716", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "294.622", - "max": "294.866", - "min": "294.474", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "263.513", - "max": "274.695", - "min": "262.951", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "130.55", - "max": "130.755", - "min": "130.359", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "303.266", - "max": "304.027", - "min": "302.867", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "289.991", - "max": "290.29", - "min": "289.86", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "296.318", - "max": "297.371", - "min": "296.04", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "322.762", - "max": "343.04", - "min": "321.835", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "183.245", - "max": "183.39", - "min": "183.112", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "210.793", - "max": "211.424", - "min": "210.637", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "131.826", - "max": "132.383", - "min": "131.568", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "308.967", - "max": "352.664", - "min": "277.231", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "175.149", - "max": "175.915", - "min": "174.986", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "108.315", - "max": "121.587", - "min": "104.568", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "75.935", - "max": "85.083", - "min": "75.018", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "271.22", - "max": "276.718", - "min": "269.666", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "334.064", - "max": "334.265", - "min": "333.946", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "307.41", - "max": "316.231", - "min": "306.27", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "277.966", - "max": "278.126", - "min": "277.783", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "331.45", - "max": "335.641", - "min": "330.874", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "327.181", - "max": "361.575", - "min": "324.201", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "94.416", - "max": "190.333", - "min": "83.85", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "115.456", - "max": "115.602", - "min": "115.318", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "330.431", - "max": "330.687", - "min": "330.203", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "311.497", - "max": "311.82", - "min": "311.382", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "197.814", - "max": "198.094", - "min": "197.627", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "323.936", - "max": "326.882", - "min": "323.342", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "321.225", - "max": "323.135", - "min": "320.437", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "151.211", - "max": "152.747", - "min": "150.946", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "28.866", - "max": "29.924", - "min": "28.65", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "144.436", - "max": "145.007", - "min": "144.124", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "238.702", - "max": "248.428", - "min": "238.128", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "216.111", - "max": "227.795", - "min": "214.49", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "299.523", - "max": "301.872", - "min": "299.168", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "285.965", - "max": "286.332", - "min": "285.762", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "188.851", - "max": "189.286", - "min": "188.616", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "143.956", - "max": "144.131", - "min": "143.819", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "216.589", - "max": "224.153", - "min": "216.041", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "172.931", - "max": "174.845", - "min": "172.603", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "135.633", - "max": "136.271", - "min": "135.435", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "208.209", - "max": "237.826", - "min": "206.881", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "114.374", - "max": "122.03", - "min": "102.519", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "90.135", - "max": "91.603", - "min": "89.74", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "239.69", - "max": "246.078", - "min": "239.307", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "285.745", - "max": "287.154", - "min": "285.262", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "276.346", - "max": "280.351", - "min": "275.972", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "192.073", - "max": "192.46", - "min": "191.871", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "180.784", - "max": "181.185", - "min": "180.62", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "266.669", - "max": "269.814", - "min": "259.479", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "199.726", - "max": "201.011", - "min": "199.009", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "141.908", - "max": "143.004", - "min": "141.632", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "268.313", - "max": "268.565", - "min": "268.171", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "0.042", - "max": "0.254", - "min": "0.019", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "188.745", - "max": "190.237", - "min": "188.501", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "210.439", - "max": "210.79", - "min": "210.275", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "253.233", - "max": "255.74", - "min": "252.935", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "257.114", - "max": "271.954", - "min": "255.389", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "127.546", - "max": "127.647", - "min": "127.302", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "197.04", - "max": "197.33", - "min": "196.866", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "197.84", - "max": "200.408", - "min": "197.57", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "166.108", - "max": "170.095", - "min": "165.661", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "336.997", - "max": "337.567", - "min": "336.827", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "297.466", - "max": "299.664", - "min": "296.874", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "195.615", - "max": "197.685", - "min": "195.34", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "205.607", - "max": "205.886", - "min": "205.328", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "287.41", - "max": "290.448", - "min": "287.151", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "188.595", - "max": "188.795", - "min": "188.413", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "187.589", - "max": "187.948", - "min": "187.439", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "152.91", - "max": "154.457", - "min": "152.656", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "49.018", - "max": "49.251", - "min": "48.888", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "110.203", - "max": "114.225", - "min": "106.178", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "175.817", - "max": "176.058", - "min": "175.676", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "284.606", - "max": "288.117", - "min": "283.749", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "567.236", - "max": "690.49", - "min": "424.427", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "443.799", - "max": "512.627", - "min": "348.735", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "439.836", - "max": "454.716", - "min": "438.312", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "33.644", - "max": "34.049", - "min": "33.38", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "176.494", - "max": "177.124", - "min": "176.325", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "203.27", - "max": "209.006", - "min": "202.694", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "165.181", - "max": "171.842", - "min": "164.562", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "273.276", - "max": "420.451", - "min": "193.497", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "314.603", - "max": "339.254", - "min": "303.745", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "282.231", - "max": "381.284", - "min": "275.715", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "313.485", - "max": "318.508", - "min": "313.162", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "261.883", - "max": "262.686", - "min": "261.346", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "179.28", - "max": "181.153", - "min": "178.345", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "426.544", - "max": "426.806", - "min": "426.254", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "140.541", - "max": "143.33", - "min": "140.037", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "235.902", - "max": "239.088", - "min": "235.559", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "188.677", - "max": "191.253", - "min": "188.216", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "190.125", - "max": "190.542", - "min": "189.939", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "184.298", - "max": "184.965", - "min": "184.148", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "314.993", - "max": "316.931", - "min": "314.224", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "173.109", - "max": "173.472", - "min": "172.946", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "204.318", - "max": "205.037", - "min": "204.121", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "154.049", - "max": "168.135", - "min": "151.849", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "216.978", - "max": "225.241", - "min": "208.989", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "182.557", - "max": "183.605", - "min": "182.355", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "184.606", - "max": "184.872", - "min": "184.423", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "293.351", - "max": "294.027", - "min": "293.163", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "107.441", - "max": "107.975", - "min": "107.07", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "305.418", - "max": "308.228", - "min": "305.134", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "215.452", - "max": "217.328", - "min": "215.101", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "108.856", - "max": "114.854", - "min": "108.332", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "280.456", - "max": "306.443", - "min": "278.569", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "306.203", - "max": "308.083", - "min": "305.917", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "253.962", - "max": "254.18", - "min": "253.733", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "249.822", - "max": "255.763", - "min": "249.471", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "267.493", - "max": "267.735", - "min": "267.358", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "273.401", - "max": "284.903", - "min": "262.338", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "47.504", - "max": "49.393", - "min": "47.279", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "302.273", - "max": "303.291", - "min": "301.995", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "296.35", - "max": "316.681", - "min": "294.476", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "210.397", - "max": "211.717", - "min": "210.212", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "162.65", - "max": "163.105", - "min": "162.484", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "297.473", - "max": "298.797", - "min": "297.116", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "66.617", - "max": "119.461", - "min": "59.382", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "198.185", - "max": "202.385", - "min": "192.552", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "343.151", - "max": "435.94", - "min": "333.772", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "225.505", - "max": "225.676", - "min": "225.379", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "551.532", - "max": "555.948", - "min": "545.576", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "290.937", - "max": "291.382", - "min": "290.772", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "196.543", - "max": "196.925", - "min": "196.403", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "377.535", - "max": "378.666", - "min": "377.319", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "409.027", - "max": "409.219", - "min": "408.833", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "226.9", - "max": "227.039", - "min": "226.742", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "185.249", - "max": "185.537", - "min": "185.037", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "56.896", - "max": "61.5", - "min": "55.953", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "217.643", - "max": "217.938", - "min": "217.46", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "212.177", - "max": "212.4", - "min": "212.063", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "269.785", - "max": "272.377", - "min": "269.31", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "157.382", - "max": "159.307", - "min": "157.121", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "269.554", - "max": "272.57", - "min": "269.183", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "285.812", - "max": "286.695", - "min": "285.526", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "272.129", - "max": "273.867", - "min": "271.809", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "307.827", - "max": "307.963", - "min": "307.731", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "274.924", - "max": "275.493", - "min": "274.593", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "341.009", - "max": "353.438", - "min": "340.026", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "317.954", - "max": "319.174", - "min": "317.719", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "246.829", - "max": "248.327", - "min": "246.598", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "338.83", - "max": "339.02", - "min": "338.721", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "293.766", - "max": "295.973", - "min": "293.494", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "292.687", - "max": "294.663", - "min": "292.456", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "236.345", - "max": "236.614", - "min": "236.151", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "296.148", - "max": "296.341", - "min": "295.945", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "344.845", - "max": "351.429", - "min": "344.179", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "309.127", - "max": "322.25", - "min": "307.394", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "324.198", - "max": "442.318", - "min": "303.323", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "250.932", - "max": "252.359", - "min": "250.536", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "342.528", - "max": "343.086", - "min": "342.301", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "267.422", - "max": "267.702", - "min": "267.247", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "320.271", - "max": "320.939", - "min": "319.909", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "262.779", - "max": "266.057", - "min": "262.411", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "54.506", - "max": "58.032", - "min": "54.223", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "295.857", - "max": "298.745", - "min": "295.631", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "305.335", - "max": "305.586", - "min": "305.15", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "307.009", - "max": "339.508", - "min": "305.725", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "290.997", - "max": "297.014", - "min": "288.855", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "318.884", - "max": "319.118", - "min": "318.769", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "281.53", - "max": "282.024", - "min": "281.287", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "274.237", - "max": "274.468", - "min": "274.016", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "272.752", - "max": "275.046", - "min": "272.094", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "287.402", - "max": "304.952", - "min": "280.468", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "199.434", - "max": "207.693", - "min": "198.437", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "132.479", - "max": "135.026", - "min": "131.64", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "104.619", - "max": "104.888", - "min": "104.472", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "205.001", - "max": "205.429", - "min": "204.695", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "278.27", - "max": "281.645", - "min": "277.9", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "140.234", - "max": "140.955", - "min": "139.81", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "324.038", - "max": "348.093", - "min": "322.958", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "341.202", - "max": "341.489", - "min": "340.89", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "261.583", - "max": "262.467", - "min": "261.288", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "242.423", - "max": "247.363", - "min": "241.812", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "175.842", - "max": "176.013", - "min": "175.72", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "184.071", - "max": "184.29", - "min": "183.93", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "81.535", - "max": "81.755", - "min": "81.337", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "196.536", - "max": "198.478", - "min": "196.193", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "252.89", - "max": "253.165", - "min": "252.737", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "200.944", - "max": "202.855", - "min": "200.672", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "299.619", - "max": "299.841", - "min": "299.452", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "373.995", - "max": "419.978", - "min": "346.945", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "220.853", - "max": "224.086", - "min": "217.711", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "277.846", - "max": "278.621", - "min": "277.564", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "336.383", - "max": "337.841", - "min": "335.656", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "252.029", - "max": "283.004", - "min": "249.654", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "338.879", - "max": "339.851", - "min": "338.493", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "48.682", - "max": "48.905", - "min": "48.534", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "364.595", - "max": "364.894", - "min": "364.396", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "294.66", - "max": "294.83", - "min": "294.543", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "300.974", - "max": "301.243", - "min": "300.738", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "344.307", - "max": "344.983", - "min": "344.168", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "210.93", - "max": "211.674", - "min": "210.649", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "203.051", - "max": "204.1", - "min": "202.885", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "311.512", - "max": "316.825", - "min": "309.93", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "264.004", - "max": "267.757", - "min": "263.548", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "191.235", - "max": "193.002", - "min": "190.277", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "330.639", - "max": "335.755", - "min": "329.924", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "176.183", - "max": "202.203", - "min": "174.944", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "262.105", - "max": "264.666", - "min": "261.82", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "121.241", - "max": "125.947", - "min": "119.062", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "278.069", - "max": "278.069", - "min": "278.069", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "262.213", - "max": "262.467", - "min": "262.099", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "223.236", - "max": "223.552", - "min": "223.017", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "362.696", - "max": "376.521", - "min": "361.874", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "261.946", - "max": "275.095", - "min": "254.777", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "271.356", - "max": "306.823", - "min": "270.018", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "114.794", - "max": "115.645", - "min": "114.527", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "334.699", - "max": "335.413", - "min": "334.404", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "194.487", - "max": "196.341", - "min": "194.238", - "id": "95", - "country": "Taiwan", - "source_name": "Taipei", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "112": { - "name": "Manila", - "data": { - "0": { - "avg": "325.704", - "max": "326.432", - "min": "325.489", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "128.459", - "max": "198.048", - "min": "125.738", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "251.494", - "max": "254.33", - "min": "251.265", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "317.299", - "max": "321.18", - "min": "316.752", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "301.755", - "max": "302.157", - "min": "301.519", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "70.598", - "max": "70.93", - "min": "70.448", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "220.363", - "max": "242.252", - "min": "219.352", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "257.007", - "max": "291.914", - "min": "241.559", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "292.199", - "max": "296.494", - "min": "291.945", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "321.886", - "max": "336.073", - "min": "321.041", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "263.777", - "max": "264.828", - "min": "263.484", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "208.34", - "max": "291.799", - "min": "204.498", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "227.513", - "max": "227.935", - "min": "227.308", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "226.788", - "max": "259.448", - "min": "225.432", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "234.893", - "max": "235.211", - "min": "234.754", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "249.825", - "max": "265.639", - "min": "248.661", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "268.75", - "max": "344.724", - "min": "265.826", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "217.857", - "max": "227.836", - "min": "216.603", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "247.762", - "max": "248.218", - "min": "247.573", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "310.614", - "max": "311.374", - "min": "310.382", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "242.685", - "max": "245.998", - "min": "236.225", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "213.063", - "max": "213.708", - "min": "212.93", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "163.495", - "max": "163.911", - "min": "163.383", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "166.018", - "max": "167.101", - "min": "165.74", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "270.365", - "max": "297.472", - "min": "268.138", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "251.718", - "max": "275.345", - "min": "250.638", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "193.664", - "max": "194.857", - "min": "193.402", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "257.472", - "max": "257.8", - "min": "257.216", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "259.343", - "max": "331.42", - "min": "254.162", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "169.392", - "max": "169.664", - "min": "169.137", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "68.785", - "max": "90.5", - "min": "51.434", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "289.731", - "max": "291.881", - "min": "289.441", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "221.717", - "max": "235.943", - "min": "221.113", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "331.751", - "max": "331.963", - "min": "331.592", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "258.916", - "max": "261.102", - "min": "258.578", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "64.613", - "max": "101.193", - "min": "61.902", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "151.761", - "max": "151.872", - "min": "151.698", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "160.853", - "max": "161.506", - "min": "160.673", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "193.996", - "max": "197.521", - "min": "193.636", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "222.846", - "max": "224.091", - "min": "222.389", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "325.967", - "max": "328.814", - "min": "325.455", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "309.814", - "max": "350.356", - "min": "307.709", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "333.303", - "max": "333.683", - "min": "333.184", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "310.913", - "max": "311.352", - "min": "310.646", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "116.76", - "max": "116.994", - "min": "116.602", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "326.221", - "max": "329.114", - "min": "325.857", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "286.515", - "max": "298.312", - "min": "285.243", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "290.834", - "max": "294.307", - "min": "290.335", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "412.086", - "max": "417.543", - "min": "411.698", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "224.764", - "max": "227.319", - "min": "217.57", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "218.262", - "max": "218.784", - "min": "218.051", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "185.292", - "max": "191.73", - "min": "184.773", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "345.268", - "max": "437.283", - "min": "339.338", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "193.92", - "max": "240.477", - "min": "191.972", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "94.267", - "max": "130.943", - "min": "90.099", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "55.331", - "max": "88.177", - "min": "53.965", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "254.891", - "max": "257.111", - "min": "254.452", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "319.848", - "max": "321.722", - "min": "319.564", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "265.346", - "max": "268.261", - "min": "264.8", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "242.216", - "max": "251.632", - "min": "241.755", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "212.527", - "max": "214.616", - "min": "211.978", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "352.811", - "max": "418.66", - "min": "345.778", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "76.932", - "max": "141.374", - "min": "71.024", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "43.948", - "max": "56.678", - "min": "43.436", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "272.575", - "max": "278.471", - "min": "271.837", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "275.407", - "max": "276.694", - "min": "275.207", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "219.103", - "max": "276.801", - "min": "216.931", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "273.355", - "max": "286.385", - "min": "271.825", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "379.08", - "max": "380.907", - "min": "378.391", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "192.269", - "max": "200.844", - "min": "189.699", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "29.589", - "max": "30.542", - "min": "29.356", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "155.064", - "max": "156.008", - "min": "154.763", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "300.415", - "max": "303.523", - "min": "299.9", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "258.838", - "max": "259.108", - "min": "258.649", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "308.796", - "max": "309.478", - "min": "308.592", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "250.292", - "max": "279.326", - "min": "249.016", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "219.377", - "max": "219.977", - "min": "219.159", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "168.947", - "max": "169.312", - "min": "168.811", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "213.476", - "max": "221.139", - "min": "212.939", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "202.917", - "max": "203.558", - "min": "202.625", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "164.255", - "max": "164.753", - "min": "163.928", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "248.941", - "max": "249.822", - "min": "248.566", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "167.185", - "max": "169.065", - "min": "166.942", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "76.058", - "max": "83.164", - "min": "75.433", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "270.437", - "max": "271.545", - "min": "270.256", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "300.02", - "max": "301.364", - "min": "299.555", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "249.254", - "max": "291.714", - "min": "247.366", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "217.928", - "max": "218.225", - "min": "217.772", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "213.306", - "max": "216.108", - "min": "212.969", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "247.501", - "max": "252.707", - "min": "246.91", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "244.566", - "max": "250.239", - "min": "243.534", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "175.85", - "max": "177.223", - "min": "175.483", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "301.918", - "max": "302.431", - "min": "301.675", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "49.01", - "max": "49.47", - "min": "48.878", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "223.278", - "max": "224.861", - "min": "223.062", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "221.775", - "max": "221.954", - "min": "221.478", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "269.1", - "max": "272.81", - "min": "262.507", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "313.789", - "max": "319.101", - "min": "312.923", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "166.98", - "max": "209.661", - "min": "165.309", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "234.762", - "max": "296.61", - "min": "222.051", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "251.842", - "max": "296.02", - "min": "244.346", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "221.485", - "max": "265.951", - "min": "218.209", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "289.079", - "max": "290.631", - "min": "288.915", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "345.966", - "max": "350.9", - "min": "345.166", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "239.251", - "max": "240.253", - "min": "239.009", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "294.699", - "max": "297.661", - "min": "286.659", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "328.757", - "max": "330.467", - "min": "328.496", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "226.101", - "max": "226.918", - "min": "225.805", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "225.319", - "max": "226.708", - "min": "225.138", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "104.639", - "max": "105.491", - "min": "104.444", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "0.039", - "max": "0.14", - "min": "0.015", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "176.586", - "max": "177.103", - "min": "176.413", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "224.394", - "max": "229.765", - "min": "220.062", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "299.086", - "max": "300.845", - "min": "298.427", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "578.813", - "max": "741.007", - "min": "403.123", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "365.29", - "max": "479.18", - "min": "285.858", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "513.186", - "max": "531.438", - "min": "512.068", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "56.916", - "max": "59.042", - "min": "56.712", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "196.29", - "max": "199.341", - "min": "196.066", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "223.626", - "max": "224.557", - "min": "223.375", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "183.612", - "max": "197.848", - "min": "182.98", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "285.269", - "max": "448.899", - "min": "215.652", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "322.651", - "max": "326.203", - "min": "322.158", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "284.512", - "max": "450.535", - "min": "275.567", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "335.481", - "max": "409.998", - "min": "325.838", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "223.368", - "max": "240.718", - "min": "222.053", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "226.039", - "max": "270.772", - "min": "220.971", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "196.352", - "max": "196.738", - "min": "196.061", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "261.428", - "max": "262.146", - "min": "261.168", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "215.85", - "max": "222.074", - "min": "215.201", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "224.208", - "max": "225.39", - "min": "223.957", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "212.265", - "max": "212.598", - "min": "212.086", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "215.126", - "max": "216.493", - "min": "214.87", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "355.391", - "max": "365.318", - "min": "353.422", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "203.263", - "max": "205.923", - "min": "203.003", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "237.691", - "max": "238.668", - "min": "237.523", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "194.548", - "max": "208.411", - "min": "193.43", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "258.035", - "max": "258.183", - "min": "257.956", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "199.657", - "max": "200.324", - "min": "199.408", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "219.999", - "max": "223.18", - "min": "219.683", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "329.609", - "max": "330.072", - "min": "329.428", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "94.297", - "max": "137.166", - "min": "91.732", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "278.831", - "max": "300.548", - "min": "277.17", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "258.026", - "max": "297.249", - "min": "255.015", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "169.372", - "max": "195.097", - "min": "168.193", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "244.911", - "max": "245.496", - "min": "244.638", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "359.796", - "max": "398.858", - "min": "335.799", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "110.025", - "max": "110.616", - "min": "109.899", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "234.457", - "max": "235.813", - "min": "234.266", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "262.696", - "max": "301.187", - "min": "260.985", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "206.695", - "max": "216.785", - "min": "204.731", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "75.021", - "max": "98.258", - "min": "74.118", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "321.134", - "max": "359.008", - "min": "319.481", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "183.609", - "max": "184.756", - "min": "183.178", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "212.637", - "max": "213.48", - "min": "212.475", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "174.055", - "max": "218.915", - "min": "172.347", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "281.335", - "max": "291.524", - "min": "280.589", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "24.504", - "max": "72.343", - "min": "12.837", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "247.879", - "max": "252.356", - "min": "238.038", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "363.927", - "max": "454.783", - "min": "356.503", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "247.525", - "max": "247.849", - "min": "247.368", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "90.492", - "max": "91.093", - "min": "90.341", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "271.127", - "max": "271.568", - "min": "270.761", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "206.488", - "max": "206.774", - "min": "206.309", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "386.981", - "max": "407.732", - "min": "386.133", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "211.83", - "max": "212.178", - "min": "211.753", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "237.265", - "max": "237.658", - "min": "237.084", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "219.072", - "max": "287.089", - "min": "216.5", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "163.689", - "max": "166.269", - "min": "162.253", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "213.796", - "max": "214.738", - "min": "213.5", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "217.941", - "max": "218.854", - "min": "217.817", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "302.012", - "max": "304.163", - "min": "301.728", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "301.748", - "max": "302.245", - "min": "301.604", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "300.375", - "max": "310.915", - "min": "299.873", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "204.885", - "max": "205.101", - "min": "204.724", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "185.967", - "max": "186.742", - "min": "185.724", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "213.681", - "max": "213.988", - "min": "213.598", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "240.012", - "max": "254.957", - "min": "239.161", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "274.676", - "max": "276.589", - "min": "274.409", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "333.512", - "max": "333.779", - "min": "333.372", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "236.276", - "max": "240.069", - "min": "235.725", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "260.119", - "max": "301.071", - "min": "258.356", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "296.326", - "max": "297.313", - "min": "296.089", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "254.408", - "max": "255.119", - "min": "254.242", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "277.856", - "max": "278.075", - "min": "277.722", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "324.726", - "max": "372.828", - "min": "322.855", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "297.666", - "max": "299.644", - "min": "297.321", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "249.148", - "max": "255.675", - "min": "248.159", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "268.916", - "max": "329.873", - "min": "243.855", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "241.587", - "max": "244.027", - "min": "241.282", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "317.654", - "max": "322.426", - "min": "317.158", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "281.359", - "max": "318.925", - "min": "279.686", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "336.627", - "max": "340.365", - "min": "330.024", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "292.497", - "max": "294.198", - "min": "292.082", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "54.3", - "max": "92.936", - "min": "52.705", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "262.658", - "max": "262.871", - "min": "262.559", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "185.299", - "max": "228.132", - "min": "183.53", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "328.583", - "max": "380.556", - "min": "326.725", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "297.941", - "max": "330.719", - "min": "294.763", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "348.392", - "max": "349.677", - "min": "348.146", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "259.43", - "max": "259.755", - "min": "259.202", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "305.612", - "max": "332.337", - "min": "302.243", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "249.609", - "max": "250.299", - "min": "248.987", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "327.782", - "max": "339.051", - "min": "324.567", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "224.452", - "max": "235.365", - "min": "217.157", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "176.548", - "max": "176.793", - "min": "176.438", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "80.092", - "max": "93.278", - "min": "79.433", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "250.617", - "max": "282.23", - "min": "249.412", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "87.884", - "max": "88.297", - "min": "87.728", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "185.24", - "max": "185.511", - "min": "185.006", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "189.838", - "max": "190.869", - "min": "189.549", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "353.679", - "max": "390.266", - "min": "352.157", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "302.039", - "max": "303.629", - "min": "301.691", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "249.63", - "max": "251.627", - "min": "249.193", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "237.849", - "max": "238.135", - "min": "237.714", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "236.206", - "max": "236.752", - "min": "236.061", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "249.131", - "max": "338.863", - "min": "243.133", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "248.349", - "max": "248.945", - "min": "248.219", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "228.734", - "max": "229.012", - "min": "228.625", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "228.266", - "max": "228.532", - "min": "228.174", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "256.965", - "max": "260.13", - "min": "256.757", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "354.119", - "max": "761.77", - "min": "339.861", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "216.908", - "max": "221.478", - "min": "213.579", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "258.362", - "max": "258.546", - "min": "258.198", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "383.471", - "max": "384.37", - "min": "382.515", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "322.348", - "max": "340.515", - "min": "320.454", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "345.158", - "max": "345.993", - "min": "344.645", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "69.037", - "max": "69.302", - "min": "68.915", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "275.192", - "max": "277.591", - "min": "274.861", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "335.348", - "max": "336.211", - "min": "335.205", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "250.149", - "max": "252.388", - "min": "249.782", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "340.354", - "max": "341.198", - "min": "340.217", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "227.848", - "max": "228.775", - "min": "227.368", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "284.067", - "max": "284.825", - "min": "283.878", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "390.454", - "max": "411.927", - "min": "386.337", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "279.634", - "max": "280.78", - "min": "279.087", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "239.555", - "max": "242.26", - "min": "238.213", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "322.361", - "max": "324.851", - "min": "322.012", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "188.894", - "max": "196.053", - "min": "188.463", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "256.597", - "max": "262.377", - "min": "256.168", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "218.165", - "max": "262.528", - "min": "205.8", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "294.186", - "max": "294.186", - "min": "294.186", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "241.973", - "max": "278.488", - "min": "240.545", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "257.872", - "max": "258.031", - "min": "257.759", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "355.48", - "max": "470.061", - "min": "350.219", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "276.549", - "max": "299.533", - "min": "268.776", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "263.158", - "max": "298.092", - "min": "261.788", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "103.701", - "max": "170.053", - "min": "100.942", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "374.711", - "max": "431.959", - "min": "371.531", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "222.563", - "max": "223.15", - "min": "222.455", - "id": "112", - "country": "Philippines", - "source_name": "Manila", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "113": { - "name": "Seoul", - "data": { - "0": { - "avg": "356.516", - "max": "360.387", - "min": "353.36", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "282.63", - "max": "283.911", - "min": "282.297", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "188.364", - "max": "188.771", - "min": "188.172", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "289.98", - "max": "292.293", - "min": "289.678", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "274.953", - "max": "277.029", - "min": "274.748", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "83.533", - "max": "84.534", - "min": "78.225", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "279.04", - "max": "279.27", - "min": "278.89", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "328.206", - "max": "337.715", - "min": "327.28", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "306.155", - "max": "306.488", - "min": "305.958", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "279.874", - "max": "281.525", - "min": "279.423", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "270.296", - "max": "276.071", - "min": "269.838", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "171.88", - "max": "172.453", - "min": "171.731", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "188.267", - "max": "189.58", - "min": "188.091", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "197.745", - "max": "199.076", - "min": "197.469", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "193.166", - "max": "194.152", - "min": "192.968", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "191.263", - "max": "191.503", - "min": "191.016", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "276.393", - "max": "278.419", - "min": "276.091", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "182.793", - "max": "183.115", - "min": "182.648", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "277.808", - "max": "278.062", - "min": "277.649", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "291.657", - "max": "291.751", - "min": "291.582", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "310.398", - "max": "310.638", - "min": "310.268", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "179.138", - "max": "184.438", - "min": "178.802", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "131.429", - "max": "131.951", - "min": "131.243", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "154.882", - "max": "155.358", - "min": "154.693", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "287.028", - "max": "287.352", - "min": "286.783", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "286.847", - "max": "286.967", - "min": "286.738", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "283.197", - "max": "283.492", - "min": "282.974", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "283.111", - "max": "283.598", - "min": "282.9", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "299.279", - "max": "368.36", - "min": "287.232", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "127.342", - "max": "127.828", - "min": "127.193", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "157.423", - "max": "160.097", - "min": "150.621", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "297.635", - "max": "297.889", - "min": "297.541", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "180.386", - "max": "182.619", - "min": "179.915", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "302.478", - "max": "302.601", - "min": "302.342", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "292.856", - "max": "300.293", - "min": "286.627", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "157.669", - "max": "162.843", - "min": "153.161", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "136.89", - "max": "151.168", - "min": "136.203", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "179.386", - "max": "181.122", - "min": "179.077", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "169.554", - "max": "170.648", - "min": "169.365", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "195.25", - "max": "203.907", - "min": "194.536", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "400.719", - "max": "404.778", - "min": "400.165", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "273.53", - "max": "276.826", - "min": "272.958", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "286.595", - "max": "290.548", - "min": "286.342", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "300.615", - "max": "305.469", - "min": "300.164", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "381.143", - "max": "385.852", - "min": "380.89", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "316.245", - "max": "321.226", - "min": "308.622", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "294.85", - "max": "295.077", - "min": "294.667", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "259.706", - "max": "263.883", - "min": "252.557", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "325.593", - "max": "328.82", - "min": "325.336", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "181.251", - "max": "181.605", - "min": "181.12", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "195.326", - "max": "195.575", - "min": "195.183", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "157.024", - "max": "157.833", - "min": "156.7", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "300.478", - "max": "308.841", - "min": "289.017", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "162.783", - "max": "163.151", - "min": "162.638", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "246.041", - "max": "261.18", - "min": "241.404", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "210.818", - "max": "213.542", - "min": "208.861", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "276.277", - "max": "279.094", - "min": "275.159", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "282.515", - "max": "283.566", - "min": "282.389", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "280.572", - "max": "281.207", - "min": "280.278", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "274.445", - "max": "274.645", - "min": "274.354", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "283.731", - "max": "285.109", - "min": "283.241", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "307.225", - "max": "345.649", - "min": "302.487", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "174.057", - "max": "259.45", - "min": "162.309", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "228.766", - "max": "228.861", - "min": "228.681", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "301.693", - "max": "302.209", - "min": "301.284", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "312.025", - "max": "314.939", - "min": "311.721", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "194.267", - "max": "194.991", - "min": "194.133", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "278.253", - "max": "278.887", - "min": "277.627", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "315.907", - "max": "317.354", - "min": "315.207", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "152.697", - "max": "157.249", - "min": "152.268", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "177.718", - "max": "180.752", - "min": "175.677", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "135.438", - "max": "136.664", - "min": "135.076", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "244.796", - "max": "246.452", - "min": "244.54", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "197.633", - "max": "197.804", - "min": "197.532", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "314.919", - "max": "317.201", - "min": "314.617", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "268.22", - "max": "268.459", - "min": "268.117", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "185.643", - "max": "185.927", - "min": "185.467", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "142.46", - "max": "142.654", - "min": "142.244", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "192.515", - "max": "197.747", - "min": "192.064", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "189.515", - "max": "189.645", - "min": "189.411", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "140.483", - "max": "140.612", - "min": "140.366", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "197.862", - "max": "199.015", - "min": "197.494", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "185.87", - "max": "189.461", - "min": "185.134", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "339.66", - "max": "340.033", - "min": "339.508", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "200.19", - "max": "202.229", - "min": "199.995", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "320.339", - "max": "321.56", - "min": "319.791", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "270.92", - "max": "271.326", - "min": "270.694", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "192.136", - "max": "192.415", - "min": "191.991", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "174.899", - "max": "175.488", - "min": "174.782", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "269.259", - "max": "274.869", - "min": "268.403", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "191.093", - "max": "193.081", - "min": "190.464", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "137.811", - "max": "140.304", - "min": "137.534", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "269.374", - "max": "269.703", - "min": "269.243", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "110.807", - "max": "114.453", - "min": "107.833", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "191.063", - "max": "191.341", - "min": "190.951", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "200.683", - "max": "201.004", - "min": "200.506", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "248.86", - "max": "249.388", - "min": "248.636", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "263.527", - "max": "291.4", - "min": "256.207", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "128.507", - "max": "128.671", - "min": "128.408", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "183.482", - "max": "183.778", - "min": "183.333", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "191.195", - "max": "193.413", - "min": "191.009", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "158.071", - "max": "160.536", - "min": "157.663", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "318.356", - "max": "318.718", - "min": "318.117", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "307.778", - "max": "311.704", - "min": "307.295", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "187.431", - "max": "190.442", - "min": "187.146", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "419.335", - "max": "435.257", - "min": "385.55", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "256.237", - "max": "257.571", - "min": "256.057", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "205.338", - "max": "206.033", - "min": "205.206", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "202.555", - "max": "202.981", - "min": "202.406", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "250.071", - "max": "250.321", - "min": "249.897", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "176.628", - "max": "177.994", - "min": "176.323", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "0.03", - "max": "0.036", - "min": "0.023", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "199.514", - "max": "202.407", - "min": "195.64", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "426.002", - "max": "427.839", - "min": "425.66", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "579.136", - "max": "724.575", - "min": "409.992", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "433.371", - "max": "509.205", - "min": "340.194", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "422.606", - "max": "446.594", - "min": "421.293", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "35.973", - "max": "37.471", - "min": "35.694", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "176.495", - "max": "180.334", - "min": "176.263", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "198.774", - "max": "199.368", - "min": "198.535", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "153.435", - "max": "153.849", - "min": "153.191", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "275.623", - "max": "431.537", - "min": "195.307", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "298.425", - "max": "298.971", - "min": "298.244", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "317.842", - "max": "515.767", - "min": "303.579", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "296.869", - "max": "297.055", - "min": "296.799", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "298.007", - "max": "299.267", - "min": "297.385", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "210.05", - "max": "210.353", - "min": "209.923", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "421.373", - "max": "421.606", - "min": "421.191", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "350.235", - "max": "354.533", - "min": "349.835", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "169.758", - "max": "173.473", - "min": "166.606", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "201.274", - "max": "202.141", - "min": "201.12", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "191.2", - "max": "191.344", - "min": "191.039", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "196.751", - "max": "197.511", - "min": "196.439", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "270.873", - "max": "275.757", - "min": "269.843", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "179.737", - "max": "181.671", - "min": "179.557", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "202.882", - "max": "205.614", - "min": "202.602", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "169.255", - "max": "175.659", - "min": "168.098", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "172.095", - "max": "172.385", - "min": "171.98", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "169.778", - "max": "170.075", - "min": "169.626", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "213.572", - "max": "214.331", - "min": "213.425", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "297.917", - "max": "298.909", - "min": "297.766", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "273.993", - "max": "279.797", - "min": "272.161", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "310.921", - "max": "312.314", - "min": "309.076", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "281.879", - "max": "282.362", - "min": "281.602", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.747", - "max": "192.514", - "min": "180.125", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "254.828", - "max": "255.49", - "min": "254.538", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "269.267", - "max": "270.218", - "min": "269.073", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "274.215", - "max": "277.971", - "min": "272.609", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "259.543", - "max": "259.592", - "min": "259.456", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "263.805", - "max": "263.926", - "min": "263.745", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "266.394", - "max": "281.745", - "min": "262.683", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "150.048", - "max": "151.231", - "min": "149.774", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "282.274", - "max": "283.175", - "min": "281.859", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "287.85", - "max": "328.326", - "min": "285.43", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "199.128", - "max": "199.299", - "min": "198.989", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "150.952", - "max": "155.507", - "min": "150.504", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "297.283", - "max": "298.16", - "min": "296.817", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "116.243", - "max": "161.883", - "min": "106.749", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "164.558", - "max": "165.182", - "min": "164.344", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "329.44", - "max": "375.31", - "min": "324.083", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "217.802", - "max": "218.195", - "min": "217.597", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "249.377", - "max": "250.473", - "min": "249.217", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "299.162", - "max": "300.931", - "min": "297.615", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "189.153", - "max": "189.523", - "min": "188.99", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "312.175", - "max": "312.452", - "min": "312.013", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "409.865", - "max": "410.204", - "min": "409.748", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "144.81", - "max": "145.303", - "min": "144.636", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "182.123", - "max": "182.553", - "min": "181.978", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "208.118", - "max": "215.463", - "min": "184.476", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "203.125", - "max": "203.437", - "min": "202.955", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "187.303", - "max": "188.33", - "min": "187.194", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "259.928", - "max": "262.009", - "min": "259.531", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "300.425", - "max": "302.962", - "min": "298.207", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "259.308", - "max": "261.767", - "min": "259.008", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "279.54", - "max": "279.967", - "min": "279.293", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "289.725", - "max": "289.921", - "min": "289.535", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "295.467", - "max": "295.851", - "min": "295.367", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "264.645", - "max": "265.028", - "min": "264.371", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "322.579", - "max": "323.475", - "min": "322.432", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "312.764", - "max": "313.261", - "min": "312.327", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "171.725", - "max": "172.202", - "min": "171.568", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "298.898", - "max": "299.062", - "min": "298.722", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "258.138", - "max": "258.751", - "min": "257.988", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "279.01", - "max": "281.199", - "min": "278.715", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "279.225", - "max": "279.34", - "min": "279.111", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "287.684", - "max": "288.597", - "min": "287.491", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "326.65", - "max": "334.013", - "min": "323.236", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "295.257", - "max": "303.982", - "min": "294.18", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "306.24", - "max": "334.929", - "min": "284.121", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "257.189", - "max": "257.589", - "min": "256.982", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "335.363", - "max": "341.059", - "min": "328.351", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "306.605", - "max": "307.549", - "min": "305.948", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "305.836", - "max": "311.65", - "min": "304.83", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "268.701", - "max": "282.66", - "min": "267.921", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "107.942", - "max": "109.989", - "min": "107.559", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "282.704", - "max": "285.113", - "min": "282.367", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "281.434", - "max": "281.79", - "min": "281.108", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "295.927", - "max": "299.675", - "min": "288.135", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "264.398", - "max": "271.403", - "min": "262.575", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "327.247", - "max": "327.455", - "min": "327.09", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "279.564", - "max": "294.271", - "min": "278.731", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "279.536", - "max": "280.633", - "min": "279.362", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "284.912", - "max": "293.008", - "min": "277.748", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "231.077", - "max": "245.021", - "min": "228.702", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "202.924", - "max": "207.543", - "min": "202.115", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "95.018", - "max": "101.456", - "min": "90.641", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "239.253", - "max": "239.44", - "min": "239.125", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "270.439", - "max": "270.586", - "min": "270.277", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "125.235", - "max": "125.521", - "min": "125.099", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "156.11", - "max": "157.352", - "min": "155.861", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "293.565", - "max": "294.115", - "min": "293.075", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "333.305", - "max": "333.867", - "min": "333.08", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "267.802", - "max": "268.819", - "min": "267.397", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "281.927", - "max": "358.038", - "min": "278.731", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "189.59", - "max": "189.754", - "min": "189.491", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "206.682", - "max": "206.816", - "min": "206.543", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "71.639", - "max": "74.729", - "min": "71.275", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "202.685", - "max": "202.755", - "min": "202.599", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "263.617", - "max": "263.846", - "min": "263.466", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "196.775", - "max": "197.162", - "min": "196.667", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "276.09", - "max": "278.261", - "min": "275.839", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "342.549", - "max": "343.714", - "min": "342.313", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "201.512", - "max": "208.596", - "min": "198.209", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "279.237", - "max": "279.44", - "min": "279.052", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "322.574", - "max": "326.932", - "min": "321.376", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "235.364", - "max": "250.445", - "min": "233.893", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "329.698", - "max": "335.589", - "min": "325.29", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "82.464", - "max": "82.823", - "min": "82.226", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "355.213", - "max": "355.574", - "min": "354.998", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "311.126", - "max": "311.224", - "min": "311.034", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "273.106", - "max": "273.453", - "min": "272.858", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "324.68", - "max": "324.83", - "min": "324.593", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "193.962", - "max": "196.567", - "min": "192.924", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "192.516", - "max": "193.342", - "min": "191.848", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "321.769", - "max": "327.345", - "min": "319.608", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "282.655", - "max": "286.49", - "min": "278.709", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "194.174", - "max": "196.169", - "min": "193.431", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "316.805", - "max": "390.408", - "min": "310.543", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "162.047", - "max": "162.303", - "min": "161.678", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "267.575", - "max": "274.914", - "min": "267.201", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "172.311", - "max": "179.36", - "min": "165.773", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "259.562", - "max": "259.562", - "min": "259.562", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "262.914", - "max": "263.131", - "min": "262.761", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "280.479", - "max": "282.999", - "min": "278.649", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "359.85", - "max": "362.553", - "min": "359.427", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "286.964", - "max": "296.885", - "min": "279.582", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "304.923", - "max": "305.418", - "min": "304.832", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "251.301", - "max": "251.948", - "min": "251.104", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "303.014", - "max": "304.72", - "min": "302.73", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "205.82", - "max": "206.669", - "min": "205.628", - "id": "113", - "country": "South Korea", - "source_name": "Seoul", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "165": { - "name": "Dagupan", - "data": { - "0": { - "avg": "307.528", - "max": "311.741", - "min": "306.628", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "190.818", - "max": "195.735", - "min": "189.563", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "226.072", - "max": "231.48", - "min": "225.094", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "325.384", - "max": "330.703", - "min": "324.198", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "298.826", - "max": "300.758", - "min": "298.335", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "67.664", - "max": "71.981", - "min": "66.94", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "247.075", - "max": "262.762", - "min": "244.207", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "260.723", - "max": "271.905", - "min": "259.181", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "290.034", - "max": "300.75", - "min": "288.945", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "307.937", - "max": "326.014", - "min": "304.888", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "289.828", - "max": "296.448", - "min": "288.891", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "180.967", - "max": "232.2", - "min": "176.699", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "223.304", - "max": "235.254", - "min": "221.593", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "210.468", - "max": "216.118", - "min": "208.363", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "237.57", - "max": "241.246", - "min": "236.901", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "215.565", - "max": "218.031", - "min": "214.722", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "247.579", - "max": "259.875", - "min": "246.047", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "206.856", - "max": "211.51", - "min": "205.952", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "287.071", - "max": "289.12", - "min": "286.456", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "307.888", - "max": "309.007", - "min": "307.579", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "230.45", - "max": "240.376", - "min": "229.252", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "211.871", - "max": "215.745", - "min": "211.288", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "170.752", - "max": "176.604", - "min": "170.113", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "155.101", - "max": "169.085", - "min": "153.987", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "271.744", - "max": "293.749", - "min": "267.304", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "306.35", - "max": "317.497", - "min": "304.78", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "253.884", - "max": "257.992", - "min": "252.671", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "267.558", - "max": "296.032", - "min": "259.598", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "253.926", - "max": "257.852", - "min": "253.387", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "174.581", - "max": "183.322", - "min": "168.8", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "50.832", - "max": "74.243", - "min": "48.097", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "308.889", - "max": "326.663", - "min": "307.236", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "217.447", - "max": "242.33", - "min": "213.521", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "274.836", - "max": "307.441", - "min": "272.321", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "251.84", - "max": "259.174", - "min": "250.837", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "79.255", - "max": "95.835", - "min": "75.07", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.213", - "max": "176.291", - "min": "170.793", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "222.178", - "max": "291.835", - "min": "194.688", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "189.295", - "max": "215.055", - "min": "183.493", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "211.541", - "max": "218.978", - "min": "210.054", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "312.38", - "max": "320.636", - "min": "309.533", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "312.146", - "max": "315.558", - "min": "311.011", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "285.751", - "max": "303.59", - "min": "280.727", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "229.031", - "max": "269.617", - "min": "221.598", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "251.92", - "max": "253.784", - "min": "251.4", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "238.436", - "max": "241.891", - "min": "237.321", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "269.091", - "max": "317.122", - "min": "265.096", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "276.968", - "max": "278.819", - "min": "276.457", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "365.592", - "max": "370.491", - "min": "363.832", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "198.241", - "max": "201.788", - "min": "197.653", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "217.693", - "max": "223.138", - "min": "214.432", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "158.205", - "max": "171.614", - "min": "156.984", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "304.9", - "max": "374.551", - "min": "274.573", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "181.88", - "max": "196.729", - "min": "178.495", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "219.631", - "max": "247.041", - "min": "212.877", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "70.208", - "max": "74.945", - "min": "69.564", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "288.575", - "max": "294.011", - "min": "287.056", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "315.187", - "max": "320.497", - "min": "314.374", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "290.16", - "max": "298.897", - "min": "287.976", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "313.058", - "max": "327.416", - "min": "310.434", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "318.503", - "max": "322.297", - "min": "317.521", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "364.469", - "max": "398.37", - "min": "361.237", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "270.659", - "max": "300.51", - "min": "266.736", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "87.795", - "max": "108.939", - "min": "82.776", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "274.64", - "max": "300.649", - "min": "268.242", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "270.863", - "max": "277.592", - "min": "269.4", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "226.324", - "max": "235.352", - "min": "225.201", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "273.202", - "max": "282.254", - "min": "271.384", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "335.508", - "max": "340.072", - "min": "334.277", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "191.155", - "max": "220.206", - "min": "187.494", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "100.364", - "max": "109.852", - "min": "98.065", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "171.842", - "max": "188.446", - "min": "170.443", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "280.767", - "max": "299.26", - "min": "275.704", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "221.81", - "max": "226.63", - "min": "220.805", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "278.655", - "max": "310.305", - "min": "274.117", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "260.722", - "max": "265.862", - "min": "259.821", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "223.185", - "max": "224.036", - "min": "222.711", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "171.437", - "max": "198.048", - "min": "167.815", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "221.585", - "max": "233.721", - "min": "219.432", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "209.048", - "max": "226.182", - "min": "205.318", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "167.979", - "max": "175.339", - "min": "163.798", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "242.998", - "max": "263.889", - "min": "86.62", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "358.024", - "max": "374.84", - "min": "354.622", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "221.214", - "max": "223.096", - "min": "220.725", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "174.549", - "max": "177.281", - "min": "174.12", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "305.374", - "max": "327.476", - "min": "299.847", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "242.285", - "max": "249.209", - "min": "241.432", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "255.966", - "max": "321.502", - "min": "224.448", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "214.111", - "max": "244.434", - "min": "211.132", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "246.853", - "max": "253.958", - "min": "245.635", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "210.054", - "max": "225.991", - "min": "207.527", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "163.828", - "max": "175.772", - "min": "160.844", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "293.113", - "max": "302.868", - "min": "292.348", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "61.681", - "max": "90.108", - "min": "59.324", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "252.602", - "max": "261.414", - "min": "251.617", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "234.872", - "max": "253.373", - "min": "231.869", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "257.172", - "max": "263.411", - "min": "255.395", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "286.214", - "max": "314.391", - "min": "283.489", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.52", - "max": "176.325", - "min": "167.033", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "219.301", - "max": "246.745", - "min": "213.978", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "224.744", - "max": "237.75", - "min": "221.785", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "229.532", - "max": "249.291", - "min": "227.35", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "326.833", - "max": "335.659", - "min": "325.456", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "324.833", - "max": "346.006", - "min": "321.513", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "203.03", - "max": "205.214", - "min": "202.339", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "330.737", - "max": "356.418", - "min": "325.531", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "348.626", - "max": "359.87", - "min": "346.245", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "220.248", - "max": "224.242", - "min": "219.35", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "208.797", - "max": "226.382", - "min": "207.558", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "240.065", - "max": "245.704", - "min": "239.063", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "16.403", - "max": "24.152", - "min": "13.077", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "111.022", - "max": "129.299", - "min": "106.901", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "219.292", - "max": "236.374", - "min": "218.032", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "378.472", - "max": "421.188", - "min": "374.604", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "610.195", - "max": "734.472", - "min": "442.645", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "435.763", - "max": "529.628", - "min": "347.878", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "434.318", - "max": "457.461", - "min": "431.663", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "89.953", - "max": "145.373", - "min": "86.023", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "208.665", - "max": "212.651", - "min": "208.007", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "218.244", - "max": "242.465", - "min": "213.373", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "190.116", - "max": "213.73", - "min": "185.644", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "299.806", - "max": "448.245", - "min": "219.298", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "356.155", - "max": "357.52", - "min": "355.649", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "281.797", - "max": "423.514", - "min": "274.899", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "273.995", - "max": "279.049", - "min": "272.977", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "214.876", - "max": "225.885", - "min": "213.108", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "243.188", - "max": "326.865", - "min": "220.5", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "222.146", - "max": "239.815", - "min": "220.775", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "325.403", - "max": "329.198", - "min": "324.408", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "193.463", - "max": "226.639", - "min": "188.436", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "215.423", - "max": "225.203", - "min": "214.239", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "209.475", - "max": "214.91", - "min": "208.456", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "230.297", - "max": "242.1", - "min": "226.167", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "301.574", - "max": "306.084", - "min": "299.827", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "190.837", - "max": "202.654", - "min": "189.916", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "227.559", - "max": "238.725", - "min": "226.449", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "187.269", - "max": "214.965", - "min": "183.298", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "212.035", - "max": "214.546", - "min": "211.585", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "203.874", - "max": "213.691", - "min": "199.748", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "234.953", - "max": "263.442", - "min": "231.359", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "330.832", - "max": "348.198", - "min": "329.335", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "104.727", - "max": "117.375", - "min": "100.09", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "280.698", - "max": "289.435", - "min": "278.253", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "265.707", - "max": "280.767", - "min": "259.297", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "178.161", - "max": "196.37", - "min": "171.927", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "241.944", - "max": "245.831", - "min": "240.917", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "288.076", - "max": "323.204", - "min": "285.262", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "260.947", - "max": "271.194", - "min": "257.874", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "234.891", - "max": "239.051", - "min": "233.899", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "235.068", - "max": "237.696", - "min": "234.666", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "200.004", - "max": "253.222", - "min": "195.991", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "70.108", - "max": "78.983", - "min": "69.353", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "271.451", - "max": "273.531", - "min": "270.075", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "212.112", - "max": "264.05", - "min": "209.091", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "213.001", - "max": "232.491", - "min": "210.511", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "159.305", - "max": "160.426", - "min": "158.919", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "278.325", - "max": "292.499", - "min": "275.236", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "0.051", - "max": "0.134", - "min": "0.031", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "239.119", - "max": "247.138", - "min": "237.81", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "364.422", - "max": "440.862", - "min": "354.02", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "253.653", - "max": "272.197", - "min": "252.212", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "326.37", - "max": "332.817", - "min": "323.325", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "274.855", - "max": "287.397", - "min": "272.412", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "222.059", - "max": "244.333", - "min": "219.367", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "351.6", - "max": "376.039", - "min": "348.256", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "263.941", - "max": "267.805", - "min": "263.176", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "308.853", - "max": "312.985", - "min": "308.027", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "222.94", - "max": "241.848", - "min": "220.162", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "408.622", - "max": "448.137", - "min": "382.207", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "215.77", - "max": "221.499", - "min": "212.621", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "223.617", - "max": "265.427", - "min": "216.231", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "294.948", - "max": "308.238", - "min": "293.411", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "431.25", - "max": "443.546", - "min": "429.445", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "238.686", - "max": "241.146", - "min": "238.045", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "214.243", - "max": "227.332", - "min": "212.743", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "274.147", - "max": "295.32", - "min": "270.238", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "243.99", - "max": "246.058", - "min": "243.467", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "237.661", - "max": "245.909", - "min": "236.147", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "264.874", - "max": "279.461", - "min": "259.845", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "337.091", - "max": "340.937", - "min": "336.157", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "286.911", - "max": "300.448", - "min": "285.864", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "165.487", - "max": "171.2", - "min": "164.148", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "245.959", - "max": "249.261", - "min": "244.571", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "294.389", - "max": "310.798", - "min": "290.34", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "269.277", - "max": "305.791", - "min": "252.831", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "308.445", - "max": "311.473", - "min": "307.747", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "357.079", - "max": "374.486", - "min": "353.91", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "322.152", - "max": "330.629", - "min": "320.195", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "277.833", - "max": "372.991", - "min": "261.091", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "244.493", - "max": "254.952", - "min": "241.187", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "349.021", - "max": "359.438", - "min": "346.345", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "268.98", - "max": "284.922", - "min": "267.716", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "243.709", - "max": "252.086", - "min": "242.577", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "300.599", - "max": "304.301", - "min": "299.907", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "71.49", - "max": "79.177", - "min": "70.405", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "303.11", - "max": "321.021", - "min": "301.92", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "218.448", - "max": "227.385", - "min": "216.039", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "277.646", - "max": "293.641", - "min": "275.451", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "271.046", - "max": "275.812", - "min": "268.273", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "356.758", - "max": "357.91", - "min": "356.342", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "309.409", - "max": "336.507", - "min": "305.559", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "306.473", - "max": "336.811", - "min": "302.254", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "254.34", - "max": "284.293", - "min": "250.238", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "230.727", - "max": "238.529", - "min": "228.207", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "216.644", - "max": "232.405", - "min": "213.719", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "273.153", - "max": "299.792", - "min": "270.298", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "227.739", - "max": "230.344", - "min": "225.707", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "258.731", - "max": "289.474", - "min": "250.609", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "390.987", - "max": "394.371", - "min": "390.26", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.859", - "max": "216.05", - "min": "174.992", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "216.969", - "max": "218.963", - "min": "216.508", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "362.78", - "max": "388.026", - "min": "356.778", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "233.686", - "max": "254.85", - "min": "232.237", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "244.125", - "max": "270.96", - "min": "241.104", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "220.743", - "max": "233.937", - "min": "217.228", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "232.864", - "max": "236.816", - "min": "231.924", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "249.841", - "max": "258.903", - "min": "248.227", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "214.222", - "max": "218.241", - "min": "213.585", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "195.241", - "max": "200.324", - "min": "193.335", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "231.056", - "max": "257.592", - "min": "227.684", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "270.616", - "max": "273.883", - "min": "269.909", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "341.089", - "max": "347.935", - "min": "340.135", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "229.068", - "max": "234.674", - "min": "226.576", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "256.748", - "max": "268.694", - "min": "253.116", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "348.997", - "max": "381.578", - "min": "346.09", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "333.498", - "max": "359.982", - "min": "330.719", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "322.436", - "max": "350.554", - "min": "319.541", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "94.638", - "max": "156.53", - "min": "87.784", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "353.845", - "max": "364.939", - "min": "350.902", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "325.146", - "max": "329.726", - "min": "324.434", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "270.055", - "max": "297.96", - "min": "262.451", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "179.627", - "max": "184.875", - "min": "178.791", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "229.046", - "max": "236.547", - "min": "227.886", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "216.7", - "max": "270.24", - "min": "213.036", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "316.948", - "max": "334.103", - "min": "312.265", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "273.673", - "max": "287.661", - "min": "271.968", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "221.459", - "max": "226.885", - "min": "220.04", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "355.519", - "max": "360.244", - "min": "354.634", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "196.757", - "max": "221.114", - "min": "191.6", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "254.136", - "max": "266.258", - "min": "250.392", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "376.936", - "max": "419.852", - "min": "358.608", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "295.384", - "max": "295.384", - "min": "295.384", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "283.688", - "max": "304.279", - "min": "282.738", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "261.185", - "max": "265.317", - "min": "260.469", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "353.873", - "max": "521.92", - "min": "338.449", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "304.334", - "max": "315.502", - "min": "293.928", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "318.763", - "max": "359.794", - "min": "316.019", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "100.715", - "max": "103.742", - "min": "99.902", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "272.094", - "max": "296.377", - "min": "270.03", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "223.687", - "max": "258.298", - "min": "220.703", - "id": "165", - "country": "Philippines", - "source_name": "Dagupan", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "209": { - "name": "Phnom Penh", - "data": { - "0": { - "avg": "336.449", - "max": "342.694", - "min": "336.07", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "122.339", - "max": "122.657", - "min": "122.108", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "266.739", - "max": "268.235", - "min": "266.467", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "275.227", - "max": "279.505", - "min": "274.263", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "272.244", - "max": "272.623", - "min": "272.055", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "103.937", - "max": "104.323", - "min": "103.791", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "260.044", - "max": "260.946", - "min": "259.812", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "156.49", - "max": "165.947", - "min": "154.887", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "288.336", - "max": "315.92", - "min": "287.116", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "219.454", - "max": "223.927", - "min": "219.118", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "197.889", - "max": "199.861", - "min": "197.498", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "233.021", - "max": "236.102", - "min": "232.761", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "271.75", - "max": "272.215", - "min": "271.525", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "263.938", - "max": "264.92", - "min": "263.756", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "262.246", - "max": "262.373", - "min": "262.158", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "254.951", - "max": "261.273", - "min": "254.208", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "253.653", - "max": "277.018", - "min": "252.196", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "247.191", - "max": "247.64", - "min": "247.041", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "352.826", - "max": "358.555", - "min": "352.075", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "267.185", - "max": "268.845", - "min": "267.038", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "143.775", - "max": "149.377", - "min": "143.353", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "239.008", - "max": "239.466", - "min": "238.891", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "202.148", - "max": "203.071", - "min": "202.01", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "227.359", - "max": "228.525", - "min": "227.148", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "222.036", - "max": "223.22", - "min": "221.761", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "213.522", - "max": "213.919", - "min": "213.396", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "278.258", - "max": "281.66", - "min": "277.858", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "210.014", - "max": "210.451", - "min": "209.728", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "187.569", - "max": "187.687", - "min": "187.501", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "194.383", - "max": "209.57", - "min": "193.612", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "41.515", - "max": "72.557", - "min": "38.44", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "310.418", - "max": "310.676", - "min": "310.287", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "264.009", - "max": "274.899", - "min": "263.411", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "232.56", - "max": "233.472", - "min": "232.381", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "201.969", - "max": "205.123", - "min": "201.632", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "43.388", - "max": "45.726", - "min": "43.055", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "200.748", - "max": "201.47", - "min": "200.592", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "205.906", - "max": "206.215", - "min": "205.737", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "234.559", - "max": "235.633", - "min": "234.381", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "258.452", - "max": "260.638", - "min": "257.783", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "395.841", - "max": "398.505", - "min": "395.236", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "272.228", - "max": "275.136", - "min": "271.814", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "308.348", - "max": "308.638", - "min": "308.232", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "230.731", - "max": "235.147", - "min": "230.362", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "128.744", - "max": "129.179", - "min": "128.608", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "206.334", - "max": "208.696", - "min": "205.764", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "222.534", - "max": "223.944", - "min": "222.211", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "354.524", - "max": "357.484", - "min": "349.19", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "397.76", - "max": "403.268", - "min": "397.382", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "252.176", - "max": "252.277", - "min": "252.109", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "220.009", - "max": "220.844", - "min": "219.775", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "222.539", - "max": "223.511", - "min": "222.266", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "323.298", - "max": "396.938", - "min": "319.451", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "223.731", - "max": "223.977", - "min": "223.569", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "84.879", - "max": "97.781", - "min": "80.95", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "62.422", - "max": "64.633", - "min": "62.034", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "275.166", - "max": "282.348", - "min": "273.555", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "356.586", - "max": "359.159", - "min": "356.333", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "214.008", - "max": "219.19", - "min": "213.475", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "312.873", - "max": "322.176", - "min": "312.171", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "354.94", - "max": "365.249", - "min": "354.086", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "306.758", - "max": "367.765", - "min": "302.691", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "84.043", - "max": "166.288", - "min": "69.742", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "69.02", - "max": "70.008", - "min": "68.901", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "304.165", - "max": "304.405", - "min": "304.043", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "292.989", - "max": "298.404", - "min": "292.526", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "291.589", - "max": "291.955", - "min": "291.451", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "233.74", - "max": "234.016", - "min": "233.31", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "463.03", - "max": "467.734", - "min": "461.862", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "216.999", - "max": "247.307", - "min": "215.816", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "34.842", - "max": "42.203", - "min": "34.189", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "199.836", - "max": "200.252", - "min": "199.639", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "308.906", - "max": "310.742", - "min": "308.482", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "252.517", - "max": "280.152", - "min": "251.479", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "231.029", - "max": "232.655", - "min": "230.721", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "270.942", - "max": "272.849", - "min": "270.751", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "247.061", - "max": "247.842", - "min": "246.912", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "228.109", - "max": "238.993", - "min": "227.61", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "263.095", - "max": "265.71", - "min": "262.782", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "238.35", - "max": "239.363", - "min": "238.123", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "172.55", - "max": "172.82", - "min": "172.344", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "265.256", - "max": "268.546", - "min": "264.822", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.932", - "max": "263.793", - "min": "262.712", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "85.001", - "max": "85.732", - "min": "84.712", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "214.079", - "max": "214.487", - "min": "213.946", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "242.808", - "max": "244.126", - "min": "242.465", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "215.844", - "max": "235.446", - "min": "214.96", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "256.286", - "max": "273.063", - "min": "255.446", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "230.636", - "max": "235.22", - "min": "230.17", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "272.453", - "max": "276.768", - "min": "271.927", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "276.387", - "max": "297.677", - "min": "275.027", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "214.493", - "max": "216.936", - "min": "214.158", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "191.107", - "max": "191.248", - "min": "191.022", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "47.66", - "max": "48.855", - "min": "47.423", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "284.127", - "max": "285.092", - "min": "283.958", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "252.603", - "max": "255.56", - "min": "252.159", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "307.676", - "max": "308.015", - "min": "307.46", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "344.783", - "max": "350.242", - "min": "343.75", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "193.853", - "max": "194.084", - "min": "193.704", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "255.253", - "max": "286.772", - "min": "252.366", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "275.065", - "max": "275.981", - "min": "274.906", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "230.284", - "max": "253.752", - "min": "228.983", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "369.586", - "max": "372.148", - "min": "369.147", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "353.392", - "max": "361.526", - "min": "352.649", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "256.699", - "max": "259.053", - "min": "256.467", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "266.832", - "max": "277.429", - "min": "244.058", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "353.32", - "max": "356.133", - "min": "352.811", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "243.39", - "max": "243.796", - "min": "243.153", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "264.111", - "max": "264.26", - "min": "263.936", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "104.698", - "max": "105.943", - "min": "104.526", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "52.877", - "max": "53.231", - "min": "52.754", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "108.588", - "max": "123.353", - "min": "107.595", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "273.088", - "max": "276.66", - "min": "272.777", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "236.018", - "max": "244.649", - "min": "235.128", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "456.719", - "max": "575.032", - "min": "287.381", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "408.244", - "max": "521.347", - "min": "324.378", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "359.213", - "max": "365.028", - "min": "358.644", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "86.667", - "max": "90.006", - "min": "86.25", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "233.489", - "max": "264.46", - "min": "232.244", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "258.96", - "max": "259.694", - "min": "258.735", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "195.901", - "max": "202.206", - "min": "195.427", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "326.929", - "max": "472.926", - "min": "253.881", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "379.371", - "max": "379.957", - "min": "379.244", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "234.707", - "max": "301.91", - "min": "231.716", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "230.866", - "max": "231.483", - "min": "230.76", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "299.263", - "max": "300.207", - "min": "298.885", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "260.014", - "max": "260.275", - "min": "259.872", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "349.601", - "max": "354.393", - "min": "348.775", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "223.841", - "max": "226.634", - "min": "223.368", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "257.947", - "max": "259.654", - "min": "257.655", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "280.008", - "max": "280.569", - "min": "279.883", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "263.374", - "max": "263.595", - "min": "263.18", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "214.368", - "max": "216.345", - "min": "214.165", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "354.15", - "max": "355.835", - "min": "353.517", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "236.687", - "max": "237.778", - "min": "236.543", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "278.591", - "max": "290.845", - "min": "276.263", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "232.717", - "max": "245.714", - "min": "231.437", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "242.927", - "max": "246.386", - "min": "242.082", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "211.44", - "max": "217.783", - "min": "210.903", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "275.313", - "max": "292.634", - "min": "274.425", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "285.422", - "max": "285.644", - "min": "285.293", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "85.15", - "max": "87.003", - "min": "84.79", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "222.11", - "max": "222.519", - "min": "221.955", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "209.704", - "max": "214.689", - "min": "209.309", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "171.016", - "max": "187.679", - "min": "169.165", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "200.359", - "max": "210.223", - "min": "199.658", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "222.304", - "max": "226.908", - "min": "221.701", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "102.395", - "max": "107.121", - "min": "101.637", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "254.315", - "max": "255.481", - "min": "254.176", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "265.135", - "max": "268.292", - "min": "264.831", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "194.737", - "max": "198.023", - "min": "193.699", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "96.705", - "max": "99.226", - "min": "96.387", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "222.971", - "max": "229.024", - "min": "222.108", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "258.147", - "max": "283.289", - "min": "256.674", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "249.922", - "max": "250.318", - "min": "249.814", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "178.279", - "max": "202.446", - "min": "175.79", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "291.65", - "max": "296.265", - "min": "291.199", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "79.027", - "max": "127.515", - "min": "70.204", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "216.094", - "max": "216.312", - "min": "215.891", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "401.475", - "max": "492.035", - "min": "393.47", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "289.594", - "max": "291.319", - "min": "289.384", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "85.28", - "max": "85.931", - "min": "85.184", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "216.201", - "max": "219.409", - "min": "215.643", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "215.328", - "max": "217.109", - "min": "215.004", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "360.935", - "max": "379.231", - "min": "358.078", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "284.947", - "max": "285.168", - "min": "284.841", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "285.673", - "max": "285.833", - "min": "285.554", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "274.311", - "max": "306.891", - "min": "272.763", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "103.44", - "max": "106.079", - "min": "101.495", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "226.918", - "max": "227.255", - "min": "226.681", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "249.685", - "max": "252.247", - "min": "249.413", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "261.008", - "max": "266.22", - "min": "260.237", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "153.726", - "max": "155.497", - "min": "153.53", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "213.985", - "max": "221.198", - "min": "213.669", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "287.6", - "max": "287.933", - "min": "287.403", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "204.931", - "max": "214.113", - "min": "204.462", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "271.641", - "max": "273.26", - "min": "271.492", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "278.832", - "max": "282.476", - "min": "278.457", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "231.502", - "max": "233.985", - "min": "231.292", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "308.976", - "max": "310.671", - "min": "308.8", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "245.488", - "max": "247.035", - "min": "245.302", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "326.51", - "max": "346.627", - "min": "325.632", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "276.147", - "max": "279.489", - "min": "275.749", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "215.407", - "max": "215.715", - "min": "215.315", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "212.761", - "max": "217.773", - "min": "212.3", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "207.667", - "max": "208.438", - "min": "207.448", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "359.124", - "max": "360.606", - "min": "358.9", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "284.376", - "max": "323.234", - "min": "282.277", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "223.829", - "max": "278.07", - "min": "195.935", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "206.193", - "max": "206.898", - "min": "205.879", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "353.671", - "max": "356.279", - "min": "353.344", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "231.387", - "max": "247.218", - "min": "230.426", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "222.5", - "max": "223.285", - "min": "222.011", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "272.265", - "max": "279.292", - "min": "271.416", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "0.03", - "max": "0.051", - "min": "0.017", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "209.021", - "max": "210.888", - "min": "208.741", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "332.925", - "max": "333.952", - "min": "332.702", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "272.207", - "max": "272.352", - "min": "272.126", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "351.51", - "max": "361.524", - "min": "343.188", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "305.701", - "max": "312.734", - "min": "305.13", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "203.464", - "max": "208", - "min": "203.026", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "259.132", - "max": "260.546", - "min": "258.937", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "312.361", - "max": "320.288", - "min": "311.933", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "129.996", - "max": "140.771", - "min": "127.368", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "271.041", - "max": "274.552", - "min": "270.681", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "256.274", - "max": "260.104", - "min": "255.601", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "76.229", - "max": "82.264", - "min": "75.538", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "214.046", - "max": "214.886", - "min": "213.804", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "113.286", - "max": "135.326", - "min": "112.33", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "212.089", - "max": "212.756", - "min": "211.871", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "336.322", - "max": "341.19", - "min": "335.84", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "306.744", - "max": "307.223", - "min": "306.564", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "264.143", - "max": "265.022", - "min": "263.794", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "256.831", - "max": "257.836", - "min": "256.487", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "264.66", - "max": "277.593", - "min": "264.037", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "292.594", - "max": "296.068", - "min": "292.327", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "57.681", - "max": "86.356", - "min": "56.449", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "268.77", - "max": "268.933", - "min": "268.684", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "248.839", - "max": "274.83", - "min": "247.729", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "274.655", - "max": "342.113", - "min": "264.152", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "285.134", - "max": "285.352", - "min": "285.005", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "408.73", - "max": "409.032", - "min": "408.557", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "269.169", - "max": "288.451", - "min": "266.571", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "271.584", - "max": "271.861", - "min": "271.354", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "295.496", - "max": "296.984", - "min": "294.586", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "336.476", - "max": "338.704", - "min": "335.688", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "295.111", - "max": "295.941", - "min": "294.709", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "85.035", - "max": "87.032", - "min": "84.804", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "364.024", - "max": "364.575", - "min": "363.839", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "288.956", - "max": "297.162", - "min": "288.506", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "186.388", - "max": "188.188", - "min": "186.086", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "303.966", - "max": "308.686", - "min": "303.546", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "270.216", - "max": "277.209", - "min": "269.641", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "264.062", - "max": "267.483", - "min": "263.813", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "326.685", - "max": "360.206", - "min": "323.929", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "336.306", - "max": "369.144", - "min": "334.706", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "254.036", - "max": "255.729", - "min": "252.92", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "256.839", - "max": "257.811", - "min": "256.521", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "203.779", - "max": "204.194", - "min": "203.626", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "206.061", - "max": "210.305", - "min": "205.542", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "226.594", - "max": "227.047", - "min": "226.434", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "364.642", - "max": "364.642", - "min": "364.642", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "202.391", - "max": "217.15", - "min": "201.499", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "198.553", - "max": "202.024", - "min": "198.257", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "317.482", - "max": "322.662", - "min": "317.097", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "279.06", - "max": "303.034", - "min": "269.676", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "277.423", - "max": "311.192", - "min": "272.822", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "125.462", - "max": "127.501", - "min": "125.189", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "264.754", - "max": "281.657", - "min": "263.603", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "267.271", - "max": "270.314", - "min": "267.093", - "id": "209", - "country": "Cambodia", - "source_name": "Phnom Penh", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "232": { - "name": "Ho Chi Minh City", - "data": { - "0": { - "avg": "332.668", - "max": "339.524", - "min": "331.925", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "214.471", - "max": "1793.54", - "min": "145.569", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "254.919", - "max": "263.186", - "min": "254.087", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "365.773", - "max": "1902.34", - "min": "264.468", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "195.468", - "max": "886.621", - "min": "171.236", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "125.978", - "max": "1583.67", - "min": "75.457", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "219.66", - "max": "673.953", - "min": "203.708", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "179.041", - "max": "185.871", - "min": "177.705", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "279.665", - "max": "282.442", - "min": "279.322", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "275.642", - "max": "291.3", - "min": "273.995", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "304.976", - "max": "306.406", - "min": "304.559", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "265.907", - "max": "1667.73", - "min": "216.374", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "258.665", - "max": "868.082", - "min": "237.152", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "286.663", - "max": "1680.92", - "min": "238.075", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "256.409", - "max": "805.91", - "min": "237.051", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "235.624", - "max": "237.021", - "min": "235.066", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "173.827", - "max": "174.117", - "min": "173.42", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "246.345", - "max": "1361.54", - "min": "207.16", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "264.011", - "max": "264.351", - "min": "263.797", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "322.527", - "max": "329.022", - "min": "321.873", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "175.013", - "max": "207.421", - "min": "173.598", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "221.216", - "max": "221.655", - "min": "220.971", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "273.114", - "max": "2190.52", - "min": "176.123", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "181.34", - "max": "190.79", - "min": "180.633", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "227.95", - "max": "964.786", - "min": "201.617", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "265.942", - "max": "266.458", - "min": "265.699", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "369.353", - "max": "1038.78", - "min": "345.806", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "243.982", - "max": "1693.86", - "min": "193.145", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "236.748", - "max": "240.156", - "min": "235.951", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "312.11", - "max": "2358.22", - "min": "239.818", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "80.052", - "max": "793.596", - "min": "54.797", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "203.23", - "max": "203.586", - "min": "202.896", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "234.201", - "max": "237.842", - "min": "233.706", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "290.31", - "max": "302.554", - "min": "285.674", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "234.818", - "max": "235.81", - "min": "234.45", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "188.609", - "max": "206.657", - "min": "187.597", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "184.772", - "max": "185.145", - "min": "184.56", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "182.909", - "max": "184.996", - "min": "182.672", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "209.693", - "max": "211.923", - "min": "209.326", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "250.033", - "max": "251.361", - "min": "249.59", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "423.353", - "max": "430.645", - "min": "422.637", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "303.86", - "max": "1156.1", - "min": "273.986", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "227.986", - "max": "779.124", - "min": "208.737", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "264.114", - "max": "274.895", - "min": "263.382", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "133.158", - "max": "154.624", - "min": "132.192", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "445.734", - "max": "2017.81", - "min": "343.212", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "412.132", - "max": "2450.81", - "min": "341.207", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "335.094", - "max": "338.586", - "min": "334.563", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "452.825", - "max": "981.032", - "min": "434.116", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "222.517", - "max": "226.741", - "min": "222.057", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "285.239", - "max": "1389.95", - "min": "226.114", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "255.336", - "max": "270.311", - "min": "254.475", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "251.165", - "max": "337.588", - "min": "235.211", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "271.584", - "max": "1600.56", - "min": "225.523", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "266.004", - "max": "275.758", - "min": "262.96", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "70.212", - "max": "74.07", - "min": "69.747", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "265.606", - "max": "268.405", - "min": "264.573", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "416.012", - "max": "1551.91", - "min": "342.314", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "348.097", - "max": "2319.99", - "min": "279.598", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "336.945", - "max": "1588.64", - "min": "264.931", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "290.924", - "max": "294.071", - "min": "290.094", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "345.323", - "max": "1321.47", - "min": "310.348", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "211.249", - "max": "275.347", - "min": "205.236", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "83.249", - "max": "1851.34", - "min": "21.838", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "354.979", - "max": "1580.92", - "min": "312.083", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "239.221", - "max": "239.788", - "min": "238.943", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "247.063", - "max": "254.071", - "min": "246.638", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "341.704", - "max": "1948.47", - "min": "266.151", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "370.856", - "max": "372.42", - "min": "370.035", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "224.688", - "max": "225.077", - "min": "224.472", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "24.932", - "max": "26.962", - "min": "24.538", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "180.912", - "max": "187.665", - "min": "180.298", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "279.948", - "max": "281.231", - "min": "279.644", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "249.242", - "max": "249.914", - "min": "248.694", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "361.227", - "max": "368.127", - "min": "360.44", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "208.849", - "max": "963.896", - "min": "182.395", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "241.162", - "max": "243.574", - "min": "240.665", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "234.701", - "max": "236.25", - "min": "234.444", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "234.342", - "max": "234.733", - "min": "234.026", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "255.254", - "max": "257.141", - "min": "254.911", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "341.33", - "max": "2226.11", - "min": "227.243", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "409.298", - "max": "2053.89", - "min": "352.034", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "188.619", - "max": "192.388", - "min": "187.784", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "130.411", - "max": "180.366", - "min": "106.863", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "296.582", - "max": "302.434", - "min": "293.688", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "393.298", - "max": "3387.7", - "min": "289.245", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "260.375", - "max": "261.567", - "min": "260.012", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "252.097", - "max": "252.442", - "min": "251.856", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "291.419", - "max": "2500.75", - "min": "214.726", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "259.72", - "max": "265.167", - "min": "258.798", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "233.845", - "max": "238.304", - "min": "232.441", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "267.139", - "max": "2734.29", - "min": "181.308", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "254.61", - "max": "257.066", - "min": "254.328", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "81.703", - "max": "82.476", - "min": "81.453", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "397.979", - "max": "3238.37", - "min": "230.573", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "393.299", - "max": "2599.86", - "min": "284.907", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "277.401", - "max": "278.13", - "min": "277.022", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "344.171", - "max": "2262.84", - "min": "277.03", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "269.525", - "max": "2055.15", - "min": "177.355", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "247.342", - "max": "1008.34", - "min": "220.486", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "314.81", - "max": "1959.61", - "min": "257.587", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "232.025", - "max": "635.191", - "min": "217.878", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "265.463", - "max": "689.186", - "min": "250.473", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "368.312", - "max": "1311.59", - "min": "334.178", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "227.201", - "max": "229.035", - "min": "226.825", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "411.268", - "max": "1348.91", - "min": "369.243", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "218.881", - "max": "219.345", - "min": "218.587", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "228.727", - "max": "250.778", - "min": "227.235", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "367.003", - "max": "2619.84", - "min": "288.12", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "256.662", - "max": "628.746", - "min": "243.253", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "71.937", - "max": "77.58", - "min": "71.379", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "302.948", - "max": "1627.94", - "min": "241.746", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "238.993", - "max": "246.618", - "min": "238.237", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "597.213", - "max": "706.289", - "min": "427.506", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "411.555", - "max": "1187.51", - "min": "309.183", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "473.835", - "max": "2405.69", - "min": "406.061", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "86.852", - "max": "404.695", - "min": "75.572", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "267.982", - "max": "903.712", - "min": "223.783", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "242.787", - "max": "256.722", - "min": "238.89", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "227.782", - "max": "228.268", - "min": "227.479", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "394.909", - "max": "2055.04", - "min": "253.703", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "341.808", - "max": "353.981", - "min": "340.974", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "399.101", - "max": "3761.8", - "min": "276.25", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "356.608", - "max": "3135.09", - "min": "260.528", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "336.905", - "max": "344.574", - "min": "336.034", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "266.32", - "max": "1421.52", - "min": "225.625", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "446.933", - "max": "1528.64", - "min": "365.342", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "356.437", - "max": "368.746", - "min": "354.726", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "195.504", - "max": "197.98", - "min": "195.088", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "246.442", - "max": "251.241", - "min": "245.958", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "234.156", - "max": "234.566", - "min": "233.663", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "244.092", - "max": "244.463", - "min": "243.895", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "360.343", - "max": "1227.56", - "min": "329.652", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "219.884", - "max": "221.468", - "min": "219.596", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "404.163", - "max": "2134.68", - "min": "246.745", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "239.819", - "max": "1072.66", - "min": "210.593", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "219.011", - "max": "220.256", - "min": "218.784", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "295.761", - "max": "1930.93", - "min": "238.968", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "297.657", - "max": "1599.42", - "min": "252.533", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "264.877", - "max": "294.52", - "min": "262.391", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "261.966", - "max": "268.791", - "min": "261.266", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "334.745", - "max": "2156.99", - "min": "271.646", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "192.727", - "max": "194.513", - "min": "192.41", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "289.748", - "max": "1478.33", - "min": "247.396", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "253.577", - "max": "255.394", - "min": "253.106", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "252.952", - "max": "258.286", - "min": "252.085", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "301.654", - "max": "1088.43", - "min": "271.77", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "248.204", - "max": "249.868", - "min": "247.922", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "307.634", - "max": "1712.45", - "min": "258.238", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "324.627", - "max": "1260.58", - "min": "271.536", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "95.55", - "max": "98.43", - "min": "95.148", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "307.799", - "max": "1278.35", - "min": "273.804", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "252.067", - "max": "253.924", - "min": "251.75", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "304.171", - "max": "2154.26", - "min": "239.488", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "298.395", - "max": "2197.6", - "min": "232.396", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "294.173", - "max": "294.914", - "min": "293.686", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "318.386", - "max": "2140.43", - "min": "248.251", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "272.421", - "max": "1225.24", - "min": "208.313", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "371.06", - "max": "449.304", - "min": "363.59", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "277.818", - "max": "278.415", - "min": "277.418", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "140.495", - "max": "1052.73", - "min": "108.663", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "259.359", - "max": "1877.17", - "min": "202.798", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "221.672", - "max": "226.483", - "min": "221.265", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "344.92", - "max": "346.039", - "min": "344.611", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "360.922", - "max": "371.165", - "min": "360.02", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "273.951", - "max": "695.754", - "min": "259.223", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "239.791", - "max": "240.751", - "min": "239.44", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "69.016", - "max": "75.582", - "min": "66.843", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "296.204", - "max": "2198.17", - "min": "230.346", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "474.299", - "max": "2976.41", - "min": "227.376", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "254.873", - "max": "265.345", - "min": "254.033", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "389.536", - "max": "2481.86", - "min": "228.303", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "270.16", - "max": "275.417", - "min": "269.641", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "401.708", - "max": "2315.14", - "min": "266.225", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "278.666", - "max": "721.789", - "min": "262.334", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "325.498", - "max": "372.586", - "min": "323.632", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "269.503", - "max": "270.439", - "min": "269.162", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "370.702", - "max": "2549.18", - "min": "295.295", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "208.718", - "max": "226.09", - "min": "206.973", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "260.463", - "max": "278.128", - "min": "259.642", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "362.759", - "max": "675.284", - "min": "350.503", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "277.227", - "max": "1043.64", - "min": "250.489", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "401.375", - "max": "2202.71", - "min": "338.802", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "327.36", - "max": "2443", - "min": "253.649", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "258.876", - "max": "259.744", - "min": "258.585", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "365.528", - "max": "368.026", - "min": "365.001", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "282.469", - "max": "310.578", - "min": "280.192", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "307.432", - "max": "1899.19", - "min": "236.664", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "288.928", - "max": "3012", - "min": "194.653", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "379.815", - "max": "850.131", - "min": "363.091", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "320.35", - "max": "1960.58", - "min": "263.219", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "347.025", - "max": "350.783", - "min": "346.299", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "279.12", - "max": "290.133", - "min": "278.334", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "57.474", - "max": "77.487", - "min": "56.52", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "238.039", - "max": "240.963", - "min": "237.614", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "261.049", - "max": "261.253", - "min": "260.845", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "265.94", - "max": "270.822", - "min": "264.815", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "336.37", - "max": "341.218", - "min": "334.517", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "490.531", - "max": "1899.92", - "min": "365.364", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "267.181", - "max": "1348.59", - "min": "229.368", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "281.048", - "max": "1548.06", - "min": "236.469", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "273.787", - "max": "1242.04", - "min": "237.337", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "299.451", - "max": "313.5", - "min": "296.604", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "238.283", - "max": "245.462", - "min": "237.336", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "44.886", - "max": "55.996", - "min": "42.619", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "358.943", - "max": "3017.39", - "min": "266.705", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "196.129", - "max": "203.704", - "min": "195.228", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "354.409", - "max": "1961.38", - "min": "272.514", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "306.445", - "max": "1588.06", - "min": "261.842", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "269.118", - "max": "270.877", - "min": "268.759", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "410.93", - "max": "2642.57", - "min": "301.098", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "181.242", - "max": "183.138", - "min": "180.82", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "258.436", - "max": "280.843", - "min": "256.983", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "237.613", - "max": "238.047", - "min": "237.446", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "232.061", - "max": "259.389", - "min": "230.842", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "0.052", - "max": "0.135", - "min": "0.026", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "291.415", - "max": "1598.12", - "min": "245.98", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "292.04", - "max": "1467.81", - "min": "251.226", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "294.355", - "max": "1499.4", - "min": "250.626", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "264.658", - "max": "267.513", - "min": "264.256", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "381.428", - "max": "388.039", - "min": "380.862", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "272", - "max": "1094.1", - "min": "241.085", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "236.224", - "max": "236.644", - "min": "235.973", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "287.803", - "max": "844.232", - "min": "267.47", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "276.458", - "max": "290.624", - "min": "274.666", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "256.962", - "max": "258.428", - "min": "256.4", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "125.26", - "max": "1555.12", - "min": "75.421", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "320.105", - "max": "329.236", - "min": "319.504", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "208.483", - "max": "221.817", - "min": "207.673", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "254.728", - "max": "255.024", - "min": "254.415", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "459.222", - "max": "3232.6", - "min": "363.045", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "264.314", - "max": "766.732", - "min": "245.46", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "235.593", - "max": "239.338", - "min": "235.162", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "215.516", - "max": "224.642", - "min": "213.906", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "306.797", - "max": "310.193", - "min": "306", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "262.32", - "max": "264.329", - "min": "261.118", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "280.937", - "max": "292.294", - "min": "280.16", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "229.299", - "max": "229.937", - "min": "229.04", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "312.957", - "max": "1486.11", - "min": "271.274", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "84.984", - "max": "92.883", - "min": "84.288", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "326.627", - "max": "326.627", - "min": "326.627", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "294.981", - "max": "1326.22", - "min": "259.19", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "320.177", - "max": "1966.27", - "min": "262.654", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "356.877", - "max": "360.783", - "min": "356.322", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "415.458", - "max": "1563.31", - "min": "330.707", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "289.067", - "max": "1660.66", - "min": "206.293", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "121.773", - "max": "123.079", - "min": "121.043", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "473.361", - "max": "2233.04", - "min": "314.208", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "248.9", - "max": "249.385", - "min": "248.699", - "id": "232", - "country": "Vietnam", - "source_name": "Ho Chi Minh City", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Eastern Europe": { - "3": { - "name": "Prague", - "data": { - "0": { - "avg": "267.98", - "max": "273.623", - "min": "267.282", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "243.369", - "max": "246.934", - "min": "242.835", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.579", - "max": "117.58", - "min": "111.25", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "0.019", - "max": "0.16", - "min": "0.012", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "23.375", - "max": "24.804", - "min": "23.099", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "278.218", - "max": "280.078", - "min": "277.998", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.335", - "max": "26.925", - "min": "23.89", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "281.041", - "max": "291.03", - "min": "279.586", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "56.696", - "max": "58.835", - "min": "56.38", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "35.833", - "max": "40.53", - "min": "35.277", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "27.363", - "max": "33.55", - "min": "26.697", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "141.681", - "max": "142.716", - "min": "141.534", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "97.46", - "max": "100.13", - "min": "97.269", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "96.61", - "max": "111.556", - "min": "95.23", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.608", - "max": "131.248", - "min": "129.331", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "102.297", - "max": "107.66", - "min": "101.382", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "41.579", - "max": "47.369", - "min": "40.924", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "116.652", - "max": "122.885", - "min": "116.067", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "39.692", - "max": "41.408", - "min": "39.497", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "3.182", - "max": "10.108", - "min": "1.556", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "275.759", - "max": "277.846", - "min": "274.638", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "124.527", - "max": "127.339", - "min": "124.247", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "172.418", - "max": "178.447", - "min": "171.623", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "175.425", - "max": "187.592", - "min": "174.307", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "45.485", - "max": "51.098", - "min": "44.609", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "20.064", - "max": "25.326", - "min": "19.482", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "18.737", - "max": "26.681", - "min": "17.066", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "22.359", - "max": "22.748", - "min": "22.25", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "13.368", - "max": "15.797", - "min": "13.158", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "182.559", - "max": "190.006", - "min": "181.73", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "262.212", - "max": "269.721", - "min": "261.072", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "14.17", - "max": "20.757", - "min": "13.719", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "165.904", - "max": "184.153", - "min": "164.637", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "47.459", - "max": "54.252", - "min": "47.01", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.423", - "max": "20.052", - "min": "13.697", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "264.562", - "max": "273.857", - "min": "263.388", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.015", - "max": "171.258", - "min": "164.307", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "153.216", - "max": "161.316", - "min": "152.258", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "136.668", - "max": "137.054", - "min": "136.55", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "106.061", - "max": "107.714", - "min": "105.712", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "171.141", - "max": "175.572", - "min": "170.596", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "31.833", - "max": "46.264", - "min": "30.645", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "62.889", - "max": "67.907", - "min": "62.462", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "37.177", - "max": "40.729", - "min": "36.768", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "230.164", - "max": "236.185", - "min": "229.65", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "10.672", - "max": "18.51", - "min": "9.675", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "39.602", - "max": "44.434", - "min": "38.97", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "187.699", - "max": "193.111", - "min": "187.148", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "261.066", - "max": "267.361", - "min": "260.403", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "133.837", - "max": "142.393", - "min": "133.391", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "102.943", - "max": "110.568", - "min": "101.935", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "168.813", - "max": "170.518", - "min": "168.499", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "79.281", - "max": "121.165", - "min": "34.436", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "136.438", - "max": "144.538", - "min": "135.946", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "137.193", - "max": "152.723", - "min": "133.014", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "271.501", - "max": "279.753", - "min": "270.947", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "44.68", - "max": "49.01", - "min": "43.943", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "322.12", - "max": "323.182", - "min": "321.972", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "24.071", - "max": "29.444", - "min": "23.402", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "18.304", - "max": "19.089", - "min": "18.145", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.974", - "max": "69.275", - "min": "63.015", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "77.823", - "max": "125.122", - "min": "75.462", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "214.614", - "max": "220.784", - "min": "213.985", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "352.599", - "max": "359.023", - "min": "351.256", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "37.699", - "max": "44.581", - "min": "37.138", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "27.471", - "max": "32.894", - "min": "27.038", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "99.142", - "max": "103.315", - "min": "98.55", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "22.298", - "max": "31.633", - "min": "21.192", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "236.116", - "max": "238.503", - "min": "235.216", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "147.991", - "max": "153.169", - "min": "147.654", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "265.908", - "max": "270.703", - "min": "265.447", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "162.965", - "max": "179.283", - "min": "161.833", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "171.284", - "max": "176.546", - "min": "170.547", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "119.575", - "max": "123.824", - "min": "119.014", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "68.362", - "max": "73.965", - "min": "67.915", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "35.079", - "max": "39.509", - "min": "34.627", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "112.089", - "max": "113.983", - "min": "111.83", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "174.129", - "max": "180.044", - "min": "173.748", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "119.295", - "max": "122.527", - "min": "118.855", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "120.697", - "max": "123.896", - "min": "120.298", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "181.088", - "max": "186.424", - "min": "180.157", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "113.38", - "max": "116.337", - "min": "113.016", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "251.074", - "max": "257.611", - "min": "249.619", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "156.803", - "max": "164.831", - "min": "155.799", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "165.968", - "max": "168.892", - "min": "165.605", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "83.745", - "max": "89.281", - "min": "83.223", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "39.502", - "max": "42.925", - "min": "39.136", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "125.92", - "max": "134.189", - "min": "125.348", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "128.199", - "max": "135.654", - "min": "127.216", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "35.785", - "max": "43.987", - "min": "34.067", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "131.822", - "max": "134.48", - "min": "131.068", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "172.123", - "max": "178.492", - "min": "171.6", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "40.224", - "max": "47.324", - "min": "39.559", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "292.182", - "max": "298.694", - "min": "291.584", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "113.461", - "max": "122.134", - "min": "112.055", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "141.414", - "max": "145.124", - "min": "141.037", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "175.084", - "max": "178.245", - "min": "174.514", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "156.344", - "max": "166.953", - "min": "154.923", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "164.816", - "max": "172.666", - "min": "164.372", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "122", - "max": "128.083", - "min": "121.607", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "130.17", - "max": "140.728", - "min": "129.168", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.874", - "max": "186.884", - "min": "182.249", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "36.358", - "max": "41.032", - "min": "35.859", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "330.301", - "max": "335.204", - "min": "329.127", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "127.724", - "max": "135.327", - "min": "126.408", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "339.061", - "max": "369.453", - "min": "296.394", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "188.242", - "max": "193.908", - "min": "187.694", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "106.589", - "max": "113.354", - "min": "105.76", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "123.362", - "max": "131.314", - "min": "122.64", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "147.206", - "max": "147.649", - "min": "147.022", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "317.136", - "max": "320.602", - "min": "316.75", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "290.034", - "max": "294.013", - "min": "289.701", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "98.249", - "max": "99.614", - "min": "98.118", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.004", - "max": "159.917", - "min": "152.398", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.517", - "max": "493.584", - "min": "206.104", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "119.052", - "max": "230.053", - "min": "49.731", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "185.636", - "max": "192.585", - "min": "184.502", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "248.878", - "max": "256.157", - "min": "248.259", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "142.508", - "max": "144.422", - "min": "142.197", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "139.28", - "max": "145.173", - "min": "138.381", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "148.971", - "max": "152.029", - "min": "148.648", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "199.529", - "max": "346.045", - "min": "120.141", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "219.237", - "max": "223.91", - "min": "218.957", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "37.083", - "max": "187.866", - "min": "28.313", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.566", - "max": "39.717", - "min": "36.088", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "122.12", - "max": "126.485", - "min": "121.478", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "99.914", - "max": "107.08", - "min": "98.17", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "258.216", - "max": "265.697", - "min": "257.653", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "139.823", - "max": "150.57", - "min": "138.859", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "207.764", - "max": "209.774", - "min": "207.509", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "127.129", - "max": "132.068", - "min": "126.531", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "126.932", - "max": "128.265", - "min": "126.74", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "139.302", - "max": "142.761", - "min": "138.848", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "306.014", - "max": "315.37", - "min": "304.645", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "149.813", - "max": "154.804", - "min": "149.46", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "93.871", - "max": "96.377", - "min": "93.432", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "152.29", - "max": "165.21", - "min": "150.841", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "149.642", - "max": "154.24", - "min": "149.072", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "130.559", - "max": "132.385", - "min": "130.353", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "96.494", - "max": "97.729", - "min": "96.24", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "1.211", - "max": "4.473", - "min": "0.271", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "190.254", - "max": "191.887", - "min": "189.826", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "44.089", - "max": "46.474", - "min": "43.865", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "13.361", - "max": "15.02", - "min": "12.933", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "209.683", - "max": "211.771", - "min": "209.48", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "18.646", - "max": "24.843", - "min": "17.64", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "14.434", - "max": "22.595", - "min": "13.382", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "133.353", - "max": "143.436", - "min": "132.6", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "32.786", - "max": "39.011", - "min": "31.832", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "33.623", - "max": "39.743", - "min": "33.261", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.379", - "max": "25.203", - "min": "16.447", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "293.15", - "max": "301.14", - "min": "292.077", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "15.993", - "max": "24.136", - "min": "14.389", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "18.6", - "max": "29.359", - "min": "17.677", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "107.88", - "max": "122.7", - "min": "106.253", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "188.218", - "max": "190.506", - "min": "188.003", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "40.135", - "max": "42.568", - "min": "39.682", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "333.743", - "max": "379.505", - "min": "324.188", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "143.41", - "max": "150.013", - "min": "142.398", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "261.867", - "max": "294.663", - "min": "257.155", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "138.002", - "max": "140.6", - "min": "137.759", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "210.094", - "max": "215.198", - "min": "209.501", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "31.668", - "max": "41.761", - "min": "29.84", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "99.634", - "max": "101.607", - "min": "99.381", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "98.158", - "max": "109.219", - "min": "97.073", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "186.739", - "max": "190.099", - "min": "186.384", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.732", - "max": "103.707", - "min": "98.048", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "153.212", - "max": "153.898", - "min": "152.994", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "209.833", - "max": "221.008", - "min": "198.85", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "96.718", - "max": "102.362", - "min": "96.121", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "120.031", - "max": "127.245", - "min": "119.362", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "33.218", - "max": "35.983", - "min": "32.709", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "287.616", - "max": "291.699", - "min": "287.266", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "38.744", - "max": "47.005", - "min": "37.761", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "18.91", - "max": "27.8", - "min": "17.583", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "27.674", - "max": "39.813", - "min": "26.561", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "17.652", - "max": "22.625", - "min": "17.183", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "35.245", - "max": "37.483", - "min": "34.953", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "68.13", - "max": "71.328", - "min": "67.555", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "21.295", - "max": "28.308", - "min": "20.784", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "63.326", - "max": "66.282", - "min": "62.5", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "53.449", - "max": "65.565", - "min": "52.53", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "24.963", - "max": "27.141", - "min": "24.683", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "25.883", - "max": "28.43", - "min": "25.514", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.558", - "max": "27.433", - "min": "24.118", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "10.761", - "max": "15.272", - "min": "10.049", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "51.674", - "max": "55.836", - "min": "51.095", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "24.903", - "max": "31.987", - "min": "23.27", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "38.926", - "max": "62.204", - "min": "24.217", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "30.37", - "max": "31.118", - "min": "30.279", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "65.568", - "max": "70.971", - "min": "64.735", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "42.119", - "max": "44.781", - "min": "41.726", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "19.898", - "max": "30.751", - "min": "18.932", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "25.562", - "max": "36.323", - "min": "23.913", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "274.631", - "max": "283.05", - "min": "274.168", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "15.474", - "max": "22.78", - "min": "14.703", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "21.19", - "max": "22.295", - "min": "20.97", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "9.644", - "max": "13.017", - "min": "9.398", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "190.968", - "max": "197.31", - "min": "189.139", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "25.945", - "max": "27.295", - "min": "25.658", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "24.913", - "max": "29.575", - "min": "24.301", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "25.219", - "max": "30.691", - "min": "24.571", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.58", - "max": "32.11", - "min": "23.332", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "252.449", - "max": "265.352", - "min": "248.983", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "102.506", - "max": "108.366", - "min": "101.219", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "216.455", - "max": "239.064", - "min": "207.036", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "139.897", - "max": "142.737", - "min": "139.554", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "28.142", - "max": "34.54", - "min": "27.695", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "143.127", - "max": "154.463", - "min": "141.624", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "183.112", - "max": "187.772", - "min": "182.604", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "30.012", - "max": "32.972", - "min": "29.697", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "30.135", - "max": "32.42", - "min": "29.955", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "34.055", - "max": "37.122", - "min": "33.651", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "23.956", - "max": "26.254", - "min": "23.487", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "124.209", - "max": "126.566", - "min": "123.887", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "129.739", - "max": "136.668", - "min": "129.22", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "270.351", - "max": "274.662", - "min": "269.616", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "101.481", - "max": "105.202", - "min": "101.16", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "25.885", - "max": "31.78", - "min": "25.312", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "100.099", - "max": "108.457", - "min": "99.317", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "15.097", - "max": "17.915", - "min": "14.765", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "231.23", - "max": "235.521", - "min": "230.653", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "141.548", - "max": "152.006", - "min": "139.119", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "36.434", - "max": "36.614", - "min": "36.296", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "44.841", - "max": "48.087", - "min": "43.75", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "166.311", - "max": "173.144", - "min": "164.229", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "123.163", - "max": "127.82", - "min": "122.144", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "275.757", - "max": "283.961", - "min": "274.848", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "61.655", - "max": "65.794", - "min": "61.243", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "46.415", - "max": "50.265", - "min": "46.132", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "27.837", - "max": "32.059", - "min": "27.482", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "59.989", - "max": "63.37", - "min": "59.788", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "106.186", - "max": "109.478", - "min": "105.58", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "106.101", - "max": "112.023", - "min": "105.502", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "72.931", - "max": "79.29", - "min": "70.899", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "191.569", - "max": "195.63", - "min": "190.94", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "110.064", - "max": "113.45", - "min": "108.878", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "153.721", - "max": "162.74", - "min": "152.115", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "143.257", - "max": "148.979", - "min": "142.405", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "43.085", - "max": "49.351", - "min": "42.452", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "234.063", - "max": "237.738", - "min": "233.128", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "202.466", - "max": "202.466", - "min": "202.466", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "38.075", - "max": "43.534", - "min": "37.649", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "19.52", - "max": "24.457", - "min": "19.239", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "128.959", - "max": "132.241", - "min": "128.435", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "47.982", - "max": "62.436", - "min": "38.622", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "8.665", - "max": "11.654", - "min": "8.164", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "244.59", - "max": "247.448", - "min": "243.896", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "64.661", - "max": "72.426", - "min": "63.807", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "130.611", - "max": "144.406", - "min": "129.795", - "id": "3", - "country": "Czech Republic", - "source_name": "Prague", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "25": { - "name": "Tallinn", - "data": { - "0": { - "avg": "219.307", - "max": "219.79", - "min": "219.033", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "279.918", - "max": "280.153", - "min": "279.612", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "109.74", - "max": "110.068", - "min": "109.459", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "45.834", - "max": "57.623", - "min": "44.66", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "41.327", - "max": "42.149", - "min": "41.019", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "240.427", - "max": "241.004", - "min": "240.012", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "34.885", - "max": "35.582", - "min": "34.594", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "317.159", - "max": "327.981", - "min": "315.688", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "23.008", - "max": "24.442", - "min": "22.742", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "6.969", - "max": "13.638", - "min": "6.203", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "34.477", - "max": "35.439", - "min": "34.138", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.844", - "max": "157.986", - "min": "136.934", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "102.946", - "max": "103.453", - "min": "102.619", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "104.506", - "max": "109.273", - "min": "103.942", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "128.803", - "max": "129.59", - "min": "128.56", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "113.268", - "max": "114.377", - "min": "112.834", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "50.991", - "max": "51.829", - "min": "50.71", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "120.249", - "max": "122.983", - "min": "119.764", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "37.871", - "max": "38.201", - "min": "37.556", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "30.264", - "max": "31.376", - "min": "29.823", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "296.675", - "max": "297.067", - "min": "296.449", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "123.037", - "max": "123.264", - "min": "122.853", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "159.915", - "max": "160.402", - "min": "159.665", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "154.365", - "max": "158.696", - "min": "153.843", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "0.052", - "max": "0.258", - "min": "0.022", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.368", - "max": "28.269", - "min": "27.16", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "39.788", - "max": "45.624", - "min": "39.346", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "36.996", - "max": "37.616", - "min": "36.607", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "28.494", - "max": "29.911", - "min": "28.297", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "162.423", - "max": "163.559", - "min": "162.16", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "170.818", - "max": "171.252", - "min": "170.615", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "18.292", - "max": "18.945", - "min": "17.971", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "162.946", - "max": "165.644", - "min": "162.669", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "39.126", - "max": "39.769", - "min": "38.963", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "29.734", - "max": "30.644", - "min": "29.339", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "178.549", - "max": "180.759", - "min": "178.168", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "162.931", - "max": "163.744", - "min": "162.661", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "159.636", - "max": "163.681", - "min": "159.266", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "143.031", - "max": "143.274", - "min": "142.713", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "107.612", - "max": "109.937", - "min": "107.195", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "180.449", - "max": "182.717", - "min": "180.038", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "41.14", - "max": "44.994", - "min": "40.709", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "73.748", - "max": "74.332", - "min": "73.538", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "7.433", - "max": "7.714", - "min": "7.304", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "222.398", - "max": "222.642", - "min": "222.179", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "41.58", - "max": "42.259", - "min": "41.157", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "21.471", - "max": "26.266", - "min": "21.059", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "204.75", - "max": "205.498", - "min": "204.48", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "269.457", - "max": "270.054", - "min": "269.193", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "151.183", - "max": "159.031", - "min": "150.819", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "109.376", - "max": "109.571", - "min": "109.175", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "171.586", - "max": "172.371", - "min": "171.119", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "53.494", - "max": "61.979", - "min": "49.936", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "127.563", - "max": "127.873", - "min": "127.368", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "161.048", - "max": "173.657", - "min": "157.445", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "194.018", - "max": "194.422", - "min": "193.834", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "66.858", - "max": "70.27", - "min": "66.019", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "319.363", - "max": "320.208", - "min": "319.022", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "41.755", - "max": "46.707", - "min": "40.846", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "34.545", - "max": "35.253", - "min": "34.257", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "77.243", - "max": "80.121", - "min": "76.554", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "86.538", - "max": "131.508", - "min": "83.306", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "246.368", - "max": "338.884", - "min": "236.189", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "311.775", - "max": "312.461", - "min": "311.502", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "56.167", - "max": "56.821", - "min": "55.833", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "49.494", - "max": "51.011", - "min": "49.048", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "109.04", - "max": "109.615", - "min": "108.798", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "50.93", - "max": "52.133", - "min": "50.558", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "244.225", - "max": "246.213", - "min": "243.512", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "169.299", - "max": "175.149", - "min": "168.953", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "211.656", - "max": "217.554", - "min": "211.145", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "163.119", - "max": "163.913", - "min": "162.723", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "182.523", - "max": "185.194", - "min": "182.238", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "125.266", - "max": "125.485", - "min": "125.029", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "75.178", - "max": "76.464", - "min": "74.941", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "38.168", - "max": "39.33", - "min": "37.88", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "116.979", - "max": "117.416", - "min": "116.777", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "154.689", - "max": "160.789", - "min": "154.158", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "127.999", - "max": "132.563", - "min": "127.505", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "117.316", - "max": "117.972", - "min": "117.057", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.47", - "max": "162.44", - "min": "161.119", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "122.045", - "max": "122.399", - "min": "121.805", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "302.138", - "max": "305.661", - "min": "301.813", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "197.861", - "max": "198.593", - "min": "197.543", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "158.997", - "max": "159.481", - "min": "158.814", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "92.913", - "max": "94.054", - "min": "92.536", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "40.403", - "max": "41.598", - "min": "39.845", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "138.91", - "max": "145.819", - "min": "138.326", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "122.7", - "max": "123.5", - "min": "122.235", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "40.279", - "max": "45.543", - "min": "39.401", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "128.5", - "max": "136.01", - "min": "127.396", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "165.207", - "max": "166.771", - "min": "164.738", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "56.16", - "max": "56.38", - "min": "55.888", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "308.491", - "max": "308.727", - "min": "308.296", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "108.741", - "max": "108.952", - "min": "108.557", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "128.745", - "max": "129.427", - "min": "128.493", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "182.408", - "max": "182.684", - "min": "182.14", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "176.796", - "max": "191.295", - "min": "175.594", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "169.241", - "max": "181.835", - "min": "163.938", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "127.493", - "max": "130.91", - "min": "127.165", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "125.337", - "max": "125.789", - "min": "125.14", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "161.088", - "max": "167.772", - "min": "160.526", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "54.269", - "max": "55.215", - "min": "53.98", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "337.239", - "max": "342.59", - "min": "336.018", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "122.175", - "max": "123.114", - "min": "121.875", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "351.809", - "max": "352.76", - "min": "350.866", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "206.09", - "max": "209.387", - "min": "205.465", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "108.354", - "max": "108.789", - "min": "108.116", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "125.743", - "max": "126.779", - "min": "125.535", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "195.129", - "max": "199.307", - "min": "194.608", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "268.502", - "max": "269.164", - "min": "268.369", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "287.074", - "max": "287.246", - "min": "286.761", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "99.472", - "max": "104.137", - "min": "98.995", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "198.583", - "max": "201.524", - "min": "198.157", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "403.79", - "max": "526.816", - "min": "256.44", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "134.494", - "max": "205.62", - "min": "62.336", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "202.165", - "max": "222.671", - "min": "200.721", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "244.24", - "max": "245.263", - "min": "243.776", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "152.293", - "max": "152.856", - "min": "152.063", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "135.794", - "max": "138.774", - "min": "135.339", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "140.153", - "max": "140.398", - "min": "139.802", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "203.84", - "max": "364.23", - "min": "129.803", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "214.338", - "max": "215.039", - "min": "214.031", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "16.193", - "max": "46.295", - "min": "14.081", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "6.538", - "max": "6.871", - "min": "6.437", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "16.546", - "max": "17.567", - "min": "15.983", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "98.889", - "max": "100.213", - "min": "98.548", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "187.881", - "max": "188.241", - "min": "187.495", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "135.453", - "max": "136.541", - "min": "135.227", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "185.505", - "max": "186.597", - "min": "185.22", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "128.378", - "max": "128.771", - "min": "128.061", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "117.076", - "max": "117.682", - "min": "116.711", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "127.341", - "max": "128.006", - "min": "127.048", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "342.803", - "max": "345.471", - "min": "341.836", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "150.868", - "max": "151.51", - "min": "150.638", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "107.156", - "max": "107.449", - "min": "106.901", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "151.299", - "max": "158.13", - "min": "150.378", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "136.248", - "max": "136.679", - "min": "136.118", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "136.13", - "max": "136.42", - "min": "135.909", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "101.378", - "max": "101.899", - "min": "101.084", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "44.956", - "max": "45.51", - "min": "44.749", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "232.812", - "max": "235.644", - "min": "232.281", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "23.298", - "max": "24.87", - "min": "23.03", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "35.957", - "max": "36.2", - "min": "35.76", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "203.227", - "max": "203.897", - "min": "202.903", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "29.665", - "max": "30.417", - "min": "29.398", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.143", - "max": "56.346", - "min": "47.549", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "164.941", - "max": "165.472", - "min": "164.709", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "34.833", - "max": "35.43", - "min": "34.651", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "38.463", - "max": "40.695", - "min": "38.234", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "28.289", - "max": "36.052", - "min": "26.665", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "254.624", - "max": "255.196", - "min": "254.356", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "46.869", - "max": "49.975", - "min": "46.234", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "35.056", - "max": "52.152", - "min": "33.432", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "109.347", - "max": "110.19", - "min": "109.092", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "164.755", - "max": "165.279", - "min": "164.444", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "25.948", - "max": "26.492", - "min": "25.635", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "279.474", - "max": "330.335", - "min": "267.093", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "147.591", - "max": "148.165", - "min": "147.371", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "257.315", - "max": "346.128", - "min": "248.613", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "148.646", - "max": "154.862", - "min": "148.244", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "398.666", - "max": "399.042", - "min": "398.036", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "10.65", - "max": "11.294", - "min": "10.289", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "99.916", - "max": "100.41", - "min": "99.612", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "89.151", - "max": "89.585", - "min": "88.952", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "193.212", - "max": "193.46", - "min": "193.031", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "69.73", - "max": "75.669", - "min": "69.37", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "190.851", - "max": "191.773", - "min": "190.562", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "248.464", - "max": "249.724", - "min": "248.206", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "107.288", - "max": "107.931", - "min": "106.859", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "120.989", - "max": "121.228", - "min": "120.798", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "52.816", - "max": "53.526", - "min": "52.586", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "164.969", - "max": "165.675", - "min": "164.691", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "40.539", - "max": "42.14", - "min": "40.297", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "33.185", - "max": "37.828", - "min": "32.733", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "42.502", - "max": "63.418", - "min": "41.304", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "37.866", - "max": "38.552", - "min": "37.664", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "38.004", - "max": "38.685", - "min": "37.715", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "92.061", - "max": "95.169", - "min": "91.634", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "58.544", - "max": "60.304", - "min": "58.4", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "38.066", - "max": "43.286", - "min": "37.688", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "62.739", - "max": "64.163", - "min": "62.39", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "26.699", - "max": "28.328", - "min": "26.36", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "33.394", - "max": "33.583", - "min": "33.279", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "42.531", - "max": "43.267", - "min": "42.386", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "34.708", - "max": "35.452", - "min": "34.488", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "69.262", - "max": "84.533", - "min": "68.305", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "40.987", - "max": "77.845", - "min": "38.695", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "49.66", - "max": "96.289", - "min": "25.2", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "31.065", - "max": "31.796", - "min": "30.871", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "72.527", - "max": "72.922", - "min": "72.242", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "25.842", - "max": "29.807", - "min": "25.291", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "73.517", - "max": "74.15", - "min": "72.944", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "32.644", - "max": "56.377", - "min": "30.79", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "221.971", - "max": "223.05", - "min": "221.665", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "35.087", - "max": "35.925", - "min": "34.782", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "55.588", - "max": "57.418", - "min": "55.284", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "40.426", - "max": "40.584", - "min": "40.333", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "209.915", - "max": "215.74", - "min": "208.831", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "71.997", - "max": "72.171", - "min": "71.724", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "27.88", - "max": "29.174", - "min": "27.613", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "32.513", - "max": "32.884", - "min": "32.319", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "31.035", - "max": "32.167", - "min": "29.554", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "320.237", - "max": "320.588", - "min": "320.03", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "101.805", - "max": "106.856", - "min": "101.188", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "276.594", - "max": "289.465", - "min": "273.166", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "171.288", - "max": "171.543", - "min": "171.022", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "29.185", - "max": "30.37", - "min": "28.918", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "132.625", - "max": "133.031", - "min": "132.298", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "189.738", - "max": "190.165", - "min": "189.519", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "63.166", - "max": "63.611", - "min": "62.814", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "73.752", - "max": "74.227", - "min": "73.344", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "40.468", - "max": "42.095", - "min": "40.055", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "27.795", - "max": "28.532", - "min": "27.461", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "120.289", - "max": "120.85", - "min": "120.04", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "138.578", - "max": "138.84", - "min": "138.354", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "201.876", - "max": "204.06", - "min": "201.544", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "104.397", - "max": "104.776", - "min": "104.209", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "32.287", - "max": "32.808", - "min": "32.046", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "115.093", - "max": "115.874", - "min": "114.924", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "32.906", - "max": "37.16", - "min": "32.484", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "229.08", - "max": "311.285", - "min": "225.995", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "145.269", - "max": "148.976", - "min": "142.363", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "46.165", - "max": "46.574", - "min": "45.917", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "65.972", - "max": "67.683", - "min": "65.186", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "181.098", - "max": "187.753", - "min": "179.23", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "133.097", - "max": "134.664", - "min": "132.535", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "244.079", - "max": "244.377", - "min": "243.868", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "87.418", - "max": "88.891", - "min": "87.149", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "61.759", - "max": "62.604", - "min": "61.561", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "48.729", - "max": "50.192", - "min": "48.456", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "76.875", - "max": "77.198", - "min": "76.712", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "116.459", - "max": "120.149", - "min": "115.662", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "107.606", - "max": "115.791", - "min": "107.076", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "90.102", - "max": "98.982", - "min": "87.946", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "195.444", - "max": "196.594", - "min": "194.984", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "115.833", - "max": "117.558", - "min": "114.698", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "77.3", - "max": "78.215", - "min": "76.961", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "128.344", - "max": "128.751", - "min": "128.052", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "47.499", - "max": "50.699", - "min": "46.977", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "215.489", - "max": "217.006", - "min": "214.816", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "214.456", - "max": "214.456", - "min": "214.456", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "34.8", - "max": "35.559", - "min": "34.553", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "28.229", - "max": "28.6", - "min": "28.066", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.933", - "max": "129.702", - "min": "127.419", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "58.024", - "max": "69.595", - "min": "49.899", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "41.063", - "max": "41.495", - "min": "40.84", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "234.429", - "max": "237.511", - "min": "233.948", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "97.151", - "max": "98.886", - "min": "96.699", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "124.933", - "max": "129.503", - "min": "124.376", - "id": "25", - "country": "Estonia", - "source_name": "Tallinn", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "28": { - "name": "Ljubljana", - "data": { - "0": { - "avg": "227.363", - "max": "230.025", - "min": "226.752", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "271.631", - "max": "276.073", - "min": "271.109", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "105.934", - "max": "106.279", - "min": "105.73", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "23.236", - "max": "34.048", - "min": "22.349", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "43.74", - "max": "44.964", - "min": "43.48", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "228.783", - "max": "229.066", - "min": "228.427", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "27.024", - "max": "28.466", - "min": "26.74", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "307.349", - "max": "315.329", - "min": "306.49", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "58.693", - "max": "59.36", - "min": "58.443", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "46.875", - "max": "47.4", - "min": "46.604", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "33.248", - "max": "33.899", - "min": "32.977", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.706", - "max": "165.596", - "min": "136.452", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "114.609", - "max": "128.39", - "min": "114.023", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "99.273", - "max": "109.191", - "min": "98.305", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "126.652", - "max": "133.162", - "min": "126.175", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "107.31", - "max": "109.15", - "min": "106.931", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "36.383", - "max": "37.273", - "min": "36.117", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.248", - "max": "116.622", - "min": "113.571", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "36.353", - "max": "36.861", - "min": "36.048", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "6.231", - "max": "11.201", - "min": "5.798", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "286.812", - "max": "294.758", - "min": "286.264", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "128.51", - "max": "128.773", - "min": "128.434", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "154.596", - "max": "155.689", - "min": "154.288", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "149.259", - "max": "150.092", - "min": "148.927", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "37.073", - "max": "37.922", - "min": "36.857", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "44.928", - "max": "49.877", - "min": "44.593", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "26.376", - "max": "27.905", - "min": "25.968", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "0.033", - "max": "0.06", - "min": "0.019", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "19.866", - "max": "20.071", - "min": "19.742", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "156.903", - "max": "158.725", - "min": "156.619", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "182.298", - "max": "184.556", - "min": "181.995", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "48.823", - "max": "49.481", - "min": "48.577", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.86", - "max": "177.866", - "min": "167.273", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "36.359", - "max": "36.567", - "min": "36.208", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "22.558", - "max": "24.107", - "min": "22.15", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "162.88", - "max": "163.44", - "min": "162.634", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "172.225", - "max": "176.718", - "min": "171.695", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "162.969", - "max": "163.188", - "min": "162.728", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "133.731", - "max": "134.033", - "min": "133.44", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "105.749", - "max": "109.251", - "min": "105.075", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "176.266", - "max": "183.71", - "min": "175.173", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "54.616", - "max": "59.079", - "min": "53.997", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "69.601", - "max": "70.085", - "min": "69.458", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.27", - "max": "44.572", - "min": "32.581", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "170.512", - "max": "170.752", - "min": "170.361", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "13.858", - "max": "15.377", - "min": "13.415", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "48.435", - "max": "49.232", - "min": "48.232", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "192.707", - "max": "193.553", - "min": "192.365", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "262.487", - "max": "267.887", - "min": "261.672", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "144.152", - "max": "144.944", - "min": "143.965", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "106.51", - "max": "107.646", - "min": "106.317", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "155.032", - "max": "155.252", - "min": "154.731", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "41.647", - "max": "132.205", - "min": "32.276", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "123.344", - "max": "123.704", - "min": "122.994", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "161.169", - "max": "178.642", - "min": "156.905", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "182.815", - "max": "183.309", - "min": "182.634", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "52.271", - "max": "56.004", - "min": "51.153", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "317.108", - "max": "318.518", - "min": "316.784", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "36.014", - "max": "38.172", - "min": "35.625", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "34.088", - "max": "34.267", - "min": "33.876", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "70.488", - "max": "80.169", - "min": "68.468", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "73.632", - "max": "129.754", - "min": "71.089", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "219.08", - "max": "246.18", - "min": "217.07", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "282.484", - "max": "283.952", - "min": "282.196", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "39.982", - "max": "41.039", - "min": "39.804", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.409", - "max": "46.737", - "min": "46.22", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "120.649", - "max": "126.543", - "min": "120.3", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "27.682", - "max": "30.449", - "min": "27.292", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "225.359", - "max": "226.722", - "min": "224.714", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "161.489", - "max": "163.307", - "min": "161.141", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "204.419", - "max": "205.037", - "min": "204.057", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "169.437", - "max": "169.788", - "min": "169.25", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "169.225", - "max": "177.134", - "min": "168.677", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "121.377", - "max": "123.058", - "min": "121.115", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "77.085", - "max": "78.379", - "min": "76.919", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "34.301", - "max": "36.604", - "min": "34.052", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "125.484", - "max": "128.024", - "min": "125.161", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "151.787", - "max": "153.895", - "min": "151.249", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "117.541", - "max": "120.362", - "min": "117.134", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "111.646", - "max": "112.047", - "min": "111.364", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "153.806", - "max": "154.214", - "min": "153.446", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "116.716", - "max": "117.287", - "min": "116.432", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "307.931", - "max": "314.025", - "min": "307.469", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "168.723", - "max": "170.096", - "min": "168.475", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "155.015", - "max": "155.472", - "min": "154.844", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "93.577", - "max": "94.641", - "min": "93.226", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "39.146", - "max": "41.756", - "min": "38.587", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "133.843", - "max": "134.083", - "min": "133.616", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "118.259", - "max": "121.883", - "min": "117.736", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "43.908", - "max": "48.085", - "min": "43.294", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "132.376", - "max": "134.695", - "min": "131.71", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "161.671", - "max": "162.354", - "min": "161.395", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "41.797", - "max": "42.099", - "min": "41.568", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "214.602", - "max": "214.96", - "min": "214.354", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "116.852", - "max": "117.428", - "min": "116.693", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "126.793", - "max": "131.203", - "min": "126.458", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "184.495", - "max": "184.753", - "min": "184.237", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "168.427", - "max": "180.788", - "min": "167.145", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.772", - "max": "188.139", - "min": "165.887", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "145.142", - "max": "147.679", - "min": "144.885", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "122.106", - "max": "124.77", - "min": "121.756", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "154.322", - "max": "154.644", - "min": "153.852", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "35.106", - "max": "40.654", - "min": "34.438", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "329.954", - "max": "334.344", - "min": "328.952", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "118.347", - "max": "118.743", - "min": "118.021", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "341.787", - "max": "347.65", - "min": "341.249", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "204.772", - "max": "206.55", - "min": "204.511", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "100.18", - "max": "101.445", - "min": "99.903", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "122.273", - "max": "122.515", - "min": "122.083", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "171.394", - "max": "173.959", - "min": "171.082", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "257.57", - "max": "259.57", - "min": "257.27", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "283.231", - "max": "284.563", - "min": "282.82", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "92.063", - "max": "92.396", - "min": "91.901", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "185.629", - "max": "188.196", - "min": "184.952", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "398.139", - "max": "502.967", - "min": "233.979", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "128.79", - "max": "228.644", - "min": "38.861", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "187.823", - "max": "204.311", - "min": "186.922", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "237.581", - "max": "246.621", - "min": "236.966", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "159.688", - "max": "160.399", - "min": "159.529", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "129.755", - "max": "130.404", - "min": "129.434", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "132.352", - "max": "133.429", - "min": "132.013", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "201.24", - "max": "349.386", - "min": "124.534", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "210.857", - "max": "211.253", - "min": "210.666", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "32.613", - "max": "125.623", - "min": "27.968", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "28.354", - "max": "28.719", - "min": "28.157", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "41.593", - "max": "42.831", - "min": "41.017", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "94.56", - "max": "96.103", - "min": "94.307", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "170.997", - "max": "172.633", - "min": "170.714", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "127.492", - "max": "128.057", - "min": "127.232", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "181.718", - "max": "184.694", - "min": "181.202", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "122.908", - "max": "125.305", - "min": "122.434", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "110.792", - "max": "111.444", - "min": "110.483", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "120.611", - "max": "122.321", - "min": "120.259", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "339.315", - "max": "340.485", - "min": "338.633", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "147.29", - "max": "151.311", - "min": "146.91", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "115.408", - "max": "116.229", - "min": "115.204", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "146.651", - "max": "152.427", - "min": "145.748", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "135.453", - "max": "138.849", - "min": "134.938", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "130.288", - "max": "134.218", - "min": "129.38", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "97.223", - "max": "103.539", - "min": "96.698", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "24.282", - "max": "29.727", - "min": "23.919", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "193.278", - "max": "195.827", - "min": "192.763", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "55.763", - "max": "56.03", - "min": "55.574", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "11.837", - "max": "13.095", - "min": "11.678", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "200.286", - "max": "210.264", - "min": "199.146", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "23.48", - "max": "26.329", - "min": "23.052", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "20.173", - "max": "24.514", - "min": "19.62", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "166.783", - "max": "167.825", - "min": "166.542", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "29.97", - "max": "33.043", - "min": "29.678", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "32.223", - "max": "33.181", - "min": "32.023", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "16.297", - "max": "51.037", - "min": "14.047", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "244.1", - "max": "245.351", - "min": "243.865", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "16.676", - "max": "17.482", - "min": "16.492", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "26.945", - "max": "50.436", - "min": "24.447", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "104.423", - "max": "105.685", - "min": "104.146", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "157.614", - "max": "158.015", - "min": "157.284", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "43.93", - "max": "45.783", - "min": "43.366", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "268.502", - "max": "308.767", - "min": "260.223", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "139.287", - "max": "140.494", - "min": "138.971", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "247.889", - "max": "353.446", - "min": "241.662", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "143.638", - "max": "144.203", - "min": "143.319", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "389.022", - "max": "391.527", - "min": "388.305", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "26.361", - "max": "28.325", - "min": "26.157", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "93.766", - "max": "95.74", - "min": "93.479", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "107.457", - "max": "107.895", - "min": "107.252", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "185.333", - "max": "185.63", - "min": "185.192", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.926", - "max": "100.802", - "min": "98.634", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "173.878", - "max": "174.894", - "min": "173.659", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "297.325", - "max": "300.838", - "min": "296.695", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "101.366", - "max": "107.614", - "min": "100.524", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "122.052", - "max": "122.729", - "min": "121.841", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "29.434", - "max": "33.701", - "min": "29.063", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "161.487", - "max": "163.137", - "min": "161.147", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "37.245", - "max": "37.513", - "min": "37.094", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "22.953", - "max": "24.042", - "min": "22.621", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "28.117", - "max": "40.488", - "min": "27.262", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "22.906", - "max": "23.061", - "min": "22.775", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "35.312", - "max": "39.711", - "min": "34.777", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "76.212", - "max": "76.627", - "min": "76.048", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "40.187", - "max": "42.5", - "min": "39.974", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "68.47", - "max": "72.787", - "min": "67.911", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "48.614", - "max": "51.952", - "min": "48.278", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "27.958", - "max": "29.993", - "min": "27.491", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "32.633", - "max": "32.919", - "min": "32.467", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "27.361", - "max": "27.517", - "min": "27.126", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "12.422", - "max": "16.456", - "min": "12.129", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "62.415", - "max": "64.271", - "min": "62.112", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "47.735", - "max": "54.241", - "min": "46.557", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "54.022", - "max": "130.557", - "min": "26.73", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "30.718", - "max": "31.915", - "min": "30.374", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "82.667", - "max": "84.112", - "min": "82.282", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "29.845", - "max": "44.779", - "min": "28.591", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "17.326", - "max": "18.574", - "min": "16.917", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "26.474", - "max": "30.414", - "min": "25.684", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "211.369", - "max": "240.043", - "min": "209.791", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "11.889", - "max": "12.51", - "min": "11.737", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "15.884", - "max": "16.241", - "min": "15.694", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "15.41", - "max": "16.802", - "min": "15.212", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "201.776", - "max": "208.168", - "min": "199.615", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "43.981", - "max": "45.422", - "min": "43.726", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "25.069", - "max": "27.032", - "min": "24.633", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "36.14", - "max": "37.193", - "min": "35.87", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "34.137", - "max": "35.898", - "min": "33.817", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "312.31", - "max": "320.288", - "min": "310.021", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "114.787", - "max": "119.334", - "min": "114.169", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "278.931", - "max": "282.028", - "min": "274.747", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "159.247", - "max": "163.1", - "min": "158.751", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "27.911", - "max": "28.559", - "min": "27.679", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "139.591", - "max": "139.839", - "min": "139.36", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "183.081", - "max": "183.738", - "min": "182.774", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "24.77", - "max": "25.925", - "min": "24.541", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "68.215", - "max": "69.591", - "min": "67.807", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "33.688", - "max": "35.054", - "min": "33.267", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "24.617", - "max": "25.703", - "min": "24.195", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "116.097", - "max": "116.642", - "min": "115.867", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "130.682", - "max": "131.008", - "min": "130.387", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "193.374", - "max": "193.629", - "min": "193.113", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "98.372", - "max": "100.601", - "min": "98.126", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.566", - "max": "24.115", - "min": "23.285", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "110.22", - "max": "110.378", - "min": "110.062", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "24.288", - "max": "25.028", - "min": "24.038", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "215.006", - "max": "220.968", - "min": "214.193", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "138.221", - "max": "146.13", - "min": "134.913", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "34.903", - "max": "35.395", - "min": "34.752", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "61.97", - "max": "65.814", - "min": "61.253", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "176.484", - "max": "180.891", - "min": "175.126", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "124.165", - "max": "126.031", - "min": "123.681", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "256.856", - "max": "257.073", - "min": "256.687", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "83.213", - "max": "92.32", - "min": "82.505", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "50.147", - "max": "51.284", - "min": "49.899", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "29.135", - "max": "30.704", - "min": "28.842", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "69.541", - "max": "69.739", - "min": "69.322", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "113.274", - "max": "115.034", - "min": "112.85", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "105.431", - "max": "110.873", - "min": "105.004", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "78.544", - "max": "86.256", - "min": "76.875", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.429", - "max": "199.584", - "min": "196.931", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "108.565", - "max": "110.41", - "min": "107.79", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "75.144", - "max": "75.551", - "min": "74.994", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "119.61", - "max": "120.184", - "min": "119.274", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "42.091", - "max": "46.581", - "min": "41.316", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "192.758", - "max": "198.527", - "min": "188.937", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "208.837", - "max": "208.837", - "min": "208.837", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "32.591", - "max": "38.399", - "min": "32.138", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "17.068", - "max": "17.778", - "min": "16.924", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "128.806", - "max": "131.004", - "min": "128.054", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "48.823", - "max": "62.693", - "min": "39.747", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "26.165", - "max": "30.261", - "min": "25.821", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "224.421", - "max": "224.8", - "min": "224.213", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "83.455", - "max": "85.678", - "min": "82.798", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "125.148", - "max": "140.301", - "min": "124.258", - "id": "28", - "country": "Slovenia", - "source_name": "Ljubljana", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "32": { - "name": "Warsaw", - "data": { - "0": { - "avg": "220.378", - "max": "221.046", - "min": "220.137", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "280.817", - "max": "281.086", - "min": "280.647", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.952", - "max": "112.166", - "min": "111.801", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "15.246", - "max": "20.822", - "min": "13.73", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "30.878", - "max": "32.193", - "min": "30.644", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "248.713", - "max": "249.019", - "min": "248.558", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "29.8", - "max": "30.46", - "min": "29.624", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.246", - "max": "296.542", - "min": "289.338", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "57.549", - "max": "57.744", - "min": "57.389", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "45.142", - "max": "46.464", - "min": "44.911", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "31.245", - "max": "32.295", - "min": "31.033", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "141.256", - "max": "158.137", - "min": "140.481", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "96.725", - "max": "96.944", - "min": "96.627", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "109.508", - "max": "110.07", - "min": "109.302", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "139.601", - "max": "139.886", - "min": "139.45", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "114.156", - "max": "114.77", - "min": "113.656", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "40.706", - "max": "41.045", - "min": "40.402", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "119.56", - "max": "119.806", - "min": "119.445", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "39.036", - "max": "39.245", - "min": "38.836", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "30.837", - "max": "31.083", - "min": "30.691", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "314.175", - "max": "314.409", - "min": "314.049", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "120.804", - "max": "121.03", - "min": "120.668", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "172.937", - "max": "173.842", - "min": "172.729", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "174.102", - "max": "183.201", - "min": "173.58", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "18.265", - "max": "18.598", - "min": "18.033", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "37.326", - "max": "37.859", - "min": "37.175", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "30.104", - "max": "30.569", - "min": "29.962", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "48.743", - "max": "50.027", - "min": "48.533", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "20.796", - "max": "20.919", - "min": "20.707", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "158.344", - "max": "159.414", - "min": "158.036", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "186.792", - "max": "187.128", - "min": "186.66", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "0.049", - "max": "0.1", - "min": "0.011", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "160.191", - "max": "160.696", - "min": "159.952", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "22.055", - "max": "22.255", - "min": "21.958", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "25.435", - "max": "26.12", - "min": "25.245", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "179.371", - "max": "181.435", - "min": "178.92", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.207", - "max": "173.472", - "min": "173.113", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "168.94", - "max": "169.199", - "min": "168.731", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "137.257", - "max": "138.288", - "min": "137.074", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "106.7", - "max": "106.949", - "min": "106.418", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "176.115", - "max": "183.539", - "min": "175.619", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "30.105", - "max": "32.194", - "min": "29.688", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "61.711", - "max": "61.958", - "min": "61.583", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "56.277", - "max": "56.489", - "min": "56.091", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "181.797", - "max": "182.094", - "min": "181.687", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "39.758", - "max": "40.178", - "min": "39.403", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "32.358", - "max": "33.113", - "min": "32.165", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "187.219", - "max": "187.394", - "min": "187.068", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "261.967", - "max": "262.557", - "min": "261.778", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "146.173", - "max": "146.427", - "min": "146.062", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "108.88", - "max": "109.532", - "min": "108.725", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "169.38", - "max": "169.887", - "min": "169.212", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "56.962", - "max": "68.27", - "min": "47.208", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "128.596", - "max": "128.913", - "min": "128.302", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "172.147", - "max": "180.246", - "min": "168.631", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "281.736", - "max": "282.301", - "min": "281.507", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "53.96", - "max": "55.543", - "min": "53.105", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "323.313", - "max": "325.148", - "min": "323.061", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "38.097", - "max": "39.173", - "min": "37.861", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "26.297", - "max": "26.571", - "min": "26.175", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "74.208", - "max": "75.87", - "min": "73.672", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "88.215", - "max": "144.474", - "min": "83.163", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "199.372", - "max": "201.629", - "min": "198.918", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "330.869", - "max": "331.214", - "min": "330.71", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.791", - "max": "46.682", - "min": "45.613", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "43.234", - "max": "43.486", - "min": "43.131", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "100.289", - "max": "100.654", - "min": "100.169", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "56.007", - "max": "56.398", - "min": "55.585", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "234.326", - "max": "236.705", - "min": "233.392", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "144.374", - "max": "146.271", - "min": "144.19", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "262.601", - "max": "263.681", - "min": "262.21", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "170.033", - "max": "171.108", - "min": "169.725", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "174.633", - "max": "176.222", - "min": "174.422", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "122.829", - "max": "123.168", - "min": "122.688", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "77.178", - "max": "77.843", - "min": "76.913", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "73.37", - "max": "136.645", - "min": "38.809", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "117.421", - "max": "117.712", - "min": "117.287", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "163.205", - "max": "166.97", - "min": "162.746", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "118.419", - "max": "122.137", - "min": "118.028", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "118.371", - "max": "118.626", - "min": "118.21", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "166.782", - "max": "167.168", - "min": "166.594", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "114.959", - "max": "115.458", - "min": "114.704", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "212.145", - "max": "223.554", - "min": "210.923", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "176.648", - "max": "177.478", - "min": "176.301", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "149.364", - "max": "149.623", - "min": "149.206", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "82.615", - "max": "84.004", - "min": "82.163", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "40.111", - "max": "43.813", - "min": "39.753", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "133.42", - "max": "133.76", - "min": "133.242", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "125.872", - "max": "127.145", - "min": "125.629", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "40.02", - "max": "44.997", - "min": "39.407", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "138.155", - "max": "140.756", - "min": "137.382", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "166.855", - "max": "169.007", - "min": "166.496", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "50.633", - "max": "50.872", - "min": "50.524", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "315.157", - "max": "315.452", - "min": "314.996", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "111.238", - "max": "111.479", - "min": "111.12", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.402", - "max": "134.264", - "min": "131.018", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "179.628", - "max": "179.987", - "min": "179.311", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "169.188", - "max": "197.385", - "min": "167.346", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "173.38", - "max": "175.83", - "min": "173.158", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "120.965", - "max": "123.146", - "min": "120.659", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "145.276", - "max": "145.675", - "min": "145.121", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "174.353", - "max": "174.72", - "min": "174.174", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "46.396", - "max": "47.258", - "min": "46.189", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "333.647", - "max": "339.653", - "min": "332.892", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "134.269", - "max": "135.027", - "min": "134.049", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "338.144", - "max": "356.067", - "min": "301.887", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.896", - "max": "194.096", - "min": "191.582", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "101.33", - "max": "101.505", - "min": "101.141", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "132.189", - "max": "132.723", - "min": "131.912", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "200.4", - "max": "200.753", - "min": "200.245", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "285.339", - "max": "285.998", - "min": "285.093", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.607", - "max": "297.985", - "min": "297.472", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "96.693", - "max": "96.937", - "min": "96.582", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "150.427", - "max": "153.884", - "min": "149.998", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "410.573", - "max": "532.609", - "min": "263.774", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "118.51", - "max": "197.124", - "min": "45.467", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "190.183", - "max": "212.369", - "min": "188.581", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "270.153", - "max": "270.558", - "min": "269.979", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "140.947", - "max": "141.44", - "min": "140.766", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "129.85", - "max": "131.652", - "min": "129.427", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "139.221", - "max": "139.559", - "min": "138.972", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "212.509", - "max": "368.591", - "min": "132.387", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "210.305", - "max": "211.026", - "min": "210.115", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "52.283", - "max": "264.944", - "min": "44.117", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "25.286", - "max": "25.566", - "min": "25.186", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "38.874", - "max": "40.066", - "min": "38.343", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "97.386", - "max": "97.737", - "min": "97.212", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "197.838", - "max": "198.933", - "min": "197.508", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "143.306", - "max": "143.763", - "min": "143.063", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "193.127", - "max": "193.83", - "min": "192.952", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "134.631", - "max": "135.042", - "min": "134.401", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "122.786", - "max": "122.982", - "min": "122.586", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "128.192", - "max": "128.642", - "min": "127.972", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "310.084", - "max": "311.144", - "min": "309.38", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "146.827", - "max": "147.072", - "min": "146.717", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "92.862", - "max": "93.245", - "min": "92.678", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "151.642", - "max": "162.721", - "min": "150.079", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "139.636", - "max": "140.005", - "min": "139.431", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "132.614", - "max": "132.876", - "min": "132.374", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "95.895", - "max": "100.438", - "min": "95.597", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "14.081", - "max": "14.54", - "min": "13.863", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "200.871", - "max": "203.975", - "min": "200.17", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "49.739", - "max": "50.246", - "min": "49.581", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "49.852", - "max": "50.205", - "min": "49.644", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "206.151", - "max": "217.195", - "min": "205.215", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "20.254", - "max": "21.234", - "min": "19.957", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "68.179", - "max": "85.117", - "min": "66.911", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "171.782", - "max": "172.567", - "min": "171.627", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "29.467", - "max": "30.082", - "min": "29.362", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "37.254", - "max": "37.517", - "min": "37.15", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "20.601", - "max": "22.658", - "min": "19.895", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "262.707", - "max": "262.967", - "min": "262.546", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "42.339", - "max": "45.21", - "min": "42.071", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "32.256", - "max": "64.177", - "min": "30.949", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "112.702", - "max": "112.939", - "min": "112.546", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "166.563", - "max": "166.897", - "min": "166.076", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "67.522", - "max": "68.496", - "min": "67.263", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "315.492", - "max": "361.756", - "min": "307.115", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "142.325", - "max": "142.694", - "min": "142.105", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "261.218", - "max": "336.444", - "min": "253.977", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "154.461", - "max": "154.683", - "min": "154.29", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "397.888", - "max": "398.261", - "min": "397.466", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "9.643", - "max": "9.878", - "min": "9.539", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "97.631", - "max": "98.465", - "min": "97.444", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "141.85", - "max": "142.134", - "min": "141.535", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "194.983", - "max": "195.259", - "min": "194.855", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "112.038", - "max": "112.305", - "min": "111.866", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "153.716", - "max": "154.114", - "min": "153.544", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "260.511", - "max": "264.144", - "min": "249.385", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "105.82", - "max": "106.116", - "min": "105.6", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "118.683", - "max": "118.875", - "min": "118.606", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.079", - "max": "25.817", - "min": "22.749", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "342.32", - "max": "375.458", - "min": "322.855", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "43.893", - "max": "44.705", - "min": "43.735", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "32.41", - "max": "32.827", - "min": "32.214", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "52.161", - "max": "75.915", - "min": "50.909", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "33.058", - "max": "33.287", - "min": "32.945", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "36.838", - "max": "37.615", - "min": "36.606", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "73.255", - "max": "74.087", - "min": "73.013", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "57.187", - "max": "57.421", - "min": "57.049", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "85.991", - "max": "86.625", - "min": "85.733", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "64.025", - "max": "64.298", - "min": "63.849", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "29.658", - "max": "32.239", - "min": "29.445", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "36.737", - "max": "37.019", - "min": "36.605", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "23.362", - "max": "23.974", - "min": "23.176", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "28.395", - "max": "28.691", - "min": "28.187", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "72.767", - "max": "73.701", - "min": "72.365", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "37.944", - "max": "50.511", - "min": "36.389", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "35.207", - "max": "47.572", - "min": "22.167", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "27.783", - "max": "27.975", - "min": "27.532", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "70.878", - "max": "71.932", - "min": "70.643", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "5.383", - "max": "6.055", - "min": "5.152", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "48.049", - "max": "48.634", - "min": "47.637", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "30.682", - "max": "39.393", - "min": "30.025", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "310.534", - "max": "312.55", - "min": "310.223", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "21.808", - "max": "22.405", - "min": "21.598", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "53.701", - "max": "54.069", - "min": "53.42", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "47.786", - "max": "48.12", - "min": "47.674", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "188.325", - "max": "194.522", - "min": "186.483", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "39.23", - "max": "39.5", - "min": "39.067", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "24.511", - "max": "28.399", - "min": "24.181", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "23.941", - "max": "24.525", - "min": "23.729", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "26.769", - "max": "29.881", - "min": "26.494", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "317.675", - "max": "318.871", - "min": "317.252", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "115.016", - "max": "116.447", - "min": "114.37", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "224.446", - "max": "236.866", - "min": "217.721", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "173.239", - "max": "173.679", - "min": "173.077", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "30.413", - "max": "30.717", - "min": "30.288", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "158.666", - "max": "159.206", - "min": "158.437", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "183.439", - "max": "184.21", - "min": "183.076", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "68.254", - "max": "68.613", - "min": "68.045", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "43.227", - "max": "44.531", - "min": "42.986", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "33.344", - "max": "34.247", - "min": "32.95", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "39.544", - "max": "39.768", - "min": "39.385", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "131.404", - "max": "131.655", - "min": "131.255", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "134.44", - "max": "135.254", - "min": "134.318", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "205.714", - "max": "277.116", - "min": "202.942", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "99.303", - "max": "100.028", - "min": "99.142", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "29.459", - "max": "29.802", - "min": "29.26", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "98.463", - "max": "98.735", - "min": "98.328", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "31.357", - "max": "32.206", - "min": "31.211", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "247.518", - "max": "247.94", - "min": "247.304", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.323", - "max": "157.486", - "min": "151.816", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "48.483", - "max": "48.757", - "min": "48.336", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "62.442", - "max": "75.594", - "min": "60.889", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "172.677", - "max": "187.171", - "min": "170.957", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "261.284", - "max": "261.896", - "min": "260.958", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "271.798", - "max": "272.163", - "min": "271.497", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "84.063", - "max": "84.561", - "min": "83.854", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "56.457", - "max": "56.713", - "min": "56.312", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "33.772", - "max": "38.566", - "min": "33.47", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "83.432", - "max": "84.347", - "min": "83.29", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "112.008", - "max": "113.313", - "min": "111.552", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "121.699", - "max": "121.994", - "min": "121.547", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "84.188", - "max": "89.243", - "min": "82.223", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "195.739", - "max": "196.644", - "min": "195.243", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "114.09", - "max": "116.525", - "min": "112.88", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "73.729", - "max": "74.226", - "min": "73.604", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "125.767", - "max": "126.057", - "min": "125.482", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "39.688", - "max": "42.457", - "min": "39.387", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "201.82", - "max": "202.342", - "min": "201.467", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "197.855", - "max": "197.855", - "min": "197.855", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "30.869", - "max": "31.301", - "min": "30.778", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "30.622", - "max": "30.823", - "min": "30.484", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "124.892", - "max": "125.394", - "min": "124.709", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "48.734", - "max": "62.093", - "min": "40.683", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "42.568", - "max": "81.146", - "min": "41.121", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "160.634", - "max": "163.816", - "min": "160.15", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "101.601", - "max": "103.15", - "min": "101.33", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "128.549", - "max": "146.759", - "min": "127.774", - "id": "32", - "country": "Poland", - "source_name": "Warsaw", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "34": { - "name": "Kiev", - "data": { - "0": { - "avg": "231.142", - "max": "231.386", - "min": "231.015", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "311.471", - "max": "311.778", - "min": "311.284", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "143.784", - "max": "143.927", - "min": "143.709", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "47.864", - "max": "57.052", - "min": "47.003", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "48.206", - "max": "48.381", - "min": "48.072", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "258.735", - "max": "258.982", - "min": "258.591", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "41.549", - "max": "42.241", - "min": "41.419", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "309.622", - "max": "320.129", - "min": "308.714", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "44.592", - "max": "45.041", - "min": "44.495", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "64.584", - "max": "72.839", - "min": "64.058", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "48.897", - "max": "49.248", - "min": "48.742", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "159.224", - "max": "159.322", - "min": "159.13", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "118.645", - "max": "118.924", - "min": "118.56", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "137.258", - "max": "137.721", - "min": "137.089", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "143.18", - "max": "143.811", - "min": "143.091", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "121.229", - "max": "121.851", - "min": "120.972", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "58.911", - "max": "59.204", - "min": "58.694", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "130.461", - "max": "131.219", - "min": "130.345", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "57.689", - "max": "58.121", - "min": "57.505", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "55.611", - "max": "55.835", - "min": "55.515", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "317.344", - "max": "317.869", - "min": "317.269", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "143.455", - "max": "143.536", - "min": "143.311", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "181.997", - "max": "182.292", - "min": "181.931", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "185.179", - "max": "201.197", - "min": "184.53", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "39.1", - "max": "39.446", - "min": "38.914", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "49.881", - "max": "50.868", - "min": "49.739", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "58.679", - "max": "59.195", - "min": "58.457", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "36.52", - "max": "41.518", - "min": "36.181", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "31.564", - "max": "31.764", - "min": "31.478", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "174.607", - "max": "175.076", - "min": "174.358", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "202.363", - "max": "202.613", - "min": "202.159", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "22.102", - "max": "22.353", - "min": "21.964", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "176.585", - "max": "189.414", - "min": "175.964", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "0.033", - "max": "0.088", - "min": "0.027", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "37.832", - "max": "39.187", - "min": "37.287", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "189.103", - "max": "196.725", - "min": "188.524", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "178.754", - "max": "179.152", - "min": "178.67", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "177.913", - "max": "178.136", - "min": "177.76", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "146.269", - "max": "146.502", - "min": "146.106", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "134.341", - "max": "138.06", - "min": "134.008", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "191.437", - "max": "200.914", - "min": "190.519", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "59.919", - "max": "65.219", - "min": "59.363", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "75.199", - "max": "75.521", - "min": "75.022", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "51.592", - "max": "51.938", - "min": "51.407", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.079", - "max": "161.383", - "min": "160.974", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "43.485", - "max": "44.111", - "min": "43.193", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "57.842", - "max": "57.97", - "min": "57.747", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "200.373", - "max": "203.796", - "min": "200.057", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "273.923", - "max": "275.04", - "min": "272.693", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "161.015", - "max": "161.413", - "min": "160.901", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "124.807", - "max": "127.417", - "min": "124.59", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "189.26", - "max": "189.621", - "min": "189.049", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "54.807", - "max": "146.073", - "min": "46.616", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "146.607", - "max": "146.74", - "min": "146.492", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "169.51", - "max": "178.138", - "min": "165.768", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "298.755", - "max": "299.471", - "min": "298.54", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "69.912", - "max": "70.987", - "min": "69.169", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "345.55", - "max": "346.281", - "min": "345.419", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "89.593", - "max": "92.762", - "min": "89.206", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "42.522", - "max": "43.191", - "min": "42.353", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "83.718", - "max": "84.495", - "min": "83.269", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "92.044", - "max": "151.365", - "min": "89.294", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "216.499", - "max": "304.772", - "min": "209.359", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "236.808", - "max": "236.924", - "min": "236.731", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "62.77", - "max": "62.919", - "min": "62.649", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "63.776", - "max": "64.095", - "min": "63.667", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "126.681", - "max": "126.953", - "min": "126.567", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "74.316", - "max": "74.607", - "min": "73.955", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "247.913", - "max": "249.566", - "min": "247.393", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "156.098", - "max": "156.48", - "min": "156.004", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "215.73", - "max": "216.885", - "min": "215.562", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "180.901", - "max": "181.446", - "min": "180.65", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "189.632", - "max": "192.874", - "min": "189.305", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "148.174", - "max": "148.291", - "min": "148.089", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "95.514", - "max": "95.817", - "min": "95.39", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "50.476", - "max": "50.769", - "min": "50.34", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "149.612", - "max": "149.972", - "min": "149.445", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "182.501", - "max": "182.697", - "min": "182.344", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "144.725", - "max": "145.113", - "min": "144.483", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "132.108", - "max": "133.003", - "min": "131.962", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "173.8", - "max": "174.345", - "min": "173.615", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "121.93", - "max": "122.657", - "min": "121.694", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "258.676", - "max": "263.095", - "min": "255.361", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "168.366", - "max": "168.572", - "min": "168.214", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "160.69", - "max": "161.225", - "min": "160.58", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "98.757", - "max": "99.761", - "min": "98.394", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "59.173", - "max": "65.418", - "min": "58.524", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "151.486", - "max": "151.683", - "min": "151.317", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "154.674", - "max": "156.663", - "min": "154.498", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "51.479", - "max": "53.419", - "min": "51.199", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "155.43", - "max": "157.172", - "min": "154.901", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.863", - "max": "181.338", - "min": "180.637", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "63.301", - "max": "63.913", - "min": "63.221", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "338.33", - "max": "340.21", - "min": "338.131", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "123.996", - "max": "124.387", - "min": "123.714", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "151.59", - "max": "151.719", - "min": "151.46", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "199.236", - "max": "199.699", - "min": "198.902", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "175.17", - "max": "181.967", - "min": "174.137", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "181.992", - "max": "182.409", - "min": "181.862", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "144.803", - "max": "147.133", - "min": "144.499", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "153.766", - "max": "153.979", - "min": "153.699", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "193.991", - "max": "194.207", - "min": "193.75", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "60.303", - "max": "60.644", - "min": "60.196", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "363.488", - "max": "371.623", - "min": "362.635", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "144.942", - "max": "146.124", - "min": "144.713", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "358.538", - "max": "371.552", - "min": "322.417", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "213.764", - "max": "215.184", - "min": "213.646", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "122.156", - "max": "122.475", - "min": "121.91", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "148.566", - "max": "148.783", - "min": "148.447", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "164.688", - "max": "166.865", - "min": "164.418", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "331.804", - "max": "332.711", - "min": "331.624", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "302.915", - "max": "303.244", - "min": "302.74", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "130.05", - "max": "130.392", - "min": "129.942", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "155.888", - "max": "156.741", - "min": "155.67", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "408.149", - "max": "520.86", - "min": "241.283", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "163.372", - "max": "246.357", - "min": "102.216", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "207.895", - "max": "208.901", - "min": "207.483", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "258.327", - "max": "261.027", - "min": "257.848", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "165.829", - "max": "166.075", - "min": "165.706", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "163.997", - "max": "165.238", - "min": "163.696", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "155.082", - "max": "164.329", - "min": "154.454", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "220.269", - "max": "371.682", - "min": "140.887", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "239.284", - "max": "239.467", - "min": "239.171", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "66.226", - "max": "213.763", - "min": "59.015", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "45.915", - "max": "46.033", - "min": "45.872", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "56.929", - "max": "61.391", - "min": "56.279", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "123.126", - "max": "126.594", - "min": "121.136", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "186.416", - "max": "186.695", - "min": "186.235", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "141.005", - "max": "141.323", - "min": "140.866", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "227.659", - "max": "228.206", - "min": "227.535", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "158.038", - "max": "160.19", - "min": "157.839", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "135.857", - "max": "136.06", - "min": "135.74", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "140.399", - "max": "140.611", - "min": "140.155", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "337.736", - "max": "338.408", - "min": "337.225", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "160.927", - "max": "161.32", - "min": "160.828", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "113.971", - "max": "114.209", - "min": "113.867", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "166.544", - "max": "174.146", - "min": "164.996", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "162.323", - "max": "162.767", - "min": "162.08", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "152.534", - "max": "152.823", - "min": "152.371", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "115.06", - "max": "115.335", - "min": "114.914", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "51.302", - "max": "51.546", - "min": "51.221", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "200.712", - "max": "201.656", - "min": "200.356", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "44.558", - "max": "44.658", - "min": "44.469", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "33.79", - "max": "34.433", - "min": "33.638", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "221.041", - "max": "230.703", - "min": "219.934", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "43.484", - "max": "44.463", - "min": "43.303", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "59.908", - "max": "65.284", - "min": "59.599", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "164.165", - "max": "164.445", - "min": "164.09", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "48.218", - "max": "48.717", - "min": "48.128", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "53.88", - "max": "54.058", - "min": "53.769", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "35.693", - "max": "39.618", - "min": "34.526", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "302.941", - "max": "303.11", - "min": "302.875", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "70.915", - "max": "72.942", - "min": "70.595", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "62.684", - "max": "68.278", - "min": "62.162", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "136.813", - "max": "136.958", - "min": "136.713", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "180.04", - "max": "180.75", - "min": "179.652", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "49.598", - "max": "51.168", - "min": "49.352", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "278.474", - "max": "318.918", - "min": "272.078", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "157.278", - "max": "157.479", - "min": "157.107", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "286.517", - "max": "365.051", - "min": "279.72", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "154.816", - "max": "155.012", - "min": "154.708", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "413.788", - "max": "414.126", - "min": "413.526", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "29.771", - "max": "30.139", - "min": "29.663", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "111.047", - "max": "111.356", - "min": "110.906", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "72.062", - "max": "72.334", - "min": "71.948", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "211.258", - "max": "211.479", - "min": "211.173", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "52.959", - "max": "53.19", - "min": "52.829", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "180.499", - "max": "181.042", - "min": "180.305", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "231.357", - "max": "248.621", - "min": "206.348", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "121.862", - "max": "122.014", - "min": "121.746", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "145.724", - "max": "145.796", - "min": "145.673", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "46.63", - "max": "47.027", - "min": "46.539", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "178.686", - "max": "178.792", - "min": "178.567", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "56.284", - "max": "56.824", - "min": "56.2", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "40.768", - "max": "43.223", - "min": "40.453", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "58.865", - "max": "59.055", - "min": "58.788", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "56.478", - "max": "56.601", - "min": "56.403", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "62.933", - "max": "63.471", - "min": "62.654", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "82.737", - "max": "83.091", - "min": "82.535", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "65.969", - "max": "66.073", - "min": "65.899", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "23.618", - "max": "25.329", - "min": "23.38", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.831", - "max": "69.837", - "min": "68.675", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "40.793", - "max": "43.257", - "min": "40.476", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "46.03", - "max": "46.277", - "min": "45.927", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "41.949", - "max": "42.386", - "min": "41.758", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "48.112", - "max": "48.327", - "min": "47.93", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "81.448", - "max": "82.79", - "min": "81.157", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "59.97", - "max": "76.675", - "min": "58.516", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "67.34", - "max": "106.005", - "min": "39.507", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "47.835", - "max": "51.602", - "min": "47.456", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "70.761", - "max": "71.604", - "min": "70.528", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "27.924", - "max": "46.22", - "min": "27.121", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "70.577", - "max": "71.114", - "min": "70.154", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "44.72", - "max": "46.352", - "min": "44.349", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "232.516", - "max": "233.095", - "min": "232.339", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "39.072", - "max": "39.812", - "min": "38.911", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "79.236", - "max": "79.702", - "min": "79.018", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "44.393", - "max": "44.499", - "min": "44.324", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "205.663", - "max": "211.85", - "min": "204.279", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "75.865", - "max": "76.116", - "min": "75.714", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "43.939", - "max": "44.673", - "min": "43.732", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "41.098", - "max": "42.169", - "min": "40.853", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "41.426", - "max": "46.999", - "min": "41.004", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "332.239", - "max": "338.729", - "min": "331.821", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "129.598", - "max": "133.415", - "min": "129.165", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "234.992", - "max": "236.599", - "min": "228.434", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "167.426", - "max": "167.735", - "min": "167.266", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "47.67", - "max": "48.34", - "min": "47.513", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "109.099", - "max": "109.593", - "min": "108.901", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "200.535", - "max": "200.705", - "min": "200.249", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "75.979", - "max": "76.381", - "min": "75.828", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "79.289", - "max": "79.86", - "min": "79.115", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "50.516", - "max": "51.679", - "min": "50.105", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "41.598", - "max": "43.198", - "min": "41.269", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "149.172", - "max": "149.292", - "min": "149.124", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "158.978", - "max": "159.734", - "min": "158.857", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "285.996", - "max": "293.358", - "min": "285.576", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "119.199", - "max": "119.505", - "min": "119.127", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "59.325", - "max": "59.495", - "min": "59.211", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "127.003", - "max": "127.108", - "min": "126.923", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "53.585", - "max": "53.743", - "min": "53.484", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "248.015", - "max": "522.734", - "min": "238.339", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "169.412", - "max": "173.729", - "min": "166.488", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "56.013", - "max": "56.221", - "min": "55.86", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "75.681", - "max": "77.837", - "min": "75.036", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "191.564", - "max": "203.797", - "min": "190.186", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "142.003", - "max": "142.5", - "min": "141.692", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "265.988", - "max": "266.199", - "min": "265.858", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.373", - "max": "85.887", - "min": "85.206", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "67.905", - "max": "67.975", - "min": "67.831", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "42.002", - "max": "42.1", - "min": "41.942", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "78.658", - "max": "78.981", - "min": "78.531", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "125.597", - "max": "129.189", - "min": "125.146", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "133.803", - "max": "134.144", - "min": "133.679", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "91.538", - "max": "93.672", - "min": "90.021", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "203.17", - "max": "204.856", - "min": "202.268", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "131.952", - "max": "134.254", - "min": "130.953", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "90.344", - "max": "91.004", - "min": "90.223", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "140.429", - "max": "140.689", - "min": "140.164", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "58.8", - "max": "62.637", - "min": "58.5", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "198.16", - "max": "199.828", - "min": "196.58", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "227.071", - "max": "227.071", - "min": "227.071", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "57.467", - "max": "57.638", - "min": "57.39", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "36.056", - "max": "36.557", - "min": "35.95", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "157.26", - "max": "158.981", - "min": "156.96", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "70.173", - "max": "85.62", - "min": "60.159", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "49.251", - "max": "50.265", - "min": "49.057", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "138.14", - "max": "139.104", - "min": "137.998", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "73.21", - "max": "73.711", - "min": "72.949", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "155.185", - "max": "160.335", - "min": "154.666", - "id": "34", - "country": "Ukraine", - "source_name": "Kiev", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "67": { - "name": "Bucharest", - "data": { - "0": { - "avg": "203.164", - "max": "203.5", - "min": "203.006", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "311.514", - "max": "322.797", - "min": "310.706", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "126.969", - "max": "128.106", - "min": "126.761", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "27.579", - "max": "29.874", - "min": "27.063", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "36.943", - "max": "39.546", - "min": "36.667", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "275.948", - "max": "277.064", - "min": "275.737", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "31.854", - "max": "38.887", - "min": "31.469", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "296.698", - "max": "300.754", - "min": "296.046", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "61.73", - "max": "62.321", - "min": "61.578", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "53.091", - "max": "54.9", - "min": "52.881", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "35.983", - "max": "38.865", - "min": "35.711", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "154.426", - "max": "155.048", - "min": "154.291", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "120.998", - "max": "122.708", - "min": "120.743", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "123.537", - "max": "124.044", - "min": "123.336", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "144.939", - "max": "150.264", - "min": "144.649", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "120.074", - "max": "120.761", - "min": "119.306", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "49.802", - "max": "50.055", - "min": "49.581", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "126.589", - "max": "126.859", - "min": "126.485", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "51.453", - "max": "51.751", - "min": "51.33", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "37.163", - "max": "40.508", - "min": "36.925", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "314.792", - "max": "315.981", - "min": "314.657", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "136.24", - "max": "137.313", - "min": "136.091", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "184.178", - "max": "184.849", - "min": "184.019", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "197.437", - "max": "198.882", - "min": "197.265", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "49.695", - "max": "53.023", - "min": "49.002", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "46.54", - "max": "47.727", - "min": "46.398", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "36.798", - "max": "37.852", - "min": "36.626", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "46.339", - "max": "47.144", - "min": "46.173", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "27.101", - "max": "27.275", - "min": "26.993", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "166.742", - "max": "167.168", - "min": "166.537", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "184.029", - "max": "193.387", - "min": "183.504", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "43.24", - "max": "43.483", - "min": "43.148", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "180.307", - "max": "181.2", - "min": "180.155", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "63.805", - "max": "65.284", - "min": "63.659", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "45.513", - "max": "46.596", - "min": "45.178", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "184.98", - "max": "187.026", - "min": "184.632", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "184.767", - "max": "189.429", - "min": "184.561", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "187.4", - "max": "188.055", - "min": "187.267", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "149.26", - "max": "157.472", - "min": "148.788", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "125.518", - "max": "130.772", - "min": "125.057", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "193.744", - "max": "197.837", - "min": "193.091", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "43.143", - "max": "46.054", - "min": "42.663", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "85.533", - "max": "91.168", - "min": "85.225", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "49.339", - "max": "49.607", - "min": "49.16", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "168.88", - "max": "168.995", - "min": "168.79", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.451", - "max": "36.24", - "min": "35.066", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "79.915", - "max": "80.109", - "min": "79.811", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "195.215", - "max": "196.318", - "min": "195.02", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "271.854", - "max": "272.702", - "min": "271.652", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "154", - "max": "154.215", - "min": "153.922", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "114.298", - "max": "114.896", - "min": "114.065", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "192.805", - "max": "193.387", - "min": "192.515", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "101.341", - "max": "187.609", - "min": "83.581", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.609", - "max": "140.231", - "min": "139.408", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "179.66", - "max": "189.264", - "min": "176.932", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "293.397", - "max": "294.207", - "min": "293.16", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "60.843", - "max": "65.746", - "min": "59.55", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "332.413", - "max": "335.653", - "min": "331.687", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "46.111", - "max": "47.338", - "min": "45.733", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "41.824", - "max": "42.215", - "min": "41.715", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "78.917", - "max": "81.763", - "min": "78.312", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "94.689", - "max": "152.628", - "min": "89.806", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "201.245", - "max": "239.133", - "min": "198.702", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "368.475", - "max": "368.586", - "min": "368.407", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.272", - "max": "45.981", - "min": "45.116", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "0.03", - "max": "0.051", - "min": "0.021", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "116.717", - "max": "116.925", - "min": "116.602", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "34.01", - "max": "35.063", - "min": "33.719", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "252.239", - "max": "253.89", - "min": "251.403", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "158.287", - "max": "159.637", - "min": "158.035", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "249.16", - "max": "251.446", - "min": "248.759", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "177.278", - "max": "178.234", - "min": "177.01", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "183.6", - "max": "184.532", - "min": "183.418", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "143.68", - "max": "144.958", - "min": "143.521", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "83.687", - "max": "85.659", - "min": "83.329", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "76.512", - "max": "138.807", - "min": "41.991", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "128.999", - "max": "131.202", - "min": "128.817", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "171.17", - "max": "171.447", - "min": "170.956", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "142.223", - "max": "142.608", - "min": "142.003", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "127.43", - "max": "127.953", - "min": "127.228", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "178.644", - "max": "179.346", - "min": "178.405", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "125.594", - "max": "126.544", - "min": "125.249", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "272.353", - "max": "282.925", - "min": "267.383", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "167.613", - "max": "168.628", - "min": "167.368", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "164.058", - "max": "164.213", - "min": "163.974", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "86.96", - "max": "88.72", - "min": "86.61", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "52.425", - "max": "55.335", - "min": "51.989", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "144.311", - "max": "144.607", - "min": "144.179", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "133.516", - "max": "138.017", - "min": "133.153", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "46.966", - "max": "52.012", - "min": "46.521", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "146.349", - "max": "148.756", - "min": "145.803", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "184.943", - "max": "186.554", - "min": "184.717", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "47.909", - "max": "48.31", - "min": "47.829", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "311.57", - "max": "312.998", - "min": "311.43", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "129.345", - "max": "129.966", - "min": "129.205", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "145.205", - "max": "145.627", - "min": "145.028", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "191.028", - "max": "200.021", - "min": "190.437", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "180.769", - "max": "185.369", - "min": "180.004", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "185.86", - "max": "186.061", - "min": "185.745", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "139.449", - "max": "142.73", - "min": "139.009", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "149.703", - "max": "150.034", - "min": "149.612", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "199.67", - "max": "199.807", - "min": "199.491", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "11.212", - "max": "15.15", - "min": "10.882", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "342.835", - "max": "344.824", - "min": "342.147", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "141.532", - "max": "142.317", - "min": "141.269", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "352.248", - "max": "367.604", - "min": "312.873", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "224.833", - "max": "226.925", - "min": "224.635", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "114.549", - "max": "114.735", - "min": "114.441", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "137.212", - "max": "138.288", - "min": "137.038", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "162.766", - "max": "165.47", - "min": "161.76", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "275.446", - "max": "276.381", - "min": "275.215", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "311.953", - "max": "312.832", - "min": "311.804", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "121.185", - "max": "121.377", - "min": "121.054", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "148.586", - "max": "164.139", - "min": "147.413", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "404.273", - "max": "499.088", - "min": "223.462", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "144.581", - "max": "232.42", - "min": "51.684", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "195.619", - "max": "203.114", - "min": "194.739", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "288.172", - "max": "293.897", - "min": "287.717", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "151.612", - "max": "152.503", - "min": "151.435", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "151.713", - "max": "160.794", - "min": "151.246", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "141.803", - "max": "144.172", - "min": "141.203", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "221.322", - "max": "367.667", - "min": "143.105", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "231.755", - "max": "233.741", - "min": "231.575", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "51.579", - "max": "199.908", - "min": "40.655", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "44.032", - "max": "44.825", - "min": "43.846", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "50.191", - "max": "51.824", - "min": "49.534", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "114.576", - "max": "117.717", - "min": "112.329", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "187.252", - "max": "187.641", - "min": "187.05", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "145.855", - "max": "147.572", - "min": "145.581", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "212.906", - "max": "214.261", - "min": "212.683", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "145.778", - "max": "146.617", - "min": "145.608", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "134.81", - "max": "135.202", - "min": "134.661", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "128.204", - "max": "128.628", - "min": "127.941", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "318.245", - "max": "319.902", - "min": "317.55", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "165.094", - "max": "173.068", - "min": "163.973", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "105.809", - "max": "107.618", - "min": "105.529", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "171.303", - "max": "182.214", - "min": "169.821", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "158.73", - "max": "159.35", - "min": "158.548", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "142.445", - "max": "144.017", - "min": "141.976", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "122.161", - "max": "123.407", - "min": "121.974", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "27.206", - "max": "27.752", - "min": "27.08", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "199.483", - "max": "199.87", - "min": "198.935", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "66.338", - "max": "67.297", - "min": "66.035", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "29.372", - "max": "31.5", - "min": "29.194", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "207.23", - "max": "224.288", - "min": "206.231", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "36.801", - "max": "37.198", - "min": "36.555", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "8.844", - "max": "17.883", - "min": "8.273", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": null, - "max": null, - "min": null, - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "44.779", - "max": "52.196", - "min": "44.306", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "55.522", - "max": "55.897", - "min": "55.463", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "35.883", - "max": "51.166", - "min": "34.13", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "299.615", - "max": "304.191", - "min": "299.336", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "25.222", - "max": "27.488", - "min": "24.885", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "55.352", - "max": "55.663", - "min": "55.184", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.635", - "max": "129.234", - "min": "125.363", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "170.205", - "max": "170.943", - "min": "169.798", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "53.783", - "max": "55.434", - "min": "53.171", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "275.928", - "max": "314.89", - "min": "269.25", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "157.064", - "max": "157.737", - "min": "156.856", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "280.908", - "max": "374.052", - "min": "273.989", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "168.063", - "max": "168.448", - "min": "167.957", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "408.45", - "max": "408.81", - "min": "408.07", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "38.033", - "max": "39.333", - "min": "37.784", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "100.424", - "max": "102.467", - "min": "99.955", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "111.782", - "max": "113.988", - "min": "111.566", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "206.542", - "max": "207.506", - "min": "206.307", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "116.844", - "max": "117.128", - "min": "116.624", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "169.564", - "max": "170.896", - "min": "169.245", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "266.407", - "max": "267.234", - "min": "266.282", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "110.004", - "max": "110.289", - "min": "109.738", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "133.634", - "max": "134.215", - "min": "133.546", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "33.503", - "max": "34.849", - "min": "33.244", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "337.735", - "max": "373.859", - "min": "319.928", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "61.766", - "max": "63.803", - "min": "61.586", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "44.143", - "max": "45.175", - "min": "43.933", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "47.421", - "max": "61.735", - "min": "46.706", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "39.524", - "max": "40.945", - "min": "39.424", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "41.793", - "max": "45.891", - "min": "41.303", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "81.304", - "max": "84.639", - "min": "80.409", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "48.681", - "max": "49.455", - "min": "48.522", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "85.847", - "max": "91.911", - "min": "85.466", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "57.943", - "max": "58.402", - "min": "57.814", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "37.507", - "max": "38.878", - "min": "37.271", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "36.966", - "max": "37.995", - "min": "36.814", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "32.216", - "max": "32.696", - "min": "32.066", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "27.481", - "max": "27.664", - "min": "27.349", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "49.006", - "max": "51.232", - "min": "48.664", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "46.93", - "max": "91.171", - "min": "44.565", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "56.121", - "max": "69.518", - "min": "40.261", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "35.424", - "max": "35.844", - "min": "35.314", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "46.938", - "max": "49.28", - "min": "46.592", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.278", - "max": "47.135", - "min": "46.072", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "39.528", - "max": "40.235", - "min": "39.159", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "47.845", - "max": "50.396", - "min": "47.214", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "293.845", - "max": "319.91", - "min": "292.485", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "23.561", - "max": "23.866", - "min": "23.47", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "53.362", - "max": "57.746", - "min": "53.03", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "34.051", - "max": "37.061", - "min": "33.867", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "203.344", - "max": "210.038", - "min": "202.134", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "45.859", - "max": "46.691", - "min": "45.698", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "38.875", - "max": "46.097", - "min": "38.096", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "35.51", - "max": "36.742", - "min": "35.316", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "30.857", - "max": "31.379", - "min": "30.636", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "338.547", - "max": "348.646", - "min": "337.729", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "130.328", - "max": "137.36", - "min": "128.904", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "330.862", - "max": "332.905", - "min": "330.717", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "182.203", - "max": "182.756", - "min": "182.078", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "34.368", - "max": "35.02", - "min": "34.227", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "179.805", - "max": "181.17", - "min": "179.567", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "205.905", - "max": "206.293", - "min": "205.656", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "60.494", - "max": "60.731", - "min": "60.354", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "22.486", - "max": "23.122", - "min": "22.355", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "51.651", - "max": "52.444", - "min": "51.33", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "46.523", - "max": "48.003", - "min": "46.164", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "146.138", - "max": "146.568", - "min": "146.059", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "152.663", - "max": "152.823", - "min": "152.607", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "242.041", - "max": "242.58", - "min": "241.856", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "203.699", - "max": "205.271", - "min": "203.402", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "35.595", - "max": "35.827", - "min": "35.498", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "118.281", - "max": "118.844", - "min": "118.164", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "42.017", - "max": "44.469", - "min": "41.785", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "243.694", - "max": "246.389", - "min": "243.014", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "160.843", - "max": "164.29", - "min": "158.432", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "56.107", - "max": "56.33", - "min": "55.976", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "64.847", - "max": "66.467", - "min": "63.936", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "174.033", - "max": "186.326", - "min": "172.319", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "263.489", - "max": "266.288", - "min": "262.911", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "276.239", - "max": "277.669", - "min": "275.976", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "103.809", - "max": "104.255", - "min": "103.688", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "70.74", - "max": "74.362", - "min": "70.404", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "42.145", - "max": "43.424", - "min": "41.981", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "65.225", - "max": "65.909", - "min": "65.094", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "129.665", - "max": "132.487", - "min": "129.085", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "131.091", - "max": "131.319", - "min": "130.971", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "91.085", - "max": "102.973", - "min": "89.068", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "190.216", - "max": "191.114", - "min": "189.949", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "131.312", - "max": "133.187", - "min": "130.433", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "77.766", - "max": "82.084", - "min": "77.375", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "133.552", - "max": "134.834", - "min": "133.197", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "62.655", - "max": "67.201", - "min": "61.826", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "264.79", - "max": "265.12", - "min": "264.67", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "212.003", - "max": "212.003", - "min": "212.003", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "46.745", - "max": "47.196", - "min": "46.655", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "44.96", - "max": "45.813", - "min": "44.84", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "144.776", - "max": "156.2", - "min": "144.075", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "69.179", - "max": "76.557", - "min": "63.617", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "43.707", - "max": "46.774", - "min": "43.478", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "202.157", - "max": "203.158", - "min": "201.948", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "48.825", - "max": "50.102", - "min": "48.343", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "146.263", - "max": "150.969", - "min": "146.013", - "id": "67", - "country": "Romania", - "source_name": "Bucharest", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "69": { - "name": "Varna", - "data": { - "0": { - "avg": "241.066", - "max": "261.427", - "min": "238.406", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "310.168", - "max": "311.821", - "min": "309.694", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "135.554", - "max": "136.05", - "min": "135.097", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "22.571", - "max": "37.365", - "min": "21.278", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "44.029", - "max": "44.515", - "min": "43.691", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "261.314", - "max": "261.612", - "min": "260.966", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "39.836", - "max": "40.385", - "min": "39.469", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "310.928", - "max": "315.319", - "min": "309.991", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "86.016", - "max": "86.345", - "min": "85.647", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "63.782", - "max": "66.493", - "min": "63.165", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "50.907", - "max": "51.26", - "min": "50.432", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "163.918", - "max": "164.778", - "min": "163.536", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "113.299", - "max": "114.051", - "min": "112.568", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "126.595", - "max": "127.199", - "min": "126.207", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "143.34", - "max": "156.718", - "min": "142.346", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "128.506", - "max": "132.002", - "min": "127.976", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "53.036", - "max": "53.456", - "min": "52.571", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "129.375", - "max": "150.569", - "min": "127.402", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "56.913", - "max": "57.167", - "min": "56.421", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "31.017", - "max": "31.22", - "min": "30.675", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "322.364", - "max": "322.703", - "min": "322.027", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "138.719", - "max": "139.215", - "min": "138.09", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "175.282", - "max": "182.091", - "min": "174.343", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "198.03", - "max": "201.657", - "min": "197.599", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "51.115", - "max": "51.511", - "min": "50.61", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "46.651", - "max": "46.972", - "min": "46.374", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "38.269", - "max": "42.65", - "min": "37.714", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "27.504", - "max": "27.846", - "min": "27.021", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "43.385", - "max": "43.677", - "min": "43.048", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "170.018", - "max": "171.082", - "min": "169.499", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "255.487", - "max": "256.127", - "min": "255.032", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "55.919", - "max": "56.245", - "min": "55.568", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "176.427", - "max": "182.976", - "min": "175.739", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "74.295", - "max": "74.575", - "min": "73.955", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "41.315", - "max": "42.167", - "min": "40.9", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "194.755", - "max": "195.956", - "min": "194.391", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "181.579", - "max": "181.934", - "min": "181.231", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "179.406", - "max": "193.757", - "min": "178.342", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "142.91", - "max": "143.26", - "min": "142.516", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "130.46", - "max": "131.959", - "min": "129.941", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "185.746", - "max": "190.07", - "min": "185.394", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "52.384", - "max": "58.043", - "min": "51.283", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "86.758", - "max": "87.227", - "min": "86.385", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "50.375", - "max": "52.048", - "min": "49.914", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "172.342", - "max": "183.616", - "min": "171.355", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "23.326", - "max": "24.415", - "min": "22.713", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "66.753", - "max": "67.101", - "min": "66.391", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "208.423", - "max": "208.764", - "min": "207.979", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "260.883", - "max": "261.494", - "min": "260.458", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "147.331", - "max": "149.148", - "min": "146.933", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "119.148", - "max": "119.967", - "min": "118.752", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "179.681", - "max": "180.195", - "min": "179.297", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "121.02", - "max": "131.453", - "min": "110.691", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "151.042", - "max": "151.458", - "min": "150.706", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "181.623", - "max": "189.6", - "min": "178.081", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "265.384", - "max": "265.913", - "min": "265.067", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "81.044", - "max": "89.556", - "min": "80.178", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "325.285", - "max": "334.085", - "min": "324.495", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "87.037", - "max": "88.001", - "min": "86.542", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "42.117", - "max": "42.499", - "min": "41.791", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "96.23", - "max": "99.407", - "min": "95.318", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "100.679", - "max": "137.649", - "min": "94.5", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "202.197", - "max": "294.674", - "min": "191.857", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "273.22", - "max": "279.768", - "min": "272.307", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "41.023", - "max": "41.541", - "min": "40.64", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "33.996", - "max": "34.401", - "min": "33.57", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "119.636", - "max": "120.001", - "min": "119.296", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "0.027", - "max": "0.038", - "min": "0.01", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "252.961", - "max": "260.161", - "min": "251.416", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "147.626", - "max": "149.052", - "min": "146.959", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "233.002", - "max": "237.185", - "min": "232.374", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "177.643", - "max": "178.176", - "min": "177.1", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "191.752", - "max": "195.046", - "min": "191.277", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "135.484", - "max": "135.897", - "min": "134.913", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "99.372", - "max": "100.05", - "min": "98.945", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "58.559", - "max": "59.14", - "min": "58.055", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "130.902", - "max": "131.221", - "min": "130.49", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "177.158", - "max": "177.576", - "min": "176.76", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "136.188", - "max": "137.661", - "min": "135.739", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "131.251", - "max": "145.868", - "min": "129.87", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "168.323", - "max": "168.708", - "min": "167.808", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "126.021", - "max": "141.609", - "min": "124.692", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "232.151", - "max": "243.68", - "min": "231.09", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "186.672", - "max": "187.145", - "min": "186.297", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "160.434", - "max": "172.595", - "min": "158.997", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "105.586", - "max": "121.222", - "min": "103.895", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "54.239", - "max": "56.886", - "min": "53.606", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "138.071", - "max": "141.621", - "min": "137.646", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "148.48", - "max": "148.797", - "min": "148.062", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "50.322", - "max": "62.44", - "min": "48.888", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "140.347", - "max": "154.026", - "min": "138.81", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.029", - "max": "189.695", - "min": "178.827", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "64.363", - "max": "64.702", - "min": "64.033", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "323.741", - "max": "324.031", - "min": "323.336", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "121.171", - "max": "131.071", - "min": "120.099", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "147.72", - "max": "148.44", - "min": "146.936", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "205.409", - "max": "205.721", - "min": "205.026", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "178.046", - "max": "194.096", - "min": "176.502", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "184.154", - "max": "184.551", - "min": "183.795", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "142.942", - "max": "149.88", - "min": "142.25", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": null, - "max": null, - "min": null, - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "195.04", - "max": "195.713", - "min": "194.611", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "72.374", - "max": "89.82", - "min": "71.301", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "350.095", - "max": "353.567", - "min": "349.104", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "135.901", - "max": "136.553", - "min": "135.392", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "205.898", - "max": "226.566", - "min": "204.104", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "115.551", - "max": "115.862", - "min": "115.115", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "138.877", - "max": "141.76", - "min": "138.43", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "170.664", - "max": "183.299", - "min": "169.241", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "272.314", - "max": "272.884", - "min": "271.784", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "278.744", - "max": "292.131", - "min": "277.429", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "113.618", - "max": "113.993", - "min": "113.31", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.17", - "max": "162.708", - "min": "151.931", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "393.659", - "max": "516.286", - "min": "233.225", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "107.33", - "max": "166.892", - "min": "51.374", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "212.897", - "max": "219.454", - "min": "212.178", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "258.789", - "max": "262.986", - "min": "258.271", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "158.809", - "max": "159.072", - "min": "158.447", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "144.801", - "max": "146.615", - "min": "144.199", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "147.527", - "max": "148.083", - "min": "147.066", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "205.454", - "max": "365.213", - "min": "134.694", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "225.225", - "max": "225.647", - "min": "224.821", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "63.382", - "max": "218.777", - "min": "55.994", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "66.584", - "max": "66.863", - "min": "66.152", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "59.824", - "max": "61.208", - "min": "59.105", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "113.491", - "max": "129.39", - "min": "112.158", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "200.024", - "max": "200.592", - "min": "199.534", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "141.226", - "max": "155.711", - "min": "138.759", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "214.564", - "max": "215.01", - "min": "214.014", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "139.618", - "max": "140.202", - "min": "139.247", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "128.875", - "max": "131.333", - "min": "128.363", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "138.784", - "max": "147.279", - "min": "137.341", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "338.774", - "max": "340.202", - "min": "337.785", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "158.201", - "max": "158.683", - "min": "157.724", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "114.676", - "max": "121.909", - "min": "114.023", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "167.8", - "max": "173.569", - "min": "166.842", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "153.365", - "max": "169.802", - "min": "152.211", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "144.924", - "max": "145.416", - "min": "144.465", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "117.095", - "max": "117.862", - "min": "116.639", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "21.745", - "max": "22.268", - "min": "21.348", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "228.709", - "max": "229.519", - "min": "228.278", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "72.346", - "max": "72.798", - "min": "72.058", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "18.103", - "max": "18.408", - "min": "17.793", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "213.794", - "max": "223.771", - "min": "212.994", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "59.533", - "max": "60.347", - "min": "59.177", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "8.483", - "max": "15.808", - "min": "7.765", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "165.289", - "max": "166.035", - "min": "164.846", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "50.491", - "max": "63.771", - "min": "49.475", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "47.314", - "max": "47.659", - "min": "46.982", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "37.206", - "max": "49.797", - "min": "35.183", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "236.272", - "max": "236.613", - "min": "235.931", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "17.383", - "max": "24.02", - "min": "16.977", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "47.176", - "max": "95.642", - "min": "45.022", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "123.448", - "max": "131.372", - "min": "122.44", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "172.791", - "max": "173.522", - "min": "172.334", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "73.817", - "max": "74.611", - "min": "73.285", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "279.387", - "max": "329.938", - "min": "271.453", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "149.406", - "max": "149.862", - "min": "148.906", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "286.552", - "max": "359.609", - "min": "278.852", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "149.637", - "max": "158.546", - "min": "148.537", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "422.235", - "max": "422.653", - "min": "421.787", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "70.324", - "max": "70.642", - "min": "70.029", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "113.425", - "max": "115.608", - "min": "112.99", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "145.26", - "max": "148.003", - "min": "144.496", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "228.569", - "max": "228.861", - "min": "228.225", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "113.815", - "max": "121.727", - "min": "112.908", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "172.948", - "max": "173.267", - "min": "172.532", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "240.842", - "max": "248.369", - "min": "239.977", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "118.717", - "max": "119.011", - "min": "118.34", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "137.41", - "max": "137.81", - "min": "136.99", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "51.409", - "max": "52.814", - "min": "50.773", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "173.27", - "max": "173.538", - "min": "172.906", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "55.403", - "max": "80.363", - "min": "53.359", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "52.497", - "max": "54.358", - "min": "51.971", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "51.798", - "max": "52.079", - "min": "51.392", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "50.061", - "max": "50.353", - "min": "49.629", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "52.841", - "max": "55.906", - "min": "52.285", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "100.909", - "max": "101.496", - "min": "100.47", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "81.117", - "max": "81.384", - "min": "80.76", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "82.913", - "max": "84.316", - "min": "82.401", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "73.027", - "max": "74.409", - "min": "72.527", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "57.143", - "max": "59.747", - "min": "56.549", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "56.216", - "max": "56.592", - "min": "55.88", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "56.689", - "max": "57.055", - "min": "56.341", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "32.13", - "max": "32.893", - "min": "31.734", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "92.692", - "max": "93.149", - "min": "92.171", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "43.118", - "max": "54.642", - "min": "41.721", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "78.856", - "max": "139.67", - "min": "49.593", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "44.839", - "max": "45.256", - "min": "44.378", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "87.828", - "max": "88.401", - "min": "87.472", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "70.458", - "max": "71.073", - "min": "70.099", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "42.413", - "max": "42.934", - "min": "41.733", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "41.701", - "max": "43.284", - "min": "41.145", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "233.729", - "max": "234.062", - "min": "233.395", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "39.305", - "max": "39.685", - "min": "38.899", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "100.061", - "max": "100.458", - "min": "99.743", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "30.519", - "max": "45.276", - "min": "29.252", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "210.739", - "max": "216.137", - "min": "208.836", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "28.123", - "max": "28.873", - "min": "27.915", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "43.824", - "max": "51.835", - "min": "42.581", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "54.829", - "max": "55.639", - "min": "54.453", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "57.592", - "max": "60.221", - "min": "56.034", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "308.881", - "max": "324.879", - "min": "305.183", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "126.753", - "max": "133.987", - "min": "125.497", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "244.388", - "max": "257.892", - "min": "237.962", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "178.318", - "max": "178.883", - "min": "177.893", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "43.177", - "max": "43.77", - "min": "42.724", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "166.324", - "max": "167.169", - "min": "165.956", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "199.885", - "max": "200.231", - "min": "199.516", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "80.842", - "max": "81.235", - "min": "80.386", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "20.124", - "max": "20.5", - "min": "19.698", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "52.282", - "max": "54.026", - "min": "51.538", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "57.674", - "max": "58.072", - "min": "57.252", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "137.291", - "max": "137.697", - "min": "136.934", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "144.735", - "max": "152.693", - "min": "143.997", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "268.244", - "max": "271.513", - "min": "267.548", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "118.995", - "max": "132.835", - "min": "117.953", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "62.377", - "max": "62.816", - "min": "61.942", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "120.452", - "max": "126.481", - "min": "119.897", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "52.757", - "max": "53.12", - "min": "52.302", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "282.542", - "max": "783.644", - "min": "263.154", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.439", - "max": "163.635", - "min": "150.754", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "60.927", - "max": "71.729", - "min": "59.921", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "68.411", - "max": "76.577", - "min": "67.436", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "179.218", - "max": "183.301", - "min": "177.954", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "154.326", - "max": "155.558", - "min": "153.73", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "213.115", - "max": "229.774", - "min": "212.057", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "43.102", - "max": "43.555", - "min": "42.668", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "64.461", - "max": "64.748", - "min": "64.093", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "57.131", - "max": "57.399", - "min": "56.747", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "68.025", - "max": "80.433", - "min": "67.225", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "124.954", - "max": "139.837", - "min": "123.338", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "128.629", - "max": "130.677", - "min": "128.147", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "92.629", - "max": "104.983", - "min": "90.247", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "210.215", - "max": "218.329", - "min": "209.46", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "123.41", - "max": "131.279", - "min": "121.591", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "87.343", - "max": "89.806", - "min": "86.78", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "134.772", - "max": "135.222", - "min": "134.505", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "70.046", - "max": "85.762", - "min": "68.885", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "228.099", - "max": "245.717", - "min": "223.457", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "217.547", - "max": "217.547", - "min": "217.547", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "47.821", - "max": "60.81", - "min": "46.341", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "49.71", - "max": "50.044", - "min": "49.336", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "149.562", - "max": "150.05", - "min": "149.035", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "72.733", - "max": "83.597", - "min": "66.544", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "46.441", - "max": "46.813", - "min": "46.119", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "187.869", - "max": "207.697", - "min": "186.359", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "137.483", - "max": "140.523", - "min": "136.987", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "140.164", - "max": "140.405", - "min": "139.948", - "id": "69", - "country": "Bulgaria", - "source_name": "Varna", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "104": { - "name": "Chisinau", - "data": { - "0": { - "avg": "223.756", - "max": "224.857", - "min": "223.543", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "312.058", - "max": "312.975", - "min": "311.731", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "149.588", - "max": "150.906", - "min": "149.27", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "36.545", - "max": "41.898", - "min": "35.929", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "47.392", - "max": "47.998", - "min": "47.209", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "295.635", - "max": "296.814", - "min": "295.433", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "38.846", - "max": "39.102", - "min": "38.682", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "323.718", - "max": "332.796", - "min": "322.985", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "55.157", - "max": "55.608", - "min": "55.031", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "73.462", - "max": "73.79", - "min": "73.279", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "48.262", - "max": "48.724", - "min": "48.036", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "194.115", - "max": "204.738", - "min": "193.266", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "127.229", - "max": "128.141", - "min": "127.039", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "136.477", - "max": "138.531", - "min": "136.276", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "151.829", - "max": "152.005", - "min": "151.688", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "130.207", - "max": "131.22", - "min": "129.927", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "69.428", - "max": "72.478", - "min": "69.004", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "137.778", - "max": "137.923", - "min": "137.659", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "63.962", - "max": "64.185", - "min": "63.813", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "38.415", - "max": "41.095", - "min": "38.157", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "322.068", - "max": "324.598", - "min": "321.825", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "145.349", - "max": "145.716", - "min": "145.201", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "188.621", - "max": "189.653", - "min": "188.385", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "202.22", - "max": "204.505", - "min": "201.984", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "54.269", - "max": "54.744", - "min": "53.961", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "57.54", - "max": "58.418", - "min": "57.371", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "47.276", - "max": "48.203", - "min": "47.076", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "34.515", - "max": "34.641", - "min": "34.382", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "34.498", - "max": "34.709", - "min": "34.383", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "172.866", - "max": "174.78", - "min": "172.447", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "192.821", - "max": "193.229", - "min": "192.634", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "46.395", - "max": "47.177", - "min": "46.254", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "211.329", - "max": "211.927", - "min": "211.165", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "60.339", - "max": "60.469", - "min": "60.253", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "53.355", - "max": "54.703", - "min": "53.047", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "278.871", - "max": "279.328", - "min": "278.676", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "192.657", - "max": "193.254", - "min": "192.55", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "176.043", - "max": "176.396", - "min": "175.78", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "159.643", - "max": "159.878", - "min": "159.46", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "138.391", - "max": "139.682", - "min": "138.202", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "197.886", - "max": "203.587", - "min": "197.178", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "52.049", - "max": "56.995", - "min": "51.442", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "93.499", - "max": "93.647", - "min": "93.403", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "57.413", - "max": "66.454", - "min": "56.875", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "179.505", - "max": "185.339", - "min": "179.185", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "31.292", - "max": "32.11", - "min": "30.877", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "77.065", - "max": "78.154", - "min": "76.813", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "205.983", - "max": "207.072", - "min": "205.741", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "291.233", - "max": "293.777", - "min": "289.894", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "164.629", - "max": "164.75", - "min": "164.534", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "126.913", - "max": "132.4", - "min": "126.478", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "201.408", - "max": "201.828", - "min": "201.114", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "112.233", - "max": "123.637", - "min": "97.481", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "136.981", - "max": "137.287", - "min": "136.767", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "184.524", - "max": "202.174", - "min": "180.036", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "216.54", - "max": "217.822", - "min": "216.26", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "68.155", - "max": "71.187", - "min": "67.379", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "339.043", - "max": "339.204", - "min": "338.912", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "46.72", - "max": "47.339", - "min": "46.358", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "53.274", - "max": "55.836", - "min": "53.068", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "90.962", - "max": "94.758", - "min": "90.096", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "108.208", - "max": "174.81", - "min": "102.51", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "209.609", - "max": "282.628", - "min": "206.489", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "405.097", - "max": "423.941", - "min": "404.214", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "56.07", - "max": "57.462", - "min": "55.892", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "11.386", - "max": "19.002", - "min": "10.928", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "129.599", - "max": "129.801", - "min": "129.501", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "72.105", - "max": "80.597", - "min": "71.366", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "256.123", - "max": "257.949", - "min": "255.525", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "183.349", - "max": "183.583", - "min": "183.195", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "256.206", - "max": "258.795", - "min": "255.901", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "185.739", - "max": "186.369", - "min": "185.372", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "191.58", - "max": "192.62", - "min": "191.263", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "154.112", - "max": "154.293", - "min": "153.992", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "90.34", - "max": "90.682", - "min": "90.171", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "51.208", - "max": "51.407", - "min": "51.052", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "149.516", - "max": "150.417", - "min": "149.297", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "179.654", - "max": "179.9", - "min": "179.485", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "142.779", - "max": "150.201", - "min": "142.205", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "142.057", - "max": "142.282", - "min": "141.911", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "172.909", - "max": "179.727", - "min": "172.342", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "130.284", - "max": "130.892", - "min": "129.92", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "297.651", - "max": "306.096", - "min": "296.176", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "198.738", - "max": "199.153", - "min": "198.579", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "192.622", - "max": "193.923", - "min": "192.345", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "104.095", - "max": "105.068", - "min": "103.744", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "60.461", - "max": "61.609", - "min": "60.17", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "154.724", - "max": "154.862", - "min": "154.609", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "149.641", - "max": "150.623", - "min": "149.334", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "58.035", - "max": "63.039", - "min": "57.603", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "162.752", - "max": "165.268", - "min": "161.977", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "196.311", - "max": "197.967", - "min": "196.101", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "56.767", - "max": "57.552", - "min": "56.658", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "337.097", - "max": "338.525", - "min": "336.783", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "145.712", - "max": "146.779", - "min": "145.524", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "150.26", - "max": "150.475", - "min": "150.098", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "193.366", - "max": "194.184", - "min": "193.111", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "192.776", - "max": "202.379", - "min": "191.636", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "194.891", - "max": "195.116", - "min": "194.714", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "147.238", - "max": "147.902", - "min": "146.968", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "161.157", - "max": "161.392", - "min": "161.069", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "204.327", - "max": "205.568", - "min": "204.081", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "0.034", - "max": "0.124", - "min": "0.021", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "349.632", - "max": "362.653", - "min": "348.842", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "155.609", - "max": "156.18", - "min": "155.397", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "370.615", - "max": "389.268", - "min": "320.75", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "218.882", - "max": "220.848", - "min": "218.377", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "119.36", - "max": "119.559", - "min": "119.212", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "139.808", - "max": "144.67", - "min": "139.408", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "180.915", - "max": "184.534", - "min": "179.821", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "289.177", - "max": "289.552", - "min": "288.962", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "318.716", - "max": "327.167", - "min": "318.23", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "154.609", - "max": "167.237", - "min": "141.513", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "147.594", - "max": "150.003", - "min": "147.249", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "409.997", - "max": "509.046", - "min": "226.894", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "148.259", - "max": "257.439", - "min": "64.014", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "216.278", - "max": "218.3", - "min": "215.745", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "294.427", - "max": "295.656", - "min": "294.167", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "163.196", - "max": "163.63", - "min": "163.026", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "160.917", - "max": "161.493", - "min": "160.603", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "150.844", - "max": "151.19", - "min": "150.558", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "231.167", - "max": "382.922", - "min": "154.387", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "250.446", - "max": "263.117", - "min": "249.849", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "65.497", - "max": "377.052", - "min": "51.006", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "64.15", - "max": "67.417", - "min": "63.91", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "59.37", - "max": "60.174", - "min": "58.895", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "129.26", - "max": "130.128", - "min": "128.535", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "199.308", - "max": "200.181", - "min": "199.053", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "154.907", - "max": "162.933", - "min": "154.388", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "221.122", - "max": "228.393", - "min": "220.56", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "153.181", - "max": "154.263", - "min": "152.861", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "143.167", - "max": "143.3", - "min": "143.025", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "147.529", - "max": "149.775", - "min": "147.269", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "327.215", - "max": "329.059", - "min": "326.502", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "171.825", - "max": "173.113", - "min": "171.663", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "113.719", - "max": "114.382", - "min": "113.461", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "178.974", - "max": "186.661", - "min": "177.602", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "155.346", - "max": "156.255", - "min": "155.019", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "149.104", - "max": "150.974", - "min": "148.761", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "135.232", - "max": "144.453", - "min": "134.567", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "26.293", - "max": "26.597", - "min": "26.108", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "206.051", - "max": "206.879", - "min": "205.66", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "56.114", - "max": "56.897", - "min": "55.907", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "27.127", - "max": "27.259", - "min": "27.05", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "217.002", - "max": "221.122", - "min": "216.36", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "52.234", - "max": "53.392", - "min": "51.739", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "18.999", - "max": "19.786", - "min": "18.834", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "172.847", - "max": "173.117", - "min": "172.73", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "59.041", - "max": "63.828", - "min": "58.741", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "63.584", - "max": "64.719", - "min": "63.362", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "43.225", - "max": "52.003", - "min": "42.006", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "284.728", - "max": "286.188", - "min": "284.533", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "32.306", - "max": "36.697", - "min": "31.885", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "42.665", - "max": "42.999", - "min": "42.487", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "135.121", - "max": "140.703", - "min": "134.818", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "172.074", - "max": "175.462", - "min": "171.477", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "59.604", - "max": "61.833", - "min": "59.133", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "334.463", - "max": "389.373", - "min": "325.336", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "152.953", - "max": "153.331", - "min": "152.781", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "291.271", - "max": "387.372", - "min": "285.382", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "181.886", - "max": "183.139", - "min": "181.683", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "432.11", - "max": "433.07", - "min": "431.721", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "48.785", - "max": "49.057", - "min": "48.583", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "109.584", - "max": "110.218", - "min": "109.383", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "135.735", - "max": "135.964", - "min": "135.64", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "215.431", - "max": "216.712", - "min": "215.2", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "107.098", - "max": "115.653", - "min": "106.486", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "177.033", - "max": "178.572", - "min": "176.823", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "262.701", - "max": "263.084", - "min": "262.543", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "119.453", - "max": "119.898", - "min": "119.284", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "140.308", - "max": "140.454", - "min": "140.213", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "44.176", - "max": "50.602", - "min": "43.613", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "177.516", - "max": "178.25", - "min": "177.397", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "62.333", - "max": "64.097", - "min": "62.037", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "44.89", - "max": "47.681", - "min": "44.594", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "67.323", - "max": "85.155", - "min": "66.52", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "47.834", - "max": "48.362", - "min": "47.65", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "59.066", - "max": "59.931", - "min": "58.727", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "89.435", - "max": "90.966", - "min": "89.179", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "49.774", - "max": "57.232", - "min": "49.337", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "73.308", - "max": "75.224", - "min": "72.963", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "71.46", - "max": "71.981", - "min": "71.249", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "40.831", - "max": "43.132", - "min": "40.443", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "69.062", - "max": "70.139", - "min": "68.214", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "39.445", - "max": "39.568", - "min": "39.277", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "48.904", - "max": "49.163", - "min": "48.723", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "77.265", - "max": "79.778", - "min": "76.866", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "51.993", - "max": "70.487", - "min": "50.627", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "72.419", - "max": "121.058", - "min": "46.755", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "49.284", - "max": "49.566", - "min": "49.159", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "70.854", - "max": "78.198", - "min": "70.291", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "59.936", - "max": "77.721", - "min": "58.865", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "55.406", - "max": "55.84", - "min": "54.931", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "58.86", - "max": "65.082", - "min": "58.154", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "369.473", - "max": "375.755", - "min": "369.098", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "38.98", - "max": "44.765", - "min": "38.535", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "64.68", - "max": "64.917", - "min": "64.461", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "50.882", - "max": "52.43", - "min": "50.681", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "213.059", - "max": "220.702", - "min": "211.743", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "54.529", - "max": "55.715", - "min": "54.338", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "41.97", - "max": "46.829", - "min": "41.445", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "42.507", - "max": "44.12", - "min": "42.301", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "42.229", - "max": "42.444", - "min": "42.06", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "322.329", - "max": "323.049", - "min": "321.845", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "129.611", - "max": "136.295", - "min": "128.542", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "319.76", - "max": "322.358", - "min": "319.569", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "174.615", - "max": "174.778", - "min": "174.473", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "47.269", - "max": "47.591", - "min": "47.074", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "169.928", - "max": "170.947", - "min": "169.608", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "207.61", - "max": "207.873", - "min": "207.335", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "71.152", - "max": "71.902", - "min": "70.941", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "75.156", - "max": "76.504", - "min": "74.796", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "59.424", - "max": "60.615", - "min": "59.098", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "54.943", - "max": "56.232", - "min": "54.626", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "153.318", - "max": "153.522", - "min": "153.235", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "157.423", - "max": "158.327", - "min": "157.255", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "249.977", - "max": "250.311", - "min": "249.715", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "208.967", - "max": "209.209", - "min": "208.835", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "45.049", - "max": "47.33", - "min": "44.683", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "119.407", - "max": "119.62", - "min": "119.281", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "40.684", - "max": "44.403", - "min": "39.872", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "281.191", - "max": "281.508", - "min": "281.06", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "172.446", - "max": "175.88", - "min": "168.872", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "69.262", - "max": "71.571", - "min": "68.906", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "94.767", - "max": "97.027", - "min": "93.819", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "188.859", - "max": "193.213", - "min": "187.66", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "274.672", - "max": "276.397", - "min": "274.197", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "285.691", - "max": "285.952", - "min": "285.518", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "126.142", - "max": "127.73", - "min": "125.828", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "79.982", - "max": "80.161", - "min": "79.9", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "52.196", - "max": "52.476", - "min": "52.089", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "85.626", - "max": "85.822", - "min": "85.484", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "137.596", - "max": "139.607", - "min": "137.238", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "139.603", - "max": "139.81", - "min": "139.436", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "95.521", - "max": "102.254", - "min": "93.596", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "205.047", - "max": "205.969", - "min": "204.709", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "153.994", - "max": "155.52", - "min": "153.032", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "94.06", - "max": "96.16", - "min": "93.392", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "134.224", - "max": "135.383", - "min": "133.908", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "69.423", - "max": "73.501", - "min": "68.789", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "327.585", - "max": "327.763", - "min": "327.467", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "223.073", - "max": "223.073", - "min": "223.073", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "55.333", - "max": "60.015", - "min": "55.092", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "52.629", - "max": "55.32", - "min": "52.338", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "155.531", - "max": "158.906", - "min": "155.13", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "76.948", - "max": "90.929", - "min": "68.711", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "52.491", - "max": "52.655", - "min": "52.369", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "209.314", - "max": "210.581", - "min": "209.093", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "52.405", - "max": "54.04", - "min": "52.095", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "156.117", - "max": "156.974", - "min": "155.895", - "id": "104", - "country": "Moldova", - "source_name": "Chisinau", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "126": { - "name": "Siauliai", - "data": { - "0": { - "avg": "295.121", - "max": "336.566", - "min": "272.759", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "292.772", - "max": "385.052", - "min": "289.046", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "116.448", - "max": "119.332", - "min": "115.606", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "31.83", - "max": "86.603", - "min": "28.331", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "46.202", - "max": "56.811", - "min": "45.25", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "266.412", - "max": "270.265", - "min": "265.628", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "36.106", - "max": "118.322", - "min": "30.403", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "311.699", - "max": "373.916", - "min": "307.31", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "21.979", - "max": "77.548", - "min": "19.575", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "19.183", - "max": "38.431", - "min": "17.569", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "42.417", - "max": "166.134", - "min": "37.563", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "153.033", - "max": "317.308", - "min": "146.598", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "112.751", - "max": "113.977", - "min": "112.273", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "118.519", - "max": "375.274", - "min": "108.205", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "143.498", - "max": "159.726", - "min": "142.552", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "120.408", - "max": "222.832", - "min": "115.56", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "57.307", - "max": "58.363", - "min": "56.932", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "126.118", - "max": "181.062", - "min": "123.181", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "63.393", - "max": "256.005", - "min": "53.185", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "29.197", - "max": "30.87", - "min": "28.805", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "309.381", - "max": "315.865", - "min": "308.599", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "135.932", - "max": "138.032", - "min": "135.36", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "190.802", - "max": "222.531", - "min": "187.905", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "181.446", - "max": "240.197", - "min": "177.364", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "14.95", - "max": "22.177", - "min": "14.082", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "39.668", - "max": "50.782", - "min": "38.852", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "51.18", - "max": "286.423", - "min": "39.567", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "29.012", - "max": "46.529", - "min": "27.567", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "49.562", - "max": "52.52", - "min": "48.788", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "169.386", - "max": "225.231", - "min": "166.19", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "185.927", - "max": "206.495", - "min": "184.163", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "45.96", - "max": "77.821", - "min": "44.136", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "168.025", - "max": "177.654", - "min": "166.653", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "60.613", - "max": "83.999", - "min": "59.011", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "42.38", - "max": "43.289", - "min": "41.911", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "191.665", - "max": "242.769", - "min": "188.378", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "183.849", - "max": "460.375", - "min": "172.792", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "163.458", - "max": "164.418", - "min": "163.105", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "141.811", - "max": "284.909", - "min": "135.994", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "113.856", - "max": "114.7", - "min": "113.277", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "179.222", - "max": "181.262", - "min": "178.288", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "46.822", - "max": "74.152", - "min": "44.337", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "73.872", - "max": "75.457", - "min": "73.321", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "14.424", - "max": "17.36", - "min": "13.449", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "170.085", - "max": "191.731", - "min": "168.674", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "55.964", - "max": "57.93", - "min": "55.109", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "34.237", - "max": "133.128", - "min": "29.643", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "207.774", - "max": "441.696", - "min": "199.306", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "273.906", - "max": "307.157", - "min": "270.579", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "152.637", - "max": "255.573", - "min": "148.525", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "116.826", - "max": "121.701", - "min": "116.158", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "189.487", - "max": "382.412", - "min": "182.324", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "90.212", - "max": "148.46", - "min": "38.616", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "135.602", - "max": "155.879", - "min": "133.2", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "172.424", - "max": "337.153", - "min": "160.546", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "294.446", - "max": "434.769", - "min": "288.154", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "68.408", - "max": "259.79", - "min": "60.735", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "333.457", - "max": "390.379", - "min": "331.173", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "70.718", - "max": "155.213", - "min": "66.574", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "43.912", - "max": "51.051", - "min": "43.019", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "82.21", - "max": "145.138", - "min": "79.346", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "95.979", - "max": "310.277", - "min": "84.479", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "230.474", - "max": "324.259", - "min": "224.605", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "305.197", - "max": "520.524", - "min": "297.086", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "74.967", - "max": "256.418", - "min": "66.871", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "50.784", - "max": "296.111", - "min": "40.663", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "113.614", - "max": "126.237", - "min": "112.218", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "64.706", - "max": "213.079", - "min": "56.203", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "251.494", - "max": "426.766", - "min": "241.324", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "161.592", - "max": "165.082", - "min": "160.989", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "281.347", - "max": "294.151", - "min": "280.069", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "177.874", - "max": "426.753", - "min": "168.413", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "184.266", - "max": "210.471", - "min": "181.824", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "79.88", - "max": "80.808", - "min": "79.406", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "65.053", - "max": "135.478", - "min": "61.957", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "135.482", - "max": "290.99", - "min": "128.957", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "205.273", - "max": "446.273", - "min": "195.058", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "130.736", - "max": "136.497", - "min": "129.935", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "124.661", - "max": "126.73", - "min": "124.141", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "164.303", - "max": "167.189", - "min": "163.762", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "115.525", - "max": "116.831", - "min": "114.965", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "239.251", - "max": "241.834", - "min": "238.433", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "176.823", - "max": "219.412", - "min": "173.413", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "164.203", - "max": "323.706", - "min": "152.977", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "97.675", - "max": "103.578", - "min": "96.946", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "55.294", - "max": "116.5", - "min": "50.038", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "134.071", - "max": "137.076", - "min": "133.292", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "129.589", - "max": "173.471", - "min": "126.079", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "45.203", - "max": "112.964", - "min": "41.578", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "142.938", - "max": "382.172", - "min": "133.952", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "172.306", - "max": "173.224", - "min": "171.938", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "62.578", - "max": "99.001", - "min": "58.863", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "276.793", - "max": "282.253", - "min": "275.829", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "128.126", - "max": "225.937", - "min": "118.82", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "153.729", - "max": "197.026", - "min": "150.465", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "182.919", - "max": "244.559", - "min": "177.832", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "173.41", - "max": "189.569", - "min": "172.317", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "187.08", - "max": "372.789", - "min": "178.69", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "136.072", - "max": "140.007", - "min": "135.324", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "137.546", - "max": "139.049", - "min": "137.138", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "176.942", - "max": "332.068", - "min": "170.82", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.553", - "max": "67.786", - "min": "51.061", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "355.631", - "max": "494.041", - "min": "346.537", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "132.043", - "max": "172.934", - "min": "130.123", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "218.548", - "max": "226.779", - "min": "217.629", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "120.104", - "max": "122.111", - "min": "119.367", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "157.504", - "max": "158.351", - "min": "157.199", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "276.182", - "max": "281.045", - "min": "275.399", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "305.641", - "max": "308.956", - "min": "303.659", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "106.333", - "max": "194.978", - "min": "102.553", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "176.467", - "max": "405.665", - "min": "162", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "392.932", - "max": "514.777", - "min": "248.041", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "134.804", - "max": "207.536", - "min": "61.049", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "194.842", - "max": "208.328", - "min": "193.683", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "240.736", - "max": "507.691", - "min": "230.886", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "157.788", - "max": "284.313", - "min": "150.839", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "138.758", - "max": "140.39", - "min": "138.085", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "145.571", - "max": "170.456", - "min": "143.887", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "210.306", - "max": "452.025", - "min": "132.056", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "219.82", - "max": "222.314", - "min": "219.137", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "0.035", - "max": "0.115", - "min": "0.021", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "12.794", - "max": "71.804", - "min": "8.076", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "31.181", - "max": "176.922", - "min": "23.808", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "114.116", - "max": "233.686", - "min": "103.517", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "199.245", - "max": "391.579", - "min": "191.959", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "159.186", - "max": "300.091", - "min": "148.608", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "201.528", - "max": "238.993", - "min": "199.781", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "143.954", - "max": "346.458", - "min": "129.429", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "137.215", - "max": "140.182", - "min": "136.526", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "132.958", - "max": "135.87", - "min": "132.369", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "328.07", - "max": "651.278", - "min": "315.434", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "151.844", - "max": "234.578", - "min": "148.609", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "113.636", - "max": "280.066", - "min": "107.189", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "159.64", - "max": "172.367", - "min": "157.493", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "156.293", - "max": "225.269", - "min": "152.73", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "150.344", - "max": "201.373", - "min": "144.51", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "108.701", - "max": "111.224", - "min": "108.166", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "36.3", - "max": "249.816", - "min": "28.5", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "205.428", - "max": "236.981", - "min": "203.436", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "20.723", - "max": "21.459", - "min": "20.147", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "46.623", - "max": "165.302", - "min": "41.96", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.694", - "max": "231.848", - "min": "210.257", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "34.57", - "max": "36.311", - "min": "33.978", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "51.174", - "max": "70.38", - "min": "49.47", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "154.344", - "max": "155.516", - "min": "153.794", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "49.665", - "max": "278.317", - "min": "34.639", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "41.504", - "max": "123.526", - "min": "38.064", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "37.193", - "max": "69.343", - "min": "32.061", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "239.83", - "max": "450.307", - "min": "226.816", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "63.467", - "max": "109.037", - "min": "60.56", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "45.724", - "max": "76.281", - "min": "44.338", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.906", - "max": "184.761", - "min": "122.371", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "170.436", - "max": "172.131", - "min": "169.799", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "50.38", - "max": "211.167", - "min": "44.239", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "289.24", - "max": "465.858", - "min": "274.789", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "149.878", - "max": "150.83", - "min": "149.459", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "286.419", - "max": "416.105", - "min": "270.275", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "156.38", - "max": "163.607", - "min": "155.671", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "408.075", - "max": "490.314", - "min": "404.519", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "9.778", - "max": "139.878", - "min": "3.969", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "119.701", - "max": "493.714", - "min": "105.586", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "90.79", - "max": "126.186", - "min": "88.801", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "200.787", - "max": "201.606", - "min": "200.366", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "113.571", - "max": "233.873", - "min": "108.888", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "174.175", - "max": "327.848", - "min": "168.007", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "282.445", - "max": "314.722", - "min": "280.292", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "114.389", - "max": "117.802", - "min": "113.816", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "123.223", - "max": "128.503", - "min": "0", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "38.499", - "max": "163.292", - "min": "33.719", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "161.684", - "max": "165.047", - "min": "161.063", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "46.12", - "max": "96.905", - "min": "43.851", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "47.241", - "max": "237.263", - "min": "39.471", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "59.998", - "max": "229.593", - "min": "41.806", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "49.865", - "max": "59.911", - "min": "48.517", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "49.389", - "max": "53.866", - "min": "48.579", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "94.199", - "max": "511.774", - "min": "79.231", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "69.375", - "max": "186.058", - "min": "64.85", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "48.224", - "max": "53.592", - "min": "47.584", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "79.588", - "max": "196.614", - "min": "70.779", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "30.969", - "max": "37.719", - "min": "29.962", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "36.871", - "max": "39.944", - "min": "36.274", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "47.921", - "max": "78.9", - "min": "44.744", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "28.798", - "max": "256.928", - "min": "19.844", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "99.915", - "max": "101.381", - "min": "99.392", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "55.823", - "max": "160.56", - "min": "51.198", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "55.814", - "max": "246.51", - "min": "32.986", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "50.925", - "max": "52.856", - "min": "50.398", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "92.084", - "max": "92.844", - "min": "91.672", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "27.831", - "max": "55.825", - "min": "26.457", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "69.206", - "max": "72.388", - "min": "68.299", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "38.514", - "max": "58.891", - "min": "37.159", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "221.915", - "max": "510.252", - "min": "199.685", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "43.102", - "max": "46.149", - "min": "42.692", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "42.142", - "max": "178.639", - "min": "36.858", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "35.386", - "max": "51.463", - "min": "34.257", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "209.606", - "max": "299.355", - "min": "203.899", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "55.388", - "max": "71.103", - "min": "54.212", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "35.838", - "max": "39.064", - "min": "35.216", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "37.916", - "max": "69.321", - "min": "34.543", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "33.595", - "max": "71.307", - "min": "31.762", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.927", - "max": "619.639", - "min": "326.736", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "114.833", - "max": "314.172", - "min": "105.907", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "272.471", - "max": "391.21", - "min": "257.234", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "191.488", - "max": "315.654", - "min": "182.213", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "35.931", - "max": "40.344", - "min": "35.371", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "131.026", - "max": "145.436", - "min": "130.179", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "196.017", - "max": "230.797", - "min": "193.424", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "46.499", - "max": "47.624", - "min": "46.01", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "83.846", - "max": "93.53", - "min": "82.587", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "49.271", - "max": "198.543", - "min": "43.493", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "35.082", - "max": "110.233", - "min": "31.824", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "129.097", - "max": "133.077", - "min": "128.554", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "132.782", - "max": "136.58", - "min": "132.235", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "283.946", - "max": "448.221", - "min": "276.25", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "112.446", - "max": "132.88", - "min": "110.893", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "38.06", - "max": "39.035", - "min": "37.511", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "113.391", - "max": "118.492", - "min": "112.877", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "48.693", - "max": "140.055", - "min": "44.642", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "230.725", - "max": "232.777", - "min": "230.139", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.675", - "max": "158.124", - "min": "151.9", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "65.786", - "max": "208.312", - "min": "59.93", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "72.454", - "max": "95.076", - "min": "70.546", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "195.27", - "max": "259.923", - "min": "190.969", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "131.055", - "max": "150.504", - "min": "129.418", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "215.924", - "max": "431.807", - "min": "208.12", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "97.61", - "max": "116.401", - "min": "96.448", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "68.616", - "max": "91.531", - "min": "67.379", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "37.228", - "max": "60.89", - "min": "35.898", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "91.621", - "max": "171.886", - "min": "87.043", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "122.393", - "max": "179.971", - "min": "118.763", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "121.463", - "max": "208.804", - "min": "117.924", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "99.354", - "max": "329.428", - "min": "89.554", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "213.977", - "max": "229.187", - "min": "199.993", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "126.764", - "max": "179.732", - "min": "123.258", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "80.314", - "max": "80.981", - "min": "79.937", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "140.392", - "max": "375.682", - "min": "131.57", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "52.568", - "max": "115.447", - "min": "48.703", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "206.678", - "max": "211.814", - "min": "202.889", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "214.031", - "max": "214.031", - "min": "214.031", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "55.457", - "max": "266.652", - "min": "44.889", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "41.852", - "max": "295.472", - "min": "30.665", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "139.975", - "max": "144.583", - "min": "139.067", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "68.198", - "max": "167.896", - "min": "56.987", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "65.833", - "max": "69.811", - "min": "65.312", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "193.441", - "max": "203.897", - "min": "192.369", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "102.222", - "max": "105.615", - "min": "101.724", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "133.392", - "max": "137.35", - "min": "132.99", - "id": "126", - "country": "Lithuania", - "source_name": "Siauliai", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "127": { - "name": "Riga", - "data": { - "0": { - "avg": "240.219", - "max": "240.346", - "min": "240.089", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "296.651", - "max": "297.861", - "min": "296.446", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "115.992", - "max": "116.083", - "min": "115.928", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "36.83", - "max": "42.977", - "min": "36.115", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "46.66", - "max": "46.853", - "min": "46.554", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "253.396", - "max": "253.74", - "min": "253.305", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "32.955", - "max": "33.169", - "min": "32.886", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "310.829", - "max": "322.921", - "min": "309.89", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "21.759", - "max": "21.868", - "min": "21.695", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "8.636", - "max": "9.645", - "min": "8.416", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "38.103", - "max": "38.478", - "min": "37.919", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "144.579", - "max": "161.326", - "min": "143.933", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "109.578", - "max": "109.629", - "min": "109.523", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "106.805", - "max": "107.176", - "min": "106.711", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "144.488", - "max": "144.786", - "min": "144.382", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "109.213", - "max": "109.685", - "min": "109.056", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "53.569", - "max": "53.76", - "min": "53.432", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "129.479", - "max": "129.838", - "min": "129.328", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "52.277", - "max": "52.47", - "min": "52.151", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "33.495", - "max": "33.781", - "min": "33.448", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "314.685", - "max": "314.789", - "min": "314.613", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "131.099", - "max": "131.174", - "min": "131.02", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "181.781", - "max": "181.864", - "min": "181.712", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "167.264", - "max": "167.424", - "min": "167.161", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "6.498", - "max": "6.885", - "min": "6.343", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "32.462", - "max": "32.549", - "min": "32.39", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "43.881", - "max": "44.494", - "min": "43.756", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "28.265", - "max": "29.065", - "min": "28.028", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "33.682", - "max": "33.79", - "min": "33.609", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "168.269", - "max": "168.975", - "min": "167.932", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "179.922", - "max": "180.108", - "min": "179.805", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "25.331", - "max": "26.397", - "min": "25.226", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "173.645", - "max": "188.141", - "min": "172.964", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "45.925", - "max": "46.137", - "min": "45.84", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "34.055", - "max": "35.587", - "min": "33.8", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "197.392", - "max": "199.655", - "min": "197.101", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "177.764", - "max": "177.803", - "min": "177.726", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "166.206", - "max": "166.408", - "min": "166.017", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "135.318", - "max": "135.758", - "min": "135.164", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "117.674", - "max": "118.525", - "min": "117.42", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "179.334", - "max": "184.366", - "min": "178.831", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "42.657", - "max": "45.317", - "min": "42.242", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "73.699", - "max": "74.364", - "min": "73.553", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "7.099", - "max": "7.498", - "min": "7.028", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.248", - "max": "161.457", - "min": "161.138", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "55.388", - "max": "55.893", - "min": "54.884", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "21.74", - "max": "21.975", - "min": "21.611", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "186.351", - "max": "186.678", - "min": "186.207", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "280.395", - "max": "280.89", - "min": "280.256", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "151.831", - "max": "151.961", - "min": "151.778", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "117.284", - "max": "117.536", - "min": "117.082", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "176.467", - "max": "177.657", - "min": "176.231", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "108.878", - "max": "119.704", - "min": "102.195", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "138.522", - "max": "138.676", - "min": "138.394", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "177.796", - "max": "203.005", - "min": "173.971", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "377.351", - "max": "377.837", - "min": "377.159", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "60.644", - "max": "66.595", - "min": "59.703", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "333.687", - "max": "334.314", - "min": "333.571", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "62.452", - "max": "64.572", - "min": "62.014", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "41.31", - "max": "42.012", - "min": "41.197", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "80.76", - "max": "81.733", - "min": "80.383", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "101.455", - "max": "145.105", - "min": "98.47", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "210.89", - "max": "275.618", - "min": "204.282", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "240.63", - "max": "241.123", - "min": "240.545", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "72.352", - "max": "73.614", - "min": "72.203", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "43.954", - "max": "44.166", - "min": "43.892", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "110.219", - "max": "110.357", - "min": "110.136", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "66.612", - "max": "66.97", - "min": "66.316", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "246.391", - "max": "248.068", - "min": "245.866", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "159.521", - "max": "160.817", - "min": "159.362", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "323.139", - "max": "323.719", - "min": "323.003", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "172.967", - "max": "173.429", - "min": "172.768", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "183.699", - "max": "185.589", - "min": "183.5", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "133.378", - "max": "133.486", - "min": "133.309", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "83.781", - "max": "84.636", - "min": "83.498", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "59.832", - "max": "60.001", - "min": "59.731", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "132.7", - "max": "132.855", - "min": "132.604", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "172.624", - "max": "172.814", - "min": "172.419", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "132.927", - "max": "144.116", - "min": "132.325", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "125.271", - "max": "125.48", - "min": "125.061", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "164.651", - "max": "165.016", - "min": "164.387", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "127.642", - "max": "128.477", - "min": "127.235", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "259.639", - "max": "263.528", - "min": "259.297", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "159.989", - "max": "160.467", - "min": "159.847", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "153.601", - "max": "153.719", - "min": "153.527", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "95.738", - "max": "96.753", - "min": "95.397", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "48.199", - "max": "51.252", - "min": "47.808", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "142.477", - "max": "142.667", - "min": "142.356", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "133.025", - "max": "133.414", - "min": "132.869", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "42.394", - "max": "46.416", - "min": "42.018", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "136.722", - "max": "139.978", - "min": "136.082", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "174.551", - "max": "175.144", - "min": "174.313", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "58.306", - "max": "58.448", - "min": "58.25", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "313.571", - "max": "320.59", - "min": "313.106", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "115.248", - "max": "116.117", - "min": "115.073", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "142.818", - "max": "143.41", - "min": "142.692", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "181.571", - "max": "181.756", - "min": "181.366", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "164.392", - "max": "183.293", - "min": "163.205", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "176.895", - "max": "177.06", - "min": "176.803", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "136.959", - "max": "138.614", - "min": "136.71", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "139.123", - "max": "139.917", - "min": "139.049", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "174.324", - "max": "174.724", - "min": "174.168", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "63.971", - "max": "64.344", - "min": "63.803", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "345.325", - "max": "346.6", - "min": "344.931", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "133.467", - "max": "133.678", - "min": "133.358", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "350.705", - "max": "365.941", - "min": "309.08", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "211.887", - "max": "213.765", - "min": "211.095", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "111.429", - "max": "111.691", - "min": "111.203", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "127.158", - "max": "127.541", - "min": "126.988", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "154.324", - "max": "156.932", - "min": "153.624", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "332.326", - "max": "336.107", - "min": "325.852", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.149", - "max": "297.302", - "min": "296.997", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "106.808", - "max": "106.95", - "min": "106.715", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "160.51", - "max": "169.832", - "min": "159.802", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "396.214", - "max": "514.224", - "min": "228.955", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "140.955", - "max": "240.092", - "min": "69.427", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "194.576", - "max": "209.171", - "min": "193.769", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "271.702", - "max": "272.079", - "min": "271.515", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "157.444", - "max": "157.844", - "min": "157.304", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "141.561", - "max": "143.453", - "min": "141.243", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "146.919", - "max": "147.268", - "min": "146.598", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "210.787", - "max": "376.516", - "min": "133.304", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "216.966", - "max": "217.648", - "min": "216.848", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "19.072", - "max": "158.329", - "min": "8.113", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "0.023", - "max": "0.042", - "min": "0.017", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "19.51", - "max": "20.833", - "min": "19.06", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "107.231", - "max": "107.423", - "min": "107.129", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "185.444", - "max": "186.069", - "min": "185.213", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "137.369", - "max": "137.656", - "min": "137.201", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "195.826", - "max": "197.977", - "min": "195.57", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "133.226", - "max": "133.377", - "min": "133.079", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "131.891", - "max": "132.043", - "min": "131.74", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "132.47", - "max": "132.808", - "min": "132.214", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "320.452", - "max": "321.624", - "min": "320.015", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "152.676", - "max": "152.93", - "min": "152.628", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "105.087", - "max": "105.412", - "min": "104.972", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "160.113", - "max": "185.244", - "min": "158.354", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "153.181", - "max": "153.337", - "min": "153.011", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "140.724", - "max": "141.1", - "min": "140.496", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "113.875", - "max": "113.989", - "min": "113.754", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "32.843", - "max": "33.265", - "min": "32.708", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "311.488", - "max": "317.795", - "min": "310.922", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "11.608", - "max": "12.049", - "min": "11.496", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "29.777", - "max": "29.952", - "min": "29.654", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "213.293", - "max": "223.372", - "min": "212.624", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "35.49", - "max": "36.474", - "min": "35.271", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "71.412", - "max": "71.952", - "min": "71.31", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "168.68", - "max": "168.855", - "min": "168.623", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "33.077", - "max": "34.474", - "min": "32.903", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "35.069", - "max": "35.13", - "min": "35.006", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "32.546", - "max": "39.406", - "min": "31.099", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "225.987", - "max": "226.073", - "min": "225.94", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "69.48", - "max": "70.19", - "min": "69.348", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "42.465", - "max": "73.495", - "min": "41.251", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "117.193", - "max": "117.428", - "min": "117.096", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "171.454", - "max": "171.882", - "min": "171.2", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "23.004", - "max": "24.413", - "min": "22.74", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "281.381", - "max": "329.939", - "min": "273.08", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "146.407", - "max": "146.665", - "min": "146.193", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "153.626", - "max": "153.806", - "min": "153.557", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "409.359", - "max": "409.705", - "min": "409.073", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "5.101", - "max": "5.238", - "min": "5.04", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "104.451", - "max": "104.846", - "min": "104.186", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "80.889", - "max": "80.987", - "min": "80.784", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "204.64", - "max": "204.862", - "min": "204.559", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "67.971", - "max": "68.135", - "min": "67.857", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "165.021", - "max": "165.379", - "min": "164.885", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "237.665", - "max": "240.092", - "min": "236.989", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "112.07", - "max": "112.238", - "min": "111.94", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "118.578", - "max": "119.013", - "min": "118.495", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "34.445", - "max": "35.517", - "min": "34.257", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "178.412", - "max": "178.836", - "min": "178.327", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "42.328", - "max": "42.512", - "min": "42.253", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "37.798", - "max": "38.215", - "min": "37.666", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "49.017", - "max": "70.194", - "min": "48.018", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "47.225", - "max": "47.279", - "min": "47.17", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "49.928", - "max": "50.573", - "min": "49.65", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "102.485", - "max": "102.722", - "min": "102.365", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "63.494", - "max": "63.663", - "min": "63.409", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "35.968", - "max": "36.114", - "min": "35.866", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.592", - "max": "69.382", - "min": "68.389", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "29.428", - "max": "30.363", - "min": "29.318", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "33.146", - "max": "33.249", - "min": "33.051", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "63.694", - "max": "63.775", - "min": "63.602", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "47.204", - "max": "47.276", - "min": "47.071", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "88.397", - "max": "88.664", - "min": "88.209", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "56.649", - "max": "64.142", - "min": "55.457", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "37.919", - "max": "67.212", - "min": "21.415", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "37.677", - "max": "37.97", - "min": "37.527", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "87.704", - "max": "88.455", - "min": "87.511", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "27.068", - "max": "43.441", - "min": "26.36", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "78.338", - "max": "78.86", - "min": "78.004", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "37.114", - "max": "50.584", - "min": "36.461", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "230.875", - "max": "232.476", - "min": "230.726", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "44.091", - "max": "44.499", - "min": "43.963", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "36.062", - "max": "36.242", - "min": "35.875", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "35.659", - "max": "35.851", - "min": "35.587", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "192.248", - "max": "199.208", - "min": "191.254", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "57.952", - "max": "58.271", - "min": "57.828", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "35.424", - "max": "44.522", - "min": "34.942", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "33.997", - "max": "34.392", - "min": "33.898", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "32.604", - "max": "32.811", - "min": "32.322", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "284.29", - "max": "284.717", - "min": "284.078", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "109.415", - "max": "115.945", - "min": "108.665", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "243.694", - "max": "245.667", - "min": "237.472", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "173.5", - "max": "174.438", - "min": "173.385", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "36.618", - "max": "36.881", - "min": "36.473", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "117.779", - "max": "121.228", - "min": "117.38", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "198.918", - "max": "199.291", - "min": "198.593", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "44.749", - "max": "45.036", - "min": "44.584", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "84.053", - "max": "84.936", - "min": "83.856", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "46.56", - "max": "47.816", - "min": "46.177", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "33.532", - "max": "34.643", - "min": "33.3", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "131.196", - "max": "131.359", - "min": "131.145", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "139.058", - "max": "140.101", - "min": "138.952", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "255.292", - "max": "259.678", - "min": "254.886", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "111.624", - "max": "111.873", - "min": "111.579", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "36.078", - "max": "36.438", - "min": "35.937", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "110.748", - "max": "110.855", - "min": "110.699", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "45.041", - "max": "45.239", - "min": "44.917", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "267.581", - "max": "270.642", - "min": "267.351", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "158.932", - "max": "161.774", - "min": "155.282", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "49.587", - "max": "49.974", - "min": "49.444", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "75.155", - "max": "76.069", - "min": "74.447", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "186.396", - "max": "189.208", - "min": "185.316", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "135.332", - "max": "136.08", - "min": "134.978", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "210.927", - "max": "211.099", - "min": "210.794", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "92.593", - "max": "92.96", - "min": "92.441", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "67.664", - "max": "67.75", - "min": "67.59", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "53.896", - "max": "54.032", - "min": "53.85", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "66.924", - "max": "67.297", - "min": "66.825", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "118.759", - "max": "121.679", - "min": "118.29", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "120.848", - "max": "121.059", - "min": "120.714", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "95.25", - "max": "103.233", - "min": "93.048", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "192.481", - "max": "198.073", - "min": "191.816", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "118.067", - "max": "119.896", - "min": "117.172", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "79.586", - "max": "80.194", - "min": "79.359", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "133.868", - "max": "134.231", - "min": "133.544", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "54.136", - "max": "58.475", - "min": "53.859", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "225.822", - "max": "227.976", - "min": "219.122", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "215.613", - "max": "215.613", - "min": "215.613", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "36.004", - "max": "36.067", - "min": "35.954", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "34.853", - "max": "35.461", - "min": "34.779", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "137.517", - "max": "144.472", - "min": "137.006", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "62.106", - "max": "76.839", - "min": "54.073", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "53.319", - "max": "53.481", - "min": "53.213", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "210.519", - "max": "212.341", - "min": "210.282", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "73.953", - "max": "76.406", - "min": "73.6", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "130.451", - "max": "132.341", - "min": "130.235", - "id": "127", - "country": "Latvia", - "source_name": "Riga", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "147": { - "name": "Bratislava", - "data": { - "0": { - "avg": "257.855", - "max": "258.033", - "min": "257.709", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "245.645", - "max": "251.132", - "min": "245.161", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "111.523", - "max": "112.091", - "min": "111.41", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "1.129", - "max": "6.931", - "min": "0.276", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "23.452", - "max": "24.648", - "min": "23.193", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "276.395", - "max": "276.869", - "min": "276.271", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "24.056", - "max": "24.276", - "min": "23.972", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "293.385", - "max": "302.641", - "min": "292.43", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "56.818", - "max": "57.12", - "min": "56.698", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "35.817", - "max": "38.734", - "min": "35.316", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "27.343", - "max": "34.57", - "min": "26.87", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "141.154", - "max": "142.38", - "min": "140.967", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "104.832", - "max": "105.461", - "min": "104.725", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "95.825", - "max": "103.222", - "min": "95.312", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.419", - "max": "129.842", - "min": "129.288", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "102.178", - "max": "102.822", - "min": "101.863", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "41.317", - "max": "41.773", - "min": "41.051", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "114.886", - "max": "115.226", - "min": "114.76", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "39.742", - "max": "40.224", - "min": "39.549", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "1.749", - "max": "1.915", - "min": "1.676", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "272.303", - "max": "274.275", - "min": "272.097", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "124.205", - "max": "124.49", - "min": "124.077", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "174.441", - "max": "175.346", - "min": "174.273", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "178.688", - "max": "180.268", - "min": "178.41", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "44.87", - "max": "45.375", - "min": "44.702", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "19.973", - "max": "20.198", - "min": "19.853", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "17.332", - "max": "18.19", - "min": "17.18", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "24.029", - "max": "24.401", - "min": "23.906", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "13.415", - "max": "14.473", - "min": "13.239", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "170.558", - "max": "171.221", - "min": "170.326", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "256.163", - "max": "256.443", - "min": "256.036", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "14.103", - "max": "14.47", - "min": "13.905", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "174.282", - "max": "177.874", - "min": "173.869", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "51.284", - "max": "51.424", - "min": "51.157", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "14.037", - "max": "15.252", - "min": "13.82", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "260.469", - "max": "262.742", - "min": "260.249", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.385", - "max": "165.543", - "min": "165.276", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "152.499", - "max": "155.53", - "min": "152.26", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "136.928", - "max": "140.883", - "min": "136.645", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "103.877", - "max": "104.958", - "min": "103.599", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "171.004", - "max": "176.105", - "min": "170.252", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "31.117", - "max": "33.572", - "min": "30.758", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "62.71", - "max": "62.963", - "min": "62.607", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "37.849", - "max": "38.222", - "min": "37.696", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "233.571", - "max": "234.186", - "min": "233.451", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "10.195", - "max": "10.856", - "min": "9.907", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "38.883", - "max": "39.127", - "min": "38.729", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "186.199", - "max": "186.35", - "min": "186.046", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "262.142", - "max": "262.616", - "min": "262.005", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "132.732", - "max": "132.87", - "min": "132.657", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "102.086", - "max": "102.199", - "min": "101.987", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "174.246", - "max": "178.097", - "min": "173.663", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "50.617", - "max": "66.882", - "min": "37.54", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "135.578", - "max": "136.868", - "min": "135.45", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "147.691", - "max": "217.34", - "min": "142.251", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "270.601", - "max": "272.031", - "min": "270.389", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "44.977", - "max": "46.655", - "min": "44.032", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "325.042", - "max": "325.413", - "min": "324.956", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "10.574", - "max": "13.15", - "min": "10.058", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "18.244", - "max": "18.398", - "min": "18.127", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "63.539", - "max": "64.156", - "min": "63.13", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "79.887", - "max": "131.982", - "min": "75.671", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "224.776", - "max": "341.652", - "min": "214.656", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "350.99", - "max": "351.768", - "min": "350.782", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "37.339", - "max": "37.566", - "min": "37.172", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "27.188", - "max": "27.329", - "min": "27.107", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "104.757", - "max": "105.293", - "min": "104.624", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "21.774", - "max": "22.455", - "min": "21.309", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "237.422", - "max": "239.427", - "min": "236.401", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "143.425", - "max": "144.92", - "min": "143.193", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "264.877", - "max": "265.531", - "min": "264.646", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "167.359", - "max": "171.149", - "min": "166.933", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "171.956", - "max": "175.178", - "min": "171.586", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "118.133", - "max": "118.223", - "min": "118.055", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "67.751", - "max": "68.823", - "min": "67.587", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "34.972", - "max": "36.251", - "min": "34.751", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "111.306", - "max": "114.615", - "min": "111.078", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "171.783", - "max": "171.964", - "min": "171.695", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "119.319", - "max": "120.371", - "min": "119.109", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "120.52", - "max": "120.789", - "min": "120.404", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "180.517", - "max": "183.703", - "min": "180.229", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "112.399", - "max": "112.832", - "min": "112.174", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "198.952", - "max": "199.614", - "min": "197.499", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "150.326", - "max": "151.158", - "min": "150.046", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "165.812", - "max": "165.961", - "min": "165.723", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "84.944", - "max": "85.831", - "min": "84.602", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "39.387", - "max": "40.341", - "min": "39.111", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "127.013", - "max": "127.275", - "min": "126.876", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "125.793", - "max": "126.123", - "min": "125.639", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "33.586", - "max": "41.107", - "min": "33.112", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "147.18", - "max": "149.385", - "min": "146.523", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "171.219", - "max": "171.631", - "min": "171.068", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "39.722", - "max": "39.919", - "min": "39.622", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "293.339", - "max": "293.805", - "min": "293.15", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "109.751", - "max": "111.026", - "min": "109.508", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.201", - "max": "131.517", - "min": "131.024", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "176.015", - "max": "176.364", - "min": "175.794", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "159.868", - "max": "164.896", - "min": "159.104", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "173.209", - "max": "173.547", - "min": "173.085", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "122.094", - "max": "125.052", - "min": "121.702", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "130.082", - "max": "130.369", - "min": "129.977", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "179.512", - "max": "179.849", - "min": "179.358", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "26.357", - "max": "27.291", - "min": "26.095", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "329.611", - "max": "332.724", - "min": "328.988", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "126.665", - "max": "127.054", - "min": "126.477", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "336.136", - "max": "351.397", - "min": "296.505", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "184.553", - "max": "187.702", - "min": "184.239", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "104.872", - "max": "105.123", - "min": "104.729", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "123.26", - "max": "123.444", - "min": "123.095", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "148.08", - "max": "149.114", - "min": "147.901", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "329.923", - "max": "340.552", - "min": "329.403", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "297.968", - "max": "298.773", - "min": "297.799", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "97.7", - "max": "97.817", - "min": "97.611", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.426", - "max": "191.676", - "min": "151.911", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "374.609", - "max": "484.742", - "min": "179.628", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "134.343", - "max": "251.509", - "min": "40.616", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "185.559", - "max": "193.773", - "min": "184.8", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "248.608", - "max": "249.752", - "min": "248.4", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "142.594", - "max": "142.83", - "min": "142.487", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "142.115", - "max": "142.765", - "min": "141.823", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "144.35", - "max": "144.905", - "min": "144.232", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "200.497", - "max": "348.807", - "min": "119.339", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "244.901", - "max": "245.328", - "min": "244.756", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "36.65", - "max": "206.505", - "min": "28.16", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "32.83", - "max": "33.058", - "min": "32.751", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "122.062", - "max": "123.569", - "min": "121.478", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "98.362", - "max": "98.918", - "min": "98.004", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "258.044", - "max": "258.384", - "min": "257.899", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "134.929", - "max": "136.905", - "min": "134.659", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "203.104", - "max": "206.62", - "min": "202.821", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "126.991", - "max": "127.548", - "min": "126.804", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "127.048", - "max": "127.265", - "min": "126.933", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "131.835", - "max": "132.312", - "min": "131.715", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "306.178", - "max": "307.818", - "min": "305.614", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "148.898", - "max": "149.264", - "min": "148.813", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "93.842", - "max": "94.139", - "min": "93.646", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "154.788", - "max": "162.981", - "min": "153.698", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "149.396", - "max": "149.724", - "min": "149.272", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "127.728", - "max": "128.055", - "min": "127.618", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "96.579", - "max": "98.293", - "min": "96.359", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "0.03", - "max": "0.261", - "min": "0.017", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "188.193", - "max": "189.016", - "min": "187.747", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "46.967", - "max": "47.733", - "min": "46.808", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "13.147", - "max": "13.398", - "min": "13.034", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "224.518", - "max": "230.312", - "min": "224.195", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "18.111", - "max": "18.843", - "min": "17.817", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "13.737", - "max": "14.763", - "min": "13.503", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "133.196", - "max": "133.361", - "min": "133.09", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "31.468", - "max": "31.812", - "min": "31.376", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "33.464", - "max": "34.571", - "min": "33.33", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "17.7", - "max": "29.814", - "min": "16.491", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "290.247", - "max": "290.429", - "min": "290.087", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "15.659", - "max": "18.245", - "min": "15.421", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "19.275", - "max": "58.839", - "min": "17.694", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "106.577", - "max": "107.07", - "min": "106.451", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "184.377", - "max": "185.761", - "min": "184.201", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "43.443", - "max": "46.036", - "min": "43.127", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "336.396", - "max": "385.626", - "min": "329.387", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "143.233", - "max": "143.501", - "min": "143.096", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "265.659", - "max": "353.718", - "min": "257.707", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "137.738", - "max": "138.043", - "min": "137.63", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "207.33", - "max": "210.654", - "min": "207.15", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "29.994", - "max": "30.431", - "min": "29.838", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "97.839", - "max": "98.028", - "min": "97.718", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "88.891", - "max": "89.231", - "min": "88.786", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "188.352", - "max": "188.47", - "min": "188.272", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "100.003", - "max": "100.26", - "min": "99.893", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "152.229", - "max": "152.958", - "min": "152.027", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "222.948", - "max": "230.621", - "min": "212.283", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "96.297", - "max": "96.508", - "min": "96.133", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "119.588", - "max": "120.682", - "min": "119.413", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "33.323", - "max": "37.119", - "min": "32.764", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "287.482", - "max": "287.719", - "min": "287.362", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "37.909", - "max": "38.655", - "min": "37.731", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "17.968", - "max": "18.529", - "min": "17.725", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "27.291", - "max": "37.183", - "min": "26.748", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "17.484", - "max": "19.631", - "min": "17.301", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "35.139", - "max": "35.478", - "min": "34.944", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "66.592", - "max": "67.364", - "min": "66.41", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "17.338", - "max": "17.475", - "min": "17.209", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "62.784", - "max": "68.163", - "min": "61.991", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "53.63", - "max": "56.539", - "min": "53.359", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "25.334", - "max": "35.547", - "min": "24.838", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "25.709", - "max": "25.869", - "min": "25.592", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.375", - "max": "24.559", - "min": "24.26", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "10.238", - "max": "10.451", - "min": "10.084", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "51.657", - "max": "56.043", - "min": "51.34", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "24.997", - "max": "43.765", - "min": "23.335", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "30.667", - "max": "44.214", - "min": "15.002", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "30.426", - "max": "30.536", - "min": "30.317", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "53.598", - "max": "54.268", - "min": "53.367", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "42.572", - "max": "51.551", - "min": "41.777", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "20.767", - "max": "21.324", - "min": "20.313", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "24.419", - "max": "26.716", - "min": "24.048", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "286.944", - "max": "324.211", - "min": "285.304", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "14.953", - "max": "17.427", - "min": "14.717", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "21.393", - "max": "21.738", - "min": "21.162", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "9.644", - "max": "10.494", - "min": "9.477", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "191.252", - "max": "196.965", - "min": "190.14", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "26.185", - "max": "26.405", - "min": "26.028", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "24.581", - "max": "26.049", - "min": "24.402", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "24.908", - "max": "25.575", - "min": "24.684", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "23.691", - "max": "23.859", - "min": "23.54", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "251.071", - "max": "260.06", - "min": "249.029", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "102.014", - "max": "106.6", - "min": "101.246", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "256.814", - "max": "271.474", - "min": "208.112", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "149.752", - "max": "150.954", - "min": "148.97", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "27.868", - "max": "28.016", - "min": "27.788", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "141.761", - "max": "142.126", - "min": "141.571", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "174.998", - "max": "176.056", - "min": "174.793", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "30.326", - "max": "30.568", - "min": "30.109", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "30.203", - "max": "30.567", - "min": "30.037", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "34.087", - "max": "35.852", - "min": "33.779", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "23.892", - "max": "24.453", - "min": "23.7", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "123.828", - "max": "124.367", - "min": "123.733", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "128.091", - "max": "128.282", - "min": "128.025", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "267.93", - "max": "271.436", - "min": "267.553", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "100.174", - "max": "100.348", - "min": "100.086", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "25.628", - "max": "25.903", - "min": "25.463", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "99.51", - "max": "99.677", - "min": "99.392", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "15.103", - "max": "18.151", - "min": "14.837", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "258.708", - "max": "259.067", - "min": "258.547", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "142.092", - "max": "145.145", - "min": "139.375", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "36.57", - "max": "36.965", - "min": "36.394", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "44.954", - "max": "47.144", - "min": "44.134", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "164.538", - "max": "174.21", - "min": "163.163", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "122.54", - "max": "122.951", - "min": "122.166", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "271.081", - "max": "271.318", - "min": "270.936", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "61.723", - "max": "64.545", - "min": "61.443", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "46.586", - "max": "47.752", - "min": "46.451", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "27.672", - "max": "28.091", - "min": "27.571", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "53.148", - "max": "53.529", - "min": "53.039", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "106.301", - "max": "110.514", - "min": "105.626", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "106.054", - "max": "106.323", - "min": "105.94", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "71.708", - "max": "74.801", - "min": "69.936", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "187.658", - "max": "188.707", - "min": "187.328", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "107.596", - "max": "109.237", - "min": "106.674", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "145.996", - "max": "146.643", - "min": "145.87", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "142.578", - "max": "142.794", - "min": "142.467", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "43.184", - "max": "47.594", - "min": "42.612", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "240.866", - "max": "241.14", - "min": "240.221", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "199.349", - "max": "199.349", - "min": "199.349", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "37.906", - "max": "38.063", - "min": "37.772", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "19.455", - "max": "19.546", - "min": "19.352", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "128.236", - "max": "128.666", - "min": "128.082", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "46.727", - "max": "59.429", - "min": "39.022", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "8.384", - "max": "8.958", - "min": "8.31", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "232.496", - "max": "232.685", - "min": "232.344", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "64.615", - "max": "65.061", - "min": "64.376", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "127.722", - "max": "131.223", - "min": "126.971", - "id": "147", - "country": "Slovakia", - "source_name": "Bratislava", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "150": { - "name": "Zagreb", - "data": { - "0": { - "avg": "223.802", - "max": "224.189", - "min": "223.552", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "273.027", - "max": "273.75", - "min": "272.745", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "104.911", - "max": "105.212", - "min": "104.726", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "13.276", - "max": "14.597", - "min": "12.925", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "33.739", - "max": "33.973", - "min": "33.575", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "228.875", - "max": "229.571", - "min": "228.549", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "43.13", - "max": "43.315", - "min": "42.973", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "310.237", - "max": "315.248", - "min": "309.534", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "59.556", - "max": "59.908", - "min": "59.361", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "46.157", - "max": "46.847", - "min": "45.858", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "33.818", - "max": "34.019", - "min": "33.612", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.244", - "max": "137.546", - "min": "136.976", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "113.263", - "max": "113.38", - "min": "113.148", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "97.501", - "max": "97.923", - "min": "97.252", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "128.075", - "max": "128.93", - "min": "127.834", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "106.155", - "max": "106.524", - "min": "105.765", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "35.407", - "max": "35.738", - "min": "35.061", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "111.26", - "max": "113.33", - "min": "110.77", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "35.277", - "max": "35.478", - "min": "35.048", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "6.18", - "max": "6.38", - "min": "6.038", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "289.556", - "max": "289.816", - "min": "289.386", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "111.735", - "max": "111.93", - "min": "111.555", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "154.756", - "max": "155.03", - "min": "154.532", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "149.398", - "max": "151.943", - "min": "149.008", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "36.012", - "max": "36.251", - "min": "35.772", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "34.551", - "max": "34.921", - "min": "34.245", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "25.203", - "max": "26.688", - "min": "24.852", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "11.671", - "max": "11.885", - "min": "11.554", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.077", - "max": "18.28", - "min": "17.936", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "155.896", - "max": "156.302", - "min": "155.646", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "164.793", - "max": "165.004", - "min": "164.582", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "49.86", - "max": "50.162", - "min": "49.704", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "159.486", - "max": "159.861", - "min": "159.251", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "33.884", - "max": "34.135", - "min": "33.687", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "21.577", - "max": "24.54", - "min": "21.076", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "165.921", - "max": "168.602", - "min": "165.431", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "158.861", - "max": "159.134", - "min": "158.685", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "161.805", - "max": "162.105", - "min": "161.593", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "132.422", - "max": "132.753", - "min": "132.174", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "106.152", - "max": "106.826", - "min": "105.854", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "176.871", - "max": "178.506", - "min": "176.502", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "42.306", - "max": "45.502", - "min": "41.879", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "67.615", - "max": "67.868", - "min": "67.361", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "39.776", - "max": "46.846", - "min": "39.024", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "167.412", - "max": "173.541", - "min": "167.065", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "14.466", - "max": "15.102", - "min": "14.089", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "48.924", - "max": "49.19", - "min": "48.795", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "188.433", - "max": "188.702", - "min": "188.197", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "268.833", - "max": "269.324", - "min": "268.584", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "145.095", - "max": "145.271", - "min": "144.979", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "104.042", - "max": "104.282", - "min": "103.853", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "153.109", - "max": "153.306", - "min": "152.879", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.166", - "max": "63.213", - "min": "43.018", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "122.143", - "max": "122.328", - "min": "121.916", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "160.94", - "max": "187.504", - "min": "156.681", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "180.562", - "max": "181.661", - "min": "180.331", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "50.504", - "max": "54.878", - "min": "49.918", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "316.065", - "max": "316.364", - "min": "315.841", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "36.432", - "max": "37.648", - "min": "36.174", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "30.351", - "max": "31.138", - "min": "30.105", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "69.636", - "max": "72.49", - "min": "68.912", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "80.951", - "max": "125.717", - "min": "77.069", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "210.484", - "max": "230.065", - "min": "209.27", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "283.692", - "max": "283.926", - "min": "283.56", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "37.509", - "max": "38.989", - "min": "37.369", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "29.287", - "max": "29.612", - "min": "29.19", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "108.602", - "max": "109.197", - "min": "108.476", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "18.026", - "max": "18.445", - "min": "17.676", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "237.294", - "max": "238.892", - "min": "236.736", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "140.225", - "max": "144.643", - "min": "139.92", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "205.83", - "max": "206.763", - "min": "205.478", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "157.254", - "max": "157.789", - "min": "156.921", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "170.022", - "max": "176.663", - "min": "169.311", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "121.933", - "max": "122.201", - "min": "121.697", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "79.774", - "max": "80.378", - "min": "79.558", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "85.118", - "max": "147.383", - "min": "50.581", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "112.981", - "max": "113.271", - "min": "112.774", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "150.258", - "max": "150.607", - "min": "150.068", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "116.958", - "max": "134.704", - "min": "115.998", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "111.787", - "max": "112.102", - "min": "111.598", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "152.92", - "max": "153.504", - "min": "152.682", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "115.502", - "max": "116.181", - "min": "115.231", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "269.397", - "max": "269.627", - "min": "269.243", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "155.107", - "max": "155.339", - "min": "154.87", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "155.639", - "max": "155.817", - "min": "155.433", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "87.408", - "max": "88.247", - "min": "87.191", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "38.828", - "max": "40.156", - "min": "38.49", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "128.865", - "max": "129.708", - "min": "128.523", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "116.947", - "max": "117.54", - "min": "116.699", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "34.883", - "max": "42.5", - "min": "34.33", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "121.517", - "max": "122.816", - "min": "120.702", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "159.598", - "max": "163.822", - "min": "159.191", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "39.294", - "max": "39.428", - "min": "39.13", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "215.333", - "max": "215.89", - "min": "215.033", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "123.898", - "max": "124.045", - "min": "123.776", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "123.517", - "max": "123.821", - "min": "123.25", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "179.439", - "max": "179.693", - "min": "179.232", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "160.868", - "max": "199.39", - "min": "158.668", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "168.663", - "max": "179.396", - "min": "164.584", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "127.56", - "max": "129.965", - "min": "127.248", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "120.768", - "max": "121.043", - "min": "120.585", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "161.085", - "max": "161.35", - "min": "160.823", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "27.186", - "max": "29.35", - "min": "27.021", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "330.818", - "max": "334.854", - "min": "330.011", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "117.389", - "max": "117.714", - "min": "117.198", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "339.589", - "max": "340.331", - "min": "337.45", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "189.321", - "max": "192.326", - "min": "189.07", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "100.7", - "max": "100.868", - "min": "100.544", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "115.306", - "max": "115.708", - "min": "115.095", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "131.065", - "max": "131.524", - "min": "130.873", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "255.265", - "max": "255.947", - "min": "255.04", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "281.905", - "max": "282.217", - "min": "281.729", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "92.481", - "max": "92.825", - "min": "92.285", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "184.586", - "max": "195.415", - "min": "183.835", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "388.411", - "max": "509.765", - "min": "235.346", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "104.57", - "max": "187.49", - "min": "29.932", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "176.531", - "max": "203.109", - "min": "174.857", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "245.009", - "max": "254.292", - "min": "244.46", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "144.221", - "max": "144.419", - "min": "144.117", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "130.348", - "max": "130.977", - "min": "130.002", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "132.563", - "max": "134.648", - "min": "132.232", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "196.828", - "max": "357.679", - "min": "123.132", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "207.819", - "max": "208.154", - "min": "207.654", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "49.167", - "max": "258.767", - "min": "33.477", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "29.818", - "max": "29.978", - "min": "29.641", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "37.905", - "max": "38.754", - "min": "37.497", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "93.406", - "max": "93.656", - "min": "93.188", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "171.178", - "max": "171.517", - "min": "171.018", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "131.999", - "max": "132.773", - "min": "131.72", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "180.145", - "max": "183.106", - "min": "179.738", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "126.47", - "max": "127.065", - "min": "126.208", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "113.852", - "max": "114.083", - "min": "113.654", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "120.73", - "max": "121.01", - "min": "120.487", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "338.395", - "max": "339.047", - "min": "337.819", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "144.789", - "max": "145.094", - "min": "144.49", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "111.27", - "max": "111.483", - "min": "111.073", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "145.672", - "max": "151.314", - "min": "144.796", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "134.132", - "max": "134.413", - "min": "133.882", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "129", - "max": "131.435", - "min": "128.641", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "95.886", - "max": "96.099", - "min": "95.722", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "13.12", - "max": "13.321", - "min": "12.985", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "188.915", - "max": "190.89", - "min": "188.434", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "64.118", - "max": "64.8", - "min": "63.887", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "0.02", - "max": "0.026", - "min": "0.015", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "198.419", - "max": "199.883", - "min": "198.058", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "27.632", - "max": "28.256", - "min": "27.393", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "16.931", - "max": "33.695", - "min": "15.968", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "162.311", - "max": "163.455", - "min": "162.053", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "31.394", - "max": "31.668", - "min": "31.246", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "32.901", - "max": "33.134", - "min": "32.708", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "18.81", - "max": "26.22", - "min": "17.774", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "242.767", - "max": "243.041", - "min": "242.571", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "31.626", - "max": "32.288", - "min": "31.448", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "25.378", - "max": "26.343", - "min": "24.999", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "104.869", - "max": "105.128", - "min": "104.666", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "157.568", - "max": "157.967", - "min": "157.303", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "47.025", - "max": "48.607", - "min": "46.647", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "270.17", - "max": "324.537", - "min": "259.577", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "138.094", - "max": "138.417", - "min": "137.88", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "247.765", - "max": "355.725", - "min": "241.108", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "141.737", - "max": "142.023", - "min": "141.551", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "385.243", - "max": "385.739", - "min": "384.885", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "25.203", - "max": "26.007", - "min": "24.966", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "92.56", - "max": "93.543", - "min": "92.371", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "103.635", - "max": "104.178", - "min": "103.459", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "185.843", - "max": "186.118", - "min": "185.654", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "96.123", - "max": "96.381", - "min": "95.941", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "182.528", - "max": "183.621", - "min": "182.16", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "244.834", - "max": "287.103", - "min": "243.089", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "101.215", - "max": "101.762", - "min": "100.93", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "112.064", - "max": "112.193", - "min": "111.948", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "19.639", - "max": "21.081", - "min": "19.359", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "159.696", - "max": "159.891", - "min": "159.481", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "38.44", - "max": "40.869", - "min": "38.128", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "25.718", - "max": "28.5", - "min": "25.339", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "29.358", - "max": "51.178", - "min": "28.256", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "21.779", - "max": "21.931", - "min": "21.674", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "34.4", - "max": "35.102", - "min": "34.088", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "82.16", - "max": "84.733", - "min": "81.877", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "49.887", - "max": "50.14", - "min": "49.727", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "66.602", - "max": "68.668", - "min": "66.271", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "60.035", - "max": "60.204", - "min": "59.904", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "24.655", - "max": "26.242", - "min": "24.302", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "31.03", - "max": "31.159", - "min": "30.913", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "24.983", - "max": "25.215", - "min": "24.796", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "9.889", - "max": "10.047", - "min": "9.784", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "62.75", - "max": "63.018", - "min": "62.404", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "24.543", - "max": "36.688", - "min": "23.11", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "57.669", - "max": "120.578", - "min": "27.831", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "29.747", - "max": "29.975", - "min": "29.616", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "66.649", - "max": "66.947", - "min": "66.404", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "25.75", - "max": "27.005", - "min": "25.461", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "18.496", - "max": "19.154", - "min": "18.148", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "26.944", - "max": "27.845", - "min": "26.442", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "209.558", - "max": "212.475", - "min": "209.249", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "12.53", - "max": "13.049", - "min": "12.364", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "20.191", - "max": "20.43", - "min": "20.039", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "28.036", - "max": "28.371", - "min": "27.877", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "189.893", - "max": "197.255", - "min": "187.918", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "41.517", - "max": "45.944", - "min": "41.152", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "25.713", - "max": "31.259", - "min": "24.968", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "36.804", - "max": "36.972", - "min": "36.661", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.338", - "max": "24.867", - "min": "24.135", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "313.414", - "max": "328.253", - "min": "310.632", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "103.653", - "max": "112.421", - "min": "102.007", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "280.672", - "max": "281.317", - "min": "279.046", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "168.048", - "max": "168.372", - "min": "167.89", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "28.106", - "max": "28.972", - "min": "27.911", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "163.275", - "max": "163.725", - "min": "163.025", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "177.706", - "max": "177.942", - "min": "177.284", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "27.981", - "max": "28.315", - "min": "27.798", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "63.829", - "max": "65.134", - "min": "63.391", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "33.881", - "max": "35.349", - "min": "33.369", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "25.409", - "max": "27.38", - "min": "25.015", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "114.985", - "max": "115.223", - "min": "114.817", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "131.172", - "max": "131.398", - "min": "130.988", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "192.722", - "max": "196.89", - "min": "192.359", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "96.952", - "max": "97.311", - "min": "96.795", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "23.908", - "max": "24.19", - "min": "23.721", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "110.391", - "max": "110.563", - "min": "110.208", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "24.789", - "max": "25.143", - "min": "24.599", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "215.924", - "max": "236.154", - "min": "214.973", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "140.358", - "max": "142.878", - "min": "137.825", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "35.181", - "max": "35.428", - "min": "35.002", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "73.105", - "max": "74.641", - "min": "72.459", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "173.565", - "max": "176.338", - "min": "172.384", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "125.115", - "max": "126.132", - "min": "124.67", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "238.423", - "max": "238.549", - "min": "238.31", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "85.378", - "max": "85.834", - "min": "85.179", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "50.55", - "max": "50.896", - "min": "50.414", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "27.815", - "max": "28.174", - "min": "27.679", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "61.231", - "max": "61.426", - "min": "61.083", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "110.708", - "max": "115.171", - "min": "110.145", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "104.472", - "max": "104.773", - "min": "104.265", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "77.708", - "max": "80.919", - "min": "75.755", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "194.211", - "max": "195.133", - "min": "193.74", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "106.345", - "max": "107.953", - "min": "105.523", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "70.926", - "max": "71.447", - "min": "70.784", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "119.761", - "max": "120.2", - "min": "119.451", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "40.35", - "max": "43.308", - "min": "39.878", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "199.598", - "max": "200.61", - "min": "199.039", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "205.517", - "max": "205.517", - "min": "205.517", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "33.178", - "max": "33.365", - "min": "33.05", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.965", - "max": "23.229", - "min": "22.788", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.8", - "max": "128.12", - "min": "127.532", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "48.848", - "max": "62.431", - "min": "40.964", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "25.15", - "max": "25.262", - "min": "25.07", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "192.871", - "max": "193.911", - "min": "192.622", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "64.74", - "max": "65.644", - "min": "64.43", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "121.048", - "max": "121.217", - "min": "120.888", - "id": "150", - "country": "Croatia", - "source_name": "Zagreb", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "154": { - "name": "Sofia", - "data": { - "0": { - "avg": "235.334", - "max": "237.253", - "min": "235.035", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "296.939", - "max": "303.847", - "min": "296.299", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "127.063", - "max": "132.085", - "min": "126.725", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "15.382", - "max": "23.179", - "min": "13.412", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "41.599", - "max": "46.475", - "min": "41.012", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "270.238", - "max": "273.373", - "min": "269.957", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "33.491", - "max": "34.234", - "min": "33.334", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "307.032", - "max": "322.022", - "min": "305.39", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "67.574", - "max": "73.48", - "min": "67.218", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "66.935", - "max": "83.029", - "min": "65.188", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "44.609", - "max": "45.301", - "min": "44.347", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "153.12", - "max": "182.136", - "min": "151.694", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "116.212", - "max": "119.147", - "min": "115.952", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "110.896", - "max": "121.993", - "min": "110.303", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "134.762", - "max": "144.8", - "min": "134.061", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "123.117", - "max": "124.883", - "min": "122.77", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "48.424", - "max": "56.636", - "min": "47.818", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "120.414", - "max": "126.089", - "min": "120.084", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "59.03", - "max": "65.138", - "min": "58.478", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "17.023", - "max": "19.146", - "min": "16.86", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "313.257", - "max": "317.025", - "min": "312.903", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "129.555", - "max": "130.549", - "min": "129.414", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "177.744", - "max": "178.341", - "min": "177.568", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "191.604", - "max": "199.095", - "min": "190.875", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "48.619", - "max": "57.126", - "min": "47.636", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "50.426", - "max": "58.255", - "min": "49.964", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "34.489", - "max": "44.331", - "min": "33.809", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "20.042", - "max": "25.994", - "min": "19.635", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "26.682", - "max": "29.325", - "min": "26.342", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "167.076", - "max": "175.442", - "min": "166.036", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "168.854", - "max": "173.986", - "min": "168.454", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "67.802", - "max": "79.355", - "min": "66.978", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "173.019", - "max": "183.571", - "min": "171.452", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "59.866", - "max": "61.298", - "min": "59.623", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "44.294", - "max": "46.954", - "min": "43.988", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "182.282", - "max": "187.831", - "min": "181.321", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "188.213", - "max": "190.641", - "min": "187.986", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "175.249", - "max": "178.27", - "min": "174.968", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "145.299", - "max": "151.859", - "min": "144.64", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "124.878", - "max": "132.832", - "min": "124.116", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "184.124", - "max": "189.628", - "min": "183.464", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "46.532", - "max": "51.353", - "min": "45.592", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "93.654", - "max": "104.159", - "min": "91.095", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "43.511", - "max": "50.203", - "min": "42.693", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "170.741", - "max": "171.412", - "min": "170.59", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "13.827", - "max": "14.658", - "min": "13.6", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "63.746", - "max": "68.642", - "min": "63.268", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "205.095", - "max": "207.038", - "min": "204.838", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "248.662", - "max": "252.219", - "min": "247.306", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "153.817", - "max": "159.477", - "min": "153.545", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "124.206", - "max": "133.017", - "min": "123.423", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.318", - "max": "192.978", - "min": "181.694", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.585", - "max": "68.221", - "min": "43.391", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "140.484", - "max": "146.513", - "min": "139.951", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "151.052", - "max": "164.494", - "min": "147.717", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "354.269", - "max": "358.872", - "min": "353.795", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "60.68", - "max": "67.784", - "min": "58.477", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "320.213", - "max": "329.664", - "min": "319.45", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "33.892", - "max": "37.837", - "min": "33.334", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "46.317", - "max": "50.802", - "min": "45.721", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "78.577", - "max": "82.186", - "min": "77.707", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "86.17", - "max": "149.06", - "min": "81.741", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "187.52", - "max": "208.46", - "min": "185.444", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "217.555", - "max": "224.563", - "min": "217.075", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "34.67", - "max": "38.766", - "min": "34.312", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "8.716", - "max": "14.362", - "min": "8.321", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "114.803", - "max": "117.271", - "min": "114.549", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "8.284", - "max": "14.123", - "min": "7.912", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "251.007", - "max": "252.852", - "min": "250.425", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "151.514", - "max": "158.614", - "min": "150.579", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "266.458", - "max": "281.051", - "min": "265.766", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "184.138", - "max": "189.582", - "min": "183.551", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "185.826", - "max": "191.969", - "min": "185.191", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "129.95", - "max": "136.849", - "min": "129.635", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "95.45", - "max": "101.284", - "min": "94.686", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "53.996", - "max": "109.394", - "min": "43.314", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "132.003", - "max": "139.759", - "min": "131.428", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "174.187", - "max": "177.84", - "min": "173.873", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "138.263", - "max": "144.684", - "min": "137.436", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "133.376", - "max": "137.779", - "min": "133.005", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "178.105", - "max": "183.482", - "min": "177.756", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "110.905", - "max": "115.231", - "min": "110.472", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "212.437", - "max": "218.757", - "min": "211.895", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "181.878", - "max": "188.354", - "min": "181.329", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "150.686", - "max": "157.634", - "min": "149.956", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "94.021", - "max": "106.289", - "min": "93.103", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "55.915", - "max": "65.99", - "min": "55.335", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "145.522", - "max": "150.23", - "min": "145.069", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "143.069", - "max": "147.376", - "min": "142.653", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "47.719", - "max": "55.567", - "min": "46.716", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "148.978", - "max": "150.742", - "min": "148.106", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "173.648", - "max": "184.226", - "min": "172.271", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "76.079", - "max": "83.342", - "min": "75.372", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "306.472", - "max": "314.627", - "min": "305.853", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "112.126", - "max": "117.345", - "min": "111.734", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "145.81", - "max": "150.826", - "min": "145.183", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "194.911", - "max": "200.756", - "min": "194.246", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "177.811", - "max": "181.892", - "min": "177.12", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "193.984", - "max": "198.263", - "min": "193.458", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "137.171", - "max": "143.658", - "min": "136.579", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "135.387", - "max": "135.746", - "min": "135.274", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "193.185", - "max": "200.322", - "min": "192.509", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "19.479", - "max": "24.899", - "min": "18.794", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "349.452", - "max": "357.124", - "min": "348.521", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "145.149", - "max": "149.505", - "min": "144.838", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "201.845", - "max": "205.277", - "min": "201.259", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "110.274", - "max": "129.41", - "min": "109.005", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "142.496", - "max": "146.899", - "min": "141.896", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "175.89", - "max": "178.839", - "min": "174.988", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "336.331", - "max": "341.545", - "min": "335.907", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "269.481", - "max": "276.217", - "min": "269.093", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "108.18", - "max": "112.561", - "min": "107.855", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "157.668", - "max": "162.707", - "min": "157.205", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "402.217", - "max": "528.522", - "min": "257.397", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "93.385", - "max": "178.744", - "min": "19.313", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "199.001", - "max": "218.485", - "min": "197.644", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "259.854", - "max": "261.499", - "min": "259.373", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "157.774", - "max": "164.548", - "min": "157.332", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "146.818", - "max": "152.41", - "min": "146.302", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "148.995", - "max": "158.38", - "min": "147.716", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "209.338", - "max": "368.916", - "min": "138.51", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "222.81", - "max": "227.402", - "min": "222.431", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "63.114", - "max": "250.508", - "min": "49.441", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "71.369", - "max": "71.545", - "min": "71.284", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "50.538", - "max": "52.067", - "min": "50.046", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "115.7", - "max": "116.83", - "min": "115.481", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "190.282", - "max": "196.467", - "min": "189.781", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "136.106", - "max": "144.085", - "min": "135.552", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "221.74", - "max": "226.88", - "min": "221.282", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "141.825", - "max": "151.002", - "min": "141.324", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "127.06", - "max": "144.366", - "min": "125.976", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "127.781", - "max": "131.943", - "min": "127.449", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "330.992", - "max": "331.972", - "min": "330.438", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "159.903", - "max": "160.53", - "min": "159.805", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "109.163", - "max": "118.626", - "min": "108.396", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "171.224", - "max": "197.597", - "min": "168.806", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "145.472", - "max": "145.683", - "min": "145.329", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "141.676", - "max": "147.418", - "min": "141.282", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "120.366", - "max": "129.34", - "min": "118.945", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "13.843", - "max": "18.699", - "min": "13.524", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "206.617", - "max": "215.046", - "min": "205.769", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "54.784", - "max": "59.845", - "min": "54.478", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "17.853", - "max": "34.321", - "min": "15.985", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "214.723", - "max": "218.714", - "min": "214.274", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "33.46", - "max": "38.474", - "min": "32.931", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "0.042", - "max": "0.118", - "min": "0.02", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "148.364", - "max": "155.584", - "min": "147.739", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "43.321", - "max": "51.825", - "min": "42.453", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "40.141", - "max": "44.37", - "min": "39.806", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "32.211", - "max": "39.915", - "min": "30.625", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "245.751", - "max": "253.042", - "min": "245.325", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "9.13", - "max": "14.376", - "min": "8.702", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "51.595", - "max": "56.683", - "min": "51.032", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "116.598", - "max": "128.629", - "min": "115.55", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "187.449", - "max": "196.25", - "min": "186.826", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "51.831", - "max": "54.814", - "min": "51.522", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "292.938", - "max": "334.473", - "min": "285.309", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "151.9", - "max": "152.249", - "min": "151.719", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "271.261", - "max": "309.202", - "min": "267.022", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "149.9", - "max": "152.937", - "min": "149.705", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "412.178", - "max": "419.989", - "min": "411.227", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "48.172", - "max": "59.896", - "min": "47.26", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "101.782", - "max": "114.266", - "min": "101.145", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "134.481", - "max": "143.969", - "min": "133.56", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "198.688", - "max": "205.373", - "min": "198.102", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "109.378", - "max": "114.171", - "min": "108.972", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "170.061", - "max": "174.032", - "min": "169.732", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "240.818", - "max": "258.403", - "min": "229.749", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "111.645", - "max": "117.196", - "min": "111.195", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "128.566", - "max": "133.657", - "min": "127.738", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "39.721", - "max": "56.565", - "min": "38.886", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "159.83", - "max": "176.97", - "min": "159.079", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "48.182", - "max": "54.241", - "min": "47.738", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "35.623", - "max": "39.272", - "min": "35.197", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "39.092", - "max": "46.475", - "min": "38.501", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "48.929", - "max": "56.635", - "min": "48.267", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "46.085", - "max": "50.844", - "min": "45.644", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "78.267", - "max": "86.033", - "min": "77.489", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "35.544", - "max": "43.287", - "min": "34.945", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "82.061", - "max": "83.304", - "min": "81.888", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "30.806", - "max": "31.018", - "min": "30.657", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "46.79", - "max": "54.686", - "min": "45.841", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "53.18", - "max": "61.486", - "min": "52.508", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "33.752", - "max": "39.67", - "min": "33.22", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "25.373", - "max": "41.754", - "min": "24.056", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "17.324", - "max": "20.851", - "min": "16.627", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "41.38", - "max": "48.81", - "min": "40.355", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "45.515", - "max": "65.119", - "min": "32.031", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "39.407", - "max": "43.861", - "min": "38.991", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "18.32", - "max": "18.574", - "min": "18.166", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "45.179", - "max": "49.928", - "min": "44.697", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "13.262", - "max": "13.951", - "min": "12.834", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "45.586", - "max": "69.694", - "min": "42.938", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.941", - "max": "248.77", - "min": "221.749", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "29.998", - "max": "32.835", - "min": "29.768", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "55.758", - "max": "64.382", - "min": "55.065", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "23.334", - "max": "23.772", - "min": "23.25", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "209.574", - "max": "215.244", - "min": "207.788", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "14.553", - "max": "29.222", - "min": "13.479", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "37.107", - "max": "52.68", - "min": "35.807", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "40.662", - "max": "50.997", - "min": "39.995", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "34.43", - "max": "41.933", - "min": "32.957", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "336.268", - "max": "343.068", - "min": "335.519", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "130.641", - "max": "146.494", - "min": "127.664", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "243.449", - "max": "243.92", - "min": "242.314", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "182.807", - "max": "198.1", - "min": "182.079", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "41.333", - "max": "43.924", - "min": "41.037", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "170.315", - "max": "174.211", - "min": "169.966", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "178.417", - "max": "191.39", - "min": "177.629", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "53.469", - "max": "61.57", - "min": "52.547", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "19.992", - "max": "33.698", - "min": "18.909", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "45.469", - "max": "59.451", - "min": "44.564", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "42.969", - "max": "58.393", - "min": "41.869", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "141.409", - "max": "147.178", - "min": "141.104", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "149.187", - "max": "164.245", - "min": "148.241", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "252.46", - "max": "257", - "min": "252.06", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "109.367", - "max": "109.525", - "min": "109.264", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "48.661", - "max": "50.987", - "min": "48.382", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "114.528", - "max": "121.05", - "min": "114.166", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "32.994", - "max": "38.201", - "min": "32.606", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "234.76", - "max": "241.731", - "min": "234.246", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.363", - "max": "164", - "min": "150.792", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "56.459", - "max": "74.173", - "min": "55.213", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "58.812", - "max": "70.718", - "min": "57.085", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "180.042", - "max": "187.938", - "min": "178.365", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "133.42", - "max": "144.202", - "min": "132.316", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "211.166", - "max": "214.336", - "min": "210.824", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "70.97", - "max": "78.397", - "min": "70.404", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "66.276", - "max": "67.048", - "min": "66.132", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "37.034", - "max": "40.413", - "min": "36.57", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "45.824", - "max": "53.923", - "min": "45.169", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "125.678", - "max": "130.429", - "min": "125.064", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "117.88", - "max": "120.212", - "min": "117.67", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "95.056", - "max": "105.392", - "min": "92.92", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.847", - "max": "199.305", - "min": "197.426", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "115.992", - "max": "117.737", - "min": "115.064", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "77.548", - "max": "78.855", - "min": "77.289", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "130.712", - "max": "138.551", - "min": "130.11", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "51.65", - "max": "57.787", - "min": "51.143", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "245.141", - "max": "252.466", - "min": "244.528", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "217.485", - "max": "217.485", - "min": "217.485", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "58.866", - "max": "68.175", - "min": "58.442", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "30.679", - "max": "34.318", - "min": "30.419", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "144.629", - "max": "348.332", - "min": "136.3", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "64.253", - "max": "77.706", - "min": "56.92", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "25.991", - "max": "43.605", - "min": "24.488", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "191.67", - "max": "199.519", - "min": "190.463", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "73.791", - "max": "79.986", - "min": "73.286", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "142.963", - "max": "146.047", - "min": "142.745", - "id": "154", - "country": "Bulgaria", - "source_name": "Sofia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "160": { - "name": "Nis", - "data": { - "0": { - "avg": "224.782", - "max": "225.42", - "min": "224.483", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "294.215", - "max": "296.2", - "min": "293.837", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "121.176", - "max": "123.312", - "min": "120.949", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "14.885", - "max": "19.47", - "min": "14.415", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "37.458", - "max": "39.099", - "min": "37.059", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "248.003", - "max": "248.819", - "min": "247.794", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "34.445", - "max": "36.584", - "min": "34.013", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "295.625", - "max": "301.28", - "min": "294.596", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "66.197", - "max": "67.587", - "min": "65.722", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "52.394", - "max": "53.769", - "min": "51.96", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "42.487", - "max": "42.834", - "min": "42.317", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "152.988", - "max": "171.465", - "min": "152.139", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "122.985", - "max": "125.391", - "min": "122.66", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "120.822", - "max": "122.168", - "min": "120.565", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "132.135", - "max": "133.492", - "min": "131.853", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "122.702", - "max": "123.901", - "min": "121.823", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "48.221", - "max": "49.533", - "min": "47.712", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "119.719", - "max": "122.627", - "min": "119.108", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "51.917", - "max": "52.504", - "min": "51.7", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "16.087", - "max": "18.194", - "min": "15.695", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "304.629", - "max": "307.347", - "min": "304.348", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "133.609", - "max": "136.156", - "min": "133.342", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "164.338", - "max": "165.468", - "min": "164.144", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "185.054", - "max": "187.374", - "min": "184.752", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "46.516", - "max": "47.471", - "min": "46.146", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "49.44", - "max": "50.311", - "min": "48.988", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "39.55", - "max": "43", - "min": "39.203", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "17.055", - "max": "21.276", - "min": "16.446", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "33.019", - "max": "34.194", - "min": "32.845", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "165.089", - "max": "166.308", - "min": "164.853", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "204.484", - "max": "206.461", - "min": "204.281", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "42.403", - "max": "43.405", - "min": "42.054", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "171.174", - "max": "205.21", - "min": "169.734", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "70.739", - "max": "71.443", - "min": "70.582", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "32.345", - "max": "34.075", - "min": "31.635", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "185.221", - "max": "187.692", - "min": "184.715", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.049", - "max": "175.058", - "min": "172.764", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "170.152", - "max": "172.532", - "min": "169.85", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "136.074", - "max": "137.319", - "min": "135.868", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "118.058", - "max": "119.51", - "min": "117.539", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "181.293", - "max": "184.801", - "min": "180.484", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "47.095", - "max": "53.553", - "min": "46.324", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "71.197", - "max": "73.514", - "min": "70.347", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "46.839", - "max": "47.586", - "min": "46.429", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "159.996", - "max": "161.024", - "min": "159.737", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "9.654", - "max": "10.415", - "min": "9.342", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "53.551", - "max": "55.725", - "min": "53.073", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "199.547", - "max": "200.404", - "min": "199.263", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "279.61", - "max": "280.354", - "min": "279.39", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "148.578", - "max": "149.251", - "min": "148.448", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "114.223", - "max": "116.42", - "min": "113.816", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "175.942", - "max": "177.459", - "min": "175.491", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "64.036", - "max": "75.446", - "min": "56.281", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "136.726", - "max": "137.844", - "min": "136.507", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "170.394", - "max": "175.865", - "min": "167.396", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "286.346", - "max": "287.189", - "min": "286.059", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "63.724", - "max": "65.776", - "min": "62.96", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "335.432", - "max": "336.029", - "min": "335.321", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "30.588", - "max": "31.631", - "min": "30.194", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "39.708", - "max": "41.02", - "min": "39.468", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "79.772", - "max": "80.974", - "min": "79.199", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "83.262", - "max": "122.52", - "min": "80.797", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "198.075", - "max": "287.472", - "min": "189.354", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "235.037", - "max": "236.082", - "min": "234.883", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "66.429", - "max": "67.132", - "min": "66.223", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "25.144", - "max": "26.485", - "min": "24.911", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "114.709", - "max": "116.196", - "min": "114.495", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "17.381", - "max": "17.935", - "min": "17.024", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "240.225", - "max": "241.706", - "min": "239.498", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "138.026", - "max": "140.643", - "min": "137.636", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "328.561", - "max": "331.054", - "min": "328.142", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "167.265", - "max": "170.143", - "min": "166.778", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "184.543", - "max": "185.741", - "min": "184.011", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "129.04", - "max": "130.168", - "min": "128.862", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "81.308", - "max": "82.66", - "min": "81.044", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "41.967", - "max": "45.429", - "min": "41.719", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "133.892", - "max": "134.801", - "min": "133.708", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "170.608", - "max": "175.247", - "min": "170.186", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "130", - "max": "135.482", - "min": "129.463", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "126.18", - "max": "126.895", - "min": "125.967", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.86", - "max": "162.397", - "min": "161.593", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "108.253", - "max": "109.561", - "min": "107.845", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "232.159", - "max": "245.309", - "min": "231.449", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "168.959", - "max": "171.2", - "min": "168.61", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "172.765", - "max": "174.195", - "min": "172.566", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "97.958", - "max": "99.955", - "min": "97.462", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "48.249", - "max": "49.749", - "min": "47.955", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "132.198", - "max": "135.23", - "min": "131.935", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "137.487", - "max": "137.874", - "min": "137.315", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "40.173", - "max": "46.991", - "min": "38.95", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "143.08", - "max": "145.588", - "min": "142.277", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "178.942", - "max": "180.658", - "min": "178.628", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "55.07", - "max": "56.069", - "min": "54.933", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "303.035", - "max": "318.533", - "min": "302.075", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "117.485", - "max": "118.469", - "min": "117.238", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "143.366", - "max": "145.583", - "min": "143.007", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "191.669", - "max": "192.465", - "min": "191.475", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "169.301", - "max": "194.845", - "min": "167.319", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "193.769", - "max": "194.506", - "min": "193.456", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "135.293", - "max": "139.651", - "min": "134.932", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "139.154", - "max": "140.397", - "min": "138.966", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.055", - "max": "184.006", - "min": "181.817", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "32.046", - "max": "32.79", - "min": "31.836", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "343.518", - "max": "347.016", - "min": "342.491", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "144.027", - "max": "145.372", - "min": "143.739", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "347.691", - "max": "363.295", - "min": "308.972", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "214.259", - "max": "215.219", - "min": "213.979", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "108.327", - "max": "110.942", - "min": "108.022", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "130.88", - "max": "133.69", - "min": "130.28", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "150.282", - "max": "154.264", - "min": "149.841", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "319.665", - "max": "322.067", - "min": "319.335", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "282.4", - "max": "282.991", - "min": "282.047", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "109.576", - "max": "110.627", - "min": "109.358", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "144.208", - "max": "146.554", - "min": "143.635", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "399.153", - "max": "516.587", - "min": "234.255", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "133.569", - "max": "218.466", - "min": "73.434", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "195.239", - "max": "208.293", - "min": "194.181", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "236.608", - "max": "238.933", - "min": "236.207", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "154.117", - "max": "155.238", - "min": "153.898", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "138.107", - "max": "140.095", - "min": "137.477", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "142.744", - "max": "143.609", - "min": "142.437", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "228.182", - "max": "386.213", - "min": "145.149", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "219.498", - "max": "220.81", - "min": "219.286", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "69.683", - "max": "295.252", - "min": "60.526", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "69.537", - "max": "69.962", - "min": "69.363", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "46.114", - "max": "47.52", - "min": "45.66", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "113.118", - "max": "116.716", - "min": "108.761", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "200.659", - "max": "202.073", - "min": "200.312", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "123.342", - "max": "124.019", - "min": "123.134", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "198.143", - "max": "202.096", - "min": "197.286", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "134.949", - "max": "137.223", - "min": "134.69", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "125.904", - "max": "127.333", - "min": "125.561", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "127.522", - "max": "129.282", - "min": "127.164", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "328.409", - "max": "330.182", - "min": "327.377", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "152.303", - "max": "155.037", - "min": "152.081", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "113.109", - "max": "113.695", - "min": "112.874", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "161.584", - "max": "165.405", - "min": "160.683", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "156.404", - "max": "162.041", - "min": "155.74", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "140.15", - "max": "140.883", - "min": "139.846", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "110.097", - "max": "112.465", - "min": "109.716", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "15.646", - "max": "17.43", - "min": "15.434", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "196.452", - "max": "204.392", - "min": "195.662", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "66.434", - "max": "67.018", - "min": "66.279", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "32.202", - "max": "33.825", - "min": "31.49", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "209.269", - "max": "216.392", - "min": "208.644", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "35.871", - "max": "37.521", - "min": "35.331", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "9.08", - "max": "11.793", - "min": "8.695", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "175.636", - "max": "176.922", - "min": "175.38", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "37.146", - "max": "38.342", - "min": "37.003", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "38.048", - "max": "40.178", - "min": "37.744", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "42.763", - "max": "105.357", - "min": "38.881", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "272.885", - "max": "273.611", - "min": "272.713", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "0.037", - "max": "0.103", - "min": "0.019", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "31.642", - "max": "33.085", - "min": "31.207", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "119.127", - "max": "119.329", - "min": "118.953", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "167.763", - "max": "169.106", - "min": "167.531", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "55.806", - "max": "57.91", - "min": "55.496", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "280.5", - "max": "330.204", - "min": "270.127", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "146.245", - "max": "146.627", - "min": "146.067", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "274.401", - "max": "341.584", - "min": "266.411", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "140.176", - "max": "140.528", - "min": "140.024", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "404.181", - "max": "405.388", - "min": "403.363", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "48.234", - "max": "51.583", - "min": "47.737", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "102.629", - "max": "103.001", - "min": "102.406", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "133.622", - "max": "134.503", - "min": "133.459", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "202.12", - "max": "204.782", - "min": "201.714", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "110.661", - "max": "111.092", - "min": "110.498", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "169.276", - "max": "169.96", - "min": "169.005", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "232.284", - "max": "238.149", - "min": "230.356", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "111.092", - "max": "112.608", - "min": "110.743", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "130.321", - "max": "130.716", - "min": "130.207", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "34.481", - "max": "36.304", - "min": "34.083", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "161.354", - "max": "162.021", - "min": "161.18", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "43.407", - "max": "44.105", - "min": "43.273", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "35.679", - "max": "37.771", - "min": "35.353", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "43.955", - "max": "45.233", - "min": "43.466", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "34.263", - "max": "35.946", - "min": "34.057", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "40.387", - "max": "42.369", - "min": "39.914", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "94.587", - "max": "95.37", - "min": "94.321", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "24.187", - "max": "24.811", - "min": "24.046", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "80.989", - "max": "83.684", - "min": "80.55", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.808", - "max": "71.414", - "min": "68.484", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "33.792", - "max": "39.444", - "min": "33.078", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "37.139", - "max": "38.053", - "min": "36.939", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "33.414", - "max": "34.85", - "min": "33.2", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "25.193", - "max": "26.356", - "min": "24.941", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "58.705", - "max": "60.248", - "min": "58.194", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "42.666", - "max": "54.729", - "min": "40.854", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "64.985", - "max": "123.951", - "min": "36.079", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "37.379", - "max": "38.186", - "min": "36.946", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "59.128", - "max": "59.924", - "min": "58.841", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "51.563", - "max": "58.724", - "min": "51.012", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "12.522", - "max": "14.781", - "min": "12.06", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "36.189", - "max": "37.398", - "min": "35.829", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.768", - "max": "226.148", - "min": "221.896", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "27.103", - "max": "28.876", - "min": "26.851", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "72.823", - "max": "74.43", - "min": "72.421", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "26.916", - "max": "29.796", - "min": "26.701", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "198.162", - "max": "204.825", - "min": "196.506", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "46.001", - "max": "48.994", - "min": "45.477", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "33.911", - "max": "36.1", - "min": "33.179", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "34.972", - "max": "36.187", - "min": "34.706", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "38.174", - "max": "38.988", - "min": "37.599", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "316.781", - "max": "318.874", - "min": "316.49", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "129.763", - "max": "133.888", - "min": "129.132", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "250.29", - "max": "255.539", - "min": "249.32", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "183.351", - "max": "185.442", - "min": "182.532", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "35.103", - "max": "35.883", - "min": "34.865", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "175.606", - "max": "177.893", - "min": "175.133", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "198.119", - "max": "198.906", - "min": "197.919", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "64.125", - "max": "65.565", - "min": "63.879", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "47.227", - "max": "47.861", - "min": "46.989", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "38.597", - "max": "39.653", - "min": "38.142", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "33.746", - "max": "34.943", - "min": "33.364", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "132.85", - "max": "136.111", - "min": "132.628", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "134.848", - "max": "135.507", - "min": "134.677", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "277.898", - "max": "382.169", - "min": "273.683", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "110.793", - "max": "112.033", - "min": "110.215", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "43.861", - "max": "44.581", - "min": "43.589", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "113.661", - "max": "114.533", - "min": "113.468", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "37.568", - "max": "38.796", - "min": "37.224", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "253.513", - "max": "348.763", - "min": "250.016", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.289", - "max": "157.289", - "min": "151.794", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "49.987", - "max": "52.702", - "min": "49.609", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "60.069", - "max": "61.657", - "min": "58.964", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "175.135", - "max": "176.388", - "min": "174.066", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "133.28", - "max": "134.631", - "min": "132.935", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "261.011", - "max": "261.953", - "min": "260.79", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "92.807", - "max": "93.404", - "min": "92.553", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "58.846", - "max": "61.016", - "min": "58.416", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "37.402", - "max": "40.188", - "min": "36.888", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "62.06", - "max": "62.493", - "min": "61.898", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "123.331", - "max": "127.539", - "min": "122.621", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "121.385", - "max": "122.237", - "min": "121.029", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "85.967", - "max": "90.469", - "min": "83.472", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "193.452", - "max": "194.56", - "min": "192.539", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "123.717", - "max": "125.265", - "min": "122.887", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "76.324", - "max": "77.189", - "min": "76.089", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "129.885", - "max": "131.2", - "min": "129.494", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "50.058", - "max": "52.368", - "min": "49.724", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "208.36", - "max": "209.331", - "min": "207.694", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "212.015", - "max": "212.015", - "min": "212.015", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "43.305", - "max": "44.828", - "min": "43.109", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "30.156", - "max": "31.292", - "min": "29.907", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "130.541", - "max": "134.44", - "min": "129.863", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "56.55", - "max": "67.642", - "min": "48.6", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "4.419", - "max": "7.056", - "min": "3.829", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "136.667", - "max": "137.789", - "min": "136.377", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "82.492", - "max": "84.681", - "min": "81.948", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "134.243", - "max": "138.252", - "min": "133.936", - "id": "160", - "country": "Serbia", - "source_name": "Nis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "170": { - "name": "Vilnius", - "data": { - "0": { - "avg": "275.423", - "max": "275.755", - "min": "275.08", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "258.91", - "max": "259.229", - "min": "258.587", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "116.278", - "max": "116.5", - "min": "116.1", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "30.505", - "max": "38.237", - "min": "29.741", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "43.661", - "max": "44.366", - "min": "43.487", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "247.59", - "max": "248.05", - "min": "247.369", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "30.314", - "max": "30.509", - "min": "30.228", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "302.306", - "max": "305.543", - "min": "301.672", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "18.696", - "max": "19.035", - "min": "18.589", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "12.71", - "max": "13.561", - "min": "12.53", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "36.403", - "max": "37.491", - "min": "36.159", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "142.895", - "max": "149.025", - "min": "142.551", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "105.361", - "max": "105.92", - "min": "105.236", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "137.235", - "max": "147.391", - "min": "119.763", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "141.956", - "max": "142.386", - "min": "141.839", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "112.228", - "max": "112.877", - "min": "111.637", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "46.72", - "max": "46.87", - "min": "46.475", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "124.306", - "max": "124.962", - "min": "124.029", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "45.34", - "max": "45.586", - "min": "45.062", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "22.277", - "max": "22.936", - "min": "22.103", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "287.619", - "max": "287.881", - "min": "287.469", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "133.716", - "max": "133.815", - "min": "133.618", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "166.559", - "max": "167.122", - "min": "166.353", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "166.396", - "max": "170.798", - "min": "165.905", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "10.511", - "max": "11.02", - "min": "10.183", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "36.555", - "max": "36.672", - "min": "36.474", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "36.476", - "max": "41.981", - "min": "36.111", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "26.13", - "max": "26.811", - "min": "25.936", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "48.642", - "max": "48.718", - "min": "48.569", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "164.959", - "max": "165.712", - "min": "164.71", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "181.66", - "max": "181.745", - "min": "181.572", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "9.624", - "max": "9.863", - "min": "9.511", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "169.016", - "max": "180.135", - "min": "168.497", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "29.727", - "max": "29.997", - "min": "29.618", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "34.648", - "max": "34.973", - "min": "34.474", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "186.968", - "max": "187.968", - "min": "186.659", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "171.543", - "max": "171.853", - "min": "171.456", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "171.995", - "max": "172.199", - "min": "171.766", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "135.502", - "max": "135.82", - "min": "135.347", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "121.901", - "max": "124.351", - "min": "121.644", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "176.956", - "max": "178.271", - "min": "176.736", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "46.535", - "max": "48.874", - "min": "46.04", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "69.343", - "max": "69.639", - "min": "69.144", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "11.608", - "max": "11.854", - "min": "11.469", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "154.736", - "max": "155.051", - "min": "154.636", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "35.231", - "max": "36.117", - "min": "34.694", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "34.037", - "max": "34.189", - "min": "33.899", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "201.761", - "max": "202.495", - "min": "201.508", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "279.668", - "max": "280.034", - "min": "279.568", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "151.403", - "max": "151.549", - "min": "151.344", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "113.766", - "max": "113.971", - "min": "113.527", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "179.201", - "max": "179.408", - "min": "178.72", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "81.401", - "max": "94.528", - "min": "68.53", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "131.841", - "max": "132.007", - "min": "131.626", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "151.861", - "max": "174.187", - "min": "148.133", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "293.936", - "max": "294.369", - "min": "293.637", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "59.704", - "max": "64.527", - "min": "58.794", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "324.997", - "max": "325.264", - "min": "324.737", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "53.327", - "max": "57.861", - "min": "52.697", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "34.243", - "max": "34.325", - "min": "34.143", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "75.944", - "max": "76.694", - "min": "75.53", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "91.933", - "max": "138.296", - "min": "88.834", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "231.282", - "max": "287.38", - "min": "228.032", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "292.715", - "max": "293.082", - "min": "292.594", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "60.896", - "max": "61.282", - "min": "60.735", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "37.945", - "max": "38.294", - "min": "37.847", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "111.784", - "max": "112.027", - "min": "111.673", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "70.302", - "max": "70.563", - "min": "69.965", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "237.108", - "max": "241.74", - "min": "236.243", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "159.708", - "max": "161.933", - "min": "159.475", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "278.845", - "max": "281.185", - "min": "278.498", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "168.405", - "max": "169.462", - "min": "168.064", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "179.453", - "max": "184.163", - "min": "179.04", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "137.518", - "max": "137.637", - "min": "137.395", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "75.199", - "max": "77.212", - "min": "74.928", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "39.628", - "max": "39.757", - "min": "39.526", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "126.366", - "max": "126.478", - "min": "126.244", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "162.297", - "max": "162.563", - "min": "162.073", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "138.484", - "max": "144.692", - "min": "138.047", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "121.551", - "max": "121.836", - "min": "121.333", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "178.002", - "max": "178.187", - "min": "177.83", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "112.338", - "max": "112.671", - "min": "112.077", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "269.103", - "max": "275.848", - "min": "259.563", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "169.035", - "max": "169.417", - "min": "168.813", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "147.463", - "max": "147.574", - "min": "147.359", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "91.032", - "max": "92.075", - "min": "90.624", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "50.448", - "max": "53.625", - "min": "50.062", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "141.306", - "max": "149.046", - "min": "140.901", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "127.026", - "max": "127.188", - "min": "126.909", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "43.398", - "max": "51.088", - "min": "42.525", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "146.033", - "max": "149.156", - "min": "145.319", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "183.683", - "max": "183.911", - "min": "183.544", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "59.392", - "max": "59.752", - "min": "59.317", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "290.836", - "max": "290.983", - "min": "290.727", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "113.045", - "max": "114.834", - "min": "112.719", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "146.682", - "max": "146.996", - "min": "146.447", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "182.738", - "max": "182.996", - "min": "182.594", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "168.138", - "max": "197.828", - "min": "166.487", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.822", - "max": "173.069", - "min": "172.631", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "137.283", - "max": "142.525", - "min": "137.031", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "143.094", - "max": "143.262", - "min": "143.018", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "170.071", - "max": "170.451", - "min": "169.886", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "48.659", - "max": "48.923", - "min": "48.509", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "343.003", - "max": "350.236", - "min": "342.166", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "142.257", - "max": "143.026", - "min": "142.08", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "198.19", - "max": "200.709", - "min": "197.19", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "137.091", - "max": "137.252", - "min": "136.989", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "151.525", - "max": "152.045", - "min": "151.371", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "271.226", - "max": "272.615", - "min": "270.791", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "299.097", - "max": "300.695", - "min": "297.572", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "127.915", - "max": "140.27", - "min": "110.02", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "149.504", - "max": "150.241", - "min": "149.227", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "402.892", - "max": "517.201", - "min": "229.918", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "133.469", - "max": "234.769", - "min": "65.112", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "209.906", - "max": "231.41", - "min": "208.332", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "207.256", - "max": "210.179", - "min": "207.034", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "149.061", - "max": "149.204", - "min": "148.962", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "147.517", - "max": "148.229", - "min": "147.341", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "144.382", - "max": "144.801", - "min": "144.14", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "205.647", - "max": "367.244", - "min": "134.863", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "212.194", - "max": "212.796", - "min": "212.067", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "10.82", - "max": "178.447", - "min": "3.765", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "5.066", - "max": "5.275", - "min": "4.98", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "34.913", - "max": "35.734", - "min": "34.556", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "101.069", - "max": "104.125", - "min": "99.947", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "184.129", - "max": "185.112", - "min": "183.792", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "126.72", - "max": "131.282", - "min": "126.353", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "203.58", - "max": "207.022", - "min": "203.309", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "138.798", - "max": "139.318", - "min": "138.644", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "129.634", - "max": "129.785", - "min": "129.476", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "136.23", - "max": "136.52", - "min": "136.033", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "350.167", - "max": "351.436", - "min": "349.534", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "147.708", - "max": "147.895", - "min": "147.642", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "105.541", - "max": "105.717", - "min": "105.356", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "157.827", - "max": "170.09", - "min": "156.3", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "141.121", - "max": "141.2", - "min": "141.033", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "141.86", - "max": "142.162", - "min": "141.713", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "106.963", - "max": "107.072", - "min": "106.883", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "30.01", - "max": "31.533", - "min": "29.799", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "194.705", - "max": "195.978", - "min": "194.267", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "15.765", - "max": "15.976", - "min": "15.64", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.086", - "max": "25.264", - "min": "24.963", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "212.152", - "max": "222.47", - "min": "211.139", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "33.214", - "max": "34.045", - "min": "32.994", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "48.089", - "max": "61.272", - "min": "47.212", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "161.49", - "max": "161.938", - "min": "161.287", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "33.762", - "max": "34.212", - "min": "33.678", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "33.419", - "max": "33.475", - "min": "33.345", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "34.349", - "max": "41.499", - "min": "33.199", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "193.745", - "max": "193.836", - "min": "193.667", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "47.971", - "max": "49.767", - "min": "47.735", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "35.31", - "max": "38.498", - "min": "34.653", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "118.502", - "max": "118.785", - "min": "118.332", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "181.964", - "max": "182.271", - "min": "181.784", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "43.498", - "max": "44.149", - "min": "43.303", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "282.825", - "max": "329.844", - "min": "272.599", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "152.013", - "max": "152.353", - "min": "151.908", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "277.245", - "max": "367.864", - "min": "270.634", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "154.374", - "max": "154.482", - "min": "154.272", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "227.173", - "max": "227.441", - "min": "226.979", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "0.039", - "max": "0.06", - "min": "0.03", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "102.238", - "max": "102.46", - "min": "102.009", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "79.799", - "max": "80.095", - "min": "79.694", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "198.826", - "max": "198.966", - "min": "198.648", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.967", - "max": "99.532", - "min": "98.855", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "167.536", - "max": "167.848", - "min": "167.358", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "293.982", - "max": "301.962", - "min": "281.566", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "111.107", - "max": "111.295", - "min": "110.94", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "129.317", - "max": "129.574", - "min": "129.221", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "41.012", - "max": "42.26", - "min": "40.859", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "156.527", - "max": "156.775", - "min": "156.399", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "40.251", - "max": "40.462", - "min": "40.165", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "34.256", - "max": "34.993", - "min": "33.959", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "45.561", - "max": "45.816", - "min": "45.469", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "41.235", - "max": "41.367", - "min": "41.106", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "43.611", - "max": "44.252", - "min": "43.322", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "92.693", - "max": "94.373", - "min": "92.41", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "64.048", - "max": "64.154", - "min": "63.986", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "70.385", - "max": "73.756", - "min": "70.041", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "63.407", - "max": "64.592", - "min": "63.23", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "31.253", - "max": "32.599", - "min": "30.812", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "35.995", - "max": "36.196", - "min": "35.92", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "29.569", - "max": "29.799", - "min": "29.489", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.344", - "max": "21.586", - "min": "21.147", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "95.355", - "max": "95.642", - "min": "95.15", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "52.778", - "max": "60.147", - "min": "51.521", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "67.429", - "max": "119.666", - "min": "40.012", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "34.746", - "max": "34.857", - "min": "34.558", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "80.653", - "max": "81.602", - "min": "80.359", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "23.109", - "max": "23.808", - "min": "22.939", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "65.347", - "max": "65.916", - "min": "64.949", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "31.385", - "max": "37.323", - "min": "30.915", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "215.973", - "max": "216.207", - "min": "215.747", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "26.198", - "max": "27.593", - "min": "26.005", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "58.241", - "max": "58.522", - "min": "58.025", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "31.56", - "max": "31.7", - "min": "31.495", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "208.268", - "max": "214.367", - "min": "205.696", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "54.92", - "max": "55.066", - "min": "54.821", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "32.116", - "max": "33.274", - "min": "31.901", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "42.273", - "max": "44.687", - "min": "41.867", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "32.403", - "max": "32.752", - "min": "32.116", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "321.317", - "max": "331.168", - "min": "320.035", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "112.012", - "max": "120.623", - "min": "111.309", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "245.615", - "max": "245.781", - "min": "245.476", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "165.296", - "max": "165.535", - "min": "165.18", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "35.021", - "max": "35.298", - "min": "34.937", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "124.126", - "max": "124.921", - "min": "123.944", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "195.53", - "max": "196.019", - "min": "195.248", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "50.225", - "max": "50.73", - "min": "50.042", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "82.209", - "max": "83.041", - "min": "81.948", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "40.36", - "max": "41.413", - "min": "40.021", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "32.024", - "max": "33.306", - "min": "31.743", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "137.289", - "max": "137.419", - "min": "137.169", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "145.876", - "max": "146.061", - "min": "145.61", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "203.214", - "max": "203.53", - "min": "203.023", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "107.11", - "max": "107.454", - "min": "106.965", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "35.043", - "max": "35.2", - "min": "34.917", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "111.175", - "max": "111.259", - "min": "111.101", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "37.448", - "max": "37.718", - "min": "37.147", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "233.818", - "max": "234.078", - "min": "233.708", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "146.766", - "max": "150.313", - "min": "144.132", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "47.066", - "max": "47.195", - "min": "46.932", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "66.654", - "max": "69.977", - "min": "65.996", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "187.273", - "max": "191.648", - "min": "186.036", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "233.819", - "max": "234.364", - "min": "233.467", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "195.355", - "max": "195.811", - "min": "195.2", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "73.249", - "max": "73.796", - "min": "73.043", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "66.155", - "max": "66.227", - "min": "66.086", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "53.154", - "max": "53.339", - "min": "53.039", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "67.345", - "max": "67.596", - "min": "67.268", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "121.148", - "max": "122.259", - "min": "120.728", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "128.155", - "max": "128.42", - "min": "128.019", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "93.32", - "max": "100.889", - "min": "90.585", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.682", - "max": "199.672", - "min": "196.461", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "122.314", - "max": "123.683", - "min": "121.48", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "78.519", - "max": "79.3", - "min": "78.314", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "131.33", - "max": "131.524", - "min": "131.153", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "52.129", - "max": "54.99", - "min": "51.642", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "237.262", - "max": "239.388", - "min": "237.05", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "219.033", - "max": "219.033", - "min": "219.033", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "40.134", - "max": "40.339", - "min": "39.986", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "29.258", - "max": "29.431", - "min": "29.201", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "135.13", - "max": "135.856", - "min": "134.979", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "62.672", - "max": "77.832", - "min": "54.559", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "50.061", - "max": "50.212", - "min": "49.95", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "172.081", - "max": "173.124", - "min": "171.965", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "100.472", - "max": "101.408", - "min": "100.233", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "140.788", - "max": "143.62", - "min": "140.468", - "id": "170", - "country": "Lithuania", - "source_name": "Vilnius", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "174": { - "name": "Karaganda", - "data": { - "0": { - "avg": "337.114", - "max": "351.592", - "min": "319.347", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "366.052", - "max": "366.446", - "min": "365.856", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "191.335", - "max": "191.705", - "min": "191.21", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "97.949", - "max": "105.621", - "min": "97.116", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "105.79", - "max": "106.165", - "min": "105.613", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "311.066", - "max": "311.446", - "min": "310.85", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "117.03", - "max": "117.319", - "min": "116.883", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "376.481", - "max": "392.212", - "min": "374.75", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "60.938", - "max": "61.223", - "min": "60.805", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "87.469", - "max": "94.491", - "min": "86.96", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "113.11", - "max": "113.378", - "min": "112.866", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "221.96", - "max": "223.467", - "min": "221.735", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "180.871", - "max": "181.37", - "min": "180.751", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "177.502", - "max": "182.681", - "min": "177.131", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "213.018", - "max": "217.154", - "min": "212.684", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "191.487", - "max": "192.286", - "min": "191.072", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "125.488", - "max": "125.861", - "min": "125.201", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "206.607", - "max": "207.923", - "min": "206.391", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "130.65", - "max": "130.926", - "min": "130.492", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "94.823", - "max": "104.439", - "min": "94.385", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "382.647", - "max": "382.953", - "min": "382.539", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "203.215", - "max": "203.436", - "min": "203.058", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "254.486", - "max": "254.628", - "min": "254.393", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "261.985", - "max": "263.555", - "min": "261.777", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "89.123", - "max": "89.401", - "min": "88.952", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "92.966", - "max": "93.625", - "min": "92.837", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "111.893", - "max": "113.389", - "min": "111.645", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "107.454", - "max": "108.116", - "min": "107.123", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "110.449", - "max": "110.709", - "min": "110.364", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "229.072", - "max": "229.394", - "min": "228.913", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "259.186", - "max": "259.308", - "min": "259.044", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "141.881", - "max": "142.689", - "min": "141.636", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "240.989", - "max": "246.448", - "min": "240.449", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "72.061", - "max": "72.711", - "min": "71.91", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "110.528", - "max": "112.092", - "min": "110.252", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "262.963", - "max": "263.753", - "min": "262.709", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "248.935", - "max": "249.063", - "min": "248.826", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "241.757", - "max": "242.703", - "min": "241.561", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "211.436", - "max": "213.995", - "min": "211.198", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "194.74", - "max": "196.292", - "min": "194.402", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "245.398", - "max": "251.46", - "min": "244.744", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "112.125", - "max": "117.064", - "min": "111.62", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "146.776", - "max": "147.065", - "min": "146.565", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "82.553", - "max": "82.842", - "min": "82.427", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "244.462", - "max": "249.819", - "min": "244.096", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "115.93", - "max": "118.462", - "min": "115.364", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "94.432", - "max": "95.113", - "min": "94.261", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "254.665", - "max": "254.911", - "min": "254.512", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "322.555", - "max": "326.948", - "min": "320.801", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "224.166", - "max": "224.444", - "min": "224.053", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "184.278", - "max": "194.757", - "min": "183.663", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "257.2", - "max": "257.521", - "min": "256.952", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "162.328", - "max": "249.542", - "min": "145.992", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "207.841", - "max": "208.185", - "min": "207.73", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "225.537", - "max": "232.392", - "min": "222.535", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "274.059", - "max": "274.64", - "min": "273.796", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "142.432", - "max": "144.627", - "min": "141.604", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "389.555", - "max": "389.872", - "min": "389.425", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "134.048", - "max": "137.358", - "min": "132.22", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "109.146", - "max": "109.389", - "min": "108.993", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "155.827", - "max": "158.251", - "min": "155.256", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "153.89", - "max": "193.273", - "min": "150.313", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "265.122", - "max": "267.193", - "min": "264.73", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "432.409", - "max": "432.409", - "min": "432.409", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "150.71", - "max": "151.034", - "min": "150.539", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "111.687", - "max": "112.305", - "min": "111.516", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "173.937", - "max": "174.257", - "min": "173.765", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "145.241", - "max": "147.8", - "min": "144.847", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "315.436", - "max": "321.007", - "min": "314.603", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "218.826", - "max": "224.011", - "min": "218.323", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "303.891", - "max": "305.853", - "min": "303.521", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "242.931", - "max": "243.349", - "min": "242.677", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "256.385", - "max": "257.283", - "min": "256.201", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "210.91", - "max": "211.088", - "min": "210.86", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "146.543", - "max": "147.186", - "min": "146.309", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "161.657", - "max": "224.427", - "min": "127.545", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "192.516", - "max": "193.036", - "min": "192.336", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "244.694", - "max": "261.847", - "min": "243.93", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "208.045", - "max": "218.898", - "min": "207.504", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "189.842", - "max": "190.294", - "min": "189.577", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "236.382", - "max": "236.585", - "min": "236.138", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "187.921", - "max": "189.576", - "min": "187.592", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "310.373", - "max": "317.965", - "min": "309.946", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "241.555", - "max": "241.861", - "min": "241.364", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "245.559", - "max": "246.283", - "min": "245.419", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "151.245", - "max": "152.517", - "min": "150.925", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "114.259", - "max": "115.017", - "min": "114.026", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "216.861", - "max": "217.064", - "min": "216.719", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "230.458", - "max": "230.86", - "min": "230.242", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "124.689", - "max": "133.17", - "min": "123.637", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "214.048", - "max": "214.923", - "min": "213.344", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "254.02", - "max": "254.678", - "min": "253.71", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "130.551", - "max": "130.81", - "min": "130.461", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "377.586", - "max": "381.63", - "min": "377.183", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "198.504", - "max": "213.111", - "min": "197.893", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "222.452", - "max": "222.878", - "min": "222.243", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "246.487", - "max": "246.741", - "min": "246.277", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "246.074", - "max": "251.005", - "min": "244.941", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "251.795", - "max": "251.979", - "min": "251.66", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "202.786", - "max": "203.193", - "min": "202.624", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "223.995", - "max": "224.244", - "min": "223.893", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "228.21", - "max": "240.749", - "min": "227.449", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "135.765", - "max": "137.046", - "min": "135.593", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "410.715", - "max": "417.636", - "min": "409.932", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "209.952", - "max": "211.6", - "min": "209.077", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "425.354", - "max": "463.559", - "min": "410.374", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "281.857", - "max": "283.767", - "min": "280.838", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "183.596", - "max": "183.894", - "min": "183.356", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "203.416", - "max": "203.683", - "min": "203.213", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "238.521", - "max": "239.094", - "min": "238.316", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "386.322", - "max": "386.648", - "min": "386.066", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "312.207", - "max": "313.176", - "min": "312.021", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "169.47", - "max": "169.68", - "min": "169.317", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "245.829", - "max": "315.695", - "min": "242.076", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "444.817", - "max": "566.011", - "min": "293.644", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "197.279", - "max": "294.391", - "min": "143.256", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "268.48", - "max": "281.443", - "min": "267.398", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "307.782", - "max": "310.041", - "min": "307.404", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "211.91", - "max": "212.05", - "min": "211.786", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "207.768", - "max": "210.681", - "min": "207.371", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "214.263", - "max": "215.008", - "min": "213.96", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "272.051", - "max": "434.79", - "min": "201.737", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "299.162", - "max": "299.571", - "min": "299.005", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "96.042", - "max": "204.934", - "min": "90.143", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "80.9", - "max": "81.394", - "min": "80.795", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "103.416", - "max": "105.117", - "min": "102.723", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "177.187", - "max": "183.111", - "min": "172.05", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "247.095", - "max": "247.944", - "min": "246.887", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "216.863", - "max": "217.175", - "min": "216.681", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "284.615", - "max": "285.176", - "min": "284.424", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "209.725", - "max": "210.057", - "min": "209.521", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "209.091", - "max": "209.343", - "min": "208.914", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "192.552", - "max": "192.947", - "min": "192.398", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "403.668", - "max": "405.23", - "min": "402.703", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "235.58", - "max": "235.82", - "min": "235.418", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "168.96", - "max": "169.092", - "min": "168.803", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "238.577", - "max": "254.206", - "min": "237.087", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "217.018", - "max": "217.239", - "min": "216.718", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "204.245", - "max": "204.497", - "min": "203.973", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "175.639", - "max": "175.864", - "min": "175.516", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "88.93", - "max": "90.269", - "min": "88.743", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "279.881", - "max": "281.561", - "min": "279.295", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "78.354", - "max": "78.668", - "min": "78.094", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "103.58", - "max": "103.89", - "min": "103.396", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "280.656", - "max": "281.795", - "min": "280.328", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "106.641", - "max": "107.162", - "min": "106.396", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "134.207", - "max": "140.981", - "min": "133.622", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "242.56", - "max": "243.214", - "min": "242.368", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "111.88", - "max": "120.607", - "min": "111.451", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "104.602", - "max": "105.109", - "min": "104.492", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "96.474", - "max": "101.001", - "min": "95.302", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "337.565", - "max": "337.771", - "min": "337.482", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "133.808", - "max": "135.01", - "min": "133.47", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "116.008", - "max": "134.879", - "min": "114.444", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "199.819", - "max": "200.278", - "min": "199.659", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "246.712", - "max": "247.423", - "min": "246.376", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "85.43", - "max": "86.528", - "min": "85.198", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "357.094", - "max": "404.287", - "min": "348.146", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "224.809", - "max": "225.016", - "min": "224.65", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "349.686", - "max": "424.733", - "min": "342.787", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "222.245", - "max": "222.494", - "min": "222.121", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "475.197", - "max": "475.548", - "min": "474.563", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "79.831", - "max": "80.011", - "min": "79.732", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "182.92", - "max": "183.074", - "min": "182.823", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "0.024", - "max": "0.135", - "min": "0.016", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "268.98", - "max": "269.16", - "min": "268.825", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "101.43", - "max": "101.713", - "min": "101.287", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "234.463", - "max": "235.57", - "min": "234.252", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "327.128", - "max": "334.608", - "min": "315.77", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "191.513", - "max": "191.719", - "min": "191.415", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "201.343", - "max": "201.685", - "min": "201.247", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "105.548", - "max": "105.899", - "min": "105.404", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "250.152", - "max": "250.387", - "min": "250.076", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "115.375", - "max": "117.725", - "min": "115.142", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "112.445", - "max": "112.724", - "min": "112.302", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "110.908", - "max": "111.719", - "min": "110.711", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "124.192", - "max": "124.396", - "min": "124.047", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "115.351", - "max": "115.882", - "min": "115.106", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "149.929", - "max": "150.418", - "min": "149.757", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "131.948", - "max": "132.134", - "min": "131.829", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "72.711", - "max": "74.728", - "min": "72.376", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "131.131", - "max": "131.411", - "min": "130.98", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "119.553", - "max": "123.197", - "min": "119.089", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "114.356", - "max": "115.321", - "min": "114.188", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "104.601", - "max": "104.856", - "min": "104.501", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "100.939", - "max": "101.16", - "min": "100.729", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "150.339", - "max": "150.721", - "min": "150.081", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "118.696", - "max": "127.876", - "min": "117.569", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "128.154", - "max": "163.975", - "min": "109.56", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "107.046", - "max": "107.434", - "min": "106.875", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "159.559", - "max": "160.099", - "min": "159.324", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "111.796", - "max": "112.734", - "min": "111.524", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "122.753", - "max": "123.364", - "min": "122.403", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "118.937", - "max": "119.221", - "min": "118.628", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "359.642", - "max": "389.613", - "min": "358.083", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "109.147", - "max": "109.665", - "min": "108.995", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "138.776", - "max": "138.982", - "min": "138.484", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "114.926", - "max": "115.033", - "min": "114.776", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "270.983", - "max": "278.405", - "min": "269.388", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "146.118", - "max": "147.675", - "min": "144.175", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "103.28", - "max": "107.59", - "min": "102.882", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "106.893", - "max": "110.731", - "min": "105.792", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "97.911", - "max": "98.078", - "min": "97.677", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "387.278", - "max": "389.154", - "min": "387.041", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "183.017", - "max": "185.505", - "min": "182.47", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "335.633", - "max": "338.286", - "min": "324.997", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "257.101", - "max": "257.402", - "min": "256.94", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "103.678", - "max": "103.842", - "min": "103.557", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "165.541", - "max": "166.227", - "min": "165.337", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "256.043", - "max": "256.592", - "min": "255.759", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "139.075", - "max": "139.323", - "min": "138.818", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "144.328", - "max": "144.778", - "min": "144.082", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "107.641", - "max": "109.494", - "min": "107.163", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "108.885", - "max": "110.437", - "min": "108.45", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "215.619", - "max": "217.091", - "min": "215.46", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "213.339", - "max": "222.741", - "min": "212.913", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "344.862", - "max": "348.951", - "min": "344.577", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "190.606", - "max": "191.299", - "min": "190.181", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "120.12", - "max": "120.325", - "min": "119.973", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "174.855", - "max": "175.042", - "min": "174.735", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "109.575", - "max": "111.173", - "min": "109.342", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "331.489", - "max": "338.671", - "min": "331.103", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "232.183", - "max": "234.156", - "min": "229.986", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "126.427", - "max": "126.771", - "min": "126.299", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "143.33", - "max": "167.038", - "min": "141.697", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "256.164", - "max": "270.478", - "min": "253.94", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "199.54", - "max": "200.627", - "min": "199.145", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "336.999", - "max": "337.403", - "min": "336.741", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "120.597", - "max": "121.448", - "min": "120.354", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "138.222", - "max": "138.632", - "min": "138.104", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "118.62", - "max": "119.172", - "min": "118.531", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "140.27", - "max": "140.413", - "min": "140.166", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "195.573", - "max": "197.955", - "min": "195.028", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "199.215", - "max": "199.485", - "min": "199.078", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "159.063", - "max": "168.265", - "min": "156.774", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "283.021", - "max": "285.867", - "min": "282.283", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "207.319", - "max": "209.044", - "min": "206.301", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "155.43", - "max": "155.683", - "min": "155.304", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "205.688", - "max": "205.878", - "min": "205.543", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "116.689", - "max": "119.925", - "min": "115.809", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "294.99", - "max": "295.487", - "min": "294.338", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "287.19", - "max": "287.19", - "min": "287.19", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "114.125", - "max": "114.476", - "min": "114.006", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "96.989", - "max": "97.346", - "min": "96.854", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "214.742", - "max": "216.603", - "min": "214.471", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "141.731", - "max": "152.07", - "min": "133.717", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "143.066", - "max": "143.358", - "min": "142.869", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "280.08", - "max": "281.102", - "min": "279.861", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "95.194", - "max": "97.207", - "min": "94.853", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "218.791", - "max": "222.982", - "min": "218.52", - "id": "174", - "country": "Kazakhstan", - "source_name": "Karaganda", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "193": { - "name": "Tirana", - "data": { - "0": { - "avg": "238.992", - "max": "242.119", - "min": "238.712", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "296.69", - "max": "297.353", - "min": "296.424", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "136.217", - "max": "136.396", - "min": "136.122", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "22.034", - "max": "32.496", - "min": "20.779", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "44.748", - "max": "44.988", - "min": "44.554", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "259.782", - "max": "260.663", - "min": "259.603", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "40.412", - "max": "40.787", - "min": "40.305", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "306.122", - "max": "308.416", - "min": "305.637", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "68.011", - "max": "68.509", - "min": "67.874", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "71.266", - "max": "87.526", - "min": "70.547", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "49.15", - "max": "49.61", - "min": "48.916", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "158.898", - "max": "159.574", - "min": "158.764", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "118.471", - "max": "118.567", - "min": "118.408", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "121.492", - "max": "121.908", - "min": "121.327", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "153.76", - "max": "153.903", - "min": "153.673", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "128.185", - "max": "128.445", - "min": "128.039", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "60.627", - "max": "60.909", - "min": "60.427", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "128.519", - "max": "128.651", - "min": "128.389", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "56.382", - "max": "56.643", - "min": "56.244", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "24.449", - "max": "24.528", - "min": "24.36", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "330.673", - "max": "330.807", - "min": "330.604", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "142.675", - "max": "142.747", - "min": "142.598", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "188.375", - "max": "188.873", - "min": "188.25", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "192.451", - "max": "192.746", - "min": "192.336", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "58.43", - "max": "58.847", - "min": "58.306", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "38.989", - "max": "39.175", - "min": "38.903", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "27.839", - "max": "32.2", - "min": "27.473", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "40.08", - "max": "40.685", - "min": "39.901", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "34.171", - "max": "34.313", - "min": "34.08", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "175.115", - "max": "176.046", - "min": "174.895", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "271.973", - "max": "272.1", - "min": "271.865", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "57.179", - "max": "57.285", - "min": "57.088", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "179.515", - "max": "180.587", - "min": "179.371", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "65.969", - "max": "66.104", - "min": "65.88", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "39.608", - "max": "41.106", - "min": "39.315", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "182.702", - "max": "183.919", - "min": "182.493", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "178.828", - "max": "178.995", - "min": "178.748", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "174.626", - "max": "176.258", - "min": "174.367", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "142.433", - "max": "145.305", - "min": "142.205", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "118.62", - "max": "120.602", - "min": "118.321", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "186.406", - "max": "189.1", - "min": "186.045", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "50.077", - "max": "53.926", - "min": "49.695", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "83.896", - "max": "84.026", - "min": "83.8", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "59.909", - "max": "60.634", - "min": "59.808", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "161.239", - "max": "164.785", - "min": "161", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "29.701", - "max": "30.306", - "min": "29.317", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "68.479", - "max": "68.76", - "min": "68.358", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "204.023", - "max": "205.481", - "min": "203.712", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "270.033", - "max": "270.485", - "min": "269.862", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "159.975", - "max": "160.04", - "min": "159.868", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "122.022", - "max": "122.802", - "min": "121.831", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "187.109", - "max": "187.249", - "min": "186.942", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "48.631", - "max": "60.218", - "min": "43.174", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "144.351", - "max": "144.55", - "min": "144.218", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "157.808", - "max": "165.567", - "min": "154.943", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "222.665", - "max": "223.211", - "min": "222.478", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "70.767", - "max": "75.766", - "min": "69.659", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "339.722", - "max": "339.83", - "min": "339.635", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "44.574", - "max": "45.989", - "min": "44.292", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "40.435", - "max": "40.617", - "min": "40.333", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "85.719", - "max": "91.185", - "min": "84.99", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "89.046", - "max": "129.353", - "min": "84.715", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "200.488", - "max": "285.602", - "min": "187.397", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "303.881", - "max": "306.673", - "min": "303.57", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "65.758", - "max": "66.016", - "min": "65.622", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "48.761", - "max": "52.019", - "min": "48.559", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "118.407", - "max": "118.63", - "min": "118.309", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "81.018", - "max": "81.429", - "min": "80.718", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "250.707", - "max": "252.886", - "min": "249.931", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "163.728", - "max": "165.274", - "min": "163.516", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "240.431", - "max": "242.078", - "min": "240.226", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "179.214", - "max": "179.516", - "min": "178.968", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "180.162", - "max": "183.176", - "min": "179.915", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "137.417", - "max": "137.502", - "min": "137.35", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "86.309", - "max": "87.062", - "min": "86.152", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "56.129", - "max": "56.311", - "min": "55.991", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "132.293", - "max": "132.497", - "min": "132.18", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "183.571", - "max": "183.775", - "min": "183.413", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "131.871", - "max": "142.808", - "min": "131.333", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "135.196", - "max": "135.299", - "min": "135.07", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "199.571", - "max": "199.746", - "min": "199.458", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "121.598", - "max": "121.9", - "min": "121.356", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "261.534", - "max": "265.686", - "min": "255.57", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "166.032", - "max": "167.028", - "min": "165.823", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "200.295", - "max": "200.442", - "min": "200.225", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "87.767", - "max": "88.742", - "min": "87.594", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "57.132", - "max": "60.827", - "min": "56.769", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "140.779", - "max": "140.952", - "min": "140.649", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "145.476", - "max": "145.654", - "min": "145.353", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "52.643", - "max": "62.032", - "min": "52.203", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "145.772", - "max": "148.253", - "min": "144.964", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.62", - "max": "180.827", - "min": "180.468", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "61.662", - "max": "61.728", - "min": "61.593", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "317.866", - "max": "318.117", - "min": "317.722", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "128.724", - "max": "129.608", - "min": "128.492", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "146.074", - "max": "146.184", - "min": "145.919", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "193.679", - "max": "194.623", - "min": "193.465", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "183.142", - "max": "214.448", - "min": "181.579", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "185.887", - "max": "186.076", - "min": "185.767", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "140.348", - "max": "142.508", - "min": "140.153", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "143.36", - "max": "144.218", - "min": "143.23", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "198.274", - "max": "202.889", - "min": "197.955", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "49.534", - "max": "50.228", - "min": "49.34", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "352.66", - "max": "356.978", - "min": "351.529", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "141.453", - "max": "141.979", - "min": "141.324", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "205.503", - "max": "207.336", - "min": "205.349", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "114.756", - "max": "115.071", - "min": "114.593", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "137.258", - "max": "137.422", - "min": "137.133", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "152.345", - "max": "155.073", - "min": "151.721", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "333.559", - "max": "333.654", - "min": "333.468", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "312.937", - "max": "313.259", - "min": "312.351", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "116.604", - "max": "117.04", - "min": "116.479", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "170.473", - "max": "170.846", - "min": "170.257", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "409.099", - "max": "532.624", - "min": "262.032", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "117.085", - "max": "230.801", - "min": "33.762", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "208.6", - "max": "226.068", - "min": "207.248", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "224.432", - "max": "225.101", - "min": "224.308", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "156.476", - "max": "157.049", - "min": "156.338", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "144.403", - "max": "145.172", - "min": "144.102", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "159.154", - "max": "159.596", - "min": "158.911", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "209.635", - "max": "370.243", - "min": "138.525", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "217.074", - "max": "217.207", - "min": "216.961", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "73.205", - "max": "275.277", - "min": "64.726", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "63.45", - "max": "63.543", - "min": "63.378", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "52.747", - "max": "53.711", - "min": "52.083", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "115.875", - "max": "116.059", - "min": "115.713", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "193.591", - "max": "193.776", - "min": "193.379", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "151.284", - "max": "151.661", - "min": "151.126", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "226.117", - "max": "226.843", - "min": "225.943", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "138.992", - "max": "139.262", - "min": "138.904", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "136.566", - "max": "136.811", - "min": "136.426", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "142.431", - "max": "142.562", - "min": "142.335", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "328.673", - "max": "329.903", - "min": "328.075", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "157.662", - "max": "157.735", - "min": "157.602", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "112.848", - "max": "113.102", - "min": "112.738", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "166.544", - "max": "171.529", - "min": "165.934", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "162.65", - "max": "162.928", - "min": "162.535", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "149.416", - "max": "149.906", - "min": "149.301", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "114.494", - "max": "114.981", - "min": "114.311", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "17.373", - "max": "17.587", - "min": "17.209", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "200.448", - "max": "204.138", - "min": "199.928", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "63.487", - "max": "64.5", - "min": "63.354", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "49.83", - "max": "50.024", - "min": "49.68", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "220.227", - "max": "226.778", - "min": "219.835", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "41.421", - "max": "42.128", - "min": "41.2", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "36.662", - "max": "79.995", - "min": "34.88", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "157.732", - "max": "158.308", - "min": "157.605", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "46.183", - "max": "46.441", - "min": "46.045", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "52.89", - "max": "52.943", - "min": "52.808", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "38.229", - "max": "46.683", - "min": "36.601", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "266.676", - "max": "266.774", - "min": "266.597", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "24.25", - "max": "25.573", - "min": "24.064", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "42.735", - "max": "42.922", - "min": "42.551", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "135.872", - "max": "136.004", - "min": "135.777", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "193.791", - "max": "194.312", - "min": "193.536", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "70.617", - "max": "71.531", - "min": "70.409", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "343.126", - "max": "384.769", - "min": "336.241", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "168.998", - "max": "169.265", - "min": "168.886", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "281.732", - "max": "366.712", - "min": "274.479", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "162.999", - "max": "163.107", - "min": "162.912", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "411.416", - "max": "411.64", - "min": "411.025", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "64.068", - "max": "64.162", - "min": "63.983", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "112.278", - "max": "112.415", - "min": "112.168", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "131.934", - "max": "132.078", - "min": "131.848", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "205.791", - "max": "205.918", - "min": "205.676", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "112.915", - "max": "113.044", - "min": "112.813", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "173.299", - "max": "173.686", - "min": "173.156", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "275.133", - "max": "275.848", - "min": "274.865", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "117.36", - "max": "117.728", - "min": "117.235", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "137.948", - "max": "138.023", - "min": "137.872", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "37.949", - "max": "39.718", - "min": "37.681", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "165.291", - "max": "165.466", - "min": "165.217", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "53.755", - "max": "54.485", - "min": "53.577", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "42.041", - "max": "42.33", - "min": "41.859", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "61.386", - "max": "61.487", - "min": "61.289", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "26.893", - "max": "26.964", - "min": "26.805", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "52.879", - "max": "53.32", - "min": "52.661", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "89.726", - "max": "90.292", - "min": "89.564", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "0.029", - "max": "0.06", - "min": "0.021", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "84.897", - "max": "85.23", - "min": "84.771", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "35.729", - "max": "36.253", - "min": "35.572", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "45.399", - "max": "47.078", - "min": "45.194", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "53.411", - "max": "53.563", - "min": "53.33", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "41.58", - "max": "41.667", - "min": "41.459", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "34.874", - "max": "35.088", - "min": "34.712", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "50.893", - "max": "51.346", - "min": "50.614", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "46.336", - "max": "74.559", - "min": "44.636", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "65.221", - "max": "128.08", - "min": "39.474", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "45.322", - "max": "45.563", - "min": "45.209", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "48.691", - "max": "49.126", - "min": "48.533", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "57.375", - "max": "57.634", - "min": "57.226", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "55.724", - "max": "56.318", - "min": "55.265", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "45.131", - "max": "63.067", - "min": "44.287", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "308.966", - "max": "310.515", - "min": "308.825", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "39.778", - "max": "40.464", - "min": "39.666", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "54.944", - "max": "55.122", - "min": "54.762", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "33.54", - "max": "33.682", - "min": "33.437", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "203.141", - "max": "211.496", - "min": "201.385", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "14.869", - "max": "15.135", - "min": "14.68", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "42.226", - "max": "52.752", - "min": "41.6", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "42.398", - "max": "43.264", - "min": "42.288", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "44.509", - "max": "44.747", - "min": "44.344", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "336.937", - "max": "344.723", - "min": "336.401", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "122.757", - "max": "127.458", - "min": "122.045", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "265.357", - "max": "267.373", - "min": "258.546", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "166.573", - "max": "166.664", - "min": "166.489", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "48.93", - "max": "49.141", - "min": "48.823", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "162.845", - "max": "163.165", - "min": "162.679", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "194.524", - "max": "194.704", - "min": "194.292", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "53.779", - "max": "53.932", - "min": "53.63", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "37.077", - "max": "38.165", - "min": "36.904", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "48.198", - "max": "49.133", - "min": "47.868", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "46.294", - "max": "47.589", - "min": "45.993", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "139.296", - "max": "139.424", - "min": "139.242", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "145.063", - "max": "145.117", - "min": "144.989", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "207.215", - "max": "209.209", - "min": "206.916", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "127.311", - "max": "127.507", - "min": "127.211", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "55.013", - "max": "55.201", - "min": "54.873", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "117.974", - "max": "118.051", - "min": "117.916", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "36.384", - "max": "36.597", - "min": "36.271", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "228.222", - "max": "282.918", - "min": "226.179", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "154.296", - "max": "156.676", - "min": "151.497", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "46.524", - "max": "46.828", - "min": "46.411", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "52.778", - "max": "53.846", - "min": "52.17", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "165.567", - "max": "167.92", - "min": "164.679", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "140.155", - "max": "140.993", - "min": "139.823", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "261.372", - "max": "261.539", - "min": "261.273", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "84.091", - "max": "84.586", - "min": "83.896", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "76.806", - "max": "76.868", - "min": "76.734", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "45.474", - "max": "45.572", - "min": "45.401", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "43.333", - "max": "43.45", - "min": "43.232", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "122.564", - "max": "128.222", - "min": "122", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "119.007", - "max": "119.317", - "min": "118.894", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "76.668", - "max": "90.369", - "min": "73.591", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "201.733", - "max": "207.527", - "min": "201.066", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "123.963", - "max": "125.262", - "min": "122.966", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "88.729", - "max": "89.301", - "min": "88.635", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "144.892", - "max": "145.195", - "min": "144.738", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "59.157", - "max": "62.216", - "min": "58.943", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "227.232", - "max": "230.985", - "min": "220.504", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "220.141", - "max": "220.141", - "min": "220.141", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "48.589", - "max": "57.288", - "min": "48.207", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "38.153", - "max": "38.235", - "min": "38.076", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "147.699", - "max": "152.351", - "min": "147.34", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "62.707", - "max": "71.783", - "min": "55.124", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "62.809", - "max": "93.559", - "min": "61.654", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "210.282", - "max": "211.353", - "min": "210.075", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "108.552", - "max": "109.155", - "min": "108.359", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "142.61", - "max": "144.607", - "min": "142.331", - "id": "193", - "country": "Albania", - "source_name": "Tirana", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "200": { - "name": "Brno", - "data": { - "0": { - "avg": "227.699", - "max": "227.893", - "min": "227.581", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "278.71", - "max": "282.959", - "min": "278.333", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "112.857", - "max": "113.001", - "min": "112.765", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "10.606", - "max": "19.971", - "min": "10.126", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "32.581", - "max": "32.924", - "min": "32.433", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "231.347", - "max": "232.372", - "min": "231.182", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "30.175", - "max": "30.319", - "min": "30.051", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "288.083", - "max": "292.02", - "min": "287.26", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "55.656", - "max": "55.92", - "min": "55.473", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "38.379", - "max": "44.247", - "min": "37.808", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "36.288", - "max": "44.455", - "min": "35.746", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "140.386", - "max": "141.724", - "min": "140.171", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "105.93", - "max": "106.049", - "min": "105.825", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "105.012", - "max": "105.242", - "min": "104.826", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "139.136", - "max": "139.3", - "min": "139.022", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "103.98", - "max": "104.151", - "min": "103.756", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "33.76", - "max": "34.1", - "min": "33.563", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "110.801", - "max": "111.884", - "min": "110.646", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "42.869", - "max": "43.095", - "min": "42.711", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "11.95", - "max": "12.178", - "min": "11.861", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "300.765", - "max": "300.864", - "min": "300.673", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "125.147", - "max": "125.316", - "min": "125.029", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "169.868", - "max": "170.487", - "min": "169.717", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "170.39", - "max": "172.432", - "min": "170.141", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "34.644", - "max": "34.813", - "min": "34.508", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.745", - "max": "27.944", - "min": "27.622", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "21.405", - "max": "22.969", - "min": "21.093", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "12.238", - "max": "12.496", - "min": "12.095", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "10.779", - "max": "18.342", - "min": "10.363", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "152.354", - "max": "160.799", - "min": "151.806", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "155.547", - "max": "155.701", - "min": "155.445", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "28.468", - "max": "30.177", - "min": "28.239", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "158.402", - "max": "159.021", - "min": "158.225", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "48.158", - "max": "48.664", - "min": "48.036", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "19.549", - "max": "28.035", - "min": "18.914", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "167.467", - "max": "168.159", - "min": "167.266", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "168.228", - "max": "168.394", - "min": "168.121", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "158.802", - "max": "158.972", - "min": "158.649", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "129.338", - "max": "129.559", - "min": "129.209", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "110.778", - "max": "111.376", - "min": "110.555", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "173.702", - "max": "176.731", - "min": "173.26", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "39.702", - "max": "45.798", - "min": "39.127", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "56.165", - "max": "56.492", - "min": "56.047", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "29.913", - "max": "31.705", - "min": "29.681", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "143.7", - "max": "143.823", - "min": "143.602", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "22.392", - "max": "23.05", - "min": "22.05", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "47.737", - "max": "51.768", - "min": "47.457", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "180.722", - "max": "180.872", - "min": "180.605", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "272.049", - "max": "273.779", - "min": "271.423", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "131.956", - "max": "132.067", - "min": "131.847", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "100.558", - "max": "100.751", - "min": "100.302", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "163.184", - "max": "163.439", - "min": "162.985", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "74.164", - "max": "115.401", - "min": "30.247", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "126.971", - "max": "127.121", - "min": "126.823", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "160.73", - "max": "188.155", - "min": "156.61", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "384.009", - "max": "384.983", - "min": "383.818", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "49.652", - "max": "52.077", - "min": "48.658", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "326.979", - "max": "327.357", - "min": "326.875", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "15.937", - "max": "19.551", - "min": "15.494", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "31.792", - "max": "31.895", - "min": "31.676", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "69.93", - "max": "70.967", - "min": "69.498", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "79.316", - "max": "120.944", - "min": "76.705", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "214.651", - "max": "319.811", - "min": "207.86", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "212.806", - "max": "213.263", - "min": "212.633", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "45.866", - "max": "46.138", - "min": "45.757", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "27.561", - "max": "28.254", - "min": "27.332", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "104.503", - "max": "104.662", - "min": "104.345", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "32.109", - "max": "32.504", - "min": "31.758", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "227.079", - "max": "231.356", - "min": "226.401", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "140.872", - "max": "144.68", - "min": "140.481", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "336.329", - "max": "338.377", - "min": "336.094", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "159.388", - "max": "160.58", - "min": "159.181", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "175.975", - "max": "181.147", - "min": "175.559", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "126.762", - "max": "126.859", - "min": "126.675", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "70.13", - "max": "71.067", - "min": "69.926", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "26.966", - "max": "27.105", - "min": "26.774", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "120.433", - "max": "121.292", - "min": "120.263", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "162.621", - "max": "165.942", - "min": "162.314", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "122.985", - "max": "124.694", - "min": "122.547", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "115.189", - "max": "115.596", - "min": "115.051", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "149.191", - "max": "149.445", - "min": "148.87", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "108.13", - "max": "115.194", - "min": "107.615", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "229.918", - "max": "230.229", - "min": "228.991", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "163.279", - "max": "174.898", - "min": "162.707", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "158.649", - "max": "161.246", - "min": "158.459", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "78.994", - "max": "80.489", - "min": "78.623", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "44.773", - "max": "49.62", - "min": "44.352", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "137.611", - "max": "137.787", - "min": "137.499", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "130.388", - "max": "130.618", - "min": "130.193", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "37.113", - "max": "44.927", - "min": "36.729", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "135.82", - "max": "139.336", - "min": "135.257", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "177.826", - "max": "178.479", - "min": "177.621", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "46.936", - "max": "47.804", - "min": "46.772", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "296.255", - "max": "296.55", - "min": "296.07", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "129.08", - "max": "129.312", - "min": "128.928", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "132.604", - "max": "133.208", - "min": "132.404", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "176.743", - "max": "176.966", - "min": "176.513", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "168.148", - "max": "192.292", - "min": "166.524", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "189.397", - "max": "189.57", - "min": "189.256", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "122.253", - "max": "124.009", - "min": "121.968", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "128.758", - "max": "134.987", - "min": "128.422", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "183.796", - "max": "183.939", - "min": "183.619", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "48.906", - "max": "49.057", - "min": "48.805", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "322.305", - "max": "326.83", - "min": "321.618", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "131.824", - "max": "132.729", - "min": "131.645", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "341.923", - "max": "347.628", - "min": "308.346", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "191.876", - "max": "193.849", - "min": "191.71", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "97.093", - "max": "97.294", - "min": "96.96", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "117.733", - "max": "117.882", - "min": "117.602", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "139.038", - "max": "143.549", - "min": "138.14", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "323.452", - "max": "333.054", - "min": "322.97", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "287.729", - "max": "287.918", - "min": "287.531", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "98.105", - "max": "98.794", - "min": "97.976", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "142.897", - "max": "148.066", - "min": "142.331", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "385.567", - "max": "504.102", - "min": "198.121", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "145.453", - "max": "242.829", - "min": "43.948", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "181.156", - "max": "182.038", - "min": "180.658", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "204.47", - "max": "204.907", - "min": "204.339", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "142.885", - "max": "157.407", - "min": "142.259", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "134.1", - "max": "135.036", - "min": "133.81", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "126.59", - "max": "127.26", - "min": "126.286", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "216.933", - "max": "360.74", - "min": "129.976", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "206.792", - "max": "207.014", - "min": "206.691", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "38.544", - "max": "305.55", - "min": "19.633", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "47.28", - "max": "48.1", - "min": "47.142", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "40.539", - "max": "41.614", - "min": "40.132", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "103.093", - "max": "103.647", - "min": "102.94", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "197.03", - "max": "198.534", - "min": "196.575", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "140.875", - "max": "141.614", - "min": "140.628", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "193.267", - "max": "194.129", - "min": "192.985", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "116.334", - "max": "117.444", - "min": "116.089", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "115.953", - "max": "116.213", - "min": "115.752", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "114.243", - "max": "114.593", - "min": "113.945", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "313.712", - "max": "315.29", - "min": "312.908", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "144.545", - "max": "144.732", - "min": "144.458", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "103.911", - "max": "112.93", - "min": "103.473", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "153.711", - "max": "164.297", - "min": "152.45", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "151.745", - "max": "151.959", - "min": "151.538", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "124.415", - "max": "124.593", - "min": "124.256", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "113.469", - "max": "113.614", - "min": "113.29", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "10.309", - "max": "10.617", - "min": "10.137", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "182.688", - "max": "183.431", - "min": "182.311", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "47.534", - "max": "47.971", - "min": "47.374", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "9.917", - "max": "10.066", - "min": "9.759", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "196.854", - "max": "199.532", - "min": "196.391", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "24.249", - "max": "24.621", - "min": "24.08", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "24.55", - "max": "29.693", - "min": "24.101", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "140.019", - "max": "140.137", - "min": "139.916", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "23.493", - "max": "24.043", - "min": "23.376", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "25.002", - "max": "25.175", - "min": "24.857", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "9.978", - "max": "26.384", - "min": "7.833", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "212.965", - "max": "218.539", - "min": "212.652", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "25.207", - "max": "25.499", - "min": "25.073", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "30.739", - "max": "31.642", - "min": "30.502", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "108.005", - "max": "112.35", - "min": "107.712", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "152.495", - "max": "153.579", - "min": "152.144", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "40.047", - "max": "40.853", - "min": "39.802", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "314.178", - "max": "352.592", - "min": "306.622", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "140.797", - "max": "140.946", - "min": "140.639", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "269.649", - "max": "362.415", - "min": "261.077", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "152.576", - "max": "152.959", - "min": "152.417", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "394.876", - "max": "395.181", - "min": "394.373", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "21.419", - "max": "21.567", - "min": "21.292", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "88.867", - "max": "89.355", - "min": "88.731", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "100.937", - "max": "101.377", - "min": "100.82", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "187.602", - "max": "187.769", - "min": "187.487", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "97.481", - "max": "97.729", - "min": "97.395", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "183.35", - "max": "183.679", - "min": "183.214", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "237.178", - "max": "241.843", - "min": "222.88", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "102.557", - "max": "103.052", - "min": "102.349", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "114.431", - "max": "114.588", - "min": "114.349", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.645", - "max": "26.368", - "min": "23.242", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "307.582", - "max": "307.688", - "min": "307.504", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "33.406", - "max": "34.014", - "min": "33.314", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "25.2", - "max": "25.93", - "min": "24.989", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "40.397", - "max": "40.504", - "min": "40.331", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "20.073", - "max": "20.183", - "min": "19.975", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "30.529", - "max": "30.987", - "min": "30.293", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "71.856", - "max": "73.445", - "min": "71.531", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "34.932", - "max": "35.113", - "min": "34.8", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "75.269", - "max": "90.151", - "min": "74.664", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "60.02", - "max": "61.075", - "min": "59.846", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "17.878", - "max": "22.571", - "min": "17.285", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "27.244", - "max": "27.323", - "min": "27.152", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "38.315", - "max": "38.519", - "min": "38.186", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "0.049", - "max": "0.1", - "min": "0.033", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "82.2", - "max": "82.625", - "min": "81.863", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "42.363", - "max": "51.181", - "min": "40.95", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "50.071", - "max": "105.991", - "min": "19.318", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "21.816", - "max": "29.568", - "min": "21.407", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "77.457", - "max": "78.229", - "min": "77.206", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "21.963", - "max": "22.201", - "min": "21.79", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "33.085", - "max": "33.849", - "min": "32.646", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "27.644", - "max": "27.856", - "min": "27.409", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "207.744", - "max": "210.334", - "min": "207.493", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "12.656", - "max": "14.421", - "min": "12.47", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "18.439", - "max": "18.696", - "min": "18.164", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "9.432", - "max": "9.538", - "min": "9.353", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "186.941", - "max": "192.927", - "min": "185.853", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "38.381", - "max": "38.635", - "min": "38.273", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "21.38", - "max": "21.817", - "min": "20.928", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "27.999", - "max": "28.346", - "min": "27.846", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "20.499", - "max": "20.759", - "min": "20.355", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "320.838", - "max": "331.749", - "min": "319.399", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "111.15", - "max": "116.664", - "min": "110.396", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "226.422", - "max": "226.556", - "min": "226.264", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "160.015", - "max": "160.492", - "min": "159.896", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "21.1", - "max": "21.65", - "min": "20.881", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "141.783", - "max": "146.499", - "min": "141.401", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "188.369", - "max": "188.606", - "min": "188.179", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "27.24", - "max": "27.378", - "min": "27.119", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "65.681", - "max": "66.609", - "min": "65.454", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "42.751", - "max": "44.257", - "min": "42.437", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "28.61", - "max": "28.907", - "min": "28.461", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "133.866", - "max": "133.958", - "min": "133.714", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "128.172", - "max": "128.252", - "min": "128.06", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "261.71", - "max": "347.768", - "min": "258.534", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "97.232", - "max": "97.299", - "min": "97.113", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "22.467", - "max": "22.676", - "min": "22.356", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "110.925", - "max": "111.052", - "min": "110.846", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "19.114", - "max": "19.299", - "min": "18.975", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "256.51", - "max": "256.815", - "min": "256.354", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "139.936", - "max": "144.994", - "min": "137.359", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "39.365", - "max": "39.556", - "min": "39.285", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "45.86", - "max": "46.735", - "min": "44.815", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "165.413", - "max": "168.44", - "min": "164.145", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "126.409", - "max": "129.875", - "min": "125.966", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "195.681", - "max": "195.913", - "min": "195.558", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "76.093", - "max": "90.356", - "min": "75.426", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "50.351", - "max": "50.502", - "min": "50.265", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "23.872", - "max": "24.083", - "min": "23.745", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "59.748", - "max": "59.856", - "min": "59.631", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "121.334", - "max": "124.76", - "min": "120.856", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "113.759", - "max": "113.919", - "min": "113.588", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "77.225", - "max": "87.623", - "min": "74.705", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "194.101", - "max": "197.754", - "min": "193.077", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "114.339", - "max": "115.661", - "min": "113.114", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "71.246", - "max": "72.459", - "min": "71.105", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "116.191", - "max": "116.421", - "min": "115.954", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "42.861", - "max": "44.557", - "min": "42.664", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "200.719", - "max": "207.497", - "min": "200.303", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "195.155", - "max": "195.155", - "min": "195.155", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "39.246", - "max": "39.371", - "min": "39.142", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "15.487", - "max": "15.67", - "min": "15.38", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "125.717", - "max": "132.688", - "min": "125.174", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "48.225", - "max": "60.619", - "min": "42.204", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "24.773", - "max": "24.865", - "min": "24.607", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "203.972", - "max": "205.769", - "min": "203.712", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "71.026", - "max": "71.998", - "min": "70.65", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "127.741", - "max": "128.268", - "min": "127.618", - "id": "200", - "country": "Czech Republic", - "source_name": "Brno", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "206": { - "name": "Gdansk", - "data": { - "0": { - "avg": "252.623", - "max": "253.053", - "min": "252.224", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "311.347", - "max": "321.008", - "min": "310.585", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "126.189", - "max": "126.904", - "min": "126.036", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "42.519", - "max": "54.333", - "min": "41.715", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "38.855", - "max": "39.804", - "min": "38.532", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "273.321", - "max": "287.064", - "min": "272.61", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "38.571", - "max": "39.028", - "min": "38.425", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "307.453", - "max": "318.727", - "min": "305.944", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "64.887", - "max": "65.168", - "min": "64.71", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "44.779", - "max": "57.529", - "min": "44.03", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "52.963", - "max": "56.06", - "min": "52.627", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "145.347", - "max": "145.714", - "min": "145.096", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "101.523", - "max": "101.972", - "min": "101.285", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "116.547", - "max": "116.804", - "min": "116.382", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "141.114", - "max": "143.806", - "min": "140.906", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "122.088", - "max": "122.812", - "min": "121.674", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "46.832", - "max": "47.077", - "min": "46.538", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "126.707", - "max": "127.768", - "min": "126.389", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "51.565", - "max": "64.001", - "min": "50.874", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "31.505", - "max": "31.747", - "min": "31.403", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "313.595", - "max": "316.39", - "min": "313.208", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "118.159", - "max": "118.429", - "min": "117.931", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "174.637", - "max": "174.943", - "min": "174.499", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "173.829", - "max": "182.848", - "min": "173.125", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "25.709", - "max": "29.709", - "min": "25.291", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "45.611", - "max": "57.498", - "min": "45.018", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "45.186", - "max": "46.814", - "min": "44.896", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "29.294", - "max": "38.854", - "min": "28.447", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "24.443", - "max": "24.751", - "min": "24.277", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "164.941", - "max": "165.298", - "min": "164.651", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "171.442", - "max": "171.681", - "min": "171.249", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "5.325", - "max": "5.571", - "min": "5.145", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "172.684", - "max": "189.131", - "min": "171.939", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "27.273", - "max": "27.746", - "min": "27.128", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "31.781", - "max": "44.766", - "min": "31.014", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "180.716", - "max": "186.378", - "min": "180.078", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "168.816", - "max": "169.143", - "min": "168.66", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "161.416", - "max": "161.992", - "min": "161.253", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "140.615", - "max": "141.264", - "min": "140.417", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "111.899", - "max": "113.575", - "min": "111.496", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "173.407", - "max": "177.172", - "min": "172.861", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "44.536", - "max": "58.063", - "min": "43.13", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "72.873", - "max": "88.015", - "min": "71.327", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "33.302", - "max": "36.284", - "min": "32.871", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "156.906", - "max": "157.54", - "min": "156.634", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "45.123", - "max": "45.826", - "min": "44.74", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "48.803", - "max": "59.69", - "min": "47.992", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "194.083", - "max": "194.55", - "min": "193.887", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "267.526", - "max": "269.779", - "min": "267.264", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "150.514", - "max": "150.66", - "min": "150.376", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "115.304", - "max": "116.004", - "min": "115.092", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "183.798", - "max": "184.625", - "min": "183.473", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "88.434", - "max": "176.481", - "min": "70.599", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "133.346", - "max": "134.049", - "min": "133.045", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "173.674", - "max": "196.68", - "min": "169.595", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "290.467", - "max": "298.55", - "min": "289.916", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "57.981", - "max": "58.862", - "min": "57.284", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "330.105", - "max": "330.376", - "min": "330.009", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "63.769", - "max": "70.129", - "min": "62.816", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "38.952", - "max": "57.74", - "min": "38.128", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "76.849", - "max": "80.159", - "min": "76.261", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "89.709", - "max": "132.679", - "min": "86.799", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "214.183", - "max": "299.773", - "min": "197.253", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "318.641", - "max": "318.887", - "min": "318.513", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "67.105", - "max": "68.783", - "min": "66.86", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "46.295", - "max": "47.785", - "min": "46.042", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "108.438", - "max": "108.665", - "min": "108.283", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "70.48", - "max": "71.208", - "min": "70.01", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "244.185", - "max": "245.835", - "min": "243.399", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "158.861", - "max": "161.226", - "min": "158.598", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "203.199", - "max": "203.868", - "min": "202.969", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "166.455", - "max": "167.228", - "min": "166.128", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "185.62", - "max": "188.914", - "min": "185.181", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "130.301", - "max": "130.804", - "min": "130.119", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "96.245", - "max": "96.61", - "min": "96.052", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "66.934", - "max": "76.768", - "min": "66.414", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "126.931", - "max": "127.311", - "min": "126.79", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "174.402", - "max": "174.729", - "min": "174.174", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "134.262", - "max": "136.588", - "min": "133.721", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "124.465", - "max": "154.041", - "min": "122.654", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.407", - "max": "161.766", - "min": "161.056", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "120.82", - "max": "121.306", - "min": "120.453", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "243.463", - "max": "246.115", - "min": "239.404", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "164.928", - "max": "165.566", - "min": "164.617", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "148.139", - "max": "148.61", - "min": "147.891", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "88.293", - "max": "89.785", - "min": "87.892", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "40.196", - "max": "45.162", - "min": "39.594", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "136.239", - "max": "151.741", - "min": "135.413", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "137.034", - "max": "137.217", - "min": "136.87", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "34.514", - "max": "43.847", - "min": "33.842", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "136.688", - "max": "137.726", - "min": "136.125", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "175.792", - "max": "189.942", - "min": "175.025", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "57.035", - "max": "57.425", - "min": "56.89", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "268.065", - "max": "284.811", - "min": "267.217", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "122.492", - "max": "133.168", - "min": "121.935", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "142.926", - "max": "143.4", - "min": "142.612", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "189.164", - "max": "189.492", - "min": "188.922", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "181.028", - "max": "196.952", - "min": "179.412", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "173.953", - "max": "176.294", - "min": "173.641", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "129.527", - "max": "132.229", - "min": "129.121", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "141.557", - "max": "162.995", - "min": "140.304", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "169.359", - "max": "210.057", - "min": "165.594", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "59.081", - "max": "59.77", - "min": "58.845", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "337.657", - "max": "348.955", - "min": "336.623", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "133.028", - "max": "133.733", - "min": "132.789", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "344.788", - "max": "370.49", - "min": "310.144", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "215.842", - "max": "218.506", - "min": "215.127", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "110.201", - "max": "110.445", - "min": "109.96", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "127.845", - "max": "128.353", - "min": "127.686", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "190.15", - "max": "208.651", - "min": "189.272", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "279.95", - "max": "280.277", - "min": "279.793", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "306.619", - "max": "307.302", - "min": "305.92", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "140.124", - "max": "150.876", - "min": "121.787", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "150.377", - "max": "161.093", - "min": "149.067", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "391.182", - "max": "492.631", - "min": "210.524", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "182.058", - "max": "296.654", - "min": "88.846", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "195.433", - "max": "196.479", - "min": "195.144", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "213.293", - "max": "230.81", - "min": "212.307", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "147.755", - "max": "148.151", - "min": "147.563", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "142.826", - "max": "143.375", - "min": "142.41", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "142.287", - "max": "142.574", - "min": "141.924", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "214.434", - "max": "364.65", - "min": "133.976", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "217.202", - "max": "228.493", - "min": "216.323", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "29.817", - "max": "115.661", - "min": "26.423", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "26.512", - "max": "27.038", - "min": "26.329", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "48.466", - "max": "49.363", - "min": "47.794", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "114.992", - "max": "117.82", - "min": "113.972", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "188.753", - "max": "214.468", - "min": "187.63", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "137.412", - "max": "151.16", - "min": "136.651", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "210.299", - "max": "217.755", - "min": "209.796", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "131.904", - "max": "132.614", - "min": "131.692", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "133.91", - "max": "142.267", - "min": "133.336", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "130.755", - "max": "135.041", - "min": "130.33", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "326.398", - "max": "335.971", - "min": "325.391", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "152.022", - "max": "152.379", - "min": "151.872", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "111.957", - "max": "125.656", - "min": "111.111", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "147.966", - "max": "161.621", - "min": "146.831", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "142.949", - "max": "143.805", - "min": "142.67", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "141.164", - "max": "151.076", - "min": "140.575", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "109.704", - "max": "121.714", - "min": "109.114", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "41.921", - "max": "42.195", - "min": "41.756", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.364", - "max": "198.803", - "min": "197.959", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "52.762", - "max": "53.019", - "min": "52.582", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.802", - "max": "30.749", - "min": "25.431", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "209.948", - "max": "231.697", - "min": "208.336", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "29.805", - "max": "40.888", - "min": "29.123", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "45.169", - "max": "47.727", - "min": "44.797", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "159.078", - "max": "159.486", - "min": "158.813", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "33.019", - "max": "40.894", - "min": "32.263", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "44.588", - "max": "44.8", - "min": "44.43", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "29.534", - "max": "47.065", - "min": "27.419", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "211.309", - "max": "211.925", - "min": "211.137", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "51.371", - "max": "52.69", - "min": "51.089", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "33.076", - "max": "47.629", - "min": "31.881", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "125.432", - "max": "136.416", - "min": "124.825", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "167.989", - "max": "181.287", - "min": "167.271", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "53.48", - "max": "53.881", - "min": "53.185", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "274.828", - "max": "326.18", - "min": "267.53", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "153.093", - "max": "153.4", - "min": "152.81", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "272.116", - "max": "363.458", - "min": "265.179", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "145.764", - "max": "146.361", - "min": "145.566", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "412.704", - "max": "413.41", - "min": "412.34", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "23.116", - "max": "24.115", - "min": "22.888", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "109.297", - "max": "109.636", - "min": "109.124", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "111.727", - "max": "112.456", - "min": "111.505", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "197.932", - "max": "198.272", - "min": "197.753", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "105.082", - "max": "105.268", - "min": "104.881", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "187.237", - "max": "187.792", - "min": "186.994", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "264.693", - "max": "271.832", - "min": "263.534", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "117.809", - "max": "118.592", - "min": "117.546", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "124.807", - "max": "125.46", - "min": "124.633", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "39.327", - "max": "41.126", - "min": "39.008", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "161.769", - "max": "162.608", - "min": "161.499", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "46.944", - "max": "48.338", - "min": "46.669", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "35.798", - "max": "37.046", - "min": "35.516", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "51.25", - "max": "54.445", - "min": "50.945", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "46.989", - "max": "47.337", - "min": "46.817", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "36.14", - "max": "49.127", - "min": "35.129", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "78.585", - "max": "81.608", - "min": "78.172", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "57.663", - "max": "65.379", - "min": "57.157", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "76.457", - "max": "78.995", - "min": "76.151", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "68.168", - "max": "68.92", - "min": "67.915", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "34.615", - "max": "37.398", - "min": "34.241", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "44.239", - "max": "44.837", - "min": "44.079", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "30.75", - "max": "31.495", - "min": "30.529", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "21.941", - "max": "22.535", - "min": "21.769", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "93.387", - "max": "108.684", - "min": "92.568", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "48.132", - "max": "66.035", - "min": "46.412", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "64.203", - "max": "105.101", - "min": "32.506", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "33.949", - "max": "34.425", - "min": "33.715", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "88.172", - "max": "101.774", - "min": "87.439", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "0.038", - "max": "0.101", - "min": "0.032", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "50.758", - "max": "51.348", - "min": "50.273", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "35.282", - "max": "35.975", - "min": "34.966", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "230.266", - "max": "238.887", - "min": "229.692", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "46.489", - "max": "46.866", - "min": "46.344", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "37.39", - "max": "37.988", - "min": "37.195", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "27.549", - "max": "28.175", - "min": "27.377", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "199.578", - "max": "206.953", - "min": "197.845", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "73.609", - "max": "73.83", - "min": "73.456", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "34.007", - "max": "40.361", - "min": "33.313", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "30.072", - "max": "30.773", - "min": "29.826", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "29.103", - "max": "41.598", - "min": "28.211", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "326.433", - "max": "337.928", - "min": "322.755", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "110.394", - "max": "111.42", - "min": "109.977", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "235.716", - "max": "236.962", - "min": "227.878", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "161.753", - "max": "162.533", - "min": "161.477", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "34.32", - "max": "38.322", - "min": "34.018", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "160.662", - "max": "167.902", - "min": "160.247", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "200.786", - "max": "201.054", - "min": "200.407", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "51.399", - "max": "70.756", - "min": "50.506", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "96.471", - "max": "98.057", - "min": "96.047", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "35.172", - "max": "44.523", - "min": "34.273", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "32.566", - "max": "63.037", - "min": "30.251", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "130.962", - "max": "131.431", - "min": "130.763", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "137.493", - "max": "137.63", - "min": "137.374", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "267.86", - "max": "358.629", - "min": "264.539", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "185.224", - "max": "185.658", - "min": "184.993", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "39.343", - "max": "40.042", - "min": "39.16", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "114.204", - "max": "121.619", - "min": "113.835", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "39.308", - "max": "39.643", - "min": "39.161", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "226.068", - "max": "242.82", - "min": "225.279", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "148.833", - "max": "151.978", - "min": "145.985", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "66.154", - "max": "66.351", - "min": "65.889", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "74.019", - "max": "112.605", - "min": "71.811", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "179.125", - "max": "182.617", - "min": "178.022", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "131.094", - "max": "131.934", - "min": "130.695", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "215.817", - "max": "216.302", - "min": "215.54", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "89.998", - "max": "106.397", - "min": "89.217", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "62.281", - "max": "62.473", - "min": "62.163", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "34.501", - "max": "34.656", - "min": "34.339", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "74.223", - "max": "74.53", - "min": "74.05", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "117.835", - "max": "127.903", - "min": "116.495", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "122.981", - "max": "131.989", - "min": "122.548", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "88.22", - "max": "90.945", - "min": "86.536", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.774", - "max": "202.339", - "min": "196.993", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "119.323", - "max": "121.55", - "min": "118.127", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "82.908", - "max": "84.238", - "min": "82.664", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "133.087", - "max": "149.908", - "min": "131.999", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "50.053", - "max": "54.238", - "min": "49.149", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "199.495", - "max": "215.632", - "min": "191.074", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "213.155", - "max": "213.155", - "min": "213.155", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "43.444", - "max": "63.307", - "min": "42.595", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "28.959", - "max": "29.326", - "min": "28.762", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.943", - "max": "164.718", - "min": "125.972", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "53.117", - "max": "61.189", - "min": "46.768", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "46.299", - "max": "52.333", - "min": "45.916", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "192.153", - "max": "195.873", - "min": "191.38", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "91.981", - "max": "104.347", - "min": "90.221", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "138.586", - "max": "138.898", - "min": "138.425", - "id": "206", - "country": "Poland", - "source_name": "Gdansk", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "207": { - "name": "Pristina", - "data": { - "0": { - "avg": "221.029", - "max": "221.532", - "min": "220.545", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "314.846", - "max": "320.379", - "min": "314.142", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "123.654", - "max": "124.214", - "min": "123.222", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "20.265", - "max": "26.023", - "min": "18.936", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "43.67", - "max": "45.714", - "min": "43.107", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "255.322", - "max": "256.095", - "min": "254.781", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "34.342", - "max": "35.093", - "min": "34.048", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "315.739", - "max": "331.148", - "min": "313.922", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "62.017", - "max": "62.443", - "min": "61.538", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "57.324", - "max": "58.377", - "min": "56.884", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "50.649", - "max": "51.176", - "min": "50.21", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "158.708", - "max": "178.034", - "min": "157.542", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "126.895", - "max": "127.312", - "min": "126.308", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "137.547", - "max": "138.299", - "min": "137.145", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "134.484", - "max": "135.024", - "min": "134.079", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "121.285", - "max": "122.168", - "min": "120.838", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "46.881", - "max": "47.614", - "min": "46.395", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "128.117", - "max": "129.15", - "min": "127.795", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "55.47", - "max": "56.014", - "min": "55.109", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "17.194", - "max": "17.642", - "min": "16.685", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "310.985", - "max": "311.569", - "min": "310.523", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "139.499", - "max": "140.052", - "min": "139.008", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "183.641", - "max": "184.901", - "min": "183.111", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "180.426", - "max": "184.413", - "min": "179.541", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "69.168", - "max": "70.532", - "min": "68.473", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "51.788", - "max": "52.44", - "min": "51.342", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "44.43", - "max": "46.088", - "min": "43.784", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "17.239", - "max": "17.755", - "min": "16.791", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "44.482", - "max": "44.99", - "min": "44.071", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "173.117", - "max": "173.831", - "min": "172.613", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "275.093", - "max": "275.713", - "min": "274.55", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "48.271", - "max": "48.812", - "min": "47.668", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "178.436", - "max": "182.037", - "min": "177.788", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "70.643", - "max": "71.268", - "min": "70.196", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "39.702", - "max": "41.932", - "min": "39.061", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "199.738", - "max": "200.968", - "min": "199.179", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "181.289", - "max": "181.903", - "min": "180.923", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "168.931", - "max": "169.685", - "min": "168.617", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "136.975", - "max": "137.52", - "min": "136.49", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "130.239", - "max": "133.805", - "min": "129.505", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "190.359", - "max": "193.892", - "min": "189.486", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "49.809", - "max": "53.977", - "min": "48.951", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "78.119", - "max": "78.735", - "min": "77.618", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "57.048", - "max": "66.756", - "min": "56.248", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "190.415", - "max": "190.914", - "min": "189.961", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "21.873", - "max": "23.812", - "min": "21.159", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "60.477", - "max": "61.024", - "min": "59.961", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "204.457", - "max": "204.872", - "min": "204.001", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "282.373", - "max": "288.414", - "min": "281.578", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "146.332", - "max": "146.859", - "min": "145.991", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "118.838", - "max": "119.432", - "min": "118.396", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "176.451", - "max": "177.181", - "min": "175.867", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "94.342", - "max": "105.508", - "min": "86.914", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "167.04", - "max": "167.664", - "min": "166.563", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "171.063", - "max": "186.905", - "min": "167.366", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "284.362", - "max": "284.996", - "min": "283.79", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "62.113", - "max": "63.792", - "min": "60.837", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "348.093", - "max": "348.615", - "min": "347.578", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "17.762", - "max": "18.845", - "min": "17.248", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "41.386", - "max": "43.205", - "min": "40.864", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "82.778", - "max": "84.503", - "min": "82.078", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "95.93", - "max": "135.051", - "min": "91.527", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "216.19", - "max": "303.403", - "min": "203.039", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "273.044", - "max": "273.603", - "min": "272.601", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "67.844", - "max": "68.419", - "min": "67.457", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "39.855", - "max": "40.508", - "min": "39.271", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "117.195", - "max": "117.757", - "min": "116.631", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "42.317", - "max": "42.967", - "min": "41.644", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "250.512", - "max": "251.977", - "min": "249.399", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "154.1", - "max": "155.382", - "min": "153.537", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "355.556", - "max": "356.809", - "min": "354.892", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "177.299", - "max": "180.326", - "min": "176.735", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "196.891", - "max": "197.451", - "min": "196.486", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "139.385", - "max": "140.073", - "min": "138.849", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "89.322", - "max": "90.217", - "min": "88.829", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "43.809", - "max": "44.409", - "min": "43.275", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "137.463", - "max": "138.092", - "min": "136.939", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "177.884", - "max": "184.459", - "min": "177.21", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "129.389", - "max": "143.08", - "min": "128.515", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "158.507", - "max": "159.133", - "min": "158.071", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "182.292", - "max": "182.771", - "min": "181.738", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "133.314", - "max": "133.941", - "min": "132.896", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "248.974", - "max": "249.631", - "min": "248.458", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "172.492", - "max": "173.252", - "min": "172.031", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "175.238", - "max": "175.685", - "min": "174.808", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "94.928", - "max": "96.217", - "min": "94.413", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "57.185", - "max": "58.592", - "min": "56.513", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "138.346", - "max": "139.216", - "min": "137.867", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "150.324", - "max": "151.366", - "min": "149.665", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "43.605", - "max": "50.915", - "min": "42.329", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "160.009", - "max": "161.364", - "min": "159.082", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "195.299", - "max": "197.083", - "min": "194.717", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "65.847", - "max": "66.414", - "min": "65.291", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "320.711", - "max": "330.736", - "min": "319.979", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "131.604", - "max": "134.65", - "min": "131.119", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "154.148", - "max": "154.73", - "min": "153.566", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "194.976", - "max": "197.62", - "min": "194.3", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "179.154", - "max": "202.841", - "min": "177.093", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "196.801", - "max": "197.307", - "min": "196.301", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "139.125", - "max": "139.625", - "min": "138.631", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "145.041", - "max": "145.48", - "min": "144.532", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "193.963", - "max": "194.547", - "min": "193.543", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "55.589", - "max": "56.916", - "min": "54.969", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "350.669", - "max": "353.629", - "min": "349.935", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "153.566", - "max": "154.093", - "min": "152.97", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "360.108", - "max": "370.985", - "min": "320.902", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "204.053", - "max": "205.911", - "min": "203.571", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "118.52", - "max": "119.052", - "min": "117.994", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "134.833", - "max": "135.499", - "min": "134.366", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "159.512", - "max": "160.118", - "min": "159.072", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "337.128", - "max": "340.289", - "min": "329.956", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "305.605", - "max": "312.505", - "min": "304.816", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "123.327", - "max": "123.835", - "min": "123.007", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "164.02", - "max": "168.808", - "min": "163.333", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "395.488", - "max": "520.948", - "min": "218.663", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "116.413", - "max": "218.508", - "min": "42.215", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "216.996", - "max": "232.67", - "min": "215.872", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "239.123", - "max": "239.841", - "min": "238.538", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "158.63", - "max": "159.137", - "min": "158.138", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "153.793", - "max": "154.713", - "min": "153.066", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "157.403", - "max": "158.022", - "min": "156.933", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "234.934", - "max": "393.769", - "min": "152.283", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "242.972", - "max": "248.904", - "min": "242.28", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "76.368", - "max": "165.43", - "min": "70.014", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "78.489", - "max": "78.999", - "min": "78.105", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "55.045", - "max": "56.303", - "min": "54.417", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "122.729", - "max": "123.35", - "min": "122.23", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "202.781", - "max": "203.792", - "min": "202.31", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "157.088", - "max": "160.188", - "min": "156.502", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "222.514", - "max": "226.922", - "min": "221.684", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "146.288", - "max": "146.957", - "min": "145.854", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "135.637", - "max": "136.19", - "min": "135.105", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "149.137", - "max": "149.605", - "min": "148.688", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "329.799", - "max": "334.814", - "min": "328.781", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "153.344", - "max": "154.045", - "min": "152.881", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "112.049", - "max": "112.714", - "min": "111.651", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "169.013", - "max": "177.342", - "min": "167.415", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "170.745", - "max": "171.359", - "min": "170.429", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "167.34", - "max": "167.953", - "min": "166.897", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "119.656", - "max": "120.129", - "min": "119.233", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "20.983", - "max": "24.337", - "min": "20.475", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "313.254", - "max": "317.749", - "min": "312.395", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "67.619", - "max": "70.102", - "min": "67.063", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "18.707", - "max": "19.203", - "min": "18.303", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "222.385", - "max": "226.594", - "min": "221.304", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "37.674", - "max": "38.338", - "min": "37.218", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "13.731", - "max": "18.363", - "min": "12.905", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "167.674", - "max": "168.335", - "min": "167.249", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "40.038", - "max": "42.339", - "min": "39.528", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "40.411", - "max": "43.051", - "min": "39.903", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "42.548", - "max": "49.588", - "min": "41.111", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "284.667", - "max": "285.186", - "min": "284.344", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "12.747", - "max": "14.733", - "min": "12.121", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "41.849", - "max": "58.142", - "min": "40.127", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "131.565", - "max": "132.298", - "min": "131.123", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "194.94", - "max": "195.556", - "min": "194.395", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "59.646", - "max": "61.423", - "min": "59.17", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "250.841", - "max": "297.325", - "min": "242.678", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "160.779", - "max": "161.247", - "min": "160.368", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "285.895", - "max": "317.418", - "min": "281.806", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "152.438", - "max": "152.985", - "min": "151.978", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "428.069", - "max": "428.633", - "min": "427.479", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "65.409", - "max": "66.181", - "min": "65.01", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "114.387", - "max": "114.822", - "min": "113.946", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "122.822", - "max": "123.468", - "min": "122.358", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "207.31", - "max": "208.143", - "min": "206.935", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "108.141", - "max": "108.831", - "min": "107.777", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "169.803", - "max": "170.442", - "min": "169.328", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "227.228", - "max": "232.203", - "min": "212.406", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "137.304", - "max": "137.692", - "min": "136.878", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "138.897", - "max": "139.435", - "min": "138.401", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "27.286", - "max": "28.241", - "min": "26.731", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "160.219", - "max": "160.786", - "min": "159.759", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "58.823", - "max": "59.449", - "min": "58.443", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "36.326", - "max": "38.774", - "min": "35.77", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "47.238", - "max": "71.615", - "min": "45.538", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "40.855", - "max": "41.463", - "min": "40.529", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "44.311", - "max": "44.934", - "min": "43.88", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "81.971", - "max": "82.439", - "min": "81.423", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "55.691", - "max": "56.266", - "min": "55.223", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "82.129", - "max": "87.681", - "min": "81.22", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "65.495", - "max": "66.185", - "min": "65.092", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "35.348", - "max": "36.436", - "min": "34.785", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "38.558", - "max": "39.243", - "min": "38.162", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "33.154", - "max": "33.686", - "min": "32.786", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "33.165", - "max": "33.69", - "min": "32.597", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "55.067", - "max": "55.827", - "min": "54.67", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "48.679", - "max": "55.424", - "min": "47.499", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "66.725", - "max": "118.784", - "min": "39.165", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "50.866", - "max": "51.426", - "min": "50.427", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "70.777", - "max": "71.325", - "min": "70.179", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "51.671", - "max": "77.833", - "min": "50.287", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "0.025", - "max": "0.065", - "min": "0.017", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "35.506", - "max": "42.76", - "min": "34.718", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.509", - "max": "224.144", - "min": "222.037", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "28.44", - "max": "29.308", - "min": "28.062", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "75.259", - "max": "75.808", - "min": "74.836", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "34.827", - "max": "35.408", - "min": "34.319", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "202.08", - "max": "210.003", - "min": "200.332", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "33.28", - "max": "33.765", - "min": "32.882", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "39.915", - "max": "42.905", - "min": "39.343", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "42.162", - "max": "42.967", - "min": "41.614", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "37.771", - "max": "38.661", - "min": "37.396", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "304.612", - "max": "315.751", - "min": "301.296", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "130.074", - "max": "131.43", - "min": "129.34", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "250.486", - "max": "259.865", - "min": "242.336", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "175.856", - "max": "176.465", - "min": "175.491", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "45.36", - "max": "45.94", - "min": "44.938", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "178.837", - "max": "180.337", - "min": "178.384", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "192.071", - "max": "192.471", - "min": "191.565", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "58.744", - "max": "59.385", - "min": "58.361", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "70.456", - "max": "71.234", - "min": "69.92", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "42.198", - "max": "43.133", - "min": "41.513", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "34.651", - "max": "36.091", - "min": "34.065", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "141.31", - "max": "141.849", - "min": "140.804", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "148.519", - "max": "149.035", - "min": "148.026", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "346.755", - "max": "347.464", - "min": "346.305", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "121.8", - "max": "122.36", - "min": "121.286", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "39.69", - "max": "40.118", - "min": "39.114", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "116.916", - "max": "117.46", - "min": "116.519", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "33.817", - "max": "34.963", - "min": "33.208", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "274.95", - "max": "287.091", - "min": "273.949", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "167.207", - "max": "171.605", - "min": "163.919", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "54.966", - "max": "55.587", - "min": "54.638", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "67.43", - "max": "68.074", - "min": "66.452", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "195.063", - "max": "234.349", - "min": "192.143", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "134.905", - "max": "136.416", - "min": "134.269", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "279.89", - "max": "280.272", - "min": "279.378", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "73.784", - "max": "74.794", - "min": "73.299", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "58.566", - "max": "59.068", - "min": "58.231", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "36.172", - "max": "36.815", - "min": "35.755", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "86.059", - "max": "86.535", - "min": "85.524", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "136.796", - "max": "139.99", - "min": "135.837", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "132.069", - "max": "133.746", - "min": "131.552", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "91.194", - "max": "98.168", - "min": "89.254", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "193.064", - "max": "195.398", - "min": "192.162", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "128.352", - "max": "130.135", - "min": "127.169", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "78.714", - "max": "80.143", - "min": "78.236", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "146.788", - "max": "147.383", - "min": "146.363", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "51.908", - "max": "52.388", - "min": "51.431", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "237.923", - "max": "242.74", - "min": "227.72", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "233.747", - "max": "233.747", - "min": "233.747", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "56.542", - "max": "57.166", - "min": "56.227", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "36.727", - "max": "37.343", - "min": "36.239", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "132.594", - "max": "133.524", - "min": "131.993", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "67.907", - "max": "74.814", - "min": "59.147", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "7.528", - "max": "8.119", - "min": "7.09", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "166.982", - "max": "168.792", - "min": "166.19", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "79.837", - "max": "80.785", - "min": "79.205", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "143.975", - "max": "146.746", - "min": "143.264", - "id": "207", - "country": "Kosovo", - "source_name": "Pristina", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "212": { - "name": "Ktis", - "data": { - "0": { - "avg": "259.166", - "max": "259.604", - "min": "258.992", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "278.044", - "max": "278.397", - "min": "277.847", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "125.575", - "max": "127.228", - "min": "125.435", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "10.047", - "max": "14.737", - "min": "9.435", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "25.954", - "max": "26.539", - "min": "25.772", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "259.61", - "max": "259.973", - "min": "259.525", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "57.794", - "max": "57.956", - "min": "57.683", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "289.598", - "max": "297.355", - "min": "288.509", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "54.774", - "max": "55.018", - "min": "54.646", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "37.047", - "max": "37.788", - "min": "36.849", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "25.66", - "max": "26.24", - "min": "25.456", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "145.725", - "max": "145.888", - "min": "145.632", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "102.957", - "max": "103.162", - "min": "102.871", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "103.425", - "max": "104.488", - "min": "103.279", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "132.57", - "max": "138.849", - "min": "132.217", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "105.04", - "max": "105.217", - "min": "104.571", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "62.994", - "max": "63.256", - "min": "62.805", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "109.186", - "max": "109.352", - "min": "109.117", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "37.953", - "max": "38.198", - "min": "37.852", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "14.559", - "max": "14.686", - "min": "14.487", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "300.494", - "max": "301.666", - "min": "300.329", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "118.906", - "max": "119", - "min": "118.82", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "171.991", - "max": "172.313", - "min": "171.897", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "176.092", - "max": "176.417", - "min": "175.991", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "40.375", - "max": "40.92", - "min": "40.165", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "17.974", - "max": "18.053", - "min": "17.902", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "26.062", - "max": "27.016", - "min": "25.869", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "15.278", - "max": "15.392", - "min": "15.224", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "22.113", - "max": "22.226", - "min": "22.019", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "166.732", - "max": "167.147", - "min": "166.43", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "156.997", - "max": "157.092", - "min": "156.896", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "47.813", - "max": "48.026", - "min": "47.714", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.434", - "max": "182.904", - "min": "166.794", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "44.407", - "max": "44.68", - "min": "44.333", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "21.906", - "max": "23.231", - "min": "21.632", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "269.253", - "max": "269.96", - "min": "269.044", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "171.458", - "max": "171.505", - "min": "171.422", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "152.546", - "max": "152.873", - "min": "152.336", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "144.591", - "max": "145.956", - "min": "144.41", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "108.368", - "max": "109.831", - "min": "108.19", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "176.75", - "max": "182.222", - "min": "176.021", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "29.442", - "max": "32.313", - "min": "28.956", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "70.119", - "max": "70.322", - "min": "70.028", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "45.334", - "max": "46.64", - "min": "45.14", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "156.641", - "max": "158.877", - "min": "156.463", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "26.484", - "max": "27.696", - "min": "26.138", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "33.187", - "max": "33.909", - "min": "33.01", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "183.134", - "max": "183.9", - "min": "182.937", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "266.759", - "max": "267.739", - "min": "266.635", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "157.968", - "max": "158.215", - "min": "157.897", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "99.725", - "max": "99.829", - "min": "99.679", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "165.847", - "max": "167.02", - "min": "165.53", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "54.393", - "max": "68.8", - "min": "41.177", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "134.14", - "max": "134.4", - "min": "133.913", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "158.908", - "max": "180.53", - "min": "154.713", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "258.139", - "max": "258.921", - "min": "257.954", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "75.993", - "max": "78.168", - "min": "75.404", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "323.379", - "max": "323.45", - "min": "323.312", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "27.11", - "max": "28.229", - "min": "26.811", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "25.345", - "max": "25.465", - "min": "25.239", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "69.739", - "max": "70.695", - "min": "69.349", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "80.355", - "max": "115.764", - "min": "77.762", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "209.531", - "max": "262.939", - "min": "202.552", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "211.125", - "max": "211.82", - "min": "210.995", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "49.672", - "max": "50.602", - "min": "49.53", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "33.966", - "max": "34.042", - "min": "33.921", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "98.247", - "max": "98.467", - "min": "98.158", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "29.822", - "max": "30.264", - "min": "29.311", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "232.657", - "max": "233.951", - "min": "231.923", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "143.434", - "max": "145.046", - "min": "143.244", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "263.172", - "max": "264.172", - "min": "262.957", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "170.137", - "max": "170.612", - "min": "169.894", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "172.623", - "max": "174.29", - "min": "172.409", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "117.554", - "max": "117.678", - "min": "117.472", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "70.909", - "max": "71.647", - "min": "70.726", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "78.398", - "max": "78.581", - "min": "78.324", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "110.4", - "max": "110.591", - "min": "110.299", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "173.322", - "max": "173.398", - "min": "173.259", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "117.691", - "max": "126.886", - "min": "117.109", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "124.037", - "max": "124.328", - "min": "123.863", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "164.13", - "max": "164.21", - "min": "164.016", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "124.202", - "max": "125.251", - "min": "123.867", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "208.489", - "max": "209.286", - "min": "208.287", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "178.167", - "max": "178.308", - "min": "178.042", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "170.745", - "max": "170.852", - "min": "170.677", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "86.508", - "max": "87.568", - "min": "86.122", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "37.719", - "max": "38.051", - "min": "37.461", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "127.899", - "max": "128.062", - "min": "127.788", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "128.472", - "max": "128.704", - "min": "128.311", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "31.217", - "max": "31.508", - "min": "31.079", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "130.772", - "max": "134.943", - "min": "130.042", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "180.174", - "max": "180.579", - "min": "180.003", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "46.363", - "max": "46.445", - "min": "46.326", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "306.274", - "max": "319.04", - "min": "305.706", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "113.203", - "max": "113.313", - "min": "113.096", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "137.708", - "max": "137.821", - "min": "137.6", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "174.527", - "max": "174.766", - "min": "174.322", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "160.294", - "max": "164.102", - "min": "159.789", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "175.202", - "max": "175.33", - "min": "175.127", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "120.243", - "max": "123.381", - "min": "119.896", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "137.873", - "max": "138.624", - "min": "137.77", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "183.698", - "max": "184.552", - "min": "183.532", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "50.791", - "max": "50.949", - "min": "50.705", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "329.008", - "max": "335.973", - "min": "327.916", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "133.005", - "max": "133.507", - "min": "132.844", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "336.861", - "max": "348.607", - "min": "298.929", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "211.917", - "max": "213.301", - "min": "211.736", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "95.072", - "max": "95.214", - "min": "94.879", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "125.391", - "max": "125.538", - "min": "125.261", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "174.067", - "max": "174.512", - "min": "173.913", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "327.031", - "max": "327.351", - "min": "326.873", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "294.65", - "max": "299.661", - "min": "288.106", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "101.088", - "max": "101.142", - "min": "101.007", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "149.591", - "max": "162.111", - "min": "148.859", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "403.101", - "max": "503.286", - "min": "222.27", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "130.665", - "max": "212.253", - "min": "40.653", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "189.084", - "max": "194.993", - "min": "188.521", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "267.827", - "max": "273.27", - "min": "267.309", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "137.42", - "max": "137.57", - "min": "137.32", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "129.015", - "max": "129.659", - "min": "128.818", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "133.588", - "max": "133.803", - "min": "133.291", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "194.855", - "max": "344.033", - "min": "118.61", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "221.672", - "max": "222.332", - "min": "221.509", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "39.919", - "max": "107.084", - "min": "34.361", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "35.696", - "max": "35.865", - "min": "35.644", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "48.134", - "max": "48.99", - "min": "47.456", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "95.233", - "max": "101.714", - "min": "93.864", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "195.037", - "max": "195.778", - "min": "194.809", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "117.924", - "max": "118.63", - "min": "117.738", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "204.815", - "max": "204.966", - "min": "204.728", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "136.359", - "max": "136.682", - "min": "136.24", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "129.133", - "max": "129.38", - "min": "128.949", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "130.37", - "max": "130.655", - "min": "130.148", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "324.675", - "max": "325.896", - "min": "324.082", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "151.365", - "max": "151.607", - "min": "151.278", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "91.912", - "max": "92.236", - "min": "91.733", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "149.987", - "max": "162.668", - "min": "148.5", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "129.321", - "max": "129.551", - "min": "129.182", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "125.888", - "max": "126.003", - "min": "125.835", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "94.634", - "max": "94.789", - "min": "94.49", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "9.63", - "max": "10.024", - "min": "9.478", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "205.771", - "max": "206.531", - "min": "205.373", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "43.876", - "max": "44.029", - "min": "43.802", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "28.009", - "max": "28.259", - "min": "27.877", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "211.066", - "max": "228.911", - "min": "209.679", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "18.985", - "max": "19.63", - "min": "18.855", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "23.361", - "max": "23.951", - "min": "23.234", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "151.211", - "max": "151.26", - "min": "151.167", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "34.99", - "max": "35.144", - "min": "34.919", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "31.805", - "max": "31.882", - "min": "31.737", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "13.839", - "max": "25.598", - "min": "11.922", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "291.343", - "max": "291.519", - "min": "291.13", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "26.9", - "max": "27.836", - "min": "26.734", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "26.93", - "max": "30.079", - "min": "26.559", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "111.741", - "max": "111.869", - "min": "111.646", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "168.661", - "max": "169.745", - "min": "168.341", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "62.455", - "max": "64.282", - "min": "62.174", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "283.07", - "max": "330.157", - "min": "275.468", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "150.229", - "max": "150.513", - "min": "150.029", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "268.611", - "max": "374.286", - "min": "262.298", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "151.216", - "max": "151.328", - "min": "151.134", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "398.808", - "max": "399.171", - "min": "398.461", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "31.643", - "max": "31.73", - "min": "31.581", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "91.287", - "max": "91.402", - "min": "91.174", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "114.991", - "max": "115.995", - "min": "114.839", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "189.072", - "max": "189.174", - "min": "189.002", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "98.918", - "max": "99.355", - "min": "98.813", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "170.841", - "max": "171.114", - "min": "170.687", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "289.317", - "max": "294.028", - "min": "271.811", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "113.426", - "max": "113.694", - "min": "113.274", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "117.692", - "max": "117.746", - "min": "117.622", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "23.725", - "max": "24.616", - "min": "23.502", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "301.606", - "max": "301.703", - "min": "301.51", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "43.19", - "max": "43.562", - "min": "43.114", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "28.252", - "max": "28.723", - "min": "28.015", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "35.618", - "max": "36.88", - "min": "35.428", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "30.167", - "max": "30.253", - "min": "30.114", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "33.367", - "max": "33.665", - "min": "33.174", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "76.256", - "max": "76.461", - "min": "76.137", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "33.49", - "max": "33.585", - "min": "33.421", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "67.634", - "max": "71.054", - "min": "67.353", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "64.527", - "max": "64.806", - "min": "64.371", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "28.783", - "max": "37.965", - "min": "28.243", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "32.473", - "max": "32.593", - "min": "32.379", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "45.461", - "max": "45.702", - "min": "45.374", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "9.412", - "max": "9.606", - "min": "9.274", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "67.738", - "max": "68.095", - "min": "67.512", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "31.919", - "max": "34.323", - "min": "31.319", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "39.831", - "max": "63.605", - "min": "26.637", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "25.201", - "max": "25.427", - "min": "25.129", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "66.908", - "max": "67.078", - "min": "66.764", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "29.585", - "max": "67.223", - "min": "27.443", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "34.818", - "max": "35.377", - "min": "34.303", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "29.667", - "max": "30.039", - "min": "29.445", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "272.233", - "max": "272.544", - "min": "272.124", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "41.136", - "max": "41.355", - "min": "41.048", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "29.98", - "max": "30.191", - "min": "29.88", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "0.042", - "max": "0.108", - "min": "0.025", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "189.841", - "max": "195.545", - "min": "188.356", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "45.536", - "max": "45.655", - "min": "45.427", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "23.267", - "max": "30.456", - "min": "22.611", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "23", - "max": "23.508", - "min": "22.832", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "27.104", - "max": "27.256", - "min": "26.963", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "325.533", - "max": "338.626", - "min": "323.901", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "116.775", - "max": "120.067", - "min": "116.344", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "218.891", - "max": "219.257", - "min": "217.038", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "180.354", - "max": "180.494", - "min": "180.261", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "35.167", - "max": "35.43", - "min": "35.052", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "147.011", - "max": "149.806", - "min": "146.766", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "192.428", - "max": "192.602", - "min": "192.25", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "38.57", - "max": "38.793", - "min": "38.437", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "54.793", - "max": "55.369", - "min": "54.672", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "32.513", - "max": "34.03", - "min": "32.044", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "30.439", - "max": "31.751", - "min": "30.176", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "122.304", - "max": "122.407", - "min": "122.231", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "129.524", - "max": "129.639", - "min": "129.431", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "268.103", - "max": "362.789", - "min": "264.663", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "98.38", - "max": "98.641", - "min": "98.288", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "55.027", - "max": "55.212", - "min": "54.917", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "97.554", - "max": "97.647", - "min": "97.481", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "25.882", - "max": "26.027", - "min": "25.804", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "253.87", - "max": "259.693", - "min": "253.527", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "140.766", - "max": "145.342", - "min": "137.871", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "42.434", - "max": "42.581", - "min": "42.311", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "54.307", - "max": "55.274", - "min": "53.512", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "174.459", - "max": "177.805", - "min": "173.491", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "128.91", - "max": "130.282", - "min": "128.509", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "241.117", - "max": "241.271", - "min": "240.968", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "84.953", - "max": "85.823", - "min": "84.74", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "56.058", - "max": "56.163", - "min": "56", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "24.155", - "max": "24.221", - "min": "24.111", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "66.267", - "max": "66.397", - "min": "66.194", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "104.28", - "max": "108.111", - "min": "103.843", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "109.963", - "max": "110.175", - "min": "109.844", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "82.824", - "max": "93.092", - "min": "80.526", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "188.364", - "max": "190.055", - "min": "187.417", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "123.976", - "max": "125.075", - "min": "122.754", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "75.585", - "max": "76.761", - "min": "75.408", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "130.501", - "max": "130.748", - "min": "130.271", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "41.01", - "max": "45.564", - "min": "40.749", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "295.542", - "max": "298.501", - "min": "287.672", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "194.944", - "max": "194.944", - "min": "194.944", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "33.949", - "max": "34.059", - "min": "33.871", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "26.554", - "max": "26.678", - "min": "26.476", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "127.066", - "max": "127.777", - "min": "126.905", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "52.471", - "max": "63.772", - "min": "43.876", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "72.491", - "max": "72.598", - "min": "72.411", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "131.237", - "max": "132.174", - "min": "131.009", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "64.284", - "max": "67.895", - "min": "63.92", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "124.303", - "max": "127.181", - "min": "124.068", - "id": "212", - "country": "Czech Republic", - "source_name": "Ktis", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "245": { - "name": "Tbilisi", - "data": { - "0": { - "avg": "267.678", - "max": "269.159", - "min": "267.436", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "344.613", - "max": "345.811", - "min": "344.279", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "174.87", - "max": "177.184", - "min": "174.58", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "62.494", - "max": "68.772", - "min": "61.273", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "81.952", - "max": "83.229", - "min": "81.7", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "293.653", - "max": "294.351", - "min": "293.458", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "81.971", - "max": "82.425", - "min": "81.691", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "337.687", - "max": "339.85", - "min": "336.867", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "70.995", - "max": "71.603", - "min": "70.754", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "81.243", - "max": "82.419", - "min": "80.879", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "90.273", - "max": "92.471", - "min": "89.814", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "188.653", - "max": "191.76", - "min": "188.301", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "159.952", - "max": "160.394", - "min": "159.79", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "173.548", - "max": "174.838", - "min": "173.274", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "200.061", - "max": "200.581", - "min": "199.825", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "161.346", - "max": "165.053", - "min": "160.562", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "108.533", - "max": "109.057", - "min": "108.214", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "171.391", - "max": "172", - "min": "171.144", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "98.399", - "max": "99.712", - "min": "98.088", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "76.176", - "max": "76.436", - "min": "76.063", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "345.371", - "max": "345.929", - "min": "345.225", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "182.304", - "max": "182.703", - "min": "182.161", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "234.222", - "max": "234.683", - "min": "234.038", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "236.484", - "max": "236.866", - "min": "236.292", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "87.391", - "max": "87.999", - "min": "87.153", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "96.825", - "max": "100.852", - "min": "96.497", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "80.973", - "max": "82.982", - "min": "80.62", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "82.789", - "max": "83.583", - "min": "82.488", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "61.305", - "max": "61.937", - "min": "61.129", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "236.681", - "max": "237.147", - "min": "236.442", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "318.297", - "max": "318.794", - "min": "318.093", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "84.326", - "max": "87.423", - "min": "84.015", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "227.796", - "max": "248.718", - "min": "226.593", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "85.421", - "max": "85.874", - "min": "85.256", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "74.029", - "max": "77.62", - "min": "73.667", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "256.054", - "max": "259.449", - "min": "255.666", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "231.812", - "max": "233.037", - "min": "231.611", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "209.421", - "max": "209.838", - "min": "209.143", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "191.999", - "max": "192.353", - "min": "191.782", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "177.368", - "max": "178.235", - "min": "177.098", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "240.025", - "max": "243.543", - "min": "239.505", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "95.414", - "max": "99.994", - "min": "94.926", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "125.335", - "max": "125.728", - "min": "125.19", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "101.011", - "max": "105.427", - "min": "100.681", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "249.62", - "max": "254.935", - "min": "249.312", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "86.574", - "max": "88.196", - "min": "86.152", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "94.333", - "max": "94.767", - "min": "94.199", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "237.829", - "max": "238.448", - "min": "237.549", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "333.34", - "max": "337.004", - "min": "333.031", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "207.398", - "max": "208.691", - "min": "207.23", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "155.401", - "max": "156.91", - "min": "155.127", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "228.888", - "max": "229.394", - "min": "228.643", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "92.969", - "max": "179.073", - "min": "75.17", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "178.497", - "max": "178.973", - "min": "178.356", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "194.84", - "max": "202.509", - "min": "191.351", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "419.08", - "max": "419.767", - "min": "418.773", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "107.296", - "max": "111.649", - "min": "106.156", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "392.104", - "max": "393.69", - "min": "391.885", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "74.737", - "max": "78.938", - "min": "74.12", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "83.702", - "max": "84.055", - "min": "83.528", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "127.528", - "max": "136.672", - "min": "126.466", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "143.714", - "max": "186.807", - "min": "141.605", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "242.549", - "max": "260.188", - "min": "241.213", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "290.703", - "max": "296.036", - "min": "290.308", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "77.062", - "max": "78.187", - "min": "76.77", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "103.658", - "max": "104.136", - "min": "103.499", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "164.102", - "max": "165.566", - "min": "163.877", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "43.136", - "max": "44.113", - "min": "42.623", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "285.301", - "max": "286.496", - "min": "284.634", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "217.987", - "max": "218.637", - "min": "217.82", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "404.532", - "max": "405.369", - "min": "404.282", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "221.276", - "max": "222.229", - "min": "220.919", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "230.547", - "max": "234.75", - "min": "230.119", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "172.2", - "max": "172.701", - "min": "172.037", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "129.29", - "max": "130.165", - "min": "129.035", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "99.114", - "max": "100.465", - "min": "98.908", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "187.202", - "max": "187.679", - "min": "186.942", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "216.001", - "max": "217.338", - "min": "215.762", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "166.308", - "max": "167.027", - "min": "166.046", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "168.332", - "max": "169.258", - "min": "168.067", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "246.397", - "max": "247.217", - "min": "246.18", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "175.945", - "max": "176.778", - "min": "175.665", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "298.384", - "max": "305.071", - "min": "297.687", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "232.283", - "max": "232.816", - "min": "232.089", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "224.249", - "max": "224.715", - "min": "224.082", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "145.123", - "max": "146.317", - "min": "144.833", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "87.746", - "max": "93.106", - "min": "86.789", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "183.837", - "max": "184.473", - "min": "183.661", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "187.315", - "max": "188.09", - "min": "187.073", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "82.928", - "max": "83.664", - "min": "82.622", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "200.387", - "max": "202.385", - "min": "199.55", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "228.593", - "max": "229.324", - "min": "228.349", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "99.211", - "max": "99.928", - "min": "99.048", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "364.657", - "max": "365.627", - "min": "364.446", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "183.726", - "max": "185.037", - "min": "183.512", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "198.432", - "max": "201.811", - "min": "197.847", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "239.4", - "max": "240.877", - "min": "239.009", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "225.799", - "max": "240.902", - "min": "224.268", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "230.311", - "max": "232.878", - "min": "229.973", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "178.356", - "max": "180.332", - "min": "178.123", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "186.178", - "max": "186.617", - "min": "186.016", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "254.986", - "max": "255.441", - "min": "254.725", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "126.764", - "max": "136.567", - "min": "125.905", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "403.704", - "max": "409.848", - "min": "402.904", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "184.657", - "max": "185.722", - "min": "184.417", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "383.056", - "max": "398.766", - "min": "346.41", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "255.739", - "max": "257.586", - "min": "255.428", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "156.026", - "max": "156.437", - "min": "155.823", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "179.331", - "max": "182.921", - "min": "179", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "191.915", - "max": "202.171", - "min": "190.769", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "275.358", - "max": "279.059", - "min": "274.996", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "355.522", - "max": "360.801", - "min": "355.142", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "150.37", - "max": "151.453", - "min": "150.137", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "221.642", - "max": "224.281", - "min": "221.193", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "438.006", - "max": "553.492", - "min": "271.118", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "164.196", - "max": "294.317", - "min": "95.941", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "213.95", - "max": "228.035", - "min": "213.019", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "295.398", - "max": "296.756", - "min": "295.151", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "202.768", - "max": "203.454", - "min": "202.565", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "191.182", - "max": "192.067", - "min": "190.85", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "201.388", - "max": "202.296", - "min": "201.013", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "265.861", - "max": "419.359", - "min": "179.906", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "256.925", - "max": "258.359", - "min": "256.351", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "111.505", - "max": "326.965", - "min": "96.417", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "92.635", - "max": "93.025", - "min": "92.515", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "75.652", - "max": "77.278", - "min": "74.886", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "156.711", - "max": "159.07", - "min": "155.777", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "235.231", - "max": "236.573", - "min": "234.921", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "197.335", - "max": "197.996", - "min": "197.025", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "264.064", - "max": "267.725", - "min": "263.793", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "191.307", - "max": "192.578", - "min": "190.908", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "183.963", - "max": "185.387", - "min": "183.616", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "184.169", - "max": "185.338", - "min": "183.875", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "380.994", - "max": "382.459", - "min": "380.19", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "212.922", - "max": "213.478", - "min": "212.741", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "150.269", - "max": "150.455", - "min": "150.094", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "213.675", - "max": "217.471", - "min": "212.898", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "212.242", - "max": "212.992", - "min": "212.054", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "190.054", - "max": "190.915", - "min": "189.888", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "158.132", - "max": "158.719", - "min": "157.925", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "61.824", - "max": "64.886", - "min": "61.547", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "248.718", - "max": "249.602", - "min": "248.284", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "104.436", - "max": "108.673", - "min": "104.118", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "85.559", - "max": "87.551", - "min": "85.279", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "277.618", - "max": "279.702", - "min": "277.246", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "83.336", - "max": "84.171", - "min": "83.073", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "71.282", - "max": "79.913", - "min": "70.513", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "230.148", - "max": "234.79", - "min": "229.739", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "79.782", - "max": "80.347", - "min": "79.63", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "81.276", - "max": "82.047", - "min": "81.089", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "78.536", - "max": "88.357", - "min": "77.081", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "333.67", - "max": "334.716", - "min": "333.431", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "92.978", - "max": "94.3", - "min": "92.623", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "80.805", - "max": "81.989", - "min": "80.574", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "163.814", - "max": "164.377", - "min": "163.632", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "247.351", - "max": "248.012", - "min": "247.098", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "94.726", - "max": "96.215", - "min": "94.413", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "358.748", - "max": "394.864", - "min": "350.889", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "226.395", - "max": "226.817", - "min": "226.149", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "340.128", - "max": "451.567", - "min": "333.704", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "207.238", - "max": "207.707", - "min": "207.098", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "449.719", - "max": "450.334", - "min": "449.377", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "73.324", - "max": "73.872", - "min": "73.156", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "146.961", - "max": "147.731", - "min": "146.777", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "120.665", - "max": "121.777", - "min": "120.326", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "256.061", - "max": "256.599", - "min": "255.928", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "76.404", - "max": "78.188", - "min": "76.095", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "220.98", - "max": "222.253", - "min": "220.678", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "275.028", - "max": "284.211", - "min": "256.616", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "158.575", - "max": "159.104", - "min": "158.317", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "182.134", - "max": "182.653", - "min": "181.998", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "64.031", - "max": "65.822", - "min": "63.645", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "354.913", - "max": "355.418", - "min": "354.704", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "95.693", - "max": "96.164", - "min": "95.574", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "74.444", - "max": "75.182", - "min": "74.174", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "100.643", - "max": "101.072", - "min": "100.47", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "80.984", - "max": "81.518", - "min": "80.819", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "90.882", - "max": "91.574", - "min": "90.564", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "121.458", - "max": "122.165", - "min": "121.179", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "84.257", - "max": "85.26", - "min": "84.027", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "50.145", - "max": "51.506", - "min": "49.946", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "65.773", - "max": "69.571", - "min": "65.385", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "79.184", - "max": "81.179", - "min": "78.905", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "85.169", - "max": "85.642", - "min": "85.009", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "78.738", - "max": "80.943", - "min": "78.437", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "75.701", - "max": "77.008", - "min": "75.382", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "130.069", - "max": "130.86", - "min": "129.772", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "86.894", - "max": "91.808", - "min": "85.675", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "107.915", - "max": "173.382", - "min": "78.494", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "88.314", - "max": "90.115", - "min": "88.117", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "109.153", - "max": "109.883", - "min": "108.83", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "89.507", - "max": "90.235", - "min": "89.284", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "73.92", - "max": "74.793", - "min": "73.349", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "86.002", - "max": "87.161", - "min": "85.637", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "364.129", - "max": "365.078", - "min": "363.817", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "68.308", - "max": "70.263", - "min": "68.024", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "80.076", - "max": "81.326", - "min": "79.765", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "84.914", - "max": "85.368", - "min": "84.768", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "240.927", - "max": "247.463", - "min": "238.941", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "53.385", - "max": "53.737", - "min": "53.085", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "77.253", - "max": "81.884", - "min": "76.717", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "79.284", - "max": "81.783", - "min": "78.983", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "85.576", - "max": "85.911", - "min": "85.336", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "376.972", - "max": "377.446", - "min": "376.804", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "168.142", - "max": "179.496", - "min": "166.97", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "274.424", - "max": "278.579", - "min": "269.696", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "204.04", - "max": "204.706", - "min": "203.889", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "105.212", - "max": "106.751", - "min": "104.946", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "136.843", - "max": "137.778", - "min": "136.397", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "267.651", - "max": "268.011", - "min": "267.398", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "103.228", - "max": "104.757", - "min": "102.953", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "69.279", - "max": "70.783", - "min": "68.989", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "81.909", - "max": "83.357", - "min": "81.54", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "86.163", - "max": "87.664", - "min": "85.578", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "255.887", - "max": "256.449", - "min": "255.73", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "280.611", - "max": "281.33", - "min": "280.317", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "319.655", - "max": "320.574", - "min": "319.441", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "165.504", - "max": "166.252", - "min": "165.317", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "88.045", - "max": "89.364", - "min": "87.669", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "156.02", - "max": "156.544", - "min": "155.866", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "75.972", - "max": "76.791", - "min": "75.74", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "292.421", - "max": "293.049", - "min": "292.2", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "205.603", - "max": "210.143", - "min": "203.343", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "114.089", - "max": "114.716", - "min": "113.834", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "84.388", - "max": "87.666", - "min": "83.371", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "228.804", - "max": "237.649", - "min": "227.18", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "190.71", - "max": "192.851", - "min": "190.133", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "307.589", - "max": "308.26", - "min": "307.354", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "0.025", - "max": "0.058", - "min": "0.019", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "114.229", - "max": "114.879", - "min": "113.95", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "72.962", - "max": "73.851", - "min": "72.793", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "95.169", - "max": "95.47", - "min": "95.049", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "175.466", - "max": "179.959", - "min": "174.667", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "162.765", - "max": "163.772", - "min": "162.346", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "144.876", - "max": "147.3", - "min": "142.851", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "261.669", - "max": "262.708", - "min": "261.129", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "186.608", - "max": "187.572", - "min": "185.483", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "123.006", - "max": "124.283", - "min": "122.815", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "206.333", - "max": "207.003", - "min": "206.118", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "100.567", - "max": "106.289", - "min": "99.782", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "241.99", - "max": "245.839", - "min": "239.657", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "268.437", - "max": "268.437", - "min": "268.437", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "93.756", - "max": "94.704", - "min": "93.578", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "68.503", - "max": "68.88", - "min": "68.337", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "182.473", - "max": "185.126", - "min": "182.016", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "99.383", - "max": "108.818", - "min": "91.496", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "44.726", - "max": "45.522", - "min": "44.317", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "236.359", - "max": "243.874", - "min": "235.786", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "59.112", - "max": "61.08", - "min": "58.718", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "193.379", - "max": "199.589", - "min": "192.41", - "id": "245", - "country": "Georgia", - "source_name": "Tbilisi", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "292": { - "name": "Belgrade", - "data": { - "0": { - "avg": "213.219", - "max": "213.376", - "min": "213.087", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "284.62", - "max": "284.914", - "min": "284.435", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "120.029", - "max": "120.547", - "min": "119.935", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "8.722", - "max": "16.1", - "min": "8.184", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "35.832", - "max": "36.137", - "min": "35.688", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "249.109", - "max": "249.746", - "min": "248.96", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "25.104", - "max": "25.452", - "min": "24.986", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "289.538", - "max": "325.801", - "min": "286.988", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "76.164", - "max": "87.819", - "min": "75.327", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "52.698", - "max": "58.715", - "min": "52.2", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "28.871", - "max": "29.359", - "min": "28.718", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.549", - "max": "137.677", - "min": "137.43", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "98.063", - "max": "98.46", - "min": "97.988", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "109.889", - "max": "110.431", - "min": "109.731", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "134.693", - "max": "137", - "min": "134.529", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "110.189", - "max": "111.131", - "min": "109.891", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "41.726", - "max": "41.925", - "min": "41.549", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "127.124", - "max": "127.316", - "min": "127.033", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "46.193", - "max": "46.834", - "min": "46.02", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "29.079", - "max": "29.139", - "min": "29.013", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "299.934", - "max": "300.114", - "min": "299.865", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "123.685", - "max": "123.746", - "min": "123.631", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "180.594", - "max": "180.803", - "min": "180.495", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "183.117", - "max": "189.114", - "min": "182.791", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "41.21", - "max": "45.24", - "min": "40.823", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "40.12", - "max": "44.68", - "min": "39.901", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "28.889", - "max": "32.626", - "min": "28.409", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "25.912", - "max": "26.077", - "min": "25.82", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "18.377", - "max": "18.572", - "min": "18.26", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "159.014", - "max": "159.188", - "min": "158.829", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "175.567", - "max": "175.738", - "min": "175.411", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "41.22", - "max": "41.424", - "min": "41.136", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "160.744", - "max": "160.924", - "min": "160.597", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "49.216", - "max": "49.368", - "min": "49.158", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "32.299", - "max": "45.562", - "min": "31.727", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "180.609", - "max": "182.971", - "min": "180.312", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.731", - "max": "175.372", - "min": "173.637", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "166.16", - "max": "166.284", - "min": "166.055", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "130.459", - "max": "130.574", - "min": "130.339", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "110.07", - "max": "114.118", - "min": "109.679", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "175.319", - "max": "179.638", - "min": "174.757", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "40.886", - "max": "43.513", - "min": "40.317", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "63.838", - "max": "64.003", - "min": "63.755", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "43.267", - "max": "43.597", - "min": "43.164", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "179.689", - "max": "179.811", - "min": "179.615", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "34.709", - "max": "83.507", - "min": "32.704", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "55.216", - "max": "55.308", - "min": "55.121", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "178.185", - "max": "178.42", - "min": "178.056", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "262.169", - "max": "263.82", - "min": "261.976", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "145.25", - "max": "145.355", - "min": "145.197", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "168.386", - "max": "200.806", - "min": "166.069", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "174.589", - "max": "175.155", - "min": "174.3", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "50.747", - "max": "65.635", - "min": "37.256", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "131.288", - "max": "131.59", - "min": "131.168", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "159.346", - "max": "168.511", - "min": "156.169", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "283.911", - "max": "285.15", - "min": "283.721", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "56.015", - "max": "56.954", - "min": "55.218", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "318.937", - "max": "319.049", - "min": "318.822", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "45.834", - "max": "46.518", - "min": "45.632", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "31.523", - "max": "31.626", - "min": "31.424", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "70.374", - "max": "72.285", - "min": "69.913", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "92.963", - "max": "150.43", - "min": "86.701", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "300.67", - "max": "358.508", - "min": "293.556", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "348.487", - "max": "348.606", - "min": "348.421", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "39.402", - "max": "39.81", - "min": "39.009", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "43.581", - "max": "43.738", - "min": "43.528", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "109.489", - "max": "109.643", - "min": "109.393", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "46.499", - "max": "46.749", - "min": "46.173", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "238.563", - "max": "242.643", - "min": "237.822", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "153.6", - "max": "153.709", - "min": "153.536", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "253.778", - "max": "254.833", - "min": "253.604", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "178.641", - "max": "179.177", - "min": "178.366", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "175.07", - "max": "175.375", - "min": "174.941", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "123.267", - "max": "123.396", - "min": "123.205", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "72.945", - "max": "99.96", - "min": "71.785", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "34.585", - "max": "34.875", - "min": "34.46", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "121.474", - "max": "179.721", - "min": "119.362", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "167.669", - "max": "167.843", - "min": "167.549", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "131.589", - "max": "142.107", - "min": "130.888", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "120.465", - "max": "120.741", - "min": "120.318", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "173.989", - "max": "216.33", - "min": "172.265", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "116.381", - "max": "116.843", - "min": "116.035", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "212.735", - "max": "225.742", - "min": "209.979", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "170.418", - "max": "170.657", - "min": "170.229", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "142.718", - "max": "142.8", - "min": "142.669", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "77.387", - "max": "78.147", - "min": "77.197", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "38.342", - "max": "38.765", - "min": "38.195", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "130.456", - "max": "130.565", - "min": "130.351", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "132.657", - "max": "136.08", - "min": "132.367", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "35.701", - "max": "39.55", - "min": "35.33", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "152.562", - "max": "199.98", - "min": "140.318", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "174.732", - "max": "175.26", - "min": "174.529", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "51.089", - "max": "51.135", - "min": "51.028", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "270.147", - "max": "270.289", - "min": "270.008", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "114.444", - "max": "114.775", - "min": "114.289", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "140.444", - "max": "141.301", - "min": "140.213", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "183.996", - "max": "184.244", - "min": "183.678", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "164.397", - "max": "191.906", - "min": "162.802", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "173.137", - "max": "215.654", - "min": "171.453", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "131.475", - "max": "133.17", - "min": "131.278", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "131.385", - "max": "131.564", - "min": "131.311", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "178.503", - "max": "178.632", - "min": "178.346", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "52.491", - "max": "54.613", - "min": "52.305", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "341.335", - "max": "347", - "min": "340.572", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "139.974", - "max": "199.965", - "min": "130.617", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "345.698", - "max": "381.521", - "min": "330.29", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "204.727", - "max": "204.858", - "min": "204.648", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "102.877", - "max": "103.067", - "min": "102.677", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "118.225", - "max": "118.32", - "min": "118.145", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "163.438", - "max": "165.668", - "min": "163.239", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "257.781", - "max": "260.625", - "min": "257.527", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "304.94", - "max": "305.259", - "min": "304.837", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "122.653", - "max": "122.776", - "min": "122.591", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "153.882", - "max": "159.229", - "min": "153.325", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "393.97", - "max": "502.143", - "min": "198.558", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "129.965", - "max": "259.984", - "min": "39.49", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "182.995", - "max": "189.728", - "min": "182.347", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "254.501", - "max": "256.654", - "min": "254.292", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "148.618", - "max": "148.807", - "min": "148.494", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "133.312", - "max": "134.206", - "min": "133.001", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "136.53", - "max": "136.742", - "min": "136.289", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "227.394", - "max": "376.149", - "min": "137.131", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "212.406", - "max": "215.01", - "min": "212.209", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "77.568", - "max": "284.778", - "min": "65.317", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "54.849", - "max": "99.978", - "min": "53.233", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "50.275", - "max": "51.725", - "min": "49.472", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "104.707", - "max": "104.829", - "min": "104.632", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "187.886", - "max": "188.856", - "min": "187.636", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "147.513", - "max": "147.735", - "min": "147.371", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "210.43", - "max": "211.073", - "min": "210.325", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "127.353", - "max": "127.685", - "min": "127.179", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "122.088", - "max": "122.203", - "min": "121.977", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "122.708", - "max": "122.973", - "min": "122.551", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "311.328", - "max": "312.038", - "min": "310.814", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "145.564", - "max": "145.714", - "min": "145.503", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "103.375", - "max": "103.56", - "min": "103.185", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "151.746", - "max": "166.22", - "min": "150.209", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "138.034", - "max": "138.122", - "min": "137.954", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "138.485", - "max": "154.731", - "min": "137.731", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "104.853", - "max": "108.813", - "min": "104.57", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "8.384", - "max": "8.764", - "min": "8.23", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "199.276", - "max": "202.49", - "min": "198.576", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "61.029", - "max": "110.877", - "min": "59.169", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "25.138", - "max": "25.266", - "min": "25.066", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "201.339", - "max": "215.515", - "min": "200.305", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "26.618", - "max": "27.418", - "min": "26.371", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "25.138", - "max": "32.873", - "min": "24.462", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "147.002", - "max": "147.943", - "min": "146.01", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "32.455", - "max": "32.843", - "min": "32.366", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "37.647", - "max": "69.435", - "min": "36.447", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "22.897", - "max": "51.033", - "min": "21.062", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "272.603", - "max": "272.699", - "min": "272.533", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "4.065", - "max": "5.085", - "min": "3.839", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "27.934", - "max": "42.153", - "min": "27.271", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "113.904", - "max": "114.014", - "min": "113.817", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "177.827", - "max": "178.695", - "min": "177.495", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "75.082", - "max": "75.842", - "min": "74.814", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "325.695", - "max": "381.263", - "min": "315.924", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "141.557", - "max": "141.812", - "min": "141.408", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "267.886", - "max": "374.773", - "min": "259.112", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "164.156", - "max": "164.219", - "min": "164.057", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "399.429", - "max": "399.743", - "min": "399.192", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "50.152", - "max": "50.347", - "min": "50.075", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "93.776", - "max": "93.871", - "min": "93.689", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "143.081", - "max": "143.313", - "min": "142.944", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "198.095", - "max": "198.446", - "min": "197.992", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "112.252", - "max": "112.628", - "min": "112.122", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "163.315", - "max": "163.924", - "min": "163.131", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "225.796", - "max": "233.581", - "min": "218.212", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "105.944", - "max": "106.124", - "min": "105.821", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "129.046", - "max": "129.093", - "min": "128.97", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "31.624", - "max": "33.752", - "min": "31.319", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "174.741", - "max": "174.947", - "min": "174.649", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "43.209", - "max": "43.577", - "min": "43.123", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "43.584", - "max": "51.19", - "min": "43.178", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "61.906", - "max": "72.749", - "min": "61.387", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "27.487", - "max": "27.543", - "min": "27.437", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "34.107", - "max": "34.717", - "min": "33.901", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "90.618", - "max": "92.403", - "min": "90.383", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "61.057", - "max": "61.135", - "min": "60.95", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "87.207", - "max": "91.631", - "min": "86.916", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "63.387", - "max": "63.511", - "min": "63.259", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "27.58", - "max": "30.648", - "min": "27.311", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "30.972", - "max": "31.196", - "min": "30.852", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "25.289", - "max": "25.477", - "min": "25.223", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "24.749", - "max": "24.934", - "min": "24.602", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "64.648", - "max": "66.255", - "min": "64.248", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "38.494", - "max": "77.681", - "min": "35.858", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "53.878", - "max": "104.327", - "min": "25.171", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "27.985", - "max": "28.035", - "min": "27.937", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "57.267", - "max": "57.52", - "min": "57.099", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "46.106", - "max": "47.097", - "min": "45.93", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "7.513", - "max": "8.042", - "min": "7.139", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "28.91", - "max": "29.769", - "min": "28.636", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "277.105", - "max": "299.947", - "min": "272.811", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "38.527", - "max": "38.999", - "min": "38.414", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "54.544", - "max": "54.784", - "min": "54.406", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "72.473", - "max": "72.595", - "min": "72.361", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "187.788", - "max": "194.759", - "min": "185.453", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "17.535", - "max": "17.718", - "min": "17.429", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "31.896", - "max": "32.078", - "min": "31.811", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "30.297", - "max": "31.076", - "min": "30.177", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "24.16", - "max": "24.409", - "min": "23.979", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "300.184", - "max": "312.809", - "min": "297.328", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "107.48", - "max": "109.781", - "min": "106.913", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "217.496", - "max": "224.028", - "min": "211.271", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "170.997", - "max": "178.15", - "min": "170.605", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "28.355", - "max": "28.575", - "min": "28.245", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "172.432", - "max": "175.322", - "min": "172.163", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "179.339", - "max": "180.534", - "min": "179.026", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "63.183", - "max": "63.396", - "min": "63.038", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "24.196", - "max": "25.398", - "min": "23.993", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "40.002", - "max": "41.816", - "min": "39.658", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "28.403", - "max": "29.718", - "min": "27.975", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "126.617", - "max": "126.667", - "min": "126.58", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "127.137", - "max": "127.231", - "min": "127.078", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "206.434", - "max": "207.728", - "min": "206.197", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "106.653", - "max": "106.729", - "min": "106.584", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "28.407", - "max": "29.167", - "min": "26.836", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "109.034", - "max": "109.135", - "min": "108.963", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "62.642", - "max": "62.767", - "min": "62.519", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "246.327", - "max": "769.534", - "min": "228.112", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "148.444", - "max": "173.52", - "min": "145.505", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "44.782", - "max": "45.063", - "min": "44.63", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "57.34", - "max": "60.23", - "min": "56.272", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "170.155", - "max": "192.577", - "min": "168.618", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "260.082", - "max": "261.031", - "min": "259.694", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "259.379", - "max": "259.63", - "min": "259.173", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "44.589", - "max": "45.036", - "min": "44.2", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "51.945", - "max": "51.991", - "min": "51.886", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "28.711", - "max": "28.778", - "min": "28.666", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "55.577", - "max": "55.638", - "min": "55.521", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "115.53", - "max": "118.803", - "min": "115.129", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "113.556", - "max": "113.684", - "min": "113.477", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "78.297", - "max": "80.752", - "min": "76.509", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "192.948", - "max": "194.427", - "min": "191.959", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "114.618", - "max": "116.224", - "min": "113.621", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "81.185", - "max": "85.049", - "min": "80.915", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "122.614", - "max": "122.898", - "min": "122.394", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "45.666", - "max": "46.661", - "min": "45.516", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "184.018", - "max": "240.453", - "min": "181.968", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "204.962", - "max": "204.962", - "min": "204.962", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "32.252", - "max": "32.313", - "min": "32.182", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "22.55", - "max": "22.626", - "min": "22.487", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "139.877", - "max": "140.088", - "min": "139.724", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "50.98", - "max": "62.156", - "min": "42.5", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "0.019", - "max": "0.202", - "min": "0.01", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "165.327", - "max": "167.142", - "min": "164.874", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "85.196", - "max": "86.792", - "min": "84.709", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "129.312", - "max": "129.44", - "min": "129.257", - "id": "292", - "country": "Serbia", - "source_name": "Belgrade", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "South America": { - "0": { - "name": "Joao Pessoa", - "data": { - "0": { - "avg": "0.03", - "max": "0.243", - "min": "0.014", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "281.814", - "max": "286.64", - "min": "281.416", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "109.318", - "max": "109.736", - "min": "109.217", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "267.78", - "max": "271.232", - "min": "267.323", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "231.91", - "max": "232.104", - "min": "231.737", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "243.669", - "max": "244.378", - "min": "243.494", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "182.639", - "max": "182.789", - "min": "182.549", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "289.445", - "max": "291.368", - "min": "289.068", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "247.297", - "max": "247.446", - "min": "247.136", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "213.604", - "max": "215.694", - "min": "213.291", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "198.229", - "max": "198.987", - "min": "197.97", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "104.046", - "max": "104.754", - "min": "103.848", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "127.287", - "max": "127.484", - "min": "127.111", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "87.734", - "max": "88.613", - "min": "87.504", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "79.626", - "max": "79.799", - "min": "79.493", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "92.718", - "max": "97.839", - "min": "92.082", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "191.017", - "max": "191.295", - "min": "190.786", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "96.564", - "max": "99.33", - "min": "96.103", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "213.984", - "max": "214.194", - "min": "213.795", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "228.277", - "max": "229.066", - "min": "228.13", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "283.667", - "max": "284.123", - "min": "283.535", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "109.822", - "max": "109.962", - "min": "109.708", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "145.311", - "max": "145.814", - "min": "145.146", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "163.651", - "max": "165.883", - "min": "163.419", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "219.275", - "max": "220.446", - "min": "218.993", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "228.988", - "max": "229.58", - "min": "228.895", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "216.627", - "max": "220.251", - "min": "216.248", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "227.009", - "max": "227.794", - "min": "226.815", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "177.704", - "max": "178.885", - "min": "177.491", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "142.815", - "max": "144.052", - "min": "142.538", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "396.58", - "max": "399.799", - "min": "396.283", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "220.349", - "max": "221.057", - "min": "220.159", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "124.726", - "max": "124.946", - "min": "124.594", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "231.15", - "max": "231.29", - "min": "231.019", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "224.532", - "max": "224.995", - "min": "224.242", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "335.302", - "max": "338.195", - "min": "334.948", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "135.522", - "max": "135.645", - "min": "135.42", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "120.863", - "max": "122.21", - "min": "120.655", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "102.474", - "max": "102.617", - "min": "102.3", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "101.379", - "max": "111.236", - "min": "100.747", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "212.095", - "max": "215.264", - "min": "211.568", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "234.482", - "max": "241.259", - "min": "233.571", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "185.136", - "max": "185.264", - "min": "185", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "228.372", - "max": "233.323", - "min": "227.847", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "335.083", - "max": "335.276", - "min": "334.875", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "241.752", - "max": "244.115", - "min": "241.309", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "225.731", - "max": "225.898", - "min": "225.515", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "111.962", - "max": "112.478", - "min": "111.752", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "90.586", - "max": "93.701", - "min": "89.152", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "109.369", - "max": "113.157", - "min": "109.121", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "140.902", - "max": "141.007", - "min": "140.789", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "151.265", - "max": "152.133", - "min": "150.932", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "282.073", - "max": "313.67", - "min": "226.786", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "131.142", - "max": "134.682", - "min": "129.683", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "341.201", - "max": "349.389", - "min": "337.992", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "377.579", - "max": "377.865", - "min": "377.343", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "260.348", - "max": "261.975", - "min": "259.57", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "338.319", - "max": "338.481", - "min": "338.221", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "202.625", - "max": "203.927", - "min": "202.308", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "195.904", - "max": "196.136", - "min": "195.712", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "236.794", - "max": "237.868", - "min": "236.274", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "252.331", - "max": "263.496", - "min": "251.611", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "341.855", - "max": "344.655", - "min": "341.436", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "441.942", - "max": "442.051", - "min": "441.859", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "276.65", - "max": "277.384", - "min": "276.465", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "203.179", - "max": "203.485", - "min": "203.063", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "159.82", - "max": "160.043", - "min": "159.709", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "239.348", - "max": "248.704", - "min": "238.512", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "175.544", - "max": "176.373", - "min": "174.919", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "131.808", - "max": "132.015", - "min": "131.67", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "399.237", - "max": "400.15", - "min": "399.085", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "132.828", - "max": "133.253", - "min": "132.553", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "126.129", - "max": "128.465", - "min": "125.705", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "87.924", - "max": "88.063", - "min": "87.772", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "235.522", - "max": "236.586", - "min": "235.231", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "231.848", - "max": "232.065", - "min": "231.699", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "96.578", - "max": "96.929", - "min": "96.392", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "148.042", - "max": "154.368", - "min": "147.676", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "103.996", - "max": "107.803", - "min": "103.45", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "142.961", - "max": "145.861", - "min": "142.759", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "165.61", - "max": "166.027", - "min": "165.406", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "171.158", - "max": "171.406", - "min": "170.953", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "269.223", - "max": "271.257", - "min": "268.672", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "330.369", - "max": "330.495", - "min": "330.15", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "143.103", - "max": "151.96", - "min": "141.72", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "270.489", - "max": "271.651", - "min": "270.121", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "212.095", - "max": "213.115", - "min": "211.79", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "88.003", - "max": "88.261", - "min": "87.828", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "111.459", - "max": "111.984", - "min": "111.196", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "195.067", - "max": "203.208", - "min": "194.402", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "118.375", - "max": "121.82", - "min": "117.628", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "144.916", - "max": "145.45", - "min": "144.717", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "227.964", - "max": "228.068", - "min": "227.809", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "282.141", - "max": "282.284", - "min": "281.927", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "140.704", - "max": "141.71", - "min": "140.447", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "86.875", - "max": "86.988", - "min": "86.747", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "143.787", - "max": "144.092", - "min": "143.546", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "162.279", - "max": "222.102", - "min": "159.285", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "160.288", - "max": "160.506", - "min": "160.141", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "178.911", - "max": "181.139", - "min": "178.65", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "115.122", - "max": "115.276", - "min": "115.021", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "173.617", - "max": "174.193", - "min": "173.476", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "223.752", - "max": "226.168", - "min": "223.38", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "318.482", - "max": "320.126", - "min": "317.944", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "112.332", - "max": "112.783", - "min": "112.074", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "269.821", - "max": "271.065", - "min": "269.421", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "146.054", - "max": "149.642", - "min": "145.632", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "157.191", - "max": "157.36", - "min": "156.926", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "91.535", - "max": "93.376", - "min": "91.184", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "330.645", - "max": "330.972", - "min": "330.517", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "325.695", - "max": "326.497", - "min": "325.55", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "356.076", - "max": "360.117", - "min": "353.343", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "134.743", - "max": "134.841", - "min": "134.641", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "269.574", - "max": "278.379", - "min": "268.944", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "551.525", - "max": "661.054", - "min": "385.782", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "368.219", - "max": "441.042", - "min": "295.866", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "386.216", - "max": "395.01", - "min": "385.165", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "239.001", - "max": "239.57", - "min": "238.754", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "117.146", - "max": "117.594", - "min": "116.963", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "104.756", - "max": "105.857", - "min": "104.494", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "116.775", - "max": "122.749", - "min": "116.297", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "170.944", - "max": "324.161", - "min": "90.658", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "56.545", - "max": "59.051", - "min": "56.302", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "314.97", - "max": "527.117", - "min": "286.35", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "240.206", - "max": "240.316", - "min": "240.077", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "226.946", - "max": "227.939", - "min": "226.41", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "128.153", - "max": "128.43", - "min": "127.963", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "350.68", - "max": "352.168", - "min": "350.382", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "311.303", - "max": "312.458", - "min": "310.99", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "259.822", - "max": "262.586", - "min": "259.491", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "110.249", - "max": "110.712", - "min": "110.082", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "104.112", - "max": "104.251", - "min": "103.923", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "109.309", - "max": "109.571", - "min": "109.129", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "327.876", - "max": "329.221", - "min": "327.121", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "119.705", - "max": "121.065", - "min": "119.458", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "170.209", - "max": "193.561", - "min": "165.833", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "127.599", - "max": "139.087", - "min": "126.691", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "156.627", - "max": "156.789", - "min": "156.486", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "116", - "max": "116.171", - "min": "115.88", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "126.968", - "max": "127.116", - "min": "126.842", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "257.831", - "max": "257.998", - "min": "257.707", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "359.939", - "max": "362.367", - "min": "359.521", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "203.778", - "max": "203.948", - "min": "203.637", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "223.764", - "max": "224.174", - "min": "223.509", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "228.887", - "max": "240.458", - "min": "228.253", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "173.262", - "max": "173.546", - "min": "173.061", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "235.235", - "max": "238.413", - "min": "234.936", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "316.288", - "max": "322.653", - "min": "314.08", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "199.892", - "max": "199.999", - "min": "199.8", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "201.343", - "max": "201.47", - "min": "201.144", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "230.719", - "max": "249.51", - "min": "228.635", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "304.259", - "max": "304.397", - "min": "304.131", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "224.637", - "max": "225.248", - "min": "224.484", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "197.234", - "max": "201.495", - "min": "196.27", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "94.022", - "max": "94.197", - "min": "93.912", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "155.352", - "max": "206.816", - "min": "150.679", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "234.487", - "max": "236.709", - "min": "233.934", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "315.036", - "max": "362.844", - "min": "306.649", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "170.64", - "max": "170.933", - "min": "170.492", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "92.051", - "max": "127.43", - "min": "88.007", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "114.316", - "max": "114.444", - "min": "114.185", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "547.628", - "max": "548.082", - "min": "547.063", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "275.546", - "max": "276.03", - "min": "275.13", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "81.664", - "max": "89.51", - "min": "81.239", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "342.949", - "max": "354.713", - "min": "329.76", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "259.404", - "max": "259.624", - "min": "259.233", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "241.069", - "max": "241.569", - "min": "240.834", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "123.201", - "max": "123.479", - "min": "123.067", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "289.578", - "max": "298.157", - "min": "288.495", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "115.703", - "max": "115.884", - "min": "115.549", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "140.647", - "max": "143.031", - "min": "139.961", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "219.105", - "max": "220.678", - "min": "218.861", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "325.458", - "max": "325.703", - "min": "325.329", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "203.25", - "max": "203.381", - "min": "203.134", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "236.817", - "max": "245.315", - "min": "236.226", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "208.302", - "max": "208.45", - "min": "208.171", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "213.405", - "max": "213.523", - "min": "213.298", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "218.741", - "max": "219.047", - "min": "218.525", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "255.385", - "max": "256.328", - "min": "255.153", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "238.732", - "max": "238.822", - "min": "238.613", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "221.219", - "max": "221.734", - "min": "221", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "218.126", - "max": "222.111", - "min": "217.772", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "198.07", - "max": "199.222", - "min": "197.645", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "175.954", - "max": "176.106", - "min": "175.836", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "232.209", - "max": "249.05", - "min": "228.86", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "227.831", - "max": "233.404", - "min": "227.413", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "216.888", - "max": "217.158", - "min": "216.62", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "233.384", - "max": "244.901", - "min": "231.845", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "224.349", - "max": "282.676", - "min": "198.324", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "196.521", - "max": "197.351", - "min": "196.346", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "222.875", - "max": "224.138", - "min": "222.62", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "252.632", - "max": "253.084", - "min": "252.225", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "220.953", - "max": "221.489", - "min": "220.652", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "156.976", - "max": "173.634", - "min": "156.016", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "336.567", - "max": "345.043", - "min": "336.098", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "224.746", - "max": "225.566", - "min": "224.559", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "219.838", - "max": "220.087", - "min": "219.616", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "259.077", - "max": "259.278", - "min": "258.939", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "117.346", - "max": "126.554", - "min": "115.542", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "254.565", - "max": "254.758", - "min": "254.412", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "211.36", - "max": "212.994", - "min": "211.165", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "198.639", - "max": "200.836", - "min": "198.398", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "153.197", - "max": "155.566", - "min": "152.842", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.121", - "max": "352.338", - "min": "338.191", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "132.529", - "max": "138.791", - "min": "131.874", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "295.363", - "max": "298.634", - "min": "290.161", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "332.011", - "max": "334.838", - "min": "331.66", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "210.772", - "max": "210.947", - "min": "210.634", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "376.091", - "max": "378.953", - "min": "375.761", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "156.341", - "max": "156.773", - "min": "156.055", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "221.229", - "max": "221.54", - "min": "221.02", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "270.343", - "max": "270.915", - "min": "270.055", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "202.103", - "max": "203.114", - "min": "201.736", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "167.079", - "max": "168.674", - "min": "166.705", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "111.584", - "max": "111.686", - "min": "111.432", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "113.159", - "max": "113.379", - "min": "113.06", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "339.935", - "max": "429.02", - "min": "336.591", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "139.092", - "max": "139.274", - "min": "138.964", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "251.697", - "max": "251.867", - "min": "251.543", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "145.139", - "max": "145.24", - "min": "144.998", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "235.505", - "max": "235.669", - "min": "235.385", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "68.221", - "max": "68.55", - "min": "68.047", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "104.207", - "max": "107.86", - "min": "100.874", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "199.839", - "max": "200.609", - "min": "199.407", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "216.806", - "max": "219.173", - "min": "215.928", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "167.665", - "max": "170.747", - "min": "166.605", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "127.989", - "max": "130.114", - "min": "127.523", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "327.856", - "max": "328.303", - "min": "327.657", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "267.637", - "max": "269.182", - "min": "267.33", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "199.029", - "max": "199.19", - "min": "198.893", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "235.48", - "max": "241.501", - "min": "235.149", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "231.506", - "max": "231.657", - "min": "231.382", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "165.933", - "max": "169.584", - "min": "165.436", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "93.111", - "max": "93.388", - "min": "92.897", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "260.161", - "max": "268.989", - "min": "257.541", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "99.036", - "max": "101.474", - "min": "98.595", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "136.121", - "max": "137.679", - "min": "135.17", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "261.439", - "max": "262.468", - "min": "261.208", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "110.266", - "max": "110.984", - "min": "109.927", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "198.696", - "max": "201.248", - "min": "198.303", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "297.494", - "max": "298.019", - "min": "296.929", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "148.074", - "max": "148.074", - "min": "148.074", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "202.34", - "max": "202.468", - "min": "202.246", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "182.195", - "max": "182.447", - "min": "182.092", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "305.237", - "max": "311.434", - "min": "304.792", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "185.416", - "max": "200.841", - "min": "175.807", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "213.273", - "max": "214.916", - "min": "213.111", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "316.937", - "max": "318.209", - "min": "316.743", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "296.33", - "max": "297.257", - "min": "296.038", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "112.513", - "max": "114.79", - "min": "112.319", - "id": "0", - "country": "Brazil", - "source_name": "Joao Pessoa", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "49": { - "name": "Medellin", - "data": { - "0": { - "avg": "112.316", - "max": "115.724", - "min": "111.857", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "276.096", - "max": "276.854", - "min": "275.775", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "126.199", - "max": "129.363", - "min": "118.837", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "186.65", - "max": "195.053", - "min": "185.694", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "169.214", - "max": "173.243", - "min": "168.649", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "263.792", - "max": "269.839", - "min": "256.179", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "161.516", - "max": "161.782", - "min": "161.341", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "270.693", - "max": "274.663", - "min": "270.172", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "212.282", - "max": "212.643", - "min": "212.155", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "180.082", - "max": "192.085", - "min": "179.208", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "153.906", - "max": "174.08", - "min": "152.66", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "82.655", - "max": "101.735", - "min": "81.74", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "84.559", - "max": "84.929", - "min": "84.386", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "90.164", - "max": "90.961", - "min": "89.879", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "57.319", - "max": "59.534", - "min": "57.097", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "110.844", - "max": "116.082", - "min": "103.201", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "175.69", - "max": "176.013", - "min": "175.408", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "102.394", - "max": "107.148", - "min": "93.462", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "160.223", - "max": "160.646", - "min": "159.993", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "180.394", - "max": "186.936", - "min": "180.033", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "265.331", - "max": "267.538", - "min": "265.056", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "96.415", - "max": "96.798", - "min": "96.264", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "128.85", - "max": "129.107", - "min": "128.7", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "128.362", - "max": "129.134", - "min": "128.212", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "204.829", - "max": "207.754", - "min": "204.463", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "170.09", - "max": "170.927", - "min": "169.902", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "181.722", - "max": "183.781", - "min": "181.434", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "192.795", - "max": "194.589", - "min": "192.463", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "166.421", - "max": "167.009", - "min": "166.229", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "137.392", - "max": "140.575", - "min": "136.971", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "306.583", - "max": "312.606", - "min": "306.069", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "187.241", - "max": "187.367", - "min": "187.098", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "104.193", - "max": "104.504", - "min": "104.024", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "200.584", - "max": "204.627", - "min": "200.056", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "178.961", - "max": "179.242", - "min": "178.805", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "303.177", - "max": "303.598", - "min": "302.961", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "120.176", - "max": "120.299", - "min": "120.097", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "217.304", - "max": "217.567", - "min": "217.013", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "86.208", - "max": "88.337", - "min": "85.943", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "76.939", - "max": "79.126", - "min": "76.545", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "291.381", - "max": "296.301", - "min": "290.627", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "169.163", - "max": "170.837", - "min": "168.627", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "188.577", - "max": "188.936", - "min": "188.401", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "200.414", - "max": "201.33", - "min": "200.139", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "333.31", - "max": "333.565", - "min": "333.2", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "196.924", - "max": "197.705", - "min": "196.442", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "179.659", - "max": "180.396", - "min": "179.42", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "0.033", - "max": "0.059", - "min": "0.021", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "95.403", - "max": "103.576", - "min": "87.655", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "86.153", - "max": "86.41", - "min": "86.058", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "91.629", - "max": "93.985", - "min": "91.263", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "176.062", - "max": "180.396", - "min": "170.77", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "205.352", - "max": "258.792", - "min": "167.834", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "113.973", - "max": "119.852", - "min": "112.171", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "298.831", - "max": "305.1", - "min": "295.838", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "351.176", - "max": "353.09", - "min": "350.773", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "180.809", - "max": "182.667", - "min": "179.747", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "267.998", - "max": "268.479", - "min": "267.881", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "198.315", - "max": "199.962", - "min": "197.889", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "170.53", - "max": "170.778", - "min": "170.411", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "220.292", - "max": "223.237", - "min": "219.588", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "210.5", - "max": "238.079", - "min": "207.492", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "336.503", - "max": "356.573", - "min": "333.223", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "358.762", - "max": "359.984", - "min": "358.558", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "204.738", - "max": "205.386", - "min": "204.547", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "195.164", - "max": "195.975", - "min": "195.048", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "85.023", - "max": "85.615", - "min": "84.813", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "208.625", - "max": "212.192", - "min": "208.146", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "196.915", - "max": "198.387", - "min": "196.488", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "152.287", - "max": "157.895", - "min": "140.324", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "310.636", - "max": "311.75", - "min": "310.375", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "117.864", - "max": "118.74", - "min": "117.591", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "123.703", - "max": "125.769", - "min": "123.396", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "67.525", - "max": "67.9", - "min": "67.336", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "198.478", - "max": "205.573", - "min": "197.722", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "168.291", - "max": "169.72", - "min": "167.86", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "73.551", - "max": "74.375", - "min": "73.363", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "138.073", - "max": "141.067", - "min": "137.618", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "101.567", - "max": "111.594", - "min": "100.99", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "88.647", - "max": "89.357", - "min": "88.351", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "140.109", - "max": "142.635", - "min": "139.885", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "100.166", - "max": "100.918", - "min": "99.865", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "314.061", - "max": "315.524", - "min": "313.585", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "341.676", - "max": "343.936", - "min": "341.304", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "116.001", - "max": "116.388", - "min": "115.86", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "219.076", - "max": "219.907", - "min": "218.764", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "159.457", - "max": "161.706", - "min": "158.995", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "56.182", - "max": "56.706", - "min": "56.009", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "100.406", - "max": "101.123", - "min": "100.186", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "154.993", - "max": "161.569", - "min": "154.587", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "105.343", - "max": "107.352", - "min": "104.542", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "132.524", - "max": "133.01", - "min": "132.292", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "163.847", - "max": "163.954", - "min": "163.688", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "296.709", - "max": "302.613", - "min": "296.077", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "93.647", - "max": "93.986", - "min": "93.475", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "92.614", - "max": "95.636", - "min": "84.339", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "138.28", - "max": "141.609", - "min": "130.972", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "101.7", - "max": "125.58", - "min": "100.119", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "167.095", - "max": "171.309", - "min": "159.096", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "91.606", - "max": "94.938", - "min": "91.184", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "111.494", - "max": "111.831", - "min": "111.363", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "149.272", - "max": "157.714", - "min": "148.69", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "205.885", - "max": "206.583", - "min": "205.707", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "298.102", - "max": "302.276", - "min": "297.44", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "97.352", - "max": "98.071", - "min": "97.167", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "250.609", - "max": "251.018", - "min": "250.275", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "134.787", - "max": "135.887", - "min": "134.568", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "98.597", - "max": "103.834", - "min": "95.245", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "85.346", - "max": "85.564", - "min": "85.175", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "284.908", - "max": "288.732", - "min": "284.024", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "290.865", - "max": "297.192", - "min": "290.355", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "260", - "max": "265.913", - "min": "252.606", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "92.726", - "max": "96.169", - "min": "90.328", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "370.481", - "max": "404.072", - "min": "368.317", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "518.461", - "max": "635.944", - "min": "347.518", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "300.429", - "max": "375.478", - "min": "228.847", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "309.864", - "max": "311.423", - "min": "309.295", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "235.836", - "max": "241.607", - "min": "235.327", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "96.728", - "max": "97.393", - "min": "96.534", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "102.785", - "max": "103.529", - "min": "102.409", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "105.427", - "max": "113.627", - "min": "104.765", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "163.181", - "max": "309.021", - "min": "85.455", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "168.76", - "max": "169.081", - "min": "168.574", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "207.419", - "max": "411.202", - "min": "199.64", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "186.368", - "max": "186.775", - "min": "186.215", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "181.676", - "max": "182.635", - "min": "181.218", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "80.488", - "max": "81.193", - "min": "80.253", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "364.937", - "max": "366.128", - "min": "364.563", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "265.867", - "max": "266.364", - "min": "265.652", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "171.735", - "max": "179.864", - "min": "171.158", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "102.841", - "max": "104.437", - "min": "102.603", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "90.67", - "max": "90.95", - "min": "90.49", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "132.482", - "max": "138.8", - "min": "120.774", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "250.072", - "max": "251.654", - "min": "249.361", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "107.129", - "max": "107.381", - "min": "107.006", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "95.405", - "max": "120.14", - "min": "94.243", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "115.008", - "max": "128.707", - "min": "113.874", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "129.593", - "max": "133.702", - "min": "121.523", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "88.995", - "max": "91.981", - "min": "88.453", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "90.992", - "max": "91.089", - "min": "90.862", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "186.259", - "max": "186.604", - "min": "186.091", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "376.932", - "max": "379.771", - "min": "376.62", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "198.039", - "max": "200.461", - "min": "197.794", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "188.571", - "max": "189.611", - "min": "188.32", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "158.866", - "max": "161.763", - "min": "158.442", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "171.975", - "max": "172.787", - "min": "171.62", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "205.895", - "max": "221.935", - "min": "204.807", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "314.267", - "max": "314.899", - "min": "314.123", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "162.526", - "max": "162.846", - "min": "162.389", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "155.841", - "max": "156.133", - "min": "155.733", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "170.193", - "max": "198.533", - "min": "168.206", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "278.937", - "max": "283.074", - "min": "271.118", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "199.469", - "max": "200.743", - "min": "199.21", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "161.308", - "max": "194.425", - "min": "159.928", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "89.711", - "max": "90.107", - "min": "89.537", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "159.522", - "max": "162.922", - "min": "159.208", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "192.24", - "max": "192.568", - "min": "192.02", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "283.236", - "max": "330.176", - "min": "276.327", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "139.32", - "max": "139.58", - "min": "139.223", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "204.092", - "max": "305.725", - "min": "182.469", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "95.406", - "max": "98.758", - "min": "94.811", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "531.014", - "max": "533.662", - "min": "530.314", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "201.847", - "max": "203", - "min": "201.636", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "95.649", - "max": "102.687", - "min": "91.776", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "254.84", - "max": "258.445", - "min": "254.496", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "321.871", - "max": "322.074", - "min": "321.714", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "241.959", - "max": "243.933", - "min": "241.647", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "118.609", - "max": "120.249", - "min": "118.38", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "310.314", - "max": "353.161", - "min": "305.36", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "100.407", - "max": "102.826", - "min": "98.67", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "80.787", - "max": "80.985", - "min": "80.653", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "171.251", - "max": "174.178", - "min": "170.826", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "289.858", - "max": "290.136", - "min": "289.716", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "162.692", - "max": "164.189", - "min": "162.414", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "176.779", - "max": "177.495", - "min": "176.536", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "185.662", - "max": "189.022", - "min": "185.057", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "179.144", - "max": "179.284", - "min": "179.037", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "164.433", - "max": "165.404", - "min": "163.982", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "217.773", - "max": "218.576", - "min": "217.559", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "204.094", - "max": "205.964", - "min": "203.704", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "207.686", - "max": "208.333", - "min": "207.488", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "192.843", - "max": "194.215", - "min": "187.6", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "164.218", - "max": "166.037", - "min": "163.829", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "172.218", - "max": "172.667", - "min": "171.995", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "153.693", - "max": "153.991", - "min": "153.581", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "180.727", - "max": "181.621", - "min": "180.513", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "207.809", - "max": "208.58", - "min": "207.438", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "189.767", - "max": "199.475", - "min": "188.805", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "202.721", - "max": "268.508", - "min": "174.757", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "147.657", - "max": "149.344", - "min": "147.177", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "208.888", - "max": "220.562", - "min": "208.186", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "194.611", - "max": "211.229", - "min": "193.857", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "204.197", - "max": "205.323", - "min": "203.789", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "157.58", - "max": "233.581", - "min": "154.614", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.488", - "max": "357.934", - "min": "344.285", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "176.406", - "max": "178.033", - "min": "176.209", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "164.327", - "max": "164.706", - "min": "164.125", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "183.119", - "max": "183.467", - "min": "182.942", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "6.066", - "max": "11.753", - "min": "4.506", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "214.864", - "max": "221.687", - "min": "214.43", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "165.034", - "max": "165.763", - "min": "164.768", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "168.971", - "max": "169.475", - "min": "168.745", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "168.038", - "max": "169.636", - "min": "167.149", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "315.412", - "max": "331.652", - "min": "301.046", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "87.876", - "max": "91.267", - "min": "87.405", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "314.048", - "max": "321.391", - "min": "311.978", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "307.604", - "max": "314.035", - "min": "306.822", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "155.87", - "max": "156.993", - "min": "155.58", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "285.036", - "max": "287.049", - "min": "284.69", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "136.977", - "max": "137.24", - "min": "136.784", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "187.836", - "max": "188.244", - "min": "187.648", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "210.891", - "max": "211.532", - "min": "210.553", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "165.668", - "max": "167.321", - "min": "165.37", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "167.731", - "max": "169.679", - "min": "167.393", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "102.666", - "max": "102.843", - "min": "102.569", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "92.989", - "max": "93.155", - "min": "92.867", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "337.84", - "max": "427.538", - "min": "334.524", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "84.506", - "max": "85.339", - "min": "84.276", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "165.72", - "max": "166.601", - "min": "165.498", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "94.159", - "max": "97.222", - "min": "93.869", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "174.842", - "max": "175.09", - "min": "174.692", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "189.773", - "max": "190.172", - "min": "189.577", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "80.168", - "max": "83.923", - "min": "76.466", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "168.384", - "max": "172.731", - "min": "168.126", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "182.651", - "max": "185.268", - "min": "181.868", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "124.7", - "max": "130.46", - "min": "115.166", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "229.035", - "max": "240.613", - "min": "228.112", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "301.907", - "max": "302.224", - "min": "301.734", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "237.996", - "max": "241.827", - "min": "237.57", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "198.293", - "max": "198.491", - "min": "198.206", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "174.656", - "max": "175.414", - "min": "174.406", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "198.415", - "max": "200.026", - "min": "198.152", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "106.312", - "max": "111.788", - "min": "100.641", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "85.019", - "max": "85.319", - "min": "84.837", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "209.573", - "max": "214.316", - "min": "207.688", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "31.978", - "max": "33.195", - "min": "31.589", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "95.053", - "max": "101.438", - "min": "93.225", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "209.651", - "max": "211.055", - "min": "209.368", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.148", - "max": "107.679", - "min": "104.778", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "172.737", - "max": "177.788", - "min": "172.197", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "303.624", - "max": "307.866", - "min": "293.862", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "153.741", - "max": "153.741", - "min": "153.741", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "164.253", - "max": "164.398", - "min": "164.157", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "166.131", - "max": "166.32", - "min": "166.006", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "255.025", - "max": "258.462", - "min": "254.497", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "165.91", - "max": "177.012", - "min": "158.801", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "178.39", - "max": "179.069", - "min": "178.151", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "323.827", - "max": "328.973", - "min": "323.09", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "234.945", - "max": "238.469", - "min": "234.469", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "101.419", - "max": "102.507", - "min": "101.211", - "id": "49", - "country": "Colombia", - "source_name": "Medellin", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "50": { - "name": "Buenos Aires", - "data": { - "0": { - "avg": "90.784", - "max": "99.928", - "min": "88.995", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "341.094", - "max": "342.169", - "min": "340.767", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "179.781", - "max": "184.56", - "min": "173.554", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "261.347", - "max": "269.12", - "min": "260.432", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "238.96", - "max": "241.596", - "min": "238.645", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "308.986", - "max": "309.283", - "min": "308.879", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "231.747", - "max": "236.696", - "min": "231.365", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "354.642", - "max": "366.407", - "min": "353.506", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "272.534", - "max": "273.872", - "min": "270.753", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "280.809", - "max": "297.374", - "min": "280.094", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "231.281", - "max": "231.549", - "min": "231.084", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "161.789", - "max": "162.113", - "min": "161.629", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "164.906", - "max": "165.423", - "min": "164.732", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "161.818", - "max": "171.829", - "min": "161.15", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.7", - "max": "129.904", - "min": "129.582", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "166.755", - "max": "172.471", - "min": "162.408", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "246.701", - "max": "247.404", - "min": "245.579", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "148.417", - "max": "149.217", - "min": "147.304", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "246.171", - "max": "246.647", - "min": "245.92", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "257.307", - "max": "257.585", - "min": "257.175", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "348.285", - "max": "350.112", - "min": "348.085", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "173.735", - "max": "174.245", - "min": "173.562", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "197.195", - "max": "197.368", - "min": "197.078", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "203.754", - "max": "216.397", - "min": "203.151", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "269.324", - "max": "269.671", - "min": "269.133", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "268.407", - "max": "275.149", - "min": "267.848", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "244.589", - "max": "245.955", - "min": "243.339", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "261.935", - "max": "262.353", - "min": "261.686", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "255.346", - "max": "255.626", - "min": "255.216", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "200.342", - "max": "202.163", - "min": "199.866", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "375.862", - "max": "376.275", - "min": "375.767", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "261.93", - "max": "262.992", - "min": "261.777", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "196.037", - "max": "199.803", - "min": "195.721", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "273.586", - "max": "274.742", - "min": "272.631", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "255.123", - "max": "257.079", - "min": "254.781", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "368.651", - "max": "386.958", - "min": "367.219", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "173.556", - "max": "174.441", - "min": "172.401", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "277.225", - "max": "277.994", - "min": "276.166", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "156.701", - "max": "157.556", - "min": "155.602", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "150.11", - "max": "150.59", - "min": "149.834", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "376.41", - "max": "378.277", - "min": "375.998", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "244.816", - "max": "246.842", - "min": "244.481", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "258.88", - "max": "259.107", - "min": "258.718", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "278.207", - "max": "281.184", - "min": "277.313", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "354.581", - "max": "354.818", - "min": "354.454", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "256.376", - "max": "256.917", - "min": "255.807", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "280.697", - "max": "283.649", - "min": "280.371", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "129.009", - "max": "149.305", - "min": "107.552", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "0.037", - "max": "0.109", - "min": "0.025", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "156.73", - "max": "156.995", - "min": "156.629", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "172.01", - "max": "172.561", - "min": "171.879", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "224.277", - "max": "228.751", - "min": "217.884", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "253.625", - "max": "264.06", - "min": "248.114", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "191.008", - "max": "197.791", - "min": "187.37", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "365.63", - "max": "375.482", - "min": "362.39", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "399.627", - "max": "400.715", - "min": "399.379", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "246.694", - "max": "252.813", - "min": "245.477", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "347.689", - "max": "347.994", - "min": "347.542", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "285.433", - "max": "286.953", - "min": "285.125", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "243.541", - "max": "243.707", - "min": "243.456", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "304.243", - "max": "310.61", - "min": "303.379", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "271.734", - "max": "299.316", - "min": "267.729", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "398.991", - "max": "524.738", - "min": "387.073", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "419.293", - "max": "420.128", - "min": "419.148", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "259.565", - "max": "261.308", - "min": "258.418", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "271.812", - "max": "272.154", - "min": "271.647", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "161.303", - "max": "167.705", - "min": "160.987", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "260.725", - "max": "261.008", - "min": "260.432", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "158.123", - "max": "161.425", - "min": "157.122", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "188.398", - "max": "189.291", - "min": "188.258", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "367.443", - "max": "369.199", - "min": "367.195", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "191.328", - "max": "191.695", - "min": "191.07", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "182.704", - "max": "194.9", - "min": "181.898", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "147.236", - "max": "147.535", - "min": "147.1", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "267.398", - "max": "268.002", - "min": "267.2", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "235.678", - "max": "235.957", - "min": "235.412", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "151.181", - "max": "151.451", - "min": "150.988", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "205.35", - "max": "205.755", - "min": "204.763", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "155.509", - "max": "158.353", - "min": "154.946", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "159.435", - "max": "160.143", - "min": "159.205", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "210.432", - "max": "210.601", - "min": "210.261", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "179.766", - "max": "180.35", - "min": "179.32", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "565.442", - "max": "566.291", - "min": "565.057", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "357.977", - "max": "358.257", - "min": "357.826", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "186.814", - "max": "186.992", - "min": "186.695", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "296.682", - "max": "298.19", - "min": "296.336", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "248.659", - "max": "250.865", - "min": "248.184", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "130.779", - "max": "131.331", - "min": "130.624", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "178.998", - "max": "179.44", - "min": "178.807", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "223.987", - "max": "224.222", - "min": "223.815", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "168.249", - "max": "170.348", - "min": "167.595", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "202.62", - "max": "203.668", - "min": "202.294", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "246.956", - "max": "247.265", - "min": "246.853", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "321.975", - "max": "322.145", - "min": "321.829", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "160.792", - "max": "161.605", - "min": "160.536", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "150.615", - "max": "153.273", - "min": "149.509", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "201.941", - "max": "202.501", - "min": "201.716", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "130.43", - "max": "141.044", - "min": "129.48", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "200.715", - "max": "200.831", - "min": "200.554", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "169.808", - "max": "170.831", - "min": "169.577", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "181.221", - "max": "181.733", - "min": "181.047", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "220.446", - "max": "220.904", - "min": "220.226", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "290.885", - "max": "292.217", - "min": "289.72", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "374.398", - "max": "376.348", - "min": "373.774", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "163.622", - "max": "163.951", - "min": "163.411", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "321.395", - "max": "321.712", - "min": "321.181", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "126.338", - "max": "128.917", - "min": "125.98", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "156.713", - "max": "156.923", - "min": "156.573", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "161.144", - "max": "161.459", - "min": "160.966", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "383.069", - "max": "383.95", - "min": "382.881", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "407.785", - "max": "412.933", - "min": "407.45", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "325.509", - "max": "325.723", - "min": "325.356", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "164.017", - "max": "168.043", - "min": "161.816", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "348.709", - "max": "352.112", - "min": "347.445", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "585.323", - "max": "708.497", - "min": "432.806", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "371.631", - "max": "459.418", - "min": "302.756", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "413.269", - "max": "440.1", - "min": "411.05", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "269.507", - "max": "281.704", - "min": "268.73", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "173.815", - "max": "174.35", - "min": "172.662", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "160.03", - "max": "160.699", - "min": "159.763", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "180.348", - "max": "180.742", - "min": "180.025", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "237.307", - "max": "390.307", - "min": "162.533", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "30.284", - "max": "38.823", - "min": "28.885", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "276.921", - "max": "432.432", - "min": "270.382", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "280.338", - "max": "280.537", - "min": "280.241", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "263.297", - "max": "264.454", - "min": "262.773", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "161.313", - "max": "166.794", - "min": "150.8", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "380.079", - "max": "380.74", - "min": "379.774", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "359.561", - "max": "360.647", - "min": "359.321", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "251.587", - "max": "251.819", - "min": "251.45", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "175.192", - "max": "178.64", - "min": "174.923", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "158.421", - "max": "159.623", - "min": "158.226", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "181.85", - "max": "212.967", - "min": "180.608", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "335.415", - "max": "336.756", - "min": "334.724", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "167.551", - "max": "167.734", - "min": "167.483", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "170.171", - "max": "170.41", - "min": "169.988", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "186.927", - "max": "192.304", - "min": "185.935", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "171.317", - "max": "171.631", - "min": "171.178", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "176.89", - "max": "177.257", - "min": "176.744", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "174.594", - "max": "176.202", - "min": "174.283", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "262.16", - "max": "262.709", - "min": "262.043", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "384.105", - "max": "384.999", - "min": "383.735", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "275.885", - "max": "276.752", - "min": "275.692", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "268.79", - "max": "269.194", - "min": "268.616", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "241.069", - "max": "248.935", - "min": "239.928", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "245.502", - "max": "245.934", - "min": "245.214", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "248.504", - "max": "250.016", - "min": "247.38", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "366.153", - "max": "367.06", - "min": "365.948", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "231.986", - "max": "233.249", - "min": "231.197", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "241.521", - "max": "247.371", - "min": "240.494", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "244.848", - "max": "279.237", - "min": "241.826", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "313.878", - "max": "314.077", - "min": "313.745", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "279.714", - "max": "283.655", - "min": "279.187", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "245.929", - "max": "263.9", - "min": "244.399", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "165.563", - "max": "166.62", - "min": "165.366", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "210.159", - "max": "210.834", - "min": "209.922", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "272.923", - "max": "275.644", - "min": "271.776", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "373.432", - "max": "422.102", - "min": "363.687", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "196.435", - "max": "196.623", - "min": "196.265", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "21.192", - "max": "101.848", - "min": "12.793", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "175.916", - "max": "176.535", - "min": "174.871", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "611.935", - "max": "612.547", - "min": "611.311", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "279.686", - "max": "279.938", - "min": "279.592", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "166.157", - "max": "173.232", - "min": "162.51", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "321.644", - "max": "323.863", - "min": "320.752", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "407.343", - "max": "408.085", - "min": "407.161", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "303.035", - "max": "304.561", - "min": "301.896", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "184.34", - "max": "184.929", - "min": "184.112", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "384.518", - "max": "391.256", - "min": "383.657", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "177.968", - "max": "181.695", - "min": "175.863", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "153.012", - "max": "153.966", - "min": "152.9", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "226.937", - "max": "229.556", - "min": "225.583", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "373.606", - "max": "374.35", - "min": "373.392", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "230.756", - "max": "231.228", - "min": "230.621", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "245.834", - "max": "248.428", - "min": "245.549", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "256.168", - "max": "256.828", - "min": "255.981", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "241.257", - "max": "244.044", - "min": "240.71", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "241.567", - "max": "242.17", - "min": "241.276", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "296.453", - "max": "297.695", - "min": "296.114", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "269.985", - "max": "270.193", - "min": "269.848", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "291.396", - "max": "293.204", - "min": "290.456", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "272.777", - "max": "274.158", - "min": "272.031", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "226.941", - "max": "228.193", - "min": "226.673", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "230.696", - "max": "231.972", - "min": "230.507", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "234.318", - "max": "234.959", - "min": "233.118", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "274.013", - "max": "276.223", - "min": "273.564", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "293.018", - "max": "293.317", - "min": "292.729", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "244.626", - "max": "252.572", - "min": "242.98", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "287.28", - "max": "357.23", - "min": "265.98", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "244.327", - "max": "244.737", - "min": "244.164", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "302.378", - "max": "303.302", - "min": "302.11", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "267.521", - "max": "268.113", - "min": "267.244", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "282.003", - "max": "282.678", - "min": "281.534", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "216.855", - "max": "217.264", - "min": "216.515", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "397.46", - "max": "398.391", - "min": "397.219", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "252.724", - "max": "253.118", - "min": "252.62", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "263.327", - "max": "263.59", - "min": "263.101", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "266.809", - "max": "267.482", - "min": "266.596", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "94.515", - "max": "102.131", - "min": "90.976", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "289.265", - "max": "289.726", - "min": "289.025", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "244.583", - "max": "251.817", - "min": "244.051", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "240.74", - "max": "241.212", - "min": "240.083", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "237.724", - "max": "239.581", - "min": "237.355", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "356.728", - "max": "383.386", - "min": "354.485", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "169.586", - "max": "178.209", - "min": "168.767", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "536.703", - "max": "547.759", - "min": "509.162", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "335.059", - "max": "336.074", - "min": "334.745", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "229.197", - "max": "230.143", - "min": "228.986", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "381.816", - "max": "382.922", - "min": "380.356", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "202.623", - "max": "202.872", - "min": "202.392", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "271.837", - "max": "272.212", - "min": "271.658", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "282.274", - "max": "284.945", - "min": "281.303", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "239.675", - "max": "241.035", - "min": "239.429", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "238.892", - "max": "240.173", - "min": "238.59", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "173.585", - "max": "173.916", - "min": "173.447", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "171.969", - "max": "172.471", - "min": "170.921", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "433.635", - "max": "434.587", - "min": "433.311", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "209.803", - "max": "210.074", - "min": "209.635", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "252.869", - "max": "253.083", - "min": "252.708", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "156.887", - "max": "156.993", - "min": "156.817", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "252.992", - "max": "259.345", - "min": "252.607", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "62.669", - "max": "580.127", - "min": "44.337", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "161.999", - "max": "165.101", - "min": "159.1", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "232.782", - "max": "233.864", - "min": "231.851", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "285.226", - "max": "287.043", - "min": "284.133", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "171.87", - "max": "174.439", - "min": "170.02", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "188.32", - "max": "190.054", - "min": "187.72", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "365.027", - "max": "365.475", - "min": "364.836", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "333.106", - "max": "333.527", - "min": "332.967", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "257.766", - "max": "258.022", - "min": "257.663", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "242.413", - "max": "244.234", - "min": "242.17", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "259.26", - "max": "259.86", - "min": "257.811", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "180.142", - "max": "185.96", - "min": "176.067", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "163.534", - "max": "163.811", - "min": "163.343", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "293.696", - "max": "297.703", - "min": "291.928", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "88.67", - "max": "89.287", - "min": "88.397", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "178.242", - "max": "180.101", - "min": "177.11", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "281.935", - "max": "282.348", - "min": "281.728", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "181.582", - "max": "181.891", - "min": "181.384", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "238.318", - "max": "259.35", - "min": "237.035", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "413.003", - "max": "417.532", - "min": "412.536", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "204.116", - "max": "204.116", - "min": "204.116", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "233.586", - "max": "234.148", - "min": "233.407", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "250.114", - "max": "251.839", - "min": "249.935", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "331.541", - "max": "332.627", - "min": "331.31", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "244.467", - "max": "252.743", - "min": "236.271", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "262.162", - "max": "262.55", - "min": "262.017", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "331.332", - "max": "332.377", - "min": "331.047", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "301.254", - "max": "302.732", - "min": "299.675", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "177.405", - "max": "177.859", - "min": "177.25", - "id": "50", - "country": "Argentina", - "source_name": "Buenos Aires", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "70": { - "name": "Santiago", - "data": { - "0": { - "avg": "175.646", - "max": "177.282", - "min": "174.887", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "318.999", - "max": "321.98", - "min": "318.096", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "152.873", - "max": "154.88", - "min": "152.035", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "236.369", - "max": "239.713", - "min": "235.224", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "205.468", - "max": "207.459", - "min": "204.616", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "359.511", - "max": "360.988", - "min": "358.714", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "226.135", - "max": "227.335", - "min": "225.553", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "332.156", - "max": "341.058", - "min": "331.393", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "257.519", - "max": "258.997", - "min": "256.908", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "228.017", - "max": "229.477", - "min": "227.237", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "199.671", - "max": "202.367", - "min": "198.359", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "165.215", - "max": "168.158", - "min": "164.965", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "134.806", - "max": "136.318", - "min": "134.132", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "145.215", - "max": "148.026", - "min": "144.472", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "138.993", - "max": "141.594", - "min": "138.166", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "133.202", - "max": "134.473", - "min": "132.059", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "234.647", - "max": "235.899", - "min": "233.514", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "133.812", - "max": "134.411", - "min": "133.633", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "224.092", - "max": "226.1", - "min": "223.825", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "228.999", - "max": "232.742", - "min": "228.353", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "320.81", - "max": "322.701", - "min": "320.349", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "144.466", - "max": "146.057", - "min": "144.217", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "183.956", - "max": "187.076", - "min": "183.39", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "197.057", - "max": "200.269", - "min": "196.562", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "244.341", - "max": "247.062", - "min": "243.332", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "223.192", - "max": "229.619", - "min": "222.827", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "238.588", - "max": "240.797", - "min": "237.629", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "225.394", - "max": "227.065", - "min": "224.58", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "210.687", - "max": "211.867", - "min": "210.498", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "171.777", - "max": "173.224", - "min": "171.563", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "359.333", - "max": "361.937", - "min": "358.523", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "234.27", - "max": "236.973", - "min": "233.316", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "155.904", - "max": "165.182", - "min": "154.91", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "247.782", - "max": "249.821", - "min": "247.421", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "233.023", - "max": "236.648", - "min": "232.101", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "364.972", - "max": "401.995", - "min": "362.387", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "188.555", - "max": "189.546", - "min": "187.944", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "203.54", - "max": "205.111", - "min": "202.682", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "155.315", - "max": "156.707", - "min": "154.351", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "141.184", - "max": "148.918", - "min": "139.728", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "367.049", - "max": "368.479", - "min": "366.513", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "210.478", - "max": "215.982", - "min": "209.671", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "243.371", - "max": "245.039", - "min": "242.365", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "236.82", - "max": "239.445", - "min": "235.703", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "342.625", - "max": "344.618", - "min": "342.106", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "250.581", - "max": "252.84", - "min": "249.645", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "251.25", - "max": "253.025", - "min": "250.806", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "197.411", - "max": "199.523", - "min": "196.402", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "157.823", - "max": "159.285", - "min": "157.201", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "148.917", - "max": "151.723", - "min": "148.177", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "155.765", - "max": "158.248", - "min": "155.026", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "196.792", - "max": "198.881", - "min": "195.706", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "232.119", - "max": "291.168", - "min": "210.442", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.906", - "max": "143.268", - "min": "138.969", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "393.372", - "max": "414.831", - "min": "388.437", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "379.784", - "max": "381.972", - "min": "378.986", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "236.592", - "max": "239.73", - "min": "235.363", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "346.08", - "max": "346.365", - "min": "345.936", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "240.561", - "max": "242.848", - "min": "240.238", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "209.122", - "max": "210.921", - "min": "208.19", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "261.604", - "max": "263.285", - "min": "260.893", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "257.259", - "max": "299.499", - "min": "254.924", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "390.768", - "max": "391.976", - "min": "390.041", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "364.285", - "max": "366.984", - "min": "363.485", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "248.035", - "max": "249.696", - "min": "247.337", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "251.924", - "max": "253.285", - "min": "251.443", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "133.712", - "max": "135.518", - "min": "133.1", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "253.319", - "max": "269.243", - "min": "251.564", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "0.02", - "max": "0.042", - "min": "0.016", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "162.887", - "max": "164.289", - "min": "162.658", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "350.835", - "max": "365.186", - "min": "349.291", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "185.048", - "max": "187.374", - "min": "184.221", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "178.699", - "max": "184.391", - "min": "177.431", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "142.55", - "max": "147.388", - "min": "141.151", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "245.236", - "max": "247.666", - "min": "244.472", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "225.271", - "max": "226.84", - "min": "224.532", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "137.496", - "max": "139.944", - "min": "137.114", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "190.806", - "max": "198.265", - "min": "190.025", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "154.812", - "max": "157.231", - "min": "154.536", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "147.899", - "max": "148.091", - "min": "147.782", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "179.614", - "max": "180.659", - "min": "179.03", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "153.788", - "max": "154.36", - "min": "153.604", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "356.511", - "max": "358.223", - "min": "356.043", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "345.753", - "max": "347.939", - "min": "345.321", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "182.955", - "max": "184.16", - "min": "182.102", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "274.753", - "max": "276.83", - "min": "273.919", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "210.902", - "max": "212.415", - "min": "210.331", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "142.929", - "max": "145.187", - "min": "142.059", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "151.402", - "max": "152.557", - "min": "150.412", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "206.444", - "max": "208.084", - "min": "206.203", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "157.732", - "max": "160.603", - "min": "156.112", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "199.316", - "max": "205.905", - "min": "198.115", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "246.786", - "max": "249.077", - "min": "245.915", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "321.27", - "max": "324.3", - "min": "320.447", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "142.711", - "max": "144.219", - "min": "142.227", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "140.872", - "max": "143.026", - "min": "140.099", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "200.96", - "max": "203.706", - "min": "199.811", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "130.199", - "max": "168.184", - "min": "127.036", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "195.383", - "max": "197.081", - "min": "194.508", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "143.699", - "max": "145.523", - "min": "142.759", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "172.878", - "max": "175.192", - "min": "172.586", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "240.875", - "max": "242.17", - "min": "240.631", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "255.716", - "max": "256.864", - "min": "255.432", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "353.235", - "max": "355.5", - "min": "352.485", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "152.922", - "max": "154.195", - "min": "152.182", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "313.771", - "max": "315.339", - "min": "312.889", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "37.614", - "max": "39.865", - "min": "36.807", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "140.288", - "max": "148.075", - "min": "139.555", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "141.549", - "max": "143.423", - "min": "141.199", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "377.891", - "max": "378.921", - "min": "377.402", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "379.143", - "max": "380.741", - "min": "378.414", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "315.563", - "max": "317.14", - "min": "315.204", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "130.759", - "max": "133.719", - "min": "129.975", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "335.492", - "max": "337.552", - "min": "334.759", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "572.644", - "max": "678.427", - "min": "412.194", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "370.94", - "max": "479.43", - "min": "268.48", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "415.182", - "max": "423.609", - "min": "413.765", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "287.498", - "max": "289.388", - "min": "286.479", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "157.071", - "max": "174.139", - "min": "155.509", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "154.233", - "max": "155.902", - "min": "153.131", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "159.696", - "max": "161.633", - "min": "159.051", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "213.504", - "max": "384.661", - "min": "144.763", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "161.094", - "max": "164.209", - "min": "160.457", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "248.85", - "max": "336.109", - "min": "241.672", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "246.788", - "max": "248.701", - "min": "245.81", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "223.943", - "max": "226.707", - "min": "222.078", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "139.68", - "max": "141.618", - "min": "138.834", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "391.48", - "max": "392.778", - "min": "390.619", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "323.837", - "max": "327.199", - "min": "323.421", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "226.059", - "max": "227.931", - "min": "225.554", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "159.228", - "max": "182.571", - "min": "157.436", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "148.115", - "max": "149.097", - "min": "147.825", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "155.732", - "max": "156.936", - "min": "155.494", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "334.957", - "max": "338.699", - "min": "333.416", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "167.182", - "max": "169.844", - "min": "166.661", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "139.902", - "max": "141.05", - "min": "139.019", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "171.475", - "max": "177.296", - "min": "169.82", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "156.549", - "max": "189.055", - "min": "155.064", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "164.551", - "max": "168.03", - "min": "164.208", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "141.278", - "max": "142.914", - "min": "140.801", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "236.766", - "max": "238.435", - "min": "236.373", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "370.052", - "max": "370.54", - "min": "369.692", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "248.667", - "max": "250.119", - "min": "247.9", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "237.275", - "max": "239.532", - "min": "236.648", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "241.246", - "max": "250.877", - "min": "239.748", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "214.815", - "max": "215.438", - "min": "214.581", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "251.064", - "max": "253.088", - "min": "250.437", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "355.763", - "max": "358.337", - "min": "354.847", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "203.023", - "max": "204.73", - "min": "202.102", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "203.483", - "max": "204.706", - "min": "203.268", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "215.471", - "max": "221.184", - "min": "213.318", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "316.216", - "max": "318.574", - "min": "315.367", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "240.907", - "max": "257.526", - "min": "239.386", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "229.594", - "max": "230.031", - "min": "229.387", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "143.019", - "max": "144.024", - "min": "142.411", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "225.643", - "max": "227.567", - "min": "224.444", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "245.817", - "max": "247.766", - "min": "245.526", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "342.613", - "max": "388.286", - "min": "334.202", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "169.015", - "max": "170.205", - "min": "168.114", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "41.073", - "max": "131.67", - "min": "32.541", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "155.06", - "max": "156.862", - "min": "154.724", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "581.931", - "max": "583.168", - "min": "580.945", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "236.902", - "max": "239.459", - "min": "236.249", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "133.215", - "max": "134.711", - "min": "132.761", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "315.119", - "max": "317.553", - "min": "314.494", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "410.033", - "max": "411.877", - "min": "409.145", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "289.259", - "max": "291.215", - "min": "288.559", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "168.665", - "max": "169.209", - "min": "168.484", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "383.43", - "max": "384.898", - "min": "382.96", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "141.065", - "max": "143.036", - "min": "140.345", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "143.408", - "max": "145.347", - "min": "142.628", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "221.978", - "max": "225.419", - "min": "220.773", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "425.714", - "max": "434.031", - "min": "424.083", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "211.879", - "max": "212.164", - "min": "211.77", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "221.466", - "max": "223.167", - "min": "220.505", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "231.611", - "max": "244.409", - "min": "230.603", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "229.75", - "max": "231.295", - "min": "228.862", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "204.492", - "max": "205.427", - "min": "204.05", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "277.559", - "max": "280.098", - "min": "276.648", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "250.766", - "max": "263.302", - "min": "249.928", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "261.217", - "max": "262.493", - "min": "260.885", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "260.91", - "max": "262.316", - "min": "260.218", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "208.291", - "max": "210.373", - "min": "207.915", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "212.187", - "max": "212.426", - "min": "212.039", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "236.698", - "max": "238.42", - "min": "235.728", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "226.803", - "max": "227.968", - "min": "226.222", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "267.54", - "max": "269.533", - "min": "266.861", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "231.803", - "max": "234.257", - "min": "230.346", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "246.435", - "max": "317.233", - "min": "216.894", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "220.983", - "max": "222.92", - "min": "220.513", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "259.827", - "max": "262.146", - "min": "259.389", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "243.559", - "max": "244.605", - "min": "243.305", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "250.367", - "max": "252.837", - "min": "249.526", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "207.975", - "max": "220.557", - "min": "206.899", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "462.352", - "max": "464.21", - "min": "461.841", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "224.97", - "max": "226.564", - "min": "224.078", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "229.698", - "max": "232.187", - "min": "228.879", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "232.447", - "max": "234.145", - "min": "231.856", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "202.995", - "max": "212.548", - "min": "200.675", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "256.019", - "max": "257.65", - "min": "255.775", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "207.334", - "max": "221.362", - "min": "206.167", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "208.269", - "max": "209.923", - "min": "207.528", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "207.019", - "max": "209.906", - "min": "206.218", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "396.838", - "max": "398.398", - "min": "396.412", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "134.941", - "max": "140.738", - "min": "133.744", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "350.091", - "max": "351.235", - "min": "349.211", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "335.846", - "max": "338.347", - "min": "335.275", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "203.892", - "max": "206.612", - "min": "203.036", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "347.517", - "max": "348.672", - "min": "346.906", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "235.856", - "max": "237.758", - "min": "234.857", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "234.779", - "max": "235.35", - "min": "234.533", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "268.724", - "max": "270.849", - "min": "268.041", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "207.369", - "max": "209.488", - "min": "206.685", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "213.137", - "max": "214.288", - "min": "212.927", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "156.202", - "max": "157.105", - "min": "155.58", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "149.202", - "max": "150.798", - "min": "148.138", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "370.834", - "max": "372.959", - "min": "370.073", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "145.696", - "max": "147.101", - "min": "145.453", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "240.931", - "max": "242.522", - "min": "239.993", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "139.604", - "max": "141.321", - "min": "138.769", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "226.78", - "max": "228.41", - "min": "226.168", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "180.292", - "max": "182.818", - "min": "179.872", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "148.625", - "max": "153.895", - "min": "146.514", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "221.359", - "max": "222.205", - "min": "220.691", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "233.612", - "max": "248.939", - "min": "232.185", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "171.936", - "max": "199.178", - "min": "169.387", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "258.734", - "max": "268.238", - "min": "257.626", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "287.091", - "max": "289.113", - "min": "286.408", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "285.107", - "max": "287.243", - "min": "284.578", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "249.454", - "max": "251.104", - "min": "248.745", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "212.224", - "max": "213.965", - "min": "211.741", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "257.48", - "max": "259.921", - "min": "256.644", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "144.36", - "max": "146.574", - "min": "143.56", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "139.83", - "max": "141.509", - "min": "139.14", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "259.555", - "max": "263.135", - "min": "257.445", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "203.434", - "max": "205.62", - "min": "202.033", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "174.859", - "max": "178.146", - "min": "173.409", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "265.993", - "max": "268.47", - "min": "264.904", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "158.462", - "max": "160.818", - "min": "157.633", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "222.609", - "max": "226.165", - "min": "222.132", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "340.725", - "max": "347.513", - "min": "339.897", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "201.887", - "max": "201.887", - "min": "201.887", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "205.726", - "max": "207.69", - "min": "205.495", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "221.291", - "max": "221.767", - "min": "221.163", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "295.531", - "max": "304.366", - "min": "294.782", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "226.576", - "max": "238.113", - "min": "217.688", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "238.535", - "max": "241.367", - "min": "237.803", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "325.594", - "max": "327.525", - "min": "324.88", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "298.249", - "max": "300.648", - "min": "297.353", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "156.992", - "max": "164.7", - "min": "155.372", - "id": "70", - "country": "Chile", - "source_name": "Santiago", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "74": { - "name": "Heredia", - "data": { - "0": { - "avg": "125.903", - "max": "127.459", - "min": "125.668", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "256.054", - "max": "256.36", - "min": "255.855", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "82.409", - "max": "83.524", - "min": "82.203", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "171.639", - "max": "182.27", - "min": "170.531", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "148.898", - "max": "153.92", - "min": "148.329", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "225.955", - "max": "226.317", - "min": "225.839", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "158.848", - "max": "163.531", - "min": "158.409", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "264.386", - "max": "269.518", - "min": "263.492", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "197.726", - "max": "201.332", - "min": "197.435", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "180.74", - "max": "186.714", - "min": "180.17", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "138.982", - "max": "139.755", - "min": "138.752", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "77.099", - "max": "82.385", - "min": "76.566", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "74.71", - "max": "81.175", - "min": "74.322", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "79.962", - "max": "81.725", - "min": "79.568", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "43.013", - "max": "46.392", - "min": "42.589", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "69.598", - "max": "81.221", - "min": "68.488", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "162.862", - "max": "164.302", - "min": "162.626", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "58.422", - "max": "61.081", - "min": "58.04", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "161.892", - "max": "164.321", - "min": "161.578", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "175.399", - "max": "177.051", - "min": "175.177", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "260.35", - "max": "261.771", - "min": "260.161", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "75.452", - "max": "79.203", - "min": "74.945", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "120.787", - "max": "122.416", - "min": "120.562", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "128.854", - "max": "131.517", - "min": "128.548", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "182.506", - "max": "183.983", - "min": "182.162", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "166.934", - "max": "170.819", - "min": "166.675", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "168.662", - "max": "170.067", - "min": "168.366", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "169.43", - "max": "179.455", - "min": "168.592", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "155.782", - "max": "157.022", - "min": "155.625", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "113.569", - "max": "118.343", - "min": "113.044", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "283.022", - "max": "292.26", - "min": "282.46", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "174.817", - "max": "179.546", - "min": "174.446", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "96.187", - "max": "101.477", - "min": "95.715", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "189.454", - "max": "189.815", - "min": "189.334", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "167.521", - "max": "168.555", - "min": "167.264", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "288.032", - "max": "289.33", - "min": "287.663", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "103.988", - "max": "106.685", - "min": "103.818", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "115.57", - "max": "119.135", - "min": "114.96", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "74.618", - "max": "75.377", - "min": "74.46", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "72.163", - "max": "75.992", - "min": "71.52", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "296.34", - "max": "308.536", - "min": "294.882", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "157.266", - "max": "160.233", - "min": "156.605", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "177.936", - "max": "178.582", - "min": "177.747", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "182.855", - "max": "186.065", - "min": "182.318", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "317.565", - "max": "319.845", - "min": "317.137", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "185.342", - "max": "186.952", - "min": "184.877", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "174.992", - "max": "178.02", - "min": "174.702", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "123.533", - "max": "124.315", - "min": "123.252", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "182.207", - "max": "183.6", - "min": "181.831", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "81.601", - "max": "83.392", - "min": "81.445", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "88.522", - "max": "92.404", - "min": "88.086", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "131.442", - "max": "134.734", - "min": "130.99", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "186.968", - "max": "277.635", - "min": "170.435", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "84.034", - "max": "85.29", - "min": "83.746", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "295.587", - "max": "320.483", - "min": "290.116", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "293.328", - "max": "296.844", - "min": "292.666", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "176.432", - "max": "179.196", - "min": "175.542", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "258.034", - "max": "262.011", - "min": "257.749", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "202.178", - "max": "204.349", - "min": "201.715", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "152.246", - "max": "160.799", - "min": "151.739", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "204.864", - "max": "208.042", - "min": "204.151", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "221.57", - "max": "274.474", - "min": "215.301", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "285.354", - "max": "317.895", - "min": "283.212", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "282.387", - "max": "282.626", - "min": "282.248", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "207.707", - "max": "214.596", - "min": "206.915", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "184.354", - "max": "191.811", - "min": "183.446", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "72.067", - "max": "74.763", - "min": "71.801", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "191.791", - "max": "196.362", - "min": "191.226", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "178.489", - "max": "181.102", - "min": "177.371", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "94.1", - "max": "95.221", - "min": "93.828", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "266.811", - "max": "269.116", - "min": "266.323", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "102.405", - "max": "105.935", - "min": "101.947", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "0.029", - "max": "0.068", - "min": "0.019", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "60.137", - "max": "65.823", - "min": "59.056", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "191.559", - "max": "193.009", - "min": "191.307", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "189.443", - "max": "251.956", - "min": "155.073", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "61.51", - "max": "63.812", - "min": "61.244", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "117.36", - "max": "122.131", - "min": "116.963", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "86.88", - "max": "92.766", - "min": "86.289", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "82.157", - "max": "88.204", - "min": "81.622", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "115.222", - "max": "116.886", - "min": "114.824", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "97.729", - "max": "104.348", - "min": "96.701", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "311.695", - "max": "316.708", - "min": "310.697", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "299.498", - "max": "309.785", - "min": "298.68", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "107.303", - "max": "107.574", - "min": "107.155", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "201.004", - "max": "207.283", - "min": "200.022", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "152.702", - "max": "154.245", - "min": "152.229", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "50.162", - "max": "51.727", - "min": "49.941", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "85.205", - "max": "87.189", - "min": "84.889", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "151.528", - "max": "156.341", - "min": "150.732", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "84.629", - "max": "86.013", - "min": "83.866", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "114.213", - "max": "114.698", - "min": "113.934", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "154.298", - "max": "158.579", - "min": "154.068", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "238.35", - "max": "242.272", - "min": "238.115", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "83.783", - "max": "85.237", - "min": "83.583", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "49.51", - "max": "52.003", - "min": "49.179", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "87.013", - "max": "87.242", - "min": "86.71", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "82.204", - "max": "109.612", - "min": "80.305", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "119.902", - "max": "120.772", - "min": "119.71", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "77.18", - "max": "81.887", - "min": "76.819", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "88.915", - "max": "90.312", - "min": "88.671", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "137.497", - "max": "138.974", - "min": "137.068", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "191.728", - "max": "195.417", - "min": "191.246", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "286.188", - "max": "287.488", - "min": "285.275", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "80.804", - "max": "84.049", - "min": "80.465", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "244.347", - "max": "248.818", - "min": "243.786", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "114.763", - "max": "118.612", - "min": "114.361", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "79.916", - "max": "82.751", - "min": "79.53", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "65.113", - "max": "78.048", - "min": "64.469", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "300.604", - "max": "306.682", - "min": "300.119", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "301.068", - "max": "323.061", - "min": "299.952", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "244.881", - "max": "247.986", - "min": "244.583", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "73.357", - "max": "73.546", - "min": "73.235", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "271.355", - "max": "274.081", - "min": "270.551", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "512.05", - "max": "619.659", - "min": "346.489", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "300.575", - "max": "391.359", - "min": "206.613", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "331.311", - "max": "337.55", - "min": "330.599", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "206.708", - "max": "208.678", - "min": "206.237", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "82.205", - "max": "82.855", - "min": "82.042", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "77.113", - "max": "78.406", - "min": "76.684", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "93.349", - "max": "100.097", - "min": "92.588", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "165.944", - "max": "313.452", - "min": "85.354", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "158.403", - "max": "167.152", - "min": "157.676", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "192.553", - "max": "417.974", - "min": "182.636", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "183.71", - "max": "186.337", - "min": "183.53", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "177.717", - "max": "179.716", - "min": "177.092", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "73.23", - "max": "80.371", - "min": "72.041", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "322.512", - "max": "325.917", - "min": "322.182", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "239.665", - "max": "243.289", - "min": "239.209", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "157.067", - "max": "159.995", - "min": "156.815", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "84.36", - "max": "87.979", - "min": "83.883", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "84.757", - "max": "91.63", - "min": "84.046", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "84.942", - "max": "86.778", - "min": "84.583", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "243.409", - "max": "245.311", - "min": "242.629", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "93.714", - "max": "94.913", - "min": "93.563", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "80.145", - "max": "83.493", - "min": "79.906", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "94.577", - "max": "114.307", - "min": "93.091", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "89.117", - "max": "97.437", - "min": "88.464", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "91.007", - "max": "96.504", - "min": "90.222", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "76.214", - "max": "76.686", - "min": "76.052", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "172.025", - "max": "174.657", - "min": "171.609", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "323.871", - "max": "332.101", - "min": "323.079", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "184.203", - "max": "185.061", - "min": "184.037", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "169.607", - "max": "171.137", - "min": "169.328", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "166.514", - "max": "170.967", - "min": "165.768", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "153.159", - "max": "155.517", - "min": "152.381", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "185.546", - "max": "187.917", - "min": "185.146", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "322.789", - "max": "325.745", - "min": "322.255", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "147.594", - "max": "147.819", - "min": "147.452", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "150.659", - "max": "151.295", - "min": "150.449", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "158.586", - "max": "179.751", - "min": "155.571", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "221.556", - "max": "223.189", - "min": "221.299", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "184.307", - "max": "186.771", - "min": "183.967", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "160.098", - "max": "194.219", - "min": "158.434", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "71.83", - "max": "72.177", - "min": "71.664", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "120.695", - "max": "156.231", - "min": "119.013", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "180.11", - "max": "181.187", - "min": "179.851", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "283.835", - "max": "320.675", - "min": "275.673", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "96.636", - "max": "96.796", - "min": "96.437", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "178.125", - "max": "265.136", - "min": "170.02", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "72.391", - "max": "74.384", - "min": "72.133", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "522.504", - "max": "528.328", - "min": "521.473", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "179.381", - "max": "193.317", - "min": "178.767", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "79.616", - "max": "87.051", - "min": "79.138", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "256.357", - "max": "256.872", - "min": "256.191", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "319.967", - "max": "322.721", - "min": "319.552", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "240.372", - "max": "241.391", - "min": "240.186", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "92.79", - "max": "99.323", - "min": "92.313", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "308.031", - "max": "313.152", - "min": "307.375", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "84.036", - "max": "86.218", - "min": "83.585", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "77.39", - "max": "80.177", - "min": "77.131", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "153.267", - "max": "156.706", - "min": "152.764", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "341.116", - "max": "341.274", - "min": "341.003", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "149.62", - "max": "154.134", - "min": "149.098", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "159.638", - "max": "160.899", - "min": "159.364", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "179.263", - "max": "180.169", - "min": "179.098", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "165.746", - "max": "166.383", - "min": "165.632", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "151.463", - "max": "152.417", - "min": "151.116", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "198.411", - "max": "198.625", - "min": "198.247", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "180.03", - "max": "180.253", - "min": "179.931", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "197.682", - "max": "201.256", - "min": "197.197", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "179.478", - "max": "182.531", - "min": "179.177", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "157.78", - "max": "166.158", - "min": "156.91", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "146.836", - "max": "152.369", - "min": "146.382", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "158.871", - "max": "162.919", - "min": "158.538", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "176.239", - "max": "179.816", - "min": "175.583", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "207.945", - "max": "209.019", - "min": "207.632", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "175.03", - "max": "194.899", - "min": "173.313", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "193.708", - "max": "247.891", - "min": "165.227", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "141.883", - "max": "143.086", - "min": "141.576", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "211.694", - "max": "213.346", - "min": "211.366", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "185.776", - "max": "191.24", - "min": "185.181", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "196.968", - "max": "198.293", - "min": "196.468", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "156.657", - "max": "160.745", - "min": "155.93", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "308.942", - "max": "313.202", - "min": "308.457", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "164.878", - "max": "167.937", - "min": "164.527", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "170.601", - "max": "173.178", - "min": "170.308", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "172.684", - "max": "178.54", - "min": "172.387", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "130.869", - "max": "136.971", - "min": "128.823", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "201.385", - "max": "204.922", - "min": "201.089", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "157.625", - "max": "190.635", - "min": "155.602", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "152.369", - "max": "155.463", - "min": "152.063", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "152.688", - "max": "153.542", - "min": "149.961", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "265.851", - "max": "279.212", - "min": "262.434", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "78.376", - "max": "84.009", - "min": "77.628", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "316.987", - "max": "319.835", - "min": "309.649", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "292.297", - "max": "293.935", - "min": "291.989", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "160.372", - "max": "183.098", - "min": "159.109", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "294.425", - "max": "295.614", - "min": "294.059", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "123.506", - "max": "124.257", - "min": "123.294", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "176.149", - "max": "176.324", - "min": "175.981", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "209.959", - "max": "215.599", - "min": "209.538", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "149.128", - "max": "154.711", - "min": "148.325", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "156.532", - "max": "161.205", - "min": "155.999", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "89.108", - "max": "93.604", - "min": "88.831", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "83.483", - "max": "86.539", - "min": "83.152", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "282.249", - "max": "351.199", - "min": "279.563", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "79.671", - "max": "85.342", - "min": "79.35", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "169.515", - "max": "175.996", - "min": "169.113", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "80.153", - "max": "87.835", - "min": "79.632", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "172.425", - "max": "176.869", - "min": "172.069", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "164.111", - "max": "167.803", - "min": "163.719", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "86.126", - "max": "91.555", - "min": "83.182", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "170.321", - "max": "176.94", - "min": "169.635", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "196.928", - "max": "200.661", - "min": "195.772", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "92.763", - "max": "101.536", - "min": "91.535", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "231.118", - "max": "233.774", - "min": "230.589", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "208.823", - "max": "212.776", - "min": "208.388", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "230.553", - "max": "232.931", - "min": "230.037", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "191.298", - "max": "198.68", - "min": "190.817", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "157.008", - "max": "157.26", - "min": "156.867", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "199.777", - "max": "206.357", - "min": "199.254", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "86.071", - "max": "92.191", - "min": "85.495", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "76.785", - "max": "84.372", - "min": "76.4", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "219.047", - "max": "228.045", - "min": "216.793", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "124.251", - "max": "128.755", - "min": "123.049", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "256.301", - "max": "269.716", - "min": "219.543", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "207.888", - "max": "209.926", - "min": "207.574", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "82.343", - "max": "87.496", - "min": "81.751", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "161.265", - "max": "169.118", - "min": "160.385", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "367.367", - "max": "368.705", - "min": "366.881", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "113.011", - "max": "113.011", - "min": "113.011", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "149.8", - "max": "154.795", - "min": "149.527", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "160.791", - "max": "170.361", - "min": "160.177", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "241.931", - "max": "243.765", - "min": "241.502", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "157.99", - "max": "171.371", - "min": "150.232", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "175.138", - "max": "176.573", - "min": "174.934", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "304.195", - "max": "310.158", - "min": "303.675", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "225.635", - "max": "229.165", - "min": "225.143", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "82.259", - "max": "89.081", - "min": "81.285", - "id": "74", - "country": "Costa Rica", - "source_name": "Heredia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "98": { - "name": "Panama", - "data": { - "0": { - "avg": "143.722", - "max": "144.008", - "min": "143.559", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "257.795", - "max": "258.18", - "min": "257.552", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "85.393", - "max": "85.568", - "min": "85.181", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "175.754", - "max": "184.508", - "min": "174.54", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "153.147", - "max": "153.378", - "min": "152.933", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "221.963", - "max": "222.507", - "min": "221.688", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "163.67", - "max": "163.977", - "min": "163.43", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "265.991", - "max": "270.686", - "min": "265.093", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "196.942", - "max": "197.579", - "min": "196.733", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "177.935", - "max": "181.164", - "min": "177.547", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "162.579", - "max": "163.658", - "min": "162.292", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "81.056", - "max": "104.253", - "min": "80.007", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "77.78", - "max": "82.096", - "min": "77.518", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "83.268", - "max": "83.513", - "min": "83.009", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "60.188", - "max": "60.446", - "min": "59.966", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "72.182", - "max": "79.409", - "min": "71.568", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "176.497", - "max": "176.751", - "min": "176.146", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "60.693", - "max": "61.191", - "min": "60.477", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "170.043", - "max": "170.312", - "min": "169.88", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "177.638", - "max": "180.674", - "min": "177.379", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "261.904", - "max": "262.085", - "min": "261.724", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "76.258", - "max": "76.916", - "min": "76.046", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "119.974", - "max": "120.288", - "min": "119.79", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "117.603", - "max": "118.225", - "min": "117.38", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "182.304", - "max": "182.763", - "min": "182.064", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "161", - "max": "161.375", - "min": "160.784", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "173.677", - "max": "175.789", - "min": "173.361", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "184.319", - "max": "184.501", - "min": "184.186", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "165.885", - "max": "166.061", - "min": "165.73", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "117.498", - "max": "118.524", - "min": "117.313", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "300.273", - "max": "300.502", - "min": "300.12", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "179.625", - "max": "180.046", - "min": "179.402", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "99.942", - "max": "100.138", - "min": "99.814", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "199.158", - "max": "199.36", - "min": "198.949", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "178.847", - "max": "179.297", - "min": "178.631", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "279.929", - "max": "280.662", - "min": "279.686", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "105.819", - "max": "106.118", - "min": "105.624", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "108.804", - "max": "123.013", - "min": "108.05", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "76.409", - "max": "76.627", - "min": "76.25", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "73.879", - "max": "74.511", - "min": "73.569", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "298.091", - "max": "300.476", - "min": "297.456", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "154.934", - "max": "156.927", - "min": "154.384", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "184.271", - "max": "185.803", - "min": "184.029", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "174.489", - "max": "174.86", - "min": "174.323", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "282.387", - "max": "282.799", - "min": "282.195", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "183.417", - "max": "184.168", - "min": "182.942", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "181.562", - "max": "181.944", - "min": "181.378", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "132.793", - "max": "136.252", - "min": "127.356", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "202.413", - "max": "215.176", - "min": "201.821", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "83.284", - "max": "83.532", - "min": "83.114", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "86.172", - "max": "86.971", - "min": "85.955", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "122.202", - "max": "122.658", - "min": "121.897", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "197.805", - "max": "242.244", - "min": "150.627", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "88.275", - "max": "88.549", - "min": "88.133", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "297.177", - "max": "312.616", - "min": "292.591", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "288.441", - "max": "288.685", - "min": "288.156", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "188.759", - "max": "196.39", - "min": "187.822", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "270.854", - "max": "271.108", - "min": "270.651", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "190.595", - "max": "194.518", - "min": "190.199", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "161.836", - "max": "162.117", - "min": "161.634", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "203.466", - "max": "205.641", - "min": "202.908", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "208.373", - "max": "264.955", - "min": "203.582", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "299.503", - "max": "324.516", - "min": "298.049", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "307.74", - "max": "308.033", - "min": "307.499", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "198.014", - "max": "198.277", - "min": "197.855", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "190.582", - "max": "191.74", - "min": "190.341", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "76.353", - "max": "76.734", - "min": "76.17", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "205.498", - "max": "205.918", - "min": "205.167", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "200.745", - "max": "202.194", - "min": "199.957", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "99.119", - "max": "100.825", - "min": "98.842", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "292.675", - "max": "296.267", - "min": "292.248", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "105.782", - "max": "106.155", - "min": "105.52", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "87.202", - "max": "89.198", - "min": "86.777", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "63.44", - "max": "67.386", - "min": "62.253", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "197.667", - "max": "198.537", - "min": "197.347", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "154.973", - "max": "155.304", - "min": "154.749", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "73.139", - "max": "73.313", - "min": "72.922", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "115.718", - "max": "115.999", - "min": "115.494", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "83.31", - "max": "83.966", - "min": "83.061", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "85.129", - "max": "85.402", - "min": "84.932", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "128.64", - "max": "128.942", - "min": "128.305", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "93.416", - "max": "94.191", - "min": "93.104", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "286.413", - "max": "289.022", - "min": "286.035", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "286.865", - "max": "287.196", - "min": "286.57", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "108.753", - "max": "108.993", - "min": "108.556", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "207.806", - "max": "208.714", - "min": "207.515", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "155.087", - "max": "155.466", - "min": "154.816", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "49.338", - "max": "49.514", - "min": "49.16", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "81.484", - "max": "84.165", - "min": "81.184", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "151.713", - "max": "155.365", - "min": "151.141", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "84.642", - "max": "86.884", - "min": "84.004", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "115.151", - "max": "115.918", - "min": "114.882", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "176.185", - "max": "176.428", - "min": "175.976", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "253.026", - "max": "253.372", - "min": "252.822", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "86.736", - "max": "98.538", - "min": "86.061", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "59.575", - "max": "60.128", - "min": "59.301", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "0.035", - "max": "0.127", - "min": "0.024", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "94.499", - "max": "99.599", - "min": "93.731", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "122.36", - "max": "122.691", - "min": "122.181", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "78.404", - "max": "81.93", - "min": "77.983", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "90.512", - "max": "90.81", - "min": "90.326", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "127.613", - "max": "127.875", - "min": "127.302", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "193.304", - "max": "193.564", - "min": "193.097", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "278.168", - "max": "280.11", - "min": "277.458", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "80.651", - "max": "81.15", - "min": "80.331", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "245.943", - "max": "247.559", - "min": "245.558", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "155.444", - "max": "158.491", - "min": "155.074", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "80.708", - "max": "80.865", - "min": "80.541", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "70.064", - "max": "70.368", - "min": "69.843", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "271.934", - "max": "275.139", - "min": "271.179", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "268.8", - "max": "272.401", - "min": "262.592", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "248.834", - "max": "249.126", - "min": "248.637", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "77.019", - "max": "77.302", - "min": "76.818", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "282.338", - "max": "286.59", - "min": "281.754", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "487.536", - "max": "612.027", - "min": "320.62", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "282.131", - "max": "373.885", - "min": "217.744", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "307.811", - "max": "337.313", - "min": "305.147", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "217.518", - "max": "218.627", - "min": "217.138", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "84.63", - "max": "84.914", - "min": "84.457", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "75.265", - "max": "79.466", - "min": "74.589", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "100.229", - "max": "100.562", - "min": "100.052", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "144.229", - "max": "295.537", - "min": "66.846", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "150.904", - "max": "151.424", - "min": "150.613", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "186.2", - "max": "393.097", - "min": "178.242", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "181.518", - "max": "181.647", - "min": "181.319", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "171.524", - "max": "173.026", - "min": "170.947", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "77.184", - "max": "80.364", - "min": "76.87", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "296.179", - "max": "296.518", - "min": "295.981", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "268.29", - "max": "270.806", - "min": "267.941", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "145.591", - "max": "146.331", - "min": "145.313", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "92.304", - "max": "93.617", - "min": "92.039", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "81.779", - "max": "82.088", - "min": "81.596", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "84.705", - "max": "85.016", - "min": "84.534", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "259.139", - "max": "266.87", - "min": "258.02", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "88.606", - "max": "88.947", - "min": "88.42", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "83.066", - "max": "83.271", - "min": "82.892", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "102.872", - "max": "126.069", - "min": "101.125", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "106.031", - "max": "107.538", - "min": "105.818", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "87.365", - "max": "87.731", - "min": "87.193", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "81.959", - "max": "82.371", - "min": "81.758", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "176.022", - "max": "176.721", - "min": "175.807", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "314.185", - "max": "319.124", - "min": "313.488", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "186.875", - "max": "188.921", - "min": "186.62", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "179.465", - "max": "179.76", - "min": "179.176", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "153.845", - "max": "165.967", - "min": "153.043", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "162.769", - "max": "163.575", - "min": "162.467", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "194.652", - "max": "199.114", - "min": "194.209", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "305.303", - "max": "305.707", - "min": "305.136", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "144.522", - "max": "145.195", - "min": "144.374", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "150.539", - "max": "150.923", - "min": "150.328", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "158.861", - "max": "166.834", - "min": "157.467", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "239.639", - "max": "239.797", - "min": "239.469", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "191.762", - "max": "193.026", - "min": "191.44", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "162.447", - "max": "176.21", - "min": "161.143", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "77.555", - "max": "77.927", - "min": "77.375", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "125.494", - "max": "127.582", - "min": "125.197", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "202.575", - "max": "203.647", - "min": "202.204", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "263.569", - "max": "303.308", - "min": "255.244", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "98.12", - "max": "98.522", - "min": "97.916", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "103.043", - "max": "103.482", - "min": "102.818", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "524.022", - "max": "527.601", - "min": "522.82", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "182.883", - "max": "183.132", - "min": "182.736", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "76.869", - "max": "77.19", - "min": "76.701", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "246.463", - "max": "248.003", - "min": "246.19", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "316.468", - "max": "316.846", - "min": "316.32", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "237.812", - "max": "238.034", - "min": "237.582", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "95.755", - "max": "97.193", - "min": "95.443", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "317.241", - "max": "328.736", - "min": "285.342", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "86.634", - "max": "86.97", - "min": "86.445", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "79.067", - "max": "79.312", - "min": "78.95", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "161.05", - "max": "161.848", - "min": "160.747", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "338.082", - "max": "338.43", - "min": "337.91", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "153.523", - "max": "154.48", - "min": "153.231", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "177.909", - "max": "184.434", - "min": "177.354", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "180.303", - "max": "180.726", - "min": "180.005", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "164.546", - "max": "164.709", - "min": "164.342", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "152.678", - "max": "153.972", - "min": "152.294", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "210.986", - "max": "211.258", - "min": "210.766", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "193.69", - "max": "193.871", - "min": "193.51", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "203.475", - "max": "204.866", - "min": "203.264", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "200.353", - "max": "202.322", - "min": "200.062", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "156.906", - "max": "158.686", - "min": "156.61", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "163.738", - "max": "166.922", - "min": "163.489", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "159.227", - "max": "159.539", - "min": "159.019", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "176.645", - "max": "177.166", - "min": "176.474", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "198.588", - "max": "199.239", - "min": "198.373", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "181.898", - "max": "203.54", - "min": "180.269", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "185.215", - "max": "200.707", - "min": "170.931", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "155.89", - "max": "156.088", - "min": "155.636", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "200.343", - "max": "200.889", - "min": "200.078", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "189.147", - "max": "189.461", - "min": "188.91", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "194.695", - "max": "195.142", - "min": "194.313", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "157.241", - "max": "158.035", - "min": "156.949", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "307.674", - "max": "307.988", - "min": "307.356", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "173.87", - "max": "174.149", - "min": "173.704", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "168.216", - "max": "168.401", - "min": "168.046", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "174.465", - "max": "174.707", - "min": "174.274", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "137.07", - "max": "145.55", - "min": "128.807", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "198.903", - "max": "211.133", - "min": "198.281", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "163.23", - "max": "173.669", - "min": "162.517", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "166.766", - "max": "167.246", - "min": "166.581", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "154.201", - "max": "154.407", - "min": "153.928", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "272.504", - "max": "272.836", - "min": "272.222", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "82.268", - "max": "98.545", - "min": "80.748", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "272.606", - "max": "273.5", - "min": "268.202", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "291.73", - "max": "293.044", - "min": "291.467", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "157.794", - "max": "158.29", - "min": "157.575", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "282.813", - "max": "283.119", - "min": "282.652", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "134.226", - "max": "134.54", - "min": "133.938", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "184.206", - "max": "184.554", - "min": "183.921", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "203.366", - "max": "211.574", - "min": "202.807", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "148.957", - "max": "150.08", - "min": "148.438", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "165.675", - "max": "168.392", - "min": "165.051", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "135.645", - "max": "136.12", - "min": "135.474", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "155.373", - "max": "155.584", - "min": "155.12", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "277.629", - "max": "284.33", - "min": "276.922", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "82.256", - "max": "82.504", - "min": "82.081", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "178.826", - "max": "179.028", - "min": "178.631", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "85.753", - "max": "86.195", - "min": "85.614", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "180.832", - "max": "181.001", - "min": "180.639", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "173.442", - "max": "262.682", - "min": "170.12", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "76.556", - "max": "80.875", - "min": "73.833", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "162.918", - "max": "163.216", - "min": "162.689", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "189.258", - "max": "190.334", - "min": "188.526", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "85.222", - "max": "91.951", - "min": "83.889", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "223.398", - "max": "223.755", - "min": "222.94", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "217.568", - "max": "217.926", - "min": "217.271", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "239.393", - "max": "240.621", - "min": "239.017", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "189.41", - "max": "189.666", - "min": "189.237", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "164.29", - "max": "164.588", - "min": "164.09", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "194.427", - "max": "194.631", - "min": "194.202", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "90.303", - "max": "92.008", - "min": "89.699", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "77.873", - "max": "78.426", - "min": "77.645", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "205.99", - "max": "208.186", - "min": "204.444", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "119.485", - "max": "123.21", - "min": "118.893", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "87.781", - "max": "89.398", - "min": "86.96", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "220.39", - "max": "222.202", - "min": "220.109", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "93.877", - "max": "94.38", - "min": "93.709", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "170.87", - "max": "171.481", - "min": "170.542", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "268.073", - "max": "269.451", - "min": "265.911", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "115.041", - "max": "115.041", - "min": "115.041", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "153.233", - "max": "153.441", - "min": "153.086", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "170.584", - "max": "170.842", - "min": "170.383", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "239.934", - "max": "240.333", - "min": "239.691", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "168.027", - "max": "189.575", - "min": "159.573", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "183.993", - "max": "184.331", - "min": "183.788", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "295.795", - "max": "296.735", - "min": "295.455", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "230.047", - "max": "230.562", - "min": "229.762", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "91.529", - "max": "91.976", - "min": "91.363", - "id": "98", - "country": "Panama", - "source_name": "Panama", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "99": { - "name": "Guatemala", - "data": { - "0": { - "avg": "162.149", - "max": "179.473", - "min": "159.226", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "247.967", - "max": "253.887", - "min": "246.805", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "88.681", - "max": "116.063", - "min": "79.878", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "156.255", - "max": "162.948", - "min": "154.918", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "134.038", - "max": "152.319", - "min": "132.57", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "232.034", - "max": "268.218", - "min": "225.235", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "136.561", - "max": "145.534", - "min": "135.765", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "266.58", - "max": "273.312", - "min": "265.403", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "179.481", - "max": "185.49", - "min": "178.622", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "169.311", - "max": "187.564", - "min": "158.779", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "127.994", - "max": "136.106", - "min": "126.6", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "78.716", - "max": "99.617", - "min": "72.203", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "62.167", - "max": "84.315", - "min": "59.54", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "69.787", - "max": "74.901", - "min": "68.902", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "43.497", - "max": "63.666", - "min": "39.41", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "78.303", - "max": "84.199", - "min": "75.484", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "161.973", - "max": "172.827", - "min": "160.916", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "44.961", - "max": "48.652", - "min": "44.536", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "141.567", - "max": "147.972", - "min": "140.434", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "154.653", - "max": "164.517", - "min": "153.496", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "275.239", - "max": "298.009", - "min": "271.257", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "64.123", - "max": "122.539", - "min": "60.347", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "112.551", - "max": "129.524", - "min": "110.612", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "109.458", - "max": "136.474", - "min": "106.093", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "177.037", - "max": "181.828", - "min": "175.503", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "154.23", - "max": "192.371", - "min": "149.798", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "164.458", - "max": "179.308", - "min": "158.795", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "169.107", - "max": "181.919", - "min": "166.908", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "147.546", - "max": "181.28", - "min": "143.198", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "123.35", - "max": "131.715", - "min": "121.188", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "293.509", - "max": "322.388", - "min": "290.409", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "168.181", - "max": "174.134", - "min": "167.367", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "89.737", - "max": "103.053", - "min": "86.052", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "175.935", - "max": "188.749", - "min": "174.029", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "155.639", - "max": "162.817", - "min": "154.346", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "285.6", - "max": "297.271", - "min": "283.716", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "92.907", - "max": "101.163", - "min": "91.839", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "97.153", - "max": "115.592", - "min": "95.419", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "61.58", - "max": "69.049", - "min": "60.697", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "55.611", - "max": "61.615", - "min": "54.717", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "272.499", - "max": "296.184", - "min": "267.01", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "136.485", - "max": "145.69", - "min": "134.651", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "168.372", - "max": "173.074", - "min": "167.576", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "167.064", - "max": "210.487", - "min": "158.976", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "323.098", - "max": "329.605", - "min": "321.643", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "176.914", - "max": "179.824", - "min": "176.157", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "172.412", - "max": "177.923", - "min": "171.128", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "100.914", - "max": "106.271", - "min": "100.04", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "132.602", - "max": "158.468", - "min": "129.371", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "80.899", - "max": "88.78", - "min": "80.175", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "84.448", - "max": "95.659", - "min": "83.232", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "110.049", - "max": "118.734", - "min": "105.568", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "175.687", - "max": "245.166", - "min": "144.416", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "73.034", - "max": "81.865", - "min": "71.445", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "267.924", - "max": "292.434", - "min": "262.484", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "322.572", - "max": "347.482", - "min": "318.896", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "169.95", - "max": "179.507", - "min": "165.123", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "251.143", - "max": "261.723", - "min": "250.06", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "168.442", - "max": "186.352", - "min": "167.054", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "143.216", - "max": "180.755", - "min": "140.467", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "183.503", - "max": "193.106", - "min": "182.376", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "189.93", - "max": "243.816", - "min": "182.766", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "305.672", - "max": "393.664", - "min": "299.48", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "284.935", - "max": "311.456", - "min": "278.282", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "184.342", - "max": "193.047", - "min": "181.423", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "180.347", - "max": "182.707", - "min": "179.963", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "61.469", - "max": "84.314", - "min": "59.93", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "179.35", - "max": "196.551", - "min": "176.615", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "131.526", - "max": "144.227", - "min": "127.195", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "77.588", - "max": "83.235", - "min": "76.835", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "285.338", - "max": "309.996", - "min": "278.539", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "113.389", - "max": "115.078", - "min": "112.857", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "82.885", - "max": "97.455", - "min": "80.306", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "55.931", - "max": "101.404", - "min": "52.183", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "170.238", - "max": "179.196", - "min": "169.252", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "148.373", - "max": "158.865", - "min": "146.796", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "47.287", - "max": "55.326", - "min": "46.166", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "119.642", - "max": "133.367", - "min": "114.434", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "73.962", - "max": "75.488", - "min": "73.147", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "69.352", - "max": "80.086", - "min": "65.235", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "117.542", - "max": "123.635", - "min": "116.787", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "77.565", - "max": "85.817", - "min": "76.895", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "347.009", - "max": "356.674", - "min": "343.84", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "309.068", - "max": "310.778", - "min": "308.664", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "123.309", - "max": "129.882", - "min": "118.014", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "202.433", - "max": "224.281", - "min": "198.947", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "139.166", - "max": "149.108", - "min": "137.696", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "54.331", - "max": "61.268", - "min": "53.51", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "76.788", - "max": "99.68", - "min": "72.911", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "137.441", - "max": "157.091", - "min": "132.864", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "146.097", - "max": "153.785", - "min": "142.61", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "134.404", - "max": "160.68", - "min": "131.243", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "161.584", - "max": "169.891", - "min": "161.028", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "256.304", - "max": "262.891", - "min": "255.386", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "67.234", - "max": "72.733", - "min": "65.473", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "34.006", - "max": "39.752", - "min": "32.641", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "98.471", - "max": "144.332", - "min": "93.584", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "0.018", - "max": "0.037", - "min": "0.01", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "112.891", - "max": "122.661", - "min": "111.934", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "80.948", - "max": "88.432", - "min": "80.008", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "98.091", - "max": "123.916", - "min": "96.491", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "138.605", - "max": "144.136", - "min": "137.81", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "195.971", - "max": "207.655", - "min": "191.564", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "261.599", - "max": "266.854", - "min": "260.593", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "123.581", - "max": "126.925", - "min": "122.711", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "245.052", - "max": "282.611", - "min": "240.525", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "118.517", - "max": "126.269", - "min": "117.721", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "64.566", - "max": "80.072", - "min": "62.592", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "57.388", - "max": "60.992", - "min": "56.878", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "256.166", - "max": "286.595", - "min": "252.232", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "314.258", - "max": "337.795", - "min": "312.791", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "264.692", - "max": "280.369", - "min": "256.243", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "54.172", - "max": "66.204", - "min": "52.887", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "341.195", - "max": "370.973", - "min": "338.421", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "492.242", - "max": "587.404", - "min": "311.343", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "290.888", - "max": "404.676", - "min": "212.163", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "303.173", - "max": "334.685", - "min": "299.628", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "219.097", - "max": "220.635", - "min": "218.649", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "88.539", - "max": "117.133", - "min": "86.57", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "64.111", - "max": "83.822", - "min": "62.155", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "95.578", - "max": "110.01", - "min": "93.297", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "125.7", - "max": "267.719", - "min": "44.466", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "139.239", - "max": "151.888", - "min": "137.265", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "176.305", - "max": "191.526", - "min": "172.363", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "166.028", - "max": "185.997", - "min": "163.126", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "149.538", - "max": "185.47", - "min": "146.984", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "64.697", - "max": "70.359", - "min": "63.441", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "287.324", - "max": "292.957", - "min": "286.323", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "244.464", - "max": "250.013", - "min": "243.62", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "150.161", - "max": "187.485", - "min": "143.057", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "92.881", - "max": "137.949", - "min": "78.348", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "64.319", - "max": "89.506", - "min": "60.55", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "65.221", - "max": "73.36", - "min": "63.32", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "244.183", - "max": "259.802", - "min": "240.122", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "74.396", - "max": "102.8", - "min": "69.838", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "68.022", - "max": "87.796", - "min": "62.513", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "90.317", - "max": "94.92", - "min": "88.488", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "78.483", - "max": "101.354", - "min": "75.473", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "76.767", - "max": "82.971", - "min": "76.079", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "68.177", - "max": "73.945", - "min": "67.63", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "159.638", - "max": "164.678", - "min": "159.101", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "353.722", - "max": "376.948", - "min": "351.126", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "167.904", - "max": "187.35", - "min": "163.253", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "163.886", - "max": "230.499", - "min": "158.59", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "156.986", - "max": "197.871", - "min": "152.424", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "146.478", - "max": "151.982", - "min": "145.052", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "179.026", - "max": "203.328", - "min": "177.1", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "274.378", - "max": "285.281", - "min": "272.334", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "129.716", - "max": "132.077", - "min": "129.106", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "126.253", - "max": "129.976", - "min": "125.632", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "160.45", - "max": "203.663", - "min": "152.325", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "225.715", - "max": "228.672", - "min": "225.195", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "168.535", - "max": "186.674", - "min": "167.304", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "138.422", - "max": "149.155", - "min": "137.305", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "62.93", - "max": "71.153", - "min": "62.099", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "120.729", - "max": "132.64", - "min": "119.27", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "162.773", - "max": "180.144", - "min": "160.117", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "296.496", - "max": "341.954", - "min": "283.548", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "134.132", - "max": "151.998", - "min": "132.582", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "147.563", - "max": "222.222", - "min": "133.422", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "86.911", - "max": "94.943", - "min": "84.3", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "510.539", - "max": "532.959", - "min": "508.515", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "167.865", - "max": "175.959", - "min": "166.581", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "65.925", - "max": "105.091", - "min": "59.86", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "245.698", - "max": "251.168", - "min": "244.947", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "304.987", - "max": "324.318", - "min": "297.89", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "229.039", - "max": "295.242", - "min": "221.148", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "78.588", - "max": "103.891", - "min": "76.478", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "322.335", - "max": "342.068", - "min": "319.064", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "69.013", - "max": "88.583", - "min": "66.656", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "59.846", - "max": "65.202", - "min": "59.021", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "153.566", - "max": "185.034", - "min": "146.896", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "334.174", - "max": "348.811", - "min": "332.844", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "134.831", - "max": "144.389", - "min": "133.762", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "153.333", - "max": "168.131", - "min": "148.843", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "159.068", - "max": "165.826", - "min": "158.336", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "146.358", - "max": "152.158", - "min": "145.144", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "131.72", - "max": "139.794", - "min": "130.505", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "209.029", - "max": "215.027", - "min": "208.117", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "184.191", - "max": "202.918", - "min": "181.483", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "193.811", - "max": "255.265", - "min": "188.71", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "173.126", - "max": "181.886", - "min": "170.931", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "145.9", - "max": "163.764", - "min": "144.542", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "145.102", - "max": "153.483", - "min": "143.904", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "138.34", - "max": "156.232", - "min": "135.693", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "170.065", - "max": "206.336", - "min": "166.465", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "186.23", - "max": "187.003", - "min": "185.79", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "163.268", - "max": "182.957", - "min": "159.619", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "167.595", - "max": "198.902", - "min": "148.591", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "145.507", - "max": "164.687", - "min": "142.885", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "187.857", - "max": "194.133", - "min": "184.638", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "183.061", - "max": "203.113", - "min": "179.445", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "177.802", - "max": "179.743", - "min": "177.085", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "137.364", - "max": "143.354", - "min": "136.661", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "344.243", - "max": "345.673", - "min": "343.73", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "153.447", - "max": "157.383", - "min": "152.528", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "153.97", - "max": "164.472", - "min": "151.322", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "160.49", - "max": "170.52", - "min": "159.569", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "120.249", - "max": "165.415", - "min": "115.407", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "190.935", - "max": "191.821", - "min": "190.526", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "136.55", - "max": "143.107", - "min": "135.716", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "155.177", - "max": "407.756", - "min": "136.426", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "140.901", - "max": "188.526", - "min": "135.079", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "256.032", - "max": "261.427", - "min": "254.97", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "64.703", - "max": "97.296", - "min": "61.252", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "341.977", - "max": "355.172", - "min": "310.845", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "269.325", - "max": "279.929", - "min": "267.969", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "145.414", - "max": "157.914", - "min": "144.356", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "269.771", - "max": "272.063", - "min": "269.072", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "137.4", - "max": "145.438", - "min": "136.481", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "164.987", - "max": "170.427", - "min": "163.819", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "204.07", - "max": "229.674", - "min": "199.442", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "134.153", - "max": "173.082", - "min": "129.469", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "149.402", - "max": "183.542", - "min": "141.07", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "73.434", - "max": "78.356", - "min": "72.29", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "70.916", - "max": "74.293", - "min": "70.506", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "285.842", - "max": "331.041", - "min": "281.351", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "61.538", - "max": "66.275", - "min": "60.459", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "152.893", - "max": "163.634", - "min": "151.444", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "72.398", - "max": "95.204", - "min": "65.055", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "149.974", - "max": "154.168", - "min": "149.133", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "156.221", - "max": "250.369", - "min": "151.701", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "79.742", - "max": "86.537", - "min": "76.362", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "147.159", - "max": "154.5", - "min": "145.976", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "173.732", - "max": "192.584", - "min": "171.85", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "72.047", - "max": "92.767", - "min": "68.066", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "253.683", - "max": "308.241", - "min": "248.399", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "290.971", - "max": "317.08", - "min": "289.711", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "225.444", - "max": "231.701", - "min": "224.184", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "174.193", - "max": "181.289", - "min": "171.343", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "134.139", - "max": "142.583", - "min": "132.985", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "193.561", - "max": "210.525", - "min": "189.754", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "73.163", - "max": "96.879", - "min": "71.175", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "57.818", - "max": "69.963", - "min": "56.484", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "184.406", - "max": "202.937", - "min": "180.672", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "92.545", - "max": "103.355", - "min": "90.856", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "75.511", - "max": "84.077", - "min": "73.562", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "203.223", - "max": "233.897", - "min": "199.271", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "93.121", - "max": "98.513", - "min": "92.424", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "147.171", - "max": "159.313", - "min": "143.859", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "401.459", - "max": "412.046", - "min": "399.94", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "127.947", - "max": "127.947", - "min": "127.947", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "127.866", - "max": "133.39", - "min": "126.676", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "148.924", - "max": "160.01", - "min": "147.726", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "224.682", - "max": "284.262", - "min": "221.978", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "147.912", - "max": "160.651", - "min": "140.267", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "163.841", - "max": "172.629", - "min": "162.68", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "271.148", - "max": "275.976", - "min": "270.105", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "219.853", - "max": "234.04", - "min": "218.221", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "79.231", - "max": "86.592", - "min": "76.887", - "id": "99", - "country": "Guatemala", - "source_name": "Guatemala", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "108": { - "name": "Lima", - "data": { - "0": { - "avg": "145.753", - "max": "145.984", - "min": "145.589", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "281.096", - "max": "287.218", - "min": "280.604", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "125.696", - "max": "127.035", - "min": "125.512", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "188.133", - "max": "190.715", - "min": "187.749", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "171.512", - "max": "172.334", - "min": "171.308", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "243.585", - "max": "246.262", - "min": "243.367", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "171.991", - "max": "174.67", - "min": "171.332", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "290.889", - "max": "307.083", - "min": "289.465", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "231.719", - "max": "233.526", - "min": "231.536", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "227.879", - "max": "229.012", - "min": "227.607", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "165.663", - "max": "167.449", - "min": "165.407", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "107.742", - "max": "107.915", - "min": "107.619", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "102.436", - "max": "103.181", - "min": "102.305", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "104.262", - "max": "104.999", - "min": "104.046", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "62.671", - "max": "63.227", - "min": "62.558", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "90.221", - "max": "91.086", - "min": "89.975", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "189.112", - "max": "192.789", - "min": "188.753", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "89.231", - "max": "89.683", - "min": "89.088", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "183.223", - "max": "184.803", - "min": "182.833", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "187.913", - "max": "188.309", - "min": "187.82", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "327.089", - "max": "328.027", - "min": "326.904", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "99.289", - "max": "99.913", - "min": "99.156", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "133.04", - "max": "133.472", - "min": "132.882", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "145.353", - "max": "146.889", - "min": "145.159", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "205.967", - "max": "214.512", - "min": "205.493", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "189.469", - "max": "189.642", - "min": "189.35", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "194.284", - "max": "195.988", - "min": "194.019", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "204.519", - "max": "205.151", - "min": "204.351", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "176.907", - "max": "177.306", - "min": "176.78", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "139.113", - "max": "139.412", - "min": "138.912", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "345.096", - "max": "345.578", - "min": "344.913", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "191.845", - "max": "194.135", - "min": "191.595", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "127.74", - "max": "131.03", - "min": "127.446", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "213.734", - "max": "214.247", - "min": "213.608", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "184.331", - "max": "185.126", - "min": "184.078", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "376.336", - "max": "377.685", - "min": "376.051", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "132.218", - "max": "134.515", - "min": "132.045", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "148.159", - "max": "148.499", - "min": "148", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "91.972", - "max": "92.253", - "min": "91.785", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "97.89", - "max": "98.368", - "min": "97.629", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "312.806", - "max": "315.487", - "min": "312.233", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "170.865", - "max": "173.096", - "min": "170.382", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "218.323", - "max": "221.147", - "min": "218.073", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "192.57", - "max": "198.193", - "min": "191.534", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "295.669", - "max": "307.29", - "min": "295.135", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "237.775", - "max": "238.372", - "min": "237.382", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "207.642", - "max": "207.892", - "min": "207.541", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "134.684", - "max": "134.879", - "min": "134.556", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "126.272", - "max": "127.652", - "min": "125.964", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "118.837", - "max": "120.962", - "min": "118.685", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "121.565", - "max": "122.486", - "min": "121.435", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "153.952", - "max": "154.312", - "min": "153.763", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "216.976", - "max": "227.998", - "min": "212.047", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "102.86", - "max": "105.606", - "min": "102.491", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "393.878", - "max": "399.698", - "min": "390.918", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "358.071", - "max": "359.414", - "min": "357.911", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "191.122", - "max": "196.991", - "min": "189.803", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "310.459", - "max": "310.975", - "min": "310.278", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "195.701", - "max": "196.174", - "min": "195.464", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "189.322", - "max": "189.498", - "min": "189.217", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "230.521", - "max": "234.673", - "min": "229.872", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "241.589", - "max": "288.617", - "min": "238.372", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "325.366", - "max": "356.835", - "min": "321.665", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "294.117", - "max": "294.892", - "min": "293.864", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "211.092", - "max": "211.41", - "min": "210.951", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "224.801", - "max": "225.979", - "min": "224.635", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.372", - "max": "94.596", - "min": "92.147", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "205.444", - "max": "228.053", - "min": "204.005", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "37.695", - "max": "39.085", - "min": "36.854", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "112.602", - "max": "117.716", - "min": "112.083", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "294.43", - "max": "294.879", - "min": "294.24", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "137.995", - "max": "139.825", - "min": "137.676", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "114.553", - "max": "114.966", - "min": "114.331", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "96.518", - "max": "98.665", - "min": "95.881", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "220.292", - "max": "221.544", - "min": "220.028", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "176.262", - "max": "176.35", - "min": "176.097", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "89.835", - "max": "93.257", - "min": "89.544", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "137.02", - "max": "139.284", - "min": "136.82", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "110.963", - "max": "126.763", - "min": "110.179", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "105.696", - "max": "106.143", - "min": "105.535", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "146.899", - "max": "147.447", - "min": "146.759", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "109.723", - "max": "110.375", - "min": "109.363", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "340.196", - "max": "342.847", - "min": "339.761", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "307.774", - "max": "309.505", - "min": "307.47", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "131.401", - "max": "131.606", - "min": "131.292", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "217.026", - "max": "220.208", - "min": "216.411", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "187.796", - "max": "191.141", - "min": "187.391", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "69.844", - "max": "70.696", - "min": "69.56", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "106.853", - "max": "107.088", - "min": "106.676", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "170.784", - "max": "172.928", - "min": "170.555", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "111.983", - "max": "112.859", - "min": "111.282", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "139.082", - "max": "139.4", - "min": "138.933", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "206.874", - "max": "207.158", - "min": "206.8", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "287.88", - "max": "301.935", - "min": "287.181", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "101.788", - "max": "104.943", - "min": "101.47", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "83.152", - "max": "83.496", - "min": "82.957", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "155.425", - "max": "155.614", - "min": "155.239", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "119.471", - "max": "137.495", - "min": "117.69", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "144.451", - "max": "144.634", - "min": "144.311", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "98.84", - "max": "100.8", - "min": "98.499", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "149.966", - "max": "150.112", - "min": "149.821", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "155.894", - "max": "156.314", - "min": "155.724", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "218.637", - "max": "220.645", - "min": "218.247", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "302.364", - "max": "307.194", - "min": "301.103", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "103.035", - "max": "103.734", - "min": "102.881", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "268.574", - "max": "268.846", - "min": "268.25", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "0.047", - "max": "0.085", - "min": "0.026", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "96.945", - "max": "100.633", - "min": "96.71", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "92.588", - "max": "95.848", - "min": "92.01", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "273.289", - "max": "275.709", - "min": "272.977", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "328.727", - "max": "331.201", - "min": "328.472", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "256.439", - "max": "263.616", - "min": "256.067", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "88.051", - "max": "90.759", - "min": "87.776", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "305.959", - "max": "316.676", - "min": "305.376", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "542.68", - "max": "666.291", - "min": "372.326", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "310.812", - "max": "381.326", - "min": "235.696", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "351.438", - "max": "360.866", - "min": "350.563", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "294.5", - "max": "297.384", - "min": "294.153", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "99.983", - "max": "100.275", - "min": "99.803", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "100.611", - "max": "101.232", - "min": "100.285", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "109.584", - "max": "111.217", - "min": "109.342", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "176.841", - "max": "331.13", - "min": "97.209", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "85.542", - "max": "85.766", - "min": "85.404", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "226.806", - "max": "431.201", - "min": "217.846", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "212.042", - "max": "217.671", - "min": "211.082", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "191.525", - "max": "192.66", - "min": "191.053", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "101.533", - "max": "103.65", - "min": "93.823", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "321.658", - "max": "323.946", - "min": "321.267", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "253.683", - "max": "256.769", - "min": "253.413", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "174.543", - "max": "174.888", - "min": "174.385", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "107.35", - "max": "107.588", - "min": "107.215", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "103.918", - "max": "104.074", - "min": "103.76", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "121.057", - "max": "121.263", - "min": "120.958", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "287.351", - "max": "288.893", - "min": "286.472", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "104.573", - "max": "105.098", - "min": "104.471", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "101.152", - "max": "123.601", - "min": "100.114", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "120.396", - "max": "134.283", - "min": "118.018", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "107.282", - "max": "108.782", - "min": "106.999", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "127.91", - "max": "128.586", - "min": "127.772", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "95.525", - "max": "98.84", - "min": "94.766", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "184.509", - "max": "186.427", - "min": "184.278", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "474.204", - "max": "485.801", - "min": "473.287", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "217.562", - "max": "217.816", - "min": "217.45", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "189.104", - "max": "189.253", - "min": "188.996", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "210.147", - "max": "221.483", - "min": "209.258", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "175.826", - "max": "176.556", - "min": "175.616", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "200.995", - "max": "208.657", - "min": "200.57", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "302.71", - "max": "302.987", - "min": "302.599", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "168.289", - "max": "174.011", - "min": "168.001", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "172.802", - "max": "174.903", - "min": "172.625", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "186.22", - "max": "217.019", - "min": "183.732", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "285", - "max": "286.046", - "min": "284.846", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "214.384", - "max": "215.642", - "min": "214.12", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "199.924", - "max": "207.086", - "min": "199.472", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "94.55", - "max": "96.653", - "min": "94.279", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "146.927", - "max": "147.203", - "min": "146.808", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "214.351", - "max": "216.504", - "min": "214.029", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "351.959", - "max": "391.041", - "min": "346.233", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "132.737", - "max": "134.86", - "min": "132.51", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "80.99", - "max": "165.708", - "min": "72.983", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "117.836", - "max": "118.066", - "min": "117.747", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "570.518", - "max": "571.041", - "min": "569.976", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "197.954", - "max": "199.773", - "min": "197.272", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "92.033", - "max": "92.371", - "min": "91.922", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "281.435", - "max": "282.89", - "min": "280.799", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "334.472", - "max": "334.624", - "min": "334.387", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "264.692", - "max": "265.136", - "min": "264.533", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "115.521", - "max": "116.05", - "min": "115.323", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "410.903", - "max": "416.41", - "min": "394.425", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "108.522", - "max": "108.953", - "min": "108.421", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "105.879", - "max": "105.982", - "min": "105.805", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "192.385", - "max": "194.13", - "min": "192.062", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "314.303", - "max": "314.481", - "min": "314.218", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "177.03", - "max": "179.416", - "min": "176.82", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "186.119", - "max": "186.457", - "min": "185.966", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "192.143", - "max": "194.205", - "min": "191.721", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "190.917", - "max": "191.153", - "min": "190.807", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "173.827", - "max": "174.87", - "min": "173.574", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "253.819", - "max": "254.552", - "min": "253.576", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "205.584", - "max": "207.884", - "min": "205.382", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "224.053", - "max": "227.157", - "min": "223.659", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "215.779", - "max": "215.994", - "min": "215.674", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "200.99", - "max": "201.971", - "min": "200.796", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "168.142", - "max": "169.922", - "min": "167.986", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "168.931", - "max": "169.24", - "min": "168.79", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "191.857", - "max": "194.67", - "min": "191.551", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "239.21", - "max": "242.628", - "min": "238.443", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "204.88", - "max": "216.617", - "min": "203.263", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "203.966", - "max": "290.931", - "min": "188.105", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "179.243", - "max": "179.465", - "min": "179.151", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "216.875", - "max": "217.259", - "min": "216.682", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "216.849", - "max": "244.854", - "min": "215.094", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "203.952", - "max": "204.422", - "min": "203.465", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "167.904", - "max": "169.974", - "min": "167.551", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "353.286", - "max": "359.266", - "min": "352.785", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "181.578", - "max": "182.141", - "min": "181.472", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "192.063", - "max": "192.29", - "min": "191.902", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "211.983", - "max": "214.277", - "min": "211.728", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "139.185", - "max": "146.471", - "min": "137.166", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "221.262", - "max": "222.545", - "min": "221.03", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "170.791", - "max": "173.612", - "min": "169.973", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "169.382", - "max": "170.838", - "min": "169.173", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "186.776", - "max": "193.509", - "min": "180.959", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "288.048", - "max": "298.768", - "min": "285.799", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "94.632", - "max": "98.244", - "min": "94.165", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "361.47", - "max": "362.624", - "min": "361.208", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "290.625", - "max": "293.042", - "min": "290.378", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "198.246", - "max": "199.13", - "min": "198.096", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "306.716", - "max": "310.072", - "min": "306.246", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "150.349", - "max": "150.543", - "min": "150.079", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "193.167", - "max": "193.571", - "min": "192.962", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "217.829", - "max": "218.892", - "min": "217.651", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "170.376", - "max": "171.369", - "min": "169.987", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "191.007", - "max": "193.304", - "min": "190.597", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "108.217", - "max": "108.477", - "min": "108.129", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "102.829", - "max": "103.463", - "min": "102.727", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "377.887", - "max": "455.248", - "min": "368.079", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "94.922", - "max": "95.042", - "min": "94.836", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "223.69", - "max": "224.072", - "min": "223.542", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "107.556", - "max": "108.03", - "min": "107.45", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "199.562", - "max": "199.783", - "min": "199.452", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "108.689", - "max": "256.411", - "min": "103.075", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "113.392", - "max": "115.819", - "min": "110.809", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "183.947", - "max": "184.111", - "min": "183.823", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "195.124", - "max": "198.065", - "min": "193.834", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "102.805", - "max": "104.895", - "min": "101.909", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "266.488", - "max": "266.925", - "min": "266.106", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "311.036", - "max": "311.22", - "min": "310.917", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "255.741", - "max": "258.761", - "min": "255.36", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "221.115", - "max": "221.426", - "min": "221.03", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "168.472", - "max": "170.588", - "min": "168.048", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "230.288", - "max": "230.429", - "min": "230.204", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "108.416", - "max": "111.441", - "min": "107.905", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "89.951", - "max": "90.243", - "min": "89.845", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "233.265", - "max": "235.765", - "min": "231.571", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "84.06", - "max": "84.94", - "min": "83.793", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "97.856", - "max": "99.338", - "min": "96.855", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "233.714", - "max": "235.478", - "min": "233.487", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "109.404", - "max": "109.88", - "min": "109.285", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "181.784", - "max": "188.727", - "min": "181.277", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "326.082", - "max": "329.035", - "min": "325.869", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "140.365", - "max": "140.365", - "min": "140.365", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "173.002", - "max": "175.411", - "min": "172.653", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "172.128", - "max": "174.586", - "min": "171.93", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "256.648", - "max": "258.735", - "min": "256.089", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "192.561", - "max": "203.533", - "min": "184.192", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "204.763", - "max": "205.176", - "min": "204.648", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "280.04", - "max": "283.75", - "min": "279.546", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "261.649", - "max": "263.965", - "min": "261.28", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "107.24", - "max": "110.603", - "min": "107.019", - "id": "108", - "country": "Peru", - "source_name": "Lima", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "125": { - "name": "Sao Paulo", - "data": { - "0": { - "avg": "56.419", - "max": "56.873", - "min": "56.277", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "316.792", - "max": "318.102", - "min": "316.506", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "139.8", - "max": "153.591", - "min": "139.227", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "220.336", - "max": "233.324", - "min": "218.958", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "203.08", - "max": "203.748", - "min": "202.852", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "318.565", - "max": "334.127", - "min": "304.266", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "188.548", - "max": "197.023", - "min": "188.129", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "325.811", - "max": "333.095", - "min": "324.777", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "230.75", - "max": "231.05", - "min": "230.631", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "256.276", - "max": "256.699", - "min": "256.078", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "184.343", - "max": "201.242", - "min": "178.768", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.013", - "max": "137.563", - "min": "136.881", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "127.114", - "max": "130.153", - "min": "126.811", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "118.482", - "max": "118.96", - "min": "118.345", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "129.411", - "max": "146.224", - "min": "122.805", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "119.286", - "max": "120.053", - "min": "119.092", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "213.355", - "max": "213.662", - "min": "213.182", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "146.276", - "max": "146.755", - "min": "146.15", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "193.213", - "max": "193.65", - "min": "193.06", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "216.412", - "max": "218.645", - "min": "216.203", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "320.974", - "max": "321.11", - "min": "320.878", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "163.128", - "max": "164.096", - "min": "162.98", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "195.091", - "max": "211.451", - "min": "178.874", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "183.369", - "max": "186.917", - "min": "183.004", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "214.327", - "max": "215.344", - "min": "214.025", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "201.545", - "max": "203.566", - "min": "201.339", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "195.203", - "max": "195.668", - "min": "195.038", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "210.809", - "max": "211.302", - "min": "210.599", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "218.775", - "max": "236.477", - "min": "200.969", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "174.084", - "max": "174.368", - "min": "173.924", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "393.04", - "max": "437.079", - "min": "373.513", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "210.74", - "max": "224.918", - "min": "210.119", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "169.919", - "max": "175.178", - "min": "169.581", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "239.263", - "max": "239.633", - "min": "239.123", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "227.757", - "max": "228.447", - "min": "227.561", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "338.181", - "max": "340.747", - "min": "337.579", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "165.001", - "max": "165.514", - "min": "164.914", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "156.363", - "max": "156.769", - "min": "156.16", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "131.74", - "max": "132.048", - "min": "131.586", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "119.236", - "max": "119.824", - "min": "119.041", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "323.76", - "max": "326.892", - "min": "323.414", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "202.153", - "max": "216.221", - "min": "201.12", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "243.743", - "max": "244.172", - "min": "243.565", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "210.882", - "max": "214.324", - "min": "210.394", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "333.657", - "max": "334.215", - "min": "333.465", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "219.261", - "max": "219.935", - "min": "218.733", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "226.472", - "max": "226.825", - "min": "226.355", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "168.729", - "max": "169.415", - "min": "168.554", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "31.066", - "max": "36.678", - "min": "28.841", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "139.683", - "max": "139.919", - "min": "139.565", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "132.874", - "max": "133.343", - "min": "132.778", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "176.235", - "max": "176.883", - "min": "176.032", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "247.226", - "max": "337.77", - "min": "238.609", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "151.239", - "max": "151.876", - "min": "151.134", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "366.044", - "max": "383.953", - "min": "361.071", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "369.491", - "max": "381.229", - "min": "365.256", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "221.121", - "max": "223.153", - "min": "219.924", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "318.775", - "max": "318.998", - "min": "318.664", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "260.968", - "max": "261.661", - "min": "260.673", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "193.691", - "max": "193.85", - "min": "193.571", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "271.027", - "max": "287.102", - "min": "247.414", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "233.355", - "max": "274.704", - "min": "230.898", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "382.298", - "max": "493.253", - "min": "372.176", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "361.948", - "max": "366.252", - "min": "361.464", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "228.556", - "max": "229.479", - "min": "228.012", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "231.839", - "max": "236.447", - "min": "231.559", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "133.095", - "max": "139.734", - "min": "130.155", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "225.244", - "max": "225.618", - "min": "224.894", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "161.108", - "max": "162.438", - "min": "160.477", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "154.949", - "max": "155.695", - "min": "154.781", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "328.091", - "max": "350.388", - "min": "320.996", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "162.637", - "max": "175.947", - "min": "161.84", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "157.899", - "max": "160.246", - "min": "157.697", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "122.337", - "max": "122.931", - "min": "122.194", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "227.51", - "max": "228.323", - "min": "227.234", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "197.779", - "max": "198.009", - "min": "197.619", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "124.335", - "max": "124.569", - "min": "124.232", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "179.437", - "max": "183.724", - "min": "177.876", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "131.863", - "max": "132.935", - "min": "131.565", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "128.681", - "max": "128.874", - "min": "128.551", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "185.356", - "max": "185.855", - "min": "185.165", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "129.715", - "max": "130.652", - "min": "129.502", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "332.334", - "max": "359.28", - "min": "318.533", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "338.451", - "max": "340.202", - "min": "338.194", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "185.079", - "max": "185.765", - "min": "184.921", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "241.357", - "max": "242.353", - "min": "240.919", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "227.604", - "max": "229.851", - "min": "227.201", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "111.18", - "max": "113.918", - "min": "110.464", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "174.05", - "max": "190.918", - "min": "147.97", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "197.424", - "max": "200.182", - "min": "197.072", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "145.996", - "max": "147.398", - "min": "145.193", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "175.42", - "max": "175.965", - "min": "175.171", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "208.949", - "max": "221.597", - "min": "205.56", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "323.294", - "max": "348.416", - "min": "309.468", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "135.866", - "max": "136.47", - "min": "135.733", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "111.326", - "max": "111.729", - "min": "111.054", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "151.017", - "max": "153.731", - "min": "150.677", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "139.638", - "max": "180.433", - "min": "137.294", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "178.551", - "max": "179.106", - "min": "178.345", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "166.22", - "max": "167.72", - "min": "166.001", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "151.574", - "max": "151.76", - "min": "151.474", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "185.627", - "max": "185.804", - "min": "185.495", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "250.04", - "max": "251.935", - "min": "249.777", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "338.096", - "max": "339.527", - "min": "337.641", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "142.257", - "max": "155.104", - "min": "141.618", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "305.246", - "max": "305.565", - "min": "304.928", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "86.842", - "max": "116.439", - "min": "85.392", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "129.184", - "max": "129.584", - "min": "129.05", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "134.443", - "max": "147.628", - "min": "133.882", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "337.438", - "max": "338.13", - "min": "336.954", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "322.288", - "max": "322.531", - "min": "322.161", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "298.438", - "max": "299.703", - "min": "298.257", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "140.662", - "max": "156.137", - "min": "123.088", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "315.429", - "max": "370.58", - "min": "313.354", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "553.14", - "max": "676.667", - "min": "392.887", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "331.393", - "max": "441.215", - "min": "253.668", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "319.432", - "max": "326.024", - "min": "318.222", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "266.964", - "max": "267.342", - "min": "266.765", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "147.033", - "max": "147.453", - "min": "146.787", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "136.118", - "max": "136.887", - "min": "135.788", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "149.071", - "max": "149.277", - "min": "148.933", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "206.835", - "max": "367.272", - "min": "133.062", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "0.029", - "max": "0.052", - "min": "0.018", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "228.467", - "max": "378.824", - "min": "219.235", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "216.996", - "max": "217.353", - "min": "216.839", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "212.047", - "max": "213.196", - "min": "211.361", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "114.49", - "max": "114.796", - "min": "114.223", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "325.089", - "max": "330.145", - "min": "324.466", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "288.365", - "max": "289.021", - "min": "288.153", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "211.979", - "max": "225.478", - "min": "211.24", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "139.363", - "max": "139.63", - "min": "139.189", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "131.655", - "max": "132.21", - "min": "131.456", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "155.413", - "max": "155.869", - "min": "155.261", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "317.855", - "max": "319.541", - "min": "317.268", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "147.423", - "max": "148.952", - "min": "147.172", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "131.751", - "max": "132.016", - "min": "131.588", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "157.489", - "max": "169.475", - "min": "155.903", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "146.947", - "max": "147.162", - "min": "146.804", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "151.919", - "max": "152.077", - "min": "151.805", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "117.254", - "max": "118.016", - "min": "117.076", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "245.329", - "max": "257.501", - "min": "244.732", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "340.006", - "max": "341.249", - "min": "339.619", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "220.407", - "max": "223.993", - "min": "220.097", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "207.82", - "max": "208.152", - "min": "207.674", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "217.623", - "max": "220.299", - "min": "217.307", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "217.779", - "max": "236.879", - "min": "195.828", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "222.795", - "max": "227.763", - "min": "222.388", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "363.534", - "max": "365", - "min": "363.24", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "183.161", - "max": "193.136", - "min": "182.584", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "195.083", - "max": "200.315", - "min": "194.737", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "193.501", - "max": "197.143", - "min": "192.677", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "316.172", - "max": "335.286", - "min": "298.4", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "219.416", - "max": "221.82", - "min": "219.187", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "206.01", - "max": "220.558", - "min": "204.796", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "122.757", - "max": "124.295", - "min": "122.544", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "188.584", - "max": "189.693", - "min": "188.413", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "220.384", - "max": "227.768", - "min": "219.93", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "363.802", - "max": "409.499", - "min": "355.594", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "158.672", - "max": "159.024", - "min": "158.511", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "43.194", - "max": "130.764", - "min": "35.547", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "183.623", - "max": "183.843", - "min": "183.505", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "582.839", - "max": "586.672", - "min": "582.335", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "212.3", - "max": "214.161", - "min": "212.078", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "130.985", - "max": "138.902", - "min": "130.58", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "299.146", - "max": "299.451", - "min": "298.988", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "342.33", - "max": "343.015", - "min": "341.927", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "275.044", - "max": "275.406", - "min": "274.857", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "158.63", - "max": "161.978", - "min": "158.32", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "346.774", - "max": "353.632", - "min": "323.618", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "152.61", - "max": "166.773", - "min": "136.257", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "140.873", - "max": "140.965", - "min": "140.81", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "206.34", - "max": "208.013", - "min": "206.028", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "400.637", - "max": "400.78", - "min": "400.496", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "191.272", - "max": "191.446", - "min": "191.152", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "211.678", - "max": "212.211", - "min": "211.443", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "207.541", - "max": "209.383", - "min": "207.334", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "195.454", - "max": "195.778", - "min": "195.329", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "202.233", - "max": "203.021", - "min": "201.946", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "267.014", - "max": "267.604", - "min": "266.736", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "217.111", - "max": "217.374", - "min": "216.984", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "242.15", - "max": "244.558", - "min": "241.772", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "216.19", - "max": "216.939", - "min": "215.979", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "191.109", - "max": "192.562", - "min": "190.901", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "224.535", - "max": "243.248", - "min": "206.307", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "189.611", - "max": "190.058", - "min": "189.457", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "206.719", - "max": "206.894", - "min": "206.537", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "239.056", - "max": "239.647", - "min": "238.749", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "206.47", - "max": "210.392", - "min": "205.675", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "224.963", - "max": "298.469", - "min": "195.663", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "191.691", - "max": "191.921", - "min": "191.606", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "235.551", - "max": "235.769", - "min": "235.408", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "218.149", - "max": "252.397", - "min": "216.304", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "242.713", - "max": "243.501", - "min": "242.259", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "186.044", - "max": "201.299", - "min": "185.192", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "379.852", - "max": "383.825", - "min": "379.238", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "217.974", - "max": "219.175", - "min": "217.798", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "215.594", - "max": "219.555", - "min": "214.115", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "221.646", - "max": "221.944", - "min": "221.525", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "160.584", - "max": "168.516", - "min": "159.18", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "250.827", - "max": "251.182", - "min": "250.654", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "226.11", - "max": "238.388", - "min": "225.262", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "190.774", - "max": "191.392", - "min": "190.615", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "190.528", - "max": "191.66", - "min": "189.96", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "335.205", - "max": "335.424", - "min": "335.065", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "156.068", - "max": "163.904", - "min": "155.298", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "351.232", - "max": "352.066", - "min": "350.983", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "367.524", - "max": "367.664", - "min": "367.445", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "208.325", - "max": "221.418", - "min": "207.782", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "336.329", - "max": "337.088", - "min": "336.091", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "183.624", - "max": "184.263", - "min": "183.174", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "244.319", - "max": "259.788", - "min": "226.225", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "235.641", - "max": "236.696", - "min": "235.053", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "184.247", - "max": "185.09", - "min": "183.986", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "189.828", - "max": "191.285", - "min": "189.499", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "139.069", - "max": "139.421", - "min": "138.938", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "129.804", - "max": "130.393", - "min": "129.688", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "348.367", - "max": "425.008", - "min": "345.51", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "116.109", - "max": "116.226", - "min": "116.021", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "219.937", - "max": "220.369", - "min": "219.789", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "136.03", - "max": "136.766", - "min": "135.904", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "226.713", - "max": "227.075", - "min": "226.534", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "17.756", - "max": "19.103", - "min": "17.483", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "132.568", - "max": "136.639", - "min": "130.021", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "210.222", - "max": "210.758", - "min": "209.765", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "238.624", - "max": "239.312", - "min": "237.882", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": null, - "max": null, - "min": null, - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "231.282", - "max": "232.998", - "min": "230.713", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "275.087", - "max": "285.76", - "min": "272.322", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "257.367", - "max": "273.279", - "min": "256.361", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "227.485", - "max": "228.245", - "min": "227.339", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "203.625", - "max": "207.199", - "min": "203.337", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "218.622", - "max": "218.98", - "min": "218.513", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "125.04", - "max": "126.898", - "min": "124.702", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "126.078", - "max": "126.418", - "min": "125.891", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "249.758", - "max": "256.087", - "min": "247.093", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "116.461", - "max": "117.488", - "min": "115.96", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "126.351", - "max": "128.297", - "min": "125.376", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "257.765", - "max": "258.743", - "min": "257.475", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "146.645", - "max": "147.098", - "min": "146.468", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "194.575", - "max": "201.659", - "min": "194.142", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "350.661", - "max": "353.659", - "min": "344.789", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "180.944", - "max": "180.944", - "min": "180.944", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "184.546", - "max": "184.705", - "min": "184.463", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "221.216", - "max": "242.757", - "min": "203.779", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "275.742", - "max": "276.895", - "min": "275.486", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "207.459", - "max": "219.596", - "min": "201.015", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "212.284", - "max": "212.45", - "min": "212.202", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "317.566", - "max": "319.378", - "min": "317.287", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "254.229", - "max": "257.334", - "min": "253.903", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "141.525", - "max": "141.829", - "min": "141.415", - "id": "125", - "country": "Brazil", - "source_name": "Sao Paulo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "167": { - "name": "Montevideo", - "data": { - "0": { - "avg": "106.874", - "max": "184.015", - "min": "88.14", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "347.482", - "max": "397.782", - "min": "342.332", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "184.921", - "max": "283.612", - "min": "167.552", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "265.257", - "max": "391.733", - "min": "257.006", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "240.776", - "max": "252.395", - "min": "237.92", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "304.616", - "max": "338.902", - "min": "300.69", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "269.009", - "max": "570.92", - "min": "235.34", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "361.396", - "max": "448.377", - "min": "349.693", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "302.43", - "max": "440.56", - "min": "286.18", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "295.152", - "max": "667.055", - "min": "256.027", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "235.937", - "max": "295.842", - "min": "228.756", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "207.467", - "max": "508.744", - "min": "163.273", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "172.636", - "max": "312.495", - "min": "161.083", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "187.124", - "max": "353.96", - "min": "164.383", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "131.362", - "max": "137.149", - "min": "129.78", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "158.439", - "max": "221.482", - "min": "153.204", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "254.766", - "max": "291.601", - "min": "246.962", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "173.576", - "max": "289.047", - "min": "141.625", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "268.548", - "max": "502.906", - "min": "243.902", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "262.252", - "max": "293.858", - "min": "258.764", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "406.556", - "max": "524.647", - "min": "383.698", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "189.293", - "max": "270.39", - "min": "169.761", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "219.015", - "max": "267.297", - "min": "210.744", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "224.357", - "max": "354.881", - "min": "213.023", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "298.584", - "max": "731.923", - "min": "248.433", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "260.025", - "max": "314.244", - "min": "250.814", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "256.21", - "max": "299.494", - "min": "252.446", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "276.08", - "max": "737.17", - "min": "241.82", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "301.179", - "max": "681.101", - "min": "241.184", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "230.946", - "max": "405.27", - "min": "200.504", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "402.968", - "max": "509.928", - "min": "387.847", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "267.465", - "max": "550.155", - "min": "254.198", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "190.161", - "max": "194.088", - "min": "188.504", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "304.704", - "max": "375.278", - "min": "280.949", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "277.571", - "max": "369.508", - "min": "259.188", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "379.215", - "max": "389.606", - "min": "376.431", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "198.814", - "max": "229.41", - "min": "192.684", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "204.175", - "max": "254.9", - "min": "198.775", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "178.483", - "max": "233.124", - "min": "153.301", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "171.493", - "max": "257.571", - "min": "159.902", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "439.962", - "max": "829.729", - "min": "367.371", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "330.275", - "max": "556.367", - "min": "243.388", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "297.999", - "max": "707.928", - "min": "261.073", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "264.138", - "max": "332.9", - "min": "250.003", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "422.014", - "max": "568.072", - "min": "408.205", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "329.078", - "max": "571.039", - "min": "267.267", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "299.781", - "max": "428.044", - "min": "272.137", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "188.871", - "max": "512.83", - "min": "154.883", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "52.726", - "max": "294.392", - "min": "12.668", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "180.628", - "max": "248.25", - "min": "174.696", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "165.781", - "max": "302.43", - "min": "157.375", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "207.97", - "max": "274.382", - "min": "201.117", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "297.846", - "max": "536.718", - "min": "272.819", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "191.22", - "max": "332.21", - "min": "170.289", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "415.543", - "max": "548.01", - "min": "394.244", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "482.907", - "max": "1270.91", - "min": "392.776", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "295.422", - "max": "453.577", - "min": "259.15", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "408.257", - "max": "584.464", - "min": "343.38", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "291.904", - "max": "327.05", - "min": "285.033", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "253.095", - "max": "292.599", - "min": "242.834", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "327.983", - "max": "578.307", - "min": "289.309", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "282.921", - "max": "427.683", - "min": "273.543", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "400.236", - "max": "493.909", - "min": "377.695", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "422.94", - "max": "599.977", - "min": "380.387", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "346.413", - "max": "611.937", - "min": "281.314", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "337.604", - "max": "601.239", - "min": "274.168", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "166.442", - "max": "221.735", - "min": "157.856", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "283.502", - "max": "361.119", - "min": "278.5", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "40.447", - "max": "132.835", - "min": "32.898", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "193.652", - "max": "286.345", - "min": "179.017", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "353.264", - "max": "361.316", - "min": "350.634", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "198.657", - "max": "253.218", - "min": "188.186", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "190.556", - "max": "676.921", - "min": "170.08", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "279.128", - "max": "285.595", - "min": "277.261", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "236.038", - "max": "296.304", - "min": "229.914", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "189.644", - "max": "466.908", - "min": "145.465", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "222.182", - "max": "306.383", - "min": "201.171", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "164.968", - "max": "215.384", - "min": "159.31", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "187.914", - "max": "277.004", - "min": "163.841", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "213.336", - "max": "289.134", - "min": "208.03", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "198.28", - "max": "412.298", - "min": "171.798", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "427.054", - "max": "539.592", - "min": "417.772", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "402.206", - "max": "471.973", - "min": "395.192", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "201.626", - "max": "361.011", - "min": "192.092", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "291.906", - "max": "335.167", - "min": "289.064", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "240.683", - "max": "247.935", - "min": "238.381", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "137.436", - "max": "156.065", - "min": "133.587", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "181.709", - "max": "192.382", - "min": "179.908", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "251", - "max": "334.43", - "min": "236.167", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "176.653", - "max": "193.047", - "min": "171.262", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "208.573", - "max": "260.963", - "min": "200.659", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "260.755", - "max": "306.22", - "min": "251.449", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "395.275", - "max": "868.755", - "min": "334.252", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "181.225", - "max": "312.574", - "min": "168.769", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "143.592", - "max": "194.288", - "min": "133.855", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "173.855", - "max": "178.958", - "min": "171.747", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "175.486", - "max": "441.57", - "min": "134.223", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "209.215", - "max": "295.217", - "min": "195.26", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "164.151", - "max": "171.244", - "min": "161.469", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "191.875", - "max": "325.632", - "min": "183.879", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "234.759", - "max": "402.269", - "min": "220.153", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "327.263", - "max": "620.507", - "min": "285.286", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "388.152", - "max": "554.444", - "min": "370.234", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "171.326", - "max": "221.487", - "min": "167.797", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "358.298", - "max": "676.326", - "min": "329.187", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "79.1", - "max": "183.1", - "min": "73.101", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "182.286", - "max": "415.677", - "min": "149.801", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "384.759", - "max": "406.381", - "min": "381.724", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "369.145", - "max": "622.947", - "min": "356.538", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "325.862", - "max": "331.245", - "min": "324.199", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "165.091", - "max": "188.502", - "min": "160.125", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "373.021", - "max": "475.864", - "min": "357.126", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "595.879", - "max": "722.724", - "min": "445.237", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "401.88", - "max": "521.366", - "min": "299.089", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "452.384", - "max": "786.071", - "min": "413.822", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "315.132", - "max": "517.5", - "min": "301.458", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "172.342", - "max": "202.843", - "min": "166.981", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "210.905", - "max": "372.894", - "min": "178.188", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "184.347", - "max": "238.71", - "min": "178.394", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "259.603", - "max": "446.034", - "min": "163.798", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "38.56", - "max": "62.487", - "min": "35.349", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "285.03", - "max": "424.865", - "min": "270.919", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "272.931", - "max": "283.405", - "min": "270.329", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "256.204", - "max": "265.329", - "min": "253.662", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "162.723", - "max": "196.912", - "min": "159.499", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "402.835", - "max": "413.86", - "min": "399.083", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "333.38", - "max": "344.048", - "min": "329.602", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "264.273", - "max": "357.493", - "min": "242.129", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "185.331", - "max": "295.576", - "min": "171.951", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "212.931", - "max": "468.13", - "min": "156.381", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "173.824", - "max": "226.684", - "min": "163.242", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "331.642", - "max": "355.598", - "min": "328.786", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "206.366", - "max": "835.074", - "min": "169.727", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "180.933", - "max": "246.982", - "min": "164.596", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "212.496", - "max": "548.505", - "min": "178.486", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "192.619", - "max": "258.579", - "min": "177.615", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "190.759", - "max": "226.063", - "min": "170.474", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "186.346", - "max": "466.477", - "min": "161.033", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "267.634", - "max": "445.913", - "min": "257.588", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "464.27", - "max": "824.012", - "min": "417.668", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "308.566", - "max": "747.216", - "min": "277.766", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "250.387", - "max": "338.099", - "min": "241.429", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "275.5", - "max": "376.743", - "min": "246.691", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "268.543", - "max": "549.209", - "min": "238.876", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "270.178", - "max": "277.405", - "min": "266.786", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "424.742", - "max": "490.653", - "min": "407.104", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "237.36", - "max": "247.118", - "min": "235.315", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "281.687", - "max": "441.855", - "min": "236.5", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "247.837", - "max": "272.301", - "min": "244.18", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "318.406", - "max": "361.142", - "min": "314.426", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "271.191", - "max": "279.867", - "min": "266.358", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "267.156", - "max": "424.217", - "min": "252.652", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "156.605", - "max": "180.361", - "min": "153.199", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "214.128", - "max": "259.227", - "min": "206.083", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "284.994", - "max": "393.331", - "min": "274.032", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "624.564", - "max": "1117.11", - "min": "354.39", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "195.243", - "max": "202.223", - "min": "193.161", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "3.042", - "max": "9.642", - "min": "0.537", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "189.898", - "max": "194.413", - "min": "188.58", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "613.222", - "max": "689.121", - "min": "607.819", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "272.825", - "max": "278.914", - "min": "270.796", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "171.762", - "max": "277.697", - "min": "160.926", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "352.246", - "max": "429.464", - "min": "343.037", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "406.201", - "max": "480.602", - "min": "390.474", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "321.399", - "max": "329.597", - "min": "318.776", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "195.761", - "max": "358.364", - "min": "177.254", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "401.684", - "max": "407.655", - "min": "399.161", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "302.204", - "max": "643.18", - "min": "158.885", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "166.401", - "max": "170.046", - "min": "164.875", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "260.379", - "max": "353.531", - "min": "243.908", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "423.7", - "max": "440.888", - "min": "421.123", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "244.212", - "max": "350.079", - "min": "233.419", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "253.816", - "max": "282.267", - "min": "246.516", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "275.423", - "max": "393.995", - "min": "258.144", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "265.871", - "max": "320.886", - "min": "255.101", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "244.132", - "max": "301.792", - "min": "237.736", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "300.689", - "max": "367.172", - "min": "294.013", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "280.396", - "max": "349.772", - "min": "274.255", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "307.791", - "max": "444.285", - "min": "284.087", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "285.123", - "max": "304.647", - "min": "281.193", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "249.776", - "max": "261.673", - "min": "244.126", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "258.368", - "max": "416.433", - "min": "242.139", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "243.81", - "max": "302.792", - "min": "235.594", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "364.394", - "max": "887.522", - "min": "260.907", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "315.887", - "max": "455.308", - "min": "296.795", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "275.089", - "max": "371.595", - "min": "260.127", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "273.752", - "max": "343.58", - "min": "245.712", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "220.124", - "max": "236.951", - "min": "215.084", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "316.286", - "max": "487.673", - "min": "308.379", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "270.759", - "max": "316.164", - "min": "264.821", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "286.462", - "max": "324.818", - "min": "282.145", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "281.849", - "max": "557.184", - "min": "228.334", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "399.697", - "max": "440.845", - "min": "393.645", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "259.383", - "max": "281.983", - "min": "253.537", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "267.732", - "max": "344.811", - "min": "255.692", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "521.973", - "max": "1150.51", - "min": "266.385", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "176.663", - "max": "293.796", - "min": "144.709", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "314.526", - "max": "429.847", - "min": "285.38", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "250.914", - "max": "371.355", - "min": "229.219", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "248.061", - "max": "324.766", - "min": "239.646", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "248.173", - "max": "391.168", - "min": "237.066", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "389.483", - "max": "611.957", - "min": "353.434", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "165.972", - "max": "190.181", - "min": "161.429", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "420.196", - "max": "434.133", - "min": "413.163", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "398.054", - "max": "949.929", - "min": "367.055", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "233.808", - "max": "265.777", - "min": "227.798", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "385.742", - "max": "404.085", - "min": "383.373", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "214.25", - "max": "222.079", - "min": "210.749", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "279.244", - "max": "325.606", - "min": "266.365", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "299.791", - "max": "343.929", - "min": "290.992", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "259.936", - "max": "396.74", - "min": "236.411", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "262.289", - "max": "419.414", - "min": "233.605", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "182.363", - "max": "249.858", - "min": "171.966", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "153.984", - "max": "165.53", - "min": "151.788", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "395.51", - "max": "876.887", - "min": "368.148", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "216.911", - "max": "419.239", - "min": "172.92", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "250.858", - "max": "256.598", - "min": "248.64", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "199.285", - "max": "543.382", - "min": "164.286", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "262.108", - "max": "296.882", - "min": "258.307", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "52.65", - "max": "94.144", - "min": "44.611", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "165.888", - "max": "375.801", - "min": "153.473", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "250.07", - "max": "280.222", - "min": "244.504", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "305.969", - "max": "531.517", - "min": "275.887", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "211.238", - "max": "462.452", - "min": "167.558", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "194.282", - "max": "230.142", - "min": "189.031", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "394.043", - "max": "842.379", - "min": "301.015", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "336.596", - "max": "358.645", - "min": "333.536", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "282.85", - "max": "341.016", - "min": "272.409", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "281.958", - "max": "613.547", - "min": "244.258", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "286.554", - "max": "367.977", - "min": "274.489", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "179.802", - "max": "240.705", - "min": "173.754", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "179.31", - "max": "466.216", - "min": "159.601", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "285.675", - "max": "295.208", - "min": "282.009", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "138.172", - "max": "231.793", - "min": "129.83", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "196.766", - "max": "636.73", - "min": "172.758", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "337.496", - "max": "488.48", - "min": "289.383", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "189.005", - "max": "354.526", - "min": "167.88", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "259.083", - "max": "352.573", - "min": "249.71", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "434.278", - "max": "625.857", - "min": "408.524", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "202.261", - "max": "202.261", - "min": "202.261", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "289.713", - "max": "711.472", - "min": "231.338", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "251.112", - "max": "304.18", - "min": "245.669", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "354.749", - "max": "662.034", - "min": "326.364", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "284.318", - "max": "586.596", - "min": "234.921", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "265.524", - "max": "284.278", - "min": "259.199", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "432.051", - "max": "564.706", - "min": "398.933", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "328.647", - "max": "705.036", - "min": "300.383", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "186.641", - "max": "277.386", - "min": "180.599", - "id": "167", - "country": "Uruguay", - "source_name": "Montevideo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "168": { - "name": "San Juan", - "data": { - "0": { - "avg": "114.644", - "max": "114.931", - "min": "114.454", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "240.871", - "max": "241.138", - "min": "240.633", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "47.428", - "max": "47.577", - "min": "47.293", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "138.671", - "max": "147.508", - "min": "137.81", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "118.122", - "max": "118.703", - "min": "117.896", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "213.474", - "max": "213.644", - "min": "213.401", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "133.057", - "max": "133.585", - "min": "132.872", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "249.66", - "max": "261.804", - "min": "248.586", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "169.823", - "max": "171.067", - "min": "169.617", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "147.336", - "max": "147.842", - "min": "147.154", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "112.046", - "max": "113.473", - "min": "111.783", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "65.119", - "max": "65.365", - "min": "64.956", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "40.868", - "max": "41.02", - "min": "40.732", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "44.618", - "max": "48.474", - "min": "44.299", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "29.911", - "max": "30.665", - "min": "29.76", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "33.827", - "max": "34.131", - "min": "33.102", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "123.539", - "max": "123.775", - "min": "123.33", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "45.169", - "max": "45.403", - "min": "45.055", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "123.892", - "max": "124.114", - "min": "123.735", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "139.556", - "max": "139.816", - "min": "139.442", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "245.176", - "max": "245.303", - "min": "245.056", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "54.58", - "max": "54.693", - "min": "54.455", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "96.555", - "max": "96.854", - "min": "96.352", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "107.252", - "max": "107.597", - "min": "107.139", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "148.426", - "max": "148.86", - "min": "148.132", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "134.436", - "max": "135.049", - "min": "134.302", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "134.53", - "max": "136.487", - "min": "134.316", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "143.591", - "max": "144.131", - "min": "143.462", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "125.879", - "max": "126.01", - "min": "125.768", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "95.565", - "max": "95.83", - "min": "95.383", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "292.439", - "max": "292.673", - "min": "292.306", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "154.561", - "max": "154.737", - "min": "154.45", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "83.354", - "max": "83.511", - "min": "83.225", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "155.248", - "max": "155.373", - "min": "155.153", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "126.362", - "max": "127.886", - "min": "126.047", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "279.46", - "max": "282.525", - "min": "279.029", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "94.474", - "max": "94.555", - "min": "94.411", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "79.569", - "max": "79.964", - "min": "79.338", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "64.128", - "max": "65.281", - "min": "63.923", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "35.863", - "max": "37.058", - "min": "35.613", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "249.423", - "max": "253.222", - "min": "248.857", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "122.155", - "max": "123.836", - "min": "121.681", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "142.024", - "max": "142.152", - "min": "141.904", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "141.098", - "max": "151.336", - "min": "140.583", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "244.706", - "max": "245.418", - "min": "244.581", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "157.524", - "max": "158.27", - "min": "157.043", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "143.139", - "max": "143.834", - "min": "142.981", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "95.141", - "max": "96.463", - "min": "94.794", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "176.125", - "max": "176.772", - "min": "175.09", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "83.961", - "max": "84.035", - "min": "83.857", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "49.017", - "max": "49.474", - "min": "48.78", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "102.944", - "max": "103.295", - "min": "102.685", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "121.173", - "max": "212.626", - "min": "114.396", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "63.305", - "max": "63.708", - "min": "63.084", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "251.633", - "max": "260.847", - "min": "248.633", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "287.919", - "max": "288.568", - "min": "287.727", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "125.442", - "max": "127.738", - "min": "124.427", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "257.941", - "max": "258.062", - "min": "257.855", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "157.589", - "max": "158.553", - "min": "157.249", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "126.982", - "max": "127.103", - "min": "126.86", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "175.145", - "max": "176.75", - "min": "174.685", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "167.925", - "max": "223.081", - "min": "165.602", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "285.992", - "max": "385.653", - "min": "280.041", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "268.762", - "max": "269.623", - "min": "268.553", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "159.64", - "max": "160.475", - "min": "159.449", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "168.114", - "max": "168.618", - "min": "167.981", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "38.155", - "max": "38.342", - "min": "38.007", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "149.176", - "max": "149.659", - "min": "148.57", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "155.447", - "max": "157.219", - "min": "154.738", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "76.83", - "max": "79.629", - "min": "76.604", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "241.275", - "max": "241.828", - "min": "241.091", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "92.357", - "max": "94.885", - "min": "91.957", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "72.367", - "max": "73.238", - "min": "72.144", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "53.698", - "max": "53.816", - "min": "53.603", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "150.665", - "max": "151.179", - "min": "150.492", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "165.901", - "max": "166.036", - "min": "165.756", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "40.276", - "max": "40.388", - "min": "40.127", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "94.867", - "max": "99.752", - "min": "94.469", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "53.122", - "max": "53.897", - "min": "52.863", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "52.058", - "max": "52.188", - "min": "51.87", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "100.686", - "max": "100.896", - "min": "100.558", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "54.412", - "max": "55.754", - "min": "54.179", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "262.256", - "max": "262.406", - "min": "261.707", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "283.021", - "max": "284.161", - "min": "282.831", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "101.861", - "max": "102.012", - "min": "101.755", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "173.278", - "max": "174.563", - "min": "172.954", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "117.398", - "max": "118.264", - "min": "117.111", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "55.51", - "max": "55.69", - "min": "55.376", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "59.488", - "max": "59.66", - "min": "59.328", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "110.45", - "max": "111.576", - "min": "110.25", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "64.132", - "max": "66.782", - "min": "63.253", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "103.509", - "max": "103.983", - "min": "103.323", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "110.766", - "max": "110.889", - "min": "110.675", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "225.515", - "max": "225.913", - "min": "225.303", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "50.896", - "max": "51.095", - "min": "50.762", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "35.691", - "max": "35.809", - "min": "35.559", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "103.115", - "max": "103.298", - "min": "102.945", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "84.76", - "max": "88.392", - "min": "84.27", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "108.288", - "max": "108.463", - "min": "108.178", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "51.34", - "max": "52.523", - "min": "51.113", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "77.204", - "max": "77.325", - "min": "77.08", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "123.587", - "max": "123.801", - "min": "123.402", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "181.895", - "max": "182.921", - "min": "181.709", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "262.95", - "max": "266.098", - "min": "262.293", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "60.722", - "max": "62.697", - "min": "60.464", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "231.388", - "max": "233.372", - "min": "230.973", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "118.033", - "max": "120.253", - "min": "117.745", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "39.817", - "max": "39.957", - "min": "39.634", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "51.303", - "max": "51.491", - "min": "51.157", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "225.099", - "max": "226.021", - "min": "224.948", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "247.64", - "max": "247.935", - "min": "247.409", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "217.806", - "max": "217.987", - "min": "217.633", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "39.064", - "max": "39.281", - "min": "38.912", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "242.491", - "max": "243.546", - "min": "242.217", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "478.368", - "max": "593.04", - "min": "307.177", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "264.545", - "max": "349.333", - "min": "180.565", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "289.68", - "max": "298.287", - "min": "289.12", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "199.862", - "max": "200.884", - "min": "199.624", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "71.126", - "max": "72.945", - "min": "70.852", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "60.845", - "max": "61.311", - "min": "60.605", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "74.063", - "max": "77.819", - "min": "73.678", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "135.438", - "max": "285.615", - "min": "52.635", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "183.773", - "max": "184.756", - "min": "183.569", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "161.706", - "max": "304.007", - "min": "155.571", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "153.669", - "max": "153.802", - "min": "153.575", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "139.463", - "max": "140.382", - "min": "138.809", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "52.594", - "max": "53.037", - "min": "52.446", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "367.665", - "max": "368.154", - "min": "367.467", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "225.305", - "max": "225.807", - "min": "225.109", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "135.937", - "max": "136.074", - "min": "135.853", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "57.895", - "max": "58.119", - "min": "57.759", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "53.075", - "max": "53.548", - "min": "52.883", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "60.256", - "max": "60.398", - "min": "60.095", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "244.056", - "max": "245.494", - "min": "243.21", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "78.695", - "max": "79.638", - "min": "78.573", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "46.122", - "max": "46.26", - "min": "45.971", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "88.615", - "max": "105.194", - "min": "86.928", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "75.289", - "max": "75.632", - "min": "75.093", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "63.016", - "max": "63.136", - "min": "62.836", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "42.822", - "max": "43.039", - "min": "42.691", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "137.836", - "max": "138.482", - "min": "137.593", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "284.406", - "max": "285.605", - "min": "283.843", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "150.212", - "max": "150.406", - "min": "150.077", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "141.794", - "max": "142.075", - "min": "141.485", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "142.163", - "max": "158.21", - "min": "141.428", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "117.825", - "max": "118.289", - "min": "117.612", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "150.042", - "max": "154.77", - "min": "149.721", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "281.145", - "max": "282.253", - "min": "280.961", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "114.015", - "max": "114.153", - "min": "113.893", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "115.815", - "max": "115.937", - "min": "115.717", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "121.673", - "max": "132.117", - "min": "119.661", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "200.811", - "max": "200.977", - "min": "200.662", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "140.424", - "max": "142.959", - "min": "140.176", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "123.513", - "max": "124.087", - "min": "123.289", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "39.125", - "max": "39.255", - "min": "39.039", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "101.314", - "max": "101.643", - "min": "101.028", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "158.538", - "max": "158.975", - "min": "158.328", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "260.232", - "max": "306.493", - "min": "252.307", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "78.625", - "max": "78.891", - "min": "78.41", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "196.061", - "max": "284.533", - "min": "188.416", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "0.039", - "max": "0.068", - "min": "0.026", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "506.919", - "max": "507.5", - "min": "506.432", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "154.819", - "max": "155.34", - "min": "154.595", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "39.638", - "max": "41.051", - "min": "39.463", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "225.044", - "max": "225.472", - "min": "224.871", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "294.699", - "max": "294.913", - "min": "294.591", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "197.258", - "max": "198.738", - "min": "197.007", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "98.633", - "max": "99.413", - "min": "98.467", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "265.625", - "max": "273.152", - "min": "263.134", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "47.909", - "max": "48.195", - "min": "47.668", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "43.048", - "max": "43.193", - "min": "42.945", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "122.203", - "max": "127.647", - "min": "121.559", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "309.777", - "max": "309.964", - "min": "309.661", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "115.984", - "max": "117.46", - "min": "115.791", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "124.935", - "max": "125.42", - "min": "124.68", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "142.662", - "max": "150.732", - "min": "142.077", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "137.236", - "max": "137.341", - "min": "137.133", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "117.578", - "max": "118.372", - "min": "117.293", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "168.664", - "max": "169.967", - "min": "168.314", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "163.014", - "max": "163.281", - "min": "162.887", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "171.209", - "max": "172.497", - "min": "171.006", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "151.539", - "max": "152.353", - "min": "151.369", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "126.273", - "max": "136.492", - "min": "125.403", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "120.284", - "max": "120.463", - "min": "120.119", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "127.513", - "max": "127.674", - "min": "127.416", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "152.563", - "max": "152.825", - "min": "152.436", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "165.172", - "max": "165.372", - "min": "164.973", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "141.901", - "max": "161.222", - "min": "140.199", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "135.042", - "max": "164.56", - "min": "121.658", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "116.492", - "max": "116.768", - "min": "116.315", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "174.175", - "max": "174.879", - "min": "173.978", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "146.516", - "max": "167.539", - "min": "145.649", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "152.463", - "max": "153.108", - "min": "151.972", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "125.289", - "max": "140.76", - "min": "123.929", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "289.966", - "max": "292.158", - "min": "289.451", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "124.925", - "max": "125.278", - "min": "124.778", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "136.039", - "max": "136.209", - "min": "135.908", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "151.252", - "max": "151.381", - "min": "151.159", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "100.827", - "max": "108.549", - "min": "99.218", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "166.936", - "max": "167.226", - "min": "166.748", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "120.623", - "max": "127.632", - "min": "120.081", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "131.177", - "max": "134.576", - "min": "130.873", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "122.563", - "max": "125.663", - "min": "121.101", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "251.92", - "max": "252.925", - "min": "251.683", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "43.954", - "max": "47.225", - "min": "43.18", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "267.032", - "max": "271.402", - "min": "263.072", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "268.317", - "max": "268.487", - "min": "268.198", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "130.04", - "max": "130.438", - "min": "129.877", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "252.975", - "max": "254.114", - "min": "252.787", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "135.08", - "max": "135.241", - "min": "134.838", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "141.25", - "max": "141.382", - "min": "141.133", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "173.809", - "max": "174.421", - "min": "173.58", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "115.027", - "max": "115.955", - "min": "114.632", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "133.329", - "max": "135.089", - "min": "132.86", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "56.542", - "max": "56.689", - "min": "56.447", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "68.072", - "max": "68.187", - "min": "67.982", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "285.657", - "max": "377.454", - "min": "282.102", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "45.723", - "max": "45.893", - "min": "45.644", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "128.346", - "max": "128.558", - "min": "128.203", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "45.85", - "max": "46.009", - "min": "45.742", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "139.458", - "max": "139.639", - "min": "139.324", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "158.676", - "max": "159.654", - "min": "158.492", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "73.452", - "max": "76.759", - "min": "69.705", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "129.565", - "max": "129.752", - "min": "129.401", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "144.719", - "max": "146.721", - "min": "143.939", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "101.451", - "max": "103.647", - "min": "100.717", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "237.056", - "max": "242.844", - "min": "236.553", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "271.57", - "max": "271.886", - "min": "271.4", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "207.232", - "max": "207.898", - "min": "207.007", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "151.248", - "max": "151.491", - "min": "151.14", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "116.062", - "max": "116.263", - "min": "115.964", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "154.479", - "max": "154.579", - "min": "154.378", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "50.555", - "max": "53.699", - "min": "50.102", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "38.462", - "max": "38.704", - "min": "38.334", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "167.336", - "max": "171.282", - "min": "165.744", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "98.884", - "max": "100.323", - "min": "97.876", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "67.563", - "max": "69.144", - "min": "66.376", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "168.445", - "max": "169.104", - "min": "168.184", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "65.675", - "max": "66.594", - "min": "65.424", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "125.956", - "max": "131.349", - "min": "125.445", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "272.299", - "max": "276.484", - "min": "260.738", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "128.483", - "max": "128.483", - "min": "128.483", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "109.586", - "max": "109.727", - "min": "109.485", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "126.884", - "max": "127.236", - "min": "126.733", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "206.607", - "max": "206.82", - "min": "206.393", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "129.231", - "max": "142.575", - "min": "121.627", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "164.239", - "max": "164.355", - "min": "164.125", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "255.985", - "max": "256.585", - "min": "255.717", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "186.909", - "max": "187.645", - "min": "186.603", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "58.737", - "max": "64.527", - "min": "58.007", - "id": "168", - "country": "Puerto Rico", - "source_name": "San Juan", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "213": { - "name": "Bogota", - "data": { - "0": { - "avg": "115.999", - "max": "117.982", - "min": "115.645", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "305.831", - "max": "309.816", - "min": "297.131", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "131.548", - "max": "140.566", - "min": "122.965", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "188.947", - "max": "197.978", - "min": "187.763", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "169.808", - "max": "170.831", - "min": "169.538", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "268.01", - "max": "272.202", - "min": "259.387", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "176.306", - "max": "176.941", - "min": "176.04", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "277.024", - "max": "285.044", - "min": "274.31", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "212.835", - "max": "215.021", - "min": "212.565", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "189.59", - "max": "196.329", - "min": "188.624", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "150.948", - "max": "151.282", - "min": "150.71", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "87.934", - "max": "93.948", - "min": "86.168", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "86.023", - "max": "86.305", - "min": "85.807", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "91.519", - "max": "100.043", - "min": "90.53", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "62.192", - "max": "69.939", - "min": "61.363", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "116.388", - "max": "119.975", - "min": "106.403", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "184.697", - "max": "192.969", - "min": "183.647", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "79.402", - "max": "84.557", - "min": "75.548", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "167.718", - "max": "174.154", - "min": "166.318", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "192.348", - "max": "192.469", - "min": "192.156", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "274.392", - "max": "282.885", - "min": "272.98", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "104.041", - "max": "109.61", - "min": "100.746", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "138.549", - "max": "147.976", - "min": "136.821", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "136.661", - "max": "146.044", - "min": "136.054", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "209.123", - "max": "210.178", - "min": "208.697", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "173.529", - "max": "182.41", - "min": "171.553", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "187.369", - "max": "196.661", - "min": "186.581", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "200.361", - "max": "211.189", - "min": "199.658", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "175.549", - "max": "184.397", - "min": "174.043", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "136.413", - "max": "143.983", - "min": "134.433", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "310.364", - "max": "320.417", - "min": "308.725", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "188.054", - "max": "198.285", - "min": "186.641", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "109.732", - "max": "119.355", - "min": "108.871", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "204.592", - "max": "205.188", - "min": "204.323", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "178.327", - "max": "188.161", - "min": "177.205", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "308.126", - "max": "319.328", - "min": "307.425", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "124.401", - "max": "124.577", - "min": "124.251", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "223.757", - "max": "234.564", - "min": "223.011", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "90.865", - "max": "99.222", - "min": "88.987", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "82.495", - "max": "88.371", - "min": "81.055", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "298.181", - "max": "309.491", - "min": "296.454", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "176.072", - "max": "185.519", - "min": "175.13", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "196.045", - "max": "196.403", - "min": "195.839", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "189.247", - "max": "193.587", - "min": "188.81", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "344.574", - "max": "351.526", - "min": "344.052", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "204.458", - "max": "208.46", - "min": "201.895", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "181.84", - "max": "190.67", - "min": "179.982", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "4.784", - "max": "6.588", - "min": "4.556", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "104.124", - "max": "120.365", - "min": "91.154", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "94.676", - "max": "94.976", - "min": "94.47", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "95.721", - "max": "96.707", - "min": "95.534", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "180.096", - "max": "184.04", - "min": "175.126", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "225.89", - "max": "254.657", - "min": "169.779", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "117.971", - "max": "123.432", - "min": "116.359", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "301.247", - "max": "312.743", - "min": "296.99", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "347.283", - "max": "354.473", - "min": "346.664", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "184.981", - "max": "186.861", - "min": "184.059", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "274.329", - "max": "282.072", - "min": "272.04", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "184.594", - "max": "185.821", - "min": "184.349", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "177.853", - "max": "186.741", - "min": "176.807", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "221.487", - "max": "227.663", - "min": "220.391", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "217.567", - "max": "249.329", - "min": "211.089", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "338.869", - "max": "409.509", - "min": "324.507", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "331.131", - "max": "338.569", - "min": "330.433", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "210.824", - "max": "212.214", - "min": "210.55", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "205.074", - "max": "215.621", - "min": "202.194", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "89.235", - "max": "89.637", - "min": "89.019", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "209.909", - "max": "220.522", - "min": "209.128", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "201.901", - "max": "210.084", - "min": "200.864", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "158.673", - "max": "165.842", - "min": "146.849", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "315.191", - "max": "318.741", - "min": "314.861", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "122.647", - "max": "132.721", - "min": "121.786", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "129.306", - "max": "129.904", - "min": "128.948", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "110.733", - "max": "114.093", - "min": "102.905", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "200.282", - "max": "208.956", - "min": "199.321", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "163.077", - "max": "163.494", - "min": "162.851", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "79.288", - "max": "85.25", - "min": "77.441", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "140.059", - "max": "183.901", - "min": "138.283", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "103.591", - "max": "111.07", - "min": "101.77", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "130.993", - "max": "138.382", - "min": "119.464", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "165.832", - "max": "171.591", - "min": "165.385", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "104.553", - "max": "107.004", - "min": "104.231", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "439.195", - "max": "449.663", - "min": "438.007", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "338.771", - "max": "346.219", - "min": "336.953", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "116.918", - "max": "117.491", - "min": "116.752", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "230.706", - "max": "232.199", - "min": "230.307", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "165.684", - "max": "166.219", - "min": "165.393", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "99.903", - "max": "103.768", - "min": "91.81", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "91.263", - "max": "92.537", - "min": "91.039", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "160.677", - "max": "169.624", - "min": "158.801", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "110.06", - "max": "117.645", - "min": "109.147", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "140.301", - "max": "140.747", - "min": "140.084", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "163.779", - "max": "164.241", - "min": "163.613", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "289.828", - "max": "298.356", - "min": "288.841", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "94.867", - "max": "100.317", - "min": "94.293", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "97.658", - "max": "106.324", - "min": "87.992", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "142.488", - "max": "145.71", - "min": "135.228", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "116.765", - "max": "142.155", - "min": "115.284", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "172.123", - "max": "183.461", - "min": "163.658", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "96.321", - "max": "104.725", - "min": "95.35", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "111.172", - "max": "115.42", - "min": "110.828", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "149.003", - "max": "157.609", - "min": "147.383", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "214.347", - "max": "227.411", - "min": "211.832", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "302.568", - "max": "304.156", - "min": "302.052", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "100.812", - "max": "109.196", - "min": "99.74", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "258.774", - "max": "259.689", - "min": "258.305", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "137.533", - "max": "139.629", - "min": "137.22", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "103.303", - "max": "114.76", - "min": "99.571", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "114.683", - "max": "119.442", - "min": "102.232", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "286.189", - "max": "289.19", - "min": "285.157", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "295.207", - "max": "298.125", - "min": "294.896", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "263.961", - "max": "272.092", - "min": "262.714", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "97.265", - "max": "103.259", - "min": "94.732", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "376.379", - "max": "385.473", - "min": "374.605", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "518.021", - "max": "627.457", - "min": "361.906", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "337.729", - "max": "443.309", - "min": "251.612", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "327.908", - "max": "337.502", - "min": "327.141", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "219.958", - "max": "221.707", - "min": "219.686", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "100.989", - "max": "101.156", - "min": "100.75", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "103.738", - "max": "104.933", - "min": "103.248", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "107.531", - "max": "114.482", - "min": "105.78", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "167.193", - "max": "312.807", - "min": "85.871", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "159.893", - "max": "167.743", - "min": "159.15", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "210.243", - "max": "359.565", - "min": "204.057", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "192.704", - "max": "199.541", - "min": "191.381", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "186.103", - "max": "187.957", - "min": "185.587", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "86.955", - "max": "87.377", - "min": "86.699", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "369.903", - "max": "377.081", - "min": "369.247", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "272.786", - "max": "282.344", - "min": "271.541", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "176.073", - "max": "190.1", - "min": "174.534", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "101.601", - "max": "110.295", - "min": "100.292", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "97.767", - "max": "106.239", - "min": "94.953", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "141.788", - "max": "150.083", - "min": "126.735", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "258.361", - "max": "265.777", - "min": "257.1", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "136.394", - "max": "140.3", - "min": "129.894", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "98.712", - "max": "98.969", - "min": "98.424", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "116.134", - "max": "121.766", - "min": "115.089", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "138.498", - "max": "146.884", - "min": "127.314", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "93.293", - "max": "100.523", - "min": "92.763", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "95.524", - "max": "97.819", - "min": "95.277", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "191.346", - "max": "198.444", - "min": "190.11", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "372.991", - "max": "387.034", - "min": "371.272", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "202.712", - "max": "202.9", - "min": "202.565", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "194.953", - "max": "200.779", - "min": "188.007", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "180.691", - "max": "193.831", - "min": "178.313", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "180.792", - "max": "187.236", - "min": "177.027", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "208.785", - "max": "218.606", - "min": "207.834", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "329.021", - "max": "339.023", - "min": "328.084", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "168.08", - "max": "178.738", - "min": "167.581", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "160.318", - "max": "160.52", - "min": "160.119", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "174.955", - "max": "205.599", - "min": "171.758", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "244.736", - "max": "255.098", - "min": "243.917", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "196.98", - "max": "197.517", - "min": "196.736", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "168.348", - "max": "174.727", - "min": "167.773", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "93.909", - "max": "94.156", - "min": "93.775", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "149.704", - "max": "150.737", - "min": "149.446", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "199.388", - "max": "205.727", - "min": "198.813", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "275.899", - "max": "322.183", - "min": "267.999", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "143.462", - "max": "152.203", - "min": "142.978", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "211.186", - "max": "301.322", - "min": "183.034", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "102.293", - "max": "110.909", - "min": "99.291", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "535.105", - "max": "536.371", - "min": "534.415", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "206.199", - "max": "207.653", - "min": "205.919", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "99.192", - "max": "104.784", - "min": "95.84", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "269.845", - "max": "271.917", - "min": "269.444", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "324.015", - "max": "324.453", - "min": "323.82", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "244.059", - "max": "248.939", - "min": "243.676", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "119.401", - "max": "127.127", - "min": "118.379", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "313.483", - "max": "324.197", - "min": "306.133", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "104.926", - "max": "111.839", - "min": "102.889", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "88.707", - "max": "89.319", - "min": "88.503", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "175.69", - "max": "178.899", - "min": "175.213", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "294.709", - "max": "294.977", - "min": "294.544", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "165.879", - "max": "173.487", - "min": "163.079", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "180.816", - "max": "189.361", - "min": "178.937", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "190.354", - "max": "202.903", - "min": "189.438", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "187.527", - "max": "197.243", - "min": "186.719", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "170.294", - "max": "178.261", - "min": "169.183", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "221.946", - "max": "222.235", - "min": "221.686", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "201.843", - "max": "207.48", - "min": "201.436", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "206.332", - "max": "211.686", - "min": "205.982", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "205.039", - "max": "216.215", - "min": "199.588", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "168.74", - "max": "177.791", - "min": "168.159", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "178.547", - "max": "184.734", - "min": "177.555", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "161.156", - "max": "172.424", - "min": "160.501", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "186.773", - "max": "194.138", - "min": "185.72", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "215.546", - "max": "216.301", - "min": "215.177", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "193.191", - "max": "205.598", - "min": "191.922", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "207.319", - "max": "246.682", - "min": "179.75", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "153.748", - "max": "158.239", - "min": "151.413", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "209.171", - "max": "218.324", - "min": "207.496", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "198.257", - "max": "200.965", - "min": "197.92", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "200.78", - "max": "201.317", - "min": "200.199", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "162.975", - "max": "169.19", - "min": "160.21", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "352.915", - "max": "376.093", - "min": "343.33", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "178.201", - "max": "188.652", - "min": "177.607", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "181.22", - "max": "181.772", - "min": "181.021", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "188.934", - "max": "196.981", - "min": "188.484", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "0.107", - "max": "0.543", - "min": "0.028", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "224.039", - "max": "231.64", - "min": "221.807", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "169.444", - "max": "171.414", - "min": "169.126", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "176.305", - "max": "180.853", - "min": "175.397", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "173.165", - "max": "180.73", - "min": "171.738", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "275.055", - "max": "286.617", - "min": "272.098", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "87.856", - "max": "93.665", - "min": "87.109", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "327.872", - "max": "334.787", - "min": "307.09", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "325.001", - "max": "334.354", - "min": "322.192", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "164.816", - "max": "173.611", - "min": "163.104", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "293.206", - "max": "293.763", - "min": "292.916", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "144.927", - "max": "145.395", - "min": "144.671", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "198.562", - "max": "206.984", - "min": "198.038", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "229.537", - "max": "236.794", - "min": "229.078", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "168.426", - "max": "175.58", - "min": "167.031", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "176.216", - "max": "184.864", - "min": "173.29", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "131.032", - "max": "135.461", - "min": "120.231", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "93.753", - "max": "94.423", - "min": "93.609", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "334.876", - "max": "337.126", - "min": "334.557", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "93.652", - "max": "103.691", - "min": "92.069", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "168.343", - "max": "174.582", - "min": "166.337", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "98.326", - "max": "98.759", - "min": "98.175", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "175.941", - "max": "183.046", - "min": "175.046", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "194.361", - "max": "203.016", - "min": "193.193", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "84.967", - "max": "89.669", - "min": "81.588", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "173.044", - "max": "182.348", - "min": "172.238", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "191.941", - "max": "196.331", - "min": "190.435", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "130.466", - "max": "142.229", - "min": "117.772", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "233.772", - "max": "242.891", - "min": "232.92", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "309.179", - "max": "320.315", - "min": "308.55", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "240.103", - "max": "248.728", - "min": "239.021", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "197.661", - "max": "197.996", - "min": "197.455", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "177.092", - "max": "177.448", - "min": "176.935", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "203.526", - "max": "204.396", - "min": "203.278", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "110.891", - "max": "115.718", - "min": "105.184", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "87.447", - "max": "94.887", - "min": "85.32", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "217.84", - "max": "224.91", - "min": "214.594", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "26.285", - "max": "26.592", - "min": "26.039", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "98.655", - "max": "104.869", - "min": "96.792", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "213.752", - "max": "222.131", - "min": "212.851", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "105.821", - "max": "106.384", - "min": "105.459", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "164.172", - "max": "172.563", - "min": "161.424", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "307.346", - "max": "319.329", - "min": "295.236", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "130.122", - "max": "130.122", - "min": "130.122", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "164.011", - "max": "171.527", - "min": "162.441", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "178.97", - "max": "185.528", - "min": "178.36", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "259.315", - "max": "260.01", - "min": "259.008", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "170.87", - "max": "178.572", - "min": "163.112", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "187.391", - "max": "194.881", - "min": "185.586", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "341.611", - "max": "343.499", - "min": "341.298", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "271.86", - "max": "278.769", - "min": "268.435", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "105.711", - "max": "114.877", - "min": "104.803", - "id": "213", - "country": "Colombia", - "source_name": "Bogota", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "220": { - "name": "La Ceiba", - "data": { - "0": { - "avg": "132.621", - "max": "139.339", - "min": "131.814", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "217.946", - "max": "220.655", - "min": "217.465", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "15.593", - "max": "20.906", - "min": "14.555", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "102.61", - "max": "110.796", - "min": "101.379", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "81.174", - "max": "93.625", - "min": "80.014", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "178.656", - "max": "184.888", - "min": "178.142", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "89.605", - "max": "111.198", - "min": "86.579", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "224.511", - "max": "241.24", - "min": "221.455", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "117.08", - "max": "126.224", - "min": "116.224", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "99.052", - "max": "102.575", - "min": "98.285", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "73.457", - "max": "76.306", - "min": "72.815", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "44.09", - "max": "61.04", - "min": "42.518", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "4.722", - "max": "10.398", - "min": "4.128", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "12.244", - "max": "18.854", - "min": "11.109", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "35.136", - "max": "41.872", - "min": "34.627", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "11.579", - "max": "30.207", - "min": "10.009", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "106.219", - "max": "110.364", - "min": "105.048", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "19.367", - "max": "21.474", - "min": "18.913", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "91.645", - "max": "97.321", - "min": "90.813", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "107.688", - "max": "115.179", - "min": "107.161", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "218.669", - "max": "220.646", - "min": "218.289", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "24.449", - "max": "25.532", - "min": "24.147", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "74.623", - "max": "79.78", - "min": "72.97", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "72.841", - "max": "86.699", - "min": "71.604", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "102.692", - "max": "107.571", - "min": "101.17", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "89.227", - "max": "101.743", - "min": "87.746", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "97.764", - "max": "109.475", - "min": "96.846", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "114.81", - "max": "118.388", - "min": "114.018", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "92.506", - "max": "96.946", - "min": "91.428", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "70.666", - "max": "76.998", - "min": "69.54", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "259.896", - "max": "264.406", - "min": "259.213", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "115.733", - "max": "125.778", - "min": "114.366", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "70.605", - "max": "74.135", - "min": "69.901", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "130.141", - "max": "135.449", - "min": "129.209", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "107.514", - "max": "114.115", - "min": "105.618", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "243.386", - "max": "251.155", - "min": "242.426", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "68.071", - "max": "70.521", - "min": "67.642", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "57.094", - "max": "66.491", - "min": "56.102", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "42.499", - "max": "45.16", - "min": "42.083", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "14.274", - "max": "22.974", - "min": "13.382", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "220.009", - "max": "225.798", - "min": "217.337", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "84.832", - "max": "90.94", - "min": "83.278", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "115.621", - "max": "121.53", - "min": "114.78", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "104.256", - "max": "111.845", - "min": "103.462", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "216.855", - "max": "223.503", - "min": "216.137", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "107.332", - "max": "114.174", - "min": "106.059", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "102.813", - "max": "124.43", - "min": "101.183", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "87.884", - "max": "93.35", - "min": "87.255", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "169.321", - "max": "171.352", - "min": "168.832", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "50.257", - "max": "52.201", - "min": "49.667", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "11.963", - "max": "18.373", - "min": "11.335", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "70.183", - "max": "76.137", - "min": "69.577", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "127.391", - "max": "144.637", - "min": "114.461", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "34.411", - "max": "49.73", - "min": "32.995", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "239.448", - "max": "260.51", - "min": "232.852", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "274.834", - "max": "278.161", - "min": "274.233", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "117.186", - "max": "130.418", - "min": "115.075", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "216.241", - "max": "224.119", - "min": "214.791", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "122.305", - "max": "137.525", - "min": "120.219", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "103.895", - "max": "106.673", - "min": "103.566", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "128.355", - "max": "140.4", - "min": "126.792", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "136.492", - "max": "195.85", - "min": "129.602", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "269.623", - "max": "327.819", - "min": "259.04", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "282.863", - "max": "289.588", - "min": "280.975", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "124.85", - "max": "139.238", - "min": "123.036", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "129.588", - "max": "134.623", - "min": "128.886", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "6.106", - "max": "8.442", - "min": "5.483", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "127.432", - "max": "145.273", - "min": "125.74", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "135.985", - "max": "146.137", - "min": "133.7", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "47.207", - "max": "61.404", - "min": "45.842", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "227.449", - "max": "234.973", - "min": "226.766", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "69.679", - "max": "79.261", - "min": "67.6", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "78.302", - "max": "83.658", - "min": "77.615", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "26.561", - "max": "33.595", - "min": "25.624", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "111.386", - "max": "117.232", - "min": "110.432", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "83.857", - "max": "95.661", - "min": "81.369", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "19.627", - "max": "21.051", - "min": "19.174", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "74.94", - "max": "80.905", - "min": "73.898", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "21.689", - "max": "33.836", - "min": "20.426", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "23.376", - "max": "35.399", - "min": "21.511", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "74.177", - "max": "78.72", - "min": "73.678", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "20.837", - "max": "26.437", - "min": "18.949", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "267.666", - "max": "270.825", - "min": "266.492", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "246.305", - "max": "253.722", - "min": "245.248", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "52.984", - "max": "61.647", - "min": "52.13", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "148.774", - "max": "150.865", - "min": "148.014", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "87.861", - "max": "97.383", - "min": "86.598", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "37.254", - "max": "49.215", - "min": "36.495", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "28.395", - "max": "36.008", - "min": "27.723", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "78.461", - "max": "84.979", - "min": "77.656", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "33.13", - "max": "41.338", - "min": "32.053", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "73.949", - "max": "80.298", - "min": "73.465", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "100.316", - "max": "104.754", - "min": "99.647", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "200.525", - "max": "212.227", - "min": "198.459", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "14.331", - "max": "18.863", - "min": "13.494", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "51.49", - "max": "61.084", - "min": "50.117", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "81.351", - "max": "85.154", - "min": "80.831", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "64.177", - "max": "91.646", - "min": "61.296", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "76.361", - "max": "82.806", - "min": "75.079", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "22.784", - "max": "25.903", - "min": "22.203", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "32.313", - "max": "37.281", - "min": "31.43", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "78.709", - "max": "84.679", - "min": "76.811", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "129.492", - "max": "136.365", - "min": "128.579", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "228.514", - "max": "250.265", - "min": "225.239", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "28.983", - "max": "39.076", - "min": "27.528", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "205.841", - "max": "211.742", - "min": "205.062", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "96.135", - "max": "104.994", - "min": "94.174", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "10.051", - "max": "16.801", - "min": "9.203", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "24.449", - "max": "34.916", - "min": "22.688", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "210.492", - "max": "220.386", - "min": "208.38", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "224.431", - "max": "228.057", - "min": "217.093", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "203.126", - "max": "216.995", - "min": "202.109", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "5.046", - "max": "17.353", - "min": "4.127", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "208.05", - "max": "230.376", - "min": "205.004", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "453.821", - "max": "567.528", - "min": "276.397", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "235.865", - "max": "361.788", - "min": "142.37", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "224.781", - "max": "232.08", - "min": "223.392", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "181.926", - "max": "210.568", - "min": "176.79", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "47.829", - "max": "57.269", - "min": "46.903", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "41.372", - "max": "45.584", - "min": "40.47", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "47.062", - "max": "50.443", - "min": "46.495", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "121.448", - "max": "276.171", - "min": "32.967", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "156.638", - "max": "161.353", - "min": "155.244", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "109.118", - "max": "140.857", - "min": "107.089", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "109.767", - "max": "115.284", - "min": "108.876", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "109.863", - "max": "117.769", - "min": "108.358", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "4.528", - "max": "11.1", - "min": "3.884", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "219.304", - "max": "225.541", - "min": "218.141", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "176.588", - "max": "189.119", - "min": "175.688", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "101.164", - "max": "112.035", - "min": "99.981", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "25.545", - "max": "32.466", - "min": "24.264", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "25.855", - "max": "35.038", - "min": "24.841", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "34.599", - "max": "38.324", - "min": "33.915", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "218.103", - "max": "233.047", - "min": "215.915", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "51.203", - "max": "62.231", - "min": "50.306", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "12.453", - "max": "26.493", - "min": "11.068", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "56.569", - "max": "98.758", - "min": "53.112", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "48.252", - "max": "52.955", - "min": "47.765", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "35.437", - "max": "48.273", - "min": "32.98", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "14.682", - "max": "39.233", - "min": "10.63", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "101.645", - "max": "103.018", - "min": "101.231", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "261.085", - "max": "266.667", - "min": "260.166", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "110.968", - "max": "119.321", - "min": "109.524", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "102.636", - "max": "106.609", - "min": "102.042", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "109.728", - "max": "114.148", - "min": "108.802", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "93.356", - "max": "98.582", - "min": "92.562", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "128.958", - "max": "141.495", - "min": "127.664", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "252.853", - "max": "261.107", - "min": "251.568", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "73.176", - "max": "80.296", - "min": "72.349", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "77.34", - "max": "94.272", - "min": "75.496", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "90.24", - "max": "116.078", - "min": "87.238", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "185.531", - "max": "203.661", - "min": "182.937", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "130.065", - "max": "136.464", - "min": "129.047", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "90.018", - "max": "97.716", - "min": "87.931", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "16.964", - "max": "26.073", - "min": "16.13", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "78.777", - "max": "84.538", - "min": "77.629", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "112.232", - "max": "131.591", - "min": "108.148", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "222.648", - "max": "269.768", - "min": "213.65", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "44.286", - "max": "53.737", - "min": "43.405", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "169.945", - "max": "251.363", - "min": "161.223", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "44.376", - "max": "54.445", - "min": "43.139", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "484.2", - "max": "492.023", - "min": "482.644", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "112.121", - "max": "117.415", - "min": "111.39", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "5.459", - "max": "21.805", - "min": "3.726", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "184.717", - "max": "204.388", - "min": "182.508", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "241.384", - "max": "243.565", - "min": "240.948", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "168.996", - "max": "172.438", - "min": "168.442", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "58.005", - "max": "67.077", - "min": "56.7", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "253.132", - "max": "267.084", - "min": "239.616", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "15.099", - "max": "20.924", - "min": "14.21", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "16.741", - "max": "23.717", - "min": "16.192", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "103.474", - "max": "111.316", - "min": "102.394", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "271.377", - "max": "273.615", - "min": "270.993", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "86.954", - "max": "109.74", - "min": "85.032", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "98.025", - "max": "115.774", - "min": "96.268", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "108.409", - "max": "114.489", - "min": "106.956", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "101.671", - "max": "109.843", - "min": "99.806", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "76.621", - "max": "79.018", - "min": "75.941", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "148.408", - "max": "179.482", - "min": "144.712", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "122.523", - "max": "130.051", - "min": "122.076", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "126.54", - "max": "142.612", - "min": "125.075", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "139.251", - "max": "146.036", - "min": "137.546", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "85.325", - "max": "87.491", - "min": "84.624", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "99.03", - "max": "114.261", - "min": "96.843", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "82.038", - "max": "89.571", - "min": "81.139", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "111.056", - "max": "122.497", - "min": "110.314", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "136.915", - "max": "144.756", - "min": "135.814", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "106.944", - "max": "130.427", - "min": "103.458", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "105.017", - "max": "117.757", - "min": "89.079", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "74.281", - "max": "78.577", - "min": "73.689", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "136.767", - "max": "140.925", - "min": "135.611", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "112.397", - "max": "121.116", - "min": "109.987", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "131.777", - "max": "147.816", - "min": "129.431", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "79.449", - "max": "83.378", - "min": "78.681", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "271.764", - "max": "279.401", - "min": "270.696", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "100.111", - "max": "105.019", - "min": "99.716", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "109.896", - "max": "112.258", - "min": "109.37", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "116.945", - "max": "120.77", - "min": "116.265", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "89.432", - "max": "97.724", - "min": "87.014", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "132.967", - "max": "143.091", - "min": "131.718", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "82.067", - "max": "95.486", - "min": "79.131", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "83.767", - "max": "89.722", - "min": "83.159", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "81.988", - "max": "86.503", - "min": "81.575", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "232.979", - "max": "247.845", - "min": "231.644", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "0.05", - "max": "0.08", - "min": "0.011", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "233.119", - "max": "250.008", - "min": "224.818", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "250.204", - "max": "257.312", - "min": "249.034", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "82.686", - "max": "86.411", - "min": "82.105", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "223.953", - "max": "232.496", - "min": "222.648", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "78.927", - "max": "85.681", - "min": "78.08", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "110.672", - "max": "118.862", - "min": "109.041", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "138.147", - "max": "149.225", - "min": "136.505", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "78.975", - "max": "89.179", - "min": "77.506", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "81.639", - "max": "92.037", - "min": "80.287", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "26.462", - "max": "30.568", - "min": "25.695", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "38.071", - "max": "41.883", - "min": "37.557", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "237.759", - "max": "240.375", - "min": "237.306", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "11.525", - "max": "23.953", - "min": "10.146", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "102.753", - "max": "108.026", - "min": "101.902", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "15.407", - "max": "23.705", - "min": "13.936", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "113.688", - "max": "124.006", - "min": "112.068", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "160.123", - "max": "161.492", - "min": "159.649", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "51.147", - "max": "58.141", - "min": "47.342", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "97.748", - "max": "113.219", - "min": "95.935", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "119.663", - "max": "139.834", - "min": "116.285", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "77.558", - "max": "109.311", - "min": "74.082", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "211.82", - "max": "215.385", - "min": "211.098", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "160.764", - "max": "169.521", - "min": "159.215", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "168.2", - "max": "177.637", - "min": "166.983", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "122.224", - "max": "126.47", - "min": "121.709", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "87.317", - "max": "96.832", - "min": "85.545", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "133.668", - "max": "152.628", - "min": "131.896", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "16.408", - "max": "28.23", - "min": "14.999", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "15.089", - "max": "17.592", - "min": "14.312", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "138.567", - "max": "143.69", - "min": "136.559", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "99.389", - "max": "102.43", - "min": "98.538", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "16.996", - "max": "29.343", - "min": "15.038", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "140.548", - "max": "143.069", - "min": "139.988", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "36.386", - "max": "51.768", - "min": "34.206", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "88.566", - "max": "105.508", - "min": "86.885", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "233.817", - "max": "244.885", - "min": "221.406", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "105.555", - "max": "105.555", - "min": "105.555", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "79.431", - "max": "87.82", - "min": "78.837", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "103.853", - "max": "121.877", - "min": "101.924", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "173.082", - "max": "197.695", - "min": "168.663", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "93.399", - "max": "105.857", - "min": "83.47", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "109.592", - "max": "135.013", - "min": "106.936", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "208.797", - "max": "232.694", - "min": "207.14", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "174.704", - "max": "176.891", - "min": "174.081", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "33.158", - "max": "43.719", - "min": "32.009", - "id": "220", - "country": "Honduras", - "source_name": "La Ceiba", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "238": { - "name": "Brasilia", - "data": { - "0": { - "avg": "68.213", - "max": "68.389", - "min": "68.09", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "353.938", - "max": "355.057", - "min": "353.603", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "142.756", - "max": "182.332", - "min": "141.157", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "231.569", - "max": "238.168", - "min": "230.648", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "236.512", - "max": "277.104", - "min": "234.829", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "318.72", - "max": "319.565", - "min": "318.497", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "207.969", - "max": "290.839", - "min": "204.797", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "362.339", - "max": "369.124", - "min": "361.464", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "255.747", - "max": "256.733", - "min": "255.468", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "258.346", - "max": "271.895", - "min": "256.838", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "224.714", - "max": "225.29", - "min": "224.47", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "161.602", - "max": "162.029", - "min": "161.449", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "156.43", - "max": "156.744", - "min": "156.192", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "136.628", - "max": "137.161", - "min": "136.427", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "121.887", - "max": "127.272", - "min": "121.41", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "135.101", - "max": "135.654", - "min": "134.669", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "220.303", - "max": "220.608", - "min": "220.034", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "140.679", - "max": "141.094", - "min": "140.521", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "210.382", - "max": "213.858", - "min": "210.076", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "252.927", - "max": "267.363", - "min": "252.317", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "358.217", - "max": "359.877", - "min": "358.038", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "182.648", - "max": "372.077", - "min": "175.18", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "209.026", - "max": "227.847", - "min": "192.046", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "199.133", - "max": "203.463", - "min": "198.811", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "233.667", - "max": "428.676", - "min": "225.937", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "236.656", - "max": "637.294", - "min": "221.752", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "209.131", - "max": "209.808", - "min": "208.886", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "214.599", - "max": "216.35", - "min": "214.263", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "221.557", - "max": "221.747", - "min": "221.434", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "186.379", - "max": "191.604", - "min": "186.031", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "376.355", - "max": "419.914", - "min": "373.267", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "247.719", - "max": "248.987", - "min": "247.409", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "184.735", - "max": "205.168", - "min": "183.896", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "238.646", - "max": "239.918", - "min": "238.401", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "247.602", - "max": "248.09", - "min": "247.301", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "368.198", - "max": "370.724", - "min": "367.861", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "176.453", - "max": "176.669", - "min": "176.305", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "177.42", - "max": "178.115", - "min": "177.227", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "148.967", - "max": "149.247", - "min": "148.778", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "137.6", - "max": "153.612", - "min": "136.578", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "335.334", - "max": "343.948", - "min": "334.624", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "247.542", - "max": "252.467", - "min": "246.983", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "253.469", - "max": "255.187", - "min": "253.195", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "230.114", - "max": "279.825", - "min": "226.678", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "374.357", - "max": "375.841", - "min": "374.089", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "227.513", - "max": "245.359", - "min": "226.4", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "259.56", - "max": "618.916", - "min": "247.02", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "192.928", - "max": "286.063", - "min": "189.563", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "45.821", - "max": "56.047", - "min": "44.326", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "158.897", - "max": "185.183", - "min": "157.218", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "135.283", - "max": "135.604", - "min": "135.12", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "194.439", - "max": "241.511", - "min": "190.022", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "247.376", - "max": "337.074", - "min": "237.704", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "157.825", - "max": "158.202", - "min": "157.598", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "344", - "max": "367.981", - "min": "338.773", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "371.932", - "max": "372.424", - "min": "371.634", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "243.004", - "max": "248.299", - "min": "242.144", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "366.946", - "max": "367.508", - "min": "366.795", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "282.562", - "max": "285.71", - "min": "282.195", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "222.684", - "max": "500.786", - "min": "212.876", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "261.665", - "max": "264.652", - "min": "261.133", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "252.374", - "max": "305.223", - "min": "247.82", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "370.892", - "max": "459.527", - "min": "363.783", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "403.985", - "max": "405.658", - "min": "403.625", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "241.773", - "max": "242.38", - "min": "241.265", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "243.419", - "max": "247.386", - "min": "243.072", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "140.843", - "max": "151.131", - "min": "140.235", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "263.975", - "max": "269.59", - "min": "263.408", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "180.769", - "max": "183.749", - "min": "179.987", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "179.828", - "max": "180.333", - "min": "179.669", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "392.102", - "max": "394.957", - "min": "391.706", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "176.593", - "max": "179.609", - "min": "176.175", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "177.963", - "max": "420.617", - "min": "163.712", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "140.603", - "max": "145.752", - "min": "139.902", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "278.556", - "max": "280.003", - "min": "278.31", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "228.457", - "max": "444.251", - "min": "220.54", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "166.941", - "max": "586.361", - "min": "152.053", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "199.298", - "max": "258.304", - "min": "193.54", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "149.41", - "max": "151.322", - "min": "149.044", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "142.987", - "max": "143.214", - "min": "142.733", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "184.032", - "max": "184.445", - "min": "183.724", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "143.047", - "max": "144.715", - "min": "142.716", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "391.393", - "max": "769.371", - "min": "376.66", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "391.222", - "max": "892.889", - "min": "373.548", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "190.311", - "max": "190.971", - "min": "190.16", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "257.637", - "max": "304.475", - "min": "255.644", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "220.649", - "max": "226.039", - "min": "220.045", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "128.941", - "max": "134.391", - "min": "127.808", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "164.296", - "max": "189.56", - "min": "162.522", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "200.139", - "max": "204.443", - "min": "199.495", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "179.007", - "max": "627.889", - "min": "162.89", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "192.017", - "max": "194.032", - "min": "191.579", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "228.267", - "max": "228.514", - "min": "228.155", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "365.605", - "max": "384.239", - "min": "336.119", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "150.014", - "max": "151.081", - "min": "149.706", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "131.429", - "max": "132.33", - "min": "131.135", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "170.755", - "max": "176.779", - "min": "170.263", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "152.722", - "max": "161.103", - "min": "151.657", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "190.02", - "max": "190.307", - "min": "189.874", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "169.501", - "max": "267.37", - "min": "162.865", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "168.988", - "max": "169.485", - "min": "168.863", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "200.632", - "max": "203.726", - "min": "200.326", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "281.145", - "max": "281.333", - "min": "280.93", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "365.241", - "max": "375.322", - "min": "364.133", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "159.35", - "max": "160.111", - "min": "159.122", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "344.069", - "max": "344.693", - "min": "343.862", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "108.22", - "max": "187.703", - "min": "103.121", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "147.903", - "max": "150.424", - "min": "147.66", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "172.33", - "max": "633.811", - "min": "156.226", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "369.036", - "max": "371.02", - "min": "368.691", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "340.132", - "max": "341.822", - "min": "339.945", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "347.192", - "max": "413.776", - "min": "342.33", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "129.247", - "max": "129.872", - "min": "129.084", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "318.095", - "max": "360.923", - "min": "315.951", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "577.18", - "max": "695.081", - "min": "388.604", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "367.894", - "max": "674.735", - "min": "278.896", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "351.92", - "max": "432.856", - "min": "347.899", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "290.343", - "max": "298.431", - "min": "289.825", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "167.378", - "max": "167.637", - "min": "167.243", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "152.338", - "max": "156.75", - "min": "151.721", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "162.826", - "max": "164.133", - "min": "162.494", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "252.494", - "max": "597.503", - "min": "159.338", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "19.823", - "max": "75.487", - "min": "17.608", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "232.923", - "max": "290.4", - "min": "230.081", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "267.527", - "max": "268.027", - "min": "267.383", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "236.376", - "max": "237.771", - "min": "235.811", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "147.338", - "max": "189.462", - "min": "144.854", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "358.056", - "max": "358.717", - "min": "357.678", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "339.633", - "max": "340.268", - "min": "339.37", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "248.908", - "max": "250.182", - "min": "248.701", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "168.797", - "max": "483.398", - "min": "156.773", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "151.357", - "max": "324.583", - "min": "145.158", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "154.799", - "max": "155.357", - "min": "154.539", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "356.519", - "max": "357.795", - "min": "355.88", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "176.657", - "max": "523.746", - "min": "164.445", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "162.203", - "max": "163.427", - "min": "161.961", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "170.981", - "max": "177.865", - "min": "169.699", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "186.54", - "max": "187.276", - "min": "186.326", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "159.68", - "max": "171.256", - "min": "159.093", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "135.161", - "max": "151.633", - "min": "134.393", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "258.71", - "max": "258.925", - "min": "258.544", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "377.742", - "max": "380.214", - "min": "377.184", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "236.534", - "max": "240.688", - "min": "236.112", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "215.26", - "max": "215.598", - "min": "215.017", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "229.821", - "max": "273.103", - "min": "227.846", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "254.542", - "max": "265.586", - "min": "231.466", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "250.473", - "max": "713.684", - "min": "234.33", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "345.87", - "max": "687.484", - "min": "333.93", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "197.903", - "max": "200.303", - "min": "197.586", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "198.238", - "max": "198.54", - "min": "198.085", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "216.497", - "max": "223.711", - "min": "215.614", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "320.312", - "max": "337.181", - "min": "306.817", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "252.799", - "max": "323.082", - "min": "250.11", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "215.062", - "max": "263.881", - "min": "211.76", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "142.279", - "max": "177.673", - "min": "139.926", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "188.57", - "max": "189.027", - "min": "188.204", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "232.798", - "max": "234.078", - "min": "232.398", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "368.351", - "max": "709.036", - "min": "340.135", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "169.289", - "max": "169.548", - "min": "169.074", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "51.003", - "max": "141.17", - "min": "44.867", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "158.69", - "max": "159.537", - "min": "158.457", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "619.965", - "max": "620.627", - "min": "619.549", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "233.938", - "max": "235.144", - "min": "233.595", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "126.042", - "max": "126.389", - "min": "125.891", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "331.595", - "max": "332.68", - "min": "331.356", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "380.927", - "max": "616.732", - "min": "372.665", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "300.155", - "max": "301.542", - "min": "299.936", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "175.415", - "max": "176.004", - "min": "175.166", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "405.731", - "max": "414.191", - "min": "383.389", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "137.049", - "max": "142.964", - "min": "136.686", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "148.761", - "max": "149.481", - "min": "148.562", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "224.12", - "max": "225.709", - "min": "223.726", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "442.918", - "max": "443.853", - "min": "442.67", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "216.337", - "max": "480.562", - "min": "202.199", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "219.686", - "max": "223.2", - "min": "219.276", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "243.274", - "max": "755.685", - "min": "224.177", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "210.037", - "max": "232.146", - "min": "208.851", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "201.834", - "max": "250.946", - "min": "199.792", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "283.221", - "max": "599.587", - "min": "272.023", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "226.588", - "max": "227.974", - "min": "226.264", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "265.502", - "max": "267.039", - "min": "265.326", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "234.871", - "max": "263.499", - "min": "233.758", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "205.684", - "max": "258.318", - "min": "203.505", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "245.091", - "max": "245.306", - "min": "244.983", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "229.749", - "max": "229.939", - "min": "229.598", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "256.564", - "max": "258.259", - "min": "256.343", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "266.157", - "max": "340.212", - "min": "263.395", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "224.15", - "max": "228.348", - "min": "222.94", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "254.463", - "max": "322.316", - "min": "232.233", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "189.282", - "max": "189.88", - "min": "189.036", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "263.501", - "max": "266.256", - "min": "263.22", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "225.86", - "max": "235.776", - "min": "225.223", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "279.523", - "max": "361.204", - "min": "274.194", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "200.881", - "max": "208.203", - "min": "200.216", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "409.307", - "max": "424.64", - "min": "408.581", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "254.554", - "max": "310.925", - "min": "252.278", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "236.583", - "max": "301.684", - "min": "229.518", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "267.125", - "max": "541.246", - "min": "253.6", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "195.12", - "max": "202.096", - "min": "193.2", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "263.742", - "max": "264.076", - "min": "263.566", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "202.367", - "max": "208.275", - "min": "201.856", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "205.07", - "max": "256.544", - "min": "203.02", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "205.645", - "max": "290.583", - "min": "202.238", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "347.266", - "max": "350", - "min": "346.931", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "160.521", - "max": "162.792", - "min": "159.991", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "373.815", - "max": "375.994", - "min": "366.818", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "355.491", - "max": "355.966", - "min": "355.303", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "211.179", - "max": "470.421", - "min": "199.997", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "350.349", - "max": "352.179", - "min": "350.085", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "201.644", - "max": "203.071", - "min": "201.24", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "268.259", - "max": "327.457", - "min": "251.751", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "248.21", - "max": "249.025", - "min": "247.604", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "199.863", - "max": "201.674", - "min": "199.331", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "202.363", - "max": "204.473", - "min": "201.906", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "155.573", - "max": "155.806", - "min": "155.478", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "159.415", - "max": "197.861", - "min": "157.969", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "387.732", - "max": "476.326", - "min": "384.341", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "131.297", - "max": "131.535", - "min": "131.194", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "250.099", - "max": "250.39", - "min": "249.943", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "180.486", - "max": "181.585", - "min": "180.299", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "231.347", - "max": "231.79", - "min": "231.127", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "0.031", - "max": "0.055", - "min": "0.025", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "165.22", - "max": "222.812", - "min": "159.878", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "226.114", - "max": "226.532", - "min": "225.92", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "253.982", - "max": "255.682", - "min": "253.328", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "189.301", - "max": "198.527", - "min": "188", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "178.324", - "max": "247.713", - "min": "174.666", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "296.329", - "max": "296.715", - "min": "296.134", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "292.45", - "max": "293.165", - "min": "292.215", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "239.099", - "max": "240.936", - "min": "238.778", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "205.152", - "max": "205.377", - "min": "204.906", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "240.704", - "max": "262.045", - "min": "238.988", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "142.411", - "max": "154.597", - "min": "141.127", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "144.585", - "max": "165.296", - "min": "143.565", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "261.682", - "max": "273.063", - "min": "259.627", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "174.513", - "max": "176.332", - "min": "173.128", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "150.744", - "max": "300.844", - "min": "144.581", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "269.051", - "max": "678.156", - "min": "254.714", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "150.966", - "max": "151.163", - "min": "150.79", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "212.26", - "max": "260.198", - "min": "210.345", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "421.938", - "max": "422.635", - "min": "420.804", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "235.896", - "max": "235.896", - "min": "235.896", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "215.388", - "max": "215.677", - "min": "215.281", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "232.765", - "max": "244.582", - "min": "231.912", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "315.308", - "max": "585.208", - "min": "305.782", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "233.224", - "max": "549.908", - "min": "212.446", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "232.041", - "max": "283.634", - "min": "228.16", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "353.575", - "max": "354.929", - "min": "353.215", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "267.546", - "max": "269.763", - "min": "266.939", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "164.055", - "max": "245.905", - "min": "157.882", - "id": "238", - "country": "Brazil", - "source_name": "Brasilia", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "242": { - "name": "Caracas", - "data": { - "0": { - "avg": "167.834", - "max": "171.915", - "min": "166.797", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "252", - "max": "271.151", - "min": "250.223", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "92.796", - "max": "93.494", - "min": "92.441", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "165.291", - "max": "168.193", - "min": "164.492", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "145.558", - "max": "148.28", - "min": "143.695", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "225.102", - "max": "228.632", - "min": "224.658", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "162.561", - "max": "171.056", - "min": "160.286", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "261.725", - "max": "271.996", - "min": "259.852", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "191.653", - "max": "198.105", - "min": "190.143", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "178.378", - "max": "181.037", - "min": "176.527", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "159.34", - "max": "164.082", - "min": "157.405", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "73.843", - "max": "78.944", - "min": "72.936", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "81.523", - "max": "85.344", - "min": "80.487", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "78.956", - "max": "80.246", - "min": "78.44", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "41.84", - "max": "55.121", - "min": "39.945", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "71.344", - "max": "74.805", - "min": "69.972", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "162.155", - "max": "166.86", - "min": "161.132", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "70.812", - "max": "73.022", - "min": "69.879", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "154.611", - "max": "156.345", - "min": "154.194", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "162.941", - "max": "166.763", - "min": "161.72", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "256.972", - "max": "258.908", - "min": "256.421", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "82.68", - "max": "111.448", - "min": "81.449", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "105.782", - "max": "110.247", - "min": "104.639", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "129.103", - "max": "132.179", - "min": "128.352", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "180.53", - "max": "182.454", - "min": "179.546", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "166.26", - "max": "169.273", - "min": "165.547", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "154.476", - "max": "157.743", - "min": "153.22", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "176.663", - "max": "180.607", - "min": "175.136", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "149.012", - "max": "149.733", - "min": "148.442", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "109.955", - "max": "112.068", - "min": "109.221", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "280.836", - "max": "282.71", - "min": "280.102", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "172.018", - "max": "174.148", - "min": "171.212", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "96.791", - "max": "102.655", - "min": "94.556", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "194.185", - "max": "199.586", - "min": "191.028", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "166.413", - "max": "168.489", - "min": "165.506", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "299.49", - "max": "318.519", - "min": "297.24", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "109.209", - "max": "117.756", - "min": "108.421", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "100.774", - "max": "101.913", - "min": "100.422", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "69.217", - "max": "72.877", - "min": "68.705", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "69.78", - "max": "73.952", - "min": "68.5", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "286.922", - "max": "291.326", - "min": "285.961", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "155.511", - "max": "162.837", - "min": "154.263", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "185.916", - "max": "189.09", - "min": "185.027", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "181.638", - "max": "188.834", - "min": "179.773", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "290.666", - "max": "295.807", - "min": "289.474", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "181.619", - "max": "183.491", - "min": "180.272", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "172.001", - "max": "173.501", - "min": "171.063", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "129.816", - "max": "136.59", - "min": "123.048", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "172.141", - "max": "174.878", - "min": "170.308", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "80.724", - "max": "87.709", - "min": "79.419", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "79.929", - "max": "83.364", - "min": "78.98", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "117.11", - "max": "119.983", - "min": "116.269", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "182.027", - "max": "275.189", - "min": "160.06", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "81.946", - "max": "87.816", - "min": "80.116", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "295.2", - "max": "320.326", - "min": "289.662", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "300.652", - "max": "308.371", - "min": "299.846", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "178.22", - "max": "182.442", - "min": "176.096", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "261.787", - "max": "262.796", - "min": "261.474", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "186.311", - "max": "189.269", - "min": "184.437", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "158.027", - "max": "160.629", - "min": "156.708", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "204.743", - "max": "208.972", - "min": "203.602", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "206.063", - "max": "265.714", - "min": "200.065", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "305.224", - "max": "310.503", - "min": "303.744", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "314.014", - "max": "330.085", - "min": "312.7", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "195.264", - "max": "199.408", - "min": "194.309", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "173.4", - "max": "174.761", - "min": "172.645", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "72.756", - "max": "77.198", - "min": "71.288", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "179.173", - "max": "181.403", - "min": "178.226", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "172.232", - "max": "205.153", - "min": "169.602", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "95.748", - "max": "98.077", - "min": "94.769", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "256.555", - "max": "259.76", - "min": "255.668", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "104.719", - "max": "107.572", - "min": "103.662", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "92.393", - "max": "94.938", - "min": "91.527", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "72.196", - "max": "75.794", - "min": "71.323", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "209.37", - "max": "212.971", - "min": "208.48", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "150.387", - "max": "154.012", - "min": "149.482", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "72.827", - "max": "93.052", - "min": "71.491", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "116.383", - "max": "122.308", - "min": "114.052", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "84.616", - "max": "91.053", - "min": "83.623", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "95.024", - "max": "100.553", - "min": "94.106", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "122.197", - "max": "129.566", - "min": "120.874", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "85.113", - "max": "88.901", - "min": "83.834", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "344.25", - "max": "366.558", - "min": "323.484", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "286.516", - "max": "289.05", - "min": "285.86", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "104.746", - "max": "108.015", - "min": "103.484", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "218.537", - "max": "220.557", - "min": "217.738", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "153.62", - "max": "156.308", - "min": "152.79", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "47.825", - "max": "51.901", - "min": "47.006", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "98.787", - "max": "100.61", - "min": "97.664", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "152.784", - "max": "156.069", - "min": "150.922", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "90.987", - "max": "99.437", - "min": "89.675", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "108.944", - "max": "109.718", - "min": "108.537", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "187.852", - "max": "200.156", - "min": "186.03", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "250.3", - "max": "251.093", - "min": "249.82", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "90.679", - "max": "95.507", - "min": "89.347", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "54.597", - "max": "59.677", - "min": "53.896", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "84.961", - "max": "88.653", - "min": "84.016", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "70.062", - "max": "86.018", - "min": "68.049", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "109.775", - "max": "114.59", - "min": "108.144", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "83.519", - "max": "86.508", - "min": "82.08", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "90.696", - "max": "92.993", - "min": "89.99", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "136.439", - "max": "137.321", - "min": "135.974", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "188.599", - "max": "193.559", - "min": "187.769", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "283.015", - "max": "294.807", - "min": "280.683", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "87.196", - "max": "90.747", - "min": "86.363", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "240.68", - "max": "242.717", - "min": "240.204", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "103.426", - "max": "116.403", - "min": "102.133", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "71.602", - "max": "83.919", - "min": "70.559", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "72.861", - "max": "77.319", - "min": "70.955", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "272.42", - "max": "275.669", - "min": "271.447", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "322.989", - "max": "327.327", - "min": "320.71", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "234.77", - "max": "239.631", - "min": "234.131", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "73.218", - "max": "80.764", - "min": "67.762", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "271.554", - "max": "307.392", - "min": "269.159", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "504.261", - "max": "622.526", - "min": "324.145", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "288.056", - "max": "377.71", - "min": "206.67", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "288.988", - "max": "299.621", - "min": "287.02", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "205.971", - "max": "207.903", - "min": "204.794", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "78.22", - "max": "81.413", - "min": "77.145", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "84.811", - "max": "87.75", - "min": "84.161", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "92.951", - "max": "93.446", - "min": "92.484", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "157.394", - "max": "304.893", - "min": "78.317", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "146.465", - "max": "149.984", - "min": "145.314", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "194.904", - "max": "233.049", - "min": "191.093", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "186.765", - "max": "188.801", - "min": "185.628", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "176.302", - "max": "182.015", - "min": "174.664", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "72.247", - "max": "77.747", - "min": "71.023", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "285.67", - "max": "290.008", - "min": "284.578", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "273.436", - "max": "275.028", - "min": "272.686", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "153.239", - "max": "156.545", - "min": "152.295", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "83.984", - "max": "84.971", - "min": "83.719", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "79.35", - "max": "81.375", - "min": "78.814", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "103.499", - "max": "105.134", - "min": "103.11", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "251.02", - "max": "324.712", - "min": "246.591", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "81.685", - "max": "87.115", - "min": "81.156", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "73.507", - "max": "79.678", - "min": "72.776", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "92.383", - "max": "101.121", - "min": "90.257", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "81.423", - "max": "84.092", - "min": "80.636", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "87.051", - "max": "96.651", - "min": "85.564", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "71.161", - "max": "76.406", - "min": "69.3", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "163.96", - "max": "165.707", - "min": "163.367", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "313.746", - "max": "314.82", - "min": "312.911", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "190.659", - "max": "193.686", - "min": "189.969", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "173.593", - "max": "176.375", - "min": "172.514", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "165.113", - "max": "171.267", - "min": "164.25", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "151.451", - "max": "161.013", - "min": "150.142", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "179.842", - "max": "183.135", - "min": "178.806", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "278.137", - "max": "294.633", - "min": "276.513", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "147.065", - "max": "151.386", - "min": "145.555", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "141.299", - "max": "144.628", - "min": "140.832", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "153.084", - "max": "155.73", - "min": "151.369", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "227.304", - "max": "229.685", - "min": "225.967", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "176.082", - "max": "179.404", - "min": "174.496", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "153.174", - "max": "155.937", - "min": "152.672", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "78.951", - "max": "81.316", - "min": "77.833", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "128.9", - "max": "133.11", - "min": "126.844", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "210.291", - "max": "216.208", - "min": "208.371", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "339.244", - "max": "386.347", - "min": "330.756", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "101.431", - "max": "103.428", - "min": "100.893", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "174.106", - "max": "273.545", - "min": "167.569", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "103.468", - "max": "126.114", - "min": "101.081", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "517.717", - "max": "521.376", - "min": "516.153", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "187.951", - "max": "192.828", - "min": "186.376", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "67.38", - "max": "68.114", - "min": "67.041", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "256.176", - "max": "271.872", - "min": "254.014", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "306.793", - "max": "308.771", - "min": "305.207", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "230.521", - "max": "233.928", - "min": "229.365", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "89.333", - "max": "91.656", - "min": "88.77", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "353.421", - "max": "360.145", - "min": "334.619", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "82.848", - "max": "90.052", - "min": "81.021", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "76.14", - "max": "81.57", - "min": "75.094", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "153.123", - "max": "156.477", - "min": "152.453", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "348.73", - "max": "351.178", - "min": "347.577", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "154.359", - "max": "156.469", - "min": "153.526", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "178.118", - "max": "183.607", - "min": "175.949", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "162.277", - "max": "170.951", - "min": "160.592", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "161.048", - "max": "166.504", - "min": "159.624", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "142.078", - "max": "146.363", - "min": "141.196", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "202.451", - "max": "205.564", - "min": "201.533", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "165.262", - "max": "166.81", - "min": "164.81", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "227.963", - "max": "454.685", - "min": "209.922", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "178.498", - "max": "183.302", - "min": "177.697", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "170.141", - "max": "173.168", - "min": "169.649", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "148.272", - "max": "153.333", - "min": "146.811", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "150.91", - "max": "156.205", - "min": "148.508", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "165.032", - "max": "166.283", - "min": "164.213", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "204.204", - "max": "208.044", - "min": "202.708", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "169.228", - "max": "188.984", - "min": "166.911", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "186.967", - "max": "240.039", - "min": "162.884", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "153.729", - "max": "154.34", - "min": "153.342", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "192.36", - "max": "195.729", - "min": "191.193", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "180.378", - "max": "187.656", - "min": "178.12", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "193.022", - "max": "194.76", - "min": "192.068", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "158.249", - "max": "163.452", - "min": "157.207", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "338.675", - "max": "381.212", - "min": "335.811", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "162.097", - "max": "166.524", - "min": "160.723", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "158.551", - "max": "191.993", - "min": "154.143", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "174.574", - "max": "176.688", - "min": "173.709", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "132.559", - "max": "142.094", - "min": "125.877", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "196.782", - "max": "199.74", - "min": "196.009", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "159.445", - "max": "167.741", - "min": "157.031", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "162.995", - "max": "166.237", - "min": "161.929", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "170.472", - "max": "174.663", - "min": "168.588", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "345.792", - "max": "347.989", - "min": "344.945", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "75.811", - "max": "79.283", - "min": "74.268", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "340.619", - "max": "348.975", - "min": "335.511", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "276.761", - "max": "278.737", - "min": "275.141", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "152.065", - "max": "158.184", - "min": "150.245", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "297.656", - "max": "299.741", - "min": "297.002", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "143.763", - "max": "160.254", - "min": "132.215", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "168.487", - "max": "172.393", - "min": "167.193", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "205.374", - "max": "226.759", - "min": "203.557", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "148.431", - "max": "149.927", - "min": "147.715", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "158.674", - "max": "160.484", - "min": "157.631", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "88.312", - "max": "124.779", - "min": "85.701", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "81.068", - "max": "86.516", - "min": "79.321", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "281.044", - "max": "314.422", - "min": "279.326", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "156.248", - "max": "164.198", - "min": "152.69", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "177.417", - "max": "180.849", - "min": "176.35", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "84.731", - "max": "85.273", - "min": "84.496", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "162.161", - "max": "164.279", - "min": "161.462", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "188.843", - "max": "191.666", - "min": "188.215", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "85.043", - "max": "88.066", - "min": "81.458", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "168.205", - "max": "196.236", - "min": "166.439", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "201.046", - "max": "205.416", - "min": "198.878", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "0.125", - "max": "0.213", - "min": "0.057", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "245.426", - "max": "251.795", - "min": "243.905", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "218.676", - "max": "221.877", - "min": "217.339", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "227.89", - "max": "228.789", - "min": "227.244", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "184.259", - "max": "187.098", - "min": "182.32", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "162.953", - "max": "166.728", - "min": "161.322", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "187.952", - "max": "190.814", - "min": "187.345", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "79.838", - "max": "84.108", - "min": "77.721", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "72.863", - "max": "76.304", - "min": "72.105", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "198.267", - "max": "208.498", - "min": "195.525", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "133.616", - "max": "136.818", - "min": "132.587", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "94.743", - "max": "105.403", - "min": "92.694", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "202.12", - "max": "203.435", - "min": "201.281", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "82.755", - "max": "88.642", - "min": "81.889", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "172.002", - "max": "173.671", - "min": "171.506", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "288.794", - "max": "293.452", - "min": "278.698", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "112.243", - "max": "112.243", - "min": "112.243", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "150.975", - "max": "154.928", - "min": "149.604", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "159.537", - "max": "161.177", - "min": "158.974", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "243.218", - "max": "300.414", - "min": "239.385", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "156.06", - "max": "173.053", - "min": "146.761", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "169.466", - "max": "171.446", - "min": "168.842", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "265.405", - "max": "271.399", - "min": "264.133", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "249.604", - "max": "251.729", - "min": "248.055", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "84.719", - "max": "87.151", - "min": "83.633", - "id": "242", - "country": "Venezuela", - "source_name": "Caracas", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "254": { - "name": "Quito", - "data": { - "0": { - "avg": "99.303", - "max": "100.91", - "min": "98.601", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "332.1", - "max": "334.988", - "min": "330.732", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "106.382", - "max": "108.27", - "min": "105.385", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "192.403", - "max": "198.316", - "min": "190.993", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "162.515", - "max": "168.715", - "min": "161.824", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "247.203", - "max": "248.89", - "min": "245.958", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "176.889", - "max": "177.857", - "min": "175.987", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "369.535", - "max": "375.71", - "min": "368.088", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "200.951", - "max": "202.178", - "min": "199.972", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "205.483", - "max": "206.905", - "min": "204.655", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "165.396", - "max": "166.182", - "min": "164.326", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "105.437", - "max": "111.223", - "min": "104.212", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "97.243", - "max": "97.665", - "min": "97.052", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "96.367", - "max": "98.078", - "min": "94.985", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "69.408", - "max": "70.787", - "min": "68.527", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "95.16", - "max": "96.301", - "min": "93.938", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "174", - "max": "175.905", - "min": "173.732", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "85.347", - "max": "98.075", - "min": "82.755", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "172.487", - "max": "174.055", - "min": "172.071", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "189.07", - "max": "190.071", - "min": "188.849", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "349.543", - "max": "350.354", - "min": "348.369", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "105.605", - "max": "106.992", - "min": "105.257", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "155.97", - "max": "160.205", - "min": "155.519", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "159.572", - "max": "161.023", - "min": "158.713", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "195.364", - "max": "198.193", - "min": "194.621", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "184.114", - "max": "184.923", - "min": "183.965", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "180.962", - "max": "191.435", - "min": "178.905", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "197.799", - "max": "199.166", - "min": "196.909", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "169.006", - "max": "183.243", - "min": "166.715", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "147.917", - "max": "149.382", - "min": "147.205", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "318.282", - "max": "332.829", - "min": "315.631", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "196.357", - "max": "198.069", - "min": "195.463", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "122.552", - "max": "127.331", - "min": "121.778", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "203.277", - "max": "204.322", - "min": "202.555", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "181.126", - "max": "184.008", - "min": "180.055", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "311.224", - "max": "313.584", - "min": "310.368", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "140.283", - "max": "140.888", - "min": "140.036", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "137.523", - "max": "139.121", - "min": "136.522", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "96.028", - "max": "97.592", - "min": "95.77", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "93.421", - "max": "94.641", - "min": "93.086", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "304.169", - "max": "307.576", - "min": "303.643", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "168.607", - "max": "183.777", - "min": "165.961", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "203.664", - "max": "203.985", - "min": "203.445", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "221.455", - "max": "238.355", - "min": "203.562", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "283.535", - "max": "287.836", - "min": "283.202", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "189.437", - "max": "194.031", - "min": "188.818", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "203.201", - "max": "205.959", - "min": "202.041", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "32.16", - "max": "36.974", - "min": "31.666", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "89.203", - "max": "95.321", - "min": "88.496", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "129.838", - "max": "130.784", - "min": "129.634", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "110.104", - "max": "113.405", - "min": "108.829", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "146.614", - "max": "147.69", - "min": "145.526", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "196.272", - "max": "206.757", - "min": "188.245", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "132.118", - "max": "134.806", - "min": "131.303", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "303.217", - "max": "316.264", - "min": "299.564", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "338.861", - "max": "340.494", - "min": "338.182", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "187.482", - "max": "190.83", - "min": "186.064", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "296.204", - "max": "297.417", - "min": "294.979", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "209.118", - "max": "211.946", - "min": "208.097", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "158.508", - "max": "159.289", - "min": "158.281", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "219.762", - "max": "223.397", - "min": "218.626", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "224.052", - "max": "265.646", - "min": "220.537", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "317.6", - "max": "329.899", - "min": "315.902", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "341.137", - "max": "341.903", - "min": "340.777", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "204.375", - "max": "205.539", - "min": "203.311", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "190.638", - "max": "196.866", - "min": "189.983", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "92.277", - "max": "92.629", - "min": "92.042", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "213.357", - "max": "216.423", - "min": "209.631", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "203.387", - "max": "204.575", - "min": "202.236", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "127.717", - "max": "130.367", - "min": "127.363", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "303.374", - "max": "305.005", - "min": "302.248", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "138.091", - "max": "138.959", - "min": "137.729", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "124.699", - "max": "137.308", - "min": "123.106", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "97.864", - "max": "105.376", - "min": "96.698", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "213.569", - "max": "217.211", - "min": "212.57", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "168.568", - "max": "170.209", - "min": "167.533", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "87.158", - "max": "87.691", - "min": "86.765", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "146.405", - "max": "147.84", - "min": "145.401", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "101.932", - "max": "107.746", - "min": "101.496", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "105.141", - "max": "108.331", - "min": "103.852", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "159.99", - "max": "160.299", - "min": "159.682", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "117.28", - "max": "119.529", - "min": "116.489", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "295.07", - "max": "309.658", - "min": "292.23", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "287.143", - "max": "287.619", - "min": "286.864", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "136.144", - "max": "137.047", - "min": "135.769", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "221.628", - "max": "222.799", - "min": "221.113", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "177.303", - "max": "179.51", - "min": "176.107", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "70.519", - "max": "71.915", - "min": "70.231", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "110.272", - "max": "117.225", - "min": "109.075", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "167.483", - "max": "172.174", - "min": "166.941", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "109.23", - "max": "110.711", - "min": "108.423", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "122.155", - "max": "122.849", - "min": "121.843", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "192.634", - "max": "210.575", - "min": "190.188", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "263.807", - "max": "268.053", - "min": "263.488", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "105.445", - "max": "106.396", - "min": "104.322", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "76.017", - "max": "88.462", - "min": "73.73", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "121.32", - "max": "136.914", - "min": "118.987", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "93.537", - "max": "115.598", - "min": "90.305", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "135.693", - "max": "137.007", - "min": "135.203", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "107.464", - "max": "109.917", - "min": "107.109", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "135.158", - "max": "136.188", - "min": "134.639", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "157.332", - "max": "161.158", - "min": "156.282", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "206.059", - "max": "207.102", - "min": "204.869", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "327.257", - "max": "337.735", - "min": "325.052", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "103.956", - "max": "105.29", - "min": "103.654", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "401.569", - "max": "403.148", - "min": "400.616", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "84.45", - "max": "87.545", - "min": "83.878", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "101.906", - "max": "103.777", - "min": "101.546", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "90.184", - "max": "90.84", - "min": "89.294", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "293.855", - "max": "294.945", - "min": "292.901", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "279.997", - "max": "287.656", - "min": "279.116", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "281.933", - "max": "286.799", - "min": "278.541", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "97.599", - "max": "98.929", - "min": "96.681", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "331.65", - "max": "335.725", - "min": "330.815", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "523.395", - "max": "652.388", - "min": "362.637", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "304.539", - "max": "413.922", - "min": "243.063", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "345.634", - "max": "363.308", - "min": "343.423", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "219.16", - "max": "235.301", - "min": "218.355", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "117.806", - "max": "119.593", - "min": "117.489", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "96.681", - "max": "98.262", - "min": "95.82", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "129.305", - "max": "145.252", - "min": "126.634", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "200.201", - "max": "349.09", - "min": "120.888", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "118.75", - "max": "135.209", - "min": "116.079", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "237.985", - "max": "296.476", - "min": "219.164", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "192.508", - "max": "193.945", - "min": "191.945", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "188.146", - "max": "192.198", - "min": "187.199", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "90.878", - "max": "92.049", - "min": "90.497", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "326.353", - "max": "330.347", - "min": "325.011", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "271.278", - "max": "273.113", - "min": "270.203", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "186.944", - "max": "187.954", - "min": "186.662", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "115.047", - "max": "116.007", - "min": "114.778", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "97.922", - "max": "98.631", - "min": "97.683", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "116.945", - "max": "117.874", - "min": "115.791", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "283.942", - "max": "286.2", - "min": "282.854", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "108.468", - "max": "121.981", - "min": "106.783", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "102.82", - "max": "106.57", - "min": "102.017", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "116.906", - "max": "130.492", - "min": "115.792", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "120.91", - "max": "121.843", - "min": "119.959", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "118.788", - "max": "120.936", - "min": "118.489", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "101.287", - "max": "109.388", - "min": "99.042", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "187.709", - "max": "188.746", - "min": "187.46", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "309.73", - "max": "325.808", - "min": "307.334", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "197.106", - "max": "200.49", - "min": "195.965", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "194.62", - "max": "195.819", - "min": "193.935", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "172.126", - "max": "176.401", - "min": "170.858", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "168.239", - "max": "173.884", - "min": "167.016", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "198.238", - "max": "210.074", - "min": "197.31", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "304.967", - "max": "306.98", - "min": "304.426", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "165.93", - "max": "168.35", - "min": "165.404", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "164.515", - "max": "164.775", - "min": "164.337", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "176.867", - "max": "185.024", - "min": "175.601", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "258.265", - "max": "261.489", - "min": "257.43", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "193.902", - "max": "196.704", - "min": "192.723", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "185.505", - "max": "187.434", - "min": "184.605", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "103.494", - "max": "104.697", - "min": "102.165", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "135.539", - "max": "136.667", - "min": "135.209", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "190.169", - "max": "195.557", - "min": "189.129", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "279.23", - "max": "322.411", - "min": "271.88", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "132.486", - "max": "140.107", - "min": "131.476", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "134.952", - "max": "168.806", - "min": "130.715", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "98.479", - "max": "99.517", - "min": "97.888", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "447.417", - "max": "448.792", - "min": "446.478", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "197.879", - "max": "198.815", - "min": "196.795", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "90.364", - "max": "91.786", - "min": "89.784", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "284.109", - "max": "292.06", - "min": "282.488", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "328.1", - "max": "328.99", - "min": "326.984", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "251.604", - "max": "255.903", - "min": "250.391", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "139.104", - "max": "141.982", - "min": "138.651", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "304.342", - "max": "313.242", - "min": "302.507", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "107.973", - "max": "112.697", - "min": "105.9", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "115.202", - "max": "119.461", - "min": "114.674", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "182.23", - "max": "183.944", - "min": "181.8", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "301.599", - "max": "302.516", - "min": "300.396", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "175.052", - "max": "176.083", - "min": "174.317", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "182.775", - "max": "185.06", - "min": "181.924", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "189.238", - "max": "195.329", - "min": "187.895", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "172.787", - "max": "174.102", - "min": "172.281", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "163.351", - "max": "172.399", - "min": "162.508", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "210.01", - "max": "210.523", - "min": "209.693", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "201.672", - "max": "203.227", - "min": "201.118", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "228.104", - "max": "242.091", - "min": "226.094", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "213.862", - "max": "216.736", - "min": "212.948", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "170.388", - "max": "173.46", - "min": "169.414", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "179.068", - "max": "183.05", - "min": "178.164", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "163.917", - "max": "165.171", - "min": "163.321", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "194.714", - "max": "199.453", - "min": "193.296", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "226.378", - "max": "227.268", - "min": "225.334", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "192.612", - "max": "199.239", - "min": "187.908", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "202.849", - "max": "253.982", - "min": "174.47", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "177.512", - "max": "192.882", - "min": "175.708", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "224.632", - "max": "226.229", - "min": "223.39", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "197.863", - "max": "201.812", - "min": "197.116", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "194.917", - "max": "210.461", - "min": "192.22", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "155.267", - "max": "156.512", - "min": "154.899", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "335.374", - "max": "337.49", - "min": "334.695", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "187.311", - "max": "192.3", - "min": "186.497", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "202.405", - "max": "203.806", - "min": "201.735", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "187.973", - "max": "189.506", - "min": "187.301", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "27.698", - "max": "36.285", - "min": "25.912", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "213.809", - "max": "217.104", - "min": "212.461", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "167.872", - "max": "169.207", - "min": "167.61", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "162.6", - "max": "164.008", - "min": "162.051", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "162.394", - "max": "166.64", - "min": "161.452", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "306.601", - "max": "320.192", - "min": "302.63", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "100.224", - "max": "113.381", - "min": "98.547", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "298.335", - "max": "304.601", - "min": "291.941", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "305.004", - "max": "306.23", - "min": "304.799", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "177.57", - "max": "190.223", - "min": "174.948", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "306.058", - "max": "307.769", - "min": "305.552", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "185.253", - "max": "186.539", - "min": "184.633", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "187.073", - "max": "190.08", - "min": "186.486", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "237.859", - "max": "240.139", - "min": "237.008", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "163.694", - "max": "165.687", - "min": "163.222", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "164.298", - "max": "166.118", - "min": "163.339", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "114.688", - "max": "116.296", - "min": "113.904", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "109.705", - "max": "110.652", - "min": "109.27", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "311.235", - "max": "313.81", - "min": "310.689", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "106.457", - "max": "106.844", - "min": "106.306", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "181.212", - "max": "182.129", - "min": "179.953", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "97.407", - "max": "98.175", - "min": "97.126", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "181.307", - "max": "183.547", - "min": "180.398", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "176.065", - "max": "211.664", - "min": "173.418", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "98.007", - "max": "100.694", - "min": "94.913", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "184.683", - "max": "185.781", - "min": "183.841", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "192.742", - "max": "199.274", - "min": "191.486", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "135.336", - "max": "148.977", - "min": "132.39", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "264.445", - "max": "266.763", - "min": "262.789", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "232.888", - "max": "235.097", - "min": "231.913", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "255.251", - "max": "256.15", - "min": "254.816", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "198.547", - "max": "211.404", - "min": "196.73", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "178.143", - "max": "184.475", - "min": "176.973", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "184.231", - "max": "185.386", - "min": "183.4", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "101.865", - "max": "109.565", - "min": "100.964", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "102.757", - "max": "108.097", - "min": "101.616", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "207.961", - "max": "213.685", - "min": "205.971", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": null, - "max": null, - "min": null, - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "110.499", - "max": "112.94", - "min": "108.978", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "224.775", - "max": "226.108", - "min": "223.695", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "116.026", - "max": "117.649", - "min": "114.794", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "189.13", - "max": "196.422", - "min": "187.375", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "330.3", - "max": "332.491", - "min": "327.732", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "138.873", - "max": "138.873", - "min": "138.873", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "165.252", - "max": "166.12", - "min": "164.639", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "177.893", - "max": "178.96", - "min": "177.349", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "259.518", - "max": "266.191", - "min": "257.776", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "173.791", - "max": "184.167", - "min": "165.428", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "195.011", - "max": "212.681", - "min": "192.203", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "273.838", - "max": "276.088", - "min": "273.347", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "242.875", - "max": "243.94", - "min": "242.077", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "119.624", - "max": "120.944", - "min": "119.21", - "id": "254", - "country": "Ecuador", - "source_name": "Quito", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "262": { - "name": "Paramaribo", - "data": { - "0": { - "avg": "148.25", - "max": "151.233", - "min": "147.931", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "360.918", - "max": "396.252", - "min": "356.187", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "103.551", - "max": "105.375", - "min": "103.349", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "199.413", - "max": "200.733", - "min": "199.274", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "180.731", - "max": "181.809", - "min": "180.512", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "261.137", - "max": "288.793", - "min": "258.275", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "178.549", - "max": "178.819", - "min": "178.397", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "363.382", - "max": "372.618", - "min": "362.048", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "226.175", - "max": "226.481", - "min": "226.052", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "212.815", - "max": "220.297", - "min": "212.238", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "181.208", - "max": "211.306", - "min": "175.966", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "105.888", - "max": "123.263", - "min": "104.151", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "116.097", - "max": "147.947", - "min": "110.346", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "104.402", - "max": "105.143", - "min": "104.232", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "85.298", - "max": "85.597", - "min": "85.145", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "90.105", - "max": "90.837", - "min": "89.831", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "184.665", - "max": "184.84", - "min": "184.431", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "88.262", - "max": "101.385", - "min": "85.826", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "186.243", - "max": "203.016", - "min": "184.194", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "200.038", - "max": "200.421", - "min": "199.953", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "369.66", - "max": "394.233", - "min": "368.21", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "111.057", - "max": "111.45", - "min": "110.969", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "147.845", - "max": "168.551", - "min": "145.212", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "155.896", - "max": "157.109", - "min": "155.728", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "212.615", - "max": "214.028", - "min": "212.369", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "194.701", - "max": "196.729", - "min": "194.372", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "193.824", - "max": "194.483", - "min": "193.669", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "208.941", - "max": "215.857", - "min": "208.485", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "187.245", - "max": "288.39", - "min": "183.655", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "147.229", - "max": "148.396", - "min": "147.003", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "334.125", - "max": "334.49", - "min": "333.99", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "197.843", - "max": "199.439", - "min": "197.684", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "118.684", - "max": "119.086", - "min": "118.282", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "233.933", - "max": "265.949", - "min": "226.966", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "201.494", - "max": "227.12", - "min": "198.737", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "327.849", - "max": "360.779", - "min": "321.605", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "153.07", - "max": "191.493", - "min": "139.28", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "138.166", - "max": "175.08", - "min": "134.349", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "101.801", - "max": "102.129", - "min": "101.68", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "105.431", - "max": "113.733", - "min": "99.475", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "318.759", - "max": "328.391", - "min": "317.821", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "183.938", - "max": "190.861", - "min": "183.174", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "222.939", - "max": "260.986", - "min": "209.269", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "214.126", - "max": "220.846", - "min": "213.818", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "357.803", - "max": "357.98", - "min": "357.587", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "208.834", - "max": "209.525", - "min": "208.332", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "209.433", - "max": "218.005", - "min": "208.831", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "127.493", - "max": "171.585", - "min": "119.57", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "204.337", - "max": "205.56", - "min": "204.056", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "101.517", - "max": "102.035", - "min": "101.39", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "120.962", - "max": "163.943", - "min": "109.23", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "143.23", - "max": "143.585", - "min": "143.043", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "234.161", - "max": "324.059", - "min": "224.514", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "120.553", - "max": "165.11", - "min": "113.076", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "351.367", - "max": "452.275", - "min": "344.594", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "322.714", - "max": "322.976", - "min": "322.547", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "187.221", - "max": "189.317", - "min": "186.318", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "300.155", - "max": "333.386", - "min": "297.246", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "223.206", - "max": "228.426", - "min": "222.786", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "187.584", - "max": "187.892", - "min": "187.454", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "239.247", - "max": "274.059", - "min": "236.664", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "223.43", - "max": "249.441", - "min": "221.242", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "341.854", - "max": "410.003", - "min": "333.105", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "342.84", - "max": "343.363", - "min": "342.694", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "235.806", - "max": "274.692", - "min": "222.497", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "212.132", - "max": "214.879", - "min": "211.917", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "106.001", - "max": "144.788", - "min": "99.796", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "217.34", - "max": "217.814", - "min": "216.975", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "204.834", - "max": "234.08", - "min": "200.505", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "128.463", - "max": "154.144", - "min": "125.505", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "288.539", - "max": "289.576", - "min": "288.31", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "131.103", - "max": "131.517", - "min": "130.829", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "112.862", - "max": "113.537", - "min": "112.676", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "95.189", - "max": "95.407", - "min": "95.086", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "226.296", - "max": "252.407", - "min": "221.188", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "183.494", - "max": "185.652", - "min": "183.195", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "89.691", - "max": "90.538", - "min": "89.337", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "154.029", - "max": "158.316", - "min": "153.619", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "114.333", - "max": "118.13", - "min": "114.004", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "111.948", - "max": "119.368", - "min": "111.38", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "161.062", - "max": "175.916", - "min": "158.367", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "118.786", - "max": "128.261", - "min": "117.903", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "283.861", - "max": "327.728", - "min": "272.819", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "306.691", - "max": "306.986", - "min": "306.513", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "148.518", - "max": "148.835", - "min": "148.406", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "239.128", - "max": "272.656", - "min": "235.625", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "183.236", - "max": "184.037", - "min": "182.943", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "83.604", - "max": "126.274", - "min": "79.363", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "114.232", - "max": "129.715", - "min": "112.908", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "185.931", - "max": "216.023", - "min": "182.337", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "118.879", - "max": "163.085", - "min": "111.803", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "144.317", - "max": "144.721", - "min": "144.054", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "206.631", - "max": "248.568", - "min": "196.803", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "280.178", - "max": "295.512", - "min": "277.668", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "113.538", - "max": "136.076", - "min": "112.397", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "76.313", - "max": "76.577", - "min": "76.19", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "122.796", - "max": "166.63", - "min": "114.937", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "102.907", - "max": "123.928", - "min": "98.996", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "162.587", - "max": "208.677", - "min": "156.681", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "104.801", - "max": "107.001", - "min": "104.486", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "120.166", - "max": "120.433", - "min": "120.078", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "163.869", - "max": "173.385", - "min": "163.339", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "223.866", - "max": "239.43", - "min": "222.74", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "317.331", - "max": "363.903", - "min": "311.17", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "112.692", - "max": "143.842", - "min": "108.312", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "418.151", - "max": "435.348", - "min": "403.849", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "136.733", - "max": "179.445", - "min": "132.876", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "107.59", - "max": "146.476", - "min": "103.26", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "90.319", - "max": "97.475", - "min": "89.798", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "298.122", - "max": "299.853", - "min": "294.551", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "294.216", - "max": "294.462", - "min": "294.107", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "259.607", - "max": "260.491", - "min": "259.304", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "101.959", - "max": "102.319", - "min": "101.844", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "301.511", - "max": "331.311", - "min": "300.2", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "549.63", - "max": "666.555", - "min": "383.126", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "316.129", - "max": "370.848", - "min": "245.149", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "330.945", - "max": "354.597", - "min": "329.607", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "257.516", - "max": "260.291", - "min": "257.228", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "109.99", - "max": "110.264", - "min": "109.841", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "102.662", - "max": "125.998", - "min": "100.006", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "126.288", - "max": "128.795", - "min": "126.061", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "178.27", - "max": "318.983", - "min": "93.207", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "180.913", - "max": "181.089", - "min": "180.784", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "219.573", - "max": "335.136", - "min": "214.062", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "215.59", - "max": "215.924", - "min": "215.487", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "204.311", - "max": "205.477", - "min": "203.714", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "103.472", - "max": "103.684", - "min": "103.336", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "338.639", - "max": "339.373", - "min": "338.393", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "356.144", - "max": "377.755", - "min": "353.889", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "184.88", - "max": "185.792", - "min": "184.75", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "117.138", - "max": "247.822", - "min": "112.497", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "102.927", - "max": "103.248", - "min": "102.771", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "132.492", - "max": "132.695", - "min": "132.385", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "284.927", - "max": "304.206", - "min": "281.757", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "114.149", - "max": "114.474", - "min": "114.05", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "111.049", - "max": "132.091", - "min": "107.849", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "127.674", - "max": "133.216", - "min": "126.953", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "116.988", - "max": "134.821", - "min": "115.738", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "115.333", - "max": "160.64", - "min": "109.269", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "110.691", - "max": "142.333", - "min": "106.787", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "199.454", - "max": "199.78", - "min": "199.315", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "342.712", - "max": "346.257", - "min": "342.095", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "221.692", - "max": "262.753", - "min": "215.74", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "205.4", - "max": "206.171", - "min": "205.247", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "184.599", - "max": "200.442", - "min": "183.925", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "180.951", - "max": "181.693", - "min": "180.671", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "214.894", - "max": "248.333", - "min": "213.598", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "372.562", - "max": "372.732", - "min": "372.452", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "174.324", - "max": "174.784", - "min": "174.196", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "177.806", - "max": "178.13", - "min": "177.725", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "186.436", - "max": "203.15", - "min": "184.483", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "260.706", - "max": "260.958", - "min": "260.488", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "212.059", - "max": "213.32", - "min": "211.878", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "187.873", - "max": "228.348", - "min": "186.284", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "101.47", - "max": "101.961", - "min": "101.358", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "169.373", - "max": "197.077", - "min": "167.416", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "223.941", - "max": "225.614", - "min": "223.626", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "301.834", - "max": "348.857", - "min": "294.341", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "162.906", - "max": "164.377", - "min": "162.748", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "211.998", - "max": "290.64", - "min": "198.217", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "128.551", - "max": "128.703", - "min": "128.44", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "459.822", - "max": "460.211", - "min": "458.279", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "221.282", - "max": "237.458", - "min": "218.904", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "109.772", - "max": "243.514", - "min": "101.929", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "287.042", - "max": "287.559", - "min": "286.86", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "341.801", - "max": "342.261", - "min": "341.683", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "266.026", - "max": "279.194", - "min": "263.181", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "127.551", - "max": "152.32", - "min": "125.965", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "295.195", - "max": "335.99", - "min": "290.305", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "109.771", - "max": "127.891", - "min": "108.134", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "108.639", - "max": "142.043", - "min": "104.584", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "184.332", - "max": "186.971", - "min": "184.021", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "414.248", - "max": "414.507", - "min": "414.126", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "184.012", - "max": "190.342", - "min": "183.563", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "188.509", - "max": "188.872", - "min": "188.311", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "203.316", - "max": "210.706", - "min": "202.777", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "195.123", - "max": "195.394", - "min": "195.017", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "178.703", - "max": "186.041", - "min": "177.557", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "236.534", - "max": "236.927", - "min": "236.295", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "220.222", - "max": "220.557", - "min": "220.087", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "243.443", - "max": "286.218", - "min": "234.786", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "245.809", - "max": "329.563", - "min": "231.354", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "183.586", - "max": "191.47", - "min": "182.738", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "175.293", - "max": "175.486", - "min": "175.155", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "175.893", - "max": "176.132", - "min": "175.717", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "194.963", - "max": "195.702", - "min": "194.797", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "239.738", - "max": "240.135", - "min": "239.367", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "203.042", - "max": "205.582", - "min": "202.112", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "206.493", - "max": "290.737", - "min": "190.64", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "165.364", - "max": "165.597", - "min": "165.27", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "247.742", - "max": "274.66", - "min": "245.854", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "213.349", - "max": "218.867", - "min": "212.982", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "229.198", - "max": "275.948", - "min": "223.795", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "185.912", - "max": "195.266", - "min": "183.854", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "370.852", - "max": "413.55", - "min": "364.137", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "193.081", - "max": "221.87", - "min": "190.289", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "207.373", - "max": "247.679", - "min": "195.678", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "194.954", - "max": "195.331", - "min": "194.813", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "125.578", - "max": "132.866", - "min": "124", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "229.051", - "max": "229.446", - "min": "228.823", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "187.266", - "max": "193.287", - "min": "186.417", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "181.052", - "max": "183.393", - "min": "180.839", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "185.44", - "max": "191.551", - "min": "183.966", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "303.141", - "max": "315.955", - "min": "300.422", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "106.113", - "max": "111.443", - "min": "105.338", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "293.59", - "max": "316.96", - "min": "290.654", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "347.429", - "max": "354.446", - "min": "346.687", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "187.983", - "max": "230.075", - "min": "183.799", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "322.357", - "max": "359.372", - "min": "319.022", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "152.647", - "max": "153.456", - "min": "152.315", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "204.652", - "max": "227.205", - "min": "202.735", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "246.485", - "max": "247.007", - "min": "246.292", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "187.05", - "max": "228.263", - "min": "183.249", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "174.859", - "max": "175.54", - "min": "174.616", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "123.303", - "max": "166.141", - "min": "113.997", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "135.452", - "max": "174.07", - "min": "130.03", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "332.71", - "max": "439.598", - "min": "324.801", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "116.001", - "max": "130.836", - "min": "114.536", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "201.835", - "max": "202.88", - "min": "201.608", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "108.033", - "max": "112.817", - "min": "107.345", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "201.003", - "max": "201.434", - "min": "200.874", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "235.7", - "max": "237.152", - "min": "235.477", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "108.893", - "max": "153.749", - "min": "99.293", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "190.279", - "max": "190.644", - "min": "190.144", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "210.799", - "max": "212.352", - "min": "210.112", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "110.345", - "max": "112.711", - "min": "109.636", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "404.88", - "max": "405.412", - "min": "404.505", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "324.961", - "max": "325.414", - "min": "324.73", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "267.926", - "max": "268.535", - "min": "267.764", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "227.721", - "max": "253.344", - "min": "224.011", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "179.742", - "max": "181.188", - "min": "179.621", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "219.632", - "max": "255.918", - "min": "218.285", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "115.319", - "max": "150.537", - "min": "112.905", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "103.194", - "max": "104.842", - "min": "102.794", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "229.462", - "max": "234.951", - "min": "227.544", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "139.015", - "max": "139.933", - "min": "138.52", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "117.32", - "max": "203.718", - "min": "107.569", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "237.442", - "max": "238.029", - "min": "237.275", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "125.695", - "max": "152.743", - "min": "121.727", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "196.179", - "max": "204.027", - "min": "195.619", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "308.203", - "max": "316.381", - "min": "306.758", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "0.076", - "max": "0.225", - "min": "0.055", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "182.346", - "max": "184.447", - "min": "182.147", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "191.406", - "max": "219.914", - "min": "188.429", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "275.345", - "max": "287.611", - "min": "273.893", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "191.686", - "max": "203.028", - "min": "182.982", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "204.76", - "max": "205.097", - "min": "204.586", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "359.641", - "max": "378.446", - "min": "356.377", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "254.89", - "max": "255.542", - "min": "254.614", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "120.049", - "max": "160.275", - "min": "109.427", - "id": "262", - "country": "Suriname", - "source_name": "Paramaribo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "China": { - "84": { - "name": "Hangzhou", - "data": { - "0": { - "avg": "280.904", - "max": "290.092", - "min": "280.258", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "249.961", - "max": "256.002", - "min": "249.525", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "194.887", - "max": "196.389", - "min": "194.613", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "284.726", - "max": "294.295", - "min": "283.704", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "352.661", - "max": "364.322", - "min": "350.603", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "210.337", - "max": "212.537", - "min": "210.062", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "267.393", - "max": "298.432", - "min": "243.33", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "206.391", - "max": "208.925", - "min": "205.506", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "200.716", - "max": "210.549", - "min": "198.762", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "350.084", - "max": "351.893", - "min": "349.871", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "251.24", - "max": "258.469", - "min": "240.589", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "399.577", - "max": "437.505", - "min": "359.958", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "211.422", - "max": "213.18", - "min": "210.968", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "186.016", - "max": "186.359", - "min": "185.877", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "247.883", - "max": "252.626", - "min": "244.156", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "211.078", - "max": "211.547", - "min": "208.485", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "206.317", - "max": "208.726", - "min": "205.505", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "170.591", - "max": "170.742", - "min": "170.453", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "292.339", - "max": "345.626", - "min": "264.132", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "456.761", - "max": "465.133", - "min": "426.581", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "257.622", - "max": "258.889", - "min": "257.105", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "202.438", - "max": "211.688", - "min": "201.619", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "207.495", - "max": "213.904", - "min": "207.001", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "582.068", - "max": "587.605", - "min": "571.699", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "203.175", - "max": "204.857", - "min": "203.002", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "182.511", - "max": "185.345", - "min": "182.04", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "216.883", - "max": "220.992", - "min": "216.398", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "199.803", - "max": "201.498", - "min": "199.604", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "263.033", - "max": "265.448", - "min": "262.441", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "253.101", - "max": "254.691", - "min": "252.557", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "151.81", - "max": "168.954", - "min": "145.834", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "232.861", - "max": "239.343", - "min": "231.321", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "180.441", - "max": "183.273", - "min": "179.704", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "396.392", - "max": "396.392", - "min": "396.392", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "214.604", - "max": "214.91", - "min": "214.391", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "141.614", - "max": "143.6", - "min": "141.085", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "266.702", - "max": "275.798", - "min": "263.502", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "0.025", - "max": "0.046", - "min": "0.015", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "258.18", - "max": "259.144", - "min": "257.973", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "394.255", - "max": "394.489", - "min": "393.927", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "213.889", - "max": "220.608", - "min": "206.478", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "388.142", - "max": "389.602", - "min": "386.24", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "157.931", - "max": "160.85", - "min": "157.338", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "302.139", - "max": "317.325", - "min": "295.294", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "264.162", - "max": "269.377", - "min": "259.873", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "261.602", - "max": "262.181", - "min": "261.052", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "319.949", - "max": "321.156", - "min": "319.624", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "316.48", - "max": "344.457", - "min": "270.687", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "293.185", - "max": "293.911", - "min": "291.402", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "230.414", - "max": "230.579", - "min": "230.29", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "224.146", - "max": "228.358", - "min": "223.807", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "305.272", - "max": "310.238", - "min": "304.446", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "268.203", - "max": "274.429", - "min": "267.099", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "52.384", - "max": "64.365", - "min": "50.975", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "301.945", - "max": "325.325", - "min": "291.102", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "306.089", - "max": "307.806", - "min": "305.608", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "241.933", - "max": "384.643", - "min": "229.93", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "237.417", - "max": "237.868", - "min": "237.083", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "226.655", - "max": "230.74", - "min": "216.038", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "228.856", - "max": "237.737", - "min": "225.606", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "160.855", - "max": "191.109", - "min": "149.082", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "237.349", - "max": "243.007", - "min": "235.238", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "222.098", - "max": "232.439", - "min": "221.241", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "340.368", - "max": "350.231", - "min": "316.864", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "366.305", - "max": "414.203", - "min": "357.32", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "224.172", - "max": "236.123", - "min": "223.364", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "363.939", - "max": "381.262", - "min": "342.109", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "323.677", - "max": "329.054", - "min": "322.691", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "435.167", - "max": "436.363", - "min": "433.154", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "307.78", - "max": "309.239", - "min": "304.163", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "229.338", - "max": "233.854", - "min": "228.557", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "394.842", - "max": "394.842", - "min": "394.842", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "252.583", - "max": "253.907", - "min": "252.13", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "257.966", - "max": "305.933", - "min": "253.812", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "77.219", - "max": "77.389", - "min": "77.132", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "251.517", - "max": "252.157", - "min": "251.226", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "384.934", - "max": "386.821", - "min": "378.365", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "326.726", - "max": "355.488", - "min": "319.373", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "231.991", - "max": "244.094", - "min": "215.633", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "204.527", - "max": "205.639", - "min": "204.098", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "467.052", - "max": "660.436", - "min": "456.296", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "273.383", - "max": "273.756", - "min": "273.169", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "305.729", - "max": "305.96", - "min": "305.428", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "305.521", - "max": "316.39", - "min": "302.972", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "146.114", - "max": "148.202", - "min": "145.823", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "212.601", - "max": "225.581", - "min": "211.684", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "190.063", - "max": "190.458", - "min": "189.848", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "259.314", - "max": "261.196", - "min": "258.892", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "286.602", - "max": "292.796", - "min": "283.818", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "243.645", - "max": "247.474", - "min": "243.274", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "224.264", - "max": "230.714", - "min": "223.681", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "200.964", - "max": "201.222", - "min": "200.845", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "229.767", - "max": "233.408", - "min": "229.322", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "225.432", - "max": "233.569", - "min": "223.592", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "238.498", - "max": "301.824", - "min": "214.631", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "360.28", - "max": "374.274", - "min": "337.753", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "208.298", - "max": "211.73", - "min": "207.913", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "262.159", - "max": "266.002", - "min": "258.248", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "223.675", - "max": "224.527", - "min": "223.456", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "196.903", - "max": "213.381", - "min": "192.623", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.428", - "max": "342.242", - "min": "338.97", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "25.419", - "max": "32.277", - "min": "25.134", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "234.104", - "max": "246.803", - "min": "227.032", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "241.872", - "max": "242.343", - "min": "241.613", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "75.256", - "max": "88.636", - "min": "73.406", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "198.07", - "max": "203.508", - "min": "194.679", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "205.187", - "max": "209.377", - "min": "204.499", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "211.76", - "max": "211.962", - "min": "211.585", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "394.418", - "max": "395.602", - "min": "393.234", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "234.082", - "max": "243.01", - "min": "225.553", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "389.271", - "max": "389.476", - "min": "388.971", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "342.028", - "max": "369.994", - "min": "339.6", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "324.294", - "max": "330.481", - "min": "323.3", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "340.01", - "max": "341.948", - "min": "339.367", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "229.99", - "max": "237.542", - "min": "229.298", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "290.157", - "max": "291.65", - "min": "288.044", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "210.309", - "max": "215.107", - "min": "200.577", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "267.267", - "max": "270.292", - "min": "266.662", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "233.379", - "max": "240.538", - "min": "232.516", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "277.661", - "max": "285.789", - "min": "274.566", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "430.382", - "max": "446.898", - "min": "369.213", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "269.878", - "max": "277.965", - "min": "263.867", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "268.662", - "max": "273.143", - "min": "268.263", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "274.51", - "max": "286.413", - "min": "271.535", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "39.392", - "max": "42.776", - "min": "39.151", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "241.408", - "max": "247.701", - "min": "240.833", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "214.266", - "max": "214.401", - "min": "214.168", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "362.617", - "max": "457.344", - "min": "358.856", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "245.029", - "max": "264.501", - "min": "226.169", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "259.044", - "max": "271.84", - "min": "258.336", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": null, - "max": null, - "min": null, - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "261.619", - "max": "261.934", - "min": "261.442", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "404.985", - "max": "413.154", - "min": "403.957", - "id": "84", - "country": "China", - "source_name": "Hangzhou", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "180": { - "name": "Shanghai", - "data": { - "0": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "397.056", - "max": "414.346", - "min": "355.589", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "223.906", - "max": "224.27", - "min": "223.766", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "235.732", - "max": "240.305", - "min": "235.302", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "261.544", - "max": "262.306", - "min": "261.277", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "89.544", - "max": "106.276", - "min": "65.156", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "185.748", - "max": "196.958", - "min": "183.529", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "339.385", - "max": "364.282", - "min": "308.205", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "140.564", - "max": "140.977", - "min": "140.377", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "260.97", - "max": "280.064", - "min": "222.646", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "266.52", - "max": "272.206", - "min": "264.339", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "260.999", - "max": "262.102", - "min": "260.596", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "330.27", - "max": "344.84", - "min": "293.705", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "251.753", - "max": "260.581", - "min": "232.987", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "298.64", - "max": "311.839", - "min": "263.668", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "336.222", - "max": "343.268", - "min": "244.971", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "269.988", - "max": "280.457", - "min": "263.889", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "244.829", - "max": "245.017", - "min": "244.652", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "254.147", - "max": "254.273", - "min": "254.031", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "260.43", - "max": "260.586", - "min": "260.339", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "158.014", - "max": "158.436", - "min": "157.862", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "221.341", - "max": "237.891", - "min": "204.538", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "290.232", - "max": "291.622", - "min": "289.968", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "262.233", - "max": "263.21", - "min": "260.817", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "353.313", - "max": "365.75", - "min": "324.418", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "295.525", - "max": "295.894", - "min": "295.27", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "215.139", - "max": "239.587", - "min": "191.415", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "140.863", - "max": "146.826", - "min": "134.814", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "187.859", - "max": "190.041", - "min": "185.903", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "249.483", - "max": "250.144", - "min": "249.238", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "319.508", - "max": "334.146", - "min": "307.383", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "320.185", - "max": "335.151", - "min": "303.003", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "150.056", - "max": "160.669", - "min": "130.624", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "216.254", - "max": "239.785", - "min": "142.793", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "150.543", - "max": "150.741", - "min": "150.367", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "217.606", - "max": "246.942", - "min": "198.908", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "303.061", - "max": "328.626", - "min": "247.72", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "398.854", - "max": "409.05", - "min": "396.591", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "256.479", - "max": "268.773", - "min": "248.624", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "292.342", - "max": "297.497", - "min": "285.943", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "216.494", - "max": "220.374", - "min": "215.852", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "271.851", - "max": "273.56", - "min": "271.645", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "202.287", - "max": "202.57", - "min": "202.173", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "302.609", - "max": "303.603", - "min": "302.301", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "457.016", - "max": "496.445", - "min": "389.923", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "206.267", - "max": "206.671", - "min": "206.187", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "261.86", - "max": "282.968", - "min": "254.535", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "166.835", - "max": "167.468", - "min": "166.609", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "254.381", - "max": "291.004", - "min": "213.11", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "180.003", - "max": "180.306", - "min": "179.85", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "235.799", - "max": "266.107", - "min": "221.445", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "88.525", - "max": "102.08", - "min": "77.816", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "250.308", - "max": "262.634", - "min": "223.429", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "359.208", - "max": "366.715", - "min": "345.906", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "242.037", - "max": "248.321", - "min": "240.903", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "277.167", - "max": "294.557", - "min": "271.197", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "328.376", - "max": "339.107", - "min": "312.398", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "292.98", - "max": "321.605", - "min": "282.336", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "121.385", - "max": "144.599", - "min": "120.188", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "326.321", - "max": "336.117", - "min": "301.314", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "340.358", - "max": "351.553", - "min": "317.684", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "270.338", - "max": "277.728", - "min": "266.331", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "265.951", - "max": "268.329", - "min": "265.602", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "241.288", - "max": "253.339", - "min": "240.066", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "383.799", - "max": "385.107", - "min": "383.032", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "220.233", - "max": "233.048", - "min": "202.784", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "54.129", - "max": "64.476", - "min": "36.8", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "304.099", - "max": "329.197", - "min": "256.874", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "262.39", - "max": "265.828", - "min": "261.385", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "329.176", - "max": "333.07", - "min": "309.415", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "265.498", - "max": "266.72", - "min": "265.179", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "263.725", - "max": "282.122", - "min": "232.745", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "150.959", - "max": "151.152", - "min": "150.812", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "210.037", - "max": "212.326", - "min": "209.634", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "154.377", - "max": "156.277", - "min": "154.063", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "263.196", - "max": "270.271", - "min": "248.999", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "3.912", - "max": "4.218", - "min": "3.848", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "231.934", - "max": "235.231", - "min": "223.912", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "330.178", - "max": "337.073", - "min": "327.662", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "238.609", - "max": "240.333", - "min": "235.937", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "261.131", - "max": "277.038", - "min": "228.188", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "217.646", - "max": "220.975", - "min": "217.169", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "233.254", - "max": "245.504", - "min": "219.736", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "195.933", - "max": "198.229", - "min": "195.435", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "213.673", - "max": "240.282", - "min": "173.291", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "335.274", - "max": "359.591", - "min": "299.746", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "70.652", - "max": "79.843", - "min": "57.924", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "214.668", - "max": "214.81", - "min": "214.591", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "245.378", - "max": "282.024", - "min": "211.536", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "348.055", - "max": "364.037", - "min": "312.192", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "369.506", - "max": "422.339", - "min": "341.555", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "270.875", - "max": "278.9", - "min": "253.871", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "197.503", - "max": "198.881", - "min": "196.21", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "231.794", - "max": "246.111", - "min": "228.252", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "242.438", - "max": "258.874", - "min": "215.879", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "204.933", - "max": "211.923", - "min": "204.527", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "304.845", - "max": "308.114", - "min": "304.226", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "321.051", - "max": "358.079", - "min": "273.119", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "392.722", - "max": "407.95", - "min": "372.173", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "412.63", - "max": "419.739", - "min": "390.505", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "260.61", - "max": "275.735", - "min": "252.358", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "259.271", - "max": "285.898", - "min": "220.102", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "227.707", - "max": "231.466", - "min": "226.555", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "166.69", - "max": "180.543", - "min": "162.945", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "217.282", - "max": "229.076", - "min": "193.293", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "262.748", - "max": "280.766", - "min": "231.154", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "361.741", - "max": "390.21", - "min": "351.382", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "869.508", - "max": "1519.36", - "min": "533.406", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "271.908", - "max": "280.304", - "min": "268.918", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "230.8", - "max": "231.852", - "min": "227.997", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "44.912", - "max": "47.713", - "min": "44.597", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "196.829", - "max": "197.378", - "min": "196.473", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "223.256", - "max": "226.786", - "min": "222.888", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "317.047", - "max": "360.343", - "min": "252.601", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "493.442", - "max": "622.106", - "min": "320.907", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "341.602", - "max": "347.753", - "min": "316.953", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "290.36", - "max": "405.551", - "min": "280.283", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "239.621", - "max": "245.603", - "min": "236.996", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "239.142", - "max": "254.329", - "min": "194.862", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "309.098", - "max": "320.913", - "min": "299.164", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "239.831", - "max": "242.532", - "min": "238.686", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "145.318", - "max": "146.563", - "min": "145.051", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "278.916", - "max": "296.651", - "min": "249.318", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "240.846", - "max": "254.908", - "min": "232.731", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "239.979", - "max": "243.037", - "min": "239.344", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "233.435", - "max": "236.461", - "min": "231.315", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "364.109", - "max": "379.259", - "min": "329.74", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "207.027", - "max": "207.843", - "min": "206.887", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "275.455", - "max": "275.829", - "min": "275.237", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "199.319", - "max": "210.044", - "min": "198.246", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "247.424", - "max": "247.798", - "min": "247.268", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "212.833", - "max": "213.571", - "min": "212.722", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "300.671", - "max": "331.065", - "min": "248.978", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "212.314", - "max": "213.25", - "min": "211.897", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "174.134", - "max": "194.828", - "min": "162.954", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "265.163", - "max": "298.389", - "min": "210.452", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "362.821", - "max": "386.965", - "min": "308.358", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "291.193", - "max": "319.457", - "min": "222.284", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "351.608", - "max": "381.101", - "min": "293.041", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "212.442", - "max": "222.53", - "min": "211.609", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "339.182", - "max": "339.634", - "min": "338.953", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "277.479", - "max": "296.267", - "min": "255.105", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "301.759", - "max": "315.686", - "min": "272.539", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "190.609", - "max": "201.123", - "min": "189.209", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "72.067", - "max": "72.383", - "min": "71.972", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "284.137", - "max": "303.071", - "min": "255.68", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "239.081", - "max": "251.502", - "min": "217.096", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "258.373", - "max": "259.002", - "min": "257.961", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "336.75", - "max": "378.589", - "min": "308.766", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "267.61", - "max": "286.308", - "min": "242.653", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "456.069", - "max": "467.353", - "min": "430.891", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "262.464", - "max": "277.371", - "min": "236.282", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "408.539", - "max": "492.109", - "min": "399.146", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "647.204", - "max": "660.008", - "min": "610.17", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "283.165", - "max": "285.056", - "min": "280.911", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "243.922", - "max": "246.026", - "min": "243.205", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "316.195", - "max": "318.549", - "min": "315.619", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "241.767", - "max": "242.05", - "min": "241.591", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "312.767", - "max": "2213.93", - "min": "188.753", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "211.434", - "max": "212.275", - "min": "211.26", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "0.016", - "max": "0.025", - "min": "0.013", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "284.149", - "max": "299.614", - "min": "261.615", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "216.454", - "max": "222.286", - "min": "215.9", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "197.283", - "max": "203.864", - "min": "195.626", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "185.527", - "max": "189.51", - "min": "184.978", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "241.831", - "max": "267.495", - "min": "217.493", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "247.414", - "max": "256.529", - "min": "246.134", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "276.586", - "max": "276.864", - "min": "276.364", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "304.415", - "max": "321.557", - "min": "268.081", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "230.109", - "max": "266.411", - "min": "224.186", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "277.844", - "max": "288.721", - "min": "252.572", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "275.02", - "max": "275.434", - "min": "274.863", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "256.207", - "max": "259.523", - "min": "253.317", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "343.475", - "max": "344.597", - "min": "342.382", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "219.955", - "max": "220.313", - "min": "219.847", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "355.801", - "max": "383.035", - "min": "284.087", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "275.094", - "max": "304.163", - "min": "238.637", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "294.957", - "max": "297.351", - "min": "294.28", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "204.982", - "max": "215.397", - "min": "203.802", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "219.859", - "max": "276.62", - "min": "176.757", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "282.34", - "max": "285.361", - "min": "281.772", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "296.821", - "max": "299.116", - "min": "296.182", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "263.927", - "max": "266.174", - "min": "263.407", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "300.334", - "max": "308.026", - "min": "272.928", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "253.308", - "max": "262.156", - "min": "252.512", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "103.496", - "max": "106.269", - "min": "101.477", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "239.999", - "max": "257", - "min": "212.663", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "236.087", - "max": "236.368", - "min": "235.817", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "411.178", - "max": "416.169", - "min": "387.85", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "357.159", - "max": "357.922", - "min": "350.125", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "242.785", - "max": "243.367", - "min": "242.552", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "204.316", - "max": "206.454", - "min": "203.376", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "209.94", - "max": "210.321", - "min": "209.001", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "200.396", - "max": "210.056", - "min": "192.361", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "224.965", - "max": "229.176", - "min": "222.677", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "245.523", - "max": "256.255", - "min": "230.118", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "30.763", - "max": "31.245", - "min": "30.707", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "235.82", - "max": "246.521", - "min": "215.892", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "249.126", - "max": "270.164", - "min": "219.75", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "81.116", - "max": "83.123", - "min": "80.602", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "175.832", - "max": "183.592", - "min": "170.673", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "261.208", - "max": "262.344", - "min": "260.449", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "348.066", - "max": "357.703", - "min": "317.446", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "229.938", - "max": "231.024", - "min": "229.215", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "254.787", - "max": "288.538", - "min": "229.771", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "224.178", - "max": "237.522", - "min": "222.362", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "227.502", - "max": "227.561", - "min": "227.46", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "68.188", - "max": "71.884", - "min": "66.486", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "301.099", - "max": "349.629", - "min": "272.431", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "224.816", - "max": "240.898", - "min": "193.338", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "209.725", - "max": "212.691", - "min": "209.264", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "239.378", - "max": "240.465", - "min": "239.186", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "371.306", - "max": "462.842", - "min": "367.553", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "233.855", - "max": "239.459", - "min": "231.016", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "269.322", - "max": "269.864", - "min": "268.871", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "289.897", - "max": "320.692", - "min": "288.135", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "390.264", - "max": "417.259", - "min": "364.359", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "292.074", - "max": "295.838", - "min": "290.899", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "175.928", - "max": "196.938", - "min": "165.25", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "289.515", - "max": "297.682", - "min": "272.368", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "255.38", - "max": "255.531", - "min": "255.275", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "189.096", - "max": "190.374", - "min": "188.847", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "342.503", - "max": "351.692", - "min": "312.418", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "217.836", - "max": "220.41", - "min": "217.452", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "298.306", - "max": "308.925", - "min": "279.401", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "397.413", - "max": "430.714", - "min": "332.465", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "303.382", - "max": "306.314", - "min": "302.952", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "290.831", - "max": "307.872", - "min": "265.173", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "219.922", - "max": "224.734", - "min": "218.376", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "248.706", - "max": "258.603", - "min": "219.738", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "230.683", - "max": "244.472", - "min": "228.411", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "26.667", - "max": "27.816", - "min": "26.553", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": null, - "max": null, - "min": null, - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "253.064", - "max": "278.056", - "min": "216.347", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "230.712", - "max": "237.289", - "min": "197.37", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "367.107", - "max": "368.443", - "min": "364.559", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "303.672", - "max": "352.78", - "min": "252.566", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "260.255", - "max": "274.433", - "min": "248.797", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "198.72", - "max": "199.691", - "min": "198.521", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "396.611", - "max": "408.201", - "min": "369.089", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "314.482", - "max": "328.002", - "min": "299.098", - "id": "180", - "country": "China", - "source_name": "Shanghai", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "221": { - "name": "Shenzhen", - "data": { - "0": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "242.671", - "max": "245.78", - "min": "242.402", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "233.089", - "max": "234.29", - "min": "232.861", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "66.514", - "max": "67.401", - "min": "66.265", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "273.232", - "max": "273.511", - "min": "272.992", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "235.884", - "max": "236.61", - "min": "235.611", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "253.889", - "max": "253.979", - "min": "253.822", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "252.873", - "max": "253.498", - "min": "244.54", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "241.993", - "max": "242.275", - "min": "241.84", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "240.908", - "max": "241.049", - "min": "240.627", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "295.843", - "max": "304.963", - "min": "292.613", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "357.032", - "max": "364.094", - "min": "349.193", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "315.147", - "max": "317.933", - "min": "314.871", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "239.195", - "max": "239.404", - "min": "239.07", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "198.586", - "max": "199.53", - "min": "198.4", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "324.605", - "max": "342.055", - "min": "318.443", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "243.302", - "max": "243.579", - "min": "243.144", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "294.213", - "max": "316.202", - "min": "269.356", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "226.273", - "max": "226.431", - "min": "226.162", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "277.81", - "max": "278.002", - "min": "277.644", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "248.733", - "max": "250.917", - "min": "241.113", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "351.286", - "max": "351.522", - "min": "351.121", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "244.88", - "max": "245.258", - "min": "244.746", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "139.716", - "max": "139.981", - "min": "139.606", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "225.596", - "max": "252.23", - "min": "224.33", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "219.12", - "max": "227.324", - "min": "210.495", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "209.73", - "max": "210.351", - "min": "209.559", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "251.453", - "max": "260.745", - "min": "248.98", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "343.366", - "max": "343.559", - "min": "343.181", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "288.229", - "max": "288.47", - "min": "284.211", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "221.692", - "max": "224.21", - "min": "220.834", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "225.975", - "max": "232.655", - "min": "218.099", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "57.512", - "max": "58.9", - "min": "51.594", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "379.556", - "max": "380.139", - "min": "379.088", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "300.594", - "max": "331.425", - "min": "275.176", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "41.888", - "max": "41.994", - "min": "41.822", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "328.995", - "max": "329.382", - "min": "328.728", - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": null, - "max": null, - "min": null, - "id": "221", - "country": "China", - "source_name": "Shenzhen", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "261": { - "name": "Zhangjiakou", - "data": { - "0": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "196.879", - "max": "197.702", - "min": "196.76", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "196.975", - "max": "197.35", - "min": "196.854", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "195.246", - "max": "202.083", - "min": "186.939", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "222.632", - "max": "237.472", - "min": "221.429", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "182.693", - "max": "182.807", - "min": "182.608", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "245.389", - "max": "274.537", - "min": "216.575", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "205.023", - "max": "207.51", - "min": "198.474", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "226.41", - "max": "226.654", - "min": "226.244", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "182.66", - "max": "182.747", - "min": "182.589", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "187.837", - "max": "189.372", - "min": "187.66", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "358.973", - "max": "383.16", - "min": "278.248", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "203.799", - "max": "204.36", - "min": "200.452", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "232.336", - "max": "235.54", - "min": "231.488", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "227.891", - "max": "232.478", - "min": "180.449", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "327.903", - "max": "330.24", - "min": "327.445", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "246.176", - "max": "246.602", - "min": "245.977", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "203.747", - "max": "204.927", - "min": "203.408", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "196.914", - "max": "197.202", - "min": "196.803", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "237.423", - "max": "241.508", - "min": "235.244", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "197.051", - "max": "201.672", - "min": "196.759", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "315.975", - "max": "318.456", - "min": "315.658", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "192.222", - "max": "197.02", - "min": "182.665", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "235.762", - "max": "249.885", - "min": "218.003", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "197.785", - "max": "198.701", - "min": "197.482", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "260.677", - "max": "261.229", - "min": "260.316", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "39.07", - "max": "39.505", - "min": "38.999", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "196.908", - "max": "197.805", - "min": "196.773", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "195.016", - "max": "201.246", - "min": "186.919", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "245.281", - "max": "246.493", - "min": "244.895", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "179.798", - "max": "180.615", - "min": "179.391", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "268.319", - "max": "284.008", - "min": "266.099", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "432.417", - "max": "470.16", - "min": "414.426", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "230.183", - "max": "230.704", - "min": "230.008", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "345.418", - "max": "346.663", - "min": "345.027", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "196.938", - "max": "197.435", - "min": "196.823", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "229.645", - "max": "230.067", - "min": "229.484", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "115.939", - "max": "131.525", - "min": "91.196", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "183.965", - "max": "185.865", - "min": "183.478", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "264.881", - "max": "267.403", - "min": "263.845", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "275.96", - "max": "293.366", - "min": "245.659", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "246.111", - "max": "247.443", - "min": "245.713", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "341.284", - "max": "380.175", - "min": "302.788", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "353.614", - "max": "367.126", - "min": "334.55", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "258.211", - "max": "258.607", - "min": "258.005", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "230.185", - "max": "230.507", - "min": "229.981", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "215.566", - "max": "216.964", - "min": "215.28", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "171.589", - "max": "174.399", - "min": "171.142", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "208.376", - "max": "210.764", - "min": "207.995", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "202.873", - "max": "219.923", - "min": "190.689", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "193.334", - "max": "201.164", - "min": "186.93", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "274.129", - "max": "275.634", - "min": "273.706", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "369.014", - "max": "371.346", - "min": "367.779", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "202.081", - "max": "202.78", - "min": "201.885", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "311.817", - "max": "311.972", - "min": "311.696", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "120.618", - "max": "121.138", - "min": "120.412", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "209.112", - "max": "209.534", - "min": "208.959", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "194.743", - "max": "204.749", - "min": "186.946", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "228.318", - "max": "231.805", - "min": "217.693", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "298.119", - "max": "298.556", - "min": "297.938", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "212.075", - "max": "219.124", - "min": "204.582", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "257.822", - "max": "282.419", - "min": "253.78", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "182.68", - "max": "182.83", - "min": "182.62", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "268.801", - "max": "268.999", - "min": "268.665", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "198.019", - "max": "198.82", - "min": "197.683", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "197.086", - "max": "197.586", - "min": "196.731", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "292.64", - "max": "303.118", - "min": "273.274", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "167.204", - "max": "169.601", - "min": "166.829", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "58.151", - "max": "59.374", - "min": "57.925", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "218.857", - "max": "224.298", - "min": "218.252", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "196.895", - "max": "197.135", - "min": "196.735", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "179.525", - "max": "191.978", - "min": "177.009", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "183.205", - "max": "191.494", - "min": "172.967", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "196.907", - "max": "197.352", - "min": "196.739", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "187.406", - "max": "196.824", - "min": "182.651", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "183.092", - "max": "184.884", - "min": "182.633", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "193.128", - "max": "197.965", - "min": "182.796", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "0.217", - "max": "0.253", - "min": "0.198", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "315.704", - "max": "315.704", - "min": "315.704", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "189.517", - "max": "197.073", - "min": "182.623", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "190.861", - "max": "193.46", - "min": "189.649", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "305.284", - "max": "307.664", - "min": "304.642", - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": null, - "max": null, - "min": null, - "id": "261", - "country": "China", - "source_name": "Zhangjiakou", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Russia": { - "9": { - "name": "Moscow", - "data": { - "0": { - "avg": "247.527", - "max": "249.438", - "min": "247.232", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "327.623", - "max": "332.412", - "min": "327.105", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "129.77", - "max": "130.311", - "min": "129.612", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "57.241", - "max": "64.113", - "min": "56.439", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "53.45", - "max": "54.091", - "min": "53.26", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "210.866", - "max": "211.495", - "min": "210.698", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "44.297", - "max": "44.921", - "min": "44.059", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "306.082", - "max": "314.205", - "min": "305.266", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "0.042", - "max": "0.121", - "min": "0.022", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "19.337", - "max": "20.24", - "min": "19.131", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "46.411", - "max": "47.051", - "min": "46.179", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "152.283", - "max": "172.495", - "min": "151.299", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "121.356", - "max": "121.443", - "min": "121.287", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "121.764", - "max": "122.031", - "min": "121.621", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "154.003", - "max": "154.229", - "min": "153.918", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "134.209", - "max": "135.067", - "min": "133.891", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "67.426", - "max": "67.8", - "min": "67.203", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "143.617", - "max": "150.511", - "min": "143.135", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "62.742", - "max": "62.919", - "min": "62.562", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "57.888", - "max": "58.932", - "min": "57.779", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "296.363", - "max": "296.649", - "min": "296.257", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "142.47", - "max": "142.549", - "min": "142.354", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "193.155", - "max": "193.904", - "min": "193.046", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "188.772", - "max": "190.14", - "min": "188.553", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "22.805", - "max": "23.012", - "min": "22.682", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "27.67", - "max": "28.112", - "min": "27.539", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "59.58", - "max": "61.068", - "min": "59.37", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "58.662", - "max": "60.323", - "min": "58.415", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "44.258", - "max": "44.433", - "min": "44.147", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "183.352", - "max": "184.959", - "min": "183.103", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "179.284", - "max": "179.387", - "min": "179.207", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "57.525", - "max": "57.882", - "min": "57.388", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "181.946", - "max": "183.92", - "min": "181.711", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "44.671", - "max": "46.032", - "min": "44.509", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "43.549", - "max": "48.266", - "min": "43.077", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "198.445", - "max": "200.009", - "min": "198.127", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "180.89", - "max": "180.994", - "min": "180.821", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "176.435", - "max": "176.656", - "min": "176.287", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "158.026", - "max": "160.137", - "min": "157.82", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "128.002", - "max": "128.849", - "min": "127.687", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "191.812", - "max": "196.217", - "min": "191.317", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "51.493", - "max": "53.497", - "min": "51.166", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "84.777", - "max": "85.171", - "min": "84.629", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "16.31", - "max": "16.422", - "min": "16.232", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "180.777", - "max": "180.912", - "min": "180.669", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "60.663", - "max": "61.168", - "min": "60.091", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "33.212", - "max": "33.521", - "min": "33.082", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "212.247", - "max": "212.596", - "min": "212.118", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "272.72", - "max": "277.889", - "min": "270.732", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "164.045", - "max": "164.965", - "min": "163.78", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "136.759", - "max": "137.16", - "min": "136.514", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "192.819", - "max": "196.173", - "min": "192.51", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "107.817", - "max": "134.573", - "min": "50.296", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "151.399", - "max": "152.262", - "min": "151.055", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "168.754", - "max": "174.335", - "min": "166.049", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "211.56", - "max": "211.791", - "min": "211.399", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "79.118", - "max": "80.747", - "min": "78.731", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "333.984", - "max": "334.416", - "min": "333.876", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "77.374", - "max": "80.346", - "min": "76.924", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "49.509", - "max": "51.334", - "min": "49.299", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "94.467", - "max": "101.589", - "min": "93.512", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "106.966", - "max": "150.232", - "min": "103.947", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "194.06", - "max": "290.935", - "min": "188.715", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "374.853", - "max": "377.321", - "min": "374.53", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "77.469", - "max": "79.012", - "min": "77.287", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "61.685", - "max": "62.097", - "min": "61.578", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "120.085", - "max": "122.665", - "min": "119.892", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "89.565", - "max": "90.066", - "min": "89.254", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "257.468", - "max": "258.939", - "min": "256.925", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "166.057", - "max": "167.155", - "min": "165.936", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "233.034", - "max": "233.234", - "min": "232.871", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "181.053", - "max": "181.658", - "min": "180.755", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "198.257", - "max": "203.649", - "min": "197.524", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "150.492", - "max": "150.875", - "min": "150.405", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "88.188", - "max": "88.9", - "min": "87.952", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "61.057", - "max": "61.285", - "min": "60.863", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "139.393", - "max": "140.326", - "min": "139.209", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "184.033", - "max": "184.248", - "min": "183.844", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "145.47", - "max": "156.427", - "min": "144.796", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "131.859", - "max": "132.216", - "min": "131.763", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "181.423", - "max": "181.808", - "min": "181.134", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "145.188", - "max": "145.547", - "min": "144.926", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "137.999", - "max": "142.93", - "min": "137.364", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "180.034", - "max": "183.436", - "min": "179.753", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "179.778", - "max": "179.95", - "min": "179.589", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "97.285", - "max": "98.349", - "min": "96.952", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "59.434", - "max": "59.797", - "min": "59.211", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "152.953", - "max": "153.168", - "min": "152.86", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "164.612", - "max": "166.556", - "min": "164.4", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "52.956", - "max": "60.723", - "min": "51.825", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "148.294", - "max": "149.812", - "min": "147.59", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "192.231", - "max": "192.647", - "min": "191.959", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "72.657", - "max": "79.131", - "min": "72.312", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "307.352", - "max": "317.093", - "min": "306.747", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "129.66", - "max": "131.665", - "min": "129.471", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "153.139", - "max": "155.843", - "min": "152.647", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "197.037", - "max": "197.301", - "min": "196.807", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "179.48", - "max": "190.112", - "min": "178.659", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "186.636", - "max": "186.861", - "min": "186.52", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "142.316", - "max": "143.428", - "min": "142.061", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "148.543", - "max": "148.724", - "min": "148.472", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "196.724", - "max": "197.083", - "min": "196.608", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "55.224", - "max": "57.735", - "min": "55.01", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "349.01", - "max": "350.672", - "min": "348.267", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "144.839", - "max": "145.426", - "min": "144.625", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "279.851", - "max": "280.958", - "min": "279.675", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "231.756", - "max": "233.326", - "min": "231.533", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "132.113", - "max": "132.314", - "min": "131.936", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "146.208", - "max": "149.339", - "min": "145.895", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "161.842", - "max": "162.056", - "min": "161.73", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "292.13", - "max": "292.91", - "min": "292.019", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "306.265", - "max": "308.526", - "min": "306.022", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "114.867", - "max": "115.102", - "min": "114.711", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "177.67", - "max": "179.196", - "min": "177.263", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "410.599", - "max": "528.072", - "min": "233.359", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "171.327", - "max": "259.648", - "min": "95.936", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "205.101", - "max": "209.529", - "min": "204.45", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "259.026", - "max": "260.214", - "min": "258.79", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "156.125", - "max": "156.369", - "min": "156.027", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "149.797", - "max": "152.532", - "min": "149.429", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "161.643", - "max": "164.067", - "min": "161.168", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "219.748", - "max": "374.188", - "min": "143.139", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "231.436", - "max": "250.6", - "min": "230.647", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "26.025", - "max": "150.226", - "min": "19.753", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "21.792", - "max": "22.051", - "min": "21.705", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "28.479", - "max": "29.514", - "min": "27.779", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "118.468", - "max": "118.722", - "min": "118.211", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "211.841", - "max": "212.125", - "min": "211.647", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "148.072", - "max": "149.598", - "min": "147.703", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "207.943", - "max": "208.376", - "min": "207.819", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "143.973", - "max": "144.194", - "min": "143.861", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "137.599", - "max": "137.818", - "min": "137.473", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "147.555", - "max": "147.802", - "min": "147.405", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "319.207", - "max": "321.138", - "min": "318.499", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "163.565", - "max": "163.74", - "min": "163.456", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "122.684", - "max": "125.408", - "min": "122.449", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "172.721", - "max": "180.591", - "min": "171.495", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "156.706", - "max": "156.884", - "min": "156.56", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "151.176", - "max": "151.873", - "min": "151.057", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "120.508", - "max": "121.162", - "min": "120.33", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "56.816", - "max": "57.045", - "min": "56.688", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "218.163", - "max": "218.398", - "min": "217.841", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "10.834", - "max": "11.424", - "min": "10.695", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "59.586", - "max": "59.859", - "min": "59.345", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "224.552", - "max": "226.512", - "min": "224.172", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "44.99", - "max": "45.777", - "min": "44.756", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "67.436", - "max": "70.004", - "min": "67.175", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "166.043", - "max": "166.389", - "min": "165.884", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "51.013", - "max": "53.157", - "min": "50.83", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "50.52", - "max": "55.508", - "min": "50.267", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "45.448", - "max": "52.314", - "min": "43.78", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "286.595", - "max": "286.815", - "min": "286.434", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "66.246", - "max": "69.44", - "min": "65.645", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "44.863", - "max": "83.64", - "min": "43.284", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "136.961", - "max": "137.113", - "min": "136.849", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "186.985", - "max": "187.759", - "min": "186.645", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "25.591", - "max": "28.621", - "min": "25.086", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "297.075", - "max": "341.316", - "min": "288.9", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "166.738", - "max": "167.279", - "min": "166.503", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "169.798", - "max": "170.859", - "min": "169.634", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "430.005", - "max": "430.506", - "min": "429.526", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "18.777", - "max": "18.889", - "min": "18.644", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "116.438", - "max": "116.762", - "min": "116.306", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "60.901", - "max": "61.079", - "min": "60.764", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "221.093", - "max": "221.337", - "min": "220.896", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "44.117", - "max": "44.374", - "min": "43.94", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "180.866", - "max": "182.45", - "min": "180.691", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "140.489", - "max": "140.874", - "min": "140.363", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "135.522", - "max": "135.811", - "min": "135.337", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "147.929", - "max": "148.462", - "min": "147.825", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "45.505", - "max": "48.961", - "min": "45.218", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "172.006", - "max": "172.406", - "min": "171.9", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "58.547", - "max": "60.298", - "min": "58.374", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "55.951", - "max": "62.152", - "min": "55.489", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "76.299", - "max": "87.737", - "min": "75.381", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "54.909", - "max": "55.192", - "min": "54.794", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "52.195", - "max": "56.711", - "min": "51.755", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "90.18", - "max": "90.577", - "min": "90.009", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "68.021", - "max": "68.615", - "min": "67.878", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "15.235", - "max": "16.846", - "min": "15.032", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "69.437", - "max": "69.72", - "min": "69.326", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "54.397", - "max": "55.41", - "min": "54.151", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "43.363", - "max": "43.692", - "min": "43.132", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "43.726", - "max": "43.846", - "min": "43.648", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "55.577", - "max": "55.756", - "min": "55.336", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "90.641", - "max": "91.276", - "min": "90.37", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "64.41", - "max": "66.714", - "min": "63.698", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "80.283", - "max": "141.068", - "min": "47.385", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "48.407", - "max": "48.576", - "min": "48.3", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "94.327", - "max": "95.602", - "min": "94.039", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "64.968", - "max": "65.124", - "min": "64.787", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "61.995", - "max": "62.573", - "min": "61.528", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "46.263", - "max": "49.919", - "min": "45.758", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "287.506", - "max": "291.263", - "min": "287.122", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "52.963", - "max": "53.262", - "min": "52.835", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "81.265", - "max": "81.594", - "min": "81.022", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "54.811", - "max": "54.981", - "min": "54.619", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "214.188", - "max": "222.409", - "min": "212.481", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "87.954", - "max": "94.099", - "min": "87.541", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "46.064", - "max": "46.854", - "min": "45.762", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "62.472", - "max": "62.766", - "min": "62.315", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "43.191", - "max": "43.67", - "min": "42.969", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "339.529", - "max": "350.58", - "min": "338.066", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "117.819", - "max": "127.361", - "min": "116.405", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "137.527", - "max": "138.056", - "min": "137.196", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "182.988", - "max": "183.545", - "min": "182.762", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "44.385", - "max": "44.607", - "min": "44.282", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "102.845", - "max": "103.055", - "min": "102.634", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "193.408", - "max": "194.299", - "min": "192.729", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "78.633", - "max": "78.904", - "min": "78.405", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "86.948", - "max": "87.937", - "min": "86.648", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "51.498", - "max": "52.528", - "min": "51.228", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "43.123", - "max": "44.651", - "min": "42.788", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "142.42", - "max": "142.496", - "min": "142.314", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "144.92", - "max": "145.036", - "min": "144.831", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "279.422", - "max": "279.623", - "min": "279.231", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "124.666", - "max": "125.385", - "min": "124.277", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "69.914", - "max": "70.14", - "min": "69.77", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "125.281", - "max": "125.422", - "min": "125.203", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "53.924", - "max": "54.207", - "min": "53.822", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "256.049", - "max": "267.915", - "min": "255.489", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "165.178", - "max": "168.492", - "min": "161.781", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "67.707", - "max": "67.883", - "min": "67.556", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "84.493", - "max": "87.229", - "min": "83.865", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "191.115", - "max": "193.49", - "min": "189.97", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "147.849", - "max": "148.959", - "min": "147.453", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "229.749", - "max": "230.005", - "min": "229.595", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "70.921", - "max": "71.433", - "min": "70.72", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "79.228", - "max": "79.297", - "min": "79.115", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "52.195", - "max": "52.876", - "min": "52.002", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "86.341", - "max": "86.447", - "min": "86.169", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "131.369", - "max": "133.369", - "min": "130.917", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "129.195", - "max": "129.619", - "min": "129.03", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "106.611", - "max": "114.479", - "min": "104.27", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "200.846", - "max": "206.183", - "min": "199.822", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "135.728", - "max": "136.881", - "min": "134.619", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "95.142", - "max": "98.647", - "min": "94.819", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "149.688", - "max": "150.018", - "min": "149.431", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "65.045", - "max": "67.162", - "min": "64.717", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "110.39", - "max": "116.249", - "min": "100.49", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "226.403", - "max": "226.403", - "min": "226.403", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "53.983", - "max": "55.23", - "min": "53.782", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "40.242", - "max": "40.448", - "min": "40.157", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "149.606", - "max": "150.271", - "min": "149.298", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "75.542", - "max": "91.867", - "min": "65.331", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "75.749", - "max": "79.904", - "min": "75.31", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "212.184", - "max": "213.181", - "min": "211.882", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "36.651", - "max": "38.369", - "min": "36.37", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "155.135", - "max": "155.335", - "min": "155.024", - "id": "9", - "country": "Russia", - "source_name": "Moscow", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "149": { - "name": "St Petersburg", - "data": { - "0": { - "avg": "203.877", - "max": "205.863", - "min": "203.715", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "294.285", - "max": "294.714", - "min": "293.983", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "139.706", - "max": "139.985", - "min": "139.585", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "44.651", - "max": "52.693", - "min": "43.912", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "47.801", - "max": "49.126", - "min": "47.515", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "193.647", - "max": "205.09", - "min": "193.102", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "35.776", - "max": "36.639", - "min": "35.648", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "305.886", - "max": "315.952", - "min": "304.732", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "10.82", - "max": "10.978", - "min": "10.71", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "12.378", - "max": "14.292", - "min": "12.049", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "38.653", - "max": "39.472", - "min": "38.401", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "155.369", - "max": "156.294", - "min": "155.166", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "108.119", - "max": "109.642", - "min": "107.941", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "112.719", - "max": "113.704", - "min": "112.502", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "147.889", - "max": "156.467", - "min": "147.418", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "131.17", - "max": "132.972", - "min": "130.71", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "52.336", - "max": "53.066", - "min": "52.103", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "132.044", - "max": "132.235", - "min": "131.925", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "53.659", - "max": "54.102", - "min": "53.433", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "54.562", - "max": "54.733", - "min": "54.465", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "311.797", - "max": "332.77", - "min": "310.952", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "129.135", - "max": "129.506", - "min": "129.021", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "183.252", - "max": "183.698", - "min": "183.061", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "193.167", - "max": "193.706", - "min": "193.012", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "23.237", - "max": "23.684", - "min": "23.046", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "21.653", - "max": "25.334", - "min": "21.364", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "49.93", - "max": "52.376", - "min": "49.684", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "55.825", - "max": "58.546", - "min": "55.428", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "35.302", - "max": "35.733", - "min": "35.181", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "177.449", - "max": "177.745", - "min": "177.256", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "180.283", - "max": "180.435", - "min": "180.169", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "49.779", - "max": "50.362", - "min": "49.657", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "169.524", - "max": "173.61", - "min": "169.205", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "44.68", - "max": "46.879", - "min": "44.488", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "43.374", - "max": "45.784", - "min": "43.019", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "190.622", - "max": "192.363", - "min": "190.341", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "172.753", - "max": "175.076", - "min": "172.561", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "170.778", - "max": "172.217", - "min": "170.507", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "144.364", - "max": "145.699", - "min": "144.142", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "114.055", - "max": "114.988", - "min": "113.826", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "181.486", - "max": "185.385", - "min": "180.789", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "48.376", - "max": "52.232", - "min": "47.771", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "73.695", - "max": "76.119", - "min": "73.439", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "6.084", - "max": "6.204", - "min": "6.008", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "166.818", - "max": "168.085", - "min": "166.656", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "51.826", - "max": "52.92", - "min": "51.409", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "26.903", - "max": "27.498", - "min": "26.744", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "198.076", - "max": "199.298", - "min": "197.799", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "275.938", - "max": "276.306", - "min": "275.753", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "153.558", - "max": "156.139", - "min": "153.319", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "125.298", - "max": "125.778", - "min": "125.108", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "186.072", - "max": "186.751", - "min": "185.83", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "52.399", - "max": "65.368", - "min": "41.216", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "143.177", - "max": "143.315", - "min": "143.054", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "173.96", - "max": "182.813", - "min": "170.904", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "207.647", - "max": "208.477", - "min": "207.429", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "69.651", - "max": "72.733", - "min": "68.585", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "324.461", - "max": "324.91", - "min": "324.383", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "51.105", - "max": "55.673", - "min": "50.448", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "44.406", - "max": "45.05", - "min": "44.205", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "81.25", - "max": "83.752", - "min": "80.486", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "101.986", - "max": "151.07", - "min": "99.469", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "228.211", - "max": "254.289", - "min": "225.082", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "233.197", - "max": "233.721", - "min": "233.066", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "74.657", - "max": "76.627", - "min": "74.276", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "66.678", - "max": "69.302", - "min": "66.099", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "118.253", - "max": "118.759", - "min": "118.085", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "72.423", - "max": "75.802", - "min": "71.994", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "248.701", - "max": "250.222", - "min": "247.921", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "160.285", - "max": "160.682", - "min": "160.166", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "217.388", - "max": "217.848", - "min": "217.211", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "169.607", - "max": "169.914", - "min": "169.389", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "184.684", - "max": "192.742", - "min": "184.029", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "136.463", - "max": "139.303", - "min": "136.275", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "79.692", - "max": "80.465", - "min": "79.493", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "43.985", - "max": "45.363", - "min": "43.699", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "134.898", - "max": "135.841", - "min": "134.756", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "185.28", - "max": "185.769", - "min": "185.147", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "136.574", - "max": "149.176", - "min": "135.831", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "133.748", - "max": "134.304", - "min": "133.555", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "175.265", - "max": "178.89", - "min": "174.829", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "135.176", - "max": "137.604", - "min": "134.878", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "265.005", - "max": "265.434", - "min": "264.868", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "172.84", - "max": "173.087", - "min": "172.661", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "159.85", - "max": "162.094", - "min": "159.682", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "91.22", - "max": "92.086", - "min": "90.899", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "47.429", - "max": "48.578", - "min": "47.156", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "138.127", - "max": "138.498", - "min": "137.951", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "138.967", - "max": "139.501", - "min": "138.754", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "46.162", - "max": "46.511", - "min": "45.932", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "139.443", - "max": "140.652", - "min": "138.784", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "186.391", - "max": "187.381", - "min": "185.937", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "58.439", - "max": "59.838", - "min": "58.289", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "305.337", - "max": "308.041", - "min": "305.122", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "116.611", - "max": "120.672", - "min": "116.309", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "146.557", - "max": "146.774", - "min": "146.397", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "186.828", - "max": "187.086", - "min": "186.66", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "165.374", - "max": "207.895", - "min": "163.264", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "173.743", - "max": "174.374", - "min": "173.553", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "139.961", - "max": "142.833", - "min": "139.567", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "140.19", - "max": "140.373", - "min": "140.085", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "182.613", - "max": "183.177", - "min": "182.443", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "56.054", - "max": "56.75", - "min": "55.894", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "346.667", - "max": "350.264", - "min": "345.951", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "136.706", - "max": "136.869", - "min": "136.609", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "-1", - "max": "-1", - "min": "-1", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "217.881", - "max": "221.176", - "min": "217.479", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "123.639", - "max": "124.308", - "min": "123.453", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "134.004", - "max": "134.364", - "min": "133.84", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "178.322", - "max": "178.921", - "min": "178.188", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "277.404", - "max": "277.68", - "min": "277.271", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "310.434", - "max": "312.387", - "min": "309.185", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "114.024", - "max": "114.184", - "min": "113.929", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "177.808", - "max": "178.894", - "min": "177.536", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "398.886", - "max": "522.878", - "min": "244.016", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "166.686", - "max": "303.739", - "min": "93.453", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "200.102", - "max": "205.272", - "min": "199.122", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "264.544", - "max": "266.353", - "min": "264.358", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "153.622", - "max": "153.882", - "min": "153.5", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "140.683", - "max": "143.197", - "min": "140.246", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "153.26", - "max": "154.538", - "min": "152.907", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "203.061", - "max": "362.889", - "min": "129.198", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "220.219", - "max": "220.774", - "min": "220.109", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "25.661", - "max": "78.249", - "min": "20.298", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "11.63", - "max": "11.707", - "min": "11.563", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "24.5", - "max": "28.815", - "min": "23.765", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "107.958", - "max": "108.315", - "min": "107.814", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "190.777", - "max": "191.464", - "min": "190.504", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "145.56", - "max": "146.401", - "min": "145.32", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "222.589", - "max": "226.037", - "min": "222.262", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "134.853", - "max": "137.234", - "min": "134.625", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "136.306", - "max": "140.517", - "min": "136.001", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "128.238", - "max": "129.426", - "min": "128.01", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "311.891", - "max": "313.685", - "min": "311.271", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "154.671", - "max": "158.932", - "min": "154.279", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "112.926", - "max": "113.746", - "min": "112.696", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "164.226", - "max": "170.419", - "min": "162.941", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "143.747", - "max": "144.184", - "min": "143.54", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "159.992", - "max": "160.297", - "min": "159.792", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "111.272", - "max": "111.825", - "min": "111.107", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "46.951", - "max": "47.178", - "min": "46.797", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "198.698", - "max": "202.517", - "min": "198.104", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "0.038", - "max": "0.072", - "min": "0.024", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "64.169", - "max": "66.083", - "min": "63.912", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "225.19", - "max": "226.959", - "min": "224.837", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "37.047", - "max": "37.547", - "min": "36.786", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "55.836", - "max": "80.898", - "min": "54.47", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "180.931", - "max": "181.499", - "min": "180.812", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "42.34", - "max": "43.758", - "min": "42.165", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "41.313", - "max": "42.559", - "min": "41.175", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "42.794", - "max": "47.385", - "min": "41.84", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "221.189", - "max": "221.58", - "min": "221.041", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "66.655", - "max": "71.643", - "min": "66.338", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "37.051", - "max": "55.525", - "min": "36.135", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "123.944", - "max": "124.477", - "min": "123.466", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "181.472", - "max": "181.875", - "min": "181.035", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "21.657", - "max": "22.83", - "min": "21.396", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "289.177", - "max": "347.06", - "min": "278.228", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "158.288", - "max": "158.572", - "min": "158.111", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "150.192", - "max": "150.319", - "min": "150.08", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "415.632", - "max": "416.004", - "min": "415.274", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "15.807", - "max": "16.021", - "min": "15.666", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "109.336", - "max": "111.013", - "min": "109.179", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "77.29", - "max": "78.374", - "min": "77.101", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "212.584", - "max": "213.716", - "min": "212.355", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "49.628", - "max": "50.873", - "min": "49.386", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "175.923", - "max": "177.06", - "min": "175.663", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "280.968", - "max": "315.756", - "min": "215.915", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "123.019", - "max": "125.496", - "min": "122.734", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "131.417", - "max": "131.643", - "min": "131.33", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "35.117", - "max": "36.356", - "min": "34.839", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "173.294", - "max": "174.44", - "min": "173.15", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "48.268", - "max": "48.906", - "min": "48.059", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "46.318", - "max": "46.723", - "min": "46.106", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "63.427", - "max": "79.29", - "min": "62.771", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "59.022", - "max": "59.105", - "min": "58.946", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "43.107", - "max": "43.577", - "min": "42.869", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "91.088", - "max": "92.108", - "min": "90.833", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "63.612", - "max": "67.055", - "min": "63.355", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "22.601", - "max": "24.213", - "min": "22.388", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "78.193", - "max": "80.678", - "min": "77.945", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "42.693", - "max": "46.191", - "min": "42.182", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "38.697", - "max": "39.652", - "min": "38.524", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "42.685", - "max": "42.858", - "min": "42.576", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "47.525", - "max": "47.799", - "min": "47.355", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "85.266", - "max": "104.392", - "min": "83.928", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "63.504", - "max": "67.057", - "min": "62.65", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "67.026", - "max": "134.319", - "min": "38.535", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "45.713", - "max": "47.216", - "min": "45.534", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "89.409", - "max": "90.32", - "min": "89.152", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "52.883", - "max": "53.85", - "min": "52.665", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "67.523", - "max": "68.546", - "min": "67.043", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "37.78", - "max": "38.718", - "min": "37.416", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "222.388", - "max": "226.4", - "min": "221.951", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "37.038", - "max": "42.134", - "min": "36.71", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "73.042", - "max": "74.096", - "min": "72.697", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "43.965", - "max": "44.702", - "min": "43.829", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "203.924", - "max": "210.014", - "min": "202.522", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "83.754", - "max": "83.881", - "min": "83.557", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "49.929", - "max": "66.179", - "min": "49.099", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "49.403", - "max": "51.837", - "min": "48.781", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "38.872", - "max": "39.277", - "min": "38.695", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "304.133", - "max": "318.784", - "min": "301.055", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "110.494", - "max": "120.295", - "min": "109.535", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "245.343", - "max": "246.002", - "min": "240.011", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "176.847", - "max": "176.938", - "min": "176.77", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "42.25", - "max": "42.427", - "min": "42.142", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "111.741", - "max": "112.231", - "min": "111.576", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "182.082", - "max": "182.511", - "min": "181.766", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "63.962", - "max": "64.183", - "min": "63.801", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "85.969", - "max": "87.097", - "min": "85.53", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "41.914", - "max": "42.677", - "min": "41.767", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "34.984", - "max": "36.762", - "min": "34.603", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "134.53", - "max": "135.42", - "min": "134.413", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "135.138", - "max": "135.304", - "min": "135.014", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "271.79", - "max": "272.699", - "min": "271.559", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "117.749", - "max": "118.58", - "min": "117.345", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "44.598", - "max": "45.237", - "min": "44.438", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "111.502", - "max": "112.174", - "min": "111.387", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "47.907", - "max": "48.394", - "min": "47.752", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "236.38", - "max": "238.529", - "min": "236.147", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "156.659", - "max": "160.737", - "min": "153.622", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "47.989", - "max": "48.64", - "min": "47.809", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "95.95", - "max": "101.744", - "min": "94.921", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "190.905", - "max": "193.717", - "min": "189.743", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "136.081", - "max": "136.667", - "min": "135.738", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "256.161", - "max": "256.542", - "min": "255.997", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "104.235", - "max": "104.882", - "min": "104.042", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "65.818", - "max": "66.505", - "min": "65.712", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "44.209", - "max": "44.905", - "min": "44.066", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "72.508", - "max": "72.87", - "min": "72.387", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "119.836", - "max": "121.007", - "min": "119.59", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "120.474", - "max": "121.442", - "min": "120.271", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "96.1", - "max": "102.534", - "min": "94.001", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "197.553", - "max": "198.727", - "min": "196.474", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "129.108", - "max": "130.813", - "min": "128.091", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "80.55", - "max": "82.339", - "min": "80.366", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "130.429", - "max": "132.229", - "min": "130.055", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "56.764", - "max": "63.021", - "min": "56.183", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "199.566", - "max": "203.565", - "min": "194.006", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "215.909", - "max": "215.909", - "min": "215.909", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "43.39", - "max": "43.629", - "min": "43.301", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "33.223", - "max": "34.533", - "min": "33.018", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "133.591", - "max": "134.759", - "min": "133.325", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "63.836", - "max": "75.222", - "min": "55.939", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "59.322", - "max": "59.917", - "min": "59.203", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "190.175", - "max": "192.588", - "min": "189.844", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "45.341", - "max": "48.465", - "min": "44.852", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "139.672", - "max": "139.773", - "min": "139.592", - "id": "149", - "country": "Russia", - "source_name": "St Petersburg", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "176": { - "name": "Novosibirsk", - "data": { - "0": { - "avg": "244.757", - "max": "245.14", - "min": "241.359", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "366.704", - "max": "367.555", - "min": "366.348", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "180.172", - "max": "180.547", - "min": "180.026", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "98.589", - "max": "102.101", - "min": "98.069", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "91.573", - "max": "91.973", - "min": "91.397", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "82.796", - "max": "83.169", - "min": "82.665", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "98.137", - "max": "99.604", - "min": "97.872", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "367.573", - "max": "394.254", - "min": "365.592", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "44.167", - "max": "45.04", - "min": "43.966", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "65.031", - "max": "65.213", - "min": "64.895", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "98.82", - "max": "98.977", - "min": "98.652", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "200.168", - "max": "201.915", - "min": "199.994", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "166.378", - "max": "166.548", - "min": "166.276", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "175.024", - "max": "175.334", - "min": "174.885", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "191.538", - "max": "191.691", - "min": "191.436", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "168.145", - "max": "168.715", - "min": "167.883", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "106.263", - "max": "106.447", - "min": "106.012", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "179.905", - "max": "180.069", - "min": "179.807", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "107.257", - "max": "107.522", - "min": "107.098", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "110.034", - "max": "110.139", - "min": "109.939", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "369.071", - "max": "369.344", - "min": "368.939", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "173.889", - "max": "174.255", - "min": "173.79", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "223.196", - "max": "223.726", - "min": "223.066", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "226.458", - "max": "226.809", - "min": "226.269", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "69.568", - "max": "70.359", - "min": "69.348", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "78.124", - "max": "78.42", - "min": "77.959", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "108.432", - "max": "108.992", - "min": "108.223", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "98.81", - "max": "99.072", - "min": "98.544", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "103.469", - "max": "105.566", - "min": "103.215", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "229.266", - "max": "229.76", - "min": "228.923", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "122.621", - "max": "122.76", - "min": "122.535", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "110.146", - "max": "110.421", - "min": "109.972", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "258.766", - "max": "259.206", - "min": "258.632", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "53.034", - "max": "53.627", - "min": "52.88", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "96.354", - "max": "98.435", - "min": "95.924", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "180.111", - "max": "182.419", - "min": "179.801", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "224.717", - "max": "224.892", - "min": "224.647", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "228.097", - "max": "228.307", - "min": "227.907", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "197.243", - "max": "197.919", - "min": "197.066", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "165.396", - "max": "166.546", - "min": "165.095", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "235.148", - "max": "239.21", - "min": "232.601", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "104.666", - "max": "105.991", - "min": "104.292", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "125.263", - "max": "125.515", - "min": "125.122", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "67.732", - "max": "68.305", - "min": "67.599", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "220.141", - "max": "220.313", - "min": "219.972", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "109.042", - "max": "109.639", - "min": "108.593", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "77.059", - "max": "77.991", - "min": "76.907", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "241.921", - "max": "242.896", - "min": "241.684", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "307.161", - "max": "308.467", - "min": "305.706", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "199.7", - "max": "200.041", - "min": "199.597", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "168.826", - "max": "169.107", - "min": "168.667", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "231.35", - "max": "231.542", - "min": "231.121", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "110.423", - "max": "195.638", - "min": "95.462", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "185.197", - "max": "185.974", - "min": "184.708", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "349.227", - "max": "375.306", - "min": "344.881", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "138.012", - "max": "138.341", - "min": "137.772", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "121.5", - "max": "123.205", - "min": "120.531", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "376.09", - "max": "376.23", - "min": "376.015", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "115.87", - "max": "117.352", - "min": "115.444", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "93.89", - "max": "94.11", - "min": "93.78", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "149.117", - "max": "149.884", - "min": "148.665", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "151.649", - "max": "200.084", - "min": "147.753", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "199.559", - "max": "325.917", - "min": "187.909", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "223.788", - "max": "224.203", - "min": "223.619", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "126.799", - "max": "127.137", - "min": "126.667", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "116.348", - "max": "118.638", - "min": "116.055", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "169.543", - "max": "170.533", - "min": "169.364", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "113.175", - "max": "113.428", - "min": "112.595", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "292.894", - "max": "295.569", - "min": "292.155", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "205.647", - "max": "207.046", - "min": "205.439", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "92.638", - "max": "94.475", - "min": "92.437", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "220.908", - "max": "222.155", - "min": "220.6", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "242.729", - "max": "243.43", - "min": "242.53", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "191.719", - "max": "191.857", - "min": "191.639", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "142.483", - "max": "144.515", - "min": "142.109", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "97.422", - "max": "98.136", - "min": "97.141", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "197.095", - "max": "197.258", - "min": "196.96", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "222.389", - "max": "224.319", - "min": "219.835", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "191.646", - "max": "193.774", - "min": "191.395", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "181.127", - "max": "182.911", - "min": "180.041", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "222.585", - "max": "222.965", - "min": "222.349", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "167.739", - "max": "168.065", - "min": "167.507", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "145.815", - "max": "146.55", - "min": "141.519", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "343.564", - "max": "345.227", - "min": "343.363", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "218.975", - "max": "219.205", - "min": "218.819", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "146.737", - "max": "148.174", - "min": "146.246", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "101.34", - "max": "101.897", - "min": "101.028", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "190.511", - "max": "190.748", - "min": "190.371", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "199.117", - "max": "200.955", - "min": "198.903", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "102.544", - "max": "108.558", - "min": "102.066", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "189.222", - "max": "191.414", - "min": "188.556", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "231.965", - "max": "232.85", - "min": "231.76", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "112.896", - "max": "113.011", - "min": "112.81", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "226.967", - "max": "228.598", - "min": "226.691", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "169.068", - "max": "171.076", - "min": "168.822", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "201.548", - "max": "202.897", - "min": "201.157", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "236.512", - "max": "236.899", - "min": "236.335", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "215.158", - "max": "236.644", - "min": "213.371", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "232.822", - "max": "233.044", - "min": "232.728", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "187.675", - "max": "193.987", - "min": "187.042", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "192.881", - "max": "193.508", - "min": "192.745", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "236.063", - "max": "236.24", - "min": "235.899", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "99.665", - "max": "100.345", - "min": "99.55", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "390.734", - "max": "392.126", - "min": "390.11", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "189.603", - "max": "190.023", - "min": "189.42", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "399.254", - "max": "417.257", - "min": "360.446", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "267.234", - "max": "267.506", - "min": "267.104", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "164.907", - "max": "165.157", - "min": "164.675", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "187.123", - "max": "187.301", - "min": "186.994", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "202.594", - "max": "206.233", - "min": "201.844", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "237.22", - "max": "237.461", - "min": "237.007", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "144.853", - "max": "145.013", - "min": "144.755", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "173.167", - "max": "173.288", - "min": "173.062", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "229.633", - "max": "269.064", - "min": "227.985", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "527.329", - "max": "632.578", - "min": "351.619", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "206.791", - "max": "364.128", - "min": "142.644", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "239.437", - "max": "244.725", - "min": "238.874", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "120.624", - "max": "122.405", - "min": "120.305", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "208.843", - "max": "210.434", - "min": "208.67", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "195.889", - "max": "196.496", - "min": "195.565", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "199.316", - "max": "199.819", - "min": "199.095", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "259.525", - "max": "417.84", - "min": "187.938", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "274.82", - "max": "275.515", - "min": "274.676", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "110.652", - "max": "303.713", - "min": "100.717", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "67.853", - "max": "68.111", - "min": "67.776", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "75.595", - "max": "76.342", - "min": "75.191", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "170.26", - "max": "171.247", - "min": "170.053", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "232.041", - "max": "232.527", - "min": "231.821", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "189.926", - "max": "191.799", - "min": "189.59", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "258.185", - "max": "263.075", - "min": "257.71", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "187.221", - "max": "187.698", - "min": "187.056", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "183.478", - "max": "183.665", - "min": "183.31", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "188.243", - "max": "188.54", - "min": "188.065", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "373.029", - "max": "374.523", - "min": "372.462", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "207.422", - "max": "207.698", - "min": "207.305", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "163.655", - "max": "163.947", - "min": "163.502", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "219.325", - "max": "229.814", - "min": "218.09", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "205.072", - "max": "205.528", - "min": "204.932", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "197.855", - "max": "198.006", - "min": "197.699", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "161.791", - "max": "162.629", - "min": "161.603", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "99.395", - "max": "99.862", - "min": "99.26", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "257.846", - "max": "258.444", - "min": "257.524", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "49.588", - "max": "50.659", - "min": "49.429", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "101.416", - "max": "101.821", - "min": "101.183", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "237.44", - "max": "245.118", - "min": "236.626", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "95.223", - "max": "96.087", - "min": "94.878", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "107.804", - "max": "114.325", - "min": "106.678", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "371.849", - "max": "372.369", - "min": "371.667", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "98.011", - "max": "101.721", - "min": "97.754", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "97.455", - "max": "97.797", - "min": "97.302", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "88.089", - "max": "104.595", - "min": "86.56", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "129.033", - "max": "129.193", - "min": "128.932", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "110.775", - "max": "112.587", - "min": "110.496", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "87.066", - "max": "111.861", - "min": "85.517", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "175.812", - "max": "176.038", - "min": "175.696", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "224.571", - "max": "262.917", - "min": "222.999", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "68.684", - "max": "69.628", - "min": "68.421", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "320.807", - "max": "366.42", - "min": "311.955", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "204.675", - "max": "204.868", - "min": "204.437", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "197.098", - "max": "197.27", - "min": "196.982", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "465.792", - "max": "466.188", - "min": "465.483", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "104.677", - "max": "104.875", - "min": "104.593", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "158.56", - "max": "159.997", - "min": "158.328", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "101.463", - "max": "101.869", - "min": "101.348", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "257.3", - "max": "257.449", - "min": "257.214", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "0.038", - "max": "0.194", - "min": "0.021", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "275.811", - "max": "277.282", - "min": "275.516", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "133.627", - "max": "135.759", - "min": "131.907", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "162.085", - "max": "162.332", - "min": "161.931", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "186.085", - "max": "186.24", - "min": "185.997", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "87.35", - "max": "88.302", - "min": "87.111", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "235.086", - "max": "235.366", - "min": "234.926", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "104.306", - "max": "107.389", - "min": "104.011", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "92.503", - "max": "99.532", - "min": "91.98", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "105.778", - "max": "127.815", - "min": "104.674", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "94.411", - "max": "95.066", - "min": "94.241", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "97.95", - "max": "98.797", - "min": "97.635", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "128.791", - "max": "129.396", - "min": "128.514", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "113.361", - "max": "113.762", - "min": "113.28", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "29.16", - "max": "29.993", - "min": "29.012", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "120.943", - "max": "127.123", - "min": "120.393", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "90.129", - "max": "90.605", - "min": "89.814", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "95.004", - "max": "95.233", - "min": "94.892", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "91.41", - "max": "91.629", - "min": "91.262", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "100.615", - "max": "101.429", - "min": "100.417", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "153.188", - "max": "153.74", - "min": "152.906", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "111.535", - "max": "117.48", - "min": "110.654", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "118.413", - "max": "176.732", - "min": "89.842", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "89.53", - "max": "89.925", - "min": "89.312", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "166.639", - "max": "168.214", - "min": "166.276", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "108.474", - "max": "108.73", - "min": "108.251", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "108.214", - "max": "108.783", - "min": "107.8", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "89.624", - "max": "89.9", - "min": "89.434", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "290.716", - "max": "292.834", - "min": "290.492", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "90.361", - "max": "90.558", - "min": "90.261", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "89.671", - "max": "90.012", - "min": "89.496", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "98.939", - "max": "99.042", - "min": "98.867", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "244.15", - "max": "251.601", - "min": "242.906", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "119.742", - "max": "120.725", - "min": "119.573", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "93.003", - "max": "102.97", - "min": "92.136", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "90.411", - "max": "90.537", - "min": "90.281", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "94.419", - "max": "94.834", - "min": "93.845", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "263.879", - "max": "273.328", - "min": "261.106", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "169.889", - "max": "179.001", - "min": "168.534", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "142.875", - "max": "143.079", - "min": "142.74", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "236.76", - "max": "236.922", - "min": "236.622", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "94.776", - "max": "96.26", - "min": "94.565", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "56.048", - "max": "57.26", - "min": "55.85", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "253.616", - "max": "253.882", - "min": "253.449", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "108.371", - "max": "108.593", - "min": "108.138", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "158.682", - "max": "159.935", - "min": "158.381", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "96.911", - "max": "98.474", - "min": "96.564", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "89.883", - "max": "91.021", - "min": "89.585", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "186.656", - "max": "186.848", - "min": "186.548", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "186.303", - "max": "186.784", - "min": "186.195", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "267.444", - "max": "478.061", - "min": "259.148", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "162.935", - "max": "163.415", - "min": "162.515", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "93.079", - "max": "93.703", - "min": "92.933", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "163.498", - "max": "163.642", - "min": "163.377", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "94.502", - "max": "94.728", - "min": "94.383", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "300.981", - "max": "301.564", - "min": "300.782", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "210.188", - "max": "214.305", - "min": "207.236", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "107.286", - "max": "107.589", - "min": "107.156", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "128.376", - "max": "129.325", - "min": "127.867", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "236.159", - "max": "238.467", - "min": "235.013", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "280.45", - "max": "281.442", - "min": "279.976", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "111.817", - "max": "112.03", - "min": "111.647", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "76.38", - "max": "76.795", - "min": "76.177", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "122.266", - "max": "122.435", - "min": "122.165", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "98.843", - "max": "99.382", - "min": "98.714", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "121.366", - "max": "122.013", - "min": "121.267", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "178.48", - "max": "180.838", - "min": "177.831", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "172.646", - "max": "172.887", - "min": "172.498", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "143.306", - "max": "149.608", - "min": "141.126", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "250.824", - "max": "252.029", - "min": "249.848", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "178.196", - "max": "179.935", - "min": "176.945", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "139.677", - "max": "140.855", - "min": "139.426", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "185.864", - "max": "186.171", - "min": "185.629", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "106.139", - "max": "110.642", - "min": "105.653", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "112.666", - "max": "117.608", - "min": "102.092", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "263.307", - "max": "263.307", - "min": "263.307", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "101.566", - "max": "104.551", - "min": "101.388", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "89.584", - "max": "89.853", - "min": "89.461", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "193.874", - "max": "197.284", - "min": "193.49", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "115.356", - "max": "125.284", - "min": "107.306", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "115.245", - "max": "115.41", - "min": "115.111", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "196.396", - "max": "198.414", - "min": "196.047", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "70.873", - "max": "71.799", - "min": "70.629", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "190.898", - "max": "191.284", - "min": "190.804", - "id": "176", - "country": "Russia", - "source_name": "Novosibirsk", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "194": { - "name": "Kazan", - "data": { - "0": { - "avg": "221.457", - "max": "223.376", - "min": "221.107", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "312.033", - "max": "318.297", - "min": "311.509", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "144.561", - "max": "144.678", - "min": "144.469", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "66.274", - "max": "70.108", - "min": "65.327", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "62.274", - "max": "63.724", - "min": "61.985", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "274.257", - "max": "275.559", - "min": "274.028", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "63.458", - "max": "65.191", - "min": "63.156", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "317.876", - "max": "335.427", - "min": "316.788", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "15.115", - "max": "15.381", - "min": "14.984", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "32.191", - "max": "39.996", - "min": "31.713", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "68.188", - "max": "69.195", - "min": "67.96", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "168.518", - "max": "188.461", - "min": "167.56", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "131.95", - "max": "139.411", - "min": "131.523", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "133.603", - "max": "134.515", - "min": "133.438", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "164.873", - "max": "165.863", - "min": "164.681", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "139.916", - "max": "140.447", - "min": "139.188", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "75.533", - "max": "76.769", - "min": "75.207", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "150.069", - "max": "154.37", - "min": "149.722", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "84.058", - "max": "84.242", - "min": "83.92", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "77.932", - "max": "79.155", - "min": "77.782", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "342.839", - "max": "343.012", - "min": "341.952", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "151.822", - "max": "152.124", - "min": "151.689", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "194.409", - "max": "195.76", - "min": "194.17", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "187.507", - "max": "189.887", - "min": "187.249", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "38.912", - "max": "39.712", - "min": "38.764", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "40.072", - "max": "42.703", - "min": "39.769", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "67.361", - "max": "69.062", - "min": "67.057", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "68.117", - "max": "68.727", - "min": "67.934", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "66.965", - "max": "68.84", - "min": "66.719", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "194.582", - "max": "195.808", - "min": "194.281", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "190.82", - "max": "192.062", - "min": "190.626", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "86.015", - "max": "87.035", - "min": "85.824", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "199.476", - "max": "201.281", - "min": "199.08", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "24.215", - "max": "41.131", - "min": "23.394", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "69.795", - "max": "73.487", - "min": "69.364", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "219.462", - "max": "223.367", - "min": "219.017", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "199.074", - "max": "200.494", - "min": "198.926", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "198.92", - "max": "200.545", - "min": "198.693", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "171.229", - "max": "172.86", - "min": "170.984", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "137.694", - "max": "140.602", - "min": "137.334", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "210.721", - "max": "213.9", - "min": "210.049", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "66.51", - "max": "71.372", - "min": "65.883", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "98.046", - "max": "101.022", - "min": "95.317", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "36.577", - "max": "47.283", - "min": "35.68", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "229.007", - "max": "229.556", - "min": "228.795", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "77.554", - "max": "79.516", - "min": "77.134", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "50.372", - "max": "50.776", - "min": "50.179", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "204.251", - "max": "205.547", - "min": "204.043", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "292.101", - "max": "294.927", - "min": "290.618", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "169.133", - "max": "169.468", - "min": "168.994", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "138.005", - "max": "140.126", - "min": "137.596", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "203.612", - "max": "205.227", - "min": "203.318", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "132.784", - "max": "142.669", - "min": "123.753", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "154.568", - "max": "170.191", - "min": "153.764", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "313.756", - "max": "330.085", - "min": "309.601", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "196.552", - "max": "198.095", - "min": "196.231", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "93.772", - "max": "96.11", - "min": "92.893", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "342.64", - "max": "343.367", - "min": "342.541", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "81.697", - "max": "85.163", - "min": "81.276", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "62.807", - "max": "67.879", - "min": "62.372", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "112.845", - "max": "115.311", - "min": "112.152", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "123.427", - "max": "166.273", - "min": "120.196", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "228.858", - "max": "235.216", - "min": "228.179", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "255.883", - "max": "256.609", - "min": "255.758", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "92.583", - "max": "93.743", - "min": "92.35", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "89.51", - "max": "89.825", - "min": "89.355", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "130.82", - "max": "131.69", - "min": "130.663", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "87.954", - "max": "107.75", - "min": "86.234", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "261.784", - "max": "263.673", - "min": "260.922", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "180.282", - "max": "184.498", - "min": "179.965", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "188.892", - "max": "193.246", - "min": "188.397", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "196.558", - "max": "198.085", - "min": "196.184", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "197.476", - "max": "199.1", - "min": "197.287", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "167.845", - "max": "169.3", - "min": "167.667", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "107.624", - "max": "110.142", - "min": "107.368", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "69.903", - "max": "75.649", - "min": "69.419", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "162.079", - "max": "162.502", - "min": "161.924", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "183.358", - "max": "184.909", - "min": "183.095", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "161.605", - "max": "163.501", - "min": "161.318", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "151.399", - "max": "153.283", - "min": "150.45", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "191.118", - "max": "193.181", - "min": "190.822", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "138.798", - "max": "139.946", - "min": "138.418", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "299.02", - "max": "301.628", - "min": "298.431", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "292.066", - "max": "292.892", - "min": "291.837", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "175.204", - "max": "175.956", - "min": "175.05", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "123.189", - "max": "124.646", - "min": "122.913", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "69.614", - "max": "71.937", - "min": "69.265", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "167.433", - "max": "168.384", - "min": "167.221", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "152.026", - "max": "152.861", - "min": "151.783", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "69.281", - "max": "74.828", - "min": "68.695", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "164.2", - "max": "165.723", - "min": "163.538", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "191.998", - "max": "194.804", - "min": "191.609", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "81.933", - "max": "82.019", - "min": "81.854", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "246.977", - "max": "250.017", - "min": "246.635", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "136.133", - "max": "137.658", - "min": "135.928", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "163.503", - "max": "165.717", - "min": "163.184", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "203.978", - "max": "212.926", - "min": "203.236", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "192.718", - "max": "204.375", - "min": "191.667", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "201.513", - "max": "201.976", - "min": "201.395", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "161.653", - "max": "163.754", - "min": "161.265", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "169.126", - "max": "169.631", - "min": "168.972", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "214.666", - "max": "214.833", - "min": "214.475", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "75.592", - "max": "77.025", - "min": "75.379", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "366.33", - "max": "369.381", - "min": "365.713", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "157.572", - "max": "159.206", - "min": "157.268", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "373.549", - "max": "382.344", - "min": "351.169", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "224.323", - "max": "226.853", - "min": "223.682", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "139.599", - "max": "140.176", - "min": "139.34", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "149.818", - "max": "150.042", - "min": "149.689", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "191.549", - "max": "192.251", - "min": "191.402", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "235.953", - "max": "236.502", - "min": "235.75", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "171.86", - "max": "173.013", - "min": "171.677", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "123.301", - "max": "123.87", - "min": "123.18", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "199.438", - "max": "200.741", - "min": "199.177", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "397.251", - "max": "518.538", - "min": "240.118", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "172.842", - "max": "248.59", - "min": "102.312", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "222.012", - "max": "225.092", - "min": "221.462", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "193.67", - "max": "195.921", - "min": "193.4", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "174.027", - "max": "175.139", - "min": "173.828", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "172.776", - "max": "173.762", - "min": "172.442", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "170.984", - "max": "172.435", - "min": "170.608", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "235.914", - "max": "390.948", - "min": "158.896", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "242.001", - "max": "242.775", - "min": "241.783", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "50.465", - "max": "118.137", - "min": "47.712", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "36.018", - "max": "36.689", - "min": "35.908", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "41.646", - "max": "42.977", - "min": "41.043", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "130.279", - "max": "133.119", - "min": "127.912", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "209.678", - "max": "210.481", - "min": "209.454", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "157.456", - "max": "158.885", - "min": "157.157", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "223.492", - "max": "225.065", - "min": "223.243", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "160.117", - "max": "163.349", - "min": "159.681", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "150.598", - "max": "151.731", - "min": "150.399", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "154.338", - "max": "154.854", - "min": "154.131", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "335.27", - "max": "336.777", - "min": "334.497", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "183.7", - "max": "186.792", - "min": "183.401", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "128.605", - "max": "128.83", - "min": "128.415", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "191.552", - "max": "207.329", - "min": "190.197", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "169.291", - "max": "172.655", - "min": "168.825", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "162.37", - "max": "164.096", - "min": "161.952", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "136.762", - "max": "137.698", - "min": "136.601", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "66.088", - "max": "66.915", - "min": "65.897", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "224.905", - "max": "228.667", - "min": "224.479", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "22.608", - "max": "24.505", - "min": "22.425", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "66.426", - "max": "66.595", - "min": "66.209", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "237.734", - "max": "248.4", - "min": "237.146", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "60.101", - "max": "60.702", - "min": "59.79", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "82.595", - "max": "91.965", - "min": "81.889", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "333.333", - "max": "334.344", - "min": "333.115", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "65.092", - "max": "67.455", - "min": "64.783", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "66.453", - "max": "69.532", - "min": "66.192", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "57.505", - "max": "67.914", - "min": "56.182", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "220.271", - "max": "223.489", - "min": "220.049", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "81.528", - "max": "99.417", - "min": "80.59", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "60.086", - "max": "60.283", - "min": "59.907", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "141.682", - "max": "142.504", - "min": "141.512", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "194.543", - "max": "196.071", - "min": "194.211", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "39.484", - "max": "41.977", - "min": "39.117", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "292.487", - "max": "338.561", - "min": "284.215", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "173.229", - "max": "173.989", - "min": "172.899", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "167.201", - "max": "167.403", - "min": "167.079", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "429.104", - "max": "431.987", - "min": "428.506", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "70.333", - "max": "71.606", - "min": "70.135", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "124.641", - "max": "125.859", - "min": "124.373", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "73.194", - "max": "86.32", - "min": "72.451", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "231.305", - "max": "232.356", - "min": "231.125", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "29.927", - "max": "53.054", - "min": "28.975", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "203.453", - "max": "204.944", - "min": "203.204", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "283.974", - "max": "284.52", - "min": "283.631", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "137.746", - "max": "138.006", - "min": "137.579", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "152.367", - "max": "153.762", - "min": "152.189", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "58.005", - "max": "58.488", - "min": "57.83", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "249.344", - "max": "256.13", - "min": "248.859", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "76.412", - "max": "77.77", - "min": "74.587", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "64.908", - "max": "67.281", - "min": "64.559", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "89.825", - "max": "92.222", - "min": "89.552", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "71.657", - "max": "74.068", - "min": "71.395", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "66.693", - "max": "67.786", - "min": "66.181", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "104.38", - "max": "127.36", - "min": "103.351", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "85.044", - "max": "87.433", - "min": "84.857", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "0.042", - "max": "0.145", - "min": "0.023", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "95.824", - "max": "96.058", - "min": "95.653", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "63.042", - "max": "65.777", - "min": "62.617", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "61.961", - "max": "63.766", - "min": "61.764", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "57.378", - "max": "58.098", - "min": "57.242", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "75.8", - "max": "76.014", - "min": "75.651", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "129.11", - "max": "133.963", - "min": "128.567", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "71.278", - "max": "73.998", - "min": "70.449", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "75.156", - "max": "100.377", - "min": "59.178", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "62.374", - "max": "64.416", - "min": "62.146", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "133.406", - "max": "134.758", - "min": "133.178", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "77.603", - "max": "78.601", - "min": "77.332", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "82.003", - "max": "87.917", - "min": "81.25", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "65.512", - "max": "90.839", - "min": "62.753", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "245.618", - "max": "247.23", - "min": "245.315", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "62.937", - "max": "63.468", - "min": "62.777", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "59.781", - "max": "62.272", - "min": "59.438", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "67.46", - "max": "67.637", - "min": "67.357", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "208.539", - "max": "215.228", - "min": "206.929", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "97.7", - "max": "97.927", - "min": "97.555", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "63.472", - "max": "71.234", - "min": "62.266", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "58.024", - "max": "60.094", - "min": "57.638", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "69.716", - "max": "70.467", - "min": "69.265", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "288.582", - "max": "291.163", - "min": "288.29", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "126.426", - "max": "134.372", - "min": "125.015", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "274.355", - "max": "277.81", - "min": "267.553", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "204.91", - "max": "206.638", - "min": "204.601", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "62.983", - "max": "64.119", - "min": "62.827", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "86.69", - "max": "88.382", - "min": "86.424", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "221.439", - "max": "222.697", - "min": "221.031", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "75.987", - "max": "77.076", - "min": "75.749", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "125.708", - "max": "130.465", - "min": "125.065", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "70.758", - "max": "72.064", - "min": "70.402", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "60.197", - "max": "62.115", - "min": "59.82", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "164.349", - "max": "166.544", - "min": "164.146", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "160.761", - "max": "160.884", - "min": "160.673", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "259.949", - "max": "261.854", - "min": "259.556", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "144.91", - "max": "147.597", - "min": "144.577", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "61.663", - "max": "62.695", - "min": "61.468", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "138.382", - "max": "141.365", - "min": "138.158", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "63.865", - "max": "64.225", - "min": "63.739", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "265.771", - "max": "268.927", - "min": "265.198", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "172.34", - "max": "176.744", - "min": "169.456", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "84.12", - "max": "85.354", - "min": "83.886", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "110.026", - "max": "122.977", - "min": "108.933", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "210.112", - "max": "213.857", - "min": "208.758", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "244.366", - "max": "245.638", - "min": "243.835", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "242.041", - "max": "243.54", - "min": "241.756", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "50.094", - "max": "50.601", - "min": "49.964", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "94.702", - "max": "95.488", - "min": "94.587", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "57.568", - "max": "58.667", - "min": "57.427", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "111.874", - "max": "112.018", - "min": "111.77", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "143.491", - "max": "145.313", - "min": "143", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "141.222", - "max": "144.08", - "min": "140.953", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "124.618", - "max": "128.257", - "min": "122.567", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "226.394", - "max": "227.83", - "min": "226.022", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "143.999", - "max": "147.086", - "min": "142.897", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "101.356", - "max": "104.142", - "min": "100.966", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "154.366", - "max": "155.521", - "min": "153.962", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "74.66", - "max": "79.056", - "min": "74.056", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "218.302", - "max": "221.166", - "min": "214.12", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "267.091", - "max": "267.091", - "min": "267.091", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "67.648", - "max": "68.58", - "min": "67.534", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "55.955", - "max": "58.348", - "min": "55.564", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "162.775", - "max": "163.628", - "min": "162.539", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "89.329", - "max": "99.495", - "min": "80.831", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "87.18", - "max": "88.502", - "min": "86.937", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "191.901", - "max": "196.62", - "min": "191.264", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "67.148", - "max": "67.946", - "min": "66.923", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "163.268", - "max": "182.153", - "min": "162.488", - "id": "194", - "country": "Russia", - "source_name": "Kazan", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "224": { - "name": "Vladivostok", - "data": { - "0": { - "avg": "375.939", - "max": "376.085", - "min": "375.8", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "192.352", - "max": "194.845", - "min": "191.95", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "227.405", - "max": "228.485", - "min": "227.205", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "141.884", - "max": "143.899", - "min": "141.57", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "138.571", - "max": "139.434", - "min": "138.304", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "37.859", - "max": "39.524", - "min": "37.535", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "160.062", - "max": "160.695", - "min": "158.144", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "353.711", - "max": "370.273", - "min": "352.55", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "102.983", - "max": "104.864", - "min": "102.666", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "117.084", - "max": "133.069", - "min": "115.189", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "147.529", - "max": "149.816", - "min": "147.138", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "259.869", - "max": "260.373", - "min": "259.711", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "210.63", - "max": "210.904", - "min": "210.487", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "233.432", - "max": "234.244", - "min": "233.177", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "252.075", - "max": "252.367", - "min": "251.954", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "232.94", - "max": "233.496", - "min": "232.397", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "161.895", - "max": "162.269", - "min": "161.666", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "240.045", - "max": "240.966", - "min": "239.833", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "162.23", - "max": "162.506", - "min": "161.998", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "160.15", - "max": "163.169", - "min": "159.885", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "166.319", - "max": "166.588", - "min": "166.138", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "228.858", - "max": "229.376", - "min": "228.681", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "287.422", - "max": "289.177", - "min": "287.17", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "288.854", - "max": "303.186", - "min": "287.737", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "132.657", - "max": "134.653", - "min": "132.334", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "126.287", - "max": "126.708", - "min": "126.112", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "147.634", - "max": "149.689", - "min": "147.288", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "139.702", - "max": "143.059", - "min": "139.343", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "135.119", - "max": "135.527", - "min": "134.889", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "283.457", - "max": "284.291", - "min": "283.093", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "110.669", - "max": "111.638", - "min": "110.443", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "158.748", - "max": "159.315", - "min": "158.492", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "276.867", - "max": "279.088", - "min": "276.508", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "109.138", - "max": "110.038", - "min": "108.941", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "126.238", - "max": "127.703", - "min": "125.929", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "287.504", - "max": "291.1", - "min": "287.08", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "287.741", - "max": "287.892", - "min": "287.64", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "264.453", - "max": "270.434", - "min": "263.981", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "265.118", - "max": "265.474", - "min": "264.908", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "226.765", - "max": "228.992", - "min": "226.268", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "277.829", - "max": "280.675", - "min": "277.351", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "174.368", - "max": "272.828", - "min": "146.408", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "168.629", - "max": "168.946", - "min": "168.476", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "128.096", - "max": "136.545", - "min": "127.584", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "256.204", - "max": "257.521", - "min": "255.957", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "147.135", - "max": "148.06", - "min": "146.566", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "135.054", - "max": "136.111", - "min": "134.787", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "284.875", - "max": "286.588", - "min": "284.543", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "390.189", - "max": "391.597", - "min": "389.051", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "286.086", - "max": "286.48", - "min": "285.889", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "215.396", - "max": "216.481", - "min": "215.061", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "288.147", - "max": "288.751", - "min": "287.89", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "192.094", - "max": "206.14", - "min": "176.559", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "263.837", - "max": "264.871", - "min": "263.642", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "358.756", - "max": "364.449", - "min": "355.75", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "109.711", - "max": "110.929", - "min": "109.427", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "224.054", - "max": "228.533", - "min": "223.139", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "448.005", - "max": "448.372", - "min": "447.842", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "157.941", - "max": "159.241", - "min": "157.564", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "143.125", - "max": "143.905", - "min": "142.871", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "173.644", - "max": "177.053", - "min": "172.649", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "184.621", - "max": "204.729", - "min": "183.088", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "218.485", - "max": "251.066", - "min": "214.64", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "98.055", - "max": "98.39", - "min": "97.913", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "178.157", - "max": "178.385", - "min": "178.018", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "179.801", - "max": "180.36", - "min": "179.62", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "210.281", - "max": "216.455", - "min": "209.404", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "166.415", - "max": "166.902", - "min": "166.047", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "345.399", - "max": "350.011", - "min": "344.682", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "265.52", - "max": "268.811", - "min": "265.117", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "72.587", - "max": "73.93", - "min": "72.287", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "284.202", - "max": "285.929", - "min": "283.887", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "294.493", - "max": "295.714", - "min": "294.191", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "237.506", - "max": "238.013", - "min": "237.32", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "178.332", - "max": "178.803", - "min": "178.126", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "158.643", - "max": "161.589", - "min": "158.283", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "229.435", - "max": "229.838", - "min": "229.196", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "294.115", - "max": "294.678", - "min": "293.904", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "245.876", - "max": "250.883", - "min": "245.386", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "243.433", - "max": "244.148", - "min": "243.285", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "285.541", - "max": "288.18", - "min": "285.219", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "225.43", - "max": "226.565", - "min": "225.103", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "85.364", - "max": "90.343", - "min": "75.228", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "268.033", - "max": "270.5", - "min": "267.598", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "266.281", - "max": "269.199", - "min": "266.016", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "202.167", - "max": "203.374", - "min": "201.633", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "144.734", - "max": "145.575", - "min": "144.447", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "245.502", - "max": "246.027", - "min": "245.288", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "235.927", - "max": "237.688", - "min": "235.61", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "158.672", - "max": "161.078", - "min": "158.247", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "250.008", - "max": "250.931", - "min": "249.304", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "290.374", - "max": "290.926", - "min": "290.159", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "161.781", - "max": "161.919", - "min": "161.678", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "278.096", - "max": "278.596", - "min": "277.876", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "222.552", - "max": "222.875", - "min": "222.386", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "324.23", - "max": "325.69", - "min": "323.894", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "282.683", - "max": "283.856", - "min": "282.329", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "272.603", - "max": "284.313", - "min": "271.604", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "297.284", - "max": "299.526", - "min": "296.951", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "231.838", - "max": "233.031", - "min": "231.618", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "245.808", - "max": "246.588", - "min": "245.632", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "273.389", - "max": "274.799", - "min": "273.16", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "169.865", - "max": "170.299", - "min": "169.63", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "444.144", - "max": "449.098", - "min": "442.995", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "251.456", - "max": "257.74", - "min": "250.988", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "143.918", - "max": "144.542", - "min": "143.624", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "302.57", - "max": "303.719", - "min": "302.126", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "224.742", - "max": "227.569", - "min": "224.432", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "227.69", - "max": "230.144", - "min": "227.433", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "253.716", - "max": "256.01", - "min": "253.333", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "88.46", - "max": "103.215", - "min": "87.718", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "125.31", - "max": "126.054", - "min": "125.051", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "223.038", - "max": "223.927", - "min": "222.785", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "282.85", - "max": "286.539", - "min": "282.408", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "521.389", - "max": "639.445", - "min": "352.449", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "290.902", - "max": "429.818", - "min": "192.05", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "296.221", - "max": "297.134", - "min": "295.763", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "181.688", - "max": "184.537", - "min": "181.184", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "248.637", - "max": "249.909", - "min": "248.414", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "252.987", - "max": "254.263", - "min": "252.558", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "283.346", - "max": "284.196", - "min": "282.937", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "312.34", - "max": "469.187", - "min": "234.679", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "333.989", - "max": "334.329", - "min": "333.786", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "137.288", - "max": "221.273", - "min": "130.094", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "117.587", - "max": "118.065", - "min": "117.46", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "131.494", - "max": "137.404", - "min": "130.714", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "224.83", - "max": "225.241", - "min": "224.589", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "287.993", - "max": "289.066", - "min": "287.638", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "246.318", - "max": "246.821", - "min": "246.131", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "323.231", - "max": "324.795", - "min": "322.918", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "241.733", - "max": "242.229", - "min": "241.509", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "243.638", - "max": "251.101", - "min": "243.157", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "238.256", - "max": "238.586", - "min": "238.097", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "440.337", - "max": "442.917", - "min": "439.587", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "273.484", - "max": "275.79", - "min": "273.206", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "205.871", - "max": "206.898", - "min": "205.667", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "268.015", - "max": "276.16", - "min": "266.952", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "259.798", - "max": "260.007", - "min": "259.678", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "242.707", - "max": "243.402", - "min": "242.462", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "209.001", - "max": "209.594", - "min": "208.736", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "141.767", - "max": "142.204", - "min": "141.471", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "300.576", - "max": "307.26", - "min": "299.966", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "111.752", - "max": "112.284", - "min": "111.542", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "163.148", - "max": "163.624", - "min": "162.969", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "332.882", - "max": "338.139", - "min": "332.245", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "133.554", - "max": "134.115", - "min": "133.185", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "171.135", - "max": "192.974", - "min": "169.969", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "353.032", - "max": "353.426", - "min": "352.864", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "136.839", - "max": "137.47", - "min": "136.634", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "145.937", - "max": "173.93", - "min": "141.297", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "146.161", - "max": "152.977", - "min": "145.196", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "54.771", - "max": "55.242", - "min": "54.618", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "175.439", - "max": "176.432", - "min": "175.135", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "144.691", - "max": "145.219", - "min": "144.427", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "241.644", - "max": "242.178", - "min": "241.493", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "298.642", - "max": "299.521", - "min": "298.417", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "128.916", - "max": "129.866", - "min": "128.636", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "399.113", - "max": "433.503", - "min": "390.184", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "272.456", - "max": "273.192", - "min": "272.302", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": null, - "max": null, - "min": null, - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "252.838", - "max": "253.548", - "min": "252.652", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "700.376", - "max": "700.932", - "min": "699.893", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "124.225", - "max": "125.75", - "min": "123.888", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "226.551", - "max": "227.022", - "min": "226.292", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "165.561", - "max": "166.924", - "min": "165.346", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "300.844", - "max": "300.969", - "min": "300.751", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "56.157", - "max": "57.502", - "min": "55.85", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "267.233", - "max": "268.312", - "min": "266.934", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "81.018", - "max": "81.566", - "min": "80.761", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "227.151", - "max": "227.66", - "min": "226.985", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "249.555", - "max": "250.462", - "min": "249.375", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "127.179", - "max": "130.744", - "min": "126.667", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "258.679", - "max": "259.123", - "min": "258.487", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "144.857", - "max": "145.333", - "min": "144.702", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "155.219", - "max": "156.076", - "min": "154.954", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "173.439", - "max": "174.574", - "min": "173.064", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "150.55", - "max": "151.386", - "min": "150.382", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "140.093", - "max": "140.764", - "min": "139.813", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "178.956", - "max": "179.549", - "min": "178.674", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "162.895", - "max": "163.647", - "min": "162.691", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "86.73", - "max": "90.47", - "min": "86.313", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "177.853", - "max": "178.591", - "min": "177.584", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "131.129", - "max": "135.186", - "min": "130.604", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "134.415", - "max": "134.61", - "min": "134.268", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "147.18", - "max": "147.547", - "min": "146.93", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "141.552", - "max": "141.772", - "min": "141.325", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "195.427", - "max": "195.977", - "min": "195.067", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "151.098", - "max": "153.541", - "min": "150.143", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "160.276", - "max": "203.404", - "min": "141.895", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "134.741", - "max": "135.71", - "min": "134.563", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "209.454", - "max": "210.166", - "min": "209.235", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "161.965", - "max": "205.453", - "min": "160.161", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "178.739", - "max": "179.317", - "min": "178.289", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "159.553", - "max": "160.987", - "min": "159.187", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "112.545", - "max": "113.395", - "min": "112.304", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "139.47", - "max": "157.727", - "min": "138.174", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "168.663", - "max": "170.8", - "min": "168.376", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "146.884", - "max": "147.529", - "min": "146.728", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "294.466", - "max": "300.354", - "min": "292.712", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "179.168", - "max": "179.435", - "min": "178.991", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "136.879", - "max": "139.247", - "min": "136.591", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "153.266", - "max": "155.721", - "min": "152.509", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "142.517", - "max": "143.189", - "min": "142.254", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "187.708", - "max": "198.296", - "min": "184.574", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "223.519", - "max": "228.727", - "min": "222.543", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "78.894", - "max": "80.421", - "min": "77.059", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "275.124", - "max": "276.227", - "min": "274.881", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "145.606", - "max": "146.597", - "min": "145.381", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "0.129", - "max": "0.857", - "min": "0.039", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "285.107", - "max": "285.711", - "min": "284.769", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "162.762", - "max": "163.161", - "min": "162.525", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "200.533", - "max": "201.167", - "min": "200.254", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "142.79", - "max": "144.356", - "min": "142.356", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "144.643", - "max": "146.733", - "min": "144.069", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "246.646", - "max": "250.847", - "min": "246.401", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "240.085", - "max": "240.726", - "min": "239.944", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "275.425", - "max": "352.55", - "min": "272.463", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "235.444", - "max": "235.602", - "min": "235.263", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "142.59", - "max": "143.402", - "min": "142.353", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "213.449", - "max": "213.711", - "min": "213.283", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "146.931", - "max": "148.735", - "min": "146.677", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "372.323", - "max": "893.656", - "min": "353.712", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "252.133", - "max": "256.267", - "min": "249.475", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "145.76", - "max": "146.964", - "min": "145.485", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "192.738", - "max": "197.517", - "min": "189.593", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "289.33", - "max": "293.439", - "min": "288.485", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "334.173", - "max": "335.327", - "min": "333.627", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "25.51", - "max": "26.298", - "min": "25.272", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "136.71", - "max": "137.558", - "min": "136.436", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "168.985", - "max": "169.212", - "min": "168.868", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "148.658", - "max": "149.534", - "min": "148.503", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "197.818", - "max": "199.458", - "min": "197.608", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "239.112", - "max": "241.47", - "min": "238.743", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "229.078", - "max": "229.417", - "min": "228.92", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "221.132", - "max": "233.862", - "min": "219.097", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "308.726", - "max": "309.899", - "min": "308.383", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "225.676", - "max": "227.485", - "min": "224.486", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "187.26", - "max": "188.377", - "min": "186.942", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "248.832", - "max": "249.143", - "min": "248.542", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "149.573", - "max": "153.538", - "min": "148.908", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "58.06", - "max": "58.653", - "min": "57.826", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "320.035", - "max": "320.035", - "min": "320.035", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "151.659", - "max": "154.586", - "min": "151.392", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "140.276", - "max": "141.172", - "min": "140.077", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "230.695", - "max": "232.743", - "min": "230.356", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "177.25", - "max": "236.713", - "min": "144.335", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "176.825", - "max": "212.075", - "min": "175.449", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "259.128", - "max": "276.997", - "min": "258.013", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "136.528", - "max": "139.837", - "min": "136.086", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "253.832", - "max": "261.292", - "min": "253.401", - "id": "224", - "country": "Russia", - "source_name": "Vladivostok", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - }, - "Japan": { - "6": { - "name": "Tokyo", - "data": { - "0": { - "avg": "243.617", - "max": "243.838", - "min": "243.487", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "156.214", - "max": "156.758", - "min": "155.997", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "178.506", - "max": "179.205", - "min": "178.355", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "278.701", - "max": "285.513", - "min": "278.011", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "236.19", - "max": "236.76", - "min": "236.003", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "0.046", - "max": "0.071", - "min": "0.015", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "237.174", - "max": "237.41", - "min": "237", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "198.896", - "max": "202.664", - "min": "198.267", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "210.828", - "max": "210.966", - "min": "210.7", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "248.678", - "max": "250.404", - "min": "248.414", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "219.541", - "max": "219.966", - "min": "219.401", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "146.853", - "max": "147.181", - "min": "146.7", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "176.052", - "max": "176.239", - "min": "175.906", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "181.506", - "max": "181.734", - "min": "181.361", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "179.926", - "max": "180.527", - "min": "179.791", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "170.272", - "max": "170.968", - "min": "170.095", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "237.861", - "max": "238.175", - "min": "237.617", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "157.199", - "max": "157.826", - "min": "157.071", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "257.988", - "max": "258.206", - "min": "257.832", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "233.417", - "max": "234.026", - "min": "233.328", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "130.492", - "max": "130.959", - "min": "130.387", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "169.622", - "max": "169.777", - "min": "169.514", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "104.33", - "max": "104.73", - "min": "104.16", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "143.765", - "max": "152.379", - "min": "143.345", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "240.27", - "max": "241.01", - "min": "239.971", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "233.874", - "max": "234.079", - "min": "233.776", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "287.377", - "max": "289.216", - "min": "287.166", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "228.678", - "max": "228.945", - "min": "228.505", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "221.778", - "max": "222.256", - "min": "221.655", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "108.17", - "max": "108.987", - "min": "107.92", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "75.58", - "max": "76.621", - "min": "75.407", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "248.678", - "max": "248.914", - "min": "248.566", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "161.719", - "max": "185.805", - "min": "160.549", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "258.723", - "max": "259.749", - "min": "258.598", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "226.893", - "max": "228.09", - "min": "226.73", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "78.988", - "max": "80.629", - "min": "78.624", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "114.927", - "max": "115.026", - "min": "114.859", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "123.279", - "max": "123.513", - "min": "123.163", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "149.704", - "max": "149.91", - "min": "149.591", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "171.796", - "max": "172.225", - "min": "171.577", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "361.759", - "max": "364.725", - "min": "361.257", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "238.635", - "max": "239.897", - "min": "238.177", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "270.521", - "max": "270.773", - "min": "270.419", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "243.291", - "max": "252.567", - "min": "242.797", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "258.646", - "max": "262.513", - "min": "252.526", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "266.908", - "max": "267.699", - "min": "266.558", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "248.639", - "max": "248.832", - "min": "248.53", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "265.099", - "max": "267.843", - "min": "256.939", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "309.016", - "max": "309.267", - "min": "308.863", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "154.556", - "max": "155.265", - "min": "154.454", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "138.078", - "max": "138.271", - "min": "137.797", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "120.479", - "max": "120.982", - "min": "120.249", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "261.214", - "max": "269.665", - "min": "250.59", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.01", - "max": "139.459", - "min": "138.82", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "247.853", - "max": "266.698", - "min": "243.37", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "78.459", - "max": "78.897", - "min": "78.291", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "255.113", - "max": "259.582", - "min": "254.335", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "277.789", - "max": "278.107", - "min": "277.696", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "264.707", - "max": "267.305", - "min": "264.247", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "240.026", - "max": "240.533", - "min": "239.897", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "288.985", - "max": "293.816", - "min": "288.073", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "277.409", - "max": "309.632", - "min": "274.933", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "93.957", - "max": "115.399", - "min": "91.569", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "112.069", - "max": "112.276", - "min": "111.966", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "271.436", - "max": "271.802", - "min": "271.221", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "275.856", - "max": "276.495", - "min": "275.719", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "164.634", - "max": "165.019", - "min": "164.476", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "261.372", - "max": "261.657", - "min": "260.98", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "359.28", - "max": "360.898", - "min": "358.653", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "147.616", - "max": "149.787", - "min": "147.317", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "47.934", - "max": "49.029", - "min": "47.622", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "117.549", - "max": "117.905", - "min": "117.264", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "226.007", - "max": "227.936", - "min": "225.847", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "170.242", - "max": "170.429", - "min": "170.162", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "261.728", - "max": "262.819", - "min": "261.496", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "229.518", - "max": "229.667", - "min": "229.364", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "168.231", - "max": "168.376", - "min": "168.112", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "123.352", - "max": "123.574", - "min": "123.212", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "193.979", - "max": "204.224", - "min": "193.392", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "153.766", - "max": "154.106", - "min": "153.551", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "85.549", - "max": "85.956", - "min": "85.325", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "154.966", - "max": "155.545", - "min": "154.648", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "170.3", - "max": "172.809", - "min": "168.925", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "103.547", - "max": "105.607", - "min": "103.268", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "138.865", - "max": "139.53", - "min": "138.742", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "289.287", - "max": "290.231", - "min": "288.988", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "233", - "max": "236.783", - "min": "232.591", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "178.126", - "max": "178.277", - "min": "178.03", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "147.741", - "max": "147.951", - "min": "147.592", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "235.101", - "max": "238.91", - "min": "234.729", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "171.64", - "max": "175.605", - "min": "170.818", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "121.21", - "max": "121.509", - "min": "121.017", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "228.79", - "max": "228.855", - "min": "228.726", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "33.61", - "max": "46.578", - "min": "32.934", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "183.724", - "max": "183.94", - "min": "183.619", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "174.245", - "max": "174.837", - "min": "173.957", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "222.001", - "max": "222.354", - "min": "221.747", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "226.95", - "max": "248.335", - "min": "225.233", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "119.066", - "max": "119.277", - "min": "118.968", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "172.304", - "max": "172.654", - "min": "172.169", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "186.401", - "max": "187.039", - "min": "186.311", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "156.194", - "max": "156.958", - "min": "156.005", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "295.468", - "max": "296.001", - "min": "295.274", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "285.407", - "max": "288.446", - "min": "284.836", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "163.118", - "max": "167.118", - "min": "162.813", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "113.985", - "max": "114.516", - "min": "113.722", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "243.585", - "max": "245.151", - "min": "243.362", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "161.309", - "max": "162.584", - "min": "161.136", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "174.016", - "max": "174.33", - "min": "173.882", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "234.449", - "max": "240.337", - "min": "233.957", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "70.607", - "max": "70.796", - "min": "70.464", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "83.388", - "max": "84.713", - "min": "78.257", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "160.354", - "max": "160.515", - "min": "160.242", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "264.821", - "max": "270.858", - "min": "264.278", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "554.245", - "max": "672.037", - "min": "389.846", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "421.475", - "max": "549.888", - "min": "352.591", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "396.788", - "max": "409.27", - "min": "396.068", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "7.854", - "max": "10.899", - "min": "7.405", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "157.525", - "max": "158.305", - "min": "157.273", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "180.45", - "max": "183.746", - "min": "180.117", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "113.939", - "max": "114.245", - "min": "113.673", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "247.308", - "max": "399.52", - "min": "168.816", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "301.088", - "max": "328.874", - "min": "290.106", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "276.705", - "max": "416.599", - "min": "265.572", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "253.427", - "max": "254.205", - "min": "253.293", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "255.548", - "max": "256.559", - "min": "254.922", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "166.191", - "max": "176.557", - "min": "161.2", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "399.087", - "max": "399.809", - "min": "398.894", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "355.411", - "max": "357.803", - "min": "352.928", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "174.024", - "max": "174.835", - "min": "173.838", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "150.221", - "max": "150.376", - "min": "150.074", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "146.164", - "max": "146.534", - "min": "145.937", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "131.389", - "max": "131.771", - "min": "131.108", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "265.238", - "max": "266.376", - "min": "264.781", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "156.845", - "max": "156.97", - "min": "156.742", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "185.28", - "max": "185.535", - "min": "185.081", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "157.842", - "max": "169.926", - "min": "156.286", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "161.039", - "max": "161.287", - "min": "160.811", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "130.767", - "max": "134.064", - "min": "130.486", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "184.315", - "max": "190.462", - "min": "183.939", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "276.368", - "max": "277.309", - "min": "276.193", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "117.121", - "max": "121.384", - "min": "116.672", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "193.358", - "max": "198.056", - "min": "193.06", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "228.847", - "max": "229.296", - "min": "228.556", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "79.332", - "max": "97.49", - "min": "78.475", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "266.83", - "max": "270.856", - "min": "266.4", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "270.319", - "max": "277.022", - "min": "269.994", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "253.144", - "max": "254.194", - "min": "252.997", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "212.897", - "max": "213.575", - "min": "212.754", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "235.561", - "max": "235.903", - "min": "235.413", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "240.245", - "max": "246.506", - "min": "239.092", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "18.352", - "max": "20.671", - "min": "18.138", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "248.083", - "max": "248.708", - "min": "247.938", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "274.217", - "max": "317.681", - "min": "272.557", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "183.263", - "max": "183.454", - "min": "183.159", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "90.188", - "max": "90.565", - "min": "89.998", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "207.124", - "max": "208.1", - "min": "206.824", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "74.541", - "max": "111.644", - "min": "66.935", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "146.878", - "max": "147.263", - "min": "146.721", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "308.903", - "max": "374.653", - "min": "300.504", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "213.483", - "max": "213.636", - "min": "213.413", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "132.807", - "max": "133.422", - "min": "132.731", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "247.526", - "max": "247.763", - "min": "247.297", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "139.334", - "max": "139.884", - "min": "139.072", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "311.036", - "max": "311.371", - "min": "310.857", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "395.594", - "max": "396.095", - "min": "395.475", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "82.798", - "max": "83.378", - "min": "82.667", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "159.932", - "max": "160.385", - "min": "159.752", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "48.776", - "max": "53.939", - "min": "48.051", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "167.194", - "max": "167.713", - "min": "166.988", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "177.351", - "max": "177.534", - "min": "177.277", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "257.154", - "max": "259.493", - "min": "256.851", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "165.279", - "max": "165.674", - "min": "165.075", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "237.103", - "max": "239.39", - "min": "236.933", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "230.402", - "max": "230.863", - "min": "230.107", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "224.225", - "max": "235.8", - "min": "223.381", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "282.864", - "max": "284.919", - "min": "282.646", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "233.638", - "max": "234.272", - "min": "233.374", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "260.658", - "max": "261.21", - "min": "260.523", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "259.73", - "max": "260.198", - "min": "259.579", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "274.181", - "max": "275.943", - "min": "273.966", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "299.71", - "max": "300", - "min": "299.531", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "241.187", - "max": "242.335", - "min": "240.299", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "244.861", - "max": "245.359", - "min": "244.715", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "257.232", - "max": "257.636", - "min": "257.151", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "231.692", - "max": "237.53", - "min": "231.232", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "315.315", - "max": "316.099", - "min": "314.965", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "253.257", - "max": "279.553", - "min": "250.434", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "258.327", - "max": "308.971", - "min": "230.495", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "207.128", - "max": "207.81", - "min": "206.946", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "320.328", - "max": "320.887", - "min": "320.11", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "272.506", - "max": "275.542", - "min": "272.159", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "255.208", - "max": "255.829", - "min": "254.729", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "241.808", - "max": "250.843", - "min": "241.031", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "103.845", - "max": "103.994", - "min": "103.759", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "228.999", - "max": "231.168", - "min": "228.818", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "278.19", - "max": "278.51", - "min": "277.98", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "259.64", - "max": "260.18", - "min": "259.542", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "268.214", - "max": "279.801", - "min": "256.025", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "308.547", - "max": "308.842", - "min": "308.391", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "220.815", - "max": "226.396", - "min": "220.421", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "230.756", - "max": "231.372", - "min": "230.62", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "251.245", - "max": "251.497", - "min": "251.089", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "184.875", - "max": "196.454", - "min": "182.069", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "178.574", - "max": "181.681", - "min": "178.082", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "178.971", - "max": "179.124", - "min": "178.741", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "238.755", - "max": "239.302", - "min": "238.58", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "223.13", - "max": "223.391", - "min": "222.996", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "37.764", - "max": "38.398", - "min": "37.564", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "136.727", - "max": "137.565", - "min": "136.388", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "291.516", - "max": "292.019", - "min": "291.306", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "294.095", - "max": "295.59", - "min": "293.881", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "238.759", - "max": "240.031", - "min": "238.507", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "226.155", - "max": "228.189", - "min": "225.828", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "133.6", - "max": "134.692", - "min": "133.482", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "150.368", - "max": "150.601", - "min": "150.278", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "75.544", - "max": "75.762", - "min": "75.335", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "185.056", - "max": "185.596", - "min": "184.918", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "234.294", - "max": "234.61", - "min": "234.151", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "188.427", - "max": "188.882", - "min": "188.285", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "230.123", - "max": "230.597", - "min": "229.995", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "318.4", - "max": "318.674", - "min": "318.235", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "185.834", - "max": "190.676", - "min": "183.519", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "292.372", - "max": "292.5", - "min": "292.249", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "240.877", - "max": "241.633", - "min": "240.058", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "226.226", - "max": "240.575", - "min": "224.404", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "326.359", - "max": "327.115", - "min": "325.895", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "1.096", - "max": "8.987", - "min": "0.643", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "293.564", - "max": "294.791", - "min": "293.403", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "274.453", - "max": "274.627", - "min": "274.366", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "222.375", - "max": "222.593", - "min": "222.174", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "307.01", - "max": "307.202", - "min": "306.914", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "186.563", - "max": "191.584", - "min": "186.014", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "182.966", - "max": "183.267", - "min": "182.837", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "291.787", - "max": "302.719", - "min": "290.009", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "246.828", - "max": "250.161", - "min": "245.799", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "191.726", - "max": "193.479", - "min": "190.818", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "292.073", - "max": "292.336", - "min": "291.923", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "123.791", - "max": "124.091", - "min": "123.616", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "235.552", - "max": "239.639", - "min": "235.249", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "194.689", - "max": "197.232", - "min": "194.44", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "258.465", - "max": "258.465", - "min": "258.465", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "227.614", - "max": "227.838", - "min": "227.557", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "226.464", - "max": "227.112", - "min": "226.367", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "323.622", - "max": "324.065", - "min": "323.356", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "232.231", - "max": "239.887", - "min": "224.668", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "249.119", - "max": "249.792", - "min": "248.983", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "135.971", - "max": "137.32", - "min": "135.652", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "315.761", - "max": "319.24", - "min": "315.423", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "196.927", - "max": "197.72", - "min": "196.791", - "id": "6", - "country": "Japan", - "source_name": "Tokyo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "119": { - "name": "Osaka", - "data": { - "0": { - "avg": "238.92", - "max": "239.165", - "min": "238.722", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "144.444", - "max": "149.244", - "min": "143.857", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "173.7", - "max": "174.863", - "min": "173.497", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "249.831", - "max": "262.157", - "min": "248.278", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "231.365", - "max": "232.065", - "min": "231.12", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "7.698", - "max": "10.523", - "min": "7.427", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "260.632", - "max": "262.542", - "min": "260.344", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "144.097", - "max": "148.373", - "min": "143.242", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "258.953", - "max": "259.319", - "min": "258.806", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "242.695", - "max": "245.906", - "min": "242.398", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "226.738", - "max": "227.415", - "min": "226.461", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.09", - "max": "137.658", - "min": "136.873", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "174.754", - "max": "184.71", - "min": "174.162", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "174.231", - "max": "177.627", - "min": "173.629", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "172.168", - "max": "173.259", - "min": "172.031", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "173.346", - "max": "173.885", - "min": "173.038", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "227.156", - "max": "231.28", - "min": "226.655", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "152.459", - "max": "153.254", - "min": "152.243", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "245.622", - "max": "245.844", - "min": "245.416", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "279.717", - "max": "285.056", - "min": "279.315", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "136.754", - "max": "141.615", - "min": "136.342", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "150.771", - "max": "152.137", - "min": "150.479", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "109.579", - "max": "112.116", - "min": "109.33", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "113.451", - "max": "117.379", - "min": "112.946", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "244.288", - "max": "246.22", - "min": "243.798", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "225.715", - "max": "226.089", - "min": "225.582", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "249.452", - "max": "251.712", - "min": "249.163", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "237.254", - "max": "239.728", - "min": "236.863", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "230.259", - "max": "231.553", - "min": "230.088", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "119.513", - "max": "121.646", - "min": "119.178", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "75.593", - "max": "77.003", - "min": "75.303", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "270.213", - "max": "270.798", - "min": "269.998", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "164.515", - "max": "167.334", - "min": "164.135", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "258.022", - "max": "259.554", - "min": "257.817", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "280.691", - "max": "281.266", - "min": "280.408", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "85.172", - "max": "86.82", - "min": "85.014", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "129.577", - "max": "131.348", - "min": "129.396", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "127.897", - "max": "129.909", - "min": "127.542", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "138.685", - "max": "140.541", - "min": "138.367", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "169.383", - "max": "171.662", - "min": "168.984", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "369.64", - "max": "375.318", - "min": "368.837", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "237.832", - "max": "242.262", - "min": "237.228", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "265.002", - "max": "265.45", - "min": "264.888", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "244.876", - "max": "246.527", - "min": "244.414", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "166.779", - "max": "168.618", - "min": "166.515", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "247.43", - "max": "248.47", - "min": "246.945", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "254.857", - "max": "256.931", - "min": "254.404", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "235.567", - "max": "236.937", - "min": "235.345", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "269.063", - "max": "270.942", - "min": "268.829", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "148.494", - "max": "150.19", - "min": "148.193", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "169.212", - "max": "170.77", - "min": "169.016", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "98.968", - "max": "100.108", - "min": "98.517", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "255.216", - "max": "342.762", - "min": "249.799", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "133.283", - "max": "134.548", - "min": "133.032", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "127.197", - "max": "151.354", - "min": "123.009", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "90.496", - "max": "91.069", - "min": "90.297", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "233.058", - "max": "235.638", - "min": "232.095", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "157.429", - "max": "158.888", - "min": "157.221", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "263.375", - "max": "264.252", - "min": "263.11", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "241.545", - "max": "244.328", - "min": "241.258", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "281.121", - "max": "283.245", - "min": "280.463", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "283.291", - "max": "326.074", - "min": "280.245", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "109.296", - "max": "187.773", - "min": "101.906", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "106.301", - "max": "107.073", - "min": "106.063", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "266.908", - "max": "268.418", - "min": "266.608", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "287.856", - "max": "288.929", - "min": "287.715", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "167.078", - "max": "167.232", - "min": "166.954", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "258.698", - "max": "260.708", - "min": "258.171", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "287.309", - "max": "288.867", - "min": "286.585", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "123.978", - "max": "126.553", - "min": "123.691", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "51.765", - "max": "52.869", - "min": "51.448", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "168.361", - "max": "169.726", - "min": "167.965", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "206.612", - "max": "209.413", - "min": "206.322", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "162.502", - "max": "166.692", - "min": "161.979", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "267.438", - "max": "270.813", - "min": "267.015", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "255.146", - "max": "257.255", - "min": "254.847", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "160.693", - "max": "162.402", - "min": "160.405", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "122.912", - "max": "127.217", - "min": "122.5", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "159.291", - "max": "161.285", - "min": "159.008", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "149.841", - "max": "151.305", - "min": "149.557", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "95.759", - "max": "97.916", - "min": "95.464", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "171.803", - "max": "172.492", - "min": "171.462", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "51.51", - "max": "58.035", - "min": "50.975", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "105.871", - "max": "106.32", - "min": "105.64", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "140.739", - "max": "141.135", - "min": "140.603", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "276.917", - "max": "279.091", - "min": "276.382", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "233.88", - "max": "239.99", - "min": "233.365", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "161.467", - "max": "162.388", - "min": "161.264", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "142.472", - "max": "145.792", - "min": "142.048", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "233.383", - "max": "242.05", - "min": "231.96", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "201.405", - "max": "204.064", - "min": "200.531", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "124.072", - "max": "124.584", - "min": "123.763", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "243.647", - "max": "245.096", - "min": "243.498", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "33.76", - "max": "35.891", - "min": "33.43", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "170.67", - "max": "173.554", - "min": "170.272", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "156.281", - "max": "157.212", - "min": "155.97", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "217.715", - "max": "221.995", - "min": "217.27", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "220.009", - "max": "233.522", - "min": "218.741", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "111.799", - "max": "113.171", - "min": "111.478", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "147.727", - "max": "150.7", - "min": "147.2", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "158.074", - "max": "159.267", - "min": "157.944", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "145.234", - "max": "145.947", - "min": "144.955", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "294.639", - "max": "297.364", - "min": "294.162", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "206.789", - "max": "219.818", - "min": "205.734", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "149.158", - "max": "152.342", - "min": "148.769", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "119.884", - "max": "124.847", - "min": "119.31", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "294.417", - "max": "296.772", - "min": "294.213", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "165.668", - "max": "168.397", - "min": "165.209", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "167.713", - "max": "170.288", - "min": "167.33", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "140.031", - "max": "143.452", - "min": "139.75", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "56.928", - "max": "58.865", - "min": "56.669", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "35.886", - "max": "37.662", - "min": "35.718", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "157.664", - "max": "158.26", - "min": "157.51", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "343.969", - "max": "345.842", - "min": "343.637", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "603.537", - "max": "728.408", - "min": "429.003", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "361.862", - "max": "480.58", - "min": "285.23", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "398.053", - "max": "413.165", - "min": "396.893", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "0.041", - "max": "0.076", - "min": "0.024", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "142.709", - "max": "143.774", - "min": "142.446", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "166.882", - "max": "169.249", - "min": "166.44", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "127.437", - "max": "131.312", - "min": "127.026", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "228.717", - "max": "387.755", - "min": "157.085", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "266.936", - "max": "267.319", - "min": "266.817", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "243.088", - "max": "441.554", - "min": "231.373", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "271.671", - "max": "271.848", - "min": "271.564", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "257.549", - "max": "258.919", - "min": "257.003", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "156.11", - "max": "161.821", - "min": "152.713", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "370.655", - "max": "374.094", - "min": "370.295", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "232.796", - "max": "234.387", - "min": "232.454", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "148.356", - "max": "149.18", - "min": "148.108", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "161.134", - "max": "161.511", - "min": "160.972", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "164.677", - "max": "165.343", - "min": "164.393", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "148.305", - "max": "148.773", - "min": "148.088", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "144.996", - "max": "146.945", - "min": "144.247", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "148.62", - "max": "149.79", - "min": "148.349", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "172.416", - "max": "174.569", - "min": "172.077", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "129.885", - "max": "135.531", - "min": "128.715", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "149.439", - "max": "150.72", - "min": "149.2", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "144.302", - "max": "151.041", - "min": "143.784", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "167.113", - "max": "170.025", - "min": "166.707", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "248.462", - "max": "248.62", - "min": "248.384", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "147.043", - "max": "149.355", - "min": "146.41", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "264.732", - "max": "269.096", - "min": "264.349", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "244.677", - "max": "244.944", - "min": "244.491", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "134.348", - "max": "137.801", - "min": "133.954", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "229.899", - "max": "230.57", - "min": "229.609", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "260.076", - "max": "265.374", - "min": "259.388", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "146.401", - "max": "147.212", - "min": "146.18", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "221.953", - "max": "225.055", - "min": "221.705", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "237.464", - "max": "242.073", - "min": "236.98", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "232.208", - "max": "250.91", - "min": "229.907", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "24.716", - "max": "26.099", - "min": "24.532", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "236.551", - "max": "238.654", - "min": "236.268", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "215.493", - "max": "271.352", - "min": "213.302", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "169.16", - "max": "169.886", - "min": "169.004", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "104.838", - "max": "107.685", - "min": "104.443", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "246.115", - "max": "248.086", - "min": "245.732", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "93.007", - "max": "133.614", - "min": "86.079", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "167.295", - "max": "168.482", - "min": "167.081", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "310.083", - "max": "385.681", - "min": "301.646", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "199.683", - "max": "200.422", - "min": "199.509", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "265.039", - "max": "267.945", - "min": "264.571", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "207.358", - "max": "210.292", - "min": "207.018", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "157.181", - "max": "158.538", - "min": "156.925", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "307.584", - "max": "307.89", - "min": "307.406", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "298.054", - "max": "301.543", - "min": "297.806", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "120.497", - "max": "122.855", - "min": "120.285", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "168.976", - "max": "170.177", - "min": "168.644", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "44.792", - "max": "45.34", - "min": "44.596", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "190.249", - "max": "191.458", - "min": "190.04", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "159.778", - "max": "163.409", - "min": "159.449", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "245.171", - "max": "246.92", - "min": "244.914", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "169.898", - "max": "172.755", - "min": "169.652", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "236.639", - "max": "238.374", - "min": "236.299", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "219.125", - "max": "220.648", - "min": "218.759", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "228.079", - "max": "238.024", - "min": "227.312", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "240.452", - "max": "241.79", - "min": "240.236", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "227.896", - "max": "229.181", - "min": "227.557", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "272.808", - "max": "273.736", - "min": "272.577", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "224.554", - "max": "226.7", - "min": "224.265", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "193.764", - "max": "196.654", - "min": "193.388", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "258.774", - "max": "259.082", - "min": "258.667", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "199.767", - "max": "202.011", - "min": "199.322", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "238.341", - "max": "238.616", - "min": "238.195", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "255.932", - "max": "257.813", - "min": "255.704", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "204.515", - "max": "206.27", - "min": "204.254", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "277.202", - "max": "282.421", - "min": "276.614", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "230.433", - "max": "246.176", - "min": "229.426", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "237.868", - "max": "321.872", - "min": "220.638", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "230.725", - "max": "233.144", - "min": "230.321", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "289.086", - "max": "290.584", - "min": "288.844", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "213.362", - "max": "235.888", - "min": "212.273", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "239.004", - "max": "241.628", - "min": "238.546", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "223.132", - "max": "227.583", - "min": "222.436", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "86.324", - "max": "86.646", - "min": "86.192", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "223.029", - "max": "227.697", - "min": "222.602", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "233.114", - "max": "233.409", - "min": "232.908", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "267.425", - "max": "268.151", - "min": "267.289", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "221.653", - "max": "227.213", - "min": "219.464", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "286.936", - "max": "288.105", - "min": "286.635", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "238.179", - "max": "240.807", - "min": "237.781", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "220.786", - "max": "225.081", - "min": "220.375", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "235.559", - "max": "236.783", - "min": "235.247", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "123.529", - "max": "124.113", - "min": "123.293", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "177.325", - "max": "180.483", - "min": "176.831", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "90.243", - "max": "91.025", - "min": "90.031", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "117.369", - "max": "119.42", - "min": "117.066", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "223.554", - "max": "226.247", - "min": "223.166", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "181.762", - "max": "186.213", - "min": "181.232", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "119.694", - "max": "121.401", - "min": "119.354", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "233.139", - "max": "234.45", - "min": "232.865", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "297.449", - "max": "299.025", - "min": "297.19", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "230.504", - "max": "232.511", - "min": "229.95", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "237.95", - "max": "240.903", - "min": "237.479", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "153.281", - "max": "155.773", - "min": "152.988", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "165.207", - "max": "166.217", - "min": "165.02", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "86.988", - "max": "171.073", - "min": "75.49", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "170.884", - "max": "172.868", - "min": "170.628", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "224.776", - "max": "225.246", - "min": "224.625", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "179.424", - "max": "182.97", - "min": "178.991", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "220.061", - "max": "224.367", - "min": "219.648", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "289.989", - "max": "291.796", - "min": "289.759", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "176.502", - "max": "181.302", - "min": "174.148", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "243.824", - "max": "245.699", - "min": "243.566", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "268.413", - "max": "271.556", - "min": "267.384", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "205.455", - "max": "210.472", - "min": "204.523", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "325.23", - "max": "326.452", - "min": "324.752", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "7.518", - "max": "7.723", - "min": "7.393", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "295.524", - "max": "297.265", - "min": "295.152", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "245.223", - "max": "245.524", - "min": "245.096", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "227.704", - "max": "228.115", - "min": "227.494", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "268.614", - "max": "269.836", - "min": "268.427", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "169.139", - "max": "173.421", - "min": "168.503", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "168.502", - "max": "169.295", - "min": "168.276", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "271.288", - "max": "274.774", - "min": "269.704", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "218.573", - "max": "219.262", - "min": "218.353", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "171.343", - "max": "174.784", - "min": "169.983", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "270.986", - "max": "273.33", - "min": "270.571", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "138.035", - "max": "139.35", - "min": "137.741", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "235.175", - "max": "239.477", - "min": "234.423", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "77.426", - "max": "78.63", - "min": "77.125", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "257.468", - "max": "257.468", - "min": "257.468", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "227.197", - "max": "228.454", - "min": "226.955", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "241.105", - "max": "243.431", - "min": "240.78", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "325.137", - "max": "328.484", - "min": "324.65", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "266.712", - "max": "279.938", - "min": "258.013", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "254.409", - "max": "254.585", - "min": "254.214", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "139.842", - "max": "143.176", - "min": "139.492", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "293.869", - "max": "298.942", - "min": "293.379", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "176.961", - "max": "180.652", - "min": "176.713", - "id": "119", - "country": "Japan", - "source_name": "Osaka", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "159": { - "name": "Sapporo", - "data": { - "0": { - "avg": "304.287", - "max": "304.651", - "min": "304.156", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "174.057", - "max": "174.845", - "min": "173.777", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "178.973", - "max": "179.656", - "min": "178.846", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "293.037", - "max": "300.005", - "min": "292.097", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "264.698", - "max": "266.42", - "min": "264.413", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "18.288", - "max": "19.16", - "min": "18.126", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "271.308", - "max": "271.442", - "min": "271.129", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "198.551", - "max": "203.815", - "min": "197.915", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "286.561", - "max": "286.705", - "min": "286.439", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "236.362", - "max": "238.029", - "min": "236.056", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "233.515", - "max": "233.89", - "min": "233.37", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "162.919", - "max": "182.312", - "min": "162.089", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "183.418", - "max": "184.305", - "min": "183.273", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "202.482", - "max": "210.904", - "min": "201.95", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "186.484", - "max": "190.059", - "min": "186.262", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "173.257", - "max": "173.666", - "min": "173.031", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "228.167", - "max": "228.414", - "min": "227.951", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "172.08", - "max": "172.173", - "min": "171.998", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "268.629", - "max": "270.346", - "min": "268.431", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "276.635", - "max": "276.842", - "min": "276.555", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "149.91", - "max": "150.072", - "min": "149.816", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "164.177", - "max": "164.377", - "min": "164.091", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "124.711", - "max": "124.824", - "min": "124.613", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "139.07", - "max": "139.711", - "min": "138.805", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "254.574", - "max": "254.854", - "min": "254.256", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "257.641", - "max": "257.817", - "min": "257.588", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "286.298", - "max": "288.731", - "min": "285.973", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "244.037", - "max": "244.24", - "min": "243.831", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "279.823", - "max": "279.929", - "min": "279.722", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "125.971", - "max": "126.727", - "min": "125.745", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "84.928", - "max": "85.078", - "min": "84.794", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "262.69", - "max": "263.074", - "min": "262.565", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "167.686", - "max": "168.983", - "min": "167.509", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "302.945", - "max": "303.13", - "min": "302.878", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "251.004", - "max": "252.77", - "min": "250.631", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "99.667", - "max": "100.681", - "min": "99.436", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "121.448", - "max": "121.583", - "min": "121.395", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "126.532", - "max": "126.733", - "min": "126.429", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "157.779", - "max": "157.953", - "min": "157.637", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "184.758", - "max": "189.314", - "min": "184.398", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "378.755", - "max": "381.034", - "min": "378.433", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "266.822", - "max": "271.882", - "min": "266.252", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "279.259", - "max": "279.422", - "min": "279.167", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "236.468", - "max": "238.053", - "min": "236.121", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "171.834", - "max": "171.99", - "min": "171.756", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "308.43", - "max": "309.137", - "min": "308.099", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "278.142", - "max": "278.393", - "min": "277.982", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "280.217", - "max": "283.233", - "min": "271.625", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "313.869", - "max": "314.316", - "min": "313.721", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "155.804", - "max": "156.741", - "min": "155.654", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "158.906", - "max": "159.137", - "min": "158.668", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "123.478", - "max": "123.752", - "min": "123.254", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "298.536", - "max": "310.628", - "min": "285.403", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "139.112", - "max": "139.332", - "min": "138.979", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "131.983", - "max": "149.839", - "min": "127.851", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "97.922", - "max": "99.235", - "min": "97.643", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "243.196", - "max": "246.335", - "min": "242.288", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "290.292", - "max": "290.782", - "min": "290.196", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "247.095", - "max": "248.216", - "min": "246.708", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "283.493", - "max": "283.659", - "min": "283.386", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "313.339", - "max": "314.38", - "min": "312.879", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "302.847", - "max": "342.791", - "min": "300.044", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "113.254", - "max": "116.134", - "min": "112.916", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "279.816", - "max": "279.941", - "min": "279.75", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "303.154", - "max": "304.238", - "min": "303.006", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "299.458", - "max": "299.619", - "min": "299.328", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "184.277", - "max": "184.627", - "min": "184.147", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "236.274", - "max": "236.618", - "min": "235.865", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "316.118", - "max": "318.224", - "min": "315.377", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "158.436", - "max": "159.396", - "min": "158.262", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "67.289", - "max": "68.148", - "min": "67.062", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "125.743", - "max": "126.21", - "min": "125.537", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "221.473", - "max": "224.153", - "min": "221.248", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": "190.568", - "max": "190.621", - "min": "190.523", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "283.552", - "max": "284.823", - "min": "283.348", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "253.645", - "max": "253.892", - "min": "253.525", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "188.087", - "max": "188.317", - "min": "187.957", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "139.895", - "max": "142.648", - "min": "139.657", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "197.614", - "max": "198.261", - "min": "197.375", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "160.071", - "max": "160.302", - "min": "159.86", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "104.8", - "max": "105.158", - "min": "104.584", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "171.23", - "max": "171.582", - "min": "170.954", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "130.707", - "max": "131.025", - "min": "130.566", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "123.283", - "max": "123.476", - "min": "123.132", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "170.087", - "max": "174.318", - "min": "169.843", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "302.077", - "max": "303.074", - "min": "301.671", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "241.502", - "max": "250.799", - "min": "240.988", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "182.11", - "max": "182.35", - "min": "182.008", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "161.672", - "max": "161.922", - "min": "161.572", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "233.507", - "max": "234.295", - "min": "233.283", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "175.007", - "max": "177.137", - "min": "174.384", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "237.002", - "max": "237.392", - "min": "236.815", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "255.116", - "max": "255.293", - "min": "255.016", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "47.485", - "max": "48.805", - "min": "47.293", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "176.352", - "max": "176.574", - "min": "176.211", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "186.513", - "max": "186.727", - "min": "186.367", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "239.734", - "max": "239.997", - "min": "239.529", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "226.472", - "max": "240.413", - "min": "225.225", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "129.593", - "max": "129.869", - "min": "129.41", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "191.58", - "max": "191.865", - "min": "191.398", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "174.993", - "max": "175.27", - "min": "174.904", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "122.414", - "max": "122.783", - "min": "122.228", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "284.816", - "max": "287.793", - "min": "284.514", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "243.572", - "max": "244.724", - "min": "243.161", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "168.512", - "max": "168.759", - "min": "168.337", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "133.537", - "max": "134.837", - "min": "133.12", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "285.027", - "max": "285.789", - "min": "284.928", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": "163.243", - "max": "163.366", - "min": "163.143", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "182.572", - "max": "182.801", - "min": "182.442", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "169.572", - "max": "172.022", - "min": "166.839", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "74.264", - "max": "74.651", - "min": "74.124", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "149.98", - "max": "150.13", - "min": "149.79", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "162.816", - "max": "162.968", - "min": "162.701", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "266.85", - "max": "305.075", - "min": "265.207", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "575.02", - "max": "682.681", - "min": "417.312", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "411.574", - "max": "484.117", - "min": "346.639", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "418.562", - "max": "428.95", - "min": "417.663", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "24.82", - "max": "27.378", - "min": "24.49", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "163.229", - "max": "163.365", - "min": "163.113", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "200.29", - "max": "200.738", - "min": "200.039", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "131.712", - "max": "131.973", - "min": "131.508", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "256.438", - "max": "410.996", - "min": "179.376", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "309.28", - "max": "338.313", - "min": "298.253", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "235.999", - "max": "425.45", - "min": "228.387", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "225.984", - "max": "226.086", - "min": "225.903", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "236.171", - "max": "237.114", - "min": "235.558", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "168.013", - "max": "168.604", - "min": "167.556", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "405.568", - "max": "406.015", - "min": "405.292", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "269.251", - "max": "269.636", - "min": "269.042", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "153.291", - "max": "155.521", - "min": "153.061", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "172.362", - "max": "172.675", - "min": "172.249", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "189.284", - "max": "189.509", - "min": "189.127", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "150.796", - "max": "151.232", - "min": "150.517", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "277.817", - "max": "280.265", - "min": "277.235", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "161.461", - "max": "161.568", - "min": "161.397", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "200.942", - "max": "201.151", - "min": "200.759", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "146.033", - "max": "157.125", - "min": "145.136", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "154.156", - "max": "154.348", - "min": "153.986", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "147.492", - "max": "147.739", - "min": "147.372", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "178.461", - "max": "178.561", - "min": "178.34", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "290.243", - "max": "290.481", - "min": "290.065", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "140.075", - "max": "145.13", - "min": "139.397", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "221.154", - "max": "221.785", - "min": "221.007", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "242.824", - "max": "243.094", - "min": "242.534", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "95.008", - "max": "101.216", - "min": "94.551", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "279.993", - "max": "281.856", - "min": "279.702", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "245.551", - "max": "247.62", - "min": "245.308", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "148.826", - "max": "149.019", - "min": "148.779", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "238.113", - "max": "238.283", - "min": "238.054", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "239.149", - "max": "239.228", - "min": "239.052", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "249.11", - "max": "252.748", - "min": "247.928", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "0.034", - "max": "0.041", - "min": "0.026", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "272.914", - "max": "274.249", - "min": "272.732", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "281.073", - "max": "281.787", - "min": "280.854", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "210.063", - "max": "210.574", - "min": "209.974", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "108.055", - "max": "109.009", - "min": "107.845", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "279.465", - "max": "281.038", - "min": "279.277", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "76.643", - "max": "114.62", - "min": "69.34", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "149.812", - "max": "149.995", - "min": "149.637", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "318.808", - "max": "355.973", - "min": "314.558", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "200.773", - "max": "200.938", - "min": "200.705", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "143.116", - "max": "143.241", - "min": "143.019", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "193.785", - "max": "193.913", - "min": "193.681", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "171.324", - "max": "173.068", - "min": "171.145", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "337.618", - "max": "337.906", - "min": "337.476", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "405.995", - "max": "406.077", - "min": "405.92", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "128.99", - "max": "129.258", - "min": "128.899", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "177.514", - "max": "177.711", - "min": "177.396", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "72.098", - "max": "72.676", - "min": "72", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "189.762", - "max": "189.988", - "min": "189.615", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "178.519", - "max": "178.802", - "min": "178.413", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "263.685", - "max": "265.614", - "min": "263.406", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "186.735", - "max": "188.438", - "min": "186.379", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "247.818", - "max": "249.276", - "min": "247.646", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "225.735", - "max": "226.192", - "min": "225.454", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "267.867", - "max": "267.971", - "min": "267.748", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "293.44", - "max": "293.574", - "min": "293.283", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "266.037", - "max": "267.936", - "min": "265.762", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "311.38", - "max": "311.86", - "min": "311.25", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "266.69", - "max": "266.802", - "min": "266.627", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "220.139", - "max": "220.776", - "min": "219.976", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "305.849", - "max": "306.061", - "min": "305.772", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "237.924", - "max": "238.113", - "min": "237.833", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "291.139", - "max": "291.244", - "min": "291.017", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "271.298", - "max": "271.394", - "min": "271.167", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "212.951", - "max": "218.168", - "min": "212.634", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "317.047", - "max": "317.483", - "min": "316.845", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "299.26", - "max": "322.253", - "min": "297.951", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "273.144", - "max": "307.354", - "min": "251.048", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "222.375", - "max": "223.711", - "min": "222.09", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "318.92", - "max": "319.224", - "min": "318.719", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "211.34", - "max": "211.541", - "min": "211.16", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "284.642", - "max": "285.269", - "min": "284.226", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "260.357", - "max": "260.902", - "min": "260.126", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "96.461", - "max": "96.627", - "min": "96.368", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "236.047", - "max": "238.398", - "min": "235.878", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "306.648", - "max": "306.868", - "min": "306.515", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "291.349", - "max": "291.532", - "min": "291.219", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "245.667", - "max": "252.33", - "min": "243.837", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "317.74", - "max": "317.956", - "min": "317.611", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "253.586", - "max": "254.018", - "min": "253.429", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "278.765", - "max": "279.231", - "min": "278.603", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "266.56", - "max": "266.709", - "min": "266.455", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "225.145", - "max": "225.61", - "min": "225.016", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "183.531", - "max": "188.593", - "min": "182.957", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "76.379", - "max": "79.617", - "min": "74.083", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "130.525", - "max": "131.101", - "min": "130.414", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "233.629", - "max": "233.916", - "min": "233.415", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "54.815", - "max": "56.278", - "min": "54.523", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "134.145", - "max": "134.587", - "min": "133.834", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "307.185", - "max": "307.367", - "min": "307.03", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "339.706", - "max": "340.212", - "min": "339.378", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "253.87", - "max": "255.024", - "min": "253.481", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "273.782", - "max": "275.48", - "min": "273.526", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "163.698", - "max": "164.24", - "min": "163.608", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "182.236", - "max": "182.324", - "min": "182.176", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "98.672", - "max": "196.498", - "min": "95.031", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "176.085", - "max": "176.274", - "min": "175.98", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "226.725", - "max": "226.983", - "min": "226.62", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "192.67", - "max": "194.397", - "min": "192.357", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "226.874", - "max": "227.099", - "min": "226.713", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "342.884", - "max": "560.389", - "min": "321.768", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "206.752", - "max": "213.51", - "min": "204.923", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "266.66", - "max": "266.875", - "min": "266.495", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "281.852", - "max": "282.6", - "min": "280.926", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "226.894", - "max": "229.327", - "min": "225.93", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "335.796", - "max": "337.912", - "min": "335.324", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "20.1", - "max": "20.378", - "min": "19.935", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "333.575", - "max": "334.076", - "min": "333.373", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "301.694", - "max": "301.917", - "min": "301.527", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "246.897", - "max": "246.985", - "min": "246.746", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "323.227", - "max": "323.442", - "min": "323.099", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "203.189", - "max": "208.433", - "min": "202.619", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "203.991", - "max": "204.156", - "min": "203.873", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "307.142", - "max": "313.356", - "min": "304.254", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "258.135", - "max": "259.324", - "min": "257.716", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "166.999", - "max": "168.659", - "min": "166.06", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "318.94", - "max": "320.155", - "min": "318.699", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "141.676", - "max": "142.782", - "min": "141.323", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "230.627", - "max": "233.951", - "min": "230.391", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "96.732", - "max": "97.287", - "min": "96.624", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "260.673", - "max": "260.673", - "min": "260.673", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "232.159", - "max": "232.375", - "min": "232.063", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "267.015", - "max": "267.138", - "min": "266.931", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "356.54", - "max": "356.79", - "min": "356.282", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "252.685", - "max": "262.753", - "min": "246.048", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "272.71", - "max": "274.8", - "min": "272.529", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "151.406", - "max": "153.375", - "min": "151.005", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "251.629", - "max": "252.05", - "min": "251.396", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "190.008", - "max": "202.264", - "min": "188.634", - "id": "159", - "country": "Japan", - "source_name": "Sapporo", - "destination_name": "Lansing", - "destination_id": "295" - } - } - }, - "244": { - "name": "Koto", - "data": { - "0": { - "avg": "327.942", - "max": "330.343", - "min": "327.653", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Joao Pessoa", - "destination_id": "0" - }, - "1": { - "avg": "125.868", - "max": "126.312", - "min": "125.614", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Melbourne", - "destination_id": "1" - }, - "2": { - "avg": "249.378", - "max": "250.101", - "min": "249.203", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Toronto", - "destination_id": "2" - }, - "3": { - "avg": "276.118", - "max": "285.435", - "min": "274.848", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Prague", - "destination_id": "3" - }, - "4": { - "avg": "254.047", - "max": "255.109", - "min": "253.643", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Paris", - "destination_id": "4" - }, - "6": { - "avg": "0.852", - "max": "1.229", - "min": "0.694", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tokyo", - "destination_id": "6" - }, - "7": { - "avg": "236.876", - "max": "237.131", - "min": "236.666", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Amsterdam", - "destination_id": "7" - }, - "8": { - "avg": "138.127", - "max": "141.885", - "min": "137.36", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Auckland", - "destination_id": "8" - }, - "9": { - "avg": "229.852", - "max": "230.661", - "min": "229.634", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Moscow", - "destination_id": "9" - }, - "10": { - "avg": "249.968", - "max": "253.087", - "min": "249.447", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Stockholm", - "destination_id": "10" - }, - "11": { - "avg": "249.04", - "max": "249.628", - "min": "248.822", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "London", - "destination_id": "11" - }, - "12": { - "avg": "137.655", - "max": "159.262", - "min": "136.757", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dallas", - "destination_id": "12" - }, - "13": { - "avg": "169.434", - "max": "169.614", - "min": "169.248", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "New York", - "destination_id": "13" - }, - "14": { - "avg": "170.935", - "max": "171.562", - "min": "170.682", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Boston", - "destination_id": "14" - }, - "15": { - "avg": "165.482", - "max": "165.649", - "min": "165.37", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Miami", - "destination_id": "15" - }, - "16": { - "avg": "159.976", - "max": "160.267", - "min": "159.251", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Washington", - "destination_id": "16" - }, - "17": { - "avg": "224.38", - "max": "224.653", - "min": "224.179", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Barcelona", - "destination_id": "17" - }, - "18": { - "avg": "146.606", - "max": "148.867", - "min": "146.265", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Atlanta", - "destination_id": "18" - }, - "19": { - "avg": "309.313", - "max": "309.573", - "min": "308.979", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dublin", - "destination_id": "19" - }, - "20": { - "avg": "254.773", - "max": "254.942", - "min": "254.65", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Vienna", - "destination_id": "20" - }, - "21": { - "avg": "131.276", - "max": "131.466", - "min": "131.093", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Brisbane", - "destination_id": "21" - }, - "22": { - "avg": "205.957", - "max": "206.125", - "min": "205.835", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Chicago", - "destination_id": "22" - }, - "23": { - "avg": "99.03", - "max": "99.234", - "min": "98.863", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "San Jose", - "destination_id": "23" - }, - "24": { - "avg": "104.977", - "max": "106.267", - "min": "104.707", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Seattle", - "destination_id": "24" - }, - "25": { - "avg": "244.05", - "max": "244.327", - "min": "243.828", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tallinn", - "destination_id": "25" - }, - "26": { - "avg": "246.964", - "max": "247.271", - "min": "246.81", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Copenhagen", - "destination_id": "26" - }, - "27": { - "avg": "256.8", - "max": "257.09", - "min": "256.568", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Milan", - "destination_id": "27" - }, - "28": { - "avg": "256.872", - "max": "257.198", - "min": "256.674", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Ljubljana", - "destination_id": "28" - }, - "29": { - "avg": "233.046", - "max": "233.295", - "min": "232.858", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Frankfurt", - "destination_id": "29" - }, - "30": { - "avg": "104.151", - "max": "104.496", - "min": "103.879", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Fremont", - "destination_id": "30" - }, - "31": { - "avg": "82.659", - "max": "82.847", - "min": "82.515", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Singapore", - "destination_id": "31" - }, - "32": { - "avg": "271.776", - "max": "272.049", - "min": "271.532", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Warsaw", - "destination_id": "32" - }, - "33": { - "avg": "153.405", - "max": "156.504", - "min": "152.99", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Mexico", - "destination_id": "33" - }, - "34": { - "avg": "265.981", - "max": "266.193", - "min": "265.839", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Kiev", - "destination_id": "34" - }, - "35": { - "avg": "272.51", - "max": "272.94", - "min": "272.265", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Zurich", - "destination_id": "35" - }, - "36": { - "avg": "81.799", - "max": "84.089", - "min": "81.513", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Malaysia", - "destination_id": "36" - }, - "37": { - "avg": "104.867", - "max": "105", - "min": "104.719", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Los Angeles", - "destination_id": "37" - }, - "38": { - "avg": "143.068", - "max": "143.396", - "min": "142.86", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Phoenix", - "destination_id": "38" - }, - "39": { - "avg": "158.715", - "max": "159.166", - "min": "158.473", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Houston", - "destination_id": "39" - }, - "40": { - "avg": "223.915", - "max": "224.394", - "min": "223.582", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Baltimore", - "destination_id": "40" - }, - "42": { - "avg": "367.448", - "max": "372.293", - "min": "366.573", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cape Town", - "destination_id": "42" - }, - "43": { - "avg": "262.102", - "max": "265.828", - "min": "261.278", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bruges", - "destination_id": "43" - }, - "44": { - "avg": "268.057", - "max": "269.228", - "min": "267.685", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lisbon", - "destination_id": "44" - }, - "45": { - "avg": "203.621", - "max": "210.21", - "min": "203.224", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Helsinki", - "destination_id": "45" - }, - "46": { - "avg": "156.362", - "max": "156.617", - "min": "156.097", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "New Delhi", - "destination_id": "46" - }, - "47": { - "avg": "265.564", - "max": "266.205", - "min": "265.178", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Budapest", - "destination_id": "47" - }, - "48": { - "avg": "270.64", - "max": "270.914", - "min": "270.479", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bergen", - "destination_id": "48" - }, - "49": { - "avg": "301.886", - "max": "302.049", - "min": "301.728", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Medellin", - "destination_id": "49" - }, - "50": { - "avg": "365.093", - "max": "365.327", - "min": "364.926", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Buenos Aires", - "destination_id": "50" - }, - "51": { - "avg": "189.845", - "max": "190.075", - "min": "189.656", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "San Antonio", - "destination_id": "51" - }, - "52": { - "avg": "144.902", - "max": "145.074", - "min": "144.728", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Montreal", - "destination_id": "52" - }, - "53": { - "avg": "86.506", - "max": "86.766", - "min": "86.199", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Vancouver", - "destination_id": "53" - }, - "54": { - "avg": "257.496", - "max": "346.216", - "min": "247.474", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Roubaix", - "destination_id": "54" - }, - "55": { - "avg": "136.043", - "max": "136.342", - "min": "135.767", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Kansas City", - "destination_id": "55" - }, - "56": { - "avg": "134.134", - "max": "147.177", - "min": "130.262", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Hyderabad", - "destination_id": "56" - }, - "57": { - "avg": "79.495", - "max": "79.968", - "min": "79.228", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Jakarta", - "destination_id": "57" - }, - "58": { - "avg": "230.814", - "max": "234.328", - "min": "229.557", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Valencia", - "destination_id": "58" - }, - "59": { - "avg": "151.588", - "max": "151.785", - "min": "151.468", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Christchurch", - "destination_id": "59" - }, - "60": { - "avg": "285.224", - "max": "287.519", - "min": "284.636", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Graz", - "destination_id": "60" - }, - "61": { - "avg": "255.723", - "max": "255.997", - "min": "255.515", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Luxembourg", - "destination_id": "61" - }, - "62": { - "avg": "288.623", - "max": "289.388", - "min": "288.198", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cairo", - "destination_id": "62" - }, - "63": { - "avg": "288.755", - "max": "332.414", - "min": "285.743", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Fez", - "destination_id": "63" - }, - "64": { - "avg": "101.881", - "max": "122.486", - "min": "100.804", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bangkok", - "destination_id": "64" - }, - "65": { - "avg": "73.908", - "max": "74.112", - "min": "73.813", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Hanoi", - "destination_id": "65" - }, - "66": { - "avg": "276.239", - "max": "276.472", - "min": "276.026", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Istanbul", - "destination_id": "66" - }, - "67": { - "avg": "276.167", - "max": "276.483", - "min": "276.003", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bucharest", - "destination_id": "67" - }, - "68": { - "avg": "234.02", - "max": "234.183", - "min": "233.873", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Philadelphia", - "destination_id": "68" - }, - "69": { - "avg": "212.425", - "max": "213.014", - "min": "212.083", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Varna", - "destination_id": "69" - }, - "70": { - "avg": "287.274", - "max": "288.487", - "min": "286.478", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Santiago", - "destination_id": "70" - }, - "71": { - "avg": "198.221", - "max": "198.644", - "min": "198.076", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Denver", - "destination_id": "71" - }, - "72": { - "avg": "52.029", - "max": "53.596", - "min": "51.733", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Hong Kong", - "destination_id": "72" - }, - "73": { - "avg": "101.108", - "max": "101.392", - "min": "100.943", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "San Diego", - "destination_id": "73" - }, - "74": { - "avg": "208.692", - "max": "210.629", - "min": "208.375", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Heredia", - "destination_id": "74" - }, - "75": { - "avg": null, - "max": null, - "min": null, - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Jacksonville", - "destination_id": "75" - }, - "76": { - "avg": "284.226", - "max": "285.62", - "min": "283.915", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Reykjavik", - "destination_id": "76" - }, - "77": { - "avg": "240.212", - "max": "240.351", - "min": "239.981", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Manchester", - "destination_id": "77" - }, - "78": { - "avg": "206.589", - "max": "206.801", - "min": "206.401", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Charlotte", - "destination_id": "78" - }, - "79": { - "avg": "116.463", - "max": "119.871", - "min": "116.206", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Las Vegas", - "destination_id": "79" - }, - "80": { - "avg": "183.002", - "max": "189.527", - "min": "182.354", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Columbus", - "destination_id": "80" - }, - "81": { - "avg": "129.076", - "max": "129.508", - "min": "128.904", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Detroit", - "destination_id": "81" - }, - "82": { - "avg": "85.822", - "max": "85.994", - "min": "85.657", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Portland", - "destination_id": "82" - }, - "83": { - "avg": "159.794", - "max": "160.618", - "min": "159.522", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Halifax", - "destination_id": "83" - }, - "84": { - "avg": "218.715", - "max": "229.754", - "min": "195.133", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Hangzhou", - "destination_id": "84" - }, - "85": { - "avg": "101.076", - "max": "101.373", - "min": "100.847", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Chennai", - "destination_id": "85" - }, - "86": { - "avg": "204.43", - "max": "204.577", - "min": "204.312", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Salt Lake City", - "destination_id": "86" - }, - "87": { - "avg": "275.552", - "max": "276.593", - "min": "275.137", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tel Aviv", - "destination_id": "87" - }, - "88": { - "avg": "255.898", - "max": "256.903", - "min": "255.568", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Newcastle", - "destination_id": "88" - }, - "89": { - "avg": "215.051", - "max": "215.26", - "min": "214.866", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Orlando", - "destination_id": "89" - }, - "90": { - "avg": "133.57", - "max": "133.784", - "min": "133.361", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "St Louis", - "destination_id": "90" - }, - "91": { - "avg": "248.099", - "max": "256.056", - "min": "247.626", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Coventry", - "destination_id": "91" - }, - "92": { - "avg": "211.843", - "max": "212.718", - "min": "211.192", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Minneapolis", - "destination_id": "92" - }, - "93": { - "avg": "114.116", - "max": "116.507", - "min": "113.758", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Sacramento", - "destination_id": "93" - }, - "94": { - "avg": "264.454", - "max": "264.563", - "min": "264.309", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Madrid", - "destination_id": "94" - }, - "95": { - "avg": "48.722", - "max": "48.902", - "min": "48.527", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Taipei", - "destination_id": "95" - }, - "96": { - "avg": "152.922", - "max": "153.107", - "min": "152.782", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Buffalo", - "destination_id": "96" - }, - "97": { - "avg": "178.702", - "max": "178.954", - "min": "178.463", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tampa", - "destination_id": "97" - }, - "98": { - "avg": "217.695", - "max": "218.499", - "min": "217.403", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Panama", - "destination_id": "98" - }, - "99": { - "avg": "291.02", - "max": "310.527", - "min": "289.788", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Guatemala", - "destination_id": "99" - }, - "100": { - "avg": "103.071", - "max": "104.977", - "min": "102.904", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "San Francisco", - "destination_id": "100" - }, - "101": { - "avg": "210.348", - "max": "213.077", - "min": "210.027", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "South Bend", - "destination_id": "101" - }, - "102": { - "avg": "221.15", - "max": "221.306", - "min": "220.996", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Green Bay", - "destination_id": "102" - }, - "103": { - "avg": "103.424", - "max": "103.649", - "min": "103.251", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Edmonton", - "destination_id": "103" - }, - "104": { - "avg": "290.642", - "max": "290.856", - "min": "290.48", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Chisinau", - "destination_id": "104" - }, - "105": { - "avg": "202.566", - "max": "206.858", - "min": "202.01", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Adelaide", - "destination_id": "105" - }, - "106": { - "avg": "202.034", - "max": "202.761", - "min": "201.826", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Monticello", - "destination_id": "106" - }, - "107": { - "avg": "114.362", - "max": "114.801", - "min": "114.026", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Sydney", - "destination_id": "107" - }, - "108": { - "avg": "311.312", - "max": "315.832", - "min": "310.958", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lima", - "destination_id": "108" - }, - "109": { - "avg": null, - "max": null, - "min": null, - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Scranton", - "destination_id": "109" - }, - "110": { - "avg": "168.005", - "max": "169.061", - "min": "167.785", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Asheville", - "destination_id": "110" - }, - "111": { - "avg": "164.22", - "max": "164.433", - "min": "164.067", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Pune", - "destination_id": "111" - }, - "112": { - "avg": "69.161", - "max": "69.317", - "min": "69.026", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Manila", - "destination_id": "112" - }, - "113": { - "avg": "82.068", - "max": "82.856", - "min": "79.028", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Seoul", - "destination_id": "113" - }, - "114": { - "avg": "148.546", - "max": "148.877", - "min": "148.381", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Manhattan", - "destination_id": "114" - }, - "115": { - "avg": "366.016", - "max": "368.619", - "min": "365.586", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dar es Salaam", - "destination_id": "115" - }, - "116": { - "avg": "571.079", - "max": "694.783", - "min": "435.371", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Riyadh", - "destination_id": "116" - }, - "117": { - "avg": "371.449", - "max": "491.205", - "min": "290.439", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Thessaloniki", - "destination_id": "117" - }, - "118": { - "avg": "404.484", - "max": "416.989", - "min": "403.477", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Kampala", - "destination_id": "118" - }, - "119": { - "avg": "7.862", - "max": "12.184", - "min": "7.403", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Osaka", - "destination_id": "119" - }, - "121": { - "avg": "206.577", - "max": "206.79", - "min": "206.428", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Oklahoma City", - "destination_id": "121" - }, - "122": { - "avg": "154.908", - "max": "155.702", - "min": "154.631", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Jackson", - "destination_id": "122" - }, - "123": { - "avg": "128.861", - "max": "129.598", - "min": "128.518", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Colorado Springs", - "destination_id": "123" - }, - "124": { - "avg": "233.611", - "max": "397.42", - "min": "160.243", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Knoxville", - "destination_id": "124" - }, - "125": { - "avg": "287.97", - "max": "311.889", - "min": "273.045", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Sao Paulo", - "destination_id": "125" - }, - "126": { - "avg": "220.142", - "max": "408.523", - "min": "209.656", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Siauliai", - "destination_id": "126" - }, - "127": { - "avg": "210.976", - "max": "211.194", - "min": "210.788", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Riga", - "destination_id": "127" - }, - "129": { - "avg": "261.292", - "max": "261.919", - "min": "260.908", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Oslo", - "destination_id": "129" - }, - "130": { - "avg": "144.391", - "max": "144.798", - "min": "144.209", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Piscataway", - "destination_id": "130" - }, - "131": { - "avg": "390.61", - "max": "390.794", - "min": "390.387", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Nairobi", - "destination_id": "131" - }, - "133": { - "avg": "330.192", - "max": "331.597", - "min": "329.88", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dubai", - "destination_id": "133" - }, - "135": { - "avg": "112.925", - "max": "113.955", - "min": "112.689", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Winnipeg", - "destination_id": "135" - }, - "136": { - "avg": "164.342", - "max": "164.62", - "min": "164.2", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Toledo", - "destination_id": "136" - }, - "137": { - "avg": "162.407", - "max": "162.547", - "min": "162.286", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cincinnati", - "destination_id": "137" - }, - "138": { - "avg": "131.491", - "max": "131.759", - "min": "131.343", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cleveland", - "destination_id": "138" - }, - "139": { - "avg": "141.174", - "max": "143.897", - "min": "140.344", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Wellington", - "destination_id": "139" - }, - "140": { - "avg": "148.602", - "max": "148.9", - "min": "148.451", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "New Orleans", - "destination_id": "140" - }, - "141": { - "avg": "187.897", - "max": "188.164", - "min": "187.755", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Salem", - "destination_id": "141" - }, - "142": { - "avg": "174.341", - "max": "179.4", - "min": "173.125", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Albuquerque", - "destination_id": "142" - }, - "143": { - "avg": "151.421", - "max": "151.717", - "min": "151.192", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Austin", - "destination_id": "143" - }, - "144": { - "avg": "143.513", - "max": "143.726", - "min": "143.256", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Des Moines", - "destination_id": "144" - }, - "145": { - "avg": "158.035", - "max": "158.181", - "min": "157.898", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Albany", - "destination_id": "145" - }, - "147": { - "avg": "271.204", - "max": "271.472", - "min": "270.978", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bratislava", - "destination_id": "147" - }, - "148": { - "avg": "135.248", - "max": "137.054", - "min": "134.873", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dhaka", - "destination_id": "148" - }, - "149": { - "avg": "256.254", - "max": "258.945", - "min": "255.934", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "St Petersburg", - "destination_id": "149" - }, - "150": { - "avg": "238.527", - "max": "238.999", - "min": "238.244", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Zagreb", - "destination_id": "150" - }, - "151": { - "avg": "114.879", - "max": "118.616", - "min": "114.444", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Honolulu", - "destination_id": "151" - }, - "153": { - "avg": "236.006", - "max": "236.391", - "min": "235.746", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dusseldorf", - "destination_id": "153" - }, - "154": { - "avg": "212.375", - "max": "250.342", - "min": "210.82", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Sofia", - "destination_id": "154" - }, - "155": { - "avg": "145.7", - "max": "145.85", - "min": "145.554", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Indore", - "destination_id": "155" - }, - "156": { - "avg": "252.584", - "max": "253.964", - "min": "252.367", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Maidstone", - "destination_id": "156" - }, - "157": { - "avg": "229.291", - "max": "229.446", - "min": "229.166", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Gosport", - "destination_id": "157" - }, - "158": { - "avg": "230.861", - "max": "244.481", - "min": "228.647", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Nuremberg", - "destination_id": "158" - }, - "159": { - "avg": "20.126", - "max": "20.334", - "min": "19.92", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Sapporo", - "destination_id": "159" - }, - "160": { - "avg": "261.406", - "max": "264.362", - "min": "261.051", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Nis", - "destination_id": "160" - }, - "161": { - "avg": "273.292", - "max": "273.596", - "min": "273.085", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Geneva", - "destination_id": "161" - }, - "162": { - "avg": "146.697", - "max": "147.014", - "min": "146.53", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Raleigh", - "destination_id": "162" - }, - "163": { - "avg": "90.413", - "max": "90.695", - "min": "90.122", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Roseburg", - "destination_id": "163" - }, - "164": { - "avg": "255.997", - "max": "257.444", - "min": "255.697", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Gothenburg", - "destination_id": "164" - }, - "165": { - "avg": "96.125", - "max": "139.412", - "min": "87.185", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dagupan", - "destination_id": "165" - }, - "166": { - "avg": "136.214", - "max": "137.115", - "min": "135.997", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Saskatoon", - "destination_id": "166" - }, - "167": { - "avg": "306.317", - "max": "375.946", - "min": "300.49", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Montevideo", - "destination_id": "167" - }, - "168": { - "avg": "271.573", - "max": "271.793", - "min": "271.449", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "San Juan", - "destination_id": "168" - }, - "169": { - "avg": "253.07", - "max": "253.421", - "min": "252.497", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Perth", - "destination_id": "169" - }, - "170": { - "avg": "195.4", - "max": "195.552", - "min": "195.196", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Vilnius", - "destination_id": "170" - }, - "171": { - "avg": "153.98", - "max": "154.221", - "min": "153.83", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Secaucus", - "destination_id": "171" - }, - "174": { - "avg": "337.072", - "max": "337.261", - "min": "336.859", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Karaganda", - "destination_id": "174" - }, - "175": { - "avg": "419.125", - "max": "419.246", - "min": "418.996", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Johannesburg", - "destination_id": "175" - }, - "176": { - "avg": "111.932", - "max": "112.169", - "min": "111.755", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Novosibirsk", - "destination_id": "176" - }, - "177": { - "avg": "187.459", - "max": "187.935", - "min": "187.214", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Guadalajara", - "destination_id": "177" - }, - "180": { - "avg": "166.306", - "max": "169.477", - "min": "164.341", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Shanghai", - "destination_id": "180" - }, - "181": { - "avg": "153.534", - "max": "153.705", - "min": "153.398", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Brunswick", - "destination_id": "181" - }, - "184": { - "avg": "151.096", - "max": "151.27", - "min": "150.993", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Pittsburgh", - "destination_id": "184" - }, - "185": { - "avg": "259.683", - "max": "261.964", - "min": "259.184", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Strasbourg", - "destination_id": "185" - }, - "186": { - "avg": "348.776", - "max": "348.902", - "min": "348.661", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lahore", - "destination_id": "186" - }, - "187": { - "avg": "251.391", - "max": "252.585", - "min": "251.151", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Edinburgh", - "destination_id": "187" - }, - "188": { - "avg": "224.891", - "max": "225.499", - "min": "224.586", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lausanne", - "destination_id": "188" - }, - "189": { - "avg": "253.148", - "max": "253.493", - "min": "252.983", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Arezzo", - "destination_id": "189" - }, - "190": { - "avg": "277.91", - "max": "278.097", - "min": "277.776", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Rome", - "destination_id": "190" - }, - "191": { - "avg": "252.044", - "max": "252.456", - "min": "251.828", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cardiff", - "destination_id": "191" - }, - "192": { - "avg": "269.998", - "max": "270.14", - "min": "269.775", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Limassol", - "destination_id": "192" - }, - "193": { - "avg": "261.477", - "max": "261.639", - "min": "261.329", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tirana", - "destination_id": "193" - }, - "194": { - "avg": "241.946", - "max": "242.462", - "min": "241.762", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Kazan", - "destination_id": "194" - }, - "195": { - "avg": "272.672", - "max": "272.848", - "min": "272.489", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Palermo", - "destination_id": "195" - }, - "196": { - "avg": "208.514", - "max": "210.771", - "min": "208.187", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Dronten", - "destination_id": "196" - }, - "197": { - "avg": "240.993", - "max": "241.609", - "min": "240.803", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Groningen", - "destination_id": "197" - }, - "198": { - "avg": "244.214", - "max": "244.333", - "min": "244.062", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Rotterdam", - "destination_id": "198" - }, - "200": { - "avg": "195.726", - "max": "196.027", - "min": "195.53", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Brno", - "destination_id": "200" - }, - "201": { - "avg": "299.905", - "max": "300.483", - "min": "299.627", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Ankara", - "destination_id": "201" - }, - "202": { - "avg": "322.07", - "max": "329.609", - "min": "321.321", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Venice", - "destination_id": "202" - }, - "203": { - "avg": "256.688", - "max": "276.359", - "min": "243.603", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Hamburg", - "destination_id": "203" - }, - "204": { - "avg": "222.589", - "max": "222.872", - "min": "222.377", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Belfast", - "destination_id": "204" - }, - "205": { - "avg": "298.553", - "max": "299.14", - "min": "298.342", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bursa", - "destination_id": "205" - }, - "206": { - "avg": "216.087", - "max": "222.653", - "min": "215.553", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Gdansk", - "destination_id": "206" - }, - "207": { - "avg": "279.777", - "max": "280.476", - "min": "279.433", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Pristina", - "destination_id": "207" - }, - "208": { - "avg": "240.14", - "max": "240.639", - "min": "239.848", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Brussels", - "destination_id": "208" - }, - "209": { - "avg": "85.121", - "max": "85.269", - "min": "84.969", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Phnom Penh", - "destination_id": "209" - }, - "210": { - "avg": "228.118", - "max": "229.017", - "min": "227.876", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Munich", - "destination_id": "210" - }, - "211": { - "avg": "248.534", - "max": "248.863", - "min": "248.387", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lugano", - "destination_id": "211" - }, - "212": { - "avg": "241.164", - "max": "241.326", - "min": "241.036", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Ktis", - "destination_id": "212" - }, - "213": { - "avg": "309.947", - "max": "317.046", - "min": "308.498", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bogota", - "destination_id": "213" - }, - "214": { - "avg": "300.319", - "max": "300.627", - "min": "300.165", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Athens", - "destination_id": "214" - }, - "215": { - "avg": "238.936", - "max": "240.606", - "min": "238.597", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Alblasserdam", - "destination_id": "215" - }, - "216": { - "avg": "249.451", - "max": "250.214", - "min": "249.231", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "The Hague", - "destination_id": "216" - }, - "217": { - "avg": "237.426", - "max": "237.683", - "min": "237.227", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Westpoort", - "destination_id": "217" - }, - "218": { - "avg": "106.097", - "max": "115.225", - "min": "104.89", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Canberra", - "destination_id": "218" - }, - "220": { - "avg": "160.666", - "max": "176.207", - "min": "159.311", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "La Ceiba", - "destination_id": "220" - }, - "221": { - "avg": "230.261", - "max": "230.826", - "min": "229.741", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Shenzhen", - "destination_id": "221" - }, - "222": { - "avg": "116.54", - "max": "116.903", - "min": "116.39", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bangalore", - "destination_id": "222" - }, - "223": { - "avg": "226.909", - "max": "227.119", - "min": "226.711", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Liege", - "destination_id": "223" - }, - "224": { - "avg": "25.586", - "max": "30.084", - "min": "25.25", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Vladivostok", - "destination_id": "224" - }, - "225": { - "avg": "112.679", - "max": "112.887", - "min": "112.334", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Redding", - "destination_id": "225" - }, - "226": { - "avg": "250.652", - "max": "251.158", - "min": "250.342", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Frosinone", - "destination_id": "226" - }, - "227": { - "avg": "301.288", - "max": "301.677", - "min": "301.053", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Izmir", - "destination_id": "227" - }, - "228": { - "avg": "247.758", - "max": "248.816", - "min": "247.362", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bristol", - "destination_id": "228" - }, - "229": { - "avg": "241.395", - "max": "242.578", - "min": "241.023", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Eindhoven", - "destination_id": "229" - }, - "230": { - "avg": "126.209", - "max": "126.5", - "min": "126.097", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Indianapolis", - "destination_id": "230" - }, - "231": { - "avg": "158.605", - "max": "158.76", - "min": "158.507", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Memphis", - "destination_id": "231" - }, - "232": { - "avg": "75.584", - "max": "75.772", - "min": "75.373", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Ho Chi Minh City", - "destination_id": "232" - }, - "233": { - "avg": "177.531", - "max": "178.114", - "min": "177.323", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cromwell", - "destination_id": "233" - }, - "234": { - "avg": "220.44", - "max": "220.719", - "min": "220.151", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Bern", - "destination_id": "234" - }, - "235": { - "avg": "189.724", - "max": "189.833", - "min": "189.552", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Syracuse", - "destination_id": "235" - }, - "236": { - "avg": "236.85", - "max": "237.176", - "min": "236.648", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Basel", - "destination_id": "236" - }, - "238": { - "avg": "314.302", - "max": "830.506", - "min": "296.134", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Brasilia", - "destination_id": "238" - }, - "239": { - "avg": "181.806", - "max": "185.784", - "min": "179.431", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Savannah", - "destination_id": "239" - }, - "240": { - "avg": "266.336", - "max": "266.764", - "min": "266.092", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lyon", - "destination_id": "240" - }, - "241": { - "avg": "326.306", - "max": "328.187", - "min": "325.251", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Algiers", - "destination_id": "241" - }, - "242": { - "avg": "218.313", - "max": "224.27", - "min": "216.985", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Caracas", - "destination_id": "242" - }, - "243": { - "avg": "378.553", - "max": "379.259", - "min": "378.108", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lagos", - "destination_id": "243" - }, - "244": { - "avg": "0.021", - "max": "0.049", - "min": "0.014", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Koto", - "destination_id": "244" - }, - "245": { - "avg": "307.561", - "max": "308.138", - "min": "307.355", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tbilisi", - "destination_id": "245" - }, - "246": { - "avg": "339.617", - "max": "340.199", - "min": "339.46", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Valletta", - "destination_id": "246" - }, - "247": { - "avg": "248.564", - "max": "249.056", - "min": "248.286", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Antwerp", - "destination_id": "247" - }, - "248": { - "avg": "299.235", - "max": "299.365", - "min": "299.102", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Tunis", - "destination_id": "248" - }, - "249": { - "avg": "161.773", - "max": "168.305", - "min": "161.113", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Quebec City", - "destination_id": "249" - }, - "250": { - "avg": "178.426", - "max": "178.687", - "min": "178.25", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Berkeley Springs", - "destination_id": "250" - }, - "251": { - "avg": "293.471", - "max": "295.648", - "min": "291.965", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Beirut", - "destination_id": "251" - }, - "254": { - "avg": "232.548", - "max": "233.932", - "min": "231.635", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Quito", - "destination_id": "254" - }, - "256": { - "avg": "163.274", - "max": "168.623", - "min": "161.941", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Ottawa", - "destination_id": "256" - }, - "258": { - "avg": "279.598", - "max": "280.228", - "min": "279.42", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Jerusalem", - "destination_id": "258" - }, - "259": { - "avg": "135.067", - "max": "135.408", - "min": "134.893", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lincoln", - "destination_id": "259" - }, - "260": { - "avg": "244.549", - "max": "245.419", - "min": "244.318", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Carlow", - "destination_id": "260" - }, - "261": { - "avg": "225.12", - "max": "225.559", - "min": "224.819", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Zhangjiakou", - "destination_id": "261" - }, - "262": { - "avg": "325.18", - "max": "325.18", - "min": "325.18", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Paramaribo", - "destination_id": "262" - }, - "263": { - "avg": "253.799", - "max": "268.813", - "min": "253.124", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Cheltenham", - "destination_id": "263" - }, - "264": { - "avg": "231.786", - "max": "231.979", - "min": "231.645", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Falkenstein", - "destination_id": "264" - }, - "285": { - "avg": "346.67", - "max": "347.574", - "min": "346.3", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Accra", - "destination_id": "285" - }, - "291": { - "avg": "249.779", - "max": "262.684", - "min": "241.357", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Douglas", - "destination_id": "291" - }, - "292": { - "avg": "259.415", - "max": "259.712", - "min": "259.213", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Belgrade", - "destination_id": "292" - }, - "293": { - "avg": "141.003", - "max": "142.006", - "min": "140.544", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Mumbai", - "destination_id": "293" - }, - "294": { - "avg": "269.3", - "max": "270.946", - "min": "269.006", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Baku", - "destination_id": "294" - }, - "295": { - "avg": "147.06", - "max": "147.199", - "min": "146.946", - "id": "244", - "country": "Japan", - "source_name": "Koto", - "destination_name": "Lansing", - "destination_id": "295" - } - } - } - } -} \ No newline at end of file +{ "cityToIdMap": { "Accra": "285", "Adelaide": "105", "Albany": "145", "Alblasserdam": "215", "Albuquerque": "142", "Algiers": "241", "Amsterdam": "7", "Ankara": "201", "Antwerp": "247", "Arezzo": "189", "Asheville": "110", "Athens": "214", "Atlanta": "18", "Auckland": "8", "Austin": "143", "Baku": "294", "Baltimore": "40", "Bangalore": "222", "Bangkok": "64", "Barcelona": "17", "Basel": "236", "Beirut": "251", "Belfast": "204", "Belgrade": "292", "Bergen": "48", "Berkeley Springs": "250", "Bern": "234", "Bogota": "213", "Boston": "14", "Brasilia": "238", "Bratislava": "147", "Brisbane": "21", "Bristol": "228", "Brno": "200", "Bruges": "43", "Brunswick": "181", "Brussels": "208", "Bucharest": "67", "Budapest": "47", "Buenos Aires": "50", "Buffalo": "96", "Bursa": "205", "Cairo": "62", "Canberra": "218", "Cape Town": "42", "Caracas": "242", "Cardiff": "191", "Carlow": "260", "Charlotte": "78", "Cheltenham": "263", "Chennai": "85", "Chicago": "22", "Chisinau": "104", "Christchurch": "59", "Cincinnati": "137", "Cleveland": "138", "Colorado Springs": "123", "Columbus": "80", "Copenhagen": "26", "Coventry": "91", "Cromwell": "233", "Dagupan": "165", "Dallas": "12", "Dar es Salaam": "115", "Denver": "71", "Des Moines": "144", "Detroit": "81", "Dhaka": "148", "Douglas": "291", "Dronten": "196", "Dubai": "133", "Dublin": "19", "Dusseldorf": "153", "Edinburgh": "187", "Edmonton": "103", "Eindhoven": "229", "Falkenstein": "264", "Fez": "63", "Frankfurt": "29", "Fremont": "30", "Frosinone": "226", "Gdansk": "206", "Geneva": "161", "Gosport": "157", "Gothenburg": "164", "Graz": "60", "Green Bay": "102", "Groningen": "197", "Guadalajara": "177", "Guatemala": "99", "Halifax": "83", "Hamburg": "203", "Hangzhou": "84", "Hanoi": "65", "Helsinki": "45", "Heredia": "74", "Ho Chi Minh City": "232", "Hong Kong": "72", "Honolulu": "151", "Houston": "39", "Hyderabad": "56", "Indianapolis": "230", "Indore": "155", "Istanbul": "66", "Izmir": "227", "Jackson": "122", "Jacksonville": "75", "Jakarta": "57", "Jerusalem": "258", "Joao Pessoa": "0", "Johannesburg": "175", "Kampala": "118", "Kansas City": "55", "Karaganda": "174", "Kazan": "194", "Kiev": "34", "Knoxville": "124", "Koto": "244", "Ktis": "212", "La Ceiba": "220", "Lagos": "243", "Lahore": "186", "Lansing": "295", "Las Vegas": "79", "Lausanne": "188", "Liege": "223", "Lima": "108", "Limassol": "192", "Lincoln": "259", "Lisbon": "44", "Ljubljana": "28", "London": "11", "Los Angeles": "37", "Lugano": "211", "Luxembourg": "61", "Lyon": "240", "Madrid": "94", "Maidstone": "156", "Malaysia": "36", "Manchester": "77", "Manhattan": "114", "Manila": "112", "Medellin": "49", "Melbourne": "1", "Memphis": "231", "Mexico": "33", "Miami": "15", "Milan": "27", "Minneapolis": "92", "Montevideo": "167", "Monticello": "106", "Montreal": "52", "Moscow": "9", "Mumbai": "293", "Munich": "210", "Nairobi": "131", "New Delhi": "46", "New Orleans": "140", "New York": "13", "Newcastle": "88", "Nis": "160", "Novosibirsk": "176", "Nuremberg": "158", "Oklahoma City": "121", "Orlando": "89", "Osaka": "119", "Oslo": "129", "Ottawa": "256", "Palermo": "195", "Panama": "98", "Paramaribo": "262", "Paris": "4", "Perth": "169", "Philadelphia": "68", "Phnom Penh": "209", "Phoenix": "38", "Piscataway": "130", "Pittsburgh": "184", "Portland": "82", "Prague": "3", "Pristina": "207", "Pune": "111", "Quebec City": "249", "Quito": "254", "Raleigh": "162", "Redding": "225", "Reykjavik": "76", "Riga": "127", "Riyadh": "116", "Rome": "190", "Roseburg": "163", "Rotterdam": "198", "Roubaix": "54", "Sacramento": "93", "Salem": "141", "Salt Lake City": "86", "San Antonio": "51", "San Diego": "73", "San Francisco": "100", "San Jose": "23", "San Juan": "168", "Santiago": "70", "Sao Paulo": "125", "Sapporo": "159", "Saskatoon": "166", "Savannah": "239", "Scranton": "109", "Seattle": "24", "Secaucus": "171", "Seoul": "113", "Shanghai": "180", "Shenzhen": "221", "Siauliai": "126", "Singapore": "31", "Sofia": "154", "South Bend": "101", "St Louis": "90", "St Petersburg": "149", "Stockholm": "10", "Strasbourg": "185", "Sydney": "107", "Syracuse": "235", "Taipei": "95", "Tallinn": "25", "Tampa": "97", "Tbilisi": "245", "Tel Aviv": "87", "The Hague": "216", "Thessaloniki": "117", "Tirana": "193", "Tokyo": "6", "Toledo": "136", "Toronto": "2", "Tunis": "248", "Valencia": "58", "Valletta": "246", "Vancouver": "53", "Varna": "69", "Venice": "202", "Vienna": "20", "Vilnius": "170", "Vladivostok": "224", "Warsaw": "32", "Washington": "16", "Wellington": "139", "Westpoort": "217", "Winnipeg": "135", "Zagreb": "150", "Zhangjiakou": "261", "Zurich": "35" }, "Africa": { "42": { "name": "Cape Town", "data": { "0": { "avg": "211.89", "max": "214.66", "min": "211.583", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "406.567", "max": "407.78", "min": "406.217", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "232.223", "max": "234.929", "min": "231.725", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "171.668", "max": "178.371", "min": "170.654", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "151.393", "max": "153.982", "min": "150.959", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "361.693", "max": "364.142", "min": "361.175", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "150.787", "max": "152.338", "min": "150.389", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "410.631", "max": "416.435", "min": "409.422", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "191.829", "max": "195.486", "min": "191.352", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "170.426", "max": "177.057", "min": "169.776", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "143.321", "max": "147.13", "min": "142.802", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "245.934", "max": "248.587", "min": "245.547", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "212.526", "max": "216.381", "min": "212.028", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "216.726", "max": "225.622", "min": "215.983", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "244.453", "max": "251.244", "min": "243.815", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "216.317", "max": "219.569", "min": "215.968", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "167.49", "max": "170.683", "min": "166.979", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "228.707", "max": "233.597", "min": "228.156", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "155.624", "max": "160.066", "min": "155.183", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "168.005", "max": "169.95", "min": "167.574", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "415.965", "max": "417.636", "min": "415.443", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "232.061", "max": "234.484", "min": "231.498", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "283.055", "max": "284.059", "min": "282.723", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "277.191", "max": "281.785", "min": "276.739", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "180.376", "max": "183.785", "min": "180.002", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "162.88", "max": "166.034", "min": "162.485", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "166.178", "max": "170.057", "min": "165.55", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "175.449", "max": "178.629", "min": "175.145", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "153.184", "max": "156.383", "min": "152.756", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "277.218", "max": "278.983", "min": "276.913", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "311.728", "max": "313.196", "min": "311.493", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "175.906", "max": "177.061", "min": "175.635", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "279.536", "max": "282.041", "min": "278.952", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "190.682", "max": "192.322", "min": "190.449", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "164.259", "max": "169.305", "min": "163.742", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "275.328", "max": "276.999", "min": "274.937", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "274.291", "max": "274.798", "min": "274.042", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "274.504", "max": "276.472", "min": "274.17", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "241.726", "max": "244.068", "min": "241.316", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "217.663", "max": "227.95", "min": "216.848", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "0.04", "max": "0.156", "min": "0.018", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "152.763", "max": "156.066", "min": "152.247", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "187.194", "max": "189.191", "min": "186.989", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "180.482", "max": "183.912", "min": "179.955", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "344.108", "max": "348.116", "min": "343.474", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "175.641", "max": "180.891", "min": "174.817", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "188.683", "max": "190.885", "min": "188.331", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "290.886", "max": "292.67", "min": "290.541", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "376.385", "max": "379.944", "min": "375.902", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "246.9", "max": "248.765", "min": "246.577", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "226.422", "max": "230.097", "min": "225.853", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "284.912", "max": "287.017", "min": "284.361", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "153.519", "max": "165.058", "min": "146.475", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "243.159", "max": "244.418", "min": "242.929", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "283.643", "max": "292.632", "min": "279.283", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "340.529", "max": "348.454", "min": "339.403", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "172.953", "max": "177.491", "min": "171.55", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "455.904", "max": "457.426", "min": "455.636", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "209.895", "max": "213.097", "min": "209.36", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "151.216", "max": "153.351", "min": "150.928", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "205.684", "max": "208.685", "min": "204.83", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "199.592", "max": "212.74", "min": "198.26", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "311.863", "max": "387.809", "min": "301.433", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "454.608", "max": "457.602", "min": "454.289", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "190.178", "max": "193.136", "min": "189.752", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "194.234", "max": "199.036", "min": "193.195", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "212.288", "max": "215.407", "min": "211.96", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "185.73", "max": "188.279", "min": "185.328", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "367.583", "max": "370.09", "min": "366.487", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "252.151", "max": "254.848", "min": "251.774", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "362.185", "max": "363.952", "min": "361.71", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "271.802", "max": "275.263", "min": "271.097", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "295.734", "max": "300.962", "min": "294.977", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "232.592", "max": "235.672", "min": "232.252", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "189.691", "max": "194.245", "min": "189.125", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "148.756", "max": "150.954", "min": "148.452", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "234.008", "max": "235.412", "min": "233.7", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "286.938", "max": "302.699", "min": "285.935", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "233.894", "max": "235.773", "min": "233.394", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "231.374", "max": "233.977", "min": "230.878", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "275.053", "max": "277.563", "min": "274.559", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "234.098", "max": "238.379", "min": "233.62", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "421.14", "max": "426.601", "min": "420.537", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "324.531", "max": "331.207", "min": "323.367", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "280.016", "max": "282.094", "min": "279.677", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "204.282", "max": "207.189", "min": "203.662", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "152.441", "max": "155.213", "min": "151.564", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "234.667", "max": "238.156", "min": "234.315", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "234.543", "max": "238.684", "min": "234.044", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "149.32", "max": "155.354", "min": "148.754", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "241.55", "max": "247.515", "min": "240.86", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "287.408", "max": "293.832", "min": "286.713", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "166.203", "max": "168.716", "min": "165.889", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "390.107", "max": "393.706", "min": "389.659", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "221.282", "max": "224.969", "min": "220.677", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "254.301", "max": "258.076", "min": "253.835", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "298.247", "max": "306.498", "min": "297.538", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "268.776", "max": "292.119", "min": "267.055", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "288.392", "max": "290.35", "min": "287.868", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "230.798", "max": "233.473", "min": "230.34", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "241.897", "max": "245.308", "min": "241.22", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "276.796", "max": "279.228", "min": "276.155", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "197.579", "max": "201.503", "min": "197.149", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "437.737", "max": "445.161", "min": "436.615", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "237.767", "max": "241.046", "min": "237.394", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "464.706", "max": "483.489", "min": "451.342", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "313.065", "max": "315.828", "min": "312.29", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "216.322", "max": "218.926", "min": "215.91", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "229.867", "max": "232.881", "min": "229.405", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "289.125", "max": "303.615", "min": "288.036", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "319.704", "max": "322.764", "min": "319.201", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "400.596", "max": "403.369", "min": "400.099", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "212.001", "max": "215.194", "min": "211.489", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "69.527", "max": "126.529", "min": "67.118", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "508.899", "max": "636.664", "min": "351.046", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "284.788", "max": "387.031", "min": "205.471", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "86.962", "max": "88.977", "min": "86.442", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "369.278", "max": "374.647", "min": "368.786", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "248.242", "max": "251.616", "min": "247.614", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "242.721", "max": "243.74", "min": "242.352", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "252.282", "max": "254.624", "min": "251.874", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "320.611", "max": "485.507", "min": "246.014", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "323.952", "max": "327.251", "min": "323.404", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "186.993", "max": "330.697", "min": "178.196", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "179.125", "max": "180.673", "min": "178.873", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "177.278", "max": "178.884", "min": "176.391", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "211.754", "max": "214.58", "min": "210.381", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "81.246", "max": "84.3", "min": "80.773", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "266.16", "max": "270.033", "min": "265.407", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "302.304", "max": "305.993", "min": "301.965", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "236.892", "max": "239.564", "min": "236.475", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "239.33", "max": "242.102", "min": "238.904", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "240.729", "max": "244.326", "min": "240.212", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "439.868", "max": "443.36", "min": "438.554", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "256.289", "max": "257.179", "min": "256.131", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "211.201", "max": "214.806", "min": "210.624", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "266.637", "max": "273.824", "min": "264.608", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "252.882", "max": "256.879", "min": "252.377", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "252.627", "max": "252.793", "min": "252.391", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "214.532", "max": "220.041", "min": "213.774", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "170.82", "max": "175.076", "min": "170.225", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "322.334", "max": "326.882", "min": "321.587", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "181.196", "max": "184.726", "min": "180.71", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "176.939", "max": "180.715", "min": "176.459", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "320.605", "max": "323.436", "min": "320.036", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "155.29", "max": "165.356", "min": "154.315", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "184.317", "max": "199.679", "min": "183.451", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "281.612", "max": "283.825", "min": "281.294", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "144.464", "max": "149.75", "min": "144.032", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "146.297", "max": "150.48", "min": "145.762", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "157.556", "max": "165.517", "min": "156.14", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "379.09", "max": "385.386", "min": "378.45", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "181.073", "max": "183.554", "min": "180.479", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "160.486", "max": "179.475", "min": "159.334", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "222.645", "max": "225.761", "min": "222.029", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "278.287", "max": "281.602", "min": "277.59", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "185.014", "max": "187.237", "min": "184.477", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "318.399", "max": "359.722", "min": "309.461", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "253.452", "max": "256.122", "min": "252.854", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "375.064", "max": "442.487", "min": "367.008", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "251.905", "max": "254.618", "min": "251.606", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "522.04", "max": "524.497", "min": "521.492", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "177.151", "max": "179.617", "min": "176.704", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "210.464", "max": "212.196", "min": "210.132", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "244.96", "max": "246.497", "min": "244.637", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "20.614", "max": "25.155", "min": "19.594", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "233.274", "max": "234.589", "min": "233.018", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "274.025", "max": "278.473", "min": "273.621", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "423.083", "max": "424.623", "min": "422.716", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "222.551", "max": "225.013", "min": "222.093", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "227.622", "max": "235.09", "min": "227.006", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "156.784", "max": "158.782", "min": "156.279", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "289.434", "max": "292.722", "min": "288.798", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "152.999", "max": "155.559", "min": "152.514", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "164.84", "max": "165.76", "min": "164.636", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "170.951", "max": "192.063", "min": "169.456", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "167.274", "max": "173.005", "min": "166.658", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "147.749", "max": "150.959", "min": "147.246", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "206.618", "max": "207.698", "min": "206.367", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "186.661", "max": "191.238", "min": "186.134", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "210.813", "max": "217.019", "min": "210.041", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "186.529", "max": "195.968", "min": "185.56", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "149.502", "max": "151.516", "min": "149.159", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "151.767", "max": "154.609", "min": "151.343", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "149.325", "max": "166.173", "min": "148.365", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "174.692", "max": "176.855", "min": "174.338", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "199.482", "max": "201.979", "min": "199.054", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "172.726", "max": "177.969", "min": "171.603", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "189.551", "max": "246.387", "min": "158.111", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "143.417", "max": "146.286", "min": "143.003", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "208.545", "max": "213.065", "min": "207.993", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "174.331", "max": "191.228", "min": "172.783", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "190.614", "max": "198.002", "min": "189.47", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "148.679", "max": "153.064", "min": "147.777", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "395.672", "max": "397.993", "min": "395.096", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "161.259", "max": "164.714", "min": "160.733", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "168.493", "max": "171.38", "min": "168.086", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "176.304", "max": "178.001", "min": "176.05", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "298.563", "max": "305.126", "min": "296.608", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "199.452", "max": "202.459", "min": "198.998", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "152.929", "max": "166.508", "min": "151.635", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "151.727", "max": "159.761", "min": "150.965", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "149.232", "max": "152.604", "min": "148.243", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "411.415", "max": "415.348", "min": "410.689", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "219.376", "max": "223.968", "min": "217.118", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "456.339", "max": "473.995", "min": "448.002", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "288.71", "max": "292.359", "min": "288.125", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "158.34", "max": "160.778", "min": "158.003", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "277.9", "max": "281.432", "min": "277.376", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "287.765", "max": "288.664", "min": "287.321", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "180.148", "max": "182.387", "min": "179.723", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "208.856", "max": "212.569", "min": "208.363", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "147.255", "max": "151.421", "min": "146.218", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "152.057", "max": "153.772", "min": "151.745", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "233.828", "max": "234.938", "min": "233.571", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "237.61", "max": "240.59", "min": "237.304", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "423.31", "max": "426.941", "min": "422.509", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "307.98", "max": "327.798", "min": "264.65", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "166.812", "max": "172.918", "min": "166.122", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "217.27", "max": "220", "min": "216.664", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "166.594", "max": "169.286", "min": "166.308", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "346.627", "max": "680.065", "min": "334.594", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "251.663", "max": "253.655", "min": "249.165", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "164.096", "max": "166.225", "min": "163.698", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "187.366", "max": "195.263", "min": "186.099", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "287.994", "max": "316.588", "min": "285.743", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "91.019", "max": "93.973", "min": "90.382", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "366.906", "max": "369.412", "min": "366.422", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "240.098", "max": "243.582", "min": "239.567", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "189.443", "max": "192.433", "min": "189.123", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "154.572", "max": "158.644", "min": "154.118", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "183.13", "max": "183.768", "min": "182.947", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "221.683", "max": "223.535", "min": "221.206", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "224.851", "max": "231.179", "min": "224.032", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "202.746", "max": "205.428", "min": "200.822", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "303.976", "max": "305.936", "min": "303.543", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "223.787", "max": "225.64", "min": "222.605", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "209.732", "max": "212.627", "min": "209.276", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "240.63", "max": "243.733", "min": "240.192", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "155.827", "max": "158.033", "min": "155.389", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "421.991", "max": "425.551", "min": "419.709", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "318.839", "max": "318.839", "min": "318.839", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "146.7", "max": "149.288", "min": "146.45", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "162.501", "max": "163.527", "min": "162.307", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "238.615", "max": "240.589", "min": "237.866", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "167.685", "max": "186.982", "min": "159.606", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "175.163", "max": "178.097", "min": "174.906", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "319.541", "max": "322.585", "min": "319.059", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "222.229", "max": "224.069", "min": "221.777", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "239.856", "max": "244.037", "min": "239.128", "id": "42", "country": "South Africa", "source_name": "Cape Town", "destination_name": "Lansing", "destination_id": "295" } } }, "118": { "name": "Kampala", "data": { "0": { "avg": "385.702", "max": "386.989", "min": "385.296", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "447.03", "max": "447.975", "min": "446.657", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "244.771", "max": "245.626", "min": "244.327", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "185.692", "max": "193.426", "min": "184.553", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "163.501", "max": "164.582", "min": "162.925", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "396.808", "max": "398.33", "min": "396.129", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "154.583", "max": "182.394", "min": "152.891", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "453.887", "max": "491.977", "min": "448.837", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "204.863", "max": "207.558", "min": "204.342", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "210.879", "max": "213.303", "min": "210.284", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "147.713", "max": "151.601", "min": "146.997", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "285.055", "max": "285.987", "min": "284.596", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "232.643", "max": "234.729", "min": "232.213", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "243.209", "max": "244.12", "min": "242.831", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "253.491", "max": "254.86", "min": "253.032", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "258.646", "max": "260.238", "min": "258.282", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "160.619", "max": "161.577", "min": "160.133", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "249.252", "max": "250.637", "min": "248.832", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "153.522", "max": "154.717", "min": "153.051", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "192.019", "max": "193.088", "min": "191.666", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "449.66", "max": "451.679", "min": "449.115", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "268.259", "max": "283.807", "min": "267.149", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "299.34", "max": "301.605", "min": "298.881", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "317.662", "max": "318.804", "min": "316.99", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "202.425", "max": "203.533", "min": "201.658", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "185.698", "max": "188.741", "min": "185.136", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "153.584", "max": "154.977", "min": "152.95", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "187.265", "max": "188.433", "min": "186.951", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "172.272", "max": "173.506", "min": "171.743", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "288.213", "max": "289.603", "min": "287.66", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "331.986", "max": "333.266", "min": "331.515", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "189.037", "max": "189.742", "min": "188.624", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "294.56", "max": "297.108", "min": "293.986", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "209.417", "max": "232.464", "min": "207.531", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "167.938", "max": "174.915", "min": "167.006", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "323.766", "max": "333.929", "min": "322.852", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "313.154", "max": "321.996", "min": "312.256", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "317.721", "max": "318.806", "min": "317.269", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "262.88", "max": "264.699", "min": "262.32", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "231.406", "max": "234.273", "min": "230.931", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "86.438", "max": "90.033", "min": "85.514", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "164.745", "max": "167.593", "min": "164.118", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "199.312", "max": "200.111", "min": "198.694", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "192.365", "max": "217.701", "min": "190.675", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "361.254", "max": "362.541", "min": "360.859", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "179.165", "max": "180.609", "min": "178.511", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "180.384", "max": "181.576", "min": "180.104", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "322.312", "max": "323.547", "min": "321.688", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "411.801", "max": "414.222", "min": "411.011", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "277.035", "max": "277.721", "min": "276.633", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "255.067", "max": "256.16", "min": "254.646", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "327.754", "max": "329.288", "min": "327.113", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "227.305", "max": "244.893", "min": "206.656", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "256.411", "max": "257.452", "min": "256.115", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "273.726", "max": "284.022", "min": "270.093", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "323.485", "max": "324.97", "min": "323.05", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "193.824", "max": "196.869", "min": "192.639", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "516.069", "max": "518.771", "min": "515.462", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "192.808", "max": "195.996", "min": "191.704", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "161.434", "max": "165.568", "min": "160.702", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "193.597", "max": "196.61", "min": "192.746", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "199.891", "max": "216.266", "min": "198.243", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "318.581", "max": "328.01", "min": "316.632", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "423.491", "max": "435.343", "min": "422.383", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "206.99", "max": "210.436", "min": "206.613", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "195.329", "max": "196.591", "min": "194.853", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "252.239", "max": "256.05", "min": "251.657", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "212.849", "max": "213.722", "min": "212.323", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "414.958", "max": "417.578", "min": "413.972", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "284.825", "max": "289.872", "min": "284.258", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "360.017", "max": "361.847", "min": "359.233", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "309.005", "max": "311.405", "min": "308.244", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "331.3", "max": "335.357", "min": "330.711", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "263.764", "max": "264.744", "min": "263.381", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "212.462", "max": "214.35", "min": "211.779", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "183.087", "max": "184.359", "min": "182.637", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "246.004", "max": "248.156", "min": "245.271", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "315.21", "max": "317.496", "min": "314.833", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "263.498", "max": "264.603", "min": "263.052", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "270.027", "max": "270.972", "min": "269.556", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "303.532", "max": "305.075", "min": "303.067", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "246.042", "max": "247.506", "min": "245.436", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "246.122", "max": "250.618", "min": "245.102", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "304.51", "max": "305.697", "min": "304.055", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "285.996", "max": "287.049", "min": "285.551", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "215.835", "max": "217.323", "min": "215.021", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "192.776", "max": "194.476", "min": "192.165", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "266.474", "max": "275.24", "min": "265.828", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "245.207", "max": "247.083", "min": "244.499", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "181.65", "max": "183.83", "min": "181.046", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "274.749", "max": "276.114", "min": "273.91", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "305.889", "max": "307.654", "min": "305.215", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "195.795", "max": "197.26", "min": "195.157", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "438.965", "max": "440.399", "min": "438.354", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "237.429", "max": "237.976", "min": "237.046", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "280.8", "max": "282.871", "min": "280.301", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "306.092", "max": "314.195", "min": "305.062", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "300.768", "max": "308.011", "min": "299.692", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "296.441", "max": "299.247", "min": "295.967", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "261.782", "max": "262.429", "min": "261.352", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "272.44", "max": "274.511", "min": "271.845", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "321.86", "max": "323.826", "min": "321.176", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "216.298", "max": "218.619", "min": "215.493", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "465.506", "max": "470.694", "min": "464.527", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "268.544", "max": "271.487", "min": "267.864", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "490.796", "max": "526.611", "min": "478.431", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "351.123", "max": "355.809", "min": "350.599", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "230.463", "max": "231.741", "min": "230.098", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "257.974", "max": "259.321", "min": "257.482", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "330.721", "max": "333.955", "min": "330.033", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "513.121", "max": "519.262", "min": "512.262", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "421.921", "max": "422.745", "min": "421.404", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "251.521", "max": "254.219", "min": "251.145", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "22.426", "max": "24.868", "min": "21.674", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "441.191", "max": "569.923", "min": "291.972", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "319.899", "max": "399.809", "min": "246.717", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "0.023", "max": "0.119", "min": "0.017", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "397.578", "max": "404.38", "min": "396.882", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "279.682", "max": "280.978", "min": "279.312", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "261.727", "max": "263.094", "min": "261.212", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "281.717", "max": "283.182", "min": "281.088", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "347.1", "max": "492.282", "min": "266.874", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "318.981", "max": "321.752", "min": "318.28", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "200.656", "max": "369.275", "min": "193.772", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "194.226", "max": "195.633", "min": "193.714", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "167.349", "max": "168.139", "min": "166.908", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "252.821", "max": "254.733", "min": "251.779", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "9.209", "max": "9.975", "min": "8.8", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "185.497", "max": "187.391", "min": "184.891", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "334.467", "max": "337.714", "min": "333.782", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "255.138", "max": "256.721", "min": "254.595", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "254.979", "max": "255.956", "min": "254.507", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "259.853", "max": "261.049", "min": "259.286", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "510.522", "max": "511.92", "min": "509.605", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "289.375", "max": "290.623", "min": "288.92", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "240.213", "max": "241.573", "min": "239.729", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "301.192", "max": "310.558", "min": "300.003", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "289.342", "max": "292.42", "min": "288.564", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "279.486", "max": "280.509", "min": "279.009", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "231.285", "max": "232.484", "min": "230.626", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "197.86", "max": "201.754", "min": "197.28", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "354.614", "max": "358.801", "min": "353.707", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "199.503", "max": "200.654", "min": "198.891", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "175.353", "max": "176.25", "min": "174.853", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "336.285", "max": "340.651", "min": "335.673", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "171.049", "max": "180.175", "min": "170.22", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "198.411", "max": "200.638", "min": "197.61", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "286.036", "max": "287.898", "min": "285.406", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "179.026", "max": "182.08", "min": "178.37", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "167.171", "max": "168.186", "min": "166.819", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "169.795", "max": "180.161", "min": "167.978", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "418.029", "max": "419.555", "min": "417.634", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "194.637", "max": "197.183", "min": "194.198", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "161.078", "max": "175.11", "min": "159.585", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "254.018", "max": "255.138", "min": "253.445", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "332.496", "max": "333.626", "min": "332.142", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "207.289", "max": "210.801", "min": "206.241", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "457.607", "max": "504.993", "min": "449.349", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "290.048", "max": "291.714", "min": "289.487", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "419.663", "max": "519.038", "min": "413.056", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "289.626", "max": "290.861", "min": "289.057", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "544.807", "max": "545.607", "min": "544.228", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "208.928", "max": "210.543", "min": "208.369", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "251.978", "max": "253.158", "min": "251.562", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "268.358", "max": "277.074", "min": "267.304", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "63.756", "max": "65.071", "min": "63.397", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "239.314", "max": "240.161", "min": "238.926", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "309.002", "max": "313.241", "min": "308.103", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "231.505", "max": "234.02", "min": "230.975", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "246.603", "max": "247.605", "min": "246.238", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "257.883", "max": "261.713", "min": "257.253", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "174.848", "max": "176.212", "min": "174.091", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "292.046", "max": "317.52", "min": "288.344", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "186.483", "max": "187.976", "min": "185.938", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "167.201", "max": "175.807", "min": "166.244", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "194.254", "max": "217.042", "min": "192.862", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "147.386", "max": "149.703", "min": "146.871", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "181.355", "max": "184.167", "min": "180.948", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "210.135", "max": "211.396", "min": "209.548", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "208.028", "max": "210.253", "min": "207.306", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "222.348", "max": "230.112", "min": "221.463", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "165.768", "max": "167.488", "min": "165.231", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "154.369", "max": "156.247", "min": "153.667", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "173.869", "max": "175.535", "min": "173.324", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "165.778", "max": "166.965", "min": "165.294", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "181.285", "max": "182.701", "min": "180.806", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "188.636", "max": "193.508", "min": "187.962", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "189.358", "max": "191.481", "min": "188.341", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "212.878", "max": "269.501", "min": "178.772", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "172.445", "max": "181.972", "min": "171.756", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "205.19", "max": "208.946", "min": "204.334", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "195.804", "max": "196.648", "min": "195.234", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "216.528", "max": "219.203", "min": "215.821", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "164.363", "max": "166.337", "min": "163.882", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "359.134", "max": "360.213", "min": "358.595", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "171.175", "max": "172.382", "min": "170.674", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "207.953", "max": "210.695", "min": "207.039", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "189.769", "max": "211.963", "min": "188.577", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "316.421", "max": "323.089", "min": "314.647", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "233.918", "max": "236.176", "min": "233.375", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "188.061", "max": "192.954", "min": "187.171", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "180.532", "max": "184.2", "min": "179.605", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "167.806", "max": "171.571", "min": "167.26", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "457.152", "max": "470.389", "min": "453.415", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "224.387", "max": "229.564", "min": "223.513", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "251.159", "max": "262.216", "min": "216.002", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "295.376", "max": "301.416", "min": "294.694", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "170.413", "max": "179.895", "min": "169.26", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "296.378", "max": "298.138", "min": "295.797", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "322.194", "max": "324.361", "min": "321.367", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "211.461", "max": "214.508", "min": "210.899", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "210.742", "max": "211.557", "min": "210.328", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "180.63", "max": "182.904", "min": "179.765", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "167.582", "max": "169.2", "min": "166.758", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "269.214", "max": "272.141", "min": "268.606", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "288.426", "max": "290.783", "min": "287.973", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "412.509", "max": "585.326", "min": "406.038", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "236.688", "max": "237.366", "min": "236.375", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "201.359", "max": "204.502", "min": "200.672", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "236.736", "max": "238.088", "min": "236.292", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "188.197", "max": "191.07", "min": "187.593", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "348.442", "max": "353.123", "min": "347.872", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "284.091", "max": "288.046", "min": "281.02", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "184.728", "max": "185.709", "min": "184.272", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "199.905", "max": "207.767", "min": "199.007", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "288.276", "max": "291.379", "min": "287.05", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "173.67", "max": "186.783", "min": "172.588", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "404.264", "max": "407.481", "min": "403.474", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "214.596", "max": "245.243", "min": "212.991", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "191.434", "max": "193.321", "min": "190.813", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "171.093", "max": "233.371", "min": "168.441", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "177.525", "max": "179.481", "min": "176.959", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "235.35", "max": "237.589", "min": "234.556", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "247.617", "max": "265.024", "min": "246.658", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "200.202", "max": "206.875", "min": "198.508", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "331.094", "max": "335.769", "min": "329.719", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "237.411", "max": "239.644", "min": "236.302", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "217.849", "max": "219.804", "min": "217.385", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "269.519", "max": "378.61", "min": "264.935", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "189.573", "max": "192.128", "min": "189.039", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "385.237", "max": "387.235", "min": "384.76", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "330.382", "max": "330.382", "min": "330.382", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "151.248", "max": "154.385", "min": "150.791", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "176.585", "max": "177.233", "min": "176.29", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "268.311", "max": "269.776", "min": "267.721", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "200.641", "max": "211.289", "min": "192.134", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "182.891", "max": "187.163", "min": "182.379", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "271.67", "max": "296.313", "min": "269.913", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "251.57", "max": "255.49", "min": "250.957", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "242.383", "max": "254.111", "min": "241.471", "id": "118", "country": "Uganda", "source_name": "Kampala", "destination_name": "Lansing", "destination_id": "295" } } }, "131": { "name": "Nairobi", "data": { "0": { "avg": "355.38", "max": "359.08", "min": "355.015", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "413.374", "max": "415.336", "min": "412.872", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "255.587", "max": "256.613", "min": "255.329", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "263.018", "max": "278.699", "min": "261.977", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "244.396", "max": "245.023", "min": "244.063", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "399.115", "max": "399.476", "min": "398.932", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "160.347", "max": "162.507", "min": "159.865", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "409.598", "max": "416.952", "min": "408.476", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "211.865", "max": "212.333", "min": "211.523", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "196.515", "max": "197.88", "min": "196.156", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "173.728", "max": "174.4", "min": "173.485", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "271.058", "max": "272.073", "min": "270.715", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "249.837", "max": "250.126", "min": "249.593", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "250.177", "max": "252.77", "min": "249.756", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "248.98", "max": "250.114", "min": "248.605", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "250.638", "max": "252.183", "min": "250.162", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "157.077", "max": "158.284", "min": "156.71", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "295.362", "max": "296.509", "min": "295.086", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "251.632", "max": "252.338", "min": "251.374", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "190.158", "max": "190.709", "min": "189.995", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "428.548", "max": "429.211", "min": "428.319", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "299.032", "max": "307.833", "min": "298.569", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "297.885", "max": "298.474", "min": "297.6", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "314.524", "max": "314.885", "min": "314.299", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "187.943", "max": "189.526", "min": "187.591", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "173.089", "max": "174.123", "min": "172.871", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "149.171", "max": "151.056", "min": "148.858", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "170.859", "max": "171.12", "min": "170.681", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "164.627", "max": "165.645", "min": "164.325", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "290.239", "max": "291.212", "min": "289.875", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "309.725", "max": "310.049", "min": "309.541", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "197.857", "max": "198.962", "min": "197.637", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "286.638", "max": "287.56", "min": "286.361", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "186.498", "max": "187.053", "min": "186.246", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "159.676", "max": "161.966", "min": "159.216", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "252.987", "max": "255.123", "min": "252.543", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "321.438", "max": "327.186", "min": "321.029", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "287.077", "max": "287.355", "min": "286.758", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "244.188", "max": "244.917", "min": "243.924", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "207.996", "max": "209.445", "min": "207.538", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "80.185", "max": "81.84", "min": "79.847", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "253.414", "max": "254.237", "min": "252.94", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "197.568", "max": "200.34", "min": "197.072", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "188.239", "max": "188.721", "min": "187.994", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "297.579", "max": "300.349", "min": "297.263", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "181.239", "max": "181.967", "min": "180.781", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "164.844", "max": "165.275", "min": "164.58", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "364.959", "max": "366.015", "min": "364.584", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "380.179", "max": "381.01", "min": "379.79", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "254.953", "max": "258.131", "min": "254.61", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "239.508", "max": "239.912", "min": "239.247", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "298.398", "max": "299.965", "min": "298.102", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "217.928", "max": "229.122", "min": "205.567", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "257.623", "max": "258.227", "min": "257.374", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "264.946", "max": "275.936", "min": "261.168", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "343.003", "max": "343.533", "min": "342.666", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "199.403", "max": "201.661", "min": "198.445", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "458.793", "max": "462.79", "min": "458.432", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "181.914", "max": "182.909", "min": "181.561", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "165.437", "max": "166.529", "min": "165.221", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "185.916", "max": "189.757", "min": "185.171", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "202.251", "max": "219.118", "min": "200.616", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "199.37", "max": "289.655", "min": "190.59", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "418.106", "max": "418.493", "min": "417.868", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "200.472", "max": "201.233", "min": "199.981", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "187.409", "max": "189.332", "min": "187.082", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "295.128", "max": "296.158", "min": "294.93", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "199.895", "max": "200.266", "min": "199.562", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "391.453", "max": "392.982", "min": "390.752", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "319.176", "max": "320.582", "min": "318.849", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "364.256", "max": "365.071", "min": "363.988", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "302.137", "max": "302.493", "min": "301.861", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "322.552", "max": "325.401", "min": "322.186", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "263.615", "max": "263.881", "min": "263.429", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "196.036", "max": "196.776", "min": "195.824", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "175.221", "max": "175.421", "min": "174.961", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "298.494", "max": "319.127", "min": "297.571", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "285.958", "max": "288.894", "min": "285.498", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "255.842", "max": "257.678", "min": "255.301", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "246.772", "max": "247.997", "min": "246.546", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "301.723", "max": "302.265", "min": "301.531", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "247.136", "max": "251.443", "min": "246.562", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "229.149", "max": "237.431", "min": "228.391", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "296.878", "max": "297.248", "min": "296.667", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "263.524", "max": "263.809", "min": "263.303", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "224.753", "max": "226.165", "min": "224.277", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "159.401", "max": "161.859", "min": "158.977", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "312.146", "max": "312.76", "min": "311.984", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "270.372", "max": "298.311", "min": "269.124", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "155.618", "max": "157.255", "min": "155.274", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "266.996", "max": "267.926", "min": "266.153", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "297.859", "max": "298.468", "min": "297.55", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "187.679", "max": "188.401", "min": "187.446", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "426.545", "max": "428.241", "min": "426.263", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "228.601", "max": "229.947", "min": "228.169", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "258.702", "max": "259.224", "min": "258.373", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "296.232", "max": "296.538", "min": "296.021", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "287.425", "max": "293.774", "min": "286.46", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "307.446", "max": "312.85", "min": "306.924", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "311.368", "max": "311.616", "min": "311.174", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "246.251", "max": "247.069", "min": "245.976", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "279.399", "max": "280.908", "min": "278.994", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "199.401", "max": "200.457", "min": "199.071", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "554.753", "max": "570.791", "min": "532.983", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "271.08", "max": "271.423", "min": "270.815", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "484.879", "max": "518.506", "min": "470.228", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "321.705", "max": "325.095", "min": "321.335", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "232.884", "max": "234.226", "min": "232.619", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "324.727", "max": "329.254", "min": "324.335", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "354.251", "max": "359.554", "min": "353.299", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "196.34", "max": "197.165", "min": "196.059", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "421.449", "max": "421.957", "min": "421.214", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "215.926", "max": "216.148", "min": "215.717", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "110.503", "max": "113.671", "min": "109.942", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "431.197", "max": "556.254", "min": "268.249", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "382.574", "max": "457.063", "min": "311.259", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "9.71", "max": "24.996", "min": "8.65", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "370.625", "max": "372.394", "min": "370.274", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "303.355", "max": "304.623", "min": "303.054", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "275.449", "max": "277.297", "min": "274.998", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "267.922", "max": "273.789", "min": "267.204", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "335.785", "max": "482.823", "min": "258.957", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "324.891", "max": "325.549", "min": "324.463", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "200.173", "max": "350.646", "min": "192.478", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "185.452", "max": "185.968", "min": "185.263", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "176.796", "max": "178.447", "min": "176.148", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "214.851", "max": "217.64", "min": "213.043", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "0.04", "max": "0.069", "min": "0.021", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "175.342", "max": "178.22", "min": "174.925", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "362.262", "max": "363.534", "min": "362.002", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "264.584", "max": "266.64", "min": "264.363", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "239.479", "max": "239.879", "min": "239.195", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "253.8", "max": "254.382", "min": "253.488", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "448.649", "max": "450.282", "min": "447.785", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "264.483", "max": "269.125", "min": "264.105", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "316.108", "max": "316.597", "min": "315.819", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "275.616", "max": "284.75", "min": "273.762", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "266.181", "max": "266.594", "min": "265.863", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "265.977", "max": "267.214", "min": "265.557", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "244.881", "max": "247.168", "min": "244.405", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "262.616", "max": "267.889", "min": "262.182", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "268.74", "max": "279.632", "min": "267.855", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "190.869", "max": "191.317", "min": "190.525", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "171.39", "max": "174.771", "min": "170.942", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "310.646", "max": "326.725", "min": "308.582", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "246.332", "max": "248.398", "min": "245.751", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "190.126", "max": "192.103", "min": "189.807", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "274.572", "max": "276.289", "min": "274.264", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "151.377", "max": "152.022", "min": "151.184", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "178.619", "max": "179.261", "min": "178.337", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "173.949", "max": "186.731", "min": "172.591", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "405.574", "max": "406.55", "min": "405.28", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "200.647", "max": "202.298", "min": "200.394", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "152.18", "max": "152.534", "min": "151.88", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "233.929", "max": "240.304", "min": "233.139", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "293.768", "max": "295.895", "min": "293.241", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "184.506", "max": "187.254", "min": "183.983", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "229.02", "max": "279.48", "min": "220.821", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "273.246", "max": "275.211", "min": "272.898", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "405.542", "max": "467.054", "min": "399.241", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "367.652", "max": "368.029", "min": "367.444", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "514.832", "max": "516.183", "min": "514.295", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "184.121", "max": "184.532", "min": "183.895", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "227.92", "max": "228.311", "min": "227.65", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "247.226", "max": "248.663", "min": "246.697", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "56.311", "max": "60.054", "min": "55.978", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "232.557", "max": "250.173", "min": "231.788", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "340.113", "max": "340.407", "min": "339.891", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "238.37", "max": "238.903", "min": "238.152", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "237.332", "max": "244.384", "min": "236.808", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "301.608", "max": "304.222", "min": "301.374", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "169.624", "max": "172.967", "min": "169.008", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "296.314", "max": "296.502", "min": "296.18", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "179.192", "max": "180.162", "min": "178.834", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "242.875", "max": "243.849", "min": "242.518", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "173.297", "max": "184.948", "min": "172.512", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "137.515", "max": "137.842", "min": "137.342", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "180.417", "max": "181.365", "min": "180.051", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "196.997", "max": "198.349", "min": "196.652", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "193.732", "max": "195.319", "min": "193.451", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "209.663", "max": "211.076", "min": "209.37", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "156.568", "max": "156.892", "min": "156.346", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "161.121", "max": "163.894", "min": "160.694", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "155.657", "max": "156.126", "min": "155.457", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "158.069", "max": "158.48", "min": "157.814", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "196.805", "max": "197.428", "min": "196.525", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "198.219", "max": "212.618", "min": "197.093", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "253.412", "max": "255.75", "min": "252.737", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "181.663", "max": "200.127", "min": "170.114", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "165.388", "max": "165.786", "min": "165.072", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "188.335", "max": "189.199", "min": "188.099", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "190.136", "max": "223.176", "min": "187.665", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "202.77", "max": "205.023", "min": "202.153", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "153.525", "max": "155.858", "min": "152.98", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "350.015", "max": "376.172", "min": "348.752", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "169.04", "max": "170.132", "min": "168.765", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "199.746", "max": "200.596", "min": "199.199", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "204.11", "max": "205.028", "min": "203.869", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "370.615", "max": "374.79", "min": "369.249", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "283.423", "max": "284.507", "min": "283.18", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "169.684", "max": "174.498", "min": "169.193", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "247.299", "max": "250.404", "min": "246.63", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "144.893", "max": "145.193", "min": "144.594", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "445.855", "max": "446.246", "min": "445.56", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "219.577", "max": "231.844", "min": "218.112", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "275.433", "max": "298.002", "min": "200.334", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "300.735", "max": "301.312", "min": "300.477", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "165.202", "max": "165.786", "min": "164.945", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "287.958", "max": "288.606", "min": "287.633", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "301.808", "max": "305.671", "min": "301.379", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "191.266", "max": "192.841", "min": "190.827", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "201.608", "max": "202.324", "min": "201.303", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "173.271", "max": "175.373", "min": "172.699", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "174.623", "max": "176.836", "min": "174.035", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "250.181", "max": "250.818", "min": "249.969", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "274.408", "max": "274.656", "min": "274.218", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "365.729", "max": "366.806", "min": "365.238", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "236.243", "max": "236.697", "min": "236.023", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "193.644", "max": "195.81", "min": "193.272", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "318.91", "max": "319.813", "min": "318.669", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "234.282", "max": "234.626", "min": "234.013", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "358.279", "max": "362.964", "min": "357.76", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "261.381", "max": "264.831", "min": "258.96", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "164.615", "max": "164.896", "min": "164.417", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "208.385", "max": "210.111", "min": "207.59", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "285.727", "max": "299.426", "min": "284.414", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "165.787", "max": "167.254", "min": "165.358", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "390.503", "max": "391.04", "min": "390.18", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "235.172", "max": "236.114", "min": "234.881", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "157.255", "max": "157.465", "min": "157.011", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "173.707", "max": "175.995", "min": "173.313", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "171.468", "max": "171.813", "min": "171.252", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "255.084", "max": "258.38", "min": "254.407", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "251.979", "max": "257.183", "min": "251.54", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "191.4", "max": "199.854", "min": "189.437", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "326.045", "max": "327.385", "min": "324.861", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "244.772", "max": "246.076", "min": "243.765", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "200.326", "max": "201.478", "min": "200.075", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "255.135", "max": "255.528", "min": "254.928", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "173.36", "max": "177.381", "min": "172.729", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "368.917", "max": "369.806", "min": "364.032", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "339.1", "max": "339.1", "min": "339.1", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "157.991", "max": "158.992", "min": "157.685", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "168.983", "max": "169.671", "min": "168.81", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "245.717", "max": "246.925", "min": "245.427", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "188.441", "max": "206.577", "min": "180.665", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "187.978", "max": "188.804", "min": "187.684", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "284.003", "max": "285.028", "min": "283.621", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "241.826", "max": "243.301", "min": "241.403", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "253.87", "max": "259.638", "min": "252.694", "id": "131", "country": "Kenya", "source_name": "Nairobi", "destination_name": "Lansing", "destination_id": "295" } } }, "175": { "name": "Johannesburg", "data": { "0": { "avg": "259.436", "max": "259.6", "min": "259.327", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "431.418", "max": "435.082", "min": "431.085", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "255.262", "max": "255.553", "min": "255.175", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "187.058", "max": "194.052", "min": "186.439", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "168.64", "max": "168.91", "min": "168.454", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "395.596", "max": "395.769", "min": "395.518", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "182.186", "max": "182.387", "min": "182.003", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "443.914", "max": "456.155", "min": "442.944", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "221.164", "max": "221.744", "min": "221.005", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "190.15", "max": "194.351", "min": "189.799", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "156.604", "max": "157.095", "min": "156.385", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "271.703", "max": "289.538", "min": "270.795", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "227.727", "max": "227.865", "min": "227.598", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "244.577", "max": "244.802", "min": "244.508", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "267.616", "max": "268.822", "min": "267.476", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "252.385", "max": "253.069", "min": "252.058", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "164.423", "max": "164.957", "min": "164.228", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "247.897", "max": "247.97", "min": "247.84", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "166.822", "max": "167.011", "min": "166.668", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "186.727", "max": "186.825", "min": "186.654", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "453.408", "max": "453.51", "min": "453.269", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "246.739", "max": "246.822", "min": "246.644", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "310.204", "max": "310.638", "min": "310.08", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "300.552", "max": "303.782", "min": "300.223", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "193.223", "max": "194.023", "min": "192.993", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "182.341", "max": "182.441", "min": "182.231", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "189.769", "max": "192.145", "min": "189.492", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "185.339", "max": "185.753", "min": "185.162", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "174.493", "max": "174.616", "min": "174.432", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "286.453", "max": "287.552", "min": "286.169", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "345.416", "max": "345.613", "min": "345.279", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "195.002", "max": "195.311", "min": "194.89", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "306.323", "max": "309.563", "min": "306.07", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "211.319", "max": "211.526", "min": "211.201", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "182.946", "max": "184.866", "min": "182.659", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "282.35", "max": "285.724", "min": "281.843", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "300.13", "max": "300.429", "min": "300.048", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "323.517", "max": "323.751", "min": "323.325", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "271.141", "max": "271.301", "min": "271.011", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "250.647", "max": "250.831", "min": "250.45", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "20.207", "max": "22.678", "min": "19.652", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "175.273", "max": "177.802", "min": "174.841", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "214.839", "max": "215.046", "min": "214.696", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "189.405", "max": "190.592", "min": "189.237", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "358.343", "max": "358.485", "min": "358.25", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "189.02", "max": "189.639", "min": "188.546", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "200.4", "max": "201.089", "min": "200.274", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "321.926", "max": "322.189", "min": "321.769", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "407.369", "max": "407.664", "min": "407.153", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "281.841", "max": "281.912", "min": "281.777", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "234.212", "max": "234.578", "min": "234.038", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "322.803", "max": "323.029", "min": "322.669", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "218.997", "max": "251.578", "min": "176.466", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "252.512", "max": "253.079", "min": "252.36", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "286.688", "max": "299.894", "min": "282.963", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "280.829", "max": "281.233", "min": "280.588", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "198.198", "max": "199.61", "min": "197.3", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "465.803", "max": "465.982", "min": "465.691", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "214.578", "max": "215.694", "min": "214.269", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "173.752", "max": "174.166", "min": "173.637", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "208.969", "max": "210.787", "min": "208.514", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "223.026", "max": "247.353", "min": "221.085", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "238.978", "max": "268.747", "min": "236.731", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "281.469", "max": "281.596", "min": "281.357", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "211.303", "max": "211.426", "min": "211.134", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "206.533", "max": "206.971", "min": "206.383", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "230.973", "max": "231.538", "min": "230.841", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "223.248", "max": "223.528", "min": "222.958", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "409.708", "max": "411.295", "min": "409.171", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "273.197", "max": "275.049", "min": "272.969", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "267.785", "max": "271.527", "min": "267.411", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "302.319", "max": "303.929", "min": "302.043", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "320.085", "max": "323.867", "min": "319.627", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "252.264", "max": "252.365", "min": "252.187", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "196.215", "max": "197.461", "min": "195.93", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "177.432", "max": "177.691", "min": "177.237", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "244.466", "max": "244.66", "min": "244.346", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "293.931", "max": "294.566", "min": "293.749", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "251.896", "max": "255.468", "min": "251.526", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "242.056", "max": "242.956", "min": "241.862", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "283.196", "max": "283.451", "min": "282.894", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "243.458", "max": "244.018", "min": "243.161", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "282.493", "max": "290.482", "min": "281.343", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "294.05", "max": "294.277", "min": "293.922", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "276.01", "max": "276.263", "min": "275.926", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "218.621", "max": "219.686", "min": "218.267", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "175.123", "max": "175.726", "min": "174.925", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "266.274", "max": "266.677", "min": "266.16", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "267.377", "max": "269.215", "min": "267.179", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "166.864", "max": "169.542", "min": "166.591", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "267.358", "max": "268.722", "min": "266.724", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "319.328", "max": "319.717", "min": "319.177", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "195.382", "max": "195.457", "min": "195.33", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "409.155", "max": "412.203", "min": "408.925", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "234.666", "max": "235.844", "min": "234.549", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "266.4", "max": "266.809", "min": "266.143", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "316.516", "max": "316.819", "min": "316.256", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "299.066", "max": "314.566", "min": "297.99", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "315.413", "max": "315.88", "min": "315.293", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "245.511", "max": "247.937", "min": "245.321", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "272.654", "max": "272.827", "min": "272.551", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "310.046", "max": "310.266", "min": "309.927", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "215.342", "max": "215.656", "min": "215.189", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "457.145", "max": "458.832", "min": "456.609", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "266.018", "max": "267.213", "min": "265.766", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "503.495", "max": "539.728", "min": "489.001", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "334.655", "max": "336.271", "min": "334.413", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "237.902", "max": "238.074", "min": "237.72", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "259.795", "max": "259.98", "min": "259.686", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "286.326", "max": "289.334", "min": "285.287", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "211.888", "max": "212.302", "min": "211.768", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "409.947", "max": "410.147", "min": "409.824", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "242.336", "max": "242.482", "min": "242.246", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "48.919", "max": "49.638", "min": "48.712", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "464.192", "max": "590.239", "min": "303.106", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "305.118", "max": "378.929", "min": "238.17", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "64.407", "max": "76.195", "min": "63.308", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "298.018", "max": "298.865", "min": "297.859", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "268.231", "max": "268.429", "min": "268.127", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "267.977", "max": "268.985", "min": "267.586", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "263.001", "max": "264.085", "min": "262.803", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "330.306", "max": "481.707", "min": "248.961", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "342.426", "max": "343.255", "min": "341.943", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "211.939", "max": "387.003", "min": "200.727", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "204.699", "max": "204.884", "min": "204.555", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "199.625", "max": "200.38", "min": "199.121", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "241.626", "max": "242.322", "min": "240.753", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "56.233", "max": "56.494", "min": "56.09", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "210.619", "max": "216.387", "min": "210.227", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "328.86", "max": "330.506", "min": "328.735", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "267.589", "max": "267.837", "min": "267.5", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "258.175", "max": "258.611", "min": "258.028", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "247.688", "max": "247.985", "min": "247.472", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "460.677", "max": "461.366", "min": "460.086", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "290.924", "max": "291.38", "min": "290.836", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "230.407", "max": "230.572", "min": "230.244", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "272.782", "max": "277.386", "min": "272.248", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "262.184", "max": "262.354", "min": "262.041", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "259.946", "max": "260.136", "min": "259.835", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "230.678", "max": "230.802", "min": "230.574", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "188.404", "max": "188.874", "min": "188.264", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "323.119", "max": "324.427", "min": "322.803", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "212.568", "max": "213.077", "min": "212.353", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "185.891", "max": "186.06", "min": "185.68", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "327.59", "max": "331.003", "min": "327.165", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "182.038", "max": "182.756", "min": "181.907", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "198.311", "max": "201.484", "min": "198.058", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "309.211", "max": "309.707", "min": "309.061", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "163.125", "max": "163.726", "min": "163", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "161.261", "max": "161.332", "min": "161.206", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "185.613", "max": "205.432", "min": "183.519", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "406.033", "max": "406.327", "min": "405.944", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "202.005", "max": "204.456", "min": "201.77", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "169.263", "max": "179.368", "min": "168.401", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "244.032", "max": "244.525", "min": "243.565", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "290.236", "max": "290.589", "min": "289.964", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "208.582", "max": "209.996", "min": "208.328", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "270.709", "max": "310.94", "min": "263.2", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "268.169", "max": "268.367", "min": "267.987", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "397.46", "max": "493.177", "min": "390.791", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "294.728", "max": "294.902", "min": "294.636", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "549.352", "max": "549.612", "min": "549.005", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "198.94", "max": "199.135", "min": "198.764", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "237.372", "max": "237.917", "min": "237.22", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "269.025", "max": "269.213", "min": "268.902", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "0.033", "max": "0.062", "min": "0.024", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "253.439", "max": "253.709", "min": "253.332", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "284.835", "max": "285.3", "min": "284.675", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "239.238", "max": "242.199", "min": "233.548", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "231.478", "max": "231.67", "min": "231.345", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "241.259", "max": "241.309", "min": "241.208", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "187.798", "max": "188.227", "min": "187.573", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "292.032", "max": "292.138", "min": "291.955", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "175.197", "max": "176.343", "min": "175.055", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "183.179", "max": "183.548", "min": "182.887", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "196.835", "max": "197.029", "min": "196.732", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "170.85", "max": "171.057", "min": "170.788", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "164.522", "max": "165.04", "min": "164.26", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "209.306", "max": "211.086", "min": "209.144", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "205.84", "max": "205.989", "min": "205.747", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "231.418", "max": "236.515", "min": "231.138", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "195.675", "max": "195.828", "min": "195.538", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "183.134", "max": "184.866", "min": "182.76", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "174.386", "max": "174.528", "min": "174.294", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "182.366", "max": "182.617", "min": "182.212", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "187.618", "max": "188.134", "min": "187.511", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "217.503", "max": "217.736", "min": "217.242", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "189.29", "max": "191.628", "min": "188.717", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "209.717", "max": "262.797", "min": "180.246", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "156.592", "max": "156.686", "min": "156.516", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "211.833", "max": "212.272", "min": "211.661", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "197.998", "max": "199.264", "min": "197.812", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "207.406", "max": "208.015", "min": "206.995", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "169.92", "max": "186.295", "min": "169.112", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "285.642", "max": "288.895", "min": "284.845", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "186.061", "max": "186.946", "min": "185.865", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "221.682", "max": "222.188", "min": "221.495", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "189.079", "max": "189.188", "min": "189.005", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "324.96", "max": "329.123", "min": "323.784", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "218.175", "max": "218.383", "min": "218.048", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "164.42", "max": "164.989", "min": "164.265", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "180.1", "max": "183.356", "min": "179.64", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "181.619", "max": "181.91", "min": "181.323", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "451.353", "max": "463.954", "min": "448.763", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "241.423", "max": "243.043", "min": "241.034", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "250.916", "max": "257.442", "min": "219.667", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "312.602", "max": "312.937", "min": "312.417", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "165.718", "max": "165.967", "min": "165.644", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "300.944", "max": "301.136", "min": "300.779", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "308.307", "max": "308.452", "min": "308.205", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "212.653", "max": "213.05", "min": "212.484", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "226.096", "max": "226.986", "min": "225.803", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "167.456", "max": "168.451", "min": "167.082", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "183.81", "max": "185.042", "min": "183.472", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "259.096", "max": "259.414", "min": "259.03", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "276.322", "max": "276.436", "min": "276.247", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "360.143", "max": "360.404", "min": "359.954", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "245.122", "max": "248.646", "min": "244.821", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "198.144", "max": "198.369", "min": "198.013", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "235.455", "max": "235.517", "min": "235.373", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "193.817", "max": "193.997", "min": "193.716", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "383.528", "max": "696.422", "min": "372.578", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "291.945", "max": "295.749", "min": "288.877", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "188.094", "max": "188.219", "min": "188.002", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "211.106", "max": "217.445", "min": "209.947", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "306.149", "max": "310.628", "min": "304.984", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "154.213", "max": "155.429", "min": "153.794", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "419.135", "max": "419.334", "min": "418.942", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "268.943", "max": "269.496", "min": "268.804", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "196.607", "max": "196.735", "min": "196.542", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "184.535", "max": "184.739", "min": "184.432", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "191.383", "max": "191.503", "min": "191.301", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "243.605", "max": "247.793", "min": "243.086", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "251.52", "max": "251.698", "min": "251.359", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "208.231", "max": "210.81", "min": "206.347", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "328.084", "max": "332.033", "min": "327.039", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "252.044", "max": "254.088", "min": "250.632", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "222.375", "max": "223.788", "min": "222.149", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "251.374", "max": "251.653", "min": "251.138", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "179.868", "max": "181.806", "min": "179.594", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "312.929", "max": "316.202", "min": "312.623", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "341.751", "max": "341.751", "min": "341.751", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "160.197", "max": "160.37", "min": "160.118", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "180.111", "max": "180.276", "min": "180.025", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "257.648", "max": "258.189", "min": "257.382", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "193.401", "max": "202.176", "min": "185.828", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "198.169", "max": "198.774", "min": "198.052", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "332.914", "max": "334.7", "min": "332.081", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "253.448", "max": "254.509", "min": "253.107", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "253.944", "max": "259.1", "min": "252.875", "id": "175", "country": "South Africa", "source_name": "Johannesburg", "destination_name": "Lansing", "destination_id": "295" } } }, "243": { "name": "Lagos", "data": { "0": { "avg": "127.932", "max": "128.186", "min": "127.649", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "409.071", "max": "409.608", "min": "408.748", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "220.891", "max": "223.167", "min": "220.437", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "123.321", "max": "133.329", "min": "122.363", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "100.975", "max": "101.989", "min": "100.638", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "326.409", "max": "327.161", "min": "326.054", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "230.332", "max": "230.871", "min": "229.959", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "415.438", "max": "424.171", "min": "414.383", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "147.955", "max": "148.304", "min": "147.57", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "122.54", "max": "130.342", "min": "121.881", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "97.347", "max": "100.063", "min": "96.883", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "210.526", "max": "233.573", "min": "209.504", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "165.088", "max": "165.566", "min": "164.682", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "246.641", "max": "247.077", "min": "246.29", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "187.559", "max": "188.194", "min": "187.2", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "210.423", "max": "211.939", "min": "209.715", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "228.532", "max": "229.241", "min": "228.085", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "181.599", "max": "182.141", "min": "181.187", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "116.817", "max": "117.231", "min": "116.524", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "252.331", "max": "252.97", "min": "252.014", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "413.305", "max": "413.717", "min": "412.988", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "197.02", "max": "210.843", "min": "196.18", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "254.568", "max": "254.929", "min": "254.332", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "258.316", "max": "259.651", "min": "258", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "133.026", "max": "133.933", "min": "132.667", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "117.949", "max": "118.393", "min": "117.666", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "108.911", "max": "111.01", "min": "108.449", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "124.098", "max": "124.635", "min": "123.842", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "115.892", "max": "116.63", "min": "115.585", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "234.305", "max": "236.683", "min": "233.765", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "385.743", "max": "387.043", "min": "385.392", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "261.504", "max": "262.038", "min": "261.009", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "231.174", "max": "243.818", "min": "230.369", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "142.159", "max": "142.915", "min": "141.732", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "121.194", "max": "122.138", "min": "120.75", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "266.328", "max": "304.488", "min": "264.448", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "283.36", "max": "284.272", "min": "283.039", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "239.248", "max": "239.629", "min": "238.971", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "292.21", "max": "293.338", "min": "291.85", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "278.734", "max": "280.085", "min": "278.157", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "91.081", "max": "96.197", "min": "90.229", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "117.345", "max": "119.409", "min": "116.682", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "69.932", "max": "70.225", "min": "69.542", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "131.993", "max": "133.727", "min": "131.563", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "224.655", "max": "224.948", "min": "224.358", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "130.285", "max": "131.292", "min": "129.668", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "130.06", "max": "130.485", "min": "129.651", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "228.638", "max": "229.177", "min": "228.234", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "188.569", "max": "192.389", "min": "187.849", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "255.526", "max": "256.168", "min": "255.007", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "172.376", "max": "173.52", "min": "171.98", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "299.936", "max": "300.424", "min": "299.597", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "107.347", "max": "191.211", "min": "98.909", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "246.682", "max": "253.545", "min": "244.123", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "360.279", "max": "374.424", "min": "353.856", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "276.14", "max": "277.094", "min": "275.778", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "111.287", "max": "112.688", "min": "110.433", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "401.699", "max": "402.008", "min": "401.446", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "130.118", "max": "133.584", "min": "129.451", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "107.79", "max": "108.55", "min": "107.423", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "160.333", "max": "161.798", "min": "159.615", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "155.533", "max": "191.145", "min": "151.799", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "262.605", "max": "285.307", "min": "260.787", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "327.214", "max": "328.143", "min": "326.855", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "144.097", "max": "144.897", "min": "143.687", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "263.411", "max": "263.939", "min": "263.019", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "208.019", "max": "208.539", "min": "207.635", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "152.783", "max": "153.277", "min": "152.427", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "258.715", "max": "260.989", "min": "257.818", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "234.564", "max": "235.098", "min": "234.109", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "297.877", "max": "299.891", "min": "297.282", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "280.412", "max": "280.785", "min": "279.902", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "231.311", "max": "235.674", "min": "230.651", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "194.306", "max": "195.539", "min": "193.912", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "134.777", "max": "135.911", "min": "134.297", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "245.311", "max": "246.058", "min": "244.94", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "189.243", "max": "189.732", "min": "188.973", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "228.994", "max": "230.312", "min": "228.533", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "254.725", "max": "263.496", "min": "254.032", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "200.538", "max": "200.922", "min": "200.107", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "233.454", "max": "235.144", "min": "232.907", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "170.648", "max": "171.364", "min": "170.235", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "326.306", "max": "327.2", "min": "325.916", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "227.85", "max": "230.393", "min": "227.455", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "226.974", "max": "227.394", "min": "226.709", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "159.899", "max": "160.887", "min": "159.287", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "106.356", "max": "114.427", "min": "105.517", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "269.7", "max": "271.045", "min": "269.314", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "216.009", "max": "216.356", "min": "215.807", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.835", "max": "105.523", "min": "102.379", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "304.837", "max": "306.698", "min": "303.894", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "334.458", "max": "337.187", "min": "333.9", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "110.204", "max": "110.582", "min": "109.805", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "338.94", "max": "339.267", "min": "338.593", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "217.796", "max": "218.098", "min": "217.476", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "224.94", "max": "225.723", "min": "224.465", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "223.478", "max": "224.091", "min": "223.089", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "249.927", "max": "258.548", "min": "248.63", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "285.985", "max": "286.597", "min": "285.65", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "214.015", "max": "216.599", "min": "213.467", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "310.641", "max": "311.071", "min": "310.364", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "336.922", "max": "337.865", "min": "336.546", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "274.676", "max": "275.731", "min": "274.227", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "461.522", "max": "463.973", "min": "460.701", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "300.745", "max": "301.564", "min": "300.381", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "395.161", "max": "395.566", "min": "394.682", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "266.858", "max": "268.477", "min": "266.399", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "202.626", "max": "203.214", "min": "202.148", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "254.325", "max": "255.964", "min": "253.788", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "219.266", "max": "220.062", "min": "218.894", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "345.139", "max": "345.942", "min": "344.77", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "331.343", "max": "335.623", "min": "325.417", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "209.57", "max": "214.479", "min": "208.706", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "203.511", "max": "218.5", "min": "202.373", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "450.85", "max": "575.264", "min": "285.525", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "237.785", "max": "342.254", "min": "172.462", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "173.562", "max": "179.119", "min": "172.823", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "325.476", "max": "327.248", "min": "325.012", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "218.825", "max": "219.66", "min": "218.373", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "247.632", "max": "248.527", "min": "247.089", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "211.048", "max": "217.337", "min": "210.156", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "263.468", "max": "417.984", "min": "186.078", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "231.303", "max": "231.914", "min": "230.866", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "135.834", "max": "276.531", "min": "130.16", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "135.461", "max": "135.971", "min": "135.06", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "125.701", "max": "126.474", "min": "125.119", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "210.023", "max": "211.231", "min": "209.542", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "165.946", "max": "166.496", "min": "165.32", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "221.946", "max": "225.501", "min": "221.509", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "292.827", "max": "296.053", "min": "292.418", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "298.9", "max": "299.367", "min": "298.436", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "227.143", "max": "233.128", "min": "226.637", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "183.12", "max": "183.424", "min": "182.747", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "390.009", "max": "391.703", "min": "389.223", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "306.111", "max": "306.874", "min": "305.71", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "216.68", "max": "217.705", "min": "216.273", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "265.86", "max": "273.377", "min": "263.748", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "217.158", "max": "219.42", "min": "216.653", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "202.583", "max": "203.367", "min": "202.203", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "212.801", "max": "214.606", "min": "212.362", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "122.721", "max": "123.498", "min": "122.447", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.208", "max": "250.836", "min": "249.739", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "136.183", "max": "136.623", "min": "135.858", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "125.281", "max": "126.088", "min": "124.849", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "276.176", "max": "287.48", "min": "275.151", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "111.148", "max": "111.866", "min": "110.641", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "133.299", "max": "140.397", "min": "132.449", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "321.468", "max": "327.949", "min": "319.591", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "98.477", "max": "99.251", "min": "98.136", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "236.828", "max": "237.153", "min": "236.526", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "248.984", "max": "273.566", "min": "246.49", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "335.669", "max": "336.945", "min": "335.327", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "133.61", "max": "134.321", "min": "133.245", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "100.829", "max": "101.959", "min": "100.501", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "243.596", "max": "243.969", "min": "243.314", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "240.317", "max": "245.535", "min": "239.527", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "132.034", "max": "132.758", "min": "131.61", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "325.607", "max": "366.93", "min": "319.494", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "277.258", "max": "278.539", "min": "276.805", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "195.221", "max": "295.109", "min": "189.254", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "237.106", "max": "239.28", "min": "236.759", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "674.919", "max": "675.687", "min": "674.451", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "233.961", "max": "234.532", "min": "233.59", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "209.657", "max": "210.305", "min": "209.138", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "199.537", "max": "200.579", "min": "199.237", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "154.31", "max": "155.099", "min": "154.025", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "280.718", "max": "281.2", "min": "280.359", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "254.436", "max": "255.252", "min": "254.054", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "291.577", "max": "293.893", "min": "290.908", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "193.774", "max": "194.405", "min": "193.359", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "204.118", "max": "204.908", "min": "203.808", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "101.756", "max": "104.805", "min": "101.115", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "235.625", "max": "236.456", "min": "235.258", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "106.645", "max": "107.511", "min": "106.309", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "250.565", "max": "252.214", "min": "250.101", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "262.398", "max": "285.86", "min": "260.837", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "108.851", "max": "109.899", "min": "108.523", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "101.576", "max": "102.587", "min": "101.079", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "161.777", "max": "162.973", "min": "161.331", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "140.161", "max": "140.701", "min": "139.828", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "244.257", "max": "245.214", "min": "243.871", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "135.803", "max": "138.158", "min": "135.3", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "236.026", "max": "236.408", "min": "235.663", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "108.572", "max": "109.016", "min": "108.27", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "104.19", "max": "104.486", "min": "103.932", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "126.643", "max": "133.36", "min": "126.047", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "353.525", "max": "354.17", "min": "353.24", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "116.516", "max": "154.392", "min": "114.125", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "126.602", "max": "139.91", "min": "112.951", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "97.007", "max": "97.664", "min": "96.627", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "341.663", "max": "342.417", "min": "341.213", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "133.664", "max": "189.361", "min": "130.698", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "135.012", "max": "136.189", "min": "134.512", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "232.548", "max": "233.677", "min": "232.002", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "295.201", "max": "296.28", "min": "294.907", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "115.272", "max": "116.115", "min": "114.884", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "139.867", "max": "140.426", "min": "139.594", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "128.951", "max": "129.762", "min": "128.513", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "234.717", "max": "241.943", "min": "232.96", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "152.288", "max": "153.085", "min": "151.971", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "111.035", "max": "113.175", "min": "110.55", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "118.316", "max": "118.756", "min": "118.027", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "105.438", "max": "106.249", "min": "105.1", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "372.404", "max": "373.317", "min": "371.978", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "212.359", "max": "216.833", "min": "211.103", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "379.83", "max": "395.84", "min": "372.145", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "329.216", "max": "330.539", "min": "328.616", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "114.491", "max": "114.781", "min": "114.083", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "334.238", "max": "334.733", "min": "333.77", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "289.394", "max": "290.693", "min": "289.028", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "131.188", "max": "131.628", "min": "130.893", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "156.842", "max": "157.938", "min": "156.478", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "100.626", "max": "101.732", "min": "100.139", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "107.318", "max": "109.098", "min": "106.875", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "298.08", "max": "299.085", "min": "297.748", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "301.778", "max": "302.343", "min": "301.508", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "256.825", "max": "257.769", "min": "256.475", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "218.296", "max": "218.894", "min": "217.946", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "112.685", "max": "113.235", "min": "112.437", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "217.437", "max": "218.258", "min": "217.004", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "116.914", "max": "121.315", "min": "116.461", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "181.539", "max": "184.103", "min": "181.039", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "292.807", "max": "295.276", "min": "289.198", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "256.51", "max": "257.101", "min": "256.192", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "116.459", "max": "118.692", "min": "115.635", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "245.28", "max": "258.564", "min": "243.859", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "0.069", "max": "0.209", "min": "0.033", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "378.559", "max": "379.328", "min": "378.2", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "190.739", "max": "192.199", "min": "190.419", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "267.566", "max": "268.138", "min": "267.203", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "118.503", "max": "119.178", "min": "118.198", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "289.793", "max": "290.425", "min": "289.445", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "220.762", "max": "223.936", "min": "220.141", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "284.938", "max": "285.331", "min": "284.584", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "153.893", "max": "160.922", "min": "152.276", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "263.581", "max": "265.267", "min": "262.313", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "286.401", "max": "288.247", "min": "285.395", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "160.335", "max": "167.197", "min": "159.63", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "204.01", "max": "205.068", "min": "203.45", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "117.256", "max": "120.175", "min": "116.595", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "287.049", "max": "290.33", "min": "284.875", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "404.695", "max": "404.695", "min": "404.695", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "100.611", "max": "101.495", "min": "100.205", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "111.895", "max": "113.229", "min": "111.5", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "192.282", "max": "192.519", "min": "191.976", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "123.313", "max": "135.957", "min": "114.655", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "260.314", "max": "260.746", "min": "260.001", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "250.903", "max": "251.935", "min": "250.491", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "183.429", "max": "184.353", "min": "182.87", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "300.001", "max": "300.939", "min": "299.579", "id": "243", "country": "Nigeria", "source_name": "Lagos", "destination_name": "Lansing", "destination_id": "295" } } }, "285": { "name": "Accra", "data": { "0": { "avg": "307.425", "max": "373.738", "min": "304.892", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "363.172", "max": "364.868", "min": "362.762", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "180.87", "max": "189.745", "min": "180.385", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "129.459", "max": "137.214", "min": "128.497", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "107.518", "max": "115.874", "min": "106.745", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "323.642", "max": "324.801", "min": "323.415", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "104.163", "max": "104.87", "min": "104.001", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "396.888", "max": "413.383", "min": "395.529", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "149.642", "max": "151.421", "min": "149.384", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "125.713", "max": "128.277", "min": "125.387", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "96.356", "max": "97.654", "min": "96.061", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "204.286", "max": "224.769", "min": "203.31", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "163.211", "max": "163.622", "min": "163.006", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "163.15", "max": "164.785", "min": "162.805", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "199.514", "max": "205.408", "min": "199.015", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "171.142", "max": "172.74", "min": "170.669", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "131.161", "max": "222.424", "min": "127.419", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "187.532", "max": "192.68", "min": "187.153", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "107.408", "max": "147.457", "min": "105.813", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "126.022", "max": "126.932", "min": "125.833", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "395.399", "max": "397", "min": "395.027", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "182.753", "max": "185.36", "min": "182.364", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "234.044", "max": "311.847", "min": "230.429", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "235.729", "max": "249.046", "min": "234.772", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "127.721", "max": "128.904", "min": "127.452", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "119.25", "max": "138.084", "min": "117.891", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "125.905", "max": "127.391", "min": "125.514", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "128.383", "max": "129.345", "min": "128.11", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "112.949", "max": "114.586", "min": "112.627", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "223.949", "max": "225.631", "min": "223.556", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "266.416", "max": "267.935", "min": "266.031", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "124.926", "max": "125.714", "min": "124.715", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "230.428", "max": "253.939", "min": "229.321", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "157.321", "max": "157.578", "min": "157.167", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "126.092", "max": "127.327", "min": "125.813", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "273.929", "max": "432.477", "min": "268.042", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "235.551", "max": "235.875", "min": "235.399", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "223.7", "max": "224.62", "min": "223.499", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "200.57", "max": "201.579", "min": "200.273", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "186.348", "max": "190.735", "min": "185.87", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "238.588", "max": "242.783", "min": "237.899", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "107.245", "max": "161.223", "min": "104.99", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "152.059", "max": "152.901", "min": "151.792", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "138.909", "max": "197.702", "min": "135.975", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "312.755", "max": "313.369", "min": "312.592", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "134.445", "max": "135.57", "min": "133.934", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "134.548", "max": "136.042", "min": "134.123", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "256.467", "max": "276.485", "min": "254.759", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "331.686", "max": "332.405", "min": "331.483", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "212.836", "max": "348.945", "min": "207.886", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "177.662", "max": "221.489", "min": "175.797", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "238.369", "max": "239.468", "min": "237.83", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "124.888", "max": "307.951", "min": "105.949", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "190.758", "max": "191.614", "min": "190.446", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "240.041", "max": "247.342", "min": "236.795", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "366.523", "max": "367.356", "min": "366.096", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "148.713", "max": "151.378", "min": "147.573", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "381.848", "max": "384.633", "min": "381.511", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "150.28", "max": "304.528", "min": "144.363", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "113.876", "max": "114.205", "min": "113.738", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "165.053", "max": "169.355", "min": "164.36", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "165.199", "max": "261.317", "min": "159.718", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "288.839", "max": "354.615", "min": "283.112", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "365.865", "max": "367.419", "min": "365.587", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "142.948", "max": "143.759", "min": "142.644", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "144.398", "max": "145.389", "min": "144.162", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "165.705", "max": "169.999", "min": "165.261", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "149.677", "max": "150.24", "min": "149.224", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "295.775", "max": "298.333", "min": "294.77", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "205.358", "max": "215.695", "min": "204.585", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "354.909", "max": "439.185", "min": "350.204", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "232.282", "max": "241.233", "min": "231.616", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "242.356", "max": "248.887", "min": "241.668", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "188.271", "max": "190.304", "min": "187.942", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "133.804", "max": "135.447", "min": "133.42", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "101.628", "max": "102.391", "min": "101.387", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "180.998", "max": "183", "min": "180.692", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "229.372", "max": "231.473", "min": "229.063", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "182.463", "max": "185.237", "min": "182.008", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "181.428", "max": "182.919", "min": "181.125", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "235.349", "max": "237.086", "min": "234.976", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "183.215", "max": "184.43", "min": "182.759", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "403.931", "max": "429.864", "min": "359.598", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.967", "max": "241.211", "min": "239.768", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "232.496", "max": "383.902", "min": "226.985", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "158.814", "max": "161.495", "min": "158.294", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "104.913", "max": "106.361", "min": "104.538", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "196.379", "max": "199.469", "min": "195.947", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "186.816", "max": "189.714", "min": "186.472", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.969", "max": "113.241", "min": "101.378", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "191.92", "max": "195.272", "min": "191.05", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "232.327", "max": "233.554", "min": "231.992", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "124.678", "max": "153.005", "min": "123.158", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "362.366", "max": "363.384", "min": "361.971", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "168.061", "max": "168.529", "min": "167.892", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "204.425", "max": "207.336", "min": "203.636", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "240.182", "max": "245.88", "min": "239.64", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "224.945", "max": "267.158", "min": "221.946", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "239.027", "max": "244.923", "min": "238.429", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "178.504", "max": "181.334", "min": "178.06", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "195.407", "max": "199.213", "min": "195.052", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "232.33", "max": "232.792", "min": "232.126", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "155.417", "max": "156.261", "min": "155.215", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "390.192", "max": "391.263", "min": "389.652", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "189.722", "max": "211.77", "min": "188.58", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "495.808", "max": "516.328", "min": "456.711", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "256.521", "max": "259.945", "min": "256.117", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "170.31", "max": "173.137", "min": "169.942", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "191.78", "max": "193.559", "min": "191.47", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "220.744", "max": "221.174", "min": "220.532", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "350.38", "max": "351.88", "min": "350.1", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "360.067", "max": "362.066", "min": "359.693", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "163.569", "max": "163.906", "min": "163.392", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "227.064", "max": "227.702", "min": "226.837", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "477.225", "max": "668.211", "min": "297.963", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "245.03", "max": "320.463", "min": "164.836", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "274.709", "max": "464.876", "min": "267.66", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "325.619", "max": "331.742", "min": "325.017", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "200.01", "max": "201.72", "min": "199.395", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "207.868", "max": "342.001", "min": "202.881", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "202.419", "max": "204.448", "min": "201.949", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "267.829", "max": "419.102", "min": "192.268", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "275.849", "max": "276.498", "min": "275.618", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "149.283", "max": "274.956", "min": "139.147", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "140.993", "max": "245.322", "min": "137.133", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "198.059", "max": "198.908", "min": "197.19", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "164.782", "max": "166.817", "min": "164.476", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "245.99", "max": "249.953", "min": "245.526", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "221.782", "max": "223.042", "min": "221.551", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "263.502", "max": "264.385", "min": "263.285", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "194.175", "max": "200.153", "min": "193.54", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "183.624", "max": "187.073", "min": "183.234", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "188.868", "max": "190.362", "min": "188.554", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "367.078", "max": "378.004", "min": "365.932", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "212.686", "max": "214.822", "min": "212.284", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "159.258", "max": "159.513", "min": "159.062", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "212.286", "max": "216.802", "min": "211.666", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "213.919", "max": "218.923", "min": "213.473", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "198.48", "max": "199.853", "min": "198.037", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "162.015", "max": "163.816", "min": "161.778", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "128.349", "max": "130.228", "min": "128.067", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "256.76", "max": "257.738", "min": "256.343", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "138.78", "max": "286.802", "min": "133.361", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "128.172", "max": "131.731", "min": "127.619", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "268.37", "max": "272.506", "min": "267.736", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "117.036", "max": "231.014", "min": "112.812", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "136.705", "max": "138.132", "min": "136.318", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "233.895", "max": "235.604", "min": "233.394", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "97.422", "max": "99.303", "min": "97.164", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "99.181", "max": "102.085", "min": "98.923", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "120.649", "max": "164.354", "min": "118.072", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "356.541", "max": "358.157", "min": "356.246", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "130.206", "max": "131.717", "min": "129.882", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "118.323", "max": "152.626", "min": "116.908", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "175.227", "max": "175.475", "min": "175.085", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "227.118", "max": "230.816", "min": "226.704", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "143.381", "max": "148.238", "min": "142.92", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "347.171", "max": "391.802", "min": "338.736", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "209.125", "max": "210.229", "min": "208.668", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "332.62", "max": "433.036", "min": "326.57", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "206.693", "max": "208.334", "min": "206.408", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "330.606", "max": "331.751", "min": "330.303", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "135.517", "max": "137.185", "min": "135.258", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "163.322", "max": "165.616", "min": "162.948", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "214.86", "max": "215.945", "min": "214.528", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "258.876", "max": "284.078", "min": "257.43", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "190.682", "max": "192.378", "min": "190.483", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "222.503", "max": "224.357", "min": "222.186", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "403.664", "max": "416.283", "min": "390.853", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "173.074", "max": "192.705", "min": "171.697", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "176.132", "max": "179.06", "min": "175.815", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "112.77", "max": "117.052", "min": "112.021", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "370.987", "max": "551.97", "min": "360.856", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "105.65", "max": "108.368", "min": "105.331", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "120.748", "max": "121.906", "min": "120.427", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "125.035", "max": "148.679", "min": "123.78", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "134.362", "max": "386.085", "min": "125.543", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "100.503", "max": "101.483", "min": "100.135", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "157.439", "max": "161.822", "min": "156.927", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "147.809", "max": "154.19", "min": "147.342", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "163.106", "max": "165.257", "min": "162.629", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "145.126", "max": "145.64", "min": "144.917", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "120.988", "max": "123.455", "min": "120.565", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "105.835", "max": "106.743", "min": "105.558", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "106.657", "max": "241.373", "min": "101.405", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "125.623", "max": "132.637", "min": "125.092", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "178.488", "max": "295.517", "min": "173.306", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "134.997", "max": "164.342", "min": "131.717", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "144.707", "max": "186.961", "min": "116.631", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "95.979", "max": "97.221", "min": "95.7", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "171.655", "max": "347.532", "min": "165.416", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "126.297", "max": "127.654", "min": "125.979", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "132.64", "max": "134.414", "min": "132.002", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "104.347", "max": "109.46", "min": "103.581", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "320.064", "max": "358.777", "min": "317.026", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "120.7", "max": "122.101", "min": "120.5", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "128.321", "max": "129.323", "min": "128.034", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "127.467", "max": "131.052", "min": "126.986", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "261.389", "max": "277.046", "min": "258.93", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "157.658", "max": "162.613", "min": "157.33", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "104.054", "max": "110.046", "min": "103.492", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "103.159", "max": "108.784", "min": "102.737", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "111.782", "max": "257.363", "min": "101.396", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "364.484", "max": "378.113", "min": "360.88", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "169.946", "max": "177.573", "min": "168.822", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "328.449", "max": "429.758", "min": "306.707", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "240.327", "max": "248.452", "min": "239.856", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "112.197", "max": "113.711", "min": "111.902", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "231.031", "max": "234.605", "min": "230.519", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "256.295", "max": "257.075", "min": "256.076", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "137.121", "max": "137.826", "min": "136.766", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "161.814", "max": "166.618", "min": "161.352", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "99.541", "max": "100.471", "min": "99.166", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "103.75", "max": "105.223", "min": "103.2", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "193.973", "max": "196.04", "min": "193.548", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "202.25", "max": "204.811", "min": "202.009", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "356.547", "max": "357.15", "min": "356.296", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "167.099", "max": "172.204", "min": "166.752", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "122.123", "max": "169.116", "min": "120.282", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "170.204", "max": "325.067", "min": "164.7", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "122.364", "max": "123.614", "min": "122.114", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "305.863", "max": "306.411", "min": "305.619", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "207.784", "max": "212.304", "min": "205.346", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "129.226", "max": "301.469", "min": "119.145", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "136.771", "max": "138.569", "min": "136.068", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "239.944", "max": "241.343", "min": "239.333", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "192.331", "max": "193.072", "min": "191.683", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "346.917", "max": "350.172", "min": "346.42", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "183.243", "max": "189.731", "min": "182.141", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "153.546", "max": "217.403", "min": "147.126", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "107.804", "max": "118.937", "min": "107.174", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "140.154", "max": "141.801", "min": "139.905", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "175.823", "max": "178.022", "min": "175.192", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "174.699", "max": "178.141", "min": "174.325", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "159.686", "max": "167.053", "min": "157.066", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "258.654", "max": "260.161", "min": "257.61", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "178.684", "max": "181.088", "min": "177.685", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "165.168", "max": "165.682", "min": "164.957", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "195.173", "max": "195.917", "min": "194.878", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "109.362", "max": "118.08", "min": "108.506", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "347.198", "max": "349.061", "min": "345.67", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "275.961", "max": "275.961", "min": "275.961", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "99.651", "max": "100.393", "min": "99.502", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "124.619", "max": "196.736", "min": "121.812", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "0.066", "max": "0.74", "min": "0.02", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "112.399", "max": "122.182", "min": "105.393", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "139.917", "max": "141.376", "min": "139.697", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "289.991", "max": "294.535", "min": "289.457", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "169.517", "max": "174.633", "min": "168.671", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "198.348", "max": "327.5", "min": "186.761", "id": "285", "country": "Ghana", "source_name": "Accra", "destination_name": "Lansing", "destination_id": "295" } } } }, "Australia": { "1": { "name": "Melbourne", "data": { "0": { "avg": "281.663", "max": "283.111", "min": "281.402", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": null, "max": null, "min": null, "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "234.595", "max": "239.392", "min": "234.089", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "311.281", "max": "422.176", "min": "287.708", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "301.854", "max": "363.911", "min": "268.274", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "223.554", "max": "234.493", "min": "191.341", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "301.567", "max": "338.14", "min": "267.487", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "38.431", "max": "62.027", "min": "36.427", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "352.817", "max": "370.446", "min": "351.972", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "290.582", "max": "342.907", "min": "273.47", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "261.146", "max": "263.911", "min": "260.788", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "183.081", "max": "197.803", "min": "182.379", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "224.299", "max": "224.616", "min": "224.055", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "223.508", "max": "224.616", "min": "223.267", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "262.237", "max": "263.094", "min": "261.929", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "220.225", "max": "221.377", "min": "219.642", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "262.107", "max": "298.906", "min": "238.128", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "203.427", "max": "207.256", "min": "203.044", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "248.448", "max": "248.661", "min": "248.175", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "295.617", "max": "326.912", "min": "261.513", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "29.2", "max": "41.621", "min": "28.493", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "258.31", "max": "258.937", "min": "258.121", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "174.906", "max": "175.365", "min": "174.654", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "198.38", "max": "204.887", "min": "197.773", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "324.569", "max": "331.703", "min": "323.538", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "271.141", "max": "271.625", "min": "270.966", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "243.729", "max": "245.933", "min": "243.27", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "271.298", "max": "271.892", "min": "270.984", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "268.265", "max": "268.47", "min": "268.093", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "207.991", "max": "213.503", "min": "207.407", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "83.363", "max": "83.567", "min": "83.176", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "297.839", "max": "326.544", "min": "263.2", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "213.903", "max": "215.22", "min": "213.623", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "311.495", "max": "312.081", "min": "311.266", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "307.896", "max": "342.835", "min": "276.486", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "126.93", "max": "127.439", "min": "126.645", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "150.526", "max": "150.766", "min": "150.319", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "171.786", "max": "172.743", "min": "171.48", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "185.523", "max": "185.91", "min": "185.299", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "214.111", "max": "214.876", "min": "213.8", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "458.125", "max": "531.592", "min": "420.423", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "313.698", "max": "387.222", "min": "269.455", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "299.903", "max": "332.121", "min": "298.639", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "259.926", "max": "264.005", "min": "259.538", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "442.773", "max": "480.051", "min": "428.775", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "314.076", "max": "383.03", "min": "283.349", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "316.95", "max": "369.368", "min": "282.611", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "276.005", "max": "276.382", "min": "275.785", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "347.535", "max": "348.622", "min": "347.29", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "202.97", "max": "203.693", "min": "202.704", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "234.056", "max": "302.598", "min": "231.501", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "192.063", "max": "209.193", "min": "190.635", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "343.972", "max": "353.822", "min": "331.61", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "231.139", "max": "232.564", "min": "230.845", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "130.662", "max": "136.847", "min": "127.579", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "94.563", "max": "110.032", "min": "93.544", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "290.473", "max": "373.493", "min": "270.188", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "51.347", "max": "54.368", "min": "50.954", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "283.333", "max": "287.025", "min": "282.718", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "238.257", "max": "239.646", "min": "238.002", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "351.495", "max": "414.525", "min": "318.317", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "310.389", "max": "349.631", "min": "307.093", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "146.656", "max": "248.209", "min": "112.705", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "120.344", "max": "120.842", "min": "120.156", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "274.43", "max": "274.91", "min": "274.163", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "350.441", "max": "438.53", "min": "311.809", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "227.128", "max": "228.115", "min": "226.759", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "312.313", "max": "339.745", "min": "277.161", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "335.259", "max": "356.763", "min": "331.113", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "230.918", "max": "231.817", "min": "230.695", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "115.713", "max": "125.122", "min": "115.049", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "166.401", "max": "167.659", "min": "166.012", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "256.18", "max": "256.827", "min": "255.965", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "206.444", "max": "206.98", "min": "206.243", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "308.614", "max": "381.985", "min": "283.97", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "265.955", "max": "266.705", "min": "265.727", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "284.913", "max": "285.323", "min": "284.564", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "210.394", "max": "211.128", "min": "210.18", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "264.606", "max": "271.899", "min": "264.023", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "245.262", "max": "245.97", "min": "244.944", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "183.981", "max": "184.514", "min": "183.69", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "267.164", "max": "271.961", "min": "266.714", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "251.664", "max": "252.263", "min": "251.458", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "279.522", "max": "364.195", "min": "233.031", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "189.654", "max": "190.028", "min": "189.423", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "381.844", "max": "396.254", "min": "337.431", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "280.525", "max": "284.631", "min": "280.092", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "227.861", "max": "228.775", "min": "227.554", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "209.57", "max": "209.892", "min": "209.364", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "238.43", "max": "246.48", "min": "237.761", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "249.207", "max": "250.557", "min": "248.363", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "176.657", "max": "177.116", "min": "176.355", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "270.169", "max": "270.665", "min": "269.969", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "296.792", "max": "301.434", "min": "290.596", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "226.557", "max": "226.987", "min": "226.331", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "242.744", "max": "243.689", "min": "242.487", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "270.644", "max": "271.391", "min": "270.305", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "248.212", "max": "258.991", "min": "247.082", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.556", "max": "173.627", "min": "172.226", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "221.23", "max": "222.867", "min": "220.803", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "288.313", "max": "289.119", "min": "288.079", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "200.837", "max": "205.242", "min": "200.408", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "336.975", "max": "400.024", "min": "312.79", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "12.324", "max": "17.621", "min": "11.631", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "252.575", "max": "260.524", "min": "251.992", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "12.967", "max": "15.53", "min": "12.482", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "280.993", "max": "282.837", "min": "280.67", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "226.594", "max": "230.289", "min": "225.789", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "214.468", "max": "215.812", "min": "214.218", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "275.19", "max": "359.767", "min": "244.952", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "126.038", "max": "127.317", "min": "125.747", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.972", "max": "298.302", "min": "297.757", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "211.812", "max": "212.528", "min": "211.536", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "348.307", "max": "349.016", "min": "348.019", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "510.987", "max": "658.383", "min": "343.923", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "464.09", "max": "538.723", "min": "377.46", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "447.945", "max": "461.048", "min": "446.658", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "170.149", "max": "214.414", "min": "151.817", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "205.823", "max": "206.137", "min": "205.628", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "215.941", "max": "216.678", "min": "215.598", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "221.085", "max": "222.624", "min": "220.81", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "317.433", "max": "482.773", "min": "249.953", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "330.556", "max": "338.54", "min": "329.451", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "335.882", "max": "521.947", "min": "328.762", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "293.813", "max": "294", "min": "293.64", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "309.229", "max": "358.796", "min": "289.212", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "226.294", "max": "226.553", "min": "226.075", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "438.915", "max": "442.429", "min": "438.429", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "291.524", "max": "295.412", "min": "291.076", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "222.008", "max": "238.651", "min": "220.289", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "232.586", "max": "232.892", "min": "232.42", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "264.103", "max": "266.894", "min": "257.342", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "244.862", "max": "250.747", "min": "243.499", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "40.37", "max": "56.819", "min": "39.086", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "240.94", "max": "241.316", "min": "240.592", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "233.755", "max": "234.133", "min": "233.454", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "199.278", "max": "205.582", "min": "198.322", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "218.591", "max": "219.549", "min": "218.284", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "237.785", "max": "238.241", "min": "237.552", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "266.06", "max": "266.554", "min": "265.675", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "290.303", "max": "380.591", "min": "246.063", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "132.565", "max": "133.87", "min": "132.124", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "293.588", "max": "354.761", "min": "280.395", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "292.135", "max": "296.375", "min": "291.253", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "213.004", "max": "247.405", "min": "210.773", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "243.461", "max": "244.248", "min": "243.232", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "295.585", "max": "346.245", "min": "269.64", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "149.142", "max": "151.403", "min": "148.871", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "265.008", "max": "265.734", "min": "264.744", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "263.508", "max": "263.724", "min": "263.306", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "294.9", "max": "353.626", "min": "276.037", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "198.798", "max": "258.841", "min": "174.12", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "304.244", "max": "308.361", "min": "299.762", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "293.021", "max": "313.879", "min": "291.201", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "226.656", "max": "227.023", "min": "226.458", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "194.827", "max": "195.645", "min": "194.508", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "329.381", "max": "330.693", "min": "328.848", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "196.675", "max": "234.082", "min": "189.382", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "224.543", "max": "227.012", "min": "223.954", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "356.733", "max": "460.824", "min": "342.443", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "254.061", "max": "258.742", "min": "253.444", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "37.426", "max": "42.633", "min": "37.115", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "334.455", "max": "364.32", "min": "300.393", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "227.026", "max": "227.854", "min": "226.748", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "366.147", "max": "367.211", "min": "365.87", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "431.834", "max": "447.534", "min": "431.098", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "364.318", "max": "434.738", "min": "334.679", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "204.183", "max": "204.526", "min": "203.909", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "469.496", "max": "484.129", "min": "445.451", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "267.049", "max": "267.576", "min": "266.785", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "227.752", "max": "228.319", "min": "227.518", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "308.006", "max": "320.297", "min": "306.15", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "199.98", "max": "200.415", "min": "199.733", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "269.327", "max": "270.65", "min": "269.064", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "233.584", "max": "233.815", "min": "233.29", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "309.035", "max": "361.508", "min": "276.619", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "259.377", "max": "344.208", "min": "239.454", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "278.781", "max": "327.135", "min": "242.519", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "325.151", "max": "325.714", "min": "324.823", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "319.199", "max": "336.35", "min": "286.549", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "311.496", "max": "331.207", "min": "310.336", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "341.095", "max": "442.333", "min": "313.151", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "267.244", "max": "268.957", "min": "266.096", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "287.197", "max": "287.527", "min": "286.988", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "308.92", "max": "314.662", "min": "308.393", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "328.173", "max": "434.032", "min": "279.328", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "326.106", "max": "364.158", "min": "290.927", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "316.334", "max": "349.657", "min": "283.883", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "294.864", "max": "337.258", "min": "275.191", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "260.327", "max": "261.54", "min": "260.019", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "309.263", "max": "386.696", "min": "289.507", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "311.224", "max": "326.129", "min": "310.459", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "287.922", "max": "335.844", "min": "269.044", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "320.225", "max": "414.54", "min": "276.764", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "147.409", "max": "212.15", "min": "124.133", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "245.562", "max": "263.344", "min": "242.983", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "273.19", "max": "274.015", "min": "272.916", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "278.027", "max": "278.371", "min": "277.818", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "312.324", "max": "322.91", "min": "300.824", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "317.064", "max": "353.952", "min": "289.88", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "276.959", "max": "313.089", "min": "238.651", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "304.961", "max": "340.529", "min": "255.37", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "291.675", "max": "333.705", "min": "273.708", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "8.306", "max": "9.035", "min": "8.068", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "218.003", "max": "222.931", "min": "217.363", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "386.633", "max": "391.55", "min": "382.403", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "245.439", "max": "275.172", "min": "244.082", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "260.964", "max": "261.519", "min": "260.759", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "453.229", "max": "455.808", "min": "452.547", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "191.979", "max": "192.612", "min": "191.537", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "256.752", "max": "257.209", "min": "256.529", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "318.746", "max": "319.547", "min": "318.522", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "317.527", "max": "426.362", "min": "276.958", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "271.963", "max": "274.168", "min": "271.636", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "248.876", "max": "251.115", "min": "248.61", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "238.521", "max": "238.993", "min": "238.223", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "150.086", "max": "278.526", "min": "145.322", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "329.041", "max": "329.487", "min": "328.303", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "270.792", "max": "325.345", "min": "250.16", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "236.29", "max": "236.546", "min": "236.131", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "272.914", "max": "309.109", "min": "245.522", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "365.342", "max": "473.701", "min": "359.929", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "236.172", "max": "239.278", "min": "232.851", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "244.431", "max": "244.823", "min": "244.149", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "310.782", "max": "350.339", "min": "275.953", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "257.295", "max": "261.871", "min": "256.414", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "408.94", "max": "409.622", "min": "408.536", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "125.808", "max": "126.123", "min": "125.613", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "378.825", "max": "390.512", "min": "337.821", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "336.862", "max": "383.347", "min": "319.275", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "315.23", "max": "348.692", "min": "280.46", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "350.655", "max": "386.804", "min": "317.496", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "234.775", "max": "235.705", "min": "234.385", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "222.872", "max": "223.241", "min": "222.586", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "345.642", "max": "410.737", "min": "314.288", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "309.742", "max": "310.519", "min": "308.694", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "236.756", "max": "241.161", "min": "235.436", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "286.543", "max": "286.954", "min": "286.27", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "231.196", "max": "231.41", "min": "230.955", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "306.761", "max": "368.35", "min": "272.704", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "362.148", "max": "362.671", "min": "361.68", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "297.758", "max": "301.137", "min": "296.562", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "287.847", "max": "334.099", "min": "264.265", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "268.413", "max": "269.324", "min": "268.187", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "398.748", "max": "441.444", "min": "363.42", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "285.44", "max": "293.695", "min": "278.233", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "311.381", "max": "383.991", "min": "286.477", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "279.485", "max": "287.921", "min": "272.387", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "406.334", "max": "439.385", "min": "375.548", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "257.351", "max": "259.995", "min": "256.81", "id": "1", "country": "Australia", "source_name": "Melbourne", "destination_name": "Lansing", "destination_id": "295" } } }, "8": { "name": "Auckland", "data": { "0": { "avg": "289.288", "max": "289.935", "min": "289.085", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "34.924", "max": "38.836", "min": "34.531", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "229.325", "max": "239.763", "min": "228.73", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "419.551", "max": "425.585", "min": "417.169", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "350.99", "max": "352.373", "min": "350.392", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "317.918", "max": "319.529", "min": "317.63", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "270.95", "max": "271.56", "min": "270.73", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "0.169", "max": "3.419", "min": "0.019", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "525.168", "max": "525.693", "min": "524.537", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "360.536", "max": "362.64", "min": "360.087", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "265.763", "max": "272.206", "min": "265.273", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "191.401", "max": "210.909", "min": "190.096", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "217.564", "max": "219.731", "min": "217.36", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "229.381", "max": "235.288", "min": "228.592", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "301.795", "max": "303.465", "min": "301.59", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "216.268", "max": "218.597", "min": "215.478", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "262.259", "max": "282.826", "min": "260.33", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "205.104", "max": "209.73", "min": "204.477", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "373.684", "max": "374.996", "min": "373.388", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "285.887", "max": "287.48", "min": "285.68", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "40.769", "max": "44.139", "min": "40.582", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "288.574", "max": "291.119", "min": "288.358", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "169.735", "max": "170.157", "min": "169.589", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "193.489", "max": "193.953", "min": "193.313", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "314.216", "max": "314.666", "min": "313.967", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "279.541", "max": "282.97", "min": "278.806", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "283.165", "max": "287.274", "min": "282.713", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "306.797", "max": "306.975", "min": "306.581", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "270.316", "max": "276.292", "min": "269.875", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "245.22", "max": "249.893", "min": "244.386", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "117.712", "max": "126.146", "min": "117.022", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "321.18", "max": "322.822", "min": "320.933", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "231.308", "max": "231.783", "min": "231.149", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "308.86", "max": "309.231", "min": "308.769", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "316.095", "max": "321.37", "min": "315.692", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "161.079", "max": "163.817", "min": "160.744", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.268", "max": "159.335", "min": "158.127", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "166.709", "max": "168.914", "min": "166.485", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "193.147", "max": "196.282", "min": "192.795", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "216.002", "max": "225.546", "min": "214.788", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "409.874", "max": "412.763", "min": "409.443", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "275.285", "max": "282.368", "min": "274.464", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "304.767", "max": "305.556", "min": "303.986", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "294.418", "max": "296.687", "min": "294.087", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "448.751", "max": "521.474", "min": "390.608", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "298.039", "max": "307.164", "min": "297.272", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "289.198", "max": "292.474", "min": "288.8", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "270.247", "max": "270.578", "min": "270.143", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "354.385", "max": "362.886", "min": "353.484", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "327.402", "max": "328.152", "min": "327.002", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "479.045", "max": "479.495", "min": "478.659", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "185.749", "max": "187.8", "min": "185.268", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "326.46", "max": "344.296", "min": "295.558", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "268.174", "max": "272.594", "min": "267.771", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "167.782", "max": "179.484", "min": "164.206", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "127.659", "max": "128.202", "min": "127.449", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "336.131", "max": "340.238", "min": "334.657", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "15.874", "max": "19.623", "min": "15.514", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "286.384", "max": "296.736", "min": "285.189", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "272.209", "max": "272.758", "min": "272.104", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "320.422", "max": "321.93", "min": "319.86", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "313.422", "max": "330.217", "min": "311.791", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "154.822", "max": "226.618", "min": "141.966", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "176.177", "max": "177.49", "min": "175.948", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "310.363", "max": "311.157", "min": "310.22", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "296.101", "max": "297.332", "min": "295.881", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "514.323", "max": "519.296", "min": "452.768", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "344.388", "max": "347.63", "min": "343.948", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "332.44", "max": "334.801", "min": "331.484", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "267.809", "max": "272.48", "min": "267.174", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "149.29", "max": "150.759", "min": "149.027", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "161.198", "max": "161.92", "min": "160.98", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "263.968", "max": "265.943", "min": "263.757", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "213.435", "max": "214.403", "min": "213.315", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "373.545", "max": "375.381", "min": "372.932", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "271.749", "max": "272.135", "min": "271.641", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "311.669", "max": "313.54", "min": "311.258", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "166.032", "max": "169.001", "min": "165.734", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "364.98", "max": "378.005", "min": "363.709", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "277.773", "max": "279.309", "min": "277.391", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "308.52", "max": "309.416", "min": "304.096", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "304.323", "max": "308.863", "min": "303.619", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "324.699", "max": "337.987", "min": "321.477", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "149.451", "max": "153.467", "min": "148.807", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "184.432", "max": "184.661", "min": "184.37", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "427.802", "max": "429.872", "min": "421.474", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "493.002", "max": "494.307", "min": "491.565", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "222.381", "max": "225.429", "min": "222.028", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "204.567", "max": "205.307", "min": "204.383", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "271.276", "max": "278.556", "min": "270.352", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "272.956", "max": "395.602", "min": "263.362", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "171.621", "max": "178.166", "min": "171.247", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "283.943", "max": "284.063", "min": "283.871", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "317.936", "max": "360.397", "min": "307.063", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "229.079", "max": "231.048", "min": "228.763", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "237.958", "max": "238.747", "min": "237.627", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "265.247", "max": "265.556", "min": "264.938", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "267.388", "max": "293.003", "min": "265.429", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "178.127", "max": "190.386", "min": "169.645", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "216.34", "max": "219.111", "min": "215.892", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "288.431", "max": "296.946", "min": "287.087", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "209.038", "max": "213.556", "min": "208.353", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "323.251", "max": "325.162", "min": "322.993", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "45.596", "max": "47.373", "min": "45.282", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "327.632", "max": "328.177", "min": "325.941", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "24.349", "max": "27.017", "min": "23.943", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "289.619", "max": "289.944", "min": "289.542", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "220.712", "max": "222.147", "min": "220.535", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "215.657", "max": "216.388", "min": "215.505", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "314.515", "max": "321.819", "min": "307.789", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "248.272", "max": "269.171", "min": "241.724", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "318.526", "max": "319.136", "min": "318.057", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "220.812", "max": "221.839", "min": "220.62", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "299.817", "max": "303.347", "min": "299.204", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "604.99", "max": "716.388", "min": "454.6", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "511.978", "max": "605.597", "min": "425.345", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "449.277", "max": "452.779", "min": "448.649", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "143.548", "max": "148.073", "min": "143.138", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "356.734", "max": "358.396", "min": "356.335", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "223.343", "max": "224.137", "min": "223.066", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "258.344", "max": "262.957", "min": "257.821", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "363.081", "max": "520.933", "min": "287.251", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "325.075", "max": "328.555", "min": "324.833", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "377.866", "max": "385.931", "min": "376.86", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "378.811", "max": "380.223", "min": "378.404", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "352.941", "max": "354.248", "min": "351.727", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "219.133", "max": "220.11", "min": "218.832", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "477.55", "max": "478.108", "min": "477.193", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "284.41", "max": "287.644", "min": "283.698", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "219.272", "max": "220.631", "min": "219.086", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "233.845", "max": "234.458", "min": "233.664", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "294.706", "max": "298.501", "min": "294.333", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "280.675", "max": "282.571", "min": "280.36", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "1.178", "max": "2.053", "min": "0.715", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "202.308", "max": "205.383", "min": "201.972", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "229.015", "max": "229.254", "min": "228.801", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "202.831", "max": "215.623", "min": "201.564", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "220.571", "max": "226.726", "min": "219.86", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "274.81", "max": "275.422", "min": "274.581", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "293.215", "max": "295.071", "min": "292.906", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "292.541", "max": "296.149", "min": "292.214", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "164.846", "max": "171.725", "min": "163.973", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "376.019", "max": "378.319", "min": "375.348", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "310.754", "max": "312.862", "min": "310.375", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "248.403", "max": "255.121", "min": "247.951", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "275.288", "max": "280.552", "min": "274.646", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "375.715", "max": "384.835", "min": "374.854", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "182.985", "max": "183.612", "min": "182.866", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "280.014", "max": "283.551", "min": "279.673", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "269.574", "max": "286.317", "min": "267.993", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "337.656", "max": "348.224", "min": "335.735", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "267.545", "max": "328.016", "min": "237.168", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "363.113", "max": "364.754", "min": "356.081", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "299.925", "max": "307.879", "min": "299.06", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "219.161", "max": "220.019", "min": "219.034", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "191.218", "max": "192.267", "min": "190.937", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "330.21", "max": "333.185", "min": "329.473", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "266.152", "max": "305.178", "min": "259.162", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "219.87", "max": "224.419", "min": "219.486", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "354.195", "max": "385.492", "min": "349.941", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "248.622", "max": "250.15", "min": "248.48", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "302.021", "max": "302.606", "min": "301.321", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "302.144", "max": "303.339", "min": "301.909", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "217.997", "max": "221.805", "min": "217.537", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "374.916", "max": "375.678", "min": "374.765", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "443.089", "max": "444.561", "min": "442.839", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "428.971", "max": "442.775", "min": "427.46", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "306.03", "max": "310.081", "min": "305.228", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "351.648", "max": "364.378", "min": "318.314", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "293.528", "max": "294.188", "min": "293.246", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "222.824", "max": "227.787", "min": "222.551", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "296.286", "max": "297.804", "min": "295.888", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "221.902", "max": "222.937", "min": "221.689", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "288.347", "max": "296.088", "min": "287.216", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "257.945", "max": "258.901", "min": "257.713", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "277.652", "max": "279.908", "min": "277.297", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "354.504", "max": "361.591", "min": "353.842", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "275.639", "max": "276.069", "min": "275.375", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "336.392", "max": "336.979", "min": "336.208", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "341.829", "max": "342.746", "min": "341.663", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "317.168", "max": "326.701", "min": "316.703", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "391.46", "max": "393.043", "min": "390.948", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "269.201", "max": "271.761", "min": "268.633", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "274.299", "max": "277.372", "min": "273.387", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "303.311", "max": "303.565", "min": "303.245", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "287.834", "max": "292.803", "min": "287.137", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "310.547", "max": "311.142", "min": "310.206", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "289.558", "max": "294.984", "min": "288.876", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "285.42", "max": "300.961", "min": "275.458", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "291.264", "max": "294.764", "min": "290.642", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "324.797", "max": "325.117", "min": "324.614", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "307.349", "max": "319.568", "min": "305.717", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "384.799", "max": "387.012", "min": "384.222", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "270.273", "max": "272.944", "min": "269.841", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "278.42", "max": "306.878", "min": "219.944", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "680.048", "max": "682.323", "min": "679.247", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "265.102", "max": "276.584", "min": "264.453", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "288.522", "max": "290.003", "min": "288.37", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "276.282", "max": "280.977", "min": "274.308", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "310.533", "max": "313.956", "min": "310.201", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "297.821", "max": "298.552", "min": "297.558", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "373.761", "max": "377.319", "min": "369.109", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "309.684", "max": "310.675", "min": "309.482", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "29.369", "max": "49.061", "min": "27.672", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "223.917", "max": "276.037", "min": "221.343", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "354.55", "max": "354.692", "min": "353.904", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "277.14", "max": "280.948", "min": "276.422", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "297.945", "max": "298.63", "min": "297.775", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "353.219", "max": "355.559", "min": "352.759", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "290.919", "max": "292.708", "min": "290.226", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "292.345", "max": "306.685", "min": "290.938", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "321.44", "max": "321.994", "min": "321.267", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "281.685", "max": "298.519", "min": "280.787", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "277.933", "max": "284.76", "min": "276.438", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "359.253", "max": "359.808", "min": "359.157", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "320.031", "max": "320.519", "min": "319.959", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "183.642", "max": "349.745", "min": "177.7", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "230.81", "max": "236.261", "min": "230.004", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "257.392", "max": "258.646", "min": "257.198", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "231.252", "max": "232.075", "min": "231.121", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "258.012", "max": "260.742", "min": "257.58", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "363.704", "max": "421.034", "min": "361.455", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "229.899", "max": "233.471", "min": "226.985", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "277.541", "max": "278.048", "min": "277.401", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "284.23", "max": "285.246", "min": "283.638", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "260.464", "max": "264.09", "min": "259.561", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "414.699", "max": "415.548", "min": "414.262", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "137.395", "max": "137.798", "min": "137.267", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "373.324", "max": "373.706", "min": "373.17", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "338.083", "max": "349.931", "min": "337.545", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "273.897", "max": "274.674", "min": "273.663", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "329.662", "max": "330.905", "min": "329.504", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "228.98", "max": "232.852", "min": "228.462", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "222.259", "max": "226.94", "min": "221.967", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "316.531", "max": "322.308", "min": "314.726", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "299.694", "max": "302.228", "min": "298.528", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "366.884", "max": "368.791", "min": "365.418", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "320.984", "max": "323.43", "min": "320.57", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "268.224", "max": "269.719", "min": "267.962", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "276.986", "max": "282.543", "min": "276.133", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "351.374", "max": "355.383", "min": "349.103", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "362.378", "max": "362.378", "min": "362.378", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "268.689", "max": "280.072", "min": "267.902", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "280.329", "max": "292.643", "min": "279.352", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "395.858", "max": "398.347", "min": "395.301", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "283.815", "max": "293.655", "min": "275.521", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "287.359", "max": "292.513", "min": "286.93", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "487.546", "max": "489.706", "min": "479.184", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "340.345", "max": "343.48", "min": "339.734", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "310.019", "max": "314.842", "min": "309.704", "id": "8", "country": "New Zealand", "source_name": "Auckland", "destination_name": "Lansing", "destination_id": "295" } } }, "21": { "name": "Brisbane", "data": { "0": { "avg": "283.654", "max": "284.134", "min": "283.424", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "28.703", "max": "29.954", "min": "28.491", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "225.26", "max": "226.569", "min": "225.139", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "364.807", "max": "367.629", "min": "363.821", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "348.953", "max": "349.344", "min": "348.633", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "130.416", "max": "130.538", "min": "130.344", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "282.176", "max": "282.437", "min": "282.07", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "41.868", "max": "51.86", "min": "40.55", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "296.378", "max": "297.222", "min": "296.257", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "371.589", "max": "379.495", "min": "370.689", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "276.343", "max": "276.863", "min": "276.201", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "186.693", "max": "187.642", "min": "186.543", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "215.647", "max": "216.554", "min": "215.516", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "223.808", "max": "224.152", "min": "223.702", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "278.855", "max": "280.946", "min": "278.708", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "211.505", "max": "211.681", "min": "210.838", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "255.813", "max": "256.171", "min": "255.589", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "201.083", "max": "201.84", "min": "200.991", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "362.653", "max": "363.003", "min": "362.455", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "294.487", "max": "295.098", "min": "294.314", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "0.051", "max": "0.078", "min": "0.029", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "267.91", "max": "268.076", "min": "267.835", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "304.086", "max": "304.569", "min": "303.737", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "227.983", "max": "229.509", "min": "227.776", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "338.754", "max": "339.449", "min": "338.401", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "287.939", "max": "288.124", "min": "287.859", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "274.546", "max": "275.095", "min": "274.406", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "286.439", "max": "287.268", "min": "286.202", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "283.99", "max": "284.069", "min": "283.921", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "224.13", "max": "225.841", "min": "223.826", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "109.619", "max": "109.996", "min": "109.529", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "314.108", "max": "314.422", "min": "313.973", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "211.649", "max": "223.4", "min": "211.067", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "317.089", "max": "317.255", "min": "317.024", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "311.421", "max": "314.009", "min": "311.021", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "152.043", "max": "154.807", "min": "151.684", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "154.666", "max": "154.788", "min": "154.61", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "162.996", "max": "163.169", "min": "162.764", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "189.617", "max": "189.868", "min": "189.476", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "213.804", "max": "214.797", "min": "213.433", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "415.922", "max": "418.05", "min": "415.358", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "286.043", "max": "291.006", "min": "285.557", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "315.991", "max": "317.787", "min": "315.079", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "287.878", "max": "293.86", "min": "287.451", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "379.218", "max": "386.652", "min": "369.969", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "301.36", "max": "301.968", "min": "300.956", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "303.767", "max": "304.205", "min": "303.631", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "265.161", "max": "265.602", "min": "264.989", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "348.222", "max": "348.698", "min": "348.015", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "339.12", "max": "340.09", "min": "338.781", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "338.423", "max": "345.385", "min": "337.33", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.102", "max": "182.354", "min": "181.872", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "360.963", "max": "378.26", "min": "356.138", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "247.66", "max": "247.854", "min": "247.551", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "162.458", "max": "174.122", "min": "158.434", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "122.558", "max": "122.986", "min": "122.418", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "267.324", "max": "269.819", "min": "266.403", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "55.352", "max": "55.781", "min": "55.272", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "328.389", "max": "328.797", "min": "328.227", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "267.148", "max": "268.557", "min": "267", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "334.545", "max": "335.029", "min": "334.203", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "317.315", "max": "330.782", "min": "315.857", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "144.75", "max": "220.882", "min": "137.567", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "162.378", "max": "162.752", "min": "162.268", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "309.809", "max": "310.256", "min": "309.689", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "314.713", "max": "314.832", "min": "314.64", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "374.04", "max": "374.448", "min": "373.744", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "322.492", "max": "322.869", "min": "322.127", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "321.198", "max": "322.685", "min": "320.369", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "247.646", "max": "247.909", "min": "247.556", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "144.346", "max": "145.457", "min": "144.195", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "157.692", "max": "160.584", "min": "157.347", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "260.359", "max": "260.809", "min": "260.232", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "210.201", "max": "210.315", "min": "210.132", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "389.606", "max": "390.761", "min": "388.913", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "329.906", "max": "392.888", "min": "295.965", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "292.542", "max": "292.679", "min": "292.409", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "227.101", "max": "232.051", "min": "226.817", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "361.393", "max": "374.08", "min": "360.631", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "262.506", "max": "262.67", "min": "262.377", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "287.786", "max": "289.097", "min": "281.562", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "283.026", "max": "283.49", "min": "282.672", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "265.049", "max": "267.036", "min": "264.358", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "144.416", "max": "145.296", "min": "144.177", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "218.88", "max": "219.355", "min": "218.808", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "382.077", "max": "383.755", "min": "381.532", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "428.315", "max": "431.092", "min": "427.645", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "218.375", "max": "218.543", "min": "218.219", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "201.206", "max": "205.547", "min": "200.844", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "267.609", "max": "273.516", "min": "267.301", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "277.142", "max": "283.322", "min": "276.306", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "210.535", "max": "210.929", "min": "210.347", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "297.587", "max": "297.807", "min": "297.522", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "290.057", "max": "295.203", "min": "284.306", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "223.507", "max": "223.599", "min": "223.414", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "349.048", "max": "351.468", "min": "345.952", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "261.91", "max": "262.136", "min": "261.682", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "272.448", "max": "283.961", "min": "271.315", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.836", "max": "182.963", "min": "166.003", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "212.464", "max": "212.696", "min": "212.364", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "281.229", "max": "282.159", "min": "281.123", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "204.94", "max": "205.121", "min": "204.76", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "321.944", "max": "323.359", "min": "321.768", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "38.306", "max": "42.647", "min": "37.671", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "349.029", "max": "349.919", "min": "347.44", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "17.817", "max": "18.153", "min": "17.632", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "289.039", "max": "290.454", "min": "288.922", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "217.118", "max": "217.311", "min": "216.947", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "211.762", "max": "212.307", "min": "211.625", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "293.444", "max": "298.754", "min": "284.911", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "155.299", "max": "158.348", "min": "155.061", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "448.235", "max": "448.846", "min": "447.718", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "219.415", "max": "219.622", "min": "219.358", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "296.8", "max": "297.326", "min": "296.607", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "599.098", "max": "738.742", "min": "439.801", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "421.543", "max": "498.391", "min": "360.321", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "449.681", "max": "456.462", "min": "448.823", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "136.439", "max": "137.245", "min": "136.275", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "331.208", "max": "331.502", "min": "330.815", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "220.223", "max": "220.842", "min": "219.949", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "238.096", "max": "242.078", "min": "237.797", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "337.612", "max": "494.571", "min": "267.095", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "320.973", "max": "321.286", "min": "320.866", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "391.308", "max": "739.625", "min": "377.127", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "382.559", "max": "382.897", "min": "382.25", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "364.462", "max": "366.114", "min": "363.633", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "217.527", "max": "218.033", "min": "217.425", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "496.695", "max": "497.263", "min": "496.216", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "314.61", "max": "315.242", "min": "314.371", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "215.907", "max": "217.737", "min": "215.631", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "225.373", "max": "225.559", "min": "225.273", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "274.4", "max": "274.923", "min": "274.185", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "260.526", "max": "260.894", "min": "260.334", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "42.993", "max": "44.756", "min": "42.358", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "198.958", "max": "199.133", "min": "198.79", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "226.924", "max": "227.19", "min": "226.785", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "200.535", "max": "212.111", "min": "199.204", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "212.921", "max": "213.04", "min": "212.818", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "253.717", "max": "254.042", "min": "253.496", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "276.657", "max": "276.93", "min": "276.522", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "272.213", "max": "273.823", "min": "272.08", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "163.893", "max": "166.255", "min": "163.493", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "381.027", "max": "381.513", "min": "380.705", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "289.634", "max": "289.891", "min": "289.483", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "228.365", "max": "236.125", "min": "227.585", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "270.376", "max": "271.16", "min": "270.083", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "382.278", "max": "382.772", "min": "382.015", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "177.616", "max": "179.191", "min": "177.415", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "294.038", "max": "298.504", "min": "293.799", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "292.625", "max": "292.755", "min": "292.553", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "350.621", "max": "360.801", "min": "348.972", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "149.833", "max": "149.992", "min": "149.738", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "357.633", "max": "375.313", "min": "324.99", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "296.56", "max": "319.27", "min": "295.492", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "255.838", "max": "256.603", "min": "255.719", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "296.895", "max": "302.77", "min": "296.284", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "324.994", "max": "326.394", "min": "324.528", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "237.287", "max": "289.209", "min": "229.218", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "254.015", "max": "255.87", "min": "253.774", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "353.394", "max": "444.647", "min": "345.742", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "245.115", "max": "245.263", "min": "245.028", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "295.734", "max": "296.466", "min": "295.25", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "287.656", "max": "289.719", "min": "287.397", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "334.698", "max": "335.823", "min": "334.373", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "382.434", "max": "382.63", "min": "382.309", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "453.285", "max": "453.507", "min": "453.201", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "429.504", "max": "430.044", "min": "428.545", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "209.154", "max": "210.426", "min": "208.898", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "353.156", "max": "364.277", "min": "331.837", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "274.71", "max": "276.952", "min": "274.475", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "218.95", "max": "219.117", "min": "218.893", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "297.658", "max": "300.379", "min": "297.272", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "218.442", "max": "218.641", "min": "218.323", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "285.478", "max": "287.082", "min": "285.363", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "253.235", "max": "254.743", "min": "252.963", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "289.259", "max": "294.152", "min": "288.921", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "360.867", "max": "361.138", "min": "360.641", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "270.639", "max": "270.944", "min": "270.5", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "350.478", "max": "350.908", "min": "350.348", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "338.381", "max": "338.815", "min": "338.289", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "342.955", "max": "344.56", "min": "342.779", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "389.452", "max": "391.926", "min": "388.966", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "280.582", "max": "282.708", "min": "280.324", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "289.485", "max": "289.621", "min": "289.399", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "299.751", "max": "300.07", "min": "299.679", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "300.718", "max": "300.884", "min": "300.604", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "315.687", "max": "327.365", "min": "314.913", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "299.621", "max": "303.053", "min": "298.981", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "302.238", "max": "325.52", "min": "289.398", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "270.369", "max": "270.608", "min": "270.256", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "327.172", "max": "327.669", "min": "326.982", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "313.478", "max": "314.657", "min": "313.25", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "380.69", "max": "381.587", "min": "380.069", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "280.313", "max": "281.813", "min": "280.061", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "270.832", "max": "282.992", "min": "264.206", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "475.359", "max": "475.887", "min": "474.748", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "289.808", "max": "290.068", "min": "289.622", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "300.379", "max": "300.448", "min": "300.329", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "275.051", "max": "284.35", "min": "273.103", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "301.969", "max": "302.553", "min": "301.855", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "269.433", "max": "272.891", "min": "269.002", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "301.52", "max": "302.011", "min": "301.364", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "280.846", "max": "281.866", "min": "272.803", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "20.466", "max": "29.871", "min": "18.551", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "218.871", "max": "224.715", "min": "218.29", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "294.497", "max": "297.78", "min": "289.5", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "151.092", "max": "151.513", "min": "151.013", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "277.517", "max": "277.649", "min": "277.426", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "166.418", "max": "169.744", "min": "166.11", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "442.738", "max": "443.506", "min": "438.925", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "286.264", "max": "286.689", "min": "286.116", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "343.202", "max": "343.848", "min": "343.007", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "294.184", "max": "295.563", "min": "293.88", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "289.037", "max": "289.981", "min": "288.762", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "260.711", "max": "260.968", "min": "260.658", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "252.207", "max": "268.641", "min": "251.588", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "183.586", "max": "333.207", "min": "173.454", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "262.24", "max": "262.306", "min": "262.186", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "252.655", "max": "253.057", "min": "252.539", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "229.681", "max": "229.784", "min": "229.613", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "251.585", "max": "251.637", "min": "251.492", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "358.044", "max": "358.424", "min": "357.934", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "226.085", "max": "230.247", "min": "223.229", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "285.631", "max": "285.738", "min": "285.523", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "290.865", "max": "293.629", "min": "289.989", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "257.625", "max": "264.163", "min": "256.187", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "413.197", "max": "414.225", "min": "412.852", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "131.191", "max": "131.408", "min": "131.042", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "368.133", "max": "368.644", "min": "367.994", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "315.782", "max": "315.875", "min": "315.712", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "297.935", "max": "298.186", "min": "297.863", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "329.156", "max": "329.21", "min": "329.084", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "226.034", "max": "227.581", "min": "225.674", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "218.241", "max": "218.524", "min": "218.133", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "329.05", "max": "337.736", "min": "326.817", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "451.582", "max": "457.287", "min": "448.755", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "361.674", "max": "363.11", "min": "360.44", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "316.912", "max": "317.817", "min": "316.767", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "247.849", "max": "249.375", "min": "247.634", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "291.499", "max": "295.997", "min": "291.174", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "271.467", "max": "274.641", "min": "267.352", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "383.24", "max": "383.24", "min": "383.24", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "279.973", "max": "280.072", "min": "279.915", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "288.475", "max": "288.58", "min": "288.407", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "394.812", "max": "395.108", "min": "394.606", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "297.137", "max": "309.268", "min": "288.324", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "299.915", "max": "300.079", "min": "299.844", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "358.244", "max": "360.276", "min": "350.333", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "347.968", "max": "349.855", "min": "347.607", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "288.857", "max": "289.042", "min": "288.767", "id": "21", "country": "Australia", "source_name": "Brisbane", "destination_name": "Lansing", "destination_id": "295" } } }, "59": { "name": "Christchurch", "data": { "0": { "avg": "338.469", "max": "342.056", "min": "338.187", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "49.439", "max": "49.793", "min": "49.246", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "238.209", "max": "240.117", "min": "237.982", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "322.843", "max": "327.292", "min": "322.027", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "293.26", "max": "293.625", "min": "293.077", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "277.887", "max": "278.574", "min": "277.735", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "297.231", "max": "297.423", "min": "297.039", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "16.241", "max": "21.003", "min": "15.556", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "333.981", "max": "334.143", "min": "333.885", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "331.081", "max": "332.708", "min": "330.822", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "297.776", "max": "298.041", "min": "297.576", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "196.781", "max": "225.844", "min": "195.542", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "230.155", "max": "230.269", "min": "230.019", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "230.306", "max": "231.483", "min": "230.116", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "213.901", "max": "214.051", "min": "213.777", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "207.846", "max": "208.266", "min": "207.23", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "303.716", "max": "304.005", "min": "303.487", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "208.718", "max": "208.878", "min": "208.635", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "299.189", "max": "299.367", "min": "299.059", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "316.061", "max": "316.9", "min": "315.93", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "55.427", "max": "55.787", "min": "55.34", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "203.745", "max": "203.834", "min": "203.701", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "151.918", "max": "152.003", "min": "151.839", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "171.253", "max": "175.95", "min": "170.904", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "319.315", "max": "319.684", "min": "319.078", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "306.048", "max": "306.162", "min": "305.973", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "312.224", "max": "315.143", "min": "312.006", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "317.018", "max": "317.156", "min": "316.794", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "317.473", "max": "317.648", "min": "317.393", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "172.353", "max": "172.587", "min": "172.172", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "129.057", "max": "129.254", "min": "128.95", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "323.231", "max": "323.454", "min": "323.099", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "229.306", "max": "231.009", "min": "229.101", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "345.501", "max": "345.67", "min": "345.386", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "323.517", "max": "324.339", "min": "323.299", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "344.954", "max": "345.339", "min": "344.788", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "163.956", "max": "163.994", "min": "163.894", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "168.693", "max": "169.193", "min": "168.555", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "198.539", "max": "200.144", "min": "198.344", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "222.593", "max": "231.452", "min": "221.923", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "456.047", "max": "459.202", "min": "455.606", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "295.631", "max": "297.757", "min": "295.129", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "351.769", "max": "351.968", "min": "351.656", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "310.857", "max": "312.887", "min": "310.623", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "417.717", "max": "417.817", "min": "417.582", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "314.087", "max": "316.616", "min": "313.681", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "322.992", "max": "323.71", "min": "322.8", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "268.027", "max": "268.16", "min": "267.887", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "347.73", "max": "348.294", "min": "347.532", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "204.977", "max": "209.222", "min": "204.774", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "236.687", "max": "240.397", "min": "236.372", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "177.447", "max": "177.689", "min": "177.298", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "343.611", "max": "434.998", "min": "336.797", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "203.443", "max": "203.548", "min": "203.336", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "389.191", "max": "402.582", "min": "385.394", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "301.371", "max": "302.211", "min": "301.152", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "335.353", "max": "337.061", "min": "334.324", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "0.03", "max": "0.045", "min": "0.018", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "324.296", "max": "324.643", "min": "324.179", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "300.648", "max": "300.737", "min": "300.569", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "338.52", "max": "342.313", "min": "337.905", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "335.476", "max": "352.352", "min": "334.181", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "373.384", "max": "435.659", "min": "363.813", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "467.47", "max": "467.774", "min": "467.374", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "340.688", "max": "340.743", "min": "340.556", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "332.075", "max": "334.893", "min": "331.773", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "223.38", "max": "223.567", "min": "223.283", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "324.867", "max": "325.406", "min": "324.338", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "346.563", "max": "348.278", "min": "345.968", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "179.488", "max": "181.12", "min": "179.282", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "315.524", "max": "315.8", "min": "315.414", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "166.862", "max": "167.317", "min": "166.58", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "262.826", "max": "396.681", "min": "257.718", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "203.13", "max": "203.454", "min": "203.057", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "349.34", "max": "349.946", "min": "349.171", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "300.913", "max": "301.043", "min": "300.806", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "218.273", "max": "218.628", "min": "218.149", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "171.484", "max": "176.216", "min": "171.221", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "219.289", "max": "220.132", "min": "219.048", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "222.681", "max": "222.9", "min": "222.564", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "185.112", "max": "185.362", "min": "184.927", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "223.197", "max": "223.992", "min": "222.914", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "353.621", "max": "367.937", "min": "338.594", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "372.999", "max": "373.591", "min": "372.828", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "189.887", "max": "189.968", "min": "189.796", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "357.83", "max": "361.508", "min": "357.352", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "306.601", "max": "311.697", "min": "306.161", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "225.448", "max": "225.724", "min": "225.334", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "209.852", "max": "209.96", "min": "209.714", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "289.263", "max": "293.109", "min": "288.823", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "201.332", "max": "204.058", "min": "200.646", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "156.791", "max": "157.32", "min": "156.6", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "325.988", "max": "326.12", "min": "325.899", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "334.37", "max": "341.35", "min": "333.872", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "217.096", "max": "218.324", "min": "216.819", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "217.554", "max": "217.661", "min": "217.451", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "270.961", "max": "271.213", "min": "270.841", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "251.508", "max": "277.094", "min": "250.115", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "180.377", "max": "192.491", "min": "175.135", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "205.354", "max": "206.934", "min": "205.123", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "238.16", "max": "241.09", "min": "237.97", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "234.086", "max": "234.418", "min": "233.921", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "339.357", "max": "346.633", "min": "338.885", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "58.687", "max": "63.44", "min": "57.702", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "197.981", "max": "198.335", "min": "197.801", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "38.88", "max": "39.427", "min": "38.598", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "310.524", "max": "312.154", "min": "310.308", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "217.9", "max": "217.99", "min": "217.757", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "220.966", "max": "221.115", "min": "220.827", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "399.911", "max": "400.614", "min": "399.749", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "319.809", "max": "321.225", "min": "319.559", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "282.592", "max": "283.045", "min": "282.453", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "215.277", "max": "215.497", "min": "215.185", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "429.922", "max": "442.513", "min": "429.086", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "667.984", "max": "795.505", "min": "519.163", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "442.25", "max": "549.022", "min": "377.417", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "532.046", "max": "539.348", "min": "531.418", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "157.636", "max": "160.499", "min": "157.182", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "197.327", "max": "197.446", "min": "197.183", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "213.75", "max": "217.286", "min": "213.263", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "193.713", "max": "193.963", "min": "193.426", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "290.603", "max": "450.619", "min": "217.502", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "318.813", "max": "318.963", "min": "318.689", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "333.145", "max": "371.168", "min": "331.186", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "333.665", "max": "334.249", "min": "333.56", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "333.753", "max": "334.595", "min": "333.396", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "216.24", "max": "223.127", "min": "205.959", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "453.953", "max": "454.275", "min": "453.689", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "409.732", "max": "413.372", "min": "409.402", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "200.991", "max": "201.474", "min": "200.859", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "232.488", "max": "232.722", "min": "232.413", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "200.482", "max": "200.614", "min": "200.35", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "200.429", "max": "200.578", "min": "200.337", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "16.498", "max": "17.95", "min": "15.699", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "207.931", "max": "208.246", "min": "207.783", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "224.797", "max": "226.48", "min": "224.585", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "206.205", "max": "216.34", "min": "205.066", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "225.777", "max": "226.562", "min": "225.565", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "193.494", "max": "193.655", "min": "193.398", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "220.167", "max": "220.301", "min": "220.004", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "325.064", "max": "325.247", "min": "324.986", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "416.423", "max": "420.854", "min": "415.622", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "324.444", "max": "324.665", "min": "324.358", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "316.062", "max": "316.425", "min": "315.82", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "209.051", "max": "219.911", "min": "208.42", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "306.754", "max": "307.55", "min": "306.454", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "318.103", "max": "336.139", "min": "317.345", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "402.247", "max": "408.224", "min": "400.753", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "285.931", "max": "286.084", "min": "285.874", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "297.464", "max": "297.55", "min": "297.366", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "309.427", "max": "322.452", "min": "307.144", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "290.605", "max": "298.677", "min": "290.236", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "335.637", "max": "336.575", "min": "335.502", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "303.246", "max": "303.512", "min": "303.033", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "216.422", "max": "216.491", "min": "216.327", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "196.531", "max": "196.91", "min": "196.291", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "336.636", "max": "338.037", "min": "336.325", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "321.206", "max": "361.645", "min": "314.413", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "224.265", "max": "224.459", "min": "224.144", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "352.314", "max": "427.668", "min": "342.424", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "257.924", "max": "258.276", "min": "257.843", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "316.485", "max": "317.053", "min": "315.856", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "325.14", "max": "325.478", "min": "324.891", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "223.418", "max": "223.779", "min": "223.208", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "382.434", "max": "382.932", "min": "382.295", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "465.685", "max": "465.997", "min": "465.6", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "377.792", "max": "377.992", "min": "377.675", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "214.71", "max": "215.05", "min": "214.544", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "368.182", "max": "380.581", "min": "348.686", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "219.659", "max": "219.961", "min": "219.539", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "206.959", "max": "207.017", "min": "206.876", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "306.854", "max": "310.603", "min": "306.413", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "446.584", "max": "446.92", "min": "446.484", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "285.398", "max": "286.546", "min": "285.28", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "304.803", "max": "305.092", "min": "304.559", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "329.646", "max": "340.599", "min": "329.086", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "304.506", "max": "304.589", "min": "304.433", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "291.354", "max": "291.905", "min": "291.145", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "361.069", "max": "361.945", "min": "360.891", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "339.751", "max": "340.042", "min": "339.656", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "343.652", "max": "344.262", "min": "343.504", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "330.683", "max": "331.283", "min": "330.549", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "301.497", "max": "304.837", "min": "301.015", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "315.515", "max": "315.688", "min": "315.406", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "308.736", "max": "308.856", "min": "308.666", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "326.98", "max": "327.162", "min": "326.858", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "332.489", "max": "333.017", "min": "332.169", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "319.35", "max": "336.133", "min": "318.37", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "316.422", "max": "385.5", "min": "296.402", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "289.965", "max": "290.217", "min": "289.768", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "337.06", "max": "337.275", "min": "336.881", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "330.086", "max": "330.466", "min": "329.941", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "348.02", "max": "348.553", "min": "347.611", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "287.682", "max": "294.571", "min": "286.919", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "356.468", "max": "356.726", "min": "356.316", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "321.952", "max": "322.339", "min": "321.829", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "311.119", "max": "311.262", "min": "310.924", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "323.384", "max": "323.471", "min": "323.322", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "272.82", "max": "276.847", "min": "272.077", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "347.356", "max": "347.513", "min": "347.209", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "291.169", "max": "291.351", "min": "291.017", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "299.733", "max": "300.281", "min": "299.6", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "300.428", "max": "300.651", "min": "300.29", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "43.769", "max": "50.723", "min": "42.615", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "215.283", "max": "217.871", "min": "214.765", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "317.559", "max": "319.812", "min": "311.968", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "383.054", "max": "384.905", "min": "378.026", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "302.544", "max": "303.119", "min": "302.274", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "448.095", "max": "449.158", "min": "447.913", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "187.417", "max": "187.871", "min": "187.033", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "319.018", "max": "319.23", "min": "318.863", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "363.946", "max": "364.664", "min": "363.81", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "289.373", "max": "290.593", "min": "288.812", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "310.514", "max": "311.956", "min": "310.097", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "228.021", "max": "228.082", "min": "227.931", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "230.733", "max": "230.818", "min": "230.651", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "341.341", "max": "341.638", "min": "341.136", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "227.469", "max": "227.548", "min": "227.411", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "302.29", "max": "302.468", "min": "302.149", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "217.314", "max": "217.361", "min": "217.266", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "317.036", "max": "317.202", "min": "316.916", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "366.969", "max": "367.509", "min": "366.768", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "219.923", "max": "223.432", "min": "216.931", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "325.785", "max": "326.13", "min": "325.581", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "322.953", "max": "323.362", "min": "322.35", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "261.948", "max": "263.937", "min": "261.263", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "401.618", "max": "402.491", "min": "401.304", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "151.507", "max": "151.63", "min": "151.432", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "392.126", "max": "393.02", "min": "391.925", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "324.504", "max": "324.569", "min": "324.408", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "313.989", "max": "314.156", "min": "313.807", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "333.608", "max": "333.712", "min": "333.549", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "217.57", "max": "218.579", "min": "217.239", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "232.642", "max": "232.945", "min": "232.529", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "360.105", "max": "367.7", "min": "357.571", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "295.181", "max": "295.917", "min": "294.82", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "232.415", "max": "233.773", "min": "231.77", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "335.844", "max": "336.369", "min": "335.723", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "203.845", "max": "205.914", "min": "203.606", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "294.26", "max": "295.792", "min": "293.979", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "322.648", "max": "343.743", "min": "312.443", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "297.755", "max": "297.755", "min": "297.755", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "284.372", "max": "284.462", "min": "284.296", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "347.098", "max": "347.274", "min": "347.028", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "381.814", "max": "382.536", "min": "381.474", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "300.172", "max": "308.777", "min": "292.304", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "318.933", "max": "319.023", "min": "318.837", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "389.747", "max": "390.661", "min": "389.543", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "372.485", "max": "375.895", "min": "372.1", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "210.278", "max": "214.089", "min": "209.412", "id": "59", "country": "New Zealand", "source_name": "Christchurch", "destination_name": "Lansing", "destination_id": "295" } } }, "105": { "name": "Adelaide", "data": { "0": { "avg": "318.894", "max": "327.363", "min": "318.136", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "11.993", "max": "12.428", "min": "11.779", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "228.091", "max": "230.814", "min": "227.691", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "330.176", "max": "337.563", "min": "329.153", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "302.858", "max": "303.51", "min": "302.589", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "285.228", "max": "289.165", "min": "284.729", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "312.421", "max": "316.917", "min": "311.337", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "46.603", "max": "63.437", "min": "45.279", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "348.565", "max": "349.063", "min": "348.311", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "321.836", "max": "324.309", "min": "321.504", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "319.364", "max": "322.51", "min": "318.758", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "214.917", "max": "227.215", "min": "213.923", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "239.133", "max": "240.339", "min": "238.832", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "228.305", "max": "238.096", "min": "227.491", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "239.681", "max": "240.323", "min": "239.493", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "233.794", "max": "237.05", "min": "233.082", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "316.889", "max": "319.512", "min": "316.205", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "225.665", "max": "233.786", "min": "225.178", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "308.405", "max": "315.462", "min": "307.711", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "325.706", "max": "330.582", "min": "324.887", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "37.888", "max": "38.167", "min": "37.748", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "211.328", "max": "215.192", "min": "210.837", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "170.717", "max": "178.464", "min": "170.024", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "158.859", "max": "162.562", "min": "158.362", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "336.212", "max": "337.727", "min": "335.716", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "327.684", "max": "331.42", "min": "326.988", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "321.302", "max": "324.437", "min": "320.607", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "329.324", "max": "330.468", "min": "328.952", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "307.973", "max": "309.993", "min": "307.674", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "175.395", "max": "176.205", "min": "175.08", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "231.43", "max": "232.614", "min": "230.971", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "333.143", "max": "333.608", "min": "332.856", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "224.578", "max": "244.195", "min": "223.292", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "363.115", "max": "364.554", "min": "362.836", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "324.746", "max": "327.998", "min": "324.22", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "293.88", "max": "295.213", "min": "293.334", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "181.745", "max": "182.235", "min": "181.482", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "194.247", "max": "206.135", "min": "193.611", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "207.051", "max": "208.99", "min": "206.716", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "230.055", "max": "231.142", "min": "229.648", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "437.087", "max": "444.032", "min": "436.397", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "304.993", "max": "312.509", "min": "304.012", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "339.682", "max": "347.827", "min": "339.14", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "334.813", "max": "336.093", "min": "334.4", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "344.862", "max": "345.052", "min": "344.688", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "342.834", "max": "353.689", "min": "342.052", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "324.514", "max": "325.211", "min": "324.246", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "297.952", "max": "298.401", "min": "297.731", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "374.12", "max": "374.779", "min": "373.898", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "221.794", "max": "222.834", "min": "221.431", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "236.292", "max": "239.126", "min": "235.867", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.773", "max": "183.318", "min": "182.498", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "424.402", "max": "518.071", "min": "412.78", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "209.737", "max": "210.27", "min": "209.464", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "418.064", "max": "428.696", "min": "414.882", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "361.242", "max": "363.568", "min": "360.774", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "316.054", "max": "320.499", "min": "314.662", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "58.032", "max": "59.399", "min": "57.689", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "363.073", "max": "372.564", "min": "362.227", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "310.057", "max": "313.861", "min": "309.637", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "358.35", "max": "362.821", "min": "357.601", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "349.632", "max": "365.411", "min": "347.821", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "227.664", "max": "251.948", "min": "223.798", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "342.554", "max": "344.353", "min": "342.103", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "338.523", "max": "339.809", "min": "338.218", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "342.324", "max": "343.131", "min": "342.079", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "232.775", "max": "233.845", "min": "232.574", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "350.015", "max": "351.035", "min": "349.432", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "353.67", "max": "355.385", "min": "352.487", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "188.349", "max": "193.523", "min": "187.549", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "307.351", "max": "308.123", "min": "307.102", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "185.447", "max": "190.34", "min": "184.705", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "286.131", "max": "292.473", "min": "285.418", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "227.959", "max": "228.334", "min": "227.784", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "347.92", "max": "348.582", "min": "347.555", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "301.861", "max": "302.508", "min": "301.508", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "233.042", "max": "234.605", "min": "232.714", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "191.176", "max": "194.925", "min": "190.51", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "228.687", "max": "229.626", "min": "228.252", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "221.287", "max": "222.931", "min": "220.968", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "171.59", "max": "174.707", "min": "171.138", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "258.958", "max": "265.877", "min": "258.171", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "320.178", "max": "321.786", "min": "319.762", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "398.499", "max": "399.625", "min": "398.219", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "196.582", "max": "198.31", "min": "196.17", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "457.459", "max": "458.822", "min": "456.947", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "304.329", "max": "308.948", "min": "303.623", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "239.836", "max": "240.919", "min": "239.518", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "204.979", "max": "206.197", "min": "204.694", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "308.198", "max": "316.591", "min": "307.056", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "217.093", "max": "219.13", "min": "216.203", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "176.798", "max": "177.824", "min": "176.311", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "306.423", "max": "306.843", "min": "306.195", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "297.307", "max": "297.628", "min": "297.027", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "223.119", "max": "224.09", "min": "222.83", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "255.033", "max": "263.712", "min": "254.194", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "277.901", "max": "279.204", "min": "277.45", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "262.499", "max": "292.829", "min": "260.686", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "178.135", "max": "181.13", "min": "177.507", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "214.028", "max": "215.359", "min": "213.573", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "230.726", "max": "237.796", "min": "229.907", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "213.307", "max": "221.451", "min": "212.599", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "349.267", "max": "351.628", "min": "348.924", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "1.211", "max": "15.719", "min": "0.028", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "213.722", "max": "215.969", "min": "213.335", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "21.247", "max": "21.798", "min": "20.889", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "301.529", "max": "304.823", "min": "301.034", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "233.786", "max": "235.503", "min": "233.422", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "234.135", "max": "238.106", "min": "233.746", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "419.452", "max": "423.576", "min": "419.011", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "345.615", "max": "347.21", "min": "345.225", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "308.076", "max": "310.824", "min": "307.556", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "224.364", "max": "225.547", "min": "224.056", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "380.768", "max": "381.898", "min": "380.164", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "654.913", "max": "781.409", "min": "488.928", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "447.665", "max": "555.248", "min": "369.51", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "465.759", "max": "483.143", "min": "464.326", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "206.448", "max": "210.092", "min": "205.762", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "206.36", "max": "207.544", "min": "205.945", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "231.884", "max": "232.536", "min": "231.547", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "200.77", "max": "205.775", "min": "200.235", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "310.346", "max": "471.084", "min": "241.615", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "338.282", "max": "342.126", "min": "337.865", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "357.169", "max": "586.924", "min": "346.588", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "345.314", "max": "345.812", "min": "345.014", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "344.56", "max": "346.609", "min": "343.972", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "224.535", "max": "225.026", "min": "224.19", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "491.482", "max": "512.261", "min": "475.995", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "434.563", "max": "435.398", "min": "434.153", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "186.738", "max": "190.676", "min": "186.239", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "226.236", "max": "227.659", "min": "225.833", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "225.945", "max": "226.855", "min": "225.62", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "227.696", "max": "228.991", "min": "227.425", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "46.055", "max": "47.368", "min": "44.917", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "216.531", "max": "218.739", "min": "216.066", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "233.465", "max": "236.188", "min": "233.006", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "197.541", "max": "203.714", "min": "196.253", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "219.11", "max": "219.892", "min": "218.741", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "211.844", "max": "214.912", "min": "211.295", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "230.096", "max": "232.355", "min": "229.28", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "329.422", "max": "331.253", "min": "329.008", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "350.045", "max": "356.657", "min": "349.244", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "346.506", "max": "350.671", "min": "346.061", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "330.217", "max": "330.638", "min": "329.853", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.173", "max": "218.891", "min": "210.609", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "311.697", "max": "312.526", "min": "311.359", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "349.477", "max": "356.679", "min": "348.591", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "406.92", "max": "408.572", "min": "406.675", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "296.465", "max": "297.068", "min": "296.187", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "297.702", "max": "299.323", "min": "297.168", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "305.829", "max": "312.251", "min": "304.339", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "243.393", "max": "244.899", "min": "243.015", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "342.974", "max": "346.992", "min": "342.339", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "313.018", "max": "313.565", "min": "312.677", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "232.843", "max": "235.813", "min": "232.562", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "202.303", "max": "203.673", "min": "201.814", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "346.056", "max": "347.603", "min": "345.6", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "328.887", "max": "368.128", "min": "321.721", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "227.101", "max": "227.929", "min": "226.754", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "376.693", "max": "456.929", "min": "370.194", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "262.931", "max": "265.736", "min": "262.271", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "164.005", "max": "166.97", "min": "163.501", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "343.025", "max": "345.664", "min": "342.378", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "239.011", "max": "240.566", "min": "238.621", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "410.299", "max": "413.137", "min": "409.805", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "456.908", "max": "457.989", "min": "456.614", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "391.194", "max": "395.121", "min": "390.661", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "232.211", "max": "247.696", "min": "231.364", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "304.793", "max": "308.503", "min": "304.275", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "242.432", "max": "243.427", "min": "241.97", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "220.8", "max": "223.826", "min": "220.386", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "429.561", "max": "436.75", "min": "428.848", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "451.318", "max": "456.695", "min": "450.496", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "304.159", "max": "306.228", "min": "303.893", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "314.325", "max": "318.531", "min": "313.795", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "331.712", "max": "344.377", "min": "330.3", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "322.354", "max": "323.399", "min": "322.109", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "299.384", "max": "301.007", "min": "298.985", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "364.372", "max": "365.174", "min": "364.003", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "351.895", "max": "353.642", "min": "351.605", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "366.213", "max": "370.441", "min": "365.736", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "350.273", "max": "351.519", "min": "349.813", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "314.013", "max": "315.123", "min": "313.683", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "309.177", "max": "312.523", "min": "308.71", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "307.731", "max": "312.688", "min": "307.194", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "321.887", "max": "323.037", "min": "321.458", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "363.417", "max": "367.303", "min": "362.26", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "327.909", "max": "333.808", "min": "326.499", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "355.891", "max": "433.578", "min": "324.486", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "304.826", "max": "307.16", "min": "304.366", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "361.89", "max": "362.395", "min": "361.59", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "338.342", "max": "380.168", "min": "336.562", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "350.466", "max": "351.272", "min": "349.861", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "304.177", "max": "305.393", "min": "303.817", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.057", "max": "356.285", "min": "352.579", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "327.935", "max": "329.017", "min": "327.582", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "330.379", "max": "332.999", "min": "329.89", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "328.31", "max": "328.796", "min": "328.016", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "302.708", "max": "308.929", "min": "301.838", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "358.033", "max": "361.013", "min": "357.42", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "315.244", "max": "326.442", "min": "313.561", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "303.234", "max": "308.182", "min": "302.732", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "308.288", "max": "314.939", "min": "307.754", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "26.393", "max": "37.905", "min": "23.034", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "226.477", "max": "234.295", "min": "225.328", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "346.786", "max": "349.196", "min": "340.379", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "397.872", "max": "405.431", "min": "397.359", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "315.698", "max": "316.819", "min": "315.313", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "443.142", "max": "443.555", "min": "442.928", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "196.873", "max": "197.932", "min": "196.349", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "334.151", "max": "335.258", "min": "333.715", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "360.459", "max": "361.423", "min": "360.081", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "298.659", "max": "300.054", "min": "298.118", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "414.208", "max": "419.595", "min": "413.091", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "222.263", "max": "222.824", "min": "222.049", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "243.519", "max": "247.923", "min": "243.248", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "334.446", "max": "336.422", "min": "334.116", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "236.667", "max": "237.643", "min": "236.401", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "320.857", "max": "327.571", "min": "320.239", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "226.349", "max": "226.898", "min": "226.089", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "326.655", "max": "336.085", "min": "325.721", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "364.734", "max": "372.469", "min": "364.003", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "248.515", "max": "252.463", "min": "244.485", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "314.999", "max": "316.892", "min": "314.563", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "334.242", "max": "339.296", "min": "332.904", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "281.143", "max": "284.888", "min": "280.187", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "461.227", "max": "465.751", "min": "460.339", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "202.246", "max": "204.238", "min": "201.965", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "404.572", "max": "422.278", "min": "403.287", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "344.49", "max": "347.998", "min": "344.043", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "308.865", "max": "325.163", "min": "307.542", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "364.956", "max": "368.22", "min": "364.41", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "236.004", "max": "245.987", "min": "235.317", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "234.89", "max": "243.639", "min": "234.315", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "355.044", "max": "357.317", "min": "353.079", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "325.887", "max": "327.64", "min": "325.173", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "240.975", "max": "242.373", "min": "240.073", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "365.826", "max": "366.743", "min": "365.436", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "210.718", "max": "211.815", "min": "210.35", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "311.91", "max": "315.909", "min": "311.166", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "345.624", "max": "350.745", "min": "344.969", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "311.7", "max": "311.7", "min": "311.7", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "303.902", "max": "304.849", "min": "303.64", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "314.27", "max": "317.771", "min": "313.755", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "390.901", "max": "399.542", "min": "389.458", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "319.674", "max": "328.944", "min": "311.317", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "340.922", "max": "342.189", "min": "340.544", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "347.199", "max": "348.507", "min": "346.907", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "383.316", "max": "385.84", "min": "382.792", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "218.507", "max": "228.987", "min": "217.684", "id": "105", "country": "Australia", "source_name": "Adelaide", "destination_name": "Lansing", "destination_id": "295" } } }, "107": { "name": "Sydney", "data": { "0": { "avg": "269.887", "max": "272.066", "min": "269.562", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "11.841", "max": "12.262", "min": "11.584", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "209.287", "max": "209.846", "min": "209.177", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "348.639", "max": "355.453", "min": "346.939", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "333.067", "max": "333.948", "min": "332.72", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "113.965", "max": "114.311", "min": "113.823", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "281.618", "max": "283.611", "min": "281.401", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "25.277", "max": "41.687", "min": "24.083", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "279.922", "max": "282.894", "min": "279.466", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "361.383", "max": "363.134", "min": "360.946", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "259.311", "max": "259.637", "min": "259.066", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "170.632", "max": "171.033", "min": "170.517", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "202.048", "max": "202.231", "min": "201.915", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "205.497", "max": "207.69", "min": "205.235", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "271.041", "max": "271.526", "min": "270.87", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "203.834", "max": "204.576", "min": "203.445", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "238.972", "max": "239.256", "min": "238.771", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "185.093", "max": "187.42", "min": "184.862", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "258.486", "max": "259.181", "min": "258.248", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "280.681", "max": "281.826", "min": "280.437", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "17.795", "max": "18.027", "min": "17.68", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "251.897", "max": "252.065", "min": "251.78", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "275.821", "max": "276.929", "min": "275.452", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "170.424", "max": "171.996", "min": "170.138", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "351.981", "max": "353.132", "min": "348.72", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "273.696", "max": "273.916", "min": "273.613", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "263.755", "max": "267.222", "min": "263.333", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "271.83", "max": "272.272", "min": "271.482", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "268.282", "max": "271.851", "min": "268.021", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "207.4", "max": "208.114", "min": "207.189", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "94.056", "max": "96.187", "min": "93.808", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "285.588", "max": "285.858", "min": "285.47", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "201.952", "max": "202.24", "min": "201.784", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "300.359", "max": "300.821", "min": "300.244", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "295.126", "max": "295.757", "min": "294.796", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "134.611", "max": "135.7", "min": "134.398", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "138.59", "max": "138.88", "min": "138.523", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "146.737", "max": "149.167", "min": "146.423", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "211.681", "max": "214.044", "min": "211.424", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "199.964", "max": "201.8", "min": "199.524", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "403.803", "max": "406.103", "min": "403.363", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "284.023", "max": "284.772", "min": "283.691", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "297.145", "max": "297.52", "min": "296.999", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "266.634", "max": "267.365", "min": "266.437", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "368.337", "max": "373.41", "min": "357.797", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "284.921", "max": "285.591", "min": "284.555", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "299.481", "max": "300.446", "min": "299.277", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "288.51", "max": "288.667", "min": "288.395", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "321.479", "max": "324.122", "min": "321.224", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "314.13", "max": "314.441", "min": "313.687", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "321.893", "max": "322.782", "min": "321.314", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.995", "max": "166.321", "min": "165.805", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "344.705", "max": "361.975", "min": "339.339", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "230.502", "max": "231.003", "min": "230.377", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "141.676", "max": "153.601", "min": "138.229", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "105.656", "max": "107.981", "min": "105.338", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "250.853", "max": "257.219", "min": "249.892", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "38.868", "max": "39.28", "min": "38.757", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "306.425", "max": "307.455", "min": "306.098", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "250.047", "max": "250.974", "min": "249.844", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "320.502", "max": "321.125", "min": "319.996", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "321.707", "max": "334.22", "min": "319.802", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "129.131", "max": "185.102", "min": "122.192", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "146.291", "max": "146.56", "min": "146.207", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "306.267", "max": "306.576", "min": "306.143", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "296.621", "max": "297.453", "min": "296.46", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "350.077", "max": "350.587", "min": "349.657", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "303.102", "max": "303.785", "min": "302.747", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "313.69", "max": "315.361", "min": "312.889", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "231.264", "max": "232.477", "min": "231.06", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "127.777", "max": "132.644", "min": "127.385", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "141.739", "max": "144.047", "min": "141.385", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "244.205", "max": "244.896", "min": "244.038", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "193.949", "max": "194.351", "min": "193.827", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "376.932", "max": "378.374", "min": "376.207", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "299.807", "max": "362.426", "min": "265.449", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "276.222", "max": "276.428", "min": "276.054", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "210.539", "max": "216.272", "min": "210.165", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "330.581", "max": "331.067", "min": "330.399", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "240.737", "max": "241.191", "min": "240.552", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "271.304", "max": "273.17", "min": "266.334", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "303.69", "max": "304.108", "min": "303.333", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "245.66", "max": "248.58", "min": "245.325", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "128.276", "max": "128.62", "min": "128.158", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "164.802", "max": "165.027", "min": "164.601", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "352.943", "max": "354.949", "min": "352.552", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "337.366", "max": "339.756", "min": "336.885", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "329.275", "max": "329.9", "min": "328.886", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "184.961", "max": "185.15", "min": "184.819", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "248.832", "max": "250.564", "min": "248.484", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "249.738", "max": "251.215", "min": "249.139", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "224.154", "max": "224.783", "min": "223.809", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "290.427", "max": "293.113", "min": "290.149", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "205.53", "max": "206", "min": "205.3", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "210.113", "max": "210.301", "min": "209.956", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "373.528", "max": "374.206", "min": "370.269", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "245.941", "max": "246.177", "min": "245.623", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "242.771", "max": "273.01", "min": "240.785", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.987", "max": "166.105", "min": "150.047", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "196.465", "max": "200.36", "min": "195.94", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "266.233", "max": "267.063", "min": "266.026", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "188.873", "max": "189.12", "min": "188.665", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "317.846", "max": "319.849", "min": "317.593", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "21.568", "max": "27.413", "min": "20.834", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "314.247", "max": "315.094", "min": "313.623", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": null, "max": null, "min": null, "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "268.646", "max": "272.874", "min": "268.344", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "201.104", "max": "201.334", "min": "200.722", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "233.626", "max": "233.89", "min": "233.536", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "372.832", "max": "377.209", "min": "362.592", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "138.18", "max": "139.168", "min": "138.042", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "433.637", "max": "434.068", "min": "432.953", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "200.406", "max": "203.264", "min": "200.174", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "281.967", "max": "283.299", "min": "281.669", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "593.829", "max": "727.697", "min": "444.509", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "475.184", "max": "593.984", "min": "376.828", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "430.975", "max": "433.579", "min": "430.511", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "119.669", "max": "122.407", "min": "119.225", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "319.976", "max": "331.613", "min": "319.034", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "204.024", "max": "204.718", "min": "203.77", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "220.966", "max": "221.266", "min": "220.794", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "316.309", "max": "478.715", "min": "249.594", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "305.207", "max": "305.721", "min": "304.81", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "361.594", "max": "365.874", "min": "360.977", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "363.101", "max": "363.374", "min": "362.845", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "349.309", "max": "350.288", "min": "348.555", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "239.533", "max": "239.757", "min": "239.297", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "490.83", "max": "492.235", "min": "490.215", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "298.715", "max": "299.513", "min": "298.496", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "199.672", "max": "201.375", "min": "199.407", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "212.32", "max": "215.766", "min": "212.001", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "257.769", "max": "257.935", "min": "257.514", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "243.555", "max": "244.39", "min": "243.278", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "26.435", "max": "27.986", "min": "25.777", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "182.944", "max": "183.524", "min": "182.644", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "211.189", "max": "211.546", "min": "210.941", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "182.301", "max": "192.52", "min": "181.351", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "234.89", "max": "235.113", "min": "234.711", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "237.798", "max": "238.099", "min": "237.568", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "256.839", "max": "259.4", "min": "256.547", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "255.306", "max": "256.72", "min": "254.987", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "144.981", "max": "148.609", "min": "144.451", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "362.148", "max": "363.277", "min": "361.636", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "270.109", "max": "271.563", "min": "269.861", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "212.065", "max": "223.202", "min": "210.531", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "253.537", "max": "254.058", "min": "253.21", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "366.835", "max": "372.391", "min": "365.712", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "159.46", "max": "159.661", "min": "159.341", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "263.637", "max": "266.265", "min": "263.442", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "276.051", "max": "276.393", "min": "275.913", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "334.505", "max": "349.185", "min": "332.3", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "133.354", "max": "133.829", "min": "133.019", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "359.658", "max": "360.273", "min": "357.561", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "281.189", "max": "329.098", "min": "279.377", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "199.019", "max": "199.288", "min": "198.866", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "280.262", "max": "280.567", "min": "279.915", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "306.771", "max": "308.244", "min": "306.35", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "227.98", "max": "274.117", "min": "218.486", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "199.922", "max": "200.297", "min": "199.654", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "333.133", "max": "376.108", "min": "329.062", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "231.261", "max": "231.424", "min": "231.11", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "279.239", "max": "279.894", "min": "278.565", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "309.929", "max": "313.186", "min": "269.61", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "318.688", "max": "319.231", "min": "318.363", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "362.333", "max": "362.94", "min": "362.193", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "441.157", "max": "441.662", "min": "440.991", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "417.04", "max": "425.073", "min": "415.848", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "193.098", "max": "194.449", "min": "192.904", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "358.121", "max": "370.181", "min": "338.645", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "256.202", "max": "257.211", "min": "255.983", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "201.019", "max": "201.154", "min": "200.921", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "276.646", "max": "281.005", "min": "276.176", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "198.821", "max": "200.461", "min": "198.592", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "270.22", "max": "271.154", "min": "270.075", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "245.877", "max": "253.404", "min": "245.346", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "289.801", "max": "305.346", "min": "289.098", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "343.163", "max": "343.957", "min": "342.688", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "251.834", "max": "260.854", "min": "251.181", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "327.36", "max": "327.708", "min": "327.152", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "323.068", "max": "323.396", "min": "322.956", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "311.257", "max": "316.029", "min": "310.772", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "373.087", "max": "373.411", "min": "372.672", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "264.333", "max": "265.238", "min": "264.077", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "270.555", "max": "273.489", "min": "270.259", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "284.299", "max": "293.155", "min": "283.596", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "276.418", "max": "277.526", "min": "276.166", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "291.706", "max": "293.348", "min": "291.249", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "284.521", "max": "286.263", "min": "283.805", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "288.888", "max": "304.736", "min": "276.158", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "257.452", "max": "257.724", "min": "257.263", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "310.123", "max": "310.671", "min": "309.838", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "299.479", "max": "299.805", "min": "299.323", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "367.721", "max": "368.496", "min": "366.861", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "263.667", "max": "269.818", "min": "263.236", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "254.725", "max": "270.722", "min": "199.875", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "398.696", "max": "459.47", "min": "385.457", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "273.858", "max": "274.277", "min": "273.655", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "278.048", "max": "278.606", "min": "277.921", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "259.996", "max": "266.755", "min": "258.395", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "284.778", "max": "285.111", "min": "284.57", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "264.176", "max": "265.948", "min": "263.823", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "378.173", "max": "383.959", "min": "373.344", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "266.612", "max": "266.919", "min": "266.196", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "7.835", "max": "21.23", "min": "4.789", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "205.872", "max": "211.931", "min": "205.019", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "245.593", "max": "249.84", "min": "241.504", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "239.125", "max": "239.269", "min": "238.997", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "263.127", "max": "263.878", "min": "262.939", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "143.919", "max": "144.124", "min": "143.779", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "418.844", "max": "419.386", "min": "414.637", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "269.169", "max": "269.457", "min": "269.03", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "314.088", "max": "314.251", "min": "313.883", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "265.798", "max": "267.16", "min": "265.435", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "271.533", "max": "273.935", "min": "271.017", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "323.424", "max": "323.703", "min": "323.303", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "308.253", "max": "308.541", "min": "308.123", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "162.257", "max": "310.821", "min": "156.827", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "244.507", "max": "246.664", "min": "244.326", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "235.657", "max": "236.233", "min": "235.507", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "340.364", "max": "378.375", "min": "329.605", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "244.38", "max": "245.962", "min": "244.162", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "359.346", "max": "804.276", "min": "343.777", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "210.468", "max": "213.603", "min": "207.529", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "255.315", "max": "255.611", "min": "255.139", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "275.174", "max": "276.647", "min": "274.482", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "241.525", "max": "261.103", "min": "240.008", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "395.188", "max": "395.895", "min": "394.832", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "114.689", "max": "116.071", "min": "114.421", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "346.362", "max": "346.782", "min": "346.168", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "299.017", "max": "299.341", "min": "298.7", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "266.048", "max": "266.697", "min": "265.877", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "309.362", "max": "315.019", "min": "297.415", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "216.123", "max": "216.891", "min": "215.867", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "204.101", "max": "204.932", "min": "203.941", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "312.786", "max": "321.194", "min": "310.063", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "396.637", "max": "402.948", "min": "393.942", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "356.319", "max": "357.574", "min": "355.389", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "297.283", "max": "298.385", "min": "296.963", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "230.784", "max": "231.262", "min": "230.56", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "287.437", "max": "291.72", "min": "286.895", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "257.983", "max": "258.338", "min": "257.848", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "370.959", "max": "370.959", "min": "370.959", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "272.693", "max": "275.533", "min": "272.474", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "270.792", "max": "271.055", "min": "270.658", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "375.65", "max": "375.978", "min": "375.398", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "279.382", "max": "291.756", "min": "271.721", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "282.643", "max": "283.169", "min": "282.511", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "346.847", "max": "350.458", "min": "339.551", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "358.067", "max": "360.031", "min": "357.725", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "265.3", "max": "269.491", "min": "265.007", "id": "107", "country": "Australia", "source_name": "Sydney", "destination_name": "Lansing", "destination_id": "295" } } }, "115": { "name": "Dar es Salaam", "data": { "0": { "avg": "269.595", "max": "272.508", "min": "268.908", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "265.66", "max": "268.447", "min": "265.291", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "219.581", "max": "220.461", "min": "219.376", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "154.08", "max": "162.528", "min": "152.872", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "136.095", "max": "138.762", "min": "135.547", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "269.052", "max": "305.597", "min": "267.108", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "140.986", "max": "149.74", "min": "140.281", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "300.287", "max": "307.064", "min": "299.369", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "177.853", "max": "181.115", "min": "177.244", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "158.669", "max": "173.39", "min": "157.595", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "132.668", "max": "134.973", "min": "132.244", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "243.657", "max": "264.458", "min": "242.074", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "208.082", "max": "210.437", "min": "207.574", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "197.737", "max": "206.124", "min": "196.962", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "226.096", "max": "227.042", "min": "225.741", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "227.555", "max": "256.064", "min": "226.1", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "121.55", "max": "122.516", "min": "121.262", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "214.286", "max": "219.952", "min": "213.528", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "147.434", "max": "148.814", "min": "147.061", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "132.705", "max": "133.151", "min": "132.546", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "296.974", "max": "300.542", "min": "296.583", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "226.615", "max": "227.53", "min": "226.473", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "258.188", "max": "272.049", "min": "257.35", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "250.36", "max": "260.613", "min": "248.96", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "200.248", "max": "215.145", "min": "199.074", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "145.051", "max": "207.55", "min": "142.472", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "131.627", "max": "148.862", "min": "130.581", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "185.537", "max": "189.742", "min": "184.795", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "129.337", "max": "129.882", "min": "129.185", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "295.885", "max": "298.061", "min": "295.486", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "306.496", "max": "310.128", "min": "306.022", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "153.491", "max": "201.294", "min": "150.867", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "267.04", "max": "272.795", "min": "266.573", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "156.63", "max": "157.276", "min": "156.455", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "119.436", "max": "119.94", "min": "119.21", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "303.358", "max": "357.887", "min": "300.265", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "269.29", "max": "270.513", "min": "269.104", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "259.008", "max": "261.058", "min": "258.318", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "228.304", "max": "229.17", "min": "228.098", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "205.609", "max": "222.537", "min": "204.689", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "67.584", "max": "70.364", "min": "67.135", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "142.581", "max": "151.025", "min": "141.826", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "163.508", "max": "190.871", "min": "161.403", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "202.749", "max": "203.347", "min": "202.49", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "232.146", "max": "235.231", "min": "231.47", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "158.126", "max": "160.287", "min": "157.513", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "168.599", "max": "170.419", "min": "168.298", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "370.895", "max": "424.973", "min": "368.321", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "348.77", "max": "351.443", "min": "347.063", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "244.469", "max": "253.781", "min": "243.541", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "248.837", "max": "272.459", "min": "247.38", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "266.468", "max": "303.736", "min": "264.87", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "187.396", "max": "205.447", "min": "182.164", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "263.821", "max": "265.161", "min": "263.465", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "226.814", "max": "243.3", "min": "223.294", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "201.624", "max": "240.575", "min": "199.944", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "151.174", "max": "155.572", "min": "150.015", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "427.591", "max": "455.425", "min": "426.271", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "160.823", "max": "206.022", "min": "158.799", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "144.213", "max": "160.982", "min": "143.336", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "175.835", "max": "199.563", "min": "173.564", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "170.921", "max": "229.992", "min": "165.317", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "304.867", "max": "339.213", "min": "301.709", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "247.513", "max": "327.839", "min": "244.517", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "175.846", "max": "184.585", "min": "175.297", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "147.915", "max": "151.235", "min": "147.4", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "205.864", "max": "211.869", "min": "204.624", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "152.718", "max": "167.94", "min": "151.438", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "336.643", "max": "341.37", "min": "335.362", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "246.301", "max": "249.451", "min": "245.827", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "221.286", "max": "225.282", "min": "220.604", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "268.262", "max": "268.866", "min": "267.918", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "276.099", "max": "353.132", "min": "272.701", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "220.392", "max": "221.322", "min": "220.16", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "170.459", "max": "173.094", "min": "169.559", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "144.943", "max": "152.94", "min": "144.345", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "219.674", "max": "230.605", "min": "219.051", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "291.763", "max": "296.787", "min": "291.257", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "222.177", "max": "226.798", "min": "221.541", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "256.182", "max": "315.725", "min": "253.803", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "317.643", "max": "337.21", "min": "316.169", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "246.487", "max": "250.355", "min": "246.11", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "305.876", "max": "313.432", "min": "305.279", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "252.166", "max": "254.231", "min": "251.74", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "251.417", "max": "280.406", "min": "250.11", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "197.533", "max": "199.866", "min": "196.79", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "141.142", "max": "145.411", "min": "140.289", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "230.154", "max": "232.771", "min": "229.795", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "222.32", "max": "257.33", "min": "220.436", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "140.109", "max": "154.414", "min": "139.049", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "235.385", "max": "239.309", "min": "234.321", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "279.374", "max": "287.438", "min": "278.625", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "126.82", "max": "129.947", "min": "126.375", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "284.751", "max": "288.716", "min": "283.733", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "206.992", "max": "208.138", "min": "206.635", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "235.218", "max": "238.526", "min": "234.591", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "282.018", "max": "285.237", "min": "281.36", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "340.528", "max": "359.257", "min": "338.458", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "269.748", "max": "293.909", "min": "263.304", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "224.923", "max": "228.989", "min": "224.274", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "229.603", "max": "252.33", "min": "228.541", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "263.397", "max": "264.193", "min": "263.144", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "149.21", "max": "151.261", "min": "148.902", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "381.423", "max": "385.175", "min": "380.401", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "230.912", "max": "232.057", "min": "230.551", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "406.861", "max": "423.225", "min": "393.698", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "305.765", "max": "308.064", "min": "305.357", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "205.05", "max": "209.575", "min": "204.36", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "220.474", "max": "226.111", "min": "219.684", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "290.914", "max": "349.629", "min": "287.999", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "297.917", "max": "299.742", "min": "297.641", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "426.096", "max": "430.4", "min": "425.662", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "198.44", "max": "199.022", "min": "198.213", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "0.019", "max": "0.042", "min": "0.008", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "435.474", "max": "554.236", "min": "272.563", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "228.262", "max": "310.752", "min": "159.405", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "22.27", "max": "27.371", "min": "21.624", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "344.413", "max": "348.304", "min": "343.604", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "244.876", "max": "246.249", "min": "244.578", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "230.582", "max": "233.421", "min": "230.081", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "275.222", "max": "277.463", "min": "274.555", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "298.903", "max": "459.874", "min": "227.587", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "313.96", "max": "316.102", "min": "313.314", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "169.222", "max": "305.053", "min": "163.635", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "159.585", "max": "162.383", "min": "159.261", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "153.359", "max": "155.423", "min": "152.53", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "202.315", "max": "218.203", "min": "201.006", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "110.71", "max": "116.276", "min": "109.783", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "243.41", "max": "273.176", "min": "242.045", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "301.113", "max": "304.104", "min": "300.65", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "225.545", "max": "241.482", "min": "224.562", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "227.143", "max": "229.074", "min": "226.82", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "263.205", "max": "264.447", "min": "262.845", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "357.293", "max": "360.9", "min": "356.321", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "248.272", "max": "250.467", "min": "247.825", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "201.681", "max": "204.626", "min": "201.323", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "257.319", "max": "278.746", "min": "255.077", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "237.474", "max": "239.184", "min": "237.188", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "276.583", "max": "276.902", "min": "276.451", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "210.376", "max": "244.686", "min": "208.66", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "152.143", "max": "155.305", "min": "151.837", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "287.666", "max": "326.134", "min": "282.852", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "177.858", "max": "182.651", "min": "176.932", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "184.519", "max": "198.732", "min": "183.799", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "343.236", "max": "365.711", "min": "341.628", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "137.917", "max": "138.926", "min": "137.547", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "158.183", "max": "172.04", "min": "157.029", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "251.86", "max": "253.273", "min": "251.6", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "131.319", "max": "134.122", "min": "131.089", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "133.746", "max": "144.776", "min": "132.981", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "145.516", "max": "150.455", "min": "143.709", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.203", "max": "282.596", "min": "265.273", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "144.567", "max": "159.422", "min": "143.63", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "128.609", "max": "139.042", "min": "126.678", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "207.074", "max": "209.529", "min": "206.675", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "320.235", "max": "345.184", "min": "318.449", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "178.771", "max": "221.6", "min": "176.614", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "382.786", "max": "429.511", "min": "374.626", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "239.59", "max": "242.053", "min": "239.097", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "367.147", "max": "445.06", "min": "357.372", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "242.98", "max": "258.468", "min": "242.051", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "234.012", "max": "237.218", "min": "233.505", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "149.796", "max": "150.329", "min": "149.583", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "207.507", "max": "218.802", "min": "206.892", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "244.356", "max": "259.044", "min": "242.019", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "49.007", "max": "50.888", "min": "48.674", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "224.47", "max": "236.286", "min": "223.586", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "261", "max": "262.792", "min": "260.778", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "346.464", "max": "353.579", "min": "322.083", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "243.78", "max": "246.803", "min": "243.261", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "221.96", "max": "264.541", "min": "220.076", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "125.492", "max": "132.603", "min": "124.617", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "263.939", "max": "265.109", "min": "263.679", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "142.531", "max": "150.438", "min": "141.65", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "125.995", "max": "169.783", "min": "122.844", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "144.141", "max": "167.884", "min": "142.62", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "126.934", "max": "131.442", "min": "126.548", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "133.297", "max": "135.846", "min": "132.901", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "173.238", "max": "217.575", "min": "170.981", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "171.795", "max": "206.621", "min": "170.205", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "197.415", "max": "232.577", "min": "194.466", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "144.337", "max": "146.374", "min": "143.774", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "134.185", "max": "136.012", "min": "133.902", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "134.485", "max": "137.029", "min": "134.135", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "137.965", "max": "143.726", "min": "137.174", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "143.4", "max": "146.681", "min": "142.972", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "190.224", "max": "194.089", "min": "189.508", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "158.074", "max": "177.742", "min": "156.322", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "165.802", "max": "227.739", "min": "137.676", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "129.189", "max": "129.684", "min": "129.031", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "176.095", "max": "203.289", "min": "174.907", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "150.006", "max": "166.206", "min": "149.09", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "167.756", "max": "210.299", "min": "165.4", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "138.63", "max": "155.518", "min": "137.474", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "235.76", "max": "238.87", "min": "235.058", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "152.911", "max": "157.016", "min": "152.279", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "120.42", "max": "122.094", "min": "120.129", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "150.146", "max": "167.731", "min": "148.878", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "376.66", "max": "382.092", "min": "374.641", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "182.177", "max": "186.042", "min": "181.656", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "137.816", "max": "141.369", "min": "137.292", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "138.101", "max": "147.428", "min": "136.868", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "134.97", "max": "137.652", "min": "134.599", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "442.844", "max": "444.326", "min": "442.581", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "206.244", "max": "222.148", "min": "205.037", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "347.259", "max": "358.326", "min": "346.257", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "226.427", "max": "234.4", "min": "225.795", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "181.901", "max": "185.315", "min": "181.554", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "275.894", "max": "287.763", "min": "275.087", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "276.872", "max": "279.123", "min": "276.371", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "127.99", "max": "132.591", "min": "127.538", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "190.002", "max": "192.012", "min": "189.656", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "133.828", "max": "139.214", "min": "132.923", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "136.818", "max": "148.643", "min": "135.624", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "219.897", "max": "232.606", "min": "219.104", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "229.325", "max": "231.32", "min": "228.982", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.551", "max": "301.443", "min": "238.11", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "202.497", "max": "216.688", "min": "201.395", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "124.444", "max": "149.812", "min": "123.261", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "207.623", "max": "210.713", "min": "207.081", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "125.899", "max": "182.569", "min": "123.687", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "316.595", "max": "317.894", "min": "316.161", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "251.854", "max": "258.067", "min": "248.374", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "141.176", "max": "141.6", "min": "140.973", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "148.182", "max": "161.351", "min": "146.363", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "270.866", "max": "276.492", "min": "269.274", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "204.096", "max": "242.098", "min": "202.194", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "368.165", "max": "377.403", "min": "367.33", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "221.203", "max": "223.126", "min": "220.751", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "153.867", "max": "155.338", "min": "153.707", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "155.813", "max": "156.245", "min": "155.564", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "157.019", "max": "163.72", "min": "156.291", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "215.177", "max": "217.329", "min": "214.532", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "209.265", "max": "210.354", "min": "209.037", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "152.403", "max": "157.469", "min": "149.842", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "331.623", "max": "334.935", "min": "330.862", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "217.135", "max": "241.717", "min": "214.226", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "182.338", "max": "183.927", "min": "182.095", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "261.216", "max": "263.84", "min": "260.829", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "146.136", "max": "163.186", "min": "144.387", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "328.644", "max": "330.648", "min": "328.361", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "299.416", "max": "299.416", "min": "299.416", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "132.259", "max": "133.476", "min": "132.066", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "136.036", "max": "146.756", "min": "134.861", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "228.102", "max": "233.833", "min": "227.269", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "149.866", "max": "159.412", "min": "141.674", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "155.679", "max": "201.979", "min": "153.401", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "207.285", "max": "209.89", "min": "206.48", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "210.15", "max": "231.659", "min": "208.54", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "219.565", "max": "219.888", "min": "219.326", "id": "115", "country": "Tanzania", "source_name": "Dar es Salaam", "destination_name": "Lansing", "destination_id": "295" } } }, "139": { "name": "Wellington", "data": { "0": { "avg": "327.31", "max": "329.518", "min": "326.886", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "36.919", "max": "40.524", "min": "36.205", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "224.212", "max": "226.419", "min": "223.876", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "305.606", "max": "312.659", "min": "304.656", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "278.791", "max": "279.818", "min": "278.514", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "265.1", "max": "266.231", "min": "264.74", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "288.223", "max": "289.642", "min": "287.696", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "4.442", "max": "61.435", "min": "0.64", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "318.768", "max": "319.634", "min": "318.394", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "310.156", "max": "311.337", "min": "309.858", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "284.259", "max": "285.387", "min": "283.871", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "183.061", "max": "184.163", "min": "182.569", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "217.772", "max": "218.859", "min": "217.425", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "219.718", "max": "220.914", "min": "219.446", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "205.778", "max": "207.204", "min": "205.317", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "207.852", "max": "208.743", "min": "207.272", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "287.636", "max": "288.789", "min": "287.378", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "193.946", "max": "197.259", "min": "193.604", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "285.11", "max": "286.551", "min": "284.639", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "297.754", "max": "299.356", "min": "297.441", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "42.696", "max": "45.156", "min": "42.317", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "188.625", "max": "189.976", "min": "188.32", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "137.119", "max": "139.127", "min": "136.637", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "158.972", "max": "160.714", "min": "158.676", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "342.303", "max": "344.212", "min": "341.652", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "288.929", "max": "293.909", "min": "288.496", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "297.103", "max": "298.054", "min": "296.716", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "339.07", "max": "340.368", "min": "338.427", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "304.413", "max": "305.745", "min": "304.107", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "158.355", "max": "160.461", "min": "157.768", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "116.337", "max": "118.122", "min": "115.773", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "309.785", "max": "311.269", "min": "309.464", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "217.275", "max": "245.906", "min": "216.062", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "337.478", "max": "338.556", "min": "337.142", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "303.782", "max": "306.562", "min": "303.306", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "279.468", "max": "280.837", "min": "279.022", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "149.117", "max": "150.048", "min": "148.876", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "155.734", "max": "157.374", "min": "155.28", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "185.718", "max": "186.287", "min": "185.42", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "208.131", "max": "210.034", "min": "207.638", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "439.344", "max": "443.652", "min": "438.584", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "280.63", "max": "281.424", "min": "280.226", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "338.593", "max": "341.152", "min": "338.206", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "350.669", "max": "352.183", "min": "350.376", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "400.96", "max": "401.79", "min": "400.614", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "299.26", "max": "300.341", "min": "298.778", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "309.011", "max": "310.372", "min": "308.589", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "249.606", "max": "250.854", "min": "249.149", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "334.969", "max": "336.729", "min": "334.641", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "196.323", "max": "203.16", "min": "194.994", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "218.922", "max": "220.798", "min": "218.279", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "181.074", "max": "189.497", "min": "0", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "337.454", "max": "431.27", "min": "330.424", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "215.881", "max": "218.055", "min": "215.286", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "380.351", "max": "391.834", "min": "373.079", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "260.101", "max": "262.196", "min": "259.358", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "320.508", "max": "327.973", "min": "319.118", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "16.017", "max": "17.444", "min": "15.671", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "343.883", "max": "345.552", "min": "343.074", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "286.021", "max": "287.047", "min": "285.695", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "350.568", "max": "352.597", "min": "349.803", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "348.819", "max": "364.151", "min": "347.374", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "234.492", "max": "334.559", "min": "229.234", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "470.282", "max": "471.838", "min": "469.987", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "321.82", "max": "323.626", "min": "321.512", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "317.966", "max": "319.568", "min": "317.468", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "209.215", "max": "210.919", "min": "208.874", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "338.604", "max": "340.84", "min": "337.743", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "334.516", "max": "337.839", "min": "333.389", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "164.085", "max": "165.688", "min": "163.776", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "285.138", "max": "286.012", "min": "284.748", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "154.252", "max": "160.342", "min": "151.736", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "242.973", "max": "244.377", "min": "242.6", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "193.665", "max": "195.205", "min": "193.252", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "336.557", "max": "338.685", "min": "336.13", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "287.395", "max": "288.866", "min": "287.047", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "203.788", "max": "205.566", "min": "203.414", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "190.631", "max": "191.469", "min": "190.254", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "204.376", "max": "205.431", "min": "204.049", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "230.754", "max": "231.794", "min": "230.348", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "196.151", "max": "198.505", "min": "195.613", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "265.001", "max": "266.393", "min": "264.464", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "303.212", "max": "315.763", "min": "287.701", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "353.933", "max": "354.959", "min": "353.577", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "177.101", "max": "179.332", "min": "176.804", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "342.606", "max": "343.222", "min": "342.244", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "293.271", "max": "295.076", "min": "292.845", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "210.347", "max": "211.415", "min": "210.034", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "197.34", "max": "199.229", "min": "196.909", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "297.782", "max": "303.682", "min": "297.173", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "186.386", "max": "188.31", "min": "185.565", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "141.723", "max": "142.966", "min": "141.434", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "289.428", "max": "291.317", "min": "289.124", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "314.612", "max": "316.095", "min": "314.067", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "222.75", "max": "223.45", "min": "222.391", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "228.54", "max": "229.268", "min": "228.316", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "258.375", "max": "259.382", "min": "257.944", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "240.738", "max": "244.802", "min": "240.08", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "162.857", "max": "177.894", "min": "162.001", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "190.135", "max": "193.344", "min": "189.782", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "224.655", "max": "226.594", "min": "224.306", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "226.793", "max": "227.797", "min": "226.401", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "326.786", "max": "328.121", "min": "326.384", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "46.223", "max": "51.675", "min": "45.023", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "183.007", "max": "183.971", "min": "182.603", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "26.027", "max": "27.732", "min": "25.694", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "286.821", "max": "289.415", "min": "286.287", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "229.78", "max": "231.914", "min": "229.474", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "208.715", "max": "215.588", "min": "208.043", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "382.153", "max": "384.105", "min": "381.686", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "354.265", "max": "370.912", "min": "353.394", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "270.17", "max": "271.785", "min": "269.819", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "202.701", "max": "204.253", "min": "202.37", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "356.02", "max": "357.61", "min": "355.541", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "628.496", "max": "740.91", "min": "475.974", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "435.732", "max": "560.072", "min": "342.346", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "510.692", "max": "514.043", "min": "506.496", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "144.713", "max": "147.878", "min": "144.215", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "182.7", "max": "184.805", "min": "182.198", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "204.021", "max": "204.684", "min": "203.67", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "181.462", "max": "182.874", "min": "181.044", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "271.567", "max": "434.348", "min": "204.667", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "317.478", "max": "318.593", "min": "317.217", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "317.353", "max": "355.837", "min": "315.311", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "320.08", "max": "320.839", "min": "319.888", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "321.511", "max": "323.955", "min": "320.925", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "214.932", "max": "215.921", "min": "214.726", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "459.129", "max": "460.639", "min": "458.657", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "412.521", "max": "413.929", "min": "411.996", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "186.096", "max": "188.41", "min": "185.825", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "203.521", "max": "204.622", "min": "203.259", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "185.241", "max": "187.315", "min": "184.906", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "234.762", "max": "237.326", "min": "234.399", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "0.04", "max": "0.144", "min": "0.014", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "195.394", "max": "197.731", "min": "194.758", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "210.155", "max": "226.218", "min": "209.326", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "191.86", "max": "196.987", "min": "190.196", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "213.341", "max": "215.557", "min": "212.87", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "222.628", "max": "223.637", "min": "222.222", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "207.329", "max": "232.978", "min": "205.689", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "306.115", "max": "307.92", "min": "305.551", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "419.675", "max": "424.809", "min": "416.649", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "311.508", "max": "313.348", "min": "311.179", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "338.253", "max": "339.68", "min": "337.792", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "217.075", "max": "219.996", "min": "216.636", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "291.067", "max": "292.08", "min": "290.564", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "331.158", "max": "335.12", "min": "330.397", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "392.877", "max": "393.877", "min": "392.513", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "271.643", "max": "273.627", "min": "271.264", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "283.854", "max": "284.873", "min": "283.66", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "290.238", "max": "296.121", "min": "289.283", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "277.477", "max": "279.337", "min": "277.207", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "327.748", "max": "330.121", "min": "327.201", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "289.07", "max": "293.097", "min": "288.423", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "203.921", "max": "205.19", "min": "203.542", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "183.611", "max": "184.748", "min": "183.282", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "322.45", "max": "324.453", "min": "321.84", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "308.136", "max": "358.199", "min": "299.576", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "234.408", "max": "246.429", "min": "233.731", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "336.328", "max": "429.488", "min": "328.534", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "243.438", "max": "244.599", "min": "243.21", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "302.275", "max": "303.758", "min": "301.524", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "349.962", "max": "351.777", "min": "349.528", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "214.934", "max": "216.525", "min": "214.583", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "403.194", "max": "405.231", "min": "402.583", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "463.863", "max": "465.838", "min": "463.553", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "370.581", "max": "371.973", "min": "370.068", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "200", "max": "201.221", "min": "199.549", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "360.992", "max": "372.493", "min": "343.36", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "255.194", "max": "257.299", "min": "254.755", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "194.935", "max": "197.129", "min": "194.483", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "293.807", "max": "295.51", "min": "293.409", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "423.555", "max": "425.264", "min": "423.111", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "291.568", "max": "292.712", "min": "291.306", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "289.578", "max": "291.361", "min": "289.117", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "310.125", "max": "311.208", "min": "309.831", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "290.102", "max": "290.759", "min": "289.853", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "275.688", "max": "277.376", "min": "275.147", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "345.346", "max": "352.468", "min": "344.649", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "328.436", "max": "329.386", "min": "328.047", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "334.887", "max": "337.649", "min": "334.423", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "336.252", "max": "337.561", "min": "335.879", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "286.948", "max": "288.96", "min": "286.452", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "300.076", "max": "301.057", "min": "299.667", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "295.957", "max": "297.006", "min": "295.682", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "313.252", "max": "315.217", "min": "312.825", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "329.717", "max": "330.746", "min": "329.015", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "304.233", "max": "320.887", "min": "302.575", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "315.875", "max": "398.84", "min": "300.76", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "311.835", "max": "313.47", "min": "311.391", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "326.61", "max": "327.619", "min": "326.179", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "326.331", "max": "337.035", "min": "325.233", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "329.133", "max": "330.147", "min": "328.545", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "272.378", "max": "274.74", "min": "271.798", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.896", "max": "355.218", "min": "353.497", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "307.01", "max": "308.507", "min": "306.64", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "319.532", "max": "320.158", "min": "319.277", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "324.318", "max": "326.842", "min": "323.945", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "258.846", "max": "267.123", "min": "256.779", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "337.598", "max": "339.569", "min": "337.354", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "318.735", "max": "322.579", "min": "318.19", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "284.745", "max": "286.675", "min": "284.268", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "288.441", "max": "289.412", "min": "288.043", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "30.475", "max": "37.428", "min": "29.358", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "216.607", "max": "221.415", "min": "215.871", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "292.394", "max": "297.072", "min": "287.01", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "372.297", "max": "373.657", "min": "371.434", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "294.363", "max": "295.273", "min": "293.883", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "440.321", "max": "441.932", "min": "439.599", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "175.291", "max": "181.434", "min": "173.992", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "328.121", "max": "330.01", "min": "327.755", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "338.118", "max": "339.679", "min": "337.82", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "275.106", "max": "276.353", "min": "274.704", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "297.798", "max": "299.247", "min": "297.094", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "213.166", "max": "214.278", "min": "212.851", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "211.428", "max": "212.173", "min": "211.239", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "328.862", "max": "330.121", "min": "328.341", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "213.761", "max": "215.682", "min": "213.242", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "304.403", "max": "305.376", "min": "304.044", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "203.56", "max": "204.599", "min": "203.196", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "303.094", "max": "305.053", "min": "302.795", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "368.482", "max": "728.428", "min": "355.771", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "222.446", "max": "226.615", "min": "219.226", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "312.419", "max": "313.474", "min": "312.086", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "308.648", "max": "310.138", "min": "307.782", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "247.221", "max": "252.792", "min": "246.08", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "389.417", "max": "391.686", "min": "388.971", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "140.563", "max": "141.054", "min": "140.358", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "380.452", "max": "382.288", "min": "380.051", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "312.717", "max": "315.113", "min": "312.414", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "300.687", "max": "302.722", "min": "300.136", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "327.825", "max": "329.962", "min": "327.401", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "227.687", "max": "230.496", "min": "226.889", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "219.74", "max": "220.392", "min": "219.517", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "346.472", "max": "357.855", "min": "344.04", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "282.663", "max": "285.529", "min": "281.744", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "219.632", "max": "222.208", "min": "218.517", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "347.028", "max": "348.357", "min": "346.722", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "216.575", "max": "217.267", "min": "216.303", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "277.953", "max": "282.338", "min": "277.441", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "299.754", "max": "311.123", "min": "294.636", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "283.712", "max": "285.367", "min": "282.058", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "284.476", "max": "285.471", "min": "284.134", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "323.282", "max": "324.208", "min": "322.947", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "366.577", "max": "370.139", "min": "365.881", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "284.402", "max": "294.575", "min": "275.984", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "310.905", "max": "312.217", "min": "310.735", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "381.361", "max": "382.168", "min": "380.924", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "365.499", "max": "369.107", "min": "364.851", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "194.663", "max": "200.876", "min": "193.765", "id": "139", "country": "New Zealand", "source_name": "Wellington", "destination_name": "Lansing", "destination_id": "295" } } }, "169": { "name": "Perth", "data": { "0": { "avg": "317.105", "max": "317.242", "min": "316.978", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "35.963", "max": "36.436", "min": "35.723", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "281.321", "max": "282.049", "min": "281.233", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "209.768", "max": "214.109", "min": "209.52", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "377.391", "max": "378.34", "min": "377.001", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "132.85", "max": "133.133", "min": "132.77", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "268.392", "max": "268.592", "min": "268.226", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "72.796", "max": "96.069", "min": "71.328", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "455.094", "max": "455.579", "min": "454.229", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "400.854", "max": "405.008", "min": "400.197", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "259.942", "max": "260.207", "min": "259.765", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "217.952", "max": "218.145", "min": "217.854", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "473.909", "max": "479.205", "min": "468.061", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "255.268", "max": "255.76", "min": "255.122", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "270.519", "max": "270.67", "min": "270.445", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "251.187", "max": "251.334", "min": "251.04", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "190.854", "max": "191.06", "min": "190.645", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "232.696", "max": "232.815", "min": "232.625", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "298.442", "max": "298.66", "min": "298.298", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "291.837", "max": "291.989", "min": "291.681", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "65.323", "max": "65.89", "min": "65.243", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "251.669", "max": "251.789", "min": "251.555", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "215.991", "max": "216.793", "min": "215.788", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "444.112", "max": "453.173", "min": "441.382", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "398.31", "max": "398.791", "min": "394.508", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "286.693", "max": "287.093", "min": "286.613", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "209.965", "max": "210.682", "min": "209.771", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "273.627", "max": "274.119", "min": "273.373", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "269.401", "max": "269.499", "min": "269.326", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "207.837", "max": "208.993", "min": "207.567", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "208.27", "max": "208.53", "min": "207.881", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "282.764", "max": "284.385", "min": "282.604", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "241.772", "max": "242.998", "min": "241.62", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "298.499", "max": "298.747", "min": "298.388", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "274.897", "max": "277.426", "min": "274.673", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "91.231", "max": "93.943", "min": "91.036", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "186.035", "max": "186.256", "min": "185.95", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "347.248", "max": "451.703", "min": "310.533", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "221.023", "max": "222.9", "min": "220.817", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "242.703", "max": "242.865", "min": "242.543", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "407.583", "max": "414.702", "min": "406.646", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "269.033", "max": "275.167", "min": "268.51", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "312.065", "max": "312.774", "min": "311.23", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "221.207", "max": "224.38", "min": "220.926", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "417.147", "max": "420.597", "min": "406.132", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "297.122", "max": "300.476", "min": "296.566", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "297.963", "max": "298.098", "min": "297.858", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "300.342", "max": "301.445", "min": "300.151", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "381.462", "max": "381.798", "min": "381.264", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "368.262", "max": "368.664", "min": "367.931", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "405.399", "max": "405.779", "min": "403.87", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "246.789", "max": "247.377", "min": "246.514", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "592.227", "max": "623.435", "min": "551.965", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "230.848", "max": "230.972", "min": "230.702", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "95.371", "max": "105.54", "min": "91.506", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "57.903", "max": "58.768", "min": "57.716", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "204.258", "max": "206.551", "min": "203.435", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "87.024", "max": "87.155", "min": "86.957", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "296.477", "max": "298.463", "min": "296.161", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "202.346", "max": "202.519", "min": "202.266", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "304.534", "max": "305.059", "min": "304.055", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "300.438", "max": "336.906", "min": "298.711", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "73.817", "max": "89.898", "min": "72.533", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "102.475", "max": "102.911", "min": "102.382", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "244.929", "max": "245.136", "min": "244.789", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "293.397", "max": "294.107", "min": "293.317", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "284.799", "max": "295.811", "min": "284.324", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "238.297", "max": "238.566", "min": "237.916", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "579.988", "max": "585.584", "min": "470.926", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "228.365", "max": "230.842", "min": "228.125", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "79.495", "max": "80.904", "min": "79.277", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "313.529", "max": "314.118", "min": "313.159", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "291.666", "max": "293.852", "min": "291.405", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "241.876", "max": "241.944", "min": "241.802", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "416.105", "max": "417.071", "min": "415.707", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "266.48", "max": "266.759", "min": "266.351", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "273.348", "max": "273.509", "min": "273.244", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "210.54", "max": "210.716", "min": "210.347", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "280.6", "max": "280.849", "min": "280.357", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "245.843", "max": "245.997", "min": "245.694", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "329.278", "max": "355.717", "min": "312.223", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "266.696", "max": "267.239", "min": "266.418", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "341.849", "max": "342.126", "min": "341.502", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "79.993", "max": "81.222", "min": "79.791", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "442.928", "max": "443.494", "min": "442.305", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "257.421", "max": "258.576", "min": "257.046", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "409.358", "max": "411.463", "min": "408.779", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "374.737", "max": "374.954", "min": "374.363", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "462.786", "max": "463.188", "min": "461.341", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "202.528", "max": "207.407", "min": "202.119", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "271.414", "max": "401.549", "min": "265.983", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "349.849", "max": "350.229", "min": "349.611", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "277.042", "max": "277.203", "min": "276.995", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "539.397", "max": "544.646", "min": "533.279", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "254.785", "max": "254.847", "min": "254.731", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "380.744", "max": "389.074", "min": "377.643", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "544.705", "max": "561.499", "min": "523.021", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "280.401", "max": "311.22", "min": "278.696", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "428.757", "max": "429.268", "min": "428.284", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "473.738", "max": "476.444", "min": "471.24", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "273.275", "max": "273.376", "min": "273.2", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "254.831", "max": "257.805", "min": "254.626", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "316.993", "max": "318.512", "min": "316.814", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "49.551", "max": "62.628", "min": "48.718", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "392.328", "max": "392.724", "min": "391.346", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "274.921", "max": "280.337", "min": "267.168", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "340.179", "max": "343.325", "min": "339.905", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "477.285", "max": "477.719", "min": "476.692", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "243.391", "max": "243.586", "min": "243.322", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "211.306", "max": "211.524", "min": "211.218", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "90.532", "max": "91.091", "min": "90.394", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "249.379", "max": "249.934", "min": "249.234", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "248.314", "max": "248.505", "min": "248.219", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "234.742", "max": "238.522", "min": "234.252", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "642.257", "max": "781.927", "min": "480.548", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "370.448", "max": "503.782", "min": "285.127", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "429.534", "max": "430.848", "min": "429.088", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "263.828", "max": "268.501", "min": "263.156", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "360.655", "max": "360.949", "min": "360.359", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "251.425", "max": "251.951", "min": "251.232", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "220.894", "max": "221.192", "min": "220.641", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "325.254", "max": "479.098", "min": "249.951", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "542.211", "max": "584.771", "min": "465.421", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "406.893", "max": "457.012", "min": "404.282", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "407.909", "max": "408.378", "min": "407.465", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "393.893", "max": "395.216", "min": "393.146", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "486.848", "max": "513.833", "min": "360.7", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "540.563", "max": "540.926", "min": "540.146", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "298.133", "max": "300.613", "min": "297.824", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "263.035", "max": "263.305", "min": "262.427", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "262.968", "max": "263.235", "min": "262.842", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "275.102", "max": "275.285", "min": "274.945", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "242.566", "max": "242.843", "min": "242.41", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "74.9", "max": "75.782", "min": "74.107", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "453.261", "max": "458.664", "min": "448.422", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "374.91", "max": "375.396", "min": "374.642", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "231.188", "max": "234.416", "min": "230.544", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "248.025", "max": "248.167", "min": "247.912", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "236.82", "max": "237.098", "min": "236.586", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "259.794", "max": "259.916", "min": "259.621", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "207.269", "max": "207.487", "min": "207.133", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "96.604", "max": "97.685", "min": "96.203", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "416.253", "max": "417.198", "min": "415.857", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "270.138", "max": "270.31", "min": "269.989", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.503", "max": "222.807", "min": "210.684", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "205.247", "max": "206.061", "min": "204.923", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "411.697", "max": "413.949", "min": "411.269", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "113.665", "max": "113.944", "min": "113.571", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "266.228", "max": "270.68", "min": "265.992", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "262.829", "max": "264.239", "min": "262.716", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "377.306", "max": "392.215", "min": "375.21", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "143.076", "max": "143.201", "min": "142.991", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "400.693", "max": "403.434", "min": "393.096", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "326.945", "max": "327.294", "min": "326.742", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "474.403", "max": "475.905", "min": "468.176", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "325.708", "max": "325.982", "min": "325.259", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "260.1", "max": "260.728", "min": "259.824", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "217.429", "max": "262.04", "min": "208.627", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "393.317", "max": "476.429", "min": "351.832", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "654.422", "max": "766.322", "min": "377.748", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "508.064", "max": "508.705", "min": "507.006", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "0.039", "max": "0.075", "min": "0.025", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "227.239", "max": "227.392", "min": "227.067", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "363.744", "max": "364.131", "min": "362.984", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "359.905", "max": "360.138", "min": "359.785", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "434.052", "max": "434.246", "min": "433.933", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "463.719", "max": "464.064", "min": "463.301", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "235.138", "max": "235.438", "min": "234.977", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "621.492", "max": "633.133", "min": "600.664", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "256.131", "max": "256.264", "min": "255.999", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "487.372", "max": "514.082", "min": "465.542", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "559.415", "max": "561.52", "min": "557.347", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "160.337", "max": "160.742", "min": "160.211", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "282.491", "max": "282.649", "min": "282.408", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "188.155", "max": "188.389", "min": "187.939", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "286.141", "max": "286.369", "min": "285.975", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "390.344", "max": "390.662", "min": "390.025", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "203.07", "max": "203.856", "min": "202.809", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "312.906", "max": "313.252", "min": "312.753", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "393.292", "max": "402.432", "min": "296.262", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "314.572", "max": "331.665", "min": "313.417", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "415.527", "max": "417.532", "min": "415.045", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "263.068", "max": "264.066", "min": "262.855", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "272.812", "max": "273.017", "min": "272.645", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "561.157", "max": "561.566", "min": "560.824", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "279.694", "max": "279.863", "min": "279.559", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "251.614", "max": "252.313", "min": "251.27", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "291.225", "max": "315.804", "min": "282.913", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "304.271", "max": "352.364", "min": "274.026", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "256.146", "max": "256.438", "min": "255.979", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "249.903", "max": "250.259", "min": "249.711", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "297.916", "max": "307.281", "min": "297.433", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "426.267", "max": "426.774", "min": "425.636", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "262.762", "max": "265.757", "min": "262.464", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "85.282", "max": "85.532", "min": "85.178", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "201.129", "max": "201.292", "min": "201.03", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "273.029", "max": "273.272", "min": "272.864", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "283.56", "max": "283.63", "min": "283.508", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "306.201", "max": "312.903", "min": "304.267", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "251.089", "max": "251.307", "min": "250.898", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "204.293", "max": "207.838", "min": "203.964", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "209.218", "max": "211.63", "min": "208.726", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "218.779", "max": "221.116", "min": "207.85", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "53.295", "max": "66.837", "min": "50.428", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "253.366", "max": "261.072", "min": "252.56", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "579.311", "max": "581.928", "min": "572.21", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "84.764", "max": "84.912", "min": "84.646", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "263.436", "max": "264.122", "min": "263.266", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "253.596", "max": "253.964", "min": "253.444", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "229.207", "max": "229.584", "min": "229.052", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "221.19", "max": "221.424", "min": "221.099", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "325.88", "max": "326.297", "min": "325.763", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "276.27", "max": "278.273", "min": "275.964", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "286.169", "max": "287.107", "min": "285.89", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "248.176", "max": "248.256", "min": "248.128", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "282.376", "max": "282.45", "min": "282.329", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "108.882", "max": "110.587", "min": "108.563", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "255.097", "max": "255.906", "min": "254.981", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "187.661", "max": "187.789", "min": "187.563", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "380.863", "max": "382.478", "min": "375.469", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "186.614", "max": "186.978", "min": "186.497", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "389.26", "max": "389.698", "min": "389.134", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "485.76", "max": "488.992", "min": "483.512", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "208.925", "max": "209.331", "min": "208.783", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "279.804", "max": "280.693", "min": "279.271", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "286.678", "max": "288.795", "min": "285.942", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "444.511", "max": "445.468", "min": "444.156", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "161.494", "max": "161.692", "min": "161.329", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "438.455", "max": "440.818", "min": "438.122", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "321.465", "max": "329.645", "min": "296.941", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "266.249", "max": "266.387", "min": "266.106", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "317.687", "max": "321.941", "min": "317.471", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "405.747", "max": "486.735", "min": "370.942", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "251.867", "max": "252.065", "min": "251.778", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "311.915", "max": "313.917", "min": "310.5", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "393.54", "max": "447.276", "min": "343.861", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "405.08", "max": "406.999", "min": "404.166", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "246.27", "max": "247.246", "min": "245.992", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "231.067", "max": "231.514", "min": "230.88", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "274.304", "max": "279.768", "min": "273.8", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "369.842", "max": "370.961", "min": "367.85", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "346.451", "max": "346.451", "min": "346.451", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "264.155", "max": "264.223", "min": "264.095", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "270.911", "max": "271.101", "min": "270.837", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "330.86", "max": "340.057", "min": "330.233", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "284.585", "max": "296.958", "min": "276.435", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "284.268", "max": "284.422", "min": "284.171", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "385.683", "max": "391.556", "min": "379.18", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "340.333", "max": "344.235", "min": "339.905", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "266.358", "max": "266.595", "min": "266.274", "id": "169", "country": "Australia", "source_name": "Perth", "destination_name": "Lansing", "destination_id": "295" } } }, "218": { "name": "Canberra", "data": { "0": { "avg": "339.564", "max": "356.037", "min": "338.186", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "12.893", "max": "13.305", "min": "12.685", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "215.324", "max": "221.524", "min": "214.49", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "250.433", "max": "256.625", "min": "248.926", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "233.998", "max": "242.166", "min": "232.886", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "184.451", "max": "199.934", "min": "182.122", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "280.081", "max": "294.913", "min": "276.524", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "30.755", "max": "42.051", "min": "27.695", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "338.69", "max": "343.175", "min": "338.144", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "318.244", "max": "331.699", "min": "316.327", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "289.453", "max": "300.395", "min": "286.243", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "198.567", "max": "207.704", "min": "197.308", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "224.22", "max": "240.601", "min": "222.563", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "228.22", "max": "238.767", "min": "226.59", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "231.623", "max": "240.344", "min": "228.973", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "223.343", "max": "224.402", "min": "222.66", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "331.067", "max": "341.405", "min": "326.698", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "208.936", "max": "218.248", "min": "207.92", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "263.463", "max": "274.245", "min": "262.274", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "318.947", "max": "333.628", "min": "316.258", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "19.04", "max": "21.496", "min": "18.568", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "283.711", "max": "289.517", "min": "282.702", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "156.814", "max": "157.308", "min": "156.666", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "180.999", "max": "183.843", "min": "180.365", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "320.298", "max": "320.685", "min": "320.004", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "306.249", "max": "316.459", "min": "305.178", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "315.518", "max": "330.146", "min": "313.16", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "311.262", "max": "320.911", "min": "309.973", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "269.337", "max": "283.272", "min": "267.159", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "216.877", "max": "237.682", "min": "215.652", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "94.024", "max": "94.76", "min": "93.843", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "317.769", "max": "318.28", "min": "317.366", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "234.684", "max": "241.665", "min": "233.557", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "332.088", "max": "332.792", "min": "331.865", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "312.214", "max": "315.468", "min": "311.817", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "148.052", "max": "160.091", "min": "145.112", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "174.894", "max": "188.445", "min": "170.726", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "167.373", "max": "177.101", "min": "165.937", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "198.358", "max": "213.405", "min": "195.744", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "235.502", "max": "237.077", "min": "235.152", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "411.297", "max": "413.79", "min": "410.783", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "273.057", "max": "275.408", "min": "272.442", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "279.962", "max": "290.36", "min": "277.738", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "328.16", "max": "338.88", "min": "326.002", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "415.158", "max": "421.938", "min": "413.024", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "331.663", "max": "344.991", "min": "330.024", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "334.121", "max": "346.192", "min": "332.841", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "318.465", "max": "327.08", "min": "310.898", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "357.178", "max": "372.937", "min": "354.53", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "200.63", "max": "201.32", "min": "200.496", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "262.577", "max": "262.946", "min": "262.373", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "181.002", "max": "197.717", "min": "178.459", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "324.924", "max": "415.844", "min": "316.16", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "192.336", "max": "199.817", "min": "190.647", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "269.737", "max": "294.793", "min": "265.964", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "105.047", "max": "106.614", "min": "104.767", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "289.726", "max": "298.718", "min": "288.097", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "43.657", "max": "50.277", "min": "42.637", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "297.679", "max": "315.35", "min": "295.965", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "275.474", "max": "283.676", "min": "273.225", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "351.376", "max": "354.36", "min": "350.315", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "346.855", "max": "372.321", "min": "345.218", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "192.484", "max": "232.903", "min": "188.936", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "141.958", "max": "154.644", "min": "140.935", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "331.847", "max": "332.055", "min": "331.623", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "338.383", "max": "344.697", "min": "337.73", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "232.07", "max": "236.264", "min": "231.26", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "306.351", "max": "311.9", "min": "305.208", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "396.985", "max": "400.34", "min": "396.451", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "186.952", "max": "191.268", "min": "186.306", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "135.778", "max": "141.371", "min": "134.409", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "172.422", "max": "172.992", "min": "172.019", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "263.675", "max": "272.831", "min": "262.366", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "223.288", "max": "237.925", "min": "222.216", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "346.666", "max": "348.675", "min": "346.279", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "288.502", "max": "301.451", "min": "286.31", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "237.208", "max": "243.567", "min": "235.694", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "168.098", "max": "168.457", "min": "167.984", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "217.167", "max": "217.455", "min": "216.886", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "251.582", "max": "257.086", "min": "250.445", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "174.104", "max": "174.385", "min": "173.942", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "238.16", "max": "249.415", "min": "236.307", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "360.316", "max": "364.265", "min": "359.358", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "300.714", "max": "313.813", "min": "299.103", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "179.277", "max": "187.918", "min": "177.325", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "342.039", "max": "344.004", "min": "341.559", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "301.392", "max": "308.868", "min": "300.149", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "225.23", "max": "226.373", "min": "224.998", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "195.966", "max": "196.163", "min": "195.713", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "295.803", "max": "302.52", "min": "295.345", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "210.598", "max": "213.378", "min": "210.028", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "167.35", "max": "181.464", "min": "165.953", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "307.207", "max": "313.332", "min": "306.56", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "288.422", "max": "299.549", "min": "280.518", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "225.158", "max": "225.988", "min": "224.893", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "270.704", "max": "280.898", "min": "269.582", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "272.605", "max": "273.479", "min": "272.24", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "256.501", "max": "261.9", "min": "255.169", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.68", "max": "184.946", "min": "166.314", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "212.177", "max": "217.554", "min": "211.182", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "218.043", "max": "218.486", "min": "217.88", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": null, "max": null, "min": null, "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "322.309", "max": "325.399", "min": "322.026", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "25.965", "max": "41.141", "min": "22.969", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "207.339", "max": "208.333", "min": "207.076", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "5.644", "max": "10.7", "min": "4.599", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "286.864", "max": "294.1", "min": "285.791", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "223.529", "max": "223.814", "min": "223.36", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "244.795", "max": "249.32", "min": "244.379", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "402.273", "max": "417.625", "min": "393.253", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "326.666", "max": "336.443", "min": "324.632", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "229.418", "max": "237.123", "min": "228.759", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "223.974", "max": "231.429", "min": "223.504", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "444.768", "max": "495.309", "min": "442.623", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "641.842", "max": "770.986", "min": "492.99", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "442.238", "max": "562.812", "min": "347.579", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "452.67", "max": "459", "min": "450.343", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "123.552", "max": "125.779", "min": "123.265", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "205.061", "max": "221.148", "min": "203.744", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "231.128", "max": "237.015", "min": "230.167", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "182.055", "max": "186.932", "min": "181.498", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "286.538", "max": "451.508", "min": "211.211", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "335.329", "max": "335.908", "min": "335.076", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "329.61", "max": "395.745", "min": "326.738", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "284.265", "max": "284.565", "min": "284.13", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "324.614", "max": "325.816", "min": "324.078", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "215.59", "max": "225.105", "min": "214.207", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "445.851", "max": "446.358", "min": "445.397", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "343.708", "max": "356.311", "min": "341.967", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "206.325", "max": "207.012", "min": "206.047", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "225.007", "max": "225.353", "min": "224.869", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "269.448", "max": "279.998", "min": "267.322", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "223.797", "max": "243.457", "min": "222.627", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "30.913", "max": "43.943", "min": "29.487", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "213.767", "max": "223.591", "min": "211.634", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "230.62", "max": "231.118", "min": "230.419", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "193.501", "max": "207.045", "min": "192.602", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "219.813", "max": "230.839", "min": "218.731", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "199.602", "max": "208.101", "min": "198.383", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "228.615", "max": "230.172", "min": "228.152", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "249.81", "max": "259.368", "min": "249.044", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "146.34", "max": "146.806", "min": "145.901", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "305.049", "max": "318.491", "min": "301.008", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "310.875", "max": "311.942", "min": "310.543", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "222.743", "max": "233.939", "min": "221.994", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "295.417", "max": "309.081", "min": "294.181", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "337.832", "max": "353.368", "min": "335.329", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "284.022", "max": "290.701", "min": "282.996", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "285.782", "max": "289.259", "min": "285.398", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "263.465", "max": "264.575", "min": "263.137", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "296.847", "max": "308.766", "min": "294.716", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "225.127", "max": "225.257", "min": "225.032", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "316.91", "max": "318.475", "min": "316.625", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "305.573", "max": "312.664", "min": "304.5", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "230.032", "max": "230.404", "min": "229.841", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "185.231", "max": "197.938", "min": "183.296", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "323.712", "max": "340.242", "min": "321.408", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "236.126", "max": "281.484", "min": "228.103", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "218.55", "max": "219.05", "min": "218.395", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "363.21", "max": "447.036", "min": "353.375", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "251.818", "max": "252.351", "min": "251.692", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "166.488", "max": "178.975", "min": "165.074", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "321.126", "max": "325.551", "min": "320.285", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "257.717", "max": "257.876", "min": "257.537", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "383.534", "max": "384.105", "min": "383.273", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "449.659", "max": "455.574", "min": "448.641", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "264.145", "max": "268.127", "min": "262.968", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "223.209", "max": "228.824", "min": "222.18", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "225.194", "max": "230.103", "min": "222.713", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "276.87", "max": "279.62", "min": "276.404", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "222.996", "max": "228.4", "min": "222.413", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "274.096", "max": "288.76", "min": "270.872", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "336.127", "max": "345.629", "min": "334.504", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "288.498", "max": "289.698", "min": "288.289", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "271.159", "max": "271.881", "min": "270.799", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "277.487", "max": "287.768", "min": "275.192", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "308.52", "max": "309.358", "min": "308.196", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "292.244", "max": "299.326", "min": "291.092", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "304.296", "max": "309.734", "min": "303.66", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "336.702", "max": "337.638", "min": "336.387", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "288.528", "max": "290.955", "min": "288.212", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "338.902", "max": "348.13", "min": "336.598", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "297.927", "max": "308.338", "min": "296.326", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "306.109", "max": "317.202", "min": "304.922", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "305.104", "max": "307.748", "min": "304.592", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "319.81", "max": "322.248", "min": "319.469", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "353.063", "max": "353.71", "min": "352.749", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "243.294", "max": "267.833", "min": "238.837", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "321.732", "max": "388.581", "min": "297.421", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "293.899", "max": "296.219", "min": "293.61", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "337.356", "max": "351.203", "min": "335.42", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "324.182", "max": "334.121", "min": "322.964", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "307.296", "max": "323.982", "min": "305.233", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "294.798", "max": "303.377", "min": "294.081", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "129.049", "max": "150.333", "min": "127.342", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "284.667", "max": "285.742", "min": "284.521", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "327.675", "max": "342.914", "min": "325.789", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "324.635", "max": "333.123", "min": "323.826", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "276.067", "max": "287.014", "min": "271.951", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "284.75", "max": "298.997", "min": "282.243", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "300.762", "max": "313.699", "min": "299.598", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "251.163", "max": "260.223", "min": "249.041", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "288.9", "max": "289.519", "min": "288.659", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "0.028", "max": "0.034", "min": "0.024", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "232.312", "max": "235.086", "min": "231.622", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "333.022", "max": "335.213", "min": "332.576", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "263.597", "max": "265.515", "min": "263.378", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "299.883", "max": "300.439", "min": "299.616", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "185.105", "max": "188.19", "min": "184.603", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "169.772", "max": "182.344", "min": "168.625", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "281.974", "max": "292.078", "min": "280.363", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "360.653", "max": "376.025", "min": "359.261", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "291.781", "max": "308.304", "min": "290.24", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "287.489", "max": "298.804", "min": "285.892", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "205.415", "max": "205.672", "min": "205.247", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "236.597", "max": "245.843", "min": "235.544", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "300.229", "max": "388.876", "min": "296.324", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "226.712", "max": "243.671", "min": "225.326", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "270.612", "max": "285.093", "min": "269.326", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "234.192", "max": "248.709", "min": "233.261", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "268.391", "max": "268.583", "min": "268.164", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "348.442", "max": "353.015", "min": "347.042", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "237.981", "max": "243.16", "min": "234.628", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "326.581", "max": "336.497", "min": "325.888", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "358.243", "max": "362.765", "min": "357.418", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "346.528", "max": "356.541", "min": "344.951", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "372.261", "max": "373.016", "min": "371.74", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "108.773", "max": "126.477", "min": "104.783", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "377.023", "max": "379.378", "min": "376.667", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "340.167", "max": "342.375", "min": "339.974", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "303.307", "max": "306.42", "min": "302.781", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "357.43", "max": "369.882", "min": "355.601", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "225.116", "max": "233.247", "min": "223.042", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "238.816", "max": "240.551", "min": "238.514", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "361.429", "max": "369.764", "min": "357.904", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "303.449", "max": "305.261", "min": "302.293", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "227.113", "max": "228.874", "min": "226.319", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "350.614", "max": "352.11", "min": "350.253", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "236.216", "max": "236.535", "min": "235.94", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "287.866", "max": "289.912", "min": "287.406", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "315.458", "max": "319.514", "min": "315.194", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "353.108", "max": "353.108", "min": "353.108", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "268.092", "max": "281.757", "min": "266.477", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "297.765", "max": "298.072", "min": "297.695", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "363.931", "max": "377.825", "min": "360.525", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "299.279", "max": "312.216", "min": "290.258", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "300.832", "max": "319.442", "min": "297.363", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "388.035", "max": "399.21", "min": "379.133", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "350.753", "max": "363.9", "min": "348.018", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "230.672", "max": "231.418", "min": "230.473", "id": "218", "country": "Australia", "source_name": "Canberra", "destination_name": "Lansing", "destination_id": "295" } } } }, "North America": { "2": { "name": "Toronto", "data": { "0": { "avg": "109.33", "max": "109.741", "min": "109.158", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "221.949", "max": "234.558", "min": "220.925", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "0.04", "max": "0.136", "min": "0.029", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "112.624", "max": "121.939", "min": "111.312", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "108.689", "max": "140.941", "min": "92.338", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "178.49", "max": "178.729", "min": "178.394", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "94.425", "max": "95.524", "min": "94.277", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "229.402", "max": "236.911", "min": "228.694", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "129.848", "max": "130.578", "min": "129.641", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "111.965", "max": "118.757", "min": "111.596", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "90.655", "max": "91.455", "min": "90.485", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "42.954", "max": "75.167", "min": "41.725", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "12.938", "max": "18.44", "min": "12.58", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "19.39", "max": "19.93", "min": "19.192", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "42.145", "max": "45.202", "min": "41.938", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "20.994", "max": "21.405", "min": "20.277", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "108.624", "max": "112.33", "min": "108.32", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "26.56", "max": "26.942", "min": "26.435", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "104.2", "max": "105.764", "min": "103.877", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "108.832", "max": "109.077", "min": "108.75", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "225.307", "max": "225.908", "min": "225.188", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "15.83", "max": "16.719", "min": "15.701", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "57.365", "max": "57.466", "min": "57.26", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "55.062", "max": "57.554", "min": "54.796", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "110.879", "max": "145.643", "min": "109.414", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "110.134", "max": "111.436", "min": "109.978", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "121.377", "max": "123.146", "min": "121.182", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "105.951", "max": "106.347", "min": "105.719", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "94.794", "max": "95.115", "min": "94.651", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "66.876", "max": "68.694", "min": "66.515", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "263.14", "max": "263.468", "min": "263.023", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "111.975", "max": "112.244", "min": "111.841", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "74.576", "max": "102.101", "min": "73.447", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "143.808", "max": "144.208", "min": "143.681", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "109.217", "max": "110.138", "min": "108.915", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "242.599", "max": "246.357", "min": "242.279", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "69.644", "max": "69.848", "min": "69.558", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "56.296", "max": "56.432", "min": "56.133", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "37.845", "max": "40.386", "min": "37.629", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "20.911", "max": "24.63", "min": "20.542", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "232.283", "max": "236.523", "min": "231.813", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "94.672", "max": "96.543", "min": "94.274", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "123.252", "max": "123.439", "min": "123.177", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "112.17", "max": "120.683", "min": "111.614", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "220.808", "max": "241.828", "min": "219.877", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "126.447", "max": "127.188", "min": "126.094", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "126.393", "max": "127.966", "min": "126.229", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "126.596", "max": "130.454", "min": "119.463", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "175.551", "max": "181.221", "min": "173.509", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "52.047", "max": "94.936", "min": "48.098", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "8.28", "max": "9.123", "min": "8.121", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "51.211", "max": "52.12", "min": "50.874", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "105.512", "max": "196.366", "min": "93.286", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "36.982", "max": "37.135", "min": "36.841", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "231.068", "max": "243.226", "min": "227.633", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "260.25", "max": "260.681", "min": "260.099", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "115.278", "max": "116.638", "min": "114.687", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "238.196", "max": "240.99", "min": "237.992", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "113.714", "max": "115.651", "min": "113.378", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "97.402", "max": "98.17", "min": "97.263", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "140.125", "max": "141.809", "min": "139.522", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "143.999", "max": "199.347", "min": "139.963", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "237.886", "max": "248.574", "min": "236.971", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "260.91", "max": "261.068", "min": "260.825", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "134.419", "max": "134.983", "min": "134.262", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "126.939", "max": "127.476", "min": "126.767", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "38.166", "max": "102.235", "min": "17.566", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "135.629", "max": "136.403", "min": "135.134", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "154.789", "max": "181.551", "min": "152.003", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "34.109", "max": "35.657", "min": "33.884", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "237.119", "max": "239.842", "min": "236.671", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.891", "max": "89.661", "min": "64.476", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "82.439", "max": "85.091", "min": "82.201", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "31.56", "max": "31.649", "min": "31.476", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "132.887", "max": "133.582", "min": "132.554", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "110.324", "max": "111.046", "min": "110.118", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "27.305", "max": "27.422", "min": "27.14", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "81.396", "max": "81.999", "min": "81.233", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "24.988", "max": "29.518", "min": "24.626", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "22.648", "max": "22.867", "min": "22.531", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "56.279", "max": "56.687", "min": "56.068", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "27.734", "max": "28.827", "min": "27.451", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "235.329", "max": "235.435", "min": "235.219", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "229.083", "max": "229.453", "min": "228.924", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "54.964", "max": "75.825", "min": "51.447", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "157.809", "max": "158.628", "min": "157.57", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "94.65", "max": "95.182", "min": "94.412", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "57.937", "max": "86.539", "min": "41.128", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "19.234", "max": "19.819", "min": "19.064", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "91.86", "max": "98.142", "min": "91.368", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "31.307", "max": "33.752", "min": "30.786", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "66.236", "max": "88.061", "min": "63.143", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "113.641", "max": "114.685", "min": "113.536", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "207.658", "max": "220.681", "min": "201.928", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "19.99", "max": "23.112", "min": "19.633", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "49.907", "max": "50.486", "min": "49.679", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "156.185", "max": "199.644", "min": "120.38", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "81.35", "max": "101.883", "min": "79.808", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "65.198", "max": "93.201", "min": "63.374", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "16.274", "max": "21.812", "min": "15.911", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "31.249", "max": "49.33", "min": "30.499", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "55.093", "max": "55.821", "min": "54.855", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "149.5", "max": "152.875", "min": "149.25", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.231", "max": "230.7", "min": "227.563", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "27.31", "max": "27.781", "min": "27.073", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "209.337", "max": "210.137", "min": "208.972", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "125.689", "max": "127.549", "min": "125.493", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "19.832", "max": "21.042", "min": "19.665", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "28.537", "max": "29.316", "min": "28.388", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "214.653", "max": "215.131", "min": "214.491", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "251.414", "max": "251.943", "min": "251.265", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.844", "max": "233.18", "min": "188.169", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "13.882", "max": "14.002", "min": "13.734", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "219.932", "max": "228.976", "min": "219.377", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "452.495", "max": "572.82", "min": "305.578", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "250.323", "max": "343.018", "min": "160.5", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "244.749", "max": "247.924", "min": "244.346", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "205.049", "max": "254.683", "min": "178.684", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "51.132", "max": "71.277", "min": "38.607", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "40.897", "max": "41.508", "min": "40.656", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "33.94", "max": "35.509", "min": "33.731", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "110.602", "max": "260.635", "min": "33.812", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "143.274", "max": "187.083", "min": "139.223", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "124.357", "max": "321.966", "min": "115.562", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "116.046", "max": "116.237", "min": "115.969", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "193.896", "max": "238.629", "min": "114.392", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "13.669", "max": "13.959", "min": "13.554", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "255.461", "max": "255.664", "min": "255.301", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "203.781", "max": "204.462", "min": "203.609", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "79.843", "max": "80.044", "min": "79.694", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.279", "max": "25.992", "min": "25.072", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "22.895", "max": "23.153", "min": "22.76", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "29.684", "max": "30.658", "min": "29.572", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "224.704", "max": "225.823", "min": "223.964", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.608", "max": "94.827", "min": "47.979", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "25.037", "max": "46.944", "min": "22.164", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "47.276", "max": "65.277", "min": "45.55", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "46.021", "max": "48.629", "min": "45.744", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "31.214", "max": "31.378", "min": "31.056", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "26.026", "max": "28.682", "min": "25.628", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "111.644", "max": "113.59", "min": "111.369", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "243.838", "max": "246.597", "min": "243.365", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "139.708", "max": "140.091", "min": "139.597", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "104.983", "max": "105.311", "min": "104.684", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.313", "max": "128.862", "min": "115.718", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "93.049", "max": "93.699", "min": "92.831", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "127.388", "max": "140.089", "min": "126.727", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "227.632", "max": "229.543", "min": "227.336", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "87.65", "max": "88.454", "min": "87.529", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "90.406", "max": "91.341", "min": "90.282", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "108.616", "max": "131.212", "min": "94.41", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "178.949", "max": "179.602", "min": "178.809", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "121.166", "max": "122.168", "min": "120.943", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "99.85", "max": "141.435", "min": "98.237", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "21.079", "max": "21.18", "min": "20.968", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "60.2", "max": "61.265", "min": "59.91", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "116.06", "max": "119.604", "min": "115.716", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "232.316", "max": "278.882", "min": "225.015", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.771", "max": "78.671", "min": "51.73", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "174.071", "max": "265.367", "min": "166.858", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "49.181", "max": "101.242", "min": "47.273", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "506.235", "max": "543.23", "min": "486.373", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "116.336", "max": "116.507", "min": "116.191", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "15.675", "max": "23.605", "min": "15.226", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "194.299", "max": "280.686", "min": "191.153", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "255.198", "max": "255.341", "min": "255.075", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "176.309", "max": "186.321", "min": "174.838", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "74.973", "max": "79.228", "min": "74.656", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "224.022", "max": "225.92", "min": "223.801", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "22.592", "max": "24.469", "min": "22.38", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.584", "max": "29.632", "min": "24.311", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "102.539", "max": "103.872", "min": "102.048", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "286.614", "max": "287.168", "min": "286.457", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "110.381", "max": "113.02", "min": "110.147", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "109.566", "max": "109.853", "min": "109.337", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "115.15", "max": "117.962", "min": "114.96", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "115.319", "max": "135.949", "min": "114.534", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "90.224", "max": "94.049", "min": "89.836", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "140.987", "max": "143.035", "min": "140.61", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "136.327", "max": "137.929", "min": "136.182", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "144.992", "max": "152.354", "min": "144.37", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "181.495", "max": "258.476", "min": "135.334", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "90.028", "max": "91.527", "min": "89.832", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "98.401", "max": "128.119", "min": "97.249", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "99.472", "max": "99.642", "min": "99.376", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "112.813", "max": "112.972", "min": "112.646", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "160.472", "max": "161.813", "min": "160.098", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "115.899", "max": "118.58", "min": "115.041", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "116.047", "max": "208.523", "min": "98.36", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "78.902", "max": "79.168", "min": "78.755", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "148.156", "max": "148.914", "min": "147.919", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "126.377", "max": "131.491", "min": "125.971", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "123.904", "max": "125.661", "min": "123.398", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "93.949", "max": "94.492", "min": "93.603", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "285.25", "max": "363.534", "min": "266.415", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "105.818", "max": "106.503", "min": "105.637", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "106.512", "max": "108.512", "min": "106.26", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "125.537", "max": "125.686", "min": "125.446", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "130.513", "max": "141.373", "min": "119.558", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "140.968", "max": "142.471", "min": "140.747", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "93.391", "max": "95.42", "min": "93.062", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "96.323", "max": "96.557", "min": "96.17", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "95.344", "max": "95.663", "min": "95.167", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "217.245", "max": "233.989", "min": "214.493", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "15.295", "max": "22.907", "min": "14.551", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "245.028", "max": "278.975", "min": "236.174", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "235.129", "max": "235.286", "min": "234.99", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "90.868", "max": "91.695", "min": "90.637", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "227.442", "max": "227.785", "min": "227.213", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "77.365", "max": "100.278", "min": "76.35", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "117.649", "max": "118.386", "min": "117.415", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "151.675", "max": "152.457", "min": "151.447", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "89.485", "max": "90.783", "min": "89.134", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "96.365", "max": "98.11", "min": "95.978", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "18.201", "max": "18.406", "min": "18.129", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.873", "max": "42.028", "min": "41.769", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.35", "max": "254.872", "min": "254.135", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "90.024", "max": "90.232", "min": "89.909", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "102.596", "max": "102.884", "min": "102.424", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "18.881", "max": "41.752", "min": "17.236", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "121.684", "max": "123.608", "min": "121.447", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "159.307", "max": "678.605", "min": "141.123", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "59.213", "max": "62.449", "min": "56.612", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "111.393", "max": "111.548", "min": "111.279", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "144.394", "max": "146.328", "min": "143.819", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "93.393", "max": "100.422", "min": "92.442", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "222.805", "max": "229.444", "min": "220.435", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "249.328", "max": "249.71", "min": "249.179", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "174.743", "max": "175.907", "min": "174.456", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "132.925", "max": "133.022", "min": "132.843", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "97.786", "max": "98.252", "min": "97.666", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "150.157", "max": "150.517", "min": "150.014", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "12.116", "max": "13.673", "min": "11.724", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "22.767", "max": "26.419", "min": "22.5", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "144.066", "max": "146.418", "min": "142.541", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "106.727", "max": "113.551", "min": "105.298", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "25.505", "max": "58.675", "min": "11.767", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "147.586", "max": "148.789", "min": "147.248", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "22.039", "max": "22.277", "min": "21.828", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "105.883", "max": "108.494", "min": "105.522", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "249.059", "max": "252.487", "min": "238.102", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "180.549", "max": "180.549", "min": "180.549", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "89.517", "max": "92.708", "min": "89.272", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "99.792", "max": "100.582", "min": "99.664", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "180.577", "max": "183.093", "min": "180.201", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "109.712", "max": "118.223", "min": "101.111", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "120.04", "max": "120.181", "min": "119.939", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "215.54", "max": "235.289", "min": "214.598", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "179.702", "max": "180.206", "min": "179.453", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "27.677", "max": "32.734", "min": "27.392", "id": "2", "country": "Canada", "source_name": "Toronto", "destination_name": "Lansing", "destination_id": "295" } } }, "12": { "name": "Dallas", "data": { "0": { "avg": "108.618", "max": "142.152", "min": "103.794", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "183.759", "max": "208.235", "min": "182.405", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "42.004", "max": "46.949", "min": "41.726", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "144.17", "max": "191.619", "min": "141.57", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "119.889", "max": "216.878", "min": "115.91", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "146.881", "max": "147.611", "min": "146.711", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "118.866", "max": "167.476", "min": "116.842", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "191.085", "max": "200.727", "min": "190.079", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "151.439", "max": "151.741", "min": "151.254", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "135.725", "max": "141.058", "min": "135.041", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "127.459", "max": "139.77", "min": "123.569", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "0.058", "max": "0.284", "min": "0.023", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "44.569", "max": "44.642", "min": "44.512", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "49.113", "max": "49.559", "min": "48.938", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "41.887", "max": "114.034", "min": "35.46", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "40.391", "max": "83.805", "min": "37.094", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "133.217", "max": "133.66", "min": "132.993", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "25.921", "max": "68.958", "min": "23.419", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "132.725", "max": "133.105", "min": "132.527", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "136.559", "max": "156.932", "min": "135.79", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "186.669", "max": "187.126", "min": "186.563", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "36.845", "max": "36.996", "min": "36.725", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "93.332", "max": "135.521", "min": "47.496", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "122.464", "max": "187.609", "min": "76.179", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "138.194", "max": "156.495", "min": "136.884", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "132.487", "max": "213.369", "min": "126.004", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "141.328", "max": "185.184", "min": "134.219", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "138.764", "max": "155.649", "min": "136.43", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "119.989", "max": "120.094", "min": "119.889", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "39.06", "max": "43.186", "min": "38.664", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "226.743", "max": "338.223", "min": "222.294", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "140.805", "max": "145.726", "min": "140.491", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "36.437", "max": "137.741", "min": "26.356", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "166.142", "max": "238.186", "min": "159.086", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "143.204", "max": "246.104", "min": "135.359", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "205.831", "max": "206.954", "min": "205.552", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "34.865", "max": "43.453", "min": "32.871", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "26.911", "max": "70.53", "min": "25.231", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "6.967", "max": "7.617", "min": "6.723", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "34.274", "max": "37.344", "min": "33.917", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "247.726", "max": "287.354", "min": "245.576", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "119.447", "max": "121.882", "min": "118.891", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "152.726", "max": "284.787", "min": "147.103", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "142.357", "max": "179.328", "min": "139.305", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "267.408", "max": "269.336", "min": "267.219", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "174.418", "max": "184.733", "min": "173.708", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "144.976", "max": "177.639", "min": "141.956", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "81.9", "max": "82.094", "min": "81.763", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "162.662", "max": "186.735", "min": "161.626", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "34.464", "max": "66.579", "min": "11.248", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "42.619", "max": "54.233", "min": "42.023", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "62.237", "max": "62.418", "min": "62.067", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "127.615", "max": "178.128", "min": "114.725", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "18.681", "max": "85.15", "min": "12.934", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "247.09", "max": "253.48", "min": "243.986", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "247.61", "max": "376.652", "min": "238.726", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "148.391", "max": "180.216", "min": "146.277", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "198.534", "max": "271.93", "min": "195.499", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "156.077", "max": "210.55", "min": "152.186", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "124.205", "max": "196.39", "min": "119.26", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "175.138", "max": "206.927", "min": "171.202", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "174.693", "max": "230.695", "min": "169.308", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "224.572", "max": "260.645", "min": "220.597", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "292.202", "max": "307.351", "min": "291.184", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "157.949", "max": "158.954", "min": "157.686", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "155.765", "max": "169.399", "min": "154.259", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "41.4", "max": "43.711", "min": "41.196", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "169.334", "max": "256.905", "min": "163.535", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "191.305", "max": "239.634", "min": "165.063", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "27.798", "max": "71.267", "min": "24.183", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "194.055", "max": "195.078", "min": "193.83", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.71", "max": "115.944", "min": "33.583", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.518", "max": "104.702", "min": "76.565", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.209", "max": "74.061", "min": "31.739", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "165.944", "max": "276.694", "min": "158.236", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "115.792", "max": "117.136", "min": "115.573", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "31.574", "max": "36.894", "min": "31.126", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "53.212", "max": "131.99", "min": "45.498", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "36.995", "max": "68.088", "min": "35.617", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "36.303", "max": "36.545", "min": "36.191", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "60.232", "max": "60.435", "min": "60.129", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "54.463", "max": "54.987", "min": "54.146", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "280.483", "max": "299.199", "min": "279.115", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.76", "max": "240.037", "min": "239.587", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "68.084", "max": "154.621", "min": "35.068", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "174.361", "max": "175.627", "min": "173.949", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "120.526", "max": "120.97", "min": "120.288", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "38.022", "max": "38.649", "min": "37.837", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "21.159", "max": "86.708", "min": "17.867", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "112.641", "max": "120.97", "min": "111.386", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "29.332", "max": "86.176", "min": "25.898", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "50.536", "max": "112.812", "min": "43.871", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "144.828", "max": "203.539", "min": "138.342", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "177.044", "max": "182.461", "min": "176.58", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "38.185", "max": "38.403", "min": "38.049", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "53.617", "max": "53.835", "min": "53.445", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "80.307", "max": "80.64", "min": "80.082", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "74.87", "max": "125.234", "min": "72.162", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "85.346", "max": "137.628", "min": "51.147", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "28.024", "max": "29.686", "min": "27.77", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "51.186", "max": "63.523", "min": "50.679", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "86.809", "max": "172.62", "min": "82.857", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "193.33", "max": "194.203", "min": "193.182", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "215.127", "max": "221.431", "min": "213.872", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "25.597", "max": "73.915", "min": "23.772", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "170.655", "max": "171.001", "min": "170.349", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "124.929", "max": "201.275", "min": "107.597", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "128.202", "max": "168.564", "min": "75.696", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "34.577", "max": "127.782", "min": "30.17", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "261.7", "max": "262.616", "min": "261.569", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "205.858", "max": "206.497", "min": "205.678", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.541", "max": "253.969", "min": "173.253", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "43.543", "max": "44.089", "min": "43.433", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "242.729", "max": "244.985", "min": "242.059", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "465.907", "max": "581.132", "min": "299.102", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "255.925", "max": "335.708", "min": "179.792", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "293.927", "max": "379.276", "min": "284.615", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "137.102", "max": "139.52", "min": "136.898", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "9.836", "max": "10.179", "min": "9.636", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "54.744", "max": "144.289", "min": "49.306", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "45.136", "max": "86.294", "min": "43.126", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "105.715", "max": "255.291", "min": "26.856", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "156.135", "max": "209.557", "min": "136.859", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "219.628", "max": "395.67", "min": "145.78", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "143.997", "max": "144.527", "min": "143.867", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "138.418", "max": "139.491", "min": "137.868", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "41.857", "max": "87.909", "min": "40.06", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "270.002", "max": "271.003", "min": "269.65", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "236.26", "max": "237.276", "min": "235.984", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "99.879", "max": "101.758", "min": "99.684", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "36.533", "max": "38.564", "min": "36.239", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "33.55", "max": "34.165", "min": "33.396", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "35.812", "max": "58.991", "min": "34.558", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "183.189", "max": "184.508", "min": "182.69", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "16.186", "max": "17.13", "min": "16.066", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "127.705", "max": "194.665", "min": "57.767", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "30.504", "max": "61.81", "min": "27.886", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "28.305", "max": "114.281", "min": "24.743", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "26.994", "max": "122.758", "min": "20.477", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "44.806", "max": "91.028", "min": "42.988", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "141.123", "max": "142.06", "min": "140.969", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "256.061", "max": "257.164", "min": "255.624", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "155.044", "max": "163.364", "min": "154.546", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "139.897", "max": "194.238", "min": "137.078", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "87.81", "max": "93.861", "min": "87.296", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "123.618", "max": "124.64", "min": "123.413", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "152.298", "max": "157.591", "min": "151.718", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "246.619", "max": "246.809", "min": "246.525", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "110.443", "max": "167.102", "min": "108.125", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "110.927", "max": "111.722", "min": "110.825", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "125.582", "max": "157.641", "min": "122.956", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "178.202", "max": "218.768", "min": "162.108", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "154.441", "max": "210.089", "min": "152.193", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "133.199", "max": "135.816", "min": "131.846", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "37.822", "max": "73.479", "min": "36.459", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "75.144", "max": "134.9", "min": "65.747", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "142.311", "max": "181.83", "min": "140.097", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "183.607", "max": "236.211", "min": "176.626", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "59.847", "max": "84.786", "min": "54.11", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "167.303", "max": "267.776", "min": "161.374", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "87.435", "max": "135.623", "min": "64.988", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "450.623", "max": "489.058", "min": "447.841", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "144.341", "max": "193.327", "min": "142.564", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "95.755", "max": "149.484", "min": "43.47", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "226.993", "max": "248.367", "min": "221.767", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "274.217", "max": "306.298", "min": "271.145", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "200.205", "max": "200.477", "min": "200.028", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "30.575", "max": "61.674", "min": "29.326", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "273.608", "max": "302.516", "min": "264.398", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "51.726", "max": "107.684", "min": "49.7", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "39.811", "max": "40.226", "min": "39.744", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "120.91", "max": "128.114", "min": "120.179", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "289.509", "max": "341.728", "min": "278.42", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "118.255", "max": "131.911", "min": "117.544", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "134.813", "max": "202.239", "min": "126.939", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "145.806", "max": "153.74", "min": "145.178", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "139.346", "max": "269.743", "min": "133.553", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "118.066", "max": "164.1", "min": "114.489", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "182.011", "max": "250.388", "min": "170.744", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "158.852", "max": "159.023", "min": "158.726", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "172.392", "max": "194.902", "min": "169.581", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "157.487", "max": "227.972", "min": "154.69", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "113.857", "max": "124.876", "min": "113.056", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "132.737", "max": "187.861", "min": "129.505", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "133.002", "max": "198.817", "min": "114.963", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "141.073", "max": "162.257", "min": "140.093", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "166.113", "max": "178.633", "min": "164.988", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "141.96", "max": "143.55", "min": "141.299", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "156.852", "max": "220.312", "min": "134.329", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "107.368", "max": "107.951", "min": "107.218", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "181.683", "max": "306.267", "min": "174.942", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "151.361", "max": "228.39", "min": "145.105", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "157.971", "max": "158.605", "min": "157.449", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "108.597", "max": "111.31", "min": "108.218", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "233.352", "max": "243.008", "min": "232.724", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "136.583", "max": "180.37", "min": "134.275", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "137.118", "max": "175.887", "min": "135.54", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "148.393", "max": "160.282", "min": "145.605", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "87.846", "max": "92.258", "min": "86.166", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "175.66", "max": "252.784", "min": "172.613", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "116.235", "max": "130.796", "min": "115.232", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "122.811", "max": "123.488", "min": "122.663", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "117.578", "max": "118.06", "min": "117.414", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "199.257", "max": "236.568", "min": "197.29", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "49.666", "max": "61.057", "min": "42.488", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "321.097", "max": "387.572", "min": "281.584", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "243.739", "max": "244.091", "min": "243.58", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "134.844", "max": "193.298", "min": "120.763", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "263.484", "max": "315.725", "min": "259.804", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "52.372", "max": "125.174", "min": "48.822", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "146.938", "max": "227.962", "min": "143.314", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "172.899", "max": "181.153", "min": "172.261", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "110.1", "max": "111.532", "min": "109.834", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "117.4", "max": "214.422", "min": "112.747", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "47.372", "max": "87.026", "min": "45.886", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "46.235", "max": "46.613", "min": "46.161", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "228.39", "max": "337.348", "min": "216.082", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "46.307", "max": "48.457", "min": "46.076", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "135.457", "max": "135.886", "min": "135.312", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "45.367", "max": "45.658", "min": "45.269", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "137.618", "max": "148.129", "min": "137.128", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "162.156", "max": "180.052", "min": "161.417", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "109.111", "max": "166.491", "min": "47.803", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "133.991", "max": "196.844", "min": "126.421", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "162.815", "max": "165.265", "min": "161.901", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "75.947", "max": "96.69", "min": "72.622", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "218.224", "max": "247.839", "min": "209.33", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "141.721", "max": "160.634", "min": "136.889", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "188.425", "max": "189.135", "min": "188.294", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "155.221", "max": "161.207", "min": "154.818", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "124.241", "max": "126.989", "min": "124.01", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "166.485", "max": "214.853", "min": "163.795", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "54.911", "max": "57.736", "min": "54.342", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "41.829", "max": "52.46", "min": "41.296", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "166.038", "max": "168.024", "min": "163.926", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "104.674", "max": "108.773", "min": "104.073", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "59.915", "max": "61.595", "min": "59.166", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "179.267", "max": "220.162", "min": "174.688", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "41.771", "max": "87.569", "min": "35.084", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "126.725", "max": "171.989", "min": "122.757", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "262.693", "max": "307.188", "min": "250.738", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "104.393", "max": "104.393", "min": "104.393", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "127.39", "max": "147.853", "min": "126.456", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "125.736", "max": "125.867", "min": "125.654", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "205.174", "max": "248.686", "min": "203.267", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "128.596", "max": "139.736", "min": "121.784", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "137.499", "max": "137.655", "min": "137.374", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "270.547", "max": "274.832", "min": "269.757", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "207.236", "max": "296.122", "min": "195.462", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "64.769", "max": "133.254", "min": "52.265", "id": "12", "country": "United States", "source_name": "Dallas", "destination_name": "Lansing", "destination_id": "295" } } }, "13": { "name": "New York", "data": { "0": { "avg": "127.336", "max": "128.414", "min": "127.18", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "212.076", "max": "213.2", "min": "211.863", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "12.667", "max": "13.155", "min": "12.547", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "97.887", "max": "101.193", "min": "97.252", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "75.473", "max": "75.824", "min": "75.28", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "175.984", "max": "176.189", "min": "175.886", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "74.762", "max": "74.866", "min": "74.66", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "218.07", "max": "224.817", "min": "217.4", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "121.322", "max": "121.608", "min": "121.21", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "98.32", "max": "99.442", "min": "98.057", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "71.187", "max": "75.709", "min": "70.839", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "45.046", "max": "55.683", "min": "44.182", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "0.037", "max": "0.058", "min": "0.024", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "9.244", "max": "9.676", "min": "9.079", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "32.799", "max": "32.935", "min": "32.706", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "9.126", "max": "9.417", "min": "8.678", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "103.818", "max": "104.053", "min": "103.651", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "22.589", "max": "32.99", "min": "21.142", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "79.864", "max": "80.032", "min": "79.685", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "95.53", "max": "95.598", "min": "95.487", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "215.681", "max": "215.769", "min": "215.617", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "22.66", "max": "22.738", "min": "22.586", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "69.15", "max": "70.085", "min": "68.996", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "75.714", "max": "77.677", "min": "75.532", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "102.868", "max": "104.419", "min": "102.559", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "89.784", "max": "94.594", "min": "89.532", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "93.705", "max": "94.721", "min": "93.511", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "114.108", "max": "114.582", "min": "113.994", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "79.436", "max": "79.537", "min": "79.383", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "69.572", "max": "76.8", "min": "69.154", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "246.037", "max": "265.232", "min": "240.366", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "96.71", "max": "97.38", "min": "96.606", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "68.627", "max": "70.192", "min": "68.445", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "118.651", "max": "118.855", "min": "118.541", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "100.887", "max": "101.494", "min": "100.729", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "235.684", "max": "237.594", "min": "235.469", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "68.29", "max": "68.336", "min": "68.256", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "74.834", "max": "74.947", "min": "74.732", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "39.316", "max": "39.513", "min": "39.192", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "9.356", "max": "9.467", "min": "9.206", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "212.653", "max": "220.524", "min": "211.877", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "77.282", "max": "77.874", "min": "77.07", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "109.376", "max": "109.635", "min": "109.258", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "108.256", "max": "119.283", "min": "107.685", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.554", "max": "211.744", "min": "211.432", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "115.73", "max": "141.156", "min": "102.931", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "100.915", "max": "101.453", "min": "100.725", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "84.425", "max": "84.759", "min": "84.266", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "164.918", "max": "165.29", "min": "164.799", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "44.576", "max": "44.62", "min": "44.51", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "8.752", "max": "9.242", "min": "8.681", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "62.571", "max": "62.905", "min": "62.412", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "145.023", "max": "157.075", "min": "140.008", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "32.503", "max": "32.571", "min": "32.446", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "204.073", "max": "214.199", "min": "201.03", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "264.938", "max": "266.124", "min": "264.683", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "111.087", "max": "116.143", "min": "110.295", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "230.044", "max": "230.192", "min": "229.956", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "151.277", "max": "152.336", "min": "150.955", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "82.375", "max": "82.468", "min": "82.268", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "126.721", "max": "127.303", "min": "126.406", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "128.946", "max": "188.483", "min": "125.232", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "271.199", "max": "388.59", "min": "260.78", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "284.927", "max": "285.516", "min": "284.818", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "118.445", "max": "119.474", "min": "118.265", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "120.853", "max": "121.768", "min": "120.708", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "4.123", "max": "4.302", "min": "4.049", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "113.124", "max": "113.564", "min": "112.566", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "134.652", "max": "136.5", "min": "134.05", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "45.417", "max": "48.828", "min": "45.225", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "250.171", "max": "252.861", "min": "249.906", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "65.84", "max": "66.631", "min": "65.575", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "74.667", "max": "80.963", "min": "74.361", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.159", "max": "29.216", "min": "29.071", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "119.909", "max": "120.36", "min": "119.75", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "80.619", "max": "80.79", "min": "80.512", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "16.287", "max": "16.401", "min": "16.17", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "75.885", "max": "76.092", "min": "75.778", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "19.68", "max": "20.675", "min": "19.401", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "19.079", "max": "19.238", "min": "19.001", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "77.843", "max": "78.432", "min": "77.703", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "18.345", "max": "18.583", "min": "18.104", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "271.724", "max": "272.098", "min": "271.507", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "212.261", "max": "212.529", "min": "212.07", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "51.137", "max": "51.301", "min": "51.038", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "125.736", "max": "126.743", "min": "125.345", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "80.883", "max": "85.348", "min": "80.475", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "29.667", "max": "29.83", "min": "29.552", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "25.793", "max": "27.042", "min": "25.625", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "75.994", "max": "81.113", "min": "75.713", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "29.675", "max": "30.983", "min": "28.89", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "71.689", "max": "72.395", "min": "71.425", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "94.232", "max": "94.282", "min": "94.18", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "222.665", "max": "222.953", "min": "222.485", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "10.111", "max": "11.631", "min": "9.963", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "34.444", "max": "34.548", "min": "34.359", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "77.598", "max": "77.805", "min": "77.349", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "62.302", "max": "102.381", "min": "59.512", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "69.145", "max": "70.135", "min": "68.966", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "19.472", "max": "21.631", "min": "19.13", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "32.531", "max": "32.658", "min": "32.479", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "70.202", "max": "70.636", "min": "70.04", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "127.124", "max": "127.366", "min": "127.018", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "239.696", "max": "245.565", "min": "238.976", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "25.952", "max": "26.305", "min": "25.803", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "202.125", "max": "203.211", "min": "201.785", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "102.338", "max": "102.914", "min": "102.22", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "6.326", "max": "6.431", "min": "6.193", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "20.794", "max": "20.941", "min": "20.694", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "258.333", "max": "258.52", "min": "258.197", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "227.37", "max": "227.566", "min": "227.302", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "188.267", "max": "189.001", "min": "188.116", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "6.157", "max": "33.878", "min": "1.434", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "221.577", "max": "261.379", "min": "207.534", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "432.881", "max": "539.325", "min": "264.974", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "217.051", "max": "301.69", "min": "131.622", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "232.749", "max": "233.876", "min": "232.408", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "174.319", "max": "174.773", "min": "174.165", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "40.506", "max": "41.042", "min": "40.371", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "41.914", "max": "42.502", "min": "41.643", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "46.169", "max": "51.405", "min": "45.864", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "122.29", "max": "272.106", "min": "35.462", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "127.011", "max": "127.62", "min": "126.872", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "120.609", "max": "353.15", "min": "112.203", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "109.57", "max": "109.729", "min": "109.496", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "102.42", "max": "103.681", "min": "101.789", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "2.191", "max": "2.602", "min": "1.85", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "243.251", "max": "243.644", "min": "243.062", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "189.475", "max": "189.813", "min": "189.35", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "104.864", "max": "105.478", "min": "104.771", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "26.592", "max": "27.069", "min": "26.428", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "23.021", "max": "23.446", "min": "22.881", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "28.99", "max": "31.504", "min": "28.819", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "218.127", "max": "219.369", "min": "217.592", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "48.045", "max": "48.158", "min": "47.995", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "8.463", "max": "9.012", "min": "8.293", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "52.824", "max": "70.539", "min": "51.295", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "43.625", "max": "43.711", "min": "43.535", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "28.248", "max": "28.383", "min": "28.174", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "5.36", "max": "5.591", "min": "5.263", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "104.863", "max": "107.467", "min": "104.668", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "253.698", "max": "254.126", "min": "253.415", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "108.023", "max": "108.35", "min": "107.905", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "113.24", "max": "113.328", "min": "113.195", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.421", "max": "109.306", "min": "106.105", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "79.208", "max": "80.156", "min": "78.88", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "147.954", "max": "159.726", "min": "139.354", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "233.355", "max": "233.606", "min": "233.257", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "71.307", "max": "72.66", "min": "71.194", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "70.933", "max": "70.976", "min": "70.831", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "85.695", "max": "107.951", "min": "82.078", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "183.402", "max": "183.592", "min": "183.311", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "122.925", "max": "124.465", "min": "122.686", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "86.366", "max": "89.231", "min": "85.317", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "13.411", "max": "13.471", "min": "13.337", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "105.601", "max": "105.761", "min": "105.464", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "117.93", "max": "118.376", "min": "117.733", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "228.832", "max": "271.565", "min": "221.587", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "43.729", "max": "43.897", "min": "43.608", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "167.16", "max": "248.534", "min": "160.877", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "40.833", "max": "41.013", "min": "40.727", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "481.296", "max": "481.771", "min": "480.729", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "105.416", "max": "105.497", "min": "105.346", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "1.996", "max": "2.19", "min": "1.919", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "180.809", "max": "181.198", "min": "180.667", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "227.589", "max": "227.882", "min": "227.518", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "166.342", "max": "166.546", "min": "166.216", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "54.819", "max": "54.997", "min": "54.67", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "245.542", "max": "246.015", "min": "245.461", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "11.119", "max": "11.213", "min": "11.036", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "16.735", "max": "16.771", "min": "16.686", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "82.863", "max": "84.663", "min": "82.625", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "286.06", "max": "317.9", "min": "267.841", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "79.231", "max": "79.628", "min": "79.127", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "84.89", "max": "85.903", "min": "84.672", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "105.368", "max": "105.52", "min": "105.294", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "92.858", "max": "93.418", "min": "92.761", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "73.473", "max": "73.807", "min": "73.182", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "135.361", "max": "136.533", "min": "135.045", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "118.435", "max": "118.527", "min": "118.38", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "131.635", "max": "134.179", "min": "131.42", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "120.779", "max": "121.066", "min": "120.642", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "78.562", "max": "81.342", "min": "78.355", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "86.654", "max": "86.818", "min": "86.558", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "74.081", "max": "74.807", "min": "73.889", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "105.799", "max": "105.995", "min": "105.672", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "125.627", "max": "125.942", "min": "125.422", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "98.818", "max": "101.045", "min": "98.078", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "120.953", "max": "188.346", "min": "87.834", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "67.472", "max": "67.522", "min": "67.443", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "133.206", "max": "133.503", "min": "132.997", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "102.878", "max": "128.164", "min": "101.3", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "126.496", "max": "127.036", "min": "126.245", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "75.029", "max": "78.46", "min": "74.641", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.69", "max": "274.202", "min": "271.518", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "97.91", "max": "97.999", "min": "97.821", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "98.803", "max": "98.917", "min": "98.714", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "102.945", "max": "103.479", "min": "102.859", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "87.134", "max": "93.386", "min": "85.659", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "125.391", "max": "125.588", "min": "125.296", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "76.129", "max": "91.375", "min": "75.5", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "74.586", "max": "75.878", "min": "74.395", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "75.878", "max": "76.709", "min": "75.327", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.135", "max": "237.674", "min": "222.644", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "5.135", "max": "13.947", "min": "4.065", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "257.532", "max": "262.021", "min": "253.762", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "212.783", "max": "218.003", "min": "212.338", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "83.397", "max": "83.873", "min": "83.319", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "210.596", "max": "210.99", "min": "210.425", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "87.406", "max": "87.56", "min": "87.2", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "105.311", "max": "105.542", "min": "105.135", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "131.917", "max": "132.193", "min": "131.817", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "72.852", "max": "73.625", "min": "72.475", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "80.826", "max": "81.419", "min": "80.597", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "88.5", "max": "88.666", "min": "88.446", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "101.662", "max": "101.785", "min": "101.611", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "237.406", "max": "241.872", "min": "237.066", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "8.181", "max": "8.245", "min": "8.102", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "91.565", "max": "91.733", "min": "91.466", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "8.381", "max": "8.424", "min": "8.306", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "95.464", "max": "95.645", "min": "95.353", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "156.273", "max": "156.831", "min": "156.149", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "46.53", "max": "51.688", "min": "43.741", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "91.591", "max": "92.135", "min": "91.47", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "102.403", "max": "103.607", "min": "101.614", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "81.127", "max": "84.336", "min": "80.242", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "164.924", "max": "165.955", "min": "164.565", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "169.238", "max": "169.383", "min": "169.124", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "159.989", "max": "160.694", "min": "159.805", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "114.948", "max": "115.023", "min": "114.893", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "84.261", "max": "84.408", "min": "84.185", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "122.059", "max": "122.117", "min": "122.006", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "24.76", "max": "26.844", "min": "24.343", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "12.391", "max": "12.579", "min": "12.305", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "129.111", "max": "139.909", "min": "126.915", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "97.319", "max": "103.429", "min": "96.873", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "13.729", "max": "15.37", "min": "12.797", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "133.345", "max": "133.867", "min": "133.257", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "33.564", "max": "33.726", "min": "33.474", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "80.483", "max": "80.753", "min": "80.406", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "237.424", "max": "238.135", "min": "237.217", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "110.443", "max": "110.507", "min": "110.38", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "74.136", "max": "74.191", "min": "74.072", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "90.652", "max": "90.738", "min": "90.597", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "163.209", "max": "165.196", "min": "162.937", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "95.964", "max": "110.322", "min": "88.425", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "97.981", "max": "98.372", "min": "97.874", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "195.379", "max": "196.346", "min": "195.181", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "156.344", "max": "158.234", "min": "156.061", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.384", "max": "29.615", "min": "29.328", "id": "13", "country": "United States", "source_name": "New York", "destination_name": "Lansing", "destination_id": "295" } } }, "14": { "name": "Boston", "data": { "0": { "avg": "88.265", "max": "96.639", "min": "87.501", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "217.618", "max": "219.719", "min": "216.911", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "19.838", "max": "30.272", "min": "19.207", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "96.256", "max": "103.738", "min": "95.228", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "76.59", "max": "77.139", "min": "76.269", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "181.777", "max": "183.431", "min": "181.498", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "81.087", "max": "85.02", "min": "80.823", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "229.489", "max": "246.641", "min": "228.585", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "122.241", "max": "134.741", "min": "121.596", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "100.616", "max": "103.045", "min": "100.226", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "78.938", "max": "84.9", "min": "78.517", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "49.808", "max": "68.267", "min": "48.925", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "9.21", "max": "9.631", "min": "9.096", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "0.057", "max": "0.46", "min": "0.02", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "35.536", "max": "37.063", "min": "35.118", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "11.47", "max": "16.257", "min": "10.941", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "105.334", "max": "110.792", "min": "104.694", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "23.732", "max": "28.501", "min": "23.336", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "84.966", "max": "86.489", "min": "84.731", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "112.461", "max": "114.948", "min": "112.124", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "223.916", "max": "224.536", "min": "223.691", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "26.462", "max": "27.339", "min": "26.307", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "85.482", "max": "88.929", "min": "84.9", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "67.23", "max": "68.244", "min": "66.796", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "105.273", "max": "117.075", "min": "104.009", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "96.397", "max": "108.67", "min": "95.089", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "105.954", "max": "107.498", "min": "105.372", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "98.631", "max": "99.789", "min": "98.274", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "97.58", "max": "97.749", "min": "97.475", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "69.862", "max": "70.938", "min": "69.575", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "254.945", "max": "255.515", "min": "254.726", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "109.759", "max": "111.254", "min": "109.35", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "74.213", "max": "75.807", "min": "73.695", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "137.157", "max": "137.358", "min": "137.066", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "104.698", "max": "105.497", "min": "104.303", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "260.304", "max": "262.731", "min": "259.726", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "69.168", "max": "69.78", "min": "69.015", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "68.712", "max": "70.493", "min": "68.5", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "36.354", "max": "36.558", "min": "36.209", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "13.865", "max": "15.148", "min": "13.514", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "216.542", "max": "219.684", "min": "215.993", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "78.325", "max": "81.844", "min": "77.863", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "118.867", "max": "119.099", "min": "118.669", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "130.317", "max": "147.457", "min": "117.393", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "267.948", "max": "268.26", "min": "267.851", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "113.055", "max": "116.07", "min": "112.397", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "99.563", "max": "100.133", "min": "99.412", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "90.331", "max": "92.312", "min": "89.858", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "161.239", "max": "161.615", "min": "161.055", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "45.07", "max": "45.449", "min": "44.967", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "17.734", "max": "18.638", "min": "17.333", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "74.9", "max": "75.315", "min": "74.621", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "84.474", "max": "92.282", "min": "79.218", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "32.67", "max": "32.881", "min": "32.481", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "208.738", "max": "214.979", "min": "206.054", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "270.648", "max": "271.265", "min": "270.416", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "113.753", "max": "119.095", "min": "111.957", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "230.146", "max": "230.443", "min": "230.02", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "123.133", "max": "124.099", "min": "122.857", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "85.213", "max": "85.569", "min": "85.09", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "140.678", "max": "146.166", "min": "139.807", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "136.483", "max": "195.379", "min": "132.008", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "257.771", "max": "326.511", "min": "250.411", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "247.798", "max": "248.313", "min": "247.662", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "139.751", "max": "142.334", "min": "139.548", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "123.499", "max": "123.762", "min": "123.364", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "9.234", "max": "11.002", "min": "8.845", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "127.064", "max": "132.219", "min": "126.375", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "145.472", "max": "148.587", "min": "144.632", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "47.418", "max": "48.856", "min": "47.22", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "237.167", "max": "238.055", "min": "236.877", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.156", "max": "66.583", "min": "65.947", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.863", "max": "81.124", "min": "79.556", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.316", "max": "30.076", "min": "29.168", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "129.118", "max": "129.425", "min": "128.974", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "131.238", "max": "194.666", "min": "96.789", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "25.875", "max": "26.43", "min": "25.692", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "79.701", "max": "80.006", "min": "79.352", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "26.507", "max": "44.984", "min": "25.154", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "25.128", "max": "25.802", "min": "24.954", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "64.012", "max": "64.274", "min": "63.717", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "15.228", "max": "15.872", "min": "14.927", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "237.344", "max": "239.562", "min": "236.789", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "262.283", "max": "263.221", "min": "262.083", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "57.65", "max": "68.326", "min": "57.056", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "142.136", "max": "148.113", "min": "141.226", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "92.385", "max": "109.365", "min": "91.417", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "31.829", "max": "34.434", "min": "31.358", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "28.663", "max": "28.993", "min": "28.425", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.144", "max": "81.246", "min": "77.844", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "34.539", "max": "38.773", "min": "33.354", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "80.958", "max": "82.736", "min": "80.641", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "100.075", "max": "101.155", "min": "99.901", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "211.338", "max": "215.611", "min": "210.787", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "17.196", "max": "17.72", "min": "17.017", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "48.68", "max": "64.919", "min": "46.376", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "83.266", "max": "83.657", "min": "83.02", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "70.459", "max": "92.56", "min": "68.94", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "83.025", "max": "83.329", "min": "82.896", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.828", "max": "29.347", "min": "23.871", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "35.671", "max": "35.899", "min": "35.577", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "66.118", "max": "66.714", "min": "65.958", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "136.444", "max": "137.583", "min": "136.128", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.011", "max": "230.614", "min": "227.517", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "30.196", "max": "32.12", "min": "29.674", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "205.417", "max": "206.021", "min": "205.06", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "104.296", "max": "105.598", "min": "104.061", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "12.23", "max": "18.603", "min": "11.474", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "23.811", "max": "24.288", "min": "23.633", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "226.991", "max": "228.128", "min": "226.704", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "226.06", "max": "228.162", "min": "225.33", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "197.92", "max": "199.124", "min": "197.619", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "6.032", "max": "8.434", "min": "5.318", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "196.457", "max": "198.062", "min": "196.044", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "447.377", "max": "554.804", "min": "253.682", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "232.557", "max": "304.372", "min": "171.939", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "244.066", "max": "261.447", "min": "242.715", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "174.743", "max": "190.708", "min": "173.617", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "48.054", "max": "50.916", "min": "47.719", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "38.053", "max": "39.399", "min": "37.624", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.991", "max": "41.947", "min": "40.644", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "115.901", "max": "260.015", "min": "31.876", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "118.788", "max": "121.257", "min": "118.344", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "115.922", "max": "275.154", "min": "108.01", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "106.795", "max": "107.621", "min": "106.692", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "103.934", "max": "105.424", "min": "103.109", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "7.052", "max": "7.253", "min": "6.885", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "250.123", "max": "253.514", "min": "249.747", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "196.387", "max": "198.547", "min": "195.969", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "103.147", "max": "106.312", "min": "102.742", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "27.148", "max": "27.76", "min": "26.959", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.376", "max": "26.055", "min": "25.16", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "29.57", "max": "30.242", "min": "29.375", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "220.391", "max": "224.467", "min": "219.508", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "51.326", "max": "52.316", "min": "51.221", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "2.056", "max": "2.824", "min": "1.849", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "55.053", "max": "68.328", "min": "53.603", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "52.543", "max": "52.727", "min": "52.439", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "40.445", "max": "42.893", "min": "40.113", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "9.179", "max": "11.012", "min": "8.836", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "95.545", "max": "101.235", "min": "95.238", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "286.407", "max": "289.32", "min": "285.854", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "112.848", "max": "114.518", "min": "112.514", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "97.687", "max": "97.997", "min": "97.4", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "113.209", "max": "126.78", "min": "111.647", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "87.385", "max": "88.197", "min": "87.07", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "110.86", "max": "114.849", "min": "110.236", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "228.115", "max": "229.056", "min": "227.902", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "74.751", "max": "75.369", "min": "74.566", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "80.292", "max": "84.743", "min": "79.959", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "85.494", "max": "109.644", "min": "82.91", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "202.212", "max": "203.272", "min": "201.946", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "121.121", "max": "126.844", "min": "120.62", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "93.681", "max": "139.905", "min": "91.94", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "17.765", "max": "18.436", "min": "17.606", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "69.044", "max": "69.508", "min": "68.78", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "110.846", "max": "111.409", "min": "110.579", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "216.471", "max": "263.571", "min": "208.187", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.125", "max": "52.708", "min": "51.869", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "169.373", "max": "207.587", "min": "164.375", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "44.687", "max": "46.726", "min": "44.337", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "485.551", "max": "486.936", "min": "485.154", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "137.24", "max": "147.67", "min": "116.682", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "6.246", "max": "7.473", "min": "5.888", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "177.169", "max": "177.352", "min": "177.032", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "244.568", "max": "245.193", "min": "244.415", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "172.574", "max": "184.8", "min": "171.427", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "60.397", "max": "61.035", "min": "60.19", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "307.281", "max": "318.713", "min": "281.686", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "4.374", "max": "5.282", "min": "4.241", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "21.055", "max": "22.078", "min": "20.923", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "90.356", "max": "91.989", "min": "90.088", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "217.063", "max": "225.368", "min": "216.644", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "82.155", "max": "84.214", "min": "81.955", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "105.163", "max": "110.833", "min": "104.645", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "114.76", "max": "118.126", "min": "114.483", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "100.934", "max": "102.047", "min": "100.776", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "73.604", "max": "74.73", "min": "73.236", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "151.759", "max": "152.248", "min": "151.511", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "122.233", "max": "132.828", "min": "121.288", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "132.614", "max": "138.788", "min": "132.269", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "119.003", "max": "120.35", "min": "118.679", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "80.408", "max": "81.696", "min": "80.109", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "89.338", "max": "97.649", "min": "88.861", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.56", "max": "82.16", "min": "81.378", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "105.113", "max": "107.548", "min": "104.757", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "130.142", "max": "131.594", "min": "129.785", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "115.168", "max": "131.423", "min": "112.8", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "115.575", "max": "158.393", "min": "88.953", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "72.735", "max": "73.373", "min": "72.493", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "134.348", "max": "135.018", "min": "134.134", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "116.715", "max": "121.921", "min": "116.327", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "137.638", "max": "139.338", "min": "137.116", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "78.97", "max": "99.089", "min": "77.559", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "264.4", "max": "277.931", "min": "263.746", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "104.964", "max": "106.86", "min": "104.82", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "108.283", "max": "110.298", "min": "107.939", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "103.371", "max": "103.995", "min": "103.195", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "92.42", "max": "97.819", "min": "90.526", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "124.763", "max": "126.376", "min": "124.427", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "79.292", "max": "85.498", "min": "78.799", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "86.79", "max": "88.349", "min": "86.425", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "102.567", "max": "107.189", "min": "101.925", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "227.28", "max": "235.914", "min": "226.436", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "12.383", "max": "29.94", "min": "11.093", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "237.656", "max": "240.762", "min": "232.068", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "241.967", "max": "242.814", "min": "241.79", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "83.369", "max": "83.648", "min": "83.194", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "233.671", "max": "235.728", "min": "233.271", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "89.69", "max": "90.349", "min": "89.458", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "117.434", "max": "129.064", "min": "116.628", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "128.1", "max": "130.898", "min": "127.624", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "77.789", "max": "79.413", "min": "77.239", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "81.686", "max": "82.49", "min": "81.385", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.113", "max": "27.423", "min": "26.962", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.767", "max": "47.923", "min": "40.735", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "238.196", "max": "238.956", "min": "237.903", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "11.065", "max": "11.319", "min": "10.93", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "96.716", "max": "96.909", "min": "96.608", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "7.816", "max": "8.959", "min": "7.522", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "109.178", "max": "112.062", "min": "108.788", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "136.587", "max": "137.551", "min": "136.416", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "51.202", "max": "59.6", "min": "48.616", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "94.19", "max": "95.027", "min": "94.032", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "120.789", "max": "122.602", "min": "120.112", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "79.492", "max": "89.714", "min": "78.21", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "246.537", "max": "247.189", "min": "246.091", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "171.168", "max": "174.06", "min": "170.682", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "175.27", "max": "191.424", "min": "173.171", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "119.313", "max": "123.52", "min": "118.85", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "85.524", "max": "88.796", "min": "85.261", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "118.955", "max": "130.415", "min": "117.836", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "17.481", "max": "21.487", "min": "16.854", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "17.637", "max": "18.176", "min": "17.521", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "138.772", "max": "146.257", "min": "136.549", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "96.187", "max": "101.475", "min": "94.67", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "19.279", "max": "20.663", "min": "18.231", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "139.997", "max": "144.794", "min": "139.333", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "31.044", "max": "31.997", "min": "30.82", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "91.868", "max": "110.021", "min": "90.697", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "229.004", "max": "231.589", "min": "228.42", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "104.292", "max": "104.292", "min": "104.292", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "93.574", "max": "94.372", "min": "93.441", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "87.208", "max": "88.045", "min": "87.032", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "163.356", "max": "168.926", "min": "162.822", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "99.666", "max": "109.936", "min": "92.718", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "110.64", "max": "135.989", "min": "109.689", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "303.159", "max": "305.257", "min": "302.685", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "191.121", "max": "193.399", "min": "190.649", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "32.844", "max": "33.627", "min": "32.655", "id": "14", "country": "United States", "source_name": "Boston", "destination_name": "Lansing", "destination_id": "295" } } }, "15": { "name": "Miami", "data": { "0": { "avg": "79.629", "max": "80.245", "min": "79.477", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "262.168", "max": "263.207", "min": "261.929", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "42.029", "max": "42.254", "min": "41.928", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "130.79", "max": "139.925", "min": "129.366", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "110.634", "max": "110.761", "min": "110.513", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "179.934", "max": "180.686", "min": "179.765", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "107.573", "max": "107.867", "min": "107.417", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "302.904", "max": "316.086", "min": "301.535", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "154.052", "max": "155.718", "min": "153.871", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "143.583", "max": "159.752", "min": "142.656", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "95.492", "max": "95.832", "min": "95.302", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "35.591", "max": "35.809", "min": "35.472", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "32.992", "max": "36.612", "min": "32.77", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "35.237", "max": "35.598", "min": "35.088", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "0.031", "max": "0.065", "min": "0.02", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "27.018", "max": "27.285", "min": "26.882", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "115.422", "max": "115.763", "min": "115.19", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "15.768", "max": "16.347", "min": "15.622", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "121.341", "max": "121.624", "min": "121.195", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "129.527", "max": "130.944", "min": "129.359", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "278.802", "max": "278.943", "min": "278.695", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "32.331", "max": "32.638", "min": "32.195", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "76.109", "max": "76.219", "min": "76.012", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "86.059", "max": "87.468", "min": "85.864", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "128.832", "max": "129.201", "min": "128.537", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "129.817", "max": "132.178", "min": "129.6", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "125.826", "max": "126.24", "min": "125.623", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "126.384", "max": "127.322", "min": "126.139", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "109.86", "max": "110.069", "min": "109.76", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.806", "max": "71.052", "min": "70.657", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "241.843", "max": "242.097", "min": "241.751", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "139.64", "max": "139.883", "min": "139.436", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "53.497", "max": "55.525", "min": "53.283", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "143.531", "max": "144.224", "min": "143.351", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "114.71", "max": "117.281", "min": "114.306", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "248.3", "max": "250.188", "min": "248.055", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "64.873", "max": "65.182", "min": "64.794", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "62.172", "max": "62.577", "min": "61.992", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "33.491", "max": "34.038", "min": "33.294", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "29.747", "max": "30.625", "min": "29.425", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "244.386", "max": "248.029", "min": "243.787", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "114.475", "max": "116.278", "min": "114.066", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "140.036", "max": "140.425", "min": "139.902", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "132.442", "max": "133.388", "min": "132.154", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "277.717", "max": "277.894", "min": "277.6", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "129.926", "max": "130.544", "min": "129.431", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "141.947", "max": "142.447", "min": "141.768", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "57.292", "max": "57.653", "min": "57.059", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "129.773", "max": "130.19", "min": "129.569", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "36.977", "max": "38.599", "min": "36.827", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "44.294", "max": "44.783", "min": "44.059", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "78.345", "max": "80.049", "min": "78.003", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "122.835", "max": "211.212", "min": "113.132", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "41.614", "max": "41.949", "min": "41.407", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "249.041", "max": "264.71", "min": "245.303", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "247.965", "max": "248.855", "min": "247.762", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "118.016", "max": "119.308", "min": "117.259", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "213.914", "max": "214.44", "min": "213.831", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "125.451", "max": "127.165", "min": "125.152", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "115.049", "max": "118.517", "min": "114.843", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "157.521", "max": "160.078", "min": "156.909", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "163.972", "max": "224.614", "min": "159.181", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "253.82", "max": "282.956", "min": "251.791", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "302.295", "max": "304.31", "min": "302.098", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "151.46", "max": "153.738", "min": "151.239", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "144.74", "max": "145.113", "min": "144.628", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "29.868", "max": "30.443", "min": "29.732", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "143.12", "max": "149.94", "min": "142.196", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "138.837", "max": "140.884", "min": "138.082", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "55.522", "max": "56.474", "min": "55.349", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "262.87", "max": "263.472", "min": "262.683", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "61.285", "max": "61.894", "min": "61.03", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "43.02", "max": "46.173", "min": "42.602", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "20.531", "max": "20.641", "min": "20.44", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "143.312", "max": "143.845", "min": "143.143", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "110.601", "max": "111.564", "min": "110.417", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "19.193", "max": "19.389", "min": "19.047", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "69.055", "max": "69.189", "min": "68.918", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "45.034", "max": "46.665", "min": "44.758", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "38.299", "max": "38.496", "min": "38.169", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "74.685", "max": "75.776", "min": "74.195", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "49.923", "max": "50.37", "min": "49.75", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "225.553", "max": "229.87", "min": "225.285", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "264.543", "max": "264.973", "min": "264.404", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "85.614", "max": "86.676", "min": "85.437", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "158.165", "max": "158.991", "min": "157.755", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "110.468", "max": "115.503", "min": "109.976", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "9.814", "max": "10.124", "min": "9.667", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "43.866", "max": "44.429", "min": "43.72", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "105.754", "max": "114.081", "min": "105.204", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "49.82", "max": "55.881", "min": "49.083", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.061", "max": "74.923", "min": "73.785", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "148.016", "max": "148.141", "min": "147.942", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "200.365", "max": "200.675", "min": "200.094", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "40.868", "max": "41.08", "min": "40.741", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "6.431", "max": "7.676", "min": "6.25", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "60.249", "max": "61.006", "min": "60.041", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "40.2", "max": "46.037", "min": "39.524", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "70.451", "max": "70.639", "min": "70.329", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "35.076", "max": "38.098", "min": "34.618", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "46.019", "max": "46.3", "min": "45.929", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "92.79", "max": "92.944", "min": "92.613", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "151.875", "max": "152.979", "min": "151.674", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "240.578", "max": "253.75", "min": "239.515", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "46.346", "max": "47.467", "min": "46.136", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "340.643", "max": "340.995", "min": "340.165", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "62.702", "max": "63.133", "min": "62.543", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "33.381", "max": "33.494", "min": "33.186", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "21.392", "max": "26.346", "min": "21.071", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "264.864", "max": "267.12", "min": "264.56", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "235.051", "max": "235.536", "min": "234.871", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "193.233", "max": "194.106", "min": "192.971", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "28.522", "max": "28.635", "min": "28.429", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "225.344", "max": "226.923", "min": "225.006", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "469.8", "max": "588.286", "min": "296.67", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "239.669", "max": "321.876", "min": "169.496", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "253.624", "max": "257.662", "min": "253.124", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "172.396", "max": "178.009", "min": "171.986", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "40.087", "max": "40.387", "min": "39.902", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "30.776", "max": "32.563", "min": "30.477", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "49.992", "max": "51.234", "min": "49.753", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "111.805", "max": "270.832", "min": "38.703", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "140.032", "max": "165.392", "min": "122.819", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "147.03", "max": "215.12", "min": "142.511", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "144.51", "max": "144.637", "min": "144.414", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "135.895", "max": "137.022", "min": "135.417", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "32.397", "max": "32.641", "min": "32.143", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "248.84", "max": "249.135", "min": "248.621", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "220.619", "max": "221.193", "min": "220.417", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "114.717", "max": "120.144", "min": "114.43", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "40.985", "max": "41.68", "min": "40.759", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "41.521", "max": "41.751", "min": "41.309", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "40.282", "max": "40.528", "min": "40.124", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "206.115", "max": "207.358", "min": "205.395", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "47.6", "max": "50.171", "min": "47.409", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "38.731", "max": "38.942", "min": "38.591", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "54.779", "max": "71.296", "min": "53.654", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "46.845", "max": "47.431", "min": "46.675", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "44.353", "max": "44.592", "min": "44.2", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "34.643", "max": "34.773", "min": "34.516", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "129.456", "max": "129.9", "min": "129.338", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "272.765", "max": "276.234", "min": "272.214", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "147.593", "max": "149.5", "min": "147.395", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "127.995", "max": "128.709", "min": "127.732", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "123.548", "max": "134.433", "min": "122.566", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "109.632", "max": "110.058", "min": "109.324", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "134.366", "max": "140.475", "min": "134.033", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "265.992", "max": "266.258", "min": "265.891", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "105.425", "max": "107.826", "min": "105.239", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "107.919", "max": "115.628", "min": "107.42", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "114.628", "max": "129.605", "min": "113.238", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "186.34", "max": "186.447", "min": "186.227", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "132.162", "max": "133.351", "min": "131.918", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "119.754", "max": "120.261", "min": "119.566", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "28.023", "max": "28.17", "min": "27.906", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "78.616", "max": "79.572", "min": "78.214", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "155", "max": "158.648", "min": "154.509", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "243.296", "max": "283.952", "min": "236.993", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "67.432", "max": "67.703", "min": "67.193", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "134.631", "max": "234.86", "min": "129.402", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "29.862", "max": "29.97", "min": "29.756", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "385.612", "max": "385.824", "min": "385.057", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "142.422", "max": "142.701", "min": "142.123", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "33.196", "max": "36.042", "min": "32.859", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "212.761", "max": "212.975", "min": "212.648", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "267.489", "max": "267.617", "min": "267.42", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "191.614", "max": "192.009", "min": "191.513", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "62.895", "max": "67.544", "min": "62.573", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "228.107", "max": "231.044", "min": "227.69", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "41.835", "max": "42.332", "min": "41.652", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "36.267", "max": "36.333", "min": "36.195", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "110.879", "max": "114.22", "min": "110.403", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "251.011", "max": "253.515", "min": "250.788", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "107.854", "max": "110.602", "min": "107.645", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "118.797", "max": "119.158", "min": "118.53", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "134.04", "max": "134.175", "min": "133.918", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "127.895", "max": "128.055", "min": "127.762", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "110.179", "max": "110.675", "min": "109.921", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "165.371", "max": "165.965", "min": "165.207", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "153.82", "max": "154.168", "min": "153.717", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "164.824", "max": "166.682", "min": "164.664", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "137.897", "max": "138.522", "min": "137.759", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "116.928", "max": "124.193", "min": "116.469", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "110.021", "max": "110.862", "min": "109.831", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "117.044", "max": "117.901", "min": "116.859", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "139.089", "max": "139.172", "min": "139.015", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "154.903", "max": "156.219", "min": "154.585", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "132.313", "max": "140.947", "min": "131.334", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "146.12", "max": "203.359", "min": "117.634", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "100.964", "max": "101.718", "min": "100.625", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "166.312", "max": "168.889", "min": "166.009", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "141.059", "max": "141.963", "min": "140.863", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "134.515", "max": "135.104", "min": "134.082", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "112.201", "max": "116.731", "min": "111.755", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "262.278", "max": "262.496", "min": "262.145", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "124.113", "max": "129.01", "min": "123.792", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "127.635", "max": "127.962", "min": "127.42", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "132.508", "max": "138.044", "min": "132.227", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "63.386", "max": "69.331", "min": "61.217", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "158.762", "max": "159.065", "min": "158.527", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "111.671", "max": "114.612", "min": "111.352", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "112.151", "max": "112.281", "min": "112.038", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "112.341", "max": "117.744", "min": "109.818", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "231.915", "max": "241.897", "min": "229.038", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "35.382", "max": "45.088", "min": "34.555", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "230.429", "max": "236.86", "min": "229.113", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "252.274", "max": "252.376", "min": "252.145", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "109.434", "max": "109.97", "min": "109.245", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "255.94", "max": "257.759", "min": "253.247", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "86.11", "max": "86.939", "min": "85.953", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "135.529", "max": "135.733", "min": "135.38", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "171.125", "max": "172.262", "min": "170.938", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "108.01", "max": "109.574", "min": "107.572", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "107.157", "max": "108.522", "min": "106.818", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "44.605", "max": "45.03", "min": "44.495", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "57.155", "max": "57.249", "min": "57.064", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "237.165", "max": "237.362", "min": "236.987", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "38.705", "max": "39.095", "min": "38.575", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "116.538", "max": "116.738", "min": "116.391", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "37.544", "max": "37.643", "min": "37.451", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "132.942", "max": "133.057", "min": "132.831", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "121.554", "max": "122.01", "min": "121.403", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "33.356", "max": "37.24", "min": "30.318", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "125.541", "max": "125.77", "min": "125.375", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "137.378", "max": "139.918", "min": "136.733", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "40.81", "max": "44.758", "min": "39.593", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "187.558", "max": "189.424", "min": "187.112", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "165.488", "max": "165.904", "min": "165.311", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "200.164", "max": "203.053", "min": "199.724", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "144.586", "max": "145.495", "min": "144.416", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "109.705", "max": "110.262", "min": "109.574", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "141.397", "max": "143.697", "min": "141.163", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "42.962", "max": "46", "min": "42.483", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "30.961", "max": "31.531", "min": "30.802", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "166.767", "max": "168.276", "min": "165.29", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "69.49", "max": "74.021", "min": "68.416", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "45.416", "max": "46.99", "min": "44.365", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "162.448", "max": "163.553", "min": "162.116", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "39.986", "max": "41.626", "min": "39.764", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "121.653", "max": "124.634", "min": "121.281", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "223.193", "max": "223.96", "min": "223.035", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "85.349", "max": "85.406", "min": "85.292", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "103.128", "max": "103.352", "min": "103.045", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "113.035", "max": "113.372", "min": "112.931", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "202.183", "max": "267.297", "min": "199.015", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "116.65", "max": "126.246", "min": "108.743", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "134.638", "max": "134.996", "min": "134.418", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "270.613", "max": "271.366", "min": "270.43", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "189.563", "max": "191.435", "min": "189.229", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "38.486", "max": "40.928", "min": "38.043", "id": "15", "country": "United States", "source_name": "Miami", "destination_name": "Lansing", "destination_id": "295" } } }, "16": { "name": "Washington", "data": { "0": { "avg": "98.241", "max": "98.538", "min": "97.755", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "235.632", "max": "238.385", "min": "235.352", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "20.85", "max": "21.287", "min": "20.169", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "103.252", "max": "111.298", "min": "101.57", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "88.58", "max": "91.254", "min": "88.225", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "171.292", "max": "171.504", "min": "170.594", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "84.104", "max": "84.271", "min": "83.257", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "215.824", "max": "226.365", "min": "214.283", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "141.819", "max": "149.448", "min": "141.237", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "114.888", "max": "124.258", "min": "113.734", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "76.99", "max": "90.508", "min": "75.79", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "37.405", "max": "38.796", "min": "37.166", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "9.087", "max": "9.33", "min": "8.815", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "12.232", "max": "12.723", "min": "12.1", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "27.266", "max": "28.188", "min": "26.828", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "0.018", "max": "0.03", "min": "0.016", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "95.974", "max": "105.241", "min": "94.781", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "12.206", "max": "12.832", "min": "12.131", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "95.338", "max": "96.264", "min": "95.197", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "104.313", "max": "105.255", "min": "104.163", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "228.864", "max": "229.393", "min": "228.36", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "28.168", "max": "28.299", "min": "27.825", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "64.911", "max": "73.347", "min": "64.202", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "68.398", "max": "69.225", "min": "68.209", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "111.241", "max": "111.303", "min": "110.784", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "103.255", "max": "103.553", "min": "102.763", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "101.242", "max": "101.487", "min": "100.799", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "107.441", "max": "111.238", "min": "106.736", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "97.297", "max": "97.798", "min": "97.171", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "78.261", "max": "78.711", "min": "78.155", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "253.405", "max": "253.617", "min": "253.361", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "118.39", "max": "120.294", "min": "118.216", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "64.11", "max": "64.229", "min": "63.218", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "123.497", "max": "126.27", "min": "123.189", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "104.253", "max": "105.233", "min": "103.623", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "253.485", "max": "254.706", "min": "253.383", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "63.257", "max": "63.791", "min": "63.193", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "156.447", "max": "157.306", "min": "156.265", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "28.032", "max": "29.187", "min": "27.173", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "7.306", "max": "10.162", "min": "7.144", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "216.922", "max": "220.358", "min": "216.338", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "98.923", "max": "123.269", "min": "96.467", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "113.236", "max": "114.921", "min": "112.546", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "107.303", "max": "107.724", "min": "107.237", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.375", "max": "211.723", "min": "211.336", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "112.54", "max": "113.267", "min": "112.217", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "120.294", "max": "121.245", "min": "119.792", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "112.934", "max": "119.329", "min": "106.264", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "166.468", "max": "169.319", "min": "164.299", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "36.111", "max": "36.324", "min": "35.465", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "23.194", "max": "29.171", "min": "22.174", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "69.046", "max": "71.216", "min": "68.216", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "133.267", "max": "225.18", "min": "119.261", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "43.216", "max": "43.765", "min": "43.092", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "213.845", "max": "220.345", "min": "211.343", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "263.456", "max": "264.446", "min": "262.72", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "115.884", "max": "117.04", "min": "114.912", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "229.289", "max": "230.37", "min": "228.439", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "115.63", "max": "117.003", "min": "115.115", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "82.379", "max": "84.713", "min": "82.191", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "149.541", "max": "151.288", "min": "149.28", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "139.998", "max": "195.249", "min": "133.499", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "261.384", "max": "337.368", "min": "254.386", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "264.927", "max": "292.435", "min": "263.342", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "126.07", "max": "127.263", "min": "125.267", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "120.251", "max": "121.266", "min": "119.391", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "7.14", "max": "9.141", "min": "6.494", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "130.246", "max": "130.426", "min": "129.589", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "133.038", "max": "134.296", "min": "132.259", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "43.362", "max": "47.202", "min": "43.062", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "211.499", "max": "212.517", "min": "211.306", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "63.383", "max": "64.22", "min": "63.194", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "69.344", "max": "74.277", "min": "68.565", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "18.822", "max": "19.179", "min": "18.155", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "131.426", "max": "133.181", "min": "131.247", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "100.211", "max": "100.434", "min": "99.533", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "15.247", "max": "15.937", "min": "15.078", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "87.287", "max": "87.824", "min": "87.176", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "11.411", "max": "18.149", "min": "10.859", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "24.203", "max": "24.512", "min": "23.802", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "69.181", "max": "69.441", "min": "68.643", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "39.003", "max": "60.213", "min": "37.687", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "242.076", "max": "255.679", "min": "240.923", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "226.401", "max": "226.715", "min": "226.365", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "57.26", "max": "57.811", "min": "57.164", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "140.772", "max": "142.291", "min": "140.266", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "87.68", "max": "88.251", "min": "87.196", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "20.186", "max": "20.543", "min": "19.828", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "37.349", "max": "41.79", "min": "37.153", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "82.337", "max": "88.237", "min": "81.231", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "30.678", "max": "33.808", "min": "30.109", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "70.258", "max": "71.228", "min": "69.811", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "93.314", "max": "94.227", "min": "93.227", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "237.069", "max": "237.669", "min": "236.382", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "14.285", "max": "16.687", "min": "13.622", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "43.189", "max": "43.487", "min": "42.846", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "72.163", "max": "72.492", "min": "71.216", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "52.166", "max": "62.612", "min": "50.964", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "72.387", "max": "76.629", "min": "72.197", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "23.635", "max": "25.615", "min": "23.143", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.19", "max": "28.471", "min": "27.842", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "93.076", "max": "93.41", "min": "92.242", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "131.397", "max": "134.283", "min": "130.79", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "230.895", "max": "243.19", "min": "229.388", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "26.38", "max": "27.187", "min": "26.142", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "214.775", "max": "215.416", "min": "214.324", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "85.221", "max": "85.403", "min": "84.76", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "10.215", "max": "10.823", "min": "10.088", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "13.228", "max": "14.102", "min": "12.828", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "219.859", "max": "259.652", "min": "218.344", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.275", "max": "262.396", "min": "248.381", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "191.367", "max": "191.723", "min": "191.302", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "8.227", "max": "8.868", "min": "8.097", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "227.285", "max": "228.635", "min": "226.366", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "444.31", "max": "568.556", "min": "285.431", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "219.22", "max": "298.211", "min": "153.622", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "260.799", "max": "264.419", "min": "260.399", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "163.503", "max": "165.318", "min": "163.26", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "38.247", "max": "38.766", "min": "38.11", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "28.532", "max": "37.267", "min": "27.835", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "48.483", "max": "52.338", "min": "48.115", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "108.33", "max": "253.589", "min": "27.488", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "120.354", "max": "150.25", "min": "119.057", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "121.991", "max": "287.166", "min": "115.54", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "112.289", "max": "112.732", "min": "111.938", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "107.744", "max": "109.73", "min": "107.235", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "8.186", "max": "9.164", "min": "7.305", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "253.349", "max": "254.399", "min": "252.402", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "187.26", "max": "187.718", "min": "186.341", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "99.425", "max": "101.809", "min": "98.867", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "24.053", "max": "24.195", "min": "23.27", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "18.873", "max": "21.159", "min": "18.146", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "34.23", "max": "35.173", "min": "33.998", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "217.082", "max": "218.351", "min": "216.359", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "47.42", "max": "48.198", "min": "47.114", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "15.025", "max": "15.236", "min": "14.386", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "52.816", "max": "70.326", "min": "50.948", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.287", "max": "49.204", "min": "48.104", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "39.267", "max": "39.733", "min": "38.939", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "10.089", "max": "10.312", "min": "9.616", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "102.239", "max": "102.427", "min": "101.796", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.572", "max": "258.399", "min": "249.377", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "127.224", "max": "127.433", "min": "126.615", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "106.248", "max": "106.702", "min": "105.604", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "126.497", "max": "129.265", "min": "125.622", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "104.397", "max": "105.256", "min": "104.226", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "123.331", "max": "126.273", "min": "122.417", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "224.403", "max": "224.702", "min": "224.354", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "75.314", "max": "76.229", "min": "75.206", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "82.12", "max": "82.241", "min": "81.491", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "87.71", "max": "101.222", "min": "85.68", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "175.273", "max": "176.326", "min": "174.336", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "124.408", "max": "127.274", "min": "123.63", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "87.833", "max": "88.255", "min": "87.192", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "7.174", "max": "7.533", "min": "6.822", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "74.179", "max": "74.239", "min": "73.451", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "126.211", "max": "127.042", "min": "126.001", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "224.003", "max": "266.402", "min": "216.356", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "72.15", "max": "72.235", "min": "71.461", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "161.354", "max": "238.368", "min": "153.301", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "33.422", "max": "35.604", "min": "33.163", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "473.809", "max": "474.609", "min": "473.526", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "112.345", "max": "113.225", "min": "112.228", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "6.672", "max": "7.171", "min": "6.141", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "191.485", "max": "193.336", "min": "191.305", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "252.41", "max": "252.696", "min": "252.347", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "166.329", "max": "167.24", "min": "165.721", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "69.309", "max": "71.208", "min": "68.815", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "299.056", "max": "315.433", "min": "273.454", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "16.634", "max": "21.178", "min": "16.145", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "10.132", "max": "10.377", "min": "9.613", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "94.147", "max": "95.24", "min": "93.379", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "224.478", "max": "225.395", "min": "224.336", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "87.182", "max": "87.44", "min": "86.543", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "91.969", "max": "92.26", "min": "91.237", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "110.907", "max": "120.219", "min": "110.019", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "95.291", "max": "95.796", "min": "95.225", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "82.162", "max": "82.506", "min": "81.229", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "146.582", "max": "154.249", "min": "145.298", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "126.294", "max": "126.695", "min": "126.244", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "139.343", "max": "139.737", "min": "139.263", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "122.683", "max": "135.237", "min": "121.775", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "82.263", "max": "89.228", "min": "81.225", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "92.306", "max": "92.779", "min": "92.132", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "93.205", "max": "93.369", "min": "92.64", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "103.454", "max": "106.81", "min": "103.114", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "138.363", "max": "140.299", "min": "138.043", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "104.161", "max": "111.251", "min": "102.801", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "142.342", "max": "201.192", "min": "104.278", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "81.301", "max": "82.198", "min": "81.214", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "133.446", "max": "134.283", "min": "133.206", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "119.331", "max": "120.264", "min": "119.222", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "121.328", "max": "122.378", "min": "120.549", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "78.995", "max": "79.245", "min": "78.224", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "251.523", "max": "253.398", "min": "251.377", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "97.646", "max": "105.237", "min": "97.216", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "93.69", "max": "105.239", "min": "92.609", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "107.299", "max": "107.75", "min": "107.144", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "116.381", "max": "124.344", "min": "108.252", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "137.364", "max": "138.275", "min": "137.266", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "100.365", "max": "123.233", "min": "99.028", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "108.481", "max": "109.255", "min": "108.234", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "95.32", "max": "96.25", "min": "94.538", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "226.833", "max": "240.545", "min": "224.353", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "15.065", "max": "21.175", "min": "14.15", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "231.479", "max": "233.664", "min": "225.386", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "220.417", "max": "221.016", "min": "220.354", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "86.314", "max": "87.235", "min": "86.208", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "234.626", "max": "236.385", "min": "234.347", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "91.251", "max": "91.78", "min": "90.861", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "113.2", "max": "120.261", "min": "112.25", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "137.366", "max": "138.277", "min": "137.239", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "77.421", "max": "79.23", "min": "77.152", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "85.443", "max": "87.248", "min": "84.832", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "23.286", "max": "23.967", "min": "23.156", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "23.708", "max": "34.194", "min": "22.847", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "235.396", "max": "235.594", "min": "235.355", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "81.262", "max": "81.802", "min": "81.202", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "100.711", "max": "101.595", "min": "100.238", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "15.1", "max": "15.261", "min": "14.319", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "91.409", "max": "104.206", "min": "90.176", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "134.609", "max": "138.283", "min": "134.245", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "37.197", "max": "40.184", "min": "34.194", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "95.12", "max": "95.256", "min": "94.255", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "113.953", "max": "115.777", "min": "113.046", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "71.732", "max": "87.198", "min": "70.171", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "211.009", "max": "215.343", "min": "209.338", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "162.369", "max": "164.381", "min": "161.756", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "162.137", "max": "179.324", "min": "161.282", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "119.456", "max": "120.257", "min": "119.224", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "98.344", "max": "101.268", "min": "97.997", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "116.25", "max": "116.769", "min": "115.577", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "18.301", "max": "21.449", "min": "17.259", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "9.128", "max": "9.356", "min": "8.439", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "131.709", "max": "140.285", "min": "129.287", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "101.407", "max": "103.258", "min": "100.233", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "18.254", "max": "20.175", "min": "17.147", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "140.397", "max": "141.296", "min": "140.258", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "38.227", "max": "38.776", "min": "38.1", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "107.967", "max": "112.253", "min": "107.194", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "264.39", "max": "264.561", "min": "263.901", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "90.024", "max": "90.234", "min": "89.815", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "77.266", "max": "77.731", "min": "77.2", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "94.215", "max": "94.512", "min": "93.64", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "172.322", "max": "173.311", "min": "172.043", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "97.262", "max": "106.283", "min": "90.219", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "111.162", "max": "111.275", "min": "110.258", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "203.473", "max": "204.344", "min": "203.303", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "170.413", "max": "171.687", "min": "170.28", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "28.25", "max": "28.778", "min": "28.145", "id": "16", "country": "United States", "source_name": "Washington", "destination_name": "Lansing", "destination_id": "295" } } }, "18": { "name": "Atlanta", "data": { "0": { "avg": "97.278", "max": "104.519", "min": "96.203", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "196.892", "max": "197.74", "min": "196.694", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "26.515", "max": "26.785", "min": "26.44", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "116.93", "max": "123.596", "min": "116.09", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "91.637", "max": "91.978", "min": "91.483", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "157.119", "max": "157.33", "min": "156.987", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "92.166", "max": "92.447", "min": "92.055", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "205.759", "max": "225.526", "min": "204.486", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "143.28", "max": "143.441", "min": "143.192", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "120.825", "max": "126.039", "min": "120.346", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "86.661", "max": "86.968", "min": "86.428", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "24.029", "max": "32.929", "min": "23.466", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "21.34", "max": "21.577", "min": "21.195", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "23.462", "max": "23.733", "min": "23.339", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "15.851", "max": "17.813", "min": "15.629", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "12.802", "max": "13.152", "min": "12.1", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "111.611", "max": "111.819", "min": "111.418", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "0.027", "max": "0.042", "min": "0.019", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "99.615", "max": "99.792", "min": "99.483", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "114.652", "max": "114.836", "min": "114.566", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "201.19", "max": "201.383", "min": "201.088", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "29.384", "max": "30.734", "min": "29.125", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "52.543", "max": "53.574", "min": "52.39", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "74.019", "max": "89.151", "min": "73.295", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "120.305", "max": "124.425", "min": "119.803", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "116.051", "max": "116.21", "min": "115.957", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "113.943", "max": "121.637", "min": "113.448", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "114.021", "max": "115.767", "min": "113.602", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "99.801", "max": "100.083", "min": "99.691", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "59.623", "max": "60.01", "min": "59.352", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "228.519", "max": "232.8", "min": "227.751", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "119.662", "max": "121.815", "min": "119.451", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "42.686", "max": "44.214", "min": "42.391", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "130.768", "max": "130.832", "min": "130.695", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "108.146", "max": "109.936", "min": "107.825", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "224.512", "max": "225.409", "min": "224.243", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "50.965", "max": "51.09", "min": "50.9", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "49.899", "max": "53.302", "min": "49.441", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "18.673", "max": "19.032", "min": "18.535", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "18.463", "max": "20.749", "min": "18.106", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "232.11", "max": "237.798", "min": "231.624", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "100.182", "max": "101.6", "min": "99.777", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "126.999", "max": "127.358", "min": "126.842", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "119.097", "max": "131.119", "min": "117.769", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "228.109", "max": "228.284", "min": "227.961", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "116.608", "max": "118.932", "min": "115.984", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "123.586", "max": "123.801", "min": "123.469", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "104.408", "max": "107.592", "min": "96.967", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "148.651", "max": "149.211", "min": "147.47", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "27.847", "max": "27.986", "min": "27.744", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "29.622", "max": "30.551", "min": "29.383", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "59.841", "max": "60.158", "min": "59.67", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "157.791", "max": "170.545", "min": "144.296", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "40.268", "max": "44.005", "min": "31.48", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "249.034", "max": "256.232", "min": "245.814", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "253.929", "max": "254.243", "min": "253.772", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "114.345", "max": "116.158", "min": "113.84", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "208.61", "max": "208.706", "min": "208.524", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "110.587", "max": "111.77", "min": "110.282", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "102.28", "max": "102.609", "min": "102.129", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "141.998", "max": "142.948", "min": "141.47", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "145.516", "max": "201.981", "min": "140.097", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "238.265", "max": "272.11", "min": "236.034", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "240.195", "max": "242.967", "min": "239.89", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "134.271", "max": "135.746", "min": "134.096", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "126.684", "max": "127.678", "min": "126.517", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "16.797", "max": "22.622", "min": "16.204", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "128.711", "max": "137.528", "min": "127.607", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "134.515", "max": "138.869", "min": "133.677", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "34.185", "max": "37.034", "min": "33.905", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "209.177", "max": "210.862", "min": "208.967", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "48.542", "max": "50.321", "min": "48.249", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "58.157", "max": "59.032", "min": "57.976", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "8.767", "max": "13.19", "min": "7.613", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "123.04", "max": "124.829", "min": "122.715", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "98.299", "max": "98.416", "min": "98.156", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "5.997", "max": "7.555", "min": "5.701", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "56.409", "max": "57.293", "min": "56.154", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "31.367", "max": "42.974", "min": "30.729", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "20.774", "max": "21.589", "min": "20.612", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "67.779", "max": "70.693", "min": "67.461", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "33.916", "max": "36.259", "min": "33.268", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "230.369", "max": "231.627", "min": "230.159", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "241.228", "max": "241.687", "min": "240.982", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "66.938", "max": "69.457", "min": "62.091", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "142.537", "max": "143.625", "min": "142.172", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "95.731", "max": "96.419", "min": "95.428", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "11.987", "max": "12.284", "min": "11.87", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "22.704", "max": "22.971", "min": "22.504", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "90.865", "max": "91.293", "min": "90.73", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "25.613", "max": "27.385", "min": "24.829", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "58.534", "max": "59.972", "min": "58.188", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "98.298", "max": "98.429", "min": "98.217", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "195.605", "max": "196.754", "min": "195.385", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "27.122", "max": "29.105", "min": "26.757", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "18.12", "max": "20.798", "min": "17.774", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "60.68", "max": "62.356", "min": "60.351", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "46.922", "max": "88.329", "min": "44.505", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "57.286", "max": "57.961", "min": "57.136", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "21.37", "max": "23.499", "min": "21.176", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "31.02", "max": "31.171", "min": "30.952", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "64.291", "max": "64.522", "min": "64.088", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "137.868", "max": "138.397", "min": "137.699", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "225.717", "max": "230.774", "min": "225.118", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "21.496", "max": "21.829", "min": "21.325", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "185.118", "max": "185.72", "min": "184.968", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "89.296", "max": "90.627", "min": "89.142", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "18.746", "max": "18.885", "min": "18.597", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "8.604", "max": "8.734", "min": "8.453", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "200.662", "max": "203.878", "min": "199.927", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "216.886", "max": "220.883", "min": "216.471", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "182.751", "max": "183.127", "min": "182.625", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "18.929", "max": "19.115", "min": "18.809", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "214.966", "max": "260.833", "min": "212.91", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "451.149", "max": "551.727", "min": "286.164", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "268.593", "max": "381.42", "min": "151.845", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "249.543", "max": "257.051", "min": "248.801", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "152.353", "max": "152.611", "min": "152.235", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "27.596", "max": "28.081", "min": "27.459", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "38.755", "max": "43.586", "min": "38.131", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "36.178", "max": "39.916", "min": "35.463", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "98.189", "max": "241.516", "min": "19.572", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "146.315", "max": "147.528", "min": "146.175", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.378", "max": "454.803", "min": "123.366", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "129.389", "max": "129.48", "min": "129.33", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "113.971", "max": "115.098", "min": "113.251", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "19.289", "max": "19.477", "min": "19.171", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "307.889", "max": "310.519", "min": "307.547", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "199.099", "max": "200.363", "min": "198.847", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "94.751", "max": "98.011", "min": "94.524", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.928", "max": "27.481", "min": "25.704", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "12.116", "max": "13.656", "min": "11.905", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "24.311", "max": "27.252", "min": "23.826", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "194.358", "max": "196.117", "min": "193.652", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "33.276", "max": "33.436", "min": "33.201", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "24.361", "max": "24.636", "min": "24.222", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.982", "max": "75.17", "min": "49.614", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "30.286", "max": "33.729", "min": "29.805", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "29.267", "max": "29.788", "min": "29.055", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "66.091", "max": "79.84", "min": "35.11", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "114.816", "max": "114.951", "min": "114.722", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "245.547", "max": "247.09", "min": "245.037", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "131.985", "max": "132.109", "min": "131.845", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "111.182", "max": "112.645", "min": "110.814", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "108.723", "max": "125.244", "min": "107.7", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "95.978", "max": "96.49", "min": "95.643", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "120.263", "max": "122.252", "min": "120.026", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "292.207", "max": "292.601", "min": "292.087", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "86.044", "max": "86.532", "min": "85.896", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "100.126", "max": "113.565", "min": "96.175", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "100.177", "max": "113.66", "min": "98.598", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "172.083", "max": "172.175", "min": "171.982", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "119.29", "max": "120.809", "min": "119.046", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "102.118", "max": "102.944", "min": "101.886", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "22.677", "max": "22.785", "min": "22.558", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "76.147", "max": "84.669", "min": "75.227", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "140.579", "max": "141.595", "min": "140.337", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "212.644", "max": "252.227", "min": "206.232", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "69.141", "max": "70.149", "min": "69.011", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "145.663", "max": "183.412", "min": "141.326", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "48.476", "max": "48.641", "min": "48.381", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "462.879", "max": "463.401", "min": "462.094", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "124.526", "max": "126.806", "min": "124.142", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "18.825", "max": "20.441", "min": "18.448", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "206.485", "max": "206.652", "min": "206.36", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "247.858", "max": "247.984", "min": "247.783", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "183.397", "max": "183.673", "min": "183.268", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "37.777", "max": "38.138", "min": "37.633", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "222.244", "max": "223.44", "min": "221.952", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "27.123", "max": "31.8", "min": "26.723", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "21.397", "max": "21.489", "min": "21.318", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "105.546", "max": "120.511", "min": "103.953", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "277.838", "max": "277.953", "min": "277.732", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "94.59", "max": "97.231", "min": "94.359", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "115", "max": "123.334", "min": "114.402", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "120.294", "max": "120.887", "min": "120.199", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "115.638", "max": "115.795", "min": "115.531", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "95.195", "max": "95.524", "min": "94.949", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "144.305", "max": "145.629", "min": "142.23", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "128.221", "max": "128.386", "min": "128.051", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "146.332", "max": "146.757", "min": "146.21", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "129.539", "max": "129.819", "min": "129.366", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "102.816", "max": "113.752", "min": "101.252", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "96.134", "max": "97.158", "min": "95.926", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "98.276", "max": "98.392", "min": "98.172", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "110.73", "max": "110.821", "min": "110.631", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "140.64", "max": "141.138", "min": "140.404", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "121.641", "max": "152.335", "min": "118.724", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "115.879", "max": "130.071", "min": "100.127", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "87.255", "max": "91.49", "min": "86.598", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "138.888", "max": "139.103", "min": "138.718", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "127.24", "max": "146.989", "min": "126.366", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "128.241", "max": "128.872", "min": "127.887", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "92.042", "max": "108.935", "min": "91.226", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "247.057", "max": "247.566", "min": "246.911", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "108.586", "max": "109.416", "min": "108.454", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "112.918", "max": "113.106", "min": "112.771", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "109.221", "max": "109.351", "min": "109.096", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "76.883", "max": "82.318", "min": "75.537", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "149.312", "max": "149.714", "min": "149.18", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "95.735", "max": "98.982", "min": "95.145", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "97.887", "max": "98.182", "min": "97.769", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "99.551", "max": "102.04", "min": "96.371", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "208.839", "max": "215.109", "min": "208.018", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "19.654", "max": "25.087", "min": "19.041", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "229.423", "max": "229.52", "min": "229.345", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "265.651", "max": "265.89", "min": "265.53", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "101.296", "max": "102.728", "min": "100.944", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "244.434", "max": "245.867", "min": "244.247", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "89.439", "max": "90.952", "min": "89.024", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "120.352", "max": "120.752", "min": "120.147", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "152.239", "max": "152.516", "min": "152.096", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "95.595", "max": "96.922", "min": "95.222", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "93.787", "max": "98.574", "min": "93.309", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "29.373", "max": "29.459", "min": "29.286", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "32.193", "max": "32.28", "min": "32.095", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "216.747", "max": "350.574", "min": "211.947", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "23.081", "max": "23.207", "min": "22.989", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "106.832", "max": "107.06", "min": "106.711", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "24.029", "max": "24.155", "min": "23.965", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "115.462", "max": "115.845", "min": "115.324", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "140.566", "max": "141.201", "min": "140.446", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "28.566", "max": "32.978", "min": "25.639", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "106.863", "max": "107.054", "min": "106.724", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "121.607", "max": "125.072", "min": "120.955", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "71.03", "max": "79.875", "min": "69.625", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "181.559", "max": "182.339", "min": "181.103", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "146.455", "max": "147.966", "min": "146.17", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "171.377", "max": "171.889", "min": "171.163", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "130.215", "max": "132.207", "min": "130.079", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "95.133", "max": "95.256", "min": "94.98", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "133.419", "max": "133.608", "min": "133.35", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "28.289", "max": "28.874", "min": "28.064", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "22.617", "max": "22.905", "min": "22.504", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "143.497", "max": "148.171", "min": "141.541", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "83.237", "max": "89.808", "min": "82.566", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "29.863", "max": "31.022", "min": "29.097", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "148.581", "max": "153.827", "min": "147.709", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "32.606", "max": "40.893", "min": "30.84", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "103.869", "max": "106.384", "min": "103.574", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "236.232", "max": "236.423", "min": "236.004", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "85.894", "max": "86.005", "min": "85.784", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "92.033", "max": "92.818", "min": "91.884", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "100.215", "max": "100.932", "min": "100.084", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "187.198", "max": "187.838", "min": "186.983", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "104.857", "max": "113.288", "min": "96.442", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "127.107", "max": "127.222", "min": "127.002", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "210.721", "max": "212.176", "min": "210.395", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "167.368", "max": "168.515", "min": "167.066", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "34.61", "max": "35.548", "min": "34.444", "id": "18", "country": "United States", "source_name": "Atlanta", "destination_name": "Lansing", "destination_id": "295" } } }, "22": { "name": "Chicago", "data": { "0": { "avg": "102.934", "max": "103.193", "min": "102.759", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "251.736", "max": "252.022", "min": "251.487", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "14.777", "max": "14.994", "min": "14.642", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "120.471", "max": "127.368", "min": "119.846", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "94.262", "max": "94.467", "min": "94.098", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "169.285", "max": "169.46", "min": "169.163", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "99.151", "max": "99.399", "min": "99.059", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "289.334", "max": "295.986", "min": "288.474", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "145.693", "max": "145.803", "min": "145.611", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "113.648", "max": "118.601", "min": "113.158", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "86.252", "max": "86.488", "min": "86.117", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "37.436", "max": "54.197", "min": "36.712", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "23.166", "max": "23.551", "min": "23.059", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "25.601", "max": "25.867", "min": "25.49", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "32.451", "max": "36.758", "min": "32.224", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "28.151", "max": "28.435", "min": "27.93", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "109.492", "max": "109.773", "min": "109.295", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "29.246", "max": "32.153", "min": "28.999", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "100.094", "max": "100.282", "min": "99.931", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "117.241", "max": "117.309", "min": "117.19", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "268.862", "max": "269.073", "min": "268.75", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "0.034", "max": "0.052", "min": "0.02", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "53.222", "max": "53.444", "min": "53.145", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "56.248", "max": "62.382", "min": "55.896", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "113.509", "max": "114.015", "min": "113.247", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "111.576", "max": "113.35", "min": "111.468", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "111.724", "max": "112.773", "min": "111.578", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "128.337", "max": "128.701", "min": "128.25", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "98.858", "max": "98.945", "min": "98.772", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "48.778", "max": "50.95", "min": "47.911", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "217.861", "max": "218.072", "min": "217.77", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "116.68", "max": "117.535", "min": "116.551", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "51.358", "max": "51.483", "min": "51.261", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "139.215", "max": "139.966", "min": "139.102", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "116.242", "max": "118.906", "min": "115.994", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "233.571", "max": "235.59", "min": "233.315", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "58.408", "max": "58.478", "min": "58.366", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.28", "max": "61.008", "min": "60.174", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "28.243", "max": "31.403", "min": "27.999", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "28.277", "max": "29.366", "min": "28.016", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "231.882", "max": "235.637", "min": "231.299", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "96.616", "max": "103.232", "min": "95.792", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "131.284", "max": "131.436", "min": "131.156", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "122.456", "max": "131.221", "min": "122.1", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "226.882", "max": "232.493", "min": "226.604", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "126.98", "max": "127.587", "min": "126.557", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "120.77", "max": "121.152", "min": "120.604", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "96.342", "max": "96.931", "min": "96.222", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "174.209", "max": "175.465", "min": "174.013", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "38.622", "max": "40.744", "min": "38.327", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "23.923", "max": "24.099", "min": "23.871", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "51.812", "max": "52.392", "min": "51.514", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "140.406", "max": "167.385", "min": "92.539", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "13.703", "max": "13.985", "min": "13.612", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "266.82", "max": "274.013", "min": "263.513", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "237.15", "max": "237.894", "min": "236.926", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "111.131", "max": "112.754", "min": "110.451", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "203.629", "max": "204.17", "min": "203.527", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "119.455", "max": "120.461", "min": "119.221", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "101.279", "max": "101.437", "min": "101.165", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "152.918", "max": "156.078", "min": "152.269", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "146.562", "max": "201.604", "min": "141.683", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "225.793", "max": "231.908", "min": "225.291", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "235.245", "max": "236.052", "min": "235.068", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "139.685", "max": "140.396", "min": "139.559", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "136.71", "max": "137.914", "min": "136.524", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "23.153", "max": "23.739", "min": "23.034", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "138.406", "max": "139.458", "min": "137.95", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "144.381", "max": "147.366", "min": "143.472", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "26.016", "max": "29.025", "min": "25.47", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.873", "max": "200.59", "min": "199.745", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "55.792", "max": "56.307", "min": "55.556", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "75.525", "max": "76.145", "min": "75.401", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "43.674", "max": "43.794", "min": "43.615", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "144.33", "max": "145.354", "min": "144.097", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "92.805", "max": "93.095", "min": "92.677", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "30.19", "max": "30.305", "min": "30.079", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "65.521", "max": "65.601", "min": "65.452", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "19.738", "max": "24.229", "min": "19.256", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "9.535", "max": "10.696", "min": "9.322", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "59.051", "max": "59.302", "min": "58.905", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "35.494", "max": "36.288", "min": "35.336", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "251.185", "max": "254.138", "min": "248.864", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.989", "max": "240.123", "min": "239.856", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "50.824", "max": "53.997", "min": "48.39", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "140.399", "max": "142.358", "min": "140.064", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "95.021", "max": "102.631", "min": "94.386", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "30.091", "max": "30.523", "min": "30.003", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "9.313", "max": "12.2", "min": "9.103", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "94.593", "max": "94.863", "min": "94.517", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "14.318", "max": "17.598", "min": "13.599", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "56.246", "max": "57.955", "min": "55.759", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "98.043", "max": "98.581", "min": "97.984", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "173.356", "max": "173.621", "min": "173.241", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "20.137", "max": "20.762", "min": "20.021", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "35.175", "max": "35.345", "min": "35.076", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "76.115", "max": "76.423", "min": "75.892", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "63.443", "max": "122.082", "min": "60.737", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "51.961", "max": "52.525", "min": "51.799", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "4.706", "max": "5.668", "min": "4.531", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "18.345", "max": "18.426", "min": "18.285", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "54.378", "max": "56.885", "min": "54.116", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "144.795", "max": "144.896", "min": "144.692", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "214.532", "max": "215.732", "min": "214.04", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "10.206", "max": "10.575", "min": "10.022", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "320.432", "max": "320.77", "min": "319.587", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "99.287", "max": "102.247", "min": "99.078", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "26.889", "max": "27.936", "min": "26.766", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "27.056", "max": "36.194", "min": "26.648", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "209.451", "max": "213.235", "min": "209.157", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "214.057", "max": "214.264", "min": "213.979", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "179.232", "max": "179.598", "min": "179.111", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "21.662", "max": "21.735", "min": "21.578", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "228.286", "max": "229.878", "min": "227.987", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "463.815", "max": "575.122", "min": "286.259", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "252.307", "max": "375.147", "min": "169.666", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "261.462", "max": "277.489", "min": "260.378", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "148.589", "max": "149.379", "min": "148.379", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "20.542", "max": "20.966", "min": "20.382", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "44.293", "max": "46.542", "min": "43.945", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "27.555", "max": "32.346", "min": "27.23", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "106.355", "max": "249.151", "min": "25.066", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "142.558", "max": "142.926", "min": "142.475", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.225", "max": "226.845", "min": "134.458", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "131.352", "max": "131.617", "min": "131.263", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "116.438", "max": "119.173", "min": "115.65", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "20.68", "max": "23.167", "min": "18.79", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "311.241", "max": "311.746", "min": "311.014", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "197.9", "max": "198.188", "min": "197.749", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "86.045", "max": "86.465", "min": "85.962", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "14.135", "max": "14.355", "min": "14.056", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "10.646", "max": "11.955", "min": "10.484", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "24.902", "max": "26.805", "min": "24.64", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "189.851", "max": "191.193", "min": "189.26", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "37.016", "max": "37.148", "min": "36.96", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "25.238", "max": "26.245", "min": "24.988", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "36.188", "max": "43.112", "min": "34.787", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "31", "max": "33.172", "min": "30.837", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "9.893", "max": "12.159", "min": "9.539", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "20.187", "max": "20.303", "min": "20.079", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "124.471", "max": "124.727", "min": "124.365", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.313", "max": "252.798", "min": "249.558", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "133.144", "max": "133.601", "min": "133.024", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "111.647", "max": "111.878", "min": "111.455", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "93.04", "max": "95.501", "min": "92.677", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "106.458", "max": "106.834", "min": "106.232", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "130.559", "max": "132.987", "min": "130.277", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "292.966", "max": "293.119", "min": "292.881", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "87.295", "max": "87.768", "min": "87.174", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "88.671", "max": "89.947", "min": "88.465", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "97.473", "max": "106.143", "min": "96.356", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "171.699", "max": "171.869", "min": "171.608", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "127.93", "max": "129.704", "min": "127.673", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "106.032", "max": "108.12", "min": "104.323", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "28.213", "max": "29.017", "min": "28.071", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "92.863", "max": "94.263", "min": "92.683", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "128.84", "max": "129.99", "min": "128.611", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "216.278", "max": "269.038", "min": "209.306", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "26.065", "max": "26.207", "min": "25.959", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "176.692", "max": "261.578", "min": "167.867", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "53.773", "max": "53.957", "min": "53.663", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "367.111", "max": "367.336", "min": "366.548", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "127.15", "max": "127.216", "min": "127.086", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "22.652", "max": "22.791", "min": "22.532", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "202.963", "max": "203.152", "min": "202.838", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "250.095", "max": "250.256", "min": "250.027", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "176.316", "max": "176.897", "min": "176.195", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "51.196", "max": "52.033", "min": "50.976", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "260.352", "max": "260.755", "min": "260.063", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "28.315", "max": "28.513", "min": "28.228", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "11.852", "max": "11.902", "min": "11.801", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "104.164", "max": "105.167", "min": "103.941", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "262.424", "max": "262.688", "min": "262.33", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "99.375", "max": "100.368", "min": "99.246", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "105.176", "max": "105.558", "min": "105.011", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "122.148", "max": "129.877", "min": "121.648", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "112.643", "max": "113.668", "min": "112.501", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "91.005", "max": "91.626", "min": "90.64", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "140.552", "max": "140.868", "min": "140.417", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "140.104", "max": "140.784", "min": "140.01", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "149.155", "max": "149.829", "min": "149.012", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "149.325", "max": "149.799", "min": "149.208", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "103.802", "max": "106.67", "min": "103.478", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "98.169", "max": "98.266", "min": "98.056", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "90.795", "max": "90.857", "min": "90.714", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "125.07", "max": "125.23", "min": "124.968", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "140.539", "max": "141.451", "min": "140.321", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "120.453", "max": "147.735", "min": "117.844", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "119.817", "max": "150.753", "min": "104.35", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "85.43", "max": "85.694", "min": "85.366", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "149.612", "max": "149.874", "min": "149.404", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "119.881", "max": "161.398", "min": "117.898", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "140.531", "max": "141.164", "min": "140.128", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "94.153", "max": "94.584", "min": "93.984", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "254.892", "max": "287.216", "min": "253.667", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "128.259", "max": "128.372", "min": "128.179", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "115.977", "max": "116.148", "min": "115.887", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "123.143", "max": "123.308", "min": "123.072", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "102.593", "max": "109.887", "min": "100.78", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "151.891", "max": "152.008", "min": "151.765", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "101.108", "max": "101.758", "min": "100.991", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "99.491", "max": "99.975", "min": "99.359", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "99.055", "max": "99.159", "min": "98.968", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "206.949", "max": "216.518", "min": "203.829", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "23.9", "max": "32.423", "min": "22.836", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "259.21", "max": "262.519", "min": "254.278", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "255.789", "max": "256.157", "min": "255.662", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "102.126", "max": "102.352", "min": "102.058", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "232.857", "max": "233.091", "min": "232.707", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "70.915", "max": "73.529", "min": "70.582", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "123.785", "max": "126.456", "min": "123.044", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "153.455", "max": "153.829", "min": "153.327", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "89.541", "max": "90.597", "min": "89.273", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "95.462", "max": "95.673", "min": "95.351", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "18.442", "max": "18.614", "min": "18.375", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "49.288", "max": "49.385", "min": "49.236", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "226.177", "max": "226.59", "min": "226.015", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "28.437", "max": "28.88", "min": "28.339", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "111.157", "max": "111.433", "min": "111.034", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "18.065", "max": "19.38", "min": "17.959", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "121.676", "max": "121.803", "min": "121.611", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "178.358", "max": "178.647", "min": "178.239", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "57.063", "max": "60.723", "min": "54.308", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "110.504", "max": "110.612", "min": "110.383", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "123.595", "max": "124.907", "min": "122.893", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "82.531", "max": "90.749", "min": "81.284", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "195.579", "max": "196.35", "min": "195.327", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "211.477", "max": "211.72", "min": "211.369", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "197.179", "max": "197.899", "min": "196.956", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "136.487", "max": "136.708", "min": "136.401", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "98.437", "max": "98.869", "min": "98.373", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "167.206", "max": "167.418", "min": "167.134", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "31.684", "max": "32.588", "min": "31.404", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "35.187", "max": "35.414", "min": "35.035", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "146.239", "max": "149.958", "min": "144.666", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "105.313", "max": "106.017", "min": "105.088", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "30.462", "max": "32.193", "min": "29.43", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "149.1", "max": "149.628", "min": "148.981", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "15.262", "max": "15.468", "min": "15.131", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "103.244", "max": "109.01", "min": "102.464", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.56", "max": "235.495", "min": "225.51", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "111.145", "max": "111.183", "min": "111.107", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "98.853", "max": "98.887", "min": "98.794", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "98.337", "max": "99.448", "min": "98.183", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "180.899", "max": "181.476", "min": "180.738", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "112.464", "max": "124.819", "min": "104.763", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "123.301", "max": "123.579", "min": "123.186", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "205.143", "max": "206.327", "min": "204.987", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "174.616", "max": "175.597", "min": "174.405", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "31.151", "max": "31.231", "min": "31.097", "id": "22", "country": "United States", "source_name": "Chicago", "destination_name": "Lansing", "destination_id": "295" } } }, "23": { "name": "San Jose", "data": { "0": { "avg": "145.162", "max": "146.302", "min": "144.021", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "207.617", "max": "209.221", "min": "206.587", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "57.345", "max": "58.42", "min": "56.206", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "172.308", "max": "179.201", "min": "170.737", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "143.148", "max": "144.715", "min": "141.91", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "104.6", "max": "106.294", "min": "102.864", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "157.691", "max": "158.925", "min": "156.494", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "245.049", "max": "246.999", "min": "243.79", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "193.17", "max": "194.594", "min": "191.96", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "172.369", "max": "175.324", "min": "171.063", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "149.158", "max": "151.771", "min": "147.991", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "47.268", "max": "48.324", "min": "46.065", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "69.067", "max": "70.293", "min": "68.071", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "85.022", "max": "86.312", "min": "83.832", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "76.082", "max": "77.359", "min": "74.507", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "64.919", "max": "66.195", "min": "63.693", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "159.455", "max": "160.523", "min": "158.437", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "52.468", "max": "54.011", "min": "51.477", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "148.943", "max": "150.46", "min": "147.812", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "169.155", "max": "170.649", "min": "167.76", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "293.05", "max": "294.407", "min": "291.986", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "53.282", "max": "54.511", "min": "52.024", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "0.081", "max": "1.14", "min": "0", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "21.496", "max": "30.321", "min": "19.65", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "159.962", "max": "161.048", "min": "158.92", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "163.022", "max": "164.11", "min": "161.534", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "161.588", "max": "164.059", "min": "160.155", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "154.361", "max": "155.708", "min": "153.247", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "146.593", "max": "147.652", "min": "145.473", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "1.466", "max": "2.416", "min": "0.855", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "180.643", "max": "181.792", "min": "179.121", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "172.941", "max": "174.379", "min": "171.264", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "57.435", "max": "60.674", "min": "55.869", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "182.152", "max": "183.273", "min": "180.865", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "156.552", "max": "158.261", "min": "155.145", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "189.908", "max": "192.11", "min": "188.561", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "13.319", "max": "14.369", "min": "12.077", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "19.936", "max": "21.612", "min": "18.568", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "49.1", "max": "50.469", "min": "47.888", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "73.384", "max": "77.81", "min": "72.096", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "283.01", "max": "286.982", "min": "281.77", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "144.171", "max": "145.593", "min": "142.887", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "181.537", "max": "183.319", "min": "180.184", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "162.955", "max": "164.752", "min": "161.645", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "256.818", "max": "263.205", "min": "255.543", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "167.907", "max": "169.798", "min": "166.496", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "168.059", "max": "169.123", "min": "166.917", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "128.841", "max": "130.109", "min": "127.296", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "197.388", "max": "199.027", "min": "196.105", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "43.152", "max": "44.86", "min": "41.558", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "69.121", "max": "70.147", "min": "67.943", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "26.657", "max": "28.187", "min": "25.37", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "161.607", "max": "173.393", "min": "152.444", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "35.476", "max": "37.108", "min": "34.247", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "239.851", "max": "252.881", "min": "235.882", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "196.582", "max": "198.731", "min": "195.213", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "159.007", "max": "161.026", "min": "157.441", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "152.032", "max": "153.357", "min": "150.751", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "156.794", "max": "158.771", "min": "155.533", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "149.147", "max": "150.751", "min": "147.884", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "198.851", "max": "200.371", "min": "197.35", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "193.172", "max": "234.76", "min": "189.726", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "208.035", "max": "311.549", "min": "199.453", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "184.737", "max": "190.736", "min": "183.138", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "185.49", "max": "186.775", "min": "184.167", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "184.14", "max": "185.946", "min": "183.026", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "73.088", "max": "75.964", "min": "71.791", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "174.329", "max": "184.311", "min": "172.743", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "184.166", "max": "185.879", "min": "182.467", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "28.871", "max": "30.038", "min": "27.782", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "153.487", "max": "154.938", "min": "152.155", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "16.222", "max": "17.82", "min": "14.899", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "120.886", "max": "128.109", "min": "119.457", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "64.03", "max": "65.219", "min": "62.589", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "185.845", "max": "187.259", "min": "184.455", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "142.637", "max": "143.874", "min": "141.125", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "67.513", "max": "68.75", "min": "66.54", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "16.653", "max": "19.935", "min": "15.025", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "70.227", "max": "74.297", "min": "68.27", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "54.412", "max": "55.592", "min": "53.305", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "17.325", "max": "18.56", "min": "16.144", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "77.916", "max": "79.684", "min": "76.281", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "154.796", "max": "157.589", "min": "153.488", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "214.659", "max": "215.761", "min": "213.556", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "69.35", "max": "70.618", "min": "67.86", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "196.637", "max": "197.772", "min": "195.482", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "141.751", "max": "142.943", "min": "140.496", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "73.53", "max": "75.032", "min": "72.263", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "70.685", "max": "72.138", "min": "69.581", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "137.437", "max": "145.109", "min": "135.932", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "57.34", "max": "59.967", "min": "55.76", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "7.604", "max": "8.598", "min": "7.137", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "168.657", "max": "170.04", "min": "167.603", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "129.494", "max": "130.751", "min": "128.172", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "66.511", "max": "67.854", "min": "65.204", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "79.383", "max": "80.813", "min": "77.664", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "120.021", "max": "121.694", "min": "118.713", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "111.971", "max": "121.519", "min": "109.491", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "2.828", "max": "4.001", "min": "1.602", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "54.34", "max": "56.849", "min": "52.769", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "69.011", "max": "70.043", "min": "67.718", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "66.639", "max": "67.814", "min": "65.051", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "188.541", "max": "191.152", "min": "187.439", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "170.587", "max": "173.068", "min": "168.855", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "53.847", "max": "55.281", "min": "52.722", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "391.812", "max": "434.578", "min": "380.681", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "133.178", "max": "135.261", "min": "131.801", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "72.355", "max": "76.866", "min": "70.738", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "69.275", "max": "72.072", "min": "67.634", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "244.475", "max": "247.426", "min": "242.396", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "164.099", "max": "181.716", "min": "162.14", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "131.375", "max": "132.46", "min": "130.123", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "79.29", "max": "80.516", "min": "78.074", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "257.776", "max": "258.839", "min": "256.541", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "505.428", "max": "621.068", "min": "337.519", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "288.369", "max": "430.488", "min": "217.103", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "300.121", "max": "314.257", "min": "297.914", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "109.872", "max": "113.721", "min": "108.346", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "46.696", "max": "48.185", "min": "45.64", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "72.013", "max": "73.742", "min": "70.805", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "26.7", "max": "34.993", "min": "25.302", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "147.846", "max": "312.915", "min": "78.419", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "195.067", "max": "221.347", "min": "177.016", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "194.343", "max": "362.779", "min": "186.695", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "181.765", "max": "182.88", "min": "180.631", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "168.575", "max": "170.027", "min": "167.159", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "68.576", "max": "73.458", "min": "62.126", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "297.809", "max": "298.893", "min": "296.145", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "247.869", "max": "249.086", "min": "246.617", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "50.547", "max": "51.79", "min": "49.721", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "68.753", "max": "70.202", "min": "67.751", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "59.496", "max": "60.508", "min": "58.756", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "54.477", "max": "55.616", "min": "52.947", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "137.681", "max": "139.598", "min": "135.623", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "53.44", "max": "54.73", "min": "52.343", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.617", "max": "74.744", "min": "72.435", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "37.24", "max": "42.227", "min": "35.052", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "53.129", "max": "54.336", "min": "51.872", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "44.873", "max": "45.944", "min": "43.926", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "71.665", "max": "72.887", "min": "70.132", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "174.587", "max": "175.54", "min": "173.302", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "223.869", "max": "228.082", "min": "222.121", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "183.311", "max": "184.456", "min": "182", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "154.804", "max": "156.145", "min": "153.673", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "54.238", "max": "64.5", "min": "52.615", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "153.698", "max": "155.178", "min": "152.632", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "178.025", "max": "183.154", "min": "176.296", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "245.703", "max": "248.47", "min": "244.33", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "144.977", "max": "146.298", "min": "143.68", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "139.04", "max": "139.553", "min": "137.948", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "146.349", "max": "159.561", "min": "143.667", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "124.608", "max": "126.105", "min": "123.557", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "164.317", "max": "165.424", "min": "162.948", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "154.442", "max": "183.241", "min": "152.394", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "74.69", "max": "75.915", "min": "73.579", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "28.025", "max": "29.663", "min": "26.666", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "182.024", "max": "183.127", "min": "180.782", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "177.238", "max": "220.134", "min": "169.213", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "60.068", "max": "60.73", "min": "59.021", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "216.566", "max": "287.028", "min": "210.619", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "96.56", "max": "97.988", "min": "94.925", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "215.927", "max": "219.269", "min": "214.707", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "166.57", "max": "167.73", "min": "164.892", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "67.321", "max": "68.81", "min": "66.123", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "254.41", "max": "255.836", "min": "252.954", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "310.086", "max": "311.292", "min": "308.968", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "223.217", "max": "224.739", "min": "221.687", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "64.339", "max": "65.428", "min": "63.149", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "157.972", "max": "159.104", "min": "156.47", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "80.307", "max": "81.516", "min": "79.358", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "61.871", "max": "62.999", "min": "60.641", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "155.353", "max": "159.674", "min": "153.665", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "270.399", "max": "271.449", "min": "268.977", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "142.181", "max": "143.926", "min": "140.982", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "154.349", "max": "155.68", "min": "153.201", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "171.826", "max": "173.354", "min": "170.387", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "161.732", "max": "163.256", "min": "160.6", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "139.37", "max": "140.77", "min": "137.872", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "188.233", "max": "189.457", "min": "187.165", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "188.265", "max": "189.839", "min": "187.118", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "190.674", "max": "192.029", "min": "189.278", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "175.271", "max": "176.023", "min": "174.389", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "149.377", "max": "152.146", "min": "147.882", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "158.376", "max": "160.084", "min": "157.013", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "159.758", "max": "161.234", "min": "158.435", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "169.669", "max": "170.606", "min": "168.315", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "200.692", "max": "202.577", "min": "199.27", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "168.315", "max": "173.539", "min": "166.234", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "167.886", "max": "199.058", "min": "146.012", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "127.977", "max": "129.505", "min": "126.603", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "196.401", "max": "197.756", "min": "195.515", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "173.101", "max": "193.542", "min": "171.248", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "183.667", "max": "185", "min": "182.285", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "147.987", "max": "153.708", "min": "146.434", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "202.224", "max": "203.756", "min": "200.627", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "156.09", "max": "158.125", "min": "154.931", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "162.438", "max": "163.647", "min": "161.373", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "171.981", "max": "173.221", "min": "170.784", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "138.882", "max": "146.062", "min": "135.381", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "199.19", "max": "201.686", "min": "197.269", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "146.597", "max": "149.107", "min": "145.427", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "149.087", "max": "152.126", "min": "147.782", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "145.82", "max": "149.571", "min": "139.171", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "156.912", "max": "161.551", "min": "155.515", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "73.972", "max": "78.64", "min": "72.438", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "173.576", "max": "177.803", "min": "168.206", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "234.511", "max": "235.999", "min": "233.013", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "140.729", "max": "142.253", "min": "139.377", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "285.911", "max": "291.518", "min": "278.643", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "21.223", "max": "22.781", "min": "19.84", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "168.129", "max": "169.238", "min": "167.045", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "203.353", "max": "204.624", "min": "202.219", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "138.628", "max": "140.259", "min": "137.064", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "143.443", "max": "144.709", "min": "141.609", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "69.41", "max": "70.696", "min": "68.269", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "79.584", "max": "80.681", "min": "78.485", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "176.216", "max": "177.85", "min": "174.58", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "72.344", "max": "73.597", "min": "70.953", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "161.144", "max": "164.919", "min": "160.067", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "67.782", "max": "69.307", "min": "66.791", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "165.837", "max": "167.099", "min": "164.767", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "223.457", "max": "238.326", "min": "207.153", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "77.659", "max": "83.48", "min": "74.656", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "167.23", "max": "168.766", "min": "165.993", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "172.614", "max": "175.833", "min": "170.889", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "105.147", "max": "117.356", "min": "103.193", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "254.65", "max": "255.87", "min": "253.073", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "99.073", "max": "100.236", "min": "97.511", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "234.154", "max": "235.804", "min": "232.968", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "177.161", "max": "178.542", "min": "175.591", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "141.327", "max": "142.813", "min": "139.592", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "183.129", "max": "184.581", "min": "182.001", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "68.211", "max": "72.253", "min": "66.499", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "72.825", "max": "74.294", "min": "71.735", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "201.456", "max": "211.161", "min": "198.408", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "150.876", "max": "152.626", "min": "149.59", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "88.76", "max": "91.166", "min": "86.49", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "192.944", "max": "194.167", "min": "191.578", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "36.606", "max": "37.807", "min": "35.235", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "151.941", "max": "156.542", "min": "150.041", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "172.384", "max": "177.161", "min": "160.907", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "145.667", "max": "145.667", "min": "145.667", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "134.848", "max": "136.357", "min": "133.34", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "151.529", "max": "152.528", "min": "150.14", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "230.697", "max": "232.05", "min": "228.925", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "160.575", "max": "173.15", "min": "151.967", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "182.651", "max": "238.953", "min": "179.285", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "232.296", "max": "233.624", "min": "230.999", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "219.819", "max": "223.376", "min": "218.551", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "58.897", "max": "63.997", "min": "57.389", "id": "23", "country": "United States", "source_name": "San Jose", "destination_name": "Lansing", "destination_id": "295" } } }, "24": { "name": "Seattle", "data": { "0": { "avg": "163.666", "max": "163.929", "min": "163.488", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "185.282", "max": "186.803", "min": "184.9", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "54.927", "max": "56.562", "min": "54.748", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "175.148", "max": "180.417", "min": "174.278", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "148.231", "max": "149.155", "min": "147.92", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "143.484", "max": "144.656", "min": "143.317", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "142.476", "max": "143.71", "min": "142.289", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "194.215", "max": "205.178", "min": "193.254", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "188.577", "max": "188.748", "min": "188.476", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "150.796", "max": "154.656", "min": "150.337", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "129.156", "max": "129.53", "min": "128.991", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "61.534", "max": "67.412", "min": "61.179", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.702", "max": "76.548", "min": "75.533", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "66.988", "max": "68.092", "min": "66.738", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "86.805", "max": "101.124", "min": "85.847", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "68.393", "max": "68.982", "min": "67.912", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "162.12", "max": "163.964", "min": "161.758", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "73.387", "max": "74.029", "min": "73.276", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "152.585", "max": "164.512", "min": "151.755", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "169.374", "max": "175.33", "min": "168.824", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "189.897", "max": "190.417", "min": "189.798", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "57.61", "max": "59.206", "min": "57.408", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "21.491", "max": "30.127", "min": "21.072", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "0.012", "max": "0.018", "min": "0.011", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "154.168", "max": "154.935", "min": "153.771", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "165.385", "max": "165.728", "min": "165.232", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "166.823", "max": "170.011", "min": "166.484", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "149.202", "max": "154.7", "min": "148.713", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "147.197", "max": "148.348", "min": "146.996", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "20.184", "max": "33.906", "min": "18.91", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "183.916", "max": "196.858", "min": "183.281", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "173.705", "max": "174.02", "min": "173.59", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "68.839", "max": "98.06", "min": "66.75", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "184.725", "max": "187.642", "min": "184.491", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "173.84", "max": "176.514", "min": "173.428", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "173.355", "max": "175.232", "min": "173.047", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "32.872", "max": "34.093", "min": "32.691", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "41.681", "max": "57.407", "min": "41", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "54.909", "max": "63.28", "min": "54.318", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "70.462", "max": "80.052", "min": "69.469", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "277.281", "max": "280.175", "min": "276.711", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "148.64", "max": "152.955", "min": "147.987", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "184.283", "max": "196.93", "min": "183.605", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "159.423", "max": "172.347", "min": "158.419", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "277.884", "max": "279.129", "min": "277.643", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "175.217", "max": "176.917", "min": "174.776", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "159.361", "max": "160.424", "min": "159.159", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "128.678", "max": "138.368", "min": "128.137", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "203.333", "max": "203.967", "min": "203.124", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "69.74", "max": "83.51", "min": "68.845", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "58.392", "max": "58.668", "min": "58.213", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "4.614", "max": "6.981", "min": "4.172", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "158.568", "max": "250.205", "min": "143.283", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "41.941", "max": "46.152", "min": "41.555", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "258.526", "max": "273.991", "min": "254.613", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "190.142", "max": "190.992", "min": "189.901", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "170.053", "max": "177.548", "min": "168.448", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "171.38", "max": "178.331", "min": "170.875", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "190.114", "max": "190.659", "min": "189.849", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "154.265", "max": "154.502", "min": "154.135", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "199.13", "max": "200.763", "min": "198.544", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "194.344", "max": "240.811", "min": "191.75", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "192.491", "max": "193.006", "min": "192.307", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "241.073", "max": "247.664", "min": "240.556", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "188.502", "max": "190.142", "min": "188.286", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "197.355", "max": "198.456", "min": "197.209", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "76.619", "max": "77.25", "min": "76.437", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "197.861", "max": "199.115", "min": "197.453", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "197.452", "max": "199.717", "min": "196.556", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "32.908", "max": "36.13", "min": "32.681", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "153.354", "max": "156.018", "min": "152.951", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "35.882", "max": "36.783", "min": "35.534", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "128.875", "max": "130.426", "min": "128.531", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "65.413", "max": "66.423", "min": "65.215", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "177.427", "max": "186.57", "min": "176.79", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "147.239", "max": "151.692", "min": "146.705", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "78.175", "max": "80.177", "min": "77.895", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "38.615", "max": "40.199", "min": "38.402", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "71.954", "max": "75.118", "min": "71.593", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "51.616", "max": "52.998", "min": "51.16", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "4.878", "max": "5.564", "min": "4.711", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "73.976", "max": "76.536", "min": "73.525", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "182.81", "max": "188.555", "min": "182.384", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "254.69", "max": "255.705", "min": "254.428", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "39.814", "max": "40.059", "min": "39.698", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "203.259", "max": "213.105", "min": "202.506", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "145.236", "max": "148.812", "min": "144.773", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "84.47", "max": "86.292", "min": "84.187", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "50.194", "max": "53.642", "min": "49.865", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "143.769", "max": "152.711", "min": "142.87", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "61.32", "max": "62.902", "min": "60.661", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "29.043", "max": "39.729", "min": "28.342", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "150.59", "max": "157.903", "min": "150.171", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "157.402", "max": "168.279", "min": "156.678", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "62.211", "max": "63.861", "min": "62.012", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "74.321", "max": "87.359", "min": "73.373", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "117.612", "max": "119.086", "min": "117.281", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "107.625", "max": "131.373", "min": "106.159", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "27.226", "max": "29.382", "min": "27.032", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "58.622", "max": "61.639", "min": "58.183", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "65.548", "max": "72.968", "min": "65.124", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "20.302", "max": "21.417", "min": "20.013", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "202.196", "max": "204.895", "min": "201.883", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "159.286", "max": "165.963", "min": "158.381", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "58.961", "max": "73.052", "min": "57.728", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "170.289", "max": "171.198", "min": "169.923", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "145.936", "max": "159.283", "min": "145.097", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "64.161", "max": "68.983", "min": "63.678", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "72.818", "max": "73.663", "min": "72.604", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "277.816", "max": "288.075", "min": "276.575", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "165.859", "max": "166.222", "min": "165.649", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "154.796", "max": "154.991", "min": "154.667", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "68.064", "max": "68.969", "min": "67.935", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "250.059", "max": "263.468", "min": "248.743", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "482.969", "max": "610.484", "min": "316.238", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "298.015", "max": "441.551", "min": "212.025", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "317.729", "max": "322.942", "min": "317.036", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "113.181", "max": "114.434", "min": "112.885", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "51.473", "max": "59.427", "min": "50.92", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "76.651", "max": "77.745", "min": "76.181", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "33.348", "max": "38.532", "min": "32.346", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "142.334", "max": "291.597", "min": "65.391", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "183.238", "max": "183.98", "min": "183", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "181.825", "max": "270.594", "min": "177.298", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "167.252", "max": "167.847", "min": "167.131", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "159.864", "max": "163.424", "min": "159.148", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "60.894", "max": "62.259", "min": "60.677", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "334.141", "max": "336.581", "min": "333.745", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "267.29", "max": "267.787", "min": "267.118", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "31.59", "max": "39.519", "min": "31.106", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "60.961", "max": "70.56", "min": "59.82", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "69.989", "max": "72.027", "min": "69.748", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "52.386", "max": "62.877", "min": "50.818", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "159.679", "max": "163.971", "min": "158.774", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "63.295", "max": "63.626", "min": "63.196", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "79.676", "max": "97.156", "min": "78.307", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "48.9", "max": "53.029", "min": "48.158", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "59.739", "max": "60.801", "min": "59.468", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "49.611", "max": "50.503", "min": "49.462", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "74.468", "max": "82.834", "min": "74.024", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "179.009", "max": "190.267", "min": "178.389", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "243.9", "max": "247.397", "min": "243.28", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "193.397", "max": "198.712", "min": "192.989", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "149.357", "max": "149.855", "min": "149.1", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "70.934", "max": "74.417", "min": "70.496", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "160.176", "max": "174.136", "min": "159.398", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "191.38", "max": "198.634", "min": "190.91", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "280.1", "max": "281.197", "min": "279.951", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "140.662", "max": "143.913", "min": "140.302", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "142.164", "max": "143.621", "min": "141.993", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "146.844", "max": "157.582", "min": "144.627", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "139.28", "max": "148.336", "min": "138.81", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "186.162", "max": "198.063", "min": "184.769", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "157.078", "max": "158.692", "min": "156.719", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "76.851", "max": "78.292", "min": "76.687", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "9.672", "max": "18.191", "min": "8.718", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "187.562", "max": "193.057", "min": "186.865", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "162.655", "max": "209.029", "min": "153.881", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "44.221", "max": "44.418", "min": "44.144", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "219.056", "max": "313.319", "min": "212.677", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "107.472", "max": "111.426", "min": "107.101", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "445.404", "max": "447.516", "min": "444.577", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "166.255", "max": "166.973", "min": "166.003", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "58.032", "max": "59.001", "min": "57.815", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "262.042", "max": "265.949", "min": "261.772", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "300.337", "max": "301.45", "min": "300.156", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "225.001", "max": "237.205", "min": "223.994", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "75.357", "max": "75.775", "min": "75.181", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "215.953", "max": "230.945", "min": "186.125", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.027", "max": "73.335", "min": "72.908", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "66.325", "max": "67.576", "min": "66.169", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "158.714", "max": "168.163", "min": "158.174", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "287.307", "max": "287.453", "min": "287.22", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "145.337", "max": "157.29", "min": "144.014", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "159.082", "max": "159.868", "min": "158.857", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "167.036", "max": "185.752", "min": "166.259", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "166.806", "max": "168.627", "min": "166.612", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "143.668", "max": "144.058", "min": "143.394", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "215.307", "max": "219.053", "min": "214.823", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "192.815", "max": "203.095", "min": "192.309", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "187.458", "max": "190.997", "min": "187.183", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "202.931", "max": "207.149", "min": "202.562", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "159.104", "max": "166.051", "min": "158.281", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "142.137", "max": "147.348", "min": "141.792", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "153.426", "max": "154.707", "min": "153.247", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "170.19", "max": "170.339", "min": "170.03", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "194.042", "max": "194.343", "min": "193.594", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "174.365", "max": "184.112", "min": "172.717", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "170.374", "max": "203.496", "min": "147.914", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "124.626", "max": "126.14", "min": "124.342", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "201.136", "max": "201.552", "min": "200.971", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "173.327", "max": "174.051", "min": "173.031", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "180.408", "max": "186.034", "min": "179.549", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "146.953", "max": "148.138", "min": "146.563", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "227.273", "max": "227.789", "min": "227.098", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "155.296", "max": "163.7", "min": "154.728", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "162.37", "max": "163.046", "min": "162.064", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "176.094", "max": "176.861", "min": "175.973", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "137.006", "max": "142.178", "min": "135.956", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "205.243", "max": "207.649", "min": "204.965", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "148.39", "max": "166.72", "min": "147.448", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "153.148", "max": "155.761", "min": "152.861", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "154.992", "max": "158.155", "min": "152.929", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "183.464", "max": "197.594", "min": "180.386", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "72.306", "max": "77.873", "min": "71.506", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "199.806", "max": "206.347", "min": "194.42", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "274.701", "max": "277.318", "min": "274.434", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "135.885", "max": "136.346", "min": "135.596", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "288.417", "max": "300.529", "min": "287.682", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "41.143", "max": "42.609", "min": "40.745", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "172.355", "max": "172.796", "min": "172.155", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "205.479", "max": "212.066", "min": "205.109", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "143.951", "max": "145.808", "min": "143.46", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "141.923", "max": "146.006", "min": "141.632", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "66.972", "max": "67.976", "min": "66.816", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "87.218", "max": "87.507", "min": "87.138", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "183.895", "max": "276.489", "min": "180.475", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "79.832", "max": "81.595", "min": "79.574", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "163.992", "max": "166.07", "min": "163.751", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "71.3", "max": "71.914", "min": "71.189", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "170.522", "max": "171.243", "min": "170.373", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "202.289", "max": "298.663", "min": "198.743", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "86.432", "max": "93.513", "min": "82.855", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "163.613", "max": "163.818", "min": "163.522", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "177.485", "max": "179.917", "min": "176.562", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "129.625", "max": "133.131", "min": "128.263", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "258.068", "max": "258.979", "min": "257.728", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "104.744", "max": "105.175", "min": "104.617", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "236.362", "max": "236.892", "min": "236.134", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "191.643", "max": "192.127", "min": "191.549", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "142.53", "max": "143.017", "min": "142.398", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "210.069", "max": "211.42", "min": "209.876", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "80.934", "max": "82.636", "min": "80.542", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "73.125", "max": "73.366", "min": "72.978", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "201.032", "max": "212.71", "min": "198.593", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "147.975", "max": "153.454", "min": "147.083", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "73.428", "max": "75.617", "min": "72.347", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "199.28", "max": "200.758", "min": "198.923", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "42.581", "max": "43.766", "min": "42.296", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "156.441", "max": "162.107", "min": "155.863", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "204.751", "max": "221.733", "min": "196.35", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "155.875", "max": "155.875", "min": "155.875", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "143.711", "max": "144.393", "min": "143.557", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "179.596", "max": "180.172", "min": "179.487", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "237.266", "max": "302.992", "min": "234.765", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "163.365", "max": "181.114", "min": "154.539", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "183.321", "max": "194.925", "min": "182.755", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "250.526", "max": "258.903", "min": "249.76", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "254.393", "max": "256.502", "min": "254.017", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "61.934", "max": "63.86", "min": "61.695", "id": "24", "country": "United States", "source_name": "Seattle", "destination_name": "Lansing", "destination_id": "295" } } }, "30": { "name": "Fremont", "data": { "0": { "avg": "142.748", "max": "143.311", "min": "142.445", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "208.163", "max": "220.314", "min": "207.527", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "67.218", "max": "79.464", "min": "66.562", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "182.688", "max": "188.018", "min": "181.849", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "148.755", "max": "149.486", "min": "148.543", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "108.11", "max": "108.863", "min": "107.881", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "136.638", "max": "136.907", "min": "136.437", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "245.319", "max": "250.445", "min": "244.362", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "183.407", "max": "183.854", "min": "183.071", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "158.273", "max": "162.694", "min": "157.631", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "134.581", "max": "136.568", "min": "134.279", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "39.127", "max": "43.738", "min": "38.717", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "69.339", "max": "69.649", "min": "69.198", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "69.916", "max": "70.775", "min": "69.615", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "70.855", "max": "71.635", "min": "70.606", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "74.539", "max": "75.185", "min": "73.989", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "156.004", "max": "156.477", "min": "155.762", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "59.97", "max": "61.912", "min": "59.437", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "124.005", "max": "143.286", "min": "123.035", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "152.987", "max": "170.351", "min": "152.154", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "224.053", "max": "224.409", "min": "223.869", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "48.256", "max": "49.635", "min": "48.021", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "1.453", "max": "1.689", "min": "1.298", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "19.24", "max": "19.915", "min": "19.003", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "162.393", "max": "163.495", "min": "162.103", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "145.964", "max": "146.363", "min": "145.747", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "152.933", "max": "156.872", "min": "152.615", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "156.761", "max": "157.564", "min": "156.539", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "142.79", "max": "143.043", "min": "142.538", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "0.037", "max": "0.184", "min": "0.023", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "171.066", "max": "171.209", "min": "170.948", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "158.392", "max": "159.826", "min": "158.169", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "60.787", "max": "61.415", "min": "60.548", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "174.604", "max": "175.09", "min": "174.356", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "148.316", "max": "149.312", "min": "147.985", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "181.097", "max": "181.46", "min": "180.816", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "10.463", "max": "10.692", "min": "10.333", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "18.228", "max": "18.541", "min": "17.913", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "43.026", "max": "43.553", "min": "42.788", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "67.958", "max": "69.036", "min": "67.683", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "277.588", "max": "282.14", "min": "276.876", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "149.695", "max": "153.207", "min": "149.129", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "176.187", "max": "176.464", "min": "175.958", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "159.972", "max": "166.282", "min": "159.512", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "261.283", "max": "261.729", "min": "260.896", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "166.954", "max": "167.638", "min": "166.517", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "169.324", "max": "169.726", "min": "169.116", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "138.2", "max": "156.067", "min": "136.989", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "200.047", "max": "200.86", "min": "199.835", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "49.525", "max": "50.331", "min": "49.394", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "66.321", "max": "67.132", "min": "66.151", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "22.648", "max": "23.039", "min": "22.306", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "151.249", "max": "163.725", "min": "143.108", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "35.731", "max": "35.882", "min": "35.609", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "257.386", "max": "265.676", "min": "254.217", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "199.399", "max": "200.539", "min": "199.093", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "154.062", "max": "155.393", "min": "153.362", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "172.408", "max": "173.427", "min": "172.11", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "185.596", "max": "192.037", "min": "184.704", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "143.773", "max": "145.407", "min": "143.542", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "197.213", "max": "198.547", "min": "196.707", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "188.465", "max": "223.014", "min": "185.276", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "205.163", "max": "241.656", "min": "202.379", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "190.623", "max": "191.95", "min": "190.439", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "182.885", "max": "184.217", "min": "182.543", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "166.783", "max": "167.234", "min": "166.476", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "71.758", "max": "72.157", "min": "71.582", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "169.762", "max": "170.194", "min": "169.443", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "172.521", "max": "175.065", "min": "171.616", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "27.91", "max": "31.537", "min": "27.487", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "173.679", "max": "174.701", "min": "173.383", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "12.351", "max": "12.969", "min": "12.113", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "113.65", "max": "121.654", "min": "113.006", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "66.933", "max": "67.549", "min": "66.709", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "180.116", "max": "201.365", "min": "179.148", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "132.323", "max": "132.615", "min": "132.01", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "71.434", "max": "72.466", "min": "71.244", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "17.732", "max": "25.826", "min": "17.096", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "56.937", "max": "57.258", "min": "56.764", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "52.184", "max": "65.891", "min": "51.518", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "16.025", "max": "23.221", "min": "15.575", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "82.143", "max": "88.027", "min": "81.645", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "185.057", "max": "197.384", "min": "179.507", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "288.639", "max": "289.026", "min": "288.389", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "23.957", "max": "24.691", "min": "23.809", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "188.236", "max": "204.976", "min": "187.409", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "137.71", "max": "138.371", "min": "137.392", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "71.422", "max": "71.777", "min": "71.203", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "41.109", "max": "41.812", "min": "40.829", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "142.16", "max": "144.146", "min": "141.769", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "57.863", "max": "93.871", "min": "55.861", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "7.55", "max": "7.914", "min": "7.282", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "134.349", "max": "135.424", "min": "134.077", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "138.002", "max": "138.735", "min": "137.765", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "80.569", "max": "81.5", "min": "80.365", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "70.413", "max": "71.657", "min": "70.114", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "117.49", "max": "118.643", "min": "117.217", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "122.73", "max": "139.193", "min": "121.264", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "1.865", "max": "2.694", "min": "1.634", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "52.298", "max": "60.506", "min": "51.781", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "66.517", "max": "66.644", "min": "66.419", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "40.392", "max": "41.881", "min": "40.091", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "172.904", "max": "176.799", "min": "172.36", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "176.256", "max": "182.638", "min": "175.104", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "53.25", "max": "53.808", "min": "53.008", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "276.867", "max": "277.6", "min": "276.303", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "140.121", "max": "168.105", "min": "138.973", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "72.544", "max": "72.896", "min": "72.377", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "70.97", "max": "71.637", "min": "70.734", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "252.787", "max": "272.741", "min": "251.144", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "169.432", "max": "170.745", "min": "169.223", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "127.465", "max": "128.364", "min": "127.307", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "63.416", "max": "63.553", "min": "63.243", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "296.029", "max": "304.647", "min": "295.509", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "520.618", "max": "619.463", "min": "340.25", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "282.136", "max": "400.504", "min": "207.122", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "288.455", "max": "293.033", "min": "287.711", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "119.477", "max": "119.97", "min": "119.219", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "51.449", "max": "51.628", "min": "51.261", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "74.136", "max": "76.422", "min": "73.607", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "26.657", "max": "27.626", "min": "26.454", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "148.558", "max": "289.052", "min": "68.619", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "174.204", "max": "174.868", "min": "173.96", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "170.177", "max": "250.856", "min": "166.427", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "168.248", "max": "168.671", "min": "168.026", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "169.859", "max": "173.727", "min": "169.101", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "64.43", "max": "66.44", "min": "64.053", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "290.791", "max": "306.838", "min": "289.885", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "244.43", "max": "247.548", "min": "244.095", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "49.577", "max": "54.2", "min": "49.192", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "54.705", "max": "55.094", "min": "54.531", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "55.776", "max": "56.565", "min": "55.608", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "69.324", "max": "70.621", "min": "69.049", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "158.57", "max": "160.05", "min": "157.898", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "52.324", "max": "52.828", "min": "52.143", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "75.969", "max": "76.526", "min": "75.735", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "36.686", "max": "65.052", "min": "34.398", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "45.983", "max": "46.197", "min": "45.842", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "43.406", "max": "43.698", "min": "43.18", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "67.535", "max": "67.759", "min": "67.276", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "170.518", "max": "170.998", "min": "170.344", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "258.001", "max": "295.708", "min": "256.413", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "177.437", "max": "177.693", "min": "177.201", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "156.009", "max": "157.138", "min": "155.723", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "55.343", "max": "67.473", "min": "54.355", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "141.77", "max": "142.786", "min": "141.386", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "165.999", "max": "166.282", "min": "165.835", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "260.786", "max": "261.555", "min": "260.329", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "131.133", "max": "131.693", "min": "130.952", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "132.382", "max": "133.307", "min": "132.183", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "144.787", "max": "155.181", "min": "143.445", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "125.903", "max": "126.294", "min": "125.712", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "165.089", "max": "166.083", "min": "164.774", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "152.632", "max": "166.622", "min": "151.442", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "66.539", "max": "67.748", "min": "66.242", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "27.791", "max": "28.62", "min": "27.468", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "164.99", "max": "167.529", "min": "164.543", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "180.87", "max": "225.192", "min": "170.493", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "54.108", "max": "54.609", "min": "53.952", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "208.329", "max": "282.217", "min": "200.231", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "95.562", "max": "96.228", "min": "95.359", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "322.862", "max": "323.355", "min": "322.512", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "165.025", "max": "166.201", "min": "164.751", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "63.677", "max": "63.925", "min": "63.494", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "233.865", "max": "234.065", "min": "233.645", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "287.055", "max": "306.933", "min": "286.225", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "229.296", "max": "230.442", "min": "228.912", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.33", "max": "65.3", "min": "60.996", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "135.038", "max": "136.15", "min": "134.768", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.402", "max": "74.536", "min": "73.224", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "66.241", "max": "85.748", "min": "65.211", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "150.76", "max": "155.604", "min": "150.25", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "281.194", "max": "282.159", "min": "280.981", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "135.457", "max": "138.003", "min": "135.153", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "150.443", "max": "150.816", "min": "150.12", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "161.446", "max": "162.431", "min": "161.077", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "153.695", "max": "154.046", "min": "153.387", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "133.799", "max": "134.635", "min": "133.492", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "193.756", "max": "195.313", "min": "193.439", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "175.108", "max": "175.772", "min": "174.955", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "190.626", "max": "191.845", "min": "190.436", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "176.733", "max": "178.557", "min": "176.44", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "138.202", "max": "139.441", "min": "137.875", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "148.742", "max": "149.173", "min": "148.589", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "145.693", "max": "146.348", "min": "145.5", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "152.062", "max": "152.386", "min": "151.77", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "186.581", "max": "187.102", "min": "186.318", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "157.441", "max": "177.947", "min": "155.576", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "160.723", "max": "204.479", "min": "144.685", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "130.169", "max": "130.827", "min": "130", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "208.214", "max": "208.999", "min": "208.011", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "165.454", "max": "176.912", "min": "164.634", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "172.982", "max": "173.768", "min": "172.561", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "145.917", "max": "304.034", "min": "140.248", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "193.944", "max": "196.052", "min": "193.613", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "162.651", "max": "164.097", "min": "162.401", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "169.544", "max": "170.328", "min": "169.198", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "167.292", "max": "184.744", "min": "166.523", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "136.543", "max": "144.061", "min": "134.44", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "201.391", "max": "201.665", "min": "201.256", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "137.63", "max": "141.234", "min": "137.159", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "143.613", "max": "147.752", "min": "143.194", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "136.95", "max": "137.739", "min": "136.435", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "216.006", "max": "217.361", "min": "215.748", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "70.638", "max": "77.592", "min": "69.508", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "167.691", "max": "183.197", "min": "167.033", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "253.044", "max": "253.353", "min": "252.831", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "141.661", "max": "142.255", "min": "141.4", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "284.019", "max": "303.571", "min": "283.051", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "21.438", "max": "21.742", "min": "21.11", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "178.213", "max": "178.895", "min": "177.936", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "188.089", "max": "188.933", "min": "187.764", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "134.369", "max": "137.294", "min": "133.879", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "138.438", "max": "139.545", "min": "138.062", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "53.682", "max": "58.118", "min": "53.368", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "80.167", "max": "80.346", "min": "80.022", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "243.429", "max": "345.776", "min": "239.625", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "70.38", "max": "70.994", "min": "70.233", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "150.933", "max": "151.706", "min": "150.64", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "79.12", "max": "79.324", "min": "78.995", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "151.849", "max": "152.076", "min": "151.577", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "186.089", "max": "186.444", "min": "185.891", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "82.002", "max": "85.337", "min": "78.722", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "147.94", "max": "148.382", "min": "147.695", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "186.294", "max": "189.197", "min": "185.487", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "110.894", "max": "126.169", "min": "109.121", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "234.241", "max": "236.158", "min": "233.717", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "104.196", "max": "104.446", "min": "103.925", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "236.685", "max": "237.165", "min": "236.398", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "177.57", "max": "178.143", "min": "177.356", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "147.085", "max": "147.289", "min": "146.912", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "187.309", "max": "187.685", "min": "187.176", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "70.383", "max": "71.666", "min": "69.942", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "71.763", "max": "72.202", "min": "71.516", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "201.895", "max": "204.498", "min": "199.968", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "147.767", "max": "149.527", "min": "147.329", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "74.904", "max": "76.639", "min": "73.563", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "202.704", "max": "203.206", "min": "202.474", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "37.145", "max": "50.033", "min": "36.469", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "134.658", "max": "139.971", "min": "134.087", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.563", "max": "177.295", "min": "176.342", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "147.296", "max": "147.296", "min": "147.296", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "133.313", "max": "134.202", "min": "133.061", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "145.422", "max": "145.607", "min": "145.244", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "224.252", "max": "236.402", "min": "223.477", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.087", "max": "166.667", "min": "149.945", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "159.042", "max": "159.874", "min": "158.774", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "253.608", "max": "260.576", "min": "252.876", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "210.062", "max": "210.624", "min": "209.724", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "69.589", "max": "69.933", "min": "69.424", "id": "30", "country": "United States", "source_name": "Fremont", "destination_name": "Lansing", "destination_id": "295" } } }, "33": { "name": "Mexico", "data": { "0": { "avg": "124.844", "max": "126.374", "min": "124.581", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "214.09", "max": "216.095", "min": "213.66", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "73.574", "max": "73.767", "min": "73.438", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "166.186", "max": "177.965", "min": "164.692", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "135.072", "max": "135.435", "min": "134.865", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "160.815", "max": "164.106", "min": "160.542", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "150.295", "max": "151.182", "min": "150.068", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "231.565", "max": "234.494", "min": "231.089", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "182.217", "max": "182.434", "min": "182.057", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "159.299", "max": "162.994", "min": "158.922", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "132.779", "max": "135.443", "min": "132.478", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "27.22", "max": "33.198", "min": "26.837", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "68.63", "max": "69.847", "min": "68.481", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "73.86", "max": "74.212", "min": "73.676", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "53.49", "max": "57.132", "min": "53.273", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "63.276", "max": "66.554", "min": "62.87", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "150.107", "max": "151.272", "min": "149.767", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "42.903", "max": "45.91", "min": "42.456", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "150.965", "max": "151.272", "min": "150.752", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "159.746", "max": "159.886", "min": "159.624", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "218.884", "max": "219.61", "min": "218.705", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "51.253", "max": "51.792", "min": "51.136", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "57.368", "max": "57.97", "min": "57.203", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "66.967", "max": "67.562", "min": "66.784", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "162.814", "max": "163.621", "min": "162.561", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "147.27", "max": "147.604", "min": "146.803", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "156.696", "max": "157.555", "min": "156.438", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "167.634", "max": "172.16", "min": "167.225", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "142.36", "max": "155.057", "min": "141.769", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "60.826", "max": "62.572", "min": "60.54", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "231.022", "max": "231.921", "min": "230.862", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "160.31", "max": "162.385", "min": "159.977", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "0.02", "max": "0.043", "min": "0.013", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "176.138", "max": "176.722", "min": "175.988", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "158.455", "max": "159.279", "min": "158.179", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "238.151", "max": "243.806", "min": "237.279", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "61.693", "max": "62.368", "min": "61.578", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "72.462", "max": "75.786", "min": "72.221", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "29.472", "max": "30.261", "min": "29.214", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "57.767", "max": "59.644", "min": "57.372", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "279.493", "max": "282.991", "min": "278.931", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "151.812", "max": "156.358", "min": "151.271", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "180.147", "max": "180.402", "min": "180.031", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "164.224", "max": "182.832", "min": "163.466", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "308.256", "max": "323.809", "min": "307.395", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "188.105", "max": "188.751", "min": "187.689", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "157.076", "max": "157.981", "min": "156.891", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "104.224", "max": "106.461", "min": "104.024", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "195.948", "max": "196.31", "min": "195.754", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "41.479", "max": "41.842", "min": "41.323", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "70.25", "max": "94.696", "min": "69.27", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "82.974", "max": "98.24", "min": "82.194", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "179.209", "max": "269.033", "min": "164.019", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "71.892", "max": "72.201", "min": "71.716", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "278.142", "max": "300.198", "min": "273.802", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "271.605", "max": "272.712", "min": "271.299", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "167.331", "max": "171.374", "min": "166.588", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "236.9", "max": "238.384", "min": "236.728", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "171.541", "max": "172.516", "min": "171.161", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "143.413", "max": "145.083", "min": "142.893", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "195.624", "max": "198.897", "min": "195.046", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "185.232", "max": "241.256", "min": "182.384", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "252.779", "max": "303.664", "min": "249.575", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "210.909", "max": "213.125", "min": "210.646", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "183.844", "max": "184.491", "min": "183.725", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "180.475", "max": "186.255", "min": "180.185", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "67.228", "max": "69.992", "min": "66.941", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "175.815", "max": "189.403", "min": "174.861", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "155.741", "max": "157.094", "min": "155.005", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "44.138", "max": "45.299", "min": "43.939", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "265.103", "max": "265.918", "min": "264.86", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "60.816", "max": "61.721", "min": "60.507", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "96.136", "max": "99.496", "min": "95.82", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "185.009", "max": "187.322", "min": "184.491", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "143.482", "max": "144.3", "min": "143.3", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "59.749", "max": "61.167", "min": "59.569", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "56.113", "max": "59.597", "min": "55.868", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "64.196", "max": "64.531", "min": "63.99", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "54.818", "max": "57.338", "min": "54.468", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "67.809", "max": "68.906", "min": "67.536", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "84.22", "max": "84.997", "min": "83.886", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "292.574", "max": "295.524", "min": "292.248", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "267.302", "max": "267.923", "min": "267.091", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "92.91", "max": "93.022", "min": "92.784", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "188.736", "max": "189.22", "min": "188.473", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "142.246", "max": "142.895", "min": "142.006", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "63.126", "max": "99.463", "min": "61.652", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "53.04", "max": "53.139", "min": "52.85", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "141.448", "max": "146.026", "min": "140.973", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "65.713", "max": "80.597", "min": "64.482", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "65.787", "max": "69.724", "min": "65.302", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "158.478", "max": "158.753", "min": "158.179", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "184.702", "max": "192.915", "min": "184.022", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "68.596", "max": "69.738", "min": "68.348", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "56.946", "max": "64.407", "min": "56.436", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "100.128", "max": "105.312", "min": "99.704", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "87.647", "max": "109.34", "min": "86.104", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "60.699", "max": "61.064", "min": "60.508", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "55.873", "max": "57.028", "min": "55.644", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "82.042", "max": "84.557", "min": "81.826", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "82.362", "max": "82.59", "min": "82.18", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "211.262", "max": "211.812", "min": "211.077", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "223.971", "max": "225.726", "min": "223.364", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "63.227", "max": "63.94", "min": "63.011", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "194.383", "max": "197.796", "min": "193.865", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "127.602", "max": "128.497", "min": "127.405", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "60.664", "max": "60.854", "min": "60.515", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "292.097", "max": "295.432", "min": "290.929", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "221.27", "max": "221.86", "min": "221.152", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "180.739", "max": "182.238", "min": "180.259", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "67.467", "max": "70.328", "min": "67.13", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "266.816", "max": "271.088", "min": "266.428", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "503.253", "max": "604.325", "min": "344.671", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "285.658", "max": "363.605", "min": "220.018", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "294.627", "max": "300.546", "min": "293.966", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "166.206", "max": "167.342", "min": "165.933", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "35.852", "max": "35.969", "min": "35.744", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "70.853", "max": "71.246", "min": "70.643", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "44.96", "max": "65.856", "min": "43.713", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "136.719", "max": "293.021", "min": "56.689", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "170.37", "max": "171.85", "min": "170.145", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "173.033", "max": "313.388", "min": "167.305", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "173.148", "max": "174.591", "min": "172.971", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "155.73", "max": "156.634", "min": "155.294", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "67.99", "max": "68.601", "min": "67.793", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "286.576", "max": "286.916", "min": "286.391", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "223.277", "max": "226.889", "min": "223.005", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "105.431", "max": "106.681", "min": "105.224", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "62.034", "max": "64.883", "min": "61.707", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "54.485", "max": "72.213", "min": "53.241", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "55.303", "max": "85.283", "min": "54.139", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "224.354", "max": "226.088", "min": "223.771", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "38.839", "max": "39.931", "min": "38.718", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "71.943", "max": "72.2", "min": "71.792", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "59.891", "max": "65.065", "min": "58.87", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "38.997", "max": "39.181", "min": "38.885", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "57.704", "max": "59.387", "min": "57.491", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.202", "max": "74.912", "min": "67.828", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "174.159", "max": "175.515", "min": "173.925", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "281.234", "max": "282.143", "min": "280.793", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "169.308", "max": "169.521", "min": "169.129", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "159.446", "max": "159.741", "min": "159.235", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "104.778", "max": "113.811", "min": "103.995", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "138.257", "max": "138.835", "min": "137.974", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "172.109", "max": "184.474", "min": "171.454", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "307.684", "max": "313.507", "min": "307.251", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "136.612", "max": "149.778", "min": "135.891", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "138.674", "max": "139.728", "min": "138.525", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "150.006", "max": "159.447", "min": "148.898", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "167.851", "max": "172.68", "min": "167.511", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "170.355", "max": "177.453", "min": "169.768", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "148.174", "max": "154.272", "min": "147.607", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "58.857", "max": "59.069", "min": "58.747", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "76.778", "max": "80.366", "min": "76.493", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "161.553", "max": "163.453", "min": "161.136", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "223.239", "max": "257.971", "min": "214.068", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "70.215", "max": "71.946", "min": "70.015", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "196.76", "max": "283.181", "min": "188.634", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "83.786", "max": "83.923", "min": "83.655", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "370.126", "max": "370.384", "min": "369.63", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "168.679", "max": "168.786", "min": "168.566", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "69.412", "max": "70.569", "min": "69.244", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "240.709", "max": "241.475", "min": "240.513", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "306.209", "max": "306.44", "min": "306.078", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "259.467", "max": "267.651", "min": "258.66", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "66.951", "max": "67.708", "min": "66.754", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "290.866", "max": "295.491", "min": "289.917", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.824", "max": "81.578", "min": "76.436", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "64.016", "max": "64.241", "min": "63.927", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "145.731", "max": "147.999", "min": "144.634", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "279.738", "max": "280.413", "min": "279.623", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "142.943", "max": "143.971", "min": "142.814", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "148.893", "max": "154.797", "min": "148.489", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "166.836", "max": "180.937", "min": "166.199", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "153.473", "max": "166.337", "min": "152.824", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "138.781", "max": "139.579", "min": "138.54", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "186.982", "max": "187.958", "min": "186.766", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "179.727", "max": "184.901", "min": "179.369", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "199.733", "max": "203.968", "min": "199.073", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "168.534", "max": "168.758", "min": "168.342", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "139.223", "max": "143.05", "min": "138.858", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "146.442", "max": "149.968", "min": "146.192", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "137.954", "max": "138.483", "min": "137.799", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "158.828", "max": "167.749", "min": "158.162", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "207.465", "max": "208.681", "min": "207.07", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "168.858", "max": "183.344", "min": "167.052", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "164.928", "max": "180.822", "min": "152.04", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "136.504", "max": "137.182", "min": "136.323", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "200.192", "max": "203.243", "min": "199.89", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "172.273", "max": "175.85", "min": "171.903", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "178.238", "max": "180.786", "min": "177.693", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "135.645", "max": "136.283", "min": "135.366", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "265.108", "max": "292.676", "min": "263.974", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "148.859", "max": "150.388", "min": "148.657", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "160.545", "max": "162.499", "min": "160.262", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "166.863", "max": "166.993", "min": "166.749", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "110.505", "max": "118.535", "min": "108.853", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "189.469", "max": "190.319", "min": "189.308", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "141.137", "max": "162.344", "min": "139.908", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "138.663", "max": "141.415", "min": "138.397", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "137.345", "max": "143.645", "min": "136.758", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "234.787", "max": "249.705", "min": "233.509", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "72.131", "max": "78.572", "min": "70.917", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "276.42", "max": "280.966", "min": "272.097", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "277.948", "max": "279.79", "min": "277.624", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "139.202", "max": "155.092", "min": "138.461", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "276.779", "max": "276.981", "min": "276.634", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "74.954", "max": "75.469", "min": "74.715", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "169.136", "max": "169.359", "min": "168.99", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "210.281", "max": "210.861", "min": "209.938", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "140.521", "max": "141.256", "min": "140.174", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "135.63", "max": "137.208", "min": "135.215", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "50.991", "max": "53.111", "min": "50.813", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "70.744", "max": "88.687", "min": "70.021", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "234.06", "max": "237.887", "min": "233.605", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "71.885", "max": "72.131", "min": "71.723", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "164.809", "max": "168.897", "min": "164.532", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "77.869", "max": "78.14", "min": "77.75", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "146.404", "max": "148.258", "min": "146.172", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "184.443", "max": "195.32", "min": "182.782", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "68.313", "max": "71.874", "min": "65.663", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "152.676", "max": "157.927", "min": "152.314", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "175.983", "max": "176.67", "min": "175.295", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "96.187", "max": "119.355", "min": "94.497", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "230.494", "max": "235.955", "min": "229.783", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "153.164", "max": "153.744", "min": "152.981", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "226.891", "max": "229.46", "min": "226.466", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "174.226", "max": "179.767", "min": "173.818", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "142.992", "max": "143.472", "min": "142.89", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "170.006", "max": "172.809", "min": "169.759", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": null, "max": null, "min": null, "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "63.396", "max": "63.652", "min": "63.299", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "190.386", "max": "192.966", "min": "188.636", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "122.198", "max": "122.79", "min": "121.829", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "79.971", "max": "81.736", "min": "78.792", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "198.883", "max": "199.317", "min": "198.703", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "56.1", "max": "57.697", "min": "55.625", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "147.839", "max": "150.608", "min": "147.431", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "275.028", "max": "276.159", "min": "274.78", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "118.946", "max": "118.946", "min": "118.946", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "143.095", "max": "143.182", "min": "142.99", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "149.997", "max": "150.482", "min": "149.859", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "230.132", "max": "233.777", "min": "229.448", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.299", "max": "170.915", "min": "148.242", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "162.715", "max": "217.454", "min": "160.547", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "280.131", "max": "281.215", "min": "279.856", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "223.569", "max": "225.142", "min": "221.376", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "54.789", "max": "56.118", "min": "54.551", "id": "33", "country": "Mexico", "source_name": "Mexico", "destination_name": "Lansing", "destination_id": "295" } } }, "37": { "name": "Los Angeles", "data": { "0": { "avg": "135.484", "max": "135.628", "min": "135.385", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "150.483", "max": "150.885", "min": "150.286", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "69.638", "max": "70.837", "min": "69.54", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "165.027", "max": "175.823", "min": "164.269", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "146.685", "max": "147.915", "min": "146.515", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "114.891", "max": "115.424", "min": "114.818", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "139.061", "max": "139.204", "min": "138.955", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "158.72", "max": "164.742", "min": "158.164", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "180.831", "max": "180.885", "min": "180.779", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "165.023", "max": "166.444", "min": "164.851", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "136.063", "max": "136.325", "min": "135.9", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "33.879", "max": "56.725", "min": "32.849", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "68.349", "max": "68.629", "min": "68.266", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "69.182", "max": "69.952", "min": "69.023", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "65.051", "max": "68.956", "min": "64.748", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "63.66", "max": "64.297", "min": "63.296", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "156.809", "max": "159.683", "min": "156.539", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "50.984", "max": "51.835", "min": "50.878", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "154.111", "max": "154.539", "min": "153.995", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "166.069", "max": "166.356", "min": "166.009", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "154.656", "max": "154.855", "min": "154.583", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "58.441", "max": "58.532", "min": "58.388", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "13.2", "max": "13.532", "min": "13.11", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "32.766", "max": "32.945", "min": "32.702", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "162.918", "max": "164.401", "min": "162.639", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "164.879", "max": "164.961", "min": "164.826", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "162.78", "max": "163.716", "min": "162.626", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "171.799", "max": "173.341", "min": "171.559", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "148.924", "max": "149.064", "min": "148.855", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "10.466", "max": "10.664", "min": "10.308", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "180.971", "max": "182.512", "min": "180.806", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "173.315", "max": "174.349", "min": "173.186", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "62.291", "max": "92.44", "min": "60.979", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "178.685", "max": "178.811", "min": "178.616", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "161.071", "max": "164.13", "min": "160.779", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "180.448", "max": "180.891", "min": "180.348", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "0.297", "max": "0.331", "min": "0.268", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "18.2", "max": "18.377", "min": "17.994", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "35.827", "max": "36.121", "min": "35.702", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "64.191", "max": "65.109", "min": "63.99", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "274.369", "max": "276.215", "min": "274.057", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "150.891", "max": "155.634", "min": "150.309", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "169.076", "max": "169.159", "min": "169", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "163.548", "max": "172.955", "min": "163.159", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "267.54", "max": "267.666", "min": "267.461", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "177.151", "max": "177.846", "min": "176.807", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "177.246", "max": "177.408", "min": "177.116", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "120.1", "max": "120.185", "min": "119.993", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "170.632", "max": "171.003", "min": "169.457", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "39.916", "max": "40.089", "min": "39.868", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "78.533", "max": "78.667", "min": "78.482", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "29.983", "max": "30.535", "min": "29.645", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "162.121", "max": "253.229", "min": "153.707", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "45.021", "max": "45.075", "min": "44.928", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "221.622", "max": "246.31", "min": "217.615", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "199.11", "max": "200.46", "min": "198.817", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "164.783", "max": "169.929", "min": "163.687", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "163.918", "max": "164.09", "min": "163.872", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "181.503", "max": "183.299", "min": "181.193", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "139.949", "max": "140.132", "min": "139.848", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "197.395", "max": "198.652", "min": "196.959", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "194.044", "max": "227.486", "min": "189.815", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "198.588", "max": "236.139", "min": "195.607", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "190.445", "max": "191.495", "min": "190.264", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "183.776", "max": "185.368", "min": "183.603", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "184.657", "max": "186.407", "min": "184.519", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "65.697", "max": "65.83", "min": "65.598", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "181.677", "max": "181.986", "min": "181.331", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "188.735", "max": "190.309", "min": "187.911", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "34.344", "max": "34.813", "min": "34.278", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "164.492", "max": "166.611", "min": "164.192", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "3.691", "max": "5.726", "min": "3.378", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "104.337", "max": "110.977", "min": "103.839", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "57.266", "max": "57.341", "min": "57.226", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "184.894", "max": "185.332", "min": "184.752", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "149.081", "max": "149.373", "min": "148.94", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "55.084", "max": "55.229", "min": "54.978", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "7.819", "max": "7.967", "min": "7.724", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "67.053", "max": "75.775", "min": "66.528", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "65.25", "max": "66.353", "min": "65.065", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "28.923", "max": "29.1", "min": "28.813", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "79.262", "max": "79.708", "min": "79.04", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "147.139", "max": "148.244", "min": "146.798", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "234.312", "max": "235.233", "min": "234.064", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "27.976", "max": "28.1", "min": "27.885", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "193.458", "max": "194.462", "min": "193.151", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "149.075", "max": "149.503", "min": "148.904", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "61.275", "max": "61.755", "min": "61.15", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "51.164", "max": "51.404", "min": "51.005", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "147.36", "max": "151.769", "min": "146.953", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "57.648", "max": "59.429", "min": "56.978", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "14.783", "max": "15.281", "min": "14.543", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "138.126", "max": "138.199", "min": "138.092", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "137.407", "max": "137.592", "min": "137.178", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "69.028", "max": "69.108", "min": "68.959", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "63.036", "max": "63.273", "min": "62.893", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "105.831", "max": "106.613", "min": "105.578", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "92.818", "max": "96.875", "min": "91.86", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "11.832", "max": "12.216", "min": "11.69", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "60.23", "max": "62.934", "min": "59.785", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "71.335", "max": "71.544", "min": "71.285", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "68.36", "max": "68.87", "min": "68.22", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "192.591", "max": "192.722", "min": "192.507", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "182.014", "max": "187.895", "min": "181.54", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "55.874", "max": "56.718", "min": "55.68", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "138.612", "max": "139.023", "min": "138.335", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "132.254", "max": "136.394", "min": "132.026", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "66.115", "max": "66.207", "min": "66.009", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "67.584", "max": "69.101", "min": "67.419", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "277.063", "max": "277.419", "min": "276.947", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "151.838", "max": "152.68", "min": "151.709", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "136.291", "max": "136.615", "min": "136.191", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "65.755", "max": "65.871", "min": "65.701", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "269.378", "max": "271.096", "min": "269.063", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "494.234", "max": "595.784", "min": "324.846", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "295.512", "max": "393.29", "min": "201.384", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "312.735", "max": "313.251", "min": "312.554", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "129.796", "max": "131.828", "min": "129.361", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "48.456", "max": "48.837", "min": "48.327", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "67.151", "max": "67.685", "min": "66.923", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "34.796", "max": "35.013", "min": "34.667", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "140.134", "max": "288.008", "min": "57.14", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "165.021", "max": "165.543", "min": "164.91", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "175.749", "max": "240.821", "min": "172.782", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "177.731", "max": "177.94", "min": "177.678", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "171.094", "max": "171.869", "min": "170.642", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "67.03", "max": "67.234", "min": "66.945", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "316.809", "max": "317.069", "min": "316.688", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "255.149", "max": "260.407", "min": "254.834", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "62.163", "max": "63.216", "min": "61.955", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "73.492", "max": "73.875", "min": "73.375", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "64.395", "max": "64.554", "min": "64.296", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "78.262", "max": "78.959", "min": "78.13", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "149.581", "max": "151.293", "min": "148.973", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "45.19", "max": "45.39", "min": "45.155", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.601", "max": "73.715", "min": "73.487", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "46.074", "max": "62.709", "min": "44.213", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "60.095", "max": "60.51", "min": "59.998", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "52.679", "max": "52.765", "min": "52.611", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "70.376", "max": "70.471", "min": "70.3", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "165.424", "max": "165.728", "min": "165.326", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "251.895", "max": "252.253", "min": "251.56", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "172.671", "max": "174.083", "min": "172.536", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "158.868", "max": "159.095", "min": "158.677", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "50.286", "max": "55.223", "min": "49.949", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "144.359", "max": "145.158", "min": "144.127", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "188.253", "max": "193.557", "min": "187.899", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "245.297", "max": "245.573", "min": "245.203", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "141.817", "max": "145.613", "min": "141.615", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "144.417", "max": "144.724", "min": "144.341", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "147.884", "max": "158.092", "min": "146.341", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "121.48", "max": "121.612", "min": "121.378", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "172.906", "max": "173.192", "min": "172.807", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "148.679", "max": "148.901", "min": "148.532", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "60.077", "max": "60.509", "min": "59.955", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "42.141", "max": "42.671", "min": "42.003", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "177.007", "max": "178.239", "min": "176.539", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "178.518", "max": "218.059", "min": "170.64", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "74.538", "max": "74.721", "min": "74.448", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "200.504", "max": "293.849", "min": "192.242", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "94.472", "max": "94.637", "min": "94.366", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "416.36", "max": "416.76", "min": "416.008", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "171.597", "max": "171.835", "min": "171.506", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "68.04", "max": "69.878", "min": "67.885", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "248.875", "max": "249.086", "min": "248.768", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "300.059", "max": "300.303", "min": "299.959", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "224.797", "max": "225.136", "min": "224.662", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "51.592", "max": "51.936", "min": "51.427", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "142.345", "max": "143.265", "min": "142.199", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.207", "max": "76.31", "min": "76.157", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "66.574", "max": "67.052", "min": "66.541", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "158.775", "max": "160.225", "min": "158.466", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "279.131", "max": "279.249", "min": "279.06", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "142.372", "max": "143.012", "min": "142.308", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "154.507", "max": "154.845", "min": "154.297", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "169.264", "max": "178.339", "min": "168.75", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "156.347", "max": "156.388", "min": "156.297", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "143.784", "max": "144.656", "min": "143.51", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "194.414", "max": "198.059", "min": "194.123", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "178.811", "max": "178.886", "min": "178.734", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "199.213", "max": "201.512", "min": "198.822", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "180.63", "max": "180.816", "min": "180.532", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "155.064", "max": "239.892", "min": "149.506", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "144.987", "max": "145.203", "min": "144.935", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "139.292", "max": "139.334", "min": "139.205", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "168.572", "max": "180.373", "min": "168.017", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "192.828", "max": "193.788", "min": "192.536", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "169.118", "max": "176.911", "min": "168.017", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "165.515", "max": "253.182", "min": "146.159", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "132.274", "max": "132.322", "min": "132.229", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "184.235", "max": "184.949", "min": "184.04", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "168.874", "max": "169.437", "min": "168.66", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "181.148", "max": "181.871", "min": "180.823", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "136.428", "max": "139.825", "min": "136.085", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "201.902", "max": "228.147", "min": "200.552", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "158.311", "max": "158.5", "min": "158.232", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "165.347", "max": "165.504", "min": "165.228", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "171.421", "max": "171.499", "min": "171.378", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "125.21", "max": "133.672", "min": "124.148", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "193.972", "max": "194.15", "min": "193.848", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "145.923", "max": "156.271", "min": "145.505", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "147.219", "max": "148.174", "min": "147.065", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "147.911", "max": "148.069", "min": "147.822", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "173.2", "max": "189.068", "min": "170.697", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "68.208", "max": "70.35", "min": "67.715", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "170.701", "max": "172.204", "min": "163.889", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "221.772", "max": "221.977", "min": "221.7", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "147.067", "max": "147.254", "min": "146.994", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "287.883", "max": "288.034", "min": "287.746", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "20.328", "max": "21.039", "min": "19.988", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "172.292", "max": "172.541", "min": "172.18", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "201.422", "max": "201.646", "min": "201.304", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "142.519", "max": "143.56", "min": "142.242", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "140.884", "max": "141.831", "min": "140.668", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "80.954", "max": "81.061", "min": "80.903", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "62.564", "max": "62.849", "min": "62.516", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "184.852", "max": "188.728", "min": "184.505", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "73.17", "max": "73.246", "min": "73.126", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "159.08", "max": "159.202", "min": "158.976", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "73.295", "max": "73.342", "min": "73.262", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "168.012", "max": "168.201", "min": "167.89", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "176.529", "max": "176.919", "min": "176.413", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "71.276", "max": "77.093", "min": "67.743", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "158.429", "max": "158.723", "min": "158.295", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "173.429", "max": "176.055", "min": "172.517", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "110.123", "max": "133.067", "min": "108.308", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "283.085", "max": "283.843", "min": "282.787", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "104.798", "max": "105.36", "min": "104.643", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "231.721", "max": "232.127", "min": "231.589", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "180.758", "max": "180.831", "min": "180.712", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "139.777", "max": "139.98", "min": "139.696", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "183.658", "max": "183.803", "min": "183.62", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "79.079", "max": "81.534", "min": "78.647", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "70.681", "max": "70.871", "min": "70.604", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "193.561", "max": "199.139", "min": "191.312", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "140.289", "max": "141.808", "min": "140.016", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "81.546", "max": "82.947", "min": "80.522", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "197.312", "max": "197.449", "min": "197.218", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "51.082", "max": "51.199", "min": "50.924", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "157.242", "max": "167.967", "min": "156.769", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "165.974", "max": "166.388", "min": "164.926", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "139.469", "max": "139.469", "min": "139.469", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "135.182", "max": "135.269", "min": "135.163", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "153.54", "max": "153.635", "min": "153.481", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "235.742", "max": "239.947", "min": "235.393", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "156.229", "max": "168.287", "min": "148.415", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "173.664", "max": "173.733", "min": "173.612", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "271.053", "max": "272.441", "min": "270.794", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "245.372", "max": "246.474", "min": "245.092", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "63.277", "max": "63.47", "min": "63.177", "id": "37", "country": "United States", "source_name": "Los Angeles", "destination_name": "Lansing", "destination_id": "295" } } }, "38": { "name": "Phoenix", "data": { "0": { "avg": "120.65", "max": "120.966", "min": "120.468", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "158.724", "max": "159.264", "min": "158.511", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "56.222", "max": "56.372", "min": "56.069", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "153.383", "max": "159.97", "min": "152.304", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "133.706", "max": "134.03", "min": "133.535", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "123.199", "max": "123.38", "min": "123.044", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "143.133", "max": "143.334", "min": "143.011", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "167.307", "max": "173.343", "min": "166.347", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "176.357", "max": "176.529", "min": "176.155", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "156.887", "max": "160.026", "min": "156.571", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "126.311", "max": "126.643", "min": "126.108", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "25.335", "max": "26.043", "min": "25.165", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.015", "max": "75.543", "min": "74.898", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "68.695", "max": "71.279", "min": "68.385", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "62.03", "max": "62.407", "min": "61.933", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "152.29", "max": "152.656", "min": "151.97", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "152.719", "max": "152.88", "min": "152.488", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "49.825", "max": "52.036", "min": "49.464", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "143.439", "max": "143.669", "min": "143.274", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "164.031", "max": "164.208", "min": "163.922", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "162.963", "max": "163.108", "min": "162.839", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "60.051", "max": "61.138", "min": "59.894", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "19.833", "max": "20.069", "min": "19.674", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "41.365", "max": "44.059", "min": "41.079", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "159.438", "max": "160.417", "min": "159.079", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "146.842", "max": "147.013", "min": "146.709", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "150.226", "max": "152.287", "min": "149.876", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "162.857", "max": "163.075", "min": "162.641", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "137.783", "max": "138.084", "min": "137.603", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "18.186", "max": "18.507", "min": "17.931", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "248.808", "max": "283.539", "min": "240.663", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "168.924", "max": "169.267", "min": "168.795", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "72.232", "max": "72.425", "min": "72.075", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "177.833", "max": "178.012", "min": "177.662", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "154.458", "max": "155.845", "min": "154.218", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "193.617", "max": "228.608", "min": "191.812", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "18.055", "max": "18.196", "min": "17.96", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "0.033", "max": "0.042", "min": "0.027", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "36.621", "max": "36.749", "min": "36.464", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "57.983", "max": "58.865", "min": "57.677", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "274.799", "max": "279.278", "min": "274.112", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "136.728", "max": "143.185", "min": "136.086", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "189.454", "max": "190.209", "min": "189.191", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "162.557", "max": "163.642", "min": "162.242", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "263.658", "max": "263.84", "min": "263.576", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "179.507", "max": "180.292", "min": "179.064", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "167.074", "max": "167.833", "min": "166.873", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "217.081", "max": "217.206", "min": "216.931", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "277.419", "max": "278.568", "min": "276.333", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "63.992", "max": "64.105", "min": "63.902", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "67.523", "max": "69.09", "min": "67.288", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "38.257", "max": "38.477", "min": "38.048", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "183.735", "max": "196.513", "min": "171.237", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "40.825", "max": "41.028", "min": "40.663", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "256.715", "max": "266.511", "min": "253.44", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "210.999", "max": "211.587", "min": "210.776", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "147.433", "max": "148.793", "min": "146.622", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "168.582", "max": "168.817", "min": "168.436", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "172.878", "max": "173.654", "min": "172.501", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "139.348", "max": "139.589", "min": "139.231", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "182.918", "max": "184.397", "min": "182.392", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "216.374", "max": "272.612", "min": "211.255", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "220.122", "max": "276.016", "min": "216.896", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "378.525", "max": "394.644", "min": "342.16", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "179.579", "max": "179.693", "min": "179.431", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "187.402", "max": "187.74", "min": "187.25", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "52.743", "max": "52.986", "min": "52.591", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "178.149", "max": "178.514", "min": "177.74", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "203.431", "max": "206.137", "min": "202.599", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "24.048", "max": "28.005", "min": "23.781", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "196.599", "max": "197.952", "min": "196.344", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "11.071", "max": "11.853", "min": "10.827", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "115.12", "max": "116.654", "min": "114.928", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "51.63", "max": "51.81", "min": "51.475", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "163.34", "max": "164.575", "min": "163.054", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "135.888", "max": "136.236", "min": "135.63", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "55.014", "max": "55.183", "min": "54.892", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "18.223", "max": "18.401", "min": "18.027", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "57.164", "max": "67.691", "min": "56.463", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "55.556", "max": "56.925", "min": "55.29", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "30.938", "max": "31.224", "min": "30.673", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "77.243", "max": "78.29", "min": "76.944", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "170.925", "max": "175.391", "min": "170.451", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "260.993", "max": "263.853", "min": "260.721", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "75.804", "max": "75.981", "min": "75.632", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "177.893", "max": "178.856", "min": "177.576", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "137.683", "max": "138.015", "min": "137.422", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "50.1", "max": "50.326", "min": "49.918", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "37.584", "max": "37.886", "min": "37.408", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "147.292", "max": "156.304", "min": "146.355", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "44.72", "max": "46.249", "min": "44.026", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "24.546", "max": "24.827", "min": "24.322", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "170.353", "max": "170.467", "min": "170.18", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "144.567", "max": "144.843", "min": "144.406", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "58.596", "max": "59.517", "min": "58.301", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "70.897", "max": "71.191", "min": "70.658", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "108.393", "max": "112.128", "min": "107.872", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "96.804", "max": "119.549", "min": "95.468", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "22.476", "max": "22.891", "min": "22.287", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "56.461", "max": "57.631", "min": "56.248", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "82.3", "max": "82.39", "min": "82.226", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "56.04", "max": "56.409", "min": "55.814", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "175.971", "max": "177.428", "min": "175.675", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "194.22", "max": "199.664", "min": "193.631", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "47.7", "max": "48.093", "min": "47.486", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "146.912", "max": "149.823", "min": "146.471", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "148.171", "max": "149.46", "min": "148.014", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "69.11", "max": "69.343", "min": "68.872", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "60.658", "max": "61.522", "min": "60.438", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "250.915", "max": "251.962", "min": "250.672", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "160.761", "max": "161.239", "min": "160.537", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "179.384", "max": "180.455", "min": "179.074", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "54.269", "max": "54.498", "min": "54.137", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "258.86", "max": "261.768", "min": "258.488", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "485.23", "max": "599.282", "min": "321.202", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "268.125", "max": "346.614", "min": "190.468", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "318.532", "max": "335.741", "min": "317.312", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "127.86", "max": "128.984", "min": "127.499", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "37.002", "max": "37.222", "min": "36.797", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "-1", "max": "-1", "min": "-1", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "39.634", "max": "40.755", "min": "39.347", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "142.079", "max": "299.122", "min": "64.827", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "156.382", "max": "157.044", "min": "156.218", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "172.732", "max": "391.649", "min": "163.185", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "166.175", "max": "166.437", "min": "166.044", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "150.568", "max": "151.791", "min": "150.078", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "60.093", "max": "60.286", "min": "59.928", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "287.09", "max": "288.089", "min": "286.678", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "239.523", "max": "243.725", "min": "239.158", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "70.354", "max": "70.677", "min": "70.243", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "64.276", "max": "64.762", "min": "64.051", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "57.179", "max": "57.471", "min": "56.966", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "72.48", "max": "72.65", "min": "72.357", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "155.942", "max": "156.89", "min": "155.305", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "36.798", "max": "37.014", "min": "36.647", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "60.755", "max": "61.038", "min": "60.6", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "46.96", "max": "59.775", "min": "45.333", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "43.632", "max": "43.839", "min": "43.471", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "56.265", "max": "56.5", "min": "56.081", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "58.968", "max": "59.166", "min": "58.769", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "152.507", "max": "153.06", "min": "152.35", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "265.132", "max": "269.547", "min": "264.603", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "170.749", "max": "172.092", "min": "170.464", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "161.751", "max": "162.096", "min": "161.541", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "54.326", "max": "54.578", "min": "54.146", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "139.732", "max": "142.243", "min": "139.443", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "175.334", "max": "180.43", "min": "174.912", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "257.951", "max": "259.295", "min": "257.789", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "123.962", "max": "126.792", "min": "123.647", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "133.078", "max": "133.256", "min": "132.96", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "147.212", "max": "158.545", "min": "144.334", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "126.366", "max": "126.462", "min": "126.306", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "170.085", "max": "171.175", "min": "169.724", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "147.741", "max": "186.863", "min": "145.842", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "57.177", "max": "57.352", "min": "57.011", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "42.362", "max": "42.623", "min": "42.07", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "166.623", "max": "168.914", "min": "166.23", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "201.394", "max": "240.184", "min": "194.578", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "63.359", "max": "64.245", "min": "63.032", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "204.381", "max": "279.138", "min": "198.668", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "79.363", "max": "79.676", "min": "79.243", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "424.623", "max": "425.008", "min": "423.677", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "171.979", "max": "172.241", "min": "171.691", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "61.016", "max": "62.541", "min": "60.715", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "241.618", "max": "241.953", "min": "241.461", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "323.438", "max": "323.753", "min": "323.266", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "233.334", "max": "234.102", "min": "233.184", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "93.515", "max": "94.454", "min": "93.322", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "150.588", "max": "150.735", "min": "150.445", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "79.087", "max": "79.288", "min": "78.906", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "57.362", "max": "57.479", "min": "57.271", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "139.109", "max": "146.998", "min": "138.329", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "278.285", "max": "278.54", "min": "278.148", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "133.945", "max": "135.098", "min": "133.798", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "154.348", "max": "154.986", "min": "154.027", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "149.086", "max": "149.263", "min": "148.917", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "149.811", "max": "149.935", "min": "149.703", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "133.163", "max": "134.438", "min": "132.788", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "192.611", "max": "192.992", "min": "192.392", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "174.519", "max": "174.951", "min": "174.39", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "198.845", "max": "200.341", "min": "198.607", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "179.18", "max": "183.267", "min": "178.701", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "141.049", "max": "142.715", "min": "140.797", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "144.432", "max": "144.544", "min": "144.324", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "124.964", "max": "125.157", "min": "124.854", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "158.746", "max": "159.186", "min": "158.561", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "207.201", "max": "207.685", "min": "206.92", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "155.057", "max": "157.862", "min": "154.291", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "152.895", "max": "169.73", "min": "140.007", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "134.799", "max": "135.004", "min": "134.654", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "201.655", "max": "202.064", "min": "201.418", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "161.697", "max": "172.562", "min": "161.104", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "169.063", "max": "169.69", "min": "168.604", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "128.317", "max": "131.107", "min": "127.795", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "205.84", "max": "205.991", "min": "205.712", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "144.176", "max": "144.327", "min": "144.042", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "171.309", "max": "171.746", "min": "170.939", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "152.418", "max": "152.726", "min": "152.276", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "224.811", "max": "231.592", "min": "223.016", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "185.422", "max": "185.844", "min": "185.206", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "141.906", "max": "146.915", "min": "141.501", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "144.353", "max": "145.128", "min": "144.153", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "142.545", "max": "152.268", "min": "142.008", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "168.405", "max": "177.536", "min": "165.811", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "56.621", "max": "62.005", "min": "56.013", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "174.034", "max": "174.191", "min": "173.922", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "247.791", "max": "248.104", "min": "247.633", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "146.372", "max": "146.688", "min": "146.228", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "264.17", "max": "264.729", "min": "263.999", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "94.406", "max": "94.586", "min": "94.326", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "162.559", "max": "162.831", "min": "162.257", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "189.568", "max": "189.819", "min": "189.388", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "129.45", "max": "130.738", "min": "129.119", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "131.682", "max": "133.439", "min": "131.273", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "67.211", "max": "67.366", "min": "67.059", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "93.77", "max": "93.938", "min": "93.62", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "189.16", "max": "377.331", "min": "182.481", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "84.915", "max": "85.115", "min": "84.813", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "149.918", "max": "150.221", "min": "149.765", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "63.208", "max": "63.75", "min": "63.082", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "142.732", "max": "142.855", "min": "142.581", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "179.832", "max": "230.686", "min": "177.174", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "77.362", "max": "80.076", "min": "75.299", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "175.59", "max": "175.853", "min": "175.353", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "208.089", "max": "211.484", "min": "207.324", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "101.212", "max": "103.657", "min": "100.32", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "239.122", "max": "242.494", "min": "238.65", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "142.91", "max": "143.139", "min": "142.771", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "209.087", "max": "209.359", "min": "208.84", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "179.718", "max": "179.849", "min": "179.582", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "148.081", "max": "148.203", "min": "147.993", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "180.42", "max": "180.648", "min": "180.293", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "64.598", "max": "68.523", "min": "64.162", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "63.865", "max": "64.189", "min": "63.691", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "193.159", "max": "200.044", "min": "191.167", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "137.551", "max": "140.228", "min": "136.49", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "65.39", "max": "66.689", "min": "64.328", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "191.076", "max": "191.801", "min": "190.79", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "49.566", "max": "49.817", "min": "49.311", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "142.142", "max": "147.99", "min": "141.632", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "222.497", "max": "235.062", "min": "202.286", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "134.561", "max": "134.561", "min": "134.561", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "130.597", "max": "130.712", "min": "130.488", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "137.168", "max": "137.272", "min": "137.059", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "224.829", "max": "256.489", "min": "223.564", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "149.129", "max": "163.716", "min": "140.236", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "165.995", "max": "166.138", "min": "165.892", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "243.065", "max": "244.474", "min": "242.835", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "220.707", "max": "223.976", "min": "220.255", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "64.193", "max": "64.533", "min": "64.052", "id": "38", "country": "United States", "source_name": "Phoenix", "destination_name": "Lansing", "destination_id": "295" } } }, "39": { "name": "Houston", "data": { "0": { "avg": "102.51", "max": "103.154", "min": "102.338", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "185.544", "max": "187.709", "min": "185.207", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "37.787", "max": "39.123", "min": "37.595", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "137.162", "max": "143.251", "min": "136.571", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "107.898", "max": "108.288", "min": "107.645", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "149.845", "max": "152.145", "min": "149.567", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "107.248", "max": "107.514", "min": "107.106", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "193.865", "max": "215.053", "min": "192.636", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "157.953", "max": "158.113", "min": "157.841", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "145.24", "max": "154.073", "min": "144.71", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "108.169", "max": "108.42", "min": "107.909", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "8.133", "max": "36.766", "min": "6.75", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "39.311", "max": "39.572", "min": "39.173", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "36.602", "max": "40.243", "min": "36.231", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "33.456", "max": "33.82", "min": "33.352", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "27.975", "max": "28.405", "min": "27.194", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "120.933", "max": "121.3", "min": "120.636", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "18.734", "max": "21.754", "min": "18.514", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "120.313", "max": "120.469", "min": "120.15", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "130.303", "max": "130.68", "min": "130.168", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "189.53", "max": "190.013", "min": "189.405", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "28.152", "max": "30.684", "min": "27.928", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "49.128", "max": "49.363", "min": "48.993", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "55.115", "max": "71.083", "min": "54.347", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "143.052", "max": "143.841", "min": "142.748", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "125.532", "max": "126.138", "min": "125.375", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "132.555", "max": "134.199", "min": "132.296", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "133.742", "max": "137.529", "min": "133.339", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "118.694", "max": "118.91", "min": "118.589", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "42.974", "max": "43.351", "min": "42.813", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "221.801", "max": "222.047", "min": "221.67", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "137.289", "max": "138.237", "min": "137.156", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "29.978", "max": "42.84", "min": "29.275", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "146.332", "max": "147.298", "min": "146.117", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "131.269", "max": "132.613", "min": "130.916", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "216.442", "max": "217.788", "min": "216.127", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "35.842", "max": "36.581", "min": "35.721", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "36.612", "max": "37.089", "min": "36.449", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "0.014", "max": "0.036", "min": "0.01", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "28.438", "max": "31.223", "min": "27.996", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "241.88", "max": "247.23", "min": "241.271", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "114.6", "max": "120.961", "min": "114.031", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "140.46", "max": "140.646", "min": "140.288", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "134.292", "max": "134.5", "min": "134.187", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "263.428", "max": "265.563", "min": "263.199", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "138.859", "max": "139.536", "min": "138.314", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "154.272", "max": "154.644", "min": "154.142", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "86.109", "max": "87.204", "min": "85.897", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "156.807", "max": "157.2", "min": "155.768", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "10.328", "max": "10.666", "min": "10.157", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "44.77", "max": "50.035", "min": "44.339", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "47.534", "max": "48.246", "min": "47.241", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "137.315", "max": "148.434", "min": "128.978", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "28.863", "max": "31.167", "min": "28.66", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "249.316", "max": "255.178", "min": "246.385", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "235.061", "max": "235.835", "min": "234.76", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "128.902", "max": "135.651", "min": "127.807", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "198.462", "max": "198.923", "min": "198.28", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "154.923", "max": "157.911", "min": "154.555", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "107.604", "max": "107.856", "min": "107.444", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "158.178", "max": "159.31", "min": "157.746", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "159.805", "max": "197.582", "min": "155.618", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "243.179", "max": "269.596", "min": "239.29", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "233.952", "max": "235.28", "min": "233.741", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "154.394", "max": "154.643", "min": "154.254", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "148.913", "max": "149.071", "min": "148.79", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "32.753", "max": "33.038", "min": "32.608", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "142.935", "max": "143.344", "min": "142.507", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "155.04", "max": "156.447", "min": "154.292", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "23.735", "max": "23.934", "min": "23.562", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "209.145", "max": "211.779", "min": "208.739", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "34.203", "max": "36.423", "min": "33.806", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "74.653", "max": "75.237", "min": "74.435", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "19.766", "max": "20.18", "min": "19.623", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "150.949", "max": "151.716", "min": "150.686", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "112.056", "max": "112.281", "min": "111.812", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "23.826", "max": "24.647", "min": "23.623", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "48.478", "max": "48.737", "min": "48.373", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "29.541", "max": "41.72", "min": "28.922", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "34.244", "max": "36.561", "min": "34.046", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "53.807", "max": "54.817", "min": "53.589", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "53.279", "max": "53.987", "min": "52.864", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "369.409", "max": "371.055", "min": "369.094", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "234.112", "max": "235.689", "min": "233.848", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "47.504", "max": "47.866", "min": "47.349", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "176.375", "max": "177.642", "min": "175.949", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "115.848", "max": "119.928", "min": "115.19", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "21.998", "max": "22.566", "min": "21.824", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "27.793", "max": "29.265", "min": "27.562", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.9", "max": "110.302", "min": "102.445", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "31.85", "max": "34.124", "min": "31.317", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "48.288", "max": "48.863", "min": "48.014", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "118.555", "max": "118.715", "min": "118.43", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "162.623", "max": "162.891", "min": "162.45", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "41.579", "max": "41.75", "min": "41.473", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "34.484", "max": "35.193", "min": "34.307", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "76.417", "max": "76.649", "min": "76.217", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "62.087", "max": "72.188", "min": "60.67", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "45.733", "max": "48.156", "min": "45.521", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "27.128", "max": "28.597", "min": "26.876", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "55.941", "max": "56.857", "min": "55.775", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "62.843", "max": "63.296", "min": "62.678", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "159.674", "max": "160.179", "min": "159.362", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "207.507", "max": "212.937", "min": "206.596", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.794", "max": "29.296", "min": "28.641", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "173.547", "max": "174.386", "min": "173.159", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "92.027", "max": "93.283", "min": "91.793", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "42.454", "max": "42.763", "min": "42.302", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "30.907", "max": "34.745", "min": "30.658", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "242.23", "max": "245.61", "min": "241.451", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "193.876", "max": "194.908", "min": "193.66", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "169.534", "max": "169.745", "min": "169.398", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "31.882", "max": "32.118", "min": "31.737", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "230.296", "max": "271.022", "min": "228.595", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "472.638", "max": "585.273", "min": "300.596", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "267.771", "max": "388.516", "min": "171.636", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "262.739", "max": "265.666", "min": "262.233", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "138.569", "max": "139.751", "min": "138.355", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "12.268", "max": "12.468", "min": "12.106", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "30.049", "max": "31.101", "min": "29.731", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "20.29", "max": "20.53", "min": "20.169", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "99.294", "max": "244.335", "min": "20.177", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "131.742", "max": "132.635", "min": "131.586", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.563", "max": "186.364", "min": "136.403", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "135.279", "max": "135.521", "min": "135.16", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "137.152", "max": "139.377", "min": "136.657", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "33.138", "max": "33.346", "min": "32.834", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "244.183", "max": "245.419", "min": "243.905", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "205.655", "max": "205.964", "min": "205.446", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "100.267", "max": "100.507", "min": "100.119", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "45.427", "max": "47.141", "min": "45.035", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "27.029", "max": "32.715", "min": "26.625", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "36.363", "max": "36.485", "min": "36.216", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "186.326", "max": "188.018", "min": "185.483", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "18.509", "max": "18.956", "min": "18.353", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "44.101", "max": "44.387", "min": "43.934", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "29.761", "max": "63.07", "min": "27.131", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "34.798", "max": "36.188", "min": "34.588", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "49.114", "max": "49.318", "min": "49.003", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "35.673", "max": "36.02", "min": "35.445", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "136.739", "max": "136.947", "min": "136.576", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.156", "max": "251.738", "min": "249.715", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "144.34", "max": "145.177", "min": "144.167", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "132.425", "max": "133.074", "min": "132.143", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "87.323", "max": "93.07", "min": "86.639", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "115.863", "max": "116.307", "min": "115.573", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "145.457", "max": "155.371", "min": "144.635", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "271.829", "max": "273.422", "min": "271.638", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "101.11", "max": "101.282", "min": "100.977", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "108.135", "max": "108.325", "min": "108.035", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "113.186", "max": "118.093", "min": "111.948", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "157.853", "max": "158.394", "min": "157.598", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "136", "max": "137.26", "min": "135.773", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "114.371", "max": "140.436", "min": "112.472", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "31.037", "max": "31.206", "min": "30.881", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "59.921", "max": "63.674", "min": "59.6", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "139.683", "max": "141.023", "min": "139.375", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "192.392", "max": "249.112", "min": "183.388", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "49.457", "max": "49.832", "min": "49.291", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "161.846", "max": "244.885", "min": "153.139", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "64.043", "max": "64.578", "min": "63.895", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "451.443", "max": "451.92", "min": "450.794", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "135.471", "max": "135.67", "min": "135.354", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "37.459", "max": "37.662", "min": "37.261", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "211.392", "max": "213.373", "min": "211.12", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "271.099", "max": "271.367", "min": "270.968", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "197.24", "max": "197.579", "min": "197.076", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "33.893", "max": "34.694", "min": "33.652", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "196.348", "max": "198.259", "min": "195.979", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "45.311", "max": "45.506", "min": "45.148", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "44.792", "max": "46.136", "min": "44.583", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "123.671", "max": "124.836", "min": "123.346", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "234.938", "max": "235.496", "min": "234.755", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "110.247", "max": "111.104", "min": "110.112", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "119.321", "max": "120.304", "min": "119.032", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "128.64", "max": "129.052", "min": "128.46", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "120.548", "max": "120.724", "min": "120.419", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "109.834", "max": "110.337", "min": "109.59", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "161.703", "max": "162.473", "min": "161.474", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "142.406", "max": "144.634", "min": "142.205", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "169.897", "max": "170.988", "min": "169.681", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "151.984", "max": "155.298", "min": "151.482", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "108.06", "max": "111.593", "min": "107.62", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "120.272", "max": "120.551", "min": "120.114", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "106.788", "max": "107.026", "min": "106.591", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "129.286", "max": "129.452", "min": "129.143", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "160.207", "max": "160.576", "min": "159.953", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "130.006", "max": "135.51", "min": "129.062", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "139.941", "max": "182.857", "min": "120.353", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "115.322", "max": "116.182", "min": "115.118", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "156.733", "max": "159.297", "min": "156.425", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "140.985", "max": "153.409", "min": "140.392", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "136.926", "max": "137.729", "min": "136.449", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "104.724", "max": "105.069", "min": "104.543", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "230.977", "max": "231.43", "min": "230.754", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "119.001", "max": "122.967", "min": "118.601", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "130.529", "max": "130.741", "min": "130.328", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "144.549", "max": "145.536", "min": "144.377", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "90.718", "max": "97.347", "min": "88.77", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "166.098", "max": "166.597", "min": "165.952", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "109.935", "max": "128.291", "min": "108.866", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "107.458", "max": "107.802", "min": "107.268", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "106.285", "max": "106.716", "min": "106.135", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "198.529", "max": "208.546", "min": "195.696", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "42.766", "max": "48.315", "min": "42.035", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "340.019", "max": "355.565", "min": "335.115", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "258.509", "max": "259.127", "min": "258.341", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "117.88", "max": "118.167", "min": "117.725", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "258.92", "max": "259.199", "min": "258.74", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "63.713", "max": "64.271", "min": "63.465", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "137.943", "max": "138.463", "min": "137.688", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "166.519", "max": "168.412", "min": "166.127", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "102.707", "max": "103.801", "min": "102.466", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "108.083", "max": "109.19", "min": "107.697", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "45.026", "max": "46.618", "min": "44.856", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "25.054", "max": "25.242", "min": "24.927", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "209.461", "max": "209.7", "min": "209.287", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.347", "max": "80.563", "min": "80.216", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "120.361", "max": "121.447", "min": "120.144", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "42.071", "max": "42.202", "min": "41.94", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "119.188", "max": "120.345", "min": "118.91", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "148.965", "max": "149.598", "min": "148.692", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "41.778", "max": "47.982", "min": "37.724", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "125.017", "max": "125.299", "min": "124.872", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "151.586", "max": "152.294", "min": "151.042", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "70.14", "max": "76.888", "min": "68.702", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "292.015", "max": "292.896", "min": "291.618", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "158.641", "max": "159.121", "min": "158.389", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "192.013", "max": "192.45", "min": "191.824", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "144.532", "max": "144.64", "min": "144.442", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "117.637", "max": "118.488", "min": "117.435", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "145.262", "max": "145.43", "min": "145.146", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "43.01", "max": "44.184", "min": "42.66", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "34.757", "max": "35.019", "min": "34.599", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "156.771", "max": "166.516", "min": "154.601", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "95.845", "max": "96.768", "min": "95.615", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "45.023", "max": "46.58", "min": "44.041", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "159.677", "max": "160.34", "min": "159.372", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "32.628", "max": "36.331", "min": "32.322", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "123.657", "max": "124.025", "min": "123.493", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "211.305", "max": "216.713", "min": "210.121", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "101.801", "max": "101.801", "min": "101.801", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "102.731", "max": "102.902", "min": "102.632", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "116.513", "max": "116.671", "min": "116.38", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "200.41", "max": "200.87", "min": "200.196", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "121.481", "max": "128.845", "min": "113.988", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "130.515", "max": "130.719", "min": "130.356", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "247.742", "max": "250.136", "min": "247.255", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "192.605", "max": "193.412", "min": "192.221", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "40.561", "max": "46.91", "min": "39.788", "id": "39", "country": "United States", "source_name": "Houston", "destination_name": "Lansing", "destination_id": "295" } } }, "40": { "name": "Baltimore", "data": { "0": { "avg": "101.106", "max": "102.754", "min": "100.789", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "208.209", "max": "210.934", "min": "207.817", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "20.82", "max": "21.975", "min": "20.512", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "106.397", "max": "110.336", "min": "105.739", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "82.267", "max": "82.466", "min": "82.139", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "172.045", "max": "179.333", "min": "171.59", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "81.562", "max": "82.925", "min": "81.244", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "216.92", "max": "236.564", "min": "215.02", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "127.946", "max": "128.368", "min": "127.73", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "112.259", "max": "113.996", "min": "112.049", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "79.929", "max": "89.827", "min": "79.25", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "34.981", "max": "53.278", "min": "34.005", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "9.48", "max": "9.848", "min": "9.362", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "13.844", "max": "14.65", "min": "13.464", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "30.512", "max": "40.385", "min": "29.566", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "7.397", "max": "10.085", "min": "6.893", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "100.423", "max": "100.647", "min": "100.06", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "18.44", "max": "19.619", "min": "18.185", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "96.394", "max": "96.633", "min": "96.234", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "102.645", "max": "104.656", "min": "102.334", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "213.994", "max": "217.747", "min": "213.645", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "30.121", "max": "35.973", "min": "29.685", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "73.478", "max": "74.804", "min": "73.266", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "69.837", "max": "71.31", "min": "69.453", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "107.387", "max": "108.496", "min": "107.143", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "105.217", "max": "109.143", "min": "104.861", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "97.816", "max": "103.274", "min": "97.195", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "105.314", "max": "105.708", "min": "105.056", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "94.605", "max": "95.739", "min": "94.48", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "67.932", "max": "70.13", "min": "67.519", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "254.511", "max": "258.147", "min": "254.008", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "106.682", "max": "106.944", "min": "106.577", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "57.851", "max": "60.625", "min": "57.497", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "134.279", "max": "135.62", "min": "134.085", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "111.609", "max": "113.996", "min": "111.23", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "231.746", "max": "270.221", "min": "229.974", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "64.417", "max": "69.811", "min": "63.968", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "58.093", "max": "59.636", "min": "57.882", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "28.364", "max": "30.313", "min": "28.097", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "0.033", "max": "0.066", "min": "0.025", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "217.772", "max": "224.532", "min": "216.878", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "100.919", "max": "107.555", "min": "100.311", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "116.73", "max": "116.901", "min": "116.538", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "110.446", "max": "113.007", "min": "109.983", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "219.548", "max": "229.032", "min": "218.919", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "120.223", "max": "120.932", "min": "119.772", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "121.457", "max": "126.673", "min": "121.039", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "77.3", "max": "82.448", "min": "76.518", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "150.146", "max": "151.333", "min": "149.875", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "36.827", "max": "36.921", "min": "36.623", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "14.313", "max": "15.374", "min": "13.99", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "75.107", "max": "76.808", "min": "74.742", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "117.957", "max": "129.119", "min": "105.284", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "44.845", "max": "53.625", "min": "44.374", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "235.976", "max": "257.586", "min": "231.862", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "275.517", "max": "275.857", "min": "275.343", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "108.352", "max": "111.25", "min": "107.256", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "222.389", "max": "224.46", "min": "221.913", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "120.269", "max": "123.133", "min": "119.591", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "82.535", "max": "84.435", "min": "82.303", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "133.188", "max": "137.052", "min": "132.603", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "133.016", "max": "194.639", "min": "128.578", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "260.61", "max": "359.69", "min": "246.252", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "292.623", "max": "293.979", "min": "292.211", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "128.701", "max": "135.245", "min": "128.141", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "125.209", "max": "125.516", "min": "124.962", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "8.945", "max": "11.285", "min": "8.638", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "130.422", "max": "131.459", "min": "130.014", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "141.565", "max": "152.695", "min": "139.877", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "51.535", "max": "52.334", "min": "51.255", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "216.505", "max": "217.576", "min": "216.182", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "64.686", "max": "67.849", "min": "64.134", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "71.887", "max": "73.7", "min": "71.487", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "21.238", "max": "22.449", "min": "21.054", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "130.442", "max": "131.772", "min": "130.061", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "104.284", "max": "104.611", "min": "104.101", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "13.064", "max": "14.501", "min": "12.791", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "76.919", "max": "79.917", "min": "76.499", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "21.381", "max": "26.157", "min": "20.985", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "19.962", "max": "21.652", "min": "19.711", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "79.709", "max": "82.509", "min": "79.399", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "24.696", "max": "26.38", "min": "24.429", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "353.741", "max": "354.926", "min": "353.354", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "219.558", "max": "221.027", "min": "219.275", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "62.464", "max": "62.953", "min": "62.276", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "140.594", "max": "141.822", "min": "140.123", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "89.75", "max": "99.08", "min": "89.111", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "26.962", "max": "27.148", "min": "26.832", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "34.113", "max": "35.566", "min": "33.901", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "80.992", "max": "87.821", "min": "80.397", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.454", "max": "37.247", "min": "34.81", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "73.863", "max": "82.005", "min": "72.893", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "97.549", "max": "97.655", "min": "97.326", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "201.242", "max": "202.179", "min": "201.048", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "18.855", "max": "19.872", "min": "18.579", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "51.091", "max": "58.041", "min": "50.226", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "73.823", "max": "74.169", "min": "73.501", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "56.123", "max": "68.445", "min": "54.931", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "76.13", "max": "78.302", "min": "75.846", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.194", "max": "26.27", "min": "23.767", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "30.071", "max": "39.411", "min": "29.416", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "76.728", "max": "78.82", "min": "76.358", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "138.506", "max": "142.142", "min": "138.025", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "230.38", "max": "232.321", "min": "229.785", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.448", "max": "35.281", "min": "27.898", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "200.259", "max": "206.503", "min": "199.496", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "97.934", "max": "99.349", "min": "97.652", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "10.959", "max": "11.328", "min": "10.693", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "15.205", "max": "16.292", "min": "14.868", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "207.546", "max": "208.733", "min": "207.138", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "222.729", "max": "224.946", "min": "222.435", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "195.501", "max": "198.588", "min": "194.619", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "9.384", "max": "14.878", "min": "8.888", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "204.589", "max": "208.336", "min": "204.044", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "438.853", "max": "546.232", "min": "270.823", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "237.365", "max": "373.199", "min": "181.092", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "232.008", "max": "245.609", "min": "230.838", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "169.526", "max": "175.103", "min": "168.947", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "40.261", "max": "40.691", "min": "39.944", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "30.148", "max": "30.475", "min": "29.832", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "47.866", "max": "49.845", "min": "47.366", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "112.36", "max": "255.289", "min": "24.597", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "119.335", "max": "119.824", "min": "118.99", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "115.279", "max": "126.487", "min": "113.197", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "117.647", "max": "118.162", "min": "117.431", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "106.317", "max": "108.071", "min": "105.685", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "10.251", "max": "10.565", "min": "10.007", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "207.948", "max": "209.989", "min": "207.548", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "192.743", "max": "193.338", "min": "192.434", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "101.508", "max": "104.153", "min": "101.039", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "29.196", "max": "31.119", "min": "28.767", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "27.841", "max": "28.732", "min": "27.472", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "35.777", "max": "36.885", "min": "35.422", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "208.923", "max": "212.254", "min": "207.787", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.824", "max": "50.237", "min": "49.686", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "16.467", "max": "16.949", "min": "16.151", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "55.847", "max": "69.626", "min": "54.537", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "43.247", "max": "47.099", "min": "42.843", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.929", "max": "48.293", "min": "38.399", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "10.508", "max": "11.69", "min": "10.223", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "103.97", "max": "105.409", "min": "103.646", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "258.428", "max": "260.226", "min": "258.077", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "114.086", "max": "114.898", "min": "113.855", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "106.079", "max": "107.447", "min": "105.901", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "113.431", "max": "119.748", "min": "112.886", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "87.231", "max": "87.892", "min": "87.023", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "126.491", "max": "137.644", "min": "124.051", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "250.985", "max": "252.093", "min": "250.75", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "75.828", "max": "79.458", "min": "75.4", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "82.011", "max": "85.377", "min": "81.573", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "90.641", "max": "108.543", "min": "88.022", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "184.658", "max": "186.342", "min": "184.348", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "117.88", "max": "119.712", "min": "117.607", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "93.779", "max": "113.125", "min": "92.115", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "13.224", "max": "21.674", "min": "11.801", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "87.614", "max": "97.683", "min": "87.023", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "115.551", "max": "117.244", "min": "115.063", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "220.419", "max": "270.07", "min": "210.121", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "47.784", "max": "48.991", "min": "47.505", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "165.277", "max": "201.97", "min": "160.002", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "36.195", "max": "41.958", "min": "35.652", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "473.258", "max": "473.7", "min": "472.104", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "122.764", "max": "126.723", "min": "121.604", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "11.519", "max": "12.828", "min": "11.178", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "194.735", "max": "195.104", "min": "194.446", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "250.977", "max": "256.731", "min": "250.451", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "168.998", "max": "169.185", "min": "168.695", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "54.329", "max": "63.188", "min": "53.553", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "231.422", "max": "232.986", "min": "231.139", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "20.17", "max": "20.62", "min": "19.911", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "11.684", "max": "12.38", "min": "11.431", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "92.116", "max": "93.525", "min": "91.792", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "210.414", "max": "213.146", "min": "210.167", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "84.911", "max": "86.82", "min": "84.697", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "95.387", "max": "97.446", "min": "95.078", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "103.254", "max": "107.225", "min": "102.828", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "96.622", "max": "97.518", "min": "96.37", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "82.413", "max": "92.369", "min": "81.667", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "140.006", "max": "149.532", "min": "139.223", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "118.825", "max": "124.157", "min": "118.303", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "137.567", "max": "139.348", "min": "137.405", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "123.77", "max": "124.388", "min": "123.448", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "82.312", "max": "83.388", "min": "81.931", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "100.31", "max": "101.6", "min": "100.075", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.905", "max": "82.019", "min": "81.718", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "110.779", "max": "111.246", "min": "110.547", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "141.629", "max": "148.451", "min": "140.772", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "105.295", "max": "113.44", "min": "103.406", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "115.403", "max": "146.387", "min": "100.896", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "89.853", "max": "93.074", "min": "89.468", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "136.722", "max": "138.313", "min": "136.034", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "111.842", "max": "112.875", "min": "111.574", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "130.241", "max": "131.304", "min": "129.594", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "79.877", "max": "85.756", "min": "79.212", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "258.053", "max": "258.84", "min": "257.73", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "106.183", "max": "115.162", "min": "105.591", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "104.8", "max": "106.767", "min": "104.407", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "108.302", "max": "108.446", "min": "108.13", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "82.715", "max": "89.5", "min": "80.981", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "131.153", "max": "134.185", "min": "130.776", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "87.111", "max": "90.04", "min": "86.491", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "83.316", "max": "87.862", "min": "82.49", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "81.063", "max": "85.736", "min": "80.602", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "235.508", "max": "237.573", "min": "235.151", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "15.092", "max": "24.713", "min": "13.533", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "359.546", "max": "373.869", "min": "335.403", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "210.919", "max": "211.218", "min": "210.734", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "95.431", "max": "95.51", "min": "95.272", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "226.317", "max": "227.112", "min": "226.02", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "92.873", "max": "94.231", "min": "92.522", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "112.025", "max": "114.077", "min": "111.648", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "145.654", "max": "148.712", "min": "144.496", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "82.013", "max": "83.621", "min": "81.56", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "82.982", "max": "84.01", "min": "82.561", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "25.014", "max": "26.644", "min": "24.694", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "36.006", "max": "41.218", "min": "35.436", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "249.839", "max": "250.057", "min": "249.555", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "14.197", "max": "23.835", "min": "13.663", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "96.445", "max": "96.796", "min": "96.308", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "19.277", "max": "20.445", "min": "19.072", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "95.05", "max": "95.773", "min": "94.848", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "136.896", "max": "137.375", "min": "136.719", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "39.863", "max": "42.726", "min": "36.896", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "99.613", "max": "99.924", "min": "99.412", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "126.209", "max": "130.159", "min": "125.307", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "70.239", "max": "82.297", "min": "68.246", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "278.584", "max": "279.383", "min": "278.217", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "223.89", "max": "225.094", "min": "223.535", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "177.898", "max": "186.843", "min": "177.004", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "125.028", "max": "129.822", "min": "124.425", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "91.491", "max": "97.98", "min": "90.882", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "117.683", "max": "119.524", "min": "117.425", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "18.063", "max": "19.538", "min": "17.553", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "10.92", "max": "16.846", "min": "10.497", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "132.691", "max": "143.84", "min": "130.623", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "94.877", "max": "102.446", "min": "93.118", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "19.889", "max": "21.304", "min": "19.068", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "135.277", "max": "135.827", "min": "134.964", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "35.366", "max": "39.519", "min": "34.965", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "110.347", "max": "117.544", "min": "109.303", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "236.838", "max": "238.059", "min": "236.219", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "99.978", "max": "100.48", "min": "99.476", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "81.357", "max": "86.498", "min": "80.816", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "99.62", "max": "100.68", "min": "99.335", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "186.081", "max": "187.005", "min": "185.853", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "96.853", "max": "104.497", "min": "89.161", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "110.082", "max": "112.982", "min": "109.78", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "238.555", "max": "242.387", "min": "237.883", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "165.955", "max": "169.393", "min": "165.295", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "25.002", "max": "32.869", "min": "24.314", "id": "40", "country": "United States", "source_name": "Baltimore", "destination_name": "Lansing", "destination_id": "295" } } }, "51": { "name": "San Antonio", "data": { "0": { "avg": "109.204", "max": "109.353", "min": "109.1", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "252.824", "max": "254.021", "min": "252.542", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "48.233", "max": "49.115", "min": "48.094", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "134.083", "max": "139.742", "min": "133.424", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "113.693", "max": "115.081", "min": "113.471", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "154.513", "max": "154.696", "min": "154.406", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "117.378", "max": "117.499", "min": "117.274", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "257.71", "max": "265.691", "min": "256.756", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "163.938", "max": "164.274", "min": "163.782", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "146.123", "max": "147.351", "min": "145.952", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "122.665", "max": "123.141", "min": "122.468", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "11.278", "max": "11.383", "min": "11.191", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "44.639", "max": "45.534", "min": "44.541", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "45.112", "max": "45.409", "min": "44.988", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "37.102", "max": "41.923", "min": "36.818", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "33.036", "max": "33.171", "min": "32.714", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "125.125", "max": "125.457", "min": "124.911", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "27.825", "max": "27.961", "min": "27.744", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "122.876", "max": "123.191", "min": "122.732", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "136.11", "max": "136.442", "min": "136.041", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "269.371", "max": "269.577", "min": "269.29", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "38.451", "max": "38.53", "min": "38.398", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "43.094", "max": "43.257", "min": "42.99", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "69.008", "max": "69.372", "min": "68.897", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "150.818", "max": "152.014", "min": "150.588", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "144.118", "max": "144.965", "min": "143.989", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "140.617", "max": "141.363", "min": "140.412", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "143.835", "max": "144.263", "min": "143.744", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "124.053", "max": "124.122", "min": "123.969", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "49.477", "max": "50.592", "min": "49.338", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "223.832", "max": "223.941", "min": "223.751", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "146.185", "max": "146.379", "min": "146.102", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "41.405", "max": "41.507", "min": "41.279", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "160.986", "max": "161.254", "min": "160.9", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "154.354", "max": "155.029", "min": "154.055", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "212.325", "max": "213.261", "min": "212.085", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "39.936", "max": "40.191", "min": "39.892", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "64.008", "max": "64.16", "min": "63.917", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "10.289", "max": "10.475", "min": "10.161", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "36.916", "max": "38.142", "min": "36.597", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "246.966", "max": "250.107", "min": "246.529", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "120.034", "max": "124.235", "min": "119.659", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "149.542", "max": "149.914", "min": "149.453", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "143.847", "max": "155.433", "min": "143.374", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "283.064", "max": "283.174", "min": "282.945", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "144.606", "max": "145.415", "min": "144.091", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "152.432", "max": "152.603", "min": "152.273", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "86.147", "max": "86.994", "min": "86.022", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "156.808", "max": "157.199", "min": "156.646", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "0.03", "max": "0.035", "min": "0.028", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "59.204", "max": "59.475", "min": "59.142", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "59.975", "max": "60.404", "min": "59.763", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "164.063", "max": "252.766", "min": "146.751", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "19.592", "max": "19.657", "min": "19.539", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "257.373", "max": "266.544", "min": "254.306", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "244.972", "max": "246.352", "min": "244.654", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "131.457", "max": "133.621", "min": "130.779", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "205.009", "max": "212.005", "min": "204.721", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "167.85", "max": "169.486", "min": "167.567", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "114.802", "max": "115", "min": "114.69", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "166.291", "max": "167.063", "min": "165.898", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "172.54", "max": "212.121", "min": "169.645", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "243.421", "max": "371.938", "min": "230.985", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "258.972", "max": "259.302", "min": "258.888", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "164.849", "max": "165.65", "min": "164.73", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "154.049", "max": "155.344", "min": "153.958", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "37.539", "max": "38.024", "min": "37.432", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "147.312", "max": "147.654", "min": "146.802", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "149.044", "max": "150.254", "min": "148.236", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "42.553", "max": "44.455", "min": "42.332", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "203.345", "max": "205.723", "min": "202.984", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "35.347", "max": "36.859", "min": "35.028", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "81.552", "max": "82.313", "min": "81.441", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "39.221", "max": "39.317", "min": "39.161", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "160.217", "max": "160.984", "min": "160.073", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "126.447", "max": "126.572", "min": "126.341", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "44.835", "max": "44.989", "min": "44.703", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "50.944", "max": "51.692", "min": "50.798", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "45.198", "max": "54.302", "min": "44.462", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "42.397", "max": "42.595", "min": "42.319", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "62.128", "max": "62.567", "min": "61.967", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "57.255", "max": "58.083", "min": "57.076", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "203.442", "max": "207.991", "min": "203.041", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "260.798", "max": "261.231", "min": "260.652", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "51.618", "max": "51.686", "min": "51.537", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "182.806", "max": "184.058", "min": "182.542", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "119.769", "max": "126.741", "min": "119.05", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "36.425", "max": "36.63", "min": "36.301", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "26.324", "max": "26.485", "min": "26.199", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "110.802", "max": "111.234", "min": "110.735", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "39.438", "max": "42.181", "min": "38.85", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "54.393", "max": "54.658", "min": "54.214", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "129.333", "max": "129.426", "min": "129.291", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "183.174", "max": "183.336", "min": "183.037", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "44.603", "max": "45.882", "min": "44.374", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "37.719", "max": "38.014", "min": "37.605", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "83.321", "max": "83.515", "min": "83.051", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "81.801", "max": "109.956", "min": "80.239", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "54.564", "max": "54.735", "min": "54.497", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "33.708", "max": "36.008", "min": "33.517", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "47.905", "max": "48.1", "min": "47.829", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "84.034", "max": "84.223", "min": "83.828", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "164.852", "max": "165.295", "min": "164.763", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "222.129", "max": "225.581", "min": "221.463", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "35.921", "max": "36.392", "min": "35.759", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "308.738", "max": "363.25", "min": "292.381", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "118.853", "max": "120.636", "min": "118.695", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "60.562", "max": "60.746", "min": "60.433", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "26.961", "max": "27.207", "min": "26.88", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "272.801", "max": "272.991", "min": "272.694", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "224.185", "max": "227.66", "min": "217.517", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "181.266", "max": "181.381", "min": "181.18", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "40.74", "max": "40.842", "min": "40.646", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "243.377", "max": "245.479", "min": "243.058", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "477.857", "max": "589.883", "min": "305.096", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "251.432", "max": "338.577", "min": "167.379", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "277.195", "max": "284.521", "min": "276.611", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "148.339", "max": "149.023", "min": "148.194", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "17.705", "max": "17.853", "min": "17.588", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "35.163", "max": "35.848", "min": "34.943", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "39.527", "max": "41.155", "min": "39.336", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "111.746", "max": "259.781", "min": "29.398", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "139.699", "max": "140.049", "min": "139.601", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "153.649", "max": "265.526", "min": "148.95", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "151.834", "max": "151.889", "min": "151.781", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "155.179", "max": "156.251", "min": "154.664", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "39.319", "max": "46.772", "min": "36.457", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "254.703", "max": "254.908", "min": "254.556", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "229.002", "max": "229.329", "min": "228.832", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "102.506", "max": "103.448", "min": "102.356", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "48.418", "max": "49.512", "min": "48.216", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "34.097", "max": "34.248", "min": "33.926", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "46.716", "max": "46.794", "min": "46.651", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "195.745", "max": "197.504", "min": "195.042", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "24.019", "max": "24.196", "min": "23.936", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "50.802", "max": "51.038", "min": "50.646", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "30.41", "max": "46.266", "min": "28.876", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "13.822", "max": "13.931", "min": "13.773", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "35.78", "max": "35.916", "min": "35.707", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "45.676", "max": "74.188", "min": "44.585", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "132.764", "max": "133.475", "min": "132.628", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "261.96", "max": "263.243", "min": "261.488", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "153.414", "max": "154.06", "min": "153.297", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "145.028", "max": "145.268", "min": "144.966", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "95.649", "max": "107.505", "min": "94.701", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "120.989", "max": "121.793", "min": "120.731", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "153.687", "max": "154.084", "min": "153.502", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "274.416", "max": "274.718", "min": "274.303", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "111.63", "max": "112.055", "min": "111.572", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "122.699", "max": "123.191", "min": "122.592", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "136.384", "max": "141.349", "min": "135.663", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "155.739", "max": "156.076", "min": "155.628", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "148.632", "max": "151.07", "min": "148.4", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "122.121", "max": "122.491", "min": "121.969", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "49.358", "max": "49.447", "min": "49.278", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "74.272", "max": "74.491", "min": "74.164", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "141.342", "max": "142.425", "min": "141.06", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "204.218", "max": "243.761", "min": "197.584", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "55.75", "max": "55.947", "min": "55.639", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "183.28", "max": "274.788", "min": "174.413", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "83.914", "max": "84.125", "min": "83.832", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "367.886", "max": "368.141", "min": "367.453", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "151.438", "max": "151.531", "min": "151.38", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "53.761", "max": "53.946", "min": "53.653", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "224.182", "max": "224.583", "min": "224.043", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "281.8", "max": "281.978", "min": "281.717", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "203.522", "max": "205.159", "min": "203.38", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "38.74", "max": "38.877", "min": "38.577", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "206.536", "max": "209.364", "min": "206.229", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "61.255", "max": "61.501", "min": "61.18", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "45.075", "max": "46.815", "min": "44.569", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "135.365", "max": "138.259", "min": "135.08", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "280.03", "max": "280.267", "min": "279.979", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "120.955", "max": "122.532", "min": "120.787", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "125.545", "max": "125.84", "min": "125.342", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "136.744", "max": "136.839", "min": "136.643", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "131.103", "max": "131.263", "min": "131.014", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "124.083", "max": "124.947", "min": "123.831", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "178.465", "max": "179.655", "min": "178.205", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "159.977", "max": "160.179", "min": "159.901", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "172.483", "max": "177.121", "min": "172.254", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "162.402", "max": "162.681", "min": "162.277", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "125.038", "max": "125.242", "min": "124.934", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "129.37", "max": "129.437", "min": "129.286", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "117.655", "max": "117.767", "min": "117.564", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "131.932", "max": "132.153", "min": "131.81", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "179.024", "max": "179.505", "min": "178.797", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "138.078", "max": "153.935", "min": "136.455", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "157.577", "max": "213.628", "min": "126.144", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "129.91", "max": "129.994", "min": "129.86", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "161.48", "max": "161.661", "min": "161.327", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "150.152", "max": "157.05", "min": "149.676", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "146.393", "max": "146.913", "min": "146.027", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "111.266", "max": "112.628", "min": "110.958", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "252.605", "max": "259.331", "min": "252.253", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "127.917", "max": "128.016", "min": "127.821", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "139.56", "max": "139.709", "min": "139.419", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "157.94", "max": "158.019", "min": "157.895", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "95.324", "max": "100.406", "min": "94.37", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "174.013", "max": "174.159", "min": "173.891", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "119.264", "max": "123.266", "min": "118.633", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "118.373", "max": "118.629", "min": "118.27", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "134.594", "max": "135.441", "min": "134.433", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "200.631", "max": "201.873", "min": "200.472", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "50.518", "max": "58.618", "min": "49.645", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "210.299", "max": "214.188", "min": "205.877", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "253.552", "max": "256.634", "min": "253.315", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "130.269", "max": "130.948", "min": "130.148", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "292.047", "max": "295.768", "min": "289.63", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "69.139", "max": "69.385", "min": "68.915", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "147.459", "max": "147.669", "min": "147.328", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "174.377", "max": "174.708", "min": "174.246", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "107.215", "max": "108.945", "min": "106.848", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "120.554", "max": "120.739", "min": "120.478", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "70.725", "max": "70.85", "min": "70.684", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "84.819", "max": "84.905", "min": "84.769", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "228.303", "max": "243.096", "min": "226.752", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "96.143", "max": "96.503", "min": "96.055", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "134.738", "max": "134.884", "min": "134.639", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "50.34", "max": "50.546", "min": "50.253", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "121.844", "max": "121.974", "min": "121.732", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "160.411", "max": "238.922", "min": "157.148", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.281", "max": "59.979", "min": "51.832", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "133.289", "max": "133.404", "min": "133.142", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "153.194", "max": "154.838", "min": "152.595", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "80.799", "max": "100.236", "min": "79.175", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "255.352", "max": "255.856", "min": "254.967", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "189.763", "max": "190.713", "min": "189.586", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "207.37", "max": "207.962", "min": "207.197", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "149.55", "max": "149.717", "min": "149.483", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "124.549", "max": "124.919", "min": "124.476", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "167.37", "max": "167.525", "min": "167.313", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "51.581", "max": "54.354", "min": "51.041", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "44.278", "max": "44.493", "min": "44.105", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "166.664", "max": "170.534", "min": "165.202", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "130.141", "max": "132.4", "min": "129.764", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "51.069", "max": "52.429", "min": "49.942", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "167.104", "max": "167.754", "min": "166.916", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "40.981", "max": "41.479", "min": "40.818", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "125.546", "max": "129.224", "min": "125.285", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "220.155", "max": "220.34", "min": "219.992", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "101.703", "max": "101.703", "min": "101.703", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "114.058", "max": "114.148", "min": "113.986", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "124.052", "max": "124.135", "min": "123.989", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "208.426", "max": "220.024", "min": "207.74", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "133.338", "max": "144.232", "min": "125.781", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "145.274", "max": "145.442", "min": "145.142", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "245.734", "max": "246.854", "min": "245.573", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "206.939", "max": "210.102", "min": "206.512", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "47.782", "max": "50.54", "min": "47.648", "id": "51", "country": "United States", "source_name": "San Antonio", "destination_name": "Lansing", "destination_id": "295" } } }, "52": { "name": "Montreal", "data": { "0": { "avg": "140.872", "max": "141.188", "min": "140.738", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "253.417", "max": "256.69", "min": "253.073", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "8.148", "max": "8.362", "min": "8.043", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "102.607", "max": "106.617", "min": "101.903", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "83.156", "max": "83.865", "min": "83.032", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "138.08", "max": "138.401", "min": "137.786", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "146.664", "max": "146.791", "min": "146.587", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.914", "max": "300.978", "min": "289.629", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "136.722", "max": "137", "min": "136.485", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "104.074", "max": "105.733", "min": "103.701", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "84.474", "max": "84.985", "min": "84.235", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "42.875", "max": "62.139", "min": "42.022", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "8.736", "max": "8.812", "min": "8.676", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "17.636", "max": "18.918", "min": "17.429", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "44.378", "max": "48.064", "min": "43.981", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "23.113", "max": "26.114", "min": "22.227", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "103.696", "max": "104.43", "min": "103.49", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "29.611", "max": "31.277", "min": "29.296", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "74.544", "max": "74.719", "min": "74.408", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "98.782", "max": "98.923", "min": "98.658", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "269.274", "max": "269.525", "min": "269.068", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "24.153", "max": "24.772", "min": "24.06", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "68.946", "max": "69.07", "min": "68.83", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "58.424", "max": "58.958", "min": "58.216", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "109.445", "max": "112.29", "min": "109.053", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "96.133", "max": "96.878", "min": "95.907", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "100.201", "max": "104.856", "min": "99.797", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "106.696", "max": "108.891", "min": "106.207", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "89.359", "max": "89.685", "min": "89.219", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "66.302", "max": "67.44", "min": "66.137", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "229.668", "max": "229.942", "min": "229.531", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "109", "max": "114.885", "min": "108.617", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "69.579", "max": "73.224", "min": "69.249", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "124.67", "max": "124.907", "min": "124.55", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "96.762", "max": "99.205", "min": "96.39", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "211.459", "max": "214.186", "min": "211.13", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "78.513", "max": "78.758", "min": "78.492", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "67.179", "max": "67.401", "min": "67.113", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "44.431", "max": "44.613", "min": "44.326", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "14.213", "max": "15.013", "min": "13.985", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "226.644", "max": "230.323", "min": "226.056", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "85.658", "max": "86.516", "min": "85.336", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "117.046", "max": "118.437", "min": "116.706", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "110.103", "max": "113.619", "min": "109.694", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "218.272", "max": "220.702", "min": "218.07", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "117.382", "max": "118.251", "min": "116.848", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "119.058", "max": "119.38", "min": "118.849", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "91.662", "max": "95.455", "min": "91.2", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "172.157", "max": "175.011", "min": "171.879", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "59.242", "max": "59.368", "min": "59.153", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "0.031", "max": "0.062", "min": "0.018", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "56.224", "max": "56.673", "min": "55.926", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "121.926", "max": "166.142", "min": "79.371", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "29.928", "max": "30.129", "min": "29.794", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "214.917", "max": "232.79", "min": "211.026", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "233.791", "max": "234.698", "min": "233.402", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "108.309", "max": "112.555", "min": "107.211", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "236.538", "max": "237.096", "min": "236.353", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "118.796", "max": "119.714", "min": "118.403", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "90.826", "max": "90.957", "min": "90.75", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "142.507", "max": "144.621", "min": "141.784", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "135.537", "max": "193.314", "min": "132.782", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "241.168", "max": "332.512", "min": "234.409", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "236.069", "max": "236.253", "min": "235.813", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "129.791", "max": "130.742", "min": "129.613", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "114.358", "max": "115.869", "min": "114.017", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "11.341", "max": "12.003", "min": "11.213", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "119.089", "max": "120.358", "min": "118.533", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "155.619", "max": "156.816", "min": "155.018", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "47.313", "max": "50.284", "min": "47.064", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "207.062", "max": "209.448", "min": "206.611", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "76.827", "max": "77.261", "min": "76.64", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "88.495", "max": "91.932", "min": "88.092", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "37.395", "max": "37.649", "min": "37.217", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "121.993", "max": "122.429", "min": "121.771", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "132.511", "max": "132.723", "min": "132.368", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "20.76", "max": "20.862", "min": "20.647", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "58.074", "max": "58.841", "min": "57.921", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "18.144", "max": "24.22", "min": "17.592", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "23.846", "max": "24.073", "min": "23.63", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "69.548", "max": "69.874", "min": "69.388", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "16", "max": "17.018", "min": "15.761", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "323.671", "max": "325.228", "min": "323.048", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "214.395", "max": "214.748", "min": "214.249", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "56.613", "max": "56.721", "min": "56.535", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "142.108", "max": "143.001", "min": "141.717", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "89.895", "max": "92.399", "min": "89.548", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "36.122", "max": "36.248", "min": "36.008", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "28.835", "max": "29.266", "min": "28.695", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "91.369", "max": "100.119", "min": "90.739", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.662", "max": "37.365", "min": "34.979", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "76.596", "max": "77.809", "min": "76.332", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "91.546", "max": "92.233", "min": "91.321", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "211.039", "max": "215.521", "min": "210.616", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "15.772", "max": "17.438", "min": "15.422", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "42.322", "max": "42.55", "min": "42.149", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "86.14", "max": "86.361", "min": "85.947", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "84.793", "max": "98.851", "min": "83.251", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "80.309", "max": "99.126", "min": "74.184", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "20.519", "max": "22.588", "min": "20.241", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "35.189", "max": "35.368", "min": "35.096", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "52.86", "max": "53.515", "min": "52.655", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "126.669", "max": "127.124", "min": "126.396", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "236.358", "max": "239.001", "min": "235.633", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "31.625", "max": "32.382", "min": "31.478", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "321.664", "max": "322.121", "min": "319.655", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "121.622", "max": "125.014", "min": "121.421", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "18.501", "max": "18.641", "min": "18.345", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "31.23", "max": "31.501", "min": "31.131", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "249.483", "max": "251.057", "min": "249.233", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "218.155", "max": "221.571", "min": "217.93", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "195.34", "max": "195.483", "min": "195.198", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "10.381", "max": "10.867", "min": "10.202", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "247.326", "max": "258.368", "min": "246.555", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "475.44", "max": "605.713", "min": "325.837", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "220.386", "max": "301.803", "min": "151.892", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "255.385", "max": "267.19", "min": "254.668", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "169.372", "max": "177.224", "min": "168.952", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "41.219", "max": "41.366", "min": "41.108", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "48.065", "max": "48.479", "min": "47.897", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.223", "max": "40.584", "min": "40.084", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "125.612", "max": "273.92", "min": "46.444", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "132.865", "max": "133.097", "min": "132.766", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "122.073", "max": "259.502", "min": "116.047", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "117.265", "max": "117.632", "min": "117.07", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "104.837", "max": "106.969", "min": "104.077", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "11.004", "max": "11.262", "min": "10.856", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "239.471", "max": "239.717", "min": "239.255", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "195.04", "max": "195.35", "min": "194.908", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "85.91", "max": "91.14", "min": "84.83", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "34.222", "max": "34.309", "min": "34.154", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "27.396", "max": "27.776", "min": "27.194", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "37.14", "max": "38.047", "min": "36.912", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "219.09", "max": "220.827", "min": "218.323", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "54.473", "max": "54.679", "min": "54.435", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "10.334", "max": "10.529", "min": "10.216", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "61.141", "max": "98.966", "min": "58.857", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.148", "max": "48.291", "min": "48.097", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "33.047", "max": "33.136", "min": "32.975", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "5.996", "max": "6.143", "min": "5.921", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "102.041", "max": "102.335", "min": "101.94", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "264.925", "max": "265.439", "min": "264.583", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "125.295", "max": "126.451", "min": "124.995", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "103.992", "max": "104.192", "min": "103.816", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "112.401", "max": "112.888", "min": "112.179", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "90.887", "max": "91.78", "min": "90.582", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "123.36", "max": "124.984", "min": "123.23", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "221.376", "max": "221.898", "min": "221.236", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "79.737", "max": "81.369", "min": "79.588", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "79.153", "max": "80.334", "min": "79.01", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "90.667", "max": "102.077", "min": "89.308", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "159.855", "max": "162.361", "min": "158.68", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "114.273", "max": "117.623", "min": "113.88", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "97.137", "max": "98.319", "min": "96.657", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "21.222", "max": "21.97", "min": "21.067", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "65.351", "max": "67.709", "min": "64.989", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "110.224", "max": "111.263", "min": "109.94", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "223.534", "max": "269.651", "min": "214.833", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "42.682", "max": "45.606", "min": "41.696", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "164.401", "max": "250.421", "min": "157.207", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "48.82", "max": "50.375", "min": "48.702", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "368.019", "max": "369.017", "min": "367.387", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "113.741", "max": "113.985", "min": "113.464", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "12.857", "max": "14.122", "min": "12.589", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "179.899", "max": "201.187", "min": "178.826", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "234.257", "max": "236.241", "min": "234.02", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "168.814", "max": "169.574", "min": "168.557", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.885", "max": "62.622", "min": "61.761", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "283.77", "max": "284.646", "min": "270.085", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "21.272", "max": "21.507", "min": "21.106", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "18.055", "max": "18.127", "min": "18.02", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "90.066", "max": "93.366", "min": "89.43", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "230.509", "max": "231.863", "min": "230.235", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "85.047", "max": "86.514", "min": "84.881", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "100.073", "max": "100.409", "min": "99.861", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "107.494", "max": "107.768", "min": "107.309", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "99.883", "max": "100.131", "min": "99.823", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "81.844", "max": "83.621", "min": "81.562", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "133.805", "max": "134.317", "min": "133.632", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "121.814", "max": "121.922", "min": "121.741", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "137.791", "max": "138.82", "min": "137.617", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "124.837", "max": "125.518", "min": "124.561", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "87.032", "max": "88.909", "min": "86.565", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "89.717", "max": "90.534", "min": "89.548", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.531", "max": "83.665", "min": "81.343", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "100.642", "max": "104.591", "min": "100.312", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "135.943", "max": "136.761", "min": "135.745", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "107.839", "max": "119.568", "min": "106.281", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "117.601", "max": "182.107", "min": "91.952", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "78.085", "max": "78.427", "min": "77.95", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "155.63", "max": "158.481", "min": "155.134", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "115.175", "max": "115.53", "min": "114.908", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "118.694", "max": "121.168", "min": "118.151", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "81.818", "max": "87.798", "min": "81.352", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "220.449", "max": "236.695", "min": "219.758", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "104.777", "max": "105.09", "min": "104.598", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "102.476", "max": "102.703", "min": "102.314", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "99.775", "max": "100.162", "min": "99.677", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "97.463", "max": "107.091", "min": "95.36", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "129.48", "max": "131.314", "min": "129.209", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "84.358", "max": "86.304", "min": "84.1", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "90.859", "max": "92.019", "min": "90.684", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "84.484", "max": "84.868", "min": "83.707", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "262.524", "max": "263.564", "min": "262.283", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "11.788", "max": "16.258", "min": "11.329", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "267.99", "max": "271.586", "min": "263.413", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "214.784", "max": "215.574", "min": "214.622", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "90.003", "max": "90.44", "min": "89.801", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "215.383", "max": "216.291", "min": "215.057", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "94.325", "max": "95.044", "min": "94.211", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "125.424", "max": "126.386", "min": "125.023", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "133.377", "max": "135.366", "min": "133.194", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "83.444", "max": "84.594", "min": "82.886", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "87.743", "max": "88.68", "min": "87.332", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "21.626", "max": "22.117", "min": "21.479", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "42.88", "max": "43.17", "min": "42.67", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "226.297", "max": "226.766", "min": "226.019", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "21.762", "max": "22.076", "min": "21.668", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "99.433", "max": "106.675", "min": "98.996", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "9.002", "max": "9.078", "min": "8.95", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "99.636", "max": "100.095", "min": "99.392", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "135.207", "max": "135.49", "min": "135.033", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "69.483", "max": "73.578", "min": "66.704", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "97.467", "max": "97.652", "min": "97.336", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "113.325", "max": "114.462", "min": "112.688", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "79.852", "max": "95.17", "min": "78.6", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "172.307", "max": "173.009", "min": "171.886", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "144.902", "max": "145.279", "min": "144.635", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "155.203", "max": "156.978", "min": "154.88", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "120.478", "max": "120.634", "min": "120.426", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "94.556", "max": "94.751", "min": "94.394", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "132.289", "max": "132.805", "min": "132.188", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "4.409", "max": "6.725", "min": "4.039", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "21.167", "max": "21.463", "min": "21.026", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "140.419", "max": "143.82", "min": "138.544", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "109.813", "max": "110.805", "min": "108.738", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "6.266", "max": "8.593", "min": "5.155", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "140.267", "max": "140.879", "min": "140.016", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "28.313", "max": "28.69", "min": "28.211", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "83.067", "max": "85.577", "min": "82.589", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "244.932", "max": "247.769", "min": "240.182", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "140.56", "max": "140.56", "min": "140.56", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "81.81", "max": "82.021", "min": "81.594", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "96.041", "max": "96.212", "min": "95.89", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "176.498", "max": "187.252", "min": "175.843", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "110.698", "max": "129.12", "min": "101.534", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "166.158", "max": "166.315", "min": "166.057", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "196.205", "max": "197.09", "min": "196.056", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "160.984", "max": "161.479", "min": "160.723", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.101", "max": "31.582", "min": "28.457", "id": "52", "country": "Canada", "source_name": "Montreal", "destination_name": "Lansing", "destination_id": "295" } } }, "53": { "name": "Vancouver", "data": { "0": { "avg": "151.266", "max": "151.612", "min": "150.966", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "177.863", "max": "178.302", "min": "177.566", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "51.098", "max": "51.398", "min": "50.869", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "169.448", "max": "187.461", "min": "168.396", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "143.479", "max": "145.66", "min": "143.24", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "120.572", "max": "122.329", "min": "120.201", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "149.635", "max": "150.025", "min": "149.377", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "186.352", "max": "192.934", "min": "185.325", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "192.608", "max": "192.812", "min": "192.375", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "158.84", "max": "168.624", "min": "158.231", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "138.852", "max": "139.71", "min": "138.52", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "62.445", "max": "63.945", "min": "62.061", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "62.952", "max": "63.13", "min": "62.814", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "74.752", "max": "75.703", "min": "74.537", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "78.138", "max": "78.719", "min": "77.837", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "69.069", "max": "70.351", "min": "68.333", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "166.974", "max": "167.367", "min": "166.623", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "59.83", "max": "60.026", "min": "59.665", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "167.16", "max": "167.488", "min": "166.88", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "166.068", "max": "167.501", "min": "165.842", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "182.398", "max": "190.197", "min": "181.805", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "51.606", "max": "52.14", "min": "51.352", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "26.523", "max": "27.174", "min": "26.231", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "4.472", "max": "6.898", "min": "4.14", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "171.529", "max": "173.491", "min": "171.152", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "161.682", "max": "162.089", "min": "161.423", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "159.868", "max": "163.452", "min": "159.427", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "154.853", "max": "155.624", "min": "154.386", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "163.431", "max": "164.511", "min": "163.069", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "22.579", "max": "23.256", "min": "22.272", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "189.743", "max": "189.985", "min": "189.578", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "169.301", "max": "170.558", "min": "169.027", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "81.997", "max": "84.56", "min": "81.697", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "189.13", "max": "189.364", "min": "188.923", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "156.971", "max": "158.242", "min": "156.634", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "237.478", "max": "239.267", "min": "237.094", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "29.923", "max": "30.192", "min": "29.735", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "38.323", "max": "39.593", "min": "38.047", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "47.439", "max": "47.812", "min": "47.291", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "75.063", "max": "77.297", "min": "74.536", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "285.166", "max": "289.953", "min": "284.437", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "144.502", "max": "147.485", "min": "143.787", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "180.28", "max": "183.828", "min": "179.856", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "168.58", "max": "169.233", "min": "168.255", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "301.836", "max": "302.234", "min": "301.569", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "179.44", "max": "180.243", "min": "178.939", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "187.692", "max": "188.163", "min": "187.407", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "177.243", "max": "181.269", "min": "169.631", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "219.893", "max": "225.652", "min": "217.913", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "59.888", "max": "60.122", "min": "59.631", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "56.176", "max": "56.515", "min": "55.793", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "0.033", "max": "0.046", "min": "0.026", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "161.3", "max": "250.7", "min": "142.276", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "45.195", "max": "45.533", "min": "45.009", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "289.036", "max": "297.354", "min": "286.061", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "204.347", "max": "206.039", "min": "204.055", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "182.305", "max": "184.462", "min": "180.974", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "177.363", "max": "178.952", "min": "177.029", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "169.315", "max": "170.195", "min": "168.983", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "150.619", "max": "151.001", "min": "150.4", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "198.243", "max": "199.935", "min": "197.553", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "195.126", "max": "241.004", "min": "191.806", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "185.944", "max": "287.785", "min": "175.554", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "242.688", "max": "243.125", "min": "242.477", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "187.712", "max": "188.375", "min": "187.35", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "192.724", "max": "193.002", "min": "192.561", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "77.942", "max": "78.312", "min": "77.647", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "180.274", "max": "193.637", "min": "179.436", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "196.447", "max": "197.67", "min": "195.779", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "33.602", "max": "33.891", "min": "33.388", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "166.295", "max": "168.128", "min": "165.899", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "36.883", "max": "37.356", "min": "36.616", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "131.76", "max": "142.238", "min": "131.053", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "68.518", "max": "70.994", "min": "68.305", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "184.34", "max": "185.255", "min": "183.995", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "148.869", "max": "149.284", "min": "148.69", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "80.704", "max": "81.219", "min": "80.389", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "41.712", "max": "43.625", "min": "41.386", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "62.832", "max": "72.719", "min": "62.201", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "51.602", "max": "56.404", "min": "51.068", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "7.901", "max": "9.013", "min": "7.551", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "75.527", "max": "76.602", "min": "75.127", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "194.453", "max": "194.76", "min": "194.158", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "257.609", "max": "258.491", "min": "257.368", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "75.95", "max": "76.627", "min": "75.595", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "203.708", "max": "204.554", "min": "203.269", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "143.079", "max": "143.626", "min": "142.686", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "70.615", "max": "70.928", "min": "70.386", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "50.629", "max": "51.335", "min": "50.355", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "143.508", "max": "151.339", "min": "142.35", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "61.277", "max": "64.59", "min": "60.442", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "28.065", "max": "28.679", "min": "27.791", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "164.561", "max": "164.89", "min": "164.282", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "131.728", "max": "131.865", "min": "131.539", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "69.851", "max": "72.024", "min": "69.363", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "74.673", "max": "75.905", "min": "74.269", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "122.128", "max": "123.068", "min": "121.737", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "106.724", "max": "124.467", "min": "105.296", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "24.769", "max": "30.663", "min": "24.341", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "55.737", "max": "61.524", "min": "55.168", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "78.846", "max": "79.082", "min": "78.621", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "19.565", "max": "23.368", "min": "19.194", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "201.494", "max": "202.354", "min": "201.207", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "183.004", "max": "185.924", "min": "182.319", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "57.608", "max": "57.861", "min": "57.314", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "165.918", "max": "166.682", "min": "165.69", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "154.474", "max": "167.793", "min": "153.637", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "64.657", "max": "64.954", "min": "64.412", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "75.348", "max": "76.468", "min": "75.139", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "266.435", "max": "269.151", "min": "266.071", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "184.937", "max": "185.817", "min": "184.659", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "156.88", "max": "157.248", "min": "156.644", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "72.058", "max": "72.376", "min": "71.81", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "267.955", "max": "334.099", "min": "265.254", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "513.154", "max": "631.93", "min": "337.425", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "317.169", "max": "404.443", "min": "222.774", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "327.919", "max": "336.824", "min": "327.04", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "98.817", "max": "102.238", "min": "98.344", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "53.857", "max": "55.016", "min": "53.557", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "75.356", "max": "75.895", "min": "74.96", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "35.893", "max": "38.385", "min": "35.458", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "147.474", "max": "299.652", "min": "68.234", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "176.121", "max": "176.516", "min": "175.914", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "183.316", "max": "203.474", "min": "182.025", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "176.465", "max": "176.818", "min": "176.183", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "162.87", "max": "163.904", "min": "162.298", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "73.29", "max": "73.738", "min": "72.98", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "298.354", "max": "299.032", "min": "298.067", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "244.691", "max": "246.181", "min": "244.385", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "27.572", "max": "29.496", "min": "27.257", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "70.509", "max": "70.891", "min": "70.32", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "69.247", "max": "69.506", "min": "69.034", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "55.479", "max": "55.735", "min": "55.198", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "187.434", "max": "188.805", "min": "186.579", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "56.738", "max": "57.073", "min": "56.456", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.911", "max": "75.418", "min": "73.497", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "40.355", "max": "69.42", "min": "37.929", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "54.745", "max": "55.1", "min": "54.558", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "52.659", "max": "52.986", "min": "52.428", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "78.525", "max": "78.902", "min": "78.221", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "173.928", "max": "174.402", "min": "173.612", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "245.398", "max": "246.528", "min": "244.814", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "186.044", "max": "186.736", "min": "185.788", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "152.965", "max": "153.344", "min": "152.519", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "74.813", "max": "83.756", "min": "73.846", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "154.75", "max": "164.579", "min": "154.093", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "182.137", "max": "187.109", "min": "181.531", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "264.292", "max": "264.715", "min": "264.048", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "143.824", "max": "144.376", "min": "143.559", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "145.768", "max": "153.38", "min": "145.039", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "149.631", "max": "160.261", "min": "147.968", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "123.454", "max": "123.978", "min": "123.274", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "175.807", "max": "177.545", "min": "175.483", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "160.588", "max": "177.675", "min": "159.043", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "73.46", "max": "73.76", "min": "73.293", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "12.25", "max": "18.393", "min": "11.737", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "182.215", "max": "184.106", "min": "181.721", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "164.436", "max": "215.87", "min": "157.047", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "31.094", "max": "31.354", "min": "30.931", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "208.465", "max": "302.898", "min": "201.61", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "102.85", "max": "103.34", "min": "102.679", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "443.823", "max": "444.563", "min": "443.412", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "179.145", "max": "179.396", "min": "178.7", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "64.666", "max": "64.943", "min": "64.407", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "257.139", "max": "257.416", "min": "256.866", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "322.729", "max": "322.91", "min": "322.403", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "233.627", "max": "233.953", "min": "233.318", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "80.931", "max": "81.814", "min": "80.605", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "167.355", "max": "167.868", "min": "167.025", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "72.602", "max": "73.705", "min": "72.253", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "60.515", "max": "60.714", "min": "60.265", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "157.925", "max": "158.937", "min": "157.519", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "284.419", "max": "289.525", "min": "283.85", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "147.534", "max": "147.913", "min": "147.332", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "165.23", "max": "165.662", "min": "164.997", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "173.022", "max": "174.879", "min": "172.773", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "164.507", "max": "164.669", "min": "164.29", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "141.288", "max": "141.872", "min": "140.854", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "211.855", "max": "215.318", "min": "211.365", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "187.001", "max": "187.144", "min": "186.879", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "203.578", "max": "204.813", "min": "203.252", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "193.709", "max": "194.695", "min": "193.376", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "150.238", "max": "151.554", "min": "149.731", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "146.667", "max": "151.571", "min": "146.35", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "156.942", "max": "157.291", "min": "156.662", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "163.128", "max": "163.687", "min": "162.885", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "200.345", "max": "200.872", "min": "200.107", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "170.363", "max": "175.161", "min": "169.511", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "189.739", "max": "229.066", "min": "159.572", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "128.155", "max": "128.841", "min": "127.741", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "205.225", "max": "206.881", "min": "204.793", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "184.325", "max": "189.52", "min": "183.57", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "176.432", "max": "176.991", "min": "175.939", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "147.294", "max": "148.16", "min": "146.894", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.72", "max": "224.715", "min": "222.249", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "161.969", "max": "162.346", "min": "161.727", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "163.466", "max": "163.744", "min": "163.238", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "165.656", "max": "165.884", "min": "165.419", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "180.358", "max": "190.325", "min": "167.634", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "201.151", "max": "201.507", "min": "200.843", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "151.374", "max": "157.37", "min": "150.738", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "157.454", "max": "158.004", "min": "157.235", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "165.001", "max": "165.523", "min": "164.428", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "179.279", "max": "188.507", "min": "178.337", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "70.481", "max": "78.617", "min": "69.607", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "190.964", "max": "196.554", "min": "185.51", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "256.525", "max": "260.773", "min": "256.183", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "137.971", "max": "138.836", "min": "137.708", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "288.131", "max": "288.446", "min": "287.853", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "41.815", "max": "42.036", "min": "41.536", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "165.416", "max": "168.163", "min": "164.988", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "205.084", "max": "205.824", "min": "204.738", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "145.865", "max": "147.304", "min": "145.446", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "151.067", "max": "151.827", "min": "150.693", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "76.327", "max": "77.198", "min": "76.112", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "70.291", "max": "71.032", "min": "70.07", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.741", "max": "255.186", "min": "254.499", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "100.626", "max": "103.579", "min": "100.1", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "167.641", "max": "167.924", "min": "167.446", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "66.079", "max": "66.356", "min": "65.839", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "165.387", "max": "166.101", "min": "165.117", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "190.279", "max": "191.311", "min": "190.07", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "85.319", "max": "88.814", "min": "82.775", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "172.512", "max": "172.953", "min": "172.173", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "172.357", "max": "173.9", "min": "171.302", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "117.218", "max": "128.739", "min": "115.75", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "299.83", "max": "301.084", "min": "299.468", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "86.486", "max": "86.902", "min": "86.23", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "229.338", "max": "235.812", "min": "228.498", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "189.199", "max": "189.413", "min": "188.991", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "154.136", "max": "154.431", "min": "153.926", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "190.128", "max": "190.51", "min": "189.821", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "62.259", "max": "65.77", "min": "61.626", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "77.825", "max": "78.043", "min": "77.612", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "202.571", "max": "208.949", "min": "201.184", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "146.149", "max": "147.345", "min": "145.07", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "64.414", "max": "65.535", "min": "63.387", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "191.991", "max": "195.167", "min": "191.488", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "45.823", "max": "46.087", "min": "45.618", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "175.598", "max": "180.49", "min": "174.812", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "188.666", "max": "190.621", "min": "180.099", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "143.083", "max": "143.083", "min": "143.083", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "141.496", "max": "143.704", "min": "141.112", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "159.388", "max": "162.185", "min": "159.09", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "238.161", "max": "238.546", "min": "237.871", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "166.4", "max": "173.75", "min": "158.274", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "174.549", "max": "174.926", "min": "174.293", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "273.022", "max": "275.567", "min": "272.592", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "227.929", "max": "229.155", "min": "227.449", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "71.672", "max": "72.243", "min": "71.456", "id": "53", "country": "Canada", "source_name": "Vancouver", "destination_name": "Lansing", "destination_id": "295" } } }, "55": { "name": "Kansas City", "data": { "0": { "avg": "131.068", "max": "138.256", "min": "129.595", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "231.061", "max": "231.531", "min": "230.848", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "37.057", "max": "40.697", "min": "36.843", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "136.277", "max": "138.22", "min": "135.916", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "105.152", "max": "106.764", "min": "104.909", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "138.978", "max": "139.184", "min": "138.808", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "106.533", "max": "106.644", "min": "106.399", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "268.886", "max": "279.118", "min": "267.545", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "151.33", "max": "152.448", "min": "151.093", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "124.215", "max": "126.071", "min": "123.939", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "100.69", "max": "101.012", "min": "100.501", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "13.042", "max": "13.934", "min": "12.916", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "32.543", "max": "32.63", "min": "32.499", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "32.65", "max": "33.048", "min": "32.417", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "41.581", "max": "41.889", "min": "41.37", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "43.134", "max": "43.903", "min": "42.981", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "118.974", "max": "121.264", "min": "118.634", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "41.995", "max": "58.08", "min": "36.132", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "89.371", "max": "89.717", "min": "89.125", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "126.636", "max": "127.03", "min": "126.415", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "247.652", "max": "247.781", "min": "247.518", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "14.36", "max": "14.516", "min": "14.269", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "35.574", "max": "35.867", "min": "35.414", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "42.386", "max": "56.501", "min": "41.583", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "127.439", "max": "127.633", "min": "127.244", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "110.838", "max": "110.967", "min": "110.742", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "120.574", "max": "124.658", "min": "120.184", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "123.429", "max": "128.131", "min": "122.977", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "119.137", "max": "119.255", "min": "118.961", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "35.717", "max": "36.202", "min": "35.549", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "206.272", "max": "206.452", "min": "206.093", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "128.511", "max": "128.693", "min": "128.328", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "72.65", "max": "82.909", "min": "72.197", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "146.608", "max": "146.713", "min": "146.489", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "123.681", "max": "125.819", "min": "123.424", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "195.778", "max": "197.756", "min": "195.526", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "45.015", "max": "45.094", "min": "44.983", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "40.772", "max": "40.992", "min": "40.575", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "28.793", "max": "28.978", "min": "28.669", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "44.878", "max": "54.757", "min": "44.353", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "243.564", "max": "248.364", "min": "242.954", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "105.354", "max": "106.682", "min": "105.064", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "139.251", "max": "139.376", "min": "139.168", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "131.266", "max": "132.174", "min": "131.133", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "236.343", "max": "236.601", "min": "236.24", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "133.294", "max": "134.173", "min": "133.082", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "128.035", "max": "128.257", "min": "127.911", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "114.423", "max": "116.56", "min": "112.236", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "188.118", "max": "190.436", "min": "186.433", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "19.569", "max": "19.627", "min": "19.511", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "29.934", "max": "30.108", "min": "29.786", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "45.242", "max": "45.436", "min": "45.08", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "137.305", "max": "151.314", "min": "123.23", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "0.028", "max": "0.049", "min": "0.018", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "247.041", "max": "254.014", "min": "243.957", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "218.678", "max": "219.029", "min": "218.414", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "127.295", "max": "131.128", "min": "126.035", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "203.387", "max": "203.537", "min": "203.241", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "143.852", "max": "145.384", "min": "143.395", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "111.895", "max": "112.017", "min": "111.712", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "159.417", "max": "162.476", "min": "158.947", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "171.169", "max": "222.518", "min": "159.789", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "219.459", "max": "236.216", "min": "217.291", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "213.273", "max": "213.485", "min": "213.158", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "156.733", "max": "159.732", "min": "151.798", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "139.546", "max": "139.769", "min": "139.4", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "34.862", "max": "37.706", "min": "34.565", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "150.946", "max": "151.222", "min": "150.521", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "139.725", "max": "141.486", "min": "139.057", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "31.369", "max": "31.647", "min": "31.287", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "191.901", "max": "193.242", "min": "191.499", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "42.782", "max": "43.121", "min": "42.528", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.022", "max": "84.764", "min": "83.756", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.153", "max": "34.519", "min": "32.876", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "136.21", "max": "136.78", "min": "136.04", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "101.222", "max": "101.475", "min": "101.053", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "45.724", "max": "45.847", "min": "45.592", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "53.732", "max": "54.034", "min": "53.563", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "28.954", "max": "29.999", "min": "28.679", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "19.341", "max": "19.638", "min": "19.153", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "38.768", "max": "39.111", "min": "38.62", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "45.594", "max": "46.271", "min": "45.324", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "199.734", "max": "199.939", "min": "199.555", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "251.927", "max": "252.344", "min": "251.804", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "21.014", "max": "21.145", "min": "20.925", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "180.521", "max": "181.97", "min": "180.173", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "106.878", "max": "107.48", "min": "106.56", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "40.211", "max": "40.399", "min": "40.106", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "6.162", "max": "6.338", "min": "6.024", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "106.994", "max": "113.66", "min": "106.64", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "30.298", "max": "32.265", "min": "29.537", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "48.447", "max": "48.816", "min": "48.233", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "116.476", "max": "116.699", "min": "116.293", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "175.133", "max": "175.702", "min": "174.952", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "25.686", "max": "25.864", "min": "25.613", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "38.147", "max": "38.355", "min": "37.988", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "88.291", "max": "88.783", "min": "88.044", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "72.287", "max": "77.895", "min": "71.503", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "37.074", "max": "37.452", "min": "36.863", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "15.55", "max": "17.382", "min": "15.285", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "29.736", "max": "29.863", "min": "29.679", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "65.933", "max": "66.733", "min": "65.71", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "136.867", "max": "137.097", "min": "136.633", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "210.601", "max": "216.72", "min": "209.472", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "26.764", "max": "27.242", "min": "26.594", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "300.102", "max": "301.133", "min": "299.249", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "102.599", "max": "102.927", "min": "102.534", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "48.315", "max": "50.631", "min": "44.597", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "38.32", "max": "38.383", "min": "38.21", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "228.647", "max": "228.975", "min": "228.551", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "192.24", "max": "194.344", "min": "192.017", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "162.782", "max": "163.254", "min": "162.569", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "32.729", "max": "32.826", "min": "32.632", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "263.798", "max": "266.462", "min": "263.447", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "470.499", "max": "585.3", "min": "290.57", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "252.294", "max": "354.299", "min": "149.155", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "256.755", "max": "263.982", "min": "256.02", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "133.15", "max": "133.565", "min": "132.936", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "7.66", "max": "7.814", "min": "7.497", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "38.7", "max": "40.241", "min": "38.321", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "31.643", "max": "31.844", "min": "31.489", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "161.143", "max": "306.067", "min": "71.082", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "151.263", "max": "152.835", "min": "151.13", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "136.104", "max": "180.429", "min": "132.675", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "138.493", "max": "138.626", "min": "138.369", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "135.552", "max": "137.008", "min": "135.05", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "30.778", "max": "30.946", "min": "30.647", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "257.727", "max": "260.617", "min": "257.244", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "202.154", "max": "203.139", "min": "201.843", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "72.022", "max": "72.874", "min": "71.843", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.07", "max": "25.315", "min": "24.972", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "28.774", "max": "29.009", "min": "28.648", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "37.543", "max": "37.711", "min": "37.433", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "216.16", "max": "217.09", "min": "215.48", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "37.986", "max": "38.113", "min": "37.899", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "36.015", "max": "36.28", "min": "35.916", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "52.874", "max": "66.397", "min": "51.089", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "22.417", "max": "22.505", "min": "22.347", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "8.969", "max": "9.055", "min": "8.93", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "31.774", "max": "31.928", "min": "31.624", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "135.524", "max": "136.092", "min": "135.375", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "242.749", "max": "246.138", "min": "242.326", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "143.105", "max": "143.586", "min": "142.988", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "122.092", "max": "122.481", "min": "121.809", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "85.191", "max": "90.839", "min": "84.766", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "107.009", "max": "108.064", "min": "106.683", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "140.286", "max": "146.825", "min": "139.768", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "237.965", "max": "238.091", "min": "237.857", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "97.991", "max": "98.309", "min": "97.846", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "98.363", "max": "98.588", "min": "98.215", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "114.79", "max": "122.585", "min": "113.312", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "139.075", "max": "139.198", "min": "138.915", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "136.758", "max": "137.693", "min": "136.502", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "120.204", "max": "135.988", "min": "118.237", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "40.911", "max": "41.072", "min": "40.823", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "49.714", "max": "50.767", "min": "49.482", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "136.028", "max": "138.121", "min": "135.619", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "185.579", "max": "222.075", "min": "178.383", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "33.163", "max": "33.313", "min": "33.049", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "179.001", "max": "252.64", "min": "170.051", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "63.273", "max": "63.585", "min": "63.064", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "345.955", "max": "346.222", "min": "345.747", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "131.896", "max": "132.562", "min": "131.521", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "36.145", "max": "36.28", "min": "36.06", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "207.814", "max": "207.975", "min": "207.699", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "252.439", "max": "252.923", "min": "252.32", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "185.726", "max": "185.905", "min": "185.542", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "38.085", "max": "38.397", "min": "37.928", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "207.176", "max": "215.075", "min": "183.096", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "41.045", "max": "41.238", "min": "40.917", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "23.775", "max": "23.812", "min": "23.711", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "118.77", "max": "122.518", "min": "118.46", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "247.534", "max": "247.742", "min": "247.435", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "103.47", "max": "106.104", "min": "103.213", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "124.768", "max": "125.27", "min": "124.52", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "130.794", "max": "131.144", "min": "130.584", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "122.522", "max": "122.684", "min": "122.279", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "99.865", "max": "100.334", "min": "99.622", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "171.681", "max": "171.916", "min": "171.494", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "144.211", "max": "144.33", "min": "144.139", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "153.892", "max": "154.195", "min": "153.744", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "159.764", "max": "160.016", "min": "159.64", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "109.266", "max": "114.519", "min": "108.799", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "105.576", "max": "105.75", "min": "105.448", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "117.979", "max": "118.06", "min": "117.915", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "126.887", "max": "127.075", "min": "126.695", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "152.058", "max": "152.873", "min": "151.685", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "130.701", "max": "141.031", "min": "129.274", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "137.14", "max": "192.574", "min": "110.165", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "95.223", "max": "95.569", "min": "95.055", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "155.804", "max": "156.376", "min": "155.605", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "133.319", "max": "133.655", "min": "132.987", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "166.773", "max": "167.281", "min": "166.524", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "110.062", "max": "111.039", "min": "109.786", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "223.701", "max": "224.004", "min": "223.463", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "138.362", "max": "139.487", "min": "138.212", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "135.791", "max": "136.208", "min": "135.466", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "134.128", "max": "134.382", "min": "133.861", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "120.519", "max": "129.049", "min": "116.341", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "158.27", "max": "158.531", "min": "158.118", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "113.714", "max": "121.121", "min": "113.043", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "115.001", "max": "116.172", "min": "114.8", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "103.619", "max": "104.172", "min": "103.18", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "192.632", "max": "202.066", "min": "190.612", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "33.695", "max": "41.792", "min": "32.949", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "218.117", "max": "221.272", "min": "212.983", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "267.023", "max": "267.138", "min": "266.909", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "108.038", "max": "108.497", "min": "107.832", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "263.849", "max": "264.981", "min": "263.593", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "53.79", "max": "56.205", "min": "53.436", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "143.591", "max": "144.199", "min": "143.275", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "174.394", "max": "174.744", "min": "174.217", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "100.358", "max": "102.177", "min": "99.93", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "108.379", "max": "109.762", "min": "108.093", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "65.442", "max": "65.668", "min": "65.364", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "92.723", "max": "92.866", "min": "92.583", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "225.666", "max": "226.02", "min": "225.383", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "47.21", "max": "47.745", "min": "47.087", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "119.89", "max": "120.112", "min": "119.689", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "27.815", "max": "27.86", "min": "27.769", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "126.068", "max": "126.262", "min": "125.933", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "168.003", "max": "475.125", "min": "157.247", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.911", "max": "60.499", "min": "52.582", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "114.341", "max": "114.661", "min": "114.101", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "134.804", "max": "136.224", "min": "133.922", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "81.712", "max": "98.079", "min": "79.787", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "246.185", "max": "252.988", "min": "244.008", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "136.016", "max": "136.177", "min": "135.839", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "178.483", "max": "178.898", "min": "178.195", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "149.967", "max": "150.083", "min": "149.9", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "124.777", "max": "124.88", "min": "124.688", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "161.057", "max": "161.246", "min": "160.93", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "47.405", "max": "49.274", "min": "46.991", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "48.846", "max": "49.075", "min": "48.732", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "159.229", "max": "176.927", "min": "156.331", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "132.188", "max": "133.444", "min": "131.21", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "34.427", "max": "35.621", "min": "33.305", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "162.746", "max": "163.382", "min": "162.549", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "6.038", "max": "6.166", "min": "5.951", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "104.047", "max": "107.578", "min": "103.399", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "194.47", "max": "194.75", "min": "194.313", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.467", "max": "113.467", "min": "113.467", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "103.937", "max": "104.057", "min": "103.756", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "114.689", "max": "114.807", "min": "114.593", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "191.226", "max": "201.083", "min": "190.412", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "119.668", "max": "131.86", "min": "112.842", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "131.275", "max": "131.451", "min": "131.116", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "252.609", "max": "254.247", "min": "252.233", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "233.399", "max": "233.897", "min": "233.119", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "19.354", "max": "21.654", "min": "19.089", "id": "55", "country": "United States", "source_name": "Kansas City", "destination_name": "Lansing", "destination_id": "295" } } }, "68": { "name": "Philadelphia", "data": { "0": { "avg": "159.804", "max": "159.99", "min": "159.615", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "331.52", "max": "334.043", "min": "331.174", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "17.942", "max": "24.769", "min": "17.534", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "99.466", "max": "105.564", "min": "98.585", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "73.939", "max": "74.293", "min": "73.749", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "164.619", "max": "167.159", "min": "164.428", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "87.406", "max": "99.968", "min": "86.841", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "378.433", "max": "380.984", "min": "377.946", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "119.978", "max": "120.835", "min": "119.829", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "101.059", "max": "104.526", "min": "100.559", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "69.953", "max": "77.326", "min": "69.497", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "41.359", "max": "41.567", "min": "41.234", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "4.332", "max": "7.907", "min": "4.07", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "9.31", "max": "17.563", "min": "8.858", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "29.832", "max": "29.993", "min": "29.684", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "8.151", "max": "8.557", "min": "7.942", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "101.153", "max": "102.922", "min": "100.776", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "16.439", "max": "20.236", "min": "16.212", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "79.102", "max": "80.43", "min": "78.923", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "96.878", "max": "97.996", "min": "96.718", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "361.97", "max": "362.084", "min": "361.881", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "24.167", "max": "34.824", "min": "23.363", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "72.963", "max": "73.124", "min": "72.815", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "76.642", "max": "78.238", "min": "76.412", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "109.034", "max": "109.897", "min": "108.823", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "91.033", "max": "91.474", "min": "90.947", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "95.112", "max": "96.442", "min": "94.862", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "120.372", "max": "121.298", "min": "120.222", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "85.866", "max": "87.126", "min": "85.707", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "71.81", "max": "73.796", "min": "71.525", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "261.666", "max": "264.152", "min": "261.389", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "100.327", "max": "100.535", "min": "100.193", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "67.429", "max": "72.377", "min": "67.018", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "126.621", "max": "126.723", "min": "126.516", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "92.944", "max": "93.233", "min": "92.786", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "247.69", "max": "250.25", "min": "247.379", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "65.756", "max": "66.638", "min": "65.61", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "52.673", "max": "52.93", "min": "52.595", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "32.733", "max": "32.951", "min": "32.549", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "8.741", "max": "9.742", "min": "8.456", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "212.466", "max": "216.03", "min": "211.953", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "80.059", "max": "86.826", "min": "79.206", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "110.039", "max": "110.369", "min": "109.906", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "104.661", "max": "105.744", "min": "104.421", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "209.105", "max": "216.325", "min": "208.734", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "105.22", "max": "106.258", "min": "104.858", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "112.815", "max": "112.987", "min": "112.7", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "86.389", "max": "86.651", "min": "86.273", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "161.241", "max": "162.275", "min": "160.997", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "37.554", "max": "39.628", "min": "37.402", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "11.287", "max": "12.012", "min": "11.196", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "78.112", "max": "81.491", "min": "77.769", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "125.668", "max": "159.737", "min": "75.69", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "34.676", "max": "35.387", "min": "34.522", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "245.016", "max": "254.437", "min": "241.609", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "271.677", "max": "272.75", "min": "271.46", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "89.635", "max": "91.718", "min": "88.729", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "223.434", "max": "225.069", "min": "223.267", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "138.969", "max": "140.12", "min": "138.674", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "79.698", "max": "80.778", "min": "79.563", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "139.398", "max": "139.983", "min": "138.96", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "127.424", "max": "192.046", "min": "124.087", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "280.739", "max": "302.624", "min": "279.2", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "249.252", "max": "255.98", "min": "248.856", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "121.315", "max": "122.581", "min": "121.14", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "116.706", "max": "116.884", "min": "116.622", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "0.028", "max": "0.051", "min": "0.023", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "119.734", "max": "122.486", "min": "119.209", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "134.233", "max": "139.754", "min": "133.073", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "46.74", "max": "47.587", "min": "46.569", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "231.032", "max": "242.319", "min": "230.44", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "63.551", "max": "66.789", "min": "63.131", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "72.001", "max": "72.536", "min": "71.839", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "25.89", "max": "26.22", "min": "25.779", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "115.585", "max": "116.68", "min": "115.408", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "81.856", "max": "85.784", "min": "81.521", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "11.212", "max": "11.374", "min": "11.061", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "72.975", "max": "73.129", "min": "72.876", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "18.672", "max": "18.992", "min": "18.522", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "19.121", "max": "19.759", "min": "18.971", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "79.731", "max": "80.265", "min": "79.57", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "19.77", "max": "20.222", "min": "19.598", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "229.556", "max": "230.19", "min": "229.385", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "231.601", "max": "231.862", "min": "231.428", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "68.484", "max": "69.394", "min": "68.33", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "162.348", "max": "163.3", "min": "162.005", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "79.068", "max": "81.069", "min": "78.766", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "27.146", "max": "27.578", "min": "27.011", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "29.611", "max": "30.237", "min": "29.392", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "75.209", "max": "79.207", "min": "74.918", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.363", "max": "35.752", "min": "31.515", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "73.279", "max": "73.677", "min": "73.068", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "80.649", "max": "80.778", "min": "80.554", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "197.762", "max": "198.283", "min": "197.568", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "12.568", "max": "14.257", "min": "12.363", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "30.333", "max": "30.656", "min": "30.16", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "76.325", "max": "76.523", "min": "76.153", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "62.504", "max": "110.404", "min": "59.993", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "77.641", "max": "77.974", "min": "77.493", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "20.757", "max": "22.967", "min": "20.393", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "33.235", "max": "33.663", "min": "33.124", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "75.24", "max": "75.856", "min": "75.04", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "129.69", "max": "131.938", "min": "129.454", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "233.198", "max": "240.679", "min": "232.554", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.349", "max": "28.748", "min": "28.206", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "402.405", "max": "455.149", "min": "343.219", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "92.362", "max": "94.247", "min": "92.175", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "10.544", "max": "10.746", "min": "10.363", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "22.471", "max": "33.436", "min": "21.616", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "215.861", "max": "222.321", "min": "214.598", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "217.846", "max": "240.944", "min": "216.929", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "194.241", "max": "194.627", "min": "194.11", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "3.213", "max": "4.533", "min": "3.052", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "205.675", "max": "220.381", "min": "204.655", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "444.357", "max": "562.646", "min": "276.813", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "220.084", "max": "303.644", "min": "136.262", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "252.305", "max": "255.235", "min": "251.619", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "167.06", "max": "167.286", "min": "166.933", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "41.507", "max": "53.239", "min": "40.365", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "36.593", "max": "37.401", "min": "36.325", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "47.159", "max": "48.746", "min": "46.937", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "104.784", "max": "249.813", "min": "26.035", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "130.295", "max": "130.743", "min": "130.119", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "112.683", "max": "116.405", "min": "112.155", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "110.314", "max": "113.268", "min": "110.117", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "103.593", "max": "104.543", "min": "102.936", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "5.058", "max": "5.425", "min": "4.945", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "295.33", "max": "298.205", "min": "294.842", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "205.517", "max": "208.048", "min": "205.254", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "105.91", "max": "110.176", "min": "105.612", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "24.675", "max": "36.157", "min": "23.999", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "29.588", "max": "31.163", "min": "29.323", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "36.943", "max": "38.128", "min": "36.768", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "209.916", "max": "212.942", "min": "209.029", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.006", "max": "49.115", "min": "48.932", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "9.816", "max": "10.899", "min": "9.665", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "54.288", "max": "72.314", "min": "52.1", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "47.272", "max": "47.735", "min": "47.128", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "29.745", "max": "29.865", "min": "29.665", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "7.138", "max": "18.952", "min": "6.225", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "104.744", "max": "104.975", "min": "104.613", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "251.586", "max": "253.304", "min": "251.238", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "118.395", "max": "121.892", "min": "118.068", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "108.849", "max": "115.976", "min": "108.493", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "114.861", "max": "117.714", "min": "114.457", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "80.392", "max": "80.985", "min": "80.244", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "115.6", "max": "142.353", "min": "114.53", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "297.872", "max": "298.242", "min": "297.747", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "70.332", "max": "71.597", "min": "70.175", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "71.989", "max": "72.264", "min": "71.884", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "85.706", "max": "98.513", "min": "84.765", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "184.347", "max": "187.911", "min": "184.111", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "114.834", "max": "117.283", "min": "114.515", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "85.337", "max": "85.837", "min": "85.139", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "13.26", "max": "13.399", "min": "13.156", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "87.037", "max": "87.642", "min": "86.837", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "113.182", "max": "113.991", "min": "113.001", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "233.745", "max": "281.76", "min": "225.152", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "46.545", "max": "46.78", "min": "46.467", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "165.272", "max": "255.932", "min": "157.973", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "38.124", "max": "38.88", "min": "37.976", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "284.541", "max": "288.984", "min": "284.319", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "111.832", "max": "112.747", "min": "111.673", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "3.757", "max": "5.708", "min": "3.518", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "173.912", "max": "174.226", "min": "173.714", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "230.99", "max": "231.778", "min": "230.843", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "170.231", "max": "171.613", "min": "170.024", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "52.291", "max": "52.487", "min": "52.147", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "227.182", "max": "228.279", "min": "226.911", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "12.169", "max": "12.322", "min": "12.091", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "18.107", "max": "18.292", "min": "18.044", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "86.683", "max": "90.509", "min": "86.345", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "263.001", "max": "263.188", "min": "262.899", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "79.576", "max": "80.488", "min": "79.439", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "87.528", "max": "88.146", "min": "87.335", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "103.469", "max": "106.732", "min": "103.224", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "92.567", "max": "92.671", "min": "92.479", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "75.195", "max": "82.273", "min": "74.646", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "128.346", "max": "129.16", "min": "128.068", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "118.442", "max": "119.331", "min": "118.328", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "128.917", "max": "137.632", "min": "128.185", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "118.051", "max": "125.07", "min": "117.441", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "84.523", "max": "96.98", "min": "83.821", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "85.008", "max": "85.229", "min": "84.893", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "76.567", "max": "76.725", "min": "76.451", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "105.032", "max": "112.605", "min": "104.29", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "128.347", "max": "132.842", "min": "127.958", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "102.821", "max": "122.363", "min": "100.414", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "110.292", "max": "140.439", "min": "96.317", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "71.356", "max": "86.479", "min": "70.713", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "123.908", "max": "124.469", "min": "123.653", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "109.902", "max": "136.738", "min": "108.291", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "116.9", "max": "117.35", "min": "116.591", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "76.075", "max": "83.955", "min": "75.277", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "291.959", "max": "295.343", "min": "291.434", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "92.065", "max": "92.967", "min": "91.862", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "97.669", "max": "98.146", "min": "97.507", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "98.218", "max": "98.712", "min": "98.127", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "92.422", "max": "100.944", "min": "90.44", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "128.458", "max": "131.644", "min": "128.106", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "77.821", "max": "93.17", "min": "76.848", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "77.505", "max": "80.605", "min": "77.12", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "76.758", "max": "79.626", "min": "76.491", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "232.807", "max": "250.439", "min": "231.224", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "6.582", "max": "22.032", "min": "5.524", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "239.092", "max": "239.254", "min": "238.927", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "271", "max": "271.139", "min": "270.848", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "81.858", "max": "82.536", "min": "81.729", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "212.46", "max": "233.518", "min": "209.451", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "79.523", "max": "79.903", "min": "79.312", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "104.253", "max": "106.45", "min": "103.995", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "138.627", "max": "138.895", "min": "138.45", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "73.939", "max": "75.428", "min": "73.582", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "79.216", "max": "79.678", "min": "79.04", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.268", "max": "27.961", "min": "27.167", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "34.689", "max": "36.187", "min": "34.562", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "246.686", "max": "247.378", "min": "246.493", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "9.284", "max": "9.422", "min": "9.18", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "92.756", "max": "92.998", "min": "92.645", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "9.601", "max": "16.945", "min": "9.253", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "97.675", "max": "97.952", "min": "97.564", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "140.369", "max": "142.403", "min": "140.161", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "43.481", "max": "53.819", "min": "40.069", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "93.65", "max": "93.786", "min": "93.541", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "104.613", "max": "119.492", "min": "103.333", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "72.846", "max": "86.398", "min": "71.155", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "208.379", "max": "212.629", "min": "207.717", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "233.936", "max": "234.145", "min": "233.788", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "164.091", "max": "164.722", "min": "163.91", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "116.782", "max": "125.912", "min": "116.24", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "82.584", "max": "94.789", "min": "81.44", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "127.47", "max": "127.965", "min": "127.327", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "15.347", "max": "21.382", "min": "14.698", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "13.527", "max": "13.847", "min": "13.401", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "134.86", "max": "141.022", "min": "132.09", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "92.415", "max": "96.481", "min": "91.891", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "15.399", "max": "17.21", "min": "14.388", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "135.42", "max": "140.767", "min": "134.984", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "37.397", "max": "37.647", "min": "37.217", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "81.88", "max": "82.513", "min": "81.745", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "244.619", "max": "246.068", "min": "240.084", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "103.043", "max": "106.1", "min": "99.987", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "80.85", "max": "80.987", "min": "80.762", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "91.984", "max": "92.274", "min": "91.871", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "165.456", "max": "166.718", "min": "165.181", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "89.026", "max": "100.807", "min": "81.175", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "109.502", "max": "109.671", "min": "109.408", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "188.236", "max": "193.879", "min": "187.339", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "154.419", "max": "154.853", "min": "154.207", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.362", "max": "31.31", "min": "29.154", "id": "68", "country": "United States", "source_name": "Philadelphia", "destination_name": "Lansing", "destination_id": "295" } } }, "71": { "name": "Denver", "data": { "0": { "avg": "131.827", "max": "132.012", "min": "131.71", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "231.154", "max": "232.239", "min": "230.842", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "33.995", "max": "34.243", "min": "33.88", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "148.298", "max": "154.875", "min": "147.647", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "116.903", "max": "119.398", "min": "116.64", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "147.495", "max": "147.963", "min": "147.296", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "123.8", "max": "123.974", "min": "123.675", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "268.863", "max": "284.404", "min": "267.172", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "165.986", "max": "166.227", "min": "165.859", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "146.645", "max": "152.424", "min": "146.289", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "121.449", "max": "122.369", "min": "121.179", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "25.083", "max": "34.931", "min": "24.199", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "45.371", "max": "45.522", "min": "45.265", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "47.377", "max": "47.671", "min": "47.226", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "55.51", "max": "56.082", "min": "55.293", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "41.726", "max": "42.909", "min": "41.079", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "132.929", "max": "133.216", "min": "132.717", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "34.149", "max": "36.711", "min": "33.912", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "121.931", "max": "122.08", "min": "121.743", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "139.432", "max": "139.694", "min": "139.336", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "247.677", "max": "247.809", "min": "247.554", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "26.368", "max": "26.518", "min": "26.24", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "29.019", "max": "29.65", "min": "28.863", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "32.927", "max": "35.455", "min": "32.729", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "169.051", "max": "171.726", "min": "168.806", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "140.174", "max": "143.328", "min": "139.917", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "134.609", "max": "136.667", "min": "134.344", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "158.925", "max": "159.204", "min": "158.85", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "128.046", "max": "129.11", "min": "127.912", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "27.661", "max": "28.174", "min": "27.483", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "227.797", "max": "228.242", "min": "227.674", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "144.314", "max": "144.608", "min": "144.209", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "44.184", "max": "45.414", "min": "43.975", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "156.075", "max": "156.143", "min": "156.013", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "132.534", "max": "133.056", "min": "132.342", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "209.39", "max": "211.416", "min": "209.083", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "34.406", "max": "34.952", "min": "34.307", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "28.691", "max": "28.854", "min": "28.525", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "23.713", "max": "24.064", "min": "23.594", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "51.621", "max": "53.9", "min": "51.191", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "252.049", "max": "254.358", "min": "251.738", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "119.466", "max": "121.549", "min": "119.161", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "154.709", "max": "154.966", "min": "154.604", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "151.565", "max": "155.696", "min": "151.282", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "271.376", "max": "271.659", "min": "271.093", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "155.334", "max": "156.026", "min": "154.974", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "144.478", "max": "146.788", "min": "144.237", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "141.726", "max": "146.287", "min": "136.771", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "188.449", "max": "189.284", "min": "188.243", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "42.427", "max": "42.592", "min": "42.317", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "47.18", "max": "47.39", "min": "47.093", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "33.745", "max": "34.142", "min": "33.458", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "182.327", "max": "192.628", "min": "175.014", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "31.41", "max": "31.491", "min": "31.335", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "244.198", "max": "253.527", "min": "241.048", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "233.126", "max": "233.31", "min": "232.929", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "128.734", "max": "132.289", "min": "128.218", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "179.368", "max": "179.831", "min": "179.284", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "154.582", "max": "157.377", "min": "154.129", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "130.35", "max": "130.471", "min": "130.239", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "180.099", "max": "180.822", "min": "179.478", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "177.892", "max": "236.289", "min": "173.079", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "224.699", "max": "349.72", "min": "210.965", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "207.972", "max": "209.976", "min": "207.623", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "171.02", "max": "172.276", "min": "170.864", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "158.148", "max": "158.231", "min": "158.063", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "46.709", "max": "46.907", "min": "46.581", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "148.071", "max": "162.234", "min": "147.049", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "163.558", "max": "165.112", "min": "162.618", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "0.034", "max": "0.089", "min": "0.021", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "183.46", "max": "184.892", "min": "183.09", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "32.094", "max": "32.699", "min": "31.794", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "94.209", "max": "97.184", "min": "93.832", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "41.295", "max": "43.936", "min": "41.068", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "146.723", "max": "147.274", "min": "146.522", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "116.284", "max": "116.482", "min": "116.165", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "47.445", "max": "47.589", "min": "47.326", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "41.359", "max": "42.53", "min": "41.205", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "38.3", "max": "43.822", "min": "37.925", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "32.694", "max": "39.745", "min": "32.216", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "35.383", "max": "35.696", "min": "35.211", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "67.549", "max": "69.317", "min": "67.225", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "199.946", "max": "200.303", "min": "199.814", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "247.47", "max": "247.648", "min": "247.304", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "66.099", "max": "66.204", "min": "66.027", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "179.318", "max": "180.126", "min": "179.028", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "115.857", "max": "117.211", "min": "115.538", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "52.676", "max": "52.803", "min": "52.565", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "19.662", "max": "22.088", "min": "19.339", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "120.745", "max": "126.21", "min": "120.114", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "31.344", "max": "34.379", "min": "30.729", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "49.669", "max": "50.402", "min": "49.47", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "119.836", "max": "119.978", "min": "119.756", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "151.179", "max": "152.183", "min": "150.951", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "36.493", "max": "37.569", "min": "36.363", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "55.31", "max": "55.503", "min": "55.158", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "99.17", "max": "100.073", "min": "98.932", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "78.452", "max": "96.026", "min": "76.762", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "30.443", "max": "30.599", "min": "30.346", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "28.038", "max": "30.357", "min": "27.693", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "36.93", "max": "37.018", "min": "36.876", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "57.824", "max": "58.219", "min": "57.625", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "183.289", "max": "183.696", "min": "183.112", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "188.311", "max": "191.21", "min": "187.681", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.274", "max": "29.833", "min": "28.017", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "300.861", "max": "306.308", "min": "300.062", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "112.46", "max": "116.978", "min": "111.993", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "55.308", "max": "57.052", "min": "55.129", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "50.123", "max": "58.107", "min": "49.578", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "296.424", "max": "296.886", "min": "296.246", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "189.946", "max": "192.511", "min": "189.7", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "152.536", "max": "153.224", "min": "152.329", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "43.481", "max": "43.677", "min": "43.357", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "247.075", "max": "263.077", "min": "246.31", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "486.48", "max": "594.048", "min": "299.976", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "262.104", "max": "358.464", "min": "179.978", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "272.516", "max": "279.742", "min": "271.751", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "123.952", "max": "125.638", "min": "123.676", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "19.956", "max": "20.109", "min": "19.84", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "41.767", "max": "42.578", "min": "41.453", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "2.27", "max": "2.905", "min": "2.073", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "157.127", "max": "313.454", "min": "81.405", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "155.045", "max": "156.83", "min": "154.891", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "169.29", "max": "307.9", "min": "160.888", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "159.472", "max": "159.642", "min": "159.386", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "148.912", "max": "150.358", "min": "148.328", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "37.112", "max": "37.749", "min": "36.947", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "319.049", "max": "319.405", "min": "318.808", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "249.158", "max": "250.292", "min": "248.822", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "61.591", "max": "64.802", "min": "61.343", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "37.951", "max": "39.325", "min": "37.686", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "33.443", "max": "34.075", "min": "33.319", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "39.641", "max": "41.585", "min": "39.434", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "164.556", "max": "165.956", "min": "163.867", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "32.551", "max": "34.09", "min": "32.368", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "47.369", "max": "47.576", "min": "47.2", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "12.292", "max": "25.508", "min": "10.854", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "36.352", "max": "38.504", "min": "36.175", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "21.281", "max": "24.733", "min": "21.051", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "43.689", "max": "43.881", "min": "43.556", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "143.619", "max": "147.118", "min": "143.252", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "253.853", "max": "254.229", "min": "253.45", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "160.277", "max": "160.806", "min": "160.156", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "140.026", "max": "140.223", "min": "139.88", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "76.683", "max": "96.913", "min": "75.654", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "129.074", "max": "131.044", "min": "128.599", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "152.063", "max": "168.05", "min": "150.495", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "259.599", "max": "260.074", "min": "259.467", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "110.175", "max": "111.003", "min": "110.013", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "111.431", "max": "112.485", "min": "111.321", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "128.061", "max": "148.179", "min": "125.172", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "170.493", "max": "173.178", "min": "170.302", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "138.069", "max": "142.171", "min": "137.716", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "126.076", "max": "127.566", "min": "125.726", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "57.09", "max": "58.073", "min": "56.955", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "43.726", "max": "44.396", "min": "43.585", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "156.407", "max": "158.001", "min": "156.065", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "195.345", "max": "240.881", "min": "187.458", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "48.559", "max": "48.663", "min": "48.468", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "185.024", "max": "284.66", "min": "178.368", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "76.666", "max": "76.836", "min": "76.535", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "343.588", "max": "343.864", "min": "343.246", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "159.639", "max": "160.918", "min": "159.503", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "44.936", "max": "45.486", "min": "44.793", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "218.474", "max": "218.63", "min": "218.334", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "273.025", "max": "273.256", "min": "272.905", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "200.653", "max": "200.895", "min": "200.512", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "45.928", "max": "46.109", "min": "45.814", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "166.139", "max": "166.326", "min": "166.013", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "50.413", "max": "50.652", "min": "50.293", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "35.551", "max": "35.714", "min": "35.42", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "129.646", "max": "131.941", "min": "129.358", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "278.109", "max": "278.264", "min": "277.975", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "119.349", "max": "121.855", "min": "119.106", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "128.189", "max": "129.155", "min": "127.962", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "144.124", "max": "148.352", "min": "143.763", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "135.632", "max": "136.426", "min": "135.513", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "113.659", "max": "114.068", "min": "113.447", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "163.22", "max": "164.405", "min": "163.019", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "163.653", "max": "163.801", "min": "163.516", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "179.016", "max": "179.64", "min": "178.858", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "159.629", "max": "160.837", "min": "159.309", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "122.838", "max": "124.938", "min": "122.587", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "125.705", "max": "126.211", "min": "125.612", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "123.42", "max": "123.573", "min": "123.321", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "140.565", "max": "140.73", "min": "140.424", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "175.855", "max": "179.555", "min": "175.485", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "143.416", "max": "187.479", "min": "141.067", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "144.178", "max": "214.016", "min": "119.685", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "106.805", "max": "107.057", "min": "106.711", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "171.335", "max": "171.737", "min": "171.176", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "158.771", "max": "159.489", "min": "158.629", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.845", "max": "154.368", "min": "153.476", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "124.504", "max": "131.345", "min": "123.797", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "215.948", "max": "216.689", "min": "215.781", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "130.674", "max": "133.372", "min": "130.482", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "135.302", "max": "136.128", "min": "135.119", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "143.355", "max": "143.881", "min": "143.215", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "160.574", "max": "171.038", "min": "144.178", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "171.567", "max": "172.7", "min": "171.294", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "123.484", "max": "137.86", "min": "122.833", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "122.54", "max": "123.16", "min": "122.336", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "121.448", "max": "121.93", "min": "121.224", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "187.208", "max": "197.401", "min": "186.287", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "46.942", "max": "53.295", "min": "45.89", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "199.328", "max": "202.454", "min": "194.063", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "238.038", "max": "239.414", "min": "237.895", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "127.351", "max": "127.66", "min": "127.272", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "265.33", "max": "265.64", "min": "265.098", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "56.867", "max": "57.389", "min": "56.688", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "143.986", "max": "144.277", "min": "143.805", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "182.17", "max": "183.165", "min": "182.005", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "111.685", "max": "112.763", "min": "111.25", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "119.886", "max": "120.756", "min": "119.74", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "39.548", "max": "39.698", "min": "39.482", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "60.193", "max": "60.424", "min": "60.098", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "227.582", "max": "313.624", "min": "224.358", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "50.762", "max": "50.878", "min": "50.709", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "134.502", "max": "134.662", "min": "134.382", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "40.914", "max": "41.044", "min": "40.837", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "140.104", "max": "143.876", "min": "139.832", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "192.857", "max": "569.77", "min": "179.696", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "61.137", "max": "64.446", "min": "58.02", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "141.339", "max": "141.506", "min": "141.207", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "146.702", "max": "147.35", "min": "146.165", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "96.616", "max": "109.24", "min": "94.572", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "234.449", "max": "235.023", "min": "234.175", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "198.173", "max": "198.497", "min": "198.023", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "217.973", "max": "219.263", "min": "217.739", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "155.053", "max": "155.198", "min": "154.957", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "116.766", "max": "116.946", "min": "116.678", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "180.075", "max": "181.457", "min": "179.956", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "45.954", "max": "48.754", "min": "45.506", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "52.526", "max": "53.213", "min": "52.367", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "170.053", "max": "171.722", "min": "169.008", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "127.889", "max": "133.492", "min": "127.367", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "56.132", "max": "57.548", "min": "55.228", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "170.315", "max": "171.953", "min": "170.114", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "53.655", "max": "54.14", "min": "53.516", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "125.572", "max": "127.861", "min": "125.293", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "186.497", "max": "186.795", "min": "186.383", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "135.571", "max": "145.262", "min": "125.88", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "116.181", "max": "116.292", "min": "116.105", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "128.759", "max": "129.59", "min": "128.637", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "204.922", "max": "205.988", "min": "204.683", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "133.379", "max": "144.401", "min": "127.676", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "153.62", "max": "153.863", "min": "153.538", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "255.17", "max": "257.102", "min": "254.873", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "195.67", "max": "196.922", "min": "195.374", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "30.796", "max": "31.105", "min": "30.67", "id": "71", "country": "United States", "source_name": "Denver", "destination_name": "Lansing", "destination_id": "295" } } }, "73": { "name": "San Diego", "data": { "0": { "avg": "132.886", "max": "135.556", "min": "132.532", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "198.497", "max": "199.209", "min": "198.181", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "64.642", "max": "65.494", "min": "64.456", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "162.839", "max": "168.271", "min": "161.96", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "144.505", "max": "145.396", "min": "144.079", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "117.501", "max": "118.138", "min": "117.254", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "148.703", "max": "149.198", "min": "148.493", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "235.792", "max": "238.83", "min": "235.019", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "181.077", "max": "181.779", "min": "180.773", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "165.022", "max": "166.417", "min": "164.708", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "136.457", "max": "136.913", "min": "136.232", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "33.78", "max": "34.978", "min": "33.445", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "65.867", "max": "67.464", "min": "65.534", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "66.327", "max": "66.874", "min": "65.908", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "61.223", "max": "62.13", "min": "60.963", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "63.313", "max": "63.985", "min": "62.82", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "155.464", "max": "155.858", "min": "155.155", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "48.495", "max": "50.064", "min": "48.221", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "151.765", "max": "152.193", "min": "151.389", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "163.751", "max": "165.063", "min": "163.48", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "215.233", "max": "215.679", "min": "215.01", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "55.701", "max": "56.302", "min": "55.493", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "16.284", "max": "17.286", "min": "15.984", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "35.881", "max": "37.252", "min": "35.559", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "162.975", "max": "163.433", "min": "162.657", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "155.054", "max": "157.585", "min": "154.665", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "159.483", "max": "160.786", "min": "159.142", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "169.378", "max": "169.828", "min": "169.112", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "143.582", "max": "144.472", "min": "143.352", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "12.281", "max": "12.77", "min": "11.978", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "180.443", "max": "182.776", "min": "180.124", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "170.059", "max": "170.585", "min": "169.784", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "61.294", "max": "61.868", "min": "61.026", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "180.912", "max": "181.706", "min": "180.637", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "160.831", "max": "163.172", "min": "160.176", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "183.128", "max": "184.094", "min": "182.808", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "3.536", "max": "3.869", "min": "3.401", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "11.236", "max": "12.028", "min": "10.935", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.415", "max": "37.708", "min": "33.807", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "64.828", "max": "73.921", "min": "64.116", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "271.878", "max": "275.111", "min": "271.152", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "147.323", "max": "152.046", "min": "146.583", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "168.037", "max": "168.327", "min": "167.907", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "167.236", "max": "170.245", "min": "166.873", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "267.15", "max": "269.487", "min": "266.831", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "163.045", "max": "163.853", "min": "162.5", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "174.258", "max": "174.831", "min": "173.958", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "117.829", "max": "118.485", "min": "117.577", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "191.402", "max": "191.921", "min": "191.117", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "36.229", "max": "36.59", "min": "35.998", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "76.939", "max": "77.585", "min": "76.657", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "37.053", "max": "38.015", "min": "36.657", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "160.813", "max": "251.732", "min": "154.256", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "42.793", "max": "43.315", "min": "42.493", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "224.376", "max": "231.575", "min": "220.871", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "201.456", "max": "202.252", "min": "201.077", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "155.262", "max": "157.03", "min": "154.394", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "166.814", "max": "167.432", "min": "166.567", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "170.576", "max": "171.157", "min": "170.224", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "139.894", "max": "142.366", "min": "139.571", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "195.045", "max": "200.085", "min": "194.328", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "192.983", "max": "237.925", "min": "189.629", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "205.72", "max": "248.001", "min": "200.372", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "191.284", "max": "194.337", "min": "190.724", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "184.291", "max": "185.301", "min": "184.042", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "177.406", "max": "182.934", "min": "176.984", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "63.463", "max": "66.3", "min": "63.157", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "177.642", "max": "178.031", "min": "177.16", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "185.254", "max": "187.372", "min": "184.335", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "32.244", "max": "33.779", "min": "31.829", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "156.952", "max": "157.85", "min": "156.582", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "0.022", "max": "0.048", "min": "0.018", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "102.225", "max": "102.863", "min": "101.982", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "54.487", "max": "54.767", "min": "54.246", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "175.64", "max": "176.391", "min": "175.277", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "148.856", "max": "149.391", "min": "148.604", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "52.855", "max": "55.731", "min": "52.495", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "11.174", "max": "11.856", "min": "10.902", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "64.361", "max": "67.107", "min": "63.991", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "58.867", "max": "60.038", "min": "58.562", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "31.942", "max": "32.342", "min": "31.696", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "79.633", "max": "80.869", "min": "79.249", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "209.166", "max": "210.058", "min": "208.783", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "238.686", "max": "239.409", "min": "238.383", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "25.052", "max": "25.553", "min": "24.79", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "196.458", "max": "197.533", "min": "195.916", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "146.935", "max": "147.489", "min": "146.54", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "58.497", "max": "59.054", "min": "58.11", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "48.837", "max": "49.411", "min": "48.6", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "133.741", "max": "140.457", "min": "133.029", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "54.457", "max": "56.241", "min": "53.717", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "18.881", "max": "21.657", "min": "18.495", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "135.871", "max": "136.256", "min": "135.625", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "144.471", "max": "144.932", "min": "144.203", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "66.317", "max": "68.009", "min": "65.977", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "60.942", "max": "61.353", "min": "60.544", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "105.918", "max": "107.722", "min": "105.484", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "114.576", "max": "140.127", "min": "112.922", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "15.675", "max": "16.741", "min": "15.351", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "57.749", "max": "58.925", "min": "57.211", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "67.564", "max": "69.452", "min": "67.246", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "77.156", "max": "78.323", "min": "76.814", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "185.638", "max": "186.171", "min": "185.405", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "185.306", "max": "188.555", "min": "184.649", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "52.592", "max": "53.844", "min": "52.19", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "267.832", "max": "268.516", "min": "267.025", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "138.072", "max": "140.169", "min": "137.694", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "67.01", "max": "68.718", "min": "66.749", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "64.136", "max": "64.554", "min": "63.851", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "257.202", "max": "259.26", "min": "256.744", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "155.031", "max": "155.447", "min": "154.803", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "135.315", "max": "135.87", "min": "135.12", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "64.535", "max": "67.108", "min": "64.143", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "268.297", "max": "270.782", "min": "267.856", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "495.66", "max": "605.602", "min": "311.059", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "285.932", "max": "380.802", "min": "202.267", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "312.991", "max": "313.581", "min": "312.48", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "168.191", "max": "168.543", "min": "167.932", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "46.218", "max": "48.237", "min": "45.826", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "65.423", "max": "65.797", "min": "65.144", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "35.493", "max": "36.022", "min": "35.253", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "134.938", "max": "284.4", "min": "54.969", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "162.127", "max": "162.967", "min": "161.877", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "171.993", "max": "232.499", "min": "168.523", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "172.962", "max": "173.387", "min": "172.729", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "171.121", "max": "172.741", "min": "170.526", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "64.528", "max": "65.036", "min": "64.243", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "302.208", "max": "302.674", "min": "301.82", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "247.015", "max": "247.316", "min": "246.75", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "65.037", "max": "65.439", "min": "64.759", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "66.511", "max": "67.169", "min": "66.162", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "61.563", "max": "61.924", "min": "61.335", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "76.124", "max": "77.367", "min": "75.77", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "152.441", "max": "153.753", "min": "151.736", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "46.103", "max": "47.326", "min": "45.864", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "71.417", "max": "71.917", "min": "71.136", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "48.039", "max": "61.65", "min": "46.649", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "60.967", "max": "61.593", "min": "60.66", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "50.373", "max": "50.788", "min": "50.115", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.077", "max": "68.564", "min": "67.799", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "167.179", "max": "167.548", "min": "166.907", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "248.102", "max": "249.914", "min": "247.502", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "169.632", "max": "170.217", "min": "169.303", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "157.246", "max": "157.793", "min": "156.907", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "53.385", "max": "58.897", "min": "52.926", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "143.227", "max": "145.982", "min": "142.834", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "184.108", "max": "191.476", "min": "183.579", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "240.747", "max": "241.082", "min": "240.473", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "139.527", "max": "140.135", "min": "139.283", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "139.497", "max": "140.017", "min": "139.255", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "143.957", "max": "165.377", "min": "141.842", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "125.824", "max": "126.563", "min": "125.519", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "167.279", "max": "168.744", "min": "166.89", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "148.698", "max": "181.104", "min": "147.296", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "60.591", "max": "62.633", "min": "60.227", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "45.222", "max": "45.925", "min": "44.879", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "174.344", "max": "175.33", "min": "174.05", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "177.603", "max": "217.004", "min": "170.499", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "74.654", "max": "75.162", "min": "74.393", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "195.394", "max": "285.588", "min": "188.258", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "92.264", "max": "93.081", "min": "91.969", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "313.571", "max": "313.967", "min": "313.143", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "168.475", "max": "169.639", "min": "168.123", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "65.469", "max": "68.134", "min": "65.154", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "242.934", "max": "243.502", "min": "242.665", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "302.325", "max": "305.313", "min": "301.987", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "220.381", "max": "220.787", "min": "220.146", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "49.114", "max": "49.625", "min": "48.835", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "168.12", "max": "169.614", "min": "167.888", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.934", "max": "74.601", "min": "73.71", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "65.506", "max": "65.958", "min": "65.284", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "157.458", "max": "159.018", "min": "157.046", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "275.795", "max": "276.459", "min": "275.485", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "139.71", "max": "141.016", "min": "139.468", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "150.287", "max": "155.372", "min": "149.811", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "165.682", "max": "166.319", "min": "165.409", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "159.475", "max": "159.846", "min": "159.201", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "143.886", "max": "145.11", "min": "143.425", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "191.967", "max": "192.418", "min": "191.76", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "179.283", "max": "179.854", "min": "179.032", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "196.6", "max": "197.924", "min": "196.155", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "186.911", "max": "189.58", "min": "186.352", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "144.931", "max": "148.952", "min": "144.54", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "145.046", "max": "146.989", "min": "144.616", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "144.04", "max": "144.332", "min": "143.838", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "159.313", "max": "160.669", "min": "158.976", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "190.446", "max": "192.973", "min": "190.101", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "167.997", "max": "178.245", "min": "166.498", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "173.693", "max": "264.24", "min": "144.538", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "130.902", "max": "132.703", "min": "130.527", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "188.683", "max": "190.159", "min": "188.286", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "166.517", "max": "167.144", "min": "166.217", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "177.11", "max": "177.933", "min": "176.56", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "137.505", "max": "140.582", "min": "136.982", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "200.52", "max": "218.294", "min": "199.669", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "155.132", "max": "156.067", "min": "154.804", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "161.985", "max": "162.29", "min": "161.747", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "170.119", "max": "170.82", "min": "169.852", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "123.531", "max": "131.203", "min": "121.684", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "191.939", "max": "192.413", "min": "191.653", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "145.877", "max": "150.643", "min": "145.482", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "146.028", "max": "146.61", "min": "145.681", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "142.877", "max": "146.834", "min": "140.898", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "172.367", "max": "174.123", "min": "172.046", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "68.945", "max": "76.807", "min": "67.627", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "170.033", "max": "172.894", "min": "164.078", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "216.092", "max": "220.798", "min": "215.667", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "146.124", "max": "146.884", "min": "145.872", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "284.164", "max": "284.692", "min": "283.872", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "29.589", "max": "30.265", "min": "29.204", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "171.164", "max": "171.69", "min": "170.845", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "205.731", "max": "206.662", "min": "205.389", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "142.682", "max": "144.394", "min": "142.155", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "137.728", "max": "139.43", "min": "137.136", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "70.989", "max": "71.812", "min": "70.699", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "60.561", "max": "61.265", "min": "60.349", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "183.523", "max": "268.76", "min": "180.215", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.358", "max": "80.796", "min": "80.155", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "158.719", "max": "159.306", "min": "158.452", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "70.936", "max": "71.413", "min": "70.698", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "164.754", "max": "165.118", "min": "164.54", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "182.636", "max": "328.946", "min": "176.241", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "69.602", "max": "73.066", "min": "67.046", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "164.275", "max": "164.707", "min": "163.989", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "171.374", "max": "173.319", "min": "170.698", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "104.795", "max": "108.485", "min": "103.658", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "280.105", "max": "280.714", "min": "279.793", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "101.217", "max": "101.478", "min": "100.92", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "221.263", "max": "222.115", "min": "220.941", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "179.396", "max": "180.053", "min": "179.173", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "139.837", "max": "140.253", "min": "139.569", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "180.819", "max": "181.194", "min": "180.57", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "77.123", "max": "80.926", "min": "76.56", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "70.376", "max": "70.986", "min": "70.034", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "191.472", "max": "194.14", "min": "190.086", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "138.634", "max": "141.779", "min": "137.819", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "77.099", "max": "78.475", "min": "75.909", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "199.8", "max": "200.378", "min": "199.464", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "53.46", "max": "53.962", "min": "53.167", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "154.839", "max": "158.354", "min": "154.451", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.738", "max": "178.493", "min": "173.026", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "131.083", "max": "131.083", "min": "131.083", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "132.276", "max": "132.802", "min": "132.024", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "147.11", "max": "149.869", "min": "146.649", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "231.873", "max": "232.749", "min": "231.52", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.935", "max": "174.187", "min": "148.054", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "180.059", "max": "219.179", "min": "178.427", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "241.363", "max": "247.263", "min": "240.681", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "210.828", "max": "211.57", "min": "210.397", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "73.487", "max": "73.748", "min": "73.309", "id": "73", "country": "United States", "source_name": "San Diego", "destination_name": "Lansing", "destination_id": "295" } } }, "75": { "name": "Jacksonville", "data": { "0": { "avg": "87.903", "max": "88.025", "min": "87.791", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "206.627", "max": "213.121", "min": "206.221", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "31.538", "max": "31.709", "min": "31.437", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "119.581", "max": "125.89", "min": "119.032", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "99.012", "max": "99.311", "min": "98.836", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "170.3", "max": "170.739", "min": "170.162", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "99.068", "max": "99.234", "min": "98.963", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "214.017", "max": "220.008", "min": "213.378", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "150.487", "max": "151.226", "min": "150.373", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "122.739", "max": "123.095", "min": "122.527", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "95.595", "max": "95.995", "min": "95.401", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "31.872", "max": "32.788", "min": "31.762", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "29.2", "max": "29.255", "min": "29.141", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "29.306", "max": "29.58", "min": "29.169", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "20.526", "max": "20.642", "min": "20.459", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "19.013", "max": "19.159", "min": "18.152", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "113.758", "max": "114.014", "min": "113.604", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "7.786", "max": "8.372", "min": "7.608", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "113.273", "max": "113.52", "min": "113.151", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "119.534", "max": "119.816", "min": "119.454", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "210.191", "max": "210.324", "min": "210.109", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "45.043", "max": "45.084", "min": "44.987", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "64.054", "max": "64.885", "min": "63.912", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "65.322", "max": "65.531", "min": "65.257", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "125.268", "max": "125.718", "min": "125.013", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "118.372", "max": "118.597", "min": "118.311", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "120.921", "max": "121.763", "min": "120.772", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "121.295", "max": "122.26", "min": "120.952", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "106.275", "max": "106.393", "min": "106.16", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "66.933", "max": "67.921", "min": "66.688", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "122.766", "max": "123.244", "min": "122.66", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "148.186", "max": "148.844", "min": "148.053", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "121.207", "max": "122.036", "min": "120.966", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "229.894", "max": "230.797", "min": "229.712", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "57.28", "max": "57.402", "min": "57.238", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "51.63", "max": "51.739", "min": "51.468", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "19.753", "max": "20.038", "min": "19.629", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "21.361", "max": "23.875", "min": "20.969", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "232.526", "max": "233.418", "min": "232.25", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "101.809", "max": "105.396", "min": "101.158", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "132.025", "max": "132.156", "min": "131.945", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "123.409", "max": "124.485", "min": "123.211", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "258.331", "max": "258.403", "min": "258.27", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "126.542", "max": "127.236", "min": "126.168", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "147.138", "max": "147.349", "min": "146.986", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "67.422", "max": "67.546", "min": "67.33", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "147.201", "max": "147.562", "min": "147.043", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "39.207", "max": "39.295", "min": "39.134", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "37.469", "max": "37.768", "min": "37.282", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "68.523", "max": "68.662", "min": "68.263", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "152.794", "max": "165.979", "min": "139.275", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "33.092", "max": "33.459", "min": "32.874", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "262.404", "max": "269.927", "min": "259.487", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "257.523", "max": "258.849", "min": "257.275", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "122.004", "max": "127.155", "min": "121.252", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "207.966", "max": "208.363", "min": "207.854", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "131.469", "max": "133.018", "min": "131.198", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "105.079", "max": "105.205", "min": "104.989", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "151.887", "max": "152.575", "min": "151.461", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "153.009", "max": "208.839", "min": "148.586", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "237.401", "max": "250.046", "min": "235.998", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "269.988", "max": "270.111", "min": "269.892", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "142.286", "max": "142.382", "min": "142.143", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "143.397", "max": "144.24", "min": "143.337", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "25.905", "max": "26.274", "min": "25.791", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "136.018", "max": "149.798", "min": "135.087", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "141.875", "max": "143.846", "min": "141.2", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "41.316", "max": "42.559", "min": "41.1", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "210.896", "max": "211.693", "min": "210.787", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "54.426", "max": "55.067", "min": "54.154", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "59.614", "max": "63.926", "min": "59.08", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "0.027", "max": "0.039", "min": "0.022", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "143.816", "max": "144.457", "min": "143.609", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "97.711", "max": "98.023", "min": "97.589", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "12.269", "max": "12.376", "min": "12.167", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "64.355", "max": "65.61", "min": "64.173", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "22.19", "max": "27.349", "min": "21.753", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "26.714", "max": "26.958", "min": "26.568", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "65.899", "max": "66.392", "min": "65.661", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "43.62", "max": "43.962", "min": "43.373", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "264.178", "max": "264.756", "min": "263.879", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "235.763", "max": "236.345", "min": "235.566", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "65.15", "max": "65.265", "min": "65.066", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "157.954", "max": "158.963", "min": "157.492", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "101.76", "max": "109.829", "min": "101.151", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "12.448", "max": "12.621", "min": "12.369", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "33.532", "max": "33.783", "min": "33.391", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "96.484", "max": "97.571", "min": "96.345", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "41.949", "max": "43.36", "min": "41.36", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "65.183", "max": "65.758", "min": "65.041", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "122.791", "max": "122.89", "min": "122.748", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "214.575", "max": "215.133", "min": "214.346", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "30.555", "max": "31.519", "min": "30.333", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "15.47", "max": "18.182", "min": "14.944", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "63.183", "max": "68.415", "min": "62.398", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "53.073", "max": "57.223", "min": "52.234", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "69.83", "max": "69.953", "min": "69.74", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "31.939", "max": "33.937", "min": "31.789", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "50.751", "max": "50.836", "min": "50.666", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "82.565", "max": "82.744", "min": "82.398", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "154.496", "max": "157.391", "min": "154.294", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.852", "max": "233.963", "min": "227.826", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "38.632", "max": "39.18", "min": "38.509", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "193.933", "max": "194.165", "min": "193.613", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "97.368", "max": "102.453", "min": "95.877", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "28.418", "max": "28.624", "min": "28.244", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "22.351", "max": "22.51", "min": "22.251", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "218.538", "max": "218.694", "min": "218.433", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.792", "max": "258.958", "min": "258.61", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "197.637", "max": "197.764", "min": "197.558", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "26.456", "max": "26.558", "min": "26.401", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "222.199", "max": "266.829", "min": "220.153", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "465.406", "max": "583.316", "min": "301.876", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "257.689", "max": "366.143", "min": "156.748", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "263.959", "max": "271.589", "min": "263.266", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "162.209", "max": "165.379", "min": "161.961", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "33.372", "max": "33.595", "min": "33.252", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "22.833", "max": "23.743", "min": "22.586", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "42.913", "max": "44.057", "min": "42.655", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "100.282", "max": "244.368", "min": "14.771", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "122.276", "max": "122.872", "min": "122.162", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.12", "max": "133.345", "min": "133.056", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "131.938", "max": "132.83", "min": "131.462", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "26.518", "max": "27.24", "min": "24.569", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "263.751", "max": "266.524", "min": "263.391", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "202.737", "max": "204.857", "min": "202.476", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "116.481", "max": "117.986", "min": "116.308", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "38.037", "max": "38.197", "min": "37.932", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "29.593", "max": "29.76", "min": "29.446", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "30.645", "max": "32.612", "min": "30.401", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "194.007", "max": "195.681", "min": "193.262", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "39.652", "max": "40.268", "min": "39.549", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "33.883", "max": "34.112", "min": "33.759", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "50.092", "max": "63.105", "min": "48.305", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "36.097", "max": "36.303", "min": "35.991", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "42.521", "max": "42.725", "min": "42.377", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "29.712", "max": "29.863", "min": "29.6", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "118.13", "max": "118.323", "min": "118.023", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "255.883", "max": "256.402", "min": "255.26", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "136.332", "max": "136.482", "min": "136.244", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "121.9", "max": "122.147", "min": "121.729", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.256", "max": "123.775", "min": "115.218", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "105.786", "max": "106.672", "min": "105.447", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "129.663", "max": "129.931", "min": "129.575", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "302.152", "max": "302.474", "min": "302.048", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "91.741", "max": "94.693", "min": "91.525", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "97.379", "max": "97.41", "min": "97.317", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "110.412", "max": "123.855", "min": "108.42", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "190.523", "max": "190.683", "min": "190.478", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "129.002", "max": "129.681", "min": "128.902", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "112.452", "max": "158.949", "min": "110.477", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "22.379", "max": "22.477", "min": "22.28", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "69.082", "max": "69.336", "min": "68.795", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "138.526", "max": "139.729", "min": "138.275", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "229.709", "max": "277.633", "min": "220.689", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "58.155", "max": "58.645", "min": "57.929", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "53.652", "max": "53.905", "min": "53.565", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "472.279", "max": "472.637", "min": "471.621", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "137.368", "max": "137.625", "min": "137.211", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "23.747", "max": "23.994", "min": "23.6", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "210.868", "max": "211.03", "min": "210.727", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "252.211", "max": "252.289", "min": "252.075", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "190.733", "max": "190.797", "min": "190.631", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "48.769", "max": "49.06", "min": "48.653", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "262.367", "max": "264.339", "min": "261.773", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "37.97", "max": "38.116", "min": "37.786", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "32.342", "max": "32.607", "min": "32.262", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "106.313", "max": "109.842", "min": "105.968", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "307.696", "max": "339.719", "min": "290.17", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "100.77", "max": "101.516", "min": "100.688", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "114.204", "max": "114.932", "min": "113.984", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "122.137", "max": "133.416", "min": "121.581", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "113.478", "max": "113.65", "min": "113.411", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "95.566", "max": "96.069", "min": "95.379", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "158.669", "max": "159.938", "min": "158.459", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "137.36", "max": "137.424", "min": "137.298", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "160.243", "max": "162.744", "min": "160.027", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "135.482", "max": "135.981", "min": "135.324", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "99.998", "max": "101.64", "min": "99.633", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "113.955", "max": "114.092", "min": "113.902", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "101.563", "max": "101.622", "min": "101.462", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "126.713", "max": "126.919", "min": "126.603", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "152.984", "max": "153.304", "min": "152.776", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "126.64", "max": "146.182", "min": "124.605", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "152.499", "max": "211.976", "min": "119.165", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "94.104", "max": "94.464", "min": "93.971", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "161.628", "max": "162.093", "min": "161.432", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "130.17", "max": "130.446", "min": "130.029", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "139.246", "max": "139.745", "min": "138.916", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "95.362", "max": "101.156", "min": "94.702", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "251.538", "max": "251.852", "min": "251.424", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "115.939", "max": "116.056", "min": "115.857", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "117.513", "max": "117.608", "min": "117.457", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "111.34", "max": "120.493", "min": "99.158", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "148.071", "max": "148.224", "min": "147.914", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "102.324", "max": "103.669", "min": "102.107", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "105.732", "max": "106.226", "min": "105.548", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "97.109", "max": "97.195", "min": "97.026", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "222.903", "max": "235.241", "min": "222.196", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "26.477", "max": "32.212", "min": "25.657", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "434.335", "max": "444.949", "min": "404.452", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "255.686", "max": "255.799", "min": "255.561", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "102.731", "max": "103.399", "min": "102.518", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "237.707", "max": "243.204", "min": "237.238", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "86.095", "max": "86.279", "min": "86.007", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "153.805", "max": "154.169", "min": "153.609", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "93.708", "max": "94.82", "min": "93.447", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "99.015", "max": "100.471", "min": "98.598", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "40.01", "max": "40.068", "min": "39.93", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "36.894", "max": "36.963", "min": "36.861", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "251.04", "max": "372.681", "min": "240.658", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "30.208", "max": "30.348", "min": "30.155", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "113.269", "max": "113.443", "min": "113.159", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "33.066", "max": "33.148", "min": "33.012", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "119.731", "max": "119.877", "min": "119.598", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "140.409", "max": "150.34", "min": "139.868", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "30.667", "max": "36.093", "min": "27.554", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "113.081", "max": "113.654", "min": "112.951", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "135.537", "max": "136.498", "min": "134.855", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "73.072", "max": "91.999", "min": "70.923", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "194.075", "max": "194.671", "min": "193.766", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": null, "max": null, "min": null, "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "172.271", "max": "174.836", "min": "171.979", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "137.739", "max": "137.827", "min": "137.678", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "109.322", "max": "109.37", "min": "109.196", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "128.997", "max": "129.233", "min": "128.95", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "38.571", "max": "40.558", "min": "38.216", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "25.021", "max": "25.202", "min": "24.937", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "150.132", "max": "157.486", "min": "148.504", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "97.365", "max": "99.897", "min": "96.526", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "43.696", "max": "45.847", "min": "42.805", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "157.963", "max": "159.291", "min": "157.683", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "31.043", "max": "31.35", "min": "30.833", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "116.614", "max": "120.436", "min": "116.448", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "248.651", "max": "250.274", "min": "240.145", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "95.292", "max": "95.292", "min": "95.292", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "93.524", "max": "93.56", "min": "93.505", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "110.014", "max": "110.061", "min": "109.959", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "190.198", "max": "248.271", "min": "187.919", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "113.718", "max": "126.826", "min": "105.925", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "122.943", "max": "123.039", "min": "122.794", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "234.426", "max": "235.946", "min": "234.262", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "185.865", "max": "186.29", "min": "185.572", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "46.789", "max": "48.833", "min": "46.636", "id": "75", "country": "United States", "source_name": "Jacksonville", "destination_name": "Lansing", "destination_id": "295" } } }, "78": { "name": "Charlotte", "data": { "0": { "avg": "96.589", "max": "96.82", "min": "96.436", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "271.231", "max": "275.829", "min": "270.853", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "28.078", "max": "31.481", "min": "27.864", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "112.25", "max": "118.121", "min": "111.794", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "88.047", "max": "88.672", "min": "87.835", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "168.25", "max": "168.451", "min": "168.116", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "93.806", "max": "94.431", "min": "93.639", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "312.365", "max": "323.889", "min": "311.252", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "139.308", "max": "139.445", "min": "139.209", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "122.099", "max": "122.602", "min": "121.944", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "92.404", "max": "92.713", "min": "92.191", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "31.946", "max": "41.899", "min": "31.092", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "16.919", "max": "17.047", "min": "16.784", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "25.929", "max": "26.553", "min": "25.687", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "19.175", "max": "19.579", "min": "18.988", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "13.078", "max": "13.464", "min": "12.55", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "102.069", "max": "104.426", "min": "101.635", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "6.895", "max": "14.914", "min": "5.676", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "95.699", "max": "95.967", "min": "95.51", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "116.769", "max": "117.133", "min": "116.664", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "292.575", "max": "293.679", "min": "292.409", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "29.875", "max": "30.007", "min": "29.731", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "67.592", "max": "67.753", "min": "67.438", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "78.045", "max": "78.92", "min": "77.87", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "117.654", "max": "118.009", "min": "117.454", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "111.977", "max": "112.12", "min": "111.83", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "107.454", "max": "110.385", "min": "107.156", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "124.956", "max": "125.114", "min": "124.777", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "104.728", "max": "104.837", "min": "104.611", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "71.45", "max": "72.601", "min": "71.14", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "242.702", "max": "242.879", "min": "242.607", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "116.625", "max": "116.749", "min": "116.512", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "60.172", "max": "60.512", "min": "60.017", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "149.549", "max": "149.694", "min": "149.404", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "116.816", "max": "120.352", "min": "116.426", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "237.146", "max": "238.161", "min": "236.976", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "55.055", "max": "55.171", "min": "54.974", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "55.838", "max": "55.977", "min": "55.745", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "23.759", "max": "23.985", "min": "23.629", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "13.278", "max": "15.653", "min": "12.671", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.33", "max": "244.606", "min": "233.671", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "95.466", "max": "100.849", "min": "94.721", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "116.135", "max": "116.525", "min": "116.006", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "121.058", "max": "121.3", "min": "120.841", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "228.836", "max": "229.144", "min": "228.671", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "121.154", "max": "122.203", "min": "120.773", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "131.123", "max": "131.493", "min": "130.963", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "73.588", "max": "73.955", "min": "73.411", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "151.163", "max": "152.097", "min": "150.925", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "45.174", "max": "45.238", "min": "45.042", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "20.756", "max": "20.876", "min": "20.645", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "80.736", "max": "81.357", "min": "80.521", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "101.894", "max": "192.03", "min": "88.868", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "45.703", "max": "45.823", "min": "45.546", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "247.355", "max": "270.325", "min": "242.003", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "253.303", "max": "254.132", "min": "253.118", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "90.137", "max": "91.737", "min": "89.495", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "218.279", "max": "218.385", "min": "218.131", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "157.473", "max": "157.987", "min": "157.176", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "99.041", "max": "99.139", "min": "98.892", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "152.766", "max": "155.075", "min": "152.204", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "141.844", "max": "204.797", "min": "135.414", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "266.556", "max": "347.381", "min": "250.096", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "257.487", "max": "258.026", "min": "257.371", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "139.795", "max": "140.244", "min": "139.616", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "128.869", "max": "129.367", "min": "128.751", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "11.207", "max": "11.402", "min": "11.042", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "130.881", "max": "131.241", "min": "130.497", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "137.869", "max": "140.314", "min": "137.179", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "47.79", "max": "51.711", "min": "47.267", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "224.426", "max": "225.936", "min": "224.156", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "52.679", "max": "53.126", "min": "52.43", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "61.558", "max": "66.856", "min": "61.195", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "12.328", "max": "12.422", "min": "12.215", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "129.17", "max": "130.246", "min": "128.893", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "91.279", "max": "91.613", "min": "91.123", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "0.027", "max": "0.072", "min": "0.014", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "62.569", "max": "62.673", "min": "62.466", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "28.642", "max": "29.112", "min": "28.458", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "22.933", "max": "23.046", "min": "22.782", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "80.018", "max": "83.655", "min": "79.721", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "33.399", "max": "34.047", "min": "33.146", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "217.616", "max": "218.042", "min": "216.77", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "235.534", "max": "236.152", "min": "235.379", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "64.003", "max": "64.153", "min": "63.887", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "149.698", "max": "150.681", "min": "149.324", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "94.701", "max": "95.024", "min": "94.538", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "16.03", "max": "16.398", "min": "15.882", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "29.718", "max": "30.655", "min": "29.536", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "95.851", "max": "96.097", "min": "95.706", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.6", "max": "37.045", "min": "31.843", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "75.522", "max": "75.891", "min": "75.292", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "83.709", "max": "83.857", "min": "83.602", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "188.857", "max": "189.064", "min": "188.725", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "23.814", "max": "24.676", "min": "23.653", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "21.418", "max": "21.519", "min": "21.267", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "72.88", "max": "73.641", "min": "72.597", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "47.152", "max": "59.703", "min": "46.218", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "70.77", "max": "71.208", "min": "70.558", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.291", "max": "25.22", "min": "24.08", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "42.208", "max": "42.352", "min": "42.089", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "83.808", "max": "84.153", "min": "83.626", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "149.526", "max": "150.697", "min": "149.251", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "233.359", "max": "238.502", "min": "232.732", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.613", "max": "29.585", "min": "28.333", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "345.261", "max": "345.658", "min": "343.882", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "89.786", "max": "92.112", "min": "89.49", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "18.878", "max": "19.047", "min": "18.711", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "12.726", "max": "15.548", "min": "12.445", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "216.535", "max": "216.668", "min": "216.411", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "219.281", "max": "219.483", "min": "219.165", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "185.646", "max": "185.854", "min": "185.479", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "23.711", "max": "24.307", "min": "23.571", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "219.43", "max": "223.482", "min": "219.066", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "465.105", "max": "583.352", "min": "282.726", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "259.378", "max": "405.179", "min": "154.736", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "245.57", "max": "247.322", "min": "245.235", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "160.608", "max": "161.914", "min": "160.328", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "31.535", "max": "32.272", "min": "31.352", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "38.269", "max": "39.081", "min": "37.971", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "47.92", "max": "49.37", "min": "47.68", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "107.4", "max": "252.489", "min": "21.778", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "124.366", "max": "124.757", "min": "124.193", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "139.074", "max": "309.784", "min": "128.833", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.042", "max": "133.299", "min": "132.907", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "117.523", "max": "119.1", "min": "116.602", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "21.431", "max": "21.785", "min": "21.033", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "316.834", "max": "317.408", "min": "316.598", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "219.301", "max": "219.75", "min": "219.034", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "106.542", "max": "106.899", "min": "106.351", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "32.096", "max": "32.294", "min": "31.962", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.367", "max": "25.55", "min": "25.202", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "36.853", "max": "37.039", "min": "36.724", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "204.05", "max": "206.09", "min": "203.439", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "38.338", "max": "38.515", "min": "38.249", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "22.673", "max": "22.912", "min": "22.502", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "60.094", "max": "75.332", "min": "58.035", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "37.841", "max": "37.943", "min": "37.738", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "42.262", "max": "42.37", "min": "42.121", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "15.908", "max": "16.569", "min": "15.759", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "111.294", "max": "113.185", "min": "110.995", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "251.699", "max": "253.495", "min": "251.25", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "134.89", "max": "135.707", "min": "134.741", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "113.297", "max": "113.496", "min": "113.123", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "109.82", "max": "115.993", "min": "109.341", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "91.047", "max": "91.32", "min": "90.828", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "131.548", "max": "131.675", "min": "131.415", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "292.924", "max": "293.021", "min": "292.807", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "87.283", "max": "87.408", "min": "87.141", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "92.119", "max": "92.203", "min": "92.019", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "101.603", "max": "119.369", "min": "99.261", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "188.105", "max": "188.296", "min": "187.998", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "133.892", "max": "134.945", "min": "133.696", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "103.66", "max": "137.584", "min": "101.466", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "18.115", "max": "18.23", "min": "18.003", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "92.911", "max": "93.792", "min": "92.713", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "124.77", "max": "125.438", "min": "124.448", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "230.144", "max": "278.551", "min": "222.586", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.569", "max": "52.776", "min": "52.401", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "153.949", "max": "240.887", "min": "145.543", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "40.242", "max": "40.346", "min": "40.13", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "388.712", "max": "388.93", "min": "388.282", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "126.391", "max": "126.515", "min": "126.255", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "16.286", "max": "16.424", "min": "16.139", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "192.475", "max": "192.652", "min": "192.339", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "244.415", "max": "244.545", "min": "244.307", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "193.529", "max": "194.416", "min": "193.35", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "41.752", "max": "42.196", "min": "41.543", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "210.907", "max": "213.972", "min": "208.676", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "21.929", "max": "24.483", "min": "21.685", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "16.121", "max": "16.253", "min": "15.957", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "95.23", "max": "98.232", "min": "94.855", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "271.455", "max": "271.571", "min": "271.361", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "101.772", "max": "101.955", "min": "101.63", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "103.868", "max": "114.434", "min": "103.099", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "123.813", "max": "148.551", "min": "122.496", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "107.402", "max": "107.485", "min": "107.323", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "90.569", "max": "91.05", "min": "90.334", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "146.517", "max": "150.657", "min": "146.052", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "132.281", "max": "132.885", "min": "132.139", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "162.059", "max": "163.58", "min": "161.8", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "125.126", "max": "125.21", "min": "124.955", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "100.601", "max": "102.83", "min": "100.227", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "102", "max": "102.095", "min": "101.902", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "89.161", "max": "89.249", "min": "89.029", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "120.364", "max": "120.632", "min": "120.139", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "155.668", "max": "162.841", "min": "155.258", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "115.091", "max": "127.103", "min": "113.803", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "130.73", "max": "202.053", "min": "109.937", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "82.924", "max": "83.361", "min": "82.832", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "153.432", "max": "154.086", "min": "153.181", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "127.117", "max": "133.401", "min": "126.687", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "137.996", "max": "138.607", "min": "137.537", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "102.289", "max": "107.422", "min": "101.673", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "248.043", "max": "278.393", "min": "246.871", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "101.941", "max": "102.073", "min": "101.836", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "111.04", "max": "111.286", "min": "110.817", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "110.394", "max": "110.487", "min": "110.248", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "79.332", "max": "86.628", "min": "77.438", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "141.528", "max": "141.714", "min": "141.379", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "92.695", "max": "98.804", "min": "92.201", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "93.857", "max": "94.834", "min": "93.653", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "92.137", "max": "92.292", "min": "91.932", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "239.036", "max": "253.144", "min": "235.685", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "19.81", "max": "23.909", "min": "19.221", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "233.877", "max": "240.247", "min": "231.426", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "269.789", "max": "271.475", "min": "269.463", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "102.257", "max": "102.647", "min": "102.085", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "229.39", "max": "229.675", "min": "229.192", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "71.012", "max": "71.458", "min": "70.722", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "119.653", "max": "120.017", "min": "119.387", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "147.17", "max": "147.562", "min": "146.996", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "89.41", "max": "90.457", "min": "88.986", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "93.166", "max": "93.432", "min": "92.969", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "45.286", "max": "45.616", "min": "45.172", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "38.453", "max": "38.576", "min": "38.353", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.989", "max": "246.334", "min": "240.613", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "18.621", "max": "18.951", "min": "18.501", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "109.695", "max": "110.798", "min": "109.335", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "18.965", "max": "19.086", "min": "18.836", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "109.396", "max": "109.751", "min": "109.264", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "152.323", "max": "155.675", "min": "151.977", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "43.514", "max": "47.592", "min": "40.672", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "107.868", "max": "108.032", "min": "107.722", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "119.359", "max": "120.52", "min": "118.626", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "71.988", "max": "74.288", "min": "71.243", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "189.862", "max": "190.621", "min": "189.408", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "206.568", "max": "206.794", "min": "206.383", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "187.23", "max": "188.763", "min": "186.961", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "134.555", "max": "134.668", "min": "134.432", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "103.14", "max": "103.287", "min": "103.036", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "129.311", "max": "129.447", "min": "129.231", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "27.896", "max": "28.805", "min": "27.579", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "18.631", "max": "19.583", "min": "18.426", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "145.008", "max": "158.381", "min": "142.908", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "86.401", "max": "88.589", "min": "85.339", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "27.071", "max": "28.912", "min": "26.138", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "145.926", "max": "146.475", "min": "145.781", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "39.434", "max": "39.603", "min": "39.117", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "100.089", "max": "105.859", "min": "99.635", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "228.505", "max": "230.1", "min": "226.884", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "89.542", "max": "89.552", "min": "89.532", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "97.72", "max": "97.845", "min": "97.617", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "109.255", "max": "109.391", "min": "109.121", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "181.032", "max": "183.688", "min": "180.674", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "107.973", "max": "120.093", "min": "100.698", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "119.448", "max": "120.784", "min": "119.264", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "197.62", "max": "198.022", "min": "197.414", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "171.507", "max": "175.208", "min": "171.098", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.842", "max": "32.116", "min": "29.16", "id": "78", "country": "United States", "source_name": "Charlotte", "destination_name": "Lansing", "destination_id": "295" } } }, "79": { "name": "Las Vegas", "data": { "0": { "avg": "147.836", "max": "147.982", "min": "147.714", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "210.392", "max": "213.731", "min": "210.093", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "81.439", "max": "81.986", "min": "81.338", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "174.806", "max": "184.284", "min": "173.826", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "152.034", "max": "152.61", "min": "151.905", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "123.373", "max": "123.687", "min": "123.225", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "140.693", "max": "141.011", "min": "140.512", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "166.608", "max": "171.187", "min": "165.743", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "184", "max": "184.271", "min": "183.754", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "165.108", "max": "166.767", "min": "164.85", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "143.077", "max": "143.259", "min": "142.883", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "45.72", "max": "45.833", "min": "45.624", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.937", "max": "76.075", "min": "75.86", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "79.705", "max": "80.192", "min": "79.4", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "69.141", "max": "71.568", "min": "68.807", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "87.977", "max": "88.195", "min": "87.118", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "158.252", "max": "158.607", "min": "158.036", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "56.617", "max": "59.364", "min": "56.279", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "140.255", "max": "140.491", "min": "140.092", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "156.116", "max": "156.308", "min": "155.984", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "226.95", "max": "227.096", "min": "226.863", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "65.836", "max": "65.919", "min": "65.738", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "16.544", "max": "16.794", "min": "16.352", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "38.586", "max": "39.162", "min": "38.455", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "154.477", "max": "156.105", "min": "154.055", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "151.689", "max": "151.832", "min": "151.54", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "162.046", "max": "162.388", "min": "161.75", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "151.619", "max": "152.511", "min": "151.311", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "161.833", "max": "161.996", "min": "161.697", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "17.295", "max": "17.908", "min": "17.098", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "187.543", "max": "187.672", "min": "187.451", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "162.737", "max": "163.338", "min": "162.611", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "55.966", "max": "56.066", "min": "55.87", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "182.34", "max": "182.668", "min": "182.23", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "156.97", "max": "158.618", "min": "156.533", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "209.319", "max": "211.915", "min": "208.899", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "7.858", "max": "8.17", "min": "7.777", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "18.115", "max": "18.254", "min": "18.028", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "48.621", "max": "49.086", "min": "48.444", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "76.962", "max": "85.806", "min": "76.349", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "286.651", "max": "291.047", "min": "285.998", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "156.998", "max": "161.459", "min": "156.485", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "176.808", "max": "177.032", "min": "176.692", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "155.312", "max": "159.674", "min": "154.845", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "255.95", "max": "256.207", "min": "255.791", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "192.57", "max": "193.053", "min": "192.023", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "166.011", "max": "166.304", "min": "165.787", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "137.781", "max": "138.067", "min": "137.602", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "205.528", "max": "212.08", "min": "204.496", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "51.081", "max": "51.219", "min": "50.91", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "58.103", "max": "58.407", "min": "57.866", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "41.713", "max": "42.005", "min": "41.54", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "164.024", "max": "254.862", "min": "146.226", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "53.765", "max": "53.988", "min": "53.582", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "239.745", "max": "261.739", "min": "226.186", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "201.61", "max": "202.639", "min": "201.427", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "153.411", "max": "156.977", "min": "152.553", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "171.318", "max": "171.518", "min": "171.245", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "166.26", "max": "167.773", "min": "165.738", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "164.326", "max": "164.568", "min": "164.193", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "212.166", "max": "213.324", "min": "211.655", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "199.089", "max": "251.267", "min": "194.939", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "209.445", "max": "238.487", "min": "207.824", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "190.648", "max": "192.15", "min": "190.429", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "199.396", "max": "199.515", "min": "199.268", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "171.19", "max": "171.889", "min": "170.978", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "72.956", "max": "73.102", "min": "72.833", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "176.919", "max": "177.321", "min": "176.615", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "190.777", "max": "192.319", "min": "190.028", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "41.329", "max": "42.401", "min": "41.15", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "164.732", "max": "165.496", "min": "164.548", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "11.207", "max": "11.623", "min": "10.891", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "117.478", "max": "122.356", "min": "116.849", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "64.324", "max": "64.609", "min": "64.157", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "179.772", "max": "180.381", "min": "179.555", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "139.516", "max": "139.734", "min": "139.382", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "62.622", "max": "62.732", "min": "62.521", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "0.038", "max": "0.078", "min": "0.024", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "83.424", "max": "84.032", "min": "83.267", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "45.514", "max": "45.845", "min": "45.264", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "33.153", "max": "33.415", "min": "33.01", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "80.371", "max": "80.989", "min": "80.043", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "153.562", "max": "158.075", "min": "152.955", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "216.225", "max": "216.437", "min": "216.04", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "28.779", "max": "28.891", "min": "28.698", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "187.297", "max": "188.397", "min": "186.961", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "140.353", "max": "140.92", "min": "140.09", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "68.175", "max": "68.315", "min": "68.079", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "85.791", "max": "85.973", "min": "85.65", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "147.577", "max": "149.655", "min": "147.304", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "66.335", "max": "68.455", "min": "65.487", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "23.619", "max": "24.041", "min": "23.387", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "165.384", "max": "165.571", "min": "165.15", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "143.944", "max": "144.672", "min": "143.786", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "76.006", "max": "76.139", "min": "75.86", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "64.81", "max": "65.028", "min": "64.609", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "115.808", "max": "116.103", "min": "115.603", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "116.25", "max": "148.771", "min": "114.371", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "19.757", "max": "19.993", "min": "19.502", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "67.412", "max": "67.823", "min": "67.223", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "65.44", "max": "65.669", "min": "65.234", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "86.249", "max": "86.529", "min": "86.071", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "179.713", "max": "181.177", "min": "179.429", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "191.315", "max": "193.997", "min": "190.532", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "62.806", "max": "62.938", "min": "62.642", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "280.024", "max": "281.996", "min": "278.004", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "137.092", "max": "140.648", "min": "136.852", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "77.817", "max": "77.993", "min": "77.678", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "63.6", "max": "63.754", "min": "63.507", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "249.009", "max": "251.498", "min": "248.81", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "169.006", "max": "170.002", "min": "168.817", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "142.49", "max": "142.698", "min": "142.346", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "69.629", "max": "69.748", "min": "69.486", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "291.698", "max": "294.292", "min": "291.338", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "533.32", "max": "645.885", "min": "364.096", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "275.697", "max": "383.781", "min": "196.567", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "315.187", "max": "321.176", "min": "314.749", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "122.602", "max": "124.216", "min": "122.403", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "55.967", "max": "56.405", "min": "55.834", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "75.579", "max": "76.627", "min": "75.294", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "21.542", "max": "21.778", "min": "21.384", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "146.632", "max": "292.487", "min": "65.28", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "193.938", "max": "215.15", "min": "178.155", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "208.384", "max": "417.606", "min": "194.833", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "172.371", "max": "172.488", "min": "172.291", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "175.357", "max": "176.379", "min": "174.9", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "70.598", "max": "72.315", "min": "70.386", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "285.81", "max": "286.256", "min": "285.499", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "254.312", "max": "254.82", "min": "254.027", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "67.957", "max": "68.211", "min": "67.829", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "78.998", "max": "79.538", "min": "78.858", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "64.941", "max": "65.093", "min": "64.797", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "68.631", "max": "68.81", "min": "68.448", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "191.23", "max": "192.647", "min": "190.486", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "52.477", "max": "53.061", "min": "52.284", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "81.047", "max": "81.336", "min": "80.886", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.211", "max": "59.589", "min": "49.373", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "68.431", "max": "69.08", "min": "68.317", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "49.563", "max": "49.775", "min": "49.411", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "77.548", "max": "77.646", "min": "77.464", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "171.802", "max": "171.991", "min": "171.701", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "239.512", "max": "249.196", "min": "238.673", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "185.285", "max": "185.463", "min": "185.179", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "150.272", "max": "150.575", "min": "150.061", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "53.486", "max": "58.979", "min": "53.006", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "148.721", "max": "149.559", "min": "148.467", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "174.266", "max": "179.639", "min": "173.734", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "251.864", "max": "257.279", "min": "250.378", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "136.285", "max": "136.378", "min": "136.199", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "135.469", "max": "135.621", "min": "135.351", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "147.789", "max": "185.901", "min": "145.696", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "139.784", "max": "140.101", "min": "139.648", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "170.473", "max": "171.356", "min": "170.225", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "158.316", "max": "193.154", "min": "156.589", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "70.696", "max": "70.919", "min": "70.584", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "42.607", "max": "44.747", "min": "42.322", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "169.065", "max": "170.416", "min": "168.739", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "175.368", "max": "214.134", "min": "167.845", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "83.8", "max": "83.856", "min": "83.743", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "209.194", "max": "299.4", "min": "201.075", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "94.445", "max": "94.519", "min": "94.382", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "325.657", "max": "325.88", "min": "325.12", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "162.365", "max": "162.718", "min": "162.073", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "57.867", "max": "58.158", "min": "57.626", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "244.109", "max": "244.484", "min": "243.919", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "293.893", "max": "294.094", "min": "293.648", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "219.948", "max": "220.677", "min": "219.781", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "58.497", "max": "58.849", "min": "58.272", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "151.155", "max": "152.32", "min": "150.841", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "62.406", "max": "62.813", "min": "62.183", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "73.984", "max": "74.066", "min": "73.915", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "146.673", "max": "147.88", "min": "146.463", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "287.096", "max": "287.418", "min": "286.964", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "151.616", "max": "153.358", "min": "151.444", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "156.474", "max": "157.055", "min": "156.301", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "178.026", "max": "187.591", "min": "177.443", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "158.477", "max": "158.709", "min": "158.205", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "137.169", "max": "138.194", "min": "136.899", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "196.789", "max": "198.028", "min": "196.559", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "183.343", "max": "183.461", "min": "183.248", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "183.676", "max": "187.544", "min": "183.062", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "190.067", "max": "190.344", "min": "189.945", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "140.88", "max": "145.076", "min": "140.62", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "143.453", "max": "143.865", "min": "143.267", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "153.778", "max": "154.058", "min": "153.637", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "162.738", "max": "171.022", "min": "162.196", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "214.918", "max": "215.187", "min": "214.579", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "177.506", "max": "205.914", "min": "174.909", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "190.638", "max": "269.482", "min": "157.693", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "123.479", "max": "124.053", "min": "123.215", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "207.585", "max": "208.839", "min": "207.344", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "174.707", "max": "182.299", "min": "174.219", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "177.523", "max": "178.073", "min": "177.082", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "157.36", "max": "163.749", "min": "156.838", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "227.798", "max": "230.411", "min": "227.573", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "164.537", "max": "164.624", "min": "164.418", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "166.44", "max": "166.716", "min": "166.247", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "173.325", "max": "173.441", "min": "173.248", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "140.225", "max": "147.153", "min": "138.177", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "205.597", "max": "205.965", "min": "205.408", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "146.586", "max": "150.682", "min": "146.205", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "148.664", "max": "148.873", "min": "148.541", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "145.026", "max": "147.927", "min": "144.435", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "168.121", "max": "168.58", "min": "167.983", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "74.372", "max": "77.086", "min": "73.862", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "181.397", "max": "182.98", "min": "174.741", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "229.539", "max": "229.672", "min": "229.284", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "136.316", "max": "137.36", "min": "136.053", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "294.205", "max": "298.524", "min": "293.873", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "26.319", "max": "26.473", "min": "26.021", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "174.231", "max": "174.706", "min": "173.943", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "206.974", "max": "207.359", "min": "206.815", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "136.806", "max": "138.003", "min": "136.305", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "150.464", "max": "152.636", "min": "150.063", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "61.678", "max": "62.004", "min": "61.487", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "94.387", "max": "94.542", "min": "94.228", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "234.574", "max": "235.054", "min": "234.263", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.612", "max": "80.73", "min": "80.557", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "156.152", "max": "156.285", "min": "156.062", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "80.529", "max": "80.631", "min": "80.444", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "157.78", "max": "158.05", "min": "157.688", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "194.285", "max": "216.175", "min": "193.294", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "81.137", "max": "83.845", "min": "78.758", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "156.982", "max": "157.27", "min": "156.743", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "186.643", "max": "188.331", "min": "185.849", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "115.203", "max": "127.957", "min": "113.893", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "228.612", "max": "229.172", "min": "228.242", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "116.307", "max": "116.488", "min": "116.185", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "215.726", "max": "217.271", "min": "215.526", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "192.722", "max": "192.866", "min": "192.54", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "145.965", "max": "146.839", "min": "145.701", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "207.485", "max": "207.73", "min": "207.415", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "76.721", "max": "80.941", "min": "76.208", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "82.65", "max": "82.831", "min": "82.526", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "208.797", "max": "211.827", "min": "207.212", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "146.326", "max": "147.478", "min": "145.479", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "76.271", "max": "78.843", "min": "75.183", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "200.265", "max": "200.768", "min": "200.046", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "31.518", "max": "31.768", "min": "31.32", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "175.283", "max": "176.818", "min": "174.962", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "180.196", "max": "180.389", "min": "180.12", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "153.849", "max": "153.849", "min": "153.849", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "146.553", "max": "161.502", "min": "145.961", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "163.709", "max": "163.811", "min": "163.651", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "229.131", "max": "230.136", "min": "228.931", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "164.182", "max": "176.855", "min": "157.017", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "167.432", "max": "167.529", "min": "167.319", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "253.162", "max": "254.356", "min": "252.822", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "231.14", "max": "233.645", "min": "230.817", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "73.913", "max": "76.426", "min": "73.717", "id": "79", "country": "United States", "source_name": "Las Vegas", "destination_name": "Lansing", "destination_id": "295" } } }, "80": { "name": "Columbus", "data": { "0": { "avg": "104.463", "max": "116.832", "min": "103.441", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "331.549", "max": "338.186", "min": "330.974", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "25.689", "max": "40.788", "min": "24.658", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "120.55", "max": "139.622", "min": "118.879", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "94.742", "max": "96.08", "min": "94.389", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "194.058", "max": "202.918", "min": "193.305", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "103.154", "max": "113.141", "min": "102.573", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "365.968", "max": "393.626", "min": "363.623", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "145.973", "max": "156.44", "min": "144.751", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "124.281", "max": "125.024", "min": "123.942", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "86.281", "max": "110.178", "min": "84.539", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "36.001", "max": "39.094", "min": "35.59", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "21.266", "max": "43.661", "min": "19.42", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "28.831", "max": "71.176", "min": "25.175", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "45.023", "max": "48.594", "min": "44.669", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "13.021", "max": "42.701", "min": "10.737", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "113.994", "max": "120.005", "min": "113.259", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "31.085", "max": "34.946", "min": "30.802", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "108.472", "max": "109.533", "min": "108.171", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "116.925", "max": "141.645", "min": "114.488", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "361.22", "max": "364.786", "min": "360.71", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "19.072", "max": "29.898", "min": "18.315", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "69.885", "max": "71.195", "min": "69.605", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "71.835", "max": "72.213", "min": "71.591", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "127.764", "max": "128.766", "min": "127.438", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "108.209", "max": "116.012", "min": "106.761", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "108.958", "max": "143.99", "min": "107.302", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "120.602", "max": "137.523", "min": "117.078", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "107.789", "max": "150.196", "min": "104.606", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "58.21", "max": "93.856", "min": "56.613", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "249.196", "max": "257.988", "min": "248.301", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "118.342", "max": "121.02", "min": "118.091", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "62.142", "max": "63.053", "min": "61.878", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "144.688", "max": "145.082", "min": "144.484", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "117.939", "max": "118.89", "min": "117.686", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "248.36", "max": "248.633", "min": "248.174", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "67.263", "max": "74.941", "min": "66.571", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "61.449", "max": "113.334", "min": "56.399", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "42.535", "max": "64.892", "min": "34.099", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "21.257", "max": "23.47", "min": "20.791", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.004", "max": "241.005", "min": "233.337", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "96.445", "max": "98.997", "min": "95.744", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "127.35", "max": "142.028", "min": "125.286", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "139.831", "max": "155.848", "min": "128.521", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "234.364", "max": "262.147", "min": "231.795", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "129.876", "max": "133.247", "min": "129.317", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "147.936", "max": "157.273", "min": "147.315", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "101.508", "max": "109.989", "min": "100.941", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "155.409", "max": "157.902", "min": "155.046", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "45.377", "max": "53.007", "min": "44.417", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "19.558", "max": "54.609", "min": "17.603", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "63.235", "max": "83.233", "min": "62.318", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "161.576", "max": "173.228", "min": "98.723", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "29.199", "max": "34.162", "min": "28.721", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "292.843", "max": "309.233", "min": "280.169", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "259.675", "max": "261.583", "min": "259.371", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "121.591", "max": "123.304", "min": "121.091", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "220.131", "max": "228.981", "min": "218.985", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "147.561", "max": "153.2", "min": "147.028", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "97.778", "max": "119.196", "min": "95.491", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "146.415", "max": "147.436", "min": "145.845", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "146.075", "max": "198.597", "min": "140.115", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "286.319", "max": "361.344", "min": "275.548", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "275.662", "max": "288.933", "min": "265.024", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "149.085", "max": "164.18", "min": "138.589", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "142.358", "max": "144.229", "min": "142.003", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "19.756", "max": "31.384", "min": "18.52", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "137.308", "max": "146.945", "min": "135.739", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "156.888", "max": "187.56", "min": "154.477", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "38.151", "max": "39.212", "min": "37.895", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "230.235", "max": "248.919", "min": "218.542", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.142", "max": "93.337", "min": "63.899", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "87.485", "max": "107.168", "min": "83.117", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.496", "max": "39.22", "min": "21.818", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "143.827", "max": "154.035", "min": "143.114", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "87.353", "max": "97.846", "min": "86.695", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "28.691", "max": "30.665", "min": "28.347", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "83.554", "max": "87.334", "min": "83.141", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "0.021", "max": "0.043", "min": "0.012", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "8.254", "max": "39.875", "min": "6.531", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "75.357", "max": "84.201", "min": "74.724", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "34.899", "max": "35.756", "min": "34.712", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "368.073", "max": "388.313", "min": "357.118", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "242.728", "max": "264.086", "min": "241.21", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "71.046", "max": "74.062", "min": "70.757", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "150.758", "max": "153.735", "min": "150.143", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "99.178", "max": "116.773", "min": "96.125", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "30.837", "max": "33.175", "min": "30.541", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "31.154", "max": "39.146", "min": "30.481", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "90.931", "max": "117.134", "min": "89.241", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "20.263", "max": "21.5", "min": "19.607", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "63.42", "max": "80.448", "min": "62.503", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "94.247", "max": "114.108", "min": "91.666", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "219.04", "max": "253.595", "min": "215.979", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "18.999", "max": "32.34", "min": "18.107", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "51.329", "max": "52.758", "min": "51.093", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "84.193", "max": "95.794", "min": "83.046", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "75.623", "max": "102.083", "min": "73.238", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "73.263", "max": "85.322", "min": "71.915", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "12.862", "max": "28.869", "min": "11.702", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "27.254", "max": "27.757", "min": "27.114", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "67.352", "max": "76.229", "min": "66.561", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "142.499", "max": "147.174", "min": "142.071", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.744", "max": "230.154", "min": "228.181", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "16.159", "max": "16.506", "min": "15.94", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "459.477", "max": "477.493", "min": "447.785", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "110.605", "max": "114.024", "min": "110.178", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "26.026", "max": "60.645", "min": "21.447", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "22.877", "max": "24.053", "min": "22.625", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "277.243", "max": "285.045", "min": "275.816", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "213.553", "max": "221.518", "min": "212.907", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "192.273", "max": "193.204", "min": "192.026", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "15.988", "max": "16.326", "min": "15.766", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "223.719", "max": "276.62", "min": "221.459", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "473.383", "max": "585.304", "min": "291.286", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "260.47", "max": "387.517", "min": "167.722", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "265.384", "max": "289.964", "min": "263.057", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "159.269", "max": "160.348", "min": "158.986", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "36.269", "max": "43.912", "min": "35.611", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "44.137", "max": "60.731", "min": "31.954", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "38.087", "max": "65.078", "min": "35.183", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "114.652", "max": "266.173", "min": "34.272", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "132.704", "max": "149.713", "min": "131.552", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "136.839", "max": "260.328", "min": "129.821", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "132.746", "max": "135.772", "min": "132.344", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "126.354", "max": "213.059", "min": "120.52", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "25.666", "max": "32.903", "min": "24.838", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "256.665", "max": "267.094", "min": "255.212", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "201.258", "max": "219.275", "min": "200.215", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "89.177", "max": "91.223", "min": "88.826", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "18.009", "max": "21.929", "min": "17.499", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "3.81", "max": "4.207", "min": "3.596", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "33.037", "max": "42.862", "min": "31.985", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "206.057", "max": "212.07", "min": "204.224", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "51.503", "max": "92.302", "min": "48.767", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "26.326", "max": "26.688", "min": "26.026", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "43.757", "max": "56.75", "min": "42.233", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.384", "max": "116.464", "min": "38.473", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "22.354", "max": "22.956", "min": "22.109", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "25.585", "max": "29.164", "min": "25.207", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "120.174", "max": "136.169", "min": "119.08", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "297.167", "max": "299.802", "min": "296.423", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "135.976", "max": "136.337", "min": "135.726", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "116.31", "max": "116.849", "min": "115.991", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "122.216", "max": "138.907", "min": "108.367", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "102.147", "max": "113.127", "min": "101.094", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "140.503", "max": "171.862", "min": "137.403", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "333.873", "max": "368.7", "min": "320.673", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "92.784", "max": "112.711", "min": "91.373", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "88.885", "max": "89.096", "min": "88.772", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "106.67", "max": "127.794", "min": "104.601", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "198.809", "max": "208.716", "min": "197.339", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "129.852", "max": "132.474", "min": "129.447", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "107.763", "max": "126.626", "min": "106.203", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "23.777", "max": "38.398", "min": "22.967", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "91.118", "max": "95.278", "min": "90.621", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "135.905", "max": "137.226", "min": "135.569", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "226.31", "max": "266.788", "min": "219.285", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "36.178", "max": "45.993", "min": "35.31", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "165.26", "max": "271.399", "min": "159.454", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "53.782", "max": "76.573", "min": "52.785", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "281.189", "max": "294.338", "min": "280.378", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "140.362", "max": "170.566", "min": "138.092", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "23.278", "max": "24.83", "min": "22.986", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "207.846", "max": "213.632", "min": "207.465", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "252.028", "max": "260.246", "min": "251.466", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "196.97", "max": "199.976", "min": "196.584", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.006", "max": "67.94", "min": "60.495", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "211.659", "max": "229.93", "min": "209.674", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "29.05", "max": "32.52", "min": "28.736", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "21.279", "max": "40.474", "min": "20.458", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "109.142", "max": "112.964", "min": "108.654", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "235.17", "max": "243.238", "min": "234.443", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "102.447", "max": "109.778", "min": "101.978", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "99.737", "max": "100.166", "min": "99.445", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "121.866", "max": "127.581", "min": "121.348", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "121.091", "max": "167.985", "min": "114.932", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "92.32", "max": "93.243", "min": "92.011", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "150.316", "max": "181.446", "min": "146.213", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "132.166", "max": "151.805", "min": "131.28", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "161.44", "max": "162.386", "min": "161.222", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "134.544", "max": "145.399", "min": "133.449", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "105.301", "max": "137.611", "min": "99.697", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "98.038", "max": "98.567", "min": "97.873", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "97.134", "max": "100.013", "min": "96.874", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "123.809", "max": "124.006", "min": "123.62", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "149.969", "max": "150.388", "min": "149.703", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "114.639", "max": "129.796", "min": "112.665", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "127.411", "max": "143.265", "min": "114.128", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "107.784", "max": "112.045", "min": "107.449", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "149.576", "max": "150.293", "min": "149.29", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "134.844", "max": "156.162", "min": "133.847", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "128.865", "max": "129.448", "min": "128.409", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "96.595", "max": "99.87", "min": "96.154", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "263.123", "max": "264.75", "min": "262.757", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "111.666", "max": "132.618", "min": "110.32", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "117.73", "max": "135.984", "min": "116.755", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "118.221", "max": "131.639", "min": "117.07", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "105.984", "max": "132.337", "min": "101.733", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "146.924", "max": "147.133", "min": "146.69", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "92.359", "max": "106.732", "min": "91.438", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "91.449", "max": "135.459", "min": "87.734", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "102.555", "max": "103.166", "min": "101.711", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "218.149", "max": "233.81", "min": "216.935", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "21.236", "max": "26.253", "min": "20.407", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "368.228", "max": "374.225", "min": "333.614", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "253.4", "max": "254.031", "min": "253.193", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "100.174", "max": "100.434", "min": "100.037", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "245.802", "max": "254.446", "min": "245.284", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "97.421", "max": "110.208", "min": "96.731", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "123.609", "max": "123.982", "min": "123.399", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "165.374", "max": "192.292", "min": "151.473", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "94.703", "max": "100.967", "min": "93.46", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "100.459", "max": "102.226", "min": "99.997", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "39.18", "max": "46.233", "min": "31.809", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "27.165", "max": "27.612", "min": "26.997", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "247.398", "max": "274.303", "min": "234.245", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "22.616", "max": "28.062", "min": "22.039", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "114.889", "max": "143.452", "min": "112.697", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "15.122", "max": "20.724", "min": "14.249", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "116.972", "max": "128.141", "min": "116.302", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "150.498", "max": "172.228", "min": "149.036", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "49.765", "max": "80.855", "min": "43.915", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "116.626", "max": "153.842", "min": "113.082", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "123.721", "max": "124.521", "min": "123.123", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "84.928", "max": "96.766", "min": "83.6", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "254.327", "max": "255.205", "min": "253.883", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "183.583", "max": "210.342", "min": "182.273", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "166.318", "max": "167.313", "min": "165.956", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "137.136", "max": "137.495", "min": "136.965", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "96.493", "max": "97.064", "min": "96.315", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "131.18", "max": "139.189", "min": "130.668", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "19.455", "max": "23.685", "min": "18.77", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "27.997", "max": "45.226", "min": "26.579", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "151.101", "max": "181.342", "min": "148.121", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "102.588", "max": "123.904", "min": "101.295", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "25.236", "max": "30.112", "min": "23.784", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "152.398", "max": "157.861", "min": "151.557", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "26.918", "max": "53.676", "min": "23.972", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "111.323", "max": "113.128", "min": "110.94", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "251.253", "max": "273.392", "min": "249.488", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "117.251", "max": "120.019", "min": "114.483", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "96.336", "max": "116.597", "min": "94.67", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "100.168", "max": "100.914", "min": "99.963", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "182.156", "max": "183.52", "min": "181.864", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "116.38", "max": "144.151", "min": "107.498", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "133.245", "max": "162.797", "min": "130.937", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "217.193", "max": "231.913", "min": "216.092", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "185.371", "max": "198.32", "min": "183.766", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "33.052", "max": "33.388", "min": "32.847", "id": "80", "country": "United States", "source_name": "Columbus", "destination_name": "Lansing", "destination_id": "295" } } }, "81": { "name": "Detroit", "data": { "0": { "avg": "142.917", "max": "143.181", "min": "142.776", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "245.516", "max": "246.36", "min": "245.168", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.724", "max": "22.963", "min": "22.607", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "121.844", "max": "133.052", "min": "120.383", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "89.615", "max": "89.899", "min": "89.457", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "153.857", "max": "154.42", "min": "153.576", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "98.067", "max": "98.228", "min": "97.95", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "278.207", "max": "281.325", "min": "277.563", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "131.918", "max": "132.257", "min": "131.768", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "117.676", "max": "119.086", "min": "117.435", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "93.729", "max": "95.223", "min": "93.425", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "36.362", "max": "36.802", "min": "36.261", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "19.209", "max": "19.558", "min": "19.062", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "25.193", "max": "25.735", "min": "24.949", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "38.231", "max": "38.666", "min": "38.097", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "24.429", "max": "26.948", "min": "23.81", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "106.63", "max": "107.145", "min": "106.363", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "22.113", "max": "37.458", "min": "20.651", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "100.715", "max": "101.035", "min": "100.541", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "116.009", "max": "116.352", "min": "115.861", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "262.62", "max": "262.931", "min": "262.44", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "9.211", "max": "9.431", "min": "9.111", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "54.401", "max": "54.538", "min": "54.277", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "51.544", "max": "51.983", "min": "51.322", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "117.305", "max": "117.638", "min": "117.097", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "110.455", "max": "111.723", "min": "110.263", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "107.85", "max": "110.259", "min": "107.367", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "111.614", "max": "112.425", "min": "111.26", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "104.097", "max": "104.398", "min": "103.976", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "51.813", "max": "52.593", "min": "51.56", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "223.145", "max": "223.297", "min": "223.045", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "118.368", "max": "118.593", "min": "118.235", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "53.678", "max": "64.085", "min": "53.167", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "132.145", "max": "132.422", "min": "131.877", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "112.252", "max": "115.336", "min": "111.906", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "203.301", "max": "237.145", "min": "201.908", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "65.248", "max": "65.532", "min": "65.097", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "55.652", "max": "56.66", "min": "55.442", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.367", "max": "34.987", "min": "34.132", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "20.044", "max": "22.536", "min": "19.768", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "231.506", "max": "234.126", "min": "230.978", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "91.165", "max": "95.925", "min": "90.614", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "130.245", "max": "130.549", "min": "130.107", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "122.327", "max": "134.188", "min": "121.7", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "228.227", "max": "228.463", "min": "228.124", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "131.202", "max": "131.825", "min": "130.771", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "124.237", "max": "125.182", "min": "124.015", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "88.779", "max": "91.233", "min": "88.392", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "159.451", "max": "161.915", "min": "159.212", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "42.451", "max": "42.523", "min": "42.39", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "23.901", "max": "24.065", "min": "23.717", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "51.543", "max": "51.933", "min": "51.173", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "101.465", "max": "106.722", "min": "99.317", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "19.379", "max": "19.591", "min": "19.118", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "245.376", "max": "257.051", "min": "241.748", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "237.115", "max": "237.672", "min": "236.915", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "108.253", "max": "111.048", "min": "107.372", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "222.715", "max": "223.282", "min": "222.556", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "146.388", "max": "148.082", "min": "146.08", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "98.37", "max": "98.541", "min": "98.25", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "157.749", "max": "158.378", "min": "157.359", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "148.717", "max": "206.342", "min": "142.756", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "247.561", "max": "338.399", "min": "235.44", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "256.304", "max": "256.573", "min": "256.17", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "140.522", "max": "141.68", "min": "140.301", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "127.647", "max": "131.886", "min": "127.342", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "19.205", "max": "19.941", "min": "19.009", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "130.709", "max": "137.318", "min": "130.03", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "148.373", "max": "149.425", "min": "147.811", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "32.724", "max": "37.964", "min": "32.322", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "189.483", "max": "190.809", "min": "189.202", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "58.966", "max": "61.519", "min": "58.57", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "82.053", "max": "85.003", "min": "81.737", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "26.76", "max": "26.993", "min": "26.603", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "130.782", "max": "131.368", "min": "130.662", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "87.056", "max": "87.673", "min": "86.846", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "23.01", "max": "23.212", "min": "22.804", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "45.764", "max": "51.614", "min": "45.328", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "6.828", "max": "9.504", "min": "6.531", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "0.043", "max": "0.077", "min": "0.029", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "58.183", "max": "58.527", "min": "57.962", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "39.286", "max": "39.938", "min": "39.038", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "250.464", "max": "261.493", "min": "249.874", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "233.979", "max": "234.53", "min": "233.782", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "44.331", "max": "44.757", "min": "44.219", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "154.157", "max": "156.247", "min": "153.844", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "98.466", "max": "100.323", "min": "98.098", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "29.169", "max": "29.32", "min": "29.083", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "15.142", "max": "15.911", "min": "14.95", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.02", "max": "110.782", "min": "100.967", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "16.908", "max": "18.002", "min": "16.18", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "65.752", "max": "66.56", "min": "65.521", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "111.075", "max": "111.452", "min": "110.895", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "172.87", "max": "174.046", "min": "172.654", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "28.803", "max": "32.249", "min": "28.515", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "31.837", "max": "32.479", "min": "31.684", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "85.266", "max": "85.422", "min": "85.075", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "66.466", "max": "88.662", "min": "65.285", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "69.445", "max": "79.91", "min": "63.398", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "5.711", "max": "11.854", "min": "5.205", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "26.106", "max": "26.638", "min": "25.927", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "38.856", "max": "39.273", "min": "38.589", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "142.095", "max": "142.909", "min": "141.85", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "221.293", "max": "222.881", "min": "220.812", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "12.77", "max": "13.16", "min": "12.636", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "310.262", "max": "310.581", "min": "309.62", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "105.855", "max": "108.58", "min": "105.622", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "27.118", "max": "27.284", "min": "27.038", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "29.606", "max": "29.919", "min": "29.464", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "270.433", "max": "270.773", "min": "270.262", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "203.202", "max": "206.862", "min": "202.64", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.628", "max": "190.201", "min": "189.426", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "20.225", "max": "20.556", "min": "20.087", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "254.106", "max": "255.691", "min": "253.797", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "460.882", "max": "571.187", "min": "286.799", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "229.287", "max": "315.202", "min": "146.445", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "270.872", "max": "287.042", "min": "269.544", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "149.805", "max": "150.41", "min": "149.607", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "27.033", "max": "27.694", "min": "26.826", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "28.452", "max": "36.664", "min": "27.802", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "27.706", "max": "28.057", "min": "27.445", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "125.992", "max": "271.239", "min": "40.82", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "128.748", "max": "128.882", "min": "128.639", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "129.587", "max": "203.655", "min": "124.117", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "125.377", "max": "125.706", "min": "125.157", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "119.566", "max": "120.458", "min": "118.768", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "20.219", "max": "20.592", "min": "20.101", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "246.795", "max": "246.988", "min": "246.533", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "197.784", "max": "198.337", "min": "197.59", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "75.774", "max": "75.93", "min": "75.621", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "11.672", "max": "11.866", "min": "11.554", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "12.058", "max": "12.267", "min": "11.946", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "16.965", "max": "17.207", "min": "16.891", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "231.073", "max": "232.848", "min": "230.452", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "38.756", "max": "38.981", "min": "38.65", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "20.513", "max": "20.725", "min": "20.309", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "40.521", "max": "64.009", "min": "38.937", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "34.923", "max": "35.082", "min": "34.825", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "21.975", "max": "22.509", "min": "21.774", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "17.761", "max": "18.246", "min": "17.595", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "120.553", "max": "121.18", "min": "120.345", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "243.789", "max": "246.8", "min": "243.133", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "133.8", "max": "134.271", "min": "133.577", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "111.896", "max": "112.161", "min": "111.658", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "100.009", "max": "102.516", "min": "99.762", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "99.532", "max": "99.81", "min": "99.335", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "133.121", "max": "133.448", "min": "132.996", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "263.456", "max": "263.939", "min": "263.329", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "87.405", "max": "87.533", "min": "87.276", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "86.956", "max": "87.212", "min": "86.774", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "100.2", "max": "106.544", "min": "98.842", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "160.111", "max": "160.35", "min": "159.911", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "126.266", "max": "128.444", "min": "125.977", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "103.477", "max": "104.313", "min": "103.122", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "23.725", "max": "24.294", "min": "23.5", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "55.871", "max": "56.292", "min": "55.548", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "122.055", "max": "123.542", "min": "121.729", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "217.308", "max": "264.434", "min": "205.819", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "31.44", "max": "31.625", "min": "31.312", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "171.395", "max": "236.357", "min": "162.56", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "51.947", "max": "52.083", "min": "51.83", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "360.904", "max": "361.244", "min": "360.444", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "121.739", "max": "123.412", "min": "121.453", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "20.449", "max": "20.804", "min": "20.313", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "189.855", "max": "190.215", "min": "189.617", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "242.041", "max": "242.353", "min": "241.828", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "179.395", "max": "180.355", "min": "179.161", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "78.156", "max": "80.818", "min": "77.889", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "285.499", "max": "301.821", "min": "254.659", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "28.812", "max": "29.091", "min": "28.622", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "15.146", "max": "15.311", "min": "15.051", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "97.223", "max": "105.289", "min": "96.664", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "244.762", "max": "244.931", "min": "244.649", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "91.459", "max": "92.403", "min": "91.31", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "103.949", "max": "104.322", "min": "103.737", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "120.75", "max": "130.215", "min": "120.126", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "106.445", "max": "107.149", "min": "106.336", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "88.317", "max": "89.146", "min": "88.075", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "153.567", "max": "154.392", "min": "153.344", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "135.133", "max": "135.351", "min": "134.998", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "151.823", "max": "153.657", "min": "151.516", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "127.106", "max": "127.272", "min": "127.002", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "94.329", "max": "95.262", "min": "93.971", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "99.935", "max": "100.223", "min": "99.801", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "147.904", "max": "148.167", "min": "147.762", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "115.233", "max": "115.768", "min": "115.09", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "153.768", "max": "154.694", "min": "153.408", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "114.275", "max": "116.874", "min": "113.56", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "133.279", "max": "185.118", "min": "102.714", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "85.809", "max": "85.984", "min": "85.653", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "159.748", "max": "160.085", "min": "159.551", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "122.93", "max": "123.298", "min": "122.683", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "158.536", "max": "159.028", "min": "158.106", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "88.173", "max": "89.375", "min": "87.933", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "238.522", "max": "242.621", "min": "238.145", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "114.713", "max": "114.816", "min": "114.594", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "110.037", "max": "111.803", "min": "109.816", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "124.025", "max": "124.157", "min": "123.838", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "132.504", "max": "143.85", "min": "121.093", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "147.596", "max": "147.754", "min": "147.459", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "91.226", "max": "98.841", "min": "90.577", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "88.87", "max": "90.743", "min": "88.424", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "91.595", "max": "91.966", "min": "91.36", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "251.03", "max": "261.047", "min": "250.488", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "22.851", "max": "31.19", "min": "21.445", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "240.666", "max": "243.764", "min": "235.443", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "216.116", "max": "216.683", "min": "215.965", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "98.027", "max": "98.202", "min": "97.86", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "243.496", "max": "243.902", "min": "243.294", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "65.536", "max": "66.478", "min": "65.292", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "117.829", "max": "118.074", "min": "117.636", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "159.58", "max": "161.844", "min": "159.276", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "88.405", "max": "89.518", "min": "88.11", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "93.704", "max": "95.421", "min": "93.304", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "14.563", "max": "14.89", "min": "14.436", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "38.908", "max": "39.246", "min": "38.769", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "255.113", "max": "255.658", "min": "254.918", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "23.88", "max": "24.218", "min": "23.76", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "107.029", "max": "107.263", "min": "106.728", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "13.476", "max": "13.753", "min": "13.363", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "111.463", "max": "111.812", "min": "111.358", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "143.024", "max": "143.442", "min": "142.865", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "47.54", "max": "50.994", "min": "43.955", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "106.421", "max": "106.657", "min": "106.232", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "136.577", "max": "139.368", "min": "135.72", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "94.803", "max": "98.282", "min": "94.014", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "200.719", "max": "203.148", "min": "200.21", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "129.125", "max": "129.399", "min": "128.898", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "168.166", "max": "168.466", "min": "167.969", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "130.552", "max": "130.632", "min": "130.458", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "104.328", "max": "104.469", "min": "104.231", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "123.78", "max": "123.917", "min": "123.695", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "29.24", "max": "30.572", "min": "28.857", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "28.05", "max": "28.236", "min": "27.923", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "143.078", "max": "146.937", "min": "140.937", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "104.678", "max": "105.866", "min": "103.778", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "29.93", "max": "31.26", "min": "28.792", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "154.432", "max": "156.051", "min": "154.16", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "17.64", "max": "17.875", "min": "17.484", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "93.815", "max": "98.992", "min": "93.461", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "235.563", "max": "236.781", "min": "233.637", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "115.916", "max": "120.061", "min": "111.771", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "93.079", "max": "93.28", "min": "92.946", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "103.331", "max": "103.558", "min": "103.198", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "181.267", "max": "181.909", "min": "180.952", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "106.809", "max": "115.273", "min": "99.662", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "120.489", "max": "120.815", "min": "120.279", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "216.085", "max": "217.611", "min": "215.621", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "201.681", "max": "201.988", "min": "201.458", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "15.294", "max": "19.86", "min": "14.551", "id": "81", "country": "United States", "source_name": "Detroit", "destination_name": "Lansing", "destination_id": "295" } } }, "82": { "name": "Portland", "data": { "0": { "avg": "165.68", "max": "165.8", "min": "165.528", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "202.596", "max": "203.007", "min": "202.39", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "56.279", "max": "56.607", "min": "55.991", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "181.006", "max": "187.396", "min": "180.198", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "149.992", "max": "150.232", "min": "149.801", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "85.561", "max": "85.882", "min": "85.32", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "134.841", "max": "135.173", "min": "134.609", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "239.996", "max": "244.932", "min": "239.104", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "181.477", "max": "181.913", "min": "181.19", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "154.844", "max": "156.35", "min": "154.484", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "139.999", "max": "140.647", "min": "139.721", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "61.862", "max": "62.671", "min": "61.637", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "77.877", "max": "78", "min": "77.745", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "64.075", "max": "64.604", "min": "63.799", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "74.628", "max": "75.117", "min": "74.328", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "70.087", "max": "71.005", "min": "69.786", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "163.097", "max": "163.567", "min": "162.798", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "67.685", "max": "69.016", "min": "67.425", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "155.634", "max": "155.918", "min": "155.474", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "161.688", "max": "161.957", "min": "161.529", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "219.31", "max": "219.467", "min": "219.157", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "59.423", "max": "59.625", "min": "59.284", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "17.353", "max": "17.666", "min": "17.184", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "5.026", "max": "6.85", "min": "4.772", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "161.394", "max": "162.831", "min": "161.067", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "172.122", "max": "172.301", "min": "171.998", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "157.888", "max": "158.578", "min": "157.689", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "153.775", "max": "154.054", "min": "153.331", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "140.652", "max": "141.055", "min": "140.344", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "15.754", "max": "16.04", "min": "15.573", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "160.423", "max": "160.686", "min": "160.195", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "166.61", "max": "166.754", "min": "166.477", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "68.63", "max": "74.599", "min": "68.183", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "173.907", "max": "174.277", "min": "173.585", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "145.291", "max": "145.948", "min": "144.821", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "176.039", "max": "179.026", "min": "175.549", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "28.955", "max": "29.289", "min": "28.857", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "30.98", "max": "31.2", "min": "30.723", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "53.875", "max": "54.148", "min": "53.668", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "79.559", "max": "80.417", "min": "79.17", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "275.29", "max": "279.782", "min": "274.684", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "151.496", "max": "152.185", "min": "151.111", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "186.935", "max": "187.115", "min": "186.757", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "158.909", "max": "160.015", "min": "158.617", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "285.528", "max": "285.88", "min": "285.297", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "161.255", "max": "162.032", "min": "160.872", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "166.258", "max": "166.704", "min": "165.929", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "140.235", "max": "141.74", "min": "139.963", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "210.463", "max": "210.769", "min": "210.267", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "62.129", "max": "62.397", "min": "62.031", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "69.346", "max": "69.543", "min": "69.21", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "8.146", "max": "9.976", "min": "7.818", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "218.224", "max": "229.569", "min": "211.945", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.802", "max": "38.994", "min": "38.655", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "269.079", "max": "277.431", "min": "265.671", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "181.13", "max": "181.452", "min": "180.785", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "162.168", "max": "163.115", "min": "161.067", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "185.079", "max": "185.334", "min": "184.941", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "167.806", "max": "172.139", "min": "166.786", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "156.817", "max": "157.053", "min": "156.652", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "200.446", "max": "201.492", "min": "199.894", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "202.601", "max": "268.587", "min": "198.958", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "184.473", "max": "256.766", "min": "178.938", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "183.386", "max": "184.095", "min": "183.224", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "175.614", "max": "175.961", "min": "175.421", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "178.54", "max": "184.449", "min": "178.186", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.737", "max": "80.163", "min": "79.569", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "168.019", "max": "168.392", "min": "167.639", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "179.939", "max": "181.344", "min": "179.146", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "35.378", "max": "36.485", "min": "35.243", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "154.344", "max": "155.318", "min": "154.108", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "32.017", "max": "32.304", "min": "31.728", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "115.455", "max": "117.666", "min": "114.964", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "65.98", "max": "66.296", "min": "65.658", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "197.968", "max": "198.569", "min": "197.761", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "137.055", "max": "137.267", "min": "136.911", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "79.925", "max": "80.109", "min": "79.765", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "33.179", "max": "33.481", "min": "33.044", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "75.317", "max": "86.599", "min": "74.676", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "58.152", "max": "58.663", "min": "57.92", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "0.038", "max": "0.056", "min": "0.032", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "76.811", "max": "77.568", "min": "76.492", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "171.362", "max": "175.387", "min": "170.783", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "256.166", "max": "256.677", "min": "255.937", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "40.007", "max": "40.204", "min": "39.912", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "190.996", "max": "192.505", "min": "190.59", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "143.045", "max": "144.586", "min": "142.706", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "86.314", "max": "86.497", "min": "86.165", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "44.666", "max": "44.881", "min": "44.456", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "134.16", "max": "138.541", "min": "133.644", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "63.873", "max": "64.603", "min": "63.198", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "26.291", "max": "27.791", "min": "25.988", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "154.534", "max": "154.799", "min": "154.419", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "135.789", "max": "136.353", "min": "135.457", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "69.479", "max": "69.712", "min": "69.36", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "76.592", "max": "76.755", "min": "76.439", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "128.698", "max": "128.953", "min": "128.487", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "118.195", "max": "136.794", "min": "116.839", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "25.291", "max": "26.088", "min": "25.081", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "61.003", "max": "62.779", "min": "60.666", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "72.276", "max": "72.48", "min": "72.143", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "21.218", "max": "21.506", "min": "20.941", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "172.551", "max": "172.926", "min": "172.293", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "171.556", "max": "176.427", "min": "170.988", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "60.397", "max": "60.615", "min": "60.143", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "271.879", "max": "272.241", "min": "271.576", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "146.977", "max": "147.119", "min": "146.889", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "67.232", "max": "67.488", "min": "67.015", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "82.676", "max": "83.033", "min": "82.517", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "266.794", "max": "267.074", "min": "266.624", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "164.222", "max": "164.5", "min": "163.993", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "140.543", "max": "140.702", "min": "140.444", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "61.335", "max": "61.614", "min": "61.109", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "317.899", "max": "343.03", "min": "316.171", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "534.695", "max": "654.288", "min": "362.469", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "265.676", "max": "343.094", "min": "198.212", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "303.927", "max": "317.309", "min": "302.814", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "95.843", "max": "98.407", "min": "95.456", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "53.195", "max": "53.526", "min": "53.077", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "70.875", "max": "71.948", "min": "70.531", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "32.966", "max": "33.782", "min": "32.736", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "151.641", "max": "296.543", "min": "71.733", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "185.359", "max": "185.768", "min": "185.172", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "173.174", "max": "311.492", "min": "164.175", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "164.63", "max": "165.005", "min": "164.321", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "188.324", "max": "189.205", "min": "187.822", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "62.142", "max": "62.532", "min": "61.845", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "302.114", "max": "302.734", "min": "301.764", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "277.413", "max": "277.991", "min": "277.19", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "34.148", "max": "34.434", "min": "33.969", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "68.589", "max": "69.437", "min": "68.363", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "68.725", "max": "69.072", "min": "68.532", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "88.761", "max": "89.104", "min": "88.532", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "196.539", "max": "197.985", "min": "195.785", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "63.404", "max": "64.93", "min": "63.19", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "80.822", "max": "97.164", "min": "80.132", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "44.195", "max": "49.373", "min": "43.29", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "57.351", "max": "57.478", "min": "57.143", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "53.72", "max": "56.415", "min": "53.498", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "76.685", "max": "76.857", "min": "76.565", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "180.427", "max": "180.713", "min": "180.254", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "268.218", "max": "272.393", "min": "267.702", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "175.355", "max": "182.242", "min": "174.713", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "152.943", "max": "153.313", "min": "152.503", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "67.653", "max": "78.429", "min": "67.102", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "151.13", "max": "151.753", "min": "150.797", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "178.089", "max": "190.496", "min": "177.435", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "258.678", "max": "259.92", "min": "254.8", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "128.178", "max": "129.342", "min": "127.864", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "137.596", "max": "137.987", "min": "137.379", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "141.711", "max": "156.398", "min": "139.747", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "104.815", "max": "105.055", "min": "104.575", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "161.811", "max": "162.279", "min": "161.387", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "154.785", "max": "156.638", "min": "154.148", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "65.523", "max": "69.745", "min": "65.137", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "12.17", "max": "12.535", "min": "11.886", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "177.071", "max": "179.27", "min": "176.519", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "172.625", "max": "212.017", "min": "164.619", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "38.227", "max": "38.437", "min": "38.035", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "213.75", "max": "283.863", "min": "208.078", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "100.539", "max": "100.805", "min": "100.382", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "317.636", "max": "317.943", "min": "317.01", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "177.774", "max": "177.911", "min": "177.61", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "69.21", "max": "70.281", "min": "68.993", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "240.191", "max": "240.513", "min": "239.901", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "283.261", "max": "283.678", "min": "283.039", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "219.398", "max": "219.606", "min": "219.201", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "78.433", "max": "78.739", "min": "78.272", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "155.176", "max": "157.66", "min": "154.17", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "75.609", "max": "75.814", "min": "75.529", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "67.591", "max": "67.965", "min": "67.427", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "156.921", "max": "161.353", "min": "156.309", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "281.542", "max": "281.787", "min": "281.327", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "137.643", "max": "139.573", "min": "137.301", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "169.984", "max": "170.631", "min": "169.732", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "168.046", "max": "181.384", "min": "167.453", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "166.339", "max": "166.541", "min": "166.196", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "147.484", "max": "148.247", "min": "147.155", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "198.136", "max": "198.728", "min": "197.97", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "199.598", "max": "199.774", "min": "199.464", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "188.315", "max": "191.716", "min": "187.916", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "195.585", "max": "196.037", "min": "195.41", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "134.205", "max": "135.855", "min": "133.775", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "150.964", "max": "151.208", "min": "150.841", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "150.416", "max": "150.62", "min": "150.248", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "149.139", "max": "149.386", "min": "148.775", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "183.758", "max": "184.044", "min": "183.322", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "175.356", "max": "185.261", "min": "173.944", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "165.502", "max": "223.878", "min": "141.834", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "135.06", "max": "135.153", "min": "134.984", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "186.545", "max": "187.269", "min": "186.191", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "161.569", "max": "164.482", "min": "161.117", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "182.226", "max": "182.856", "min": "181.679", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "149.381", "max": "150.491", "min": "148.909", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "173.242", "max": "190.317", "min": "172.341", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "177.174", "max": "177.423", "min": "176.95", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "160.657", "max": "160.923", "min": "160.424", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "164.456", "max": "164.8", "min": "164.211", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "166.93", "max": "173.778", "min": "165.307", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "204.095", "max": "204.316", "min": "203.89", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "154.726", "max": "156.417", "min": "154.44", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "156.515", "max": "159.27", "min": "155.501", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "146.219", "max": "146.576", "min": "145.981", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "174.261", "max": "179.526", "min": "173.985", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "74.117", "max": "76.329", "min": "73.611", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "200.647", "max": "200.84", "min": "200.351", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "262.155", "max": "262.41", "min": "262", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "137.816", "max": "138.028", "min": "137.553", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "285.642", "max": "287.326", "min": "285.311", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "31.147", "max": "31.425", "min": "30.903", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "167.994", "max": "168.416", "min": "167.781", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "214.783", "max": "215.568", "min": "214.573", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "145.777", "max": "146.675", "min": "145.407", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "135.578", "max": "138.611", "min": "134.985", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "48.946", "max": "49.201", "min": "48.728", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "77.586", "max": "77.936", "min": "77.378", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "227.424", "max": "227.737", "min": "227.187", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "83.6", "max": "83.852", "min": "83.475", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "148.175", "max": "148.464", "min": "147.85", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "73.206", "max": "73.391", "min": "73.049", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "149.76", "max": "150.096", "min": "149.337", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "183.944", "max": "186.113", "min": "183.539", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "87.1", "max": "90.206", "min": "83.858", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "145.19", "max": "145.488", "min": "144.868", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "178.6", "max": "179.405", "min": "177.924", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "122.173", "max": "135.683", "min": "120.787", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "233.461", "max": "234.56", "min": "232.875", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "85.958", "max": "86.73", "min": "85.733", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "246.468", "max": "247.282", "min": "246.201", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "189.695", "max": "189.861", "min": "189.505", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "144.636", "max": "144.905", "min": "144.409", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "215.723", "max": "215.926", "min": "215.565", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "75.194", "max": "78.583", "min": "74.587", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "71.142", "max": "71.44", "min": "70.864", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "201.177", "max": "205.461", "min": "199.476", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "159.704", "max": "163.244", "min": "159.34", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "73.036", "max": "75.199", "min": "71.835", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "200.426", "max": "201.267", "min": "200.16", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "40.181", "max": "40.579", "min": "39.853", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "140.924", "max": "145.217", "min": "140.453", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "181.944", "max": "182.965", "min": "179.734", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "158.498", "max": "158.498", "min": "158.498", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "131.601", "max": "131.949", "min": "131.38", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "144.113", "max": "144.33", "min": "143.86", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "237.542", "max": "315.547", "min": "234.707", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "165.432", "max": "174.335", "min": "157.184", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "172.29", "max": "172.451", "min": "172.108", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "223.687", "max": "224.615", "min": "223.376", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "211.856", "max": "212.502", "min": "211.51", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "72.397", "max": "72.778", "min": "72.271", "id": "82", "country": "United States", "source_name": "Portland", "destination_name": "Lansing", "destination_id": "295" } } }, "83": { "name": "Halifax", "data": { "0": { "avg": "178.004", "max": "179.01", "min": "177.721", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "266.937", "max": "267.211", "min": "266.726", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "27.749", "max": "27.997", "min": "27.553", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "113.671", "max": "118.278", "min": "113.182", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "90.25", "max": "90.872", "min": "89.968", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "155.088", "max": "156.089", "min": "154.656", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "93.669", "max": "95.886", "min": "93.302", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "305.332", "max": "327.121", "min": "303.659", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "145.287", "max": "146.331", "min": "145.005", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "113.04", "max": "113.794", "min": "112.65", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "88.773", "max": "89.745", "min": "88.449", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "54.535", "max": "56.635", "min": "54.101", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "18.437", "max": "19.329", "min": "18.205", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "15.288", "max": "16.191", "min": "14.998", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "49.946", "max": "50.542", "min": "49.562", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "38.231", "max": "41.041", "min": "37.742", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "116.78", "max": "117.206", "min": "116.514", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "34.083", "max": "36.646", "min": "33.519", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "84.954", "max": "85.439", "min": "84.659", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "107.228", "max": "110.474", "min": "106.914", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "282.747", "max": "283.209", "min": "282.521", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "35.139", "max": "35.787", "min": "34.896", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "77.998", "max": "79.418", "min": "77.673", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "74.165", "max": "78.027", "min": "73.631", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "122.12", "max": "123.96", "min": "121.743", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "105.238", "max": "105.849", "min": "104.87", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "104.994", "max": "108.924", "min": "104.52", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "116.612", "max": "117.47", "min": "116.274", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "107.105", "max": "107.701", "min": "106.697", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "81.982", "max": "83.068", "min": "81.558", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "244.725", "max": "245.137", "min": "244.509", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "115.057", "max": "115.955", "min": "114.724", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "84.853", "max": "97.003", "min": "83.952", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "121.985", "max": "123.024", "min": "121.711", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "104.865", "max": "107.536", "min": "104.371", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "232.685", "max": "233.519", "min": "232.393", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "79.36", "max": "80.561", "min": "79.089", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "77.247", "max": "77.662", "min": "76.916", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "53.364", "max": "54.018", "min": "52.996", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "24.601", "max": "25.166", "min": "24.347", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.333", "max": "240.539", "min": "233.798", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "93.683", "max": "94.368", "min": "93.377", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "129.798", "max": "130.664", "min": "129.399", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "125.968", "max": "126.234", "min": "125.707", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "230.768", "max": "231.232", "min": "230.609", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "108.653", "max": "109.206", "min": "108.04", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "128.257", "max": "129.057", "min": "127.932", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "100.251", "max": "101.412", "min": "99.935", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "179.452", "max": "181.145", "min": "179.066", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "57.265", "max": "57.65", "min": "57.128", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "16.052", "max": "16.334", "min": "15.783", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "77.716", "max": "78.126", "min": "77.4", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "151.876", "max": "175.638", "min": "101.519", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "45.681", "max": "46.457", "min": "45.383", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "270.559", "max": "293.16", "min": "265.103", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "250.634", "max": "252.801", "min": "250.106", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "116.073", "max": "118.978", "min": "114.872", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "223.144", "max": "223.43", "min": "222.847", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "114.269", "max": "115.477", "min": "113.704", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "96.849", "max": "97.76", "min": "96.476", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "135.865", "max": "136.804", "min": "135.523", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "137.371", "max": "188.574", "min": "132.129", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "250.342", "max": "318.768", "min": "242.562", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "253.962", "max": "254.614", "min": "253.737", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "122.659", "max": "123.32", "min": "122.418", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "125.763", "max": "127.899", "min": "125.242", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "19.95", "max": "22.757", "min": "19.623", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "125.829", "max": "136.801", "min": "124.761", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "154.573", "max": "155.923", "min": "153.891", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "67.391", "max": "68.178", "min": "67.172", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "219.285", "max": "221.066", "min": "218.866", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "79.75", "max": "80.447", "min": "79.35", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "98.162", "max": "108.006", "min": "96.62", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "43.812", "max": "45.56", "min": "43.385", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "123.458", "max": "126.378", "min": "122.75", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "89.54", "max": "89.75", "min": "89.307", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "33.489", "max": "34.123", "min": "33.272", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "80.071", "max": "81.99", "min": "79.76", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "35.329", "max": "44.009", "min": "34.648", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "39.373", "max": "42.107", "min": "39.045", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "76.853", "max": "77.891", "min": "76.574", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "0.054", "max": "0.085", "min": "0.023", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "278.637", "max": "284.68", "min": "277.361", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.966", "max": "240.722", "min": "239.671", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "64.553", "max": "65.603", "min": "64.313", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "133.162", "max": "134.53", "min": "132.772", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "85.227", "max": "85.934", "min": "84.841", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "50.872", "max": "51.484", "min": "50.654", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "41.667", "max": "42.298", "min": "41.393", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "88.052", "max": "96.789", "min": "87.141", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "44.56", "max": "45.846", "min": "43.896", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "83.664", "max": "84.25", "min": "83.314", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "99.419", "max": "100.317", "min": "99.086", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "207.216", "max": "207.8", "min": "206.992", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "25.264", "max": "26.44", "min": "24.906", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "50.955", "max": "53.179", "min": "50.608", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "93.465", "max": "94.961", "min": "93.084", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "78.54", "max": "85.132", "min": "76.94", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "95.13", "max": "104.98", "min": "90.819", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "35.82", "max": "41.419", "min": "35.19", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "44.017", "max": "46.597", "min": "43.689", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "85.652", "max": "86.387", "min": "85.248", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "130.247", "max": "130.774", "min": "129.861", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "259.091", "max": "261.021", "min": "258.25", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "40.595", "max": "41.121", "min": "40.273", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "335.113", "max": "336.34", "min": "334.3", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "109.783", "max": "110.552", "min": "109.474", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "22.937", "max": "24.559", "min": "22.635", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "36.561", "max": "37.291", "min": "36.368", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "227.276", "max": "231.207", "min": "226.897", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.017", "max": "249.633", "min": "248.651", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "198.079", "max": "198.906", "min": "197.459", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "20.781", "max": "21.139", "min": "20.48", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "246.427", "max": "247.034", "min": "246.121", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "444.312", "max": "560.919", "min": "256.65", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "247.551", "max": "371.668", "min": "155.144", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "247.375", "max": "269.217", "min": "245.61", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "171.846", "max": "172.44", "min": "171.508", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "61.159", "max": "62.449", "min": "60.936", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "49.315", "max": "50.024", "min": "48.851", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "55.988", "max": "56.762", "min": "55.639", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "122.934", "max": "273.286", "min": "46.292", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "129.814", "max": "131.776", "min": "129.589", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "115.919", "max": "122.337", "min": "114.955", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "127.755", "max": "128.307", "min": "127.31", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "110.698", "max": "112.404", "min": "110.074", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "18.666", "max": "24.053", "min": "18.032", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "247.046", "max": "247.921", "min": "246.671", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "188.588", "max": "188.908", "min": "188.37", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "103.95", "max": "105.816", "min": "103.496", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "50.524", "max": "50.807", "min": "50.289", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "37.616", "max": "38.205", "min": "37.277", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "44.679", "max": "45.183", "min": "44.523", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "265.467", "max": "266.898", "min": "264.882", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "65.207", "max": "69.174", "min": "64.767", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "24.02", "max": "24.434", "min": "23.732", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "67.651", "max": "74.361", "min": "66.613", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "58.678", "max": "59.179", "min": "58.353", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "54.114", "max": "55.003", "min": "53.763", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "24.803", "max": "45.845", "min": "23.613", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "112.566", "max": "115.07", "min": "112.13", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "256.778", "max": "257.438", "min": "256.334", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "135.493", "max": "143.954", "min": "134.72", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "115.512", "max": "115.846", "min": "115.25", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "128.495", "max": "137.178", "min": "127.898", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "96.561", "max": "97.579", "min": "96.292", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "111.035", "max": "117.239", "min": "110.217", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "219.908", "max": "220.858", "min": "219.618", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "87.868", "max": "88.341", "min": "87.641", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "88.897", "max": "89.236", "min": "88.672", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "93.136", "max": "106.603", "min": "91.226", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "171.369", "max": "173.779", "min": "171.041", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "108.236", "max": "110.205", "min": "107.85", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "108.079", "max": "109.248", "min": "107.709", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "28.443", "max": "28.831", "min": "28.202", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "80.398", "max": "82.576", "min": "80.081", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "123.378", "max": "125.639", "min": "122.878", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "254.129", "max": "298.222", "min": "244.607", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "53.669", "max": "56.74", "min": "53.228", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "180.544", "max": "262.054", "min": "171.892", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "54.847", "max": "62.465", "min": "54.1", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.983", "max": "382.397", "min": "381.582", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "112.188", "max": "114.407", "min": "111.979", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "17.974", "max": "23.226", "min": "17.572", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "187.921", "max": "188.34", "min": "187.74", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "243.499", "max": "243.856", "min": "243.17", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "164.743", "max": "165.698", "min": "164.53", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "91.217", "max": "92.997", "min": "90.945", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "272.196", "max": "282.39", "min": "255.348", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "27.54", "max": "28.155", "min": "27.32", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "31.754", "max": "32.28", "min": "31.468", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "106.062", "max": "108.448", "min": "105.564", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "238.684", "max": "239.286", "min": "238.389", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "94.534", "max": "95.455", "min": "94.25", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "108.052", "max": "109.234", "min": "107.761", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "115.651", "max": "116.58", "min": "115.358", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "105.22", "max": "105.884", "min": "104.917", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "91.039", "max": "91.661", "min": "90.696", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "141.629", "max": "142.906", "min": "141.308", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "121.572", "max": "122.002", "min": "121.332", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "135.839", "max": "136.418", "min": "135.602", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "130.414", "max": "131.295", "min": "130.213", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "93.507", "max": "95.979", "min": "93.072", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "105.346", "max": "106.062", "min": "105.105", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "97.129", "max": "97.643", "min": "96.9", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "108.961", "max": "110.803", "min": "108.564", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "141.84", "max": "142.55", "min": "141.472", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "107.961", "max": "135.121", "min": "105.343", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "109.658", "max": "150.445", "min": "89.845", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "89.531", "max": "89.771", "min": "89.311", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "162.292", "max": "162.699", "min": "162.033", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "121.492", "max": "137.339", "min": "120.49", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "133.529", "max": "136.328", "min": "133.038", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "91.542", "max": "95.287", "min": "91.084", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "265.312", "max": "265.767", "min": "265.096", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "114.603", "max": "115.735", "min": "114.335", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "99.201", "max": "100.047", "min": "98.912", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "124.087", "max": "124.395", "min": "123.818", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "105.942", "max": "111.272", "min": "104.215", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "143.848", "max": "144.267", "min": "143.64", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "83.872", "max": "92.681", "min": "82.728", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "92.351", "max": "93.061", "min": "92.145", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "92.958", "max": "93.672", "min": "92.649", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "238.649", "max": "248.953", "min": "236.229", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "19.789", "max": "26.329", "min": "18.977", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "270.916", "max": "274.209", "min": "267.45", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "287.013", "max": "287.512", "min": "286.739", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "100.52", "max": "101.065", "min": "100.259", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "225.093", "max": "229.65", "min": "222.863", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "96.29", "max": "96.73", "min": "96.006", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "106.111", "max": "106.732", "min": "105.761", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "151.519", "max": "152.131", "min": "151.227", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "90.278", "max": "92.269", "min": "89.797", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "94.464", "max": "95.53", "min": "93.958", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "41.022", "max": "41.489", "min": "40.707", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "58.484", "max": "58.763", "min": "58.253", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "243.309", "max": "246.878", "min": "242.831", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "25.789", "max": "26.578", "min": "25.575", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "107.411", "max": "107.722", "min": "107.146", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "25.324", "max": "27.011", "min": "25.09", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "108.469", "max": "111.867", "min": "108.146", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "168.681", "max": "536.235", "min": "142.85", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "62.67", "max": "66.62", "min": "58.869", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "104.572", "max": "104.966", "min": "104.321", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "125.754", "max": "129.602", "min": "125.002", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "84.874", "max": "90.399", "min": "83.435", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "170.643", "max": "171.607", "min": "170.106", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "159.866", "max": "160.461", "min": "159.49", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "176.003", "max": "176.767", "min": "175.753", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "130.322", "max": "132.227", "min": "129.987", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "93.361", "max": "95.87", "min": "93.034", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "136", "max": "136.325", "min": "135.837", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "19.391", "max": "20.063", "min": "18.954", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "31.087", "max": "31.855", "min": "30.733", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "148.15", "max": "152.537", "min": "146.397", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "117.995", "max": "119.904", "min": "116.976", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "23.571", "max": "25.258", "min": "22.46", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "140.515", "max": "142.078", "min": "140.177", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "44.051", "max": "44.473", "min": "43.815", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "90.754", "max": "91.511", "min": "90.345", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "258.377", "max": "260.863", "min": "247.674", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "117.925", "max": "117.925", "min": "117.925", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "80.69", "max": "81.04", "min": "80.475", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "102.901", "max": "111.88", "min": "102.332", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "183.194", "max": "185.639", "min": "182.655", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "111.806", "max": "121.678", "min": "103.76", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "116.378", "max": "116.847", "min": "116.045", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "248.134", "max": "249.946", "min": "247.506", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "176.653", "max": "177.458", "min": "176.202", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "47.031", "max": "48.484", "min": "46.719", "id": "83", "country": "Canada", "source_name": "Halifax", "destination_name": "Lansing", "destination_id": "295" } } }, "86": { "name": "Salt Lake City", "data": { "0": { "avg": "141.844", "max": "142.081", "min": "141.693", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "176.927", "max": "180.708", "min": "176.554", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "51.685", "max": "53.421", "min": "51.514", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "166.302", "max": "173.669", "min": "165.56", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "152.851", "max": "153.137", "min": "152.681", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "138.895", "max": "139.228", "min": "138.754", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "126.396", "max": "126.568", "min": "126.242", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "184.818", "max": "187.883", "min": "184.342", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "179.762", "max": "180.101", "min": "179.561", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "141.102", "max": "141.659", "min": "140.917", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "127.69", "max": "133.793", "min": "127.28", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "35.246", "max": "35.628", "min": "35.124", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "51.197", "max": "51.306", "min": "51.116", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "57.298", "max": "58.403", "min": "57.119", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "85.577", "max": "85.678", "min": "85.469", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "57.053", "max": "57.782", "min": "56.809", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "164.565", "max": "164.972", "min": "164.335", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "68.687", "max": "79.833", "min": "64.225", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "150.237", "max": "150.423", "min": "150.118", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "148.127", "max": "148.19", "min": "148.034", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "181.033", "max": "184.151", "min": "180.843", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "51.802", "max": "51.875", "min": "51.719", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "69.349", "max": "69.508", "min": "69.235", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "39.868", "max": "40.569", "min": "39.687", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "158.979", "max": "160.166", "min": "158.742", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "130.511", "max": "130.623", "min": "130.409", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "162.992", "max": "164.048", "min": "162.805", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "155.091", "max": "156.589", "min": "154.737", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "124.325", "max": "124.438", "min": "124.241", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "23.977", "max": "24.743", "min": "23.784", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "250.097", "max": "250.239", "min": "249.964", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "149.328", "max": "149.509", "min": "149.223", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "92.918", "max": "93.063", "min": "92.756", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "160.698", "max": "161.045", "min": "160.58", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "149.598", "max": "152.585", "min": "149.331", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.487", "max": "188.625", "min": "186.211", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "28.024", "max": "28.106", "min": "27.959", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "75.816", "max": "76.492", "min": "75.646", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "47.532", "max": "47.976", "min": "47.342", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "62.675", "max": "66.603", "min": "62.273", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "280.385", "max": "287.673", "min": "279.659", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "143.098", "max": "144.361", "min": "142.686", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "154.156", "max": "154.355", "min": "154.005", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "163.03", "max": "167.163", "min": "162.516", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "316.413", "max": "320.509", "min": "316.15", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "151.966", "max": "152.553", "min": "151.464", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "148.711", "max": "149.888", "min": "148.522", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "115.994", "max": "116.31", "min": "115.879", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "186.887", "max": "187.327", "min": "186.75", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "51.627", "max": "51.814", "min": "51.504", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "56.7", "max": "57.1", "min": "56.599", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "76.034", "max": "76.306", "min": "75.838", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "127.543", "max": "214.974", "min": "122.015", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "21.026", "max": "21.205", "min": "20.951", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "249.613", "max": "258.708", "min": "246.49", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "222.565", "max": "222.93", "min": "222.356", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "149.937", "max": "152.418", "min": "148.873", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "189.898", "max": "190.256", "min": "189.771", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "186.892", "max": "187.155", "min": "186.764", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "149.718", "max": "149.877", "min": "149.619", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "192.335", "max": "196.285", "min": "188.806", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "187.631", "max": "233.872", "min": "181.976", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "204.974", "max": "217.927", "min": "204.053", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "252.163", "max": "252.292", "min": "252.067", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "179.251", "max": "181.923", "min": "173.817", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "164.201", "max": "167.693", "min": "163.952", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "68.472", "max": "68.887", "min": "68.344", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "161.095", "max": "173.535", "min": "159.216", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "182.989", "max": "184.391", "min": "182.156", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "66.198", "max": "66.404", "min": "66.105", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "161.509", "max": "162.391", "min": "161.323", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "24.957", "max": "25.305", "min": "24.789", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "107.291", "max": "107.479", "min": "107.186", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "65.202", "max": "65.32", "min": "65.118", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "158.299", "max": "158.853", "min": "158.143", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "121.777", "max": "122.02", "min": "121.661", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "64.036", "max": "64.15", "min": "63.897", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "28.915", "max": "34.02", "min": "28.665", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "71.291", "max": "80.763", "min": "70.712", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "44.301", "max": "44.556", "min": "44.122", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "39.987", "max": "40.2", "min": "39.82", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "64.515", "max": "64.977", "min": "64.338", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "276.245", "max": "279.899", "min": "275.912", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "266.924", "max": "267.454", "min": "266.717", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "0.034", "max": "0.088", "min": "0.026", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "175.322", "max": "176.376", "min": "174.822", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "145.272", "max": "145.616", "min": "145.054", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "81.19", "max": "81.32", "min": "81.068", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "26.699", "max": "27.176", "min": "26.522", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "117.046", "max": "118.219", "min": "116.856", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "56.076", "max": "57.712", "min": "55.451", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "27.792", "max": "32.736", "min": "27.405", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "150.349", "max": "150.485", "min": "150.281", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "239.579", "max": "243.024", "min": "239.338", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "50.96", "max": "51.687", "min": "50.743", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "79.103", "max": "81.384", "min": "78.667", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "108.812", "max": "109.108", "min": "108.619", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "118.627", "max": "120.281", "min": "118.084", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "26.767", "max": "26.922", "min": "26.672", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "52.639", "max": "55.264", "min": "52.266", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "64.132", "max": "64.24", "min": "64.047", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "67.868", "max": "70.779", "min": "67.671", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "192.524", "max": "193.387", "min": "192.364", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "196.915", "max": "200.839", "min": "196.237", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "52.166", "max": "52.626", "min": "51.977", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "164.919", "max": "167.017", "min": "164.538", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "131.45", "max": "132.138", "min": "131.314", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "66.135", "max": "68.535", "min": "62.419", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "58.922", "max": "60.098", "min": "58.749", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "303.666", "max": "304.251", "min": "303.517", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "270.466", "max": "270.905", "min": "270.274", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "197.228", "max": "197.336", "min": "197.126", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "49.17", "max": "49.281", "min": "49.064", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "250.602", "max": "255.447", "min": "250.105", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "479.52", "max": "597.636", "min": "301.696", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "278.026", "max": "379.166", "min": "202.144", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "286.578", "max": "300.439", "min": "285.579", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "141.054", "max": "145.201", "min": "140.574", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "49.552", "max": "49.674", "min": "49.444", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "81.841", "max": "82.854", "min": "81.628", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "52.074", "max": "53.485", "min": "51.855", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "172.294", "max": "333.936", "min": "74.814", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "185.035", "max": "185.465", "min": "184.912", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "165.96", "max": "361.773", "min": "153.213", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "153.604", "max": "153.724", "min": "153.523", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "165.308", "max": "166.14", "min": "164.93", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "49.777", "max": "52.971", "min": "49.523", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "263.417", "max": "263.79", "min": "263.224", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "241.728", "max": "242.405", "min": "241.54", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "75.936", "max": "78.36", "min": "75.73", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "74.673", "max": "74.886", "min": "74.553", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "72.259", "max": "72.458", "min": "72.105", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "61.397", "max": "61.596", "min": "61.308", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "177.706", "max": "179.825", "min": "176.931", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "57.087", "max": "57.343", "min": "56.962", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "72.609", "max": "73.44", "min": "72.36", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "46.46", "max": "50.651", "min": "45.721", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "42.297", "max": "42.406", "min": "42.22", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "29.074", "max": "29.195", "min": "29.005", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "72.283", "max": "72.44", "min": "72.181", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "165.865", "max": "166.316", "min": "165.731", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "257.616", "max": "263.226", "min": "256.728", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "159.821", "max": "160.162", "min": "159.662", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "155.669", "max": "155.86", "min": "155.44", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "61.117", "max": "71.694", "min": "60.331", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "143.02", "max": "143.409", "min": "142.742", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "150.166", "max": "154.511", "min": "149.892", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "259.393", "max": "259.596", "min": "259.32", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "132.425", "max": "133.114", "min": "132.306", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "116.697", "max": "116.811", "min": "116.603", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "128.354", "max": "136.408", "min": "126.432", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "169.969", "max": "170.098", "min": "169.872", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "172.936", "max": "177.237", "min": "172.626", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "153.659", "max": "177.298", "min": "151.382", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "62.871", "max": "64.587", "min": "62.684", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "62.227", "max": "62.809", "min": "62.075", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "175.728", "max": "176.065", "min": "175.514", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "181.948", "max": "219.39", "min": "174.131", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "71.847", "max": "72.046", "min": "71.748", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "197.804", "max": "299.755", "min": "192.363", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "101.883", "max": "102.067", "min": "101.782", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "442.721", "max": "443.264", "min": "442.388", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "147.644", "max": "147.928", "min": "147.498", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "48.145", "max": "48.657", "min": "47.981", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "245.585", "max": "245.73", "min": "245.472", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "276.024", "max": "276.117", "min": "275.916", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "219.001", "max": "219.862", "min": "218.837", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "69.514", "max": "69.674", "min": "69.399", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "287.281", "max": "298.634", "min": "266.6", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "60.161", "max": "60.276", "min": "60.072", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "44.248", "max": "44.324", "min": "44.172", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "133.81", "max": "134.912", "min": "133.598", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "290.77", "max": "290.964", "min": "290.632", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "142.593", "max": "143.104", "min": "142.481", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "159.837", "max": "160.2", "min": "159.561", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "147.442", "max": "160.666", "min": "146.826", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "153.768", "max": "158.984", "min": "153.522", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "140.355", "max": "144.19", "min": "139.956", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "177.527", "max": "178.145", "min": "177.359", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "200.293", "max": "200.386", "min": "200.182", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "175.218", "max": "176.23", "min": "175.052", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "170.158", "max": "170.311", "min": "170.01", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "120.542", "max": "122.715", "min": "120.292", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "128.135", "max": "128.385", "min": "128.029", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "140.308", "max": "140.385", "min": "140.242", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "158.531", "max": "158.669", "min": "158.401", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "167.883", "max": "168.219", "min": "167.617", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "162.671", "max": "174.25", "min": "161.284", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "161.823", "max": "220.905", "min": "132.576", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "128.089", "max": "129.424", "min": "127.945", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "179.706", "max": "180.477", "min": "179.545", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "148.294", "max": "148.55", "min": "148.1", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "175.131", "max": "175.534", "min": "174.733", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "140.435", "max": "168.936", "min": "139.004", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.047", "max": "214.204", "min": "213.931", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "138.662", "max": "139.028", "min": "138.56", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "171.833", "max": "174.551", "min": "165.704", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "170.782", "max": "170.903", "min": "170.668", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "118.442", "max": "127.077", "min": "116.509", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "193.457", "max": "193.603", "min": "193.3", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "122.41", "max": "135.619", "min": "121.252", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "151.204", "max": "151.389", "min": "151.072", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "145.353", "max": "145.64", "min": "145.175", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "179.44", "max": "191.252", "min": "177.393", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "52.738", "max": "56.147", "min": "52.099", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "257.759", "max": "259.814", "min": "251.613", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "290.872", "max": "291.76", "min": "290.707", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "127.965", "max": "128.037", "min": "127.881", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "266.24", "max": "266.905", "min": "266.042", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "33.976", "max": "35.907", "min": "33.679", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "167.003", "max": "168.827", "min": "161.731", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "196.332", "max": "196.583", "min": "196.176", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "137.626", "max": "139.346", "min": "137.138", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "138.335", "max": "139.3", "min": "138.114", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "64.977", "max": "65.106", "min": "64.89", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "82.046", "max": "82.314", "min": "81.969", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "292.634", "max": "296.586", "min": "287.589", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "67.062", "max": "67.359", "min": "66.909", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "148.251", "max": "149.565", "min": "148.074", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "72.337", "max": "72.539", "min": "72.242", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "154.463", "max": "154.58", "min": "154.361", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "190.519", "max": "199.877", "min": "190.055", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "84.324", "max": "87.925", "min": "81.367", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "135.691", "max": "135.851", "min": "135.58", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "179.787", "max": "182.536", "min": "178.938", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "104.89", "max": "117.235", "min": "103.237", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "226.939", "max": "228.005", "min": "226.514", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "204.369", "max": "204.611", "min": "204.249", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "224.196", "max": "224.576", "min": "224.008", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "179.645", "max": "179.793", "min": "179.53", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "128.484", "max": "128.859", "min": "128.361", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "176.49", "max": "176.684", "min": "176.397", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "59.714", "max": "62.885", "min": "59.119", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "63.998", "max": "64.227", "min": "63.85", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "192.54", "max": "197.047", "min": "190.815", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "136.254", "max": "137.368", "min": "135.753", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "54.419", "max": "56.269", "min": "53.289", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "180.06", "max": "181.016", "min": "179.91", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "52.237", "max": "52.609", "min": "52.075", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "130.859", "max": "137.395", "min": "130.547", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "236.434", "max": "236.587", "min": "236.313", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "148.447", "max": "148.447", "min": "148.447", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "122.218", "max": "122.847", "min": "122.125", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "128.359", "max": "128.424", "min": "128.275", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "227.514", "max": "237.794", "min": "227.019", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "156.174", "max": "167.659", "min": "149.502", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "142.764", "max": "142.877", "min": "142.675", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "281.158", "max": "282.894", "min": "280.838", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "207.236", "max": "208.368", "min": "206.968", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "38.75", "max": "39.362", "min": "38.636", "id": "86", "country": "United States", "source_name": "Salt Lake City", "destination_name": "Lansing", "destination_id": "295" } } }, "89": { "name": "Orlando", "data": { "0": { "avg": "88.041", "max": "88.334", "min": "87.818", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "260.018", "max": "260.773", "min": "259.729", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "41.286", "max": "41.496", "min": "41.104", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "126.103", "max": "132.878", "min": "125.392", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "104.896", "max": "105.266", "min": "104.702", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "178.081", "max": "178.32", "min": "177.89", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "99.982", "max": "100.211", "min": "99.811", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "296.841", "max": "303.188", "min": "296.154", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "152.962", "max": "153.208", "min": "152.804", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "138.831", "max": "139.101", "min": "138.662", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "98.225", "max": "98.497", "min": "98", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "38.889", "max": "62.418", "min": "37.918", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "29.822", "max": "30.617", "min": "29.617", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "31.698", "max": "34.667", "min": "31.372", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "9.775", "max": "9.931", "min": "9.673", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "20.138", "max": "20.898", "min": "19.795", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "116.115", "max": "116.776", "min": "115.691", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "12.04", "max": "12.31", "min": "11.891", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "111.648", "max": "111.874", "min": "111.447", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "125.525", "max": "127.181", "min": "125.341", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "275.969", "max": "276.133", "min": "275.868", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "29.324", "max": "29.448", "min": "29.222", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "73.539", "max": "73.745", "min": "73.389", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "84.631", "max": "89.487", "min": "84.215", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "138.726", "max": "140.248", "min": "138.319", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "122.377", "max": "122.806", "min": "122.264", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "123.343", "max": "124.758", "min": "123.081", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "133.836", "max": "133.989", "min": "133.644", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "122.085", "max": "122.307", "min": "121.95", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "71.643", "max": "75.676", "min": "71.289", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "266.336", "max": "266.497", "min": "266.173", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "133.548", "max": "133.777", "min": "133.42", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "62.041", "max": "65.246", "min": "61.729", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "151.593", "max": "152.046", "min": "151.452", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "119.484", "max": "120.699", "min": "119.14", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "240.474", "max": "243.804", "min": "240.059", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "61.369", "max": "61.512", "min": "61.28", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "50.149", "max": "50.348", "min": "49.958", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "22.078", "max": "22.343", "min": "21.853", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "27.346", "max": "36.622", "min": "26.731", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.677", "max": "235.871", "min": "234.36", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "111.501", "max": "113.904", "min": "110.74", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "131.074", "max": "131.577", "min": "130.923", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "128.482", "max": "129.032", "min": "128.302", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "240.69", "max": "240.988", "min": "240.514", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "131.21", "max": "131.834", "min": "130.701", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "149.215", "max": "149.642", "min": "149.016", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "56.295", "max": "57.6", "min": "56.111", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "130.885", "max": "131.913", "min": "130.602", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "36.515", "max": "36.708", "min": "36.342", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "36.253", "max": "37.065", "min": "36.111", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "70.725", "max": "70.98", "min": "70.43", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "148.053", "max": "161.54", "min": "133.563", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "40.252", "max": "40.522", "min": "40.138", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "252.916", "max": "262.605", "min": "249.58", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "280.241", "max": "280.545", "min": "280.056", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "123.943", "max": "127.717", "min": "122.879", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "225.427", "max": "226.143", "min": "225.238", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "155.644", "max": "157.683", "min": "155.312", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "100.5", "max": "100.662", "min": "100.34", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "155.026", "max": "157.831", "min": "154.483", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "156.665", "max": "210.637", "min": "151.313", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "283.512", "max": "374.506", "min": "273.676", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "246.874", "max": "247.536", "min": "246.547", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "152.05", "max": "153.48", "min": "151.815", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "144.506", "max": "145.819", "min": "144.197", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "27.148", "max": "27.396", "min": "27.014", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "138.021", "max": "138.387", "min": "137.668", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "142.534", "max": "143.466", "min": "142.014", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "52.934", "max": "56.154", "min": "52.536", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "240.324", "max": "241.126", "min": "240.064", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "58.518", "max": "58.902", "min": "58.179", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "50.243", "max": "50.768", "min": "49.948", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "12.54", "max": "12.812", "min": "12.412", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "145.277", "max": "145.897", "min": "145.105", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "106.305", "max": "106.633", "min": "106.093", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "16.141", "max": "16.289", "min": "16", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "68.337", "max": "70.943", "min": "68.111", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "30.81", "max": "31.414", "min": "30.623", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "29.179", "max": "29.386", "min": "29.054", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "86.307", "max": "86.53", "min": "86.172", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "50.801", "max": "51.381", "min": "50.616", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "394.161", "max": "397.036", "min": "393.573", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "251.419", "max": "251.857", "min": "251.17", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "81.238", "max": "81.347", "min": "81.124", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "155.246", "max": "156.149", "min": "154.842", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "110.212", "max": "110.495", "min": "109.99", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "0.047", "max": "0.169", "min": "0.029", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "36.398", "max": "37.109", "min": "36.176", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "106.701", "max": "110.559", "min": "106.337", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "45.124", "max": "46.515", "min": "44.368", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.628", "max": "76.193", "min": "74.3", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "98.41", "max": "98.673", "min": "98.274", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "192.114", "max": "192.348", "min": "191.947", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "39.299", "max": "39.42", "min": "39.179", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "3.573", "max": "7.959", "min": "2.851", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "49.394", "max": "49.599", "min": "49.07", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "54.543", "max": "63.503", "min": "53.531", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "69.076", "max": "69.249", "min": "68.915", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "31.505", "max": "35.019", "min": "31.104", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "46.572", "max": "46.727", "min": "46.466", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "77.063", "max": "77.375", "min": "76.879", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "154.936", "max": "159.355", "min": "154.669", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "240.225", "max": "244.19", "min": "239.523", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "41.085", "max": "41.344", "min": "40.88", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "329.146", "max": "329.565", "min": "328.625", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "70.277", "max": "76.648", "min": "69.577", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "37.297", "max": "37.701", "min": "37.163", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "24.581", "max": "25.227", "min": "24.393", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "228.481", "max": "231.066", "min": "227.744", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "218.007", "max": "218.277", "min": "217.848", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "192.222", "max": "192.478", "min": "192.079", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "27.565", "max": "27.772", "min": "27.422", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "230.582", "max": "233.064", "min": "230.255", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "467.038", "max": "586.691", "min": "318.838", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "255.136", "max": "348.183", "min": "162.445", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "266.196", "max": "267.56", "min": "265.884", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "161.588", "max": "163.769", "min": "161.356", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "37.779", "max": "38.305", "min": "37.585", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "25.091", "max": "25.801", "min": "24.788", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "43.848", "max": "46.46", "min": "43.468", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "93.176", "max": "234.974", "min": "15.266", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "111.132", "max": "114.2", "min": "110.583", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "137.536", "max": "232.315", "min": "133.614", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "142.521", "max": "142.741", "min": "142.364", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "131.154", "max": "132.799", "min": "130.683", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "28.391", "max": "28.54", "min": "28.265", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "312.192", "max": "312.399", "min": "311.991", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "200.638", "max": "201.218", "min": "200.409", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "112.517", "max": "112.692", "min": "112.353", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "40.287", "max": "40.556", "min": "40.125", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "21.963", "max": "22.261", "min": "21.783", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "53.74", "max": "54.003", "min": "53.614", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "210.567", "max": "211.565", "min": "210.231", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "41.823", "max": "44.783", "min": "41.562", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "34.164", "max": "34.488", "min": "33.943", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.424", "max": "62.763", "min": "50.492", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "50.454", "max": "50.773", "min": "50.328", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "45.155", "max": "45.605", "min": "45.022", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "30.172", "max": "30.336", "min": "30.033", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "127.097", "max": "127.393", "min": "126.914", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "260.186", "max": "264.206", "min": "259.625", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "138.189", "max": "138.539", "min": "138.016", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "128.898", "max": "129.171", "min": "128.62", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "114.732", "max": "123.719", "min": "113.954", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "105.369", "max": "106.206", "min": "105.147", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "145.982", "max": "163.163", "min": "145.141", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "289.27", "max": "289.555", "min": "289.099", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "102.077", "max": "103.118", "min": "101.879", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "103.161", "max": "103.259", "min": "103.019", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "109.376", "max": "130.744", "min": "107.181", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "182.155", "max": "182.32", "min": "182.058", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "132.249", "max": "132.89", "min": "132.048", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "108.004", "max": "108.175", "min": "107.799", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "32.467", "max": "32.585", "min": "32.289", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "83.047", "max": "84.132", "min": "82.869", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "140.832", "max": "141.354", "min": "140.653", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "231.721", "max": "276.135", "min": "224.438", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "55.645", "max": "55.85", "min": "55.52", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "142.01", "max": "231.244", "min": "133.954", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "55.502", "max": "55.892", "min": "55.365", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "374.728", "max": "374.955", "min": "374.215", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "141.128", "max": "141.3", "min": "141.001", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "27.871", "max": "28.095", "min": "27.718", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "216.944", "max": "217.91", "min": "216.695", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "266.321", "max": "266.488", "min": "266.128", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "190.536", "max": "190.688", "min": "190.408", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "48.61", "max": "49.013", "min": "48.426", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "218.016", "max": "227.226", "min": "217.128", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "36.917", "max": "37.058", "min": "36.807", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "32.04", "max": "32.694", "min": "31.863", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "108.621", "max": "109.475", "min": "108.423", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "287.904", "max": "288.163", "min": "287.699", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "102.983", "max": "103.162", "min": "102.807", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "113.933", "max": "114.402", "min": "113.606", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "121.447", "max": "121.973", "min": "121.306", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "119.402", "max": "119.518", "min": "119.29", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "105.279", "max": "109.114", "min": "104.969", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "155.807", "max": "157.064", "min": "155.472", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "140.85", "max": "141.471", "min": "140.705", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "167.658", "max": "170.996", "min": "167.271", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "154.39", "max": "155.357", "min": "154.169", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "107.318", "max": "108.565", "min": "106.942", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "117.18", "max": "117.328", "min": "117.014", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "107.153", "max": "107.278", "min": "107.037", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "137.605", "max": "138.146", "min": "137.43", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "151.973", "max": "152.193", "min": "151.727", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "131.641", "max": "144.666", "min": "130.529", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "136.704", "max": "170.538", "min": "116.484", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "92.831", "max": "92.995", "min": "92.722", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "153.761", "max": "154.267", "min": "153.487", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "135.675", "max": "136.928", "min": "135.375", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "138.277", "max": "138.786", "min": "137.876", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "97.261", "max": "97.731", "min": "96.989", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "255.547", "max": "259.37", "min": "255.234", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "117.705", "max": "118.161", "min": "117.566", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "125.572", "max": "125.846", "min": "125.332", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "127.949", "max": "128.115", "min": "127.798", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "99.003", "max": "108.338", "min": "84.443", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "158.3", "max": "158.537", "min": "158.126", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "107.684", "max": "108.308", "min": "107.479", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "108.225", "max": "108.528", "min": "108.035", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "109.544", "max": "109.984", "min": "109.23", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.413", "max": "226.128", "min": "225.138", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "37.133", "max": "45.182", "min": "36.603", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "229.312", "max": "229.56", "min": "228.815", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "254.546", "max": "254.743", "min": "254.367", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "109.044", "max": "109.829", "min": "108.874", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "242.652", "max": "245.06", "min": "242.345", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "82.957", "max": "83.291", "min": "82.595", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "135.258", "max": "135.491", "min": "135.133", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "162.269", "max": "162.531", "min": "162.02", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "105.41", "max": "106.581", "min": "105.076", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "101.088", "max": "102.434", "min": "100.792", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "40.016", "max": "40.177", "min": "39.883", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "20.117", "max": "21.158", "min": "19.98", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "257.482", "max": "331.928", "min": "251.917", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "34.795", "max": "36.369", "min": "34.623", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "117.464", "max": "118.035", "min": "117.325", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "34.34", "max": "34.487", "min": "34.23", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "126.499", "max": "127.858", "min": "126.253", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "137.501", "max": "411.614", "min": "127.829", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "30.205", "max": "35.841", "min": "27.663", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "121.581", "max": "121.999", "min": "121.412", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "133.396", "max": "135.026", "min": "132.44", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "47.478", "max": "49.576", "min": "46.66", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "269.597", "max": "270.545", "min": "269.218", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "214.936", "max": "215.181", "min": "214.739", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "183.96", "max": "185.268", "min": "183.633", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "140.221", "max": "140.354", "min": "140.111", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "111.192", "max": "111.418", "min": "111.03", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "151.222", "max": "151.382", "min": "151.114", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "38.156", "max": "42.653", "min": "37.662", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "27.152", "max": "27.361", "min": "27.035", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "151.067", "max": "153.623", "min": "149.671", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "70.608", "max": "74.391", "min": "70.221", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "41.552", "max": "44.14", "min": "40.63", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "157.751", "max": "158.172", "min": "157.573", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "48.022", "max": "48.617", "min": "47.78", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "113.173", "max": "116.067", "min": "112.861", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "237.573", "max": "237.943", "min": "236.064", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "107.942", "max": "107.942", "min": "107.942", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "95.864", "max": "96.509", "min": "95.659", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "110.339", "max": "110.531", "min": "110.21", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "196.147", "max": "197.148", "min": "195.884", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "114.095", "max": "127.612", "min": "107.826", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "130.517", "max": "130.681", "min": "130.353", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "233.313", "max": "234.96", "min": "232.914", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "187.292", "max": "188.244", "min": "186.963", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "38.575", "max": "41.523", "min": "38.387", "id": "89", "country": "United States", "source_name": "Orlando", "destination_name": "Lansing", "destination_id": "295" } } }, "90": { "name": "St Louis", "data": { "0": { "avg": "111.751", "max": "113.381", "min": "111.545", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "196.936", "max": "201.039", "min": "196.507", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "19.291", "max": "21.111", "min": "19.034", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "127.984", "max": "136.173", "min": "127.224", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "99.806", "max": "100.5", "min": "99.601", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "147.739", "max": "147.896", "min": "147.608", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "106.896", "max": "107.544", "min": "106.729", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "204.965", "max": "208.835", "min": "204.346", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "164.524", "max": "164.713", "min": "164.377", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "122.986", "max": "124.531", "min": "122.604", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "92.16", "max": "92.776", "min": "91.955", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "18.317", "max": "20.081", "min": "18.015", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "25.888", "max": "27.616", "min": "25.649", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "28.539", "max": "28.998", "min": "28.304", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "44.099", "max": "50.881", "min": "43.721", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "30.312", "max": "31.01", "min": "29.877", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "158.245", "max": "158.441", "min": "158.039", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "22.81", "max": "23.631", "min": "22.59", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "104.982", "max": "105.238", "min": "104.744", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "124.818", "max": "124.995", "min": "124.661", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "201.011", "max": "201.528", "min": "200.903", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "9.746", "max": "10.06", "min": "9.621", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "70.865", "max": "72.197", "min": "70.629", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "50.135", "max": "52.451", "min": "49.892", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "123.179", "max": "128.645", "min": "122.321", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "112.487", "max": "120.376", "min": "111.945", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "116.306", "max": "117.85", "min": "115.999", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "118.265", "max": "124.112", "min": "117.648", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "111.949", "max": "112.162", "min": "111.762", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "41.188", "max": "43.102", "min": "40.835", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "221.254", "max": "221.589", "min": "221.122", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "125.852", "max": "127.131", "min": "125.593", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "52.366", "max": "56.089", "min": "52.08", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "154.778", "max": "157.2", "min": "154.496", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "137.757", "max": "140.709", "min": "137.354", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "225.938", "max": "227.267", "min": "225.734", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "51.199", "max": "51.476", "min": "51.061", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "37.874", "max": "42.939", "min": "37.513", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "27.83", "max": "28.513", "min": "27.653", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "34.376", "max": "37.89", "min": "33.801", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.836", "max": "237.762", "min": "234.018", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "100.835", "max": "104.134", "min": "100.395", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "136.738", "max": "136.916", "min": "136.574", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "122.546", "max": "122.732", "min": "122.321", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "320.167", "max": "320.373", "min": "320.018", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "138.794", "max": "139.428", "min": "138.238", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "120.227", "max": "120.532", "min": "120.029", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "100.34", "max": "100.502", "min": "100.216", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "179.088", "max": "179.68", "min": "178.884", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "26.492", "max": "28.672", "min": "26.275", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "29.514", "max": "40.916", "min": "28.76", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "50.632", "max": "50.877", "min": "50.384", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "142.396", "max": "231.531", "min": "125.777", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "6.206", "max": "6.337", "min": "6.094", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "265.612", "max": "274.832", "min": "262.602", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "224.103", "max": "225.126", "min": "223.804", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "133.514", "max": "134.901", "min": "132.743", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "210.274", "max": "215.251", "min": "209.692", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "147.323", "max": "148.701", "min": "147.031", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "111.824", "max": "112.178", "min": "111.695", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "154.398", "max": "157.021", "min": "153.823", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "149.155", "max": "205.936", "min": "143.844", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "232.681", "max": "310.882", "min": "229.386", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "219.517", "max": "222.939", "min": "219.179", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "142.947", "max": "143.306", "min": "142.791", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "133.333", "max": "133.956", "min": "133.163", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "29.609", "max": "29.77", "min": "29.463", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "148.542", "max": "148.928", "min": "148.175", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "151.292", "max": "154.099", "min": "150.515", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "19.601", "max": "20.499", "min": "19.435", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "184.768", "max": "185.648", "min": "184.501", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "48.902", "max": "49.446", "min": "48.61", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "85.254", "max": "90.363", "min": "84.876", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.584", "max": "34.51", "min": "33.382", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "152.561", "max": "154.088", "min": "152.259", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "100.394", "max": "100.714", "min": "100.214", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "29.934", "max": "36.479", "min": "29.499", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "86.026", "max": "90.2", "min": "85.667", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "31.289", "max": "39.408", "min": "30.684", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "15.09", "max": "15.358", "min": "14.965", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "44.692", "max": "44.951", "min": "44.41", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "41.64", "max": "42.155", "min": "41.428", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "220.922", "max": "222.514", "min": "220.671", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "243.252", "max": "246.399", "min": "242.881", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "26.656", "max": "26.862", "min": "26.523", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "153.438", "max": "154.99", "min": "152.978", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "117.016", "max": "120.39", "min": "116.426", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "36.359", "max": "36.731", "min": "36.2", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "0.037", "max": "0.141", "min": "0.024", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "113.915", "max": "117.519", "min": "113.518", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "19.421", "max": "21.545", "min": "18.818", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "68.712", "max": "69.584", "min": "68.469", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "122.113", "max": "128.609", "min": "121.65", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "180.813", "max": "181.862", "min": "180.589", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "20.704", "max": "26.735", "min": "20.249", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "48.932", "max": "50.851", "min": "48.691", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "81.443", "max": "81.721", "min": "81.22", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "73.79", "max": "78.447", "min": "72.967", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "71.835", "max": "71.922", "min": "71.742", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "10.976", "max": "12.779", "min": "10.648", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "39.101", "max": "39.478", "min": "38.956", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "58.32", "max": "59.422", "min": "58.132", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "149.606", "max": "152.318", "min": "149.353", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "205.92", "max": "213.936", "min": "204.833", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "16.688", "max": "16.997", "min": "16.526", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "185.096", "max": "186.73", "min": "184.794", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "107.109", "max": "109.453", "min": "106.733", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "29.33", "max": "31.43", "min": "29.129", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "31.504", "max": "36.023", "min": "31.122", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "237.866", "max": "240.539", "min": "237.551", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "214.096", "max": "238.616", "min": "212.962", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "175.304", "max": "178.634", "min": "174.947", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "24.702", "max": "35.209", "min": "24.009", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "220.707", "max": "281.87", "min": "218.334", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "455.871", "max": "574.628", "min": "284.821", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "259.9", "max": "381.527", "min": "164.776", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "244.842", "max": "246.606", "min": "244.516", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "142.503", "max": "145.133", "min": "142.063", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "13.635", "max": "15.475", "min": "13.44", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "55.275", "max": "56.129", "min": "54.989", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "19.371", "max": "24.828", "min": "18.822", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "159.337", "max": "310.433", "min": "72.783", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "159.666", "max": "193.167", "min": "148.103", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.27", "max": "328.805", "min": "125.974", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.04", "max": "133.739", "min": "132.898", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "124.42", "max": "126.11", "min": "123.777", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "24.647", "max": "27.11", "min": "24.187", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "269.265", "max": "269.822", "min": "269.038", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "217.063", "max": "217.414", "min": "216.815", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "78.343", "max": "81.221", "min": "78.074", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "40.209", "max": "41.182", "min": "39.975", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "32.152", "max": "35.606", "min": "31.683", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "27.457", "max": "27.901", "min": "27.312", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "197.731", "max": "199.227", "min": "196.953", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "41.605", "max": "43.42", "min": "41.39", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "30.229", "max": "30.461", "min": "30.096", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "33.65", "max": "47.659", "min": "32.21", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "27.568", "max": "28.533", "min": "27.369", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "14.025", "max": "14.19", "min": "13.911", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "26.564", "max": "26.798", "min": "26.44", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "125.836", "max": "126.431", "min": "125.659", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "256.703", "max": "257.304", "min": "256.291", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "139.019", "max": "142.253", "min": "138.769", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "116.928", "max": "117.181", "min": "116.651", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "88.582", "max": "94.018", "min": "88.122", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "105.708", "max": "106.108", "min": "105.532", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "142.867", "max": "143.428", "min": "142.573", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "265.488", "max": "265.72", "min": "265.325", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "93.872", "max": "100.773", "min": "93.329", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "95.162", "max": "95.317", "min": "95.058", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "109.423", "max": "118.538", "min": "107.337", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "161.681", "max": "162.049", "min": "161.556", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "137.603", "max": "139.058", "min": "137.382", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "109.965", "max": "110.542", "min": "109.745", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "26.151", "max": "26.43", "min": "26.003", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "55.057", "max": "56.382", "min": "54.727", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "142.676", "max": "143.327", "min": "142.47", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "219.311", "max": "265.291", "min": "211.109", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "32.443", "max": "32.857", "min": "32.263", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "188.052", "max": "281.472", "min": "179.574", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "59.565", "max": "60.947", "min": "59.251", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "462.884", "max": "463.412", "min": "462.411", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "127.166", "max": "129.029", "min": "126.966", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "27.165", "max": "28.653", "min": "26.934", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "230.441", "max": "230.596", "min": "230.294", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "267.304", "max": "267.43", "min": "267.139", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "194.088", "max": "196.535", "min": "193.851", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "44.217", "max": "44.923", "min": "43.949", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "254.267", "max": "269.178", "min": "235.263", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "32.055", "max": "32.549", "min": "31.89", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "18.593", "max": "18.704", "min": "18.469", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "113.211", "max": "114.547", "min": "112.761", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "261.028", "max": "261.681", "min": "260.754", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "119.343", "max": "122.586", "min": "119.069", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "111.327", "max": "121.005", "min": "110.739", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "130.682", "max": "154.533", "min": "129.366", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "115.396", "max": "115.872", "min": "115.251", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "96.8", "max": "106.028", "min": "95.804", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "156.797", "max": "163.012", "min": "156.311", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "145.52", "max": "145.684", "min": "145.379", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "152.303", "max": "158.486", "min": "151.761", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "137.115", "max": "138.152", "min": "136.904", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "107.418", "max": "108.483", "min": "107.211", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "109.394", "max": "109.649", "min": "109.303", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "112.245", "max": "113.079", "min": "112.119", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "130.383", "max": "130.591", "min": "130.2", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "151.661", "max": "151.958", "min": "151.402", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "126.32", "max": "143.666", "min": "124.489", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "123.279", "max": "154.22", "min": "108.679", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "101.655", "max": "101.812", "min": "101.513", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "151.672", "max": "152.034", "min": "151.42", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "137.07", "max": "137.498", "min": "136.915", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "150.163", "max": "153.169", "min": "149.692", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "121.421", "max": "122.218", "min": "121.129", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "231.165", "max": "253.219", "min": "230.175", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "120.197", "max": "120.599", "min": "120.079", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "127.46", "max": "128.917", "min": "127.271", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "128.441", "max": "128.646", "min": "128.318", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "92.137", "max": "97.938", "min": "90.925", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "154.213", "max": "154.894", "min": "153.947", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "106.399", "max": "106.542", "min": "106.254", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "103.995", "max": "105.548", "min": "103.71", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "106.155", "max": "106.508", "min": "105.533", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "196.07", "max": "197.82", "min": "195.699", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "28.163", "max": "31.416", "min": "27.733", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "232.157", "max": "235.241", "min": "227", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "273.344", "max": "273.552", "min": "273.193", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "103.234", "max": "110.17", "min": "102.768", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "235.854", "max": "236.58", "min": "235.629", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "54.155", "max": "55.787", "min": "53.687", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "129.131", "max": "129.391", "min": "128.959", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "160.077", "max": "160.695", "min": "159.876", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "95.647", "max": "96.897", "min": "95.252", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "118.997", "max": "120.927", "min": "118.527", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "10.031", "max": "10.173", "min": "9.92", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "38.927", "max": "39.309", "min": "38.813", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "218.754", "max": "225.13", "min": "214.794", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "30.367", "max": "39.387", "min": "29.863", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "130.527", "max": "131.065", "min": "130.331", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "23.86", "max": "24.128", "min": "23.725", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "122.888", "max": "123.433", "min": "122.773", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "195.105", "max": "574.875", "min": "162.486", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "50.643", "max": "55.229", "min": "47.74", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "109.488", "max": "109.795", "min": "109.304", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "129.634", "max": "130.875", "min": "129.111", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "98.898", "max": "119.639", "min": "97.216", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "216.3", "max": "219.828", "min": "215.536", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "133.448", "max": "133.683", "min": "133.295", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "187.34", "max": "188.197", "min": "187.115", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "161.567", "max": "163.221", "min": "161.345", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "101.891", "max": "103.68", "min": "101.728", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "151.318", "max": "151.427", "min": "151.168", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "28.422", "max": "31.019", "min": "27.89", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "28.554", "max": "29.42", "min": "28.362", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "170.838", "max": "180.945", "min": "168.327", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "109.665", "max": "110.478", "min": "109.261", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "25.096", "max": "26.862", "min": "23.896", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "153.436", "max": "154.087", "min": "153.272", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "11.592", "max": "19.244", "min": "11.141", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "106.753", "max": "112.531", "min": "105.681", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "208.355", "max": "210.475", "min": "208.026", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.058", "max": "113.058", "min": "113.058", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "99.007", "max": "100.02", "min": "98.885", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "108.572", "max": "108.756", "min": "108.469", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "186.964", "max": "190.294", "min": "186.548", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "104.922", "max": "118.124", "min": "97.758", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "132.551", "max": "132.859", "min": "132.444", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "275.869", "max": "277.638", "min": "275.376", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "208.638", "max": "211.181", "min": "208.291", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "15.455", "max": "21.466", "min": "14.626", "id": "90", "country": "United States", "source_name": "St Louis", "destination_name": "Lansing", "destination_id": "295" } } }, "92": { "name": "Minneapolis", "data": { "0": { "avg": "118.464", "max": "119.883", "min": "117.615", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "249.588", "max": "251.304", "min": "248.718", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "31.394", "max": "32.932", "min": "30.56", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "132.297", "max": "137.032", "min": "131.169", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "102.832", "max": "104.131", "min": "101.987", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "171.555", "max": "173.407", "min": "170.812", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "106.665", "max": "109.075", "min": "105.861", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "265.113", "max": "277.057", "min": "263.742", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "148.943", "max": "159.119", "min": "147.572", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "125.104", "max": "130.108", "min": "123.812", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "100.161", "max": "101.827", "min": "99.416", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "26.647", "max": "27.638", "min": "25.938", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "29.748", "max": "31.412", "min": "28.893", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "34.15", "max": "36.679", "min": "33.329", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "49.95", "max": "52.846", "min": "48.946", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "30.113", "max": "31.358", "min": "29.136", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "124.983", "max": "127.012", "min": "124.254", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "25.565", "max": "27.076", "min": "24.838", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "124.565", "max": "126.263", "min": "123.881", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "129.782", "max": "135.09", "min": "129.022", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "269.637", "max": "271.374", "min": "268.774", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "14.37", "max": "16.338", "min": "13.751", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "57.403", "max": "58.356", "min": "56.798", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "61.463", "max": "63.924", "min": "60.704", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "128.118", "max": "128.813", "min": "127.53", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "119.016", "max": "121.215", "min": "118.48", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "127.99", "max": "131.049", "min": "127.166", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "132.656", "max": "133.904", "min": "132.035", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "119.03", "max": "120.854", "min": "118.412", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "56.76", "max": "58.339", "min": "55.962", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "252.73", "max": "254.402", "min": "252.017", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "138.151", "max": "139.353", "min": "137.387", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "65.356", "max": "67.363", "min": "64.391", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "155.702", "max": "157.388", "min": "154.896", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "135.968", "max": "148.342", "min": "134.575", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "226.819", "max": "234.064", "min": "225.665", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "57.767", "max": "58.343", "min": "56.942", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "44.75", "max": "46.298", "min": "43.955", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "32.085", "max": "34.783", "min": "31.458", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "35.528", "max": "37.682", "min": "34.698", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "241.887", "max": "244.862", "min": "240.845", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "105.995", "max": "110.135", "min": "105.003", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "140.078", "max": "140.78", "min": "139.189", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "132.664", "max": "133.956", "min": "131.771", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "241.399", "max": "242.391", "min": "240.601", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "142.231", "max": "143.814", "min": "141.289", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "135.803", "max": "137.339", "min": "135.024", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "105.566", "max": "106.924", "min": "104.794", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "168.507", "max": "170.267", "min": "167.828", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "39.638", "max": "41.405", "min": "38.798", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "35.758", "max": "37.293", "min": "34.938", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "61.215", "max": "62.785", "min": "60.504", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "135.347", "max": "145.523", "min": "129.145", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "30.389", "max": "32.366", "min": "29.519", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "235.23", "max": "247.866", "min": "231.705", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "249.221", "max": "253.161", "min": "248.246", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "132.611", "max": "134.343", "min": "131.312", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "201.517", "max": "202.157", "min": "200.95", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "136.019", "max": "137.38", "min": "135.443", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "107.555", "max": "108.84", "min": "106.786", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "167.448", "max": "169.541", "min": "166.608", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "207.206", "max": "271.31", "min": "201.166", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "250.886", "max": "254.207", "min": "249.782", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "219.399", "max": "220.815", "min": "218.714", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "145.887", "max": "148.336", "min": "144.529", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "146.53", "max": "148.39", "min": "145.952", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "32.305", "max": "33.956", "min": "31.397", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "140.973", "max": "153.787", "min": "139.047", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "157.443", "max": "159.343", "min": "156.261", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "31.467", "max": "32.4", "min": "30.607", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.772", "max": "200.918", "min": "198.732", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "54.673", "max": "56.307", "min": "53.815", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.808", "max": "86.781", "min": "84.022", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "42.143", "max": "43.416", "min": "41.371", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "166.883", "max": "169.688", "min": "166.05", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "107.493", "max": "109.34", "min": "106.801", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "32.633", "max": "34.298", "min": "31.886", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "66.128", "max": "67.786", "min": "65.466", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "20.87", "max": "34.213", "min": "19.546", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "17.026", "max": "18.365", "min": "16.478", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "64.004", "max": "65.911", "min": "63.12", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "44.64", "max": "46.006", "min": "43.647", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "381.344", "max": "382.574", "min": "380.759", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "248.901", "max": "250.413", "min": "248.088", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "56.312", "max": "57.793", "min": "55.511", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "159.375", "max": "160.898", "min": "158.493", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "107.234", "max": "108.835", "min": "106.263", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "45.223", "max": "46.917", "min": "44.611", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "19.754", "max": "22.37", "min": "18.833", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "101.797", "max": "105.063", "min": "100.951", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "0.014", "max": "0.018", "min": "0.011", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "60.769", "max": "62.248", "min": "59.854", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "130.602", "max": "132.396", "min": "130.116", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "199.759", "max": "200.747", "min": "199.235", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "32.017", "max": "33.328", "min": "31.419", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "36.186", "max": "44.9", "min": "35.264", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "84.767", "max": "86.296", "min": "83.985", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "144.181", "max": "164.338", "min": "142.476", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "56.975", "max": "58.712", "min": "56.244", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "14.639", "max": "17.254", "min": "13.801", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.184", "max": "29.393", "min": "27.573", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "57.723", "max": "59.379", "min": "57.018", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "162.756", "max": "164.118", "min": "162.099", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "217.462", "max": "222.445", "min": "216.292", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "25.338", "max": "27.963", "min": "24.48", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "328.011", "max": "344.749", "min": "315.618", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "112.087", "max": "113.361", "min": "111.456", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "34.707", "max": "35.675", "min": "34.053", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "38.421", "max": "41.024", "min": "37.662", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "223.333", "max": "225.603", "min": "222.4", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "244.509", "max": "245.54", "min": "243.551", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "191.189", "max": "193.321", "min": "190.365", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "33.259", "max": "34.392", "min": "32.483", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "235.026", "max": "236.79", "min": "234.251", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "460.805", "max": "586.179", "min": "313.885", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "242.787", "max": "346.744", "min": "165.926", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "276.212", "max": "300.186", "min": "273.887", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "201.462", "max": "203.546", "min": "200.608", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "32.263", "max": "33.836", "min": "31.521", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "37.589", "max": "39.161", "min": "36.938", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "31.916", "max": "32.836", "min": "31.327", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "117.915", "max": "264.113", "min": "39.778", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "145.879", "max": "147.402", "min": "145.234", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.774", "max": "212.772", "min": "133.902", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "137.02", "max": "139.223", "min": "136.124", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "128.878", "max": "131.17", "min": "127.587", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "32.516", "max": "34.398", "min": "31.49", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "260.307", "max": "262.373", "min": "259.496", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "207.578", "max": "209.333", "min": "206.782", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "93.955", "max": "95.143", "min": "92.963", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "28.808", "max": "29.695", "min": "27.897", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "18.013", "max": "19.306", "min": "17.48", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "35.904", "max": "37.422", "min": "35.197", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "186.725", "max": "188.972", "min": "185.639", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "41.404", "max": "43.964", "min": "40.865", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "36.332", "max": "37.877", "min": "35.48", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "35.818", "max": "74.397", "min": "32.891", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "44.11", "max": "45.411", "min": "43.426", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "22.27", "max": "23.817", "min": "21.462", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "34.815", "max": "36.31", "min": "34.08", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "147.389", "max": "148.804", "min": "146.632", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "269.072", "max": "270.703", "min": "268.248", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "139.488", "max": "140.79", "min": "138.564", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "121.322", "max": "122.437", "min": "120.752", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "95.221", "max": "103.353", "min": "94.354", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "109.065", "max": "110.63", "min": "108.2", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "148.844", "max": "149.7", "min": "148.1", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "269.861", "max": "271.335", "min": "268.938", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "100.804", "max": "101.868", "min": "100.034", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "99.419", "max": "100.53", "min": "98.752", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "117.107", "max": "126.11", "min": "115.078", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "175.145", "max": "176.781", "min": "174.332", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "143.264", "max": "145.545", "min": "142.283", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "117.147", "max": "118.936", "min": "116.363", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "39.448", "max": "40.913", "min": "38.437", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "85.985", "max": "87.744", "min": "85.051", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "144.734", "max": "149.391", "min": "143.597", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "216.428", "max": "262.769", "min": "207.531", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "35.359", "max": "36.789", "min": "34.663", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "178.311", "max": "269.956", "min": "170.99", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "64.119", "max": "66.263", "min": "63.537", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "382.322", "max": "386.147", "min": "380.804", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "146.015", "max": "147.428", "min": "145.184", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "32.301", "max": "33.558", "min": "31.506", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "214.159", "max": "216.056", "min": "213.548", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "267.678", "max": "269.381", "min": "266.686", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "189.452", "max": "190.491", "min": "188.567", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "58.328", "max": "60.986", "min": "57.313", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "196.374", "max": "198.031", "min": "195.698", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "42.378", "max": "45.406", "min": "41.274", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "30.931", "max": "31.95", "min": "30.073", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "114.816", "max": "116.413", "min": "113.799", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "286.973", "max": "288.823", "min": "286.229", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "109.225", "max": "110.875", "min": "108.421", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "123.664", "max": "127.71", "min": "122.969", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "135.228", "max": "137.175", "min": "134.675", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "121.998", "max": "123.358", "min": "121.146", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "101.248", "max": "102.079", "min": "100.391", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "157.819", "max": "159.425", "min": "156.905", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "145.779", "max": "147.388", "min": "145.132", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "164.594", "max": "166.669", "min": "163.57", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "146.846", "max": "149.805", "min": "145.823", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "105.149", "max": "108.386", "min": "104.133", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "129.307", "max": "133.928", "min": "128.645", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "107.727", "max": "108.773", "min": "107.009", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "135.939", "max": "137.765", "min": "135.234", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "172.163", "max": "173.898", "min": "171.637", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "129.851", "max": "147.75", "min": "127.644", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "145.631", "max": "199.883", "min": "115.012", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "114.806", "max": "116.331", "min": "114.028", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "174.319", "max": "175.312", "min": "173.543", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "136.989", "max": "140.421", "min": "136.098", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "159.948", "max": "162.1", "min": "158.997", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "104.126", "max": "105.835", "min": "103.534", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "275.533", "max": "277.304", "min": "274.802", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "129.008", "max": "130.352", "min": "128.143", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "126.398", "max": "137.344", "min": "125.1", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "130.995", "max": "137.406", "min": "130.026", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "110.871", "max": "116.925", "min": "108.757", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "158.396", "max": "159.946", "min": "157.769", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "103.545", "max": "105.717", "min": "102.684", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "106.67", "max": "108.328", "min": "105.772", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "105.872", "max": "106.856", "min": "105.114", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "210.904", "max": "213.061", "min": "210.089", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "33.047", "max": "35.361", "min": "32.166", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "356.273", "max": "371.819", "min": "346.649", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "242.092", "max": "243.629", "min": "241.473", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "110.067", "max": "111.911", "min": "109.133", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "243.279", "max": "245.075", "min": "242.582", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "69.344", "max": "70.821", "min": "68.655", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "134.37", "max": "139.647", "min": "133.626", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "168.626", "max": "170.311", "min": "167.785", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "102.985", "max": "104.612", "min": "102.01", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "108.484", "max": "109.861", "min": "107.856", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "32.427", "max": "33.94", "min": "31.59", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.686", "max": "43.522", "min": "40.963", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "233.302", "max": "235.786", "min": "232.522", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "97.32", "max": "98.839", "min": "96.536", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "124.378", "max": "126.412", "min": "123.544", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "32.91", "max": "33.889", "min": "32.276", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "123.454", "max": "128.165", "min": "122.523", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "170.368", "max": "367.567", "min": "162.929", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.741", "max": "58.769", "min": "53.057", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "122.172", "max": "123.37", "min": "121.412", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "135.212", "max": "138.363", "min": "133.999", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "90.86", "max": "95.395", "min": "89.667", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "304.858", "max": "306.732", "min": "303.987", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "211.891", "max": "213.082", "min": "210.993", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "200.305", "max": "202.352", "min": "199.458", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "149.104", "max": "150.426", "min": "148.295", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "114.217", "max": "115.915", "min": "113.415", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "142.181", "max": "143.362", "min": "141.553", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "39.027", "max": "43.234", "min": "38.057", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "38.497", "max": "39.26", "min": "37.819", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "163.045", "max": "173.552", "min": "160.555", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "109.471", "max": "113.779", "min": "108.804", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "36.256", "max": "38.509", "min": "34.718", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "160.468", "max": "162.358", "min": "159.526", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "26.301", "max": "27.444", "min": "25.51", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "122.101", "max": "125.942", "min": "121.147", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "253.688", "max": "292.687", "min": "231.513", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "116.886", "max": "116.886", "min": "116.886", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "103.055", "max": "104.755", "min": "102.553", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "130.47", "max": "131.759", "min": "129.794", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "191.782", "max": "193.328", "min": "190.944", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "124.254", "max": "135.873", "min": "116.9", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "140.927", "max": "142.566", "min": "140.174", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "270.134", "max": "273.522", "min": "269.318", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "187.364", "max": "191.69", "min": "186.526", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "51.523", "max": "52.557", "min": "50.801", "id": "92", "country": "United States", "source_name": "Minneapolis", "destination_name": "Lansing", "destination_id": "295" } } }, "93": { "name": "Sacramento", "data": { "0": { "avg": "145.015", "max": "146.125", "min": "144.757", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "264.702", "max": "265.138", "min": "264.422", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "63.473", "max": "65.55", "min": "63.176", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "172.107", "max": "175.641", "min": "171.571", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "144.075", "max": "145.684", "min": "143.718", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "121.254", "max": "121.94", "min": "121.055", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "157.929", "max": "158.196", "min": "157.766", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "172.502", "max": "185.382", "min": "171.272", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "192.166", "max": "192.509", "min": "192.037", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "168.072", "max": "170.527", "min": "167.65", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "141.624", "max": "142.52", "min": "141.415", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "44.454", "max": "52.031", "min": "43.947", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "71.607", "max": "71.863", "min": "71.454", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "80.98", "max": "81.404", "min": "80.703", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "73.976", "max": "74.518", "min": "73.768", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "69.793", "max": "70.172", "min": "69.124", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "163.952", "max": "164.305", "min": "163.737", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "58.479", "max": "59.415", "min": "58.292", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "156.549", "max": "156.77", "min": "156.393", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "170.981", "max": "171.491", "min": "170.838", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "210.591", "max": "211.145", "min": "210.4", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "55.649", "max": "55.939", "min": "55.489", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "7.416", "max": "7.867", "min": "7.237", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "28.893", "max": "36.71", "min": "28.411", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "165.144", "max": "167.073", "min": "164.775", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "157.503", "max": "158.006", "min": "157.37", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "161.069", "max": "161.708", "min": "160.849", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "161.59", "max": "162.156", "min": "161.265", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "159.633", "max": "160.559", "min": "159.442", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "7.582", "max": "9.157", "min": "7.375", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "188.293", "max": "188.562", "min": "188.138", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "166.773", "max": "167.124", "min": "166.516", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "66.1", "max": "66.62", "min": "65.85", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "180.806", "max": "181.534", "min": "180.65", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "174.169", "max": "175.117", "min": "173.945", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "183.756", "max": "186.555", "min": "183.462", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "14.793", "max": "15.448", "min": "14.657", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "24.482", "max": "24.861", "min": "24.232", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "48.239", "max": "48.596", "min": "48.037", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "73.357", "max": "76.069", "min": "72.935", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "287.53", "max": "293.235", "min": "286.729", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "146.11", "max": "148.745", "min": "145.358", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "184.416", "max": "185.005", "min": "184.179", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "166.358", "max": "167.103", "min": "166.111", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "271.892", "max": "272.738", "min": "271.707", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "177.356", "max": "178.148", "min": "176.845", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "177.872", "max": "178.512", "min": "177.64", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "132.588", "max": "133.874", "min": "132.25", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "202.614", "max": "203.014", "min": "202.388", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "54.348", "max": "54.588", "min": "54.236", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "76.6", "max": "77.666", "min": "76.323", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "28.093", "max": "28.61", "min": "27.698", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "159.423", "max": "238.281", "min": "145.058", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "48.385", "max": "48.672", "min": "48.234", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "254.735", "max": "339.205", "min": "243.829", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "196.869", "max": "197.511", "min": "196.586", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "171.995", "max": "174.612", "min": "170.804", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "156.774", "max": "157.264", "min": "156.614", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "180.678", "max": "182.47", "min": "180.33", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "148.13", "max": "148.405", "min": "147.951", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "202.398", "max": "205.09", "min": "201.734", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "198.209", "max": "259.035", "min": "193.468", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "214.235", "max": "218.506", "min": "213.658", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "180.526", "max": "183.174", "min": "180.238", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "181.35", "max": "181.889", "min": "180.93", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "184.924", "max": "185.328", "min": "184.704", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "73.292", "max": "73.77", "min": "73.034", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "180.274", "max": "196.528", "min": "179.102", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "198.813", "max": "200.041", "min": "198.053", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "49.698", "max": "52.186", "min": "49.446", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "163.033", "max": "163.657", "min": "162.765", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "18.842", "max": "19.914", "min": "18.546", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "114.226", "max": "115.161", "min": "113.978", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "65.214", "max": "65.752", "min": "65.048", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "197.908", "max": "198.837", "min": "197.58", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "146.568", "max": "146.981", "min": "146.334", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "75.96", "max": "77.569", "min": "75.719", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "23.615", "max": "24.019", "min": "23.418", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "62.934", "max": "64.687", "min": "62.674", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "65.703", "max": "66.309", "min": "65.521", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "26.369", "max": "30.947", "min": "26", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "83.853", "max": "93.213", "min": "83.238", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "158.116", "max": "162.611", "min": "157.294", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "252.395", "max": "252.844", "min": "252.187", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "27.633", "max": "28.2", "min": "27.441", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "213.838", "max": "214.714", "min": "213.426", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "148.854", "max": "151.875", "min": "148.421", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "74.438", "max": "74.78", "min": "74.205", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "68.714", "max": "69.806", "min": "68.485", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "142.388", "max": "144.828", "min": "142.102", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "60.728", "max": "62.51", "min": "59.869", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "0.06", "max": "0.127", "min": "0.037", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "170.804", "max": "172.47", "min": "170.568", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "141.81", "max": "142.159", "min": "141.563", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "72.227", "max": "72.465", "min": "72.003", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "85.8", "max": "88.062", "min": "85.335", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "115.17", "max": "115.501", "min": "114.96", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "131.343", "max": "133.443", "min": "130.853", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "8.575", "max": "9.086", "min": "8.36", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "57.443", "max": "57.902", "min": "57.183", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "72.521", "max": "72.711", "min": "72.388", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "75.98", "max": "80.933", "min": "75.548", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "196.245", "max": "196.841", "min": "196.049", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "177.145", "max": "179.921", "min": "176.311", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "57.478", "max": "57.884", "min": "57.187", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "224.296", "max": "226.631", "min": "223.724", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "139.264", "max": "142.339", "min": "138.859", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "74.365", "max": "75.851", "min": "74.154", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "71.002", "max": "71.386", "min": "70.778", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "244.702", "max": "245.33", "min": "244.508", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "175.928", "max": "179.427", "min": "175.581", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "137.793", "max": "138.751", "min": "137.595", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "74.364", "max": "74.923", "min": "74.161", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "278.375", "max": "278.718", "min": "278.149", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "513.88", "max": "642.879", "min": "366.003", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "278.579", "max": "335.156", "min": "219.186", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "306.524", "max": "329.895", "min": "305.142", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "124.106", "max": "125.521", "min": "123.847", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "50.734", "max": "51.073", "min": "50.53", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "76.215", "max": "76.756", "min": "75.974", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "35.143", "max": "35.514", "min": "34.877", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "150.644", "max": "312.69", "min": "73.066", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "175.465", "max": "176.281", "min": "175.26", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "181.876", "max": "309.776", "min": "172.445", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "174.52", "max": "175.146", "min": "174.313", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "160.79", "max": "163.374", "min": "160.3", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "74.335", "max": "74.668", "min": "72.971", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "297.98", "max": "298.632", "min": "297.671", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "228.134", "max": "228.548", "min": "227.891", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "56.7", "max": "57.246", "min": "56.517", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "70.982", "max": "71.421", "min": "70.783", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "60.866", "max": "61.159", "min": "60.704", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "71.755", "max": "72.273", "min": "71.552", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "142.249", "max": "144.113", "min": "141.555", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "57.558", "max": "58.212", "min": "57.329", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "76.197", "max": "76.979", "min": "75.844", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "44.587", "max": "65.882", "min": "42.221", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "56.843", "max": "57.266", "min": "56.624", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "60.99", "max": "61.313", "min": "60.85", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.268", "max": "68.639", "min": "68.012", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "171.37", "max": "172.72", "min": "171.061", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "258.312", "max": "265.4", "min": "257.588", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "186.4", "max": "186.996", "min": "185.865", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "159.368", "max": "159.873", "min": "159.076", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "60.186", "max": "60.787", "min": "59.913", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "148.837", "max": "149.623", "min": "148.516", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "173.009", "max": "181.308", "min": "172.372", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "262.722", "max": "263.283", "min": "262.247", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "144.824", "max": "145.123", "min": "144.628", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "138.097", "max": "138.979", "min": "137.938", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "155.386", "max": "178.844", "min": "153.108", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "237.066", "max": "239.267", "min": "236.851", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "178.848", "max": "180.474", "min": "178.585", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "156.885", "max": "186.579", "min": "155.614", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "74.464", "max": "75.375", "min": "74.174", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "33.368", "max": "33.625", "min": "33.119", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "195.636", "max": "197.606", "min": "195.013", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "168.754", "max": "211.527", "min": "160.635", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "78.314", "max": "78.741", "min": "78.082", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "208.805", "max": "303.198", "min": "200.291", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "103.592", "max": "104.097", "min": "103.372", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "350.09", "max": "350.396", "min": "349.695", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "183.698", "max": "184.138", "min": "183.494", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "71.714", "max": "71.943", "min": "71.554", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "254.032", "max": "255.796", "min": "253.761", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "319.326", "max": "319.793", "min": "319.153", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "230.026", "max": "230.734", "min": "229.831", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "70.197", "max": "70.712", "min": "69.858", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "207.41", "max": "216.197", "min": "174.437", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "85.401", "max": "86.306", "min": "85.022", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "66.971", "max": "68.882", "min": "66.743", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "151.22", "max": "152.54", "min": "150.838", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "281.296", "max": "281.828", "min": "281.107", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "147.472", "max": "147.987", "min": "147.325", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "159.067", "max": "164.655", "min": "158.594", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "168.502", "max": "168.923", "min": "168.335", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "161.429", "max": "161.821", "min": "161.27", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "141.196", "max": "141.786", "min": "140.925", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "208.779", "max": "210.269", "min": "208.507", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "180.802", "max": "183.303", "min": "180.507", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "191.9", "max": "193.167", "min": "191.625", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "188.867", "max": "190.192", "min": "188.667", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "144.355", "max": "150.08", "min": "143.76", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "154.932", "max": "156.55", "min": "154.628", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "147.294", "max": "147.969", "min": "147.121", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "178.162", "max": "181.852", "min": "177.625", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "202.088", "max": "203.625", "min": "201.656", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "169.242", "max": "172.195", "min": "168.461", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "165.876", "max": "197.407", "min": "151.126", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "148.952", "max": "149.56", "min": "148.785", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "200.826", "max": "201.237", "min": "200.493", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "175.565", "max": "183.906", "min": "175.089", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "195.257", "max": "196.216", "min": "194.833", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "142.395", "max": "142.842", "min": "141.99", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.561", "max": "219.558", "min": "214.127", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "170.554", "max": "171.045", "min": "170.388", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "164.516", "max": "165.06", "min": "164.232", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "180.15", "max": "180.748", "min": "179.928", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "141.892", "max": "148.399", "min": "139.964", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "200.142", "max": "200.787", "min": "199.905", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "154.514", "max": "155.306", "min": "154.198", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "143.434", "max": "150.653", "min": "143.037", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "152.81", "max": "153.322", "min": "152.584", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "167.103", "max": "173.851", "min": "166.024", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "74.226", "max": "76.921", "min": "73.373", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "180.485", "max": "181.018", "min": "180.314", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "248.448", "max": "249.011", "min": "248.214", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "145.272", "max": "146.755", "min": "145", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "289.939", "max": "290.79", "min": "288.969", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "18.482", "max": "20.039", "min": "18.062", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "172.48", "max": "172.822", "min": "172.216", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "212.67", "max": "213.761", "min": "212.382", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "141.784", "max": "144.011", "min": "141.158", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "147.2", "max": "148.446", "min": "146.835", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "83.043", "max": "83.238", "min": "82.914", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "97.297", "max": "97.648", "min": "97.165", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "181.57", "max": "183.454", "min": "181.231", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "72.527", "max": "72.74", "min": "72.345", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "178.234", "max": "179.006", "min": "177.943", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "72.297", "max": "72.749", "min": "72.047", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "167.041", "max": "167.294", "min": "166.871", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "191.992", "max": "193.719", "min": "191.605", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "85.005", "max": "87.292", "min": "83.212", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "152.639", "max": "153.878", "min": "152.093", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "188.868", "max": "192.233", "min": "188.09", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "109.161", "max": "111.298", "min": "108.43", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "334.173", "max": "335.057", "min": "333.715", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "114.047", "max": "114.441", "min": "113.789", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "228.524", "max": "229.006", "min": "228.325", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "185.739", "max": "186.106", "min": "185.624", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "149.109", "max": "149.754", "min": "148.928", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "192.472", "max": "192.75", "min": "192.29", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "79.549", "max": "79.981", "min": "79.336", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "72.87", "max": "73.342", "min": "72.685", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "200.822", "max": "203.253", "min": "199.177", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "122.182", "max": "123.624", "min": "121.858", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "81.542", "max": "83.074", "min": "80.298", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "199.755", "max": "200.871", "min": "199.481", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "66.1", "max": "66.424", "min": "65.901", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "160.129", "max": "165.557", "min": "159.156", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "168.577", "max": "174.11", "min": "164.393", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "144.345", "max": "144.436", "min": "144.251", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "143.49", "max": "144.043", "min": "143.336", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "163.931", "max": "164.344", "min": "163.84", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "232.246", "max": "234.998", "min": "231.941", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "158.966", "max": "167.395", "min": "150.743", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "174.768", "max": "176.157", "min": "174.598", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "240.16", "max": "242.205", "min": "239.696", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "217.583", "max": "219.377", "min": "217.084", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "79.124", "max": "85.439", "min": "78.176", "id": "93", "country": "United States", "source_name": "Sacramento", "destination_name": "Lansing", "destination_id": "295" } } }, "96": { "name": "Buffalo", "data": { "0": { "avg": "140.641", "max": "140.857", "min": "140.393", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "220.14", "max": "221.225", "min": "219.918", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "19.803", "max": "20.185", "min": "19.619", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "112.815", "max": "120.155", "min": "112.111", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "80.494", "max": "81.24", "min": "80.243", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "183.807", "max": "184.316", "min": "183.627", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "92.332", "max": "92.581", "min": "92.217", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "229.829", "max": "239.426", "min": "228.812", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "129.59", "max": "130.042", "min": "129.443", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "101.25", "max": "104.934", "min": "100.731", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "82.049", "max": "82.677", "min": "81.828", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "38.239", "max": "38.404", "min": "38.137", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "10.201", "max": "11.437", "min": "10.027", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "17.158", "max": "17.963", "min": "16.993", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "40.907", "max": "40.999", "min": "40.825", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "16.15", "max": "18.098", "min": "15.768", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "102.977", "max": "103.222", "min": "102.662", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "26.945", "max": "27.424", "min": "26.817", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "86.935", "max": "87.212", "min": "86.767", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "108.463", "max": "108.815", "min": "108.368", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "223.544", "max": "223.623", "min": "223.467", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "20.257", "max": "21.258", "min": "20.07", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "66.38", "max": "66.537", "min": "66.282", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "62.199", "max": "63.054", "min": "61.997", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "108.782", "max": "109.794", "min": "108.574", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "101.801", "max": "102.25", "min": "101.684", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "99.403", "max": "100.35", "min": "99.125", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "117.274", "max": "120.79", "min": "116.582", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "95.454", "max": "95.531", "min": "95.366", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "80.542", "max": "80.72", "min": "80.421", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "250.069", "max": "250.845", "min": "249.832", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "111.293", "max": "112.338", "min": "111.079", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "69.031", "max": "72.665", "min": "68.788", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "123.801", "max": "123.95", "min": "123.668", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "106.758", "max": "108.404", "min": "106.503", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "249.205", "max": "250.607", "min": "249.038", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "69.083", "max": "69.17", "min": "69.004", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "58.712", "max": "60.237", "min": "58.459", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "41.528", "max": "41.971", "min": "41.434", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "19.034", "max": "23.056", "min": "18.612", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "221.128", "max": "223.594", "min": "220.705", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "82.23", "max": "84.075", "min": "81.788", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "122.591", "max": "122.731", "min": "122.436", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "110.713", "max": "119.526", "min": "110.314", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.485", "max": "211.867", "min": "211.401", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "111.473", "max": "112.188", "min": "111.136", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "107.453", "max": "108.005", "min": "107.308", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "93.652", "max": "93.82", "min": "93.549", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "160.672", "max": "161.136", "min": "160.534", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "44.597", "max": "45.085", "min": "44.446", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "15.787", "max": "19.202", "min": "15.469", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "69.318", "max": "71.465", "min": "68.998", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "139.683", "max": "153.317", "min": "125.149", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "25.895", "max": "32.136", "min": "25.575", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "258.397", "max": "280.026", "min": "254.046", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "247.744", "max": "248.153", "min": "247.527", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "119.647", "max": "122.477", "min": "118.728", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "216.946", "max": "217.861", "min": "216.802", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "113.02", "max": "115.82", "min": "112.27", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "87.406", "max": "87.538", "min": "87.312", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "133.913", "max": "136.97", "min": "133.175", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "140.938", "max": "190.077", "min": "136.469", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "252.719", "max": "261.391", "min": "251.811", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "270.518", "max": "273.175", "min": "270.218", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "131.074", "max": "131.354", "min": "130.897", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "129.312", "max": "129.547", "min": "129.226", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "12.645", "max": "15.854", "min": "12.35", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "122.652", "max": "150.469", "min": "120.01", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "143.005", "max": "145.137", "min": "142.193", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "36.491", "max": "37.601", "min": "36.344", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "231.639", "max": "232.479", "min": "231.482", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.279", "max": "68.437", "min": "65.881", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "83.749", "max": "84.66", "min": "83.596", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "32.471", "max": "32.963", "min": "32.361", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "119.518", "max": "120.863", "min": "119.267", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "97.335", "max": "97.585", "min": "97.13", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "23.846", "max": "23.97", "min": "23.707", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "76.027", "max": "76.222", "min": "75.888", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "18.924", "max": "32.36", "min": "18.156", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "28.626", "max": "28.915", "min": "28.495", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "69.502", "max": "69.67", "min": "69.359", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "25.082", "max": "25.596", "min": "24.85", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "225.135", "max": "226.261", "min": "224.927", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "242.253", "max": "242.723", "min": "242.061", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "50.872", "max": "51.585", "min": "50.767", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "146.428", "max": "147.519", "min": "146.075", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "91.797", "max": "93.72", "min": "91.321", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "39.259", "max": "39.486", "min": "39.069", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "20.461", "max": "20.624", "min": "20.362", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "83.689", "max": "92.242", "min": "82.405", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.077", "max": "33.507", "min": "31.39", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "72.216", "max": "72.575", "min": "72.058", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "105.183", "max": "105.322", "min": "105.124", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "189.315", "max": "190.463", "min": "189.061", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "0.039", "max": "0.129", "min": "0.02", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "47.561", "max": "47.745", "min": "47.372", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "86.285", "max": "86.439", "min": "86.053", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "66.942", "max": "81.968", "min": "65.474", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "81.416", "max": "81.539", "min": "81.293", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "10.938", "max": "11.519", "min": "10.81", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "36.927", "max": "37.138", "min": "36.814", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "65.168", "max": "65.366", "min": "65.032", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "145.625", "max": "146.243", "min": "145.437", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "223.791", "max": "232.333", "min": "222.914", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.719", "max": "29.396", "min": "28.508", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "210.161", "max": "210.324", "min": "209.876", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "101.823", "max": "104.227", "min": "101.526", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "13.072", "max": "13.186", "min": "12.911", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "26.57", "max": "26.686", "min": "26.483", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "201.327", "max": "204.679", "min": "200.463", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "223.271", "max": "224.769", "min": "223.116", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.375", "max": "189.483", "min": "189.276", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "10.835", "max": "10.949", "min": "10.685", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "208.285", "max": "245.285", "min": "206.692", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "450.348", "max": "566.815", "min": "272.463", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "249.377", "max": "327.961", "min": "164.07", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "237.306", "max": "237.982", "min": "237.024", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "170.649", "max": "172.556", "min": "170.35", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "31.683", "max": "31.88", "min": "31.541", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "44.24", "max": "46.299", "min": "43.934", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "38.003", "max": "38.219", "min": "37.853", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "143.601", "max": "312.434", "min": "59.998", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "135.808", "max": "135.925", "min": "135.739", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "122.399", "max": "172.538", "min": "118.841", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "115.34", "max": "116.727", "min": "115.07", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "106.574", "max": "107.627", "min": "105.981", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "10.535", "max": "13.466", "min": "9.447", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "228.399", "max": "230.592", "min": "228.091", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "179.685", "max": "180.19", "min": "179.52", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "96.689", "max": "97.881", "min": "96.53", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "28.408", "max": "29.155", "min": "28.209", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "22.965", "max": "23.369", "min": "22.765", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "34.326", "max": "36.58", "min": "34.015", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "223.085", "max": "224.357", "min": "222.478", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "53.708", "max": "54.043", "min": "53.59", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "13.631", "max": "14.059", "min": "13.453", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "57.312", "max": "74.436", "min": "55.361", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.757", "max": "48.867", "min": "48.678", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "77.863", "max": "78.565", "min": "77.706", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "9.727", "max": "10.495", "min": "9.59", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "109.614", "max": "110.278", "min": "109.429", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "255.388", "max": "256.011", "min": "255.13", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "116.367", "max": "116.553", "min": "116.27", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "123.898", "max": "124.032", "min": "123.814", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "124.601", "max": "130.45", "min": "124.193", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "90.272", "max": "91.03", "min": "89.903", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "112.131", "max": "120.05", "min": "111.69", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "262.619", "max": "263.462", "min": "262.469", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "74.418", "max": "79.628", "min": "74.158", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "75.92", "max": "76.213", "min": "75.83", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "91.757", "max": "97.922", "min": "90.419", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "176.312", "max": "176.465", "min": "176.231", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "117.657", "max": "119.124", "min": "117.294", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "92.234", "max": "139.233", "min": "90.451", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "24.149", "max": "24.259", "min": "24.075", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "77.398", "max": "78.345", "min": "77.18", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "121.834", "max": "123.643", "min": "121.315", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "259.675", "max": "312.268", "min": "251.54", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "43.195", "max": "43.936", "min": "42.986", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "177.248", "max": "238.41", "min": "170.79", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "50.873", "max": "51.069", "min": "50.736", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "485.29", "max": "485.845", "min": "484.741", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "112.887", "max": "113.087", "min": "112.783", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "10.959", "max": "11.125", "min": "10.865", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "198.009", "max": "198.165", "min": "197.875", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "234.611", "max": "234.731", "min": "234.488", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "170.153", "max": "171.338", "min": "169.888", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.554", "max": "61.688", "min": "61.465", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "263.273", "max": "273.706", "min": "238.053", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "21.852", "max": "21.976", "min": "21.734", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "31.678", "max": "33.516", "min": "31.293", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "93.647", "max": "99.89", "min": "93.158", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "269.452", "max": "269.609", "min": "269.36", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "86.211", "max": "86.975", "min": "86.061", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "91.838", "max": "92.161", "min": "91.626", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "112.229", "max": "135.099", "min": "110.946", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "100.502", "max": "100.579", "min": "100.388", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "79.61", "max": "79.963", "min": "79.352", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "147.448", "max": "148.813", "min": "147.25", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "128.728", "max": "128.869", "min": "128.565", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "137.231", "max": "141.061", "min": "136.941", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "122.427", "max": "122.697", "min": "122.253", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "93.625", "max": "94.878", "min": "93.41", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "102.906", "max": "102.99", "min": "102.837", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.496", "max": "82.223", "min": "81.276", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "129.109", "max": "131.247", "min": "128.807", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "137.672", "max": "137.96", "min": "137.446", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "106.751", "max": "109.226", "min": "106.09", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "116.187", "max": "164.019", "min": "91.169", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "78.663", "max": "78.74", "min": "78.561", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "136.113", "max": "136.809", "min": "135.886", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "123.442", "max": "159.931", "min": "121.977", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "131.532", "max": "132.154", "min": "131.06", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "88.428", "max": "88.895", "min": "88.18", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "284.183", "max": "286.609", "min": "283.98", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "106.858", "max": "106.98", "min": "106.709", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "105.475", "max": "107.547", "min": "104.792", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "113.222", "max": "113.295", "min": "113.153", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "96.188", "max": "105.475", "min": "94.263", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "139.497", "max": "139.687", "min": "139.375", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "81.713", "max": "86.891", "min": "81.237", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "79.754", "max": "80.294", "min": "79.597", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "90.123", "max": "90.69", "min": "89.953", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.131", "max": "226.339", "min": "224.892", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "14.199", "max": "18.519", "min": "13.494", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "234.697", "max": "241.289", "min": "233.96", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "250.25", "max": "251.389", "min": "250.017", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "92.269", "max": "93.746", "min": "92.093", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "222.537", "max": "222.961", "min": "222.388", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "95.295", "max": "96.968", "min": "95.083", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "115.79", "max": "116.492", "min": "115.534", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "145.496", "max": "146.964", "min": "145.307", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "76.402", "max": "77.556", "min": "76.041", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "96.812", "max": "97.079", "min": "96.589", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.196", "max": "27.85", "min": "27.035", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "51.291", "max": "53.205", "min": "50.955", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "232.515", "max": "232.933", "min": "232.316", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "15.982", "max": "16.23", "min": "15.888", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "109.157", "max": "109.31", "min": "109.054", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "4.527", "max": "4.612", "min": "4.446", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "108.869", "max": "109.06", "min": "108.751", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "177.068", "max": "480.623", "min": "149.737", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "58.35", "max": "62.079", "min": "55.874", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "106.233", "max": "106.416", "min": "106.009", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "109.724", "max": "112.981", "min": "108.434", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "89.847", "max": "93.821", "min": "89.049", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "217.896", "max": "218.639", "min": "217.481", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "152.925", "max": "153.06", "min": "152.779", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "183.733", "max": "184.292", "min": "183.519", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "122.57", "max": "122.69", "min": "122.457", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "92.45", "max": "94.91", "min": "92.192", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "127.79", "max": "130.13", "min": "127.54", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "20.52", "max": "22.821", "min": "19.805", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "20.544", "max": "20.666", "min": "20.459", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "139.982", "max": "156.829", "min": "136.893", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "105.246", "max": "106.873", "min": "104.265", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "23.447", "max": "26.483", "min": "22.242", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "140.087", "max": "141.119", "min": "139.947", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "38.027", "max": "39.524", "min": "37.847", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "91.194", "max": "99.977", "min": "90.541", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "227.2", "max": "229.395", "min": "222.643", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "112.557", "max": "112.574", "min": "112.541", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "80.532", "max": "82.302", "min": "80.3", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "117.255", "max": "117.336", "min": "117.166", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "168.553", "max": "182.654", "min": "167.908", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "93.312", "max": "100.538", "min": "85.552", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "114.948", "max": "130.09", "min": "114.32", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "256.48", "max": "257.327", "min": "256.348", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "171.005", "max": "173.841", "min": "170.645", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "19.119", "max": "19.769", "min": "18.96", "id": "96", "country": "United States", "source_name": "Buffalo", "destination_name": "Lansing", "destination_id": "295" } } }, "97": { "name": "Tampa", "data": { "0": { "avg": "86.911", "max": "87.087", "min": "86.732", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "266.284", "max": "267.637", "min": "265.799", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "49.796", "max": "50.018", "min": "49.616", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "141.618", "max": "148.509", "min": "141.052", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "108.935", "max": "109.194", "min": "108.764", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "175.112", "max": "184.363", "min": "173.896", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "117.95", "max": "118.255", "min": "117.697", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "303.389", "max": "306.573", "min": "302.568", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "152.878", "max": "153.513", "min": "152.623", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "137.241", "max": "142.004", "min": "136.343", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "108.371", "max": "109.887", "min": "108.11", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "54.614", "max": "85.85", "min": "53.39", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "34.534", "max": "34.766", "min": "34.387", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "46.431", "max": "47.46", "min": "46.17", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "6.396", "max": "7.754", "min": "6.212", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "43.021", "max": "43.244", "min": "42.477", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "134.283", "max": "134.545", "min": "134.07", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "20.062", "max": "35.741", "min": "17.731", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "118.295", "max": "118.705", "min": "118.047", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "125.493", "max": "126.894", "min": "125.283", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "283.005", "max": "284.541", "min": "282.673", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "35.624", "max": "36.15", "min": "35.511", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "79.527", "max": "79.849", "min": "79.139", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "73.708", "max": "73.94", "min": "73.474", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "128.667", "max": "129.144", "min": "128.434", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "130.967", "max": "131.172", "min": "130.861", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "125.114", "max": "126.242", "min": "124.858", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "126.741", "max": "128.315", "min": "126.413", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "137.494", "max": "137.765", "min": "137.368", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.343", "max": "70.857", "min": "70.053", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "251.897", "max": "252.135", "min": "251.68", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "131.244", "max": "131.938", "min": "131.021", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "56.605", "max": "56.961", "min": "56.49", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "151.497", "max": "152.43", "min": "151.309", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "121.004", "max": "121.888", "min": "120.714", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "241.782", "max": "244.77", "min": "241.464", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "63.073", "max": "63.661", "min": "62.89", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "70.988", "max": "71.326", "min": "70.765", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.499", "max": "34.992", "min": "34.277", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "50.93", "max": "61.057", "min": "50.441", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "255.049", "max": "271.55", "min": "253.918", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "115.498", "max": "117.383", "min": "115.042", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "144.839", "max": "145.031", "min": "144.644", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "133.635", "max": "136.495", "min": "133.385", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "245.263", "max": "245.604", "min": "245.087", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "140.93", "max": "142.964", "min": "140.342", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "156.795", "max": "157.491", "min": "156.58", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "93.188", "max": "96.769", "min": "86.248", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "150.651", "max": "153.422", "min": "149.117", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "37.688", "max": "37.789", "min": "37.607", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "42.519", "max": "43.928", "min": "42.157", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "74.654", "max": "75.145", "min": "74.362", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "168.063", "max": "258.535", "min": "156.671", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.235", "max": "38.547", "min": "37.991", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "248.809", "max": "264.62", "min": "244.924", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "265.281", "max": "268.506", "min": "264.901", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "119.621", "max": "128.228", "min": "118.874", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "217.414", "max": "217.515", "min": "217.313", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "137.749", "max": "139.032", "min": "137.351", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "112.912", "max": "113.191", "min": "112.728", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "165.59", "max": "166.852", "min": "165.217", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "155.28", "max": "210.543", "min": "150.111", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "250.157", "max": "272.964", "min": "248.55", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "252.431", "max": "258.945", "min": "251.769", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "154.042", "max": "154.604", "min": "153.875", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "145.273", "max": "145.63", "min": "145.012", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "30.453", "max": "31.458", "min": "30.183", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "147.694", "max": "148.267", "min": "147.167", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "140.766", "max": "142.212", "min": "140.102", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "55.369", "max": "57.521", "min": "55.142", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "241.411", "max": "246.406", "min": "240.836", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "60.879", "max": "61.268", "min": "60.533", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "49.393", "max": "50.171", "min": "49.151", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "15.291", "max": "17.903", "min": "14.928", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "160.981", "max": "161.862", "min": "160.66", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "115.299", "max": "115.633", "min": "115.127", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "21.449", "max": "21.659", "min": "21.22", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "64.734", "max": "67.243", "min": "64.477", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "51.387", "max": "53.743", "min": "51.054", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "31.808", "max": "32.242", "min": "31.64", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "76.81", "max": "77.227", "min": "76.65", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "50.864", "max": "51.378", "min": "50.647", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "351.72", "max": "352.774", "min": "349.677", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "266.884", "max": "267.269", "min": "266.683", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "78.69", "max": "79.041", "min": "78.572", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "154.862", "max": "156.07", "min": "154.45", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "117.912", "max": "119.031", "min": "117.649", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "3.22", "max": "4.907", "min": "2.734", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "48.863", "max": "48.999", "min": "48.643", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "112.719", "max": "115.444", "min": "112.365", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.809", "max": "37.397", "min": "35.2", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "85.588", "max": "87.479", "min": "85.303", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "112.845", "max": "113.064", "min": "112.727", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "210.44", "max": "210.722", "min": "210.2", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "47.54", "max": "47.959", "min": "47.338", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "0.035", "max": "0.065", "min": "0.027", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "59.625", "max": "59.821", "min": "59.472", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "33.938", "max": "54.485", "min": "32.747", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "79.883", "max": "92.919", "min": "74.744", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "36.979", "max": "37.905", "min": "36.781", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "72.335", "max": "87.598", "min": "71.516", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "83.342", "max": "83.993", "min": "83.099", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "150.623", "max": "155.535", "min": "150.13", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "254.775", "max": "259.317", "min": "254.075", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "31.896", "max": "32.621", "min": "31.643", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "373.269", "max": "373.66", "min": "372.378", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "83.223", "max": "84.884", "min": "82.964", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "36.651", "max": "38.557", "min": "36.353", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "22.012", "max": "22.255", "min": "21.869", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "246.687", "max": "249.401", "min": "246.411", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "221.817", "max": "221.998", "min": "221.603", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "200.724", "max": "200.897", "min": "200.568", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "43.86", "max": "46.349", "min": "43.511", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "235.006", "max": "236.245", "min": "234.562", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "478.332", "max": "595.312", "min": "311.437", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "237.969", "max": "332.33", "min": "185.392", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "281.083", "max": "287.565", "min": "280.204", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "156.134", "max": "156.918", "min": "155.867", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "34.703", "max": "34.797", "min": "34.526", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "35.447", "max": "36.238", "min": "35.178", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "46.481", "max": "46.82", "min": "46.323", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "108.098", "max": "263.545", "min": "33.371", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "111.294", "max": "112.047", "min": "111.02", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "156.159", "max": "295.966", "min": "150.407", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "142.879", "max": "143.502", "min": "142.761", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "127.934", "max": "130.171", "min": "127.105", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "37.704", "max": "38.034", "min": "37.497", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "258.696", "max": "259.129", "min": "258.49", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "243.333", "max": "244.367", "min": "243.049", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "109.295", "max": "109.455", "min": "109.191", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "58.441", "max": "59.153", "min": "58.218", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "49.17", "max": "51.455", "min": "48.826", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "40.768", "max": "40.963", "min": "40.647", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "228.905", "max": "230.434", "min": "228.224", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "43.963", "max": "45.676", "min": "43.723", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "40.086", "max": "40.283", "min": "39.973", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "46.669", "max": "51.491", "min": "45.841", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "59.51", "max": "59.694", "min": "59.384", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.885", "max": "39.039", "min": "38.744", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "44.726", "max": "57.801", "min": "44.135", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "131.188", "max": "131.417", "min": "131.067", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "278.015", "max": "286.15", "min": "277.413", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "146.697", "max": "149.572", "min": "146.317", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "123.486", "max": "123.805", "min": "123.195", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "113.816", "max": "115.656", "min": "113.448", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "111.29", "max": "112.011", "min": "111.036", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "145.249", "max": "148.059", "min": "144.971", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "252.32", "max": "252.686", "min": "252.142", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "108.404", "max": "109.278", "min": "108.204", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "105.22", "max": "105.33", "min": "105.07", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "116.32", "max": "132.77", "min": "114.584", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "186.479", "max": "186.557", "min": "186.386", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "143.145", "max": "144.105", "min": "142.942", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "127.816", "max": "134.507", "min": "126.798", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "38.623", "max": "40.21", "min": "38.326", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "91", "max": "92.039", "min": "90.77", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "134.771", "max": "135.539", "min": "134.471", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "239.406", "max": "279.58", "min": "231.955", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "65.632", "max": "65.839", "min": "65.49", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "139.505", "max": "208.654", "min": "133.805", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "35.658", "max": "35.755", "min": "35.481", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.153", "max": "382.9", "min": "380.63", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "146.821", "max": "147.132", "min": "146.615", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "28.938", "max": "29.28", "min": "28.752", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "222.395", "max": "222.707", "min": "222.198", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "266.305", "max": "266.599", "min": "266.14", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "199.806", "max": "201.929", "min": "199.489", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "44.893", "max": "45.047", "min": "44.708", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "211.179", "max": "217.085", "min": "210.417", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "39.634", "max": "39.803", "min": "39.391", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "40.416", "max": "40.535", "min": "40.34", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "116.657", "max": "118.751", "min": "116.36", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "253.37", "max": "254.177", "min": "253.153", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "112.271", "max": "114.242", "min": "112.016", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "121.689", "max": "121.939", "min": "121.535", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "131.537", "max": "131.736", "min": "131.411", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "122.383", "max": "122.794", "min": "122.203", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "103.558", "max": "103.967", "min": "103.355", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "164.883", "max": "165.603", "min": "164.669", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "145.905", "max": "146.004", "min": "145.808", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "163.307", "max": "163.762", "min": "162.94", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "145.326", "max": "152.215", "min": "144.86", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "107.152", "max": "108.603", "min": "106.919", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "128.886", "max": "130.801", "min": "128.481", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "149.11", "max": "149.456", "min": "148.903", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "132.59", "max": "134.392", "min": "132.3", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "171.249", "max": "171.536", "min": "171.013", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "135.534", "max": "151.165", "min": "134.479", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "166.02", "max": "225.119", "min": "136.021", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "98.216", "max": "101.05", "min": "97.958", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "175.225", "max": "176.181", "min": "175.031", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "144.087", "max": "178.617", "min": "142.708", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.994", "max": "154.545", "min": "153.588", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "115.272", "max": "115.633", "min": "114.974", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "252.583", "max": "255.125", "min": "252.096", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "131.332", "max": "131.69", "min": "131.162", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "119.564", "max": "119.822", "min": "119.328", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "137.724", "max": "137.808", "min": "137.649", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "97.109", "max": "101.631", "min": "88.992", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "164.041", "max": "164.265", "min": "163.931", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "111.148", "max": "111.876", "min": "110.901", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "115.996", "max": "119.61", "min": "115.753", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "107.084", "max": "109.819", "min": "106.313", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "271.309", "max": "289.304", "min": "269.484", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "50.956", "max": "58.233", "min": "50.192", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "359.176", "max": "360.805", "min": "351.199", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "249.247", "max": "251.891", "min": "248.983", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "116.589", "max": "116.717", "min": "116.45", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "314.865", "max": "315.378", "min": "314.514", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "88.816", "max": "89.422", "min": "88.495", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "134.241", "max": "134.577", "min": "134.084", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "180.972", "max": "181.662", "min": "180.752", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "105.069", "max": "106.464", "min": "104.657", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "107.799", "max": "109.383", "min": "107.35", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "48.381", "max": "48.667", "min": "48.183", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "30.542", "max": "30.802", "min": "30.388", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "297.39", "max": "490.318", "min": "284.787", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "88.239", "max": "89.355", "min": "88.095", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "120.548", "max": "120.714", "min": "120.293", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "39.744", "max": "39.875", "min": "39.644", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "125.682", "max": "125.868", "min": "125.578", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "131.946", "max": "150.414", "min": "131.163", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "42.518", "max": "46.123", "min": "39.334", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "127.312", "max": "130.801", "min": "126.514", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "138.954", "max": "139.742", "min": "138.406", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "54.782", "max": "61.057", "min": "53.725", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "224.863", "max": "225.921", "min": "224.41", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "178.64", "max": "179.05", "min": "178.402", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "198.246", "max": "199.17", "min": "197.92", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "158.236", "max": "158.522", "min": "158.097", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "117.583", "max": "118.296", "min": "117.376", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "160.398", "max": "161.217", "min": "160.234", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "55.256", "max": "57.23", "min": "54.705", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "40.6", "max": "41.411", "min": "40.416", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "156.714", "max": "164.929", "min": "154.476", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "80.158", "max": "81.185", "min": "79.764", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "49.831", "max": "52.628", "min": "48.83", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "165.366", "max": "167.723", "min": "165.039", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "47.52", "max": "47.661", "min": "47.365", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "126.071", "max": "136.545", "min": "125.511", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "250.481", "max": "310.571", "min": "234.124", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "76.402", "max": "76.402", "min": "76.402", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "103.726", "max": "112.464", "min": "103.18", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "124.451", "max": "125.821", "min": "124.257", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "203.6", "max": "203.858", "min": "203.412", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "143.834", "max": "158.946", "min": "136.373", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "140.41", "max": "140.944", "min": "140.216", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "276.483", "max": "278.133", "min": "275.939", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "194.329", "max": "195.975", "min": "194.013", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "60.398", "max": "60.722", "min": "60.183", "id": "97", "country": "United States", "source_name": "Tampa", "destination_name": "Lansing", "destination_id": "295" } } }, "100": { "name": "San Francisco", "data": { "0": { "avg": "160.253", "max": "160.427", "min": "160.087", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "162.295", "max": "168.672", "min": "161.866", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "63.533", "max": "63.768", "min": "63.39", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "165.021", "max": "171.175", "min": "164.339", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "157.039", "max": "158.038", "min": "156.787", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "119.096", "max": "119.674", "min": "118.908", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "137.732", "max": "138.247", "min": "137.602", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "177.188", "max": "190.62", "min": "169.578", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "186.651", "max": "186.919", "min": "186.484", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "170.221", "max": "175.565", "min": "169.694", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "146.933", "max": "147.118", "min": "146.764", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "42.214", "max": "47.676", "min": "41.92", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "69.189", "max": "69.936", "min": "68.945", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "83.196", "max": "89.891", "min": "82.823", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "70.586", "max": "76.113", "min": "70.329", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "72.411", "max": "73.105", "min": "71.958", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "166.01", "max": "166.563", "min": "165.703", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "57.195", "max": "57.473", "min": "57.095", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "149.396", "max": "149.578", "min": "149.203", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "158.247", "max": "158.459", "min": "158.147", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "167.901", "max": "173.886", "min": "166.007", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "51.939", "max": "52.271", "min": "51.818", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "2.87", "max": "3.716", "min": "2.686", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "27.325", "max": "30.826", "min": "27.056", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "170.245", "max": "185.637", "min": "163.941", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "156.199", "max": "156.568", "min": "156.086", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "169.026", "max": "171.293", "min": "168.713", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "168.652", "max": "178.101", "min": "165.645", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "146.044", "max": "146.374", "min": "145.954", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "1.747", "max": "2.104", "min": "1.571", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "177.066", "max": "177.285", "min": "176.975", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "173.437", "max": "175.264", "min": "173.19", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "60.562", "max": "61.069", "min": "60.426", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "182.033", "max": "182.204", "min": "181.892", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "170.752", "max": "173.001", "min": "170.391", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "200.516", "max": "217.359", "min": "194.424", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "11.83", "max": "12.092", "min": "11.738", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "22.493", "max": "22.693", "min": "22.381", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "45.652", "max": "46.014", "min": "45.512", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "76.395", "max": "84.804", "min": "75.719", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "288.325", "max": "290.378", "min": "287.876", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "152.786", "max": "159.115", "min": "152.121", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "167.918", "max": "168.054", "min": "167.794", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "171.853", "max": "172.444", "min": "171.605", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "259.436", "max": "259.639", "min": "259.256", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "187.423", "max": "187.999", "min": "186.929", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "172.131", "max": "172.597", "min": "171.921", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "167.197", "max": "170.583", "min": "158.432", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "200.938", "max": "203.078", "min": "200.665", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "54.57", "max": "55.042", "min": "54.461", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "78.939", "max": "91.145", "min": "74.1", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "24.626", "max": "25.075", "min": "24.369", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "177.268", "max": "188.566", "min": "164.799", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "37.046", "max": "37.333", "min": "36.82", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "231.642", "max": "251.465", "min": "227.456", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "189.006", "max": "189.944", "min": "188.777", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "169.479", "max": "173.713", "min": "168.597", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "177.816", "max": "186.405", "min": "174.956", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "201.949", "max": "202.317", "min": "201.777", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "150.312", "max": "150.816", "min": "150.162", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "201.432", "max": "203.707", "min": "200.894", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "191.021", "max": "237.571", "min": "188.713", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "230.397", "max": "362.655", "min": "213.837", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "199.143", "max": "199.49", "min": "199.044", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "194.37", "max": "194.49", "min": "194.252", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "185.802", "max": "185.986", "min": "185.728", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "77.602", "max": "77.913", "min": "77.473", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "184.251", "max": "184.615", "min": "183.825", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "195.369", "max": "199.06", "min": "194.517", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "30.467", "max": "32.611", "min": "30.255", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "151.997", "max": "154.378", "min": "151.725", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "15.664", "max": "16.527", "min": "15.346", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "119.825", "max": "120.013", "min": "119.697", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "73.056", "max": "73.197", "min": "72.978", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "191.692", "max": "192.374", "min": "191.423", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "134.558", "max": "135.063", "min": "134.297", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "70.768", "max": "71.395", "min": "70.625", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "19.676", "max": "19.892", "min": "19.45", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "72.123", "max": "72.38", "min": "71.93", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "67.95", "max": "78.826", "min": "63.339", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "25.249", "max": "25.437", "min": "25.041", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "95.857", "max": "107.007", "min": "90.92", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "378.116", "max": "382.096", "min": "377.728", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "207.915", "max": "208.204", "min": "207.727", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "26.749", "max": "27.427", "min": "26.615", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "203.455", "max": "204.409", "min": "203.067", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "157.551", "max": "159.395", "min": "157.083", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "68.977", "max": "69.361", "min": "68.832", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "71.858", "max": "72.027", "min": "71.717", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "143.929", "max": "146.537", "min": "143.714", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "56.871", "max": "59.488", "min": "56.254", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "8.596", "max": "9.388", "min": "8.342", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "194.148", "max": "194.257", "min": "194.081", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "127.615", "max": "128.209", "min": "127.326", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "81.405", "max": "81.594", "min": "81.261", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "80.754", "max": "95.403", "min": "74.739", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "122.44", "max": "123.214", "min": "122.212", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "112.481", "max": "116.556", "min": "111.945", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "0.035", "max": "0.082", "min": "0.023", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "54.357", "max": "57.299", "min": "53.938", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "67.279", "max": "67.701", "min": "67.167", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "42.68", "max": "42.946", "min": "42.458", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "194.802", "max": "194.928", "min": "194.679", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "177.992", "max": "181.378", "min": "177.377", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "52.58", "max": "53.335", "min": "52.361", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "155.33", "max": "167.94", "min": "149.884", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "144.449", "max": "145.689", "min": "144.306", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "73.701", "max": "76.086", "min": "73.348", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "77.324", "max": "77.504", "min": "77.226", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "280.612", "max": "284.267", "min": "279.5", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "165.69", "max": "167.137", "min": "165.295", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "128.533", "max": "128.961", "min": "128.381", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "62.122", "max": "62.468", "min": "61.967", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "264.497", "max": "274.434", "min": "262.805", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "508.736", "max": "629.237", "min": "338.225", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "286.945", "max": "380.491", "min": "206.484", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "296.996", "max": "304.632", "min": "295.949", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "111.75", "max": "113.681", "min": "111.501", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "49.78", "max": "50.609", "min": "49.568", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "71.893", "max": "72.709", "min": "71.655", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "35.426", "max": "37.127", "min": "35.147", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "191.649", "max": "351.786", "min": "101.879", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "178.983", "max": "192.54", "min": "178.391", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "179.674", "max": "183.372", "min": "179.008", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "176.845", "max": "176.979", "min": "176.763", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "167.252", "max": "168.153", "min": "166.653", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "77.457", "max": "79.79", "min": "73.992", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "307.078", "max": "307.429", "min": "306.797", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "232.233", "max": "234.963", "min": "231.886", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "52.274", "max": "52.463", "min": "52.059", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "68.793", "max": "69.666", "min": "68.625", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "59.42", "max": "59.684", "min": "59.303", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "63.46", "max": "63.742", "min": "63.296", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "162.584", "max": "163.82", "min": "162.072", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "55.022", "max": "55.596", "min": "54.824", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "77.939", "max": "78.228", "min": "77.769", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "40.638", "max": "58.596", "min": "38.598", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "47.308", "max": "47.886", "min": "47.179", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "51.313", "max": "52.126", "min": "51.091", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "73.398", "max": "73.589", "min": "73.268", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "173.121", "max": "173.256", "min": "173.009", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "276.884", "max": "278.906", "min": "276.242", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "173.688", "max": "174.206", "min": "173.548", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "169.871", "max": "186.214", "min": "164.647", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "57.088", "max": "60.511", "min": "56.601", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "152.89", "max": "153.877", "min": "152.587", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "193.704", "max": "197.621", "min": "193.401", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "254.552", "max": "256.637", "min": "249.432", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "146.792", "max": "146.965", "min": "146.716", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "136.596", "max": "137.107", "min": "136.482", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "155.241", "max": "164.262", "min": "153.408", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "129.556", "max": "129.986", "min": "129.329", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "193.603", "max": "194.569", "min": "193.363", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "158.519", "max": "159.003", "min": "158.352", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "66.962", "max": "67.177", "min": "66.789", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "31.957", "max": "72.678", "min": "30.276", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "179.129", "max": "181.806", "min": "178.729", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "175.269", "max": "215.724", "min": "167.063", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "55.548", "max": "56.134", "min": "55.363", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "108.255", "max": "108.435", "min": "108.148", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "428.009", "max": "428.366", "min": "427.612", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "172.955", "max": "173.667", "min": "172.675", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "68.095", "max": "68.661", "min": "67.948", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "251.784", "max": "252.025", "min": "251.629", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "315.42", "max": "316.065", "min": "315.26", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "232.868", "max": "233.48", "min": "232.664", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "81.567", "max": "81.91", "min": "81.408", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "210.49", "max": "215.497", "min": "191.704", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "86.582", "max": "86.862", "min": "86.409", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "60.405", "max": "60.784", "min": "60.286", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "152.567", "max": "154.571", "min": "152.263", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "274.668", "max": "274.943", "min": "274.574", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "153.858", "max": "154.793", "min": "153.698", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "162.368", "max": "163.288", "min": "162.151", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "172.225", "max": "172.591", "min": "172.128", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "161.167", "max": "161.336", "min": "161.072", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "145.326", "max": "145.872", "min": "145.06", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "201.894", "max": "202.703", "min": "201.646", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "185.932", "max": "186.293", "min": "185.78", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "201.524", "max": "202.337", "min": "201.308", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "188.203", "max": "188.44", "min": "187.992", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "139.718", "max": "142.379", "min": "139.498", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "153.984", "max": "154.163", "min": "153.869", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "157.651", "max": "157.878", "min": "157.459", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "189.328", "max": "189.457", "min": "189.254", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "212.498", "max": "212.869", "min": "212.262", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "171.433", "max": "174.858", "min": "170.294", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "183.322", "max": "266.406", "min": "151.598", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "134.9", "max": "137.633", "min": "134.656", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "200.997", "max": "201.519", "min": "200.792", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "174.649", "max": "195.918", "min": "173.671", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "196.598", "max": "197.088", "min": "196.18", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "147.291", "max": "266.726", "min": "142.172", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "194.123", "max": "202.755", "min": "193.698", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "159.696", "max": "160.203", "min": "159.56", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "161.849", "max": "162.017", "min": "161.675", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "175.214", "max": "175.937", "min": "175.098", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "170.206", "max": "178.023", "min": "162.909", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "198.526", "max": "198.868", "min": "198.37", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "150.204", "max": "164.677", "min": "146.128", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "149.857", "max": "152.639", "min": "149.318", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "154.654", "max": "155.018", "min": "154.494", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "172.417", "max": "194.614", "min": "166.142", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "75.912", "max": "80.934", "min": "74.909", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "394.316", "max": "404.927", "min": "351.853", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "226.082", "max": "226.401", "min": "225.952", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "156.638", "max": "169.299", "min": "151.155", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "297.272", "max": "297.508", "min": "297.047", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "14.881", "max": "15.602", "min": "14.631", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "170.832", "max": "171.656", "min": "170.565", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "204.773", "max": "205.472", "min": "204.548", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "141.011", "max": "141.891", "min": "140.683", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "146.692", "max": "148.316", "min": "146.262", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "70.663", "max": "70.834", "min": "70.562", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "69.002", "max": "69.247", "min": "68.897", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "183.657", "max": "364.518", "min": "177.186", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "72.133", "max": "73.205", "min": "71.954", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "156.606", "max": "157.025", "min": "156.407", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "78.033", "max": "80.452", "min": "77.783", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "163.7", "max": "164.326", "min": "163.557", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "189.943", "max": "190.423", "min": "189.799", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "84.336", "max": "86.892", "min": "81.399", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "154.897", "max": "155.452", "min": "154.703", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "170.849", "max": "172.312", "min": "170.07", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "108.361", "max": "110.263", "min": "107.747", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "285.867", "max": "286.992", "min": "285.506", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "102.966", "max": "103.374", "min": "102.825", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "230.202", "max": "230.732", "min": "230.007", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "183.512", "max": "183.667", "min": "183.361", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "147.09", "max": "147.259", "min": "147.013", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "180.124", "max": "180.39", "min": "179.989", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "75.182", "max": "77.056", "min": "74.675", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "71.771", "max": "72.052", "min": "71.642", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "199.205", "max": "201.158", "min": "197.46", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "135.755", "max": "137.015", "min": "135.216", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "80.293", "max": "84.086", "min": "78.944", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "201.739", "max": "202.383", "min": "201.503", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "46.893", "max": "59.926", "min": "45.283", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "183.938", "max": "187.177", "min": "183.618", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "172.998", "max": "177.899", "min": "172.687", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "157.501", "max": "157.501", "min": "157.501", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "140.818", "max": "140.936", "min": "140.727", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "144.248", "max": "144.661", "min": "144.095", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "238.507", "max": "240.63", "min": "238.28", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.904", "max": "174.584", "min": "149.471", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "171.617", "max": "171.884", "min": "171.455", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "250.709", "max": "252.029", "min": "250.391", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "244.694", "max": "245.918", "min": "244.248", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "74.401", "max": "76.312", "min": "74.168", "id": "100", "country": "United States", "source_name": "San Francisco", "destination_name": "Lansing", "destination_id": "295" } } }, "101": { "name": "South Bend", "data": { "0": { "avg": "178.826", "max": "179.412", "min": "178.626", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "208.28", "max": "212.36", "min": "207.949", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "15.987", "max": "16.228", "min": "15.855", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "122.209", "max": "127.616", "min": "121.608", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "90.726", "max": "92.437", "min": "90.456", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "172.416", "max": "174.607", "min": "172.142", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "102.171", "max": "107.849", "min": "101.706", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "217.407", "max": "238.025", "min": "215.875", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "149.819", "max": "205.74", "min": "141.97", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "121.152", "max": "122.157", "min": "120.889", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "86.926", "max": "94.652", "min": "85.782", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "31.639", "max": "79.768", "min": "27.765", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "19.3", "max": "20.62", "min": "19.146", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "24.108", "max": "27.852", "min": "23.785", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "34.807", "max": "35.48", "min": "34.587", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "23.587", "max": "25.321", "min": "23.062", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "115.402", "max": "118.131", "min": "115.094", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "21.304", "max": "21.722", "min": "21.175", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "96.446", "max": "97.25", "min": "96.217", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "117.4", "max": "118.027", "min": "117.258", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "212.448", "max": "212.609", "min": "212.376", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "5.433", "max": "14.704", "min": "4.9", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "54.339", "max": "55.264", "min": "54.137", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "58.709", "max": "65.092", "min": "58.205", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "127.128", "max": "127.303", "min": "127.032", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "116.229", "max": "135.37", "min": "113.725", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "109.568", "max": "110.443", "min": "109.246", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "145.528", "max": "147.886", "min": "144.796", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "107.396", "max": "107.652", "min": "107.31", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "51.849", "max": "52.548", "min": "51.653", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "223.351", "max": "224.762", "min": "223.131", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "120.856", "max": "122.38", "min": "120.635", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "56.017", "max": "61.727", "min": "55.548", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "144.548", "max": "145.07", "min": "144.43", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "117.985", "max": "124.867", "min": "117.399", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "230.837", "max": "232.948", "min": "230.548", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "59.947", "max": "61.248", "min": "59.783", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "56.318", "max": "56.568", "min": "56.179", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "27.365", "max": "30.375", "min": "26.854", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "23.903", "max": "24.808", "min": "23.668", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "230.938", "max": "234.014", "min": "230.252", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "92.419", "max": "95.243", "min": "91.86", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "127.811", "max": "136.729", "min": "127.306", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "128.435", "max": "172.26", "min": "125.298", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "222.59", "max": "230.109", "min": "222.214", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "130.179", "max": "130.811", "min": "129.748", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "127.816", "max": "138.106", "min": "126.986", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "91.399", "max": "92.307", "min": "91.112", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "169.78", "max": "170.945", "min": "169.534", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "33.601", "max": "33.805", "min": "33.496", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "20.45", "max": "21.968", "min": "20.257", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "57.793", "max": "64.222", "min": "55.281", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "120.206", "max": "180.874", "min": "94.034", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "15.924", "max": "28.795", "min": "15.258", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "262.486", "max": "276.588", "min": "258.498", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "237.885", "max": "250.077", "min": "237.205", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "102.422", "max": "105.938", "min": "101.741", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "205.135", "max": "205.286", "min": "205.056", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "141.491", "max": "147.879", "min": "140.868", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "98.732", "max": "110.223", "min": "98.165", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "159.466", "max": "162.568", "min": "158.762", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "146.806", "max": "197.954", "min": "142.701", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "239.336", "max": "258.251", "min": "237.877", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "265.367", "max": "304.952", "min": "262.346", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "140.329", "max": "148.368", "min": "139.609", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "139.148", "max": "139.585", "min": "139.002", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "20.475", "max": "20.687", "min": "20.359", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "142.693", "max": "143.851", "min": "142.245", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "143.401", "max": "146.983", "min": "142.768", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "27.869", "max": "30.627", "min": "27.687", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "208.701", "max": "210.726", "min": "208.31", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "58.402", "max": "69.958", "min": "57.19", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "77.221", "max": "82.28", "min": "76.838", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "32.196", "max": "40.755", "min": "31.783", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "133.96", "max": "134.876", "min": "133.778", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "89.5", "max": "90.288", "min": "89.31", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "24.261", "max": "24.837", "min": "24.079", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "67.651", "max": "77", "min": "67.178", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "12.049", "max": "15.66", "min": "11.617", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "10.587", "max": "57.89", "min": "5.161", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "60.816", "max": "61.485", "min": "60.64", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "35.666", "max": "38.64", "min": "35.112", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.52", "max": "266.269", "min": "261.28", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "233.435", "max": "235.814", "min": "232.877", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "52.291", "max": "52.674", "min": "52.195", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "153.393", "max": "161.3", "min": "152.848", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "91.812", "max": "92.796", "min": "91.543", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "31.111", "max": "31.7", "min": "30.979", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "10.765", "max": "10.987", "min": "10.609", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "93.415", "max": "96.871", "min": "93.182", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "14.521", "max": "20.249", "min": "13.747", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "57.396", "max": "58.159", "min": "57.145", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "101.003", "max": "160.26", "min": "93.599", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "196.985", "max": "197.743", "min": "196.736", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "10.908", "max": "11.594", "min": "10.745", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "37.012", "max": "38.613", "min": "36.778", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "78.175", "max": "79.325", "min": "77.888", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "83.29", "max": "131.069", "min": "80.025", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "54.929", "max": "77.134", "min": "53.901", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "0.017", "max": "0.031", "min": "0.01", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "21.412", "max": "43.727", "min": "20.4", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "64.936", "max": "107.524", "min": "60.947", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "147.154", "max": "147.726", "min": "146.907", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "214.468", "max": "218.907", "min": "213.569", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "10.58", "max": "16.078", "min": "10.245", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "234.326", "max": "236.202", "min": "233.868", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "98.937", "max": "104.096", "min": "98.463", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "25.328", "max": "27.013", "min": "25.162", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "28.111", "max": "28.314", "min": "27.968", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "236.778", "max": "239.992", "min": "235.868", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "223.06", "max": "229.084", "min": "222.046", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "183.414", "max": "183.521", "min": "183.351", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "20.187", "max": "28.246", "min": "19.748", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "229.767", "max": "275.81", "min": "224.729", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "464.807", "max": "558.921", "min": "285.635", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "247.163", "max": "324.495", "min": "160.972", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "262.093", "max": "268.23", "min": "261.312", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "147.366", "max": "148.387", "min": "147.15", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "22.33", "max": "23.246", "min": "22.147", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "33.037", "max": "74.305", "min": "28.609", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "29.038", "max": "32.849", "min": "28.627", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "134.916", "max": "289.586", "min": "59.181", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "166.113", "max": "166.365", "min": "165.992", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "142.573", "max": "280.228", "min": "135.224", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "136.877", "max": "137.731", "min": "136.706", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "120.844", "max": "125.642", "min": "120.032", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "20.629", "max": "20.861", "min": "20.527", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "298.907", "max": "299.392", "min": "298.706", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "219.365", "max": "219.998", "min": "219.12", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "87.472", "max": "92.648", "min": "87.011", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "17.237", "max": "19.444", "min": "16.947", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "12.629", "max": "13.506", "min": "12.382", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "22.745", "max": "41.349", "min": "21.844", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "193.102", "max": "214.53", "min": "189.771", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "36.324", "max": "36.51", "min": "36.208", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "22.228", "max": "25.307", "min": "21.628", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "36.349", "max": "42.164", "min": "35.718", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "41.018", "max": "46.182", "min": "40.496", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "10.996", "max": "11.815", "min": "10.906", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "18.537", "max": "35.589", "min": "17.379", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "121.801", "max": "122.041", "min": "121.708", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "256.127", "max": "298.322", "min": "253.438", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "139.623", "max": "139.787", "min": "139.529", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "127.558", "max": "133.338", "min": "127.198", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "104.811", "max": "118.753", "min": "103.328", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "103.407", "max": "104.165", "min": "103.142", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "137.553", "max": "147.884", "min": "136.511", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "290.879", "max": "302.888", "min": "289.995", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "84.462", "max": "86.935", "min": "84.189", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "86.048", "max": "87.09", "min": "85.949", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "104.203", "max": "109.887", "min": "103.143", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "192.042", "max": "200.769", "min": "191.504", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "137.223", "max": "158.339", "min": "134.917", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "100.789", "max": "101.333", "min": "100.531", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "27.652", "max": "31.812", "min": "27.292", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "68.819", "max": "73.162", "min": "68.447", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "137.48", "max": "140.023", "min": "137.123", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "220.523", "max": "260.215", "min": "213.783", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "28.001", "max": "34.088", "min": "27.516", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "170.551", "max": "253.355", "min": "161.618", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "51.164", "max": "51.318", "min": "51.064", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "474.041", "max": "474.548", "min": "473.574", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "137.969", "max": "148.02", "min": "137.018", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "18.362", "max": "18.628", "min": "18.242", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "203.721", "max": "226.559", "min": "202.6", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "245.474", "max": "246.17", "min": "245.27", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "182.53", "max": "203.149", "min": "181.626", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "53.349", "max": "60.59", "min": "52.646", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "200.791", "max": "226.708", "min": "198.13", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "24.454", "max": "25.638", "min": "24.307", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "9.399", "max": "11.681", "min": "8.951", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "103.173", "max": "105.834", "min": "102.834", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "279.453", "max": "280.697", "min": "279.256", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "97.662", "max": "98.53", "min": "97.37", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "113.362", "max": "141.555", "min": "101.689", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "119.547", "max": "132.906", "min": "118.836", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "109.988", "max": "118.674", "min": "109.411", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "87.554", "max": "87.936", "min": "87.335", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "131.624", "max": "136.482", "min": "130.853", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "140.927", "max": "151.584", "min": "140.163", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "161.466", "max": "162.653", "min": "161.203", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "138.7", "max": "139.646", "min": "138.442", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "101.779", "max": "102.229", "min": "101.625", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "100.987", "max": "113.22", "min": "100.237", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "89.223", "max": "89.522", "min": "89.153", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "122.203", "max": "126.433", "min": "121.943", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "150.678", "max": "157.266", "min": "149.969", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "117.414", "max": "147.806", "min": "115.501", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "142.404", "max": "193.699", "min": "110.992", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "86.885", "max": "87.773", "min": "86.738", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "150.66", "max": "153.39", "min": "150.303", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "129.299", "max": "129.641", "min": "129.14", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "139.097", "max": "142.837", "min": "138.383", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "97.409", "max": "109.878", "min": "96.543", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "252.553", "max": "254.517", "min": "252.332", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "112.241", "max": "112.36", "min": "112.147", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "112.17", "max": "115.749", "min": "111.883", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "119.972", "max": "120.256", "min": "119.882", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "97.379", "max": "106.445", "min": "95.248", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "149.72", "max": "150.045", "min": "149.564", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "90.105", "max": "103.844", "min": "89.394", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "90.845", "max": "96.051", "min": "89.61", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "101.28", "max": "111.258", "min": "99.675", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "213.935", "max": "224.028", "min": "211.186", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "22.922", "max": "25.389", "min": "22.202", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "235.836", "max": "271.456", "min": "228.953", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "257.797", "max": "258.207", "min": "257.647", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "112.207", "max": "125.932", "min": "103.975", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "234.63", "max": "264.327", "min": "231.595", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "58.384", "max": "58.694", "min": "58.06", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "120.982", "max": "126.977", "min": "120.547", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "154.549", "max": "174.164", "min": "153.018", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "86.595", "max": "88.968", "min": "86.136", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "102.288", "max": "102.657", "min": "102.122", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "18.552", "max": "28.721", "min": "17.596", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "36.763", "max": "39.454", "min": "36.472", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "220.91", "max": "223.482", "min": "220.387", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "24.137", "max": "25.964", "min": "23.949", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "108.386", "max": "108.622", "min": "108.282", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "14.672", "max": "14.785", "min": "14.609", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "118.383", "max": "119.286", "min": "118.2", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "162.75", "max": "163.593", "min": "162.573", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "53.989", "max": "57.276", "min": "51.725", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "110.288", "max": "119.375", "min": "109.56", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "121.328", "max": "141.716", "min": "119.808", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "83.978", "max": "105.026", "min": "81.74", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "213.855", "max": "214.721", "min": "213.399", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "210.189", "max": "211.975", "min": "209.939", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "180.942", "max": "215.343", "min": "178.06", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "144.499", "max": "153.346", "min": "138.594", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "101.569", "max": "105.39", "min": "101.191", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "148.879", "max": "158.028", "min": "148.476", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "24.505", "max": "27.668", "min": "23.972", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "30.208", "max": "30.385", "min": "30.086", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "149.471", "max": "160.664", "min": "146.793", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "107.34", "max": "108.137", "min": "107.025", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "30.531", "max": "31.905", "min": "29.228", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "152.202", "max": "153.362", "min": "151.962", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "17.142", "max": "17.584", "min": "16.987", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "99.582", "max": "103.099", "min": "99.341", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "233.462", "max": "235.809", "min": "233.217", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "104.619", "max": "104.704", "min": "104.534", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "92.353", "max": "92.63", "min": "92.262", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "114.222", "max": "115.048", "min": "114.07", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "183.976", "max": "338.91", "min": "177.968", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "110.342", "max": "126.835", "min": "103.233", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "131.332", "max": "131.52", "min": "131.221", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "236.434", "max": "237.397", "min": "236.052", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "173.639", "max": "176.657", "min": "173.151", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "10.876", "max": "14.572", "min": "10.281", "id": "101", "country": "United States", "source_name": "South Bend", "destination_name": "Lansing", "destination_id": "295" } } }, "102": { "name": "Green Bay", "data": { "0": { "avg": "115.131", "max": "115.708", "min": "114.962", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "288.156", "max": "288.943", "min": "287.91", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "30.562", "max": "30.777", "min": "30.511", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "129.675", "max": "132.331", "min": "129.211", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "107.745", "max": "108.074", "min": "107.585", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "186.396", "max": "186.621", "min": "186.28", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "112.075", "max": "112.335", "min": "111.958", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "287.782", "max": "292.713", "min": "287.053", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "148.56", "max": "149.384", "min": "148.432", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "123.706", "max": "124.793", "min": "123.548", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "99.334", "max": "102.969", "min": "99.036", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "51.321", "max": "67.455", "min": "50.664", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "32.534", "max": "32.652", "min": "32.476", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "35.749", "max": "36.574", "min": "35.507", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "45.93", "max": "46.138", "min": "45.852", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "28.153", "max": "28.601", "min": "27.906", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "122.113", "max": "122.404", "min": "121.89", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "31.015", "max": "31.482", "min": "30.936", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "121.615", "max": "132.37", "min": "121.137", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "133.302", "max": "133.352", "min": "133.26", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "281.109", "max": "282.042", "min": "281.012", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "18.404", "max": "18.718", "min": "18.337", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "68.874", "max": "69.001", "min": "68.777", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "65.863", "max": "82.201", "min": "65.131", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "125.348", "max": "125.643", "min": "125.102", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "122.598", "max": "128.206", "min": "122.318", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "126.71", "max": "130.43", "min": "126.246", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "121.822", "max": "122.444", "min": "121.667", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "115.068", "max": "115.207", "min": "114.988", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "66.505", "max": "66.914", "min": "66.382", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "247.861", "max": "248.061", "min": "247.769", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "145.152", "max": "145.405", "min": "145.064", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "82.322", "max": "82.461", "min": "82.213", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "153.699", "max": "153.823", "min": "153.646", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "146.842", "max": "149.191", "min": "146.626", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "228.777", "max": "230.026", "min": "228.629", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "71.282", "max": "71.376", "min": "71.252", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "82.263", "max": "82.414", "min": "82.198", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "55.907", "max": "56.056", "min": "55.755", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "29.563", "max": "30.248", "min": "29.341", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "241.508", "max": "243.126", "min": "241.162", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "107.881", "max": "111.498", "min": "107.491", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "136.284", "max": "136.706", "min": "136.157", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "128.167", "max": "136.093", "min": "127.65", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "239.545", "max": "245.534", "min": "239.251", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "133.94", "max": "137.239", "min": "133.314", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "136.601", "max": "136.993", "min": "136.498", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "111.473", "max": "112.104", "min": "111.319", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "181.282", "max": "181.624", "min": "181.11", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "47.843", "max": "47.918", "min": "47.803", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "35.167", "max": "35.328", "min": "35.084", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "78.891", "max": "79.082", "min": "78.698", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "120.557", "max": "208.67", "min": "111.648", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "29.812", "max": "30.086", "min": "29.674", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "263.703", "max": "272.13", "min": "260.536", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "271.999", "max": "272.248", "min": "271.862", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "134.436", "max": "136.446", "min": "133.486", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "238.484", "max": "253.342", "min": "237.803", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "143.326", "max": "144.239", "min": "142.956", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "107.45", "max": "107.554", "min": "107.379", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "154.357", "max": "166.165", "min": "153.578", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "157.687", "max": "214.053", "min": "152.198", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "252.034", "max": "276.426", "min": "249.111", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "260.841", "max": "263.584", "min": "260.681", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "149.138", "max": "174.674", "min": "148.135", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "149.984", "max": "153.341", "min": "149.636", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "33.268", "max": "34.574", "min": "33.093", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": null, "max": null, "min": null, "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "173.283", "max": "174.351", "min": "172.54", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "36.959", "max": "38.472", "min": "36.833", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "221.403", "max": "223.073", "min": "221.237", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "67.509", "max": "68.768", "min": "67.27", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "88.833", "max": "88.995", "min": "88.727", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "51.109", "max": "51.17", "min": "51.041", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "151.375", "max": "152.27", "min": "151.21", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "108.222", "max": "108.411", "min": "108.082", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "42.196", "max": "42.313", "min": "42.078", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "65.566", "max": "70.499", "min": "65.181", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "27.747", "max": "37.084", "min": "27.075", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "26.004", "max": "26.372", "min": "25.87", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "72.287", "max": "72.533", "min": "72.13", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "43.867", "max": "45.191", "min": "43.601", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "264.378", "max": "264.857", "min": "263.666", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "259.537", "max": "259.795", "min": "259.357", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "64.087", "max": "65.837", "min": "63.974", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "172.324", "max": "173.417", "min": "172.011", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "110.648", "max": "111.621", "min": "110.41", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "46.487", "max": "46.589", "min": "46.379", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "38.978", "max": "39.083", "min": "38.81", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "104.392", "max": "104.914", "min": "104.27", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "28.187", "max": "28.99", "min": "27.49", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "72.624", "max": "75.758", "min": "72.346", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "119.364", "max": "119.457", "min": "119.317", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "199.885", "max": "200.11", "min": "199.726", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "37.045", "max": "37.867", "min": "36.802", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "71.732", "max": "74.041", "min": "71.375", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "90.472", "max": "90.775", "min": "90.224", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "99.205", "max": "150.973", "min": "96.538", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "70.655", "max": "143.249", "min": "67.144", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "20.561", "max": "21.994", "min": "20.398", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "0.026", "max": "0.048", "min": "0.023", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "88.238", "max": "88.455", "min": "88.113", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "161.124", "max": "161.872", "min": "160.996", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "230.405", "max": "234.426", "min": "229.883", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.498", "max": "28.918", "min": "28.323", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "330.305", "max": "384.114", "min": "313.887", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "150.171", "max": "152.95", "min": "149.813", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "34.536", "max": "34.803", "min": "34.333", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "43.947", "max": "45.558", "min": "43.801", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "226.684", "max": "230.009", "min": "226.469", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "252.029", "max": "254.095", "min": "244.25", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "191.045", "max": "191.646", "min": "190.914", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "33.217", "max": "33.501", "min": "33.138", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "228.846", "max": "231.509", "min": "228.489", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "473.48", "max": "582.532", "min": "311.76", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "252.221", "max": "363.521", "min": "171.204", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "275.164", "max": "278.177", "min": "274.636", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "158.226", "max": "160.603", "min": "157.875", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "45.958", "max": "46.58", "min": "45.815", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "43.81", "max": "45.006", "min": "43.529", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.117", "max": "40.684", "min": "39.957", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "121.556", "max": "266.825", "min": "42.178", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "151.518", "max": "152.017", "min": "151.409", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "141.271", "max": "244.715", "min": "136.89", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "139.09", "max": "139.279", "min": "139.045", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "134.951", "max": "135.781", "min": "134.544", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "32.793", "max": "41.891", "min": "32.389", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "248.844", "max": "249.209", "min": "248.666", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "201.544", "max": "202.997", "min": "201.315", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "101.651", "max": "104.251", "min": "101.452", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "40.617", "max": "40.801", "min": "40.549", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "28.266", "max": "28.434", "min": "28.146", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "28.548", "max": "29.2", "min": "28.457", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "224.781", "max": "226.143", "min": "224.226", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "53.416", "max": "53.574", "min": "53.363", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "37.428", "max": "37.554", "min": "37.297", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "65.331", "max": "80.655", "min": "63.996", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "47.429", "max": "47.754", "min": "47.369", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "66.362", "max": "66.443", "min": "66.241", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "33.977", "max": "34.41", "min": "33.877", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "130.112", "max": "131.296", "min": "129.991", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "247.564", "max": "249.083", "min": "247.102", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "140.139", "max": "140.505", "min": "140.017", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "120.751", "max": "121.008", "min": "120.606", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "111.67", "max": "114.363", "min": "111.18", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "109.097", "max": "109.884", "min": "108.831", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "135.473", "max": "138.424", "min": "135.168", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "270.199", "max": "270.517", "min": "270.114", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "100.76", "max": "100.909", "min": "100.698", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "97.682", "max": "97.8", "min": "97.606", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "112.5", "max": "120.739", "min": "111.301", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "175.057", "max": "175.249", "min": "174.953", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "139.211", "max": "140.183", "min": "139.04", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "114.142", "max": "114.712", "min": "113.965", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "36.194", "max": "36.376", "min": "36.104", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "80.158", "max": "83.903", "min": "79.855", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "141.6", "max": "142.649", "min": "141.361", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "228.474", "max": "268.25", "min": "221.608", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "41.772", "max": "41.97", "min": "41.654", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "193.392", "max": "280.546", "min": "184.072", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "77.086", "max": "77.227", "min": "77.017", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "388.203", "max": "389.264", "min": "387.764", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "143.131", "max": "143.308", "min": "143.045", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "31.026", "max": "31.294", "min": "30.867", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "223.987", "max": "224.477", "min": "223.803", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "275.394", "max": "275.799", "min": "275.307", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "195", "max": "196.025", "min": "194.842", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "69.89", "max": "70.222", "min": "69.724", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "228.602", "max": "230.315", "min": "228.3", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "37.027", "max": "37.345", "min": "36.852", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "27.984", "max": "30.009", "min": "27.883", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "115.644", "max": "118.325", "min": "115.276", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "294.506", "max": "296.731", "min": "294.352", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "109.104", "max": "109.219", "min": "109.053", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "120.538", "max": "121.464", "min": "120.286", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "127.804", "max": "127.925", "min": "127.679", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "121.41", "max": "121.473", "min": "121.359", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "104.731", "max": "105.433", "min": "104.5", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "190.06", "max": "223.594", "min": "188.665", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "143.297", "max": "143.402", "min": "143.225", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "166.688", "max": "168.721", "min": "166.522", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "144.36", "max": "166.032", "min": "143.486", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "101.636", "max": "105.304", "min": "101.27", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "116.509", "max": "116.596", "min": "116.417", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "104.836", "max": "105.079", "min": "104.761", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "128.596", "max": "128.897", "min": "128.468", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "161.782", "max": "162.194", "min": "161.523", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "131.568", "max": "174.977", "min": "129.241", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "149.231", "max": "204.55", "min": "117.534", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "96.052", "max": "96.683", "min": "95.916", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "170.584", "max": "171.455", "min": "170.372", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "140.476", "max": "141.25", "min": "140.291", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "144.812", "max": "145.375", "min": "144.442", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "104.304", "max": "105.56", "min": "103.961", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "275.189", "max": "276.658", "min": "274.993", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "124.082", "max": "125.484", "min": "123.927", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "125.053", "max": "125.221", "min": "124.869", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "137.722", "max": "137.829", "min": "137.655", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "111.85", "max": "122.054", "min": "110.775", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "157.131", "max": "157.45", "min": "156.993", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "107.33", "max": "128.303", "min": "106.502", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "112.689", "max": "112.991", "min": "112.587", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "118.943", "max": "120.248", "min": "118.728", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "217.952", "max": "218.283", "min": "217.764", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "32.171", "max": "37.182", "min": "31.467", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "236.341", "max": "239.82", "min": "231.532", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "267.25", "max": "273.784", "min": "266.877", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "107.975", "max": "109.155", "min": "107.81", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "253.49", "max": "254.439", "min": "248.998", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "82.793", "max": "83.062", "min": "82.532", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "132.272", "max": "132.501", "min": "132.168", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "167.002", "max": "167.493", "min": "166.869", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "104.862", "max": "106.025", "min": "104.432", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "108.265", "max": "109.401", "min": "107.988", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "41.109", "max": "41.192", "min": "41.073", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "54.066", "max": "54.183", "min": "54.034", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "272.773", "max": "290.549", "min": "265.898", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "97.68", "max": "97.799", "min": "97.628", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "134.66", "max": "134.842", "min": "134.548", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "33.176", "max": "33.27", "min": "33.133", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "120.677", "max": "121.034", "min": "120.581", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "169.019", "max": "169.337", "min": "168.897", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "61.443", "max": "65.206", "min": "57.936", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "116.449", "max": "116.589", "min": "116.329", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "174.179", "max": "175.636", "min": "173.469", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "91.178", "max": "101.731", "min": "89.682", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "310.474", "max": "311.394", "min": "310.01", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "221.168", "max": "221.314", "min": "221.056", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "186.099", "max": "186.641", "min": "185.953", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "145.673", "max": "145.8", "min": "145.616", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "112.386", "max": "112.632", "min": "112.296", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "160.733", "max": "162.625", "min": "160.553", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "39.513", "max": "43.981", "min": "39.061", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "32.24", "max": "32.445", "min": "32.166", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "160.228", "max": "164.24", "min": "157.621", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "135.45", "max": "136.158", "min": "135.086", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "43.031", "max": "44.179", "min": "41.901", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "158.631", "max": "159.967", "min": "158.39", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "28.274", "max": "28.404", "min": "28.15", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "120.99", "max": "124.545", "min": "120.177", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "231.197", "max": "235.928", "min": "221.326", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "120.342", "max": "120.342", "min": "120.342", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "104.539", "max": "104.683", "min": "104.499", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "116.653", "max": "116.839", "min": "116.599", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "195.161", "max": "195.875", "min": "194.887", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "122.815", "max": "135.894", "min": "114.693", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "131.376", "max": "132.017", "min": "131.281", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "264.048", "max": "264.3", "min": "263.941", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "182.197", "max": "183.128", "min": "181.969", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "32.325", "max": "36.952", "min": "32.119", "id": "102", "country": "United States", "source_name": "Green Bay", "destination_name": "Lansing", "destination_id": "295" } } }, "103": { "name": "Edmonton", "data": { "0": { "avg": "173.64", "max": "175.073", "min": "173.494", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "200.8", "max": "201.684", "min": "200.434", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "55.162", "max": "57.493", "min": "54.916", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "183.637", "max": "194.846", "min": "182.241", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "150.753", "max": "151.352", "min": "150.389", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "156.205", "max": "156.443", "min": "156.035", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "155.678", "max": "156.327", "min": "155.462", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "208.872", "max": "213.882", "min": "208.172", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "196.704", "max": "198.017", "min": "196.51", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "162.318", "max": "166.31", "min": "161.917", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "135.179", "max": "135.542", "min": "134.986", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "83.165", "max": "84.107", "min": "82.982", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "70.172", "max": "70.464", "min": "70.052", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "66.286", "max": "68.125", "min": "65.956", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "92.738", "max": "92.944", "min": "92.614", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "89.21", "max": "91.186", "min": "88.682", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "172.01", "max": "172.52", "min": "171.777", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "64.352", "max": "64.709", "min": "64.179", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "159.922", "max": "160.134", "min": "159.777", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "179.141", "max": "179.57", "min": "178.994", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "204.887", "max": "205.062", "min": "204.734", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "54.644", "max": "54.852", "min": "54.51", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "66.559", "max": "66.861", "min": "66.344", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "20.453", "max": "23.262", "min": "19.962", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "160.762", "max": "161.379", "min": "160.504", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "167.998", "max": "168.524", "min": "167.879", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "161.399", "max": "164.806", "min": "160.999", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "154.215", "max": "154.48", "min": "153.963", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "161.306", "max": "162.527", "min": "161.044", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "40.27", "max": "40.689", "min": "40.08", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "181.874", "max": "182.198", "min": "181.709", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "174.81", "max": "188.777", "min": "174.079", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "82.533", "max": "87.098", "min": "82.195", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "193.986", "max": "194.609", "min": "193.823", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "161.907", "max": "163.217", "min": "161.584", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "214.443", "max": "224.41", "min": "213.911", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "68.334", "max": "68.762", "min": "68.226", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "56.256", "max": "56.514", "min": "56.006", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "62.82", "max": "63.144", "min": "62.651", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "76.732", "max": "78.097", "min": "76.443", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "276.652", "max": "282.175", "min": "276.15", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "150.019", "max": "153.931", "min": "149.61", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "175.14", "max": "175.473", "min": "174.999", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "173.437", "max": "173.952", "min": "173.185", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "302.57", "max": "302.8", "min": "302.421", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "186.89", "max": "187.509", "min": "186.479", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "181.526", "max": "182.831", "min": "181.185", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "148.858", "max": "149.277", "min": "148.701", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "220.505", "max": "221.039", "min": "220.307", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "84", "max": "84.255", "min": "83.859", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "52.982", "max": "57.227", "min": "52.685", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "19.491", "max": "19.867", "min": "19.175", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "142.856", "max": "156.491", "min": "129.112", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "65.977", "max": "66.839", "min": "65.762", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "288.998", "max": "311.593", "min": "285.341", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "202.179", "max": "202.643", "min": "201.982", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "172.113", "max": "174.54", "min": "170.894", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "234.138", "max": "238.102", "min": "233.828", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "170.774", "max": "172.872", "min": "170.45", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "151.443", "max": "151.658", "min": "151.271", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "209.752", "max": "212.828", "min": "209.179", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "198.384", "max": "256.114", "min": "194.731", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "223.541", "max": "286.91", "min": "214.295", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "224.677", "max": "225.059", "min": "224.557", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "182.186", "max": "183.549", "min": "181.913", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "199.654", "max": "199.75", "min": "199.507", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "75.223", "max": "75.676", "min": "75.022", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "195.15", "max": "196.219", "min": "194.626", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "241.325", "max": "243.196", "min": "240.657", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "57.835", "max": "58.269", "min": "57.603", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "155.426", "max": "156.445", "min": "155.146", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "77.193", "max": "77.517", "min": "76.894", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "137.331", "max": "137.948", "min": "137.096", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "82.598", "max": "82.768", "min": "82.466", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "175.768", "max": "176.444", "min": "175.529", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "154.204", "max": "154.376", "min": "154.076", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "83.841", "max": "84.129", "min": "83.683", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "86.463", "max": "93.087", "min": "86.117", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "66.904", "max": "67.862", "min": "66.723", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "38.769", "max": "38.966", "min": "38.613", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "21.438", "max": "28.565", "min": "20.915", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "86.43", "max": "97.508", "min": "85.33", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "141.958", "max": "143.707", "min": "141.649", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "270.356", "max": "270.785", "min": "270.125", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "67.581", "max": "68.459", "min": "67.378", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "207.839", "max": "208.578", "min": "207.501", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "143.175", "max": "143.831", "min": "142.878", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "77.225", "max": "80.069", "min": "76.848", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "58.295", "max": "58.629", "min": "58.112", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "141.898", "max": "147.652", "min": "141.49", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "57.507", "max": "60.408", "min": "56.776", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "75.679", "max": "76.074", "min": "75.358", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "152.443", "max": "152.644", "min": "152.331", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "165.861", "max": "166.106", "min": "165.703", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "65.163", "max": "65.405", "min": "64.946", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "83.443", "max": "85.505", "min": "83.092", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "127.556", "max": "127.813", "min": "127.283", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "138.958", "max": "144.649", "min": "137.845", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "42.693", "max": "42.885", "min": "42.527", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "61.224", "max": "61.714", "min": "61.026", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "88.385", "max": "89.369", "min": "88.163", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "0.036", "max": "0.074", "min": "0.018", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "204.333", "max": "205.303", "min": "204.059", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "213.258", "max": "216.729", "min": "212.395", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "55.687", "max": "56.528", "min": "55.51", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "189.024", "max": "192.583", "min": "188.489", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "155.894", "max": "157.952", "min": "155.599", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "61.392", "max": "62.718", "min": "61.194", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "70.447", "max": "70.614", "min": "70.244", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "274.27", "max": "277.036", "min": "274.007", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "218.464", "max": "218.862", "min": "218.143", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "158.059", "max": "161.162", "min": "157.76", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "57.291", "max": "57.547", "min": "57.107", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "263.743", "max": "264.981", "min": "263.477", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "505.952", "max": "630.942", "min": "347.927", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "278.957", "max": "359.472", "min": "208.194", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "321.864", "max": "325.84", "min": "321.277", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "145.722", "max": "162.292", "min": "144.918", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "59.369", "max": "59.694", "min": "59.149", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "68.24", "max": "69.454", "min": "67.927", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "57.661", "max": "60.807", "min": "57.321", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "133.254", "max": "288.023", "min": "58.085", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "186.318", "max": "204.052", "min": "185.439", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "171.646", "max": "174.169", "min": "171.247", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "174.46", "max": "177.255", "min": "174.166", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "174.39", "max": "176.373", "min": "173.676", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "62.025", "max": "62.309", "min": "61.821", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "279.322", "max": "279.717", "min": "279.057", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "260.12", "max": "260.377", "min": "259.963", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "81.373", "max": "84.917", "min": "81.11", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "64.51", "max": "65.142", "min": "64.251", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "40.584", "max": "40.741", "min": "40.371", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "57.223", "max": "57.586", "min": "56.952", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "227.27", "max": "228.792", "min": "226.418", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "72.171", "max": "72.401", "min": "72.027", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "82.027", "max": "89.773", "min": "81.595", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "75.172", "max": "92.755", "min": "73.23", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "70.881", "max": "73.131", "min": "70.66", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "60.163", "max": "61.263", "min": "59.962", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "59.616", "max": "60.141", "min": "59.468", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "179.732", "max": "183.211", "min": "179.261", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.458", "max": "258.063", "min": "249.755", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "182.525", "max": "182.739", "min": "182.362", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "161.129", "max": "161.714", "min": "160.881", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "87.728", "max": "90.053", "min": "87.313", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "138.504", "max": "142.97", "min": "138.146", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "192.996", "max": "198.375", "min": "192.563", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "270.597", "max": "270.966", "min": "270.363", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "132.796", "max": "133.038", "min": "132.698", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": null, "max": null, "min": null, "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "140.678", "max": "155.28", "min": "138.228", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "122.53", "max": "127.713", "min": "122.18", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "182.048", "max": "184.461", "min": "181.715", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "132.196", "max": "132.373", "min": "132.011", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "63.529", "max": "63.722", "min": "63.413", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "62.444", "max": "63.452", "min": "62.217", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "182.732", "max": "183.776", "min": "182.28", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "234.722", "max": "273.632", "min": "227.358", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "34.308", "max": "53.774", "min": "33.417", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "224.307", "max": "263.121", "min": "220.139", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "123.551", "max": "123.698", "min": "123.395", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "466.591", "max": "466.945", "min": "466.022", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "170.171", "max": "170.321", "min": "169.991", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "61.938", "max": "67.351", "min": "61.304", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "227.554", "max": "227.719", "min": "227.431", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "310.006", "max": "310.161", "min": "309.803", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "236.157", "max": "236.503", "min": "235.934", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "94.419", "max": "94.981", "min": "94.308", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "187.619", "max": "192.59", "min": "185.769", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "80.269", "max": "80.472", "min": "80.039", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "58.344", "max": "59.902", "min": "58.15", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "134.119", "max": "136.427", "min": "133.777", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "354.561", "max": "388.19", "min": "337.704", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "154.757", "max": "156.283", "min": "154.557", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "161.837", "max": "162.356", "min": "161.634", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "168.197", "max": "180.412", "min": "167.553", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "171.498", "max": "171.633", "min": "171.354", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "145.374", "max": "149.396", "min": "145.01", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "198.76", "max": "201.816", "min": "198.459", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "198.148", "max": "198.57", "min": "197.901", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "208.124", "max": "208.285", "min": "207.973", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "194.978", "max": "196.66", "min": "194.703", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "148.328", "max": "154.434", "min": "147.802", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "168.796", "max": "169.186", "min": "168.607", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "137.842", "max": "138.005", "min": "137.716", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "184.859", "max": "185.567", "min": "184.664", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "201.926", "max": "202.401", "min": "201.664", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "176.673", "max": "201.375", "min": "174.345", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "192.215", "max": "243.387", "min": "163.235", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "133.199", "max": "133.743", "min": "133.022", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "192.994", "max": "193.812", "min": "192.816", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "166.258", "max": "182.676", "min": "165.507", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "194.209", "max": "201.232", "min": "193.569", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "153.385", "max": "155.303", "min": "152.957", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "229.158", "max": "229.989", "min": "228.96", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "167.389", "max": "167.626", "min": "167.243", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "144.057", "max": "144.231", "min": "143.866", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "183.594", "max": "184.036", "min": "183.44", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "149.429", "max": "155.704", "min": "147.305", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "185.265", "max": "185.469", "min": "185.081", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "150.387", "max": "155.385", "min": "149.919", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "153.555", "max": "156.009", "min": "153.247", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "160.1", "max": "166.009", "min": "151.746", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": null, "max": null, "min": null, "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.566", "max": "106.505", "min": "76.9", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "168.663", "max": "172.166", "min": "163.916", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "270.154", "max": "270.598", "min": "269.934", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "149.997", "max": "152.982", "min": "149.575", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "273.5", "max": "275.921", "min": "273.152", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "52.703", "max": "52.861", "min": "52.475", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "176.374", "max": "177.318", "min": "176.142", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "209.748", "max": "210.389", "min": "209.515", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "147.366", "max": "149.031", "min": "146.881", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "151.845", "max": "153.909", "min": "151.318", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "71.222", "max": "71.495", "min": "71.101", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "85.992", "max": "110.916", "min": "84.936", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "221.623", "max": "327.211", "min": "217.757", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "76.069", "max": "77.334", "min": "75.803", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "151.534", "max": "154.65", "min": "151.214", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "69.447", "max": "69.556", "min": "69.327", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "182.588", "max": "182.845", "min": "182.482", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "210.489", "max": "499.119", "min": "200.363", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "99.602", "max": "102.801", "min": "96.698", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "169.427", "max": "170.756", "min": "169.229", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "184.829", "max": "188.269", "min": "184.037", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "136.686", "max": "140.604", "min": "135.868", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "336.97", "max": "339.586", "min": "336.497", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "103.392", "max": "104.114", "min": "103.187", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "254.849", "max": "255.231", "min": "254.689", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "195.896", "max": "196.006", "min": "195.761", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "146.903", "max": "147.064", "min": "146.751", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "194.373", "max": "195.378", "min": "194.25", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "47.714", "max": "50.998", "min": "46.809", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "77.942", "max": "78.458", "min": "77.753", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "203.959", "max": "211.37", "min": "202.254", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "156.464", "max": "157.621", "min": "155.95", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "47.746", "max": "49.313", "min": "47.131", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "195.887", "max": "196.811", "min": "195.549", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "57.636", "max": "57.914", "min": "57.408", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "153.835", "max": "157.301", "min": "153.394", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "166.475", "max": "167.819", "min": "160.524", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "163.494", "max": "163.494", "min": "163.494", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "146.625", "max": "147.365", "min": "146.471", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "137.086", "max": "137.297", "min": "136.913", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "232.237", "max": "234.143", "min": "231.917", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "153.36", "max": "164.346", "min": "144.861", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "178.555", "max": "178.678", "min": "178.4", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "289.428", "max": "294.28", "min": "289.051", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "236.321", "max": "238.439", "min": "236.051", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "55.947", "max": "56.085", "min": "55.821", "id": "103", "country": "Canada", "source_name": "Edmonton", "destination_name": "Lansing", "destination_id": "295" } } }, "106": { "name": "Monticello", "data": { "0": { "avg": "112.282", "max": "112.74", "min": "111.994", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "252.523", "max": "253.775", "min": "252.178", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "27.265", "max": "27.841", "min": "27.104", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "127.003", "max": "132.369", "min": "126.402", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "100.601", "max": "102.904", "min": "100.289", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "162.973", "max": "163.446", "min": "162.794", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "102.688", "max": "104.12", "min": "102.439", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "260.021", "max": "263.382", "min": "259.351", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "144.752", "max": "145.032", "min": "144.58", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "120.659", "max": "122.388", "min": "119.577", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "94.368", "max": "94.985", "min": "94.17", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "24.718", "max": "45.743", "min": "23.757", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "26.004", "max": "27.843", "min": "25.823", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "29.857", "max": "30.388", "min": "29.693", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "46.719", "max": "55.541", "min": "46.199", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "26.537", "max": "27.251", "min": "25.992", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "120.934", "max": "121.311", "min": "120.691", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "21.558", "max": "23.873", "min": "21.287", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "120.365", "max": "120.868", "min": "120.065", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "125.483", "max": "125.896", "min": "125.302", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "281.681", "max": "282.666", "min": "281.491", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "10.66", "max": "11.11", "min": "10.49", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "53.834", "max": "54.12", "min": "53.72", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "58.389", "max": "68.688", "min": "57.768", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "121.94", "max": "122.48", "min": "121.605", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "116.729", "max": "119.225", "min": "116.309", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "122.383", "max": "125.038", "min": "121.984", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "118.257", "max": "118.692", "min": "117.94", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "113.075", "max": "113.552", "min": "112.898", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "53.933", "max": "73.623", "min": "52.961", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "245.203", "max": "245.482", "min": "245.03", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "134.171", "max": "134.584", "min": "133.977", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "63.151", "max": "63.691", "min": "62.967", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "144.748", "max": "145.059", "min": "144.519", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "129.875", "max": "130.951", "min": "129.648", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "222.777", "max": "226.228", "min": "222.411", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "55.803", "max": "56.041", "min": "55.691", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "47.628", "max": "47.95", "min": "47.42", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "28.645", "max": "28.941", "min": "28.48", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "28.143", "max": "28.988", "min": "27.815", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "237.999", "max": "242.268", "min": "237.381", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "101.921", "max": "104.955", "min": "101.43", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "136.481", "max": "137.135", "min": "136.318", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "127.505", "max": "136.314", "min": "127.04", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "237.536", "max": "238.043", "min": "237.396", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "137.982", "max": "138.602", "min": "137.559", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "136.873", "max": "137.351", "min": "136.587", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "97.321", "max": "98.05", "min": "97.086", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "163.701", "max": "164.34", "min": "163.419", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "35.939", "max": "36.295", "min": "35.811", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "31.671", "max": "32.182", "min": "31.492", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "57.605", "max": "58.154", "min": "57.369", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "109", "max": "119.087", "min": "103.686", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "26.847", "max": "27.678", "min": "26.651", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "235.718", "max": "241.216", "min": "232.901", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "255.573", "max": "256.007", "min": "255.352", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "128.987", "max": "132.379", "min": "128.184", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "197.964", "max": "199.003", "min": "197.75", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "145.775", "max": "146.224", "min": "145.548", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "104.493", "max": "109.857", "min": "104.159", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "163.003", "max": "163.831", "min": "162.468", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "201.249", "max": "257.96", "min": "195.508", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "253.472", "max": "282.405", "min": "250.585", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "207.88", "max": "209.73", "min": "207.657", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "141.437", "max": "142.247", "min": "141.277", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "141.37", "max": "141.813", "min": "141.207", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "28.356", "max": "28.76", "min": "28.208", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "135.953", "max": "136.487", "min": "135.539", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "152.974", "max": "154.608", "min": "152.104", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "29.025", "max": "36.638", "min": "27.956", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "196.194", "max": "197.85", "min": "195.895", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "52.633", "max": "53.044", "min": "52.352", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "80.823", "max": "83.026", "min": "80.451", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "38.614", "max": "38.904", "min": "38.428", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "162.748", "max": "163.199", "min": "162.535", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "104.225", "max": "104.452", "min": "104.05", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "28.758", "max": "29.571", "min": "28.515", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "62.702", "max": "63.147", "min": "62.556", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "16.355", "max": "18.365", "min": "15.91", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "12.703", "max": "12.973", "min": "12.575", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "60.286", "max": "60.471", "min": "60.193", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "40.734", "max": "41.67", "min": "40.464", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "385.161", "max": "392.466", "min": "384.64", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "237.888", "max": "238.319", "min": "237.554", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "52.076", "max": "52.495", "min": "51.916", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "157.368", "max": "158.093", "min": "157.016", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "103.016", "max": "103.654", "min": "102.722", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "41.161", "max": "42.496", "min": "40.859", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "16.681", "max": "17.374", "min": "16.477", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "98.718", "max": "101.124", "min": "98.467", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "25.212", "max": "26.562", "min": "24.625", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "57.397", "max": "57.605", "min": "57.241", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "124.391", "max": "125.606", "min": "124.181", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "195.487", "max": "196.036", "min": "195.283", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "29.037", "max": "33.089", "min": "28.701", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "31.852", "max": "32.082", "min": "31.724", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "80.751", "max": "81.695", "min": "80.472", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "124.294", "max": "149.905", "min": "122.782", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "52.523", "max": "52.994", "min": "52.367", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "10.373", "max": "11.345", "min": "10.147", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.494", "max": "31.157", "min": "28.194", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "55.729", "max": "56.48", "min": "55.464", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "155.673", "max": "157.183", "min": "155.327", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "213.703", "max": "214.958", "min": "213.375", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "0.038", "max": "0.067", "min": "0.026", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "327.758", "max": "386.661", "min": "313.246", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "103.263", "max": "106.42", "min": "102.81", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "30.842", "max": "31.276", "min": "30.713", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "34.432", "max": "36.636", "min": "34.13", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "223.673", "max": "224.335", "min": "223.495", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "239.371", "max": "241.983", "min": "239.077", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "187.166", "max": "187.45", "min": "187.045", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "28.622", "max": "29.192", "min": "28.45", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "230.509", "max": "233.535", "min": "230.173", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "460.192", "max": "568.199", "min": "290.426", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "251.904", "max": "368.689", "min": "169.918", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "268.135", "max": "268.745", "min": "267.867", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "149.161", "max": "150.653", "min": "148.847", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "28.948", "max": "29.247", "min": "28.784", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "33.55", "max": "34.213", "min": "33.23", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "28.833", "max": "31.58", "min": "28.473", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "114.959", "max": "255.202", "min": "36.031", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "141.795", "max": "142.875", "min": "141.653", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "137.474", "max": "307.114", "min": "130.581", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.404", "max": "133.608", "min": "133.279", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "125.386", "max": "126.681", "min": "124.758", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "28.463", "max": "36.636", "min": "27.92", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "263.888", "max": "265.022", "min": "263.595", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "203.635", "max": "208.187", "min": "203.253", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "90.119", "max": "91.118", "min": "89.871", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "24.571", "max": "24.915", "min": "24.402", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "14.535", "max": "15.89", "min": "14.269", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "32.334", "max": "34.509", "min": "32.117", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "183.59", "max": "185.002", "min": "182.68", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "38.118", "max": "38.765", "min": "37.97", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "32.171", "max": "33.064", "min": "31.916", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "31.611", "max": "37.816", "min": "30.523", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "41.442", "max": "41.883", "min": "41.267", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "19.333", "max": "19.575", "min": "19.157", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "30.735", "max": "31.91", "min": "30.564", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "126.708", "max": "127.556", "min": "126.461", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "266.395", "max": "269.128", "min": "266.016", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "136.984", "max": "140.677", "min": "136.554", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "117.424", "max": "118.497", "min": "117.159", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "92.411", "max": "97.453", "min": "91.915", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "119.882", "max": "125.791", "min": "119.459", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "145.01", "max": "145.472", "min": "144.788", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "275.448", "max": "275.818", "min": "275.284", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "96.727", "max": "97.24", "min": "96.584", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "95.117", "max": "96.183", "min": "94.936", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "112.762", "max": "130.816", "min": "110.803", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "168.677", "max": "168.907", "min": "168.506", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "144.275", "max": "147.107", "min": "143.837", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "114.357", "max": "131.67", "min": "112.884", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "35.232", "max": "37.265", "min": "34.991", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "82.305", "max": "82.671", "min": "82.103", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "134.203", "max": "135.718", "min": "133.709", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "209.727", "max": "252.295", "min": "202.297", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "31.313", "max": "31.711", "min": "31.165", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "174.708", "max": "265.717", "min": "167.831", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "60.564", "max": "61.029", "min": "60.434", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "367.557", "max": "368.27", "min": "367.085", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "142.32", "max": "142.801", "min": "142.177", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "28.189", "max": "29.215", "min": "28.021", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "210.305", "max": "211.096", "min": "209.338", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "266.008", "max": "266.717", "min": "265.743", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "189.735", "max": "190.404", "min": "189.508", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "54.197", "max": "56.417", "min": "53.875", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "193.926", "max": "194.711", "min": "193.511", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "34.971", "max": "35.301", "min": "34.838", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "29.704", "max": "30.74", "min": "29.472", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "126.046", "max": "127.143", "min": "125.26", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "233.472", "max": "234.033", "min": "233.279", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "105.096", "max": "105.734", "min": "104.952", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "119.876", "max": "128.312", "min": "119.279", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "126.759", "max": "128.666", "min": "126.54", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "117.845", "max": "118.425", "min": "117.67", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "98.796", "max": "99.82", "min": "98.513", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "163.868", "max": "164.661", "min": "163.663", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "141.47", "max": "141.803", "min": "141.333", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "157.652", "max": "159.689", "min": "157.196", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "139.909", "max": "140.688", "min": "139.656", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "100.399", "max": "100.819", "min": "100.244", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "120.457", "max": "122.908", "min": "120.194", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "102.808", "max": "103.029", "min": "102.663", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "131.801", "max": "132.491", "min": "131.544", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "157.005", "max": "168.05", "min": "156.344", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "125.6", "max": "133.255", "min": "124.343", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "138.089", "max": "190.229", "min": "107.124", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "111.249", "max": "118.116", "min": "110.834", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "161.525", "max": "163.215", "min": "161.226", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "132.834", "max": "134.01", "min": "132.629", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.434", "max": "153.957", "min": "152.938", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "101.149", "max": "117.707", "min": "99.729", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "257.677", "max": "287.835", "min": "256.432", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "124.753", "max": "125.464", "min": "124.601", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "122.611", "max": "122.869", "min": "122.39", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "132.943", "max": "133.248", "min": "132.829", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "101.834", "max": "109.413", "min": "99.628", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "155.143", "max": "156.03", "min": "154.959", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "99.567", "max": "101.419", "min": "99.329", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "102.124", "max": "102.593", "min": "101.965", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "102.643", "max": "102.833", "min": "102.539", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "207.301", "max": "208.103", "min": "207.132", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "28.606", "max": "38.353", "min": "27.551", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "367.148", "max": "372.652", "min": "355.314", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "225.748", "max": "226.932", "min": "225.571", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "104.805", "max": "105.142", "min": "104.505", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "251.072", "max": "251.666", "min": "250.876", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "68.851", "max": "68.985", "min": "68.675", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "130.205", "max": "131.402", "min": "129.984", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "161.446", "max": "162.493", "min": "161.077", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "98.193", "max": "100.345", "min": "97.716", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "104.469", "max": "105.762", "min": "104.11", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "28.25", "max": "29.073", "min": "28.055", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "42.219", "max": "42.374", "min": "42.102", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "226.952", "max": "229.268", "min": "226.592", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.16", "max": "93.412", "min": "93.017", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "120.704", "max": "121.418", "min": "120.531", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "29.073", "max": "29.797", "min": "28.931", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "117.886", "max": "118.398", "min": "117.713", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "162.102", "max": "227.598", "min": "159.04", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "52.219", "max": "55.801", "min": "49.471", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "114.295", "max": "114.894", "min": "114.079", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "130.286", "max": "131.658", "min": "129.025", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "87.673", "max": "96.376", "min": "86.095", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "300.545", "max": "302.212", "min": "300.191", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "201.878", "max": "202.39", "min": "201.686", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "184.393", "max": "185.168", "min": "184.131", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "145.203", "max": "146.143", "min": "145.079", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "111.13", "max": "112.754", "min": "110.861", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "138.754", "max": "138.908", "min": "138.644", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "34.671", "max": "35.746", "min": "34.333", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "34.473", "max": "36.473", "min": "34.094", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "158.402", "max": "163.009", "min": "156.561", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "103.694", "max": "104.537", "min": "103.389", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "31.967", "max": "33.565", "min": "31.051", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "156.18", "max": "157.056", "min": "155.936", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "22.229", "max": "22.466", "min": "22.043", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "128.533", "max": "132.881", "min": "127.412", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "219.07", "max": "219.34", "min": "218.881", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "122.297", "max": "122.297", "min": "122.297", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "98.977", "max": "101.412", "min": "98.701", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "115.504", "max": "115.673", "min": "115.4", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "188.817", "max": "189.912", "min": "188.536", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "119.099", "max": "131.006", "min": "110.864", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "130.746", "max": "131.469", "min": "130.597", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "263.806", "max": "264.602", "min": "263.531", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "181.877", "max": "182.86", "min": "181.44", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "48.539", "max": "51.054", "min": "48.256", "id": "106", "country": "United States", "source_name": "Monticello", "destination_name": "Lansing", "destination_id": "295" } } }, "109": { "name": "Scranton", "data": { "0": { "avg": "157.195", "max": "157.391", "min": "156.973", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "213.259", "max": "218.71", "min": "212.741", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "19.923", "max": "24.183", "min": "19.612", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "106.279", "max": "109.994", "min": "105.761", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "84.065", "max": "84.389", "min": "83.869", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "161.3", "max": "162.173", "min": "161.131", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "80.409", "max": "80.63", "min": "80.229", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "221.785", "max": "240.738", "min": "220.534", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "132.128", "max": "132.469", "min": "131.801", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "103.554", "max": "104.645", "min": "103.29", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "75.159", "max": "75.392", "min": "74.875", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "48.936", "max": "49.989", "min": "48.767", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "6.359", "max": "6.449", "min": "6.186", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "11.707", "max": "12.211", "min": "11.559", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "33.373", "max": "33.685", "min": "33.294", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "9.077", "max": "9.353", "min": "8.903", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "103.734", "max": "104.005", "min": "103.558", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "18.822", "max": "19.187", "min": "18.714", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "82.346", "max": "82.531", "min": "82.148", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "94.981", "max": "95.108", "min": "94.897", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "217.205", "max": "217.438", "min": "217.064", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "23.668", "max": "23.789", "min": "23.526", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "71.945", "max": "72.187", "min": "71.718", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "64.004", "max": "64.887", "min": "63.696", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "108.225", "max": "108.594", "min": "108.051", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "92.065", "max": "92.284", "min": "91.919", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "105.203", "max": "107.278", "min": "104.827", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "100.109", "max": "100.519", "min": "99.923", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "85.321", "max": "85.596", "min": "85.126", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "72.84", "max": "81.99", "min": "72.332", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "101.43", "max": "101.701", "min": "101.259", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "122.138", "max": "122.413", "min": "121.919", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "91.417", "max": "94.116", "min": "91.014", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "230.384", "max": "231.64", "min": "229.947", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "66.186", "max": "66.346", "min": "66.067", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "69.054", "max": "69.322", "min": "68.844", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "42.487", "max": "42.886", "min": "42.277", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "10.948", "max": "12.042", "min": "10.703", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "216.78", "max": "222.049", "min": "215.828", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "86.555", "max": "88.29", "min": "86.112", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "114.353", "max": "114.641", "min": "114.155", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "107.306", "max": "107.645", "min": "107.026", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "212.962", "max": "213.114", "min": "212.802", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "108.631", "max": "109.244", "min": "108.16", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "112.531", "max": "113.195", "min": "112.327", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "97.33", "max": "101.095", "min": "95.264", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "156.775", "max": "156.946", "min": "156.54", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "60.553", "max": "60.721", "min": "60.432", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "18.491", "max": "18.565", "min": "18.366", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "64.826", "max": "65.726", "min": "64.472", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "142.969", "max": "154.899", "min": "127.635", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "47.889", "max": "50.304", "min": "42.978", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "219.636", "max": "225.746", "min": "216.793", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "255.37", "max": "256.158", "min": "255.17", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "107.797", "max": "109.011", "min": "107.052", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "218.275", "max": "218.586", "min": "218.108", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "102.991", "max": "105.095", "min": "102.628", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "91.449", "max": "91.664", "min": "91.362", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "135.102", "max": "135.837", "min": "134.503", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "139.394", "max": "196.309", "min": "133.629", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "269.032", "max": "378.747", "min": "259.469", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "245.716", "max": "245.921", "min": "245.525", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "120.511", "max": "121.702", "min": "120.294", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "115.145", "max": "115.356", "min": "114.966", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "10.537", "max": "10.639", "min": "10.39", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "115.584", "max": "116.147", "min": "115.078", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "140.304", "max": "141.673", "min": "139.635", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "55.343", "max": "57.651", "min": "55.033", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "213.988", "max": "215.726", "min": "213.653", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "67.028", "max": "67.425", "min": "66.795", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.904", "max": "83.121", "min": "79.51", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "28.446", "max": "28.734", "min": "28.299", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "123.51", "max": "124.26", "min": "123.314", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "114.373", "max": "176.82", "min": "80.183", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "18.924", "max": "19.095", "min": "18.751", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "77.83", "max": "77.977", "min": "77.665", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "21.829", "max": "25.342", "min": "21.463", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "27.03", "max": "27.187", "min": "26.918", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "67.28", "max": "67.529", "min": "67.089", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "22.919", "max": "25.486", "min": "22.552", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "292.938", "max": "294.83", "min": "291.838", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "221.148", "max": "221.549", "min": "220.904", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "67.165", "max": "68.96", "min": "63.565", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "137.724", "max": "138.586", "min": "137.309", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "82.641", "max": "85.734", "min": "82.219", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "37.231", "max": "37.38", "min": "37.109", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "29.368", "max": "31.964", "min": "29.057", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.872", "max": "84.169", "min": "77.841", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "34.843", "max": "35.894", "min": "34.168", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.326", "max": "74.906", "min": "74.127", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "89.781", "max": "89.878", "min": "89.707", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "188.686", "max": "189.681", "min": "188.366", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "13.177", "max": "13.519", "min": "13.015", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "36.461", "max": "38.081", "min": "36.194", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "80.764", "max": "80.991", "min": "80.565", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "64.539", "max": "82.083", "min": "62.543", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "73.668", "max": "73.976", "min": "73.449", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "25.641", "max": "31.762", "min": "25.236", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "34.571", "max": "34.873", "min": "34.426", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "61.32", "max": "61.653", "min": "61.083", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "119.522", "max": "119.712", "min": "119.232", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "234.784", "max": "245.294", "min": "233.431", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "30.917", "max": "31.848", "min": "30.691", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "239.156", "max": "239.977", "min": "238.806", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "96.975", "max": "100.82", "min": "96.685", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "0.034", "max": "0.086", "min": "0.012", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "24.434", "max": "24.538", "min": "24.296", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "254.287", "max": "257.28", "min": "253.364", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "226.058", "max": "227.639", "min": "225.847", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "205.346", "max": "205.67", "min": "205.17", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "6.734", "max": "6.784", "min": "6.642", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "204.676", "max": "205.967", "min": "204.327", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "466.848", "max": "574.578", "min": "295.62", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "232.236", "max": "355.108", "min": "149.057", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "230.434", "max": "231", "min": "230.181", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "165.458", "max": "168.047", "min": "165.221", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "49.693", "max": "49.892", "min": "49.524", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "37.153", "max": "38.404", "min": "36.889", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "45.495", "max": "46.226", "min": "45.287", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "109.011", "max": "250.36", "min": "28.002", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "129.206", "max": "130.31", "min": "129.05", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "111.335", "max": "111.56", "min": "111.169", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "102.943", "max": "105.217", "min": "102.23", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "7.527", "max": "7.795", "min": "7.302", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "232.942", "max": "233.498", "min": "232.675", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "191.353", "max": "191.76", "min": "191.084", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "92.43", "max": "92.988", "min": "92.27", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "36.474", "max": "36.877", "min": "36.323", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.288", "max": "25.648", "min": "25.094", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "32.877", "max": "33.145", "min": "32.667", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "230.291", "max": "231.85", "min": "229.503", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "56.927", "max": "61.812", "min": "56.664", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "16.641", "max": "16.835", "min": "16.545", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "57.054", "max": "72.522", "min": "55.749", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "46.604", "max": "47.391", "min": "46.418", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "37.155", "max": "37.286", "min": "37.025", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "10.015", "max": "10.236", "min": "9.892", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "104.947", "max": "105.385", "min": "104.818", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "255.33", "max": "256.647", "min": "254.989", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "123.623", "max": "124.019", "min": "123.448", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "100.582", "max": "100.826", "min": "100.451", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "109.742", "max": "116.281", "min": "109.294", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "84.023", "max": "84.782", "min": "83.76", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "109.024", "max": "109.291", "min": "108.877", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "216.618", "max": "217.046", "min": "216.428", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "76.062", "max": "77.995", "min": "75.816", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "76.444", "max": "76.598", "min": "76.293", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "91.296", "max": "112.472", "min": "87.507", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "163.196", "max": "163.328", "min": "163.059", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "108.32", "max": "109.136", "min": "108.144", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "95.488", "max": "96.113", "min": "95.255", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "14.584", "max": "14.91", "min": "14.332", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "89.105", "max": "89.249", "min": "88.972", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "111.306", "max": "112.285", "min": "111.05", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "227.842", "max": "272.415", "min": "219.294", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.461", "max": "52.624", "min": "52.304", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "39.773", "max": "39.976", "min": "39.607", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "478.871", "max": "479.366", "min": "478.293", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "111.342", "max": "111.389", "min": "111.263", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "10.538", "max": "11.619", "min": "10.367", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "183.549", "max": "183.79", "min": "183.358", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "237.865", "max": "237.999", "min": "237.712", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "166.455", "max": "166.871", "min": "166.194", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "89.009", "max": "89.747", "min": "88.797", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "228.624", "max": "234.509", "min": "225.88", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "15.269", "max": "15.371", "min": "15.133", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.346", "max": "24.448", "min": "24.236", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "87.151", "max": "89.094", "min": "86.86", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "275.511", "max": "275.736", "min": "275.39", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "83.199", "max": "84.721", "min": "82.922", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "101.843", "max": "102.387", "min": "101.609", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "106.56", "max": "130.775", "min": "105.226", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "103.891", "max": "103.977", "min": "103.774", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "79.447", "max": "79.79", "min": "79.153", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "124.843", "max": "125.349", "min": "124.627", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "115.042", "max": "115.201", "min": "114.839", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "135.986", "max": "139.629", "min": "135.425", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "124.343", "max": "124.499", "min": "124.166", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "81.875", "max": "88.157", "min": "80.977", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "87.313", "max": "87.413", "min": "87.207", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.675", "max": "81.842", "min": "81.555", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "97.081", "max": "97.265", "min": "96.843", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "138.42", "max": "139.174", "min": "138.109", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "103.558", "max": "120.971", "min": "102.183", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "115.534", "max": "168.162", "min": "89.915", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "74.777", "max": "74.89", "min": "74.64", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "137.528", "max": "137.809", "min": "137.269", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "110.115", "max": "110.42", "min": "109.921", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "119.305", "max": "119.829", "min": "118.773", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "84.222", "max": "84.68", "min": "83.953", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "243.612", "max": "250.035", "min": "243.091", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "96.683", "max": "96.873", "min": "96.536", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "95.04", "max": "95.246", "min": "94.895", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "103.765", "max": "114.772", "min": "99.439", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "138.952", "max": "139.233", "min": "138.738", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "81.822", "max": "93.659", "min": "81.285", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "84.834", "max": "85.344", "min": "84.666", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "80.58", "max": "81.729", "min": "79.062", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "223.94", "max": "224.342", "min": "223.752", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "10.019", "max": "16.937", "min": "9.252", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "243.769", "max": "243.89", "min": "243.63", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "263.031", "max": "268.819", "min": "262.67", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "83.611", "max": "84.337", "min": "83.377", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "221.158", "max": "224.368", "min": "216.322", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "88.949", "max": "91.984", "min": "88.592", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "133.911", "max": "134.771", "min": "133.612", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "77.433", "max": "78.811", "min": "77.009", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "82.183", "max": "82.998", "min": "81.811", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "26.794", "max": "26.949", "min": "26.645", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.166", "max": "41.324", "min": "40.952", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "218.608", "max": "218.799", "min": "218.422", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "11.398", "max": "11.585", "min": "11.177", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "95.976", "max": "96.125", "min": "95.859", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "14.537", "max": "14.636", "min": "14.427", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "99.361", "max": "99.686", "min": "99.165", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "147.833", "max": "148.335", "min": "147.649", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "46.88", "max": "49.254", "min": "44.186", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "93.085", "max": "93.22", "min": "92.951", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "118.874", "max": "121.24", "min": "118.276", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "72.383", "max": "84.81", "min": "70.38", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "202.666", "max": "204.638", "min": "202.139", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": null, "max": null, "min": null, "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "155.988", "max": "157.184", "min": "155.683", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "122.677", "max": "122.74", "min": "122.605", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "84.108", "max": "84.206", "min": "84.02", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "128.946", "max": "129.086", "min": "128.826", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "22.775", "max": "24.932", "min": "22.365", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "14.22", "max": "14.576", "min": "14.037", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "138.18", "max": "140.267", "min": "136.949", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "95.926", "max": "96.516", "min": "95.518", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "19.935", "max": "21.52", "min": "18.904", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "137.261", "max": "137.909", "min": "136.987", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "34.65", "max": "34.853", "min": "34.522", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "83.144", "max": "87.723", "min": "82.4", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "231.762", "max": "236.528", "min": "221.499", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "103.788", "max": "103.788", "min": "103.788", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "77.077", "max": "77.254", "min": "76.929", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "90.401", "max": "90.591", "min": "90.26", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "170.332", "max": "170.86", "min": "170.016", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "102.702", "max": "113.883", "min": "94.753", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "103.246", "max": "103.371", "min": "103.1", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "199.966", "max": "200.964", "min": "199.814", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "158.085", "max": "159.817", "min": "157.742", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "32.341", "max": "33.732", "min": "32.087", "id": "109", "country": "United States", "source_name": "Scranton", "destination_name": "Lansing", "destination_id": "295" } } }, "110": { "name": "Asheville", "data": { "0": { "avg": "91.476", "max": "92.586", "min": "91.32", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "208.114", "max": "211.883", "min": "207.749", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "28.463", "max": "28.862", "min": "28.347", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "123.515", "max": "130.702", "min": "122.633", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "103.989", "max": "105.342", "min": "103.775", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "173.931", "max": "174.129", "min": "173.795", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "101.588", "max": "105.139", "min": "101.283", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "217.011", "max": "236.077", "min": "215.343", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "145.918", "max": "146.14", "min": "145.782", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "120.573", "max": "121.033", "min": "120.426", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "90.793", "max": "91.149", "min": "90.631", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "30.966", "max": "50.42", "min": "30.175", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "20.761", "max": "20.951", "min": "20.673", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "23.851", "max": "24.557", "min": "23.637", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "21.139", "max": "21.375", "min": "21.063", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "14.329", "max": "15.044", "min": "14.023", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "110.785", "max": "110.978", "min": "110.577", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "8.617", "max": "8.939", "min": "8.49", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "109.902", "max": "110.128", "min": "109.742", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "121.463", "max": "121.619", "min": "121.359", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "211.848", "max": "212.028", "min": "211.747", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "24.743", "max": "24.83", "min": "24.666", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "68.724", "max": "69.86", "min": "68.56", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "73.069", "max": "80.26", "min": "72.592", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "125.609", "max": "125.924", "min": "125.311", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "110.426", "max": "110.541", "min": "110.35", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "120.254", "max": "121.118", "min": "120.117", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "122.164", "max": "122.566", "min": "121.988", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "107.876", "max": "108.076", "min": "107.777", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.873", "max": "71.679", "min": "70.627", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "260.576", "max": "260.821", "min": "260.462", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "131.994", "max": "132.076", "min": "131.907", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "60.701", "max": "64.571", "min": "60.43", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "148.617", "max": "148.963", "min": "148.463", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "118.702", "max": "122.253", "min": "118.385", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "230.247", "max": "237.76", "min": "229.845", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "67.465", "max": "67.612", "min": "67.383", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.655", "max": "60.899", "min": "60.515", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "30.782", "max": "31.056", "min": "30.648", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "15.065", "max": "15.366", "min": "14.862", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "229.722", "max": "232.663", "min": "229.315", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "108.613", "max": "112.279", "min": "107.944", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "126.787", "max": "126.919", "min": "126.648", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "120.068", "max": "122.488", "min": "119.826", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "229.878", "max": "230.07", "min": "229.8", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "119.37", "max": "120.199", "min": "119.041", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "126.087", "max": "129.024", "min": "125.803", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "85.293", "max": "85.541", "min": "85.174", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "161.093", "max": "161.517", "min": "160.939", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "26.981", "max": "28.582", "min": "26.843", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "31.202", "max": "31.373", "min": "31.14", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "75.312", "max": "76.162", "min": "75.087", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "101.515", "max": "186.737", "min": "93.774", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.317", "max": "38.486", "min": "38.174", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "271.062", "max": "280.159", "min": "267.709", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "267.395", "max": "268.107", "min": "267.194", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "118.321", "max": "120.198", "min": "117.46", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "220.788", "max": "220.943", "min": "220.703", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "122.322", "max": "124.378", "min": "122.114", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "95.322", "max": "95.544", "min": "95.196", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "149.818", "max": "150.561", "min": "149.396", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "149.417", "max": "196.748", "min": "143.605", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "256.326", "max": "325.236", "min": "247.688", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "272.383", "max": "273.918", "min": "272.144", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "145.841", "max": "147.902", "min": "145.589", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "137.147", "max": "137.333", "min": "137.037", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "21.913", "max": "27.389", "min": "21.585", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "138.806", "max": "139.21", "min": "138.483", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "141.715", "max": "143.388", "min": "141.156", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "49.819", "max": "51.621", "min": "49.545", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "213.335", "max": "215.936", "min": "212.974", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "64.191", "max": "65.396", "min": "63.865", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "64.883", "max": "71.948", "min": "64.483", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "22.315", "max": "22.594", "min": "22.192", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "128.649", "max": "129.495", "min": "128.344", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "105.236", "max": "107.48", "min": "105.017", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "12.638", "max": "12.973", "min": "12.532", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "63.663", "max": "65.124", "min": "63.5", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "23.176", "max": "29.841", "min": "22.665", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "29.502", "max": "29.577", "min": "29.424", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "82.705", "max": "83.649", "min": "82.489", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "36.466", "max": "36.692", "min": "36.265", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "230.824", "max": "239.056", "min": "230.361", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "218.739", "max": "219.129", "min": "218.564", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "58.79", "max": "58.97", "min": "58.702", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "149.758", "max": "151.084", "min": "149.239", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "100.071", "max": "104.432", "min": "99.67", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "24.556", "max": "25.746", "min": "24.357", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "31.227", "max": "31.524", "min": "31.05", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "96.114", "max": "96.37", "min": "95.993", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "38.271", "max": "39.456", "min": "37.529", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "70.919", "max": "71.133", "min": "70.742", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "115.811", "max": "115.9", "min": "115.741", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "187.628", "max": "189.601", "min": "187.404", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "26.521", "max": "26.604", "min": "26.431", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "21.912", "max": "22.168", "min": "21.777", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "69.945", "max": "70.431", "min": "69.726", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "58.095", "max": "72.765", "min": "56.835", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "77.377", "max": "77.524", "min": "77.242", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "28.197", "max": "29.424", "min": "27.975", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "43.857", "max": "44.285", "min": "43.747", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "70.511", "max": "71.121", "min": "70.257", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "139.584", "max": "142.044", "min": "139.359", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "234.497", "max": "239.575", "min": "233.752", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "34.112", "max": "35.69", "min": "33.925", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "195.768", "max": "195.947", "min": "195.487", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "92.228", "max": "92.69", "min": "91.998", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "24.38", "max": "24.743", "min": "24.202", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "0.025", "max": "0.048", "min": "0.017", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "208.234", "max": "212.713", "min": "207.447", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "225.2", "max": "226.106", "min": "225.049", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "202.598", "max": "202.765", "min": "202.457", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "17.991", "max": "19.666", "min": "17.823", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "220.263", "max": "223.16", "min": "219.964", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "461.292", "max": "577.274", "min": "277.825", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "291.955", "max": "405.142", "min": "181.693", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "257.959", "max": "266.673", "min": "257.281", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "167.782", "max": "168.897", "min": "167.52", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "34.254", "max": "34.528", "min": "34.131", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "32.789", "max": "35.029", "min": "32.408", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "50.062", "max": "53.095", "min": "49.793", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "81.828", "max": "249.046", "min": "14.553", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "134.073", "max": "134.905", "min": "133.937", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "119.834", "max": "122.869", "min": "119.278", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "127.171", "max": "127.405", "min": "127.084", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "112.685", "max": "113.556", "min": "112.065", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "24.122", "max": "24.397", "min": "23.955", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "328.798", "max": "330.095", "min": "328.521", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "194.334", "max": "195.205", "min": "194.116", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "108.783", "max": "109.23", "min": "108.624", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "38.477", "max": "38.667", "min": "38.378", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "29.524", "max": "29.953", "min": "29.366", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "45.604", "max": "58.222", "min": "45.066", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "208.758", "max": "210.466", "min": "208.083", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.411", "max": "51.264", "min": "49.166", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "31.087", "max": "31.289", "min": "30.936", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "55.997", "max": "61.548", "min": "55.524", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "44.318", "max": "47.073", "min": "44.066", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "42.853", "max": "43.063", "min": "42.768", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "23.239", "max": "23.51", "min": "23.1", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "123.283", "max": "123.743", "min": "123.087", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "251.77", "max": "252.273", "min": "251.399", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "133.96", "max": "134.16", "min": "133.815", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "115.243", "max": "115.429", "min": "115.089", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "115.444", "max": "117.51", "min": "115.222", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "101.814", "max": "102.568", "min": "101.516", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "142.128", "max": "145.598", "min": "141.881", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "301.85", "max": "302.117", "min": "301.765", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "89.87", "max": "90.111", "min": "89.779", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "98.029", "max": "98.11", "min": "97.97", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "100.914", "max": "109.229", "min": "99.537", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "182.404", "max": "182.545", "min": "182.306", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "130.512", "max": "131.492", "min": "130.348", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "103.699", "max": "146.907", "min": "102.002", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "18.63", "max": "18.902", "min": "18.553", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "89.244", "max": "90.062", "min": "89.053", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "135.055", "max": "135.973", "min": "134.902", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "216.504", "max": "265.301", "min": "207.591", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.749", "max": "52.927", "min": "52.627", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "156.948", "max": "231.788", "min": "149.564", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "51.207", "max": "51.351", "min": "51.089", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "473.775", "max": "474.504", "min": "473.159", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "137.254", "max": "140.881", "min": "137.018", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "25.593", "max": "25.841", "min": "25.461", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "203.424", "max": "204.202", "min": "203.223", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "259.712", "max": "259.881", "min": "259.581", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "189.287", "max": "189.813", "min": "189.018", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "43.044", "max": "43.233", "min": "42.918", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "263.674", "max": "278.847", "min": "238.1", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "30.045", "max": "30.145", "min": "29.961", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "23.335", "max": "23.54", "min": "23.216", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "101.091", "max": "102.875", "min": "100.853", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "226.25", "max": "226.459", "min": "226.11", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "96.62", "max": "98.53", "min": "96.413", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "112.732", "max": "113.276", "min": "112.522", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "124.645", "max": "147.605", "min": "123.492", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "107.525", "max": "107.716", "min": "107.458", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "103.45", "max": "103.873", "min": "103.233", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "156.024", "max": "156.623", "min": "155.881", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "137.166", "max": "137.406", "min": "137.041", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "150.32", "max": "155.28", "min": "149.764", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "126.118", "max": "126.453", "min": "125.98", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "108.358", "max": "109.766", "min": "108.087", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "108.881", "max": "109.57", "min": "108.78", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "93.477", "max": "93.585", "min": "93.374", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "117.725", "max": "121.63", "min": "117.443", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "145.605", "max": "145.891", "min": "145.461", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "125.329", "max": "126.883", "min": "124.749", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "136.766", "max": "207.948", "min": "112.383", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "101.934", "max": "102.078", "min": "101.815", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "150.273", "max": "150.842", "min": "150.072", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "127.763", "max": "128", "min": "127.54", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "134.765", "max": "135.449", "min": "134.347", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "92.684", "max": "107.345", "min": "91.761", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "263.933", "max": "264.697", "min": "263.775", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "112.862", "max": "113.271", "min": "112.744", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "121.391", "max": "121.586", "min": "121.217", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "125.313", "max": "125.411", "min": "125.228", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "116.195", "max": "126.822", "min": "106.271", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "151.178", "max": "151.558", "min": "151.008", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "104.433", "max": "105.125", "min": "104.292", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "103.213", "max": "103.789", "min": "103.035", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "101.855", "max": "102.104", "min": "101.756", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "245.244", "max": "249.802", "min": "244.495", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "23.992", "max": "29.975", "min": "22.515", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "237.566", "max": "240.181", "min": "232.032", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "251.237", "max": "251.663", "min": "251.057", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "104.178", "max": "104.323", "min": "104.042", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "227.615", "max": "229.071", "min": "227.345", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "73.008", "max": "73.828", "min": "72.637", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "130.531", "max": "130.796", "min": "130.33", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "163.339", "max": "165.191", "min": "163.127", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "91.026", "max": "93.728", "min": "90.621", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "97.306", "max": "98.298", "min": "96.99", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "37.52", "max": "37.615", "min": "37.451", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "27.706", "max": "28.821", "min": "27.619", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "232.358", "max": "238.019", "min": "232.004", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "26.824", "max": "27.117", "min": "26.714", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "109.125", "max": "109.519", "min": "108.922", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "30.017", "max": "30.902", "min": "29.867", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "125.585", "max": "125.811", "min": "125.435", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "156.394", "max": "156.812", "min": "156.214", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "39.528", "max": "56.837", "min": "37.241", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "106.68", "max": "107.042", "min": "106.573", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "130.952", "max": "133.545", "min": "130.136", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "71.589", "max": "77.04", "min": "70.583", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "253.904", "max": "254.361", "min": "253.501", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "167.894", "max": "168.412", "min": "167.716", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "179.293", "max": "180.962", "min": "179.059", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "132.964", "max": "134.424", "min": "132.853", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "105.237", "max": "105.405", "min": "105.169", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "123.74", "max": "126.463", "min": "123.543", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "30.631", "max": "36.064", "min": "29.998", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "23.87", "max": "24.111", "min": "23.7", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "146.868", "max": "161.395", "min": "144.228", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "90.082", "max": "92.407", "min": "88.983", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "29.904", "max": "31.685", "min": "28.84", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "147.522", "max": "147.844", "min": "147.418", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "47.203", "max": "47.425", "min": "46.953", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "109.949", "max": "112.848", "min": "109.57", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "225.559", "max": "226.468", "min": "223.335", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "89.902", "max": "90.041", "min": "89.763", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "92.064", "max": "92.471", "min": "91.989", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "112.364", "max": "112.62", "min": "112.259", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "191.546", "max": "194.873", "min": "191.299", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "113.011", "max": "128.62", "min": "104.141", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "119.375", "max": "153.817", "min": "118.009", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "247.486", "max": "248.022", "min": "247.355", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "176.921", "max": "183.231", "min": "176.23", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "37.708", "max": "42.284", "min": "37.396", "id": "110", "country": "United States", "source_name": "Asheville", "destination_name": "Lansing", "destination_id": "295" } } }, "114": { "name": "Manhattan", "data": { "0": { "avg": "134.739", "max": "135.019", "min": "134.605", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "211.807", "max": "212.432", "min": "211.56", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "13.925", "max": "15.591", "min": "13.705", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "98.618", "max": "103.97", "min": "98.158", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "91.73", "max": "91.924", "min": "91.6", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "160.308", "max": "160.683", "min": "160.166", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "75.913", "max": "76.093", "min": "75.792", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "221.225", "max": "227.773", "min": "220.548", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "114.894", "max": "115.064", "min": "114.703", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "96.275", "max": "99.043", "min": "95.96", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "69.583", "max": "71.223", "min": "69.344", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "43.557", "max": "43.793", "min": "43.456", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "1.574", "max": "1.762", "min": "1.444", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "5.528", "max": "6.15", "min": "5.339", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "28.594", "max": "29.54", "min": "28.443", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "8.152", "max": "9.015", "min": "7.894", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "100.827", "max": "101.165", "min": "100.637", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "18.94", "max": "19.385", "min": "18.828", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "100.076", "max": "100.705", "min": "99.917", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "97.837", "max": "97.931", "min": "97.716", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "219.486", "max": "219.84", "min": "219.34", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "21.84", "max": "21.94", "min": "21.766", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "79.539", "max": "79.649", "min": "79.449", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "68.143", "max": "68.777", "min": "67.991", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "99.513", "max": "108.549", "min": "98.949", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "99.913", "max": "100.048", "min": "99.826", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "97.445", "max": "98.035", "min": "97.238", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "91.964", "max": "92.194", "min": "91.735", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "83.904", "max": "84.179", "min": "83.764", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "63.654", "max": "68.352", "min": "63.248", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "235.059", "max": "235.261", "min": "234.937", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "96.665", "max": "96.866", "min": "96.564", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "67.355", "max": "67.597", "min": "67.166", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "130.085", "max": "130.223", "min": "129.971", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "90.962", "max": "93.08", "min": "90.487", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "216.126", "max": "217.898", "min": "215.881", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "65.808", "max": "65.898", "min": "65.715", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "54.36", "max": "54.49", "min": "54.146", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "31.888", "max": "32.177", "min": "31.718", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "9.19", "max": "9.414", "min": "9.001", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "211.977", "max": "216.489", "min": "211.528", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "78.188", "max": "84.832", "min": "77.311", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "108.256", "max": "108.503", "min": "108.143", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "99.1", "max": "99.94", "min": "98.939", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "209.684", "max": "209.87", "min": "209.573", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "102.63", "max": "103.458", "min": "102.401", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "104.493", "max": "105.124", "min": "104.331", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "92.452", "max": "95.905", "min": "90.414", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "162.892", "max": "165.345", "min": "161.717", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "40.783", "max": "40.916", "min": "40.671", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "10.474", "max": "10.635", "min": "10.307", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "72.199", "max": "73.389", "min": "71.878", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "128.341", "max": "214.962", "min": "111.529", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "32.726", "max": "32.88", "min": "32.619", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "202.202", "max": "207.884", "min": "199.438", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "231.596", "max": "232.082", "min": "231.373", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "114.328", "max": "116.721", "min": "113.279", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "215.267", "max": "215.541", "min": "215.198", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "116.514", "max": "117.489", "min": "116.131", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "84.772", "max": "84.908", "min": "84.65", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "133.621", "max": "134.437", "min": "133.201", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "131.28", "max": "189.338", "min": "125.206", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "247.247", "max": "269.587", "min": "245.358", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "258.028", "max": "258.131", "min": "257.922", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "119.008", "max": "119.312", "min": "118.874", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "121.239", "max": "121.499", "min": "121.107", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "3.401", "max": "8.249", "min": "3.077", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "113.683", "max": "114.129", "min": "113.33", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "130.787", "max": "133.443", "min": "130.046", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "43.461", "max": "44.377", "min": "43.291", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "203.308", "max": "204.265", "min": "203.159", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "64.453", "max": "64.735", "min": "64.222", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "73.458", "max": "75.413", "min": "73.203", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "26.632", "max": "26.905", "min": "26.432", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "111.187", "max": "113.11", "min": "110.885", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "76.756", "max": "77.2", "min": "76.572", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "24.155", "max": "24.288", "min": "24.007", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "69.604", "max": "69.757", "min": "69.478", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "16.154", "max": "17.832", "min": "15.826", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "20.213", "max": "20.38", "min": "20.075", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "61.206", "max": "61.446", "min": "60.956", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "20.833", "max": "21.53", "min": "20.653", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "252.268", "max": "252.522", "min": "252.13", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "222.206", "max": "222.61", "min": "221.987", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "49.147", "max": "49.393", "min": "49.022", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "129.518", "max": "131.308", "min": "129.015", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "80.264", "max": "80.758", "min": "80.027", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "27.56", "max": "27.708", "min": "27.446", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "24.213", "max": "25.933", "min": "24.037", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "80.415", "max": "85.839", "min": "80.079", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "33.189", "max": "34.928", "min": "32.342", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.311", "max": "74.827", "min": "74.129", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "94.653", "max": "94.75", "min": "94.578", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "175.806", "max": "176.035", "min": "175.619", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "10.826", "max": "10.985", "min": "10.721", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "43.882", "max": "46.31", "min": "43.454", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "76.993", "max": "77.223", "min": "76.772", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "54.179", "max": "74.693", "min": "53.079", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "62.122", "max": "62.314", "min": "61.994", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "19.955", "max": "20.977", "min": "19.772", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "33.288", "max": "33.587", "min": "33.181", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "57.22", "max": "57.368", "min": "57.099", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "145.467", "max": "163.439", "min": "128.507", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "224.579", "max": "226.145", "min": "224.123", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.73", "max": "29.382", "min": "28.47", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "200.42", "max": "201.217", "min": "200.002", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "88.049", "max": "89.382", "min": "87.801", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "6.717", "max": "7.26", "min": "6.497", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "18.003", "max": "18.132", "min": "17.887", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "194.596", "max": "195.022", "min": "194.454", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "222.805", "max": "229.695", "min": "219.98", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "198.91", "max": "202.681", "min": "195.764", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "0.041", "max": "0.068", "min": "0.029", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "197.916", "max": "217.206", "min": "196.988", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "434.189", "max": "535.278", "min": "255.269", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "220.909", "max": "333.581", "min": "140.845", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "251.857", "max": "266.795", "min": "251.024", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "157.615", "max": "157.945", "min": "157.48", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "43.662", "max": "43.911", "min": "43.521", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "37.73", "max": "38.199", "min": "37.472", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.222", "max": "42.322", "min": "39.886", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "105.706", "max": "246.634", "min": "26.901", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "128.978", "max": "148.723", "min": "114.079", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "107.199", "max": "208.004", "min": "103.204", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "106.868", "max": "107.123", "min": "106.801", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "102.818", "max": "104.662", "min": "102.316", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "1.379", "max": "1.664", "min": "1.222", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "215.954", "max": "216.426", "min": "215.765", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "190.325", "max": "191.106", "min": "190.133", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "97.472", "max": "98.252", "min": "97.254", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "29.144", "max": "29.307", "min": "28.984", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.041", "max": "25.206", "min": "24.904", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "26.058", "max": "26.276", "min": "25.848", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "202.976", "max": "204.148", "min": "202.446", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "48.436", "max": "49.217", "min": "48.309", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "8.489", "max": "8.729", "min": "8.378", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "55.203", "max": "69.604", "min": "53.289", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "39.745", "max": "39.885", "min": "39.578", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.172", "max": "38.387", "min": "37.973", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "4.228", "max": "4.386", "min": "4.12", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "97.792", "max": "97.956", "min": "97.672", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "259.522", "max": "260.173", "min": "259.168", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "114.032", "max": "114.177", "min": "113.914", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "92.469", "max": "92.738", "min": "92.278", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.449", "max": "118.861", "min": "105.771", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "84.13", "max": "84.926", "min": "83.906", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "108.307", "max": "112.59", "min": "107.857", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "207.453", "max": "207.817", "min": "207.328", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "70.236", "max": "72.296", "min": "70.026", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "71.853", "max": "71.991", "min": "71.725", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "81.651", "max": "100.301", "min": "79.784", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "162.832", "max": "162.984", "min": "162.686", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "109.619", "max": "112.569", "min": "109.419", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "88.798", "max": "106.098", "min": "87.396", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "12.043", "max": "12.843", "min": "11.84", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "85.811", "max": "87.739", "min": "85.503", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "115.627", "max": "116.127", "min": "115.369", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "225.994", "max": "278.564", "min": "218.037", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "53.083", "max": "53.223", "min": "52.982", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "166.052", "max": "268.118", "min": "160.02", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "38.992", "max": "39.096", "min": "38.87", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "478.77", "max": "479.291", "min": "477.989", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "130.619", "max": "140.913", "min": "113.711", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "0.806", "max": "1.193", "min": "0.663", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "169.463", "max": "169.617", "min": "169.293", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "242.336", "max": "242.804", "min": "242.219", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "173.197", "max": "173.435", "min": "173.036", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "59.714", "max": "59.938", "min": "59.525", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "269.434", "max": "279.476", "min": "248.87", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "10.06", "max": "10.166", "min": "9.943", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "15.405", "max": "15.543", "min": "15.312", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "88.043", "max": "90.185", "min": "87.804", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "293.772", "max": "327.499", "min": "278.033", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "78.121", "max": "78.264", "min": "78.037", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "95.387", "max": "95.834", "min": "95.122", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "105.179", "max": "106.623", "min": "105.039", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "99.165", "max": "99.271", "min": "99.054", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "73.57", "max": "73.967", "min": "73.382", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "125.957", "max": "129.105", "min": "125.681", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "116.621", "max": "116.73", "min": "116.524", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "124.333", "max": "138.934", "min": "123.113", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "119.907", "max": "120.577", "min": "119.696", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "73.62", "max": "75.419", "min": "73.322", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "93.947", "max": "94.083", "min": "93.859", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "75.754", "max": "75.853", "min": "75.584", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "98.281", "max": "103.833", "min": "98.006", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "127.773", "max": "127.99", "min": "127.588", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "99.589", "max": "108.073", "min": "98.471", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "121.83", "max": "179.239", "min": "91.34", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "66.533", "max": "66.711", "min": "66.381", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "148.65", "max": "148.922", "min": "148.471", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "122.709", "max": "146.397", "min": "110.748", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "123.273", "max": "123.695", "min": "122.945", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "75.419", "max": "99.143", "min": "74.331", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "272.891", "max": "273.134", "min": "272.788", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "109.884", "max": "110.127", "min": "109.756", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "101.605", "max": "101.846", "min": "101.431", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "101.073", "max": "101.196", "min": "100.966", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "99.45", "max": "105.791", "min": "94.808", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "124.013", "max": "124.394", "min": "123.853", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "82.319", "max": "83.127", "min": "82.156", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "83.058", "max": "83.348", "min": "82.918", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "89.577", "max": "89.732", "min": "89.475", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "224.145", "max": "231.342", "min": "223.467", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "4.999", "max": "9.706", "min": "4.1", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "237.435", "max": "240.779", "min": "232.452", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "209.4", "max": "211.17", "min": "209.137", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "78.408", "max": "78.642", "min": "78.211", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "223.026", "max": "224.117", "min": "222.792", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "88.866", "max": "89.081", "min": "88.73", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "106.772", "max": "107.075", "min": "106.609", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "132.89", "max": "135.47", "min": "132.491", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "75.705", "max": "76.756", "min": "75.372", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "78.272", "max": "80.153", "min": "77.873", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "22.893", "max": "23.037", "min": "22.78", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "33.971", "max": "34.178", "min": "33.869", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "244.236", "max": "321.895", "min": "241.136", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "6.618", "max": "6.737", "min": "6.513", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "90.222", "max": "91.351", "min": "90.068", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "13.104", "max": "13.173", "min": "12.925", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "99.996", "max": "100.124", "min": "99.879", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "129.297", "max": "130.977", "min": "129.055", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "44.957", "max": "47.781", "min": "42.018", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "94.469", "max": "94.695", "min": "94.292", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "114.067", "max": "115.383", "min": "113.114", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "68.208", "max": "76.488", "min": "67.002", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "210.88", "max": "218.506", "min": "208.968", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "148.465", "max": "148.803", "min": "148.313", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "150.441", "max": "151.034", "min": "150.177", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "125.31", "max": "125.503", "min": "125.176", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "80.065", "max": "80.168", "min": "79.992", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "131.859", "max": "132.259", "min": "131.765", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "12.138", "max": "13.495", "min": "11.766", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "11.762", "max": "12.019", "min": "11.625", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "135.236", "max": "139.627", "min": "133.368", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "96.946", "max": "97.451", "min": "96.565", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "27.676", "max": "29.287", "min": "26.492", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "134.424", "max": "135.035", "min": "134.247", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "28.32", "max": "28.774", "min": "28.098", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "81.022", "max": "90.01", "min": "80.237", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "226.311", "max": "228.076", "min": "224.87", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "102.357", "max": "102.623", "min": "102.091", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "74.469", "max": "74.578", "min": "74.401", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "82.158", "max": "82.302", "min": "82.053", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "168.507", "max": "294.849", "min": "163.423", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "87.327", "max": "95.36", "min": "78.871", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "122.692", "max": "122.905", "min": "122.583", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "187.452", "max": "189.002", "min": "186.962", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "162.074", "max": "164.24", "min": "161.769", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "27.267", "max": "30.03", "min": "26.978", "id": "114", "country": "United States", "source_name": "Manhattan", "destination_name": "Lansing", "destination_id": "295" } } }, "121": { "name": "Oklahoma City", "data": { "0": { "avg": "117.226", "max": "117.877", "min": "117.025", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "245.761", "max": "246.21", "min": "245.484", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "38.614", "max": "38.834", "min": "38.501", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "143.094", "max": "152.54", "min": "142.185", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "111.529", "max": "111.969", "min": "111.299", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "157.328", "max": "157.527", "min": "157.188", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "122.316", "max": "122.449", "min": "122.198", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "287.366", "max": "299.584", "min": "286.628", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "156.069", "max": "156.21", "min": "155.94", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "143.908", "max": "145.263", "min": "143.624", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "109.898", "max": "110.172", "min": "109.698", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "9.934", "max": "11.713", "min": "9.743", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "40.486", "max": "40.749", "min": "40.362", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "47.983", "max": "49.434", "min": "47.741", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "40.272", "max": "47.425", "min": "39.899", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "38.628", "max": "39.199", "min": "37.994", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "128.882", "max": "129.2", "min": "128.661", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "27.618", "max": "27.88", "min": "27.471", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "117.144", "max": "117.375", "min": "116.958", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "133.683", "max": "133.826", "min": "133.538", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "262.127", "max": "262.224", "min": "262.04", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "21.577", "max": "24.144", "min": "21.357", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "46.678", "max": "47.23", "min": "46.506", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "51.481", "max": "57.179", "min": "50.898", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "152.241", "max": "152.929", "min": "152.08", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "134.361", "max": "134.499", "min": "134.223", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "129.524", "max": "131.202", "min": "129.292", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "159.58", "max": "160.01", "min": "159.44", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "122.58", "max": "122.671", "min": "122.454", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "51.408", "max": "52.797", "min": "51.216", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "226.412", "max": "226.528", "min": "226.275", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "140.927", "max": "141.261", "min": "140.784", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "35.846", "max": "36.083", "min": "35.693", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "166.074", "max": "172.425", "min": "165.675", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "139.167", "max": "142.019", "min": "138.748", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "220.389", "max": "221.308", "min": "220.18", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "48.416", "max": "48.58", "min": "48.345", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "36.85", "max": "37.016", "min": "36.715", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "12.282", "max": "12.47", "min": "12.062", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "40.349", "max": "41.919", "min": "39.963", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "248.155", "max": "250.956", "min": "247.586", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "113.4", "max": "118.452", "min": "112.636", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "148.133", "max": "148.371", "min": "147.984", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "148.782", "max": "149.558", "min": "148.583", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "244.325", "max": "244.532", "min": "244.131", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "146.35", "max": "147.055", "min": "145.928", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "147.773", "max": "148.199", "min": "147.615", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "96.64", "max": "97.442", "min": "96.462", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "173.831", "max": "174.398", "min": "173.006", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "17.725", "max": "17.881", "min": "17.62", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "41.211", "max": "41.28", "min": "41.11", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "53.889", "max": "54.239", "min": "53.623", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "130.55", "max": "141.57", "min": "121.121", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "7.715", "max": "7.905", "min": "7.498", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "250.41", "max": "260.895", "min": "247.13", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "243.23", "max": "244.371", "min": "243.025", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "122.742", "max": "127.42", "min": "121.738", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "197.179", "max": "197.276", "min": "197.097", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "167.782", "max": "169.104", "min": "167.501", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "118.313", "max": "119.736", "min": "118.077", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "177.067", "max": "180.464", "min": "176.57", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "167.38", "max": "226.308", "min": "161.162", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "229.096", "max": "244.086", "min": "227.787", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "225.167", "max": "225.73", "min": "224.971", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "161.368", "max": "161.536", "min": "161.239", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "151.612", "max": "152.502", "min": "151.428", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "40.492", "max": "40.702", "min": "40.366", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "158.728", "max": "159.118", "min": "158.46", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "156.314", "max": "157.934", "min": "155.487", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "20.089", "max": "23.198", "min": "19.776", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.864", "max": "201.553", "min": "199.592", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "46.149", "max": "46.492", "min": "45.784", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "82.371", "max": "86.037", "min": "81.988", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.414", "max": "33.886", "min": "33.219", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "149.815", "max": "150.8", "min": "149.495", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "111.151", "max": "111.318", "min": "110.945", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "31.576", "max": "31.819", "min": "31.394", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "56.008", "max": "57.112", "min": "55.852", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "36.201", "max": "45.437", "min": "35.652", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "26.898", "max": "27.106", "min": "26.77", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "53.143", "max": "53.393", "min": "52.907", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "61.11", "max": "61.85", "min": "60.85", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "206.777", "max": "207.895", "min": "205.486", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "247.253", "max": "247.555", "min": "247.013", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "49.519", "max": "49.709", "min": "49.412", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "172.345", "max": "173.244", "min": "171.97", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "111.87", "max": "113.067", "min": "111.524", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "37.674", "max": "37.856", "min": "37.566", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "13.563", "max": "14.016", "min": "13.332", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "114.17", "max": "119.22", "min": "113.858", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.319", "max": "38.682", "min": "31.484", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "50.725", "max": "51.226", "min": "50.479", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "113.641", "max": "113.98", "min": "113.514", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "176.444", "max": "176.701", "min": "176.235", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "31.695", "max": "31.898", "min": "31.539", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "34.668", "max": "34.829", "min": "34.525", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "84.625", "max": "84.907", "min": "84.404", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "88.12", "max": "104.828", "min": "86.546", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "49.751", "max": "49.904", "min": "49.631", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "22.487", "max": "23.728", "min": "22.244", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "45.939", "max": "46.113", "min": "45.847", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "59.32", "max": "59.595", "min": "59.168", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "163.25", "max": "164.635", "min": "163.065", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "206.615", "max": "214.393", "min": "205.718", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.959", "max": "29.277", "min": "28.756", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "319.603", "max": "320.964", "min": "318.628", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "100.105", "max": "103.864", "min": "99.8", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "49.724", "max": "49.892", "min": "49.511", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "34.28", "max": "34.519", "min": "34.103", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "266.523", "max": "266.705", "min": "266.308", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "196.222", "max": "196.855", "min": "195.991", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "176.367", "max": "176.641", "min": "176.245", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "43.622", "max": "43.798", "min": "43.488", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "245.084", "max": "265.589", "min": "244.115", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "473.062", "max": "581.034", "min": "308.822", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "251.552", "max": "343.981", "min": "175.956", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "280.395", "max": "298.009", "min": "279.302", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "142.88", "max": "146.375", "min": "142.427", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "0.032", "max": "0.099", "min": "0.023", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "31.174", "max": "31.697", "min": "30.897", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "21.092", "max": "21.511", "min": "20.908", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "110.246", "max": "267.953", "min": "32.885", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "147.017", "max": "147.212", "min": "146.841", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "161.716", "max": "319.885", "min": "150.81", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "157.418", "max": "157.587", "min": "157.302", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "139.325", "max": "140.469", "min": "138.773", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "44.874", "max": "54.551", "min": "44.172", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "303.203", "max": "303.466", "min": "303.012", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "243.577", "max": "243.772", "min": "243.419", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "79.262", "max": "82.369", "min": "79.059", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "40.842", "max": "41.984", "min": "40.636", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "28.323", "max": "28.503", "min": "28.164", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "42.627", "max": "42.95", "min": "42.486", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "182.872", "max": "184.625", "min": "182.283", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "21.659", "max": "21.838", "min": "21.523", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "41.889", "max": "42.045", "min": "41.777", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "28.709", "max": "34.943", "min": "27.92", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "27.278", "max": "27.536", "min": "27.14", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "15.204", "max": "15.408", "min": "15.092", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "37.629", "max": "37.861", "min": "37.487", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "142.659", "max": "145.021", "min": "142.428", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "255.748", "max": "258.52", "min": "255.311", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "153.626", "max": "154.231", "min": "153.455", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "144.218", "max": "144.702", "min": "144.089", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "95.409", "max": "106.525", "min": "94.589", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "123.518", "max": "123.762", "min": "123.277", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "157.634", "max": "161.225", "min": "157.386", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "280.709", "max": "281.033", "min": "280.539", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "104.423", "max": "105.068", "min": "104.287", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "106.496", "max": "106.642", "min": "106.369", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "128.808", "max": "136.776", "min": "126.986", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "163.294", "max": "163.439", "min": "163.093", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "154.194", "max": "156.806", "min": "153.814", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "121.062", "max": "121.522", "min": "120.849", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "43.744", "max": "43.999", "min": "43.597", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "61.243", "max": "65.978", "min": "60.865", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "145.79", "max": "146.935", "min": "145.414", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "215.625", "max": "258.138", "min": "208.081", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "43.557", "max": "43.671", "min": "43.442", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "175.254", "max": "268.932", "min": "166.895", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "70.927", "max": "71.099", "min": "70.779", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "360.59", "max": "360.845", "min": "360.107", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "149.067", "max": "149.277", "min": "148.909", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "39.227", "max": "40.292", "min": "39.038", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "211.893", "max": "212.113", "min": "211.766", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "268.296", "max": "269.798", "min": "268.091", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "208.89", "max": "212.578", "min": "208.543", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "35.227", "max": "35.511", "min": "34.988", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "192.287", "max": "192.441", "min": "192.102", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "44.452", "max": "44.581", "min": "44.323", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "29.744", "max": "29.861", "min": "29.641", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "121.756", "max": "123.93", "min": "121.294", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "273.228", "max": "273.404", "min": "273.085", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "116.312", "max": "116.702", "min": "116.189", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "122.012", "max": "122.492", "min": "121.785", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "139.459", "max": "149.318", "min": "138.871", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "130.129", "max": "130.225", "min": "130.048", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "108.43", "max": "109.498", "min": "108.159", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "163.018", "max": "163.687", "min": "162.764", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "156.401", "max": "156.58", "min": "156.283", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "174.333", "max": "183.55", "min": "173.81", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "161.091", "max": "161.373", "min": "160.927", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "117.139", "max": "123.299", "min": "116.503", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "124.437", "max": "124.817", "min": "124.314", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "117.858", "max": "118.268", "min": "117.743", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "142.728", "max": "155.262", "min": "142.13", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "162.782", "max": "163.02", "min": "162.452", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "136.723", "max": "144.268", "min": "135.456", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "142.84", "max": "156.457", "min": "128.595", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "103.547", "max": "103.696", "min": "103.416", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "165.266", "max": "165.771", "min": "165.069", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "147.73", "max": "147.998", "min": "147.582", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "158.279", "max": "158.799", "min": "157.879", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "118.252", "max": "124.102", "min": "117.471", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "233.389", "max": "266.786", "min": "232.142", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "130.247", "max": "130.447", "min": "130.119", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "132.126", "max": "133.39", "min": "131.9", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "137.371", "max": "137.558", "min": "137.251", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "102.376", "max": "108.608", "min": "100.607", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "165.74", "max": "167.46", "min": "165.508", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "116.739", "max": "117.053", "min": "116.61", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "111.497", "max": "114.925", "min": "111.192", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "115.819", "max": "116.281", "min": "115.653", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "206.414", "max": "216.694", "min": "203.82", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "48.273", "max": "55.94", "min": "46.876", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "213.6", "max": "217.433", "min": "209.114", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "258.634", "max": "264.946", "min": "258.251", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "122.189", "max": "122.61", "min": "122.042", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "248.633", "max": "249.654", "min": "248.446", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "54.861", "max": "55.225", "min": "54.67", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "140.909", "max": "141.19", "min": "140.672", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "169.902", "max": "170.461", "min": "169.718", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "107.154", "max": "108.794", "min": "106.834", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "116.363", "max": "117.026", "min": "116.158", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "51.705", "max": "51.946", "min": "51.61", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "53.142", "max": "53.883", "min": "53.035", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "224.137", "max": "226.392", "min": "223.846", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "44.275", "max": "44.468", "min": "44.189", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "128.926", "max": "129.037", "min": "128.815", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "35.232", "max": "35.398", "min": "35.124", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "134.462", "max": "134.675", "min": "134.313", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "181.543", "max": "593.924", "min": "167.178", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "53.035", "max": "55.329", "min": "50.734", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "128.822", "max": "129.577", "min": "128.529", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "142.462", "max": "143.896", "min": "141.638", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "82.218", "max": "124.864", "min": "76.823", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "218.721", "max": "219.657", "min": "218.266", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "206.419", "max": "206.599", "min": "206.212", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "202.658", "max": "203.293", "min": "202.524", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "153.265", "max": "153.455", "min": "153.118", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "123.959", "max": "124.371", "min": "123.836", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "150.592", "max": "150.829", "min": "150.501", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "45.188", "max": "47.052", "min": "44.744", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "44.253", "max": "44.423", "min": "44.157", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "167.173", "max": "169.54", "min": "165.552", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "117.65", "max": "118.614", "min": "117.353", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "49.614", "max": "51.593", "min": "48.562", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "168.997", "max": "170.067", "min": "168.78", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "29.589", "max": "29.871", "min": "29.46", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "120.088", "max": "120.716", "min": "119.948", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "276.804", "max": "277.993", "min": "276.475", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "109.868", "max": "109.868", "min": "109.868", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "113.133", "max": "113.323", "min": "113.029", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "128.877", "max": "128.99", "min": "128.737", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "199.475", "max": "200.189", "min": "199.205", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "130.803", "max": "141.012", "min": "122.859", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "148.635", "max": "148.798", "min": "148.465", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "220.694", "max": "222.125", "min": "220.43", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "188.923", "max": "190.051", "min": "188.57", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "27.827", "max": "32.211", "min": "26.865", "id": "121", "country": "United States", "source_name": "Oklahoma City", "destination_name": "Lansing", "destination_id": "295" } } }, "122": { "name": "Jackson", "data": { "0": { "avg": "104.767", "max": "105.339", "min": "104.488", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "215.821", "max": "216.25", "min": "215.579", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "40.758", "max": "41.183", "min": "40.604", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "139.091", "max": "143.986", "min": "138.367", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "112.245", "max": "112.655", "min": "111.98", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "180.254", "max": "181.192", "min": "180.078", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "109.641", "max": "112.437", "min": "109.271", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "224.346", "max": "234.57", "min": "223.059", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "149.626", "max": "150.37", "min": "149.431", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "133.851", "max": "135.053", "min": "133.484", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "101.276", "max": "102.251", "min": "100.927", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "51.428", "max": "80.342", "min": "49.368", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "42.042", "max": "42.942", "min": "41.683", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "37.907", "max": "38.502", "min": "37.686", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "30.895", "max": "36.266", "min": "30.495", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "28.204", "max": "29.376", "min": "27.828", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "122.598", "max": "123.681", "min": "122.314", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "38.572", "max": "40.432", "min": "38.111", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "121.835", "max": "122.751", "min": "121.586", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "134.377", "max": "134.915", "min": "134.159", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "220.23", "max": "220.704", "min": "219.971", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "43.967", "max": "44.707", "min": "43.661", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "71.94", "max": "72.923", "min": "71.745", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "76.779", "max": "86.233", "min": "76.249", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "135.582", "max": "136.012", "min": "135.336", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "127.42", "max": "128.288", "min": "126.945", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "129.814", "max": "130.799", "min": "129.481", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "129.586", "max": "130.237", "min": "129.286", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "113.022", "max": "114.008", "min": "112.736", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "74.044", "max": "75.479", "min": "73.699", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "249.66", "max": "250.345", "min": "249.481", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "129.812", "max": "130.396", "min": "129.573", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "71.327", "max": "71.99", "min": "71.132", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "164.076", "max": "165.527", "min": "163.663", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "133.179", "max": "145.296", "min": "132.48", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "256.897", "max": "257.981", "min": "256.603", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "67.288", "max": "68.128", "min": "66.971", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "58.934", "max": "60.329", "min": "58.687", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "30.044", "max": "31.045", "min": "29.777", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "30.187", "max": "31.292", "min": "29.802", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "242.744", "max": "245.548", "min": "242.291", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "117.274", "max": "119.202", "min": "116.679", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "141.981", "max": "143.014", "min": "141.676", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "135.385", "max": "146.185", "min": "134.742", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "237.113", "max": "238.093", "min": "236.958", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "142.534", "max": "146.012", "min": "141.954", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "155.721", "max": "156.667", "min": "155.467", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "102.697", "max": "104.247", "min": "102.376", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "162.596", "max": "164.781", "min": "162.325", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "35.086", "max": "35.415", "min": "34.917", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "48.07", "max": "48.445", "min": "47.928", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "75.289", "max": "75.624", "min": "75.04", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "127.271", "max": "138.388", "min": "114.746", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.618", "max": "39.7", "min": "38.407", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "270.507", "max": "276.155", "min": "266.933", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "270.148", "max": "271.754", "min": "269.541", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "131.441", "max": "134.084", "min": "130.254", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "213.585", "max": "216.03", "min": "213.273", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "148.345", "max": "150.712", "min": "147.907", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "108.564", "max": "109.667", "min": "108.274", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "160.996", "max": "161.626", "min": "160.433", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "157.301", "max": "201.365", "min": "154.543", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "271.121", "max": "349.146", "min": "267.631", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "244.914", "max": "245.871", "min": "244.53", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "147.056", "max": "148.902", "min": "146.668", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "151.577", "max": "152.489", "min": "151.351", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "36.581", "max": "37.26", "min": "36.301", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "144.695", "max": "146.093", "min": "144.233", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "153.873", "max": "155.632", "min": "153.072", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "41.701", "max": "42.83", "min": "41.448", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "221.803", "max": "222.985", "min": "221.43", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "65.73", "max": "74.454", "min": "65.125", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "77.118", "max": "80.176", "min": "76.61", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "22.932", "max": "24.056", "min": "22.574", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "144.055", "max": "144.971", "min": "143.714", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "118.694", "max": "119.829", "min": "118.426", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "38.342", "max": "40.359", "min": "37.996", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "75.633", "max": "76.478", "min": "75.271", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "32.262", "max": "32.757", "min": "31.907", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "27.983", "max": "29.11", "min": "27.777", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "70.774", "max": "74.036", "min": "70.441", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "49.279", "max": "50.042", "min": "48.971", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "361.042", "max": "363.869", "min": "360.627", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "245.241", "max": "245.816", "min": "244.958", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "81.672", "max": "82.234", "min": "81.531", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "158.381", "max": "159.515", "min": "157.918", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "111.398", "max": "119.316", "min": "110.759", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "25.083", "max": "28.066", "min": "24.705", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "55.14", "max": "55.705", "min": "54.957", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "104.458", "max": "112.859", "min": "103.399", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "37.301", "max": "39.647", "min": "36.743", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "76.106", "max": "76.745", "min": "75.853", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "120.192", "max": "120.944", "min": "119.944", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "203.113", "max": "208.021", "min": "202.693", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "42.218", "max": "43.078", "min": "41.972", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "35.935", "max": "47.141", "min": "35.183", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "74.871", "max": "75.178", "min": "74.675", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "62.843", "max": "65.638", "min": "62.142", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "71.795", "max": "72.351", "min": "71.558", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "28.921", "max": "30.279", "min": "28.602", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "43.972", "max": "49.898", "min": "43.552", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "68.194", "max": "68.825", "min": "67.871", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "160.845", "max": "163.529", "min": "160.581", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "232.386", "max": "233.832", "min": "231.715", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "33.482", "max": "34.32", "min": "33.255", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "203.985", "max": "204.698", "min": "203.647", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "100.78", "max": "102.96", "min": "100.359", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "36.95", "max": "37.427", "min": "36.782", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "32.817", "max": "35.261", "min": "32.416", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "220.221", "max": "223.693", "min": "219.888", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "223.56", "max": "224.427", "min": "223.349", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "198.926", "max": "199.508", "min": "198.662", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "37.66", "max": "38.944", "min": "37.476", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "230.59", "max": "233.799", "min": "230.11", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "477.97", "max": "593.128", "min": "308.203", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "257.27", "max": "369.836", "min": "181.2", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "262.128", "max": "269.489", "min": "261.103", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "166.659", "max": "167.686", "min": "166.422", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "31.047", "max": "31.592", "min": "30.856", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "0.019", "max": "0.026", "min": "0.017", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "48.602", "max": "49.032", "min": "48.211", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "103.455", "max": "245.35", "min": "22.975", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "135.967", "max": "136.273", "min": "135.796", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "145.338", "max": "278.733", "min": "138.665", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "141.392", "max": "142.012", "min": "141.208", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "133.295", "max": "134.536", "min": "132.72", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "34.417", "max": "35.56", "min": "33.922", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "275.18", "max": "276.145", "min": "274.934", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "203.216", "max": "205.655", "min": "202.84", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "99.664", "max": "100.83", "min": "99.452", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "39.063", "max": "39.37", "min": "38.949", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "29.887", "max": "30.488", "min": "29.614", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "36.798", "max": "38.118", "min": "36.518", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "204.478", "max": "205.54", "min": "203.674", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.729", "max": "50.374", "min": "49.584", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "48.048", "max": "48.646", "min": "47.878", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "56.693", "max": "76.738", "min": "55.231", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "45.607", "max": "46.335", "min": "45.387", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "39.666", "max": "43.895", "min": "39.398", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "36.449", "max": "37.007", "min": "36.176", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "142.179", "max": "143.025", "min": "141.883", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "257.818", "max": "260.385", "min": "257.313", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "140.425", "max": "140.895", "min": "140.274", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "130.253", "max": "130.951", "min": "129.885", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.791", "max": "131.601", "min": "115.446", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "124.203", "max": "128.275", "min": "123.651", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "147.093", "max": "154.482", "min": "146.287", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "311.091", "max": "312.221", "min": "310.777", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "101.894", "max": "104.367", "min": "101.583", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "113.377", "max": "113.824", "min": "113.097", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "114.286", "max": "123.764", "min": "113.013", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "200.142", "max": "200.457", "min": "200.038", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "137.815", "max": "138.717", "min": "137.573", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "119.047", "max": "120.931", "min": "118.307", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "30.124", "max": "32.125", "min": "29.837", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "87.711", "max": "88.318", "min": "87.525", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "140.335", "max": "141.102", "min": "139.936", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "221.433", "max": "272.72", "min": "213.441", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "46.701", "max": "47.021", "min": "46.574", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "186.241", "max": "267.001", "min": "178.402", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "60.918", "max": "64.585", "min": "60.588", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "481.813", "max": "482.609", "min": "481.409", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "147.514", "max": "148.394", "min": "147.334", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "38.125", "max": "40.807", "min": "37.794", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "207.806", "max": "209.789", "min": "207.43", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "268.131", "max": "269.811", "min": "267.537", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "191.885", "max": "192.256", "min": "191.709", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "34.614", "max": "35.132", "min": "34.372", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "223.401", "max": "229.904", "min": "222.896", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "51.983", "max": "53.13", "min": "51.556", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "54.419", "max": "56.176", "min": "54.267", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "127.075", "max": "132.66", "min": "126.292", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "295.874", "max": "297.134", "min": "295.595", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "110.921", "max": "111.381", "min": "110.758", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "126.63", "max": "127.301", "min": "126.177", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "130.988", "max": "143.024", "min": "130.257", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "122.112", "max": "122.658", "min": "121.944", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "113.664", "max": "115.204", "min": "113.242", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "166.411", "max": "168.679", "min": "165.848", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "144.226", "max": "144.682", "min": "144.119", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "166.154", "max": "167.516", "min": "165.883", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "144.896", "max": "156.999", "min": "144.334", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "118.365", "max": "120.7", "min": "117.813", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "114.777", "max": "115.178", "min": "114.621", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "109.691", "max": "110.396", "min": "109.419", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "134.071", "max": "134.953", "min": "133.727", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "164.027", "max": "165.022", "min": "163.723", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "136.77", "max": "166.426", "min": "134.768", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "150.588", "max": "207.141", "min": "122.179", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "116.317", "max": "116.788", "min": "116.146", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "158.169", "max": "159.082", "min": "157.918", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "144.689", "max": "182.04", "min": "142.404", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.523", "max": "156.855", "min": "152.934", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "105.158", "max": "105.951", "min": "104.798", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "259.908", "max": "290.843", "min": "258.713", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "119.754", "max": "120.523", "min": "119.563", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "135.971", "max": "137.681", "min": "135.627", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "129.189", "max": "130.781", "min": "128.784", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "106.203", "max": "114.523", "min": "103.155", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "167.555", "max": "171.29", "min": "167.155", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "124.898", "max": "130.099", "min": "124.071", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "116.244", "max": "117", "min": "115.946", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "106.796", "max": "107.787", "min": "106.661", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "231.184", "max": "240.352", "min": "230.185", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "41.436", "max": "46.798", "min": "40.54", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "394.311", "max": "411.333", "min": "365.02", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "263.077", "max": "263.709", "min": "262.864", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "112.237", "max": "113.798", "min": "111.813", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "249.97", "max": "251.602", "min": "249.611", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "94.748", "max": "95.849", "min": "94.361", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "143.106", "max": "143.772", "min": "142.788", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "188.231", "max": "189.374", "min": "187.717", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "103.879", "max": "104.898", "min": "103.401", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "109.41", "max": "110.488", "min": "109.051", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "46.576", "max": "47.271", "min": "46.391", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "14.846", "max": "15.199", "min": "14.755", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "242.93", "max": "249.543", "min": "238.958", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "43.56", "max": "49.225", "min": "42.898", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "122.213", "max": "127.539", "min": "121.803", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "44.436", "max": "45.456", "min": "44.206", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "131.183", "max": "137.198", "min": "130.591", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "151.955", "max": "152.686", "min": "151.635", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "40.167", "max": "44.424", "min": "38.139", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "121.307", "max": "122.295", "min": "120.932", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "144.558", "max": "148.087", "min": "143.714", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "84.963", "max": "87.819", "min": "83.977", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "247.815", "max": "250.932", "min": "247.066", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "154.911", "max": "155.653", "min": "154.546", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "191.052", "max": "192.253", "min": "190.757", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "146.893", "max": "148.266", "min": "146.661", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "116.929", "max": "118.084", "min": "116.682", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "140.699", "max": "141.933", "min": "140.502", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "50.123", "max": "51.628", "min": "49.661", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "35.223", "max": "35.78", "min": "34.958", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "158.13", "max": "161.351", "min": "156.409", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "96.217", "max": "97.053", "min": "95.771", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "48.223", "max": "50.381", "min": "47.494", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "160.816", "max": "161.55", "min": "160.461", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "40.628", "max": "41.292", "min": "40.32", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "125.411", "max": "129.064", "min": "124.927", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.117", "max": "234.701", "min": "227.619", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "101.48", "max": "101.48", "min": "101.48", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "103.791", "max": "105.063", "min": "103.501", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "116.035", "max": "117.129", "min": "115.833", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "203.176", "max": "204.181", "min": "202.734", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "123.185", "max": "134.475", "min": "115.94", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "133.202", "max": "135.001", "min": "132.906", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "223.733", "max": "225.272", "min": "223.231", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "184.977", "max": "185.942", "min": "184.525", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "49.364", "max": "50.494", "min": "49.083", "id": "122", "country": "United States", "source_name": "Jackson", "destination_name": "Lansing", "destination_id": "295" } } }, "123": { "name": "Colorado Springs", "data": { "0": { "avg": "118.318", "max": "174.692", "min": "116.167", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "221.385", "max": "227.034", "min": "220.909", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "33.933", "max": "34.371", "min": "33.748", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "150.055", "max": "161.66", "min": "148.704", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "117.814", "max": "121.261", "min": "117.495", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "114.042", "max": "115.676", "min": "113.755", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "114.406", "max": "114.8", "min": "114.145", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "259.94", "max": "278.169", "min": "257.833", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "161.475", "max": "163.171", "min": "161.201", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "132.319", "max": "133.095", "min": "131.967", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "108.319", "max": "108.729", "min": "108.014", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "43.761", "max": "50.482", "min": "43.167", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "46.464", "max": "57.81", "min": "45.895", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "41.142", "max": "42.848", "min": "40.753", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "50.089", "max": "56.549", "min": "49.589", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "49.219", "max": "52.002", "min": "48.869", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "140.625", "max": "144.295", "min": "140.3", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "36.994", "max": "47.662", "min": "35.504", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "110.807", "max": "112.629", "min": "110.204", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "128", "max": "129.133", "min": "127.69", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "239.257", "max": "272.957", "min": "237.835", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "27.359", "max": "27.445", "min": "27.297", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "26.49", "max": "26.83", "min": "26.314", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "32.683", "max": "33.516", "min": "32.443", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "140.32", "max": "145.001", "min": "139.851", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "123.733", "max": "126.105", "min": "123.435", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "136.094", "max": "206.728", "min": "133.491", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "133.957", "max": "155.726", "min": "131.933", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "118.997", "max": "120.19", "min": "118.338", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "27.38", "max": "31.271", "min": "26.43", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "216.643", "max": "218.042", "min": "216.432", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "139.296", "max": "140.69", "min": "138.872", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "44.572", "max": "50.221", "min": "44.127", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "155.007", "max": "159.522", "min": "154.432", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "124.931", "max": "126.614", "min": "124.505", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.902", "max": "187.994", "min": "186.669", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "35.386", "max": "46.831", "min": "34.73", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "39.538", "max": "39.789", "min": "39.347", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "20.352", "max": "21.558", "min": "20.189", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "47.593", "max": "47.832", "min": "47.469", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "252.56", "max": "256.607", "min": "252.073", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "119.252", "max": "120.373", "min": "118.987", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "146.589", "max": "146.878", "min": "146.359", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "139.785", "max": "146.411", "min": "139.092", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "295.383", "max": "298.04", "min": "295.175", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "140.97", "max": "141.607", "min": "140.354", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "146.956", "max": "147.613", "min": "146.721", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "105.034", "max": "105.919", "min": "104.765", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "180.888", "max": "194.995", "min": "180.059", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "39.584", "max": "39.846", "min": "39.44", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "40.228", "max": "40.54", "min": "40.098", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "36.209", "max": "44.319", "min": "35.554", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "162.6", "max": "211.239", "min": "117.984", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "31.652", "max": "32.106", "min": "31.528", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "257.739", "max": "278.642", "min": "253.736", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "209.544", "max": "210.36", "min": "209.339", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "155.625", "max": "159.91", "min": "154.357", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "193.829", "max": "196.388", "min": "193.584", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "148.87", "max": "154.383", "min": "148.038", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "125.095", "max": "170.942", "min": "123.332", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "173.008", "max": "173.719", "min": "172.503", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "180.455", "max": "238.432", "min": "174.056", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "217.832", "max": "239.62", "min": "214.094", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "204.419", "max": "204.873", "min": "204.242", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "154.579", "max": "154.767", "min": "154.384", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "141.626", "max": "143.155", "min": "141.198", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "47.254", "max": "51.106", "min": "46.926", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "147.417", "max": "147.896", "min": "146.937", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "159.794", "max": "161.315", "min": "159.177", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "2.282", "max": "3.726", "min": "2.012", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "182.782", "max": "183.914", "min": "182.449", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "35.494", "max": "36.182", "min": "35.174", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "93.336", "max": "101.382", "min": "92.578", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "42.819", "max": "43.132", "min": "42.647", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "159.188", "max": "160.464", "min": "158.887", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "142.357", "max": "205.371", "min": "108.462", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "47.919", "max": "48.207", "min": "47.718", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "21.948", "max": "30.214", "min": "21.318", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "35.522", "max": "37.428", "min": "35.253", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "27.643", "max": "27.873", "min": "27.41", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "32.917", "max": "33.234", "min": "32.666", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "56.707", "max": "60.604", "min": "55.717", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "353.762", "max": "371.555", "min": "352.141", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "263.468", "max": "264.32", "min": "263.064", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "52.113", "max": "52.545", "min": "51.907", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "162.532", "max": "163.494", "min": "162.13", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "115.292", "max": "128.676", "min": "114.305", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "43.662", "max": "44.154", "min": "43.481", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "18.999", "max": "19.311", "min": "18.843", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "118.51", "max": "121.385", "min": "118.098", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.059", "max": "39.198", "min": "31.1", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "35.328", "max": "37.624", "min": "34.989", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "110.738", "max": "111.465", "min": "110.436", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "164.854", "max": "165.899", "min": "164.576", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "37.999", "max": "38.269", "min": "37.851", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "46.479", "max": "46.702", "min": "46.28", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "100.227", "max": "100.523", "min": "100.057", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "94.557", "max": "105.252", "min": "93.487", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "35.576", "max": "38.732", "min": "35.23", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "28.92", "max": "33.566", "min": "28.629", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "40.606", "max": "41.682", "min": "40.01", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "57.894", "max": "60.459", "min": "57.428", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "150.845", "max": "151.378", "min": "150.45", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "200.805", "max": "201.922", "min": "200.237", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.625", "max": "28.808", "min": "28.469", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "290.452", "max": "291.011", "min": "289.824", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "109.466", "max": "110.059", "min": "109.266", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "45.795", "max": "55.872", "min": "45.261", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "49.897", "max": "50.017", "min": "49.753", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "273.586", "max": "274.085", "min": "273.391", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "183.203", "max": "185.663", "min": "182.897", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "153.456", "max": "154.304", "min": "153.222", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "40.107", "max": "40.503", "min": "39.859", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "274.192", "max": "276.038", "min": "273.794", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "487.343", "max": "596.446", "min": "322.562", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "246.436", "max": "326.217", "min": "165.224", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "281.585", "max": "286.186", "min": "281.074", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "127.308", "max": "128.06", "min": "127.116", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "21.07", "max": "21.474", "min": "20.935", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "48.404", "max": "49.009", "min": "48.139", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "0.036", "max": "0.113", "min": "0.021", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "123.659", "max": "272.599", "min": "47.536", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "149.17", "max": "149.826", "min": "149.009", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "156.876", "max": "471.454", "min": "142.768", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "146.937", "max": "147.275", "min": "146.665", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "162.442", "max": "165.42", "min": "161.73", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "40.994", "max": "41.253", "min": "40.746", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "267.524", "max": "268.049", "min": "267.226", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "238.753", "max": "241.414", "min": "238.229", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "63.013", "max": "63.813", "min": "62.736", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "43.236", "max": "43.826", "min": "43.059", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "31.067", "max": "31.459", "min": "30.871", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "44.308", "max": "44.56", "min": "44.11", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "182.137", "max": "186.236", "min": "181.095", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "29.731", "max": "33.4", "min": "29.387", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "48.958", "max": "50.825", "min": "48.699", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "12.489", "max": "25.072", "min": "10.994", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.059", "max": "48.273", "min": "47.899", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "21.42", "max": "21.697", "min": "21.225", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "43.445", "max": "45.514", "min": "43.105", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "144.368", "max": "145.258", "min": "144.164", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "247.956", "max": "249.479", "min": "247.293", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "153.107", "max": "153.451", "min": "152.909", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "132.6", "max": "135.195", "min": "132.285", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "76.199", "max": "84.583", "min": "75.677", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "119.866", "max": "121.399", "min": "119.135", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "148.231", "max": "166.328", "min": "147.454", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "267.796", "max": "268.266", "min": "267.533", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "107.048", "max": "107.37", "min": "106.852", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "109.581", "max": "115.849", "min": "108.367", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "121.447", "max": "139.65", "min": "119.149", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "131.772", "max": "134.29", "min": "131.494", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "143.759", "max": "165.292", "min": "142.488", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "130.105", "max": "132.898", "min": "128.942", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "42.845", "max": "43.148", "min": "42.611", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "40.626", "max": "41.941", "min": "40.405", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "160.368", "max": "163.704", "min": "159.053", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "195.245", "max": "241.279", "min": "185.783", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "40.846", "max": "43.87", "min": "40.479", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "184.625", "max": "278.92", "min": "178.697", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "73.86", "max": "75.032", "min": "73.604", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "336.017", "max": "336.465", "min": "335.341", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "144.496", "max": "145.061", "min": "144.218", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "40.134", "max": "41.554", "min": "39.931", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "215.221", "max": "215.458", "min": "215.004", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "262.893", "max": "263.444", "min": "262.668", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "201.545", "max": "202.122", "min": "201.241", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "43.845", "max": "45.926", "min": "43.319", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "205.76", "max": "206.702", "min": "205.517", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "44.557", "max": "45.079", "min": "44.334", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "41.495", "max": "43.872", "min": "41.209", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "130.486", "max": "132.87", "min": "130.078", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "263.393", "max": "263.809", "min": "263.236", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "112.88", "max": "114.793", "min": "112.291", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "128.72", "max": "132.043", "min": "128.281", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "138.714", "max": "144.714", "min": "138.131", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "136.496", "max": "136.58", "min": "136.416", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "110.157", "max": "110.711", "min": "109.884", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "164.79", "max": "165.221", "min": "164.464", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "158.941", "max": "159.279", "min": "158.828", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "167.398", "max": "169.32", "min": "167.061", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "170.215", "max": "174.456", "min": "169.78", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "114.315", "max": "115.326", "min": "114.014", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "124.672", "max": "126.285", "min": "123.899", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "114.689", "max": "117.289", "min": "114.408", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "126.474", "max": "126.984", "min": "126.259", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "167.683", "max": "171.821", "min": "167.17", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "144.332", "max": "163.867", "min": "141.951", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "149.131", "max": "199.216", "min": "120.252", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "106.793", "max": "106.957", "min": "106.574", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "162.344", "max": "162.991", "min": "162.035", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "143.234", "max": "158.191", "min": "142.111", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "157.274", "max": "157.937", "min": "156.747", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "120.116", "max": "120.405", "min": "119.941", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "196.146", "max": "199.911", "min": "195.399", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "159.214", "max": "159.456", "min": "159.071", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "147.057", "max": "147.97", "min": "146.723", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "134.092", "max": "147.651", "min": "133.375", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "107.736", "max": "114.7", "min": "105.937", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "171.579", "max": "172.371", "min": "171.428", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "123.3", "max": "127.134", "min": "122.73", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "124.157", "max": "124.577", "min": "123.994", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "114.808", "max": "118.927", "min": "114.439", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "184.442", "max": "199.875", "min": "181.529", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "47.546", "max": "53.142", "min": "46.485", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "366.798", "max": "368.674", "min": "362.461", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "275.776", "max": "277.651", "min": "275.395", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "118.412", "max": "119.038", "min": "118.072", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "283.639", "max": "287.933", "min": "283.054", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "55.589", "max": "56.226", "min": "55.301", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "156.466", "max": "158.566", "min": "155.66", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "176.199", "max": "176.462", "min": "176.082", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "110.766", "max": "112.145", "min": "110.334", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "117.076", "max": "118.532", "min": "116.062", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.514", "max": "27.811", "min": "27.301", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.572", "max": "42.223", "min": "41.387", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "230.016", "max": "296.75", "min": "227.395", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "46.513", "max": "51.335", "min": "46.178", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "127.614", "max": "127.831", "min": "127.342", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "42.358", "max": "42.483", "min": "42.247", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "128.491", "max": "128.8", "min": "128.29", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "162.685", "max": "163.148", "min": "162.472", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "58.117", "max": "61.061", "min": "55.543", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "124.707", "max": "124.987", "min": "124.527", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "149.164", "max": "154.684", "min": "147.996", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "93.941", "max": "98.2", "min": "92.451", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "211.151", "max": "225.344", "min": "209.918", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "128.983", "max": "138.244", "min": "128.366", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "201.138", "max": "201.978", "min": "200.836", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "162.271", "max": "163.442", "min": "162.064", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "123.48", "max": "123.653", "min": "123.292", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "169.158", "max": "169.575", "min": "168.931", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "44.31", "max": "46.536", "min": "43.876", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "51.138", "max": "51.674", "min": "50.96", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "174.625", "max": "177.161", "min": "173.348", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "127.018", "max": "130.979", "min": "126.37", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "47.082", "max": "94.219", "min": "44.44", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "173.165", "max": "206.349", "min": "171.716", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "13.619", "max": "13.809", "min": "13.478", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "112.083", "max": "116.066", "min": "111.448", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "193.793", "max": "197.671", "min": "183.956", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "126.198", "max": "126.238", "min": "126.158", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "109.321", "max": "109.57", "min": "109.086", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "125.205", "max": "126.527", "min": "124.198", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "202.241", "max": "202.488", "min": "201.958", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "138.348", "max": "153.229", "min": "131.022", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "136.705", "max": "139.707", "min": "136.267", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "272.896", "max": "278.187", "min": "272.447", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "187.19", "max": "189.069", "min": "186.714", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "43.566", "max": "57.95", "min": "42.906", "id": "123", "country": "United States", "source_name": "Colorado Springs", "destination_name": "Lansing", "destination_id": "295" } } }, "124": { "name": "Knoxville", "data": { "0": { "avg": "147.815", "max": "281.039", "min": "90.247", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "251.629", "max": "266.45", "min": "249.813", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "176.994", "max": "344.864", "min": "53.581", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "124.366", "max": "144.991", "min": "120.22", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "126.803", "max": "303.845", "min": "96.388", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "224.121", "max": "500.59", "min": "168.618", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "131.888", "max": "328.809", "min": "110.689", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.994", "max": "317.96", "min": "286.995", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "146.974", "max": "176.365", "min": "143.009", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "135.161", "max": "189.394", "min": "125.239", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "139.323", "max": "261.204", "min": "95.312", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "52.146", "max": "300.679", "min": "26.62", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "30.086", "max": "62.476", "min": "27.573", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "116.659", "max": "335.186", "min": "32.523", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "47.034", "max": "162.32", "min": "38.304", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "71.558", "max": "267.199", "min": "24.799", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "124.769", "max": "261.989", "min": "118.231", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "24.915", "max": "71.132", "min": "19.541", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "114.875", "max": "123.053", "min": "113.898", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "150.417", "max": "368.327", "min": "126.198", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "280.858", "max": "413.924", "min": "266.87", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "90.131", "max": "216.746", "min": "48.163", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "108.621", "max": "201.512", "min": "79.395", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "65.965", "max": "67.364", "min": "65.553", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "131.781", "max": "148.901", "min": "129.617", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "196.981", "max": "322.137", "min": "116.453", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "130.092", "max": "177.524", "min": "120.666", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "130.528", "max": "218.588", "min": "124.243", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "112.761", "max": "167.264", "min": "106.809", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "69.435", "max": "81.507", "min": "68.468", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "243.28", "max": "296.361", "min": "239.226", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "162.387", "max": "219.538", "min": "127.447", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "59.261", "max": "73.157", "min": "56.564", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "193.029", "max": "348.337", "min": "140.856", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "123.102", "max": "226.227", "min": "115.855", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "224.947", "max": "235.212", "min": "223.902", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "114.713", "max": "237.956", "min": "57.43", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "65.133", "max": "67.269", "min": "64.688", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "75.109", "max": "380.978", "min": "19.83", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "33.422", "max": "252.132", "min": "24.34", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "265.738", "max": "461.628", "min": "245.647", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "158.026", "max": "585.359", "min": "103.304", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "151.587", "max": "251.812", "min": "142.799", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "145.033", "max": "238.471", "min": "132.278", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "268.559", "max": "269.643", "min": "267.905", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "142.069", "max": "213.22", "min": "128.521", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "162.741", "max": "298.54", "min": "127.217", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "94.333", "max": "188.484", "min": "85.148", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "207.68", "max": "328.293", "min": "162.527", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "32.796", "max": "60.569", "min": "29.192", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "110.488", "max": "223.414", "min": "46.501", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "107.307", "max": "222.826", "min": "68.481", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "126.742", "max": "199.509", "min": "113.246", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "134.772", "max": "277.931", "min": "68.765", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "292.795", "max": "460.538", "min": "249.479", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "295.744", "max": "568.896", "min": "233.852", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "183.72", "max": "358.956", "min": "110.411", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "325.856", "max": "719.338", "min": "217.513", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "280.799", "max": "456.415", "min": "122.557", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "142.825", "max": "211.258", "min": "99.797", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "208.558", "max": "378.28", "min": "148.263", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "182.054", "max": "232.275", "min": "152.707", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "246.882", "max": "271.047", "min": "241.223", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "417.384", "max": "736.819", "min": "260.386", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "329.473", "max": "580.821", "min": "159.508", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "156.63", "max": "225.431", "min": "143.082", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "31", "max": "109.067", "min": "25.637", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "178.553", "max": "280.94", "min": "134.694", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "148.106", "max": "212.987", "min": "144.493", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "111.819", "max": "205.08", "min": "73.664", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "209.04", "max": "337.311", "min": "197.747", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "55.281", "max": "56.185", "min": "54.761", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "111.634", "max": "266.881", "min": "85.439", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "52.963", "max": "219.836", "min": "14.609", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "213.788", "max": "546.169", "min": "146.288", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "106.218", "max": "145.948", "min": "103.072", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "65.379", "max": "193.446", "min": "22.37", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "71.856", "max": "117.003", "min": "65.351", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "97.27", "max": "181.646", "min": "34.507", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "49.031", "max": "91.958", "min": "40.401", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "73.147", "max": "88.636", "min": "71.738", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "72.921", "max": "219.955", "min": "46.015", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "535.389", "max": "767.273", "min": "261.553", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "382.802", "max": "664.805", "min": "251.114", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "125.249", "max": "277.902", "min": "84.861", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "160.644", "max": "214.289", "min": "157.728", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "121.307", "max": "169.792", "min": "118.269", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "15.382", "max": "15.895", "min": "15.088", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "122.138", "max": "235.913", "min": "69.056", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "204.996", "max": "373.728", "min": "100.879", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "47.812", "max": "112.989", "min": "39.637", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "75.579", "max": "134.132", "min": "73.002", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "119.84", "max": "141.666", "min": "117.875", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "254.994", "max": "435.07", "min": "193.123", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "216.407", "max": "454.019", "min": "58.075", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "89.276", "max": "402.068", "min": "33.355", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "66.907", "max": "68.331", "min": "66.527", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "193.785", "max": "699.123", "min": "44.704", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "113.722", "max": "133.177", "min": "99.636", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "83.522", "max": "187.891", "min": "54.066", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "363.797", "max": "586.423", "min": "114.63", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "103.527", "max": "402.454", "min": "57.929", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "207.351", "max": "542.804", "min": "154.134", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "260.124", "max": "527.268", "min": "241.67", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "69.95", "max": "192.121", "min": "35.886", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "330.887", "max": "454.033", "min": "317.012", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "122.187", "max": "192.779", "min": "97.338", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "36.862", "max": "109.554", "min": "27.932", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "23.072", "max": "106.038", "min": "14.301", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "220.985", "max": "261.91", "min": "218.074", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "216.07", "max": "216.462", "min": "215.579", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "201.799", "max": "253.143", "min": "195.017", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "28.332", "max": "51.008", "min": "26.667", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "266.635", "max": "399.649", "min": "222.039", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "450.471", "max": "566.272", "min": "279.582", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "269.177", "max": "456.015", "min": "164.803", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "317.54", "max": "466.767", "min": "266.571", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "161.282", "max": "198.645", "min": "156.984", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "33.134", "max": "33.502", "min": "32.75", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "59.163", "max": "203.871", "min": "22.922", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "76.801", "max": "316.151", "min": "47.413", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "0.033", "max": "0.103", "min": "0.023", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "136.05", "max": "188.602", "min": "133.041", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "163.325", "max": "351.947", "min": "132.462", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "140.938", "max": "218.25", "min": "133.419", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "129.832", "max": "252.597", "min": "117.027", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "41.557", "max": "179.551", "min": "30.129", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "274.022", "max": "435.007", "min": "259.001", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "210.536", "max": "266.483", "min": "206.861", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "114.109", "max": "394.185", "min": "93.887", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "221.578", "max": "407.407", "min": "46.45", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "133.846", "max": "532.865", "min": "45.655", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "77.748", "max": "294.069", "min": "41.971", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "226.619", "max": "280.451", "min": "204.656", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "41.109", "max": "69.069", "min": "39.793", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "62.349", "max": "228.307", "min": "31.48", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "89.209", "max": "345.012", "min": "59.373", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.578", "max": "49.325", "min": "48.113", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "57.635", "max": "76.311", "min": "49.259", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "49.338", "max": "312.452", "min": "29.725", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "172.904", "max": "267.766", "min": "119.157", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "349.252", "max": "432.602", "min": "280.421", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "149.546", "max": "219.721", "min": "128.928", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "187.002", "max": "424.11", "min": "122.981", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "153.018", "max": "551.637", "min": "117.292", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "107.003", "max": "112.432", "min": "105.561", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "149.178", "max": "266.099", "min": "138.346", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "382.666", "max": "534.282", "min": "259.573", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "92.756", "max": "100.076", "min": "91.652", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "101.07", "max": "118.236", "min": "98.978", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "108.266", "max": "119.436", "min": "105.825", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "180.711", "max": "214.64", "min": "179.121", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "137.182", "max": "149.396", "min": "136.234", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "126.412", "max": "212.267", "min": "111.024", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "40.385", "max": "116.567", "min": "30.775", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "79.964", "max": "99.837", "min": "78.159", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "140.629", "max": "243.096", "min": "131.147", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "285.256", "max": "423.137", "min": "219.206", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "56.847", "max": "133.41", "min": "49.471", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "185.676", "max": "317.665", "min": "163.441", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "85.46", "max": "206.943", "min": "52.23", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "372.452", "max": "456.868", "min": "364.963", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "203.839", "max": "327.785", "min": "134.981", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "35.273", "max": "108.645", "min": "30.778", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "234.833", "max": "392.569", "min": "201.548", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "297.967", "max": "464.96", "min": "248.773", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "190.819", "max": "211.118", "min": "187.799", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "162.274", "max": "522.766", "min": "43.67", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "276.722", "max": "449.236", "min": "239.747", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "89.538", "max": "598.812", "min": "38.993", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "32.058", "max": "99.763", "min": "26.869", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "153.677", "max": "250.952", "min": "130.31", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "249.424", "max": "295.039", "min": "245.501", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "102.899", "max": "123.077", "min": "101.176", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "142.13", "max": "284.185", "min": "119.062", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "145.77", "max": "330.626", "min": "123.13", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "116.961", "max": "155.634", "min": "114.243", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "130.153", "max": "405.945", "min": "97.031", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "185.881", "max": "275.794", "min": "158.787", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "169.416", "max": "253.947", "min": "138.423", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "250.913", "max": "411.076", "min": "158.742", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "139.375", "max": "145.011", "min": "138.551", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "131.484", "max": "252.518", "min": "99.472", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "301.139", "max": "579.791", "min": "118.669", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "100.065", "max": "100.517", "min": "99.625", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "189.378", "max": "630.34", "min": "122.426", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "173.143", "max": "386.748", "min": "150.588", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "144.147", "max": "251.584", "min": "121.415", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "218.591", "max": "805.652", "min": "113.227", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "99.185", "max": "99.921", "min": "98.725", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "304.447", "max": "602.608", "min": "170.507", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "150.126", "max": "205.588", "min": "133.715", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.977", "max": "194.31", "min": "143.636", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "140.331", "max": "348.177", "min": "96.567", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "259.398", "max": "317.692", "min": "253.73", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "127.189", "max": "204.64", "min": "121.784", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "228.266", "max": "579.833", "min": "143.252", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "200.277", "max": "416.392", "min": "118.32", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "211.346", "max": "555.43", "min": "86.442", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "161.908", "max": "246.413", "min": "147.828", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "129.827", "max": "388.191", "min": "109.087", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "118.571", "max": "149.09", "min": "113.19", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "167.041", "max": "306.914", "min": "110.097", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "243.008", "max": "362.501", "min": "210.836", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "74.242", "max": "175.971", "min": "29.336", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "285.686", "max": "465.94", "min": "258.399", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "244.92", "max": "262.373", "min": "243.551", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "116.936", "max": "158.182", "min": "110.002", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "263.673", "max": "326.812", "min": "234.537", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "109.254", "max": "183.899", "min": "91.102", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "141.689", "max": "234.018", "min": "125.565", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "215.261", "max": "392.419", "min": "161.283", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "129.091", "max": "232.059", "min": "98.05", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "280.58", "max": "503.021", "min": "100.923", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "71.701", "max": "266.866", "min": "26.48", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "66.274", "max": "261.683", "min": "52.368", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "279.428", "max": "475.937", "min": "253.574", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "175.029", "max": "390.378", "min": "32.802", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "377.795", "max": "552.495", "min": "149.258", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "56.85", "max": "169.274", "min": "34.433", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "125.019", "max": "199.007", "min": "117.074", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "223.895", "max": "283.01", "min": "159.372", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "54.589", "max": "92.537", "min": "42.281", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "126.72", "max": "251.468", "min": "111.778", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "136.639", "max": "247.795", "min": "127.837", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "99.847", "max": "295.475", "min": "77.99", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "218.354", "max": "655.668", "min": "185.597", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "228.982", "max": "377.228", "min": "160.333", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "226.948", "max": "558.807", "min": "174.965", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "190.919", "max": "411.071", "min": "138.442", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "123.561", "max": "375.228", "min": "102.891", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "183.662", "max": "336.307", "min": "134.447", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "41.85", "max": "69.955", "min": "40.14", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "147.124", "max": "321.544", "min": "30.636", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "160.056", "max": "206.645", "min": "154.827", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "128.127", "max": "195.481", "min": "120.198", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "53.028", "max": "126.386", "min": "39.953", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "223.539", "max": "382.175", "min": "161.126", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "59.961", "max": "139.131", "min": "39.135", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "122.456", "max": "394.798", "min": "98.941", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "246.503", "max": "436.946", "min": "231.58", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "94.012", "max": "94.012", "min": "94.012", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "301.912", "max": "592.176", "min": "99.098", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "170.253", "max": "300.506", "min": "116.951", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "223.484", "max": "458.751", "min": "191.902", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "136.948", "max": "243.458", "min": "108.893", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "132.985", "max": "144.217", "min": "132.139", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "262.763", "max": "382.421", "min": "246.788", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "179.553", "max": "198.76", "min": "177.48", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "48.297", "max": "65.557", "min": "40.76", "id": "124", "country": "United States", "source_name": "Knoxville", "destination_name": "Lansing", "destination_id": "295" } } }, "130": { "name": "Piscataway", "data": { "0": { "avg": "128.166", "max": "128.406", "min": "128.023", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "213.001", "max": "213.365", "min": "212.758", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "13.698", "max": "13.971", "min": "13.586", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "98.996", "max": "104.278", "min": "98.24", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "79.606", "max": "79.98", "min": "79.428", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "164.347", "max": "177.032", "min": "161.264", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "83.835", "max": "87.268", "min": "80.372", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "220.207", "max": "228.967", "min": "218.919", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "118.488", "max": "119.38", "min": "118.165", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "99.2", "max": "105.099", "min": "98.601", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "69.251", "max": "71.236", "min": "68.975", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "40.294", "max": "40.516", "min": "40.153", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "2.222", "max": "2.557", "min": "1.874", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "7.153", "max": "7.51", "min": "6.975", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "32.476", "max": "32.837", "min": "32.09", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "6.932", "max": "7.309", "min": "6.377", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "101.635", "max": "103.057", "min": "100.742", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "19.338", "max": "19.579", "min": "19.213", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "81.048", "max": "81.627", "min": "80.472", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "104.587", "max": "104.869", "min": "104.47", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "217.572", "max": "217.717", "min": "217.427", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "20.594", "max": "21.172", "min": "19.552", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "68.707", "max": "73.336", "min": "63.541", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "61.074", "max": "63.45", "min": "60.73", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "98.857", "max": "99.116", "min": "98.606", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "85.524", "max": "90.82", "min": "85.221", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "103.321", "max": "103.787", "min": "103.084", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "94.39", "max": "94.593", "min": "94.24", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "87.175", "max": "89.451", "min": "85.338", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "64.534", "max": "68.576", "min": "64.097", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "233.034", "max": "233.318", "min": "232.898", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "97.43", "max": "97.95", "min": "97.29", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "68.568", "max": "69.452", "min": "68.357", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "125.198", "max": "126.789", "min": "121.499", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "111.502", "max": "113.737", "min": "111.225", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "239.195", "max": "241.63", "min": "238.73", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "67.108", "max": "67.283", "min": "66.988", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.201", "max": "60.448", "min": "60.038", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "33.175", "max": "33.445", "min": "32.775", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "10.281", "max": "12.975", "min": "9.946", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "211.691", "max": "215.209", "min": "210.423", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "78.793", "max": "80.941", "min": "78.431", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "110.482", "max": "110.954", "min": "110.261", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "100.16", "max": "101.034", "min": "99.841", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "212.521", "max": "212.924", "min": "212.402", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "105.459", "max": "107.059", "min": "100.904", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "99.136", "max": "99.447", "min": "98.963", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "80.414", "max": "80.639", "min": "80.246", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "161.878", "max": "166.21", "min": "150.881", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "38.555", "max": "41.273", "min": "36.449", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "11.07", "max": "11.3", "min": "10.947", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "73.405", "max": "73.814", "min": "73.035", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "90.374", "max": "154.743", "min": "78.57", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "30.811", "max": "31.059", "min": "30.654", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "224.988", "max": "232.802", "min": "222.365", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "235.503", "max": "236.262", "min": "235.258", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "114.701", "max": "117.823", "min": "113.798", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "213.109", "max": "223.099", "min": "206.373", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "128.221", "max": "130.993", "min": "124.63", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "91.934", "max": "92.117", "min": "91.799", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "132.243", "max": "135.486", "min": "129.181", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "134.462", "max": "191.804", "min": "129.989", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "264.445", "max": "349.587", "min": "250.426", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "229.343", "max": "271.642", "min": "220.651", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "119.362", "max": "121.128", "min": "118.399", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "114.242", "max": "117.519", "min": "112.329", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "5.138", "max": "5.664", "min": "4.95", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "112.848", "max": "113.332", "min": "112.42", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "139.835", "max": "142.917", "min": "138.81", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "37.535", "max": "37.938", "min": "37.414", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "209.342", "max": "212.866", "min": "208.051", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "64.482", "max": "64.725", "min": "64.255", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "73.172", "max": "80.127", "min": "72.068", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "26.834", "max": "27.253", "min": "24.676", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "112.978", "max": "113.866", "min": "112.727", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "80.818", "max": "81.028", "min": "80.345", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "21.418", "max": "21.719", "min": "21.082", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "70.549", "max": "70.883", "min": "70.346", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "25.22", "max": "25.722", "min": "24.856", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "20.183", "max": "20.334", "min": "20.058", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "62.191", "max": "62.466", "min": "61.921", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "18.409", "max": "19.169", "min": "18.166", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "227.581", "max": "229.977", "min": "216.008", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "237.467", "max": "239.427", "min": "237.222", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "49.686", "max": "49.993", "min": "49.544", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "141.169", "max": "142.472", "min": "140.847", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "81.737", "max": "85.833", "min": "81.062", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "28.468", "max": "28.903", "min": "28.244", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "24.745", "max": "26.123", "min": "24.279", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "77.549", "max": "80.707", "min": "77.265", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.238", "max": "33.917", "min": "31.621", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.225", "max": "75.374", "min": "73.001", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "93.637", "max": "105.148", "min": "91.205", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "179.479", "max": "184.435", "min": "178.395", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "10.159", "max": "11.19", "min": "9.376", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "37.824", "max": "38.381", "min": "37.604", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "77.151", "max": "77.58", "min": "76.882", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "65.396", "max": "81.7", "min": "63.531", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "78.05", "max": "80.108", "min": "74.08", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "20.933", "max": "24.453", "min": "20.592", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "32.678", "max": "33.995", "min": "32.413", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "62.089", "max": "62.562", "min": "61.876", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "129.341", "max": "131.164", "min": "128.563", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "225.011", "max": "228.227", "min": "224.21", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.217", "max": "28.953", "min": "28.011", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "201.511", "max": "201.826", "min": "201.179", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "100.636", "max": "103.621", "min": "93.828", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "7.553", "max": "7.99", "min": "7.427", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "24.305", "max": "28.746", "min": "23.972", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "198.283", "max": "201.542", "min": "197.103", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "225.067", "max": "230.918", "min": "220.921", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "210.078", "max": "210.267", "min": "209.944", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "1.359", "max": "1.653", "min": "1.218", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "201.398", "max": "202.835", "min": "201.13", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "439.549", "max": "537.196", "min": "257.068", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "223.332", "max": "320.499", "min": "132.192", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "253.192", "max": "257.723", "min": "251.803", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "157.599", "max": "161.243", "min": "152.741", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "44.625", "max": "45.001", "min": "44.271", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "34.462", "max": "35.19", "min": "33.978", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "41.067", "max": "41.788", "min": "40.785", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "121.407", "max": "277.648", "min": "31.251", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "114.467", "max": "115.019", "min": "114.297", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "146.916", "max": "306.874", "min": "120.612", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "103.959", "max": "104.37", "min": "103.831", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "95.614", "max": "103.02", "min": "94.477", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "0.043", "max": "0.184", "min": "0.022", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "214.636", "max": "218.487", "min": "213.012", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "172.128", "max": "173.241", "min": "171.931", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "97.992", "max": "99.875", "min": "97.802", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.939", "max": "29.317", "min": "22.342", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.963", "max": "26.527", "min": "25.832", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "29.061", "max": "29.675", "min": "28.849", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "215.512", "max": "216.96", "min": "214.841", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "47.784", "max": "48.087", "min": "47.466", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "9.495", "max": "9.716", "min": "9.316", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "57.496", "max": "69.501", "min": "56.072", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "42.257", "max": "45.429", "min": "40.994", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.325", "max": "38.566", "min": "38.06", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "5.183", "max": "5.459", "min": "5.056", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "98.524", "max": "99.245", "min": "98.087", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "263.129", "max": "263.697", "min": "262.731", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "108.087", "max": "109.454", "min": "107.807", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "93.388", "max": "93.539", "min": "93.176", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.607", "max": "109.233", "min": "106.263", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "84.181", "max": "85.806", "min": "83.021", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "115.95", "max": "125.005", "min": "115.413", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "200.938", "max": "202.538", "min": "200.732", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "69.489", "max": "69.718", "min": "69.389", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "72.569", "max": "72.849", "min": "72.454", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "82.181", "max": "100.523", "min": "78.787", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "168.085", "max": "168.698", "min": "167.498", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "113.467", "max": "115.438", "min": "108.816", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "81.806", "max": "82.306", "min": "81.535", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "12.668", "max": "12.896", "min": "12.551", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "67.504", "max": "67.837", "min": "67.178", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "111.529", "max": "112.668", "min": "111.22", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "228.883", "max": "275.93", "min": "220.408", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "47.248", "max": "47.44", "min": "47.082", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "169.233", "max": "259.341", "min": "159.524", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "52.653", "max": "52.96", "min": "52.487", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "477.849", "max": "478.436", "min": "477.147", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "132.464", "max": "143.006", "min": "115.433", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "1.883", "max": "2.015", "min": "1.737", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "204.029", "max": "218.421", "min": "193.058", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "241.365", "max": "242.203", "min": "240.685", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "170.34", "max": "170.702", "min": "170.217", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "54.58", "max": "55.177", "min": "54.39", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "250.183", "max": "251.884", "min": "249.826", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "11.08", "max": "11.411", "min": "10.884", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "15.053", "max": "15.903", "min": "13.679", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "88.913", "max": "89.704", "min": "88.616", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "260.024", "max": "261.173", "min": "259.264", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "79.765", "max": "80.105", "min": "79.448", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "94.68", "max": "100.859", "min": "92.931", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "115.666", "max": "124.763", "min": "115.198", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "93.693", "max": "93.975", "min": "93.602", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "74.64", "max": "75.628", "min": "74.031", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "121.045", "max": "121.271", "min": "120.881", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "115.94", "max": "116.124", "min": "115.829", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "130.745", "max": "133.406", "min": "127.899", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "115.3", "max": "115.598", "min": "114.881", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "76.115", "max": "77.309", "min": "75.942", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "93.672", "max": "94.56", "min": "93.503", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "87.435", "max": "88.049", "min": "86.934", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "103.052", "max": "103.574", "min": "102.46", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "130.721", "max": "131", "min": "130.388", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "103.421", "max": "122.479", "min": "100.987", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "101.919", "max": "173.301", "min": "84.277", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "69.858", "max": "70.069", "min": "69.671", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "132.321", "max": "138.595", "min": "126.37", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "125.929", "max": "149.416", "min": "114.339", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "122.722", "max": "123.319", "min": "122.228", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "74.39", "max": "75.093", "min": "74.073", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "260.462", "max": "273.667", "min": "259.814", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "97.225", "max": "98.838", "min": "97.031", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "91.072", "max": "92.351", "min": "90.889", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "94.98", "max": "95.476", "min": "93.94", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "88.315", "max": "98.051", "min": "86.707", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "126.191", "max": "126.835", "min": "126.007", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "80.834", "max": "90.876", "min": "80.228", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "76.13", "max": "76.428", "min": "75.954", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "90.358", "max": "90.66", "min": "90.21", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "216.855", "max": "227.547", "min": "214.231", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "5.06", "max": "11.327", "min": "3.943", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "233.384", "max": "239.29", "min": "221.806", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "222.822", "max": "222.989", "min": "222.728", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "80.572", "max": "81.118", "min": "80.317", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "224.904", "max": "225.47", "min": "224.619", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "85.916", "max": "86.102", "min": "85.81", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "109.996", "max": "110.443", "min": "109.828", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "135.836", "max": "136.219", "min": "135.683", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "72.339", "max": "73.909", "min": "71.82", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "78.718", "max": "80.626", "min": "78.391", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "25.16", "max": "26.004", "min": "25.042", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "33.376", "max": "34.252", "min": "32.369", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "228.185", "max": "297.724", "min": "225.563", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "6.491", "max": "6.971", "min": "6.086", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "109.393", "max": "111.898", "min": "97.646", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "10.696", "max": "11.108", "min": "10.554", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "98.069", "max": "99.293", "min": "97.407", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "144.833", "max": "145.877", "min": "144.644", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "47.258", "max": "50.364", "min": "44.631", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "93.256", "max": "93.646", "min": "92.908", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "113.324", "max": "120.814", "min": "108.245", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "72.054", "max": "74.327", "min": "70.812", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "209.838", "max": "211.246", "min": "209.422", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "144.267", "max": "144.645", "min": "143.934", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "157.306", "max": "160.052", "min": "155.804", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "115.648", "max": "115.855", "min": "115.419", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "80.322", "max": "80.453", "min": "80.248", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "111.626", "max": "111.977", "min": "111.332", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "13.04", "max": "14.551", "min": "12.517", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "12.47", "max": "12.712", "min": "12.31", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "136.665", "max": "145.195", "min": "134.718", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "90.892", "max": "91.67", "min": "90.412", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "17.036", "max": "18.707", "min": "16.123", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "132.079", "max": "133.4", "min": "131.824", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "29.225", "max": "29.599", "min": "28.972", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "96.266", "max": "97.227", "min": "96.131", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "259.042", "max": "259.867", "min": "257.957", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "103.377", "max": "103.395", "min": "103.359", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "77.433", "max": "78.895", "min": "76.185", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "80.781", "max": "81.092", "min": "80.641", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "164.69", "max": "165.154", "min": "164.382", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "87.236", "max": "95.978", "min": "78.348", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "104.785", "max": "105.017", "min": "104.685", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "191.318", "max": "192.268", "min": "191.07", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "154.418", "max": "155.786", "min": "154.178", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.739", "max": "30.244", "min": "29.187", "id": "130", "country": "United States", "source_name": "Piscataway", "destination_name": "Lansing", "destination_id": "295" } } }, "135": { "name": "Winnipeg", "data": { "0": { "avg": "260.059", "max": "265.244", "min": "259.449", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "215.919", "max": "221.986", "min": "211.911", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "80.237", "max": "82.645", "min": "79.657", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "208.194", "max": "214.603", "min": "207.531", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "176.171", "max": "176.671", "min": "175.997", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "174.197", "max": "176.802", "min": "173.762", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "166.591", "max": "166.869", "min": "166.445", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "219.517", "max": "223.431", "min": "219.03", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "208.744", "max": "214.102", "min": "207.749", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "184.138", "max": "188.053", "min": "183.371", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "160.917", "max": "167.358", "min": "159.362", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "100.852", "max": "109.815", "min": "99.699", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "106.977", "max": "117.746", "min": "104.836", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "102.969", "max": "104.079", "min": "102.702", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "115.928", "max": "131.413", "min": "114.45", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "99.292", "max": "100.373", "min": "98.989", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "202.245", "max": "204.04", "min": "201.807", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "95.415", "max": "103.197", "min": "94.552", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "181.141", "max": "181.859", "min": "180.911", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "189.977", "max": "196.932", "min": "189.306", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "215.66", "max": "216.202", "min": "215.486", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "85.359", "max": "88.15", "min": "85.086", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "50.544", "max": "52.206", "min": "50.316", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "31.655", "max": "42.838", "min": "31.14", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "185.345", "max": "185.659", "min": "185.158", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "194.798", "max": "194.984", "min": "194.732", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "196.267", "max": "203.742", "min": "194.513", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "182.95", "max": "189.081", "min": "181.138", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "177.456", "max": "178.95", "min": "177.213", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "49.786", "max": "55.215", "min": "49.19", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "187.603", "max": "188.518", "min": "187.393", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "193.283", "max": "196.822", "min": "192.968", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "106.502", "max": "113.51", "min": "105.238", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "230.018", "max": "252.857", "min": "227.551", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "190.869", "max": "195.405", "min": "190.324", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "224.198", "max": "231.404", "min": "222.615", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "64.708", "max": "85.404", "min": "61.98", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "70.359", "max": "70.556", "min": "70.239", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "100.46", "max": "103.261", "min": "100.166", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "101.516", "max": "102.998", "min": "101.209", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "302.385", "max": "306.152", "min": "301.843", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "177.227", "max": "181.202", "min": "176.562", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "213.257", "max": "221.116", "min": "212.194", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "191.299", "max": "196.701", "min": "190.801", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "323.73", "max": "330.718", "min": "322.43", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "207.824", "max": "209.376", "min": "207.339", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "187.268", "max": "188.265", "min": "187.022", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "172.442", "max": "179.227", "min": "171.116", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "251.758", "max": "253.634", "min": "251.44", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "102.765", "max": "109.482", "min": "102.299", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "86.458", "max": "92.422", "min": "84.91", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "27.799", "max": "32.135", "min": "27.247", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "236.873", "max": "253.382", "min": "228.063", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "72.811", "max": "78.412", "min": "71.841", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "313.151", "max": "321.405", "min": "310.156", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "220.86", "max": "225.359", "min": "220.319", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "208.042", "max": "209.927", "min": "206.905", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "200.916", "max": "201.005", "min": "200.858", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "218.842", "max": "226.374", "min": "217.979", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "184.473", "max": "190.99", "min": "183.37", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "224.805", "max": "227.432", "min": "224.082", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "224.488", "max": "251.308", "min": "221.145", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "210.13", "max": "272.998", "min": "204.169", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "223.773", "max": "226.435", "min": "223.413", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "213.908", "max": "215.269", "min": "213.6", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "212.877", "max": "213.648", "min": "212.679", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "106.4", "max": "113.843", "min": "105.618", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "214.689", "max": "216.618", "min": "214.037", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "227.081", "max": "234.163", "min": "225.627", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "61.598", "max": "63.394", "min": "61.329", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "183.366", "max": "189.185", "min": "182.723", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "65.08", "max": "65.904", "min": "64.774", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "157.073", "max": "159.777", "min": "156.792", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "116.457", "max": "122.903", "min": "115.967", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "212.576", "max": "214.565", "min": "212.295", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "168.111", "max": "175.219", "min": "166.779", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "107.303", "max": "113.89", "min": "106.398", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "68.968", "max": "75.16", "min": "67.828", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "89.248", "max": "92.121", "min": "88.757", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "76.688", "max": "84.018", "min": "75.519", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "34.512", "max": "36.784", "min": "33.951", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "104.112", "max": "111.489", "min": "103.459", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "235.887", "max": "238.846", "min": "235.13", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "323.731", "max": "325.868", "min": "323.321", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "75.913", "max": "81.44", "min": "75.434", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "220.857", "max": "223.173", "min": "220.352", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "178.501", "max": "188.045", "min": "176.842", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "112.529", "max": "112.906", "min": "112.322", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "78.166", "max": "78.443", "min": "77.999", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "166.404", "max": "173.791", "min": "165.469", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "95.46", "max": "101.784", "min": "93.005", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "56.78", "max": "57.557", "min": "56.55", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "180.98", "max": "187.319", "min": "179.309", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "235.897", "max": "238.817", "min": "235.489", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "96.761", "max": "97.316", "min": "96.52", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "109.432", "max": "110.64", "min": "109.2", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "146.087", "max": "153.87", "min": "145.285", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "144.626", "max": "151.671", "min": "143.057", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "52.339", "max": "53.812", "min": "52.154", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "87.138", "max": "87.581", "min": "87.021", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "102.213", "max": "109.593", "min": "101.5", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "81.931", "max": "88.925", "min": "81.112", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "220.713", "max": "221.363", "min": "220.497", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "187.846", "max": "195.23", "min": "186.354", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "91.036", "max": "97.175", "min": "89.833", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "199.638", "max": "200.508", "min": "199.347", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "175.948", "max": "183.16", "min": "174.43", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "92.489", "max": "94.055", "min": "92.218", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "108.956", "max": "109.96", "min": "108.699", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "327.614", "max": "331.203", "min": "326.954", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "216.677", "max": "223.196", "min": "215.3", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "171.331", "max": "189.161", "min": "166.591", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "98.658", "max": "105.274", "min": "97.334", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "301.57", "max": "304.569", "min": "301.089", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "539.259", "max": "660.54", "min": "361.788", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "316.718", "max": "423.372", "min": "238.248", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "334.543", "max": "338.864", "min": "333.867", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "148.608", "max": "152.212", "min": "148.105", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "79.311", "max": "81.233", "min": "79.032", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "99.913", "max": "101.028", "min": "99.425", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "62.928", "max": "63.297", "min": "62.699", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "154.725", "max": "326.561", "min": "94.185", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "211.635", "max": "215.619", "min": "211.304", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "200.432", "max": "203.683", "min": "199.788", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "196.13", "max": "200.928", "min": "195.671", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "190.766", "max": "191.561", "min": "190.316", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "98.047", "max": "99.432", "min": "97.696", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "363.079", "max": "370.149", "min": "362.079", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "285.242", "max": "288.917", "min": "284.685", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "0.041", "max": "0.059", "min": "0.031", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "100.132", "max": "107.236", "min": "99.098", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "93.459", "max": "101.117", "min": "92.873", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "80.157", "max": "82.154", "min": "79.817", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "186.664", "max": "191.582", "min": "185.867", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "114.03", "max": "124.067", "min": "111.976", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "107.511", "max": "107.931", "min": "107.376", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "97.518", "max": "109.57", "min": "96.044", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "92.121", "max": "93.276", "min": "91.963", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "80.54", "max": "88.297", "min": "80.019", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "103.505", "max": "105.334", "min": "103.321", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "203.084", "max": "204.563", "min": "202.868", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "276.951", "max": "282.716", "min": "276.283", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "222.464", "max": "224.93", "min": "222.244", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "180.342", "max": "188.142", "min": "179.859", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "102.468", "max": "117.644", "min": "100.762", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "188.367", "max": "192.088", "min": "187.862", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "221.614", "max": "227.755", "min": "221.236", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "306.774", "max": "308.518", "min": "306.316", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "170.268", "max": "176.568", "min": "168.986", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "171.56", "max": "176.147", "min": "171.192", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "174.492", "max": "185.01", "min": "172.774", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "153.282", "max": "156.528", "min": "153.029", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "197.486", "max": "201.161", "min": "197.079", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "187.224", "max": "236.729", "min": "185.307", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "107.494", "max": "115.035", "min": "106.511", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "39.143", "max": "39.903", "min": "38.926", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "209.451", "max": "218.388", "min": "208.288", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "196.944", "max": "242.44", "min": "188.266", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "62.179", "max": "64.136", "min": "61.935", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "250.507", "max": "338.09", "min": "241.899", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "135.927", "max": "136.992", "min": "135.804", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "477.465", "max": "479.338", "min": "476.91", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "204.081", "max": "211.353", "min": "203.319", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "97.444", "max": "97.57", "min": "97.327", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "285.705", "max": "292.45", "min": "284.414", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "329.254", "max": "334.69", "min": "328.716", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "252.835", "max": "254.527", "min": "252.599", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "104.498", "max": "104.972", "min": "104.297", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "282.012", "max": "292.048", "min": "248.398", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "102.729", "max": "104.896", "min": "102.505", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "95.102", "max": "95.954", "min": "94.974", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "183.174", "max": "187.401", "min": "182.365", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "317.688", "max": "324.742", "min": "316.413", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "167.957", "max": "174.898", "min": "166.96", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "189.111", "max": "195.881", "min": "187.59", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "204.445", "max": "205.525", "min": "204.277", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "186.992", "max": "188.46", "min": "186.812", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "173.094", "max": "181.544", "min": "172.03", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "231.705", "max": "239.068", "min": "230.664", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "226.105", "max": "226.245", "min": "225.981", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "224.247", "max": "231.428", "min": "223.14", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "231.916", "max": "240.743", "min": "231.339", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "188.068", "max": "196.202", "min": "186.84", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "182.283", "max": "187.54", "min": "181.954", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "172.676", "max": "174.959", "min": "172.277", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "193.464", "max": "199.507", "min": "192.98", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "225.624", "max": "233.478", "min": "225.114", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "202.34", "max": "237.132", "min": "200.106", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "198.511", "max": "267.403", "min": "178.661", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "154.07", "max": "156.87", "min": "153.731", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "225.423", "max": "228.239", "min": "225.124", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "211.518", "max": "252.784", "min": "209.802", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "222.218", "max": "224.411", "min": "221.762", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "165.229", "max": "175.356", "min": "164.395", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "258.431", "max": "264.386", "min": "257.628", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "198.939", "max": "205.393", "min": "197.831", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "195.141", "max": "202.251", "min": "193.862", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "206.461", "max": "213.202", "min": "204.723", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "175.901", "max": "183.069", "min": "174.531", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "223.421", "max": "229.864", "min": "222.877", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "182.29", "max": "187.664", "min": "181.84", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "183.075", "max": "183.91", "min": "182.861", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "182.24", "max": "186.437", "min": "179.735", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "206.391", "max": "208.387", "min": "206.085", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "105.46", "max": "116.592", "min": "100.018", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "252.951", "max": "258.904", "min": "246.723", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "292.277", "max": "296.036", "min": "291.979", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "168.407", "max": "175.173", "min": "166.576", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "323.23", "max": "325.692", "min": "322.907", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "104.011", "max": "104.95", "min": "103.672", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "199.584", "max": "202.173", "min": "199.265", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "236.399", "max": "237.764", "min": "236.147", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "172.665", "max": "174.013", "min": "172.243", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "166.399", "max": "168.582", "min": "166.015", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "98.259", "max": "102.169", "min": "97.9", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "117.633", "max": "123.441", "min": "116.83", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "196.022", "max": "203.674", "min": "195.083", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "111.047", "max": "112.581", "min": "110.863", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "199.418", "max": "201.49", "min": "199.047", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "100.676", "max": "100.857", "min": "100.602", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "199.971", "max": "201.537", "min": "199.621", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "249.664", "max": "274.428", "min": "248.613", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "122.922", "max": "126.158", "min": "119.885", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "193.912", "max": "200.177", "min": "192.628", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "205.859", "max": "208.359", "min": "204.712", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "152.813", "max": "155.05", "min": "152.201", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "294.04", "max": "300.82", "min": "292.203", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "120.935", "max": "136.715", "min": "112.851", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "264.21", "max": "267.356", "min": "263.8", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "204.33", "max": "212.217", "min": "203.824", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "170.098", "max": "172.275", "min": "169.863", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "234.336", "max": "234.816", "min": "234.232", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "90.613", "max": "94.045", "min": "89.75", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "106.175", "max": "109.478", "min": "105.876", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "223.025", "max": "234.775", "min": "220.756", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "187.166", "max": "188.409", "min": "186.709", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "85.038", "max": "87.527", "min": "83.929", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "219.052", "max": "222.042", "min": "218.586", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "74.159", "max": "81.006", "min": "72.637", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "185.689", "max": "190.633", "min": "184.582", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "251.323", "max": "259.955", "min": "235.16", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.942", "max": "184.942", "min": "184.942", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "163.663", "max": "166.398", "min": "163.159", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "175.879", "max": "177.651", "min": "175.681", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "263.547", "max": "264.241", "min": "263.286", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "181.448", "max": "191.294", "min": "173.12", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "210.821", "max": "218.495", "min": "210.235", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "362.194", "max": "368.914", "min": "360.581", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "255.468", "max": "258.502", "min": "255.128", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "98.465", "max": "105.037", "min": "96.853", "id": "135", "country": "Canada", "source_name": "Winnipeg", "destination_name": "Lansing", "destination_id": "295" } } }, "136": { "name": "Toledo", "data": { "0": { "avg": "110.21", "max": "111.179", "min": "110.004", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "221.835", "max": "224.78", "min": "221.438", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "25.206", "max": "26.471", "min": "25.055", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "127.064", "max": "130.829", "min": "126.497", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "100.798", "max": "102.809", "min": "100.59", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "150.293", "max": "151.764", "min": "150.094", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "102.557", "max": "106.133", "min": "102.21", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "234.467", "max": "242.56", "min": "233.609", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "143.934", "max": "144.642", "min": "143.769", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "125.682", "max": "128.931", "min": "125.207", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "94.629", "max": "95.954", "min": "94.377", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "37.124", "max": "57.784", "min": "36.287", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "26.581", "max": "26.852", "min": "26.487", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "27.144", "max": "27.448", "min": "26.982", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "40.935", "max": "41.47", "min": "40.798", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "23.792", "max": "24.387", "min": "23.117", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "117.731", "max": "119.36", "min": "117.479", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "26.065", "max": "28.627", "min": "25.73", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "117.549", "max": "117.941", "min": "117.405", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "126.661", "max": "127.842", "min": "126.523", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "225.392", "max": "225.594", "min": "225.286", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "13.735", "max": "14.192", "min": "13.605", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "68.901", "max": "69.173", "min": "68.761", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "59.946", "max": "60.451", "min": "59.811", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "128.41", "max": "128.871", "min": "128.159", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "113.601", "max": "114.555", "min": "113.456", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "131.158", "max": "132.33", "min": "130.876", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "122.489", "max": "122.708", "min": "122.27", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "114.073", "max": "114.242", "min": "113.992", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "54.644", "max": "54.857", "min": "54.438", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "245.945", "max": "248.068", "min": "245.77", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "134.522", "max": "135.604", "min": "134.391", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "61.799", "max": "62.486", "min": "61.646", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "157.959", "max": "159.038", "min": "157.83", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "125.652", "max": "127.044", "min": "125.389", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "254.105", "max": "255.972", "min": "253.792", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "73.461", "max": "73.665", "min": "73.386", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "64.312", "max": "65.118", "min": "64.137", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "45.283", "max": "46.442", "min": "45.043", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "28.99", "max": "29.814", "min": "28.703", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "237.032", "max": "240.217", "min": "236.542", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "110.136", "max": "113.845", "min": "109.794", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "138.963", "max": "139.215", "min": "138.84", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "127.066", "max": "135.625", "min": "126.605", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "233.472", "max": "233.709", "min": "233.384", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "137.571", "max": "138.238", "min": "137.139", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "140.196", "max": "140.668", "min": "139.994", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "102.744", "max": "103.104", "min": "102.524", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "175.072", "max": "175.532", "min": "174.947", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "48.3", "max": "48.658", "min": "48.219", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "34.392", "max": "37.863", "min": "34.172", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "70.537", "max": "70.92", "min": "70.348", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "147.733", "max": "200.832", "min": "107.185", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "25.319", "max": "28.189", "min": "24.98", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "296.412", "max": "307.831", "min": "293.227", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "277.441", "max": "277.774", "min": "277.263", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "124.683", "max": "128.824", "min": "123.232", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "232.465", "max": "232.784", "min": "232.371", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "130.993", "max": "132.998", "min": "130.603", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "102.654", "max": "106.658", "min": "102.381", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "153.763", "max": "154.922", "min": "153.229", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "157.431", "max": "205.684", "min": "154.78", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "268.536", "max": "344.725", "min": "263.794", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "245.614", "max": "252.406", "min": "245.079", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "141.278", "max": "141.973", "min": "141.101", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "146.099", "max": "149.519", "min": "145.597", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "24.129", "max": "24.268", "min": "24.005", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "139.768", "max": "140.208", "min": "139.27", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "158.081", "max": "161.007", "min": "157.286", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "38.068", "max": "40.654", "min": "37.761", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "216.077", "max": "217.908", "min": "215.724", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "66.539", "max": "68.551", "min": "66.178", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.134", "max": "85.265", "min": "83.926", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "38.114", "max": "38.869", "min": "37.966", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "140.537", "max": "141.384", "min": "140.308", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "100.392", "max": "100.604", "min": "100.21", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "32.129", "max": "32.835", "min": "31.963", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "78.906", "max": "79.08", "min": "78.808", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "18.372", "max": "24.041", "min": "17.637", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "11.755", "max": "15.126", "min": "11.521", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "68.469", "max": "68.901", "min": "68.317", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "50.533", "max": "51.522", "min": "50.26", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "207.948", "max": "208.236", "min": "207.864", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "236.095", "max": "236.434", "min": "235.863", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "74.599", "max": "74.747", "min": "74.499", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "171.886", "max": "172.442", "min": "171.653", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "103.466", "max": "103.966", "min": "103.249", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "40.292", "max": "40.975", "min": "40.122", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "40.087", "max": "41.584", "min": "39.878", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "99.294", "max": "105.895", "min": "98.953", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "28.693", "max": "30.815", "min": "27.898", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "70.884", "max": "71.565", "min": "70.692", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "115.29", "max": "115.811", "min": "115.177", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "188.337", "max": "188.473", "min": "188.222", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "28.497", "max": "28.935", "min": "28.248", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "58.453", "max": "58.767", "min": "58.231", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "92.276", "max": "92.673", "min": "92.069", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "78.777", "max": "84.641", "min": "78.271", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "68.656", "max": "68.816", "min": "68.536", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "17.229", "max": "19.34", "min": "16.95", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "40.68", "max": "40.79", "min": "40.589", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "64.463", "max": "66.007", "min": "64.27", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "152.996", "max": "153.807", "min": "152.795", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "226.321", "max": "230.01", "min": "225.709", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "24.628", "max": "25.457", "min": "24.425", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "212.137", "max": "213.505", "min": "211.793", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "107.415", "max": "109.179", "min": "107.241", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "36.422", "max": "36.697", "min": "36.289", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "38.684", "max": "41.817", "min": "38.393", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "218.764", "max": "222.341", "min": "217.92", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "224.114", "max": "224.558", "min": "223.966", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "201.245", "max": "201.757", "min": "201.149", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "29.095", "max": "29.397", "min": "28.977", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "225.888", "max": "241.804", "min": "225.07", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "470.896", "max": "601.753", "min": "322.213", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "245.377", "max": "329.832", "min": "184.955", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "255.802", "max": "269.195", "min": "254.524", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "161.3", "max": "165.568", "min": "160.905", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "40.801", "max": "41.059", "min": "40.684", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "39.222", "max": "39.887", "min": "38.981", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "43.266", "max": "45.764", "min": "42.998", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "117.755", "max": "277.325", "min": "46.335", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "139.531", "max": "145.123", "min": "139.188", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "134.032", "max": "249.51", "min": "129.396", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.307", "max": "136.56", "min": "133.115", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "123.265", "max": "124.479", "min": "122.594", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "24.352", "max": "29.011", "min": "22.208", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "272.299", "max": "273.171", "min": "272.025", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "195.195", "max": "195.833", "min": "194.983", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "99.234", "max": "100.734", "min": "98.959", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": null, "max": null, "min": null, "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "23.766", "max": "24.2", "min": "23.614", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "19.982", "max": "20.419", "min": "19.863", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "203.991", "max": "204.885", "min": "203.328", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.755", "max": "50.059", "min": "49.632", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "27.575", "max": "27.739", "min": "27.452", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.832", "max": "71.784", "min": "50.197", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "34.523", "max": "34.781", "min": "34.418", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "34.585", "max": "35.408", "min": "34.356", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "30.708", "max": "34.145", "min": "30.281", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "127.02", "max": "129.267", "min": "126.839", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "266.635", "max": "271.207", "min": "266.114", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "134.802", "max": "136.277", "min": "134.624", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "126.481", "max": "126.727", "min": "126.239", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.228", "max": "116.915", "min": "116.004", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "104.249", "max": "106.813", "min": "103.832", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "141.991", "max": "150.612", "min": "141.297", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "316.215", "max": "317.013", "min": "316.044", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "96.192", "max": "107.671", "min": "95.668", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "96.89", "max": "97.009", "min": "96.796", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "107.95", "max": "117.728", "min": "106.479", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "172.333", "max": "172.415", "min": "172.272", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "135.152", "max": "137.858", "min": "134.654", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "109.579", "max": "112.05", "min": "109.269", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "33.549", "max": "33.794", "min": "33.431", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "70.421", "max": "70.644", "min": "70.278", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "135.386", "max": "138.419", "min": "135.037", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "221.221", "max": "259.844", "min": "214.09", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "41.683", "max": "42.541", "min": "41.563", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "178.042", "max": "281.295", "min": "171.83", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "57.878", "max": "58.168", "min": "57.759", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "485.173", "max": "487.126", "min": "484.605", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "138.801", "max": "139.12", "min": "138.682", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "26.901", "max": "27.414", "min": "26.744", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "209.726", "max": "210.602", "min": "209.551", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "267.57", "max": "267.944", "min": "267.485", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "187.671", "max": "191.183", "min": "187.364", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.598", "max": "64.114", "min": "61.388", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "234.587", "max": "239.627", "min": "232.692", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "34.267", "max": "35.706", "min": "34.076", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "25.833", "max": "25.939", "min": "25.742", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "117.337", "max": "120.727", "min": "117.013", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "298.374", "max": "298.718", "min": "298.288", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "105.021", "max": "106.041", "min": "104.878", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "114.007", "max": "114.43", "min": "113.701", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "124.456", "max": "148.09", "min": "123.104", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "117.415", "max": "117.574", "min": "117.273", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "98.546", "max": "99.383", "min": "98.358", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "162.01", "max": "163.283", "min": "161.785", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "139.024", "max": "139.961", "min": "138.866", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "159.95", "max": "162.506", "min": "159.642", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "140.072", "max": "141.752", "min": "139.886", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "107.762", "max": "109.993", "min": "107.518", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "114.195", "max": "114.842", "min": "114.082", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "101.863", "max": "102.056", "min": "101.751", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "116.26", "max": "116.899", "min": "116.093", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "154.138", "max": "157.223", "min": "153.715", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "128.684", "max": "131.989", "min": "127.689", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "137.62", "max": "207.598", "min": "109.052", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "110.753", "max": "111.497", "min": "110.638", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "150.712", "max": "150.981", "min": "150.48", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "132.177", "max": "140.184", "min": "131.65", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "146.131", "max": "146.638", "min": "145.787", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "100.224", "max": "109.851", "min": "99.015", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "280.521", "max": "287.273", "min": "279.852", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "113.963", "max": "114.605", "min": "113.759", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "122.706", "max": "123.048", "min": "122.484", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "136.338", "max": "137.114", "min": "136.212", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "101.787", "max": "107.588", "min": "100.221", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "154.74", "max": "156.611", "min": "154.347", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "102.675", "max": "107.206", "min": "102.018", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "101.749", "max": "102.033", "min": "101.626", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "101.246", "max": "101.408", "min": "101.111", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.103", "max": "229.525", "min": "224.821", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "25.203", "max": "33.034", "min": "24.35", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "220.769", "max": "221.699", "min": "220.619", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "267.413", "max": "267.726", "min": "267.213", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "109.562", "max": "110.303", "min": "109.388", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "246.345", "max": "249.387", "min": "245.872", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "57.796", "max": "58.421", "min": "57.587", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "131.346", "max": "131.907", "min": "131.146", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "159.305", "max": "160.976", "min": "159.043", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "98.163", "max": "100.399", "min": "97.701", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "103.197", "max": "104.744", "min": "102.71", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "13.493", "max": "13.613", "min": "13.434", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "38.717", "max": "38.931", "min": "38.626", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "261.022", "max": "265.016", "min": "254.642", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "18.907", "max": "19.093", "min": "18.84", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "117.104", "max": "117.524", "min": "116.957", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "23.605", "max": "28.542", "min": "23.293", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "115.752", "max": "116.114", "min": "115.639", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "156.998", "max": "157.691", "min": "156.781", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "53.583", "max": "57.503", "min": "51.142", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "122.53", "max": "126.607", "min": "122.056", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "138.238", "max": "141.041", "min": "137.619", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "84.504", "max": "90.774", "min": "83.506", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "298.879", "max": "300.32", "min": "298.385", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "164.324", "max": "165.415", "min": "164.13", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "191.089", "max": "191.546", "min": "190.896", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "141.526", "max": "144.152", "min": "141.306", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "104.77", "max": "109.138", "min": "104.444", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "136.993", "max": "137.496", "min": "136.839", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "30.794", "max": "32.76", "min": "30.422", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "30.497", "max": "30.75", "min": "30.386", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "152.445", "max": "158.438", "min": "150.863", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "115.453", "max": "123.893", "min": "114.776", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "33.922", "max": "35.073", "min": "32.983", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "157.713", "max": "158.701", "min": "157.518", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "27.483", "max": "28.386", "min": "27.221", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "121.123", "max": "127.905", "min": "120.41", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "258.338", "max": "265.215", "min": "251.999", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "112.591", "max": "112.591", "min": "112.591", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "97.787", "max": "98.497", "min": "97.669", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "111.778", "max": "113.919", "min": "111.551", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "194.011", "max": "197.312", "min": "193.559", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "119.287", "max": "134.771", "min": "110.174", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "127.218", "max": "127.394", "min": "127.114", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "215.674", "max": "216.586", "min": "215.46", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "185.178", "max": "186.212", "min": "184.853", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "44.7", "max": "44.977", "min": "44.58", "id": "136", "country": "United States", "source_name": "Toledo", "destination_name": "Lansing", "destination_id": "295" } } }, "137": { "name": "Cincinnati", "data": { "0": { "avg": "104.077", "max": "104.243", "min": "103.878", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "317.564", "max": "318.836", "min": "317.23", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.867", "max": "23.409", "min": "22.662", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "127.642", "max": "134.136", "min": "126.756", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "91.363", "max": "91.633", "min": "91.171", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "146.162", "max": "146.442", "min": "145.96", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "99.373", "max": "100.663", "min": "99.126", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "295.426", "max": "301.657", "min": "294.401", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "137.579", "max": "137.972", "min": "137.389", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "116.878", "max": "117.221", "min": "116.653", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "97.062", "max": "105.441", "min": "96.51", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "33.579", "max": "33.723", "min": "33.457", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "23.11", "max": "23.909", "min": "22.972", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "25.359", "max": "25.944", "min": "25.135", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "41.625", "max": "47.768", "min": "41.242", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "18.975", "max": "19.297", "min": "18.302", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "119.638", "max": "119.981", "min": "119.305", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "12.359", "max": "16.457", "min": "11.914", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "98.525", "max": "101.286", "min": "98.238", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "116.573", "max": "116.715", "min": "116.462", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "274.392", "max": "274.701", "min": "274.218", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "10.486", "max": "10.843", "min": "10.321", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "59.468", "max": "60.39", "min": "59.296", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "69.966", "max": "70.61", "min": "69.718", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "117.004", "max": "117.255", "min": "116.808", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "113.812", "max": "114.128", "min": "113.586", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "114.085", "max": "117.091", "min": "113.587", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "110.756", "max": "111.161", "min": "110.45", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "111.048", "max": "111.548", "min": "110.857", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "55.766", "max": "56.036", "min": "55.587", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "238.051", "max": "238.284", "min": "237.912", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "122.705", "max": "123.344", "min": "122.49", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "53.316", "max": "53.602", "min": "53.145", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "135.733", "max": "136.039", "min": "135.533", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "109.906", "max": "111.437", "min": "109.463", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "229.666", "max": "235.485", "min": "229.178", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "64.447", "max": "64.847", "min": "64.211", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "57.228", "max": "57.505", "min": "57.05", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "26.852", "max": "27.076", "min": "26.622", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "27.724", "max": "28.378", "min": "27.508", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "239.534", "max": "243.825", "min": "238.982", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "97.274", "max": "101.95", "min": "96.832", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "139.719", "max": "139.877", "min": "139.555", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "133.351", "max": "133.772", "min": "133.216", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "233.402", "max": "233.55", "min": "233.227", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "135.369", "max": "137.692", "min": "134.861", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "152.712", "max": "152.883", "min": "152.606", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "90.629", "max": "91.823", "min": "90.413", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "158.326", "max": "158.782", "min": "158.157", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "34.065", "max": "34.438", "min": "33.906", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "27.441", "max": "27.716", "min": "27.254", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "69.282", "max": "70.117", "min": "68.957", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "147.113", "max": "160.296", "min": "133.982", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "28.75", "max": "29.064", "min": "28.554", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "227.496", "max": "236.9", "min": "224.028", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "232.6", "max": "232.991", "min": "232.352", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "110.444", "max": "112.322", "min": "109.079", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "200.42", "max": "200.534", "min": "200.295", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "140.59", "max": "141.429", "min": "140.239", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "105.421", "max": "105.695", "min": "105.216", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "150.237", "max": "151.279", "min": "149.731", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "155.632", "max": "216.726", "min": "151.599", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "261.008", "max": "316.65", "min": "254.533", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "238.141", "max": "238.49", "min": "237.941", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "141.802", "max": "142.603", "min": "141.646", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "134.812", "max": "135.026", "min": "134.616", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "29.649", "max": "34.017", "min": "29.353", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "128.797", "max": "132.843", "min": "128.178", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "148.591", "max": "150.747", "min": "147.841", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "33.554", "max": "35.087", "min": "33.26", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.787", "max": "200.644", "min": "199.544", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "61.687", "max": "67.14", "min": "61.226", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.387", "max": "90.448", "min": "83.961", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.58", "max": "29.748", "min": "29.429", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "158.771", "max": "160.189", "min": "158.284", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "91.719", "max": "91.919", "min": "91.585", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "25.415", "max": "25.619", "min": "25.171", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "64.941", "max": "65.323", "min": "64.761", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "3.844", "max": "4.856", "min": "3.55", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "12.086", "max": "12.513", "min": "11.914", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "68.718", "max": "69.096", "min": "68.567", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "37.461", "max": "37.739", "min": "37.29", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "386.514", "max": "390.528", "min": "385.82", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.26", "max": "239.514", "min": "239.095", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "72.253", "max": "72.418", "min": "72.134", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "151.701", "max": "152.674", "min": "151.401", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "90.035", "max": "93.528", "min": "89.615", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "21.79", "max": "22.02", "min": "21.594", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "31.823", "max": "32.091", "min": "31.562", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.243", "max": "106.372", "min": "101.885", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "17.878", "max": "20.626", "min": "17.217", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "60.775", "max": "61.359", "min": "60.531", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "101.932", "max": "102.077", "min": "101.769", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "190.074", "max": "190.556", "min": "189.841", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "22.997", "max": "23.328", "min": "22.814", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "49.201", "max": "51.54", "min": "48.903", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "81.807", "max": "82.081", "min": "81.582", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "61.785", "max": "72.954", "min": "60.633", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "59.42", "max": "59.736", "min": "59.219", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "12.614", "max": "13.282", "min": "12.387", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.29", "max": "28.919", "min": "28.084", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "40.668", "max": "41.072", "min": "40.483", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "144.078", "max": "158.965", "min": "142.847", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "226.179", "max": "228.71", "min": "225.604", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "14.688", "max": "19.751", "min": "14.327", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "327.251", "max": "327.605", "min": "326.748", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "104.054", "max": "105.555", "min": "103.724", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "25.315", "max": "25.424", "min": "25.182", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "29.554", "max": "29.774", "min": "29.41", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "245.415", "max": "246.264", "min": "245.123", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "212.431", "max": "217.62", "min": "212.104", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "191.172", "max": "191.288", "min": "191.046", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "25.096", "max": "25.326", "min": "24.945", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "228.816", "max": "262.218", "min": "227.302", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "464.443", "max": "577.713", "min": "284.14", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "239.856", "max": "323.797", "min": "163.569", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "255.002", "max": "257.414", "min": "254.491", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "164.626", "max": "165.739", "min": "164.394", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "28.354", "max": "28.572", "min": "28.215", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "29.945", "max": "32.253", "min": "29.528", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "31.053", "max": "31.297", "min": "30.881", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "129.395", "max": "267.887", "min": "45.627", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "132.118", "max": "148.023", "min": "131.393", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "141.712", "max": "204.648", "min": "136.427", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "132.05", "max": "133.464", "min": "131.608", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "119.186", "max": "120.959", "min": "118.701", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "25.905", "max": "26.192", "min": "25.684", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "239.435", "max": "239.812", "min": "239.212", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "229.128", "max": "229.499", "min": "228.909", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "93.098", "max": "93.722", "min": "92.812", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "23.78", "max": "24.098", "min": "23.571", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "0.671", "max": "0.844", "min": "0.552", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "30.492", "max": "30.696", "min": "30.331", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "185.725", "max": "186.9", "min": "185.008", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "46.589", "max": "46.824", "min": "46.452", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "26.977", "max": "27.199", "min": "26.781", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "42.11", "max": "66.387", "min": "39.995", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "36.607", "max": "37.691", "min": "36.398", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "24.402", "max": "24.886", "min": "24.223", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "33.32", "max": "33.487", "min": "33.197", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "127.058", "max": "128.783", "min": "126.847", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "264.179", "max": "266.371", "min": "263.722", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "136.076", "max": "136.217", "min": "135.946", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "113.97", "max": "115.986", "min": "113.66", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "96.222", "max": "104.075", "min": "95.44", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "98.385", "max": "98.725", "min": "98.177", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "126.423", "max": "131.488", "min": "126", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "300.889", "max": "301.716", "min": "300.704", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "93.164", "max": "93.567", "min": "93.001", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "87.98", "max": "88.147", "min": "87.826", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "107.601", "max": "119.565", "min": "105.741", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "189.335", "max": "192.297", "min": "189.143", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "125.873", "max": "127.002", "min": "125.643", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "111.904", "max": "150.359", "min": "110.019", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "23.257", "max": "23.627", "min": "23.057", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "72.607", "max": "72.967", "min": "72.421", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "128.936", "max": "129.926", "min": "128.597", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "216.467", "max": "268.426", "min": "208.47", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "46.983", "max": "47.204", "min": "46.756", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "164.234", "max": "251.05", "min": "155.932", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "52.96", "max": "53.221", "min": "52.752", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "275.109", "max": "275.27", "min": "274.924", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "129.783", "max": "130.059", "min": "129.438", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "23.898", "max": "30.348", "min": "23.508", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "208.982", "max": "209.25", "min": "208.833", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "258.188", "max": "258.372", "min": "257.996", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "182.244", "max": "183.382", "min": "181.964", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "53.915", "max": "54.88", "min": "53.558", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "239.552", "max": "240.978", "min": "239.282", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "26.974", "max": "27.485", "min": "26.655", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "20.883", "max": "22.322", "min": "20.636", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "103.404", "max": "105.44", "min": "103.063", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "242.822", "max": "243.038", "min": "242.671", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "107.838", "max": "108.003", "min": "107.632", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "104.438", "max": "104.659", "min": "104.253", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "128.139", "max": "128.48", "min": "127.976", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "113.517", "max": "113.796", "min": "113.353", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "87.997", "max": "88.456", "min": "87.809", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "157.094", "max": "157.488", "min": "156.845", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "136.446", "max": "136.612", "min": "136.323", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "151.056", "max": "156.719", "min": "150.39", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "144.488", "max": "144.677", "min": "144.334", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "97.993", "max": "100.853", "min": "97.486", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "101.396", "max": "101.812", "min": "101.211", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "92.577", "max": "92.748", "min": "92.432", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "117.061", "max": "117.354", "min": "116.776", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "154.358", "max": "154.636", "min": "154.089", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "121.197", "max": "135.199", "min": "119.637", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "134.712", "max": "194.673", "min": "107.602", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "106.676", "max": "107.362", "min": "106.542", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "152.242", "max": "153.355", "min": "151.98", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "134.803", "max": "162.586", "min": "133.408", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "135.565", "max": "136.36", "min": "135.124", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "102.142", "max": "103.223", "min": "101.758", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "263.247", "max": "263.498", "min": "263.133", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "114.805", "max": "114.969", "min": "114.582", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "110.635", "max": "117.279", "min": "110.287", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "128.944", "max": "129.114", "min": "128.75", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "97.314", "max": "103.704", "min": "95.018", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "150.431", "max": "150.64", "min": "150.267", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "98.625", "max": "101.096", "min": "98.259", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "106.595", "max": "110.601", "min": "106.067", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "99.189", "max": "99.412", "min": "98.959", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "268.144", "max": "276.671", "min": "267.242", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "25.973", "max": "36.517", "min": "24.778", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "366.956", "max": "375.146", "min": "331.163", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "231.377", "max": "232.034", "min": "231.122", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "96.482", "max": "97.183", "min": "96.228", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "247.166", "max": "248.271", "min": "246.792", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "85.926", "max": "86.047", "min": "85.778", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "118.374", "max": "118.589", "min": "118.207", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "162.068", "max": "162.579", "min": "161.822", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "94.301", "max": "95.177", "min": "93.917", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "100.198", "max": "101.587", "min": "99.829", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "21.086", "max": "21.806", "min": "20.945", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "24.794", "max": "25.207", "min": "24.671", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "234.028", "max": "236.515", "min": "233.595", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "94.742", "max": "94.934", "min": "94.561", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "112.66", "max": "113.412", "min": "112.479", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "26.961", "max": "27.213", "min": "26.775", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "112.646", "max": "112.764", "min": "112.447", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "145.899", "max": "156.251", "min": "145.036", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "44.253", "max": "48.019", "min": "41.453", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "108.13", "max": "114.392", "min": "107.704", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "132.502", "max": "135.002", "min": "131.473", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "79.99", "max": "87.432", "min": "78.672", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "226.853", "max": "227.284", "min": "226.567", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "162.26", "max": "162.529", "min": "162.114", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "183.931", "max": "184.455", "min": "183.656", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "144.498", "max": "144.655", "min": "144.37", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "102.74", "max": "102.866", "min": "102.654", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "137.811", "max": "138.435", "min": "137.614", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "30.456", "max": "33.081", "min": "29.935", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "32.116", "max": "32.419", "min": "31.932", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "155.608", "max": "158.68", "min": "154.112", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "97.918", "max": "98.389", "min": "97.737", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "26.235", "max": "27.857", "min": "25.054", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "150.446", "max": "151.474", "min": "150.195", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "31.378", "max": "31.589", "min": "31.227", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "122.29", "max": "126.452", "min": "121.895", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.466", "max": "281.362", "min": "212.197", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "103.058", "max": "103.058", "min": "103.058", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "95.255", "max": "95.405", "min": "95.023", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "102.224", "max": "102.472", "min": "102.082", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "183.301", "max": "183.613", "min": "183.107", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "120.722", "max": "134.873", "min": "112.84", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "122.156", "max": "123.038", "min": "121.893", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "218.008", "max": "219.196", "min": "217.737", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "178.621", "max": "179.996", "min": "178.266", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "14.244", "max": "14.449", "min": "14.001", "id": "137", "country": "United States", "source_name": "Cincinnati", "destination_name": "Lansing", "destination_id": "295" } } }, "138": { "name": "Cleveland", "data": { "0": { "avg": "109.276", "max": "109.508", "min": "109.104", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "244.141", "max": "244.759", "min": "243.803", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "29.725", "max": "30.038", "min": "29.622", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "139.923", "max": "152.162", "min": "138.871", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "106.196", "max": "106.884", "min": "105.973", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "131.398", "max": "132.343", "min": "131.127", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "98.186", "max": "98.403", "min": "97.896", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "281.145", "max": "285.914", "min": "280.47", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "147.54", "max": "147.805", "min": "147.32", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "119.622", "max": "120.972", "min": "119.379", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "102.014", "max": "103.578", "min": "101.656", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "34.735", "max": "34.918", "min": "34.599", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "28.952", "max": "29.121", "min": "28.848", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "29.715", "max": "30.932", "min": "29.471", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "40.299", "max": "42.468", "min": "40.089", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "38.603", "max": "39.185", "min": "38.093", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "125.161", "max": "125.52", "min": "124.922", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "24.171", "max": "25.257", "min": "23.926", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "86.608", "max": "86.832", "min": "86.399", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "115.979", "max": "116.761", "min": "115.691", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "260.592", "max": "260.84", "min": "260.393", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "23.968", "max": "25.191", "min": "23.783", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "54.587", "max": "55.705", "min": "54.306", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "51.021", "max": "51.974", "min": "50.772", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "127.248", "max": "128.041", "min": "126.948", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "110.78", "max": "111.045", "min": "110.567", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "116.76", "max": "117.264", "min": "116.579", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "120.477", "max": "120.92", "min": "120.194", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "117.393", "max": "118.368", "min": "117.016", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "69.258", "max": "70.012", "min": "69.071", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "240.511", "max": "240.626", "min": "240.395", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "128.206", "max": "128.912", "min": "127.857", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "54.051", "max": "54.735", "min": "53.628", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "140.398", "max": "140.658", "min": "140.157", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "111.383", "max": "121.429", "min": "110.672", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "233.627", "max": "234.847", "min": "233.302", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "78.303", "max": "78.554", "min": "78.199", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "72.511", "max": "72.726", "min": "72.347", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "36.37", "max": "36.993", "min": "36.183", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "35.783", "max": "36.922", "min": "35.484", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "240.778", "max": "246.918", "min": "240.17", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "107.903", "max": "113.499", "min": "107.312", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "134.505", "max": "134.99", "min": "134.243", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "132.168", "max": "137.677", "min": "131.716", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "237.95", "max": "238.278", "min": "237.816", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "129.839", "max": "130.517", "min": "129.498", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "134.86", "max": "135.137", "min": "134.668", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "135.803", "max": "139.265", "min": "127.565", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "180.804", "max": "181.991", "min": "180.584", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "46.744", "max": "46.91", "min": "46.648", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "37.223", "max": "37.572", "min": "37.015", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "55.525", "max": "56.043", "min": "55.201", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "160.921", "max": "248.848", "min": "144.695", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "37.623", "max": "38.063", "min": "37.384", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "282.956", "max": "371.001", "min": "276.558", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "228.469", "max": "229.026", "min": "228.119", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "113.464", "max": "115.619", "min": "112.803", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "200.435", "max": "200.579", "min": "200.31", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "120.429", "max": "121.479", "min": "119.92", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "117.439", "max": "117.635", "min": "117.342", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "153.665", "max": "156.721", "min": "153.25", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "159.962", "max": "220.96", "min": "153.859", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "267.415", "max": "362.804", "min": "256.435", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "227.691", "max": "227.981", "min": "227.528", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "137.588", "max": "138.969", "min": "137.386", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "128.241", "max": "128.494", "min": "128.006", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "36.874", "max": "37.077", "min": "36.782", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "139.261", "max": "155.497", "min": "137.885", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "156.712", "max": "159.302", "min": "155.566", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "39.591", "max": "39.961", "min": "39.441", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.948", "max": "201.338", "min": "199.646", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "76.116", "max": "76.996", "min": "75.752", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.835", "max": "87.301", "min": "84.61", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "30.63", "max": "30.82", "min": "30.486", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "132.588", "max": "135.851", "min": "132.234", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "95.728", "max": "96.208", "min": "95.513", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "37.027", "max": "40.007", "min": "36.688", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "68.745", "max": "69.564", "min": "68.459", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "32.805", "max": "50.102", "min": "32.018", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "16.944", "max": "17.295", "min": "16.828", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "88.814", "max": "89.355", "min": "88.629", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "44.676", "max": "45.227", "min": "44.404", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "221.683", "max": "224.851", "min": "221.086", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "242.166", "max": "242.924", "min": "241.948", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "60.412", "max": "61.542", "min": "57.972", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "150.032", "max": "151.278", "min": "149.574", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "105.754", "max": "119.363", "min": "105.056", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "53.867", "max": "55.898", "min": "53.593", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "27.483", "max": "27.792", "min": "27.372", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "104.888", "max": "108.344", "min": "104.604", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.739", "max": "38.21", "min": "35.12", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "71.785", "max": "72.1", "min": "71.487", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "97.223", "max": "97.489", "min": "97.008", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "184.35", "max": "184.527", "min": "184.141", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "35.891", "max": "36.799", "min": "35.682", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "40.797", "max": "40.92", "min": "40.682", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "84.764", "max": "85.864", "min": "84.491", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "65.597", "max": "91.521", "min": "63.268", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "63.573", "max": "63.855", "min": "63.282", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "22.21", "max": "24.347", "min": "21.879", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.599", "max": "29.024", "min": "28.516", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "57.417", "max": "59.964", "min": "57.089", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "147.456", "max": "148.243", "min": "147.206", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.184", "max": "230.232", "min": "227.402", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "32.278", "max": "32.947", "min": "32.095", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "313.097", "max": "313.435", "min": "312.443", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "124.514", "max": "125.742", "min": "124.332", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "32.924", "max": "35.279", "min": "32.554", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "45.274", "max": "45.867", "min": "45.137", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "233.531", "max": "233.795", "min": "233.392", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "215.078", "max": "215.249", "min": "214.927", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "196.799", "max": "197.021", "min": "196.57", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "26.063", "max": "26.294", "min": "25.906", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "263.464", "max": "270.35", "min": "262.825", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "464.86", "max": "571.229", "min": "295.55", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "223.701", "max": "319.352", "min": "145.039", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "259.932", "max": "262.968", "min": "259.34", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "148.436", "max": "149.568", "min": "148.11", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "42.649", "max": "42.982", "min": "42.489", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "36.753", "max": "37.223", "min": "36.519", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "44.385", "max": "44.672", "min": "44.175", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "119.852", "max": "263.462", "min": "41.843", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "155.476", "max": "156.374", "min": "155.242", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "133.194", "max": "148.603", "min": "132.264", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "132.513", "max": "132.752", "min": "132.167", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "123.281", "max": "124.534", "min": "122.527", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "29.038", "max": "29.529", "min": "28.813", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "253.879", "max": "256.199", "min": "253.446", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "217.804", "max": "218.234", "min": "217.612", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "80.819", "max": "96.55", "min": "79.788", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "20.063", "max": "20.725", "min": "19.927", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "30.528", "max": "30.926", "min": "30.386", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "0.051", "max": "0.683", "min": "0.018", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "235.369", "max": "237.368", "min": "234.539", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "45.879", "max": "46.035", "min": "45.814", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "31.821", "max": "35.629", "min": "31.556", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "45.271", "max": "63.629", "min": "43.199", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "43.596", "max": "43.909", "min": "43.474", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "41.063", "max": "42.741", "min": "40.79", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "29.392", "max": "29.699", "min": "29.159", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "131.819", "max": "131.936", "min": "131.628", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "272.628", "max": "275.737", "min": "272.077", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "128.234", "max": "128.467", "min": "127.97", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "120.752", "max": "120.989", "min": "120.522", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "113.279", "max": "121.5", "min": "112.706", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "104.573", "max": "104.896", "min": "104.286", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "127.408", "max": "127.832", "min": "127.218", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "236.914", "max": "237.445", "min": "236.72", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "94.348", "max": "94.611", "min": "94.131", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "96.058", "max": "96.481", "min": "95.867", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "112.194", "max": "127.875", "min": "110.519", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "150.782", "max": "151.004", "min": "150.554", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "127.376", "max": "128.834", "min": "127.103", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "114.569", "max": "152.157", "min": "112.98", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "30.953", "max": "31.726", "min": "30.768", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "73.588", "max": "75.762", "min": "73.324", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "127.585", "max": "128.135", "min": "127.345", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "235.591", "max": "278.089", "min": "226.429", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "34.536", "max": "35.176", "min": "34.287", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "171.775", "max": "257.906", "min": "163.115", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "60.246", "max": "60.434", "min": "60.083", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "357.949", "max": "358.452", "min": "357.416", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "136.292", "max": "136.613", "min": "135.997", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "28.068", "max": "29.263", "min": "27.79", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "192.602", "max": "193.119", "min": "192.457", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "247.69", "max": "247.942", "min": "247.499", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "186.132", "max": "187.431", "min": "185.895", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "95.511", "max": "97.085", "min": "95.198", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "233.716", "max": "241.559", "min": "231.206", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "38.768", "max": "39.159", "min": "38.523", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "25.44", "max": "25.573", "min": "25.354", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "111.202", "max": "113.358", "min": "110.957", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "246.581", "max": "246.808", "min": "246.326", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "101.53", "max": "102.461", "min": "101.244", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "115.322", "max": "115.997", "min": "114.925", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "123.082", "max": "133.919", "min": "122.236", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "118.269", "max": "118.518", "min": "118.079", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "97.03", "max": "97.298", "min": "96.737", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "158.169", "max": "159.301", "min": "157.876", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "142.277", "max": "142.568", "min": "142.173", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "153.276", "max": "156.472", "min": "153.044", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "162.255", "max": "162.376", "min": "162.08", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "100.912", "max": "104.538", "min": "100.533", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "110.636", "max": "110.75", "min": "110.523", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "103.137", "max": "103.295", "min": "102.921", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "114.191", "max": "114.624", "min": "113.909", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "149.561", "max": "149.846", "min": "149.307", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "132.332", "max": "153.003", "min": "130.015", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "133.946", "max": "194.514", "min": "107.485", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "99.28", "max": "99.611", "min": "99.095", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "146.453", "max": "146.804", "min": "146.22", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "130.731", "max": "133.851", "min": "130.312", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "149.057", "max": "149.655", "min": "148.681", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "105.853", "max": "106.696", "min": "105.592", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.328", "max": "214.821", "min": "214.095", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "119.005", "max": "119.423", "min": "118.833", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "119.229", "max": "119.754", "min": "118.906", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "130.4", "max": "130.758", "min": "130.2", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "143.507", "max": "151.176", "min": "134.154", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "163.935", "max": "164.213", "min": "163.797", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "106.377", "max": "117.343", "min": "105.369", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "108.948", "max": "110.099", "min": "108.762", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "99.045", "max": "99.208", "min": "98.813", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.14", "max": "236.082", "min": "222.693", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "34.559", "max": "41.407", "min": "33.82", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "252.459", "max": "254.563", "min": "245.726", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "249.216", "max": "249.394", "min": "249.059", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "108.014", "max": "111.136", "min": "107.683", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "250.045", "max": "252.434", "min": "248.058", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "80.446", "max": "80.675", "min": "80.325", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "126.115", "max": "126.488", "min": "125.85", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "174.289", "max": "175.091", "min": "174.093", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "97.652", "max": "98.743", "min": "97.22", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "100.124", "max": "101.381", "min": "99.803", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "14.979", "max": "16.921", "min": "14.809", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "28.965", "max": "29.065", "min": "28.879", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "248.62", "max": "249.302", "min": "248.312", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "42.56", "max": "42.725", "min": "42.467", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "113.589", "max": "113.884", "min": "113.252", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "24.625", "max": "24.733", "min": "24.512", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "113.661", "max": "113.952", "min": "113.311", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "154.837", "max": "156.962", "min": "154.525", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "56.833", "max": "62.894", "min": "53.776", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "110.599", "max": "110.9", "min": "110.349", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "137.308", "max": "138.371", "min": "136.586", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "104.65", "max": "116.161", "min": "102.918", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "183.34", "max": "188.205", "min": "182.626", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "131.417", "max": "131.696", "min": "131.291", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "183.988", "max": "184.348", "min": "183.838", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "149.758", "max": "149.864", "min": "149.639", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "110.491", "max": "110.901", "min": "110.329", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "145.599", "max": "145.733", "min": "145.492", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "32.079", "max": "36.755", "min": "31.551", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "32.553", "max": "32.957", "min": "32.404", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "163.824", "max": "171.499", "min": "161.495", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "116.518", "max": "118.542", "min": "115.512", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "42.058", "max": "43.75", "min": "41.294", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "157.567", "max": "158.725", "min": "157.346", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "36.939", "max": "37.147", "min": "36.79", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "95.438", "max": "96.415", "min": "95.179", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "242.781", "max": "243.116", "min": "242.294", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "132.525", "max": "132.528", "min": "132.523", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "97.908", "max": "98.207", "min": "97.791", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "107.087", "max": "107.301", "min": "106.875", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "188.935", "max": "191.966", "min": "188.516", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "119.345", "max": "132.486", "min": "111.626", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "122.758", "max": "123.115", "min": "122.541", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "218.576", "max": "219.767", "min": "218.351", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "186.232", "max": "190.321", "min": "185.605", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "32.997", "max": "33.165", "min": "32.918", "id": "138", "country": "United States", "source_name": "Cleveland", "destination_name": "Lansing", "destination_id": "295" } } }, "140": { "name": "New Orleans", "data": { "0": { "avg": "119.782", "max": "120.006", "min": "119.63", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "194.574", "max": "194.964", "min": "194.228", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "48.206", "max": "48.391", "min": "48.027", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "150.38", "max": "161.337", "min": "149.56", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "123.988", "max": "125.057", "min": "123.744", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "156.949", "max": "157.206", "min": "156.75", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "121.195", "max": "121.396", "min": "121.061", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "203.725", "max": "225.692", "min": "202.059", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "163.627", "max": "163.776", "min": "163.481", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "153.149", "max": "157.147", "min": "152.857", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "118.732", "max": "119.222", "min": "118.459", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "16.459", "max": "20.774", "min": "16.062", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "48.136", "max": "48.302", "min": "48.021", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "51.483", "max": "51.968", "min": "51.199", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "47.577", "max": "47.683", "min": "47.436", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "47.969", "max": "48.174", "min": "47.224", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "140.882", "max": "141.16", "min": "140.607", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "33.33", "max": "33.521", "min": "33.155", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "140.396", "max": "140.701", "min": "140.192", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "143.647", "max": "143.793", "min": "143.459", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "199.083", "max": "199.201", "min": "198.951", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "36.688", "max": "36.865", "min": "36.529", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "53.627", "max": "53.847", "min": "53.412", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "63.488", "max": "64.629", "min": "63.254", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "150.951", "max": "151.299", "min": "150.739", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "134.025", "max": "134.191", "min": "133.881", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "142.672", "max": "143.828", "min": "142.313", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "147.13", "max": "147.5", "min": "146.944", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "132.356", "max": "133.156", "min": "132.213", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "52.428", "max": "53.011", "min": "52.161", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "232.689", "max": "232.909", "min": "232.49", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "146.981", "max": "147.254", "min": "146.807", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "38.958", "max": "39.688", "min": "38.806", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "161.093", "max": "161.477", "min": "160.909", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "148.67", "max": "150.271", "min": "148.382", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "234.054", "max": "235.346", "min": "233.807", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "45.316", "max": "45.458", "min": "45.17", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "36.877", "max": "37.049", "min": "36.72", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "18.561", "max": "18.889", "min": "18.376", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "49.801", "max": "50.038", "min": "49.535", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "256.538", "max": "258.298", "min": "256.093", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "126.44", "max": "128.041", "min": "126.114", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "157.116", "max": "157.286", "min": "156.93", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "146.116", "max": "161.791", "min": "145.396", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "277.716", "max": "277.857", "min": "277.569", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "175.661", "max": "176.415", "min": "175.224", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "159.264", "max": "159.683", "min": "158.958", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "107.204", "max": "107.522", "min": "106.986", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "167.724", "max": "168.077", "min": "167.538", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "24.026", "max": "24.277", "min": "23.917", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "54.686", "max": "55.08", "min": "54.561", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "56.848", "max": "57.008", "min": "56.651", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "145.77", "max": "235.952", "min": "129.553", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.154", "max": "38.356", "min": "37.98", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "274.196", "max": "296.65", "min": "270.39", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "242.455", "max": "242.842", "min": "242.246", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "148.254", "max": "149.609", "min": "147.793", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "208.008", "max": "208.297", "min": "207.792", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "169.28", "max": "171.857", "min": "168.845", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "127.071", "max": "127.221", "min": "126.916", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "180.088", "max": "182.843", "min": "179.557", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "177.775", "max": "235.004", "min": "172.848", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "254.232", "max": "268.514", "min": "252.769", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "237.851", "max": "244.226", "min": "237.106", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "166.081", "max": "166.969", "min": "165.825", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "164.425", "max": "165.665", "min": "163.963", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "49.146", "max": "49.319", "min": "48.995", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "158.362", "max": "158.703", "min": "157.791", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "167.44", "max": "168.724", "min": "166.724", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "32.593", "max": "34.452", "min": "32.367", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "218.501", "max": "220.28", "min": "218.201", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "46.162", "max": "46.717", "min": "45.889", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "93.847", "max": "97.173", "min": "93.551", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "39.651", "max": "39.909", "min": "39.515", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "160.27", "max": "160.932", "min": "160.002", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "123.328", "max": "123.585", "min": "123.195", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "38.459", "max": "38.656", "min": "38.3", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "52.474", "max": "52.669", "min": "52.289", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "49.123", "max": "49.512", "min": "48.902", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "38.837", "max": "38.975", "min": "38.646", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "63.422", "max": "63.742", "min": "63.181", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "65.059", "max": "65.346", "min": "64.655", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "382", "max": "395.429", "min": "380.087", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "248.949", "max": "249.847", "min": "248.686", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "57.246", "max": "57.389", "min": "57.068", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "180.859", "max": "181.614", "min": "180.511", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "127.668", "max": "132.985", "min": "127.038", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "41.752", "max": "41.974", "min": "41.539", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "41.62", "max": "42.116", "min": "41.385", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "118.903", "max": "121.291", "min": "118.647", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "41.603", "max": "43.31", "min": "40.725", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "57.705", "max": "58.1", "min": "57.468", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "138.497", "max": "138.624", "min": "138.366", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "173.197", "max": "173.412", "min": "172.998", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "53.831", "max": "54.038", "min": "53.612", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "43.916", "max": "45.335", "min": "43.626", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "88.912", "max": "89.174", "min": "88.599", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "70.992", "max": "84.178", "min": "69.738", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "55.08", "max": "55.385", "min": "54.88", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "36.495", "max": "37.204", "min": "36.237", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "53.489", "max": "53.838", "min": "53.369", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "72.251", "max": "72.49", "min": "72.051", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "171.857", "max": "172.119", "min": "171.692", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "216.452", "max": "217.623", "min": "215.942", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "38.325", "max": "38.529", "min": "38.124", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "182.965", "max": "183.165", "min": "182.516", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "104.818", "max": "107.406", "min": "104.509", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "56.919", "max": "57.044", "min": "56.806", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "49.275", "max": "49.519", "min": "49.142", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "258.025", "max": "262.21", "min": "257.696", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "203.316", "max": "204.305", "min": "203.118", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "179.781", "max": "179.996", "min": "179.623", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "48.516", "max": "48.661", "min": "48.354", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "248.637", "max": "249.381", "min": "248.432", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "484.334", "max": "589.916", "min": "321.371", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "274.152", "max": "363.088", "min": "184.187", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "289.88", "max": "305.277", "min": "288.855", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "148.84", "max": "150.936", "min": "148.387", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "21.77", "max": "22.069", "min": "21.56", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "49.893", "max": "50.701", "min": "49.669", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "29.694", "max": "29.906", "min": "29.507", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "118.954", "max": "271.523", "min": "39.917", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "147.391", "max": "147.884", "min": "147.17", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "154.426", "max": "287.11", "min": "149.277", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "152.791", "max": "153.011", "min": "152.649", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "149.774", "max": "150.64", "min": "149.139", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "47.848", "max": "48.154", "min": "47.501", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "264.394", "max": "264.798", "min": "264.225", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "230.285", "max": "230.576", "min": "230.124", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "112.291", "max": "113.854", "min": "111.978", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "49.96", "max": "50.515", "min": "49.729", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "46.662", "max": "46.864", "min": "46.399", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "45.992", "max": "46.198", "min": "45.824", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "195.567", "max": "197.044", "min": "194.842", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "0.032", "max": "0.048", "min": "0.024", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "56.928", "max": "57.349", "min": "56.712", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "38.744", "max": "76.619", "min": "36.438", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "44.871", "max": "45.053", "min": "44.726", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "59.321", "max": "59.423", "min": "59.15", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "50.242", "max": "50.502", "min": "50.111", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "148.959", "max": "149.274", "min": "148.796", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "267.478", "max": "270.494", "min": "266.883", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "154.467", "max": "154.661", "min": "154.317", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "144.879", "max": "145.124", "min": "144.521", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "96.032", "max": "103.34", "min": "95.119", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "123.779", "max": "124.175", "min": "123.541", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "160.33", "max": "169.92", "min": "159.803", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "276.21", "max": "276.404", "min": "276.005", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "115.783", "max": "118.98", "min": "115.563", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "120.855", "max": "121.021", "min": "120.72", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "128.648", "max": "136.216", "min": "127.175", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "161.541", "max": "161.755", "min": "161.376", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "152.297", "max": "153.738", "min": "152.038", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "132.596", "max": "132.911", "min": "132.362", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "49.517", "max": "49.693", "min": "49.335", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "69.335", "max": "69.894", "min": "69.121", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "155.675", "max": "156.954", "min": "155.347", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "196.39", "max": "263.905", "min": "189.977", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "59.003", "max": "59.208", "min": "58.801", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "177.774", "max": "260.002", "min": "170.007", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "78.832", "max": "78.995", "min": "78.708", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "460.787", "max": "461.397", "min": "459.782", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "147.883", "max": "148.053", "min": "147.715", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "48.939", "max": "49.121", "min": "48.8", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "235.648", "max": "236.06", "min": "235.431", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "290.958", "max": "291.166", "min": "290.805", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "207.478", "max": "207.704", "min": "207.26", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "42.463", "max": "43.758", "min": "42.169", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "207.221", "max": "207.766", "min": "206.981", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "59.289", "max": "59.484", "min": "59.112", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "68.261", "max": "68.376", "min": "68.099", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "134.646", "max": "135.896", "min": "134.232", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "254.843", "max": "255.038", "min": "254.709", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "124.805", "max": "125.528", "min": "124.654", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "139.092", "max": "139.355", "min": "138.852", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "146.054", "max": "146.69", "min": "145.882", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "135.692", "max": "135.888", "min": "135.54", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "121.875", "max": "122.327", "min": "121.577", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "194.315", "max": "195.754", "min": "194.096", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "157.826", "max": "157.974", "min": "157.632", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "183.549", "max": "184.393", "min": "183.338", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "162.507", "max": "162.663", "min": "162.364", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "121.927", "max": "124.377", "min": "121.554", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "128.303", "max": "128.558", "min": "128.178", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "121.733", "max": "121.96", "min": "121.587", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "144.61", "max": "144.75", "min": "144.45", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "170.651", "max": "171.07", "min": "170.351", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "146.168", "max": "163.76", "min": "144.276", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "155.583", "max": "211.054", "min": "128.476", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "124.718", "max": "124.844", "min": "124.616", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "175.105", "max": "175.57", "min": "174.913", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "152.068", "max": "152.975", "min": "151.92", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "153.5", "max": "154.195", "min": "152.976", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "119.047", "max": "119.313", "min": "118.855", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "236.742", "max": "236.944", "min": "236.554", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "133.948", "max": "134.141", "min": "133.809", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "145.186", "max": "145.434", "min": "145.058", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "151.47", "max": "151.732", "min": "151.305", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "136.859", "max": "147.348", "min": "127.596", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "177.837", "max": "178.038", "min": "177.623", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "123.223", "max": "124.279", "min": "122.971", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "121.972", "max": "122.147", "min": "121.829", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "121.063", "max": "121.275", "min": "120.864", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "212.497", "max": "224.538", "min": "211.642", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "51.722", "max": "60.718", "min": "50.507", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "360.235", "max": "374.166", "min": "326.001", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "254.32", "max": "254.484", "min": "254.147", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "130.035", "max": "130.185", "min": "129.867", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "269.827", "max": "270.177", "min": "269.623", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "69.638", "max": "69.854", "min": "69.344", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "156.859", "max": "157.572", "min": "156.597", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "183.721", "max": "184.333", "min": "183.468", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "117.839", "max": "119.457", "min": "117.375", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "123.438", "max": "125.087", "min": "123.058", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "56.132", "max": "56.317", "min": "56.001", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "44.868", "max": "45.536", "min": "44.671", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "219.645", "max": "219.95", "min": "219.424", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "92.152", "max": "92.545", "min": "91.903", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "140.176", "max": "140.415", "min": "139.986", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "53.26", "max": "53.418", "min": "53.122", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "138.998", "max": "139.271", "min": "138.805", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "164.66", "max": "166.82", "min": "164.382", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "57.13", "max": "59.99", "min": "53.462", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "139.581", "max": "139.816", "min": "139.34", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "170.015", "max": "171.226", "min": "169.316", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "82.328", "max": "86.354", "min": "80.978", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "306.275", "max": "308.191", "min": "305.718", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "148.612", "max": "148.897", "min": "148.431", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "212.977", "max": "213.89", "min": "212.737", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "160.059", "max": "160.294", "min": "159.949", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "129.884", "max": "130.181", "min": "129.74", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "159.181", "max": "159.322", "min": "159.007", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "58.125", "max": "60.516", "min": "57.644", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "54.67", "max": "54.939", "min": "54.48", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "177.422", "max": "183.606", "min": "175.484", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "107.171", "max": "108.059", "min": "106.913", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "54.938", "max": "56.212", "min": "53.726", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "174.412", "max": "175.232", "min": "174.137", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "42.128", "max": "43.454", "min": "41.817", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "127.855", "max": "131.49", "min": "127.5", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "207.913", "max": "208.355", "min": "207.612", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "114.493", "max": "114.493", "min": "114.493", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "117.575", "max": "117.738", "min": "117.4", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "131.082", "max": "131.252", "min": "130.943", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "212.431", "max": "213.428", "min": "212.167", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "140.561", "max": "152.702", "min": "132.811", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "145.609", "max": "145.806", "min": "145.455", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "250.372", "max": "252.55", "min": "249.761", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "200.821", "max": "203.021", "min": "200.502", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "69.334", "max": "71.496", "min": "69.163", "id": "140", "country": "United States", "source_name": "New Orleans", "destination_name": "Lansing", "destination_id": "295" } } }, "141": { "name": "Salem", "data": { "0": { "avg": "165.914", "max": "166.111", "min": "165.712", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "257.056", "max": "259.385", "min": "256.667", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.275", "max": "22.909", "min": "22.139", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "94.239", "max": "100.455", "min": "93.454", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "71.76", "max": "72.779", "min": "71.492", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "185.206", "max": "185.311", "min": "185.074", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "72.213", "max": "72.562", "min": "71.974", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "294.688", "max": "299.824", "min": "294.042", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "122.557", "max": "123.174", "min": "122.411", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "95.707", "max": "96.057", "min": "95.55", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "69.834", "max": "70.43", "min": "69.564", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "49.315", "max": "49.461", "min": "49.164", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "8.406", "max": "8.598", "min": "8.314", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "1.992", "max": "2.682", "min": "1.77", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "38.727", "max": "39.569", "min": "38.499", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "14.323", "max": "15.179", "min": "14.063", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "102.613", "max": "102.907", "min": "102.37", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "24.28", "max": "24.376", "min": "24.193", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "74.069", "max": "79.479", "min": "73.676", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "89.257", "max": "89.489", "min": "89.158", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "278.08", "max": "278.265", "min": "277.9", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "24.932", "max": "25.144", "min": "24.789", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "73.518", "max": "73.76", "min": "73.363", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "78.442", "max": "78.613", "min": "78.27", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "107.101", "max": "108.429", "min": "106.819", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "85.491", "max": "85.922", "min": "85.3", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "90.338", "max": "91.413", "min": "90.139", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "115.338", "max": "115.854", "min": "115.192", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "88.251", "max": "88.504", "min": "88.112", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "76.425", "max": "88.237", "min": "75.761", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "258.177", "max": "258.396", "min": "258.064", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "92.842", "max": "92.999", "min": "92.711", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "73.701", "max": "75.428", "min": "71.788", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "114.028", "max": "117.037", "min": "113.815", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "89.785", "max": "101.004", "min": "89.203", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "253.604", "max": "254.589", "min": "253.42", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "73.614", "max": "73.864", "min": "73.483", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.605", "max": "60.937", "min": "60.445", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "44.124", "max": "44.502", "min": "43.942", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "16.43", "max": "17.477", "min": "16.144", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "211.025", "max": "213.322", "min": "210.673", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "73.468", "max": "77.447", "min": "72.973", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "111.538", "max": "111.846", "min": "111.383", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "100.512", "max": "101.741", "min": "100.313", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "208.209", "max": "208.414", "min": "208.086", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "110.89", "max": "111.463", "min": "110.465", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "102.35", "max": "102.498", "min": "102.241", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "94.382", "max": "94.901", "min": "94.202", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "170.168", "max": "170.525", "min": "169.979", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "50.706", "max": "51.152", "min": "50.591", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "10.379", "max": "10.614", "min": "10.209", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "73.91", "max": "74.237", "min": "73.66", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "81.535", "max": "173.125", "min": "73.989", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "36.04", "max": "36.189", "min": "35.924", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "255.538", "max": "274.845", "min": "251.958", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "273.283", "max": "273.518", "min": "273.141", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "96.513", "max": "97.64", "min": "95.768", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "224.637", "max": "224.86", "min": "224.517", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "108.761", "max": "110.081", "min": "108.35", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "78.11", "max": "78.751", "min": "77.987", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "135.551", "max": "136.658", "min": "134.966", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "135.6", "max": "191.743", "min": "130.181", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "261.891", "max": "295.938", "min": "259.708", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "254.242", "max": "254.915", "min": "253.988", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "119.615", "max": "120.22", "min": "119.414", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "105.999", "max": "112.29", "min": "105.52", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "9.839", "max": "11.608", "min": "9.582", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "114.456", "max": "114.896", "min": "114.022", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "139.664", "max": "140.983", "min": "139.046", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "47.434", "max": "48.87", "min": "47.204", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "219.244", "max": "219.5", "min": "219.106", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "71.393", "max": "72.385", "min": "71.082", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "80.073", "max": "82.252", "min": "79.843", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.826", "max": "33.972", "min": "33.687", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "110.432", "max": "112.048", "min": "110.135", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "69.588", "max": "69.878", "min": "69.384", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "23.036", "max": "23.176", "min": "22.767", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "80.999", "max": "81.313", "min": "80.835", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "26.316", "max": "26.616", "min": "26.135", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "20.417", "max": "20.847", "min": "20.23", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "80.274", "max": "80.761", "min": "80.118", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "23.947", "max": "24.467", "min": "23.626", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.493", "max": "271.815", "min": "261.846", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "238.592", "max": "239.757", "min": "238.35", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "72.53", "max": "72.819", "min": "72.372", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "137.125", "max": "137.864", "min": "136.815", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "72.79", "max": "74.221", "min": "72.461", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "34.095", "max": "34.696", "min": "33.964", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "30.184", "max": "31.195", "min": "30.004", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "74.301", "max": "79.992", "min": "74.005", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "36.189", "max": "37.653", "min": "35.512", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "76.135", "max": "76.538", "min": "75.935", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "89.648", "max": "90.074", "min": "89.514", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "204.211", "max": "204.482", "min": "204.016", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "13.689", "max": "15.226", "min": "13.371", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "40.027", "max": "40.205", "min": "39.86", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "83.045", "max": "83.419", "min": "82.76", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "63.488", "max": "74.192", "min": "62.323", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "77.811", "max": "77.956", "min": "77.66", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "21.967", "max": "24.642", "min": "21.637", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "37.424", "max": "37.722", "min": "37.296", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "81.782", "max": "81.977", "min": "81.605", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "113.734", "max": "117.443", "min": "113.459", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "233.707", "max": "235.481", "min": "232.962", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "32.124", "max": "32.679", "min": "31.876", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "211.239", "max": "211.878", "min": "210.846", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "100.361", "max": "101.921", "min": "100.126", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "16.628", "max": "16.796", "min": "16.413", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "31.106", "max": "31.379", "min": "30.943", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "194.686", "max": "195.453", "min": "194.445", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "237.696", "max": "237.99", "min": "237.528", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "202.771", "max": "203.132", "min": "202.577", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "8.438", "max": "8.671", "min": "8.334", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "202.094", "max": "219.931", "min": "201.245", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "445.298", "max": "570.292", "min": "276.403", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "220.537", "max": "320.2", "min": "129.263", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "240.532", "max": "251.735", "min": "239.653", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "172.157", "max": "172.559", "min": "171.951", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "41.852", "max": "42.006", "min": "41.676", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "48.004", "max": "48.21", "min": "47.852", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "48.849", "max": "49.276", "min": "48.72", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "123.889", "max": "274.483", "min": "36.032", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "131.683", "max": "132.182", "min": "131.467", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "118.439", "max": "298.216", "min": "107.185", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "105.02", "max": "105.171", "min": "104.908", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "103.516", "max": "104.324", "min": "103.086", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "9.356", "max": "9.549", "min": "9.085", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "316.141", "max": "316.882", "min": "315.846", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "199.448", "max": "202.105", "min": "199.133", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "107.435", "max": "107.937", "min": "107.264", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "27.649", "max": "28.081", "min": "27.436", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "26.995", "max": "27.604", "min": "26.77", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "31.7", "max": "32.09", "min": "31.546", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "209.976", "max": "211.488", "min": "209.377", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "56.722", "max": "56.93", "min": "56.537", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "0.015", "max": "0.027", "min": "0.011", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "57.528", "max": "80.507", "min": "55.887", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "52.124", "max": "52.513", "min": "51.946", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "30.532", "max": "30.842", "min": "30.369", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "5.563", "max": "5.89", "min": "5.379", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "93.767", "max": "94.044", "min": "93.575", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "248.669", "max": "250.04", "min": "248.305", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "112.877", "max": "113.96", "min": "112.738", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "111.243", "max": "111.47", "min": "111.092", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "119.706", "max": "129.491", "min": "119.192", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "75.292", "max": "75.684", "min": "75.043", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "109.822", "max": "124.644", "min": "108.39", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "309.582", "max": "309.823", "min": "309.414", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "65.468", "max": "65.987", "min": "65.301", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "67.102", "max": "67.249", "min": "66.926", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "88.379", "max": "101.723", "min": "86.067", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "200.899", "max": "201.12", "min": "200.706", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "113.127", "max": "114.171", "min": "112.868", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "81.752", "max": "82.005", "min": "81.569", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "19.834", "max": "20.112", "min": "19.643", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "88.299", "max": "88.744", "min": "87.998", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "105.802", "max": "107.099", "min": "105.531", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "233.389", "max": "272.741", "min": "226.335", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "48.414", "max": "48.647", "min": "48.28", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "171.556", "max": "248.574", "min": "164.482", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "46.08", "max": "46.295", "min": "45.923", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "374.732", "max": "375.125", "min": "372.85", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "105.629", "max": "105.807", "min": "105.394", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "7.899", "max": "8.098", "min": "7.744", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "168.933", "max": "169.255", "min": "168.781", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "230.318", "max": "231.37", "min": "230.162", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "162.659", "max": "162.809", "min": "162.546", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "60.426", "max": "61.016", "min": "60.264", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "286.067", "max": "303.828", "min": "245.062", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "5.314", "max": "5.455", "min": "5.226", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "19.48", "max": "19.618", "min": "19.373", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "84.267", "max": "84.583", "min": "84.045", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "271.399", "max": "271.707", "min": "271.167", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "79.179", "max": "79.703", "min": "79.017", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "82.866", "max": "83.223", "min": "82.595", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "101.218", "max": "125.667", "min": "99.855", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "90.507", "max": "90.653", "min": "90.36", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "68.562", "max": "68.994", "min": "68.213", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "129.211", "max": "129.75", "min": "129.013", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "112.831", "max": "113.131", "min": "112.683", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "132.251", "max": "135.746", "min": "131.84", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "121.356", "max": "122.623", "min": "121.053", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "73.16", "max": "80.033", "min": "72.713", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "85.314", "max": "85.551", "min": "85.137", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "70.433", "max": "70.554", "min": "70.257", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "103.671", "max": "107.086", "min": "103.403", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "127.976", "max": "136.531", "min": "127.422", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "96.571", "max": "99.383", "min": "95.792", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "96.928", "max": "133.482", "min": "81.979", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "63.856", "max": "64.276", "min": "63.746", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "125.883", "max": "126.786", "min": "125.678", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "111.762", "max": "125.826", "min": "111.044", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "111.911", "max": "112.394", "min": "111.413", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "77.267", "max": "78.101", "min": "76.983", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "278.485", "max": "304.096", "min": "276.186", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "84.697", "max": "84.956", "min": "84.556", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "93.059", "max": "93.401", "min": "92.863", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "91.849", "max": "92.085", "min": "91.668", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "100.085", "max": "106.814", "min": "98.259", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "120.315", "max": "120.484", "min": "120.123", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "71.977", "max": "87.301", "min": "70.466", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "71.004", "max": "72.569", "min": "70.738", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "71.628", "max": "71.875", "min": "71.418", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "230.6", "max": "231.326", "min": "230.37", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "11.506", "max": "13.901", "min": "10.971", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "259.996", "max": "266.098", "min": "252.537", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "286.269", "max": "289.278", "min": "285.975", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "76.021", "max": "76.3", "min": "75.895", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "205.759", "max": "205.996", "min": "205.589", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "81.265", "max": "81.494", "min": "81.061", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "102.087", "max": "102.317", "min": "101.891", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "132.661", "max": "135.263", "min": "132.35", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "67.503", "max": "70.358", "min": "67.115", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "79.245", "max": "79.514", "min": "79.085", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "26.399", "max": "26.603", "min": "26.253", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "40.535", "max": "40.894", "min": "40.403", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "246.817", "max": "248.407", "min": "246.539", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "11.781", "max": "12.02", "min": "11.656", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "89.413", "max": "89.643", "min": "89.238", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "8.477", "max": "9.087", "min": "8.349", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "90.16", "max": "90.575", "min": "90.02", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "162.243", "max": "167.45", "min": "161.875", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "51.908", "max": "55.571", "min": "48.811", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "93.515", "max": "97.146", "min": "93.24", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "101.87", "max": "103.445", "min": "101.245", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "73.667", "max": "83.113", "min": "72.336", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "216.58", "max": "217.381", "min": "216.161", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "187.829", "max": "188.074", "min": "187.66", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "150.086", "max": "150.627", "min": "149.902", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "116.125", "max": "116.382", "min": "116.026", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "81.034", "max": "81.276", "min": "80.916", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "129.173", "max": "129.43", "min": "129.053", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "14.356", "max": "18.833", "min": "13.935", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "19.65", "max": "21.742", "min": "19.405", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "132.609", "max": "134.628", "min": "131.319", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "96.702", "max": "99.103", "min": "96.323", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "18.589", "max": "31.164", "min": "17.203", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "133.516", "max": "134.584", "min": "133.334", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "47.763", "max": "48.376", "min": "47.599", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "76.864", "max": "79.536", "min": "76.619", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "332.33", "max": "332.626", "min": "332.167", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "108.149", "max": "108.149", "min": "108.149", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "72.346", "max": "72.5", "min": "72.211", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "93.681", "max": "93.96", "min": "93.518", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "159.264", "max": "159.907", "min": "159.02", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "86.402", "max": "96.19", "min": "79.578", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "103.371", "max": "103.854", "min": "103.147", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "188.1", "max": "188.336", "min": "187.986", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "151.367", "max": "152.03", "min": "151.164", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.987", "max": "31.75", "min": "29.777", "id": "141", "country": "United States", "source_name": "Salem", "destination_name": "Lansing", "destination_id": "295" } } }, "142": { "name": "Albuquerque", "data": { "0": { "avg": "127.628", "max": "132.413", "min": "126.632", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "195.386", "max": "209.922", "min": "191.908", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "46.254", "max": "49.908", "min": "45.54", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "151.678", "max": "160.882", "min": "150.603", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "125.668", "max": "130.35", "min": "124.765", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "156.573", "max": "157.392", "min": "156.209", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "126.052", "max": "131.861", "min": "125.409", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "203.293", "max": "209.974", "min": "201.639", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "179.433", "max": "219.579", "min": "171.324", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "149.169", "max": "164.48", "min": "146.27", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "149.165", "max": "192.609", "min": "128.654", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "30.775", "max": "50.347", "min": "27.93", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "53.891", "max": "79.395", "min": "51.323", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "54.535", "max": "61.656", "min": "53.524", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "65.238", "max": "88.66", "min": "53.591", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "52.691", "max": "62.261", "min": "50.936", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "147.465", "max": "151.112", "min": "146.944", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "51.201", "max": "65.58", "min": "49.646", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "159.739", "max": "191.241", "min": "146.676", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "150.34", "max": "155.629", "min": "149.748", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "201.6", "max": "240.003", "min": "199.339", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "36.444", "max": "52.031", "min": "34.255", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "36.648", "max": "42.261", "min": "35.974", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "65.189", "max": "103.254", "min": "48.207", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "151.554", "max": "156.684", "min": "150.393", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "142.963", "max": "148.951", "min": "141.595", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "165.523", "max": "209.185", "min": "149.591", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "166.081", "max": "196.147", "min": "145.756", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "139.691", "max": "148.383", "min": "136.708", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "35.855", "max": "47.766", "min": "34.384", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "242.72", "max": "265.051", "min": "240.31", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "151.345", "max": "162.554", "min": "150.071", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "63.02", "max": "98.702", "min": "58.867", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "166.221", "max": "171.891", "min": "165.039", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "155.464", "max": "160.046", "min": "154.688", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "228.626", "max": "269.914", "min": "220.38", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "48.862", "max": "70.996", "min": "44.187", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.968", "max": "85.742", "min": "45.396", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "30.322", "max": "40.463", "min": "27.162", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "54.977", "max": "61.397", "min": "54.389", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "268.076", "max": "282.677", "min": "264.334", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "141.685", "max": "156.746", "min": "126.154", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "175.604", "max": "230.211", "min": "164.502", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "169.435", "max": "207.259", "min": "154.295", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "314.089", "max": "342.501", "min": "303.784", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "203.941", "max": "221.549", "min": "188.349", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "168.983", "max": "181.224", "min": "167.363", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "118.422", "max": "147.554", "min": "114.003", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "194.439", "max": "211.848", "min": "186.136", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "42.553", "max": "79.002", "min": "28.804", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "66.633", "max": "111.222", "min": "58.871", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "40.167", "max": "55.999", "min": "38.065", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "187.395", "max": "278.357", "min": "162.248", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "52.54", "max": "62.111", "min": "51.196", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "277.358", "max": "306.632", "min": "264.272", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "255.225", "max": "265.486", "min": "253.931", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "141.914", "max": "153.749", "min": "140.421", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "211.855", "max": "227.713", "min": "204.796", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "163.741", "max": "179.663", "min": "162.168", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "131.127", "max": "135.297", "min": "130.18", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "174.925", "max": "178.021", "min": "174.188", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "187.215", "max": "247.015", "min": "180.833", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "232.941", "max": "262.312", "min": "230.629", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "289.961", "max": "330.34", "min": "282.068", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "173.543", "max": "180.221", "min": "171.794", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "185.591", "max": "224.875", "min": "169.703", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "53.272", "max": "59.603", "min": "51.884", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "167.709", "max": "172.922", "min": "166.927", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "173.021", "max": "216.514", "min": "169.6", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "13.761", "max": "38.312", "min": "10.759", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "202.461", "max": "230.19", "min": "198.862", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "64.862", "max": "82.854", "min": "46.693", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "104.377", "max": "122.121", "min": "93.034", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "49.521", "max": "58.262", "min": "48.272", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "175.717", "max": "179.051", "min": "174.699", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "141.625", "max": "172.924", "min": "123.631", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "76.658", "max": "113.177", "min": "58.181", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "51.092", "max": "58.773", "min": "49.153", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "44.133", "max": "51.837", "min": "42.395", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "51.317", "max": "70.788", "min": "38.988", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "44.336", "max": "49.633", "min": "43.226", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "67.293", "max": "74.887", "min": "66.329", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "363.422", "max": "404.792", "min": "356.83", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "271.483", "max": "293.799", "min": "269.599", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "47.046", "max": "58.277", "min": "45.652", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "177.39", "max": "199.147", "min": "175.585", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "146.826", "max": "174.25", "min": "131.328", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "51.9", "max": "62.915", "min": "50.351", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "33.826", "max": "41.514", "min": "32.053", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "131.213", "max": "170.17", "min": "121.307", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "37.629", "max": "49.555", "min": "32.924", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "44.34", "max": "62.63", "min": "42.314", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "145.378", "max": "148.788", "min": "144.583", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "152.841", "max": "163.197", "min": "151.632", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "56.045", "max": "61.081", "min": "55.243", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "47.703", "max": "55.588", "min": "45.535", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "106.717", "max": "127.818", "min": "101.081", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "90.52", "max": "108.708", "min": "88.441", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "42.001", "max": "69.4", "min": "38.561", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "37.55", "max": "44.56", "min": "35.784", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "65.322", "max": "74.98", "min": "63.773", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "85.436", "max": "122.061", "min": "73.23", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "179.509", "max": "192.245", "min": "177.464", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "197.806", "max": "204.782", "min": "196.261", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "31.486", "max": "38.696", "min": "30.283", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "182.155", "max": "187.228", "min": "181.173", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "119.891", "max": "129.706", "min": "118.144", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "68.171", "max": "106.408", "min": "55.639", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "56.024", "max": "61.581", "min": "55.462", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "324.622", "max": "353.173", "min": "308.568", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "194.583", "max": "202.634", "min": "193.237", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "183.402", "max": "209.831", "min": "168.003", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "65.363", "max": "94.838", "min": "53.167", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "258.74", "max": "294.554", "min": "254.664", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "502.648", "max": "613.202", "min": "336.904", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "270.693", "max": "347.225", "min": "199.132", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "301.065", "max": "308.28", "min": "299.856", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "129.811", "max": "133.871", "min": "128.579", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "29.146", "max": "36.086", "min": "27.922", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "56.331", "max": "61.669", "min": "55.155", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "12.264", "max": "26.088", "min": "10.97", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "141.13", "max": "288.183", "min": "59.548", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "173.448", "max": "232.652", "min": "155.9", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "167.016", "max": "235.104", "min": "157.2", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "159.844", "max": "165.67", "min": "158.248", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "182.141", "max": "216.459", "min": "177.954", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "60.997", "max": "89.066", "min": "55.95", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "277.291", "max": "303.24", "min": "273.687", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "240.122", "max": "271.495", "min": "230.926", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "97.072", "max": "101.924", "min": "95.93", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "51.173", "max": "55.638", "min": "50.157", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "54.754", "max": "85.777", "min": "40.073", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "55.386", "max": "92.339", "min": "43.073", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "192.291", "max": "204.513", "min": "190.292", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "42.468", "max": "80.233", "min": "36.296", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "57.225", "max": "62.164", "min": "55.747", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "0.027", "max": "0.062", "min": "0.019", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "38.904", "max": "40.857", "min": "38.411", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "49.05", "max": "86.981", "min": "40.802", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "59.739", "max": "67.575", "min": "57.878", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "154.232", "max": "158.421", "min": "153.531", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "266.542", "max": "287.145", "min": "256.009", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "164.676", "max": "184.796", "min": "162.817", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "145.981", "max": "152.574", "min": "144.879", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "87.16", "max": "95.084", "min": "85.823", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "134.447", "max": "159.137", "min": "129.86", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "171.707", "max": "187.343", "min": "168.582", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "284.09", "max": "301.911", "min": "277.926", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "124.509", "max": "131.252", "min": "123.427", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "121.828", "max": "144.49", "min": "119.53", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "136.199", "max": "157.03", "min": "130.964", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "158.57", "max": "183.318", "min": "145.082", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "162.047", "max": "168.665", "min": "160.487", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "140.107", "max": "164.399", "min": "137.608", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "62.313", "max": "82.641", "min": "60.232", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "51.894", "max": "64.038", "min": "50.342", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "164.744", "max": "184.083", "min": "162.242", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "200.398", "max": "259.42", "min": "183.459", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "55.42", "max": "83.652", "min": "49.428", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "189.157", "max": "269.747", "min": "178.297", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "88.95", "max": "119.044", "min": "86.773", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "461.486", "max": "465.085", "min": "460.885", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "161.346", "max": "187.391", "min": "156.303", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "70.412", "max": "103.014", "min": "53.58", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "238.387", "max": "250.322", "min": "237.146", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "274.763", "max": "307.886", "min": "272.118", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "217.73", "max": "235.959", "min": "215.453", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "37.335", "max": "42.343", "min": "36.319", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "207.424", "max": "238.075", "min": "198.272", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "75.273", "max": "102.345", "min": "63.07", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "44.041", "max": "51.106", "min": "42.719", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "157.596", "max": "163.854", "min": "156.686", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "284.449", "max": "287.108", "min": "283.719", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "137.023", "max": "189.786", "min": "132.872", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "140.223", "max": "153.985", "min": "138.779", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "156.114", "max": "168.465", "min": "154.896", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "146.865", "max": "158.069", "min": "144.331", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "126.659", "max": "163.998", "min": "121.028", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "187.282", "max": "195.606", "min": "186.024", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "166.997", "max": "174.032", "min": "165.765", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "192.123", "max": "199.413", "min": "190.276", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "184.599", "max": "200.487", "min": "174.86", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "127.655", "max": "155.861", "min": "123.659", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "135.093", "max": "145.626", "min": "133.192", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "126.586", "max": "130.728", "min": "125.821", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "161.202", "max": "201.413", "min": "152.345", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "181.929", "max": "186.221", "min": "180.963", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "152.749", "max": "160.203", "min": "151.682", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "147.139", "max": "163.129", "min": "136.828", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "139.131", "max": "141.948", "min": "138.717", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "186.805", "max": "189.344", "min": "186.076", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "148.273", "max": "164.931", "min": "146.724", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "169.727", "max": "196.983", "min": "167.385", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "133.538", "max": "185.767", "min": "126.949", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "253.557", "max": "283.585", "min": "231.299", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "138.741", "max": "146.626", "min": "137.952", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "149.347", "max": "153.595", "min": "148.434", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "152.537", "max": "193.335", "min": "148.271", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "117.634", "max": "128.147", "min": "114.823", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "178.596", "max": "181.83", "min": "177.843", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "137.735", "max": "157.515", "min": "135.58", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "135.396", "max": "144.155", "min": "134.202", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "131.665", "max": "158.419", "min": "128.867", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "193.227", "max": "195.496", "min": "192.766", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "55.351", "max": "79.618", "min": "52.986", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "370.61", "max": "397.509", "min": "359.888", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "272.798", "max": "275.97", "min": "272.294", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "130.62", "max": "137.87", "min": "129.624", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "268.183", "max": "276.599", "min": "266.981", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "51.656", "max": "54.181", "min": "51.286", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "153.217", "max": "154.978", "min": "152.888", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "185.25", "max": "194.637", "min": "183.489", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "126.406", "max": "132.569", "min": "125.641", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "144.103", "max": "185.585", "min": "130.725", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "67.706", "max": "83.659", "min": "56.381", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "50.972", "max": "53.023", "min": "50.126", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "212.297", "max": "222.438", "min": "210.579", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "81.456", "max": "114.289", "min": "62.056", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "141.721", "max": "145.528", "min": "140.836", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "49.196", "max": "53.802", "min": "48.769", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "143.172", "max": "144.664", "min": "142.864", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "169.968", "max": "172.661", "min": "169.451", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "68.565", "max": "97.024", "min": "62.11", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "145.527", "max": "171.273", "min": "143.731", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "163.259", "max": "170.081", "min": "161.681", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "93.84", "max": "108.189", "min": "89.996", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "264.727", "max": "271.611", "min": "263.361", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "174.894", "max": "181.025", "min": "173.093", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "214.7", "max": "221.839", "min": "212.972", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "169.339", "max": "173.222", "min": "168.675", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "130.749", "max": "134.378", "min": "130.193", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "169.305", "max": "174.136", "min": "168.385", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "77.428", "max": "110.412", "min": "59.583", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "59.491", "max": "71.51", "min": "57.776", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "182.738", "max": "192.104", "min": "180.002", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "125.243", "max": "146.931", "min": "115.77", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "68.845", "max": "100.573", "min": "58.043", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "183.804", "max": "188.314", "min": "182.297", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "31.072", "max": "44.486", "min": "27.791", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "159.327", "max": "188.538", "min": "142.046", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "221.278", "max": "233.059", "min": "209.928", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "133.585", "max": "138.638", "min": "128.532", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "130.622", "max": "164.73", "min": "125.519", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "136.956", "max": "164.394", "min": "133.844", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "213.859", "max": "229.712", "min": "211.711", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "147.547", "max": "165.936", "min": "138.338", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "150.633", "max": "153.164", "min": "150.179", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "287.965", "max": "300.698", "min": "286.142", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "205.557", "max": "210.63", "min": "204.604", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "57.443", "max": "74.273", "min": "55.339", "id": "142", "country": "United States", "source_name": "Albuquerque", "destination_name": "Lansing", "destination_id": "295" } } }, "143": { "name": "Austin", "data": { "0": { "avg": "156.599", "max": "157.031", "min": "156.394", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "212.778", "max": "219.483", "min": "212.228", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "46.043", "max": "48.966", "min": "45.694", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "150.213", "max": "156.935", "min": "149.052", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "123.636", "max": "125.12", "min": "123.393", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "160.874", "max": "161.316", "min": "160.722", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "111.908", "max": "112.26", "min": "111.726", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "220.584", "max": "226.086", "min": "219.859", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "156.628", "max": "156.952", "min": "156.44", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "132.882", "max": "134.203", "min": "132.521", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "121.362", "max": "121.748", "min": "121.141", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "24.829", "max": "24.981", "min": "24.722", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "43.669", "max": "43.808", "min": "43.561", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "52.673", "max": "53.259", "min": "52.447", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "46.808", "max": "47.28", "min": "46.649", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "41.831", "max": "42.264", "min": "41.107", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "135.376", "max": "135.927", "min": "135.111", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "30.008", "max": "30.764", "min": "29.762", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "117.859", "max": "118.22", "min": "117.662", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "138.327", "max": "138.478", "min": "138.184", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "213.016", "max": "213.255", "min": "212.883", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "39.782", "max": "40.245", "min": "39.652", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "53.203", "max": "53.584", "min": "53.07", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "60.158", "max": "70.314", "min": "59.557", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "136.18", "max": "136.688", "min": "135.998", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "136.593", "max": "137.02", "min": "136.491", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "139.44", "max": "141.067", "min": "139.216", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "135.05", "max": "135.333", "min": "134.88", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "123.042", "max": "123.211", "min": "122.812", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "45.97", "max": "47.012", "min": "45.785", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "229.599", "max": "230.454", "min": "229.366", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "139.573", "max": "140.115", "min": "139.396", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "39.381", "max": "40.346", "min": "39.115", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "162.288", "max": "162.494", "min": "162.142", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "124.794", "max": "125.144", "min": "124.642", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "210.941", "max": "212.244", "min": "210.633", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "60.027", "max": "60.143", "min": "59.959", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "43.622", "max": "43.776", "min": "43.501", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.777", "max": "35.094", "min": "34.607", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "43.378", "max": "52.587", "min": "42.871", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "253.006", "max": "256.07", "min": "252.422", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "128.847", "max": "131.455", "min": "128.47", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "146.287", "max": "146.685", "min": "146.066", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "138.322", "max": "153.916", "min": "137.682", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "274.368", "max": "274.49", "min": "274.269", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "141.726", "max": "142.335", "min": "141.294", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "160.455", "max": "161.104", "min": "160.339", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "131.237", "max": "134.147", "min": "122.88", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "171.357", "max": "172.936", "min": "171.115", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "13.781", "max": "13.85", "min": "13.707", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "48.444", "max": "49.734", "min": "48.182", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "54.755", "max": "55.144", "min": "54.574", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "179.804", "max": "270.268", "min": "170.585", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "22.433", "max": "22.694", "min": "22.343", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "248.649", "max": "259.467", "min": "244.665", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "249.163", "max": "250.114", "min": "248.89", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "137.111", "max": "138.18", "min": "136.236", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "225.586", "max": "225.886", "min": "225.388", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "144.23", "max": "148.545", "min": "143.507", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "120.517", "max": "120.875", "min": "120.347", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "170.537", "max": "171.85", "min": "170.087", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "167.089", "max": "225.861", "min": "162.312", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "233.606", "max": "234.391", "min": "233.422", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "239.526", "max": "239.733", "min": "239.376", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "168.06", "max": "168.484", "min": "167.893", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "158.612", "max": "158.759", "min": "158.552", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "47.254", "max": "47.618", "min": "47.13", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "153.425", "max": "173.98", "min": "152.446", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "155.945", "max": "157.203", "min": "154.99", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "36.629", "max": "40.523", "min": "36.166", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "207.113", "max": "208.071", "min": "206.907", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "60.882", "max": "61.503", "min": "60.596", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "88.724", "max": "89.28", "min": "88.488", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "36.165", "max": "36.615", "min": "36.002", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "156.093", "max": "158.037", "min": "155.85", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "135.566", "max": "135.927", "min": "135.369", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "37.857", "max": "38.033", "min": "37.744", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "68.38", "max": "68.624", "min": "68.296", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "38.669", "max": "38.809", "min": "38.562", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "34.9", "max": "35.41", "min": "34.792", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "56.801", "max": "57.157", "min": "56.594", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "58.584", "max": "59.1", "min": "58.307", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.681", "max": "262.956", "min": "262.582", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "243.67", "max": "243.85", "min": "243.471", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "42.257", "max": "42.376", "min": "42.172", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "167.882", "max": "168.656", "min": "167.54", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "123.929", "max": "124.246", "min": "123.624", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "50.408", "max": "51.792", "min": "50.2", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "27.507", "max": "27.946", "min": "27.36", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "115.296", "max": "120.282", "min": "114.929", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "43.962", "max": "45.918", "min": "43.33", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "56.563", "max": "56.759", "min": "56.346", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "114.443", "max": "115.734", "min": "114.229", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "218.034", "max": "224.097", "min": "208.86", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "48.706", "max": "48.841", "min": "48.627", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "59.55", "max": "60.644", "min": "59.365", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "105.963", "max": "106.312", "min": "105.767", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "76.053", "max": "79.745", "min": "75.463", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "47.322", "max": "47.447", "min": "47.208", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "40.939", "max": "44.458", "min": "40.497", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "47.416", "max": "47.607", "min": "47.347", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "70.943", "max": "71.133", "min": "70.772", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "155.264", "max": "157.314", "min": "154.994", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "219.849", "max": "223.672", "min": "218.919", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "41.398", "max": "42.486", "min": "41.16", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "234.947", "max": "235.223", "min": "234.817", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "107.208", "max": "108.778", "min": "107.016", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "46.481", "max": "46.599", "min": "46.37", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "44.171", "max": "44.384", "min": "44.032", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "257.647", "max": "260.397", "min": "257.417", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.013", "max": "258.123", "min": "257.939", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "171.587", "max": "171.821", "min": "171.415", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "39.73", "max": "39.939", "min": "39.569", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "237.419", "max": "239.075", "min": "237.178", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "485.867", "max": "606.45", "min": "311.682", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "248.951", "max": "387.37", "min": "180.082", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "288.918", "max": "291.144", "min": "288.546", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "149.288", "max": "149.762", "min": "149.177", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "27.214", "max": "27.415", "min": "27.101", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "45.669", "max": "46.52", "min": "45.358", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "47.99", "max": "48.198", "min": "47.849", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "127.963", "max": "279.665", "min": "48.15", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "146.913", "max": "147.145", "min": "146.795", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "153.369", "max": "158.962", "min": "152.572", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "153.155", "max": "153.292", "min": "153.035", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "148.56", "max": "149.429", "min": "148.07", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "42.324", "max": "45.4", "min": "40.923", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "265.965", "max": "266.276", "min": "265.753", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "229.852", "max": "230.14", "min": "229.699", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "92.077", "max": "92.737", "min": "91.898", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "34.486", "max": "34.635", "min": "34.384", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "36.514", "max": "36.857", "min": "36.347", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "43.585", "max": "43.742", "min": "43.429", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "213.43", "max": "214.228", "min": "212.921", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "44.756", "max": "45.404", "min": "44.612", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "52.113", "max": "52.374", "min": "51.912", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "40.814", "max": "66.253", "min": "38.561", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "0.03", "max": "0.057", "min": "0.017", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "22.274", "max": "22.393", "min": "22.205", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "47.597", "max": "48.937", "min": "47.34", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "149.323", "max": "149.524", "min": "149.145", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.376", "max": "251.039", "min": "249.834", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "143.694", "max": "144", "min": "143.529", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "134.064", "max": "134.278", "min": "133.899", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "88.77", "max": "98.506", "min": "88.166", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "122.552", "max": "124.156", "min": "122.17", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "145.629", "max": "149.628", "min": "145.282", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "255.543", "max": "255.832", "min": "255.348", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "119.954", "max": "123.488", "min": "119.62", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "108.376", "max": "108.614", "min": "108.247", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "121.235", "max": "128.043", "min": "120.323", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "154.17", "max": "154.322", "min": "154.058", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "156.086", "max": "158.296", "min": "155.702", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "128.454", "max": "129.876", "min": "127.906", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "40.809", "max": "41.29", "min": "40.694", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "64.075", "max": "64.419", "min": "63.922", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "151.228", "max": "152.599", "min": "150.925", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "219.582", "max": "273.325", "min": "211.636", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "51.519", "max": "51.729", "min": "51.427", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "186.11", "max": "274.139", "min": "176.895", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "75.126", "max": "75.38", "min": "74.978", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "478.475", "max": "478.868", "min": "477.663", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "141.171", "max": "141.292", "min": "141.087", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "43.395", "max": "43.497", "min": "43.303", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "216.986", "max": "217.269", "min": "216.779", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "262.541", "max": "262.82", "min": "262.439", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "205.317", "max": "205.526", "min": "205.193", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "51.915", "max": "52.341", "min": "51.763", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "247.247", "max": "252.624", "min": "246.803", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "52.647", "max": "53.014", "min": "52.551", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "53.472", "max": "54.385", "min": "53.303", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "126.555", "max": "128.085", "min": "126.338", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "277.029", "max": "277.356", "min": "276.873", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "122.296", "max": "124.901", "min": "122.127", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "127.554", "max": "127.834", "min": "127.274", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "136.655", "max": "145.916", "min": "136.118", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "138.349", "max": "138.659", "min": "138.268", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "122.909", "max": "123.31", "min": "122.648", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "176.349", "max": "176.84", "min": "176.106", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "162.657", "max": "163.719", "min": "162.519", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "165.466", "max": "167.109", "min": "165.116", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "161.041", "max": "161.265", "min": "160.878", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "111.878", "max": "115.835", "min": "111.294", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "120.715", "max": "120.761", "min": "120.65", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "123.836", "max": "123.992", "min": "123.747", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "151.685", "max": "152.311", "min": "151.489", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "166.014", "max": "166.617", "min": "165.785", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "146.942", "max": "165.258", "min": "145.559", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "142.851", "max": "173.577", "min": "129.234", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "124.259", "max": "124.347", "min": "124.184", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "174.779", "max": "175.137", "min": "174.579", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "143.322", "max": "156.851", "min": "142.537", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "170.732", "max": "171.465", "min": "170.304", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "118.034", "max": "127.63", "min": "116.994", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "242.052", "max": "242.448", "min": "241.886", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "147.692", "max": "147.87", "min": "147.618", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "152.104", "max": "152.324", "min": "151.901", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "129.247", "max": "129.439", "min": "129.12", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "138.027", "max": "147.287", "min": "125.375", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "178.067", "max": "178.777", "min": "177.919", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "127.171", "max": "132.232", "min": "126.636", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "122.111", "max": "122.243", "min": "121.972", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "123.228", "max": "125.361", "min": "120.306", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "220.128", "max": "229.942", "min": "218.821", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "48.224", "max": "53.17", "min": "47.768", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "258.314", "max": "258.491", "min": "258.269", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "238.682", "max": "238.833", "min": "238.589", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "116.629", "max": "116.794", "min": "116.512", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "262.168", "max": "262.561", "min": "262.004", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "53.374", "max": "55.015", "min": "53.026", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "161.319", "max": "163.501", "min": "161.081", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "173.17", "max": "173.949", "min": "172.9", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "122.788", "max": "124.164", "min": "122.423", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "119.343", "max": "120.878", "min": "118.939", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "40.716", "max": "40.805", "min": "40.665", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "52.778", "max": "52.845", "min": "52.716", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.426", "max": "433.656", "min": "227.479", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "44.383", "max": "44.463", "min": "44.324", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "127.006", "max": "127.588", "min": "126.835", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "48.215", "max": "48.345", "min": "48.165", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "127.112", "max": "127.25", "min": "126.919", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "186.529", "max": "188.122", "min": "186.304", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "58.874", "max": "61.165", "min": "55.593", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "123.292", "max": "123.471", "min": "123.115", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "147.954", "max": "149.691", "min": "147.302", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "81.655", "max": "96.928", "min": "80.419", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "217.551", "max": "222.082", "min": "216.795", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "151.307", "max": "152.108", "min": "151.055", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "212.158", "max": "212.57", "min": "211.96", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "158.991", "max": "159.425", "min": "158.905", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "122.069", "max": "122.326", "min": "121.869", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "174.115", "max": "174.259", "min": "174.026", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "48.047", "max": "53.07", "min": "47.474", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "43.982", "max": "44.215", "min": "43.895", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "165.08", "max": "169.361", "min": "163.47", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "120.625", "max": "122.38", "min": "119.683", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "47.207", "max": "49.236", "min": "46.016", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "186.709", "max": "187.974", "min": "186.481", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "33.335", "max": "33.458", "min": "33.206", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "130.455", "max": "133.567", "min": "129.828", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "255.322", "max": "255.951", "min": "254.988", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "115.957", "max": "115.957", "min": "115.957", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "115.237", "max": "115.499", "min": "115.058", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "122.064", "max": "122.284", "min": "121.925", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "213.913", "max": "216.044", "min": "213.506", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "136.592", "max": "152.695", "min": "128.405", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "138.036", "max": "138.127", "min": "137.958", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "287.282", "max": "288.602", "min": "286.859", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "196.969", "max": "197.525", "min": "196.732", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "35.976", "max": "40.483", "min": "35.024", "id": "143", "country": "United States", "source_name": "Austin", "destination_name": "Lansing", "destination_id": "295" } } }, "144": { "name": "Des Moines", "data": { "0": { "avg": "116.044", "max": "116.553", "min": "115.878", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "237.882", "max": "238.528", "min": "237.596", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "31.193", "max": "31.609", "min": "31.024", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "131.689", "max": "138.661", "min": "130.347", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "99.615", "max": "99.906", "min": "99.449", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "130.633", "max": "130.932", "min": "130.387", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "111.688", "max": "111.912", "min": "111.543", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "276.498", "max": "303.39", "min": "274.497", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "151.139", "max": "151.576", "min": "151.018", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "131.507", "max": "148.191", "min": "130.654", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "112.444", "max": "113.163", "min": "112.178", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "20.569", "max": "20.807", "min": "20.463", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "28.344", "max": "30.301", "min": "28.215", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "40.383", "max": "41.147", "min": "40.08", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "44.398", "max": "53.832", "min": "43.988", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "40.14", "max": "40.554", "min": "39.807", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "129.149", "max": "129.317", "min": "128.942", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "29.301", "max": "31.25", "min": "29.05", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "101.33", "max": "101.57", "min": "101.205", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "125.671", "max": "125.897", "min": "125.597", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "253.818", "max": "256.269", "min": "253.567", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "9.873", "max": "9.937", "min": "9.81", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "44.5", "max": "44.684", "min": "44.424", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "49.731", "max": "53.376", "min": "49.448", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "136.046", "max": "136.659", "min": "135.79", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "120.687", "max": "121.623", "min": "120.507", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "121.563", "max": "123.379", "min": "121.379", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "129.627", "max": "130.148", "min": "129.328", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "114.286", "max": "114.524", "min": "114.129", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "43.661", "max": "50.466", "min": "43.206", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "215.139", "max": "215.417", "min": "214.881", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "132.359", "max": "132.472", "min": "132.27", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "57.751", "max": "62.528", "min": "57.479", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "152.487", "max": "152.786", "min": "152.256", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "121.659", "max": "124.758", "min": "121.297", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "204.269", "max": "205.3", "min": "204.069", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "52.668", "max": "52.765", "min": "52.624", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "56.273", "max": "56.51", "min": "56.075", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "49.091", "max": "49.287", "min": "48.985", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "38.633", "max": "39.388", "min": "38.361", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "253.073", "max": "255.488", "min": "252.432", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "101.049", "max": "103.057", "min": "100.592", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "138.25", "max": "138.423", "min": "138.15", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "135.249", "max": "141.528", "min": "134.405", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "242.778", "max": "242.986", "min": "242.672", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "135.11", "max": "135.887", "min": "134.77", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "139.345", "max": "139.951", "min": "139.205", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "88.581", "max": "88.97", "min": "88.4", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "176.932", "max": "177.631", "min": "176.74", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "35.736", "max": "35.819", "min": "35.701", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "32.993", "max": "33.768", "min": "32.884", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "52.742", "max": "55.416", "min": "52.434", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "179.038", "max": "191.834", "min": "163.959", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "8.982", "max": "9.239", "min": "8.884", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "242.953", "max": "262.296", "min": "239.032", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "226.318", "max": "226.493", "min": "226.077", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "124.183", "max": "127.056", "min": "123.148", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "193.301", "max": "193.43", "min": "193.221", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "132.151", "max": "133.842", "min": "131.648", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "114.822", "max": "115.161", "min": "114.717", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "167.991", "max": "169.127", "min": "167.491", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "148.33", "max": "194.95", "min": "146.391", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "225.418", "max": "225.929", "min": "225.174", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "224.107", "max": "225.11", "min": "223.928", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "146.018", "max": "147.163", "min": "145.809", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "142.453", "max": "144.721", "min": "142.067", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "29.784", "max": "29.94", "min": "29.679", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "144.749", "max": "145.19", "min": "144.126", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "164.894", "max": "166.531", "min": "164.258", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "21.121", "max": "21.923", "min": "21.041", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "195.885", "max": "196.22", "min": "195.676", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "50.36", "max": "51.314", "min": "50.112", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "90.615", "max": "92.77", "min": "90.218", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "42.49", "max": "42.722", "min": "42.352", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "140.534", "max": "141.604", "min": "140.316", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "99.875", "max": "100.175", "min": "99.73", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "42.254", "max": "42.346", "min": "42.151", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "49.592", "max": "54.15", "min": "49.352", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "22.328", "max": "22.63", "min": "22.136", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "21.827", "max": "22.078", "min": "21.695", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "53.628", "max": "53.755", "min": "53.499", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "54.044", "max": "54.66", "min": "53.688", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "227.733", "max": "227.839", "min": "227.649", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.513", "max": "239.857", "min": "239.366", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "29.029", "max": "29.133", "min": "28.938", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "160.63", "max": "161.859", "min": "160.217", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "107.635", "max": "108.475", "min": "107.367", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "45.069", "max": "45.182", "min": "44.943", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "14.005", "max": "14.468", "min": "13.831", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "115.126", "max": "122.887", "min": "114.282", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "22.174", "max": "23.389", "min": "21.437", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "61.055", "max": "63.151", "min": "60.782", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "105.258", "max": "105.312", "min": "105.224", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "182.718", "max": "187.202", "min": "182.277", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "77.879", "max": "78.852", "min": "77.722", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "38.893", "max": "39.307", "min": "38.75", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "87.333", "max": "87.524", "min": "87.128", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "76.85", "max": "85.561", "min": "76.082", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "51.312", "max": "51.621", "min": "51.106", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "11.006", "max": "11.865", "min": "10.895", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "66.358", "max": "66.509", "min": "66.23", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "60.085", "max": "60.22", "min": "59.98", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "148.897", "max": "149.449", "min": "148.615", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "211.83", "max": "216.468", "min": "211.222", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "19.353", "max": "19.684", "min": "19.193", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "307.176", "max": "307.498", "min": "306.589", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "127.835", "max": "129.04", "min": "127.724", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "37.111", "max": "37.203", "min": "36.978", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "42.876", "max": "43.078", "min": "42.778", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "222.495", "max": "225.604", "min": "221.833", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "199.557", "max": "199.808", "min": "199.424", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "169.777", "max": "169.967", "min": "169.579", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "38.127", "max": "38.586", "min": "37.94", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "276.718", "max": "280.616", "min": "276.428", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "469.942", "max": "571.193", "min": "307.284", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "236.519", "max": "321.744", "min": "161.24", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "280.689", "max": "294.805", "min": "279.227", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "144.106", "max": "146.122", "min": "143.763", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "15.213", "max": "15.404", "min": "15.075", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "39.713", "max": "40.671", "min": "39.404", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "21.418", "max": "21.816", "min": "21.218", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "115.112", "max": "270.605", "min": "49.396", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "151.927", "max": "152.144", "min": "151.82", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "144.741", "max": "148", "min": "144.115", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "140.776", "max": "140.988", "min": "140.476", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "126.692", "max": "127.818", "min": "126.182", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "38.271", "max": "38.576", "min": "38.033", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "265.764", "max": "266.203", "min": "265.496", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "211.02", "max": "211.639", "min": "210.876", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "80.207", "max": "82.631", "min": "79.965", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "34.648", "max": "35.265", "min": "34.457", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "24.318", "max": "24.383", "min": "24.199", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "40.934", "max": "41.187", "min": "40.752", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "223.037", "max": "224.975", "min": "222.326", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "59.176", "max": "59.751", "min": "59.113", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "30.538", "max": "30.745", "min": "30.396", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "42.769", "max": "63.76", "min": "40.826", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "22.28", "max": "22.37", "min": "22.215", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "0.029", "max": "0.074", "min": "0.023", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "26.278", "max": "27.267", "min": "26.128", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "127.719", "max": "128.181", "min": "127.619", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "259.159", "max": "260.151", "min": "258.827", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "159.955", "max": "160.559", "min": "159.678", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "129.017", "max": "133.021", "min": "128.636", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "93.43", "max": "93.637", "min": "93.29", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "113.232", "max": "113.778", "min": "112.983", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "141.439", "max": "147.026", "min": "141.064", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "265.502", "max": "265.867", "min": "265.398", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "104.496", "max": "109.162", "min": "104.174", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "101.809", "max": "101.869", "min": "101.768", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "120.432", "max": "154.364", "min": "118.369", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "147.498", "max": "147.819", "min": "147.308", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "140.203", "max": "141.576", "min": "139.898", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "127.702", "max": "167.09", "min": "124.824", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "38.738", "max": "38.996", "min": "38.606", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "58.144", "max": "58.881", "min": "57.989", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "144.697", "max": "145.917", "min": "144.4", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "210.542", "max": "254.358", "min": "201.092", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "35.014", "max": "35.165", "min": "34.916", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "178.21", "max": "270.344", "min": "170.055", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "62.869", "max": "63.042", "min": "62.781", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "352.065", "max": "352.335", "min": "351.381", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "141.593", "max": "141.798", "min": "141.526", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "32.65", "max": "32.735", "min": "32.567", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "204.245", "max": "204.494", "min": "204.038", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "259.967", "max": "260.326", "min": "259.785", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "197.058", "max": "197.193", "min": "196.949", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "45.673", "max": "46.033", "min": "45.536", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "213.34", "max": "219.935", "min": "212.688", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "38.075", "max": "38.245", "min": "37.998", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "25.522", "max": "25.636", "min": "25.442", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "140.541", "max": "141.786", "min": "140.378", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "256.046", "max": "256.257", "min": "255.962", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "109.801", "max": "110.43", "min": "109.603", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "117.925", "max": "118.987", "min": "117.701", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "132.643", "max": "135.927", "min": "132.382", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "128.942", "max": "129.167", "min": "128.737", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "102.852", "max": "103.333", "min": "102.656", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "153.534", "max": "153.91", "min": "153.403", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "149.267", "max": "149.349", "min": "149.2", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "161.39", "max": "169.556", "min": "160.778", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "146.876", "max": "147.279", "min": "146.724", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "111.403", "max": "115.639", "min": "111.067", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "112.54", "max": "112.609", "min": "112.462", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "121.373", "max": "121.575", "min": "121.192", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "125.514", "max": "125.73", "min": "125.314", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "160.426", "max": "163.953", "min": "160.123", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "124.143", "max": "127.009", "min": "123.52", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "141.915", "max": "210.119", "min": "119.269", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "96.662", "max": "96.772", "min": "96.61", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "163.819", "max": "164.149", "min": "163.678", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "141.451", "max": "162.435", "min": "140.449", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "167.26", "max": "167.836", "min": "166.932", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "112.565", "max": "116.562", "min": "112.188", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "211.221", "max": "213.098", "min": "210.917", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "125.909", "max": "126.298", "min": "125.814", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "124.078", "max": "124.298", "min": "123.951", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "126.013", "max": "126.559", "min": "125.851", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "94.509", "max": "104.154", "min": "92.848", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "154.22", "max": "154.387", "min": "154.126", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "106.791", "max": "107.332", "min": "106.648", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "112.548", "max": "113.246", "min": "112.368", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "110.431", "max": "111.005", "min": "109.722", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "200.083", "max": "209.368", "min": "198.412", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "34.371", "max": "42.34", "min": "32.894", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.202", "max": "226.422", "min": "218.057", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "242.743", "max": "243.169", "min": "242.608", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "114.801", "max": "115.091", "min": "114.632", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "242.745", "max": "243.198", "min": "242.548", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "53.213", "max": "54.751", "min": "52.802", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "132.51", "max": "132.795", "min": "132.316", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "159.025", "max": "159.653", "min": "158.862", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "102.159", "max": "103.425", "min": "101.794", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "114.467", "max": "115.206", "min": "114.197", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.466", "max": "27.53", "min": "27.414", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "35.654", "max": "35.773", "min": "35.612", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "242.123", "max": "326.607", "min": "238.829", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "38.857", "max": "39.067", "min": "38.778", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "124.891", "max": "125.489", "min": "124.576", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "24.045", "max": "24.189", "min": "23.98", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "126.281", "max": "126.411", "min": "126.182", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "171.814", "max": "537.947", "min": "158.983", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "58.419", "max": "61.97", "min": "55.55", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "121.991", "max": "122.144", "min": "121.857", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "129.761", "max": "130.392", "min": "129.198", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "86.556", "max": "89.907", "min": "85.437", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "202.072", "max": "203.04", "min": "201.707", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "143.423", "max": "143.769", "min": "143.143", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "189.934", "max": "190.586", "min": "189.759", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "155.173", "max": "155.311", "min": "155.065", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "120.166", "max": "120.363", "min": "120.021", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "155.527", "max": "155.708", "min": "155.415", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "37.605", "max": "39.537", "min": "37.288", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "42.96", "max": "43.16", "min": "42.857", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "165.372", "max": "169.362", "min": "162.792", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "118.695", "max": "119.293", "min": "118.401", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "39.613", "max": "41.062", "min": "38.69", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "208.022", "max": "208.589", "min": "207.886", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "13.66", "max": "13.92", "min": "13.595", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "103.255", "max": "106.308", "min": "103.021", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "210.035", "max": "210.264", "min": "209.882", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "109.518", "max": "109.518", "min": "109.518", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "109.544", "max": "109.652", "min": "109.437", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "119.914", "max": "120.15", "min": "119.795", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "198.365", "max": "199.196", "min": "198.062", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "130.315", "max": "143.926", "min": "121.396", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "137.653", "max": "137.698", "min": "137.596", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "283.054", "max": "284.137", "min": "282.727", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "179.937", "max": "180.79", "min": "179.694", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "14.543", "max": "15.382", "min": "14.34", "id": "144", "country": "United States", "source_name": "Des Moines", "destination_name": "Lansing", "destination_id": "295" } } }, "145": { "name": "Albany", "data": { "0": { "avg": "127.607", "max": "141.781", "min": "126.906", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "259.969", "max": "261.603", "min": "259.584", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "25.914", "max": "26.128", "min": "25.737", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "97.04", "max": "105.221", "min": "96.277", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "76.141", "max": "121.362", "min": "74.293", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "184.131", "max": "184.303", "min": "183.95", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "79.353", "max": "79.547", "min": "79.201", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "294.024", "max": "307.142", "min": "292.826", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "120.499", "max": "120.856", "min": "120.279", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "103.245", "max": "104.972", "min": "102.829", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "83.916", "max": "117.067", "min": "73.106", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "43.201", "max": "43.765", "min": "43.061", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "5.437", "max": "5.606", "min": "5.304", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "9.308", "max": "12.557", "min": "8.933", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "34.747", "max": "35.077", "min": "34.511", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "9.998", "max": "10.405", "min": "9.694", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "104.247", "max": "105.065", "min": "103.988", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "26.728", "max": "42.561", "min": "24.279", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "82.957", "max": "83.964", "min": "82.689", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "92.11", "max": "92.253", "min": "91.942", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "276.853", "max": "277.045", "min": "276.701", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "20.274", "max": "20.387", "min": "20.148", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "71.775", "max": "71.992", "min": "71.621", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "74.258", "max": "74.467", "min": "74.069", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "101.358", "max": "101.79", "min": "101.073", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "94.366", "max": "137.394", "min": "89.53", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "94.946", "max": "138.937", "min": "93.138", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "103.154", "max": "135.901", "min": "96.672", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "88.5", "max": "88.664", "min": "88.349", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "67.639", "max": "67.886", "min": "67.461", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "254.621", "max": "254.827", "min": "254.412", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "96.437", "max": "117.631", "min": "95.5", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "69.08", "max": "84.699", "min": "68.319", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "116.023", "max": "141.907", "min": "114.983", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "96.124", "max": "111.383", "min": "91.83", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "244.375", "max": "244.835", "min": "244.164", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "71.372", "max": "80.066", "min": "70.333", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "59.019", "max": "59.33", "min": "58.748", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "37.02", "max": "72.814", "min": "35.493", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "10.566", "max": "11.833", "min": "10.224", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "214.496", "max": "219.634", "min": "213.741", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "76.373", "max": "79.263", "min": "75.81", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "112.66", "max": "154.634", "min": "111.112", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "102.912", "max": "105.399", "min": "102.608", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "216.026", "max": "216.241", "min": "215.886", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "112.474", "max": "113.173", "min": "111.958", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "117.069", "max": "119.451", "min": "116.82", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "91.09", "max": "91.364", "min": "90.921", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "175.31", "max": "196.14", "min": "174.416", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "44.728", "max": "44.873", "min": "44.622", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "6.134", "max": "6.492", "min": "5.988", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "78.646", "max": "78.895", "min": "78.338", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "126.543", "max": "139.018", "min": "113.99", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "31.604", "max": "31.711", "min": "31.509", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "213.307", "max": "252.066", "min": "205.694", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "274.763", "max": "275.532", "min": "274.49", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "111.412", "max": "113.867", "min": "110.732", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "222.512", "max": "247.547", "min": "219.902", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "132.269", "max": "134.46", "min": "131.898", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "81.36", "max": "100.196", "min": "80.614", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "139.657", "max": "140.671", "min": "139.144", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "132.999", "max": "176.772", "min": "126.874", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "255.35", "max": "335.75", "min": "245.348", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "249.698", "max": "253.016", "min": "249.381", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "120.822", "max": "121.438", "min": "120.666", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "122.303", "max": "125.391", "min": "122.039", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "6.396", "max": "7.26", "min": "6.203", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "117.478", "max": "127.193", "min": "116.721", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "142.275", "max": "167.936", "min": "140.801", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "43.811", "max": "44.975", "min": "43.575", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "229.275", "max": "231.761", "min": "229.003", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "68.191", "max": "70.347", "min": "67.796", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "76.625", "max": "82.011", "min": "76.095", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.746", "max": "29.998", "min": "29.616", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "106.982", "max": "107.497", "min": "106.798", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "75.285", "max": "75.62", "min": "75.044", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "15.94", "max": "16.125", "min": "15.745", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "77.617", "max": "78.987", "min": "77.443", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "28.848", "max": "73.435", "min": "25.3", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "17.807", "max": "18.008", "min": "17.601", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "76.747", "max": "76.904", "min": "76.554", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "23.938", "max": "24.671", "min": "23.711", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "223.894", "max": "229.988", "min": "223.473", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "207.85", "max": "209.036", "min": "207.478", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "72.273", "max": "72.475", "min": "72.086", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "134.597", "max": "135.722", "min": "134.222", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "75.724", "max": "76.165", "min": "75.419", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "30.177", "max": "30.467", "min": "30.028", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "26.674", "max": "27.025", "min": "26.485", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.513", "max": "87.956", "min": "77.916", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "34.676", "max": "36.261", "min": "34.032", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "68.716", "max": "69.378", "min": "68.36", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "86.537", "max": "86.631", "min": "86.425", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "184.779", "max": "188.022", "min": "184.374", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "9.884", "max": "11.733", "min": "9.547", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "51.597", "max": "72.894", "min": "44.086", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "82.019", "max": "82.41", "min": "81.698", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "69.63", "max": "92.344", "min": "67.767", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "73.478", "max": "73.724", "min": "73.318", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "18.592", "max": "48.801", "min": "17.392", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "34.069", "max": "34.233", "min": "33.939", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "59.708", "max": "59.912", "min": "59.497", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "134.826", "max": "135.56", "min": "134.66", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "230.213", "max": "236.819", "min": "229.4", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "30.704", "max": "31.305", "min": "30.473", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "326.354", "max": "326.784", "min": "325.805", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "94.944", "max": "96.187", "min": "94.763", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "11.275", "max": "45.87", "min": "9.874", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "23.276", "max": "23.423", "min": "23.12", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "204.328", "max": "207.835", "min": "203.635", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "219.919", "max": "221.332", "min": "219.731", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "213.715", "max": "213.921", "min": "213.506", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "6.22", "max": "52.372", "min": "4.077", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "209.166", "max": "213.813", "min": "208.669", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "450.211", "max": "560.003", "min": "275.648", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "226.735", "max": "277.226", "min": "164.806", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "231.986", "max": "250.467", "min": "230.672", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "167.28", "max": "175.899", "min": "166.81", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "37.668", "max": "37.987", "min": "37.501", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "36.524", "max": "37.304", "min": "36.078", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "46.098", "max": "64.247", "min": "43.308", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "107.386", "max": "249.373", "min": "30.034", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "117.305", "max": "117.463", "min": "117.196", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "116.658", "max": "263.526", "min": "108.222", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "113.951", "max": "114.063", "min": "113.774", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "110.851", "max": "111.718", "min": "110.312", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "5.159", "max": "5.329", "min": "4.998", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "244.8", "max": "245.146", "min": "244.598", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "170.884", "max": "171.379", "min": "170.664", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "103.449", "max": "103.577", "min": "103.328", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "30.469", "max": "30.76", "min": "30.281", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "56.012", "max": "77.805", "min": "33.184", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "35.034", "max": "53.682", "min": "29.21", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "206.568", "max": "209.166", "min": "205.685", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "50.285", "max": "50.48", "min": "50.139", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "5.565", "max": "5.832", "min": "5.378", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "60.254", "max": "93.005", "min": "58.211", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "47.436", "max": "47.681", "min": "47.299", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "26.327", "max": "26.542", "min": "26.119", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "0.049", "max": "0.114", "min": "0.029", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "96.538", "max": "96.863", "min": "96.32", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "254.682", "max": "255.029", "min": "254.406", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "111.375", "max": "115.112", "min": "111.075", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "95.942", "max": "96.222", "min": "95.756", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "109.522", "max": "117.847", "min": "108.765", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "78.11", "max": "78.863", "min": "77.765", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "119.412", "max": "125.925", "min": "118.969", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "219.705", "max": "221.367", "min": "219.477", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "68.224", "max": "68.415", "min": "68.079", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "69.881", "max": "69.992", "min": "69.766", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "83.188", "max": "98.437", "min": "81.587", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "178.52", "max": "178.728", "min": "178.305", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "111.397", "max": "153.444", "min": "109.793", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "98.992", "max": "139.242", "min": "96.159", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "16.547", "max": "16.747", "min": "16.403", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "70.138", "max": "70.555", "min": "69.761", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "113.321", "max": "114.223", "min": "113.071", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "239.709", "max": "298.687", "min": "231.435", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "44.723", "max": "44.937", "min": "44.573", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "169.14", "max": "241.903", "min": "161.273", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "42.87", "max": "43.567", "min": "42.723", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "375.029", "max": "375.336", "min": "374.673", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "107.063", "max": "107.238", "min": "106.859", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "4.928", "max": "5.077", "min": "4.787", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "175.613", "max": "175.746", "min": "175.451", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "230.676", "max": "230.898", "min": "230.517", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "166.333", "max": "166.542", "min": "166.185", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "57.178", "max": "57.621", "min": "56.989", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "240.444", "max": "246.078", "min": "239.528", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "11.155", "max": "11.768", "min": "11.031", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "15.29", "max": "15.496", "min": "15.141", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "91.941", "max": "96.377", "min": "91.52", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "300.147", "max": "359.589", "min": "278.559", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "82.478", "max": "83.849", "min": "82.241", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "85.825", "max": "86.119", "min": "85.639", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "101.943", "max": "125.826", "min": "100.772", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "93.723", "max": "101.337", "min": "93.35", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "71.585", "max": "72.518", "min": "71.301", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "122.098", "max": "122.255", "min": "121.925", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "114.569", "max": "114.778", "min": "114.395", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "136.768", "max": "137", "min": "136.544", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "120.088", "max": "133.125", "min": "119.449", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "75.907", "max": "82.876", "min": "75.418", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "89.12", "max": "89.308", "min": "88.942", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "79.127", "max": "79.631", "min": "78.941", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "113.48", "max": "113.722", "min": "113.28", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "131.501", "max": "131.731", "min": "131.327", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "100.839", "max": "137.731", "min": "98.582", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "119.055", "max": "175.243", "min": "89.158", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "68.204", "max": "69.249", "min": "68.035", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "128.734", "max": "128.941", "min": "128.5", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "110.235", "max": "122.701", "min": "109.163", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "119.732", "max": "120.349", "min": "119.205", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "77.307", "max": "92.254", "min": "76.527", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "275.381", "max": "295.294", "min": "274.449", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "89.533", "max": "89.854", "min": "89.385", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "99.753", "max": "142.086", "min": "97.772", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "94.629", "max": "94.749", "min": "94.451", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "96.861", "max": "104.296", "min": "95.054", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "124.284", "max": "124.5", "min": "124.147", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "74.284", "max": "84.986", "min": "73.196", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "75.554", "max": "78.917", "min": "74.452", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "74.468", "max": "74.705", "min": "74.237", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "229.71", "max": "244.375", "min": "228.317", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "11.369", "max": "18.535", "min": "10.558", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "235.021", "max": "236.309", "min": "229.176", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "213.93", "max": "214.223", "min": "213.716", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "81.107", "max": "82.038", "min": "80.959", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "209.075", "max": "209.972", "min": "208.787", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "81.764", "max": "81.994", "min": "81.511", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "105.93", "max": "106.26", "min": "105.738", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "139.733", "max": "173.826", "min": "137.15", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "70.398", "max": "71.887", "min": "70.005", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "80.601", "max": "81.764", "min": "80.303", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "27.561", "max": "27.708", "min": "27.418", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "42.2", "max": "75.304", "min": "40.924", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "252.574", "max": "252.784", "min": "252.35", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "9.967", "max": "10.318", "min": "9.818", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "98.179", "max": "105.793", "min": "97.789", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "4.31", "max": "4.438", "min": "4.213", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "93.032", "max": "93.175", "min": "92.873", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "151.405", "max": "640.01", "min": "134.334", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "48.364", "max": "51.695", "min": "45.8", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "99.476", "max": "99.762", "min": "99.275", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "105.781", "max": "107.275", "min": "105.141", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "69.98", "max": "73.997", "min": "69.243", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "218.519", "max": "239.118", "min": "212.249", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "158.026", "max": "158.192", "min": "157.783", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "164.891", "max": "180.993", "min": "157.968", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "117.464", "max": "117.637", "min": "117.355", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "83.228", "max": "83.341", "min": "83.121", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "115.97", "max": "122.007", "min": "115.602", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "12.776", "max": "14.589", "min": "12.323", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "17.085", "max": "17.287", "min": "16.921", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "140.901", "max": "151.317", "min": "138.571", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "99.383", "max": "99.81", "min": "99.049", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "15.579", "max": "17.451", "min": "14.667", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "135.411", "max": "135.565", "min": "135.272", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "33.352", "max": "33.636", "min": "33.101", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "86.854", "max": "121.824", "min": "84.905", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "236.775", "max": "274.54", "min": "229.084", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.353", "max": "119.377", "min": "107.33", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "75.188", "max": "75.381", "min": "75.003", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "96.219", "max": "96.563", "min": "96.052", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "162.024", "max": "162.595", "min": "161.809", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "102.136", "max": "119.18", "min": "92.431", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "106.74", "max": "164.422", "min": "104.611", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "203.691", "max": "205.388", "min": "203.23", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "151.068", "max": "152.399", "min": "150.69", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "28.283", "max": "34.675", "min": "27.926", "id": "145", "country": "United States", "source_name": "Albany", "destination_name": "Lansing", "destination_id": "295" } } }, "151": { "name": "Honolulu", "data": { "0": { "avg": "229.253", "max": "244.238", "min": "228.229", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "211.262", "max": "212.43", "min": "210.848", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "115.948", "max": "116.494", "min": "115.656", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "210.204", "max": "217.078", "min": "209.436", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "187.899", "max": "189.379", "min": "187.61", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "78.842", "max": "81.215", "min": "78.495", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "181.452", "max": "182.329", "min": "181.107", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "248.842", "max": "256.148", "min": "247.603", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "224.554", "max": "228.457", "min": "224.091", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "198.084", "max": "200.972", "min": "197.656", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "190.286", "max": "190.623", "min": "190.016", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "88.033", "max": "96.014", "min": "87.466", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "106.696", "max": "117.117", "min": "106.221", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.216", "max": "116.182", "min": "111.693", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "123.386", "max": "135.648", "min": "122.525", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "106.335", "max": "108.679", "min": "105.717", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "205.761", "max": "210.265", "min": "205.098", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "109.507", "max": "125.074", "min": "107.649", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "165.377", "max": "165.848", "min": "164.964", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "195.8", "max": "201.929", "min": "195.136", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "228.398", "max": "243.073", "min": "227.646", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "94.249", "max": "126.643", "min": "92.735", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "54.414", "max": "64.186", "min": "53.666", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "70.905", "max": "71.535", "min": "70.679", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "203.355", "max": "203.931", "min": "202.999", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "188.253", "max": "191.74", "min": "187.714", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "200.476", "max": "201.419", "min": "200.107", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "199.547", "max": "200.408", "min": "199.021", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "184.727", "max": "192.44", "min": "184.122", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "54.561", "max": "55.612", "min": "54.298", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "187.736", "max": "190.097", "min": "187.429", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "205.622", "max": "206.762", "min": "205.339", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "105.082", "max": "120.199", "min": "104.018", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "220.332", "max": "221.935", "min": "219.993", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "191.566", "max": "203.421", "min": "190.632", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "152.746", "max": "190.322", "min": "151.271", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "50.098", "max": "50.711", "min": "49.883", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "54.516", "max": "55.171", "min": "54.208", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "87.551", "max": "98.168", "min": "86.663", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "114.436", "max": "123.179", "min": "113.784", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "320.747", "max": "322.953", "min": "320.278", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "187.224", "max": "190.809", "min": "186.612", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "215.144", "max": "219.247", "min": "214.645", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "204.067", "max": "210.408", "min": "203.604", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "307.429", "max": "307.986", "min": "307.271", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "211.676", "max": "213.427", "min": "211.073", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "210.26", "max": "210.973", "min": "210.023", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "158.929", "max": "160.075", "min": "158.564", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "240.491", "max": "243.519", "min": "239.942", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "95.164", "max": "95.624", "min": "94.899", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "112.621", "max": "115.252", "min": "112.224", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "74.165", "max": "74.892", "min": "73.83", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "233.081", "max": "257.648", "min": "182.697", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "85.286", "max": "94.442", "min": "84.804", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "298.838", "max": "305.961", "min": "295.159", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "211.167", "max": "212.108", "min": "210.797", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "200.674", "max": "203.453", "min": "199.761", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "208.899", "max": "213.657", "min": "208.481", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "212.59", "max": "214.418", "min": "212.065", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "188.134", "max": "191.89", "min": "187.678", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "239.542", "max": "242.576", "min": "238.855", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "238.412", "max": "247.87", "min": "237.789", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "187.392", "max": "280.452", "min": "174.312", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "199.051", "max": "203.852", "min": "198.516", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "220.001", "max": "220.681", "min": "219.728", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "206.885", "max": "212.15", "min": "206.412", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "114.879", "max": "118.381", "min": "114.535", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "213.655", "max": "218.82", "min": "212.825", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "240.553", "max": "242.372", "min": "239.742", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "76.168", "max": "78.906", "min": "75.73", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "179.767", "max": "181.042", "min": "179.492", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "53.38", "max": "53.901", "min": "53.071", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "166.382", "max": "170.473", "min": "165.857", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "115.444", "max": "115.723", "min": "115.198", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "215.617", "max": "224.733", "min": "214.711", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "173.568", "max": "178.993", "min": "172.95", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "109.592", "max": "112.347", "min": "109.287", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "53.272", "max": "54.236", "min": "53.087", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "108.699", "max": "113.882", "min": "108.084", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "100.13", "max": "105.589", "min": "99.755", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "67.396", "max": "69.933", "min": "67.103", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "128.087", "max": "128.432", "min": "127.795", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "435.151", "max": "436.325", "min": "434.811", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "285.361", "max": "390.507", "min": "281.429", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "60.687", "max": "61.551", "min": "60.37", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "232.464", "max": "233.855", "min": "231.936", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "181.672", "max": "184.098", "min": "181.194", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "114.3", "max": "116.183", "min": "113.983", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "88.492", "max": "89.275", "min": "88.19", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "180.216", "max": "181.011", "min": "179.852", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "95.64", "max": "109.412", "min": "94.357", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "60.634", "max": "71.167", "min": "59.98", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "174.461", "max": "177.537", "min": "174.079", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "109.029", "max": "117.658", "min": "108.41", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "118.378", "max": "126.748", "min": "117.487", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "113.752", "max": "115.832", "min": "113.438", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "153.437", "max": "153.912", "min": "153.128", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "154.336", "max": "173.371", "min": "152.606", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "57.066", "max": "57.612", "min": "56.739", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "103.568", "max": "104.684", "min": "103.271", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "111.829", "max": "113.871", "min": "111.324", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "89.402", "max": "126.431", "min": "87.49", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "217.103", "max": "227.137", "min": "216.422", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "211.601", "max": "214.514", "min": "210.564", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "92.222", "max": "93.512", "min": "91.951", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "280.225", "max": "280.843", "min": "278.603", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "209.7", "max": "211.043", "min": "209.39", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "109.717", "max": "111.491", "min": "109.461", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "115.7", "max": "122.388", "min": "115.315", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "289.864", "max": "291.834", "min": "289.455", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "168.799", "max": "178.425", "min": "168.186", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "180.534", "max": "182.619", "min": "180.197", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "106.248", "max": "107.262", "min": "105.726", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "341.236", "max": "342.89", "min": "340.806", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "526.5", "max": "644.455", "min": "356.178", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "334.599", "max": "401.191", "min": "246.941", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "335.806", "max": "336.217", "min": "335.403", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "134.556", "max": "138.647", "min": "133.997", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "95.232", "max": "108.111", "min": "94.591", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "116.021", "max": "116.675", "min": "115.507", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "76.665", "max": "89.778", "min": "75.714", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "193.543", "max": "342.903", "min": "117.427", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "217.629", "max": "218.017", "min": "217.435", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "210.962", "max": "218.14", "min": "209.891", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "213.078", "max": "214.092", "min": "212.781", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "214.306", "max": "219.056", "min": "213.685", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "107.448", "max": "123.893", "min": "106.444", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "308.866", "max": "309.618", "min": "308.526", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "290.525", "max": "292.866", "min": "290.163", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "101.111", "max": "103.634", "min": "100.749", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "115.545", "max": "116.641", "min": "115.292", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "95.739", "max": "98.272", "min": "95.381", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "113.071", "max": "115.939", "min": "112.799", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "217.639", "max": "219.219", "min": "216.904", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "95.273", "max": "95.968", "min": "95.124", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "119.796", "max": "124.379", "min": "119.348", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "87.385", "max": "93.923", "min": "86.063", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "88.58", "max": "90.488", "min": "88.293", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "94.136", "max": "113.323", "min": "93.336", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "109.155", "max": "110.479", "min": "108.894", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "224.477", "max": "227.654", "min": "224.178", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "194.788", "max": "195.937", "min": "194.236", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "225.334", "max": "227.915", "min": "224.877", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "198.336", "max": "198.667", "min": "197.972", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "0.081", "max": "0.331", "min": "0.027", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "183.964", "max": "186.365", "min": "183.628", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "214.383", "max": "215.736", "min": "214.086", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "297.59", "max": "298.83", "min": "291.605", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "172.597", "max": "173.375", "min": "172.308", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "174.998", "max": "184.418", "min": "174.372", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "188.475", "max": "206.952", "min": "186.197", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "95.034", "max": "99.871", "min": "94.607", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "209.227", "max": "211.585", "min": "208.79", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "195.517", "max": "197.067", "min": "194.753", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "106.435", "max": "106.914", "min": "106.134", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "79.852", "max": "91.814", "min": "78.486", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "212.148", "max": "221.189", "min": "211.173", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "182.134", "max": "223.705", "min": "171.544", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "105.952", "max": "108.397", "min": "105.545", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "252.197", "max": "313.676", "min": "246.085", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "141.718", "max": "142.884", "min": "141.488", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "326.095", "max": "327.554", "min": "325.653", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "211.649", "max": "213.877", "min": "211.279", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "112.685", "max": "113.065", "min": "112.502", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "280.617", "max": "281.532", "min": "280.307", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "327.421", "max": "328.538", "min": "327.099", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "236.882", "max": "237.832", "min": "236.538", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "101.958", "max": "104.674", "min": "101.543", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "223.878", "max": "230.543", "min": "222.889", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "115.771", "max": "116.885", "min": "115.376", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "112.125", "max": "122.188", "min": "111.493", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "191.082", "max": "192.13", "min": "190.609", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "323.682", "max": "325.943", "min": "323.345", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "179.468", "max": "180.149", "min": "179.023", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "194.423", "max": "195.001", "min": "194.023", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "203.031", "max": "221.091", "min": "201.679", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "201.058", "max": "205.163", "min": "200.436", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "178.387", "max": "179.181", "min": "178.021", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "236.121", "max": "239.603", "min": "235.505", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "220.162", "max": "222.187", "min": "219.8", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "237.7", "max": "242.607", "min": "237.118", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "229.329", "max": "232.311", "min": "228.946", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "181.273", "max": "183.86", "min": "180.772", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "192.42", "max": "194.984", "min": "192.106", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "185.088", "max": "191.143", "min": "184.369", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "196.687", "max": "197.361", "min": "196.28", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "231.101", "max": "231.504", "min": "230.806", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "200.881", "max": "220.291", "min": "198.946", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "203.848", "max": "297.583", "min": "188.032", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "171.246", "max": "173.768", "min": "170.907", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "233.834", "max": "234.5", "min": "233.596", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "208.969", "max": "209.494", "min": "208.605", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "222.038", "max": "222.771", "min": "221.52", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "186.328", "max": "226.512", "min": "184.411", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "169.494", "max": "170.688", "min": "169.243", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "204.27", "max": "204.88", "min": "203.987", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "211.479", "max": "212.085", "min": "210.962", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "209.989", "max": "214.498", "min": "209.614", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "180.139", "max": "187.036", "min": "178.28", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "237.256", "max": "237.88", "min": "236.953", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "180.545", "max": "187.811", "min": "179.722", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "191.017", "max": "191.667", "min": "190.692", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "180.18", "max": "181.735", "min": "179.303", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "222.546", "max": "230.532", "min": "222.01", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "109.947", "max": "118.036", "min": "108.957", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "393.44", "max": "401.48", "min": "363.148", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "283.016", "max": "283.563", "min": "282.817", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "183.731", "max": "184.976", "min": "183.471", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "332.604", "max": "333.612", "min": "332.328", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "67.886", "max": "68.271", "min": "67.546", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "218.986", "max": "221.777", "min": "218.6", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "243.738", "max": "244.484", "min": "243.406", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "175.606", "max": "181.298", "min": "174.838", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "181.323", "max": "183.677", "min": "180.762", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "99.865", "max": "100.224", "min": "99.655", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "122.456", "max": "123.101", "min": "122.253", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "253.496", "max": "423.969", "min": "247.388", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "112.225", "max": "112.416", "min": "112.095", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "193.712", "max": "196.049", "min": "193.114", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "114.954", "max": "115.334", "min": "114.658", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "194.68", "max": "202.773", "min": "193.967", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "228.28", "max": "228.863", "min": "227.981", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "123.78", "max": "129.307", "min": "121.34", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "191.032", "max": "196.593", "min": "190.429", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "230.552", "max": "235.907", "min": "229.587", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "165.476", "max": "175.522", "min": "164.16", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "275.705", "max": "282.698", "min": "275.058", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "114.769", "max": "116.351", "min": "114.435", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "277.586", "max": "280.856", "min": "277.176", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "229.377", "max": "230.145", "min": "229.165", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "190.585", "max": "191.312", "min": "190.33", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "237.597", "max": "242.289", "min": "237.035", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "116.695", "max": "119.638", "min": "116.2", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "105.647", "max": "106.038", "min": "105.449", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "244.184", "max": "249.645", "min": "242.251", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "172.164", "max": "173.805", "min": "170.907", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "122.566", "max": "126.077", "min": "121.296", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "244.438", "max": "247.421", "min": "244", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "85.91", "max": "86.713", "min": "85.719", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "179.379", "max": "267.097", "min": "175.632", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "236.121", "max": "290.834", "min": "215.018", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.358", "max": "184.358", "min": "184.358", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "176.176", "max": "178.373", "min": "175.823", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "189.571", "max": "195.676", "min": "189.028", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "268.117", "max": "270.326", "min": "267.688", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "203.281", "max": "220.726", "min": "195.078", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "200.81", "max": "204.941", "min": "200.303", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "237.974", "max": "240.244", "min": "237.547", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "252.134", "max": "260.218", "min": "251.497", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "110.936", "max": "113.092", "min": "110.622", "id": "151", "country": "United States", "source_name": "Honolulu", "destination_name": "Lansing", "destination_id": "295" } } }, "162": { "name": "Raleigh", "data": { "0": { "avg": "93.995", "max": "94.321", "min": "93.768", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "213.923", "max": "215.334", "min": "213.499", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "21.15", "max": "22.033", "min": "20.936", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "107.243", "max": "115.133", "min": "106.282", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "85.933", "max": "86.12", "min": "85.748", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "183.458", "max": "187.087", "min": "183.148", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "86.149", "max": "86.308", "min": "86.021", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "219.582", "max": "223.552", "min": "218.955", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "136.991", "max": "137.751", "min": "136.804", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "115.038", "max": "116.624", "min": "114.664", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "78.018", "max": "79.231", "min": "77.658", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "36.606", "max": "37.001", "min": "36.485", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "13.435", "max": "13.781", "min": "13.322", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "17.804", "max": "18.311", "min": "17.59", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "27.997", "max": "28.169", "min": "27.889", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "7.125", "max": "7.528", "min": "6.934", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "106.905", "max": "108.262", "min": "106.568", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "19.472", "max": "22.924", "min": "19.223", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "101.901", "max": "102.834", "min": "101.395", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "104.941", "max": "105.827", "min": "104.762", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "217.879", "max": "218.146", "min": "217.8", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "28.308", "max": "29.532", "min": "28.118", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "74.73", "max": "75.165", "min": "74.576", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "76.86", "max": "77.191", "min": "76.722", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "109.504", "max": "110.97", "min": "109.009", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "102.926", "max": "103.11", "min": "102.795", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "104.457", "max": "106.096", "min": "104.14", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "104.634", "max": "110.029", "min": "104.076", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "95.652", "max": "96.036", "min": "95.517", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "66.51", "max": "67.339", "min": "66.191", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "251.561", "max": "253.644", "min": "251.343", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "112.667", "max": "112.966", "min": "112.557", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "58.966", "max": "61.803", "min": "58.683", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "136.919", "max": "139.089", "min": "136.731", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "106.528", "max": "108.871", "min": "106.107", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "258.37", "max": "259.591", "min": "258.078", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "60.4", "max": "62.161", "min": "60.028", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "225.176", "max": "232.811", "min": "220.609", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "31.291", "max": "33.4", "min": "30.943", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "12.059", "max": "12.191", "min": "11.864", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "222.579", "max": "225.452", "min": "222.011", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "88.291", "max": "93.041", "min": "87.712", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "135.047", "max": "135.809", "min": "134.86", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "112.391", "max": "116.474", "min": "111.764", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "266.209", "max": "266.367", "min": "266.101", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "117.25", "max": "117.925", "min": "116.844", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "125.202", "max": "125.724", "min": "124.942", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "89.84", "max": "90.7", "min": "89.565", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "165.547", "max": "166.029", "min": "165.388", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "49.401", "max": "50.13", "min": "49.258", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "21.199", "max": "21.425", "min": "21.058", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "73.52", "max": "73.934", "min": "73.317", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "100.126", "max": "193.077", "min": "92.928", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "41.027", "max": "43.761", "min": "40.819", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "230.596", "max": "236.658", "min": "227.431", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "264.815", "max": "265.304", "min": "264.568", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "111.769", "max": "115.59", "min": "110.679", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "216.441", "max": "216.844", "min": "216.315", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "125.614", "max": "127.103", "min": "125.238", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "92.204", "max": "97.398", "min": "91.946", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "143.873", "max": "145.084", "min": "143.518", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "140.731", "max": "199.155", "min": "136.157", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "259.279", "max": "300.222", "min": "256.164", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "240.145", "max": "247.148", "min": "239.568", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "131.999", "max": "133.514", "min": "131.299", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "125.554", "max": "126.176", "min": "125.367", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "13.312", "max": "14.405", "min": "13.144", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "122.865", "max": "123.549", "min": "122.428", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "142.991", "max": "144.322", "min": "142.312", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "57.059", "max": "57.294", "min": "56.933", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "219.534", "max": "220.141", "min": "219.31", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "60.533", "max": "61.432", "min": "60.231", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "72.155", "max": "74.378", "min": "71.737", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "22.42", "max": "22.662", "min": "22.33", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "139.03", "max": "140.243", "min": "138.695", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "103.016", "max": "104.021", "min": "102.848", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "18.159", "max": "18.421", "min": "18.02", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "70.725", "max": "71.332", "min": "70.537", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "23.37", "max": "24.957", "min": "23.018", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "23.629", "max": "24.168", "min": "23.472", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "190.851", "max": "197.591", "min": "187.628", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "28.368", "max": "28.895", "min": "28.098", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "384.249", "max": "386.455", "min": "383.65", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "254.999", "max": "255.644", "min": "254.784", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "62.959", "max": "65.096", "min": "62.759", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "138.766", "max": "179.758", "min": "136.901", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "91.341", "max": "92.155", "min": "91.07", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "32.396", "max": "32.647", "min": "32.28", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "26.181", "max": "26.616", "min": "25.999", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "85.766", "max": "90.441", "min": "85.494", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "39.466", "max": "46.256", "min": "38.547", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "74.584", "max": "75.325", "min": "74.253", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "122.822", "max": "123.107", "min": "122.694", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "210.753", "max": "217.002", "min": "210.166", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "24.142", "max": "24.272", "min": "23.995", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "38.655", "max": "40.875", "min": "38.292", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "77.561", "max": "77.927", "min": "77.267", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "64.008", "max": "82.571", "min": "62.22", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "66.953", "max": "67.89", "min": "66.76", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "27.664", "max": "29.989", "min": "27.302", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "36.308", "max": "38.651", "min": "36.138", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "63.687", "max": "65.457", "min": "63.429", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "134.983", "max": "135.512", "min": "134.762", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "233.335", "max": "237.584", "min": "232.509", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "35.163", "max": "35.89", "min": "34.949", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "199.21", "max": "202.353", "min": "198.66", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "94.707", "max": "101.55", "min": "94.354", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "14.59", "max": "15.246", "min": "14.34", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "18.863", "max": "24.606", "min": "18.589", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "225.09", "max": "228.308", "min": "224.644", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "212.67", "max": "213.406", "min": "212.462", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "199.168", "max": "199.393", "min": "199.054", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "12.078", "max": "13.381", "min": "11.92", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "208.972", "max": "249.409", "min": "207.123", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "439.748", "max": "546.984", "min": "277.03", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "217.859", "max": "294.172", "min": "147.701", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "254.081", "max": "255.006", "min": "253.5", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "169.277", "max": "171.9", "min": "169.001", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "43.805", "max": "44.719", "min": "43.616", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "30.196", "max": "31.808", "min": "29.848", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "42.95", "max": "44.128", "min": "42.671", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "108.923", "max": "258.115", "min": "30.952", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "122.858", "max": "124.973", "min": "122.614", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "130.819", "max": "349.245", "min": "122.644", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "117.216", "max": "117.581", "min": "117.102", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "108.159", "max": "109.098", "min": "107.679", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "12.658", "max": "13.148", "min": "12.5", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "233.616", "max": "234.201", "min": "233.114", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "194.671", "max": "195.491", "min": "194.459", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "106.742", "max": "107.928", "min": "106.536", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "33.572", "max": "33.962", "min": "33.464", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "23.251", "max": "23.328", "min": "23.118", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "30.908", "max": "31.059", "min": "30.802", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "204.376", "max": "205.531", "min": "203.612", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "49.437", "max": "49.565", "min": "49.336", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "20.199", "max": "28.188", "min": "19.707", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "62.716", "max": "87.793", "min": "60.427", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "40.872", "max": "41.188", "min": "40.683", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.836", "max": "40.538", "min": "38.591", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "16.655", "max": "18.971", "min": "16.429", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "106.579", "max": "106.887", "min": "106.488", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "293.449", "max": "296.138", "min": "292.977", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "123.952", "max": "126.573", "min": "123.395", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "104.914", "max": "105.038", "min": "104.805", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.559", "max": "110.493", "min": "106.038", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "94.151", "max": "94.709", "min": "93.84", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "116.248", "max": "134.79", "min": "115.501", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "264.048", "max": "265.014", "min": "263.603", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "81.708", "max": "103.353", "min": "80.639", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "83.751", "max": "84.009", "min": "83.616", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "99.383", "max": "113.574", "min": "97.264", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "210.039", "max": "210.312", "min": "209.972", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "119.303", "max": "120.796", "min": "118.953", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "93.152", "max": "95.802", "min": "92.829", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "0.026", "max": "0.061", "min": "0.016", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "70.806", "max": "71.956", "min": "70.404", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "138.339", "max": "152.988", "min": "137.184", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "217.418", "max": "258.768", "min": "210.432", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "46.745", "max": "47.513", "min": "46.49", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "161.202", "max": "255.435", "min": "152.977", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "39.135", "max": "39.237", "min": "39.057", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "477.231", "max": "477.789", "min": "476.561", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "118.572", "max": "118.822", "min": "118.419", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "12.814", "max": "18.254", "min": "12.482", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "199.782", "max": "200.222", "min": "199.561", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "244.027", "max": "244.459", "min": "243.571", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "172.19", "max": "172.377", "min": "172.072", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "57.576", "max": "57.948", "min": "57.393", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "258.66", "max": "259.722", "min": "257.978", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "20.825", "max": "21.543", "min": "20.558", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "15.754", "max": "16.271", "min": "15.671", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "90.808", "max": "94.177", "min": "90.313", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "289.304", "max": "289.566", "min": "289.154", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "90.4", "max": "91.143", "min": "90.231", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "110.033", "max": "110.773", "min": "109.737", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "107.687", "max": "119.767", "min": "107.076", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "99.573", "max": "99.818", "min": "99.491", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "85.535", "max": "86.554", "min": "85.211", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "144.731", "max": "145.102", "min": "144.542", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "135.992", "max": "137.129", "min": "135.745", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "141.63", "max": "143.445", "min": "141.456", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "124.596", "max": "125.436", "min": "124.455", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "94.242", "max": "96.619", "min": "93.861", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "87.68", "max": "88.121", "min": "87.551", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "86.638", "max": "88.15", "min": "86.381", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "107.808", "max": "108.453", "min": "107.614", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "135.645", "max": "136.943", "min": "135.36", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "113.725", "max": "126.179", "min": "112.091", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "120.529", "max": "133.43", "min": "105.26", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "78.777", "max": "79.135", "min": "78.637", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "140.102", "max": "141.053", "min": "139.879", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "125.08", "max": "125.435", "min": "124.846", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "131.561", "max": "132.152", "min": "131.157", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "93.52", "max": "93.914", "min": "93.327", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "250.399", "max": "264.477", "min": "249.756", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "103.79", "max": "103.985", "min": "103.656", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "110.139", "max": "110.453", "min": "110.011", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "111.775", "max": "112.084", "min": "111.644", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "95.449", "max": "100.993", "min": "93.583", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "139.632", "max": "140.669", "min": "139.442", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "97.57", "max": "104.452", "min": "96.871", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "95.786", "max": "96.239", "min": "95.623", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "91.489", "max": "95.423", "min": "91.228", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "230.04", "max": "230.522", "min": "229.87", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "16.848", "max": "21.73", "min": "16.131", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "411.125", "max": "421.851", "min": "378.383", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "219.331", "max": "219.716", "min": "219.215", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "90.171", "max": "91.082", "min": "89.952", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "238.656", "max": "239.474", "min": "238.405", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "95.046", "max": "96.043", "min": "94.747", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "122.667", "max": "122.885", "min": "122.539", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "138.512", "max": "139.588", "min": "138.277", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "86.503", "max": "88.159", "min": "86", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "90.727", "max": "91.81", "min": "90.415", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "28.066", "max": "28.859", "min": "27.891", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "29.821", "max": "30.572", "min": "29.724", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "243.62", "max": "249.791", "min": "239.713", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "18.347", "max": "18.501", "min": "18.25", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "99.891", "max": "100.715", "min": "99.685", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "22.827", "max": "24.787", "min": "22.616", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "113.67", "max": "114.654", "min": "113.417", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "140.032", "max": "141.24", "min": "139.856", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "47.714", "max": "52.429", "min": "44.975", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "102.161", "max": "102.629", "min": "101.724", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "130.003", "max": "133.216", "min": "129.317", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "79.064", "max": "91.276", "min": "77.765", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "243.668", "max": "244.171", "min": "243.274", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "146.633", "max": "146.794", "min": "146.523", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "163.904", "max": "164.532", "min": "163.563", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "125.975", "max": "126.17", "min": "125.838", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "93.937", "max": "94.069", "min": "93.811", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "129.122", "max": "129.902", "min": "128.814", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "22.969", "max": "24.788", "min": "22.63", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "12.135", "max": "12.893", "min": "11.913", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "138.918", "max": "141.64", "min": "136.925", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "103.18", "max": "105.635", "min": "102.292", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "198.15", "max": "208.437", "min": "166.601", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "142.591", "max": "143.144", "min": "142.442", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "34.588", "max": "35.676", "min": "34.314", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "100.604", "max": "102.289", "min": "100.423", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "289.61", "max": "292.337", "min": "279.034", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "101.538", "max": "101.605", "min": "101.471", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "95.287", "max": "95.845", "min": "95.184", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "98.251", "max": "98.725", "min": "98.106", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "175.324", "max": "176.738", "min": "175.047", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "101.19", "max": "117.913", "min": "95.212", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "113.946", "max": "114.496", "min": "113.832", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "299.225", "max": "300.721", "min": "298.933", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "165.996", "max": "166.503", "min": "165.729", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "29.114", "max": "31.786", "min": "28.906", "id": "162", "country": "United States", "source_name": "Raleigh", "destination_name": "Lansing", "destination_id": "295" } } }, "163": { "name": "Roseburg", "data": { "0": { "avg": "150.908", "max": "151.403", "min": "150.677", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "210.766", "max": "211.518", "min": "210.488", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "60.247", "max": "61.31", "min": "59.929", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "189.266", "max": "200.649", "min": "188.016", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "157.499", "max": "165.95", "min": "157.027", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "90.252", "max": "90.723", "min": "89.983", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "154.822", "max": "156.365", "min": "154.458", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "248.43", "max": "254.516", "min": "247.252", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "187.053", "max": "187.624", "min": "186.817", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "159.193", "max": "162.066", "min": "158.417", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "136.06", "max": "136.348", "min": "135.853", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "65.992", "max": "66.372", "min": "65.786", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "107.027", "max": "126.642", "min": "105.77", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "69.048", "max": "69.746", "min": "68.724", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "78.69", "max": "82.235", "min": "78.226", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "73.939", "max": "74.457", "min": "73.561", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "179.897", "max": "180.342", "min": "179.608", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "75.954", "max": "81.835", "min": "75.212", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "125.568", "max": "125.846", "min": "125.327", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "153.095", "max": "153.811", "min": "152.791", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "227.463", "max": "228.232", "min": "227.262", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "78.955", "max": "83.321", "min": "78.593", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "28.23", "max": "29.205", "min": "27.991", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "9.097", "max": "12.939", "min": "8.753", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "164.704", "max": "165.052", "min": "164.438", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "149.718", "max": "150.138", "min": "149.405", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "160.577", "max": "162.77", "min": "160.202", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "157.649", "max": "158.314", "min": "157.242", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "163.982", "max": "164.274", "min": "163.673", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "27.863", "max": "29.361", "min": "27.459", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "164.766", "max": "165.019", "min": "164.611", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "166.581", "max": "166.875", "min": "166.296", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "77.227", "max": "93.066", "min": "76.473", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "180.033", "max": "180.41", "min": "179.609", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "150.593", "max": "152.652", "min": "149.973", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.414", "max": "165.894", "min": "163.049", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "42.193", "max": "43.518", "min": "41.922", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "42.384", "max": "43.434", "min": "42.074", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "59.801", "max": "60.103", "min": "59.661", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "87.575", "max": "95.781", "min": "86.958", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "278.519", "max": "281.111", "min": "277.974", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "158.873", "max": "161.473", "min": "158.294", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "188.819", "max": "189.24", "min": "188.473", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "164.8", "max": "165.181", "min": "164.486", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "302.666", "max": "302.944", "min": "302.523", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "167.509", "max": "168.712", "min": "166.96", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "173.768", "max": "174.259", "min": "173.471", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "159.365", "max": "159.85", "min": "159.19", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "210.17", "max": "210.812", "min": "209.864", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "74.344", "max": "74.92", "min": "74.157", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "65.28", "max": "65.888", "min": "65.106", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "11.975", "max": "12.407", "min": "11.694", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "153.111", "max": "162.513", "min": "151.033", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "49.819", "max": "51.208", "min": "49.5", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "266.238", "max": "281.154", "min": "261.535", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "186.083", "max": "189.531", "min": "185.683", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "169.751", "max": "171.276", "min": "168.828", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "196.638", "max": "198.322", "min": "196.374", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "173.005", "max": "176.763", "min": "172.312", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "161.632", "max": "163.186", "min": "161.389", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "197.335", "max": "236.48", "min": "195.365", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "203.032", "max": "236.349", "min": "200.496", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "189.765", "max": "199.553", "min": "188.915", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "193.816", "max": "194.076", "min": "193.582", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "197.56", "max": "198.465", "min": "197.228", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "170.274", "max": "171.198", "min": "170.006", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "86.998", "max": "87.354", "min": "86.871", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "172.564", "max": "173.263", "min": "172.007", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "225.322", "max": "228.145", "min": "224.651", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "43.775", "max": "45.535", "min": "43.489", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "159.21", "max": "160.615", "min": "158.831", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "45.196", "max": "45.682", "min": "44.895", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "119.774", "max": "124.339", "min": "119.141", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "69.452", "max": "76.546", "min": "68.948", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "184.65", "max": "185.63", "min": "184.427", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "134.78", "max": "135.21", "min": "134.481", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "92.86", "max": "93.087", "min": "92.668", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "42.605", "max": "43.107", "min": "42.419", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "91.302", "max": "96.857", "min": "90.754", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "55.891", "max": "56.339", "min": "55.632", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "12.249", "max": "12.71", "min": "12.001", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "80.302", "max": "81.351", "min": "79.971", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "311.556", "max": "317.949", "min": "311.131", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "283.913", "max": "285.322", "min": "283.575", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "62.283", "max": "63.173", "min": "62.079", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "205.544", "max": "206.642", "min": "205.021", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "141.974", "max": "142.321", "min": "141.644", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "83.016", "max": "83.327", "min": "82.885", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "55.009", "max": "55.447", "min": "54.662", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "142.345", "max": "143.43", "min": "141.977", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "85.716", "max": "87.354", "min": "85.142", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "33.378", "max": "34.315", "min": "33.145", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "138.289", "max": "138.687", "min": "137.882", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "162.595", "max": "162.943", "min": "162.391", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "78.789", "max": "114.438", "min": "77.199", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "91.01", "max": "91.778", "min": "90.77", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "125.658", "max": "129.794", "min": "125.203", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "120.23", "max": "130.688", "min": "119.388", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "30.486", "max": "30.795", "min": "30.308", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "68.839", "max": "70.346", "min": "68.428", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "80.107", "max": "80.46", "min": "79.904", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "62.248", "max": "62.648", "min": "62.044", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "171.964", "max": "176.146", "min": "171.538", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "203.454", "max": "223.101", "min": "201.801", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "82.593", "max": "83.267", "min": "82.393", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "279.869", "max": "280.262", "min": "279.215", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "147.339", "max": "153.566", "min": "146.861", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "89.546", "max": "99.239", "min": "88.915", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "89.151", "max": "89.303", "min": "88.971", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "291.148", "max": "291.758", "min": "290.969", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "172.58", "max": "173.183", "min": "172.358", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "150.765", "max": "151.087", "min": "150.539", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "85.816", "max": "86.568", "min": "85.58", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "318.271", "max": "319.384", "min": "318.027", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "535.464", "max": "653.292", "min": "363.78", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "260.706", "max": "360.751", "min": "188.833", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "334.158", "max": "363.118", "min": "331.798", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "104.791", "max": "105.78", "min": "104.528", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "61.087", "max": "61.73", "min": "60.903", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "87.831", "max": "88.562", "min": "87.548", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.671", "max": "42.576", "min": "40.374", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "155.568", "max": "307.093", "min": "78.264", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "188.629", "max": "189.484", "min": "188.393", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "182.17", "max": "370.306", "min": "170.134", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "171.44", "max": "171.853", "min": "171.068", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "194.372", "max": "195.584", "min": "194.011", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "67.529", "max": "68.31", "min": "67.169", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "293.738", "max": "294.456", "min": "293.219", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "286.767", "max": "289.474", "min": "286.284", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "39.198", "max": "40.05", "min": "38.973", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "70.45", "max": "71.021", "min": "70.232", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "72.665", "max": "73.208", "min": "72.461", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "73.54", "max": "74.24", "min": "73.348", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "183.971", "max": "184.722", "min": "183.424", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "69.249", "max": "69.625", "min": "69.115", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "88.234", "max": "88.49", "min": "88.034", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "52.1", "max": "65.318", "min": "50.389", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "64.145", "max": "64.337", "min": "64.054", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "58.234", "max": "58.901", "min": "58.01", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "69.962", "max": "70.514", "min": "69.613", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "184.389", "max": "185.097", "min": "184.234", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "261.413", "max": "263.238", "min": "260.805", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "181.507", "max": "182.841", "min": "181.169", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "157.655", "max": "158.034", "min": "157.368", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "79.345", "max": "91.497", "min": "78.481", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "142.631", "max": "145.211", "min": "142.285", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "187.071", "max": "191.578", "min": "186.611", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "274.999", "max": "275.595", "min": "274.612", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "133.152", "max": "134.979", "min": "132.84", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "134.519", "max": "136.27", "min": "134.09", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "146.211", "max": "153.13", "min": "144.924", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "108.025", "max": "108.291", "min": "107.837", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "167.728", "max": "169.673", "min": "167.318", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "174.469", "max": "177.178", "min": "173.626", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "70.734", "max": "71.205", "min": "70.48", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "0.045", "max": "0.085", "min": "0.032", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "172.56", "max": "178.093", "min": "171.913", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "165.96", "max": "206.616", "min": "159.029", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "42.999", "max": "43.586", "min": "42.854", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "214.178", "max": "288.345", "min": "206.223", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "101.358", "max": "102.293", "min": "100.935", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "325.797", "max": "326.685", "min": "325.461", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "182.184", "max": "184.26", "min": "181.729", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "85.54", "max": "85.794", "min": "85.326", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "246.746", "max": "247.117", "min": "246.487", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "290.217", "max": "291.227", "min": "289.899", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "224.904", "max": "230.192", "min": "224.275", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "83.192", "max": "83.41", "min": "83.006", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "292.51", "max": "297.176", "min": "290.557", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.443", "max": "94.677", "min": "72.462", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "74.981", "max": "75.237", "min": "74.693", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "166.095", "max": "168.587", "min": "165.698", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "283.536", "max": "284.371", "min": "283.248", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "139.874", "max": "140.093", "min": "139.575", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "153.85", "max": "154.313", "min": "153.5", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "162.28", "max": "182.559", "min": "161.078", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "169.858", "max": "170.183", "min": "169.643", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "136.939", "max": "138.151", "min": "136.559", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "196.023", "max": "198.738", "min": "195.572", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "193.594", "max": "194.014", "min": "193.434", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "194.498", "max": "196.422", "min": "194.142", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "214.83", "max": "224.847", "min": "213.863", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "140.337", "max": "144.505", "min": "139.698", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "157.013", "max": "157.313", "min": "156.86", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "158.585", "max": "159.368", "min": "158.395", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "152.631", "max": "155.301", "min": "151.99", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "208.409", "max": "208.811", "min": "208.154", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "180.415", "max": "195.103", "min": "178.726", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "175.451", "max": "226.694", "min": "147.983", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "132.801", "max": "133.202", "min": "132.472", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "209.982", "max": "211.51", "min": "209.568", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "167.718", "max": "170.862", "min": "167.194", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "194.815", "max": "195.439", "min": "194.504", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "160.574", "max": "182.826", "min": "159.509", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "176.13", "max": "181.942", "min": "175.683", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "174.25", "max": "174.993", "min": "173.872", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "173.726", "max": "174.708", "min": "173.309", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "168.723", "max": "171.399", "min": "168.415", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "151.453", "max": "157.269", "min": "149.286", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "215.545", "max": "216.379", "min": "215.308", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "151.27", "max": "152.128", "min": "150.915", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "165.387", "max": "166.281", "min": "165.145", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "137.963", "max": "139.143", "min": "137.103", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "186.134", "max": "199.192", "min": "183.226", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.306", "max": "80.897", "min": "77.601", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "294.575", "max": "295.707", "min": "294.357", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "264.585", "max": "265.479", "min": "264.311", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "143.295", "max": "143.705", "min": "143.095", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "298.691", "max": "300.173", "min": "298.399", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "54.597", "max": "56.188", "min": "54.287", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "178.944", "max": "179.579", "min": "178.455", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "222.01", "max": "222.757", "min": "221.823", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "138.093", "max": "139.223", "min": "137.571", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "140.171", "max": "142.612", "min": "139.655", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "54.2", "max": "71.875", "min": "53.342", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "82.095", "max": "83.012", "min": "81.841", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "232.869", "max": "236.396", "min": "232.423", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "102.718", "max": "102.916", "min": "102.586", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "152.942", "max": "153.129", "min": "152.735", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "81.805", "max": "82.121", "min": "81.658", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "151.72", "max": "157.781", "min": "151.269", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "188.622", "max": "190.784", "min": "188.257", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "94.392", "max": "100.218", "min": "91.829", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "150.234", "max": "151.117", "min": "149.836", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "196.541", "max": "197.726", "min": "196.091", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "127.79", "max": "137.609", "min": "126.459", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "240.188", "max": "241.872", "min": "239.399", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "90.342", "max": "90.698", "min": "90.177", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "247.214", "max": "248.135", "min": "246.833", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "201.247", "max": "201.889", "min": "201.108", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "167.767", "max": "169.089", "min": "167.492", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "220.16", "max": "221.193", "min": "219.932", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "89.947", "max": "90.969", "min": "89.582", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "90.46", "max": "90.903", "min": "90.143", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "220.103", "max": "226.913", "min": "218.525", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "135.614", "max": "137.414", "min": "135.087", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "102.767", "max": "104.014", "min": "101.658", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "215.733", "max": "221.342", "min": "215.248", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "50.649", "max": "52.305", "min": "50.283", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "137.748", "max": "151.657", "min": "136.566", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "305.32", "max": "312.839", "min": "294.532", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "167.724", "max": "167.724", "min": "167.724", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "136.284", "max": "136.624", "min": "136.016", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "169.041", "max": "170.075", "min": "168.724", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "226.889", "max": "227.169", "min": "226.573", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "171.555", "max": "182.722", "min": "163.404", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "177.79", "max": "178.303", "min": "177.439", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "228.519", "max": "229.418", "min": "228.196", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "210.397", "max": "211.213", "min": "209.975", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "88.092", "max": "88.801", "min": "87.88", "id": "163", "country": "United States", "source_name": "Roseburg", "destination_name": "Lansing", "destination_id": "295" } } }, "166": { "name": "Saskatoon", "data": { "0": { "avg": "170.774", "max": "171.098", "min": "170.503", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "212.022", "max": "212.448", "min": "211.736", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "51.929", "max": "52.878", "min": "51.788", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "143.276", "max": "149.844", "min": "142.461", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "116.635", "max": "117.02", "min": "116.481", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "148.349", "max": "171.276", "min": "146.762", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "116.547", "max": "116.925", "min": "116.331", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "220.327", "max": "232.434", "min": "219.458", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "166.664", "max": "166.951", "min": "166.447", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "132.394", "max": "138.353", "min": "131.924", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "108.201", "max": "108.533", "min": "107.919", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "55.259", "max": "80.309", "min": "54.109", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "43.864", "max": "44.117", "min": "43.668", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "52.265", "max": "52.986", "min": "52.01", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "67.689", "max": "74.262", "min": "67.217", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "49.972", "max": "50.347", "min": "49.751", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "136.496", "max": "136.75", "min": "136.315", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "69.171", "max": "69.283", "min": "69.082", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "111.71", "max": "111.971", "min": "111.503", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "136.017", "max": "136.278", "min": "135.845", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "216.022", "max": "216.241", "min": "215.839", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "26.094", "max": "26.323", "min": "25.988", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "60.341", "max": "61.388", "min": "60.113", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "45.251", "max": "60.449", "min": "44.216", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "144.571", "max": "144.895", "min": "144.328", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "128.379", "max": "128.829", "min": "128.14", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "135.459", "max": "136.348", "min": "135.304", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "139.202", "max": "139.502", "min": "139.022", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "125.574", "max": "125.982", "min": "125.34", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "54.109", "max": "54.32", "min": "53.957", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "224.599", "max": "229.165", "min": "224.147", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "142.327", "max": "142.536", "min": "142.139", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "70.423", "max": "73.394", "min": "70.006", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "157.476", "max": "161.27", "min": "157.106", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "139.734", "max": "141.839", "min": "139.424", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "207.518", "max": "211.328", "min": "207.05", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "74.646", "max": "74.789", "min": "74.575", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "63.38", "max": "63.551", "min": "63.177", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "49.554", "max": "49.749", "min": "49.367", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "47.702", "max": "47.992", "min": "47.484", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "253.502", "max": "256.376", "min": "252.97", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "118.397", "max": "120.916", "min": "117.949", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "146.231", "max": "146.522", "min": "146.051", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "146.3", "max": "146.879", "min": "146.092", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "264.178", "max": "267.004", "min": "263.938", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "151.007", "max": "151.734", "min": "150.529", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "144.472", "max": "144.713", "min": "144.254", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "139.404", "max": "140.233", "min": "139.185", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "196.623", "max": "196.898", "min": "196.333", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "55.798", "max": "56.11", "min": "55.656", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "41.9", "max": "42.045", "min": "41.759", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "31.56", "max": "36.643", "min": "30.951", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "171.656", "max": "260.884", "min": "155.702", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "33.361", "max": "35.192", "min": "33.129", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "258.108", "max": "267.503", "min": "254.919", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "258.374", "max": "258.629", "min": "258.224", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "149.768", "max": "156.968", "min": "144.941", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "224.313", "max": "224.575", "min": "224.153", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "154.391", "max": "155.77", "min": "153.944", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "121.331", "max": "121.558", "min": "121.199", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "168.957", "max": "170.169", "min": "168.443", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "188.639", "max": "243.187", "min": "183.752", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "228.137", "max": "241.918", "min": "226.911", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "244.003", "max": "244.235", "min": "243.864", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "193.553", "max": "195.275", "min": "193.338", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "157.133", "max": "157.611", "min": "156.854", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "46.597", "max": "46.754", "min": "46.464", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "149.975", "max": "157.523", "min": "149.02", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "168.916", "max": "170.495", "min": "168.239", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "48.718", "max": "51.608", "min": "48.503", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "212.551", "max": "212.75", "min": "212.37", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "74.678", "max": "75.459", "min": "74.416", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "96.845", "max": "99.1", "min": "96.505", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "58.328", "max": "61.371", "min": "58.013", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "151.389", "max": "156.723", "min": "150.427", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "114.465", "max": "118.28", "min": "114.017", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "52.631", "max": "52.887", "min": "52.411", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "83.864", "max": "84.068", "min": "83.74", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "35.631", "max": "37.022", "min": "35.368", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "31.451", "max": "31.896", "min": "31.319", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "38.256", "max": "38.484", "min": "38.068", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "55.754", "max": "56.367", "min": "55.496", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "236.363", "max": "237.842", "min": "236.147", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "267.749", "max": "267.903", "min": "267.597", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "71.924", "max": "72.071", "min": "71.814", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "176.592", "max": "180.655", "min": "175.272", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "120.86", "max": "122.412", "min": "120.504", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "55.649", "max": "55.873", "min": "55.527", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "32.503", "max": "32.821", "min": "32.222", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "114.54", "max": "123.751", "min": "113.885", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.455", "max": "37.308", "min": "34.789", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "78.327", "max": "78.642", "min": "78.084", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "130.088", "max": "132.748", "min": "129.494", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "198.004", "max": "202.505", "min": "192.497", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "42.444", "max": "42.629", "min": "42.261", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "65.728", "max": "65.99", "min": "65.586", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "98.225", "max": "98.438", "min": "97.931", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "133.75", "max": "151.374", "min": "132.54", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "55.535", "max": "55.722", "min": "55.417", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "27.756", "max": "29.269", "min": "27.518", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "41.863", "max": "42.131", "min": "41.697", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "33.695", "max": "33.827", "min": "33.551", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "153.174", "max": "157.711", "min": "152.751", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "227.401", "max": "228.379", "min": "226.84", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "31.386", "max": "32.007", "min": "31.187", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "200.007", "max": "200.605", "min": "199.714", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "132.792", "max": "134.017", "min": "132.547", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "52.51", "max": "52.843", "min": "52.314", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "52.838", "max": "52.991", "min": "52.653", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "246.207", "max": "246.421", "min": "246.121", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "250.138", "max": "271.915", "min": "238.153", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "164.675", "max": "164.825", "min": "164.522", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "53.144", "max": "53.239", "min": "53.046", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "239.483", "max": "241.451", "min": "239.129", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "503.437", "max": "612.045", "min": "322.414", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "256.32", "max": "349.553", "min": "165.488", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "290.232", "max": "292.556", "min": "289.443", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "167.383", "max": "168.95", "min": "167.089", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "43.64", "max": "43.759", "min": "43.512", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "46.84", "max": "47.456", "min": "46.612", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.696", "max": "40.963", "min": "40.494", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "128.352", "max": "274.059", "min": "49.767", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "158.713", "max": "159.6", "min": "158.486", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "158.332", "max": "338.49", "min": "149.67", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "146.688", "max": "149.793", "min": "146.262", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "160.235", "max": "160.926", "min": "159.796", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "47.552", "max": "55.947", "min": "47.124", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "273.148", "max": "273.784", "min": "272.759", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "218.738", "max": "221.832", "min": "218.432", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "62.406", "max": "65.597", "min": "61.932", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "43.253", "max": "56.824", "min": "41.6", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "47.155", "max": "47.626", "min": "46.982", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "34.565", "max": "34.81", "min": "34.324", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "234.586", "max": "235.926", "min": "233.88", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "59.012", "max": "60.294", "min": "58.836", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "48.521", "max": "48.841", "min": "48.259", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.18", "max": "61.904", "min": "49.656", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "51.616", "max": "51.822", "min": "51.501", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "35.1", "max": "35.387", "min": "34.971", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "44.728", "max": "44.992", "min": "44.559", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "143.284", "max": "143.43", "min": "143.128", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "240.208", "max": "240.938", "min": "239.758", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "158.321", "max": "158.567", "min": "158.073", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "138.12", "max": "138.39", "min": "137.912", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.562", "max": "111.496", "min": "105.654", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "118.952", "max": "119.203", "min": "118.584", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "152.864", "max": "167.079", "min": "151.606", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "254.805", "max": "254.968", "min": "254.64", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "113.984", "max": "115.461", "min": "113.622", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "111.133", "max": "111.366", "min": "110.933", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "125.184", "max": "136.446", "min": "123.779", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "149.878", "max": "150.166", "min": "149.699", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "146.425", "max": "149.258", "min": "146.024", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "131.812", "max": "132.842", "min": "131.483", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "46.815", "max": "47.257", "min": "46.628", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "43.112", "max": "46.051", "min": "42.901", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "147.505", "max": "148.787", "min": "147.161", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "246.149", "max": "290.646", "min": "237.879", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "0.035", "max": "0.066", "min": "0.019", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "199.31", "max": "290.234", "min": "192.993", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "78.632", "max": "79.061", "min": "78.409", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "477.955", "max": "478.589", "min": "477.469", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "152.147", "max": "153.174", "min": "151.978", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "53.136", "max": "53.294", "min": "53.039", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "225.156", "max": "228.393", "min": "224.595", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "268.209", "max": "268.376", "min": "268.023", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "208.937", "max": "214.449", "min": "208.349", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "87.329", "max": "87.603", "min": "87.143", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "264.206", "max": "284.578", "min": "240.242", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "50.11", "max": "50.4", "min": "49.944", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "44.829", "max": "48.623", "min": "44.588", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "129.776", "max": "131.328", "min": "129.423", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "305.667", "max": "305.877", "min": "305.469", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "119.561", "max": "124.368", "min": "118.985", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "127.715", "max": "128.082", "min": "127.41", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "140.794", "max": "150.932", "min": "140.089", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "135.637", "max": "136.959", "min": "135.459", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "113.453", "max": "113.925", "min": "113.142", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "161.017", "max": "161.415", "min": "160.679", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "170.984", "max": "201.135", "min": "168.93", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "170.06", "max": "178.228", "min": "169.161", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "174.597", "max": "175.461", "min": "174.427", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "122.254", "max": "125.787", "min": "121.571", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "144.407", "max": "144.526", "min": "144.3", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "123.081", "max": "123.325", "min": "122.914", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "140.851", "max": "141.093", "min": "140.608", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "165.981", "max": "166.278", "min": "165.587", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "141.71", "max": "164.263", "min": "140.181", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "148.225", "max": "216.588", "min": "124.887", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "112.202", "max": "112.387", "min": "111.922", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "171.437", "max": "171.847", "min": "171.219", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "153.203", "max": "153.572", "min": "152.924", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "160.81", "max": "161.434", "min": "160.383", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "117.953", "max": "118.324", "min": "117.679", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.806", "max": "219.948", "min": "214.397", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "179.829", "max": "182.345", "min": "179.645", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "149.844", "max": "150.202", "min": "149.537", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "150.334", "max": "150.85", "min": "150.113", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "144.32", "max": "152.422", "min": "142.979", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "170.004", "max": "170.251", "min": "169.864", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "123.447", "max": "125.095", "min": "123.086", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "119.902", "max": "120.149", "min": "119.671", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "116.67", "max": "116.844", "min": "116.526", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "218.633", "max": "219.066", "min": "218.44", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "44.311", "max": "49.146", "min": "43.407", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "267.003", "max": "273.241", "min": "261.596", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "258.39", "max": "259.524", "min": "258.146", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "124.121", "max": "124.438", "min": "123.871", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "272.462", "max": "272.591", "min": "272.301", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "78.359", "max": "81.146", "min": "77.97", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "158.208", "max": "158.522", "min": "157.975", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "180.539", "max": "180.813", "min": "180.413", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "116.146", "max": "116.96", "min": "115.849", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "118.129", "max": "119.301", "min": "117.786", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "38.493", "max": "38.723", "min": "38.318", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "52.506", "max": "52.691", "min": "52.405", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "208.466", "max": "208.837", "min": "208.158", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "49.254", "max": "49.496", "min": "49.059", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "131.778", "max": "132.006", "min": "131.569", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "40.823", "max": "40.904", "min": "40.724", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "131.131", "max": "131.338", "min": "130.951", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "169.434", "max": "172.595", "min": "169.103", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "70.701", "max": "74.713", "min": "67.455", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "128.703", "max": "130.221", "min": "128.342", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "207.228", "max": "208.894", "min": "206.26", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "102.842", "max": "126.31", "min": "100.845", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "277.295", "max": "280.838", "min": "276.632", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "136.161", "max": "137.149", "min": "135.926", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "226.422", "max": "226.78", "min": "226.197", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "160.835", "max": "164.169", "min": "160.604", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "120.764", "max": "121.027", "min": "120.574", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "170.169", "max": "170.613", "min": "170.03", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "41.565", "max": "44.904", "min": "41.001", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "55.859", "max": "56.168", "min": "55.657", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "172.694", "max": "175.264", "min": "171.21", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "132.647", "max": "135.104", "min": "131.517", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "50.174", "max": "52.453", "min": "49.136", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "171.757", "max": "173.226", "min": "171.522", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "30.85", "max": "30.991", "min": "30.679", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "122.172", "max": "127.092", "min": "121.561", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "224.264", "max": "236.97", "min": "213.275", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "162.866", "max": "162.866", "min": "162.866", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "112.713", "max": "113.196", "min": "112.489", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "140.786", "max": "141.009", "min": "140.609", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "209.002", "max": "213.397", "min": "208.615", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "136.82", "max": "150.31", "min": "128.697", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "141.646", "max": "141.938", "min": "141.432", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "285.643", "max": "287.084", "min": "285.255", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "202.822", "max": "204.813", "min": "202.388", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "51.491", "max": "51.744", "min": "51.409", "id": "166", "country": "Canada", "source_name": "Saskatoon", "destination_name": "Lansing", "destination_id": "295" } } }, "171": { "name": "Secaucus", "data": { "0": { "avg": "81.498", "max": "81.72", "min": "81.364", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "248.853", "max": "249.14", "min": "248.476", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "15.433", "max": "15.785", "min": "15.348", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "99.946", "max": "105.096", "min": "99.358", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "74.697", "max": "75.531", "min": "74.513", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "139.249", "max": "139.707", "min": "139.034", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "80.557", "max": "82.041", "min": "80.344", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "285.975", "max": "291.38", "min": "285.014", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "116.43", "max": "116.854", "min": "116.275", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "94.488", "max": "94.934", "min": "94.242", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "71.253", "max": "71.491", "min": "71.03", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "45.005", "max": "70.197", "min": "43.925", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "2.048", "max": "2.386", "min": "1.887", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "5.929", "max": "6.273", "min": "5.712", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "33.087", "max": "33.599", "min": "32.821", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "6.909", "max": "7.12", "min": "6.106", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "95.874", "max": "96.261", "min": "95.599", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "19.43", "max": "28.6", "min": "18.487", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "69.096", "max": "69.307", "min": "68.971", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "88.975", "max": "89.3", "min": "88.848", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "265.278", "max": "265.549", "min": "265.101", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "21.369", "max": "21.448", "min": "21.285", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "67.26", "max": "67.479", "min": "67.116", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "58.386", "max": "63.119", "min": "57.876", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "99.962", "max": "100.384", "min": "99.683", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "92.621", "max": "92.783", "min": "92.472", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "90.416", "max": "91.904", "min": "90.146", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "93.651", "max": "94.007", "min": "93.355", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "80.623", "max": "80.816", "min": "80.507", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "63.952", "max": "73.089", "min": "63.435", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "252.895", "max": "253.024", "min": "252.82", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "97.57", "max": "97.774", "min": "97.458", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "70.78", "max": "99.578", "min": "69.621", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "111.048", "max": "111.268", "min": "110.906", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "88.989", "max": "90.435", "min": "88.689", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "252.169", "max": "253.114", "min": "251.909", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "68.015", "max": "68.226", "min": "67.933", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "60.774", "max": "61.013", "min": "60.613", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "37.503", "max": "38.126", "min": "37.318", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "11.4", "max": "12.594", "min": "11.141", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "211.028", "max": "221.638", "min": "210.21", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "79.05", "max": "79.953", "min": "78.761", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "109.337", "max": "109.546", "min": "109.215", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "104.076", "max": "105.249", "min": "103.775", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "206.88", "max": "207.125", "min": "206.738", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "103.196", "max": "104.059", "min": "102.783", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "111.339", "max": "111.719", "min": "111.136", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "93.843", "max": "96.982", "min": "91.769", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "164.085", "max": "167.597", "min": "162.385", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "53.813", "max": "54.041", "min": "53.695", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "12.771", "max": "12.896", "min": "12.603", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "64.754", "max": "65.21", "min": "64.46", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "82.95", "max": "96.767", "min": "74.536", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "36.167", "max": "36.219", "min": "36.057", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "202.73", "max": "230.064", "min": "198.457", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "234.731", "max": "235", "min": "234.527", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "98.237", "max": "99.999", "min": "97.47", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "223.409", "max": "223.719", "min": "223.184", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "120.724", "max": "121.542", "min": "120.376", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "80.476", "max": "80.65", "min": "80.373", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "134.002", "max": "135.719", "min": "133.373", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "128.42", "max": "189.548", "min": "123.573", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "258.284", "max": "282.567", "min": "256.352", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "235.883", "max": "236.093", "min": "235.77", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "119.775", "max": "119.909", "min": "119.623", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "100.57", "max": "103.419", "min": "100.025", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "3.698", "max": "3.812", "min": "3.57", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "113.524", "max": "114.054", "min": "113.181", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "133.706", "max": "135.969", "min": "132.953", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "44.894", "max": "45.365", "min": "44.753", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "203.669", "max": "205.321", "min": "203.248", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "65.512", "max": "66.858", "min": "65.227", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.492", "max": "82.433", "min": "79.099", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "23.722", "max": "23.903", "min": "23.576", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "123.056", "max": "123.414", "min": "122.923", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "72.009", "max": "72.308", "min": "71.809", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "16.731", "max": "16.911", "min": "16.595", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "58.023", "max": "60.087", "min": "57.764", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "23.436", "max": "26.301", "min": "23.032", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "20.385", "max": "20.838", "min": "20.233", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "69.311", "max": "69.451", "min": "69.123", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "17.846", "max": "18.527", "min": "17.529", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "256.903", "max": "260.28", "min": "255.86", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "223.49", "max": "226.047", "min": "223.186", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "48.093", "max": "48.431", "min": "47.989", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "129.378", "max": "130.408", "min": "129.058", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "74.476", "max": "75.109", "min": "74.111", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "27.894", "max": "28.13", "min": "27.764", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "27.109", "max": "27.259", "min": "27.006", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "76.934", "max": "78.946", "min": "76.683", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.163", "max": "34.367", "min": "31.446", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "71.766", "max": "72.517", "min": "71.566", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "81.584", "max": "81.708", "min": "81.522", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "196.816", "max": "197.676", "min": "196.497", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "11.114", "max": "14.936", "min": "10.894", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "28.91", "max": "29.081", "min": "28.769", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "76.958", "max": "77.205", "min": "76.687", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "61.369", "max": "67.23", "min": "59.882", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "68.132", "max": "68.268", "min": "67.945", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "18.605", "max": "20.22", "min": "18.293", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "30.977", "max": "31.154", "min": "30.909", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "61.551", "max": "62.018", "min": "61.359", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "109.721", "max": "112.753", "min": "109.423", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "239.351", "max": "240.9", "min": "238.609", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.049", "max": "28.985", "min": "27.845", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "318.083", "max": "318.548", "min": "317.625", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "92.146", "max": "94.048", "min": "91.907", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "10.547", "max": "10.676", "min": "10.361", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "25.667", "max": "26.134", "min": "25.537", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "187.014", "max": "187.249", "min": "186.869", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "206.5", "max": "206.668", "min": "206.355", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.197", "max": "189.404", "min": "189.037", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "0.788", "max": "0.926", "min": "0.707", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "208.029", "max": "224.337", "min": "207.136", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "470.43", "max": "575.979", "min": "303.171", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "223.149", "max": "324.304", "min": "133.326", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "252.208", "max": "258.267", "min": "251.585", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "157.186", "max": "159.828", "min": "156.852", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "39.193", "max": "39.37", "min": "38.968", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "38.161", "max": "39.312", "min": "37.788", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "40.242", "max": "41.512", "min": "39.901", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "110.415", "max": "259.712", "min": "30.873", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "130.861", "max": "132.679", "min": "130.672", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "116.103", "max": "384.384", "min": "105.569", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "104.548", "max": "107.377", "min": "104.205", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "101.204", "max": "102.546", "min": "100.758", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "1.853", "max": "2.049", "min": "1.702", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "227.857", "max": "229.141", "min": "227.628", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "186.698", "max": "186.995", "min": "186.547", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "97.612", "max": "101.439", "min": "97.316", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "26.98", "max": "27.4", "min": "26.818", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "23.641", "max": "23.819", "min": "23.533", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "28.015", "max": "28.203", "min": "27.85", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "215.233", "max": "216.976", "min": "214.592", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "48.923", "max": "49.375", "min": "48.825", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "7.927", "max": "8.283", "min": "7.791", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "55.363", "max": "67.599", "min": "53.736", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "43.469", "max": "43.603", "min": "43.377", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "32.788", "max": "32.879", "min": "32.678", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "4.891", "max": "5.143", "min": "4.736", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "97.872", "max": "98.02", "min": "97.731", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "242.038", "max": "247.107", "min": "241.475", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "109.479", "max": "110.084", "min": "109.298", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "92.557", "max": "92.862", "min": "92.393", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "113.293", "max": "125.696", "min": "112.636", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "77.959", "max": "78.658", "min": "77.702", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "101.782", "max": "111.395", "min": "101.188", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "214.258", "max": "214.496", "min": "214.158", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "68.137", "max": "68.949", "min": "67.955", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "70.266", "max": "70.41", "min": "70.165", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "79.051", "max": "84.437", "min": "78.292", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "171.58", "max": "171.76", "min": "171.42", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "102.714", "max": "103.892", "min": "102.453", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "86.979", "max": "98.784", "min": "85.11", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "12.663", "max": "13.025", "min": "12.549", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "85.566", "max": "85.738", "min": "85.379", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "118.792", "max": "120.257", "min": "118.413", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "226.801", "max": "270.286", "min": "219.429", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "53.106", "max": "53.297", "min": "52.982", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "169.339", "max": "255.754", "min": "160.948", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "39.539", "max": "39.674", "min": "39.418", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "363.857", "max": "364.309", "min": "363.576", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "102.28", "max": "102.521", "min": "102.075", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "0.039", "max": "0.071", "min": "0.017", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "183.072", "max": "183.324", "min": "182.894", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "237.339", "max": "237.465", "min": "237.249", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "158.129", "max": "158.423", "min": "157.888", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "54.739", "max": "55.303", "min": "54.579", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "243.968", "max": "246.736", "min": "243.19", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "10.515", "max": "10.677", "min": "10.381", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "13.369", "max": "13.515", "min": "13.281", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "81.27", "max": "84.461", "min": "80.961", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "220.54", "max": "220.9", "min": "220.411", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "77.45", "max": "77.596", "min": "77.339", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "88.466", "max": "89.237", "min": "88.292", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "100.684", "max": "100.9", "min": "100.495", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "90.512", "max": "90.729", "min": "90.437", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "72.378", "max": "72.964", "min": "72.162", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "123.713", "max": "124.022", "min": "123.519", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "112.272", "max": "112.817", "min": "112.14", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "124.86", "max": "128.244", "min": "124.445", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "118.414", "max": "118.549", "min": "118.304", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "75.447", "max": "79.37", "min": "74.961", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "82.994", "max": "83.282", "min": "82.916", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "81.93", "max": "82.046", "min": "81.855", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "88.857", "max": "89.143", "min": "88.707", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "124.914", "max": "136.231", "min": "124.138", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "101.601", "max": "145.392", "min": "99.418", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "95.325", "max": "111.402", "min": "84.238", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "69.071", "max": "69.272", "min": "68.938", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "143.308", "max": "144.269", "min": "143.132", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "109.36", "max": "109.621", "min": "109.103", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "114.191", "max": "115.172", "min": "113.712", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "83.455", "max": "85.294", "min": "83.082", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "215.236", "max": "215.695", "min": "214.979", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "89.76", "max": "90.612", "min": "89.546", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "106.96", "max": "107.343", "min": "106.641", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "91.297", "max": "91.586", "min": "91.196", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "98.88", "max": "105.31", "min": "95.442", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "124.409", "max": "124.61", "min": "124.259", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "74.018", "max": "75.385", "min": "73.758", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "76.86", "max": "80.415", "min": "76.618", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "72.752", "max": "73.762", "min": "72.056", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "257.768", "max": "258.107", "min": "257.538", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "4.334", "max": "6.723", "min": "3.698", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "230.246", "max": "234.032", "min": "225.419", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "198.405", "max": "200.259", "min": "198.226", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "80.72", "max": "80.988", "min": "80.616", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "226.512", "max": "227.227", "min": "226.357", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "89.1", "max": "89.312", "min": "88.838", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "99.265", "max": "99.585", "min": "99.092", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "132.441", "max": "132.657", "min": "132.306", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "70.541", "max": "71.755", "min": "70.046", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "83.533", "max": "84.149", "min": "83.266", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "22.852", "max": "23.015", "min": "22.682", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "33.532", "max": "33.663", "min": "33.419", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "226.342", "max": "295.626", "min": "221.119", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "7.336", "max": "7.582", "min": "7.243", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "89.083", "max": "89.708", "min": "88.913", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "7.874", "max": "8.007", "min": "7.789", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "88.483", "max": "89.168", "min": "88.278", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "127.524", "max": "160.896", "min": "125.844", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "46.804", "max": "49.378", "min": "43.791", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "84.667", "max": "84.813", "min": "84.53", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "102.084", "max": "104.108", "min": "101.197", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "68.231", "max": "77.098", "min": "66.889", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "211.341", "max": "218.037", "min": "208.996", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "153.927", "max": "154.144", "min": "153.814", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "146.975", "max": "148.526", "min": "146.712", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "115.979", "max": "116.169", "min": "115.889", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "82.038", "max": "83.457", "min": "81.869", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "133.933", "max": "134.085", "min": "133.845", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "12.603", "max": "17.692", "min": "12.164", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "13.743", "max": "13.988", "min": "13.583", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "131.748", "max": "133.642", "min": "129.986", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "90.529", "max": "93.108", "min": "90.046", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "14.774", "max": "16.031", "min": "13.766", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "131.764", "max": "132.2", "min": "131.642", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "28.559", "max": "32.087", "min": "28.27", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "81.218", "max": "90.984", "min": "80.39", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.876", "max": "237.55", "min": "222.874", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "103.514", "max": "105.004", "min": "102.025", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "71.42", "max": "72.654", "min": "71.241", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "82.528", "max": "82.62", "min": "82.418", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "163.285", "max": "164.69", "min": "162.848", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "84.585", "max": "99.769", "min": "78.062", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "93.842", "max": "94.059", "min": "93.73", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "257.613", "max": "259.52", "min": "257.192", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "154.208", "max": "154.999", "min": "153.842", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "28.49", "max": "29.814", "min": "28.251", "id": "171", "country": "United States", "source_name": "Secaucus", "destination_name": "Lansing", "destination_id": "295" } } }, "177": { "name": "Guadalajara", "data": { "0": { "avg": "123.172", "max": "123.729", "min": "123.047", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "204.039", "max": "204.575", "min": "203.66", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "74.803", "max": "76.029", "min": "74.555", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "153.674", "max": "156.513", "min": "153.037", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "130.124", "max": "131.205", "min": "129.899", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "159.967", "max": "160.204", "min": "159.749", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "138.349", "max": "145.861", "min": "137.553", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "306.349", "max": "317.724", "min": "305.217", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "180.782", "max": "182.443", "min": "180.561", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "164.706", "max": "181.411", "min": "163.952", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "135.577", "max": "135.999", "min": "135.363", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "29.599", "max": "30.614", "min": "29.375", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "54.805", "max": "55.082", "min": "54.579", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "60.425", "max": "61.268", "min": "60.194", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "62.641", "max": "62.96", "min": "62.496", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "69.183", "max": "70.138", "min": "68.88", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "162.012", "max": "162.814", "min": "161.756", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "37.819", "max": "38.622", "min": "37.645", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "135.687", "max": "135.997", "min": "135.436", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "149.606", "max": "150.101", "min": "149.397", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "209.075", "max": "210.925", "min": "208.807", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "51.142", "max": "51.569", "min": "50.986", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "64.353", "max": "64.946", "min": "64.15", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "75.518", "max": "79.101", "min": "75.185", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "190.65", "max": "191.451", "min": "190.355", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "148.56", "max": "149.458", "min": "148.315", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "149.568", "max": "149.714", "min": "149.377", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "173.659", "max": "173.818", "min": "173.573", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "143.267", "max": "143.522", "min": "143.106", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "61.071", "max": "61.963", "min": "60.791", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "237.617", "max": "238.861", "min": "237.454", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "153.642", "max": "154.144", "min": "153.45", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "67.087", "max": "67.806", "min": "66.921", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "180.435", "max": "180.565", "min": "180.329", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "161.198", "max": "162.22", "min": "160.969", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "234.768", "max": "236.844", "min": "234.483", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "51.527", "max": "51.763", "min": "51.453", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "93.41", "max": "94.113", "min": "93.242", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.116", "max": "39.187", "min": "33.687", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "53.987", "max": "55.055", "min": "53.548", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "273.933", "max": "276.803", "min": "273.52", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "136.272", "max": "137.73", "min": "135.879", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "156.938", "max": "157.156", "min": "156.653", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "167.384", "max": "168.206", "min": "167.219", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "323.032", "max": "323.234", "min": "322.733", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "177.396", "max": "178.401", "min": "176.799", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "160.664", "max": "161.787", "min": "160.29", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "118.552", "max": "119.433", "min": "118.359", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "184.417", "max": "185.64", "min": "184.163", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "38.736", "max": "39.141", "min": "38.63", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "61.883", "max": "62.194", "min": "61.732", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "80.985", "max": "81.517", "min": "80.683", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "182.053", "max": "193.334", "min": "171.222", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "38.033", "max": "38.169", "min": "37.915", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "264.046", "max": "270.654", "min": "261.102", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "258.231", "max": "258.797", "min": "257.968", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "132.814", "max": "135.846", "min": "131.743", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "214.624", "max": "214.96", "min": "214.506", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "189.541", "max": "191.939", "min": "189.188", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "139.346", "max": "139.908", "min": "139.193", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "198.326", "max": "200.464", "min": "197.533", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "180.468", "max": "237.106", "min": "177.878", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "258.557", "max": "350.413", "min": "249.905", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "238.932", "max": "245.725", "min": "238.342", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "183.045", "max": "184.182", "min": "182.746", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "169.539", "max": "172.369", "min": "169.268", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "52.298", "max": "52.623", "min": "52.143", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "173.015", "max": "173.414", "min": "172.633", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "169.492", "max": "172.013", "min": "168.512", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "46.001", "max": "47.831", "min": "45.79", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "225.294", "max": "228.704", "min": "224.9", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "49.24", "max": "52.281", "min": "48.774", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "92.729", "max": "94.324", "min": "92.363", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "48.823", "max": "50.128", "min": "48.615", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "164.593", "max": "165.115", "min": "164.395", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "132.329", "max": "132.834", "min": "132.147", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "41.74", "max": "42.371", "min": "41.585", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "58.429", "max": "58.698", "min": "58.311", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "60.986", "max": "66.105", "min": "60.455", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "78.01", "max": "78.703", "min": "77.84", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "78.515", "max": "79.594", "min": "78.291", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "91.087", "max": "91.725", "min": "90.894", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "199.262", "max": "199.671", "min": "199.097", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "275.736", "max": "276.113", "min": "275.513", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "69.453", "max": "69.704", "min": "69.254", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "207.95", "max": "208.976", "min": "207.595", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "135.732", "max": "136.864", "min": "135.434", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "48.496", "max": "48.837", "min": "48.321", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "44.197", "max": "44.729", "min": "44.039", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "143.517", "max": "148.538", "min": "143.05", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "58.067", "max": "59.514", "min": "57.339", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "70.153", "max": "70.947", "min": "69.954", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "122.929", "max": "123.514", "min": "122.756", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "185.251", "max": "185.574", "min": "185.015", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "61.682", "max": "63.573", "min": "61.461", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "44.878", "max": "45.103", "min": "44.75", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "95.635", "max": "95.989", "min": "95.318", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "78.043", "max": "98.301", "min": "76.513", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "81.579", "max": "81.932", "min": "81.402", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "52.925", "max": "55.698", "min": "52.611", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "70.46", "max": "73.723", "min": "69.627", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "94.389", "max": "94.793", "min": "94.247", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "177.152", "max": "181.818", "min": "176.762", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "231.811", "max": "235.991", "min": "231.147", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "54.125", "max": "55.253", "min": "53.85", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "192.99", "max": "194.879", "min": "192.644", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "115.639", "max": "119.258", "min": "115.353", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "89.13", "max": "91.771", "min": "88.761", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "43.112", "max": "43.393", "min": "42.949", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "281.942", "max": "284.02", "min": "281.707", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "216.578", "max": "217.451", "min": "216.411", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "182.148", "max": "182.426", "min": "181.921", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "59.726", "max": "60.701", "min": "59.557", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "260.661", "max": "264.727", "min": "260.284", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "495.951", "max": "608.335", "min": "334.834", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "277.339", "max": "384.693", "min": "191.928", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "309.281", "max": "318.415", "min": "308.232", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "168.967", "max": "170.291", "min": "168.657", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "35.269", "max": "37.129", "min": "35.01", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "35.526", "max": "56.684", "min": "34.418", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "43.474", "max": "43.917", "min": "43.287", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "116.128", "max": "274.847", "min": "43.747", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "158.548", "max": "158.861", "min": "158.399", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "171.573", "max": "259.78", "min": "167.942", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "165.081", "max": "168.638", "min": "164.822", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "159.422", "max": "160.566", "min": "158.981", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "54.566", "max": "56.079", "min": "54.303", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "335.742", "max": "336.305", "min": "335.528", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "259.615", "max": "259.914", "min": "259.458", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "104.533", "max": "105.703", "min": "104.266", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "61.424", "max": "61.7", "min": "61.314", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "53.838", "max": "54.69", "min": "53.642", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "95.772", "max": "101.231", "min": "95.15", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "200.172", "max": "201.789", "min": "199.542", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "42.824", "max": "49.619", "min": "42.16", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "60.401", "max": "60.667", "min": "60.217", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "37.606", "max": "47.328", "min": "36.375", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "51.992", "max": "52.458", "min": "51.805", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "45.664", "max": "46.072", "min": "45.54", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "57.413", "max": "63.491", "min": "56.961", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "152.227", "max": "152.718", "min": "151.998", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "273.057", "max": "273.341", "min": "272.675", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "175.836", "max": "176.612", "min": "175.661", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "182.439", "max": "182.874", "min": "182.294", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "101.672", "max": "102.523", "min": "101.369", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "131.09", "max": "131.894", "min": "130.768", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "170.051", "max": "173.833", "min": "169.593", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "276.936", "max": "277.202", "min": "276.796", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "122.684", "max": "124.065", "min": "122.489", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "129.939", "max": "131.594", "min": "129.675", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "156.345", "max": "166.97", "min": "155.06", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "177.558", "max": "177.816", "min": "177.396", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "169.121", "max": "171.429", "min": "168.876", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "141.485", "max": "176.035", "min": "140.045", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "57.524", "max": "57.826", "min": "57.328", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "83.239", "max": "83.672", "min": "83.059", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "165.39", "max": "165.705", "min": "165.204", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "227.1", "max": "264.027", "min": "220.194", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "87.134", "max": "87.383", "min": "86.929", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "185.784", "max": "244.801", "min": "176.914", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "98.576", "max": "98.813", "min": "98.365", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "465.663", "max": "466.551", "min": "464.938", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "167.558", "max": "168.055", "min": "167.411", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "54.643", "max": "54.889", "min": "54.514", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "234.46", "max": "237.524", "min": "234.167", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "284.758", "max": "285.043", "min": "284.61", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "272.175", "max": "272.456", "min": "271.923", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "0.033", "max": "0.175", "min": "0.023", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "211.494", "max": "212.832", "min": "211.28", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "63.054", "max": "64.107", "min": "62.85", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "60.93", "max": "62.299", "min": "60.771", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "158.449", "max": "162.619", "min": "158.017", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "283.946", "max": "284.338", "min": "283.793", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "140.967", "max": "141.488", "min": "140.845", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "143.428", "max": "143.953", "min": "143.14", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "158.983", "max": "159.208", "min": "158.834", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "149.733", "max": "149.916", "min": "149.597", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "130.377", "max": "131.226", "min": "130.079", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "189.355", "max": "190.109", "min": "189.193", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "173.261", "max": "173.459", "min": "173.12", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "203.306", "max": "205.393", "min": "203.018", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "183.852", "max": "190.344", "min": "183.126", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "136.092", "max": "139.629", "min": "135.735", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "147.664", "max": "147.943", "min": "147.51", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "144.527", "max": "145.001", "min": "144.357", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "183.355", "max": "183.683", "min": "183.209", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "186.428", "max": "187.456", "min": "186.123", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "154.061", "max": "162.73", "min": "152.728", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "188.664", "max": "235.729", "min": "162.968", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "147.661", "max": "148.148", "min": "147.485", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "180.763", "max": "183.255", "min": "180.408", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "187.36", "max": "192.141", "min": "186.985", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "169.76", "max": "170.569", "min": "169.391", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "133.481", "max": "138.716", "min": "132.911", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "273.168", "max": "276.672", "min": "272.861", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "146.056", "max": "146.373", "min": "145.892", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "165.108", "max": "165.51", "min": "164.821", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "170.739", "max": "171.535", "min": "170.568", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "120.126", "max": "129.901", "min": "118.337", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "181.68", "max": "182.511", "min": "181.435", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "134.772", "max": "135.319", "min": "134.537", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "133.71", "max": "133.962", "min": "133.572", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "136.639", "max": "139.082", "min": "134.303", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "226.149", "max": "239.736", "min": "222.013", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "57.039", "max": "60.368", "min": "56.568", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "216.911", "max": "217.521", "min": "216.34", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "269.354", "max": "272.368", "min": "268.919", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "148.894", "max": "149.546", "min": "148.744", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "267.195", "max": "267.988", "min": "266.831", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "75.751", "max": "76.469", "min": "75.491", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "177.129", "max": "180.42", "min": "176.801", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "188.206", "max": "188.969", "min": "188.081", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "131.821", "max": "133.348", "min": "131.398", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "134.447", "max": "134.626", "min": "134.353", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "62.404", "max": "66.875", "min": "62.06", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "70.523", "max": "70.766", "min": "70.397", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "239.535", "max": "242.008", "min": "239.288", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "59.845", "max": "61.081", "min": "59.68", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "146.88", "max": "147.503", "min": "146.623", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "60.031", "max": "61.558", "min": "59.924", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "150.387", "max": "151.183", "min": "150.182", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "176.774", "max": "213.332", "min": "175.227", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "65.967", "max": "69.657", "min": "62.179", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "151.183", "max": "152.238", "min": "150.975", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "159.895", "max": "162.714", "min": "159.125", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "89.477", "max": "91.601", "min": "88.395", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "254.374", "max": "256.258", "min": "253.922", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "187.43", "max": "188.057", "min": "187.271", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "220.911", "max": "221.861", "min": "220.607", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "171.896", "max": "172.7", "min": "171.73", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "140.105", "max": "140.586", "min": "139.93", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "192.162", "max": "192.34", "min": "192.053", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "65.918", "max": "68.507", "min": "65.365", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "56.03", "max": "57.838", "min": "55.716", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "187.684", "max": "196.258", "min": "185.273", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "139.48", "max": "139.804", "min": "139.183", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "65.151", "max": "67.02", "min": "63.943", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "201.174", "max": "202.33", "min": "200.863", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "61.607", "max": "61.903", "min": "61.436", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "139.982", "max": "145.982", "min": "139.445", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "244.711", "max": "250.902", "min": "233.652", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "126.104", "max": "126.104", "min": "126.104", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "137.533", "max": "137.767", "min": "137.4", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "148.711", "max": "149.298", "min": "148.519", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "222.21", "max": "222.637", "min": "222.027", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "155.307", "max": "167.724", "min": "148.389", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "163.445", "max": "165.307", "min": "163.132", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "284.045", "max": "285.051", "min": "283.83", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "210.611", "max": "211.623", "min": "210.266", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "56.845", "max": "57.312", "min": "56.672", "id": "177", "country": "Mexico", "source_name": "Guadalajara", "destination_name": "Lansing", "destination_id": "295" } } }, "181": { "name": "Brunswick", "data": { "0": { "avg": "115.785", "max": "116.759", "min": "115.439", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "257.125", "max": "258.509", "min": "256.774", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.654", "max": "23.078", "min": "22.491", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "96.976", "max": "101.09", "min": "96.231", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "74.401", "max": "74.965", "min": "74.196", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "167.248", "max": "167.431", "min": "167.089", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "94.976", "max": "95.186", "min": "94.847", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "294.109", "max": "299.959", "min": "293.316", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "135.635", "max": "136.041", "min": "135.398", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "106.113", "max": "113.242", "min": "105.626", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "76.859", "max": "77.279", "min": "76.716", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "50.007", "max": "52.675", "min": "49.776", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "11.195", "max": "11.322", "min": "11.107", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "4.469", "max": "5.046", "min": "4.287", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "41.949", "max": "42.387", "min": "41.713", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "16.331", "max": "17.331", "min": "16.013", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "104.579", "max": "104.94", "min": "104.309", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "27.46", "max": "33.963", "min": "26.839", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "72.92", "max": "73.175", "min": "72.736", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "107.604", "max": "107.788", "min": "107.47", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "274.691", "max": "274.861", "min": "274.517", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "27.209", "max": "27.293", "min": "27.082", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "80.523", "max": "80.747", "min": "80.367", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "73.402", "max": "76.58", "min": "72.985", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "107.345", "max": "108.266", "min": "107.017", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "90.014", "max": "90.215", "min": "89.745", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "102.311", "max": "104.157", "min": "101.909", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "100.736", "max": "101.095", "min": "100.491", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "95.625", "max": "95.927", "min": "95.393", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "73.468", "max": "74.692", "min": "73.252", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "259.971", "max": "260.072", "min": "259.8", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "105.894", "max": "106.135", "min": "105.655", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "76.892", "max": "81.074", "min": "76.498", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "121.944", "max": "122.056", "min": "121.763", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "98.303", "max": "99.077", "min": "98.013", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "225.659", "max": "262.152", "min": "223.901", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "76.286", "max": "76.48", "min": "76.177", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "79.245", "max": "79.511", "min": "79.029", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "45.44", "max": "45.753", "min": "45.25", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "20.239", "max": "20.934", "min": "19.894", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "222.58", "max": "224.54", "min": "222.234", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "76.233", "max": "83.108", "min": "75.656", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "119.068", "max": "119.147", "min": "118.928", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "109.136", "max": "110.209", "min": "108.847", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "280.945", "max": "281.063", "min": "280.832", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "116.709", "max": "117.253", "min": "116.216", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "107.989", "max": "108.622", "min": "107.749", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "100.729", "max": "103.761", "min": "98.776", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "176.933", "max": "179.178", "min": "176.02", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "61.507", "max": "61.828", "min": "61.36", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "21.374", "max": "21.63", "min": "21.187", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "72.636", "max": "73.184", "min": "72.405", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "88.465", "max": "158.659", "min": "83.495", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "41.125", "max": "41.344", "min": "41.025", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "219.5", "max": "229.375", "min": "215.696", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "249.355", "max": "256.068", "min": "248.857", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "105.209", "max": "108.195", "min": "104.13", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "219.567", "max": "219.747", "min": "219.479", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "106.307", "max": "107.255", "min": "105.793", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "99.902", "max": "100.074", "min": "99.795", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "144.726", "max": "148.577", "min": "144.128", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "140.305", "max": "202.27", "min": "135.323", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "244.265", "max": "263.672", "min": "242.973", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "241.625", "max": "241.882", "min": "241.454", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "123.593", "max": "131.239", "min": "123.092", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "110.356", "max": "115.24", "min": "110.053", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "12.38", "max": "15.401", "min": "12.154", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "118.715", "max": "119.021", "min": "118.351", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "141.184", "max": "142.849", "min": "140.449", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "50.479", "max": "53.763", "min": "50.271", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "211.079", "max": "214.291", "min": "210.768", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "73.964", "max": "74.55", "min": "73.693", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.479", "max": "92.446", "min": "83.627", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "38.163", "max": "39.004", "min": "37.937", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "124.04", "max": "125.134", "min": "123.775", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "72.987", "max": "73.314", "min": "72.811", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "21.978", "max": "22.123", "min": "21.858", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "62.605", "max": "64.973", "min": "62.327", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "29.031", "max": "31.931", "min": "28.714", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "28.905", "max": "30.467", "min": "28.699", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "75.895", "max": "76.141", "min": "75.713", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "27.584", "max": "28.194", "min": "27.308", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "230.759", "max": "231.354", "min": "230.579", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "267.354", "max": "267.754", "min": "267.197", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "60.188", "max": "60.336", "min": "60.023", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "138.815", "max": "140.057", "min": "138.346", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "81.161", "max": "81.446", "min": "80.968", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "36.889", "max": "37.038", "min": "36.745", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "32.165", "max": "32.648", "min": "32.006", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "87.004", "max": "90.343", "min": "86.644", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "42.611", "max": "45.529", "min": "41.268", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "85.298", "max": "85.846", "min": "85.041", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "90.334", "max": "90.459", "min": "90.245", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "217.765", "max": "219.177", "min": "217.569", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "21.999", "max": "22.858", "min": "21.889", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "39.722", "max": "40.008", "min": "39.393", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "86.778", "max": "86.93", "min": "86.593", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "69.73", "max": "108.613", "min": "66.801", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "86.689", "max": "87.46", "min": "86.523", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.566", "max": "25.142", "min": "24.398", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "37.103", "max": "37.276", "min": "36.892", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "80.364", "max": "81.518", "min": "80.044", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "119.597", "max": "120.3", "min": "119.222", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "242.777", "max": "254.012", "min": "241.941", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "35.053", "max": "35.517", "min": "34.899", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "325.715", "max": "326.191", "min": "325.078", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "108.6", "max": "110.281", "min": "108.423", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "15.306", "max": "15.822", "min": "15.104", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "30.158", "max": "30.376", "min": "30.009", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "208.345", "max": "211.505", "min": "207.591", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "214.21", "max": "221.351", "min": "213.629", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "203.206", "max": "203.532", "min": "202.91", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "10.174", "max": "10.341", "min": "10.008", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "244.027", "max": "276.225", "min": "242.628", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "444.474", "max": "558.733", "min": "264.028", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "240.981", "max": "336.705", "min": "152.312", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "247.938", "max": "268.127", "min": "246.341", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "190.342", "max": "192.617", "min": "190.014", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "44.572", "max": "44.66", "min": "44.416", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "51.988", "max": "52.849", "min": "51.673", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "44.55", "max": "45.087", "min": "44.363", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "121.52", "max": "264.231", "min": "38.907", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "138.138", "max": "251.736", "min": "122.604", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "117.968", "max": "162.3", "min": "113.742", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "116.792", "max": "249.05", "min": "112.068", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "115.468", "max": "116.98", "min": "114.996", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "11.148", "max": "11.311", "min": "11.023", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "237.155", "max": "237.458", "min": "236.807", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "205.726", "max": "206.41", "min": "205.477", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "102.627", "max": "102.789", "min": "102.475", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "34.265", "max": "34.449", "min": "34.165", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "26.959", "max": "27.863", "min": "26.688", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "38.876", "max": "39.98", "min": "38.703", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "255.736", "max": "259.578", "min": "254.94", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "89.75", "max": "771.863", "min": "59.026", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "5.396", "max": "5.522", "min": "5.252", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "65.465", "max": "95.265", "min": "63.134", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "52.776", "max": "53.219", "min": "52.653", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.279", "max": "38.486", "min": "38.131", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "11.137", "max": "11.276", "min": "11.05", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "96.377", "max": "96.487", "min": "96.242", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "293.504", "max": "294.227", "min": "293.169", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "123.106", "max": "126.941", "min": "122.751", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "101.222", "max": "101.557", "min": "100.877", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.905", "max": "129.715", "min": "115.358", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "82.092", "max": "82.519", "min": "81.938", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "111.638", "max": "117.78", "min": "111.068", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "232.961", "max": "233.363", "min": "232.83", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "78.035", "max": "78.505", "min": "77.805", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "73.815", "max": "73.905", "min": "73.651", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "90.035", "max": "94.133", "min": "89.158", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "189.769", "max": "189.915", "min": "189.61", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "111.23", "max": "113.239", "min": "110.886", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "99.214", "max": "117.556", "min": "97.42", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "20.824", "max": "21.228", "min": "20.568", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "72.764", "max": "73.201", "min": "72.427", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "114.781", "max": "116.989", "min": "114.42", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "223.279", "max": "269.418", "min": "213.612", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "50.169", "max": "50.376", "min": "49.98", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "166.848", "max": "238.342", "min": "159.014", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "47.819", "max": "47.967", "min": "47.708", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "371.53", "max": "371.935", "min": "370.841", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "111.244", "max": "111.906", "min": "110.993", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "10.589", "max": "10.733", "min": "10.421", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "195.431", "max": "195.765", "min": "195.299", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "231.524", "max": "231.84", "min": "231.321", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "163.424", "max": "163.662", "min": "163.211", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "63.08", "max": "63.31", "min": "62.97", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "262.731", "max": "274.897", "min": "230.682", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "0.016", "max": "0.031", "min": "0.012", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "22.207", "max": "22.301", "min": "22.121", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "93.877", "max": "95.746", "min": "93.53", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "226.628", "max": "226.899", "min": "226.422", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "82.263", "max": "83.765", "min": "81.994", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "97.932", "max": "116.049", "min": "96.937", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "107.966", "max": "108.182", "min": "107.808", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "100.138", "max": "100.377", "min": "99.941", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "76.757", "max": "77.378", "min": "76.459", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "139.159", "max": "140.467", "min": "138.967", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "117.383", "max": "117.618", "min": "117.23", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "139.018", "max": "141.664", "min": "138.789", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "120.697", "max": "121.051", "min": "120.538", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "84.922", "max": "87.972", "min": "84.416", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "90.809", "max": "90.933", "min": "90.631", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "83.915", "max": "84.023", "min": "83.821", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "102.649", "max": "103.043", "min": "102.386", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "131.604", "max": "131.824", "min": "131.327", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "99.879", "max": "102.98", "min": "99.25", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "100.98", "max": "114.426", "min": "89.065", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "76.469", "max": "76.781", "min": "76.245", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "136.275", "max": "136.56", "min": "136.123", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "118.031", "max": "123.994", "min": "117.573", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "137.393", "max": "137.963", "min": "137.04", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "80.245", "max": "87.649", "min": "79.558", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "227.107", "max": "228.97", "min": "226.736", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "104.797", "max": "105.08", "min": "104.603", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "97.338", "max": "97.614", "min": "97.134", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "113.476", "max": "113.699", "min": "113.277", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "106.332", "max": "114.558", "min": "103.027", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "123.497", "max": "123.731", "min": "123.329", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "79.557", "max": "86.215", "min": "78.724", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "73.646", "max": "74.138", "min": "73.49", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "78.021", "max": "78.718", "min": "77.438", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "277.517", "max": "283.146", "min": "276.512", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "15.167", "max": "20.663", "min": "14.342", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "244.693", "max": "247.025", "min": "238.787", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "227.186", "max": "227.741", "min": "227.029", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "89.918", "max": "172.881", "min": "86.8", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "227.404", "max": "228.723", "min": "227.113", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "92.313", "max": "92.599", "min": "91.917", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "104.684", "max": "105.121", "min": "104.464", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "135.282", "max": "136.217", "min": "134.99", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "74.569", "max": "76.018", "min": "74.292", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "83.847", "max": "85.572", "min": "83.413", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "32.237", "max": "32.591", "min": "32.148", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "49.023", "max": "49.474", "min": "48.876", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "230.535", "max": "230.916", "min": "230.313", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "12.915", "max": "13.091", "min": "12.819", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "98.446", "max": "98.655", "min": "98.264", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "15.571", "max": "15.642", "min": "15.484", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "96.921", "max": "97.864", "min": "96.688", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "136.835", "max": "137.298", "min": "136.651", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "57.29", "max": "59.344", "min": "54.611", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "93.562", "max": "94.034", "min": "93.326", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "103.54", "max": "105.783", "min": "102.795", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "81.674", "max": "84.121", "min": "80.772", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "193.861", "max": "195.154", "min": "193.27", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "153.666", "max": "154.41", "min": "153.383", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "158.537", "max": "158.857", "min": "158.383", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "118.953", "max": "119.026", "min": "118.824", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "93.998", "max": "94.215", "min": "93.803", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "130.929", "max": "131.374", "min": "130.75", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "24.276", "max": "27.327", "min": "23.354", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "21.812", "max": "21.977", "min": "21.573", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "141.644", "max": "148.912", "min": "139.794", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "106.83", "max": "108.025", "min": "105.909", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "22.055", "max": "23.426", "min": "20.79", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "135.806", "max": "136.261", "min": "135.611", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "34.614", "max": "34.847", "min": "34.393", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "85.49", "max": "89.299", "min": "84.781", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "259.753", "max": "260.004", "min": "259.572", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "108.317", "max": "108.455", "min": "108.18", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "84.405", "max": "84.841", "min": "84.18", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "91.22", "max": "91.706", "min": "91.05", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "171.998", "max": "172.743", "min": "171.736", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "94.048", "max": "104.351", "min": "86.795", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "106.081", "max": "107.78", "min": "105.917", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "279.238", "max": "280.316", "min": "278.907", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "163.928", "max": "165.872", "min": "163.698", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "38.265", "max": "38.508", "min": "38.079", "id": "181", "country": "United States", "source_name": "Brunswick", "destination_name": "Lansing", "destination_id": "295" } } }, "184": { "name": "Pittsburgh", "data": { "0": { "avg": "151.943", "max": "152.079", "min": "151.825", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "214.915", "max": "215.691", "min": "214.653", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "24.398", "max": "24.84", "min": "24.34", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "119.82", "max": "124.73", "min": "119.341", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "88.399", "max": "88.744", "min": "88.259", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "177.296", "max": "177.458", "min": "177.224", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "99.909", "max": "100.003", "min": "99.815", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "222.832", "max": "226.236", "min": "222.482", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "147.858", "max": "147.969", "min": "147.772", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "117.538", "max": "118.76", "min": "117.336", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "87.679", "max": "87.932", "min": "87.504", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "40.574", "max": "62.501", "min": "39.708", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "16.778", "max": "16.856", "min": "16.734", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "21.152", "max": "24.808", "min": "20.912", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "36.314", "max": "38.389", "min": "36.147", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "25.08", "max": "25.172", "min": "24.395", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "107.398", "max": "107.702", "min": "107.206", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "21.403", "max": "21.476", "min": "21.325", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "94.129", "max": "94.386", "min": "93.976", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "115.898", "max": "115.937", "min": "115.855", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "218.989", "max": "219.134", "min": "218.938", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "11.983", "max": "12.023", "min": "11.911", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "61.762", "max": "62.526", "min": "61.627", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "66.627", "max": "71.925", "min": "66.198", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "120.967", "max": "121.146", "min": "120.837", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "111.431", "max": "111.491", "min": "111.387", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "107.228", "max": "108.839", "min": "107.01", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "121.91", "max": "122.603", "min": "121.769", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "104.634", "max": "104.716", "min": "104.568", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "65.181", "max": "65.367", "min": "65.108", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "252.141", "max": "252.262", "min": "252.007", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "118.692", "max": "118.936", "min": "118.615", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "64.009", "max": "64.196", "min": "63.903", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "145.703", "max": "145.786", "min": "145.658", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "116.683", "max": "118.465", "min": "116.367", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "233.733", "max": "236.379", "min": "233.488", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "66.576", "max": "66.655", "min": "66.541", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "57.32", "max": "57.524", "min": "57.206", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "44.695", "max": "44.928", "min": "44.569", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "11.691", "max": "12.701", "min": "11.464", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "227.464", "max": "229.716", "min": "226.936", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "90.231", "max": "93.88", "min": "89.638", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "122.332", "max": "122.417", "min": "122.279", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "120.273", "max": "120.329", "min": "120.216", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "231.508", "max": "231.602", "min": "231.401", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "116.872", "max": "117.593", "min": "116.533", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "114.013", "max": "114.436", "min": "113.849", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "82.224", "max": "82.427", "min": "82.11", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "152.988", "max": "153.428", "min": "152.839", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "44.781", "max": "46.575", "min": "44.536", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "18.067", "max": "18.11", "min": "18.04", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "60.474", "max": "60.695", "min": "60.236", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "129.781", "max": "219.502", "min": "111.363", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "23.788", "max": "23.865", "min": "23.724", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "245.99", "max": "252.655", "min": "242.655", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "271.442", "max": "273.719", "min": "271.152", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "140.611", "max": "141.822", "min": "140.001", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "206.916", "max": "207.057", "min": "206.874", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "131.729", "max": "133.079", "min": "131.519", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "95.244", "max": "95.39", "min": "95.175", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "148.782", "max": "149.983", "min": "148.339", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "159.145", "max": "215.33", "min": "153.666", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "263.199", "max": "359.384", "min": "254.661", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "262.883", "max": "265.046", "min": "262.627", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "148.779", "max": "149.449", "min": "148.67", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "133.616", "max": "133.889", "min": "133.549", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "18.102", "max": "18.25", "min": "18.012", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "137.228", "max": "137.569", "min": "136.802", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "143.406", "max": "146.49", "min": "142.63", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "35.557", "max": "36.573", "min": "35.428", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "208.254", "max": "209.415", "min": "208.066", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "65.495", "max": "65.83", "min": "65.247", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "77.228", "max": "77.448", "min": "77.128", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "32.316", "max": "32.42", "min": "32.265", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "137.071", "max": "137.548", "min": "136.953", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "87.323", "max": "87.475", "min": "87.202", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "16.094", "max": "16.176", "min": "16.003", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "73.919", "max": "74.033", "min": "73.854", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "20.652", "max": "20.88", "min": "20.484", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "15.054", "max": "15.657", "min": "14.98", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "67.546", "max": "67.719", "min": "67.433", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "31.649", "max": "31.979", "min": "31.477", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "242.946", "max": "246.218", "min": "242.66", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "240.271", "max": "240.923", "min": "240.092", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "44.192", "max": "44.269", "min": "44.113", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "157.09", "max": "158.23", "min": "156.714", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "92.98", "max": "93.524", "min": "92.751", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "31.916", "max": "32.108", "min": "31.826", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "18.542", "max": "18.729", "min": "18.46", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "92.016", "max": "102.893", "min": "89.094", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "30.864", "max": "33.057", "min": "30.247", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "66.905", "max": "67.378", "min": "66.741", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "85.542", "max": "85.703", "min": "85.49", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "212.185", "max": "214.155", "min": "211.946", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "15.297", "max": "17.438", "min": "15.108", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "40.393", "max": "40.441", "min": "40.313", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "79.049", "max": "79.325", "min": "78.823", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "61.422", "max": "109.38", "min": "59.062", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "60.324", "max": "60.59", "min": "60.222", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "9.236", "max": "11.527", "min": "8.945", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "27.934", "max": "28.169", "min": "27.873", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "58.271", "max": "58.434", "min": "58.152", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "140.242", "max": "140.373", "min": "140.144", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "221.193", "max": "231.283", "min": "220.429", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "29.863", "max": "31.829", "min": "29.46", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "201.017", "max": "202.173", "min": "200.679", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "106.023", "max": "110.607", "min": "105.783", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "24.374", "max": "24.438", "min": "24.229", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "23.331", "max": "23.436", "min": "23.255", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "225.811", "max": "229.337", "min": "224.839", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "218.064", "max": "218.294", "min": "217.954", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "187.321", "max": "187.809", "min": "187.221", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "15.372", "max": "15.454", "min": "15.282", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "220.499", "max": "224.649", "min": "220.099", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "462.566", "max": "574.858", "min": "289.993", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "226.256", "max": "290.935", "min": "154.915", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "245.929", "max": "247.748", "min": "245.475", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "159.765", "max": "162.535", "min": "159.457", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "29.751", "max": "29.932", "min": "29.633", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "42.713", "max": "44.021", "min": "42.392", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "41.377", "max": "42.865", "min": "41.195", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "122.609", "max": "275.756", "min": "32.78", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "140.955", "max": "141.413", "min": "140.858", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "136.782", "max": "316.568", "min": "127.01", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "118.806", "max": "126.458", "min": "118.508", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "120.131", "max": "120.809", "min": "119.65", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "15.06", "max": "15.742", "min": "13.753", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "301.538", "max": "301.908", "min": "301.29", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "178.514", "max": "180.121", "min": "178.179", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "95.032", "max": "96.239", "min": "94.934", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.959", "max": "27.929", "min": "25.78", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "20.857", "max": "21.169", "min": "20.664", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "25.43", "max": "25.827", "min": "25.362", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "195.291", "max": "196.803", "min": "194.54", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "68.09", "max": "68.172", "min": "68.041", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "19.522", "max": "19.765", "min": "19.383", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "44.188", "max": "56.834", "min": "42.742", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "53.587", "max": "55.676", "min": "53.317", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "25.522", "max": "25.626", "min": "25.477", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "15.229", "max": "15.335", "min": "15.154", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "119.701", "max": "122.302", "min": "119.433", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "258.63", "max": "261.031", "min": "258.18", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "131.391", "max": "131.637", "min": "131.311", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "111.924", "max": "111.97", "min": "111.888", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "112.01", "max": "120.17", "min": "111.306", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "100.939", "max": "101.114", "min": "100.721", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "128.337", "max": "133.299", "min": "127.713", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "252.829", "max": "253.617", "min": "252.731", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "91.825", "max": "92.583", "min": "91.741", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "83.757", "max": "83.852", "min": "83.671", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "111.762", "max": "133.133", "min": "108.872", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "178.475", "max": "178.594", "min": "178.404", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "130.428", "max": "132.078", "min": "130.26", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "98.452", "max": "98.707", "min": "98.279", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "15.74", "max": "15.941", "min": "15.632", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "74.916", "max": "75.358", "min": "74.61", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "131.358", "max": "132.854", "min": "131.149", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "224.832", "max": "261.398", "min": "216.289", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "44.599", "max": "44.786", "min": "44.495", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "172.731", "max": "262.825", "min": "164.602", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "42.961", "max": "43.088", "min": "42.875", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "478.867", "max": "479.277", "min": "478.537", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "129.365", "max": "130.042", "min": "129.264", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "13.303", "max": "13.389", "min": "13.227", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "201.289", "max": "201.389", "min": "201.18", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "241.229", "max": "241.343", "min": "241.187", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "186.099", "max": "186.827", "min": "185.938", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "60.918", "max": "61.114", "min": "60.788", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "216.018", "max": "216.256", "min": "215.908", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "22.143", "max": "22.248", "min": "22.092", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "0.024", "max": "0.051", "min": "0.018", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "113.79", "max": "115.736", "min": "113.627", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "270.987", "max": "271.073", "min": "270.924", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "92.189", "max": "92.288", "min": "92.111", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "99.411", "max": "99.73", "min": "99.25", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "120.355", "max": "125.845", "min": "119.984", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "107.146", "max": "107.205", "min": "107.106", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "85.328", "max": "86.406", "min": "85.074", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "139.485", "max": "139.994", "min": "139.308", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "137.964", "max": "138.166", "min": "137.878", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "152.458", "max": "154.83", "min": "152.143", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "129.478", "max": "131.434", "min": "129.21", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "99.718", "max": "101.742", "min": "99.45", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "107.899", "max": "108.057", "min": "107.827", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "86.97", "max": "87.003", "min": "86.914", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "114.361", "max": "114.451", "min": "114.266", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "145.743", "max": "146.029", "min": "145.473", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "114.159", "max": "116.44", "min": "113.203", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "127.976", "max": "198.739", "min": "103.094", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "78.017", "max": "78.109", "min": "77.977", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "149.709", "max": "149.826", "min": "149.556", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "125.47", "max": "145.03", "min": "124.608", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "138.827", "max": "139.293", "min": "138.503", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "93.626", "max": "98.064", "min": "93.164", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "249.792", "max": "259.685", "min": "249.367", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "110.738", "max": "111.475", "min": "110.649", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "110.482", "max": "110.671", "min": "110.393", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "117.652", "max": "117.798", "min": "117.591", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "91.977", "max": "99.284", "min": "89.847", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "146.723", "max": "146.909", "min": "146.534", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "89.244", "max": "97.069", "min": "88.532", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "87.496", "max": "87.894", "min": "87.364", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "97.473", "max": "98.345", "min": "97.3", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "223.24", "max": "233.322", "min": "222.389", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "16.574", "max": "19.976", "min": "16.108", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "215.873", "max": "219.661", "min": "215.211", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "273.896", "max": "276.197", "min": "273.761", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "94.642", "max": "94.879", "min": "94.523", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "254.949", "max": "256.835", "min": "254.299", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "69.038", "max": "70.315", "min": "68.857", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "118.433", "max": "118.692", "min": "118.283", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "152.729", "max": "153.577", "min": "152.598", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "84.262", "max": "85.791", "min": "83.917", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "104.687", "max": "104.925", "min": "104.581", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "10.555", "max": "10.598", "min": "10.531", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "24.62", "max": "24.672", "min": "24.591", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "227.504", "max": "228.251", "min": "227.302", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "21.837", "max": "22.094", "min": "21.776", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "120.845", "max": "121.03", "min": "120.747", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "12.448", "max": "12.66", "min": "12.393", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "116.071", "max": "116.213", "min": "115.997", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "148.709", "max": "149.057", "min": "148.519", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "47.93", "max": "52.912", "min": "44.603", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "113.718", "max": "113.86", "min": "113.591", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "117.592", "max": "118.289", "min": "116.964", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "76.288", "max": "86.047", "min": "74.936", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "204.055", "max": "204.781", "min": "203.627", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "151.005", "max": "151.24", "min": "150.909", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "182.128", "max": "182.665", "min": "181.927", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "140.382", "max": "141.157", "min": "140.294", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "100.537", "max": "100.659", "min": "100.484", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "133.701", "max": "133.805", "min": "133.632", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "24.486", "max": "26.453", "min": "23.994", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "13.777", "max": "13.997", "min": "13.681", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "145.914", "max": "148.901", "min": "144.116", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "115.195", "max": "116.421", "min": "114.486", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "24.339", "max": "25.728", "min": "23.225", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "160.014", "max": "160.624", "min": "159.907", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "37.29", "max": "37.617", "min": "37.116", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "98.046", "max": "102.238", "min": "97.022", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "225.705", "max": "225.864", "min": "225.512", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "104.766", "max": "104.766", "min": "104.766", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "88.856", "max": "88.914", "min": "88.817", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "109.081", "max": "109.197", "min": "109.031", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "175.974", "max": "177.041", "min": "175.79", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "109.023", "max": "121.8", "min": "101.961", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "129.069", "max": "129.137", "min": "128.974", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "242.872", "max": "243.674", "min": "242.729", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "169.803", "max": "170.685", "min": "169.521", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "24.391", "max": "28.19", "min": "23.759", "id": "184", "country": "United States", "source_name": "Pittsburgh", "destination_name": "Lansing", "destination_id": "295" } } }, "225": { "name": "Redding", "data": { "0": { "avg": "156.347", "max": "157.069", "min": "155.973", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "275.917", "max": "276.585", "min": "275.614", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "76.454", "max": "76.87", "min": "76.19", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "183.936", "max": "192.979", "min": "182.625", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "152.507", "max": "153.296", "min": "152.13", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "136.891", "max": "141.044", "min": "136.424", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "165.162", "max": "165.364", "min": "165.003", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "300.069", "max": "315.185", "min": "298.88", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "193.429", "max": "194.06", "min": "192.856", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "187.455", "max": "196.76", "min": "186.967", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "161.41", "max": "161.86", "min": "161.167", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "48.95", "max": "50.046", "min": "48.595", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "87.41", "max": "87.671", "min": "87.18", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "89.716", "max": "90.117", "min": "89.486", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "86.062", "max": "86.325", "min": "85.714", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "91.223", "max": "91.621", "min": "91.008", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "179.59", "max": "179.814", "min": "179.291", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "89.46", "max": "91.563", "min": "88.994", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "151.392", "max": "152.139", "min": "151.224", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "182.143", "max": "182.598", "min": "182.008", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "306.177", "max": "306.781", "min": "306.002", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "55.19", "max": "55.613", "min": "54.915", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "21.277", "max": "21.597", "min": "21.166", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "41.117", "max": "41.968", "min": "40.836", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "189.692", "max": "190.08", "min": "189.368", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "164.438", "max": "165.512", "min": "164.167", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "179.702", "max": "183.019", "min": "179.191", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "182.991", "max": "183.281", "min": "182.726", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "163.251", "max": "164.175", "min": "163.044", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "21.468", "max": "21.941", "min": "21.283", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "190.97", "max": "191.089", "min": "190.766", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "183.496", "max": "185.867", "min": "183.176", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "75.063", "max": "75.62", "min": "74.75", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "200.521", "max": "200.65", "min": "200.412", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "191.035", "max": "192.932", "min": "190.628", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "200.383", "max": "200.963", "min": "200.131", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "20.279", "max": "20.659", "min": "20.124", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "94.343", "max": "94.501", "min": "94.074", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "63.746", "max": "63.923", "min": "63.592", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "92.823", "max": "94.302", "min": "92.489", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "287.962", "max": "289.243", "min": "287.508", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "154.075", "max": "154.912", "min": "153.73", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "177.351", "max": "178.514", "min": "177.014", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "187.282", "max": "188.543", "min": "186.948", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "285.776", "max": "286.057", "min": "285.494", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "182.507", "max": "183.224", "min": "182.022", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "197.099", "max": "197.993", "min": "196.953", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "136.982", "max": "138.597", "min": "136.751", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "202.71", "max": "203.053", "min": "202.597", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "69.16", "max": "69.284", "min": "69.056", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "94.311", "max": "94.927", "min": "94.059", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "41.86", "max": "42.276", "min": "41.435", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "210.85", "max": "221.603", "min": "205.048", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "53.726", "max": "54.199", "min": "53.561", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "272.285", "max": "278.803", "min": "269.527", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "212.17", "max": "212.863", "min": "211.917", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "184.54", "max": "192.781", "min": "183.571", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "187.432", "max": "189.063", "min": "187.231", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "207.178", "max": "208.336", "min": "206.668", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "160.299", "max": "160.457", "min": "160.058", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "200.206", "max": "204.682", "min": "199.444", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "200.418", "max": "246.379", "min": "196.997", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "232.861", "max": "240.323", "min": "231.702", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "233.625", "max": "233.741", "min": "233.509", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "189.193", "max": "189.988", "min": "188.763", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "205.874", "max": "206.269", "min": "205.794", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.39", "max": "79.592", "min": "79.105", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "200.023", "max": "200.438", "min": "199.69", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "235.57", "max": "236.769", "min": "234.905", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "57.072", "max": "58.865", "min": "56.562", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "173.913", "max": "174.877", "min": "173.698", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "29.62", "max": "30.069", "min": "29.23", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "123.779", "max": "131.51", "min": "123.287", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "86.1", "max": "86.308", "min": "85.992", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "204.513", "max": "205.139", "min": "204.238", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "154.796", "max": "155.27", "min": "154.292", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "71.07", "max": "71.7", "min": "70.871", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "26.402", "max": "28.57", "min": "26.182", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "97.405", "max": "111.448", "min": "96.689", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "65.449", "max": "65.927", "min": "65.112", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "31.027", "max": "31.4", "min": "30.725", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "96.273", "max": "96.741", "min": "95.949", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "166.021", "max": "167.217", "min": "165.782", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "252.569", "max": "253.078", "min": "252.287", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "33.872", "max": "34.148", "min": "33.73", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "209.292", "max": "210.233", "min": "208.95", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "154.828", "max": "157.571", "min": "154.341", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "82.901", "max": "83.616", "min": "82.678", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "53.995", "max": "54.485", "min": "53.739", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "164.495", "max": "164.778", "min": "164.315", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "69.304", "max": "70.74", "min": "68.539", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "18.318", "max": "18.826", "min": "18.109", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "165.037", "max": "165.588", "min": "164.681", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "140.222", "max": "140.902", "min": "139.844", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "95.251", "max": "95.653", "min": "95.065", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "88.878", "max": "89.242", "min": "88.617", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "134.28", "max": "134.492", "min": "134.058", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "139.469", "max": "175.969", "min": "136.534", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "14.787", "max": "15.158", "min": "14.589", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "58.401", "max": "58.766", "min": "58.222", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "82.869", "max": "83.091", "min": "82.736", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "52.706", "max": "53.162", "min": "52.506", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "207.575", "max": "208.002", "min": "207.316", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "197.618", "max": "206.221", "min": "196.461", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "68.924", "max": "69.283", "min": "68.646", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "408.159", "max": "421.982", "min": "398.437", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "150.402", "max": "151.783", "min": "150.019", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "88.89", "max": "89.225", "min": "88.662", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "73.059", "max": "74.008", "min": "72.59", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "275.078", "max": "278.259", "min": "274.167", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "185.3", "max": "186.136", "min": "184.916", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "156.244", "max": "160.328", "min": "156.011", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "88.83", "max": "89.157", "min": "88.678", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "276.269", "max": "278.896", "min": "275.857", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "519.034", "max": "636.945", "min": "342.688", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "294.087", "max": "354.42", "min": "232.925", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "322.816", "max": "332.42", "min": "321.654", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "119.894", "max": "123.443", "min": "119.411", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "54.848", "max": "55.147", "min": "54.532", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "94.757", "max": "95.6", "min": "94.551", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "55.748", "max": "59.009", "min": "55.466", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "167.235", "max": "322.042", "min": "91.256", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "183.644", "max": "184.108", "min": "183.409", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "198.928", "max": "323.972", "min": "193.623", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "198.958", "max": "199.204", "min": "198.812", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "191.785", "max": "193.143", "min": "191.271", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "85.827", "max": "86.198", "min": "85.658", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "301.489", "max": "302.088", "min": "301.256", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "266.105", "max": "270.155", "min": "265.666", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "103.98", "max": "104.788", "min": "103.697", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "57.8", "max": "58.551", "min": "57.399", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "85.967", "max": "86.266", "min": "85.8", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "80.418", "max": "80.536", "min": "80.253", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "174.884", "max": "176.374", "min": "174.132", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "69.495", "max": "69.579", "min": "69.258", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "81.437", "max": "84.404", "min": "81.097", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "52.596", "max": "68.509", "min": "51.31", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "52.89", "max": "53.255", "min": "52.718", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "53.262", "max": "54.059", "min": "52.995", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "81.728", "max": "82.471", "min": "81.383", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "174.981", "max": "175.342", "min": "174.857", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "242.081", "max": "244.04", "min": "241.51", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "182.186", "max": "183.133", "min": "181.888", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "177.644", "max": "177.924", "min": "177.453", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "67.771", "max": "68.395", "min": "67.481", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "161.779", "max": "162.71", "min": "161.553", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "178.117", "max": "181.577", "min": "177.777", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "275.691", "max": "275.871", "min": "275.563", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "141.808", "max": "143.06", "min": "141.6", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "139.885", "max": "140.549", "min": "139.759", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "176.373", "max": "198.905", "min": "175.18", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "134.14", "max": "134.668", "min": "133.872", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "198.298", "max": "202.098", "min": "197.898", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "172.791", "max": "174.561", "min": "171.966", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "95.01", "max": "95.308", "min": "94.708", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "54.556", "max": "55.139", "min": "54.259", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "187.908", "max": "189.154", "min": "187.563", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "183.251", "max": "232.69", "min": "174.979", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "78.06", "max": "78.289", "min": "77.799", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "216.094", "max": "262.009", "min": "210.867", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "134.98", "max": "135.231", "min": "134.756", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "229.143", "max": "229.239", "min": "229.046", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "195.598", "max": "195.849", "min": "195.439", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "89.07", "max": "89.37", "min": "88.706", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "256.008", "max": "256.571", "min": "255.839", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "308.243", "max": "308.401", "min": "308.093", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "253.412", "max": "253.634", "min": "253.22", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "75.725", "max": "76.224", "min": "75.44", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "173.302", "max": "177.638", "min": "170.117", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "92.227", "max": "92.462", "min": "91.915", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "69.067", "max": "69.958", "min": "68.887", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "163.784", "max": "165.589", "min": "163.472", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "306.476", "max": "306.653", "min": "306.276", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "155.128", "max": "158.156", "min": "154.764", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "179.735", "max": "181.808", "min": "179.412", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "179.95", "max": "180.2", "min": "179.816", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "166.502", "max": "166.853", "min": "166.32", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "144.014", "max": "144.48", "min": "143.753", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "192.85", "max": "193.193", "min": "192.499", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "194.653", "max": "195.612", "min": "194.439", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "221.406", "max": "225.629", "min": "221.054", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "194.069", "max": "194.473", "min": "193.93", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "149.642", "max": "151.173", "min": "149.376", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "165.74", "max": "166.238", "min": "165.544", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "168.587", "max": "168.91", "min": "168.487", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "188.389", "max": "188.616", "min": "188.242", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "199.882", "max": "200.282", "min": "199.363", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "172.776", "max": "179.1", "min": "171.832", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "204.558", "max": "269.56", "min": "173.89", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "163.096", "max": "163.759", "min": "162.865", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "214.399", "max": "214.94", "min": "214.151", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "200.862", "max": "201.55", "min": "200.636", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "191.947", "max": "192.535", "min": "191.555", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "157.463", "max": "161.565", "min": "157.075", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "212.752", "max": "224.315", "min": "211.831", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "174.639", "max": "175.014", "min": "174.428", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "185.284", "max": "185.527", "min": "185.049", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "192.38", "max": "192.643", "min": "192.104", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "146.104", "max": "152.204", "min": "144.546", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "201.943", "max": "202.973", "min": "201.699", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "149.077", "max": "158.078", "min": "148.384", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "148.051", "max": "151.942", "min": "147.712", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "158.899", "max": "164.628", "min": "158.55", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "172.005", "max": "184.455", "min": "168.736", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.822", "max": "80.747", "min": "78.145", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "172.39", "max": "173.589", "min": "172.046", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "267.344", "max": "267.479", "min": "267.171", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "161.873", "max": "162.666", "min": "161.706", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "284.454", "max": "285.622", "min": "284.1", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "0.034", "max": "0.051", "min": "0.032", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "187.073", "max": "187.847", "min": "186.822", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "214.257", "max": "217.167", "min": "213.964", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "144.178", "max": "145.68", "min": "143.727", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "168.876", "max": "171.28", "min": "168.332", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "60.174", "max": "61.143", "min": "59.949", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "91.341", "max": "91.787", "min": "91.105", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "265.297", "max": "360.038", "min": "261.854", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "69.972", "max": "70.471", "min": "69.739", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "179.145", "max": "179.515", "min": "179.035", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "80.964", "max": "81.314", "min": "80.75", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "179.513", "max": "179.939", "min": "179.178", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "202.496", "max": "229.405", "min": "201.36", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "87.072", "max": "91.044", "min": "84.125", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "175.145", "max": "175.838", "min": "174.963", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "208.252", "max": "209.408", "min": "207.426", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "203.152", "max": "214.895", "min": "200.033", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "289.223", "max": "289.756", "min": "288.893", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "112.636", "max": "112.788", "min": "112.418", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "267.732", "max": "273.261", "min": "267.329", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "201.929", "max": "201.997", "min": "201.75", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "165.545", "max": "171.415", "min": "165.141", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "199.815", "max": "200.234", "min": "199.565", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "92.62", "max": "96.581", "min": "91.936", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "79.951", "max": "80.633", "min": "79.777", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "207.623", "max": "212.296", "min": "206.099", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "185.105", "max": "188.126", "min": "184.595", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "101.777", "max": "103.071", "min": "100.797", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "215.562", "max": "217.602", "min": "215.27", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "65.475", "max": "65.749", "min": "65.23", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "154.88", "max": "171.33", "min": "153.595", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "201.689", "max": "209.284", "min": "190.818", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "152.857", "max": "152.857", "min": "152.857", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "158.339", "max": "158.488", "min": "158.119", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "170.5", "max": "170.712", "min": "170.296", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "256.052", "max": "256.306", "min": "255.867", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "170.23", "max": "182.289", "min": "162.212", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "179.309", "max": "179.543", "min": "179.18", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "241.53", "max": "243.131", "min": "241.151", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "225.63", "max": "226.425", "min": "225.061", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "91.095", "max": "91.321", "min": "90.945", "id": "225", "country": "United States", "source_name": "Redding", "destination_name": "Lansing", "destination_id": "295" } } }, "230": { "name": "Indianapolis", "data": { "0": { "avg": "111.548", "max": "111.86", "min": "111.43", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "248.799", "max": "250.177", "min": "248.57", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "18.187", "max": "18.284", "min": "18.124", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "125.23", "max": "136.753", "min": "123.893", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "98.576", "max": "99.341", "min": "98.399", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "133.544", "max": "134.307", "min": "133.447", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "104.95", "max": "105.143", "min": "104.869", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "360.322", "max": "375.389", "min": "359.12", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "142.374", "max": "142.53", "min": "142.311", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "178.42", "max": "179.859", "min": "178.2", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "90.878", "max": "91.598", "min": "90.664", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "46.803", "max": "67.312", "min": "45.925", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "88.46", "max": "88.525", "min": "88.404", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "27.041", "max": "27.211", "min": "26.945", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "44.609", "max": "46.325", "min": "44.488", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "23.22", "max": "23.572", "min": "23.117", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "117.116", "max": "117.386", "min": "116.896", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "29.365", "max": "29.613", "min": "29.267", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "116.472", "max": "116.694", "min": "116.378", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "122.111", "max": "122.173", "min": "122.072", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "260.425", "max": "260.599", "min": "260.355", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "16.287", "max": "16.37", "min": "16.209", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "69.555", "max": "69.682", "min": "69.471", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "67.13", "max": "71.482", "min": "66.817", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "120.212", "max": "121.725", "min": "119.884", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "113.666", "max": "115.314", "min": "113.567", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "116.878", "max": "117.169", "min": "116.796", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "115.92", "max": "116.18", "min": "115.706", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "107.907", "max": "107.958", "min": "107.856", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "53.547", "max": "53.924", "min": "53.356", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "240.52", "max": "240.646", "min": "240.445", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "131.351", "max": "131.802", "min": "131.265", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "51.007", "max": "53.756", "min": "48.913", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "149.129", "max": "149.281", "min": "149.086", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "114.655", "max": "115.657", "min": "114.37", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "213.99", "max": "216.755", "min": "213.51", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "80.924", "max": "80.954", "min": "80.907", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "67.246", "max": "67.578", "min": "67.086", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "45.057", "max": "47.112", "min": "44.85", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "24.996", "max": "25.878", "min": "24.793", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "234.013", "max": "236.932", "min": "233.545", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "100.12", "max": "103.751", "min": "99.625", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "130.731", "max": "130.948", "min": "130.639", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "123.542", "max": "125.56", "min": "123.335", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "249.771", "max": "249.963", "min": "249.661", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "132.81", "max": "133.511", "min": "132.437", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "139.306", "max": "139.616", "min": "139.212", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "102.601", "max": "102.839", "min": "102.495", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "172.021", "max": "172.563", "min": "171.876", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "70.712", "max": "70.914", "min": "70.663", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "21.578", "max": "21.844", "min": "21.435", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "76.303", "max": "76.531", "min": "76.107", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "105.174", "max": "108.086", "min": "103.602", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "65.45", "max": "65.608", "min": "65.357", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "262.537", "max": "276.213", "min": "258.404", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "228.153", "max": "228.511", "min": "228.001", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "124.573", "max": "128.035", "min": "123.966", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "227.973", "max": "228.134", "min": "227.923", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "191.214", "max": "191.918", "min": "190.895", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "105.06", "max": "105.228", "min": "104.968", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "158.592", "max": "163.898", "min": "158.012", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "157.678", "max": "217.813", "min": "151.617", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "234.796", "max": "319.638", "min": "221.873", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "235.846", "max": "236.473", "min": "235.658", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "143.069", "max": "143.195", "min": "142.972", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "146.079", "max": "146.145", "min": "146.045", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "27.207", "max": "27.296", "min": "27.142", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "137.333", "max": "137.63", "min": "136.998", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "156.066", "max": "158.225", "min": "155.603", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "39.606", "max": "40.598", "min": "39.465", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "185.287", "max": "185.916", "min": "185.156", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "70.896", "max": "71.428", "min": "70.654", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "89.107", "max": "90.497", "min": "88.797", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "40.015", "max": "40.094", "min": "39.948", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "202.607", "max": "203.787", "min": "202.363", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "104.469", "max": "104.603", "min": "104.333", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "45.293", "max": "45.408", "min": "45.168", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "61.645", "max": "61.809", "min": "61.534", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "26.375", "max": "28.169", "min": "26.062", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "14.398", "max": "14.512", "min": "14.328", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "48.92", "max": "49.237", "min": "48.734", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "40.999", "max": "41.682", "min": "40.733", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "208", "max": "209.448", "min": "207.028", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.076", "max": "239.457", "min": "238.919", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "64.951", "max": "65.021", "min": "64.907", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "162.46", "max": "163.201", "min": "162.177", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "103.435", "max": "105.778", "min": "103.164", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "39.947", "max": "40.197", "min": "39.859", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "10.025", "max": "10.679", "min": "9.873", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "97.247", "max": "100.935", "min": "96.97", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "32.268", "max": "34.214", "min": "31.611", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "83.095", "max": "83.41", "min": "82.905", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "112.853", "max": "112.903", "min": "112.807", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "175.804", "max": "176.109", "min": "175.638", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "27.412", "max": "33.629", "min": "27.037", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "48.408", "max": "48.844", "min": "48.208", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "135.696", "max": "135.962", "min": "135.506", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "73.925", "max": "101.062", "min": "72.327", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "70.665", "max": "70.841", "min": "70.583", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "17.777", "max": "19.203", "min": "17.606", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "41.106", "max": "41.24", "min": "41.065", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "71.213", "max": "71.364", "min": "71.025", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "153.558", "max": "162.342", "min": "153.168", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "222.573", "max": "229.093", "min": "221.948", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.277", "max": "28.751", "min": "28.097", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "450.241", "max": "490.423", "min": "440.064", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "108.423", "max": "110.138", "min": "108.111", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "26.714", "max": "26.809", "min": "26.561", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "37.536", "max": "37.612", "min": "37.438", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "249.395", "max": "251.166", "min": "249.004", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "237.829", "max": "238.329", "min": "237.674", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "189.601", "max": "189.773", "min": "189.505", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "22.83", "max": "22.91", "min": "22.772", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "218.822", "max": "219.249", "min": "218.589", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "458.874", "max": "563.761", "min": "279.681", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "235.482", "max": "351.617", "min": "158.675", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "268.961", "max": "274.085", "min": "268.581", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "153.148", "max": "155.165", "min": "152.9", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "51.698", "max": "52.293", "min": "51.561", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "46.549", "max": "47.523", "min": "46.371", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "27.529", "max": "27.801", "min": "27.36", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "101.805", "max": "253.779", "min": "26.693", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "139.039", "max": "139.264", "min": "138.926", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "139.826", "max": "316.992", "min": "128.812", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "131.157", "max": "131.242", "min": "131.122", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "182.826", "max": "183.898", "min": "182.42", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "25.1", "max": "25.317", "min": "24.972", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "250.269", "max": "251.277", "min": "249.961", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "217.301", "max": "219.811", "min": "217.058", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "98.016", "max": "98.977", "min": "97.852", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "13.569", "max": "14.306", "min": "13.433", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "21.062", "max": "21.181", "min": "20.959", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "14.877", "max": "15.364", "min": "14.81", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "213.468", "max": "215.264", "min": "212.876", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "56.046", "max": "56.159", "min": "55.996", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "26.702", "max": "34.641", "min": "26.305", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "57.723", "max": "71.634", "min": "56.258", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "40.769", "max": "41.446", "min": "40.684", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "27.48", "max": "27.57", "min": "27.429", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "27.61", "max": "29.03", "min": "27.414", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "123.786", "max": "123.889", "min": "123.716", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "250.08", "max": "250.743", "min": "249.788", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "134.472", "max": "135.77", "min": "134.361", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "114.973", "max": "115.154", "min": "114.793", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "100.398", "max": "109.696", "min": "99.533", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "109.945", "max": "110.732", "min": "109.761", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "141.399", "max": "147.656", "min": "141.035", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "278.462", "max": "278.675", "min": "278.387", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "91.494", "max": "92.064", "min": "91.408", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "93.445", "max": "93.496", "min": "93.411", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "111.588", "max": "121.852", "min": "110.023", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "163.656", "max": "163.797", "min": "163.579", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "132.663", "max": "133.579", "min": "132.535", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "109.658", "max": "110.004", "min": "109.502", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "28.007", "max": "28.313", "min": "27.938", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "53.574", "max": "54.643", "min": "53.345", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "130.753", "max": "132.279", "min": "130.415", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "226.225", "max": "275.449", "min": "217.112", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "38.363", "max": "38.543", "min": "38.271", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "180.57", "max": "279.838", "min": "171.76", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "56.474", "max": "56.599", "min": "56.383", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "363.349", "max": "363.542", "min": "363.169", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "137.292", "max": "137.584", "min": "137.128", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "22.839", "max": "23.203", "min": "22.67", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "215.522", "max": "215.719", "min": "215.388", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "259.041", "max": "259.099", "min": "259", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "187.121", "max": "187.286", "min": "186.959", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "62.238", "max": "62.362", "min": "62.124", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "223.085", "max": "225.865", "min": "222.381", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "32.146", "max": "32.278", "min": "32.082", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "10.557", "max": "10.606", "min": "10.532", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "116.953", "max": "118.852", "min": "116.611", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "334.601", "max": "334.806", "min": "334.509", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "102.899", "max": "103.846", "min": "102.784", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "111.603", "max": "113.348", "min": "111.424", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "125.43", "max": "126.834", "min": "125.327", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "119.41", "max": "119.491", "min": "119.363", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "93.837", "max": "96.219", "min": "93.555", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "152.692", "max": "155.241", "min": "152.447", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "139.271", "max": "139.402", "min": "139.194", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "160.156", "max": "162.653", "min": "159.959", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "135.457", "max": "136.016", "min": "135.304", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "102.493", "max": "102.764", "min": "102.431", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "99.567", "max": "99.688", "min": "99.484", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "109.079", "max": "109.14", "min": "108.993", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "133.908", "max": "137.479", "min": "133.662", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "151.228", "max": "152.005", "min": "151.003", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "125.468", "max": "141.85", "min": "124.132", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "137.39", "max": "185.847", "min": "108.495", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "89.902", "max": "90.029", "min": "89.785", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "158.623", "max": "159.21", "min": "158.509", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "131.815", "max": "146.249", "min": "130.731", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "141.167", "max": "141.674", "min": "140.819", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "98.866", "max": "99.199", "min": "98.674", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "264.755", "max": "285.158", "min": "263.98", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "110.863", "max": "111.15", "min": "110.769", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "122.969", "max": "123.176", "min": "122.855", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "122.24", "max": "122.319", "min": "122.207", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "130.456", "max": "139.657", "min": "118.423", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "152.475", "max": "152.618", "min": "152.341", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "104.251", "max": "114.317", "min": "103.441", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "98.675", "max": "98.877", "min": "98.59", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "107.602", "max": "107.699", "min": "107.542", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "205.412", "max": "206.335", "min": "205.171", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "26.2", "max": "28.766", "min": "25.693", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.696", "max": "227.673", "min": "219.69", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "244.795", "max": "244.915", "min": "244.724", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "100.107", "max": "100.316", "min": "100.005", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "244.953", "max": "245.415", "min": "244.821", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "60.128", "max": "60.46", "min": "59.879", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "127.654", "max": "128.186", "min": "127.515", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "151.699", "max": "152.633", "min": "151.441", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "97.699", "max": "98.496", "min": "97.358", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "103.14", "max": "104.589", "min": "102.817", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "0.016", "max": "0.039", "min": "0.013", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "14.263", "max": "14.311", "min": "14.235", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "237.463", "max": "237.832", "min": "237.289", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "26.129", "max": "26.392", "min": "26.073", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "130.161", "max": "130.282", "min": "130.09", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "25.857", "max": "27.466", "min": "25.73", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "118.931", "max": "119.386", "min": "118.841", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "155.525", "max": "155.983", "min": "155.44", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.435", "max": "58.184", "min": "52.871", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "111.803", "max": "111.957", "min": "111.689", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "134.632", "max": "137.022", "min": "133.88", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "86.783", "max": "102.11", "min": "85.469", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "297.96", "max": "298.578", "min": "297.655", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "126.169", "max": "126.295", "min": "126.018", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "255.836", "max": "256.352", "min": "255.663", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "141.204", "max": "141.281", "min": "141.145", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "162.955", "max": "163.146", "min": "162.912", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "132.725", "max": "134.193", "min": "132.604", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "30.418", "max": "31.55", "min": "30.11", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "25.428", "max": "25.651", "min": "25.304", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "154.188", "max": "163.933", "min": "151.819", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "114.505", "max": "115.452", "min": "113.702", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "32.632", "max": "34.263", "min": "31.826", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "155.057", "max": "155.705", "min": "154.888", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "15.619", "max": "15.829", "min": "15.514", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "112.34", "max": "114.228", "min": "112.158", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "221.487", "max": "224.727", "min": "211.546", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "114.151", "max": "114.151", "min": "114.151", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "97.426", "max": "97.467", "min": "97.392", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "109.091", "max": "109.232", "min": "109.03", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "193.626", "max": "194.201", "min": "193.472", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "109.981", "max": "122.129", "min": "102.643", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "126.612", "max": "126.661", "min": "126.533", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "241.692", "max": "242.61", "min": "241.461", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "177.004", "max": "177.785", "min": "176.784", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "11.103", "max": "12.696", "min": "10.818", "id": "230", "country": "United States", "source_name": "Indianapolis", "destination_name": "Lansing", "destination_id": "295" } } }, "231": { "name": "Memphis", "data": { "0": { "avg": "113.108", "max": "113.208", "min": "113.014", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "238.62", "max": "240.162", "min": "238.326", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "41.879", "max": "42.201", "min": "41.801", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "129.887", "max": "134.773", "min": "129.223", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "101.548", "max": "101.906", "min": "101.405", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "150.37", "max": "150.528", "min": "150.3", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "102.497", "max": "102.652", "min": "102.415", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "320.476", "max": "322.799", "min": "319.97", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "144.883", "max": "144.938", "min": "144.821", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "203.315", "max": "204.38", "min": "203.045", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "105.593", "max": "110.054", "min": "105.261", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "46.285", "max": "46.589", "min": "46.175", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "101.667", "max": "101.783", "min": "101.583", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "40.88", "max": "41.186", "min": "40.769", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "57.167", "max": "57.961", "min": "57.067", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "23.178", "max": "23.56", "min": "23.014", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "117.561", "max": "117.876", "min": "117.373", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "32.172", "max": "32.346", "min": "32.107", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "117.199", "max": "117.407", "min": "117.086", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "125.155", "max": "125.274", "min": "125.094", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "251.715", "max": "251.797", "min": "251.618", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "50.679", "max": "51.685", "min": "50.562", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "79.554", "max": "79.836", "min": "79.453", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "87.638", "max": "97.847", "min": "87.155", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "138.552", "max": "139.313", "min": "138.214", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "122.097", "max": "122.19", "min": "122.048", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "130.135", "max": "133.313", "min": "129.853", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "130.784", "max": "133.892", "min": "130.415", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "112.836", "max": "112.969", "min": "112.77", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "80.29", "max": "82.326", "min": "80", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "262.221", "max": "262.283", "min": "262.135", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "134.48", "max": "135.473", "min": "134.349", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "70.122", "max": "70.283", "min": "70.031", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "158.971", "max": "159.456", "min": "158.888", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "140.624", "max": "143.624", "min": "140.363", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "254.538", "max": "255.681", "min": "254.328", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "62.573", "max": "62.837", "min": "62.537", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "93.813", "max": "93.995", "min": "93.693", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "25.081", "max": "25.31", "min": "24.951", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "35.737", "max": "38.461", "min": "35.421", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "238.176", "max": "253.117", "min": "237.293", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "113.795", "max": "117.616", "min": "113.296", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "146.976", "max": "147.225", "min": "146.865", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "131.364", "max": "131.551", "min": "131.208", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "238.935", "max": "239.122", "min": "238.837", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "133.017", "max": "133.892", "min": "132.76", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "152.482", "max": "154.435", "min": "152.229", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "92.955", "max": "93.101", "min": "92.857", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "171.925", "max": "172.453", "min": "170.897", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "84.814", "max": "84.958", "min": "84.757", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "42.925", "max": "43.179", "min": "42.772", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "70.36", "max": "72.186", "min": "70.069", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "119.478", "max": "126.674", "min": "117.348", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "92.757", "max": "93.076", "min": "92.637", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "275.123", "max": "293.569", "min": "270.925", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "251.455", "max": "251.726", "min": "251.292", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "139.229", "max": "143.964", "min": "138.052", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "230.726", "max": "230.869", "min": "230.659", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "229.792", "max": "231.193", "min": "229.473", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "116.037", "max": "116.154", "min": "115.948", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "172.639", "max": "175.977", "min": "171.975", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "162.185", "max": "218.46", "min": "156.712", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "271.095", "max": "360.029", "min": "264.856", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "273.429", "max": "275.437", "min": "273.222", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "151.659", "max": "152.779", "min": "151.437", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "152.73", "max": "153.231", "min": "152.621", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "34.672", "max": "34.899", "min": "34.58", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "144.354", "max": "144.845", "min": "143.886", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "149.253", "max": "152.186", "min": "148.185", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "60.785", "max": "66.548", "min": "60.127", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "210.148", "max": "211.83", "min": "209.897", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "60.567", "max": "61.03", "min": "60.295", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "83.408", "max": "85.277", "min": "83.175", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "36.921", "max": "36.988", "min": "36.871", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "216.939", "max": "218.232", "min": "216.742", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "110.18", "max": "110.642", "min": "110.061", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "38.486", "max": "38.626", "min": "38.345", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "94.402", "max": "94.638", "min": "94.238", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "27.2", "max": "27.511", "min": "27.013", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "38.822", "max": "39.078", "min": "38.702", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "77.483", "max": "77.738", "min": "77.297", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "58.417", "max": "59.42", "min": "58.155", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "241.608", "max": "241.883", "min": "241.319", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "229.522", "max": "231.239", "min": "229.374", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "81.999", "max": "82.265", "min": "81.921", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "170.033", "max": "170.961", "min": "169.728", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "110.55", "max": "110.736", "min": "110.375", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "20.052", "max": "20.201", "min": "19.894", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "38.915", "max": "39.22", "min": "38.758", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "113.273", "max": "114.736", "min": "113.141", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "41.559", "max": "43.085", "min": "40.876", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "97.359", "max": "98.011", "min": "97.151", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "121.852", "max": "122.011", "min": "121.81", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "184.079", "max": "185.212", "min": "183.917", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "51.067", "max": "51.694", "min": "50.886", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "30.576", "max": "30.796", "min": "30.378", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "155.423", "max": "155.622", "min": "155.177", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "71.808", "max": "78.687", "min": "70.514", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "69.009", "max": "69.177", "min": "68.905", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "36.629", "max": "37.596", "min": "36.513", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "54.083", "max": "54.156", "min": "54.029", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "85.147", "max": "85.42", "min": "84.984", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "157.296", "max": "157.417", "min": "157.222", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "243.751", "max": "249.663", "min": "243.027", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "42.5", "max": "43.332", "min": "42.318", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "369.476", "max": "428.979", "min": "356.252", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "102.898", "max": "104.28", "min": "102.723", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "41.177", "max": "41.362", "min": "41.047", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "27.721", "max": "27.839", "min": "27.611", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "218.766", "max": "221.472", "min": "218.561", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "236.3", "max": "237.233", "min": "236.109", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "206.739", "max": "207.02", "min": "206.578", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "33.951", "max": "34.051", "min": "33.852", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "228.792", "max": "230.773", "min": "228.493", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "460.807", "max": "570.672", "min": "300.808", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "266.891", "max": "362.977", "min": "190.908", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "288.603", "max": "301.995", "min": "287.93", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "165.168", "max": "165.728", "min": "165.017", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "53.168", "max": "54.226", "min": "53.016", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "14.916", "max": "15.574", "min": "14.75", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "41.736", "max": "44.624", "min": "41.456", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "132.052", "max": "282.599", "min": "52.517", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "130.244", "max": "144.309", "min": "129.662", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "138.414", "max": "204.823", "min": "132.729", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "138.995", "max": "139.224", "min": "138.928", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "186.59", "max": "187.881", "min": "186.15", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "33.06", "max": "34.475", "min": "32.33", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "274.433", "max": "275.184", "min": "274.271", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "215.603", "max": "219.149", "min": "215.259", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "116.977", "max": "118.395", "min": "116.818", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "38.751", "max": "39.265", "min": "38.633", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "24.857", "max": "25.144", "min": "24.728", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "28.962", "max": "29.256", "min": "28.893", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "212.134", "max": "213.476", "min": "211.296", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "44.781", "max": "47.244", "min": "44.642", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "40.529", "max": "40.73", "min": "40.436", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "51.169", "max": "55.899", "min": "50.261", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "52.974", "max": "56.595", "min": "52.755", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "35.68", "max": "35.744", "min": "35.613", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "40.962", "max": "41.218", "min": "40.884", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "128.113", "max": "128.212", "min": "127.99", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "277.202", "max": "277.51", "min": "276.861", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "135.135", "max": "135.494", "min": "135.019", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "131.163", "max": "131.422", "min": "130.937", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "122.509", "max": "124.836", "min": "122.178", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "114.778", "max": "115.585", "min": "114.541", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "148.427", "max": "148.896", "min": "148.235", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "304.66", "max": "305.18", "min": "304.524", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "102.016", "max": "102.184", "min": "101.958", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "103.589", "max": "103.695", "min": "103.513", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "125.105", "max": "130.59", "min": "123.949", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "182.23", "max": "182.283", "min": "182.169", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "134.742", "max": "134.928", "min": "134.658", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "109.506", "max": "110.185", "min": "109.347", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "29.797", "max": "29.911", "min": "29.72", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "82.063", "max": "82.25", "min": "81.826", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "156.73", "max": "157.383", "min": "156.478", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "239.971", "max": "287.414", "min": "231.85", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "52.454", "max": "52.67", "min": "52.32", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "160.443", "max": "237.421", "min": "151.483", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "68.038", "max": "68.135", "min": "67.955", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "512.79", "max": "513.115", "min": "512.479", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "145.931", "max": "146.253", "min": "145.735", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "33.544", "max": "33.709", "min": "33.44", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "213.014", "max": "213.739", "min": "212.856", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "276.304", "max": "276.432", "min": "276.26", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "186.186", "max": "186.346", "min": "186.101", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "70.609", "max": "71.286", "min": "70.423", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "230.24", "max": "237.349", "min": "227.527", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "48.966", "max": "49.164", "min": "48.762", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.628", "max": "24.719", "min": "24.59", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "129.4", "max": "132.834", "min": "128.921", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "306.324", "max": "306.66", "min": "306.233", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "105.991", "max": "106.099", "min": "105.911", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "118.908", "max": "124.224", "min": "118.607", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "125.439", "max": "134.414", "min": "125.087", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "117.095", "max": "117.548", "min": "117.037", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "105.267", "max": "105.846", "min": "104.996", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "155.051", "max": "155.344", "min": "154.93", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "145.079", "max": "145.139", "min": "145.02", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "160.711", "max": "160.99", "min": "160.624", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "140.477", "max": "140.785", "min": "140.349", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "115.424", "max": "116.59", "min": "115.282", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "128.148", "max": "128.225", "min": "128.078", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "120.507", "max": "120.564", "min": "120.45", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "128.112", "max": "128.244", "min": "127.99", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "162.442", "max": "163.146", "min": "162.265", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "137.007", "max": "157.576", "min": "134.708", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "150.696", "max": "206.131", "min": "117.277", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "115.768", "max": "116.107", "min": "115.663", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "168.49", "max": "168.745", "min": "168.242", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "138.307", "max": "160.665", "min": "137.341", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "148.423", "max": "148.857", "min": "148.066", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "100.377", "max": "103.3", "min": "99.946", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "292.42", "max": "293.22", "min": "292.328", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "132.953", "max": "133.07", "min": "132.877", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "136.749", "max": "136.902", "min": "136.697", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "129.528", "max": "129.866", "min": "129.452", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "95.092", "max": "102.814", "min": "93.452", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "155.124", "max": "155.518", "min": "155.01", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "110.52", "max": "114.056", "min": "110.001", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "108.18", "max": "111.44", "min": "107.951", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "102.346", "max": "102.497", "min": "102.246", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "236.418", "max": "244.183", "min": "235.508", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "37.848", "max": "39.259", "min": "37.499", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "238.036", "max": "238.902", "min": "237.954", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "267.906", "max": "268.122", "min": "267.839", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "116.709", "max": "117.504", "min": "116.492", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "239.147", "max": "239.927", "min": "238.975", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "91.348", "max": "91.673", "min": "91.154", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "143.681", "max": "143.833", "min": "143.528", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "160.908", "max": "162", "min": "160.664", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "98.925", "max": "99.779", "min": "98.648", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "111.043", "max": "113.469", "min": "110.57", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "14.286", "max": "14.324", "min": "14.24", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "0.021", "max": "0.038", "min": "0.016", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "234.349", "max": "328.469", "min": "230.842", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "39.881", "max": "39.954", "min": "39.832", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "132.037", "max": "132.241", "min": "131.931", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "41.382", "max": "41.445", "min": "41.337", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "123.217", "max": "123.336", "min": "123.144", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "158.101", "max": "158.923", "min": "157.946", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "52.209", "max": "59.398", "min": "49.059", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "116.224", "max": "116.812", "min": "116.109", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "141.477", "max": "143.396", "min": "140.597", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "79.988", "max": "82.949", "min": "79.098", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "301.673", "max": "302.434", "min": "301.323", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "158.577", "max": "158.78", "min": "158.477", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "280.5", "max": "282.231", "min": "280.231", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "141.312", "max": "141.998", "min": "141.228", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "183.121", "max": "183.445", "min": "183.046", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "132.897", "max": "132.98", "min": "132.848", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "39.155", "max": "40.953", "min": "38.826", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "39.072", "max": "39.2", "min": "39.005", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "160.109", "max": "163.292", "min": "158.149", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "109.668", "max": "110.799", "min": "109.314", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "51.995", "max": "53.415", "min": "51.266", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "171.895", "max": "172.612", "min": "171.65", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "47.001", "max": "47.317", "min": "46.81", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "120.291", "max": "121.463", "min": "120.086", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "233.392", "max": "239.206", "min": "226.878", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "130.145", "max": "130.145", "min": "130.145", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "98.784", "max": "98.829", "min": "98.746", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "115.642", "max": "115.839", "min": "115.556", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "202.057", "max": "202.824", "min": "201.806", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "117.437", "max": "128.551", "min": "109.24", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "127.145", "max": "127.242", "min": "127.022", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "215.329", "max": "216.37", "min": "215.189", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "179.117", "max": "179.421", "min": "178.939", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "34.726", "max": "36.11", "min": "34.554", "id": "231", "country": "United States", "source_name": "Memphis", "destination_name": "Lansing", "destination_id": "295" } } }, "233": { "name": "Cromwell", "data": { "0": { "avg": "139.127", "max": "139.38", "min": "139.01", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "254.51", "max": "255.891", "min": "254.271", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.037", "max": "90.407", "min": "89.916", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "101.841", "max": "108.684", "min": "101.2", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "76.835", "max": "77.343", "min": "76.667", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "185.065", "max": "185.429", "min": "184.929", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "79.354", "max": "79.496", "min": "79.247", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "231.383", "max": "239.529", "min": "230.057", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "124.776", "max": "126.725", "min": "124.32", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "100.267", "max": "104.325", "min": "99.637", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "70.5", "max": "70.887", "min": "70.299", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "46.289", "max": "48.792", "min": "46.114", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "8.229", "max": "8.329", "min": "8.163", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "11.161", "max": "11.959", "min": "10.961", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "38.726", "max": "38.899", "min": "38.576", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "81.277", "max": "82.043", "min": "81.003", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "106.344", "max": "106.676", "min": "106.127", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "23.248", "max": "24.667", "min": "23.014", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "80.439", "max": "80.714", "min": "80.285", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "95.717", "max": "95.792", "min": "95.633", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "262.358", "max": "262.97", "min": "262.229", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "27.543", "max": "27.626", "min": "27.461", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "72.57", "max": "72.877", "min": "72.477", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "79.707", "max": "80.184", "min": "79.588", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "104.433", "max": "105.238", "min": "104.136", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "93.443", "max": "93.546", "min": "93.344", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "96.986", "max": "102.333", "min": "96.556", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "98.303", "max": "98.599", "min": "98.151", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "86.892", "max": "87.077", "min": "86.79", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.4", "max": "71.52", "min": "70.236", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "237.377", "max": "237.527", "min": "237.244", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "99.283", "max": "99.579", "min": "99.195", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "71.926", "max": "72.425", "min": "71.763", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "119.225", "max": "119.354", "min": "119.14", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "105.258", "max": "107.698", "min": "105.026", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "251.303", "max": "252.06", "min": "251.155", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "73.214", "max": "73.27", "min": "73.169", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "85.034", "max": "85.239", "min": "84.814", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "80.44", "max": "81.869", "min": "80.266", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "13.989", "max": "15.263", "min": "13.728", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "215.111", "max": "218.639", "min": "214.471", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "81.153", "max": "84.883", "min": "80.598", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "115.791", "max": "115.994", "min": "115.685", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "187.016", "max": "190.581", "min": "186.741", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.883", "max": "212.318", "min": "211.778", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "190.097", "max": "191.024", "min": "189.602", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "112.297", "max": "112.623", "min": "112.093", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "84.497", "max": "85.931", "min": "84.29", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "209.805", "max": "210.168", "min": "209.636", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "96.173", "max": "96.277", "min": "96.122", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "21.803", "max": "22.001", "min": "21.686", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "100.391", "max": "100.603", "min": "100.246", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "110.553", "max": "122.301", "min": "98.337", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "47.16", "max": "47.238", "min": "47.081", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "218.545", "max": "237.871", "min": "213.375", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "268.755", "max": "269.506", "min": "268.547", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "103.681", "max": "106.916", "min": "102.973", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "227.483", "max": "227.812", "min": "227.392", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "114.708", "max": "115.592", "min": "114.482", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "161.633", "max": "161.834", "min": "161.49", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "135.069", "max": "135.739", "min": "134.646", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "135.604", "max": "194.732", "min": "129.862", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "251.458", "max": "260.094", "min": "250.693", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "251.247", "max": "253.806", "min": "251.017", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "123.829", "max": "124.35", "min": "123.435", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "203.853", "max": "207.523", "min": "203.469", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "9.382", "max": "11.145", "min": "9.182", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "119.117", "max": "131.545", "min": "118.14", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "146.231", "max": "147.69", "min": "145.474", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "50.813", "max": "51.472", "min": "50.657", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "228.159", "max": "232.813", "min": "227.873", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "80.371", "max": "80.782", "min": "80.195", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.73", "max": "84.132", "min": "79.401", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "30.256", "max": "30.334", "min": "30.19", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "117.948", "max": "118.445", "min": "117.782", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "79.339", "max": "79.616", "min": "79.199", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "18.656", "max": "18.829", "min": "18.517", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "80.659", "max": "80.755", "min": "80.557", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "22.598", "max": "31.569", "min": "22.077", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "23.889", "max": "24.512", "min": "23.727", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "83.599", "max": "83.735", "min": "83.467", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "25.777", "max": "26.478", "min": "25.543", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "242.222", "max": "243.56", "min": "242.035", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "217.877", "max": "218.615", "min": "217.705", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "67.063", "max": "67.149", "min": "66.97", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "201.771", "max": "203.068", "min": "201.345", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "80.69", "max": "84.728", "min": "80.35", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "34.707", "max": "34.896", "min": "34.605", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "29.982", "max": "30.349", "min": "29.812", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "154.094", "max": "155.255", "min": "153.891", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "97.289", "max": "98.742", "min": "96.561", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "72.605", "max": "73.236", "min": "72.401", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "90.568", "max": "93.206", "min": "90.414", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "196.516", "max": "201.761", "min": "196.162", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "15.982", "max": "16.124", "min": "15.891", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "88.269", "max": "88.487", "min": "88.137", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "82.328", "max": "82.541", "min": "82.151", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "61.919", "max": "74.834", "min": "60.486", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "72.121", "max": "72.364", "min": "71.976", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.239", "max": "27.409", "min": "24.009", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "97.72", "max": "97.849", "min": "97.672", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "76.096", "max": "77.223", "min": "75.8", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "209.041", "max": "210.079", "min": "208.849", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "236.834", "max": "239.079", "min": "236.353", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "93.182", "max": "93.492", "min": "93.056", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "244.499", "max": "244.805", "min": "244.185", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "95.049", "max": "97.828", "min": "94.768", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "11.665", "max": "19.557", "min": "11.209", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "26.876", "max": "27.108", "min": "26.738", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "196.623", "max": "198.908", "min": "196.395", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "248.461", "max": "251.139", "min": "248.216", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "202.81", "max": "203.02", "min": "202.686", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "6.654", "max": "6.747", "min": "6.593", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "201.842", "max": "206.385", "min": "201.494", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "455.125", "max": "569.514", "min": "277.43", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "216.373", "max": "291.396", "min": "138.478", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "237.013", "max": "246.097", "min": "236.364", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "170.878", "max": "171.71", "min": "170.637", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "44.3", "max": "44.44", "min": "44.136", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "43.235", "max": "44.189", "min": "42.923", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "46.365", "max": "46.509", "min": "46.152", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "113.984", "max": "265.403", "min": "32.64", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "116.13", "max": "116.363", "min": "116.028", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "119.161", "max": "221.232", "min": "110.853", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "111.689", "max": "111.824", "min": "111.61", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "105.366", "max": "106.126", "min": "104.552", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "6.668", "max": "7.347", "min": "6.096", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "236.211", "max": "236.797", "min": "235.994", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "196.859", "max": "199.36", "min": "196.505", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "111.095", "max": "111.913", "min": "110.925", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "18.994", "max": "19.264", "min": "18.826", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "94.754", "max": "95.034", "min": "94.585", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "42.614", "max": "43.435", "min": "42.524", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "214.048", "max": "215.815", "min": "213.278", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "92.072", "max": "92.304", "min": "91.953", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "11.835", "max": "11.995", "min": "11.623", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "63.718", "max": "76.971", "min": "62.16", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "44.436", "max": "44.534", "min": "44.345", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.899", "max": "39.307", "min": "38.813", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "9.922", "max": "10.423", "min": "9.82", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "100.329", "max": "103.55", "min": "100.101", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "288.085", "max": "288.728", "min": "287.723", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "117.995", "max": "122.399", "min": "117.438", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "97.026", "max": "97.221", "min": "96.824", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "112.559", "max": "122.833", "min": "112.038", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "82.904", "max": "83.783", "min": "82.587", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "109.562", "max": "112.643", "min": "109.305", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "253.629", "max": "254.531", "min": "253.499", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "72.715", "max": "73.485", "min": "72.619", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "74.726", "max": "74.845", "min": "74.639", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "162.094", "max": "166.915", "min": "161.063", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "176.073", "max": "176.191", "min": "175.976", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "110.491", "max": "112.272", "min": "110.227", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "93.578", "max": "111.351", "min": "92.18", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "18.374", "max": "18.564", "min": "18.303", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "102.7", "max": "102.832", "min": "102.52", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "109.782", "max": "110.34", "min": "109.577", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "222.245", "max": "276.515", "min": "213.639", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "49.153", "max": "49.503", "min": "48.931", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "181.287", "max": "237.808", "min": "172.656", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "45.685", "max": "45.814", "min": "45.599", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "485.526", "max": "485.929", "min": "484.965", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "107.207", "max": "107.512", "min": "107.029", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "7.332", "max": "7.428", "min": "7.258", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "190.516", "max": "191.079", "min": "190.189", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "244.911", "max": "245.163", "min": "244.83", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "166.129", "max": "166.733", "min": "165.729", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "59.845", "max": "60.216", "min": "59.705", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "232.985", "max": "239.188", "min": "230.138", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "12.867", "max": "13.03", "min": "12.76", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "21.827", "max": "21.881", "min": "21.778", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "100.958", "max": "103.061", "min": "100.603", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "281.607", "max": "281.851", "min": "281.531", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "82.433", "max": "82.525", "min": "82.357", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "89.069", "max": "89.323", "min": "88.897", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "105.405", "max": "130.09", "min": "104.06", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "93.77", "max": "93.838", "min": "93.701", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "75.242", "max": "75.516", "min": "75.037", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "137.024", "max": "138.183", "min": "136.804", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "127.363", "max": "127.586", "min": "127.281", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "144.772", "max": "145.987", "min": "144.565", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "113.828", "max": "114.236", "min": "113.696", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "81.641", "max": "86.362", "min": "81.092", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "94.728", "max": "94.949", "min": "94.635", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "78.279", "max": "78.974", "min": "78.13", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "98.37", "max": "98.754", "min": "98.189", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "141.083", "max": "145.307", "min": "140.706", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "103.06", "max": "109.289", "min": "102.094", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "102.567", "max": "117.169", "min": "88.386", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "72.784", "max": "72.881", "min": "72.72", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "141.903", "max": "142.591", "min": "141.687", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "185.255", "max": "185.558", "min": "185.008", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "121.636", "max": "122.3", "min": "121.222", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "158.635", "max": "167.272", "min": "158.071", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "270.007", "max": "296.236", "min": "268.712", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "91.54", "max": "91.669", "min": "91.467", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "171.652", "max": "171.84", "min": "171.432", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "98.395", "max": "98.781", "min": "98.287", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "93.943", "max": "102.588", "min": "92.061", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "128.665", "max": "129.078", "min": "128.546", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "77.09", "max": "77.895", "min": "76.984", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "77.551", "max": "79.463", "min": "77.334", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "78.187", "max": "78.444", "min": "78.012", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "228.586", "max": "241.738", "min": "225.361", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "11.641", "max": "19.292", "min": "10.22", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.683", "max": "226.842", "min": "225.55", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "212.347", "max": "213.175", "min": "212.2", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "82.51", "max": "82.627", "min": "82.396", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "230.049", "max": "230.259", "min": "229.903", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "69.894", "max": "70.431", "min": "69.602", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "179.454", "max": "187.142", "min": "179.031", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "132.71", "max": "132.997", "min": "132.578", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "75.28", "max": "76.673", "min": "74.853", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "93.918", "max": "95.247", "min": "93.596", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "26.155", "max": "26.271", "min": "26.092", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "39.909", "max": "39.97", "min": "39.852", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "242.087", "max": "329.5", "min": "238.896", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "0.021", "max": "0.029", "min": "0.016", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "113.449", "max": "113.776", "min": "113.349", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "12.849", "max": "12.911", "min": "12.761", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "96.77", "max": "96.915", "min": "96.688", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "145.569", "max": "559.086", "min": "131.153", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "52.487", "max": "55.829", "min": "49.716", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "96.995", "max": "97.636", "min": "96.626", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "122.026", "max": "123.051", "min": "121.476", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "154.492", "max": "167.725", "min": "148.215", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "218.3", "max": "224.428", "min": "217.81", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "177.511", "max": "178.058", "min": "177.362", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "165.509", "max": "166.163", "min": "165.324", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "199.391", "max": "199.542", "min": "199.246", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "80.722", "max": "81.15", "min": "80.633", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "126.943", "max": "127.163", "min": "126.833", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "18.314", "max": "20.899", "min": "17.973", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "18.609", "max": "18.823", "min": "18.522", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "140.141", "max": "144.612", "min": "138.402", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "106.58", "max": "107.414", "min": "106.269", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "99.466", "max": "100.707", "min": "98.491", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "207.588", "max": "207.991", "min": "207.444", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "33.675", "max": "33.881", "min": "33.531", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "84.78", "max": "89.066", "min": "84.344", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "249.083", "max": "253.232", "min": "245.564", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "114.808", "max": "115.037", "min": "114.58", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "74.748", "max": "74.847", "min": "74.69", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "87.247", "max": "87.342", "min": "87.174", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "166.905", "max": "167.599", "min": "166.625", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "101.81", "max": "110.608", "min": "93.662", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "106.696", "max": "106.943", "min": "106.604", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "198.749", "max": "200.063", "min": "198.363", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "150.001", "max": "152.435", "min": "149.65", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "30.437", "max": "32.307", "min": "30.157", "id": "233", "country": "United States", "source_name": "Cromwell", "destination_name": "Lansing", "destination_id": "295" } } }, "235": { "name": "Syracuse", "data": { "0": { "avg": "145.136", "max": "145.33", "min": "145.027", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "262.905", "max": "267.936", "min": "262.546", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "17.3", "max": "17.603", "min": "17.226", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "99.891", "max": "103.479", "min": "99.289", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "77.43", "max": "78.036", "min": "77.174", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "188.394", "max": "188.539", "min": "188.31", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "85.584", "max": "85.803", "min": "85.457", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "300.837", "max": "309.565", "min": "299.553", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "125.253", "max": "125.37", "min": "125.163", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "102.557", "max": "102.995", "min": "102.39", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "75.59", "max": "75.898", "min": "75.472", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "46.171", "max": "67.704", "min": "45.315", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "8.417", "max": "8.48", "min": "8.333", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "7.615", "max": "7.855", "min": "7.501", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "37.53", "max": "38.12", "min": "37.439", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "15.035", "max": "15.269", "min": "14.511", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "101.641", "max": "101.835", "min": "101.357", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "24.084", "max": "24.264", "min": "23.988", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "85.215", "max": "85.366", "min": "85.034", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "95.063", "max": "95.105", "min": "95.002", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "283.935", "max": "284.072", "min": "283.888", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "17.135", "max": "17.239", "min": "17.064", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "67.942", "max": "68.086", "min": "67.85", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "71.944", "max": "81.477", "min": "71.233", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "115.352", "max": "123.434", "min": "114.891", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "91.55", "max": "92.507", "min": "91.422", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "96.324", "max": "97.537", "min": "96.085", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "110.144", "max": "110.291", "min": "109.982", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "94.084", "max": "94.223", "min": "94.009", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "79.22", "max": "80.086", "min": "79.002", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "261.531", "max": "262.949", "min": "261.423", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "98.473", "max": "99.36", "min": "98.376", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "77.859", "max": "78.201", "min": "77.743", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "127.037", "max": "127.815", "min": "126.933", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "95.281", "max": "97.344", "min": "94.922", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "248.106", "max": "249.121", "min": "247.908", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "73.35", "max": "74.154", "min": "73.278", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "63.344", "max": "63.566", "min": "63.124", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "42.145", "max": "42.624", "min": "42.006", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "19.223", "max": "20.29", "min": "19.019", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "217.167", "max": "219.451", "min": "216.758", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "78.97", "max": "80.849", "min": "78.579", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "112.487", "max": "112.569", "min": "112.414", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "107.675", "max": "107.836", "min": "107.618", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "212.166", "max": "212.36", "min": "212.075", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "109.716", "max": "110.303", "min": "109.277", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "108.227", "max": "108.788", "min": "108.084", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "93.935", "max": "94.028", "min": "93.844", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "156.417", "max": "156.875", "min": "156.322", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "50.314", "max": "50.381", "min": "50.266", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "9.036", "max": "9.211", "min": "8.997", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "66.209", "max": "66.483", "min": "66.01", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "147.203", "max": "165.823", "min": "85.699", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "27.869", "max": "27.95", "min": "27.806", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "217.868", "max": "242.235", "min": "213.887", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "274.193", "max": "274.727", "min": "274.039", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "97.834", "max": "101.024", "min": "97.197", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "217.377", "max": "217.942", "min": "217.273", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "128.128", "max": "129.178", "min": "127.857", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "84.009", "max": "86.656", "min": "83.798", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "141.342", "max": "142.5", "min": "140.83", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "133.908", "max": "191.735", "min": "128.907", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "261.894", "max": "270.638", "min": "261.383", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "249.289", "max": "250.927", "min": "249.083", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "122.182", "max": "122.271", "min": "122.104", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "118.256", "max": "118.529", "min": "118.181", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "9.365", "max": "9.5", "min": "9.263", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "120.242", "max": "120.55", "min": "119.928", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "139.558", "max": "141.26", "min": "138.779", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "40.909", "max": "41.292", "min": "40.84", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "227.19", "max": "228.208", "min": "226.981", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "70.937", "max": "71.367", "min": "70.695", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "79.765", "max": "79.957", "min": "79.65", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "33.096", "max": "33.192", "min": "33.005", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "107.333", "max": "108.289", "min": "107.155", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "79.574", "max": "79.777", "min": "79.441", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "18.966", "max": "19.11", "min": "18.851", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "80.523", "max": "80.631", "min": "80.449", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "14.458", "max": "14.769", "min": "14.307", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "13.426", "max": "13.987", "min": "13.34", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "73.168", "max": "73.357", "min": "73.045", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "25.206", "max": "25.69", "min": "25.043", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "205.01", "max": "208.177", "min": "204.728", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "237.586", "max": "238.258", "min": "237.415", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "72.313", "max": "72.418", "min": "72.222", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "135.162", "max": "136.275", "min": "134.722", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "78.774", "max": "80.021", "min": "78.469", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "34.285", "max": "34.463", "min": "34.19", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "23.878", "max": "24.103", "min": "23.73", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.408", "max": "81.922", "min": "78.081", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "33.125", "max": "34.683", "min": "32.275", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "72.218", "max": "72.886", "min": "72.034", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "89.406", "max": "89.449", "min": "89.32", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "200.795", "max": "201.002", "min": "200.685", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "4.569", "max": "4.943", "min": "4.495", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "39.735", "max": "39.858", "min": "39.648", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "85.796", "max": "86.02", "min": "85.518", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "65.949", "max": "75.419", "min": "65.18", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "77.907", "max": "78.447", "min": "77.781", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "14.766", "max": "15.69", "min": "14.639", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "33.228", "max": "33.364", "min": "33.157", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "69.481", "max": "69.731", "min": "69.328", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "119.673", "max": "127.855", "min": "119.297", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "226.449", "max": "227.657", "min": "226.082", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "29.087", "max": "29.465", "min": "28.887", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "265.253", "max": "335.632", "min": "211.813", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "107.584", "max": "108.688", "min": "107.487", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "14.474", "max": "14.611", "min": "14.311", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "30.019", "max": "30.229", "min": "29.891", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "197.043", "max": "200.286", "min": "196.769", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "228.288", "max": "228.481", "min": "228.197", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "196.783", "max": "197.205", "min": "196.683", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "13.04", "max": "13.127", "min": "12.948", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "208.019", "max": "221.99", "min": "207.163", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "445.373", "max": "549.509", "min": "280.417", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "222.644", "max": "335.29", "min": "142.225", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "236.535", "max": "239.065", "min": "236.188", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "179.227", "max": "180.355", "min": "178.991", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "35.29", "max": "35.768", "min": "35.153", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "44.418", "max": "44.94", "min": "44.227", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "42.415", "max": "42.628", "min": "42.271", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "129.927", "max": "282.116", "min": "39.355", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "137.509", "max": "179.823", "min": "135.95", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "122.163", "max": "377.953", "min": "112.865", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "110.932", "max": "115.708", "min": "110.702", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "110.006", "max": "110.983", "min": "109.514", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "10.69", "max": "11.26", "min": "10.528", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "318.909", "max": "320.101", "min": "318.655", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "201.546", "max": "202.081", "min": "201.311", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "100.699", "max": "100.965", "min": "100.632", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "23.407", "max": "23.592", "min": "23.322", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "27.001", "max": "27.861", "min": "26.849", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "24.647", "max": "24.834", "min": "24.565", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "203.791", "max": "204.686", "min": "203.26", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "53.111", "max": "53.221", "min": "53.062", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "8.498", "max": "8.592", "min": "8.405", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "50.392", "max": "63.692", "min": "48.862", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.29", "max": "48.759", "min": "48.19", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "24.076", "max": "24.3", "min": "24.01", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "4.323", "max": "4.713", "min": "4.17", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "99.532", "max": "99.772", "min": "99.43", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "249.178", "max": "250.365", "min": "248.755", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "111.452", "max": "111.656", "min": "111.359", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "110.391", "max": "110.522", "min": "110.259", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "115.71", "max": "126.621", "min": "114.454", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "80.805", "max": "81.036", "min": "80.68", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "114.297", "max": "115.392", "min": "114.14", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "276.825", "max": "277.159", "min": "276.726", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "71.117", "max": "71.643", "min": "71.026", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "72.791", "max": "72.844", "min": "72.708", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "91.259", "max": "113.156", "min": "89.028", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "192.453", "max": "192.616", "min": "192.346", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "113.747", "max": "115.133", "min": "113.564", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "94.139", "max": "94.374", "min": "93.984", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "22.706", "max": "22.95", "min": "22.627", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "81.867", "max": "82.369", "min": "81.714", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "108.026", "max": "108.553", "min": "107.819", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "234.348", "max": "273.995", "min": "227.446", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "40.767", "max": "40.847", "min": "40.713", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "172.34", "max": "255.361", "min": "164.435", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "45.857", "max": "46.287", "min": "45.739", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "382.53", "max": "382.676", "min": "382.328", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "111.241", "max": "111.531", "min": "111.166", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "7.851", "max": "8.278", "min": "7.77", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "174.86", "max": "175.381", "min": "174.732", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "235.464", "max": "235.82", "min": "235.398", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "167.437", "max": "168.008", "min": "167.317", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "60.047", "max": "60.279", "min": "59.869", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "209.573", "max": "210.312", "min": "209.367", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "15.538", "max": "15.92", "min": "15.47", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "12.487", "max": "13.295", "min": "12.408", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "94.122", "max": "95.1", "min": "93.787", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "272.86", "max": "272.963", "min": "272.77", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "81.745", "max": "81.877", "min": "81.677", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "88.639", "max": "89.002", "min": "88.297", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "106.113", "max": "116.096", "min": "105.725", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "96.069", "max": "96.147", "min": "95.986", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "74.425", "max": "75.228", "min": "74.233", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "127.912", "max": "128.499", "min": "127.691", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "117.988", "max": "118.086", "min": "117.904", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "138.407", "max": "144.001", "min": "138.118", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "121.478", "max": "121.622", "min": "121.374", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "79.405", "max": "81.151", "min": "79.201", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "90.527", "max": "90.669", "min": "90.441", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "82.855", "max": "82.915", "min": "82.801", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "110.919", "max": "111.018", "min": "110.811", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "131.555", "max": "131.776", "min": "131.277", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "103.713", "max": "146.343", "min": "101.495", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "100.208", "max": "121.574", "min": "86.982", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "72.389", "max": "72.495", "min": "72.329", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "133.502", "max": "134.066", "min": "133.316", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "116.262", "max": "157.614", "min": "113.878", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "116.748", "max": "117.337", "min": "116.3", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "81.202", "max": "81.784", "min": "80.947", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "265.183", "max": "280.989", "min": "264.188", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "90.106", "max": "90.34", "min": "90", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "98.909", "max": "99.115", "min": "98.717", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "97.58", "max": "97.692", "min": "97.505", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "99.44", "max": "105.919", "min": "98.107", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "126.885", "max": "127.033", "min": "126.78", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "76.638", "max": "81.353", "min": "76.258", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "76.904", "max": "80.347", "min": "76.492", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "77.284", "max": "78.472", "min": "77.177", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "235.544", "max": "248.724", "min": "233.277", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "14.581", "max": "17.428", "min": "13.936", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "234.313", "max": "236.206", "min": "228.147", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "228.821", "max": "229.145", "min": "228.719", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "85.396", "max": "85.534", "min": "85.301", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "213.457", "max": "214.041", "min": "213.313", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "81.023", "max": "81.618", "min": "80.742", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "107.402", "max": "107.562", "min": "107.25", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "130.862", "max": "132.613", "min": "130.605", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "73.402", "max": "74.648", "min": "72.94", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "81.633", "max": "81.875", "min": "81.491", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "25.818", "max": "25.92", "min": "25.768", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "41.391", "max": "41.524", "min": "41.313", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "256.853", "max": "346.364", "min": "250.514", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "12.822", "max": "12.924", "min": "12.753", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "95.398", "max": "95.976", "min": "95.283", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "0.027", "max": "0.061", "min": "0.018", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "95.877", "max": "96.088", "min": "95.777", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "180.428", "max": "180.838", "min": "180.278", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.111", "max": "57.6", "min": "51.829", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "100.636", "max": "100.961", "min": "100.506", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "107.089", "max": "109.429", "min": "106.408", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "86.188", "max": "98.941", "min": "84.304", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "217.147", "max": "217.672", "min": "216.872", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "189.661", "max": "189.89", "min": "189.522", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "156.027", "max": "157.44", "min": "155.86", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "119.122", "max": "119.58", "min": "119.02", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "83.877", "max": "83.973", "min": "83.815", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "127.636", "max": "127.852", "min": "127.56", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "12.872", "max": "17.114", "min": "12.388", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "22.601", "max": "22.909", "min": "22.47", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "136.355", "max": "138.38", "min": "134.417", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "97.207", "max": "97.74", "min": "97.059", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "16.267", "max": "17.964", "min": "15.324", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "136.27", "max": "137.624", "min": "136.132", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "38.906", "max": "39.084", "min": "38.701", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "88.742", "max": "97.067", "min": "88.069", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "217.923", "max": "218.617", "min": "217.759", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "107.469", "max": "107.469", "min": "107.469", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "80.12", "max": "80.185", "min": "80.055", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "102.444", "max": "102.657", "min": "102.366", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "166.043", "max": "199.566", "min": "164.752", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "93.863", "max": "105.216", "min": "86.054", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "109.059", "max": "109.138", "min": "108.958", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "198.052", "max": "199.151", "min": "197.834", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "154.096", "max": "155.618", "min": "153.798", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "24.517", "max": "31.475", "min": "24.099", "id": "235", "country": "United States", "source_name": "Syracuse", "destination_name": "Lansing", "destination_id": "295" } } }, "239": { "name": "Savannah", "data": { "0": { "avg": "103.431", "max": "113.032", "min": "100.775", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "220.448", "max": "224.082", "min": "219.203", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "57.148", "max": "59.74", "min": "56.172", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "141.487", "max": "160.981", "min": "138.758", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "121.393", "max": "125.704", "min": "119.549", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "185.369", "max": "190.678", "min": "183.85", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "122.295", "max": "126.617", "min": "120.976", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "229.921", "max": "250.168", "min": "226.703", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "163.07", "max": "168.222", "min": "161.577", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "149.428", "max": "153.989", "min": "147.95", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "131.334", "max": "141.975", "min": "129.267", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "49.256", "max": "53.469", "min": "47.783", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "44.422", "max": "51.344", "min": "42.868", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "49.692", "max": "56.393", "min": "48.066", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "31.238", "max": "36.021", "min": "29.308", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "35.907", "max": "41.011", "min": "33.867", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "130.807", "max": "135.024", "min": "129.074", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "26.765", "max": "32.262", "min": "24.999", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "125.233", "max": "139.249", "min": "123.152", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "136.958", "max": "150.165", "min": "134.852", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "224.63", "max": "228.072", "min": "223.051", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "54.581", "max": "59.684", "min": "52.908", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "76.37", "max": "80.533", "min": "74.606", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "84.855", "max": "90.441", "min": "82.159", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "143.091", "max": "147.5", "min": "141.519", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "132.245", "max": "136.756", "min": "130.822", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "135.71", "max": "141.677", "min": "133.982", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "137.058", "max": "144.118", "min": "134.698", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "133.583", "max": "150.562", "min": "130.703", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "80.788", "max": "88.788", "min": "78.619", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "251.131", "max": "257.14", "min": "249.252", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "152.482", "max": "156.487", "min": "151.092", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "66.684", "max": "71.172", "min": "65.116", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "168.26", "max": "172.374", "min": "166.576", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "140.864", "max": "145.66", "min": "139.605", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "256.153", "max": "261.65", "min": "254.663", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "69.102", "max": "73.167", "min": "67.102", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "75.832", "max": "83.758", "min": "74.141", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "40.777", "max": "46.283", "min": "38.922", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "38.003", "max": "40.609", "min": "36.514", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "250.105", "max": "255.036", "min": "248.421", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "121.588", "max": "127.172", "min": "119.908", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "156.149", "max": "182.251", "min": "153.821", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "154.014", "max": "161.403", "min": "152.481", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "263.534", "max": "277.346", "min": "261.566", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "150.018", "max": "153.324", "min": "148.439", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "153.856", "max": "159.414", "min": "152.215", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "78.568", "max": "85.455", "min": "77.04", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "160.754", "max": "171.899", "min": "158.462", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "53.346", "max": "62.613", "min": "51.34", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "68.389", "max": "76.165", "min": "65.766", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "83.5", "max": "91.922", "min": "82.214", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "160.112", "max": "250.953", "min": "144.084", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "54.628", "max": "61.521", "min": "52.661", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "271.036", "max": "282.677", "min": "265.996", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "282.803", "max": "288.701", "min": "280.936", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "138.432", "max": "144.612", "min": "136.311", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "218.215", "max": "222.25", "min": "216.655", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "148.432", "max": "155.364", "min": "146.377", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "120.489", "max": "129.467", "min": "117.274", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "173.475", "max": "177.926", "min": "171.621", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "174.629", "max": "217.575", "min": "170.426", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "264.932", "max": "296.081", "min": "260.951", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "292.046", "max": "299.024", "min": "290.294", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "157.532", "max": "168.694", "min": "155.059", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "159.919", "max": "165.958", "min": "157.981", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "40.681", "max": "44.798", "min": "39.169", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "153.602", "max": "162.168", "min": "151.201", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "151.187", "max": "187.511", "min": "146.921", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "59.268", "max": "64.483", "min": "56.888", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "237.097", "max": "242.211", "min": "235.383", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "69.08", "max": "73.194", "min": "67.413", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.13", "max": "87.784", "min": "82.729", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "29.266", "max": "34.644", "min": "27.589", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "169.697", "max": "185.251", "min": "164.474", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "118.494", "max": "124.032", "min": "117.129", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "42.328", "max": "52.215", "min": "39.864", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "80.404", "max": "87.847", "min": "79.01", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "44.8", "max": "47.416", "min": "43.31", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "45.902", "max": "51.497", "min": "44.105", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "85.544", "max": "91.902", "min": "83.914", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "59.838", "max": "63.349", "min": "58.47", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "216.976", "max": "220.963", "min": "215.374", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "260.899", "max": "263.983", "min": "259.441", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "82.272", "max": "90.91", "min": "80.878", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "173.256", "max": "184.911", "min": "170.425", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "126.917", "max": "138.976", "min": "124.942", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "28.78", "max": "37.252", "min": "26.756", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "48.686", "max": "52.689", "min": "47.181", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "116.579", "max": "121.707", "min": "115.051", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "53.771", "max": "57.8", "min": "52.312", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "82.672", "max": "85.099", "min": "81.604", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "131.33", "max": "138.322", "min": "130.136", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "219.269", "max": "224.48", "min": "217.927", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "57.602", "max": "63.101", "min": "55.767", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "39.67", "max": "41.947", "min": "38.328", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "75.907", "max": "82.067", "min": "73.495", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "79.262", "max": "102.995", "min": "76.101", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "83.076", "max": "88.129", "min": "81.357", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "52.681", "max": "59.369", "min": "50.475", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "60.486", "max": "88.495", "min": "57.208", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "97.982", "max": "101.827", "min": "96.748", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "169.869", "max": "174.509", "min": "168.641", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "246.868", "max": "254.252", "min": "244.634", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "50.224", "max": "54.82", "min": "48.393", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "209.552", "max": "214.587", "min": "207.089", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "112.541", "max": "115.898", "min": "111.308", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "45.582", "max": "49.244", "min": "43.587", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "40.022", "max": "50.241", "min": "33.831", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "273.627", "max": "281.268", "min": "271.606", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "214.932", "max": "221.585", "min": "213.384", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "203.05", "max": "213.337", "min": "198.852", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "41.864", "max": "46.718", "min": "40.867", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "249.796", "max": "255.286", "min": "248.662", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "475.274", "max": "601.462", "min": "320.118", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "271.129", "max": "378.699", "min": "180.979", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "283.003", "max": "289.909", "min": "281.049", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "175.598", "max": "181.271", "min": "173.682", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "52.405", "max": "67.793", "min": "50.211", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "39.379", "max": "46.418", "min": "37.9", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "57.565", "max": "64.902", "min": "55.148", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "120.269", "max": "265.156", "min": "41.256", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "132.238", "max": "145.383", "min": "130.173", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "159.541", "max": "331.753", "min": "150.787", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "158.429", "max": "178.728", "min": "155.2", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "139.886", "max": "146.219", "min": "138.065", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "45.605", "max": "49.026", "min": "44.546", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "259.78", "max": "265.488", "min": "258.187", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "230.012", "max": "236.814", "min": "228.501", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "120.731", "max": "127.69", "min": "119.054", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "52.149", "max": "56.749", "min": "50.428", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "42.472", "max": "49.226", "min": "40.889", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "54.939", "max": "59.878", "min": "53.018", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "221.796", "max": "229.411", "min": "219.829", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "55.626", "max": "60.163", "min": "53.77", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "50.118", "max": "56.766", "min": "48.804", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "66.273", "max": "83.022", "min": "62.557", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "57.462", "max": "61.985", "min": "55.545", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "57.205", "max": "61.821", "min": "55.742", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "46.737", "max": "55.344", "min": "45.133", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "141.166", "max": "148.566", "min": "138.828", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "285.489", "max": "292.556", "min": "283.889", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "154.614", "max": "156.715", "min": "153.457", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "138.428", "max": "142.053", "min": "136.915", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "123.428", "max": "126.607", "min": "121.633", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "129.509", "max": "136.967", "min": "127.268", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "151.945", "max": "156.425", "min": "150.07", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "283.136", "max": "288.629", "min": "281.285", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "109.185", "max": "115.851", "min": "107.743", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "115.375", "max": "118.456", "min": "113.977", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "124.701", "max": "144.409", "min": "121.343", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "206.725", "max": "212.175", "min": "205.162", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "152.508", "max": "156.651", "min": "151.094", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "124.489", "max": "167.839", "min": "121.188", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "46.917", "max": "73.596", "min": "44.777", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "92.623", "max": "96.768", "min": "90.711", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "150.955", "max": "155.078", "min": "149.481", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "236.695", "max": "288.389", "min": "225.485", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "69.913", "max": "74.134", "min": "67.923", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "162.789", "max": "253.942", "min": "153.624", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "71.699", "max": "78.274", "min": "69.029", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "487.447", "max": "497.475", "min": "484.866", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "146.165", "max": "153.545", "min": "143.881", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "44.76", "max": "55.066", "min": "42.948", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "230.627", "max": "235.096", "min": "228.83", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "291.488", "max": "316.49", "min": "289.008", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "207.129", "max": "222.851", "min": "204.537", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "63.967", "max": "68.006", "min": "62.31", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "233.427", "max": "243.481", "min": "230.394", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "56.32", "max": "65.697", "min": "54.658", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "46.299", "max": "50.449", "min": "44.681", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "138.616", "max": "143.508", "min": "136.496", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "298.792", "max": "304.903", "min": "297.306", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "117.667", "max": "121.039", "min": "116.458", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "135.053", "max": "172.601", "min": "131.968", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "139.108", "max": "148.78", "min": "136.886", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "131.345", "max": "134.378", "min": "129.721", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "115.24", "max": "119.542", "min": "114.075", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "169.264", "max": "173.662", "min": "167.219", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "152.289", "max": "159.583", "min": "150.704", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "170.916", "max": "183.242", "min": "169.035", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "163.821", "max": "170.023", "min": "162.142", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "117.65", "max": "121.59", "min": "116.143", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "128.146", "max": "131.047", "min": "126.69", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "114.756", "max": "119.374", "min": "113.072", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "138.161", "max": "141.844", "min": "136.821", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "167.78", "max": "183.934", "min": "164.873", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "138.738", "max": "143.73", "min": "136.806", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "148.09", "max": "235.593", "min": "132.22", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "124.266", "max": "132.201", "min": "122.358", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "163.761", "max": "167.562", "min": "161.734", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "148.859", "max": "179.492", "min": "145.839", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "166.363", "max": "179.715", "min": "163.63", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "113.719", "max": "124.899", "min": "111.388", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "266.913", "max": "274.531", "min": "265.071", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "133.106", "max": "139.427", "min": "131.472", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "136.924", "max": "139.776", "min": "135.357", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "138.358", "max": "142.728", "min": "133.76", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "84.695", "max": "90.957", "min": "81.317", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "172.538", "max": "178.824", "min": "170.542", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "115.776", "max": "119.423", "min": "113.76", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "116.196", "max": "122.511", "min": "113.611", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "114.132", "max": "120.532", "min": "112.369", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "236.968", "max": "248.215", "min": "234.197", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "47.198", "max": "52.183", "min": "45.404", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "255.059", "max": "282.963", "min": "246.394", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "253.328", "max": "258.41", "min": "251.229", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "127.551", "max": "132.385", "min": "125.348", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "255.17", "max": "258.851", "min": "253.006", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "85.113", "max": "91.441", "min": "83.404", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "147.247", "max": "152.206", "min": "145.598", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "176.166", "max": "208.699", "min": "173.309", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "111.217", "max": "114.788", "min": "109.906", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "116.527", "max": "121.485", "min": "115.563", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "54.087", "max": "60.068", "min": "51.894", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "50.762", "max": "55.245", "min": "48.769", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "243.99", "max": "253.019", "min": "241.504", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "50.958", "max": "55.539", "min": "49.611", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "173.265", "max": "177.759", "min": "171.556", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "53.415", "max": "59.88", "min": "51.277", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "131.679", "max": "137.707", "min": "129.493", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "161.558", "max": "168.584", "min": "159.26", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": null, "max": null, "min": null, "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "135.161", "max": "138.518", "min": "133.574", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "154.514", "max": "160.688", "min": "152.58", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "82.865", "max": "87.682", "min": "80.278", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "291.834", "max": "320.557", "min": "289.038", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "180.907", "max": "192.516", "min": "179.545", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "204.787", "max": "207.51", "min": "203.252", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "155.06", "max": "163.258", "min": "153.576", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "122.922", "max": "141.049", "min": "119.76", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "164.566", "max": "168.563", "min": "162.831", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "53.55", "max": "62.965", "min": "51.219", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "43.883", "max": "48.595", "min": "42.621", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "167.176", "max": "174.1", "min": "163.671", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "96.706", "max": "103.97", "min": "93.984", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "61.716", "max": "69.685", "min": "59.569", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "175.056", "max": "180.076", "min": "173.476", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "53.748", "max": "60.669", "min": "52.41", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "127.945", "max": "136.277", "min": "126.246", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "287.084", "max": "295.327", "min": "285.515", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "117.395", "max": "117.395", "min": "117.395", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "112.251", "max": "118.22", "min": "110.51", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "125.788", "max": "132.697", "min": "124.061", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "211.177", "max": "308.122", "min": "204.194", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "131.655", "max": "145.703", "min": "124.222", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "146.41", "max": "154.312", "min": "144.554", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "237.632", "max": "245.682", "min": "235.565", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "205.036", "max": "213.969", "min": "202.914", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "52.189", "max": "62.763", "min": "49.991", "id": "239", "country": "United States", "source_name": "Savannah", "destination_name": "Lansing", "destination_id": "295" } } }, "249": { "name": "Quebec City", "data": { "0": { "avg": "165.868", "max": "168.475", "min": "165.423", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "223.893", "max": "226.289", "min": "223.589", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "12.051", "max": "14.289", "min": "11.752", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "106.611", "max": "113.253", "min": "105.634", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "87.128", "max": "88.98", "min": "86.732", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "186.244", "max": "186.74", "min": "186.008", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "85.707", "max": "89.284", "min": "85.338", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "229.681", "max": "236.996", "min": "228.521", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "131.109", "max": "131.507", "min": "130.944", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "107.258", "max": "111.85", "min": "106.669", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "85.668", "max": "86.402", "min": "85.435", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "55.713", "max": "61.911", "min": "54.896", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "24.625", "max": "25.671", "min": "24.447", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "17.376", "max": "19.796", "min": "16.838", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "42.839", "max": "44.656", "min": "42.566", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "18.086", "max": "19.182", "min": "17.423", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "111.615", "max": "114.182", "min": "111.187", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "28.568", "max": "33.312", "min": "28.114", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "86.104", "max": "86.648", "min": "85.925", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "102.364", "max": "102.838", "min": "102.252", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "226.167", "max": "228.758", "min": "225.796", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "30.618", "max": "31.15", "min": "30.476", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "67.731", "max": "68.048", "min": "67.587", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "81.741", "max": "96.151", "min": "80.689", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "116.005", "max": "116.736", "min": "115.669", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "98.884", "max": "100.613", "min": "98.566", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "104.725", "max": "105.403", "min": "104.579", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "113.169", "max": "114.873", "min": "112.731", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "98.353", "max": "103.883", "min": "97.283", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.266", "max": "71.163", "min": "69.946", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "272.335", "max": "273.838", "min": "272.062", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "111.938", "max": "113.304", "min": "111.675", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "125.392", "max": "125.951", "min": "125.202", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "120.483", "max": "123.299", "min": "120.086", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "233.512", "max": "238.209", "min": "233.144", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "78.911", "max": "80.029", "min": "78.767", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "64.539", "max": "65.935", "min": "64.193", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "42.949", "max": "45.034", "min": "42.698", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "18.677", "max": "25.012", "min": "17.559", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "221.794", "max": "228.564", "min": "221.175", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "89.925", "max": "95", "min": "89.178", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "120.519", "max": "121.952", "min": "120.177", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "116.928", "max": "118.475", "min": "116.52", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "227.144", "max": "233.628", "min": "226.47", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "124.75", "max": "129.355", "min": "124.056", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "120.613", "max": "121.525", "min": "120.333", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "102.917", "max": "104.899", "min": "100.804", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "175.549", "max": "178.334", "min": "174.114", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "51.275", "max": "51.987", "min": "51.12", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "4.489", "max": "7.049", "min": "4.115", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "62.384", "max": "67.038", "min": "61.907", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "124.101", "max": "174.185", "min": "86.099", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "47.22", "max": "47.389", "min": "47.078", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "231.71", "max": "253.45", "min": "227.599", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "285.742", "max": "286.612", "min": "285.538", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "119.618", "max": "121.599", "min": "118.236", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "217.737", "max": "219.818", "min": "217.349", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "110.033", "max": "111.805", "min": "109.652", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "87.503", "max": "87.99", "min": "87.283", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "137.252", "max": "141.489", "min": "136.465", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "138.92", "max": "198.299", "min": "135.293", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "259.974", "max": "355.026", "min": "252.307", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "291.043", "max": "295.315", "min": "290.739", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "128.197", "max": "131.323", "min": "127.727", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "129.454", "max": "130.816", "min": "129.142", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "15.562", "max": "18.818", "min": "14.829", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "124.744", "max": "135.613", "min": "123.468", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "144.449", "max": "148.124", "min": "143.642", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "45.796", "max": "46.777", "min": "45.598", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "233.133", "max": "236.143", "min": "232.649", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "76.901", "max": "77.305", "min": "76.585", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "86.162", "max": "91.077", "min": "85.562", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "38.308", "max": "40.153", "min": "37.85", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "130.618", "max": "131.938", "min": "130.312", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "80.216", "max": "85.839", "min": "79.73", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "27.892", "max": "28.511", "min": "27.614", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "77.02", "max": "80.999", "min": "76.25", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "19.426", "max": "27.395", "min": "18.824", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "29.062", "max": "29.547", "min": "28.813", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "75.07", "max": "77.372", "min": "74.669", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "19.265", "max": "19.819", "min": "18.964", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "353.46", "max": "358.222", "min": "352.934", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "239.821", "max": "240.472", "min": "239.597", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "59.582", "max": "61.218", "min": "59.216", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "151.789", "max": "152.972", "min": "151.452", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "93.388", "max": "98.456", "min": "92.75", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "37.834", "max": "39.041", "min": "37.605", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "28.096", "max": "28.713", "min": "27.791", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "84.996", "max": "86.379", "min": "84.726", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "38.633", "max": "40.674", "min": "37.855", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "79.649", "max": "81.143", "min": "79.321", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "114.735", "max": "116.822", "min": "114.518", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "210.955", "max": "213.215", "min": "210.603", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "20.235", "max": "21.497", "min": "19.829", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "54.971", "max": "55.412", "min": "54.756", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "89.967", "max": "90.267", "min": "89.765", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "72.755", "max": "88.402", "min": "71.395", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "75.171", "max": "79.025", "min": "74.733", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "24.338", "max": "25.753", "min": "23.98", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "39.384", "max": "40.29", "min": "39.131", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "47.23", "max": "49.127", "min": "46.854", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "137.426", "max": "137.88", "min": "137.209", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "235.974", "max": "240.471", "min": "235.25", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "35.035", "max": "38.894", "min": "34.472", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "216.271", "max": "217.412", "min": "215.945", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "108.182", "max": "109.501", "min": "108.013", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "22.533", "max": "23.29", "min": "22.314", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "30.478", "max": "31.376", "min": "30.078", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "263.341", "max": "264.494", "min": "262.959", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "227.789", "max": "228.808", "min": "227.521", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "193.33", "max": "195.673", "min": "193.009", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "12.162", "max": "16.44", "min": "11.809", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "215.114", "max": "216.892", "min": "214.6", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "454.526", "max": "553.044", "min": "292.459", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "230.92", "max": "335.112", "min": "142.026", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "235.274", "max": "241.661", "min": "234.615", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "168.671", "max": "169.175", "min": "168.534", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "45.094", "max": "47.566", "min": "44.799", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "50.591", "max": "54.089", "min": "49.815", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "44.14", "max": "44.36", "min": "43.903", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "123.385", "max": "269.967", "min": "40.309", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "125.195", "max": "128.526", "min": "124.788", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "119.73", "max": "128.147", "min": "119.106", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "118.581", "max": "119.071", "min": "118.41", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "114.289", "max": "116.375", "min": "113.711", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "12.788", "max": "13.332", "min": "12.552", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "248.96", "max": "250.031", "min": "248.717", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "172.82", "max": "174.64", "min": "172.535", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "90.174", "max": "92.645", "min": "89.769", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "30.809", "max": "33.529", "min": "30.376", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "30.421", "max": "32.897", "min": "30.087", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "34.407", "max": "44.542", "min": "31.639", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "227.892", "max": "229.26", "min": "226.93", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "57.981", "max": "62.11", "min": "57.622", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "14.533", "max": "18.378", "min": "13.919", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "61.083", "max": "68.444", "min": "59.844", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "47.853", "max": "51.812", "min": "47.15", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "37.538", "max": "37.833", "min": "37.379", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "12.723", "max": "15.446", "min": "12.34", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "106.648", "max": "108.163", "min": "105.882", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "249.941", "max": "251.226", "min": "249.453", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "119.944", "max": "121.924", "min": "119.562", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "110.821", "max": "116.11", "min": "110.156", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "116.861", "max": "121.291", "min": "116.18", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "87.304", "max": "87.641", "min": "87.007", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "125.284", "max": "126.627", "min": "125.047", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "219.214", "max": "222.422", "min": "218.98", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "81.565", "max": "84.845", "min": "81.153", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "82.246", "max": "85.407", "min": "81.866", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "91.391", "max": "101.865", "min": "89.357", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "203.205", "max": "205.788", "min": "202.662", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "122.98", "max": "125.928", "min": "122.686", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "92.376", "max": "93.589", "min": "92.14", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "23.011", "max": "24.397", "min": "22.723", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "90.497", "max": "92.988", "min": "89.981", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "115.275", "max": "118.347", "min": "114.901", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "235.223", "max": "276.903", "min": "227.946", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "41.174", "max": "41.672", "min": "40.943", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "182.722", "max": "264.357", "min": "173.908", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "50.317", "max": "50.582", "min": "50.17", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "487.88", "max": "488.769", "min": "487.512", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "121.066", "max": "121.828", "min": "120.785", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "12.459", "max": "15.302", "min": "12.149", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "195.659", "max": "199.5", "min": "195.085", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "243.302", "max": "243.743", "min": "243.125", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "176.107", "max": "178.923", "min": "175.244", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "65.806", "max": "67.398", "min": "65.41", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "218.164", "max": "223.057", "min": "217.601", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "23.854", "max": "25.668", "min": "23.503", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.438", "max": "29.635", "min": "24.086", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "94.062", "max": "96.231", "min": "93.457", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "295.655", "max": "326.443", "min": "275.438", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "89.426", "max": "90.044", "min": "89.255", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "98.311", "max": "99.74", "min": "97.896", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "117.987", "max": "120.809", "min": "117.442", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "103.025", "max": "103.817", "min": "102.889", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "84.946", "max": "86.864", "min": "84.588", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "147.088", "max": "149.936", "min": "146.658", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "122.297", "max": "123.844", "min": "122.024", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "144.184", "max": "159.042", "min": "142.991", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "129.987", "max": "131.846", "min": "129.522", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "85.809", "max": "86.381", "min": "85.667", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "94.184", "max": "95.51", "min": "93.859", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "87.339", "max": "88.822", "min": "86.979", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "121.42", "max": "126.717", "min": "120.892", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "150.565", "max": "155.223", "min": "149.948", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "112.348", "max": "129.698", "min": "109.981", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "127.273", "max": "182.62", "min": "96.774", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "84.475", "max": "86.668", "min": "84.203", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "144.185", "max": "144.719", "min": "143.983", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "117.249", "max": "130.278", "min": "116.581", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "136.502", "max": "140.443", "min": "135.759", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": null, "max": null, "min": null, "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "270.278", "max": "275.712", "min": "269.644", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "105.883", "max": "106.794", "min": "105.744", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "100.643", "max": "101.87", "min": "100.348", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "104.189", "max": "107.148", "min": "103.863", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "108.885", "max": "115.396", "min": "104.724", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "133.993", "max": "137.637", "min": "133.546", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "88.302", "max": "88.846", "min": "88.132", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "85.108", "max": "86.826", "min": "84.845", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "85.363", "max": "88.681", "min": "85.088", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.715", "max": "241.461", "min": "223.111", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "15.679", "max": "19.159", "min": "15.108", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "356.01", "max": "359.656", "min": "321.299", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "236.848", "max": "239.059", "min": "236.388", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "96.311", "max": "96.458", "min": "96.035", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "238.967", "max": "239.742", "min": "238.675", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "92.385", "max": "96.528", "min": "91.886", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "118.987", "max": "120.616", "min": "118.156", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "137.945", "max": "144.788", "min": "136.991", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "83.666", "max": "86.218", "min": "83.175", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "88.584", "max": "90.276", "min": "88.184", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "30.379", "max": "32.315", "min": "30.191", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "39.044", "max": "40.196", "min": "38.892", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "246.549", "max": "249.464", "min": "245.529", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "18.42", "max": "20.355", "min": "18.094", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "103.016", "max": "103.878", "min": "102.801", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "12.591", "max": "14.359", "min": "12.437", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "103.063", "max": "107.793", "min": "102.348", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "143.151", "max": "171.906", "min": "141.102", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.302", "max": "59.653", "min": "51.692", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "103.109", "max": "109.744", "min": "102.572", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "117.093", "max": "122.239", "min": "115.937", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "78.492", "max": "82.694", "min": "77.264", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "222.8", "max": "229.392", "min": "220.076", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "161.314", "max": "161.722", "min": "161.153", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "175.264", "max": "179.942", "min": "174.722", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "125.597", "max": "128.786", "min": "125.157", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "90.309", "max": "92.413", "min": "90.114", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "123.573", "max": "128.476", "min": "122.911", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "0.042", "max": "0.073", "min": "0.028", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "24.726", "max": "26.4", "min": "24.432", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "147.446", "max": "157.27", "min": "145.359", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "101.541", "max": "103.098", "min": "100.972", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "9.822", "max": "11.376", "min": "8.834", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "144.442", "max": "147.892", "min": "143.983", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "32.513", "max": "35.054", "min": "32", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "88.713", "max": "91.437", "min": "88.371", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "242.865", "max": "248.676", "min": "241.274", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.098", "max": "113.098", "min": "113.098", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "86.088", "max": "90.161", "min": "85.625", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "91.822", "max": "94.635", "min": "91.643", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "175.663", "max": "178.596", "min": "175.077", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "107.406", "max": "117.253", "min": "99.033", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "115.976", "max": "118.242", "min": "115.176", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "211.863", "max": "215.763", "min": "211.537", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "169.073", "max": "177.939", "min": "168.196", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "40.158", "max": "42.678", "min": "39.856", "id": "249", "country": "Canada", "source_name": "Quebec City", "destination_name": "Lansing", "destination_id": "295" } } }, "250": { "name": "Berkeley Springs", "data": { "0": { "avg": "93.003", "max": "93.242", "min": "92.865", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "216.332", "max": "216.489", "min": "216.152", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.587", "max": "22.83", "min": "22.498", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "106.176", "max": "112.782", "min": "105.514", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "85.08", "max": "86.776", "min": "84.861", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "182.966", "max": "183.517", "min": "182.846", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "93.758", "max": "93.948", "min": "93.646", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "223.255", "max": "228.95", "min": "221.97", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "152.013", "max": "165.354", "min": "131.594", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "111.39", "max": "111.698", "min": "111.27", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "79.825", "max": "80.635", "min": "79.605", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "42.223", "max": "62.759", "min": "41.323", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "12.462", "max": "12.657", "min": "12.32", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "17.662", "max": "18.054", "min": "17.533", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "30.938", "max": "31.083", "min": "30.828", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "9.006", "max": "9.436", "min": "8.595", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "103.029", "max": "103.313", "min": "102.786", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "22.641", "max": "23.61", "min": "22.503", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "102.545", "max": "102.784", "min": "102.368", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "106.564", "max": "106.709", "min": "106.445", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "218.235", "max": "218.344", "min": "218.16", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "34.418", "max": "34.518", "min": "34.359", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "72.884", "max": "73.007", "min": "72.776", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "73.453", "max": "79.053", "min": "73.005", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "107.322", "max": "107.718", "min": "107.059", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "100.122", "max": "100.397", "min": "100.001", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "105.369", "max": "107.657", "min": "105.031", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "105.129", "max": "105.603", "min": "104.922", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "92.816", "max": "92.957", "min": "92.726", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "71.681", "max": "71.921", "min": "71.493", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "242.027", "max": "242.198", "min": "241.928", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "121.681", "max": "121.892", "min": "121.57", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "63.942", "max": "65.154", "min": "63.744", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "133.765", "max": "133.925", "min": "133.688", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "105.45", "max": "106.504", "min": "105.284", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "236.439", "max": "242.225", "min": "236.056", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "77.075", "max": "151.602", "min": "70.598", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "63.844", "max": "64.027", "min": "63.677", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "34.824", "max": "35.542", "min": "34.687", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "10.951", "max": "14.255", "min": "10.497", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "224.358", "max": "225.868", "min": "224.071", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "89.322", "max": "94.221", "min": "88.587", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "120.775", "max": "121.384", "min": "120.597", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "111.508", "max": "116.331", "min": "110.998", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "226.147", "max": "226.288", "min": "226.067", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "120.745", "max": "121.409", "min": "120.344", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "124.646", "max": "124.966", "min": "124.461", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "84.94", "max": "86.388", "min": "84.775", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "163.509", "max": "163.68", "min": "163.353", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "44.138", "max": "44.327", "min": "44.079", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "21.171", "max": "21.34", "min": "21.054", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "77.926", "max": "78.63", "min": "77.696", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "112.924", "max": "124.708", "min": "100.226", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "48.812", "max": "48.999", "min": "48.687", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "233.531", "max": "240.838", "min": "230.328", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "253.654", "max": "254.655", "min": "253.459", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "110.923", "max": "112.636", "min": "110.089", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "232.628", "max": "232.889", "min": "232.52", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "139.192", "max": "141.872", "min": "138.753", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "91.203", "max": "91.422", "min": "91.074", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "143.841", "max": "146.087", "min": "143.304", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "149.597", "max": "209.049", "min": "142.444", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "267.201", "max": "318.04", "min": "260.534", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "275.46", "max": "275.715", "min": "275.321", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "127.65", "max": "127.917", "min": "127.518", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "131.128", "max": "131.541", "min": "130.983", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "13.534", "max": "13.867", "min": "13.409", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "129.122", "max": "141.458", "min": "128.044", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "139.714", "max": "141.572", "min": "139.161", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "52.552", "max": "54.231", "min": "52.339", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "225.102", "max": "227.633", "min": "224.779", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "70.441", "max": "72.594", "min": "70.086", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "76.512", "max": "76.769", "min": "76.345", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "25.179", "max": "28.995", "min": "24.958", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "128.095", "max": "129.651", "min": "127.862", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "86.793", "max": "87.083", "min": "86.643", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "18.648", "max": "18.839", "min": "18.465", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "82.783", "max": "87.06", "min": "82.517", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "26.812", "max": "27.641", "min": "26.625", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "27.982", "max": "28.19", "min": "27.893", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "71.096", "max": "71.563", "min": "70.752", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "31", "max": "31.558", "min": "30.724", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "223.214", "max": "224.873", "min": "221.832", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "213.585", "max": "213.742", "min": "213.357", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "63.935", "max": "64.044", "min": "63.849", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "137.448", "max": "138.298", "min": "137.055", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "91.928", "max": "100.858", "min": "91.388", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "27.922", "max": "32.056", "min": "27.051", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "28.504", "max": "29.158", "min": "28.355", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "86.875", "max": "87.312", "min": "86.71", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "600.909", "max": "742.279", "min": "37.877", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "73.732", "max": "74.178", "min": "73.483", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "118.042", "max": "118.217", "min": "117.973", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "203.119", "max": "204.34", "min": "202.908", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "20.624", "max": "22.402", "min": "20.434", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "40.744", "max": "43.45", "min": "40.398", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "77.876", "max": "78.242", "min": "77.66", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "57.868", "max": "68.472", "min": "56.524", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "71.806", "max": "72.075", "min": "71.668", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "30.278", "max": "31.458", "min": "30.084", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "32.23", "max": "32.358", "min": "32.151", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "77.916", "max": "78.158", "min": "77.794", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "139.768", "max": "144.961", "min": "139.372", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "234.973", "max": "236.837", "min": "234.304", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "659.325", "max": "854.329", "min": "478.557", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "204.12", "max": "204.362", "min": "203.858", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "89.994", "max": "91.827", "min": "89.829", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "14.18", "max": "14.353", "min": "14.056", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "23.886", "max": "24.06", "min": "23.729", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "247.167", "max": "250.046", "min": "246.497", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "284.082", "max": "284.842", "min": "283.896", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "194.287", "max": "200.663", "min": "192.027", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "11.718", "max": "11.832", "min": "11.631", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "207.333", "max": "213.366", "min": "206.771", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "460.453", "max": "574.916", "min": "277.68", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "252.884", "max": "347.491", "min": "163.594", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "248.109", "max": "266.947", "min": "246.62", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "168.786", "max": "172.496", "min": "168.301", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "44.327", "max": "44.607", "min": "44.169", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "35.322", "max": "36.678", "min": "34.955", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "51.005", "max": "51.314", "min": "50.796", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "119.879", "max": "271.223", "min": "36.567", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "126.592", "max": "142.471", "min": "125.863", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "118.445", "max": "119.688", "min": "117.973", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "120.781", "max": "120.896", "min": "120.719", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "107.242", "max": "108.39", "min": "106.547", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "12.436", "max": "12.727", "min": "12.289", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "251.712", "max": "251.952", "min": "251.488", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "192.702", "max": "193.052", "min": "192.472", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "106.032", "max": "106.371", "min": "105.855", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "30.485", "max": "30.758", "min": "30.392", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "32.082", "max": "32.21", "min": "31.967", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "32.448", "max": "32.6", "min": "32.375", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "220.078", "max": "221.785", "min": "219.54", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "105.538", "max": "152.076", "min": "54.504", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "19.564", "max": "19.834", "min": "19.428", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "60.126", "max": "96.699", "min": "57.674", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "44.052", "max": "44.539", "min": "43.943", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "42.927", "max": "43.094", "min": "42.853", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "17.116", "max": "18.98", "min": "16.939", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "106.009", "max": "106.11", "min": "105.908", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "301.457", "max": "303.678", "min": "300.989", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "120.359", "max": "120.516", "min": "120.227", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "104.495", "max": "104.756", "min": "104.298", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "106.115", "max": "117.199", "min": "105.339", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "91.892", "max": "92.645", "min": "91.478", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "118.009", "max": "124.085", "min": "117.64", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "246.007", "max": "246.585", "min": "245.876", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "85.71", "max": "91.453", "min": "82.512", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "82.966", "max": "83.163", "min": "82.861", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "98.959", "max": "105.582", "min": "97.294", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "203.956", "max": "204.172", "min": "203.828", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "121.449", "max": "123.959", "min": "121.058", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "96.023", "max": "128.637", "min": "94.752", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "12.03", "max": "12.146", "min": "11.935", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "90.789", "max": "91.761", "min": "90.534", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "118.83", "max": "119.445", "min": "118.557", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "220.439", "max": "260.447", "min": "212.98", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "55.763", "max": "56.018", "min": "55.592", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "163.913", "max": "202.342", "min": "159.604", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "38.38", "max": "38.481", "min": "38.28", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "482.277", "max": "482.749", "min": "481.685", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "128.158", "max": "128.404", "min": "128.051", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "13.708", "max": "13.901", "min": "13.602", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "199.207", "max": "199.449", "min": "199.051", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "251.439", "max": "251.547", "min": "251.328", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "175.65", "max": "176.268", "min": "175.514", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "55.872", "max": "56.389", "min": "55.649", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "236.321", "max": "237.041", "min": "235.857", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "21.641", "max": "21.756", "min": "21.557", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "13.746", "max": "13.869", "min": "13.662", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "96.491", "max": "97.206", "min": "96.312", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "271.779", "max": "271.872", "min": "271.704", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "88.709", "max": "88.916", "min": "88.584", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "103.864", "max": "114.138", "min": "103.202", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "110.547", "max": "133.454", "min": "109.406", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "103.547", "max": "103.719", "min": "103.452", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "84.042", "max": "84.671", "min": "83.81", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "140.599", "max": "143.282", "min": "140.341", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "118.99", "max": "119.146", "min": "118.903", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "141.27", "max": "147.262", "min": "140.89", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "123.889", "max": "124.191", "min": "123.76", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "88.664", "max": "89.196", "min": "88.55", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "96.266", "max": "96.404", "min": "96.172", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "86.229", "max": "86.824", "min": "86.099", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "113.656", "max": "113.923", "min": "113.543", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "138.481", "max": "138.768", "min": "138.247", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "112.434", "max": "115.588", "min": "111.655", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "129.476", "max": "186.24", "min": "99.302", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "94.846", "max": "95.055", "min": "94.761", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "138.728", "max": "139.33", "min": "138.495", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "123.158", "max": "136.508", "min": "122.475", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "131.855", "max": "132.347", "min": "131.464", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "85.731", "max": "86.394", "min": "85.494", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "263.872", "max": "264.08", "min": "263.76", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "104.434", "max": "104.667", "min": "104.321", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "106.7", "max": "107.043", "min": "106.479", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "109.913", "max": "110.047", "min": "109.834", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "87.297", "max": "94.801", "min": "85.351", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "134.523", "max": "136.726", "min": "134.253", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "95.073", "max": "97.108", "min": "94.73", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "94.512", "max": "94.806", "min": "94.387", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "93.089", "max": "93.252", "min": "92.987", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "239.262", "max": "253.417", "min": "238.518", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "14.992", "max": "21.255", "min": "14.265", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "224.297", "max": "227.319", "min": "219.112", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "231.13", "max": "231.318", "min": "231.025", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "94.918", "max": "95.145", "min": "94.815", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "222.168", "max": "226.924", "min": "221.802", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "79.911", "max": "80.247", "min": "79.69", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "118.531", "max": "118.978", "min": "118.339", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "142.777", "max": "143.349", "min": "142.506", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "83.62", "max": "85.105", "min": "83.306", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "89.417", "max": "89.771", "min": "89.252", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "25.368", "max": "25.451", "min": "25.316", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "39.075", "max": "39.4", "min": "38.994", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.152", "max": "382.394", "min": "235.067", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "18.719", "max": "19.11", "min": "18.568", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "118.303", "max": "118.5", "min": "118.2", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "22.512", "max": "22.647", "min": "22.436", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "105.102", "max": "105.25", "min": "105.021", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "143.676", "max": "144.533", "min": "143.529", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "45.777", "max": "48.795", "min": "42.849", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "107.149", "max": "107.407", "min": "106.944", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "134.173", "max": "135.266", "min": "133.214", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "72.983", "max": "77.583", "min": "71.852", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "285.728", "max": "305.778", "min": "284.572", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "178.371", "max": "178.687", "min": "178.213", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "162.507", "max": "163.023", "min": "162.327", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "127.011", "max": "127.2", "min": "126.894", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "89.289", "max": "89.464", "min": "89.199", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "120.174", "max": "120.516", "min": "120.073", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "24.654", "max": "26.479", "min": "24.34", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "0.024", "max": "0.056", "min": "0.017", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "134.334", "max": "139.793", "min": "132.098", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "102.5", "max": "103.855", "min": "101.616", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "25.571", "max": "27.229", "min": "24.42", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "143.057", "max": "143.936", "min": "142.857", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "39.856", "max": "40.156", "min": "39.699", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "101.764", "max": "104.961", "min": "101.411", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "256.248", "max": "256.722", "min": "255.892", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "102.867", "max": "102.867", "min": "102.867", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "97.282", "max": "97.372", "min": "97.213", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "96.046", "max": "96.159", "min": "95.963", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "174.459", "max": "174.932", "min": "174.209", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "99.418", "max": "110.767", "min": "91.637", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "113.549", "max": "113.764", "min": "113.425", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "253.453", "max": "254.966", "min": "253.174", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "165.055", "max": "168.124", "min": "164.771", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "32.357", "max": "35.44", "min": "32.144", "id": "250", "country": "United States", "source_name": "Berkeley Springs", "destination_name": "Lansing", "destination_id": "295" } } }, "256": { "name": "Ottawa", "data": { "0": { "avg": "135.449", "max": "136.81", "min": "135.042", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "292.123", "max": "294.19", "min": "291.798", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "11.907", "max": "12.637", "min": "11.752", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "110.037", "max": "115.742", "min": "108.869", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "86.831", "max": "88.404", "min": "85.855", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "192.415", "max": "213.068", "min": "190.87", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "92.018", "max": "94.653", "min": "91.571", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "297.687", "max": "302.565", "min": "296.811", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "134.653", "max": "134.907", "min": "134.492", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "109.798", "max": "115.076", "min": "109.116", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "85.998", "max": "88.829", "min": "85.67", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "60.441", "max": "81.369", "min": "59.499", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "12.933", "max": "13.575", "min": "12.733", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "18.521", "max": "20.743", "min": "18.267", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "44.495", "max": "45.308", "min": "44.316", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "21.992", "max": "22.709", "min": "21.469", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "109.656", "max": "110.793", "min": "109.351", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "29.216", "max": "29.391", "min": "29.07", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "84.584", "max": "84.818", "min": "84.471", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "103.023", "max": "103.153", "min": "102.936", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "292.52", "max": "293.612", "min": "292.298", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "31.226", "max": "34.759", "min": "30.921", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "87.986", "max": "88.32", "min": "87.814", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "72.451", "max": "73.183", "min": "72.326", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "114.991", "max": "116.364", "min": "114.517", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "108.156", "max": "109.616", "min": "107.872", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "105.578", "max": "107.319", "min": "105.189", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "107.875", "max": "108.434", "min": "107.584", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "98.28", "max": "98.583", "min": "98.132", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "73.73", "max": "74.467", "min": "73.449", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "249.692", "max": "250.133", "min": "249.511", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "113.168", "max": "114.239", "min": "113.019", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "78.847", "max": "79.038", "min": "78.689", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "131.218", "max": "133.142", "min": "130.956", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "129.611", "max": "132.432", "min": "129.269", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "219.813", "max": "220.767", "min": "219.532", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "80.773", "max": "82.681", "min": "80.47", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "65.276", "max": "66.597", "min": "64.376", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "44.541", "max": "47.043", "min": "44.046", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "19.284", "max": "20.257", "min": "18.897", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "223.069", "max": "226.808", "min": "222.649", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "87.503", "max": "94.708", "min": "86.802", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "132.668", "max": "132.959", "min": "132.493", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "124.139", "max": "126.89", "min": "122.509", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "219.601", "max": "222.197", "min": "219.299", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "121.404", "max": "121.921", "min": "120.859", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "125.575", "max": "125.985", "min": "125.37", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "93.423", "max": "94.017", "min": "93.244", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "177.463", "max": "179.397", "min": "177.198", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "50.02", "max": "50.256", "min": "49.896", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "5.208", "max": "5.448", "min": "5.113", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "63.589", "max": "64.112", "min": "63.403", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "132.882", "max": "174.865", "min": "88.484", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "33.664", "max": "36.302", "min": "33.249", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "220.896", "max": "244.075", "min": "216.243", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "263.049", "max": "264.573", "min": "262.807", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "119.696", "max": "122.903", "min": "118.454", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "231.835", "max": "232.12", "min": "231.668", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "119.974", "max": "120.963", "min": "119.656", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "93.639", "max": "93.851", "min": "93.486", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "150.684", "max": "153.816", "min": "149.84", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "135.767", "max": "195.799", "min": "132.568", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "234.53", "max": "240.734", "min": "233.896", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "246.462", "max": "248.229", "min": "245.307", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "129.551", "max": "130.639", "min": "129.323", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "130.593", "max": "131.384", "min": "130.415", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "15.483", "max": "17.239", "min": "14.48", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "122.041", "max": "122.776", "min": "121.506", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "174.147", "max": "175.58", "min": "173.35", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "55.371", "max": "55.964", "min": "55.197", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "226.354", "max": "233.333", "min": "225.121", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "76.192", "max": "76.969", "min": "75.875", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "84.992", "max": "89.509", "min": "83.81", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "42.92", "max": "43.069", "min": "42.771", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "124.638", "max": "125.663", "min": "124.105", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "93.955", "max": "94.193", "min": "93.702", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "26.394", "max": "27.263", "min": "26.114", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "75.477", "max": "78.548", "min": "75.203", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "24.467", "max": "28.54", "min": "23.706", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "28.974", "max": "29.796", "min": "28.813", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "73.064", "max": "74.61", "min": "71.837", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "22.48", "max": "22.815", "min": "22.221", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "253.542", "max": "255.748", "min": "252.257", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "257.809", "max": "264.164", "min": "257.415", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "53.387", "max": "53.562", "min": "53.257", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "155.547", "max": "156.978", "min": "155.062", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "91.141", "max": "93.776", "min": "90.6", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "40.683", "max": "40.933", "min": "40.558", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "24.025", "max": "26.097", "min": "23.788", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "86.516", "max": "91.506", "min": "86.173", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "35.47", "max": "36.331", "min": "34.885", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "80.585", "max": "81.44", "min": "80.298", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "114.463", "max": "115.298", "min": "114.247", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "190.409", "max": "190.687", "min": "190.229", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "22.278", "max": "22.457", "min": "22.106", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "49.028", "max": "49.841", "min": "48.797", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "87.974", "max": "89.454", "min": "86.89", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "74.363", "max": "84.023", "min": "73.389", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "79.163", "max": "79.967", "min": "78.927", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "29.365", "max": "29.607", "min": "29.203", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "42.04", "max": "42.72", "min": "41.899", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "47.188", "max": "47.344", "min": "47.021", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "153.088", "max": "155.788", "min": "152.836", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "240.291", "max": "241.248", "min": "239.765", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "31.253", "max": "31.695", "min": "31.072", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "348.722", "max": "373.423", "min": "334.373", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "97.198", "max": "98.938", "min": "96.855", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "19.044", "max": "19.236", "min": "18.907", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "29.358", "max": "31.71", "min": "28.831", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "267.312", "max": "269.552", "min": "266.702", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "238.422", "max": "242.411", "min": "238.04", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "193.668", "max": "193.811", "min": "193.488", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "26.667", "max": "27.516", "min": "26.482", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "214.626", "max": "221.108", "min": "213.957", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "457.822", "max": "560.565", "min": "300.194", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "232.978", "max": "348.997", "min": "148.863", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "236.728", "max": "248.088", "min": "235.953", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "170.252", "max": "171.547", "min": "169.875", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "48.693", "max": "49.497", "min": "48.518", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "47.973", "max": "48.842", "min": "47.507", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "44.798", "max": "47.217", "min": "44.493", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "120.79", "max": "264.487", "min": "40.478", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "125.675", "max": "128.641", "min": "125.323", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "123.776", "max": "125.6", "min": "123.308", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "117.717", "max": "119.22", "min": "117.254", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "109.3", "max": "111.138", "min": "108.194", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "17.103", "max": "18.564", "min": "16.138", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "243.871", "max": "244.808", "min": "243.567", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "185.913", "max": "187.538", "min": "185.548", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "84.14", "max": "85.368", "min": "83.911", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "33.198", "max": "34.337", "min": "32.947", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.258", "max": "25.687", "min": "25.11", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "41.379", "max": "41.701", "min": "41.173", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "219.336", "max": "220.978", "min": "218.591", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "53.731", "max": "54.041", "min": "53.603", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "17.451", "max": "19.805", "min": "17.128", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "59.303", "max": "71.035", "min": "58.19", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "46.231", "max": "46.714", "min": "46.074", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "38.843", "max": "39.027", "min": "38.745", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "16.03", "max": "48.087", "min": "14.692", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "106.901", "max": "108.016", "min": "106.678", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "247.203", "max": "248.391", "min": "246.8", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "128.174", "max": "128.39", "min": "127.985", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "105.679", "max": "105.936", "min": "105.466", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "121.534", "max": "124.211", "min": "120.632", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "86.29", "max": "86.754", "min": "86.018", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "115.214", "max": "115.889", "min": "115.018", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "292.509", "max": "293.124", "min": "292.331", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "83.742", "max": "87.1", "min": "83.521", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "84.205", "max": "84.659", "min": "84.019", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "96.858", "max": "121.054", "min": "95.46", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "166.236", "max": "166.514", "min": "166.069", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "123.058", "max": "123.716", "min": "122.832", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "92.977", "max": "93.895", "min": "92.72", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "25.817", "max": "27.645", "min": "25.275", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "102.12", "max": "103.107", "min": "101.694", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "140.767", "max": "142.158", "min": "140.388", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "227.67", "max": "268.635", "min": "219.906", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "49.212", "max": "49.567", "min": "49.1", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "181.509", "max": "270.65", "min": "172.261", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "66.478", "max": "66.827", "min": "66.347", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "406.332", "max": "407.79", "min": "405.079", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "121.662", "max": "121.987", "min": "121.431", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "13.898", "max": "15.371", "min": "13.636", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "206.629", "max": "207.216", "min": "206.363", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "250.712", "max": "251.081", "min": "250.545", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "177.01", "max": "178.217", "min": "176.703", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "64.203", "max": "66.656", "min": "63.972", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "236.715", "max": "237.91", "min": "236.332", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "20.898", "max": "21.115", "min": "20.729", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.475", "max": "25.739", "min": "23.288", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "98.481", "max": "101.499", "min": "98.05", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "280.871", "max": "282.15", "min": "280.648", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "91.501", "max": "92.398", "min": "91.349", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "104.712", "max": "105.85", "min": "104.347", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "111.219", "max": "118.606", "min": "110.608", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "103.387", "max": "105.355", "min": "102.832", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "87.298", "max": "88.943", "min": "86.971", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "146.639", "max": "146.997", "min": "146.481", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "123.096", "max": "124.124", "min": "122.926", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "142.975", "max": "143.2", "min": "142.785", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "124.933", "max": "128.614", "min": "123.527", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "101.083", "max": "103.955", "min": "100.755", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "101.208", "max": "101.613", "min": "101.046", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "88.018", "max": "88.172", "min": "87.895", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "113.255", "max": "113.618", "min": "113.021", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "150.706", "max": "161.09", "min": "149.973", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "109.978", "max": "130.268", "min": "108.243", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "109.715", "max": "125.593", "min": "95.394", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "81.043", "max": "81.343", "min": "80.816", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "148.063", "max": "148.556", "min": "147.855", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "118.698", "max": "129.76", "min": "118.086", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "127.756", "max": "130.35", "min": "127.023", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "83.009", "max": "83.373", "min": "82.799", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "253.863", "max": "257.991", "min": "252.941", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "122.124", "max": "122.328", "min": "121.977", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "102.801", "max": "103.196", "min": "102.617", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "122.907", "max": "123.277", "min": "122.722", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "98.465", "max": "105.959", "min": "96.726", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "136.878", "max": "139.411", "min": "136.509", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "87.767", "max": "93.568", "min": "87.069", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "88.666", "max": "89.569", "min": "88.455", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "100.988", "max": "101.652", "min": "100.816", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "226.276", "max": "228.789", "min": "225.942", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "16.062", "max": "20.925", "min": "14.898", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "233.293", "max": "233.882", "min": "233.138", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "209.741", "max": "210.026", "min": "209.509", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "95.613", "max": "120.576", "min": "94.488", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "226.499", "max": "231.596", "min": "220.92", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "101.381", "max": "103.226", "min": "100.712", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "117.555", "max": "123.606", "min": "117.198", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "153.631", "max": "154.826", "min": "153.399", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "85.902", "max": "87.445", "min": "85.482", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "90.631", "max": "91.187", "min": "90.405", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "32.176", "max": "37.077", "min": "31.874", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "51.34", "max": "51.631", "min": "51.211", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "270.625", "max": "353.065", "min": "261.126", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "98.621", "max": "99.636", "min": "98.455", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "121.174", "max": "122.192", "min": "120.976", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "15.409", "max": "15.683", "min": "15.27", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "105.207", "max": "105.503", "min": "105.017", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "144.887", "max": "146.875", "min": "144.589", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "63.092", "max": "66.405", "min": "60.245", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "102.899", "max": "103.098", "min": "102.669", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "136.894", "max": "138.256", "min": "135.875", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "93.593", "max": "97.496", "min": "92.484", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "285.52", "max": "285.97", "min": "285.214", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "162.247", "max": "166.967", "min": "161.817", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "185.606", "max": "186.992", "min": "185.343", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "125.498", "max": "125.882", "min": "125.395", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "101.011", "max": "101.344", "min": "100.828", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "127.379", "max": "128.864", "min": "127.1", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "9.797", "max": "11.888", "min": "8.81", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "24.61", "max": "24.861", "min": "24.439", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "145.012", "max": "146.556", "min": "143.295", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "109.895", "max": "111.831", "min": "109.084", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "0.043", "max": "0.087", "min": "0.03", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "146.406", "max": "146.766", "min": "146.156", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "39.401", "max": "39.784", "min": "39.139", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "91.962", "max": "94.486", "min": "91.733", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "266.51", "max": "271.774", "min": "259.989", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "108.7", "max": "109.648", "min": "107.753", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "83.286", "max": "91.108", "min": "82.895", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "95.529", "max": "98.049", "min": "95.321", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "181.364", "max": "286.914", "min": "177.543", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "108.796", "max": "120.898", "min": "102.831", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "113.818", "max": "114.925", "min": "113.645", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "248.711", "max": "251.471", "min": "248.282", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "158.699", "max": "159.231", "min": "158.368", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "38.628", "max": "41.325", "min": "38.347", "id": "256", "country": "Canada", "source_name": "Ottawa", "destination_name": "Lansing", "destination_id": "295" } } }, "259": { "name": "Lincoln", "data": { "0": { "avg": "110.29", "max": "110.492", "min": "110.087", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "231.424", "max": "235.492", "min": "230.976", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "22.078", "max": "22.304", "min": "21.909", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "145.13", "max": "152.502", "min": "144.677", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "121.108", "max": "121.261", "min": "120.991", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "123.85", "max": "124.225", "min": "123.634", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "102.782", "max": "103.117", "min": "102.501", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "268.885", "max": "276.058", "min": "267.792", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "149.885", "max": "151.596", "min": "149.501", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "120.685", "max": "122.533", "min": "120.323", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "96.473", "max": "96.839", "min": "96.164", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "35.248", "max": "35.804", "min": "35.103", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "33.705", "max": "33.976", "min": "33.538", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "31.325", "max": "34.319", "min": "30.861", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "40.02", "max": "40.2", "min": "39.831", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "39.546", "max": "39.911", "min": "38.746", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "122.949", "max": "123.488", "min": "122.581", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "31.119", "max": "31.953", "min": "30.923", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "102.07", "max": "104.849", "min": "101.634", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "115.285", "max": "115.606", "min": "115.065", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "248.294", "max": "251.375", "min": "247.847", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "15.779", "max": "18.898", "min": "15.243", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "36.613", "max": "37.112", "min": "36.395", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "43.015", "max": "46.997", "min": "42.427", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "128.428", "max": "128.979", "min": "128.027", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "112.003", "max": "114.669", "min": "111.546", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "129.967", "max": "132.689", "min": "129.56", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "119.553", "max": "119.847", "min": "119.274", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "114.001", "max": "117.48", "min": "113.518", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "36.966", "max": "40.411", "min": "36.551", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "233.418", "max": "233.585", "min": "233.217", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "125.818", "max": "126.37", "min": "125.401", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "56.393", "max": "57.648", "min": "56.132", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "140.556", "max": "140.907", "min": "140.217", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "112.228", "max": "113.583", "min": "111.913", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "196.617", "max": "198.659", "min": "196.292", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "51.192", "max": "51.312", "min": "51.035", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "49.605", "max": "49.816", "min": "49.392", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "32.612", "max": "32.784", "min": "32.406", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "35.147", "max": "35.873", "min": "34.813", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "240.963", "max": "245.69", "min": "240.307", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "122.478", "max": "127.199", "min": "121.635", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "140.16", "max": "140.599", "min": "139.987", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "127.796", "max": "129.549", "min": "127.523", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "254.831", "max": "255.109", "min": "254.724", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "129.8", "max": "132.442", "min": "129.213", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "134.866", "max": "137.03", "min": "134.57", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "105.023", "max": "105.453", "min": "104.892", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "181.75", "max": "184.453", "min": "181.377", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "41.053", "max": "41.395", "min": "40.917", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "28.41", "max": "28.648", "min": "28.249", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "45.925", "max": "46.408", "min": "45.583", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "138.295", "max": "202.484", "min": "110.534", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "6.139", "max": "6.348", "min": "5.983", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "257.669", "max": "275.398", "min": "254.049", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "219.621", "max": "220.559", "min": "219.287", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "118.986", "max": "120.349", "min": "118.118", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "203.804", "max": "204.293", "min": "203.702", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "148.055", "max": "149.791", "min": "147.515", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "117.411", "max": "117.829", "min": "117.264", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "160.155", "max": "161.635", "min": "159.597", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "167.306", "max": "222.917", "min": "162.191", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "228.043", "max": "344.71", "min": "217.938", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "273.576", "max": "273.811", "min": "273.428", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "143.027", "max": "143.239", "min": "142.827", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "133.69", "max": "135.081", "min": "133.404", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "37.529", "max": "39.949", "min": "37.268", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "134.7", "max": "135.228", "min": "134.249", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "158.476", "max": "159.968", "min": "157.672", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "54.049", "max": "57.546", "min": "53.603", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "188.215", "max": "188.592", "min": "187.963", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "53.537", "max": "54.162", "min": "53.149", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "83.08", "max": "92.388", "min": "81.825", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "31.141", "max": "31.565", "min": "30.983", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "144.304", "max": "144.959", "min": "144.082", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "131.923", "max": "194.865", "min": "97.719", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "39.181", "max": "42.082", "min": "38.803", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "31.614", "max": "31.793", "min": "31.432", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "24.409", "max": "26.973", "min": "24.043", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "17.664", "max": "20.163", "min": "17.464", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "40.151", "max": "40.34", "min": "39.935", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "44.351", "max": "47.053", "min": "43.757", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "268.526", "max": "271.047", "min": "268.283", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "245.739", "max": "246.37", "min": "245.598", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "52.318", "max": "52.536", "min": "52.181", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "161.688", "max": "163.084", "min": "161.257", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "105.583", "max": "111.273", "min": "104.959", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "48", "max": "48.25", "min": "47.738", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "11.376", "max": "11.802", "min": "11.137", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "106.267", "max": "114.086", "min": "105.522", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "26.211", "max": "27.511", "min": "25.517", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "66.16", "max": "66.574", "min": "65.96", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "102.527", "max": "102.688", "min": "102.329", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "175.273", "max": "176.044", "min": "175.051", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "33.987", "max": "34.257", "min": "33.835", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "47.514", "max": "47.635", "min": "47.364", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "93.954", "max": "94.13", "min": "93.716", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "93.866", "max": "99.398", "min": "92.568", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "50.433", "max": "60.272", "min": "45.274", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "17.3", "max": "18.967", "min": "17.053", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "28.54", "max": "31.594", "min": "28.19", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "58.012", "max": "61.599", "min": "57.386", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "134.604", "max": "138.478", "min": "134.002", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "211.436", "max": "215.43", "min": "210.544", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "22.287", "max": "22.558", "min": "22.079", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "300.618", "max": "301.852", "min": "299.687", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "109.672", "max": "112.947", "min": "109.374", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "34.741", "max": "34.943", "min": "34.598", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "47.274", "max": "48.392", "min": "47.042", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "223.528", "max": "223.87", "min": "223.356", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "188.736", "max": "189.126", "min": "188.43", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "162.227", "max": "163.656", "min": "161.966", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "28.343", "max": "28.598", "min": "27.965", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "261.556", "max": "263.774", "min": "261.08", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "482.689", "max": "585.374", "min": "320.139", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "251.525", "max": "373.135", "min": "156.997", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "266.084", "max": "284.53", "min": "264.996", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "138.195", "max": "140.749", "min": "137.698", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "29.694", "max": "29.891", "min": "29.572", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "40.655", "max": "41.773", "min": "40.364", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "13.867", "max": "17.319", "min": "13.538", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "122.914", "max": "262.488", "min": "39.555", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "146.684", "max": "147.743", "min": "146.471", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "144.413", "max": "373.076", "min": "131.281", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "133.88", "max": "134.117", "min": "133.659", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "130.951", "max": "132.589", "min": "130.22", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "29.206", "max": "29.7", "min": "28.912", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "255.413", "max": "256.618", "min": "254.87", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "194.398", "max": "198.137", "min": "193.824", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "72.878", "max": "73.453", "min": "72.698", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "27.51", "max": "27.956", "min": "27.329", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "31.628", "max": "34.972", "min": "31.242", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "37.058", "max": "38.254", "min": "36.809", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "216.956", "max": "218.67", "min": "216.408", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "42.029", "max": "42.349", "min": "41.834", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "47.833", "max": "48.034", "min": "47.689", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "29.33", "max": "41.935", "min": "27.786", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "33.442", "max": "33.661", "min": "33.296", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "13.746", "max": "13.857", "min": "13.638", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "33.374", "max": "33.559", "min": "33.147", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "146.195", "max": "147.355", "min": "145.918", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "254.217", "max": "257.187", "min": "253.567", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "130.454", "max": "130.712", "min": "130.258", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "119.857", "max": "120.092", "min": "119.69", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "86.099", "max": "90.304", "min": "85.811", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "107.255", "max": "110.761", "min": "106.635", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "130.38", "max": "136.807", "min": "130.006", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "255.578", "max": "256.451", "min": "255.308", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "96.516", "max": "96.852", "min": "96.343", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "97.313", "max": "100.069", "min": "96.876", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "109.119", "max": "124.607", "min": "107.134", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "141.592", "max": "141.91", "min": "141.388", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "130.003", "max": "132.875", "min": "129.586", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "115.942", "max": "116.195", "min": "115.691", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "34.688", "max": "35.114", "min": "34.481", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "50.553", "max": "50.785", "min": "50.285", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "135.004", "max": "138.533", "min": "134.263", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "203.145", "max": "253.341", "min": "192.421", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "30.914", "max": "31.222", "min": "30.741", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "175.405", "max": "251.319", "min": "167.382", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "65.691", "max": "66.012", "min": "65.417", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "346.224", "max": "346.555", "min": "345.584", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "131.506", "max": "131.847", "min": "131.391", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "28.455", "max": "28.883", "min": "28.226", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "205.721", "max": "206.08", "min": "205.31", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "251.372", "max": "251.62", "min": "251.114", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "189.388", "max": "189.833", "min": "189.107", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "61.955", "max": "65.962", "min": "61.453", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "246.057", "max": "250.987", "min": "227.73", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "34.713", "max": "36.656", "min": "34.483", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "37.349", "max": "37.638", "min": "37.195", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "116.631", "max": "119.775", "min": "116.058", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "244.826", "max": "245.149", "min": "244.602", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "103.951", "max": "107.716", "min": "103.441", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "115.933", "max": "116.257", "min": "115.7", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "125.747", "max": "126.02", "min": "125.431", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "122.969", "max": "123.158", "min": "122.761", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "98.9", "max": "102.343", "min": "98.213", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "147.837", "max": "148.296", "min": "147.562", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "144.782", "max": "144.93", "min": "144.694", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "154.335", "max": "154.982", "min": "154.004", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "153.07", "max": "153.252", "min": "152.823", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "105.3", "max": "107.948", "min": "104.507", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "107.632", "max": "109.022", "min": "107.389", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "104.055", "max": "104.346", "min": "103.879", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "116.382", "max": "119.913", "min": "115.942", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "150.736", "max": "151.2", "min": "150.377", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "122.19", "max": "137.421", "min": "120.373", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "140.524", "max": "193.582", "min": "109.62", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "93.904", "max": "97.636", "min": "93.514", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "155.752", "max": "156.007", "min": "155.547", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "132.935", "max": "138.48", "min": "132.082", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "146.877", "max": "147.458", "min": "146.318", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "108.011", "max": "110.189", "min": "107.319", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "203.83", "max": "205.492", "min": "203.629", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "118.994", "max": "120.385", "min": "118.689", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "135.535", "max": "135.895", "min": "135.215", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "130.581", "max": "130.96", "min": "130.359", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "108.055", "max": "116.182", "min": "105.632", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "172.144", "max": "172.601", "min": "171.987", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "102.675", "max": "106.663", "min": "102.309", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "108.815", "max": "111.324", "min": "108.516", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "100.564", "max": "102.077", "min": "100.302", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "236.345", "max": "239.977", "min": "236.031", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "35.506", "max": "44.943", "min": "34.427", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "236.985", "max": "249.163", "min": "235.124", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "238.912", "max": "239.723", "min": "238.776", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "105.692", "max": "105.979", "min": "105.414", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "249.061", "max": "254.158", "min": "248.593", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "65.574", "max": "65.762", "min": "65.422", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "142.033", "max": "142.521", "min": "141.683", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "166.163", "max": "166.575", "min": "165.92", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "100.246", "max": "101.47", "min": "99.77", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "104.412", "max": "106.329", "min": "103.977", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "15.732", "max": "16.25", "min": "15.551", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "47.054", "max": "47.441", "min": "46.872", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "229.223", "max": "229.739", "min": "228.935", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "34.015", "max": "37.657", "min": "33.511", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "115.082", "max": "115.593", "min": "114.789", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "38.956", "max": "39.165", "min": "38.777", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "114.722", "max": "117.154", "min": "114.244", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "151.092", "max": "154.169", "min": "150.747", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "55.859", "max": "59.458", "min": "52.062", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "112.072", "max": "112.51", "min": "111.846", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "154.12", "max": "154.854", "min": "153.248", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "83.638", "max": "100.84", "min": "81.796", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "203.887", "max": "206.037", "min": "203.237", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "135.084", "max": "135.343", "min": "134.843", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "206.298", "max": "206.654", "min": "206.156", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "146.218", "max": "146.482", "min": "146.057", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "110.193", "max": "110.429", "min": "109.948", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "176.91", "max": "177.151", "min": "176.764", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "32.588", "max": "35.815", "min": "32.037", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "40.043", "max": "41.253", "min": "39.753", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "168.11", "max": "173.839", "min": "165.788", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "116.044", "max": "117.491", "min": "114.89", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "40.257", "max": "42.074", "min": "39.297", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "161.667", "max": "162.005", "min": "161.539", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "0.05", "max": "0.067", "min": "0.028", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "98.991", "max": "105.029", "min": "98.331", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "247.354", "max": "247.58", "min": "247.176", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "122.661", "max": "122.661", "min": "122.661", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "98.966", "max": "101.951", "min": "98.488", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "111.496", "max": "111.768", "min": "111.254", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "195.19", "max": "195.602", "min": "194.912", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "125.767", "max": "135.356", "min": "116.727", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "122.732", "max": "125.533", "min": "122.382", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "276.406", "max": "277.57", "min": "276.103", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "173.939", "max": "176.028", "min": "173.514", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "35.8", "max": "36.094", "min": "35.598", "id": "259", "country": "United States", "source_name": "Lincoln", "destination_name": "Lansing", "destination_id": "295" } } }, "295": { "name": "Lansing", "data": { "0": { "avg": "112.454", "max": "112.579", "min": "112.323", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "259.57", "max": "268.364", "min": "256.897", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "27.829", "max": "35.808", "min": "27.485", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "130.545", "max": "138.113", "min": "129.807", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "99.737", "max": "101.25", "min": "99.431", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "196.951", "max": "197.641", "min": "196.842", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "103.148", "max": "103.324", "min": "103.009", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "310.549", "max": "321.257", "min": "309.511", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "155.149", "max": "155.943", "min": "155.01", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "139.002", "max": "140.452", "min": "138.759", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "97.498", "max": "97.857", "min": "97.275", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "52.307", "max": "53.896", "min": "52.136", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "29.426", "max": "29.61", "min": "29.35", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "32.833", "max": "33.322", "min": "32.686", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "39.019", "max": "43.118", "min": "38.084", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "28.12", "max": "28.964", "min": "27.983", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "117.149", "max": "117.373", "min": "116.966", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "34.579", "max": "34.87", "min": "34.451", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "117.567", "max": "117.801", "min": "117.456", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "123.664", "max": "130.949", "min": "122.783", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "288.906", "max": "289.048", "min": "288.828", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "30.259", "max": "30.47", "min": "30.185", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "59.907", "max": "67.353", "min": "58.44", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "61.882", "max": "62.676", "min": "61.723", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "124.595", "max": "125.128", "min": "124.33", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "123.593", "max": "124.159", "min": "123.483", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "118.519", "max": "126.765", "min": "117.42", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "124.508", "max": "124.858", "min": "124.249", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "113.869", "max": "120.863", "min": "113.52", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "69.612", "max": "70.119", "min": "69.411", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "225.517", "max": "236.335", "min": "221.163", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "127.908", "max": "128.149", "min": "127.808", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "55.189", "max": "59.051", "min": "54.54", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "155.043", "max": "156.503", "min": "154.698", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "115.441", "max": "118.232", "min": "115.097", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "265.653", "max": "267.759", "min": "265.374", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "63.355", "max": "64.172", "min": "63.238", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "64.461", "max": "71.739", "min": "64.047", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "40.279", "max": "43.943", "min": "39.795", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "24.594", "max": "26.083", "min": "24.289", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "239.449", "max": "240.426", "min": "239.112", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "102.464", "max": "114.298", "min": "101.275", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "131.385", "max": "131.503", "min": "131.298", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "128.124", "max": "130.885", "min": "127.761", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "246.612", "max": "247.369", "min": "246.502", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "135.022", "max": "141.307", "min": "134.444", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "150.322", "max": "150.888", "min": "150.084", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "101.577", "max": "110.234", "min": "101.167", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "177.373", "max": "177.652", "min": "177.249", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "47.709", "max": "47.796", "min": "47.667", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "28.963", "max": "32.006", "min": "28.455", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "71.802", "max": "73.482", "min": "71.463", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "122.665", "max": "137.78", "min": "109.356", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "19.281", "max": "19.563", "min": "19.083", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "281.934", "max": "303.64", "min": "277.797", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "258.305", "max": "268.322", "min": "255.227", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "123.431", "max": "125.529", "min": "122.66", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "209.761", "max": "216.21", "min": "209.41", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "146.445", "max": "150.229", "min": "146.116", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "103.189", "max": "103.344", "min": "103.08", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "154.687", "max": "159.814", "min": "154.082", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "154.779", "max": "216.293", "min": "149.845", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "256.901", "max": "320.969", "min": "246.829", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "268.744", "max": "268.925", "min": "268.662", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "149.734", "max": "150.565", "min": "149.603", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "146.203", "max": "147.635", "min": "146.039", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "29.486", "max": "35.102", "min": "29.149", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "140.131", "max": "140.524", "min": "139.755", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "156.509", "max": "158.607", "min": "155.424", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "31.163", "max": "35.002", "min": "30.638", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "213.901", "max": "215.545", "min": "213.499", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "73.868", "max": "82.728", "min": "73.307", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "83.037", "max": "88.704", "min": "81.292", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "46.785", "max": "47.405", "min": "46.603", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "148.336", "max": "149.221", "min": "147.987", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "101.132", "max": "113.396", "min": "99.013", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "29.912", "max": "35.528", "min": "29.272", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "74.135", "max": "77.534", "min": "73.886", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "32.998", "max": "33.204", "min": "32.808", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "14.832", "max": "16.474", "min": "14.477", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "72.483", "max": "72.779", "min": "72.247", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "47.16", "max": "52.367", "min": "46.661", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "393.026", "max": "406.886", "min": "391.546", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "237.928", "max": "238.356", "min": "237.73", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "39.136", "max": "43.656", "min": "38.652", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "170.065", "max": "171.054", "min": "169.553", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "99.743", "max": "101.195", "min": "99.182", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "38.476", "max": "39.433", "min": "38.313", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "22.505", "max": "35.465", "min": "14.599", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "101.347", "max": "104.456", "min": "100.792", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "51.614", "max": "52.498", "min": "50.825", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "79.977", "max": "89.142", "min": "78.263", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "102.302", "max": "110.436", "min": "101.802", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "195.374", "max": "203.428", "min": "194.204", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "19.287", "max": "21.651", "min": "18.994", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "60.452", "max": "60.75", "min": "60.272", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "91.576", "max": "91.757", "min": "91.383", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "77.656", "max": "82.862", "min": "77.016", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "74.713", "max": "77.462", "min": "74.168", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "11.791", "max": "17.719", "min": "10.283", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "32.168", "max": "32.277", "min": "32.127", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "56.005", "max": "56.189", "min": "55.862", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "156.15", "max": "158.969", "min": "155.884", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "218.191", "max": "221.066", "min": "217.537", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "48.352", "max": "48.949", "min": "48.206", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "334.681", "max": "335.121", "min": "333.289", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "107.214", "max": "108.705", "min": "107.03", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "32.276", "max": "32.533", "min": "32.053", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "37.527", "max": "37.611", "min": "37.426", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "220.415", "max": "223.942", "min": "219.618", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "222.675", "max": "222.87", "min": "222.555", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "205.947", "max": "208.183", "min": "205.713", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "27.923", "max": "31.831", "min": "27.01", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "219.824", "max": "222.287", "min": "219.365", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "472.279", "max": "578.333", "min": "310.601", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "266.062", "max": "397.385", "min": "206.495", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "241.943", "max": "245.918", "min": "241.471", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "177.24", "max": "184.735", "min": "176.691", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "28.318", "max": "33.348", "min": "26.983", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "49.389", "max": "53.822", "min": "49.044", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "43.127", "max": "43.509", "min": "42.958", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "122.761", "max": "263.056", "min": "40.877", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "141.547", "max": "142.146", "min": "141.41", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "142.762", "max": "398.565", "min": "133.412", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "132.329", "max": "145.6", "min": "130.246", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "134.747", "max": "136.232", "min": "134.2", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "29.807", "max": "30.444", "min": "29.149", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "253.806", "max": "258.87", "min": "252.702", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "203.728", "max": "204.251", "min": "203.536", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "97.125", "max": "99.265", "min": "96.912", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "44.709", "max": "45.842", "min": "44.572", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "14.41", "max": "19.228", "min": "14.123", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "32.971", "max": "33.112", "min": "32.894", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "194.89", "max": "199.196", "min": "193.822", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "69.27", "max": "69.489", "min": "69.18", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "30.119", "max": "31.383", "min": "29.806", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "56.925", "max": "69.532", "min": "55.424", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "35.231", "max": "36.13", "min": "35.031", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "15.926", "max": "26.354", "min": "14.36", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "27.991", "max": "28.215", "min": "27.842", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "127.35", "max": "131.609", "min": "126.991", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "275.559", "max": "277.115", "min": "275.269", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "139.701", "max": "139.938", "min": "139.602", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "121.189", "max": "125.186", "min": "120.875", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "111.096", "max": "119.585", "min": "110.615", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "108.023", "max": "108.414", "min": "107.815", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "142.828", "max": "143.429", "min": "142.66", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "318.615", "max": "318.881", "min": "318.511", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "95.535", "max": "96.006", "min": "95.444", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "96.542", "max": "96.625", "min": "96.467", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "111.828", "max": "129.096", "min": "110.152", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "190.531", "max": "201.054", "min": "188.693", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "133.948", "max": "134.157", "min": "133.853", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "108.621", "max": "108.961", "min": "108.485", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "28.961", "max": "29.077", "min": "28.897", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "88.056", "max": "88.906", "min": "87.787", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "132.696", "max": "134.73", "min": "132.265", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "228.022", "max": "273.008", "min": "220.783", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "51.446", "max": "51.611", "min": "51.381", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "189.486", "max": "268.155", "min": "180.387", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "59.522", "max": "67.373", "min": "57.941", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.558", "max": "382.817", "min": "380.873", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "140.797", "max": "141.156", "min": "140.6", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "28.415", "max": "28.583", "min": "28.276", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "218.612", "max": "218.794", "min": "218.471", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "257.706", "max": "273.543", "min": "252.859", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "190.754", "max": "191.121", "min": "190.601", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "57.459", "max": "62.841", "min": "56.688", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "259.352", "max": "261.54", "min": "258.941", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "38.176", "max": "38.338", "min": "37.989", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "24.759", "max": "31.25", "min": "23.757", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "110.32", "max": "112.472", "min": "109.794", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "292.228", "max": "292.333", "min": "292.151", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "105.719", "max": "106.088", "min": "105.612", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "111.205", "max": "112.136", "min": "110.863", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "125.03", "max": "134.655", "min": "124.478", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "117.442", "max": "117.625", "min": "117.343", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "96.462", "max": "98.477", "min": "96.127", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "138.727", "max": "140.223", "min": "138.44", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "142.417", "max": "142.633", "min": "142.353", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "162.598", "max": "163.412", "min": "162.445", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "139.347", "max": "139.46", "min": "139.274", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "100.816", "max": "107.752", "min": "100.296", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "110.526", "max": "120.713", "min": "109.997", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "99.756", "max": "104.076", "min": "99.29", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "127.696", "max": "127.815", "min": "127.577", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "154.307", "max": "154.62", "min": "154.087", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "126.653", "max": "157.865", "min": "123.54", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "128.651", "max": "147.698", "min": "115.05", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "92.891", "max": "93.407", "min": "92.675", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "154.402", "max": "156.74", "min": "154.163", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "140.27", "max": "175.668", "min": "138.415", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "144.126", "max": "149.256", "min": "143.187", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "100.585", "max": "117.809", "min": "99.693", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "267.164", "max": "267.499", "min": "267.064", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "114.748", "max": "114.861", "min": "114.646", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "120.333", "max": "121.2", "min": "120.091", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "124.904", "max": "131.643", "min": "124.04", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "106.658", "max": "112.811", "min": "104.772", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "157.861", "max": "160.114", "min": "157.527", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "105.741", "max": "114.041", "min": "105.177", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "106.499", "max": "108.885", "min": "106.258", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "100.86", "max": "101.189", "min": "100.711", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "230.658", "max": "231.144", "min": "230.489", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "32.857", "max": "41.02", "min": "31.96", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "379.682", "max": "383.604", "min": "352.178", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "270.639", "max": "271.186", "min": "270.528", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "107.242", "max": "107.489", "min": "107.07", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "251.132", "max": "251.698", "min": "250.969", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "91.109", "max": "92.316", "min": "90.77", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "128.311", "max": "129.031", "min": "128.16", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "160.679", "max": "160.961", "min": "160.554", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "97.763", "max": "99.159", "min": "97.515", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "104.075", "max": "108.805", "min": "103.555", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "11.009", "max": "13.122", "min": "10.843", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "35.114", "max": "37.934", "min": "34.54", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "252.217", "max": "348.901", "min": "248.694", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "30.8", "max": "35.251", "min": "30.158", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "109.585", "max": "109.724", "min": "109.485", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "24.351", "max": "27.809", "min": "24.101", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "114.107", "max": "120.769", "min": "113.77", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "157.929", "max": "162.584", "min": "157.585", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "53.392", "max": "56.57", "min": "50.208", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "116.102", "max": "116.318", "min": "115.92", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "128.54", "max": "130.385", "min": "127.761", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "84.784", "max": "96.008", "min": "83.438", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "299.896", "max": "300.716", "min": "299.539", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "147.063", "max": "147.274", "min": "146.89", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "192.995", "max": "196.093", "min": "192.373", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "140.829", "max": "141.077", "min": "140.722", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "105.842", "max": "110.338", "min": "105.374", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "135.393", "max": "136.114", "min": "135.263", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "40.155", "max": "42.392", "min": "39.822", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "32.346", "max": "34.313", "min": "32.167", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "156.072", "max": "158.789", "min": "154.218", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "119.363", "max": "119.91", "min": "118.952", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "39.539", "max": "40.658", "min": "38.371", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "158.602", "max": "160.46", "min": "158.347", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "35.768", "max": "35.978", "min": "35.586", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "114.443", "max": "117.514", "min": "114.215", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "263.674", "max": "271.686", "min": "261.452", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.504", "max": "117.146", "min": "109.863", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "98.424", "max": "98.68", "min": "98.365", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "115.634", "max": "115.826", "min": "115.561", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "186.943", "max": "188.63", "min": "186.701", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "120.295", "max": "130.126", "min": "111.917", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "129.336", "max": "129.456", "min": "129.215", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "242.445", "max": "245.201", "min": "242.016", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "190.708", "max": "197.368", "min": "190.042", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "0.028", "max": "0.038", "min": "0.021", "id": "295", "country": "United States", "source_name": "Lansing", "destination_name": "Lansing", "destination_id": "295" } } } }, "Western Europe": { "4": { "name": "Paris", "data": { "0": { "avg": "231.924", "max": "232.324", "min": "231.691", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "261.213", "max": "261.436", "min": "260.955", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "92.529", "max": "92.75", "min": "92.379", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "23.973", "max": "27.818", "min": "23.174", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "0.045", "max": "0.102", "min": "0.024", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "236.236", "max": "237.105", "min": "236.016", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "10.203", "max": "10.864", "min": "10.063", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "282.255", "max": "294.469", "min": "281.123", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "53.454", "max": "53.905", "min": "53.305", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "30.939", "max": "33.315", "min": "30.676", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "8.672", "max": "9.153", "min": "8.496", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "116.131", "max": "116.826", "min": "115.981", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.568", "max": "76.231", "min": "75.409", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "76.597", "max": "78.327", "min": "76.244", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.795", "max": "113.977", "min": "110.52", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "80.195", "max": "81.508", "min": "79.79", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "22.628", "max": "22.842", "min": "22.429", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "91.677", "max": "91.783", "min": "91.49", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.759", "max": "19.007", "min": "17.449", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "22.001", "max": "22.155", "min": "21.889", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "279.792", "max": "279.914", "min": "279.658", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "93.953", "max": "95.861", "min": "93.771", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "143.112", "max": "143.313", "min": "142.937", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "148.22", "max": "149.002", "min": "147.942", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.244", "max": "41.691", "min": "41.077", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "23.772", "max": "24.692", "min": "23.544", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.195", "max": "21.684", "min": "19.887", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "43.599", "max": "44.281", "min": "43.408", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "10.674", "max": "11.147", "min": "10.525", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "148.745", "max": "149.916", "min": "148.541", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "253.654", "max": "254.104", "min": "253.479", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.835", "max": "31.652", "min": "30.676", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "136.185", "max": "162.929", "min": "134.928", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "48.272", "max": "48.641", "min": "48.081", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "18.787", "max": "19.758", "min": "18.426", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "247.911", "max": "252.816", "min": "247.457", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "146.714", "max": "146.881", "min": "146.583", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "133.624", "max": "133.987", "min": "133.443", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.019", "max": "109.002", "min": "107.765", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.314", "max": "83.725", "min": "82.012", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "151.5", "max": "158.362", "min": "151.027", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "17.967", "max": "21.804", "min": "17.608", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "44.069", "max": "44.283", "min": "43.867", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.684", "max": "35.15", "min": "33.452", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "204.711", "max": "204.955", "min": "204.607", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "30.371", "max": "32.76", "min": "29.889", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "35.901", "max": "36.41", "min": "35.707", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "165.195", "max": "172.442", "min": "164.623", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "238.897", "max": "239.181", "min": "238.641", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "113.588", "max": "113.78", "min": "113.455", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "83.25", "max": "84.609", "min": "83.108", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "143.462", "max": "143.813", "min": "143.218", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "23.825", "max": "113.583", "min": "4.984", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "105.131", "max": "105.396", "min": "104.935", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "137.935", "max": "152.103", "min": "134.338", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "267.141", "max": "267.538", "min": "266.883", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "26.95", "max": "28.156", "min": "26.213", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "293.201", "max": "293.48", "min": "293.047", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "30.48", "max": "31.288", "min": "30.248", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "8.445", "max": "8.807", "min": "8.284", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "65.056", "max": "68.75", "min": "64.268", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "57.159", "max": "113.111", "min": "54.108", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "205.61", "max": "225.409", "min": "204.241", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "262.892", "max": "263.61", "min": "262.575", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "47.945", "max": "48.856", "min": "47.741", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "36.889", "max": "38.023", "min": "36.679", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "73.976", "max": "74.201", "min": "73.798", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "44.058", "max": "44.61", "min": "43.536", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "205.138", "max": "206.53", "min": "204.407", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "116.889", "max": "117.913", "min": "116.656", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "257.548", "max": "259.228", "min": "257.279", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "144.318", "max": "144.713", "min": "143.966", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "148.615", "max": "150.248", "min": "148.39", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "99.08", "max": "100.509", "min": "98.892", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "46.173", "max": "47.244", "min": "45.849", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "13.821", "max": "14.146", "min": "13.654", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "88.067", "max": "88.624", "min": "87.856", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "152.093", "max": "153.366", "min": "151.9", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "94.766", "max": "95.386", "min": "94.523", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "89.601", "max": "89.83", "min": "89.472", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "149.952", "max": "150.226", "min": "149.771", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "90.224", "max": "90.792", "min": "89.912", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "207.042", "max": "210.244", "min": "206.522", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "141.152", "max": "141.758", "min": "140.882", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "152.914", "max": "153.362", "min": "152.72", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "68.6", "max": "69.565", "min": "68.217", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "17.483", "max": "17.94", "min": "17.237", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "104.86", "max": "105.139", "min": "104.697", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "99.773", "max": "100.154", "min": "99.529", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "12.675", "max": "13.839", "min": "12.508", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "102.85", "max": "104.912", "min": "102.15", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "143.957", "max": "144.454", "min": "143.74", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "18.088", "max": "18.926", "min": "17.885", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "277.134", "max": "277.632", "min": "276.937", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "80.472", "max": "80.698", "min": "80.283", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "108.92", "max": "109.851", "min": "108.738", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "153.324", "max": "153.737", "min": "152.988", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "133.558", "max": "141.348", "min": "132.687", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "157.012", "max": "157.392", "min": "156.819", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "90.881", "max": "93.893", "min": "90.484", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "107.761", "max": "108.169", "min": "107.606", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "150.831", "max": "153.836", "min": "150.472", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "47.47", "max": "48.948", "min": "47.233", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "303.25", "max": "304.912", "min": "302.563", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "100.566", "max": "101.063", "min": "100.422", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "319.858", "max": "334.732", "min": "284.317", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "171.77", "max": "175.168", "min": "171.374", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "84.092", "max": "84.33", "min": "83.918", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "104.001", "max": "104.683", "min": "103.816", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "125.911", "max": "126.346", "min": "125.724", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.744", "max": "302.048", "min": "301.531", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "274.948", "max": "276.626", "min": "274.773", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "91.786", "max": "92.065", "min": "91.618", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "136.015", "max": "138.122", "min": "135.629", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "368.034", "max": "468.897", "min": "185.725", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "148.074", "max": "230.729", "min": "59.633", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "163.97", "max": "182.471", "min": "162.861", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "231.301", "max": "231.857", "min": "231.094", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "111.56", "max": "112.36", "min": "111.347", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "112.363", "max": "113.247", "min": "112.047", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "117.857", "max": "121.645", "min": "117.507", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "190.909", "max": "340.998", "min": "102.981", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "203.109", "max": "203.473", "min": "202.874", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "50.884", "max": "135.02", "min": "45.299", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "46.681", "max": "46.886", "min": "46.539", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "107.13", "max": "108.354", "min": "106.382", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "79.572", "max": "79.788", "min": "79.419", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "244.359", "max": "244.93", "min": "244.093", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "130.377", "max": "131.22", "min": "130.15", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "176.247", "max": "177.541", "min": "176.011", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "100.847", "max": "101.35", "min": "100.607", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "91.413", "max": "91.808", "min": "91.24", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "106.223", "max": "106.87", "min": "106.034", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "279.387", "max": "280.149", "min": "278.616", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.859", "max": "124.385", "min": "123.696", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "71.83", "max": "72.188", "min": "71.617", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "125.966", "max": "131.71", "min": "124.842", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "123.63", "max": "124.056", "min": "123.411", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "99.655", "max": "100.381", "min": "99.481", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "74.572", "max": "75.131", "min": "74.374", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "23.393", "max": "23.82", "min": "23.258", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "176.783", "max": "179.732", "min": "176.093", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "47.675", "max": "48.078", "min": "47.497", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "33.712", "max": "34.212", "min": "33.479", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "188.254", "max": "192.951", "min": "187.573", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "13.353", "max": "13.709", "min": "13.164", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "41.216", "max": "43.064", "min": "40.907", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "135.524", "max": "136.012", "min": "135.304", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "10.059", "max": "10.338", "min": "9.905", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "10.683", "max": "11.44", "min": "10.503", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "14.405", "max": "24.862", "min": "13.045", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "264.608", "max": "264.793", "min": "264.427", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.354", "max": "38.383", "min": "37.102", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "11.549", "max": "11.985", "min": "11.316", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "85.921", "max": "86.218", "min": "85.777", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "157.213", "max": "157.955", "min": "156.927", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "44.022", "max": "46.314", "min": "43.634", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "304.95", "max": "345.927", "min": "298.319", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "116.623", "max": "117.055", "min": "116.503", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "245.034", "max": "352.771", "min": "237.864", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "118.048", "max": "118.302", "min": "117.885", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "377.464", "max": "377.732", "min": "377.086", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "43.705", "max": "44.025", "min": "43.525", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "74.65", "max": "74.862", "min": "74.502", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "105.818", "max": "106.288", "min": "105.564", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "168.618", "max": "169.088", "min": "168.489", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "91.577", "max": "92.559", "min": "91.385", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "130.156", "max": "130.581", "min": "129.969", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "305.73", "max": "320.758", "min": "270.634", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "74.384", "max": "74.676", "min": "74.206", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "88.426", "max": "88.705", "min": "88.318", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "7.539", "max": "9.149", "min": "7.232", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "124.832", "max": "125.393", "min": "124.636", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "17.924", "max": "19.411", "min": "17.715", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "12.814", "max": "13.528", "min": "12.475", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "30.43", "max": "42.518", "min": "29.684", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "20.336", "max": "20.551", "min": "20.187", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "13.263", "max": "13.691", "min": "12.997", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "62.664", "max": "62.987", "min": "62.389", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "44.713", "max": "45.021", "min": "44.572", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.523", "max": "67.303", "min": "61.954", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "40.89", "max": "41.473", "min": "40.667", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "11.746", "max": "12.646", "min": "11.555", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "14.869", "max": "15.216", "min": "14.655", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "15.032", "max": "15.183", "min": "14.882", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "32.9", "max": "43.094", "min": "32.364", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "54.608", "max": "55.501", "min": "54.334", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "28.006", "max": "42.255", "min": "26.329", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "32.559", "max": "48.455", "min": "19.927", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "8.524", "max": "8.734", "min": "8.363", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "56.451", "max": "57.237", "min": "56.209", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "38.916", "max": "39.963", "min": "38.612", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "43.481", "max": "43.983", "min": "43.146", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "12.811", "max": "13.676", "min": "12.41", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "272.458", "max": "279.132", "min": "272.04", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "16.642", "max": "16.794", "min": "16.497", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "22.787", "max": "23.024", "min": "22.645", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.908", "max": "26.096", "min": "25.734", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "167.51", "max": "175.258", "min": "165.464", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "53.989", "max": "54.287", "min": "53.737", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "15.273", "max": "19.296", "min": "14.838", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "15.629", "max": "16.552", "min": "15.401", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "9.751", "max": "10.241", "min": "9.47", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "236.083", "max": "250.247", "min": "232.876", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "81.639", "max": "94.923", "min": "80.139", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "228.263", "max": "238.743", "min": "222.018", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "139.53", "max": "143.03", "min": "139.26", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "10.873", "max": "11.346", "min": "10.746", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "138.448", "max": "138.592", "min": "138.234", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "152.571", "max": "152.834", "min": "152.211", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "31.929", "max": "32.877", "min": "31.742", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "57.539", "max": "58.578", "min": "57.32", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "12.246", "max": "13.176", "min": "11.872", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "15.287", "max": "15.68", "min": "15.101", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "98.568", "max": "98.764", "min": "98.426", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "101.551", "max": "101.82", "min": "101.432", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "171.385", "max": "171.844", "min": "171.194", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "76.787", "max": "76.929", "min": "76.685", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "19.431", "max": "20.174", "min": "19.187", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "77.327", "max": "77.621", "min": "77.188", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "22.941", "max": "23.241", "min": "22.827", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "242.033", "max": "447.656", "min": "234.809", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "122.665", "max": "125.622", "min": "120.013", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "15.187", "max": "15.457", "min": "15.011", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "30.671", "max": "32.334", "min": "29.896", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "144.789", "max": "152.046", "min": "143.588", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "100.897", "max": "101.802", "min": "100.471", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "253.826", "max": "254.079", "min": "253.694", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "81.891", "max": "82.575", "min": "81.671", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "43.286", "max": "43.526", "min": "43.15", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.546", "max": "11.683", "min": "11.442", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "53.537", "max": "53.835", "min": "53.387", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "87.255", "max": "91.232", "min": "86.696", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "85.138", "max": "86.505", "min": "84.934", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "54.83", "max": "56.994", "min": "53.092", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "162.274", "max": "165.968", "min": "161.716", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "87.157", "max": "89.077", "min": "85.94", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "200.65", "max": "202.177", "min": "200.394", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "121.055", "max": "121.704", "min": "120.911", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "20.601", "max": "22.384", "min": "20.21", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "193.865", "max": "195.355", "min": "191.55", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "180.712", "max": "180.712", "min": "180.712", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "16.625", "max": "16.801", "min": "16.537", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "15.208", "max": "15.55", "min": "15.057", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "106.843", "max": "107.095", "min": "106.642", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "25.71", "max": "35.645", "min": "18.488", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "35.876", "max": "36.186", "min": "35.701", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "183.288", "max": "184.213", "min": "182.947", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "84.593", "max": "85.565", "min": "84.276", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "99.832", "max": "103.908", "min": "99.473", "id": "4", "country": "France", "source_name": "Paris", "destination_name": "Lansing", "destination_id": "295" } } }, "7": { "name": "Amsterdam", "data": { "0": { "avg": "182.755", "max": "183.022", "min": "182.553", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "266.347", "max": "268.411", "min": "266.02", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "94.52", "max": "98.175", "min": "94.27", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.254", "max": "28.507", "min": "23.842", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "10.231", "max": "11.085", "min": "10.004", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "237.068", "max": "237.439", "min": "236.912", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "0.046", "max": "0.128", "min": "0.013", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "271.302", "max": "273.738", "min": "270.666", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "44.144", "max": "44.341", "min": "44.022", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "23.929", "max": "24.399", "min": "23.66", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "6.566", "max": "7.58", "min": "6.294", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "117.956", "max": "146.279", "min": "116.837", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "74.817", "max": "75.137", "min": "74.704", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "80.943", "max": "81.353", "min": "80.795", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "107.5", "max": "107.7", "min": "107.366", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "84.045", "max": "84.423", "min": "83.287", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "29.459", "max": "29.757", "min": "29.226", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "92.186", "max": "92.446", "min": "92.08", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "20.29", "max": "20.607", "min": "20.066", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "21.408", "max": "21.653", "min": "21.293", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "282.337", "max": "282.611", "min": "282.213", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "98.596", "max": "98.823", "min": "98.462", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "157.601", "max": "158.134", "min": "157.432", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "142.46", "max": "143.263", "min": "142.283", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.761", "max": "35.092", "min": "34.61", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "17.256", "max": "17.551", "min": "17.161", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.058", "max": "21.291", "min": "19.697", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "26.77", "max": "27.05", "min": "26.64", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.471", "max": "16.693", "min": "16.334", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "136.603", "max": "137.096", "min": "136.421", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "160.998", "max": "161.24", "min": "160.855", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "29.762", "max": "30.107", "min": "29.611", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "150.247", "max": "153.057", "min": "149.962", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "41.562", "max": "41.793", "min": "41.421", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.922", "max": "18.041", "min": "14.485", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "166.996", "max": "169.816", "min": "166.767", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "139.045", "max": "139.304", "min": "138.943", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "143.155", "max": "143.406", "min": "143.01", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "107.339", "max": "107.59", "min": "107.172", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "81.78", "max": "89.953", "min": "81.218", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "150.763", "max": "153.81", "min": "150.308", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "9.574", "max": "11.697", "min": "9.137", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "41.322", "max": "41.584", "min": "41.156", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "27.599", "max": "31.68", "min": "27.325", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "153.244", "max": "158.086", "min": "152.943", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "32.366", "max": "33.117", "min": "31.739", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "34.383", "max": "34.806", "min": "34.238", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "161.685", "max": "161.947", "min": "161.448", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "231.589", "max": "231.993", "min": "231.465", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "121.149", "max": "121.336", "min": "121.045", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "146.668", "max": "146.837", "min": "146.592", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "149.67", "max": "150.144", "min": "149.341", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "73.15", "max": "87.065", "min": "60.672", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "106.572", "max": "106.895", "min": "106.415", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "138.558", "max": "158.391", "min": "134.645", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "174.268", "max": "175.053", "min": "174.028", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.289", "max": "40.002", "min": "37.729", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "297.216", "max": "298.932", "min": "297.031", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "42.564", "max": "45.396", "min": "42.173", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "10.448", "max": "10.711", "min": "10.308", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "62.609", "max": "63.146", "min": "62.316", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "66.371", "max": "124.054", "min": "63.348", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "275.283", "max": "354.505", "min": "259.729", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "281.445", "max": "281.621", "min": "281.358", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.782", "max": "46.014", "min": "45.603", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "31.697", "max": "32.772", "min": "31.48", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "86.929", "max": "87.098", "min": "86.807", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "39.903", "max": "40.16", "min": "39.481", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "226.337", "max": "228.316", "min": "225.603", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "123.94", "max": "128.356", "min": "123.64", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "190.322", "max": "191.115", "min": "190.13", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "148.719", "max": "149.271", "min": "148.448", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "158.585", "max": "158.832", "min": "158.433", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "99.116", "max": "99.335", "min": "98.943", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "49.853", "max": "51.101", "min": "49.547", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "12.312", "max": "12.554", "min": "12.184", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "93.822", "max": "94.193", "min": "93.647", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "140.73", "max": "141.056", "min": "140.494", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "102.875", "max": "103.172", "min": "102.658", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "98.051", "max": "98.31", "min": "97.96", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "135.05", "max": "137.722", "min": "134.705", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "93.54", "max": "94.241", "min": "93.31", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "290.131", "max": "299.894", "min": "283.642", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "143.79", "max": "145.203", "min": "143.573", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "126.566", "max": "133.606", "min": "126.203", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "62.321", "max": "63.3", "min": "61.91", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "16.518", "max": "22.299", "min": "15.921", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "99.954", "max": "102.049", "min": "99.758", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "106.799", "max": "107.11", "min": "106.644", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "13.117", "max": "21.679", "min": "12.517", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "106.352", "max": "107.598", "min": "105.8", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "157.988", "max": "158.42", "min": "157.763", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "28.521", "max": "28.789", "min": "28.413", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "264.605", "max": "264.882", "min": "264.46", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "92.356", "max": "92.568", "min": "92.216", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "118.018", "max": "118.399", "min": "117.776", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "163.672", "max": "163.955", "min": "163.446", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "136.343", "max": "138.677", "min": "135.756", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "137.815", "max": "138.098", "min": "137.674", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "101.814", "max": "102.706", "min": "101.675", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "112.056", "max": "112.38", "min": "111.935", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "155.685", "max": "155.922", "min": "155.527", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "38.908", "max": "39.858", "min": "38.723", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "311.971", "max": "313.1", "min": "311.441", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "102.593", "max": "102.881", "min": "102.388", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "332.22", "max": "352.451", "min": "287.908", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "171.594", "max": "175.268", "min": "171.327", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "80.36", "max": "80.634", "min": "80.148", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.498", "max": "101.741", "min": "101.391", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "128.529", "max": "128.878", "min": "128.382", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "219.587", "max": "220.512", "min": "219.339", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.118", "max": "279.535", "min": "278.99", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "75.863", "max": "76.115", "min": "75.768", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "141.438", "max": "150.399", "min": "140.674", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "371.425", "max": "483.436", "min": "177.765", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "185.337", "max": "287.254", "min": "69.85", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "154.116", "max": "166.684", "min": "152.915", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "260.801", "max": "262.738", "min": "260.398", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "122.413", "max": "122.654", "min": "122.279", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "109.487", "max": "110.495", "min": "109.199", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "114.53", "max": "117.371", "min": "114.209", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "191.862", "max": "334.93", "min": "110.846", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "188.364", "max": "189.45", "min": "188.181", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "44.353", "max": "419.056", "min": "30.509", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "32.993", "max": "33.238", "min": "32.894", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "21.7", "max": "22.863", "min": "21.134", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "82.8", "max": "86.709", "min": "80.295", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "160.392", "max": "161.933", "min": "160.037", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "125.661", "max": "126.074", "min": "125.402", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "166.667", "max": "168.843", "min": "166.317", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "102.342", "max": "102.634", "min": "102.173", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "99.297", "max": "99.585", "min": "99.101", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "98.145", "max": "98.396", "min": "97.923", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "288.421", "max": "289.131", "min": "287.705", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "121.274", "max": "121.634", "min": "121.155", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "72.208", "max": "72.632", "min": "71.948", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "127.393", "max": "139.218", "min": "125.564", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "111.87", "max": "112.111", "min": "111.697", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "111.694", "max": "111.895", "min": "111.531", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "79.325", "max": "79.554", "min": "79.182", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "24.29", "max": "26.239", "min": "23.873", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "185.113", "max": "185.586", "min": "184.703", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "35.828", "max": "36.645", "min": "35.657", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "43.212", "max": "43.549", "min": "42.953", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "181.596", "max": "189.611", "min": "180.996", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "5.328", "max": "5.703", "min": "4.968", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.567", "max": "37.208", "min": "33.297", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "137.698", "max": "140.81", "min": "137.491", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "9.378", "max": "9.874", "min": "9.276", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "14.754", "max": "15.026", "min": "14.63", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "12.212", "max": "24.931", "min": "10.377", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "271.273", "max": "271.526", "min": "271.143", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "34.272", "max": "36.372", "min": "33.955", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "16.29", "max": "16.659", "min": "16.083", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "86.163", "max": "86.502", "min": "86.001", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "154.477", "max": "154.925", "min": "154.168", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "55.019", "max": "56.967", "min": "54.719", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "250.19", "max": "293.18", "min": "244.153", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "116.532", "max": "116.83", "min": "116.336", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "243.77", "max": "333.928", "min": "235.321", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "132.99", "max": "133.27", "min": "132.888", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "383.467", "max": "383.842", "min": "382.971", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "30.401", "max": "30.641", "min": "30.267", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "80.433", "max": "80.677", "min": "80.35", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "117.071", "max": "117.553", "min": "116.902", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.159", "max": "182.444", "min": "181.985", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "97.319", "max": "97.791", "min": "97.163", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "137.873", "max": "138.829", "min": "137.657", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "222.557", "max": "238.636", "min": "207.885", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "95.018", "max": "98.242", "min": "94.78", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "99.918", "max": "100.24", "min": "99.834", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "28.167", "max": "29.252", "min": "27.884", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "311.145", "max": "340.592", "min": "291.882", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "16.987", "max": "19.166", "min": "16.813", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "51.141", "max": "51.726", "min": "50.911", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "52.418", "max": "57.292", "min": "52.093", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "25.028", "max": "25.269", "min": "24.868", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "13.069", "max": "15.815", "min": "12.7", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "61.111", "max": "61.634", "min": "60.885", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "39.774", "max": "40.055", "min": "39.624", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "63.344", "max": "63.607", "min": "63.166", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "44.497", "max": "44.832", "min": "44.299", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "2.839", "max": "4.426", "min": "2.613", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "5.404", "max": "11.932", "min": "5.051", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "3.055", "max": "3.362", "min": "2.905", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "30.154", "max": "30.383", "min": "29.993", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "56.269", "max": "71.58", "min": "55.491", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "27.6", "max": "55.031", "min": "25.165", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "45.645", "max": "102.502", "min": "16.379", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "7.713", "max": "8.035", "min": "7.543", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "55.585", "max": "56.096", "min": "55.364", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "38.932", "max": "46.755", "min": "38.414", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "34.487", "max": "34.864", "min": "34.062", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "5.549", "max": "27.331", "min": "4.492", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "260.507", "max": "279.832", "min": "259.732", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "15.939", "max": "17.674", "min": "15.714", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "35.948", "max": "36.283", "min": "35.659", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "57.759", "max": "58.007", "min": "57.667", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "177.784", "max": "184.028", "min": "175.891", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "50.581", "max": "50.846", "min": "50.436", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "10.569", "max": "29.283", "min": "9.751", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "3.064", "max": "4.004", "min": "2.837", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "2.106", "max": "2.504", "min": "1.974", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "279.407", "max": "290.796", "min": "276.684", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "87.505", "max": "91.549", "min": "86.529", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.227", "max": "224.994", "min": "218.877", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "142.362", "max": "146.034", "min": "142.034", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "5.571", "max": "5.828", "min": "5.472", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "160.681", "max": "163.113", "min": "160.369", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "165.21", "max": "165.431", "min": "164.925", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "47.207", "max": "47.634", "min": "46.935", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "54.547", "max": "55.232", "min": "54.325", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "12.528", "max": "13.331", "min": "12.252", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "4.097", "max": "5.146", "min": "3.783", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "105.045", "max": "105.321", "min": "104.929", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "102.553", "max": "102.761", "min": "102.467", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "222.056", "max": "343.512", "min": "211.625", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "79.312", "max": "79.59", "min": "79.219", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.835", "max": "25.067", "min": "24.726", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "85.546", "max": "85.874", "min": "85.442", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "66.532", "max": "67.096", "min": "66.373", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "221.368", "max": "520.004", "min": "204.709", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "124.747", "max": "128.932", "min": "121.823", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "24.813", "max": "25.134", "min": "24.65", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "47.395", "max": "47.784", "min": "46.89", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "161.607", "max": "172.636", "min": "159.857", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "230.18", "max": "230.83", "min": "229.805", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "236.814", "max": "237.201", "min": "236.62", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "82.042", "max": "83.01", "min": "81.803", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "40.706", "max": "40.953", "min": "40.581", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.628", "max": "11.905", "min": "11.556", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "43.836", "max": "44.062", "min": "43.651", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "85.795", "max": "87.892", "min": "85.333", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "93.789", "max": "94.139", "min": "93.638", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.182", "max": "72.937", "min": "63.052", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "176.272", "max": "177.228", "min": "175.91", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "92.592", "max": "94.103", "min": "91.572", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "62.56", "max": "63.209", "min": "62.3", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "102.752", "max": "103.117", "min": "102.459", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "20.26", "max": "21.33", "min": "20.091", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.242", "max": "176.529", "min": "176.024", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "178.719", "max": "178.719", "min": "178.719", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "11.384", "max": "11.61", "min": "11.254", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "16.314", "max": "16.962", "min": "16.222", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "104.275", "max": "106.937", "min": "103.941", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "32.43", "max": "48.463", "min": "24.735", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "26.821", "max": "75.861", "min": "25.013", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "127.539", "max": "129.282", "min": "127.099", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "85.752", "max": "87.388", "min": "85.368", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "103.664", "max": "116.958", "min": "103.108", "id": "7", "country": "Netherlands", "source_name": "Amsterdam", "destination_name": "Lansing", "destination_id": "295" } } }, "10": { "name": "Stockholm", "data": { "0": { "avg": "213.694", "max": "214.117", "min": "213.479", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "282.78", "max": "288.548", "min": "282.228", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.784", "max": "114.015", "min": "111.485", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "36.514", "max": "45.07", "min": "35.243", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "31.382", "max": "36.739", "min": "30.666", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "248.716", "max": "250.574", "min": "248.5", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.056", "max": "27.58", "min": "23.613", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "291.925", "max": "318.413", "min": "289.601", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "19.412", "max": "22.878", "min": "19.088", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "0.044", "max": "0.203", "min": "0.022", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "29.783", "max": "32.3", "min": "29.281", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.722", "max": "138.352", "min": "135.29", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "98.705", "max": "103.545", "min": "98.096", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "100.372", "max": "102.057", "min": "100.113", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "142.948", "max": "144.921", "min": "142.615", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "106.146", "max": "107.218", "min": "105.599", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "54.938", "max": "56.746", "min": "54.575", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "120.512", "max": "121.257", "min": "120.316", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "48.121", "max": "51.263", "min": "47.807", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "42.84", "max": "43.513", "min": "42.668", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "301.236", "max": "302.102", "min": "301.008", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "111.151", "max": "115.121", "min": "110.824", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "172.503", "max": "178.281", "min": "172.1", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "151.313", "max": "159.824", "min": "150.346", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "6.363", "max": "7.85", "min": "6.075", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "10.344", "max": "11.799", "min": "10.14", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "42.354", "max": "46.339", "min": "41.903", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "46.874", "max": "48.543", "min": "46.441", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "27.899", "max": "35.181", "min": "27.392", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "158.458", "max": "165.786", "min": "157.61", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "177.331", "max": "178.627", "min": "177.039", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "45.238", "max": "47.245", "min": "44.937", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "159.47", "max": "164.029", "min": "158.937", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "64.358", "max": "65.217", "min": "64.106", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "44.739", "max": "46.211", "min": "44.293", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "193.345", "max": "196.542", "min": "192.713", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.108", "max": "166.4", "min": "164.898", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "157.628", "max": "167.527", "min": "156.671", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "145.055", "max": "146.423", "min": "144.771", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "114.67", "max": "128.924", "min": "111.962", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "170.537", "max": "173.275", "min": "169.827", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "35.799", "max": "40.182", "min": "35.35", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "62.507", "max": "62.823", "min": "62.278", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "7.861", "max": "9.519", "min": "7.462", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "175.548", "max": "177.304", "min": "175.171", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "43.572", "max": "48.466", "min": "42.564", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "16.718", "max": "26.818", "min": "15.153", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "179.303", "max": "179.886", "min": "179.095", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "280.485", "max": "281.72", "min": "280.114", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "146.205", "max": "147.953", "min": "145.95", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "104.331", "max": "112.831", "min": "103.699", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "158.527", "max": "159.037", "min": "158.236", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "60.433", "max": "69.653", "min": "53.137", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "124.367", "max": "127.829", "min": "124.001", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "171.889", "max": "185.077", "min": "168.869", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "281.773", "max": "282.516", "min": "281.415", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "65.996", "max": "70.511", "min": "65.127", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "331.217", "max": "335.242", "min": "330.792", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.765", "max": "59.727", "min": "58.536", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "33.614", "max": "39.422", "min": "32.969", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "81.745", "max": "84.451", "min": "81.16", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "91.543", "max": "157.6", "min": "86.387", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "217.18", "max": "228.719", "min": "215.637", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "316.596", "max": "319.156", "min": "316.362", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "65.682", "max": "67.381", "min": "65.263", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "53.357", "max": "57.662", "min": "52.893", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "100.952", "max": "104.979", "min": "100.494", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "63.671", "max": "64.044", "min": "63.271", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "228.09", "max": "232.163", "min": "227.222", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "146.933", "max": "150.91", "min": "146.25", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "207.581", "max": "209.303", "min": "207.245", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "164.992", "max": "166.253", "min": "164.656", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "180.77", "max": "187.249", "min": "180.174", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "122.587", "max": "125.323", "min": "122.35", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.637", "max": "69.235", "min": "68.36", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "33.428", "max": "33.998", "min": "33.188", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "122.338", "max": "124.867", "min": "122.017", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "165.021", "max": "165.369", "min": "164.791", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "124.486", "max": "129.258", "min": "123.872", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "117.639", "max": "119.991", "min": "117.314", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "154.958", "max": "158.133", "min": "154.42", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "113.973", "max": "124.34", "min": "112.648", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "229.967", "max": "231.849", "min": "229.425", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "175.632", "max": "177.13", "min": "175.185", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "141.028", "max": "141.298", "min": "140.871", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "85.251", "max": "86.305", "min": "84.864", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "39.352", "max": "43.277", "min": "38.844", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "139.189", "max": "146.937", "min": "138.594", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "123.209", "max": "130.384", "min": "122.685", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "36.583", "max": "37.696", "min": "36.351", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "125.09", "max": "128.852", "min": "123.439", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "167.941", "max": "169.387", "min": "167.578", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "52.534", "max": "56.184", "min": "52.073", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "292.926", "max": "294.53", "min": "292.578", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "101.955", "max": "111.203", "min": "100.709", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "136.995", "max": "139.652", "min": "136.282", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "178.047", "max": "183.92", "min": "177.539", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "160.185", "max": "166.009", "min": "158.664", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.939", "max": "171.318", "min": "169.625", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "121.795", "max": "130.042", "min": "120.917", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "123.834", "max": "126.742", "min": "123.52", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "162.131", "max": "162.805", "min": "161.909", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "73.93", "max": "85.236", "min": "73.233", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "322.713", "max": "325.747", "min": "321.481", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "120.954", "max": "127.947", "min": "119.679", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "345.762", "max": "363.99", "min": "300.521", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "228.117", "max": "233.559", "min": "227.655", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "103.642", "max": "105.777", "min": "103.324", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "120.687", "max": "121.743", "min": "120.437", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "161.689", "max": "164.704", "min": "161.331", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "321.335", "max": "322.123", "min": "321.078", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "280.112", "max": "287.715", "min": "279.516", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "96.246", "max": "97.687", "min": "95.998", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "161.257", "max": "162.826", "min": "160.844", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "390.192", "max": "510.414", "min": "219.009", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "143.823", "max": "222.917", "min": "68.517", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "211.486", "max": "229.317", "min": "210.369", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "242.881", "max": "248.496", "min": "242.336", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "144.158", "max": "153.473", "min": "143.566", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "133.824", "max": "134.627", "min": "133.406", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "132.473", "max": "136.83", "min": "132.023", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "203.024", "max": "375.183", "min": "125.511", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "256.329", "max": "257.651", "min": "256.045", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "28.424", "max": "244.663", "min": "17.546", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "8.722", "max": "11.912", "min": "8.45", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "10.777", "max": "14.693", "min": "9.936", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "99.533", "max": "101.072", "min": "99.272", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "196.678", "max": "201.637", "min": "196.289", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "131.886", "max": "135.55", "min": "131.426", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "183.738", "max": "185.713", "min": "183.38", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "125.513", "max": "126.534", "min": "125.266", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "117.107", "max": "120.123", "min": "116.683", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "119.58", "max": "120.933", "min": "119.205", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "310.465", "max": "311.652", "min": "309.842", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "153.301", "max": "156.474", "min": "152.756", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "95.779", "max": "97.789", "min": "95.452", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "148.012", "max": "159.283", "min": "146.276", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "132.896", "max": "133.688", "min": "132.545", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "131.004", "max": "135.139", "min": "130.612", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "103.264", "max": "104.606", "min": "102.916", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "35.617", "max": "38.555", "min": "35.33", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.861", "max": "199.353", "min": "198.481", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "12.32", "max": "14.526", "min": "12.035", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "46.214", "max": "49.673", "min": "45.882", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "198.638", "max": "220.182", "min": "197.521", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "24.74", "max": "27.877", "min": "24.239", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "66.322", "max": "83.611", "min": "65.092", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "164.607", "max": "167.453", "min": "164.234", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "31.73", "max": "33.766", "min": "31.358", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "31.027", "max": "31.57", "min": "30.836", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "33.609", "max": "53.937", "min": "32.054", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "236.299", "max": "239.188", "min": "236.028", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "52.471", "max": "56.521", "min": "51.888", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "37.924", "max": "70.173", "min": "36.537", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "115.043", "max": "116.075", "min": "114.698", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "159.136", "max": "162.427", "min": "158.525", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "7.471", "max": "10.845", "min": "7.11", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "314.174", "max": "359.69", "min": "304.827", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "132.107", "max": "132.593", "min": "131.887", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "262.733", "max": "345.573", "min": "255.696", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "147.466", "max": "150.153", "min": "147.163", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "400.207", "max": "400.798", "min": "399.821", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "18.516", "max": "48.305", "min": "12.587", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "94.61", "max": "98.861", "min": "94.142", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "87.131", "max": "88.094", "min": "86.908", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "190.36", "max": "194.409", "min": "189.743", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "65.077", "max": "69.15", "min": "64.595", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "164.235", "max": "165.972", "min": "163.924", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "264.398", "max": "269.885", "min": "261.011", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "105.757", "max": "107.059", "min": "105.502", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "117.629", "max": "120.929", "min": "117.276", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "38.691", "max": "43.587", "min": "38.015", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "325.769", "max": "331.678", "min": "325.402", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "42.315", "max": "45.707", "min": "41.798", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "41.502", "max": "44.576", "min": "40.904", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "63.218", "max": "86.71", "min": "61.743", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "41.285", "max": "46.164", "min": "40.827", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "31.189", "max": "35.577", "min": "30.282", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "85.852", "max": "87.344", "min": "85.529", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "71.05", "max": "74.087", "min": "70.6", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "32.401", "max": "38.737", "min": "31.697", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.497", "max": "70.632", "min": "68.236", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "22.239", "max": "23.479", "min": "21.898", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "27.324", "max": "36.771", "min": "26.14", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.049", "max": "26.478", "min": "23.799", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "38.242", "max": "44.24", "min": "37.647", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "78.089", "max": "82.459", "min": "77.486", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "52.625", "max": "59.077", "min": "51.707", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "53.309", "max": "70.488", "min": "39.977", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "26.84", "max": "31.242", "min": "26.286", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "79.894", "max": "84.976", "min": "79.309", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "45.104", "max": "54.494", "min": "43.898", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "57.37", "max": "60.251", "min": "56.821", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "28.299", "max": "34.318", "min": "27.432", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "219.577", "max": "221.588", "min": "219.081", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "37.831", "max": "38.76", "min": "37.589", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "38.781", "max": "41.239", "min": "38.419", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "37.022", "max": "37.453", "min": "36.854", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "189.818", "max": "195.111", "min": "188.417", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "63.025", "max": "78.439", "min": "61.981", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "25.057", "max": "36.039", "min": "23.609", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "22.206", "max": "23.673", "min": "21.854", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.742", "max": "25.811", "min": "24.471", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "317.976", "max": "328.827", "min": "316.367", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "99.476", "max": "104.072", "min": "98.456", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "224.471", "max": "243.742", "min": "219.584", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "170.552", "max": "178.059", "min": "170.028", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "25.562", "max": "27.282", "min": "25.287", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "117.333", "max": "143.608", "min": "115.221", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "187.17", "max": "188.073", "min": "186.874", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "57.126", "max": "60.349", "min": "56.649", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "74.082", "max": "74.914", "min": "73.845", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "35.223", "max": "36.338", "min": "34.805", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "25.593", "max": "26.445", "min": "25.237", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "178.42", "max": "178.964", "min": "178.236", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "203.677", "max": "210.27", "min": "203.01", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "279.591", "max": "431.859", "min": "273.88", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "99.924", "max": "101.14", "min": "99.699", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "40.444", "max": "41.628", "min": "40.187", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "102.738", "max": "106.02", "min": "102.402", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "40.884", "max": "41.367", "min": "40.729", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "258.356", "max": "297.416", "min": "256.588", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "151.27", "max": "156.139", "min": "147.99", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "45.24", "max": "46.829", "min": "44.91", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "66.908", "max": "70.425", "min": "65.978", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "177.41", "max": "180.034", "min": "176.367", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "122.205", "max": "123.862", "min": "121.711", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "249.78", "max": "251.862", "min": "249.411", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "81.488", "max": "87.741", "min": "80.904", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "62.749", "max": "64.029", "min": "62.443", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "26.77", "max": "30.885", "min": "26.021", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "85.477", "max": "89.396", "min": "85.048", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "107.162", "max": "108.313", "min": "106.708", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "111.606", "max": "114.496", "min": "111.263", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "86.581", "max": "100.254", "min": "84.314", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "199.747", "max": "209.207", "min": "198.97", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "110.109", "max": "111.755", "min": "109.13", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "82.296", "max": "83.369", "min": "81.988", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "120.7", "max": "122.849", "min": "120.349", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "39.69", "max": "45.581", "min": "38.984", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "183.108", "max": "187.03", "min": "182.548", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "212.381", "max": "212.381", "min": "212.381", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "34.503", "max": "49.949", "min": "33.766", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "32.029", "max": "36.533", "min": "31.578", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "130.352", "max": "260.476", "min": "125.379", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "55.067", "max": "67.852", "min": "46.776", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "52.835", "max": "56.888", "min": "52.256", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "161.438", "max": "162.326", "min": "161.176", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "56.113", "max": "58.912", "min": "55.43", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "139.232", "max": "148.128", "min": "138.679", "id": "10", "country": "Sweden", "source_name": "Stockholm", "destination_name": "Lansing", "destination_id": "295" } } }, "11": { "name": "London", "data": { "0": { "avg": "198.077", "max": "198.489", "min": "197.763", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "261.127", "max": "266.028", "min": "260.699", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.52", "max": "90.963", "min": "90.245", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "27.147", "max": "33.97", "min": "26.474", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "8.802", "max": "12.023", "min": "8.183", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "219.423", "max": "219.648", "min": "219.169", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "6.356", "max": "6.786", "min": "6.001", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "266.348", "max": "278.841", "min": "265.013", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "46.326", "max": "47.135", "min": "46.068", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "29.511", "max": "30.473", "min": "29.078", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "0.037", "max": "0.084", "min": "0", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "123.657", "max": "124.158", "min": "123.246", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "71.167", "max": "73.746", "min": "70.663", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "78.711", "max": "79.542", "min": "78.346", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "95.368", "max": "95.95", "min": "95.112", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "76.302", "max": "79.515", "min": "75.809", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "27.966", "max": "28.374", "min": "27.652", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "86.562", "max": "87.068", "min": "86.205", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "18.891", "max": "19.265", "min": "18.557", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "30.689", "max": "30.983", "min": "30.436", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "276.44", "max": "276.852", "min": "276.122", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "86.248", "max": "86.77", "min": "85.922", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "149.139", "max": "149.743", "min": "148.806", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "129.413", "max": "138.006", "min": "128.755", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.344", "max": "35.768", "min": "33.89", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "16.848", "max": "18.879", "min": "16.415", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "23.518", "max": "25.749", "min": "23.018", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "33.101", "max": "33.628", "min": "32.799", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.259", "max": "14.519", "min": "14.024", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "134.38", "max": "135.28", "min": "134.047", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "169.577", "max": "169.922", "min": "169.368", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "31.109", "max": "31.407", "min": "30.788", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "132.798", "max": "133.464", "min": "132.451", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "48.864", "max": "49.764", "min": "48.617", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "28.018", "max": "31.483", "min": "27.492", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "196.854", "max": "198.961", "min": "196.328", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "136.092", "max": "136.93", "min": "135.729", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "126.512", "max": "128.334", "min": "126.123", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.177", "max": "109.854", "min": "107.957", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "79.838", "max": "83.84", "min": "79.239", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "143.289", "max": "145.738", "min": "142.669", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "10.258", "max": "11.587", "min": "9.64", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "52.676", "max": "53.124", "min": "52.29", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.724", "max": "34.079", "min": "33.404", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "142.328", "max": "142.701", "min": "142.03", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "31.176", "max": "32.868", "min": "30.479", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "29.104", "max": "30.732", "min": "28.633", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "152.837", "max": "153.379", "min": "152.558", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "231.182", "max": "231.83", "min": "230.835", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "122.423", "max": "122.678", "min": "122.171", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "84.468", "max": "87.184", "min": "84.089", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "138.8", "max": "139.135", "min": "138.481", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "48.397", "max": "89.245", "min": "4.258", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "100.645", "max": "101.193", "min": "100.276", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "196.37", "max": "204.215", "min": "193.559", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "197.177", "max": "197.861", "min": "196.841", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.408", "max": "42.026", "min": "37.63", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "298.527", "max": "323.988", "min": "297.259", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "49.373", "max": "49.859", "min": "49.067", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "15.617", "max": "15.989", "min": "15.292", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.041", "max": "63.88", "min": "62.337", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "62.605", "max": "122.896", "min": "55.33", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "204.152", "max": "299.858", "min": "190.566", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "241.195", "max": "241.552", "min": "240.915", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "44.554", "max": "44.815", "min": "44.349", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.747", "max": "36.153", "min": "35.404", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "69.757", "max": "71.119", "min": "69.279", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "50.852", "max": "51.152", "min": "50.499", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "199.305", "max": "203.634", "min": "198.264", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "121.328", "max": "122.036", "min": "120.951", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "220.804", "max": "222.835", "min": "220.286", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "136.471", "max": "137.228", "min": "136.131", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "138.884", "max": "139.826", "min": "138.601", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "95.479", "max": "95.932", "min": "95.244", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "38.232", "max": "39.906", "min": "37.908", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "41.225", "max": "103.721", "min": "6.709", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "92.344", "max": "92.781", "min": "91.931", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "143.346", "max": "147.73", "min": "142.814", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "85.091", "max": "92.448", "min": "84.556", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "93.454", "max": "93.806", "min": "93.152", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "139.884", "max": "140.37", "min": "139.575", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "88.564", "max": "89.047", "min": "88.285", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "188.331", "max": "190.868", "min": "187.75", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "152.328", "max": "153.863", "min": "151.964", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "127.338", "max": "127.636", "min": "127.106", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "63.978", "max": "65.229", "min": "63.455", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "9.648", "max": "11.383", "min": "9.164", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "98.146", "max": "98.791", "min": "97.78", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "92.102", "max": "94.285", "min": "91.714", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "6.661", "max": "12.883", "min": "5.926", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "100.012", "max": "102.963", "min": "99.382", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "141.482", "max": "142.167", "min": "141.048", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "28.807", "max": "29.589", "min": "28.47", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "251.221", "max": "253.059", "min": "250.78", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "81.915", "max": "82.186", "min": "81.631", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "108.261", "max": "109.637", "min": "107.821", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "162.55", "max": "163.595", "min": "162.231", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "127.24", "max": "129.6", "min": "126.704", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "146.879", "max": "147.612", "min": "146.554", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "86.154", "max": "89.284", "min": "85.645", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "99.221", "max": "99.705", "min": "98.935", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "135.161", "max": "135.585", "min": "134.932", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "48.275", "max": "49.136", "min": "47.904", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "319.768", "max": "326.076", "min": "318.766", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "94.282", "max": "94.783", "min": "93.927", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "315.529", "max": "329.914", "min": "270.238", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "165.584", "max": "167.815", "min": "165.198", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "75.065", "max": "76.713", "min": "74.648", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "90.857", "max": "92.855", "min": "90.605", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "147.9", "max": "150.326", "min": "147.462", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "263.769", "max": "267.559", "min": "263.39", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "269.917", "max": "270.202", "min": "269.593", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "69.433", "max": "70.585", "min": "69.044", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "133.626", "max": "176.889", "min": "131.467", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "358.572", "max": "462.891", "min": "194.893", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "149.584", "max": "236.918", "min": "78.555", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "147.317", "max": "148.346", "min": "146.847", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "226.575", "max": "227.892", "min": "226.196", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "109.819", "max": "111.513", "min": "109.436", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "101.058", "max": "102.702", "min": "100.666", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "108.329", "max": "112.911", "min": "107.828", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "187.156", "max": "342.285", "min": "100.241", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "194.301", "max": "221.223", "min": "178.899", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "49.918", "max": "311.78", "min": "40.26", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "38.017", "max": "38.447", "min": "37.735", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "27.625", "max": "28.777", "min": "26.969", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "69.001", "max": "69.236", "min": "68.679", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.648", "max": "174.156", "min": "173.374", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "192.488", "max": "194.027", "min": "192.112", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "159.604", "max": "162.185", "min": "159.244", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "94.653", "max": "96.898", "min": "94.196", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "96.605", "max": "97.019", "min": "96.348", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "101.829", "max": "102.062", "min": "101.531", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "284.602", "max": "285.996", "min": "283.66", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "118.644", "max": "119.619", "min": "118.423", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "69.696", "max": "70.203", "min": "69.457", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "129.448", "max": "135.08", "min": "128.301", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "121.419", "max": "125.038", "min": "120.997", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "112.297", "max": "112.632", "min": "112.068", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "73.101", "max": "73.644", "min": "72.794", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "27.162", "max": "29.567", "min": "26.586", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "228.471", "max": "230.962", "min": "227.918", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "38.498", "max": "39.77", "min": "38.127", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "33.674", "max": "33.901", "min": "33.403", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "190.83", "max": "199.621", "min": "189.854", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "12.264", "max": "13.18", "min": "11.957", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "44.6", "max": "47.351", "min": "44.12", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "201.718", "max": "202.28", "min": "201.382", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "1.472", "max": "2.986", "min": "1.033", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "3.473", "max": "4.124", "min": "3.152", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.152", "max": "36.809", "min": "15.992", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "233.578", "max": "236.339", "min": "233.132", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "42.655", "max": "44.176", "min": "42.17", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "17.005", "max": "17.789", "min": "16.651", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "77.782", "max": "78.649", "min": "77.46", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "136.036", "max": "136.437", "min": "135.696", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "54.836", "max": "56.204", "min": "54.194", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "295.078", "max": "336.871", "min": "288.624", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "108.052", "max": "108.705", "min": "107.771", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "235.922", "max": "323.402", "min": "228.418", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "111.951", "max": "112.532", "min": "111.616", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "375.236", "max": "376.755", "min": "374.604", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "36.294", "max": "36.577", "min": "36.026", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "71.74", "max": "85.793", "min": "70.882", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "113.052", "max": "114.074", "min": "112.728", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "156.482", "max": "156.945", "min": "156.26", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "92.179", "max": "92.724", "min": "91.875", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "135.643", "max": "139.312", "min": "135.129", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "234.727", "max": "244.189", "min": "205.909", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.718", "max": "77.295", "min": "76.395", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "87.553", "max": "87.812", "min": "87.204", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.422", "max": "16.009", "min": "14.005", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "151.932", "max": "152.241", "min": "151.705", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "10.507", "max": "13.044", "min": "10.103", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "32.081", "max": "32.499", "min": "31.731", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "35.267", "max": "47.65", "min": "34.38", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "26.595", "max": "27.285", "min": "26.219", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "5.493", "max": "6.063", "min": "5.148", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "60.743", "max": "67.831", "min": "60.254", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "49.095", "max": "49.825", "min": "48.829", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "68.195", "max": "74.927", "min": "67.612", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "51.366", "max": "54.405", "min": "50.893", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "7.265", "max": "16.387", "min": "6.585", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "8.94", "max": "9.55", "min": "8.705", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "6.776", "max": "9.657", "min": "6.463", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "37.016", "max": "72.074", "min": "35.497", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.519", "max": "59.435", "min": "54.975", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "32.507", "max": "38.639", "min": "31.725", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "39.607", "max": "93.928", "min": "14.693", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "10.479", "max": "10.861", "min": "10.142", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "63.708", "max": "64.497", "min": "63.434", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "52.818", "max": "53.294", "min": "52.568", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "50.49", "max": "50.931", "min": "50.081", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "7.318", "max": "8.018", "min": "6.9", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "197.812", "max": "200.134", "min": "197.25", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "20.09", "max": "20.382", "min": "19.83", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "25.895", "max": "27.388", "min": "25.611", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.487", "max": "25.962", "min": "25.245", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "151.99", "max": "157.427", "min": "150.361", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "55.498", "max": "55.921", "min": "55.217", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "9.718", "max": "26.395", "min": "8.653", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "8.724", "max": "11.44", "min": "8.26", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "5.814", "max": "6.145", "min": "5.564", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "288.039", "max": "297.029", "min": "285.993", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "73.661", "max": "79.491", "min": "72.755", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "217.568", "max": "221.253", "min": "210.654", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "186.599", "max": "188.3", "min": "186.101", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "10.844", "max": "11.096", "min": "10.533", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "147.328", "max": "148.229", "min": "147.067", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "161.249", "max": "162.26", "min": "160.788", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "34.326", "max": "34.729", "min": "33.991", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "64.007", "max": "65.846", "min": "63.666", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "4.492", "max": "5.744", "min": "4.173", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "8.162", "max": "10.016", "min": "7.875", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "90.739", "max": "90.954", "min": "90.521", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "105.294", "max": "105.589", "min": "105.019", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "304.769", "max": "307.408", "min": "304.104", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "70.375", "max": "70.725", "min": "70.067", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "18.707", "max": "18.997", "min": "18.416", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "75.45", "max": "75.721", "min": "75.189", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "29.598", "max": "29.913", "min": "29.426", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "224.415", "max": "225.031", "min": "224.16", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "132.284", "max": "134.963", "min": "129.018", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "21.312", "max": "21.912", "min": "20.933", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "39.629", "max": "40.712", "min": "38.837", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "158.501", "max": "164.976", "min": "156.921", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "97.08", "max": "98.318", "min": "96.627", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "247.783", "max": "249.003", "min": "247.246", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "89.954", "max": "90.378", "min": "89.597", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "45.475", "max": "45.873", "min": "45.175", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "10.634", "max": "10.903", "min": "10.45", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "64.818", "max": "65.718", "min": "64.496", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "85.682", "max": "87.35", "min": "85.154", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "79.788", "max": "81.978", "min": "79.355", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "61.263", "max": "63.614", "min": "59.992", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "165.013", "max": "165.889", "min": "163.777", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "86.433", "max": "88.352", "min": "85.6", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "63.988", "max": "73.925", "min": "63.182", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "96.352", "max": "96.61", "min": "96.004", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "12.769", "max": "18.562", "min": "12.231", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "261.042", "max": "262.683", "min": "259.309", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "176.036", "max": "176.036", "min": "176.036", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "4.157", "max": "4.724", "min": "3.778", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "16.016", "max": "16.302", "min": "15.76", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "100.345", "max": "220.021", "min": "95.752", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "17.865", "max": "27.712", "min": "10.23", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.767", "max": "29.211", "min": "28.404", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "188.94", "max": "193.468", "min": "188.302", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "89.527", "max": "90.504", "min": "89.16", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "97.351", "max": "97.812", "min": "97.1", "id": "11", "country": "United Kingdom", "source_name": "London", "destination_name": "Lansing", "destination_id": "295" } } }, "17": { "name": "Barcelona", "data": { "0": { "avg": "191.079", "max": "191.323", "min": "190.787", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "226.856", "max": "227.358", "min": "226.451", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "108.527", "max": "109.523", "min": "108.311", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "41.733", "max": "48.386", "min": "40.911", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "22.599", "max": "22.813", "min": "22.363", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "237.839", "max": "238.136", "min": "237.603", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "29.506", "max": "29.779", "min": "29.244", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "261.585", "max": "277.504", "min": "260.471", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "67.405", "max": "67.707", "min": "67.186", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "55.002", "max": "57.427", "min": "54.592", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "28.087", "max": "28.436", "min": "27.74", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "133.912", "max": "154.307", "min": "133.038", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "103.926", "max": "104.157", "min": "103.65", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "104.981", "max": "105.582", "min": "104.656", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "115.406", "max": "115.787", "min": "115.155", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.233", "max": "95.836", "min": "94.843", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "0.026", "max": "0.054", "min": "0.018", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "111.644", "max": "111.919", "min": "111.392", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "34.929", "max": "35.243", "min": "34.67", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "25.329", "max": "25.63", "min": "25.11", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "255.918", "max": "256.106", "min": "255.737", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "109.764", "max": "112.284", "min": "109.435", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "159.588", "max": "159.892", "min": "159.302", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "162.207", "max": "163.211", "min": "161.965", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "50.947", "max": "53.799", "min": "50.633", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "35.56", "max": "40.079", "min": "35.175", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "54.571", "max": "58.355", "min": "54.116", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "36.237", "max": "36.523", "min": "36.051", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "31.978", "max": "32.231", "min": "31.703", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "156.001", "max": "156.352", "min": "155.68", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "149.66", "max": "149.916", "min": "149.391", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "40.699", "max": "41.018", "min": "40.429", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "150.028", "max": "151.178", "min": "149.831", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "58.905", "max": "59.164", "min": "58.71", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "30.789", "max": "31.196", "min": "30.452", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "167.95", "max": "168.659", "min": "167.643", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "156.754", "max": "156.951", "min": "156.605", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "152.712", "max": "153.135", "min": "152.455", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "120.913", "max": "121.17", "min": "120.7", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "100.44", "max": "100.919", "min": "100.107", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "167.372", "max": "169.274", "min": "167.033", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "40.039", "max": "42.973", "min": "39.366", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "15.961", "max": "16.331", "min": "15.707", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "50.717", "max": "53.177", "min": "50.424", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "144.297", "max": "144.559", "min": "144.052", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "41.161", "max": "41.782", "min": "40.515", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "64.057", "max": "64.418", "min": "63.799", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "175.627", "max": "175.97", "min": "175.386", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "246.731", "max": "247.071", "min": "245.799", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "125.165", "max": "125.435", "min": "125.001", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "103.759", "max": "104.786", "min": "103.516", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "167.072", "max": "167.432", "min": "166.685", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.597", "max": "67.546", "min": "38.551", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "118.918", "max": "119.149", "min": "118.745", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "157.614", "max": "167.34", "min": "154.301", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "293.19", "max": "293.564", "min": "292.849", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "14.331", "max": "16.013", "min": "13.321", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "303.724", "max": "304.078", "min": "303.541", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "49.46", "max": "50.01", "min": "49.183", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "35.226", "max": "35.463", "min": "34.99", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "71.68", "max": "72.334", "min": "71.147", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "40.428", "max": "75.339", "min": "38.021", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "182.724", "max": "261.126", "min": "176.207", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "199.735", "max": "199.984", "min": "199.537", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "66.505", "max": "67.745", "min": "66.268", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "49.855", "max": "50.141", "min": "49.667", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "101.115", "max": "101.913", "min": "100.868", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "53.064", "max": "53.366", "min": "52.599", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "234.543", "max": "236.566", "min": "233.65", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "133.154", "max": "137.79", "min": "132.735", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "319.455", "max": "321.172", "min": "318.974", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "155.595", "max": "157.379", "min": "155.198", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "162.945", "max": "164.64", "min": "162.638", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.868", "max": "114.189", "min": "113.633", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "71.178", "max": "72.629", "min": "70.895", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "30.843", "max": "31.104", "min": "30.674", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.984", "max": "102.23", "min": "101.752", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "158.152", "max": "158.416", "min": "157.866", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "113.672", "max": "114.112", "min": "113.393", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "106.605", "max": "107.008", "min": "106.344", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "163.04", "max": "163.287", "min": "162.798", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "116.688", "max": "116.958", "min": "116.45", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "232.843", "max": "233.801", "min": "225.06", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "170.355", "max": "170.885", "min": "170.064", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "164.553", "max": "164.853", "min": "164.38", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "86.464", "max": "88.252", "min": "85.889", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "38.178", "max": "39.576", "min": "37.769", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "116.205", "max": "120.338", "min": "115.808", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "158.296", "max": "159.172", "min": "158.033", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "35.654", "max": "39.64", "min": "34.989", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "124.776", "max": "126.588", "min": "124.289", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "164.013", "max": "164.486", "min": "163.665", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "8.836", "max": "9.106", "min": "8.652", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "282.298", "max": "282.654", "min": "282.05", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "102.928", "max": "103.171", "min": "102.712", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "134.331", "max": "134.565", "min": "134.045", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "176.57", "max": "176.95", "min": "176.323", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "162.625", "max": "168.847", "min": "160.896", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "166.046", "max": "166.325", "min": "165.761", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "115.427", "max": "117.379", "min": "115.054", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "122.203", "max": "122.445", "min": "122.009", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "171.999", "max": "172.294", "min": "171.677", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "69.393", "max": "71.209", "min": "69.065", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "316.992", "max": "323.121", "min": "316.107", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "121.035", "max": "121.388", "min": "120.754", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "337.364", "max": "379.311", "min": "306.002", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "189.087", "max": "192.359", "min": "188.809", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "103.735", "max": "103.897", "min": "103.514", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "110.705", "max": "110.945", "min": "110.502", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "149.297", "max": "149.535", "min": "148.987", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "266.229", "max": "268.602", "min": "265.825", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "276.31", "max": "276.693", "min": "276.066", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "100.849", "max": "101.115", "min": "100.608", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "122.068", "max": "123.468", "min": "121.711", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "403.415", "max": "511.343", "min": "209.708", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "176.578", "max": "292.488", "min": "80.268", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "160.691", "max": "164.011", "min": "160.159", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "227.008", "max": "227.855", "min": "226.647", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "128.975", "max": "129.246", "min": "128.643", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "122.777", "max": "124.033", "min": "122.375", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "140.548", "max": "141.169", "min": "140.236", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "197.132", "max": "337.603", "min": "118.338", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "213.474", "max": "214.374", "min": "213.244", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "60.543", "max": "191.647", "min": "53.45", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "53.621", "max": "53.85", "min": "53.416", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "43.31", "max": "44.54", "min": "42.605", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "101.329", "max": "101.906", "min": "100.557", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "157.019", "max": "157.49", "min": "156.817", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "135.728", "max": "136.708", "min": "135.454", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "202.469", "max": "209.606", "min": "201.793", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.741", "max": "118.569", "min": "117.441", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "119.67", "max": "119.894", "min": "119.393", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "125.136", "max": "125.473", "min": "124.887", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "288.305", "max": "289.748", "min": "287.537", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "140.766", "max": "141.049", "min": "140.555", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "102.736", "max": "103.054", "min": "102.493", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "148.213", "max": "154.753", "min": "147.029", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "135.444", "max": "135.788", "min": "135.167", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "129.202", "max": "129.479", "min": "128.962", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "104.176", "max": "104.758", "min": "103.962", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "41.368", "max": "41.695", "min": "41.131", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "186.824", "max": "187.935", "min": "186.318", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "52.329", "max": "52.78", "min": "52.122", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "35.274", "max": "35.52", "min": "35.055", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "205.887", "max": "213.161", "min": "205.168", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "29.28", "max": "29.984", "min": "28.987", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.128", "max": "49.069", "min": "47.716", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "163.575", "max": "163.948", "min": "163.359", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "26.079", "max": "26.502", "min": "25.846", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "27.792", "max": "27.985", "min": "27.614", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "28.599", "max": "48.345", "min": "26.495", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "228.185", "max": "228.473", "min": "227.947", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "48.044", "max": "49.421", "min": "47.747", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "27.27", "max": "27.812", "min": "26.874", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "106.878", "max": "107.19", "min": "106.641", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "179.819", "max": "180.138", "min": "179.587", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "55.576", "max": "58.076", "min": "55.226", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "252.361", "max": "297.411", "min": "246.052", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "136.465", "max": "136.871", "min": "136.277", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "256.013", "max": "340.165", "min": "247.304", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "123.528", "max": "123.834", "min": "123.399", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "190.838", "max": "191.206", "min": "190.549", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "46.816", "max": "47.101", "min": "46.593", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "95.889", "max": "96.49", "min": "95.611", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "125.49", "max": "125.806", "min": "125.293", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "164.439", "max": "164.686", "min": "164.265", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "106.85", "max": "107.112", "min": "106.6", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "162.001", "max": "162.77", "min": "161.745", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "270.395", "max": "279.434", "min": "269.3", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "104.515", "max": "104.673", "min": "104.365", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "107.455", "max": "107.801", "min": "107.256", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "26.036", "max": "30.276", "min": "25.579", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "190.842", "max": "191.084", "min": "190.596", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "35.626", "max": "35.846", "min": "35.471", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "34.03", "max": "40.1", "min": "33.452", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "22.904", "max": "44.609", "min": "21.709", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "22.286", "max": "22.586", "min": "22.067", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "34.118", "max": "34.723", "min": "33.796", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.712", "max": "70.145", "min": "68.347", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "60.695", "max": "61.48", "min": "60.5", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "75.355", "max": "75.595", "min": "75.153", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "35.154", "max": "35.73", "min": "34.891", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "30.694", "max": "36.209", "min": "30.29", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "39.912", "max": "40.151", "min": "39.656", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "27.838", "max": "28.197", "min": "27.601", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "33.842", "max": "35.842", "min": "33.521", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "83.386", "max": "83.863", "min": "82.964", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "41.425", "max": "65.534", "min": "38.996", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "59.227", "max": "103.843", "min": "30.624", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "35.199", "max": "36.029", "min": "34.986", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "71.109", "max": "71.675", "min": "70.787", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.89", "max": "47.174", "min": "46.658", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "46.9", "max": "47.488", "min": "46.394", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "31.588", "max": "32.557", "min": "31.288", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "252.626", "max": "255.908", "min": "252.16", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "31.441", "max": "31.649", "min": "31.179", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "17.677", "max": "17.996", "min": "17.419", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "62.97", "max": "63.163", "min": "62.784", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "185.666", "max": "193.363", "min": "183.711", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "71.813", "max": "72.252", "min": "71.576", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "42.159", "max": "47.8", "min": "41.545", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "30.177", "max": "30.78", "min": "29.885", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "28.704", "max": "29.013", "min": "28.455", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "328.356", "max": "339.893", "min": "326.744", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "105.859", "max": "110.983", "min": "105.027", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "229.199", "max": "233.331", "min": "224.652", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "190.587", "max": "197.149", "min": "189.917", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "32.867", "max": "33.09", "min": "32.66", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "161.154", "max": "161.539", "min": "160.984", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.614", "max": "179.922", "min": "179.179", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "24.217", "max": "24.451", "min": "23.938", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "81.861", "max": "82.413", "min": "81.526", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "28.339", "max": "29.37", "min": "27.875", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "30.884", "max": "32.83", "min": "30.561", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "117.205", "max": "117.397", "min": "117.028", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "117.573", "max": "117.846", "min": "117.341", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "179.776", "max": "268.107", "min": "173.394", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "106.375", "max": "106.694", "min": "106.164", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "21.197", "max": "21.647", "min": "20.92", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "101.606", "max": "101.983", "min": "101.409", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "32.365", "max": "32.564", "min": "32.196", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "233.649", "max": "617.914", "min": "220.037", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "132.151", "max": "135.571", "min": "129.767", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.822", "max": "31.996", "min": "31.537", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "51.042", "max": "52.576", "min": "49.964", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "163.331", "max": "198.96", "min": "160.598", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "228.611", "max": "231.615", "min": "228.085", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "224.363", "max": "224.76", "min": "224.003", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "108.513", "max": "109.625", "min": "108.155", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "46.726", "max": "49.808", "min": "46.422", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "31.04", "max": "31.345", "min": "30.844", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "32.861", "max": "33.102", "min": "32.687", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "111.692", "max": "115.798", "min": "111.181", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "103.062", "max": "103.965", "min": "102.812", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "61.182", "max": "69.086", "min": "59.104", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "173.791", "max": "174.873", "min": "173.43", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "110.347", "max": "111.627", "min": "109.401", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "77.46", "max": "77.925", "min": "77.174", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "122.846", "max": "123.221", "min": "122.425", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "38.219", "max": "39.252", "min": "37.86", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "206.722", "max": "208.069", "min": "200.264", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.918", "max": "184.918", "min": "184.918", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "28.441", "max": "28.647", "min": "28.237", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "29.265", "max": "29.547", "min": "29.015", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.726", "max": "128.824", "min": "127.414", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "43.001", "max": "50.985", "min": "34.764", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "41.76", "max": "42.096", "min": "41.471", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "118.511", "max": "121.826", "min": "118.015", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "103.052", "max": "105.592", "min": "102.693", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "117.122", "max": "117.358", "min": "116.972", "id": "17", "country": "Spain", "source_name": "Barcelona", "destination_name": "Lansing", "destination_id": "295" } } }, "19": { "name": "Dublin", "data": { "0": { "avg": "214.08", "max": "214.29", "min": "213.78", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "248.983", "max": "256.132", "min": "248.404", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "104.057", "max": "104.21", "min": "103.875", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "40.365", "max": "46.199", "min": "39.488", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "17.585", "max": "17.824", "min": "17.405", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "258.045", "max": "258.562", "min": "257.803", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "20.171", "max": "20.938", "min": "20.005", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "374.619", "max": "381.447", "min": "373.556", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "62.753", "max": "63.187", "min": "62.47", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "48.333", "max": "52.652", "min": "47.77", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "18.966", "max": "19.3", "min": "18.744", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "133.319", "max": "151.804", "min": "132.501", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "79.856", "max": "80.047", "min": "79.613", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "84.97", "max": "85.29", "min": "84.69", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "121.628", "max": "127.936", "min": "121.131", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.791", "max": "96.353", "min": "95.073", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "34.874", "max": "35.214", "min": "34.605", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "99.564", "max": "99.813", "min": "99.402", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "0.052", "max": "0.071", "min": "0.018", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "35.232", "max": "35.451", "min": "35.012", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "362.622", "max": "362.845", "min": "362.453", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "98.879", "max": "99.061", "min": "98.656", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "148.984", "max": "149.422", "min": "148.805", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "152.16", "max": "153.762", "min": "151.784", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "37.739", "max": "38.099", "min": "37.535", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "32.344", "max": "32.556", "min": "32.191", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "36.212", "max": "38.33", "min": "35.881", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "36.277", "max": "36.679", "min": "35.952", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "25.443", "max": "25.696", "min": "25.255", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "123.401", "max": "125.454", "min": "122.997", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "252.632", "max": "252.868", "min": "252.418", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.039", "max": "39.561", "min": "38.827", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "150.977", "max": "151.229", "min": "150.746", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "57.745", "max": "58.229", "min": "57.49", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "35.407", "max": "35.815", "min": "35.154", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "207.829", "max": "209.062", "min": "207.447", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "154.167", "max": "154.367", "min": "153.971", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "143.364", "max": "143.548", "min": "143.168", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "120.37", "max": "120.756", "min": "120.115", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "96.445", "max": "97.588", "min": "96.173", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "155.693", "max": "157.7", "min": "155.199", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "20.238", "max": "23.853", "min": "19.649", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "56.694", "max": "56.926", "min": "56.478", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "44.92", "max": "49.802", "min": "44.44", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "145.707", "max": "146.047", "min": "145.511", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "44.948", "max": "45.421", "min": "44.478", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "58.241", "max": "58.506", "min": "57.998", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "160.192", "max": "160.487", "min": "159.985", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "246.101", "max": "246.584", "min": "245.816", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "122.867", "max": "123.063", "min": "122.711", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "74.453", "max": "74.703", "min": "74.319", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "167.218", "max": "168.608", "min": "166.815", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.828", "max": "110.355", "min": "20.918", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "89.466", "max": "89.781", "min": "89.165", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "143.699", "max": "149.895", "min": "140.375", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "359.566", "max": "361.494", "min": "359.204", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "42.68", "max": "44.883", "min": "41.692", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "299.192", "max": "299.372", "min": "299.009", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "74.914", "max": "76.011", "min": "74.536", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "22.816", "max": "23.008", "min": "22.534", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "66.445", "max": "66.949", "min": "65.902", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "76.669", "max": "135.198", "min": "70.624", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "198.566", "max": "276.604", "min": "193.318", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "274.534", "max": "275.678", "min": "274.193", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "62.918", "max": "63.554", "min": "62.684", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "54.99", "max": "55.81", "min": "54.751", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.058", "max": "79.332", "min": "78.877", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "56.801", "max": "57.214", "min": "56.295", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "224.525", "max": "226.546", "min": "223.844", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "122.039", "max": "123.559", "min": "121.743", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "271.665", "max": "272.818", "min": "271.312", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "151.66", "max": "151.988", "min": "151.398", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "161.959", "max": "165.738", "min": "161.541", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.367", "max": "113.556", "min": "113.122", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "65.576", "max": "67.129", "min": "65.248", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "8.903", "max": "9.202", "min": "8.687", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "95.81", "max": "96.021", "min": "95.545", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "140.565", "max": "140.826", "min": "140.319", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "108.498", "max": "109.016", "min": "108.172", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "100.707", "max": "101.45", "min": "100.45", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "155.733", "max": "156.05", "min": "155.52", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "85.072", "max": "85.363", "min": "84.731", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "347.331", "max": "351.015", "min": "344.219", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "155.31", "max": "155.778", "min": "155.013", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "150.17", "max": "150.348", "min": "149.951", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "80.231", "max": "81.965", "min": "79.816", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.966", "max": "27.286", "min": "19.336", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "111.582", "max": "111.865", "min": "111.367", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "105.07", "max": "106.827", "min": "104.756", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "15.341", "max": "21.643", "min": "14.917", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "124.608", "max": "127.863", "min": "123.973", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "156.56", "max": "157.069", "min": "156.267", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.218", "max": "33.343", "min": "32.996", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "271.602", "max": "271.824", "min": "271.314", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "86.969", "max": "87.149", "min": "86.717", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "118.386", "max": "118.801", "min": "118.082", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "170.051", "max": "170.383", "min": "169.819", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "141.406", "max": "147.89", "min": "140.294", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "149.418", "max": "149.606", "min": "149.203", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "96.582", "max": "99.28", "min": "96.151", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "121.178", "max": "121.41", "min": "121.039", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "159.965", "max": "160.202", "min": "159.725", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "64.235", "max": "70.348", "min": "63.719", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "308.216", "max": "311.706", "min": "307.582", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "120.41", "max": "120.858", "min": "120.1", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "356.852", "max": "376.34", "min": "325.587", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "183.17", "max": "184.992", "min": "182.867", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "82.292", "max": "82.489", "min": "82.117", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "109.957", "max": "114.295", "min": "109.598", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "160.449", "max": "162.975", "min": "160.119", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "247.85", "max": "248.774", "min": "247.6", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "277.83", "max": "278.014", "min": "277.651", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "100.045", "max": "100.296", "min": "99.905", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "148.33", "max": "172.235", "min": "146.957", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.779", "max": "497.587", "min": "195.63", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "169.845", "max": "288.792", "min": "95.175", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "153.689", "max": "156.21", "min": "153.124", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "245.658", "max": "246.351", "min": "245.39", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "117.245", "max": "117.505", "min": "117.014", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "121.869", "max": "123.305", "min": "121.551", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "110.443", "max": "111.344", "min": "110.169", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "196.163", "max": "346.531", "min": "114.102", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "193.357", "max": "194", "min": "193.054", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "58.911", "max": "213.882", "min": "53.038", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "52.313", "max": "52.527", "min": "52.148", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "46.725", "max": "47.49", "min": "46.341", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "81.299", "max": "90.585", "min": "80.336", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "251.623", "max": "252.385", "min": "251.302", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "119.053", "max": "119.42", "min": "118.848", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "181.121", "max": "182.384", "min": "180.856", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.576", "max": "117.996", "min": "117.335", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "98.38", "max": "98.65", "min": "98.148", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "86.665", "max": "86.941", "min": "86.326", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "285.521", "max": "286.589", "min": "284.718", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "140.336", "max": "140.547", "min": "140.177", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.999", "max": "74.404", "min": "73.777", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "148.426", "max": "169.453", "min": "146.617", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "117.794", "max": "118.343", "min": "117.578", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "101.62", "max": "101.852", "min": "101.299", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "82.835", "max": "83.721", "min": "82.628", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "39.759", "max": "39.962", "min": "39.52", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "194.991", "max": "195.5", "min": "194.714", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "53.556", "max": "53.739", "min": "53.379", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "35.324", "max": "35.972", "min": "35.025", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "166.14", "max": "183.031", "min": "165.056", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "21.407", "max": "22.596", "min": "21.148", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "59.204", "max": "74.151", "min": "58.424", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "142.952", "max": "143.091", "min": "142.725", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "13.343", "max": "14.116", "min": "13.096", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "12.936", "max": "13.083", "min": "12.764", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "28.46", "max": "39.376", "min": "27.334", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "268.519", "max": "268.73", "min": "268.382", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "51.819", "max": "52.289", "min": "51.568", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "26.599", "max": "27.048", "min": "26.403", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "101.879", "max": "102.479", "min": "101.351", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "125.463", "max": "125.923", "min": "125.202", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "52.122", "max": "52.479", "min": "51.856", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "293.378", "max": "331.646", "min": "286.828", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "111.587", "max": "111.931", "min": "111.43", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "251.269", "max": "344.884", "min": "243.473", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "123.853", "max": "124.139", "min": "123.694", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "298.386", "max": "298.637", "min": "298.227", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "45.344", "max": "45.528", "min": "45.058", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "69.12", "max": "69.446", "min": "68.901", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "130.623", "max": "131.132", "min": "130.403", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "166.906", "max": "167.096", "min": "166.613", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "104.762", "max": "104.981", "min": "104.616", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "135.537", "max": "135.935", "min": "135.313", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "245.124", "max": "247.883", "min": "244.634", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.084", "max": "73.299", "min": "72.752", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "94.161", "max": "94.339", "min": "93.995", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "26.149", "max": "28.296", "min": "25.713", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "148.511", "max": "148.736", "min": "148.309", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "23.61", "max": "23.87", "min": "23.392", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "28.816", "max": "35.301", "min": "28.344", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "40.492", "max": "46.417", "min": "40.041", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "34.367", "max": "34.554", "min": "34.211", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.482", "max": "16.791", "min": "15.049", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "69.379", "max": "69.53", "min": "69.023", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "56.505", "max": "56.689", "min": "56.28", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "78.266", "max": "91.03", "min": "77.412", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "52.804", "max": "53.012", "min": "52.642", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "18.808", "max": "19.198", "min": "18.581", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "28.758", "max": "29.08", "min": "28.612", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "17.061", "max": "17.264", "min": "16.886", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "42.905", "max": "43.107", "min": "42.604", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "70.084", "max": "70.455", "min": "69.762", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "43.119", "max": "54.98", "min": "41.474", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "53.969", "max": "113.143", "min": "27.582", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "10.366", "max": "10.562", "min": "10.246", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "74.31", "max": "74.68", "min": "74.003", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "51.478", "max": "60.942", "min": "50.864", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "55.453", "max": "56.036", "min": "54.889", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "18.539", "max": "34.455", "min": "17.467", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.072", "max": "379.078", "min": "352.054", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "32.603", "max": "32.8", "min": "32.403", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "38.857", "max": "39.096", "min": "38.599", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "37.986", "max": "39.036", "min": "37.799", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "167.597", "max": "175.099", "min": "166.253", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "67.554", "max": "67.812", "min": "67.268", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "16.593", "max": "18.124", "min": "16.27", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "17.613", "max": "18.485", "min": "17.424", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "17.848", "max": "18.136", "min": "17.572", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "265.153", "max": "279.614", "min": "262.411", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "91.374", "max": "95.693", "min": "90.843", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "329.636", "max": "333.42", "min": "315.498", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "160.625", "max": "166.912", "min": "160.076", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "17.347", "max": "17.909", "min": "17.148", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "162.208", "max": "162.869", "min": "162.002", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "151.482", "max": "152.605", "min": "151.102", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "47.714", "max": "48.074", "min": "47.438", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "78.606", "max": "79.463", "min": "78.375", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "14.298", "max": "16.242", "min": "13.825", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "21.564", "max": "22.35", "min": "21.197", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "116.571", "max": "116.764", "min": "116.368", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "117.198", "max": "117.412", "min": "117.058", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "273.619", "max": "358.899", "min": "264.022", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.477", "max": "80.917", "min": "80.254", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "34.499", "max": "34.749", "min": "34.298", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "85.174", "max": "85.341", "min": "84.971", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "36.14", "max": "36.328", "min": "36.039", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "223.28", "max": "596.171", "min": "209.996", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "126.38", "max": "129.653", "min": "123.514", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.494", "max": "31.685", "min": "31.308", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "46.91", "max": "49.075", "min": "46.072", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "155.869", "max": "177.088", "min": "154.167", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "116.962", "max": "117.37", "min": "116.426", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "309.303", "max": "309.528", "min": "309.093", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "98.36", "max": "98.747", "min": "98.084", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "58.76", "max": "59.015", "min": "58.61", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.57", "max": "24.775", "min": "24.4", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "51.102", "max": "51.256", "min": "50.9", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "86.342", "max": "88.316", "min": "85.759", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "102.536", "max": "102.875", "min": "102.321", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "70.182", "max": "73.153", "min": "68.742", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "172.386", "max": "173.73", "min": "172.037", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "85.577", "max": "88.071", "min": "84.432", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "74.934", "max": "76", "min": "74.706", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "101.952", "max": "102.507", "min": "101.619", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "3.178", "max": "3.971", "min": "2.863", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "300.474", "max": "300.925", "min": "299.397", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.433", "max": "184.433", "min": "184.433", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "16.309", "max": "16.492", "min": "16.162", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "30.084", "max": "30.278", "min": "29.884", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "106.325", "max": "115.102", "min": "105.652", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "34.414", "max": "45.448", "min": "27.948", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "46.154", "max": "46.389", "min": "45.995", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "174.975", "max": "175.852", "min": "174.716", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "92.212", "max": "93.765", "min": "91.783", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "117.608", "max": "118.02", "min": "117.422", "id": "19", "country": "Ireland", "source_name": "Dublin", "destination_name": "Lansing", "destination_id": "295" } } }, "20": { "name": "Vienna", "data": { "0": { "avg": "228.191", "max": "228.311", "min": "228.088", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "290.89", "max": "291.911", "min": "290.685", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "108.743", "max": "108.8", "min": "108.675", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "3.03", "max": "10.967", "min": "1.593", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "22.053", "max": "23.138", "min": "21.802", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "233.344", "max": "233.56", "min": "233.246", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "21.429", "max": "22.195", "min": "21.319", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "286.231", "max": "293.699", "min": "285.469", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "57.818", "max": "58.505", "min": "57.715", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "42.816", "max": "43.853", "min": "42.65", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "30.91", "max": "31.703", "min": "30.666", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.874", "max": "136.145", "min": "135.781", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "95.608", "max": "96.209", "min": "95.488", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.133", "max": "112.329", "min": "111.998", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.399", "max": "129.641", "min": "129.28", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "105.125", "max": "105.274", "min": "104.366", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "25.298", "max": "25.953", "min": "25.045", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.63", "max": "114.862", "min": "114.556", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "35.213", "max": "35.397", "min": "35.075", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "0.029", "max": "0.036", "min": "0.013", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "294.386", "max": "294.482", "min": "294.327", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "116.714", "max": "116.766", "min": "116.66", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "169.161", "max": "170.209", "min": "169.039", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "168.931", "max": "169.305", "min": "168.823", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "30.083", "max": "30.356", "min": "29.793", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "33.341", "max": "33.459", "min": "33.28", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "15.804", "max": "16.284", "min": "15.698", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "5.781", "max": "6.184", "min": "5.687", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.183", "max": "14.297", "min": "14.128", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "152.365", "max": "152.804", "min": "152.09", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "171.115", "max": "171.24", "min": "171.035", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.769", "max": "31.026", "min": "30.71", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "159.279", "max": "162.74", "min": "159.037", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "55.56", "max": "55.733", "min": "55.484", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.201", "max": "14.864", "min": "14.029", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "165.108", "max": "166.546", "min": "164.835", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.982", "max": "166.139", "min": "165.922", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "164.051", "max": "164.204", "min": "163.9", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "130.289", "max": "130.677", "min": "130.154", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "102.722", "max": "107.051", "min": "102.295", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "167.82", "max": "170.088", "min": "167.459", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "26.919", "max": "32.384", "min": "26.31", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "54.968", "max": "55.16", "min": "54.822", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "32.263", "max": "32.517", "min": "32.113", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.875", "max": "162.139", "min": "161.76", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "8.955", "max": "9.655", "min": "8.663", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "36.04", "max": "36.846", "min": "35.85", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "180.179", "max": "181.868", "min": "180.026", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "257.382", "max": "257.698", "min": "257.196", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "136.07", "max": "136.186", "min": "136.017", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "98.833", "max": "99.69", "min": "98.677", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "166.059", "max": "166.272", "min": "165.921", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "54.59", "max": "64.953", "min": "47.95", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "126.624", "max": "126.869", "min": "126.391", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "157.515", "max": "165.335", "min": "154.248", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "206.92", "max": "208.23", "min": "206.658", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.57", "max": "41.863", "min": "37.861", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "316.393", "max": "323.43", "min": "315.87", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "17.115", "max": "18.096", "min": "16.795", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "16.652", "max": "17.313", "min": "16.551", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "64.272", "max": "66.115", "min": "63.822", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "70.675", "max": "117.09", "min": "67.479", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "210.666", "max": "296.124", "min": "199.167", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "274.16", "max": "276.255", "min": "273.935", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "47.455", "max": "48.663", "min": "47.331", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "36.964", "max": "37.165", "min": "36.904", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "96.784", "max": "96.886", "min": "96.734", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "30.995", "max": "31.318", "min": "30.633", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "229.011", "max": "230.993", "min": "228.416", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "139.442", "max": "140.717", "min": "139.32", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "192.535", "max": "193.521", "min": "192.345", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "163.692", "max": "165.472", "min": "163.447", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "175.53", "max": "178.161", "min": "175.272", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "119.48", "max": "119.52", "min": "119.442", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "70.068", "max": "71.187", "min": "69.907", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "30.245", "max": "31.073", "min": "30.093", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "116.737", "max": "116.854", "min": "116.6", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "156.623", "max": "161.19", "min": "156.251", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "114.691", "max": "115.077", "min": "114.471", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "115.827", "max": "116.042", "min": "115.711", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.906", "max": "162.259", "min": "161.769", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "107.06", "max": "107.448", "min": "106.77", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "350.288", "max": "350.668", "min": "350.047", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "154.245", "max": "154.536", "min": "154.071", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "148.005", "max": "148.076", "min": "147.943", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "80.88", "max": "81.812", "min": "80.502", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "38.529", "max": "38.991", "min": "38.301", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "125.347", "max": "125.504", "min": "125.274", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "124.79", "max": "125.531", "min": "124.639", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "27.331", "max": "33.605", "min": "27.013", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "129.506", "max": "131.063", "min": "128.893", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "171.002", "max": "171.825", "min": "170.784", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "44.498", "max": "44.529", "min": "44.466", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "299.684", "max": "301.486", "min": "299.431", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "108.412", "max": "108.529", "min": "108.343", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "125.322", "max": "125.933", "min": "125.122", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "177.427", "max": "177.691", "min": "177.173", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "156.806", "max": "200.252", "min": "153.474", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "158.208", "max": "158.388", "min": "158.111", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "117.456", "max": "118.824", "min": "117.272", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "133.309", "max": "134.61", "min": "133.189", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "179.001", "max": "179.275", "min": "178.839", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "38.257", "max": "39.624", "min": "38.086", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "325.654", "max": "335.003", "min": "324.874", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "125.433", "max": "125.827", "min": "125.27", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "187.933", "max": "188.946", "min": "187.763", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "94.99", "max": "95.17", "min": "94.841", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "121.532", "max": "121.654", "min": "121.445", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "142.447", "max": "143.001", "min": "142.359", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "310.582", "max": "311.259", "min": "310.426", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "291.651", "max": "292.154", "min": "291.565", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "97.754", "max": "97.836", "min": "97.678", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "132.365", "max": "136.497", "min": "132.048", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.82", "max": "507.93", "min": "222.357", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "125.448", "max": "262.156", "min": "38.113", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "192.311", "max": "197.731", "min": "191.578", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "279.452", "max": "280.774", "min": "279.262", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "133.627", "max": "133.755", "min": "133.513", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "134.376", "max": "135.016", "min": "134.133", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "128.149", "max": "136.65", "min": "127.589", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "215.537", "max": "380.502", "min": "133.648", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "216.283", "max": "217.045", "min": "216.17", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "30.227", "max": "60.444", "min": "28.754", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "33.431", "max": "33.53", "min": "33.372", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "42.111", "max": "43.476", "min": "41.295", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "104.513", "max": "104.844", "min": "104.405", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "190.124", "max": "190.488", "min": "189.976", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "153.787", "max": "154.272", "min": "153.627", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "189.445", "max": "190.659", "min": "189.308", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "126.625", "max": "126.771", "min": "126.541", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "116.646", "max": "116.901", "min": "116.488", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "115.865", "max": "116.035", "min": "115.606", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "297.908", "max": "299.237", "min": "297.364", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "143.455", "max": "143.586", "min": "143.405", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "89.205", "max": "89.332", "min": "89.104", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "151.151", "max": "159.037", "min": "149.811", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "138.18", "max": "138.825", "min": "138.101", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "125.93", "max": "126.217", "min": "125.801", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "92.074", "max": "92.197", "min": "91.97", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "1.71", "max": "2.02", "min": "1.593", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "180.491", "max": "181.771", "min": "180.054", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "54.556", "max": "55.743", "min": "54.412", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "6.103", "max": "6.28", "min": "6.018", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "195.352", "max": "195.999", "min": "195.025", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "15.782", "max": "16.364", "min": "15.546", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "17.232", "max": "22.489", "min": "16.868", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "155.338", "max": "156.306", "min": "155.219", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "25.525", "max": "25.833", "min": "25.452", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "32.403", "max": "32.527", "min": "32.345", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "9.946", "max": "23.584", "min": "8.654", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "276.576", "max": "276.664", "min": "276.527", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "15.805", "max": "16.892", "min": "15.65", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "17.775", "max": "56.413", "min": "16.286", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "104.802", "max": "104.932", "min": "104.743", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "153.034", "max": "153.836", "min": "152.755", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "38.713", "max": "40.366", "min": "38.347", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "315.449", "max": "360.867", "min": "307.5", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "135.931", "max": "136.142", "min": "135.735", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "267.225", "max": "342.718", "min": "258.902", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "139.434", "max": "139.636", "min": "139.333", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "406.862", "max": "407.215", "min": "406.426", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "22.264", "max": "22.624", "min": "22.091", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "88.897", "max": "89.121", "min": "88.788", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "94.486", "max": "95.074", "min": "94.346", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "186.662", "max": "186.724", "min": "186.623", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "107.261", "max": "107.584", "min": "107.15", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "149.643", "max": "150.171", "min": "149.518", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "304.156", "max": "320.919", "min": "288.315", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "107.468", "max": "107.765", "min": "107.336", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "115.893", "max": "115.919", "min": "115.846", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.143", "max": "17.494", "min": "13.845", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "334.406", "max": "364.101", "min": "314.344", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "38.706", "max": "41.244", "min": "38.555", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "15.843", "max": "16.302", "min": "15.572", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "37.35", "max": "47.679", "min": "36.797", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "20.843", "max": "21", "min": "20.785", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "31.625", "max": "33.724", "min": "31.226", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.379", "max": "68.973", "min": "68.212", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "24.451", "max": "24.64", "min": "24.371", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "77.788", "max": "78.006", "min": "77.723", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "44.932", "max": "45.095", "min": "44.817", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "20.281", "max": "20.854", "min": "20.105", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "25.645", "max": "25.742", "min": "25.579", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "23.586", "max": "23.759", "min": "23.5", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "11.871", "max": "11.967", "min": "11.733", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "61.158", "max": "62.291", "min": "60.825", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "22.138", "max": "26.457", "min": "21.116", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "64.796", "max": "143.43", "min": "33.52", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "23.477", "max": "24.063", "min": "23.323", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "48.511", "max": "48.611", "min": "48.377", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "31.472", "max": "31.734", "min": "31.372", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "17.109", "max": "17.678", "min": "16.679", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "21.575", "max": "23.379", "min": "21.126", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "267.424", "max": "272.581", "min": "267.119", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "6.598", "max": "6.668", "min": "6.534", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "22.869", "max": "23.11", "min": "22.683", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "14.485", "max": "14.558", "min": "14.41", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "193.311", "max": "200.544", "min": "191.884", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "31.845", "max": "32.033", "min": "31.662", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "22.645", "max": "24.031", "min": "22.24", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "20.381", "max": "20.628", "min": "20.256", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.572", "max": "29.99", "min": "24.224", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "317.66", "max": "331.844", "min": "315.975", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "108.633", "max": "115.59", "min": "107.122", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "227.096", "max": "233.357", "min": "220.455", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "152.751", "max": "152.846", "min": "152.64", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "28.701", "max": "29.093", "min": "28.567", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "160.078", "max": "161.223", "min": "159.871", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "182.03", "max": "182.625", "min": "181.791", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "31.58", "max": "31.729", "min": "31.441", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "37.889", "max": "38.794", "min": "37.659", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "29.701", "max": "30.739", "min": "29.375", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "24.262", "max": "24.604", "min": "24.14", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "122.113", "max": "122.222", "min": "122.082", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "125.125", "max": "125.214", "min": "125.086", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "341.552", "max": "482.742", "min": "331.225", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "95.677", "max": "96.167", "min": "95.617", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "15.807", "max": "16.204", "min": "15.696", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "95.035", "max": "95.097", "min": "94.996", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "14.222", "max": "14.379", "min": "14.112", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "262.449", "max": "547.587", "min": "252.386", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "137.634", "max": "140.996", "min": "135.209", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "33.881", "max": "34.122", "min": "33.778", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "50.801", "max": "52.615", "min": "49.96", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "162.436", "max": "164.62", "min": "161.487", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "252.15", "max": "252.677", "min": "251.879", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "254.831", "max": "255.062", "min": "254.69", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "76.116", "max": "76.573", "min": "75.96", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "45.028", "max": "45.077", "min": "44.981", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.627", "max": "24.662", "min": "24.582", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "66.238", "max": "68.221", "min": "66.109", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "102.602", "max": "104.772", "min": "102.183", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "106.512", "max": "106.771", "min": "106.446", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "71.883", "max": "75.642", "min": "69.824", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "188.877", "max": "190.05", "min": "188.643", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "103.484", "max": "105.141", "min": "102.805", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.398", "max": "66.679", "min": "64.208", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "115.123", "max": "115.602", "min": "114.868", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "41.782", "max": "45.151", "min": "41.458", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "237.388", "max": "237.856", "min": "237.012", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "199.781", "max": "199.781", "min": "199.781", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "31.464", "max": "31.517", "min": "31.438", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "15.864", "max": "16.049", "min": "15.782", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.272", "max": "168.466", "min": "125.714", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "44.333", "max": "58.041", "min": "35.774", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "29.04", "max": "29.117", "min": "28.936", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "138.656", "max": "139.819", "min": "138.516", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "69.328", "max": "71.638", "min": "69.039", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "123.515", "max": "127.731", "min": "122.732", "id": "20", "country": "Austria", "source_name": "Vienna", "destination_name": "Lansing", "destination_id": "295" } } }, "26": { "name": "Copenhagen", "data": { "0": { "avg": "228.95", "max": "229.168", "min": "228.814", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "284.117", "max": "285.755", "min": "283.794", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "110.171", "max": "111.871", "min": "109.981", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "20.028", "max": "27.617", "min": "19.506", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "23.668", "max": "23.956", "min": "23.511", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "233.88", "max": "234.253", "min": "233.769", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "17.257", "max": "17.477", "min": "17.183", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "279.429", "max": "282.064", "min": "278.801", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "27.709", "max": "29.475", "min": "27.477", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "10.295", "max": "12.002", "min": "10.051", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "16.826", "max": "17.155", "min": "16.685", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "126.917", "max": "150.615", "min": "126.01", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "89.655", "max": "89.99", "min": "89.544", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "95.259", "max": "95.562", "min": "95.138", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.719", "max": "129.952", "min": "129.613", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "103.226", "max": "103.533", "min": "102.917", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.388", "max": "35.676", "min": "35.201", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "116.046", "max": "116.266", "min": "115.949", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "32.286", "max": "32.488", "min": "32.174", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "33.355", "max": "33.402", "min": "33.294", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "287.966", "max": "288.347", "min": "287.87", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "113.538", "max": "113.605", "min": "113.468", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "163.001", "max": "163.543", "min": "162.899", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "165.61", "max": "171.856", "min": "165.235", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "27.268", "max": "29.487", "min": "27.019", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "0.037", "max": "0.053", "min": "0.03", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "29.12", "max": "29.75", "min": "28.955", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "44.59", "max": "44.748", "min": "44.435", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "21.612", "max": "21.69", "min": "21.551", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "145.994", "max": "147.485", "min": "145.679", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "166.313", "max": "166.467", "min": "166.214", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "37.28", "max": "37.505", "min": "37.134", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "146.941", "max": "147.083", "min": "146.82", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "49.838", "max": "49.953", "min": "49.755", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "18.147", "max": "18.61", "min": "17.988", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "173.384", "max": "174.925", "min": "173.116", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "164.908", "max": "164.992", "min": "164.851", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "146.887", "max": "147.033", "min": "146.674", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "125.473", "max": "125.802", "min": "125.362", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "105.188", "max": "113.052", "min": "104.679", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "163.026", "max": "165.736", "min": "162.413", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "23.205", "max": "26.969", "min": "22.828", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "56.349", "max": "56.686", "min": "56.188", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "28.039", "max": "38.104", "min": "27.541", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "148.331", "max": "148.483", "min": "148.221", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "38.242", "max": "38.883", "min": "37.819", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "12.877", "max": "13.271", "min": "12.663", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "170.002", "max": "170.263", "min": "169.883", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "267.972", "max": "268.358", "min": "267.829", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "144.082", "max": "145.18", "min": "143.988", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "96.08", "max": "96.265", "min": "95.899", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "161.766", "max": "162.34", "min": "161.445", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "58.776", "max": "148.333", "min": "42.807", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "110.861", "max": "110.966", "min": "110.743", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "152.919", "max": "160.884", "min": "149.938", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "339.327", "max": "339.725", "min": "339.171", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "54.539", "max": "61.266", "min": "53.669", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "305.998", "max": "306.127", "min": "305.938", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "54.128", "max": "55.215", "min": "53.842", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "19.665", "max": "19.868", "min": "19.569", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "69.594", "max": "70.449", "min": "69.186", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "85.38", "max": "147.385", "min": "81.449", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "208.141", "max": "305.812", "min": "201.643", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "298.038", "max": "298.82", "min": "297.871", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "59.466", "max": "59.626", "min": "59.343", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.466", "max": "46.59", "min": "46.401", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "91.008", "max": "91.251", "min": "90.904", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "46.65", "max": "47.034", "min": "46.36", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "223.436", "max": "225.081", "min": "222.828", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "140.062", "max": "142.295", "min": "139.874", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "334.349", "max": "335.076", "min": "334.19", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "154.941", "max": "155.501", "min": "154.713", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "166.771", "max": "167.052", "min": "166.627", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "118.351", "max": "118.419", "min": "118.299", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "60.611", "max": "61.372", "min": "60.452", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "27.374", "max": "27.557", "min": "27.214", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "111.974", "max": "112.132", "min": "111.845", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "151.861", "max": "156.652", "min": "151.522", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "107.017", "max": "108.413", "min": "106.716", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "110.798", "max": "123.546", "min": "110.194", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "172.159", "max": "172.304", "min": "172.024", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "105.093", "max": "105.568", "min": "104.822", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "294.836", "max": "297.002", "min": "292.023", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "154.288", "max": "154.532", "min": "154.128", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "130.499", "max": "130.635", "min": "130.425", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "75.567", "max": "76.461", "min": "75.236", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "30.329", "max": "32.199", "min": "29.958", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "122.278", "max": "122.421", "min": "122.199", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "112.033", "max": "112.341", "min": "111.934", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "27.805", "max": "31.797", "min": "27.513", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "119.037", "max": "120.778", "min": "118.52", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "157.487", "max": "157.896", "min": "157.269", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "41.328", "max": "43.154", "min": "41.227", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "275.098", "max": "288.793", "min": "274.377", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "101.731", "max": "102.183", "min": "101.633", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.049", "max": "131.28", "min": "130.832", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "161.075", "max": "161.303", "min": "160.795", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "151.043", "max": "158.109", "min": "149.758", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "156.155", "max": "156.258", "min": "156.054", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "114.01", "max": "118.532", "min": "113.743", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "122.441", "max": "122.677", "min": "122.32", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "167.968", "max": "168.138", "min": "167.839", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "57.447", "max": "57.891", "min": "57.3", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "327.768", "max": "330.794", "min": "327.033", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "116.588", "max": "116.861", "min": "116.441", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "326.873", "max": "344.218", "min": "292.273", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "189.414", "max": "189.608", "min": "189.349", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "91.995", "max": "92.309", "min": "91.815", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "110.518", "max": "110.699", "min": "110.398", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "158.744", "max": "159.492", "min": "158.578", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "251.407", "max": "267.289", "min": "250.749", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "286.872", "max": "287.066", "min": "286.781", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "99.872", "max": "100.163", "min": "99.778", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.956", "max": "146.134", "min": "142.444", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "385.897", "max": "504.185", "min": "205.028", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "152.221", "max": "269.994", "min": "58.103", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "185.556", "max": "191.458", "min": "185.086", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "225.757", "max": "226.782", "min": "225.567", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "134.361", "max": "134.519", "min": "134.247", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "127.141", "max": "128.191", "min": "126.913", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "123.669", "max": "125.339", "min": "123.406", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "195.277", "max": "342.616", "min": "115.306", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "201.467", "max": "202.154", "min": "201.311", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "46.218", "max": "147.452", "min": "38.819", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "32.431", "max": "32.541", "min": "32.375", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "9.626", "max": "11.098", "min": "9.152", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "85.28", "max": "85.497", "min": "85.148", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.122", "max": "174.499", "min": "172.816", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "144.992", "max": "147.39", "min": "144.732", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "194.803", "max": "195.564", "min": "194.721", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "113.543", "max": "113.805", "min": "113.428", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "113.981", "max": "117.826", "min": "113.628", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "110.797", "max": "111.112", "min": "110.499", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "289.154", "max": "290.194", "min": "288.576", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "133.956", "max": "134.601", "min": "133.887", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "85.493", "max": "85.67", "min": "85.355", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "143.398", "max": "150.309", "min": "141.789", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "136.634", "max": "137", "min": "136.553", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "120.677", "max": "120.757", "min": "120.554", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "89.639", "max": "89.784", "min": "89.515", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "19.935", "max": "20.081", "min": "19.821", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.912", "max": "201.307", "min": "198.431", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "21.451", "max": "21.711", "min": "21.344", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "34.484", "max": "35.154", "min": "34.299", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "188.556", "max": "201.194", "min": "187.715", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "13.11", "max": "13.994", "min": "12.691", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "50.292", "max": "57.979", "min": "49.931", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "141.314", "max": "141.551", "min": "141.22", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "22.855", "max": "23.599", "min": "22.759", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "25.586", "max": "25.77", "min": "25.475", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "24.653", "max": "31.012", "min": "23.9", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "257.611", "max": "257.707", "min": "257.547", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "49.218", "max": "49.616", "min": "49.097", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "22.513", "max": "22.718", "min": "22.331", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "102.899", "max": "103.008", "min": "102.802", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "149.684", "max": "149.921", "min": "149.39", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "16.048", "max": "16.533", "min": "15.895", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "311.04", "max": "357.373", "min": "304.712", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "128.264", "max": "128.512", "min": "128.061", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "258.423", "max": "352.744", "min": "250.765", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "134.353", "max": "134.475", "min": "134.299", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "401.807", "max": "402.145", "min": "401.494", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "36.628", "max": "36.856", "min": "36.528", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "92.604", "max": "92.863", "min": "92.474", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "93.067", "max": "97.726", "min": "92.772", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.265", "max": "182.368", "min": "182.185", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "73.314", "max": "73.435", "min": "73.224", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "148.458", "max": "148.891", "min": "148.309", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "194.37", "max": "196.725", "min": "194.013", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "89.902", "max": "90.039", "min": "89.743", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "111.43", "max": "111.599", "min": "111.357", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "22.1", "max": "24.727", "min": "21.543", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "302.953", "max": "303.049", "min": "302.875", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "31.219", "max": "31.28", "min": "31.144", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "30.216", "max": "36.312", "min": "29.677", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "33.465", "max": "33.742", "min": "33.402", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "36.659", "max": "36.94", "min": "36.59", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "27.195", "max": "28.173", "min": "26.992", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "69.073", "max": "70.093", "min": "68.879", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "38.996", "max": "39.125", "min": "38.907", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "39.07", "max": "39.221", "min": "38.992", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "54.911", "max": "55.113", "min": "54.787", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "13.611", "max": "13.925", "min": "13.386", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "15.61", "max": "15.896", "min": "15.466", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "12.972", "max": "13.278", "min": "12.813", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "27.673", "max": "27.815", "min": "27.563", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "56.068", "max": "56.979", "min": "55.838", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "36.827", "max": "73.696", "min": "34.71", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "47.873", "max": "109.857", "min": "18.108", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "16.998", "max": "17.177", "min": "16.892", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "55.162", "max": "55.432", "min": "55.025", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "45.179", "max": "45.482", "min": "44.992", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "51.689", "max": "52.193", "min": "51.242", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "17.52", "max": "37.135", "min": "16.553", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "213.526", "max": "214.08", "min": "213.431", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "21.017", "max": "21.222", "min": "20.926", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "31.929", "max": "32.169", "min": "31.786", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "17.928", "max": "18.01", "min": "17.883", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "173.359", "max": "180.751", "min": "171.554", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "45.232", "max": "45.783", "min": "45.037", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "14.544", "max": "21.928", "min": "13.935", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "15.099", "max": "15.573", "min": "14.943", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "12.633", "max": "12.943", "min": "12.364", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "306.578", "max": "321.196", "min": "305.194", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "88.702", "max": "94.99", "min": "87.839", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "237.327", "max": "240.795", "min": "230.072", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "149.035", "max": "149.163", "min": "148.892", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "16.813", "max": "17.823", "min": "16.604", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "126.277", "max": "127.183", "min": "126.068", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "164.397", "max": "164.671", "min": "164.252", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "40.922", "max": "41.085", "min": "40.808", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "56.321", "max": "56.524", "min": "56.205", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "26.008", "max": "27.554", "min": "25.696", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "16.343", "max": "17.289", "min": "16.082", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "113.603", "max": "113.721", "min": "113.554", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "122.113", "max": "122.895", "min": "122.033", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "266.358", "max": "271.316", "min": "265.97", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.398", "max": "93.553", "min": "93.336", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "32.851", "max": "33.481", "min": "32.743", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "91.444", "max": "91.525", "min": "91.364", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "27.072", "max": "27.316", "min": "27.008", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "221.841", "max": "223.232", "min": "221.676", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "133.938", "max": "137.946", "min": "130.946", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "35.997", "max": "36.812", "min": "35.833", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "53.679", "max": "54.901", "min": "53.089", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "167.226", "max": "185.105", "min": "165.482", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "117.863", "max": "118.548", "min": "117.552", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "246.899", "max": "247.055", "min": "246.726", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "96.636", "max": "96.975", "min": "96.463", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "47.17", "max": "47.261", "min": "47.108", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "18.819", "max": "18.885", "min": "18.758", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "68.4", "max": "68.46", "min": "68.346", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "98.932", "max": "104.434", "min": "98.439", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "100.075", "max": "100.637", "min": "99.961", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "72.759", "max": "79.502", "min": "70.675", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "184.093", "max": "184.85", "min": "183.879", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "108.746", "max": "110.573", "min": "107.876", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "69.555", "max": "70.225", "min": "69.364", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "111.675", "max": "111.955", "min": "111.449", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "31.259", "max": "34.285", "min": "31.08", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "248.564", "max": "250.253", "min": "241.536", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "194.434", "max": "194.434", "min": "194.434", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "24.169", "max": "24.21", "min": "24.13", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "17.532", "max": "17.809", "min": "17.329", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "118.052", "max": "120.536", "min": "117.792", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "40.627", "max": "56.25", "min": "33.992", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "39.963", "max": "40.027", "min": "39.884", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "202.26", "max": "204.111", "min": "201.967", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "73.891", "max": "74.257", "min": "73.633", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "123.499", "max": "123.65", "min": "123.414", "id": "26", "country": "Denmark", "source_name": "Copenhagen", "destination_name": "Lansing", "destination_id": "295" } } }, "27": { "name": "Milan", "data": { "0": { "avg": "216.602", "max": "220.533", "min": "216.225", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "243.647", "max": "244.944", "min": "243.274", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "121.399", "max": "124.618", "min": "121.162", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "18.008", "max": "24.315", "min": "17.07", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "20.179", "max": "23.229", "min": "19.808", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "287.449", "max": "288.322", "min": "287.194", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "20.071", "max": "23.746", "min": "19.761", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "284.061", "max": "291.958", "min": "282.515", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "59.424", "max": "60.854", "min": "59.269", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "42.323", "max": "46.163", "min": "41.869", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "23.631", "max": "25.265", "min": "23.295", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "134.398", "max": "135.153", "min": "134.162", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "93.81", "max": "96.92", "min": "93.479", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "105.853", "max": "109.159", "min": "105.434", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "125.876", "max": "127.986", "min": "125.654", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "97.787", "max": "98.575", "min": "97.218", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "54.853", "max": "63.914", "min": "54.024", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "113.664", "max": "114.518", "min": "113.451", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "36.19", "max": "37.199", "min": "35.912", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.34", "max": "21.22", "min": "15.716", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "274.903", "max": "278.464", "min": "274.657", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "112.811", "max": "114.053", "min": "112.58", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "161.46", "max": "162.617", "min": "161.243", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "166.724", "max": "167.416", "min": "166.516", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "40.113", "max": "45.6", "min": "39.261", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "29.358", "max": "32.336", "min": "28.982", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "0.02", "max": "0.053", "min": "0.012", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "26.391", "max": "29.241", "min": "25.805", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.593", "max": "20.986", "min": "16.165", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "153.074", "max": "156.616", "min": "152.511", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "152.842", "max": "154.088", "min": "152.679", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.286", "max": "32.054", "min": "29.977", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "157.352", "max": "173.013", "min": "156.437", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "58.629", "max": "59.892", "min": "58.401", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "17.705", "max": "21.284", "min": "16.984", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "156.398", "max": "165.685", "min": "155.801", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "162.906", "max": "167.699", "min": "162.628", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "150.132", "max": "152.217", "min": "149.805", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "132.85", "max": "136.557", "min": "132.334", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "97.839", "max": "99.401", "min": "97.324", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "166.065", "max": "168.22", "min": "165.581", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "30.062", "max": "33.642", "min": "29.568", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "58.629", "max": "59.604", "min": "58.375", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "41.139", "max": "44.999", "min": "40.65", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "178.784", "max": "180.919", "min": "178.564", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "30.106", "max": "31.615", "min": "29.537", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "47.568", "max": "49.567", "min": "47.28", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "181.883", "max": "185.202", "min": "181.407", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "244.711", "max": "246.087", "min": "243.42", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "140.717", "max": "143.77", "min": "140.371", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "100.231", "max": "101.07", "min": "99.955", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "160.059", "max": "163.07", "min": "159.642", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "34.424", "max": "45.843", "min": "25.993", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "120.883", "max": "124.563", "min": "120.351", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "139.408", "max": "154.383", "min": "134.564", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "183.916", "max": "185.96", "min": "183.554", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "59.956", "max": "66.092", "min": "58.624", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "312.295", "max": "314.745", "min": "311.978", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "37.716", "max": "38.689", "min": "37.388", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "20.466", "max": "21.353", "min": "20.259", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "68.691", "max": "76.214", "min": "67.958", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.002", "max": "128.986", "min": "62.107", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "180.848", "max": "259.926", "min": "176.839", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "294.121", "max": "295.277", "min": "293.762", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "49.24", "max": "53.35", "min": "48.895", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "36.824", "max": "38.2", "min": "36.627", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "95.106", "max": "96.116", "min": "94.834", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "38.114", "max": "39.64", "min": "37.572", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "238.398", "max": "241.027", "min": "237.572", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "134.576", "max": "136.437", "min": "134.342", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "209.963", "max": "212.006", "min": "209.383", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "159.726", "max": "161.99", "min": "159.124", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "168.667", "max": "171.729", "min": "168.324", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "121.301", "max": "127.427", "min": "120.768", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.597", "max": "69.654", "min": "68.296", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "42.395", "max": "49.521", "min": "41.861", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "107.558", "max": "110.155", "min": "107.21", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "162.271", "max": "163.45", "min": "161.891", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "108.374", "max": "118.31", "min": "107.337", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "107.941", "max": "111.751", "min": "107.357", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "158.584", "max": "161.873", "min": "157.951", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "104.835", "max": "106.112", "min": "104.392", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "209.679", "max": "214.79", "min": "209.187", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "168.716", "max": "170.575", "min": "168.383", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "163.271", "max": "166.168", "min": "162.78", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "71.668", "max": "73.312", "min": "71.149", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "36.224", "max": "37.477", "min": "35.829", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "123.22", "max": "126.024", "min": "123.007", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "116.187", "max": "116.86", "min": "115.964", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "31.072", "max": "34.669", "min": "30.573", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "128.02", "max": "129.416", "min": "127.176", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "161.276", "max": "165.307", "min": "160.8", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "42.601", "max": "48.277", "min": "42.132", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "309.742", "max": "311.576", "min": "309.479", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "99.253", "max": "100.153", "min": "99.085", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "125.419", "max": "127.357", "min": "125.008", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "173.595", "max": "174.959", "min": "173.231", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "160.88", "max": "190.473", "min": "158.718", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.017", "max": "170.431", "min": "168.658", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "109.642", "max": "111.213", "min": "109.255", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "126.478", "max": "128.059", "min": "126.258", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "161.186", "max": "161.894", "min": "161.01", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "47.34", "max": "49.008", "min": "46.993", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "321.186", "max": "322.519", "min": "320.622", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "122.117", "max": "122.367", "min": "121.988", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "379.968", "max": "404.438", "min": "351.732", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "194.175", "max": "195.184", "min": "193.948", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "105.064", "max": "106.853", "min": "104.832", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "120.297", "max": "121.26", "min": "120.119", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "155.529", "max": "158.942", "min": "154.844", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "193.552", "max": "194.352", "min": "193.324", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "283.304", "max": "285.343", "min": "282.92", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "97.394", "max": "98.69", "min": "97.174", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "130.838", "max": "134.279", "min": "130.127", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "369.126", "max": "496.774", "min": "217.67", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "129.268", "max": "275.743", "min": "63.917", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "154.001", "max": "163.694", "min": "152.959", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "249.326", "max": "250.77", "min": "249.029", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "129.675", "max": "136.844", "min": "129.209", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "129.939", "max": "131.381", "min": "129.471", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "134.5", "max": "138.897", "min": "133.768", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "199.702", "max": "356.488", "min": "120.936", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "195.264", "max": "196.649", "min": "195.034", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "40.29", "max": "42.206", "min": "39.833", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "44.783", "max": "69.587", "min": "43.736", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "39.436", "max": "42.037", "min": "38.707", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "103.313", "max": "104.917", "min": "103.083", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "149.054", "max": "149.66", "min": "148.847", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "119.979", "max": "122.087", "min": "119.768", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "194.893", "max": "200.243", "min": "194.5", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "131.05", "max": "131.665", "min": "130.875", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "113.939", "max": "115.089", "min": "113.624", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "117.321", "max": "120.755", "min": "116.815", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "297.725", "max": "300.282", "min": "296.791", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "142.397", "max": "142.638", "min": "142.261", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "90.537", "max": "92.108", "min": "90.167", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "151.077", "max": "160.551", "min": "149.62", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "141.145", "max": "152.338", "min": "139.286", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "122.235", "max": "126.076", "min": "121.597", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "93.248", "max": "93.97", "min": "93.08", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "17.397", "max": "18.268", "min": "17.141", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "204.501", "max": "205.109", "min": "203.925", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "50.083", "max": "52.51", "min": "49.635", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.274", "max": "30.207", "min": "24.828", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "200.507", "max": "201.713", "min": "200.189", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "19.832", "max": "21.207", "min": "19.51", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "34.426", "max": "40.551", "min": "33.719", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "123.849", "max": "124.493", "min": "123.695", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "28.096", "max": "32.065", "min": "27.802", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "29.287", "max": "31.651", "min": "29.124", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.613", "max": "58.042", "min": "15.837", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "286.183", "max": "288.691", "min": "285.923", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "39.485", "max": "41.228", "min": "39.212", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "8.95", "max": "27.415", "min": "6.619", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "104.418", "max": "107.878", "min": "104.133", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "160.439", "max": "161.018", "min": "160.026", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.197", "max": "50.158", "min": "48.814", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "260.141", "max": "299.537", "min": "252.818", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "135.397", "max": "136.069", "min": "135.288", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "258.157", "max": "330.143", "min": "252.049", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "134.909", "max": "142.465", "min": "134.299", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "209.831", "max": "210.63", "min": "209.626", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "36.719", "max": "39.992", "min": "36.125", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "90.643", "max": "92.758", "min": "90.249", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "111.811", "max": "112.554", "min": "111.596", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "189.773", "max": "192.373", "min": "189.484", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "108.311", "max": "108.983", "min": "108.111", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "149.793", "max": "150.712", "min": "149.431", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "298.625", "max": "303.448", "min": "280.639", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "102.043", "max": "104.576", "min": "101.662", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "107.18", "max": "107.97", "min": "106.982", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "7.278", "max": "11.727", "min": "6.809", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "120.987", "max": "127.166", "min": "120.522", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "37.715", "max": "40.131", "min": "37.355", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "9.243", "max": "12.916", "min": "8.821", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "8.805", "max": "11.36", "min": "8.589", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "1.313", "max": "5.317", "min": "0.954", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "31.98", "max": "33.517", "min": "31.607", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "44.819", "max": "46.44", "min": "44.501", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "27.742", "max": "29.139", "min": "27.497", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "67.26", "max": "68.694", "min": "67.005", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "24.327", "max": "26.461", "min": "24.015", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "20.515", "max": "22.928", "min": "20.228", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "29.668", "max": "33.692", "min": "29.204", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "23.19", "max": "24.499", "min": "23.024", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.177", "max": "22.034", "min": "20.975", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "53.082", "max": "55.078", "min": "52.588", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "6.666", "max": "11.4", "min": "5.826", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "50.375", "max": "116.509", "min": "27.685", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "23.354", "max": "25.031", "min": "23.046", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "53.498", "max": "54.688", "min": "53.226", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "45.371", "max": "48.915", "min": "44.899", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "44.43", "max": "47.162", "min": "43.879", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "22.636", "max": "25.466", "min": "22.227", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "278.095", "max": "280.86", "min": "277.706", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "17.229", "max": "18.467", "min": "17.036", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "3.066", "max": "4.026", "min": "2.791", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.956", "max": "26.722", "min": "25.824", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "187.719", "max": "192.732", "min": "186.481", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "46.793", "max": "47.376", "min": "46.648", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "21.462", "max": "24.226", "min": "20.681", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "20.412", "max": "20.986", "min": "20.212", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "23.876", "max": "27.827", "min": "22.291", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "314.338", "max": "321.434", "min": "313.225", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "97.265", "max": "101.158", "min": "96.807", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "241.786", "max": "244.55", "min": "240.959", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "156.998", "max": "164.674", "min": "156.248", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "22.398", "max": "25.32", "min": "22.106", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "147.668", "max": "151.02", "min": "147.266", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.584", "max": "180.527", "min": "179.315", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "11.509", "max": "11.866", "min": "11.311", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "64.214", "max": "65.941", "min": "63.791", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "31.018", "max": "34.852", "min": "30.471", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "26.317", "max": "26.981", "min": "26.144", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "116.921", "max": "117.516", "min": "116.769", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "130.003", "max": "131.504", "min": "129.845", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "346.111", "max": "347.764", "min": "345.699", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "96.835", "max": "98.745", "min": "96.568", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.727", "max": "168.592", "min": "18.47", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "96.249", "max": "96.937", "min": "96.081", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "6.347", "max": "12.138", "min": "5.939", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "209.135", "max": "210.859", "min": "208.82", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "137.633", "max": "144.355", "min": "134.418", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "30.426", "max": "34.281", "min": "30.087", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "32.536", "max": "33.99", "min": "31.846", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "153.922", "max": "163.671", "min": "152.891", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "108.654", "max": "109.27", "min": "108.248", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "256.789", "max": "257.716", "min": "256.573", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "80.898", "max": "82.119", "min": "80.552", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "45.821", "max": "47.338", "min": "45.563", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "28.221", "max": "29.945", "min": "27.938", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "36.176", "max": "36.959", "min": "35.967", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "105.138", "max": "107.734", "min": "104.447", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "105.288", "max": "106.003", "min": "105.02", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "60.697", "max": "63.181", "min": "59.545", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "182.346", "max": "240.701", "min": "179.178", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "106.228", "max": "108.26", "min": "105.152", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "66.045", "max": "67.23", "min": "65.734", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "130.084", "max": "133.001", "min": "129.473", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "39.448", "max": "43.714", "min": "38.991", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "190.895", "max": "193.563", "min": "189.282", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "193.858", "max": "193.858", "min": "193.858", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "27.743", "max": "29.381", "min": "27.597", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "20.81", "max": "21.523", "min": "20.627", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "125.802", "max": "129.494", "min": "125.418", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "49.988", "max": "62.896", "min": "44.008", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.627", "max": "30.292", "min": "28.376", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "186.067", "max": "188.154", "min": "185.692", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "78.874", "max": "82.013", "min": "78.15", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "117.812", "max": "120.16", "min": "117.38", "id": "27", "country": "Italy", "source_name": "Milan", "destination_name": "Lansing", "destination_id": "295" } } }, "29": { "name": "Frankfurt", "data": { "0": { "avg": "177.648", "max": "177.812", "min": "177.555", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "268.392", "max": "272.042", "min": "268.065", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "94.71", "max": "94.998", "min": "94.59", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "14.015", "max": "21.908", "min": "13.119", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "10.624", "max": "10.959", "min": "10.507", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "221.727", "max": "222.063", "min": "221.63", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "16.456", "max": "16.733", "min": "16.344", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "271.387", "max": "285.437", "min": "269.994", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "44.242", "max": "44.964", "min": "44.101", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "27.526", "max": "28.553", "min": "27.311", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "14.296", "max": "14.797", "min": "14.113", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "120.829", "max": "144.685", "min": "119.9", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "79.578", "max": "79.695", "min": "79.479", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "97.6", "max": "98.232", "min": "97.411", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "109.806", "max": "110.021", "min": "109.708", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "97.331", "max": "97.592", "min": "96.867", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "31.908", "max": "32.166", "min": "31.682", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "99.754", "max": "99.866", "min": "99.676", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "25.544", "max": "29.186", "min": "25.262", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "14.183", "max": "14.269", "min": "14.104", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "284.02", "max": "284.42", "min": "283.931", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "94.389", "max": "94.451", "min": "94.325", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "146.601", "max": "146.758", "min": "146.5", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "147.439", "max": "152.444", "min": "147.046", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "28.432", "max": "28.935", "min": "28.23", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "21.659", "max": "21.968", "min": "21.533", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "16.503", "max": "19.88", "min": "16.177", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "19.777", "max": "19.968", "min": "19.666", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "0.031", "max": "0.054", "min": "0.021", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "142.698", "max": "143.102", "min": "142.47", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "149.541", "max": "149.673", "min": "149.444", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "20.816", "max": "21.02", "min": "20.713", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "142.432", "max": "142.996", "min": "142.295", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "31.544", "max": "31.865", "min": "31.434", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "6.529", "max": "9.676", "min": "6.186", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "160.043", "max": "160.577", "min": "159.798", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "148.946", "max": "149.057", "min": "148.876", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "137.832", "max": "138.072", "min": "137.63", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "118.736", "max": "120.809", "min": "118.553", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "94.573", "max": "95.931", "min": "94.323", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "153.024", "max": "156.049", "min": "152.722", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "17.939", "max": "20.136", "min": "17.451", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "44.553", "max": "44.697", "min": "44.393", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "41.099", "max": "41.229", "min": "41.031", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "136.704", "max": "136.816", "min": "136.624", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "19.849", "max": "20.675", "min": "19.463", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "27.656", "max": "27.859", "min": "27.533", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "166.331", "max": "166.859", "min": "166.13", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "255.363", "max": "255.78", "min": "255.136", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "124.023", "max": "124.092", "min": "123.955", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "89.387", "max": "89.637", "min": "89.264", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "163.329", "max": "164.193", "min": "163.135", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "25.219", "max": "117.383", "min": "10.56", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "119.126", "max": "119.226", "min": "119.024", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "131.585", "max": "137.219", "min": "129.132", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "182.326", "max": "183.274", "min": "182.071", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "43.41", "max": "47.07", "min": "42.465", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "317.404", "max": "317.564", "min": "317.31", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "18.264", "max": "19.862", "min": "17.995", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "9.365", "max": "9.573", "min": "9.275", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "52.948", "max": "54.385", "min": "52.308", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "62.402", "max": "120.868", "min": "56.795", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "174.415", "max": "292.143", "min": "163.44", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "223.716", "max": "224.008", "min": "223.616", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "37.1", "max": "37.251", "min": "36.938", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "27.205", "max": "30.332", "min": "26.994", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "85.769", "max": "85.943", "min": "85.688", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "43.426", "max": "43.802", "min": "43.051", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "211.239", "max": "212.745", "min": "210.541", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "128.142", "max": "131.757", "min": "127.887", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "194.517", "max": "195.093", "min": "194.361", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "143.48", "max": "144.081", "min": "143.287", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "152.806", "max": "155.238", "min": "152.462", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "106.276", "max": "106.347", "min": "106.195", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "55.258", "max": "56.137", "min": "55.013", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "17.808", "max": "18.005", "min": "17.692", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "104.755", "max": "104.916", "min": "104.628", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "161.774", "max": "161.876", "min": "161.674", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "105.033", "max": "109.746", "min": "104.632", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "103.977", "max": "104.063", "min": "103.886", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "140.611", "max": "140.898", "min": "140.263", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "106.942", "max": "107.235", "min": "106.729", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "185.885", "max": "186.372", "min": "185.747", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "142.628", "max": "143.298", "min": "142.48", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "124.304", "max": "124.538", "min": "124.22", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "75.764", "max": "77.006", "min": "75.463", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "24.83", "max": "25.581", "min": "24.539", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "121.972", "max": "122.101", "min": "121.86", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "111.917", "max": "112.177", "min": "111.768", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "16.176", "max": "19.304", "min": "15.828", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "118.77", "max": "121.013", "min": "118.278", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "159.595", "max": "160.034", "min": "159.402", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "31.49", "max": "31.583", "min": "31.423", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "293.154", "max": "296.691", "min": "292.788", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "95.388", "max": "95.555", "min": "95.287", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "137.554", "max": "137.96", "min": "137.377", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "165.905", "max": "166.249", "min": "165.705", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "144.756", "max": "157.517", "min": "143.254", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "146.092", "max": "147.012", "min": "145.98", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "107.586", "max": "109.998", "min": "107.298", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "115.065", "max": "115.259", "min": "114.976", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "161.206", "max": "161.601", "min": "161.05", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "34.461", "max": "35.528", "min": "34.343", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "308.265", "max": "309.646", "min": "307.75", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "112.833", "max": "113.203", "min": "112.679", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "320.099", "max": "339.976", "min": "290.712", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "176.957", "max": "178.655", "min": "176.774", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "85.302", "max": "85.463", "min": "85.122", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "107.918", "max": "107.994", "min": "107.838", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "126.035", "max": "128.642", "min": "125.358", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "254.229", "max": "254.471", "min": "254.134", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "293.52", "max": "368.664", "min": "287.214", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "83.843", "max": "84.034", "min": "83.756", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "130.319", "max": "144.946", "min": "129.654", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.905", "max": "499.849", "min": "216.295", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "133.915", "max": "214.761", "min": "69.624", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "172.082", "max": "172.863", "min": "171.708", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "230.316", "max": "232.088", "min": "230.046", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "122.576", "max": "122.733", "min": "122.44", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "112.97", "max": "113.744", "min": "112.682", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "118.533", "max": "118.811", "min": "118.206", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "187.231", "max": "333.832", "min": "106.823", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "223.051", "max": "237.74", "min": "199.275", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "60.14", "max": "381.847", "min": "48.701", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "33.663", "max": "33.784", "min": "33.576", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "29.366", "max": "30.406", "min": "28.576", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "87.204", "max": "89.195", "min": "85.29", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "164.533", "max": "165.167", "min": "164.286", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "113.791", "max": "114.059", "min": "113.623", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "177.437", "max": "179.047", "min": "177.177", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "114.043", "max": "114.585", "min": "113.923", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "110.964", "max": "111.139", "min": "110.81", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "117.339", "max": "117.753", "min": "117.113", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "305.009", "max": "309.104", "min": "304.175", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "132.151", "max": "132.299", "min": "132.078", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "88.279", "max": "88.422", "min": "88.139", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "137.658", "max": "142.583", "min": "136.757", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "123.075", "max": "123.256", "min": "122.944", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "114.244", "max": "114.782", "min": "114.101", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "88.471", "max": "88.582", "min": "88.385", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "13.322", "max": "13.56", "min": "13.221", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "172.104", "max": "173.845", "min": "171.688", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "35.236", "max": "35.435", "min": "35.145", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "18.068", "max": "18.222", "min": "17.924", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "184.541", "max": "190.886", "min": "184.079", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "16.74", "max": "17.335", "min": "16.431", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "26.398", "max": "26.648", "min": "26.293", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "127.296", "max": "127.502", "min": "127.207", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "18.107", "max": "18.247", "min": "18.023", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "14.115", "max": "14.242", "min": "14.003", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "6.001", "max": "25.569", "min": "3.73", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "279.761", "max": "279.878", "min": "279.646", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "33.213", "max": "38.113", "min": "32.861", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "13.35", "max": "14.143", "min": "13.172", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "95.649", "max": "96.553", "min": "95.504", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "163.943", "max": "164.54", "min": "163.688", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.763", "max": "50.296", "min": "49.509", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "260.129", "max": "302.976", "min": "253.309", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "125.514", "max": "125.767", "min": "125.347", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "248.971", "max": "345.742", "min": "240.158", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "125.827", "max": "125.927", "min": "125.716", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "384.447", "max": "384.699", "min": "383.934", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "48.695", "max": "49.08", "min": "48.576", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "80.539", "max": "81.026", "min": "80.432", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "110.436", "max": "110.805", "min": "110.334", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "174.453", "max": "174.622", "min": "174.381", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "99.493", "max": "99.675", "min": "99.346", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "143.279", "max": "143.532", "min": "143.141", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "211.103", "max": "219.174", "min": "177.868", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "95.597", "max": "95.812", "min": "95.437", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "104.625", "max": "104.742", "min": "104.556", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "3.351", "max": "3.895", "min": "3.195", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "131.764", "max": "132.213", "min": "131.675", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "22.247", "max": "24.757", "min": "22.084", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "9.664", "max": "10.191", "min": "9.411", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "15.709", "max": "24.943", "min": "15.33", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "16.218", "max": "16.597", "min": "16.142", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "17.662", "max": "18.2", "min": "17.386", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "53.358", "max": "53.546", "min": "53.223", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "34.156", "max": "34.236", "min": "34.039", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "63.393", "max": "65.644", "min": "63.135", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "36.742", "max": "37.779", "min": "36.597", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "19.971", "max": "20.948", "min": "19.629", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "16.677", "max": "16.766", "min": "16.583", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "13.747", "max": "13.871", "min": "13.623", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "10.464", "max": "10.613", "min": "10.329", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "53.206", "max": "53.466", "min": "53.022", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "26.524", "max": "39.69", "min": "25.07", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "42.264", "max": "132.435", "min": "14.389", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "18.062", "max": "18.21", "min": "17.936", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "47.093", "max": "47.287", "min": "46.887", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "24.455", "max": "24.769", "min": "24.268", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "44.402", "max": "45.002", "min": "44.039", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "10.303", "max": "11.367", "min": "10.079", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "187.76", "max": "191.934", "min": "187.451", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "7.24", "max": "7.566", "min": "7.117", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "52.898", "max": "53.126", "min": "52.686", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "22.066", "max": "22.173", "min": "22", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "176.174", "max": "181.307", "min": "173.995", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "42.9", "max": "43.268", "min": "42.741", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "15.778", "max": "21.393", "min": "15.295", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "14.529", "max": "17.932", "min": "14.235", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "13.686", "max": "14.151", "min": "13.496", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "269.666", "max": "284.625", "min": "267.173", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "91.845", "max": "95.005", "min": "91.421", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "203.29", "max": "203.701", "min": "201.643", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "151.689", "max": "152.111", "min": "151.544", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "10.373", "max": "10.595", "min": "10.306", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "135.13", "max": "139.221", "min": "134.811", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "163.108", "max": "163.421", "min": "162.809", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "44.538", "max": "44.771", "min": "44.396", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "57.737", "max": "58.539", "min": "57.382", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "18.798", "max": "19.936", "min": "18.564", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "14.758", "max": "15.322", "min": "14.544", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "107.922", "max": "108.054", "min": "107.847", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "112.855", "max": "113.01", "min": "112.766", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "237.197", "max": "237.924", "min": "237.024", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "181.728", "max": "204.635", "min": "140.282", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "14.66", "max": "14.764", "min": "14.594", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "94.028", "max": "94.132", "min": "93.96", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "26.242", "max": "26.375", "min": "26.154", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "224.276", "max": "300.279", "min": "221.346", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "133.414", "max": "136.768", "min": "130.81", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "23.116", "max": "23.255", "min": "23.016", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "34.149", "max": "47.518", "min": "32.922", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "149.886", "max": "158.686", "min": "148.314", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "115.855", "max": "117.129", "min": "115.426", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "232.947", "max": "233.114", "min": "232.81", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "61.236", "max": "61.668", "min": "61.066", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "33.371", "max": "33.604", "min": "33.314", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.128", "max": "11.28", "min": "11.065", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "49.695", "max": "49.799", "min": "49.618", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "97.588", "max": "99.922", "min": "97.229", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "92.765", "max": "92.978", "min": "92.66", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "62.743", "max": "65.066", "min": "60.916", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "167.134", "max": "169.119", "min": "166.597", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "98.96", "max": "100.639", "min": "98.163", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "53.156", "max": "53.561", "min": "53.008", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "113.587", "max": "113.773", "min": "113.436", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "31.875", "max": "33.636", "min": "31.622", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "268.287", "max": "269.963", "min": "267.979", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.235", "max": "184.235", "min": "184.235", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "20.133", "max": "20.241", "min": "20.079", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "4.931", "max": "5.021", "min": "4.869", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "117.509", "max": "242.874", "min": "112.621", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "25.981", "max": "40.297", "min": "19.963", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "18.366", "max": "18.445", "min": "18.261", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "130.601", "max": "131.707", "min": "130.314", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "77.577", "max": "78.506", "min": "77.389", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "113.604", "max": "113.772", "min": "113.501", "id": "29", "country": "Germany", "source_name": "Frankfurt", "destination_name": "Lansing", "destination_id": "295" } } }, "35": { "name": "Zurich", "data": { "0": { "avg": "224.571", "max": "225.559", "min": "224.207", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "275.159", "max": "275.997", "min": "274.891", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "109.139", "max": "110.19", "min": "108.923", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "14.468", "max": "20.709", "min": "13.782", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "18.613", "max": "19.627", "min": "18.386", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "226.962", "max": "227.84", "min": "226.783", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "14.597", "max": "15.052", "min": "14.451", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "317.213", "max": "324.585", "min": "315.711", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.343", "max": "46.952", "min": "43.085", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "44.662", "max": "46.821", "min": "44.319", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "28.001", "max": "28.738", "min": "27.717", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.549", "max": "137.116", "min": "135.33", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "100.91", "max": "102.23", "min": "100.719", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "104.486", "max": "105.617", "min": "104.228", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "114.396", "max": "114.719", "min": "114.306", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "105.256", "max": "107.61", "min": "104.359", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "30.894", "max": "32.095", "min": "30.59", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "107.929", "max": "108.456", "min": "107.766", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "35.388", "max": "37.538", "min": "35.154", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "14.246", "max": "15.068", "min": "14.067", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "311.266", "max": "314.694", "min": "310.948", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "120.81", "max": "121.295", "min": "120.666", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "156.77", "max": "157.286", "min": "156.632", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "173.871", "max": "181.211", "min": "173.461", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "29.839", "max": "34.597", "min": "29.361", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "18.483", "max": "21.413", "min": "18.02", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "17.268", "max": "18.464", "min": "16.998", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "22.226", "max": "22.741", "min": "22.009", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "6.609", "max": "10.956", "min": "6.135", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "148.319", "max": "149.564", "min": "147.978", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "164.274", "max": "164.552", "min": "164.043", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "25.77", "max": "28.84", "min": "25.287", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "158.277", "max": "159.366", "min": "158.121", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "37.427", "max": "37.685", "min": "37.283", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "0.049", "max": "0.433", "min": "0.025", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "165.312", "max": "166.238", "min": "165.059", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "160.956", "max": "161.462", "min": "160.84", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "154.494", "max": "156.347", "min": "154.211", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "131.119", "max": "131.432", "min": "130.972", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "111.691", "max": "116.469", "min": "111.114", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "164.131", "max": "167.513", "min": "163.657", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "26.808", "max": "31.448", "min": "26.264", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "55.685", "max": "57.136", "min": "55.405", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "38.883", "max": "42.946", "min": "38.484", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "146.32", "max": "154.182", "min": "145.703", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "24.328", "max": "26.287", "min": "23.825", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "30.536", "max": "30.788", "min": "30.364", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "179.008", "max": "179.433", "min": "178.787", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "254.948", "max": "255.605", "min": "254.731", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "154.252", "max": "156.562", "min": "154.047", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "96.681", "max": "97.725", "min": "96.421", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "157.013", "max": "159.591", "min": "156.728", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "31.788", "max": "44.358", "min": "19.253", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "123.806", "max": "130.558", "min": "123.398", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "172.459", "max": "183.271", "min": "169.21", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "183.15", "max": "187.109", "min": "182.583", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "43.874", "max": "45.809", "min": "42.777", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "323.467", "max": "324.26", "min": "323.29", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "32.676", "max": "42.125", "min": "31.946", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "18.051", "max": "20.731", "min": "17.768", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "55.671", "max": "63.303", "min": "54.602", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.903", "max": "124.224", "min": "69.509", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "176.462", "max": "204.453", "min": "174.861", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "293.966", "max": "304.739", "min": "292.839", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "41.383", "max": "42.084", "min": "41.221", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "45.336", "max": "46.203", "min": "45.201", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.936", "max": "93.676", "min": "92.758", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "41.301", "max": "41.736", "min": "40.786", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "233.618", "max": "243.212", "min": "232.125", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "134.927", "max": "139.08", "min": "134.551", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "204.575", "max": "205.683", "min": "204.262", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "160.72", "max": "164.985", "min": "160.21", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "167.713", "max": "170.133", "min": "167.287", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "120.812", "max": "121.308", "min": "120.649", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "65.275", "max": "65.92", "min": "65.099", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "28.501", "max": "31.571", "min": "28.162", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "116.269", "max": "116.647", "min": "116.043", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "156.803", "max": "157.282", "min": "156.606", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "118.39", "max": "126.893", "min": "117.633", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "112.216", "max": "115.514", "min": "111.845", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "145.194", "max": "148.946", "min": "144.743", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "104.805", "max": "109.08", "min": "104.328", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "205.929", "max": "206.482", "min": "205.683", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "163.495", "max": "169.518", "min": "162.838", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "149.539", "max": "151.295", "min": "149.281", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "77.077", "max": "79.11", "min": "76.522", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "38.026", "max": "41.239", "min": "37.393", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "119.307", "max": "121.447", "min": "119.063", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "137.596", "max": "139.307", "min": "137.344", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "25.82", "max": "31.19", "min": "25.353", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "135.222", "max": "137.004", "min": "134.474", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "175.11", "max": "176.204", "min": "174.797", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "43.001", "max": "44.972", "min": "42.674", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "309.812", "max": "316.098", "min": "309.39", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "106.635", "max": "107.439", "min": "106.505", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "121.023", "max": "123.629", "min": "120.668", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "178.843", "max": "179.26", "min": "178.615", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "157.666", "max": "202.463", "min": "154.47", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "170.627", "max": "172.087", "min": "170.414", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "117.785", "max": "119.972", "min": "117.382", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "146.975", "max": "150.095", "min": "146.604", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "161.983", "max": "165.866", "min": "161.593", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "53.332", "max": "55.947", "min": "52.997", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "324.702", "max": "326.482", "min": "324.019", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "129.948", "max": "130.908", "min": "129.625", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "295.173", "max": "298.868", "min": "294.711", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "184.676", "max": "187.754", "min": "184.096", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "91.251", "max": "91.495", "min": "90.945", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "118.538", "max": "119.186", "min": "118.367", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "141.644", "max": "147.044", "min": "141.282", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.895", "max": "261.575", "min": "258.611", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "293.408", "max": "297.561", "min": "286.772", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "90.708", "max": "91.385", "min": "90.501", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "119.943", "max": "121.594", "min": "119.672", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "373.997", "max": "480.392", "min": "209.465", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "121.241", "max": "190.11", "min": "53.51", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "168.805", "max": "194.167", "min": "166.928", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "280.668", "max": "282.211", "min": "280.376", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "138.929", "max": "141.025", "min": "138.675", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "132.864", "max": "136.201", "min": "132.476", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "124.836", "max": "126.087", "min": "124.412", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "191.748", "max": "357.366", "min": "116.087", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "227.721", "max": "228.282", "min": "227.539", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "48.689", "max": "131.426", "min": "41.879", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "34.099", "max": "35.612", "min": "33.802", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "30.604", "max": "34.848", "min": "29.752", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "111.318", "max": "112.361", "min": "111.064", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "159.63", "max": "162.014", "min": "159.153", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "138.441", "max": "139.125", "min": "138.046", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "190.743", "max": "192.337", "min": "190.359", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "125.965", "max": "132.562", "min": "125.399", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "109.829", "max": "112.96", "min": "109.525", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "110.978", "max": "111.637", "min": "110.621", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "304.21", "max": "305.582", "min": "303.391", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "148.436", "max": "148.902", "min": "148.316", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "89.346", "max": "90.228", "min": "89.068", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "155.776", "max": "166.961", "min": "154.839", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "124.892", "max": "125.947", "min": "124.553", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "121.668", "max": "125.028", "min": "121.167", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "92.032", "max": "93.655", "min": "91.77", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "14.059", "max": "16.23", "min": "13.818", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "179.403", "max": "183.94", "min": "178.724", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.138", "max": "44.26", "min": "42.965", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "21.46", "max": "27.495", "min": "21.019", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "191.133", "max": "193.72", "min": "190.54", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "13.208", "max": "15.505", "min": "12.736", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "44.299", "max": "46.886", "min": "43.887", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "170.155", "max": "191.974", "min": "169.213", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "20.465", "max": "22.491", "min": "20.288", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "24.205", "max": "25.986", "min": "23.963", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "11.287", "max": "17.061", "min": "9.405", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "250.789", "max": "252.541", "min": "250.594", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "31.919", "max": "35.451", "min": "31.589", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "5.086", "max": "6.786", "min": "4.515", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "106.344", "max": "107.06", "min": "106.17", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "150.373", "max": "151.529", "min": "149.95", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "32.482", "max": "33.385", "min": "32.119", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "259.368", "max": "322.879", "min": "250.782", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "139.562", "max": "140.296", "min": "139.297", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "126.188", "max": "127.08", "min": "125.994", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "390.581", "max": "393.694", "min": "389.928", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.828", "max": "35.936", "min": "34.522", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "88.843", "max": "89.712", "min": "88.649", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "110.475", "max": "111.189", "min": "110.259", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.941", "max": "186.675", "min": "182.543", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "94.128", "max": "95.738", "min": "93.834", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "161.385", "max": "164.9", "min": "161.009", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "338.998", "max": "347.16", "min": "315.069", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "98.082", "max": "98.466", "min": "97.903", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "116.82", "max": "123.36", "min": "116.403", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "3.939", "max": "6.687", "min": "3.486", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "297.357", "max": "300.98", "min": "296.907", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "30.534", "max": "31.677", "min": "30.403", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "5.469", "max": "16.98", "min": "4.872", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "12.403", "max": "12.853", "min": "12.256", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "23.01", "max": "24.128", "min": "22.791", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "31.073", "max": "39", "min": "30.49", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "61.703", "max": "64.46", "min": "61.356", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "39.581", "max": "40.428", "min": "39.349", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "69.85", "max": "74.502", "min": "69.259", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "49.856", "max": "59.468", "min": "49.028", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "13.46", "max": "13.925", "min": "13.318", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "26.48", "max": "27.613", "min": "26.234", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "16.843", "max": "18.131", "min": "16.594", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "19.01", "max": "19.144", "min": "18.824", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "45.765", "max": "48.638", "min": "45.407", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "11.752", "max": "18.027", "min": "10.568", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "40.594", "max": "94.732", "min": "13.976", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "18.242", "max": "20.977", "min": "17.953", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "65.255", "max": "65.757", "min": "65.055", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "32.576", "max": "51.079", "min": "31.024", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "39.698", "max": "40.683", "min": "39.128", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "21.411", "max": "21.747", "min": "21.184", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "202.366", "max": "217.463", "min": "201.621", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "14.791", "max": "16.696", "min": "14.525", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "19.793", "max": "22.01", "min": "19.515", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "21.781", "max": "22.876", "min": "21.579", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "178.542", "max": "185.614", "min": "177.058", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "45.021", "max": "47.545", "min": "44.684", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "17.792", "max": "24.35", "min": "17.121", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "16.895", "max": "19.391", "min": "16.555", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "14.404", "max": "15.154", "min": "13.954", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "312.06", "max": "312.703", "min": "311.845", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "106.57", "max": "112.99", "min": "105.547", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.594", "max": "228.292", "min": "225.357", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "167.247", "max": "168.099", "min": "167.04", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "16.177", "max": "17.044", "min": "15.922", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "126.177", "max": "127.162", "min": "125.838", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "191.049", "max": "198.338", "min": "190.487", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "28.367", "max": "31.021", "min": "27.927", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "48.401", "max": "50.042", "min": "48.008", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "29.964", "max": "38.127", "min": "29.302", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "14.747", "max": "20.774", "min": "13.992", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "114.754", "max": "121.372", "min": "114.38", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "140.501", "max": "140.987", "min": "140.354", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "234.654", "max": "235.405", "min": "234.407", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "105.26", "max": "107.23", "min": "104.939", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "3.69", "max": "4.391", "min": "3.525", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "94.992", "max": "95.304", "min": "94.877", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "3.671", "max": "4.111", "min": "3.481", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "247.508", "max": "248.161", "min": "247.324", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "142.663", "max": "146.026", "min": "140.11", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.819", "max": "37.154", "min": "31.302", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "37.211", "max": "39.705", "min": "36.348", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "166.734", "max": "172.851", "min": "165.367", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "121.235", "max": "123.791", "min": "120.635", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "271.41", "max": "276.591", "min": "271", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "74.045", "max": "76.08", "min": "73.614", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "47.769", "max": "48.432", "min": "47.588", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "16.704", "max": "17.727", "min": "16.517", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "65.968", "max": "66.885", "min": "65.74", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "120.557", "max": "124.517", "min": "120.035", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "105.488", "max": "107.03", "min": "105.272", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "67.553", "max": "70.676", "min": "65.538", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "180.669", "max": "182.07", "min": "179.815", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "130.176", "max": "131.815", "min": "129.266", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "59.192", "max": "60.402", "min": "59.027", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "112.181", "max": "114.937", "min": "111.775", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "40.482", "max": "44.684", "min": "39.895", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "208.826", "max": "215.304", "min": "197.519", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "198.932", "max": "198.932", "min": "198.932", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "27.78", "max": "29.124", "min": "27.565", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "11.552", "max": "11.953", "min": "11.403", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "126.368", "max": "136.407", "min": "125.678", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "37.428", "max": "46.162", "min": "29.881", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "31.881", "max": "32.506", "min": "31.65", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "151.032", "max": "154.221", "min": "150.553", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "72.191", "max": "73.558", "min": "71.706", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "115.805", "max": "127.93", "min": "115.075", "id": "35", "country": "Switzerland", "source_name": "Zurich", "destination_name": "Lansing", "destination_id": "295" } } }, "43": { "name": "Bruges", "data": { "0": { "avg": "233.967", "max": "240.877", "min": "233.448", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "269.039", "max": "271.799", "min": "268.43", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "94.885", "max": "97.895", "min": "94.211", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "32.556", "max": "37.696", "min": "30.642", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "18.16", "max": "20.535", "min": "17.508", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "238.792", "max": "241.581", "min": "238.159", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "10.145", "max": "15.622", "min": "9.087", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "275.93", "max": "285.581", "min": "274.635", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "51.606", "max": "53.43", "min": "51.216", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "35.977", "max": "39.263", "min": "35.254", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.621", "max": "13.009", "min": "9.917", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "119.698", "max": "122.27", "min": "118.885", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "77.458", "max": "80.624", "min": "77.063", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "78.345", "max": "82.002", "min": "77.841", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "114.461", "max": "117.245", "min": "114.059", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "85.272", "max": "87.807", "min": "84.365", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "40.065", "max": "44.188", "min": "39.473", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "100.387", "max": "105.989", "min": "99.866", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "19.907", "max": "20.685", "min": "19.635", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "27.08", "max": "30.672", "min": "26.314", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "286.175", "max": "290.531", "min": "285.579", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "95.264", "max": "97.233", "min": "94.742", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "144.466", "max": "146.313", "min": "143.889", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "149.532", "max": "160.303", "min": "147.947", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.912", "max": "48.423", "min": "40.693", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "23.73", "max": "26.557", "min": "22.844", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "30.041", "max": "33.213", "min": "29.575", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "54.225", "max": "55.704", "min": "53.851", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.268", "max": "25.056", "min": "17.482", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "149.572", "max": "152.182", "min": "149.115", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "254.943", "max": "259.708", "min": "254.441", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.618", "max": "34.523", "min": "29.729", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "151.679", "max": "153.19", "min": "151.267", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.807", "max": "62.69", "min": "59.268", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "27.107", "max": "30.707", "min": "26.306", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "253.257", "max": "259.29", "min": "252.576", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "150.51", "max": "151.114", "min": "150.304", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "136.673", "max": "138.545", "min": "136.049", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "114.616", "max": "119.557", "min": "113.99", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "100.953", "max": "104.594", "min": "100.184", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "153.092", "max": "157.283", "min": "152.262", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "0.052", "max": "0.179", "min": "0.022", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "51.87", "max": "54.161", "min": "51.448", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "38.788", "max": "49.546", "min": "38.104", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "215.102", "max": "218.283", "min": "214.476", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "39.381", "max": "45.549", "min": "38.327", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "40.095", "max": "42.989", "min": "39.195", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "169.62", "max": "179.156", "min": "168.566", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "245.039", "max": "248.48", "min": "244.466", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "120.164", "max": "125.913", "min": "119.674", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "85.924", "max": "92.52", "min": "85.383", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "144.581", "max": "146.428", "min": "143.912", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "45.579", "max": "59.657", "min": "31.576", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "105.698", "max": "109.735", "min": "105.09", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "143.506", "max": "156.415", "min": "139.839", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "275.916", "max": "277.427", "min": "275.364", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "43.373", "max": "45.894", "min": "42.336", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "295.591", "max": "299.251", "min": "295.089", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "41.036", "max": "44.409", "min": "40.315", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "19.996", "max": "21.684", "min": "19.499", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "70.237", "max": "73.064", "min": "69.349", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "75.181", "max": "127.935", "min": "70.533", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "229.379", "max": "297.662", "min": "218.956", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "276.041", "max": "282.272", "min": "275.31", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "55.247", "max": "56.566", "min": "55.019", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "43.49", "max": "49.372", "min": "42.652", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "80.447", "max": "86.029", "min": "79.25", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "52.495", "max": "58.46", "min": "51.439", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "211.254", "max": "217.99", "min": "209.754", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "119.717", "max": "123.843", "min": "119.175", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "265.144", "max": "267.159", "min": "264.418", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "147.875", "max": "153.436", "min": "146.619", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "157.066", "max": "158.062", "min": "156.577", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "101.522", "max": "103.628", "min": "101.187", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "48.09", "max": "51.778", "min": "47.327", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "16.186", "max": "17.859", "min": "15.681", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "95.245", "max": "97.841", "min": "94.735", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "156.86", "max": "158.346", "min": "156.437", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "96.427", "max": "100.536", "min": "95.815", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "91.126", "max": "93.097", "min": "90.552", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "151.92", "max": "158.82", "min": "151.119", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "94.274", "max": "101.288", "min": "93.326", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "257.57", "max": "258.597", "min": "256.689", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "149.161", "max": "154.959", "min": "148.317", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "143.461", "max": "150.692", "min": "142.68", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "71.909", "max": "74.807", "min": "71.182", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.984", "max": "26.817", "min": "18.487", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "111.205", "max": "113.153", "min": "110.7", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "101.501", "max": "107.451", "min": "100.339", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.951", "max": "18.43", "min": "14.368", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "105.961", "max": "108.99", "min": "104.722", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "145.61", "max": "146.895", "min": "145.251", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "34.475", "max": "36.394", "min": "34.054", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "276.269", "max": "280.402", "min": "275.64", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "82.616", "max": "88.095", "min": "81.694", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "116.328", "max": "123.594", "min": "115.081", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "154.924", "max": "157.392", "min": "154.38", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "136.139", "max": "143.038", "min": "134.741", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.284", "max": "166.07", "min": "152.188", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "92.824", "max": "97.451", "min": "91.835", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "107.94", "max": "109.871", "min": "107.413", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "150.646", "max": "156.835", "min": "149.5", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "51.735", "max": "52.963", "min": "51.487", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "305.433", "max": "311.691", "min": "304.115", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "102.468", "max": "105.071", "min": "101.551", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "334.285", "max": "361.711", "min": "280.232", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "170.894", "max": "172.719", "min": "170.405", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "86.474", "max": "88.039", "min": "86.089", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "110.446", "max": "116.398", "min": "107.947", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "141.71", "max": "147.742", "min": "140.676", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "308.483", "max": "322.931", "min": "307.652", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "273.643", "max": "276.954", "min": "272.947", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "78.026", "max": "85.656", "min": "77.263", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "143.816", "max": "185.798", "min": "141.34", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "377.573", "max": "493.862", "min": "190.495", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.773", "max": "312.268", "min": "74.01", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "164.974", "max": "169.397", "min": "164.082", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "237.629", "max": "238.704", "min": "237.202", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "113.034", "max": "114.463", "min": "112.656", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "117.24", "max": "118.526", "min": "116.639", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "119.48", "max": "122.306", "min": "118.982", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "199.124", "max": "347.881", "min": "111.127", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "201.653", "max": "208.32", "min": "201.215", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "58.215", "max": "407.133", "min": "44.314", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "42.481", "max": "43.749", "min": "42.225", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "107.438", "max": "109.5", "min": "106.646", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "78.89", "max": "81.858", "min": "78.298", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "246.427", "max": "249.201", "min": "245.97", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "137.237", "max": "144.147", "min": "136.579", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "177.211", "max": "179.006", "min": "176.506", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "110.497", "max": "111.972", "min": "109.779", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "97.461", "max": "100.148", "min": "96.653", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "108.003", "max": "110.787", "min": "107.344", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "281.053", "max": "282.824", "min": "280.285", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "126.71", "max": "129.482", "min": "125.994", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.511", "max": "75.752", "min": "73.072", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "129.446", "max": "146.082", "min": "126.271", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "129.057", "max": "130.84", "min": "128.472", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "100.93", "max": "104.512", "min": "100.556", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "77.594", "max": "83.663", "min": "75.741", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "31.715", "max": "37.608", "min": "30.716", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "186.071", "max": "187.601", "min": "185.361", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "48.52", "max": "54.335", "min": "47.735", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "42.59", "max": "48.256", "min": "41.837", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "187.094", "max": "190.57", "min": "186.58", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "12.496", "max": "14.724", "min": "11.976", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "47.12", "max": "64.628", "min": "45.538", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "141.973", "max": "143.236", "min": "141.746", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "11.918", "max": "19.155", "min": "11.186", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "13.904", "max": "21.378", "min": "12.875", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "25.293", "max": "39.372", "min": "23.481", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.901", "max": "273.945", "min": "266.236", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "46.852", "max": "49.994", "min": "46.328", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "28.122", "max": "32.355", "min": "27.472", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "88.28", "max": "90.049", "min": "87.646", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "158.932", "max": "160.475", "min": "158.244", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "43.747", "max": "52.427", "min": "42.672", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "317.702", "max": "356.263", "min": "310.946", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "118.308", "max": "125.267", "min": "117.852", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "251.549", "max": "342.95", "min": "241.826", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "122.64", "max": "129.774", "min": "121.659", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "384.177", "max": "387.418", "min": "383.509", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "46.502", "max": "49.178", "min": "46.087", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "79.603", "max": "85.107", "min": "78.826", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "111.901", "max": "113.268", "min": "111.58", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "175.406", "max": "177.71", "min": "174.791", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "101.449", "max": "107.388", "min": "100.727", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "136.175", "max": "140.496", "min": "135.724", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "269.357", "max": "274.795", "min": "265.155", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.489", "max": "79.15", "min": "75.648", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "90.146", "max": "96.779", "min": "89.644", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "24.593", "max": "30.943", "min": "23.223", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "278.064", "max": "284.475", "min": "276.861", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "22.429", "max": "24.492", "min": "21.887", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "29.204", "max": "32.97", "min": "28.547", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "40.255", "max": "45.947", "min": "39.264", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "30.694", "max": "35.08", "min": "29.663", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.153", "max": "22.067", "min": "14.274", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "71.157", "max": "72.583", "min": "70.538", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "50.322", "max": "56.788", "min": "49.74", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "66.503", "max": "69.882", "min": "65.798", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "52.525", "max": "53.918", "min": "51.934", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "11.209", "max": "15.563", "min": "10.538", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "15.496", "max": "16.47", "min": "15.19", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "8.042", "max": "14.293", "min": "7.255", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "39.816", "max": "45.276", "min": "39.035", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "63.081", "max": "67.969", "min": "61.951", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "37.711", "max": "58.445", "min": "35.836", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "46.338", "max": "138.511", "min": "18.25", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "10.428", "max": "13.49", "min": "9.809", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "64.703", "max": "68.301", "min": "64.115", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "43.875", "max": "49.131", "min": "43.227", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "49.595", "max": "56.728", "min": "48.699", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "12.32", "max": "27.641", "min": "11.314", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "272.967", "max": "279.097", "min": "271.813", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "21.952", "max": "22.759", "min": "21.631", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "32.63", "max": "34.159", "min": "32.217", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "30.016", "max": "35.704", "min": "28.885", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "177.326", "max": "186.431", "min": "175.141", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "59.937", "max": "65.119", "min": "57.367", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "9.378", "max": "14.836", "min": "7.545", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "8.341", "max": "11.271", "min": "7.836", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "9.192", "max": "10.829", "min": "8.625", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "273.8", "max": "281.057", "min": "272.398", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "84.562", "max": "91.028", "min": "83.256", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "226.46", "max": "233.56", "min": "219.755", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "149.662", "max": "151.975", "min": "149.216", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "13.654", "max": "17.817", "min": "12.949", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "205.731", "max": "331.668", "min": "146.89", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "154.148", "max": "157.79", "min": "153.507", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "41.542", "max": "46.354", "min": "40.903", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "64.252", "max": "66.039", "min": "63.852", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "13.565", "max": "16.023", "min": "13.117", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "11.497", "max": "12.904", "min": "10.94", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "99.826", "max": "100.683", "min": "99.641", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "113.781", "max": "115.992", "min": "113.281", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "277.144", "max": "358.18", "min": "273.863", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "81.094", "max": "82.663", "min": "80.602", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "35.547", "max": "38.597", "min": "35.078", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "79.763", "max": "85.33", "min": "78.524", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "28.228", "max": "38.914", "min": "27.328", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "267.248", "max": "658.31", "min": "246.881", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "122.929", "max": "127.476", "min": "119.559", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.583", "max": "34.353", "min": "31.243", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "48.954", "max": "51.715", "min": "47.925", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "156.951", "max": "186.663", "min": "154.007", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "117.226", "max": "119.218", "min": "116.605", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "267.564", "max": "270.274", "min": "267.039", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "96.142", "max": "103.334", "min": "94.868", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "48.216", "max": "51.963", "min": "47.742", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "18.126", "max": "23.091", "min": "16.746", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "62.135", "max": "69.641", "min": "61.171", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "90.775", "max": "113.304", "min": "89.075", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "89.345", "max": "92.412", "min": "88.596", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "69.688", "max": "79.912", "min": "67.311", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "166.289", "max": "167.138", "min": "165.9", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "87.813", "max": "91.342", "min": "86.791", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "137.759", "max": "138.893", "min": "137.184", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "122.431", "max": "126.653", "min": "121.542", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "23.502", "max": "30.304", "min": "22.599", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "186.026", "max": "190.83", "min": "185.252", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.323", "max": "183.323", "min": "183.323", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "18.751", "max": "22.468", "min": "18.225", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.454", "max": "25.274", "min": "22.006", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "106.024", "max": "112.094", "min": "104.993", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "28.049", "max": "39.359", "min": "19.473", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "41.068", "max": "47.003", "min": "40.253", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "192.239", "max": "196.833", "min": "191.592", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "113.89", "max": "115.032", "min": "113.247", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "102.467", "max": "109.439", "min": "101.223", "id": "43", "country": "Belgium", "source_name": "Bruges", "destination_name": "Lansing", "destination_id": "295" } } }, "44": { "name": "Lisbon", "data": { "0": { "avg": "185.116", "max": "185.346", "min": "184.974", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "298.813", "max": "299.128", "min": "298.57", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "123.238", "max": "123.497", "min": "123.104", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "63.475", "max": "68.389", "min": "62.461", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "44.052", "max": "44.523", "min": "43.859", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "270.615", "max": "271.471", "min": "270.39", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "41.269", "max": "42.149", "min": "41.12", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "305.564", "max": "312.549", "min": "304.019", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "84.74", "max": "85.709", "min": "84.588", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "62.523", "max": "63.443", "min": "62.305", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "52.728", "max": "52.989", "min": "52.524", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "146.997", "max": "147.26", "min": "146.706", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "109.48", "max": "109.806", "min": "109.296", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "118.799", "max": "119.046", "min": "118.663", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "140.083", "max": "140.863", "min": "139.926", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "114.214", "max": "114.633", "min": "113.72", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "15.902", "max": "16.135", "min": "15.679", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "127.116", "max": "128.295", "min": "126.892", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "56.773", "max": "57.592", "min": "56.514", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "54.993", "max": "55.315", "min": "54.852", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "315.96", "max": "316.943", "min": "314.967", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "129.986", "max": "130.322", "min": "129.905", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "181.708", "max": "181.861", "min": "181.588", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "183.941", "max": "186.037", "min": "183.568", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "73.747", "max": "75.953", "min": "73.472", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "56.291", "max": "56.562", "min": "56.124", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "58.625", "max": "60.493", "min": "58.375", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "69.627", "max": "71.102", "min": "69.445", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "44.52", "max": "44.705", "min": "44.393", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "176.241", "max": "178.028", "min": "175.96", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "207.422", "max": "207.835", "min": "207.288", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "61.727", "max": "61.998", "min": "61.546", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "180.128", "max": "180.439", "min": "179.97", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "75.17", "max": "75.404", "min": "74.975", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "55.703", "max": "56.64", "min": "55.395", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "197.521", "max": "198.182", "min": "197.31", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "169.118", "max": "169.218", "min": "169.029", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "189.508", "max": "190.669", "min": "189.187", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "140.548", "max": "142.057", "min": "140.285", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "116.768", "max": "117.334", "min": "116.492", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "187.229", "max": "190.23", "min": "186.926", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "51.996", "max": "55.328", "min": "51.475", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "0.047", "max": "0.059", "min": "0.042", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "68.776", "max": "75.127", "min": "68.449", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "164.757", "max": "165.034", "min": "164.607", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "72.321", "max": "72.938", "min": "72", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "81.442", "max": "82.264", "min": "81.185", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "188.546", "max": "189.101", "min": "188.347", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "258.806", "max": "259.128", "min": "258.703", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "149.527", "max": "149.941", "min": "149.441", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "116.921", "max": "117.186", "min": "116.773", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "180.153", "max": "180.576", "min": "179.879", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "106.496", "max": "133.829", "min": "47.008", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.245", "max": "139.394", "min": "139.153", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "174.932", "max": "182.959", "min": "171.828", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "230.913", "max": "232.318", "min": "230.622", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "17.136", "max": "20.028", "min": "16.253", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "351.822", "max": "352.321", "min": "351.637", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "85.41", "max": "86.944", "min": "84.747", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "50.352", "max": "50.688", "min": "50.201", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "105.148", "max": "106.125", "min": "104.707", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "79.913", "max": "142.571", "min": "75.064", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "210.051", "max": "222.556", "min": "209.023", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "238.551", "max": "239.331", "min": "238.418", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "80.855", "max": "81.082", "min": "80.625", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "85.281", "max": "85.566", "min": "85.165", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "110.035", "max": "110.422", "min": "109.919", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "86.7", "max": "87.211", "min": "86.385", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "243.134", "max": "244.773", "min": "242.24", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "154.665", "max": "155.168", "min": "154.55", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "301.82", "max": "303.386", "min": "301.598", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "168.208", "max": "169.841", "min": "167.843", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "177.922", "max": "179.368", "min": "177.684", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "131.976", "max": "132.225", "min": "131.871", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "85.943", "max": "86.701", "min": "85.77", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "51.279", "max": "51.531", "min": "51.095", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "115.849", "max": "116.042", "min": "115.716", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "176.82", "max": "177.201", "min": "176.665", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "126.218", "max": "142.178", "min": "125.359", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "130.183", "max": "130.384", "min": "130.009", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "186.831", "max": "186.977", "min": "186.721", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "129.703", "max": "130.573", "min": "129.372", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "334.634", "max": "336.828", "min": "332.361", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "184.589", "max": "185.776", "min": "184.316", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "154.081", "max": "154.262", "min": "153.954", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "109.193", "max": "110.388", "min": "108.885", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "55.371", "max": "55.826", "min": "55.137", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "130.958", "max": "131.17", "min": "130.814", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "136.767", "max": "137.057", "min": "136.518", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "46.708", "max": "51.407", "min": "46.239", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "139.776", "max": "141.601", "min": "139.307", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "184.399", "max": "184.694", "min": "184.165", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "40.54", "max": "40.873", "min": "40.418", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "294.635", "max": "294.922", "min": "294.432", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "122.556", "max": "122.756", "min": "122.464", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "144.849", "max": "145.223", "min": "144.632", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "184.303", "max": "184.913", "min": "184.061", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "168.133", "max": "173.288", "min": "167.528", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "167.907", "max": "168.133", "min": "167.773", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "127.532", "max": "128.309", "min": "127.324", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "136.221", "max": "136.404", "min": "136.083", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "175.179", "max": "175.411", "min": "175.003", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "93.571", "max": "95.818", "min": "93.321", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "339.979", "max": "347.303", "min": "339.254", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "136.505", "max": "137.501", "min": "136.237", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "356.395", "max": "368.359", "min": "310.576", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "218.484", "max": "221.716", "min": "218.021", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "114.381", "max": "115.441", "min": "114.124", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "126.877", "max": "127.097", "min": "126.71", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "165.099", "max": "167.876", "min": "164.327", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "333.262", "max": "333.502", "min": "333.12", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "286.475", "max": "286.777", "min": "286.328", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "108.232", "max": "108.397", "min": "108.143", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "162.277", "max": "183.422", "min": "161.315", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "407.068", "max": "524.033", "min": "242.174", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "180.75", "max": "262.089", "min": "100.428", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "199.144", "max": "199.638", "min": "198.792", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "265.13", "max": "268.387", "min": "264.786", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "148.11", "max": "148.366", "min": "147.946", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "141.909", "max": "143.229", "min": "141.657", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "146.651", "max": "146.982", "min": "146.391", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "220.001", "max": "376.208", "min": "143.057", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "243.744", "max": "244.129", "min": "243.586", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "76.892", "max": "155.398", "min": "73.647", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "73.678", "max": "73.911", "min": "73.526", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "65.76", "max": "68.874", "min": "65.199", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "110.372", "max": "110.564", "min": "110.235", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "209.941", "max": "212.189", "min": "209.547", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "138.644", "max": "138.887", "min": "138.371", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "212.332", "max": "212.593", "min": "212.164", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "139.156", "max": "139.371", "min": "139.008", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "139.794", "max": "140.019", "min": "139.597", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "134.492", "max": "134.992", "min": "134.252", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "339.167", "max": "340.436", "min": "338.299", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "157.059", "max": "157.952", "min": "156.924", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "111.739", "max": "117.106", "min": "111.43", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "165.861", "max": "173.07", "min": "164.64", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "146.108", "max": "146.453", "min": "145.913", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "138.27", "max": "138.602", "min": "138.165", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "111.179", "max": "111.476", "min": "111.034", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "62.692", "max": "63.016", "min": "62.55", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "218.548", "max": "219.827", "min": "218.183", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "73.577", "max": "73.926", "min": "73.429", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "67.639", "max": "67.981", "min": "67.412", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "215.607", "max": "227.207", "min": "214.592", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "47.885", "max": "55.586", "min": "47.321", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "91.322", "max": "95.296", "min": "91", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "162.742", "max": "163.032", "min": "162.579", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "47.179", "max": "47.306", "min": "47.064", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "48.635", "max": "48.869", "min": "48.54", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "50.683", "max": "62.32", "min": "48.87", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "279.275", "max": "279.48", "min": "279.137", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "71.207", "max": "74.092", "min": "70.429", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "54.041", "max": "98.451", "min": "51.958", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "134.984", "max": "135.377", "min": "134.861", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "188.77", "max": "189.01", "min": "188.531", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "72.572", "max": "73.909", "min": "72.254", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "289.157", "max": "341.36", "min": "280.634", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "146.131", "max": "146.349", "min": "145.879", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "267.596", "max": "376.112", "min": "260.822", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "141.971", "max": "142.267", "min": "141.838", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "427.332", "max": "428.128", "min": "426.524", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "69.369", "max": "69.744", "min": "69.167", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "109.448", "max": "111.38", "min": "109.192", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "146.764", "max": "147.279", "min": "146.461", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "214.7", "max": "214.812", "min": "214.617", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "125.612", "max": "126.058", "min": "125.399", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "156.923", "max": "157.124", "min": "156.761", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "285.439", "max": "294.59", "min": "263.522", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "118.971", "max": "119.152", "min": "118.861", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "122.358", "max": "122.666", "min": "122.278", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "53.531", "max": "55.508", "min": "53.224", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "167.556", "max": "168.624", "min": "167.429", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "58.252", "max": "59.876", "min": "58.107", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "56.774", "max": "57.498", "min": "56.47", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "66.262", "max": "89.143", "min": "64.984", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "55.729", "max": "56.086", "min": "55.614", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "51.26", "max": "51.917", "min": "51.067", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "91.445", "max": "91.862", "min": "91.285", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "83.927", "max": "84.11", "min": "83.778", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "97.783", "max": "98.025", "min": "97.595", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "86.465", "max": "87.467", "min": "86.289", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "45.018", "max": "46.453", "min": "44.813", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "48.324", "max": "48.514", "min": "48.202", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "46.946", "max": "47.152", "min": "46.811", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "56.123", "max": "56.398", "min": "55.944", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "90.81", "max": "92.367", "min": "90.449", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "66.759", "max": "70.286", "min": "65.6", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "73.274", "max": "139.278", "min": "50.391", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "45.656", "max": "45.976", "min": "45.453", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "105.742", "max": "106.123", "min": "105.572", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "72.033", "max": "78.309", "min": "71.362", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "77.875", "max": "78.39", "min": "77.434", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "47.517", "max": "47.834", "min": "47.265", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "308.366", "max": "308.746", "min": "308.194", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "49.566", "max": "50.119", "min": "49.403", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "64.999", "max": "65.39", "min": "64.776", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "70.097", "max": "70.279", "min": "69.977", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "197.846", "max": "204.361", "min": "195.683", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "89.811", "max": "90.073", "min": "89.675", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "48.179", "max": "57.712", "min": "47.652", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "47.631", "max": "48.125", "min": "47.344", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "43.338", "max": "43.624", "min": "43.208", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "280.842", "max": "293.781", "min": "277.685", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "116.09", "max": "122.191", "min": "114.819", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "289.692", "max": "301.072", "min": "242.917", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "187.705", "max": "188.055", "min": "187.578", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "44.189", "max": "44.534", "min": "44.064", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "168.673", "max": "169.205", "min": "168.435", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "177.276", "max": "177.91", "min": "176.98", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "66.372", "max": "66.745", "min": "66.201", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "95.473", "max": "96.331", "min": "95.248", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "51.209", "max": "52.242", "min": "50.785", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "46.583", "max": "47.624", "min": "46.269", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "130.724", "max": "130.88", "min": "130.644", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "146.994", "max": "147.896", "min": "146.825", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "208.894", "max": "210.115", "min": "208.677", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "115.788", "max": "116.178", "min": "115.648", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "48.445", "max": "48.844", "min": "48.313", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "112.476", "max": "112.558", "min": "112.409", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "47.126", "max": "47.427", "min": "46.952", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "253.3", "max": "253.726", "min": "253.144", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "157.232", "max": "161.456", "min": "154.529", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "61.223", "max": "61.675", "min": "61.055", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "72.535", "max": "73.729", "min": "72.112", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "185.991", "max": "188.144", "min": "184.823", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "69.953", "max": "71.916", "min": "69.504", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "267.81", "max": "268.26", "min": "267.624", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "125.294", "max": "125.702", "min": "125.059", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "77.068", "max": "77.242", "min": "76.926", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "47.205", "max": "47.507", "min": "47.1", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "107.424", "max": "107.683", "min": "107.339", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "120.738", "max": "128.981", "min": "120.052", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "120.711", "max": "120.891", "min": "120.599", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "93.461", "max": "98.265", "min": "91.255", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "203.658", "max": "205.93", "min": "203.37", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "133.359", "max": "134.845", "min": "132.453", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "95.67", "max": "96.154", "min": "95.506", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "140.04", "max": "140.338", "min": "139.864", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "58.835", "max": "62.557", "min": "58.506", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "282.988", "max": "283.301", "min": "282.786", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "209.408", "max": "209.408", "min": "209.408", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "55.375", "max": "55.571", "min": "55.286", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "50.522", "max": "50.662", "min": "50.452", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "151.982", "max": "152.54", "min": "151.822", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "60.403", "max": "72.323", "min": "52.536", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "63.854", "max": "64.127", "min": "63.732", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "154.619", "max": "156.186", "min": "154.36", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "119.008", "max": "120.426", "min": "118.645", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "131.377", "max": "131.498", "min": "131.29", "id": "44", "country": "Portugal", "source_name": "Lisbon", "destination_name": "Lansing", "destination_id": "295" } } }, "45": { "name": "Helsinki", "data": { "0": { "avg": "230.294", "max": "283.914", "min": "227.862", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "259.707", "max": "262.136", "min": "259.425", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.795", "max": "112.11", "min": "111.613", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "38.684", "max": "62.236", "min": "36.778", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "34.097", "max": "46.119", "min": "33.402", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "242.947", "max": "243.895", "min": "242.59", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "27.507", "max": "30.277", "min": "27.304", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "296.239", "max": "308.153", "min": "293.705", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "16.699", "max": "29.099", "min": "16.191", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "7.642", "max": "8.596", "min": "7.411", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "33.793", "max": "34.005", "min": "33.66", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "139.924", "max": "143.322", "min": "139.271", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "108.97", "max": "139.97", "min": "107.693", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "139.04", "max": "157.238", "min": "118.637", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "132.371", "max": "132.754", "min": "132.196", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "109.143", "max": "125.211", "min": "107.844", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "50.835", "max": "53.696", "min": "50.361", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "118.358", "max": "121.3", "min": "117.821", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "44.643", "max": "44.84", "min": "44.483", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "32.72", "max": "36.732", "min": "32.106", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "287.78", "max": "289.436", "min": "287.499", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "123.756", "max": "130.49", "min": "123.191", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "163.025", "max": "166.84", "min": "162.701", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "159.077", "max": "169.664", "min": "158.457", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "8.377", "max": "25.747", "min": "7.27", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.683", "max": "28.239", "min": "27.462", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "40.927", "max": "42.599", "min": "40.602", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "32.645", "max": "33.091", "min": "32.547", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "41.444", "max": "46.484", "min": "41.048", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "160.149", "max": "164.787", "min": "159.518", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "183.333", "max": "186.775", "min": "183.026", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "56.364", "max": "57.307", "min": "56.157", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.266", "max": "193.613", "min": "164.306", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "52.653", "max": "83.886", "min": "51.35", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "40.215", "max": "53.345", "min": "38.451", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "179.946", "max": "182.806", "min": "179.373", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "163.153", "max": "163.532", "min": "163.087", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "163.115", "max": "174.98", "min": "162.36", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "134.421", "max": "137.494", "min": "134.149", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "110.364", "max": "113.027", "min": "109.979", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "180.648", "max": "189.264", "min": "179.891", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "39.308", "max": "47.897", "min": "38.159", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "68.581", "max": "68.893", "min": "68.456", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "0.059", "max": "0.262", "min": "0.028", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "156.576", "max": "158.592", "min": "156.354", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "43.471", "max": "51.948", "min": "42.294", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "19.418", "max": "24.173", "min": "19.085", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "200.343", "max": "201.976", "min": "200.129", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "278.402", "max": "284.574", "min": "277.289", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "144.991", "max": "164.823", "min": "143.307", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "109.913", "max": "110.203", "min": "109.701", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "168.956", "max": "174.412", "min": "168.338", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.455", "max": "141.914", "min": "38.183", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "131.335", "max": "132.769", "min": "131.156", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "167.801", "max": "189.899", "min": "163.427", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "278.623", "max": "284.46", "min": "278.123", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "64.6", "max": "70.918", "min": "63.311", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "317.836", "max": "318.05", "min": "317.7", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "37.201", "max": "41.444", "min": "36.669", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "37.321", "max": "52.102", "min": "36.434", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "77.366", "max": "83.758", "min": "76.549", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "87.961", "max": "132.852", "min": "84.979", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "204.912", "max": "283.465", "min": "200.956", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "226.246", "max": "226.928", "min": "226.033", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "60.29", "max": "61.059", "min": "60.006", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "49.435", "max": "50.704", "min": "49.071", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "105.013", "max": "115.597", "min": "104.466", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "50.212", "max": "52.041", "min": "49.804", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "236.342", "max": "238.541", "min": "235.692", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "155.951", "max": "173.132", "min": "154.887", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "271.022", "max": "275.266", "min": "270.411", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "167.204", "max": "169.895", "min": "166.906", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "182.605", "max": "183.641", "min": "182.364", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "123.402", "max": "123.594", "min": "123.183", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "75.965", "max": "77.227", "min": "75.738", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "40.167", "max": "43.789", "min": "39.829", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "121.01", "max": "135.203", "min": "120.379", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "155.666", "max": "169.271", "min": "154.779", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "127.941", "max": "133.54", "min": "127.4", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "122.052", "max": "124.646", "min": "121.704", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "159.562", "max": "184.248", "min": "158.426", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "126.106", "max": "127.202", "min": "125.796", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "201.632", "max": "205.786", "min": "201.292", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "170.495", "max": "179.546", "min": "168.559", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "166.381", "max": "220.822", "min": "162.607", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "84.801", "max": "85.734", "min": "84.51", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "45.013", "max": "46.901", "min": "44.512", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "128.351", "max": "128.621", "min": "128.248", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "122.955", "max": "133.017", "min": "122.363", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "38.993", "max": "43.742", "min": "38.696", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "132.988", "max": "141.701", "min": "131.814", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "166.408", "max": "167.616", "min": "166.161", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "56.722", "max": "57.862", "min": "56.547", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "263.337", "max": "266.396", "min": "262.851", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "110.64", "max": "116.099", "min": "110.303", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "133.56", "max": "133.823", "min": "133.428", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "174.53", "max": "175.04", "min": "174.215", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "160.259", "max": "172.539", "min": "159.115", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "171.937", "max": "172.407", "min": "171.773", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "126.113", "max": "142.571", "min": "125.35", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "132.201", "max": "156.965", "min": "130.49", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "173.595", "max": "176.082", "min": "173.076", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "57.569", "max": "72.58", "min": "56.823", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "335.269", "max": "343.038", "min": "333.978", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "128.283", "max": "152.17", "min": "127.048", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "395.136", "max": "407.094", "min": "383.832", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "193.001", "max": "204.065", "min": "191.516", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "107.989", "max": "117.845", "min": "107.163", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "119.866", "max": "119.977", "min": "119.776", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "163.113", "max": "168.29", "min": "162.015", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "311.082", "max": "318.214", "min": "310.663", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "300.982", "max": "309.673", "min": "300.207", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "99.442", "max": "99.547", "min": "99.361", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "202.845", "max": "205.295", "min": "202.443", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "381.176", "max": "487.118", "min": "219.081", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "162.871", "max": "246.711", "min": "69.225", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "191.891", "max": "203.851", "min": "190.617", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "244.917", "max": "250.56", "min": "244.322", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "151.093", "max": "183.777", "min": "148.659", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "135.052", "max": "137.261", "min": "134.704", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "139.468", "max": "140.493", "min": "139.185", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "218.723", "max": "370.526", "min": "138.992", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "211.502", "max": "225.324", "min": "210.366", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "19.602", "max": "95.023", "min": "16.488", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "7.589", "max": "15.753", "min": "6.999", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "18.138", "max": "39.86", "min": "16.614", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "101.327", "max": "132.515", "min": "99.763", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "188.196", "max": "188.662", "min": "188.031", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "124.458", "max": "150.563", "min": "123.228", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "191.022", "max": "192.249", "min": "190.719", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "127.412", "max": "139.716", "min": "126.585", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "133.337", "max": "134.286", "min": "133.195", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "131.971", "max": "133.061", "min": "131.716", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "351.129", "max": "352.895", "min": "350.409", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "145.596", "max": "150.561", "min": "145.33", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "102.271", "max": "118.798", "min": "100.292", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "155.899", "max": "175.302", "min": "154.194", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "138.052", "max": "150.394", "min": "137.375", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "134.836", "max": "137.565", "min": "134.26", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "103.41", "max": "119.268", "min": "102.586", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "37.816", "max": "38.208", "min": "37.695", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "196.614", "max": "201.611", "min": "195.874", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "6.179", "max": "8.638", "min": "5.962", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "39.917", "max": "48.287", "min": "39.013", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "205.266", "max": "216.065", "min": "203.563", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "31.601", "max": "41.503", "min": "30.952", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "42.928", "max": "49.106", "min": "42.518", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "163.209", "max": "169.843", "min": "162.675", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "33.905", "max": "41.996", "min": "33.502", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "34.1", "max": "37.751", "min": "33.789", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "30.685", "max": "45.783", "min": "28.867", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "236.299", "max": "236.547", "min": "236.175", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "46.618", "max": "47.102", "min": "46.431", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "39.448", "max": "44.06", "min": "38.743", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "115.421", "max": "150.941", "min": "111.689", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "164.751", "max": "166.079", "min": "164.207", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "27.434", "max": "31.858", "min": "26.938", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "231.468", "max": "269.007", "min": "220.641", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "146.164", "max": "146.732", "min": "145.921", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "256.768", "max": "364.765", "min": "249.605", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "147.452", "max": "153.107", "min": "146.856", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "222.082", "max": "234.579", "min": "220.908", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "12.12", "max": "23.005", "min": "11.497", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "103.806", "max": "104.684", "min": "103.672", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "83.808", "max": "121.247", "min": "82.38", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "189.441", "max": "191.198", "min": "189.122", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "68.52", "max": "85.449", "min": "67.576", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "173.568", "max": "174.431", "min": "173.291", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "217.643", "max": "232.798", "min": "205.283", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "109.321", "max": "113.927", "min": "108.863", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "120.506", "max": "127.268", "min": "120.221", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "33.166", "max": "35.97", "min": "32.707", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "166.419", "max": "175.76", "min": "165.757", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "41.077", "max": "42.67", "min": "40.811", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "37.064", "max": "48.579", "min": "36.321", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "55.504", "max": "67.694", "min": "54.825", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "40.471", "max": "48.102", "min": "39.962", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "39.906", "max": "45.306", "min": "39.434", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "77.891", "max": "78.76", "min": "77.668", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "59.928", "max": "61.61", "min": "59.799", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "35.941", "max": "42.41", "min": "35.622", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.833", "max": "70.686", "min": "68.61", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "28.992", "max": "60.283", "min": "26.106", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "29.763", "max": "29.895", "min": "29.698", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "43.353", "max": "43.918", "min": "43.237", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "29.875", "max": "31.055", "min": "29.656", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "88.177", "max": "90.619", "min": "87.749", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "46.345", "max": "86.917", "min": "43.088", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "47.985", "max": "63.594", "min": "34.445", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "31.551", "max": "31.933", "min": "31.266", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "87.602", "max": "96.78", "min": "86.952", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "33.65", "max": "41.92", "min": "32.869", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "57.631", "max": "84.988", "min": "56.236", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "34.443", "max": "55.088", "min": "32.974", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "231.614", "max": "259.426", "min": "230.314", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "36.672", "max": "40.088", "min": "36.273", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "40.31", "max": "55.851", "min": "39.195", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "46.056", "max": "68.003", "min": "45.109", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "189.992", "max": "194.924", "min": "188.668", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "67.675", "max": "77.354", "min": "66.736", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "31.277", "max": "38.432", "min": "30.513", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "28.327", "max": "29.883", "min": "28.169", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "27.419", "max": "27.695", "min": "27.185", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "325.243", "max": "338.538", "min": "323.848", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "105.262", "max": "135.929", "min": "103.454", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "230.651", "max": "240.395", "min": "222.311", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "177.983", "max": "191.966", "min": "177.251", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "33.083", "max": "65.506", "min": "30.274", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "128.422", "max": "137.128", "min": "127.615", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "187.273", "max": "192.078", "min": "186.775", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "47.239", "max": "48.446", "min": "46.895", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "87.802", "max": "89.044", "min": "87.435", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "36.84", "max": "45.003", "min": "36.083", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "30.785", "max": "68.061", "min": "29.031", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "123.499", "max": "124.203", "min": "123.361", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "133.057", "max": "157.129", "min": "131.131", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "265.248", "max": "292.967", "min": "263.27", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "189.046", "max": "190.117", "min": "188.922", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "37.808", "max": "38.391", "min": "37.581", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "107.766", "max": "109.379", "min": "107.571", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "36.818", "max": "38.64", "min": "36.625", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "227.838", "max": "237.613", "min": "226.654", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "157.119", "max": "165.527", "min": "152.257", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "48.583", "max": "66.495", "min": "47.311", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "62.161", "max": "66.095", "min": "61.044", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "180.671", "max": "183.439", "min": "179.668", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "131.818", "max": "132.598", "min": "131.414", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "206.346", "max": "234.811", "min": "203.182", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "100.843", "max": "101.683", "min": "100.592", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "60.644", "max": "90.921", "min": "58.749", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "36.261", "max": "41.655", "min": "35.911", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "81.064", "max": "83.188", "min": "80.849", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "117.543", "max": "131.139", "min": "116.501", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "111.3", "max": "114.424", "min": "111.061", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "89.291", "max": "91.346", "min": "87.293", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "210.912", "max": "227.885", "min": "198.42", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "124.428", "max": "132.664", "min": "122.464", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "84.697", "max": "111.795", "min": "83.05", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "127.599", "max": "127.889", "min": "127.341", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "45.115", "max": "51.933", "min": "44.478", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "249.437", "max": "262.835", "min": "247.479", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "214.047", "max": "214.047", "min": "214.047", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "39.042", "max": "47.614", "min": "37.541", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "29.745", "max": "33.608", "min": "29.348", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "136.641", "max": "153.901", "min": "135.809", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "54.208", "max": "69.639", "min": "45.02", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "43.271", "max": "44.287", "min": "43.157", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "185.623", "max": "186.183", "min": "185.414", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "93.132", "max": "104.348", "min": "92.142", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "128.091", "max": "131.59", "min": "127.765", "id": "45", "country": "Finland", "source_name": "Helsinki", "destination_name": "Lansing", "destination_id": "295" } } }, "47": { "name": "Budapest", "data": { "0": { "avg": "241.758", "max": "242.516", "min": "241.32", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "282.87", "max": "288.441", "min": "282.184", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "126.484", "max": "127.161", "min": "126.075", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "10.421", "max": "17.578", "min": "9.627", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "30.264", "max": "31.026", "min": "29.898", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "266.919", "max": "267.617", "min": "266.56", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "32.21", "max": "32.912", "min": "31.762", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "298.211", "max": "301.475", "min": "297.271", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "60.385", "max": "61.131", "min": "59.969", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "43.179", "max": "49.114", "min": "42.588", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "31.095", "max": "31.802", "min": "30.644", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "174.542", "max": "188.049", "min": "173.702", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "103.232", "max": "103.993", "min": "102.879", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.771", "max": "113.614", "min": "112.376", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.833", "max": "132.44", "min": "129.435", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "110.879", "max": "111.955", "min": "110.174", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "40.976", "max": "41.697", "min": "40.467", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "116.393", "max": "118.235", "min": "115.995", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "44.785", "max": "45.555", "min": "44.456", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "8.897", "max": "9.507", "min": "8.684", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "301.25", "max": "301.937", "min": "300.951", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "125.014", "max": "125.781", "min": "124.688", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "170.044", "max": "170.7", "min": "169.677", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "175.222", "max": "177.463", "min": "174.79", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.769", "max": "46.392", "min": "40.976", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "38.038", "max": "38.71", "min": "37.825", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "30.021", "max": "32.878", "min": "29.521", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "13.692", "max": "16.314", "min": "13.281", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "19.866", "max": "20.563", "min": "19.465", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "166.944", "max": "167.557", "min": "166.487", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "272.884", "max": "273.596", "min": "272.574", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.794", "max": "40.791", "min": "39.366", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "189.582", "max": "190.347", "min": "189.137", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "43.297", "max": "43.983", "min": "43.029", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "24.277", "max": "29.465", "min": "23.809", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "184.118", "max": "186.617", "min": "183.655", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "177.214", "max": "177.85", "min": "176.793", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "179.475", "max": "180.214", "min": "179.078", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "138.694", "max": "139.456", "min": "138.274", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "120.738", "max": "129.388", "min": "119.873", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "175.743", "max": "181.175", "min": "174.928", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "38.961", "max": "41.393", "min": "38.22", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "72.327", "max": "72.978", "min": "72.02", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "42.738", "max": "46.809", "min": "42.243", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "157.148", "max": "157.989", "min": "156.903", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "0.02", "max": "0.078", "min": "0.014", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "44.501", "max": "45.22", "min": "44.137", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "196.804", "max": "197.733", "min": "196.431", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "256.271", "max": "257.445", "min": "255.82", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "145.038", "max": "145.756", "min": "144.795", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "117.221", "max": "117.89", "min": "116.9", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "179.504", "max": "180.117", "min": "178.917", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "41.251", "max": "51.325", "min": "36.565", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "133.426", "max": "134.074", "min": "133.106", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "170.217", "max": "193.911", "min": "164.985", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "280.27", "max": "280.829", "min": "279.914", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "54.105", "max": "55.079", "min": "53.017", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "313.933", "max": "314.487", "min": "313.632", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "23.394", "max": "24.652", "min": "22.868", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "28.273", "max": "29.027", "min": "27.918", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "74.367", "max": "79.223", "min": "73.447", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "87.528", "max": "145.433", "min": "81.667", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "312.883", "max": "399.738", "min": "304.128", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "219.474", "max": "220.245", "min": "219.174", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "54.875", "max": "55.526", "min": "54.362", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.389", "max": "35.902", "min": "35.087", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "105.179", "max": "105.967", "min": "104.844", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "23.43", "max": "24.189", "min": "22.868", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "250.768", "max": "253.24", "min": "249.732", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "155.592", "max": "160.488", "min": "155.018", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "273.117", "max": "274.183", "min": "272.691", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "163.029", "max": "163.7", "min": "162.553", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "185.188", "max": "185.814", "min": "184.785", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "126.066", "max": "126.878", "min": "125.795", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "71.54", "max": "72.476", "min": "71.059", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "41.901", "max": "42.69", "min": "41.549", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "121.083", "max": "121.79", "min": "120.731", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "192.581", "max": "196.023", "min": "192.025", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "129.751", "max": "130.662", "min": "129.338", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "131.104", "max": "131.939", "min": "130.737", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.161", "max": "162.014", "min": "160.801", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "108.45", "max": "109.745", "min": "107.957", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "361.871", "max": "375.583", "min": "298.118", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "163.715", "max": "164.408", "min": "163.397", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "151.805", "max": "152.441", "min": "151.447", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "85.324", "max": "86.909", "min": "84.79", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "41.533", "max": "47.168", "min": "40.829", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "130.944", "max": "131.683", "min": "130.577", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "138.687", "max": "139.609", "min": "138.251", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "36.589", "max": "44.203", "min": "35.749", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "142.08", "max": "143.856", "min": "141.256", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "178.187", "max": "178.862", "min": "177.778", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "61.135", "max": "61.705", "min": "60.798", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "303.203", "max": "303.867", "min": "302.812", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "111.512", "max": "112.256", "min": "111.059", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "140.83", "max": "142.271", "min": "140.239", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "183.527", "max": "184.074", "min": "183.113", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "178.546", "max": "215.832", "min": "176.208", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "187.261", "max": "187.954", "min": "186.85", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "130.275", "max": "131.974", "min": "129.757", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "133.648", "max": "134.353", "min": "133.331", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "186.953", "max": "187.629", "min": "186.463", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "31.139", "max": "31.846", "min": "30.812", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "343.105", "max": "347.078", "min": "342.262", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "137.926", "max": "138.904", "min": "137.54", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "344.285", "max": "355.906", "min": "300.862", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "237.891", "max": "239.192", "min": "237.354", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "108.462", "max": "109.28", "min": "108.079", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "119.568", "max": "120.212", "min": "119.093", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "163.387", "max": "166.658", "min": "162.205", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "326.065", "max": "326.829", "min": "325.806", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "314.144", "max": "321.203", "min": "308.685", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "102.686", "max": "103.237", "min": "102.344", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "159.56", "max": "192.927", "min": "157.994", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "381.697", "max": "488.671", "min": "185.313", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "137.955", "max": "252.835", "min": "57.068", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "179.094", "max": "180.978", "min": "178.513", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "247.472", "max": "248.873", "min": "246.905", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "146.297", "max": "147.142", "min": "145.967", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "142.544", "max": "144.509", "min": "141.924", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "140.928", "max": "141.668", "min": "140.432", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "208.083", "max": "354.464", "min": "128.364", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "219.047", "max": "219.595", "min": "218.761", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "68.113", "max": "277.326", "min": "55.077", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "55.114", "max": "56.026", "min": "54.807", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "43.157", "max": "44.834", "min": "42.462", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "104.88", "max": "106.748", "min": "100.805", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "181.191", "max": "182.031", "min": "180.758", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "139.428", "max": "140.347", "min": "139.064", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "207.983", "max": "215.713", "min": "207.347", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "137.567", "max": "138.122", "min": "137.108", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "135.24", "max": "136.025", "min": "134.882", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "129.903", "max": "130.766", "min": "129.444", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "299.684", "max": "300.957", "min": "298.939", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "175.518", "max": "176.154", "min": "175.143", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "110.867", "max": "111.57", "min": "110.452", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "190.081", "max": "204.184", "min": "188.317", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "141.775", "max": "142.363", "min": "141.366", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "135.113", "max": "135.878", "min": "134.78", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "112.351", "max": "113.143", "min": "112.035", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "10.365", "max": "14.541", "min": "9.875", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "199.566", "max": "203.174", "min": "198.995", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "51.606", "max": "52.266", "min": "51.361", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "14.473", "max": "15.03", "min": "14.039", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.514", "max": "214.621", "min": "210.99", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "27.364", "max": "30.29", "min": "26.81", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "13.945", "max": "15.124", "min": "13.558", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "157.494", "max": "158.999", "min": "157.076", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "33.29", "max": "34.018", "min": "33.027", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "34.893", "max": "35.652", "min": "34.553", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "24.336", "max": "35.009", "min": "22.561", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "308.317", "max": "309.096", "min": "308.078", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "10.178", "max": "12.778", "min": "9.657", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "30.128", "max": "30.647", "min": "29.763", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "117.224", "max": "117.974", "min": "116.852", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "167.548", "max": "168.246", "min": "166.974", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.031", "max": "49.801", "min": "48.398", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "245.091", "max": "286.992", "min": "237.339", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "151.011", "max": "151.655", "min": "150.523", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "275.577", "max": "369.888", "min": "267.498", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "157.473", "max": "158.342", "min": "157.07", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "412.1", "max": "414.338", "min": "411.533", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "35.169", "max": "35.878", "min": "34.822", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "103.158", "max": "104.151", "min": "102.778", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "115.654", "max": "116.424", "min": "115.289", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "188.94", "max": "189.669", "min": "188.524", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "108.456", "max": "109.229", "min": "108.106", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "177.427", "max": "179.051", "min": "176.899", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "306.188", "max": "313.354", "min": "305.453", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "116.514", "max": "117.122", "min": "116.175", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "116.773", "max": "117.57", "min": "116.499", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "30.253", "max": "32.73", "min": "29.687", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "308.175", "max": "309.007", "min": "307.888", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "42.734", "max": "44.353", "min": "42.183", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "24.357", "max": "27.12", "min": "23.872", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "41.296", "max": "51.826", "min": "40.507", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "30.227", "max": "30.902", "min": "29.864", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "37.322", "max": "40.997", "min": "36.735", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "74.011", "max": "74.788", "min": "73.631", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "29.777", "max": "30.349", "min": "29.341", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "78.338", "max": "91.519", "min": "77.061", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "50.242", "max": "50.983", "min": "49.786", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "31.477", "max": "32.351", "min": "31.014", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "35.829", "max": "36.395", "min": "35.399", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "32.126", "max": "32.884", "min": "31.782", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "22.256", "max": "23.031", "min": "21.999", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "61.148", "max": "62.765", "min": "60.619", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "36.983", "max": "56.487", "min": "34.611", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "63.765", "max": "122.232", "min": "29.868", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "37.88", "max": "38.634", "min": "37.547", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "61.786", "max": "62.804", "min": "61.261", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.143", "max": "61.671", "min": "44.696", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "21.611", "max": "22.607", "min": "21.192", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "34.225", "max": "58.234", "min": "32.552", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "206.465", "max": "217.892", "min": "205.697", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "24.67", "max": "25.668", "min": "24.28", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "35.136", "max": "35.753", "min": "34.773", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "26.424", "max": "27.212", "min": "26.093", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "203.255", "max": "208.95", "min": "201.904", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "40.132", "max": "40.736", "min": "39.828", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "36.363", "max": "41.955", "min": "35.687", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "28.804", "max": "29.527", "min": "28.43", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "33.219", "max": "34.045", "min": "32.779", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "331.093", "max": "339.826", "min": "329.98", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "106.826", "max": "109.069", "min": "106.132", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "323.537", "max": "341.714", "min": "240.49", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "164.674", "max": "165.254", "min": "164.196", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "41.255", "max": "42.874", "min": "40.792", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "146.992", "max": "148.622", "min": "146.603", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "182.292", "max": "183.055", "min": "181.851", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "45.355", "max": "46.129", "min": "44.98", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "59.27", "max": "61.692", "min": "58.858", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "37.546", "max": "38.994", "min": "36.873", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "28.803", "max": "31.347", "min": "28.223", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "132.756", "max": "133.448", "min": "132.412", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "133.169", "max": "134.117", "min": "132.787", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "361.232", "max": "448.85", "min": "353.586", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "197.914", "max": "198.552", "min": "197.598", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "31.661", "max": "32.362", "min": "31.334", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "109.604", "max": "110.331", "min": "109.277", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "22.134", "max": "22.735", "min": "21.537", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "227.102", "max": "237.204", "min": "226.342", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "151.705", "max": "156.634", "min": "148.649", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "47.956", "max": "48.699", "min": "47.643", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "68.981", "max": "69.62", "min": "68.26", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "181.326", "max": "189.304", "min": "179.75", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "130.264", "max": "131.6", "min": "129.49", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "265.529", "max": "266.344", "min": "265.151", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "86.587", "max": "87.454", "min": "86.119", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "52.399", "max": "53.076", "min": "52.12", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "35.132", "max": "35.827", "min": "34.786", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "68.336", "max": "69.033", "min": "68.029", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "122.835", "max": "124.385", "min": "122.233", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "120.813", "max": "121.408", "min": "120.354", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "86.48", "max": "88.802", "min": "84.254", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "189.128", "max": "190.107", "min": "188.739", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "122.015", "max": "123.718", "min": "120.837", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "72.704", "max": "73.984", "min": "72.313", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "129.732", "max": "133.258", "min": "129.067", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "48.509", "max": "53.428", "min": "47.91", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "200.917", "max": "203.048", "min": "191.996", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "208.422", "max": "208.422", "min": "208.422", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "35.368", "max": "35.985", "min": "34.972", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.128", "max": "22.691", "min": "21.828", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "134.368", "max": "135.064", "min": "133.923", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "52.017", "max": "64.783", "min": "42.912", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "33.128", "max": "33.768", "min": "32.649", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "135.426", "max": "142.591", "min": "134.729", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "79.33", "max": "80.028", "min": "78.734", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "134.818", "max": "135.564", "min": "134.418", "id": "47", "country": "Hungary", "source_name": "Budapest", "destination_name": "Lansing", "destination_id": "295" } } }, "48": { "name": "Bergen", "data": { "0": { "avg": "225.726", "max": "225.998", "min": "225.549", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "281.881", "max": "282.268", "min": "281.614", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "126.35", "max": "126.585", "min": "126.238", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "39.443", "max": "44.296", "min": "38.956", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "35.843", "max": "36.368", "min": "35.617", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "248.613", "max": "248.746", "min": "248.472", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "34.385", "max": "34.766", "min": "34.23", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.113", "max": "300.128", "min": "288.8", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "33.226", "max": "33.962", "min": "33.068", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "15.495", "max": "17.881", "min": "15.217", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "29.081", "max": "29.794", "min": "28.882", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "142.15", "max": "143.819", "min": "141.884", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "100.904", "max": "101.28", "min": "100.772", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "99.751", "max": "100.845", "min": "99.4", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "141.879", "max": "142.4", "min": "141.734", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "120.289", "max": "120.815", "min": "119.994", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "64.097", "max": "64.542", "min": "63.777", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "123.594", "max": "124.24", "min": "123.424", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "58.213", "max": "58.491", "min": "58.048", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "36.029", "max": "36.339", "min": "35.917", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "303.809", "max": "305.709", "min": "303.683", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "119.006", "max": "119.362", "min": "118.811", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "168.027", "max": "168.348", "min": "167.864", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "159.39", "max": "161.01", "min": "159.141", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "21.228", "max": "21.452", "min": "21.064", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "13.047", "max": "15.318", "min": "12.763", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "47.675", "max": "51.399", "min": "47.303", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "48.391", "max": "49.416", "min": "48.168", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "27.79", "max": "28.418", "min": "27.613", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "169.338", "max": "169.721", "min": "169.062", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "194.131", "max": "194.7", "min": "193.916", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "32.35", "max": "32.735", "min": "32.185", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "157.086", "max": "157.9", "min": "156.856", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "57.829", "max": "58.139", "min": "57.686", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "30.655", "max": "34.259", "min": "30.356", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.644", "max": "187.318", "min": "186.379", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "177.268", "max": "177.46", "min": "177.189", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "167.089", "max": "167.646", "min": "166.85", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "154.254", "max": "154.541", "min": "154.082", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "121.379", "max": "123.17", "min": "121.11", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "188.785", "max": "191.522", "min": "188.396", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "39.733", "max": "46.148", "min": "39.257", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "81.407", "max": "81.818", "min": "81.252", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "19.588", "max": "26.924", "min": "19.095", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "176.748", "max": "176.927", "min": "176.609", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "44.577", "max": "45.356", "min": "44.251", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "0.048", "max": "0.137", "min": "0.023", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "179.547", "max": "180.361", "min": "179.393", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "280.556", "max": "281.128", "min": "280.357", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "152.393", "max": "152.999", "min": "152.259", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "119.074", "max": "119.559", "min": "118.823", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "187.8", "max": "188.987", "min": "187.514", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "56.307", "max": "128.44", "min": "35.263", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "128.066", "max": "128.307", "min": "127.936", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "163.578", "max": "173.827", "min": "160.494", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "294.009", "max": "294.608", "min": "293.807", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "69.009", "max": "73.202", "min": "68.003", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "322.865", "max": "323.137", "min": "322.73", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "53.849", "max": "54.509", "min": "53.586", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "45.956", "max": "46.355", "min": "45.8", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "81.604", "max": "82.237", "min": "81.243", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "96.049", "max": "153.556", "min": "92.526", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "207.681", "max": "226.318", "min": "205.631", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "240.307", "max": "241.004", "min": "240.122", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "65.421", "max": "66.536", "min": "65.262", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "79.908", "max": "80.146", "min": "79.813", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "112.814", "max": "113.129", "min": "112.684", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "66.765", "max": "67.147", "min": "66.467", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "251.687", "max": "253.122", "min": "250.845", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "144.456", "max": "144.823", "min": "144.281", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "245.546", "max": "254.39", "min": "245.071", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "174.258", "max": "174.714", "min": "173.965", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "174.869", "max": "175.21", "min": "174.734", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "147.236", "max": "148.624", "min": "147.079", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "70.412", "max": "71.282", "min": "70.135", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "36.76", "max": "36.977", "min": "36.625", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "131.221", "max": "131.785", "min": "131.002", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "165.973", "max": "166.204", "min": "165.802", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "147.609", "max": "148.189", "min": "147.353", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "124.201", "max": "125.065", "min": "123.933", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "166.121", "max": "166.633", "min": "165.82", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "128.188", "max": "128.874", "min": "127.874", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "241.045", "max": "242.969", "min": "240.725", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "193.299", "max": "193.815", "min": "193.099", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "148.621", "max": "148.993", "min": "148.51", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "86.09", "max": "87.139", "min": "85.696", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "42.294", "max": "42.855", "min": "42.01", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "149.139", "max": "150.139", "min": "148.913", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "120.209", "max": "121.412", "min": "120.002", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "46.652", "max": "48.976", "min": "46.391", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "135.859", "max": "142.246", "min": "135.113", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "177.828", "max": "178.66", "min": "177.593", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "59.573", "max": "60.524", "min": "59.412", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "290.099", "max": "292.833", "min": "289.808", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "107.417", "max": "107.531", "min": "107.284", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "156.789", "max": "157.722", "min": "156.536", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "181.522", "max": "181.745", "min": "181.303", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "172.799", "max": "179.709", "min": "171.212", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.152", "max": "172.527", "min": "171.936", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "127.249", "max": "130.551", "min": "126.989", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "136.703", "max": "137.724", "min": "136.542", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "181.455", "max": "181.931", "min": "181.248", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "77.146", "max": "82.484", "min": "76.768", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "324.943", "max": "333.89", "min": "324.103", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "136.735", "max": "137.24", "min": "136.552", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "354.521", "max": "370.149", "min": "300.408", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "207.739", "max": "209.271", "min": "207.515", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "112.578", "max": "113.53", "min": "112.311", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "125.985", "max": "126.192", "min": "125.834", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "182.253", "max": "185.244", "min": "181.268", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "285.44", "max": "285.806", "min": "285.284", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "294.849", "max": "295.39", "min": "294.643", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "104.431", "max": "104.846", "min": "104.255", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "169.912", "max": "192.421", "min": "168.816", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "386.754", "max": "495.743", "min": "191.776", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "171.853", "max": "295.961", "min": "93.033", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "180.352", "max": "180.867", "min": "180.076", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "254.7", "max": "256.606", "min": "254.367", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "147.796", "max": "148.777", "min": "147.613", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "155.727", "max": "156.232", "min": "155.518", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "147.032", "max": "147.571", "min": "146.768", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "219.85", "max": "368.242", "min": "133.413", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "226.546", "max": "227.065", "min": "226.361", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "30.389", "max": "35.777", "min": "29.646", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "21.708", "max": "21.8", "min": "21.621", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "10.152", "max": "11.24", "min": "9.651", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "102.656", "max": "106.575", "min": "102.265", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "164.787", "max": "165.466", "min": "164.542", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "156.61", "max": "157.285", "min": "156.383", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "187.578", "max": "193.987", "min": "187.062", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "140.306", "max": "142.586", "min": "139.968", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "152.763", "max": "153.822", "min": "152.574", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "134.776", "max": "135.102", "min": "134.561", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "309.328", "max": "310.25", "min": "308.728", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "159.173", "max": "159.615", "min": "159.001", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "102.392", "max": "102.871", "min": "102.186", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "169.048", "max": "183.089", "min": "167.267", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "160.628", "max": "165.242", "min": "160.37", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "139.337", "max": "139.543", "min": "139.225", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "116.93", "max": "117.424", "min": "116.761", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "38.879", "max": "39.115", "min": "38.743", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "212.134", "max": "212.771", "min": "211.535", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "26.908", "max": "27.703", "min": "26.722", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "48.922", "max": "49.087", "min": "48.801", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "210.435", "max": "215.868", "min": "209.756", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "39.702", "max": "40.546", "min": "39.386", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "63.37", "max": "63.979", "min": "63.198", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "163.771", "max": "163.953", "min": "163.683", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "47.698", "max": "48.267", "min": "47.517", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "37.77", "max": "37.965", "min": "37.667", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "34.925", "max": "77.102", "min": "30.937", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "278.128", "max": "278.808", "min": "277.997", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "53.267", "max": "54.353", "min": "52.998", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "50.907", "max": "53.151", "min": "50.491", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.185", "max": "125.831", "min": "124.991", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "173.74", "max": "174.908", "min": "173.395", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "22.377", "max": "25.744", "min": "21.795", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "272.614", "max": "314.124", "min": "264.967", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "144.366", "max": "144.588", "min": "144.232", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "277.36", "max": "378.525", "min": "271.633", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "143.08", "max": "143.367", "min": "142.98", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "413.059", "max": "413.337", "min": "412.639", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.07", "max": "34.176", "min": "33.981", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "111.316", "max": "114.263", "min": "111.126", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "94.469", "max": "95.025", "min": "94.266", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "200.358", "max": "201.334", "min": "200.227", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "76.981", "max": "77.251", "min": "76.837", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "160.537", "max": "161.092", "min": "160.319", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "238.284", "max": "244.967", "min": "214.704", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "107.897", "max": "108.543", "min": "107.761", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "113.928", "max": "114.111", "min": "113.848", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "30.269", "max": "31.435", "min": "30.014", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "186.592", "max": "186.925", "min": "186.432", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "57.526", "max": "57.82", "min": "57.425", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "43.814", "max": "44.635", "min": "43.615", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "54.666", "max": "77.508", "min": "53.365", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "51.445", "max": "52.587", "min": "51.289", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "44.119", "max": "44.809", "min": "43.85", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "80.668", "max": "81.065", "min": "80.468", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "68.41", "max": "68.565", "min": "68.287", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "49.241", "max": "49.932", "min": "49.078", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "75.046", "max": "75.259", "min": "74.9", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "40.119", "max": "42.286", "min": "39.695", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "30.404", "max": "30.767", "min": "30.263", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "40.997", "max": "41.533", "min": "40.851", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "47.55", "max": "47.841", "min": "47.427", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "81.149", "max": "81.446", "min": "80.949", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "53.015", "max": "81.158", "min": "51.265", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "35.774", "max": "59.205", "min": "21.084", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "39.761", "max": "40.047", "min": "39.604", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "85.341", "max": "85.826", "min": "85.123", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "48.153", "max": "48.907", "min": "47.94", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "60.477", "max": "61", "min": "59.928", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "43.349", "max": "54.753", "min": "42.529", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.57", "max": "225.036", "min": "222.225", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "34.955", "max": "35.481", "min": "34.788", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "45.148", "max": "45.412", "min": "44.946", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "33.127", "max": "33.796", "min": "32.984", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "181.964", "max": "187.888", "min": "179.989", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "66.552", "max": "66.683", "min": "66.403", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "29.956", "max": "34.52", "min": "29.369", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "34.764", "max": "36.107", "min": "34.502", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "39.906", "max": "40.27", "min": "39.733", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "333.617", "max": "342.99", "min": "332.838", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "102.197", "max": "109.615", "min": "101.253", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "238.976", "max": "240.508", "min": "238.719", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "177.057", "max": "179.18", "min": "176.822", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "34.45", "max": "34.73", "min": "34.297", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "135.055", "max": "137.917", "min": "134.717", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "197.1", "max": "197.553", "min": "196.783", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "52.955", "max": "53.307", "min": "52.723", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "70.536", "max": "71.136", "min": "70.324", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "42.39", "max": "43.427", "min": "42.054", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "42.241", "max": "43.717", "min": "41.931", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "139.304", "max": "139.52", "min": "139.194", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "152.382", "max": "152.903", "min": "152.245", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "344.862", "max": "438.719", "min": "341.427", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "112.268", "max": "112.768", "min": "112.032", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "48.279", "max": "48.568", "min": "48.124", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "108.154", "max": "108.862", "min": "108.034", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "44.948", "max": "45.647", "min": "44.774", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "247.125", "max": "247.489", "min": "246.954", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "155.573", "max": "160.087", "min": "153.862", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "65.496", "max": "65.854", "min": "65.383", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "70.235", "max": "71.187", "min": "69.774", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "171.962", "max": "174.535", "min": "170.921", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "129.968", "max": "130.585", "min": "129.548", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "270.554", "max": "270.894", "min": "270.36", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "94.331", "max": "94.987", "min": "94.119", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "75.773", "max": "75.916", "min": "75.658", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "31.979", "max": "32.192", "min": "31.884", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "77.729", "max": "79.699", "min": "77.605", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "120.756", "max": "124.118", "min": "120.243", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "124.597", "max": "124.788", "min": "124.476", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "101.222", "max": "108.511", "min": "99.399", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "202.818", "max": "204.318", "min": "201.677", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "126.267", "max": "127.896", "min": "125.365", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "90.672", "max": "91.437", "min": "90.443", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "134.87", "max": "136.234", "min": "134.436", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "44.959", "max": "48.624", "min": "44.436", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "258.372", "max": "259.019", "min": "257.695", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "208.922", "max": "208.922", "min": "208.922", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "32.627", "max": "32.793", "min": "32.529", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "36.799", "max": "37.007", "min": "36.716", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "134.318", "max": "134.71", "min": "134.132", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "68.858", "max": "79.609", "min": "61.27", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "55.276", "max": "55.905", "min": "55.108", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "213.573", "max": "215.282", "min": "213.318", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "91.407", "max": "93.205", "min": "91.14", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "150.277", "max": "151.165", "min": "150.137", "id": "48", "country": "Norway", "source_name": "Bergen", "destination_name": "Lansing", "destination_id": "295" } } }, "54": { "name": "Roubaix", "data": { "0": { "avg": "288.976", "max": "300.605", "min": "278.015", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "292.526", "max": "303.256", "min": "286.055", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "96.535", "max": "103.445", "min": "93.234", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "99.261", "max": "193.204", "min": "78.017", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "25.408", "max": "84.255", "min": "4.728", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "285.97", "max": "290.849", "min": "280.759", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "91.446", "max": "104.541", "min": "77.084", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "303.863", "max": "379", "min": "293.399", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "91.216", "max": "107.289", "min": "78.608", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "90.854", "max": "100.451", "min": "78.922", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "35.534", "max": "83.733", "min": "3.926", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "184.786", "max": "191.04", "min": "115.736", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "91.924", "max": "104.107", "min": "82.678", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "89.848", "max": "104.354", "min": "79.99", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "151.741", "max": "190.945", "min": "113.09", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "100.882", "max": "210.504", "min": "94.068", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "86.819", "max": "97.162", "min": "21.893", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "101.89", "max": "175.381", "min": "96.417", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "87.074", "max": "107.551", "min": "21.129", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "76.189", "max": "95.413", "min": "18.562", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "391.554", "max": "393.958", "min": "389.337", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "99.019", "max": "103.507", "min": "97.069", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "190.705", "max": "202.102", "min": "179.208", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "189.673", "max": "201.806", "min": "178.258", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "86.025", "max": "102.066", "min": "78.843", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "72.849", "max": "95.426", "min": "19.21", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "84.07", "max": "96.401", "min": "20.573", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "94.604", "max": "177.139", "min": "79.93", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "54.505", "max": "88.846", "min": "9.875", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "191.004", "max": "207.699", "min": "177.883", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "289.812", "max": "303.308", "min": "279.065", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "86.596", "max": "99.834", "min": "78.269", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "190.272", "max": "195.05", "min": "184.344", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "92.807", "max": "101.21", "min": "85.488", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "70.526", "max": "89.2", "min": "13.732", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "191.963", "max": "202.866", "min": "179.331", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "190.795", "max": "206.289", "min": "178.946", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "190.387", "max": "200.719", "min": "179.216", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "157.757", "max": "197.908", "min": "114.888", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "91.716", "max": "102.952", "min": "80.298", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "191.819", "max": "203.083", "min": "178.757", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "74.754", "max": "90.081", "min": "17.489", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "96.932", "max": "213.505", "min": "81.043", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "90.341", "max": "101.906", "min": "77.304", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "190.838", "max": "201.319", "min": "179.82", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "89.764", "max": "102.453", "min": "78.174", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "93.807", "max": "116.686", "min": "84.533", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "192.242", "max": "205.558", "min": "180.27", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "287.127", "max": "295.647", "min": "278.848", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "185.527", "max": "195.478", "min": "118.978", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "92.298", "max": "105.137", "min": "80.355", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "190.204", "max": "202.124", "min": "178.871", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "0.765", "max": "10.848", "min": "0.01", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "133.466", "max": "193.636", "min": "108.127", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "191.179", "max": "201.073", "min": "177.615", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "293.599", "max": "391.119", "min": "279.044", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "91.665", "max": "105.725", "min": "77.55", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "304.507", "max": "394.389", "min": "298.868", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "91.322", "max": "102.892", "min": "79.188", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "46.628", "max": "103.451", "min": "11.668", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "90.76", "max": "102.34", "min": "77.875", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "90.57", "max": "114.767", "min": "79.07", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "194.819", "max": "292.579", "min": "184.129", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "195.127", "max": "203.587", "min": "191.702", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "91.058", "max": "100.88", "min": "78.305", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "90.863", "max": "101.178", "min": "77.757", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.409", "max": "104.868", "min": "79.989", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "87.479", "max": "103.267", "min": "77.83", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "257.021", "max": "281.495", "min": "210.677", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "186.449", "max": "191.838", "min": "181.647", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "200.26", "max": "207.252", "min": "198.357", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "185.563", "max": "199.571", "min": "179.201", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "196.547", "max": "200.844", "min": "192.126", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "104.265", "max": "175.238", "min": "100.403", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "93.693", "max": "99.249", "min": "85.995", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "56.336", "max": "90.868", "min": "13.765", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "94.38", "max": "103.492", "min": "88.893", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "190.768", "max": "202.496", "min": "178.683", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "100.3", "max": "107.956", "min": "97.936", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "100.779", "max": "107.418", "min": "99.309", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "199.886", "max": "300.051", "min": "175.64", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "106.877", "max": "176.609", "min": "100.662", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "271.473", "max": "297.457", "min": "221.053", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "190.522", "max": "203.275", "min": "175.108", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "192.474", "max": "196.856", "min": "187.316", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "97.12", "max": "204.316", "min": "79.645", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "62.458", "max": "96.514", "min": "12.673", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "140.421", "max": "205.261", "min": "107.02", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "133.751", "max": "181.111", "min": "102.79", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "41.846", "max": "85.852", "min": "9.749", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "140.926", "max": "184.755", "min": "105.936", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "189.509", "max": "202.476", "min": "178.462", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "82.21", "max": "101.824", "min": "20.199", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "290.276", "max": "303.36", "min": "278.879", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "91.648", "max": "108", "min": "83.437", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "177.057", "max": "211.48", "min": "118.381", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "192.501", "max": "202.295", "min": "178.523", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "189.951", "max": "202.899", "min": "177.705", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "189.82", "max": "204.703", "min": "178.356", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "97.782", "max": "105.996", "min": "94.057", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "175.05", "max": "188.206", "min": "111.798", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "191.253", "max": "200.627", "min": "185.953", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "93.266", "max": "98.768", "min": "88.216", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "440.891", "max": "495.586", "min": "412.836", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "117.474", "max": "180.081", "min": "103.67", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "285.805", "max": "294.784", "min": "280.336", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "187.31", "max": "206.082", "min": "178.635", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "95.447", "max": "185.202", "min": "81.376", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.252", "max": "177.719", "min": "93.666", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "193.806", "max": "282.441", "min": "179.026", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.549", "max": "399.749", "min": "290.187", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "300.903", "max": "395.126", "min": "293.087", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "91.482", "max": "105.955", "min": "79.117", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "188.268", "max": "193.475", "min": "183.244", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "403.785", "max": "497.788", "min": "197.127", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "177.487", "max": "297.169", "min": "94.225", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "195.91", "max": "278.084", "min": "182.601", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "294.526", "max": "384.553", "min": "277.478", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "162.579", "max": "314.885", "min": "112.243", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "153.868", "max": "188.697", "min": "113.227", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "163.521", "max": "193.877", "min": "118.047", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "238.411", "max": "397.765", "min": "113.219", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "252.387", "max": "288.056", "min": "211.398", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "101.574", "max": "303.058", "min": "79.139", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "90.766", "max": "100.953", "min": "79.826", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "88.984", "max": "101.692", "min": "76.694", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "90.148", "max": "102.336", "min": "78.571", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "188.543", "max": "202.419", "min": "178.142", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "193.28", "max": "198.947", "min": "187.9", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "192.89", "max": "205.298", "min": "181.4", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "150.712", "max": "182.319", "min": "107.108", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "128.43", "max": "185.5", "min": "105.57", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "100.77", "max": "105.21", "min": "99.826", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "291.645", "max": "300.343", "min": "286.83", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "189.731", "max": "200.96", "min": "179.025", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "91.554", "max": "106.362", "min": "79.32", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "191.988", "max": "203.104", "min": "176.446", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "168.99", "max": "197.917", "min": "123.631", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "193.597", "max": "200.736", "min": "180.189", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "96.586", "max": "201.9", "min": "82.143", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "92.279", "max": "119.148", "min": "78.91", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "188.271", "max": "194.462", "min": "182.675", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "89.062", "max": "101.186", "min": "77.145", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "89.943", "max": "109.339", "min": "76.207", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "192.728", "max": "203.536", "min": "182.414", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "52.454", "max": "91.2", "min": "9.834", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "89.321", "max": "107.841", "min": "82.824", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "190.516", "max": "201.814", "min": "178.225", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "37.48", "max": "87.444", "min": "5.425", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "41.585", "max": "107.825", "min": "6.972", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "54.635", "max": "95.844", "min": "11.292", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "297.049", "max": "478.736", "min": "279.624", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "92.392", "max": "109.484", "min": "78.423", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "76.439", "max": "200.147", "min": "15.066", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "96.393", "max": "106.133", "min": "93.048", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "191.411", "max": "200.83", "min": "178.103", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "95.818", "max": "198.123", "min": "87.497", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "301.486", "max": "390.054", "min": "283.101", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "190.625", "max": "195.408", "min": "183.49", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "292.875", "max": "382.225", "min": "277.707", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "167.937", "max": "191.786", "min": "114.302", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "593.342", "max": "601.123", "min": "580.033", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "92.954", "max": "102.935", "min": "79.445", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "88.639", "max": "100.443", "min": "80.949", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "161.735", "max": "194.469", "min": "113.734", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "191.866", "max": "202.884", "min": "178.373", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "99.38", "max": "187.108", "min": "92.923", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "191.229", "max": "201.098", "min": "179.706", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "286.42", "max": "297.368", "min": "223.091", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "93.003", "max": "105.771", "min": "85.138", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "99.041", "max": "111.012", "min": "96.493", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "60.501", "max": "89.324", "min": "10.46", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "195.361", "max": "303.163", "min": "178.745", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "64.719", "max": "97.289", "min": "13.94", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "95.924", "max": "189.176", "min": "88.022", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "94.615", "max": "202.535", "min": "76.275", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "81.741", "max": "96.083", "min": "21.883", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "47.387", "max": "96.149", "min": "8.593", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "90.936", "max": "101.94", "min": "78.697", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "94.359", "max": "193.793", "min": "78.46", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "91.758", "max": "103.263", "min": "79.248", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "94.594", "max": "102.468", "min": "84.695", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "36.89", "max": "183.936", "min": "6.841", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "68.913", "max": "115.376", "min": "13.715", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "39.225", "max": "85.31", "min": "6.807", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "89.984", "max": "101.19", "min": "79.582", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "94.562", "max": "197.308", "min": "77.561", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "87.929", "max": "99.585", "min": "77.385", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "85.878", "max": "102.448", "min": "17.219", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "28.748", "max": "103.876", "min": "3.944", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "91.596", "max": "101.71", "min": "79.289", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "92.462", "max": "116.892", "min": "80.595", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "99.368", "max": "195.049", "min": "77.06", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "41.565", "max": "85.989", "min": "8.89", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "371.636", "max": "395.559", "min": "319.511", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "60.177", "max": "98.995", "min": "14.591", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "76.341", "max": "99.959", "min": "19.011", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "90.965", "max": "100.589", "min": "78.564", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "187.519", "max": "202.218", "min": "177.531", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "90.95", "max": "103.976", "min": "78.165", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "36.735", "max": "88.617", "min": "9.108", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "39.612", "max": "82.33", "min": "7.27", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.754", "max": "101.354", "min": "5.901", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "304.935", "max": "389.885", "min": "300.147", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "115.87", "max": "209.152", "min": "83.034", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "248.836", "max": "296.645", "min": "211.205", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "189.619", "max": "210.086", "min": "177.972", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "21.459", "max": "79.985", "min": "3.43", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "191.792", "max": "221.354", "min": "178.632", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "195.55", "max": "213.45", "min": "190.456", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "88.029", "max": "101.032", "min": "80.419", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "90.829", "max": "109.617", "min": "77.135", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "35.319", "max": "86.24", "min": "7.535", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "38.781", "max": "85.039", "min": "7.979", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "124.539", "max": "182.545", "min": "103.548", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "165.549", "max": "193.132", "min": "117.325", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "293.902", "max": "398.185", "min": "277.557", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "91.02", "max": "104.836", "min": "79.898", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "86.57", "max": "98.269", "min": "23.367", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "90.919", "max": "102.891", "min": "85.496", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "89.245", "max": "197.491", "min": "21.169", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "273.327", "max": "381.32", "min": "216.715", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "191.126", "max": "201.372", "min": "178.396", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "63.164", "max": "93.003", "min": "17.439", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "91.709", "max": "103.001", "min": "75.762", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "190.944", "max": "206.048", "min": "179.731", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "112.495", "max": "202.946", "min": "98.818", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "286.626", "max": "303.184", "min": "278.405", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "94.8", "max": "184.726", "min": "78.142", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "97.915", "max": "189.235", "min": "80.46", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.175", "max": "84.336", "min": "3.723", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "89.075", "max": "103.394", "min": "79.333", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "93.536", "max": "104.315", "min": "85.907", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "96.947", "max": "196.459", "min": "87.712", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "111.138", "max": "205.391", "min": "90.761", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "190.724", "max": "201.239", "min": "180.331", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "91.155", "max": "102.897", "min": "88.661", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "90.489", "max": "103.275", "min": "78.586", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "153.015", "max": "205.314", "min": "110.483", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "84.16", "max": "95.91", "min": "21.005", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "203.037", "max": "296.514", "min": "196.019", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "198.587", "max": "198.587", "min": "198.587", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "49.295", "max": "83.103", "min": "7.532", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "61.661", "max": "91.997", "min": "12.814", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "131.915", "max": "204.503", "min": "105.882", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "82.372", "max": "98.64", "min": "17.746", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "93.646", "max": "199.092", "min": "78.587", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "193.008", "max": "206.377", "min": "178.519", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "91.427", "max": "102.494", "min": "81.766", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "151.612", "max": "213.318", "min": "104.131", "id": "54", "country": "France", "source_name": "Roubaix", "destination_name": "Lansing", "destination_id": "295" } } }, "58": { "name": "Valencia", "data": { "0": { "avg": "260.252", "max": "262.077", "min": "259.506", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "240.064", "max": "243.12", "min": "239.155", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "114.888", "max": "115.415", "min": "114.609", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "45.083", "max": "50.898", "min": "43.955", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "26.552", "max": "29.222", "min": "26.037", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "254.728", "max": "256.371", "min": "254.224", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "38.486", "max": "41.799", "min": "37.709", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "275.037", "max": "292.201", "min": "273.292", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "79.593", "max": "81.009", "min": "78.646", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "66.246", "max": "79.8", "min": "65.157", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "38.321", "max": "41.253", "min": "37.795", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "147.35", "max": "159.285", "min": "146.22", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "110.892", "max": "113.263", "min": "110.199", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.355", "max": "114.088", "min": "111.781", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "117.828", "max": "120.568", "min": "117.185", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "116.637", "max": "119.906", "min": "115.407", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "14.616", "max": "15.521", "min": "13.413", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.475", "max": "117.46", "min": "113.888", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "42.196", "max": "43.586", "min": "41.759", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.493", "max": "41.026", "min": "37.798", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "269.533", "max": "271.043", "min": "268.34", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "110.738", "max": "115.277", "min": "110.192", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "159.094", "max": "161.317", "min": "158.41", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "170.597", "max": "185.791", "min": "168.531", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "66.717", "max": "69.505", "min": "65.992", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "54.543", "max": "57.626", "min": "53.664", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "60.363", "max": "62.079", "min": "58.527", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "52.742", "max": "54.881", "min": "51.478", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "43.137", "max": "44.395", "min": "42.462", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "154.095", "max": "155.896", "min": "153.265", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "163.31", "max": "164.758", "min": "162.695", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "53.906", "max": "59.472", "min": "53.102", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.743", "max": "170.317", "min": "166.731", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "71.056", "max": "73", "min": "70.265", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "44.476", "max": "47.592", "min": "42.868", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "178.916", "max": "180.193", "min": "178.508", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "164.67", "max": "169.007", "min": "163.623", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "147.23", "max": "148.248", "min": "146.531", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "128.354", "max": "130.722", "min": "127.713", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "108.638", "max": "111.782", "min": "107.273", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "172.14", "max": "173.965", "min": "171.534", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "43.432", "max": "47.594", "min": "42.353", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "16.881", "max": "20.433", "min": "16.301", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "65.544", "max": "76.286", "min": "63.685", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "209.391", "max": "210.766", "min": "208.429", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "54.394", "max": "62.621", "min": "52.929", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "68.608", "max": "72.016", "min": "67.889", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "180.575", "max": "181.789", "min": "179.505", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "246.281", "max": "249.992", "min": "245.541", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "131.671", "max": "133.769", "min": "130.663", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "107.739", "max": "109.194", "min": "107.215", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.047", "max": "185.436", "min": "180.866", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "65.135", "max": "120.585", "min": "27.476", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "127.527", "max": "130.079", "min": "126.676", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "165.807", "max": "175.67", "min": "161.558", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "364.988", "max": "368.812", "min": "363.168", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "0.05", "max": "0.211", "min": "0.012", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "335.407", "max": "337.465", "min": "334.293", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "84.912", "max": "86.497", "min": "83.805", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "45.34", "max": "48.725", "min": "44.867", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "91.204", "max": "96.44", "min": "90.23", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "62.403", "max": "74.849", "min": "60.622", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "190.383", "max": "206.523", "min": "188.534", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "209.795", "max": "212.307", "min": "208.885", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "75.318", "max": "78.845", "min": "74.463", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "60.027", "max": "61.748", "min": "59.377", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "89.026", "max": "90.652", "min": "88.705", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "80.962", "max": "86.703", "min": "80.098", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "237.603", "max": "242.855", "min": "235.434", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "129.026", "max": "131.007", "min": "128.198", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "325.381", "max": "328.931", "min": "324.382", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "155.139", "max": "157.211", "min": "154.411", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "176.644", "max": "180.128", "min": "175.676", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "121.844", "max": "124.799", "min": "121.156", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "78.438", "max": "81.538", "min": "77.251", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "44.515", "max": "47.616", "min": "43.876", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "90.346", "max": "94.305", "min": "89.439", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "152.979", "max": "154.296", "min": "152.426", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "121.792", "max": "123.236", "min": "121.257", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "108.191", "max": "115.443", "min": "107.159", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "162.191", "max": "165.692", "min": "161.154", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "115.542", "max": "116.969", "min": "115.09", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "263.58", "max": "266.376", "min": "262.83", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "155.053", "max": "157.414", "min": "154.552", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "149.398", "max": "150.939", "min": "148.689", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "85.461", "max": "87.722", "min": "84.357", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "49.883", "max": "52.16", "min": "49.143", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "123.579", "max": "125.416", "min": "122.925", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "133.576", "max": "136.285", "min": "132.609", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "36.339", "max": "42.846", "min": "35.034", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "132.403", "max": "134.788", "min": "131.129", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "172.362", "max": "175.862", "min": "170.982", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "9.614", "max": "13.411", "min": "8.481", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "270.111", "max": "271.235", "min": "269.528", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "119.294", "max": "120.955", "min": "118.641", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "119.53", "max": "121.086", "min": "118.792", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "188.891", "max": "193.964", "min": "187.747", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "167.426", "max": "177.316", "min": "165.3", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.163", "max": "170.759", "min": "168.469", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "102.27", "max": "103.752", "min": "101.62", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "134.224", "max": "136.018", "min": "133.534", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "171.867", "max": "175.496", "min": "170.884", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "68.322", "max": "73.283", "min": "67.442", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "316.187", "max": "319.79", "min": "314.749", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "129.333", "max": "132.215", "min": "128.178", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "350.221", "max": "395.168", "min": "318.85", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.582", "max": "194.049", "min": "190.701", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "108.189", "max": "109.979", "min": "107.241", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "117.928", "max": "120.596", "min": "117.533", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "183.92", "max": "188.336", "min": "182.887", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "254.816", "max": "256.06", "min": "254.449", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "276.325", "max": "278.559", "min": "275.315", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "113.749", "max": "114.638", "min": "113.283", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "150.896", "max": "154.285", "min": "149.939", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "397.6", "max": "520.127", "min": "244.759", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "154.769", "max": "213.492", "min": "87.132", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "193.653", "max": "195.996", "min": "192.524", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "232.519", "max": "233.895", "min": "231.995", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "122.874", "max": "124.613", "min": "121.706", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "131.747", "max": "133.348", "min": "130.2", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "156.197", "max": "181.873", "min": "154.171", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "183.532", "max": "345.806", "min": "110.925", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "220.637", "max": "222.349", "min": "219.906", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "66.093", "max": "134.903", "min": "60.76", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "60.809", "max": "63.18", "min": "59.724", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "57.486", "max": "58.873", "min": "56.467", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "114.38", "max": "115.575", "min": "113.547", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "199.35", "max": "203.069", "min": "198.425", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "141.657", "max": "143.186", "min": "140.883", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "208.534", "max": "213.807", "min": "207.069", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "124.588", "max": "126.844", "min": "123.268", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "110.588", "max": "113.117", "min": "109.338", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "113.979", "max": "117.789", "min": "112.816", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "320.967", "max": "326.794", "min": "319.395", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "148.451", "max": "151.116", "min": "147.536", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "96.044", "max": "96.795", "min": "95.635", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "142.758", "max": "157.264", "min": "140.598", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "137.232", "max": "139.899", "min": "136.163", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "124.377", "max": "127.17", "min": "123.202", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "111.292", "max": "114.124", "min": "110.616", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "45.607", "max": "52.344", "min": "44.073", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "178.471", "max": "180.445", "min": "177.44", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "69.581", "max": "72.432", "min": "68.44", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "50.781", "max": "53.276", "min": "50.012", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "201.583", "max": "218.758", "min": "199.989", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "46.541", "max": "47.924", "min": "45.999", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "60.597", "max": "90.595", "min": "58.657", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "171.19", "max": "172.859", "min": "169.999", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "31.312", "max": "34.933", "min": "30.714", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "34.32", "max": "35.918", "min": "33.86", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "36.629", "max": "42.599", "min": "35.116", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "242.914", "max": "245.034", "min": "242.471", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "63.318", "max": "65.145", "min": "62.935", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "32.249", "max": "45.746", "min": "30.956", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "111.562", "max": "114.416", "min": "110.747", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "169.586", "max": "171.057", "min": "168.942", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "64.513", "max": "71.778", "min": "62.802", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "295.006", "max": "343.593", "min": "287.035", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "144.733", "max": "145.872", "min": "144.151", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "265.303", "max": "355.702", "min": "258.013", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "125.932", "max": "129.324", "min": "124.48", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "204.251", "max": "205.869", "min": "203.436", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "59.69", "max": "60.836", "min": "59.009", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "97.943", "max": "101.028", "min": "97.439", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "142.565", "max": "145.003", "min": "141.585", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "198.035", "max": "199.412", "min": "197.286", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "119.479", "max": "124.077", "min": "118.703", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "132.594", "max": "139.882", "min": "131.682", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "248.355", "max": "256.554", "min": "225.774", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "104.535", "max": "105.42", "min": "103.982", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "141.063", "max": "144.472", "min": "139.953", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "27.891", "max": "29.764", "min": "27.061", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "227.963", "max": "231.452", "min": "226.586", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "43.33", "max": "44.864", "min": "42.533", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "34.886", "max": "38.198", "min": "33.985", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "60.978", "max": "72.972", "min": "59.789", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "55.391", "max": "57.765", "min": "54.902", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "38.33", "max": "40.148", "min": "37.802", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "84.394", "max": "85.849", "min": "82.978", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "71.142", "max": "72.975", "min": "69.582", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "94.098", "max": "100.358", "min": "92.884", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "61.631", "max": "64.105", "min": "60.867", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "38.715", "max": "44.915", "min": "37.783", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "45.879", "max": "47.063", "min": "45.097", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "37.141", "max": "38.91", "min": "36.25", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "49.906", "max": "54.779", "min": "48.714", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "81.062", "max": "82.782", "min": "79.619", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "41.645", "max": "43.225", "min": "40.326", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "72.175", "max": "130.359", "min": "44.297", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "35.081", "max": "37.559", "min": "34.466", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "92.144", "max": "93.78", "min": "91.43", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "58.524", "max": "61.273", "min": "57.318", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "61.655", "max": "64.742", "min": "60.617", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "37.4", "max": "42.696", "min": "36.206", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "275.09", "max": "279.403", "min": "273.689", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "40.37", "max": "43.748", "min": "39.477", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "49.24", "max": "51.013", "min": "48.519", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "75.995", "max": "77.904", "min": "75.382", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "186.834", "max": "192.873", "min": "183.949", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "74.451", "max": "75.994", "min": "73.466", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "47.121", "max": "50.136", "min": "45.925", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "43.986", "max": "46.077", "min": "43.302", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "40.89", "max": "44.303", "min": "39.88", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "290.268", "max": "303.232", "min": "287.871", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "117.198", "max": "122.657", "min": "115.222", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "243.753", "max": "251.857", "min": "222.412", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "159.02", "max": "161.876", "min": "158.317", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "36.674", "max": "50.34", "min": "35.076", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "224.229", "max": "227.621", "min": "223.193", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "184.265", "max": "188.246", "min": "183.597", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "56.992", "max": "58.717", "min": "56.334", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "76.558", "max": "81.348", "min": "75.115", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "37.786", "max": "38.76", "min": "37.254", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "40.93", "max": "43.324", "min": "40.007", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "124.53", "max": "127.611", "min": "123.961", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "138.767", "max": "141.418", "min": "138.133", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "266.291", "max": "269.024", "min": "264.813", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "103.458", "max": "105.325", "min": "102.842", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "34.206", "max": "36.392", "min": "33.644", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "97.737", "max": "99.005", "min": "97.169", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "34.834", "max": "39.023", "min": "33.932", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "227.881", "max": "239.436", "min": "226.994", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "139.809", "max": "144.613", "min": "136.404", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "38.355", "max": "42.207", "min": "37.494", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "55.242", "max": "57.844", "min": "54.285", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "177.95", "max": "183.113", "min": "176.327", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "111.135", "max": "112.822", "min": "110.486", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "231.143", "max": "232.81", "min": "230.147", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "107.501", "max": "113.362", "min": "106.093", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "66.662", "max": "70.495", "min": "65.936", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "38.599", "max": "39.168", "min": "38.153", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "62.651", "max": "65.003", "min": "61.847", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "119.865", "max": "121.962", "min": "118.498", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "110.799", "max": "114.496", "min": "109.966", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "79.298", "max": "87.19", "min": "76.808", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "187.146", "max": "189.197", "min": "186.177", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "120.604", "max": "123.523", "min": "118.657", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "84.914", "max": "88.004", "min": "84.039", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "118.352", "max": "120.536", "min": "117.828", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "54.029", "max": "70.934", "min": "52.101", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "268.548", "max": "270.341", "min": "267.968", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "187.087", "max": "187.087", "min": "187.087", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "35.805", "max": "38.097", "min": "35.267", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "38.053", "max": "39.683", "min": "37.451", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "149.796", "max": "167.169", "min": "147.829", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "47.73", "max": "56.398", "min": "40.012", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "56.68", "max": "91.569", "min": "55.107", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "157.458", "max": "160.334", "min": "156.822", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "119.03", "max": "121.638", "min": "118.39", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "123.263", "max": "125.651", "min": "122.565", "id": "58", "country": "Spain", "source_name": "Valencia", "destination_name": "Lansing", "destination_id": "295" } } }, "60": { "name": "Graz", "data": { "0": { "avg": "246.494", "max": "250.065", "min": "245.972", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "283.219", "max": "288.797", "min": "282.674", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "113.707", "max": "117.798", "min": "113.284", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.217", "max": "27.223", "min": "23.413", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "30.968", "max": "34.36", "min": "30.194", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "264.594", "max": "265.678", "min": "264.384", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "42.517", "max": "47.436", "min": "42.197", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "285.842", "max": "288.183", "min": "285.186", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "77.277", "max": "78.612", "min": "76.894", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "58.793", "max": "59.47", "min": "58.554", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "49.379", "max": "51.033", "min": "49.08", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "152.566", "max": "153.57", "min": "152.296", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "151.216", "max": "152.424", "min": "150.906", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "123.003", "max": "123.896", "min": "122.765", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "125.263", "max": "126.049", "min": "125.032", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "119.887", "max": "120.572", "min": "119.211", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "49.693", "max": "53.419", "min": "49.02", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "110.564", "max": "111.762", "min": "110.283", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "75.358", "max": "77.775", "min": "74.603", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "17.078", "max": "17.605", "min": "16.8", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "328.387", "max": "331.236", "min": "328.066", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "142.652", "max": "143.944", "min": "142.35", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "156.772", "max": "157.995", "min": "156.484", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "190.774", "max": "206.695", "min": "189.873", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.22", "max": "42.349", "min": "40.771", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "54.117", "max": "55.69", "min": "53.827", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "37.719", "max": "38.862", "min": "37.441", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "35.818", "max": "36.567", "min": "35.546", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.44", "max": "20.633", "min": "18.011", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "185.032", "max": "186.066", "min": "184.611", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "210.884", "max": "213.586", "min": "210.423", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "38.155", "max": "39.292", "min": "37.857", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "172.671", "max": "180.982", "min": "171.808", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "89.549", "max": "91.41", "min": "89.15", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "32.215", "max": "33.875", "min": "31.943", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "188.688", "max": "192.953", "min": "188.095", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "181.476", "max": "184.813", "min": "181.127", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "173.27", "max": "176.602", "min": "172.428", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "154.839", "max": "155.892", "min": "154.554", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "120.052", "max": "120.908", "min": "119.619", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "209.828", "max": "212.956", "min": "209.399", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "40.899", "max": "42.815", "min": "40.346", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "85.137", "max": "85.97", "min": "84.862", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "37.106", "max": "41.124", "min": "36.552", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.863", "max": "163.143", "min": "161.628", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "23.598", "max": "24.48", "min": "23.063", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "53.906", "max": "55.103", "min": "53.493", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "198.536", "max": "202.106", "min": "198.022", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "285.683", "max": "287.419", "min": "285.25", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "167.702", "max": "168.776", "min": "167.497", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "118.844", "max": "119.911", "min": "118.434", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "169.389", "max": "170.148", "min": "168.89", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "115.05", "max": "140.676", "min": "59.928", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "143.771", "max": "144.837", "min": "143.438", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "151.282", "max": "158.231", "min": "148.606", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "311.347", "max": "313.238", "min": "310.932", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "84.817", "max": "89.295", "min": "83.894", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "324.311", "max": "325.993", "min": "324.012", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "0.033", "max": "0.078", "min": "0.019", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "32.235", "max": "33.776", "min": "31.994", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "77.852", "max": "82.949", "min": "76.976", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "88.648", "max": "130.478", "min": "85.202", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "220.515", "max": "309.648", "min": "210.96", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "325.245", "max": "332.037", "min": "324.748", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "69.212", "max": "70.518", "min": "68.857", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "45.934", "max": "46.558", "min": "45.717", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "139.581", "max": "143.083", "min": "138.675", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "87.161", "max": "90.485", "min": "86.487", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "241.414", "max": "242.911", "min": "240.353", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "154.525", "max": "159.093", "min": "153.895", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "294.367", "max": "295.494", "min": "294.023", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "170.678", "max": "172.009", "min": "170.227", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "202.02", "max": "202.629", "min": "201.787", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "131.555", "max": "132.57", "min": "131.225", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "91.392", "max": "93.17", "min": "90.925", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "98.282", "max": "160.277", "min": "63.409", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "157.364", "max": "158.258", "min": "157.167", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "166.346", "max": "170.047", "min": "165.802", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "147.589", "max": "148.649", "min": "147.028", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "146.257", "max": "146.939", "min": "145.947", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "167.466", "max": "169.127", "min": "166.986", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "114.176", "max": "115.43", "min": "113.709", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "293.753", "max": "298.779", "min": "292.227", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "153.489", "max": "154.283", "min": "153.209", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "186.797", "max": "187.301", "min": "186.638", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "112.651", "max": "114.303", "min": "112.045", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "58.896", "max": "69.749", "min": "58.03", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "155.538", "max": "156.935", "min": "155.231", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "147.276", "max": "148.432", "min": "146.973", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "45.495", "max": "51.027", "min": "45.083", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "135.645", "max": "142.271", "min": "134.919", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.079", "max": "181.234", "min": "179.718", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "64.213", "max": "65.21", "min": "63.929", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "310.976", "max": "312.786", "min": "310.633", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "112.458", "max": "113.34", "min": "112.194", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "137.663", "max": "139.445", "min": "137.317", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "192.649", "max": "213.994", "min": "190.296", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "168.216", "max": "173.867", "min": "167.043", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "202.46", "max": "214.455", "min": "201.792", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "141.283", "max": "143.016", "min": "140.855", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "142.969", "max": "144.09", "min": "142.789", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "170.774", "max": "172.54", "min": "170.464", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "46.755", "max": "47.931", "min": "46.326", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "363.155", "max": "368.106", "min": "362.055", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "145.904", "max": "146.661", "min": "145.647", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "365.799", "max": "379.177", "min": "322.881", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "195.996", "max": "197.857", "min": "195.59", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "102.844", "max": "104.536", "min": "102.423", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "122.722", "max": "125.052", "min": "122.215", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "196.496", "max": "197.014", "min": "196.322", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "264.883", "max": "265.914", "min": "264.544", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "280.345", "max": "281.165", "min": "280.048", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "116.469", "max": "119.08", "min": "116.06", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "159.904", "max": "164.517", "min": "159.146", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "409.601", "max": "507.704", "min": "231.402", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "151.968", "max": "250.607", "min": "60.674", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "192.409", "max": "193.9", "min": "191.9", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "263.326", "max": "264.282", "min": "262.994", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "167.902", "max": "169.374", "min": "167.514", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "148.499", "max": "149.811", "min": "148.03", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "148.393", "max": "150.763", "min": "147.964", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "200.005", "max": "354.39", "min": "122.506", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "261.417", "max": "276.429", "min": "260.525", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "77.577", "max": "283.225", "min": "66.516", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "62.387", "max": "64.532", "min": "62.033", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "48.558", "max": "51.704", "min": "47.98", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "128.402", "max": "133.607", "min": "124.729", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "181.806", "max": "182.951", "min": "181.498", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "163.555", "max": "164.54", "min": "163.359", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "218.346", "max": "221.98", "min": "217.872", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "130.86", "max": "131.932", "min": "130.476", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "140.535", "max": "141.36", "min": "140.266", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "120.335", "max": "122.208", "min": "119.911", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "343.811", "max": "344.995", "min": "343.008", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "169.083", "max": "171.134", "min": "168.836", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "108.726", "max": "109.973", "min": "108.402", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "163.866", "max": "173.279", "min": "162.122", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "143.766", "max": "144.94", "min": "143.483", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "131.867", "max": "132.388", "min": "131.511", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "132.28", "max": "137.959", "min": "131.88", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "10.21", "max": "11.082", "min": "9.957", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.925", "max": "200.833", "min": "198.408", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "50.811", "max": "51.876", "min": "50.456", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "36.554", "max": "38.47", "min": "36.136", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "213.032", "max": "218.981", "min": "211.97", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "41.974", "max": "44.27", "min": "41.568", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.707", "max": "34.723", "min": "33.326", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "182.723", "max": "188.16", "min": "182.249", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "42.552", "max": "46.333", "min": "42.026", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "52.328", "max": "54.289", "min": "51.956", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "31.744", "max": "44.746", "min": "28.456", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "254.304", "max": "256.047", "min": "253.922", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "30.252", "max": "31.255", "min": "29.998", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "33.054", "max": "35.035", "min": "32.619", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.406", "max": "126.725", "min": "125.15", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "172.864", "max": "174.775", "min": "172.28", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "58.531", "max": "60.238", "min": "58.033", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "296.311", "max": "342.946", "min": "287.825", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "154.123", "max": "155.43", "min": "153.878", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "291.155", "max": "394.34", "min": "284.809", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "157.44", "max": "158.123", "min": "157.125", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "411.974", "max": "420.764", "min": "410.958", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "53.242", "max": "59.521", "min": "52.729", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "120.637", "max": "122.572", "min": "120.227", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "133.544", "max": "136.045", "min": "132.234", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "214.364", "max": "215.255", "min": "214.208", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "113.101", "max": "114.053", "min": "112.837", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "189.447", "max": "190.568", "min": "189.047", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "241.291", "max": "242.888", "min": "240.878", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "106.211", "max": "107.395", "min": "105.769", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "131.729", "max": "132.893", "min": "131.467", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "49.048", "max": "50.434", "min": "48.602", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "322.586", "max": "323.367", "min": "322.373", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "57.964", "max": "59.744", "min": "57.709", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "29.466", "max": "32.618", "min": "28.967", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "55.128", "max": "59.46", "min": "54.396", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "58.619", "max": "60.911", "min": "58.291", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "48.828", "max": "49.721", "min": "48.533", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "96.067", "max": "97.005", "min": "95.665", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "44.785", "max": "47.277", "min": "44.31", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "82.589", "max": "83.6", "min": "82.321", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "58.7", "max": "59.549", "min": "58.401", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "25.327", "max": "33.166", "min": "24.635", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "57.7", "max": "58.168", "min": "57.501", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "38.851", "max": "40.908", "min": "38.435", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "15.817", "max": "17.696", "min": "15.458", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "80.97", "max": "82.126", "min": "80.467", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "58.647", "max": "101.692", "min": "55.73", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "68.806", "max": "125.476", "min": "40.306", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "28.373", "max": "30.712", "min": "27.953", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "108.865", "max": "109.341", "min": "108.662", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "63.309", "max": "64.445", "min": "62.76", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "17.908", "max": "21.048", "min": "17.261", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "36.492", "max": "40.861", "min": "35.984", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.138", "max": "215.377", "min": "213.575", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "36.353", "max": "39.209", "min": "35.979", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "78.328", "max": "80.292", "min": "77.736", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "26.963", "max": "27.914", "min": "26.758", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "185.753", "max": "192.52", "min": "184.243", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "67.92", "max": "69.298", "min": "67.565", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "38.385", "max": "42.116", "min": "37.74", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "55.039", "max": "57.219", "min": "54.606", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "37.935", "max": "40.502", "min": "37.58", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "298.172", "max": "311.426", "min": "295.92", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "121.139", "max": "127.267", "min": "120.428", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "253.706", "max": "258.865", "min": "251.454", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "164.138", "max": "166.14", "min": "163.808", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "40.154", "max": "47.037", "min": "39.435", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "158.115", "max": "163.587", "min": "157.561", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "207.087", "max": "207.959", "min": "206.628", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "55.294", "max": "56.526", "min": "54.886", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "72.633", "max": "79.049", "min": "72.224", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "57.491", "max": "60.408", "min": "57.085", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "40.251", "max": "42.595", "min": "39.543", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "191.115", "max": "191.854", "min": "190.887", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "229.734", "max": "231.93", "min": "229.496", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "282.846", "max": "375.98", "min": "279.279", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "114.682", "max": "115.615", "min": "114.506", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "46.265", "max": "47.375", "min": "45.883", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "127.998", "max": "129.003", "min": "127.788", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "55.325", "max": "56.926", "min": "54.917", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "282.562", "max": "283.131", "min": "282.28", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "149.929", "max": "154.196", "min": "146.452", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "64.749", "max": "65.685", "min": "64.476", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "46.499", "max": "47.943", "min": "45.364", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "186.572", "max": "201.912", "min": "184.095", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "129.924", "max": "132.729", "min": "129.282", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "285.405", "max": "287.247", "min": "284.945", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "74.55", "max": "76.025", "min": "74.117", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "55.396", "max": "56.507", "min": "55.183", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "29.207", "max": "32.58", "min": "28.878", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "70.541", "max": "71.864", "min": "70.25", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "110.188", "max": "112.961", "min": "109.626", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "138.894", "max": "139.657", "min": "138.685", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "107.636", "max": "112.575", "min": "106.305", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "209.277", "max": "212.07", "min": "208.524", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "120.569", "max": "122.712", "min": "119.718", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "80.985", "max": "82.995", "min": "80.4", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "148.366", "max": "158.217", "min": "147.314", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "43.902", "max": "48.696", "min": "42.966", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "185.928", "max": "187.059", "min": "185.588", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "222.725", "max": "222.725", "min": "222.725", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "66.278", "max": "67.325", "min": "66.085", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "33.163", "max": "33.877", "min": "32.966", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "144.588", "max": "146.124", "min": "144.15", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "56.815", "max": "66.845", "min": "49.637", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "45.813", "max": "46.817", "min": "45.565", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "181.043", "max": "182.903", "min": "180.591", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "107.793", "max": "109.824", "min": "107.343", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "146.314", "max": "147.58", "min": "146.124", "id": "60", "country": "Austria", "source_name": "Graz", "destination_name": "Lansing", "destination_id": "295" } } }, "61": { "name": "Luxembourg", "data": { "0": { "avg": "195.911", "max": "196.329", "min": "195.761", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "238.305", "max": "240.815", "min": "237.956", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "97.359", "max": "97.453", "min": "97.238", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "19.242", "max": "24.756", "min": "18.157", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "8.473", "max": "8.713", "min": "8.32", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "240.093", "max": "240.994", "min": "239.954", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "10.385", "max": "10.649", "min": "10.316", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "273.254", "max": "281.563", "min": "272.117", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "49.368", "max": "49.528", "min": "49.254", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "33.148", "max": "33.679", "min": "32.992", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "15.698", "max": "16.059", "min": "15.472", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "119.484", "max": "119.764", "min": "119.372", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "82.386", "max": "82.506", "min": "82.268", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "85.327", "max": "86.754", "min": "85.102", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "114.959", "max": "115.823", "min": "114.767", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "82.491", "max": "94.796", "min": "81.773", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.235", "max": "35.479", "min": "34.975", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "102.274", "max": "102.464", "min": "102.115", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "22.798", "max": "23.022", "min": "22.636", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.705", "max": "16.906", "min": "16.62", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "267.177", "max": "268.042", "min": "267.031", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "101.029", "max": "102.395", "min": "100.822", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "149.294", "max": "149.619", "min": "149.124", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "154.346", "max": "155.882", "min": "154.18", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.538", "max": "35.906", "min": "34.323", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "19.763", "max": "20.508", "min": "19.621", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.535", "max": "22.117", "min": "20.296", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "34.15", "max": "35.501", "min": "33.877", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "9.404", "max": "9.581", "min": "9.3", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "143.807", "max": "145.014", "min": "143.545", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "164.332", "max": "164.485", "min": "164.214", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "26.316", "max": "26.478", "min": "26.176", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "143.689", "max": "144.478", "min": "143.417", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "42.499", "max": "42.648", "min": "42.351", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "18.049", "max": "18.689", "min": "17.883", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "158.859", "max": "160.393", "min": "158.623", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "140.014", "max": "140.098", "min": "139.906", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "139.294", "max": "139.641", "min": "139.156", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.098", "max": "117.785", "min": "107.514", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.539", "max": "83.278", "min": "82.256", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "151.298", "max": "152.671", "min": "150.983", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "19.904", "max": "23.786", "min": "19.475", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "50.428", "max": "50.674", "min": "50.33", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.566", "max": "36.701", "min": "36.459", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "219.627", "max": "219.758", "min": "219.48", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "28.373", "max": "29.106", "min": "27.892", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "46.018", "max": "46.268", "min": "45.827", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "170.583", "max": "171.48", "min": "170.368", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "243.643", "max": "243.913", "min": "243.468", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "114.797", "max": "115.059", "min": "114.683", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.87", "max": "90.97", "min": "90.774", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "150.82", "max": "151.717", "min": "150.502", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "54.606", "max": "143.255", "min": "37.865", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "111.952", "max": "112.13", "min": "111.777", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "141.309", "max": "147.594", "min": "138.149", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "260.719", "max": "261.327", "min": "260.424", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "45.762", "max": "48.06", "min": "44.859", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "300.669", "max": "300.839", "min": "300.578", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "32.305", "max": "33.566", "min": "32.064", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "0.04", "max": "0.074", "min": "0.021", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "57.317", "max": "57.96", "min": "56.881", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "72.194", "max": "127.062", "min": "67.865", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "187.78", "max": "207.218", "min": "186.55", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "277.778", "max": "278.3", "min": "277.593", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "50.265", "max": "51.078", "min": "50.026", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "41.868", "max": "42.199", "min": "41.762", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.752", "max": "79.888", "min": "79.652", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "42.167", "max": "42.58", "min": "41.888", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "208.861", "max": "209.778", "min": "208.184", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "130.553", "max": "132.542", "min": "130.275", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "249.064", "max": "250.023", "min": "248.818", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "139.823", "max": "140.397", "min": "139.51", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "152.035", "max": "154.164", "min": "151.82", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "105.151", "max": "105.271", "min": "105.031", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "58.259", "max": "58.908", "min": "58.136", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "20.418", "max": "20.56", "min": "20.318", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "99.113", "max": "99.238", "min": "99.01", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "164.298", "max": "164.439", "min": "164.143", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "95.743", "max": "96.323", "min": "95.543", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "98.384", "max": "98.58", "min": "98.248", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "156.786", "max": "157.057", "min": "156.58", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "96.747", "max": "97.593", "min": "96.477", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "340.555", "max": "344.118", "min": "340.114", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "158.68", "max": "159.096", "min": "158.486", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "149.704", "max": "149.929", "min": "149.598", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "62.036", "max": "63.361", "min": "61.711", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "24.34", "max": "25.095", "min": "23.992", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "100.407", "max": "100.599", "min": "100.268", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "111.848", "max": "112.03", "min": "111.696", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "12.98", "max": "21.804", "min": "12.508", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "107.469", "max": "110.51", "min": "106.788", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "148.127", "max": "149.078", "min": "147.954", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "27.969", "max": "28.131", "min": "27.889", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "277.92", "max": "278.28", "min": "277.768", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "87.399", "max": "87.541", "min": "87.323", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "112.909", "max": "113.151", "min": "112.718", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "161.857", "max": "162.053", "min": "161.656", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "143.021", "max": "179.879", "min": "140.521", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "150.318", "max": "150.394", "min": "150.215", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "98.479", "max": "99.936", "min": "98.21", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "107.495", "max": "107.719", "min": "107.349", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "151.503", "max": "151.832", "min": "151.326", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "53.176", "max": "54.255", "min": "53.004", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "309.874", "max": "311.157", "min": "309.471", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "104.332", "max": "104.578", "min": "104.162", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "374.319", "max": "390.661", "min": "342.23", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "189.389", "max": "190.878", "min": "189.158", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "91.435", "max": "91.579", "min": "91.247", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "95.457", "max": "99.096", "min": "95.184", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "138.81", "max": "143.035", "min": "138.514", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "241.938", "max": "242.339", "min": "241.765", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "274.469", "max": "274.791", "min": "274.359", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "84.757", "max": "84.874", "min": "84.657", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "143.72", "max": "145.488", "min": "143.46", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.507", "max": "476.39", "min": "182.187", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "147.792", "max": "262.559", "min": "69.841", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "161.192", "max": "164.148", "min": "160.694", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "241.37", "max": "241.892", "min": "241.195", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "118.291", "max": "118.427", "min": "118.16", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "108.47", "max": "109.19", "min": "108.274", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "123.566", "max": "124.033", "min": "123.346", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "178.948", "max": "325.286", "min": "99.987", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "193.933", "max": "200.382", "min": "193.527", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "50.367", "max": "208.356", "min": "42.979", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "41.347", "max": "41.545", "min": "41.217", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "31.828", "max": "32.488", "min": "31.277", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "91.887", "max": "92.308", "min": "91.756", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "228.131", "max": "228.626", "min": "227.851", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "120.161", "max": "120.672", "min": "119.934", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "183.536", "max": "186.074", "min": "183.333", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "102.705", "max": "107.969", "min": "102.416", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "105.389", "max": "105.571", "min": "105.181", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "117.445", "max": "117.652", "min": "117.271", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "286.448", "max": "287.822", "min": "285.783", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "126.969", "max": "127.101", "min": "126.834", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "78.178", "max": "78.425", "min": "78.003", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "131.66", "max": "148.2", "min": "130.356", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "120.537", "max": "120.784", "min": "120.424", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "114.905", "max": "115.208", "min": "114.808", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "80.612", "max": "80.884", "min": "80.442", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "18.311", "max": "18.513", "min": "18.156", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "213.513", "max": "217.077", "min": "213.001", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "44.35", "max": "44.858", "min": "44.192", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "30.325", "max": "30.537", "min": "30.166", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "187.992", "max": "193.469", "min": "187.628", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "9.749", "max": "10.141", "min": "9.521", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "45.845", "max": "46.146", "min": "45.688", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "197.452", "max": "197.643", "min": "197.32", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "13.847", "max": "15.089", "min": "13.708", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "17.437", "max": "17.539", "min": "17.35", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "14.076", "max": "18.859", "min": "12.43", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "283.563", "max": "283.752", "min": "283.403", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "39.741", "max": "42.68", "min": "39.502", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "24.259", "max": "56.166", "min": "22.953", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "92.035", "max": "92.472", "min": "91.869", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "161.576", "max": "162.2", "min": "161.389", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "38.44", "max": "40.079", "min": "38.08", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "319.765", "max": "374.287", "min": "310.435", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "121.294", "max": "124.364", "min": "121.089", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "249.345", "max": "356.815", "min": "243.011", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "127.015", "max": "127.236", "min": "126.871", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "202.344", "max": "202.656", "min": "202.195", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.322", "max": "34.438", "min": "34.196", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "80.443", "max": "80.615", "min": "80.316", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "109.24", "max": "110.862", "min": "108.984", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "173.724", "max": "173.862", "min": "173.595", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "93.817", "max": "94.052", "min": "93.699", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "139.458", "max": "140.026", "min": "139.31", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "266.306", "max": "269.537", "min": "265.962", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "99.934", "max": "102.299", "min": "99.708", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "95.261", "max": "95.397", "min": "95.183", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.905", "max": "15.399", "min": "14.772", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "143.392", "max": "144.182", "min": "143.283", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "24.837", "max": "25.595", "min": "24.668", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.32", "max": "21.677", "min": "21.08", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "32.186", "max": "41.94", "min": "31.619", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.295", "max": "21.657", "min": "21.199", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "20.001", "max": "21.01", "min": "19.736", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "59.642", "max": "59.976", "min": "59.451", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "40.432", "max": "40.593", "min": "40.325", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.652", "max": "64.255", "min": "62.369", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "42.879", "max": "43.519", "min": "42.673", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "14.833", "max": "21.403", "min": "14.178", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "10.63", "max": "10.756", "min": "10.522", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "10.719", "max": "10.881", "min": "10.576", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "31.798", "max": "31.97", "min": "31.635", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "53.515", "max": "53.79", "min": "53.266", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "28.127", "max": "58.394", "min": "26.345", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "36.33", "max": "68.192", "min": "16.275", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "19.598", "max": "19.722", "min": "19.475", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "53.556", "max": "53.794", "min": "53.392", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "39.156", "max": "50.962", "min": "38.153", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "41.175", "max": "41.891", "min": "40.676", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "10.473", "max": "27.267", "min": "9.531", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "313.496", "max": "331.95", "min": "312.144", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "11.869", "max": "11.985", "min": "11.705", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "23.604", "max": "23.877", "min": "23.339", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.327", "max": "25.476", "min": "25.239", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "178.174", "max": "184.048", "min": "176.776", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "49.027", "max": "54.543", "min": "48.658", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "13.23", "max": "13.56", "min": "13.094", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "11.213", "max": "11.576", "min": "11.09", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "8.574", "max": "9.987", "min": "7.196", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "276.139", "max": "290.749", "min": "273.237", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "105.212", "max": "115.167", "min": "103.587", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "313.647", "max": "314.87", "min": "310.869", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "153.061", "max": "153.289", "min": "152.92", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "11.351", "max": "14.323", "min": "11.143", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "142.999", "max": "143.228", "min": "142.769", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "160.389", "max": "160.783", "min": "160.274", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "32.272", "max": "32.625", "min": "32.118", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "52.388", "max": "53.295", "min": "52.173", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "12.738", "max": "13.823", "min": "12.474", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "9.695", "max": "11.553", "min": "9.327", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "105.153", "max": "106.017", "min": "104.998", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "116.053", "max": "116.196", "min": "115.96", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "268.103", "max": "357.213", "min": "264.771", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "161.614", "max": "161.893", "min": "161.477", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "30.642", "max": "30.849", "min": "30.48", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "83.889", "max": "83.974", "min": "83.786", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.582", "max": "20.775", "min": "20.444", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "212.977", "max": "213.437", "min": "212.798", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "121.094", "max": "124.16", "min": "118.177", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.696", "max": "40.01", "min": "31.276", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "37.501", "max": "38.516", "min": "36.863", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "157.93", "max": "161.873", "min": "156.606", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "107.774", "max": "108.71", "min": "107.311", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "255.576", "max": "255.868", "min": "255.419", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "83.673", "max": "84.653", "min": "83.499", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "46.289", "max": "46.389", "min": "46.23", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.046", "max": "14.171", "min": "13.954", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "45.889", "max": "46.145", "min": "45.768", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "87.702", "max": "92.383", "min": "87.208", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "91.243", "max": "91.561", "min": "91.089", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.747", "max": "76.567", "min": "66.709", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "158.42", "max": "159.89", "min": "158.083", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "94.455", "max": "95.988", "min": "93.491", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "60.842", "max": "61.436", "min": "60.599", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "117.377", "max": "118.874", "min": "117.147", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "27.757", "max": "31.877", "min": "27.226", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.461", "max": "184.107", "min": "168.802", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "187.629", "max": "187.629", "min": "187.629", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "12.46", "max": "12.563", "min": "12.307", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "9.853", "max": "10.038", "min": "9.731", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "113.886", "max": "115.489", "min": "113.635", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "30.484", "max": "42.135", "min": "22.521", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "31.536", "max": "31.789", "min": "31.403", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "199.904", "max": "201.024", "min": "199.718", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "88.8", "max": "89.75", "min": "88.558", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "103.238", "max": "103.508", "min": "103.102", "id": "61", "country": "Luxembourg", "source_name": "Luxembourg", "destination_name": "Lansing", "destination_id": "295" } } }, "76": { "name": "Reykjavik", "data": { "0": { "avg": "235.417", "max": "236.62", "min": "235.178", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "305.672", "max": "306.25", "min": "305.415", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "132.846", "max": "133.511", "min": "132.611", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "69.085", "max": "77.873", "min": "67.843", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "46.107", "max": "46.814", "min": "45.791", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "261.8", "max": "263.115", "min": "261.509", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "49.739", "max": "51.146", "min": "49.533", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "306.33", "max": "324.509", "min": "304.881", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "88.264", "max": "89.17", "min": "87.923", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "68.822", "max": "70.351", "min": "68.352", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "38.306", "max": "39.372", "min": "38.09", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "158.552", "max": "159.796", "min": "158.282", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "120.069", "max": "121.831", "min": "119.752", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "129.375", "max": "134.596", "min": "128.935", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "143.413", "max": "144.428", "min": "143.172", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "133.023", "max": "133.567", "min": "132.495", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "71.26", "max": "72.152", "min": "70.93", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "123.015", "max": "123.93", "min": "122.743", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "65.652", "max": "66.478", "min": "65.289", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "70.161", "max": "71.617", "min": "69.905", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "321.797", "max": "322.18", "min": "321.64", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "133.442", "max": "134.56", "min": "133.199", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "185.747", "max": "186.357", "min": "185.456", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "177.148", "max": "178.156", "min": "176.86", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "75.188", "max": "75.801", "min": "74.905", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "60.663", "max": "61.694", "min": "60.451", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "68.784", "max": "71.431", "min": "68.403", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "77.024", "max": "78.067", "min": "76.783", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "55.24", "max": "56.179", "min": "55.074", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "179.393", "max": "180.762", "min": "179.108", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "217.985", "max": "218.193", "min": "217.828", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "77.093", "max": "77.358", "min": "76.941", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "185.892", "max": "195.477", "min": "185.232", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "95.617", "max": "95.899", "min": "95.407", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "65.431", "max": "66.189", "min": "65.117", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "213.341", "max": "215.276", "min": "213.044", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "185.114", "max": "186.358", "min": "184.82", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "163.325", "max": "163.838", "min": "163.121", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "150.93", "max": "151.554", "min": "150.723", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "130.307", "max": "131.064", "min": "130", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "189.615", "max": "193.55", "min": "189.089", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "47.79", "max": "51.321", "min": "47.322", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "85.976", "max": "86.775", "min": "85.743", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "76.228", "max": "79.775", "min": "75.804", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "186.568", "max": "187.6", "min": "186.275", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "71.584", "max": "72.164", "min": "71.144", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "70.518", "max": "74.009", "min": "70.238", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "198.004", "max": "198.77", "min": "197.67", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "267.71", "max": "273.537", "min": "267.242", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "160.513", "max": "168.006", "min": "160.093", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "122.139", "max": "123.206", "min": "121.861", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "184.482", "max": "185.101", "min": "184.212", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "78.896", "max": "89.705", "min": "70.054", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "136.278", "max": "136.813", "min": "136.119", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "183.981", "max": "191.445", "min": "180.944", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "385.238", "max": "386.534", "min": "385.023", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "78.341", "max": "82.427", "min": "77.058", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "349.272", "max": "350.324", "min": "349.098", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "91.425", "max": "93.28", "min": "91.024", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "58.302", "max": "58.913", "min": "58.158", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "93.467", "max": "96.327", "min": "92.789", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "105.558", "max": "152.086", "min": "102.209", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "233.925", "max": "333.777", "min": "219.826", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "245.313", "max": "246.237", "min": "245.087", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "86.205", "max": "87.215", "min": "85.932", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "83.71", "max": "85.307", "min": "83.41", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "115.737", "max": "116.436", "min": "115.441", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "99.395", "max": "100.046", "min": "99.027", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "245.404", "max": "248.94", "min": "244.458", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "147.058", "max": "153.49", "min": "146.533", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "375.201", "max": "376.1", "min": "374.987", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "175.735", "max": "177.388", "min": "175.21", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "191.557", "max": "192.711", "min": "191.294", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "143.798", "max": "144.427", "min": "143.627", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "0.067", "max": "0.167", "min": "0.042", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "44.034", "max": "44.858", "min": "43.827", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "128.955", "max": "130.83", "min": "128.721", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "179.948", "max": "184.53", "min": "179.561", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "143.728", "max": "149.3", "min": "143.264", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "130.734", "max": "131.292", "min": "130.593", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "197.969", "max": "199.32", "min": "197.759", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "123.023", "max": "123.629", "min": "122.75", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "220.576", "max": "222.056", "min": "218.005", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "187.604", "max": "188.496", "min": "187.314", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "158.545", "max": "161.813", "min": "158.173", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "105.08", "max": "106.671", "min": "104.726", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "54.916", "max": "55.909", "min": "54.546", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "145.152", "max": "145.679", "min": "144.934", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "152.524", "max": "153.421", "min": "152.355", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "43.331", "max": "51.514", "min": "42.56", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "166.87", "max": "169.32", "min": "166.083", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "197.899", "max": "198.889", "min": "197.576", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "72.296", "max": "72.968", "min": "72.149", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "299.43", "max": "300.403", "min": "299.177", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "119.513", "max": "120.005", "min": "119.229", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "160.89", "max": "161.542", "min": "160.676", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "197.659", "max": "197.976", "min": "197.383", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "172.214", "max": "230.544", "min": "169.231", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "191.58", "max": "192.129", "min": "191.402", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "134.302", "max": "138.739", "min": "133.845", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "151.444", "max": "152.021", "min": "151.293", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "175.868", "max": "177.774", "min": "175.675", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "90.434", "max": "92.182", "min": "90.114", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "348.442", "max": "357.134", "min": "347.366", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "162.683", "max": "164.07", "min": "162.412", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "360.952", "max": "380.225", "min": "333.051", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "220.391", "max": "222.148", "min": "220.086", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "123.622", "max": "124.404", "min": "123.444", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "128.584", "max": "129.095", "min": "128.379", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "186.461", "max": "187.843", "min": "186.157", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "308.789", "max": "309.232", "min": "308.631", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "314.822", "max": "315.316", "min": "314.685", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "111.077", "max": "112.145", "min": "110.869", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "170.138", "max": "174.2", "min": "169.631", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "396.522", "max": "523.731", "min": "250.726", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.86", "max": "258.974", "min": "106.938", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "212.212", "max": "213.171", "min": "211.712", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "267.323", "max": "269.308", "min": "266.959", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "149.671", "max": "150.661", "min": "149.426", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "144.318", "max": "146.448", "min": "143.807", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "159.236", "max": "159.868", "min": "158.911", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "230.638", "max": "393.941", "min": "150.869", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "227.613", "max": "228.149", "min": "227.364", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "96.581", "max": "301.013", "min": "82.511", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "83.798", "max": "84.756", "min": "83.553", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "68.569", "max": "70.258", "min": "67.892", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "112.992", "max": "114.037", "min": "112.704", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "195.911", "max": "196.681", "min": "195.724", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "166.586", "max": "166.895", "min": "166.328", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "212.521", "max": "213.704", "min": "212.281", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "140.596", "max": "141.258", "min": "140.383", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "158.524", "max": "160.203", "min": "158.171", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "132.452", "max": "133.425", "min": "132.294", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "337.066", "max": "338.663", "min": "336.268", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "160.334", "max": "161.315", "min": "160.118", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "110.483", "max": "112.58", "min": "110.176", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "175.974", "max": "189.519", "min": "174.74", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "155.995", "max": "157.583", "min": "155.848", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "140.524", "max": "141.6", "min": "140.339", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "106.93", "max": "107.499", "min": "106.692", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "67.862", "max": "69.154", "min": "67.594", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "207.945", "max": "211.722", "min": "207.386", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "79.745", "max": "80.958", "min": "79.481", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "79.662", "max": "80.353", "min": "79.46", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "215.301", "max": "219.874", "min": "214.748", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "61.673", "max": "62.306", "min": "61.349", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "95.544", "max": "106.691", "min": "94.648", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "173.788", "max": "174.437", "min": "173.557", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "48.584", "max": "49.098", "min": "48.389", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "41.478", "max": "42.473", "min": "41.248", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "60.091", "max": "97.177", "min": "57.392", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "283.477", "max": "284.207", "min": "283.374", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "81.274", "max": "82.15", "min": "81.079", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "56.111", "max": "88.266", "min": "54.701", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "138.93", "max": "139.769", "min": "138.754", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "184.598", "max": "185.078", "min": "184.375", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "93.299", "max": "94.834", "min": "92.729", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "282.743", "max": "328.995", "min": "273.984", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "150.843", "max": "152.495", "min": "150.505", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "281.933", "max": "313.893", "min": "277.222", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "150.641", "max": "151.604", "min": "150.432", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "417.731", "max": "419.052", "min": "417.262", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "75.245", "max": "77.286", "min": "74.95", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "123.226", "max": "127.962", "min": "122.938", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "146.533", "max": "146.989", "min": "146.293", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "196.007", "max": "196.795", "min": "195.872", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "137.555", "max": "140.299", "min": "137.272", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "164.612", "max": "165.261", "min": "164.48", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "224.077", "max": "228.436", "min": "220.834", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "123.919", "max": "125.284", "min": "123.709", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "137.152", "max": "137.657", "min": "137.003", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "61.204", "max": "62.656", "min": "60.833", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "187.831", "max": "188.598", "min": "187.624", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "48.968", "max": "49.97", "min": "48.762", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "70.319", "max": "81.325", "min": "69.583", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "76.726", "max": "77.631", "min": "76.538", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "61.817", "max": "62.218", "min": "61.704", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "43.129", "max": "44.496", "min": "42.719", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "114.073", "max": "116.061", "min": "113.732", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "86.414", "max": "87.028", "min": "86.212", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "107.529", "max": "109.277", "min": "107.303", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "88.257", "max": "90.058", "min": "87.927", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "56.456", "max": "58.168", "min": "56.083", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "52.74", "max": "53.629", "min": "52.529", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "50.232", "max": "51.207", "min": "49.948", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "70.265", "max": "73.148", "min": "69.973", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "98.346", "max": "99.226", "min": "98.032", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "73.438", "max": "77.891", "min": "72.612", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "65.368", "max": "81.35", "min": "53.093", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "55.8", "max": "56.594", "min": "55.555", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "105.605", "max": "106.986", "min": "105.306", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "96.667", "max": "102.676", "min": "96.049", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "89.509", "max": "92.144", "min": "88.916", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "52.635", "max": "64.576", "min": "51.858", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "231.107", "max": "233.728", "min": "230.802", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "61.89", "max": "64.414", "min": "61.581", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "68.173", "max": "69.794", "min": "67.889", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "70.96", "max": "72.184", "min": "70.728", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "200.915", "max": "208.815", "min": "198.99", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "98.097", "max": "99.658", "min": "97.735", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "51.06", "max": "52.223", "min": "50.865", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "50.52", "max": "53.185", "min": "49.803", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "47.66", "max": "50.136", "min": "47.418", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "347.838", "max": "359.407", "min": "346.158", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "111.552", "max": "118.654", "min": "110.37", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "260.064", "max": "260.806", "min": "259.805", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "181.813", "max": "182.8", "min": "181.647", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "52.562", "max": "53.899", "min": "52.335", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "178.388", "max": "179.571", "min": "178.098", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "204.456", "max": "205.008", "min": "204.264", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "76.131", "max": "76.868", "min": "75.863", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "109.82", "max": "110.574", "min": "109.591", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "41.965", "max": "43.213", "min": "41.465", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "48.746", "max": "50.66", "min": "48.341", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "202.528", "max": "203.027", "min": "202.407", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "216.989", "max": "217.373", "min": "216.781", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "368.543", "max": "532.054", "min": "358.18", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "118.06", "max": "119.147", "min": "117.846", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "68.93", "max": "69.658", "min": "68.717", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "107.376", "max": "108.742", "min": "107.173", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "69.552", "max": "71.228", "min": "69.284", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "278.455", "max": "278.795", "min": "278.242", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "167.189", "max": "171.458", "min": "163.848", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "66.727", "max": "69.543", "min": "66.417", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "91.124", "max": "92.937", "min": "90.115", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "209.363", "max": "213.552", "min": "208.162", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "134.621", "max": "137.038", "min": "134.047", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "284.133", "max": "285.253", "min": "283.877", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "129.224", "max": "129.93", "min": "129.001", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "87.159", "max": "87.663", "min": "87.003", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "50.883", "max": "51.795", "min": "50.666", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "81.418", "max": "83.303", "min": "81.113", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "130.967", "max": "133.516", "min": "130.337", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "128.141", "max": "129.424", "min": "127.826", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "104.599", "max": "110.059", "min": "102.295", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "213.17", "max": "214.184", "min": "212.652", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "125.293", "max": "126.799", "min": "124.25", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "108.526", "max": "109.211", "min": "108.336", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "144.217", "max": "145.21", "min": "144.009", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "59.498", "max": "62.338", "min": "58.977", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "215.958", "max": "216.853", "min": "215.5", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "229.86", "max": "229.86", "min": "229.86", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "49.532", "max": "51.403", "min": "49.321", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "70.091", "max": "71.981", "min": "69.822", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "133.639", "max": "134.597", "min": "133.392", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "63.396", "max": "78.493", "min": "54.668", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "72.153", "max": "73.582", "min": "71.852", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "160.958", "max": "162.042", "min": "160.644", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "131.898", "max": "134.911", "min": "131.478", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "148.255", "max": "148.915", "min": "148.08", "id": "76", "country": "Iceland", "source_name": "Reykjavik", "destination_name": "Lansing", "destination_id": "295" } } }, "77": { "name": "Manchester", "data": { "0": { "avg": "231.883", "max": "232.205", "min": "231.614", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "266.232", "max": "272.197", "min": "265.751", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "110.302", "max": "110.651", "min": "110.116", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "35.515", "max": "42.74", "min": "34.644", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "13.871", "max": "14.219", "min": "13.579", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "229.668", "max": "232.704", "min": "229.388", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "12.345", "max": "12.612", "min": "12.166", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "273.122", "max": "288.048", "min": "271.527", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "61.141", "max": "61.504", "min": "60.901", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "33.596", "max": "36.447", "min": "33.203", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "7.082", "max": "8.016", "min": "6.781", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "117.001", "max": "127.346", "min": "116.456", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "80.655", "max": "80.971", "min": "80.467", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "97.075", "max": "97.558", "min": "96.763", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.626", "max": "110.969", "min": "110.456", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "91.21", "max": "91.724", "min": "90.905", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "30.912", "max": "31.186", "min": "30.657", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "98.318", "max": "98.614", "min": "98.177", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "8.86", "max": "9.098", "min": "8.707", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "30.399", "max": "32.399", "min": "30.123", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "296.294", "max": "296.658", "min": "296.1", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "93.123", "max": "93.737", "min": "92.884", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "142.527", "max": "142.722", "min": "142.353", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "147.202", "max": "155.399", "min": "146.721", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "38.108", "max": "38.59", "min": "37.824", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.457", "max": "27.671", "min": "27.279", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "42.244", "max": "43.237", "min": "41.9", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "34.534", "max": "41.222", "min": "34.068", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "17.93", "max": "18.213", "min": "17.73", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "132.387", "max": "133.012", "min": "132.014", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "163.383", "max": "163.628", "min": "163.233", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.036", "max": "40.219", "min": "38.82", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "143.569", "max": "146.537", "min": "143.258", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "50.618", "max": "51.084", "min": "50.437", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "28.565", "max": "30.354", "min": "28.159", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "260.728", "max": "264.622", "min": "260.302", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "149.193", "max": "149.426", "min": "148.994", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "135.97", "max": "136.166", "min": "135.75", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "112.106", "max": "112.369", "min": "111.903", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "104.464", "max": "109.482", "min": "104.019", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "148.807", "max": "150.971", "min": "148.454", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "16.223", "max": "17.679", "min": "15.743", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "51.342", "max": "51.583", "min": "51.148", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "40.038", "max": "41.555", "min": "39.801", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "155.88", "max": "156.24", "min": "155.667", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "42.244", "max": "42.852", "min": "41.665", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "36.804", "max": "37.135", "min": "36.595", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "168.116", "max": "169.311", "min": "167.855", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "235.727", "max": "236.143", "min": "235.49", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "126.525", "max": "126.796", "min": "126.32", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "132.603", "max": "132.971", "min": "132.352", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "148.848", "max": "149.528", "min": "148.635", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "26.75", "max": "102.461", "min": "13.932", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "101.39", "max": "101.768", "min": "101.153", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "144.051", "max": "152.396", "min": "141.128", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "194.961", "max": "195.537", "min": "194.745", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "44.592", "max": "47.739", "min": "43.908", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "300.955", "max": "301.235", "min": "300.738", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "63.64", "max": "64.597", "min": "63.336", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "20.469", "max": "20.825", "min": "20.224", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "70.104", "max": "70.81", "min": "69.576", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "72.271", "max": "129.928", "min": "67.438", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "191.136", "max": "225.865", "min": "188.373", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "205.439", "max": "205.707", "min": "205.203", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "55.283", "max": "55.935", "min": "55.01", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "42.152", "max": "43.098", "min": "41.924", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "81.792", "max": "82.015", "min": "81.594", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "62.06", "max": "62.38", "min": "61.652", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "225.261", "max": "226.734", "min": "224.448", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "116.397", "max": "118.319", "min": "116.132", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "241.475", "max": "242.204", "min": "241.135", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "148.807", "max": "149.173", "min": "148.555", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "155.147", "max": "155.508", "min": "155.016", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "97.743", "max": "98.003", "min": "97.615", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "44.085", "max": "44.729", "min": "43.83", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "0.014", "max": "0.028", "min": "0.009", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "91.34", "max": "91.563", "min": "91.116", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "139.762", "max": "140.064", "min": "139.561", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "87.029", "max": "87.411", "min": "86.702", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "87.069", "max": "87.361", "min": "86.875", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "137.303", "max": "137.925", "min": "136.953", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "89.546", "max": "89.928", "min": "89.142", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "213.403", "max": "220.11", "min": "212.954", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "140.875", "max": "141.139", "min": "140.644", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "121.776", "max": "122.022", "min": "121.621", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "64.732", "max": "66.088", "min": "64.417", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "16.085", "max": "17.438", "min": "15.745", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "106.224", "max": "106.527", "min": "106.071", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "100.43", "max": "100.758", "min": "100.236", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "10.726", "max": "16.032", "min": "10.254", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "107.637", "max": "110.25", "min": "106.943", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "146.632", "max": "147.356", "min": "146.39", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "29.292", "max": "29.585", "min": "29.12", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "285.941", "max": "286.307", "min": "285.744", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "97.325", "max": "97.701", "min": "97.159", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "115.606", "max": "116.76", "min": "115.247", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "155.023", "max": "155.264", "min": "154.757", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "148.173", "max": "174.022", "min": "146.871", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "134.501", "max": "134.871", "min": "134.288", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "89.53", "max": "90.754", "min": "89.301", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "108.188", "max": "108.458", "min": "108.029", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "154.27", "max": "155.131", "min": "154.01", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "51.197", "max": "51.501", "min": "51.004", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "302.036", "max": "303.857", "min": "301.424", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "104.318", "max": "104.602", "min": "104.109", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "323.954", "max": "337.641", "min": "274.554", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "176.742", "max": "179.856", "min": "176.154", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "80.267", "max": "80.513", "min": "80.009", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "105.16", "max": "105.392", "min": "104.951", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "152.542", "max": "152.852", "min": "152.359", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.423", "max": "253.054", "min": "249.006", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "268.287", "max": "268.512", "min": "268.108", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "76.724", "max": "77.065", "min": "76.52", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "144.824", "max": "147.188", "min": "144.428", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "384.378", "max": "501.55", "min": "214.148", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "156.979", "max": "252.947", "min": "67.115", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "183.826", "max": "205.413", "min": "182.749", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "255.189", "max": "255.992", "min": "254.906", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "111.208", "max": "111.524", "min": "110.931", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "118.8", "max": "119.416", "min": "118.456", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "108.76", "max": "109.092", "min": "108.441", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "196.232", "max": "350.427", "min": "107.252", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "198.067", "max": "198.773", "min": "197.651", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "65.689", "max": "143.67", "min": "62.494", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "56.382", "max": "56.588", "min": "56.222", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "103.11", "max": "279.672", "min": "32.149", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.775", "max": "81.206", "min": "80.351", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "175.277", "max": "175.742", "min": "175.019", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "108.182", "max": "108.391", "min": "107.935", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "167.048", "max": "168.167", "min": "166.718", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "100.45", "max": "100.838", "min": "100.271", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "91.948", "max": "92.277", "min": "91.732", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "95.802", "max": "96.798", "min": "95.398", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "287.716", "max": "288.361", "min": "287.024", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.392", "max": "123.703", "min": "123.168", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "69.704", "max": "70.107", "min": "69.455", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "124.636", "max": "130.335", "min": "123.559", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "135.563", "max": "135.948", "min": "135.318", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "100.134", "max": "100.362", "min": "99.887", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "75.21", "max": "75.527", "min": "74.961", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "34.984", "max": "35.22", "min": "34.764", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "184.615", "max": "185.205", "min": "184.286", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.891", "max": "44.167", "min": "43.687", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "50.661", "max": "50.923", "min": "50.407", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "173.173", "max": "173.453", "min": "172.888", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "16.379", "max": "16.961", "min": "16.096", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "43.426", "max": "43.666", "min": "43.21", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "149.675", "max": "150.139", "min": "149.468", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "6.64", "max": "6.857", "min": "6.347", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "8.381", "max": "8.616", "min": "8.203", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "21.509", "max": "32.608", "min": "19.906", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "253.608", "max": "253.824", "min": "253.452", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "41.873", "max": "42.781", "min": "41.622", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "23.774", "max": "24.09", "min": "23.568", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "103.044", "max": "103.345", "min": "102.827", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "134.759", "max": "135.379", "min": "134.432", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "65.342", "max": "65.802", "min": "65.019", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "266.095", "max": "307.799", "min": "259.73", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "114.308", "max": "114.937", "min": "114.022", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "237.606", "max": "326.783", "min": "230.384", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "165.962", "max": "166.242", "min": "165.773", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.81", "max": "382.212", "min": "381.328", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "39.759", "max": "40.458", "min": "39.556", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "71.913", "max": "72.415", "min": "71.771", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "127.777", "max": "128.254", "min": "127.495", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "177.499", "max": "177.788", "min": "177.275", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "97.347", "max": "97.767", "min": "97.139", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "132.511", "max": "133.387", "min": "132.168", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "259.342", "max": "283.7", "min": "232.135", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.089", "max": "73.49", "min": "72.851", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "87.401", "max": "87.663", "min": "87.172", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.371", "max": "25.505", "min": "22.94", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "293.907", "max": "294.388", "min": "293.647", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "16.619", "max": "16.916", "min": "16.403", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "24.761", "max": "25.092", "min": "24.489", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "33.021", "max": "38.218", "min": "32.653", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "40.787", "max": "41.015", "min": "40.647", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "11.13", "max": "11.781", "min": "10.826", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "62.062", "max": "62.515", "min": "61.873", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "56.128", "max": "56.41", "min": "55.958", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "69.894", "max": "74.466", "min": "69.424", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "48.208", "max": "48.752", "min": "47.884", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "12.462", "max": "13.485", "min": "12.122", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "21.803", "max": "22.134", "min": "21.655", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "17.782", "max": "18.023", "min": "17.441", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "27.058", "max": "27.355", "min": "26.774", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "68.854", "max": "70.558", "min": "68.299", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "39.785", "max": "60.406", "min": "38.439", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "49.189", "max": "97.456", "min": "24.828", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "7.38", "max": "7.621", "min": "7.206", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "74.95", "max": "75.625", "min": "74.722", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "66.59", "max": "66.899", "min": "66.356", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "43.8", "max": "44.596", "min": "43.424", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "13.136", "max": "14.241", "min": "12.715", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.086", "max": "273.598", "min": "270.699", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "26.604", "max": "26.904", "min": "26.45", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.527", "max": "43.769", "min": "43.215", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "78.462", "max": "78.727", "min": "78.25", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.573", "max": "169.742", "min": "162.686", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "62.879", "max": "66.656", "min": "62.558", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "21.4", "max": "36.07", "min": "20.543", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "13.397", "max": "13.913", "min": "13.074", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "18.933", "max": "19.198", "min": "18.72", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "286.911", "max": "292.361", "min": "286.195", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "82.777", "max": "92.19", "min": "81.528", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.713", "max": "232.057", "min": "198.082", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "154.712", "max": "154.957", "min": "154.582", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "14.399", "max": "14.801", "min": "14.093", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "155.645", "max": "157.187", "min": "155.289", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "154.914", "max": "155.59", "min": "154.383", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "51.853", "max": "52.14", "min": "51.617", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "67.295", "max": "67.531", "min": "67.059", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "11.059", "max": "12.643", "min": "10.556", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "14.75", "max": "15.049", "min": "14.468", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "104.544", "max": "104.774", "min": "104.374", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "110.201", "max": "110.458", "min": "110.048", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "187.847", "max": "340.215", "min": "182.3", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "79.344", "max": "79.612", "min": "79.133", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "29.206", "max": "29.44", "min": "28.928", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "79.616", "max": "79.822", "min": "79.456", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "26.923", "max": "27.2", "min": "26.68", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "221.032", "max": "227.643", "min": "220.529", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "120.579", "max": "123.945", "min": "117.639", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "27.243", "max": "27.481", "min": "27.088", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "50.275", "max": "52.119", "min": "49.495", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "150.344", "max": "153.412", "min": "149.19", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "245.269", "max": "246.613", "min": "244.808", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "240.142", "max": "240.438", "min": "239.919", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "99.145", "max": "99.555", "min": "98.849", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "51.174", "max": "51.437", "min": "50.988", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "16.352", "max": "16.593", "min": "16.18", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "54.253", "max": "54.505", "min": "54.124", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "80.294", "max": "84.144", "min": "79.731", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "86.807", "max": "87.129", "min": "86.583", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "72.857", "max": "75.685", "min": "71.266", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "168.061", "max": "170.168", "min": "167.444", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "95.491", "max": "114.333", "min": "93.799", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "70.875", "max": "71.834", "min": "70.564", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "97.955", "max": "98.498", "min": "97.652", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "18.604", "max": "25.75", "min": "17.551", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "188.764", "max": "189.158", "min": "188.542", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.455", "max": "183.455", "min": "183.455", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "9.384", "max": "9.609", "min": "9.131", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.514", "max": "22.756", "min": "22.324", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "101.638", "max": "104.224", "min": "101.334", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "23.65", "max": "30.937", "min": "16.017", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "34.658", "max": "34.931", "min": "34.466", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "145.33", "max": "147.381", "min": "144.96", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "92.098", "max": "93.265", "min": "91.704", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "99.222", "max": "99.652", "min": "98.981", "id": "77", "country": "United Kingdom", "source_name": "Manchester", "destination_name": "Lansing", "destination_id": "295" } } }, "88": { "name": "Newcastle", "data": { "0": { "avg": "212.83", "max": "220.29", "min": "211.855", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "284.371", "max": "284.984", "min": "281.911", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "94.523", "max": "94.961", "min": "92.088", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "40.356", "max": "45.919", "min": "39.178", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "17.657", "max": "20.31", "min": "17.202", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "232.99", "max": "233.793", "min": "232.687", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "16.173", "max": "18.007", "min": "15.913", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "273.642", "max": "279.643", "min": "272.842", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "59.643", "max": "61.103", "min": "59.227", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "39.768", "max": "56.12", "min": "37.3", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "9.941", "max": "12.918", "min": "9.351", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "120.596", "max": "125.061", "min": "117.962", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "80.727", "max": "81.027", "min": "80.53", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "91.811", "max": "92.609", "min": "91.526", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.353", "max": "111.998", "min": "110.024", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "88.542", "max": "89.541", "min": "88.093", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "38.155", "max": "38.824", "min": "37.795", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.02", "max": "101.103", "min": "93.196", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "19.664", "max": "20.065", "min": "19.389", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.445", "max": "38.8", "min": "35.989", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "287.328", "max": "287.965", "min": "284.993", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "95.425", "max": "99.057", "min": "95.02", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "142.119", "max": "153.661", "min": "141.501", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "145.704", "max": "163.148", "min": "144.828", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "40.355", "max": "41.803", "min": "39.892", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "30.575", "max": "35.079", "min": "30.043", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "36.23", "max": "36.982", "min": "35.866", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "38.9", "max": "40.743", "min": "38.542", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "24.863", "max": "25.645", "min": "24.622", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "138.021", "max": "146.763", "min": "135.101", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "181.513", "max": "195.5", "min": "180.347", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.967", "max": "40.874", "min": "39.67", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "144.161", "max": "146.584", "min": "143.73", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.468", "max": "65.538", "min": "58.548", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "38.118", "max": "43.834", "min": "37.358", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "182.433", "max": "186.368", "min": "181.711", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "149.449", "max": "152.044", "min": "148.991", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "137.894", "max": "138.294", "min": "137.62", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "115.67", "max": "122.899", "min": "112.747", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "89.86", "max": "99.573", "min": "89.04", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "152.761", "max": "158.996", "min": "151.617", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "19.181", "max": "23.608", "min": "18.399", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "55.49", "max": "56.958", "min": "55.168", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "45.346", "max": "50.01", "min": "44.604", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "150.715", "max": "151.793", "min": "148.39", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "41.631", "max": "44.538", "min": "40.864", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "42.595", "max": "47.992", "min": "42.038", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "159.498", "max": "161.201", "min": "159.067", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "248.371", "max": "250.432", "min": "245.948", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "118.981", "max": "119.431", "min": "116.601", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.038", "max": "91.376", "min": "89.576", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "142.668", "max": "143.469", "min": "140.286", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "64.857", "max": "98.99", "min": "12.723", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "106.999", "max": "111.038", "min": "104.611", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "156.189", "max": "167.68", "min": "152.544", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "343.349", "max": "344.901", "min": "342.926", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "50.813", "max": "58.761", "min": "49.271", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "306.27", "max": "308.123", "min": "303.67", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.625", "max": "63.551", "min": "58.097", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "24.425", "max": "26.502", "min": "23.984", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "68.404", "max": "76.828", "min": "67.407", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "76.284", "max": "132.081", "min": "70.573", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "195.751", "max": "213.214", "min": "194.026", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "275.31", "max": "281.579", "min": "272.111", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "58.417", "max": "61.154", "min": "57.888", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "53.367", "max": "67.375", "min": "51.986", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.106", "max": "80.262", "min": "78.794", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "54.344", "max": "57.479", "min": "53.546", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "211.455", "max": "217.035", "min": "208.253", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "115.54", "max": "117.079", "min": "113.05", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "286.046", "max": "296.991", "min": "285.333", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "147.053", "max": "149.999", "min": "144.69", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "152.882", "max": "156.893", "min": "152.353", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "102.079", "max": "106.569", "min": "101.217", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "54.83", "max": "55.99", "min": "54.562", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "16.293", "max": "18.766", "min": "15.713", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "94.91", "max": "97.143", "min": "94.479", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "140.461", "max": "141.234", "min": "140.182", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "96.604", "max": "99.2", "min": "96.036", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "98.389", "max": "99.029", "min": "98.125", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "143.138", "max": "143.9", "min": "142.757", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "85.211", "max": "85.842", "min": "84.904", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "283.871", "max": "285.343", "min": "280.156", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "157.142", "max": "157.412", "min": "156.791", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "145.323", "max": "147.4", "min": "145.106", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "72.37", "max": "73.784", "min": "71.895", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "0.02", "max": "0.026", "min": "0.018", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "110.195", "max": "111.12", "min": "109.967", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "116.823", "max": "117.717", "min": "116.425", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.179", "max": "15.068", "min": "13.926", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "107.677", "max": "120.331", "min": "106.339", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "149.105", "max": "154.266", "min": "148.436", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "38.228", "max": "40.017", "min": "37.808", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "276.276", "max": "279.157", "min": "273.718", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "91.636", "max": "93.042", "min": "91.284", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "118.078", "max": "121.261", "min": "117.657", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "155.119", "max": "156.002", "min": "154.848", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "139.053", "max": "149.869", "min": "137.7", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "157.531", "max": "160.199", "min": "157.14", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "92.085", "max": "93.894", "min": "91.619", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "110.705", "max": "111.688", "min": "110.45", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "143.16", "max": "143.646", "min": "143.03", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "60.374", "max": "60.738", "min": "60.082", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.94", "max": "314.127", "min": "301.484", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "103.185", "max": "104.963", "min": "102.739", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "317.171", "max": "340.009", "min": "279.7", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "188.063", "max": "197.781", "min": "187.476", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "82.813", "max": "88.151", "min": "82.239", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "99.996", "max": "100.543", "min": "99.72", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "136.517", "max": "144.048", "min": "133.819", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "247.807", "max": "250.5", "min": "245.424", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "271.451", "max": "279.687", "min": "270.822", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "80.295", "max": "84.009", "min": "77.705", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "137.942", "max": "139.319", "min": "137.598", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "364.875", "max": "489.548", "min": "217.44", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "160.254", "max": "255.11", "min": "77.009", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "192.727", "max": "197.462", "min": "190.086", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "233.54", "max": "234.415", "min": "231.109", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "112.018", "max": "113.724", "min": "111.595", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "111.503", "max": "113.67", "min": "110.892", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "114.725", "max": "115.162", "min": "114.402", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "211.09", "max": "362.055", "min": "120.349", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "227.615", "max": "229.785", "min": "227.282", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "55.107", "max": "138.936", "min": "50.241", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "47.985", "max": "48.336", "min": "47.797", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "36.248", "max": "37.722", "min": "33.582", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "82.05", "max": "89.944", "min": "80.995", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "159.419", "max": "160.472", "min": "159.073", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "118.238", "max": "119.108", "min": "117.978", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "177.091", "max": "179.339", "min": "174.569", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "103.6", "max": "106.967", "min": "101.054", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "90.217", "max": "97.327", "min": "89.681", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "105.47", "max": "106.731", "min": "105.15", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "293.569", "max": "295.444", "min": "291.065", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "127.096", "max": "130.594", "min": "124.578", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "72.765", "max": "73.15", "min": "72.518", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "133.462", "max": "150.58", "min": "131.34", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "124.399", "max": "132.463", "min": "123.772", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "107.891", "max": "113.557", "min": "107.423", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "75.82", "max": "77.294", "min": "75.479", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "39.762", "max": "44.025", "min": "39.163", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "185.095", "max": "190.938", "min": "184.419", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "47.54", "max": "49.664", "min": "47.091", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "38.726", "max": "39.102", "min": "38.446", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "181.86", "max": "191.636", "min": "178.776", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "21.089", "max": "22.854", "min": "20.756", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "55.653", "max": "58.309", "min": "55.311", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "149.712", "max": "150.582", "min": "149.438", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "10.953", "max": "15.064", "min": "10.578", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "12.989", "max": "13.385", "min": "12.818", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "31.323", "max": "80.393", "min": "27.741", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "241.49", "max": "245.303", "min": "241.095", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "48.284", "max": "49.095", "min": "47.974", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "29.097", "max": "65.136", "min": "27.331", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "91.638", "max": "97.45", "min": "91.15", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "142.46", "max": "149.256", "min": "141.589", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "45.998", "max": "47.957", "min": "45.497", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "249.672", "max": "292.479", "min": "241.55", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "120.761", "max": "121.138", "min": "120.517", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "244.652", "max": "331.407", "min": "236.169", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "117.329", "max": "117.55", "min": "117.168", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "383.295", "max": "383.878", "min": "381.017", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "50.266", "max": "50.761", "min": "50.066", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "74.504", "max": "76.945", "min": "74.083", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "114.278", "max": "121.571", "min": "111.508", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "175.211", "max": "176.038", "min": "174.962", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "101.402", "max": "103.512", "min": "101.092", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "135.835", "max": "138.128", "min": "135.483", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "236.634", "max": "245.59", "min": "212.3", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "81.124", "max": "81.737", "min": "80.84", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "93.126", "max": "100.612", "min": "90.197", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.327", "max": "26.506", "min": "22.901", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "276.01", "max": "276.603", "min": "273.559", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "19.073", "max": "22.195", "min": "18.755", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "28.777", "max": "30.606", "min": "28.319", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "36.939", "max": "38.913", "min": "36.631", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "34.751", "max": "37.532", "min": "34.424", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "14.205", "max": "17.338", "min": "13.757", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "58.021", "max": "62.237", "min": "57.402", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "57.08", "max": "58.036", "min": "56.786", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "69.744", "max": "72.466", "min": "69.272", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "54.53", "max": "61.029", "min": "53.871", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "19.325", "max": "21.983", "min": "18.973", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "19.664", "max": "20.847", "min": "19.478", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "15.235", "max": "15.836", "min": "14.956", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "45.079", "max": "52.962", "min": "44.297", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "69.473", "max": "80.643", "min": "68.527", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "42.889", "max": "57.33", "min": "41.347", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "37.847", "max": "71.944", "min": "22.719", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "9.856", "max": "16.78", "min": "9.132", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "78.431", "max": "78.82", "min": "78.249", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "40.275", "max": "53.188", "min": "39.442", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "57.113", "max": "60.504", "min": "56.485", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "17.586", "max": "19.816", "min": "16.93", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "215.527", "max": "222.627", "min": "214.988", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "32.261", "max": "39.115", "min": "31.567", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "36.613", "max": "38.949", "min": "36.15", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "38.023", "max": "46.409", "min": "37.443", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "167.673", "max": "176.487", "min": "165.342", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "66.544", "max": "67.353", "min": "66.225", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "17.246", "max": "18.484", "min": "16.924", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "16.665", "max": "17.315", "min": "16.391", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "15.473", "max": "17.619", "min": "14.956", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "301.701", "max": "319.775", "min": "297.778", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "87.295", "max": "91.218", "min": "86.614", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "209.51", "max": "213.073", "min": "203.81", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "155.901", "max": "162.783", "min": "153.313", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "18.886", "max": "19.711", "min": "18.614", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "144.811", "max": "148.906", "min": "144.412", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "154.899", "max": "156.588", "min": "154.349", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "44.822", "max": "45.216", "min": "44.541", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "73.017", "max": "75.117", "min": "72.365", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "15.151", "max": "16.34", "min": "14.637", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "19.55", "max": "21.547", "min": "19.016", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "103.569", "max": "105.959", "min": "103.26", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "110.979", "max": "116.864", "min": "110.331", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "260.463", "max": "261.953", "min": "260.081", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.606", "max": "81.185", "min": "80.358", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "30.472", "max": "31.067", "min": "30.194", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "78.861", "max": "82.896", "min": "78.473", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "35.884", "max": "36.392", "min": "35.695", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "220.938", "max": "228.241", "min": "220.117", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "128.535", "max": "134.81", "min": "125.772", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.477", "max": "36.546", "min": "30.79", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "46.855", "max": "48.143", "min": "46.272", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "154.072", "max": "156.862", "min": "152.648", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "105.967", "max": "108.362", "min": "105.428", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "255.75", "max": "256.998", "min": "253.084", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "87.664", "max": "92.491", "min": "86.87", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "56.92", "max": "57.414", "min": "56.725", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "19.811", "max": "24.007", "min": "19.372", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "61.704", "max": "62.392", "min": "61.441", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "93.198", "max": "94.558", "min": "92.741", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "91.666", "max": "92.271", "min": "91.383", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "70.514", "max": "81.305", "min": "68.885", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "177.146", "max": "180.345", "min": "173.786", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "91.495", "max": "93.497", "min": "90.575", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "76.727", "max": "87.566", "min": "75.813", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.554", "max": "107.964", "min": "105.09", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "22.493", "max": "26.18", "min": "21.973", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "203.163", "max": "204.901", "min": "200.724", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.159", "max": "183.159", "min": "183.159", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "12.938", "max": "15.582", "min": "12.67", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "36.148", "max": "42.534", "min": "35.66", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "121.469", "max": "257.938", "min": "104.555", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "34.756", "max": "47.361", "min": "25.459", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "38.679", "max": "41.265", "min": "38.16", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "190.312", "max": "191.352", "min": "187.913", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "90.154", "max": "92.187", "min": "89.735", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "99.932", "max": "107.754", "min": "97.219", "id": "88", "country": "United Kingdom", "source_name": "Newcastle", "destination_name": "Lansing", "destination_id": "295" } } }, "91": { "name": "Coventry", "data": { "0": { "avg": "194.867", "max": "203.552", "min": "194.361", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "238.385", "max": "247.034", "min": "237.817", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "91.239", "max": "92.321", "min": "91.068", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "34.7", "max": "38.69", "min": "34.061", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "12.82", "max": "18.221", "min": "12.486", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "235.24", "max": "244.121", "min": "234.713", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "12.816", "max": "18.91", "min": "12.469", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "271.035", "max": "274.921", "min": "270.257", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "52.215", "max": "58.14", "min": "51.737", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "37.073", "max": "44.132", "min": "36.306", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "6.843", "max": "15.931", "min": "6.217", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "111.713", "max": "116.071", "min": "111.358", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.962", "max": "78.427", "min": "75.717", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "77.93", "max": "78.49", "min": "77.764", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "105.489", "max": "107.66", "min": "105.164", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "80.426", "max": "86.184", "min": "80.011", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.275", "max": "38.414", "min": "34.808", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "91.159", "max": "98.63", "min": "90.74", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "15.348", "max": "18.303", "min": "14.924", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "27.182", "max": "28.538", "min": "27.02", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "267.478", "max": "269.552", "min": "267.275", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "92.412", "max": "92.784", "min": "92.303", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "140.472", "max": "144.09", "min": "140.008", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "144.18", "max": "159.336", "min": "142.997", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "39.56", "max": "40.539", "min": "39.313", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.898", "max": "34.949", "min": "27.477", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "31.08", "max": "36.326", "min": "30.558", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "43.318", "max": "44.206", "min": "43.191", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.165", "max": "19.187", "min": "15.822", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "142.151", "max": "146.578", "min": "141.755", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "179.065", "max": "179.513", "min": "178.926", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.537", "max": "39.836", "min": "39.446", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "141.597", "max": "141.813", "min": "141.475", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "51.247", "max": "51.914", "min": "51.1", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "25.794", "max": "27.89", "min": "25.364", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "171.614", "max": "180.267", "min": "170.367", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "147.056", "max": "147.661", "min": "146.91", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "146.722", "max": "152.022", "min": "146.405", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "102.665", "max": "103.561", "min": "102.451", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "83.402", "max": "83.795", "min": "83.216", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "149.6", "max": "155.393", "min": "148.683", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "15.125", "max": "19.173", "min": "14.333", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "46.927", "max": "53.162", "min": "46.232", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "39.642", "max": "48.056", "min": "38.669", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "146.322", "max": "146.646", "min": "146.198", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "36.287", "max": "39.083", "min": "35.729", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "46.588", "max": "47.62", "min": "46.385", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "155.033", "max": "161.209", "min": "154.51", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "224.863", "max": "233.086", "min": "223.791", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "110.999", "max": "113.844", "min": "110.755", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "91.153", "max": "96.241", "min": "90.773", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "142.756", "max": "146.212", "min": "142.354", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "70.178", "max": "90.015", "min": "10.416", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "106.845", "max": "107.602", "min": "106.615", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "149.804", "max": "157.917", "min": "146.645", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "278.701", "max": "286.432", "min": "278.045", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "35.759", "max": "39.04", "min": "35.067", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "289.062", "max": "291.16", "min": "288.759", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "46.167", "max": "54.703", "min": "45.056", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "12.619", "max": "14.384", "min": "12.397", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "62.936", "max": "63.85", "min": "62.438", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "63.244", "max": "106.534", "min": "59.967", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "199.085", "max": "233.583", "min": "195.28", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "206.01", "max": "208.907", "min": "205.762", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "53.827", "max": "54.825", "min": "53.666", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "47.185", "max": "52.985", "min": "46.473", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "75.079", "max": "76.484", "min": "74.882", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "49.681", "max": "55.695", "min": "48.787", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "206.9", "max": "208.084", "min": "206.226", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "121.726", "max": "129.884", "min": "120.068", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "271.289", "max": "272.276", "min": "271.004", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "133.571", "max": "140.191", "min": "132.967", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "151.138", "max": "155.959", "min": "150.713", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "99.217", "max": "101.531", "min": "98.993", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "42.981", "max": "46.398", "min": "42.481", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "10.423", "max": "11.758", "min": "10.182", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "96.168", "max": "101.635", "min": "95.741", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "147.44", "max": "148.376", "min": "147.245", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "89.97", "max": "96.906", "min": "89.299", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "101.229", "max": "105.986", "min": "100.916", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "133.919", "max": "134.252", "min": "133.563", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "87.47", "max": "92.72", "min": "87.026", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "335.676", "max": "341.768", "min": "333.221", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "148.863", "max": "157.216", "min": "147.774", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "116.943", "max": "118.591", "min": "116.77", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "62.58", "max": "70.39", "min": "61.895", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "14.341", "max": "19.027", "min": "13.926", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "106.877", "max": "113.23", "min": "106.248", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "113.881", "max": "118.353", "min": "113.506", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "0.035", "max": "0.056", "min": "0.028", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "101.605", "max": "103.825", "min": "100.99", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "142.554", "max": "149.714", "min": "142.008", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "29.825", "max": "30.63", "min": "29.683", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "266.415", "max": "269.796", "min": "259.358", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "82.634", "max": "84.564", "min": "82.362", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "112.642", "max": "113.236", "min": "112.421", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "151.503", "max": "154.902", "min": "151.099", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "133.818", "max": "137.167", "min": "132.977", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "144.084", "max": "151.557", "min": "143.213", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "93.404", "max": "94.512", "min": "93.163", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "104.519", "max": "107.661", "min": "104.278", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "141.714", "max": "143.136", "min": "141.449", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "58.656", "max": "66.026", "min": "57.574", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.619", "max": "308.651", "min": "299.533", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "98.551", "max": "98.849", "min": "98.405", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "376.063", "max": "404.442", "min": "365.911", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "170.702", "max": "172.715", "min": "170.496", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "78.304", "max": "84.859", "min": "77.894", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "96.477", "max": "101.712", "min": "96.023", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "152.928", "max": "156.116", "min": "151.982", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "247.334", "max": "256.785", "min": "246.805", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "264.674", "max": "265.449", "min": "264.479", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "80.181", "max": "80.873", "min": "80.061", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "137.446", "max": "140.842", "min": "136.768", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "367.389", "max": "489.216", "min": "188.996", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.373", "max": "299.017", "min": "86.596", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "181.818", "max": "190.571", "min": "181.02", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "232.367", "max": "238.694", "min": "231.936", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "114.003", "max": "115.381", "min": "113.796", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "103.703", "max": "106.065", "min": "103.392", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "118.916", "max": "125.918", "min": "118.251", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "177.309", "max": "326.17", "min": "96.786", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "197.686", "max": "205.208", "min": "196.979", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "42.315", "max": "54.575", "min": "41.164", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "42.116", "max": "42.929", "min": "41.982", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "35.744", "max": "44.309", "min": "34.666", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "77.323", "max": "77.594", "min": "77.214", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "155.639", "max": "156.77", "min": "155.209", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.186", "max": "127.36", "min": "125.983", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "169.298", "max": "170.639", "min": "169.013", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "99.149", "max": "100.971", "min": "98.951", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "102.313", "max": "106.781", "min": "101.82", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "104.784", "max": "105.281", "min": "104.594", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "297.705", "max": "298.421", "min": "297.13", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "118.949", "max": "125.855", "min": "118.577", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "74.159", "max": "75.344", "min": "73.941", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "122.571", "max": "127.667", "min": "121.458", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "115.107", "max": "115.478", "min": "114.913", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "114.415", "max": "114.652", "min": "114.205", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "78.026", "max": "78.323", "min": "77.883", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "33.49", "max": "40.731", "min": "33.113", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "196.443", "max": "199.824", "min": "195.857", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "46.572", "max": "53.463", "min": "45.964", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "34.579", "max": "35.028", "min": "34.389", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.215", "max": "181.047", "min": "179.789", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "14.77", "max": "17.652", "min": "14.15", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "47.816", "max": "61.475", "min": "46.715", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "145.048", "max": "148.126", "min": "144.709", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "5.993", "max": "6.619", "min": "5.846", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "7.819", "max": "8.101", "min": "7.733", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "20.72", "max": "32.585", "min": "19.12", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "233.539", "max": "236.109", "min": "233.307", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "39.18", "max": "40.486", "min": "38.968", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "25.022", "max": "34.142", "min": "24.238", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "85.57", "max": "85.782", "min": "85.494", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "142.369", "max": "144.647", "min": "141.914", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "41.176", "max": "46.685", "min": "40.652", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "254.255", "max": "299.565", "min": "245.463", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "114.671", "max": "122.509", "min": "113.807", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "245.431", "max": "330.506", "min": "236.129", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "113.328", "max": "117.121", "min": "112.93", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "202.282", "max": "204.909", "min": "202.081", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "43.323", "max": "52.968", "min": "42.602", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "76.926", "max": "78.434", "min": "76.634", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "123.835", "max": "126.773", "min": "123.597", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "166.7", "max": "167.472", "min": "166.554", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "95.848", "max": "96.93", "min": "95.641", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "143.571", "max": "150.079", "min": "143.084", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "230.115", "max": "236.41", "min": "209.991", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "86.741", "max": "87.96", "min": "86.537", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "89.231", "max": "90.516", "min": "89.088", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "19.262", "max": "25.255", "min": "18.666", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "162.698", "max": "163.397", "min": "162.491", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "14.512", "max": "15.717", "min": "14.369", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "33.901", "max": "39.623", "min": "33.451", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "32.681", "max": "55.091", "min": "31.387", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "30.049", "max": "31.879", "min": "29.872", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "10.06", "max": "14.375", "min": "9.565", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.17", "max": "71.735", "min": "67.713", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "52.259", "max": "52.318", "min": "52.187", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "68.937", "max": "72.986", "min": "68.664", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "51.933", "max": "60.325", "min": "51.496", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "14.434", "max": "20.793", "min": "13.96", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "14.519", "max": "21.202", "min": "14.026", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "11.761", "max": "15.288", "min": "11.515", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "37.045", "max": "45.01", "min": "36.687", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "61.119", "max": "61.4", "min": "60.906", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "38.843", "max": "54.527", "min": "36.957", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "56.32", "max": "114.391", "min": "24.048", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "9.484", "max": "10.099", "min": "9.359", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "67.314", "max": "71.026", "min": "66.807", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "34.028", "max": "34.724", "min": "33.804", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "43.095", "max": "49.876", "min": "42.314", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "9.393", "max": "16.202", "min": "8.736", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "272.294", "max": "278.105", "min": "271.893", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "25.58", "max": "28.321", "min": "25.223", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "34.21", "max": "36.137", "min": "33.896", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "31.496", "max": "37.253", "min": "31.017", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "160.861", "max": "166.401", "min": "158.817", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "60.984", "max": "64.393", "min": "60.54", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "14.901", "max": "22.037", "min": "14.031", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "13.46", "max": "15.839", "min": "13.135", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "12.821", "max": "14.154", "min": "12.32", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "295.453", "max": "295.707", "min": "295.308", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.471", "max": "83.023", "min": "77.56", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "233.793", "max": "245.781", "min": "209.671", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "251.389", "max": "255.662", "min": "251.061", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "16.833", "max": "20.927", "min": "16.485", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "158.79", "max": "162.854", "min": "158.141", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "164.481", "max": "164.665", "min": "164.204", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "40.087", "max": "40.909", "min": "39.839", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "66.074", "max": "72.213", "min": "65.652", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "8.514", "max": "9.33", "min": "8.227", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "12.981", "max": "15.705", "min": "12.47", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "97.095", "max": "97.994", "min": "96.946", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "113.357", "max": "115.521", "min": "113.13", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.884", "max": "255.173", "min": "254.723", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "153.946", "max": "154.287", "min": "153.852", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "27.946", "max": "28.257", "min": "27.857", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "78.106", "max": "78.905", "min": "78.014", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "34.074", "max": "39.042", "min": "33.517", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "224.313", "max": "643.2", "min": "199.472", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "118.016", "max": "120.994", "min": "116.177", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "27.949", "max": "37.122", "min": "27.284", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "51.126", "max": "52.177", "min": "50.587", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "152.368", "max": "165.022", "min": "150.692", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "102.805", "max": "109.08", "min": "102.12", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "248.535", "max": "255.083", "min": "247.929", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "82.899", "max": "85.47", "min": "82.555", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "52.085", "max": "57.068", "min": "51.574", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.974", "max": "15.685", "min": "14.841", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "60.868", "max": "67.654", "min": "60.519", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "86.878", "max": "90.284", "min": "86.299", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "86.753", "max": "86.939", "min": "86.64", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.851", "max": "73.202", "min": "63.876", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "167.437", "max": "170.036", "min": "166.987", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "89.477", "max": "91.721", "min": "88.508", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "71.293", "max": "75.975", "min": "70.447", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.665", "max": "106.316", "min": "105.429", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "19.11", "max": "22.566", "min": "18.829", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "185.387", "max": "188.27", "min": "184.863", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "182.616", "max": "182.616", "min": "182.616", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "9.023", "max": "14.768", "min": "8.575", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "28.986", "max": "32.301", "min": "28.508", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "101.722", "max": "103.85", "min": "101.346", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "24.308", "max": "32.578", "min": "15.757", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "35.652", "max": "44.6", "min": "35.216", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "166.726", "max": "169.045", "min": "166.374", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "83.658", "max": "84.282", "min": "83.379", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "101.106", "max": "104.242", "min": "100.768", "id": "91", "country": "United Kingdom", "source_name": "Coventry", "destination_name": "Lansing", "destination_id": "295" } } }, "94": { "name": "Madrid", "data": { "0": { "avg": "227.909", "max": "228.097", "min": "227.728", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "270.338", "max": "274.134", "min": "269.942", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "113.546", "max": "113.666", "min": "113.47", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "40.554", "max": "46.022", "min": "39.538", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "18.006", "max": "18.294", "min": "17.846", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "228.868", "max": "232.833", "min": "228.668", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "28.491", "max": "29.044", "min": "28.39", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "284.364", "max": "287.664", "min": "283.791", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "72.31", "max": "72.4", "min": "72.243", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "52.174", "max": "52.297", "min": "52.077", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "28.755", "max": "29.025", "min": "28.6", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "138.4", "max": "138.818", "min": "138.302", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "94.258", "max": "94.33", "min": "94.182", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "100.061", "max": "100.934", "min": "99.86", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "147.989", "max": "148.302", "min": "147.911", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "93.256", "max": "93.981", "min": "93.156", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "8.744", "max": "8.945", "min": "8.607", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "98.337", "max": "99.021", "min": "98.185", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "33.071", "max": "33.281", "min": "32.963", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "44.515", "max": "44.544", "min": "44.475", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "297.817", "max": "299.718", "min": "297.699", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "96.589", "max": "96.644", "min": "96.532", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "168.759", "max": "169.066", "min": "168.67", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "150.611", "max": "156.496", "min": "150.147", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "56.088", "max": "56.669", "min": "55.912", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "41.399", "max": "45.797", "min": "41.198", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "42.27", "max": "44.229", "min": "42.109", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "41.67", "max": "41.9", "min": "41.474", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "31.449", "max": "31.514", "min": "31.4", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "134.256", "max": "134.861", "min": "134.016", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "202.66", "max": "202.778", "min": "202.585", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "50.57", "max": "50.658", "min": "50.506", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "158.287", "max": "160.946", "min": "158.098", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "63.22", "max": "63.388", "min": "63.163", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "42.883", "max": "43.571", "min": "42.687", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "187.373", "max": "189.211", "min": "187.174", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "138.117", "max": "138.151", "min": "138.1", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "170.341", "max": "170.478", "min": "170.263", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "118.485", "max": "118.761", "min": "118.393", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "97.564", "max": "99.079", "min": "97.342", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "166.473", "max": "173.382", "min": "165.881", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "34.637", "max": "38.548", "min": "33.928", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "40.502", "max": "40.646", "min": "40.422", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "56.634", "max": "56.934", "min": "56.55", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "133.551", "max": "133.708", "min": "133.5", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "61.029", "max": "61.751", "min": "60.81", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "59.512", "max": "59.732", "min": "59.408", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "163.788", "max": "163.939", "min": "163.674", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "246.942", "max": "247.559", "min": "246.792", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "129.277", "max": "129.426", "min": "129.253", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "91.472", "max": "91.659", "min": "91.297", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "164.701", "max": "165.998", "min": "164.372", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "73.785", "max": "161.032", "min": "57.601", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "116.493", "max": "116.688", "min": "116.306", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "153.773", "max": "173.69", "min": "150.033", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "222.372", "max": "222.562", "min": "222.228", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "9.213", "max": "10.727", "min": "8.236", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "325.909", "max": "326.086", "min": "325.846", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "64.349", "max": "65.623", "min": "63.93", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "27.942", "max": "28.045", "min": "27.877", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "93.506", "max": "94.135", "min": "93.128", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "56.901", "max": "114.189", "min": "51.738", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "186.42", "max": "273.403", "min": "177.281", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "290.661", "max": "291.38", "min": "290.532", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "63.303", "max": "63.543", "min": "63.19", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "47.927", "max": "49.706", "min": "47.806", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "80.61", "max": "80.836", "min": "80.524", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "64.332", "max": "64.714", "min": "63.982", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "246.509", "max": "247.949", "min": "245.873", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "119.816", "max": "120.75", "min": "119.721", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "213.839", "max": "214.003", "min": "213.771", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "135.815", "max": "136.151", "min": "135.573", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "154.399", "max": "158.929", "min": "154.061", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "122.772", "max": "122.817", "min": "122.716", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "72.257", "max": "72.948", "min": "72.053", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "29.223", "max": "29.345", "min": "29.102", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "83.71", "max": "83.832", "min": "83.574", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "165.489", "max": "171.815", "min": "165.092", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "91.916", "max": "94.828", "min": "91.692", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "110.918", "max": "111.138", "min": "110.731", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "154.419", "max": "154.668", "min": "154.304", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "99.254", "max": "100.257", "min": "98.962", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.703", "max": "262.826", "min": "262.59", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "155.487", "max": "155.991", "min": "155.334", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "150.292", "max": "150.384", "min": "150.206", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "88.848", "max": "90.292", "min": "88.569", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "37.999", "max": "38.653", "min": "37.778", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "98.227", "max": "98.381", "min": "98.147", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "121.824", "max": "124.507", "min": "121.579", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "30.1", "max": "39.402", "min": "29.674", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "130.394", "max": "133.137", "min": "129.788", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "170.713", "max": "171.199", "min": "170.507", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "0.019", "max": "0.024", "min": "0.014", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "268.232", "max": "268.418", "min": "268.122", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "105.145", "max": "105.212", "min": "105.064", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "112.745", "max": "112.966", "min": "112.615", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "176.171", "max": "176.367", "min": "175.949", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "162.099", "max": "171.162", "min": "161.038", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "194.111", "max": "194.306", "min": "194.043", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "93.883", "max": "97.247", "min": "93.597", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "119.408", "max": "119.73", "min": "119.354", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "152.512", "max": "154.12", "min": "152.309", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "56.878", "max": "59.097", "min": "56.57", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "307.372", "max": "314.984", "min": "306.252", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "124.335", "max": "124.98", "min": "124.167", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "345.083", "max": "361.186", "min": "301.012", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "207.026", "max": "209.484", "min": "206.764", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "89.725", "max": "89.802", "min": "89.623", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "115.859", "max": "116.012", "min": "115.789", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "141.107", "max": "141.967", "min": "140.995", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.825", "max": "302.215", "min": "301.644", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "269.313", "max": "269.545", "min": "269.227", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "94.622", "max": "94.676", "min": "94.549", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "127.072", "max": "128.674", "min": "126.869", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "393.01", "max": "486.814", "min": "217.329", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "166.986", "max": "278.492", "min": "84.879", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "195.381", "max": "196.45", "min": "195.076", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "243.796", "max": "246.298", "min": "243.391", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "113.581", "max": "113.801", "min": "113.495", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "120.268", "max": "121.543", "min": "119.903", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "110.734", "max": "111.004", "min": "110.473", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "207.806", "max": "362.395", "min": "126.068", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "232.247", "max": "248.955", "min": "209.841", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "73.141", "max": "373.837", "min": "60.671", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "58.315", "max": "59.481", "min": "58.241", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "51.476", "max": "52.313", "min": "51.024", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "95.808", "max": "105.108", "min": "91.13", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "187.605", "max": "188.206", "min": "187.428", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "128.499", "max": "129.122", "min": "128.278", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "179.473", "max": "182.817", "min": "179.266", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "115.435", "max": "117.725", "min": "115.111", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "101.842", "max": "102.002", "min": "101.694", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "97.144", "max": "97.278", "min": "96.965", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "289.761", "max": "290.937", "min": "289.168", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "138.319", "max": "138.413", "min": "138.291", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "89.639", "max": "89.853", "min": "89.526", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "145.714", "max": "159.593", "min": "144.637", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "114.225", "max": "114.449", "min": "114.153", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "105.421", "max": "105.591", "min": "105.263", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "86.504", "max": "86.711", "min": "86.38", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "39.689", "max": "40.306", "min": "39.538", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "172.087", "max": "174.072", "min": "171.589", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "58.446", "max": "62.074", "min": "58.23", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "39.212", "max": "39.423", "min": "39.103", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "174.456", "max": "177.418", "min": "173.957", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "29.653", "max": "30.364", "min": "29.401", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "75.454", "max": "76.514", "min": "75.286", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "151.246", "max": "151.448", "min": "151.178", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "26.398", "max": "26.49", "min": "26.368", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "26.886", "max": "26.924", "min": "26.837", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "32.752", "max": "36.373", "min": "32.08", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "255.033", "max": "255.247", "min": "254.916", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "54.983", "max": "55.141", "min": "54.903", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "25.048", "max": "25.274", "min": "24.925", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "122.77", "max": "122.966", "min": "122.688", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "138.189", "max": "138.511", "min": "137.972", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "57.646", "max": "58.621", "min": "57.457", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "299.89", "max": "342.533", "min": "292.349", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "129.603", "max": "129.783", "min": "129.424", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "256.998", "max": "359.729", "min": "250.664", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "110.659", "max": "110.821", "min": "110.593", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "392.238", "max": "392.66", "min": "391.824", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "59.378", "max": "59.522", "min": "59.322", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.567", "max": "81.839", "min": "81.466", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "130.511", "max": "130.707", "min": "130.412", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "195.314", "max": "195.407", "min": "195.259", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "112.833", "max": "113.121", "min": "112.701", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "122.955", "max": "123.262", "min": "122.851", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "270.71", "max": "271.578", "min": "270.552", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "90.352", "max": "90.484", "min": "90.245", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "85.523", "max": "85.781", "min": "85.484", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "21.943", "max": "23.891", "min": "21.697", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "301.833", "max": "332.546", "min": "283.969", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "34.02", "max": "34.449", "min": "33.936", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "26.21", "max": "26.712", "min": "26.055", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "34.844", "max": "45.894", "min": "34.234", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.595", "max": "21.634", "min": "21.557", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "29.65", "max": "30.119", "min": "29.428", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.242", "max": "68.876", "min": "68.093", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "61.616", "max": "61.677", "min": "61.573", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "82.13", "max": "85.499", "min": "81.785", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "62.047", "max": "62.505", "min": "61.9", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "27.498", "max": "30.372", "min": "27.313", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "37.252", "max": "37.315", "min": "37.185", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "33.486", "max": "33.534", "min": "33.412", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "46.812", "max": "46.942", "min": "46.686", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "97.273", "max": "97.481", "min": "97.045", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "32.461", "max": "54.076", "min": "30.234", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "69.886", "max": "129.907", "min": "41.098", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "31.68", "max": "31.914", "min": "31.578", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "83.559", "max": "83.819", "min": "83.44", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "56.955", "max": "57.106", "min": "56.831", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "65.67", "max": "66.203", "min": "65.226", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "27.497", "max": "27.957", "min": "27.258", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "192.098", "max": "222.917", "min": "190.959", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "41.167", "max": "41.358", "min": "41.096", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "65.307", "max": "65.447", "min": "65.207", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "46.294", "max": "46.347", "min": "46.256", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.84", "max": "173.139", "min": "163.488", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "69.298", "max": "70.471", "min": "69.188", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "33.365", "max": "37.566", "min": "33.034", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "31.871", "max": "33.52", "min": "31.724", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "33.843", "max": "38.272", "min": "30.374", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "307.902", "max": "314.855", "min": "306.572", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "100.325", "max": "105.764", "min": "99.562", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "248.377", "max": "248.829", "min": "244.273", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "152.862", "max": "155.276", "min": "152.705", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "31.87", "max": "31.951", "min": "31.826", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "161.776", "max": "162.048", "min": "161.654", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "165.053", "max": "166.008", "min": "164.907", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "72.755", "max": "72.977", "min": "72.641", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "83.422", "max": "83.899", "min": "83.325", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "28.556", "max": "30.547", "min": "28.223", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "32.808", "max": "34.133", "min": "32.566", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "112.829", "max": "112.858", "min": "112.809", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "121.796", "max": "121.913", "min": "121.767", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.57", "max": "260.26", "min": "254.205", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "90.532", "max": "90.644", "min": "90.461", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "33.477", "max": "33.629", "min": "33.369", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "89.362", "max": "89.42", "min": "89.33", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "30.472", "max": "30.678", "min": "30.371", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "228.153", "max": "228.57", "min": "228.036", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "133.876", "max": "137.369", "min": "130.831", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "39.308", "max": "39.43", "min": "39.188", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "36.299", "max": "37.115", "min": "35.778", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "187.996", "max": "200.468", "min": "185.737", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "110.321", "max": "114.941", "min": "109.744", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "264.276", "max": "264.525", "min": "264.208", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "99.165", "max": "99.774", "min": "98.962", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "51.797", "max": "51.918", "min": "51.759", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "27.188", "max": "27.286", "min": "27.134", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "74.31", "max": "74.405", "min": "74.243", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "114.73", "max": "117.207", "min": "114.36", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "118.073", "max": "118.252", "min": "117.967", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "69.339", "max": "72.632", "min": "67.469", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "190.358", "max": "191.693", "min": "190.036", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "115.173", "max": "116.828", "min": "114.17", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "78.486", "max": "79.111", "min": "78.362", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "102.414", "max": "102.647", "min": "102.242", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "41.803", "max": "44.666", "min": "41.437", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "181.624", "max": "182.581", "min": "179.439", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "204.138", "max": "204.138", "min": "204.138", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "31.884", "max": "31.948", "min": "31.848", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "35.282", "max": "35.362", "min": "35.227", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "123.251", "max": "123.463", "min": "123.107", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "41.318", "max": "51.394", "min": "33.394", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "51.044", "max": "51.139", "min": "50.954", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "107.817", "max": "115.206", "min": "107.315", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "98.187", "max": "98.774", "min": "97.957", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "102.129", "max": "107.176", "min": "101.775", "id": "94", "country": "Spain", "source_name": "Madrid", "destination_name": "Lansing", "destination_id": "295" } } }, "117": { "name": "Thessaloniki", "data": { "0": { "avg": "313.351", "max": "331.883", "min": "297.896", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "303.883", "max": "349.697", "min": "279.351", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "204.137", "max": "298.984", "min": "160.441", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "73.979", "max": "173.286", "min": "32.59", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "93.455", "max": "140.649", "min": "60.169", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "338.53", "max": "413.98", "min": "316.946", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "113.347", "max": "245.644", "min": "57.693", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "339.07", "max": "400.407", "min": "316.122", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "114.568", "max": "155.704", "min": "96.644", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "103.742", "max": "199.511", "min": "70.619", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "85.415", "max": "129.281", "min": "61.655", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "210.413", "max": "330.357", "min": "177.439", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "165.52", "max": "235.27", "min": "132.065", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "174.941", "max": "281.351", "min": "130.63", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "190.714", "max": "236.575", "min": "169.76", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "162.102", "max": "215.289", "min": "138.615", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "103.112", "max": "173.134", "min": "77.158", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "188.565", "max": "302.761", "min": "151.912", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "102.805", "max": "159.721", "min": "73.096", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "93.319", "max": "211.539", "min": "39.658", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "335.134", "max": "380.561", "min": "311.755", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "200.756", "max": "317.931", "min": "155.803", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "240.224", "max": "281.545", "min": "209.064", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "256.817", "max": "366.336", "min": "211.471", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "91.619", "max": "141.789", "min": "62.912", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "79.913", "max": "115.433", "min": "54.436", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "79.459", "max": "129.074", "min": "55.419", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "65.323", "max": "119.086", "min": "39.59", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "75.621", "max": "138.779", "min": "51.588", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "210.587", "max": "276.38", "min": "183.803", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "320.917", "max": "374.337", "min": "296.305", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "73.15", "max": "126.347", "min": "48.144", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "224.921", "max": "269.251", "min": "196.71", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "108.631", "max": "159.572", "min": "81.495", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "74.727", "max": "112.232", "min": "50.026", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "321.802", "max": "396.498", "min": "297.806", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "226.528", "max": "289.458", "min": "201.649", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "212.761", "max": "265.108", "min": "191.375", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "171.984", "max": "176.388", "min": "171.419", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "164.401", "max": "228.005", "min": "139.266", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "228.726", "max": "282.153", "min": "206.189", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "90.571", "max": "150.723", "min": "64.124", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "126.407", "max": "214.153", "min": "98.275", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "69.569", "max": "75.141", "min": "68.792", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "304.433", "max": "361.096", "min": "267.795", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "75.687", "max": "116.459", "min": "47.319", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "99.034", "max": "151.117", "min": "72.481", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "255.132", "max": "302.863", "min": "225.726", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "327.21", "max": "391.252", "min": "300.471", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "192.442", "max": "236.52", "min": "167.545", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "167.386", "max": "208.247", "min": "133.29", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "234.827", "max": "273.953", "min": "209.664", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "159.221", "max": "251.48", "min": "105.526", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "169.992", "max": "203.229", "min": "149.926", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "175.65", "max": "182.752", "min": "171.825", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "314.743", "max": "321.989", "min": "313.522", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "109.965", "max": "158.597", "min": "81.847", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "390.582", "max": "467.26", "min": "359.646", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "85.775", "max": "127.231", "min": "62.189", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "85.733", "max": "185.883", "min": "56.406", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "132.851", "max": "203.248", "min": "106.434", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "148.233", "max": "209.201", "min": "113.787", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "242.721", "max": "374.322", "min": "210.891", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "316.828", "max": "322.117", "min": "316.321", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "55.039", "max": "55.735", "min": "54.874", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "75.997", "max": "124.764", "min": "54.422", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "163.192", "max": "212.348", "min": "134.963", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "57.432", "max": "102.063", "min": "35.207", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "310.258", "max": "425.98", "min": "264.327", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "233.809", "max": "340.952", "min": "177.8", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "306.823", "max": "312.372", "min": "306.189", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "228.794", "max": "298.208", "min": "204.226", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "206.938", "max": "210.131", "min": "206.438", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "157.26", "max": "161.835", "min": "156.66", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "126.29", "max": "170.34", "min": "105.371", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "92.794", "max": "158.543", "min": "67.063", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "170.205", "max": "214.154", "min": "145.593", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "221.368", "max": "270.507", "min": "194.781", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "180.733", "max": "256.854", "min": "153.019", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "170.062", "max": "223.039", "min": "146.848", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "221.388", "max": "271.677", "min": "196.524", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "167.56", "max": "208.503", "min": "139.534", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "276.369", "max": "278.947", "min": "275.381", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "211.937", "max": "259.028", "min": "189.288", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "231.441", "max": "274.896", "min": "199.462", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "135.36", "max": "199.378", "min": "105.336", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "105.879", "max": "164.17", "min": "77.146", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "187.21", "max": "227.819", "min": "162.88", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "193.255", "max": "314.164", "min": "163.711", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "94.194", "max": "134.76", "min": "67.721", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "197.29", "max": "261.015", "min": "165.458", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "224.456", "max": "273.165", "min": "204.901", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "103.042", "max": "161.739", "min": "75.888", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "369.43", "max": "442.101", "min": "335.94", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "173.536", "max": "224.602", "min": "147.17", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "185.197", "max": "246.494", "min": "161.947", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "236.217", "max": "284.171", "min": "208.376", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "224.108", "max": "296.942", "min": "198.43", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "233.602", "max": "270.196", "min": "206.275", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "180.125", "max": "223.528", "min": "155.593", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "184.09", "max": "220.065", "min": "163.049", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "234.541", "max": "313.6", "min": "209.689", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "84.945", "max": "137.893", "min": "59.993", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "390.719", "max": "434.898", "min": "368.858", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "192.12", "max": "260.396", "min": "166.912", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "449.907", "max": "526.588", "min": "394.066", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "256.873", "max": "319.368", "min": "232.033", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "155.622", "max": "205.737", "min": "133.459", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "194.527", "max": "328.675", "min": "162.694", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "213.776", "max": "263.799", "min": "185.725", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "307.803", "max": "357.639", "min": "281.532", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "351.636", "max": "400.716", "min": "330.325", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "152.59", "max": "199.829", "min": "132.863", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "187.697", "max": "243.265", "min": "158.332", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "421.043", "max": "535.475", "min": "253.827", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "0.029", "max": "0.044", "min": "0.015", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "243.252", "max": "273.061", "min": "224.387", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "306.333", "max": "356.482", "min": "283.962", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "195.697", "max": "240.643", "min": "176.009", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "176.019", "max": "178.664", "min": "175.56", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "192.626", "max": "258.061", "min": "159.549", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "258.467", "max": "477.786", "min": "153.247", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "274.722", "max": "325.269", "min": "255.124", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "96.572", "max": "277.363", "min": "61.35", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "90.277", "max": "155.539", "min": "67.46", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "182.677", "max": "220.217", "min": "153.875", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "162.766", "max": "252.783", "min": "132.392", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "329.703", "max": "429.022", "min": "299.852", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "191.086", "max": "219.811", "min": "175.443", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "264.774", "max": "307.391", "min": "238.215", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "192.55", "max": "231.311", "min": "161.717", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "175.323", "max": "230.784", "min": "151.706", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "164.601", "max": "198.515", "min": "143.932", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "383.393", "max": "458.013", "min": "342.904", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "229.016", "max": "356.495", "min": "184.633", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "158.088", "max": "218.43", "min": "129.876", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "206.901", "max": "251.108", "min": "185.464", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "198.459", "max": "255.209", "min": "172.565", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "188.465", "max": "219.315", "min": "163.999", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "157.424", "max": "228.04", "min": "130.068", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "55.919", "max": "93.103", "min": "32.116", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "246.702", "max": "293.707", "min": "217.122", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "123.307", "max": "237.698", "min": "81.406", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "55.03", "max": "101.233", "min": "29.871", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "225.334", "max": "230.583", "min": "224.429", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "100.517", "max": "203.43", "min": "55.9", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.317", "max": "107.453", "min": "24.218", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "193.265", "max": "196.352", "min": "192.515", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "85.389", "max": "142.467", "min": "65.458", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "92.045", "max": "156.366", "min": "69.59", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "84.478", "max": "167.601", "min": "54.484", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "347.349", "max": "388.295", "min": "324.494", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "79.679", "max": "162.867", "min": "50.637", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "95.063", "max": "174.134", "min": "54.676", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "170.253", "max": "214.769", "min": "142.308", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "209.95", "max": "261.03", "min": "184.635", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "96.211", "max": "149.197", "min": "74.653", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "385.204", "max": "449.314", "min": "348.274", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "193.525", "max": "253.562", "min": "166.279", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "353.819", "max": "463.924", "min": "300.85", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "201.979", "max": "256.076", "min": "177.534", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "286.981", "max": "339.645", "min": "258.96", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "78.852", "max": "119.226", "min": "58.633", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "177.199", "max": "256.745", "min": "123.456", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "146.033", "max": "206.153", "min": "120.934", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "244.274", "max": "261.079", "min": "226.828", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "161.37", "max": "225.109", "min": "132.841", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "219.013", "max": "265.607", "min": "191.046", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "269.92", "max": "315.722", "min": "225.859", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "155.316", "max": "200.126", "min": "131.362", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "177.869", "max": "233.771", "min": "153.066", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "108.784", "max": "167.856", "min": "71.235", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "348.846", "max": "385.593", "min": "323.84", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "95.683", "max": "142.541", "min": "72.971", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "82.046", "max": "134.27", "min": "56.198", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "81.801", "max": "148.435", "min": "53.369", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "81.196", "max": "129.339", "min": "53.401", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "98.582", "max": "154.541", "min": "69.005", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "126.454", "max": "154.086", "min": "108.16", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "69.971", "max": "211.788", "min": "35.676", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "122.802", "max": "148.312", "min": "103.47", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "108.769", "max": "164.329", "min": "89.527", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "84.18", "max": "135.286", "min": "58.213", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "89.262", "max": "131.755", "min": "59.366", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "82.429", "max": "124.204", "min": "58.065", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "68.997", "max": "113.876", "min": "44.22", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "123.431", "max": "205.705", "min": "91.394", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "84.901", "max": "130.637", "min": "60.719", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "106.291", "max": "178.55", "min": "50.592", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "82.746", "max": "131.556", "min": "59.175", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "123.46", "max": "160.134", "min": "90.901", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "126.601", "max": "211.309", "min": "81.889", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "68.938", "max": "138.352", "min": "41.524", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "93.615", "max": "176.415", "min": "59.806", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "341.194", "max": "365.991", "min": "322.404", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "74.279", "max": "126.633", "min": "53.82", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "67.701", "max": "118.023", "min": "43.791", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "63.317", "max": "123.896", "min": "41.171", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "271.334", "max": "356.008", "min": "227.37", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "35.988", "max": "91.566", "min": "8.906", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "78.717", "max": "123.133", "min": "54.92", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "81.287", "max": "126.286", "min": "59.082", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "80.811", "max": "114.502", "min": "61.595", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "378.95", "max": "521.531", "min": "344.215", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "163.413", "max": "213.805", "min": "139.812", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "280.423", "max": "322.042", "min": "253.023", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "207.556", "max": "265.53", "min": "185.049", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "83.115", "max": "144.858", "min": "55.352", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "205.101", "max": "293.386", "min": "181.907", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "248.844", "max": "329.876", "min": "218.871", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "78.869", "max": "131.922", "min": "51.898", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "35.785", "max": "37.018", "min": "35.553", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "98.442", "max": "207.939", "min": "68.727", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "110.156", "max": "243.381", "min": "62.494", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "158.673", "max": "159.008", "min": "158.591", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "190.232", "max": "228.788", "min": "164.7", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "316.266", "max": "510.599", "min": "302.888", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "161.09", "max": "286.061", "min": "134.28", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "92.954", "max": "140.815", "min": "61.734", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "162.298", "max": "211.466", "min": "135.007", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "79.495", "max": "134.302", "min": "52.145", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "316.339", "max": "699.248", "min": "274.867", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "220.154", "max": "351.177", "min": "177.406", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "98.979", "max": "140.877", "min": "72.839", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "109.197", "max": "169.209", "min": "82.318", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "237.614", "max": "291.837", "min": "206.857", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "185.958", "max": "266.216", "min": "158.865", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "321.76", "max": "387.774", "min": "290.434", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "111.855", "max": "187.078", "min": "87.53", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "106.409", "max": "156.806", "min": "83.792", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "88.548", "max": "140.692", "min": "65.055", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "124.803", "max": "169.385", "min": "99.3", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "169.554", "max": "224.057", "min": "140.311", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "169.737", "max": "215.177", "min": "141.7", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "139.158", "max": "189.086", "min": "111.062", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "248.738", "max": "305.779", "min": "214.832", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "169.885", "max": "228.581", "min": "143.718", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "113.125", "max": "142.669", "min": "99.086", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "168.384", "max": "204.596", "min": "146.867", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "102.189", "max": "151.531", "min": "76.62", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "261.699", "max": "333.17", "min": "234.63", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "288.21", "max": "288.21", "min": "288.21", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "96.454", "max": "151.572", "min": "71.026", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "98.947", "max": "186.836", "min": "55.695", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "186.065", "max": "221.498", "min": "164.281", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "152.093", "max": "278.628", "min": "78.311", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "46.814", "max": "94.128", "min": "25.736", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "296.482", "max": "346.164", "min": "269.099", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "119.504", "max": "197.972", "min": "93.901", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "187.709", "max": "227.485", "min": "168.958", "id": "117", "country": "Greece", "source_name": "Thessaloniki", "destination_name": "Lansing", "destination_id": "295" } } }, "129": { "name": "Oslo", "data": { "0": { "avg": "224.611", "max": "226.566", "min": "223.989", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "279.9", "max": "281.29", "min": "278.951", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "116.197", "max": "165.135", "min": "114.162", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "121.98", "max": "124.244", "min": "121.34", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "106.989", "max": "108.464", "min": "106.456", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "255.33", "max": "257.812", "min": "254.769", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "21.477", "max": "22.341", "min": "21.032", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "284.488", "max": "287.521", "min": "283.687", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "28.296", "max": "29.188", "min": "27.738", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "10.569", "max": "11.466", "min": "10.079", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "27.86", "max": "29.958", "min": "27.077", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "138.26", "max": "139.203", "min": "137.795", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "102.416", "max": "103.823", "min": "101.925", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "103.835", "max": "106.597", "min": "103.372", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "136.058", "max": "140.704", "min": "135.394", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "105.273", "max": "106.85", "min": "104.631", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "42.948", "max": "43.452", "min": "42.565", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.291", "max": "122.794", "min": "113.493", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "46.653", "max": "46.908", "min": "46.334", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "41.791", "max": "42.62", "min": "41.429", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "295.911", "max": "296.526", "min": "295.588", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "125.308", "max": "126.508", "min": "124.816", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "168.475", "max": "169.205", "min": "168.103", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "160.177", "max": "172.983", "min": "159.169", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "16.405", "max": "17.621", "min": "15.983", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "9.551", "max": "11.04", "min": "9.278", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "39.304", "max": "40.554", "min": "38.814", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "41.335", "max": "42.333", "min": "40.753", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "29.103", "max": "29.332", "min": "28.677", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "169.473", "max": "172.377", "min": "168.922", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "173.004", "max": "174.26", "min": "172.549", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.03", "max": "40.097", "min": "38.413", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "155.791", "max": "157.976", "min": "155.029", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "56.972", "max": "58.061", "min": "56.368", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "30.528", "max": "31.362", "min": "30.09", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "254.441", "max": "257.606", "min": "253.746", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "171.354", "max": "172.824", "min": "170.668", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "149.31", "max": "151.618", "min": "146.895", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "137.141", "max": "138.959", "min": "136.669", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "106.638", "max": "112.113", "min": "105.759", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "177.254", "max": "182.063", "min": "176.628", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "107.529", "max": "113.104", "min": "106.796", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "65.649", "max": "66.897", "min": "65.235", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "17.231", "max": "18.634", "min": "16.649", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "169.325", "max": "170.448", "min": "168.775", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "42.926", "max": "44.323", "min": "42.288", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "9.931", "max": "10.887", "min": "9.536", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "181.894", "max": "183.317", "min": "181.36", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "263.004", "max": "263.874", "min": "262.656", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "155.168", "max": "156.384", "min": "154.585", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "104.797", "max": "108.273", "min": "103.907", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "162.784", "max": "164.321", "min": "162.229", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "90.19", "max": "99.023", "min": "81.843", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "135.444", "max": "136.377", "min": "134.914", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "162.466", "max": "170.903", "min": "158.603", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "364.141", "max": "365.983", "min": "363.421", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "57.529", "max": "61.56", "min": "56.447", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "333.558", "max": "334.209", "min": "333.279", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "48.525", "max": "51.373", "min": "47.879", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "31.831", "max": "33.097", "min": "31.36", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "84.667", "max": "85.458", "min": "84.061", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "84.657", "max": "141.748", "min": "82.328", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "276.504", "max": "348.546", "min": "273.27", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "220.096", "max": "221.094", "min": "219.479", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "58.302", "max": "60.129", "min": "57.605", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "50.081", "max": "52.656", "min": "49.355", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "103.624", "max": "105.121", "min": "103.099", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "60.015", "max": "66.669", "min": "58.87", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "223.276", "max": "224.932", "min": "222.494", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "148.634", "max": "149.266", "min": "148.39", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "347.692", "max": "348.711", "min": "347.098", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "171.06", "max": "171.527", "min": "170.653", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "177.803", "max": "180.543", "min": "177.199", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "131.71", "max": "132.829", "min": "131.106", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.183", "max": "71.119", "min": "67.627", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "32.685", "max": "33.985", "min": "32.125", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "117.915", "max": "118.162", "min": "117.64", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "175.751", "max": "177.051", "min": "175.168", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "121.126", "max": "122.332", "min": "120.835", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "118.996", "max": "119.337", "min": "118.674", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "187.893", "max": "188.525", "min": "187.604", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "110.436", "max": "113.093", "min": "109.939", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "238.441", "max": "242.361", "min": "237.836", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "165.985", "max": "166.262", "min": "165.679", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "165.424", "max": "166.288", "min": "164.865", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "84.306", "max": "85.561", "min": "83.693", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "36.371", "max": "37.228", "min": "35.805", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "131.222", "max": "132.802", "min": "130.623", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "124.349", "max": "125.852", "min": "123.842", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "35.132", "max": "39.436", "min": "34.664", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "128.6", "max": "131.104", "min": "127.583", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "160.8", "max": "162.003", "min": "160.268", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "51.618", "max": "53.044", "min": "50.857", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "261.801", "max": "262.474", "min": "261.358", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "106.516", "max": "107.925", "min": "106.096", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "128.272", "max": "131.489", "min": "127.335", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "171.842", "max": "173.39", "min": "171.189", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "148.768", "max": "173.282", "min": "146.829", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "167.273", "max": "168.043", "min": "166.979", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "120.676", "max": "121.886", "min": "120.156", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "134.924", "max": "135.255", "min": "134.621", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "173.986", "max": "174.475", "min": "173.732", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.217", "max": "59.805", "min": "58.964", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "345.049", "max": "357.411", "min": "343.956", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "125.08", "max": "125.904", "min": "124.663", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "333.392", "max": "351.362", "min": "293.666", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.697", "max": "194.493", "min": "190.976", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "102.794", "max": "103.995", "min": "102.236", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "112.553", "max": "114.032", "min": "111.997", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "144.67", "max": "145.136", "min": "144.314", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "222.839", "max": "223.681", "min": "222.356", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.893", "max": "299.182", "min": "297.428", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "102.898", "max": "104.273", "min": "102.366", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.372", "max": "157.473", "min": "152.661", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "392.662", "max": "503.487", "min": "222.372", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "241.235", "max": "330.064", "min": "166.304", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "167.582", "max": "170.989", "min": "166.644", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "257.582", "max": "258.896", "min": "256.996", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "139.31", "max": "140.105", "min": "138.876", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "133.548", "max": "135.829", "min": "132.851", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "162.077", "max": "162.41", "min": "161.711", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "210.894", "max": "363.407", "min": "125.602", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "211.85", "max": "213.142", "min": "211.375", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "35.239", "max": "198.036", "min": "26.831", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "19.3", "max": "19.454", "min": "18.948", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "0.029", "max": "0.061", "min": "0.012", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "95.99", "max": "98.344", "min": "95.062", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "176.797", "max": "177.886", "min": "176.036", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "133.787", "max": "134.323", "min": "133.492", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "190.962", "max": "196.051", "min": "190.276", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "123.197", "max": "124.538", "min": "122.475", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "119.022", "max": "119.274", "min": "118.752", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "122.935", "max": "123.298", "min": "122.642", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "322.087", "max": "323.405", "min": "320.969", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "149.663", "max": "151.064", "min": "149.171", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "103.822", "max": "112.039", "min": "103.146", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "179.361", "max": "187.761", "min": "177.923", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "148.646", "max": "153.209", "min": "148.16", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "126.526", "max": "128.352", "min": "126.194", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "110.6", "max": "112.121", "min": "110.157", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "121.972", "max": "122.55", "min": "121.52", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "183.777", "max": "184.751", "min": "183.336", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "24.318", "max": "25.154", "min": "23.77", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "37.829", "max": "38.749", "min": "37.402", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "214.049", "max": "215.391", "min": "213.625", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "25.796", "max": "26.492", "min": "25.526", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "50.611", "max": "52.807", "min": "50.111", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "170.891", "max": "172.364", "min": "170.256", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "36.83", "max": "37.485", "min": "36.108", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "33.414", "max": "33.589", "min": "33.067", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "30.188", "max": "40.746", "min": "28.121", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "236.099", "max": "237.118", "min": "235.607", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "46.199", "max": "47.984", "min": "45.709", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "36.723", "max": "51.803", "min": "35.304", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "108.007", "max": "108.296", "min": "107.785", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "194.429", "max": "195.049", "min": "194.102", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "34.382", "max": "35.008", "min": "33.985", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "220.319", "max": "260.148", "min": "213.324", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "160.367", "max": "164.468", "min": "159.605", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "261.166", "max": "328.667", "min": "254.135", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "139.333", "max": "140.335", "min": "138.783", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "395.049", "max": "396.263", "min": "394.378", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.942", "max": "36.156", "min": "34.571", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "101.155", "max": "102.28", "min": "100.739", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "103.802", "max": "113.732", "min": "103.007", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "199.695", "max": "200.813", "min": "199.119", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "75.842", "max": "77.596", "min": "75.246", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "159.166", "max": "159.674", "min": "158.707", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "256.245", "max": "265.091", "min": "232.914", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "115.424", "max": "116.279", "min": "115.002", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "120.075", "max": "120.464", "min": "119.602", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "29.403", "max": "31.474", "min": "28.68", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "309.236", "max": "310.156", "min": "308.706", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "44.1", "max": "44.276", "min": "43.84", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "122.016", "max": "132.757", "min": "121.073", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "39.208", "max": "40.006", "min": "38.814", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "29.088", "max": "29.282", "min": "28.79", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "104.304", "max": "104.793", "min": "103.883", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "73.06", "max": "74.09", "min": "72.615", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "52.576", "max": "53.848", "min": "52.194", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "41.538", "max": "44.952", "min": "40.773", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "56.742", "max": "58.516", "min": "56.342", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "27.897", "max": "28.279", "min": "27.542", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "23.265", "max": "23.574", "min": "22.988", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "22.897", "max": "23.638", "min": "22.663", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "40.46", "max": "40.978", "min": "39.972", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "72.748", "max": "73.756", "min": "72.189", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "40.12", "max": "47.05", "min": "38.255", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "31.628", "max": "125.778", "min": "16.254", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "38.82", "max": "39.57", "min": "38.483", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "72.241", "max": "72.749", "min": "71.803", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "48.169", "max": "50.509", "min": "47.842", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "54.964", "max": "55.44", "min": "54.335", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "29.435", "max": "30.18", "min": "28.789", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "299.342", "max": "300.506", "min": "298.909", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "27.646", "max": "29.468", "min": "26.831", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "38.377", "max": "39.387", "min": "37.863", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "47.998", "max": "48.895", "min": "47.594", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "186.861", "max": "191.203", "min": "185.356", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "150.329", "max": "151.31", "min": "149.988", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "23.356", "max": "27.87", "min": "22.605", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "22.148", "max": "23.628", "min": "21.582", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "35.199", "max": "35.714", "min": "34.663", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "324.576", "max": "325.271", "min": "324.18", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "110.437", "max": "118.516", "min": "108.703", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "277.374", "max": "284.888", "min": "248.32", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "177.577", "max": "190.416", "min": "176.475", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "23.524", "max": "24.706", "min": "22.982", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "131.512", "max": "134.147", "min": "130.833", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "191.675", "max": "191.915", "min": "191.301", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "45.985", "max": "47.187", "min": "45.702", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "58.734", "max": "59.605", "min": "58.281", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "38.743", "max": "40.251", "min": "38.002", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "23.531", "max": "24.915", "min": "22.984", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "182.832", "max": "184.21", "min": "182.298", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "186.792", "max": "187.779", "min": "186.233", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "341.951", "max": "443.913", "min": "330.342", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "105.038", "max": "106.502", "min": "104.645", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "30.249", "max": "31.393", "min": "29.694", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "109.915", "max": "110.97", "min": "109.399", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "27.333", "max": "28.366", "min": "26.87", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "237.56", "max": "278.058", "min": "235.632", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "141.349", "max": "144.961", "min": "138.24", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "49.369", "max": "50.324", "min": "48.816", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "62.829", "max": "64.968", "min": "61.985", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "175.421", "max": "178.749", "min": "173.925", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "125.642", "max": "126.879", "min": "125.196", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "261.25", "max": "262.324", "min": "260.756", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "75.445", "max": "79.093", "min": "74.668", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "60.843", "max": "61.943", "min": "60.376", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.906", "max": "26.094", "min": "24.414", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "87.381", "max": "111.777", "min": "73.212", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "114.082", "max": "116.088", "min": "113.636", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "107.155", "max": "107.899", "min": "106.607", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "88.594", "max": "100.646", "min": "86.356", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "187.757", "max": "188.545", "min": "187.313", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "109.549", "max": "112.15", "min": "108.184", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "76.357", "max": "78.916", "min": "75.496", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "130.93", "max": "131.943", "min": "130.484", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "39.328", "max": "41.627", "min": "38.741", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "197.632", "max": "199.107", "min": "197.239", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "204.571", "max": "204.571", "min": "204.571", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "30.567", "max": "30.813", "min": "30.262", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "29.956", "max": "30.189", "min": "29.653", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "197.7", "max": "201.763", "min": "197.07", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "57.486", "max": "69.923", "min": "49.654", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "50.168", "max": "50.861", "min": "49.663", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "146.347", "max": "148.616", "min": "145.44", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "74.677", "max": "75.419", "min": "74.157", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "134.608", "max": "136.063", "min": "134.007", "id": "129", "country": "Norway", "source_name": "Oslo", "destination_name": "Lansing", "destination_id": "295" } } }, "153": { "name": "Dusseldorf", "data": { "0": { "avg": "211.395", "max": "212.874", "min": "211.043", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "244.089", "max": "246.016", "min": "243.5", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "93.181", "max": "94.05", "min": "92.93", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "18.895", "max": "22.843", "min": "17.932", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "13.414", "max": "14.281", "min": "13.157", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "266.831", "max": "267.643", "min": "266.447", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "5.346", "max": "6.193", "min": "5.046", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "275.481", "max": "282.643", "min": "274.553", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "45.029", "max": "45.955", "min": "44.655", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "24.754", "max": "25.891", "min": "24.391", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "12.43", "max": "13.898", "min": "12.098", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "123.758", "max": "124.748", "min": "123.292", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "79.221", "max": "79.851", "min": "78.853", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "87.454", "max": "87.976", "min": "87.118", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "109.839", "max": "110.575", "min": "109.512", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "105.008", "max": "106.037", "min": "104.149", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "29.51", "max": "30.424", "min": "29.056", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.08", "max": "97.007", "min": "95.746", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "21.315", "max": "21.759", "min": "21.13", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "15.831", "max": "16.332", "min": "15.555", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "270.549", "max": "271.359", "min": "270.309", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "107.247", "max": "108.055", "min": "106.822", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "153.897", "max": "156.646", "min": "153.536", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "159.796", "max": "160.592", "min": "159.347", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "29.702", "max": "30.864", "min": "29.327", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "13.213", "max": "13.958", "min": "12.792", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "19.981", "max": "20.829", "min": "19.628", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "23.355", "max": "24.69", "min": "23.033", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.878", "max": "17.686", "min": "16.567", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "141.896", "max": "146.11", "min": "141.34", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "163.703", "max": "165.024", "min": "163.463", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "20.193", "max": "20.865", "min": "19.971", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "138.967", "max": "139.878", "min": "138.226", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "43.653", "max": "44.58", "min": "43.395", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "13.366", "max": "16.209", "min": "12.804", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "170.075", "max": "171.448", "min": "169.597", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "144.415", "max": "145.104", "min": "144.222", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "139.613", "max": "140.471", "min": "139.233", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "115.911", "max": "116.656", "min": "115.682", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "87.584", "max": "95.787", "min": "86.915", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "155.111", "max": "159.802", "min": "154.49", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "12.626", "max": "14.465", "min": "12.154", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.707", "max": "47.943", "min": "47.455", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "31.542", "max": "40.022", "min": "31.078", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "139.536", "max": "140.437", "min": "139.242", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "27.653", "max": "29.566", "min": "27.073", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "39.83", "max": "40.686", "min": "39.492", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "172.094", "max": "172.896", "min": "171.733", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "245.733", "max": "246.68", "min": "245.222", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "124.391", "max": "125.443", "min": "124.059", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.998", "max": "91.929", "min": "90.73", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "154.52", "max": "155.395", "min": "154.132", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "38.112", "max": "95.386", "min": "9.998", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "107.087", "max": "107.897", "min": "106.91", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "131.189", "max": "138.908", "min": "127.644", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "240.391", "max": "241.39", "min": "240.14", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "46.998", "max": "51.614", "min": "46.296", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "306.893", "max": "307.677", "min": "306.577", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "42.008", "max": "45.156", "min": "41.395", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "9.865", "max": "10.64", "min": "9.659", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60.65", "max": "62.291", "min": "59.926", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "74.696", "max": "138.644", "min": "68.968", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "174.87", "max": "297.909", "min": "163.305", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "278.397", "max": "285.972", "min": "277.71", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "42.789", "max": "43.61", "min": "42.378", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "37.092", "max": "39.69", "min": "36.6", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "80.453", "max": "81.337", "min": "80.097", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "59.567", "max": "60.41", "min": "59.145", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "215.395", "max": "217.645", "min": "214.636", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "129.089", "max": "130.544", "min": "128.734", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "185.716", "max": "186.653", "min": "185.211", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "143.377", "max": "145.127", "min": "142.865", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "153.438", "max": "157.736", "min": "152.366", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "106.194", "max": "107.058", "min": "105.991", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "61.755", "max": "62.454", "min": "61.434", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "16.501", "max": "18.27", "min": "16.061", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "91.112", "max": "92.018", "min": "90.668", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "149.056", "max": "151.312", "min": "148.658", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "101.588", "max": "102.394", "min": "101.297", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "99.664", "max": "100.524", "min": "99.473", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "151.494", "max": "152.394", "min": "151.248", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "96.54", "max": "97.223", "min": "96.129", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "297.278", "max": "305.273", "min": "234.088", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "145.539", "max": "147.351", "min": "145.028", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "143.131", "max": "144.099", "min": "142.792", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "66.766", "max": "68.075", "min": "66.215", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "21.239", "max": "21.873", "min": "20.778", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "105.398", "max": "106.223", "min": "105.207", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "105.876", "max": "107.43", "min": "105.559", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.871", "max": "21.029", "min": "14.4", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "108.874", "max": "109.876", "min": "108.25", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "148.942", "max": "150.385", "min": "148.614", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "29.826", "max": "30.633", "min": "29.522", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "278.951", "max": "279.664", "min": "278.768", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "90.509", "max": "93.306", "min": "89.918", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "111.449", "max": "112.285", "min": "111.132", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "162.928", "max": "163.933", "min": "162.561", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "146.028", "max": "149.118", "min": "145.069", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "152.966", "max": "153.316", "min": "152.702", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "103.768", "max": "107.802", "min": "103.188", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "109.168", "max": "109.916", "min": "108.941", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "138.545", "max": "139.917", "min": "138.256", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.039", "max": "52.758", "min": "51.592", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "312.132", "max": "315.277", "min": "311.388", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "119.752", "max": "120.932", "min": "119.417", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "379.832", "max": "394.071", "min": "345.234", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "176.093", "max": "180.468", "min": "175.528", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "84.04", "max": "84.746", "min": "83.797", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.858", "max": "102.858", "min": "101.59", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "141.428", "max": "142.34", "min": "141.12", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "245.141", "max": "245.994", "min": "244.683", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "254.906", "max": "255.624", "min": "254.635", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "84.352", "max": "85.286", "min": "84.071", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "138.135", "max": "181.454", "min": "136.283", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "363.871", "max": "468.763", "min": "204.016", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "147.759", "max": "249.616", "min": "55.439", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "183.209", "max": "187.249", "min": "182.591", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "229.983", "max": "230.893", "min": "229.66", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "123.747", "max": "124.788", "min": "123.393", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "124.312", "max": "128.639", "min": "123.64", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "119.559", "max": "120.936", "min": "119.032", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "184.406", "max": "333.278", "min": "106.109", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "223.002", "max": "240.014", "min": "200.827", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "37.111", "max": "77.79", "min": "33.788", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "35.68", "max": "36.498", "min": "35.43", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "25.962", "max": "27.258", "min": "25.495", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "84.183", "max": "85.758", "min": "82.915", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "233.892", "max": "235.022", "min": "233.481", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "133.764", "max": "134.523", "min": "133.353", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "188.298", "max": "189.101", "min": "187.822", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "104.176", "max": "104.95", "min": "103.829", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "98.761", "max": "101.943", "min": "98.417", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "104.583", "max": "104.9", "min": "104.407", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "291.536", "max": "292.673", "min": "290.801", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.807", "max": "125.576", "min": "123.46", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "75.527", "max": "76.248", "min": "75.256", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "131.824", "max": "149.045", "min": "130.061", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.399", "max": "123.521", "min": "122.014", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "113.546", "max": "114.368", "min": "113.366", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "78.112", "max": "78.972", "min": "77.83", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "18.186", "max": "19.1", "min": "17.747", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "214.869", "max": "216.106", "min": "214.229", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "37.159", "max": "37.859", "min": "36.867", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "27.774", "max": "28.451", "min": "27.396", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "184.233", "max": "187.228", "min": "183.688", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "0.108", "max": "0.329", "min": "0.045", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.492", "max": "40.357", "min": "33.006", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "128.005", "max": "128.813", "min": "127.489", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "12.67", "max": "13.552", "min": "12.395", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "14.969", "max": "15.702", "min": "14.676", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "8.574", "max": "15.305", "min": "7.491", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "280.013", "max": "280.735", "min": "279.6", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "35.7", "max": "36.676", "min": "35.426", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "17.653", "max": "19.561", "min": "16.663", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "94.263", "max": "95.118", "min": "94.06", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "142.51", "max": "143.204", "min": "142.112", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "32.654", "max": "34.333", "min": "31.94", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "248.11", "max": "285.778", "min": "240.948", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "118.967", "max": "120.162", "min": "118.527", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "244.942", "max": "344.064", "min": "238.759", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "117.882", "max": "118.896", "min": "117.596", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "205.337", "max": "206.2", "min": "205.081", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "33.316", "max": "34.25", "min": "32.941", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "78.261", "max": "80.972", "min": "77.934", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "106.853", "max": "107.706", "min": "106.474", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.143", "max": "183.054", "min": "181.849", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "99.803", "max": "100.73", "min": "99.457", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "131.114", "max": "131.958", "min": "130.794", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "237.558", "max": "238.5", "min": "237.063", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "82.222", "max": "83.04", "min": "81.791", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "101.085", "max": "101.985", "min": "100.866", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "20.674", "max": "21.803", "min": "20.186", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "133.308", "max": "134.067", "min": "133.033", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "21.762", "max": "22.511", "min": "21.548", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "27.664", "max": "34.272", "min": "26.957", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "29.396", "max": "30.141", "min": "29.021", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "19.998", "max": "21.196", "min": "19.746", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "16.809", "max": "17.559", "min": "16.448", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "59.103", "max": "60.109", "min": "58.739", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "41.597", "max": "42.556", "min": "41.24", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "57.532", "max": "62.692", "min": "57.054", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "41.628", "max": "42.608", "min": "41.407", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "6.003", "max": "7.974", "min": "5.592", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "12.638", "max": "13.541", "min": "12.439", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "6.217", "max": "7.079", "min": "5.873", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "24.239", "max": "24.897", "min": "23.973", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "50.709", "max": "51.451", "min": "50.234", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "26.878", "max": "31.289", "min": "25.728", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "46.44", "max": "106.352", "min": "12.223", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "10.526", "max": "11.97", "min": "10.076", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "55.342", "max": "56.208", "min": "55.002", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "29.675", "max": "30.69", "min": "29.25", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "37.773", "max": "40.744", "min": "37.082", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "7.559", "max": "8.516", "min": "7.164", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "200.887", "max": "203.815", "min": "199.809", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "13.936", "max": "15.067", "min": "13.639", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "45.685", "max": "46.916", "min": "45.334", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "19.156", "max": "19.862", "min": "18.908", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "179.178", "max": "186.731", "min": "177.271", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "48.082", "max": "48.923", "min": "47.754", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "7.532", "max": "24.776", "min": "6.674", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "6.46", "max": "7.252", "min": "6.131", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "4.899", "max": "5.736", "min": "4.55", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "295.087", "max": "299.761", "min": "294.241", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "93.247", "max": "94.672", "min": "92.581", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "313.805", "max": "321.256", "min": "269.291", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "142.292", "max": "148.209", "min": "141.714", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "9.319", "max": "10.142", "min": "9.001", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "133.682", "max": "134.61", "min": "133.144", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "161.871", "max": "162.652", "min": "161.442", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "30.498", "max": "31.545", "min": "30.185", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "54.304", "max": "55.379", "min": "54.021", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "15.627", "max": "16.683", "min": "15.228", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "7.363", "max": "8.761", "min": "7.115", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "109.947", "max": "110.282", "min": "109.671", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "114.887", "max": "115.632", "min": "114.647", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "253.359", "max": "254.299", "min": "253.025", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "83.025", "max": "83.872", "min": "82.793", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "30.241", "max": "32.171", "min": "29.888", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "80.912", "max": "81.938", "min": "80.642", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.072", "max": "20.839", "min": "19.771", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "250.676", "max": "264.993", "min": "231.605", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "130.259", "max": "133.404", "min": "127.717", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "30.582", "max": "31.268", "min": "30.265", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "42.5", "max": "43.538", "min": "41.818", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "151.857", "max": "170.548", "min": "149.955", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "111.246", "max": "112.153", "min": "110.694", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "236.138", "max": "237.02", "min": "235.796", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "83.35", "max": "84.269", "min": "83.022", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "37.346", "max": "37.86", "min": "36.951", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "12.034", "max": "12.814", "min": "11.71", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "53.463", "max": "58.485", "min": "52.966", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "87.663", "max": "94.715", "min": "86.859", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "92.069", "max": "92.76", "min": "91.784", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "63.864", "max": "68.425", "min": "61.564", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "167.728", "max": "170.146", "min": "166.677", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "87.024", "max": "88.285", "min": "86.169", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.099", "max": "65.023", "min": "63.573", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "106.856", "max": "107.676", "min": "106.529", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "24.065", "max": "25.097", "min": "23.69", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "177.374", "max": "178.269", "min": "177.024", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "181.153", "max": "181.153", "min": "181.153", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "18.67", "max": "19.461", "min": "18.373", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "16.853", "max": "17.629", "min": "16.702", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "113.09", "max": "113.951", "min": "112.802", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "30.886", "max": "41.889", "min": "23.809", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "26.674", "max": "27.421", "min": "26.4", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "194.148", "max": "197.268", "min": "193.507", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "90.104", "max": "93.292", "min": "89.697", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "108.753", "max": "113.569", "min": "107.984", "id": "153", "country": "Germany", "source_name": "Dusseldorf", "destination_name": "Lansing", "destination_id": "295" } } }, "156": { "name": "Maidstone", "data": { "0": { "avg": "199.877", "max": "200.123", "min": "199.771", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "265.042", "max": "266.579", "min": "264.783", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "87.642", "max": "87.962", "min": "87.561", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "32.478", "max": "37.125", "min": "31.855", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "10.008", "max": "10.597", "min": "9.87", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "212.835", "max": "212.973", "min": "212.759", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "9.405", "max": "10.304", "min": "9.292", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "280.276", "max": "283.878", "min": "279.63", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "50.865", "max": "51.051", "min": "50.735", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "31.593", "max": "33.948", "min": "31.33", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "1.414", "max": "1.695", "min": "1.223", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "108.961", "max": "130.352", "min": "108.136", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "71.329", "max": "71.61", "min": "71.221", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "74.713", "max": "75.062", "min": "74.604", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "105.385", "max": "107.536", "min": "105.223", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "75.182", "max": "76.201", "min": "74.912", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "26.09", "max": "26.449", "min": "25.873", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "86.295", "max": "95.069", "min": "85.904", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "13.305", "max": "14.585", "min": "13.119", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "25.577", "max": "26.056", "min": "25.488", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "293.955", "max": "296.341", "min": "293.793", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "88.342", "max": "88.991", "min": "88.242", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "144.875", "max": "145.623", "min": "144.713", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "140.675", "max": "145.308", "min": "140.32", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.701", "max": "35.247", "min": "34.478", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "22.818", "max": "23.069", "min": "22.748", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "28.031", "max": "29.098", "min": "27.84", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "29.708", "max": "30.672", "min": "29.584", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.144", "max": "18.607", "min": "18.05", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "131.008", "max": "132.194", "min": "130.836", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "173.542", "max": "174.249", "min": "173.447", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "29.552", "max": "31.493", "min": "29.378", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "136.097", "max": "139.137", "min": "135.823", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "48.133", "max": "48.207", "min": "48.063", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "20.596", "max": "24.532", "min": "20.263", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "165.372", "max": "167.51", "min": "165.064", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "141.683", "max": "141.884", "min": "141.639", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "123.864", "max": "124.071", "min": "123.664", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "101.145", "max": "101.316", "min": "101.012", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "76.558", "max": "80.898", "min": "75.506", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "144.301", "max": "146.162", "min": "144.044", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "11.595", "max": "14.313", "min": "11.166", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.292", "max": "51.562", "min": "47.055", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.571", "max": "33.796", "min": "33.503", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "138.322", "max": "138.482", "min": "138.238", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "33.505", "max": "34.097", "min": "33.025", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "47.678", "max": "48.652", "min": "47.483", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "162.55", "max": "163.473", "min": "162.355", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "232.435", "max": "233.679", "min": "231.195", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "108.965", "max": "110.195", "min": "108.877", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "79.585", "max": "79.782", "min": "79.534", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "144.08", "max": "147.275", "min": "143.683", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "62.107", "max": "74.975", "min": "49.272", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "97.777", "max": "98.159", "min": "97.683", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "142.514", "max": "148.389", "min": "139.568", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "197.798", "max": "198.495", "min": "197.58", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "31.73", "max": "33.173", "min": "30.842", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "285.887", "max": "286.01", "min": "285.837", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "42.47", "max": "43.266", "min": "42.179", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "13.778", "max": "14.181", "min": "13.659", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.584", "max": "65.286", "min": "63.172", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "65.228", "max": "124.381", "min": "60.822", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "192.5", "max": "286.783", "min": "183.865", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "288.589", "max": "295.892", "min": "288.161", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "48.504", "max": "49.452", "min": "48.354", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "44.529", "max": "46.523", "min": "44.311", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "70.296", "max": "70.452", "min": "70.211", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "50.34", "max": "59.304", "min": "49.599", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "202.931", "max": "204.994", "min": "202.083", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "110.164", "max": "111.98", "min": "110.015", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "221.411", "max": "222.143", "min": "221.179", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "139.456", "max": "139.898", "min": "139.23", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "147.592", "max": "148.022", "min": "147.501", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "91.569", "max": "91.723", "min": "91.494", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "48.555", "max": "49.524", "min": "48.349", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "6.56", "max": "7.939", "min": "6.358", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "87.286", "max": "87.442", "min": "87.177", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "136.322", "max": "138.662", "min": "136.18", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "91.646", "max": "93.91", "min": "91.38", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "87.425", "max": "88.413", "min": "87.2", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "127.881", "max": "128.107", "min": "127.763", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "87.754", "max": "89.051", "min": "87.529", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "252.682", "max": "252.879", "min": "252.545", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "139.551", "max": "141.741", "min": "139.243", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "132.381", "max": "132.524", "min": "132.315", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "65.242", "max": "72.581", "min": "64.618", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "10.793", "max": "12.117", "min": "10.539", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "101.975", "max": "104.03", "min": "101.826", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "93.462", "max": "94.165", "min": "93.315", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "6.043", "max": "7.528", "min": "5.922", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "100.672", "max": "102.605", "min": "100.129", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "144.749", "max": "145.21", "min": "144.544", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "26.469", "max": "27.064", "min": "26.38", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "249.806", "max": "253.312", "min": "249.414", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "74.185", "max": "74.374", "min": "74.097", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "108.434", "max": "108.733", "min": "108.252", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "144.528", "max": "144.812", "min": "144.3", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "130.395", "max": "145.644", "min": "129.13", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "146.832", "max": "147.076", "min": "146.723", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "84.484", "max": "87.367", "min": "84.178", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "100.859", "max": "101.293", "min": "100.788", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "132.82", "max": "133.051", "min": "132.687", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.101", "max": "64.463", "min": "58.66", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "297.139", "max": "306.001", "min": "296.266", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "96.748", "max": "97.363", "min": "96.59", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "317.282", "max": "334.568", "min": "274.944", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "168.127", "max": "168.818", "min": "167.981", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "76.035", "max": "78.288", "min": "75.767", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "90.071", "max": "91.489", "min": "89.863", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "152.224", "max": "154.603", "min": "152.005", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "234.388", "max": "234.783", "min": "234.287", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "259.636", "max": "261.391", "min": "259.459", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "70.128", "max": "72.552", "min": "69.991", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "130.975", "max": "147.995", "min": "130.197", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "367.517", "max": "468.457", "min": "185.697", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "160.867", "max": "277.658", "min": "85.313", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "178.767", "max": "181.758", "min": "178.352", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "221.835", "max": "222.371", "min": "221.625", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "104.431", "max": "104.916", "min": "104.281", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "101.777", "max": "102.793", "min": "101.569", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "106.966", "max": "110.731", "min": "106.656", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "171.905", "max": "323.033", "min": "91.852", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "182.681", "max": "182.965", "min": "182.578", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "39.807", "max": "119.484", "min": "35.095", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "33.01", "max": "34.501", "min": "32.88", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "36.736", "max": "37.504", "min": "36.338", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "69.421", "max": "69.563", "min": "69.338", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "170.793", "max": "171.102", "min": "170.594", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "116.504", "max": "119.387", "min": "116.207", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "169.081", "max": "169.85", "min": "168.93", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "96", "max": "98.965", "min": "95.651", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "93.133", "max": "93.281", "min": "92.983", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "94.459", "max": "97.416", "min": "94.105", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "272.236", "max": "272.959", "min": "271.694", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "115.518", "max": "115.827", "min": "115.468", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "65.424", "max": "65.554", "min": "65.338", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "124.546", "max": "130.265", "min": "123.627", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "119.741", "max": "121.673", "min": "119.537", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "104.173", "max": "104.333", "min": "104.113", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.43", "max": "75.608", "min": "68.068", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "31.484", "max": "31.704", "min": "31.378", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.436", "max": "199.125", "min": "197.991", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "42.368", "max": "44.08", "min": "42.132", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "31.304", "max": "31.465", "min": "31.259", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "172.415", "max": "173.517", "min": "172.117", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "12.553", "max": "12.92", "min": "12.379", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "42.566", "max": "43.154", "min": "42.419", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "140.545", "max": "141.476", "min": "140.397", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "0.019", "max": "0.048", "min": "0.014", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "4.848", "max": "5.792", "min": "4.732", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.768", "max": "25.219", "min": "14.44", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "238.099", "max": "238.472", "min": "238.018", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.131", "max": "37.309", "min": "37.035", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.771", "max": "19.018", "min": "18.623", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "80.742", "max": "81.451", "min": "80.609", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "133", "max": "139.237", "min": "132.632", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "36.624", "max": "37.194", "min": "36.434", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "240.833", "max": "280.145", "min": "233.79", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "113.531", "max": "113.762", "min": "113.469", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "241.069", "max": "338.839", "min": "235.009", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "114.014", "max": "114.108", "min": "113.933", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.333", "max": "381.673", "min": "381.125", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "33.789", "max": "33.979", "min": "33.701", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "68.007", "max": "68.149", "min": "67.92", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "111.531", "max": "112.229", "min": "111.421", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "163.151", "max": "165.502", "min": "162.953", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "97.932", "max": "98.28", "min": "97.771", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "122.812", "max": "124.396", "min": "122.586", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "239.004", "max": "244.089", "min": "238.145", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "77.769", "max": "78.452", "min": "77.661", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "91.788", "max": "92.249", "min": "91.734", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "16.101", "max": "24.821", "min": "15.503", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "147.382", "max": "148.176", "min": "147.214", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "11.602", "max": "12.687", "min": "11.436", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.893", "max": "22.073", "min": "21.742", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "29.378", "max": "29.652", "min": "29.295", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "24.018", "max": "24.361", "min": "23.94", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "6.672", "max": "8.65", "min": "6.382", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "59.882", "max": "61.105", "min": "59.69", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "46.139", "max": "46.291", "min": "46.053", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "64.931", "max": "66.723", "min": "64.719", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "45.461", "max": "46.292", "min": "45.296", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "10.202", "max": "12.542", "min": "10.003", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "9.54", "max": "10.095", "min": "9.432", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "7.679", "max": "8.963", "min": "7.522", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "23.415", "max": "23.572", "min": "23.311", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "65.462", "max": "65.857", "min": "65.221", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "37.178", "max": "57.995", "min": "34.772", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "54.75", "max": "110.775", "min": "20.999", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "1.955", "max": "2.027", "min": "1.926", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "65.174", "max": "65.457", "min": "65.016", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "32.369", "max": "32.897", "min": "32.218", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "39.904", "max": "40.362", "min": "39.453", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "7.209", "max": "7.645", "min": "6.919", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "254.883", "max": "270.127", "min": "254.179", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "20.683", "max": "21.204", "min": "20.565", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.105", "max": "44.363", "min": "42.921", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "34.934", "max": "35.124", "min": "34.878", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "168.518", "max": "175.634", "min": "167.38", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "59.173", "max": "59.929", "min": "59.04", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "10.306", "max": "17.221", "min": "9.724", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "9.725", "max": "9.902", "min": "9.613", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "7.965", "max": "8.409", "min": "7.451", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "285.562", "max": "287.091", "min": "285.338", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "73.179", "max": "76.024", "min": "72.308", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.066", "max": "223.428", "min": "222.821", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "149.281", "max": "151.501", "min": "149.005", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "12.302", "max": "14.939", "min": "12.096", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "136.742", "max": "137.164", "min": "136.544", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "141.734", "max": "142.39", "min": "141.422", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "34.601", "max": "35.15", "min": "34.435", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "63.23", "max": "65.682", "min": "62.896", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "5.152", "max": "6.668", "min": "4.971", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "9.95", "max": "10.183", "min": "9.827", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "91.479", "max": "91.535", "min": "91.433", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "102.008", "max": "102.67", "min": "101.94", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "248.014", "max": "248.357", "min": "247.765", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "72.684", "max": "72.991", "min": "72.594", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.524", "max": "26.724", "min": "23.343", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "71.347", "max": "76.523", "min": "71.013", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "24.486", "max": "24.565", "min": "24.404", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "197.674", "max": "197.988", "min": "197.548", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "110.939", "max": "114.667", "min": "107.747", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "23.17", "max": "23.57", "min": "23.038", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "40.099", "max": "42.587", "min": "39.342", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "147.493", "max": "162.813", "min": "145.27", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "98.344", "max": "100.44", "min": "97.984", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "252.687", "max": "253.394", "min": "252.504", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "79.8", "max": "81.064", "min": "79.568", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "48.35", "max": "49.056", "min": "48.274", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.365", "max": "11.607", "min": "11.297", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "47.989", "max": "48.045", "min": "47.934", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "81.538", "max": "86.248", "min": "81.087", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "82.641", "max": "82.867", "min": "82.46", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "62.963", "max": "65.512", "min": "61.174", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "166.292", "max": "175.97", "min": "165.316", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "84.376", "max": "85.922", "min": "83.442", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.801", "max": "67.702", "min": "64.569", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "97.105", "max": "113.575", "min": "96.275", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "14.85", "max": "16.081", "min": "14.622", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "267.527", "max": "271.003", "min": "256.583", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "174.249", "max": "174.249", "min": "174.249", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "5.185", "max": "5.427", "min": "5.127", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "25.366", "max": "25.593", "min": "25.311", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "97.372", "max": "99.867", "min": "97.12", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "25.5", "max": "34.331", "min": "18.603", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "32.451", "max": "32.636", "min": "32.363", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "174.621", "max": "174.924", "min": "174.533", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "83.357", "max": "84.432", "min": "83.103", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "95.543", "max": "95.901", "min": "95.468", "id": "156", "country": "United Kingdom", "source_name": "Maidstone", "destination_name": "Lansing", "destination_id": "295" } } }, "157": { "name": "Gosport", "data": { "0": { "avg": "201.309", "max": "201.487", "min": "201.149", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "261.949", "max": "262.324", "min": "261.79", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.303", "max": "90.434", "min": "90.242", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "33.712", "max": "40.145", "min": "33.215", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "10.588", "max": "10.755", "min": "10.478", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "235.56", "max": "235.689", "min": "235.477", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "14.737", "max": "15.14", "min": "14.631", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "268.251", "max": "271.403", "min": "267.925", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "50.255", "max": "50.391", "min": "50.206", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "31.199", "max": "33.392", "min": "30.868", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "3.553", "max": "3.94", "min": "3.39", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "111.894", "max": "141.794", "min": "110.748", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "70.949", "max": "71.012", "min": "70.858", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "80.085", "max": "80.538", "min": "79.957", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "107.469", "max": "108.501", "min": "107.34", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "83.238", "max": "84.154", "min": "83.158", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "27.731", "max": "27.906", "min": "27.606", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "97.031", "max": "107.328", "min": "96.162", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "12.791", "max": "12.984", "min": "12.701", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "32.417", "max": "33.009", "min": "32.345", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "292.604", "max": "292.672", "min": "292.566", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "89.133", "max": "89.202", "min": "89.071", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "139.018", "max": "139.232", "min": "138.917", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "142.165", "max": "144.802", "min": "141.992", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "38.259", "max": "38.771", "min": "38.008", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "25.58", "max": "25.787", "min": "25.522", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "29.446", "max": "32.172", "min": "29.084", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "32.163", "max": "32.66", "min": "31.933", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.099", "max": "14.186", "min": "14.042", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "132.641", "max": "140.544", "min": "132.196", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "165.333", "max": "165.453", "min": "165.259", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "37.223", "max": "37.366", "min": "37.158", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "138.616", "max": "138.79", "min": "138.508", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "53.853", "max": "54.184", "min": "53.765", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "24.283", "max": "27.883", "min": "23.929", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "169.17", "max": "171.471", "min": "168.889", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "144.398", "max": "144.441", "min": "144.37", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "133.369", "max": "133.492", "min": "133.227", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.136", "max": "108.275", "min": "108.037", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "81.873", "max": "82.031", "min": "81.677", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "146.1", "max": "147.821", "min": "145.743", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "13.451", "max": "18.407", "min": "12.872", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "48.629", "max": "48.788", "min": "48.536", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "35.456", "max": "39.847", "min": "33.757", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "138.623", "max": "138.712", "min": "138.531", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "34.823", "max": "35.488", "min": "34.506", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "37.737", "max": "37.838", "min": "37.65", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "155.79", "max": "156.178", "min": "155.657", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "241.659", "max": "242.786", "min": "240.406", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "122.636", "max": "122.73", "min": "122.576", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "79.253", "max": "79.414", "min": "79.139", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "145.378", "max": "145.623", "min": "145.191", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "35.262", "max": "49.291", "min": "21.207", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "98.353", "max": "98.491", "min": "98.229", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "146.635", "max": "153.657", "min": "143.914", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "189.634", "max": "189.991", "min": "189.506", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "35.173", "max": "38.093", "min": "33.857", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "297.43", "max": "297.497", "min": "297.37", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "52.2", "max": "53.611", "min": "51.964", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "17.363", "max": "17.502", "min": "17.265", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "68.961", "max": "70.428", "min": "68.453", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "70.133", "max": "122.666", "min": "64.181", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "185.984", "max": "283.416", "min": "177.066", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "217.475", "max": "217.562", "min": "217.425", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "48.827", "max": "50.279", "min": "48.662", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "55.514", "max": "55.922", "min": "55.44", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "71.989", "max": "72.157", "min": "71.889", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "47.33", "max": "47.639", "min": "47.021", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "204.083", "max": "206.221", "min": "203.315", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "111.447", "max": "112.818", "min": "111.298", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "262.222", "max": "263.386", "min": "262.067", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "139.505", "max": "141.006", "min": "139.213", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "150.644", "max": "150.955", "min": "150.548", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "97.458", "max": "97.52", "min": "97.405", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "41.465", "max": "42.66", "min": "41.203", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "8.347", "max": "8.637", "min": "8.195", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "92.206", "max": "92.495", "min": "92.074", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "135.682", "max": "136.768", "min": "135.48", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "89.121", "max": "91.156", "min": "88.724", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "86.961", "max": "87.252", "min": "86.835", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "137.779", "max": "138.057", "min": "137.636", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "88.849", "max": "89.78", "min": "88.601", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "286.524", "max": "287.141", "min": "286.336", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "238.719", "max": "239.324", "min": "238.574", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "116.589", "max": "116.676", "min": "116.517", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "64.743", "max": "66.344", "min": "64.316", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "13.213", "max": "18.667", "min": "12.77", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "103.012", "max": "103.162", "min": "102.934", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "95.111", "max": "95.58", "min": "94.961", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "7.838", "max": "8.7", "min": "7.725", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "99.227", "max": "100.932", "min": "98.705", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "138.082", "max": "138.488", "min": "137.942", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "26.897", "max": "26.925", "min": "26.861", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "267.507", "max": "267.658", "min": "267.324", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "75.875", "max": "75.989", "min": "75.776", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "105.396", "max": "105.511", "min": "105.217", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "150.53", "max": "150.752", "min": "150.278", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "127.273", "max": "147.494", "min": "125.649", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "136.516", "max": "136.719", "min": "136.427", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "86.142", "max": "87.949", "min": "85.927", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "97.702", "max": "97.817", "min": "97.648", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": null, "max": null, "min": null, "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "63.429", "max": "64.383", "min": "63.301", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "297.83", "max": "300.73", "min": "297.217", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "95.037", "max": "95.32", "min": "94.882", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "325.74", "max": "433.382", "min": "310.265", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "172.685", "max": "173.64", "min": "172.582", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "76.411", "max": "76.556", "min": "76.215", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "98.114", "max": "98.294", "min": "98.023", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "136.252", "max": "139.183", "min": "135.503", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "257.203", "max": "266.15", "min": "256.741", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "263.818", "max": "264.149", "min": "263.731", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "71.777", "max": "71.878", "min": "71.725", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "131.111", "max": "135.726", "min": "130.649", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "357.758", "max": "474.446", "min": "168.13", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "165.24", "max": "292.694", "min": "89.915", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "167.236", "max": "170.497", "min": "166.754", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "237.35", "max": "240.084", "min": "237.06", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "106.45", "max": "106.573", "min": "106.348", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "113.316", "max": "114.056", "min": "113.073", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "108.631", "max": "111.131", "min": "108.355", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "179.206", "max": "328.715", "min": "99.221", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "194.821", "max": "195.103", "min": "194.722", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "48.901", "max": "320.884", "min": "37.851", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "35.048", "max": "35.097", "min": "34.997", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "33.729", "max": "35.071", "min": "33.128", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "72.478", "max": "72.885", "min": "72.372", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "178.623", "max": "180.723", "min": "178.343", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "105.992", "max": "106.652", "min": "105.834", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "171.256", "max": "172.226", "min": "171.165", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "96.919", "max": "97.439", "min": "96.751", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "88.051", "max": "88.232", "min": "87.918", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "95.969", "max": "96.289", "min": "95.739", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "284.318", "max": "285.292", "min": "283.633", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "120.796", "max": "120.919", "min": "120.759", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "67.082", "max": "67.245", "min": "66.938", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "120.081", "max": "123.124", "min": "119.6", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "108.406", "max": "108.545", "min": "108.26", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "101.952", "max": "102.12", "min": "101.876", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "69.809", "max": "69.937", "min": "69.709", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "33.485", "max": "35.991", "min": "33.263", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "182.054", "max": "182.923", "min": "181.629", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "41.225", "max": "41.612", "min": "41.124", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "32.9", "max": "33.129", "min": "32.71", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "174.518", "max": "175.932", "min": "174.278", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "14.932", "max": "15.872", "min": "14.599", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "39.91", "max": "40.402", "min": "39.79", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "276.759", "max": "277.064", "min": "276.668", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "4.797", "max": "5.121", "min": "4.729", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "0.034", "max": "0.036", "min": "0.031", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "17.448", "max": "24.35", "min": "16.515", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "239.113", "max": "239.181", "min": "239.019", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.931", "max": "39.67", "min": "37.744", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "23.215", "max": "26.082", "min": "22.301", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "83.702", "max": "84.093", "min": "83.618", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "134.316", "max": "134.983", "min": "133.964", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "38.383", "max": "40.139", "min": "38.08", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "242.227", "max": "283.13", "min": "234.562", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "111.009", "max": "111.209", "min": "110.833", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "244.713", "max": "332.193", "min": "236.685", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "115.759", "max": "115.924", "min": "115.666", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "377.87", "max": "378.163", "min": "377.508", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "33.448", "max": "33.572", "min": "33.374", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "70.299", "max": "71.595", "min": "70.141", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "104.547", "max": "104.749", "min": "104.449", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "161.189", "max": "161.259", "min": "161.127", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "99.701", "max": "99.828", "min": "99.572", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "129.817", "max": "130.194", "min": "129.703", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "276.851", "max": "282.026", "min": "274.915", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.799", "max": "73.884", "min": "73.696", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "83.71", "max": "83.736", "min": "83.664", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "17.503", "max": "19.592", "min": "17.117", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "277.509", "max": "277.587", "min": "277.44", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "12.059", "max": "12.133", "min": "12.018", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "22.257", "max": "22.952", "min": "21.95", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "34.806", "max": "34.899", "min": "34.763", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "29.224", "max": "29.582", "min": "29.144", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "7.906", "max": "8.642", "min": "7.691", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "62.826", "max": "63.227", "min": "62.697", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "52.864", "max": "53.101", "min": "52.776", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "68.646", "max": "69.811", "min": "68.523", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "52.288", "max": "52.565", "min": "52.191", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "12.017", "max": "13.086", "min": "11.907", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "13.32", "max": "13.387", "min": "13.237", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "9.031", "max": "9.116", "min": "8.958", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "26.013", "max": "26.222", "min": "25.88", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "57.782", "max": "58.03", "min": "57.506", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "37.109", "max": "64.671", "min": "34.516", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "56.784", "max": "117.006", "min": "23.362", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "3.718", "max": "3.918", "min": "3.621", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "69.669", "max": "70.254", "min": "69.488", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "45.897", "max": "74.996", "min": "44.413", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "40.202", "max": "40.719", "min": "39.908", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "10.416", "max": "11.043", "min": "10.225", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "264.943", "max": "266.808", "min": "264.807", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "22.019", "max": "22.299", "min": "21.929", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "27.017", "max": "27.29", "min": "26.904", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "31.729", "max": "31.847", "min": "31.669", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "161.799", "max": "167.154", "min": "160.146", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "60.87", "max": "61.118", "min": "60.754", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "11.579", "max": "12.141", "min": "11.394", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "19.547", "max": "19.797", "min": "19.424", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "9.575", "max": "12.698", "min": "9.169", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "265.576", "max": "278.477", "min": "263.189", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "76.148", "max": "78.892", "min": "75.524", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "215.064", "max": "233.861", "min": "207.269", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "149.605", "max": "149.84", "min": "149.5", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "17.74", "max": "17.866", "min": "17.697", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "148.969", "max": "212.443", "min": "141.236", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "139.751", "max": "140.292", "min": "139.47", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "40.816", "max": "41.094", "min": "40.67", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "65.409", "max": "65.613", "min": "65.302", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "7.079", "max": "7.705", "min": "6.755", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "11.311", "max": "12.531", "min": "11.039", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "93.437", "max": "93.521", "min": "93.405", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "103.558", "max": "103.779", "min": "103.484", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "258.385", "max": "258.688", "min": "258.161", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "74.64", "max": "74.93", "min": "74.603", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.399", "max": "24.515", "min": "24.308", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "72.726", "max": "72.793", "min": "72.696", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "25.676", "max": "26.028", "min": "25.575", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "210.829", "max": "578.358", "min": "198.009", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "117.313", "max": "122.778", "min": "113.736", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "24.64", "max": "24.828", "min": "24.499", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "41.244", "max": "42.779", "min": "40.171", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "143.466", "max": "176.807", "min": "140.677", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "236.643", "max": "237.91", "min": "236.233", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "229.203", "max": "229.477", "min": "229.104", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "81.224", "max": "82.317", "min": "81.031", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "51.317", "max": "51.366", "min": "51.262", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "18.226", "max": "18.307", "min": "18.191", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "56.715", "max": "56.787", "min": "56.672", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "82.223", "max": "84.341", "min": "81.786", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "83", "max": "83.249", "min": "82.881", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "62.792", "max": "65.48", "min": "61.048", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "164.656", "max": "167.039", "min": "164.257", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "84.737", "max": "86.426", "min": "84.023", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "66.495", "max": "68.127", "min": "66.304", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "96.939", "max": "97.117", "min": "96.742", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "16.607", "max": "19.528", "min": "16.341", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "166.645", "max": "166.765", "min": "166.419", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "178.073", "max": "178.122", "min": "178.024", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "16.269", "max": "16.301", "min": "16.239", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "18.484", "max": "18.554", "min": "18.421", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "98.978", "max": "99.785", "min": "98.817", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "27.961", "max": "38.423", "min": "19.487", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "36.513", "max": "36.578", "min": "36.418", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "184.726", "max": "186.647", "min": "184.494", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "89.568", "max": "90.551", "min": "89.34", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "96.51", "max": "96.558", "min": "96.464", "id": "157", "country": "United Kingdom", "source_name": "Gosport", "destination_name": "Lansing", "destination_id": "295" } } }, "158": { "name": "Nuremberg", "data": { "0": { "avg": "229.881", "max": "245.834", "min": "228.776", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "267.544", "max": "279.788", "min": "263.664", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "95.236", "max": "104.084", "min": "94.507", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "17.963", "max": "24.154", "min": "16.392", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "13.977", "max": "23.264", "min": "13.011", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "239.599", "max": "246.922", "min": "239.028", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "12.779", "max": "25.775", "min": "10.519", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "272.255", "max": "286.348", "min": "268.149", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "45.646", "max": "57.161", "min": "43.739", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "33.463", "max": "42.026", "min": "32.056", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "18.842", "max": "30.171", "min": "16.211", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "123.152", "max": "127.377", "min": "122.752", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "84.379", "max": "96.792", "min": "81.881", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "84.183", "max": "95.021", "min": "82.995", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "114.028", "max": "122.015", "min": "113.198", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "89.318", "max": "117.19", "min": "85.542", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "27.127", "max": "30.697", "min": "26.395", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "100.64", "max": "106.857", "min": "98.633", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "27.846", "max": "31.343", "min": "27.349", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "12.12", "max": "45.414", "min": "8.692", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "283.891", "max": "294.746", "min": "282.062", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "99.093", "max": "103.594", "min": "98.433", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "147.522", "max": "155.967", "min": "146.787", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "146.923", "max": "156.862", "min": "144.75", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "28.912", "max": "40.009", "min": "26.62", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "25.831", "max": "31.981", "min": "24.003", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "16.662", "max": "22.487", "min": "15.856", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "15.869", "max": "26.765", "min": "14.039", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "4.294", "max": "9.951", "min": "3.779", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "143.89", "max": "145.568", "min": "143.537", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "155.229", "max": "164.895", "min": "154.5", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "21.472", "max": "38.889", "min": "20.009", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "150.843", "max": "180.609", "min": "148.94", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "34.69", "max": "35.754", "min": "34.507", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "12.127", "max": "18.029", "min": "9.603", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "162.226", "max": "177.411", "min": "160.492", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "149.029", "max": "166.045", "min": "146.356", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "145.779", "max": "154.909", "min": "144.309", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "114.116", "max": "132.406", "min": "112.06", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "89.993", "max": "100.949", "min": "88.036", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "156.753", "max": "159.718", "min": "156.128", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "25.452", "max": "37.414", "min": "23.528", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "49.925", "max": "58.043", "min": "48.827", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "30.011", "max": "37.559", "min": "28.822", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "157.578", "max": "165.302", "min": "156.631", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "24.528", "max": "39.474", "min": "22.71", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "31.799", "max": "36.58", "min": "30.981", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "169.329", "max": "174.16", "min": "168.118", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "243.631", "max": "251.289", "min": "241.811", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "136.667", "max": "147.345", "min": "135.693", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.961", "max": "104.806", "min": "89.468", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "150.245", "max": "160.013", "min": "148.048", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "39.634", "max": "53.266", "min": "23.532", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "113.602", "max": "115.041", "min": "113.368", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "156.815", "max": "167.246", "min": "152.925", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "252.817", "max": "262.041", "min": "251.947", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "36.458", "max": "41.82", "min": "34.959", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "307.691", "max": "313.958", "min": "306.856", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "30.248", "max": "44.09", "min": "28.549", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "14.221", "max": "24.085", "min": "12.467", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.654", "max": "64.936", "min": "58.425", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.811", "max": "117.551", "min": "70.692", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "185.2", "max": "198.498", "min": "183.055", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "227.975", "max": "242.653", "min": "226.082", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "39.982", "max": "51.969", "min": "38.398", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.219", "max": "42.874", "min": "34.118", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "87.092", "max": "97.426", "min": "84.824", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "40.869", "max": "64.077", "min": "36.242", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "214.497", "max": "219.424", "min": "213.261", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "125.952", "max": "130.399", "min": "125.197", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "183.538", "max": "191.935", "min": "181.45", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "143.085", "max": "150.848", "min": "141.746", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "156.247", "max": "160.166", "min": "155.654", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "109.264", "max": "114.916", "min": "108.473", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "59.336", "max": "71.248", "min": "57.358", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "21.808", "max": "37.342", "min": "19.978", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.084", "max": "129.651", "min": "99.388", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "147.829", "max": "175.084", "min": "145.844", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "106.338", "max": "120.153", "min": "104.586", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "99.904", "max": "109.277", "min": "98.825", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "143.885", "max": "196.603", "min": "139.88", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "91.708", "max": "93.572", "min": "91.222", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "254.804", "max": "267.011", "min": "253.667", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "153.198", "max": "160.204", "min": "152.034", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "127.535", "max": "133.923", "min": "126.401", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "61.636", "max": "67.901", "min": "60.654", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "28.853", "max": "37.96", "min": "27.806", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "108.988", "max": "132.206", "min": "107.237", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "108.721", "max": "122.331", "min": "107.293", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "20.508", "max": "25.718", "min": "19.207", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "117.066", "max": "129.234", "min": "115.062", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "155.001", "max": "163.3", "min": "153.233", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.624", "max": "40.674", "min": "32.196", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "274.072", "max": "294.699", "min": "262.402", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "93.582", "max": "123.257", "min": "90.486", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "115.42", "max": "131.905", "min": "114.571", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "160.731", "max": "172.353", "min": "157.46", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "154.191", "max": "168.438", "min": "152.372", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.96", "max": "159.43", "min": "153.441", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "104.824", "max": "126.249", "min": "103.208", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "113.005", "max": "120.682", "min": "111.413", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "139.533", "max": "145.599", "min": "138.313", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "43.447", "max": "51.619", "min": "41.964", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "306.46", "max": "313.615", "min": "304.454", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "111.934", "max": "121.205", "min": "110.754", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "326.412", "max": "347.679", "min": "283.595", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "185.204", "max": "199.713", "min": "183.755", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "89.028", "max": "95.317", "min": "87.551", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.703", "max": "118.117", "min": "99.722", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "122.213", "max": "125.507", "min": "120.908", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "205.622", "max": "216.584", "min": "204.762", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "265.024", "max": "270.72", "min": "262.555", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "81.112", "max": "86.79", "min": "79.846", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.543", "max": "154.438", "min": "140.914", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "372.716", "max": "489.396", "min": "197.427", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "145.786", "max": "254.807", "min": "61.019", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "170.009", "max": "186.782", "min": "168.154", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "230.628", "max": "237.075", "min": "229.96", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "127.975", "max": "135.464", "min": "126.974", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "114.524", "max": "125.036", "min": "113.133", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "120.26", "max": "134.452", "min": "118.911", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "183.781", "max": "344.96", "min": "106", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "193.323", "max": "198.306", "min": "192.788", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "39.66", "max": "149.97", "min": "32.408", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "32.656", "max": "47.685", "min": "31.134", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "29.356", "max": "50.579", "min": "28.017", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.09", "max": "95.531", "min": "78.735", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.537", "max": "180.341", "min": "172.524", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "128.106", "max": "130.984", "min": "127.1", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "174.254", "max": "185.193", "min": "172.827", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "107.562", "max": "120.083", "min": "106.372", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "107.374", "max": "118.451", "min": "105.796", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "111.179", "max": "114.976", "min": "110.473", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "293.785", "max": "325.585", "min": "289.52", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "127.987", "max": "131.685", "min": "127.241", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "87.439", "max": "93.222", "min": "85.749", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "133.24", "max": "139.022", "min": "131.205", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.678", "max": "136.583", "min": "120.337", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "119.169", "max": "126.108", "min": "118.448", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "82.785", "max": "88.053", "min": "81.527", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "18.597", "max": "32.609", "min": "16.458", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "181.559", "max": "186.723", "min": "179.448", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.154", "max": "49.642", "min": "41.818", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "18.881", "max": "28.688", "min": "17.904", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "188.173", "max": "199.347", "min": "186.21", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "8.997", "max": "18.362", "min": "7.493", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.572", "max": "57.655", "min": "30.603", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "154.434", "max": "160.969", "min": "153.772", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "16.144", "max": "35.764", "min": "14.472", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "17.679", "max": "26.613", "min": "16.604", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "0.052", "max": "0.169", "min": "0.025", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "249.872", "max": "279.594", "min": "247.897", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "43.101", "max": "72.634", "min": "39.021", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "13.786", "max": "16.514", "min": "13.044", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "98.132", "max": "103.574", "min": "97.309", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "146.797", "max": "158.716", "min": "144.878", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "51.081", "max": "61.19", "min": "49.689", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "205.137", "max": "252.179", "min": "196.061", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "126.291", "max": "144.319", "min": "123.697", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "252.433", "max": "352.38", "min": "243.747", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "120.586", "max": "132.381", "min": "119.603", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "378.978", "max": "386.624", "min": "377.243", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.03", "max": "44.016", "min": "33.286", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "79.065", "max": "84.338", "min": "78.292", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "96.769", "max": "112.541", "min": "95.278", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "185.175", "max": "197.71", "min": "183.428", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "89.274", "max": "101.788", "min": "86.585", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "156.821", "max": "165.287", "min": "155.016", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "198.623", "max": "203.984", "min": "197.195", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "89.817", "max": "93.906", "min": "89.092", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "109.847", "max": "115.028", "min": "108.91", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "6.945", "max": "17.326", "min": "6.234", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "131.615", "max": "133.751", "min": "131.341", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "25.344", "max": "48.589", "min": "23.446", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "31.985", "max": "42.388", "min": "30.314", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "22.62", "max": "49.67", "min": "20.275", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "15.442", "max": "48.688", "min": "12.277", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "22.383", "max": "36.636", "min": "21.086", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "61.496", "max": "78.131", "min": "59.158", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "36.966", "max": "41.642", "min": "36.593", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "59.431", "max": "89.715", "min": "56.122", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "36.464", "max": "51.205", "min": "34.191", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "12.094", "max": "24.261", "min": "11.056", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "15.404", "max": "27.502", "min": "14.494", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "11.197", "max": "20.822", "min": "10.568", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "9.103", "max": "27.81", "min": "7.82", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "47.398", "max": "54.041", "min": "46.278", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "35.554", "max": "46.864", "min": "31.474", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "25.234", "max": "41.544", "min": "11.843", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "15.613", "max": "27.559", "min": "13.716", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "45.412", "max": "61.519", "min": "43.958", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "28.538", "max": "36.153", "min": "27.409", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "42.024", "max": "48.461", "min": "40.969", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "18.96", "max": "65.418", "min": "16.072", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "195.054", "max": "201.659", "min": "193.708", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "10.926", "max": "24.458", "min": "8.998", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "23.072", "max": "35.041", "min": "20.826", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "14.026", "max": "35.316", "min": "11.916", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "174.248", "max": "179.416", "min": "171.62", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "48.998", "max": "67.523", "min": "46.415", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "15.115", "max": "20.266", "min": "14.011", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "13.586", "max": "20.262", "min": "12.307", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "19.6", "max": "41.901", "min": "16.227", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "299.652", "max": "311.405", "min": "294.941", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "89.254", "max": "111.783", "min": "87.28", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "222.885", "max": "240.926", "min": "220.45", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "161.451", "max": "167.246", "min": "159.883", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "16.85", "max": "41.544", "min": "13.312", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "146.209", "max": "151.389", "min": "145.15", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "176.013", "max": "179.17", "min": "175.366", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "29.186", "max": "40.337", "min": "28.07", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "60.141", "max": "68.881", "min": "59.262", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "21.287", "max": "30.348", "min": "20.573", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "12.793", "max": "25.524", "min": "11.364", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "110.718", "max": "113.92", "min": "110.068", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "125.442", "max": "138.108", "min": "124.043", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "276.074", "max": "286.824", "min": "275.082", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "163.759", "max": "166.217", "min": "163.29", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "13.292", "max": "23.104", "min": "12.424", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "90.231", "max": "97.745", "min": "89.002", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "15.977", "max": "26.909", "min": "13.341", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "216.206", "max": "223.86", "min": "215.558", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "124.08", "max": "130.793", "min": "121.25", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "28.983", "max": "48.402", "min": "26.179", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "58.377", "max": "64.745", "min": "56.778", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "152.75", "max": "162.689", "min": "151.019", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "247.974", "max": "267.47", "min": "246.424", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "230.649", "max": "244.548", "min": "228.541", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "77.931", "max": "81.358", "min": "77.18", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "38.682", "max": "45.426", "min": "36.639", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "15.008", "max": "18.224", "min": "14.17", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "51.713", "max": "56.104", "min": "51.023", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "91.42", "max": "118.084", "min": "89.18", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "98.479", "max": "106.792", "min": "97.274", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.602", "max": "74.411", "min": "63.209", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "176.835", "max": "189.364", "min": "175.579", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "98.553", "max": "108.819", "min": "95.672", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "57.272", "max": "65.788", "min": "56.325", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "107.647", "max": "111.92", "min": "107.032", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "34.096", "max": "47.998", "min": "31.057", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "171.553", "max": "183.494", "min": "167.894", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "188.392", "max": "188.392", "min": "188.392", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "19.271", "max": "27.39", "min": "17.658", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "4.001", "max": "16.36", "min": "3.076", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "119.595", "max": "127.462", "min": "118.143", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "35.831", "max": "55.708", "min": "27.586", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "22.7", "max": "32.916", "min": "21.094", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "171.336", "max": "183.323", "min": "169.664", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "80.652", "max": "84.938", "min": "79.381", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "110.907", "max": "115.419", "min": "110.196", "id": "158", "country": "Germany", "source_name": "Nuremberg", "destination_name": "Lansing", "destination_id": "295" } } }, "161": { "name": "Geneva", "data": { "0": { "avg": "198.442", "max": "218.257", "min": "196.462", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "292.363", "max": "314.529", "min": "291.25", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "98.614", "max": "103.152", "min": "98.28", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "18.48", "max": "24.67", "min": "17.733", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "11.914", "max": "20.938", "min": "11.394", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "273.173", "max": "286.882", "min": "272.548", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "17.591", "max": "36.103", "min": "16.149", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "300.256", "max": "312.926", "min": "299.012", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.524", "max": "43.824", "min": "43.366", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "37.616", "max": "59.928", "min": "36.512", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "17.352", "max": "23.48", "min": "16.85", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.135", "max": "173.536", "min": "131.738", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "87.243", "max": "118.61", "min": "85.401", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "93.149", "max": "115.247", "min": "91.908", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "119.742", "max": "119.936", "min": "119.536", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "88.183", "max": "91.829", "min": "87.282", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "27.256", "max": "27.667", "min": "26.948", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "102.945", "max": "117.445", "min": "101.98", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "28.802", "max": "72.635", "min": "26.422", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "17.28", "max": "39.138", "min": "16.34", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "296.291", "max": "312.994", "min": "295.532", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "105.324", "max": "127.984", "min": "103.78", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "153.572", "max": "153.838", "min": "153.393", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "157.349", "max": "165.649", "min": "156.849", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.994", "max": "62.85", "min": "33.35", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "22.636", "max": "24.203", "min": "22.455", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "8.45", "max": "46.078", "min": "6.7", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "26.946", "max": "45.9", "min": "24.27", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "13.422", "max": "13.65", "min": "13.252", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "152.113", "max": "153.662", "min": "151.574", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "259.278", "max": "260.606", "min": "258.975", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "31.672", "max": "44.619", "min": "31.014", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "149.342", "max": "169.117", "min": "147.507", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "62.441", "max": "63.682", "min": "62.217", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "5.135", "max": "6.566", "min": "4.425", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "167.883", "max": "207.885", "min": "165.724", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "148.776", "max": "149.53", "min": "148.608", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "146.351", "max": "147.887", "min": "145.86", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "113.031", "max": "117.848", "min": "112.585", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "92.483", "max": "93.242", "min": "92.158", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "160.343", "max": "174.913", "min": "159.39", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "29.299", "max": "61.798", "min": "27.532", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "52.651", "max": "54.404", "min": "52.073", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "40.253", "max": "53.859", "min": "38.726", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "135.247", "max": "179.936", "min": "132.17", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "32.051", "max": "72.766", "min": "29.853", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "50.791", "max": "51.572", "min": "50.536", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "160.252", "max": "160.838", "min": "159.949", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "245.609", "max": "263.954", "min": "244.441", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "122.046", "max": "122.23", "min": "121.933", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "98.327", "max": "127.857", "min": "96.837", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "159.516", "max": "160.702", "min": "159.195", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "19.549", "max": "29.4", "min": "15.196", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "118.973", "max": "120.152", "min": "118.386", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "120.97", "max": "139.566", "min": "116.085", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "354.106", "max": "375.938", "min": "352.8", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "32.049", "max": "34.011", "min": "30.934", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "304.625", "max": "335.21", "min": "303.1", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "33.672", "max": "51.035", "min": "32.65", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "24.305", "max": "52.776", "min": "23.011", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "67.106", "max": "70.143", "min": "66.43", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "62.829", "max": "119.766", "min": "56.732", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "187.905", "max": "276.645", "min": "174.736", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "284.726", "max": "309.677", "min": "283.055", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.172", "max": "48.767", "min": "44.772", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "57.352", "max": "101.187", "min": "55.271", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "85.618", "max": "93.382", "min": "85.162", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "46.206", "max": "64.976", "min": "45.075", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "230.719", "max": "245.182", "min": "229.402", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "126.181", "max": "131.786", "min": "125.684", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "310.317", "max": "351.339", "min": "308.544", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "147.603", "max": "148.878", "min": "147.18", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "159.581", "max": "171.475", "min": "158.692", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "111.241", "max": "114.295", "min": "110.649", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "56.343", "max": "94.08", "min": "54.648", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "24.861", "max": "55.471", "min": "23.622", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.758", "max": "103.139", "min": "101.026", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "157.98", "max": "163.438", "min": "156.673", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "106.669", "max": "112.265", "min": "106.215", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "103.682", "max": "106.726", "min": "103.085", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "155.12", "max": "156.568", "min": "154.206", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "109.053", "max": "134.02", "min": "107.866", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "211.741", "max": "230.098", "min": "209.68", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "168.595", "max": "169.286", "min": "168.318", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "153.141", "max": "186.033", "min": "151.415", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "66.486", "max": "69.006", "min": "65.618", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "27.828", "max": "29.68", "min": "27.412", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "109.617", "max": "154.212", "min": "107.817", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "110.817", "max": "136.22", "min": "109.702", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "24.811", "max": "29.421", "min": "24.307", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "117.245", "max": "119.275", "min": "116.416", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "157.3", "max": "201.589", "min": "155.218", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "26.677", "max": "71.314", "min": "24.998", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "294.749", "max": "296.453", "min": "294.4", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "92.174", "max": "125.594", "min": "90.481", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "128.731", "max": "169.638", "min": "126.806", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "162.131", "max": "184.286", "min": "161.069", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "139.412", "max": "176.652", "min": "137.543", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "158.803", "max": "166.513", "min": "158.256", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "101.349", "max": "111.02", "min": "100.644", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "114.235", "max": "114.449", "min": "114.02", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "133.86", "max": "179.265", "min": "132.01", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "44.543", "max": "67.669", "min": "42.511", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "314.466", "max": "340.227", "min": "312.848", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "113.222", "max": "113.548", "min": "112.98", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "280.456", "max": "304.093", "min": "279.143", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "200.325", "max": "208.51", "min": "199.563", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "95.477", "max": "95.759", "min": "95.25", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "102.462", "max": "106.306", "min": "102.13", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "169.881", "max": "199.215", "min": "164.287", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "184.077", "max": "191.939", "min": "183.205", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "286.272", "max": "287.48", "min": "285.379", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "87.518", "max": "87.747", "min": "87.391", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "127.564", "max": "140.359", "min": "126.298", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.664", "max": "492.535", "min": "221.166", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "156.057", "max": "253.819", "min": "62.885", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "161.611", "max": "197.494", "min": "159.581", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "214.471", "max": "227.432", "min": "213.236", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "121.19", "max": "123.06", "min": "120.884", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "120.253", "max": "138.043", "min": "118.503", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "129.396", "max": "130.887", "min": "128.717", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "190.463", "max": "342.322", "min": "110.683", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "205.034", "max": "205.379", "min": "204.837", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "49.898", "max": "166.653", "min": "44.213", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "43.386", "max": "67.075", "min": "41.255", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "37.65", "max": "83.397", "min": "35.564", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "83.776", "max": "128.656", "min": "81.584", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "153.063", "max": "175.075", "min": "151.948", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "108.718", "max": "122.032", "min": "107.932", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "185.685", "max": "187.055", "min": "185.41", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "110.718", "max": "144.216", "min": "109.305", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "110.806", "max": "112.587", "min": "110.145", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "113.346", "max": "115.996", "min": "113.003", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "291.758", "max": "339.202", "min": "288.66", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "134.096", "max": "177.258", "min": "132.445", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "81.922", "max": "83.726", "min": "81.54", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "140.162", "max": "154.472", "min": "137.521", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "128.376", "max": "129.465", "min": "127.916", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "125.992", "max": "140.127", "min": "124.686", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "96.329", "max": "97.522", "min": "96.131", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "18.031", "max": "19.581", "min": "17.74", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "173.075", "max": "176.41", "min": "171.959", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "37.903", "max": "81.55", "min": "36.143", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "27.162", "max": "48.51", "min": "25.127", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "197.99", "max": "238.284", "min": "194.907", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "18.129", "max": "39.868", "min": "16.799", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "51.522", "max": "57.052", "min": "51.058", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "115.549", "max": "146.414", "min": "114.141", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "18.909", "max": "22.686", "min": "18.642", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "23.52", "max": "33.251", "min": "22.444", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.653", "max": "25.784", "min": "13.133", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "281.554", "max": "293.957", "min": "280.881", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "32.027", "max": "43.292", "min": "31.193", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "0.539", "max": "1.023", "min": "0.334", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "94.138", "max": "119.074", "min": "92.848", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "175.753", "max": "210.082", "min": "173.686", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "39.477", "max": "41.159", "min": "39.07", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "218.419", "max": "263.55", "min": "209.004", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "132.567", "max": "147.56", "min": "131.472", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "258.19", "max": "292.842", "min": "252.703", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "124.512", "max": "153.829", "min": "123.307", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "558.324", "max": "593.616", "min": "556.618", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "35.26", "max": "38.879", "min": "34.608", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "87.15", "max": "105.991", "min": "85.112", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "115.778", "max": "142.405", "min": "114.433", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "169.162", "max": "178.104", "min": "168.335", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "91.996", "max": "137.697", "min": "90.044", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "140.927", "max": "152.416", "min": "140.291", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "242.248", "max": "251.664", "min": "223.458", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "100.087", "max": "135.93", "min": "97.477", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "98.511", "max": "98.816", "min": "98.352", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "18.764", "max": "21.784", "min": "18.35", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "148.825", "max": "149.262", "min": "148.678", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "28.452", "max": "39.257", "min": "27.389", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "9.646", "max": "21.937", "min": "8.333", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "35.942", "max": "54.114", "min": "35.03", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "27.217", "max": "34.072", "min": "26.737", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "23.603", "max": "25.411", "min": "23.318", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "55.881", "max": "90.382", "min": "53.706", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "44.931", "max": "101.384", "min": "42.567", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "59.276", "max": "67.073", "min": "58.702", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "42.557", "max": "84.865", "min": "40.695", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "17.877", "max": "22.345", "min": "17.141", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "18.491", "max": "22.824", "min": "18.144", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "14.496", "max": "18.573", "min": "14.063", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "30.751", "max": "32.406", "min": "30.497", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "59.142", "max": "84.895", "min": "57.807", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "18.101", "max": "36.668", "min": "15.339", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "48.726", "max": "125.409", "min": "20.214", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "31.292", "max": "72.901", "min": "29.626", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "77.653", "max": "78.78", "min": "77.344", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "33.435", "max": "69.231", "min": "31.8", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "42.04", "max": "78.772", "min": "40.169", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "24.502", "max": "65.476", "min": "22.043", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "258.4", "max": "288.776", "min": "256.516", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "17.823", "max": "19.596", "min": "17.546", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "7.062", "max": "8.881", "min": "6.784", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "26.809", "max": "27.761", "min": "26.604", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "170.479", "max": "195.109", "min": "167.814", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "48.982", "max": "73.989", "min": "47.907", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "24.384", "max": "25.74", "min": "24.087", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "21.917", "max": "32.714", "min": "21.056", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.181", "max": "49.458", "min": "22.981", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "305.17", "max": "307.587", "min": "304.507", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "90.849", "max": "121.829", "min": "88.002", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.671", "max": "251.089", "min": "219.16", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "123.945", "max": "145.745", "min": "123.03", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "20.31", "max": "23.612", "min": "19.92", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "144.951", "max": "148.884", "min": "144.586", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "174.135", "max": "207.519", "min": "172.026", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "20.809", "max": "21.318", "min": "20.582", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "62.621", "max": "78.854", "min": "61.423", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "21.662", "max": "37.184", "min": "20.239", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "18.214", "max": "24.011", "min": "17.783", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "109.859", "max": "110.783", "min": "109.585", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "110.724", "max": "135.988", "min": "109.387", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "252.296", "max": "257.291", "min": "251.77", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.202", "max": "117.639", "min": "92.136", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "10.367", "max": "29.651", "min": "8.809", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "94.161", "max": "94.919", "min": "94.02", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "8.836", "max": "12.607", "min": "7.863", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "213.553", "max": "242.5", "min": "211.635", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "124.64", "max": "128.261", "min": "121.288", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "23.755", "max": "24.017", "min": "23.578", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "30.53", "max": "66.006", "min": "28.291", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "153.885", "max": "159.256", "min": "152.534", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "102.481", "max": "148.11", "min": "100.323", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "273.334", "max": "274.074", "min": "273.096", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "82.322", "max": "125.967", "min": "80.469", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "52.644", "max": "97.294", "min": "50.943", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "19.16", "max": "23.601", "min": "18.622", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "43.507", "max": "47.066", "min": "43.183", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "93.363", "max": "113.983", "min": "92.143", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "94.991", "max": "95.506", "min": "94.827", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "63.737", "max": "67.826", "min": "61.783", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "186.385", "max": "214.037", "min": "184.608", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "96.06", "max": "116.202", "min": "92.818", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.214", "max": "94.535", "min": "62.525", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "117.526", "max": "160.868", "min": "115.725", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "30.328", "max": "32.67", "min": "29.796", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "191.487", "max": "196.44", "min": "187.428", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "186.479", "max": "186.479", "min": "186.479", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "21.864", "max": "58.848", "min": "20.354", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "16.948", "max": "40.023", "min": "15.445", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "118.264", "max": "152.084", "min": "116.855", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "36.01", "max": "67.11", "min": "26.64", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.696", "max": "48.399", "min": "27.312", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "172.237", "max": "198.006", "min": "170.922", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "80.281", "max": "90.313", "min": "79.675", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "109.55", "max": "130.137", "min": "108.496", "id": "161", "country": "Switzerland", "source_name": "Geneva", "destination_name": "Lansing", "destination_id": "295" } } }, "164": { "name": "Gothenburg", "data": { "0": { "avg": "234.373", "max": "236.643", "min": "233.951", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "329.512", "max": "333.101", "min": "329.016", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "116.002", "max": "117.099", "min": "115.654", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "40.321", "max": "43.751", "min": "39.732", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "43.93", "max": "44.874", "min": "43.579", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "207.232", "max": "208.437", "min": "207.014", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "55.29", "max": "60.76", "min": "54.794", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "330.291", "max": "333.337", "min": "329.495", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "25.349", "max": "26.857", "min": "25.096", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "7.56", "max": "9.49", "min": "7.167", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "54.777", "max": "57.533", "min": "54.329", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "140.515", "max": "143.062", "min": "140.177", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "118.012", "max": "120.237", "min": "117.643", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "110.979", "max": "112.473", "min": "110.621", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "154.871", "max": "156.758", "min": "154.507", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "126.57", "max": "130.437", "min": "125.799", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "55.573", "max": "56.834", "min": "55.159", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "140.593", "max": "141.966", "min": "140.284", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "52.249", "max": "53.148", "min": "51.943", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.676", "max": "39.37", "min": "38.417", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "324.625", "max": "325.006", "min": "324.431", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "136.576", "max": "137.411", "min": "136.22", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "182.03", "max": "183.427", "min": "181.672", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "187.212", "max": "188.28", "min": "186.871", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "25.875", "max": "27.239", "min": "25.65", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "16.253", "max": "17.938", "min": "15.959", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "49.343", "max": "50.895", "min": "48.874", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "43.689", "max": "44.854", "min": "43.359", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "49.894", "max": "51.131", "min": "49.623", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "164.923", "max": "169.086", "min": "164.509", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "178.104", "max": "179.94", "min": "177.67", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "67.636", "max": "68.582", "min": "67.274", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "162.473", "max": "185.116", "min": "161.149", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "49.664", "max": "51.321", "min": "49.37", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "32.518", "max": "33.476", "min": "32.156", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.26", "max": "188.001", "min": "185.726", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "176.845", "max": "178.177", "min": "176.619", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "166.732", "max": "169.558", "min": "166.381", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "139.907", "max": "141.26", "min": "139.429", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "115.558", "max": "116.777", "min": "115.158", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "185.227", "max": "188.59", "min": "184.477", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "43.205", "max": "46.019", "min": "42.661", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "72.702", "max": "74.694", "min": "72.316", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "27.176", "max": "28.469", "min": "26.937", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "162.157", "max": "163.027", "min": "161.97", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "49.042", "max": "50.06", "min": "48.452", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "22.199", "max": "23.175", "min": "21.776", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "192.573", "max": "194.066", "min": "192.201", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "273.42", "max": "274.864", "min": "272.03", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "144.704", "max": "146.398", "min": "144.414", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "110.348", "max": "111.556", "min": "110.024", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.183", "max": "183.271", "min": "181.803", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "85.399", "max": "173.516", "min": "68.655", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "135.96", "max": "136.628", "min": "135.575", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "167.615", "max": "188.799", "min": "163.718", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "199.385", "max": "200.592", "min": "199", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "63.811", "max": "66.55", "min": "62.773", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "336.646", "max": "338.151", "min": "336.309", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.443", "max": "60.056", "min": "58.04", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "38.346", "max": "39.758", "min": "38.075", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "78.671", "max": "80.738", "min": "77.961", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "104.725", "max": "165.44", "min": "99.681", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "200.638", "max": "292.246", "min": "193.166", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "304.117", "max": "305.865", "min": "303.849", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "71.332", "max": "74.149", "min": "70.796", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "53.656", "max": "59.191", "min": "53.187", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "113.214", "max": "113.858", "min": "113", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "73.955", "max": "76.068", "min": "73.416", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "246.616", "max": "248.464", "min": "245.676", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "156.392", "max": "159.681", "min": "156.025", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "221.229", "max": "223.563", "min": "220.482", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "174.359", "max": "175.395", "min": "174.033", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "180.561", "max": "182.393", "min": "179.982", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "138.537", "max": "139.358", "min": "138.287", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "93.041", "max": "94.392", "min": "92.668", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "65.355", "max": "66.203", "min": "64.994", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "124.863", "max": "125.954", "min": "124.532", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "169.005", "max": "169.378", "min": "168.747", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "135.957", "max": "136.462", "min": "135.636", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "122.039", "max": "123.308", "min": "121.64", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "176.995", "max": "180.31", "min": "176.622", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "123.156", "max": "123.786", "min": "122.734", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "296.792", "max": "305.032", "min": "286.204", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "171.945", "max": "173.664", "min": "171.468", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "175.549", "max": "176.231", "min": "175.416", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "88.34", "max": "89.942", "min": "87.758", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "46.087", "max": "50.197", "min": "45.542", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "140.822", "max": "143.917", "min": "140.508", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "142.668", "max": "145.087", "min": "142.385", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "41.265", "max": "46.883", "min": "40.704", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "144.692", "max": "147.102", "min": "143.739", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "195.45", "max": "198.31", "min": "195.029", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "57.766", "max": "58.793", "min": "57.476", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "297.589", "max": "298.393", "min": "297.398", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "121.832", "max": "125.421", "min": "121.277", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "134.823", "max": "137.957", "min": "134.478", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "202.75", "max": "205.222", "min": "202.112", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "161.287", "max": "176.508", "min": "160.118", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "179.068", "max": "180.188", "min": "178.801", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "137.482", "max": "140.392", "min": "137.144", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "141.666", "max": "143.922", "min": "141.421", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.708", "max": "186.744", "min": "182.394", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.535", "max": "60.992", "min": "59.062", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "346.426", "max": "351.822", "min": "345.361", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "134.092", "max": "135.527", "min": "133.737", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "375.896", "max": "376.676", "min": "375.221", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "214.53", "max": "216.819", "min": "214.034", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "111.213", "max": "112.129", "min": "110.905", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "135.184", "max": "136.641", "min": "134.888", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "154.678", "max": "157.111", "min": "154.316", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "280.792", "max": "281.703", "min": "280.556", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.314", "max": "298.525", "min": "296.975", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "115.643", "max": "116.358", "min": "115.37", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "178.777", "max": "185.579", "min": "177.987", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "386.202", "max": "498.503", "min": "224.781", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "159.82", "max": "249.424", "min": "83.781", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "207.096", "max": "211.611", "min": "206.203", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "246.233", "max": "252.779", "min": "245.614", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "145.874", "max": "148.673", "min": "145.561", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "140.524", "max": "141.787", "min": "139.94", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "159.326", "max": "160.248", "min": "158.892", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "212.849", "max": "375.823", "min": "131.499", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "220.088", "max": "220.996", "min": "219.896", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "49.705", "max": "191.12", "min": "44.25", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "23.184", "max": "24.692", "min": "22.796", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "34.975", "max": "39.268", "min": "34.255", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "111.405", "max": "112.022", "min": "111.139", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "184.384", "max": "185.435", "min": "183.998", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "137.916", "max": "139.666", "min": "137.535", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "208.524", "max": "209.308", "min": "208.233", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "135.675", "max": "139.609", "min": "134.938", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "128.795", "max": "129.509", "min": "128.523", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "127.704", "max": "128.88", "min": "127.405", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "322.73", "max": "324.215", "min": "321.941", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "155.723", "max": "157.48", "min": "155.409", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "105.887", "max": "107.304", "min": "105.591", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "163.714", "max": "177.529", "min": "162.231", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "151.107", "max": "151.452", "min": "150.927", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "144.762", "max": "146.145", "min": "144.391", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "113.3", "max": "114.771", "min": "112.935", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "43.438", "max": "45.24", "min": "43.159", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "202.815", "max": "203.779", "min": "202.368", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "21.747", "max": "23.937", "min": "21.388", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "46.824", "max": "47.341", "min": "46.599", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.57", "max": "215.814", "min": "210.914", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "32.394", "max": "32.93", "min": "32.08", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "52.071", "max": "56.044", "min": "51.509", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "164.366", "max": "165.657", "min": "164.103", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "36.641", "max": "37.956", "min": "36.379", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "38.481", "max": "41.13", "min": "38.025", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "50.945", "max": "56.711", "min": "49.679", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "279.716", "max": "281.064", "min": "279.452", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "55.856", "max": "57.982", "min": "55.459", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "39.32", "max": "40.112", "min": "39.098", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "137.457", "max": "139.03", "min": "137.155", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "172.37", "max": "174.372", "min": "171.887", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "0.087", "max": "1.388", "min": "0.02", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "282.988", "max": "325.708", "min": "275.022", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "147.416", "max": "149.002", "min": "147.067", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "280.473", "max": "382.768", "min": "274.075", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "158.89", "max": "162.581", "min": "158.333", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "260.054", "max": "260.638", "min": "259.889", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "43.681", "max": "44.223", "min": "43.444", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "119.101", "max": "127.452", "min": "118.478", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "85.726", "max": "88.211", "min": "85.261", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "208.6", "max": "208.895", "min": "208.33", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "68.625", "max": "69.504", "min": "68.35", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "165.492", "max": "166.281", "min": "165.243", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "242.476", "max": "249.204", "min": "241.701", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "114.706", "max": "115.917", "min": "114.361", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "131.291", "max": "132.218", "min": "131.115", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "49.728", "max": "52.674", "min": "49.182", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "163.885", "max": "164.689", "min": "163.575", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "48.36", "max": "53.259", "min": "47.699", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "47.783", "max": "50.272", "min": "47.273", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "82.651", "max": "107.989", "min": "81.27", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "66.96", "max": "67.915", "min": "66.815", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "45.383", "max": "47.875", "min": "44.799", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "100.113", "max": "100.728", "min": "99.869", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "70.712", "max": "71.39", "min": "70.486", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "39.95", "max": "45.539", "min": "39.039", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "83.54", "max": "84.224", "min": "83.105", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "38.361", "max": "41.691", "min": "37.744", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "33.293", "max": "34.007", "min": "33.102", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "48.282", "max": "48.925", "min": "48.061", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "41.4", "max": "44.164", "min": "40.962", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "77.087", "max": "78.453", "min": "76.69", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "59.985", "max": "77.25", "min": "57.927", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "51.142", "max": "76.103", "min": "35.724", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "32.511", "max": "33.393", "min": "32.135", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "88.321", "max": "89.108", "min": "88.138", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "53.639", "max": "55.415", "min": "53.082", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "59.792", "max": "61.734", "min": "59.108", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "40.869", "max": "45.993", "min": "40.27", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "291.629", "max": "294.36", "min": "291.296", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "53.642", "max": "55.189", "min": "53.046", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "68.813", "max": "70.429", "min": "68.307", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "62.404", "max": "63.335", "min": "62.096", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "200.943", "max": "208.457", "min": "198.741", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "87.522", "max": "88.023", "min": "87.369", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "49.26", "max": "51.029", "min": "48.869", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "50.929", "max": "52.27", "min": "50.619", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "34.726", "max": "36.663", "min": "34.424", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "322.311", "max": "332.215", "min": "321.395", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "110.071", "max": "117.537", "min": "108.263", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "249.955", "max": "261.68", "min": "242.099", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "181.874", "max": "182.877", "min": "181.692", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "31.453", "max": "33.351", "min": "31.019", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "129.096", "max": "130.418", "min": "128.635", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "187.869", "max": "190.184", "min": "187.611", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "59.399", "max": "60.76", "min": "59.057", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "71.713", "max": "72.598", "min": "71.278", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "44.509", "max": "45.535", "min": "44.123", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "30.83", "max": "32.599", "min": "30.259", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "131.088", "max": "133.591", "min": "130.467", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "157.018", "max": "160.491", "min": "156.605", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "297.071", "max": "384.799", "min": "293.538", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "109.803", "max": "110.995", "min": "109.558", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "52.298", "max": "53.327", "min": "52.037", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "108.102", "max": "109.206", "min": "107.838", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "41.908", "max": "43.642", "min": "41.35", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "232.837", "max": "235.228", "min": "232.491", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "152.807", "max": "157.664", "min": "150.689", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "55.722", "max": "57.321", "min": "55.228", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "73.098", "max": "74.594", "min": "72.549", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "209.753", "max": "220.311", "min": "208.156", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "131.979", "max": "133.168", "min": "131.335", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "256.2", "max": "257.45", "min": "255.754", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "94.798", "max": "95.96", "min": "94.481", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "70.829", "max": "71.906", "min": "70.569", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "58.413", "max": "61.066", "min": "57.99", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "75.749", "max": "77.921", "min": "75.285", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "115.437", "max": "119.309", "min": "114.715", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "118.988", "max": "120.983", "min": "118.605", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "93.283", "max": "96.192", "min": "91.861", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "189.878", "max": "194.909", "min": "189.009", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "141.407", "max": "143.436", "min": "140.449", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "82.274", "max": "84.333", "min": "81.471", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "134.577", "max": "135.211", "min": "134.124", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "48.902", "max": "56.607", "min": "47.384", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "203.626", "max": "205.63", "min": "192.661", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "223.678", "max": "223.678", "min": "223.678", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "40.994", "max": "42.253", "min": "40.687", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "35.394", "max": "36.161", "min": "35.091", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "143.6", "max": "157.66", "min": "142.75", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "68.101", "max": "82.008", "min": "59.275", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "75.134", "max": "76.13", "min": "74.826", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "202.188", "max": "206.133", "min": "201.516", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "62.893", "max": "65.207", "min": "62.482", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "132.755", "max": "137.369", "min": "132.274", "id": "164", "country": "Sweden", "source_name": "Gothenburg", "destination_name": "Lansing", "destination_id": "295" } } }, "185": { "name": "Strasbourg", "data": { "0": { "avg": "219.127", "max": "221.77", "min": "218.845", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "293.58", "max": "299.6", "min": "293.174", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "102.502", "max": "105.296", "min": "102.033", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "34.146", "max": "41.35", "min": "32.709", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "7.324", "max": "7.546", "min": "7.16", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "257.16", "max": "260.661", "min": "256.876", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "28.467", "max": "30.656", "min": "27.88", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "299.07", "max": "320.515", "min": "295.811", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "46.95", "max": "78.004", "min": "45.283", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "38.492", "max": "41.24", "min": "37.993", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "14.555", "max": "17.032", "min": "14.111", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "120.462", "max": "122.726", "min": "120.172", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "82.916", "max": "84.389", "min": "82.726", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "90.562", "max": "92.8", "min": "90.038", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.859", "max": "114.831", "min": "110.4", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "94.108", "max": "95.131", "min": "93.424", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "25.873", "max": "26.308", "min": "25.622", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "106.042", "max": "112.42", "min": "104.021", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "25.845", "max": "26.056", "min": "25.73", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "13.95", "max": "14.579", "min": "13.86", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "297.564", "max": "300.158", "min": "297.283", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "103.869", "max": "104.484", "min": "103.779", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "154.901", "max": "156.816", "min": "154.609", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "158.394", "max": "158.935", "min": "158.2", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "52.888", "max": "59.146", "min": "52.442", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "21.806", "max": "24.445", "min": "21.536", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "7.472", "max": "9.769", "min": "6.866", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "29.433", "max": "32.734", "min": "29.026", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "3.389", "max": "4.434", "min": "3.235", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "150.81", "max": "156.237", "min": "150.271", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "267.622", "max": "268.289", "min": "267.402", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "22.869", "max": "23.593", "min": "22.738", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "144.985", "max": "147.256", "min": "144.705", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "46.783", "max": "49.176", "min": "46.531", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "4.047", "max": "5.999", "min": "3.479", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.018", "max": "165.045", "min": "162.781", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.545", "max": "158.688", "min": "158.515", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "138.512", "max": "138.673", "min": "138.377", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "123.853", "max": "128.071", "min": "123.348", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "92.483", "max": "95.803", "min": "91.748", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "156.607", "max": "157.527", "min": "156.313", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "23.523", "max": "25.391", "min": "23.199", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "53.599", "max": "55.288", "min": "53.257", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "32.842", "max": "33.455", "min": "32.697", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "169.559", "max": "172.297", "min": "169.359", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "30.011", "max": "30.725", "min": "29.667", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "30.215", "max": "30.859", "min": "30.013", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "170.973", "max": "171.68", "min": "170.793", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "227.009", "max": "229.427", "min": "225.853", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "135.209", "max": "136.287", "min": "135.085", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.061", "max": "92.91", "min": "89.451", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "157.972", "max": "159.207", "min": "157.659", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "72.314", "max": "82.595", "min": "65.185", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "118.63", "max": "120.999", "min": "118.465", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "144.394", "max": "168.713", "min": "139.958", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "267.241", "max": "270.252", "min": "266.657", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "28.036", "max": "31.534", "min": "27.046", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "306.599", "max": "307.255", "min": "306.414", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "48.971", "max": "51.987", "min": "48.61", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "14.868", "max": "15.737", "min": "14.734", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "55.603", "max": "56.944", "min": "55.072", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "58.133", "max": "110.891", "min": "53.661", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "167.951", "max": "288.827", "min": "154.319", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "212.185", "max": "214.057", "min": "211.99", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "54.354", "max": "71.205", "min": "53.434", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "33.554", "max": "35.197", "min": "33.238", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "86.428", "max": "86.615", "min": "86.343", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "51.317", "max": "53.08", "min": "50.791", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "221.69", "max": "223.313", "min": "220.767", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "129.647", "max": "130.43", "min": "129.378", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "208.651", "max": "210.242", "min": "208.371", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "157.272", "max": "157.705", "min": "156.991", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "153.51", "max": "157.431", "min": "152.77", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "106.18", "max": "107.842", "min": "105.958", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "61.022", "max": "62.339", "min": "60.813", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "23.334", "max": "24.704", "min": "22.98", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "94.899", "max": "95.747", "min": "94.728", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "146.597", "max": "147.201", "min": "146.428", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "109.373", "max": "120.18", "min": "108.604", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "96.756", "max": "98.36", "min": "96.631", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "156.438", "max": "156.832", "min": "156.289", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "105.703", "max": "106.379", "min": "105.443", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "220.884", "max": "221.372", "min": "220.618", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "140.497", "max": "142.536", "min": "140.266", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "133.715", "max": "134.813", "min": "133.581", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "82.142", "max": "83.219", "min": "81.83", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "23.25", "max": "24.589", "min": "22.91", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "108.437", "max": "108.588", "min": "108.307", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "113.297", "max": "116.248", "min": "112.732", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "19.992", "max": "27.572", "min": "18.687", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "115.28", "max": "119.853", "min": "113.891", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "151.027", "max": "151.653", "min": "150.825", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "21.796", "max": "22.694", "min": "21.721", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "269.469", "max": "271.615", "min": "269.287", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "93.357", "max": "94.525", "min": "93.149", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "116.702", "max": "118.757", "min": "116.338", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "160.996", "max": "161.758", "min": "160.694", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "147.635", "max": "153.024", "min": "146.794", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "152.4", "max": "153.516", "min": "152.255", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "103.299", "max": "107.233", "min": "102.846", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "115.403", "max": "116.253", "min": "115.292", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "133.944", "max": "134.739", "min": "133.777", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "43.953", "max": "46.405", "min": "43.637", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "429.996", "max": "431.509", "min": "428.942", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "126.52", "max": "129.459", "min": "125.284", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "276.595", "max": "278.579", "min": "276.112", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "192.492", "max": "194.48", "min": "192.068", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "86.935", "max": "87.029", "min": "86.824", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.013", "max": "102.738", "min": "100.827", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "126.379", "max": "129.066", "min": "125.833", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.907", "max": "302.228", "min": "301.752", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "260.443", "max": "269.739", "min": "259.516", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "87.887", "max": "88.649", "min": "87.761", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "125.395", "max": "127.468", "min": "125.069", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.194", "max": "498.381", "min": "188.595", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "142.556", "max": "242.148", "min": "72.433", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "175.505", "max": "196.983", "min": "174.18", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "245.137", "max": "246.508", "min": "244.891", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "121.456", "max": "121.767", "min": "121.342", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "126.65", "max": "127.398", "min": "126.322", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "130.458", "max": "132.089", "min": "130.03", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "208.112", "max": "360.058", "min": "130.56", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "206.143", "max": "206.616", "min": "205.99", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "34.374", "max": "42.783", "min": "33.593", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "34.451", "max": "36.875", "min": "34.288", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "29.11", "max": "30.374", "min": "28.742", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "88.697", "max": "89.132", "min": "88.582", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "169.517", "max": "171.898", "min": "168.951", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.523", "max": "128.545", "min": "126.24", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "183.103", "max": "186.92", "min": "182.373", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.152", "max": "118.27", "min": "117.033", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "103.351", "max": "105.886", "min": "102.982", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "111.357", "max": "114.617", "min": "110.915", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "294.009", "max": "295.147", "min": "293.393", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "134.544", "max": "136.893", "min": "134.198", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "84.346", "max": "87.235", "min": "84.091", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "158.681", "max": "176.235", "min": "156.832", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "126.876", "max": "130.008", "min": "126.385", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "140.804", "max": "143.361", "min": "140.396", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "93.137", "max": "124.767", "min": "91.437", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "33.137", "max": "35.447", "min": "32.775", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "158.597", "max": "160.629", "min": "158.094", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "35.22", "max": "38.584", "min": "34.84", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "19.816", "max": "22.696", "min": "19.374", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "191.125", "max": "196.87", "min": "190.453", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "20.346", "max": "21.06", "min": "20.023", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "39.252", "max": "44.514", "min": "38.845", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "139.807", "max": "141.357", "min": "139.691", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "15.72", "max": "19.188", "min": "15.528", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "17.296", "max": "18.396", "min": "17.17", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "7.672", "max": "22.928", "min": "6.146", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "263.512", "max": "263.692", "min": "263.422", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "34.519", "max": "36.752", "min": "34.056", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "19.837", "max": "58.895", "min": "18.314", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "90.668", "max": "92.225", "min": "90.401", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "165.833", "max": "166.748", "min": "165.629", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.505", "max": "50.739", "min": "49.155", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "301.194", "max": "345.181", "min": "293.322", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "129.457", "max": "130.139", "min": "129.335", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "250.026", "max": "319.957", "min": "243.839", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "121.925", "max": "125.004", "min": "121.601", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "558.968", "max": "559.624", "min": "558.476", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "40.944", "max": "41.235", "min": "40.864", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.062", "max": "82.254", "min": "80.88", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "105.603", "max": "107.186", "min": "105.365", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "187.827", "max": "189.878", "min": "187.551", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "91.086", "max": "91.982", "min": "90.951", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "158.274", "max": "161.181", "min": "157.994", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "196.438", "max": "198.926", "min": "195.614", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "93.633", "max": "94.328", "min": "93.515", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "113.651", "max": "114.024", "min": "113.61", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "0.045", "max": "0.206", "min": "0.014", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "129.849", "max": "131.578", "min": "129.528", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "23.749", "max": "24.684", "min": "23.654", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "18.506", "max": "26.972", "min": "17.823", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "15.743", "max": "24.013", "min": "14.48", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "9.115", "max": "10.395", "min": "8.941", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "19.857", "max": "23.992", "min": "18.662", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "69.812", "max": "70.201", "min": "69.55", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "37.908", "max": "39.935", "min": "37.659", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "59.103", "max": "60.241", "min": "58.879", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "25.865", "max": "27.411", "min": "25.716", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "17.18", "max": "18.558", "min": "16.979", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "16.633", "max": "19.921", "min": "16.434", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "13.92", "max": "15.298", "min": "13.756", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "23.477", "max": "24.738", "min": "23.277", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "54.507", "max": "57.444", "min": "53.655", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "22.655", "max": "30.822", "min": "21.435", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "37.641", "max": "91.82", "min": "10.948", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "14.488", "max": "22.954", "min": "14.115", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "64.747", "max": "65.088", "min": "64.59", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "40.732", "max": "77.311", "min": "39.077", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "27.382", "max": "28.779", "min": "26.756", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "16.14", "max": "17.259", "min": "15.877", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "260.323", "max": "260.609", "min": "260.263", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "10.97", "max": "30.153", "min": "9.787", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "8.814", "max": "9.085", "min": "8.661", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "23.704", "max": "25.55", "min": "23.492", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "176.791", "max": "183.557", "min": "175.095", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "64.481", "max": "67.906", "min": "63.935", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "20.78", "max": "38.746", "min": "19.193", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "17.405", "max": "17.693", "min": "17.294", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "13.675", "max": "15.271", "min": "13.342", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "273.355", "max": "288.112", "min": "270.827", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "103.349", "max": "109.772", "min": "102.371", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "203.078", "max": "207.028", "min": "197.801", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "133.99", "max": "134.824", "min": "133.868", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "13.413", "max": "17.948", "min": "13.01", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "126.973", "max": "131.81", "min": "126.671", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "163.855", "max": "165.563", "min": "163.427", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "17.911", "max": "19.04", "min": "17.528", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "75.169", "max": "76.782", "min": "74.67", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "17.988", "max": "19.247", "min": "17.565", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "18.6", "max": "20.998", "min": "17.996", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "116.928", "max": "119.719", "min": "116.617", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "129.046", "max": "130.176", "min": "128.913", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.356", "max": "256.985", "min": "253.939", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "100.846", "max": "103.345", "min": "100.534", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "12.987", "max": "13.184", "min": "12.883", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "93.957", "max": "95.411", "min": "93.791", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "29.747", "max": "35.182", "min": "29.278", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "223.975", "max": "226.655", "min": "223.675", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "139.847", "max": "142.247", "min": "137.961", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "20.118", "max": "22.039", "min": "19.811", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "38.113", "max": "43.327", "min": "36.981", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "153.783", "max": "157.849", "min": "152.477", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "101.934", "max": "106.727", "min": "100.995", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "259.404", "max": "260.21", "min": "259.146", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "63.86", "max": "64.927", "min": "63.581", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "36.08", "max": "36.748", "min": "36.01", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.529", "max": "17.92", "min": "13.919", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "43.464", "max": "44.722", "min": "43.279", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "94.032", "max": "96.275", "min": "93.451", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "96.656", "max": "99.229", "min": "96.321", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "60.806", "max": "65.477", "min": "58.908", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "182.561", "max": "186.401", "min": "181.945", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "99.158", "max": "100.521", "min": "98.064", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "75.778", "max": "77.224", "min": "75.324", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "116.926", "max": "120.438", "min": "116.087", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "28.259", "max": "31.408", "min": "27.775", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "175.9", "max": "180.891", "min": "175.345", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.997", "max": "183.997", "min": "183.997", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "17.998", "max": "21.648", "min": "17.707", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "7.806", "max": "8.628", "min": "7.703", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "112.734", "max": "115.022", "min": "112.01", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "35.415", "max": "46.629", "min": "26.78", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "33.435", "max": "92.133", "min": "31.299", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "179.19", "max": "182.821", "min": "178.408", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "104.599", "max": "108.008", "min": "103.843", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "110.044", "max": "111.094", "min": "109.772", "id": "185", "country": "France", "source_name": "Strasbourg", "destination_name": "Lansing", "destination_id": "295" } } }, "187": { "name": "Edinburgh", "data": { "0": { "avg": "203.318", "max": "203.487", "min": "203.191", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "269.406", "max": "270.358", "min": "269.114", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "110.236", "max": "110.51", "min": "110.161", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "38.401", "max": "42.532", "min": "37.812", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "17.891", "max": "18.899", "min": "17.67", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "237.153", "max": "238.863", "min": "236.959", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "16.981", "max": "19.36", "min": "16.804", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "288.436", "max": "297.858", "min": "287.418", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "58.503", "max": "58.929", "min": "58.363", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "42.229", "max": "48.107", "min": "41.803", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.674", "max": "12.6", "min": "10.419", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "117.852", "max": "120.589", "min": "117.615", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "79.317", "max": "79.559", "min": "79.198", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "82.322", "max": "86.98", "min": "81.989", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "107.89", "max": "113.738", "min": "107.557", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "87.138", "max": "87.349", "min": "86.925", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.701", "max": "36.027", "min": "35.457", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "94.536", "max": "94.763", "min": "94.396", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "23.628", "max": "23.794", "min": "23.48", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.662", "max": "38.79", "min": "38.582", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "285.632", "max": "288.054", "min": "285.431", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "99.416", "max": "102.344", "min": "99.216", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "142.087", "max": "142.371", "min": "141.944", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "144.252", "max": "145.546", "min": "144.054", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "40.564", "max": "41.511", "min": "40.375", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "31.283", "max": "31.537", "min": "31.171", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "37.675", "max": "39.645", "min": "37.382", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "37.159", "max": "37.485", "min": "36.939", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "22.245", "max": "23.444", "min": "22.11", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "135.358", "max": "136.009", "min": "135.093", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "165.512", "max": "166.057", "min": "165.367", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "44.021", "max": "46.71", "min": "43.765", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "142.542", "max": "144.612", "min": "142.277", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "56.653", "max": "56.985", "min": "56.527", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "30.665", "max": "31.654", "min": "30.385", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "183.343", "max": "187.042", "min": "182.999", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "142.437", "max": "142.615", "min": "142.344", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "133.961", "max": "134.143", "min": "133.811", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "110.248", "max": "110.397", "min": "110.115", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "85.21", "max": "90.61", "min": "84.75", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "152.904", "max": "156.229", "min": "152.485", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "22.211", "max": "24.415", "min": "21.915", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "58.321", "max": "60.14", "min": "58.12", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "41.268", "max": "44.702", "min": "40.894", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "145.172", "max": "145.296", "min": "145.059", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "42.559", "max": "43.234", "min": "42.208", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "57.536", "max": "57.725", "min": "57.385", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "162.73", "max": "167.128", "min": "162.408", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "230.937", "max": "238.035", "min": "230.556", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "117.41", "max": "117.66", "min": "117.322", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "85.126", "max": "85.76", "min": "84.948", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "145.432", "max": "146.071", "min": "145.102", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "21.799", "max": "92.092", "min": "13.576", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "103.677", "max": "108.892", "min": "103.275", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "364.316", "max": "382.095", "min": "360.22", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "275.408", "max": "276.513", "min": "275.134", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "43.547", "max": "46.123", "min": "42.434", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "287.578", "max": "287.715", "min": "287.46", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.085", "max": "61.206", "min": "57.702", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "24.873", "max": "26.619", "min": "24.66", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "65.715", "max": "66.695", "min": "65.291", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "68.581", "max": "113.875", "min": "65.623", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "201.411", "max": "274.747", "min": "195.47", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "227.825", "max": "228.018", "min": "227.737", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "55.322", "max": "55.589", "min": "55.157", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "61.854", "max": "62.838", "min": "61.649", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.622", "max": "79.765", "min": "79.465", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "53.775", "max": "55.673", "min": "53.245", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "212.605", "max": "213.981", "min": "211.742", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "119.488", "max": "124.15", "min": "119.111", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "263.996", "max": "265.58", "min": "263.674", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "139.781", "max": "140.727", "min": "139.46", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "149.223", "max": "149.926", "min": "149.095", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "100.8", "max": "101.292", "min": "100.699", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "48.924", "max": "49.996", "min": "48.656", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "16.577", "max": "16.905", "min": "16.401", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.922", "max": "103.622", "min": "101.701", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "151.587", "max": "151.796", "min": "151.463", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "102.208", "max": "102.613", "min": "102.007", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "91.415", "max": "92.133", "min": "91.315", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "137.595", "max": "137.877", "min": "137.398", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "94.498", "max": "95.225", "min": "94.134", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "250.681", "max": "256.962", "min": "250.338", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "156.435", "max": "157.19", "min": "156.232", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "142.554", "max": "143.16", "min": "142.451", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "67.965", "max": "69.42", "min": "67.567", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.037", "max": "19.479", "min": "18.82", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "102.947", "max": "103.639", "min": "102.795", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "119.288", "max": "119.804", "min": "119.068", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.712", "max": "17.125", "min": "14.458", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "109.235", "max": "111.544", "min": "108.557", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "147.489", "max": "148.08", "min": "147.293", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "34.106", "max": "34.217", "min": "33.996", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "269.336", "max": "269.598", "min": "269.186", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "86.238", "max": "86.499", "min": "86.059", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "112.289", "max": "113.818", "min": "112.031", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "153.617", "max": "153.969", "min": "153.376", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "134.836", "max": "142.708", "min": "133.799", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.858", "max": "154.036", "min": "153.753", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "97.63", "max": "99.055", "min": "97.391", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "109.147", "max": "109.332", "min": "109.059", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "154.879", "max": "157.829", "min": "154.597", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "62.825", "max": "79.857", "min": "61.989", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.529", "max": "309.792", "min": "303.713", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "105.1", "max": "105.739", "min": "104.963", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "322.098", "max": "341.29", "min": "281.643", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "177.111", "max": "179.63", "min": "176.794", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "83.187", "max": "83.392", "min": "83.023", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "96.562", "max": "96.758", "min": "96.411", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "140.241", "max": "140.577", "min": "140.101", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "300.474", "max": "313.667", "min": "299.879", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "264.886", "max": "266.07", "min": "264.637", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "78.2", "max": "79.531", "min": "78.035", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.051", "max": "143.852", "min": "141.707", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "364.936", "max": "473.37", "min": "173.112", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "172.364", "max": "268.378", "min": "87.695", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "186.485", "max": "190.486", "min": "185.972", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "236.527", "max": "237.34", "min": "236.291", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "116.414", "max": "117.122", "min": "116.275", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "111.104", "max": "111.836", "min": "110.784", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "112.651", "max": "114.137", "min": "112.347", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "181.014", "max": "334.575", "min": "101.383", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "191.315", "max": "191.622", "min": "191.204", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "48.88", "max": "130.84", "min": "43.807", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "42.398", "max": "42.665", "min": "42.307", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "44.396", "max": "45.433", "min": "43.616", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "79.71", "max": "80.101", "min": "79.341", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "179.133", "max": "181.134", "min": "178.839", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "124.865", "max": "125.778", "min": "124.668", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "172.848", "max": "174.708", "min": "172.591", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "105.163", "max": "105.938", "min": "104.868", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "107.904", "max": "108.031", "min": "107.791", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "101.471", "max": "101.736", "min": "101.227", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "291.955", "max": "292.909", "min": "291.39", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "124.994", "max": "129.577", "min": "124.658", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "79.182", "max": "79.412", "min": "79.027", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "133.732", "max": "138.918", "min": "132.777", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.288", "max": "122.993", "min": "122.15", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "109.778", "max": "110.002", "min": "109.661", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "82.525", "max": "83.972", "min": "82.317", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "37.999", "max": "38.913", "min": "37.811", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "185.632", "max": "186.283", "min": "185.348", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "48.192", "max": "48.316", "min": "48.091", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "38.346", "max": "39.254", "min": "38.142", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.015", "max": "190.304", "min": "179.108", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "22.01", "max": "28.257", "min": "21.545", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "47.983", "max": "52.022", "min": "47.691", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "317.564", "max": "317.807", "min": "317.479", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "11.691", "max": "14.934", "min": "11.444", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "12.232", "max": "14.732", "min": "12.031", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "25.396", "max": "42.446", "min": "23.495", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "247.735", "max": "247.861", "min": "247.644", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "43.459", "max": "43.906", "min": "43.33", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "27.591", "max": "28.396", "min": "27.412", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "90.459", "max": "92.493", "min": "90.259", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "139.991", "max": "142.268", "min": "139.487", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "47.868", "max": "48.978", "min": "47.675", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "245.743", "max": "293.874", "min": "238.082", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "119.193", "max": "119.694", "min": "119", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "241.85", "max": "333.596", "min": "233.391", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "115.926", "max": "116.959", "min": "115.783", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "397.646", "max": "397.909", "min": "397.284", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "40.337", "max": "40.498", "min": "40.226", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "77.39", "max": "77.522", "min": "77.293", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "115.249", "max": "115.363", "min": "115.157", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "175.135", "max": "175.277", "min": "175.03", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "105.224", "max": "105.495", "min": "105.028", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "141.018", "max": "141.252", "min": "140.868", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "240.945", "max": "251.049", "min": "222.127", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "82.152", "max": "82.372", "min": "81.975", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "92.248", "max": "92.383", "min": "92.138", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "24.244", "max": "28.848", "min": "23.671", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "158.251", "max": "159.213", "min": "158.083", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "0.037", "max": "0.045", "min": "0.023", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "31.179", "max": "38.43", "min": "30.698", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "38.346", "max": "40.151", "min": "38.142", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "34.209", "max": "34.346", "min": "34.139", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "14.906", "max": "18.05", "min": "14.6", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.091", "max": "69.388", "min": "67.901", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "53.738", "max": "55.393", "min": "53.565", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "73.64", "max": "74.671", "min": "73.384", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "51.92", "max": "52.173", "min": "51.788", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "16.772", "max": "20.344", "min": "16.27", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "19.498", "max": "19.67", "min": "19.378", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "15.757", "max": "15.872", "min": "15.65", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "33.434", "max": "35.173", "min": "33.237", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "67.016", "max": "68.512", "min": "66.751", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "44.637", "max": "65.044", "min": "42.51", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "58.07", "max": "136.262", "min": "26.621", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "10.155", "max": "10.333", "min": "10.066", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "64.072", "max": "65.545", "min": "63.844", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.926", "max": "48.917", "min": "46.667", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "58.914", "max": "59.479", "min": "58.515", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "17.865", "max": "43.606", "min": "16.301", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.038", "max": "221.122", "min": "213.622", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "33.877", "max": "34.076", "min": "33.713", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "37.076", "max": "37.334", "min": "36.871", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "43.217", "max": "43.513", "min": "43.1", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.83", "max": "173.839", "min": "163.026", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "66.785", "max": "67.912", "min": "66.603", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "17.96", "max": "18.511", "min": "17.767", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "17.974", "max": "19.4", "min": "17.729", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "16.327", "max": "17.401", "min": "15.771", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "288.553", "max": "289.201", "min": "288.327", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "85.542", "max": "88.35", "min": "85.029", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "222.482", "max": "229.947", "min": "216.417", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "254.281", "max": "255.478", "min": "254.082", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "19.177", "max": "19.306", "min": "19.08", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "144.829", "max": "145.246", "min": "144.653", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "154.942", "max": "155.234", "min": "154.689", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "44.25", "max": "45.133", "min": "44.048", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "68.458", "max": "68.733", "min": "68.235", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "13.849", "max": "16.2", "min": "13.491", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "20.379", "max": "22.005", "min": "20.089", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "102.915", "max": "103.449", "min": "102.822", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "106.27", "max": "108.487", "min": "105.942", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "260.057", "max": "260.339", "min": "259.866", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "82.503", "max": "82.662", "min": "82.406", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "31.392", "max": "32.82", "min": "31.192", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "81.726", "max": "81.952", "min": "81.633", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "34.313", "max": "34.442", "min": "34.187", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "202.314", "max": "202.57", "min": "202.185", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "120.011", "max": "124.543", "min": "117.171", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "31.662", "max": "31.813", "min": "31.471", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "53.025", "max": "54.195", "min": "52.368", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "154.457", "max": "157.457", "min": "153.191", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "106.473", "max": "107.906", "min": "106.11", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "251.341", "max": "251.581", "min": "251.174", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "95.732", "max": "96.482", "min": "95.444", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "57.477", "max": "57.632", "min": "57.363", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "21.035", "max": "21.953", "min": "20.951", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "53.243", "max": "55.078", "min": "53.079", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "89.645", "max": "91.408", "min": "89.175", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "88.732", "max": "88.98", "min": "88.632", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "72.449", "max": "79.64", "min": "70.299", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "175.21", "max": "176.579", "min": "174.362", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "92.566", "max": "94.031", "min": "91.459", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "74.998", "max": "76.12", "min": "74.83", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "103.747", "max": "104.423", "min": "103.418", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "23.172", "max": "28.03", "min": "22.852", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "173.216", "max": "173.519", "min": "173.031", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.931", "max": "183.931", "min": "183.931", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "13.804", "max": "13.979", "min": "13.721", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "25.39", "max": "25.537", "min": "25.27", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "105.479", "max": "107.043", "min": "105.246", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "26.241", "max": "43.01", "min": "19.553", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "43.25", "max": "43.398", "min": "43.138", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "175.452", "max": "176.486", "min": "175.177", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "91.689", "max": "93.211", "min": "91.386", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "105.854", "max": "109.412", "min": "105.631", "id": "187", "country": "United Kingdom", "source_name": "Edinburgh", "destination_name": "Lansing", "destination_id": "295" } } }, "188": { "name": "Lausanne", "data": { "0": { "avg": "236.709", "max": "244.697", "min": "236.249", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "233.614", "max": "234.632", "min": "233.296", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "109.936", "max": "118.791", "min": "109.435", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "18.735", "max": "23.892", "min": "17.679", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "12.85", "max": "13.756", "min": "12.536", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "230.514", "max": "230.943", "min": "230.307", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "51.422", "max": "56.154", "min": "50.975", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "264.698", "max": "297.366", "min": "257.583", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "55.694", "max": "56.082", "min": "55.51", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "41.347", "max": "43.57", "min": "40.984", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "32.096", "max": "32.412", "min": "31.899", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "128.134", "max": "150.675", "min": "127.041", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "84.933", "max": "85.513", "min": "84.661", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "106.231", "max": "126.033", "min": "104.816", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "119.038", "max": "125.145", "min": "118.598", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "92.35", "max": "103.128", "min": "91.451", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "33.661", "max": "34.348", "min": "33.347", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.821", "max": "115.493", "min": "114.636", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "29.131", "max": "38.902", "min": "28.483", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.268", "max": "24.72", "min": "15.812", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "253.174", "max": "254.677", "min": "252.993", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "105.516", "max": "105.899", "min": "105.361", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "154.367", "max": "154.778", "min": "154.168", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "159.573", "max": "170.884", "min": "158.985", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "32.911", "max": "33.355", "min": "32.665", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "31.094", "max": "60.845", "min": "29.824", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "9.18", "max": "11.533", "min": "8.881", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "23.007", "max": "27.05", "min": "22.506", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "9.777", "max": "10.053", "min": "9.492", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "150.478", "max": "151.187", "min": "150.203", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "166.798", "max": "198.489", "min": "150.569", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "32.511", "max": "35.737", "min": "32.198", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "149.771", "max": "175.943", "min": "148.497", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "40.716", "max": "41.158", "min": "40.511", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "5.267", "max": "6.805", "min": "4.908", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "161.646", "max": "171.914", "min": "160.976", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "154.696", "max": "156.683", "min": "154.429", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "154.345", "max": "154.752", "min": "154.167", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "119.487", "max": "124.257", "min": "119.159", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "95.474", "max": "96.951", "min": "95.16", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "165.369", "max": "170.301", "min": "164.643", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "30.232", "max": "62.477", "min": "28.561", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "56.809", "max": "57.943", "min": "56.598", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.894", "max": "46.213", "min": "36.284", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "142.661", "max": "144.297", "min": "142.395", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "24.416", "max": "25.178", "min": "23.951", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "43.847", "max": "44.135", "min": "43.627", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "176.701", "max": "177.059", "min": "176.423", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "246.235", "max": "249.744", "min": "245.727", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "125.89", "max": "133.975", "min": "125.456", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "100.175", "max": "100.491", "min": "99.918", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.392", "max": "165.717", "min": "165.133", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "73.647", "max": "161.116", "min": "54.219", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "124.804", "max": "125.302", "min": "124.556", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "148.46", "max": "159.045", "min": "145.098", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "365.607", "max": "366.005", "min": "365.42", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "34.917", "max": "36.992", "min": "33.914", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "304.85", "max": "305.344", "min": "304.685", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "29.385", "max": "30.124", "min": "29.011", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "21.799", "max": "33.18", "min": "21.208", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.494", "max": "60.172", "min": "59.06", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.011", "max": "127.589", "min": "62.916", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "171.277", "max": "208.569", "min": "168.272", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "269.441", "max": "276.183", "min": "268.868", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "56.497", "max": "99.906", "min": "54.722", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "44.339", "max": "49.013", "min": "44.004", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "88.931", "max": "120.394", "min": "87.407", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "52.809", "max": "60.159", "min": "52.049", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "221.803", "max": "233.89", "min": "220.643", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "130.104", "max": "155.06", "min": "128.052", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "320.632", "max": "322.098", "min": "320.312", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "150.172", "max": "150.984", "min": "149.906", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "159.795", "max": "162.303", "min": "159.48", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "114.195", "max": "114.656", "min": "113.965", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "70.01", "max": "70.816", "min": "69.702", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "24.812", "max": "25.285", "min": "24.582", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "103.438", "max": "103.928", "min": "103.159", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "157.309", "max": "168.959", "min": "156.51", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "99.877", "max": "101.139", "min": "99.628", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "104.178", "max": "105.37", "min": "103.902", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "171.006", "max": "199.883", "min": "169.753", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "108.101", "max": "108.936", "min": "107.737", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "190.192", "max": "190.595", "min": "190.006", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "150.686", "max": "152.853", "min": "150.258", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "159.927", "max": "160.318", "min": "159.762", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "68.298", "max": "69.634", "min": "67.813", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "28.716", "max": "29.566", "min": "28.4", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "114.52", "max": "121.052", "min": "113.7", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "113.777", "max": "148.017", "min": "110.689", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "34.038", "max": "38.395", "min": "33.566", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "123.587", "max": "131.31", "min": "122.683", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "159.331", "max": "169.677", "min": "158.651", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "26.298", "max": "26.75", "min": "26.098", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "285.89", "max": "289.103", "min": "285.59", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "91.781", "max": "92.011", "min": "91.597", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "121.913", "max": "122.414", "min": "121.636", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "177.69", "max": "178.278", "min": "177.384", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "149.587", "max": "152.919", "min": "148.766", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "162.996", "max": "177.531", "min": "162.339", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "102.495", "max": "107.337", "min": "101.838", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "120.635", "max": "121.028", "min": "120.437", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "162.159", "max": "168.906", "min": "161.691", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "44.81", "max": "45.118", "min": "44.649", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "314.42", "max": "318.937", "min": "313.819", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "119.869", "max": "128.1", "min": "119.412", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "395.823", "max": "455.188", "min": "346.351", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "186.17", "max": "187.159", "min": "185.986", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "101.803", "max": "102.558", "min": "101.495", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "112.915", "max": "114.066", "min": "112.59", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "154.521", "max": "158.006", "min": "153.472", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "205.269", "max": "211.106", "min": "204.725", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.581", "max": "279.964", "min": "279.342", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "95.283", "max": "95.609", "min": "95.147", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "123.036", "max": "134.271", "min": "122.395", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.349", "max": "482.104", "min": "212.494", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "145.188", "max": "246.34", "min": "56.151", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "166.94", "max": "173.848", "min": "166.171", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "219.064", "max": "219.613", "min": "218.781", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "122.091", "max": "123.38", "min": "121.811", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "126.791", "max": "134.414", "min": "126.242", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "128.656", "max": "128.9", "min": "128.471", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "202.241", "max": "353.67", "min": "119.729", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "211.795", "max": "212.289", "min": "211.568", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "40.057", "max": "42.766", "min": "39.535", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "37.962", "max": "40.054", "min": "37.752", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "121.808", "max": "127.352", "min": "121.126", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "94.962", "max": "100.621", "min": "92.975", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "242.895", "max": "243.329", "min": "242.55", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "118.87", "max": "122.18", "min": "118.456", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "188.077", "max": "194.666", "min": "187.539", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "114.18", "max": "114.99", "min": "113.933", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "104.55", "max": "105.058", "min": "104.3", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "115.388", "max": "116.058", "min": "115.107", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "290.181", "max": "291.757", "min": "289.36", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "139.312", "max": "147.749", "min": "138.851", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "82.92", "max": "83.468", "min": "82.702", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "140.667", "max": "151.873", "min": "138.982", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "129.537", "max": "176.886", "min": "127.416", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "118.406", "max": "124.58", "min": "118.007", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "85.834", "max": "86.06", "min": "85.621", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "17.981", "max": "18.326", "min": "17.718", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "285.298", "max": "299.901", "min": "283.415", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "46.404", "max": "46.805", "min": "46.281", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.686", "max": "26.295", "min": "25.461", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "194.687", "max": "202.652", "min": "194.074", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "27.123", "max": "27.658", "min": "26.819", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "42.762", "max": "80.436", "min": "35.251", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "151.818", "max": "152.269", "min": "151.582", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "22.184", "max": "27.815", "min": "21.797", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "22.269", "max": "22.622", "min": "22.124", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "32.251", "max": "50.742", "min": "30.3", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "225.753", "max": "226.181", "min": "225.533", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "35.689", "max": "36.215", "min": "35.419", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "9.257", "max": "13.048", "min": "8.157", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "110.122", "max": "112.024", "min": "109.911", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "154.128", "max": "158.734", "min": "153.513", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "47.642", "max": "48.515", "min": "47.317", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "219.9", "max": "260.017", "min": "212.741", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "127.667", "max": "128.007", "min": "127.424", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "252.463", "max": "355.19", "min": "246.059", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "124.936", "max": "125.438", "min": "124.714", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "188.203", "max": "188.546", "min": "188.044", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.325", "max": "34.662", "min": "34.035", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "90.084", "max": "134.472", "min": "88.389", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "113.524", "max": "142.322", "min": "112.293", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "183.196", "max": "183.589", "min": "183.014", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "96.138", "max": "104.613", "min": "95.567", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "144.592", "max": "176.546", "min": "143.228", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "246.463", "max": "247.541", "min": "246.239", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "97.33", "max": "98.141", "min": "97.074", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "99.443", "max": "99.849", "min": "99.238", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "18.259", "max": "20.799", "min": "17.93", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "128.832", "max": "129.175", "min": "128.583", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "30.943", "max": "31.098", "min": "30.817", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "0.047", "max": "0.253", "min": "0.029", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "21.463", "max": "22.603", "min": "21.149", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "23.59", "max": "30.558", "min": "23.174", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "25.541", "max": "31.521", "min": "24.965", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "62.444", "max": "62.998", "min": "62.069", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "42.061", "max": "42.205", "min": "41.906", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "65.036", "max": "67.584", "min": "64.671", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "43.762", "max": "44.366", "min": "43.516", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "26.141", "max": "35.038", "min": "25.512", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "30.97", "max": "31.487", "min": "30.758", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "21.84", "max": "30.61", "min": "21.358", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "25.18", "max": "25.907", "min": "24.905", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "54.722", "max": "62.299", "min": "54.064", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "16.263", "max": "33.273", "min": "14.459", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "46.003", "max": "96.883", "min": "15.688", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "23.888", "max": "24.649", "min": "23.688", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "60.821", "max": "62.718", "min": "60.491", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "35.79", "max": "36.619", "min": "35.545", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "36.148", "max": "36.538", "min": "35.734", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "18.604", "max": "19.841", "min": "18.242", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "287.904", "max": "295.684", "min": "287.385", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "16.881", "max": "17.375", "min": "16.704", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "56.349", "max": "59.781", "min": "55.999", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "28.259", "max": "28.642", "min": "28.103", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "180.403", "max": "188.608", "min": "179.031", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "48.851", "max": "49.241", "min": "48.513", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "21.454", "max": "26.915", "min": "20.775", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "24.37", "max": "24.958", "min": "24.241", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "22.73", "max": "30.983", "min": "21.996", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "271.233", "max": "272.745", "min": "270.899", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "97.715", "max": "102.646", "min": "96.25", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "242.959", "max": "250.475", "min": "226.168", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "171.466", "max": "173.721", "min": "171.183", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "22.977", "max": "23.566", "min": "22.757", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "155.253", "max": "156.082", "min": "155.004", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.651", "max": "180.061", "min": "179.414", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "46.873", "max": "50.447", "min": "46.592", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "59.91", "max": "60.754", "min": "59.587", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "24.279", "max": "25.378", "min": "23.803", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "18.138", "max": "19.337", "min": "17.805", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "111.64", "max": "112.002", "min": "111.465", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "118.764", "max": "119.121", "min": "118.592", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "269.394", "max": "356.884", "min": "266.102", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "89.201", "max": "89.413", "min": "89.019", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "7.268", "max": "18.008", "min": "6.666", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "88.611", "max": "89.039", "min": "88.446", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "7.466", "max": "8.841", "min": "7.134", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "247.935", "max": "556.741", "min": "219.279", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "135.163", "max": "137.537", "min": "132.337", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "28.892", "max": "29.17", "min": "28.746", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "29.915", "max": "31.635", "min": "29.337", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "177.324", "max": "191.224", "min": "175.682", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "250.515", "max": "252.971", "min": "250.028", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "224.801", "max": "225.076", "min": "224.54", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "74.426", "max": "74.934", "min": "74.178", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "42.236", "max": "48.202", "min": "41.762", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "21.464", "max": "22.177", "min": "21.303", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "46.024", "max": "84.756", "min": "44.515", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "98.385", "max": "99.67", "min": "97.989", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "103.479", "max": "103.876", "min": "103.23", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "67.948", "max": "76.928", "min": "65.691", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "183.851", "max": "228.486", "min": "181.844", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "105.565", "max": "113.693", "min": "104.494", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "65.882", "max": "74.872", "min": "65.142", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "116.017", "max": "119.394", "min": "115.552", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "36.953", "max": "41.007", "min": "36.45", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "184.333", "max": "186.764", "min": "183.932", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "188.587", "max": "188.587", "min": "188.587", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "25.256", "max": "25.83", "min": "25.075", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "23.543", "max": "23.982", "min": "23.374", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "120.897", "max": "124.141", "min": "120.469", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "41.963", "max": "104.166", "min": "32.48", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "43.404", "max": "44.157", "min": "43.19", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "178.542", "max": "199.352", "min": "177.378", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "92.444", "max": "93.865", "min": "92.154", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "111.437", "max": "117.378", "min": "111.046", "id": "188", "country": "Switzerland", "source_name": "Lausanne", "destination_name": "Lansing", "destination_id": "295" } } }, "189": { "name": "Arezzo", "data": { "0": { "avg": "208.407", "max": "208.809", "min": "208.256", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "275.787", "max": "276.102", "min": "275.584", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "115.258", "max": "119.304", "min": "114.992", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "27.201", "max": "31.677", "min": "26.607", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "29.9", "max": "30.526", "min": "29.707", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "223.487", "max": "223.695", "min": "223.371", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "52.519", "max": "62.127", "min": "52.064", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.708", "max": "279.665", "min": "277.296", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "75.61", "max": "76.89", "min": "75.383", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "62.014", "max": "64.479", "min": "61.708", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "34.867", "max": "36.336", "min": "34.623", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "145.319", "max": "146.333", "min": "145.164", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "106.371", "max": "121.611", "min": "105.338", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "115.267", "max": "132.634", "min": "114.497", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "133.955", "max": "134.406", "min": "133.874", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "109.329", "max": "110.111", "min": "109.113", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "21.884", "max": "22.194", "min": "21.685", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "120.416", "max": "121.091", "min": "120.304", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "40.414", "max": "41.111", "min": "40.135", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "36.899", "max": "37.251", "min": "36.81", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.175", "max": "289.761", "min": "289.065", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "122.092", "max": "122.989", "min": "122.002", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "171.554", "max": "171.907", "min": "171.409", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "167.223", "max": "182.583", "min": "166.251", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.624", "max": "43.211", "min": "41.253", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "34.177", "max": "51.099", "min": "33.404", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "8.799", "max": "9.971", "min": "8.609", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "27.288", "max": "27.536", "min": "27.203", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "15.85", "max": "22.4", "min": "15.331", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "161.448", "max": "163", "min": "161.062", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "167.754", "max": "168.329", "min": "167.631", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "52.302", "max": "91.026", "min": "50.869", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "166.831", "max": "167.942", "min": "166.67", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "58.934", "max": "59.173", "min": "58.859", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "12.476", "max": "13.665", "min": "12.252", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "175.109", "max": "176.971", "min": "174.855", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "168.839", "max": "168.897", "min": "168.794", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "149.208", "max": "149.397", "min": "149.085", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "128.747", "max": "130.168", "min": "128.623", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "103.767", "max": "107.772", "min": "102.862", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "169.966", "max": "173.739", "min": "169.39", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "40.042", "max": "47.576", "min": "39.264", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "65.09", "max": "65.267", "min": "64.996", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "55.254", "max": "58.604", "min": "54.96", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "154.788", "max": "154.949", "min": "154.713", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "41.071", "max": "42.537", "min": "40.558", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "53.564", "max": "54.554", "min": "53.412", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "185.275", "max": "185.92", "min": "185.095", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "257.087", "max": "272.152", "min": "256.083", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "136.694", "max": "136.731", "min": "136.661", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "107.606", "max": "107.948", "min": "107.392", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "172.979", "max": "173.171", "min": "172.779", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "47.613", "max": "62.315", "min": "34.084", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "130.779", "max": "131.159", "min": "130.576", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "158.641", "max": "181.087", "min": "154.108", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "280.773", "max": "281.263", "min": "280.612", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "60.667", "max": "66.591", "min": "59.701", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "329.189", "max": "331.104", "min": "328.998", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "54.832", "max": "56.548", "min": "54.476", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "32.017", "max": "39.473", "min": "31.68", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "68.522", "max": "69.236", "min": "67.822", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "84.3", "max": "144.491", "min": "78.098", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "190.472", "max": "235.197", "min": "187.333", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "317.365", "max": "317.49", "min": "317.29", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "60.038", "max": "66.868", "min": "59.616", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.954", "max": "49.06", "min": "46.731", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "103.383", "max": "105.099", "min": "103.198", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "51.865", "max": "52.134", "min": "51.472", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "231.258", "max": "232.332", "min": "230.564", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "143.859", "max": "144.723", "min": "143.737", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "241.447", "max": "244.924", "min": "241.087", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "165.544", "max": "167.028", "min": "165.306", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "179.606", "max": "184.71", "min": "179.166", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "121.644", "max": "121.796", "min": "121.594", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "76.707", "max": "77.188", "min": "76.499", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "32.803", "max": "32.923", "min": "32.661", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "122.714", "max": "123.544", "min": "122.531", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "178.005", "max": "190.324", "min": "177.433", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "121.622", "max": "122.698", "min": "121.361", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "120.421", "max": "120.62", "min": "120.271", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "168.005", "max": "168.221", "min": "167.804", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "115.567", "max": "116.218", "min": "115.187", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "257.231", "max": "260.614", "min": "255.877", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "158.826", "max": "159.812", "min": "158.572", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "146.914", "max": "147.237", "min": "146.831", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "90.163", "max": "94.312", "min": "89.635", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "37.152", "max": "42.155", "min": "36.639", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "121.339", "max": "121.496", "min": "121.247", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "129.476", "max": "129.716", "min": "129.398", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "31.544", "max": "32.979", "min": "31.41", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "135.229", "max": "136.462", "min": "134.485", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "168.538", "max": "168.958", "min": "168.322", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "34.316", "max": "34.427", "min": "34.269", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "272.088", "max": "272.322", "min": "271.912", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "111.077", "max": "111.39", "min": "110.964", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.551", "max": "131.805", "min": "131.431", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "180.237", "max": "180.699", "min": "180.031", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "158.989", "max": "165.381", "min": "158.342", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.344", "max": "173.981", "min": "172.191", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "119.164", "max": "122.994", "min": "118.832", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "127.817", "max": "127.899", "min": "127.747", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "167.792", "max": "167.992", "min": "167.644", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "66.984", "max": "69.69", "min": "66.493", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "331.631", "max": "341.842", "min": "330.525", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "126.665", "max": "126.892", "min": "126.53", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "355.596", "max": "361.283", "min": "329.013", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.817", "max": "192.471", "min": "191.731", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "105.295", "max": "105.509", "min": "105.142", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "123.641", "max": "123.882", "min": "123.542", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "159.116", "max": "159.363", "min": "158.967", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "185.851", "max": "186.151", "min": "185.688", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "290.597", "max": "308.314", "min": "289.541", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "105.063", "max": "105.605", "min": "104.967", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.816", "max": "145.117", "min": "142.56", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "392.206", "max": "507.894", "min": "198.713", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "152.642", "max": "264.026", "min": "52.049", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "193.835", "max": "214.666", "min": "192.743", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "227.629", "max": "229.506", "min": "227.449", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "139.197", "max": "140.327", "min": "138.973", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "130.496", "max": "131.232", "min": "130.196", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "138.412", "max": "138.905", "min": "138.065", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "202.223", "max": "343.828", "min": "123.418", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "207.607", "max": "209.793", "min": "207.428", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "51.287", "max": "308.949", "min": "41.723", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "48.119", "max": "48.347", "min": "48.049", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "39.426", "max": "40.616", "min": "39.014", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "115.279", "max": "115.61", "min": "115.149", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.045", "max": "179.623", "min": "172.563", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "148.218", "max": "149.232", "min": "148.005", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "204.348", "max": "204.776", "min": "204.282", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "123.272", "max": "123.62", "min": "123.089", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "128.119", "max": "128.255", "min": "128.044", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "122.463", "max": "122.906", "min": "122.183", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "311.165", "max": "325.555", "min": "309.885", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "146.155", "max": "148.881", "min": "145.984", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "100.17", "max": "107.396", "min": "99.85", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "158.134", "max": "178.562", "min": "155.121", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "135.939", "max": "136.325", "min": "135.844", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "132.823", "max": "133.058", "min": "132.656", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "101.135", "max": "106.759", "min": "100.778", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "26.932", "max": "27.339", "min": "26.764", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "185.85", "max": "194.258", "min": "185.114", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "63.219", "max": "68.183", "min": "62.724", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "28.373", "max": "28.732", "min": "28.238", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "202.609", "max": "208.736", "min": "201.854", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "29.276", "max": "29.86", "min": "29.139", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "38.957", "max": "45.368", "min": "38.454", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "151.769", "max": "152.003", "min": "151.69", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "29.42", "max": "29.819", "min": "29.343", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "35.188", "max": "46.192", "min": "34.743", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "22.062", "max": "29.579", "min": "20.26", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "267.817", "max": "269.348", "min": "267.689", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "43.664", "max": "44.269", "min": "43.538", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "35.138", "max": "35.371", "min": "34.973", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "107.241", "max": "107.913", "min": "107.129", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "161.539", "max": "162.261", "min": "161.097", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "81.584", "max": "82.565", "min": "81.343", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "278.017", "max": "324.928", "min": "270.3", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "140.352", "max": "140.715", "min": "140.129", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "266.068", "max": "348.876", "min": "257.938", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "142.195", "max": "142.454", "min": "142.077", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "401.116", "max": "401.403", "min": "400.522", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "45.603", "max": "45.691", "min": "45.498", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "100.607", "max": "102.136", "min": "100.465", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "110.785", "max": "110.936", "min": "110.689", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "196.798", "max": "196.9", "min": "196.722", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "107.731", "max": "108.235", "min": "107.606", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "159.44", "max": "168.799", "min": "158.942", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "298.948", "max": "308.836", "min": "292.613", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "108.074", "max": "109.019", "min": "107.73", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "120.034", "max": "120.075", "min": "119.993", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "15.03", "max": "18.459", "min": "14.495", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "163.926", "max": "163.995", "min": "163.853", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "39.265", "max": "54.307", "min": "38.167", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.418", "max": "21.654", "min": "21.155", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "0.038", "max": "0.166", "min": "0.022", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "11.307", "max": "11.441", "min": "11.215", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "32.351", "max": "33.264", "min": "32.133", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "70.949", "max": "71.406", "min": "70.745", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "62.415", "max": "83.794", "min": "61.309", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "89.798", "max": "92.626", "min": "89.593", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "31.406", "max": "31.665", "min": "31.289", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "28.652", "max": "29.617", "min": "28.484", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "48.091", "max": "48.214", "min": "48.014", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.035", "max": "24.091", "min": "23.935", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "40.712", "max": "49.164", "min": "40.234", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.486", "max": "55.73", "min": "55.229", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "17.652", "max": "33.092", "min": "15.981", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "33.385", "max": "49.439", "min": "22.184", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "32.634", "max": "32.755", "min": "32.486", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "50.438", "max": "51.341", "min": "50.195", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "51.368", "max": "58.204", "min": "50.983", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "45.852", "max": "46.421", "min": "45.492", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "25.179", "max": "34.245", "min": "24.532", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "204.554", "max": "206.668", "min": "204.39", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "27.583", "max": "34.958", "min": "26.988", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "11.209", "max": "11.534", "min": "11.093", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "35.51", "max": "35.699", "min": "35.457", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "190.873", "max": "196.342", "min": "189.236", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "46.041", "max": "46.247", "min": "45.964", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "33.144", "max": "36.396", "min": "32.832", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "30.23", "max": "30.551", "min": "30.092", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "28.433", "max": "37.674", "min": "23.402", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "278.095", "max": "290.223", "min": "275.262", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "107.364", "max": "109.918", "min": "106.976", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "221.586", "max": "221.656", "min": "221.507", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "152.286", "max": "152.852", "min": "152.126", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "30.682", "max": "30.933", "min": "30.399", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "167.928", "max": "168.394", "min": "167.735", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "180.054", "max": "180.307", "min": "179.874", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "14.185", "max": "26.482", "min": "13.643", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "69.118", "max": "74.62", "min": "68.759", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "31.493", "max": "32.646", "min": "31.249", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "24.562", "max": "26.85", "min": "24.2", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "125.563", "max": "128.847", "min": "125.396", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "125.199", "max": "125.276", "min": "125.16", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "262.57", "max": "267.399", "min": "262.184", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "104.143", "max": "104.239", "min": "104.08", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "15.849", "max": "18.028", "min": "15.672", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "105.744", "max": "105.817", "min": "105.695", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "15.827", "max": "18.165", "min": "15.641", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "224.95", "max": "242.483", "min": "224.071", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "140.449", "max": "145.184", "min": "137.38", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "37.491", "max": "37.615", "min": "37.359", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "46.309", "max": "49.037", "min": "45.342", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "161.95", "max": "171.181", "min": "160.275", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "260.915", "max": "261.518", "min": "260.671", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "253.089", "max": "256.183", "min": "252.889", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "100.69", "max": "101.131", "min": "100.525", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "41.472", "max": "41.748", "min": "41.392", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "27.223", "max": "51.998", "min": "25.924", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "41.504", "max": "47.837", "min": "41.215", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "117.743", "max": "119.595", "min": "117.41", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "109.553", "max": "110.14", "min": "109.425", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "58.49", "max": "62.249", "min": "56.835", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "188.275", "max": "190.976", "min": "187.765", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "112.441", "max": "139.409", "min": "110.664", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "73.981", "max": "74.937", "min": "73.769", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "125.84", "max": "128.782", "min": "125.458", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "42.313", "max": "46.502", "min": "41.866", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "208.056", "max": "217.699", "min": "207.612", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "203.082", "max": "203.082", "min": "203.082", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "38.507", "max": "39.299", "min": "38.32", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "24.765", "max": "24.826", "min": "24.715", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "125.289", "max": "148.759", "min": "123.725", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "46.06", "max": "55.442", "min": "38.612", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "61.602", "max": "65.577", "min": "61.385", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "132.524", "max": "133.513", "min": "132.388", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "115.663", "max": "116.455", "min": "115.429", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "124.643", "max": "125.137", "min": "124.551", "id": "189", "country": "Italy", "source_name": "Arezzo", "destination_name": "Lansing", "destination_id": "295" } } }, "190": { "name": "Rome", "data": { "0": { "avg": "213.387", "max": "213.664", "min": "213.24", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "281.209", "max": "281.889", "min": "281.018", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "114.55", "max": "114.711", "min": "114.482", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "17.739", "max": "23.693", "min": "17.166", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "20.29", "max": "20.788", "min": "20.12", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "282.782", "max": "283.885", "min": "282.648", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.907", "max": "25.015", "min": "24.824", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "286.342", "max": "299.51", "min": "284.897", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "54.897", "max": "55.006", "min": "54.794", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "41.032", "max": "41.673", "min": "40.886", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "26.643", "max": "26.996", "min": "26.499", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "133.649", "max": "134.62", "min": "133.529", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "92.79", "max": "92.96", "min": "92.703", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "100.878", "max": "101.086", "min": "100.749", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "127.839", "max": "128.144", "min": "127.729", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.456", "max": "96.212", "min": "95.179", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "22.29", "max": "23.29", "min": "21.96", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "115.623", "max": "115.927", "min": "115.541", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "34.322", "max": "34.495", "min": "34.206", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "20.845", "max": "20.88", "min": "20.806", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "292.463", "max": "292.638", "min": "292.398", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "113.761", "max": "114.181", "min": "113.681", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "161.721", "max": "162.013", "min": "161.628", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "166.762", "max": "167.931", "min": "166.633", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "37.723", "max": "37.89", "min": "37.546", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "36.673", "max": "37.452", "min": "36.564", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "1.275", "max": "3.501", "min": "0.985", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "22.807", "max": "22.973", "min": "22.639", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.197", "max": "16.284", "min": "16.125", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "153.63", "max": "153.953", "min": "153.385", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "174.829", "max": "174.948", "min": "174.722", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "33.046", "max": "33.26", "min": "32.955", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "153.487", "max": "169.233", "min": "152.81", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "56.434", "max": "56.614", "min": "56.361", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "23.082", "max": "24.658", "min": "22.773", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "160.496", "max": "161.847", "min": "160.232", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "156.339", "max": "156.36", "min": "156.305", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "149.817", "max": "150.072", "min": "149.71", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "120.556", "max": "120.727", "min": "120.429", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "96.611", "max": "99.447", "min": "96.334", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "166.93", "max": "169.031", "min": "166.606", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "30.199", "max": "35.605", "min": "29.67", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "55.689", "max": "55.867", "min": "55.601", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "40.428", "max": "50.17", "min": "39.904", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "154.766", "max": "154.904", "min": "154.672", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "30.17", "max": "30.941", "min": "29.843", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "51.387", "max": "52.282", "min": "51.275", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "179.083", "max": "179.186", "min": "178.949", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "241.86", "max": "242.951", "min": "240.74", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "131.053", "max": "131.111", "min": "131.005", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "100.138", "max": "100.351", "min": "99.986", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "164.576", "max": "164.849", "min": "164.354", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "43.354", "max": "115.047", "min": "21.834", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "122.584", "max": "122.808", "min": "122.36", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "137.358", "max": "148.611", "min": "133.811", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "274.286", "max": "275.112", "min": "274.067", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "55.41", "max": "58.678", "min": "54.985", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "304.461", "max": "304.522", "min": "304.404", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.616", "max": "60.252", "min": "58.295", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "21.234", "max": "21.533", "min": "21.14", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "68.454", "max": "69.391", "min": "67.848", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "67.9", "max": "108.22", "min": "63.664", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "179.005", "max": "238.486", "min": "170.036", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "204.497", "max": "204.73", "min": "204.439", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.109", "max": "46.606", "min": "44.933", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "39.442", "max": "39.539", "min": "39.391", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.549", "max": "92.753", "min": "92.472", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "50.03", "max": "50.335", "min": "49.765", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "229.556", "max": "231.6", "min": "228.814", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "135.571", "max": "135.673", "min": "135.516", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "262.808", "max": "264.362", "min": "262.527", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "159.445", "max": "160.119", "min": "159.217", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "165.647", "max": "165.844", "min": "165.562", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.457", "max": "113.505", "min": "113.384", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "61.863", "max": "62.675", "min": "61.688", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "40.805", "max": "41.08", "min": "40.624", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "107.437", "max": "107.563", "min": "107.285", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "158.572", "max": "161.283", "min": "158.311", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "115.265", "max": "116.524", "min": "114.951", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "106.331", "max": "106.565", "min": "106.246", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "166.286", "max": "166.553", "min": "166.196", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "105.134", "max": "105.714", "min": "104.824", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "214.551", "max": "215.521", "min": "214.437", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "154.673", "max": "155.066", "min": "154.543", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "153.542", "max": "153.622", "min": "153.435", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "52.552", "max": "53.638", "min": "52.147", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "34.6", "max": "35.177", "min": "34.373", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "119.329", "max": "119.458", "min": "119.187", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "115.351", "max": "115.525", "min": "115.258", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "30.695", "max": "37.5", "min": "29.845", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "121.878", "max": "123.431", "min": "121.162", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "161.393", "max": "161.764", "min": "161.199", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "21.598", "max": "21.619", "min": "21.562", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "307.831", "max": "308.887", "min": "307.643", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "100.537", "max": "102.602", "min": "100.372", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "122.332", "max": "122.639", "min": "122.12", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "164.524", "max": "164.757", "min": "164.316", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "145.586", "max": "150.489", "min": "145.102", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "161.162", "max": "161.735", "min": "161.044", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "109.534", "max": "110.793", "min": "109.396", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "121.401", "max": "121.57", "min": "121.343", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "171.503", "max": "172.035", "min": "171.35", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "47.868", "max": "52.026", "min": "47.623", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "322.695", "max": "325.401", "min": "321.851", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "117.809", "max": "118.189", "min": "117.658", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "331.456", "max": "345.394", "min": "293.016", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "190.894", "max": "191.147", "min": "190.804", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "103.858", "max": "103.939", "min": "103.714", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "107.495", "max": "107.711", "min": "107.358", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "143.546", "max": "145.479", "min": "143.07", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "213.778", "max": "216.351", "min": "213.583", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "295.437", "max": "295.509", "min": "295.375", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "99.081", "max": "99.182", "min": "99.012", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "126.52", "max": "128.701", "min": "126.057", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "399.208", "max": "518.245", "min": "229.074", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "134.102", "max": "238.826", "min": "54.5", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "148.431", "max": "168.31", "min": "146.815", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "240.363", "max": "240.898", "min": "240.206", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "130.156", "max": "130.368", "min": "130.063", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "122.132", "max": "123.363", "min": "121.918", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "136.494", "max": "136.623", "min": "136.408", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "191.687", "max": "335.952", "min": "114.356", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "195.468", "max": "196.693", "min": "195.311", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "52.702", "max": "151.435", "min": "48.755", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "47.198", "max": "47.324", "min": "47.155", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "29.384", "max": "30.673", "min": "28.788", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "93.605", "max": "93.774", "min": "93.545", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "137.425", "max": "137.702", "min": "137.25", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "113.61", "max": "115.735", "min": "113.357", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "186.896", "max": "187.235", "min": "186.81", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.386", "max": "117.859", "min": "117.289", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "113.547", "max": "114.556", "min": "113.282", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "118.193", "max": "118.355", "min": "118.055", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "290.549", "max": "292.033", "min": "289.888", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "135.622", "max": "135.8", "min": "135.487", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "90.482", "max": "90.627", "min": "90.372", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "145.718", "max": "155.872", "min": "144.193", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "138.358", "max": "138.615", "min": "138.262", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "128.893", "max": "129.109", "min": "128.683", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "93.333", "max": "93.603", "min": "93.22", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "17.346", "max": "17.94", "min": "17.176", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "204.64", "max": "205.657", "min": "204.322", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "59.027", "max": "60.012", "min": "58.874", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "21.72", "max": "21.919", "min": "21.622", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "201.788", "max": "210.925", "min": "200.537", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "19.827", "max": "20.635", "min": "19.67", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.777", "max": "62.739", "min": "48.158", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "141.736", "max": "142.39", "min": "141.642", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "24.021", "max": "24.669", "min": "23.902", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "29.223", "max": "29.26", "min": "29.185", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "14.153", "max": "30.817", "min": "12.185", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "293.431", "max": "293.589", "min": "293.298", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "34.163", "max": "35.118", "min": "33.992", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "27.143", "max": "36.101", "min": "26.656", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "99.532", "max": "99.82", "min": "99.447", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "169.819", "max": "170.646", "min": "169.495", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "66.988", "max": "67.502", "min": "66.765", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "249.971", "max": "291.346", "min": "243.521", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "135.509", "max": "135.623", "min": "135.439", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "259.039", "max": "293.293", "min": "254.662", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "137.186", "max": "137.322", "min": "137.115", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "391.35", "max": "391.752", "min": "390.403", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "41.262", "max": "41.414", "min": "41.139", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "90.655", "max": "91.114", "min": "90.484", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "124.129", "max": "124.287", "min": "124.054", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "170.786", "max": "170.89", "min": "170.733", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "91.936", "max": "92.159", "min": "91.837", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "149.758", "max": "150.218", "min": "149.515", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "308.094", "max": "317.466", "min": "287.59", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "100.055", "max": "100.513", "min": "99.832", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "107.134", "max": "107.192", "min": "107.071", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "9.083", "max": "9.779", "min": "8.926", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "145.932", "max": "146.04", "min": "145.865", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "34.216", "max": "35.192", "min": "34.112", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "23.234", "max": "23.834", "min": "22.996", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "11.22", "max": "11.279", "min": "11.179", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "0.019", "max": "0.023", "min": "0.011", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "32.115", "max": "33.226", "min": "31.704", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "54.251", "max": "56.075", "min": "54.002", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "26.904", "max": "27.931", "min": "26.824", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "71.469", "max": "71.582", "min": "71.373", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "23.528", "max": "23.633", "min": "23.414", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "20.666", "max": "23.318", "min": "20.383", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "29.258", "max": "29.295", "min": "29.212", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "20.093", "max": "20.123", "min": "20.045", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "19.987", "max": "20.111", "min": "19.802", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "48.478", "max": "50.181", "min": "48.197", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "7.487", "max": "10.444", "min": "6.601", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "32.266", "max": "48.733", "min": "17.563", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "22.208", "max": "22.352", "min": "22.133", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "39.291", "max": "39.709", "min": "39.064", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "47.004", "max": "48.11", "min": "46.752", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "40.855", "max": "41.286", "min": "40.466", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "19.362", "max": "30.336", "min": "18.452", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.528", "max": "271.858", "min": "271.444", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "13.428", "max": "13.621", "min": "13.326", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "2.822", "max": "3.234", "min": "2.663", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "30.106", "max": "30.174", "min": "30.045", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "188.788", "max": "197.623", "min": "186.587", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "47.613", "max": "47.918", "min": "47.434", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "21.228", "max": "27.023", "min": "20.655", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "20.949", "max": "21.27", "min": "20.824", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "21.361", "max": "21.485", "min": "21.25", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "308.626", "max": "313.663", "min": "308.288", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "100.204", "max": "103.884", "min": "99.775", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "276.172", "max": "285.782", "min": "238.453", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "156.255", "max": "156.347", "min": "156.146", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "19.858", "max": "19.984", "min": "19.774", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "150.631", "max": "152.455", "min": "150.343", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "166.576", "max": "167.957", "min": "166.389", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "11.586", "max": "11.749", "min": "11.444", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "62.302", "max": "62.55", "min": "62.102", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "28.651", "max": "29.956", "min": "28.208", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "18.426", "max": "19.473", "min": "18.234", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "119.385", "max": "119.416", "min": "119.348", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "117.043", "max": "117.095", "min": "116.991", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "325.725", "max": "326.216", "min": "325.559", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.702", "max": "93.934", "min": "93.645", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "25.674", "max": "26.389", "min": "25.507", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "96.027", "max": "96.087", "min": "95.978", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "12.467", "max": "12.893", "min": "12.368", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "208.92", "max": "209.358", "min": "208.819", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "132.749", "max": "136.508", "min": "130.663", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "26.958", "max": "27.172", "min": "26.783", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "38.83", "max": "40.256", "min": "38.22", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "160.36", "max": "162.632", "min": "159.445", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "108.774", "max": "110.166", "min": "108.307", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "277.834", "max": "278.212", "min": "277.708", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "80.851", "max": "81.646", "min": "80.702", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "25.134", "max": "25.2", "min": "25.087", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.012", "max": "24.112", "min": "23.971", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "35.945", "max": "36.203", "min": "35.881", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "103.305", "max": "107.095", "min": "102.802", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "103.543", "max": "103.834", "min": "103.452", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "49.869", "max": "51.868", "min": "48.247", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "172.565", "max": "173.707", "min": "172.26", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "103.574", "max": "105.06", "min": "102.742", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "65.875", "max": "66.436", "min": "65.76", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "122.912", "max": "123.234", "min": "122.753", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "37.35", "max": "39.866", "min": "37.098", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "204.371", "max": "206.727", "min": "197.638", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "195.173", "max": "195.173", "min": "195.173", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "26.462", "max": "40.678", "min": "25.93", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "17.877", "max": "17.957", "min": "17.826", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "125.739", "max": "127.762", "min": "125.413", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "47.503", "max": "59.328", "min": "39.373", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "27.486", "max": "28.076", "min": "27.397", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "160.578", "max": "164.06", "min": "160.224", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "107.074", "max": "111.196", "min": "106.681", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "117.395", "max": "117.655", "min": "117.316", "id": "190", "country": "Italy", "source_name": "Rome", "destination_name": "Lansing", "destination_id": "295" } } }, "191": { "name": "Cardiff", "data": { "0": { "avg": "219.9", "max": "232.774", "min": "218.497", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "242.443", "max": "247.577", "min": "241.89", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.212", "max": "91.563", "min": "89.801", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "36.178", "max": "43.678", "min": "34.982", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "13.38", "max": "14.057", "min": "13.034", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "233.81", "max": "234.484", "min": "233.503", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "17.658", "max": "28.162", "min": "12.723", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.848", "max": "289.703", "min": "275.69", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "52.138", "max": "52.956", "min": "51.736", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "30.831", "max": "35.27", "min": "30.348", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "5.808", "max": "7.443", "min": "5.393", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "114.979", "max": "116.296", "min": "114.544", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "77.739", "max": "88.667", "min": "73.37", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "73.659", "max": "74.099", "min": "73.364", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.363", "max": "111.236", "min": "109.988", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "82.312", "max": "86.92", "min": "81.482", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "34.488", "max": "35.353", "min": "34.011", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "95.981", "max": "102.597", "min": "95.121", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "15.567", "max": "16.244", "min": "15.233", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "32.306", "max": "43.878", "min": "31.322", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "270.824", "max": "271.278", "min": "270.543", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "91.123", "max": "92.494", "min": "90.872", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "140.139", "max": "142.924", "min": "139.159", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "143.899", "max": "144.601", "min": "143.603", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "38.058", "max": "38.975", "min": "37.751", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.502", "max": "29.795", "min": "27.084", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "32.095", "max": "33.038", "min": "31.746", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "35.132", "max": "36.864", "min": "34.807", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "17.848", "max": "18.288", "min": "17.576", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "134.115", "max": "142.638", "min": "133.534", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "176.428", "max": "177.381", "min": "176.136", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "37.237", "max": "40.352", "min": "36.794", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "139.537", "max": "159.083", "min": "138.498", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "63.19", "max": "64.042", "min": "62.793", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "31.221", "max": "35.643", "min": "30.632", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "168.589", "max": "169.152", "min": "168.203", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "143.849", "max": "145.143", "min": "143.489", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "133", "max": "133.597", "min": "132.759", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "110.23", "max": "112.726", "min": "109.66", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.053", "max": "83.746", "min": "81.553", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "147.75", "max": "149.043", "min": "147.306", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "15.282", "max": "19.655", "min": "14.59", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "51.396", "max": "52.135", "min": "51.136", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "40.349", "max": "45.378", "min": "39.503", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "218.098", "max": "218.628", "min": "217.837", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "37.99", "max": "44.696", "min": "36.921", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "44.782", "max": "48.721", "min": "44.003", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "164.382", "max": "165.156", "min": "164.05", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "241.765", "max": "242.426", "min": "241.376", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "124.136", "max": "124.589", "min": "123.875", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "82.038", "max": "82.622", "min": "81.773", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "141.398", "max": "141.809", "min": "141.081", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "67.334", "max": "82.649", "min": "52.01", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "100.064", "max": "100.458", "min": "99.71", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "148.477", "max": "168.564", "min": "144.599", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "273.091", "max": "273.912", "min": "272.54", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "39.998", "max": "43.688", "min": "38.072", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "291.498", "max": "292.243", "min": "291.187", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "49.182", "max": "50.587", "min": "48.631", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "20.136", "max": "20.767", "min": "19.872", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "69.991", "max": "73.58", "min": "69.319", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "68.62", "max": "113.711", "min": "66.36", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "198.625", "max": "275.605", "min": "185.087", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "326.659", "max": "328.679", "min": "326.225", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "52.486", "max": "53.013", "min": "52.117", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "41.957", "max": "47.76", "min": "41.388", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "75.904", "max": "84.07", "min": "74.782", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "53.116", "max": "62.433", "min": "52.089", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "205.042", "max": "206.773", "min": "204.155", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "116.216", "max": "125.276", "min": "113.432", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "256.484", "max": "257.721", "min": "256.112", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "143.867", "max": "144.859", "min": "143.439", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "151.486", "max": "154.21", "min": "151.095", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "95.91", "max": "96.969", "min": "95.541", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "43.028", "max": "43.51", "min": "42.772", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "11.151", "max": "11.829", "min": "10.861", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "90.623", "max": "91.102", "min": "90.286", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "137.527", "max": "138.39", "min": "137.196", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "92.888", "max": "107.145", "min": "91.944", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "88.536", "max": "89.52", "min": "88.163", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "147.564", "max": "148.947", "min": "147.175", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "91.044", "max": "92.008", "min": "90.702", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "337.695", "max": "341.536", "min": "334.528", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "152.522", "max": "154.451", "min": "152.217", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "140.403", "max": "140.993", "min": "140.048", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "67.446", "max": "68.145", "min": "67.088", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "14.353", "max": "16.975", "min": "13.829", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "105.247", "max": "105.594", "min": "104.922", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "96.177", "max": "96.568", "min": "95.931", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "10.001", "max": "11.307", "min": "9.713", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "101.288", "max": "103.72", "min": "100.546", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "141.212", "max": "142.582", "min": "140.787", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "29.742", "max": "30.159", "min": "29.525", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "274.976", "max": "275.578", "min": "274.619", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "79.777", "max": "81.05", "min": "79.368", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "103.937", "max": "104.59", "min": "103.634", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "152.716", "max": "153.928", "min": "152.295", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "131.446", "max": "138.545", "min": "130.612", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "145.478", "max": "145.956", "min": "145.211", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "88.006", "max": "92.46", "min": "87.4", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "106.577", "max": "118.94", "min": "104.577", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "145.644", "max": "150.426", "min": "145.074", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.123", "max": "59.64", "min": "58.873", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.801", "max": "319.58", "min": "298.957", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "98.965", "max": "100.175", "min": "98.479", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "377.55", "max": "391.871", "min": "332.205", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "174.279", "max": "178.393", "min": "173.72", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "79.748", "max": "81.422", "min": "79.358", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "103.715", "max": "105.677", "min": "103.272", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "168.26", "max": "168.958", "min": "168.021", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "239.725", "max": "240.427", "min": "239.291", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "265.105", "max": "269.205", "min": "264.176", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "73.635", "max": "74.033", "min": "73.38", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "134.71", "max": "144.316", "min": "132.992", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "381.217", "max": "495.496", "min": "194.806", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "178.911", "max": "313.943", "min": "77.949", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "183.052", "max": "203.063", "min": "180.94", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "228.251", "max": "231.392", "min": "227.585", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "108.585", "max": "109.117", "min": "108.298", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "113.954", "max": "115.851", "min": "113.324", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "110.344", "max": "111.132", "min": "109.913", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "192.494", "max": "344.569", "min": "104.662", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "202.311", "max": "202.921", "min": "202.031", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "60.694", "max": "241.036", "min": "48.724", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "50.106", "max": "51.539", "min": "49.76", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "104.617", "max": "105.533", "min": "103.963", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "74.751", "max": "75.577", "min": "74.013", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "180.583", "max": "181.809", "min": "180.032", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "141.214", "max": "141.907", "min": "140.763", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "172.48", "max": "172.956", "min": "172.128", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "98.673", "max": "99.234", "min": "98.321", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "88.582", "max": "96.449", "min": "87.934", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "97.089", "max": "97.585", "min": "96.765", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "276.049", "max": "277.493", "min": "275.254", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.751", "max": "137.736", "min": "121.61", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "69.371", "max": "72.703", "min": "68.533", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "126.964", "max": "139.702", "min": "121.365", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "123.489", "max": "126.114", "min": "122.709", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "103.19", "max": "104.252", "min": "102.835", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "75.904", "max": "86.871", "min": "71.289", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "35.36", "max": "37.668", "min": "34.891", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "297.317", "max": "300.964", "min": "296.646", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.275", "max": "44.151", "min": "42.948", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "34.52", "max": "35.814", "min": "34.19", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "178.548", "max": "179.802", "min": "178.064", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "16.844", "max": "17.505", "min": "16.544", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "46.649", "max": "58.959", "min": "45.69", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "144.598", "max": "145.413", "min": "144.224", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "7.044", "max": "11.856", "min": "6.572", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "8.153", "max": "9.769", "min": "7.858", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "24.318", "max": "45.488", "min": "21.188", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.196", "max": "267.208", "min": "265.877", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "40.508", "max": "41.859", "min": "40.054", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "23.645", "max": "24.99", "min": "23.386", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "85.945", "max": "87.329", "min": "85.349", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "136.988", "max": "138.174", "min": "136.522", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "45.4", "max": "46.685", "min": "44.935", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "242.709", "max": "289.283", "min": "236.14", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "113.6", "max": "114.364", "min": "113.162", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "246.271", "max": "337.236", "min": "237.969", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "117.577", "max": "119.08", "min": "117.26", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "203.232", "max": "203.832", "min": "202.822", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "43.93", "max": "44.679", "min": "43.581", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "72.972", "max": "81.075", "min": "72.164", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "115.517", "max": "116.186", "min": "115.223", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "164.589", "max": "165.766", "min": "164.3", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "100.596", "max": "100.999", "min": "100.303", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "130.693", "max": "132.277", "min": "130.173", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "276.113", "max": "295.284", "min": "252.996", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.809", "max": "77.27", "min": "76.54", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "85.483", "max": "86.095", "min": "85.198", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "19.309", "max": "22.261", "min": "18.551", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "271.249", "max": "271.912", "min": "270.869", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "15.036", "max": "18.258", "min": "14.66", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "31.955", "max": "43.321", "min": "25.171", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "36.265", "max": "44.546", "min": "32.208", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "32.313", "max": "34.168", "min": "31.84", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "0.045", "max": "0.055", "min": "0.038", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "65.385", "max": "70.647", "min": "64.711", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "53.05", "max": "53.48", "min": "52.701", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "69.26", "max": "71.642", "min": "68.672", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "57.097", "max": "57.791", "min": "56.839", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "15.781", "max": "20.578", "min": "14.836", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "16.215", "max": "20.986", "min": "14.882", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "10.958", "max": "11.392", "min": "10.806", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "30.664", "max": "31.402", "min": "30.352", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "81.784", "max": "91.804", "min": "77.135", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "40.12", "max": "63.168", "min": "38.062", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "59.951", "max": "114.22", "min": "26.566", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "5.081", "max": "5.673", "min": "4.859", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "71.12", "max": "71.551", "min": "70.843", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "35.376", "max": "36.128", "min": "35.073", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "44.438", "max": "45.323", "min": "43.961", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "14.098", "max": "39.976", "min": "12.903", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "279.837", "max": "287.923", "min": "278.633", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "27.934", "max": "28.88", "min": "27.635", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "34.065", "max": "34.783", "min": "33.738", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "33.673", "max": "34.966", "min": "33.257", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "171.838", "max": "178.967", "min": "169.247", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "62.206", "max": "63.85", "min": "61.544", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "13.198", "max": "14.228", "min": "12.798", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "13.383", "max": "15.684", "min": "12.968", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "11.147", "max": "12.19", "min": "10.504", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "291.755", "max": "293.878", "min": "291.05", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "77.565", "max": "84.131", "min": "76.08", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "218.295", "max": "238.658", "min": "211.896", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "150.844", "max": "151.696", "min": "150.645", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "19.247", "max": "28.294", "min": "14.973", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "141.554", "max": "153.011", "min": "140.015", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "144.137", "max": "144.67", "min": "143.728", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "42.114", "max": "42.599", "min": "41.829", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "66.546", "max": "67.49", "min": "66.123", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "8.989", "max": "10.167", "min": "8.567", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "15.535", "max": "16.065", "min": "15.189", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "94.02", "max": "95.297", "min": "93.683", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "105.375", "max": "106.165", "min": "105.11", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "271.817", "max": "340.405", "min": "269.107", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "75.324", "max": "75.803", "min": "74.972", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "29.684", "max": "30.609", "min": "29.312", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "74.522", "max": "75.079", "min": "74.216", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "31.92", "max": "32.895", "min": "31.567", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "204.869", "max": "341.055", "min": "199.781", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "116.803", "max": "121.16", "min": "114.327", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "26.965", "max": "27.469", "min": "26.692", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "47.839", "max": "67.825", "min": "41.854", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "142.737", "max": "155.477", "min": "140.949", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "101.661", "max": "102.376", "min": "100.896", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "252.143", "max": "252.821", "min": "251.79", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "90.977", "max": "91.718", "min": "90.594", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "52.002", "max": "52.557", "min": "51.738", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "19.722", "max": "26.712", "min": "15.193", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "63.458", "max": "66.937", "min": "62.725", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "85.348", "max": "87.344", "min": "84.691", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "84.204", "max": "84.708", "min": "83.963", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.949", "max": "69.943", "min": "63.964", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "163.117", "max": "164.367", "min": "162.552", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "88.094", "max": "89.646", "min": "87.093", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "68.587", "max": "69.704", "min": "68.079", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "98.66", "max": "99.309", "min": "98.288", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "18.388", "max": "23.066", "min": "17.926", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "183.25", "max": "185.09", "min": "182.75", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "211.235", "max": "229.86", "min": "192.61", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "8.895", "max": "9.621", "min": "8.558", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "28.806", "max": "29.071", "min": "28.573", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "108.552", "max": "194.483", "min": "100.185", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "22.23", "max": "36.928", "min": "15.336", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "34.282", "max": "34.914", "min": "33.891", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "217.384", "max": "218.437", "min": "216.956", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "78.891", "max": "79.797", "min": "78.458", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "96.996", "max": "108.162", "min": "96.211", "id": "191", "country": "United Kingdom", "source_name": "Cardiff", "destination_name": "Lansing", "destination_id": "295" } } }, "192": { "name": "Limassol", "data": { "0": { "avg": "255.469", "max": "256.317", "min": "255.183", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "325.328", "max": "330.116", "min": "324.889", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "140.825", "max": "141.833", "min": "140.637", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "68.505", "max": "74.695", "min": "67.619", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "62.682", "max": "63.667", "min": "62.408", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "260.723", "max": "261.34", "min": "260.58", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "61.162", "max": "61.772", "min": "60.876", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "336.918", "max": "339.56", "min": "336.421", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "90.243", "max": "91.197", "min": "90.046", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "87.181", "max": "97.583", "min": "86.584", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "60.789", "max": "63.212", "min": "60.398", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "171.681", "max": "192.146", "min": "170.808", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "135.454", "max": "140.525", "min": "135.131", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "151.811", "max": "152.387", "min": "151.588", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "165.208", "max": "168.162", "min": "164.854", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "146.113", "max": "147.173", "min": "145.452", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "69.997", "max": "71.08", "min": "69.665", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "142.552", "max": "145.361", "min": "142.197", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "69.392", "max": "69.918", "min": "69.074", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "68.574", "max": "70.013", "min": "68.251", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "350.686", "max": "351.284", "min": "350.519", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "140.166", "max": "141.409", "min": "140", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "188.462", "max": "189.534", "min": "188.177", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "215.162", "max": "216.693", "min": "214.843", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "92.119", "max": "97.106", "min": "91.656", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "69.257", "max": "73.226", "min": "68.92", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "44.876", "max": "47.013", "min": "44.535", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "76.252", "max": "79.767", "min": "75.987", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "53.44", "max": "53.622", "min": "53.359", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "193.752", "max": "194.332", "min": "193.55", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "203.039", "max": "203.446", "min": "202.878", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "73.286", "max": "73.681", "min": "73.09", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "187.005", "max": "187.406", "min": "186.833", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "82.713", "max": "82.953", "min": "82.528", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "62.36", "max": "73.304", "min": "61.427", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "212.936", "max": "214.287", "min": "212.708", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "194.383", "max": "194.817", "min": "194.212", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "192.711", "max": "193.665", "min": "192.446", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "161.73", "max": "163.006", "min": "161.499", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "139.849", "max": "142.224", "min": "139.354", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "207.015", "max": "211.937", "min": "206.458", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "71.234", "max": "78.216", "min": "70.641", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "91.593", "max": "92.776", "min": "91.39", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "77.938", "max": "78.74", "min": "77.666", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "191.337", "max": "191.522", "min": "191.151", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "74.328", "max": "75.932", "min": "73.66", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "80.757", "max": "81.564", "min": "80.555", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "217.766", "max": "218.24", "min": "217.526", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "293.808", "max": "295.155", "min": "293.439", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "178.678", "max": "184.997", "min": "178.295", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "133.985", "max": "136.669", "min": "133.656", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "211.745", "max": "212.245", "min": "211.481", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "108.93", "max": "118.474", "min": "99.309", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "171.78", "max": "172.469", "min": "171.632", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "167.583", "max": "174.913", "min": "164.324", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "319.532", "max": "320.384", "min": "319.216", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "83.957", "max": "86.205", "min": "82.908", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "361.156", "max": "362.389", "min": "360.908", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "96.364", "max": "100.51", "min": "95.8", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "63.778", "max": "64.184", "min": "63.573", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "108.444", "max": "110.96", "min": "107.717", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "102.217", "max": "139.532", "min": "98.396", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "213.945", "max": "304.696", "min": "204.89", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "351.644", "max": "358.975", "min": "351.189", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "94.705", "max": "99.268", "min": "94.394", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "81.047", "max": "85.569", "min": "80.444", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "128.472", "max": "131.104", "min": "128.11", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "104.53", "max": "104.998", "min": "104.073", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "277.34", "max": "277.991", "min": "276.803", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "163.159", "max": "163.626", "min": "163.01", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "271.171", "max": "273.956", "min": "270.748", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "192.071", "max": "193.279", "min": "191.687", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "198.522", "max": "201.213", "min": "198.198", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "158.828", "max": "160.9", "min": "158.532", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "114.006", "max": "114.765", "min": "113.725", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "62.062", "max": "62.39", "min": "61.792", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "145.995", "max": "147.632", "min": "145.774", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "197.122", "max": "198.127", "min": "196.851", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "146.803", "max": "151.733", "min": "146.155", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "153.496", "max": "154.163", "min": "153.29", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "198.17", "max": "199.111", "min": "197.909", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "141.548", "max": "142.309", "min": "141.254", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "246.19", "max": "258.537", "min": "243.386", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "196.452", "max": "197.154", "min": "196.208", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "177.594", "max": "178.435", "min": "177.42", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "112.204", "max": "113.138", "min": "111.716", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "57.805", "max": "60.083", "min": "57.437", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "155.683", "max": "155.953", "min": "155.466", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "156.55", "max": "157.126", "min": "156.394", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "69.21", "max": "75.321", "min": "68.734", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "157.687", "max": "160.163", "min": "157.078", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "208.901", "max": "210.978", "min": "208.461", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "68.441", "max": "71.49", "min": "68.174", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "341.011", "max": "347.53", "min": "340.051", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "147.657", "max": "154.193", "min": "147.263", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "164.962", "max": "165.476", "min": "164.736", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "211.078", "max": "211.773", "min": "210.746", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "207.176", "max": "215.941", "min": "206.026", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "201.915", "max": "202.834", "min": "201.69", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "131.143", "max": "132.66", "min": "130.865", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "188.843", "max": "189.452", "min": "188.665", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "198.748", "max": "201.47", "min": "198.494", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "89.477", "max": "91.587", "min": "89.181", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "364.988", "max": "370.912", "min": "363.964", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "163.947", "max": "167.962", "min": "163.54", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "380.08", "max": "398.296", "min": "327.69", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "245.878", "max": "248.495", "min": "245.409", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "124.822", "max": "125.079", "min": "124.601", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "156.087", "max": "156.955", "min": "155.846", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "166.585", "max": "169.814", "min": "165.569", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "274.798", "max": "275.097", "min": "274.624", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "322.606", "max": "322.868", "min": "322.367", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "125.896", "max": "126.848", "min": "125.743", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "172.173", "max": "174.943", "min": "171.635", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.023", "max": "509.096", "min": "218.829", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "181.922", "max": "263.05", "min": "117.919", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "210.074", "max": "214.11", "min": "209.526", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "272.814", "max": "273.712", "min": "272.494", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "163.098", "max": "164.215", "min": "162.774", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "165.92", "max": "166.305", "min": "165.634", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "164.822", "max": "165.472", "min": "164.495", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "235.901", "max": "385.75", "min": "158.972", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "264.158", "max": "277.815", "min": "263.385", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "86.59", "max": "280.793", "min": "79.104", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "102.604", "max": "104.029", "min": "102.342", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "73.6", "max": "74.91", "min": "72.941", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "121.126", "max": "123.31", "min": "120.897", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "196.981", "max": "198.496", "min": "196.713", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "167.399", "max": "168.009", "min": "167.139", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "230.838", "max": "231.223", "min": "230.663", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "162.061", "max": "162.996", "min": "161.844", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "157.12", "max": "157.468", "min": "156.889", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "158.199", "max": "159.091", "min": "157.937", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "345.368", "max": "346.678", "min": "344.842", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "194.558", "max": "198.162", "min": "194.283", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "129.366", "max": "130.309", "min": "129.08", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "187.349", "max": "201.909", "min": "185.891", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "172.255", "max": "173.435", "min": "171.976", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "153.565", "max": "153.718", "min": "153.401", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "122.035", "max": "122.602", "min": "121.819", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "66.685", "max": "68.86", "min": "66.454", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "225.891", "max": "226.734", "min": "225.357", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "90.988", "max": "91.191", "min": "90.839", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "82.142", "max": "83.074", "min": "81.995", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "235.961", "max": "238.678", "min": "235.438", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "59.013", "max": "59.322", "min": "58.735", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "78.223", "max": "87.184", "min": "77.543", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "145.154", "max": "145.702", "min": "144.938", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "59.935", "max": "60.911", "min": "59.675", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "63.209", "max": "70.965", "min": "62.764", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "61.506", "max": "71.316", "min": "59.149", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "311.597", "max": "314.457", "min": "311.3", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "94.478", "max": "95.788", "min": "94.258", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "55.13", "max": "93.909", "min": "53.573", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "144.725", "max": "144.948", "min": "144.593", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "195.852", "max": "196.155", "min": "195.527", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "100.085", "max": "100.744", "min": "99.921", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "284.144", "max": "327.166", "min": "277.324", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "160.955", "max": "161.21", "min": "160.743", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "303.606", "max": "392.951", "min": "293.868", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "168.383", "max": "170.162", "min": "168.074", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "428.152", "max": "429.034", "min": "427.522", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "92.901", "max": "95.665", "min": "92.476", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "123.783", "max": "124.056", "min": "123.571", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "150.041", "max": "151.288", "min": "149.802", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "209.32", "max": "210.774", "min": "209.095", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "134.742", "max": "134.95", "min": "134.596", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "189.398", "max": "189.914", "min": "189.131", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "279.242", "max": "286.318", "min": "255.67", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "139.088", "max": "139.822", "min": "138.942", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "139.578", "max": "140.484", "min": "139.331", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "69.994", "max": "72.699", "min": "69.644", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "185.81", "max": "186.167", "min": "185.69", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "68.286", "max": "68.919", "min": "68.092", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "62.52", "max": "63.515", "min": "62.102", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "71.14", "max": "73.557", "min": "70.812", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "54.262", "max": "54.629", "min": "54.075", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "65.031", "max": "66.046", "min": "64.564", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "0.029", "max": "0.089", "min": "0.022", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "89.765", "max": "90.343", "min": "89.602", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "103.607", "max": "104.803", "min": "103.396", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "91.05", "max": "92.009", "min": "90.857", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "64.102", "max": "66.431", "min": "63.636", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "71.754", "max": "71.987", "min": "71.581", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "61.893", "max": "65.911", "min": "61.463", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "71.79", "max": "73.537", "min": "71.455", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "103.168", "max": "104.61", "min": "102.805", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "64.143", "max": "80.22", "min": "62.556", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "72.768", "max": "92.334", "min": "62.287", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "56.028", "max": "59.3", "min": "55.771", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "98.955", "max": "99.846", "min": "98.659", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "78.542", "max": "80.349", "min": "78.196", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "81.831", "max": "82.351", "min": "81.341", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "67.572", "max": "126.228", "min": "64.554", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "231.477", "max": "232.842", "min": "231.269", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "65.463", "max": "66.436", "min": "65.245", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "46.72", "max": "53.941", "min": "46.194", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "76.281", "max": "76.596", "min": "76.14", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "223.66", "max": "229.53", "min": "221.682", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "100.751", "max": "101.407", "min": "100.588", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "60.824", "max": "74.002", "min": "59.963", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "66.732", "max": "69.107", "min": "66.15", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "54.464", "max": "54.895", "min": "53.973", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "306.309", "max": "317.195", "min": "303.748", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "145.698", "max": "155.351", "min": "144.743", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "255.486", "max": "256.417", "min": "254.717", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "166.547", "max": "166.757", "min": "166.297", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "67.991", "max": "68.179", "min": "67.829", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "179.138", "max": "181.939", "min": "178.709", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "192.936", "max": "193.287", "min": "192.591", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "54.829", "max": "55.235", "min": "54.561", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "113.363", "max": "114.02", "min": "113.142", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "64.495", "max": "66.288", "min": "63.83", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "65.669", "max": "66.185", "min": "65.466", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "152.787", "max": "153.774", "min": "152.548", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "155.087", "max": "156.794", "min": "154.918", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "303.052", "max": "424.178", "min": "295.193", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "137.112", "max": "140.624", "min": "136.829", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "76.498", "max": "76.67", "min": "76.288", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "127.94", "max": "129.062", "min": "127.784", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "66.194", "max": "66.917", "min": "65.944", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "272.163", "max": "274.115", "min": "271.881", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "171.047", "max": "175.819", "min": "167.807", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "73.941", "max": "74.651", "min": "73.763", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "102.787", "max": "105.506", "min": "102.148", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "202.935", "max": "207.946", "min": "201.589", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "161.695", "max": "162.601", "min": "161.133", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "269.954", "max": "270.094", "min": "269.755", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "121.451", "max": "123.869", "min": "121.15", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "90.865", "max": "91.12", "min": "90.697", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "65.094", "max": "66.574", "min": "64.897", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "99.133", "max": "99.874", "min": "98.88", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "147.378", "max": "151.188", "min": "146.678", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "140.731", "max": "145.026", "min": "140.439", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "100.785", "max": "105.469", "min": "99.332", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "209.907", "max": "210.702", "min": "209.494", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "147.61", "max": "149.897", "min": "146.57", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "107.677", "max": "110.763", "min": "107.364", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "147.782", "max": "148.206", "min": "147.547", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "78.34", "max": "88.849", "min": "77.803", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "229.616", "max": "231.755", "min": "216.937", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "236.626", "max": "236.626", "min": "236.626", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "65.313", "max": "65.522", "min": "65.166", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "74.423", "max": "74.514", "min": "74.309", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "157.136", "max": "161.472", "min": "156.783", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "84.548", "max": "94.913", "min": "78.055", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "90.946", "max": "99.727", "min": "90.439", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "238.764", "max": "240.282", "min": "238.444", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "125.768", "max": "126.596", "min": "125.393", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "138.886", "max": "140.616", "min": "138.511", "id": "192", "country": "Cyprus", "source_name": "Limassol", "destination_name": "Lansing", "destination_id": "295" } } }, "195": { "name": "Palermo", "data": { "0": { "avg": "217.989", "max": "218.147", "min": "217.785", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "306.283", "max": "308.324", "min": "305.948", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "135.53", "max": "135.748", "min": "135.372", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "53.344", "max": "61.395", "min": "52.504", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "41.026", "max": "42.351", "min": "40.771", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "299.77", "max": "300.574", "min": "299.581", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "44.518", "max": "45.802", "min": "44.355", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "323.607", "max": "335.293", "min": "321.831", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "69.445", "max": "70.053", "min": "69.225", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "69.148", "max": "77.071", "min": "68.287", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "51.358", "max": "51.671", "min": "51.154", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "154.963", "max": "157.228", "min": "154.723", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "120.824", "max": "121.514", "min": "120.631", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "119.046", "max": "120.738", "min": "118.777", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "138.041", "max": "141.545", "min": "137.778", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "119.141", "max": "119.933", "min": "118.899", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.146", "max": "35.438", "min": "34.874", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "129.507", "max": "129.659", "min": "129.406", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "52.922", "max": "53.174", "min": "52.741", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "45.03", "max": "45.329", "min": "44.869", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "320.93", "max": "321.297", "min": "320.816", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "154.963", "max": "155.208", "min": "154.808", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "175.631", "max": "175.803", "min": "175.445", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "203.017", "max": "203.987", "min": "202.693", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "62.697", "max": "64.084", "min": "62.422", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "55.057", "max": "56.09", "min": "54.883", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "24.341", "max": "25.553", "min": "24.088", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "48.424", "max": "48.767", "min": "48.184", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "36.79", "max": "36.948", "min": "36.628", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "176.656", "max": "177.681", "min": "176.385", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "277.685", "max": "278.9", "min": "277.559", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "64.089", "max": "64.447", "min": "63.945", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "168.768", "max": "170.551", "min": "168.443", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "68.788", "max": "69.198", "min": "68.666", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "49.45", "max": "50.38", "min": "49.13", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "161.866", "max": "162.573", "min": "161.591", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "180.622", "max": "180.77", "min": "180.526", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "179.174", "max": "179.444", "min": "178.839", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "151.655", "max": "151.879", "min": "151.517", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "123.864", "max": "125.475", "min": "123.561", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "186.567", "max": "193.386", "min": "185.599", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "52.58", "max": "59.191", "min": "52.013", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "86.56", "max": "87.418", "min": "86.342", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "70.252", "max": "100.227", "min": "68.731", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "183.787", "max": "184.022", "min": "183.668", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "50.371", "max": "51.268", "min": "49.892", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "75.16", "max": "75.573", "min": "74.942", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "187.684", "max": "189.213", "min": "187.498", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "273.643", "max": "274.553", "min": "272.282", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "159.819", "max": "160.157", "min": "159.679", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "124.773", "max": "125.399", "min": "124.597", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "193.694", "max": "197.996", "min": "193.199", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "67.266", "max": "82.384", "min": "57.325", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "159.855", "max": "160.599", "min": "159.653", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "296.325", "max": "317.623", "min": "291.129", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "298.878", "max": "299.371", "min": "298.671", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "61.409", "max": "65.585", "min": "60.929", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "330.76", "max": "331.748", "min": "330.525", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.764", "max": "63.014", "min": "58.376", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "42.922", "max": "43.529", "min": "42.72", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "65.823", "max": "71.037", "min": "65.254", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "85.255", "max": "138.924", "min": "82.991", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "167.531", "max": "185.693", "min": "165.032", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "372.387", "max": "377.267", "min": "371.892", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "38.048", "max": "39.14", "min": "37.792", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "58.031", "max": "58.416", "min": "57.84", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "117.7", "max": "117.962", "min": "117.554", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "73.586", "max": "82.955", "min": "72.471", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "260.905", "max": "262.653", "min": "260.307", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "161.795", "max": "162.423", "min": "161.613", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "285.14", "max": "286.658", "min": "284.83", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "187.187", "max": "190.682", "min": "186.469", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "182.977", "max": "274.172", "min": "179.361", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "135.202", "max": "135.74", "min": "135.019", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "88.18", "max": "88.768", "min": "87.96", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "48.226", "max": "50.725", "min": "47.913", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "125.597", "max": "125.863", "min": "125.43", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "190.26", "max": "192.982", "min": "190", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "134.261", "max": "144.871", "min": "133.483", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "127.204", "max": "128.37", "min": "127.007", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "195.946", "max": "200.988", "min": "195.39", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "130.4", "max": "131.571", "min": "130.12", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "226.92", "max": "227.335", "min": "226.781", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "174.066", "max": "174.603", "min": "173.804", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "170.174", "max": "170.452", "min": "169.988", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "63.144", "max": "64.428", "min": "62.828", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "54.192", "max": "54.637", "min": "53.908", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "154.326", "max": "154.695", "min": "154.089", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "137.123", "max": "138.3", "min": "136.911", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "53.128", "max": "61.803", "min": "51.595", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "146.511", "max": "148.795", "min": "145.738", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "188.85", "max": "189.258", "min": "188.603", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "62.155", "max": "62.857", "min": "62.041", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "338.998", "max": "340.964", "min": "338.712", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "122.8", "max": "128.245", "min": "122.295", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "145.128", "max": "146.142", "min": "144.867", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "200.488", "max": "203.457", "min": "199.971", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "172.788", "max": "195.925", "min": "171.005", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "188.264", "max": "188.655", "min": "188.068", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "138.805", "max": "140.368", "min": "138.528", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "143.737", "max": "146.638", "min": "143.511", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "194.882", "max": "195.063", "min": "194.651", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "71.911", "max": "82.445", "min": "71.293", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "350.4", "max": "354.696", "min": "349.722", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "139.924", "max": "141.016", "min": "139.643", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "369.192", "max": "376.428", "min": "342.902", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "216.081", "max": "220.645", "min": "215.688", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "124.498", "max": "125.912", "min": "124.218", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "126.103", "max": "126.375", "min": "125.973", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "165.344", "max": "167", "min": "165.161", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.582", "max": "258.896", "min": "258.483", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "298.969", "max": "299.112", "min": "298.865", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "119.891", "max": "120.28", "min": "119.797", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "144.052", "max": "145.045", "min": "143.791", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "370.475", "max": "494.2", "min": "203.382", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "164.523", "max": "244.318", "min": "89.25", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "165.711", "max": "166.499", "min": "165.318", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "258.864", "max": "259.299", "min": "258.567", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "161.336", "max": "163.297", "min": "160.998", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "144.879", "max": "146.581", "min": "144.424", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "170.078", "max": "170.999", "min": "169.838", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "215.136", "max": "370.016", "min": "138.718", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "216.179", "max": "216.303", "min": "216.062", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "79.465", "max": "254.921", "min": "71.16", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "68.574", "max": "68.693", "min": "68.446", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "57.014", "max": "58.34", "min": "56.448", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "115.187", "max": "115.678", "min": "114.867", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "156.568", "max": "156.887", "min": "156.334", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "101.04", "max": "103.297", "min": "100.645", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "231.52", "max": "232.033", "min": "231.384", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "140.133", "max": "140.475", "min": "139.945", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "144.56", "max": "144.909", "min": "144.326", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "162.725", "max": "170.306", "min": "162.176", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "336.9", "max": "341.009", "min": "336.107", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "162.417", "max": "162.568", "min": "162.288", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "121.281", "max": "121.536", "min": "121.113", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "176.577", "max": "202.586", "min": "174.955", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "161.089", "max": "161.309", "min": "160.869", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "146.893", "max": "147.264", "min": "146.803", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "119.514", "max": "119.742", "min": "119.333", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "53.582", "max": "53.782", "min": "53.395", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "192.894", "max": "193.482", "min": "192.491", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "78.254", "max": "81.58", "min": "77.893", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "60.091", "max": "60.393", "min": "59.911", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "229.667", "max": "236.713", "min": "228.865", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "42.689", "max": "52.369", "min": "41.256", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "31.299", "max": "45.24", "min": "30.639", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "183.362", "max": "183.536", "min": "183.226", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "45.566", "max": "48.983", "min": "45.304", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "52.393", "max": "52.524", "min": "52.272", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "35.644", "max": "45.384", "min": "34.063", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "305.913", "max": "306.179", "min": "305.721", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "68.907", "max": "70.258", "min": "68.389", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "41.205", "max": "45.569", "min": "40.792", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "124.631", "max": "125.462", "min": "124.466", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "214.092", "max": "214.65", "min": "213.845", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "83.495", "max": "84.496", "min": "83.093", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "173.152", "max": "220.858", "min": "164.168", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "174.6", "max": "175.943", "min": "174.354", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "151.752", "max": "154.822", "min": "151.351", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "418.164", "max": "429.041", "min": "415.758", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "63.454", "max": "63.861", "min": "63.34", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "118.417", "max": "118.618", "min": "118.292", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "131.168", "max": "132.553", "min": "130.961", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "195.711", "max": "195.891", "min": "195.577", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "119.839", "max": "120.248", "min": "119.666", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "184.256", "max": "201.543", "min": "183.12", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "327.935", "max": "336.064", "min": "308.165", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "120.795", "max": "123.663", "min": "120.497", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "129.55", "max": "132.861", "min": "129.222", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "26.115", "max": "29.874", "min": "25.729", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "294.444", "max": "294.849", "min": "294.284", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "51.967", "max": "52.601", "min": "51.783", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "44.068", "max": "55.422", "min": "43.458", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "31.857", "max": "46.647", "min": "31.243", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "23.589", "max": "23.712", "min": "23.494", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "57.017", "max": "57.541", "min": "56.788", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "91.333", "max": "96.616", "min": "90.881", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "35.778", "max": "36.226", "min": "35.632", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "96.032", "max": "100.193", "min": "95.65", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "0.054", "max": "0.099", "min": "0.023", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "41.928", "max": "43.232", "min": "41.686", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "51.887", "max": "52.01", "min": "51.758", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "40.722", "max": "41.363", "min": "40.528", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "60.017", "max": "60.369", "min": "59.82", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "52.7", "max": "64.631", "min": "51.947", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "39.37", "max": "42.006", "min": "38.313", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "76.305", "max": "143.206", "min": "48.736", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "59.168", "max": "60.024", "min": "59.049", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "79.75", "max": "80.573", "min": "79.419", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "68.779", "max": "85.73", "min": "67.984", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "65.487", "max": "65.934", "min": "65.139", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "44.115", "max": "46.172", "min": "43.783", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "325.876", "max": "326.51", "min": "325.668", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "53.903", "max": "54.076", "min": "53.786", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "27.583", "max": "29.002", "min": "27.312", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "64.523", "max": "64.635", "min": "64.401", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "200.474", "max": "208.047", "min": "198.925", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "74.263", "max": "74.568", "min": "74.055", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "41.991", "max": "42.779", "min": "41.809", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "45.106", "max": "45.317", "min": "44.958", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "39.453", "max": "40.047", "min": "39.217", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "341.622", "max": "355.113", "min": "339.065", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "138.353", "max": "142.015", "min": "137.587", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "239.991", "max": "240.2", "min": "239.859", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "192.267", "max": "195.829", "min": "191.772", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "45.712", "max": "46.14", "min": "45.54", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "182.95", "max": "184.304", "min": "182.738", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "194.342", "max": "196.85", "min": "193.887", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "46.985", "max": "47.463", "min": "46.798", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "42.672", "max": "44.29", "min": "42.228", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "51.015", "max": "52.942", "min": "50.514", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "41.481", "max": "42.798", "min": "41.204", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "135.489", "max": "135.608", "min": "135.374", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "140.549", "max": "141.226", "min": "140.389", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "350.673", "max": "351.417", "min": "350.454", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "113.863", "max": "114.099", "min": "113.728", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "60.655", "max": "61.077", "min": "60.467", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "121.576", "max": "121.832", "min": "121.48", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "64.707", "max": "71.508", "min": "64.363", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "233.928", "max": "235.16", "min": "233.642", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "165.915", "max": "179.979", "min": "162.848", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "47.613", "max": "48.988", "min": "47.413", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "19.93", "max": "21.326", "min": "19.148", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "178.682", "max": "182.657", "min": "177.672", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "135.64", "max": "136.491", "min": "135.168", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "272.734", "max": "272.95", "min": "272.499", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "65.642", "max": "68.172", "min": "65.379", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "76.401", "max": "76.767", "min": "76.258", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "42.822", "max": "43.03", "min": "42.737", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "12.963", "max": "21.119", "min": "12.393", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "129.971", "max": "131.21", "min": "129.637", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "123.944", "max": "124.276", "min": "123.803", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.66", "max": "72.065", "min": "67.067", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "214.02", "max": "215.222", "min": "212.913", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "124.706", "max": "126.135", "min": "123.493", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "84.172", "max": "84.776", "min": "83.982", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "153.176", "max": "155.965", "min": "152.926", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "56.25", "max": "56.74", "min": "56.094", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "245.416", "max": "247.04", "min": "243.868", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "231.92", "max": "231.92", "min": "231.92", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "47.648", "max": "47.868", "min": "47.539", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "37.802", "max": "38.121", "min": "37.638", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "145.098", "max": "149.03", "min": "144.7", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "60.493", "max": "72.721", "min": "53.175", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "63.594", "max": "64.851", "min": "63.326", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "213.079", "max": "218.423", "min": "212.493", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "65.481", "max": "66.141", "min": "65.242", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "139.726", "max": "147.535", "min": "139.314", "id": "195", "country": "Italy", "source_name": "Palermo", "destination_name": "Lansing", "destination_id": "295" } } }, "196": { "name": "Dronten", "data": { "0": { "avg": "246.707", "max": "250.779", "min": "246.273", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "266.798", "max": "267.784", "min": "266.026", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.088", "max": "93.459", "min": "89.789", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "25.563", "max": "32.531", "min": "24.727", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "11.847", "max": "13.383", "min": "11.573", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "241.305", "max": "243.098", "min": "240.331", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "3.158", "max": "7.333", "min": "2.643", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "270.346", "max": "284.523", "min": "268.842", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "54.439", "max": "56.112", "min": "54.117", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "22.652", "max": "27.397", "min": "21.892", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "7.691", "max": "15.239", "min": "6.906", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "113.972", "max": "134.89", "min": "113.09", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "78.714", "max": "81.508", "min": "78.339", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "81.05", "max": "97.677", "min": "80.14", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "116.828", "max": "121.62", "min": "116.44", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "81.808", "max": "83.797", "min": "80.946", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "30.588", "max": "32.652", "min": "30.19", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "102.941", "max": "113.767", "min": "101.366", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "19.359", "max": "24.392", "min": "18.647", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "20.487", "max": "22.741", "min": "20.154", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "280.93", "max": "285.209", "min": "280.396", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "100.856", "max": "102.85", "min": "100.441", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "149.669", "max": "151.496", "min": "149.322", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "158.99", "max": "164.317", "min": "158.334", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "26.552", "max": "27.029", "min": "26.296", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "14.182", "max": "23.252", "min": "13.459", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.697", "max": "22.456", "min": "20.222", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "27.794", "max": "30.41", "min": "27.436", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "19.911", "max": "21.747", "min": "19.681", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "138.419", "max": "140.335", "min": "137.865", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "160.007", "max": "166.541", "min": "159.537", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "29.726", "max": "31.784", "min": "29.441", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "139.129", "max": "141.134", "min": "138.86", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "40.717", "max": "41.814", "min": "40.473", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "13.887", "max": "17.543", "min": "13.263", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.591", "max": "165.326", "min": "163.177", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "150.551", "max": "151.58", "min": "149.523", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "141.075", "max": "142.682", "min": "140.79", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.036", "max": "110.234", "min": "107.661", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.469", "max": "87.55", "min": "81.906", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "149.78", "max": "153.519", "min": "149.219", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "11.544", "max": "18.401", "min": "10.585", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "45.453", "max": "48.507", "min": "44.865", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "26.542", "max": "32.899", "min": "26.108", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "137.97", "max": "138.628", "min": "137.794", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "31.645", "max": "36.207", "min": "31.045", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "40.171", "max": "43.963", "min": "39.714", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "163.823", "max": "165.268", "min": "163.496", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "227.298", "max": "231.993", "min": "226.681", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "125.518", "max": "128.613", "min": "125.282", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "87.36", "max": "90.763", "min": "86.608", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "150.349", "max": "151.388", "min": "149.773", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "10.927", "max": "20.427", "min": "6.806", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "109.144", "max": "110.567", "min": "108.813", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "132.599", "max": "137.578", "min": "129.463", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "178.173", "max": "179.713", "min": "177.757", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.984", "max": "44.069", "min": "37.839", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "301.209", "max": "302.414", "min": "301.011", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "25.377", "max": "32.42", "min": "24.567", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "14.391", "max": "14.98", "min": "14.197", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "58.286", "max": "61.231", "min": "57.601", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.461", "max": "125.209", "min": "67.159", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "191.765", "max": "302.866", "min": "182.578", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "348.809", "max": "348.846", "min": "348.742", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "46.291", "max": "48.394", "min": "45.989", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "37.583", "max": "39.62", "min": "37.28", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "84.24", "max": "86.509", "min": "83.898", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "57.126", "max": "60.46", "min": "56.568", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "208.647", "max": "210.283", "min": "207.953", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "122.845", "max": "124.976", "min": "122.574", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "200.604", "max": "207.194", "min": "199.927", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "144.919", "max": "146.623", "min": "144.525", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "157.202", "max": "158.362", "min": "156.946", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "99.646", "max": "100.467", "min": "99.529", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "56.505", "max": "59.604", "min": "56.055", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "12.62", "max": "15.02", "min": "12.115", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "100.571", "max": "102.223", "min": "100.213", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "141.543", "max": "146.729", "min": "140.808", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "100.194", "max": "102.694", "min": "99.72", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "94.657", "max": "97.345", "min": "93.956", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "134.814", "max": "148.761", "min": "133.877", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "93.599", "max": "96.593", "min": "93.099", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "181.84", "max": "185.788", "min": "181.423", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "151.474", "max": "153.075", "min": "151.153", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "120.49", "max": "122.478", "min": "120.284", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "60.671", "max": "62.586", "min": "60.264", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.436", "max": "22.546", "min": "19.005", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "107.128", "max": "109.025", "min": "106.941", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "107.571", "max": "109.468", "min": "107.218", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.586", "max": "22.591", "min": "13.951", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "104.962", "max": "106.896", "min": "104.128", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "144.329", "max": "148.98", "min": "143.755", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "27.606", "max": "29.501", "min": "27.34", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "293.884", "max": "295.855", "min": "293.536", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "93.938", "max": "95.938", "min": "93.355", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "107.347", "max": "108.752", "min": "107.001", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "156.857", "max": "157.442", "min": "156.562", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "146.113", "max": "171.959", "min": "144.544", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "139.978", "max": "144.351", "min": "139.585", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "101.881", "max": "102.664", "min": "101.648", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "101.533", "max": "103.717", "min": "101.27", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "148.092", "max": "149.226", "min": "147.773", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "40.748", "max": "43.569", "min": "40.401", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "314.981", "max": "321.654", "min": "313.646", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "100.695", "max": "106.384", "min": "100.282", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "324.952", "max": "340.551", "min": "286.82", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "201.077", "max": "203.024", "min": "200.814", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "81.611", "max": "86.137", "min": "81.056", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "108.481", "max": "110.168", "min": "108.143", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "133.96", "max": "137.268", "min": "133.657", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "296.6", "max": "298.261", "min": "296.224", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "258.279", "max": "260.217", "min": "257.977", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "73.801", "max": "76.901", "min": "73.373", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "134.278", "max": "137.061", "min": "133.567", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "380.657", "max": "498.07", "min": "191.353", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "160.685", "max": "260.182", "min": "58.146", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "154.801", "max": "161.42", "min": "153.819", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "199.779", "max": "201.718", "min": "199.314", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "116.788", "max": "118.769", "min": "116.556", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "118.285", "max": "120.051", "min": "117.832", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "114.622", "max": "118.812", "min": "114.009", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "180.927", "max": "330.207", "min": "99.648", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "191.217", "max": "195.412", "min": "190.9", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "38.41", "max": "211.403", "min": "29.989", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "29.467", "max": "31.28", "min": "29.316", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "28.204", "max": "29.203", "min": "27.464", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "76.162", "max": "77.559", "min": "75.904", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "160.975", "max": "162.137", "min": "160.552", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "109.667", "max": "111.899", "min": "109.22", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "187.108", "max": "189.119", "min": "186.878", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "108.226", "max": "113.027", "min": "107.526", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "98.045", "max": "98.917", "min": "97.716", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "101.051", "max": "102.911", "min": "100.534", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "287.34", "max": "290.361", "min": "286.555", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "122.025", "max": "123.988", "min": "121.577", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.163", "max": "76.071", "min": "72.789", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "126.043", "max": "144.167", "min": "123.647", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "111.59", "max": "112.454", "min": "111.335", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "111.462", "max": "113.403", "min": "111.113", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "75.997", "max": "79.586", "min": "75.436", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "25.248", "max": "27.593", "min": "24.847", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "187.393", "max": "193.231", "min": "186.601", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "42.717", "max": "48.1", "min": "42.206", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "24.63", "max": "26.314", "min": "24.286", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "181.554", "max": "195.404", "min": "180.69", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "6", "max": "9.864", "min": "5.603", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "46.042", "max": "47.01", "min": "45.799", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "131.632", "max": "134.361", "min": "131.424", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "10.226", "max": "11.558", "min": "10.022", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "12.367", "max": "19.904", "min": "11.921", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "12.431", "max": "19.721", "min": "11.126", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "238.206", "max": "242.781", "min": "237.843", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "33.713", "max": "37.919", "min": "33.079", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.441", "max": "21.749", "min": "17.025", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "94.171", "max": "95.878", "min": "93.88", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "140.209", "max": "143.402", "min": "139.674", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "38.161", "max": "41.104", "min": "37.76", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "252.236", "max": "289.161", "min": "244.531", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "122.058", "max": "126.632", "min": "121.454", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "251.838", "max": "342.751", "min": "243.977", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "125.717", "max": "128.784", "min": "125.401", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "378.16", "max": "378.98", "min": "377.927", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "31.366", "max": "33.305", "min": "30.834", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "75.361", "max": "76.628", "min": "74.952", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "119.858", "max": "124.299", "min": "119.097", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.948", "max": "184.931", "min": "182.677", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "89.943", "max": "93.041", "min": "89.635", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "136.015", "max": "137.629", "min": "135.734", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "239.774", "max": "245.739", "min": "217.712", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "84.725", "max": "86.136", "min": "84.464", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "99.982", "max": "106.149", "min": "99.436", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "17.453", "max": "20.185", "min": "16.98", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "138.509", "max": "141.283", "min": "138.077", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "16.551", "max": "19.582", "min": "16.256", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "26.25", "max": "34.326", "min": "25.472", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "28.787", "max": "30.303", "min": "28.485", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "20.686", "max": "22.33", "min": "20.455", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.315", "max": "17.125", "min": "14.906", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "64.303", "max": "69.795", "min": "63.606", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "45.735", "max": "55.768", "min": "45.134", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "60.315", "max": "64.595", "min": "59.839", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "45.108", "max": "47.934", "min": "44.782", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "0.038", "max": "0.104", "min": "0.021", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "5.935", "max": "10.776", "min": "5.416", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "3.727", "max": "5.237", "min": "3.423", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "18.013", "max": "27.052", "min": "17.268", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "68.298", "max": "72.299", "min": "67.54", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "32.456", "max": "59.224", "min": "29.838", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "33.414", "max": "77.652", "min": "11.879", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "7.23", "max": "10.056", "min": "7.029", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "72.105", "max": "73.001", "min": "71.839", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "35.959", "max": "58.619", "min": "34.208", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "35.345", "max": "37.932", "min": "34.678", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "6.312", "max": "22.033", "min": "5.057", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "276.125", "max": "278.827", "min": "275.746", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "19.274", "max": "20.106", "min": "19.077", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.591", "max": "50.418", "min": "42.763", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "28.484", "max": "30.531", "min": "28.249", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "170.283", "max": "178.215", "min": "168.211", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "52.93", "max": "53.523", "min": "52.789", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "5.091", "max": "14.764", "min": "4.399", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "4.57", "max": "6.47", "min": "4.215", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "2.07", "max": "4.716", "min": "1.689", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "297.304", "max": "303.81", "min": "296.423", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "86.415", "max": "96.601", "min": "84.655", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "214.942", "max": "226.139", "min": "211.615", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "151.008", "max": "151.89", "min": "150.824", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "6.275", "max": "7.77", "min": "6.001", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "131.259", "max": "137.816", "min": "130.715", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "149.764", "max": "154.268", "min": "149.119", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "34.143", "max": "40.042", "min": "33.579", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "56.378", "max": "59.318", "min": "56.056", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "13.675", "max": "16.311", "min": "13.035", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "4.85", "max": "6.321", "min": "4.449", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "102.67", "max": "103.811", "min": "102.466", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "115.523", "max": "117.399", "min": "115.249", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "250.866", "max": "252.618", "min": "250.405", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "81.311", "max": "83.748", "min": "81.088", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.282", "max": "25.338", "min": "22.95", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "79.419", "max": "80.316", "min": "79.191", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "17.647", "max": "20.303", "min": "17.263", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "204.239", "max": "209.079", "min": "203.433", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "119.611", "max": "125.298", "min": "116.58", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "29.046", "max": "31.287", "min": "28.694", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "41.729", "max": "49.094", "min": "40.107", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "171.21", "max": "180.099", "min": "169.477", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "235.999", "max": "237.552", "min": "235.65", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "208.378", "max": "209.531", "min": "208.169", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "79.14", "max": "79.976", "min": "78.893", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "41.335", "max": "42.825", "min": "41.027", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "13.374", "max": "18.348", "min": "12.835", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "55.023", "max": "57.932", "min": "54.749", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "86.363", "max": "90.42", "min": "85.586", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "88.866", "max": "89.875", "min": "88.594", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.362", "max": "67.763", "min": "63.548", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "169.806", "max": "170.77", "min": "169.367", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "101.699", "max": "104.067", "min": "100.755", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "62.06", "max": "65.405", "min": "61.379", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.163", "max": "110.708", "min": "104.371", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "21.636", "max": "24.169", "min": "21.288", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "177.381", "max": "179.463", "min": "177.034", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "182.861", "max": "182.861", "min": "182.861", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "18.603", "max": "21.98", "min": "18.307", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "12.007", "max": "12.604", "min": "11.907", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "121.891", "max": "142.264", "min": "120.551", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "33.657", "max": "45.999", "min": "25.737", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.142", "max": "33.37", "min": "27.343", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "188.181", "max": "189.726", "min": "187.827", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "89.646", "max": "90.657", "min": "89.27", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "100.699", "max": "107.828", "min": "100.234", "id": "196", "country": "Netherlands", "source_name": "Dronten", "destination_name": "Lansing", "destination_id": "295" } } }, "197": { "name": "Groningen", "data": { "0": { "avg": "222.206", "max": "225.743", "min": "221.876", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "287.431", "max": "292.84", "min": "287.048", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "97.416", "max": "97.527", "min": "97.324", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "26.503", "max": "32.527", "min": "25.598", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "14.906", "max": "15.322", "min": "14.73", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "244.901", "max": "245.095", "min": "244.763", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "5.206", "max": "6.946", "min": "4.985", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "274.061", "max": "279.034", "min": "273.388", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.403", "max": "43.638", "min": "43.211", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "26.539", "max": "30.777", "min": "26.08", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "9.098", "max": "9.422", "min": "8.909", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "129.746", "max": "132.25", "min": "129.516", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "86.749", "max": "87.074", "min": "86.659", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "89.393", "max": "99.483", "min": "88.831", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "110.072", "max": "114.35", "min": "109.827", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "96.211", "max": "96.907", "min": "95.989", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "39.883", "max": "40.153", "min": "39.648", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.138", "max": "96.329", "min": "96.027", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "28.862", "max": "29.135", "min": "28.696", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "25.708", "max": "25.812", "min": "25.611", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.472", "max": "291.642", "min": "289.303", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "96.437", "max": "96.68", "min": "96.341", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "158.188", "max": "158.299", "min": "158.077", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "142.055", "max": "142.733", "min": "141.878", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.403", "max": "34.718", "min": "34.302", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "15.674", "max": "16.013", "min": "15.534", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "29.652", "max": "32.271", "min": "29.349", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "32.658", "max": "33.103", "min": "32.556", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "16.757", "max": "16.953", "min": "16.646", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "148.808", "max": "149.659", "min": "148.613", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "167.563", "max": "167.731", "min": "167.403", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "36.8", "max": "37.609", "min": "36.607", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "146.517", "max": "147.254", "min": "146.354", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "46.087", "max": "46.448", "min": "45.943", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "26.549", "max": "27.885", "min": "26.256", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "174.238", "max": "175.048", "min": "174.095", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "145.02", "max": "145.09", "min": "144.939", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "144.445", "max": "144.572", "min": "144.361", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "120.36", "max": "120.776", "min": "120.21", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "100.239", "max": "101.007", "min": "100.04", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "151.936", "max": "155.257", "min": "151.367", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "15.629", "max": "17.899", "min": "15.265", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "48.413", "max": "48.682", "min": "48.274", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "29.947", "max": "33.424", "min": "29.752", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "157.34", "max": "157.489", "min": "157.256", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.819", "max": "36.523", "min": "35.485", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "30.4", "max": "30.686", "min": "30.26", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "172.239", "max": "172.671", "min": "172.081", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "230.733", "max": "231.305", "min": "230.557", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "129.407", "max": "129.494", "min": "129.331", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "89.749", "max": "89.881", "min": "89.593", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "146.623", "max": "146.797", "min": "146.379", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "30.021", "max": "44.854", "min": "17.459", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "105.58", "max": "105.656", "min": "105.475", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "185.731", "max": "192.591", "min": "183.058", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "178.801", "max": "180.165", "min": "178.494", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "46.526", "max": "50.376", "min": "45.045", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "315.413", "max": "315.472", "min": "315.338", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "58.103", "max": "60.421", "min": "57.57", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "10.631", "max": "10.712", "min": "10.525", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60.097", "max": "61.472", "min": "59.455", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.817", "max": "104.643", "min": "66.829", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "181.486", "max": "205.553", "min": "178.667", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "316.87", "max": "317.158", "min": "316.78", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "50.845", "max": "51.912", "min": "50.669", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "37.135", "max": "41.43", "min": "36.865", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "85.015", "max": "85.183", "min": "84.879", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "56.248", "max": "56.585", "min": "55.928", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "213.007", "max": "217.723", "min": "212.091", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "125.772", "max": "126.997", "min": "125.575", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "202.314", "max": "202.905", "min": "202.148", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "144.846", "max": "145.767", "min": "144.603", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "146.768", "max": "151.297", "min": "146.49", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.981", "max": "114.063", "min": "113.891", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "52.758", "max": "54.275", "min": "52.491", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "21.831", "max": "22.21", "min": "21.643", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "102.055", "max": "102.192", "min": "101.889", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "143.482", "max": "144.052", "min": "143.321", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "98.129", "max": "98.751", "min": "97.89", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "99.874", "max": "100.429", "min": "99.793", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "151.01", "max": "151.181", "min": "150.839", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "105.358", "max": "105.995", "min": "105.119", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "235.454", "max": "240.778", "min": "234.866", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "149.616", "max": "150.544", "min": "149.457", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "128.073", "max": "128.16", "min": "127.948", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "64.984", "max": "66.936", "min": "64.681", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.866", "max": "23.078", "min": "19.49", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "117.16", "max": "117.296", "min": "117.017", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "109.392", "max": "109.636", "min": "109.264", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.209", "max": "14.493", "min": "14.056", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "128.98", "max": "131.218", "min": "128.459", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "154.809", "max": "155.17", "min": "154.682", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "37.332", "max": "37.411", "min": "37.264", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "292.673", "max": "292.868", "min": "292.497", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "102.966", "max": "103.126", "min": "102.851", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "128.878", "max": "131.161", "min": "128.575", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "163.605", "max": "163.802", "min": "163.305", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "145.274", "max": "169.663", "min": "143.95", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.933", "max": "154.129", "min": "153.827", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "100.606", "max": "102.498", "min": "100.305", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "116.488", "max": "116.69", "min": "116.354", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "168.745", "max": "168.927", "min": "168.564", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "51.643", "max": "52.265", "min": "51.457", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "309.531", "max": "317.199", "min": "308.627", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "120.366", "max": "120.72", "min": "120.179", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "332.881", "max": "341.199", "min": "302.849", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "168.244", "max": "171.184", "min": "168.03", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "87.268", "max": "87.507", "min": "87.107", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "108.915", "max": "109.278", "min": "108.806", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "149.419", "max": "149.75", "min": "149.292", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "254.434", "max": "255.315", "min": "254.266", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "278.874", "max": "278.984", "min": "278.784", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "94.075", "max": "97.661", "min": "93.885", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "135.88", "max": "175.596", "min": "134.095", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "378.571", "max": "488.607", "min": "183.778", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "154.335", "max": "278.734", "min": "75.621", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "173.666", "max": "174.518", "min": "173.41", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "238.397", "max": "239.799", "min": "238.173", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "124.492", "max": "124.622", "min": "124.32", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "114.925", "max": "116.226", "min": "114.656", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "124.141", "max": "124.473", "min": "123.897", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "210.679", "max": "365.496", "min": "127.102", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "226.537", "max": "243.172", "min": "206.498", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "41.298", "max": "146.631", "min": "36.22", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "33.198", "max": "33.278", "min": "33.13", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "23.642", "max": "24.32", "min": "23.16", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "93.85", "max": "99.313", "min": "93.51", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "155.627", "max": "155.806", "min": "155.416", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "176.945", "max": "180.44", "min": "176.563", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "182.148", "max": "183.143", "min": "181.965", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "114.233", "max": "114.51", "min": "114.111", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "101.483", "max": "101.764", "min": "101.343", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "110.656", "max": "110.815", "min": "110.512", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "300.338", "max": "302.173", "min": "299.698", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "128.277", "max": "128.382", "min": "128.183", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "85.387", "max": "85.711", "min": "85.233", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "134.07", "max": "140.193", "min": "133.243", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "120.817", "max": "120.899", "min": "120.718", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "112.622", "max": "112.773", "min": "112.499", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "89.043", "max": "89.209", "min": "88.893", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "25.727", "max": "25.892", "min": "25.598", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "213.108", "max": "213.589", "min": "212.773", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "38.719", "max": "38.869", "min": "38.585", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "31.096", "max": "31.244", "min": "30.906", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "192.694", "max": "200.841", "min": "192.114", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "12.596", "max": "13.113", "min": "12.388", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "52.683", "max": "53.356", "min": "52.505", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "193.902", "max": "194.283", "min": "193.747", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "9.608", "max": "10.345", "min": "9.458", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "13.491", "max": "16.395", "min": "13.29", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "16.398", "max": "38.343", "min": "14.441", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "291.183", "max": "291.247", "min": "291.103", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.234", "max": "39.403", "min": "36.942", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.208", "max": "18.698", "min": "17.975", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "87.695", "max": "87.854", "min": "87.602", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "157.005", "max": "157.411", "min": "156.715", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "33.396", "max": "34.711", "min": "33.097", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "297.14", "max": "335.066", "min": "290.305", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "144.399", "max": "144.493", "min": "144.233", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "249.066", "max": "339.519", "min": "241.528", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "117.436", "max": "117.71", "min": "117.321", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "387.899", "max": "388.211", "min": "387.6", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "36.088", "max": "36.183", "min": "35.953", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "83.098", "max": "85.153", "min": "82.892", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "114.366", "max": "114.54", "min": "114.235", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "174.384", "max": "174.488", "min": "174.3", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "92.766", "max": "93.31", "min": "92.636", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "147.75", "max": "149.35", "min": "147.523", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "182.846", "max": "187.581", "min": "179.799", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "90.722", "max": "90.879", "min": "90.623", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "107.935", "max": "108.004", "min": "107.813", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "16.725", "max": "17.97", "min": "16.485", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "153.857", "max": "154.017", "min": "153.741", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "19.466", "max": "19.531", "min": "19.407", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "30.961", "max": "31.437", "min": "30.732", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "48.59", "max": "57.958", "min": "48.003", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "29.321", "max": "29.439", "min": "29.261", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.137", "max": "15.633", "min": "14.861", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "71.748", "max": "72.045", "min": "71.583", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "53.446", "max": "53.558", "min": "53.353", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "61.9", "max": "64.266", "min": "61.729", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "51.957", "max": "53.741", "min": "51.763", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "5.559", "max": "6.049", "min": "5.41", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "0.032", "max": "0.059", "min": "0.017", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "6.32", "max": "6.425", "min": "6.184", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "27.274", "max": "27.481", "min": "27.135", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "66.444", "max": "67.048", "min": "66.189", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "35.15", "max": "57.688", "min": "32.965", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "42.403", "max": "94.156", "min": "11.73", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "11.24", "max": "11.35", "min": "11.09", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "65.064", "max": "65.489", "min": "64.891", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "44.335", "max": "45.703", "min": "44.069", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "38.517", "max": "39.16", "min": "38.169", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "7.805", "max": "10.853", "min": "7.378", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "215.904", "max": "226.173", "min": "215.347", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "18.841", "max": "19.25", "min": "18.72", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.294", "max": "43.803", "min": "43.039", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "32.508", "max": "32.666", "min": "32.404", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "179.027", "max": "183.98", "min": "177.508", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "53.192", "max": "53.395", "min": "53.002", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "8.133", "max": "19.217", "min": "7.541", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "5.886", "max": "7.105", "min": "5.749", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "4.549", "max": "4.751", "min": "4.383", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "305.41", "max": "309.637", "min": "304.799", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "97.594", "max": "99.877", "min": "96.807", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "210.15", "max": "229.924", "min": "201.263", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "184.914", "max": "185.49", "min": "184.807", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "8.431", "max": "8.541", "min": "8.368", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "134.471", "max": "135.091", "min": "134.312", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "165.712", "max": "166.225", "min": "165.464", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "35.906", "max": "36.117", "min": "35.731", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "65.438", "max": "65.719", "min": "65.18", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "15.297", "max": "16.303", "min": "14.918", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "7.717", "max": "9.501", "min": "7.476", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "99.63", "max": "99.698", "min": "99.546", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "128.182", "max": "128.276", "min": "128.111", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "341.939", "max": "433.069", "min": "338.613", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "94.73", "max": "95.118", "min": "94.654", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "34.958", "max": "35.124", "min": "34.782", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "90.561", "max": "90.842", "min": "90.472", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "27.412", "max": "27.574", "min": "27.29", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "245.2", "max": "245.448", "min": "245.088", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "130.751", "max": "134.927", "min": "127.032", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "29.453", "max": "29.667", "min": "29.352", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "47.742", "max": "48.839", "min": "46.794", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "148.026", "max": "155.002", "min": "146.633", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "108.411", "max": "109.331", "min": "108.117", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "241.01", "max": "241.166", "min": "240.878", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.139", "max": "85.615", "min": "85.011", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "44.428", "max": "44.525", "min": "44.353", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "9.346", "max": "9.439", "min": "9.273", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "62.97", "max": "63.087", "min": "62.878", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "94.145", "max": "95.329", "min": "93.828", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "96.273", "max": "96.439", "min": "96.206", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.182", "max": "75.707", "min": "66.273", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "179.691", "max": "181.781", "min": "178.751", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "102.403", "max": "104.85", "min": "101.14", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.811", "max": "65.544", "min": "64.603", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "107.563", "max": "108.398", "min": "107.4", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "24.594", "max": "25.866", "min": "24.383", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "177.418", "max": "182.076", "min": "167.387", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "175.326", "max": "175.326", "min": "175.326", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "15.806", "max": "15.886", "min": "15.71", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.494", "max": "22.678", "min": "22.396", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "105.942", "max": "110.216", "min": "105.476", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "30.691", "max": "38.799", "min": "22.882", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "31.032", "max": "31.166", "min": "30.902", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "180.271", "max": "181.201", "min": "179.942", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "89.304", "max": "91.004", "min": "89.077", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "110.118", "max": "110.227", "min": "110.043", "id": "197", "country": "Netherlands", "source_name": "Groningen", "destination_name": "Lansing", "destination_id": "295" } } }, "198": { "name": "Rotterdam", "data": { "0": { "avg": "228.895", "max": "229.225", "min": "228.777", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "295.633", "max": "296.118", "min": "295.389", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "99.404", "max": "99.554", "min": "99.329", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.976", "max": "30.936", "min": "24.151", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.028", "max": "15.793", "min": "14.837", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "257.197", "max": "257.417", "min": "257.09", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "2.959", "max": "3.088", "min": "2.875", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "304.694", "max": "320.062", "min": "303.168", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.655", "max": "43.861", "min": "43.589", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "24.016", "max": "25.62", "min": "23.797", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "6.752", "max": "7.011", "min": "6.62", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "114.731", "max": "116.418", "min": "114.562", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "74.016", "max": "74.074", "min": "73.93", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "81.535", "max": "81.925", "min": "81.403", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "116.955", "max": "117.056", "min": "116.887", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "93.183", "max": "93.316", "min": "92.889", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "27.806", "max": "28.037", "min": "27.573", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "98.256", "max": "98.379", "min": "98.178", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.074", "max": "17.279", "min": "16.927", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "23.574", "max": "23.823", "min": "23.465", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "299.746", "max": "299.8", "min": "299.697", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "90.882", "max": "90.939", "min": "90.822", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "159.773", "max": "159.897", "min": "159.689", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "153.526", "max": "158.308", "min": "153.261", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "42.451", "max": "42.829", "min": "42.278", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "13.001", "max": "13.81", "min": "12.847", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "23.35", "max": "26.677", "min": "23.006", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "27.263", "max": "27.549", "min": "27.026", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "13.773", "max": "13.911", "min": "13.701", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "145.646", "max": "146.672", "min": "145.516", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "252.285", "max": "252.481", "min": "252.192", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "23.326", "max": "23.999", "min": "23.227", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "137.346", "max": "137.549", "min": "137.236", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "41.922", "max": "42.371", "min": "41.804", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "16.707", "max": "17.328", "min": "16.554", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "164.185", "max": "174.876", "min": "163.506", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "139.275", "max": "139.315", "min": "139.239", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "124.993", "max": "125.216", "min": "124.85", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "106.762", "max": "106.992", "min": "106.621", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "83.31", "max": "86.907", "min": "81.723", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "148.909", "max": "151.978", "min": "148.36", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "7.742", "max": "12.803", "min": "7.315", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "46.959", "max": "47.124", "min": "46.858", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "43.393", "max": "46.062", "min": "43.236", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "147.91", "max": "148.033", "min": "147.82", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "32.534", "max": "33.387", "min": "31.848", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "40.975", "max": "41.662", "min": "40.844", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "153.697", "max": "155.046", "min": "153.523", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "234.456", "max": "234.815", "min": "233.42", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "117.602", "max": "117.659", "min": "117.57", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "81.452", "max": "81.776", "min": "81.335", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "156.992", "max": "158.7", "min": "156.813", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "61.958", "max": "90.891", "min": "6.852", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "117.975", "max": "118.114", "min": "117.929", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "154.532", "max": "162.284", "min": "151.73", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "172.819", "max": "173.226", "min": "172.703", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "37.108", "max": "40.049", "min": "36.258", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "308.714", "max": "308.809", "min": "308.638", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "38.893", "max": "40.478", "min": "38.516", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "10.685", "max": "11.028", "min": "10.583", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60", "max": "60.835", "min": "59.557", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.126", "max": "135.549", "min": "68.124", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "180.437", "max": "256.2", "min": "176.186", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "319.42", "max": "319.628", "min": "319.368", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "48.2", "max": "48.379", "min": "48.075", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "32.208", "max": "32.89", "min": "32.028", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "76.577", "max": "77.047", "min": "76.471", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "56.66", "max": "56.955", "min": "56.299", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "236.221", "max": "237.498", "min": "235.589", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "123.404", "max": "123.786", "min": "123.33", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "194.38", "max": "196.47", "min": "194.212", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "144.038", "max": "144.429", "min": "143.838", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "158.806", "max": "162.257", "min": "158.537", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "101.799", "max": "101.863", "min": "101.703", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "50.192", "max": "52.03", "min": "49.912", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "17.699", "max": "18.04", "min": "17.511", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "89.278", "max": "89.384", "min": "89.161", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "153.747", "max": "153.897", "min": "153.61", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "97.402", "max": "106.876", "min": "96.907", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "147.833", "max": "147.963", "min": "147.764", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "151.946", "max": "197.445", "min": "150.184", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "96.975", "max": "97.122", "min": "96.833", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "192.596", "max": "194.93", "min": "188.813", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "149.49", "max": "149.598", "min": "149.331", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "140.278", "max": "140.349", "min": "140.187", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "61.312", "max": "61.865", "min": "61.102", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "15.305", "max": "18.158", "min": "14.919", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "107.151", "max": "107.282", "min": "107.037", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "112.233", "max": "112.906", "min": "112.081", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "12.218", "max": "18.69", "min": "11.514", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "107.525", "max": "109.189", "min": "106.99", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "147.267", "max": "147.68", "min": "147.078", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.498", "max": "33.532", "min": "33.473", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "236.272", "max": "236.572", "min": "236.09", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "81.422", "max": "82.179", "min": "81.213", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "149.036", "max": "149.232", "min": "148.889", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "159.212", "max": "159.485", "min": "158.958", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "136.494", "max": "142.077", "min": "135.711", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "157.574", "max": "157.705", "min": "157.409", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "89.442", "max": "93.471", "min": "89.161", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "104.898", "max": "105.854", "min": "104.798", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "137.838", "max": "137.962", "min": "137.676", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "40.33", "max": "54.347", "min": "39.265", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "307.936", "max": "314.912", "min": "307.153", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "102.962", "max": "103.28", "min": "102.836", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "321.661", "max": "321.821", "min": "321.341", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "168.997", "max": "171.404", "min": "168.815", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "81.605", "max": "81.762", "min": "81.481", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "93.489", "max": "93.667", "min": "93.419", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "136.993", "max": "138.109", "min": "136.869", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "277.869", "max": "278.25", "min": "277.699", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.215", "max": "279.372", "min": "279.058", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "75.659", "max": "75.735", "min": "75.608", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "136.908", "max": "137.901", "min": "136.619", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "370.399", "max": "480.827", "min": "203.929", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "140.677", "max": "223.5", "min": "57.56", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "166.049", "max": "178.378", "min": "165.252", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "255.945", "max": "258.437", "min": "255.685", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "117.856", "max": "118.52", "min": "117.729", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "109.72", "max": "110.909", "min": "109.414", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "114.553", "max": "114.714", "min": "114.4", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "175.702", "max": "330.393", "min": "99.816", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "189.584", "max": "190.228", "min": "189.447", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "51.946", "max": "233.049", "min": "45.084", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "63.643", "max": "63.787", "min": "63.597", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "23.096", "max": "26.244", "min": "22.505", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "87.265", "max": "87.787", "min": "86.884", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "158.039", "max": "158.454", "min": "157.802", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "108.768", "max": "109.316", "min": "108.573", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "172.456", "max": "172.929", "min": "172.268", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "101.825", "max": "102.04", "min": "101.723", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "92.494", "max": "92.607", "min": "92.372", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "103.089", "max": "103.352", "min": "102.921", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "296.527", "max": "298.016", "min": "295.757", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "121.626", "max": "121.737", "min": "121.582", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "70.409", "max": "70.599", "min": "70.293", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "127.549", "max": "143.141", "min": "126.028", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "123.574", "max": "123.825", "min": "123.413", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "121.396", "max": "121.662", "min": "121.178", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "79.149", "max": "80.529", "min": "78.887", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "24.303", "max": "24.478", "min": "24.155", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "217.975", "max": "218.469", "min": "217.672", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "42.595", "max": "42.874", "min": "42.502", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "24.871", "max": "25.08", "min": "24.721", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "184.631", "max": "187.362", "min": "184.279", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "6.109", "max": "6.816", "min": "5.906", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.384", "max": "35.29", "min": "33.243", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "128.014", "max": "128.18", "min": "127.944", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "7.744", "max": "9.254", "min": "7.549", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "9.031", "max": "9.171", "min": "8.98", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "11.995", "max": "21.039", "min": "10.513", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "271.286", "max": "271.484", "min": "271.165", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "33.319", "max": "33.867", "min": "33.196", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "15.697", "max": "60.976", "min": "13.944", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "86.462", "max": "86.873", "min": "86.379", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "158.494", "max": "159.079", "min": "158.271", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "48.459", "max": "51.261", "min": "48.021", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "259.216", "max": "299.298", "min": "252.707", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "122.967", "max": "123.134", "min": "122.849", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "240.263", "max": "274.671", "min": "235.526", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "127.445", "max": "127.545", "min": "127.385", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "561.619", "max": "562.422", "min": "561.112", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "29.576", "max": "29.691", "min": "29.516", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.849", "max": "82.014", "min": "81.748", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "104.492", "max": "104.61", "min": "104.349", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "182.321", "max": "182.525", "min": "182.11", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "88.502", "max": "88.628", "min": "88.421", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "144.556", "max": "145.427", "min": "144.386", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "275.975", "max": "280.191", "min": "275.525", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "83.899", "max": "85.715", "min": "83.664", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "86.949", "max": "86.989", "min": "86.919", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.104", "max": "16.993", "min": "13.795", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "145.028", "max": "145.238", "min": "144.93", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "15.739", "max": "15.957", "min": "15.691", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.397", "max": "22.167", "min": "21.223", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "24.392", "max": "34.822", "min": "23.949", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "20.089", "max": "20.118", "min": "20.032", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "10.877", "max": "11.417", "min": "10.664", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "61.557", "max": "61.831", "min": "61.378", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "41.547", "max": "41.618", "min": "41.465", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "57.681", "max": "63.188", "min": "57.212", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "40.631", "max": "40.978", "min": "40.481", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "3.599", "max": "4.236", "min": "3.391", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "6.235", "max": "6.391", "min": "6.14", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "0.034", "max": "0.052", "min": "0.031", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "38.354", "max": "42.525", "min": "38.061", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "63.743", "max": "66.205", "min": "63.323", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "29.99", "max": "40.206", "min": "28.616", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "43.528", "max": "113.613", "min": "20.202", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "6.029", "max": "6.076", "min": "5.971", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "58.025", "max": "58.677", "min": "57.806", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "30.669", "max": "31.037", "min": "30.487", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "33.128", "max": "33.85", "min": "32.752", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "5.946", "max": "27.254", "min": "4.9", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "212.442", "max": "213.19", "min": "212.308", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "13.828", "max": "14.293", "min": "13.742", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "42.417", "max": "42.652", "min": "42.237", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "45.415", "max": "45.979", "min": "45.341", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "162.598", "max": "168.668", "min": "160.366", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "51.313", "max": "51.5", "min": "51.214", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "4.36", "max": "13.973", "min": "3.922", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "3.352", "max": "5.701", "min": "3.096", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "2.675", "max": "9.311", "min": "2.247", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "304.727", "max": "306.763", "min": "304.52", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "81.591", "max": "84.893", "min": "81.071", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.488", "max": "227.052", "min": "209.532", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "134.88", "max": "134.974", "min": "134.786", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "6.607", "max": "6.99", "min": "6.524", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "143.236", "max": "147.207", "min": "141.151", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "168.531", "max": "168.66", "min": "168.372", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "39.667", "max": "40.039", "min": "39.517", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "65.105", "max": "65.864", "min": "64.929", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "9.888", "max": "11.307", "min": "9.585", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "3.868", "max": "5.421", "min": "3.618", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "109.07", "max": "109.174", "min": "109.033", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "120.473", "max": "120.629", "min": "120.369", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "257.406", "max": "361.171", "min": "253.643", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.338", "max": "91.216", "min": "78.134", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.528", "max": "23.679", "min": "23.415", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "82.809", "max": "82.86", "min": "82.772", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "15.229", "max": "15.392", "min": "15.126", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "229.663", "max": "230.083", "min": "229.529", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "116.518", "max": "119.642", "min": "113.446", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "21.932", "max": "22.434", "min": "21.765", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "44.89", "max": "46.483", "min": "44.136", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "149.452", "max": "152.574", "min": "148.264", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "104.016", "max": "105.442", "min": "103.672", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "244.069", "max": "244.321", "min": "243.945", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "78.528", "max": "79.531", "min": "78.343", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "40.879", "max": "40.925", "min": "40.847", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.74", "max": "11.932", "min": "11.706", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "39.982", "max": "40.077", "min": "39.928", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "87.289", "max": "89.409", "min": "86.944", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "86.245", "max": "86.79", "min": "86.14", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "67.829", "max": "70.645", "min": "65.639", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "169.834", "max": "170.662", "min": "169.4", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "88.95", "max": "92.92", "min": "87.861", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "61.179", "max": "61.997", "min": "61.07", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "103.945", "max": "104.314", "min": "103.807", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "20.49", "max": "28.933", "min": "19.869", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "196.491", "max": "198.905", "min": "190.327", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "175.916", "max": "175.916", "min": "175.916", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "9.662", "max": "9.706", "min": "9.636", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "12.26", "max": "12.329", "min": "12.219", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "101.506", "max": "101.717", "min": "101.373", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "31.294", "max": "39.863", "min": "23.84", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "25.243", "max": "25.352", "min": "25.155", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "136.624", "max": "138.474", "min": "136.334", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "85.647", "max": "87.703", "min": "85.343", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "99.545", "max": "102.429", "min": "99.313", "id": "198", "country": "Netherlands", "source_name": "Rotterdam", "destination_name": "Lansing", "destination_id": "295" } } }, "202": { "name": "Venice", "data": { "0": { "avg": "232.45", "max": "234.044", "min": "232.061", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "284.673", "max": "289.373", "min": "284.113", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "116.737", "max": "134.556", "min": "115.053", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.069", "max": "28.396", "min": "23.261", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "26.845", "max": "28.783", "min": "26.295", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "252.246", "max": "271.214", "min": "250.414", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "25.459", "max": "27.222", "min": "25.13", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "289.394", "max": "293.999", "min": "288.597", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "64.576", "max": "79.081", "min": "63.637", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "52.201", "max": "55.149", "min": "51.792", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "32.332", "max": "33.574", "min": "31.876", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "142.196", "max": "161.623", "min": "141.27", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "98.592", "max": "100.931", "min": "98.207", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "113.578", "max": "125.698", "min": "112.496", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "131.958", "max": "134.726", "min": "131.333", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "103.173", "max": "103.85", "min": "102.652", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "39.732", "max": "47.71", "min": "39.01", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "119.14", "max": "121.321", "min": "118.727", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "43.43", "max": "69.257", "min": "41.421", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "21.902", "max": "24.365", "min": "21.18", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "299.314", "max": "301", "min": "298.988", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "118.638", "max": "120.692", "min": "118.321", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "168.164", "max": "173.182", "min": "167.572", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "174.424", "max": "183.318", "min": "172.726", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "44.202", "max": "64.646", "min": "38.642", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "35.135", "max": "38.568", "min": "34.742", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "6.291", "max": "7.474", "min": "5.875", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "46.757", "max": "47.74", "min": "46.494", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "25.403", "max": "26.569", "min": "25.141", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "156.255", "max": "163.401", "min": "155.471", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "350.97", "max": "352.558", "min": "350.528", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "36.675", "max": "37.411", "min": "36.367", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.769", "max": "180.144", "min": "167.043", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "58.944", "max": "60.309", "min": "58.55", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "11.018", "max": "12.402", "min": "10.618", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "262.041", "max": "264.837", "min": "261.519", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "168.546", "max": "170.124", "min": "168.026", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "154.408", "max": "155.814", "min": "154.154", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "129.355", "max": "130.408", "min": "129.082", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "103.993", "max": "108.616", "min": "103.438", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "172.26", "max": "174.653", "min": "171.582", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "39.348", "max": "57.087", "min": "35.935", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "66.077", "max": "67.834", "min": "65.668", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "44.15", "max": "59.035", "min": "42.994", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "140.224", "max": "154.849", "min": "138.892", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.273", "max": "36.806", "min": "34.667", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "51.654", "max": "52.688", "min": "51.239", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "189.127", "max": "195.06", "min": "188.618", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "244.075", "max": "245.249", "min": "242.731", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "136.68", "max": "137.69", "min": "136.4", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "108.832", "max": "146.134", "min": "106.331", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "169.911", "max": "171.429", "min": "169.613", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "55.813", "max": "64.093", "min": "45.937", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "129.529", "max": "130.609", "min": "129.206", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "150.74", "max": "167.258", "min": "147.174", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "359.858", "max": "361.54", "min": "359.41", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "41.657", "max": "47.91", "min": "40.126", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "318.744", "max": "324.679", "min": "318.184", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "56.506", "max": "58.771", "min": "55.917", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "26.748", "max": "28.509", "min": "26.387", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "64.456", "max": "66.159", "min": "63.803", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.918", "max": "109.63", "min": "66.55", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "206.602", "max": "272.876", "min": "201.573", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "277.681", "max": "279.377", "min": "277.033", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "54.908", "max": "61.153", "min": "54.416", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "45.087", "max": "47.383", "min": "44.659", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "101.622", "max": "117.457", "min": "100.451", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "42.503", "max": "49.427", "min": "41.632", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "231.626", "max": "238.668", "min": "230.412", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "141.411", "max": "144.153", "min": "141.095", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "318.249", "max": "319.057", "min": "317.917", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "167.032", "max": "169.462", "min": "166.529", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "174.249", "max": "180.753", "min": "173.407", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "124.754", "max": "125.272", "min": "124.558", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "73.118", "max": "75.701", "min": "72.699", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "38.861", "max": "41.383", "min": "38.416", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "114.238", "max": "117.431", "min": "113.883", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "175.355", "max": "180.545", "min": "174.807", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "113.662", "max": "120.192", "min": "112.629", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "113.748", "max": "114.939", "min": "113.446", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "174.185", "max": "175.026", "min": "173.841", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "105.942", "max": "108.896", "min": "105.305", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "234.836", "max": "236.985", "min": "234.287", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "172.438", "max": "175.192", "min": "171.979", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "161.596", "max": "162.814", "min": "161.161", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "84.017", "max": "97.812", "min": "82.589", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "41.9", "max": "43.568", "min": "41.357", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "131.086", "max": "141.604", "min": "130.423", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "124.774", "max": "125.626", "min": "124.456", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "38.556", "max": "47.267", "min": "36.947", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "128.677", "max": "131.486", "min": "127.639", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "169.147", "max": "172.064", "min": "168.524", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "31.129", "max": "36.881", "min": "30.256", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "309.394", "max": "341.149", "min": "307.443", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "106.632", "max": "108.983", "min": "106.054", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "141.977", "max": "164.1", "min": "134.545", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "180.614", "max": "181.328", "min": "180.289", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "162.508", "max": "201.293", "min": "159.722", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "170.633", "max": "171.763", "min": "170.35", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "116.134", "max": "118.563", "min": "115.604", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "129.698", "max": "131.453", "min": "129.297", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "174.67", "max": "176.773", "min": "174.291", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "51.011", "max": "52.531", "min": "50.658", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "327.374", "max": "331.828", "min": "326.455", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "124.559", "max": "125.069", "min": "124.258", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "351.627", "max": "385.907", "min": "331.929", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "203.91", "max": "213.519", "min": "203.294", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "102.745", "max": "107.035", "min": "102.251", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "125.408", "max": "126.948", "min": "124.833", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "170.821", "max": "173.109", "min": "170.051", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "248.436", "max": "249.899", "min": "248.191", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "294.606", "max": "296.277", "min": "294.158", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "98.996", "max": "107.661", "min": "98.459", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "157.009", "max": "158.28", "min": "156.389", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "373.167", "max": "493.932", "min": "195.349", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "135.257", "max": "210.115", "min": "64.072", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "189.248", "max": "195.558", "min": "188.399", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "230.939", "max": "260.444", "min": "229.385", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "135.896", "max": "137.243", "min": "135.528", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "135.569", "max": "142.021", "min": "134.871", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "142.938", "max": "145.491", "min": "141.932", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "196.944", "max": "352.968", "min": "121.681", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "207.321", "max": "226.14", "min": "205.672", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "59.798", "max": "287.019", "min": "51.044", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "56.04", "max": "59.152", "min": "55.5", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "39.17", "max": "40.428", "min": "38.395", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "101.446", "max": "102.596", "min": "100.947", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "253.222", "max": "255.164", "min": "252.743", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "111.824", "max": "112.941", "min": "111.53", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "200.46", "max": "202.276", "min": "200.167", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "129.202", "max": "148.532", "min": "127.759", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "119.965", "max": "124.083", "min": "119.635", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "130.431", "max": "132.505", "min": "129.996", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "303.465", "max": "305.278", "min": "302.49", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "144.597", "max": "148.043", "min": "144.238", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "96.579", "max": "98.556", "min": "95.912", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "153.449", "max": "165.4", "min": "151.757", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "145.998", "max": "147.219", "min": "145.669", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "123.761", "max": "124.693", "min": "123.53", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "99.325", "max": "107.014", "min": "98.71", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "23.817", "max": "27.066", "min": "23.436", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "188.608", "max": "190.729", "min": "187.94", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "63.03", "max": "63.967", "min": "62.672", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "24.803", "max": "56.786", "min": "23.067", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "200.493", "max": "215.293", "min": "198.956", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "31.137", "max": "68.24", "min": "25.864", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "41.2", "max": "46.56", "min": "40.421", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "122.562", "max": "123.509", "min": "122.218", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "35.295", "max": "37.107", "min": "34.802", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "34.862", "max": "35.907", "min": "34.584", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "34.134", "max": "50.538", "min": "31.239", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "298.32", "max": "299.676", "min": "298.019", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "41.057", "max": "43.137", "min": "40.676", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "15.604", "max": "18.22", "min": "15.192", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "112.697", "max": "115.904", "min": "112.065", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "179.103", "max": "182.23", "min": "178.649", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "58.495", "max": "59.426", "min": "58.091", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "328.077", "max": "375.338", "min": "320.067", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "140.522", "max": "142.752", "min": "140.108", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "268.162", "max": "359.005", "min": "260.147", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "140.565", "max": "141.753", "min": "140.14", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "398.654", "max": "399.475", "min": "398.223", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "51.897", "max": "53.118", "min": "51.6", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "100.044", "max": "102.828", "min": "99.411", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "117.855", "max": "119.021", "min": "117.57", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "188.898", "max": "190.18", "min": "188.626", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "110.842", "max": "111.172", "min": "110.67", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "153.437", "max": "156.891", "min": "152.801", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "212.937", "max": "223.24", "min": "203.455", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "101.853", "max": "113.633", "min": "99.252", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "113.556", "max": "114.593", "min": "113.221", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.504", "max": "44.125", "min": "21.535", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "282.406", "max": "284.716", "min": "281.984", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "42.932", "max": "47.288", "min": "42.483", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "14.887", "max": "17.967", "min": "14.338", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "16.444", "max": "18.767", "min": "16.001", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "7.108", "max": "9.481", "min": "6.639", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "38.756", "max": "42.893", "min": "37.891", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "63.008", "max": "64.95", "min": "62.442", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "45.236", "max": "47.288", "min": "44.667", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "71.752", "max": "73.238", "min": "71.433", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "38.764", "max": "41.6", "min": "38.328", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "30.228", "max": "31.362", "min": "29.875", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "33.363", "max": "34.873", "min": "33.017", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "29.163", "max": "31.985", "min": "28.614", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "41.398", "max": "46.646", "min": "41.002", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "63.687", "max": "66.588", "min": "63.282", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "0.041", "max": "0.123", "min": "0.02", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "52.723", "max": "126.027", "min": "25.005", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "30.44", "max": "32.512", "min": "29.834", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "64.353", "max": "66.025", "min": "63.989", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "47.665", "max": "72.607", "min": "46.376", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "47.925", "max": "49.555", "min": "47.397", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "28.107", "max": "32.724", "min": "27.228", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "283.163", "max": "284.917", "min": "282.512", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "22.415", "max": "23.781", "min": "22.054", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "8.973", "max": "13.305", "min": "8.382", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "35.105", "max": "63.836", "min": "31.258", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "193.158", "max": "201.017", "min": "191.64", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "53.688", "max": "55.611", "min": "53.209", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "30.053", "max": "33.348", "min": "29.567", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "30.564", "max": "32.213", "min": "29.796", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "28.116", "max": "29.246", "min": "27.81", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "242.797", "max": "256.273", "min": "238.688", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "104.298", "max": "111.069", "min": "103.226", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "245.02", "max": "248.58", "min": "240.164", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "152.413", "max": "153.072", "min": "152.123", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "32.412", "max": "34.389", "min": "32.062", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "150.436", "max": "151.84", "min": "150.067", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "172.039", "max": "174.267", "min": "171.577", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "16.141", "max": "17.485", "min": "15.764", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "57.893", "max": "59.729", "min": "57.536", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "36.605", "max": "38.638", "min": "35.908", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "26.921", "max": "30.105", "min": "26.505", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "124.435", "max": "125.607", "min": "124.217", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "135.436", "max": "146.73", "min": "134.608", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "291.972", "max": "619.972", "min": "280.311", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "102.617", "max": "104.864", "min": "101.981", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "22.928", "max": "23.856", "min": "22.678", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "102.768", "max": "106.443", "min": "101.431", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "12.202", "max": "16.852", "min": "11.526", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "227.067", "max": "331.183", "min": "223.103", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "139.946", "max": "144.226", "min": "137.755", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "34.493", "max": "37.712", "min": "34.014", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "33.576", "max": "35.47", "min": "32.747", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "168.002", "max": "172.001", "min": "166.816", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "114.556", "max": "116.105", "min": "113.949", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "322.998", "max": "334.876", "min": "321.228", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "87.47", "max": "103.707", "min": "85.706", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "42.488", "max": "47.74", "min": "41.97", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "32.278", "max": "33.775", "min": "32.023", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "49.942", "max": "54.807", "min": "48.895", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "110.715", "max": "113.121", "min": "109.982", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "111.969", "max": "113.519", "min": "111.59", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "79.684", "max": "92.718", "min": "76.592", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "188.384", "max": "191.154", "min": "187.89", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "109.525", "max": "110.76", "min": "108.216", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "73.534", "max": "76.136", "min": "73.232", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "121.141", "max": "131.645", "min": "120.354", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "45.232", "max": "50.43", "min": "44.566", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "208.402", "max": "212.608", "min": "196.585", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "202.367", "max": "202.367", "min": "202.367", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "34.822", "max": "36.569", "min": "34.467", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "26.513", "max": "29.446", "min": "26.016", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "132.109", "max": "133.598", "min": "131.648", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "45.341", "max": "61.011", "min": "39.75", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "36.389", "max": "39.504", "min": "35.906", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "134.651", "max": "137.943", "min": "133.913", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "87.461", "max": "98.438", "min": "86.027", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "124.052", "max": "127.645", "min": "123.545", "id": "202", "country": "Italy", "source_name": "Venice", "destination_name": "Lansing", "destination_id": "295" } } }, "203": { "name": "Hamburg", "data": { "0": { "avg": "217.774", "max": "295.636", "min": "197.876", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "288.258", "max": "343.035", "min": "273.976", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "121.706", "max": "200.04", "min": "97.867", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "43.624", "max": "101.134", "min": "23.832", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "51.949", "max": "114.462", "min": "19.417", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "241.381", "max": "271.801", "min": "229.544", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "41.322", "max": "106.41", "min": "16.392", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "297.381", "max": "363.77", "min": "275.353", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "74.707", "max": "130.636", "min": "47.283", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "70.424", "max": "140.201", "min": "40.055", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "42.186", "max": "108.919", "min": "13.334", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "163.913", "max": "207.223", "min": "135.213", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "120.823", "max": "168.629", "min": "88.411", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.312", "max": "163.292", "min": "87.876", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "144.668", "max": "224.332", "min": "116.53", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "140.188", "max": "199.143", "min": "103.193", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "45.231", "max": "111.013", "min": "30.303", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "131.402", "max": "181.105", "min": "100.067", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "49.365", "max": "156.814", "min": "28.282", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "60.194", "max": "125.965", "min": "33.054", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "309.515", "max": "360.92", "min": "289.179", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "134.393", "max": "208.718", "min": "101.644", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "181.887", "max": "249.278", "min": "147.999", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "181.132", "max": "315.831", "min": "147.926", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "49.614", "max": "152.209", "min": "24.926", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "51.431", "max": "110.389", "min": "18.14", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "49.885", "max": "109.754", "min": "29.837", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "48.896", "max": "190.407", "min": "25.486", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "35.136", "max": "100.686", "min": "12.879", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "175.057", "max": "258.98", "min": "144.631", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "186.044", "max": "231.138", "min": "167.615", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "37.267", "max": "91.911", "min": "19.646", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "176.545", "max": "246.729", "min": "151.332", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.668", "max": "143.244", "min": "37.219", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "39.578", "max": "132.497", "min": "14.665", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "204.706", "max": "256.874", "min": "174.029", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "169.616", "max": "235.425", "min": "145.976", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "171.423", "max": "252.472", "min": "140.156", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "143.511", "max": "212.315", "min": "120.465", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "121.16", "max": "170.773", "min": "100.843", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "182.872", "max": "236.43", "min": "157.966", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "34.89", "max": "103.282", "min": "17.793", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "81.832", "max": "134.407", "min": "53.148", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "64.52", "max": "194.179", "min": "34.474", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "178.401", "max": "237.425", "min": "145.292", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "54.844", "max": "99.807", "min": "30.303", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "47.868", "max": "140.201", "min": "20.992", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "194.244", "max": "231.702", "min": "174.309", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "287.644", "max": "366.767", "min": "265.142", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "159.298", "max": "278.352", "min": "127.244", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "109.861", "max": "161.427", "min": "92.177", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.052", "max": "238.39", "min": "159.596", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "68.739", "max": "136.888", "min": "15.269", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.098", "max": "223.972", "min": "110.345", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "174.76", "max": "237.229", "min": "144.123", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "395.718", "max": "470.403", "min": "361.976", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "66.841", "max": "130.694", "min": "43.892", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "328.46", "max": "413.047", "min": "297.988", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "61.349", "max": "132.266", "min": "38.767", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "40.978", "max": "100.621", "min": "17.94", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "90.118", "max": "148.404", "min": "60.245", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "102.482", "max": "167.774", "min": "74.676", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "212.487", "max": "298.015", "min": "177.581", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "232.215", "max": "249.885", "min": "218.355", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "70.544", "max": "135.404", "min": "43.775", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "71.268", "max": "159.817", "min": "40.201", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "123.626", "max": "201.721", "min": "95.936", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "80.02", "max": "170.137", "min": "49.443", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "234.144", "max": "286.594", "min": "218.811", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "151.422", "max": "206.939", "min": "120.863", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "255.642", "max": "391.269", "min": "238.451", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "167.208", "max": "256.059", "min": "143.891", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "188.554", "max": "261.62", "min": "163.932", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "142.042", "max": "200.332", "min": "114.291", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "79.932", "max": "161.833", "min": "52.829", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "79.339", "max": "186.788", "min": "24.598", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "146.107", "max": "203.569", "min": "109.626", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "182.917", "max": "241.222", "min": "155.395", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "147.366", "max": "207.204", "min": "114.746", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "135.017", "max": "219.722", "min": "102.659", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "174.567", "max": "304.745", "min": "142.854", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "120.393", "max": "208.805", "min": "89.693", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "230.583", "max": "295.32", "min": "210.832", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "193.862", "max": "269.915", "min": "161.953", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "159.957", "max": "241.052", "min": "130.502", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "99.361", "max": "153.609", "min": "71.09", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "45.989", "max": "109.966", "min": "24.125", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "143.295", "max": "209.921", "min": "116.526", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "139.629", "max": "194.213", "min": "108.676", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "46.095", "max": "130.503", "min": "30.101", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "141.573", "max": "197.248", "min": "113.878", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "177.678", "max": "232.609", "min": "151.127", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "71.284", "max": "130.205", "min": "42.074", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "324.314", "max": "421.195", "min": "303.338", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "119.533", "max": "180.737", "min": "92.696", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "166.635", "max": "239.552", "min": "136.12", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "200.457", "max": "286.879", "min": "171.015", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "186.089", "max": "271.224", "min": "149.933", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "182.156", "max": "243.198", "min": "151.556", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "131.016", "max": "176.616", "min": "109.08", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "138.969", "max": "205.847", "min": "117.931", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "184.863", "max": "245.943", "min": "162.631", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "72.755", "max": "126.123", "min": "48.452", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "345.712", "max": "407.469", "min": "323.765", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "134.883", "max": "220.37", "min": "106.852", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "362.699", "max": "458.374", "min": "296.489", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "224.417", "max": "342.172", "min": "188.023", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "123.041", "max": "216.152", "min": "89.975", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "142.612", "max": "262.964", "min": "112.409", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "190.439", "max": "245.504", "min": "154.255", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.851", "max": "290.773", "min": "243.182", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "309.399", "max": "361.574", "min": "284.438", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "123.276", "max": "229.731", "min": "90.247", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "164.488", "max": "238.814", "min": "136.676", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "388.961", "max": "498.225", "min": "202.464", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "161.955", "max": "263.837", "min": "71.814", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "202.747", "max": "259.991", "min": "177.868", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "236.193", "max": "261.27", "min": "220.654", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "149.523", "max": "246.119", "min": "127.63", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "147.027", "max": "200.368", "min": "123.245", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "148.952", "max": "209.214", "min": "120.849", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "210.516", "max": "363.562", "min": "113.211", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "218.914", "max": "361.255", "min": "195.542", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "60.831", "max": "142.787", "min": "32.221", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "44.761", "max": "106.567", "min": "20.903", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "37.267", "max": "97.678", "min": "16.529", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "106.394", "max": "161.216", "min": "84.896", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "200.321", "max": "282.973", "min": "170.291", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "138.484", "max": "200.711", "min": "115.505", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "201.455", "max": "260.255", "min": "179.702", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "130.12", "max": "183.835", "min": "109.387", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "138.733", "max": "200.659", "min": "107.453", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "133.97", "max": "200.717", "min": "107.431", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "325.421", "max": "388.472", "min": "303.887", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "160.038", "max": "212.336", "min": "128.799", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "107.648", "max": "144.265", "min": "80.933", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "168.737", "max": "266.84", "min": "137.237", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "154.81", "max": "215.184", "min": "127.151", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "143.733", "max": "246.72", "min": "119.235", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "107.642", "max": "157.497", "min": "87.079", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "34.449", "max": "100.459", "min": "14.603", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "207.765", "max": "274.752", "min": "187.488", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "65.014", "max": "123.515", "min": "37.587", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "48.194", "max": "126.79", "min": "27.35", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "213.318", "max": "270.965", "min": "188.684", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "43.941", "max": "118.361", "min": "12.156", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "58.732", "max": "121.944", "min": "32.47", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "160.676", "max": "219.766", "min": "130.047", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "38.647", "max": "119.622", "min": "20.397", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "44.018", "max": "102.813", "min": "23.05", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "34.008", "max": "122.098", "min": "11.406", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "270.299", "max": "336.666", "min": "250.968", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "64.651", "max": "160.769", "min": "35.07", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "36.695", "max": "96.881", "min": "17.034", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "134.366", "max": "231.525", "min": "104.812", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "167.832", "max": "213.874", "min": "147.391", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "65.025", "max": "131.28", "min": "36.202", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "275.878", "max": "347.241", "min": "255.799", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "145.099", "max": "198.697", "min": "125.148", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "269.787", "max": "344.745", "min": "245.563", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "144.783", "max": "195.692", "min": "121.594", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "423.865", "max": "530.479", "min": "389.49", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "69.608", "max": "147.233", "min": "38.481", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "107.375", "max": "164.961", "min": "82.558", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "135.154", "max": "198.753", "min": "109.312", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "200.979", "max": "251.712", "min": "178.459", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "115.7", "max": "201.501", "min": "86.187", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "189.555", "max": "306.972", "min": "162.036", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "224.856", "max": "301.002", "min": "180.24", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "112.771", "max": "191.274", "min": "90.328", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "124.448", "max": "170.065", "min": "102.182", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "39.455", "max": "99.879", "min": "10.346", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "174.77", "max": "256.075", "min": "144.438", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "44.718", "max": "103.691", "min": "24.902", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "34.427", "max": "94.65", "min": "15.706", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "48.676", "max": "106.325", "min": "22.828", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "48.197", "max": "126.399", "min": "17.594", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "46.345", "max": "113.768", "min": "27.982", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "97.663", "max": "175.117", "min": "61.955", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "71.089", "max": "137.759", "min": "39.42", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "80.489", "max": "128.64", "min": "55.81", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "73.329", "max": "136.495", "min": "49.215", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "34.137", "max": "95.687", "min": "10.598", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "35.423", "max": "111.473", "min": "11.416", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "42.562", "max": "100.961", "min": "20.234", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "37.423", "max": "109.211", "min": "18.675", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "79.192", "max": "149.378", "min": "52.437", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "48.776", "max": "105.608", "min": "24.892", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "0.071", "max": "0.472", "min": "0.02", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "35.987", "max": "72.001", "min": "14.866", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "80.251", "max": "141.464", "min": "55.64", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "56.564", "max": "102.151", "min": "32.467", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "66.888", "max": "119.715", "min": "37.83", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "35.616", "max": "95.294", "min": "12.53", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "216.477", "max": "267.779", "min": "194.045", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "41.662", "max": "113.407", "min": "15.735", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "66.561", "max": "132.3", "min": "41.629", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "45.148", "max": "109.542", "min": "26.236", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "214.256", "max": "298.185", "min": "180.594", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "70.307", "max": "126.09", "min": "39.735", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "43.193", "max": "106.341", "min": "16.543", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "43.376", "max": "129.825", "min": "21.482", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "36.749", "max": "99.497", "min": "13.459", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "332.455", "max": "388.978", "min": "297.373", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "118.811", "max": "199.025", "min": "89.105", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.474", "max": "265.419", "min": "205.85", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "165.7", "max": "202.243", "min": "142.271", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "44.433", "max": "166.672", "min": "12.982", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "167.656", "max": "231.849", "min": "141.992", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "206.131", "max": "302.156", "min": "173.643", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "48.24", "max": "178.816", "min": "29.335", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "70.167", "max": "118.125", "min": "48.915", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "45.964", "max": "121.924", "min": "22.867", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "39.165", "max": "108.057", "min": "11.779", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "138.201", "max": "199.763", "min": "108.686", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "147.073", "max": "227.886", "min": "117.174", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "256.315", "max": "415.548", "min": "236.363", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "107.904", "max": "161.143", "min": "87.444", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "42.727", "max": "107.698", "min": "21.442", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "110.183", "max": "169.522", "min": "88.065", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "44.464", "max": "127.934", "min": "18.091", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "244.021", "max": "330.113", "min": "232.344", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "163.256", "max": "226.898", "min": "136.845", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "61.092", "max": "112.509", "min": "33.413", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "75.038", "max": "159.975", "min": "44.69", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "188.156", "max": "244.797", "min": "163.25", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "138.974", "max": "220.919", "min": "112.957", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "259.106", "max": "300.822", "min": "243.181", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "105.193", "max": "166.5", "min": "78.373", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "67.447", "max": "133.869", "min": "42.136", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "42.192", "max": "106.343", "min": "17.1", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "76.728", "max": "144.67", "min": "51.213", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "115.891", "max": "165.41", "min": "95.529", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "118.524", "max": "170.411", "min": "98.149", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "103.237", "max": "163.39", "min": "73.351", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "193.205", "max": "235.225", "min": "174.229", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "119.93", "max": "199.894", "min": "96.651", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "91.034", "max": "160.454", "min": "64.269", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "138.401", "max": "229.54", "min": "108.869", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "58.801", "max": "110.691", "min": "31.356", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "197.29", "max": "252.912", "min": "173.309", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "192.922", "max": "192.922", "min": "192.922", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "42.068", "max": "116.919", "min": "17.867", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "41.109", "max": "101.343", "min": "17.427", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "140.526", "max": "205.135", "min": "116.721", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "59.105", "max": "131.343", "min": "31.913", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "42.538", "max": "109.55", "min": "28.382", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "212.863", "max": "273.435", "min": "193.254", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "111.474", "max": "199.65", "min": "73.836", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "139.474", "max": "209.298", "min": "112.939", "id": "203", "country": "Germany", "source_name": "Hamburg", "destination_name": "Lansing", "destination_id": "295" } } }, "204": { "name": "Belfast", "data": { "0": { "avg": "196.466", "max": "196.675", "min": "196.331", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "253.768", "max": "254.109", "min": "253.557", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "78.925", "max": "80.413", "min": "78.719", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "31.129", "max": "40.661", "min": "30.28", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "8.521", "max": "8.786", "min": "8.366", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "207.157", "max": "207.502", "min": "206.871", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "7.649", "max": "7.891", "min": "7.565", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "292.191", "max": "305.493", "min": "290.623", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "48.367", "max": "48.567", "min": "48.213", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "26.438", "max": "27.662", "min": "26.184", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.582", "max": "10.736", "min": "10.374", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "107.547", "max": "110.936", "min": "107.253", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "67.657", "max": "67.783", "min": "67.566", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "72.728", "max": "72.921", "min": "72.552", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "100.786", "max": "101.329", "min": "100.592", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "92.131", "max": "92.313", "min": "91.397", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.104", "max": "35.308", "min": "34.867", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "87.2", "max": "89.123", "min": "86.612", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "10.398", "max": "10.647", "min": "10.276", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "23.418", "max": "23.579", "min": "23.339", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "270.404", "max": "270.689", "min": "270.279", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "84.818", "max": "87.709", "min": "84.673", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "128.087", "max": "128.554", "min": "127.971", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "124.589", "max": "124.967", "min": "124.401", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "31.082", "max": "32.768", "min": "30.855", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "17.044", "max": "17.335", "min": "16.889", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "23.306", "max": "24.897", "min": "23.068", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "30.453", "max": "30.682", "min": "30.324", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.049", "max": "18.203", "min": "17.949", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "130.166", "max": "130.503", "min": "129.937", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "152.999", "max": "153.205", "min": "152.852", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "27.687", "max": "28.074", "min": "27.541", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "135.95", "max": "136.4", "min": "135.814", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "47.554", "max": "47.751", "min": "47.369", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "18.246", "max": "22.073", "min": "17.955", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "170.745", "max": "172.997", "min": "170.344", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "132.299", "max": "132.343", "min": "132.276", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "134.843", "max": "135.434", "min": "134.577", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "115.234", "max": "115.747", "min": "115.101", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "89.757", "max": "93.987", "min": "89.416", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "143.599", "max": "147.146", "min": "142.987", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "10.148", "max": "11.451", "min": "9.788", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "45.623", "max": "45.985", "min": "45.504", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "31.7", "max": "36.405", "min": "31.327", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "145.995", "max": "146.185", "min": "145.895", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "37.945", "max": "38.617", "min": "37.568", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "39.771", "max": "40.084", "min": "39.643", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "147.384", "max": "148.355", "min": "147.18", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "244.343", "max": "245.429", "min": "244.153", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "129.994", "max": "130.194", "min": "129.871", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "78.108", "max": "78.439", "min": "77.986", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "128.239", "max": "128.46", "min": "127.923", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "46.92", "max": "60.333", "min": "33.947", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "95.21", "max": "95.401", "min": "94.97", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "146.289", "max": "155.153", "min": "142.972", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "172.063", "max": "172.369", "min": "171.906", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "35.493", "max": "37.887", "min": "34.463", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "289.96", "max": "290.133", "min": "289.774", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "28.969", "max": "33.151", "min": "28.005", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "19.571", "max": "19.672", "min": "19.482", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "64.866", "max": "67.067", "min": "64.266", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "65.077", "max": "121.928", "min": "60.856", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "227.033", "max": "313.54", "min": "213.701", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "266.283", "max": "275.649", "min": "265.839", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "67.476", "max": "67.638", "min": "67.318", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.407", "max": "35.999", "min": "35.343", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "70.74", "max": "70.901", "min": "70.672", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "44.716", "max": "45.127", "min": "44.225", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "221.246", "max": "222.862", "min": "220.553", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "106.799", "max": "107.227", "min": "106.702", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "191.643", "max": "192.81", "min": "191.366", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "130.785", "max": "131.263", "min": "130.518", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "141.937", "max": "144.038", "min": "141.639", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "94.134", "max": "94.416", "min": "93.982", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "55.799", "max": "56.516", "min": "55.562", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "7.309", "max": "7.444", "min": "7.208", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "82.977", "max": "83.073", "min": "82.865", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "123.469", "max": "123.937", "min": "123.266", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "107.612", "max": "107.974", "min": "107.464", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "85.749", "max": "86.159", "min": "85.595", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "135.522", "max": "143.623", "min": "135.006", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "89.46", "max": "90.24", "min": "89.223", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "240.286", "max": "240.464", "min": "240.18", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "139.973", "max": "140.594", "min": "139.77", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "127.95", "max": "128.25", "min": "127.849", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "57.736", "max": "59.358", "min": "57.453", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "9.51", "max": "14.336", "min": "9.144", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "92.799", "max": "92.977", "min": "92.687", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "101.626", "max": "101.877", "min": "101.457", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "9.791", "max": "16.038", "min": "9.397", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "114.724", "max": "115.829", "min": "114.079", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "148.933", "max": "149.407", "min": "148.734", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "31.685", "max": "31.79", "min": "31.612", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "250.809", "max": "251.824", "min": "250.513", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "78.762", "max": "81.896", "min": "78.561", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "98.029", "max": "98.171", "min": "97.873", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "155.883", "max": "156.217", "min": "155.693", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "144.269", "max": "162.98", "min": "142.972", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "134.999", "max": "138.19", "min": "134.698", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "86.886", "max": "87.73", "min": "86.738", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "96.276", "max": "98.8", "min": "95.967", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "133.196", "max": "133.451", "min": "132.915", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "49.273", "max": "50.742", "min": "49.111", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "305.038", "max": "306.889", "min": "304.395", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "110.953", "max": "111.469", "min": "110.789", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "326.819", "max": "327.164", "min": "324.865", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "179.227", "max": "180.048", "min": "179.138", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "74.693", "max": "74.849", "min": "74.545", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.92", "max": "102.03", "min": "101.827", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "176.378", "max": "176.567", "min": "176.235", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "241.386", "max": "241.846", "min": "241.269", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "257.23", "max": "257.42", "min": "257.039", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "66.495", "max": "66.947", "min": "66.313", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "128.858", "max": "129.393", "min": "128.705", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "405.086", "max": "522.622", "min": "212.243", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "166.202", "max": "298.986", "min": "85.087", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "172.288", "max": "178.286", "min": "171.688", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "230.638", "max": "232.917", "min": "230.329", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "103.519", "max": "103.708", "min": "103.396", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "116.485", "max": "118.549", "min": "116.175", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "106.774", "max": "106.989", "min": "106.597", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "181.052", "max": "328.157", "min": "99.104", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "191.706", "max": "191.879", "min": "191.583", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "52.985", "max": "312.997", "min": "36.232", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "37.693", "max": "37.899", "min": "37.534", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "38.831", "max": "39.473", "min": "38.359", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "69.749", "max": "69.959", "min": "69.603", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "165.465", "max": "166.72", "min": "165.038", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "115.952", "max": "116.325", "min": "115.76", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "153.933", "max": "154.343", "min": "153.708", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "110.758", "max": "111.289", "min": "110.632", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "106.62", "max": "106.907", "min": "106.433", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "99.298", "max": "102.262", "min": "99.066", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "312.14", "max": "313.81", "min": "311.381", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "124.699", "max": "126.039", "min": "124.591", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "63.856", "max": "64", "min": "63.729", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "140.464", "max": "151.598", "min": "138.853", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "124.231", "max": "124.32", "min": "124.174", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "96.806", "max": "96.901", "min": "96.688", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.202", "max": "68.429", "min": "68.079", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "30.414", "max": "30.675", "min": "30.278", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "174.939", "max": "176.598", "min": "174.472", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "45.651", "max": "46.164", "min": "45.48", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "29.697", "max": "29.945", "min": "29.585", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "171.559", "max": "178.528", "min": "170.801", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "10.394", "max": "11.247", "min": "10.149", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "39.281", "max": "48.352", "min": "38.872", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "139.924", "max": "140.065", "min": "139.844", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "2.062", "max": "5.17", "min": "1.902", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "3.743", "max": "4.151", "min": "3.61", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.866", "max": "37.131", "min": "13.687", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "222.268", "max": "222.459", "min": "222.123", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.122", "max": "37.866", "min": "36.957", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "29.698", "max": "29.984", "min": "29.539", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "78.786", "max": "78.908", "min": "78.694", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "132.795", "max": "133.45", "min": "132.453", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "32.401", "max": "33.417", "min": "32.101", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "251.287", "max": "296.663", "min": "242.161", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "112.103", "max": "112.255", "min": "111.939", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "223.403", "max": "317.87", "min": "215.429", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "116.388", "max": "116.675", "min": "116.213", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "371.376", "max": "371.599", "min": "370.796", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "34.772", "max": "35.055", "min": "34.625", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "69.046", "max": "69.4", "min": "68.83", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "110.766", "max": "110.981", "min": "110.547", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "156.543", "max": "156.669", "min": "156.479", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "89.911", "max": "90.165", "min": "89.688", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "147.751", "max": "148.746", "min": "147.569", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "282.209", "max": "289.296", "min": "281.736", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "76.367", "max": "76.841", "min": "76.228", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "78.055", "max": "78.134", "min": "77.991", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.503", "max": "18.956", "min": "14.082", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "150.88", "max": "151.214", "min": "150.718", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "10.353", "max": "13.355", "min": "10.03", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "23.843", "max": "24.139", "min": "23.539", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "33.773", "max": "54.287", "min": "32.489", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "22.221", "max": "22.342", "min": "22.122", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "4.987", "max": "5.441", "min": "4.791", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "55.831", "max": "56.303", "min": "55.698", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "45.315", "max": "45.553", "min": "45.226", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "58.371", "max": "58.685", "min": "58.16", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "59.203", "max": "59.591", "min": "59.026", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "7.14", "max": "7.584", "min": "7.029", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "11.268", "max": "13.152", "min": "11.042", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "6.039", "max": "6.086", "min": "5.975", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.529", "max": "23.015", "min": "21.356", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "56.336", "max": "56.595", "min": "56.091", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "31.772", "max": "47.432", "min": "29.918", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "35.952", "max": "80.226", "min": "14.502", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "0.021", "max": "0.06", "min": "0.015", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "76.507", "max": "76.859", "min": "76.336", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "34.716", "max": "48.419", "min": "33.762", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "45.406", "max": "45.942", "min": "45.007", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "17.156", "max": "30.257", "min": "16.125", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "206.142", "max": "206.622", "min": "205.949", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "30.339", "max": "30.64", "min": "30.253", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "40.159", "max": "40.484", "min": "39.958", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.17", "max": "25.986", "min": "25.091", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "153.075", "max": "159.197", "min": "151.456", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "58.246", "max": "58.409", "min": "58.166", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "8.318", "max": "11.965", "min": "8.107", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "7.228", "max": "7.502", "min": "7.089", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "6.437", "max": "7.11", "min": "6.077", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "294.068", "max": "302.889", "min": "293.537", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "75.134", "max": "81.904", "min": "73.719", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "263.004", "max": "264.303", "min": "262.853", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "147.452", "max": "147.575", "min": "147.36", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "9.744", "max": "10.268", "min": "9.675", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "134.737", "max": "135.374", "min": "134.591", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "163.089", "max": "164.183", "min": "162.818", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "47.785", "max": "48.165", "min": "47.57", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "74.274", "max": "75.374", "min": "74.048", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "4.192", "max": "5.295", "min": "3.918", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "8.136", "max": "9.047", "min": "7.763", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "89.933", "max": "90.648", "min": "89.798", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "115.708", "max": "115.806", "min": "115.632", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "194.747", "max": "195.202", "min": "194.409", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "72.842", "max": "72.964", "min": "72.77", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "20.932", "max": "21.421", "min": "20.82", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "72.384", "max": "72.485", "min": "72.327", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.206", "max": "20.464", "min": "20.047", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "199.462", "max": "497.419", "min": "188.98", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "126.356", "max": "130.246", "min": "122.74", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "21.752", "max": "21.978", "min": "21.618", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "43.633", "max": "44.843", "min": "43.047", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "155.352", "max": "177.105", "min": "153.102", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "96.953", "max": "98.075", "min": "96.461", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "222.518", "max": "222.782", "min": "222.315", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "88.196", "max": "88.523", "min": "88.055", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "57.703", "max": "57.75", "min": "57.661", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "16.06", "max": "16.159", "min": "15.968", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "52.679", "max": "52.787", "min": "52.613", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "84.769", "max": "89.886", "min": "84.165", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "94.945", "max": "95.172", "min": "94.831", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "69.837", "max": "75.739", "min": "68.189", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "176.279", "max": "179.22", "min": "175.317", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "81.692", "max": "83.145", "min": "80.884", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "65.207", "max": "65.652", "min": "65.079", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "93.665", "max": "94.586", "min": "93.391", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "13.264", "max": "16.321", "min": "12.952", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "268.746", "max": "269.046", "min": "268.631", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "165.318", "max": "165.318", "min": "165.318", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "3.886", "max": "3.923", "min": "3.858", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "20.292", "max": "20.373", "min": "20.201", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "95.846", "max": "96.212", "min": "95.666", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "25.65", "max": "36.08", "min": "16.792", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "27.997", "max": "28.436", "min": "27.861", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "167.894", "max": "168.928", "min": "167.764", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "84.816", "max": "87.393", "min": "84.474", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "93.085", "max": "98.545", "min": "92.66", "id": "204", "country": "United Kingdom", "source_name": "Belfast", "destination_name": "Lansing", "destination_id": "295" } } }, "208": { "name": "Brussels", "data": { "0": { "avg": "156.67", "max": "164.066", "min": "156.105", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "276.274", "max": "281.47", "min": "275.714", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "93.942", "max": "94.557", "min": "93.73", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.961", "max": "31.317", "min": "24.075", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "12.709", "max": "13.097", "min": "12.362", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "241.424", "max": "241.665", "min": "241.196", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "4.842", "max": "5.846", "min": "4.597", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "270.998", "max": "277.026", "min": "269.989", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "46.28", "max": "49.477", "min": "45.848", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "27.742", "max": "28.144", "min": "27.39", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "7.412", "max": "7.831", "min": "7.077", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "108.65", "max": "110.472", "min": "108.427", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.419", "max": "82.635", "min": "74.624", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "77.964", "max": "78.267", "min": "77.618", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "112.132", "max": "114.294", "min": "111.836", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "79.063", "max": "80.523", "min": "78.558", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "31.846", "max": "38.629", "min": "31.292", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "91.854", "max": "96.789", "min": "91.189", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.759", "max": "18.002", "min": "17.461", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "21.878", "max": "27.352", "min": "21.373", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "280.553", "max": "284.065", "min": "280.116", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "94.016", "max": "94.236", "min": "93.801", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "147.706", "max": "147.996", "min": "147.561", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "147.224", "max": "151.219", "min": "146.638", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "31.248", "max": "31.67", "min": "30.885", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "16.808", "max": "17.165", "min": "16.564", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "22.612", "max": "24.735", "min": "22.164", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "26.072", "max": "26.896", "min": "25.811", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "10.286", "max": "10.63", "min": "10.062", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "140.612", "max": "142.889", "min": "140.237", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "250.206", "max": "251", "min": "249.923", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.339", "max": "30.559", "min": "30.181", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "135.692", "max": "137.29", "min": "135.362", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "44.642", "max": "44.976", "min": "44.479", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "21.508", "max": "22.5", "min": "21.127", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.88", "max": "171.848", "min": "163.163", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "136.328", "max": "136.709", "min": "136.181", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "128.176", "max": "128.406", "min": "127.87", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "104.943", "max": "108.337", "min": "104.62", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "79.653", "max": "81.257", "min": "79.244", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "148.582", "max": "158.526", "min": "147.788", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "11.984", "max": "15.857", "min": "11.301", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.539", "max": "47.836", "min": "47.298", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.243", "max": "34.544", "min": "32.94", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "140.938", "max": "141.837", "min": "140.713", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "33.293", "max": "33.794", "min": "32.713", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "43.063", "max": "45.915", "min": "42.604", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "156.334", "max": "181.584", "min": "154.584", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "217.378", "max": "222.595", "min": "216.752", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "111.492", "max": "119.139", "min": "111.005", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "82.24", "max": "90.149", "min": "81.504", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "147.446", "max": "147.861", "min": "147.2", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "32.829", "max": "48.404", "min": "17.961", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "110.467", "max": "120.299", "min": "109.799", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "248.292", "max": "370.062", "min": "241.171", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "341.842", "max": "344.289", "min": "341.472", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "37.506", "max": "40.932", "min": "36.437", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "287.128", "max": "287.333", "min": "286.898", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "36.752", "max": "42.81", "min": "36.118", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "9.817", "max": "10.187", "min": "9.581", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.905", "max": "61.61", "min": "59.213", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "65.042", "max": "115.567", "min": "61.219", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "270.849", "max": "336.191", "min": "264.043", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "342.451", "max": "421.681", "min": "335.697", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "46.885", "max": "48.811", "min": "46.46", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "47.399", "max": "47.735", "min": "47.184", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "75.675", "max": "79.34", "min": "75.239", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "41.657", "max": "42.12", "min": "41.231", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "207.976", "max": "209.66", "min": "207.047", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "124.479", "max": "129.937", "min": "123.94", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "234.834", "max": "237.66", "min": "234.431", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "137.554", "max": "141.838", "min": "137.164", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "156.322", "max": "156.807", "min": "155.992", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "95.036", "max": "95.166", "min": "94.836", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "52.256", "max": "53.04", "min": "51.901", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "12.991", "max": "13.209", "min": "12.783", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.892", "max": "102.118", "min": "101.688", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "157.027", "max": "157.346", "min": "156.874", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "96.471", "max": "96.992", "min": "96.212", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "88.27", "max": "89.745", "min": "88.008", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "149.209", "max": "149.527", "min": "148.95", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "91.388", "max": "93.591", "min": "90.972", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "285.537", "max": "286.225", "min": "285.175", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "157.987", "max": "163.189", "min": "157.489", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "139.009", "max": "139.137", "min": "138.758", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "70.816", "max": "73.049", "min": "70.223", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "17.499", "max": "18.403", "min": "17.193", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "97.292", "max": "97.764", "min": "97.113", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "121.407", "max": "121.932", "min": "121.184", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "9.285", "max": "14.984", "min": "8.737", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "104.069", "max": "106.042", "min": "103.398", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "142.384", "max": "143.111", "min": "142.003", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "28.365", "max": "52.337", "min": "27.3", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "262.705", "max": "262.893", "min": "262.583", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "88.832", "max": "92.727", "min": "88.238", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "115.395", "max": "115.693", "min": "115.154", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "157.304", "max": "160.387", "min": "156.959", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "142.672", "max": "243.23", "min": "136.713", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "142.49", "max": "143.966", "min": "142.129", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "97.019", "max": "97.686", "min": "96.628", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "104.203", "max": "104.409", "min": "103.95", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "153.3", "max": "153.846", "min": "152.94", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "58.707", "max": "67.178", "min": "58.148", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "305.333", "max": "311.533", "min": "303.873", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "100.568", "max": "107.424", "min": "100.031", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "317.041", "max": "334.115", "min": "281.596", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "168.016", "max": "170.709", "min": "167.582", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "84.157", "max": "84.373", "min": "83.918", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "92.365", "max": "96.375", "min": "91.928", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "137.258", "max": "143.449", "min": "136.171", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "292.413", "max": "292.809", "min": "292.186", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "268.303", "max": "268.886", "min": "267.995", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "74.968", "max": "82.913", "min": "74.359", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "138.324", "max": "146.86", "min": "137.635", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "364.778", "max": "479.516", "min": "199.411", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "177.287", "max": "288.436", "min": "59.334", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "165.042", "max": "180.489", "min": "164.012", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "223.308", "max": "229.158", "min": "222.514", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "117.835", "max": "118.396", "min": "117.636", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "105.351", "max": "106.734", "min": "104.924", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "122.771", "max": "197.858", "min": "119.755", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "177.97", "max": "333.417", "min": "96.668", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "185.584", "max": "185.837", "min": "185.394", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "40.27", "max": "64.926", "min": "37.164", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.745", "max": "40.615", "min": "36.351", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "29.667", "max": "31.662", "min": "28.99", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "74.334", "max": "74.754", "min": "74.042", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "153.733", "max": "158.246", "min": "153.148", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "123.949", "max": "130.082", "min": "123.296", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "165.037", "max": "172.313", "min": "164.508", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "99.317", "max": "99.857", "min": "99.11", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "102.384", "max": "108.047", "min": "101.892", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "105.805", "max": "106.113", "min": "105.595", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "272.617", "max": "274.284", "min": "272.005", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "118.966", "max": "119.666", "min": "118.754", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "77.277", "max": "77.466", "min": "76.998", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "129.128", "max": "156.575", "min": "126.964", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "117.437", "max": "118.38", "min": "117.136", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "112.898", "max": "120.17", "min": "112.29", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "77.02", "max": "83.03", "min": "76.327", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "26.038", "max": "56.205", "min": "24.1", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "181.444", "max": "183.525", "min": "180.86", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "37.686", "max": "38.418", "min": "37.482", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "26.941", "max": "30.099", "min": "26.584", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "184.226", "max": "194.882", "min": "183.51", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "7.696", "max": "15.187", "min": "7.175", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "43.241", "max": "44.925", "min": "42.936", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "251.557", "max": "252.912", "min": "251.224", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "7.352", "max": "9.853", "min": "7.067", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "10.363", "max": "10.546", "min": "10.154", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.166", "max": "33.334", "min": "16.014", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "260.423", "max": "260.905", "min": "260.211", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "36.375", "max": "39.382", "min": "35.978", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "22.495", "max": "27.477", "min": "21.96", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "93.614", "max": "93.79", "min": "93.364", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "159.827", "max": "160.485", "min": "159.559", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "40.759", "max": "42.037", "min": "40.368", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "307.843", "max": "355.272", "min": "300.051", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "117.936", "max": "118.126", "min": "117.696", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "237.655", "max": "320.615", "min": "228.409", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "126.676", "max": "200.752", "min": "123.871", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "377.789", "max": "378.189", "min": "377.519", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "31.267", "max": "31.895", "min": "31.063", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "83.507", "max": "85.15", "min": "83.249", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "119.215", "max": "125.989", "min": "118.706", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "169.346", "max": "169.486", "min": "169.103", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "91.549", "max": "91.902", "min": "91.358", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "133.131", "max": "133.444", "min": "132.906", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "254.827", "max": "256.07", "min": "254.431", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "79.872", "max": "80.18", "min": "79.593", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "93.492", "max": "93.801", "min": "93.259", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "16.324", "max": "19.282", "min": "15.837", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "151.278", "max": "151.612", "min": "151.104", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "16.896", "max": "23.56", "min": "16.289", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "18.692", "max": "19.692", "min": "18.131", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "24.767", "max": "25.567", "min": "24.465", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "18.755", "max": "19.139", "min": "18.582", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "13.135", "max": "13.485", "min": "12.862", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "64.825", "max": "65.733", "min": "64.525", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "44.632", "max": "44.765", "min": "44.421", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.952", "max": "63.237", "min": "62.686", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "44.027", "max": "44.608", "min": "43.77", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "5.339", "max": "6.701", "min": "5.083", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "7.691", "max": "8.416", "min": "7.444", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "5.985", "max": "22.812", "min": "4.999", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "28.063", "max": "34.65", "min": "27.367", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "61.469", "max": "69.392", "min": "60.705", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "29.448", "max": "43.44", "min": "27.151", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "32.521", "max": "76.588", "min": "12.173", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "16.441", "max": "16.999", "min": "16.17", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "59.368", "max": "85.865", "min": "57.462", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "35.153", "max": "35.644", "min": "34.913", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "35.267", "max": "36.006", "min": "34.8", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "0.06", "max": "0.105", "min": "0.042", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.798", "max": "274.96", "min": "271.362", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "21.234", "max": "21.832", "min": "20.936", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "24.71", "max": "24.924", "min": "24.447", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "29.678", "max": "30.241", "min": "29.463", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "162.747", "max": "172.047", "min": "160.236", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "53.403", "max": "54.091", "min": "53.087", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "7.064", "max": "15.482", "min": "6.128", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "5.777", "max": "8.436", "min": "5.322", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "4.199", "max": "4.638", "min": "4.003", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "296.438", "max": "306.758", "min": "294.011", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "83.581", "max": "191.876", "min": "78.766", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "315.059", "max": "319.951", "min": "309.919", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "258.964", "max": "261.213", "min": "258.645", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "8.017", "max": "8.144", "min": "7.858", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "157.301", "max": "159.133", "min": "156.938", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "157.378", "max": "158.163", "min": "156.965", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "32.88", "max": "33.474", "min": "32.623", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "70.457", "max": "71.295", "min": "70.184", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "9.608", "max": "12.041", "min": "8.983", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "6.376", "max": "7.484", "min": "6.006", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "98.998", "max": "101.648", "min": "98.71", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "100.224", "max": "100.901", "min": "99.999", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "278.734", "max": "282.256", "min": "278.244", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "158.335", "max": "159.058", "min": "158.043", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.913", "max": "26.167", "min": "24.56", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "81.229", "max": "81.462", "min": "81.086", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "17.227", "max": "21.718", "min": "16.798", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "200.58", "max": "201.449", "min": "200.374", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "114.792", "max": "118.608", "min": "111.952", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "26.691", "max": "29.054", "min": "26.371", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "43.982", "max": "45.404", "min": "43.142", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "159.181", "max": "182.859", "min": "157.072", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "232.659", "max": "235.116", "min": "232.037", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "240.149", "max": "240.4", "min": "239.869", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.958", "max": "86.325", "min": "85.721", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "43.261", "max": "43.679", "min": "43.067", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "9.127", "max": "9.622", "min": "8.871", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "45.674", "max": "46.399", "min": "45.461", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": null, "max": null, "min": null, "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "85.838", "max": "86.187", "min": "85.574", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "66.105", "max": "73.588", "min": "63.985", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "155.296", "max": "156.104", "min": "155.018", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "83.676", "max": "85.378", "min": "82.702", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "61.697", "max": "62.615", "min": "61.372", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "107.636", "max": "108.555", "min": "107.376", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "19.916", "max": "27.584", "min": "19.155", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "187.495", "max": "192.761", "min": "170.172", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "220.992", "max": "220.992", "min": "220.992", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "9.439", "max": "16.737", "min": "8.998", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "18.234", "max": "18.762", "min": "17.967", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "104.387", "max": "111.765", "min": "103.653", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "29.69", "max": "37.041", "min": "21.469", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.956", "max": "29.303", "min": "28.731", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "168.187", "max": "169.312", "min": "167.885", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "85.288", "max": "86.523", "min": "84.74", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "100.075", "max": "102.046", "min": "99.837", "id": "208", "country": "Belgium", "source_name": "Brussels", "destination_name": "Lansing", "destination_id": "295" } } }, "210": { "name": "Munich", "data": { "0": { "avg": "224.853", "max": "227.7", "min": "224.571", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "237.141", "max": "242.547", "min": "236.69", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "105.763", "max": "106.027", "min": "105.654", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "15.517", "max": "21.55", "min": "14.728", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "16.743", "max": "17.925", "min": "16.513", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "228.91", "max": "229.039", "min": "228.845", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "15.892", "max": "16.513", "min": "15.737", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "271.281", "max": "275.28", "min": "270.51", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "53.137", "max": "56.883", "min": "52.822", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "38.188", "max": "48.416", "min": "37.549", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "20.228", "max": "20.492", "min": "20.05", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.374", "max": "156.831", "min": "134.36", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "97.935", "max": "98.265", "min": "97.855", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "105.036", "max": "106.393", "min": "104.826", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "123.93", "max": "124.197", "min": "123.848", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "98.092", "max": "98.634", "min": "97.235", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "31.499", "max": "31.781", "min": "31.227", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "108.568", "max": "109.313", "min": "108.434", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "32.603", "max": "32.805", "min": "32.475", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "6.888", "max": "10.801", "min": "6.596", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "266.013", "max": "266.973", "min": "265.856", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "114.981", "max": "116.193", "min": "114.878", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "156", "max": "156.089", "min": "155.924", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "155.6", "max": "171.04", "min": "154.768", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.941", "max": "35.518", "min": "34.694", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "21.14", "max": "21.608", "min": "20.991", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "17.231", "max": "18.822", "min": "17.024", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "11.839", "max": "12.344", "min": "11.72", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "7.248", "max": "7.327", "min": "7.185", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "162.619", "max": "162.967", "min": "162.402", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "153.777", "max": "155.997", "min": "153.625", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "21.79", "max": "22.327", "min": "21.645", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "149.802", "max": "173.428", "min": "148.714", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "39.026", "max": "39.478", "min": "38.934", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.833", "max": "15.51", "min": "14.627", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.308", "max": "166.098", "min": "162.898", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.382", "max": "159.127", "min": "158.278", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "144.229", "max": "144.707", "min": "144.1", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "118.812", "max": "119.303", "min": "118.692", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "105.894", "max": "107.043", "min": "105.631", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "161.11", "max": "163.183", "min": "160.748", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "22.08", "max": "23.805", "min": "21.664", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "49.577", "max": "49.92", "min": "49.462", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.363", "max": "36.51", "min": "36.269", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "171.207", "max": "171.421", "min": "171.097", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "24.652", "max": "25.394", "min": "24.337", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "35.016", "max": "35.566", "min": "34.856", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "176.356", "max": "177.01", "min": "176.254", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "252.741", "max": "252.992", "min": "252.627", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "128.087", "max": "130.246", "min": "127.843", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "104.848", "max": "106.743", "min": "104.647", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "162.059", "max": "163.529", "min": "161.84", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "57.059", "max": "146.384", "min": "40.602", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "138.539", "max": "144.13", "min": "138.256", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "147.199", "max": "160.594", "min": "143.756", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "261.236", "max": "262.543", "min": "261.094", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "40.21", "max": "42.189", "min": "39.457", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "321.953", "max": "322.781", "min": "321.827", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "36.48", "max": "37.923", "min": "36.032", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "11.896", "max": "12.987", "min": "11.7", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60.624", "max": "65.405", "min": "60.007", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "75.27", "max": "127.305", "min": "69.491", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "174.809", "max": "213.937", "min": "171.9", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "201.499", "max": "202.513", "min": "201.318", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "43.972", "max": "44.577", "min": "43.794", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "23.584", "max": "23.691", "min": "23.514", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.113", "max": "93.14", "min": "91.998", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "39.453", "max": "41.99", "min": "39.085", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "224.86", "max": "226.889", "min": "224.224", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "130.915", "max": "131.212", "min": "130.829", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "288.233", "max": "289.098", "min": "288.041", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "155.049", "max": "155.996", "min": "154.832", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "164.906", "max": "170.458", "min": "164.554", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "115.975", "max": "116.04", "min": "115.908", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "61.823", "max": "63.664", "min": "61.597", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "26.556", "max": "26.844", "min": "26.404", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "101.983", "max": "102.074", "min": "101.889", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "164.591", "max": "164.831", "min": "164.383", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "110.611", "max": "112.381", "min": "110.336", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "114.652", "max": "114.978", "min": "114.558", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "177.211", "max": "177.432", "min": "177.091", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "114.627", "max": "116.818", "min": "114.331", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "238.792", "max": "240.481", "min": "238.282", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "150.116", "max": "150.63", "min": "149.9", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "138.675", "max": "139.643", "min": "138.54", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "76.866", "max": "78.213", "min": "76.52", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "31.771", "max": "32.225", "min": "31.503", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "117.73", "max": "117.994", "min": "117.542", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "120.159", "max": "120.601", "min": "119.968", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "25.962", "max": "32.295", "min": "24.973", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "129.032", "max": "131.982", "min": "128.177", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "170.563", "max": "171.087", "min": "170.355", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "41.24", "max": "41.462", "min": "41.172", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "295.696", "max": "295.84", "min": "295.595", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "106.845", "max": "107.697", "min": "106.711", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.347", "max": "131.59", "min": "131.161", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "173.912", "max": "174.252", "min": "173.659", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "154.06", "max": "175.39", "min": "152.509", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "159.692", "max": "160.127", "min": "159.546", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "112.528", "max": "115.312", "min": "112.258", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "124.192", "max": "125.638", "min": "124.012", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "167.442", "max": "167.654", "min": "167.208", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "39.681", "max": "54.41", "min": "38.566", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "328.445", "max": "332.868", "min": "327.451", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "124.767", "max": "125.378", "min": "124.597", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "382.139", "max": "389.955", "min": "366.088", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "181.749", "max": "184.693", "min": "181.506", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "96.401", "max": "97.161", "min": "96.241", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "112.873", "max": "113.095", "min": "112.747", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "165.157", "max": "167.54", "min": "164.889", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "262.679", "max": "263.736", "min": "262.549", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "282.677", "max": "284.571", "min": "282.422", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "110.012", "max": "113.694", "min": "109.797", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "150.79", "max": "151.16", "min": "150.579", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "364.861", "max": "474.181", "min": "203.166", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "133.397", "max": "214.137", "min": "50.99", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "171.473", "max": "179.979", "min": "170.678", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "222.958", "max": "224.526", "min": "222.659", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "130.461", "max": "133.871", "min": "130.177", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "119.875", "max": "121.536", "min": "119.548", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "159.38", "max": "159.676", "min": "159.172", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "216.495", "max": "365.733", "min": "126.836", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "217.935", "max": "218.438", "min": "217.77", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "52.602", "max": "268.991", "min": "38.103", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "44.106", "max": "44.373", "min": "44.039", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "27.524", "max": "28.481", "min": "27.199", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "97.145", "max": "97.396", "min": "96.952", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "168.97", "max": "169.603", "min": "168.717", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "144.191", "max": "144.844", "min": "144.013", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "198.048", "max": "200.54", "min": "197.805", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "114.198", "max": "118.444", "min": "113.815", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "114.849", "max": "115.362", "min": "114.63", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "119.166", "max": "123.39", "min": "118.827", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "307.43", "max": "309.182", "min": "306.806", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "133.9", "max": "134.892", "min": "133.761", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "84.714", "max": "84.905", "min": "84.589", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "138.988", "max": "144.666", "min": "137.973", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "147.754", "max": "147.868", "min": "147.68", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "126.001", "max": "128.726", "min": "125.826", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "89.491", "max": "90.177", "min": "89.358", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "14.883", "max": "15.493", "min": "14.741", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "179.854", "max": "180.501", "min": "179.46", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "36.91", "max": "38.749", "min": "36.739", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "12.5", "max": "12.724", "min": "12.364", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "204.561", "max": "209.679", "min": "203.969", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "13.712", "max": "14.507", "min": "13.414", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "29.888", "max": "30.257", "min": "29.742", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "145.441", "max": "146.834", "min": "145.205", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "20.793", "max": "22.299", "min": "20.584", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "22.076", "max": "22.183", "min": "22.001", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "9.716", "max": "11.875", "min": "8.922", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "235.965", "max": "236.067", "min": "235.872", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "27.061", "max": "28.603", "min": "26.877", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "17.78", "max": "20.497", "min": "17.46", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "103.858", "max": "104.014", "min": "103.767", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "174.101", "max": "174.396", "min": "173.943", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "53.35", "max": "54.019", "min": "53.047", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "309.345", "max": "351.129", "min": "301.834", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "179.91", "max": "185.026", "min": "179.592", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "263.302", "max": "321.278", "min": "253.758", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "124.972", "max": "126.823", "min": "124.773", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "201.13", "max": "202.122", "min": "201.033", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "26.198", "max": "26.305", "min": "26.116", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "89.978", "max": "95.611", "min": "89.554", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "109.181", "max": "110.692", "min": "109.001", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "185.944", "max": "186.183", "min": "185.852", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "90.326", "max": "90.437", "min": "90.226", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "146.201", "max": "149.214", "min": "145.934", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "245.766", "max": "251.867", "min": "212.567", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "104.714", "max": "104.951", "min": "104.534", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "110.768", "max": "110.901", "min": "110.708", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "10.126", "max": "13.851", "min": "9.77", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "145.594", "max": "145.643", "min": "145.516", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "33.854", "max": "34.284", "min": "33.784", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "16.84", "max": "17.07", "min": "16.718", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "27.502", "max": "36.748", "min": "26.936", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "13.534", "max": "14.435", "min": "13.386", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "27.792", "max": "29.094", "min": "27.525", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "65.477", "max": "66.549", "min": "65.246", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "39.854", "max": "41.547", "min": "39.716", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "63.084", "max": "65.197", "min": "62.736", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "53.988", "max": "54.593", "min": "53.866", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "19.564", "max": "25.689", "min": "19.069", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "18.772", "max": "18.904", "min": "18.682", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "13.871", "max": "14.086", "min": "13.766", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "12.592", "max": "13.377", "min": "12.404", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "71.729", "max": "75.474", "min": "71.374", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "24.779", "max": "56.095", "min": "22.019", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "25.901", "max": "44.579", "min": "15.56", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "30.391", "max": "30.586", "min": "30.209", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "65.071", "max": "65.985", "min": "64.875", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.755", "max": "53.822", "min": "46.271", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "28.469", "max": "28.898", "min": "28.025", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "21.216", "max": "22.031", "min": "20.883", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "208.897", "max": "209.326", "min": "208.773", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "0.04", "max": "0.071", "min": "0.022", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "19.007", "max": "19.408", "min": "18.815", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "41.138", "max": "41.243", "min": "41.063", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "178.851", "max": "186.133", "min": "177.456", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "39.135", "max": "42.603", "min": "38.859", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "16.334", "max": "20.289", "min": "15.893", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "15.712", "max": "20.48", "min": "15.389", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "13.418", "max": "13.533", "min": "13.239", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "284.647", "max": "285.1", "min": "284.485", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "100.467", "max": "109.24", "min": "99.639", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "254.152", "max": "263.172", "min": "220.05", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "165.095", "max": "165.323", "min": "165.013", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "20.185", "max": "21.867", "min": "20.035", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "139.259", "max": "147.424", "min": "138.238", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "174.651", "max": "174.873", "min": "174.416", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "27.007", "max": "27.695", "min": "26.828", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "72.356", "max": "73.815", "min": "72.104", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "25.982", "max": "27.459", "min": "25.633", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "16.005", "max": "17.781", "min": "15.654", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "110.904", "max": "111.891", "min": "110.772", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "133.048", "max": "134.866", "min": "132.91", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.03", "max": "240.49", "min": "239.868", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "91.595", "max": "93.862", "min": "91.424", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "16.944", "max": "17.142", "min": "16.828", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "90.134", "max": "90.565", "min": "90.018", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "21.692", "max": "22.077", "min": "21.534", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "259.576", "max": "467.468", "min": "252.288", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "135.282", "max": "139.365", "min": "132.373", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "29.468", "max": "32.152", "min": "29.234", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "51.55", "max": "52.072", "min": "50.877", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "162.108", "max": "166.748", "min": "160.641", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "115.051", "max": "115.525", "min": "114.746", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "227.984", "max": "228.352", "min": "227.854", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "68.237", "max": "69.025", "min": "68.025", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "40.186", "max": "40.854", "min": "40.096", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "18.5", "max": "18.783", "min": "18.415", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "56.151", "max": "56.239", "min": "56.092", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "106.161", "max": "109.322", "min": "105.681", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "104.451", "max": "104.621", "min": "104.366", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.836", "max": "71.294", "min": "66.893", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "187.145", "max": "188.349", "min": "186.545", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "122.909", "max": "124.702", "min": "121.987", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "60.712", "max": "64.551", "min": "60.436", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "119.04", "max": "123.314", "min": "118.662", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "31.628", "max": "36.661", "min": "30.73", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.8", "max": "177.796", "min": "171.58", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "190.469", "max": "190.469", "min": "190.469", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "26.328", "max": "27.31", "min": "26.221", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "5.59", "max": "6.083", "min": "5.512", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "120.83", "max": "122.158", "min": "120.407", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "38.617", "max": "48.707", "min": "31.215", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "38.588", "max": "40.735", "min": "38.35", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "157.921", "max": "158.292", "min": "157.759", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "69.45", "max": "71.687", "min": "69.073", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "115.101", "max": "124.155", "min": "114.693", "id": "210", "country": "Germany", "source_name": "Munich", "destination_name": "Lansing", "destination_id": "295" } } }, "211": { "name": "Lugano", "data": { "0": { "avg": "255.946", "max": "256.635", "min": "255.674", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "273.415", "max": "274.868", "min": "273.158", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "106.485", "max": "106.654", "min": "106.291", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "21.746", "max": "27.055", "min": "21.036", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "23.073", "max": "24.436", "min": "22.872", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "278.277", "max": "278.408", "min": "278.113", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "35.927", "max": "36.26", "min": "35.707", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "265.968", "max": "281.581", "min": "264.551", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "81.322", "max": "81.612", "min": "81.15", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "38.887", "max": "40.444", "min": "38.633", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "26.103", "max": "26.383", "min": "25.87", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.833", "max": "136.886", "min": "135.68", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "99.011", "max": "99.171", "min": "98.857", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "108.277", "max": "108.737", "min": "108.138", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "127.927", "max": "133.539", "min": "127.631", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "93.05", "max": "93.742", "min": "92.692", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "17.689", "max": "17.935", "min": "17.489", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "113.04", "max": "113.179", "min": "112.855", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "39.046", "max": "39.237", "min": "38.851", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "23.016", "max": "23.111", "min": "22.856", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.92", "max": "290.086", "min": "289.754", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "115.177", "max": "115.858", "min": "114.992", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "162.627", "max": "163.323", "min": "162.461", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "162.454", "max": "162.989", "min": "162.275", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "55.601", "max": "56.038", "min": "55.321", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "32.082", "max": "32.436", "min": "31.916", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "3.152", "max": "3.785", "min": "2.984", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "15.987", "max": "16.23", "min": "15.847", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "53.095", "max": "53.333", "min": "52.883", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "169.773", "max": "170.529", "min": "169.505", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "155.6", "max": "155.767", "min": "155.424", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "53.826", "max": "54.011", "min": "53.619", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "160.55", "max": "160.702", "min": "160.423", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "79.36", "max": "80.111", "min": "79.132", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "19.964", "max": "21.767", "min": "19.712", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "184.611", "max": "186.319", "min": "184.221", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.484", "max": "165.665", "min": "165.242", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "171.487", "max": "171.991", "min": "171.262", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "130.775", "max": "132.561", "min": "130.543", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "104.774", "max": "105.325", "min": "104.461", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "168.914", "max": "174.654", "min": "168.279", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "32.948", "max": "35.142", "min": "32.363", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "65.27", "max": "65.524", "min": "65.082", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "40.111", "max": "42.926", "min": "39.391", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.541", "max": "168.58", "min": "161.074", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.302", "max": "35.867", "min": "34.896", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "45.285", "max": "46.22", "min": "45.075", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "164.431", "max": "164.795", "min": "164.278", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "263.52", "max": "265.567", "min": "263.177", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "139.756", "max": "139.913", "min": "139.655", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "102.946", "max": "104.483", "min": "102.695", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "163.663", "max": "163.835", "min": "163.288", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "28.894", "max": "116.014", "min": "19.097", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "135.827", "max": "136.092", "min": "135.615", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "247.518", "max": "258.498", "min": "244.176", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "186.436", "max": "186.743", "min": "186.287", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "49.54", "max": "51.261", "min": "48.69", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "311.206", "max": "311.341", "min": "311.078", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "78.661", "max": "83.352", "min": "77.973", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "23.687", "max": "23.855", "min": "23.376", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "57.745", "max": "58.501", "min": "57.315", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "71.856", "max": "129.786", "min": "66.924", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "200.801", "max": "218.922", "min": "199.582", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "288.931", "max": "294.771", "min": "288.44", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "64.097", "max": "64.253", "min": "63.947", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "53.396", "max": "53.53", "min": "53.243", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "97.909", "max": "98.63", "min": "97.702", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "96.144", "max": "97.356", "min": "95.643", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "229.66", "max": "231.175", "min": "229.126", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "135.729", "max": "141.116", "min": "135.232", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "213.348", "max": "213.957", "min": "213.066", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "162.23", "max": "162.529", "min": "161.978", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "170.853", "max": "175.37", "min": "170.542", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.381", "max": "70.232", "min": "68.071", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "43.491", "max": "43.921", "min": "43.348", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "111.204", "max": "111.343", "min": "111.062", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "166.555", "max": "166.76", "min": "166.333", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "117.543", "max": "127.729", "min": "116.894", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "110.311", "max": "110.517", "min": "110.081", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.091", "max": "161.303", "min": "160.86", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "99.398", "max": "100.271", "min": "99.033", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "202.901", "max": "206.948", "min": "202.567", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "254.144", "max": "254.344", "min": "253.972", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "172.398", "max": "174.775", "min": "166.706", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "97.999", "max": "98.582", "min": "97.754", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "36.653", "max": "37.965", "min": "36.337", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "125.684", "max": "125.88", "min": "125.51", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "127.584", "max": "127.975", "min": "127.423", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "34.519", "max": "39.171", "min": "34.123", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "126.155", "max": "128.111", "min": "125.482", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "164.538", "max": "165.16", "min": "164.28", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "65.525", "max": "65.701", "min": "65.364", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "305.579", "max": "310.105", "min": "305.198", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "105.147", "max": "105.905", "min": "104.883", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "119.657", "max": "119.961", "min": "119.424", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "168.422", "max": "168.854", "min": "168.248", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "153.518", "max": "181.687", "min": "151.52", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "161.906", "max": "162.036", "min": "161.725", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "112.521", "max": "114.882", "min": "112.135", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "125.16", "max": "125.299", "min": "125.005", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "144.299", "max": "145.374", "min": "144.109", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "64.671", "max": "64.838", "min": "64.548", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "330.478", "max": "335.141", "min": "329.965", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "122.812", "max": "123.518", "min": "122.622", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "330.418", "max": "347.427", "min": "317.588", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "192.284", "max": "193.433", "min": "191.985", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "121.516", "max": "121.917", "min": "121.328", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "140.64", "max": "141.136", "min": "140.438", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "183.871", "max": "184.317", "min": "183.677", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "281.496", "max": "281.874", "min": "281.223", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "101.71", "max": "101.875", "min": "101.591", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "120.092", "max": "121.577", "min": "119.799", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "370.59", "max": "469.736", "min": "189.414", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "134.842", "max": "240.585", "min": "42.649", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "207.725", "max": "210.83", "min": "207.212", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "226.669", "max": "234.052", "min": "226.059", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "132.269", "max": "132.404", "min": "132.143", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "136.01", "max": "136.632", "min": "135.638", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "147.226", "max": "147.639", "min": "146.886", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "195.233", "max": "345.737", "min": "118.76", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "231.081", "max": "251.161", "min": "214.451", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "40.904", "max": "114.556", "min": "37.502", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.161", "max": "36.293", "min": "36.074", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "38.532", "max": "39.577", "min": "37.797", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "91.179", "max": "91.542", "min": "91.031", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "199.854", "max": "201.161", "min": "199.568", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "112.596", "max": "112.876", "min": "112.297", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "197.727", "max": "198.058", "min": "197.52", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "122.929", "max": "123.356", "min": "122.671", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "110.845", "max": "111.076", "min": "110.548", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "119.323", "max": "119.541", "min": "119.104", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "320.206", "max": "321.565", "min": "319.473", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "145.437", "max": "148.174", "min": "145.157", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "93.289", "max": "93.51", "min": "93.075", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "149.669", "max": "163.257", "min": "148.372", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "152.902", "max": "169.004", "min": "152.132", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "124.582", "max": "124.765", "min": "124.283", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "98.158", "max": "99.307", "min": "97.821", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "21.442", "max": "21.752", "min": "21.268", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "207.043", "max": "207.514", "min": "206.64", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "73.058", "max": "73.245", "min": "72.835", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "20.356", "max": "20.61", "min": "20.187", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "212.202", "max": "221.93", "min": "211.054", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "45.555", "max": "46.245", "min": "45.278", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "55.843", "max": "64.248", "min": "55.028", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "184.219", "max": "184.365", "min": "184.05", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "43.212", "max": "43.665", "min": "43.023", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "27.229", "max": "27.403", "min": "27.106", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "22.466", "max": "29.493", "min": "20.962", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "306.649", "max": "306.805", "min": "306.505", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "72.718", "max": "73.163", "min": "72.441", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "7.844", "max": "19.426", "min": "6.837", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "110.256", "max": "110.407", "min": "110.083", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "173.845", "max": "174.209", "min": "173.545", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "68.797", "max": "69.469", "min": "68.457", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "222.365", "max": "266.008", "min": "216.117", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "149.931", "max": "150.283", "min": "149.652", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "262.757", "max": "371.16", "min": "255.907", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "136.16", "max": "136.35", "min": "135.904", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "388.447", "max": "388.945", "min": "388.093", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "58.366", "max": "58.618", "min": "58.173", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "107.135", "max": "107.462", "min": "106.752", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "138.877", "max": "139.167", "min": "138.67", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "221.911", "max": "224.989", "min": "221.503", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "89.815", "max": "91.193", "min": "89.605", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "165.262", "max": "166.515", "min": "165.031", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "278.58", "max": "286.773", "min": "270.537", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "97.655", "max": "97.924", "min": "97.327", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "110.672", "max": "110.795", "min": "110.515", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "9.147", "max": "10.256", "min": "8.851", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "168.258", "max": "168.373", "min": "168.116", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "37.238", "max": "38.777", "min": "36.985", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "56.521", "max": "56.98", "min": "56.139", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "11.293", "max": "11.466", "min": "11.125", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "2.949", "max": "3.073", "min": "2.8", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "34.06", "max": "35.051", "min": "33.751", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "46.491", "max": "47.241", "min": "46.295", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "55.02", "max": "55.235", "min": "54.86", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "60.02", "max": "62.058", "min": "59.572", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "27.621", "max": "27.85", "min": "27.478", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "43.143", "max": "43.679", "min": "42.935", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "43.408", "max": "44.08", "min": "43.228", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "42.563", "max": "42.839", "min": "42.42", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "18.512", "max": "19.395", "min": "18.305", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "70.625", "max": "70.95", "min": "70.361", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "9.66", "max": "14.442", "min": "8.574", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "67.569", "max": "135.703", "min": "41.785", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "40.305", "max": "40.79", "min": "40.117", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "66.354", "max": "67.276", "min": "66.102", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "37.604", "max": "38.362", "min": "37.343", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "75.237", "max": "75.795", "min": "74.807", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "24.72", "max": "25.391", "min": "24.373", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "333.063", "max": "333.978", "min": "332.814", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "19.163", "max": "20.271", "min": "18.93", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "0.043", "max": "0.067", "min": "0.029", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "30.142", "max": "30.35", "min": "29.917", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "183.228", "max": "188.729", "min": "181.055", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "43.465", "max": "43.63", "min": "43.276", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "30.417", "max": "31.184", "min": "30.25", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "40.01", "max": "42.274", "min": "39.46", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "41.409", "max": "41.823", "min": "41.075", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "327.017", "max": "336.428", "min": "325.798", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "110.345", "max": "116.005", "min": "109.622", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "221.525", "max": "225.85", "min": "217.483", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "257.395", "max": "257.854", "min": "257.211", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "38.772", "max": "38.961", "min": "38.564", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "173.03", "max": "177.522", "min": "168.566", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "185.357", "max": "185.661", "min": "184.914", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "14.517", "max": "14.89", "min": "14.318", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "42.747", "max": "43.578", "min": "42.463", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "33.607", "max": "34.623", "min": "33.303", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "43.732", "max": "45.785", "min": "43.333", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "123.103", "max": "123.229", "min": "122.952", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "136.922", "max": "137.067", "min": "136.811", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "261.032", "max": "261.536", "min": "260.856", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "171.696", "max": "171.89", "min": "171.531", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "42.187", "max": "42.471", "min": "41.994", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "98.993", "max": "99.125", "min": "98.87", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "57.491", "max": "57.727", "min": "57.214", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "258.351", "max": "274.94", "min": "239.478", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "139.199", "max": "143.112", "min": "136.04", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "42.587", "max": "42.811", "min": "42.346", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "30.956", "max": "33.19", "min": "30.241", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "154.78", "max": "156.939", "min": "153.98", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "140.159", "max": "145.198", "min": "139.537", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "248.598", "max": "248.829", "min": "248.431", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "79.998", "max": "80.387", "min": "79.838", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "44.435", "max": "44.555", "min": "44.273", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.517", "max": "24.668", "min": "24.315", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "33.836", "max": "34.059", "min": "33.678", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "100.728", "max": "102.295", "min": "100.357", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "106.724", "max": "106.938", "min": "106.6", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "82.718", "max": "91.107", "min": "80.736", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "202.334", "max": "203.467", "min": "201.828", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "103.762", "max": "105.436", "min": "102.893", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "81.003", "max": "81.811", "min": "80.829", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "135.623", "max": "136.022", "min": "135.237", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "60.439", "max": "61.56", "min": "60.15", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "298.609", "max": "301.555", "min": "298.356", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "247.763", "max": "247.763", "min": "247.763", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "31.251", "max": "31.366", "min": "31.055", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "51.441", "max": "51.594", "min": "51.275", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "128.368", "max": "128.679", "min": "128.15", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "58.928", "max": "75.546", "min": "50.531", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "54.772", "max": "54.965", "min": "54.615", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "190.905", "max": "192.053", "min": "190.532", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "102.21", "max": "104.296", "min": "101.876", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "120.371", "max": "120.844", "min": "120.14", "id": "211", "country": "Switzerland", "source_name": "Lugano", "destination_name": "Lansing", "destination_id": "295" } } }, "214": { "name": "Athens", "data": { "0": { "avg": "254.647", "max": "254.822", "min": "254.454", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "289.317", "max": "292.289", "min": "289.02", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "140.852", "max": "141.113", "min": "140.691", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "26.342", "max": "32.556", "min": "25.654", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "53.972", "max": "54.237", "min": "53.802", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "308.416", "max": "308.524", "min": "308.326", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "50.531", "max": "50.658", "min": "50.334", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "311.466", "max": "321.491", "min": "310.183", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "87.721", "max": "88.064", "min": "87.576", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "62.375", "max": "68.588", "min": "61.943", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "55.728", "max": "61.377", "min": "55.347", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "172.806", "max": "173.867", "min": "172.625", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "125.319", "max": "125.466", "min": "125.183", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "124.652", "max": "124.836", "min": "124.519", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "158.625", "max": "158.877", "min": "158.462", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "136.434", "max": "138.925", "min": "135.895", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "71.813", "max": "73.49", "min": "71.528", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "149.353", "max": "149.562", "min": "149.161", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "67.869", "max": "73.445", "min": "67.415", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "31.893", "max": "32.699", "min": "31.747", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "302.354", "max": "307.427", "min": "302.002", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "148.716", "max": "148.836", "min": "148.586", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "198.689", "max": "198.879", "min": "198.547", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "205.078", "max": "205.315", "min": "204.917", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "71.882", "max": "72.077", "min": "71.699", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "45.243", "max": "46.227", "min": "45.12", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "46.979", "max": "49.185", "min": "46.628", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "43.832", "max": "44.05", "min": "43.742", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "42.91", "max": "43.207", "min": "42.786", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "201.442", "max": "202.691", "min": "201.232", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "288.996", "max": "291.102", "min": "288.745", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.223", "max": "39.498", "min": "39.089", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "190.493", "max": "223.408", "min": "189.245", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "75.908", "max": "76.14", "min": "75.78", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "45.042", "max": "45.984", "min": "44.709", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "196.538", "max": "198.252", "min": "196.202", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "193.898", "max": "193.988", "min": "193.844", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "185.346", "max": "185.572", "min": "185.198", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "166.191", "max": "167.532", "min": "165.999", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "131.106", "max": "137.568", "min": "130.681", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "199.478", "max": "202.567", "min": "199.06", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "57.643", "max": "58.797", "min": "57.355", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "89.833", "max": "90.064", "min": "89.704", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "66.976", "max": "67.384", "min": "66.845", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "259.607", "max": "259.738", "min": "259.537", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "40.241", "max": "40.851", "min": "39.858", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "66.723", "max": "70.466", "min": "66.383", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "214.643", "max": "215.233", "min": "214.431", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "289.441", "max": "294.008", "min": "289.092", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "167.738", "max": "167.85", "min": "167.639", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "129.42", "max": "129.566", "min": "129.312", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "201.139", "max": "201.353", "min": "200.961", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "101.623", "max": "148.664", "min": "61.485", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "158.295", "max": "158.492", "min": "158.164", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "184.561", "max": "202.534", "min": "180.683", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "288.642", "max": "288.997", "min": "288.4", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "74.153", "max": "75.409", "min": "73.45", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "347.196", "max": "347.313", "min": "347.107", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "67.77", "max": "68.152", "min": "67.626", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "48.802", "max": "48.996", "min": "48.674", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "97.311", "max": "100.609", "min": "96.69", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "110.571", "max": "149.124", "min": "106.798", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "247.469", "max": "320.747", "min": "243.989", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "378.873", "max": "384.772", "min": "378.353", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "48.681", "max": "48.936", "min": "48.494", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "45.841", "max": "47.275", "min": "45.632", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "128.301", "max": "128.523", "min": "128.13", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "28.199", "max": "28.523", "min": "27.981", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "256.451", "max": "258.228", "min": "255.816", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "171.669", "max": "176.574", "min": "171.239", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "283.497", "max": "285.507", "min": "283.211", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "191.982", "max": "192.612", "min": "191.65", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "201.487", "max": "204.575", "min": "201.23", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "148.03", "max": "148.46", "min": "147.794", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "98.147", "max": "101.512", "min": "97.798", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "62.769", "max": "62.967", "min": "62.633", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "141.82", "max": "149.65", "min": "141.413", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "205.632", "max": "207.492", "min": "205.414", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "147.078", "max": "148.971", "min": "146.8", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "147.607", "max": "148.652", "min": "147.448", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "204.115", "max": "204.301", "min": "203.965", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "143.748", "max": "144.084", "min": "143.561", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "220.521", "max": "225.624", "min": "220.083", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "185.337", "max": "185.806", "min": "185.071", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "193.417", "max": "193.626", "min": "193.204", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "109.216", "max": "110.118", "min": "108.933", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "66.477", "max": "66.895", "min": "66.235", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "158.339", "max": "158.654", "min": "158.218", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "154.273", "max": "158.59", "min": "153.92", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "61.473", "max": "67.928", "min": "60.667", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "158.306", "max": "160.866", "min": "157.652", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "200.176", "max": "200.632", "min": "199.926", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "69.275", "max": "69.418", "min": "69.186", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "319.036", "max": "324.129", "min": "318.6", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "139.505", "max": "139.638", "min": "139.36", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "164.013", "max": "164.22", "min": "163.841", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "198.343", "max": "198.577", "min": "198.138", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "192.102", "max": "215.419", "min": "190.5", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "198.655", "max": "202.268", "min": "198.427", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "149.881", "max": "151.515", "min": "149.604", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "157.42", "max": "165.502", "min": "156.998", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "185.494", "max": "189.774", "min": "185.185", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "54.48", "max": "54.601", "min": "54.315", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "358.229", "max": "369.716", "min": "357.198", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "155.111", "max": "156.608", "min": "154.859", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "404.01", "max": "425.319", "min": "377.26", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "221.272", "max": "223.074", "min": "221.01", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "138.934", "max": "139.365", "min": "138.779", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "151.193", "max": "151.477", "min": "151.034", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "180.054", "max": "182.856", "min": "179.113", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "348.178", "max": "348.647", "min": "348.021", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "327.251", "max": "327.532", "min": "327.145", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "123.94", "max": "124.093", "min": "123.806", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "184.042", "max": "249.256", "min": "181.564", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "409.1", "max": "513.759", "min": "231.803", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "107.587", "max": "225.104", "min": "11.358", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "229.535", "max": "232.151", "min": "229.072", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "286.982", "max": "288.207", "min": "286.76", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "165.8", "max": "167.103", "min": "165.602", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "167.328", "max": "168.414", "min": "167.058", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "171.658", "max": "175.557", "min": "171.363", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "227.619", "max": "381.621", "min": "147.965", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "250.974", "max": "253.587", "min": "250.758", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "59.896", "max": "132.588", "min": "54.177", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "57.962", "max": "58.228", "min": "57.825", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "150.506", "max": "151.477", "min": "149.626", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "126.097", "max": "126.474", "min": "125.932", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "283.445", "max": "283.814", "min": "283.204", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "165.693", "max": "166.091", "min": "165.504", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "222.937", "max": "223.452", "min": "222.755", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "154.554", "max": "156.059", "min": "154.396", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "150.453", "max": "150.676", "min": "150.329", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "163.897", "max": "164.149", "min": "163.763", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "338.155", "max": "339.334", "min": "337.458", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "177.699", "max": "177.907", "min": "177.588", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "120.353", "max": "120.523", "min": "120.167", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "179.017", "max": "185.159", "min": "177.935", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "178.111", "max": "178.263", "min": "178.003", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "154.243", "max": "154.358", "min": "154.177", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "124.188", "max": "124.501", "min": "124.028", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "26.181", "max": "26.504", "min": "26.036", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "220.274", "max": "220.758", "min": "219.957", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "83.733", "max": "83.937", "min": "83.508", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "41.296", "max": "41.68", "min": "41.166", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "237.133", "max": "237.455", "min": "236.914", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "48.593", "max": "62.255", "min": "47.741", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "13.796", "max": "20.113", "min": "13.447", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "180.57", "max": "180.883", "min": "180.388", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "59.114", "max": "59.39", "min": "59.031", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "60.903", "max": "60.968", "min": "60.785", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "47.457", "max": "53.206", "min": "46.464", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "317.694", "max": "317.984", "min": "317.526", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "45.587", "max": "45.981", "min": "45.448", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "48.232", "max": "52.508", "min": "47.776", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "139.544", "max": "139.758", "min": "139.404", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "215.516", "max": "215.736", "min": "215.243", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "87.767", "max": "90.534", "min": "87.359", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "365.469", "max": "411.66", "min": "356.541", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "169.988", "max": "171.263", "min": "169.854", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "293.12", "max": "383.502", "min": "285.843", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "166.776", "max": "166.958", "min": "166.664", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "251.008", "max": "252.465", "min": "250.845", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "54.974", "max": "55.249", "min": "54.867", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "124.381", "max": "125.618", "min": "124.196", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "145.95", "max": "148.043", "min": "144.25", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "218.148", "max": "218.306", "min": "218.064", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "118.46", "max": "118.641", "min": "118.314", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "181.583", "max": "181.823", "min": "181.422", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "277.902", "max": "283.054", "min": "266.381", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "123.401", "max": "123.507", "min": "123.308", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "146.702", "max": "147.072", "min": "146.614", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "64.219", "max": "65.731", "min": "63.943", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "168.817", "max": "169.401", "min": "168.673", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "66.68", "max": "66.81", "min": "66.557", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "48.934", "max": "54.563", "min": "48.525", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "46.074", "max": "47.465", "min": "45.893", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "47.628", "max": "47.754", "min": "47.444", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "61.752", "max": "62.519", "min": "61.459", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "100.755", "max": "104.278", "min": "100.436", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "14.867", "max": "15.245", "min": "14.715", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "95.251", "max": "95.479", "min": "95.112", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "74.491", "max": "81.112", "min": "74.111", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "53.315", "max": "62.412", "min": "52.774", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "53.164", "max": "53.265", "min": "53.044", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "51.358", "max": "51.543", "min": "51.258", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "38.335", "max": "38.452", "min": "38.165", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "76.602", "max": "76.831", "min": "76.354", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "55.242", "max": "85.363", "min": "53.226", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "64.255", "max": "113.005", "min": "39.745", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "58.257", "max": "58.39", "min": "58.158", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "75.192", "max": "75.867", "min": "75.017", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "74.487", "max": "95.977", "min": "73.441", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "33.241", "max": "33.937", "min": "32.816", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "53.358", "max": "53.56", "min": "53.045", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "305.825", "max": "323.591", "min": "304.86", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "38.937", "max": "39.13", "min": "38.765", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.322", "max": "43.492", "min": "43.119", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "45.601", "max": "47.79", "min": "45.408", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "224.316", "max": "230.699", "min": "221.736", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "0.056", "max": "0.509", "min": "0.022", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "51.497", "max": "58.229", "min": "51.101", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "51.507", "max": "53.919", "min": "51.096", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "50.253", "max": "50.384", "min": "50.105", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "285.648", "max": "295.832", "min": "282.457", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "132.828", "max": "143.397", "min": "131.803", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "338.115", "max": "341.953", "min": "333.681", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "208.998", "max": "214.205", "min": "208.598", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "55.81", "max": "58.463", "min": "55.584", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "179.214", "max": "179.712", "min": "179.008", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "201.969", "max": "202.394", "min": "201.604", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "51.402", "max": "51.671", "min": "51.198", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "36.619", "max": "37.011", "min": "36.493", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "60.986", "max": "64.955", "min": "60.486", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "51.783", "max": "52.137", "min": "51.609", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "152.551", "max": "152.799", "min": "152.441", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "155.179", "max": "155.419", "min": "155.09", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "365.419", "max": "365.663", "min": "365.189", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "128.595", "max": "128.827", "min": "128.427", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "55.644", "max": "55.834", "min": "55.527", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "126.816", "max": "126.968", "min": "126.727", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "45.145", "max": "45.304", "min": "44.991", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "263.759", "max": "264.27", "min": "263.59", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "174.52", "max": "180.114", "min": "171.156", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "66.78", "max": "67.474", "min": "66.627", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "76.786", "max": "80.478", "min": "76.031", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "196.901", "max": "199.957", "min": "195.733", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "152.211", "max": "153.237", "min": "151.662", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "300.067", "max": "300.233", "min": "299.946", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "53.299", "max": "53.946", "min": "53.145", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "76.416", "max": "76.623", "min": "76.26", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "58.418", "max": "58.717", "min": "58.297", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "94.412", "max": "94.562", "min": "94.32", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "133.813", "max": "134.36", "min": "133.478", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "134.44", "max": "134.678", "min": "134.255", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "105.057", "max": "115.551", "min": "102.595", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "212.834", "max": "220.433", "min": "212.147", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "137.522", "max": "139.113", "min": "136.513", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "254.279", "max": "256.347", "min": "254.093", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "172.008", "max": "172.189", "min": "171.911", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "70.752", "max": "75.919", "min": "70.413", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "239.43", "max": "241.089", "min": "237.861", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "228.92", "max": "228.92", "min": "228.92", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "65.073", "max": "65.254", "min": "64.92", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "47.281", "max": "47.365", "min": "47.15", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "162.012", "max": "295.063", "min": "157.202", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "76.853", "max": "89.011", "min": "67.961", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "17.644", "max": "21.861", "min": "17.376", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "234.772", "max": "235.002", "min": "234.65", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "89.024", "max": "89.426", "min": "88.681", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "157.871", "max": "159.817", "min": "157.619", "id": "214", "country": "Greece", "source_name": "Athens", "destination_name": "Lansing", "destination_id": "295" } } }, "215": { "name": "Alblasserdam", "data": { "0": { "avg": "211.518", "max": "213.286", "min": "211.298", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "238.066", "max": "247.523", "min": "237.464", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "93.392", "max": "95.207", "min": "93.156", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "25.185", "max": "34.498", "min": "24.334", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.146", "max": "15.854", "min": "14.888", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "220.533", "max": "220.92", "min": "220.302", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "9.976", "max": "12.2", "min": "9.753", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "298.467", "max": "301.986", "min": "297.552", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "45.969", "max": "46.256", "min": "45.823", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "23.951", "max": "25.043", "min": "23.706", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "8.989", "max": "9.272", "min": "8.815", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "115.382", "max": "117.586", "min": "115.199", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "75.707", "max": "77.609", "min": "75.503", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "79.147", "max": "80.039", "min": "78.868", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "111.24", "max": "111.586", "min": "111.115", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "99.71", "max": "100.241", "min": "99.101", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "41.881", "max": "42.286", "min": "41.55", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.149", "max": "109.753", "min": "95.133", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "16.686", "max": "20.442", "min": "16.317", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "22.512", "max": "22.858", "min": "22.32", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "269.465", "max": "270.546", "min": "269.286", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "100.326", "max": "100.577", "min": "100.25", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "146.977", "max": "158.186", "min": "146.335", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "147.556", "max": "147.748", "min": "147.35", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "27.963", "max": "30.288", "min": "27.597", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "14.146", "max": "15.54", "min": "13.947", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.881", "max": "21.538", "min": "20.663", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "25.006", "max": "26.649", "min": "24.656", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "15.62", "max": "20.101", "min": "15.307", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "137.566", "max": "140.592", "min": "137.176", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "167.449", "max": "167.669", "min": "167.32", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "24.484", "max": "26.599", "min": "24.204", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "139.496", "max": "139.864", "min": "139.351", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "43.907", "max": "44.163", "min": "43.791", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "17.338", "max": "18.081", "min": "17.152", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "169.737", "max": "170.504", "min": "169.357", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "145.7", "max": "148.617", "min": "145.526", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "141.466", "max": "142.939", "min": "141.297", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "109.484", "max": "114.979", "min": "108.975", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "86.687", "max": "87.525", "min": "86.449", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "152.236", "max": "157.938", "min": "151.492", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "8.07", "max": "10.841", "min": "7.524", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.832", "max": "49.697", "min": "47.648", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "30.76", "max": "33.309", "min": "30.544", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "214.3", "max": "214.846", "min": "214.131", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "36.012", "max": "36.781", "min": "35.712", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "29.581", "max": "30.246", "min": "29.401", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "165.002", "max": "165.368", "min": "164.846", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "244.448", "max": "247.151", "min": "244.188", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "118.829", "max": "119.423", "min": "118.697", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "84.189", "max": "84.684", "min": "84.106", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "151.091", "max": "152.503", "min": "150.734", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "38.47", "max": "85.56", "min": "9.2", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "113.075", "max": "113.911", "min": "112.961", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "146.466", "max": "157.664", "min": "142.291", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "174.361", "max": "174.591", "min": "174.174", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "46.912", "max": "49.237", "min": "45.922", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "290.898", "max": "291.236", "min": "290.8", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "38.413", "max": "42.958", "min": "37.81", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "13.405", "max": "15.488", "min": "13.168", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.121", "max": "65.358", "min": "62.528", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "70.7", "max": "127.382", "min": "65.678", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "180.829", "max": "193.299", "min": "179.376", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "276.942", "max": "278.857", "min": "276.638", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "46.907", "max": "47.239", "min": "46.719", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "38.409", "max": "42.023", "min": "38.088", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "77.015", "max": "78.29", "min": "76.883", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "43.799", "max": "56.493", "min": "42.728", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "207.181", "max": "211.707", "min": "206.243", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "122.998", "max": "123.421", "min": "122.859", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "185.322", "max": "185.701", "min": "185.075", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "145.712", "max": "147.654", "min": "145.471", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "156.324", "max": "166.939", "min": "155.523", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "102.739", "max": "103.406", "min": "102.565", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "51.234", "max": "53.156", "min": "50.879", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "54.758", "max": "117.658", "min": "20.595", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "92.414", "max": "92.63", "min": "92.299", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "146.261", "max": "149.424", "min": "145.916", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "91.841", "max": "96.775", "min": "91.444", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "90.938", "max": "94.156", "min": "90.586", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "154.753", "max": "156.603", "min": "154.516", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "83.577", "max": "102.191", "min": "82.697", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "287.397", "max": "287.877", "min": "285.365", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "152.28", "max": "154.019", "min": "151.998", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "121.679", "max": "128.5", "min": "121.274", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "62.357", "max": "63.084", "min": "61.931", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "17.308", "max": "19.014", "min": "16.891", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "107.606", "max": "109.894", "min": "107.434", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "106.607", "max": "110.603", "min": "106.264", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "14.44", "max": "21.156", "min": "14.044", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "104.004", "max": "117.433", "min": "102.814", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "154.514", "max": "155.006", "min": "154.226", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.245", "max": "34.044", "min": "33.109", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "281.678", "max": "282.449", "min": "281.447", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "81.376", "max": "82.334", "min": "81.216", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "110.954", "max": "112.445", "min": "110.775", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "162.808", "max": "164.647", "min": "162.562", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "136.672", "max": "152.466", "min": "135.67", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.618", "max": "162.228", "min": "146.262", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "89.903", "max": "95.018", "min": "89.391", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "106.576", "max": "106.788", "min": "106.455", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "150.247", "max": "151.163", "min": "149.958", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "41.783", "max": "45.08", "min": "41.466", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "315.15", "max": "323.153", "min": "313.988", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "99.467", "max": "102.709", "min": "99.194", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "333.892", "max": "341.752", "min": "331.998", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "170.481", "max": "174.736", "min": "169.937", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "81.428", "max": "84.343", "min": "81.189", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "104.388", "max": "104.565", "min": "104.281", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "122.93", "max": "123.802", "min": "122.735", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "259.303", "max": "260.663", "min": "259.097", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.087", "max": "279.957", "min": "278.925", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "82.355", "max": "84.727", "min": "82.119", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "137.306", "max": "141.415", "min": "136.824", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "365.773", "max": "483.889", "min": "180.907", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "166.522", "max": "254.71", "min": "68.103", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "187.757", "max": "192.986", "min": "187.086", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "231.645", "max": "240.238", "min": "230.87", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "116.819", "max": "117.393", "min": "116.681", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "124.471", "max": "127.532", "min": "124.067", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "123.094", "max": "126.954", "min": "122.701", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "178.715", "max": "341.214", "min": "109.204", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "225.608", "max": "226.131", "min": "225.403", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "38.433", "max": "65.476", "min": "35.356", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "34.996", "max": "35.245", "min": "34.901", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "23.163", "max": "24.504", "min": "22.635", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.489", "max": "84.336", "min": "80.142", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "169.573", "max": "171.376", "min": "169.186", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "135.977", "max": "138.583", "min": "135.685", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "181.947", "max": "182.158", "min": "181.834", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "102.261", "max": "105.067", "min": "102.08", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "98.429", "max": "100.017", "min": "98.215", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "105.708", "max": "107.576", "min": "105.357", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "319.218", "max": "322.778", "min": "318.143", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.418", "max": "127.412", "min": "123.094", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "70.662", "max": "70.89", "min": "70.492", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "136.383", "max": "140.767", "min": "135.485", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "126.859", "max": "127.853", "min": "126.687", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "106.74", "max": "106.938", "min": "106.665", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "73.685", "max": "78.977", "min": "73.157", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "24.551", "max": "25.247", "min": "24.447", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "183.809", "max": "184.925", "min": "183.408", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "49.264", "max": "49.828", "min": "49.074", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.28", "max": "26.552", "min": "24.966", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.025", "max": "180.905", "min": "179.743", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "6.947", "max": "9.019", "min": "6.601", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "36.708", "max": "54.307", "min": "35.665", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "140.943", "max": "148.469", "min": "140.285", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "10.217", "max": "13.649", "min": "9.791", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "11.563", "max": "11.8", "min": "11.479", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.152", "max": "23.778", "min": "14.031", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "253.528", "max": "253.771", "min": "253.382", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "33.759", "max": "38.058", "min": "33.174", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "25.601", "max": "63.033", "min": "24.068", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "97.239", "max": "101.284", "min": "96.929", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "151.446", "max": "151.946", "min": "151.222", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.376", "max": "53.173", "min": "48.859", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "311.982", "max": "351.613", "min": "305.766", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "123.402", "max": "125.508", "min": "123.076", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "238.959", "max": "326.521", "min": "229.576", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "120.264", "max": "121.774", "min": "120.089", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "204.217", "max": "207.772", "min": "203.978", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "32.259", "max": "35.234", "min": "31.954", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "73.93", "max": "75.438", "min": "73.723", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "103.071", "max": "103.306", "min": "102.905", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "164.426", "max": "165.727", "min": "164.25", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "93.563", "max": "96.526", "min": "93.07", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "134.892", "max": "136.842", "min": "134.637", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "243.515", "max": "252.252", "min": "210.063", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "78.747", "max": "79.122", "min": "78.603", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "97.262", "max": "101.699", "min": "97.005", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "19.688", "max": "23.273", "min": "19.252", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "137.512", "max": "138.829", "min": "137.223", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "17.972", "max": "20.416", "min": "17.764", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.153", "max": "23.312", "min": "20.753", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "33.328", "max": "37.552", "min": "32.842", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.033", "max": "24.311", "min": "20.732", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "13.142", "max": "14.496", "min": "12.846", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "60.449", "max": "64.908", "min": "59.99", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "41.874", "max": "43.51", "min": "41.577", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "58.578", "max": "59.554", "min": "58.263", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "42.195", "max": "44.515", "min": "41.916", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "4.828", "max": "8.983", "min": "4.419", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "7.662", "max": "8.295", "min": "7.571", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "4.044", "max": "4.128", "min": "3.955", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.338", "max": "21.822", "min": "20.884", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "69.3", "max": "73.685", "min": "68.604", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "32.146", "max": "69.966", "min": "29.503", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "35.18", "max": "109.045", "min": "16.507", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "8.231", "max": "8.695", "min": "8.133", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "82.61", "max": "83.678", "min": "82.369", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "34.506", "max": "57.87", "min": "33.159", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "39.737", "max": "40.234", "min": "39.3", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "6.952", "max": "19.056", "min": "6.214", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "203.152", "max": "203.514", "min": "202.949", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "16.085", "max": "19.761", "min": "15.854", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "30.468", "max": "32.419", "min": "30.124", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "22.715", "max": "23.041", "min": "22.638", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "171.36", "max": "178.433", "min": "168.92", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "51.293", "max": "51.468", "min": "51.164", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "0.04", "max": "0.065", "min": "0.023", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "1.66", "max": "2.87", "min": "1.377", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "3.524", "max": "3.785", "min": "3.346", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "299.997", "max": "300.713", "min": "299.77", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "80.369", "max": "89.946", "min": "79.2", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "219.385", "max": "239.462", "min": "211.318", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "139.124", "max": "141.646", "min": "138.871", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "7.431", "max": "8.131", "min": "7.316", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "136.787", "max": "137.035", "min": "136.606", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "148.869", "max": "150.097", "min": "148.589", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "38.053", "max": "41.749", "min": "37.595", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "63.605", "max": "64.393", "min": "63.324", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "11.894", "max": "13.248", "min": "11.636", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "5.453", "max": "7.406", "min": "5.035", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "103.666", "max": "103.916", "min": "103.554", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "110.38", "max": "114.567", "min": "110.059", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "229.629", "max": "230.206", "min": "229.347", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "77.246", "max": "82.263", "min": "76.992", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.51", "max": "25.007", "min": "24.338", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "76.37", "max": "76.73", "min": "76.281", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.316", "max": "25.643", "min": "19.887", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "216.099", "max": "611.003", "min": "201.756", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "117.28", "max": "122.088", "min": "114.445", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "26.117", "max": "26.402", "min": "25.933", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "45.807", "max": "59.395", "min": "44.571", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "157.953", "max": "165.325", "min": "156.461", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "110.919", "max": "113.14", "min": "110.46", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "231.581", "max": "232.32", "min": "231.395", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "77.339", "max": "83.317", "min": "76.848", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "42.727", "max": "44.355", "min": "42.579", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.332", "max": "20.632", "min": "13.783", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "53.465", "max": "57.414", "min": "53.123", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "88.687", "max": "93.307", "min": "88.103", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "94.996", "max": "96.381", "min": "94.783", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "67.164", "max": "69.553", "min": "65.492", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "167.898", "max": "169.679", "min": "167.501", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "88.084", "max": "89.591", "min": "87.04", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "61.47", "max": "62.321", "min": "61.322", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "102.412", "max": "103.111", "min": "102.149", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "21.388", "max": "23.844", "min": "21.044", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "262.618", "max": "268.474", "min": "260.767", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "186.613", "max": "186.613", "min": "186.613", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "12.528", "max": "16.489", "min": "12.299", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "14.097", "max": "14.339", "min": "13.874", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "103.772", "max": "105.912", "min": "103.326", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "29.629", "max": "39.177", "min": "21.866", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "31.938", "max": "32.259", "min": "31.847", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "132.846", "max": "135.279", "min": "132.531", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "76.396", "max": "78.989", "min": "75.786", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "105.427", "max": "108.398", "min": "105.206", "id": "215", "country": "Netherlands", "source_name": "Alblasserdam", "destination_name": "Lansing", "destination_id": "295" } } }, "216": { "name": "The Hague", "data": { "0": { "avg": "198.618", "max": "199.229", "min": "198.474", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "238.972", "max": "244.837", "min": "238.523", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "96.331", "max": "96.564", "min": "96.17", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "25.341", "max": "29.823", "min": "24.619", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.658", "max": "16.112", "min": "15.493", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "230.857", "max": "231.361", "min": "230.72", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "3.021", "max": "3.312", "min": "2.863", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "273.663", "max": "285.067", "min": "272.257", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "62.512", "max": "62.817", "min": "62.374", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "23.206", "max": "30.842", "min": "21.995", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "8.789", "max": "9.138", "min": "8.634", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "122.992", "max": "125.193", "min": "122.808", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "74.607", "max": "74.758", "min": "74.423", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "86.705", "max": "89.834", "min": "86.413", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "112.388", "max": "114.453", "min": "112.043", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "94.042", "max": "94.505", "min": "93.685", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "30.355", "max": "34.345", "min": "30.007", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "97.981", "max": "98.16", "min": "97.832", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.694", "max": "18.22", "min": "17.548", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "20.48", "max": "20.665", "min": "20.399", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "268.687", "max": "268.905", "min": "268.549", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "99.68", "max": "105.083", "min": "99.292", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "149.094", "max": "153.441", "min": "148.841", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "153.343", "max": "158.102", "min": "153.01", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "32.624", "max": "36.02", "min": "32.263", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "15.227", "max": "16.054", "min": "15.035", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.623", "max": "22.649", "min": "20.262", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "36.177", "max": "39.994", "min": "35.918", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.718", "max": "19.922", "min": "14.278", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "143.864", "max": "147.216", "min": "143.299", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "244.311", "max": "244.478", "min": "244.157", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "24.047", "max": "25.51", "min": "23.86", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "138.622", "max": "140.401", "min": "138.419", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "41.158", "max": "41.867", "min": "40.928", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "17.278", "max": "21.81", "min": "16.72", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "168.532", "max": "171.496", "min": "168.107", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "147.328", "max": "147.933", "min": "147.171", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "144.343", "max": "144.775", "min": "144.191", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "107.56", "max": "108.032", "min": "107.373", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.832", "max": "83.518", "min": "82.582", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "151.507", "max": "154.888", "min": "151.06", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "8.433", "max": "11.054", "min": "7.934", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.669", "max": "49.22", "min": "47.464", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "28.81", "max": "31.133", "min": "28.232", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "146.202", "max": "146.38", "min": "146.028", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "29.159", "max": "33.072", "min": "28.452", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "34.937", "max": "36.693", "min": "34.726", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "169.003", "max": "169.237", "min": "168.809", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "240.686", "max": "242.321", "min": "239.463", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "118.63", "max": "120.874", "min": "118.361", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "91.032", "max": "91.269", "min": "90.825", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "157.492", "max": "157.84", "min": "157.304", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "50.686", "max": "91.727", "min": "7.311", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "115.043", "max": "115.248", "min": "114.899", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "138.736", "max": "144.827", "min": "135.74", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "252.16", "max": "253.033", "min": "251.981", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "43.942", "max": "48.474", "min": "43.356", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "299.844", "max": "301.146", "min": "299.694", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "55.018", "max": "56.3", "min": "54.696", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "11.437", "max": "15.362", "min": "11.098", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.664", "max": "62.411", "min": "59.073", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "71.861", "max": "113.96", "min": "68.772", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "190.83", "max": "287.16", "min": "177.138", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "330.919", "max": "331.806", "min": "330.642", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "58.616", "max": "59.442", "min": "58.306", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.575", "max": "36.052", "min": "35.418", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "77.422", "max": "78.012", "min": "77.174", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "54.885", "max": "55.325", "min": "54.496", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "208.497", "max": "213.571", "min": "207.642", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "122.743", "max": "124.854", "min": "122.448", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "245.025", "max": "246.309", "min": "244.828", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "146.103", "max": "149.358", "min": "145.746", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "152.468", "max": "154.247", "min": "152.085", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "106.008", "max": "109.222", "min": "105.708", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "50.226", "max": "51.681", "min": "49.842", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "13.363", "max": "14.649", "min": "13.148", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "93.961", "max": "94.335", "min": "93.74", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "149.083", "max": "152.756", "min": "148.872", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "88.268", "max": "89.45", "min": "87.889", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "88.884", "max": "94.076", "min": "88.432", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "155.835", "max": "160.408", "min": "155.535", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "92.49", "max": "94.91", "min": "92.071", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "224.066", "max": "227.225", "min": "223.613", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "152.393", "max": "154.399", "min": "152.047", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "151.356", "max": "151.988", "min": "151.141", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "65.8", "max": "66.573", "min": "65.399", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "16.728", "max": "17.23", "min": "16.456", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "108.184", "max": "108.403", "min": "108.085", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "103.969", "max": "104.718", "min": "103.743", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "13.743", "max": "18.132", "min": "13.256", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "106.709", "max": "107.876", "min": "105.896", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "143.432", "max": "145.038", "min": "143.09", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "32.067", "max": "34.369", "min": "31.896", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "274.341", "max": "274.659", "min": "274.12", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "79.856", "max": "80.896", "min": "79.658", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "116.089", "max": "116.263", "min": "115.983", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "166.922", "max": "167.244", "min": "166.684", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "137.537", "max": "144.957", "min": "136.483", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "149.748", "max": "153.316", "min": "149.414", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "90.044", "max": "92.621", "min": "89.738", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "112.786", "max": "112.918", "min": "112.657", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "153.553", "max": "153.97", "min": "153.37", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "42.589", "max": "43.38", "min": "42.361", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "303.57", "max": "309.315", "min": "302.687", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "102.019", "max": "102.291", "min": "101.897", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "351.833", "max": "399.636", "min": "317.402", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "169.7", "max": "173.649", "min": "169.217", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "84.922", "max": "85.725", "min": "84.65", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "103.4", "max": "108.315", "min": "103.066", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "140", "max": "143.264", "min": "139.458", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "302.619", "max": "303.873", "min": "302.429", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.561", "max": "279.814", "min": "279.464", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "83.273", "max": "84.674", "min": "83.075", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "135.46", "max": "149.583", "min": "134.77", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "381.88", "max": "499.23", "min": "212.115", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "137.628", "max": "221.318", "min": "75.507", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "180.657", "max": "189.909", "min": "179.716", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "220.673", "max": "222.129", "min": "220.404", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "111.514", "max": "111.979", "min": "111.35", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "116.245", "max": "117.283", "min": "115.981", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "124.203", "max": "124.662", "min": "124.03", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "203.262", "max": "361.071", "min": "119.341", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "190.94", "max": "192.966", "min": "190.691", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "35.21", "max": "42.081", "min": "34.467", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "34.104", "max": "34.379", "min": "33.969", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "22.188", "max": "23.073", "min": "21.648", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "76.181", "max": "77.187", "min": "75.905", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "246.919", "max": "247.453", "min": "246.708", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.134", "max": "126.845", "min": "125.918", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "183.226", "max": "185.23", "min": "182.896", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "101.896", "max": "102.564", "min": "101.724", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "106.379", "max": "106.679", "min": "106.219", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "109.073", "max": "109.447", "min": "108.905", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "284.937", "max": "286.347", "min": "284.464", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "121.882", "max": "122.101", "min": "121.748", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "71.019", "max": "71.349", "min": "70.781", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "136.135", "max": "148.357", "min": "134.286", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.198", "max": "122.691", "min": "122.071", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "112.749", "max": "114.618", "min": "112.474", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "74.785", "max": "79.559", "min": "74.387", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "25.108", "max": "27.731", "min": "24.762", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "184.128", "max": "186.86", "min": "183.418", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "49.091", "max": "49.945", "min": "48.862", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "36.894", "max": "37.41", "min": "36.773", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "191.279", "max": "201.855", "min": "190.6", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "6.467", "max": "7.378", "min": "6.249", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "40.41", "max": "47.09", "min": "39.954", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "132.806", "max": "133.005", "min": "132.69", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "9.852", "max": "10.134", "min": "9.697", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "19.722", "max": "22.352", "min": "19.503", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.044", "max": "42.978", "min": "12.393", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "278.896", "max": "279.955", "min": "278.604", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "35.029", "max": "36.331", "min": "34.7", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "22.627", "max": "59.182", "min": "21.06", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "95.9", "max": "98.012", "min": "95.661", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "165.502", "max": "166.49", "min": "165.281", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "50.885", "max": "52.368", "min": "50.534", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "310.675", "max": "356.87", "min": "302.292", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "120.453", "max": "122.894", "min": "119.662", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "245.491", "max": "305.874", "min": "239.817", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "131.209", "max": "135.383", "min": "130.896", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "208.94", "max": "209.355", "min": "208.761", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "42.089", "max": "42.697", "min": "41.917", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "76.831", "max": "77.076", "min": "76.662", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "106.23", "max": "111.357", "min": "105.876", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "179.859", "max": "180.856", "min": "179.711", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "92.931", "max": "93.3", "min": "92.769", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "133.843", "max": "134.446", "min": "133.612", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "210.091", "max": "210.282", "min": "209.874", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "73.699", "max": "75.112", "min": "73.447", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "87.661", "max": "88.64", "min": "87.458", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "17.828", "max": "20.93", "min": "17.422", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "136.362", "max": "136.935", "min": "136.234", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "18.061", "max": "19.432", "min": "17.87", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "24.525", "max": "25.756", "min": "24.112", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "31.201", "max": "53.011", "min": "30.149", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.019", "max": "21.672", "min": "20.859", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "13.347", "max": "13.789", "min": "13.078", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "66.518", "max": "68.467", "min": "66.262", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "42.445", "max": "42.732", "min": "42.346", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.888", "max": "67.775", "min": "62.254", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "45.19", "max": "45.87", "min": "44.983", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "5.158", "max": "10.372", "min": "4.272", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "6.184", "max": "8.085", "min": "5.702", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "3.32", "max": "3.604", "min": "3.158", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "28.047", "max": "28.497", "min": "27.843", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.567", "max": "57.098", "min": "55.21", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "31.067", "max": "37.58", "min": "29.822", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "36.464", "max": "77.366", "min": "20.824", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "7.552", "max": "13.258", "min": "7.189", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "57.401", "max": "57.9", "min": "57.141", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "30.448", "max": "35.346", "min": "29.829", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "42.091", "max": "42.513", "min": "41.603", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "5.754", "max": "7.668", "min": "5.406", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "259.147", "max": "259.311", "min": "259.008", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "15.55", "max": "15.813", "min": "15.439", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "39.62", "max": "39.982", "min": "39.42", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "23.34", "max": "26.667", "min": "23.016", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "177.185", "max": "184.084", "min": "175.298", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "51.31", "max": "51.479", "min": "51.174", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "2.019", "max": "11.447", "min": "1.45", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "0.1", "max": "0.898", "min": "0.029", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "2.501", "max": "2.619", "min": "2.369", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "252.483", "max": "267.53", "min": "249.199", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "84.04", "max": "91.078", "min": "83.279", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "220.205", "max": "226.537", "min": "202.832", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "141.429", "max": "145.429", "min": "141.213", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "7.029", "max": "7.28", "min": "6.899", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "153.013", "max": "157.435", "min": "152.588", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "147.984", "max": "148.408", "min": "147.56", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "31.721", "max": "31.92", "min": "31.593", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "61.306", "max": "62.243", "min": "61.001", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "11.534", "max": "12.795", "min": "10.97", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "4.547", "max": "5.197", "min": "4.27", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "98.776", "max": "99.016", "min": "98.645", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "108.2", "max": "110.362", "min": "108.032", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "233.686", "max": "237.051", "min": "233.311", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "77.47", "max": "77.693", "min": "77.336", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "22.117", "max": "23.462", "min": "21.826", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "76.672", "max": "77.31", "min": "76.519", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "21.468", "max": "21.786", "min": "21.312", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "203.204", "max": "203.58", "min": "203.026", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "117.202", "max": "122.194", "min": "114.081", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "38.223", "max": "38.516", "min": "38.056", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "44.668", "max": "47.332", "min": "44.001", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "162.816", "max": "173.322", "min": "161.776", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "118.316", "max": "120", "min": "117.809", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "249.448", "max": "249.687", "min": "249.266", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "79.244", "max": "79.682", "min": "79.08", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "41.729", "max": "41.997", "min": "41.593", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "12.253", "max": "13.701", "min": "12.111", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "55.292", "max": "55.919", "min": "55.137", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "85.27", "max": "89.698", "min": "84.744", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "94.623", "max": "94.957", "min": "94.448", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.247", "max": "77.4", "min": "63.075", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "162.947", "max": "165.978", "min": "162.473", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "89.492", "max": "91.323", "min": "88.571", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "61.919", "max": "64.28", "min": "61.477", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "108.839", "max": "110.265", "min": "108.503", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "27.699", "max": "32.902", "min": "27.101", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "181.9", "max": "182.659", "min": "181.732", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "181.044", "max": "181.044", "min": "181.044", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "16.538", "max": "20.806", "min": "16.026", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "13.262", "max": "13.484", "min": "13.128", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "102.948", "max": "103.963", "min": "102.748", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "33.234", "max": "44.889", "min": "26.166", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "30.412", "max": "31.05", "min": "30.19", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "203.962", "max": "206.352", "min": "203.38", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "82.114", "max": "83.474", "min": "81.811", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "106.488", "max": "106.876", "min": "106.353", "id": "216", "country": "Netherlands", "source_name": "The Hague", "destination_name": "Lansing", "destination_id": "295" } } }, "217": { "name": "Westpoort", "data": { "0": { "avg": "153.119", "max": "153.655", "min": "152.925", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "244.47", "max": "246.07", "min": "243.608", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "95.289", "max": "95.552", "min": "95.118", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "24.1", "max": "31.069", "min": "23.382", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "9.82", "max": "12.041", "min": "9.512", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "251.486", "max": "254.952", "min": "251.173", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "2.117", "max": "2.405", "min": "1.913", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "276.734", "max": "292.038", "min": "274.677", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.242", "max": "43.45", "min": "43.023", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "24.715", "max": "25.111", "min": "24.573", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "6.033", "max": "8.139", "min": "5.737", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "117.896", "max": "122.753", "min": "117.455", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "76.184", "max": "76.857", "min": "75.506", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "102.114", "max": "102.569", "min": "101.955", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "111.687", "max": "117.738", "min": "109.897", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.38", "max": "97.096", "min": "94.838", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "28.661", "max": "29.243", "min": "28.459", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "98.727", "max": "102.145", "min": "96.468", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.89", "max": "18.192", "min": "17.596", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "24.355", "max": "24.455", "min": "24.268", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "272.647", "max": "275.038", "min": "270.52", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "102.954", "max": "103.084", "min": "102.821", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "145.719", "max": "148.579", "min": "140.25", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "155.117", "max": "156.787", "min": "153.009", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "31.062", "max": "32.541", "min": "29.545", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "12.931", "max": "17.561", "min": "12.468", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "23.306", "max": "25.204", "min": "22.366", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "33.997", "max": "34.545", "min": "33.796", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "13.703", "max": "13.908", "min": "13.501", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "137.135", "max": "139.471", "min": "136.464", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "160.289", "max": "160.831", "min": "160.137", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "26.725", "max": "27.332", "min": "26.494", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "137.109", "max": "140.9", "min": "136.786", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "41.222", "max": "41.448", "min": "41.031", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.581", "max": "17.685", "min": "13.99", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "169.72", "max": "170.357", "min": "169.348", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "147.973", "max": "148.622", "min": "147.837", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "142.113", "max": "142.291", "min": "141.986", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "106.329", "max": "106.453", "min": "106.194", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "81.335", "max": "90.269", "min": "80.699", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "149.495", "max": "155.384", "min": "148.411", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "9.175", "max": "10.963", "min": "8.692", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "43.432", "max": "43.719", "min": "43.313", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "27.752", "max": "33.239", "min": "27.201", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "189.959", "max": "190.3", "min": "189.866", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "33.248", "max": "33.877", "min": "32.776", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "39.925", "max": "40.155", "min": "39.798", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "168.366", "max": "176.348", "min": "167.183", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "237.859", "max": "238.711", "min": "237.434", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "134.623", "max": "134.815", "min": "134.478", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "84.221", "max": "84.875", "min": "83.757", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.225", "max": "165.81", "min": "164.619", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "61.598", "max": "71.819", "min": "52.958", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "103.753", "max": "104.46", "min": "103.273", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "131.622", "max": "155.58", "min": "126.728", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "175.575", "max": "176.682", "min": "175.439", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "41.057", "max": "44.416", "min": "40.025", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "300.643", "max": "304.548", "min": "300.371", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "38.149", "max": "39.976", "min": "37.71", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "8.705", "max": "10.158", "min": "7.188", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60.146", "max": "62.915", "min": "59.279", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "68.729", "max": "109.876", "min": "65.463", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "169.87", "max": "245.913", "min": "159.305", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "281.382", "max": "283.573", "min": "278.294", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "49.756", "max": "51.409", "min": "48.16", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "30.899", "max": "31.397", "min": "30.718", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "76.78", "max": "76.978", "min": "76.661", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "58.432", "max": "64.927", "min": "56.113", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "207.099", "max": "209.776", "min": "206.251", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "121.676", "max": "127.206", "min": "121.289", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "199.256", "max": "200.27", "min": "199.008", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "143.346", "max": "146.465", "min": "140.857", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "152.246", "max": "158.226", "min": "149.959", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "97.171", "max": "97.365", "min": "97.081", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "47.693", "max": "48.653", "min": "47.41", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "53.551", "max": "116.572", "min": "18.786", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "92.208", "max": "92.362", "min": "92.023", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "145.199", "max": "145.916", "min": "144.542", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "102.734", "max": "104.07", "min": "101.702", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "91.553", "max": "92.023", "min": "91.386", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "146.553", "max": "147.204", "min": "146.26", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "92.994", "max": "93.707", "min": "92.48", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "195.716", "max": "199.154", "min": "193.073", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "174.443", "max": "175.662", "min": "173.366", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "145.511", "max": "149.806", "min": "145.238", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "63.642", "max": "65.278", "min": "63", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "15.713", "max": "19.368", "min": "15.012", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "109.468", "max": "109.891", "min": "109.287", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "106.156", "max": "106.567", "min": "105.519", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "13.158", "max": "20.84", "min": "12.371", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "105.963", "max": "107.475", "min": "105.199", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "152.834", "max": "153.336", "min": "152.655", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "34.481", "max": "36.595", "min": "30.454", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "272.583", "max": "273.153", "min": "272.094", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "90.142", "max": "90.364", "min": "89.971", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "107.057", "max": "111.273", "min": "106.404", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "154.26", "max": "154.441", "min": "154.061", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "136.515", "max": "144.025", "min": "135.103", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "154.617", "max": "154.769", "min": "154.529", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "100.088", "max": "102.799", "min": "99.732", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "118.986", "max": "119.214", "min": "118.82", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "158.087", "max": "166.174", "min": "151.786", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "42.254", "max": "42.481", "min": "42.102", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "308.187", "max": "309.483", "min": "307.791", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "102.767", "max": "103.355", "min": "102.589", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "322.033", "max": "337.278", "min": "279.635", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "187.14", "max": "194.579", "min": "181.034", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "79.954", "max": "81.759", "min": "79.075", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "101.972", "max": "104.329", "min": "101.795", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "170.486", "max": "170.694", "min": "170.327", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.676", "max": "250.848", "min": "248.986", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "284.786", "max": "292.039", "min": "277.785", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "89.575", "max": "89.886", "min": "89.488", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "136.552", "max": "175.699", "min": "134.693", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "370.539", "max": "492.323", "min": "190.545", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "129.693", "max": "224.359", "min": "56.897", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "167.982", "max": "176.283", "min": "167.304", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "235.446", "max": "236.402", "min": "235.305", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "115.889", "max": "116.203", "min": "115.77", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "107.199", "max": "112.676", "min": "106.728", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "114.633", "max": "115.799", "min": "114.29", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "187.14", "max": "341.049", "min": "110.218", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "190.971", "max": "204.584", "min": "190.008", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "41.691", "max": "218.643", "min": "31.861", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "32.758", "max": "33.096", "min": "32.5", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "35.369", "max": "36.529", "min": "34.756", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "90.358", "max": "90.674", "min": "90.201", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "144.91", "max": "145.515", "min": "144.588", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "127.946", "max": "128.648", "min": "127.543", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "182.375", "max": "184.618", "min": "179.865", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "101.384", "max": "101.909", "min": "101.187", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "99.16", "max": "99.249", "min": "98.977", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "99.137", "max": "99.389", "min": "98.942", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "288.816", "max": "290.359", "min": "288.15", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "120.956", "max": "121.063", "min": "120.874", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "71.971", "max": "76.106", "min": "71.535", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "130.122", "max": "135.613", "min": "129.178", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.49", "max": "125.204", "min": "120.234", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "110.633", "max": "111.252", "min": "109.908", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "74.522", "max": "74.759", "min": "74.391", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "23.752", "max": "24.163", "min": "23.572", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "209.727", "max": "210.091", "min": "209.471", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "38.996", "max": "40.812", "min": "38.601", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "24.334", "max": "24.529", "min": "24.095", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "179.912", "max": "182.529", "min": "179.241", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "4.773", "max": "5.456", "min": "4.596", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.542", "max": "37.324", "min": "33.051", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "153.601", "max": "154.756", "min": "152.827", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "8.312", "max": "12.124", "min": "7.598", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "9.517", "max": "9.945", "min": "9.193", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "19.491", "max": "41.742", "min": "16.179", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.613", "max": "266.788", "min": "266.493", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "38.051", "max": "42.644", "min": "37.634", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "24.564", "max": "41.76", "min": "23.067", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "91.432", "max": "92.456", "min": "91.281", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "137.919", "max": "138.695", "min": "137.263", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "34.66", "max": "35.173", "min": "34.381", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "257.615", "max": "312.336", "min": "250.233", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "116.609", "max": "116.862", "min": "116.47", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "247.115", "max": "358.199", "min": "237.679", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "123.082", "max": "128.509", "min": "121.125", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "217.948", "max": "221.258", "min": "207.794", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "32.501", "max": "32.814", "min": "32.214", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "72.633", "max": "73.564", "min": "72.165", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "97.925", "max": "98.15", "min": "97.703", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "181.935", "max": "190.711", "min": "181.461", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "96.186", "max": "97.495", "min": "95.722", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "135.426", "max": "137.964", "min": "134.417", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "205.124", "max": "208.948", "min": "192.93", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "77.943", "max": "78.765", "min": "77.53", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "97.534", "max": "97.773", "min": "97.422", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "13.886", "max": "16.026", "min": "13.351", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "133.739", "max": "137.092", "min": "133.428", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "16.169", "max": "16.648", "min": "15.81", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "22.332", "max": "23.074", "min": "21.903", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "32.016", "max": "35.096", "min": "23.402", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.469", "max": "22.511", "min": "21.323", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "10.91", "max": "11.485", "min": "10.529", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "54.419", "max": "55.216", "min": "54.016", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "44.503", "max": "44.717", "min": "44.256", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "69.755", "max": "71.489", "min": "69.163", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "39.43", "max": "39.694", "min": "39.144", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "1.822", "max": "2.292", "min": "1.721", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "4.514", "max": "4.653", "min": "4.425", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "2.547", "max": "2.678", "min": "2.401", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "20.622", "max": "22.934", "min": "20.383", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.11", "max": "59.652", "min": "54.452", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "29.033", "max": "36.635", "min": "27.795", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "33.6", "max": "104.959", "min": "14.432", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "6.553", "max": "7.013", "min": "6.155", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "56.969", "max": "59.559", "min": "56.678", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "30.531", "max": "61.871", "min": "28.295", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "37.751", "max": "38.768", "min": "37.283", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "6.261", "max": "62.235", "min": "3.82", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "312.072", "max": "312.684", "min": "311.956", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "13.574", "max": "16.841", "min": "13.334", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "41.533", "max": "46.912", "min": "41.046", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "27.188", "max": "27.32", "min": "27.06", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "173.147", "max": "177.641", "min": "171.671", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "50.366", "max": "52.199", "min": "50.177", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "3.62", "max": "5.971", "min": "3.306", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "2.659", "max": "3.671", "min": "2.434", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "0.05", "max": "0.185", "min": "0.028", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "289.045", "max": "291.729", "min": "288.753", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "82.642", "max": "93.88", "min": "81.397", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "206.937", "max": "209.54", "min": "201.284", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "136.332", "max": "137.024", "min": "135.547", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "6.33", "max": "6.809", "min": "6.006", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "142.503", "max": "142.928", "min": "142.241", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "158.747", "max": "159.209", "min": "158.49", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "33.716", "max": "43.215", "min": "26.582", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "62.754", "max": "65.45", "min": "62.353", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "10.293", "max": "12.607", "min": "9.69", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "3.578", "max": "5.26", "min": "3.092", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "107.641", "max": "107.749", "min": "107.579", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "102.421", "max": "103.283", "min": "102.292", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "240.142", "max": "246.45", "min": "234.905", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "78.224", "max": "78.407", "min": "78.05", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.484", "max": "24.879", "min": "24.343", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "77.3", "max": "77.38", "min": "77.172", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "14.543", "max": "14.857", "min": "14.371", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "202.558", "max": "203.288", "min": "202.166", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "115.552", "max": "119.877", "min": "112.423", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "23.872", "max": "24.792", "min": "23.723", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "39.07", "max": "39.853", "min": "38.219", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "169.932", "max": "180.191", "min": "168.365", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "105.465", "max": "106.361", "min": "105.037", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "237.679", "max": "244.068", "min": "237.143", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.74", "max": "87.626", "min": "85.352", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "40.484", "max": "40.629", "min": "40.405", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.585", "max": "13.776", "min": "11.32", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "41.15", "max": "43.61", "min": "40.873", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "85.39", "max": "86.068", "min": "85.05", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "93.167", "max": "94.314", "min": "93.047", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "62.901", "max": "70.975", "min": "61.313", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "162.307", "max": "163.787", "min": "161.446", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "101.805", "max": "103.47", "min": "100.821", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "63.078", "max": "64.235", "min": "62.814", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "100.466", "max": "100.671", "min": "100.198", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "20.056", "max": "23.254", "min": "19.481", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "182.442", "max": "192.889", "min": "169.973", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "184.101", "max": "184.101", "min": "184.101", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "11.125", "max": "11.951", "min": "10.756", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "11.734", "max": "11.914", "min": "11.595", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "101.809", "max": "102.677", "min": "101.442", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "25.904", "max": "41.063", "min": "17.709", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "24.203", "max": "24.325", "min": "24.094", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "169.012", "max": "170.489", "min": "168.643", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "83.854", "max": "84.476", "min": "83.495", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "100.909", "max": "101.774", "min": "100.684", "id": "217", "country": "Netherlands", "source_name": "Westpoort", "destination_name": "Lansing", "destination_id": "295" } } }, "223": { "name": "Liege", "data": { "0": { "avg": "210.809", "max": "211.086", "min": "210.685", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "261.082", "max": "261.71", "min": "260.806", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "90.916", "max": "91.482", "min": "90.789", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "28.427", "max": "34.887", "min": "27.753", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "10.934", "max": "12.023", "min": "10.772", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "223.189", "max": "223.388", "min": "223.007", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "5.555", "max": "5.721", "min": "5.464", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "298.364", "max": "302.193", "min": "297.635", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "44.404", "max": "44.594", "min": "44.285", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "25.557", "max": "26.1", "min": "25.303", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.921", "max": "11.141", "min": "10.734", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "120.846", "max": "144.952", "min": "119.909", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "83.447", "max": "83.698", "min": "83.353", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "83.512", "max": "83.845", "min": "83.29", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "109.463", "max": "109.904", "min": "109.314", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.101", "max": "95.524", "min": "94.824", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "32.931", "max": "33.185", "min": "32.669", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "103.489", "max": "117.765", "min": "101.032", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "17.354", "max": "17.716", "min": "17.209", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "28.733", "max": "28.914", "min": "28.624", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "277.631", "max": "277.785", "min": "277.537", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "101.719", "max": "101.77", "min": "101.659", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "140.896", "max": "141.597", "min": "140.69", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "135.956", "max": "136.43", "min": "135.681", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "29.433", "max": "38.484", "min": "28.958", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "16.889", "max": "17.246", "min": "16.723", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "22.53", "max": "24.371", "min": "22.204", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "27.832", "max": "28.151", "min": "27.681", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "10.451", "max": "10.552", "min": "10.377", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "141.625", "max": "141.771", "min": "141.464", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "159.833", "max": "160.028", "min": "159.731", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.443", "max": "30.706", "min": "30.327", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "138.881", "max": "146.306", "min": "138.49", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "47.657", "max": "47.967", "min": "47.488", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "16.47", "max": "19.13", "min": "16.004", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "164.069", "max": "164.896", "min": "163.828", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "147.124", "max": "147.196", "min": "147.076", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "146.438", "max": "146.843", "min": "146.245", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "117.938", "max": "118.143", "min": "117.782", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "95.836", "max": "104.666", "min": "95.276", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "158.471", "max": "161.357", "min": "158.09", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "13.526", "max": "16.224", "min": "13.035", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "44.262", "max": "44.836", "min": "44.132", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "30.462", "max": "30.8", "min": "30.273", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "142.47", "max": "143.106", "min": "142.352", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "41.3", "max": "42.583", "min": "40.876", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "34.533", "max": "35.63", "min": "34.349", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "155.744", "max": "155.98", "min": "155.598", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "229.194", "max": "229.532", "min": "228.985", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "130.302", "max": "130.649", "min": "130.174", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "90.118", "max": "91.697", "min": "89.882", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "137.988", "max": "138.44", "min": "137.651", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "66.098", "max": "78.141", "min": "51.511", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "108.113", "max": "108.338", "min": "107.886", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "148.828", "max": "155.896", "min": "145.895", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "171.544", "max": "172.193", "min": "171.31", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "35.688", "max": "37.369", "min": "34.663", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "302.554", "max": "302.682", "min": "302.439", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "40.096", "max": "43.786", "min": "39.474", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "11.294", "max": "11.532", "min": "11.173", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.358", "max": "64.715", "min": "62.798", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "62.559", "max": "118.225", "min": "56.996", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "218.921", "max": "299.787", "min": "213.118", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "271.903", "max": "272.577", "min": "271.797", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.272", "max": "45.672", "min": "45.176", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "34.404", "max": "34.848", "min": "34.285", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "81.913", "max": "82.245", "min": "81.812", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "43.104", "max": "43.515", "min": "42.705", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "203.842", "max": "205.499", "min": "203.118", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "124.008", "max": "124.956", "min": "123.861", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "191.727", "max": "194.329", "min": "191.38", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "146.151", "max": "146.799", "min": "145.917", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "159.662", "max": "165.691", "min": "159.236", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "102.727", "max": "102.929", "min": "102.566", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "52.657", "max": "53.95", "min": "52.353", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "14.279", "max": "14.406", "min": "14.135", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "102.68", "max": "102.879", "min": "102.577", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "136.324", "max": "136.675", "min": "136.026", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "100.33", "max": "100.717", "min": "100.044", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "98.015", "max": "98.171", "min": "97.836", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "137.747", "max": "138.045", "min": "137.549", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "100.619", "max": "101.079", "min": "100.317", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "242.166", "max": "243.068", "min": "241.962", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "142.882", "max": "143.159", "min": "142.684", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "128.025", "max": "129.543", "min": "127.864", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "69.112", "max": "70.383", "min": "68.749", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "18.94", "max": "20.819", "min": "18.68", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "109.086", "max": "109.534", "min": "108.923", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "102.932", "max": "103.521", "min": "102.745", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "16.97", "max": "23.342", "min": "16.605", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "109.973", "max": "117.595", "min": "109.088", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "145.199", "max": "145.616", "min": "144.993", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "31.987", "max": "32.796", "min": "31.913", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "205.02", "max": "205.868", "min": "204.623", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "92.316", "max": "92.928", "min": "92.173", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "116.619", "max": "116.842", "min": "116.438", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "157.862", "max": "158.044", "min": "157.727", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "145.157", "max": "150.175", "min": "144.443", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "157.721", "max": "168.925", "min": "151.13", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "104.415", "max": "106.967", "min": "104.038", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "108.043", "max": "108.513", "min": "107.92", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "150.003", "max": "150.242", "min": "149.779", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "47.287", "max": "48.094", "min": "47.108", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "316.292", "max": "321.52", "min": "315.31", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "104.907", "max": "105.456", "min": "104.666", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "332.736", "max": "333.049", "min": "332.254", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "198.425", "max": "202.207", "min": "198.09", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "83.558", "max": "83.774", "min": "83.35", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "104.218", "max": "104.38", "min": "104.028", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "180.611", "max": "180.86", "min": "180.499", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.591", "max": "249.829", "min": "249.451", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "270.497", "max": "270.696", "min": "270.329", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "78.395", "max": "78.618", "min": "78.235", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "181.693", "max": "181.915", "min": "181.563", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "388.253", "max": "488.957", "min": "205.812", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "143.432", "max": "259.542", "min": "67.054", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "170.013", "max": "174.054", "min": "169.384", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "223.442", "max": "224.913", "min": "223.136", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "122.253", "max": "122.781", "min": "122.112", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "112.163", "max": "112.638", "min": "111.856", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "118.483", "max": "119.019", "min": "118.204", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "191.682", "max": "343.226", "min": "110.219", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "207.968", "max": "208.542", "min": "207.87", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "51.808", "max": "299.091", "min": "35.6", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.663", "max": "36.956", "min": "36.511", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "23.641", "max": "24.729", "min": "22.967", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.553", "max": "80.901", "min": "80.292", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "165.159", "max": "165.509", "min": "164.932", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "130.787", "max": "131.278", "min": "130.626", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "167.027", "max": "171.566", "min": "166.638", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "109.67", "max": "111.751", "min": "109.354", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "96.505", "max": "96.657", "min": "96.378", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "107.921", "max": "108.109", "min": "107.729", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "294.929", "max": "296.374", "min": "294.002", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "129.976", "max": "130.598", "min": "129.889", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "76.187", "max": "77.048", "min": "76.005", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "131.236", "max": "146.219", "min": "129.78", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "116.688", "max": "117.245", "min": "116.518", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "114.966", "max": "116.492", "min": "114.678", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "81.049", "max": "81.306", "min": "80.884", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "27.924", "max": "28.1", "min": "27.817", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "179.38", "max": "183.659", "min": "178.727", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "42.285", "max": "42.72", "min": "42.127", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "28.154", "max": "28.707", "min": "27.958", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "183.891", "max": "187.68", "min": "183.388", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "9.318", "max": "10.004", "min": "9.026", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "41.467", "max": "51.264", "min": "40.973", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "143.695", "max": "144.032", "min": "143.533", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "12.352", "max": "15.14", "min": "12.141", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "17.848", "max": "18.232", "min": "17.762", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "16.349", "max": "37.252", "min": "13.312", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "233.694", "max": "233.872", "min": "233.494", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "35.085", "max": "35.616", "min": "34.916", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "20.208", "max": "20.589", "min": "19.962", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "90.18", "max": "90.706", "min": "90.053", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "143.377", "max": "145.094", "min": "142.954", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "31.346", "max": "32.464", "min": "31.027", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "261.517", "max": "306.942", "min": "251.396", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "124.133", "max": "124.312", "min": "123.96", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "233.861", "max": "327.582", "min": "227.809", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "129.978", "max": "130.328", "min": "129.769", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "378.632", "max": "378.867", "min": "378.295", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "35.119", "max": "35.287", "min": "35.01", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "80.628", "max": "80.729", "min": "80.521", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "103.642", "max": "103.878", "min": "103.505", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "165.753", "max": "165.936", "min": "165.667", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "92.747", "max": "93.028", "min": "92.61", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "148.978", "max": "149.468", "min": "148.837", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "255.859", "max": "265.194", "min": "234.51", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "87.06", "max": "87.332", "min": "86.902", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "94.72", "max": "94.972", "min": "94.617", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "13.222", "max": "13.839", "min": "13.011", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "148.257", "max": "148.519", "min": "148.097", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "19.233", "max": "19.87", "min": "19.088", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "22.963", "max": "23.432", "min": "22.779", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "30.689", "max": "31.288", "min": "30.518", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "19.882", "max": "20.189", "min": "19.709", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.182", "max": "15.564", "min": "14.968", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "67.98", "max": "68.432", "min": "67.821", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "48.956", "max": "49.352", "min": "48.825", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "60.245", "max": "61.399", "min": "60.032", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "45.75", "max": "46.692", "min": "45.59", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "6.249", "max": "7.747", "min": "6", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "8.515", "max": "9.446", "min": "8.367", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "6.689", "max": "6.976", "min": "6.585", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.061", "max": "21.289", "min": "20.875", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "54.431", "max": "55.286", "min": "54.088", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "34.304", "max": "75.307", "min": "32.068", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "30.505", "max": "103.189", "min": "13.381", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "9.831", "max": "11.558", "min": "9.728", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "52.676", "max": "53.81", "min": "52.446", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "34.945", "max": "55.653", "min": "34.033", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "45.333", "max": "45.747", "min": "44.926", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "8.06", "max": "10.599", "min": "7.715", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "214.063", "max": "214.433", "min": "213.819", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "20.116", "max": "20.583", "min": "19.994", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "38.679", "max": "39.776", "min": "38.435", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "35.215", "max": "35.415", "min": "35.068", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.83", "max": "170.846", "min": "163.054", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "55.777", "max": "55.941", "min": "55.613", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "8.24", "max": "28.418", "min": "7.306", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "7.053", "max": "8.141", "min": "6.854", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "6.209", "max": "6.462", "min": "6.023", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "299.857", "max": "300.443", "min": "299.745", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "82.747", "max": "84.525", "min": "82.095", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "223.661", "max": "229.183", "min": "215.12", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "148.306", "max": "148.697", "min": "148.203", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "0.144", "max": "0.347", "min": "0.09", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "144.166", "max": "147.597", "min": "139.507", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "161.943", "max": "163.652", "min": "161.674", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "46.289", "max": "46.574", "min": "46.094", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "57.702", "max": "58.425", "min": "57.436", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "19.725", "max": "20.849", "min": "19.409", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "7.362", "max": "7.938", "min": "7.058", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "100.215", "max": "100.768", "min": "100.085", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "116.761", "max": "117.369", "min": "116.601", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "195.407", "max": "196.053", "min": "195.183", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "82.578", "max": "83.128", "min": "82.418", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "19.047", "max": "19.233", "min": "18.927", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "85.467", "max": "86.179", "min": "85.311", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.802", "max": "21.102", "min": "20.583", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "200.364", "max": "203.16", "min": "199.996", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "128.559", "max": "130.999", "min": "125.41", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "22.054", "max": "22.428", "min": "21.885", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "48.956", "max": "49.907", "min": "48.094", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "152.157", "max": "166.654", "min": "149.96", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "114.418", "max": "115.12", "min": "113.987", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "226.865", "max": "227.101", "min": "226.656", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "105.409", "max": "109.4", "min": "104.94", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "45.193", "max": "45.576", "min": "45.089", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "11.775", "max": "11.943", "min": "11.712", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "63.813", "max": "64.325", "min": "63.71", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "96.475", "max": "97.85", "min": "96.112", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "95.064", "max": "95.413", "min": "94.889", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "64.564", "max": "70.198", "min": "62.405", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "175.874", "max": "177.436", "min": "174.785", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "95.577", "max": "97.325", "min": "94.532", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.972", "max": "65.503", "min": "64.818", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.615", "max": "105.839", "min": "105.435", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "22.238", "max": "26.143", "min": "21.638", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "166.718", "max": "167.127", "min": "166.544", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.971", "max": "183.971", "min": "183.971", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "13.533", "max": "13.816", "min": "13.394", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "14.827", "max": "15.088", "min": "14.671", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "112.562", "max": "127.509", "min": "111.755", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "36.719", "max": "46.584", "min": "28.654", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.394", "max": "28.61", "min": "28.182", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "217.245", "max": "219.648", "min": "216.926", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "83.875", "max": "85.849", "min": "83.545", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "107.295", "max": "107.461", "min": "107.093", "id": "223", "country": "Belgium", "source_name": "Liege", "destination_name": "Lansing", "destination_id": "295" } } }, "226": { "name": "Frosinone", "data": { "0": { "avg": "258.194", "max": "258.385", "min": "258.042", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "249.99", "max": "251.335", "min": "249.57", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "117.642", "max": "118.679", "min": "117.48", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "30.745", "max": "35.256", "min": "29.797", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "32.002", "max": "32.562", "min": "31.8", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "291.55", "max": "291.893", "min": "291.399", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "47.121", "max": "47.319", "min": "46.955", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "285.393", "max": "300.758", "min": "283.966", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "78.67", "max": "79.053", "min": "78.47", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "56.911", "max": "57.463", "min": "56.741", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "34.549", "max": "34.82", "min": "34.349", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "143.623", "max": "144.747", "min": "143.418", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "105.401", "max": "105.684", "min": "105.255", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "116.95", "max": "117.558", "min": "116.725", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "135.602", "max": "135.967", "min": "135.476", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "113.064", "max": "113.868", "min": "112.614", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "24.187", "max": "24.452", "min": "23.935", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "120.327", "max": "120.635", "min": "120.147", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "47.766", "max": "48.31", "min": "47.541", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "31.66", "max": "31.855", "min": "31.557", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "279.601", "max": "285.717", "min": "279.124", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "123.939", "max": "124.12", "min": "123.812", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "168.212", "max": "169.101", "min": "168.019", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "172.645", "max": "179.367", "min": "172.244", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "63.316", "max": "64.999", "min": "62.877", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "40.983", "max": "41.325", "min": "40.841", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "11.652", "max": "13.386", "min": "11.37", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "24.783", "max": "25.151", "min": "24.552", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "44.647", "max": "44.988", "min": "44.485", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "178.302", "max": "179.002", "min": "177.993", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "164.489", "max": "164.815", "min": "164.309", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "68.287", "max": "68.667", "min": "68.07", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "169.213", "max": "170.17", "min": "169.007", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "76.056", "max": "76.454", "min": "75.897", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "28.863", "max": "35.456", "min": "28.162", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "175.659", "max": "177.297", "min": "175.258", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "172.373", "max": "172.719", "min": "172.223", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "162.643", "max": "162.832", "min": "162.504", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "137.991", "max": "138.563", "min": "137.829", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "112.405", "max": "122.125", "min": "111.612", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "180.297", "max": "182.844", "min": "179.877", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "41.561", "max": "45.761", "min": "40.983", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "66.447", "max": "66.632", "min": "66.299", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "47.756", "max": "61.375", "min": "47.085", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "174.851", "max": "174.992", "min": "174.629", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "45.364", "max": "46.156", "min": "45.043", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "53.036", "max": "53.497", "min": "52.789", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "187.842", "max": "188.337", "min": "187.613", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "271.949", "max": "272.917", "min": "271.699", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "147.548", "max": "147.899", "min": "147.416", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "125.579", "max": "127.062", "min": "125.201", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.495", "max": "165.781", "min": "165.138", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "83.875", "max": "169.186", "min": "65.319", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "143.602", "max": "144.064", "min": "143.36", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "268.756", "max": "274.726", "min": "265.914", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "194.914", "max": "195.979", "min": "194.609", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "57.096", "max": "60.37", "min": "56.424", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "319.071", "max": "319.286", "min": "318.883", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "55.225", "max": "55.987", "min": "54.922", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "32.388", "max": "32.689", "min": "32.206", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "65.125", "max": "65.801", "min": "64.623", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "83.987", "max": "132.809", "min": "80.235", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "199.995", "max": "297.78", "min": "195.552", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "298.095", "max": "303.782", "min": "297.58", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "72.46", "max": "73.549", "min": "72.284", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "60.623", "max": "60.9", "min": "60.489", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "104.303", "max": "104.585", "min": "104.147", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "80.929", "max": "81.331", "min": "80.556", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "235.341", "max": "236.622", "min": "234.705", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "144.051", "max": "144.203", "min": "143.941", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "222.211", "max": "223.294", "min": "221.863", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "171.19", "max": "171.599", "min": "170.92", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "176.286", "max": "177.324", "min": "176.086", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "76.187", "max": "76.696", "min": "76.006", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "51.889", "max": "52.092", "min": "51.638", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "119.777", "max": "120.174", "min": "119.53", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "174.287", "max": "174.71", "min": "174.013", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "123.621", "max": "123.935", "min": "123.362", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "118.075", "max": "118.395", "min": "117.83", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "168.419", "max": "168.651", "min": "168.035", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "106.128", "max": "106.476", "min": "105.787", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "248.883", "max": "261.615", "min": "247.709", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "265.42", "max": "265.687", "min": "265.237", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "166.853", "max": "169.096", "min": "161.741", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "92.201", "max": "92.801", "min": "91.89", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "44.951", "max": "47.475", "min": "44.62", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "135.197", "max": "135.427", "min": "135.019", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "129.214", "max": "130.679", "min": "129.005", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "40.186", "max": "41.448", "min": "39.977", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "134.098", "max": "138.165", "min": "133.45", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "172.669", "max": "174.832", "min": "172.203", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "72.908", "max": "73.463", "min": "72.773", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "323.218", "max": "325.093", "min": "322.983", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "115.839", "max": "116.906", "min": "115.661", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "134.495", "max": "134.673", "min": "134.189", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "184.285", "max": "184.686", "min": "184.102", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "164.822", "max": "170.631", "min": "163.966", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "170.851", "max": "171.263", "min": "170.717", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "120.991", "max": "124.65", "min": "120.658", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "132.349", "max": "133.642", "min": "132.1", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "176.46", "max": "176.977", "min": "176.26", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "71.176", "max": "71.438", "min": "71.004", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "334.52", "max": "337.168", "min": "333.72", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "130.155", "max": "130.577", "min": "129.985", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "381.394", "max": "408.449", "min": "350.719", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "193.332", "max": "196.124", "min": "193.002", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "130.519", "max": "130.992", "min": "130.344", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "199.428", "max": "203.482", "min": "199.019", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "189.819", "max": "190.464", "min": "189.666", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "293.631", "max": "294.252", "min": "293.269", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "106.788", "max": "107.598", "min": "106.65", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "128.67", "max": "150.474", "min": "127.632", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "380.883", "max": "477.378", "min": "201.168", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "143.103", "max": "230.871", "min": "53.087", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "211.801", "max": "217.08", "min": "211.01", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "240.362", "max": "242.684", "min": "240.022", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "140.995", "max": "142.14", "min": "140.745", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "143.178", "max": "145.448", "min": "142.831", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "156.235", "max": "162.109", "min": "155.681", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "201.257", "max": "351.858", "min": "125.367", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "242.575", "max": "259.836", "min": "220.532", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "58.105", "max": "228.6", "min": "46.155", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "45.175", "max": "53.731", "min": "44.619", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "46.18", "max": "47.232", "min": "45.777", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "109.933", "max": "110.279", "min": "109.763", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "191.155", "max": "191.61", "min": "190.921", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "125.619", "max": "126.647", "min": "125.424", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "199.67", "max": "201.797", "min": "199.362", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "131.689", "max": "142.749", "min": "131.14", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "118.649", "max": "118.896", "min": "118.417", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "126.237", "max": "126.561", "min": "125.896", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "328.603", "max": "329.806", "min": "327.832", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "156.826", "max": "157.057", "min": "156.671", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "102.16", "max": "102.795", "min": "101.957", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "154.642", "max": "168.068", "min": "152.948", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "161.264", "max": "161.645", "min": "161.043", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "132.818", "max": "133.061", "min": "132.485", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "105.904", "max": "106.323", "min": "105.758", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "30.391", "max": "30.777", "min": "30.243", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "211.634", "max": "213.415", "min": "211.215", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "64.014", "max": "65.104", "min": "63.764", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "28.122", "max": "28.453", "min": "27.954", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "218.931", "max": "222.494", "min": "218.462", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "30.43", "max": "30.991", "min": "30.2", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "52.814", "max": "53.522", "min": "52.598", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "208.792", "max": "209.691", "min": "208.534", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "34.746", "max": "36.464", "min": "34.528", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "40.892", "max": "41.41", "min": "40.704", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "30.305", "max": "40.782", "min": "28.089", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "307.215", "max": "307.57", "min": "306.978", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "64.141", "max": "65.392", "min": "63.869", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "20.863", "max": "21.336", "min": "20.683", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "122.729", "max": "122.957", "min": "122.587", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "179.078", "max": "182.915", "min": "178.591", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "59.371", "max": "61.879", "min": "59.043", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "224.193", "max": "264.167", "min": "216.547", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "158.09", "max": "158.38", "min": "157.806", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "271.917", "max": "371.353", "min": "265.81", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "141.258", "max": "141.475", "min": "141.086", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "221.193", "max": "221.52", "min": "221.02", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "50.377", "max": "52.317", "min": "50.202", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "99.53", "max": "100.459", "min": "99.291", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "139.25", "max": "139.729", "min": "139.058", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "212.61", "max": "212.869", "min": "212.357", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "105.1", "max": "105.788", "min": "104.887", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "177.103", "max": "177.662", "min": "176.929", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "275.986", "max": "303.088", "min": "250.994", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "104.964", "max": "105.506", "min": "104.755", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "118.463", "max": "118.555", "min": "118.359", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "17.889", "max": "18.849", "min": "17.636", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "161.562", "max": "173.91", "min": "160.745", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "44.32", "max": "47.25", "min": "44.037", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "47.184", "max": "55.044", "min": "46.635", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "13.85", "max": "15.538", "min": "13.62", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "11.644", "max": "12.204", "min": "11.5", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "42.083", "max": "42.464", "min": "41.851", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "55.101", "max": "56.467", "min": "54.707", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "53.877", "max": "54.044", "min": "53.712", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "74.679", "max": "77.484", "min": "74.352", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "46.672", "max": "46.869", "min": "46.516", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "33.888", "max": "35.369", "min": "33.58", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "35.94", "max": "36.74", "min": "35.764", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "39.744", "max": "40.038", "min": "39.61", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "27.294", "max": "27.519", "min": "27.125", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "64.616", "max": "64.93", "min": "64.37", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "17.84", "max": "55.796", "min": "15.751", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "54.57", "max": "117.857", "min": "29.321", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "47.806", "max": "48.01", "min": "47.673", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "58.717", "max": "60.277", "min": "58.413", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "51.383", "max": "66.6", "min": "50.641", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "58.805", "max": "59.273", "min": "58.294", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "32.913", "max": "33.155", "min": "32.658", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "335.921", "max": "336.515", "min": "335.719", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "26.984", "max": "27.186", "min": "26.869", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "14.469", "max": "14.665", "min": "14.299", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "38.62", "max": "38.823", "min": "38.467", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "200.128", "max": "209.218", "min": "197.953", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "51.351", "max": "51.591", "min": "51.154", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "37.882", "max": "41.066", "min": "37.535", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "31.725", "max": "32.543", "min": "31.55", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "34.22", "max": "42.917", "min": "26.541", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "283.747", "max": "293.112", "min": "280.765", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "109.777", "max": "117.598", "min": "109.104", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "232.68", "max": "244.428", "min": "228.653", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "279.922", "max": "280.114", "min": "279.773", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "46.254", "max": "46.77", "min": "45.965", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "166.521", "max": "174.217", "min": "162.625", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "187.159", "max": "187.401", "min": "186.915", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "0.048", "max": "0.096", "min": "0.033", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "58.965", "max": "59.936", "min": "58.696", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "42.165", "max": "44.071", "min": "41.781", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "40.055", "max": "42.703", "min": "39.548", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "127.772", "max": "127.909", "min": "127.618", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "143.715", "max": "143.98", "min": "143.552", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "268.894", "max": "269.353", "min": "268.635", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "179.139", "max": "179.433", "min": "178.99", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "33.392", "max": "34.02", "min": "33.23", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "107.369", "max": "107.672", "min": "107.256", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "46.802", "max": "47.079", "min": "46.61", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "273.228", "max": "567.959", "min": "244.129", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "149.142", "max": "152.804", "min": "145.736", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "43.158", "max": "43.364", "min": "43.02", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "39.655", "max": "40.636", "min": "38.855", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "167.694", "max": "169.876", "min": "167.095", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "131.239", "max": "131.756", "min": "130.903", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "250.323", "max": "250.637", "min": "250.186", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "103.317", "max": "103.693", "min": "103.034", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "51.939", "max": "52.117", "min": "51.812", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "35.869", "max": "36.138", "min": "35.759", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "51.509", "max": "51.88", "min": "51.345", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "118.467", "max": "119.369", "min": "118.133", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "118.614", "max": "118.806", "min": "118.467", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "89.348", "max": "91.984", "min": "87.487", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "186.938", "max": "188.419", "min": "186.461", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "118.163", "max": "119.51", "min": "117.105", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "81.776", "max": "82.618", "min": "81.548", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "142.098", "max": "142.486", "min": "141.595", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "45.368", "max": "48.424", "min": "45.018", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "212.419", "max": "213.104", "min": "212.146", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "203.094", "max": "203.094", "min": "203.094", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "38.844", "max": "39.45", "min": "38.705", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "48.795", "max": "49.149", "min": "48.612", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "138.32", "max": "174.027", "min": "136.885", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "65.383", "max": "77.6", "min": "57.549", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "63.219", "max": "63.955", "min": "62.949", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "205.336", "max": "206.276", "min": "205.057", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "108.702", "max": "111.401", "min": "108.321", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "128.705", "max": "133.153", "min": "128.307", "id": "226", "country": "Italy", "source_name": "Frosinone", "destination_name": "Lansing", "destination_id": "295" } } }, "228": { "name": "Bristol", "data": { "0": { "avg": "201.999", "max": "202.577", "min": "201.702", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "276.403", "max": "277.306", "min": "276.021", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "89.667", "max": "92.114", "min": "89.14", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "34.843", "max": "42.156", "min": "33.735", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "12.308", "max": "13.303", "min": "11.82", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "238.958", "max": "239.673", "min": "238.55", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "12.507", "max": "13.639", "min": "12.265", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "282.056", "max": "287.883", "min": "280.984", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "51.884", "max": "56.45", "min": "51.257", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "35.526", "max": "38.255", "min": "34.839", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "4.76", "max": "6.198", "min": "4.378", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "111.104", "max": "140.799", "min": "109.833", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "72.709", "max": "73.492", "min": "72.527", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "77.775", "max": "79.14", "min": "77.271", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "108.03", "max": "109.316", "min": "107.606", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "77.748", "max": "78.915", "min": "76.902", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "28.303", "max": "30.182", "min": "27.809", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "95.502", "max": "96.28", "min": "95.249", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "14.383", "max": "16.438", "min": "13.878", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "29.704", "max": "30.515", "min": "29.374", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "294.24", "max": "295.521", "min": "293.884", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "89.913", "max": "91.13", "min": "89.633", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "138.64", "max": "139.45", "min": "138.115", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "144.246", "max": "149.46", "min": "143.504", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.292", "max": "41.806", "min": "40.941", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "26.033", "max": "27.183", "min": "25.674", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "31.212", "max": "33.022", "min": "30.524", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "33.563", "max": "34.858", "min": "33.148", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "19.093", "max": "21.887", "min": "18.57", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "134.347", "max": "135.79", "min": "133.869", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "174.502", "max": "175.483", "min": "174.109", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "33.363", "max": "34.304", "min": "32.981", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "140.724", "max": "144.746", "min": "140.131", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "50.501", "max": "51.6", "min": "50.127", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "29.771", "max": "32.186", "min": "29.233", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "176.612", "max": "177.643", "min": "176.223", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "142.719", "max": "143.88", "min": "142.294", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "129.638", "max": "131.487", "min": "129.105", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "103.079", "max": "104.939", "min": "102.478", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.077", "max": "83.929", "min": "81.485", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "146.817", "max": "149.453", "min": "146.279", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "13.779", "max": "15.121", "min": "13.132", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "50.982", "max": "51.737", "min": "50.785", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.364", "max": "37.76", "min": "36.171", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "210.115", "max": "211.398", "min": "209.747", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "37.529", "max": "38.304", "min": "36.853", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "42.419", "max": "44.388", "min": "42.005", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "165.685", "max": "167.305", "min": "165.358", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "239.707", "max": "240.736", "min": "239.386", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "107.258", "max": "108.631", "min": "106.814", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "83.257", "max": "84.258", "min": "82.913", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "146.077", "max": "147.673", "min": "145.525", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "44.46", "max": "59.263", "min": "31.364", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "100.597", "max": "102.202", "min": "99.987", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "150.004", "max": "155.782", "min": "146.823", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "334.592", "max": "335.833", "min": "334.147", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.422", "max": "40.26", "min": "37.426", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "289.128", "max": "289.867", "min": "288.809", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "57.664", "max": "59.279", "min": "57.123", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "12.72", "max": "13.541", "min": "12.417", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.142", "max": "60.695", "min": "58.602", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.733", "max": "131.696", "min": "64.654", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "190.232", "max": "220.004", "min": "186.258", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "272.94", "max": "275.521", "min": "272.445", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "51.098", "max": "52.518", "min": "50.769", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "51.577", "max": "52.605", "min": "51.346", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "73.964", "max": "75.061", "min": "73.559", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "52.334", "max": "54.295", "min": "51.77", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "208.002", "max": "210.432", "min": "206.843", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "111.938", "max": "116.489", "min": "111.276", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "289.976", "max": "290.814", "min": "289.574", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "142.786", "max": "144.44", "min": "142.17", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "148.852", "max": "150.514", "min": "148.295", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "93.918", "max": "95.468", "min": "93.483", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "42.103", "max": "43.521", "min": "41.372", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "10.788", "max": "11.647", "min": "10.512", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "89.308", "max": "90.393", "min": "88.983", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "136.696", "max": "138.892", "min": "136.295", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "93.887", "max": "95.547", "min": "93.418", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "88.522", "max": "90.434", "min": "87.996", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "145.759", "max": "146.889", "min": "145.373", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "90.24", "max": "91.411", "min": "89.878", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "251.327", "max": "252.561", "min": "251.018", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "146.408", "max": "148.153", "min": "145.69", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "137.589", "max": "138.434", "min": "137.11", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "61.846", "max": "63.405", "min": "61.104", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "15.288", "max": "17.104", "min": "14.683", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "105.329", "max": "106.117", "min": "105.067", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "95.819", "max": "98.134", "min": "95.243", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "8.79", "max": "11.35", "min": "8.235", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "102.969", "max": "104.655", "min": "101.951", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "141.67", "max": "142.473", "min": "141.072", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "28.434", "max": "28.919", "min": "28.267", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "261.725", "max": "262.464", "min": "261.286", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "76.348", "max": "77.635", "min": "76.061", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "105.131", "max": "106.018", "min": "104.674", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "148.849", "max": "149.277", "min": "148.445", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "131.383", "max": "153.965", "min": "129.5", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "141.013", "max": "142.381", "min": "140.678", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "86.786", "max": "88.207", "min": "86.166", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "104.92", "max": "105.669", "min": "104.463", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "147.225", "max": "149.907", "min": "146.926", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.393", "max": "61.153", "min": "59.027", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "298.904", "max": "304.057", "min": "298.062", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "98.284", "max": "99.748", "min": "97.762", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "324.357", "max": "337.761", "min": "275.998", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "170.528", "max": "174.263", "min": "169.997", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "77.521", "max": "79.323", "min": "76.851", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "90.87", "max": "92.538", "min": "90.608", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "133.871", "max": "136.238", "min": "129.927", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "302.076", "max": "303.257", "min": "301.645", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "267.701", "max": "268.726", "min": "267.441", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "75.577", "max": "76.09", "min": "75.384", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "134.66", "max": "176.158", "min": "132.896", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "373.186", "max": "492.422", "min": "188.786", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "200.591", "max": "319.306", "min": "78.078", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "180.445", "max": "186.43", "min": "179.819", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "230.504", "max": "232.472", "min": "229.951", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "107.434", "max": "109.144", "min": "106.85", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "103.791", "max": "105.647", "min": "103.392", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "110.769", "max": "112.204", "min": "110.408", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "192.001", "max": "336.001", "min": "105.021", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "184.611", "max": "185.844", "min": "184.011", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "47.205", "max": "138.156", "min": "43.291", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "46.776", "max": "48.664", "min": "46.181", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "38.942", "max": "40.796", "min": "37.824", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "72.6", "max": "74.347", "min": "71.76", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.382", "max": "175.538", "min": "172.662", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "119.225", "max": "119.998", "min": "118.814", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "172.592", "max": "174.415", "min": "172.232", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "98.018", "max": "99.572", "min": "97.654", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "94.358", "max": "95.374", "min": "94.02", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "97.471", "max": "98.354", "min": "97.084", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "275.836", "max": "278.082", "min": "274.724", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "117.751", "max": "118.457", "min": "117.445", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "67.78", "max": "69.448", "min": "67.246", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "126.598", "max": "131.619", "min": "125.609", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.713", "max": "123.593", "min": "122.45", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "102.112", "max": "103.038", "min": "101.786", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "70.219", "max": "71.721", "min": "70.025", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "34.165", "max": "35.757", "min": "33.741", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "169.991", "max": "171.45", "min": "169.467", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "42.127", "max": "43.47", "min": "41.672", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "33.838", "max": "35.161", "min": "33.353", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "175.527", "max": "179.877", "min": "174.748", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "15.651", "max": "16.87", "min": "15.031", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "44.929", "max": "46.643", "min": "44.543", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "141.895", "max": "142.667", "min": "141.674", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "5.437", "max": "11.155", "min": "4.987", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "6.993", "max": "7.908", "min": "6.768", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "23.433", "max": "34.524", "min": "20.503", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "253.85", "max": "254.852", "min": "253.44", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "38.491", "max": "39.238", "min": "38.115", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "21.383", "max": "31.522", "min": "20.175", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "86.304", "max": "87.37", "min": "86.054", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "138.178", "max": "139.607", "min": "137.675", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "44.617", "max": "46.032", "min": "44.075", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "240.357", "max": "286.843", "min": "232.192", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "116.114", "max": "116.714", "min": "115.549", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "244.066", "max": "335.085", "min": "236.514", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "115.086", "max": "116.458", "min": "114.602", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "391.503", "max": "392.716", "min": "390.939", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "40.464", "max": "41.548", "min": "40.067", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "70.486", "max": "71.678", "min": "70.002", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "107.498", "max": "108.45", "min": "107.183", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "167.616", "max": "169.75", "min": "167.096", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.174", "max": "99.268", "min": "97.72", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "131.741", "max": "132.673", "min": "131.339", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "253.004", "max": "283.044", "min": "239.01", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "74.646", "max": "77.093", "min": "74.319", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "84.452", "max": "86.461", "min": "83.952", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "18.365", "max": "21.035", "min": "17.59", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "142.914", "max": "143.696", "min": "142.687", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "13.954", "max": "15.617", "min": "13.438", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "24.698", "max": "35.817", "min": "23.732", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "31.528", "max": "32.272", "min": "31.256", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "28.775", "max": "30.096", "min": "28.224", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "9.083", "max": "10.41", "min": "8.472", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "64.391", "max": "66.681", "min": "63.922", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "48.456", "max": "49.686", "min": "47.843", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "70.592", "max": "71.097", "min": "70.398", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "50.849", "max": "51.826", "min": "50.439", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "13.615", "max": "20.635", "min": "13.021", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "15.163", "max": "16.383", "min": "14.927", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "10.121", "max": "11.707", "min": "9.592", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "42.657", "max": "43.313", "min": "42.469", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "68.137", "max": "68.994", "min": "67.807", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "39.256", "max": "68.727", "min": "35.97", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "53.742", "max": "112.163", "min": "22.965", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "4.288", "max": "5.654", "min": "3.942", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "61.299", "max": "63.471", "min": "60.84", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "35.077", "max": "46.82", "min": "34.165", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "42.219", "max": "43.99", "min": "41.562", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "9.654", "max": "11.026", "min": "9.016", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "264.458", "max": "265.943", "min": "263.848", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "25.825", "max": "26.41", "min": "25.597", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "33.501", "max": "34.278", "min": "33.122", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "32.178", "max": "32.889", "min": "31.989", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "169.035", "max": "175.139", "min": "167.014", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "60.76", "max": "61.502", "min": "60.434", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "12.377", "max": "25.807", "min": "11.608", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "11.578", "max": "12.862", "min": "10.936", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "10.273", "max": "12", "min": "9.677", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "291.215", "max": "298.759", "min": "290.151", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.195", "max": "83.89", "min": "77.453", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "226.859", "max": "234.703", "min": "207.161", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "148.017", "max": "149.777", "min": "147.603", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "19.713", "max": "20.557", "min": "19.395", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "142.719", "max": "143.805", "min": "142.33", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "144.417", "max": "145.751", "min": "143.657", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "42.113", "max": "43.361", "min": "41.672", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "65.359", "max": "66.683", "min": "64.974", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "0.018", "max": "0.024", "min": "0.016", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "13.126", "max": "14.084", "min": "12.688", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "97.622", "max": "98.587", "min": "97.389", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "98.969", "max": "99.753", "min": "98.648", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "181.242", "max": "182.317", "min": "180.748", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "75.196", "max": "76.567", "min": "74.86", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "28.381", "max": "29.627", "min": "27.959", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "73.307", "max": "74.203", "min": "72.937", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "30.644", "max": "32.495", "min": "30.325", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "199.669", "max": "200.843", "min": "199.346", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "112.333", "max": "116.356", "min": "110.006", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "25.75", "max": "27.029", "min": "25.34", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "41.99", "max": "43.303", "min": "41.16", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "149.507", "max": "160.214", "min": "147.408", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "100.583", "max": "102.872", "min": "100.006", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "248.031", "max": "248.851", "min": "247.746", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "82.103", "max": "83.3", "min": "81.443", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "50.482", "max": "52.136", "min": "50.239", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.938", "max": "15.554", "min": "14.774", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "44.558", "max": "45.154", "min": "44.327", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "83.926", "max": "86.396", "min": "83.185", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "83.638", "max": "85.092", "min": "83.304", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "66.219", "max": "75.919", "min": "63.678", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "163.753", "max": "165.419", "min": "163.103", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "86.812", "max": "90.082", "min": "85.451", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "69.193", "max": "71.206", "min": "68.651", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "100.14", "max": "101.624", "min": "99.656", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "17.059", "max": "18.626", "min": "16.665", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "282.759", "max": "283.72", "min": "282.326", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.836", "max": "183.836", "min": "183.836", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "7.963", "max": "9.377", "min": "7.596", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "23.546", "max": "25.066", "min": "23.338", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "106.459", "max": "310.477", "min": "99.159", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "27.336", "max": "44.046", "min": "20.236", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "39.899", "max": "41.083", "min": "39.637", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "187.123", "max": "189.337", "min": "186.366", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "105.618", "max": "106.642", "min": "105.297", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "98.078", "max": "107.66", "min": "97.528", "id": "228", "country": "United Kingdom", "source_name": "Bristol", "destination_name": "Lansing", "destination_id": "295" } } }, "229": { "name": "Eindhoven", "data": { "0": { "avg": "167.838", "max": "170.693", "min": "166.758", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "272.047", "max": "277.109", "min": "271.378", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "96.287", "max": "97.739", "min": "95.95", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "23.923", "max": "29.129", "min": "23.537", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.313", "max": "15.732", "min": "15.128", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "226.172", "max": "231.412", "min": "225.829", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "3.991", "max": "4.605", "min": "3.808", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.337", "max": "281.979", "min": "276.359", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "43.189", "max": "45.69", "min": "42.796", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "26.096", "max": "30.178", "min": "25.339", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "8.717", "max": "13.804", "min": "7.899", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "113.701", "max": "134.143", "min": "112.773", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "80.962", "max": "84.736", "min": "80.64", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "81.714", "max": "82.583", "min": "81.454", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "107.508", "max": "110.487", "min": "106.869", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "85.626", "max": "86.314", "min": "85.07", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "30.968", "max": "33.195", "min": "30.505", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "93.826", "max": "96.139", "min": "93.304", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "21.653", "max": "22.771", "min": "21.272", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "24.28", "max": "25.638", "min": "24.16", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.052", "max": "290.162", "min": "288.749", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "95.997", "max": "96.302", "min": "95.896", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "143.707", "max": "151.011", "min": "142.916", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "141.777", "max": "142.111", "min": "141.666", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "27.681", "max": "30.012", "min": "27.377", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "16.671", "max": "23.274", "min": "16.081", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "26.637", "max": "31.823", "min": "26.201", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "24.495", "max": "26.054", "min": "24.082", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.995", "max": "20.546", "min": "14.501", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "138.625", "max": "140.705", "min": "137.973", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "166.989", "max": "169.494", "min": "166.651", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "39.51", "max": "39.729", "min": "39.396", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "136.012", "max": "138.095", "min": "135.642", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "41.66", "max": "43.333", "min": "41.33", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.55", "max": "18.051", "min": "13.959", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "167.591", "max": "176.09", "min": "166.228", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "141.825", "max": "146.166", "min": "140.652", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "131.709", "max": "133.183", "min": "131.254", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "108.126", "max": "109.7", "min": "107.739", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "83.068", "max": "84.937", "min": "82.643", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "152.121", "max": "153.224", "min": "151.88", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "11.342", "max": "12.823", "min": "10.874", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.159", "max": "50.074", "min": "46.229", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "29.604", "max": "32.813", "min": "29.104", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "148.869", "max": "149.162", "min": "148.693", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "29.266", "max": "35.385", "min": "28.297", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "42.268", "max": "45.303", "min": "41.911", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "168.162", "max": "181.978", "min": "167.373", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "239.182", "max": "242.353", "min": "238.576", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "120.533", "max": "120.662", "min": "120.47", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "88.017", "max": "92.511", "min": "87.445", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "151.039", "max": "151.485", "min": "150.733", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "16.697", "max": "29.87", "min": "8.094", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "108.874", "max": "116.217", "min": "108.168", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "137.875", "max": "155.786", "min": "133.992", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "174.503", "max": "175.552", "min": "174.117", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "41.577", "max": "45.935", "min": "40.281", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "310.699", "max": "316.95", "min": "310.024", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "40.081", "max": "42.699", "min": "39.566", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "9.859", "max": "13.528", "min": "9.345", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.25", "max": "64.327", "min": "62.591", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "69.991", "max": "129.475", "min": "63.77", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "167.29", "max": "253.34", "min": "161.276", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "259.723", "max": "260.026", "min": "259.602", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "44.531", "max": "46.958", "min": "44.252", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.507", "max": "48.62", "min": "46.16", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "79.178", "max": "79.701", "min": "79.023", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "57.669", "max": "58.141", "min": "57.298", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "213.681", "max": "215.362", "min": "212.967", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "119.92", "max": "120.384", "min": "119.773", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "196.225", "max": "198.286", "min": "195.833", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "137.517", "max": "138.109", "min": "137.132", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "156.873", "max": "162.044", "min": "156.062", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "98.822", "max": "100.084", "min": "98.601", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "49.048", "max": "54.597", "min": "48.384", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "14.779", "max": "15.468", "min": "14.533", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "93.193", "max": "93.457", "min": "93.011", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "150.967", "max": "155.74", "min": "150.142", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "100.789", "max": "104.616", "min": "100.021", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "93.548", "max": "95.086", "min": "93.302", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "135.421", "max": "136.617", "min": "135.056", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "94.544", "max": "96.769", "min": "93.992", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "207.188", "max": "214.129", "min": "204.179", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "148.16", "max": "148.818", "min": "147.926", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "138.525", "max": "141.156", "min": "138.14", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "67.369", "max": "68.519", "min": "67.088", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.806", "max": "22.832", "min": "19.009", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "101.145", "max": "104.741", "min": "100.772", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "118.661", "max": "119.268", "min": "118.458", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "13.397", "max": "18.988", "min": "12.53", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "108.871", "max": "114.06", "min": "107.535", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "147.064", "max": "148.082", "min": "146.852", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.558", "max": "38.334", "min": "32.634", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "242.099", "max": "243.007", "min": "241.789", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "96.822", "max": "97.055", "min": "96.637", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "107.708", "max": "110.579", "min": "107.323", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "165.849", "max": "169.237", "min": "165.128", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "142.493", "max": "151.957", "min": "141.086", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "146.724", "max": "148.548", "min": "146.26", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "102.562", "max": "105.622", "min": "102.158", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "108.26", "max": "109.014", "min": "107.995", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "152.073", "max": "155.731", "min": "151.373", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "55.007", "max": "57.946", "min": "54.607", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "413.853", "max": "419.808", "min": "412.919", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "104.621", "max": "107.379", "min": "104.167", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "327.089", "max": "342.119", "min": "284.353", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.711", "max": "195.589", "min": "190.569", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "82.156", "max": "82.805", "min": "81.905", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "97.44", "max": "103.304", "min": "97.032", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "135.364", "max": "138.753", "min": "134.901", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.838", "max": "255.035", "min": "249.138", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "288.591", "max": "356.746", "min": "278.763", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "78.434", "max": "84.596", "min": "77.917", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "138.473", "max": "145.409", "min": "137.846", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.86", "max": "484.271", "min": "179.822", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "163.953", "max": "268.84", "min": "77.037", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "167.885", "max": "177.851", "min": "166.899", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "237.961", "max": "240.129", "min": "237.493", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "116.402", "max": "116.722", "min": "116.168", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "109.481", "max": "110.975", "min": "109.062", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "116.405", "max": "117.672", "min": "116.004", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "183.811", "max": "335.172", "min": "101.253", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "190.074", "max": "198.303", "min": "189.528", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "33.665", "max": "73.481", "min": "31.78", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "33.479", "max": "34.157", "min": "33.308", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "23.721", "max": "26.456", "min": "22.978", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "78.71", "max": "80.282", "min": "78.346", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "174.7", "max": "176.564", "min": "174.075", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.992", "max": "129.238", "min": "126.568", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "166.245", "max": "168.93", "min": "165.961", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "103.071", "max": "104.362", "min": "102.697", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "100.533", "max": "106.108", "min": "99.809", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "100.07", "max": "102.128", "min": "99.664", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "298.167", "max": "300.398", "min": "297.126", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "123.269", "max": "124.583", "min": "122.955", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "79.251", "max": "79.71", "min": "79.053", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "132.341", "max": "152.476", "min": "130.808", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "119.493", "max": "122.227", "min": "119.034", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "114.563", "max": "115.676", "min": "114.211", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "80.699", "max": "85.279", "min": "80.198", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "23.874", "max": "24.253", "min": "23.619", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "186.444", "max": "188.742", "min": "185.765", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "34.711", "max": "35.99", "min": "34.475", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.406", "max": "28.147", "min": "24.938", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "182.237", "max": "196.6", "min": "180.765", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "7.397", "max": "9.611", "min": "6.992", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "42.003", "max": "42.535", "min": "41.855", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "140.504", "max": "141.339", "min": "140.27", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "10.028", "max": "10.227", "min": "9.834", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "11.37", "max": "13.289", "min": "11.058", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "13.917", "max": "27.958", "min": "11.327", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "273.626", "max": "274.045", "min": "273.494", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "33.878", "max": "35.41", "min": "33.444", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.628", "max": "22.743", "min": "17.719", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "90.849", "max": "94.661", "min": "90.416", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "140.266", "max": "142.076", "min": "139.708", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "31.186", "max": "41.798", "min": "30.197", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "248.483", "max": "287.837", "min": "241.007", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "117.857", "max": "118.443", "min": "117.574", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "241.194", "max": "335.296", "min": "232.683", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "133.05", "max": "134.396", "min": "132.834", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "401.709", "max": "405.995", "min": "400.888", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "32.087", "max": "39.47", "min": "31.711", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "83.725", "max": "88.988", "min": "83.258", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "108.856", "max": "110.64", "min": "108.463", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "184.31", "max": "194.427", "min": "183.358", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "93.932", "max": "96.976", "min": "93.497", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "134.569", "max": "134.9", "min": "134.393", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "225.522", "max": "235.848", "min": "224.85", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "83.875", "max": "86.606", "min": "83.392", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "104.68", "max": "104.94", "min": "104.599", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "18.464", "max": "22.055", "min": "18.104", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "151.235", "max": "155.188", "min": "150.334", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "20.344", "max": "21.031", "min": "20.076", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "18.362", "max": "21.376", "min": "17.647", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "24.6", "max": "28.533", "min": "24.193", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "18.469", "max": "19.217", "min": "18.249", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.544", "max": "16.124", "min": "15.193", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "65.651", "max": "66.02", "min": "65.457", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "46.204", "max": "47.623", "min": "46.002", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.041", "max": "66.509", "min": "61.182", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "41.644", "max": "44.781", "min": "41.236", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "5.14", "max": "9.87", "min": "4.544", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "8.373", "max": "13.641", "min": "7.444", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "3.908", "max": "5.129", "min": "3.646", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "28.682", "max": "30.039", "min": "28.445", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "56.531", "max": "59.892", "min": "55.913", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "28.718", "max": "48.772", "min": "26.397", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "26.306", "max": "37.756", "min": "12.367", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "7.986", "max": "8.344", "min": "7.761", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "58.508", "max": "61.298", "min": "57.823", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "31.11", "max": "34.152", "min": "30.158", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "34.672", "max": "38.981", "min": "34.046", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "11.732", "max": "169.565", "min": "5.872", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "256.854", "max": "258.684", "min": "256.484", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "16.214", "max": "19.906", "min": "15.655", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "43.665", "max": "45.185", "min": "43.087", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "30.723", "max": "33.509", "min": "30.184", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "175.499", "max": "184.746", "min": "173.34", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "51.699", "max": "51.873", "min": "51.558", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "5.536", "max": "10.428", "min": "4.942", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "4.534", "max": "5.939", "min": "4.262", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "3.43", "max": "4.397", "min": "3.058", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "287.977", "max": "299.821", "min": "285.919", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "80.894", "max": "83.08", "min": "80.237", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "226.483", "max": "230.404", "min": "212.999", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "147.397", "max": "147.779", "min": "147.273", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "7.586", "max": "11.952", "min": "7.046", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "145.893", "max": "147.154", "min": "145.601", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "168.73", "max": "171.73", "min": "168.2", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "39.992", "max": "41.621", "min": "39.538", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "66.781", "max": "67.702", "min": "66.596", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "13.051", "max": "14.181", "min": "12.725", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "0.02", "max": "0.024", "min": "0.016", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "103.258", "max": "105.509", "min": "102.904", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "111.024", "max": "114.569", "min": "110.646", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "257.825", "max": "265.2", "min": "256.846", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.961", "max": "96.348", "min": "93.587", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "26.376", "max": "28.11", "min": "26.013", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "81.581", "max": "81.804", "min": "81.451", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "18.308", "max": "19.519", "min": "18.051", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "203.558", "max": "233.048", "min": "201.865", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "118.917", "max": "124.104", "min": "115.66", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "32.243", "max": "34.931", "min": "31.793", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "45.214", "max": "48.84", "min": "44.367", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "159.678", "max": "173.261", "min": "157.511", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "107.321", "max": "108.51", "min": "106.69", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "241.2", "max": "241.796", "min": "240.866", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.782", "max": "86.698", "min": "85.451", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "42.456", "max": "43.474", "min": "42.25", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "13.021", "max": "15.12", "min": "12.7", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "41.818", "max": "42.402", "min": "41.663", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "88.846", "max": "91.771", "min": "88.191", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "89.497", "max": "90.03", "min": "89.29", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.988", "max": "72.371", "min": "66.62", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "164.149", "max": "165.758", "min": "163.286", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "91.632", "max": "94.745", "min": "90.438", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "62.985", "max": "65.196", "min": "62.266", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "104.244", "max": "105.375", "min": "103.851", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "22.558", "max": "31.085", "min": "21.842", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "181.423", "max": "187.662", "min": "177.582", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "174.62", "max": "174.62", "min": "174.62", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "13.081", "max": "15.431", "min": "12.726", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "15.472", "max": "17.253", "min": "15.134", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "103.606", "max": "108.741", "min": "103.098", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "34.456", "max": "41.943", "min": "26.46", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.151", "max": "28.813", "min": "27.964", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "141.188", "max": "146.339", "min": "140.582", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "88.832", "max": "93.02", "min": "88.132", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "104.359", "max": "107.72", "min": "103.601", "id": "229", "country": "Netherlands", "source_name": "Eindhoven", "destination_name": "Lansing", "destination_id": "295" } } }, "234": { "name": "Bern", "data": { "0": { "avg": "258.553", "max": "258.817", "min": "258.322", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "223.771", "max": "224.136", "min": "223.542", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "102.666", "max": "104.152", "min": "102.519", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "26.091", "max": "33.98", "min": "25.386", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "19.46", "max": "20.308", "min": "19.257", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "234.357", "max": "234.624", "min": "234.232", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.928", "max": "25.431", "min": "24.777", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "258.138", "max": "264.887", "min": "257.453", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "69.97", "max": "70.061", "min": "69.886", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "40.793", "max": "44.887", "min": "40.279", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "19.051", "max": "21.065", "min": "18.687", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "135.484", "max": "135.842", "min": "135.403", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "91.744", "max": "91.919", "min": "91.594", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "96.827", "max": "97.616", "min": "96.64", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "116.598", "max": "116.834", "min": "116.468", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "101.013", "max": "101.238", "min": "100.368", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "21.278", "max": "21.705", "min": "21.053", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "106.862", "max": "106.992", "min": "106.766", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "34.589", "max": "35.722", "min": "34.361", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.083", "max": "19.044", "min": "15.736", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "252.761", "max": "252.855", "min": "252.675", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "111.634", "max": "111.753", "min": "111.529", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "161.265", "max": "161.666", "min": "161.134", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "164.076", "max": "166.043", "min": "163.847", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "32.268", "max": "32.682", "min": "32.073", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "32.905", "max": "33.268", "min": "32.791", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "18.926", "max": "22.507", "min": "18.519", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "23.667", "max": "25.721", "min": "23.361", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "14.759", "max": "14.985", "min": "14.651", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "151.043", "max": "151.889", "min": "150.784", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "153.285", "max": "153.457", "min": "153.121", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "29.49", "max": "30.585", "min": "29.357", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "164.361", "max": "164.531", "min": "164.177", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.396", "max": "59.549", "min": "59.289", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "3.816", "max": "4.485", "min": "3.574", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "152.75", "max": "153.779", "min": "152.524", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "159.23", "max": "160.724", "min": "159.095", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "150.043", "max": "150.166", "min": "149.911", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "120.467", "max": "122.361", "min": "120.261", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "96.444", "max": "96.609", "min": "96.203", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "166.65", "max": "169.319", "min": "166.27", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "35.684", "max": "37.492", "min": "35.176", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "48.531", "max": "48.69", "min": "48.324", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "37.848", "max": "38.078", "min": "37.687", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "140.792", "max": "143.943", "min": "140.494", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "31.855", "max": "32.483", "min": "31.383", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "48.34", "max": "48.511", "min": "48.152", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "165.751", "max": "166.72", "min": "165.523", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "253.041", "max": "256.354", "min": "252.778", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "134.828", "max": "135.42", "min": "134.737", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "99.332", "max": "99.958", "min": "99.166", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "168.911", "max": "171.971", "min": "167.712", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "67.316", "max": "82.627", "min": "52.823", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "120.002", "max": "120.194", "min": "119.848", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "160.118", "max": "166.806", "min": "157.31", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "362.758", "max": "365.146", "min": "362.501", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "37.098", "max": "40.54", "min": "35.027", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "302.313", "max": "302.524", "min": "302.249", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "46.389", "max": "49.555", "min": "46.019", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "30.738", "max": "31.614", "min": "30.532", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "66.59", "max": "67.735", "min": "66.091", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.596", "max": "129.079", "min": "68.308", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "176.235", "max": "241.902", "min": "169.685", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "189.444", "max": "189.566", "min": "189.316", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "49.455", "max": "49.881", "min": "49.264", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "35.697", "max": "36.298", "min": "35.532", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.842", "max": "92.992", "min": "92.705", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "62.997", "max": "65.19", "min": "62.06", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "240.998", "max": "242.647", "min": "240.041", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "134.682", "max": "135.954", "min": "134.398", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "316.357", "max": "318.226", "min": "315.783", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "158.832", "max": "159.834", "min": "158.536", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "169.379", "max": "171.941", "min": "169.153", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.353", "max": "113.428", "min": "113.241", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.959", "max": "69.278", "min": "68.806", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "29.25", "max": "29.447", "min": "29.097", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "109.623", "max": "109.834", "min": "109.502", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "156.473", "max": "156.72", "min": "156.258", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "112.992", "max": "113.274", "min": "112.768", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "107.066", "max": "107.404", "min": "106.76", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "148.357", "max": "148.865", "min": "148.086", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "107.496", "max": "108.503", "min": "107.169", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "244.556", "max": "251.686", "min": "235.67", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "158.925", "max": "159.115", "min": "158.757", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "148.298", "max": "148.494", "min": "148.112", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "86.239", "max": "87.871", "min": "85.828", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "30.618", "max": "33.019", "min": "30.324", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "117.409", "max": "117.566", "min": "117.263", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "130.533", "max": "130.861", "min": "130.386", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "28.453", "max": "37.318", "min": "27.956", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "124.417", "max": "125.754", "min": "123.688", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "179.185", "max": "180.135", "min": "178.998", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.584", "max": "33.681", "min": "33.421", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "253.012", "max": "253.752", "min": "252.815", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "109.272", "max": "109.433", "min": "109.132", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "120.623", "max": "120.773", "min": "120.52", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "178.896", "max": "179.225", "min": "178.699", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "154.764", "max": "212.747", "min": "151.607", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "156.814", "max": "160.229", "min": "156.548", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "108.577", "max": "110.615", "min": "108.36", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "134.801", "max": "134.958", "min": "134.665", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "151.49", "max": "151.874", "min": "151.36", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "44.977", "max": "46.311", "min": "44.781", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "321.024", "max": "324.896", "min": "320.389", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "120.705", "max": "121.063", "min": "120.522", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "328.295", "max": "375.866", "min": "302.458", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "223.893", "max": "227.556", "min": "223.677", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "95.974", "max": "96.105", "min": "95.832", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "109.168", "max": "109.276", "min": "109.02", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "141.21", "max": "144.657", "min": "139.959", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "228.854", "max": "229.25", "min": "228.683", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "263.677", "max": "263.861", "min": "263.5", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "90.25", "max": "90.596", "min": "90.127", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "123.701", "max": "125.617", "min": "123.361", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "383.918", "max": "502.539", "min": "196.159", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "160.4", "max": "277.366", "min": "63.372", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "201.658", "max": "210.966", "min": "200.693", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "224.824", "max": "225.171", "min": "224.697", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "129.134", "max": "132.309", "min": "128.871", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "122.142", "max": "124.003", "min": "121.869", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "127.683", "max": "127.939", "min": "127.371", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "197.826", "max": "348.569", "min": "115.117", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "219.997", "max": "220.525", "min": "219.829", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "49.273", "max": "335.902", "min": "37.522", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.155", "max": "36.946", "min": "36.012", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "30.288", "max": "31.215", "min": "29.69", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "108.425", "max": "111.856", "min": "97.699", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "193.721", "max": "195.399", "min": "193.384", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "124.915", "max": "125.809", "min": "124.681", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "199.521", "max": "207.243", "min": "199.076", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.164", "max": "117.756", "min": "117.003", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "112.693", "max": "112.849", "min": "112.599", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "113.568", "max": "113.911", "min": "113.312", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "304.863", "max": "306.263", "min": "304.169", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "140.106", "max": "140.214", "min": "140.022", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "89.529", "max": "89.747", "min": "89.362", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "142.371", "max": "149.364", "min": "141.022", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "127.055", "max": "127.333", "min": "126.894", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "125.039", "max": "125.356", "min": "124.813", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "98.228", "max": "104.128", "min": "97.762", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "25.74", "max": "26.643", "min": "25.551", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "179.783", "max": "183.51", "min": "179.274", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "44.604", "max": "45.311", "min": "44.426", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "23.866", "max": "24.176", "min": "23.711", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "193.798", "max": "197.222", "min": "193.281", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "30.208", "max": "33.569", "min": "29.852", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.956", "max": "57.963", "min": "48.403", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "160.094", "max": "160.532", "min": "159.968", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "23.571", "max": "24.192", "min": "23.437", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "24.483", "max": "24.567", "min": "24.369", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "14.553", "max": "29.81", "min": "12.443", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "226.742", "max": "227.122", "min": "226.631", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "43.943", "max": "45.966", "min": "43.618", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "9.019", "max": "9.261", "min": "8.832", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "99.968", "max": "101.605", "min": "99.755", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "153.03", "max": "153.995", "min": "152.635", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "52.465", "max": "53.737", "min": "52.153", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "202.594", "max": "240.496", "min": "193.346", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "138.691", "max": "340.373", "min": "131.497", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "256.752", "max": "344.338", "min": "249.022", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "128.34", "max": "128.515", "min": "128.216", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "187.785", "max": "189.188", "min": "187.598", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "35.602", "max": "39.605", "min": "34.973", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "89.079", "max": "89.65", "min": "88.954", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "120.219", "max": "120.446", "min": "120.002", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "198.24", "max": "199.227", "min": "198.104", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "93.354", "max": "93.879", "min": "93.214", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "146.839", "max": "147.064", "min": "146.721", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "257.59", "max": "266.597", "min": "234.074", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "98.394", "max": "98.518", "min": "98.277", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "132.756", "max": "132.876", "min": "132.671", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "13.273", "max": "16.502", "min": "12.983", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "147.599", "max": "147.738", "min": "147.495", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "31.306", "max": "31.566", "min": "31.193", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "6.848", "max": "7.093", "min": "6.667", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "16.266", "max": "26.638", "min": "15.711", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "25.733", "max": "25.877", "min": "25.629", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "29.648", "max": "32.422", "min": "29.219", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "76.673", "max": "78.049", "min": "76.419", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "55.05", "max": "55.149", "min": "54.95", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "61.648", "max": "63.189", "min": "61.425", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "60.733", "max": "61.9", "min": "60.491", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "23.287", "max": "25.35", "min": "22.976", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "34.983", "max": "35.129", "min": "34.911", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "23.634", "max": "24.004", "min": "23.495", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "22.428", "max": "22.604", "min": "22.279", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "74.553", "max": "84.881", "min": "73.772", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "25.657", "max": "45.589", "min": "22.666", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "47.176", "max": "117.217", "min": "20.44", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "21.006", "max": "21.231", "min": "20.912", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "72.065", "max": "72.324", "min": "71.835", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "40.768", "max": "69.262", "min": "39.278", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "39.659", "max": "40.203", "min": "39.245", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "30.204", "max": "183.543", "min": "24.627", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "247.946", "max": "248.291", "min": "247.827", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "16.994", "max": "17.366", "min": "16.823", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "42.146", "max": "42.465", "min": "41.949", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "55.099", "max": "55.401", "min": "55.005", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "168.193", "max": "173.731", "min": "166.328", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "55.698", "max": "55.918", "min": "55.532", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "25.068", "max": "32.111", "min": "24.477", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "22.276", "max": "25.07", "min": "21.867", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.492", "max": "24.676", "min": "24.322", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "272.223", "max": "286.538", "min": "269.42", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "103.388", "max": "113.753", "min": "101.906", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "219.119", "max": "222.529", "min": "206.338", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "168.522", "max": "168.751", "min": "168.404", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "19.203", "max": "20.89", "min": "18.874", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "142.711", "max": "144.39", "min": "142.417", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.201", "max": "179.387", "min": "178.956", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "33.396", "max": "33.682", "min": "33.17", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "78.465", "max": "78.917", "min": "78.227", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "28.346", "max": "29.615", "min": "27.99", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "26.441", "max": "28.052", "min": "26.04", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "130.287", "max": "130.378", "min": "130.172", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "132.064", "max": "132.238", "min": "131.987", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "257.514", "max": "342.023", "min": "251.102", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "113.507", "max": "114.235", "min": "113.375", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "0.026", "max": "0.059", "min": "0.02", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "95.413", "max": "96.099", "min": "95.298", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "6.55", "max": "6.706", "min": "6.395", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "253.772", "max": "352.776", "min": "249.945", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "174.777", "max": "177.929", "min": "172.254", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "28.646", "max": "28.782", "min": "28.506", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "42.166", "max": "45.164", "min": "41.398", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "177.349", "max": "179.34", "min": "176.21", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "112.756", "max": "113.251", "min": "112.355", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "220.449", "max": "220.645", "min": "220.278", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "87.938", "max": "88.93", "min": "87.733", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "52.393", "max": "55.573", "min": "50.935", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.982", "max": "25.423", "min": "24.889", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "64.189", "max": "67.633", "min": "63.219", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "103.166", "max": "104.302", "min": "102.832", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "118.338", "max": "118.52", "min": "118.195", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "68.339", "max": "71.275", "min": "66.322", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "180.843", "max": "182.313", "min": "179.916", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "122.255", "max": "123.534", "min": "121", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "63.578", "max": "63.909", "min": "63.372", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "115.115", "max": "116.433", "min": "114.83", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "39.103", "max": "44.496", "min": "38.631", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "226.324", "max": "226.85", "min": "225.979", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "201.766", "max": "201.766", "min": "201.766", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "24.013", "max": "24.137", "min": "23.904", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "13.792", "max": "14.218", "min": "13.643", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "120.555", "max": "121.58", "min": "120.333", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "42.769", "max": "54.493", "min": "33.319", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.403", "max": "29.244", "min": "26.892", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "117.408", "max": "118.778", "min": "117.208", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "92.827", "max": "93.08", "min": "92.557", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "109.64", "max": "109.72", "min": "109.533", "id": "234", "country": "Switzerland", "source_name": "Bern", "destination_name": "Lansing", "destination_id": "295" } } }, "236": { "name": "Basel", "data": { "0": { "avg": "235.619", "max": "235.896", "min": "235.451", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "244.952", "max": "245.401", "min": "244.725", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "121.841", "max": "126.755", "min": "121.501", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "15.138", "max": "18.3", "min": "14.818", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "23.006", "max": "23.442", "min": "22.783", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "230.23", "max": "230.574", "min": "230.094", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "66.478", "max": "66.687", "min": "66.381", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "258.808", "max": "268.483", "min": "257.866", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "53.951", "max": "54.115", "min": "53.835", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "41.091", "max": "45.374", "min": "40.742", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "29.793", "max": "30.189", "min": "29.538", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "138.172", "max": "161.248", "min": "137.219", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "95.516", "max": "95.63", "min": "95.411", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "109.006", "max": "109.939", "min": "108.811", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "132.994", "max": "133.379", "min": "132.858", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "91.664", "max": "92.286", "min": "91.013", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "32.353", "max": "32.614", "min": "32.117", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "115.534", "max": "115.857", "min": "115.362", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "36.34", "max": "36.604", "min": "36.137", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "14.364", "max": "14.606", "min": "14.225", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "251.676", "max": "251.843", "min": "251.604", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "117.878", "max": "118.091", "min": "117.721", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "165.888", "max": "166.769", "min": "165.675", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "171.536", "max": "187.056", "min": "170.427", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "32.71", "max": "33.11", "min": "32.514", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.125", "max": "27.407", "min": "27.024", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "6.175", "max": "6.603", "min": "6.007", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "24.249", "max": "24.699", "min": "24.07", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "26.345", "max": "26.649", "min": "26.222", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "151.995", "max": "153.568", "min": "151.724", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "160.633", "max": "160.887", "min": "160.508", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "31.489", "max": "31.917", "min": "31.295", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "146.384", "max": "146.563", "min": "146.213", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "53.682", "max": "54.068", "min": "53.545", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "3.803", "max": "4.484", "min": "3.492", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "167.507", "max": "169.105", "min": "167.152", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "168.06", "max": "168.279", "min": "167.943", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "142.787", "max": "143.293", "min": "142.681", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "119.238", "max": "120.073", "min": "119.045", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "95.134", "max": "95.836", "min": "94.885", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "166.745", "max": "170.757", "min": "166.345", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "27.842", "max": "33.236", "min": "27.389", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.257", "max": "47.657", "min": "47.103", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "37.011", "max": "40.469", "min": "36.735", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "147.539", "max": "148.066", "min": "147.379", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "22.152", "max": "22.687", "min": "21.628", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "44.959", "max": "45.345", "min": "44.835", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "174.97", "max": "177.915", "min": "174.726", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "252.862", "max": "253.389", "min": "252.692", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "121.886", "max": "122.059", "min": "121.786", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "99.695", "max": "99.897", "min": "99.557", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.503", "max": "165.87", "min": "165.283", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "55.055", "max": "68.262", "min": "42.245", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "126.212", "max": "126.398", "min": "126.065", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "135.259", "max": "155.971", "min": "131.351", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "352.009", "max": "352.671", "min": "351.737", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "34.724", "max": "35.754", "min": "33.934", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "317.095", "max": "317.661", "min": "316.962", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "55.26", "max": "57.219", "min": "54.992", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "20.618", "max": "20.927", "min": "20.457", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "59.708", "max": "60.871", "min": "59.335", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "71.099", "max": "122.828", "min": "65.486", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "175.183", "max": "206.074", "min": "172.395", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "267.925", "max": "269.295", "min": "267.698", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "52.331", "max": "52.56", "min": "52.157", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "41.973", "max": "42.356", "min": "41.83", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "97.744", "max": "97.913", "min": "97.642", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "52.804", "max": "53.363", "min": "52.468", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "226.976", "max": "228.968", "min": "226.328", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "140.082", "max": "140.349", "min": "139.936", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "334.422", "max": "335.875", "min": "334.225", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "164.739", "max": "165.462", "min": "164.442", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "172.354", "max": "172.703", "min": "172.187", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "119.852", "max": "120.295", "min": "119.745", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "69.553", "max": "70.538", "min": "69.342", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "26.935", "max": "27.115", "min": "26.797", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "109.489", "max": "109.631", "min": "109.337", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "158.06", "max": "158.463", "min": "157.9", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "116.79", "max": "122.206", "min": "116.425", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "111.613", "max": "111.863", "min": "111.428", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "149.785", "max": "150.442", "min": "149.5", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "108.349", "max": "108.861", "min": "108.1", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "248.395", "max": "248.806", "min": "248.19", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "159.974", "max": "160.165", "min": "159.743", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "154.47", "max": "154.652", "min": "154.332", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "76.267", "max": "77.314", "min": "75.956", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "36.173", "max": "42.601", "min": "35.64", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "126.496", "max": "127.163", "min": "126.37", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "122.9", "max": "123.172", "min": "122.758", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "33.899", "max": "35.683", "min": "33.629", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "123.338", "max": "126.31", "min": "122.57", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "167.1", "max": "167.798", "min": "166.932", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "30.57", "max": "30.922", "min": "30.481", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "299.688", "max": "299.91", "min": "299.478", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "108.948", "max": "109.257", "min": "108.783", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "125.939", "max": "126.13", "min": "125.828", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "180.986", "max": "181.31", "min": "180.728", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "150.435", "max": "155.779", "min": "149.304", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "163.78", "max": "164.166", "min": "163.661", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "118.549", "max": "120.414", "min": "118.272", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "120.716", "max": "120.899", "min": "120.639", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.673", "max": "182.993", "min": "182.545", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "40.306", "max": "48.208", "min": "39.885", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "326.193", "max": "327.496", "min": "325.576", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "117.956", "max": "118.352", "min": "117.74", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "374.801", "max": "384.381", "min": "346.103", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "199.618", "max": "200.004", "min": "199.504", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "99.41", "max": "99.706", "min": "99.163", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "125.583", "max": "125.837", "min": "125.473", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "163.804", "max": "164.597", "min": "162.743", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "256.928", "max": "257.334", "min": "256.809", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "276.094", "max": "276.883", "min": "275.851", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "100.015", "max": "100.184", "min": "99.89", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "125.006", "max": "139.51", "min": "124.249", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.736", "max": "508.54", "min": "198.738", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "162.287", "max": "289.487", "min": "75.911", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "189.663", "max": "209.796", "min": "187.832", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "219.914", "max": "220.989", "min": "219.704", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "134.531", "max": "134.763", "min": "134.326", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "130.924", "max": "131.813", "min": "130.641", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "128.604", "max": "128.919", "min": "128.353", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "199.694", "max": "350.116", "min": "117.364", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "226.805", "max": "227.06", "min": "226.661", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "50.776", "max": "213.491", "min": "44.557", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "45.104", "max": "45.294", "min": "45.018", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "27.5", "max": "28.212", "min": "27.042", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "97.822", "max": "99.192", "min": "97.352", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "234.308", "max": "234.825", "min": "234.057", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.771", "max": "127.26", "min": "126.6", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "199.778", "max": "200.041", "min": "199.674", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "115.892", "max": "116.543", "min": "115.705", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "112.775", "max": "113.09", "min": "112.57", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "113.74", "max": "114.006", "min": "113.517", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "303.593", "max": "304.876", "min": "302.948", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "138.897", "max": "139.196", "min": "138.784", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "90.253", "max": "90.446", "min": "90.137", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "143.592", "max": "149.958", "min": "142.811", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "127.244", "max": "127.384", "min": "127.075", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "126.585", "max": "126.81", "min": "126.348", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "93.031", "max": "93.198", "min": "92.863", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "15.089", "max": "15.521", "min": "14.958", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "184.902", "max": "189.014", "min": "184.283", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "47.947", "max": "48.323", "min": "47.819", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "24.82", "max": "25.394", "min": "24.654", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "194.544", "max": "197.06", "min": "194.22", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "19.901", "max": "20.467", "min": "19.6", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "33.221", "max": "42.095", "min": "32.599", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "138.821", "max": "139.271", "min": "138.679", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "24.512", "max": "24.727", "min": "24.379", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "25.805", "max": "26.031", "min": "25.709", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "15.122", "max": "30.47", "min": "13.35", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "226.908", "max": "227.503", "min": "226.723", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.47", "max": "39.387", "min": "37.223", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "8.75", "max": "10.677", "min": "7.997", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "113.585", "max": "113.918", "min": "113.427", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "151.531", "max": "151.865", "min": "151.117", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "41.68", "max": "42.745", "min": "41.364", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "276.99", "max": "322.987", "min": "269.953", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "131.086", "max": "131.381", "min": "130.866", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "263.848", "max": "329.808", "min": "258.678", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "139.468", "max": "139.659", "min": "139.293", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "186.65", "max": "186.793", "min": "186.524", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "37.641", "max": "38.454", "min": "37.262", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "88.537", "max": "89.254", "min": "88.318", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "109.59", "max": "109.858", "min": "109.371", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "193.807", "max": "193.917", "min": "193.69", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "90.452", "max": "90.711", "min": "90.274", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "150.4", "max": "150.779", "min": "150.235", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "240.161", "max": "245.177", "min": "239.29", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "96.882", "max": "97.267", "min": "96.671", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "116.136", "max": "116.285", "min": "116.037", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "29.753", "max": "31.862", "min": "29.288", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "279.82", "max": "280.273", "min": "279.694", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "34.401", "max": "35.479", "min": "34.239", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "7.455", "max": "7.809", "min": "7.245", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "16.174", "max": "25.854", "min": "15.62", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "12.525", "max": "12.912", "min": "12.433", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "31.934", "max": "32.81", "min": "31.652", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "66.187", "max": "66.605", "min": "65.987", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "36.461", "max": "36.941", "min": "36.329", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "63.902", "max": "64.808", "min": "63.75", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "64.519", "max": "64.789", "min": "64.379", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "17.47", "max": "18.556", "min": "17.273", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "27.463", "max": "28.037", "min": "27.318", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "15.237", "max": "15.383", "min": "15.099", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "19.161", "max": "19.39", "min": "18.999", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.781", "max": "56.155", "min": "55.629", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "14.136", "max": "42.436", "min": "11.555", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "32.127", "max": "45.158", "min": "17.314", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "20.234", "max": "20.512", "min": "20.043", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "59.913", "max": "60.112", "min": "59.748", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "40.011", "max": "54.237", "min": "39.133", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "33.771", "max": "34.443", "min": "33.171", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "17.137", "max": "17.847", "min": "16.786", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "285.178", "max": "285.52", "min": "285.016", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "21.746", "max": "22.169", "min": "21.578", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "57.488", "max": "57.714", "min": "57.274", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "25.952", "max": "26.133", "min": "25.829", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "176.957", "max": "183.156", "min": "175.084", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "45.193", "max": "45.53", "min": "45.067", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "20.903", "max": "35.129", "min": "19.979", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "21.42", "max": "22.46", "min": "21.258", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "14.611", "max": "14.93", "min": "14.336", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "268.587", "max": "272.294", "min": "268.199", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "112.505", "max": "113.762", "min": "112.082", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "214.553", "max": "215.821", "min": "207.621", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "145.013", "max": "145.479", "min": "144.884", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "20.824", "max": "21.198", "min": "20.612", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "146.998", "max": "148.299", "min": "146.731", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.539", "max": "179.844", "min": "179.287", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "46.871", "max": "47.18", "min": "46.661", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "49.313", "max": "50.04", "min": "49.155", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "30.716", "max": "32.454", "min": "30.343", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "18.368", "max": "19.246", "min": "18.118", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "119.024", "max": "119.455", "min": "118.884", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "123.297", "max": "123.489", "min": "123.216", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "269.282", "max": "345.746", "min": "264.162", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "96.817", "max": "97.051", "min": "96.692", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "6.519", "max": "6.878", "min": "6.384", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "95.89", "max": "96.046", "min": "95.77", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "0.026", "max": "0.056", "min": "0.018", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "231.292", "max": "231.873", "min": "231.156", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "132.366", "max": "136.373", "min": "130.318", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "26.118", "max": "26.586", "min": "25.915", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "33.923", "max": "35.23", "min": "32.874", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "163.803", "max": "195.228", "min": "161.276", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "116.845", "max": "117.703", "min": "116.382", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "236.854", "max": "237.097", "min": "236.657", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "75.882", "max": "76.533", "min": "75.717", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "42.925", "max": "43.263", "min": "42.82", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "20.423", "max": "20.91", "min": "20.303", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "54.93", "max": "55.31", "min": "54.781", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "102.81", "max": "107.727", "min": "102.294", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "105.225", "max": "105.517", "min": "105.094", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "65.092", "max": "67.302", "min": "63.812", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "180.703", "max": "181.485", "min": "180.269", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "106.21", "max": "107.321", "min": "105.103", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "64.798", "max": "65.764", "min": "64.561", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "114.64", "max": "114.947", "min": "114.397", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "33.971", "max": "34.967", "min": "33.637", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "187.127", "max": "187.627", "min": "186.939", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "201.255", "max": "201.255", "min": "201.255", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "28.318", "max": "31.43", "min": "28.126", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "26.685", "max": "26.884", "min": "26.55", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "122.354", "max": "125.354", "min": "122.051", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "38.988", "max": "48.817", "min": "31.814", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "62.709", "max": "62.874", "min": "62.52", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "179.872", "max": "180.897", "min": "179.531", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "97.656", "max": "99.667", "min": "97.314", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "114.185", "max": "121.722", "min": "113.811", "id": "236", "country": "Switzerland", "source_name": "Basel", "destination_name": "Lansing", "destination_id": "295" } } }, "240": { "name": "Lyon", "data": { "0": { "avg": "199.827", "max": "200.433", "min": "199.309", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "244.648", "max": "246.115", "min": "244.332", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.505", "max": "111.751", "min": "111.312", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "37.162", "max": "42.621", "min": "36.489", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.366", "max": "15.838", "min": "15.156", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "292.589", "max": "293.096", "min": "292.333", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.824", "max": "24.973", "min": "24.637", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "278.4", "max": "284.389", "min": "277.522", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "67.837", "max": "68.302", "min": "67.677", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "45.246", "max": "45.967", "min": "45.048", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "21.528", "max": "22.021", "min": "21.212", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "126.667", "max": "126.878", "min": "126.484", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "91.811", "max": "92.404", "min": "91.541", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "94.425", "max": "95.361", "min": "94.103", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "125.924", "max": "132.199", "min": "125.525", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.034", "max": "95.444", "min": "94.648", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "31.886", "max": "32.195", "min": "31.67", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "107.054", "max": "107.45", "min": "106.841", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "31.738", "max": "31.996", "min": "31.437", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "34.091", "max": "34.252", "min": "33.901", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "285.857", "max": "286.123", "min": "285.648", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "110.976", "max": "111.282", "min": "110.806", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "167.497", "max": "168.191", "min": "167.243", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "163.926", "max": "164.405", "min": "163.606", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "46.359", "max": "47.113", "min": "46.009", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "36.217", "max": "36.496", "min": "35.985", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "30.562", "max": "31.795", "min": "30.195", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "34.928", "max": "35.121", "min": "34.731", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "23.294", "max": "23.572", "min": "23.143", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "148.089", "max": "148.352", "min": "147.875", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "181.23", "max": "181.43", "min": "181.028", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "48.685", "max": "48.961", "min": "48.489", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "152.428", "max": "159.687", "min": "151.958", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "56.115", "max": "56.407", "min": "55.921", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "31.962", "max": "37.94", "min": "31.476", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "264.668", "max": "266.424", "min": "264.231", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.653", "max": "159.011", "min": "158.465", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "175.82", "max": "176.097", "min": "175.505", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "125.3", "max": "128.849", "min": "124.932", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "99.81", "max": "101.49", "min": "99.414", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "164.533", "max": "168.701", "min": "163.774", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "31.809", "max": "33.538", "min": "31.409", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "61.304", "max": "61.552", "min": "61.111", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "47.701", "max": "50.06", "min": "47.406", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "141.666", "max": "141.945", "min": "141.468", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "48.098", "max": "48.826", "min": "47.675", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "65.658", "max": "65.919", "min": "65.474", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "168.51", "max": "169.386", "min": "168.226", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "233.441", "max": "234.607", "min": "231.849", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "133.496", "max": "133.673", "min": "133.249", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "97.613", "max": "97.856", "min": "97.388", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "172.782", "max": "173.047", "min": "172.549", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "29.695", "max": "118.843", "min": "17.605", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "114.601", "max": "114.842", "min": "114.375", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "160.091", "max": "167.098", "min": "156.788", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "287.711", "max": "288.45", "min": "287.452", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.437", "max": "42.398", "min": "37.747", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "325.901", "max": "326.46", "min": "325.683", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "65.129", "max": "66.643", "min": "64.675", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "31.57", "max": "31.795", "min": "31.337", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "72.784", "max": "73.836", "min": "72.354", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "67.632", "max": "125.541", "min": "61.456", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "186.49", "max": "207.354", "min": "184.596", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "227.258", "max": "227.483", "min": "227.051", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "62.78", "max": "63.06", "min": "62.617", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "56.247", "max": "56.542", "min": "56.046", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "93.821", "max": "94.381", "min": "93.51", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "59.747", "max": "62.547", "min": "59.069", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "221.61", "max": "223.251", "min": "220.852", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "141.537", "max": "141.995", "min": "141.279", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "284.043", "max": "284.986", "min": "283.724", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "164.457", "max": "164.866", "min": "164.119", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "170.097", "max": "170.73", "min": "169.693", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "113.23", "max": "113.428", "min": "113.059", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "66.857", "max": "67.57", "min": "66.471", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "27.362", "max": "28.285", "min": "27.132", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "108.08", "max": "108.502", "min": "107.858", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "157.12", "max": "157.452", "min": "156.943", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "113.491", "max": "114.35", "min": "113.103", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "106.526", "max": "107.159", "min": "106.242", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "145.292", "max": "145.838", "min": "144.991", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "104.69", "max": "105.538", "min": "104.283", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "205.891", "max": "207.547", "min": "204.956", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "153.987", "max": "154.579", "min": "153.776", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "135.865", "max": "136.081", "min": "135.672", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "76.812", "max": "77.575", "min": "76.251", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "31.231", "max": "32.4", "min": "30.937", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "121.554", "max": "122.388", "min": "121.343", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "109.588", "max": "109.961", "min": "109.444", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "27.709", "max": "29.229", "min": "27.37", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "122.384", "max": "128.941", "min": "121.475", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "152.623", "max": "153.135", "min": "152.152", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "39.516", "max": "39.828", "min": "39.329", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "278.186", "max": "285.193", "min": "277.759", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "106.421", "max": "106.705", "min": "106.241", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "127.919", "max": "142.507", "min": "126.563", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "163.087", "max": "163.331", "min": "162.879", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "146.8", "max": "151.163", "min": "145.961", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "155.11", "max": "156.089", "min": "154.841", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "110.133", "max": "112.497", "min": "109.71", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "116.561", "max": "116.748", "min": "116.359", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "169.473", "max": "169.721", "min": "169.245", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "69.262", "max": "69.541", "min": "69.092", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "315.41", "max": "321.82", "min": "314.678", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "114.25", "max": "115.008", "min": "113.998", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "379.521", "max": "396.172", "min": "339.347", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "184.324", "max": "187.163", "min": "183.912", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "93.205", "max": "93.482", "min": "92.978", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "106.892", "max": "107.355", "min": "106.721", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "151.06", "max": "153.342", "min": "150.831", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "258.495", "max": "258.786", "min": "258.274", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "279.457", "max": "279.764", "min": "279.207", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "94.582", "max": "94.881", "min": "94.3", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "141.016", "max": "142.422", "min": "140.563", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "394.268", "max": "502.407", "min": "231.119", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "160.2", "max": "237.084", "min": "91.494", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "185.104", "max": "195.488", "min": "184.334", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "243.96", "max": "247.434", "min": "243.557", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "129.022", "max": "129.993", "min": "128.697", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "121.359", "max": "122.222", "min": "121.074", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "124.904", "max": "125.139", "min": "124.622", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "188.901", "max": "337.838", "min": "112.188", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "210.325", "max": "211.339", "min": "209.739", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "65.449", "max": "200.867", "min": "60.3", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "49.745", "max": "50.05", "min": "49.593", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "49.9", "max": "52.711", "min": "49.204", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "93.358", "max": "93.972", "min": "92.996", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "164.746", "max": "165.115", "min": "164.564", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "133.024", "max": "137.564", "min": "132.625", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "192.99", "max": "194.648", "min": "192.702", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "122.498", "max": "122.824", "min": "122.273", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "108.04", "max": "108.529", "min": "107.743", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "110.749", "max": "111.015", "min": "110.407", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "313.181", "max": "314.697", "min": "312.379", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "139.633", "max": "140.317", "min": "139.46", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "93.825", "max": "98.644", "min": "93.304", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "145.979", "max": "158.218", "min": "143.926", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "123.494", "max": "123.784", "min": "123.318", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "122.242", "max": "124.714", "min": "121.973", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "99.49", "max": "99.652", "min": "99.325", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "36.721", "max": "36.883", "min": "36.509", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "187.613", "max": "191.719", "min": "187.162", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "48.107", "max": "49.143", "min": "47.853", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "35.352", "max": "35.599", "min": "35.082", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "190.762", "max": "192.345", "min": "190.352", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "30.676", "max": "31.476", "min": "30.213", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "55.862", "max": "59.801", "min": "55.307", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "252.313", "max": "253.275", "min": "252.081", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "23.341", "max": "23.527", "min": "23.165", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "24.805", "max": "24.996", "min": "24.648", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "27.914", "max": "45.292", "min": "26.195", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.822", "max": "267.441", "min": "266.563", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "50.418", "max": "53.225", "min": "49.987", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "25.042", "max": "59.331", "min": "23.62", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "102.305", "max": "102.845", "min": "101.828", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "150.245", "max": "150.784", "min": "150.03", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "55.73", "max": "57.814", "min": "55.349", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "259.577", "max": "301.487", "min": "253.286", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "128.688", "max": "128.96", "min": "128.434", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "250.433", "max": "360.294", "min": "244.541", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "129.687", "max": "129.869", "min": "129.443", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "209.028", "max": "209.219", "min": "208.832", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "47.261", "max": "47.496", "min": "47.086", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "84.868", "max": "86.344", "min": "84.631", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "126.554", "max": "127.429", "min": "126.336", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "188.24", "max": "188.417", "min": "188.087", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "107.455", "max": "108.914", "min": "107.111", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "151.4", "max": "153.121", "min": "151.141", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "306.94", "max": "316.625", "min": "290.24", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "93.625", "max": "93.953", "min": "93.399", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "113.917", "max": "114.098", "min": "113.724", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "20.254", "max": "22.216", "min": "19.877", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "316.052", "max": "347.659", "min": "295.992", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "31.761", "max": "31.958", "min": "31.607", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "29.062", "max": "29.487", "min": "28.894", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "37.719", "max": "39.418", "min": "37.423", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "27.042", "max": "27.2", "min": "26.859", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "27.067", "max": "27.438", "min": "26.821", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "74.061", "max": "74.908", "min": "73.791", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "46.668", "max": "46.895", "min": "46.478", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "84.287", "max": "86.315", "min": "83.968", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "47.69", "max": "47.931", "min": "47.468", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "29.107", "max": "30.281", "min": "28.789", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "29.551", "max": "29.96", "min": "29.348", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "22.056", "max": "22.331", "min": "21.876", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "39.543", "max": "40.205", "min": "39.334", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "85.446", "max": "86.238", "min": "85.246", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "35.35", "max": "41.812", "min": "34.113", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "55.904", "max": "89.272", "min": "33.559", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "21.94", "max": "22.175", "min": "21.784", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "85.749", "max": "86", "min": "85.513", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "66.396", "max": "66.926", "min": "66.017", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "55.094", "max": "55.731", "min": "54.673", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "26.737", "max": "27.06", "min": "26.366", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.762", "max": "272.019", "min": "271.527", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "29.497", "max": "29.807", "min": "29.318", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "42.602", "max": "42.823", "min": "42.433", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "42.542", "max": "42.806", "min": "42.4", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "173.266", "max": "181.06", "min": "172.206", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "66.977", "max": "67.521", "min": "66.784", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "27.243", "max": "49.388", "min": "25.929", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "38.374", "max": "39.417", "min": "38.127", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.007", "max": "24.225", "min": "23.814", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "327.066", "max": "334.202", "min": "326.026", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "96.897", "max": "99.517", "min": "96.019", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "234.98", "max": "239.455", "min": "230.519", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "156.102", "max": "156.311", "min": "155.903", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "22.169", "max": "22.521", "min": "21.992", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "145.943", "max": "146.781", "min": "145.567", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "175.348", "max": "176.215", "min": "174.954", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "42.982", "max": "44.106", "min": "42.697", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "79.315", "max": "80.208", "min": "79.101", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "25.947", "max": "27.274", "min": "25.464", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "32.211", "max": "33.724", "min": "31.889", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "112.429", "max": "124.353", "min": "111.886", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "116.411", "max": "116.878", "min": "116.104", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "239.679", "max": "337.377", "min": "236.028", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "97.063", "max": "97.784", "min": "96.679", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "28.717", "max": "29.035", "min": "28.522", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "100.777", "max": "100.988", "min": "100.539", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "26.193", "max": "26.378", "min": "26.007", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "237.373", "max": "562.43", "min": "225.646", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "137.088", "max": "140.204", "min": "134.281", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "0.154", "max": "0.242", "min": "0.071", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "57.337", "max": "59.2", "min": "56.468", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "167.679", "max": "170.439", "min": "166.16", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "256.563", "max": "256.996", "min": "256.229", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "266.378", "max": "267.082", "min": "266.161", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "113.095", "max": "113.398", "min": "112.729", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "56.069", "max": "56.318", "min": "55.889", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "25.551", "max": "25.786", "min": "25.387", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "46.115", "max": "46.333", "min": "45.949", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "102.972", "max": "104.464", "min": "102.666", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "107.332", "max": "107.572", "min": "107.163", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "66.688", "max": "75.819", "min": "64.475", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "184.437", "max": "186.94", "min": "183.812", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "103.997", "max": "105.768", "min": "102.881", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "80.61", "max": "81.035", "min": "80.405", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "112.22", "max": "112.477", "min": "112.032", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "32.794", "max": "37.41", "min": "32.238", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "195.177", "max": "196.152", "min": "193.021", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "190.413", "max": "190.413", "min": "190.413", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "25.702", "max": "25.947", "min": "25.505", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "28.667", "max": "29.182", "min": "28.52", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "119.474", "max": "119.754", "min": "119.256", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "39.399", "max": "53.433", "min": "30.945", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "44.932", "max": "45.07", "min": "44.739", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "116.672", "max": "117.873", "min": "116.407", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "97.87", "max": "99.013", "min": "97.511", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "116.275", "max": "116.567", "min": "116.1", "id": "240", "country": "France", "source_name": "Lyon", "destination_name": "Lansing", "destination_id": "295" } } }, "246": { "name": "Valletta", "data": { "0": { "avg": "199.125", "max": "199.246", "min": "198.993", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "298.578", "max": "298.993", "min": "298.354", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "132.866", "max": "133.04", "min": "132.77", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "46.788", "max": "53.238", "min": "46.128", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "43.266", "max": "43.476", "min": "43.127", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "274.516", "max": "275.069", "min": "274.38", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "40.673", "max": "40.887", "min": "40.592", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "304.61", "max": "309.449", "min": "303.808", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "79.238", "max": "79.441", "min": "79.13", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "62.91", "max": "66.064", "min": "62.454", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "45.573", "max": "46.566", "min": "45.317", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "155.707", "max": "174.627", "min": "154.935", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "114.672", "max": "114.862", "min": "114.581", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "118.9", "max": "119.317", "min": "118.788", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "144.468", "max": "144.828", "min": "144.372", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "120.094", "max": "120.196", "min": "119.893", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "46.587", "max": "46.848", "min": "46.406", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "130.498", "max": "130.608", "min": "130.408", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "58.844", "max": "59.026", "min": "58.695", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "45.048", "max": "45.106", "min": "44.968", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "315.644", "max": "315.752", "min": "315.595", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "140.612", "max": "140.694", "min": "140.531", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "177.394", "max": "178.099", "min": "177.267", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "191.63", "max": "192.337", "min": "191.477", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "61.644", "max": "62.472", "min": "61.51", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "47.168", "max": "47.274", "min": "47.111", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "45.806", "max": "47.948", "min": "45.574", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "50.255", "max": "59.037", "min": "49.782", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "33.419", "max": "33.52", "min": "33.367", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "177.535", "max": "178.113", "min": "177.375", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "283.867", "max": "283.943", "min": "283.811", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "56.415", "max": "56.669", "min": "56.331", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "174.03", "max": "174.174", "min": "173.931", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "67.922", "max": "68.467", "min": "67.824", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "47.8", "max": "48.484", "min": "47.606", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "201.521", "max": "201.79", "min": "201.444", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "180.706", "max": "180.847", "min": "180.665", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "179.679", "max": "179.851", "min": "179.527", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "144.513", "max": "144.662", "min": "144.425", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "124.631", "max": "126.662", "min": "124.386", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "189.831", "max": "198.303", "min": "189.245", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "48.056", "max": "49.279", "min": "47.816", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "78.283", "max": "101.836", "min": "77.005", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "58.851", "max": "59.565", "min": "58.753", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "164.091", "max": "164.41", "min": "163.989", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "52.566", "max": "53.186", "min": "52.191", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "75.737", "max": "76.03", "min": "75.609", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "198.377", "max": "198.528", "min": "198.261", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "257.869", "max": "258.859", "min": "257.7", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "149.494", "max": "149.537", "min": "149.45", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "120.44", "max": "120.504", "min": "120.386", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "189.261", "max": "189.66", "min": "188.953", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "71.422", "max": "137.637", "min": "45.751", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "149.941", "max": "150.138", "min": "149.859", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "398.813", "max": "406.579", "min": "395.817", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "379.858", "max": "380.622", "min": "379.65", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "69.564", "max": "80.08", "min": "65.881", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "324.344", "max": "324.436", "min": "324.28", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "55.41", "max": "56.616", "min": "55.233", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "46.297", "max": "46.399", "min": "46.198", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "86.646", "max": "87.325", "min": "86.187", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "92.229", "max": "117.443", "min": "90.896", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "302.248", "max": "399.933", "min": "294.401", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "300.546", "max": "300.672", "min": "300.476", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "71.16", "max": "71.283", "min": "71.054", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "70.574", "max": "71.31", "min": "70.427", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "116.305", "max": "116.459", "min": "116.206", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "64.468", "max": "64.794", "min": "64.08", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "249.763", "max": "251.347", "min": "248.891", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "155.353", "max": "156.155", "min": "155.231", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "268.517", "max": "269.351", "min": "268.307", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "179.382", "max": "179.825", "min": "179.196", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "191.227", "max": "193.347", "min": "190.913", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "137.716", "max": "137.791", "min": "137.661", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "87.077", "max": "87.462", "min": "86.873", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "51.171", "max": "51.333", "min": "51.048", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "134.615", "max": "134.811", "min": "134.495", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "192.453", "max": "192.535", "min": "192.362", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "137.445", "max": "142.918", "min": "137.016", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "130.441", "max": "130.529", "min": "130.374", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "189.678", "max": "189.794", "min": "189.571", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "130.235", "max": "130.789", "min": "130.018", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "279.747", "max": "289.805", "min": "270.031", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "182.502", "max": "184.379", "min": "182.231", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "179.495", "max": "179.558", "min": "179.419", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "96.201", "max": "97.116", "min": "95.844", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "57.048", "max": "59.097", "min": "56.75", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "140.58", "max": "154.602", "min": "139.993", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "161.558", "max": "162.68", "min": "161.407", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "51.697", "max": "52.255", "min": "51.609", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "148.612", "max": "150.101", "min": "148.198", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "185.804", "max": "186.484", "min": "185.58", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "51.849", "max": "51.925", "min": "51.799", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "294.661", "max": "294.933", "min": "294.528", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "122.546", "max": "122.688", "min": "122.472", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "158.156", "max": "158.427", "min": "158.05", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "189.418", "max": "189.749", "min": "189.187", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "172.236", "max": "190.064", "min": "171.374", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "183.542", "max": "183.634", "min": "183.448", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "138.775", "max": "139.41", "min": "138.57", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "145.646", "max": "145.91", "min": "145.584", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "195.791", "max": "195.955", "min": "195.674", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "80.035", "max": "80.473", "min": "79.908", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "344.92", "max": "350.105", "min": "343.868", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "145.238", "max": "146.415", "min": "145.021", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "222.369", "max": "251.105", "min": "221.017", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "122.381", "max": "122.448", "min": "122.266", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "133", "max": "133.218", "min": "132.892", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "184.379", "max": "184.584", "min": "184.313", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "335.108", "max": "335.196", "min": "335.031", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "310.998", "max": "311.07", "min": "310.912", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "125.23", "max": "125.493", "min": "125.158", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "155.532", "max": "179.107", "min": "154.215", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "410.136", "max": "528.063", "min": "251.661", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "156.134", "max": "245.139", "min": "91.028", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "191.646", "max": "200.384", "min": "190.854", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "245.558", "max": "251.575", "min": "245.059", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "153.381", "max": "153.538", "min": "153.211", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "146.973", "max": "147.591", "min": "146.674", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "162.162", "max": "162.287", "min": "162.099", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "208.676", "max": "369.698", "min": "138.758", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "227.348", "max": "227.551", "min": "227.253", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "73.978", "max": "247.101", "min": "67.377", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "67.664", "max": "67.738", "min": "67.613", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "60.78", "max": "62.129", "min": "60.422", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "115.555", "max": "115.778", "min": "115.38", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "157.229", "max": "158.14", "min": "157.044", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "170.901", "max": "171.242", "min": "170.765", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "203.859", "max": "204.031", "min": "203.747", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "141.31", "max": "141.529", "min": "141.179", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "144.387", "max": "144.531", "min": "144.252", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "149.659", "max": "149.746", "min": "149.607", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "312.989", "max": "314.215", "min": "312.404", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "160.207", "max": "165.906", "min": "159.871", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "116.189", "max": "116.365", "min": "116.079", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "170.038", "max": "184.798", "min": "168.648", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "158.995", "max": "159.565", "min": "158.898", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "155.148", "max": "155.262", "min": "155.093", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "117.392", "max": "117.5", "min": "117.269", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "46.512", "max": "46.653", "min": "46.388", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "215.141", "max": "215.625", "min": "214.786", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "65.776", "max": "66.036", "min": "65.684", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "50.492", "max": "50.596", "min": "50.358", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "230.493", "max": "240.517", "min": "230.017", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "37.298", "max": "37.526", "min": "36.987", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "67.417", "max": "93.326", "min": "66.12", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "283.604", "max": "283.816", "min": "283.533", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "48.319", "max": "48.424", "min": "48.278", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "51.387", "max": "53.015", "min": "51.273", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "38.098", "max": "48.338", "min": "36.62", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "302.633", "max": "327.98", "min": "301.671", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "58.61", "max": "59.421", "min": "58.448", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "52.497", "max": "73.106", "min": "50.869", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.88", "max": "125.978", "min": "125.806", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "201.253", "max": "201.865", "min": "201.135", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "70.956", "max": "76.754", "min": "70.585", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "333.387", "max": "377.207", "min": "324.156", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "160.558", "max": "160.825", "min": "160.45", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "280.157", "max": "357.265", "min": "271.511", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "151.17", "max": "151.296", "min": "151.079", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "411.995", "max": "412.376", "min": "411.64", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "66.224", "max": "66.57", "min": "66.109", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "115.871", "max": "116.102", "min": "115.79", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "138.228", "max": "138.316", "min": "138.149", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "196.567", "max": "196.65", "min": "196.51", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "119.131", "max": "119.321", "min": "119.043", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "171.944", "max": "172.948", "min": "171.636", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "273.642", "max": "275.361", "min": "273.429", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "119.714", "max": "137.639", "min": "118.747", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "139.998", "max": "140.21", "min": "139.938", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "36.159", "max": "36.916", "min": "36.028", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "167.813", "max": "168.057", "min": "167.746", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "57.568", "max": "58.835", "min": "57.443", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "42.194", "max": "48.746", "min": "41.743", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "41.439", "max": "41.516", "min": "41.383", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "25.154", "max": "25.214", "min": "25.11", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "52.059", "max": "57.16", "min": "51.676", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "90.788", "max": "91.288", "min": "90.659", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "76.798", "max": "77.191", "min": "76.715", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "94.717", "max": "96.12", "min": "94.556", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "76.397", "max": "76.522", "min": "76.3", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "41.294", "max": "44.025", "min": "41.023", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "44.391", "max": "44.505", "min": "44.339", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "40.925", "max": "40.998", "min": "40.867", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "50.349", "max": "50.485", "min": "50.213", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "80.203", "max": "80.685", "min": "80.015", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "42.78", "max": "47.403", "min": "41.888", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "69.042", "max": "127.945", "min": "43.875", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "57.716", "max": "57.769", "min": "57.667", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "77.403", "max": "77.809", "min": "77.237", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "62.318", "max": "62.696", "min": "62.189", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "58.559", "max": "59.116", "min": "58.149", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "43.238", "max": "43.57", "min": "42.945", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "288.718", "max": "288.859", "min": "288.613", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "40.141", "max": "40.242", "min": "40.069", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "44.45", "max": "44.601", "min": "44.341", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "56.034", "max": "56.219", "min": "55.965", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "197.959", "max": "202.801", "min": "197.329", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "76.414", "max": "76.553", "min": "76.308", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "42.929", "max": "46.815", "min": "42.591", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "41.75", "max": "43.041", "min": "41.5", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "40.443", "max": "41.64", "min": "40.306", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.912", "max": "340.186", "min": "339.752", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "122.945", "max": "135.108", "min": "121.724", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "252.722", "max": "252.92", "min": "250.729", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "274.206", "max": "274.345", "min": "274.076", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "45.18", "max": "45.904", "min": "45.092", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "161.761", "max": "162.449", "min": "161.611", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "201.86", "max": "202.208", "min": "201.604", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "51.853", "max": "52.09", "min": "51.718", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "84.797", "max": "85.004", "min": "84.623", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "50.461", "max": "51.227", "min": "50.237", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "42.611", "max": "44.404", "min": "42.269", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "141.205", "max": "141.285", "min": "141.143", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "141.356", "max": "142.381", "min": "141.266", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "216.942", "max": "343.126", "min": "207.794", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "199.328", "max": "199.47", "min": "199.249", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "50.96", "max": "51.123", "min": "50.874", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "119.016", "max": "119.089", "min": "118.951", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "42.841", "max": "42.947", "min": "42.761", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "238.988", "max": "239.205", "min": "238.874", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "156.428", "max": "160.372", "min": "153.954", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "55.915", "max": "56.048", "min": "55.753", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "70.332", "max": "99.404", "min": "68.632", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "183.614", "max": "203.235", "min": "181.896", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "267.369", "max": "268.566", "min": "267.001", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "339.696", "max": "339.941", "min": "339.587", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "114.187", "max": "114.761", "min": "113.957", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "0.031", "max": "0.059", "min": "0.021", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "45.264", "max": "45.344", "min": "45.226", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "66.351", "max": "79.05", "min": "64.809", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "125.377", "max": "127.023", "min": "125.116", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "127.001", "max": "127.275", "min": "126.874", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "83.529", "max": "86.206", "min": "81.621", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.527", "max": "215.404", "min": "196.481", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "126.373", "max": "127.687", "min": "125.302", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "93.932", "max": "95.314", "min": "93.787", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "146.156", "max": "146.523", "min": "146.019", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "62.439", "max": "65.23", "min": "62.08", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "225.845", "max": "231.352", "min": "214.641", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "224.358", "max": "224.358", "min": "224.358", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "50.294", "max": "50.368", "min": "50.246", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "39.291", "max": "39.376", "min": "39.241", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "147.192", "max": "147.817", "min": "146.978", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "65.965", "max": "77.354", "min": "57.451", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "51.974", "max": "52.054", "min": "51.886", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "198.112", "max": "201.713", "min": "197.515", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "114.54", "max": "116.519", "min": "114.235", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "140.818", "max": "142.144", "min": "140.695", "id": "246", "country": "Malta", "source_name": "Valletta", "destination_name": "Lansing", "destination_id": "295" } } }, "247": { "name": "Antwerp", "data": { "0": { "avg": "235.402", "max": "235.669", "min": "235.243", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "278.839", "max": "279.401", "min": "278.618", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "97.878", "max": "100.94", "min": "97.666", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "27.996", "max": "35.069", "min": "27.516", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "11.584", "max": "12.121", "min": "11.387", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "222.337", "max": "222.849", "min": "222.209", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "11.622", "max": "11.805", "min": "11.536", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "274.35", "max": "280.763", "min": "273.672", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "52.093", "max": "52.299", "min": "51.993", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "26.343", "max": "27.584", "min": "25.993", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.932", "max": "13.504", "min": "10.651", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "125.51", "max": "154.534", "min": "124.045", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "84.274", "max": "84.375", "min": "84.188", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "85.495", "max": "85.954", "min": "85.314", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "109.651", "max": "109.862", "min": "109.576", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "98.137", "max": "98.664", "min": "97.945", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "31.077", "max": "31.418", "min": "30.86", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "95.225", "max": "95.381", "min": "95.132", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "24.642", "max": "24.818", "min": "24.476", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "24.667", "max": "24.84", "min": "24.614", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "298.114", "max": "298.259", "min": "298.052", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "98.456", "max": "98.809", "min": "98.355", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "141.082", "max": "141.279", "min": "140.974", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "142.581", "max": "143.45", "min": "142.404", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "48.529", "max": "48.909", "min": "48.377", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "18.854", "max": "19.065", "min": "18.794", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "28.309", "max": "30.899", "min": "27.983", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "28.946", "max": "29.6", "min": "28.778", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "11.161", "max": "11.251", "min": "11.086", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "147.041", "max": "147.359", "min": "146.909", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "173.683", "max": "173.828", "min": "173.6", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "33.549", "max": "33.746", "min": "33.482", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "142.898", "max": "143.024", "min": "142.827", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "42.074", "max": "42.227", "min": "42", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "16.879", "max": "20.533", "min": "16.512", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "170.762", "max": "171.917", "min": "170.555", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "139.752", "max": "139.817", "min": "139.728", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "148.163", "max": "148.307", "min": "148.073", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "117.662", "max": "117.916", "min": "117.552", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "91.146", "max": "91.508", "min": "90.908", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "154.808", "max": "160.692", "min": "154.132", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "17.021", "max": "18.094", "min": "16.755", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "47.273", "max": "47.679", "min": "47.158", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.061", "max": "36.401", "min": "35.983", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "141.457", "max": "141.535", "min": "141.408", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.215", "max": "35.859", "min": "34.785", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "32.01", "max": "32.176", "min": "31.907", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "174.708", "max": "174.973", "min": "174.518", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "242.564", "max": "242.962", "min": "242.399", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "124.561", "max": "124.881", "min": "124.49", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "94.623", "max": "94.845", "min": "94.43", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "154.214", "max": "154.797", "min": "153.901", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "33.024", "max": "79.685", "min": "3.764", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "124.802", "max": "125.041", "min": "124.696", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "149.278", "max": "155.901", "min": "146.26", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "261.879", "max": "263.42", "min": "261.697", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.678", "max": "40.755", "min": "38.129", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "313.885", "max": "314.051", "min": "313.798", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "29.302", "max": "30.179", "min": "29.041", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "14.078", "max": "14.19", "min": "13.971", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.266", "max": "63.813", "min": "62.891", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "67.287", "max": "125.454", "min": "61.214", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "207.075", "max": "299.317", "min": "199.122", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "295.914", "max": "296.036", "min": "295.825", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "46.013", "max": "46.688", "min": "45.883", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "42.052", "max": "42.255", "min": "41.962", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "81.556", "max": "81.845", "min": "81.389", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "57.151", "max": "57.396", "min": "56.782", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "212.514", "max": "214.418", "min": "211.737", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "114.574", "max": "115.281", "min": "114.469", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "189.524", "max": "194.64", "min": "189.122", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "139.883", "max": "140.335", "min": "139.676", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "157.142", "max": "158.5", "min": "156.951", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "109.784", "max": "109.888", "min": "109.716", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "50.98", "max": "51.69", "min": "50.666", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "16.388", "max": "16.907", "min": "16.238", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "103.236", "max": "103.374", "min": "103.093", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "145.93", "max": "146.064", "min": "145.748", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "96.525", "max": "97.269", "min": "96.315", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "104.4", "max": "104.58", "min": "104.29", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "144.661", "max": "144.85", "min": "144.509", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "93.137", "max": "93.603", "min": "92.886", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "224.039", "max": "224.386", "min": "223.743", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "145.229", "max": "145.424", "min": "145.086", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "128.507", "max": "128.982", "min": "128.443", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "71.935", "max": "73.037", "min": "71.555", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "19.623", "max": "20.33", "min": "19.4", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "111.15", "max": "111.927", "min": "111.047", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "101.929", "max": "103.178", "min": "101.726", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "15.148", "max": "17.354", "min": "14.883", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "114.017", "max": "115.833", "min": "113.352", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "149.189", "max": "149.553", "min": "148.968", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "27.244", "max": "27.311", "min": "27.2", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "301.054", "max": "301.287", "min": "300.91", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "92.405", "max": "92.836", "min": "92.207", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "117.639", "max": "118.019", "min": "117.479", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "164.344", "max": "164.507", "min": "164.111", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "133.711", "max": "138.895", "min": "133.051", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "147.239", "max": "147.375", "min": "147.114", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "101.336", "max": "101.939", "min": "101.242", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "112.446", "max": "112.577", "min": "112.369", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "147.044", "max": "147.361", "min": "146.865", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.482", "max": "57.406", "min": "52.095", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "308.396", "max": "312.395", "min": "307.584", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "111.025", "max": "111.382", "min": "110.87", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "321.633", "max": "336.644", "min": "280.11", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "168.372", "max": "172.857", "min": "168.043", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "84.078", "max": "84.226", "min": "83.949", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "105.284", "max": "105.463", "min": "105.154", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "124.217", "max": "125.571", "min": "124.015", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "249.944", "max": "250.415", "min": "249.833", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "273.276", "max": "273.544", "min": "273.084", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "80.012", "max": "80.235", "min": "79.938", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.686", "max": "171.561", "min": "152.755", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "362.391", "max": "476.795", "min": "186.754", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.133", "max": "312.747", "min": "75.988", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "168.871", "max": "169.728", "min": "168.607", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "227.755", "max": "228.269", "min": "227.623", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "124.047", "max": "124.195", "min": "123.943", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "116.983", "max": "117.763", "min": "116.624", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "123.613", "max": "126.035", "min": "123.349", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "183.593", "max": "334.793", "min": "103.175", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "203.575", "max": "203.967", "min": "203.438", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "46.83", "max": "275.187", "min": "36.052", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "53.974", "max": "54.204", "min": "53.904", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "24.997", "max": "26.273", "min": "24.642", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.301", "max": "80.585", "min": "80.192", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.643", "max": "174.067", "min": "173.414", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "119.35", "max": "119.572", "min": "119.215", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "169.981", "max": "170.213", "min": "169.852", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "104.598", "max": "104.912", "min": "104.487", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "102.76", "max": "102.911", "min": "102.647", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "110.413", "max": "110.597", "min": "110.333", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "300.791", "max": "303.073", "min": "300.164", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "129.9", "max": "130.004", "min": "129.829", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "81.091", "max": "81.713", "min": "80.859", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "131.105", "max": "137.948", "min": "130.235", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.049", "max": "122.163", "min": "121.912", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "120.207", "max": "120.416", "min": "120.028", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "83.165", "max": "83.297", "min": "83.077", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "27.664", "max": "27.92", "min": "27.571", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "179.774", "max": "181.061", "min": "179.313", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "44.185", "max": "44.4", "min": "44.098", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "27.861", "max": "28.18", "min": "27.724", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "190.712", "max": "193.219", "min": "190.286", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "12.021", "max": "12.904", "min": "11.65", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "36.888", "max": "42.565", "min": "36.566", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "132.948", "max": "133.299", "min": "132.886", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "11.395", "max": "11.889", "min": "11.318", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "18.287", "max": "18.363", "min": "18.235", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "16.439", "max": "30.77", "min": "14.099", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "246.843", "max": "247.052", "min": "246.773", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "37.053", "max": "38.159", "min": "36.864", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.854", "max": "19.958", "min": "18.68", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "93.951", "max": "94.109", "min": "93.862", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "167.691", "max": "168.598", "min": "167.481", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "58.286", "max": "58.995", "min": "58.061", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "269.511", "max": "308.349", "min": "262.313", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "120.809", "max": "121.025", "min": "120.628", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "253.803", "max": "341.529", "min": "244.507", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "116.096", "max": "116.326", "min": "116.014", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "381.374", "max": "381.67", "min": "381.074", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "53.193", "max": "53.387", "min": "53.061", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.947", "max": "82.25", "min": "81.853", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "118.646", "max": "118.864", "min": "118.518", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "184.492", "max": "184.734", "min": "184.391", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "90.682", "max": "90.899", "min": "90.543", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "140.14", "max": "140.264", "min": "139.983", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "195.859", "max": "203.789", "min": "189.008", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "93.979", "max": "94.13", "min": "93.76", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "100.586", "max": "100.766", "min": "100.519", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "14.231", "max": "18.018", "min": "13.932", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "144.449", "max": "144.609", "min": "144.358", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "21.16", "max": "24.205", "min": "20.968", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "21.482", "max": "22.248", "min": "21.251", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "27.135", "max": "49.937", "min": "25.911", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "24.092", "max": "24.184", "min": "24.011", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.588", "max": "19.458", "min": "15.121", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "65.169", "max": "66.446", "min": "64.923", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "45.513", "max": "45.726", "min": "45.451", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "59.745", "max": "61.228", "min": "59.598", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "42.987", "max": "44.027", "min": "42.769", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "12.985", "max": "13.99", "min": "12.828", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "9.374", "max": "9.63", "min": "9.298", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "11.8", "max": "11.973", "min": "11.74", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "23.864", "max": "24.067", "min": "23.709", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "58.794", "max": "59.005", "min": "58.567", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "34.916", "max": "65.144", "min": "31.994", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "29.767", "max": "46.365", "min": "17.33", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "16.095", "max": "16.216", "min": "16.008", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "58.09", "max": "58.426", "min": "57.977", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "34.598", "max": "35.039", "min": "34.38", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "36.143", "max": "36.658", "min": "35.756", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "9.551", "max": "22.93", "min": "8.876", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "186.185", "max": "186.61", "min": "186.081", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "18.525", "max": "18.713", "min": "18.422", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "24.548", "max": "24.696", "min": "24.335", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "24.2", "max": "24.311", "min": "24.132", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "179.184", "max": "184.302", "min": "176.778", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "58.537", "max": "58.889", "min": "58.348", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "14.328", "max": "19.197", "min": "13.725", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "12.39", "max": "14.224", "min": "12.171", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "11.515", "max": "11.703", "min": "11.298", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "304.593", "max": "315.521", "min": "303.083", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "86.056", "max": "89.018", "min": "85.594", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "222.08", "max": "224.176", "min": "215.877", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "142.868", "max": "143.677", "min": "142.734", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "11.814", "max": "11.911", "min": "11.713", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "148.701", "max": "149.261", "min": "148.547", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "165.404", "max": "165.676", "min": "165.116", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "35.87", "max": "36.464", "min": "35.712", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "64.926", "max": "66.223", "min": "64.688", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "15.053", "max": "16.046", "min": "14.834", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "13.038", "max": "14.382", "min": "12.756", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "163.074", "max": "163.241", "min": "163.018", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "183.209", "max": "183.31", "min": "183.143", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "254.641", "max": "255.545", "min": "254.414", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "80.719", "max": "81.031", "min": "80.653", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "24.964", "max": "25.158", "min": "24.873", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "83.875", "max": "84.042", "min": "83.818", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "20.411", "max": "20.658", "min": "20.318", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "225.288", "max": "699.995", "min": "204.904", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "124.116", "max": "128.12", "min": "120.129", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "25.519", "max": "25.745", "min": "25.423", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "39.624", "max": "42.274", "min": "38.92", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "162.061", "max": "167.056", "min": "160.748", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "118.496", "max": "119.254", "min": "118.046", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "248.248", "max": "248.438", "min": "248.138", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "72.987", "max": "73.501", "min": "72.842", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "45.024", "max": "45.24", "min": "44.94", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "0.023", "max": "0.051", "min": "0.017", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "50.467", "max": "50.846", "min": "50.403", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "90.51", "max": "91.543", "min": "90.144", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "89.468", "max": "89.677", "min": "89.244", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "64.374", "max": "67.816", "min": "62.045", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "177.991", "max": "179.924", "min": "176.944", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "101.953", "max": "103.408", "min": "100.948", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "63.87", "max": "65.104", "min": "63.693", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "110.145", "max": "110.423", "min": "109.955", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "29.761", "max": "30.047", "min": "29.64", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "174.684", "max": "175.044", "min": "174.284", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "179.784", "max": "179.784", "min": "179.784", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "14.109", "max": "14.323", "min": "14.052", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "15.59", "max": "15.683", "min": "15.514", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "107.754", "max": "116.955", "min": "106.988", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "35.022", "max": "49.476", "min": "28.251", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "28.78", "max": "29.061", "min": "28.691", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "116.701", "max": "118.149", "min": "116.486", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "82.919", "max": "84.699", "min": "82.633", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "106.33", "max": "110.148", "min": "105.431", "id": "247", "country": "Belgium", "source_name": "Antwerp", "destination_name": "Lansing", "destination_id": "295" } } }, "260": { "name": "Carlow", "data": { "0": { "avg": "230.691", "max": "233.829", "min": "230.103", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "275.693", "max": "349.157", "min": "271.968", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "106.686", "max": "111.091", "min": "105.551", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "44.043", "max": "50.849", "min": "42.513", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "21.193", "max": "27.848", "min": "20.241", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "235.724", "max": "240.996", "min": "235.264", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "20.858", "max": "23.99", "min": "20.086", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.079", "max": "282.215", "min": "276.324", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "65.3", "max": "71.422", "min": "64.754", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "39.994", "max": "45.867", "min": "39.081", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "12.781", "max": "15.288", "min": "12.428", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "125.03", "max": "152.8", "min": "122.802", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "81.033", "max": "87.643", "min": "80.456", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "91.542", "max": "96.14", "min": "90.735", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "122.298", "max": "126.914", "min": "121.303", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "108.904", "max": "117.676", "min": "107.166", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "38.333", "max": "40.919", "min": "37.924", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "103.989", "max": "107.312", "min": "103.614", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "3.163", "max": "3.972", "min": "2.937", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "42.271", "max": "45.294", "min": "41.494", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "291.731", "max": "296.147", "min": "291.228", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "102.625", "max": "105.439", "min": "102.312", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "152.375", "max": "158.855", "min": "151.427", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "156.558", "max": "159.267", "min": "155.877", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "48.637", "max": "52.433", "min": "47.966", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "32.105", "max": "50.582", "min": "31.138", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "39.985", "max": "46.507", "min": "39.086", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "41.885", "max": "47.199", "min": "41.298", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "32.118", "max": "35.001", "min": "31.695", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "134.808", "max": "140.314", "min": "134.071", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "182.716", "max": "187.143", "min": "182.169", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "40.484", "max": "44.486", "min": "39.465", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "150.892", "max": "181.641", "min": "147.983", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.852", "max": "66.556", "min": "58.563", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "41.027", "max": "49.504", "min": "39.957", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "183.752", "max": "188.93", "min": "182.86", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.105", "max": "168.823", "min": "156.861", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "142.068", "max": "146.131", "min": "141.664", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "124.109", "max": "128.012", "min": "123.554", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "109.842", "max": "113.01", "min": "109.369", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "156.388", "max": "167.079", "min": "155.477", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "23.446", "max": "33.734", "min": "22.648", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "59.148", "max": "62.347", "min": "58.563", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "45.743", "max": "58.607", "min": "44.573", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "208.449", "max": "209.712", "min": "208.251", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "48.48", "max": "52.027", "min": "47.903", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "44.814", "max": "48.246", "min": "44.449", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "173.84", "max": "184.091", "min": "172.278", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "237.533", "max": "240.412", "min": "237.025", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "125.456", "max": "126.138", "min": "125.293", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "83.05", "max": "85.208", "min": "82.663", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "175.847", "max": "180.143", "min": "174.953", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "30.718", "max": "99.242", "min": "21.109", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "104.957", "max": "118.998", "min": "103.541", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "154.294", "max": "174.546", "min": "149.189", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "204.396", "max": "208.674", "min": "203.511", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "54.058", "max": "59.574", "min": "52.251", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "294.212", "max": "296.382", "min": "293.984", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "44.094", "max": "46.795", "min": "43.029", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "27.496", "max": "29.091", "min": "27.191", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "78.083", "max": "82.483", "min": "77.285", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "79.476", "max": "138.05", "min": "73.987", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "185.045", "max": "260.11", "min": "178.116", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "302.161", "max": "305.045", "min": "301.492", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "63.734", "max": "78.716", "min": "62.406", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "62.168", "max": "64.857", "min": "61.859", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "82.919", "max": "94.085", "min": "81.775", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "69.789", "max": "72.935", "min": "69.091", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "223.861", "max": "233.665", "min": "222.204", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "125.835", "max": "132.662", "min": "125.347", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "233.998", "max": "239.118", "min": "232.635", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "154.92", "max": "156.038", "min": "154.449", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "161.526", "max": "167.769", "min": "160.451", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "117.898", "max": "135.002", "min": "116.46", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "59.528", "max": "61.922", "min": "58.91", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "18.198", "max": "21.372", "min": "17.602", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "100.591", "max": "114.037", "min": "99.669", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "176.037", "max": "178.312", "min": "175.013", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "111.744", "max": "118.869", "min": "111.046", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "94.383", "max": "100.386", "min": "93.39", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "141.376", "max": "147.439", "min": "140.743", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "91.045", "max": "93.314", "min": "90.404", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "241.585", "max": "246.018", "min": "240.274", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "197.404", "max": "200.854", "min": "196.853", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "130.919", "max": "135.478", "min": "130.573", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "80.753", "max": "85.989", "min": "79.947", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "22.741", "max": "30.433", "min": "22.029", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "113.431", "max": "117.652", "min": "112.828", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "106.193", "max": "113.067", "min": "105.634", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "19.594", "max": "21.815", "min": "18.948", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "122.679", "max": "128.218", "min": "121.202", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "160.217", "max": "166.55", "min": "159.188", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "41.707", "max": "45.306", "min": "41.489", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "262.883", "max": "269.714", "min": "261.807", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "91.044", "max": "93.513", "min": "90.487", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "125.789", "max": "127.355", "min": "125.523", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "171.152", "max": "173.787", "min": "170.61", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "144.858", "max": "148.893", "min": "143.82", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "184.473", "max": "188.482", "min": "183.685", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "100.373", "max": "105.982", "min": "99.382", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "120.791", "max": "124.087", "min": "120.219", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "153.68", "max": "155.058", "min": "153.436", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "70.122", "max": "89.101", "min": "68.78", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "312.116", "max": "315.236", "min": "311.239", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "128.987", "max": "141.79", "min": "127.325", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "338.482", "max": "361.268", "min": "285.255", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "181.922", "max": "184.985", "min": "181.32", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "82.937", "max": "85.666", "min": "82.447", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "110.152", "max": "113.496", "min": "109.572", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "146.535", "max": "149.858", "min": "146.198", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "256.938", "max": "260.025", "min": "256.22", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "268.098", "max": "272.045", "min": "267.251", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "80.793", "max": "82.984", "min": "80.27", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "144.907", "max": "146.363", "min": "144.457", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "373.426", "max": "488.286", "min": "180.594", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "181.058", "max": "274.659", "min": "75.859", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "190.803", "max": "204.742", "min": "188.996", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "235.122", "max": "237.443", "min": "234.386", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "120.811", "max": "129.966", "min": "119.971", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "126.422", "max": "137.469", "min": "125.021", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "111.641", "max": "112.251", "min": "111.322", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "181.629", "max": "325.988", "min": "99.262", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "195.042", "max": "200.229", "min": "194.213", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "57.782", "max": "226.145", "min": "48.669", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "54.305", "max": "57.886", "min": "53.898", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "39.396", "max": "40.202", "min": "38.895", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "96.514", "max": "99.339", "min": "96.088", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "173.278", "max": "175.558", "min": "172.734", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "136.896", "max": "139.417", "min": "136.12", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "185.123", "max": "188.465", "min": "184.641", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "121.002", "max": "123.936", "min": "120.451", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "122.351", "max": "125.73", "min": "121.948", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "95.812", "max": "98.623", "min": "95.198", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "278.417", "max": "281.777", "min": "277.43", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "128.415", "max": "136.699", "min": "127.424", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "77.289", "max": "80.513", "min": "76.674", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "143.579", "max": "151.32", "min": "142.307", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "130.491", "max": "137.462", "min": "129.823", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "103.985", "max": "107.907", "min": "103.232", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "85.431", "max": "89.322", "min": "84.997", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "43.126", "max": "47.516", "min": "42.634", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "228.783", "max": "232.055", "min": "228.073", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "56.698", "max": "61.059", "min": "56.193", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "41.016", "max": "50.5", "min": "39.905", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "176.945", "max": "186.756", "min": "175.456", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "25.149", "max": "29.087", "min": "23.934", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "51.918", "max": "54.53", "min": "51.159", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "149.616", "max": "153.123", "min": "148.7", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "15.046", "max": "17.757", "min": "14.656", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "18.43", "max": "59.06", "min": "16.364", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "32.704", "max": "39.173", "min": "31.125", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "231.186", "max": "236.838", "min": "230.434", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "50.522", "max": "56.724", "min": "49.775", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "31.676", "max": "57.373", "min": "29.871", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "101.084", "max": "103.813", "min": "100.484", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "137.632", "max": "143.944", "min": "136.614", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "47.981", "max": "50.861", "min": "47.454", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "259.32", "max": "303.106", "min": "250.258", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "123.45", "max": "134.761", "min": "121.611", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "257.388", "max": "352.058", "min": "249.851", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "126.236", "max": "137.845", "min": "125.453", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "389.857", "max": "392.814", "min": "388.739", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "52.139", "max": "55.66", "min": "51.705", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.145", "max": "87.799", "min": "80.343", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "116.996", "max": "123.144", "min": "115.882", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "180.12", "max": "184.087", "min": "179.55", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "110.013", "max": "112.572", "min": "109.679", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "140.353", "max": "148.49", "min": "139.495", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "226.121", "max": "244.017", "min": "224.97", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "84.928", "max": "85.872", "min": "84.744", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "97.269", "max": "100.479", "min": "97.023", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "28.619", "max": "33.101", "min": "27.814", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "167.801", "max": "174.734", "min": "166.62", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "23.993", "max": "34.448", "min": "22.848", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "38.012", "max": "43.231", "min": "36.402", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "42.373", "max": "49.622", "min": "41.885", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "38.321", "max": "42.547", "min": "37.147", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "18.5", "max": "25.427", "min": "17.839", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "79.58", "max": "91.692", "min": "77.821", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "59.303", "max": "61.419", "min": "58.971", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "77.012", "max": "96.576", "min": "75.185", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "56.71", "max": "62.679", "min": "56.039", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "22.323", "max": "26.456", "min": "21.316", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "24.832", "max": "31.025", "min": "24.374", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "21.267", "max": "27.843", "min": "19.902", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "43.563", "max": "49.225", "min": "42.613", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "84.012", "max": "87.58", "min": "83.308", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "47.474", "max": "71.578", "min": "44.575", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "64.608", "max": "120.767", "min": "34.629", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "13.276", "max": "15.488", "min": "12.997", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "88.528", "max": "94.043", "min": "87.865", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "50.422", "max": "67.346", "min": "49.127", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "51.821", "max": "53.101", "min": "51.423", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "19.52", "max": "21.529", "min": "19.098", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "206.656", "max": "217.017", "min": "205.56", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "31.336", "max": "43.875", "min": "30.697", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "60.895", "max": "70.404", "min": "60.011", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "42.455", "max": "51.168", "min": "40.841", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "163.66", "max": "178.893", "min": "161.402", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "70.612", "max": "71.94", "min": "70.452", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "23.12", "max": "36.398", "min": "21.06", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "27.439", "max": "33.381", "min": "27.046", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "19.917", "max": "24.119", "min": "19.475", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "288.145", "max": "292.787", "min": "287.483", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "88.789", "max": "102.923", "min": "86.996", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "220.112", "max": "224.494", "min": "208.194", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "155.818", "max": "156.767", "min": "155.641", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "22.527", "max": "26.473", "min": "21.617", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "149.443", "max": "152.452", "min": "148.903", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "154.369", "max": "157.827", "min": "153.672", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "45.308", "max": "46.848", "min": "44.99", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "76.127", "max": "77.745", "min": "75.774", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "17.839", "max": "25.135", "min": "16.675", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "22.371", "max": "27.916", "min": "21.897", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "112.501", "max": "115.299", "min": "112.181", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "121.217", "max": "126.593", "min": "120.085", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "273.28", "max": "283.242", "min": "271.193", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "84.695", "max": "89.152", "min": "84.359", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "38.951", "max": "43.744", "min": "38.641", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "88.367", "max": "94.722", "min": "88.034", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "34.295", "max": "38.937", "min": "33.662", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "211.448", "max": "225.787", "min": "210.319", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "130.93", "max": "138.971", "min": "126.998", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "32.637", "max": "35.412", "min": "32.185", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "50.425", "max": "53.768", "min": "49.514", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "173.829", "max": "202.202", "min": "171.273", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "117.403", "max": "124.738", "min": "116.563", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "245.057", "max": "247.29", "min": "244.362", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "100.364", "max": "105.624", "min": "99.707", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "62.413", "max": "65.119", "min": "62.105", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "30.114", "max": "37.097", "min": "29.641", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "54.024", "max": "58.053", "min": "53.291", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "89.219", "max": "94.401", "min": "88.333", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "101.588", "max": "101.812", "min": "101.453", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "74.018", "max": "78.95", "min": "71.963", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "189.674", "max": "200.224", "min": "187.236", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "92.942", "max": "94.612", "min": "91.804", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "80.243", "max": "100.271", "min": "77.393", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "99.372", "max": "107.274", "min": "98.274", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "0.034", "max": "0.086", "min": "0.025", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "186.855", "max": "189.516", "min": "186.242", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "195.826", "max": "195.826", "min": "195.826", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "17.382", "max": "26.497", "min": "16.682", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "30.263", "max": "32.722", "min": "29.948", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "108.898", "max": "113.002", "min": "108.455", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "30.602", "max": "38.764", "min": "23.129", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "45.893", "max": "48.013", "min": "45.486", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "194.992", "max": "202.844", "min": "193.651", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "94.281", "max": "100.065", "min": "93.719", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "115.47", "max": "122.574", "min": "114.227", "id": "260", "country": "Ireland", "source_name": "Carlow", "destination_name": "Lansing", "destination_id": "295" } } }, "263": { "name": "Cheltenham", "data": { "0": { "avg": "202.386", "max": "203.45", "min": "202.165", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "263.562", "max": "263.903", "min": "263.31", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "89.36", "max": "89.735", "min": "89.269", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "38.224", "max": "43.676", "min": "37.642", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "16.617", "max": "16.781", "min": "16.499", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "227.61", "max": "227.703", "min": "227.55", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "11.359", "max": "11.535", "min": "11.263", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "268.742", "max": "272.574", "min": "267.989", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "53.951", "max": "55.298", "min": "53.756", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "33.9", "max": "34.421", "min": "33.758", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "4.185", "max": "4.529", "min": "3.974", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "126.571", "max": "126.795", "min": "126.454", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "74.206", "max": "74.274", "min": "74.09", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "93.583", "max": "94.348", "min": "93.441", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "103.107", "max": "103.197", "min": "103.027", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "77.173", "max": "77.964", "min": "76.992", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "28.47", "max": "28.848", "min": "28.233", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "88.555", "max": "88.673", "min": "88.452", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "16.307", "max": "16.477", "min": "16.139", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "31.504", "max": "31.598", "min": "31.443", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "279.985", "max": "280.117", "min": "279.925", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "92.102", "max": "92.181", "min": "92.042", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "134.53", "max": "135.06", "min": "134.422", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "143.688", "max": "144.152", "min": "143.565", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.766", "max": "35.659", "min": "34.495", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "24.273", "max": "26.047", "min": "24.131", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "27.756", "max": "28.58", "min": "27.601", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "32.297", "max": "32.587", "min": "32.054", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "20.164", "max": "20.28", "min": "20.099", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "133.253", "max": "134.482", "min": "132.988", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "242.313", "max": "242.437", "min": "242.233", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.826", "max": "31.212", "min": "30.737", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "143.025", "max": "145.379", "min": "142.806", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "57.451", "max": "57.698", "min": "57.375", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "28", "max": "31.421", "min": "27.607", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "163.924", "max": "164.1", "min": "163.723", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "135.195", "max": "135.248", "min": "135.137", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "130.612", "max": "130.697", "min": "130.501", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "102.754", "max": "103.82", "min": "102.631", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "81.089", "max": "81.192", "min": "80.941", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "146.874", "max": "151.14", "min": "146.407", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "18.871", "max": "23.055", "min": "18.235", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "55.406", "max": "55.623", "min": "55.277", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "38.069", "max": "49.431", "min": "37.513", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "144.934", "max": "145.498", "min": "144.855", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.311", "max": "35.883", "min": "34.971", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "32.6", "max": "32.799", "min": "32.485", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "164.211", "max": "164.58", "min": "164.087", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "233.54", "max": "233.959", "min": "233.388", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "114.012", "max": "114.128", "min": "113.947", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "81.827", "max": "82.038", "min": "81.635", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "141.482", "max": "141.729", "min": "141.278", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "46.044", "max": "61.035", "min": "33.254", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "103.94", "max": "104.119", "min": "103.813", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "142.926", "max": "151.67", "min": "139.807", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "334.171", "max": "334.775", "min": "334.036", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "36.264", "max": "40.408", "min": "35.387", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "284.338", "max": "284.436", "min": "284.269", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "66.476", "max": "68.473", "min": "66.105", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "12.445", "max": "12.579", "min": "12.347", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "60.891", "max": "63.533", "min": "60.343", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "66.549", "max": "110.803", "min": "63.627", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "188.982", "max": "229.911", "min": "186.528", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "210.499", "max": "210.629", "min": "210.443", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "53.038", "max": "54.086", "min": "52.896", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.791", "max": "47.919", "min": "46.639", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "80.852", "max": "81.006", "min": "80.769", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "46.963", "max": "47.472", "min": "46.548", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "206.094", "max": "206.842", "min": "205.467", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "116.29", "max": "119.439", "min": "116.113", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "236.926", "max": "237.683", "min": "236.703", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "132.231", "max": "132.707", "min": "132.019", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "149.722", "max": "152.87", "min": "149.528", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "93.547", "max": "93.643", "min": "93.463", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "49.405", "max": "49.865", "min": "49.244", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "9.261", "max": "9.392", "min": "9.121", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "97.721", "max": "97.909", "min": "97.6", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "146.271", "max": "146.43", "min": "146.102", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "94.966", "max": "96.013", "min": "94.699", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "93.014", "max": "93.136", "min": "92.866", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "131.614", "max": "132.038", "min": "131.333", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "80.642", "max": "81.011", "min": "80.408", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "241.228", "max": "241.581", "min": "241.124", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "140.488", "max": "140.63", "min": "140.354", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "122.157", "max": "122.374", "min": "122.073", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "61.351", "max": "62.619", "min": "61.035", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "12.934", "max": "15.472", "min": "12.638", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "95.772", "max": "95.986", "min": "95.677", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "98.965", "max": "99.349", "min": "98.827", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "8.952", "max": "16.918", "min": "8.571", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "103.05", "max": "105.239", "min": "102.299", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "143.475", "max": "143.858", "min": "143.312", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "31.919", "max": "31.965", "min": "31.871", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "262.246", "max": "264.585", "min": "262.031", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "80.388", "max": "80.846", "min": "80.235", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "103.519", "max": "104.996", "min": "103.103", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "153.315", "max": "153.649", "min": "153.138", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "127.834", "max": "133.471", "min": "126.768", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "140.803", "max": "140.941", "min": "140.73", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "92.576", "max": "97.45", "min": "92.272", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "104.608", "max": "104.723", "min": "104.556", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "146.64", "max": "147.154", "min": "146.451", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "55.146", "max": "55.764", "min": "55.008", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.46", "max": "310.994", "min": "303.641", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "98.688", "max": "99.625", "min": "98.537", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "335.22", "max": "343.159", "min": "286.05", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "172.745", "max": "173.477", "min": "172.613", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "77.086", "max": "77.226", "min": "76.84", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "92.153", "max": "92.65", "min": "91.981", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "142.064", "max": "142.674", "min": "141.918", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "240.626", "max": "240.862", "min": "240.486", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "258.952", "max": "259.27", "min": "258.766", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "74.456", "max": "74.75", "min": "74.357", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "133.077", "max": "156.434", "min": "132.068", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "362.082", "max": "477.976", "min": "176.921", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "176.747", "max": "297.8", "min": "86.122", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "153.963", "max": "180.156", "min": "150.774", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "227.186", "max": "228.055", "min": "226.985", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "113.189", "max": "113.397", "min": "113.054", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "103.888", "max": "104.745", "min": "103.503", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "109.268", "max": "109.564", "min": "109.048", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "179.561", "max": "330.837", "min": "98.919", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "184.62", "max": "185.21", "min": "184.487", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "57.523", "max": "233.869", "min": "44.771", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "35.998", "max": "36.099", "min": "35.946", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "30.811", "max": "31.614", "min": "30.305", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "77.236", "max": "78.688", "min": "76.064", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "158.18", "max": "160.6", "min": "157.734", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "118.587", "max": "118.964", "min": "118.416", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "163.338", "max": "163.794", "min": "163.154", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "97.872", "max": "98.818", "min": "97.674", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "95.242", "max": "95.55", "min": "95.053", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "97.88", "max": "98.575", "min": "97.747", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "284.813", "max": "285.457", "min": "284.107", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "117.466", "max": "118.085", "min": "117.345", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "72.337", "max": "72.527", "min": "72.242", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "126.699", "max": "138.28", "min": "125.578", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "115.272", "max": "115.461", "min": "115.091", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "109.552", "max": "109.697", "min": "109.435", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "75.142", "max": "75.352", "min": "75.019", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "37.918", "max": "38.349", "min": "37.811", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "184.613", "max": "193.234", "min": "183.89", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.374", "max": "43.478", "min": "43.282", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "33.231", "max": "33.456", "min": "33.078", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "176.18", "max": "182.093", "min": "175.692", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "18.654", "max": "19.064", "min": "18.397", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "59.363", "max": "80.181", "min": "58.405", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "148.155", "max": "148.797", "min": "148.06", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "5.229", "max": "5.546", "min": "5.138", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "16.302", "max": "16.362", "min": "16.232", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.386", "max": "23.363", "min": "17.65", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "232.104", "max": "232.167", "min": "232.026", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "43.243", "max": "43.928", "min": "43.136", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "20.447", "max": "20.666", "min": "20.284", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "95.222", "max": "95.362", "min": "95.139", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "136.204", "max": "136.412", "min": "135.865", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "40.949", "max": "42.569", "min": "40.679", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "289.27", "max": "329.08", "min": "282.56", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "112.632", "max": "112.904", "min": "112.412", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "238.37", "max": "321.961", "min": "230.84", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "112.163", "max": "112.286", "min": "112.079", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "379.246", "max": "379.644", "min": "378.672", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "40.179", "max": "40.626", "min": "39.986", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "71.388", "max": "72.464", "min": "71.142", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "114.081", "max": "114.718", "min": "113.943", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "160.136", "max": "160.237", "min": "160.082", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.605", "max": "98.754", "min": "98.46", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "137.57", "max": "137.769", "min": "137.421", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "265.65", "max": "275.107", "min": "235.446", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "84.263", "max": "84.37", "min": "84.103", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "88.85", "max": "88.951", "min": "88.773", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "17.979", "max": "18.915", "min": "17.687", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "149.722", "max": "149.841", "min": "149.605", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "13.789", "max": "13.887", "min": "13.71", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "25.199", "max": "25.698", "min": "25.022", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "38.828", "max": "48.127", "min": "38.307", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "26.002", "max": "26.055", "min": "25.969", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "8.686", "max": "9.107", "min": "8.466", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "65.266", "max": "65.582", "min": "65.12", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "48.291", "max": "49.383", "min": "48.183", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "65.469", "max": "65.925", "min": "65.366", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "47.623", "max": "47.708", "min": "47.517", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "18.433", "max": "20.213", "min": "18.309", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "15.792", "max": "15.901", "min": "15.688", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "9.692", "max": "9.761", "min": "9.598", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "39.218", "max": "39.322", "min": "39.117", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "67.867", "max": "69.467", "min": "67.632", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "36.11", "max": "51.936", "min": "34.427", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "43.403", "max": "93.085", "min": "17.876", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "3.901", "max": "3.987", "min": "3.854", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "77.018", "max": "77.265", "min": "76.88", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "44.179", "max": "85.678", "min": "42.595", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "56.57", "max": "57.096", "min": "56.264", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "9.173", "max": "9.646", "min": "8.895", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "201.871", "max": "210.596", "min": "201.477", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "26.254", "max": "26.487", "min": "26.185", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "31.136", "max": "31.341", "min": "30.929", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "33.882", "max": "33.936", "min": "33.81", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.14", "max": "170.467", "min": "162.453", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "65.083", "max": "65.396", "min": "64.849", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "12.729", "max": "17.884", "min": "12.269", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "16.099", "max": "16.353", "min": "15.963", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "10.968", "max": "11.555", "min": "10.691", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "269.179", "max": "279.92", "min": "266.481", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "80.216", "max": "94.752", "min": "78.884", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "227.357", "max": "232.201", "min": "210.053", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "140.515", "max": "140.95", "min": "140.434", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "13.446", "max": "13.616", "min": "13.331", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "152.644", "max": "157.256", "min": "150.877", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "158.34", "max": "158.514", "min": "158.064", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "38.742", "max": "39.037", "min": "38.635", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "75.329", "max": "75.861", "min": "75.174", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "7.866", "max": "8.692", "min": "7.586", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "13.102", "max": "14.691", "min": "12.654", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "97.441", "max": "97.5", "min": "97.389", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "98.84", "max": "100.243", "min": "98.716", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "256.359", "max": "256.568", "min": "256.23", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "74.693", "max": "74.766", "min": "74.635", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.942", "max": "24.154", "min": "23.826", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "80.1", "max": "80.17", "min": "80.044", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "28.193", "max": "28.639", "min": "28.044", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "216.059", "max": "236.275", "min": "215.216", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "115.467", "max": "118.985", "min": "112.66", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "25.521", "max": "25.73", "min": "25.407", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "39.78", "max": "41.195", "min": "39.001", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "150.847", "max": "161.534", "min": "149.505", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "100.378", "max": "101.205", "min": "100.018", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "253.185", "max": "253.603", "min": "253.005", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "93.647", "max": "94.529", "min": "93.503", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "50.303", "max": "50.394", "min": "50.236", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "14.075", "max": "14.132", "min": "14.022", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "44.879", "max": "71.269", "min": "43.91", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "86.034", "max": "89.103", "min": "85.555", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "97.278", "max": "97.59", "min": "97.19", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "64.253", "max": "66.932", "min": "62.887", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "164.458", "max": "165.879", "min": "163.35", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "83.929", "max": "84.97", "min": "82.917", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "67.14", "max": "68.804", "min": "66.964", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "98.654", "max": "98.831", "min": "98.435", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "17.025", "max": "22.135", "min": "16.678", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "177.504", "max": "177.894", "min": "177.417", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "182.259", "max": "182.259", "min": "182.259", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "0.036", "max": "0.088", "min": "0.03", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "19.085", "max": "19.167", "min": "19.022", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "99.665", "max": "100.831", "min": "99.431", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "28.539", "max": "38.298", "min": "20.175", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "32.264", "max": "32.367", "min": "32.169", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "184.716", "max": "186.398", "min": "184.486", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "91.412", "max": "92.673", "min": "91.162", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "98.544", "max": "102.755", "min": "98.346", "id": "263", "country": "United Kingdom", "source_name": "Cheltenham", "destination_name": "Lansing", "destination_id": "295" } } }, "264": { "name": "Falkenstein", "data": { "0": { "avg": "182.182", "max": "182.308", "min": "182.083", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "268.507", "max": "268.757", "min": "268.334", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "99.718", "max": "99.904", "min": "99.628", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "19.784", "max": "24.834", "min": "19.222", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "15.174", "max": "15.381", "min": "15.054", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "226.458", "max": "226.888", "min": "226.34", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "16.257", "max": "16.441", "min": "16.164", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "280.53", "max": "288.73", "min": "279.549", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "40.184", "max": "40.753", "min": "40.058", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "31.927", "max": "34.16", "min": "31.606", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "16.307", "max": "17.803", "min": "16.01", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "125.741", "max": "125.922", "min": "125.669", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "90.692", "max": "90.83", "min": "90.622", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "87.183", "max": "87.534", "min": "87.05", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "113.016", "max": "113.317", "min": "112.906", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "94.165", "max": "94.42", "min": "93.525", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "29.213", "max": "29.483", "min": "28.968", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "100.191", "max": "100.293", "min": "100.1", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "29.995", "max": "30.168", "min": "29.888", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.256", "max": "21.953", "min": "15.773", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "288.488", "max": "288.631", "min": "288.412", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "98.239", "max": "98.376", "min": "98.19", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "151.306", "max": "151.635", "min": "151.198", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "179.654", "max": "180.162", "min": "179.497", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "28.128", "max": "28.656", "min": "27.953", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "17.539", "max": "18.809", "min": "17.377", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "20.831", "max": "21.743", "min": "20.66", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "16.927", "max": "17.16", "min": "16.808", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "4.932", "max": "5.048", "min": "4.846", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "145.426", "max": "147.737", "min": "145.176", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "151.106", "max": "151.179", "min": "151.02", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "30.598", "max": "31.091", "min": "30.489", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "149.633", "max": "150.322", "min": "149.505", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "36.026", "max": "36.533", "min": "35.939", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "11.552", "max": "12.114", "min": "11.374", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "164.57", "max": "165.229", "min": "164.337", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "153.548", "max": "153.603", "min": "153.492", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "137.384", "max": "137.554", "min": "137.287", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "116.472", "max": "116.847", "min": "116.357", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "99.588", "max": "101.139", "min": "99.276", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "162.791", "max": "165.687", "min": "162.295", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "22.449", "max": "24.864", "min": "21.996", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "50.545", "max": "50.671", "min": "50.41", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "29.887", "max": "38.219", "min": "29.326", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "156.196", "max": "156.368", "min": "156.132", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "22.172", "max": "22.831", "min": "21.827", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "36.868", "max": "38.935", "min": "36.634", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "166.152", "max": "166.913", "min": "165.967", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "250.051", "max": "250.383", "min": "249.893", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "124.017", "max": "124.097", "min": "123.974", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "96.049", "max": "96.555", "min": "95.89", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "159.255", "max": "159.525", "min": "159.034", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "62.865", "max": "96.734", "min": "12.76", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "114.698", "max": "114.839", "min": "114.584", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "132.984", "max": "140.253", "min": "130.073", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "175.894", "max": "176.245", "min": "175.712", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "38.135", "max": "47.033", "min": "37.445", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "347.067", "max": "347.245", "min": "346.962", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "33.3", "max": "34.604", "min": "32.906", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "9.71", "max": "9.91", "min": "9.601", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "57.09", "max": "58.097", "min": "56.686", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "67.056", "max": "124.513", "min": "61.206", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "165.836", "max": "271.28", "min": "156.543", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "258.445", "max": "258.585", "min": "258.371", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "41.712", "max": "42.345", "min": "41.561", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "44.912", "max": "45.556", "min": "44.842", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "91.962", "max": "92.097", "min": "91.849", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "49.657", "max": "49.94", "min": "49.304", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "221.782", "max": "223.773", "min": "221.115", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "128.792", "max": "129.753", "min": "128.627", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "257.752", "max": "258.331", "min": "257.64", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "146.891", "max": "147.259", "min": "146.679", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "160.28", "max": "160.419", "min": "160.158", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "110.021", "max": "110.16", "min": "109.946", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "69.958", "max": "70.935", "min": "69.789", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "22.458", "max": "22.861", "min": "22.318", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "109.279", "max": "111.899", "min": "109.065", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "163.685", "max": "163.776", "min": "163.607", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "100.249", "max": "101.735", "min": "99.942", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "103.254", "max": "103.389", "min": "103.095", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "144.103", "max": "144.382", "min": "143.782", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "102.434", "max": "102.686", "min": "102.257", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "229.931", "max": "240.624", "min": "229.159", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "144.031", "max": "144.709", "min": "143.772", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "128.376", "max": "128.516", "min": "128.291", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "74.661", "max": "76.478", "min": "74.377", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "35.862", "max": "36.355", "min": "35.644", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "110.372", "max": "112.88", "min": "110.169", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "108.554", "max": "109.277", "min": "108.422", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "28.894", "max": "35.678", "min": "28.543", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "130.608", "max": "132.785", "min": "129.828", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "163.919", "max": "164.217", "min": "163.742", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "35.28", "max": "35.358", "min": "35.229", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "223.187", "max": "223.387", "min": "222.972", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "117.219", "max": "117.522", "min": "117.068", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "124.476", "max": "126.239", "min": "124.258", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "170.552", "max": "170.763", "min": "170.345", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "148.269", "max": "154.804", "min": "147.659", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "144.221", "max": "144.609", "min": "144.097", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "114.268", "max": "115.329", "min": "114.074", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "116.627", "max": "117.211", "min": "116.547", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "137.058", "max": "137.224", "min": "136.909", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.394", "max": "52.823", "min": "52.223", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "314.402", "max": "316.108", "min": "313.754", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "115.57", "max": "117.44", "min": "115.366", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "172.131", "max": "175.528", "min": "171.903", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "90.373", "max": "90.529", "min": "90.223", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "112.397", "max": "112.83", "min": "112.255", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "122.669", "max": "125.258", "min": "122.38", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "257.841", "max": "258.086", "min": "257.732", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "285.724", "max": "287.145", "min": "283.967", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "82.104", "max": "82.169", "min": "82.027", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "136.268", "max": "173.713", "min": "134.823", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "380.134", "max": "501.855", "min": "197.591", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "139.575", "max": "236.901", "min": "59.27", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "176.496", "max": "176.905", "min": "176.251", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "241.003", "max": "243.423", "min": "240.702", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "128.897", "max": "129.045", "min": "128.778", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "116.196", "max": "117.255", "min": "115.869", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "124.444", "max": "126.574", "min": "124.112", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "190.371", "max": "350.832", "min": "113.494", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "228.562", "max": "244.351", "min": "205.846", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "31.583", "max": "47.16", "min": "30.603", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "34.814", "max": "34.862", "min": "34.76", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "30.439", "max": "31.747", "min": "29.586", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.757", "max": "81.886", "min": "80.576", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "168.949", "max": "169.382", "min": "168.728", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "122.685", "max": "123.008", "min": "122.516", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "175.789", "max": "176.041", "min": "175.591", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "111.653", "max": "112.187", "min": "111.516", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "102.165", "max": "102.328", "min": "102.052", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "107.004", "max": "107.215", "min": "106.834", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "323.401", "max": "324.217", "min": "322.992", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "130.997", "max": "131.063", "min": "130.94", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "93.706", "max": "93.896", "min": "93.56", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "135.305", "max": "142.815", "min": "133.858", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "122.058", "max": "122.293", "min": "121.914", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "119.944", "max": "120.064", "min": "119.839", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "96.316", "max": "97.804", "min": "96.082", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "19.432", "max": "20.165", "min": "19.297", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "176.49", "max": "182.442", "min": "175.89", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "33.128", "max": "33.583", "min": "32.991", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "22.902", "max": "23.05", "min": "22.812", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "189.934", "max": "200.311", "min": "189.08", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "16.726", "max": "17.731", "min": "16.455", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "30.575", "max": "32.692", "min": "30.397", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "134.724", "max": "135.426", "min": "134.616", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "25.36", "max": "25.597", "min": "25.267", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "18.492", "max": "18.532", "min": "18.428", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "3.994", "max": "9.92", "min": "3.059", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.962", "max": "267.061", "min": "266.88", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "30.432", "max": "34.685", "min": "29.931", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "15.685", "max": "16.603", "min": "15.271", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "98.17", "max": "98.248", "min": "98.088", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "168.933", "max": "169.47", "min": "168.769", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "35.241", "max": "35.926", "min": "35.045", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "267.181", "max": "305.795", "min": "260.457", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "140.668", "max": "140.872", "min": "140.552", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "251.286", "max": "319.135", "min": "245.528", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "126.798", "max": "126.936", "min": "126.706", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "385.94", "max": "386.099", "min": "385.641", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "29.245", "max": "29.335", "min": "29.173", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "82.46", "max": "82.783", "min": "82.378", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "96.954", "max": "97.639", "min": "96.852", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "180.053", "max": "180.127", "min": "179.989", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "94.251", "max": "94.405", "min": "94.104", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "148.696", "max": "149.014", "min": "148.501", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "195.572", "max": "201.903", "min": "170.956", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "91.054", "max": "91.168", "min": "90.982", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "109.056", "max": "109.206", "min": "108.993", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "7.938", "max": "9.742", "min": "7.682", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "133.051", "max": "133.197", "min": "132.98", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "25.381", "max": "25.74", "min": "25.266", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "23.448", "max": "23.782", "min": "23.281", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "24.783", "max": "25.189", "min": "24.681", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "17.871", "max": "17.915", "min": "17.788", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "28.737", "max": "29.214", "min": "28.45", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "74.412", "max": "75.065", "min": "74.253", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "38.115", "max": "38.178", "min": "38.07", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "55.597", "max": "55.955", "min": "55.501", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "37.73", "max": "38.486", "min": "37.568", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "12.071", "max": "14.237", "min": "11.901", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "22.396", "max": "22.533", "min": "22.32", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "12.268", "max": "12.357", "min": "12.172", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "16.546", "max": "16.692", "min": "16.406", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "57.382", "max": "57.635", "min": "57.205", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "27.338", "max": "35.765", "min": "25.998", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "33.245", "max": "46.37", "min": "18.229", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "20.276", "max": "20.396", "min": "20.192", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "53.543", "max": "53.83", "min": "53.352", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "28.91", "max": "29.26", "min": "28.754", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "36.672", "max": "37.274", "min": "36.225", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "18.185", "max": "18.692", "min": "17.952", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "199.057", "max": "216.293", "min": "198.245", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "5.561", "max": "5.836", "min": "5.466", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "51.314", "max": "51.636", "min": "51.1", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "26.657", "max": "30.568", "min": "26.454", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "179.941", "max": "184.886", "min": "178.369", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "47.232", "max": "47.479", "min": "47.034", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "14.276", "max": "16.765", "min": "13.868", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "13.167", "max": "13.365", "min": "13", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "11.697", "max": "12.426", "min": "11.579", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "297.802", "max": "298.396", "min": "297.603", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "102.837", "max": "109.34", "min": "101.849", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "230.073", "max": "232.238", "min": "223.931", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "147.397", "max": "147.572", "min": "147.318", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "14.739", "max": "14.905", "min": "14.633", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "140.249", "max": "140.923", "min": "140.029", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "170.487", "max": "170.602", "min": "170.256", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "48.683", "max": "48.877", "min": "48.517", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "66.022", "max": "67.243", "min": "65.786", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "23.742", "max": "25.485", "min": "23.334", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "15.402", "max": "16.751", "min": "15.089", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "109.131", "max": "109.991", "min": "109.035", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "115.591", "max": "115.695", "min": "115.527", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "270.48", "max": "450.522", "min": "263.886", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "87.199", "max": "87.42", "min": "87.128", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "13.677", "max": "13.921", "min": "13.54", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "102.386", "max": "102.572", "min": "102.34", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "26.608", "max": "26.963", "min": "26.434", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "232.749", "max": "250.295", "min": "231.859", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "131.81", "max": "134.609", "min": "127.768", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "28.47", "max": "28.729", "min": "28.356", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "47.023", "max": "47.89", "min": "46.443", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "159.799", "max": "164.384", "min": "158.571", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "111.728", "max": "112.61", "min": "111.341", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "231.677", "max": "231.965", "min": "231.496", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "68.469", "max": "68.828", "min": "68.303", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "39.25", "max": "40.12", "min": "39.157", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "15.566", "max": "15.894", "min": "15.479", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "49.675", "max": "49.786", "min": "49.601", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "91.841", "max": "93.036", "min": "91.48", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "96.028", "max": "96.224", "min": "95.946", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "63.716", "max": "66.069", "min": "61.904", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "177.87", "max": "179.25", "min": "177.422", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "96.244", "max": "98.274", "min": "95.329", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "57.596", "max": "58.234", "min": "57.442", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "111.402", "max": "111.653", "min": "111.222", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "30.451", "max": "37.207", "min": "29.848", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "176.617", "max": "177.753", "min": "174.594", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "188.568", "max": "188.568", "min": "188.568", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "19.058", "max": "19.371", "min": "18.994", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "0.031", "max": "0.038", "min": "0.027", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "122.068", "max": "123.022", "min": "121.902", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "34.073", "max": "42.95", "min": "27.081", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "22.523", "max": "22.624", "min": "22.434", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "112.525", "max": "113.505", "min": "112.363", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "87.308", "max": "89.064", "min": "87.013", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "115.643", "max": "115.918", "min": "115.559", "id": "264", "country": "Germany", "source_name": "Falkenstein", "destination_name": "Lansing", "destination_id": "295" } } }, "291": { "name": "Douglas", "data": { "0": { "avg": "175.94", "max": "176.43", "min": "175.701", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "276.96", "max": "279.325", "min": "276.599", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "101.654", "max": "107.175", "min": "101.124", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "39.975", "max": "50.064", "min": "38.451", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "18.234", "max": "27.695", "min": "17.731", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "225.37", "max": "232.351", "min": "224.795", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "25.007", "max": "26.038", "min": "24.711", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.368", "max": "288.996", "min": "275.454", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "65.419", "max": "65.937", "min": "65.221", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "47.443", "max": "53.953", "min": "46.787", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "10.648", "max": "15.065", "min": "10.256", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "122.044", "max": "135.861", "min": "120.828", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "88.63", "max": "91.501", "min": "88.348", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "93.358", "max": "99.751", "min": "92.714", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "108.867", "max": "114.706", "min": "108.278", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "90.032", "max": "99.954", "min": "88.675", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "34.64", "max": "38.296", "min": "34.158", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.713", "max": "101.817", "min": "96.07", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "35.186", "max": "52.231", "min": "27.865", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "37.407", "max": "49.656", "min": "35.703", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.054", "max": "301.36", "min": "288.255", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "104.993", "max": "107.847", "min": "104.568", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "152.925", "max": "166.84", "min": "152.007", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "155.616", "max": "165.734", "min": "154.411", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "53.538", "max": "68.422", "min": "50.891", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "34.433", "max": "38.468", "min": "34.019", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "44.603", "max": "48.308", "min": "44.045", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "39.471", "max": "40.029", "min": "39.312", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "26.024", "max": "40.229", "min": "19.969", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "155.552", "max": "168.816", "min": "149.737", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "179.098", "max": "182.067", "min": "178.565", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "40.807", "max": "43.301", "min": "40.476", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "149.391", "max": "161.045", "min": "148.52", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "60.045", "max": "60.955", "min": "59.852", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "30.702", "max": "39.986", "min": "29.83", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "195.112", "max": "198.455", "min": "194.78", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "148.708", "max": "157.154", "min": "148.01", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "141.483", "max": "148.148", "min": "140.162", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "115.376", "max": "130.849", "min": "113.687", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "88.734", "max": "90.409", "min": "88.443", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "160.639", "max": "169.8", "min": "159.161", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "19.843", "max": "23.264", "min": "19.333", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "53.278", "max": "60.931", "min": "52.491", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "46.753", "max": "61.587", "min": "45.001", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "203.66", "max": "213.719", "min": "203.052", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "43.695", "max": "48.304", "min": "42.963", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "61.456", "max": "62.707", "min": "61.226", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "159.053", "max": "160.209", "min": "158.665", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "236.735", "max": "242.972", "min": "235.786", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "126.106", "max": "131.533", "min": "125.685", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "101.553", "max": "102.546", "min": "101.36", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "158.552", "max": "165.319", "min": "157.704", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "45.465", "max": "167.843", "min": "16.633", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "113.43", "max": "123.481", "min": "112.675", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "195.829", "max": "228.466", "min": "190.146", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "207.128", "max": "207.512", "min": "206.942", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "40.263", "max": "47.283", "min": "39.3", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "291.454", "max": "294.66", "min": "291.114", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "57.927", "max": "75.574", "min": "49.478", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "22.568", "max": "22.943", "min": "22.394", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "76.515", "max": "79.437", "min": "75.797", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "76.645", "max": "137.348", "min": "65.071", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "222.283", "max": "312.519", "min": "213.751", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "295.543", "max": "304.316", "min": "293.906", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "57.995", "max": "58.545", "min": "57.793", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "61.16", "max": "62.21", "min": "60.951", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "81.014", "max": "88.003", "min": "80.421", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "67.777", "max": "80.746", "min": "66.089", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "218.575", "max": "220.913", "min": "217.857", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "128.058", "max": "130.614", "min": "127.586", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "231.351", "max": "240.585", "min": "229.203", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "150.72", "max": "165.363", "min": "147.922", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "151.262", "max": "157.344", "min": "150.173", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "106.038", "max": "106.316", "min": "105.882", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "55.789", "max": "69.899", "min": "54.14", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "17.328", "max": "26.53", "min": "15.624", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "100.927", "max": "101.328", "min": "100.754", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "159.523", "max": "171.348", "min": "156.861", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "107.64", "max": "109.008", "min": "107.238", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "104.939", "max": "123.797", "min": "98.913", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "157.823", "max": "161.958", "min": "157.097", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "111.038", "max": "128.922", "min": "103.683", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "303.193", "max": "313.9", "min": "300.236", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "196.177", "max": "205.205", "min": "195.422", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "149.747", "max": "151.885", "min": "149.39", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "71.669", "max": "77.034", "min": "70.999", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "25.706", "max": "29.373", "min": "25.304", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "108.167", "max": "109.694", "min": "107.838", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "98.397", "max": "104.015", "min": "97.691", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "15.984", "max": "20.124", "min": "15.671", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "115.188", "max": "120.239", "min": "114.27", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "151.549", "max": "163.767", "min": "150.369", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "33.341", "max": "33.732", "min": "33.217", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "254.316", "max": "259.987", "min": "253.568", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "85.409", "max": "89.4", "min": "84.989", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "137.163", "max": "141.315", "min": "136.31", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "161.291", "max": "171.643", "min": "159.458", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "146.132", "max": "168.239", "min": "139.591", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "153.061", "max": "166.376", "min": "149.33", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "104.139", "max": "117.06", "min": "103.278", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "119.88", "max": "135.165", "min": "114.794", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "149.524", "max": "160.728", "min": "144.675", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "69.101", "max": "71.858", "min": "68.661", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "313.454", "max": "327.251", "min": "311.198", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "111.16", "max": "111.73", "min": "110.964", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "334.981", "max": "364.307", "min": "319.384", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "185.31", "max": "194.974", "min": "184.036", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "95.265", "max": "99.075", "min": "94.634", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "104.948", "max": "120.103", "min": "103.664", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "149.771", "max": "153.323", "min": "149.123", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "261.415", "max": "275.677", "min": "260.688", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "280.261", "max": "285.493", "min": "279.474", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "80.631", "max": "96.388", "min": "78.793", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.04", "max": "143.649", "min": "141.707", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "382.982", "max": "499.651", "min": "199.702", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "189.942", "max": "303.98", "min": "111.545", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "192.656", "max": "200.369", "min": "191.971", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "258.466", "max": "262.112", "min": "257.753", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "123.106", "max": "124.144", "min": "122.773", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "115.482", "max": "116.325", "min": "115.222", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "131.264", "max": "132.401", "min": "130.963", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "187.836", "max": "332.29", "min": "108.087", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "201.57", "max": "210.826", "min": "200.933", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "65.213", "max": "295.859", "min": "55.649", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "56.495", "max": "69.859", "min": "53.621", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "50.561", "max": "57.09", "min": "49.394", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "79.91", "max": "92.023", "min": "77.951", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "167.642", "max": "173.39", "min": "167.194", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "150.044", "max": "159.256", "min": "140.258", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "174.963", "max": "189.688", "min": "173.105", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "110.824", "max": "119.424", "min": "110.05", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "113.003", "max": "114.616", "min": "112.809", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "111.699", "max": "112.219", "min": "111.507", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "276.864", "max": "280.734", "min": "275.899", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "131.573", "max": "138.377", "min": "131.012", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "80.401", "max": "88.084", "min": "79.229", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "139.952", "max": "154.111", "min": "137.691", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "128.538", "max": "129.022", "min": "128.353", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "121.617", "max": "123.611", "min": "121.288", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "92.795", "max": "99.662", "min": "91.883", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "38.645", "max": "39.518", "min": "38.513", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "243.045", "max": "253.695", "min": "237.41", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "57.235", "max": "66.968", "min": "55.944", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "41.523", "max": "48.83", "min": "40.338", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "195.381", "max": "199.475", "min": "194.526", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "31.817", "max": "52.461", "min": "23.913", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "58.217", "max": "67.366", "min": "56.937", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "201.994", "max": "202.283", "min": "201.833", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "19.02", "max": "25.906", "min": "18.543", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "25.918", "max": "42.756", "min": "19.494", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "27.741", "max": "32.494", "min": "25.835", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "245.797", "max": "248.688", "min": "245.499", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "48.456", "max": "51.62", "min": "48.004", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "33.827", "max": "50.043", "min": "25.996", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "96.394", "max": "109.875", "min": "95.245", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "163.062", "max": "166.047", "min": "162.566", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "64.791", "max": "79.832", "min": "59.212", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "302.84", "max": "338.503", "min": "293.598", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "129.66", "max": "142.148", "min": "128.537", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "241.877", "max": "332.872", "min": "234.27", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "122.276", "max": "132.384", "min": "121.489", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "392.327", "max": "401.339", "min": "391.134", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "55.008", "max": "58.242", "min": "54.52", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "79.416", "max": "94.861", "min": "77.905", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "134.071", "max": "135.879", "min": "133.695", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "185.948", "max": "186.496", "min": "185.793", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "106.046", "max": "107.047", "min": "105.878", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "154.506", "max": "168.181", "min": "148.451", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "249.352", "max": "262.089", "min": "247.485", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "86.341", "max": "87.623", "min": "86.138", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "115.111", "max": "125.376", "min": "113.823", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "27.226", "max": "34.912", "min": "25.643", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "157.162", "max": "170.021", "min": "155.671", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "27.067", "max": "40.799", "min": "19.465", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "33.675", "max": "41.662", "min": "32.368", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "39.683", "max": "46.338", "min": "38.495", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "42.631", "max": "53.49", "min": "39.418", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "15.083", "max": "21.32", "min": "14.541", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "80.095", "max": "90.478", "min": "78.044", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "55.582", "max": "70.105", "min": "54.248", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "83.233", "max": "84.695", "min": "83.021", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "52.059", "max": "53.604", "min": "51.841", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "33.721", "max": "51.523", "min": "25.831", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "29.084", "max": "44.909", "min": "22.772", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.708", "max": "30.511", "min": "23.816", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "41.627", "max": "48.511", "min": "40.962", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "71.219", "max": "76.322", "min": "70.547", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "40.97", "max": "57.542", "min": "38.86", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "60.268", "max": "127.675", "min": "31.302", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "17.008", "max": "17.986", "min": "16.817", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "73.82", "max": "78.228", "min": "73.328", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "52.069", "max": "68.832", "min": "44.948", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "61.056", "max": "74.257", "min": "59.174", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "22.464", "max": "28.42", "min": "21.174", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "270.01", "max": "273.534", "min": "269.609", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "31.363", "max": "34.882", "min": "31.019", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "49.552", "max": "49.81", "min": "49.42", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "43.812", "max": "44.134", "min": "43.709", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "164.881", "max": "173.86", "min": "162.6", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "68.593", "max": "75.889", "min": "67.87", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "23.16", "max": "33.536", "min": "21.549", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "27.082", "max": "34.962", "min": "26.075", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "18.102", "max": "20.447", "min": "17.596", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "292.993", "max": "303.627", "min": "290.097", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "83.217", "max": "86.129", "min": "82.658", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "335.271", "max": "350.936", "min": "305.563", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "192.816", "max": "193.366", "min": "192.688", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "29.943", "max": "42.225", "min": "28.467", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "180.657", "max": "229.218", "min": "146.011", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "162.357", "max": "168.933", "min": "161.345", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "63.094", "max": "73.272", "min": "57.337", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "80.278", "max": "81.08", "min": "79.943", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "21.411", "max": "31.374", "min": "20.253", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "33.066", "max": "44.506", "min": "26.248", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "102.751", "max": "104.411", "min": "102.508", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "109.376", "max": "110.109", "min": "109.225", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "331.668", "max": "337.48", "min": "330.333", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.751", "max": "94.041", "min": "93.602", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "33.502", "max": "36.086", "min": "33.209", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "86.627", "max": "94.289", "min": "84.903", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "31.285", "max": "32.781", "min": "31.013", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "212.651", "max": "217.65", "min": "212.233", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "126.098", "max": "135.572", "min": "123.004", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "30.987", "max": "31.979", "min": "30.751", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "53.691", "max": "66.396", "min": "52.005", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "147.78", "max": "161.494", "min": "146.344", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "115.015", "max": "119.785", "min": "114.374", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "241.327", "max": "242.322", "min": "241.101", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "92.009", "max": "95.063", "min": "91.435", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "57.811", "max": "68.699", "min": "56.845", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "28.765", "max": "32.771", "min": "28.102", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "56.53", "max": "60.382", "min": "56.126", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "101.385", "max": "112.026", "min": "98.93", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "91.289", "max": "91.631", "min": "91.108", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "70.148", "max": "74.546", "min": "68.012", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "166.1", "max": "176.776", "min": "164.624", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "104.071", "max": "110.182", "min": "102.791", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "76.365", "max": "77.106", "min": "76.095", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "118.858", "max": "129.741", "min": "116.379", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "23.045", "max": "25.359", "min": "22.759", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "358.513", "max": "367.604", "min": "347.887", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "183.462", "max": "183.462", "min": "183.462", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "20.907", "max": "32.284", "min": "20.116", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "33.003", "max": "45.122", "min": "27.159", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "106.465", "max": "115.399", "min": "105.247", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "0.04", "max": "0.109", "min": "0.026", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "42.719", "max": "43.78", "min": "42.502", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "187.479", "max": "189.913", "min": "187.058", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "105.023", "max": "106.189", "min": "104.568", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "114.356", "max": "125.005", "min": "111.629", "id": "291", "country": "Isle of Man", "source_name": "Douglas", "destination_name": "Lansing", "destination_id": "295" } } } }, "MENA": { "62": { "name": "Cairo", "data": { "0": { "avg": "236.954", "max": "237.931", "min": "236.399", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "318.192", "max": "324.03", "min": "317.314", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "140.309", "max": "141.843", "min": "139.713", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "64.507", "max": "67.883", "min": "63.223", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "64.937", "max": "69.172", "min": "64.289", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "288.956", "max": "290.681", "min": "288.193", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "63.02", "max": "64.602", "min": "62.528", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "321.515", "max": "324.507", "min": "319.949", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "94.3", "max": "99.96", "min": "93.581", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "81.787", "max": "84.689", "min": "81.035", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "63.115", "max": "68.467", "min": "62.527", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "172.031", "max": "174.716", "min": "171.341", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "127.095", "max": "127.805", "min": "126.583", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "140.388", "max": "142.098", "min": "139.679", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "157.581", "max": "159.926", "min": "156.94", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "149.566", "max": "150.416", "min": "148.831", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "71.926", "max": "72.925", "min": "71.349", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "142.214", "max": "143.602", "min": "141.572", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "66.721", "max": "68.004", "min": "66.162", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "64.461", "max": "65.471", "min": "63.943", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "334.755", "max": "337.688", "min": "334.246", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "151.598", "max": "152.402", "min": "151.085", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "199.092", "max": "201.156", "min": "198.321", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "199.231", "max": "201.41", "min": "198.633", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "77.305", "max": "80.745", "min": "76.559", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "69.658", "max": "71.017", "min": "69.302", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "68.803", "max": "72.932", "min": "67.998", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "68.971", "max": "69.699", "min": "68.36", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "53.146", "max": "54.758", "min": "52.511", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "197.449", "max": "198.626", "min": "196.909", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "199.937", "max": "201.363", "min": "199.451", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "74.001", "max": "74.5", "min": "73.578", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "195.652", "max": "198.804", "min": "195.055", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "83.743", "max": "84.708", "min": "83.189", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "55.496", "max": "59.673", "min": "54.624", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "196.603", "max": "200.729", "min": "195.934", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "197.338", "max": "198.288", "min": "196.962", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "182.958", "max": "184.135", "min": "182.5", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "161.152", "max": "162.126", "min": "160.706", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "133.388", "max": "136.362", "min": "132.514", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "205.993", "max": "211.707", "min": "204.824", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "70.397", "max": "73.097", "min": "69.555", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "105.282", "max": "106.024", "min": "104.769", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "77.116", "max": "80.451", "min": "76.57", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "230.369", "max": "231.153", "min": "229.778", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "74.29", "max": "76.057", "min": "73.511", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "81.671", "max": "82.524", "min": "81.249", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "220.249", "max": "222.114", "min": "219.614", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "304.067", "max": "305.725", "min": "303.578", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "169.05", "max": "172.027", "min": "168.518", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "142.464", "max": "145.443", "min": "141.789", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "198.511", "max": "199.57", "min": "197.961", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "111.711", "max": "198.196", "min": "91.921", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "159.344", "max": "160.288", "min": "158.937", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "164.896", "max": "187.169", "min": "160.212", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "214.918", "max": "215.931", "min": "214.401", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "91.66", "max": "95.78", "min": "90.535", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "338.385", "max": "339.057", "min": "337.928", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "77.833", "max": "80.908", "min": "77.129", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "57.672", "max": "59.332", "min": "56.981", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "0.085", "max": "0.36", "min": "0.037", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "99.182", "max": "161.589", "min": "93.857", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "205.576", "max": "218.96", "min": "203.848", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "275.194", "max": "275.682", "min": "274.762", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "90.197", "max": "91.954", "min": "89.631", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "78.864", "max": "80.322", "min": "78.247", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "139.611", "max": "141.299", "min": "138.973", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "96.479", "max": "98.593", "min": "95.726", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "262.107", "max": "265.813", "min": "261.086", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "180.123", "max": "181.309", "min": "179.73", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "246.873", "max": "250.935", "min": "246.189", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "195.054", "max": "197.418", "min": "194.36", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "205.011", "max": "210.706", "min": "204.171", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "152.093", "max": "154.274", "min": "151.518", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "93.554", "max": "94.717", "min": "92.797", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "104.842", "max": "168.365", "min": "69.72", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "152.774", "max": "153.588", "min": "152.2", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "212.28", "max": "214.799", "min": "211.713", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "147.212", "max": "155.565", "min": "146.046", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "157.857", "max": "159.266", "min": "157.319", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "200.341", "max": "202.806", "min": "199.697", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "136.03", "max": "136.986", "min": "135.473", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "254.918", "max": "257.678", "min": "254.205", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "226.372", "max": "227.915", "min": "225.703", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "192.207", "max": "193.949", "min": "186.916", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "112.571", "max": "114.014", "min": "111.477", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "67.9", "max": "69.574", "min": "67.202", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "155.098", "max": "160.194", "min": "154.364", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "154.668", "max": "157.673", "min": "153.86", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "63.884", "max": "73.199", "min": "62.526", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "167.63", "max": "174.862", "min": "166.518", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "202.485", "max": "204.26", "min": "201.934", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "93.74", "max": "94.77", "min": "93.233", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "331.207", "max": "332.158", "min": "330.716", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "134.152", "max": "138.137", "min": "133.263", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "165.85", "max": "168.481", "min": "165.29", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "203.693", "max": "204.676", "min": "202.994", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "184.893", "max": "202.428", "min": "182.444", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "201.48", "max": "203.368", "min": "200.881", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "159.693", "max": "161.581", "min": "158.926", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "156.17", "max": "157.048", "min": "155.757", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "209.932", "max": "214.952", "min": "209.271", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "90.621", "max": "92.085", "min": "90.117", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "358.854", "max": "364.559", "min": "357.552", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "163.31", "max": "165.093", "min": "162.738", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "369.75", "max": "391.337", "min": "331.299", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "230.3", "max": "231.992", "min": "229.767", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "135.146", "max": "136.067", "min": "134.594", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "150.431", "max": "152.76", "min": "149.629", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "197.505", "max": "201.993", "min": "196.569", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "212.618", "max": "224.677", "min": "211.824", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "283.949", "max": "284.71", "min": "283.286", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "133.868", "max": "135.393", "min": "133.26", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "174.464", "max": "180.504", "min": "173.512", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "402.346", "max": "500.553", "min": "224.412", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "185.355", "max": "257.694", "min": "111.709", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "194.2", "max": "209.268", "min": "192.862", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "281.126", "max": "282.926", "min": "280.548", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "177.34", "max": "181.389", "min": "176.748", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "161.149", "max": "161.866", "min": "160.612", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "173.516", "max": "177.006", "min": "172.538", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "225.122", "max": "375.334", "min": "148.4", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "272.619", "max": "288.856", "min": "250.714", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "85.227", "max": "226.714", "min": "79.494", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "80.764", "max": "81.474", "min": "80.117", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "84.97", "max": "86.519", "min": "84.174", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "132.537", "max": "135.044", "min": "129.33", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "185.648", "max": "186.955", "min": "185.099", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "177.87", "max": "180.106", "min": "177.014", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "224.688", "max": "226.711", "min": "224.162", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "153.883", "max": "156.734", "min": "153.272", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "150.317", "max": "151.678", "min": "149.828", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "153.826", "max": "156.86", "min": "153.175", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "350.872", "max": "353.817", "min": "350.031", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "179.944", "max": "180.888", "min": "179.335", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "135.524", "max": "136.07", "min": "135.124", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "174.994", "max": "178.233", "min": "174.071", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "170.577", "max": "171.676", "min": "170.165", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "168.005", "max": "168.765", "min": "167.49", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "140.013", "max": "142.222", "min": "139.301", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "63.748", "max": "68.498", "min": "63.158", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "252.048", "max": "257.146", "min": "251.203", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "81.139", "max": "81.904", "min": "80.471", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "69.566", "max": "72.757", "min": "68.992", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "239.624", "max": "241.386", "min": "238.753", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "60.867", "max": "64.397", "min": "60.1", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "78.627", "max": "82.255", "min": "77.718", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "162.98", "max": "165.715", "min": "162.343", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "63.673", "max": "65.528", "min": "63.13", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "69.005", "max": "70.094", "min": "68.446", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "60.043", "max": "66.3", "min": "58.716", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "313.539", "max": "317.939", "min": "312.938", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "80.055", "max": "80.981", "min": "79.467", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "66.928", "max": "68.237", "min": "66.49", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "144.103", "max": "144.72", "min": "143.583", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "196.181", "max": "200.646", "min": "195.324", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "78.648", "max": "80.366", "min": "78.095", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "324.88", "max": "366.332", "min": "317.633", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "169.023", "max": "170.66", "min": "168.499", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "296.369", "max": "382.215", "min": "289.466", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "175.198", "max": "175.9", "min": "174.768", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "419.753", "max": "420.566", "min": "419.022", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "76.113", "max": "77.042", "min": "75.671", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "133.873", "max": "135.095", "min": "133.348", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "155.81", "max": "156.679", "min": "155.335", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "209.274", "max": "211.02", "min": "208.368", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "147.024", "max": "149.157", "min": "146.268", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "198.1", "max": "199.552", "min": "197.569", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "239.312", "max": "244.127", "min": "236.836", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "144.526", "max": "145.342", "min": "144.083", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "148.844", "max": "149.568", "min": "148.395", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "56.021", "max": "61.262", "min": "55.246", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "190.644", "max": "192.341", "min": "190.09", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "65.989", "max": "69.068", "min": "65.395", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "59.508", "max": "63.861", "min": "59.031", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "69.085", "max": "82.951", "min": "67.879", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "68.728", "max": "70.17", "min": "68.149", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "69.821", "max": "70.889", "min": "69.122", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "108.523", "max": "111.244", "min": "107.693", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "85.736", "max": "89.456", "min": "85.043", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "114.389", "max": "123.413", "min": "113.318", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "66.088", "max": "67.888", "min": "65.284", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "58.568", "max": "60.966", "min": "57.764", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "60.023", "max": "61.105", "min": "59.464", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "60.187", "max": "61.649", "min": "59.595", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "70.311", "max": "77.306", "min": "69.546", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "101.383", "max": "102.773", "min": "100.578", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "66.461", "max": "103.368", "min": "63.984", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "84.172", "max": "121.408", "min": "59.624", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "64.853", "max": "66.596", "min": "64.422", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "99.557", "max": "100.389", "min": "98.978", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "76.818", "max": "82.778", "min": "76.165", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "82.84", "max": "86.093", "min": "82.054", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "61.898", "max": "95.955", "min": "59.37", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "354.653", "max": "356.657", "min": "354.011", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "60.453", "max": "61.803", "min": "60.117", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "57.621", "max": "58.471", "min": "57.247", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "69.854", "max": "71.16", "min": "69.372", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "222.379", "max": "228.91", "min": "220.545", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "97.466", "max": "98.182", "min": "96.792", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "63.289", "max": "64.743", "min": "62.491", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "59.829", "max": "61.912", "min": "59.057", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "60.06", "max": "61.412", "min": "59.114", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "351.435", "max": "364.415", "min": "350.219", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "128.251", "max": "136.138", "min": "126.83", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "252.667", "max": "253.607", "min": "252.086", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "169.871", "max": "171.723", "min": "169.227", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "63.384", "max": "64.658", "min": "62.904", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "173.059", "max": "174.4", "min": "172.606", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "201.631", "max": "202.732", "min": "200.977", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "65.358", "max": "69.033", "min": "64.673", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "110.054", "max": "111.363", "min": "109.487", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "59.289", "max": "60.611", "min": "58.702", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "63.489", "max": "65.995", "min": "62.611", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "158.742", "max": "161.807", "min": "158.023", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "172.434", "max": "173.558", "min": "171.899", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "290.748", "max": "291.283", "min": "290.386", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "135.307", "max": "136.218", "min": "134.925", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "66.515", "max": "67.214", "min": "66.046", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "141.342", "max": "142.014", "min": "140.915", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "59.879", "max": "60.832", "min": "59.311", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "266.298", "max": "396.501", "min": "261.011", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "175.651", "max": "178.24", "min": "172.612", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "72.885", "max": "75.113", "min": "72.292", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "72.206", "max": "73.438", "min": "70.693", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "205.165", "max": "212.796", "min": "203.805", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "160.189", "max": "162.588", "min": "159.284", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "288.868", "max": "291.44", "min": "288.059", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "127.083", "max": "129.094", "min": "126.527", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "86.756", "max": "87.932", "min": "86.198", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "63.797", "max": "66.001", "min": "63.086", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "73.502", "max": "75.855", "min": "72.974", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "137.507", "max": "141.32", "min": "136.505", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "143.649", "max": "144.624", "min": "143.307", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "100.04", "max": "110.895", "min": "97.614", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "219.456", "max": "223.078", "min": "218.574", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "151.271", "max": "152.908", "min": "150.109", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "108.457", "max": "109.073", "min": "107.971", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "160.315", "max": "163.298", "min": "159.637", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "78.046", "max": "81.033", "min": "77.312", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.174", "max": "236.677", "min": "227.67", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "240.674", "max": "240.674", "min": "240.674", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "61.178", "max": "62.149", "min": "60.329", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "57.321", "max": "58.702", "min": "56.808", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "165.288", "max": "168.201", "min": "164.525", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "84.692", "max": "94.073", "min": "78.65", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "70.462", "max": "71.315", "min": "69.985", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "267.672", "max": "268.766", "min": "267.061", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "121.995", "max": "125.993", "min": "121.071", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "155.138", "max": "158.525", "min": "154.258", "id": "62", "country": "Egypt", "source_name": "Cairo", "destination_name": "Lansing", "destination_id": "295" } } }, "63": { "name": "Fez", "data": { "0": { "avg": "270.05", "max": "318.287", "min": "251.562", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "299.552", "max": "304.916", "min": "298.792", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "143.423", "max": "187.388", "min": "139.894", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "76.629", "max": "88.824", "min": "75.44", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "56.686", "max": "94.068", "min": "54.172", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "277.366", "max": "298.412", "min": "274.92", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "67.198", "max": "118.028", "min": "63.324", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "312.911", "max": "316.625", "min": "312.085", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "107.315", "max": "158.551", "min": "103.915", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "93.173", "max": "128.817", "min": "86.336", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "56.497", "max": "62.913", "min": "55.619", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "169.669", "max": "170.544", "min": "169.298", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "139.442", "max": "191.101", "min": "125.252", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "133.032", "max": "149.789", "min": "132.088", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "161.076", "max": "195.818", "min": "159.069", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "134.272", "max": "137.234", "min": "133.959", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "44.036", "max": "82.628", "min": "38.117", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "140.74", "max": "146.082", "min": "140.165", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "78.902", "max": "122.722", "min": "70.585", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "72.029", "max": "121.538", "min": "67.618", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "316.231", "max": "316.572", "min": "315.885", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "144.96", "max": "167.759", "min": "142.685", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "197.634", "max": "257.879", "min": "190.59", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "193.323", "max": "224.796", "min": "191.77", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "83.622", "max": "86.311", "min": "83.205", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "83.441", "max": "124.827", "min": "81.478", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "62.757", "max": "66.8", "min": "62.104", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "85.408", "max": "136.15", "min": "71.082", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "58.071", "max": "77.483", "min": "56.733", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "189.462", "max": "250.139", "min": "185.336", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "216.198", "max": "227.723", "min": "215.407", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "89.432", "max": "127.618", "min": "83.334", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "183.297", "max": "198.486", "min": "182.267", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "92.38", "max": "115.925", "min": "89.266", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "72.122", "max": "103.212", "min": "69.546", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "199.422", "max": "230.287", "min": "195.907", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "191.457", "max": "215.341", "min": "189.811", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "212.138", "max": "225.717", "min": "211.347", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "175.306", "max": "246.959", "min": "155.495", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "137.329", "max": "193.97", "min": "128.663", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "198.545", "max": "199.561", "min": "198.205", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "79.079", "max": "133.653", "min": "70.612", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "76.265", "max": "101.347", "min": "75.057", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "85.402", "max": "86.732", "min": "84.951", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "176.233", "max": "176.819", "min": "175.879", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "105.394", "max": "149.42", "min": "81.767", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "94.645", "max": "119.128", "min": "92.58", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "209.007", "max": "232.412", "min": "207.346", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "286.012", "max": "333.227", "min": "267.628", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "174.351", "max": "216.282", "min": "169.527", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "146.276", "max": "200.107", "min": "132.761", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "194.913", "max": "251.997", "min": "191.96", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "92.85", "max": "181.301", "min": "74.688", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "177.067", "max": "228.846", "min": "160.758", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "301.245", "max": "366.015", "min": "278.504", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "328.567", "max": "390.879", "min": "314.126", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "61.635", "max": "65.839", "min": "60.457", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "344.01", "max": "401.407", "min": "334.095", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "98.153", "max": "152.878", "min": "85.175", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "79.823", "max": "131.944", "min": "67.856", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "94.565", "max": "95.775", "min": "93.838", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "0.037", "max": "0.052", "min": "0.032", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "244.556", "max": "335.519", "min": "237.789", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "257.649", "max": "294.055", "min": "254.937", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "113.215", "max": "168.215", "min": "100.845", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "90.214", "max": "91.325", "min": "89.809", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "124.689", "max": "129.729", "min": "124.171", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "102.438", "max": "163.622", "min": "94.801", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "271.103", "max": "322.82", "min": "255.029", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "175.591", "max": "205.251", "min": "173.07", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "333.656", "max": "381.604", "min": "315.592", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "199.607", "max": "255.576", "min": "189.536", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "216.336", "max": "223.825", "min": "215.3", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "157.045", "max": "210.97", "min": "148.662", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "116.032", "max": "169.639", "min": "102.106", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "68.198", "max": "76.282", "min": "67.495", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "135.877", "max": "137.856", "min": "135.447", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "195.569", "max": "203.485", "min": "194.887", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "150.837", "max": "204.947", "min": "139.968", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "143.089", "max": "143.557", "min": "142.747", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "217.719", "max": "261.773", "min": "199.058", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "132.957", "max": "141.38", "min": "132.174", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "285.918", "max": "346.272", "min": "271.549", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "202.493", "max": "259.659", "min": "193.673", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "184.551", "max": "187.114", "min": "178.351", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "112.863", "max": "129.96", "min": "111.245", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "71.421", "max": "79.428", "min": "70.518", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "154.549", "max": "185.126", "min": "151.29", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "145.633", "max": "163.827", "min": "143.846", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "60.884", "max": "68.927", "min": "60.086", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "202.322", "max": "206.476", "min": "201.47", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "193.906", "max": "196.866", "min": "193.417", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "55.515", "max": "117.959", "min": "51.738", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "345.819", "max": "395.47", "min": "324.265", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "142.642", "max": "201.558", "min": "136.422", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "150.807", "max": "154.698", "min": "150.234", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "210.416", "max": "280.799", "min": "203.711", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "201.068", "max": "262.623", "min": "182.98", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "189.188", "max": "191.101", "min": "188.686", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "155.552", "max": "210.472", "min": "142.65", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "154.426", "max": "205.377", "min": "152.171", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "195.958", "max": "214.314", "min": "194.818", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "103.149", "max": "107.477", "min": "102.522", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "354.691", "max": "400.367", "min": "348.04", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "205.554", "max": "261.468", "min": "195.328", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "377.898", "max": "391.752", "min": "322.991", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "239.374", "max": "244.247", "min": "238.467", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "133.871", "max": "134.196", "min": "133.537", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "144.197", "max": "148.237", "min": "143.636", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "248.867", "max": "296.988", "min": "232.017", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "347.443", "max": "371.569", "min": "345.743", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "305.301", "max": "307.52", "min": "304.617", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "125.669", "max": "128.722", "min": "125.198", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "166.078", "max": "171.156", "min": "165.283", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "406.922", "max": "549.836", "min": "264.805", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "221.697", "max": "348.872", "min": "113.428", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "204.827", "max": "245.051", "min": "198.234", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "286.929", "max": "350.268", "min": "280.425", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "163.346", "max": "198.232", "min": "161.52", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "158.571", "max": "214.715", "min": "154.549", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "177.722", "max": "215.142", "min": "174.14", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "234.548", "max": "436.991", "min": "152.707", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "233.929", "max": "295.899", "min": "231.181", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "95.988", "max": "300.154", "min": "84.737", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "114.505", "max": "166.066", "min": "98.449", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "94.898", "max": "156.299", "min": "82.276", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "130.183", "max": "130.432", "min": "129.917", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "202.755", "max": "229.1", "min": "200.554", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "155.619", "max": "203.911", "min": "147.712", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "219.525", "max": "222.953", "min": "219.064", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "156.819", "max": "186.326", "min": "154.765", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "153.25", "max": "188.295", "min": "151.543", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "155.302", "max": "181.364", "min": "153.926", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "350.453", "max": "409.122", "min": "347.445", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "177.785", "max": "237.647", "min": "172.708", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "130.68", "max": "133.539", "min": "130.26", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "186.86", "max": "243.25", "min": "180.831", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "162.753", "max": "165.766", "min": "162.363", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "148.729", "max": "178.858", "min": "146.438", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "130.709", "max": "169.237", "min": "126.886", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "77.169", "max": "97.557", "min": "75.671", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "211.014", "max": "211.739", "min": "210.523", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "108.52", "max": "156.824", "min": "99.543", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "77.752", "max": "89.385", "min": "77.086", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "255.738", "max": "302.801", "min": "237.72", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "70.741", "max": "87.934", "min": "68.81", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "84.763", "max": "125.844", "min": "81.735", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "194.427", "max": "247.043", "min": "180.566", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "62.304", "max": "83.64", "min": "60.829", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "65.818", "max": "102.979", "min": "64.23", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "75.771", "max": "128.964", "min": "70.74", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "301.658", "max": "341.679", "min": "300.048", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "85.648", "max": "135.797", "min": "80.854", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "58.939", "max": "93.142", "min": "56.811", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "139.099", "max": "174.067", "min": "136.142", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "205.92", "max": "268.212", "min": "200.488", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "115.887", "max": "166.642", "min": "99.619", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "368.018", "max": "408.905", "min": "361.093", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "185.628", "max": "209.653", "min": "184.517", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "283.782", "max": "371.885", "min": "273.786", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "171.746", "max": "231.474", "min": "165.516", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "419.418", "max": "473.573", "min": "413.597", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "89.543", "max": "96.452", "min": "88.923", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "125.488", "max": "166.972", "min": "123.512", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "158.585", "max": "195.231", "min": "150.324", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "237.201", "max": "295.078", "min": "221.1", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "158.297", "max": "210.187", "min": "147.737", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "192.233", "max": "242.566", "min": "178.048", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "250.747", "max": "264.099", "min": "231.561", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "140.991", "max": "185.017", "min": "135.228", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "159.593", "max": "212.34", "min": "151.472", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "55.042", "max": "74.529", "min": "53.678", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "344.351", "max": "373.701", "min": "325.198", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "66.236", "max": "75.691", "min": "65.598", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "66.349", "max": "98.375", "min": "62.871", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "83.188", "max": "134.953", "min": "78.118", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "66.235", "max": "92.589", "min": "63.659", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "67.096", "max": "77.39", "min": "66.314", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "100.021", "max": "100.986", "min": "99.671", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "89.353", "max": "137.319", "min": "84.756", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "132.82", "max": "179.766", "min": "116.16", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "85.465", "max": "107.185", "min": "82.964", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "76.953", "max": "124.552", "min": "67.137", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "68.095", "max": "94.653", "min": "66.87", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "71.945", "max": "113.989", "min": "68.174", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "77.531", "max": "90.252", "min": "76.633", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "108.942", "max": "169.902", "min": "103.634", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "106.23", "max": "135.751", "min": "67.049", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "106.549", "max": "164.918", "min": "79.286", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "73.985", "max": "126.782", "min": "60.891", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "100.051", "max": "140.135", "min": "95.643", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "87.574", "max": "95.82", "min": "86.91", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "97.372", "max": "136.607", "min": "91.383", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "62.404", "max": "78.506", "min": "61.294", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "306.699", "max": "369.227", "min": "302.629", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "69.976", "max": "72.193", "min": "69.541", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "67.151", "max": "70.43", "min": "66.72", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "79.641", "max": "102.987", "min": "77.741", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "212.498", "max": "220.945", "min": "210.96", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "107.033", "max": "107.296", "min": "106.661", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "68.884", "max": "127.519", "min": "65.692", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "85.264", "max": "133.456", "min": "68.763", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "65.665", "max": "66.046", "min": "65.179", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "341.728", "max": "350.815", "min": "340.998", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "148.174", "max": "196.895", "min": "129.612", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "260.75", "max": "267.589", "min": "259.913", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "198.33", "max": "254.098", "min": "182.419", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "57.984", "max": "69.324", "min": "56.884", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "185.034", "max": "217.724", "min": "183.08", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "211.216", "max": "263.78", "min": "197.06", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "82.502", "max": "122.435", "min": "80.162", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "113.248", "max": "129.771", "min": "111.681", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "65.257", "max": "70.15", "min": "64.631", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "71.889", "max": "125.207", "min": "63.741", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "165.21", "max": "218.106", "min": "151.593", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "156.927", "max": "157.249", "min": "156.663", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "305.226", "max": "355.757", "min": "302.364", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "130.365", "max": "131.226", "min": "129.965", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "95.929", "max": "136.618", "min": "68.21", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "145.241", "max": "213.058", "min": "128.901", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "66.034", "max": "70.097", "min": "65.523", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "254.475", "max": "309.064", "min": "247.809", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "177.779", "max": "238.204", "min": "171.08", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "80.524", "max": "122.716", "min": "61.426", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "104.733", "max": "152.329", "min": "100.704", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "201.661", "max": "204.985", "min": "199.841", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "155.741", "max": "204.508", "min": "151.867", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "288.501", "max": "347.603", "min": "285.692", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "143.677", "max": "166.18", "min": "141.571", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "91.256", "max": "95.747", "min": "90.804", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "64.027", "max": "107.898", "min": "61.205", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "96.249", "max": "96.724", "min": "95.958", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "140.977", "max": "199.568", "min": "135.238", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "161.741", "max": "210.156", "min": "142.452", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "95.044", "max": "118.298", "min": "92.538", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "233.719", "max": "290.045", "min": "224.193", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "138.305", "max": "196.615", "min": "132.728", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "113.372", "max": "129.878", "min": "110.893", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "163.33", "max": "178.393", "min": "162.073", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "75.174", "max": "86.961", "min": "73.88", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "230.279", "max": "261.899", "min": "226.43", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "221.532", "max": "221.532", "min": "221.532", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "69.226", "max": "128.795", "min": "63.579", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "93.557", "max": "128.766", "min": "61.495", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "164.332", "max": "224.916", "min": "159.71", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "80.568", "max": "148.376", "min": "68.646", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "87.347", "max": "93.113", "min": "86.826", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "155.744", "max": "213.749", "min": "150.338", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "128.948", "max": "131.473", "min": "128.365", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "150.197", "max": "150.572", "min": "149.83", "id": "63", "country": "Morocco", "source_name": "Fez", "destination_name": "Lansing", "destination_id": "295" } } }, "66": { "name": "Istanbul", "data": { "0": { "avg": "276.649", "max": "277.203", "min": "276.427", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "274.469", "max": "274.925", "min": "274.221", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "134.407", "max": "135.292", "min": "134.256", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "39.282", "max": "42.007", "min": "38.845", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "47.97", "max": "49.245", "min": "47.769", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "273.178", "max": "273.423", "min": "273.056", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "43.901", "max": "44.14", "min": "43.776", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "311.216", "max": "319.651", "min": "310.193", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "77.362", "max": "77.456", "min": "77.243", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "63.815", "max": "64.668", "min": "63.583", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "44.6", "max": "45.146", "min": "44.4", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "159.85", "max": "179.581", "min": "155.178", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "118.357", "max": "118.469", "min": "118.228", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "141.433", "max": "143.523", "min": "141.198", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "151.369", "max": "152.002", "min": "151.219", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "126.038", "max": "126.277", "min": "125.199", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "68.128", "max": "68.484", "min": "67.918", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "135.914", "max": "136.018", "min": "135.786", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "62.903", "max": "63.111", "min": "62.745", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "48.431", "max": "48.502", "min": "48.364", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "306.67", "max": "317.522", "min": "306.195", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "138.598", "max": "138.696", "min": "138.488", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "185.666", "max": "185.76", "min": "185.59", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "190.178", "max": "192.469", "min": "189.923", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "56.056", "max": "56.568", "min": "55.756", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "59.468", "max": "59.536", "min": "59.409", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "49.082", "max": "49.971", "min": "48.927", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "39.791", "max": "39.987", "min": "39.687", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "35.376", "max": "35.529", "min": "35.296", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "182.826", "max": "183.218", "min": "182.64", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "275.925", "max": "276.022", "min": "275.821", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "45.839", "max": "47.614", "min": "45.677", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "183.494", "max": "184.015", "min": "183.373", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "64.497", "max": "65.246", "min": "64.328", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "41.667", "max": "43.192", "min": "41.462", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "206.61", "max": "208.6", "min": "206.277", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "183.722", "max": "183.775", "min": "183.591", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "177.832", "max": "177.912", "min": "177.754", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "154.363", "max": "154.542", "min": "154.235", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "128.494", "max": "130.032", "min": "128.094", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "188.782", "max": "194.414", "min": "188.031", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "55.666", "max": "58.753", "min": "55.012", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "80.849", "max": "81.033", "min": "80.662", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "60.571", "max": "68.338", "min": "60.043", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "252.07", "max": "252.167", "min": "251.949", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "54.929", "max": "55.56", "min": "54.459", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "65.401", "max": "65.693", "min": "65.246", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "206.755", "max": "216.006", "min": "206.268", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "260.103", "max": "261.418", "min": "258.495", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "164.824", "max": "164.913", "min": "164.73", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "129.643", "max": "129.75", "min": "129.539", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "187.868", "max": "191.096", "min": "187.444", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "58.323", "max": "149.267", "min": "49.663", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "157.253", "max": "159.53", "min": "152.761", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "186.372", "max": "193.4", "min": "183.325", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "387.997", "max": "388.926", "min": "387.815", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "77.008", "max": "80.187", "min": "76.503", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "338.943", "max": "339.002", "min": "338.81", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "69.244", "max": "70.751", "min": "68.86", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "50.22", "max": "50.383", "min": "50.117", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "94.44", "max": "211.488", "min": "89.71", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "102.854", "max": "147.82", "min": "100.694", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "225.339", "max": "233.586", "min": "224.62", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "306.255", "max": "307.329", "min": "306.05", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "0.053", "max": "0.199", "min": "0.015", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "45.27", "max": "46.073", "min": "45.097", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "121.278", "max": "121.449", "min": "121.117", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "41.019", "max": "41.412", "min": "40.646", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "247.896", "max": "249.307", "min": "247.328", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "172.728", "max": "173.506", "min": "172.599", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "344.498", "max": "346.457", "min": "344.197", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "184.2", "max": "184.512", "min": "183.937", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "207.357", "max": "207.822", "min": "206.944", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "142.293", "max": "142.83", "min": "142.198", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "87.364", "max": "88.462", "min": "87.132", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "55.192", "max": "55.449", "min": "55.059", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "138.069", "max": "138.201", "min": "137.849", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "199.364", "max": "199.665", "min": "199.165", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "139.177", "max": "141.349", "min": "138.434", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "142.077", "max": "142.934", "min": "141.945", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "177.307", "max": "179.706", "min": "177.115", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "122.683", "max": "123.037", "min": "122.439", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "289.119", "max": "299.531", "min": "287.606", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "181.867", "max": "182.077", "min": "181.725", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "181.84", "max": "184.114", "min": "175.623", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "110.252", "max": "111.123", "min": "109.889", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "56.417", "max": "57.472", "min": "56.171", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "153.608", "max": "153.722", "min": "153.449", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "142.913", "max": "143.309", "min": "142.737", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "52.2", "max": "54.661", "min": "51.921", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "145.526", "max": "147.639", "min": "144.481", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "181.262", "max": "181.792", "min": "180.756", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "63.393", "max": "63.451", "min": "63.3", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "330.614", "max": "335.408", "min": "330.221", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "131.201", "max": "132.636", "min": "130.942", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "154.043", "max": "154.267", "min": "153.926", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "197.97", "max": "198.25", "min": "197.712", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "183.123", "max": "208.337", "min": "181.493", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "194.41", "max": "194.498", "min": "194.343", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "139.874", "max": "141.523", "min": "139.585", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "148.253", "max": "148.471", "min": "148.15", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.047", "max": "182.196", "min": "181.944", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "56.003", "max": "56.734", "min": "55.818", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "340.77", "max": "348.177", "min": "339.89", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "141.477", "max": "142.034", "min": "141.296", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "381.432", "max": "386.564", "min": "352.436", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "211.107", "max": "212.985", "min": "210.92", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "120.491", "max": "120.617", "min": "120.333", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "147.425", "max": "147.603", "min": "147.27", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "184.109", "max": "184.64", "min": "183.953", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "271.987", "max": "273.329", "min": "271.748", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "303.38", "max": "303.999", "min": "302.983", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "118.973", "max": "119.07", "min": "118.881", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "174.887", "max": "176.287", "min": "170.85", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "400.327", "max": "507.097", "min": "230.289", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "144.892", "max": "254.108", "min": "62.818", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "206.997", "max": "213.896", "min": "206.461", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "266.835", "max": "267.919", "min": "266.615", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "161.334", "max": "161.493", "min": "161.208", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "146.934", "max": "148.937", "min": "146.641", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "154.573", "max": "154.751", "min": "154.396", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "235.617", "max": "387.117", "min": "150.003", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "229.329", "max": "230.654", "min": "228.177", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "72.85", "max": "314.092", "min": "63.726", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "70.543", "max": "70.616", "min": "70.427", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "60.109", "max": "63.928", "min": "59.357", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "120.176", "max": "120.398", "min": "120.055", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "196.015", "max": "196.471", "min": "195.865", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "154.777", "max": "157.373", "min": "154.412", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "215.466", "max": "217.035", "min": "215.273", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "142.902", "max": "143.189", "min": "142.761", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "141.758", "max": "141.959", "min": "141.584", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "139.229", "max": "139.382", "min": "139.071", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "320.629", "max": "321.949", "min": "319.954", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "165.955", "max": "166.149", "min": "165.855", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "119.666", "max": "120.441", "min": "119.505", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "172.579", "max": "177.6", "min": "171.702", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "168.017", "max": "168.082", "min": "167.941", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "147.697", "max": "147.924", "min": "147.516", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "120.675", "max": "120.821", "min": "120.544", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "37.3", "max": "37.467", "min": "37.184", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "215.858", "max": "216.828", "min": "215.545", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "74.377", "max": "75.137", "min": "74.239", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "37.431", "max": "37.51", "min": "37.295", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "220.251", "max": "227.393", "min": "219.738", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "42.675", "max": "43.527", "min": "42.531", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "34.493", "max": "36.694", "min": "34.283", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "175.211", "max": "175.904", "min": "175.009", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "46.789", "max": "47.164", "min": "46.699", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "48.792", "max": "48.852", "min": "48.707", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "39.431", "max": "47.716", "min": "38.278", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "295.948", "max": "296.743", "min": "295.613", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "68.158", "max": "69.58", "min": "67.982", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "45.657", "max": "67.49", "min": "44.739", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "133.46", "max": "133.989", "min": "133.094", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "195.717", "max": "196.152", "min": "195.545", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "71.154", "max": "73.097", "min": "70.831", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "274.504", "max": "321.455", "min": "268.145", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "195.162", "max": "195.965", "min": "195.022", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "289.199", "max": "384.535", "min": "282.422", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "161.243", "max": "161.371", "min": "161.137", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "249.082", "max": "249.242", "min": "249.006", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "60.959", "max": "61.236", "min": "60.882", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "118.052", "max": "119.398", "min": "117.891", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "150.662", "max": "150.859", "min": "150.556", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "211.268", "max": "211.35", "min": "211.141", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "121.795", "max": "123.297", "min": "121.584", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "184.714", "max": "184.997", "min": "184.574", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "345.988", "max": "354.685", "min": "322.853", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "124.958", "max": "125.121", "min": "124.818", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "148.765", "max": "148.82", "min": "148.679", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "55.385", "max": "56.769", "min": "55.162", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "302.073", "max": "303.137", "min": "301.858", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "55.332", "max": "56.968", "min": "55.14", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "55.181", "max": "63.407", "min": "54.668", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "61.359", "max": "61.561", "min": "61.248", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "45.055", "max": "45.139", "min": "44.935", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "52.287", "max": "52.979", "min": "52.052", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "94.459", "max": "95.404", "min": "94.291", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "62.192", "max": "62.28", "min": "62.089", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "95.226", "max": "100.556", "min": "94.662", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "37.949", "max": "38.265", "min": "37.777", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "46.175", "max": "47.162", "min": "45.958", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "51.809", "max": "53.457", "min": "51.613", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "48.109", "max": "48.203", "min": "47.936", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "45.869", "max": "46.919", "min": "45.703", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "9.039", "max": "9.179", "min": "8.943", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "56.799", "max": "78.375", "min": "54.471", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "69.119", "max": "120.736", "min": "44.459", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "67.417", "max": "67.679", "min": "67.3", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "11.95", "max": "88.789", "min": "8.132", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "65.602", "max": "72.931", "min": "65.195", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "69.53", "max": "70.161", "min": "69.049", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "47.707", "max": "48.795", "min": "47.333", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "305.119", "max": "332.492", "min": "304.048", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "47.084", "max": "47.202", "min": "46.984", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "63.875", "max": "63.99", "min": "63.739", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "49.573", "max": "49.723", "min": "49.485", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "212.325", "max": "219.004", "min": "210.34", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "49.811", "max": "49.918", "min": "49.686", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "45.717", "max": "47.158", "min": "45.598", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "58.562", "max": "60.221", "min": "58.29", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "47.537", "max": "48.432", "min": "46.776", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "330.143", "max": "330.982", "min": "329.951", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "123.787", "max": "130.302", "min": "123.008", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "252.659", "max": "256.315", "min": "247.9", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "181.267", "max": "181.378", "min": "181.138", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "45.207", "max": "45.413", "min": "45.01", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "178.198", "max": "179.652", "min": "177.973", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "189.28", "max": "189.896", "min": "188.807", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "70.621", "max": "70.867", "min": "70.49", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "10.948", "max": "13.467", "min": "10.675", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "53.554", "max": "69.909", "min": "50.991", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "45.689", "max": "46.848", "min": "45.43", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "143.143", "max": "143.894", "min": "143.051", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "151.555", "max": "151.626", "min": "151.454", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "312.187", "max": "312.551", "min": "311.963", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "125.455", "max": "125.953", "min": "125.116", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "49.336", "max": "49.538", "min": "49.206", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "122.116", "max": "122.183", "min": "122.026", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "52.216", "max": "52.363", "min": "52.089", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "241.688", "max": "242.649", "min": "241.241", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "158.427", "max": "162.965", "min": "156.068", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "61.002", "max": "61.498", "min": "60.879", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "67.257", "max": "68.304", "min": "66.488", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "195.493", "max": "201.832", "min": "194.163", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "142.28", "max": "142.924", "min": "141.914", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "276.199", "max": "276.857", "min": "276.058", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "76.919", "max": "77.983", "min": "76.608", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "72.469", "max": "72.566", "min": "72.392", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "47.612", "max": "47.692", "min": "47.517", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "61.956", "max": "63.755", "min": "60.864", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "128.055", "max": "130.462", "min": "127.675", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "127.655", "max": "127.886", "min": "127.463", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "98.929", "max": "101.831", "min": "97.64", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "203.892", "max": "205.357", "min": "203.124", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "128.759", "max": "130.332", "min": "127.622", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "87.673", "max": "89.032", "min": "87.413", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "142.923", "max": "143.032", "min": "142.792", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "62.984", "max": "67.356", "min": "62.346", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "207.623", "max": "212.566", "min": "196.862", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "224.156", "max": "224.156", "min": "224.156", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "51.263", "max": "51.351", "min": "51.168", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "39.959", "max": "40.104", "min": "39.833", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "144.624", "max": "146.826", "min": "144.32", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "66.246", "max": "74.913", "min": "57.918", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "40.505", "max": "40.975", "min": "40.177", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "203.661", "max": "206.554", "min": "202.748", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "45.088", "max": "47.426", "min": "44.731", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "149.697", "max": "150.012", "min": "149.562", "id": "66", "country": "Turkey", "source_name": "Istanbul", "destination_name": "Lansing", "destination_id": "295" } } }, "87": { "name": "Tel Aviv", "data": { "0": { "avg": "270.473", "max": "271.588", "min": "270.099", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "287.935", "max": "288.853", "min": "287.352", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "157.834", "max": "158.94", "min": "157.606", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "84.299", "max": "91.831", "min": "83.287", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "68.563", "max": "70.361", "min": "68.193", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "289.424", "max": "290.453", "min": "289.094", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "62.281", "max": "63.589", "min": "61.946", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "323.73", "max": "332.943", "min": "322.314", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "97.368", "max": "98.694", "min": "96.995", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "85.34", "max": "86.428", "min": "84.861", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "63.954", "max": "64.986", "min": "63.592", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "175.251", "max": "176.246", "min": "174.679", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "125.638", "max": "126.201", "min": "125.299", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "141.806", "max": "149.209", "min": "141.069", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "158.07", "max": "159.092", "min": "157.801", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "148.914", "max": "149.785", "min": "148.058", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "86.466", "max": "87.722", "min": "85.976", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "142.503", "max": "144.468", "min": "142.303", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "80.25", "max": "81.268", "min": "79.924", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "80.779", "max": "81.281", "min": "80.571", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "326.605", "max": "327.493", "min": "326.172", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "147.823", "max": "148.614", "min": "147.525", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "196.707", "max": "197.737", "min": "196.21", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "202.909", "max": "203.97", "min": "202.45", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "93.047", "max": "94.093", "min": "92.549", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "75.556", "max": "76.887", "min": "75.216", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "71.699", "max": "73.131", "min": "71.253", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "93.477", "max": "94.303", "min": "93.119", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "75.86", "max": "77.545", "min": "75.538", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "187.854", "max": "188.664", "min": "187.555", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "195.843", "max": "196.217", "min": "195.652", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "82.473", "max": "83.347", "min": "82.136", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "188.817", "max": "189.697", "min": "188.381", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "98.64", "max": "99.257", "min": "98.317", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "77.193", "max": "78.608", "min": "76.477", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "230.565", "max": "234.921", "min": "229.911", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "193.516", "max": "194.599", "min": "193.209", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "177.938", "max": "178.507", "min": "177.722", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "176.38", "max": "177.98", "min": "176.037", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "140.958", "max": "143.501", "min": "140.222", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "204.633", "max": "210.258", "min": "203.716", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "72.234", "max": "78.636", "min": "71.174", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "109.131", "max": "109.92", "min": "108.885", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "84.874", "max": "85.872", "min": "84.506", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.822", "max": "212.506", "min": "211.553", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "85.439", "max": "86.461", "min": "84.82", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "86.069", "max": "87.275", "min": "85.619", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "219.213", "max": "220.199", "min": "218.81", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "296.629", "max": "297.612", "min": "296.338", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "182.814", "max": "183.984", "min": "182.558", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "142.297", "max": "143.199", "min": "141.869", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "203.928", "max": "205.067", "min": "203.394", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "130.1", "max": "143.985", "min": "117.139", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "180.566", "max": "181.533", "min": "180.203", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "199.768", "max": "214.668", "min": "195.191", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "224.823", "max": "225.803", "min": "224.197", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "85.63", "max": "87.997", "min": "84.545", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "361.408", "max": "362.568", "min": "360.91", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "112.953", "max": "115.927", "min": "112.189", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "62.047", "max": "62.899", "min": "61.744", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "112.258", "max": "113.429", "min": "111.666", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "112.548", "max": "130.002", "min": "111.47", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "202.542", "max": "276.655", "min": "191.624", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "342.298", "max": "342.904", "min": "342.066", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "94.525", "max": "95.205", "min": "94.215", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "87.05", "max": "90.928", "min": "86.625", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "162.443", "max": "163.876", "min": "162.084", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "105.922", "max": "123.687", "min": "104.147", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "274.823", "max": "276.832", "min": "274.028", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "179.359", "max": "180.645", "min": "178.989", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "247.311", "max": "249.99", "min": "246.923", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "196.483", "max": "197.267", "min": "195.899", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "200.356", "max": "202.197", "min": "200.038", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "157.836", "max": "158.899", "min": "157.48", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "105.163", "max": "107.043", "min": "104.771", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "64.733", "max": "65.735", "min": "64.389", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "149.352", "max": "150.037", "min": "149.028", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "187.66", "max": "188.595", "min": "187.132", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "150.917", "max": "163.932", "min": "150.129", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "151.888", "max": "152.688", "min": "151.624", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "191.156", "max": "192.988", "min": "190.792", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "133.393", "max": "134.136", "min": "133.134", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "333.416", "max": "351.537", "min": "284.649", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "201.775", "max": "202.83", "min": "201.32", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "175.277", "max": "176.336", "min": "174.822", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "0.083", "max": "0.333", "min": "0.02", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "72.257", "max": "73.269", "min": "71.847", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "155.099", "max": "156.137", "min": "154.754", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "153.563", "max": "154.655", "min": "153.021", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "62.327", "max": "63.283", "min": "61.973", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "159.396", "max": "162.668", "min": "158.451", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "211.536", "max": "213.71", "min": "211.173", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "88.95", "max": "89.902", "min": "88.669", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "285.652", "max": "286.959", "min": "285.219", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "146.669", "max": "149.198", "min": "146.164", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "155.096", "max": "155.969", "min": "154.774", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "207.947", "max": "208.942", "min": "207.551", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "200.807", "max": "224.598", "min": "198.958", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "203.38", "max": "204.312", "min": "203.039", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "153.679", "max": "155.719", "min": "152.92", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "178.791", "max": "179.396", "min": "178.432", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "207.774", "max": "208.355", "min": "207.484", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "104.08", "max": "105.515", "min": "103.735", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "457.901", "max": "462.545", "min": "456.764", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "157.468", "max": "158.345", "min": "157.113", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "431.216", "max": "469.841", "min": "420.992", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "217.1", "max": "219.732", "min": "216.439", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "137.67", "max": "138.734", "min": "137.27", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "149.368", "max": "150.486", "min": "149.169", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "205.969", "max": "207.3", "min": "205.603", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "300.169", "max": "301.011", "min": "299.677", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "320.58", "max": "321.81", "min": "320.025", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "129.373", "max": "130.322", "min": "129.041", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "196.83", "max": "198.65", "min": "196.441", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "417.594", "max": "548.265", "min": "248.072", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "179.691", "max": "292.97", "min": "103.404", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "215.963", "max": "230.102", "min": "215.014", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "276.887", "max": "278.13", "min": "276.478", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "172.454", "max": "173.272", "min": "172.074", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "158.356", "max": "159.043", "min": "157.931", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "162.745", "max": "164.227", "min": "162.427", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "228.553", "max": "389.651", "min": "157.796", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "241.3", "max": "242.751", "min": "240.935", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "104.522", "max": "301.346", "min": "96.932", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "95.748", "max": "96.937", "min": "95.35", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "84.235", "max": "85.718", "min": "83.625", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "141.305", "max": "142.598", "min": "140.964", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "224.623", "max": "225.647", "min": "224.357", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "168.074", "max": "171.189", "min": "167.635", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "220.736", "max": "221.775", "min": "220.319", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "172.083", "max": "173.336", "min": "171.717", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "149.665", "max": "150.707", "min": "149.32", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "150.069", "max": "151.668", "min": "149.666", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "343.167", "max": "345.598", "min": "342.294", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "180.859", "max": "182.212", "min": "180.472", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "137.278", "max": "138.604", "min": "136.835", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "176.702", "max": "190.035", "min": "175.451", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "167.985", "max": "169.106", "min": "167.582", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "160.727", "max": "162.092", "min": "160.428", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "134.378", "max": "135.361", "min": "134.024", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "84.96", "max": "86.887", "min": "84.56", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "338.774", "max": "341.651", "min": "337.918", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "91.247", "max": "92.263", "min": "90.91", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "87.598", "max": "88.255", "min": "87.256", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "232.758", "max": "237.491", "min": "232.147", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "66.576", "max": "67.781", "min": "66.261", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "93.736", "max": "99.946", "min": "93.096", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "196.664", "max": "197.298", "min": "196.411", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "65.336", "max": "74.8", "min": "64.662", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "64.696", "max": "65.857", "min": "64.369", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "63.4", "max": "83.573", "min": "60.661", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "302.139", "max": "303.522", "min": "301.717", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "97.953", "max": "99.6", "min": "97.468", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "67.304", "max": "80.528", "min": "65.598", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "137.157", "max": "138.351", "min": "136.9", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "206.95", "max": "249.352", "min": "204.887", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "88.127", "max": "89.317", "min": "87.827", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "308.957", "max": "356.182", "min": "299.701", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "175.732", "max": "176.748", "min": "175.327", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "297.463", "max": "382.159", "min": "288.786", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "173.505", "max": "175.263", "min": "173.002", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "257.48", "max": "258.679", "min": "257.079", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "90.996", "max": "91.41", "min": "90.691", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "129.522", "max": "130.781", "min": "129.115", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "151.307", "max": "152.603", "min": "150.957", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "218.54", "max": "219.817", "min": "218.241", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "148.529", "max": "149.52", "min": "148.21", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "208.087", "max": "209.334", "min": "207.722", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "285.402", "max": "293.206", "min": "268.439", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "138.945", "max": "140.39", "min": "138.509", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "157.048", "max": "158.017", "min": "156.75", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "82.38", "max": "84.015", "min": "81.859", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "205.837", "max": "207.195", "min": "205.497", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "68.123", "max": "70.189", "min": "67.641", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "68.23", "max": "69.02", "min": "67.806", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "90.309", "max": "102.328", "min": "89.577", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "52.475", "max": "53.085", "min": "52.21", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "67.426", "max": "68.726", "min": "66.981", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "112.107", "max": "113.243", "min": "111.701", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "88.026", "max": "89.504", "min": "87.66", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "123.214", "max": "124.184", "min": "122.898", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "63.34", "max": "65.687", "min": "62.79", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "60.67", "max": "62.58", "min": "60.247", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "64.965", "max": "65.955", "min": "64.674", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "61.592", "max": "62.953", "min": "61.17", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "78.968", "max": "80.651", "min": "78.595", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "102.741", "max": "103.67", "min": "102.361", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "83.471", "max": "87.141", "min": "82.592", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "96.318", "max": "147.259", "min": "71.022", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "57.77", "max": "59.214", "min": "57.494", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "109.65", "max": "110.522", "min": "109.3", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "88.22", "max": "89.201", "min": "87.832", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "94.906", "max": "95.841", "min": "94.365", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "70.561", "max": "71.621", "min": "70.149", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "243.023", "max": "248.864", "min": "242.485", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "76.85", "max": "77.918", "min": "76.543", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "98.168", "max": "99.426", "min": "97.688", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "86.391", "max": "87.115", "min": "86.123", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "231.905", "max": "237.964", "min": "230.349", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "109.175", "max": "110.037", "min": "108.98", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "62.307", "max": "64.065", "min": "61.718", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "65.803", "max": "67.137", "min": "65.394", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "63.724", "max": "65.755", "min": "62.993", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "342.479", "max": "349.754", "min": "341.653", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "149.17", "max": "157.064", "min": "147.843", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "267.158", "max": "270.876", "min": "258.83", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "189.034", "max": "189.776", "min": "188.652", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "69.068", "max": "70.274", "min": "68.715", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "202.084", "max": "203.755", "min": "201.633", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "209.497", "max": "210.583", "min": "209.026", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "92.261", "max": "93.134", "min": "91.915", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "75.202", "max": "76.168", "min": "74.852", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "61.793", "max": "63.096", "min": "61.179", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "67.769", "max": "69.375", "min": "67.138", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "162.484", "max": "163.671", "min": "162.171", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "170.106", "max": "171.073", "min": "169.779", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "294.862", "max": "296.199", "min": "294.415", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "201.685", "max": "202.555", "min": "201.393", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "86.169", "max": "87.249", "min": "85.8", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "134.968", "max": "136.09", "min": "134.725", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "76.155", "max": "76.925", "min": "75.95", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "255.987", "max": "257.262", "min": "255.528", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "173.69", "max": "178.151", "min": "170.729", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "76.416", "max": "77.493", "min": "76.127", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "63.393", "max": "87.691", "min": "61.847", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "219.305", "max": "228.806", "min": "217.352", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "159.934", "max": "161.395", "min": "159.287", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "275.427", "max": "276.322", "min": "275.048", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "145.247", "max": "146.095", "min": "144.831", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "96.231", "max": "97.662", "min": "95.912", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "71.661", "max": "72.002", "min": "71.498", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "68.015", "max": "68.843", "min": "67.75", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "151.76", "max": "152.575", "min": "151.302", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "137.508", "max": "138.843", "min": "137.067", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "101.507", "max": "110.934", "min": "99.658", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "221.849", "max": "223.737", "min": "221.28", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "156.162", "max": "157.986", "min": "155.029", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "3.956", "max": "5.144", "min": "3.579", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "161.894", "max": "162.85", "min": "161.503", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "80.736", "max": "86.017", "min": "79.97", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "224.484", "max": "227.894", "min": "216.637", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "237.258", "max": "237.258", "min": "237.258", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "61.258", "max": "61.746", "min": "61.064", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "74.691", "max": "75.363", "min": "74.427", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "158.548", "max": "159.724", "min": "158.116", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "77.555", "max": "89.269", "min": "71.073", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "77.601", "max": "78.824", "min": "77.165", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "195.252", "max": "196.524", "min": "194.74", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "136.035", "max": "137.699", "min": "135.574", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "169.726", "max": "170.752", "min": "169.443", "id": "87", "country": "Israel", "source_name": "Tel Aviv", "destination_name": "Lansing", "destination_id": "295" } } }, "116": { "name": "Riyadh", "data": { "0": { "avg": "372.127", "max": "704.276", "min": "278.521", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "270.27", "max": "271.857", "min": "269.911", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "846.945", "max": "1301.35", "min": "524.112", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "489.845", "max": "693.25", "min": "365.781", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "112.084", "max": "201.32", "min": "90.164", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "570.024", "max": "802.473", "min": "357.927", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "118.845", "max": "270.664", "min": "94.026", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "826.206", "max": "1488.12", "min": "587.174", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "232.934", "max": "560.801", "min": "134.17", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "115.634", "max": "118.422", "min": "115.213", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "221.332", "max": "333.447", "min": "105.556", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "409.903", "max": "775.487", "min": "186.901", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "469.966", "max": "826.035", "min": "314.542", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "291.515", "max": "529.973", "min": "168.45", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "195.274", "max": "195.666", "min": "195.14", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "572.168", "max": "891.975", "min": "307.356", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "217.931", "max": "324.369", "min": "125.087", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "637.425", "max": "803.525", "min": "491.902", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "417.99", "max": "546.256", "min": "308.765", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "414.445", "max": "842.175", "min": "126.236", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "382.659", "max": "645.145", "min": "282.953", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "859.541", "max": "1094.87", "min": "582.531", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "232.352", "max": "233.313", "min": "232.082", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "211.568", "max": "212.176", "min": "211.382", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "126.758", "max": "127.591", "min": "126.51", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "246.045", "max": "394.806", "min": "122.422", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "90.524", "max": "91.123", "min": "90.343", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "332.56", "max": "936.065", "min": "164.157", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "319.421", "max": "460.469", "min": "200.428", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "567.86", "max": "758.792", "min": "406.326", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "401.881", "max": "587.176", "min": "381.919", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "531.56", "max": "857.603", "min": "243.272", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "226.711", "max": "251.278", "min": "225.557", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "194.488", "max": "354.302", "min": "130.174", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "621.774", "max": "849.691", "min": "415.538", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "220.433", "max": "221.913", "min": "220.153", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "440.9", "max": "646.969", "min": "314.749", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "395.965", "max": "759.982", "min": "212.643", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "198.188", "max": "198.443", "min": "197.995", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "408.234", "max": "668.705", "min": "268.067", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "546.957", "max": "842.745", "min": "322.378", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "623.46", "max": "746.409", "min": "423.222", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "348.93", "max": "972.672", "min": "152.562", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "126.96", "max": "329.501", "min": "101.719", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "529.719", "max": "737.937", "min": "367.153", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "327.814", "max": "601.513", "min": "185.16", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "380.788", "max": "498.996", "min": "231.854", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "240.983", "max": "241.96", "min": "240.695", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "446.49", "max": "846.828", "min": "308.578", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "200.002", "max": "200.167", "min": "199.87", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "199.049", "max": "200.144", "min": "198.851", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "394.43", "max": "754.429", "min": "240.914", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "173.662", "max": "322.825", "min": "138.588", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "308.594", "max": "490.755", "min": "193.945", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "142.208", "max": "155.903", "min": "138.051", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "492.277", "max": "1061.54", "min": "267.589", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "510.359", "max": "775.04", "min": "271.462", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "1270.9", "max": "2107.5", "min": "762.352", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "250.03", "max": "319.291", "min": "159.979", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "222.033", "max": "399.163", "min": "96.094", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "352.539", "max": "549.863", "min": "216.272", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "429.556", "max": "533.515", "min": "270.508", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "383.684", "max": "585.729", "min": "234.778", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "325.735", "max": "584.438", "min": "205.195", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "121.932", "max": "122.076", "min": "121.831", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "284.725", "max": "512.297", "min": "169.778", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "207.049", "max": "418.487", "min": "166.771", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "294.367", "max": "499.806", "min": "117.189", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "299.806", "max": "301.62", "min": "299.064", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "515.807", "max": "691.689", "min": "278.324", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "257.665", "max": "258.818", "min": "257.41", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "218.669", "max": "219.168", "min": "218.374", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "232.396", "max": "232.637", "min": "232.161", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "463.153", "max": "1141.56", "min": "190.232", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "434.127", "max": "635.825", "min": "137.071", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "105.475", "max": "105.811", "min": "105.282", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "668.578", "max": "882.32", "min": "427.483", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "255.446", "max": "259.361", "min": "255.169", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "284.827", "max": "379.802", "min": "191.607", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "296.533", "max": "491.176", "min": "182.567", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "523.222", "max": "817.094", "min": "325.354", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "460.744", "max": "759.12", "min": "238.739", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "222.904", "max": "460.905", "min": "178.439", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "700.024", "max": "828.837", "min": "560.55", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "202.23", "max": "202.478", "min": "202.1", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "232.91", "max": "488.303", "min": "140.87", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "411.659", "max": "609.829", "min": "211.15", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "567.956", "max": "703.091", "min": "372.678", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "183.997", "max": "185.054", "min": "183.769", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "200.774", "max": "541.304", "min": "94.601", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "185.862", "max": "187.431", "min": "185.055", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "259.267", "max": "698.777", "min": "235.73", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "332.265", "max": "625.502", "min": "113.725", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "317.688", "max": "318.866", "min": "317.459", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "380.813", "max": "670.183", "min": "183.9", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "219.808", "max": "423.044", "min": "205.671", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "444.752", "max": "731.573", "min": "300.377", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "429.577", "max": "821.822", "min": "271.614", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "235.928", "max": "236.164", "min": "235.79", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "194.455", "max": "281.378", "min": "185.436", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "417.509", "max": "616.373", "min": "257.721", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "555.469", "max": "742.922", "min": "378.025", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "788.236", "max": "1076.34", "min": "596.963", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "405.644", "max": "540.978", "min": "387.942", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "181.781", "max": "182.882", "min": "181.448", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "351.475", "max": "398.915", "min": "329.388", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "460.114", "max": "643.503", "min": "362.714", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "188.706", "max": "188.907", "min": "188.501", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "351.52", "max": "542.586", "min": "180.491", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "744.516", "max": "1019.84", "min": "527.372", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "298.886", "max": "299.124", "min": "298.692", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "300.549", "max": "325.739", "min": "287.046", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "154.226", "max": "154.453", "min": "154.028", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "340.294", "max": "473.602", "min": "224.439", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "0.044", "max": "0.079", "min": "0.025", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "573.354", "max": "901.964", "min": "376.251", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "340.383", "max": "456.827", "min": "210.611", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "730.331", "max": "1203.74", "min": "509.407", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "431.048", "max": "697.074", "min": "240.105", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "461.613", "max": "980.594", "min": "200.532", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "474.983", "max": "838.507", "min": "213.575", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "372.366", "max": "631.527", "min": "173.144", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "279.681", "max": "279.876", "min": "279.577", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "147.773", "max": "440.386", "min": "121.536", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "471.111", "max": "762.315", "min": "371.073", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "594.825", "max": "968.451", "min": "442.487", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "372.735", "max": "707.768", "min": "159.281", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "609.26", "max": "745.848", "min": "422.76", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "346.33", "max": "549.924", "min": "191.591", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "855.963", "max": "1632.84", "min": "571.752", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "523.415", "max": "715.334", "min": "332.673", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "1012.79", "max": "2230.19", "min": "489.056", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "681.292", "max": "1282.43", "min": "487.479", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "666.455", "max": "945.103", "min": "362.689", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "641.299", "max": "943.498", "min": "445.221", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "168.757", "max": "169.063", "min": "168.497", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "244.633", "max": "355.273", "min": "222.365", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "1060.68", "max": "1651.23", "min": "384.235", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "406.674", "max": "738.454", "min": "193.064", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "198.192", "max": "360.194", "min": "171.829", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "105.378", "max": "195.331", "min": "95.78", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "247.968", "max": "351.497", "min": "186.818", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "122.09", "max": "122.288", "min": "121.926", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "1326.85", "max": "1992.04", "min": "636.361", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "250.532", "max": "253.749", "min": "250.151", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "370.537", "max": "500.703", "min": "280.572", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "128.795", "max": "140.578", "min": "128.112", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "127.921", "max": "128.702", "min": "127.744", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "137.769", "max": "377.05", "min": "90.368", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "239.002", "max": "370.627", "min": "117.978", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "286.762", "max": "495.695", "min": "143.946", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "305.6", "max": "305.723", "min": "305.485", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "709.727", "max": "1043.56", "min": "470.085", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "358.336", "max": "489.993", "min": "272.529", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "333.882", "max": "697.545", "min": "198.206", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "429.847", "max": "555.466", "min": "292.941", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "291.714", "max": "494.07", "min": "165.044", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "444.871", "max": "734.32", "min": "332.816", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "225.93", "max": "226.184", "min": "225.727", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "322.335", "max": "404.447", "min": "314.363", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "202.381", "max": "202.58", "min": "202.24", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "448.995", "max": "637.653", "min": "387.658", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "479.504", "max": "837.64", "min": "314.554", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "191.635", "max": "191.802", "min": "191.481", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "240.08", "max": "529.113", "min": "167.876", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "279.403", "max": "470.776", "min": "184.895", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "751.944", "max": "1226.89", "min": "456.348", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "455.312", "max": "648.228", "min": "274.033", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "257.925", "max": "265.866", "min": "234.203", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "496.389", "max": "710.518", "min": "294.234", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "304.85", "max": "439.07", "min": "200.88", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "97.645", "max": "100.967", "min": "97.238", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "138.309", "max": "138.62", "min": "138.13", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "355.206", "max": "547.201", "min": "147.053", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "104.553", "max": "155.578", "min": "101.757", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "148.69", "max": "295.11", "min": "115.28", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "348.108", "max": "616.051", "min": "207.81", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "428.653", "max": "579.813", "min": "329.403", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "391.613", "max": "613.654", "min": "211.517", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "454.846", "max": "734.552", "min": "260.066", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "199.326", "max": "323.943", "min": "130.69", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "455.579", "max": "780.301", "min": "227.258", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "432.607", "max": "662.976", "min": "255.746", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "316.46", "max": "533.217", "min": "183.835", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "152.353", "max": "339.305", "min": "91.222", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "426.302", "max": "715.188", "min": "180.903", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "172.276", "max": "349.747", "min": "142.08", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "399.194", "max": "653.282", "min": "172.506", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "341.546", "max": "655.002", "min": "127.636", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "282.325", "max": "391.973", "min": "162.307", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "452.225", "max": "659.124", "min": "246.018", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "274.87", "max": "440.008", "min": "136.827", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "502.802", "max": "635.855", "min": "369.981", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "303.97", "max": "663.171", "min": "93.824", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "368.2", "max": "732.961", "min": "180.871", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "593.976", "max": "697.249", "min": "509.475", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "203.373", "max": "517.24", "min": "92.365", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "397.168", "max": "646", "min": "256.13", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "368.369", "max": "577.648", "min": "246.899", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "512.874", "max": "761.388", "min": "289.407", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "110.878", "max": "236.638", "min": "84.771", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "285.646", "max": "618.625", "min": "104.256", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "319.618", "max": "583.627", "min": "93.678", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "600.645", "max": "1014.91", "min": "430.287", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "245.634", "max": "325.236", "min": "174.027", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "208.283", "max": "508.971", "min": "187.46", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "320.388", "max": "555.72", "min": "162.745", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "231.315", "max": "395.817", "min": "110.429", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "523.872", "max": "949.78", "min": "246.586", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "371.034", "max": "502.27", "min": "255.849", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "310.242", "max": "553.507", "min": "134.533", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "205.709", "max": "733.417", "min": "132.06", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "265.532", "max": "481.065", "min": "131.352", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "459.967", "max": "589.663", "min": "315.944", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "180.625", "max": "180.845", "min": "180.481", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "189.783", "max": "190.008", "min": "189.682", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "324.206", "max": "324.871", "min": "324.022", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "412.075", "max": "611.891", "min": "238.929", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "189.221", "max": "317.027", "min": "106.409", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "171.021", "max": "171.197", "min": "170.888", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "150.082", "max": "310.167", "min": "114.915", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "323.581", "max": "451.978", "min": "301.706", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "194.858", "max": "198.591", "min": "192.756", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "432.187", "max": "738.275", "min": "234.961", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "199.732", "max": "466.177", "min": "98.616", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "619.151", "max": "788.011", "min": "476.045", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "238.413", "max": "374.743", "min": "179.53", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "534.334", "max": "740.058", "min": "325.269", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "220.203", "max": "409.943", "min": "164.911", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "381.889", "max": "803.868", "min": "163.577", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "108.483", "max": "259.977", "min": "82.266", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "650.876", "max": "1014.15", "min": "409.307", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "721.385", "max": "895.895", "min": "589.576", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "385.524", "max": "602.077", "min": "253.429", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "289.069", "max": "488.972", "min": "160.538", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "456.7", "max": "770.215", "min": "294.482", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "460.557", "max": "786.653", "min": "238.886", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "307.694", "max": "556.387", "min": "199.338", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "589.555", "max": "861.112", "min": "422.859", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "506.116", "max": "629.825", "min": "381.838", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "1111.89", "max": "1949.59", "min": "756.143", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "274.014", "max": "282.345", "min": "265.684", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "574.706", "max": "870.94", "min": "398.266", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "497.864", "max": "762.003", "min": "331.7", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "221.082", "max": "415.769", "min": "194.467", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "261.986", "max": "610.141", "min": "103.039", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "368.458", "max": "568.901", "min": "227.37", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "476.16", "max": "610.764", "min": "342.075", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "520.244", "max": "710.454", "min": "384.102", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "194.786", "max": "195.002", "min": "194.611", "id": "116", "country": "Saudi Arabia", "source_name": "Riyadh", "destination_name": "Lansing", "destination_id": "295" } } }, "133": { "name": "Dubai", "data": { "0": { "avg": "311.457", "max": "313.721", "min": "311.066", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "291.955", "max": "297.694", "min": "291.359", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "203.853", "max": "204.443", "min": "203.66", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "139.937", "max": "148.858", "min": "138.964", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "130.638", "max": "131.79", "min": "130.219", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "356.336", "max": "358.962", "min": "352.9", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "125.793", "max": "126.905", "min": "125.515", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "285.88", "max": "301.065", "min": "283.696", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "148.128", "max": "149.368", "min": "147.854", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "132.366", "max": "143.661", "min": "131.561", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "198.341", "max": "199.726", "min": "198.044", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "236.535", "max": "243.697", "min": "236.094", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "189.919", "max": "192.849", "min": "189.392", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "196.54", "max": "202.66", "min": "196.077", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "220.788", "max": "223.148", "min": "220.516", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "188.609", "max": "193.02", "min": "187.812", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "135.868", "max": "139.22", "min": "135.445", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "199.135", "max": "200.361", "min": "198.966", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "119.159", "max": "122.48", "min": "118.86", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "154.159", "max": "155.751", "min": "153.72", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "314.804", "max": "317.393", "min": "314.375", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "208.336", "max": "210.052", "min": "208.013", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "248.144", "max": "249.872", "min": "247.738", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "267.491", "max": "268.295", "min": "267.204", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "135.571", "max": "136.665", "min": "135.225", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "145.007", "max": "145.541", "min": "144.78", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "120.076", "max": "120.621", "min": "119.814", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "127.561", "max": "128.689", "min": "127.267", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "113.936", "max": "114.657", "min": "113.721", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "244.583", "max": "248.302", "min": "244.139", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "357.928", "max": "359.898", "min": "357.497", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "143.56", "max": "144.965", "min": "143.249", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "223.874", "max": "225.319", "min": "223.551", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "141.167", "max": "141.932", "min": "140.891", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "138.82", "max": "142.435", "min": "138.25", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "271.141", "max": "273.585", "min": "270.702", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "255.054", "max": "255.221", "min": "254.865", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "239.814", "max": "242.905", "min": "239.24", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "205.818", "max": "206.983", "min": "205.484", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "192.74", "max": "193.114", "min": "192.5", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "266.13", "max": "269.809", "min": "265.418", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "137.392", "max": "139.684", "min": "136.646", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "138.849", "max": "139.403", "min": "138.531", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "123.442", "max": "123.848", "min": "123.268", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "231.138", "max": "233.188", "min": "230.83", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "139.767", "max": "140.791", "min": "139.266", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "156.762", "max": "156.994", "min": "156.578", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "266.193", "max": "269.615", "min": "265.766", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "359.579", "max": "359.996", "min": "359.354", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "229.204", "max": "231.947", "min": "228.911", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "195.102", "max": "195.368", "min": "194.928", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "244.87", "max": "245.82", "min": "244.415", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "172.608", "max": "219.232", "min": "128.286", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "202.301", "max": "203.207", "min": "202.02", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "211.627", "max": "224.211", "min": "208.172", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "145.396", "max": "147.266", "min": "145.044", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "142.268", "max": "148.318", "min": "140.887", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "409.692", "max": "410.495", "min": "409.469", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "163.679", "max": "164.902", "min": "163.396", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "120.279", "max": "123.553", "min": "119.965", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "177.679", "max": "180.877", "min": "177.045", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "151.754", "max": "211.382", "min": "147.922", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "277.918", "max": "403.772", "min": "264.809", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "258.941", "max": "259.863", "min": "258.686", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "154.759", "max": "156.264", "min": "154.47", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "145.932", "max": "147.103", "min": "145.731", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "205.774", "max": "207.65", "min": "205.355", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "139.83", "max": "140.795", "min": "139.278", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "324.177", "max": "325.274", "min": "323.601", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "249.265", "max": "250.475", "min": "248.967", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "128.086", "max": "129.751", "min": "127.651", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "247.168", "max": "248.012", "min": "246.837", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "239.705", "max": "242.291", "min": "239.238", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "202.799", "max": "203.903", "min": "202.574", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "166.727", "max": "167.484", "min": "166.421", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "108.279", "max": "109.603", "min": "108.027", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "219.377", "max": "220.25", "min": "219.12", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "254.108", "max": "255.435", "min": "253.865", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "200.653", "max": "201.566", "min": "200.455", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "197.783", "max": "198.015", "min": "197.601", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "277.75", "max": "279.232", "min": "277.335", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "188.738", "max": "191.153", "min": "188.325", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "148.852", "max": "151.502", "min": "148.335", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "251.011", "max": "253.627", "min": "250.703", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "241.88", "max": "242.673", "min": "241.647", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "168.346", "max": "170.709", "min": "167.722", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "118.752", "max": "123.545", "min": "117.965", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "200.919", "max": "205.549", "min": "200.532", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "217.188", "max": "217.665", "min": "216.98", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "127.575", "max": "135.978", "min": "126.13", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "205.584", "max": "207.606", "min": "204.638", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "228.416", "max": "230.028", "min": "228.003", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "128.803", "max": "130.982", "min": "128.429", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "140.908", "max": "142.79", "min": "140.185", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "179.879", "max": "180.399", "min": "179.571", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "243.757", "max": "246.231", "min": "243.178", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "268.631", "max": "270.965", "min": "268.114", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "246.546", "max": "286.734", "min": "243.691", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "232.409", "max": "234.093", "min": "231.999", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "219.945", "max": "223.458", "min": "219.205", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "201.728", "max": "204.755", "min": "201.417", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "260.318", "max": "261.162", "min": "260.098", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "154.754", "max": "156.094", "min": "154.511", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "435.592", "max": "446.674", "min": "434.179", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "201.295", "max": "202.52", "min": "201.076", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "388.995", "max": "441.193", "min": "361.817", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "253.854", "max": "257.069", "min": "253.516", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "191.802", "max": "192.573", "min": "191.543", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "194.578", "max": "196.167", "min": "194.188", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "139.93", "max": "141.097", "min": "139.586", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "261.555", "max": "261.958", "min": "261.341", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "350.296", "max": "352.288", "min": "349.903", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "190.62", "max": "195.444", "min": "190.232", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "241.697", "max": "277.666", "min": "239.413", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "293.257", "max": "411.831", "min": "114.913", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "248.029", "max": "368.222", "min": "175.195", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "187.826", "max": "216.576", "min": "185", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "232.881", "max": "234.156", "min": "232.516", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "243.669", "max": "243.897", "min": "243.463", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "203.332", "max": "204.099", "min": "202.988", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "238.567", "max": "239.148", "min": "238.375", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "284.378", "max": "438.706", "min": "206.979", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "288.56", "max": "291.67", "min": "288.221", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "159.561", "max": "354.139", "min": "148.69", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "137.625", "max": "139.018", "min": "137.303", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "134.041", "max": "135.323", "min": "133.639", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "172.481", "max": "173.852", "min": "172.038", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "175.396", "max": "176.484", "min": "174.939", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "0.065", "max": "0.167", "min": "0.035", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "285.352", "max": "288.336", "min": "284.766", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "195.352", "max": "196.016", "min": "195.032", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "229.219", "max": "230.227", "min": "228.955", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "218.058", "max": "220.579", "min": "217.771", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "412.902", "max": "414.263", "min": "412.188", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "230.39", "max": "231.335", "min": "230.094", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "199.602", "max": "201.625", "min": "199.259", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "231.758", "max": "235.827", "min": "231.213", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "229.971", "max": "231.723", "min": "229.715", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "211.179", "max": "212.712", "min": "210.967", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "170.856", "max": "171.167", "min": "170.643", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "134.983", "max": "137.082", "min": "134.734", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "194.363", "max": "194.852", "min": "193.985", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "145.886", "max": "149.949", "min": "145.35", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "132.463", "max": "135.286", "min": "131.886", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "290.625", "max": "295.038", "min": "290.212", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "133.815", "max": "135.422", "min": "133.535", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "136.992", "max": "165.123", "min": "135.671", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "237.638", "max": "238.108", "min": "237.402", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "116.46", "max": "116.672", "min": "116.322", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "106.106", "max": "106.426", "min": "105.979", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "127.937", "max": "130.568", "min": "127.098", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "269.551", "max": "270.671", "min": "269.195", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "123.473", "max": "126.042", "min": "123.157", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "108.208", "max": "109.255", "min": "107.951", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "194.907", "max": "197.616", "min": "194.528", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "286.683", "max": "287.843", "min": "286.339", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "137.849", "max": "138.432", "min": "137.484", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "332.722", "max": "383.344", "min": "324.602", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "218.856", "max": "221.323", "min": "218.452", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "336.302", "max": "411.967", "min": "329.41", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "225.462", "max": "228.441", "min": "225.159", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "413.376", "max": "415.016", "min": "412.956", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "126.839", "max": "129.565", "min": "126.406", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "186.906", "max": "189.011", "min": "186.59", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "216.994", "max": "218.205", "min": "216.721", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "210.483", "max": "210.894", "min": "210.275", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "184.894", "max": "186.594", "min": "184.552", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "259.814", "max": "262.701", "min": "259.466", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "160.328", "max": "161.754", "min": "159.948", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "205.689", "max": "207.225", "min": "205.469", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "189.478", "max": "190.374", "min": "189.045", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "127.011", "max": "130.195", "min": "126.305", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "158.936", "max": "161.732", "min": "158.605", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "125.06", "max": "126.828", "min": "124.715", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "119.134", "max": "122.855", "min": "118.428", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "148.796", "max": "157.915", "min": "148.085", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "113.824", "max": "115.333", "min": "113.447", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "141.263", "max": "142.519", "min": "140.911", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "167.738", "max": "170.105", "min": "167.206", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "151.608", "max": "152.988", "min": "151.144", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "152.101", "max": "154.513", "min": "151.726", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "101.289", "max": "104.037", "min": "100.702", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "109.645", "max": "111.94", "min": "109.295", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "176.774", "max": "176.941", "min": "176.684", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "108.983", "max": "109.829", "min": "108.71", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "140.861", "max": "141.345", "min": "140.687", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "158.309", "max": "162.798", "min": "157.772", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "112.575", "max": "115.481", "min": "111.547", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "141.843", "max": "194.975", "min": "115.824", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "116.101", "max": "116.665", "min": "115.912", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "147.792", "max": "148.59", "min": "147.435", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "137.089", "max": "140.767", "min": "136.562", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "157.327", "max": "160.962", "min": "156.642", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "123.841", "max": "127.909", "min": "123.355", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "224.025", "max": "228.044", "min": "223.491", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "144.261", "max": "145.338", "min": "144.013", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "112.672", "max": "114.161", "min": "112.393", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "117.995", "max": "118.424", "min": "117.828", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "273.562", "max": "280.144", "min": "271.649", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "165.875", "max": "168.262", "min": "165.612", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "136.141", "max": "138.033", "min": "135.756", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "126.5", "max": "127.427", "min": "126.005", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "128.211", "max": "129.906", "min": "127.517", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "343.116", "max": "349.458", "min": "342.528", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "176.579", "max": "180.127", "min": "175.629", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "160.952", "max": "169.47", "min": "123.841", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "233.538", "max": "233.906", "min": "233.34", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "130.901", "max": "131.51", "min": "130.683", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "246.774", "max": "248.456", "min": "246.251", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "266.344", "max": "267.017", "min": "265.853", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "125.612", "max": "126.207", "min": "125.277", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "179.288", "max": "180.855", "min": "178.928", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "119.417", "max": "121.409", "min": "118.882", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "127.179", "max": "129.125", "min": "126.796", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "217.389", "max": "218.025", "min": "217.145", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "215.469", "max": "216.545", "min": "215.256", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "361.602", "max": "556.524", "min": "354.637", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "196.899", "max": "198.412", "min": "196.595", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "124.916", "max": "125.354", "min": "124.751", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "201.841", "max": "203.516", "min": "201.407", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "126.819", "max": "127.396", "min": "126.587", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "340.02", "max": "346.283", "min": "339.5", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "231.177", "max": "235.658", "min": "228.273", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "132.753", "max": "133.298", "min": "132.505", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "127.13", "max": "130.54", "min": "126.395", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "273.903", "max": "277.481", "min": "272.487", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "222.044", "max": "223.741", "min": "221.451", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "330.122", "max": "330.833", "min": "329.863", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "197.552", "max": "198.906", "min": "197.015", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "171.007", "max": "171.969", "min": "170.802", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "119.375", "max": "119.997", "min": "119.192", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "120.01", "max": "120.936", "min": "119.746", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "173.048", "max": "174.247", "min": "172.602", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "193.002", "max": "196.896", "min": "192.638", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "158.862", "max": "163.38", "min": "156.884", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "271.36", "max": "272.894", "min": "270.317", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "186.998", "max": "188.297", "min": "185.804", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "164.476", "max": "165.559", "min": "164.174", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "196.287", "max": "196.51", "min": "196.045", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "136.894", "max": "140.785", "min": "136.13", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "186.127", "max": "188.619", "min": "185.502", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "354.317", "max": "354.317", "min": "354.317", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "118.664", "max": "118.889", "min": "118.537", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "122.796", "max": "123.077", "min": "122.643", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "222.445", "max": "237.505", "min": "221.352", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "148.671", "max": "157.7", "min": "139.844", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "147.677", "max": "149.309", "min": "147.461", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "199.575", "max": "206.739", "min": "199.074", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "216.27", "max": "219.732", "min": "215.604", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "203.785", "max": "204.044", "min": "203.615", "id": "133", "country": "United Arab Emirates", "source_name": "Dubai", "destination_name": "Lansing", "destination_id": "295" } } }, "201": { "name": "Ankara", "data": { "0": { "avg": "217.031", "max": "217.421", "min": "216.763", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "290.307", "max": "294.022", "min": "289.843", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "160.435", "max": "160.725", "min": "160.192", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "51.758", "max": "55.325", "min": "51.098", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "54.701", "max": "55.371", "min": "54.391", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "315.176", "max": "315.556", "min": "314.959", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "55.921", "max": "57.722", "min": "55.491", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "310.775", "max": "313.79", "min": "310.156", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "90.529", "max": "90.704", "min": "90.279", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "77.771", "max": "78.254", "min": "77.484", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "55.402", "max": "55.913", "min": "55.164", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "165.523", "max": "169.273", "min": "165.181", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "125.655", "max": "126.532", "min": "125.481", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "130.298", "max": "133.063", "min": "129.77", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "155.017", "max": "155.309", "min": "154.772", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "138.419", "max": "139.539", "min": "137.988", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "83.285", "max": "83.675", "min": "83.062", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "140.816", "max": "141.088", "min": "140.608", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "70.193", "max": "70.644", "min": "69.828", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "61.098", "max": "63.635", "min": "60.847", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "315.466", "max": "317.673", "min": "315.205", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "140.295", "max": "142.023", "min": "139.984", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "200.853", "max": "201.136", "min": "200.606", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "194.067", "max": "195.156", "min": "193.693", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "68.789", "max": "74.707", "min": "68.25", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "56.201", "max": "58.31", "min": "55.919", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "52.893", "max": "53.773", "min": "52.49", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "62.262", "max": "62.72", "min": "61.992", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "53.517", "max": "62.176", "min": "53.004", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "186.513", "max": "187", "min": "186.317", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "284.312", "max": "284.538", "min": "283.991", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "72.616", "max": "72.916", "min": "72.409", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "207.997", "max": "230.565", "min": "206.641", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "81.405", "max": "82.844", "min": "81.141", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "45.815", "max": "46.715", "min": "45.506", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "216.674", "max": "218.446", "min": "216.26", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "192.774", "max": "192.984", "min": "192.478", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "207.175", "max": "207.411", "min": "206.998", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "160.22", "max": "160.412", "min": "159.986", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "141.368", "max": "143.944", "min": "140.822", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "199.469", "max": "203.874", "min": "198.808", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "62.365", "max": "64.969", "min": "61.846", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "90.713", "max": "91.151", "min": "90.5", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "88.353", "max": "95.078", "min": "87.898", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "192.218", "max": "194.405", "min": "191.915", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "61.371", "max": "64.962", "min": "60.705", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "81.217", "max": "81.425", "min": "80.872", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "207.884", "max": "208.162", "min": "207.712", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "293.175", "max": "294.122", "min": "292.894", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "183.167", "max": "194.932", "min": "182.531", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "136.037", "max": "140.017", "min": "135.714", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "200.309", "max": "200.653", "min": "199.909", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "99.887", "max": "138.787", "min": "52.768", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "151.96", "max": "152.584", "min": "151.685", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "220.836", "max": "229.611", "min": "217.517", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "229.622", "max": "230.83", "min": "229.284", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "80.745", "max": "82.844", "min": "79.582", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "332.53", "max": "334.515", "min": "332.11", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "81.021", "max": "83.607", "min": "80.597", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "53.662", "max": "54.978", "min": "53.353", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "101.147", "max": "101.951", "min": "100.554", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "106.356", "max": "151.011", "min": "103.737", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "243.519", "max": "340.054", "min": "238.065", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "349.497", "max": "349.83", "min": "349.315", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "9.108", "max": "9.698", "min": "8.971", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "48.882", "max": "50.085", "min": "48.57", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "128.3", "max": "130.474", "min": "127.97", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "92.734", "max": "93.332", "min": "92.386", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "267.756", "max": "269.485", "min": "267.018", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "175.824", "max": "178.045", "min": "175.535", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "251.25", "max": "252.28", "min": "250.985", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "190.369", "max": "191.134", "min": "190.006", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "208.441", "max": "216.439", "min": "207.739", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "152.961", "max": "153.168", "min": "152.733", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "98.535", "max": "99.819", "min": "98.088", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "68.528", "max": "68.816", "min": "68.319", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "155.855", "max": "164.143", "min": "155.228", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "214.892", "max": "215.512", "min": "214.661", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "150.501", "max": "162.646", "min": "149.764", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "153.934", "max": "154.929", "min": "153.608", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "184.057", "max": "189.52", "min": "183.538", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "141.942", "max": "142.637", "min": "141.574", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "259.143", "max": "261.64", "min": "258.764", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "183.686", "max": "183.852", "min": "183.443", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "167.688", "max": "167.957", "min": "167.469", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "102.763", "max": "103.767", "min": "102.439", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "68.822", "max": "69.133", "min": "68.574", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "151.876", "max": "152.208", "min": "151.563", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "151.708", "max": "152.079", "min": "151.351", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "61.515", "max": "61.955", "min": "61.32", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "172.254", "max": "174.031", "min": "171.535", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "202.043", "max": "203.61", "min": "201.725", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "97.372", "max": "98.609", "min": "97.163", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "344.575", "max": "344.814", "min": "344.34", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "138.17", "max": "147.003", "min": "137.521", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "171.346", "max": "171.598", "min": "171.091", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "198.579", "max": "198.871", "min": "198.318", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "186.849", "max": "194.053", "min": "185.726", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "212.645", "max": "212.996", "min": "212.351", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "150.486", "max": "152.665", "min": "150.061", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "161.658", "max": "161.831", "min": "161.439", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "201.977", "max": "202.412", "min": "201.757", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "77.518", "max": "87.164", "min": "76.997", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "363.153", "max": "366.412", "min": "362.49", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "156.584", "max": "157.049", "min": "156.346", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "419.099", "max": "445.042", "min": "379.402", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "238.666", "max": "240.094", "min": "238.423", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "138.368", "max": "138.904", "min": "137.97", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "145.729", "max": "146.064", "min": "145.542", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "183.387", "max": "186.515", "min": "182.171", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "297.415", "max": "297.641", "min": "297.19", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "327.725", "max": "334.112", "min": "323.345", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "127.714", "max": "128.024", "min": "127.526", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "190.199", "max": "193.717", "min": "189.596", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "420.1", "max": "521.632", "min": "252.2", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "178.135", "max": "280.626", "min": "90.898", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "188.483", "max": "193.24", "min": "187.841", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "277.042", "max": "278.612", "min": "276.752", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "162.857", "max": "164.06", "min": "162.593", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "163.882", "max": "164.408", "min": "163.497", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "167.567", "max": "167.914", "min": "167.272", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "231.326", "max": "385.476", "min": "150.658", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "239.161", "max": "239.472", "min": "238.929", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "104.553", "max": "208.454", "min": "99.261", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "88.493", "max": "88.786", "min": "88.356", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "72.789", "max": "73.554", "min": "72.292", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "130.646", "max": "130.879", "min": "130.429", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "197.502", "max": "199.311", "min": "197.176", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "157.981", "max": "158.329", "min": "157.789", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "225.265", "max": "227.401", "min": "224.919", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "154.129", "max": "155.688", "min": "153.772", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "154.274", "max": "154.568", "min": "154.079", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "149.654", "max": "152.279", "min": "149.202", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "329.832", "max": "330.958", "min": "329.245", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "170.56", "max": "170.844", "min": "170.345", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "127.543", "max": "127.782", "min": "127.363", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "182.048", "max": "185.727", "min": "181.02", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "165.96", "max": "166.208", "min": "165.742", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "160.372", "max": "160.667", "min": "160.157", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "131.492", "max": "131.765", "min": "131.218", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "51.502", "max": "53.695", "min": "51.232", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "236.281", "max": "237.514", "min": "235.861", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "84.929", "max": "102.413", "min": "83.998", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "63.107", "max": "70.855", "min": "62.642", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "231.502", "max": "236.354", "min": "230.579", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "50.691", "max": "51.367", "min": "50.311", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "17.104", "max": "18.544", "min": "16.784", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "199.555", "max": "199.769", "min": "199.39", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "65.511", "max": "65.902", "min": "65.272", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "58.177", "max": "67.719", "min": "57.576", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "48.11", "max": "63.783", "min": "46.179", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "317.061", "max": "321.088", "min": "316.758", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "58.559", "max": "59.584", "min": "58.116", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "59.492", "max": "79.878", "min": "57.951", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "135.666", "max": "136.202", "min": "135.362", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "208.424", "max": "209.005", "min": "208.044", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "76.997", "max": "78.412", "min": "76.705", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "363.284", "max": "415.534", "min": "354.011", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "166.025", "max": "167.811", "min": "165.693", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "302.728", "max": "403.716", "min": "296.633", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "165.512", "max": "165.792", "min": "165.369", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "251.64", "max": "255.179", "min": "251.312", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "95.391", "max": "95.636", "min": "95.151", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "124.463", "max": "126.577", "min": "124.238", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "150.327", "max": "150.749", "min": "150.095", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "217.371", "max": "217.531", "min": "217.231", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "151.378", "max": "151.595", "min": "151.072", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "186.495", "max": "188.157", "min": "186.215", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "295.29", "max": "304.034", "min": "294.198", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "131.508", "max": "131.706", "min": "131.385", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "145.362", "max": "145.643", "min": "145.178", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "54.227", "max": "56.572", "min": "53.653", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "324.906", "max": "332.603", "min": "324.23", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "66.896", "max": "67.427", "min": "66.659", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "54.388", "max": "55.713", "min": "54.041", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "55.499", "max": "56.828", "min": "55.281", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "48.446", "max": "48.79", "min": "48.307", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "77.275", "max": "77.764", "min": "76.954", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "103.17", "max": "103.581", "min": "102.961", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "50.975", "max": "52.546", "min": "50.718", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "130.164", "max": "133.624", "min": "129.653", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "52.598", "max": "56.176", "min": "52.014", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "67.963", "max": "72.154", "min": "67.491", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "66.551", "max": "68.497", "min": "66.223", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "63.591", "max": "64.194", "min": "63.32", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "82.578", "max": "91.646", "min": "81.958", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "0.053", "max": "0.165", "min": "0.022", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "64.718", "max": "82.894", "min": "63.214", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "68.749", "max": "104.138", "min": "53.204", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "56.338", "max": "56.656", "min": "56.105", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "8.569", "max": "9.414", "min": "8.333", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "93.987", "max": "117.085", "min": "92.598", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "55.039", "max": "55.606", "min": "54.569", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "61.199", "max": "63.173", "min": "60.745", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "360.084", "max": "390.094", "min": "358.725", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "71.585", "max": "71.848", "min": "71.448", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "70.645", "max": "72.552", "min": "70.302", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "68.189", "max": "82.21", "min": "67.485", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "216.392", "max": "222.603", "min": "215.036", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "76.937", "max": "79.092", "min": "76.581", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "69.778", "max": "80.515", "min": "68.585", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "55.654", "max": "58.049", "min": "55.146", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "54.986", "max": "56.919", "min": "54.457", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "353.327", "max": "354.227", "min": "352.98", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "136.496", "max": "141.627", "min": "135.873", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "259.766", "max": "262.458", "min": "253.698", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "195.035", "max": "195.255", "min": "194.795", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "54.336", "max": "54.591", "min": "54.139", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "195.645", "max": "201.592", "min": "195.1", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "200.156", "max": "200.639", "min": "199.836", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "64.595", "max": "65.034", "min": "64.327", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "16.947", "max": "17.163", "min": "16.856", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "68.482", "max": "71.411", "min": "67.762", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "56.519", "max": "59.12", "min": "55.877", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "151.242", "max": "151.465", "min": "151.069", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "162.426", "max": "162.683", "min": "162.228", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "379.964", "max": "382.405", "min": "375.515", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "140.893", "max": "141.386", "min": "140.601", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "74.154", "max": "74.612", "min": "73.767", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "131.767", "max": "139.329", "min": "131.325", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "55.749", "max": "55.963", "min": "55.461", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "263.467", "max": "264.347", "min": "263.181", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "167.743", "max": "171.068", "min": "164.826", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "85.366", "max": "85.618", "min": "85.16", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "83.999", "max": "85.694", "min": "83.012", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "203.551", "max": "206.875", "min": "202.297", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "353.536", "max": "356.079", "min": "353.004", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "299.674", "max": "300.256", "min": "299.431", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "130.154", "max": "131.896", "min": "129.772", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "80.135", "max": "80.387", "min": "79.921", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "58.843", "max": "59.068", "min": "58.621", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "69.248", "max": "86.779", "min": "68.439", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "150.739", "max": "155.16", "min": "150.07", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "138.539", "max": "138.88", "min": "138.198", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "101.287", "max": "112.396", "min": "99.168", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "225.896", "max": "229.691", "min": "225.056", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "151.006", "max": "152.454", "min": "149.941", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "98.497", "max": "99.151", "min": "98.193", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "150.956", "max": "159.286", "min": "150.41", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "84.213", "max": "88.582", "min": "83.342", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "223.617", "max": "224.056", "min": "223.383", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "240.135", "max": "240.135", "min": "240.135", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "67.762", "max": "67.947", "min": "67.572", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "57.38", "max": "57.485", "min": "57.262", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "173.559", "max": "173.983", "min": "173.243", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "78.851", "max": "93.054", "min": "70.481", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "64.53", "max": "64.906", "min": "64.33", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "220.635", "max": "223.86", "min": "220.171", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "104.084", "max": "105.051", "min": "103.67", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "154.387", "max": "154.557", "min": "154.119", "id": "201", "country": "Turkey", "source_name": "Ankara", "destination_name": "Lansing", "destination_id": "295" } } }, "205": { "name": "Bursa", "data": { "0": { "avg": "222.775", "max": "223.004", "min": "222.598", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "289.147", "max": "293.611", "min": "288.668", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "148.061", "max": "148.322", "min": "147.904", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "65.19", "max": "67.838", "min": "64.769", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "56.368", "max": "57.285", "min": "56.08", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "320.324", "max": "321.903", "min": "320.051", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "55.499", "max": "55.679", "min": "55.318", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "325.955", "max": "338.223", "min": "324.777", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "94.107", "max": "94.548", "min": "93.938", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "79.717", "max": "84.089", "min": "79.294", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "63.736", "max": "64.394", "min": "63.501", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "175.112", "max": "175.772", "min": "174.856", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "133.244", "max": "135.207", "min": "132.949", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "134.361", "max": "135.213", "min": "134.153", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "166.155", "max": "166.616", "min": "165.979", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "137.218", "max": "137.415", "min": "137.138", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "71.006", "max": "71.275", "min": "70.736", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "138.982", "max": "139.972", "min": "138.767", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "74.259", "max": "74.574", "min": "74.003", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "48.567", "max": "51.287", "min": "48.359", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "327.119", "max": "327.315", "min": "326.968", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "149.643", "max": "150.031", "min": "149.326", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "196.443", "max": "197.68", "min": "196.252", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "201.236", "max": "203.652", "min": "200.944", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "65.85", "max": "67.129", "min": "65.618", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "55.173", "max": "55.407", "min": "54.988", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "53.512", "max": "54.602", "min": "53.166", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "82.609", "max": "87.325", "min": "82.269", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "47.115", "max": "47.404", "min": "46.931", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "208.241", "max": "209.232", "min": "207.9", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "212.754", "max": "212.869", "min": "212.619", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "70.777", "max": "71.308", "min": "70.603", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "200.042", "max": "200.748", "min": "199.779", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "70.477", "max": "70.602", "min": "70.323", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "65.368", "max": "69.351", "min": "64.966", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "210.095", "max": "212.229", "min": "209.637", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "184.145", "max": "184.43", "min": "183.976", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "201.642", "max": "202.148", "min": "201.495", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "156.602", "max": "156.82", "min": "156.348", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "136.4", "max": "140.539", "min": "136.006", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "208.725", "max": "212.123", "min": "208.049", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "64.843", "max": "70.683", "min": "64.159", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "105.854", "max": "108.631", "min": "105.552", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "87.193", "max": "89.513", "min": "86.918", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "222.693", "max": "223.172", "min": "222.554", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "61.695", "max": "62.349", "min": "61.315", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "85.257", "max": "86.019", "min": "85.017", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "208.352", "max": "208.705", "min": "208.13", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "302.579", "max": "310.087", "min": "302.077", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "163.013", "max": "166.118", "min": "161.275", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "155.348", "max": "155.961", "min": "155.153", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "205.049", "max": "205.782", "min": "204.698", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "100.144", "max": "112.391", "min": "85.763", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "155.803", "max": "156.084", "min": "155.561", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "206.475", "max": "225.032", "min": "198.103", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "230.45", "max": "231.748", "min": "230.082", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "92.451", "max": "94.65", "min": "91.41", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "336.973", "max": "337.214", "min": "336.839", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "109.031", "max": "111.679", "min": "108.605", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "53.503", "max": "53.996", "min": "53.251", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "99.609", "max": "100.76", "min": "99.01", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "98.794", "max": "140.197", "min": "95.612", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "244.411", "max": "341.795", "min": "231.487", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "349.864", "max": "350.155", "min": "349.736", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "8.405", "max": "10.924", "min": "8.054", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.799", "max": "47.287", "min": "46.454", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "123.827", "max": "124.067", "min": "123.66", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "87.792", "max": "88.395", "min": "87.413", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "259.892", "max": "261.204", "min": "259.408", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "171.393", "max": "173.395", "min": "171.052", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "254.109", "max": "255.01", "min": "253.925", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "188.488", "max": "189.213", "min": "188.203", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "211.533", "max": "211.874", "min": "211.365", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "161.756", "max": "168.305", "min": "161.332", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "105.487", "max": "106.458", "min": "105.206", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "74.881", "max": "75.037", "min": "74.754", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "153.384", "max": "153.639", "min": "153.261", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "207.574", "max": "208.224", "min": "207.376", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "149.847", "max": "157.621", "min": "149.315", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "159.646", "max": "159.944", "min": "159.49", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "186.387", "max": "186.776", "min": "186.156", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "162.234", "max": "162.611", "min": "161.921", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "284.985", "max": "288.088", "min": "284.48", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "241.139", "max": "241.593", "min": "240.9", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "179.609", "max": "179.83", "min": "179.385", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "107.808", "max": "109.493", "min": "107.424", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "78.733", "max": "85.214", "min": "78.251", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "153.592", "max": "154.334", "min": "153.409", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "151.575", "max": "151.828", "min": "151.343", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "67.018", "max": "67.712", "min": "66.838", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "174.244", "max": "175.969", "min": "173.501", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "198.819", "max": "199.185", "min": "198.515", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "83.565", "max": "83.802", "min": "83.428", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "342.628", "max": "346.336", "min": "342.231", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "136.085", "max": "136.755", "min": "135.893", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "175.538", "max": "180.201", "min": "174.985", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "200.92", "max": "211.513", "min": "200.101", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "186.281", "max": "207.036", "min": "184.597", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "201.014", "max": "201.72", "min": "200.868", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "150.515", "max": "151.984", "min": "150.262", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "170.515", "max": "174.37", "min": "170.263", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "193.279", "max": "202.451", "min": "192.712", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "70.595", "max": "72.908", "min": "70.218", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "362.385", "max": "368.189", "min": "361.63", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "161.599", "max": "162.032", "min": "161.296", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "424.681", "max": "450.989", "min": "388.143", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "217.021", "max": "220.075", "min": "216.6", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "130.892", "max": "131.095", "min": "130.711", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "150.258", "max": "150.43", "min": "150.028", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "231.926", "max": "232.451", "min": "231.762", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "317.333", "max": "317.49", "min": "317.156", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "336.412", "max": "348.66", "min": "326.416", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "148.608", "max": "148.808", "min": "148.465", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "177.396", "max": "233.528", "min": "174.877", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "441.021", "max": "557.114", "min": "271.663", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "179.395", "max": "289.307", "min": "97.124", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "204.718", "max": "206.114", "min": "204.266", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "289.013", "max": "290.008", "min": "288.76", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "165.287", "max": "166.186", "min": "165.091", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "158.125", "max": "158.571", "min": "157.9", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "162.316", "max": "162.736", "min": "162.062", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "246.713", "max": "397.06", "min": "170.536", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "235.567", "max": "236.057", "min": "235.37", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "94.853", "max": "129.021", "min": "91.615", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "87.828", "max": "93.347", "min": "87.471", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "72.328", "max": "73.289", "min": "71.718", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "136.468", "max": "147.236", "min": "126.257", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "196.673", "max": "197.294", "min": "196.461", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "147.61", "max": "148.155", "min": "147.322", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "225.435", "max": "228.173", "min": "225.038", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "150.923", "max": "156.432", "min": "150.49", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "152.15", "max": "152.503", "min": "151.926", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "146.387", "max": "146.577", "min": "146.157", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "326.901", "max": "327.767", "min": "326.224", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "174.922", "max": "175.996", "min": "174.719", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "130.249", "max": "130.557", "min": "129.981", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "187.831", "max": "202.403", "min": "186.112", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "174.747", "max": "174.855", "min": "174.624", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "163.803", "max": "164.258", "min": "163.632", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "128.656", "max": "128.836", "min": "128.421", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "53.501", "max": "53.676", "min": "53.384", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "269.888", "max": "276.685", "min": "269.027", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "89.529", "max": "96.427", "min": "89.077", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "60.039", "max": "60.54", "min": "59.786", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "234.037", "max": "239.424", "min": "233.419", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "55.372", "max": "57.605", "min": "54.897", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "18.505", "max": "22.83", "min": "18.15", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "199.776", "max": "200.38", "min": "199.396", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "65.124", "max": "65.366", "min": "64.933", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "69.845", "max": "73.461", "min": "69.486", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "45.32", "max": "53.824", "min": "43.873", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "318.873", "max": "319.025", "min": "318.698", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "59.708", "max": "62.383", "min": "58.862", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "78.802", "max": "100.66", "min": "77.17", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "140.036", "max": "140.566", "min": "139.803", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "210.19", "max": "216.036", "min": "209.394", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "88.506", "max": "91.318", "min": "87.969", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "355.278", "max": "403.655", "min": "346.332", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "169.444", "max": "169.864", "min": "169.111", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "314.677", "max": "421.997", "min": "308.632", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "174.085", "max": "174.295", "min": "173.927", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "249.833", "max": "250.343", "min": "249.69", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "84.98", "max": "85.484", "min": "84.594", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "127.831", "max": "128.359", "min": "127.549", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "159.607", "max": "161.922", "min": "159.252", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "211.794", "max": "212.149", "min": "211.61", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "163.953", "max": "164.334", "min": "163.635", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "180.564", "max": "180.928", "min": "180.312", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "296.876", "max": "300.846", "min": "296.308", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "136.164", "max": "136.342", "min": "136.018", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "149.356", "max": "149.827", "min": "149.242", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "64.977", "max": "66.464", "min": "64.597", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "331.689", "max": "332.181", "min": "331.501", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "64.133", "max": "66.76", "min": "63.814", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "69.636", "max": "78.26", "min": "68.881", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "50.305", "max": "50.444", "min": "50.148", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "39.64", "max": "50.887", "min": "39.078", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "71.008", "max": "71.734", "min": "70.746", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "98.848", "max": "100.368", "min": "98.561", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "48.668", "max": "48.906", "min": "48.507", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "129.671", "max": "137.612", "min": "129.148", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "79.639", "max": "80.205", "min": "79.36", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "72.086", "max": "74.641", "min": "71.78", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "64.939", "max": "65.245", "min": "64.774", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "57.958", "max": "58.123", "min": "57.831", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "77.318", "max": "77.816", "min": "77.109", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "8.39", "max": "8.541", "min": "8.292", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "66.351", "max": "108.237", "min": "63.947", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "81.183", "max": "139.371", "min": "56.242", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "76.628", "max": "81.942", "min": "76.326", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "0.04", "max": "0.049", "min": "0.027", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "88.713", "max": "103.378", "min": "87.372", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "70.674", "max": "71.265", "min": "70.151", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "57.704", "max": "59.908", "min": "57.349", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.443", "max": "353.596", "min": "353.313", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "65.06", "max": "65.6", "min": "64.845", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "66.076", "max": "66.312", "min": "65.901", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "66.892", "max": "67.353", "min": "66.767", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "209.079", "max": "216.213", "min": "207.386", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "75.152", "max": "75.287", "min": "75.025", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "82.695", "max": "86.406", "min": "82.372", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "57.198", "max": "57.477", "min": "56.965", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "56.729", "max": "57.518", "min": "56.514", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.371", "max": "352.91", "min": "335.431", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "136.196", "max": "141.02", "min": "135.487", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "266.886", "max": "270.241", "min": "261.67", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "205.859", "max": "212.566", "min": "205.457", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "52.537", "max": "52.849", "min": "52.343", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "191.773", "max": "192.315", "min": "191.428", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "214.318", "max": "215.576", "min": "213.866", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "58.546", "max": "58.998", "min": "58.279", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "15.613", "max": "17.37", "min": "15.386", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "61.301", "max": "62.535", "min": "60.803", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "58.355", "max": "62.367", "min": "57.826", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "169.16", "max": "182.172", "min": "166.934", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "168.897", "max": "181.853", "min": "168.232", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "366.678", "max": "446.679", "min": "363.046", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "141.793", "max": "142.197", "min": "141.643", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "71.908", "max": "72.303", "min": "71.632", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "133.412", "max": "133.661", "min": "133.273", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "59.89", "max": "60.66", "min": "59.713", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "282.84", "max": "805.339", "min": "263.033", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "164.59", "max": "168.186", "min": "161.937", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "94.006", "max": "94.359", "min": "93.812", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "78.852", "max": "82.28", "min": "78.106", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "192.271", "max": "197.002", "min": "190.994", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "341.571", "max": "342.699", "min": "341.045", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "298.444", "max": "298.766", "min": "298.257", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "129.61", "max": "130.221", "min": "129.376", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "77.354", "max": "77.752", "min": "77.145", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "58.004", "max": "58.131", "min": "57.867", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "68.475", "max": "69.075", "min": "68.268", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "144.377", "max": "147.747", "min": "143.903", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "138.911", "max": "146.216", "min": "138.457", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "113.556", "max": "121.987", "min": "111.946", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "223.996", "max": "226.343", "min": "223.097", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "148.875", "max": "151.116", "min": "147.687", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "112.185", "max": "114.306", "min": "111.914", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "155.737", "max": "156.393", "min": "155.56", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "88.173", "max": "91.174", "min": "87.823", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "220.2", "max": "220.433", "min": "219.973", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "246.149", "max": "246.149", "min": "246.149", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "76.977", "max": "77.134", "min": "76.85", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "53.719", "max": "57.138", "min": "53.316", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "165.566", "max": "166.81", "min": "165.357", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "81.63", "max": "89.442", "min": "74.961", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "57.318", "max": "59.889", "min": "57.032", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "246.563", "max": "248.272", "min": "245.866", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "82.243", "max": "84.791", "min": "81.744", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "154.453", "max": "159.687", "min": "154.092", "id": "205", "country": "Turkey", "source_name": "Bursa", "destination_name": "Lansing", "destination_id": "295" } } }, "227": { "name": "Izmir", "data": { "0": { "avg": "270.157", "max": "270.47", "min": "269.936", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "324.306", "max": "358.607", "min": "318.363", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "151.981", "max": "156.375", "min": "151.436", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "30.561", "max": "36.405", "min": "29.934", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "57.534", "max": "58.397", "min": "57.304", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "294.413", "max": "300.551", "min": "293.849", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "54.5", "max": "54.858", "min": "54.312", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "323.065", "max": "331.974", "min": "321.612", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "87.163", "max": "90.374", "min": "86.507", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "74.417", "max": "77.867", "min": "73.896", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "65.138", "max": "82.055", "min": "63.712", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "173.189", "max": "193.837", "min": "172.131", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "132.128", "max": "135.086", "min": "131.852", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "127.824", "max": "128.619", "min": "127.612", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "172.625", "max": "210.954", "min": "170.897", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "140.811", "max": "160.564", "min": "138.901", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "81.746", "max": "83.041", "min": "81.423", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "159.116", "max": "179.624", "min": "152.132", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "78.528", "max": "78.928", "min": "78.325", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.275", "max": "46.397", "min": "37.66", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "343.134", "max": "344.936", "min": "342.965", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "152.398", "max": "152.467", "min": "152.346", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "203.458", "max": "205.354", "min": "203.14", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "205.735", "max": "216.589", "min": "205.083", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "73.907", "max": "75.679", "min": "73.471", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "56.271", "max": "56.403", "min": "56.213", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "65.871", "max": "89.081", "min": "63.766", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "68.245", "max": "70.84", "min": "67.767", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "57.478", "max": "57.668", "min": "57.269", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "188.087", "max": "188.53", "min": "187.753", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "289.048", "max": "298.491", "min": "288.134", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "43.361", "max": "45.877", "min": "42.979", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "211.084", "max": "219.022", "min": "210.352", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "79.99", "max": "102.308", "min": "79.115", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "49.023", "max": "59.423", "min": "48.068", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "215.988", "max": "218.978", "min": "215.618", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "202.71", "max": "236.175", "min": "201.365", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "189.573", "max": "190.91", "min": "189.37", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "166.396", "max": "168.177", "min": "166.157", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "2013.37", "max": "5559.99", "min": "144.548", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "208.601", "max": "210.548", "min": "208.207", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "64.33", "max": "67.892", "min": "63.858", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "96.768", "max": "117.797", "min": "95.245", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "87.812", "max": "90.958", "min": "87.445", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "227.057", "max": "228.766", "min": "226.637", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "59.26", "max": "59.86", "min": "58.89", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "70.494", "max": "71.859", "min": "70.322", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "215.004", "max": "253.39", "min": "210.523", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "282.837", "max": "284.64", "min": "281.241", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "175.238", "max": "183.953", "min": "174.402", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "133.785", "max": "142.895", "min": "133.212", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "207.566", "max": "227.891", "min": "205.025", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "85.598", "max": "153.851", "min": "65.863", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "174.368", "max": "175.182", "min": "174.226", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "217.298", "max": "224.828", "min": "214.035", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "251.181", "max": "252.287", "min": "250.918", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "76.994", "max": "95.513", "min": "74.658", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "363.853", "max": "363.94", "min": "363.807", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "72.466", "max": "74.771", "min": "72.229", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "55.48", "max": "80.007", "min": "52.147", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "109.656", "max": "110.465", "min": "109.152", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "114.209", "max": "151.737", "min": "111.783", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "232.227", "max": "296.073", "min": "222.69", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "322.416", "max": "329.1", "min": "321.862", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "10.753", "max": "10.971", "min": "10.627", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "22.409", "max": "22.944", "min": "22.301", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "138.91", "max": "145.176", "min": "138.469", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "26.875", "max": "56.209", "min": "19.913", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "268.771", "max": "270.073", "min": "267.981", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "182.09", "max": "183.117", "min": "181.972", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "239.356", "max": "240.556", "min": "239.048", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "206.867", "max": "227.427", "min": "205.369", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "214.668", "max": "344.951", "min": "209.484", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "153.746", "max": "154.392", "min": "153.58", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "111.086", "max": "122.614", "min": "109.572", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "67.592", "max": "73.244", "min": "67.044", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "147.14", "max": "147.469", "min": "147.034", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "207.113", "max": "210.293", "min": "206.78", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "151.228", "max": "153.635", "min": "150.872", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "159.286", "max": "159.778", "min": "159.197", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "214.728", "max": "216.069", "min": "214.551", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "151.564", "max": "153.648", "min": "151.196", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "278.123", "max": "307.128", "min": "276.829", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "207.811", "max": "210.219", "min": "207.403", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "196.965", "max": "202.558", "min": "196.12", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "76.013", "max": "95.451", "min": "74.844", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "72.668", "max": "74.391", "min": "72.294", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "162.734", "max": "171.507", "min": "162.097", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "160.895", "max": "176.874", "min": "159.765", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "67.003", "max": "75.705", "min": "65.776", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "169.074", "max": "176.811", "min": "167.69", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "213.011", "max": "218.196", "min": "212.441", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "94.033", "max": "123.197", "min": "83.355", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "343.844", "max": "368.851", "min": "340.877", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "145.388", "max": "145.82", "min": "145.258", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "181.337", "max": "187.071", "min": "180.683", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "203.264", "max": "204.76", "min": "202.813", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "200.865", "max": "207.51", "min": "199.584", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "205.083", "max": "213.776", "min": "204.569", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "154.655", "max": "170.857", "min": "153.026", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "167.166", "max": "167.362", "min": "167.106", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "209.581", "max": "209.697", "min": "209.439", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "74.866", "max": "75.274", "min": "74.721", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "360.731", "max": "362.658", "min": "360.011", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "163.253", "max": "203.411", "min": "161.123", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "372.223", "max": "385.036", "min": "334.743", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "218.338", "max": "223.708", "min": "217.58", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "133.793", "max": "134.143", "min": "133.502", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "163.267", "max": "163.633", "min": "163.164", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "188.101", "max": "188.81", "min": "187.708", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "352.417", "max": "355.908", "min": "352.119", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "333.85", "max": "344.324", "min": "333.065", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "134.951", "max": "178.42", "min": "132.466", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "189.714", "max": "199.159", "min": "189.064", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "412.429", "max": "526.761", "min": "240.047", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "126.635", "max": "211.886", "min": "38.898", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "210.743", "max": "211.733", "min": "210.239", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "298.64", "max": "313.853", "min": "297.28", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "169.957", "max": "170.47", "min": "169.755", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "187.998", "max": "189.059", "min": "187.675", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "176.118", "max": "176.297", "min": "175.958", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "239.396", "max": "394.212", "min": "161.528", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "237.565", "max": "250.973", "min": "235.224", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "88.2", "max": "200.17", "min": "82.779", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "84.23", "max": "87.952", "min": "83.778", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "59.754", "max": "72.401", "min": "58.035", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "135.863", "max": "137.019", "min": "135.595", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "201.798", "max": "205.554", "min": "201.307", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "179.161", "max": "183.466", "min": "178.793", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "238.126", "max": "261.94", "min": "236.094", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "159.949", "max": "166.662", "min": "159.068", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "161.971", "max": "162.342", "min": "161.764", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "174.174", "max": "174.665", "min": "174.07", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "342.289", "max": "375.993", "min": "337.894", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "184.086", "max": "191.372", "min": "183.513", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "133.507", "max": "143.881", "min": "132.325", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "185.148", "max": "198.49", "min": "183.469", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "173.287", "max": "173.981", "min": "173", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "158.905", "max": "159.377", "min": "158.834", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "137.286", "max": "137.885", "min": "137.116", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "30.13", "max": "31.253", "min": "29.977", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "230.667", "max": "233.086", "min": "230.139", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "86.336", "max": "97.873", "min": "85.524", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "63.732", "max": "66.709", "min": "63.334", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "243.959", "max": "249.096", "min": "243.273", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "54.163", "max": "55.349", "min": "53.809", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "20.37", "max": "36.932", "min": "18.864", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "193.097", "max": "193.651", "min": "192.867", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "68.001", "max": "102.399", "min": "62.92", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "65.433", "max": "65.895", "min": "65.345", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "61.798", "max": "79.262", "min": "59.227", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "339.8", "max": "341.629", "min": "339.323", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "47.263", "max": "49.1", "min": "47.015", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "61.433", "max": "61.617", "min": "61.236", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "138.792", "max": "140.488", "min": "138.263", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "222.503", "max": "231.114", "min": "221.683", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "71.536", "max": "72.624", "min": "71.264", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "364.5", "max": "403.17", "min": "356.442", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "180.46", "max": "180.738", "min": "180.365", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "299.212", "max": "383.547", "min": "290.715", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "173.724", "max": "175.762", "min": "173.526", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "441.067", "max": "441.324", "min": "440.724", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "82.751", "max": "94.034", "min": "82.028", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "132.509", "max": "133.415", "min": "132.272", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "144.217", "max": "145.75", "min": "143.886", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "216.65", "max": "217.121", "min": "216.416", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "164.492", "max": "166.177", "min": "163.991", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "188.223", "max": "188.566", "min": "188.033", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "361.942", "max": "371.17", "min": "345.364", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "135.046", "max": "136.619", "min": "134.892", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "152.652", "max": "152.898", "min": "152.584", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "75.716", "max": "94.283", "min": "74.645", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "175.359", "max": "195.286", "min": "173.285", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "68.399", "max": "71.253", "min": "68.161", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "60.124", "max": "68.97", "min": "59.584", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "68.79", "max": "69.128", "min": "68.69", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "62.414", "max": "64.691", "min": "62.116", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "66.194", "max": "66.563", "min": "66.014", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "113.444", "max": "115.427", "min": "113.152", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "37.536", "max": "49.957", "min": "36.923", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "125.126", "max": "125.365", "min": "124.913", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "42.883", "max": "45.791", "min": "42.22", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "56.322", "max": "57.855", "min": "56.037", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "65.273", "max": "65.534", "min": "65.075", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "65.588", "max": "73.863", "min": "64.916", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "65.631", "max": "66.841", "min": "65.367", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "16.952", "max": "17.37", "min": "16.772", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "64.606", "max": "86.695", "min": "57.576", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "79.278", "max": "132.94", "min": "50.635", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "74.179", "max": "75.632", "min": "73.924", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "15.54", "max": "16.447", "min": "15.41", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "97.125", "max": "117.081", "min": "95.978", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "70.461", "max": "73.164", "min": "69.898", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "70.453", "max": "75.653", "min": "70.101", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "306.66", "max": "307.075", "min": "306.454", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "72.801", "max": "83.962", "min": "71.994", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "42.55", "max": "43.711", "min": "42.322", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "54.939", "max": "59.89", "min": "54.632", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "222.209", "max": "233.219", "min": "220.419", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "48.437", "max": "178.672", "min": "36.406", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "63.415", "max": "64.055", "min": "63.247", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "62.499", "max": "79.438", "min": "60.893", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "63.633", "max": "74.997", "min": "62.254", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "359.969", "max": "374.333", "min": "359.107", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "138.425", "max": "159.125", "min": "136.549", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "273.612", "max": "291.728", "min": "255.728", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "194.166", "max": "195.231", "min": "193.87", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "57.833", "max": "62.03", "min": "57.339", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "207.036", "max": "213.115", "min": "201.365", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "214.315", "max": "216.533", "min": "213.747", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "58.81", "max": "59.148", "min": "58.633", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "0.035", "max": "0.051", "min": "0.032", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "65.42", "max": "68.303", "min": "64.902", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "66.712", "max": "67.75", "min": "66.559", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "151.915", "max": "157.155", "min": "151.396", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "163.335", "max": "184.919", "min": "160.627", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "301.359", "max": "303.025", "min": "301.008", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "132.562", "max": "132.693", "min": "132.526", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "78.591", "max": "83.597", "min": "78.172", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "133.153", "max": "145.413", "min": "130.636", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "49.105", "max": "49.235", "min": "49.019", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "284.29", "max": "747.937", "min": "247.486", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "176.86", "max": "179.67", "min": "174.395", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "82.599", "max": "105.464", "min": "78.772", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "68.978", "max": "73.734", "min": "68.176", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "204.487", "max": "209.436", "min": "203.217", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "158.52", "max": "193.552", "min": "156.216", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "301.382", "max": "306.091", "min": "300.768", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "69.364", "max": "73.171", "min": "68.944", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "87.85", "max": "116.154", "min": "84.655", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "64.782", "max": "64.964", "min": "64.599", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "63.105", "max": "64.655", "min": "62.786", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "137.465", "max": "142.227", "min": "136.836", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "142.938", "max": "149.13", "min": "142.422", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "128.19", "max": "135.615", "min": "125.521", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "237.434", "max": "239.056", "min": "236.793", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "154.585", "max": "156.083", "min": "153.462", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "100.413", "max": "100.738", "min": "100.293", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "166.617", "max": "180.145", "min": "165.791", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "76.092", "max": "80.271", "min": "75.679", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "221.729", "max": "239.057", "min": "220.759", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "246.264", "max": "246.264", "min": "246.264", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "75.233", "max": "75.4", "min": "75.185", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "65.921", "max": "66.42", "min": "65.757", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "161.581", "max": "162.566", "min": "161.302", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "87.59", "max": "102.266", "min": "79.889", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "24.049", "max": "24.25", "min": "23.94", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "233.505", "max": "264.084", "min": "230.641", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "96.892", "max": "1096.11", "min": "51.465", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "162.266", "max": "201.245", "min": "160.497", "id": "227", "country": "Turkey", "source_name": "Izmir", "destination_name": "Lansing", "destination_id": "295" } } }, "241": { "name": "Algiers", "data": { "0": { "avg": "216.761", "max": "217.684", "min": "216.102", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "275.166", "max": "276.774", "min": "274.51", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "146.028", "max": "175.03", "min": "143.607", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "44.942", "max": "51.966", "min": "43.677", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "30.577", "max": "32.149", "min": "29.852", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "240.651", "max": "242.82", "min": "240.054", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "47.223", "max": "48.257", "min": "46.559", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "284.566", "max": "287.347", "min": "283.605", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "84.532", "max": "87.962", "min": "83.467", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "67.134", "max": "70.94", "min": "66.149", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "39.641", "max": "42.734", "min": "38.816", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "162.826", "max": "166.731", "min": "161.836", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "103.138", "max": "123.127", "min": "101.596", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "122.869", "max": "161.139", "min": "120.238", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "140.675", "max": "246.796", "min": "136.283", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "113.771", "max": "115.744", "min": "112.574", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "52.291", "max": "70.373", "min": "50.665", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "121.526", "max": "122.24", "min": "120.762", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "47.083", "max": "47.649", "min": "46.383", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "50.799", "max": "51.753", "min": "50.227", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "290.868", "max": "292.527", "min": "290.274", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "123.002", "max": "123.53", "min": "122.198", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "175.398", "max": "217.433", "min": "171.456", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "178.056", "max": "195.603", "min": "176.328", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "65.69", "max": "66.262", "min": "64.987", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "53.755", "max": "54.865", "min": "53.154", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "34.113", "max": "55.448", "min": "31.854", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "63.034", "max": "63.711", "min": "62.328", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "34.924", "max": "64.465", "min": "32.842", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "186.262", "max": "187.05", "min": "185.463", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "282.069", "max": "282.77", "min": "281.446", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "62.349", "max": "77.633", "min": "60.907", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "177.045", "max": "204.989", "min": "174.682", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "77.182", "max": "103.754", "min": "74.927", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "38.457", "max": "66.649", "min": "36.719", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "189.436", "max": "218.985", "min": "186.11", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.132", "max": "173.758", "min": "172.495", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "208.82", "max": "234.082", "min": "207.359", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "151.693", "max": "154.024", "min": "150.804", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "126.025", "max": "129.832", "min": "125.143", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "187.333", "max": "198.308", "min": "185.849", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "48.794", "max": "51.457", "min": "47.561", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "73.035", "max": "89.852", "min": "71.998", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "62.065", "max": "72.365", "min": "60.784", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "299.113", "max": "347.729", "min": "296.895", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "69.247", "max": "72.933", "min": "68.207", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "70.235", "max": "71.23", "min": "69.509", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "182.388", "max": "184.517", "min": "181.764", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "286.727", "max": "307.215", "min": "284.256", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "153.127", "max": "154.143", "min": "152.456", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "113.867", "max": "130.757", "min": "112.488", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "174.478", "max": "175.018", "min": "173.572", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "49.094", "max": "65.148", "min": "36.386", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "134.782", "max": "136.681", "min": "134.033", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "153.537", "max": "159.119", "min": "150.283", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "392.182", "max": "394.608", "min": "391.49", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "55.196", "max": "56.891", "min": "54.168", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "323.739", "max": "340.755", "min": "321.912", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "46.757", "max": "62.732", "min": "45.5", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "37.535", "max": "39.181", "min": "36.904", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "71.91", "max": "73.449", "min": "70.845", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "105.418", "max": "148.124", "min": "100.33", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "289.883", "max": "315.045", "min": "286.074", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "396.409", "max": "396.762", "min": "395.735", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "66.959", "max": "68.319", "min": "66.302", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "64.796", "max": "66.149", "min": "64.15", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "104.027", "max": "105.174", "min": "103.526", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "69.146", "max": "78.589", "min": "67.816", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "233.494", "max": "235.909", "min": "232.079", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "146.787", "max": "150.01", "min": "145.629", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "333.884", "max": "334.4", "min": "333.339", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "171.258", "max": "173.075", "min": "170.389", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "196.649", "max": "198.687", "min": "196.116", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "135.248", "max": "136.089", "min": "134.436", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "90.855", "max": "91.647", "min": "90.326", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "50.886", "max": "70.841", "min": "49.503", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "119.657", "max": "120.295", "min": "119.035", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "186.497", "max": "191.785", "min": "185.411", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "124.346", "max": "136.603", "min": "123.098", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "136.505", "max": "137.206", "min": "136.014", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "178.745", "max": "181.085", "min": "178.103", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "125.573", "max": "126.875", "min": "124.754", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "339.831", "max": "344.294", "min": "338.35", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "288.03", "max": "291.983", "min": "287.265", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "179.621", "max": "181.65", "min": "179", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "63.47", "max": "83.285", "min": "61.914", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "47.92", "max": "69.518", "min": "45.794", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "134.488", "max": "152.459", "min": "132.804", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "129.465", "max": "130.119", "min": "128.946", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "51.928", "max": "59.585", "min": "50.491", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "136.891", "max": "157.225", "min": "133.934", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "188.733", "max": "191.88", "min": "187.989", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "37.319", "max": "64.882", "min": "35.952", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "337.96", "max": "367.225", "min": "335.197", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "109.721", "max": "112.095", "min": "109.145", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "139.486", "max": "153.797", "min": "137.839", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "189.189", "max": "192.339", "min": "188.535", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "173.296", "max": "181.523", "min": "172.119", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "170.79", "max": "171.672", "min": "170.312", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "120.423", "max": "124.315", "min": "119.422", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "174.194", "max": "174.845", "min": "173.502", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "184.818", "max": "187.212", "min": "183.978", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "95.889", "max": "110.905", "min": "94.23", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "334.12", "max": "346.538", "min": "332.967", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "129.871", "max": "130.481", "min": "129.357", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "336.002", "max": "368.272", "min": "322.793", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "194.63", "max": "197.914", "min": "193.928", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "118.555", "max": "119.663", "min": "117.993", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "130.881", "max": "132.349", "min": "130.044", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "309.757", "max": "311.106", "min": "309.041", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "383.466", "max": "384.434", "min": "382.946", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "325.092", "max": "356.719", "min": "321.727", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "114.752", "max": "135.419", "min": "113.5", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "148.524", "max": "167.851", "min": "146.861", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "372.458", "max": "480.629", "min": "189.743", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.244", "max": "291.053", "min": "97.234", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "200.269", "max": "223.107", "min": "198.642", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "269.222", "max": "288.072", "min": "267.478", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "143.181", "max": "165.438", "min": "141.89", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "144.344", "max": "145.234", "min": "143.509", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "148.925", "max": "149.864", "min": "148.294", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "208.5", "max": "385.741", "min": "128.453", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "238.635", "max": "239.67", "min": "237.714", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "73.801", "max": "96.934", "min": "70.515", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "75.037", "max": "75.753", "min": "74.063", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "66.333", "max": "111.235", "min": "61.814", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "113.438", "max": "117.361", "min": "108.35", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "209.833", "max": "228.891", "min": "207.243", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "127.133", "max": "128.335", "min": "126.326", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "206.463", "max": "234.038", "min": "205.014", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "138.772", "max": "158.591", "min": "137.466", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "133.378", "max": "154.984", "min": "131.661", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "137.246", "max": "138.664", "min": "136.295", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "309.286", "max": "312.159", "min": "308.35", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "169.656", "max": "170.698", "min": "168.886", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "101.76", "max": "102.269", "min": "101.058", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "163.094", "max": "175.843", "min": "161.591", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "147.882", "max": "148.444", "min": "147.322", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "129.623", "max": "130.617", "min": "129.074", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "105.704", "max": "107.241", "min": "104.883", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "45.113", "max": "49.171", "min": "43.83", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "358.156", "max": "360.848", "min": "357.419", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "96.76", "max": "119.028", "min": "95.03", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "72.952", "max": "73.801", "min": "72.338", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "230.966", "max": "246.884", "min": "229.643", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "42.511", "max": "45.171", "min": "41.775", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "58.672", "max": "80.145", "min": "57.005", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "192.505", "max": "194.904", "min": "191.611", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "40.125", "max": "41.803", "min": "39.538", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "41.152", "max": "42.5", "min": "40.228", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "58.778", "max": "76.519", "min": "56.582", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "281.755", "max": "284.49", "min": "281.03", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "59.829", "max": "62.269", "min": "58.81", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "29.762", "max": "54.907", "min": "28.247", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "129.991", "max": "130.933", "min": "129.39", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "197.035", "max": "198.312", "min": "196.274", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "73.253", "max": "75.541", "min": "72.258", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "354.689", "max": "406.63", "min": "346.552", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "207.12", "max": "208.977", "min": "206.443", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "284.842", "max": "371.929", "min": "276.002", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "144.871", "max": "147.17", "min": "144.131", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "394.897", "max": "395.773", "min": "394.032", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "67.295", "max": "93.573", "min": "65.784", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "101.877", "max": "102.87", "min": "101.295", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "143.229", "max": "166.193", "min": "141.585", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "210.809", "max": "212.21", "min": "209.854", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "123.293", "max": "123.71", "min": "122.789", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "159.963", "max": "160.944", "min": "159.29", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "289.868", "max": "310.552", "min": "288.191", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "103.41", "max": "104.22", "min": "102.869", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "118.102", "max": "138.005", "min": "116.797", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "38.367", "max": "55.653", "min": "36.833", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "312.559", "max": "315.727", "min": "311.875", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "53.218", "max": "55.105", "min": "52.476", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "29.769", "max": "37.465", "min": "28.759", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "46.215", "max": "47.308", "min": "45.387", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "38.822", "max": "40.217", "min": "38.155", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "42.8", "max": "43.366", "min": "41.806", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "102.65", "max": "104.578", "min": "101.838", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "52.736", "max": "53.677", "min": "51.831", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "109.666", "max": "114.662", "min": "108.496", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "20.213", "max": "35.781", "min": "19.084", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "42.063", "max": "51.294", "min": "40.705", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "47.61", "max": "48.539", "min": "46.97", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "45.277", "max": "61.869", "min": "44.255", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "45.868", "max": "49.305", "min": "45.181", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "84.019", "max": "85.077", "min": "83.001", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "34.082", "max": "39.442", "min": "32.524", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "76.999", "max": "169.552", "min": "44.766", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "43.558", "max": "44.635", "min": "42.762", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "79.13", "max": "91.571", "min": "77.975", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "72.598", "max": "74.796", "min": "71.841", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "67.516", "max": "70.016", "min": "66.943", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "44.033", "max": "45.061", "min": "43.358", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "296.186", "max": "316.942", "min": "294.644", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "52.974", "max": "73.532", "min": "50.766", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "30.666", "max": "31.888", "min": "29.79", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "54.854", "max": "70.367", "min": "53.965", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "193.831", "max": "216.541", "min": "190.626", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "76.71", "max": "77.429", "min": "75.955", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "45.525", "max": "49.903", "min": "44.763", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "44.604", "max": "45.221", "min": "43.958", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "49.502", "max": "312.579", "min": "38.339", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "358.053", "max": "361.427", "min": "357.31", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "116.685", "max": "119.384", "min": "115.429", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "343.359", "max": "359.556", "min": "336.263", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "146.774", "max": "147.373", "min": "146.291", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "48.958", "max": "49.934", "min": "48.027", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "191.087", "max": "211.982", "min": "189.545", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "208.256", "max": "209.858", "min": "207.453", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "39.723", "max": "40.382", "min": "38.89", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "68.935", "max": "70.18", "min": "67.904", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "42.254", "max": "44.356", "min": "41.206", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "45.27", "max": "46.44", "min": "44.554", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "134.404", "max": "135.362", "min": "133.758", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "142.609", "max": "159.861", "min": "140.742", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "271.963", "max": "373.686", "min": "267.828", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "121.903", "max": "123.281", "min": "121.298", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "41.847", "max": "42.939", "min": "41.113", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "106.903", "max": "108.485", "min": "106.282", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "34.724", "max": "60.619", "min": "33.239", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "262.457", "max": "501.909", "min": "252.968", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "157.08", "max": "159.803", "min": "153.565", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "56.973", "max": "57.346", "min": "56.08", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "0.043", "max": "0.172", "min": "0.03", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "200.863", "max": "221.929", "min": "198.638", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "116.455", "max": "118.519", "min": "115.806", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "326.846", "max": "343.715", "min": "325.671", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "84.317", "max": "86.009", "min": "83.443", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "69.429", "max": "83.078", "min": "68.243", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "39.659", "max": "40.996", "min": "38.827", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "28.42", "max": "29.621", "min": "27.659", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "117.037", "max": "122.605", "min": "115.97", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "134.207", "max": "134.83", "min": "133.466", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "63.926", "max": "68.062", "min": "62.127", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "192.471", "max": "194.318", "min": "191.775", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "138.698", "max": "158.574", "min": "136.2", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "89.191", "max": "90.763", "min": "88.327", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "153.988", "max": "156.232", "min": "153.169", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "50.777", "max": "63.5", "min": "49.327", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "340.901", "max": "355.667", "min": "339", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "211.189", "max": "211.189", "min": "211.189", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "39.762", "max": "43.369", "min": "39.056", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "46.907", "max": "47.537", "min": "46.308", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "136.665", "max": "141.032", "min": "135.693", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "60.837", "max": "70.773", "min": "54.329", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "58.02", "max": "84.49", "min": "56.529", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "207.88", "max": "210.115", "min": "206.88", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "87.139", "max": "106.738", "min": "85.876", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "128.775", "max": "132.416", "min": "127.713", "id": "241", "country": "Algeria", "source_name": "Algiers", "destination_name": "Lansing", "destination_id": "295" } } }, "248": { "name": "Tunis", "data": { "0": { "avg": "231.553", "max": "231.646", "min": "231.457", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "307.732", "max": "308.377", "min": "307.448", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "150.13", "max": "150.398", "min": "150.034", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "60.523", "max": "65.344", "min": "59.828", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "53.558", "max": "54.182", "min": "53.395", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "307.078", "max": "307.52", "min": "306.94", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "43.81", "max": "44.048", "min": "43.709", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "303.324", "max": "307.992", "min": "302.801", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "86.363", "max": "86.653", "min": "86.156", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "85.424", "max": "90.245", "min": "85.033", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "64.928", "max": "65.105", "min": "64.821", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "164.819", "max": "180.276", "min": "163.822", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "122.136", "max": "122.271", "min": "122.05", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "117.996", "max": "120.354", "min": "117.78", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "141.4", "max": "142.867", "min": "141.276", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "113.327", "max": "113.912", "min": "112.958", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "32.943", "max": "33.194", "min": "32.703", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "133.455", "max": "133.737", "min": "133.314", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "51.114", "max": "51.331", "min": "50.987", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "66.27", "max": "66.499", "min": "66.199", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "329.28", "max": "329.422", "min": "329.2", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "167.879", "max": "168.038", "min": "167.749", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "183.21", "max": "183.42", "min": "183.088", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "210.096", "max": "211.339", "min": "209.935", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "76.855", "max": "77.065", "min": "76.727", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "68.465", "max": "68.582", "min": "68.366", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "36.314", "max": "39.966", "min": "35.992", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "69.564", "max": "73.208", "min": "69.257", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "49.732", "max": "49.872", "min": "49.616", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "187.38", "max": "188.048", "min": "187.183", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "289.737", "max": "292.011", "min": "289.547", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "83.475", "max": "83.623", "min": "83.385", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "169.972", "max": "171.874", "min": "169.779", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "78.753", "max": "80.608", "min": "78.603", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "66.068", "max": "67.23", "min": "65.812", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.952", "max": "188.533", "min": "186.786", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "183.713", "max": "183.816", "min": "183.646", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "182.2", "max": "183.366", "min": "180.346", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "145.307", "max": "145.639", "min": "145.153", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "117.771", "max": "119.073", "min": "117.488", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "183.461", "max": "186.679", "min": "182.821", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "61.899", "max": "67.214", "min": "61.154", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "107.465", "max": "107.805", "min": "107.371", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "80.956", "max": "81.074", "min": "80.9", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "149.562", "max": "149.698", "min": "149.461", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "68.471", "max": "69.156", "min": "68.078", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "77.716", "max": "77.915", "min": "77.612", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "198.281", "max": "199.166", "min": "198.09", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "259.042", "max": "260.403", "min": "257.942", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "167.419", "max": "167.666", "min": "167.345", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "132.369", "max": "133.099", "min": "132.206", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "190.315", "max": "191.035", "min": "190.138", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "83.043", "max": "143.511", "min": "49.887", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "161.154", "max": "161.266", "min": "160.964", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "298.121", "max": "316.368", "min": "294.251", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "312.952", "max": "313.411", "min": "312.764", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "62.942", "max": "64.647", "min": "61.791", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "333.594", "max": "333.687", "min": "333.51", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "70.625", "max": "72.021", "min": "70.363", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "45.892", "max": "46.094", "min": "45.775", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "73.497", "max": "77.206", "min": "72.899", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "96.489", "max": "99.902", "min": "95.994", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "180.935", "max": "253.592", "min": "177.949", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "395.96", "max": "398.888", "min": "395.534", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "61.072", "max": "61.573", "min": "60.923", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "65.212", "max": "65.613", "min": "65.124", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "127.516", "max": "128.278", "min": "127.34", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "67.871", "max": "68.153", "min": "67.531", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "257.278", "max": "258.083", "min": "256.717", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "182.315", "max": "183.442", "min": "182.136", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "312.992", "max": "315.07", "min": "312.74", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "180.98", "max": "181.367", "min": "180.661", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "199.578", "max": "204.912", "min": "199.23", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "129.052", "max": "129.141", "min": "128.99", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "81.331", "max": "82.579", "min": "81.142", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "54.316", "max": "54.622", "min": "54.187", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "128.697", "max": "128.825", "min": "128.593", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "207.484", "max": "207.579", "min": "207.4", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "131.456", "max": "146.275", "min": "130.778", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "123.728", "max": "123.82", "min": "123.653", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "215.67", "max": "215.905", "min": "215.523", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "136.116", "max": "136.921", "min": "135.932", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "237.605", "max": "251.485", "min": "235.834", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "202.273", "max": "203.768", "min": "202.067", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "176.505", "max": "176.616", "min": "176.422", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "68.099", "max": "69.181", "min": "67.755", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "62.027", "max": "69.252", "min": "61.471", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "151.201", "max": "151.549", "min": "151.015", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "151.386", "max": "151.634", "min": "151.269", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "61.023", "max": "70.319", "min": "60.587", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "142.352", "max": "145.091", "min": "141.644", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "192.559", "max": "193.2", "min": "192.364", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "74.383", "max": "74.48", "min": "74.326", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "344.312", "max": "344.462", "min": "344.215", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "127.845", "max": "128.801", "min": "127.627", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "160.428", "max": "161.39", "min": "160.286", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "194.511", "max": "194.709", "min": "194.288", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "190.487", "max": "196.624", "min": "189.955", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "180.061", "max": "180.205", "min": "179.965", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "148.884", "max": "151.658", "min": "148.515", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "160.744", "max": "160.856", "min": "160.685", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "194.384", "max": "194.677", "min": "194.19", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "85.667", "max": "86.267", "min": "85.495", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "364.89", "max": "369.218", "min": "364.209", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "138.769", "max": "139.028", "min": "138.653", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "342.223", "max": "368.441", "min": "314.875", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "230.586", "max": "233.078", "min": "230.271", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "129.042", "max": "129.235", "min": "128.884", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "123.684", "max": "123.824", "min": "123.543", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "190.341", "max": "191.505", "min": "190.082", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "340.294", "max": "340.545", "min": "340.221", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "324.771", "max": "325.63", "min": "324.645", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "131.859", "max": "131.957", "min": "131.762", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "156.47", "max": "156.965", "min": "156.326", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "393.616", "max": "512.821", "min": "244.064", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.89", "max": "284.4", "min": "97.635", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "179.093", "max": "202.856", "min": "176.976", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "268.686", "max": "270.741", "min": "268.466", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "150.689", "max": "150.904", "min": "150.554", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "140.805", "max": "142.233", "min": "140.527", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "169.319", "max": "172.416", "min": "169.027", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "204.279", "max": "366.348", "min": "134.561", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "218.687", "max": "219.444", "min": "218.535", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "92.335", "max": "231.774", "min": "86.909", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "66.951", "max": "67.16", "min": "66.852", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "73.647", "max": "75.261", "min": "73.194", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "111.59", "max": "111.955", "min": "111.303", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "171.492", "max": "172.381", "min": "171.203", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "119.842", "max": "120.172", "min": "119.658", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "234.438", "max": "235.461", "min": "234.271", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "137.28", "max": "142.209", "min": "136.9", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "137.761", "max": "137.874", "min": "137.618", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "145.562", "max": "145.718", "min": "145.446", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "328.139", "max": "329.506", "min": "327.654", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "159.126", "max": "160.173", "min": "159.022", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "129.278", "max": "129.561", "min": "129.119", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "169.156", "max": "174.627", "min": "168.434", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "174.197", "max": "174.367", "min": "174.121", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "155.584", "max": "155.852", "min": "155.467", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "115.701", "max": "115.876", "min": "115.534", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "53.194", "max": "53.463", "min": "53.046", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "212.932", "max": "217.16", "min": "212.377", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "72.54", "max": "72.828", "min": "72.414", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "61.253", "max": "61.466", "min": "61.095", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "237.539", "max": "239.401", "min": "237.136", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "53.162", "max": "53.813", "min": "52.936", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "43.578", "max": "62.934", "min": "42.716", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "194.515", "max": "194.785", "min": "194.419", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "48.06", "max": "48.131", "min": "47.984", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "56.762", "max": "56.873", "min": "56.692", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "52.869", "max": "71.662", "min": "51.064", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "323.25", "max": "323.385", "min": "323.18", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "62.063", "max": "63.131", "min": "61.87", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "43.983", "max": "60.249", "min": "43.209", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "128.992", "max": "131.195", "min": "128.813", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "221.431", "max": "259.282", "min": "219.869", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "75.467", "max": "76.121", "min": "75.227", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "187.137", "max": "251.848", "min": "178.828", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "170.112", "max": "170.463", "min": "169.98", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "281.62", "max": "369.462", "min": "274.553", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "154.528", "max": "154.717", "min": "154.45", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "432.65", "max": "432.999", "min": "432.306", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "67.459", "max": "67.54", "min": "67.396", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "133.955", "max": "134.097", "min": "133.819", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "140.311", "max": "140.488", "min": "140.192", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "191.204", "max": "191.276", "min": "191.131", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "118.193", "max": "118.465", "min": "118.083", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "192.313", "max": "192.527", "min": "192.133", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "338.929", "max": "347.354", "min": "315.064", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "130.867", "max": "131.096", "min": "130.733", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "133.841", "max": "134.937", "min": "133.685", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "43.449", "max": "43.919", "min": "43.307", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "301.723", "max": "301.789", "min": "301.653", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "53.227", "max": "54.698", "min": "53.12", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "44.637", "max": "44.898", "min": "44.355", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "41.546", "max": "45.979", "min": "41.237", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "36.017", "max": "36.324", "min": "35.931", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "63.065", "max": "70.001", "min": "62.62", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "98.997", "max": "99.867", "min": "98.774", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "43.38", "max": "43.631", "min": "43.262", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "111.864", "max": "113.039", "min": "111.747", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "12.53", "max": "12.96", "min": "12.395", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "54.95", "max": "55.677", "min": "54.758", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "63.029", "max": "63.22", "min": "62.949", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "40.055", "max": "40.136", "min": "39.939", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "59.762", "max": "59.946", "min": "59.649", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "68.818", "max": "76.997", "min": "68.291", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "49.99", "max": "56.706", "min": "48.903", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "81.205", "max": "137.914", "min": "52.352", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "52.747", "max": "53.423", "min": "52.662", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "68.547", "max": "68.995", "min": "68.343", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "75.167", "max": "101.988", "min": "74.05", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "85.93", "max": "86.548", "min": "85.548", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "45.842", "max": "50.992", "min": "45.445", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "305.587", "max": "311.105", "min": "303.578", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "56.19", "max": "56.323", "min": "56.078", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "33.76", "max": "34.039", "min": "33.573", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "66.291", "max": "66.488", "min": "66.206", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "205.632", "max": "211.72", "min": "203.286", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "94.402", "max": "94.548", "min": "94.299", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "47.136", "max": "63.384", "min": "45.967", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "55.26", "max": "55.574", "min": "55.108", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "41.055", "max": "41.357", "min": "40.89", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "356.757", "max": "370.543", "min": "355.535", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "132.473", "max": "135.203", "min": "131.921", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "259.343", "max": "262.585", "min": "254.291", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "212.377", "max": "212.492", "min": "212.255", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "63.802", "max": "63.97", "min": "63.718", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "202.108", "max": "202.373", "min": "201.936", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "199.871", "max": "200.164", "min": "199.627", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "51.701", "max": "51.999", "min": "51.604", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "63.049", "max": "63.434", "min": "62.894", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "44.728", "max": "46.042", "min": "44.345", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "42.01", "max": "43.333", "min": "41.65", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "132.717", "max": "132.937", "min": "132.663", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "132.985", "max": "134.42", "min": "132.873", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "363.165", "max": "363.308", "min": "362.987", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "126.928", "max": "126.991", "min": "126.871", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "63.295", "max": "63.495", "min": "63.194", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "127.671", "max": "127.807", "min": "127.595", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "54.851", "max": "54.953", "min": "54.712", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "241.493", "max": "308.262", "min": "239.006", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "165.622", "max": "169.252", "min": "162.502", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "45.994", "max": "46.146", "min": "45.87", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "28.644", "max": "30.137", "min": "27.933", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "188.505", "max": "203.355", "min": "187.238", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "289.818", "max": "290.631", "min": "289.44", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "299.239", "max": "299.381", "min": "299.139", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "95.38", "max": "97.11", "min": "95.067", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "64.958", "max": "65.118", "min": "64.883", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "50.394", "max": "50.46", "min": "50.332", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "0.038", "max": "0.08", "min": "0.025", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "123.385", "max": "125.644", "min": "122.964", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "120.224", "max": "120.422", "min": "120.103", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "84.91", "max": "94.131", "min": "82.71", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "184.222", "max": "185.358", "min": "183.201", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "127.877", "max": "129.422", "min": "127.17", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "96.389", "max": "98.124", "min": "96.196", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "176.909", "max": "177.101", "min": "176.727", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "53.496", "max": "56.134", "min": "53.309", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "229.759", "max": "230.787", "min": "228.786", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "218.487", "max": "218.487", "min": "218.487", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "44.02", "max": "44.155", "min": "43.956", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "49.741", "max": "49.914", "min": "49.659", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "140.449", "max": "154.533", "min": "139.813", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "64.501", "max": "75.031", "min": "56.108", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "56.316", "max": "75.638", "min": "55.565", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "202.966", "max": "204.003", "min": "202.737", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "80.415", "max": "82.129", "min": "80.156", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "135.344", "max": "135.48", "min": "135.284", "id": "248", "country": "Tunisia", "source_name": "Tunis", "destination_name": "Lansing", "destination_id": "295" } } }, "251": { "name": "Beirut", "data": { "0": { "avg": "259.858", "max": "262.802", "min": "257.916", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "313.989", "max": "315.783", "min": "312.273", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "144.868", "max": "154.294", "min": "142.827", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "73.656", "max": "80.696", "min": "70.981", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "55.404", "max": "66.732", "min": "52.692", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "292.188", "max": "293.826", "min": "290.304", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "65.431", "max": "71.411", "min": "63.833", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "316.691", "max": "321.559", "min": "314.549", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "106.258", "max": "111.702", "min": "104.107", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "86.904", "max": "94.065", "min": "84.557", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "62.061", "max": "68.195", "min": "59.819", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "165.974", "max": "168.156", "min": "164.337", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "129.415", "max": "139.109", "min": "127.405", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "138.838", "max": "151.41", "min": "136.807", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "166.86", "max": "170.062", "min": "164.925", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "132.292", "max": "135.776", "min": "130.291", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "61.558", "max": "65.939", "min": "59.43", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "143.986", "max": "145.837", "min": "142.639", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "70.692", "max": "78.252", "min": "68.672", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "71.811", "max": "78.327", "min": "69.95", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "329.355", "max": "339.947", "min": "327.169", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "147.21", "max": "152.051", "min": "145.211", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "200.874", "max": "202.618", "min": "199.361", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "200.347", "max": "206.326", "min": "198.476", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "89.749", "max": "95.458", "min": "87.704", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "72.589", "max": "78.214", "min": "70.379", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "61.962", "max": "68.514", "min": "59.734", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "78.396", "max": "80.594", "min": "76.5", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "62.792", "max": "66.003", "min": "61.272", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "201.818", "max": "207.008", "min": "199.75", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "226.656", "max": "228.508", "min": "225.011", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "83.92", "max": "91.551", "min": "82.182", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "190.812", "max": "197.317", "min": "188.91", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "92.046", "max": "96.581", "min": "90.457", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "67.454", "max": "70.589", "min": "65.751", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "261.91", "max": "266.659", "min": "260.222", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "193.608", "max": "195.457", "min": "191.907", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "192.937", "max": "195.423", "min": "191.382", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "156.888", "max": "159.243", "min": "154.537", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "132.486", "max": "140.366", "min": "131.001", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "203.46", "max": "208.15", "min": "200.7", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "68.843", "max": "71.368", "min": "66.846", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "93.48", "max": "95.843", "min": "91.622", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "89.437", "max": "94.445", "min": "87.46", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "180.856", "max": "185.364", "min": "178.663", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "86.596", "max": "89.359", "min": "84.386", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "101.36", "max": "107.426", "min": "99.367", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "209.741", "max": "215.579", "min": "207.97", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "294.092", "max": "300.431", "min": "292.169", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "162.899", "max": "164.633", "min": "161.52", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "140.259", "max": "142.199", "min": "138.956", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "202.803", "max": "206.393", "min": "201.213", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "118.674", "max": "206.695", "min": "101.6", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "158.275", "max": "160.982", "min": "156.551", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "309.659", "max": "318.894", "min": "304.176", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "320.804", "max": "322.277", "min": "318.966", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "79.148", "max": "84.93", "min": "76.141", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "359.753", "max": "361.967", "min": "357.617", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "108.106", "max": "111.617", "min": "105.968", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "69.32", "max": "77.848", "min": "66.93", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "99.88", "max": "103.817", "min": "97.733", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "99.581", "max": "160.188", "min": "92.626", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "315.751", "max": "370.102", "min": "309.733", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "320.619", "max": "325.058", "min": "317.977", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "97.348", "max": "100.063", "min": "95.376", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "90.485", "max": "92.632", "min": "88.823", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "134.213", "max": "141.645", "min": "131.8", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "92.495", "max": "100.288", "min": "90.188", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "259.453", "max": "262.724", "min": "257.562", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "170.511", "max": "173.361", "min": "168.849", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "309.568", "max": "318.581", "min": "306.879", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "192.178", "max": "199.503", "min": "189.947", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "219.382", "max": "222.515", "min": "216.917", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "150.596", "max": "152.836", "min": "147.927", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "104.634", "max": "114.278", "min": "102.781", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "72.715", "max": "74.973", "min": "71.209", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "145.157", "max": "151.558", "min": "142.575", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "209.447", "max": "211.726", "min": "208.161", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "150.308", "max": "154.538", "min": "148.381", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "142.581", "max": "143.765", "min": "140.94", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "200.824", "max": "203.383", "min": "199.199", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "148.602", "max": "150.363", "min": "146.277", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "294.179", "max": "312.939", "min": "276.415", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "194.944", "max": "198.099", "min": "193.714", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "192.561", "max": "194.505", "min": "190.765", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "101.188", "max": "103.71", "min": "99.62", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "70.195", "max": "74.717", "min": "68.278", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "151.485", "max": "153.63", "min": "150.078", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "170.709", "max": "172.959", "min": "168.515", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "66.955", "max": "73.957", "min": "65.022", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "163.291", "max": "170.589", "min": "161.547", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "202.06", "max": "203.853", "min": "200.093", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "69.473", "max": "75.293", "min": "67.458", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "311.652", "max": "319.906", "min": "309.63", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "138.867", "max": "143.938", "min": "136.983", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "156.84", "max": "159.652", "min": "154.124", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "206.3", "max": "209.202", "min": "204.215", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "184.084", "max": "194.089", "min": "181.38", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "199.307", "max": "206.514", "min": "197.024", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "149.279", "max": "151.855", "min": "147.357", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "163.558", "max": "174.542", "min": "160.518", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "204.541", "max": "213.345", "min": "202.297", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "95.537", "max": "98.44", "min": "93.681", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "355.559", "max": "358.484", "min": "353.193", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "158.302", "max": "161.315", "min": "156.282", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "374.059", "max": "383.8", "min": "350.255", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "233.947", "max": "238.419", "min": "231.756", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "138.558", "max": "140.293", "min": "137.06", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "146.673", "max": "149.323", "min": "145.276", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "188.685", "max": "191.406", "min": "187.145", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "388.605", "max": "400.613", "min": "386.092", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "323.211", "max": "331.304", "min": "320.77", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "135.34", "max": "137.134", "min": "133.534", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "152.624", "max": "154.643", "min": "150.547", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "432.717", "max": "539.044", "min": "270.72", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "195.8", "max": "272.364", "min": "125.464", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "200.438", "max": "204.985", "min": "198.299", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "271.994", "max": "276.508", "min": "270.017", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "168.049", "max": "184.197", "min": "165.256", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "158.643", "max": "162.445", "min": "156.314", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "175.493", "max": "178.103", "min": "173.43", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "234.083", "max": "387.133", "min": "155.636", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "249.593", "max": "253.851", "min": "247.688", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "104.332", "max": "299.723", "min": "89.66", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "95.371", "max": "101.132", "min": "93.165", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "88.263", "max": "90.667", "min": "86.54", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "136.775", "max": "144.842", "min": "134.039", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "191.129", "max": "193.13", "min": "189.446", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "158.438", "max": "161.781", "min": "156.831", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "223.54", "max": "233.126", "min": "220.892", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "153.036", "max": "156.716", "min": "151.234", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "155.739", "max": "159.106", "min": "154.229", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "163.604", "max": "166.819", "min": "161.475", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "346.763", "max": "355.518", "min": "344.024", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "177.475", "max": "185.299", "min": "175.876", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "133.04", "max": "139.569", "min": "131.37", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "183.139", "max": "189.871", "min": "180.481", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "166.119", "max": "178.188", "min": "163.684", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "165.169", "max": "169.549", "min": "163.789", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "140.537", "max": "142.498", "min": "138.725", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "71.859", "max": "73.849", "min": "70.243", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "227.901", "max": "234.543", "min": "226.411", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "95.879", "max": "97.654", "min": "94.017", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "78.332", "max": "85.381", "min": "76.067", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "245.033", "max": "256.52", "min": "242.743", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "64.078", "max": "73.564", "min": "61.549", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "95.655", "max": "97.944", "min": "93.855", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "297.066", "max": "304.012", "min": "294.827", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "62.671", "max": "65.428", "min": "60.853", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "63.332", "max": "71.004", "min": "60.914", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "65.826", "max": "80.92", "min": "63.499", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "306.735", "max": "315", "min": "304.456", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "85.306", "max": "87.016", "min": "84.034", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "65.229", "max": "97.134", "min": "62.275", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "139.602", "max": "146.57", "min": "137.538", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "220.619", "max": "227.807", "min": "217.922", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "93.53", "max": "95.734", "min": "91.207", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "322.23", "max": "363.198", "min": "312.728", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "172.787", "max": "174.425", "min": "170.757", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "289.818", "max": "401.091", "min": "282.162", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "167.322", "max": "169.634", "min": "165.768", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "427.451", "max": "434.193", "min": "425.349", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "92.51", "max": "95.006", "min": "90.84", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "132.445", "max": "139.987", "min": "129.965", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "158.994", "max": "165.571", "min": "157.003", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "208.758", "max": "211.171", "min": "207.091", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "147.773", "max": "150.197", "min": "146.199", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "187.426", "max": "189.012", "min": "185.629", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "307.007", "max": "309.31", "min": "305.052", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "141.423", "max": "144.262", "min": "139.024", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "157.186", "max": "159.482", "min": "155.692", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "61.265", "max": "64.314", "min": "58.659", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "180.501", "max": "187.032", "min": "178.375", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "72.339", "max": "74.502", "min": "70.176", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "67.542", "max": "72.968", "min": "65.621", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "58.763", "max": "62.379", "min": "56.759", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "49.897", "max": "52.737", "min": "48.297", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "66.071", "max": "73.73", "min": "63.923", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "101.283", "max": "104.209", "min": "99.803", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "76.044", "max": "83.228", "min": "73.882", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "124.639", "max": "127.562", "min": "123.232", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.531", "max": "71.108", "min": "67.171", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "65.981", "max": "68.386", "min": "64.302", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "68.142", "max": "73.51", "min": "66.609", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "67.575", "max": "69.305", "min": "65.779", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "76.495", "max": "77.91", "min": "75.337", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "101.452", "max": "104.402", "min": "99.774", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "79.086", "max": "83.843", "min": "76.381", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "98.397", "max": "148.721", "min": "68.491", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "70.36", "max": "78.97", "min": "67.847", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "114.183", "max": "121.32", "min": "112.142", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "88.665", "max": "97.014", "min": "86.328", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "91.383", "max": "98.159", "min": "89", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "65.637", "max": "72", "min": "63.977", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "325.506", "max": "328.236", "min": "323.766", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "68.789", "max": "70.87", "min": "67.313", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "82.778", "max": "87.296", "min": "80.597", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "82.978", "max": "91.847", "min": "80.608", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "217.646", "max": "225.581", "min": "214.406", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "104.27", "max": "106.061", "min": "102.455", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "67.261", "max": "70.06", "min": "65.358", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "66.108", "max": "72.569", "min": "63.493", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "63.698", "max": "69.84", "min": "61.582", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "361.514", "max": "374.354", "min": "358.207", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "138.92", "max": "146.137", "min": "136.755", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "292.647", "max": "299.083", "min": "263.209", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "311.835", "max": "313.309", "min": "309.598", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "63.919", "max": "67.403", "min": "62.401", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "220.394", "max": "226.942", "min": "218.28", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "207.92", "max": "221.187", "min": "205.454", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "89.724", "max": "94.201", "min": "87.116", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "128.689", "max": "133.607", "min": "126.439", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "66.264", "max": "71.693", "min": "63.998", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "68.988", "max": "71.753", "min": "67.163", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "153.53", "max": "156.687", "min": "151.672", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "160.669", "max": "167.714", "min": "158.588", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "221.205", "max": "303.793", "min": "214.256", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "140.477", "max": "148.596", "min": "138.752", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "68.672", "max": "79.691", "min": "66.72", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "137.288", "max": "143.544", "min": "135.266", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "66.504", "max": "72.986", "min": "64.314", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "277.632", "max": "727.081", "min": "259.845", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "168.425", "max": "176.071", "min": "164.873", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "67.109", "max": "73.484", "min": "64.683", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "65.016", "max": "71.6", "min": "62.397", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "197.786", "max": "201.099", "min": "194.309", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "153.978", "max": "155.949", "min": "152.21", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "293.934", "max": "296.55", "min": "292.383", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "144.717", "max": "147.1", "min": "142.758", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "83.442", "max": "86.091", "min": "81.655", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "64.369", "max": "66.308", "min": "62.303", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "85.447", "max": "92.539", "min": "83.041", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "147.079", "max": "150.086", "min": "144.651", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "134.38", "max": "137.402", "min": "131.748", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "0.023", "max": "0.031", "min": "0.017", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "208.77", "max": "211.802", "min": "206.701", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "146.236", "max": "149.384", "min": "143.869", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "112.826", "max": "115.258", "min": "111.405", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "167.867", "max": "170.622", "min": "166.18", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "73.666", "max": "76.494", "min": "71.173", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "238.887", "max": "240.91", "min": "236.907", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "228.174", "max": "228.174", "min": "228.174", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "64.558", "max": "71.103", "min": "62.584", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "64.164", "max": "73.954", "min": "61.823", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "159.601", "max": "171.519", "min": "157.352", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "76.824", "max": "88.636", "min": "68.547", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "78.384", "max": "88.714", "min": "76.339", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "157.258", "max": "166.554", "min": "155.049", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "133.913", "max": "135.701", "min": "131.774", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "179.557", "max": "276.771", "min": "155.003", "id": "251", "country": "Lebanon", "source_name": "Beirut", "destination_name": "Lansing", "destination_id": "295" } } }, "258": { "name": "Jerusalem", "data": { "0": { "avg": "261.467", "max": "262.628", "min": "261.279", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "286.545", "max": "287.776", "min": "286.326", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "147.57", "max": "149.238", "min": "147.364", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "152.627", "max": "157.285", "min": "152.226", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "200.775", "max": "203.178", "min": "200.39", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "292.154", "max": "293.163", "min": "291.885", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "62.594", "max": "63.4", "min": "62.392", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "320.986", "max": "327.402", "min": "320.343", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "94.946", "max": "95.571", "min": "94.798", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "82.61", "max": "91.996", "min": "82.115", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "63.841", "max": "67.942", "min": "63.437", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "174.836", "max": "175.039", "min": "174.733", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "133.483", "max": "134.475", "min": "133.258", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "139.572", "max": "140.917", "min": "139.245", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "162.429", "max": "163.265", "min": "162.171", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "140.345", "max": "142.506", "min": "139.994", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "77.558", "max": "77.882", "min": "77.347", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "148.508", "max": "152.589", "min": "147.827", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "74.798", "max": "75.103", "min": "74.653", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "64.409", "max": "65.956", "min": "64.209", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "317.1", "max": "318.226", "min": "316.913", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "149.647", "max": "150.108", "min": "149.499", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "192.84", "max": "194.929", "min": "192.58", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "199.342", "max": "199.942", "min": "199.06", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "77.227", "max": "78.965", "min": "77.01", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "69.532", "max": "70.165", "min": "69.394", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "66.201", "max": "68.164", "min": "65.812", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "75.156", "max": "76.113", "min": "74.963", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "53.198", "max": "53.573", "min": "53.07", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "202.676", "max": "203.251", "min": "202.491", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "212.438", "max": "213.245", "min": "212.21", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "73.68", "max": "73.834", "min": "73.57", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "199.027", "max": "203.433", "min": "198.648", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "90.382", "max": "90.875", "min": "90.211", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "59.219", "max": "59.943", "min": "59.062", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "294.964", "max": "296.066", "min": "294.74", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "197.357", "max": "197.526", "min": "197.271", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "191.11", "max": "192.531", "min": "190.825", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "159.641", "max": "160.543", "min": "159.458", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "135.305", "max": "136.378", "min": "135.032", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "209.945", "max": "215.685", "min": "209.417", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "138.016", "max": "145.142", "min": "137.298", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "95.701", "max": "95.898", "min": "95.537", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "83.199", "max": "83.577", "min": "83.096", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "190.26", "max": "190.357", "min": "190.191", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "72.91", "max": "73.424", "min": "72.427", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "90.782", "max": "91.486", "min": "90.578", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "209.484", "max": "209.987", "min": "209.266", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "282.116", "max": "283.68", "min": "281.872", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "167.077", "max": "167.568", "min": "166.957", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "140.433", "max": "143.436", "min": "140.079", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "194.296", "max": "194.555", "min": "194.003", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "108.92", "max": "119.356", "min": "101.95", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "162.68", "max": "163.903", "min": "162.484", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "292.258", "max": "300.449", "min": "288.819", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "298.676", "max": "299.493", "min": "298.449", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "84.93", "max": "87.35", "min": "84.134", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "335.805", "max": "336.152", "min": "335.682", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "80.888", "max": "82.084", "min": "80.474", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "60.729", "max": "60.901", "min": "60.608", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "108.49", "max": "111.266", "min": "107.976", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "112.317", "max": "141.66", "min": "110.791", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "248.367", "max": "250.593", "min": "247.966", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "253.483", "max": "254.691", "min": "253.215", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "87.61", "max": "87.979", "min": "87.478", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "77.575", "max": "78.235", "min": "77.434", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "135.263", "max": "136.771", "min": "135.047", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "87.789", "max": "100.413", "min": "86.807", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "265.693", "max": "266.953", "min": "264.944", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "170.256", "max": "170.902", "min": "170.136", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "312.797", "max": "314.304", "min": "312.511", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "199.856", "max": "200.625", "min": "199.568", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "207.87", "max": "212.079", "min": "207.555", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "157.875", "max": "158.382", "min": "157.685", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "108.717", "max": "109.221", "min": "108.428", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "70.827", "max": "72.021", "min": "70.605", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "146.014", "max": "146.501", "min": "145.791", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "199.999", "max": "200.913", "min": "199.829", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "151.958", "max": "156.717", "min": "151.552", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "154.321", "max": "154.556", "min": "154.17", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "200.086", "max": "200.882", "min": "199.922", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "140.425", "max": "141.078", "min": "140.098", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "259.883", "max": "261.243", "min": "259.453", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "293.889", "max": "295.256", "min": "293.649", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "180.119", "max": "180.201", "min": "180.046", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "3.864", "max": "4.798", "min": "3.543", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "75.992", "max": "76.93", "min": "75.794", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "157.655", "max": "157.946", "min": "157.461", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "155.65", "max": "156.705", "min": "155.369", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "70.795", "max": "73.751", "min": "70.489", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "160.326", "max": "163.034", "min": "159.564", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "199.822", "max": "200.68", "min": "199.53", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "78.55", "max": "79.119", "min": "78.44", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "330.685", "max": "340.631", "min": "329.956", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "140.17", "max": "140.647", "min": "139.983", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "165.064", "max": "165.818", "min": "164.906", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "220.474", "max": "220.761", "min": "220.225", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "200.916", "max": "214.141", "min": "199.188", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "201.712", "max": "202.486", "min": "201.518", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "152.744", "max": "164.484", "min": "152.038", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "158.649", "max": "159.855", "min": "158.429", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "195.884", "max": "196.904", "min": "195.481", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "93.683", "max": "94.845", "min": "93.383", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "366.328", "max": "368.209", "min": "365.64", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "156.185", "max": "157.027", "min": "155.965", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "427.641", "max": "442.22", "min": "414.711", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "233.951", "max": "237.684", "min": "233.536", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "137.29", "max": "138.299", "min": "137.061", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "147.852", "max": "148.513", "min": "147.625", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "186.354", "max": "190.398", "min": "185.589", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "322.274", "max": "323.24", "min": "322.092", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "317.709", "max": "390.14", "min": "310.46", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "134.425", "max": "136.064", "min": "134.214", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": null, "max": null, "min": null, "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "411.642", "max": "520.984", "min": "230.29", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "182.361", "max": "265.591", "min": "101.518", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "217.949", "max": "220.173", "min": "217.321", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "271.111", "max": "272.178", "min": "270.824", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "169.045", "max": "169.825", "min": "168.83", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "160.737", "max": "161.709", "min": "160.494", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "172.013", "max": "172.683", "min": "171.789", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "241.407", "max": "394.715", "min": "161.344", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "257.808", "max": "259.197", "min": "257.6", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "84.837", "max": "196.891", "min": "79.947", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "79.469", "max": "79.989", "min": "79.335", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "76.265", "max": "77.486", "min": "75.632", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "132.087", "max": "133.047", "min": "131.867", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "200.401", "max": "203.523", "min": "200.06", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "164.335", "max": "164.99", "min": "164.091", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "218.816", "max": "219.427", "min": "218.583", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "157.765", "max": "159.978", "min": "157.532", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "150.45", "max": "151.657", "min": "150.239", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "157.492", "max": "157.808", "min": "157.321", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "347.524", "max": "349.044", "min": "346.814", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "174.388", "max": "175.235", "min": "174.188", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "133.547", "max": "134.014", "min": "133.313", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "183.567", "max": "189.096", "min": "182.637", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "186.642", "max": "187.215", "min": "186.498", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "207.604", "max": "208.065", "min": "207.492", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "135.481", "max": "135.848", "min": "135.34", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "145.994", "max": "146.718", "min": "145.783", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "204.268", "max": "204.581", "min": "204.096", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "80.522", "max": "82.187", "min": "80.326", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "70.939", "max": "71.5", "min": "70.73", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "244.491", "max": "248.652", "min": "243.952", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "64.425", "max": "64.982", "min": "64.091", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "77.37", "max": "77.772", "min": "77.214", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "315.829", "max": "316.399", "min": "315.594", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "64.756", "max": "65.223", "min": "64.603", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "66.53", "max": "68.314", "min": "66.38", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "57.532", "max": "64.766", "min": "56.403", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "318.86", "max": "319.483", "min": "318.731", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "76.482", "max": "77.829", "min": "76.154", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "63.299", "max": "65.119", "min": "62.58", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "142.683", "max": "143.637", "min": "142.436", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "215.407", "max": "216.992", "min": "215.21", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "81.814", "max": "82.567", "min": "81.574", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "364.193", "max": "413.155", "min": "354.554", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "171.602", "max": "171.948", "min": "171.375", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "294.832", "max": "372.952", "min": "289.206", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "168.366", "max": "169.105", "min": "168.096", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "246.145", "max": "246.665", "min": "245.994", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "78.407", "max": "78.667", "min": "78.305", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "131.687", "max": "132.212", "min": "131.544", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "155.435", "max": "156.422", "min": "155.247", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "222.228", "max": "222.63", "min": "222.13", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "139.679", "max": "140.662", "min": "139.501", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "201.052", "max": "201.424", "min": "200.914", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "257.65", "max": "266.036", "min": "234.529", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "135.553", "max": "136.679", "min": "135.345", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "160.005", "max": "160.289", "min": "159.934", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "75.645", "max": "76.432", "min": "75.369", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "190.199", "max": "190.515", "min": "190.079", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "75.089", "max": "76.957", "min": "74.902", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "65.342", "max": "66.539", "min": "65.157", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "74.028", "max": "75.03", "min": "73.799", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "65.96", "max": "67.142", "min": "65.796", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "68.327", "max": "68.957", "min": "68.046", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "107.494", "max": "109.174", "min": "107.272", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "88.66", "max": "89.047", "min": "88.545", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "101.374", "max": "103.73", "min": "100.96", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "84.159", "max": "84.921", "min": "83.988", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "61.636", "max": "63.383", "min": "61.378", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "64.73", "max": "65.165", "min": "64.563", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "61.239", "max": "62.244", "min": "61.053", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "71.345", "max": "74.109", "min": "71.063", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "98.742", "max": "99.745", "min": "98.354", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "74.074", "max": "77.74", "min": "73.293", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "89.005", "max": "131.23", "min": "64.404", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "65.205", "max": "66.529", "min": "65.103", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "103.731", "max": "104.575", "min": "103.492", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "83.129", "max": "89.302", "min": "82.649", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "78.744", "max": "79.138", "min": "78.233", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "61.987", "max": "65.265", "min": "61.558", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "256.849", "max": "258.251", "min": "256.539", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "60.638", "max": "61.695", "min": "60.428", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "80.915", "max": "81.537", "min": "80.69", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "75.587", "max": "76.729", "min": "75.413", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "214.394", "max": "219.982", "min": "212.72", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "254.361", "max": "254.874", "min": "254.195", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "61.72", "max": "64.433", "min": "61.347", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "62.12", "max": "65.705", "min": "61.391", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "62.961", "max": "63.54", "min": "62.801", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "350.842", "max": "351.694", "min": "350.634", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "140.429", "max": "141.547", "min": "140.003", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "277.408", "max": "281.448", "min": "272.019", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "286.243", "max": "286.843", "min": "286.088", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "64.908", "max": "65.569", "min": "64.775", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "187.544", "max": "189.515", "min": "185.056", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "215.439", "max": "215.663", "min": "215.172", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "81.662", "max": "82.206", "min": "81.429", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "100.519", "max": "101.044", "min": "100.334", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "69.025", "max": "70.386", "min": "68.673", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "62.622", "max": "64.487", "min": "62.232", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "155.105", "max": "155.845", "min": "154.899", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "171.827", "max": "172.325", "min": "171.663", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "280.473", "max": "285.785", "min": "280.051", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "207.137", "max": "207.553", "min": "207.006", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "63.509", "max": "63.87", "min": "63.373", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "136.278", "max": "137.048", "min": "136.134", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "64.679", "max": "64.997", "min": "64.512", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "254.895", "max": "255.916", "min": "254.611", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "177.436", "max": "182.252", "min": "174.592", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "80.502", "max": "80.654", "min": "80.359", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "89.449", "max": "91.21", "min": "88.506", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "202.308", "max": "205.57", "min": "201.149", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "159.893", "max": "160.409", "min": "159.529", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "279.55", "max": "280.061", "min": "279.328", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "122.993", "max": "123.557", "min": "122.788", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "93.914", "max": "94.289", "min": "93.809", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "63.851", "max": "64.977", "min": "63.724", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "96.326", "max": "97.781", "min": "96.138", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "144.618", "max": "148.291", "min": "143.934", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "143.012", "max": "144.136", "min": "142.855", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "113.04", "max": "115.787", "min": "111.314", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "224.542", "max": "225.874", "min": "223.734", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "147.481", "max": "148.855", "min": "146.3", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "0.035", "max": "0.069", "min": "0.019", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "161.624", "max": "162.209", "min": "161.486", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "77.635", "max": "84.035", "min": "77.351", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "217.001", "max": "219.05", "min": "215.332", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "237.34", "max": "237.34", "min": "237.34", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "67.054", "max": "67.115", "min": "67.005", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "57.592", "max": "57.856", "min": "57.494", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "165.281", "max": "166.938", "min": "165.016", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "84.337", "max": "94.939", "min": "76.697", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "81.06", "max": "81.391", "min": "80.92", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "221.412", "max": "222.437", "min": "221.074", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "131.247", "max": "132.572", "min": "130.969", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "158.402", "max": "159.021", "min": "158.255", "id": "258", "country": "Israel", "source_name": "Jerusalem", "destination_name": "Lansing", "destination_id": "295" } } }, "294": { "name": "Baku", "data": { "0": { "avg": "296.304", "max": "297.711", "min": "295.907", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "374.785", "max": "375.612", "min": "374.391", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "179.66", "max": "180.238", "min": "179.334", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "64.835", "max": "69.407", "min": "63.891", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "84.596", "max": "85.94", "min": "84.195", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "315.652", "max": "316.189", "min": "315.308", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "85.68", "max": "87.044", "min": "85.345", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "340.738", "max": "345.605", "min": "339.848", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "36.635", "max": "38.284", "min": "36.367", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "55.969", "max": "57.838", "min": "55.482", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "89.82", "max": "92.921", "min": "89.362", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "196.502", "max": "216.843", "min": "195.453", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "156.354", "max": "157.361", "min": "156.086", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "191.203", "max": "192.838", "min": "190.796", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "189.665", "max": "194.979", "min": "189.138", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "166.825", "max": "167.356", "min": "166.189", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "102.923", "max": "103.476", "min": "102.541", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "167.473", "max": "170.635", "min": "167.134", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "92.154", "max": "92.746", "min": "91.88", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "69.392", "max": "71.063", "min": "69.03", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "348.283", "max": "350.855", "min": "347.859", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "181.689", "max": "184.941", "min": "181.287", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "219.944", "max": "221.779", "min": "219.594", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "254.541", "max": "255.969", "min": "254.055", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "97.129", "max": "100.312", "min": "96.757", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "73.889", "max": "75.385", "min": "73.688", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "78.513", "max": "79.802", "min": "78.117", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "83.133", "max": "84.164", "min": "82.787", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "77.722", "max": "79.708", "min": "77.406", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "210.145", "max": "213.736", "min": "209.742", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "225.92", "max": "227.163", "min": "225.692", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "109.432", "max": "111.101", "min": "109.134", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "221.625", "max": "223.114", "min": "221.153", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "73.368", "max": "76.733", "min": "72.942", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "72.303", "max": "74.624", "min": "71.721", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "227.841", "max": "230.865", "min": "227.335", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "245.324", "max": "245.866", "min": "244.937", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "220.666", "max": "221.22", "min": "220.301", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "192.617", "max": "193.024", "min": "192.241", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "165.496", "max": "165.741", "min": "165.161", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "222.831", "max": "230.101", "min": "221.877", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "114.046", "max": "117.983", "min": "113.279", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "119.036", "max": "119.485", "min": "118.747", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "92.559", "max": "95.629", "min": "92.157", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "211.359", "max": "211.691", "min": "211.077", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "79.306", "max": "80.682", "min": "78.896", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "91.483", "max": "93.861", "min": "91.112", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "234.916", "max": "238.332", "min": "234.502", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "302.428", "max": "326.012", "min": "300.267", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "206.92", "max": "207.749", "min": "206.517", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "161.372", "max": "165.082", "min": "160.88", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "228.066", "max": "228.719", "min": "227.649", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "109.449", "max": "165.238", "min": "81.585", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "233.552", "max": "235.42", "min": "233.226", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "204.404", "max": "211.23", "min": "200.858", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "241.864", "max": "243.292", "min": "241.359", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "119.066", "max": "120.297", "min": "118.373", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "372.141", "max": "372.807", "min": "371.827", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "107.995", "max": "112.644", "min": "107.354", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "88.958", "max": "90.81", "min": "88.55", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "121.657", "max": "123.632", "min": "120.994", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "131.528", "max": "176.218", "min": "128.318", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "252.269", "max": "380.799", "min": "240.984", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "262.477", "max": "263.208", "min": "262.159", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.251", "max": "48.295", "min": "44.779", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "48.628", "max": "49.333", "min": "48.412", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "154.46", "max": "155.511", "min": "154.193", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "137.438", "max": "138.201", "min": "136.978", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "298.144", "max": "299.844", "min": "297.364", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "195.788", "max": "199.075", "min": "195.37", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "233.971", "max": "236.541", "min": "233.446", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "210.926", "max": "211.967", "min": "210.538", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "225.845", "max": "232.906", "min": "225.342", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "185.958", "max": "186.771", "min": "185.648", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "132.034", "max": "133.5", "min": "131.509", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "126.465", "max": "188.621", "min": "91.777", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "171.42", "max": "172.504", "min": "171.11", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "231.163", "max": "231.908", "min": "230.796", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "184.246", "max": "185.754", "min": "183.831", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "201.68", "max": "202.221", "min": "201.448", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "212.113", "max": "213.397", "min": "211.751", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "176.549", "max": "177.934", "min": "175.972", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "304.486", "max": "306.427", "min": "304.183", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "231.151", "max": "231.815", "min": "230.855", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "207.272", "max": "208.884", "min": "207.005", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "135.976", "max": "137.428", "min": "135.536", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "90.161", "max": "91.099", "min": "89.773", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "187.298", "max": "187.844", "min": "186.969", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "208.611", "max": "209.737", "min": "208.265", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.907", "max": "85.919", "min": "78.38", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "187.164", "max": "190.149", "min": "186.562", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "217.627", "max": "219.707", "min": "217.206", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "98.354", "max": "99.025", "min": "97.948", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "334.774", "max": "337.073", "min": "334.382", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "171.009", "max": "174.246", "min": "170.713", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "194.366", "max": "197.567", "min": "193.968", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "230.097", "max": "231.192", "min": "229.666", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "220.029", "max": "251.768", "min": "218.26", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "244.721", "max": "246.739", "min": "244.334", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "173.662", "max": "175.999", "min": "173.109", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "182.193", "max": "182.959", "min": "181.961", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "236.42", "max": "237.344", "min": "235.967", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.579", "max": "57.456", "min": "52.023", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "383.481", "max": "385.13", "min": "382.729", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "181.837", "max": "182.992", "min": "181.462", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "416.604", "max": "429.115", "min": "378.598", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "261.93", "max": "265.167", "min": "261.364", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "158.084", "max": "158.768", "min": "157.787", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "176.492", "max": "177.819", "min": "176.21", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "211.071", "max": "214.347", "min": "209.948", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "372.03", "max": "372.804", "min": "371.703", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "303.11", "max": "304.445", "min": "302.821", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "162.052", "max": "164.619", "min": "161.631", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "209.331", "max": "210.596", "min": "209.036", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "446.077", "max": "554.772", "min": "262.686", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "174.583", "max": "260.164", "min": "113.073", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "251.821", "max": "264.433", "min": "251.008", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "293.7", "max": "296.797", "min": "293.314", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "189.02", "max": "192.1", "min": "188.652", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "185.06", "max": "186.506", "min": "184.562", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "187.095", "max": "188.251", "min": "186.79", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "270.814", "max": "424.95", "min": "186.098", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "254.293", "max": "255.893", "min": "254.003", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "107.375", "max": "202.116", "min": "101.55", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "73.911", "max": "75.528", "min": "73.617", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "74.798", "max": "75.688", "min": "74.09", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "154.489", "max": "155.601", "min": "154.15", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "241.83", "max": "243.446", "min": "241.418", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "215.917", "max": "218.421", "min": "215.597", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "255.568", "max": "259.568", "min": "255.173", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "185.299", "max": "187.57", "min": "184.831", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "178.586", "max": "179.037", "min": "178.333", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "185.969", "max": "187.482", "min": "185.598", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "365.935", "max": "367.416", "min": "365.034", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "200.804", "max": "204.978", "min": "200.392", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "151.445", "max": "152.303", "min": "151.117", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "205.97", "max": "223.67", "min": "204.66", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "197.053", "max": "197.473", "min": "196.772", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "180.05", "max": "180.556", "min": "179.827", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "150.901", "max": "151.303", "min": "150.553", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "64.712", "max": "65.612", "min": "64.442", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "246.355", "max": "247.085", "min": "245.943", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "45.225", "max": "46.505", "min": "44.869", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "64.844", "max": "66.936", "min": "64.429", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "252.063", "max": "255.788", "min": "251.265", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "89.964", "max": "91.556", "min": "89.631", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "73.692", "max": "76.479", "min": "73.292", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "204.844", "max": "206.345", "min": "204.517", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "83.452", "max": "84.68", "min": "83.031", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "89.694", "max": "92.882", "min": "89.322", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "78.585", "max": "89.233", "min": "77.038", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "251.697", "max": "252.861", "min": "251.131", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "82.402", "max": "84.578", "min": "81.916", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "80.704", "max": "100.758", "min": "79.507", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "166.068", "max": "166.445", "min": "165.828", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "210.411", "max": "212.393", "min": "209.834", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "62.799", "max": "64.221", "min": "62.446", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "278.863", "max": "323.06", "min": "270.057", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "202.744", "max": "203.307", "min": "202.462", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "308.444", "max": "392.766", "min": "299.832", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "186.945", "max": "189.679", "min": "186.582", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "455.312", "max": "456.604", "min": "454.553", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "100.554", "max": "101.634", "min": "100.26", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "154.144", "max": "155.485", "min": "153.789", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "95.15", "max": "95.8", "min": "94.848", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "253.515", "max": "254.532", "min": "253.051", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "71.063", "max": "74.311", "min": "70.569", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "210.549", "max": "210.765", "min": "210.251", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "351.016", "max": "358.5", "min": "333.256", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "163.875", "max": "164.729", "min": "163.593", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "169.829", "max": "171.018", "min": "169.581", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "104.523", "max": "110.163", "min": "103.981", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "275.954", "max": "277.093", "min": "275.602", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "91.85", "max": "93.938", "min": "91.458", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "92.592", "max": "94.168", "min": "92.172", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "115.719", "max": "117.885", "min": "115.328", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "106.94", "max": "107.515", "min": "106.676", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "78.826", "max": "80.514", "min": "78.352", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "125.837", "max": "127.766", "min": "125.352", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "108.668", "max": "110.886", "min": "108.367", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "67.474", "max": "70.878", "min": "66.816", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "65.731", "max": "69.125", "min": "65.264", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "88.257", "max": "89.633", "min": "88.011", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "89.251", "max": "90.975", "min": "88.965", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "85.632", "max": "86.41", "min": "85.342", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "71.02", "max": "72.243", "min": "70.62", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "104.323", "max": "106.642", "min": "103.66", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "87.813", "max": "103.688", "min": "86.107", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "103.449", "max": "157.745", "min": "74.016", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "84.708", "max": "85.214", "min": "84.464", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "82.143", "max": "83.021", "min": "81.82", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "91.215", "max": "110.341", "min": "90.14", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "79.801", "max": "82.58", "min": "79.144", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "85.236", "max": "88.077", "min": "84.813", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "264.195", "max": "265.398", "min": "263.568", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "69.509", "max": "71.405", "min": "69.238", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "102.128", "max": "105.743", "min": "101.72", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "64.273", "max": "65.322", "min": "63.944", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "270.282", "max": "277.153", "min": "268.318", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "89.008", "max": "89.539", "min": "88.713", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "76.217", "max": "78.231", "min": "75.788", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "82.277", "max": "86.102", "min": "81.726", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "83.967", "max": "88.008", "min": "83.539", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "351.163", "max": "364.102", "min": "348.021", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "175.057", "max": "178.93", "min": "174.282", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "286.489", "max": "289.706", "min": "280.496", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "223.876", "max": "224.298", "min": "223.588", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "83.889", "max": "84.56", "min": "83.541", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "136.674", "max": "139.651", "min": "136.244", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "225.714", "max": "228.687", "min": "225.029", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "108.737", "max": "110.612", "min": "108.365", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "51.816", "max": "52.567", "min": "51.348", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "105.733", "max": "109.093", "min": "105.191", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "88.713", "max": "90.515", "min": "88.24", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "177.024", "max": "178.419", "min": "176.773", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "179.21", "max": "180.1", "min": "178.903", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "314.767", "max": "320.262", "min": "314.199", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "150.173", "max": "151.88", "min": "149.626", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "92.813", "max": "93.297", "min": "92.581", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "154.126", "max": "157.229", "min": "153.745", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "97.641", "max": "98.386", "min": "97.347", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "267.584", "max": "268.554", "min": "266.923", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "207.151", "max": "211.032", "min": "203.959", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "97.738", "max": "98.864", "min": "97.451", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "87.115", "max": "110.155", "min": "85.738", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "248.953", "max": "251.887", "min": "247.842", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "183.43", "max": "185.029", "min": "183.017", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "269.486", "max": "271.354", "min": "269.001", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "59.051", "max": "60.697", "min": "58.701", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "114.58", "max": "116.275", "min": "114.31", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "82.778", "max": "83.124", "min": "82.586", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "80.458", "max": "80.838", "min": "80.23", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "168.787", "max": "170.827", "min": "168.177", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "165.102", "max": "165.974", "min": "164.784", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "133.663", "max": "136.676", "min": "132.11", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "242.627", "max": "244.928", "min": "241.846", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "159.63", "max": "163.021", "min": "158.411", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "131.474", "max": "133.76", "min": "131.127", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "173.936", "max": "175.424", "min": "173.423", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "94.249", "max": "97.225", "min": "93.639", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "257.461", "max": "259.118", "min": "255.737", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "256.729", "max": "256.729", "min": "256.729", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "91.37", "max": "93.781", "min": "91.075", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "87.343", "max": "88.448", "min": "87.099", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "172.388", "max": "276.155", "min": "168.508", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "113.879", "max": "133.749", "min": "104.653", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "87.008", "max": "138.016", "min": "84.701", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "246.117", "max": "248.278", "min": "245.637", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "0.027", "max": "0.049", "min": "0.022", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "190.429", "max": "191.884", "min": "190.089", "id": "294", "country": "Azerbaijan", "source_name": "Baku", "destination_name": "Lansing", "destination_id": "295" } } } }, "South Asia": { "46": { "name": "New Delhi", "data": { "0": { "avg": "335.104", "max": "336.087", "min": "334.936", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "303.879", "max": "310.871", "min": "293.963", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "219.99", "max": "220.183", "min": "219.877", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "230.173", "max": "234.631", "min": "229.659", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "204.689", "max": "204.986", "min": "204.478", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "260.025", "max": "262.485", "min": "252.519", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "150.862", "max": "151.149", "min": "150.719", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "329.201", "max": "335.091", "min": "321.037", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "180.757", "max": "181.116", "min": "180.63", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "175.465", "max": "177.824", "min": "175.184", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "142.376", "max": "142.591", "min": "142.217", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "267.513", "max": "271.012", "min": "267.239", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "211.674", "max": "211.938", "min": "211.509", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "268.047", "max": "268.353", "min": "267.868", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "277.835", "max": "279.776", "min": "277.641", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "213.138", "max": "216.372", "min": "212.463", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "144.361", "max": "144.575", "min": "144.131", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "228.247", "max": "228.367", "min": "228.141", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "145.77", "max": "146.041", "min": "145.601", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "156.867", "max": "157.811", "min": "156.752", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "314.381", "max": "317.509", "min": "307.589", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "225.688", "max": "229.976", "min": "225.44", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "256.799", "max": "257.764", "min": "256.597", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "277.946", "max": "278.563", "min": "277.678", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "222.385", "max": "223.322", "min": "222.154", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "148.364", "max": "148.445", "min": "148.276", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "178.951", "max": "180.399", "min": "178.595", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "170.275", "max": "170.488", "min": "170.086", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "136.688", "max": "136.831", "min": "136.581", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "261.254", "max": "261.955", "min": "260.949", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "70.406", "max": "70.622", "min": "70.307", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "181.744", "max": "181.898", "min": "181.628", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "308.082", "max": "319.382", "min": "307.437", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "161.243", "max": "166.5", "min": "160.948", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "146.017", "max": "146.821", "min": "145.757", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "89.169", "max": "89.791", "min": "88.982", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "267.591", "max": "267.735", "min": "267.514", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "264.426", "max": "264.538", "min": "264.345", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "263.386", "max": "263.707", "min": "263.227", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "219.634", "max": "226.069", "min": "219.171", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "344.013", "max": "347.152", "min": "343.57", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "215.122", "max": "219.414", "min": "214.594", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "164.975", "max": "171.152", "min": "164.639", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "156.54", "max": "156.885", "min": "156.452", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "0.028", "max": "0.064", "min": "0.017", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "157.308", "max": "157.935", "min": "156.954", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "176.779", "max": "177.196", "min": "176.623", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "333.292", "max": "333.618", "min": "333.135", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "354.789", "max": "356.308", "min": "354.54", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "283.033", "max": "283.221", "min": "282.961", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "218.216", "max": "218.354", "min": "218.155", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "301.709", "max": "302.337", "min": "301.523", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "170.593", "max": "179.935", "min": "156.062", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "236.292", "max": "236.463", "min": "236.195", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "31.437", "max": "39.014", "min": "27.863", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "121.645", "max": "122.227", "min": "121.498", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "209.011", "max": "210.723", "min": "208.327", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "418.64", "max": "424.248", "min": "418.347", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "161.954", "max": "162.777", "min": "161.692", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "219.768", "max": "224.218", "min": "219.499", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "230.258", "max": "231.927", "min": "229.59", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "177.294", "max": "207.498", "min": "175.987", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "131.679", "max": "171.766", "min": "129.15", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "247.77", "max": "251.098", "min": "247.569", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "253.847", "max": "254.225", "min": "253.751", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "169", "max": "169.201", "min": "168.88", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "208.85", "max": "209.155", "min": "208.693", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "171.943", "max": "180.931", "min": "171.173", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "342.772", "max": "344.469", "min": "342.146", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "271.657", "max": "275.863", "min": "271.087", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "112.88", "max": "113.257", "min": "112.736", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "267.054", "max": "267.41", "min": "266.754", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "317.458", "max": "319.096", "min": "317.162", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "258.437", "max": "258.588", "min": "258.33", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "186.549", "max": "188.338", "min": "186.296", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "155.84", "max": "156.136", "min": "155.668", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "228.828", "max": "229.008", "min": "228.684", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "255.955", "max": "256.267", "min": "255.762", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "232.143", "max": "232.846", "min": "231.963", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "228.159", "max": "228.316", "min": "228.04", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "285.676", "max": "291.531", "min": "285.238", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "230.609", "max": "231.019", "min": "230.384", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "273.015", "max": "275.097", "min": "272.756", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "42.736", "max": "45.586", "min": "42.464", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "316.334", "max": "316.529", "min": "316.201", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "211.794", "max": "212.422", "min": "211.554", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "150.903", "max": "151.472", "min": "150.635", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "240.747", "max": "240.937", "min": "240.62", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "320.188", "max": "320.576", "min": "320.07", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "146.582", "max": "152.313", "min": "146.256", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "241.381", "max": "242.565", "min": "240.586", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "272.579", "max": "272.926", "min": "272.401", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "133.597", "max": "133.645", "min": "133.535", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "130.608", "max": "130.988", "min": "130.4", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "211.57", "max": "212.844", "min": "211.344", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "245.157", "max": "245.505", "min": "245.002", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "282.42", "max": "282.759", "min": "282.15", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "322.826", "max": "336.985", "min": "321.535", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "259.324", "max": "259.444", "min": "259.24", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "222.361", "max": "222.988", "min": "222.193", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "239.266", "max": "239.495", "min": "239.157", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "303.352", "max": "303.573", "min": "303.197", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "179.284", "max": "179.43", "min": "179.174", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "346.647", "max": "354.66", "min": "345.527", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "237.542", "max": "237.939", "min": "237.358", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "370.08", "max": "373.573", "min": "363.515", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "295.696", "max": "298.837", "min": "295.189", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "212.979", "max": "213.076", "min": "212.838", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "230.066", "max": "230.275", "min": "229.938", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "30.063", "max": "33.651", "min": "29.743", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "116.84", "max": "117.769", "min": "116.603", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "381.886", "max": "385.299", "min": "381.673", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "209.766", "max": "209.941", "min": "209.649", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "232.134", "max": "232.529", "min": "231.974", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "503.144", "max": "624.053", "min": "338.539", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "347.66", "max": "436.308", "min": "267.7", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "361.617", "max": "368.719", "min": "360.863", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "166.873", "max": "168.254", "min": "166.584", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "244.552", "max": "247.265", "min": "244.308", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "237.251", "max": "238.393", "min": "236.96", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "296.151", "max": "297.011", "min": "295.911", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "338.762", "max": "483.501", "min": "261.263", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "333.646", "max": "333.796", "min": "333.511", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "176.176", "max": "363.024", "min": "168.968", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "161.264", "max": "161.452", "min": "161.185", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "169.422", "max": "171.216", "min": "168.854", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "212.546", "max": "212.837", "min": "212.405", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "309.937", "max": "310.686", "min": "309.672", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "231.224", "max": "234.843", "min": "230.84", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "322.711", "max": "324.467", "min": "322.488", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "233.544", "max": "233.67", "min": "233.431", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "233.356", "max": "234.063", "min": "233.184", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "238.065", "max": "238.462", "min": "237.932", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "402.517", "max": "403.246", "min": "402.013", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "277.633", "max": "277.858", "min": "277.51", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "208.252", "max": "208.536", "min": "208.109", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "305.887", "max": "315.494", "min": "303.908", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "274.507", "max": "274.737", "min": "274.396", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "242.847", "max": "243.26", "min": "242.763", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "215.985", "max": "216.231", "min": "215.817", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "233.582", "max": "233.888", "min": "233.437", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "65.043", "max": "67.236", "min": "64.628", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "166.945", "max": "171.98", "min": "166.655", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "167.163", "max": "167.321", "min": "167.041", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "307.542", "max": "309.251", "min": "307.258", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "139.628", "max": "145.129", "min": "139.301", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "171.327", "max": "181.32", "min": "170.589", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "36.124", "max": "36.465", "min": "35.98", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "138.411", "max": "138.626", "min": "138.299", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "138.781", "max": "139.062", "min": "138.664", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "159.238", "max": "173.956", "min": "156.717", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "171.809", "max": "172.053", "min": "171.686", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "160.062", "max": "160.965", "min": "159.85", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "133.638", "max": "171.752", "min": "132.175", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "266.236", "max": "266.366", "min": "266.117", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "303.35", "max": "303.873", "min": "303.195", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "162.159", "max": "162.929", "min": "161.869", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "258.578", "max": "299.98", "min": "252.01", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "264.045", "max": "264.223", "min": "263.963", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "414.145", "max": "475.613", "min": "407.896", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "244.68", "max": "244.791", "min": "244.59", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "418.534", "max": "421.703", "min": "411.163", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "154.738", "max": "154.978", "min": "154.609", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "206.986", "max": "211.948", "min": "206.665", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "244.255", "max": "244.43", "min": "244.117", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "358.305", "max": "358.387", "min": "358.234", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "220.212", "max": "220.352", "min": "220.113", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "322.83", "max": "324.099", "min": "322.488", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "273.389", "max": "278.715", "min": "273.116", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "280.843", "max": "280.997", "min": "280.762", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "219.983", "max": "221.824", "min": "219.596", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "169.744", "max": "174.003", "min": "169.364", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "178.973", "max": "179.325", "min": "178.852", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "145.266", "max": "148.299", "min": "145.075", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "142.552", "max": "142.862", "min": "142.388", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "154.853", "max": "155.054", "min": "154.753", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "154.809", "max": "154.931", "min": "154.744", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "218.028", "max": "218.426", "min": "217.833", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "191.538", "max": "193.294", "min": "191.247", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "161.12", "max": "161.259", "min": "161.011", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "221.891", "max": "222.255", "min": "221.777", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "183.819", "max": "184.723", "min": "183.659", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "138.213", "max": "142.623", "min": "137.819", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "157.261", "max": "157.461", "min": "157.165", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "147.956", "max": "148.122", "min": "147.899", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "143.722", "max": "143.898", "min": "143.594", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "192.201", "max": "192.87", "min": "191.942", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "139.583", "max": "146.533", "min": "138.81", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "171.101", "max": "227.447", "min": "145.269", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "146", "max": "146.144", "min": "145.933", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "214.371", "max": "214.815", "min": "214.214", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "156.924", "max": "157.493", "min": "156.673", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "190.277", "max": "190.836", "min": "189.889", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "140.912", "max": "142.046", "min": "140.655", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "128.705", "max": "128.998", "min": "128.549", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "171.236", "max": "172.142", "min": "171.075", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "161.266", "max": "161.59", "min": "161.056", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "156.551", "max": "156.726", "min": "156.468", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "345.996", "max": "352.067", "min": "344.032", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "259.765", "max": "259.936", "min": "259.641", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "214.544", "max": "221.759", "min": "214.111", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "146.106", "max": "146.351", "min": "145.959", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "189.741", "max": "189.861", "min": "189.634", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "424.427", "max": "439.159", "min": "421.509", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "217.525", "max": "224.476", "min": "216.222", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "232.124", "max": "234.198", "min": "231.937", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "37.308", "max": "37.648", "min": "37.146", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "142.453", "max": "142.634", "min": "142.352", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "256.008", "max": "256.29", "min": "255.795", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "285.787", "max": "285.904", "min": "285.525", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "174.756", "max": "175.046", "min": "174.628", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "227.11", "max": "232.524", "min": "226.69", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "210.413", "max": "213.865", "min": "209.773", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "148.899", "max": "149.332", "min": "148.751", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "249.776", "max": "249.871", "min": "249.697", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "238.927", "max": "239.067", "min": "238.866", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "132.344", "max": "133.262", "min": "132.137", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "211.924", "max": "213.455", "min": "211.766", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "140.601", "max": "140.797", "min": "140.512", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "212.156", "max": "212.333", "min": "212.05", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "147.491", "max": "147.631", "min": "147.382", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "374.263", "max": "376.024", "min": "374.005", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "264.566", "max": "267.791", "min": "262.21", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "141.53", "max": "141.754", "min": "141.388", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "297.667", "max": "298.378", "min": "297.015", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "290.401", "max": "296.179", "min": "289.375", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "224.657", "max": "226.465", "min": "224.285", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "149.222", "max": "149.42", "min": "149.014", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "249.421", "max": "249.883", "min": "249.25", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "164.033", "max": "164.159", "min": "163.904", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "141.523", "max": "142.662", "min": "141.371", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "149.527", "max": "149.651", "min": "149.449", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "226.741", "max": "228.284", "min": "226.402", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "226.191", "max": "226.587", "min": "226.068", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "180.968", "max": "186.938", "min": "178.966", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "283.57", "max": "289.506", "min": "283.177", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "220.382", "max": "226.534", "min": "219.285", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "190.343", "max": "191.528", "min": "190.198", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "254.76", "max": "254.929", "min": "254.657", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "208.797", "max": "213.803", "min": "208.277", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "222.355", "max": "222.547", "min": "222.233", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "357.766", "max": "357.766", "min": "357.766", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "144.956", "max": "145.117", "min": "144.881", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "153.668", "max": "153.815", "min": "153.548", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "312.797", "max": "313.356", "min": "312.59", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "211.72", "max": "228.208", "min": "203.095", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "179.683", "max": "179.961", "min": "179.585", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "26.543", "max": "29.039", "min": "26.08", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "211.499", "max": "213.007", "min": "211.138", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "246.578", "max": "246.773", "min": "246.488", "id": "46", "country": "India", "source_name": "New Delhi", "destination_name": "Lansing", "destination_id": "295" } } }, "56": { "name": "Hyderabad", "data": { "0": { "avg": "342.476", "max": "358.077", "min": "338.03", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "136.833", "max": "165.02", "min": "127.774", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "231.926", "max": "247.656", "min": "227.746", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "136.146", "max": "145.215", "min": "133.036", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "139.934", "max": "171.871", "min": "134.336", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "248.664", "max": "270.938", "min": "243.387", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "140.325", "max": "180.182", "min": "134.587", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.687", "max": "308.344", "min": "280.615", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "169.272", "max": "184.14", "min": "166.08", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "174.617", "max": "195.062", "min": "168.849", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "199.907", "max": "220.135", "min": "193.755", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "247.012", "max": "256.252", "min": "244.062", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "205.504", "max": "239.599", "min": "201.084", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "211.912", "max": "232.002", "min": "206.003", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "251.275", "max": "265.118", "min": "245.289", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "226.966", "max": "252.871", "min": "219.055", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "157.582", "max": "168.633", "min": "154.21", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "270.414", "max": "286.205", "min": "259.789", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "145.565", "max": "172.618", "min": "140.474", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "158.484", "max": "171.567", "min": "154.232", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "163.596", "max": "190.154", "min": "158.262", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "259.16", "max": "278.509", "min": "255.192", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "240.917", "max": "248.947", "min": "236.496", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "259.386", "max": "285.263", "min": "254.634", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "162.573", "max": "170.916", "min": "157.223", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "158.342", "max": "181.206", "min": "149.932", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "143.793", "max": "168.018", "min": "134.504", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "160.733", "max": "169.2", "min": "156.894", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "133.064", "max": "149.162", "min": "129.062", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "260.546", "max": "274.867", "min": "257.825", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "53.435", "max": "65.232", "min": "48.012", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "172.827", "max": "186.941", "min": "168.661", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "281.423", "max": "304.751", "min": "273.843", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "171.242", "max": "180.556", "min": "165.698", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "174.415", "max": "187.192", "min": "169.297", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "99.657", "max": "119.165", "min": "93.149", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "222.188", "max": "230.344", "min": "217.566", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "255.658", "max": "267.055", "min": "253.35", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "250.753", "max": "264.536", "min": "246.382", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "235.43", "max": "248.063", "min": "231.955", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "283.009", "max": "315.06", "min": "279.228", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "147.602", "max": "167.699", "min": "139.765", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "176.663", "max": "190.808", "min": "171.765", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "167.187", "max": "193.387", "min": "163.38", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "31.8", "max": "49.669", "min": "27.912", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "170.65", "max": "223.575", "min": "165.003", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "165.942", "max": "176.771", "min": "160.286", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "299.419", "max": "328.826", "min": "295.851", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "367.272", "max": "384.775", "min": "362.438", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "258.21", "max": "268.763", "min": "254.172", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "214.708", "max": "231.489", "min": "211.087", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "291.527", "max": "316.502", "min": "286.168", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "207.471", "max": "247.243", "min": "143.941", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "250.474", "max": "266.086", "min": "243.736", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "0.075", "max": "0.476", "min": "0.026", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "65.92", "max": "102.055", "min": "58.273", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "166.961", "max": "192.385", "min": "161.7", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "397.579", "max": "420.616", "min": "389.905", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "154.412", "max": "170.865", "min": "148.7", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "145.496", "max": "180.456", "min": "138.093", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "165.851", "max": "187.891", "min": "159.977", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "288.887", "max": "312.894", "min": "282.55", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "82.167", "max": "110.818", "min": "73.998", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "111.788", "max": "241.022", "min": "103.188", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "188.526", "max": "211.369", "min": "183.294", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "179.997", "max": "194.552", "min": "176.903", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "245.988", "max": "261.974", "min": "241.545", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "181.564", "max": "186.681", "min": "178.276", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "394.682", "max": "410.191", "min": "389.176", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "253.05", "max": "281.186", "min": "245.444", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "83.847", "max": "93.275", "min": "79.028", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "227.849", "max": "246.278", "min": "220.983", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "294.355", "max": "310.784", "min": "290.081", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "263.499", "max": "273.809", "min": "259.584", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "185.337", "max": "206.523", "min": "180.872", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "145.142", "max": "197.47", "min": "141.137", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "244.501", "max": "260.92", "min": "241.962", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "241.058", "max": "249.124", "min": "227.928", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "282.735", "max": "303.822", "min": "273.499", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "249.182", "max": "263.426", "min": "245.265", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "271.909", "max": "289.192", "min": "265.466", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "271.315", "max": "294.735", "min": "265.553", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "204.481", "max": "224.718", "min": "201.125", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "19.335", "max": "48.472", "min": "12.931", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "252.968", "max": "355.923", "min": "246.474", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "198.555", "max": "213.975", "min": "195.255", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "157.797", "max": "176.741", "min": "152.325", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "253.62", "max": "266.138", "min": "249.524", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "266.37", "max": "280.434", "min": "262.443", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "149.762", "max": "155.385", "min": "146.731", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "247.03", "max": "467.055", "min": "231.646", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "251.011", "max": "350.127", "min": "243.812", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "154.352", "max": "166.301", "min": "150.114", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "107.505", "max": "120.313", "min": "104.308", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "252.459", "max": "278.655", "min": "246.68", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "251.066", "max": "277.026", "min": "244.899", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "297.149", "max": "320.485", "min": "292.523", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "268.329", "max": "286.467", "min": "262.724", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "232.43", "max": "256.161", "min": "227.584", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "262.72", "max": "270.089", "min": "258.479", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "268.916", "max": "283.655", "min": "264.101", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "288.569", "max": "295.159", "min": "285.177", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "187.586", "max": "216.874", "min": "180.064", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "421.72", "max": "443.976", "min": "415.04", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "240.303", "max": "256.764", "min": "232.906", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "322.655", "max": "350.327", "min": "314.091", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "394.913", "max": "419.605", "min": "390.887", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "220.86", "max": "231.646", "min": "216.911", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "276.16", "max": "302.795", "min": "267.855", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "21.511", "max": "46.244", "min": "13.443", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "96.017", "max": "117.319", "min": "90.009", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "244.641", "max": "254.66", "min": "241.982", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "203.395", "max": "214.282", "min": "199.354", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "230.617", "max": "255.702", "min": "222.776", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "418.926", "max": "537.248", "min": "246.02", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "262.719", "max": "351.416", "min": "173.096", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "275.536", "max": "294.973", "min": "269.794", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "130.547", "max": "148.971", "min": "123.01", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "251.653", "max": "264.991", "min": "247.056", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "277.517", "max": "294.244", "min": "267.058", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "260.345", "max": "271.734", "min": "257.316", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "332.964", "max": "483.4", "min": "249.382", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "365.698", "max": "379.83", "min": "361.005", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "173.863", "max": "378.995", "min": "160.915", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "179.671", "max": "190.644", "min": "174.019", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "165.567", "max": "189.525", "min": "158.831", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "230.249", "max": "249", "min": "222.371", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "265.853", "max": "291.143", "min": "261.105", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "212.25", "max": "229.667", "min": "207.993", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "316.166", "max": "345.28", "min": "310.113", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "297.28", "max": "315.799", "min": "293.14", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "231.65", "max": "254.045", "min": "224.212", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "284.023", "max": "308.792", "min": "280.209", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "382.49", "max": "394.913", "min": "376.514", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "277.72", "max": "295.858", "min": "270.475", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "254.673", "max": "260.882", "min": "251.989", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "269.424", "max": "277.843", "min": "264.26", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "248.251", "max": "267.573", "min": "242.578", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "245.929", "max": "270.086", "min": "238.998", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "213.338", "max": "241.839", "min": "205.762", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "147.864", "max": "174.147", "min": "142.24", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "77.947", "max": "99.955", "min": "71.307", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "176.019", "max": "205.91", "min": "170.935", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "163.468", "max": "183.912", "min": "156.689", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "299.679", "max": "311.751", "min": "294.901", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "131.373", "max": "146.135", "min": "127.68", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "152.953", "max": "172.538", "min": "147.744", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "26.747", "max": "46.628", "min": "22.229", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "143.85", "max": "158.096", "min": "139.576", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "147.754", "max": "169.328", "min": "143.911", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "160.146", "max": "190.733", "min": "152.827", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "137.589", "max": "167.445", "min": "127.736", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "171.831", "max": "191.081", "min": "167.44", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "120.022", "max": "137.364", "min": "116.045", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "238.255", "max": "268.702", "min": "227.412", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "263.654", "max": "268.708", "min": "261.589", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "168.887", "max": "191.745", "min": "163.52", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "222.886", "max": "267.762", "min": "213.135", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "259.562", "max": "279.84", "min": "254.819", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "405.697", "max": "501.15", "min": "393.322", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "251.927", "max": "258.941", "min": "248.647", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "93.27", "max": "98.687", "min": "91.492", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "152.051", "max": "167.145", "min": "148.181", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "200.741", "max": "216.453", "min": "198.432", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "227.851", "max": "247.314", "min": "222.441", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "288.092", "max": "306.621", "min": "282.948", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "346.122", "max": "354.647", "min": "342.561", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "270.3", "max": "276.372", "min": "264.769", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "233.661", "max": "391.475", "min": "198.892", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "221.159", "max": "246.039", "min": "215.563", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "249.077", "max": "276.759", "min": "242.714", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "147.214", "max": "176.02", "min": "139.933", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "246.173", "max": "269.704", "min": "240.731", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "378.005", "max": "396.467", "min": "372.657", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "151.043", "max": "170.745", "min": "144.989", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "159.082", "max": "174.668", "min": "154.053", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "140.172", "max": "176.049", "min": "133.91", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "148.489", "max": "162.359", "min": "144.467", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "167.494", "max": "177.158", "min": "164.244", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "162.481", "max": "178.854", "min": "154.937", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "326.931", "max": "541.874", "min": "313.451", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "295.683", "max": "320.019", "min": "291.053", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "133.727", "max": "154.416", "min": "129.335", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "190.63", "max": "207.783", "min": "186.567", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "155.03", "max": "167.91", "min": "151.744", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "163.801", "max": "205.804", "min": "156.543", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "222.109", "max": "240.535", "min": "217.437", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "153.733", "max": "186.879", "min": "147.273", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "161.852", "max": "229.969", "min": "142.763", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "147.187", "max": "163.125", "min": "143.052", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "206.683", "max": "236.816", "min": "197.919", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "173.486", "max": "199.743", "min": "169.585", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "171.471", "max": "188.855", "min": "167.509", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "244.139", "max": "258.647", "min": "241.064", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "86.706", "max": "108.209", "min": "80.935", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "154.771", "max": "191.53", "min": "143.632", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "250.517", "max": "269.091", "min": "244.075", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "155.126", "max": "157.831", "min": "154.485", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "306.006", "max": "350.414", "min": "296.94", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "201.761", "max": "295.112", "min": "180.922", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "148.699", "max": "180.321", "min": "142.278", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "140.923", "max": "175.467", "min": "135.722", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "129.442", "max": "137.084", "min": "126.702", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "269.059", "max": "282.428", "min": "265.933", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "240.232", "max": "251.34", "min": "232.824", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "216.443", "max": "234.163", "min": "211.494", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "26.098", "max": "54.087", "min": "22.638", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "150.886", "max": "179.055", "min": "145.973", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "361.344", "max": "382.262", "min": "355.711", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "277.107", "max": "301.937", "min": "269.254", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "268.113", "max": "286.206", "min": "265.654", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "221.852", "max": "241.792", "min": "214.129", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "153.482", "max": "175.617", "min": "146.928", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "138.102", "max": "146.889", "min": "134.021", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "267.248", "max": "378.317", "min": "258.427", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "275.577", "max": "292.105", "min": "270.807", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "269.707", "max": "309.28", "min": "262.766", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "218.511", "max": "251.016", "min": "213.305", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "162.194", "max": "170.906", "min": "157.225", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "220.597", "max": "239.949", "min": "213.866", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "136.392", "max": "150.145", "min": "131.416", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "342.935", "max": "352.048", "min": "338.608", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "277.073", "max": "292.111", "min": "265.518", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "160.135", "max": "175.182", "min": "156.664", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "157.705", "max": "195.026", "min": "150.388", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "295.289", "max": "318.629", "min": "289.338", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "368.112", "max": "508.609", "min": "353.746", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "133.623", "max": "150.548", "min": "130.084", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "196.246", "max": "220.57", "min": "191.213", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "398.707", "max": "419.665", "min": "393.592", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "151.803", "max": "169.084", "min": "146.21", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "295.677", "max": "313.908", "min": "291.186", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "239.207", "max": "338.802", "min": "227.614", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "238.936", "max": "254.378", "min": "230.267", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "312.843", "max": "326.145", "min": "304.518", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "304.633", "max": "330.169", "min": "299.465", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "221.715", "max": "238.16", "min": "216.268", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "293.457", "max": "301.26", "min": "288.916", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "257.848", "max": "275.948", "min": "253.84", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "151.36", "max": "156.527", "min": "149.122", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "219.144", "max": "232.577", "min": "216.028", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "345.039", "max": "345.039", "min": "345.039", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "148.169", "max": "174.447", "min": "139.87", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "134.021", "max": "149.896", "min": "129.99", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "243.212", "max": "271.112", "min": "236.768", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "202.88", "max": "220.527", "min": "191.85", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "159.382", "max": "172.591", "min": "156.241", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "22.764", "max": "46.339", "min": "17.184", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "212.362", "max": "234.586", "min": "201.183", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "281.788", "max": "289.27", "min": "277.784", "id": "56", "country": "India", "source_name": "Hyderabad", "destination_name": "Lansing", "destination_id": "295" } } }, "85": { "name": "Chennai", "data": { "0": { "avg": "330.416", "max": "330.787", "min": "330.216", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "115.571", "max": "116.442", "min": "115.269", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "229.142", "max": "229.536", "min": "228.977", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "156.348", "max": "162.299", "min": "155.822", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "141.165", "max": "141.389", "min": "140.954", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "103.526", "max": "103.864", "min": "103.308", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "143.785", "max": "144.184", "min": "143.619", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "150.235", "max": "161.333", "min": "148.937", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "179.955", "max": "180.316", "min": "179.815", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "175.511", "max": "176.882", "min": "175.223", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "152.39", "max": "152.818", "min": "152.136", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "240.472", "max": "259.423", "min": "239.685", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "212.362", "max": "212.586", "min": "212.198", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "262.398", "max": "263.574", "min": "262.183", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "264.63", "max": "266.439", "min": "264.406", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "215.308", "max": "216.028", "min": "214.941", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "170.422", "max": "170.877", "min": "170.225", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "241.299", "max": "241.421", "min": "241.201", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "155.299", "max": "155.615", "min": "155.126", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "154.248", "max": "154.557", "min": "154.108", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "144.497", "max": "145.287", "min": "144.268", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "249.54", "max": "252.296", "min": "249.208", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "214.683", "max": "215.576", "min": "214.503", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "254.917", "max": "257.007", "min": "254.532", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "197.77", "max": "198.079", "min": "197.581", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "154.376", "max": "154.63", "min": "154.255", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "168.852", "max": "170.038", "min": "168.589", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "168.619", "max": "169.19", "min": "168.408", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "142.668", "max": "143.278", "min": "142.508", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "289.114", "max": "299.728", "min": "288.464", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "34.503", "max": "34.854", "min": "34.273", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "176.755", "max": "178.625", "min": "176.437", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "267.372", "max": "267.735", "min": "267.183", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "168.459", "max": "168.941", "min": "168.31", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "163.264", "max": "164.498", "min": "162.937", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "41.223", "max": "43.306", "min": "40.85", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "234.273", "max": "234.629", "min": "234.128", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "253.12", "max": "253.542", "min": "252.981", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "234.081", "max": "234.611", "min": "233.876", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "219.51", "max": "219.827", "min": "219.248", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "323.915", "max": "326.258", "min": "323.477", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "148.661", "max": "150.022", "min": "148.306", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "184.51", "max": "184.665", "min": "184.374", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "168.769", "max": "169.118", "min": "168.637", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "42.63", "max": "43.154", "min": "42.454", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "163.924", "max": "164.508", "min": "163.494", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "193.383", "max": "194.152", "min": "193.145", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "341.696", "max": "343.296", "min": "341.402", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "357.927", "max": "358.237", "min": "357.751", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "254.38", "max": "254.96", "min": "254.196", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "214.469", "max": "214.798", "min": "214.305", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "257.529", "max": "258.135", "min": "257.23", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "211.814", "max": "231.048", "min": "143.226", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "251.963", "max": "252.327", "min": "251.804", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "17.004", "max": "36.023", "min": "12.938", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "49.17", "max": "51.984", "min": "48.72", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "155.728", "max": "157.56", "min": "154.726", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "373.082", "max": "373.357", "min": "372.936", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "153.849", "max": "158.274", "min": "153.351", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "158.706", "max": "159.034", "min": "158.513", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "225.946", "max": "226.772", "min": "225.345", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "198.29", "max": "261.277", "min": "193.596", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "91.226", "max": "129.664", "min": "88.825", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "226.059", "max": "226.754", "min": "225.872", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "183.647", "max": "184.806", "min": "183.462", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "167.601", "max": "167.889", "min": "167.413", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "231.682", "max": "232.833", "min": "231.512", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "186.574", "max": "186.911", "min": "186.206", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "346.097", "max": "347.075", "min": "345.62", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "247.75", "max": "250.223", "min": "247.217", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "67.113", "max": "70.387", "min": "66.61", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "238.689", "max": "239.402", "min": "238.358", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "299.004", "max": "301.511", "min": "298.731", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "235.835", "max": "237.152", "min": "235.642", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "187.704", "max": "190.514", "min": "187.336", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "140.87", "max": "141.473", "min": "140.607", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "235.596", "max": "235.96", "min": "235.358", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "216.241", "max": "216.496", "min": "216.123", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "241.542", "max": "241.963", "min": "241.303", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "233.967", "max": "234.358", "min": "233.811", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "256.29", "max": "257.108", "min": "256.093", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "239.83", "max": "240.992", "min": "239.56", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "257.248", "max": "257.687", "min": "257.013", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "0.084", "max": "0.133", "min": "0.043", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "267.052", "max": "267.654", "min": "266.713", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "201.646", "max": "202.622", "min": "201.375", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "157.138", "max": "158.073", "min": "156.799", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "251.333", "max": "251.546", "min": "251.108", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "243.228", "max": "244.532", "min": "242.978", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "148.366", "max": "153.025", "min": "147.854", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "248.897", "max": "250.473", "min": "248.065", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "252.285", "max": "252.645", "min": "252.046", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "155.634", "max": "157.995", "min": "155.418", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "90.241", "max": "92.592", "min": "89.945", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "242.182", "max": "242.438", "min": "242.036", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "266.939", "max": "267.349", "min": "266.705", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "287.091", "max": "289.112", "min": "286.654", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "311.834", "max": "351.745", "min": "308.586", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "207.848", "max": "208.188", "min": "207.722", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "233.285", "max": "235.287", "min": "232.977", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "259.444", "max": "259.849", "min": "259.268", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "270.461", "max": "271.381", "min": "270.266", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "198.83", "max": "201.874", "min": "198.553", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "399.184", "max": "402.451", "min": "398.344", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "237.962", "max": "238.499", "min": "237.704", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "266.301", "max": "282.399", "min": "246.793", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "307.889", "max": "310.58", "min": "307.581", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "221.168", "max": "221.3", "min": "221.021", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "218.868", "max": "219.429", "min": "218.682", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "42.911", "max": "46.29", "min": "41.817", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "75.651", "max": "76.655", "min": "75.511", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "339.751", "max": "340.136", "min": "339.554", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "222.223", "max": "222.538", "min": "222.117", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "252.561", "max": "280.975", "min": "251.279", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "507.864", "max": "623.482", "min": "360.775", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "265.667", "max": "371.831", "min": "188.406", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "304.784", "max": "310.958", "min": "304.093", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "105.96", "max": "107.514", "min": "105.579", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "247.334", "max": "247.578", "min": "247.079", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "245.564", "max": "250.072", "min": "244.945", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "263.415", "max": "264.136", "min": "263.097", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "326.702", "max": "477.137", "min": "251.333", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "338.46", "max": "340.333", "min": "338.253", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "180.298", "max": "280.952", "min": "173.458", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "160.013", "max": "160.604", "min": "159.835", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "166.248", "max": "167.063", "min": "165.532", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "237.489", "max": "239.084", "min": "237.261", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "296.882", "max": "297.265", "min": "296.656", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "250.811", "max": "251.699", "min": "250.563", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "323.582", "max": "324.696", "min": "323.349", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "236.122", "max": "236.599", "min": "235.928", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "239.396", "max": "240.35", "min": "239.138", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "242.129", "max": "242.639", "min": "241.91", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "354.379", "max": "355.772", "min": "353.611", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "248.858", "max": "251.313", "min": "248.621", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "238.638", "max": "239.183", "min": "238.281", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "270.907", "max": "277.018", "min": "269.904", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "243.886", "max": "246.205", "min": "243.669", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "239.445", "max": "239.709", "min": "239.288", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "207.864", "max": "208.429", "min": "207.641", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "150.321", "max": "150.804", "min": "150.133", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "62.924", "max": "64.37", "min": "62.473", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "172.827", "max": "173.445", "min": "172.635", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "155.197", "max": "155.969", "min": "155.004", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "281.926", "max": "289.417", "min": "281.458", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "145.451", "max": "147.057", "min": "145.175", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "181.708", "max": "184.792", "min": "181.41", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "34.144", "max": "34.965", "min": "33.961", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "139.551", "max": "140.168", "min": "139.309", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "238.842", "max": "239.318", "min": "238.677", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "152.879", "max": "155.376", "min": "152.177", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "123.454", "max": "125.684", "min": "123.204", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "168.845", "max": "170.137", "min": "168.667", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "169.7", "max": "197.944", "min": "168.362", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "254.893", "max": "255.302", "min": "254.732", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "283.88", "max": "285.126", "min": "283.62", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "171.821", "max": "173.434", "min": "171.426", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "229.13", "max": "275.169", "min": "220.844", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "267.785", "max": "268.306", "min": "267.632", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "404.573", "max": "492.832", "min": "395.152", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "283.006", "max": "284.232", "min": "282.831", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "79.991", "max": "80.237", "min": "79.862", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "169.009", "max": "169.238", "min": "168.82", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "223.557", "max": "224.454", "min": "223.329", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "241.737", "max": "243.217", "min": "241.472", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "294.044", "max": "294.333", "min": "293.931", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "337.041", "max": "337.245", "min": "336.89", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "275.782", "max": "276.422", "min": "275.515", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "218.036", "max": "219.706", "min": "217.784", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "267.285", "max": "268.387", "min": "267.168", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "240.308", "max": "240.61", "min": "240.177", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "140.508", "max": "141.908", "min": "140.278", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "203.996", "max": "204.573", "min": "203.792", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "156.433", "max": "158.407", "min": "156.238", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "150.8", "max": "157.492", "min": "150.281", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "159.36", "max": "170.318", "min": "158.618", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "154.697", "max": "155.248", "min": "154.573", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "152.368", "max": "152.767", "min": "152.07", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "196.538", "max": "197.054", "min": "196.142", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "166.06", "max": "166.291", "min": "165.875", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "285.548", "max": "286.361", "min": "285.349", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "174.015", "max": "174.505", "min": "173.831", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "151.639", "max": "156.343", "min": "151.182", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "149.538", "max": "150.053", "min": "149.388", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "149.539", "max": "149.912", "min": "149.414", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "164.229", "max": "169.134", "min": "163.834", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "183.823", "max": "184.337", "min": "183.543", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "172.984", "max": "183.326", "min": "171.974", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "175.937", "max": "192.777", "min": "161.863", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "139.961", "max": "140.325", "min": "139.761", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "241.213", "max": "242.316", "min": "240.896", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "166.383", "max": "200.586", "min": "164.724", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "172.559", "max": "174.884", "min": "172.025", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "157.951", "max": "162.03", "min": "157.381", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "85.238", "max": "90.091", "min": "84.76", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "150.063", "max": "150.279", "min": "149.923", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "253.993", "max": "254.343", "min": "253.77", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "178.231", "max": "179.057", "min": "177.963", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "339.147", "max": "346.092", "min": "337.005", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "185.465", "max": "185.812", "min": "185.262", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "152.426", "max": "155.508", "min": "152.038", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "152.52", "max": "156.145", "min": "152.149", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "174.272", "max": "175.264", "min": "173.314", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "302.478", "max": "318.177", "min": "299.134", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "246.092", "max": "253.723", "min": "245.247", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "215.84", "max": "217.966", "min": "215.589", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "10.345", "max": "10.708", "min": "10.155", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "142.871", "max": "143.239", "min": "142.714", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "267.936", "max": "268.386", "min": "267.71", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "252.591", "max": "253.114", "min": "252.413", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "265.363", "max": "265.556", "min": "265.191", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "207.916", "max": "210.487", "min": "207.408", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "146.102", "max": "148.004", "min": "145.756", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "148.392", "max": "149.817", "min": "147.829", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "239.117", "max": "240.918", "min": "238.859", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "229.523", "max": "229.801", "min": "229.403", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "93.622", "max": "96.633", "min": "93.146", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "217.949", "max": "219.66", "min": "217.702", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "158.943", "max": "159.481", "min": "158.719", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "237.585", "max": "237.97", "min": "237.437", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "159.999", "max": "160.419", "min": "159.776", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "385.843", "max": "728.345", "min": "373.524", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "261.526", "max": "266.737", "min": "259.259", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "153.835", "max": "154.333", "min": "153.595", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "288.059", "max": "288.631", "min": "287.426", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "287.478", "max": "303.094", "min": "285.619", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "227.685", "max": "228.134", "min": "227.306", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "101.137", "max": "101.625", "min": "100.924", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "232.379", "max": "235.099", "min": "231.974", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "182.346", "max": "182.657", "min": "182.23", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "145.254", "max": "145.891", "min": "145.121", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "202.283", "max": "202.709", "min": "202.032", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "239.979", "max": "241.482", "min": "239.55", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "213.68", "max": "213.944", "min": "213.525", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "195.079", "max": "202.3", "min": "193.318", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "287.165", "max": "287.813", "min": "286.835", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "258.519", "max": "260.558", "min": "257.474", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "293.533", "max": "294.607", "min": "293.299", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "245.693", "max": "245.867", "min": "245.52", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "197.101", "max": "197.798", "min": "196.941", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "232.15", "max": "232.56", "min": "231.981", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "306.718", "max": "306.718", "min": "306.718", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "140.578", "max": "140.968", "min": "140.42", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "144.028", "max": "144.324", "min": "143.887", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "239.964", "max": "240.533", "min": "239.776", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "203.582", "max": "212.881", "min": "195.64", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "170.399", "max": "170.724", "min": "170.254", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "30.754", "max": "33.429", "min": "30.341", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "231.397", "max": "232.732", "min": "231.06", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "237.987", "max": "238.362", "min": "237.792", "id": "85", "country": "India", "source_name": "Chennai", "destination_name": "Lansing", "destination_id": "295" } } }, "111": { "name": "Pune", "data": { "0": { "avg": "325.938", "max": "327.868", "min": "325.681", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "143.668", "max": "150.891", "min": "141.061", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "215.539", "max": "224.301", "min": "214.477", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "148.13", "max": "163.333", "min": "147.102", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "125.97", "max": "127.012", "min": "125.714", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "239.058", "max": "239.449", "min": "238.846", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "128.602", "max": "129.067", "min": "128.418", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "183.547", "max": "186.238", "min": "183.16", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "161.851", "max": "162.248", "min": "161.701", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "161.538", "max": "162.834", "min": "161.346", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "143.131", "max": "146.764", "min": "142.796", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "266.939", "max": "278.784", "min": "266.387", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "253.991", "max": "258.366", "min": "253.308", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "227.011", "max": "228.699", "min": "226.73", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "268.118", "max": "273.58", "min": "267.403", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "211.434", "max": "212.278", "min": "211.199", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "149.218", "max": "149.635", "min": "148.994", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "205.275", "max": "217.273", "min": "200.03", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "160.318", "max": "160.688", "min": "160.147", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "142.457", "max": "142.68", "min": "142.355", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "178.688", "max": "179.148", "min": "178.575", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "211.947", "max": "213.65", "min": "211.712", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "244.372", "max": "244.852", "min": "243.938", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "280.1", "max": "285.76", "min": "276.602", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "194.758", "max": "195.569", "min": "194.488", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "158.703", "max": "158.924", "min": "158.588", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "152.417", "max": "156.326", "min": "149.997", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "171.246", "max": "174.914", "min": "170.874", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "128.049", "max": "134.447", "min": "125.348", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "255.781", "max": "262.818", "min": "251.208", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "62.08", "max": "65.815", "min": "60.307", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "200.416", "max": "200.694", "min": "200.287", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "287.304", "max": "296.086", "min": "285.497", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "159.933", "max": "165.414", "min": "159.58", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "141.955", "max": "146.416", "min": "141.231", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "70.106", "max": "75.044", "min": "69.501", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "281.899", "max": "282.283", "min": "281.801", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "250.821", "max": "251.95", "min": "250.615", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "240.913", "max": "242.002", "min": "240.711", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "203.762", "max": "215.904", "min": "202.467", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "285.589", "max": "287.358", "min": "285.041", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "141.786", "max": "155.147", "min": "140.856", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "172.165", "max": "179.357", "min": "169.153", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "157.941", "max": "166.15", "min": "157.188", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "30.885", "max": "36.463", "min": "29.786", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "165.659", "max": "172.303", "min": "162.219", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "177.644", "max": "181.858", "min": "176.452", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "287.359", "max": "297.003", "min": "283.999", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "383.078", "max": "383.548", "min": "382.882", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "272.767", "max": "273.203", "min": "272.671", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "249.368", "max": "249.674", "min": "249.257", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "266.432", "max": "269.258", "min": "266.043", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "150.681", "max": "160.652", "min": "137.142", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "228.842", "max": "230.309", "min": "228.536", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "18.504", "max": "35.027", "min": "13.302", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "80.625", "max": "84.069", "min": "80.219", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "183.809", "max": "186.255", "min": "182.75", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "400.131", "max": "415.925", "min": "399.43", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "196.448", "max": "197.428", "min": "196.222", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "138.651", "max": "139.416", "min": "138.471", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "197.033", "max": "201.604", "min": "196.353", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "227.579", "max": "228.368", "min": "227.324", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "113.994", "max": "114.48", "min": "113.756", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "224.872", "max": "234.02", "min": "222.961", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "179.819", "max": "184.788", "min": "179.055", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "168.353", "max": "174.183", "min": "166.573", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "210.775", "max": "218.93", "min": "209.805", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "170.853", "max": "195.543", "min": "169.428", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "378.306", "max": "380.89", "min": "377.448", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "291.763", "max": "294.129", "min": "291.445", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "97.067", "max": "99.064", "min": "96.677", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "257.293", "max": "265.818", "min": "256.691", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "300.335", "max": "301.464", "min": "300.112", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "218.899", "max": "223.786", "min": "218.449", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "186.317", "max": "187.406", "min": "186.072", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "152.672", "max": "157.961", "min": "152.27", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "211.811", "max": "212.717", "min": "211.65", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "248.944", "max": "249.7", "min": "248.745", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "272.664", "max": "276.622", "min": "270.95", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "262.78", "max": "263.488", "min": "262.632", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "266.769", "max": "267.112", "min": "266.534", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "227.032", "max": "227.479", "min": "226.734", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "232.985", "max": "234.869", "min": "232.771", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "42.321", "max": "45.52", "min": "41.811", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "303.894", "max": "309.084", "min": "303.441", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "210.691", "max": "211.447", "min": "210.447", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "139.227", "max": "145.464", "min": "136.281", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "229.727", "max": "234.724", "min": "227.653", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "242.534", "max": "243.061", "min": "242.383", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "149.451", "max": "158.44", "min": "147.164", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "223.46", "max": "226.233", "min": "222.279", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "244.825", "max": "247.566", "min": "244.472", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "141.147", "max": "141.659", "min": "141.025", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "148.331", "max": "148.73", "min": "148.133", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "206.771", "max": "214.766", "min": "205.209", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "241.829", "max": "242.59", "min": "241.646", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "272.628", "max": "278.016", "min": "271.238", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "256.595", "max": "262.299", "min": "254.991", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "274.836", "max": "275.346", "min": "274.703", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "236.522", "max": "240.401", "min": "235.816", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "224.233", "max": "238.379", "min": "223.65", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "274.118", "max": "274.339", "min": "273.966", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "180.807", "max": "184.184", "min": "179.773", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "415.589", "max": "420.749", "min": "414.274", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "226.504", "max": "227.699", "min": "226.267", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "373.825", "max": "395.165", "min": "350.082", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "273.394", "max": "275.024", "min": "272.998", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "253.999", "max": "257.983", "min": "253.408", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "208.132", "max": "218.818", "min": "202.593", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "0.017", "max": "0.078", "min": "0.013", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "109.758", "max": "114.615", "min": "109.26", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "250.077", "max": "250.496", "min": "249.9", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "195.17", "max": "198.754", "min": "194.439", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "289.583", "max": "297.528", "min": "288.501", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "475.208", "max": "595.988", "min": "303.994", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "269.532", "max": "339.254", "min": "200.848", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "326.378", "max": "339.166", "min": "325.093", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "141.276", "max": "153.932", "min": "139.745", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "269.471", "max": "269.669", "min": "269.326", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "225.179", "max": "229.5", "min": "224.683", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "278.402", "max": "278.817", "min": "278.186", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "297.349", "max": "453.094", "min": "218.259", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "337.395", "max": "337.83", "min": "336.929", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "165.917", "max": "309.318", "min": "160.359", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "154.817", "max": "161.952", "min": "153.611", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "145.276", "max": "148.326", "min": "144.328", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "199.924", "max": "215.725", "min": "197.024", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "360.959", "max": "366.988", "min": "359.899", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "142.545", "max": "143.872", "min": "142.277", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "323.882", "max": "330.622", "min": "322.108", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "222.773", "max": "230.779", "min": "217.934", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "245.458", "max": "247.662", "min": "245.078", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "233.905", "max": "239.899", "min": "233.427", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "387.535", "max": "394.428", "min": "386.564", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "252.604", "max": "257.345", "min": "252.064", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "194.64", "max": "194.86", "min": "194.434", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "305.201", "max": "312.005", "min": "303.897", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "252.968", "max": "254.72", "min": "252.674", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "223.845", "max": "228.901", "min": "221.875", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "208.43", "max": "226.782", "min": "200.657", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "148.526", "max": "151.115", "min": "147.93", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "45.05", "max": "45.936", "min": "44.694", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "178.265", "max": "179.012", "min": "178.091", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "131.136", "max": "132.366", "min": "130.888", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "289.228", "max": "293.113", "min": "288.695", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "141.318", "max": "141.728", "min": "141.084", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "176.533", "max": "189.755", "min": "175.042", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "22.223", "max": "23.903", "min": "21.999", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "152.416", "max": "156.187", "min": "152.005", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "138.032", "max": "147.014", "min": "135.522", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "124.02", "max": "148.166", "min": "120.932", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "167.586", "max": "171.812", "min": "166.848", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "150.089", "max": "150.659", "min": "149.921", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "169.868", "max": "177.087", "min": "168.948", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "224.894", "max": "225.337", "min": "224.746", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "286.277", "max": "286.967", "min": "286.09", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "159.296", "max": "160.706", "min": "159.059", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "241.931", "max": "281.905", "min": "234.162", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "246.068", "max": "246.247", "min": "245.966", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "392.532", "max": "478.839", "min": "381.783", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "230.073", "max": "235.02", "min": "229.775", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "206.56", "max": "207.723", "min": "206.383", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "151.552", "max": "151.867", "min": "151.42", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "186.946", "max": "187.201", "min": "186.813", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "238.576", "max": "240.839", "min": "238.354", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "287.521", "max": "299.718", "min": "285.251", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "202.425", "max": "204.184", "min": "202.146", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "281.936", "max": "282.352", "min": "281.725", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "229.076", "max": "236.359", "min": "226.54", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "208.084", "max": "213.256", "min": "207.481", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "229.265", "max": "239.53", "min": "224.85", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "126.071", "max": "127.073", "min": "125.813", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "158.15", "max": "162.296", "min": "157.67", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "135.458", "max": "136.278", "min": "135.316", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "151.268", "max": "158.109", "min": "148.579", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "155.268", "max": "175.818", "min": "154.201", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "143.867", "max": "147.503", "min": "143.101", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "168.301", "max": "173.799", "min": "167.917", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "167.622", "max": "174.448", "min": "165.604", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "156.699", "max": "163.461", "min": "151.739", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "188.886", "max": "191.199", "min": "188.454", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "165.798", "max": "169.467", "min": "165.141", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "134.293", "max": "145.928", "min": "133.612", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "153.792", "max": "155.641", "min": "149.352", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "137.026", "max": "137.758", "min": "136.899", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "138.667", "max": "143.55", "min": "137.89", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "188.863", "max": "210.024", "min": "182.322", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "171.493", "max": "178.278", "min": "170.101", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "174.364", "max": "205.516", "min": "154.81", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "176.8", "max": "181.391", "min": "176.259", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "231.515", "max": "232.297", "min": "231.301", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "184.827", "max": "191.9", "min": "184.352", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "159.536", "max": "160.046", "min": "159.094", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "139.56", "max": "147.471", "min": "136.198", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "104.578", "max": "104.769", "min": "104.461", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "165.425", "max": "168.891", "min": "164.814", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "145.757", "max": "153.929", "min": "145.046", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "178.863", "max": "179.121", "min": "178.727", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "287.087", "max": "295.28", "min": "285.033", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "184.021", "max": "194.578", "min": "179.083", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "131.494", "max": "133.302", "min": "127.516", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "139.558", "max": "140.274", "min": "139.372", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "170.984", "max": "174.119", "min": "170.284", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "400.952", "max": "409.948", "min": "393.273", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "210.863", "max": "225.117", "min": "208.348", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "224.06", "max": "224.316", "min": "223.961", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "23.826", "max": "29.793", "min": "23.494", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "185.363", "max": "185.843", "min": "185.164", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "252.284", "max": "253.707", "min": "250.478", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "276.505", "max": "282.004", "min": "274.188", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "198.903", "max": "199.506", "min": "198.653", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "193.054", "max": "194.926", "min": "192.607", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "134.417", "max": "141.05", "min": "133.59", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "135.935", "max": "141.704", "min": "134.887", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "249.302", "max": "253.551", "min": "249.013", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "215.769", "max": "217.18", "min": "215.58", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "287.584", "max": "290.286", "min": "287.284", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "196.467", "max": "196.8", "min": "196.36", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "145.142", "max": "148.464", "min": "144.772", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "201.681", "max": "201.914", "min": "201.587", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "166.721", "max": "168.449", "min": "165.685", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "368.183", "max": "369.61", "min": "363.878", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "275.269", "max": "279.364", "min": "271.722", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "151.141", "max": "154.081", "min": "150.617", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "309.483", "max": "310.249", "min": "308.807", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "272.555", "max": "282.293", "min": "271.201", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "219.9", "max": "226.237", "min": "218.702", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "159.872", "max": "162.862", "min": "159.269", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "188.081", "max": "189.898", "min": "187.811", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "184.309", "max": "184.956", "min": "184.12", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "128.879", "max": "129.076", "min": "128.775", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "190.702", "max": "199.423", "min": "190.058", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "263.171", "max": "264.352", "min": "262.859", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "246.781", "max": "251.549", "min": "246.482", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "188.985", "max": "195.848", "min": "186.895", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "291.848", "max": "294.421", "min": "290.011", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "268.02", "max": "269.355", "min": "266.775", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "187.889", "max": "193.997", "min": "185.581", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "228.356", "max": "229.942", "min": "228.066", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "146.556", "max": "149.284", "min": "146.197", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "353.153", "max": "356.742", "min": "342.573", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "299.616", "max": "299.616", "min": "299.616", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "142.035", "max": "142.514", "min": "141.912", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "122.873", "max": "125.672", "min": "122.395", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "220.705", "max": "221.2", "min": "220.507", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.765", "max": "173.504", "min": "149.094", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "163.421", "max": "163.624", "min": "163.308", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "4.992", "max": "7.484", "min": "4.171", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "217.217", "max": "224.01", "min": "214.704", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "225.727", "max": "231.25", "min": "224.409", "id": "111", "country": "India", "source_name": "Pune", "destination_name": "Lansing", "destination_id": "295" } } }, "148": { "name": "Dhaka", "data": { "0": { "avg": "359.835", "max": "360.846", "min": "359.314", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "132.735", "max": "133.158", "min": "132.327", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "243.798", "max": "244.584", "min": "243.428", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "190.712", "max": "195.985", "min": "189.846", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "176.429", "max": "176.792", "min": "176.108", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "117.064", "max": "118.084", "min": "116.644", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "185.136", "max": "186.681", "min": "184.746", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "165.281", "max": "173.14", "min": "164.212", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "218.197", "max": "218.765", "min": "217.689", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "199.193", "max": "202.559", "min": "198.568", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "234.314", "max": "234.944", "min": "233.938", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "263.486", "max": "473.382", "min": "255.701", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "253.751", "max": "255.156", "min": "253.434", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "286.803", "max": "302.825", "min": "285.764", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "272.838", "max": "273.765", "min": "272.46", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "257.796", "max": "259.088", "min": "257.106", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "186.948", "max": "189.05", "min": "186.491", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "245.799", "max": "249.109", "min": "244.963", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "195.027", "max": "195.805", "min": "194.584", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "180.415", "max": "181.223", "min": "180.048", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "163.873", "max": "164.297", "min": "163.652", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "250.798", "max": "254.327", "min": "250.367", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "223.737", "max": "224.734", "min": "223.435", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "243.773", "max": "244.928", "min": "243.307", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "232.663", "max": "233.423", "min": "232.361", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "198.855", "max": "202.524", "min": "198.288", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "204.842", "max": "213.259", "min": "203.969", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "193.354", "max": "199.291", "min": "192.78", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "171.942", "max": "172.764", "min": "171.526", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "256.827", "max": "257.612", "min": "256.485", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "49.176", "max": "50.268", "min": "48.851", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "200.514", "max": "201.638", "min": "200.155", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "281.44", "max": "283.563", "min": "281.02", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "200.743", "max": "201.274", "min": "200.448", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "179.206", "max": "180.054", "min": "178.872", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "57.886", "max": "59.343", "min": "57.481", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "252.01", "max": "253.688", "min": "251.663", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "265.13", "max": "266.424", "min": "264.759", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "256.157", "max": "338.712", "min": "249.733", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "258.681", "max": "261.176", "min": "258.084", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "322.165", "max": "325.262", "min": "321.549", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "186.342", "max": "201.308", "min": "185.42", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "218.606", "max": "220.55", "min": "218.245", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "196.447", "max": "201.755", "min": "195.837", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "68.99", "max": "69.897", "min": "68.572", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "199.47", "max": "201.844", "min": "198.927", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "212.268", "max": "213.569", "min": "211.8", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "378.085", "max": "411.064", "min": "376.606", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "384.113", "max": "384.483", "min": "383.67", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "255.363", "max": "255.726", "min": "254.959", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "264.975", "max": "266.027", "min": "264.609", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "245.227", "max": "246.746", "min": "244.894", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "209.946", "max": "222.24", "min": "195.532", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "242.517", "max": "243.048", "min": "242.196", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "75.699", "max": "95.103", "min": "71.317", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "64.957", "max": "65.917", "min": "64.455", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "178.169", "max": "180.183", "min": "177.438", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "416.904", "max": "420.83", "min": "415.777", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "198.894", "max": "199.965", "min": "198.396", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "213.559", "max": "217.319", "min": "213.112", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "252.72", "max": "268.631", "min": "251.123", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "214.067", "max": "237.707", "min": "210.587", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "86.744", "max": "139.085", "min": "79.724", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "100.857", "max": "101.502", "min": "100.538", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "217.919", "max": "223.594", "min": "217.224", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "199.363", "max": "199.726", "min": "199.105", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "251.75", "max": "256.489", "min": "251.24", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "228.615", "max": "230.938", "min": "227.856", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "370.67", "max": "372.458", "min": "369.826", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "253.995", "max": "257.159", "min": "253.598", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "82.195", "max": "84.507", "min": "81.689", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "248.021", "max": "248.75", "min": "247.55", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "324.09", "max": "331.611", "min": "322.827", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "256.214", "max": "258.763", "min": "255.584", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "207.677", "max": "208.886", "min": "207.264", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "218.524", "max": "281.59", "min": "184.39", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "251.639", "max": "253.11", "min": "251.333", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "239.219", "max": "240.217", "min": "238.814", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "296.976", "max": "299.756", "min": "296.6", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "243.682", "max": "244.537", "min": "243.331", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "268.212", "max": "273.182", "min": "267.729", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "256.697", "max": "257.637", "min": "256.235", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "312.93", "max": "322.618", "min": "300.483", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "62.998", "max": "63.507", "min": "62.604", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "257.297", "max": "257.753", "min": "256.769", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "338.448", "max": "339.821", "min": "337.886", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "184.982", "max": "186.684", "min": "184.332", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "259.912", "max": "260.351", "min": "259.588", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "256.812", "max": "258.078", "min": "256.268", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "196.385", "max": "198.608", "min": "195.937", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "268.951", "max": "272.2", "min": "268.23", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "257.901", "max": "258.367", "min": "257.535", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "171.846", "max": "172.514", "min": "171.493", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "107.551", "max": "108.266", "min": "107.23", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "256.384", "max": "286.118", "min": "254.928", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "277.804", "max": "279.735", "min": "277.368", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "314.196", "max": "316.82", "min": "313.534", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "351.944", "max": "357.35", "min": "350.903", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "276.827", "max": "277.644", "min": "276.399", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "253.843", "max": "255.973", "min": "253.424", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "247.437", "max": "247.741", "min": "247.163", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "250.251", "max": "251.159", "min": "249.956", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "206.139", "max": "207.155", "min": "205.746", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "350.115", "max": "356.26", "min": "348.956", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "266.408", "max": "266.945", "min": "265.971", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "279.511", "max": "285.36", "min": "255.133", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "473.755", "max": "474.589", "min": "473.301", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "255.529", "max": "258.826", "min": "254.957", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "251.763", "max": "252.268", "min": "251.456", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "50.006", "max": "51.99", "min": "49.578", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "92.109", "max": "92.976", "min": "91.717", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "273.892", "max": "277.306", "min": "272.274", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "259.66", "max": "261.018", "min": "259.287", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "283.448", "max": "285.923", "min": "282.958", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "462.527", "max": "579.577", "min": "288.453", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "297.297", "max": "383.199", "min": "216.744", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "354.73", "max": "360.695", "min": "353.883", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "146.918", "max": "149.561", "min": "146.268", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "255.479", "max": "256.194", "min": "255.146", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "257.883", "max": "258.554", "min": "257.502", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "247.976", "max": "249.315", "min": "247.495", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "358.494", "max": "508.415", "min": "280.213", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "340.067", "max": "341.849", "min": "339.597", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "213.751", "max": "414.766", "min": "203.436", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "311.356", "max": "312.554", "min": "310.949", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "183.832", "max": "185.188", "min": "183.349", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "263.347", "max": "266.717", "min": "262.865", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "268.296", "max": "269.677", "min": "267.779", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "194.417", "max": "196.999", "min": "193.88", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "276.894", "max": "282.091", "min": "276.273", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "266.51", "max": "268.373", "min": "266.133", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "264.088", "max": "264.785", "min": "263.77", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "272.589", "max": "273.333", "min": "272.207", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "411.292", "max": "418.651", "min": "408.896", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "267.174", "max": "267.454", "min": "266.926", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "248.709", "max": "249.358", "min": "248.44", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "256.523", "max": "259.789", "min": "255.744", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "250.374", "max": "253.707", "min": "249.956", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "259.243", "max": "259.872", "min": "258.922", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "254.749", "max": "256.692", "min": "254.319", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "188.159", "max": "188.481", "min": "187.86", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "0.039", "max": "0.244", "min": "0.017", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "198.614", "max": "199.397", "min": "198.155", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "188.897", "max": "190.491", "min": "188.465", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "201.033", "max": "279.61", "min": "194.514", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "214.772", "max": "216.209", "min": "214.162", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "206.657", "max": "223.912", "min": "205.5", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "85.159", "max": "85.68", "min": "84.822", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "198.662", "max": "200.888", "min": "198.119", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "182.19", "max": "184.524", "min": "181.621", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "181.959", "max": "203.858", "min": "179.338", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "139.918", "max": "141.782", "min": "139.406", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "196.029", "max": "198.593", "min": "195.467", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "172.676", "max": "173.948", "min": "171.911", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "293.34", "max": "294.48", "min": "292.961", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "261.248", "max": "261.879", "min": "260.755", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "202.914", "max": "204.388", "min": "202.277", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "110.834", "max": "157.917", "min": "100.106", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "242.409", "max": "244.41", "min": "241.956", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "424.851", "max": "527.786", "min": "417.736", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "284.402", "max": "285.172", "min": "283.733", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "96.572", "max": "96.866", "min": "96.347", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "194.753", "max": "197.484", "min": "194.312", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "241.716", "max": "242.048", "min": "241.394", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "279.885", "max": "284.121", "min": "279.394", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "323.165", "max": "325.095", "min": "322.623", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "254.321", "max": "254.676", "min": "254.125", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "273.065", "max": "274.211", "min": "272.673", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "163.729", "max": "167.657", "min": "162.672", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "293.684", "max": "301.363", "min": "293.044", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "259.37", "max": "272.616", "min": "258.204", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "158.584", "max": "159.783", "min": "158.173", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "263.461", "max": "265.967", "min": "263.014", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "185.626", "max": "186.318", "min": "185.252", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "283.613", "max": "285.056", "min": "283.183", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "185.883", "max": "196.775", "min": "184.979", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "204.662", "max": "207.617", "min": "204.233", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "297.166", "max": "298.58", "min": "296.577", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "225.851", "max": "226.882", "min": "225.428", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "200.408", "max": "201.611", "min": "199.934", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "224.732", "max": "225.959", "min": "224.285", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "192.79", "max": "193.356", "min": "192.378", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "187.254", "max": "193.685", "min": "186.527", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "213.059", "max": "215.447", "min": "212.589", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "218.009", "max": "218.81", "min": "217.606", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "182.99", "max": "186.002", "min": "182.537", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "236.282", "max": "239.84", "min": "235.716", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "188.943", "max": "191.667", "min": "187.952", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "203.854", "max": "244.804", "min": "185.409", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "174.814", "max": "175.659", "min": "174.412", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "269.693", "max": "270.76", "min": "269.321", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "198.873", "max": "212.35", "min": "198.043", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "313.329", "max": "321.893", "min": "312.368", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "181.332", "max": "183.158", "min": "180.872", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "85.464", "max": "94.542", "min": "84.453", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "179.781", "max": "180.342", "min": "179.368", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "207.109", "max": "207.836", "min": "206.626", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "205.458", "max": "206.765", "min": "205.188", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "376.096", "max": "458.532", "min": "371.462", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "220.285", "max": "220.925", "min": "219.841", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "184.155", "max": "189.125", "min": "183.494", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "183.983", "max": "184.896", "min": "183.61", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "210.344", "max": "218.879", "min": "209.512", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "146.493", "max": "147.668", "min": "146.051", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "260.688", "max": "264.603", "min": "260.046", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "357.305", "max": "367.451", "min": "342.552", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "81.349", "max": "82.702", "min": "80.978", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "181.738", "max": "236.493", "min": "178.863", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "300.646", "max": "307.493", "min": "299.894", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "242.223", "max": "244.496", "min": "241.722", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "211.474", "max": "212.274", "min": "211.118", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "232.807", "max": "233.154", "min": "232.398", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "170.851", "max": "191.333", "min": "169.524", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "186.663", "max": "189.708", "min": "185.957", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "250.424", "max": "257.391", "min": "249.827", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "277.435", "max": "282.576", "min": "276.844", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "261.612", "max": "262.683", "min": "261.065", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "288.238", "max": "289.741", "min": "287.741", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "179.612", "max": "181.28", "min": "179.29", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "249.184", "max": "249.619", "min": "248.985", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "184.643", "max": "185.772", "min": "184.369", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "381.04", "max": "444.229", "min": "377.17", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "286.426", "max": "290.443", "min": "283.52", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "188.615", "max": "224.964", "min": "187.019", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "357.932", "max": "362.282", "min": "356.676", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "314.553", "max": "322.478", "min": "312.796", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "250.176", "max": "252.883", "min": "249.374", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "134.899", "max": "135.148", "min": "134.585", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "248.685", "max": "249.434", "min": "248.189", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "215.094", "max": "215.988", "min": "214.902", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "180.016", "max": "186.334", "min": "179.203", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "212.782", "max": "213.363", "min": "212.421", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "250.705", "max": "254.13", "min": "249.435", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "301.535", "max": "302.609", "min": "301.141", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "227.665", "max": "234.968", "min": "225.75", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "307.628", "max": "311.529", "min": "306.951", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "248.266", "max": "249.751", "min": "246.909", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "204.576", "max": "208.238", "min": "203.993", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "253.858", "max": "254.186", "min": "253.573", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "228.685", "max": "234.005", "min": "228.019", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "268.754", "max": "273.034", "min": "257.755", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "342.673", "max": "342.673", "min": "342.673", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "184.49", "max": "189.081", "min": "183.876", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "176.293", "max": "177.028", "min": "175.885", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "264.822", "max": "386.296", "min": "256.202", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "246.262", "max": "255.198", "min": "238.006", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "199.126", "max": "204.062", "min": "198.565", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "72.522", "max": "74.062", "min": "72.089", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "246.657", "max": "251.979", "min": "246.076", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "275.935", "max": "279.493", "min": "275.127", "id": "148", "country": "Bangladesh", "source_name": "Dhaka", "destination_name": "Lansing", "destination_id": "295" } } }, "155": { "name": "Indore", "data": { "0": { "avg": "315.713", "max": "322.618", "min": "314.045", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "149.102", "max": "149.712", "min": "148.82", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "227.45", "max": "227.676", "min": "227.347", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "133.717", "max": "144.562", "min": "132.679", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "135.578", "max": "135.881", "min": "135.423", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "253.164", "max": "253.408", "min": "253.033", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "137.619", "max": "137.879", "min": "137.477", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "312.453", "max": "318.252", "min": "311.69", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "165.954", "max": "166.107", "min": "165.848", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "164.376", "max": "164.68", "min": "164.236", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "201.82", "max": "202.057", "min": "201.692", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "246.654", "max": "247.688", "min": "246.497", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "233.466", "max": "233.797", "min": "233.307", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "228.038", "max": "228.963", "min": "227.878", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "261.424", "max": "262.235", "min": "261.245", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "218.816", "max": "219.192", "min": "218.112", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "163.609", "max": "163.834", "min": "163.392", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "292.297", "max": "292.911", "min": "292.18", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "142.889", "max": "143.099", "min": "142.738", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "155.208", "max": "155.261", "min": "155.12", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "177.486", "max": "177.602", "min": "177.417", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "300.228", "max": "301.442", "min": "300.081", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "245.461", "max": "245.63", "min": "245.394", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "280.108", "max": "280.58", "min": "279.957", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "164.963", "max": "166.582", "min": "164.608", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "141.272", "max": "141.465", "min": "141.195", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "124.038", "max": "126.639", "min": "123.703", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "166.646", "max": "167.893", "min": "166.456", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "127.279", "max": "127.361", "min": "127.19", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "260.893", "max": "261.592", "min": "260.338", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "69.607", "max": "76.483", "min": "69.257", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "171.633", "max": "171.873", "min": "171.531", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "307.466", "max": "308.194", "min": "307.198", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "164.146", "max": "164.332", "min": "164.054", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "169.478", "max": "172.261", "min": "169.188", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "76.348", "max": "110.163", "min": "74.929", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "245.301", "max": "245.473", "min": "245.225", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "257.938", "max": "258.102", "min": "257.813", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "271.833", "max": "273.172", "min": "271.632", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "251.248", "max": "252.609", "min": "250.852", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "281.779", "max": "285.08", "min": "281.205", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "142.068", "max": "144.243", "min": "141.668", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "162.738", "max": "163.119", "min": "162.627", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "162.746", "max": "163.508", "min": "162.537", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "36.096", "max": "36.33", "min": "35.96", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "157.521", "max": "158.148", "min": "157.114", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "163.745", "max": "163.975", "min": "163.622", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "314.182", "max": "314.586", "min": "314.007", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "366.09", "max": "366.688", "min": "365.86", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "274.365", "max": "274.693", "min": "274.297", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "221.314", "max": "221.397", "min": "221.252", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "264.187", "max": "264.732", "min": "263.99", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "181.956", "max": "219.268", "min": "143.406", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "237.979", "max": "238.299", "min": "237.806", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "26.589", "max": "41.885", "min": "22.269", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "81.972", "max": "82.314", "min": "81.795", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "170.918", "max": "174.193", "min": "169.954", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "402.652", "max": "407.74", "min": "400.729", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "182.55", "max": "183.417", "min": "182.138", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "197.364", "max": "197.534", "min": "197.259", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "162.669", "max": "164.089", "min": "162.193", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "182.61", "max": "204.815", "min": "180.589", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "98.563", "max": "142.071", "min": "95.855", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "119.779", "max": "119.906", "min": "119.704", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "175.175", "max": "175.486", "min": "175.032", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "152.965", "max": "153.323", "min": "152.882", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "297.93", "max": "298.712", "min": "297.716", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "165.166", "max": "165.462", "min": "164.831", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "355.617", "max": "358.797", "min": "354.844", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "260.089", "max": "263.887", "min": "259.443", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "102.302", "max": "102.839", "min": "102.151", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "240.687", "max": "241.206", "min": "240.495", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "322.623", "max": "324.249", "min": "322.127", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "302.1", "max": "302.275", "min": "302.021", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "173.65", "max": "174.139", "min": "173.475", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "149.82", "max": "152.943", "min": "149.437", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "292.934", "max": "293.095", "min": "292.8", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "251.808", "max": "257.884", "min": "250.31", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "317.433", "max": "317.699", "min": "317.258", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "263.318", "max": "263.478", "min": "263.22", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "258.25", "max": "259.449", "min": "254.422", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "219.737", "max": "220.338", "min": "219.498", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "393.123", "max": "412.587", "min": "354.574", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "34.074", "max": "34.663", "min": "33.926", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "259.371", "max": "259.419", "min": "259.295", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "196.703", "max": "197.508", "min": "196.439", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "149.571", "max": "150.041", "min": "149.338", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "289.23", "max": "289.451", "min": "289.11", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "265.421", "max": "266.109", "min": "265.253", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "145.693", "max": "154.587", "min": "144.689", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "269.653", "max": "271.083", "min": "269.101", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "262.785", "max": "263.303", "min": "262.234", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "151.254", "max": "151.709", "min": "151.182", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "253.881", "max": "254.298", "min": "253.687", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "262.543", "max": "262.676", "min": "262.453", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "252.249", "max": "252.433", "min": "252.074", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "305.467", "max": "305.717", "min": "305.228", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "273.39", "max": "286.022", "min": "272.194", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "254.635", "max": "258.89", "min": "249.429", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "290.151", "max": "291.171", "min": "289.959", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "270.043", "max": "270.165", "min": "269.991", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "270.604", "max": "272.061", "min": "270.36", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "172.785", "max": "173.138", "min": "172.68", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "407.482", "max": "409.75", "min": "406.68", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "275.501", "max": "276.444", "min": "275.312", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "342.522", "max": "343.339", "min": "342.083", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "302.697", "max": "303.024", "min": "302.601", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "216.66", "max": "216.834", "min": "216.557", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "302.029", "max": "302.476", "min": "301.858", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "17.335", "max": "17.646", "min": "17.199", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "110.075", "max": "112.358", "min": "109.903", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "274.157", "max": "277.738", "min": "272.627", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "207.476", "max": "210.083", "min": "207.322", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "251.457", "max": "253.823", "min": "251.175", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "401.838", "max": "520.081", "min": "234.266", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "303.381", "max": "421.576", "min": "229.616", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "286.991", "max": "304.844", "min": "285.308", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "146.361", "max": "147.044", "min": "146.2", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "280.795", "max": "281.087", "min": "280.669", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "311.013", "max": "311.922", "min": "310.727", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "267.987", "max": "271.427", "min": "267.533", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "336.787", "max": "487.987", "min": "259.777", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "363.422", "max": "364.179", "min": "363.262", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "161.396", "max": "282.797", "min": "154.04", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "168.65", "max": "168.806", "min": "168.601", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "170.966", "max": "171.821", "min": "170.442", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "200.812", "max": "201.202", "min": "200.644", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "274.453", "max": "274.814", "min": "274.225", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "237.515", "max": "238.193", "min": "237.339", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "306.479", "max": "306.674", "min": "306.285", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "316.109", "max": "316.473", "min": "315.995", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "300.867", "max": "301.163", "min": "300.709", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "236.912", "max": "237.612", "min": "236.665", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "392.882", "max": "394.494", "min": "392.331", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "276.067", "max": "276.213", "min": "275.976", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "309.584", "max": "309.792", "min": "309.414", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "278.517", "max": "280.844", "min": "278.054", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "254.974", "max": "255.163", "min": "254.748", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "265.591", "max": "265.815", "min": "265.5", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "219.647", "max": "219.911", "min": "219.465", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "133.204", "max": "133.557", "min": "133.054", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "85.284", "max": "90.037", "min": "84.674", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "180.856", "max": "181.332", "min": "180.754", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "162.218", "max": "162.474", "min": "161.932", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "297.773", "max": "313.314", "min": "291.504", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "127.641", "max": "127.836", "min": "127.355", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "147.863", "max": "148.194", "min": "147.725", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "0.013", "max": "0.016", "min": "0.009", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "140.484", "max": "140.742", "min": "140.412", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "276.724", "max": "276.832", "min": "276.658", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "156.785", "max": "174.65", "min": "153.887", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "148.763", "max": "148.95", "min": "148.707", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "175.651", "max": "178.709", "min": "175.44", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "114.207", "max": "114.418", "min": "114.003", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "263.867", "max": "264.464", "min": "263.575", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "274.827", "max": "275.129", "min": "274.587", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "164.298", "max": "166.464", "min": "164.066", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "266.555", "max": "311.889", "min": "257.76", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "254.711", "max": "254.999", "min": "254.589", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "415.341", "max": "491.595", "min": "406.196", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "281.051", "max": "281.325", "min": "280.95", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "113.62", "max": "113.797", "min": "113.559", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "161.386", "max": "161.607", "min": "161.257", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "214.22", "max": "214.472", "min": "214.101", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "242.525", "max": "242.968", "min": "242.401", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "309.117", "max": "309.337", "min": "308.995", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "377.123", "max": "377.662", "min": "377.014", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "276.861", "max": "278.534", "min": "276.644", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "422.945", "max": "435.106", "min": "398.346", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "232.934", "max": "233.198", "min": "232.832", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "252.776", "max": "252.934", "min": "252.73", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "139.968", "max": "142.036", "min": "139.634", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "236.281", "max": "238.977", "min": "236.064", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "311.949", "max": "312.101", "min": "311.871", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "151.963", "max": "157.797", "min": "151.602", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "151.807", "max": "151.898", "min": "151.698", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "141.73", "max": "141.82", "min": "141.677", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "144.494", "max": "145.308", "min": "144.253", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "145.062", "max": "145.492", "min": "144.925", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "157.653", "max": "157.89", "min": "157.558", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "335.52", "max": "335.665", "min": "335.41", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "183.35", "max": "183.452", "min": "183.236", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "131.808", "max": "134.159", "min": "131.38", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "193.681", "max": "194.002", "min": "193.575", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "128.007", "max": "128.255", "min": "127.905", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "139.977", "max": "140.528", "min": "139.824", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "199.575", "max": "199.893", "min": "199.319", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "123.095", "max": "128.087", "min": "122.145", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "159.462", "max": "211.817", "min": "130.894", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "139.966", "max": "140.099", "min": "139.816", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "199.704", "max": "200.481", "min": "199.349", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "160.333", "max": "180.997", "min": "158.798", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "167.594", "max": "168.105", "min": "167.237", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "251.423", "max": "251.867", "min": "251.196", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "101.707", "max": "101.83", "min": "101.629", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "145.408", "max": "147.454", "min": "145.22", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "184.06", "max": "184.421", "min": "183.913", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "151.168", "max": "151.282", "min": "151.088", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "329.54", "max": "333.676", "min": "328.089", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "180.592", "max": "181.008", "min": "180.379", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "140.484", "max": "142.281", "min": "140.26", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "132.726", "max": "132.924", "min": "132.585", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "153.465", "max": "154.464", "min": "152.743", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "285.411", "max": "297.531", "min": "282.966", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "252.419", "max": "263.208", "min": "251.448", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "358.502", "max": "368.427", "min": "351.806", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "31.241", "max": "31.482", "min": "31.141", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "143.614", "max": "144.349", "min": "143.502", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "353.166", "max": "358.409", "min": "352.693", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "275.698", "max": "275.833", "min": "275.45", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "208.679", "max": "209.048", "min": "208.561", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "193.156", "max": "194.015", "min": "192.917", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "142.014", "max": "142.963", "min": "141.599", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "140.554", "max": "141.996", "min": "140.234", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "278.456", "max": "278.905", "min": "278.384", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "304.561", "max": "304.798", "min": "304.481", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "275.912", "max": "393.918", "min": "271.66", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "253.71", "max": "254.268", "min": "253.422", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "159.964", "max": "160.088", "min": "159.865", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "276.767", "max": "276.994", "min": "276.66", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "138.766", "max": "138.918", "min": "138.662", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "335.331", "max": "373.677", "min": "333.812", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "285.167", "max": "288.408", "min": "281.406", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "252.118", "max": "252.92", "min": "251.923", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "192.485", "max": "193.522", "min": "192.012", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "278.343", "max": "309.892", "min": "276.2", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "321.949", "max": "328.362", "min": "319.596", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "145.421", "max": "145.667", "min": "145.259", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "229.885", "max": "230.201", "min": "229.679", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "283.411", "max": "283.558", "min": "283.34", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "132.926", "max": "133.183", "min": "132.827", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "194.6", "max": "199.585", "min": "194.357", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "219.532", "max": "223.417", "min": "218.925", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "245.966", "max": "246.257", "min": "245.877", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "297.32", "max": "305.059", "min": "295.09", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "304.743", "max": "306.513", "min": "304.299", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "293.38", "max": "294.56", "min": "292.494", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "315.84", "max": "316.356", "min": "315.602", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "255.456", "max": "255.682", "min": "255.196", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "149.057", "max": "152.612", "min": "148.599", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "336.117", "max": "338.042", "min": "327.495", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "372.751", "max": "372.751", "min": "372.751", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "148.353", "max": "155.41", "min": "148.051", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "134.707", "max": "134.797", "min": "134.645", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "233.764", "max": "239.236", "min": "233.405", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "211.446", "max": "228.759", "min": "202.006", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "147.162", "max": "149.764", "min": "146.091", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "13.232", "max": "13.69", "min": "13.138", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "204.85", "max": "207.185", "min": "204.586", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "318.59", "max": "319.24", "min": "318.482", "id": "155", "country": "India", "source_name": "Indore", "destination_name": "Lansing", "destination_id": "295" } } }, "186": { "name": "Lahore", "data": { "0": { "avg": "325.445", "max": "325.567", "min": "325.325", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "200.025", "max": "200.391", "min": "199.736", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "286.609", "max": "287.075", "min": "286.49", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "287.779", "max": "293.912", "min": "287.341", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "124.773", "max": "124.955", "min": "124.642", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "165.295", "max": "165.723", "min": "165.131", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "373.564", "max": "390.488", "min": "355.983", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "223.682", "max": "235.851", "min": "222.297", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "172.022", "max": "172.739", "min": "171.9", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "325.652", "max": "326.613", "min": "325.436", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "152.407", "max": "155.474", "min": "151.883", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "279.179", "max": "302.377", "min": "278.283", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "305.199", "max": "320.123", "min": "285.878", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "216.81", "max": "217.261", "min": "216.673", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "250.937", "max": "251.025", "min": "250.873", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "222.29", "max": "222.534", "min": "222.111", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "190.784", "max": "191.067", "min": "190.542", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "277.712", "max": "277.986", "min": "277.603", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "148.495", "max": "148.671", "min": "148.366", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "371.217", "max": "391.273", "min": "356.497", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "218.811", "max": "219.019", "min": "218.702", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "269.117", "max": "269.608", "min": "269.036", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "270.291", "max": "270.589", "min": "270.156", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "287.436", "max": "288.773", "min": "287.23", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "164.967", "max": "165.609", "min": "164.656", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "303.003", "max": "304.625", "min": "302.854", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "120.648", "max": "120.84", "min": "120.547", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "161.362", "max": "162.254", "min": "161.12", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "131.807", "max": "131.954", "min": "131.72", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "281.105", "max": "281.726", "min": "280.937", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "276.742", "max": "277.259", "min": "276.605", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "342.364", "max": "359.143", "min": "325.294", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "279.744", "max": "280.42", "min": "279.627", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "178.706", "max": "179.012", "min": "178.641", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "297.152", "max": "297.583", "min": "296.989", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "218.918", "max": "230.969", "min": "218.196", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "279.166", "max": "279.258", "min": "279.081", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "278.365", "max": "278.68", "min": "278.192", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "234.97", "max": "236.952", "min": "234.775", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "210.417", "max": "213.993", "min": "210.015", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "289.42", "max": "292.784", "min": "288.819", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "277.441", "max": "281.788", "min": "276.879", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "167.551", "max": "167.691", "min": "167.449", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "165.914", "max": "166.42", "min": "165.79", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "178.933", "max": "179.253", "min": "178.837", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "308.216", "max": "308.934", "min": "307.835", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "186.586", "max": "187.038", "min": "186.402", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "289.747", "max": "289.977", "min": "289.636", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "373.541", "max": "373.9", "min": "373.405", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "280.023", "max": "280.124", "min": "279.981", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "230.368", "max": "230.472", "min": "230.249", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "284.172", "max": "284.459", "min": "283.989", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "141.116", "max": "223.446", "min": "135.59", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "247.575", "max": "247.81", "min": "247.403", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "244.224", "max": "252.778", "min": "240.78", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "294.961", "max": "297.358", "min": "294.641", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "227.322", "max": "229.775", "min": "226.43", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "446.598", "max": "446.856", "min": "446.51", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "323.036", "max": "324.043", "min": "322.808", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "143.312", "max": "143.443", "min": "143.246", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "190.499", "max": "191.288", "min": "190.091", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "376.479", "max": "420.587", "min": "356.237", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "292.559", "max": "311.994", "min": "291.134", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "148.103", "max": "148.493", "min": "147.968", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "302.022", "max": "302.384", "min": "301.856", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "355.895", "max": "372.768", "min": "340.109", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "262.997", "max": "263.468", "min": "262.879", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "171.449", "max": "171.733", "min": "171.061", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "424.951", "max": "426.896", "min": "424.131", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "278.268", "max": "280.091", "min": "278.014", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "280.835", "max": "282.157", "min": "280.634", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "275.802", "max": "277.903", "min": "275.513", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "341.597", "max": "349.841", "min": "341.006", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "305.27", "max": "321.409", "min": "289.196", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "187.928", "max": "190.583", "min": "187.66", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "293.751", "max": "294.522", "min": "293.597", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "271.481", "max": "271.666", "min": "271.36", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "287.243", "max": "291.373", "min": "286.928", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "234.724", "max": "235.606", "min": "234.466", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "244.753", "max": "245.106", "min": "244.597", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "281.503", "max": "281.764", "min": "281.296", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "238.68", "max": "239.053", "min": "238.467", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "177.83", "max": "181.117", "min": "177.005", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "203.944", "max": "204.227", "min": "203.765", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "290.794", "max": "291.635", "min": "290.683", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "205.853", "max": "207.118", "min": "205.473", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "276.289", "max": "279.594", "min": "275.972", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "287.918", "max": "289.841", "min": "287.686", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "260.945", "max": "261.304", "min": "260.793", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "163.347", "max": "169.328", "min": "162.575", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "287.063", "max": "288.467", "min": "286.439", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "281.347", "max": "281.821", "min": "281.151", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "287.701", "max": "307.049", "min": "282.58", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "157.454", "max": "159.819", "min": "156.995", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "268.95", "max": "269.276", "min": "268.839", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "253.38", "max": "255.099", "min": "253.188", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "338.121", "max": "338.483", "min": "337.906", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "334.254", "max": "352.204", "min": "332.878", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "274.726", "max": "275.47", "min": "274.573", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "279.551", "max": "282.519", "min": "279.295", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "294.621", "max": "294.853", "min": "294.53", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "402.954", "max": "428.06", "min": "375.964", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "177.59", "max": "181.143", "min": "177.338", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "451.073", "max": "454.158", "min": "450.39", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "233.481", "max": "233.667", "min": "233.366", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "323.829", "max": "339.017", "min": "310.21", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "314.32", "max": "315.139", "min": "314.21", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "275.532", "max": "275.691", "min": "275.374", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "226.134", "max": "226.328", "min": "226.032", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "162.701", "max": "163.931", "min": "162.544", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.858", "max": "303.649", "min": "301.663", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "300.112", "max": "302.921", "min": "298.231", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "315.24", "max": "330.29", "min": "303.323", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "266.939", "max": "269.228", "min": "266.546", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "416.878", "max": "538.009", "min": "255.295", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "435.448", "max": "570.998", "min": "325.133", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "289.147", "max": "302.922", "min": "288.229", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "169.714", "max": "169.988", "min": "169.544", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "273.236", "max": "273.415", "min": "273.104", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "295.868", "max": "296.483", "min": "295.569", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "263.552", "max": "265.861", "min": "263.295", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "322.526", "max": "475.529", "min": "245.643", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "400.689", "max": "401.963", "min": "400.545", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "170.586", "max": "380.17", "min": "161.283", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "178.401", "max": "178.586", "min": "178.367", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "309.26", "max": "310.632", "min": "308.726", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "260.299", "max": "261.127", "min": "259.251", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "296.359", "max": "296.629", "min": "296.208", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "158.676", "max": "159.613", "min": "158.494", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "316.641", "max": "318.984", "min": "316.417", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "298.384", "max": "298.693", "min": "298.29", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "242.826", "max": "243.021", "min": "242.702", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "246.546", "max": "246.794", "min": "246.389", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "423.92", "max": "425.244", "min": "423.194", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "254.777", "max": "255.063", "min": "254.67", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "271.441", "max": "271.675", "min": "271.253", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "284.389", "max": "289.501", "min": "283.73", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "277.082", "max": "277.429", "min": "276.967", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "256.042", "max": "256.177", "min": "255.97", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "357.701", "max": "374.018", "min": "332.018", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "287.461", "max": "287.582", "min": "287.378", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "264.123", "max": "267.036", "min": "263.568", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "173.268", "max": "173.745", "min": "173.185", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "159.7", "max": "159.876", "min": "159.492", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "324.069", "max": "338.465", "min": "323.301", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "133.185", "max": "133.917", "min": "133.051", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "159.358", "max": "163.495", "min": "159.088", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "236.248", "max": "236.799", "min": "236.126", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "147.375", "max": "148.171", "min": "147.251", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "277.545", "max": "277.721", "min": "277.475", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "134.665", "max": "183.55", "min": "131.301", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "186.615", "max": "186.782", "min": "186.398", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "161.466", "max": "163.28", "min": "161.082", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "148.795", "max": "149.443", "min": "148.637", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "289.282", "max": "289.432", "min": "289.225", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "283.548", "max": "284.28", "min": "283.207", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "163.842", "max": "165.465", "min": "163.637", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "436.849", "max": "481.886", "min": "429.459", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "305.648", "max": "306.034", "min": "305.428", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "427.023", "max": "506.766", "min": "420.871", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "309.82", "max": "310.304", "min": "309.683", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "160.276", "max": "160.416", "min": "160.185", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "156.561", "max": "156.7", "min": "156.477", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "220.504", "max": "220.955", "min": "220.381", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "250.172", "max": "250.645", "min": "249.98", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "292.02", "max": "292.107", "min": "291.961", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "234.993", "max": "235.219", "min": "234.821", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "283.969", "max": "284.386", "min": "283.779", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "185.744", "max": "188.73", "min": "184.982", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "226.478", "max": "226.67", "min": "226.345", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "271.008", "max": "271.089", "min": "270.969", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "129.745", "max": "131.752", "min": "129.545", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "0.028", "max": "0.03", "min": "0.024", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "158.245", "max": "159.76", "min": "158.045", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "128.896", "max": "130.962", "min": "128.602", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "163.879", "max": "164.226", "min": "163.707", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "145.952", "max": "146.205", "min": "145.889", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "271.151", "max": "274.259", "min": "270.77", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "185.94", "max": "187.551", "min": "185.651", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "165.282", "max": "165.443", "min": "165.184", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "248.989", "max": "249.849", "min": "248.822", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "294.363", "max": "294.553", "min": "294.237", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "138.557", "max": "141.715", "min": "138.094", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "153.824", "max": "153.95", "min": "153.671", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "145.044", "max": "145.206", "min": "144.931", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "307.725", "max": "312.553", "min": "307.423", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "324.362", "max": "324.899", "min": "324.064", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "284.108", "max": "305.325", "min": "281.999", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "158.435", "max": "235.563", "min": "144.767", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "150.868", "max": "151.24", "min": "150.748", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "331.769", "max": "332.72", "min": "331.462", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "161.727", "max": "162.015", "min": "161.492", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "160.166", "max": "160.786", "min": "159.748", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "151.596", "max": "158.436", "min": "150.917", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "153.637", "max": "153.89", "min": "153.507", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "145.633", "max": "146.155", "min": "145.493", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "168.194", "max": "168.424", "min": "167.944", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "301.593", "max": "301.736", "min": "301.517", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "296.495", "max": "301.998", "min": "294.526", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "168.712", "max": "168.922", "min": "168.557", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "137.595", "max": "143.549", "min": "137.155", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "136.241", "max": "136.476", "min": "136.134", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "133.483", "max": "133.576", "min": "133.374", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "337.954", "max": "352.911", "min": "334.556", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "271.651", "max": "274.337", "min": "270.986", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "211.22", "max": "215.973", "min": "210.177", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "242.593", "max": "242.698", "min": "242.476", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "148.199", "max": "148.474", "min": "148.098", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "258.763", "max": "259.213", "min": "258.549", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "306.564", "max": "307.881", "min": "306.276", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "160.886", "max": "161.291", "min": "160.726", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "173.824", "max": "174.48", "min": "173.255", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "143.066", "max": "144.708", "min": "142.699", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "150.546", "max": "152.162", "min": "150.24", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "334.606", "max": "334.863", "min": "334.556", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "306.314", "max": "306.4", "min": "306.271", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "228.43", "max": "228.839", "min": "228.185", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "281.617", "max": "281.878", "min": "281.478", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "147.52", "max": "147.822", "min": "147.425", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "272.817", "max": "272.949", "min": "272.717", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "279.817", "max": "280.61", "min": "279.692", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "452.889", "max": "720.264", "min": "442.664", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "300.335", "max": "303.682", "min": "297.886", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "300.065", "max": "307.628", "min": "295.55", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "312.496", "max": "316.591", "min": "311.432", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "348.135", "max": "350.045", "min": "347.461", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "235.558", "max": "236.283", "min": "235.167", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "348.701", "max": "349.073", "min": "348.542", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "354.862", "max": "355.441", "min": "354.689", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "167.803", "max": "167.951", "min": "167.689", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "144.394", "max": "145.031", "min": "144.305", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "301.706", "max": "301.813", "min": "301.645", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "304.995", "max": "322.245", "min": "279.946", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "271.807", "max": "272.04", "min": "271.664", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "180.316", "max": "185.867", "min": "178.472", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "301.454", "max": "303.128", "min": "300.431", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "281.455", "max": "282.71", "min": "280.654", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "190.267", "max": "190.574", "min": "190.15", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "244.723", "max": "245.071", "min": "244.548", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "167.202", "max": "171.458", "min": "166.644", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "202.649", "max": "208.454", "min": "198.544", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "414.207", "max": "414.207", "min": "414.207", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "149.736", "max": "149.793", "min": "149.693", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "133.08", "max": "133.217", "min": "133.005", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "361.313", "max": "374.308", "min": "360.58", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "162.474", "max": "181.724", "min": "155.721", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "174.773", "max": "175.049", "min": "174.69", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "162.168", "max": "163.286", "min": "162.008", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "275.905", "max": "276.435", "min": "275.593", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "292.257", "max": "292.781", "min": "292.173", "id": "186", "country": "Pakistan", "source_name": "Lahore", "destination_name": "Lansing", "destination_id": "295" } } }, "222": { "name": "Bangalore", "data": { "0": { "avg": "331.859", "max": "332.174", "min": "331.674", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "120.659", "max": "121.443", "min": "120.456", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "235.199", "max": "235.945", "min": "234.945", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "140.389", "max": "147.523", "min": "139.641", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "139.531", "max": "139.825", "min": "139.33", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "238.822", "max": "239.431", "min": "238.663", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "142.216", "max": "142.563", "min": "142.092", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.984", "max": "292.908", "min": "276.657", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "182.98", "max": "183.823", "min": "182.848", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "170.472", "max": "174.721", "min": "170.102", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "192.151", "max": "193.475", "min": "191.961", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "244.568", "max": "266.87", "min": "243.683", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "212.745", "max": "215.086", "min": "212.473", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "242.093", "max": "243.248", "min": "241.834", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "252.282", "max": "252.713", "min": "252.19", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "225.938", "max": "226.605", "min": "225.323", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "190.237", "max": "191.214", "min": "189.929", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "265.823", "max": "266.61", "min": "265.695", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "160.362", "max": "161.209", "min": "160.163", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "152.729", "max": "152.81", "min": "152.659", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "151.154", "max": "151.763", "min": "151.053", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "264.162", "max": "265.853", "min": "264.02", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "234.396", "max": "234.635", "min": "234.291", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "274.955", "max": "280.368", "min": "274.458", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "171.195", "max": "171.872", "min": "170.967", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "149.103", "max": "149.786", "min": "148.95", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "156.582", "max": "157.886", "min": "156.32", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "159.027", "max": "159.639", "min": "158.703", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "151.683", "max": "152.833", "min": "151.568", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "253.032", "max": "253.497", "min": "252.794", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "41.238", "max": "41.857", "min": "41.112", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "173.172", "max": "173.43", "min": "173.076", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "277.884", "max": "278.557", "min": "277.667", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "167.429", "max": "168.212", "min": "167.307", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "167.484", "max": "169.781", "min": "167.023", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "46.24", "max": "47.972", "min": "45.933", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "221.747", "max": "222.511", "min": "221.666", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "247.608", "max": "247.945", "min": "247.486", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "258.443", "max": "260.324", "min": "258.227", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "211.036", "max": "211.514", "min": "210.85", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "288.6", "max": "291.444", "min": "288.096", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "149.783", "max": "156.703", "min": "149.22", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "187.75", "max": "187.905", "min": "187.64", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "177.452", "max": "177.89", "min": "177.334", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "37.325", "max": "38.206", "min": "37.174", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "164.854", "max": "165.602", "min": "164.335", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "177.077", "max": "177.391", "min": "176.958", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "307.02", "max": "307.604", "min": "306.786", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "335.1", "max": "336.01", "min": "334.854", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "253.472", "max": "254.248", "min": "253.326", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "214.856", "max": "215.527", "min": "214.702", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "256.327", "max": "257.194", "min": "256.006", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "147.752", "max": "234.053", "min": "133.908", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "267.167", "max": "267.853", "min": "267.03", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "25.875", "max": "34.591", "min": "22.686", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "49.769", "max": "50.643", "min": "49.531", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "159.24", "max": "161.454", "min": "158.352", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "382.676", "max": "385.388", "min": "378.04", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "164.161", "max": "165.627", "min": "163.791", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "153.111", "max": "153.769", "min": "152.938", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "169.559", "max": "170.252", "min": "169.068", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "187.456", "max": "245.772", "min": "182.562", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "68.462", "max": "85.19", "min": "66.504", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "211.195", "max": "211.419", "min": "211.035", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "181.036", "max": "182.398", "min": "180.842", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "182.211", "max": "182.447", "min": "182.125", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "271.155", "max": "271.938", "min": "270.963", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "178.308", "max": "178.9", "min": "177.992", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "336.03", "max": "338.294", "min": "335.303", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "238.113", "max": "238.888", "min": "237.908", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "72.035", "max": "73.075", "min": "71.804", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "216.02", "max": "216.878", "min": "215.746", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "293.508", "max": "317.653", "min": "292.006", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "255.744", "max": "256.353", "min": "255.648", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "181.916", "max": "183.166", "min": "181.646", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "154.727", "max": "155.409", "min": "154.571", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "269.724", "max": "270.639", "min": "269.579", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "229.6", "max": "230.777", "min": "229.354", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "253.56", "max": "256.219", "min": "253.19", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "216.073", "max": "216.854", "min": "215.927", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "262.488", "max": "263.203", "min": "262.29", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "286.843", "max": "287.713", "min": "286.593", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "223.772", "max": "224.656", "min": "223.507", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "10.358", "max": "10.898", "min": "10.154", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "290.88", "max": "291.605", "min": "290.704", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "189.002", "max": "190.622", "min": "188.675", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "155.806", "max": "156.796", "min": "155.5", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "254.68", "max": "255.256", "min": "254.529", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "273.374", "max": "273.909", "min": "273.173", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "250.918", "max": "251.855", "min": "250.76", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "242.242", "max": "244.341", "min": "241.403", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "248.463", "max": "249.224", "min": "248.262", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "152.865", "max": "152.946", "min": "152.783", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "104.707", "max": "105.796", "min": "104.484", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "250.29", "max": "252.461", "min": "250.065", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "249.302", "max": "249.875", "min": "249.051", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "291.992", "max": "293.221", "min": "291.724", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "269.697", "max": "288.904", "min": "267.977", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "226.151", "max": "226.64", "min": "226.011", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "258.088", "max": "262.5", "min": "257.76", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "266.928", "max": "267.459", "min": "266.832", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "270.162", "max": "270.903", "min": "269.959", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "174.553", "max": "174.844", "min": "174.452", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "398.391", "max": "411.301", "min": "397.45", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "225.627", "max": "226.276", "min": "225.458", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "308.65", "max": "309.618", "min": "308.127", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "290.89", "max": "293.988", "min": "290.463", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "262.968", "max": "265.828", "min": "262.621", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "251.369", "max": "252.286", "min": "251.211", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "23.669", "max": "24.592", "min": "23.479", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "79.686", "max": "80.797", "min": "79.514", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "239.325", "max": "240.024", "min": "239.179", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "209.28", "max": "209.959", "min": "209.174", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "228.479", "max": "266.782", "min": "225.795", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "433.028", "max": "552.154", "min": "262.189", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "258.438", "max": "375.604", "min": "183.071", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "295.135", "max": "297.469", "min": "294.722", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "117.323", "max": "118.168", "min": "117.096", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "258.634", "max": "259.378", "min": "258.405", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "263.139", "max": "264.682", "min": "262.844", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "275.947", "max": "280.364", "min": "275.549", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "322.161", "max": "474.507", "min": "243.818", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "367.596", "max": "368.406", "min": "367.454", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "191.561", "max": "311.469", "min": "182.413", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "173.529", "max": "174.21", "min": "173.44", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "177.25", "max": "178.132", "min": "176.637", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "222.845", "max": "224.059", "min": "222.677", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "300.748", "max": "301.318", "min": "300.53", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "233.482", "max": "234.208", "min": "233.266", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "292.145", "max": "293.392", "min": "291.966", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "267.417", "max": "268.019", "min": "267.27", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "231.323", "max": "231.982", "min": "231.17", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "249.293", "max": "249.981", "min": "249.114", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "372.72", "max": "374.687", "min": "371.274", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "254.409", "max": "255.169", "min": "254.254", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "286.201", "max": "286.915", "min": "286.072", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "273.66", "max": "287.52", "min": "272.367", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "238.86", "max": "239.467", "min": "238.755", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "242.855", "max": "242.936", "min": "242.74", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "213.982", "max": "214.458", "min": "213.84", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "149.767", "max": "151.011", "min": "149.008", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "81.428", "max": "83.844", "min": "80.85", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "176.93", "max": "177.693", "min": "176.761", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "168.054", "max": "168.362", "min": "167.808", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "283.072", "max": "283.982", "min": "282.84", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "142.092", "max": "142.97", "min": "141.764", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "183.443", "max": "217.352", "min": "182.147", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "31.273", "max": "31.452", "min": "31.174", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "149.18", "max": "149.715", "min": "149.059", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "149.683", "max": "150.531", "min": "149.566", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "161.729", "max": "174.081", "min": "159.937", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "130.573", "max": "131.13", "min": "130.417", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "182.876", "max": "184.048", "min": "182.634", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "124.539", "max": "147.338", "min": "122.996", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "219.697", "max": "220.31", "min": "219.281", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "264.688", "max": "265.455", "min": "264.491", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "181.949", "max": "183.182", "min": "181.696", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "235.632", "max": "280.65", "min": "225.761", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "258.344", "max": "259.047", "min": "258.151", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "373.639", "max": "452.552", "min": "367.058", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "268.339", "max": "269.126", "min": "268.226", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "84.795", "max": "85.115", "min": "84.697", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "165.264", "max": "166.05", "min": "165.122", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "198.36", "max": "198.979", "min": "198.232", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "257.091", "max": "257.502", "min": "256.949", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "312.598", "max": "313.444", "min": "312.43", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "233.581", "max": "234.553", "min": "233.433", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "269.055", "max": "269.756", "min": "268.914", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "216.498", "max": "217.333", "min": "216.329", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "227.219", "max": "228.318", "min": "227.09", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "274.064", "max": "278.313", "min": "273.847", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "134.169", "max": "136.823", "min": "133.899", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "242.629", "max": "243.37", "min": "242.506", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "254.227", "max": "254.773", "min": "254.139", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "171.368", "max": "171.963", "min": "171.19", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "153.568", "max": "177.536", "min": "152.248", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "156.33", "max": "156.643", "min": "156.256", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "150.822", "max": "151.459", "min": "150.588", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "166.544", "max": "167.053", "min": "166.293", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "166.616", "max": "167.309", "min": "166.519", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "204.701", "max": "205.398", "min": "204.558", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "191.974", "max": "192.285", "min": "191.824", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "151.287", "max": "156.918", "min": "150.856", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "184.853", "max": "185.684", "min": "184.743", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "134.922", "max": "135.113", "min": "134.82", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "160.021", "max": "160.663", "min": "159.862", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "195.241", "max": "196.114", "min": "194.939", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "153.064", "max": "165.307", "min": "152.133", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "168.594", "max": "222.022", "min": "142.284", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "147.483", "max": "148.234", "min": "147.37", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "205.806", "max": "206.143", "min": "205.557", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "162.159", "max": "173.034", "min": "161.598", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "176.023", "max": "177.308", "min": "175.598", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "259.263", "max": "264.388", "min": "258.713", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "75.803", "max": "79.979", "min": "75.46", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "165.147", "max": "165.538", "min": "165.039", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "257.262", "max": "258.14", "min": "257.066", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "180.409", "max": "181.05", "min": "180.263", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "323.672", "max": "330.125", "min": "322.048", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "208.881", "max": "209.583", "min": "208.681", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "139.116", "max": "141.772", "min": "138.896", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "141.285", "max": "142.024", "min": "141.139", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "136.183", "max": "137.648", "min": "135.448", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "263.954", "max": "267.724", "min": "263.577", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "249.753", "max": "254.681", "min": "249.1", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "225.69", "max": "225.848", "min": "225.607", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "0.053", "max": "0.114", "min": "0.031", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "148.33", "max": "149.204", "min": "148.205", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "274.925", "max": "275.825", "min": "274.734", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "267.38", "max": "267.964", "min": "267.177", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "279.581", "max": "280.224", "min": "279.371", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "194.083", "max": "194.726", "min": "193.83", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "148.042", "max": "149.521", "min": "147.65", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "147.726", "max": "149.871", "min": "147.342", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "244.795", "max": "245.513", "min": "244.674", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "267.925", "max": "268.417", "min": "267.808", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "274.319", "max": "440.202", "min": "268.332", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "212.621", "max": "213.136", "min": "212.247", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "168.522", "max": "169.099", "min": "168.429", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "228.85", "max": "229.602", "min": "228.743", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "144.948", "max": "145.337", "min": "144.802", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "356.086", "max": "374.627", "min": "355.298", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "254.402", "max": "258.253", "min": "251.287", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "155.994", "max": "156.659", "min": "155.788", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "146.954", "max": "147.949", "min": "146.431", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "276.145", "max": "277.788", "min": "275.137", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "330.492", "max": "337.576", "min": "328.662", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "116.747", "max": "117.603", "min": "116.419", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "204.04", "max": "204.657", "min": "203.889", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "274.192", "max": "275.078", "min": "274.072", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "142.902", "max": "143.292", "min": "142.766", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "212.389", "max": "213.174", "min": "212.282", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "236.733", "max": "239.377", "min": "236.327", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "231.198", "max": "231.744", "min": "231.07", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "311.752", "max": "316.89", "min": "309.888", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "306.005", "max": "309.354", "min": "304.818", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "210.78", "max": "212.604", "min": "209.696", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "285.929", "max": "287.094", "min": "285.753", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "239.008", "max": "240.055", "min": "238.855", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "156.154", "max": "159.696", "min": "155.672", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "218.224", "max": "219.002", "min": "218.117", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "381.321", "max": "381.321", "min": "381.321", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "140.471", "max": "140.544", "min": "140.425", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "147.468", "max": "147.538", "min": "147.396", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "240.433", "max": "244.698", "min": "239.781", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "200.993", "max": "215.079", "min": "192.689", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "170.797", "max": "171.413", "min": "170.654", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "21.364", "max": "22.236", "min": "21.103", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "224.122", "max": "226.483", "min": "223.716", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "270.686", "max": "272.656", "min": "270.537", "id": "222", "country": "India", "source_name": "Bangalore", "destination_name": "Lansing", "destination_id": "295" } } }, "293": { "name": "Mumbai", "data": { "0": { "avg": "317.017", "max": "318.043", "min": "316.776", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "271.505", "max": "278.3", "min": "264.761", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "214.74", "max": "215.695", "min": "214.586", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "244.543", "max": "248.531", "min": "243.985", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "183.438", "max": "184.519", "min": "183.079", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "136.905", "max": "137.965", "min": "136.692", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "126.005", "max": "126.945", "min": "125.76", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "297.658", "max": "312.19", "min": "290.062", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "212.093", "max": "213.006", "min": "211.898", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "161.486", "max": "162.947", "min": "161.182", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "188.999", "max": "191.88", "min": "188.534", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "270.006", "max": "270.974", "min": "269.85", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "195.557", "max": "197.067", "min": "195.286", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "303.347", "max": "304.506", "min": "302.89", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "270.74", "max": "271.657", "min": "270.548", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "209.456", "max": "211.203", "min": "208.941", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "118.285", "max": "119.494", "min": "117.991", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "210.797", "max": "212.417", "min": "210.627", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "175.725", "max": "176.178", "min": "175.449", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "141.496", "max": "145.231", "min": "141.085", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "287.017", "max": "291.292", "min": "281.392", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "219.511", "max": "220.805", "min": "219.229", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "232.716", "max": "233.713", "min": "232.319", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "251.218", "max": "266.381", "min": "250.459", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "235.092", "max": "236.508", "min": "234.657", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "203.027", "max": "204.209", "min": "202.847", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "186.235", "max": "190.661", "min": "185.704", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "224.449", "max": "224.713", "min": "224.159", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "130.904", "max": "132.49", "min": "130.427", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "256.739", "max": "258.013", "min": "256.364", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "56.952", "max": "58.078", "min": "56.66", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "160.345", "max": "161.38", "min": "160.121", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "280.157", "max": "282.448", "min": "279.802", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "138.144", "max": "139.362", "min": "137.984", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "150.996", "max": "152.103", "min": "150.712", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "68.013", "max": "70.141", "min": "67.593", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "271.13", "max": "273.059", "min": "270.922", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "244.093", "max": "246.799", "min": "243.532", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "247.528", "max": "248.156", "min": "247.336", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "238.929", "max": "247.518", "min": "238.163", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "319.869", "max": "324.728", "min": "319.177", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "192.059", "max": "193.214", "min": "191.7", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "154.547", "max": "155.576", "min": "154.41", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "185.694", "max": "187.554", "min": "185.429", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "26.503", "max": "27.996", "min": "26.153", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "135.467", "max": "137.003", "min": "134.79", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "214.125", "max": "215.719", "min": "213.889", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "323.318", "max": "324.238", "min": "323.106", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "331.494", "max": "332.366", "min": "331.156", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "247.152", "max": "262.095", "min": "246.309", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "196.368", "max": "197.559", "min": "196.122", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "273.953", "max": "278.024", "min": "273.295", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "223.885", "max": "245.104", "min": "169.068", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "252.833", "max": "254.326", "min": "252.393", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "22.076", "max": "42.284", "min": "17.193", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "102.287", "max": "103.716", "min": "101.963", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "157.823", "max": "161.815", "min": "156.756", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "397.365", "max": "398.399", "min": "397.098", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "181.539", "max": "182.736", "min": "181.104", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "199.992", "max": "201.016", "min": "199.77", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "267.57", "max": "271.298", "min": "266.621", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "151.668", "max": "169.663", "min": "150.408", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "90.888", "max": "92.994", "min": "90.5", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "225.104", "max": "247.081", "min": "224.087", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "204.699", "max": "205.771", "min": "204.438", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "201.996", "max": "205.113", "min": "201.631", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "187.709", "max": "189.404", "min": "187.439", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "188.429", "max": "198.311", "min": "187.042", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "325.913", "max": "327.703", "min": "325.028", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "268.362", "max": "269.306", "min": "268.128", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "91.836", "max": "92.898", "min": "91.513", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "242.51", "max": "253.545", "min": "241.358", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "304.149", "max": "313.946", "min": "303.507", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "234.479", "max": "235.442", "min": "234.303", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "161.15", "max": "162.885", "min": "160.663", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "145.61", "max": "148.05", "min": "145.057", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "197.751", "max": "198.831", "min": "197.526", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "253.382", "max": "255.455", "min": "252.982", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "216.597", "max": "219.515", "min": "216.202", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "215.821", "max": "216.777", "min": "215.665", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "224.283", "max": "225.817", "min": "223.946", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "247.892", "max": "249.05", "min": "247.567", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "211.458", "max": "213.935", "min": "211.104", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "30.651", "max": "31.762", "min": "30.37", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "281.885", "max": "282.865", "min": "281.649", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "195.276", "max": "196.834", "min": "194.824", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "190.742", "max": "195.408", "min": "190.194", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "233.254", "max": "234.239", "min": "233.048", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "271.405", "max": "271.642", "min": "271.216", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "167.814", "max": "171.077", "min": "167.218", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "269.584", "max": "270.944", "min": "268.996", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "240.79", "max": "242.613", "min": "240.404", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "107.585", "max": "109.211", "min": "107.411", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "114.822", "max": "115.842", "min": "114.598", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "257.6", "max": "259.183", "min": "257.259", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "276.333", "max": "278.715", "min": "276.025", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "296.872", "max": "298.14", "min": "296.398", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "271.184", "max": "280.21", "min": "270.175", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "251.374", "max": "252.327", "min": "251.108", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "236.363", "max": "237.241", "min": "236.131", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "264.604", "max": "265.573", "min": "264.453", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "290.319", "max": "294.869", "min": "289.942", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "209.998", "max": "210.932", "min": "209.722", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "349.234", "max": "357.466", "min": "347.6", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "263.9", "max": "264.993", "min": "263.61", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "347.941", "max": "350.802", "min": "339.772", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "279.728", "max": "280.628", "min": "279.534", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "200.949", "max": "213.527", "min": "199.868", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "249.002", "max": "253.218", "min": "248.519", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "4.665", "max": "14.284", "min": "4.116", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "101.121", "max": "102.238", "min": "100.954", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "252.07", "max": "252.576", "min": "251.863", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "187.677", "max": "191.876", "min": "187.053", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "207.499", "max": "209.352", "min": "207.103", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "485.13", "max": "600.998", "min": "318.402", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "356.466", "max": "430.619", "min": "285.671", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "270.98", "max": "282.46", "min": "269.951", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "140.792", "max": "162.506", "min": "139.532", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "220.87", "max": "221.866", "min": "220.623", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "223.92", "max": "226.32", "min": "223.293", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "272.965", "max": "274.498", "min": "272.481", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "325.671", "max": "479.507", "min": "246.831", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "317.885", "max": "319.956", "min": "317.36", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "199.717", "max": "370.834", "min": "193.194", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "211.087", "max": "212.04", "min": "210.942", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "146.34", "max": "147.699", "min": "145.679", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "191.327", "max": "192.38", "min": "191.122", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "286.413", "max": "287.297", "min": "286.054", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "199.312", "max": "201.217", "min": "198.993", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "361.534", "max": "362.922", "min": "361.179", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "216.663", "max": "241.403", "min": "215.481", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "218.36", "max": "222.723", "min": "217.856", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "218.564", "max": "219.759", "min": "218.377", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "381.914", "max": "384.093", "min": "381.012", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "250.304", "max": "252.449", "min": "249.802", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "188.335", "max": "189.387", "min": "188.105", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "287.601", "max": "301.443", "min": "286.306", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "288.349", "max": "290.28", "min": "287.934", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "283.736", "max": "286.468", "min": "283.416", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "203.771", "max": "206.877", "min": "203.334", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "232.56", "max": "233.509", "min": "232.355", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "72.413", "max": "72.77", "min": "72.192", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "190.894", "max": "192.873", "min": "190.522", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "193.518", "max": "194.981", "min": "193.257", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "238.062", "max": "241.637", "min": "237.593", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "193.803", "max": "195.348", "min": "193.39", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "192.674", "max": "208.171", "min": "191.091", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "13.445", "max": "14.452", "min": "13.186", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "174.9", "max": "180.041", "min": "174.594", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "185.303", "max": "186.849", "min": "184.929", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "171.154", "max": "180.707", "min": "169.636", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "152.591", "max": "191.997", "min": "151.07", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "136.823", "max": "138.973", "min": "136.553", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "171.758", "max": "173.852", "min": "171.43", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "299.967", "max": "303.018", "min": "299.545", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "229.116", "max": "230.81", "min": "228.829", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "203.106", "max": "207.154", "min": "202.161", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "107.029", "max": "146.218", "min": "99.924", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "286.975", "max": "299.105", "min": "285.973", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "406.331", "max": "489.115", "min": "398.67", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "256.072", "max": "257.055", "min": "255.858", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "386.427", "max": "390.052", "min": "379.864", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "172.266", "max": "173.651", "min": "171.946", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "258.34", "max": "259.284", "min": "258.106", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "280.114", "max": "282.252", "min": "279.725", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "332.681", "max": "337.469", "min": "332.058", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "197.183", "max": "216.615", "min": "196.147", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "284.938", "max": "285.901", "min": "284.746", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "198.334", "max": "199.836", "min": "198.106", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "278.253", "max": "280.587", "min": "277.753", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "243.596", "max": "244.549", "min": "243.425", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "179.62", "max": "183.196", "min": "179.053", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "162.224", "max": "163.22", "min": "161.964", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "176.131", "max": "178.894", "min": "175.753", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "177.509", "max": "178.623", "min": "176.995", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "132.62", "max": "133.599", "min": "132.442", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "160.479", "max": "162.122", "min": "160.282", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "217.85", "max": "223.589", "min": "216.871", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "239.203", "max": "246.345", "min": "238.613", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "211.074", "max": "213.703", "min": "210.734", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "188.101", "max": "192.757", "min": "187.785", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "205.09", "max": "215.103", "min": "161.468", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "189.014", "max": "190.773", "min": "188.646", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "180.706", "max": "190.318", "min": "179.891", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "136.591", "max": "137.579", "min": "136.413", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "204.652", "max": "206.926", "min": "204.145", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "221.254", "max": "224.802", "min": "220.689", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "134.685", "max": "139.701", "min": "133.918", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "206.697", "max": "268.546", "min": "192.934", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "168.741", "max": "169.737", "min": "168.537", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "238.966", "max": "241.322", "min": "238.156", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "192.591", "max": "198.177", "min": "192.049", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "166.845", "max": "168.6", "min": "166.293", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "170.082", "max": "203.798", "min": "168.502", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "125.363", "max": "126.348", "min": "125.205", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "158.009", "max": "159.004", "min": "157.844", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "190.615", "max": "190.807", "min": "190.425", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "131.22", "max": "132.177", "min": "131.002", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "342.96", "max": "349.127", "min": "341.294", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "235.126", "max": "236.353", "min": "234.821", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "132.714", "max": "133.791", "min": "132.513", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "203.978", "max": "207.172", "min": "203.407", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "168.948", "max": "169.322", "min": "168.731", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "388.757", "max": "399.636", "min": "379.029", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "207.772", "max": "210.857", "min": "207.086", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "210.432", "max": "211.425", "min": "210.253", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "21.492", "max": "23.882", "min": "21.146", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "216.624", "max": "218.852", "min": "216.386", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "258.949", "max": "259.78", "min": "258.629", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "242.134", "max": "243.236", "min": "241.822", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "205.299", "max": "206.328", "min": "205.038", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "231.256", "max": "232.248", "min": "230.713", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "187.817", "max": "210.123", "min": "186.421", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "141.019", "max": "142.267", "min": "140.644", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "241.725", "max": "242.661", "min": "241.515", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "215.423", "max": "216.405", "min": "215.229", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "121.285", "max": "123.439", "min": "120.845", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "198.591", "max": "199.791", "min": "198.361", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "117.511", "max": "121.007", "min": "117.182", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "198.157", "max": "199.01", "min": "197.861", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "180.561", "max": "181.63", "min": "180.272", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "353.458", "max": "354.343", "min": "353.251", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "238.501", "max": "242.792", "min": "236.264", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "116.703", "max": "117.6", "min": "116.35", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "208.306", "max": "211.289", "min": "207.101", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "265.226", "max": "267.395", "min": "264.138", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "250.681", "max": "251.974", "min": "250.252", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "140.966", "max": "141.954", "min": "140.647", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "236.133", "max": "238.904", "min": "235.789", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "198.438", "max": "199.395", "min": "198.288", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "116.652", "max": "116.739", "min": "116.548", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "203.564", "max": "204.907", "min": "203.365", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "211.831", "max": "212.467", "min": "211.493", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "253.508", "max": "256.974", "min": "253.239", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "157.781", "max": "162.817", "min": "155.656", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "274.053", "max": "275.561", "min": "273.457", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "198.325", "max": "249.948", "min": "193.394", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "220.85", "max": "222.372", "min": "220.586", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "276.377", "max": "278.652", "min": "276.109", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "194.261", "max": "197.977", "min": "193.663", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "248.524", "max": "249.627", "min": "248.259", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "356.724", "max": "356.724", "min": "356.724", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "185.356", "max": "186.318", "min": "185.156", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "112.774", "max": "114.175", "min": "112.467", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "290", "max": "291.504", "min": "289.364", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "194.296", "max": "204.091", "min": "187.404", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "165.135", "max": "166.159", "min": "164.933", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "0.034", "max": "0.089", "min": "0.019", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "248.111", "max": "284.288", "min": "246.174", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "242.634", "max": "248.074", "min": "242.053", "id": "293", "country": "India", "source_name": "Mumbai", "destination_name": "Lansing", "destination_id": "295" } } } }, "Asia Pacific": { "31": { "name": "Singapore", "data": { "0": { "avg": "394.554", "max": "394.678", "min": "394.41", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "83.389", "max": "83.714", "min": "83.192", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "263.123", "max": "263.265", "min": "262.954", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "261.594", "max": "268.561", "min": "261.044", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "254.085", "max": "254.728", "min": "253.903", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "75.562", "max": "75.878", "min": "75.366", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "160.955", "max": "161.199", "min": "160.828", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "115.274", "max": "127.282", "min": "114.305", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "179.264", "max": "179.437", "min": "179.079", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "177.351", "max": "178.903", "min": "177.031", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "175.234", "max": "175.614", "min": "175.004", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "222.565", "max": "239.733", "min": "221.843", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "240.396", "max": "240.589", "min": "240.23", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "254.4", "max": "258.291", "min": "254.14", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "241.875", "max": "242.12", "min": "241.779", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "255.432", "max": "256.205", "min": "255.196", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "149.666", "max": "149.94", "min": "149.478", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "227.792", "max": "228.459", "min": "227.578", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "253.042", "max": "253.257", "min": "252.851", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "171.272", "max": "171.451", "min": "171.156", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "109.47", "max": "110.128", "min": "109.25", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "219.933", "max": "220.073", "min": "219.793", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "180.618", "max": "180.851", "min": "180.486", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "183.641", "max": "188.976", "min": "183.279", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "171.193", "max": "171.616", "min": "170.953", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "166.33", "max": "166.734", "min": "166.208", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "153.161", "max": "155.047", "min": "152.715", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "182.365", "max": "188.343", "min": "182.041", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "149.597", "max": "149.721", "min": "149.471", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "171.178", "max": "171.644", "min": "170.894", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "0.027", "max": "0.036", "min": "0.023", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "186.404", "max": "186.785", "min": "186.23", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "231.092", "max": "231.232", "min": "230.946", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "202.2", "max": "202.337", "min": "202.109", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "164.333", "max": "164.779", "min": "164.149", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "7.884", "max": "15.812", "min": "7.293", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "180.91", "max": "181.033", "min": "180.83", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "240.737", "max": "240.886", "min": "240.612", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "221.511", "max": "221.699", "min": "221.293", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "254.41", "max": "256.111", "min": "254.125", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "312.009", "max": "315.008", "min": "311.401", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "254.817", "max": "259.576", "min": "254.15", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "212.611", "max": "212.814", "min": "212.496", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "183.225", "max": "185.873", "min": "183.023", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "70.399", "max": "70.522", "min": "70.289", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "273.065", "max": "273.814", "min": "272.551", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "194.141", "max": "194.584", "min": "193.903", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "306.355", "max": "306.779", "min": "305.952", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "375.84", "max": "376.271", "min": "375.646", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "223.902", "max": "224.048", "min": "223.788", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "229.745", "max": "229.973", "min": "229.614", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "189.946", "max": "190.244", "min": "189.796", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "251.759", "max": "262.518", "min": "240.79", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "206.31", "max": "206.451", "min": "206.128", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "51.4", "max": "63.611", "min": "47.744", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "12.483", "max": "14.613", "min": "12.164", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "163.374", "max": "165.717", "min": "162.875", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "129.004", "max": "129.107", "min": "128.905", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "211.401", "max": "216.247", "min": "210.978", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "164.334", "max": "164.436", "min": "164.235", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "199.775", "max": "201.905", "min": "199.356", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "218.929", "max": "264.056", "min": "215.2", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "28.792", "max": "51.221", "min": "27.216", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "49.018", "max": "49.571", "min": "48.867", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "274.144", "max": "274.255", "min": "273.959", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "183.525", "max": "183.96", "min": "183.401", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "261.551", "max": "261.7", "min": "261.455", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "196.727", "max": "197.116", "min": "196.225", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "359.374", "max": "360.693", "min": "358.573", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "227.935", "max": "229.851", "min": "227.515", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "33.669", "max": "34.081", "min": "33.446", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "179.974", "max": "180.51", "min": "179.698", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "283.102", "max": "285.714", "min": "282.805", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "217.202", "max": "218.218", "min": "216.998", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "163.807", "max": "164.291", "min": "163.583", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "241.895", "max": "242.106", "min": "241.766", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "187.08", "max": "187.199", "min": "186.958", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "248.66", "max": "261.346", "min": "248.087", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "223.019", "max": "223.221", "min": "222.874", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "160.316", "max": "160.505", "min": "160.108", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "244.783", "max": "245.633", "min": "244.325", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "294.787", "max": "302.986", "min": "277.535", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "34.407", "max": "34.686", "min": "34.281", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "249.727", "max": "250.022", "min": "249.647", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "195.921", "max": "196.722", "min": "195.665", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "180.719", "max": "188.018", "min": "180.174", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "266.084", "max": "266.195", "min": "265.967", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "221.284", "max": "222.174", "min": "221.072", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "179.676", "max": "186.685", "min": "179.21", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "252.77", "max": "254.407", "min": "252.094", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "188.756", "max": "189.078", "min": "188.59", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "208.282", "max": "208.425", "min": "208.211", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "83.039", "max": "83.214", "min": "82.91", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "249.988", "max": "250.845", "min": "249.828", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "251.908", "max": "252.163", "min": "251.691", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "300.255", "max": "300.493", "min": "300.061", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "290.906", "max": "312.716", "min": "289.504", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "177.353", "max": "177.578", "min": "177.185", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "223.814", "max": "224.98", "min": "223.633", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "245.308", "max": "245.478", "min": "245.225", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "181.897", "max": "182.233", "min": "181.72", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "192.852", "max": "193.802", "min": "192.612", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "232.048", "max": "240.594", "min": "230.923", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "245.21", "max": "246.03", "min": "245.015", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "93.94", "max": "94.695", "min": "93.768", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "345.628", "max": "349.18", "min": "345.399", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "260.412", "max": "260.574", "min": "260.326", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "60.884", "max": "63.971", "min": "60.271", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "51.234", "max": "51.959", "min": "51.077", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "158.316", "max": "160.481", "min": "154.206", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "234.732", "max": "234.938", "min": "234.609", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "307.074", "max": "344.367", "min": "305.568", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "649.67", "max": "773.077", "min": "468.882", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "400.487", "max": "537.445", "min": "318.018", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "332.522", "max": "345.916", "min": "331.104", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "75.408", "max": "80.893", "min": "74.92", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "226.253", "max": "226.37", "min": "226.156", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "249.7", "max": "251.119", "min": "249.373", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "219.146", "max": "219.392", "min": "218.996", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "313.508", "max": "457.456", "min": "239.528", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "381.951", "max": "403.115", "min": "364.792", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "188.282", "max": "296.36", "min": "184.027", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "179.825", "max": "179.994", "min": "179.71", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "172.568", "max": "173.512", "min": "172.034", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "232.676", "max": "233.062", "min": "232.548", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "309.743", "max": "310.222", "min": "309.518", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "357.515", "max": "358.463", "min": "357.165", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "187.827", "max": "189.215", "min": "187.568", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "245.906", "max": "246.068", "min": "245.768", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "238.353", "max": "238.547", "min": "238.153", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "240.504", "max": "240.64", "min": "240.397", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "116.972", "max": "118.156", "min": "116.342", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "232.54", "max": "232.694", "min": "232.452", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "258.228", "max": "258.457", "min": "258.064", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "240.477", "max": "243.45", "min": "239.613", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "229.075", "max": "229.353", "min": "228.797", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "215.194", "max": "215.378", "min": "214.964", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "254.554", "max": "254.863", "min": "254.404", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "256.167", "max": "256.691", "min": "256.041", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "49.149", "max": "50.92", "min": "48.8", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "180.333", "max": "180.592", "min": "180.154", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "164.788", "max": "165.227", "min": "164.577", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "187.396", "max": "187.562", "min": "187.182", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "164.028", "max": "164.926", "min": "163.73", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "168.752", "max": "171.603", "min": "168.433", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "69.435", "max": "69.941", "min": "69.267", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "174.054", "max": "176.643", "min": "173.657", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "165.319", "max": "165.423", "min": "165.233", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "155.912", "max": "175.017", "min": "154.395", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "84.886", "max": "85.086", "min": "84.736", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "204.48", "max": "205.315", "min": "204.262", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "259.339", "max": "261.417", "min": "259.063", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "251.069", "max": "251.525", "min": "250.839", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "164.339", "max": "165.105", "min": "164.043", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "177.839", "max": "179.733", "min": "177.509", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "56.875", "max": "104.433", "min": "48.1", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "224.24", "max": "224.502", "min": "224.064", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "396.389", "max": "481.619", "min": "387.873", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "292.747", "max": "292.964", "min": "292.611", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "208.297", "max": "208.539", "min": "207.609", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "181.8", "max": "182.164", "min": "181.663", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "252.902", "max": "253.354", "min": "252.712", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "259.151", "max": "259.295", "min": "259.057", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "346.181", "max": "346.457", "min": "346.035", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "122.909", "max": "123.006", "min": "122.748", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "237.236", "max": "238.041", "min": "236.971", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "188.467", "max": "190.951", "min": "186.435", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "259.862", "max": "259.976", "min": "259.779", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "252.467", "max": "252.582", "min": "252.408", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "267.921", "max": "270.748", "min": "267.416", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "276.78", "max": "276.934", "min": "276.636", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "165.119", "max": "166.791", "min": "164.904", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "150.544", "max": "151.114", "min": "150.294", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "167.653", "max": "167.903", "min": "167.489", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "174.871", "max": "174.994", "min": "174.791", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "176.55", "max": "177.085", "min": "176.236", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "203.266", "max": "203.5", "min": "203.132", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "272.083", "max": "272.525", "min": "271.839", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "190.887", "max": "193.248", "min": "190.661", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "277.016", "max": "277.586", "min": "276.805", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "160.241", "max": "165.046", "min": "159.907", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "167.97", "max": "168.086", "min": "167.828", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "252.298", "max": "252.406", "min": "252.216", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "155.625", "max": "158.514", "min": "155.406", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "231.207", "max": "231.458", "min": "230.881", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "352.729", "max": "372.723", "min": "350.769", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "190.05", "max": "256.325", "min": "167.529", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "153.1", "max": "153.553", "min": "152.942", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "212.932", "max": "213.518", "min": "212.685", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "172.738", "max": "211.367", "min": "170.862", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "274.825", "max": "275.442", "min": "274.487", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "250.461", "max": "255.179", "min": "250.029", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "38.643", "max": "39.134", "min": "38.409", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "153.373", "max": "153.912", "min": "153.154", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "155.077", "max": "155.301", "min": "154.856", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "156.879", "max": "157.015", "min": "156.787", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "309.808", "max": "317.838", "min": "308.669", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "288.777", "max": "288.936", "min": "288.637", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "166.991", "max": "167.686", "min": "166.833", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "244.292", "max": "245.214", "min": "244.121", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "160.597", "max": "160.842", "min": "160.47", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "93.489", "max": "93.784", "min": "93.386", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "261.113", "max": "268.061", "min": "259.406", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "280.58", "max": "292.633", "min": "260.269", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "41.412", "max": "41.576", "min": "41.265", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "159.906", "max": "160.157", "min": "159.788", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "110.672", "max": "111.147", "min": "110.448", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "191.346", "max": "191.559", "min": "191.127", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "163.73", "max": "164.052", "min": "163.534", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "288.812", "max": "289.441", "min": "288.482", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "174.328", "max": "175.376", "min": "173.934", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "167.197", "max": "169.193", "min": "166.723", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "240.53", "max": "240.634", "min": "240.442", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "262.312", "max": "262.679", "min": "262.154", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "62.205", "max": "275.157", "min": "54.702", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "237.237", "max": "240.573", "min": "236.955", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "153.218", "max": "153.366", "min": "153.112", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "261.474", "max": "261.628", "min": "261.39", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "160.585", "max": "160.722", "min": "160.444", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "370.341", "max": "370.839", "min": "370.167", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "252.325", "max": "256.13", "min": "248.901", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "181.073", "max": "181.613", "min": "180.812", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "282.089", "max": "283.158", "min": "281.469", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "280.707", "max": "285.44", "min": "279.75", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "383.279", "max": "383.929", "min": "382.918", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "82.638", "max": "82.93", "min": "82.459", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "318.308", "max": "318.878", "min": "318.079", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "283.979", "max": "284.111", "min": "283.868", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "173.781", "max": "174.038", "min": "173.658", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "289.642", "max": "289.771", "min": "289.539", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "272.241", "max": "272.731", "min": "271.988", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "241.668", "max": "241.938", "min": "241.511", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "226.247", "max": "228.367", "min": "224.588", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "310.234", "max": "311.068", "min": "309.715", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "250.485", "max": "251.995", "min": "249.773", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "212.857", "max": "213.359", "min": "212.686", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "233.043", "max": "233.425", "min": "232.848", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "182.485", "max": "184.006", "min": "182.136", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "304.543", "max": "308.273", "min": "293.962", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "334.234", "max": "334.234", "min": "334.234", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "242.341", "max": "242.447", "min": "242.261", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "151.669", "max": "151.848", "min": "151.522", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "266.042", "max": "268.345", "min": "265.685", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "185.795", "max": "204.119", "min": "178.22", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "175.632", "max": "175.871", "min": "175.461", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "56.833", "max": "58.155", "min": "56.58", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "225.851", "max": "226.951", "min": "225.517", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "222.105", "max": "225.898", "min": "221.128", "id": "31", "country": "Singapore", "source_name": "Singapore", "destination_name": "Lansing", "destination_id": "295" } } }, "36": { "name": "Malaysia", "data": { "0": { "avg": "337.909", "max": "380.491", "min": "334.811", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "126.968", "max": "129.182", "min": "126.602", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "243.041", "max": "252.439", "min": "242.267", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "263.787", "max": "268.553", "min": "263.371", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "248.771", "max": "271.343", "min": "247.473", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "79.272", "max": "81.638", "min": "78.632", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "167.147", "max": "169.748", "min": "166.691", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "161.523", "max": "165.111", "min": "160.562", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "198.333", "max": "200.52", "min": "198.064", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "194.11", "max": "214.875", "min": "192.725", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "196.907", "max": "197.904", "min": "196.568", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "205.974", "max": "207.902", "min": "205.695", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "235.64", "max": "236.385", "min": "235.418", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "260.292", "max": "262.869", "min": "259.836", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "254.03", "max": "294.501", "min": "247.989", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "253.735", "max": "261.396", "min": "252.88", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "168.142", "max": "169.983", "min": "167.576", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "225.311", "max": "229.829", "min": "224.233", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "207.926", "max": "209.953", "min": "207.466", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "165.088", "max": "165.351", "min": "164.91", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "152.178", "max": "154.366", "min": "151.919", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "232.28", "max": "234.457", "min": "232.08", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "191.135", "max": "200.448", "min": "189.842", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "173.416", "max": "175.374", "min": "173.026", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "181.283", "max": "205.166", "min": "178.006", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "173.871", "max": "176.597", "min": "173.136", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "158.131", "max": "182.571", "min": "155.75", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "163.023", "max": "168.124", "min": "162.535", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "160.24", "max": "162.562", "min": "159.888", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "181.073", "max": "181.976", "min": "180.801", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "7.697", "max": "9.762", "min": "7.414", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "179.751", "max": "191.143", "min": "178.968", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "237.998", "max": "254.234", "min": "237.22", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "189.185", "max": "192.72", "min": "188.494", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "168.826", "max": "188.238", "min": "165.116", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "0.023", "max": "0.045", "min": "0.013", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "180.546", "max": "181.473", "min": "180.38", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "192.119", "max": "192.453", "min": "191.9", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "216.58", "max": "217.856", "min": "216.139", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "230.887", "max": "239.902", "min": "230.141", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "275.442", "max": "278.036", "min": "275.041", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "253.024", "max": "255.102", "min": "252.534", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "197.552", "max": "198.332", "min": "197.292", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "181.595", "max": "204.614", "min": "179.511", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "89.476", "max": "93.43", "min": "89.033", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "184.182", "max": "185.902", "min": "183.71", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "186.82", "max": "189.007", "min": "186.425", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "303.382", "max": "305.567", "min": "302.925", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "373.619", "max": "386.192", "min": "367.425", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "212.405", "max": "213.752", "min": "212.139", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "211.407", "max": "212.029", "min": "211.147", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "237.702", "max": "239.724", "min": "237.212", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "223.028", "max": "313.528", "min": "213.635", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "195.911", "max": "197.895", "min": "195.513", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "97.77", "max": "118.308", "min": "93.152", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "54.551", "max": "57.28", "min": "54.203", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "181.613", "max": "227.984", "min": "178.629", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "345.312", "max": "348.793", "min": "344.74", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "188.855", "max": "191.599", "min": "188.261", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "159.341", "max": "167.73", "min": "158.643", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "196.285", "max": "198.629", "min": "195.765", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "199.922", "max": "261.365", "min": "196.046", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "38.165", "max": "136.371", "min": "33.411", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "57.546", "max": "89.999", "min": "56.195", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "206.688", "max": "208.031", "min": "206.272", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "185.212", "max": "189.112", "min": "184.654", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "248.992", "max": "276.069", "min": "247.374", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "192.781", "max": "193.48", "min": "192.462", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "363.169", "max": "365.036", "min": "362.368", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "209.472", "max": "212.636", "min": "209.104", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "41.708", "max": "57.797", "min": "40.078", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "185.252", "max": "221.219", "min": "182.792", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "290.411", "max": "335.254", "min": "287.603", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "229.948", "max": "232.078", "min": "229.684", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "213.61", "max": "215.819", "min": "212.973", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "260.376", "max": "261.868", "min": "260.144", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "237.185", "max": "237.936", "min": "236.986", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "210.3", "max": "237.58", "min": "208.935", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "248.728", "max": "251.127", "min": "248.238", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "201.986", "max": "203.029", "min": "201.656", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "175.724", "max": "176.88", "min": "175.532", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "233.743", "max": "258.919", "min": "232.455", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "89.452", "max": "92.377", "min": "88.888", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "41.162", "max": "42.353", "min": "40.851", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "186.518", "max": "188.399", "min": "186.212", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "230.498", "max": "232.97", "min": "229.738", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "182.126", "max": "184.929", "min": "181.589", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "240.451", "max": "248.7", "min": "239.967", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "226.661", "max": "245.556", "min": "225.639", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "171.138", "max": "180.466", "min": "170.416", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "226.495", "max": "228.314", "min": "225.597", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "183.935", "max": "187.244", "min": "183.477", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "189.293", "max": "218.957", "min": "187.212", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "69.271", "max": "103.168", "min": "65.623", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "249.167", "max": "250.04", "min": "249.002", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "241.999", "max": "246.856", "min": "241.402", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "280.078", "max": "281.637", "min": "279.735", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "287.425", "max": "314.902", "min": "283.778", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "200.657", "max": "228.411", "min": "194.434", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "231.568", "max": "240.379", "min": "230.563", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "228.951", "max": "229.997", "min": "228.674", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "216.314", "max": "239.293", "min": "213.973", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "279.154", "max": "281.524", "min": "278.611", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "293.957", "max": "298.978", "min": "293.209", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "222.985", "max": "227.444", "min": "222.365", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "266.847", "max": "322.21", "min": "252.268", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "376.408", "max": "377.576", "min": "376.083", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "231.126", "max": "243.288", "min": "230.018", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "230.102", "max": "232.156", "min": "229.733", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "69.855", "max": "71.563", "min": "69.494", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "63.782", "max": "104.476", "min": "61.858", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "157.687", "max": "162.183", "min": "152.111", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "217.27", "max": "244.265", "min": "215.9", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "297.861", "max": "299.357", "min": "297.532", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "494.498", "max": "609.082", "min": "320.994", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "402.337", "max": "543.657", "min": "325.839", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "324.052", "max": "340.373", "min": "322.8", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "85.247", "max": "87.141", "min": "84.921", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "220.565", "max": "225.5", "min": "220.223", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "256.889", "max": "259.697", "min": "256.558", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "186.898", "max": "187.74", "min": "186.659", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "304.765", "max": "479.006", "min": "224.268", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "338.098", "max": "339.092", "min": "337.617", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "205.913", "max": "370.671", "min": "198.564", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "197.736", "max": "205.115", "min": "197.055", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "255.694", "max": "296.599", "min": "253.731", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "239.136", "max": "244.535", "min": "238.709", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "253.111", "max": "255.198", "min": "252.416", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "273.579", "max": "289.269", "min": "270.72", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "222.926", "max": "225.401", "min": "222.505", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "254.401", "max": "256.478", "min": "253.794", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "229.774", "max": "232.428", "min": "229.206", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "233.825", "max": "239.955", "min": "233.3", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "279.821", "max": "281.951", "min": "279.032", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "234.04", "max": "236.548", "min": "233.786", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "253.594", "max": "253.868", "min": "253.45", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "221.567", "max": "233.992", "min": "220.531", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "211.091", "max": "212.581", "min": "210.663", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "206.244", "max": "238.98", "min": "204.039", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "244.324", "max": "245.493", "min": "243.925", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "260.551", "max": "262.506", "min": "260.241", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "58.145", "max": "63.082", "min": "57.41", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "190.769", "max": "195.405", "min": "190.306", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "165.965", "max": "169.15", "min": "165.385", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "151.881", "max": "154.321", "min": "151.153", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "169.907", "max": "171.951", "min": "169.491", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "182.093", "max": "201.529", "min": "181.141", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "75.755", "max": "81.261", "min": "74.937", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "167.261", "max": "211.559", "min": "165.071", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "170.113", "max": "186.859", "min": "168.891", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "162.277", "max": "170.156", "min": "160.453", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "99.669", "max": "102.329", "min": "99.335", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "184.933", "max": "186.564", "min": "184.575", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "166.347", "max": "168.317", "min": "165.693", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "259.284", "max": "281.595", "min": "258.092", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "163.223", "max": "164.245", "min": "163.015", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "187.015", "max": "213.013", "min": "185.763", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "84.432", "max": "128.284", "min": "74.476", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "207.21", "max": "208.3", "min": "206.972", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "384.179", "max": "468.036", "min": "376.316", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "281.359", "max": "309.202", "min": "280.04", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "92.44", "max": "124.346", "min": "90.99", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "186.702", "max": "189.125", "min": "186.416", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "252.082", "max": "257.198", "min": "251.743", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "262.998", "max": "264.331", "min": "262.614", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "282.172", "max": "283.827", "min": "281.8", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "179.993", "max": "180.75", "min": "179.764", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "234.926", "max": "237.245", "min": "234.481", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "91.439", "max": "100.141", "min": "88.939", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "226.193", "max": "241.099", "min": "223.821", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "233.722", "max": "234.699", "min": "233.45", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "163.415", "max": "166.827", "min": "162.808", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "218.765", "max": "222.803", "min": "218.242", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "185.247", "max": "218.761", "min": "182.983", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "164.24", "max": "196.447", "min": "160.868", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "175.988", "max": "194.503", "min": "174.858", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "160.484", "max": "161.365", "min": "160.251", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "168.545", "max": "169.789", "min": "168.081", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "213.83", "max": "233.985", "min": "212.577", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "183.171", "max": "186.415", "min": "182.445", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "221.056", "max": "265.887", "min": "219.05", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "161.831", "max": "162.821", "min": "161.596", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "167.14", "max": "212.224", "min": "163.155", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "174.296", "max": "175.605", "min": "173.988", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "163.861", "max": "165.304", "min": "163.546", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "168.151", "max": "184.45", "min": "167.253", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "217.611", "max": "243.136", "min": "216.059", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "264.463", "max": "288.216", "min": "261.554", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "197.766", "max": "260.473", "min": "174.148", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "170.624", "max": "171.476", "min": "170.364", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "209.974", "max": "212.126", "min": "209.653", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "182.048", "max": "199.89", "min": "180.111", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "199.713", "max": "201.964", "min": "199.198", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "167.412", "max": "187.153", "min": "163.014", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "43.245", "max": "44.426", "min": "42.982", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "163.249", "max": "164.4", "min": "162.834", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "184.444", "max": "186.468", "min": "184.057", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "269.021", "max": "270.199", "min": "268.842", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "308.902", "max": "319.232", "min": "307.338", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "196.552", "max": "197.951", "min": "196.183", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "169.811", "max": "172.85", "min": "169.244", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "168.608", "max": "172.299", "min": "168.034", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "169.76", "max": "173.341", "min": "169.265", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "148.152", "max": "162.574", "min": "145.068", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "243.618", "max": "251.321", "min": "242.41", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "99.009", "max": "114.542", "min": "98.161", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "46.282", "max": "48.168", "min": "45.904", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "166.416", "max": "190.004", "min": "163.739", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "287.26", "max": "287.649", "min": "287.003", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "200.647", "max": "202.011", "min": "200.053", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "175.605", "max": "176.867", "min": "175.217", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "215.775", "max": "217.421", "min": "215.495", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "177.272", "max": "195.138", "min": "176.074", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "169.243", "max": "205.585", "min": "166.212", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "214.454", "max": "228.635", "min": "213.582", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "254.632", "max": "255.827", "min": "254.302", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "195.3", "max": "378.197", "min": "187.458", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "251.551", "max": "254.073", "min": "251.099", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "152.961", "max": "155.864", "min": "152.446", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "251.546", "max": "287.799", "min": "247.905", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "167.39", "max": "167.625", "min": "167.179", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "367.835", "max": "368.457", "min": "367.555", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "269.472", "max": "301.823", "min": "254.548", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "264.413", "max": "265.129", "min": "264.212", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "186.638", "max": "188.913", "min": "185.908", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "298.276", "max": "301.005", "min": "297.18", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "265.244", "max": "272.511", "min": "264.274", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "81.69", "max": "83.295", "min": "81.391", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "256.68", "max": "274.805", "min": "255.518", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "202.278", "max": "206.134", "min": "201.542", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "170.675", "max": "171.733", "min": "170.438", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "187.296", "max": "191.019", "min": "186.746", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "233.891", "max": "240.841", "min": "233.111", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "237.673", "max": "267.779", "min": "236.084", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "255.612", "max": "259.929", "min": "254.164", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "310.859", "max": "312.872", "min": "310.131", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "220.452", "max": "222.053", "min": "219.525", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "295.021", "max": "296.525", "min": "294.751", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "196.7", "max": "199.015", "min": "196.29", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "183.706", "max": "188.738", "min": "182.808", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "126.012", "max": "135.454", "min": "115.141", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "322.125", "max": "322.125", "min": "322.125", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "164.029", "max": "164.819", "min": "163.768", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "164.621", "max": "166.859", "min": "164.283", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "268.337", "max": "269.739", "min": "267.966", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "197.742", "max": "205.807", "min": "189.315", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "180.876", "max": "184.515", "min": "180.265", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "67.881", "max": "69.384", "min": "67.611", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "228.482", "max": "249.108", "min": "227.237", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "266.317", "max": "281.285", "min": "265.295", "id": "36", "country": "Malaysia", "source_name": "Malaysia", "destination_name": "Lansing", "destination_id": "295" } } }, "57": { "name": "Jakarta", "data": { "0": { "avg": "377.609", "max": "378.622", "min": "377.328", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "93.85", "max": "94.384", "min": "93.583", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "260.284", "max": "261.3", "min": "260.042", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "271.68", "max": "278.822", "min": "270.998", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "267.264", "max": "267.587", "min": "267.054", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "78.579", "max": "79.713", "min": "78.336", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "174.21", "max": "174.657", "min": "174.005", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "202.329", "max": "455.209", "min": "127.267", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "211.665", "max": "212.788", "min": "211.34", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "281.902", "max": "284.925", "min": "281.402", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "197.404", "max": "198.726", "min": "197.121", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "242.989", "max": "336.412", "min": "238.851", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "265.167", "max": "265.839", "min": "264.909", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "270.79", "max": "271.811", "min": "270.342", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "243.271", "max": "244.615", "min": "243.058", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "259.099", "max": "259.514", "min": "258.404", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "298.833", "max": "484.941", "min": "287.301", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "285.381", "max": "511.856", "min": "253.876", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "359.48", "max": "360.521", "min": "359.131", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "206.967", "max": "207.395", "min": "206.857", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "123.712", "max": "135.828", "min": "122.744", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "245.951", "max": "246.544", "min": "245.786", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "196.617", "max": "196.936", "min": "196.451", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "190.238", "max": "190.844", "min": "189.974", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "194.057", "max": "195.09", "min": "193.77", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "339.421", "max": "340.868", "min": "339.162", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "184.088", "max": "189.856", "min": "183.567", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "182.909", "max": "185.145", "min": "182.523", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "182.579", "max": "191.3", "min": "182.038", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "218.71", "max": "306.582", "min": "199.161", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "12.864", "max": "14.823", "min": "12.575", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "281.784", "max": "282.156", "min": "281.598", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "271.574", "max": "272.092", "min": "271.308", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "298.783", "max": "299.478", "min": "298.601", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "183.106", "max": "185.885", "min": "182.581", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "54.596", "max": "57.137", "min": "54.25", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "199.063", "max": "199.454", "min": "198.846", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "211.175", "max": "211.613", "min": "210.875", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "235.118", "max": "236.203", "min": "234.79", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "282.996", "max": "388.451", "min": "275.287", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "339.026", "max": "424.49", "min": "333.462", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "293.381", "max": "471.746", "min": "269.819", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "230.88", "max": "231.348", "min": "230.683", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "279.062", "max": "291.484", "min": "278.382", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "121.921", "max": "125.924", "min": "121.503", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "313.594", "max": "513.786", "min": "279.864", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "294.101", "max": "294.777", "min": "293.866", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "351.171", "max": "352.033", "min": "350.813", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "401.1", "max": "439.879", "min": "399.294", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "245.031", "max": "248.763", "min": "244.743", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "233.729", "max": "234.171", "min": "233.45", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "204.394", "max": "204.964", "min": "204.163", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "266.128", "max": "332.005", "min": "257.282", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "218.667", "max": "218.998", "min": "218.447", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "62.028", "max": "70.561", "min": "58.247", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "0.056", "max": "0.086", "min": "0.032", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "364.748", "max": "368.091", "min": "363.344", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "312.235", "max": "457.985", "min": "301.139", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "348.045", "max": "521.057", "min": "311.063", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "260.662", "max": "263.658", "min": "260.386", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "241.119", "max": "421.584", "min": "214.497", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "392.899", "max": "429.945", "min": "351.296", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "150.187", "max": "337.566", "min": "105.589", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "61.803", "max": "62.679", "min": "61.53", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "387.979", "max": "388.575", "min": "387.801", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "306.39", "max": "401.623", "min": "293.124", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "271.924", "max": "272.51", "min": "271.674", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "213.865", "max": "214.233", "min": "213.519", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "379.786", "max": "382.696", "min": "378.989", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "240.048", "max": "372.953", "min": "232.91", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "45.338", "max": "46.322", "min": "44.836", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "201.364", "max": "201.958", "min": "201.081", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "293.064", "max": "294.43", "min": "292.683", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "257.498", "max": "258.099", "min": "257.265", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "385.215", "max": "385.907", "min": "384.868", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "194.956", "max": "195.471", "min": "194.737", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "266.983", "max": "391.373", "min": "253.058", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "201.732", "max": "204.347", "min": "201.451", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "260.123", "max": "270.772", "min": "259.319", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "243.292", "max": "424.006", "min": "236.824", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "181.143", "max": "181.595", "min": "180.96", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "250.71", "max": "251.457", "min": "250.276", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "263.108", "max": "280.179", "min": "227.819", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "67.629", "max": "181.479", "min": "49.445", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "222.536", "max": "222.826", "min": "222.332", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "224.637", "max": "225.482", "min": "224.301", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "342.962", "max": "343.307", "min": "342.757", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "280.309", "max": "280.574", "min": "280.058", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "224.145", "max": "224.905", "min": "223.93", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "299.539", "max": "368.158", "min": "285.576", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "249.126", "max": "252.987", "min": "248.412", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "196.856", "max": "198.298", "min": "196.631", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "222.482", "max": "223.316", "min": "222.246", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "75.319", "max": "77.48", "min": "75.032", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "256.009", "max": "337.434", "min": "247.478", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "265.682", "max": "271.412", "min": "264.884", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "288.727", "max": "289.436", "min": "288.367", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "330.181", "max": "435.864", "min": "319.009", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "188.977", "max": "189.304", "min": "188.794", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "237.457", "max": "238.372", "min": "237.222", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "282.395", "max": "387.331", "min": "271.971", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "202.262", "max": "203.419", "min": "201.907", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "216.436", "max": "217.11", "min": "216.193", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "361.667", "max": "365.937", "min": "360.991", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "255.505", "max": "255.772", "min": "255.351", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "240.67", "max": "246.374", "min": "217.527", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "358.372", "max": "360.663", "min": "357.884", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "255.23", "max": "255.468", "min": "255.054", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "267.651", "max": "269.484", "min": "267.394", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "80.569", "max": "83.439", "min": "80.3", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "54.306", "max": "55.399", "min": "53.967", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "210.38", "max": "213.691", "min": "208.835", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "231.531", "max": "231.906", "min": "231.353", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "200.158", "max": "209.572", "min": "199.147", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "534.674", "max": "666.705", "min": "390.909", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "420.545", "max": "488.627", "min": "351.255", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "323.56", "max": "327.899", "min": "323.13", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "90.629", "max": "92.174", "min": "90.311", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "243.421", "max": "244.315", "min": "243.117", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "269.95", "max": "271.027", "min": "269.546", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "209.565", "max": "210.325", "min": "209.312", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "310.278", "max": "464.593", "min": "233.868", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "393.091", "max": "408.957", "min": "373.281", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "294.778", "max": "468.83", "min": "288.356", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "377.404", "max": "378.122", "min": "377.175", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "364.054", "max": "364.917", "min": "363.59", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "235.532", "max": "235.909", "min": "235.343", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "342.963", "max": "344.773", "min": "342.677", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "151.649", "max": "265.126", "min": "144.956", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "220.792", "max": "227.917", "min": "220.261", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "277.573", "max": "279.372", "min": "277.177", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "235.585", "max": "319.889", "min": "232.299", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "243.365", "max": "388.279", "min": "228.222", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "260.112", "max": "261.843", "min": "259.422", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "242.452", "max": "243.617", "min": "242.191", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "273.438", "max": "274.345", "min": "273.101", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "255.01", "max": "267.248", "min": "253.926", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "337.818", "max": "536.204", "min": "248.578", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "226.395", "max": "227.607", "min": "226.072", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "274.86", "max": "275.688", "min": "274.545", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "281.903", "max": "375.26", "min": "270.373", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "70.537", "max": "189.047", "min": "64.374", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "207.724", "max": "209.748", "min": "207.483", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "180.586", "max": "181.691", "min": "180.305", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.161", "max": "214.015", "min": "210.742", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "186.63", "max": "187.073", "min": "186.454", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "354.539", "max": "370.641", "min": "353.781", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "82.031", "max": "82.36", "min": "81.853", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "197.903", "max": "199.004", "min": "197.665", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "184.092", "max": "184.327", "min": "183.953", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "254.08", "max": "265.508", "min": "252.163", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "97.98", "max": "99.145", "min": "97.699", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "286.571", "max": "287.367", "min": "286.265", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "354.235", "max": "372.004", "min": "352.694", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "264.777", "max": "265.307", "min": "264.601", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "187.222", "max": "223.612", "min": "185.674", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "207.351", "max": "292.273", "min": "198.875", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "99.492", "max": "180.04", "min": "69.525", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "258.331", "max": "258.563", "min": "258.188", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "398.235", "max": "500.566", "min": "392.353", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "287.909", "max": "290.115", "min": "287.627", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "57.903", "max": "58.706", "min": "57.757", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "294.085", "max": "294.352", "min": "293.897", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "234.93", "max": "237.689", "min": "234.528", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "274.072", "max": "274.236", "min": "273.891", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "280.707", "max": "281.154", "min": "280.536", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "138.1", "max": "138.737", "min": "137.876", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "282.443", "max": "455.225", "min": "258.093", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "79.361", "max": "82.523", "min": "77.62", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "248.946", "max": "249.189", "min": "248.743", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "271.486", "max": "272.677", "min": "271.265", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "267.105", "max": "269.124", "min": "266.71", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "294.915", "max": "295.346", "min": "294.678", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "269.72", "max": "270.428", "min": "269.472", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "365.646", "max": "366.174", "min": "365.4", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "282.189", "max": "306.42", "min": "280.641", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "274.212", "max": "274.441", "min": "274.065", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "278.091", "max": "490.413", "min": "266.843", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "319.609", "max": "322.252", "min": "319.207", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "222.701", "max": "223.399", "min": "222.503", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "196.503", "max": "198.467", "min": "196.15", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "298.994", "max": "299.444", "min": "298.825", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "177.952", "max": "178.806", "min": "177.724", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "178.695", "max": "179.051", "min": "178.538", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "172.91", "max": "174.886", "min": "172.643", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "390.787", "max": "538.1", "min": "383.707", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "229.707", "max": "230.364", "min": "229.217", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "360.448", "max": "363.17", "min": "359.6", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "401.777", "max": "544.953", "min": "362.009", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "172.122", "max": "172.579", "min": "171.929", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "243.389", "max": "355.814", "min": "230.142", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "290.282", "max": "292.687", "min": "289.903", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "284.287", "max": "285.328", "min": "283.837", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "345.416", "max": "435.29", "min": "341.394", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "62.378", "max": "63.795", "min": "62.115", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "261.219", "max": "261.441", "min": "261.064", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "186.394", "max": "186.921", "min": "186.174", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "258.152", "max": "258.447", "min": "257.997", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "348.384", "max": "356.349", "min": "346.597", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "309.427", "max": "520.932", "min": "288.586", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "174.644", "max": "177.211", "min": "174.222", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "252.252", "max": "254.405", "min": "251.871", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "175.598", "max": "176.013", "min": "175.38", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "110.7", "max": "206.891", "min": "104.787", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "274.81", "max": "277.043", "min": "274.2", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "220.014", "max": "220.83", "min": "219.814", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "59.683", "max": "180.242", "min": "49.482", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "171.48", "max": "172.004", "min": "171.269", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "109.652", "max": "110.016", "min": "109.426", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "212.134", "max": "212.378", "min": "211.864", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "212.958", "max": "321.262", "min": "194.627", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "251.258", "max": "252.262", "min": "250.963", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "334.322", "max": "335.41", "min": "334.039", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "178.146", "max": "232.695", "min": "174.152", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "228.243", "max": "229.058", "min": "228.045", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "251.446", "max": "251.993", "min": "251.282", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "79.033", "max": "209.229", "min": "69.65", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "279.582", "max": "387.133", "min": "268.491", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "362.692", "max": "364.732", "min": "362.326", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "274.262", "max": "275.645", "min": "273.995", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "352.468", "max": "364.647", "min": "351.759", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "404.773", "max": "828.349", "min": "371.466", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "283.543", "max": "287.056", "min": "280.499", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "287.525", "max": "287.778", "min": "287.342", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "392.358", "max": "393.295", "min": "391.527", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "328.905", "max": "480.34", "min": "299.711", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "276.115", "max": "277.511", "min": "275.526", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "79.413", "max": "79.721", "min": "79.273", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "419.131", "max": "420.564", "min": "418.741", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "379.982", "max": "380.399", "min": "379.792", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "262.046", "max": "263.127", "min": "261.688", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "312.95", "max": "313.357", "min": "312.752", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "285.895", "max": "288.793", "min": "285.433", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "253.625", "max": "254.136", "min": "253.393", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "321.832", "max": "364.143", "min": "318.862", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "338.557", "max": "340.224", "min": "338.025", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "264.152", "max": "267.045", "min": "263.107", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "298.825", "max": "300.216", "min": "298.509", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "219.504", "max": "220.219", "min": "219.314", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "213.036", "max": "291.793", "min": "203.36", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "229.356", "max": "234.87", "min": "219.58", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "323.19", "max": "323.19", "min": "323.19", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "362.053", "max": "450.577", "min": "333.932", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "178.451", "max": "211.106", "min": "175.672", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "361.17", "max": "366.561", "min": "360.538", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "212.929", "max": "280.724", "min": "201.632", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "283.945", "max": "284.354", "min": "283.755", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "102.265", "max": "103.405", "min": "101.884", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "271.259", "max": "511.312", "min": "241.186", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "256.05", "max": "261.335", "min": "255.256", "id": "57", "country": "Indonesia", "source_name": "Jakarta", "destination_name": "Lansing", "destination_id": "295" } } }, "64": { "name": "Bangkok", "data": { "0": { "avg": "363.127", "max": "391.764", "min": "341.668", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "111.926", "max": "119.05", "min": "111.017", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "244.894", "max": "298.754", "min": "236.928", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "215.649", "max": "228.15", "min": "214.067", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "213.703", "max": "323.887", "min": "204.477", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "92.724", "max": "107.807", "min": "91.544", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "262.604", "max": "304.835", "min": "259.785", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "143.538", "max": "153.686", "min": "142.339", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "189.143", "max": "193.982", "min": "188.666", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "219.711", "max": "291.576", "min": "215.636", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "199.082", "max": "199.751", "min": "198.798", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "220.932", "max": "222.388", "min": "220.651", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "261.899", "max": "267.217", "min": "260.942", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "252.711", "max": "281.604", "min": "250.504", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "252.664", "max": "261.808", "min": "251.731", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "302.302", "max": "435.635", "min": "248.722", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "177.216", "max": "181.866", "min": "176.048", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "236.425", "max": "238.013", "min": "235.922", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "201.117", "max": "293.588", "min": "193.274", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "234.575", "max": "269.687", "min": "199.409", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "139.272", "max": "152.643", "min": "137.52", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "236.332", "max": "239.007", "min": "235.935", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "201.866", "max": "216.271", "min": "200.802", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "193.226", "max": "205.169", "min": "192.243", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "239.519", "max": "308.921", "min": "236.111", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "203.262", "max": "223.966", "min": "201.652", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "180.909", "max": "212.511", "min": "179.144", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "217.992", "max": "225.139", "min": "217.159", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "164.389", "max": "167.074", "min": "163.414", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "202.911", "max": "209.913", "min": "202.431", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "31.002", "max": "50.009", "min": "27.513", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "261.34", "max": "326.68", "min": "201.388", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "251.393", "max": "270.069", "min": "249.6", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "214.538", "max": "279.535", "min": "209.562", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "190.484", "max": "250.436", "min": "175.02", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "33.773", "max": "34.545", "min": "33.452", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "196.721", "max": "204.164", "min": "195.551", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "217.523", "max": "219.496", "min": "217.032", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "239.758", "max": "240.767", "min": "239.352", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "248.541", "max": "298.692", "min": "246.205", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "302.493", "max": "314.776", "min": "301.276", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "219.57", "max": "221.577", "min": "218.988", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "209.557", "max": "214.201", "min": "209.072", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "201.136", "max": "201.963", "min": "200.901", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "128.668", "max": "130.596", "min": "128.313", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "304.785", "max": "305.321", "min": "304.296", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "205.882", "max": "206.456", "min": "205.633", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "333.482", "max": "334.832", "min": "332.992", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "388.366", "max": "393.882", "min": "386.757", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "234.988", "max": "258.591", "min": "233.069", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "235.26", "max": "247.605", "min": "234.525", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "181.269", "max": "253.264", "min": "175.365", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "234.226", "max": "450.841", "min": "202.17", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "236.166", "max": "363.375", "min": "217.458", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "80.718", "max": "120.594", "min": "76.277", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "107.942", "max": "121.839", "min": "105.54", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "191.11", "max": "215.664", "min": "188.826", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "365.012", "max": "380.227", "min": "363.892", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "212.184", "max": "220.064", "min": "210.921", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "190.035", "max": "199.795", "min": "188.785", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "204.417", "max": "205.548", "min": "203.892", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "242.061", "max": "293.951", "min": "237.788", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "0.036", "max": "0.168", "min": "0.02", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "68.185", "max": "70.867", "min": "67.808", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "226.015", "max": "263.794", "min": "223.314", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "199.281", "max": "209.693", "min": "198.628", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "281.715", "max": "281.951", "min": "281.465", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "206.373", "max": "313.769", "min": "192.108", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "391.452", "max": "395.787", "min": "390.2", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "213.635", "max": "234.111", "min": "210.931", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "59.641", "max": "61.709", "min": "59.358", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "216.246", "max": "310.751", "min": "200.423", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "284.549", "max": "292.926", "min": "283.615", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "238.311", "max": "258.142", "min": "236.054", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "220.564", "max": "227.025", "min": "219.704", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "189.421", "max": "209.023", "min": "188.461", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "250.277", "max": "250.498", "min": "250.065", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "218.244", "max": "259.852", "min": "208.093", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "276.957", "max": "287.432", "min": "275.563", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "243.653", "max": "314.402", "min": "235.313", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "179.758", "max": "188.099", "min": "179.136", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "243.542", "max": "254.789", "min": "242.523", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "206.83", "max": "211.814", "min": "197.051", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "89.043", "max": "90.03", "min": "88.687", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "205.262", "max": "217.443", "min": "204.135", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "198.886", "max": "257.096", "min": "191.489", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "194.664", "max": "201.429", "min": "194.068", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "273.816", "max": "275.366", "min": "273.541", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "246.191", "max": "332.514", "min": "229.317", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "194.13", "max": "310.554", "min": "185.532", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "251.826", "max": "261.968", "min": "250.797", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "214.383", "max": "280.483", "min": "210.941", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "178.222", "max": "182.528", "min": "177.669", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "86.271", "max": "101.703", "min": "83.878", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "252.43", "max": "259.985", "min": "251.781", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "254.704", "max": "282.583", "min": "250.81", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "299.215", "max": "316.563", "min": "298.049", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "311.185", "max": "332.407", "min": "309.497", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "225.139", "max": "256.09", "min": "215.929", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "245.096", "max": "321.019", "min": "237.863", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "249.663", "max": "254.631", "min": "249.144", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "214.519", "max": "214.855", "min": "214.209", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "206.877", "max": "209.121", "min": "206.451", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "225.713", "max": "241.156", "min": "223.887", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "251.155", "max": "254.547", "min": "250.701", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "256.634", "max": "262.63", "min": "233.835", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "322.569", "max": "326.146", "min": "321.942", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "262.465", "max": "275.966", "min": "261.644", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "248.963", "max": "266.459", "min": "247.7", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "119.071", "max": "119.724", "min": "118.625", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "72.619", "max": "87.854", "min": "71.246", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "169.996", "max": "179.498", "min": "165.463", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "246.13", "max": "250.09", "min": "245.578", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "304.067", "max": "324.223", "min": "301.745", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "493.379", "max": "626.123", "min": "352.749", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "318.887", "max": "445.897", "min": "210.854", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "332.714", "max": "358.73", "min": "316.661", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "103.748", "max": "121.217", "min": "101.763", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "228.939", "max": "242.489", "min": "228.032", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "269.795", "max": "304.747", "min": "267.66", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "214.843", "max": "219.687", "min": "214.24", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "332.828", "max": "514.934", "min": "241.288", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "374.747", "max": "376.636", "min": "374.29", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "243.641", "max": "296.56", "min": "224.667", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "204.579", "max": "206.994", "min": "204.239", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "275.114", "max": "291.841", "min": "273.477", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "250.677", "max": "251.132", "min": "250.474", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "193.31", "max": "248.128", "min": "190.492", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "274.852", "max": "376.532", "min": "264.75", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "215.22", "max": "351.884", "min": "204.37", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "287.289", "max": "412.474", "min": "263.847", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "255.072", "max": "260.858", "min": "254.394", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "261.79", "max": "356.188", "min": "256.338", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "250.506", "max": "368.801", "min": "229.708", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "252.895", "max": "253.237", "min": "252.648", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "263.271", "max": "288.656", "min": "261.899", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "233.383", "max": "264.07", "min": "230.734", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "233.722", "max": "236.311", "min": "233.345", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "227.424", "max": "238.745", "min": "225.153", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "248.164", "max": "277.65", "min": "245.426", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "215.985", "max": "230.974", "min": "214.55", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "85.109", "max": "145.251", "min": "79.585", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "229.077", "max": "323.166", "min": "224.974", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "225.314", "max": "299.603", "min": "209.376", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "175.99", "max": "190.097", "min": "174.346", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "163.533", "max": "165.888", "min": "163.226", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "188.583", "max": "224.863", "min": "185.187", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "96.662", "max": "111.176", "min": "95.921", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "183.731", "max": "202.172", "min": "182.582", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "177.842", "max": "183.013", "min": "177.203", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "184.058", "max": "194.272", "min": "182.511", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "113.336", "max": "115.131", "min": "112.981", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "191.621", "max": "213.838", "min": "189.479", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "177.398", "max": "212.586", "min": "174.625", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "258.816", "max": "261.363", "min": "258.392", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "223.343", "max": "335.551", "min": "189.387", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "194.567", "max": "207.66", "min": "193.077", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "237.858", "max": "281.896", "min": "227.498", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "228.05", "max": "245.526", "min": "226.687", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "385.917", "max": "481.553", "min": "377.883", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "280.546", "max": "286.122", "min": "279.915", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "79.122", "max": "179.758", "min": "72.563", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "235.84", "max": "282.54", "min": "228.03", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "258.385", "max": "279.339", "min": "256.223", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "266.64", "max": "292.663", "min": "260.071", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "252.788", "max": "338.41", "min": "239.084", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "193.195", "max": "303.825", "min": "187.884", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "261.102", "max": "285.633", "min": "259.182", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "123.501", "max": "135.501", "min": "120.154", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "243.485", "max": "246.001", "min": "243.088", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "255.679", "max": "265.45", "min": "254.51", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "155.714", "max": "165.198", "min": "154.289", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "341.445", "max": "424.446", "min": "291.419", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "197.369", "max": "241.734", "min": "195.49", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "169.812", "max": "171.412", "min": "169.324", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "189.103", "max": "202.229", "min": "187.33", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "174.244", "max": "260.152", "min": "170.405", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "190.574", "max": "291.919", "min": "184.917", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "205.67", "max": "211.229", "min": "204.836", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "191.667", "max": "206.211", "min": "189.598", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "258.271", "max": "372.976", "min": "229.3", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "165.884", "max": "171.483", "min": "165.12", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "183.342", "max": "185.209", "min": "182.716", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "179.15", "max": "184.037", "min": "178.527", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "183.492", "max": "239.132", "min": "176.204", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "209.613", "max": "222.122", "min": "207.906", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "240.57", "max": "268.31", "min": "238.055", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "218.092", "max": "251.828", "min": "201.618", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "204.682", "max": "258.077", "min": "177.673", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "215.884", "max": "237.44", "min": "213.69", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "231.988", "max": "238.202", "min": "231.509", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "197.974", "max": "209.325", "min": "197.129", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "205.633", "max": "206.467", "min": "205.12", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "264.55", "max": "265.832", "min": "264.118", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "70.303", "max": "77.291", "min": "69.799", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "172.147", "max": "173.499", "min": "171.879", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "204.328", "max": "262.355", "min": "199.433", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "207.147", "max": "239.711", "min": "204.747", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "328.055", "max": "351.547", "min": "324.54", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "250.133", "max": "313.597", "min": "244.042", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "179.941", "max": "181.255", "min": "179.484", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "189.053", "max": "312.803", "min": "177.069", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "170.542", "max": "264.997", "min": "159.464", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "191.443", "max": "206.353", "min": "189.006", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "280.859", "max": "443.851", "min": "261.404", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "227.979", "max": "280.082", "min": "218.45", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "67.509", "max": "79.704", "min": "66.46", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "214.825", "max": "239.663", "min": "213.216", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "255.736", "max": "409.514", "min": "214.912", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "232.25", "max": "232.755", "min": "231.895", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "196.14", "max": "205.11", "min": "195.509", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "223.31", "max": "224.789", "min": "222.764", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "188.989", "max": "251.541", "min": "186.341", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "164.885", "max": "237.555", "min": "161.416", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "222.165", "max": "225.916", "min": "221.756", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "265.665", "max": "274.589", "min": "264.824", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "205.823", "max": "208.87", "min": "205.331", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "257.932", "max": "348.96", "min": "250.729", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "171.884", "max": "193.857", "min": "169.567", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "261.92", "max": "268.056", "min": "261.254", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "173.816", "max": "186.398", "min": "172.255", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "382.457", "max": "911.512", "min": "363.831", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "265.518", "max": "286.966", "min": "260.509", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "187.934", "max": "225.101", "min": "184.517", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "287.914", "max": "314.426", "min": "286.139", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "305.442", "max": "316.6", "min": "303.464", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "261.598", "max": "266.353", "min": "260.593", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "105.075", "max": "135.631", "min": "100.74", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "250.796", "max": "296.419", "min": "241.113", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "307.142", "max": "407.417", "min": "294.228", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "201.929", "max": "221.307", "min": "199.208", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "182.961", "max": "199.271", "min": "180.069", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "253.248", "max": "256.472", "min": "252.242", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "262.109", "max": "274.651", "min": "260.508", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "312.456", "max": "330.338", "min": "310.112", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "316.924", "max": "318.018", "min": "316.047", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "237.451", "max": "239.146", "min": "236.32", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "261.59", "max": "324.074", "min": "248.675", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "218.551", "max": "219.612", "min": "218.314", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "178.899", "max": "182.253", "min": "178.087", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "210.206", "max": "325.923", "min": "187.694", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "358.763", "max": "358.763", "min": "358.763", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "186.81", "max": "187.141", "min": "186.589", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "157.598", "max": "167.992", "min": "156.416", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "284.672", "max": "296.952", "min": "283.211", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "231.392", "max": "265.219", "min": "214.098", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "296.621", "max": "329.061", "min": "293.366", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "83.143", "max": "84.03", "min": "82.742", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "242.927", "max": "266.789", "min": "241.03", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "252.728", "max": "331.422", "min": "246.664", "id": "64", "country": "Thailand", "source_name": "Bangkok", "destination_name": "Lansing", "destination_id": "295" } } }, "65": { "name": "Hanoi", "data": { "0": { "avg": "436.541", "max": "442.33", "min": "436.185", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "120.542", "max": "126.452", "min": "120.132", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "260.985", "max": "261.184", "min": "260.868", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "450.37", "max": "460.465", "min": "351.426", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "262.985", "max": "265.753", "min": "262.744", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "112.138", "max": "112.325", "min": "112.037", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "281.411", "max": "281.592", "min": "281.276", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "176.635", "max": "186.291", "min": "175.652", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "374.676", "max": "374.817", "min": "374.561", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "316.751", "max": "319.566", "min": "316.407", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "241.337", "max": "241.863", "min": "241.137", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "291.358", "max": "292.271", "min": "291.222", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "284.9", "max": "285.032", "min": "284.779", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "248.092", "max": "248.448", "min": "247.866", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "302.259", "max": "302.801", "min": "302.098", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "302.781", "max": "303.295", "min": "302.274", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "199.732", "max": "200.03", "min": "199.532", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "239.794", "max": "240.757", "min": "239.545", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "276.084", "max": "277.277", "min": "275.822", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "274.018", "max": "274.446", "min": "273.897", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "162.159", "max": "162.325", "min": "162.093", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "235.569", "max": "237.984", "min": "235.362", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "184.444", "max": "185.251", "min": "184.23", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "240.776", "max": "241.413", "min": "240.62", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "311.746", "max": "312.625", "min": "311.51", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "298.046", "max": "298.265", "min": "297.966", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "294.347", "max": "301.754", "min": "293.771", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "282.641", "max": "283.312", "min": "282.397", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "223.793", "max": "223.876", "min": "223.729", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "191.744", "max": "192.046", "min": "191.577", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "48.997", "max": "49.525", "min": "48.842", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "335.178", "max": "335.619", "min": "335.048", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "210.908", "max": "212.39", "min": "210.761", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "236.865", "max": "237.075", "min": "236.79", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "293.181", "max": "295.846", "min": "292.868", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "56.504", "max": "59.835", "min": "56.259", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "190.388", "max": "190.877", "min": "190.259", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "342.417", "max": "343.171", "min": "342.262", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "234.072", "max": "234.953", "min": "233.831", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "292.141", "max": "297.1", "min": "291.482", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "461.174", "max": "464.258", "min": "460.698", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "275.627", "max": "276.606", "min": "275.368", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "238.597", "max": "238.799", "min": "238.462", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "226.584", "max": "229.648", "min": "226.174", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "250.952", "max": "251.147", "min": "250.84", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "219.948", "max": "220.713", "min": "219.52", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "240.381", "max": "241.907", "min": "240.145", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "358.75", "max": "359.343", "min": "358.563", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "418.709", "max": "419.187", "min": "418.546", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "259.069", "max": "259.528", "min": "258.942", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "237.338", "max": "237.527", "min": "237.109", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "242.677", "max": "242.995", "min": "242.453", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "235.548", "max": "246.557", "min": "221.451", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "214.61", "max": "214.854", "min": "214.307", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "106.602", "max": "113.73", "min": "103.228", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "61.703", "max": "61.985", "min": "61.536", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "209.571", "max": "211.845", "min": "208.756", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "475.098", "max": "476.102", "min": "474.944", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "325.214", "max": "328.054", "min": "324.612", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "277.769", "max": "278.125", "min": "277.639", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "275.986", "max": "277.28", "min": "275.549", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "257.277", "max": "291.272", "min": "255.661", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "72.464", "max": "162.151", "min": "67.865", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "0.042", "max": "0.08", "min": "0.023", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "306.312", "max": "307.126", "min": "306.103", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "372.751", "max": "372.885", "min": "372.684", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "249.136", "max": "250.055", "min": "248.926", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "272.954", "max": "284.32", "min": "271.672", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "364.348", "max": "365.814", "min": "363.458", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "207.854", "max": "208.633", "min": "207.681", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "60.24", "max": "61.962", "min": "59.983", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "191.064", "max": "191.495", "min": "190.755", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "282.733", "max": "288.955", "min": "282.305", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "270.097", "max": "270.185", "min": "270.036", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "245.351", "max": "246.167", "min": "245.155", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "205.623", "max": "205.868", "min": "205.474", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "257.341", "max": "257.486", "min": "257.244", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "190.643", "max": "191.641", "min": "190.508", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "263.852", "max": "264.505", "min": "263.649", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "256.538", "max": "257.371", "min": "256.327", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "183.407", "max": "183.659", "min": "183.206", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "255.312", "max": "255.839", "min": "254.956", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "279.851", "max": "280.509", "min": "279.264", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "225.483", "max": "225.869", "min": "225.33", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "251.673", "max": "252.48", "min": "248.015", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "339.579", "max": "340.485", "min": "339.301", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "274.905", "max": "275.519", "min": "274.641", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "246.803", "max": "248.407", "min": "246.518", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "219.345", "max": "219.968", "min": "219.184", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "206.696", "max": "211.842", "min": "205.851", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "219.444", "max": "223.884", "min": "218.646", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.308", "max": "180.682", "min": "180.093", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "290.676", "max": "291.517", "min": "290.514", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "115.804", "max": "124.089", "min": "115.34", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "270.481", "max": "271.136", "min": "270.353", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "252", "max": "253.493", "min": "251.828", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "308.008", "max": "310.21", "min": "307.644", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "280.002", "max": "301.984", "min": "278.303", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "199.253", "max": "199.688", "min": "199.082", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "262.7", "max": "264.907", "min": "262.384", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "260.726", "max": "260.957", "min": "260.639", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "224.623", "max": "224.733", "min": "224.461", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "404.557", "max": "409.991", "min": "404.213", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "342.598", "max": "348.973", "min": "342", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "207.78", "max": "207.987", "min": "207.607", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "265.016", "max": "286.979", "min": "229.043", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "294.274", "max": "295.958", "min": "293.944", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "245.783", "max": "246.206", "min": "245.604", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "272.192", "max": "272.534", "min": "272.071", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "223.126", "max": "223.599", "min": "223.01", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "43.608", "max": "44.022", "min": "43.523", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "228.879", "max": "229.065", "min": "228.742", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "258.038", "max": "258.122", "min": "257.965", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "244.975", "max": "246.576", "min": "244.699", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "476.99", "max": "597.266", "min": "312.665", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "393.734", "max": "485.339", "min": "316.406", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "424.163", "max": "448.281", "min": "422.548", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "106.341", "max": "108.458", "min": "106.047", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "225.096", "max": "225.519", "min": "224.922", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "244.819", "max": "245.385", "min": "244.52", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "205.532", "max": "206.595", "min": "205.249", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "341.266", "max": "494.286", "min": "260.542", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "361.721", "max": "362.299", "min": "361.469", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "309.379", "max": "494.711", "min": "297.476", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "240.654", "max": "240.753", "min": "240.585", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "220.1", "max": "221.222", "min": "219.484", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "231.046", "max": "271.762", "min": "220.711", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "418.139", "max": "418.42", "min": "417.867", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "256.023", "max": "256.522", "min": "255.864", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "223.62", "max": "224.441", "min": "223.448", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "245.277", "max": "245.793", "min": "245.128", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "238.267", "max": "238.772", "min": "238.031", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "228.918", "max": "229.192", "min": "228.745", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "470.738", "max": "472.437", "min": "470.032", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "237.291", "max": "238.784", "min": "237.127", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "254.345", "max": "255.616", "min": "254.046", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "283.169", "max": "290.912", "min": "282.19", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "240.86", "max": "241.04", "min": "240.723", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "224.275", "max": "224.436", "min": "224.125", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "250.285", "max": "272.446", "min": "249.357", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "350.952", "max": "351.378", "min": "350.785", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "101.288", "max": "103.65", "min": "100.874", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "232.441", "max": "235.551", "min": "232.129", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "283.964", "max": "284.286", "min": "283.777", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "199.612", "max": "203.754", "min": "198.671", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "277.859", "max": "278.578", "min": "277.47", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "218.23", "max": "225.064", "min": "217.816", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "119.964", "max": "120.802", "min": "119.845", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "288.345", "max": "288.55", "min": "288.231", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "221.816", "max": "221.921", "min": "221.735", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "225.425", "max": "233.968", "min": "222.62", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "279.264", "max": "279.645", "min": "279.148", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "234.97", "max": "235.697", "min": "234.804", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "283.442", "max": "284.915", "min": "282.906", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "239.735", "max": "240.139", "min": "239.616", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "193.997", "max": "194.461", "min": "193.699", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "303.981", "max": "304.94", "min": "303.759", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "91.652", "max": "142.831", "min": "82.88", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "245.081", "max": "245.856", "min": "244.841", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "386.933", "max": "495.708", "min": "380.321", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "268.79", "max": "269.496", "min": "268.626", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "102.452", "max": "102.574", "min": "102.39", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "293.072", "max": "293.335", "min": "292.759", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "236.257", "max": "238.835", "min": "235.942", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "430.399", "max": "430.44", "min": "430.321", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "281.831", "max": "291.504", "min": "281.38", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "223.701", "max": "223.797", "min": "223.57", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "238.46", "max": "238.674", "min": "238.254", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "274.631", "max": "281.482", "min": "272.168", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "241.841", "max": "242.155", "min": "241.626", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "262.765", "max": "263.067", "min": "262.695", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "212.298", "max": "214.227", "min": "212.006", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "148.184", "max": "148.861", "min": "148.011", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "225.063", "max": "227.507", "min": "224.856", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "269.198", "max": "270.436", "min": "268.882", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "317.31", "max": "317.462", "min": "317.21", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "204.496", "max": "204.635", "min": "204.432", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "326.686", "max": "330.827", "min": "326.164", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "351.536", "max": "353.052", "min": "351.243", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "303.791", "max": "304.06", "min": "303.63", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "256.011", "max": "258.197", "min": "255.779", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "372.139", "max": "373.74", "min": "371.756", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "377.922", "max": "453.837", "min": "348.932", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "316.659", "max": "316.764", "min": "316.567", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "319.5", "max": "319.584", "min": "319.408", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "213.107", "max": "213.318", "min": "212.916", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "349.393", "max": "349.829", "min": "349.16", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "277.562", "max": "281.562", "min": "276.913", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "230.257", "max": "243.359", "min": "218.329", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "266.168", "max": "266.332", "min": "266.041", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "349.935", "max": "350.265", "min": "349.793", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "318.709", "max": "318.915", "min": "318.557", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "273.037", "max": "273.599", "min": "272.682", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "343.286", "max": "439.84", "min": "335.652", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "66.571", "max": "69.393", "min": "66.38", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "201.503", "max": "203.373", "min": "201.343", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "288.502", "max": "288.682", "min": "288.339", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "211.124", "max": "211.394", "min": "211.044", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "331.423", "max": "337.667", "min": "330.372", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "378.321", "max": "378.509", "min": "378.19", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "277.014", "max": "280.1", "min": "276.671", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "330.759", "max": "331.498", "min": "330.576", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "281.26", "max": "282.433", "min": "281.088", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "142.999", "max": "151.396", "min": "141.013", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "281.864", "max": "287.798", "min": "281.134", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "304.826", "max": "307.314", "min": "303.89", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "210.647", "max": "210.97", "min": "210.576", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "272.037", "max": "272.315", "min": "271.906", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "98.146", "max": "98.659", "min": "97.962", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "233.686", "max": "233.923", "min": "233.387", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "298.161", "max": "298.712", "min": "297.937", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "322.607", "max": "328.984", "min": "321.982", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "272.972", "max": "274.632", "min": "272.448", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "260.16", "max": "263.087", "min": "259.679", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "236.399", "max": "240.064", "min": "235.746", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "273.373", "max": "274.08", "min": "273.263", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "22.018", "max": "24.028", "min": "21.828", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "251.133", "max": "251.328", "min": "251.044", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "189.448", "max": "189.668", "min": "189.328", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "249.204", "max": "249.431", "min": "249.11", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "267.791", "max": "267.95", "min": "267.696", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "403.7", "max": "404.338", "min": "403.46", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "292.932", "max": "302.576", "min": "289.646", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "216.914", "max": "227.316", "min": "213.668", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "396.828", "max": "404.44", "min": "395.786", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "315.324", "max": "346.006", "min": "312.56", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "327.131", "max": "328.478", "min": "326.795", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "73.933", "max": "74.137", "min": "73.778", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "290.444", "max": "291.045", "min": "290.314", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "300.471", "max": "300.842", "min": "300.393", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "295.859", "max": "296.101", "min": "295.756", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "395.663", "max": "396.125", "min": "395.511", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "291.177", "max": "293.904", "min": "290.839", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "275.471", "max": "275.815", "min": "275.318", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "320.483", "max": "329.517", "min": "318.924", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "341.856", "max": "343.187", "min": "340.929", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "246.635", "max": "248.894", "min": "245.273", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "254.13", "max": "254.896", "min": "253.913", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "273.601", "max": "273.834", "min": "273.449", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "295.862", "max": "296.914", "min": "295.655", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "285.175", "max": "290.73", "min": "281.089", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "342.961", "max": "342.961", "min": "342.961", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "210.596", "max": "211.027", "min": "210.505", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "252.781", "max": "252.887", "min": "252.704", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "365.626", "max": "365.968", "min": "365.454", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "309.17", "max": "320.319", "min": "302.364", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "352.806", "max": "353.019", "min": "352.718", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "224.41", "max": "225.516", "min": "224.204", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "262.619", "max": "264.371", "min": "262.322", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "268.803", "max": "268.91", "min": "268.696", "id": "65", "country": "Vietnam", "source_name": "Hanoi", "destination_name": "Lansing", "destination_id": "295" } } }, "72": { "name": "Hong Kong", "data": { "0": { "avg": "399.281", "max": "400.213", "min": "399.016", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "115.357", "max": "119.867", "min": "114.985", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "236.972", "max": "240.745", "min": "236.632", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "266.304", "max": "271.292", "min": "265.459", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "257.666", "max": "259.263", "min": "257.303", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "47.942", "max": "49.206", "min": "47.665", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "190.485", "max": "192.332", "min": "190.203", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "149.845", "max": "157.003", "min": "148.813", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "233.127", "max": "233.851", "min": "232.898", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "207.713", "max": "210.439", "min": "207.239", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "220.963", "max": "222.911", "min": "220.593", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "192.754", "max": "196.112", "min": "192.389", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "250.395", "max": "251.42", "min": "250.059", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "237.193", "max": "239.282", "min": "236.894", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "258.443", "max": "261.703", "min": "258.088", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "211.874", "max": "212.953", "min": "211.274", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "319.261", "max": "321.08", "min": "318.854", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "209.24", "max": "210.547", "min": "209.014", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "266.053", "max": "267.316", "min": "265.816", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "192.825", "max": "195.626", "min": "192.399", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "144.528", "max": "147.438", "min": "144.178", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "221.174", "max": "222.009", "min": "220.895", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "153.421", "max": "154.308", "min": "153.273", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "153.177", "max": "154.338", "min": "153.002", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "211.461", "max": "213.46", "min": "211.151", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "334.414", "max": "335.35", "min": "334.178", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "209.857", "max": "212.12", "min": "209.428", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "204.449", "max": "205.567", "min": "204.104", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "194.616", "max": "195.406", "min": "194.369", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "174.028", "max": "179.665", "min": "173.474", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "34.269", "max": "39.156", "min": "33.871", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "262.506", "max": "264.123", "min": "262.243", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "265.095", "max": "266.263", "min": "264.848", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "215.891", "max": "217.225", "min": "215.55", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "204.669", "max": "206.624", "min": "204.191", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "40.485", "max": "43.094", "min": "40.14", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "164.45", "max": "167.099", "min": "164.199", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "196.542", "max": "197.265", "min": "196.321", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "209.05", "max": "211.14", "min": "208.734", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "216.627", "max": "219.21", "min": "216.173", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "362.861", "max": "365.187", "min": "362.413", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "259.428", "max": "263.352", "min": "258.618", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "301.992", "max": "304.587", "min": "301.6", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "271.702", "max": "300.416", "min": "270.446", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "113.068", "max": "115.074", "min": "112.75", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "273.05", "max": "273.971", "min": "272.652", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "245.315", "max": "246.111", "min": "245.127", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "310.69", "max": "311.812", "min": "310.362", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "367.558", "max": "369.547", "min": "367.169", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "203.138", "max": "203.405", "min": "203.025", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "207.022", "max": "209.457", "min": "206.69", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "166.366", "max": "167.785", "min": "166.042", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "230.295", "max": "319.711", "min": "219.158", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "191.833", "max": "193.066", "min": "191.537", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "82.439", "max": "89.75", "min": "79.065", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "45.339", "max": "47.141", "min": "44.884", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "325.032", "max": "326.979", "min": "324.303", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "315.628", "max": "317.146", "min": "315.392", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "294.402", "max": "296", "min": "293.888", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "249.025", "max": "250.475", "min": "248.801", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "246.931", "max": "249.6", "min": "246.254", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "319.5", "max": "348.652", "min": "315.709", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "62.373", "max": "79.943", "min": "59.37", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "60.247", "max": "62.802", "min": "59.924", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "344.533", "max": "345.539", "min": "344.158", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "249.29", "max": "252.355", "min": "248.808", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "230.856", "max": "232.562", "min": "230.528", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "232.895", "max": "233.701", "min": "232.428", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "350.009", "max": "353.093", "min": "349.076", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "183.392", "max": "184.332", "min": "183.075", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "0.032", "max": "0.064", "min": "0.023", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "157.104", "max": "160.124", "min": "156.565", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "266.692", "max": "270.966", "min": "266.281", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "211.038", "max": "211.917", "min": "210.826", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "375.333", "max": "376.43", "min": "375.103", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "241.404", "max": "242.248", "min": "241.119", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "224.773", "max": "228.993", "min": "224.252", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "164.919", "max": "167.471", "min": "164.52", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "218.76", "max": "233.603", "min": "217.385", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "189.544", "max": "191.033", "min": "189.243", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "154.473", "max": "157.15", "min": "153.979", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "219.172", "max": "219.897", "min": "218.768", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "210.522", "max": "232.271", "min": "179.788", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "67.04", "max": "70.575", "min": "66.634", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "161.51", "max": "162.46", "min": "161.306", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "247.558", "max": "251.393", "min": "246.84", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "285.477", "max": "288.146", "min": "285.146", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "240.34", "max": "242.45", "min": "240.056", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "184.751", "max": "186.707", "min": "184.532", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "279.552", "max": "284.421", "min": "278.546", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "199.6", "max": "201.921", "min": "198.853", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "163.148", "max": "165.609", "min": "162.763", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "214.069", "max": "217.071", "min": "213.784", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "28.912", "max": "31.001", "min": "28.518", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "231.768", "max": "233.396", "min": "231.553", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "241.259", "max": "243.354", "min": "240.797", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "292.561", "max": "294.025", "min": "292.285", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "279.441", "max": "285.253", "min": "278.441", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "151.938", "max": "152.396", "min": "151.743", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "209.178", "max": "217.619", "min": "208.324", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "221.255", "max": "221.777", "min": "221.123", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "155.666", "max": "159.69", "min": "155.249", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "256.191", "max": "257.081", "min": "255.885", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "308.797", "max": "318.528", "min": "307.138", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "196.294", "max": "198.46", "min": "195.861", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "238.458", "max": "268.515", "min": "213.205", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "294.728", "max": "298.188", "min": "294.284", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "214.007", "max": "214.819", "min": "213.709", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "213.59", "max": "218.323", "min": "213.149", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "96.702", "max": "99.11", "min": "96.316", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "29.685", "max": "31.517", "min": "29.371", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "176.51", "max": "180.272", "min": "175.649", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "203.398", "max": "205.766", "min": "203.109", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "221.645", "max": "234.576", "min": "220.62", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "531.253", "max": "658.25", "min": "362.324", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "384.991", "max": "484.174", "min": "313.755", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "360.149", "max": "373.062", "min": "359.169", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "52.053", "max": "54.723", "min": "51.41", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "199.809", "max": "200.942", "min": "199.597", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "221.786", "max": "222.953", "min": "221.349", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "182.807", "max": "183.451", "min": "182.509", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "265.267", "max": "433.128", "min": "197.809", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "348.93", "max": "364.13", "min": "325.974", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "287.084", "max": "398.064", "min": "280.43", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "323.174", "max": "323.932", "min": "322.978", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "347.949", "max": "350.405", "min": "347.109", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "209.045", "max": "212.004", "min": "208.007", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "364.257", "max": "365.42", "min": "363.924", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "128.079", "max": "131.249", "min": "127.643", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "183.064", "max": "185.592", "min": "182.704", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "215.92", "max": "216.489", "min": "215.74", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "199.79", "max": "201.016", "min": "199.504", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "200.248", "max": "206.218", "min": "199.705", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "285.676", "max": "287.439", "min": "284.874", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "218.839", "max": "222.913", "min": "218.21", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "219.282", "max": "219.863", "min": "219.077", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "199.58", "max": "203.129", "min": "199.063", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "207.173", "max": "207.603", "min": "206.959", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "195.946", "max": "196.405", "min": "195.695", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "229.445", "max": "233.575", "min": "228.998", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "264.907", "max": "267.058", "min": "264.65", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "82.125", "max": "82.867", "min": "81.668", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "217.478", "max": "218.554", "min": "217.197", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "205.847", "max": "207.146", "min": "205.365", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.212", "max": "191.239", "min": "179.459", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "185.531", "max": "187.249", "min": "185.216", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "266.092", "max": "267.944", "min": "265.751", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "102.414", "max": "104.113", "min": "102.165", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "221.487", "max": "224.019", "min": "221.176", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "256.657", "max": "257.169", "min": "256.474", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "183.189", "max": "196.102", "min": "181.44", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "67.252", "max": "67.765", "min": "67.022", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "328.984", "max": "337.525", "min": "328.295", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "308.772", "max": "310.889", "min": "308.286", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "219.473", "max": "219.805", "min": "219.33", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "159.091", "max": "160.204", "min": "158.816", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "220.739", "max": "221.799", "min": "220.442", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "106.387", "max": "155.513", "min": "98.03", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "212.59", "max": "213.166", "min": "212.374", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "357.854", "max": "432.334", "min": "350.416", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "242.297", "max": "243.927", "min": "242.044", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "79.502", "max": "80.752", "min": "79.282", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "278.802", "max": "279.724", "min": "278.529", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "203.521", "max": "204.13", "min": "203.267", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "303.86", "max": "307.004", "min": "303.426", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "267.537", "max": "267.831", "min": "267.365", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "92.756", "max": "95.421", "min": "92.422", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "225.243", "max": "228.711", "min": "224.848", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "35.651", "max": "40.485", "min": "32.036", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "210.972", "max": "212.845", "min": "210.684", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "208.445", "max": "212.095", "min": "208.115", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "208.726", "max": "210.281", "min": "208.343", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "280.879", "max": "282.659", "min": "280.593", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "258.37", "max": "260.146", "min": "258.056", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "320.502", "max": "321.448", "min": "320.198", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "241.695", "max": "246.378", "min": "241.14", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "262.677", "max": "262.911", "min": "262.529", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "250.59", "max": "253.316", "min": "250.178", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "271.215", "max": "273.814", "min": "270.675", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "240.649", "max": "241.846", "min": "240.246", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "188.899", "max": "194.616", "min": "188.353", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "284.991", "max": "286.421", "min": "284.799", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "200.25", "max": "202.507", "min": "199.957", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "202.404", "max": "205.457", "min": "202.023", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "194.441", "max": "195.862", "min": "194.152", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "336.346", "max": "337.654", "min": "335.943", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "251.404", "max": "252.205", "min": "250.989", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "319.288", "max": "327.581", "min": "317.875", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "263.183", "max": "322.849", "min": "238.377", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "191.751", "max": "193.963", "min": "191.325", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "254.264", "max": "255.236", "min": "253.978", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "203.755", "max": "213.281", "min": "202.961", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "355.606", "max": "357.29", "min": "355.013", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "235.517", "max": "251.952", "min": "234.359", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "34.426", "max": "35.423", "min": "34.156", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "288.369", "max": "290.435", "min": "288.006", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "213.398", "max": "216.256", "min": "212.976", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "263.102", "max": "264.455", "min": "262.962", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "315.937", "max": "321.099", "min": "314.75", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "283.709", "max": "285.022", "min": "283.356", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "185.716", "max": "189.898", "min": "185.066", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "245.067", "max": "247.817", "min": "244.695", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "199.219", "max": "200.772", "min": "198.988", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "135.924", "max": "152.746", "min": "134.401", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "227.344", "max": "230.412", "min": "226.739", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "168.757", "max": "171.725", "min": "163.284", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "72.104", "max": "73.01", "min": "71.817", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "191.673", "max": "193.65", "min": "191.285", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "72.662", "max": "73.616", "min": "72.207", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "173.973", "max": "175.268", "min": "173.472", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "222.229", "max": "225.242", "min": "221.821", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "239.473", "max": "242.999", "min": "239.103", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "290.107", "max": "291.922", "min": "289.552", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "196.183", "max": "197.733", "min": "195.845", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "185.342", "max": "186.581", "min": "185.151", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "210.01", "max": "210.723", "min": "209.88", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "24.747", "max": "26.938", "min": "24.474", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "228.119", "max": "230.188", "min": "227.888", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "315.957", "max": "316.635", "min": "315.748", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "227.106", "max": "228.059", "min": "226.956", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "334.372", "max": "335.684", "min": "334.204", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "391.784", "max": "393.977", "min": "391.425", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "237.862", "max": "240.611", "min": "235.48", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "283.934", "max": "287.049", "min": "283.611", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "334.014", "max": "336.022", "min": "333.046", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "256.683", "max": "262.868", "min": "255.541", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "297.775", "max": "301.268", "min": "297.21", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "51.997", "max": "54.376", "min": "51.655", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "404.737", "max": "406.537", "min": "404.299", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "268.466", "max": "269.272", "min": "268.298", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "189.438", "max": "190.826", "min": "189.127", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "312.973", "max": "314.572", "min": "312.699", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "233.209", "max": "236.526", "min": "232.591", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "224.949", "max": "225.388", "min": "224.791", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "308.742", "max": "313.134", "min": "306.951", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "303.135", "max": "304.448", "min": "301.98", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "226.225", "max": "227.74", "min": "225.068", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "312.713", "max": "314.356", "min": "312.42", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "188.345", "max": "190.992", "min": "187.964", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "227.953", "max": "232.652", "min": "227.039", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "219.412", "max": "220.891", "min": "218.742", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "288.567", "max": "288.567", "min": "288.567", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "236.948", "max": "238.98", "min": "236.751", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "258.342", "max": "265.249", "min": "257.635", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "344.989", "max": "346.208", "min": "344.621", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "237.224", "max": "247.808", "min": "230.197", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "253.956", "max": "256.661", "min": "253.632", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "91.773", "max": "94.428", "min": "91.536", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "232.074", "max": "233.545", "min": "231.492", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "214.229", "max": "220.35", "min": "213.495", "id": "72", "country": "Hong Kong", "source_name": "Hong Kong", "destination_name": "Lansing", "destination_id": "295" } } }, "95": { "name": "Taipei", "data": { "0": { "avg": "282.84", "max": "302.685", "min": "281.971", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "248.497", "max": "249.869", "min": "247.996", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "206.532", "max": "211.786", "min": "201.992", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "292.108", "max": "298.664", "min": "291.611", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "277.157", "max": "277.629", "min": "276.961", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "33.194", "max": "33.757", "min": "32.944", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "264.572", "max": "264.719", "min": "264.345", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "242.939", "max": "252.681", "min": "237.481", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "307.05", "max": "308.178", "min": "306.757", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "292.805", "max": "293.499", "min": "292.553", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "251.379", "max": "252.526", "min": "251.167", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "177.687", "max": "197.64", "min": "176.633", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "222.672", "max": "222.916", "min": "222.517", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "210.873", "max": "211.33", "min": "210.617", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "200.377", "max": "200.768", "min": "200.199", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "239.263", "max": "239.918", "min": "238.974", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "282.369", "max": "283.177", "min": "282.098", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "195.554", "max": "195.837", "min": "195.425", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "272.155", "max": "283.902", "min": "271.198", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "299.698", "max": "299.975", "min": "299.582", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "291.291", "max": "294.102", "min": "284.299", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "180.981", "max": "181.229", "min": "180.834", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "129.56", "max": "129.844", "min": "129.401", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "157.49", "max": "172.625", "min": "156.677", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "308.669", "max": "311.431", "min": "308.263", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "274.577", "max": "274.868", "min": "274.427", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "309.664", "max": "310.254", "min": "309.459", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "215.167", "max": "221.298", "min": "214.38", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "292.943", "max": "294.062", "min": "292.76", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "138.148", "max": "141.182", "min": "137.777", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "83.13", "max": "83.291", "min": "82.985", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "315.189", "max": "315.447", "min": "315.017", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "184.216", "max": "184.655", "min": "184.038", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "338.292", "max": "338.473", "min": "338.143", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "309.685", "max": "310.525", "min": "309.484", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "66.054", "max": "69.463", "min": "65.658", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "137.784", "max": "147.734", "min": "137.309", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "144.657", "max": "144.901", "min": "144.431", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "162.707", "max": "163.073", "min": "162.489", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "201.327", "max": "203.37", "min": "200.894", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "389.97", "max": "392.085", "min": "389.656", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "276.04", "max": "277.292", "min": "275.716", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "294.622", "max": "294.866", "min": "294.474", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "263.513", "max": "274.695", "min": "262.951", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "130.55", "max": "130.755", "min": "130.359", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "303.266", "max": "304.027", "min": "302.867", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "289.991", "max": "290.29", "min": "289.86", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "296.318", "max": "297.371", "min": "296.04", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "322.762", "max": "343.04", "min": "321.835", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "183.245", "max": "183.39", "min": "183.112", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "210.793", "max": "211.424", "min": "210.637", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "131.826", "max": "132.383", "min": "131.568", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "308.967", "max": "352.664", "min": "277.231", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "175.149", "max": "175.915", "min": "174.986", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "108.315", "max": "121.587", "min": "104.568", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "75.935", "max": "85.083", "min": "75.018", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "271.22", "max": "276.718", "min": "269.666", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "334.064", "max": "334.265", "min": "333.946", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "307.41", "max": "316.231", "min": "306.27", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "277.966", "max": "278.126", "min": "277.783", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "331.45", "max": "335.641", "min": "330.874", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "327.181", "max": "361.575", "min": "324.201", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "94.416", "max": "190.333", "min": "83.85", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "115.456", "max": "115.602", "min": "115.318", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "330.431", "max": "330.687", "min": "330.203", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "311.497", "max": "311.82", "min": "311.382", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "197.814", "max": "198.094", "min": "197.627", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "323.936", "max": "326.882", "min": "323.342", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "321.225", "max": "323.135", "min": "320.437", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "151.211", "max": "152.747", "min": "150.946", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "28.866", "max": "29.924", "min": "28.65", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "144.436", "max": "145.007", "min": "144.124", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "238.702", "max": "248.428", "min": "238.128", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "216.111", "max": "227.795", "min": "214.49", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "299.523", "max": "301.872", "min": "299.168", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "285.965", "max": "286.332", "min": "285.762", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "188.851", "max": "189.286", "min": "188.616", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "143.956", "max": "144.131", "min": "143.819", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "216.589", "max": "224.153", "min": "216.041", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "172.931", "max": "174.845", "min": "172.603", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "135.633", "max": "136.271", "min": "135.435", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "208.209", "max": "237.826", "min": "206.881", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "114.374", "max": "122.03", "min": "102.519", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "90.135", "max": "91.603", "min": "89.74", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "239.69", "max": "246.078", "min": "239.307", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "285.745", "max": "287.154", "min": "285.262", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "276.346", "max": "280.351", "min": "275.972", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "192.073", "max": "192.46", "min": "191.871", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "180.784", "max": "181.185", "min": "180.62", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "266.669", "max": "269.814", "min": "259.479", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "199.726", "max": "201.011", "min": "199.009", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "141.908", "max": "143.004", "min": "141.632", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "268.313", "max": "268.565", "min": "268.171", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "0.042", "max": "0.254", "min": "0.019", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "188.745", "max": "190.237", "min": "188.501", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "210.439", "max": "210.79", "min": "210.275", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "253.233", "max": "255.74", "min": "252.935", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "257.114", "max": "271.954", "min": "255.389", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "127.546", "max": "127.647", "min": "127.302", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "197.04", "max": "197.33", "min": "196.866", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "197.84", "max": "200.408", "min": "197.57", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "166.108", "max": "170.095", "min": "165.661", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "336.997", "max": "337.567", "min": "336.827", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "297.466", "max": "299.664", "min": "296.874", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "195.615", "max": "197.685", "min": "195.34", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "205.607", "max": "205.886", "min": "205.328", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "287.41", "max": "290.448", "min": "287.151", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "188.595", "max": "188.795", "min": "188.413", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "187.589", "max": "187.948", "min": "187.439", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "152.91", "max": "154.457", "min": "152.656", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "49.018", "max": "49.251", "min": "48.888", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "110.203", "max": "114.225", "min": "106.178", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "175.817", "max": "176.058", "min": "175.676", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "284.606", "max": "288.117", "min": "283.749", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "567.236", "max": "690.49", "min": "424.427", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "443.799", "max": "512.627", "min": "348.735", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "439.836", "max": "454.716", "min": "438.312", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "33.644", "max": "34.049", "min": "33.38", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "176.494", "max": "177.124", "min": "176.325", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "203.27", "max": "209.006", "min": "202.694", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "165.181", "max": "171.842", "min": "164.562", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "273.276", "max": "420.451", "min": "193.497", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "314.603", "max": "339.254", "min": "303.745", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "282.231", "max": "381.284", "min": "275.715", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "313.485", "max": "318.508", "min": "313.162", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "261.883", "max": "262.686", "min": "261.346", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "179.28", "max": "181.153", "min": "178.345", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "426.544", "max": "426.806", "min": "426.254", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "140.541", "max": "143.33", "min": "140.037", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "235.902", "max": "239.088", "min": "235.559", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "188.677", "max": "191.253", "min": "188.216", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "190.125", "max": "190.542", "min": "189.939", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "184.298", "max": "184.965", "min": "184.148", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "314.993", "max": "316.931", "min": "314.224", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "173.109", "max": "173.472", "min": "172.946", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "204.318", "max": "205.037", "min": "204.121", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "154.049", "max": "168.135", "min": "151.849", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "216.978", "max": "225.241", "min": "208.989", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "182.557", "max": "183.605", "min": "182.355", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "184.606", "max": "184.872", "min": "184.423", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "293.351", "max": "294.027", "min": "293.163", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "107.441", "max": "107.975", "min": "107.07", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "305.418", "max": "308.228", "min": "305.134", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "215.452", "max": "217.328", "min": "215.101", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "108.856", "max": "114.854", "min": "108.332", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "280.456", "max": "306.443", "min": "278.569", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "306.203", "max": "308.083", "min": "305.917", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "253.962", "max": "254.18", "min": "253.733", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "249.822", "max": "255.763", "min": "249.471", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "267.493", "max": "267.735", "min": "267.358", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "273.401", "max": "284.903", "min": "262.338", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "47.504", "max": "49.393", "min": "47.279", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "302.273", "max": "303.291", "min": "301.995", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "296.35", "max": "316.681", "min": "294.476", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "210.397", "max": "211.717", "min": "210.212", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "162.65", "max": "163.105", "min": "162.484", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "297.473", "max": "298.797", "min": "297.116", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "66.617", "max": "119.461", "min": "59.382", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "198.185", "max": "202.385", "min": "192.552", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "343.151", "max": "435.94", "min": "333.772", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "225.505", "max": "225.676", "min": "225.379", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "551.532", "max": "555.948", "min": "545.576", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "290.937", "max": "291.382", "min": "290.772", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "196.543", "max": "196.925", "min": "196.403", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "377.535", "max": "378.666", "min": "377.319", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "409.027", "max": "409.219", "min": "408.833", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "226.9", "max": "227.039", "min": "226.742", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "185.249", "max": "185.537", "min": "185.037", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "56.896", "max": "61.5", "min": "55.953", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "217.643", "max": "217.938", "min": "217.46", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "212.177", "max": "212.4", "min": "212.063", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "269.785", "max": "272.377", "min": "269.31", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "157.382", "max": "159.307", "min": "157.121", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "269.554", "max": "272.57", "min": "269.183", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "285.812", "max": "286.695", "min": "285.526", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "272.129", "max": "273.867", "min": "271.809", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "307.827", "max": "307.963", "min": "307.731", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "274.924", "max": "275.493", "min": "274.593", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "341.009", "max": "353.438", "min": "340.026", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "317.954", "max": "319.174", "min": "317.719", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "246.829", "max": "248.327", "min": "246.598", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "338.83", "max": "339.02", "min": "338.721", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "293.766", "max": "295.973", "min": "293.494", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "292.687", "max": "294.663", "min": "292.456", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "236.345", "max": "236.614", "min": "236.151", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "296.148", "max": "296.341", "min": "295.945", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "344.845", "max": "351.429", "min": "344.179", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "309.127", "max": "322.25", "min": "307.394", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "324.198", "max": "442.318", "min": "303.323", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "250.932", "max": "252.359", "min": "250.536", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "342.528", "max": "343.086", "min": "342.301", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "267.422", "max": "267.702", "min": "267.247", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "320.271", "max": "320.939", "min": "319.909", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "262.779", "max": "266.057", "min": "262.411", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "54.506", "max": "58.032", "min": "54.223", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "295.857", "max": "298.745", "min": "295.631", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "305.335", "max": "305.586", "min": "305.15", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "307.009", "max": "339.508", "min": "305.725", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "290.997", "max": "297.014", "min": "288.855", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "318.884", "max": "319.118", "min": "318.769", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "281.53", "max": "282.024", "min": "281.287", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "274.237", "max": "274.468", "min": "274.016", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "272.752", "max": "275.046", "min": "272.094", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "287.402", "max": "304.952", "min": "280.468", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "199.434", "max": "207.693", "min": "198.437", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "132.479", "max": "135.026", "min": "131.64", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "104.619", "max": "104.888", "min": "104.472", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "205.001", "max": "205.429", "min": "204.695", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "278.27", "max": "281.645", "min": "277.9", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "140.234", "max": "140.955", "min": "139.81", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "324.038", "max": "348.093", "min": "322.958", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "341.202", "max": "341.489", "min": "340.89", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "261.583", "max": "262.467", "min": "261.288", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "242.423", "max": "247.363", "min": "241.812", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "175.842", "max": "176.013", "min": "175.72", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "184.071", "max": "184.29", "min": "183.93", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "81.535", "max": "81.755", "min": "81.337", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "196.536", "max": "198.478", "min": "196.193", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "252.89", "max": "253.165", "min": "252.737", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "200.944", "max": "202.855", "min": "200.672", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "299.619", "max": "299.841", "min": "299.452", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "373.995", "max": "419.978", "min": "346.945", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "220.853", "max": "224.086", "min": "217.711", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "277.846", "max": "278.621", "min": "277.564", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "336.383", "max": "337.841", "min": "335.656", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "252.029", "max": "283.004", "min": "249.654", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "338.879", "max": "339.851", "min": "338.493", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "48.682", "max": "48.905", "min": "48.534", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "364.595", "max": "364.894", "min": "364.396", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "294.66", "max": "294.83", "min": "294.543", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "300.974", "max": "301.243", "min": "300.738", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "344.307", "max": "344.983", "min": "344.168", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "210.93", "max": "211.674", "min": "210.649", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "203.051", "max": "204.1", "min": "202.885", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "311.512", "max": "316.825", "min": "309.93", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "264.004", "max": "267.757", "min": "263.548", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "191.235", "max": "193.002", "min": "190.277", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "330.639", "max": "335.755", "min": "329.924", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "176.183", "max": "202.203", "min": "174.944", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "262.105", "max": "264.666", "min": "261.82", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "121.241", "max": "125.947", "min": "119.062", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "278.069", "max": "278.069", "min": "278.069", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "262.213", "max": "262.467", "min": "262.099", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "223.236", "max": "223.552", "min": "223.017", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "362.696", "max": "376.521", "min": "361.874", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "261.946", "max": "275.095", "min": "254.777", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "271.356", "max": "306.823", "min": "270.018", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "114.794", "max": "115.645", "min": "114.527", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "334.699", "max": "335.413", "min": "334.404", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "194.487", "max": "196.341", "min": "194.238", "id": "95", "country": "Taiwan", "source_name": "Taipei", "destination_name": "Lansing", "destination_id": "295" } } }, "112": { "name": "Manila", "data": { "0": { "avg": "325.704", "max": "326.432", "min": "325.489", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "128.459", "max": "198.048", "min": "125.738", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "251.494", "max": "254.33", "min": "251.265", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "317.299", "max": "321.18", "min": "316.752", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "301.755", "max": "302.157", "min": "301.519", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "70.598", "max": "70.93", "min": "70.448", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "220.363", "max": "242.252", "min": "219.352", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "257.007", "max": "291.914", "min": "241.559", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "292.199", "max": "296.494", "min": "291.945", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "321.886", "max": "336.073", "min": "321.041", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "263.777", "max": "264.828", "min": "263.484", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "208.34", "max": "291.799", "min": "204.498", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "227.513", "max": "227.935", "min": "227.308", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "226.788", "max": "259.448", "min": "225.432", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "234.893", "max": "235.211", "min": "234.754", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "249.825", "max": "265.639", "min": "248.661", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "268.75", "max": "344.724", "min": "265.826", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "217.857", "max": "227.836", "min": "216.603", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "247.762", "max": "248.218", "min": "247.573", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "310.614", "max": "311.374", "min": "310.382", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "242.685", "max": "245.998", "min": "236.225", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "213.063", "max": "213.708", "min": "212.93", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "163.495", "max": "163.911", "min": "163.383", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "166.018", "max": "167.101", "min": "165.74", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "270.365", "max": "297.472", "min": "268.138", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "251.718", "max": "275.345", "min": "250.638", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "193.664", "max": "194.857", "min": "193.402", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "257.472", "max": "257.8", "min": "257.216", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "259.343", "max": "331.42", "min": "254.162", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "169.392", "max": "169.664", "min": "169.137", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "68.785", "max": "90.5", "min": "51.434", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "289.731", "max": "291.881", "min": "289.441", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "221.717", "max": "235.943", "min": "221.113", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "331.751", "max": "331.963", "min": "331.592", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "258.916", "max": "261.102", "min": "258.578", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "64.613", "max": "101.193", "min": "61.902", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "151.761", "max": "151.872", "min": "151.698", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "160.853", "max": "161.506", "min": "160.673", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "193.996", "max": "197.521", "min": "193.636", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "222.846", "max": "224.091", "min": "222.389", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "325.967", "max": "328.814", "min": "325.455", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "309.814", "max": "350.356", "min": "307.709", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "333.303", "max": "333.683", "min": "333.184", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "310.913", "max": "311.352", "min": "310.646", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "116.76", "max": "116.994", "min": "116.602", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "326.221", "max": "329.114", "min": "325.857", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "286.515", "max": "298.312", "min": "285.243", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "290.834", "max": "294.307", "min": "290.335", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "412.086", "max": "417.543", "min": "411.698", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "224.764", "max": "227.319", "min": "217.57", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "218.262", "max": "218.784", "min": "218.051", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "185.292", "max": "191.73", "min": "184.773", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "345.268", "max": "437.283", "min": "339.338", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "193.92", "max": "240.477", "min": "191.972", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "94.267", "max": "130.943", "min": "90.099", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "55.331", "max": "88.177", "min": "53.965", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "254.891", "max": "257.111", "min": "254.452", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "319.848", "max": "321.722", "min": "319.564", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "265.346", "max": "268.261", "min": "264.8", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "242.216", "max": "251.632", "min": "241.755", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "212.527", "max": "214.616", "min": "211.978", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "352.811", "max": "418.66", "min": "345.778", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "76.932", "max": "141.374", "min": "71.024", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "43.948", "max": "56.678", "min": "43.436", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "272.575", "max": "278.471", "min": "271.837", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "275.407", "max": "276.694", "min": "275.207", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "219.103", "max": "276.801", "min": "216.931", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "273.355", "max": "286.385", "min": "271.825", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "379.08", "max": "380.907", "min": "378.391", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "192.269", "max": "200.844", "min": "189.699", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "29.589", "max": "30.542", "min": "29.356", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "155.064", "max": "156.008", "min": "154.763", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "300.415", "max": "303.523", "min": "299.9", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "258.838", "max": "259.108", "min": "258.649", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "308.796", "max": "309.478", "min": "308.592", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "250.292", "max": "279.326", "min": "249.016", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "219.377", "max": "219.977", "min": "219.159", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "168.947", "max": "169.312", "min": "168.811", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "213.476", "max": "221.139", "min": "212.939", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "202.917", "max": "203.558", "min": "202.625", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "164.255", "max": "164.753", "min": "163.928", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "248.941", "max": "249.822", "min": "248.566", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "167.185", "max": "169.065", "min": "166.942", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "76.058", "max": "83.164", "min": "75.433", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "270.437", "max": "271.545", "min": "270.256", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "300.02", "max": "301.364", "min": "299.555", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "249.254", "max": "291.714", "min": "247.366", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "217.928", "max": "218.225", "min": "217.772", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "213.306", "max": "216.108", "min": "212.969", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "247.501", "max": "252.707", "min": "246.91", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "244.566", "max": "250.239", "min": "243.534", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "175.85", "max": "177.223", "min": "175.483", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "301.918", "max": "302.431", "min": "301.675", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "49.01", "max": "49.47", "min": "48.878", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "223.278", "max": "224.861", "min": "223.062", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "221.775", "max": "221.954", "min": "221.478", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "269.1", "max": "272.81", "min": "262.507", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "313.789", "max": "319.101", "min": "312.923", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "166.98", "max": "209.661", "min": "165.309", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "234.762", "max": "296.61", "min": "222.051", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "251.842", "max": "296.02", "min": "244.346", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "221.485", "max": "265.951", "min": "218.209", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "289.079", "max": "290.631", "min": "288.915", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "345.966", "max": "350.9", "min": "345.166", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "239.251", "max": "240.253", "min": "239.009", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "294.699", "max": "297.661", "min": "286.659", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "328.757", "max": "330.467", "min": "328.496", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "226.101", "max": "226.918", "min": "225.805", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "225.319", "max": "226.708", "min": "225.138", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "104.639", "max": "105.491", "min": "104.444", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "0.039", "max": "0.14", "min": "0.015", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "176.586", "max": "177.103", "min": "176.413", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "224.394", "max": "229.765", "min": "220.062", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "299.086", "max": "300.845", "min": "298.427", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "578.813", "max": "741.007", "min": "403.123", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "365.29", "max": "479.18", "min": "285.858", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "513.186", "max": "531.438", "min": "512.068", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "56.916", "max": "59.042", "min": "56.712", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "196.29", "max": "199.341", "min": "196.066", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "223.626", "max": "224.557", "min": "223.375", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "183.612", "max": "197.848", "min": "182.98", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "285.269", "max": "448.899", "min": "215.652", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "322.651", "max": "326.203", "min": "322.158", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "284.512", "max": "450.535", "min": "275.567", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "335.481", "max": "409.998", "min": "325.838", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "223.368", "max": "240.718", "min": "222.053", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "226.039", "max": "270.772", "min": "220.971", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "196.352", "max": "196.738", "min": "196.061", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "261.428", "max": "262.146", "min": "261.168", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "215.85", "max": "222.074", "min": "215.201", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "224.208", "max": "225.39", "min": "223.957", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "212.265", "max": "212.598", "min": "212.086", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "215.126", "max": "216.493", "min": "214.87", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "355.391", "max": "365.318", "min": "353.422", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "203.263", "max": "205.923", "min": "203.003", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "237.691", "max": "238.668", "min": "237.523", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "194.548", "max": "208.411", "min": "193.43", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "258.035", "max": "258.183", "min": "257.956", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "199.657", "max": "200.324", "min": "199.408", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "219.999", "max": "223.18", "min": "219.683", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "329.609", "max": "330.072", "min": "329.428", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "94.297", "max": "137.166", "min": "91.732", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "278.831", "max": "300.548", "min": "277.17", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "258.026", "max": "297.249", "min": "255.015", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "169.372", "max": "195.097", "min": "168.193", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "244.911", "max": "245.496", "min": "244.638", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "359.796", "max": "398.858", "min": "335.799", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "110.025", "max": "110.616", "min": "109.899", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "234.457", "max": "235.813", "min": "234.266", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "262.696", "max": "301.187", "min": "260.985", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "206.695", "max": "216.785", "min": "204.731", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "75.021", "max": "98.258", "min": "74.118", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "321.134", "max": "359.008", "min": "319.481", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "183.609", "max": "184.756", "min": "183.178", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "212.637", "max": "213.48", "min": "212.475", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "174.055", "max": "218.915", "min": "172.347", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "281.335", "max": "291.524", "min": "280.589", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "24.504", "max": "72.343", "min": "12.837", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "247.879", "max": "252.356", "min": "238.038", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "363.927", "max": "454.783", "min": "356.503", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "247.525", "max": "247.849", "min": "247.368", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "90.492", "max": "91.093", "min": "90.341", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "271.127", "max": "271.568", "min": "270.761", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "206.488", "max": "206.774", "min": "206.309", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "386.981", "max": "407.732", "min": "386.133", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "211.83", "max": "212.178", "min": "211.753", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "237.265", "max": "237.658", "min": "237.084", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "219.072", "max": "287.089", "min": "216.5", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "163.689", "max": "166.269", "min": "162.253", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "213.796", "max": "214.738", "min": "213.5", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "217.941", "max": "218.854", "min": "217.817", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "302.012", "max": "304.163", "min": "301.728", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "301.748", "max": "302.245", "min": "301.604", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "300.375", "max": "310.915", "min": "299.873", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "204.885", "max": "205.101", "min": "204.724", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "185.967", "max": "186.742", "min": "185.724", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "213.681", "max": "213.988", "min": "213.598", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "240.012", "max": "254.957", "min": "239.161", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "274.676", "max": "276.589", "min": "274.409", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "333.512", "max": "333.779", "min": "333.372", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "236.276", "max": "240.069", "min": "235.725", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "260.119", "max": "301.071", "min": "258.356", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "296.326", "max": "297.313", "min": "296.089", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "254.408", "max": "255.119", "min": "254.242", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "277.856", "max": "278.075", "min": "277.722", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "324.726", "max": "372.828", "min": "322.855", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "297.666", "max": "299.644", "min": "297.321", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "249.148", "max": "255.675", "min": "248.159", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "268.916", "max": "329.873", "min": "243.855", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "241.587", "max": "244.027", "min": "241.282", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "317.654", "max": "322.426", "min": "317.158", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "281.359", "max": "318.925", "min": "279.686", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "336.627", "max": "340.365", "min": "330.024", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "292.497", "max": "294.198", "min": "292.082", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "54.3", "max": "92.936", "min": "52.705", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "262.658", "max": "262.871", "min": "262.559", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "185.299", "max": "228.132", "min": "183.53", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "328.583", "max": "380.556", "min": "326.725", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "297.941", "max": "330.719", "min": "294.763", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "348.392", "max": "349.677", "min": "348.146", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "259.43", "max": "259.755", "min": "259.202", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "305.612", "max": "332.337", "min": "302.243", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "249.609", "max": "250.299", "min": "248.987", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "327.782", "max": "339.051", "min": "324.567", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "224.452", "max": "235.365", "min": "217.157", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "176.548", "max": "176.793", "min": "176.438", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "80.092", "max": "93.278", "min": "79.433", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "250.617", "max": "282.23", "min": "249.412", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "87.884", "max": "88.297", "min": "87.728", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "185.24", "max": "185.511", "min": "185.006", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "189.838", "max": "190.869", "min": "189.549", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "353.679", "max": "390.266", "min": "352.157", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "302.039", "max": "303.629", "min": "301.691", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "249.63", "max": "251.627", "min": "249.193", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "237.849", "max": "238.135", "min": "237.714", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "236.206", "max": "236.752", "min": "236.061", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "249.131", "max": "338.863", "min": "243.133", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "248.349", "max": "248.945", "min": "248.219", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "228.734", "max": "229.012", "min": "228.625", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "228.266", "max": "228.532", "min": "228.174", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "256.965", "max": "260.13", "min": "256.757", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "354.119", "max": "761.77", "min": "339.861", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "216.908", "max": "221.478", "min": "213.579", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "258.362", "max": "258.546", "min": "258.198", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "383.471", "max": "384.37", "min": "382.515", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "322.348", "max": "340.515", "min": "320.454", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "345.158", "max": "345.993", "min": "344.645", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "69.037", "max": "69.302", "min": "68.915", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "275.192", "max": "277.591", "min": "274.861", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "335.348", "max": "336.211", "min": "335.205", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "250.149", "max": "252.388", "min": "249.782", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "340.354", "max": "341.198", "min": "340.217", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "227.848", "max": "228.775", "min": "227.368", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "284.067", "max": "284.825", "min": "283.878", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "390.454", "max": "411.927", "min": "386.337", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "279.634", "max": "280.78", "min": "279.087", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "239.555", "max": "242.26", "min": "238.213", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "322.361", "max": "324.851", "min": "322.012", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "188.894", "max": "196.053", "min": "188.463", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "256.597", "max": "262.377", "min": "256.168", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "218.165", "max": "262.528", "min": "205.8", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "294.186", "max": "294.186", "min": "294.186", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "241.973", "max": "278.488", "min": "240.545", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "257.872", "max": "258.031", "min": "257.759", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "355.48", "max": "470.061", "min": "350.219", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "276.549", "max": "299.533", "min": "268.776", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "263.158", "max": "298.092", "min": "261.788", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "103.701", "max": "170.053", "min": "100.942", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "374.711", "max": "431.959", "min": "371.531", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "222.563", "max": "223.15", "min": "222.455", "id": "112", "country": "Philippines", "source_name": "Manila", "destination_name": "Lansing", "destination_id": "295" } } }, "113": { "name": "Seoul", "data": { "0": { "avg": "356.516", "max": "360.387", "min": "353.36", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "282.63", "max": "283.911", "min": "282.297", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "188.364", "max": "188.771", "min": "188.172", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "289.98", "max": "292.293", "min": "289.678", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "274.953", "max": "277.029", "min": "274.748", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "83.533", "max": "84.534", "min": "78.225", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "279.04", "max": "279.27", "min": "278.89", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "328.206", "max": "337.715", "min": "327.28", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "306.155", "max": "306.488", "min": "305.958", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "279.874", "max": "281.525", "min": "279.423", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "270.296", "max": "276.071", "min": "269.838", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "171.88", "max": "172.453", "min": "171.731", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "188.267", "max": "189.58", "min": "188.091", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "197.745", "max": "199.076", "min": "197.469", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "193.166", "max": "194.152", "min": "192.968", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "191.263", "max": "191.503", "min": "191.016", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "276.393", "max": "278.419", "min": "276.091", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "182.793", "max": "183.115", "min": "182.648", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "277.808", "max": "278.062", "min": "277.649", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "291.657", "max": "291.751", "min": "291.582", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "310.398", "max": "310.638", "min": "310.268", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "179.138", "max": "184.438", "min": "178.802", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "131.429", "max": "131.951", "min": "131.243", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "154.882", "max": "155.358", "min": "154.693", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "287.028", "max": "287.352", "min": "286.783", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "286.847", "max": "286.967", "min": "286.738", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "283.197", "max": "283.492", "min": "282.974", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "283.111", "max": "283.598", "min": "282.9", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "299.279", "max": "368.36", "min": "287.232", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "127.342", "max": "127.828", "min": "127.193", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "157.423", "max": "160.097", "min": "150.621", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "297.635", "max": "297.889", "min": "297.541", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "180.386", "max": "182.619", "min": "179.915", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "302.478", "max": "302.601", "min": "302.342", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "292.856", "max": "300.293", "min": "286.627", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "157.669", "max": "162.843", "min": "153.161", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "136.89", "max": "151.168", "min": "136.203", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "179.386", "max": "181.122", "min": "179.077", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "169.554", "max": "170.648", "min": "169.365", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "195.25", "max": "203.907", "min": "194.536", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "400.719", "max": "404.778", "min": "400.165", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "273.53", "max": "276.826", "min": "272.958", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "286.595", "max": "290.548", "min": "286.342", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "300.615", "max": "305.469", "min": "300.164", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "381.143", "max": "385.852", "min": "380.89", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "316.245", "max": "321.226", "min": "308.622", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "294.85", "max": "295.077", "min": "294.667", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "259.706", "max": "263.883", "min": "252.557", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "325.593", "max": "328.82", "min": "325.336", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "181.251", "max": "181.605", "min": "181.12", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "195.326", "max": "195.575", "min": "195.183", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "157.024", "max": "157.833", "min": "156.7", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "300.478", "max": "308.841", "min": "289.017", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "162.783", "max": "163.151", "min": "162.638", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "246.041", "max": "261.18", "min": "241.404", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "210.818", "max": "213.542", "min": "208.861", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "276.277", "max": "279.094", "min": "275.159", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "282.515", "max": "283.566", "min": "282.389", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "280.572", "max": "281.207", "min": "280.278", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "274.445", "max": "274.645", "min": "274.354", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "283.731", "max": "285.109", "min": "283.241", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "307.225", "max": "345.649", "min": "302.487", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "174.057", "max": "259.45", "min": "162.309", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "228.766", "max": "228.861", "min": "228.681", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "301.693", "max": "302.209", "min": "301.284", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "312.025", "max": "314.939", "min": "311.721", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "194.267", "max": "194.991", "min": "194.133", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "278.253", "max": "278.887", "min": "277.627", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "315.907", "max": "317.354", "min": "315.207", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "152.697", "max": "157.249", "min": "152.268", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "177.718", "max": "180.752", "min": "175.677", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "135.438", "max": "136.664", "min": "135.076", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "244.796", "max": "246.452", "min": "244.54", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "197.633", "max": "197.804", "min": "197.532", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "314.919", "max": "317.201", "min": "314.617", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "268.22", "max": "268.459", "min": "268.117", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "185.643", "max": "185.927", "min": "185.467", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "142.46", "max": "142.654", "min": "142.244", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "192.515", "max": "197.747", "min": "192.064", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "189.515", "max": "189.645", "min": "189.411", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "140.483", "max": "140.612", "min": "140.366", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "197.862", "max": "199.015", "min": "197.494", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "185.87", "max": "189.461", "min": "185.134", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "339.66", "max": "340.033", "min": "339.508", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "200.19", "max": "202.229", "min": "199.995", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "320.339", "max": "321.56", "min": "319.791", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "270.92", "max": "271.326", "min": "270.694", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "192.136", "max": "192.415", "min": "191.991", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "174.899", "max": "175.488", "min": "174.782", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "269.259", "max": "274.869", "min": "268.403", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "191.093", "max": "193.081", "min": "190.464", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "137.811", "max": "140.304", "min": "137.534", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "269.374", "max": "269.703", "min": "269.243", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "110.807", "max": "114.453", "min": "107.833", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "191.063", "max": "191.341", "min": "190.951", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "200.683", "max": "201.004", "min": "200.506", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "248.86", "max": "249.388", "min": "248.636", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "263.527", "max": "291.4", "min": "256.207", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "128.507", "max": "128.671", "min": "128.408", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "183.482", "max": "183.778", "min": "183.333", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "191.195", "max": "193.413", "min": "191.009", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "158.071", "max": "160.536", "min": "157.663", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "318.356", "max": "318.718", "min": "318.117", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "307.778", "max": "311.704", "min": "307.295", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "187.431", "max": "190.442", "min": "187.146", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "419.335", "max": "435.257", "min": "385.55", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "256.237", "max": "257.571", "min": "256.057", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "205.338", "max": "206.033", "min": "205.206", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "202.555", "max": "202.981", "min": "202.406", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "250.071", "max": "250.321", "min": "249.897", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "176.628", "max": "177.994", "min": "176.323", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "0.03", "max": "0.036", "min": "0.023", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "199.514", "max": "202.407", "min": "195.64", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "426.002", "max": "427.839", "min": "425.66", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "579.136", "max": "724.575", "min": "409.992", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "433.371", "max": "509.205", "min": "340.194", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "422.606", "max": "446.594", "min": "421.293", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "35.973", "max": "37.471", "min": "35.694", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "176.495", "max": "180.334", "min": "176.263", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "198.774", "max": "199.368", "min": "198.535", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "153.435", "max": "153.849", "min": "153.191", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "275.623", "max": "431.537", "min": "195.307", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "298.425", "max": "298.971", "min": "298.244", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "317.842", "max": "515.767", "min": "303.579", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "296.869", "max": "297.055", "min": "296.799", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "298.007", "max": "299.267", "min": "297.385", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "210.05", "max": "210.353", "min": "209.923", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "421.373", "max": "421.606", "min": "421.191", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "350.235", "max": "354.533", "min": "349.835", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "169.758", "max": "173.473", "min": "166.606", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "201.274", "max": "202.141", "min": "201.12", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "191.2", "max": "191.344", "min": "191.039", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "196.751", "max": "197.511", "min": "196.439", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "270.873", "max": "275.757", "min": "269.843", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "179.737", "max": "181.671", "min": "179.557", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "202.882", "max": "205.614", "min": "202.602", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "169.255", "max": "175.659", "min": "168.098", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "172.095", "max": "172.385", "min": "171.98", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "169.778", "max": "170.075", "min": "169.626", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "213.572", "max": "214.331", "min": "213.425", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "297.917", "max": "298.909", "min": "297.766", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "273.993", "max": "279.797", "min": "272.161", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "310.921", "max": "312.314", "min": "309.076", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "281.879", "max": "282.362", "min": "281.602", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.747", "max": "192.514", "min": "180.125", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "254.828", "max": "255.49", "min": "254.538", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "269.267", "max": "270.218", "min": "269.073", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "274.215", "max": "277.971", "min": "272.609", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "259.543", "max": "259.592", "min": "259.456", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "263.805", "max": "263.926", "min": "263.745", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "266.394", "max": "281.745", "min": "262.683", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "150.048", "max": "151.231", "min": "149.774", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "282.274", "max": "283.175", "min": "281.859", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "287.85", "max": "328.326", "min": "285.43", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "199.128", "max": "199.299", "min": "198.989", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "150.952", "max": "155.507", "min": "150.504", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "297.283", "max": "298.16", "min": "296.817", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "116.243", "max": "161.883", "min": "106.749", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "164.558", "max": "165.182", "min": "164.344", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "329.44", "max": "375.31", "min": "324.083", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "217.802", "max": "218.195", "min": "217.597", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "249.377", "max": "250.473", "min": "249.217", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "299.162", "max": "300.931", "min": "297.615", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "189.153", "max": "189.523", "min": "188.99", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "312.175", "max": "312.452", "min": "312.013", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "409.865", "max": "410.204", "min": "409.748", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "144.81", "max": "145.303", "min": "144.636", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "182.123", "max": "182.553", "min": "181.978", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "208.118", "max": "215.463", "min": "184.476", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "203.125", "max": "203.437", "min": "202.955", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "187.303", "max": "188.33", "min": "187.194", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "259.928", "max": "262.009", "min": "259.531", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "300.425", "max": "302.962", "min": "298.207", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "259.308", "max": "261.767", "min": "259.008", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "279.54", "max": "279.967", "min": "279.293", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "289.725", "max": "289.921", "min": "289.535", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "295.467", "max": "295.851", "min": "295.367", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "264.645", "max": "265.028", "min": "264.371", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "322.579", "max": "323.475", "min": "322.432", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "312.764", "max": "313.261", "min": "312.327", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "171.725", "max": "172.202", "min": "171.568", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "298.898", "max": "299.062", "min": "298.722", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "258.138", "max": "258.751", "min": "257.988", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "279.01", "max": "281.199", "min": "278.715", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "279.225", "max": "279.34", "min": "279.111", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "287.684", "max": "288.597", "min": "287.491", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "326.65", "max": "334.013", "min": "323.236", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "295.257", "max": "303.982", "min": "294.18", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "306.24", "max": "334.929", "min": "284.121", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "257.189", "max": "257.589", "min": "256.982", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "335.363", "max": "341.059", "min": "328.351", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "306.605", "max": "307.549", "min": "305.948", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "305.836", "max": "311.65", "min": "304.83", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "268.701", "max": "282.66", "min": "267.921", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "107.942", "max": "109.989", "min": "107.559", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "282.704", "max": "285.113", "min": "282.367", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "281.434", "max": "281.79", "min": "281.108", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "295.927", "max": "299.675", "min": "288.135", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "264.398", "max": "271.403", "min": "262.575", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "327.247", "max": "327.455", "min": "327.09", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "279.564", "max": "294.271", "min": "278.731", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "279.536", "max": "280.633", "min": "279.362", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "284.912", "max": "293.008", "min": "277.748", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "231.077", "max": "245.021", "min": "228.702", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "202.924", "max": "207.543", "min": "202.115", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "95.018", "max": "101.456", "min": "90.641", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "239.253", "max": "239.44", "min": "239.125", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "270.439", "max": "270.586", "min": "270.277", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "125.235", "max": "125.521", "min": "125.099", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "156.11", "max": "157.352", "min": "155.861", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "293.565", "max": "294.115", "min": "293.075", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "333.305", "max": "333.867", "min": "333.08", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "267.802", "max": "268.819", "min": "267.397", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "281.927", "max": "358.038", "min": "278.731", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "189.59", "max": "189.754", "min": "189.491", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "206.682", "max": "206.816", "min": "206.543", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "71.639", "max": "74.729", "min": "71.275", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "202.685", "max": "202.755", "min": "202.599", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "263.617", "max": "263.846", "min": "263.466", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "196.775", "max": "197.162", "min": "196.667", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "276.09", "max": "278.261", "min": "275.839", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "342.549", "max": "343.714", "min": "342.313", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "201.512", "max": "208.596", "min": "198.209", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "279.237", "max": "279.44", "min": "279.052", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "322.574", "max": "326.932", "min": "321.376", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "235.364", "max": "250.445", "min": "233.893", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "329.698", "max": "335.589", "min": "325.29", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "82.464", "max": "82.823", "min": "82.226", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "355.213", "max": "355.574", "min": "354.998", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "311.126", "max": "311.224", "min": "311.034", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "273.106", "max": "273.453", "min": "272.858", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "324.68", "max": "324.83", "min": "324.593", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "193.962", "max": "196.567", "min": "192.924", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "192.516", "max": "193.342", "min": "191.848", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "321.769", "max": "327.345", "min": "319.608", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "282.655", "max": "286.49", "min": "278.709", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "194.174", "max": "196.169", "min": "193.431", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "316.805", "max": "390.408", "min": "310.543", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "162.047", "max": "162.303", "min": "161.678", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "267.575", "max": "274.914", "min": "267.201", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "172.311", "max": "179.36", "min": "165.773", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "259.562", "max": "259.562", "min": "259.562", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "262.914", "max": "263.131", "min": "262.761", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "280.479", "max": "282.999", "min": "278.649", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "359.85", "max": "362.553", "min": "359.427", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "286.964", "max": "296.885", "min": "279.582", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "304.923", "max": "305.418", "min": "304.832", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "251.301", "max": "251.948", "min": "251.104", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "303.014", "max": "304.72", "min": "302.73", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "205.82", "max": "206.669", "min": "205.628", "id": "113", "country": "South Korea", "source_name": "Seoul", "destination_name": "Lansing", "destination_id": "295" } } }, "165": { "name": "Dagupan", "data": { "0": { "avg": "307.528", "max": "311.741", "min": "306.628", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "190.818", "max": "195.735", "min": "189.563", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "226.072", "max": "231.48", "min": "225.094", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "325.384", "max": "330.703", "min": "324.198", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "298.826", "max": "300.758", "min": "298.335", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "67.664", "max": "71.981", "min": "66.94", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "247.075", "max": "262.762", "min": "244.207", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "260.723", "max": "271.905", "min": "259.181", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "290.034", "max": "300.75", "min": "288.945", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "307.937", "max": "326.014", "min": "304.888", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "289.828", "max": "296.448", "min": "288.891", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "180.967", "max": "232.2", "min": "176.699", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "223.304", "max": "235.254", "min": "221.593", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "210.468", "max": "216.118", "min": "208.363", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "237.57", "max": "241.246", "min": "236.901", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "215.565", "max": "218.031", "min": "214.722", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "247.579", "max": "259.875", "min": "246.047", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "206.856", "max": "211.51", "min": "205.952", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "287.071", "max": "289.12", "min": "286.456", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "307.888", "max": "309.007", "min": "307.579", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "230.45", "max": "240.376", "min": "229.252", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "211.871", "max": "215.745", "min": "211.288", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "170.752", "max": "176.604", "min": "170.113", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "155.101", "max": "169.085", "min": "153.987", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "271.744", "max": "293.749", "min": "267.304", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "306.35", "max": "317.497", "min": "304.78", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "253.884", "max": "257.992", "min": "252.671", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "267.558", "max": "296.032", "min": "259.598", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "253.926", "max": "257.852", "min": "253.387", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "174.581", "max": "183.322", "min": "168.8", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "50.832", "max": "74.243", "min": "48.097", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "308.889", "max": "326.663", "min": "307.236", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "217.447", "max": "242.33", "min": "213.521", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "274.836", "max": "307.441", "min": "272.321", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "251.84", "max": "259.174", "min": "250.837", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "79.255", "max": "95.835", "min": "75.07", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.213", "max": "176.291", "min": "170.793", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "222.178", "max": "291.835", "min": "194.688", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "189.295", "max": "215.055", "min": "183.493", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "211.541", "max": "218.978", "min": "210.054", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "312.38", "max": "320.636", "min": "309.533", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "312.146", "max": "315.558", "min": "311.011", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "285.751", "max": "303.59", "min": "280.727", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "229.031", "max": "269.617", "min": "221.598", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "251.92", "max": "253.784", "min": "251.4", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "238.436", "max": "241.891", "min": "237.321", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "269.091", "max": "317.122", "min": "265.096", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "276.968", "max": "278.819", "min": "276.457", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "365.592", "max": "370.491", "min": "363.832", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "198.241", "max": "201.788", "min": "197.653", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "217.693", "max": "223.138", "min": "214.432", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "158.205", "max": "171.614", "min": "156.984", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "304.9", "max": "374.551", "min": "274.573", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "181.88", "max": "196.729", "min": "178.495", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "219.631", "max": "247.041", "min": "212.877", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "70.208", "max": "74.945", "min": "69.564", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "288.575", "max": "294.011", "min": "287.056", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "315.187", "max": "320.497", "min": "314.374", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "290.16", "max": "298.897", "min": "287.976", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "313.058", "max": "327.416", "min": "310.434", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "318.503", "max": "322.297", "min": "317.521", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "364.469", "max": "398.37", "min": "361.237", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "270.659", "max": "300.51", "min": "266.736", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "87.795", "max": "108.939", "min": "82.776", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "274.64", "max": "300.649", "min": "268.242", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "270.863", "max": "277.592", "min": "269.4", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "226.324", "max": "235.352", "min": "225.201", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "273.202", "max": "282.254", "min": "271.384", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "335.508", "max": "340.072", "min": "334.277", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "191.155", "max": "220.206", "min": "187.494", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "100.364", "max": "109.852", "min": "98.065", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "171.842", "max": "188.446", "min": "170.443", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "280.767", "max": "299.26", "min": "275.704", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "221.81", "max": "226.63", "min": "220.805", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "278.655", "max": "310.305", "min": "274.117", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "260.722", "max": "265.862", "min": "259.821", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "223.185", "max": "224.036", "min": "222.711", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "171.437", "max": "198.048", "min": "167.815", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "221.585", "max": "233.721", "min": "219.432", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "209.048", "max": "226.182", "min": "205.318", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "167.979", "max": "175.339", "min": "163.798", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "242.998", "max": "263.889", "min": "86.62", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "358.024", "max": "374.84", "min": "354.622", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "221.214", "max": "223.096", "min": "220.725", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "174.549", "max": "177.281", "min": "174.12", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "305.374", "max": "327.476", "min": "299.847", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "242.285", "max": "249.209", "min": "241.432", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "255.966", "max": "321.502", "min": "224.448", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "214.111", "max": "244.434", "min": "211.132", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "246.853", "max": "253.958", "min": "245.635", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "210.054", "max": "225.991", "min": "207.527", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "163.828", "max": "175.772", "min": "160.844", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "293.113", "max": "302.868", "min": "292.348", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "61.681", "max": "90.108", "min": "59.324", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "252.602", "max": "261.414", "min": "251.617", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "234.872", "max": "253.373", "min": "231.869", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "257.172", "max": "263.411", "min": "255.395", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "286.214", "max": "314.391", "min": "283.489", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.52", "max": "176.325", "min": "167.033", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "219.301", "max": "246.745", "min": "213.978", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "224.744", "max": "237.75", "min": "221.785", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "229.532", "max": "249.291", "min": "227.35", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "326.833", "max": "335.659", "min": "325.456", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "324.833", "max": "346.006", "min": "321.513", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "203.03", "max": "205.214", "min": "202.339", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "330.737", "max": "356.418", "min": "325.531", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "348.626", "max": "359.87", "min": "346.245", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "220.248", "max": "224.242", "min": "219.35", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "208.797", "max": "226.382", "min": "207.558", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "240.065", "max": "245.704", "min": "239.063", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "16.403", "max": "24.152", "min": "13.077", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "111.022", "max": "129.299", "min": "106.901", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "219.292", "max": "236.374", "min": "218.032", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "378.472", "max": "421.188", "min": "374.604", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "610.195", "max": "734.472", "min": "442.645", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "435.763", "max": "529.628", "min": "347.878", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "434.318", "max": "457.461", "min": "431.663", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "89.953", "max": "145.373", "min": "86.023", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "208.665", "max": "212.651", "min": "208.007", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "218.244", "max": "242.465", "min": "213.373", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "190.116", "max": "213.73", "min": "185.644", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "299.806", "max": "448.245", "min": "219.298", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "356.155", "max": "357.52", "min": "355.649", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "281.797", "max": "423.514", "min": "274.899", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "273.995", "max": "279.049", "min": "272.977", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "214.876", "max": "225.885", "min": "213.108", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "243.188", "max": "326.865", "min": "220.5", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "222.146", "max": "239.815", "min": "220.775", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "325.403", "max": "329.198", "min": "324.408", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "193.463", "max": "226.639", "min": "188.436", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "215.423", "max": "225.203", "min": "214.239", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "209.475", "max": "214.91", "min": "208.456", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "230.297", "max": "242.1", "min": "226.167", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "301.574", "max": "306.084", "min": "299.827", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "190.837", "max": "202.654", "min": "189.916", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "227.559", "max": "238.725", "min": "226.449", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "187.269", "max": "214.965", "min": "183.298", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "212.035", "max": "214.546", "min": "211.585", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "203.874", "max": "213.691", "min": "199.748", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "234.953", "max": "263.442", "min": "231.359", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "330.832", "max": "348.198", "min": "329.335", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "104.727", "max": "117.375", "min": "100.09", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "280.698", "max": "289.435", "min": "278.253", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "265.707", "max": "280.767", "min": "259.297", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "178.161", "max": "196.37", "min": "171.927", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "241.944", "max": "245.831", "min": "240.917", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "288.076", "max": "323.204", "min": "285.262", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "260.947", "max": "271.194", "min": "257.874", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "234.891", "max": "239.051", "min": "233.899", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "235.068", "max": "237.696", "min": "234.666", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "200.004", "max": "253.222", "min": "195.991", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "70.108", "max": "78.983", "min": "69.353", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "271.451", "max": "273.531", "min": "270.075", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "212.112", "max": "264.05", "min": "209.091", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "213.001", "max": "232.491", "min": "210.511", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "159.305", "max": "160.426", "min": "158.919", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "278.325", "max": "292.499", "min": "275.236", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "0.051", "max": "0.134", "min": "0.031", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "239.119", "max": "247.138", "min": "237.81", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "364.422", "max": "440.862", "min": "354.02", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "253.653", "max": "272.197", "min": "252.212", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "326.37", "max": "332.817", "min": "323.325", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "274.855", "max": "287.397", "min": "272.412", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "222.059", "max": "244.333", "min": "219.367", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "351.6", "max": "376.039", "min": "348.256", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "263.941", "max": "267.805", "min": "263.176", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "308.853", "max": "312.985", "min": "308.027", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "222.94", "max": "241.848", "min": "220.162", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "408.622", "max": "448.137", "min": "382.207", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "215.77", "max": "221.499", "min": "212.621", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "223.617", "max": "265.427", "min": "216.231", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "294.948", "max": "308.238", "min": "293.411", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "431.25", "max": "443.546", "min": "429.445", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "238.686", "max": "241.146", "min": "238.045", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "214.243", "max": "227.332", "min": "212.743", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "274.147", "max": "295.32", "min": "270.238", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "243.99", "max": "246.058", "min": "243.467", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "237.661", "max": "245.909", "min": "236.147", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "264.874", "max": "279.461", "min": "259.845", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "337.091", "max": "340.937", "min": "336.157", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "286.911", "max": "300.448", "min": "285.864", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "165.487", "max": "171.2", "min": "164.148", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "245.959", "max": "249.261", "min": "244.571", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "294.389", "max": "310.798", "min": "290.34", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "269.277", "max": "305.791", "min": "252.831", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "308.445", "max": "311.473", "min": "307.747", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "357.079", "max": "374.486", "min": "353.91", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "322.152", "max": "330.629", "min": "320.195", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "277.833", "max": "372.991", "min": "261.091", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "244.493", "max": "254.952", "min": "241.187", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "349.021", "max": "359.438", "min": "346.345", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "268.98", "max": "284.922", "min": "267.716", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "243.709", "max": "252.086", "min": "242.577", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "300.599", "max": "304.301", "min": "299.907", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "71.49", "max": "79.177", "min": "70.405", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "303.11", "max": "321.021", "min": "301.92", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "218.448", "max": "227.385", "min": "216.039", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "277.646", "max": "293.641", "min": "275.451", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "271.046", "max": "275.812", "min": "268.273", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "356.758", "max": "357.91", "min": "356.342", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "309.409", "max": "336.507", "min": "305.559", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "306.473", "max": "336.811", "min": "302.254", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "254.34", "max": "284.293", "min": "250.238", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "230.727", "max": "238.529", "min": "228.207", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "216.644", "max": "232.405", "min": "213.719", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "273.153", "max": "299.792", "min": "270.298", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "227.739", "max": "230.344", "min": "225.707", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "258.731", "max": "289.474", "min": "250.609", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "390.987", "max": "394.371", "min": "390.26", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.859", "max": "216.05", "min": "174.992", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "216.969", "max": "218.963", "min": "216.508", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "362.78", "max": "388.026", "min": "356.778", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "233.686", "max": "254.85", "min": "232.237", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "244.125", "max": "270.96", "min": "241.104", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "220.743", "max": "233.937", "min": "217.228", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "232.864", "max": "236.816", "min": "231.924", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "249.841", "max": "258.903", "min": "248.227", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "214.222", "max": "218.241", "min": "213.585", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "195.241", "max": "200.324", "min": "193.335", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "231.056", "max": "257.592", "min": "227.684", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "270.616", "max": "273.883", "min": "269.909", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "341.089", "max": "347.935", "min": "340.135", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "229.068", "max": "234.674", "min": "226.576", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "256.748", "max": "268.694", "min": "253.116", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "348.997", "max": "381.578", "min": "346.09", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "333.498", "max": "359.982", "min": "330.719", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "322.436", "max": "350.554", "min": "319.541", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "94.638", "max": "156.53", "min": "87.784", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "353.845", "max": "364.939", "min": "350.902", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "325.146", "max": "329.726", "min": "324.434", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "270.055", "max": "297.96", "min": "262.451", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "179.627", "max": "184.875", "min": "178.791", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "229.046", "max": "236.547", "min": "227.886", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "216.7", "max": "270.24", "min": "213.036", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "316.948", "max": "334.103", "min": "312.265", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "273.673", "max": "287.661", "min": "271.968", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "221.459", "max": "226.885", "min": "220.04", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "355.519", "max": "360.244", "min": "354.634", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "196.757", "max": "221.114", "min": "191.6", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "254.136", "max": "266.258", "min": "250.392", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "376.936", "max": "419.852", "min": "358.608", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "295.384", "max": "295.384", "min": "295.384", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "283.688", "max": "304.279", "min": "282.738", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "261.185", "max": "265.317", "min": "260.469", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "353.873", "max": "521.92", "min": "338.449", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "304.334", "max": "315.502", "min": "293.928", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "318.763", "max": "359.794", "min": "316.019", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "100.715", "max": "103.742", "min": "99.902", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "272.094", "max": "296.377", "min": "270.03", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "223.687", "max": "258.298", "min": "220.703", "id": "165", "country": "Philippines", "source_name": "Dagupan", "destination_name": "Lansing", "destination_id": "295" } } }, "209": { "name": "Phnom Penh", "data": { "0": { "avg": "336.449", "max": "342.694", "min": "336.07", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "122.339", "max": "122.657", "min": "122.108", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "266.739", "max": "268.235", "min": "266.467", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "275.227", "max": "279.505", "min": "274.263", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "272.244", "max": "272.623", "min": "272.055", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "103.937", "max": "104.323", "min": "103.791", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "260.044", "max": "260.946", "min": "259.812", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "156.49", "max": "165.947", "min": "154.887", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "288.336", "max": "315.92", "min": "287.116", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "219.454", "max": "223.927", "min": "219.118", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "197.889", "max": "199.861", "min": "197.498", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "233.021", "max": "236.102", "min": "232.761", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "271.75", "max": "272.215", "min": "271.525", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "263.938", "max": "264.92", "min": "263.756", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "262.246", "max": "262.373", "min": "262.158", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "254.951", "max": "261.273", "min": "254.208", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "253.653", "max": "277.018", "min": "252.196", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "247.191", "max": "247.64", "min": "247.041", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "352.826", "max": "358.555", "min": "352.075", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "267.185", "max": "268.845", "min": "267.038", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "143.775", "max": "149.377", "min": "143.353", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "239.008", "max": "239.466", "min": "238.891", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "202.148", "max": "203.071", "min": "202.01", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "227.359", "max": "228.525", "min": "227.148", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "222.036", "max": "223.22", "min": "221.761", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "213.522", "max": "213.919", "min": "213.396", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "278.258", "max": "281.66", "min": "277.858", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "210.014", "max": "210.451", "min": "209.728", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "187.569", "max": "187.687", "min": "187.501", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "194.383", "max": "209.57", "min": "193.612", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "41.515", "max": "72.557", "min": "38.44", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "310.418", "max": "310.676", "min": "310.287", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "264.009", "max": "274.899", "min": "263.411", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "232.56", "max": "233.472", "min": "232.381", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "201.969", "max": "205.123", "min": "201.632", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "43.388", "max": "45.726", "min": "43.055", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "200.748", "max": "201.47", "min": "200.592", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "205.906", "max": "206.215", "min": "205.737", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "234.559", "max": "235.633", "min": "234.381", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "258.452", "max": "260.638", "min": "257.783", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "395.841", "max": "398.505", "min": "395.236", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "272.228", "max": "275.136", "min": "271.814", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "308.348", "max": "308.638", "min": "308.232", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "230.731", "max": "235.147", "min": "230.362", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "128.744", "max": "129.179", "min": "128.608", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "206.334", "max": "208.696", "min": "205.764", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "222.534", "max": "223.944", "min": "222.211", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "354.524", "max": "357.484", "min": "349.19", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "397.76", "max": "403.268", "min": "397.382", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "252.176", "max": "252.277", "min": "252.109", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "220.009", "max": "220.844", "min": "219.775", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "222.539", "max": "223.511", "min": "222.266", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "323.298", "max": "396.938", "min": "319.451", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "223.731", "max": "223.977", "min": "223.569", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "84.879", "max": "97.781", "min": "80.95", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "62.422", "max": "64.633", "min": "62.034", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "275.166", "max": "282.348", "min": "273.555", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "356.586", "max": "359.159", "min": "356.333", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "214.008", "max": "219.19", "min": "213.475", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "312.873", "max": "322.176", "min": "312.171", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "354.94", "max": "365.249", "min": "354.086", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "306.758", "max": "367.765", "min": "302.691", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "84.043", "max": "166.288", "min": "69.742", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "69.02", "max": "70.008", "min": "68.901", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "304.165", "max": "304.405", "min": "304.043", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "292.989", "max": "298.404", "min": "292.526", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "291.589", "max": "291.955", "min": "291.451", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "233.74", "max": "234.016", "min": "233.31", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "463.03", "max": "467.734", "min": "461.862", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "216.999", "max": "247.307", "min": "215.816", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "34.842", "max": "42.203", "min": "34.189", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "199.836", "max": "200.252", "min": "199.639", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "308.906", "max": "310.742", "min": "308.482", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "252.517", "max": "280.152", "min": "251.479", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "231.029", "max": "232.655", "min": "230.721", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "270.942", "max": "272.849", "min": "270.751", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "247.061", "max": "247.842", "min": "246.912", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "228.109", "max": "238.993", "min": "227.61", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "263.095", "max": "265.71", "min": "262.782", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "238.35", "max": "239.363", "min": "238.123", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "172.55", "max": "172.82", "min": "172.344", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "265.256", "max": "268.546", "min": "264.822", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.932", "max": "263.793", "min": "262.712", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "85.001", "max": "85.732", "min": "84.712", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "214.079", "max": "214.487", "min": "213.946", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "242.808", "max": "244.126", "min": "242.465", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "215.844", "max": "235.446", "min": "214.96", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "256.286", "max": "273.063", "min": "255.446", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "230.636", "max": "235.22", "min": "230.17", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "272.453", "max": "276.768", "min": "271.927", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "276.387", "max": "297.677", "min": "275.027", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "214.493", "max": "216.936", "min": "214.158", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "191.107", "max": "191.248", "min": "191.022", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "47.66", "max": "48.855", "min": "47.423", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "284.127", "max": "285.092", "min": "283.958", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "252.603", "max": "255.56", "min": "252.159", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "307.676", "max": "308.015", "min": "307.46", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "344.783", "max": "350.242", "min": "343.75", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "193.853", "max": "194.084", "min": "193.704", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "255.253", "max": "286.772", "min": "252.366", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "275.065", "max": "275.981", "min": "274.906", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "230.284", "max": "253.752", "min": "228.983", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "369.586", "max": "372.148", "min": "369.147", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "353.392", "max": "361.526", "min": "352.649", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "256.699", "max": "259.053", "min": "256.467", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "266.832", "max": "277.429", "min": "244.058", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "353.32", "max": "356.133", "min": "352.811", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "243.39", "max": "243.796", "min": "243.153", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "264.111", "max": "264.26", "min": "263.936", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "104.698", "max": "105.943", "min": "104.526", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "52.877", "max": "53.231", "min": "52.754", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "108.588", "max": "123.353", "min": "107.595", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "273.088", "max": "276.66", "min": "272.777", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "236.018", "max": "244.649", "min": "235.128", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "456.719", "max": "575.032", "min": "287.381", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "408.244", "max": "521.347", "min": "324.378", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "359.213", "max": "365.028", "min": "358.644", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "86.667", "max": "90.006", "min": "86.25", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "233.489", "max": "264.46", "min": "232.244", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "258.96", "max": "259.694", "min": "258.735", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "195.901", "max": "202.206", "min": "195.427", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "326.929", "max": "472.926", "min": "253.881", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "379.371", "max": "379.957", "min": "379.244", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "234.707", "max": "301.91", "min": "231.716", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "230.866", "max": "231.483", "min": "230.76", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "299.263", "max": "300.207", "min": "298.885", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "260.014", "max": "260.275", "min": "259.872", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "349.601", "max": "354.393", "min": "348.775", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "223.841", "max": "226.634", "min": "223.368", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "257.947", "max": "259.654", "min": "257.655", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "280.008", "max": "280.569", "min": "279.883", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "263.374", "max": "263.595", "min": "263.18", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "214.368", "max": "216.345", "min": "214.165", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "354.15", "max": "355.835", "min": "353.517", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "236.687", "max": "237.778", "min": "236.543", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "278.591", "max": "290.845", "min": "276.263", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "232.717", "max": "245.714", "min": "231.437", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "242.927", "max": "246.386", "min": "242.082", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "211.44", "max": "217.783", "min": "210.903", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "275.313", "max": "292.634", "min": "274.425", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "285.422", "max": "285.644", "min": "285.293", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "85.15", "max": "87.003", "min": "84.79", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "222.11", "max": "222.519", "min": "221.955", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "209.704", "max": "214.689", "min": "209.309", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "171.016", "max": "187.679", "min": "169.165", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "200.359", "max": "210.223", "min": "199.658", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "222.304", "max": "226.908", "min": "221.701", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "102.395", "max": "107.121", "min": "101.637", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "254.315", "max": "255.481", "min": "254.176", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "265.135", "max": "268.292", "min": "264.831", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "194.737", "max": "198.023", "min": "193.699", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "96.705", "max": "99.226", "min": "96.387", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "222.971", "max": "229.024", "min": "222.108", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "258.147", "max": "283.289", "min": "256.674", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "249.922", "max": "250.318", "min": "249.814", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "178.279", "max": "202.446", "min": "175.79", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "291.65", "max": "296.265", "min": "291.199", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "79.027", "max": "127.515", "min": "70.204", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "216.094", "max": "216.312", "min": "215.891", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "401.475", "max": "492.035", "min": "393.47", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "289.594", "max": "291.319", "min": "289.384", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "85.28", "max": "85.931", "min": "85.184", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "216.201", "max": "219.409", "min": "215.643", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "215.328", "max": "217.109", "min": "215.004", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "360.935", "max": "379.231", "min": "358.078", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "284.947", "max": "285.168", "min": "284.841", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "285.673", "max": "285.833", "min": "285.554", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "274.311", "max": "306.891", "min": "272.763", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "103.44", "max": "106.079", "min": "101.495", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "226.918", "max": "227.255", "min": "226.681", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "249.685", "max": "252.247", "min": "249.413", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "261.008", "max": "266.22", "min": "260.237", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "153.726", "max": "155.497", "min": "153.53", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "213.985", "max": "221.198", "min": "213.669", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "287.6", "max": "287.933", "min": "287.403", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "204.931", "max": "214.113", "min": "204.462", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "271.641", "max": "273.26", "min": "271.492", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "278.832", "max": "282.476", "min": "278.457", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "231.502", "max": "233.985", "min": "231.292", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "308.976", "max": "310.671", "min": "308.8", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "245.488", "max": "247.035", "min": "245.302", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "326.51", "max": "346.627", "min": "325.632", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "276.147", "max": "279.489", "min": "275.749", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "215.407", "max": "215.715", "min": "215.315", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "212.761", "max": "217.773", "min": "212.3", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "207.667", "max": "208.438", "min": "207.448", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "359.124", "max": "360.606", "min": "358.9", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "284.376", "max": "323.234", "min": "282.277", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "223.829", "max": "278.07", "min": "195.935", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "206.193", "max": "206.898", "min": "205.879", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "353.671", "max": "356.279", "min": "353.344", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "231.387", "max": "247.218", "min": "230.426", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "222.5", "max": "223.285", "min": "222.011", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "272.265", "max": "279.292", "min": "271.416", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "0.03", "max": "0.051", "min": "0.017", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "209.021", "max": "210.888", "min": "208.741", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "332.925", "max": "333.952", "min": "332.702", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "272.207", "max": "272.352", "min": "272.126", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "351.51", "max": "361.524", "min": "343.188", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "305.701", "max": "312.734", "min": "305.13", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "203.464", "max": "208", "min": "203.026", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "259.132", "max": "260.546", "min": "258.937", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "312.361", "max": "320.288", "min": "311.933", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "129.996", "max": "140.771", "min": "127.368", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "271.041", "max": "274.552", "min": "270.681", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "256.274", "max": "260.104", "min": "255.601", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "76.229", "max": "82.264", "min": "75.538", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "214.046", "max": "214.886", "min": "213.804", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "113.286", "max": "135.326", "min": "112.33", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "212.089", "max": "212.756", "min": "211.871", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "336.322", "max": "341.19", "min": "335.84", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "306.744", "max": "307.223", "min": "306.564", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "264.143", "max": "265.022", "min": "263.794", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "256.831", "max": "257.836", "min": "256.487", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "264.66", "max": "277.593", "min": "264.037", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "292.594", "max": "296.068", "min": "292.327", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "57.681", "max": "86.356", "min": "56.449", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "268.77", "max": "268.933", "min": "268.684", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "248.839", "max": "274.83", "min": "247.729", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "274.655", "max": "342.113", "min": "264.152", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "285.134", "max": "285.352", "min": "285.005", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "408.73", "max": "409.032", "min": "408.557", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "269.169", "max": "288.451", "min": "266.571", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "271.584", "max": "271.861", "min": "271.354", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "295.496", "max": "296.984", "min": "294.586", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "336.476", "max": "338.704", "min": "335.688", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "295.111", "max": "295.941", "min": "294.709", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "85.035", "max": "87.032", "min": "84.804", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "364.024", "max": "364.575", "min": "363.839", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "288.956", "max": "297.162", "min": "288.506", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "186.388", "max": "188.188", "min": "186.086", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "303.966", "max": "308.686", "min": "303.546", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "270.216", "max": "277.209", "min": "269.641", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "264.062", "max": "267.483", "min": "263.813", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "326.685", "max": "360.206", "min": "323.929", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "336.306", "max": "369.144", "min": "334.706", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "254.036", "max": "255.729", "min": "252.92", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "256.839", "max": "257.811", "min": "256.521", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "203.779", "max": "204.194", "min": "203.626", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "206.061", "max": "210.305", "min": "205.542", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "226.594", "max": "227.047", "min": "226.434", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "364.642", "max": "364.642", "min": "364.642", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "202.391", "max": "217.15", "min": "201.499", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "198.553", "max": "202.024", "min": "198.257", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "317.482", "max": "322.662", "min": "317.097", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "279.06", "max": "303.034", "min": "269.676", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "277.423", "max": "311.192", "min": "272.822", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "125.462", "max": "127.501", "min": "125.189", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "264.754", "max": "281.657", "min": "263.603", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "267.271", "max": "270.314", "min": "267.093", "id": "209", "country": "Cambodia", "source_name": "Phnom Penh", "destination_name": "Lansing", "destination_id": "295" } } }, "232": { "name": "Ho Chi Minh City", "data": { "0": { "avg": "332.668", "max": "339.524", "min": "331.925", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "214.471", "max": "1793.54", "min": "145.569", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "254.919", "max": "263.186", "min": "254.087", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "365.773", "max": "1902.34", "min": "264.468", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "195.468", "max": "886.621", "min": "171.236", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "125.978", "max": "1583.67", "min": "75.457", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "219.66", "max": "673.953", "min": "203.708", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "179.041", "max": "185.871", "min": "177.705", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "279.665", "max": "282.442", "min": "279.322", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "275.642", "max": "291.3", "min": "273.995", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "304.976", "max": "306.406", "min": "304.559", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "265.907", "max": "1667.73", "min": "216.374", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "258.665", "max": "868.082", "min": "237.152", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "286.663", "max": "1680.92", "min": "238.075", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "256.409", "max": "805.91", "min": "237.051", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "235.624", "max": "237.021", "min": "235.066", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "173.827", "max": "174.117", "min": "173.42", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "246.345", "max": "1361.54", "min": "207.16", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "264.011", "max": "264.351", "min": "263.797", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "322.527", "max": "329.022", "min": "321.873", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "175.013", "max": "207.421", "min": "173.598", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "221.216", "max": "221.655", "min": "220.971", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "273.114", "max": "2190.52", "min": "176.123", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "181.34", "max": "190.79", "min": "180.633", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "227.95", "max": "964.786", "min": "201.617", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "265.942", "max": "266.458", "min": "265.699", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "369.353", "max": "1038.78", "min": "345.806", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "243.982", "max": "1693.86", "min": "193.145", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "236.748", "max": "240.156", "min": "235.951", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "312.11", "max": "2358.22", "min": "239.818", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "80.052", "max": "793.596", "min": "54.797", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "203.23", "max": "203.586", "min": "202.896", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "234.201", "max": "237.842", "min": "233.706", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "290.31", "max": "302.554", "min": "285.674", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "234.818", "max": "235.81", "min": "234.45", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "188.609", "max": "206.657", "min": "187.597", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "184.772", "max": "185.145", "min": "184.56", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "182.909", "max": "184.996", "min": "182.672", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "209.693", "max": "211.923", "min": "209.326", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "250.033", "max": "251.361", "min": "249.59", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "423.353", "max": "430.645", "min": "422.637", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "303.86", "max": "1156.1", "min": "273.986", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "227.986", "max": "779.124", "min": "208.737", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "264.114", "max": "274.895", "min": "263.382", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "133.158", "max": "154.624", "min": "132.192", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "445.734", "max": "2017.81", "min": "343.212", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "412.132", "max": "2450.81", "min": "341.207", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "335.094", "max": "338.586", "min": "334.563", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "452.825", "max": "981.032", "min": "434.116", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "222.517", "max": "226.741", "min": "222.057", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "285.239", "max": "1389.95", "min": "226.114", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "255.336", "max": "270.311", "min": "254.475", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "251.165", "max": "337.588", "min": "235.211", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "271.584", "max": "1600.56", "min": "225.523", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "266.004", "max": "275.758", "min": "262.96", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "70.212", "max": "74.07", "min": "69.747", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "265.606", "max": "268.405", "min": "264.573", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "416.012", "max": "1551.91", "min": "342.314", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "348.097", "max": "2319.99", "min": "279.598", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "336.945", "max": "1588.64", "min": "264.931", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "290.924", "max": "294.071", "min": "290.094", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "345.323", "max": "1321.47", "min": "310.348", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "211.249", "max": "275.347", "min": "205.236", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "83.249", "max": "1851.34", "min": "21.838", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "354.979", "max": "1580.92", "min": "312.083", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "239.221", "max": "239.788", "min": "238.943", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "247.063", "max": "254.071", "min": "246.638", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "341.704", "max": "1948.47", "min": "266.151", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "370.856", "max": "372.42", "min": "370.035", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "224.688", "max": "225.077", "min": "224.472", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "24.932", "max": "26.962", "min": "24.538", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "180.912", "max": "187.665", "min": "180.298", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "279.948", "max": "281.231", "min": "279.644", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "249.242", "max": "249.914", "min": "248.694", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "361.227", "max": "368.127", "min": "360.44", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "208.849", "max": "963.896", "min": "182.395", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "241.162", "max": "243.574", "min": "240.665", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "234.701", "max": "236.25", "min": "234.444", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "234.342", "max": "234.733", "min": "234.026", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "255.254", "max": "257.141", "min": "254.911", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "341.33", "max": "2226.11", "min": "227.243", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "409.298", "max": "2053.89", "min": "352.034", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "188.619", "max": "192.388", "min": "187.784", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "130.411", "max": "180.366", "min": "106.863", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "296.582", "max": "302.434", "min": "293.688", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "393.298", "max": "3387.7", "min": "289.245", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "260.375", "max": "261.567", "min": "260.012", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "252.097", "max": "252.442", "min": "251.856", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "291.419", "max": "2500.75", "min": "214.726", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "259.72", "max": "265.167", "min": "258.798", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "233.845", "max": "238.304", "min": "232.441", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "267.139", "max": "2734.29", "min": "181.308", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "254.61", "max": "257.066", "min": "254.328", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "81.703", "max": "82.476", "min": "81.453", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "397.979", "max": "3238.37", "min": "230.573", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "393.299", "max": "2599.86", "min": "284.907", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "277.401", "max": "278.13", "min": "277.022", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "344.171", "max": "2262.84", "min": "277.03", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "269.525", "max": "2055.15", "min": "177.355", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "247.342", "max": "1008.34", "min": "220.486", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "314.81", "max": "1959.61", "min": "257.587", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "232.025", "max": "635.191", "min": "217.878", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "265.463", "max": "689.186", "min": "250.473", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "368.312", "max": "1311.59", "min": "334.178", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "227.201", "max": "229.035", "min": "226.825", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "411.268", "max": "1348.91", "min": "369.243", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "218.881", "max": "219.345", "min": "218.587", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "228.727", "max": "250.778", "min": "227.235", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "367.003", "max": "2619.84", "min": "288.12", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "256.662", "max": "628.746", "min": "243.253", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "71.937", "max": "77.58", "min": "71.379", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "302.948", "max": "1627.94", "min": "241.746", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "238.993", "max": "246.618", "min": "238.237", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "597.213", "max": "706.289", "min": "427.506", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "411.555", "max": "1187.51", "min": "309.183", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "473.835", "max": "2405.69", "min": "406.061", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "86.852", "max": "404.695", "min": "75.572", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "267.982", "max": "903.712", "min": "223.783", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "242.787", "max": "256.722", "min": "238.89", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "227.782", "max": "228.268", "min": "227.479", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "394.909", "max": "2055.04", "min": "253.703", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "341.808", "max": "353.981", "min": "340.974", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "399.101", "max": "3761.8", "min": "276.25", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "356.608", "max": "3135.09", "min": "260.528", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "336.905", "max": "344.574", "min": "336.034", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "266.32", "max": "1421.52", "min": "225.625", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "446.933", "max": "1528.64", "min": "365.342", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "356.437", "max": "368.746", "min": "354.726", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "195.504", "max": "197.98", "min": "195.088", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "246.442", "max": "251.241", "min": "245.958", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "234.156", "max": "234.566", "min": "233.663", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "244.092", "max": "244.463", "min": "243.895", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "360.343", "max": "1227.56", "min": "329.652", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "219.884", "max": "221.468", "min": "219.596", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "404.163", "max": "2134.68", "min": "246.745", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "239.819", "max": "1072.66", "min": "210.593", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "219.011", "max": "220.256", "min": "218.784", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "295.761", "max": "1930.93", "min": "238.968", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "297.657", "max": "1599.42", "min": "252.533", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "264.877", "max": "294.52", "min": "262.391", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "261.966", "max": "268.791", "min": "261.266", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "334.745", "max": "2156.99", "min": "271.646", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "192.727", "max": "194.513", "min": "192.41", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "289.748", "max": "1478.33", "min": "247.396", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "253.577", "max": "255.394", "min": "253.106", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "252.952", "max": "258.286", "min": "252.085", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "301.654", "max": "1088.43", "min": "271.77", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "248.204", "max": "249.868", "min": "247.922", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "307.634", "max": "1712.45", "min": "258.238", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "324.627", "max": "1260.58", "min": "271.536", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "95.55", "max": "98.43", "min": "95.148", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "307.799", "max": "1278.35", "min": "273.804", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "252.067", "max": "253.924", "min": "251.75", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "304.171", "max": "2154.26", "min": "239.488", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "298.395", "max": "2197.6", "min": "232.396", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "294.173", "max": "294.914", "min": "293.686", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "318.386", "max": "2140.43", "min": "248.251", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "272.421", "max": "1225.24", "min": "208.313", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "371.06", "max": "449.304", "min": "363.59", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "277.818", "max": "278.415", "min": "277.418", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "140.495", "max": "1052.73", "min": "108.663", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "259.359", "max": "1877.17", "min": "202.798", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "221.672", "max": "226.483", "min": "221.265", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "344.92", "max": "346.039", "min": "344.611", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "360.922", "max": "371.165", "min": "360.02", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "273.951", "max": "695.754", "min": "259.223", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "239.791", "max": "240.751", "min": "239.44", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "69.016", "max": "75.582", "min": "66.843", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "296.204", "max": "2198.17", "min": "230.346", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "474.299", "max": "2976.41", "min": "227.376", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "254.873", "max": "265.345", "min": "254.033", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "389.536", "max": "2481.86", "min": "228.303", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "270.16", "max": "275.417", "min": "269.641", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "401.708", "max": "2315.14", "min": "266.225", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "278.666", "max": "721.789", "min": "262.334", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "325.498", "max": "372.586", "min": "323.632", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "269.503", "max": "270.439", "min": "269.162", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "370.702", "max": "2549.18", "min": "295.295", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "208.718", "max": "226.09", "min": "206.973", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "260.463", "max": "278.128", "min": "259.642", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "362.759", "max": "675.284", "min": "350.503", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "277.227", "max": "1043.64", "min": "250.489", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "401.375", "max": "2202.71", "min": "338.802", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "327.36", "max": "2443", "min": "253.649", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "258.876", "max": "259.744", "min": "258.585", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "365.528", "max": "368.026", "min": "365.001", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "282.469", "max": "310.578", "min": "280.192", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "307.432", "max": "1899.19", "min": "236.664", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "288.928", "max": "3012", "min": "194.653", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "379.815", "max": "850.131", "min": "363.091", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "320.35", "max": "1960.58", "min": "263.219", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "347.025", "max": "350.783", "min": "346.299", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "279.12", "max": "290.133", "min": "278.334", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "57.474", "max": "77.487", "min": "56.52", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "238.039", "max": "240.963", "min": "237.614", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "261.049", "max": "261.253", "min": "260.845", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "265.94", "max": "270.822", "min": "264.815", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "336.37", "max": "341.218", "min": "334.517", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "490.531", "max": "1899.92", "min": "365.364", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "267.181", "max": "1348.59", "min": "229.368", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "281.048", "max": "1548.06", "min": "236.469", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "273.787", "max": "1242.04", "min": "237.337", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "299.451", "max": "313.5", "min": "296.604", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "238.283", "max": "245.462", "min": "237.336", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "44.886", "max": "55.996", "min": "42.619", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "358.943", "max": "3017.39", "min": "266.705", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "196.129", "max": "203.704", "min": "195.228", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "354.409", "max": "1961.38", "min": "272.514", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "306.445", "max": "1588.06", "min": "261.842", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "269.118", "max": "270.877", "min": "268.759", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "410.93", "max": "2642.57", "min": "301.098", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "181.242", "max": "183.138", "min": "180.82", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "258.436", "max": "280.843", "min": "256.983", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "237.613", "max": "238.047", "min": "237.446", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "232.061", "max": "259.389", "min": "230.842", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "0.052", "max": "0.135", "min": "0.026", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "291.415", "max": "1598.12", "min": "245.98", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "292.04", "max": "1467.81", "min": "251.226", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "294.355", "max": "1499.4", "min": "250.626", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "264.658", "max": "267.513", "min": "264.256", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "381.428", "max": "388.039", "min": "380.862", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "272", "max": "1094.1", "min": "241.085", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "236.224", "max": "236.644", "min": "235.973", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "287.803", "max": "844.232", "min": "267.47", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "276.458", "max": "290.624", "min": "274.666", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "256.962", "max": "258.428", "min": "256.4", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "125.26", "max": "1555.12", "min": "75.421", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "320.105", "max": "329.236", "min": "319.504", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "208.483", "max": "221.817", "min": "207.673", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "254.728", "max": "255.024", "min": "254.415", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "459.222", "max": "3232.6", "min": "363.045", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "264.314", "max": "766.732", "min": "245.46", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "235.593", "max": "239.338", "min": "235.162", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "215.516", "max": "224.642", "min": "213.906", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "306.797", "max": "310.193", "min": "306", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "262.32", "max": "264.329", "min": "261.118", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "280.937", "max": "292.294", "min": "280.16", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "229.299", "max": "229.937", "min": "229.04", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "312.957", "max": "1486.11", "min": "271.274", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "84.984", "max": "92.883", "min": "84.288", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "326.627", "max": "326.627", "min": "326.627", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "294.981", "max": "1326.22", "min": "259.19", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "320.177", "max": "1966.27", "min": "262.654", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "356.877", "max": "360.783", "min": "356.322", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "415.458", "max": "1563.31", "min": "330.707", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "289.067", "max": "1660.66", "min": "206.293", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "121.773", "max": "123.079", "min": "121.043", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "473.361", "max": "2233.04", "min": "314.208", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "248.9", "max": "249.385", "min": "248.699", "id": "232", "country": "Vietnam", "source_name": "Ho Chi Minh City", "destination_name": "Lansing", "destination_id": "295" } } } }, "Eastern Europe": { "3": { "name": "Prague", "data": { "0": { "avg": "267.98", "max": "273.623", "min": "267.282", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "243.369", "max": "246.934", "min": "242.835", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.579", "max": "117.58", "min": "111.25", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "0.019", "max": "0.16", "min": "0.012", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "23.375", "max": "24.804", "min": "23.099", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "278.218", "max": "280.078", "min": "277.998", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.335", "max": "26.925", "min": "23.89", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "281.041", "max": "291.03", "min": "279.586", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "56.696", "max": "58.835", "min": "56.38", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "35.833", "max": "40.53", "min": "35.277", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "27.363", "max": "33.55", "min": "26.697", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "141.681", "max": "142.716", "min": "141.534", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "97.46", "max": "100.13", "min": "97.269", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "96.61", "max": "111.556", "min": "95.23", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.608", "max": "131.248", "min": "129.331", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "102.297", "max": "107.66", "min": "101.382", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "41.579", "max": "47.369", "min": "40.924", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "116.652", "max": "122.885", "min": "116.067", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "39.692", "max": "41.408", "min": "39.497", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "3.182", "max": "10.108", "min": "1.556", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "275.759", "max": "277.846", "min": "274.638", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "124.527", "max": "127.339", "min": "124.247", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "172.418", "max": "178.447", "min": "171.623", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "175.425", "max": "187.592", "min": "174.307", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "45.485", "max": "51.098", "min": "44.609", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "20.064", "max": "25.326", "min": "19.482", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "18.737", "max": "26.681", "min": "17.066", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "22.359", "max": "22.748", "min": "22.25", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "13.368", "max": "15.797", "min": "13.158", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "182.559", "max": "190.006", "min": "181.73", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "262.212", "max": "269.721", "min": "261.072", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "14.17", "max": "20.757", "min": "13.719", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "165.904", "max": "184.153", "min": "164.637", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "47.459", "max": "54.252", "min": "47.01", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.423", "max": "20.052", "min": "13.697", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "264.562", "max": "273.857", "min": "263.388", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.015", "max": "171.258", "min": "164.307", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "153.216", "max": "161.316", "min": "152.258", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "136.668", "max": "137.054", "min": "136.55", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "106.061", "max": "107.714", "min": "105.712", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "171.141", "max": "175.572", "min": "170.596", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "31.833", "max": "46.264", "min": "30.645", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "62.889", "max": "67.907", "min": "62.462", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "37.177", "max": "40.729", "min": "36.768", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "230.164", "max": "236.185", "min": "229.65", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "10.672", "max": "18.51", "min": "9.675", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "39.602", "max": "44.434", "min": "38.97", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "187.699", "max": "193.111", "min": "187.148", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "261.066", "max": "267.361", "min": "260.403", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "133.837", "max": "142.393", "min": "133.391", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "102.943", "max": "110.568", "min": "101.935", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "168.813", "max": "170.518", "min": "168.499", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "79.281", "max": "121.165", "min": "34.436", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "136.438", "max": "144.538", "min": "135.946", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "137.193", "max": "152.723", "min": "133.014", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "271.501", "max": "279.753", "min": "270.947", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "44.68", "max": "49.01", "min": "43.943", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "322.12", "max": "323.182", "min": "321.972", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "24.071", "max": "29.444", "min": "23.402", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "18.304", "max": "19.089", "min": "18.145", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.974", "max": "69.275", "min": "63.015", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "77.823", "max": "125.122", "min": "75.462", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "214.614", "max": "220.784", "min": "213.985", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "352.599", "max": "359.023", "min": "351.256", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "37.699", "max": "44.581", "min": "37.138", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "27.471", "max": "32.894", "min": "27.038", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "99.142", "max": "103.315", "min": "98.55", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "22.298", "max": "31.633", "min": "21.192", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "236.116", "max": "238.503", "min": "235.216", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "147.991", "max": "153.169", "min": "147.654", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "265.908", "max": "270.703", "min": "265.447", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "162.965", "max": "179.283", "min": "161.833", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "171.284", "max": "176.546", "min": "170.547", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "119.575", "max": "123.824", "min": "119.014", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "68.362", "max": "73.965", "min": "67.915", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "35.079", "max": "39.509", "min": "34.627", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "112.089", "max": "113.983", "min": "111.83", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "174.129", "max": "180.044", "min": "173.748", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "119.295", "max": "122.527", "min": "118.855", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "120.697", "max": "123.896", "min": "120.298", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "181.088", "max": "186.424", "min": "180.157", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "113.38", "max": "116.337", "min": "113.016", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "251.074", "max": "257.611", "min": "249.619", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "156.803", "max": "164.831", "min": "155.799", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "165.968", "max": "168.892", "min": "165.605", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "83.745", "max": "89.281", "min": "83.223", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "39.502", "max": "42.925", "min": "39.136", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "125.92", "max": "134.189", "min": "125.348", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "128.199", "max": "135.654", "min": "127.216", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "35.785", "max": "43.987", "min": "34.067", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "131.822", "max": "134.48", "min": "131.068", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "172.123", "max": "178.492", "min": "171.6", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "40.224", "max": "47.324", "min": "39.559", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "292.182", "max": "298.694", "min": "291.584", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "113.461", "max": "122.134", "min": "112.055", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "141.414", "max": "145.124", "min": "141.037", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "175.084", "max": "178.245", "min": "174.514", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "156.344", "max": "166.953", "min": "154.923", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "164.816", "max": "172.666", "min": "164.372", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "122", "max": "128.083", "min": "121.607", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "130.17", "max": "140.728", "min": "129.168", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.874", "max": "186.884", "min": "182.249", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "36.358", "max": "41.032", "min": "35.859", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "330.301", "max": "335.204", "min": "329.127", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "127.724", "max": "135.327", "min": "126.408", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "339.061", "max": "369.453", "min": "296.394", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "188.242", "max": "193.908", "min": "187.694", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "106.589", "max": "113.354", "min": "105.76", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "123.362", "max": "131.314", "min": "122.64", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "147.206", "max": "147.649", "min": "147.022", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "317.136", "max": "320.602", "min": "316.75", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "290.034", "max": "294.013", "min": "289.701", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "98.249", "max": "99.614", "min": "98.118", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.004", "max": "159.917", "min": "152.398", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.517", "max": "493.584", "min": "206.104", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "119.052", "max": "230.053", "min": "49.731", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "185.636", "max": "192.585", "min": "184.502", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "248.878", "max": "256.157", "min": "248.259", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "142.508", "max": "144.422", "min": "142.197", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "139.28", "max": "145.173", "min": "138.381", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "148.971", "max": "152.029", "min": "148.648", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "199.529", "max": "346.045", "min": "120.141", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "219.237", "max": "223.91", "min": "218.957", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "37.083", "max": "187.866", "min": "28.313", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.566", "max": "39.717", "min": "36.088", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "122.12", "max": "126.485", "min": "121.478", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "99.914", "max": "107.08", "min": "98.17", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "258.216", "max": "265.697", "min": "257.653", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "139.823", "max": "150.57", "min": "138.859", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "207.764", "max": "209.774", "min": "207.509", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "127.129", "max": "132.068", "min": "126.531", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "126.932", "max": "128.265", "min": "126.74", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "139.302", "max": "142.761", "min": "138.848", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "306.014", "max": "315.37", "min": "304.645", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "149.813", "max": "154.804", "min": "149.46", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "93.871", "max": "96.377", "min": "93.432", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "152.29", "max": "165.21", "min": "150.841", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "149.642", "max": "154.24", "min": "149.072", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "130.559", "max": "132.385", "min": "130.353", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "96.494", "max": "97.729", "min": "96.24", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "1.211", "max": "4.473", "min": "0.271", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "190.254", "max": "191.887", "min": "189.826", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "44.089", "max": "46.474", "min": "43.865", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "13.361", "max": "15.02", "min": "12.933", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "209.683", "max": "211.771", "min": "209.48", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "18.646", "max": "24.843", "min": "17.64", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "14.434", "max": "22.595", "min": "13.382", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "133.353", "max": "143.436", "min": "132.6", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "32.786", "max": "39.011", "min": "31.832", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "33.623", "max": "39.743", "min": "33.261", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.379", "max": "25.203", "min": "16.447", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "293.15", "max": "301.14", "min": "292.077", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "15.993", "max": "24.136", "min": "14.389", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "18.6", "max": "29.359", "min": "17.677", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "107.88", "max": "122.7", "min": "106.253", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "188.218", "max": "190.506", "min": "188.003", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "40.135", "max": "42.568", "min": "39.682", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "333.743", "max": "379.505", "min": "324.188", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "143.41", "max": "150.013", "min": "142.398", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "261.867", "max": "294.663", "min": "257.155", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "138.002", "max": "140.6", "min": "137.759", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "210.094", "max": "215.198", "min": "209.501", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "31.668", "max": "41.761", "min": "29.84", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "99.634", "max": "101.607", "min": "99.381", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "98.158", "max": "109.219", "min": "97.073", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "186.739", "max": "190.099", "min": "186.384", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.732", "max": "103.707", "min": "98.048", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "153.212", "max": "153.898", "min": "152.994", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "209.833", "max": "221.008", "min": "198.85", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "96.718", "max": "102.362", "min": "96.121", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "120.031", "max": "127.245", "min": "119.362", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "33.218", "max": "35.983", "min": "32.709", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "287.616", "max": "291.699", "min": "287.266", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "38.744", "max": "47.005", "min": "37.761", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "18.91", "max": "27.8", "min": "17.583", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "27.674", "max": "39.813", "min": "26.561", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "17.652", "max": "22.625", "min": "17.183", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "35.245", "max": "37.483", "min": "34.953", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "68.13", "max": "71.328", "min": "67.555", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "21.295", "max": "28.308", "min": "20.784", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "63.326", "max": "66.282", "min": "62.5", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "53.449", "max": "65.565", "min": "52.53", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "24.963", "max": "27.141", "min": "24.683", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "25.883", "max": "28.43", "min": "25.514", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.558", "max": "27.433", "min": "24.118", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "10.761", "max": "15.272", "min": "10.049", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "51.674", "max": "55.836", "min": "51.095", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "24.903", "max": "31.987", "min": "23.27", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "38.926", "max": "62.204", "min": "24.217", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "30.37", "max": "31.118", "min": "30.279", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "65.568", "max": "70.971", "min": "64.735", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "42.119", "max": "44.781", "min": "41.726", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "19.898", "max": "30.751", "min": "18.932", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "25.562", "max": "36.323", "min": "23.913", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "274.631", "max": "283.05", "min": "274.168", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "15.474", "max": "22.78", "min": "14.703", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "21.19", "max": "22.295", "min": "20.97", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "9.644", "max": "13.017", "min": "9.398", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "190.968", "max": "197.31", "min": "189.139", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "25.945", "max": "27.295", "min": "25.658", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "24.913", "max": "29.575", "min": "24.301", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "25.219", "max": "30.691", "min": "24.571", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.58", "max": "32.11", "min": "23.332", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "252.449", "max": "265.352", "min": "248.983", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "102.506", "max": "108.366", "min": "101.219", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "216.455", "max": "239.064", "min": "207.036", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "139.897", "max": "142.737", "min": "139.554", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "28.142", "max": "34.54", "min": "27.695", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "143.127", "max": "154.463", "min": "141.624", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "183.112", "max": "187.772", "min": "182.604", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "30.012", "max": "32.972", "min": "29.697", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "30.135", "max": "32.42", "min": "29.955", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "34.055", "max": "37.122", "min": "33.651", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "23.956", "max": "26.254", "min": "23.487", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "124.209", "max": "126.566", "min": "123.887", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "129.739", "max": "136.668", "min": "129.22", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "270.351", "max": "274.662", "min": "269.616", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "101.481", "max": "105.202", "min": "101.16", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "25.885", "max": "31.78", "min": "25.312", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "100.099", "max": "108.457", "min": "99.317", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "15.097", "max": "17.915", "min": "14.765", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "231.23", "max": "235.521", "min": "230.653", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "141.548", "max": "152.006", "min": "139.119", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "36.434", "max": "36.614", "min": "36.296", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "44.841", "max": "48.087", "min": "43.75", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "166.311", "max": "173.144", "min": "164.229", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "123.163", "max": "127.82", "min": "122.144", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "275.757", "max": "283.961", "min": "274.848", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "61.655", "max": "65.794", "min": "61.243", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "46.415", "max": "50.265", "min": "46.132", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "27.837", "max": "32.059", "min": "27.482", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "59.989", "max": "63.37", "min": "59.788", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "106.186", "max": "109.478", "min": "105.58", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "106.101", "max": "112.023", "min": "105.502", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "72.931", "max": "79.29", "min": "70.899", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "191.569", "max": "195.63", "min": "190.94", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "110.064", "max": "113.45", "min": "108.878", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "153.721", "max": "162.74", "min": "152.115", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "143.257", "max": "148.979", "min": "142.405", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "43.085", "max": "49.351", "min": "42.452", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "234.063", "max": "237.738", "min": "233.128", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "202.466", "max": "202.466", "min": "202.466", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "38.075", "max": "43.534", "min": "37.649", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "19.52", "max": "24.457", "min": "19.239", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "128.959", "max": "132.241", "min": "128.435", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "47.982", "max": "62.436", "min": "38.622", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "8.665", "max": "11.654", "min": "8.164", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "244.59", "max": "247.448", "min": "243.896", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "64.661", "max": "72.426", "min": "63.807", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "130.611", "max": "144.406", "min": "129.795", "id": "3", "country": "Czech Republic", "source_name": "Prague", "destination_name": "Lansing", "destination_id": "295" } } }, "25": { "name": "Tallinn", "data": { "0": { "avg": "219.307", "max": "219.79", "min": "219.033", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "279.918", "max": "280.153", "min": "279.612", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "109.74", "max": "110.068", "min": "109.459", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "45.834", "max": "57.623", "min": "44.66", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "41.327", "max": "42.149", "min": "41.019", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "240.427", "max": "241.004", "min": "240.012", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "34.885", "max": "35.582", "min": "34.594", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "317.159", "max": "327.981", "min": "315.688", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "23.008", "max": "24.442", "min": "22.742", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "6.969", "max": "13.638", "min": "6.203", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "34.477", "max": "35.439", "min": "34.138", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.844", "max": "157.986", "min": "136.934", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "102.946", "max": "103.453", "min": "102.619", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "104.506", "max": "109.273", "min": "103.942", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "128.803", "max": "129.59", "min": "128.56", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "113.268", "max": "114.377", "min": "112.834", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "50.991", "max": "51.829", "min": "50.71", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "120.249", "max": "122.983", "min": "119.764", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "37.871", "max": "38.201", "min": "37.556", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "30.264", "max": "31.376", "min": "29.823", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "296.675", "max": "297.067", "min": "296.449", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "123.037", "max": "123.264", "min": "122.853", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "159.915", "max": "160.402", "min": "159.665", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "154.365", "max": "158.696", "min": "153.843", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "0.052", "max": "0.258", "min": "0.022", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.368", "max": "28.269", "min": "27.16", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "39.788", "max": "45.624", "min": "39.346", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "36.996", "max": "37.616", "min": "36.607", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "28.494", "max": "29.911", "min": "28.297", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "162.423", "max": "163.559", "min": "162.16", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "170.818", "max": "171.252", "min": "170.615", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "18.292", "max": "18.945", "min": "17.971", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "162.946", "max": "165.644", "min": "162.669", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "39.126", "max": "39.769", "min": "38.963", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "29.734", "max": "30.644", "min": "29.339", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "178.549", "max": "180.759", "min": "178.168", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "162.931", "max": "163.744", "min": "162.661", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "159.636", "max": "163.681", "min": "159.266", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "143.031", "max": "143.274", "min": "142.713", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "107.612", "max": "109.937", "min": "107.195", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "180.449", "max": "182.717", "min": "180.038", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "41.14", "max": "44.994", "min": "40.709", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "73.748", "max": "74.332", "min": "73.538", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "7.433", "max": "7.714", "min": "7.304", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "222.398", "max": "222.642", "min": "222.179", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "41.58", "max": "42.259", "min": "41.157", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "21.471", "max": "26.266", "min": "21.059", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "204.75", "max": "205.498", "min": "204.48", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "269.457", "max": "270.054", "min": "269.193", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "151.183", "max": "159.031", "min": "150.819", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "109.376", "max": "109.571", "min": "109.175", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "171.586", "max": "172.371", "min": "171.119", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "53.494", "max": "61.979", "min": "49.936", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "127.563", "max": "127.873", "min": "127.368", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "161.048", "max": "173.657", "min": "157.445", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "194.018", "max": "194.422", "min": "193.834", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "66.858", "max": "70.27", "min": "66.019", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "319.363", "max": "320.208", "min": "319.022", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "41.755", "max": "46.707", "min": "40.846", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "34.545", "max": "35.253", "min": "34.257", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "77.243", "max": "80.121", "min": "76.554", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "86.538", "max": "131.508", "min": "83.306", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "246.368", "max": "338.884", "min": "236.189", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "311.775", "max": "312.461", "min": "311.502", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "56.167", "max": "56.821", "min": "55.833", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "49.494", "max": "51.011", "min": "49.048", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "109.04", "max": "109.615", "min": "108.798", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "50.93", "max": "52.133", "min": "50.558", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "244.225", "max": "246.213", "min": "243.512", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "169.299", "max": "175.149", "min": "168.953", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "211.656", "max": "217.554", "min": "211.145", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "163.119", "max": "163.913", "min": "162.723", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "182.523", "max": "185.194", "min": "182.238", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "125.266", "max": "125.485", "min": "125.029", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "75.178", "max": "76.464", "min": "74.941", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "38.168", "max": "39.33", "min": "37.88", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "116.979", "max": "117.416", "min": "116.777", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "154.689", "max": "160.789", "min": "154.158", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "127.999", "max": "132.563", "min": "127.505", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "117.316", "max": "117.972", "min": "117.057", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.47", "max": "162.44", "min": "161.119", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "122.045", "max": "122.399", "min": "121.805", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "302.138", "max": "305.661", "min": "301.813", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "197.861", "max": "198.593", "min": "197.543", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "158.997", "max": "159.481", "min": "158.814", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "92.913", "max": "94.054", "min": "92.536", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "40.403", "max": "41.598", "min": "39.845", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "138.91", "max": "145.819", "min": "138.326", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "122.7", "max": "123.5", "min": "122.235", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "40.279", "max": "45.543", "min": "39.401", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "128.5", "max": "136.01", "min": "127.396", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "165.207", "max": "166.771", "min": "164.738", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "56.16", "max": "56.38", "min": "55.888", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "308.491", "max": "308.727", "min": "308.296", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "108.741", "max": "108.952", "min": "108.557", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "128.745", "max": "129.427", "min": "128.493", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "182.408", "max": "182.684", "min": "182.14", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "176.796", "max": "191.295", "min": "175.594", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "169.241", "max": "181.835", "min": "163.938", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "127.493", "max": "130.91", "min": "127.165", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "125.337", "max": "125.789", "min": "125.14", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "161.088", "max": "167.772", "min": "160.526", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "54.269", "max": "55.215", "min": "53.98", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "337.239", "max": "342.59", "min": "336.018", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "122.175", "max": "123.114", "min": "121.875", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "351.809", "max": "352.76", "min": "350.866", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "206.09", "max": "209.387", "min": "205.465", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "108.354", "max": "108.789", "min": "108.116", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "125.743", "max": "126.779", "min": "125.535", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "195.129", "max": "199.307", "min": "194.608", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "268.502", "max": "269.164", "min": "268.369", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "287.074", "max": "287.246", "min": "286.761", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "99.472", "max": "104.137", "min": "98.995", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "198.583", "max": "201.524", "min": "198.157", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "403.79", "max": "526.816", "min": "256.44", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "134.494", "max": "205.62", "min": "62.336", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "202.165", "max": "222.671", "min": "200.721", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "244.24", "max": "245.263", "min": "243.776", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "152.293", "max": "152.856", "min": "152.063", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "135.794", "max": "138.774", "min": "135.339", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "140.153", "max": "140.398", "min": "139.802", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "203.84", "max": "364.23", "min": "129.803", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "214.338", "max": "215.039", "min": "214.031", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "16.193", "max": "46.295", "min": "14.081", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "6.538", "max": "6.871", "min": "6.437", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "16.546", "max": "17.567", "min": "15.983", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "98.889", "max": "100.213", "min": "98.548", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "187.881", "max": "188.241", "min": "187.495", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "135.453", "max": "136.541", "min": "135.227", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "185.505", "max": "186.597", "min": "185.22", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "128.378", "max": "128.771", "min": "128.061", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "117.076", "max": "117.682", "min": "116.711", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "127.341", "max": "128.006", "min": "127.048", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "342.803", "max": "345.471", "min": "341.836", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "150.868", "max": "151.51", "min": "150.638", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "107.156", "max": "107.449", "min": "106.901", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "151.299", "max": "158.13", "min": "150.378", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "136.248", "max": "136.679", "min": "136.118", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "136.13", "max": "136.42", "min": "135.909", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "101.378", "max": "101.899", "min": "101.084", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "44.956", "max": "45.51", "min": "44.749", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "232.812", "max": "235.644", "min": "232.281", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "23.298", "max": "24.87", "min": "23.03", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "35.957", "max": "36.2", "min": "35.76", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "203.227", "max": "203.897", "min": "202.903", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "29.665", "max": "30.417", "min": "29.398", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.143", "max": "56.346", "min": "47.549", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "164.941", "max": "165.472", "min": "164.709", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "34.833", "max": "35.43", "min": "34.651", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "38.463", "max": "40.695", "min": "38.234", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "28.289", "max": "36.052", "min": "26.665", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "254.624", "max": "255.196", "min": "254.356", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "46.869", "max": "49.975", "min": "46.234", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "35.056", "max": "52.152", "min": "33.432", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "109.347", "max": "110.19", "min": "109.092", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "164.755", "max": "165.279", "min": "164.444", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "25.948", "max": "26.492", "min": "25.635", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "279.474", "max": "330.335", "min": "267.093", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "147.591", "max": "148.165", "min": "147.371", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "257.315", "max": "346.128", "min": "248.613", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "148.646", "max": "154.862", "min": "148.244", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "398.666", "max": "399.042", "min": "398.036", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "10.65", "max": "11.294", "min": "10.289", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "99.916", "max": "100.41", "min": "99.612", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "89.151", "max": "89.585", "min": "88.952", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "193.212", "max": "193.46", "min": "193.031", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "69.73", "max": "75.669", "min": "69.37", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "190.851", "max": "191.773", "min": "190.562", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "248.464", "max": "249.724", "min": "248.206", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "107.288", "max": "107.931", "min": "106.859", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "120.989", "max": "121.228", "min": "120.798", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "52.816", "max": "53.526", "min": "52.586", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "164.969", "max": "165.675", "min": "164.691", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "40.539", "max": "42.14", "min": "40.297", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "33.185", "max": "37.828", "min": "32.733", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "42.502", "max": "63.418", "min": "41.304", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "37.866", "max": "38.552", "min": "37.664", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "38.004", "max": "38.685", "min": "37.715", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "92.061", "max": "95.169", "min": "91.634", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "58.544", "max": "60.304", "min": "58.4", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "38.066", "max": "43.286", "min": "37.688", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "62.739", "max": "64.163", "min": "62.39", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "26.699", "max": "28.328", "min": "26.36", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "33.394", "max": "33.583", "min": "33.279", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "42.531", "max": "43.267", "min": "42.386", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "34.708", "max": "35.452", "min": "34.488", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "69.262", "max": "84.533", "min": "68.305", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "40.987", "max": "77.845", "min": "38.695", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "49.66", "max": "96.289", "min": "25.2", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "31.065", "max": "31.796", "min": "30.871", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "72.527", "max": "72.922", "min": "72.242", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "25.842", "max": "29.807", "min": "25.291", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "73.517", "max": "74.15", "min": "72.944", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "32.644", "max": "56.377", "min": "30.79", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "221.971", "max": "223.05", "min": "221.665", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "35.087", "max": "35.925", "min": "34.782", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "55.588", "max": "57.418", "min": "55.284", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "40.426", "max": "40.584", "min": "40.333", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "209.915", "max": "215.74", "min": "208.831", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "71.997", "max": "72.171", "min": "71.724", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "27.88", "max": "29.174", "min": "27.613", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "32.513", "max": "32.884", "min": "32.319", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "31.035", "max": "32.167", "min": "29.554", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "320.237", "max": "320.588", "min": "320.03", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "101.805", "max": "106.856", "min": "101.188", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "276.594", "max": "289.465", "min": "273.166", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "171.288", "max": "171.543", "min": "171.022", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "29.185", "max": "30.37", "min": "28.918", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "132.625", "max": "133.031", "min": "132.298", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "189.738", "max": "190.165", "min": "189.519", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "63.166", "max": "63.611", "min": "62.814", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "73.752", "max": "74.227", "min": "73.344", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "40.468", "max": "42.095", "min": "40.055", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "27.795", "max": "28.532", "min": "27.461", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "120.289", "max": "120.85", "min": "120.04", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "138.578", "max": "138.84", "min": "138.354", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "201.876", "max": "204.06", "min": "201.544", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "104.397", "max": "104.776", "min": "104.209", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "32.287", "max": "32.808", "min": "32.046", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "115.093", "max": "115.874", "min": "114.924", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "32.906", "max": "37.16", "min": "32.484", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "229.08", "max": "311.285", "min": "225.995", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "145.269", "max": "148.976", "min": "142.363", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "46.165", "max": "46.574", "min": "45.917", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "65.972", "max": "67.683", "min": "65.186", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "181.098", "max": "187.753", "min": "179.23", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "133.097", "max": "134.664", "min": "132.535", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "244.079", "max": "244.377", "min": "243.868", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "87.418", "max": "88.891", "min": "87.149", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "61.759", "max": "62.604", "min": "61.561", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "48.729", "max": "50.192", "min": "48.456", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "76.875", "max": "77.198", "min": "76.712", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "116.459", "max": "120.149", "min": "115.662", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "107.606", "max": "115.791", "min": "107.076", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "90.102", "max": "98.982", "min": "87.946", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "195.444", "max": "196.594", "min": "194.984", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "115.833", "max": "117.558", "min": "114.698", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "77.3", "max": "78.215", "min": "76.961", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "128.344", "max": "128.751", "min": "128.052", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "47.499", "max": "50.699", "min": "46.977", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "215.489", "max": "217.006", "min": "214.816", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "214.456", "max": "214.456", "min": "214.456", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "34.8", "max": "35.559", "min": "34.553", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "28.229", "max": "28.6", "min": "28.066", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.933", "max": "129.702", "min": "127.419", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "58.024", "max": "69.595", "min": "49.899", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "41.063", "max": "41.495", "min": "40.84", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "234.429", "max": "237.511", "min": "233.948", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "97.151", "max": "98.886", "min": "96.699", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "124.933", "max": "129.503", "min": "124.376", "id": "25", "country": "Estonia", "source_name": "Tallinn", "destination_name": "Lansing", "destination_id": "295" } } }, "28": { "name": "Ljubljana", "data": { "0": { "avg": "227.363", "max": "230.025", "min": "226.752", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "271.631", "max": "276.073", "min": "271.109", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "105.934", "max": "106.279", "min": "105.73", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "23.236", "max": "34.048", "min": "22.349", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "43.74", "max": "44.964", "min": "43.48", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "228.783", "max": "229.066", "min": "228.427", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "27.024", "max": "28.466", "min": "26.74", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "307.349", "max": "315.329", "min": "306.49", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "58.693", "max": "59.36", "min": "58.443", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "46.875", "max": "47.4", "min": "46.604", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "33.248", "max": "33.899", "min": "32.977", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.706", "max": "165.596", "min": "136.452", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "114.609", "max": "128.39", "min": "114.023", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "99.273", "max": "109.191", "min": "98.305", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "126.652", "max": "133.162", "min": "126.175", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "107.31", "max": "109.15", "min": "106.931", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "36.383", "max": "37.273", "min": "36.117", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.248", "max": "116.622", "min": "113.571", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "36.353", "max": "36.861", "min": "36.048", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "6.231", "max": "11.201", "min": "5.798", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "286.812", "max": "294.758", "min": "286.264", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "128.51", "max": "128.773", "min": "128.434", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "154.596", "max": "155.689", "min": "154.288", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "149.259", "max": "150.092", "min": "148.927", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "37.073", "max": "37.922", "min": "36.857", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "44.928", "max": "49.877", "min": "44.593", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "26.376", "max": "27.905", "min": "25.968", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "0.033", "max": "0.06", "min": "0.019", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "19.866", "max": "20.071", "min": "19.742", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "156.903", "max": "158.725", "min": "156.619", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "182.298", "max": "184.556", "min": "181.995", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "48.823", "max": "49.481", "min": "48.577", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.86", "max": "177.866", "min": "167.273", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "36.359", "max": "36.567", "min": "36.208", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "22.558", "max": "24.107", "min": "22.15", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "162.88", "max": "163.44", "min": "162.634", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "172.225", "max": "176.718", "min": "171.695", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "162.969", "max": "163.188", "min": "162.728", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "133.731", "max": "134.033", "min": "133.44", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "105.749", "max": "109.251", "min": "105.075", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "176.266", "max": "183.71", "min": "175.173", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "54.616", "max": "59.079", "min": "53.997", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "69.601", "max": "70.085", "min": "69.458", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.27", "max": "44.572", "min": "32.581", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "170.512", "max": "170.752", "min": "170.361", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "13.858", "max": "15.377", "min": "13.415", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "48.435", "max": "49.232", "min": "48.232", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "192.707", "max": "193.553", "min": "192.365", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "262.487", "max": "267.887", "min": "261.672", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "144.152", "max": "144.944", "min": "143.965", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "106.51", "max": "107.646", "min": "106.317", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "155.032", "max": "155.252", "min": "154.731", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "41.647", "max": "132.205", "min": "32.276", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "123.344", "max": "123.704", "min": "122.994", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "161.169", "max": "178.642", "min": "156.905", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "182.815", "max": "183.309", "min": "182.634", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "52.271", "max": "56.004", "min": "51.153", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "317.108", "max": "318.518", "min": "316.784", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "36.014", "max": "38.172", "min": "35.625", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "34.088", "max": "34.267", "min": "33.876", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "70.488", "max": "80.169", "min": "68.468", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "73.632", "max": "129.754", "min": "71.089", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "219.08", "max": "246.18", "min": "217.07", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "282.484", "max": "283.952", "min": "282.196", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "39.982", "max": "41.039", "min": "39.804", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.409", "max": "46.737", "min": "46.22", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "120.649", "max": "126.543", "min": "120.3", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "27.682", "max": "30.449", "min": "27.292", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "225.359", "max": "226.722", "min": "224.714", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "161.489", "max": "163.307", "min": "161.141", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "204.419", "max": "205.037", "min": "204.057", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "169.437", "max": "169.788", "min": "169.25", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "169.225", "max": "177.134", "min": "168.677", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "121.377", "max": "123.058", "min": "121.115", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "77.085", "max": "78.379", "min": "76.919", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "34.301", "max": "36.604", "min": "34.052", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "125.484", "max": "128.024", "min": "125.161", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "151.787", "max": "153.895", "min": "151.249", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "117.541", "max": "120.362", "min": "117.134", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "111.646", "max": "112.047", "min": "111.364", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "153.806", "max": "154.214", "min": "153.446", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "116.716", "max": "117.287", "min": "116.432", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "307.931", "max": "314.025", "min": "307.469", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "168.723", "max": "170.096", "min": "168.475", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "155.015", "max": "155.472", "min": "154.844", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "93.577", "max": "94.641", "min": "93.226", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "39.146", "max": "41.756", "min": "38.587", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "133.843", "max": "134.083", "min": "133.616", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "118.259", "max": "121.883", "min": "117.736", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "43.908", "max": "48.085", "min": "43.294", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "132.376", "max": "134.695", "min": "131.71", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "161.671", "max": "162.354", "min": "161.395", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "41.797", "max": "42.099", "min": "41.568", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "214.602", "max": "214.96", "min": "214.354", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "116.852", "max": "117.428", "min": "116.693", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "126.793", "max": "131.203", "min": "126.458", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "184.495", "max": "184.753", "min": "184.237", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "168.427", "max": "180.788", "min": "167.145", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.772", "max": "188.139", "min": "165.887", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "145.142", "max": "147.679", "min": "144.885", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "122.106", "max": "124.77", "min": "121.756", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "154.322", "max": "154.644", "min": "153.852", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "35.106", "max": "40.654", "min": "34.438", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "329.954", "max": "334.344", "min": "328.952", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "118.347", "max": "118.743", "min": "118.021", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "341.787", "max": "347.65", "min": "341.249", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "204.772", "max": "206.55", "min": "204.511", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "100.18", "max": "101.445", "min": "99.903", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "122.273", "max": "122.515", "min": "122.083", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "171.394", "max": "173.959", "min": "171.082", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "257.57", "max": "259.57", "min": "257.27", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "283.231", "max": "284.563", "min": "282.82", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "92.063", "max": "92.396", "min": "91.901", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "185.629", "max": "188.196", "min": "184.952", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "398.139", "max": "502.967", "min": "233.979", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "128.79", "max": "228.644", "min": "38.861", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "187.823", "max": "204.311", "min": "186.922", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "237.581", "max": "246.621", "min": "236.966", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "159.688", "max": "160.399", "min": "159.529", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "129.755", "max": "130.404", "min": "129.434", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "132.352", "max": "133.429", "min": "132.013", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "201.24", "max": "349.386", "min": "124.534", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "210.857", "max": "211.253", "min": "210.666", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "32.613", "max": "125.623", "min": "27.968", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "28.354", "max": "28.719", "min": "28.157", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "41.593", "max": "42.831", "min": "41.017", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "94.56", "max": "96.103", "min": "94.307", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "170.997", "max": "172.633", "min": "170.714", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "127.492", "max": "128.057", "min": "127.232", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "181.718", "max": "184.694", "min": "181.202", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "122.908", "max": "125.305", "min": "122.434", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "110.792", "max": "111.444", "min": "110.483", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "120.611", "max": "122.321", "min": "120.259", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "339.315", "max": "340.485", "min": "338.633", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "147.29", "max": "151.311", "min": "146.91", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "115.408", "max": "116.229", "min": "115.204", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "146.651", "max": "152.427", "min": "145.748", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "135.453", "max": "138.849", "min": "134.938", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "130.288", "max": "134.218", "min": "129.38", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "97.223", "max": "103.539", "min": "96.698", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "24.282", "max": "29.727", "min": "23.919", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "193.278", "max": "195.827", "min": "192.763", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "55.763", "max": "56.03", "min": "55.574", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "11.837", "max": "13.095", "min": "11.678", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "200.286", "max": "210.264", "min": "199.146", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "23.48", "max": "26.329", "min": "23.052", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "20.173", "max": "24.514", "min": "19.62", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "166.783", "max": "167.825", "min": "166.542", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "29.97", "max": "33.043", "min": "29.678", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "32.223", "max": "33.181", "min": "32.023", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "16.297", "max": "51.037", "min": "14.047", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "244.1", "max": "245.351", "min": "243.865", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "16.676", "max": "17.482", "min": "16.492", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "26.945", "max": "50.436", "min": "24.447", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "104.423", "max": "105.685", "min": "104.146", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "157.614", "max": "158.015", "min": "157.284", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "43.93", "max": "45.783", "min": "43.366", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "268.502", "max": "308.767", "min": "260.223", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "139.287", "max": "140.494", "min": "138.971", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "247.889", "max": "353.446", "min": "241.662", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "143.638", "max": "144.203", "min": "143.319", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "389.022", "max": "391.527", "min": "388.305", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "26.361", "max": "28.325", "min": "26.157", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "93.766", "max": "95.74", "min": "93.479", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "107.457", "max": "107.895", "min": "107.252", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "185.333", "max": "185.63", "min": "185.192", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.926", "max": "100.802", "min": "98.634", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "173.878", "max": "174.894", "min": "173.659", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "297.325", "max": "300.838", "min": "296.695", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "101.366", "max": "107.614", "min": "100.524", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "122.052", "max": "122.729", "min": "121.841", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "29.434", "max": "33.701", "min": "29.063", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "161.487", "max": "163.137", "min": "161.147", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "37.245", "max": "37.513", "min": "37.094", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "22.953", "max": "24.042", "min": "22.621", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "28.117", "max": "40.488", "min": "27.262", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "22.906", "max": "23.061", "min": "22.775", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "35.312", "max": "39.711", "min": "34.777", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "76.212", "max": "76.627", "min": "76.048", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "40.187", "max": "42.5", "min": "39.974", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "68.47", "max": "72.787", "min": "67.911", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "48.614", "max": "51.952", "min": "48.278", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "27.958", "max": "29.993", "min": "27.491", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "32.633", "max": "32.919", "min": "32.467", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "27.361", "max": "27.517", "min": "27.126", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "12.422", "max": "16.456", "min": "12.129", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "62.415", "max": "64.271", "min": "62.112", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "47.735", "max": "54.241", "min": "46.557", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "54.022", "max": "130.557", "min": "26.73", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "30.718", "max": "31.915", "min": "30.374", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "82.667", "max": "84.112", "min": "82.282", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "29.845", "max": "44.779", "min": "28.591", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "17.326", "max": "18.574", "min": "16.917", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "26.474", "max": "30.414", "min": "25.684", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "211.369", "max": "240.043", "min": "209.791", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "11.889", "max": "12.51", "min": "11.737", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "15.884", "max": "16.241", "min": "15.694", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "15.41", "max": "16.802", "min": "15.212", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "201.776", "max": "208.168", "min": "199.615", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "43.981", "max": "45.422", "min": "43.726", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "25.069", "max": "27.032", "min": "24.633", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "36.14", "max": "37.193", "min": "35.87", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "34.137", "max": "35.898", "min": "33.817", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "312.31", "max": "320.288", "min": "310.021", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "114.787", "max": "119.334", "min": "114.169", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "278.931", "max": "282.028", "min": "274.747", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "159.247", "max": "163.1", "min": "158.751", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "27.911", "max": "28.559", "min": "27.679", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "139.591", "max": "139.839", "min": "139.36", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "183.081", "max": "183.738", "min": "182.774", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "24.77", "max": "25.925", "min": "24.541", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "68.215", "max": "69.591", "min": "67.807", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "33.688", "max": "35.054", "min": "33.267", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "24.617", "max": "25.703", "min": "24.195", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "116.097", "max": "116.642", "min": "115.867", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "130.682", "max": "131.008", "min": "130.387", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "193.374", "max": "193.629", "min": "193.113", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "98.372", "max": "100.601", "min": "98.126", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.566", "max": "24.115", "min": "23.285", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "110.22", "max": "110.378", "min": "110.062", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "24.288", "max": "25.028", "min": "24.038", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "215.006", "max": "220.968", "min": "214.193", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "138.221", "max": "146.13", "min": "134.913", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "34.903", "max": "35.395", "min": "34.752", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "61.97", "max": "65.814", "min": "61.253", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "176.484", "max": "180.891", "min": "175.126", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "124.165", "max": "126.031", "min": "123.681", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "256.856", "max": "257.073", "min": "256.687", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "83.213", "max": "92.32", "min": "82.505", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "50.147", "max": "51.284", "min": "49.899", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "29.135", "max": "30.704", "min": "28.842", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "69.541", "max": "69.739", "min": "69.322", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "113.274", "max": "115.034", "min": "112.85", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "105.431", "max": "110.873", "min": "105.004", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "78.544", "max": "86.256", "min": "76.875", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.429", "max": "199.584", "min": "196.931", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "108.565", "max": "110.41", "min": "107.79", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "75.144", "max": "75.551", "min": "74.994", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "119.61", "max": "120.184", "min": "119.274", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "42.091", "max": "46.581", "min": "41.316", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "192.758", "max": "198.527", "min": "188.937", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "208.837", "max": "208.837", "min": "208.837", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "32.591", "max": "38.399", "min": "32.138", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "17.068", "max": "17.778", "min": "16.924", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "128.806", "max": "131.004", "min": "128.054", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "48.823", "max": "62.693", "min": "39.747", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "26.165", "max": "30.261", "min": "25.821", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "224.421", "max": "224.8", "min": "224.213", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "83.455", "max": "85.678", "min": "82.798", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "125.148", "max": "140.301", "min": "124.258", "id": "28", "country": "Slovenia", "source_name": "Ljubljana", "destination_name": "Lansing", "destination_id": "295" } } }, "32": { "name": "Warsaw", "data": { "0": { "avg": "220.378", "max": "221.046", "min": "220.137", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "280.817", "max": "281.086", "min": "280.647", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.952", "max": "112.166", "min": "111.801", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "15.246", "max": "20.822", "min": "13.73", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "30.878", "max": "32.193", "min": "30.644", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "248.713", "max": "249.019", "min": "248.558", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "29.8", "max": "30.46", "min": "29.624", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.246", "max": "296.542", "min": "289.338", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "57.549", "max": "57.744", "min": "57.389", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "45.142", "max": "46.464", "min": "44.911", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "31.245", "max": "32.295", "min": "31.033", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "141.256", "max": "158.137", "min": "140.481", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "96.725", "max": "96.944", "min": "96.627", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "109.508", "max": "110.07", "min": "109.302", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "139.601", "max": "139.886", "min": "139.45", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "114.156", "max": "114.77", "min": "113.656", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "40.706", "max": "41.045", "min": "40.402", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "119.56", "max": "119.806", "min": "119.445", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "39.036", "max": "39.245", "min": "38.836", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "30.837", "max": "31.083", "min": "30.691", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "314.175", "max": "314.409", "min": "314.049", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "120.804", "max": "121.03", "min": "120.668", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "172.937", "max": "173.842", "min": "172.729", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "174.102", "max": "183.201", "min": "173.58", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "18.265", "max": "18.598", "min": "18.033", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "37.326", "max": "37.859", "min": "37.175", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "30.104", "max": "30.569", "min": "29.962", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "48.743", "max": "50.027", "min": "48.533", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "20.796", "max": "20.919", "min": "20.707", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "158.344", "max": "159.414", "min": "158.036", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "186.792", "max": "187.128", "min": "186.66", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "0.049", "max": "0.1", "min": "0.011", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "160.191", "max": "160.696", "min": "159.952", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "22.055", "max": "22.255", "min": "21.958", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "25.435", "max": "26.12", "min": "25.245", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "179.371", "max": "181.435", "min": "178.92", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.207", "max": "173.472", "min": "173.113", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "168.94", "max": "169.199", "min": "168.731", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "137.257", "max": "138.288", "min": "137.074", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "106.7", "max": "106.949", "min": "106.418", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "176.115", "max": "183.539", "min": "175.619", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "30.105", "max": "32.194", "min": "29.688", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "61.711", "max": "61.958", "min": "61.583", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "56.277", "max": "56.489", "min": "56.091", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "181.797", "max": "182.094", "min": "181.687", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "39.758", "max": "40.178", "min": "39.403", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "32.358", "max": "33.113", "min": "32.165", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "187.219", "max": "187.394", "min": "187.068", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "261.967", "max": "262.557", "min": "261.778", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "146.173", "max": "146.427", "min": "146.062", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "108.88", "max": "109.532", "min": "108.725", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "169.38", "max": "169.887", "min": "169.212", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "56.962", "max": "68.27", "min": "47.208", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "128.596", "max": "128.913", "min": "128.302", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "172.147", "max": "180.246", "min": "168.631", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "281.736", "max": "282.301", "min": "281.507", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "53.96", "max": "55.543", "min": "53.105", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "323.313", "max": "325.148", "min": "323.061", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "38.097", "max": "39.173", "min": "37.861", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "26.297", "max": "26.571", "min": "26.175", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "74.208", "max": "75.87", "min": "73.672", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "88.215", "max": "144.474", "min": "83.163", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "199.372", "max": "201.629", "min": "198.918", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "330.869", "max": "331.214", "min": "330.71", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.791", "max": "46.682", "min": "45.613", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "43.234", "max": "43.486", "min": "43.131", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "100.289", "max": "100.654", "min": "100.169", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "56.007", "max": "56.398", "min": "55.585", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "234.326", "max": "236.705", "min": "233.392", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "144.374", "max": "146.271", "min": "144.19", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "262.601", "max": "263.681", "min": "262.21", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "170.033", "max": "171.108", "min": "169.725", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "174.633", "max": "176.222", "min": "174.422", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "122.829", "max": "123.168", "min": "122.688", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "77.178", "max": "77.843", "min": "76.913", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "73.37", "max": "136.645", "min": "38.809", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "117.421", "max": "117.712", "min": "117.287", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "163.205", "max": "166.97", "min": "162.746", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "118.419", "max": "122.137", "min": "118.028", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "118.371", "max": "118.626", "min": "118.21", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "166.782", "max": "167.168", "min": "166.594", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "114.959", "max": "115.458", "min": "114.704", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "212.145", "max": "223.554", "min": "210.923", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "176.648", "max": "177.478", "min": "176.301", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "149.364", "max": "149.623", "min": "149.206", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "82.615", "max": "84.004", "min": "82.163", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "40.111", "max": "43.813", "min": "39.753", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "133.42", "max": "133.76", "min": "133.242", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "125.872", "max": "127.145", "min": "125.629", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "40.02", "max": "44.997", "min": "39.407", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "138.155", "max": "140.756", "min": "137.382", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "166.855", "max": "169.007", "min": "166.496", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "50.633", "max": "50.872", "min": "50.524", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "315.157", "max": "315.452", "min": "314.996", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "111.238", "max": "111.479", "min": "111.12", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.402", "max": "134.264", "min": "131.018", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "179.628", "max": "179.987", "min": "179.311", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "169.188", "max": "197.385", "min": "167.346", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "173.38", "max": "175.83", "min": "173.158", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "120.965", "max": "123.146", "min": "120.659", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "145.276", "max": "145.675", "min": "145.121", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "174.353", "max": "174.72", "min": "174.174", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "46.396", "max": "47.258", "min": "46.189", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "333.647", "max": "339.653", "min": "332.892", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "134.269", "max": "135.027", "min": "134.049", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "338.144", "max": "356.067", "min": "301.887", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.896", "max": "194.096", "min": "191.582", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "101.33", "max": "101.505", "min": "101.141", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "132.189", "max": "132.723", "min": "131.912", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "200.4", "max": "200.753", "min": "200.245", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "285.339", "max": "285.998", "min": "285.093", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.607", "max": "297.985", "min": "297.472", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "96.693", "max": "96.937", "min": "96.582", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "150.427", "max": "153.884", "min": "149.998", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "410.573", "max": "532.609", "min": "263.774", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "118.51", "max": "197.124", "min": "45.467", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "190.183", "max": "212.369", "min": "188.581", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "270.153", "max": "270.558", "min": "269.979", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "140.947", "max": "141.44", "min": "140.766", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "129.85", "max": "131.652", "min": "129.427", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "139.221", "max": "139.559", "min": "138.972", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "212.509", "max": "368.591", "min": "132.387", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "210.305", "max": "211.026", "min": "210.115", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "52.283", "max": "264.944", "min": "44.117", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "25.286", "max": "25.566", "min": "25.186", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "38.874", "max": "40.066", "min": "38.343", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "97.386", "max": "97.737", "min": "97.212", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "197.838", "max": "198.933", "min": "197.508", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "143.306", "max": "143.763", "min": "143.063", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "193.127", "max": "193.83", "min": "192.952", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "134.631", "max": "135.042", "min": "134.401", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "122.786", "max": "122.982", "min": "122.586", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "128.192", "max": "128.642", "min": "127.972", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "310.084", "max": "311.144", "min": "309.38", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "146.827", "max": "147.072", "min": "146.717", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "92.862", "max": "93.245", "min": "92.678", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "151.642", "max": "162.721", "min": "150.079", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "139.636", "max": "140.005", "min": "139.431", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "132.614", "max": "132.876", "min": "132.374", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "95.895", "max": "100.438", "min": "95.597", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "14.081", "max": "14.54", "min": "13.863", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "200.871", "max": "203.975", "min": "200.17", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "49.739", "max": "50.246", "min": "49.581", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "49.852", "max": "50.205", "min": "49.644", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "206.151", "max": "217.195", "min": "205.215", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "20.254", "max": "21.234", "min": "19.957", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "68.179", "max": "85.117", "min": "66.911", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "171.782", "max": "172.567", "min": "171.627", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "29.467", "max": "30.082", "min": "29.362", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "37.254", "max": "37.517", "min": "37.15", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "20.601", "max": "22.658", "min": "19.895", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "262.707", "max": "262.967", "min": "262.546", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "42.339", "max": "45.21", "min": "42.071", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "32.256", "max": "64.177", "min": "30.949", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "112.702", "max": "112.939", "min": "112.546", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "166.563", "max": "166.897", "min": "166.076", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "67.522", "max": "68.496", "min": "67.263", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "315.492", "max": "361.756", "min": "307.115", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "142.325", "max": "142.694", "min": "142.105", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "261.218", "max": "336.444", "min": "253.977", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "154.461", "max": "154.683", "min": "154.29", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "397.888", "max": "398.261", "min": "397.466", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "9.643", "max": "9.878", "min": "9.539", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "97.631", "max": "98.465", "min": "97.444", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "141.85", "max": "142.134", "min": "141.535", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "194.983", "max": "195.259", "min": "194.855", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "112.038", "max": "112.305", "min": "111.866", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "153.716", "max": "154.114", "min": "153.544", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "260.511", "max": "264.144", "min": "249.385", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "105.82", "max": "106.116", "min": "105.6", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "118.683", "max": "118.875", "min": "118.606", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.079", "max": "25.817", "min": "22.749", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "342.32", "max": "375.458", "min": "322.855", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "43.893", "max": "44.705", "min": "43.735", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "32.41", "max": "32.827", "min": "32.214", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "52.161", "max": "75.915", "min": "50.909", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "33.058", "max": "33.287", "min": "32.945", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "36.838", "max": "37.615", "min": "36.606", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "73.255", "max": "74.087", "min": "73.013", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "57.187", "max": "57.421", "min": "57.049", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "85.991", "max": "86.625", "min": "85.733", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "64.025", "max": "64.298", "min": "63.849", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "29.658", "max": "32.239", "min": "29.445", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "36.737", "max": "37.019", "min": "36.605", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "23.362", "max": "23.974", "min": "23.176", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "28.395", "max": "28.691", "min": "28.187", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "72.767", "max": "73.701", "min": "72.365", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "37.944", "max": "50.511", "min": "36.389", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "35.207", "max": "47.572", "min": "22.167", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "27.783", "max": "27.975", "min": "27.532", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "70.878", "max": "71.932", "min": "70.643", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "5.383", "max": "6.055", "min": "5.152", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "48.049", "max": "48.634", "min": "47.637", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "30.682", "max": "39.393", "min": "30.025", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "310.534", "max": "312.55", "min": "310.223", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "21.808", "max": "22.405", "min": "21.598", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "53.701", "max": "54.069", "min": "53.42", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "47.786", "max": "48.12", "min": "47.674", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "188.325", "max": "194.522", "min": "186.483", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "39.23", "max": "39.5", "min": "39.067", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "24.511", "max": "28.399", "min": "24.181", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "23.941", "max": "24.525", "min": "23.729", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "26.769", "max": "29.881", "min": "26.494", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "317.675", "max": "318.871", "min": "317.252", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "115.016", "max": "116.447", "min": "114.37", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "224.446", "max": "236.866", "min": "217.721", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "173.239", "max": "173.679", "min": "173.077", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "30.413", "max": "30.717", "min": "30.288", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "158.666", "max": "159.206", "min": "158.437", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "183.439", "max": "184.21", "min": "183.076", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "68.254", "max": "68.613", "min": "68.045", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "43.227", "max": "44.531", "min": "42.986", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "33.344", "max": "34.247", "min": "32.95", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "39.544", "max": "39.768", "min": "39.385", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "131.404", "max": "131.655", "min": "131.255", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "134.44", "max": "135.254", "min": "134.318", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "205.714", "max": "277.116", "min": "202.942", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "99.303", "max": "100.028", "min": "99.142", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "29.459", "max": "29.802", "min": "29.26", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "98.463", "max": "98.735", "min": "98.328", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "31.357", "max": "32.206", "min": "31.211", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "247.518", "max": "247.94", "min": "247.304", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.323", "max": "157.486", "min": "151.816", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "48.483", "max": "48.757", "min": "48.336", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "62.442", "max": "75.594", "min": "60.889", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "172.677", "max": "187.171", "min": "170.957", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "261.284", "max": "261.896", "min": "260.958", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "271.798", "max": "272.163", "min": "271.497", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "84.063", "max": "84.561", "min": "83.854", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "56.457", "max": "56.713", "min": "56.312", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "33.772", "max": "38.566", "min": "33.47", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "83.432", "max": "84.347", "min": "83.29", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "112.008", "max": "113.313", "min": "111.552", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "121.699", "max": "121.994", "min": "121.547", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "84.188", "max": "89.243", "min": "82.223", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "195.739", "max": "196.644", "min": "195.243", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "114.09", "max": "116.525", "min": "112.88", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "73.729", "max": "74.226", "min": "73.604", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "125.767", "max": "126.057", "min": "125.482", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "39.688", "max": "42.457", "min": "39.387", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "201.82", "max": "202.342", "min": "201.467", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "197.855", "max": "197.855", "min": "197.855", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "30.869", "max": "31.301", "min": "30.778", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "30.622", "max": "30.823", "min": "30.484", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "124.892", "max": "125.394", "min": "124.709", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "48.734", "max": "62.093", "min": "40.683", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "42.568", "max": "81.146", "min": "41.121", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "160.634", "max": "163.816", "min": "160.15", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "101.601", "max": "103.15", "min": "101.33", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "128.549", "max": "146.759", "min": "127.774", "id": "32", "country": "Poland", "source_name": "Warsaw", "destination_name": "Lansing", "destination_id": "295" } } }, "34": { "name": "Kiev", "data": { "0": { "avg": "231.142", "max": "231.386", "min": "231.015", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "311.471", "max": "311.778", "min": "311.284", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "143.784", "max": "143.927", "min": "143.709", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "47.864", "max": "57.052", "min": "47.003", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "48.206", "max": "48.381", "min": "48.072", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "258.735", "max": "258.982", "min": "258.591", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "41.549", "max": "42.241", "min": "41.419", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "309.622", "max": "320.129", "min": "308.714", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "44.592", "max": "45.041", "min": "44.495", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "64.584", "max": "72.839", "min": "64.058", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "48.897", "max": "49.248", "min": "48.742", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "159.224", "max": "159.322", "min": "159.13", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "118.645", "max": "118.924", "min": "118.56", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "137.258", "max": "137.721", "min": "137.089", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "143.18", "max": "143.811", "min": "143.091", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "121.229", "max": "121.851", "min": "120.972", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "58.911", "max": "59.204", "min": "58.694", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "130.461", "max": "131.219", "min": "130.345", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "57.689", "max": "58.121", "min": "57.505", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "55.611", "max": "55.835", "min": "55.515", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "317.344", "max": "317.869", "min": "317.269", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "143.455", "max": "143.536", "min": "143.311", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "181.997", "max": "182.292", "min": "181.931", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "185.179", "max": "201.197", "min": "184.53", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "39.1", "max": "39.446", "min": "38.914", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "49.881", "max": "50.868", "min": "49.739", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "58.679", "max": "59.195", "min": "58.457", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "36.52", "max": "41.518", "min": "36.181", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "31.564", "max": "31.764", "min": "31.478", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "174.607", "max": "175.076", "min": "174.358", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "202.363", "max": "202.613", "min": "202.159", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "22.102", "max": "22.353", "min": "21.964", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "176.585", "max": "189.414", "min": "175.964", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "0.033", "max": "0.088", "min": "0.027", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "37.832", "max": "39.187", "min": "37.287", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "189.103", "max": "196.725", "min": "188.524", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "178.754", "max": "179.152", "min": "178.67", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "177.913", "max": "178.136", "min": "177.76", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "146.269", "max": "146.502", "min": "146.106", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "134.341", "max": "138.06", "min": "134.008", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "191.437", "max": "200.914", "min": "190.519", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "59.919", "max": "65.219", "min": "59.363", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "75.199", "max": "75.521", "min": "75.022", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "51.592", "max": "51.938", "min": "51.407", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.079", "max": "161.383", "min": "160.974", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "43.485", "max": "44.111", "min": "43.193", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "57.842", "max": "57.97", "min": "57.747", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "200.373", "max": "203.796", "min": "200.057", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "273.923", "max": "275.04", "min": "272.693", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "161.015", "max": "161.413", "min": "160.901", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "124.807", "max": "127.417", "min": "124.59", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "189.26", "max": "189.621", "min": "189.049", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "54.807", "max": "146.073", "min": "46.616", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "146.607", "max": "146.74", "min": "146.492", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "169.51", "max": "178.138", "min": "165.768", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "298.755", "max": "299.471", "min": "298.54", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "69.912", "max": "70.987", "min": "69.169", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "345.55", "max": "346.281", "min": "345.419", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "89.593", "max": "92.762", "min": "89.206", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "42.522", "max": "43.191", "min": "42.353", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "83.718", "max": "84.495", "min": "83.269", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "92.044", "max": "151.365", "min": "89.294", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "216.499", "max": "304.772", "min": "209.359", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "236.808", "max": "236.924", "min": "236.731", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "62.77", "max": "62.919", "min": "62.649", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "63.776", "max": "64.095", "min": "63.667", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "126.681", "max": "126.953", "min": "126.567", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "74.316", "max": "74.607", "min": "73.955", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "247.913", "max": "249.566", "min": "247.393", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "156.098", "max": "156.48", "min": "156.004", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "215.73", "max": "216.885", "min": "215.562", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "180.901", "max": "181.446", "min": "180.65", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "189.632", "max": "192.874", "min": "189.305", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "148.174", "max": "148.291", "min": "148.089", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "95.514", "max": "95.817", "min": "95.39", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "50.476", "max": "50.769", "min": "50.34", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "149.612", "max": "149.972", "min": "149.445", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "182.501", "max": "182.697", "min": "182.344", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "144.725", "max": "145.113", "min": "144.483", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "132.108", "max": "133.003", "min": "131.962", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "173.8", "max": "174.345", "min": "173.615", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "121.93", "max": "122.657", "min": "121.694", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "258.676", "max": "263.095", "min": "255.361", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "168.366", "max": "168.572", "min": "168.214", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "160.69", "max": "161.225", "min": "160.58", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "98.757", "max": "99.761", "min": "98.394", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "59.173", "max": "65.418", "min": "58.524", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "151.486", "max": "151.683", "min": "151.317", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "154.674", "max": "156.663", "min": "154.498", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "51.479", "max": "53.419", "min": "51.199", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "155.43", "max": "157.172", "min": "154.901", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.863", "max": "181.338", "min": "180.637", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "63.301", "max": "63.913", "min": "63.221", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "338.33", "max": "340.21", "min": "338.131", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "123.996", "max": "124.387", "min": "123.714", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "151.59", "max": "151.719", "min": "151.46", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "199.236", "max": "199.699", "min": "198.902", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "175.17", "max": "181.967", "min": "174.137", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "181.992", "max": "182.409", "min": "181.862", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "144.803", "max": "147.133", "min": "144.499", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "153.766", "max": "153.979", "min": "153.699", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "193.991", "max": "194.207", "min": "193.75", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "60.303", "max": "60.644", "min": "60.196", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "363.488", "max": "371.623", "min": "362.635", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "144.942", "max": "146.124", "min": "144.713", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "358.538", "max": "371.552", "min": "322.417", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "213.764", "max": "215.184", "min": "213.646", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "122.156", "max": "122.475", "min": "121.91", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "148.566", "max": "148.783", "min": "148.447", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "164.688", "max": "166.865", "min": "164.418", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "331.804", "max": "332.711", "min": "331.624", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "302.915", "max": "303.244", "min": "302.74", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "130.05", "max": "130.392", "min": "129.942", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "155.888", "max": "156.741", "min": "155.67", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "408.149", "max": "520.86", "min": "241.283", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "163.372", "max": "246.357", "min": "102.216", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "207.895", "max": "208.901", "min": "207.483", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "258.327", "max": "261.027", "min": "257.848", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "165.829", "max": "166.075", "min": "165.706", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "163.997", "max": "165.238", "min": "163.696", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "155.082", "max": "164.329", "min": "154.454", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "220.269", "max": "371.682", "min": "140.887", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "239.284", "max": "239.467", "min": "239.171", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "66.226", "max": "213.763", "min": "59.015", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "45.915", "max": "46.033", "min": "45.872", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "56.929", "max": "61.391", "min": "56.279", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "123.126", "max": "126.594", "min": "121.136", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "186.416", "max": "186.695", "min": "186.235", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "141.005", "max": "141.323", "min": "140.866", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "227.659", "max": "228.206", "min": "227.535", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "158.038", "max": "160.19", "min": "157.839", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "135.857", "max": "136.06", "min": "135.74", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "140.399", "max": "140.611", "min": "140.155", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "337.736", "max": "338.408", "min": "337.225", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "160.927", "max": "161.32", "min": "160.828", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "113.971", "max": "114.209", "min": "113.867", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "166.544", "max": "174.146", "min": "164.996", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "162.323", "max": "162.767", "min": "162.08", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "152.534", "max": "152.823", "min": "152.371", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "115.06", "max": "115.335", "min": "114.914", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "51.302", "max": "51.546", "min": "51.221", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "200.712", "max": "201.656", "min": "200.356", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "44.558", "max": "44.658", "min": "44.469", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "33.79", "max": "34.433", "min": "33.638", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "221.041", "max": "230.703", "min": "219.934", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "43.484", "max": "44.463", "min": "43.303", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "59.908", "max": "65.284", "min": "59.599", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "164.165", "max": "164.445", "min": "164.09", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "48.218", "max": "48.717", "min": "48.128", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "53.88", "max": "54.058", "min": "53.769", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "35.693", "max": "39.618", "min": "34.526", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "302.941", "max": "303.11", "min": "302.875", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "70.915", "max": "72.942", "min": "70.595", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "62.684", "max": "68.278", "min": "62.162", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "136.813", "max": "136.958", "min": "136.713", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "180.04", "max": "180.75", "min": "179.652", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "49.598", "max": "51.168", "min": "49.352", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "278.474", "max": "318.918", "min": "272.078", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "157.278", "max": "157.479", "min": "157.107", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "286.517", "max": "365.051", "min": "279.72", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "154.816", "max": "155.012", "min": "154.708", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "413.788", "max": "414.126", "min": "413.526", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "29.771", "max": "30.139", "min": "29.663", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "111.047", "max": "111.356", "min": "110.906", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "72.062", "max": "72.334", "min": "71.948", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "211.258", "max": "211.479", "min": "211.173", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "52.959", "max": "53.19", "min": "52.829", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "180.499", "max": "181.042", "min": "180.305", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "231.357", "max": "248.621", "min": "206.348", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "121.862", "max": "122.014", "min": "121.746", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "145.724", "max": "145.796", "min": "145.673", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "46.63", "max": "47.027", "min": "46.539", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "178.686", "max": "178.792", "min": "178.567", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "56.284", "max": "56.824", "min": "56.2", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "40.768", "max": "43.223", "min": "40.453", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "58.865", "max": "59.055", "min": "58.788", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "56.478", "max": "56.601", "min": "56.403", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "62.933", "max": "63.471", "min": "62.654", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "82.737", "max": "83.091", "min": "82.535", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "65.969", "max": "66.073", "min": "65.899", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "23.618", "max": "25.329", "min": "23.38", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.831", "max": "69.837", "min": "68.675", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "40.793", "max": "43.257", "min": "40.476", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "46.03", "max": "46.277", "min": "45.927", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "41.949", "max": "42.386", "min": "41.758", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "48.112", "max": "48.327", "min": "47.93", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "81.448", "max": "82.79", "min": "81.157", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "59.97", "max": "76.675", "min": "58.516", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "67.34", "max": "106.005", "min": "39.507", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "47.835", "max": "51.602", "min": "47.456", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "70.761", "max": "71.604", "min": "70.528", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "27.924", "max": "46.22", "min": "27.121", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "70.577", "max": "71.114", "min": "70.154", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "44.72", "max": "46.352", "min": "44.349", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "232.516", "max": "233.095", "min": "232.339", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "39.072", "max": "39.812", "min": "38.911", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "79.236", "max": "79.702", "min": "79.018", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "44.393", "max": "44.499", "min": "44.324", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "205.663", "max": "211.85", "min": "204.279", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "75.865", "max": "76.116", "min": "75.714", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "43.939", "max": "44.673", "min": "43.732", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "41.098", "max": "42.169", "min": "40.853", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "41.426", "max": "46.999", "min": "41.004", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "332.239", "max": "338.729", "min": "331.821", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "129.598", "max": "133.415", "min": "129.165", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "234.992", "max": "236.599", "min": "228.434", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "167.426", "max": "167.735", "min": "167.266", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "47.67", "max": "48.34", "min": "47.513", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "109.099", "max": "109.593", "min": "108.901", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "200.535", "max": "200.705", "min": "200.249", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "75.979", "max": "76.381", "min": "75.828", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "79.289", "max": "79.86", "min": "79.115", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "50.516", "max": "51.679", "min": "50.105", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "41.598", "max": "43.198", "min": "41.269", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "149.172", "max": "149.292", "min": "149.124", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "158.978", "max": "159.734", "min": "158.857", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "285.996", "max": "293.358", "min": "285.576", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "119.199", "max": "119.505", "min": "119.127", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "59.325", "max": "59.495", "min": "59.211", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "127.003", "max": "127.108", "min": "126.923", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "53.585", "max": "53.743", "min": "53.484", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "248.015", "max": "522.734", "min": "238.339", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "169.412", "max": "173.729", "min": "166.488", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "56.013", "max": "56.221", "min": "55.86", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "75.681", "max": "77.837", "min": "75.036", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "191.564", "max": "203.797", "min": "190.186", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "142.003", "max": "142.5", "min": "141.692", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "265.988", "max": "266.199", "min": "265.858", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.373", "max": "85.887", "min": "85.206", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "67.905", "max": "67.975", "min": "67.831", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "42.002", "max": "42.1", "min": "41.942", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "78.658", "max": "78.981", "min": "78.531", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "125.597", "max": "129.189", "min": "125.146", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "133.803", "max": "134.144", "min": "133.679", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "91.538", "max": "93.672", "min": "90.021", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "203.17", "max": "204.856", "min": "202.268", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "131.952", "max": "134.254", "min": "130.953", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "90.344", "max": "91.004", "min": "90.223", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "140.429", "max": "140.689", "min": "140.164", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "58.8", "max": "62.637", "min": "58.5", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "198.16", "max": "199.828", "min": "196.58", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "227.071", "max": "227.071", "min": "227.071", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "57.467", "max": "57.638", "min": "57.39", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "36.056", "max": "36.557", "min": "35.95", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "157.26", "max": "158.981", "min": "156.96", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "70.173", "max": "85.62", "min": "60.159", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "49.251", "max": "50.265", "min": "49.057", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "138.14", "max": "139.104", "min": "137.998", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "73.21", "max": "73.711", "min": "72.949", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "155.185", "max": "160.335", "min": "154.666", "id": "34", "country": "Ukraine", "source_name": "Kiev", "destination_name": "Lansing", "destination_id": "295" } } }, "67": { "name": "Bucharest", "data": { "0": { "avg": "203.164", "max": "203.5", "min": "203.006", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "311.514", "max": "322.797", "min": "310.706", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "126.969", "max": "128.106", "min": "126.761", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "27.579", "max": "29.874", "min": "27.063", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "36.943", "max": "39.546", "min": "36.667", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "275.948", "max": "277.064", "min": "275.737", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "31.854", "max": "38.887", "min": "31.469", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "296.698", "max": "300.754", "min": "296.046", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "61.73", "max": "62.321", "min": "61.578", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "53.091", "max": "54.9", "min": "52.881", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "35.983", "max": "38.865", "min": "35.711", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "154.426", "max": "155.048", "min": "154.291", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "120.998", "max": "122.708", "min": "120.743", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "123.537", "max": "124.044", "min": "123.336", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "144.939", "max": "150.264", "min": "144.649", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "120.074", "max": "120.761", "min": "119.306", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "49.802", "max": "50.055", "min": "49.581", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "126.589", "max": "126.859", "min": "126.485", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "51.453", "max": "51.751", "min": "51.33", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "37.163", "max": "40.508", "min": "36.925", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "314.792", "max": "315.981", "min": "314.657", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "136.24", "max": "137.313", "min": "136.091", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "184.178", "max": "184.849", "min": "184.019", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "197.437", "max": "198.882", "min": "197.265", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "49.695", "max": "53.023", "min": "49.002", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "46.54", "max": "47.727", "min": "46.398", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "36.798", "max": "37.852", "min": "36.626", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "46.339", "max": "47.144", "min": "46.173", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "27.101", "max": "27.275", "min": "26.993", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "166.742", "max": "167.168", "min": "166.537", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "184.029", "max": "193.387", "min": "183.504", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "43.24", "max": "43.483", "min": "43.148", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "180.307", "max": "181.2", "min": "180.155", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "63.805", "max": "65.284", "min": "63.659", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "45.513", "max": "46.596", "min": "45.178", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "184.98", "max": "187.026", "min": "184.632", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "184.767", "max": "189.429", "min": "184.561", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "187.4", "max": "188.055", "min": "187.267", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "149.26", "max": "157.472", "min": "148.788", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "125.518", "max": "130.772", "min": "125.057", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "193.744", "max": "197.837", "min": "193.091", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "43.143", "max": "46.054", "min": "42.663", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "85.533", "max": "91.168", "min": "85.225", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "49.339", "max": "49.607", "min": "49.16", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "168.88", "max": "168.995", "min": "168.79", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.451", "max": "36.24", "min": "35.066", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "79.915", "max": "80.109", "min": "79.811", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "195.215", "max": "196.318", "min": "195.02", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "271.854", "max": "272.702", "min": "271.652", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "154", "max": "154.215", "min": "153.922", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "114.298", "max": "114.896", "min": "114.065", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "192.805", "max": "193.387", "min": "192.515", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "101.341", "max": "187.609", "min": "83.581", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.609", "max": "140.231", "min": "139.408", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "179.66", "max": "189.264", "min": "176.932", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "293.397", "max": "294.207", "min": "293.16", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "60.843", "max": "65.746", "min": "59.55", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "332.413", "max": "335.653", "min": "331.687", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "46.111", "max": "47.338", "min": "45.733", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "41.824", "max": "42.215", "min": "41.715", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "78.917", "max": "81.763", "min": "78.312", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "94.689", "max": "152.628", "min": "89.806", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "201.245", "max": "239.133", "min": "198.702", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "368.475", "max": "368.586", "min": "368.407", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.272", "max": "45.981", "min": "45.116", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "0.03", "max": "0.051", "min": "0.021", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "116.717", "max": "116.925", "min": "116.602", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "34.01", "max": "35.063", "min": "33.719", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "252.239", "max": "253.89", "min": "251.403", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "158.287", "max": "159.637", "min": "158.035", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "249.16", "max": "251.446", "min": "248.759", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "177.278", "max": "178.234", "min": "177.01", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "183.6", "max": "184.532", "min": "183.418", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "143.68", "max": "144.958", "min": "143.521", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "83.687", "max": "85.659", "min": "83.329", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "76.512", "max": "138.807", "min": "41.991", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "128.999", "max": "131.202", "min": "128.817", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "171.17", "max": "171.447", "min": "170.956", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "142.223", "max": "142.608", "min": "142.003", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "127.43", "max": "127.953", "min": "127.228", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "178.644", "max": "179.346", "min": "178.405", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "125.594", "max": "126.544", "min": "125.249", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "272.353", "max": "282.925", "min": "267.383", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "167.613", "max": "168.628", "min": "167.368", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "164.058", "max": "164.213", "min": "163.974", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "86.96", "max": "88.72", "min": "86.61", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "52.425", "max": "55.335", "min": "51.989", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "144.311", "max": "144.607", "min": "144.179", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "133.516", "max": "138.017", "min": "133.153", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "46.966", "max": "52.012", "min": "46.521", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "146.349", "max": "148.756", "min": "145.803", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "184.943", "max": "186.554", "min": "184.717", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "47.909", "max": "48.31", "min": "47.829", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "311.57", "max": "312.998", "min": "311.43", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "129.345", "max": "129.966", "min": "129.205", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "145.205", "max": "145.627", "min": "145.028", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "191.028", "max": "200.021", "min": "190.437", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "180.769", "max": "185.369", "min": "180.004", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "185.86", "max": "186.061", "min": "185.745", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "139.449", "max": "142.73", "min": "139.009", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "149.703", "max": "150.034", "min": "149.612", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "199.67", "max": "199.807", "min": "199.491", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "11.212", "max": "15.15", "min": "10.882", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "342.835", "max": "344.824", "min": "342.147", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "141.532", "max": "142.317", "min": "141.269", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "352.248", "max": "367.604", "min": "312.873", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "224.833", "max": "226.925", "min": "224.635", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "114.549", "max": "114.735", "min": "114.441", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "137.212", "max": "138.288", "min": "137.038", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "162.766", "max": "165.47", "min": "161.76", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "275.446", "max": "276.381", "min": "275.215", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "311.953", "max": "312.832", "min": "311.804", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "121.185", "max": "121.377", "min": "121.054", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "148.586", "max": "164.139", "min": "147.413", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "404.273", "max": "499.088", "min": "223.462", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "144.581", "max": "232.42", "min": "51.684", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "195.619", "max": "203.114", "min": "194.739", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "288.172", "max": "293.897", "min": "287.717", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "151.612", "max": "152.503", "min": "151.435", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "151.713", "max": "160.794", "min": "151.246", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "141.803", "max": "144.172", "min": "141.203", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "221.322", "max": "367.667", "min": "143.105", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "231.755", "max": "233.741", "min": "231.575", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "51.579", "max": "199.908", "min": "40.655", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "44.032", "max": "44.825", "min": "43.846", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "50.191", "max": "51.824", "min": "49.534", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "114.576", "max": "117.717", "min": "112.329", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "187.252", "max": "187.641", "min": "187.05", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "145.855", "max": "147.572", "min": "145.581", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "212.906", "max": "214.261", "min": "212.683", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "145.778", "max": "146.617", "min": "145.608", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "134.81", "max": "135.202", "min": "134.661", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "128.204", "max": "128.628", "min": "127.941", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "318.245", "max": "319.902", "min": "317.55", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "165.094", "max": "173.068", "min": "163.973", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "105.809", "max": "107.618", "min": "105.529", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "171.303", "max": "182.214", "min": "169.821", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "158.73", "max": "159.35", "min": "158.548", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "142.445", "max": "144.017", "min": "141.976", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "122.161", "max": "123.407", "min": "121.974", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "27.206", "max": "27.752", "min": "27.08", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "199.483", "max": "199.87", "min": "198.935", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "66.338", "max": "67.297", "min": "66.035", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "29.372", "max": "31.5", "min": "29.194", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "207.23", "max": "224.288", "min": "206.231", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "36.801", "max": "37.198", "min": "36.555", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "8.844", "max": "17.883", "min": "8.273", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": null, "max": null, "min": null, "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "44.779", "max": "52.196", "min": "44.306", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "55.522", "max": "55.897", "min": "55.463", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "35.883", "max": "51.166", "min": "34.13", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "299.615", "max": "304.191", "min": "299.336", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "25.222", "max": "27.488", "min": "24.885", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "55.352", "max": "55.663", "min": "55.184", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.635", "max": "129.234", "min": "125.363", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "170.205", "max": "170.943", "min": "169.798", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "53.783", "max": "55.434", "min": "53.171", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "275.928", "max": "314.89", "min": "269.25", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "157.064", "max": "157.737", "min": "156.856", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "280.908", "max": "374.052", "min": "273.989", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "168.063", "max": "168.448", "min": "167.957", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "408.45", "max": "408.81", "min": "408.07", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "38.033", "max": "39.333", "min": "37.784", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "100.424", "max": "102.467", "min": "99.955", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "111.782", "max": "113.988", "min": "111.566", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "206.542", "max": "207.506", "min": "206.307", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "116.844", "max": "117.128", "min": "116.624", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "169.564", "max": "170.896", "min": "169.245", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "266.407", "max": "267.234", "min": "266.282", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "110.004", "max": "110.289", "min": "109.738", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "133.634", "max": "134.215", "min": "133.546", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "33.503", "max": "34.849", "min": "33.244", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "337.735", "max": "373.859", "min": "319.928", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "61.766", "max": "63.803", "min": "61.586", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "44.143", "max": "45.175", "min": "43.933", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "47.421", "max": "61.735", "min": "46.706", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "39.524", "max": "40.945", "min": "39.424", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "41.793", "max": "45.891", "min": "41.303", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "81.304", "max": "84.639", "min": "80.409", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "48.681", "max": "49.455", "min": "48.522", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "85.847", "max": "91.911", "min": "85.466", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "57.943", "max": "58.402", "min": "57.814", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "37.507", "max": "38.878", "min": "37.271", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "36.966", "max": "37.995", "min": "36.814", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "32.216", "max": "32.696", "min": "32.066", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "27.481", "max": "27.664", "min": "27.349", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "49.006", "max": "51.232", "min": "48.664", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "46.93", "max": "91.171", "min": "44.565", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "56.121", "max": "69.518", "min": "40.261", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "35.424", "max": "35.844", "min": "35.314", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "46.938", "max": "49.28", "min": "46.592", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.278", "max": "47.135", "min": "46.072", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "39.528", "max": "40.235", "min": "39.159", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "47.845", "max": "50.396", "min": "47.214", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "293.845", "max": "319.91", "min": "292.485", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "23.561", "max": "23.866", "min": "23.47", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "53.362", "max": "57.746", "min": "53.03", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "34.051", "max": "37.061", "min": "33.867", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "203.344", "max": "210.038", "min": "202.134", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "45.859", "max": "46.691", "min": "45.698", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "38.875", "max": "46.097", "min": "38.096", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "35.51", "max": "36.742", "min": "35.316", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "30.857", "max": "31.379", "min": "30.636", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "338.547", "max": "348.646", "min": "337.729", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "130.328", "max": "137.36", "min": "128.904", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "330.862", "max": "332.905", "min": "330.717", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "182.203", "max": "182.756", "min": "182.078", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "34.368", "max": "35.02", "min": "34.227", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "179.805", "max": "181.17", "min": "179.567", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "205.905", "max": "206.293", "min": "205.656", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "60.494", "max": "60.731", "min": "60.354", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "22.486", "max": "23.122", "min": "22.355", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "51.651", "max": "52.444", "min": "51.33", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "46.523", "max": "48.003", "min": "46.164", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "146.138", "max": "146.568", "min": "146.059", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "152.663", "max": "152.823", "min": "152.607", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "242.041", "max": "242.58", "min": "241.856", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "203.699", "max": "205.271", "min": "203.402", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "35.595", "max": "35.827", "min": "35.498", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "118.281", "max": "118.844", "min": "118.164", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "42.017", "max": "44.469", "min": "41.785", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "243.694", "max": "246.389", "min": "243.014", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "160.843", "max": "164.29", "min": "158.432", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "56.107", "max": "56.33", "min": "55.976", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "64.847", "max": "66.467", "min": "63.936", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "174.033", "max": "186.326", "min": "172.319", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "263.489", "max": "266.288", "min": "262.911", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "276.239", "max": "277.669", "min": "275.976", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "103.809", "max": "104.255", "min": "103.688", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "70.74", "max": "74.362", "min": "70.404", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "42.145", "max": "43.424", "min": "41.981", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "65.225", "max": "65.909", "min": "65.094", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "129.665", "max": "132.487", "min": "129.085", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "131.091", "max": "131.319", "min": "130.971", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "91.085", "max": "102.973", "min": "89.068", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "190.216", "max": "191.114", "min": "189.949", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "131.312", "max": "133.187", "min": "130.433", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "77.766", "max": "82.084", "min": "77.375", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "133.552", "max": "134.834", "min": "133.197", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "62.655", "max": "67.201", "min": "61.826", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "264.79", "max": "265.12", "min": "264.67", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "212.003", "max": "212.003", "min": "212.003", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "46.745", "max": "47.196", "min": "46.655", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "44.96", "max": "45.813", "min": "44.84", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "144.776", "max": "156.2", "min": "144.075", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "69.179", "max": "76.557", "min": "63.617", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "43.707", "max": "46.774", "min": "43.478", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "202.157", "max": "203.158", "min": "201.948", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "48.825", "max": "50.102", "min": "48.343", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "146.263", "max": "150.969", "min": "146.013", "id": "67", "country": "Romania", "source_name": "Bucharest", "destination_name": "Lansing", "destination_id": "295" } } }, "69": { "name": "Varna", "data": { "0": { "avg": "241.066", "max": "261.427", "min": "238.406", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "310.168", "max": "311.821", "min": "309.694", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "135.554", "max": "136.05", "min": "135.097", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "22.571", "max": "37.365", "min": "21.278", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "44.029", "max": "44.515", "min": "43.691", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "261.314", "max": "261.612", "min": "260.966", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "39.836", "max": "40.385", "min": "39.469", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "310.928", "max": "315.319", "min": "309.991", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "86.016", "max": "86.345", "min": "85.647", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "63.782", "max": "66.493", "min": "63.165", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "50.907", "max": "51.26", "min": "50.432", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "163.918", "max": "164.778", "min": "163.536", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "113.299", "max": "114.051", "min": "112.568", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "126.595", "max": "127.199", "min": "126.207", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "143.34", "max": "156.718", "min": "142.346", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "128.506", "max": "132.002", "min": "127.976", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "53.036", "max": "53.456", "min": "52.571", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "129.375", "max": "150.569", "min": "127.402", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "56.913", "max": "57.167", "min": "56.421", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "31.017", "max": "31.22", "min": "30.675", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "322.364", "max": "322.703", "min": "322.027", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "138.719", "max": "139.215", "min": "138.09", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "175.282", "max": "182.091", "min": "174.343", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "198.03", "max": "201.657", "min": "197.599", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "51.115", "max": "51.511", "min": "50.61", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "46.651", "max": "46.972", "min": "46.374", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "38.269", "max": "42.65", "min": "37.714", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "27.504", "max": "27.846", "min": "27.021", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "43.385", "max": "43.677", "min": "43.048", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "170.018", "max": "171.082", "min": "169.499", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "255.487", "max": "256.127", "min": "255.032", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "55.919", "max": "56.245", "min": "55.568", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "176.427", "max": "182.976", "min": "175.739", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "74.295", "max": "74.575", "min": "73.955", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "41.315", "max": "42.167", "min": "40.9", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "194.755", "max": "195.956", "min": "194.391", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "181.579", "max": "181.934", "min": "181.231", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "179.406", "max": "193.757", "min": "178.342", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "142.91", "max": "143.26", "min": "142.516", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "130.46", "max": "131.959", "min": "129.941", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "185.746", "max": "190.07", "min": "185.394", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "52.384", "max": "58.043", "min": "51.283", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "86.758", "max": "87.227", "min": "86.385", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "50.375", "max": "52.048", "min": "49.914", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "172.342", "max": "183.616", "min": "171.355", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "23.326", "max": "24.415", "min": "22.713", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "66.753", "max": "67.101", "min": "66.391", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "208.423", "max": "208.764", "min": "207.979", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "260.883", "max": "261.494", "min": "260.458", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "147.331", "max": "149.148", "min": "146.933", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "119.148", "max": "119.967", "min": "118.752", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "179.681", "max": "180.195", "min": "179.297", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "121.02", "max": "131.453", "min": "110.691", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "151.042", "max": "151.458", "min": "150.706", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "181.623", "max": "189.6", "min": "178.081", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "265.384", "max": "265.913", "min": "265.067", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "81.044", "max": "89.556", "min": "80.178", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "325.285", "max": "334.085", "min": "324.495", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "87.037", "max": "88.001", "min": "86.542", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "42.117", "max": "42.499", "min": "41.791", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "96.23", "max": "99.407", "min": "95.318", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "100.679", "max": "137.649", "min": "94.5", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "202.197", "max": "294.674", "min": "191.857", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "273.22", "max": "279.768", "min": "272.307", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "41.023", "max": "41.541", "min": "40.64", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "33.996", "max": "34.401", "min": "33.57", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "119.636", "max": "120.001", "min": "119.296", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "0.027", "max": "0.038", "min": "0.01", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "252.961", "max": "260.161", "min": "251.416", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "147.626", "max": "149.052", "min": "146.959", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "233.002", "max": "237.185", "min": "232.374", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "177.643", "max": "178.176", "min": "177.1", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "191.752", "max": "195.046", "min": "191.277", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "135.484", "max": "135.897", "min": "134.913", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "99.372", "max": "100.05", "min": "98.945", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "58.559", "max": "59.14", "min": "58.055", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "130.902", "max": "131.221", "min": "130.49", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "177.158", "max": "177.576", "min": "176.76", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "136.188", "max": "137.661", "min": "135.739", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "131.251", "max": "145.868", "min": "129.87", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "168.323", "max": "168.708", "min": "167.808", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "126.021", "max": "141.609", "min": "124.692", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "232.151", "max": "243.68", "min": "231.09", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "186.672", "max": "187.145", "min": "186.297", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "160.434", "max": "172.595", "min": "158.997", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "105.586", "max": "121.222", "min": "103.895", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "54.239", "max": "56.886", "min": "53.606", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "138.071", "max": "141.621", "min": "137.646", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "148.48", "max": "148.797", "min": "148.062", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "50.322", "max": "62.44", "min": "48.888", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "140.347", "max": "154.026", "min": "138.81", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.029", "max": "189.695", "min": "178.827", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "64.363", "max": "64.702", "min": "64.033", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "323.741", "max": "324.031", "min": "323.336", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "121.171", "max": "131.071", "min": "120.099", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "147.72", "max": "148.44", "min": "146.936", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "205.409", "max": "205.721", "min": "205.026", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "178.046", "max": "194.096", "min": "176.502", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "184.154", "max": "184.551", "min": "183.795", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "142.942", "max": "149.88", "min": "142.25", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": null, "max": null, "min": null, "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "195.04", "max": "195.713", "min": "194.611", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "72.374", "max": "89.82", "min": "71.301", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "350.095", "max": "353.567", "min": "349.104", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "135.901", "max": "136.553", "min": "135.392", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "205.898", "max": "226.566", "min": "204.104", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "115.551", "max": "115.862", "min": "115.115", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "138.877", "max": "141.76", "min": "138.43", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "170.664", "max": "183.299", "min": "169.241", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "272.314", "max": "272.884", "min": "271.784", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "278.744", "max": "292.131", "min": "277.429", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "113.618", "max": "113.993", "min": "113.31", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.17", "max": "162.708", "min": "151.931", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "393.659", "max": "516.286", "min": "233.225", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "107.33", "max": "166.892", "min": "51.374", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "212.897", "max": "219.454", "min": "212.178", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "258.789", "max": "262.986", "min": "258.271", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "158.809", "max": "159.072", "min": "158.447", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "144.801", "max": "146.615", "min": "144.199", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "147.527", "max": "148.083", "min": "147.066", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "205.454", "max": "365.213", "min": "134.694", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "225.225", "max": "225.647", "min": "224.821", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "63.382", "max": "218.777", "min": "55.994", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "66.584", "max": "66.863", "min": "66.152", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "59.824", "max": "61.208", "min": "59.105", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "113.491", "max": "129.39", "min": "112.158", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "200.024", "max": "200.592", "min": "199.534", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "141.226", "max": "155.711", "min": "138.759", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "214.564", "max": "215.01", "min": "214.014", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "139.618", "max": "140.202", "min": "139.247", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "128.875", "max": "131.333", "min": "128.363", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "138.784", "max": "147.279", "min": "137.341", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "338.774", "max": "340.202", "min": "337.785", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "158.201", "max": "158.683", "min": "157.724", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "114.676", "max": "121.909", "min": "114.023", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "167.8", "max": "173.569", "min": "166.842", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "153.365", "max": "169.802", "min": "152.211", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "144.924", "max": "145.416", "min": "144.465", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "117.095", "max": "117.862", "min": "116.639", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "21.745", "max": "22.268", "min": "21.348", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "228.709", "max": "229.519", "min": "228.278", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "72.346", "max": "72.798", "min": "72.058", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "18.103", "max": "18.408", "min": "17.793", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "213.794", "max": "223.771", "min": "212.994", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "59.533", "max": "60.347", "min": "59.177", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "8.483", "max": "15.808", "min": "7.765", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "165.289", "max": "166.035", "min": "164.846", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "50.491", "max": "63.771", "min": "49.475", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "47.314", "max": "47.659", "min": "46.982", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "37.206", "max": "49.797", "min": "35.183", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "236.272", "max": "236.613", "min": "235.931", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "17.383", "max": "24.02", "min": "16.977", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "47.176", "max": "95.642", "min": "45.022", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "123.448", "max": "131.372", "min": "122.44", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "172.791", "max": "173.522", "min": "172.334", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "73.817", "max": "74.611", "min": "73.285", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "279.387", "max": "329.938", "min": "271.453", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "149.406", "max": "149.862", "min": "148.906", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "286.552", "max": "359.609", "min": "278.852", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "149.637", "max": "158.546", "min": "148.537", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "422.235", "max": "422.653", "min": "421.787", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "70.324", "max": "70.642", "min": "70.029", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "113.425", "max": "115.608", "min": "112.99", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "145.26", "max": "148.003", "min": "144.496", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "228.569", "max": "228.861", "min": "228.225", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "113.815", "max": "121.727", "min": "112.908", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "172.948", "max": "173.267", "min": "172.532", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "240.842", "max": "248.369", "min": "239.977", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "118.717", "max": "119.011", "min": "118.34", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "137.41", "max": "137.81", "min": "136.99", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "51.409", "max": "52.814", "min": "50.773", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "173.27", "max": "173.538", "min": "172.906", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "55.403", "max": "80.363", "min": "53.359", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "52.497", "max": "54.358", "min": "51.971", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "51.798", "max": "52.079", "min": "51.392", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "50.061", "max": "50.353", "min": "49.629", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "52.841", "max": "55.906", "min": "52.285", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "100.909", "max": "101.496", "min": "100.47", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "81.117", "max": "81.384", "min": "80.76", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "82.913", "max": "84.316", "min": "82.401", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "73.027", "max": "74.409", "min": "72.527", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "57.143", "max": "59.747", "min": "56.549", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "56.216", "max": "56.592", "min": "55.88", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "56.689", "max": "57.055", "min": "56.341", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "32.13", "max": "32.893", "min": "31.734", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "92.692", "max": "93.149", "min": "92.171", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "43.118", "max": "54.642", "min": "41.721", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "78.856", "max": "139.67", "min": "49.593", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "44.839", "max": "45.256", "min": "44.378", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "87.828", "max": "88.401", "min": "87.472", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "70.458", "max": "71.073", "min": "70.099", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "42.413", "max": "42.934", "min": "41.733", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "41.701", "max": "43.284", "min": "41.145", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "233.729", "max": "234.062", "min": "233.395", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "39.305", "max": "39.685", "min": "38.899", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "100.061", "max": "100.458", "min": "99.743", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "30.519", "max": "45.276", "min": "29.252", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "210.739", "max": "216.137", "min": "208.836", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "28.123", "max": "28.873", "min": "27.915", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "43.824", "max": "51.835", "min": "42.581", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "54.829", "max": "55.639", "min": "54.453", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "57.592", "max": "60.221", "min": "56.034", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "308.881", "max": "324.879", "min": "305.183", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "126.753", "max": "133.987", "min": "125.497", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "244.388", "max": "257.892", "min": "237.962", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "178.318", "max": "178.883", "min": "177.893", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "43.177", "max": "43.77", "min": "42.724", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "166.324", "max": "167.169", "min": "165.956", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "199.885", "max": "200.231", "min": "199.516", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "80.842", "max": "81.235", "min": "80.386", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "20.124", "max": "20.5", "min": "19.698", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "52.282", "max": "54.026", "min": "51.538", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "57.674", "max": "58.072", "min": "57.252", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "137.291", "max": "137.697", "min": "136.934", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "144.735", "max": "152.693", "min": "143.997", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "268.244", "max": "271.513", "min": "267.548", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "118.995", "max": "132.835", "min": "117.953", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "62.377", "max": "62.816", "min": "61.942", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "120.452", "max": "126.481", "min": "119.897", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "52.757", "max": "53.12", "min": "52.302", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "282.542", "max": "783.644", "min": "263.154", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.439", "max": "163.635", "min": "150.754", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "60.927", "max": "71.729", "min": "59.921", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "68.411", "max": "76.577", "min": "67.436", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "179.218", "max": "183.301", "min": "177.954", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "154.326", "max": "155.558", "min": "153.73", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "213.115", "max": "229.774", "min": "212.057", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "43.102", "max": "43.555", "min": "42.668", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "64.461", "max": "64.748", "min": "64.093", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "57.131", "max": "57.399", "min": "56.747", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "68.025", "max": "80.433", "min": "67.225", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "124.954", "max": "139.837", "min": "123.338", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "128.629", "max": "130.677", "min": "128.147", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "92.629", "max": "104.983", "min": "90.247", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "210.215", "max": "218.329", "min": "209.46", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "123.41", "max": "131.279", "min": "121.591", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "87.343", "max": "89.806", "min": "86.78", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "134.772", "max": "135.222", "min": "134.505", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "70.046", "max": "85.762", "min": "68.885", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "228.099", "max": "245.717", "min": "223.457", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "217.547", "max": "217.547", "min": "217.547", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "47.821", "max": "60.81", "min": "46.341", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "49.71", "max": "50.044", "min": "49.336", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "149.562", "max": "150.05", "min": "149.035", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "72.733", "max": "83.597", "min": "66.544", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "46.441", "max": "46.813", "min": "46.119", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "187.869", "max": "207.697", "min": "186.359", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "137.483", "max": "140.523", "min": "136.987", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "140.164", "max": "140.405", "min": "139.948", "id": "69", "country": "Bulgaria", "source_name": "Varna", "destination_name": "Lansing", "destination_id": "295" } } }, "104": { "name": "Chisinau", "data": { "0": { "avg": "223.756", "max": "224.857", "min": "223.543", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "312.058", "max": "312.975", "min": "311.731", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "149.588", "max": "150.906", "min": "149.27", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "36.545", "max": "41.898", "min": "35.929", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "47.392", "max": "47.998", "min": "47.209", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "295.635", "max": "296.814", "min": "295.433", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "38.846", "max": "39.102", "min": "38.682", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "323.718", "max": "332.796", "min": "322.985", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "55.157", "max": "55.608", "min": "55.031", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "73.462", "max": "73.79", "min": "73.279", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "48.262", "max": "48.724", "min": "48.036", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "194.115", "max": "204.738", "min": "193.266", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "127.229", "max": "128.141", "min": "127.039", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "136.477", "max": "138.531", "min": "136.276", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "151.829", "max": "152.005", "min": "151.688", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "130.207", "max": "131.22", "min": "129.927", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "69.428", "max": "72.478", "min": "69.004", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "137.778", "max": "137.923", "min": "137.659", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "63.962", "max": "64.185", "min": "63.813", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "38.415", "max": "41.095", "min": "38.157", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "322.068", "max": "324.598", "min": "321.825", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "145.349", "max": "145.716", "min": "145.201", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "188.621", "max": "189.653", "min": "188.385", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "202.22", "max": "204.505", "min": "201.984", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "54.269", "max": "54.744", "min": "53.961", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "57.54", "max": "58.418", "min": "57.371", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "47.276", "max": "48.203", "min": "47.076", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "34.515", "max": "34.641", "min": "34.382", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "34.498", "max": "34.709", "min": "34.383", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "172.866", "max": "174.78", "min": "172.447", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "192.821", "max": "193.229", "min": "192.634", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "46.395", "max": "47.177", "min": "46.254", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "211.329", "max": "211.927", "min": "211.165", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "60.339", "max": "60.469", "min": "60.253", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "53.355", "max": "54.703", "min": "53.047", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "278.871", "max": "279.328", "min": "278.676", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "192.657", "max": "193.254", "min": "192.55", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "176.043", "max": "176.396", "min": "175.78", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "159.643", "max": "159.878", "min": "159.46", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "138.391", "max": "139.682", "min": "138.202", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "197.886", "max": "203.587", "min": "197.178", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "52.049", "max": "56.995", "min": "51.442", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "93.499", "max": "93.647", "min": "93.403", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "57.413", "max": "66.454", "min": "56.875", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "179.505", "max": "185.339", "min": "179.185", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "31.292", "max": "32.11", "min": "30.877", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "77.065", "max": "78.154", "min": "76.813", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "205.983", "max": "207.072", "min": "205.741", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "291.233", "max": "293.777", "min": "289.894", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "164.629", "max": "164.75", "min": "164.534", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "126.913", "max": "132.4", "min": "126.478", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "201.408", "max": "201.828", "min": "201.114", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "112.233", "max": "123.637", "min": "97.481", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "136.981", "max": "137.287", "min": "136.767", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "184.524", "max": "202.174", "min": "180.036", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "216.54", "max": "217.822", "min": "216.26", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "68.155", "max": "71.187", "min": "67.379", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "339.043", "max": "339.204", "min": "338.912", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "46.72", "max": "47.339", "min": "46.358", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "53.274", "max": "55.836", "min": "53.068", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "90.962", "max": "94.758", "min": "90.096", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "108.208", "max": "174.81", "min": "102.51", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "209.609", "max": "282.628", "min": "206.489", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "405.097", "max": "423.941", "min": "404.214", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "56.07", "max": "57.462", "min": "55.892", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "11.386", "max": "19.002", "min": "10.928", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "129.599", "max": "129.801", "min": "129.501", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "72.105", "max": "80.597", "min": "71.366", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "256.123", "max": "257.949", "min": "255.525", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "183.349", "max": "183.583", "min": "183.195", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "256.206", "max": "258.795", "min": "255.901", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "185.739", "max": "186.369", "min": "185.372", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "191.58", "max": "192.62", "min": "191.263", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "154.112", "max": "154.293", "min": "153.992", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "90.34", "max": "90.682", "min": "90.171", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "51.208", "max": "51.407", "min": "51.052", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "149.516", "max": "150.417", "min": "149.297", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "179.654", "max": "179.9", "min": "179.485", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "142.779", "max": "150.201", "min": "142.205", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "142.057", "max": "142.282", "min": "141.911", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "172.909", "max": "179.727", "min": "172.342", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "130.284", "max": "130.892", "min": "129.92", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "297.651", "max": "306.096", "min": "296.176", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "198.738", "max": "199.153", "min": "198.579", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "192.622", "max": "193.923", "min": "192.345", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "104.095", "max": "105.068", "min": "103.744", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "60.461", "max": "61.609", "min": "60.17", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "154.724", "max": "154.862", "min": "154.609", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "149.641", "max": "150.623", "min": "149.334", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "58.035", "max": "63.039", "min": "57.603", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "162.752", "max": "165.268", "min": "161.977", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "196.311", "max": "197.967", "min": "196.101", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "56.767", "max": "57.552", "min": "56.658", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "337.097", "max": "338.525", "min": "336.783", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "145.712", "max": "146.779", "min": "145.524", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "150.26", "max": "150.475", "min": "150.098", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "193.366", "max": "194.184", "min": "193.111", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "192.776", "max": "202.379", "min": "191.636", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "194.891", "max": "195.116", "min": "194.714", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "147.238", "max": "147.902", "min": "146.968", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "161.157", "max": "161.392", "min": "161.069", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "204.327", "max": "205.568", "min": "204.081", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "0.034", "max": "0.124", "min": "0.021", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "349.632", "max": "362.653", "min": "348.842", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "155.609", "max": "156.18", "min": "155.397", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "370.615", "max": "389.268", "min": "320.75", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "218.882", "max": "220.848", "min": "218.377", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "119.36", "max": "119.559", "min": "119.212", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "139.808", "max": "144.67", "min": "139.408", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "180.915", "max": "184.534", "min": "179.821", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "289.177", "max": "289.552", "min": "288.962", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "318.716", "max": "327.167", "min": "318.23", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "154.609", "max": "167.237", "min": "141.513", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "147.594", "max": "150.003", "min": "147.249", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "409.997", "max": "509.046", "min": "226.894", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "148.259", "max": "257.439", "min": "64.014", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "216.278", "max": "218.3", "min": "215.745", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "294.427", "max": "295.656", "min": "294.167", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "163.196", "max": "163.63", "min": "163.026", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "160.917", "max": "161.493", "min": "160.603", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "150.844", "max": "151.19", "min": "150.558", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "231.167", "max": "382.922", "min": "154.387", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "250.446", "max": "263.117", "min": "249.849", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "65.497", "max": "377.052", "min": "51.006", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "64.15", "max": "67.417", "min": "63.91", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "59.37", "max": "60.174", "min": "58.895", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "129.26", "max": "130.128", "min": "128.535", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "199.308", "max": "200.181", "min": "199.053", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "154.907", "max": "162.933", "min": "154.388", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "221.122", "max": "228.393", "min": "220.56", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "153.181", "max": "154.263", "min": "152.861", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "143.167", "max": "143.3", "min": "143.025", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "147.529", "max": "149.775", "min": "147.269", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "327.215", "max": "329.059", "min": "326.502", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "171.825", "max": "173.113", "min": "171.663", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "113.719", "max": "114.382", "min": "113.461", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "178.974", "max": "186.661", "min": "177.602", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "155.346", "max": "156.255", "min": "155.019", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "149.104", "max": "150.974", "min": "148.761", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "135.232", "max": "144.453", "min": "134.567", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "26.293", "max": "26.597", "min": "26.108", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "206.051", "max": "206.879", "min": "205.66", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "56.114", "max": "56.897", "min": "55.907", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "27.127", "max": "27.259", "min": "27.05", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "217.002", "max": "221.122", "min": "216.36", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "52.234", "max": "53.392", "min": "51.739", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "18.999", "max": "19.786", "min": "18.834", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "172.847", "max": "173.117", "min": "172.73", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "59.041", "max": "63.828", "min": "58.741", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "63.584", "max": "64.719", "min": "63.362", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "43.225", "max": "52.003", "min": "42.006", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "284.728", "max": "286.188", "min": "284.533", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "32.306", "max": "36.697", "min": "31.885", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "42.665", "max": "42.999", "min": "42.487", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "135.121", "max": "140.703", "min": "134.818", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "172.074", "max": "175.462", "min": "171.477", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "59.604", "max": "61.833", "min": "59.133", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "334.463", "max": "389.373", "min": "325.336", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "152.953", "max": "153.331", "min": "152.781", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "291.271", "max": "387.372", "min": "285.382", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "181.886", "max": "183.139", "min": "181.683", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "432.11", "max": "433.07", "min": "431.721", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "48.785", "max": "49.057", "min": "48.583", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "109.584", "max": "110.218", "min": "109.383", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "135.735", "max": "135.964", "min": "135.64", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "215.431", "max": "216.712", "min": "215.2", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "107.098", "max": "115.653", "min": "106.486", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "177.033", "max": "178.572", "min": "176.823", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "262.701", "max": "263.084", "min": "262.543", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "119.453", "max": "119.898", "min": "119.284", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "140.308", "max": "140.454", "min": "140.213", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "44.176", "max": "50.602", "min": "43.613", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "177.516", "max": "178.25", "min": "177.397", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "62.333", "max": "64.097", "min": "62.037", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "44.89", "max": "47.681", "min": "44.594", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "67.323", "max": "85.155", "min": "66.52", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "47.834", "max": "48.362", "min": "47.65", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "59.066", "max": "59.931", "min": "58.727", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "89.435", "max": "90.966", "min": "89.179", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "49.774", "max": "57.232", "min": "49.337", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "73.308", "max": "75.224", "min": "72.963", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "71.46", "max": "71.981", "min": "71.249", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "40.831", "max": "43.132", "min": "40.443", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "69.062", "max": "70.139", "min": "68.214", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "39.445", "max": "39.568", "min": "39.277", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "48.904", "max": "49.163", "min": "48.723", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "77.265", "max": "79.778", "min": "76.866", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "51.993", "max": "70.487", "min": "50.627", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "72.419", "max": "121.058", "min": "46.755", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "49.284", "max": "49.566", "min": "49.159", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "70.854", "max": "78.198", "min": "70.291", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "59.936", "max": "77.721", "min": "58.865", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "55.406", "max": "55.84", "min": "54.931", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "58.86", "max": "65.082", "min": "58.154", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "369.473", "max": "375.755", "min": "369.098", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "38.98", "max": "44.765", "min": "38.535", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "64.68", "max": "64.917", "min": "64.461", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "50.882", "max": "52.43", "min": "50.681", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "213.059", "max": "220.702", "min": "211.743", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "54.529", "max": "55.715", "min": "54.338", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "41.97", "max": "46.829", "min": "41.445", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "42.507", "max": "44.12", "min": "42.301", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "42.229", "max": "42.444", "min": "42.06", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "322.329", "max": "323.049", "min": "321.845", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "129.611", "max": "136.295", "min": "128.542", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "319.76", "max": "322.358", "min": "319.569", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "174.615", "max": "174.778", "min": "174.473", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "47.269", "max": "47.591", "min": "47.074", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "169.928", "max": "170.947", "min": "169.608", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "207.61", "max": "207.873", "min": "207.335", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "71.152", "max": "71.902", "min": "70.941", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "75.156", "max": "76.504", "min": "74.796", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "59.424", "max": "60.615", "min": "59.098", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "54.943", "max": "56.232", "min": "54.626", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "153.318", "max": "153.522", "min": "153.235", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "157.423", "max": "158.327", "min": "157.255", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "249.977", "max": "250.311", "min": "249.715", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "208.967", "max": "209.209", "min": "208.835", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "45.049", "max": "47.33", "min": "44.683", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "119.407", "max": "119.62", "min": "119.281", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "40.684", "max": "44.403", "min": "39.872", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "281.191", "max": "281.508", "min": "281.06", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "172.446", "max": "175.88", "min": "168.872", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "69.262", "max": "71.571", "min": "68.906", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "94.767", "max": "97.027", "min": "93.819", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "188.859", "max": "193.213", "min": "187.66", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "274.672", "max": "276.397", "min": "274.197", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "285.691", "max": "285.952", "min": "285.518", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "126.142", "max": "127.73", "min": "125.828", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "79.982", "max": "80.161", "min": "79.9", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "52.196", "max": "52.476", "min": "52.089", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "85.626", "max": "85.822", "min": "85.484", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "137.596", "max": "139.607", "min": "137.238", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "139.603", "max": "139.81", "min": "139.436", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "95.521", "max": "102.254", "min": "93.596", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "205.047", "max": "205.969", "min": "204.709", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "153.994", "max": "155.52", "min": "153.032", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "94.06", "max": "96.16", "min": "93.392", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "134.224", "max": "135.383", "min": "133.908", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "69.423", "max": "73.501", "min": "68.789", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "327.585", "max": "327.763", "min": "327.467", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "223.073", "max": "223.073", "min": "223.073", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "55.333", "max": "60.015", "min": "55.092", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "52.629", "max": "55.32", "min": "52.338", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "155.531", "max": "158.906", "min": "155.13", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "76.948", "max": "90.929", "min": "68.711", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "52.491", "max": "52.655", "min": "52.369", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "209.314", "max": "210.581", "min": "209.093", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "52.405", "max": "54.04", "min": "52.095", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "156.117", "max": "156.974", "min": "155.895", "id": "104", "country": "Moldova", "source_name": "Chisinau", "destination_name": "Lansing", "destination_id": "295" } } }, "126": { "name": "Siauliai", "data": { "0": { "avg": "295.121", "max": "336.566", "min": "272.759", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "292.772", "max": "385.052", "min": "289.046", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "116.448", "max": "119.332", "min": "115.606", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "31.83", "max": "86.603", "min": "28.331", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "46.202", "max": "56.811", "min": "45.25", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "266.412", "max": "270.265", "min": "265.628", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "36.106", "max": "118.322", "min": "30.403", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "311.699", "max": "373.916", "min": "307.31", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "21.979", "max": "77.548", "min": "19.575", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "19.183", "max": "38.431", "min": "17.569", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "42.417", "max": "166.134", "min": "37.563", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "153.033", "max": "317.308", "min": "146.598", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "112.751", "max": "113.977", "min": "112.273", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "118.519", "max": "375.274", "min": "108.205", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "143.498", "max": "159.726", "min": "142.552", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "120.408", "max": "222.832", "min": "115.56", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "57.307", "max": "58.363", "min": "56.932", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "126.118", "max": "181.062", "min": "123.181", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "63.393", "max": "256.005", "min": "53.185", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "29.197", "max": "30.87", "min": "28.805", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "309.381", "max": "315.865", "min": "308.599", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "135.932", "max": "138.032", "min": "135.36", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "190.802", "max": "222.531", "min": "187.905", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "181.446", "max": "240.197", "min": "177.364", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "14.95", "max": "22.177", "min": "14.082", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "39.668", "max": "50.782", "min": "38.852", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "51.18", "max": "286.423", "min": "39.567", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "29.012", "max": "46.529", "min": "27.567", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "49.562", "max": "52.52", "min": "48.788", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "169.386", "max": "225.231", "min": "166.19", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "185.927", "max": "206.495", "min": "184.163", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "45.96", "max": "77.821", "min": "44.136", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "168.025", "max": "177.654", "min": "166.653", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "60.613", "max": "83.999", "min": "59.011", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "42.38", "max": "43.289", "min": "41.911", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "191.665", "max": "242.769", "min": "188.378", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "183.849", "max": "460.375", "min": "172.792", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "163.458", "max": "164.418", "min": "163.105", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "141.811", "max": "284.909", "min": "135.994", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "113.856", "max": "114.7", "min": "113.277", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "179.222", "max": "181.262", "min": "178.288", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "46.822", "max": "74.152", "min": "44.337", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "73.872", "max": "75.457", "min": "73.321", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "14.424", "max": "17.36", "min": "13.449", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "170.085", "max": "191.731", "min": "168.674", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "55.964", "max": "57.93", "min": "55.109", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "34.237", "max": "133.128", "min": "29.643", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "207.774", "max": "441.696", "min": "199.306", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "273.906", "max": "307.157", "min": "270.579", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "152.637", "max": "255.573", "min": "148.525", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "116.826", "max": "121.701", "min": "116.158", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "189.487", "max": "382.412", "min": "182.324", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "90.212", "max": "148.46", "min": "38.616", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "135.602", "max": "155.879", "min": "133.2", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "172.424", "max": "337.153", "min": "160.546", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "294.446", "max": "434.769", "min": "288.154", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "68.408", "max": "259.79", "min": "60.735", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "333.457", "max": "390.379", "min": "331.173", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "70.718", "max": "155.213", "min": "66.574", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "43.912", "max": "51.051", "min": "43.019", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "82.21", "max": "145.138", "min": "79.346", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "95.979", "max": "310.277", "min": "84.479", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "230.474", "max": "324.259", "min": "224.605", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "305.197", "max": "520.524", "min": "297.086", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "74.967", "max": "256.418", "min": "66.871", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "50.784", "max": "296.111", "min": "40.663", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "113.614", "max": "126.237", "min": "112.218", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "64.706", "max": "213.079", "min": "56.203", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "251.494", "max": "426.766", "min": "241.324", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "161.592", "max": "165.082", "min": "160.989", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "281.347", "max": "294.151", "min": "280.069", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "177.874", "max": "426.753", "min": "168.413", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "184.266", "max": "210.471", "min": "181.824", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "79.88", "max": "80.808", "min": "79.406", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "65.053", "max": "135.478", "min": "61.957", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "135.482", "max": "290.99", "min": "128.957", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "205.273", "max": "446.273", "min": "195.058", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "130.736", "max": "136.497", "min": "129.935", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "124.661", "max": "126.73", "min": "124.141", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "164.303", "max": "167.189", "min": "163.762", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "115.525", "max": "116.831", "min": "114.965", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "239.251", "max": "241.834", "min": "238.433", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "176.823", "max": "219.412", "min": "173.413", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "164.203", "max": "323.706", "min": "152.977", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "97.675", "max": "103.578", "min": "96.946", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "55.294", "max": "116.5", "min": "50.038", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "134.071", "max": "137.076", "min": "133.292", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "129.589", "max": "173.471", "min": "126.079", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "45.203", "max": "112.964", "min": "41.578", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "142.938", "max": "382.172", "min": "133.952", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "172.306", "max": "173.224", "min": "171.938", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "62.578", "max": "99.001", "min": "58.863", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "276.793", "max": "282.253", "min": "275.829", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "128.126", "max": "225.937", "min": "118.82", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "153.729", "max": "197.026", "min": "150.465", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "182.919", "max": "244.559", "min": "177.832", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "173.41", "max": "189.569", "min": "172.317", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "187.08", "max": "372.789", "min": "178.69", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "136.072", "max": "140.007", "min": "135.324", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "137.546", "max": "139.049", "min": "137.138", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "176.942", "max": "332.068", "min": "170.82", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.553", "max": "67.786", "min": "51.061", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "355.631", "max": "494.041", "min": "346.537", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "132.043", "max": "172.934", "min": "130.123", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "218.548", "max": "226.779", "min": "217.629", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "120.104", "max": "122.111", "min": "119.367", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "157.504", "max": "158.351", "min": "157.199", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "276.182", "max": "281.045", "min": "275.399", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "305.641", "max": "308.956", "min": "303.659", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "106.333", "max": "194.978", "min": "102.553", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "176.467", "max": "405.665", "min": "162", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "392.932", "max": "514.777", "min": "248.041", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "134.804", "max": "207.536", "min": "61.049", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "194.842", "max": "208.328", "min": "193.683", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "240.736", "max": "507.691", "min": "230.886", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "157.788", "max": "284.313", "min": "150.839", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "138.758", "max": "140.39", "min": "138.085", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "145.571", "max": "170.456", "min": "143.887", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "210.306", "max": "452.025", "min": "132.056", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "219.82", "max": "222.314", "min": "219.137", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "0.035", "max": "0.115", "min": "0.021", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "12.794", "max": "71.804", "min": "8.076", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "31.181", "max": "176.922", "min": "23.808", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "114.116", "max": "233.686", "min": "103.517", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "199.245", "max": "391.579", "min": "191.959", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "159.186", "max": "300.091", "min": "148.608", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "201.528", "max": "238.993", "min": "199.781", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "143.954", "max": "346.458", "min": "129.429", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "137.215", "max": "140.182", "min": "136.526", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "132.958", "max": "135.87", "min": "132.369", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "328.07", "max": "651.278", "min": "315.434", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "151.844", "max": "234.578", "min": "148.609", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "113.636", "max": "280.066", "min": "107.189", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "159.64", "max": "172.367", "min": "157.493", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "156.293", "max": "225.269", "min": "152.73", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "150.344", "max": "201.373", "min": "144.51", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "108.701", "max": "111.224", "min": "108.166", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "36.3", "max": "249.816", "min": "28.5", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "205.428", "max": "236.981", "min": "203.436", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "20.723", "max": "21.459", "min": "20.147", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "46.623", "max": "165.302", "min": "41.96", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.694", "max": "231.848", "min": "210.257", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "34.57", "max": "36.311", "min": "33.978", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "51.174", "max": "70.38", "min": "49.47", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "154.344", "max": "155.516", "min": "153.794", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "49.665", "max": "278.317", "min": "34.639", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "41.504", "max": "123.526", "min": "38.064", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "37.193", "max": "69.343", "min": "32.061", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "239.83", "max": "450.307", "min": "226.816", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "63.467", "max": "109.037", "min": "60.56", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "45.724", "max": "76.281", "min": "44.338", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.906", "max": "184.761", "min": "122.371", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "170.436", "max": "172.131", "min": "169.799", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "50.38", "max": "211.167", "min": "44.239", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "289.24", "max": "465.858", "min": "274.789", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "149.878", "max": "150.83", "min": "149.459", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "286.419", "max": "416.105", "min": "270.275", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "156.38", "max": "163.607", "min": "155.671", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "408.075", "max": "490.314", "min": "404.519", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "9.778", "max": "139.878", "min": "3.969", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "119.701", "max": "493.714", "min": "105.586", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "90.79", "max": "126.186", "min": "88.801", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "200.787", "max": "201.606", "min": "200.366", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "113.571", "max": "233.873", "min": "108.888", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "174.175", "max": "327.848", "min": "168.007", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "282.445", "max": "314.722", "min": "280.292", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "114.389", "max": "117.802", "min": "113.816", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "123.223", "max": "128.503", "min": "0", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "38.499", "max": "163.292", "min": "33.719", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "161.684", "max": "165.047", "min": "161.063", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "46.12", "max": "96.905", "min": "43.851", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "47.241", "max": "237.263", "min": "39.471", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "59.998", "max": "229.593", "min": "41.806", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "49.865", "max": "59.911", "min": "48.517", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "49.389", "max": "53.866", "min": "48.579", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "94.199", "max": "511.774", "min": "79.231", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "69.375", "max": "186.058", "min": "64.85", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "48.224", "max": "53.592", "min": "47.584", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "79.588", "max": "196.614", "min": "70.779", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "30.969", "max": "37.719", "min": "29.962", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "36.871", "max": "39.944", "min": "36.274", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "47.921", "max": "78.9", "min": "44.744", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "28.798", "max": "256.928", "min": "19.844", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "99.915", "max": "101.381", "min": "99.392", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "55.823", "max": "160.56", "min": "51.198", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "55.814", "max": "246.51", "min": "32.986", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "50.925", "max": "52.856", "min": "50.398", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "92.084", "max": "92.844", "min": "91.672", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "27.831", "max": "55.825", "min": "26.457", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "69.206", "max": "72.388", "min": "68.299", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "38.514", "max": "58.891", "min": "37.159", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "221.915", "max": "510.252", "min": "199.685", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "43.102", "max": "46.149", "min": "42.692", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "42.142", "max": "178.639", "min": "36.858", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "35.386", "max": "51.463", "min": "34.257", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "209.606", "max": "299.355", "min": "203.899", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "55.388", "max": "71.103", "min": "54.212", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "35.838", "max": "39.064", "min": "35.216", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "37.916", "max": "69.321", "min": "34.543", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "33.595", "max": "71.307", "min": "31.762", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.927", "max": "619.639", "min": "326.736", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "114.833", "max": "314.172", "min": "105.907", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "272.471", "max": "391.21", "min": "257.234", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "191.488", "max": "315.654", "min": "182.213", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "35.931", "max": "40.344", "min": "35.371", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "131.026", "max": "145.436", "min": "130.179", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "196.017", "max": "230.797", "min": "193.424", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "46.499", "max": "47.624", "min": "46.01", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "83.846", "max": "93.53", "min": "82.587", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "49.271", "max": "198.543", "min": "43.493", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "35.082", "max": "110.233", "min": "31.824", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "129.097", "max": "133.077", "min": "128.554", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "132.782", "max": "136.58", "min": "132.235", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "283.946", "max": "448.221", "min": "276.25", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "112.446", "max": "132.88", "min": "110.893", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "38.06", "max": "39.035", "min": "37.511", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "113.391", "max": "118.492", "min": "112.877", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "48.693", "max": "140.055", "min": "44.642", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "230.725", "max": "232.777", "min": "230.139", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.675", "max": "158.124", "min": "151.9", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "65.786", "max": "208.312", "min": "59.93", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "72.454", "max": "95.076", "min": "70.546", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "195.27", "max": "259.923", "min": "190.969", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "131.055", "max": "150.504", "min": "129.418", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "215.924", "max": "431.807", "min": "208.12", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "97.61", "max": "116.401", "min": "96.448", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "68.616", "max": "91.531", "min": "67.379", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "37.228", "max": "60.89", "min": "35.898", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "91.621", "max": "171.886", "min": "87.043", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "122.393", "max": "179.971", "min": "118.763", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "121.463", "max": "208.804", "min": "117.924", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "99.354", "max": "329.428", "min": "89.554", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "213.977", "max": "229.187", "min": "199.993", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "126.764", "max": "179.732", "min": "123.258", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "80.314", "max": "80.981", "min": "79.937", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "140.392", "max": "375.682", "min": "131.57", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "52.568", "max": "115.447", "min": "48.703", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "206.678", "max": "211.814", "min": "202.889", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "214.031", "max": "214.031", "min": "214.031", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "55.457", "max": "266.652", "min": "44.889", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "41.852", "max": "295.472", "min": "30.665", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "139.975", "max": "144.583", "min": "139.067", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "68.198", "max": "167.896", "min": "56.987", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "65.833", "max": "69.811", "min": "65.312", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "193.441", "max": "203.897", "min": "192.369", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "102.222", "max": "105.615", "min": "101.724", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "133.392", "max": "137.35", "min": "132.99", "id": "126", "country": "Lithuania", "source_name": "Siauliai", "destination_name": "Lansing", "destination_id": "295" } } }, "127": { "name": "Riga", "data": { "0": { "avg": "240.219", "max": "240.346", "min": "240.089", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "296.651", "max": "297.861", "min": "296.446", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "115.992", "max": "116.083", "min": "115.928", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "36.83", "max": "42.977", "min": "36.115", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "46.66", "max": "46.853", "min": "46.554", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "253.396", "max": "253.74", "min": "253.305", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "32.955", "max": "33.169", "min": "32.886", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "310.829", "max": "322.921", "min": "309.89", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "21.759", "max": "21.868", "min": "21.695", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "8.636", "max": "9.645", "min": "8.416", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "38.103", "max": "38.478", "min": "37.919", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "144.579", "max": "161.326", "min": "143.933", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "109.578", "max": "109.629", "min": "109.523", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "106.805", "max": "107.176", "min": "106.711", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "144.488", "max": "144.786", "min": "144.382", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "109.213", "max": "109.685", "min": "109.056", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "53.569", "max": "53.76", "min": "53.432", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "129.479", "max": "129.838", "min": "129.328", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "52.277", "max": "52.47", "min": "52.151", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "33.495", "max": "33.781", "min": "33.448", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "314.685", "max": "314.789", "min": "314.613", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "131.099", "max": "131.174", "min": "131.02", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "181.781", "max": "181.864", "min": "181.712", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "167.264", "max": "167.424", "min": "167.161", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "6.498", "max": "6.885", "min": "6.343", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "32.462", "max": "32.549", "min": "32.39", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "43.881", "max": "44.494", "min": "43.756", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "28.265", "max": "29.065", "min": "28.028", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "33.682", "max": "33.79", "min": "33.609", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "168.269", "max": "168.975", "min": "167.932", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "179.922", "max": "180.108", "min": "179.805", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "25.331", "max": "26.397", "min": "25.226", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "173.645", "max": "188.141", "min": "172.964", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "45.925", "max": "46.137", "min": "45.84", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "34.055", "max": "35.587", "min": "33.8", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "197.392", "max": "199.655", "min": "197.101", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "177.764", "max": "177.803", "min": "177.726", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "166.206", "max": "166.408", "min": "166.017", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "135.318", "max": "135.758", "min": "135.164", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "117.674", "max": "118.525", "min": "117.42", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "179.334", "max": "184.366", "min": "178.831", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "42.657", "max": "45.317", "min": "42.242", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "73.699", "max": "74.364", "min": "73.553", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "7.099", "max": "7.498", "min": "7.028", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.248", "max": "161.457", "min": "161.138", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "55.388", "max": "55.893", "min": "54.884", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "21.74", "max": "21.975", "min": "21.611", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "186.351", "max": "186.678", "min": "186.207", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "280.395", "max": "280.89", "min": "280.256", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "151.831", "max": "151.961", "min": "151.778", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "117.284", "max": "117.536", "min": "117.082", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "176.467", "max": "177.657", "min": "176.231", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "108.878", "max": "119.704", "min": "102.195", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "138.522", "max": "138.676", "min": "138.394", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "177.796", "max": "203.005", "min": "173.971", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "377.351", "max": "377.837", "min": "377.159", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "60.644", "max": "66.595", "min": "59.703", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "333.687", "max": "334.314", "min": "333.571", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "62.452", "max": "64.572", "min": "62.014", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "41.31", "max": "42.012", "min": "41.197", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "80.76", "max": "81.733", "min": "80.383", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "101.455", "max": "145.105", "min": "98.47", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "210.89", "max": "275.618", "min": "204.282", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "240.63", "max": "241.123", "min": "240.545", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "72.352", "max": "73.614", "min": "72.203", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "43.954", "max": "44.166", "min": "43.892", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "110.219", "max": "110.357", "min": "110.136", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "66.612", "max": "66.97", "min": "66.316", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "246.391", "max": "248.068", "min": "245.866", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "159.521", "max": "160.817", "min": "159.362", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "323.139", "max": "323.719", "min": "323.003", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "172.967", "max": "173.429", "min": "172.768", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "183.699", "max": "185.589", "min": "183.5", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "133.378", "max": "133.486", "min": "133.309", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "83.781", "max": "84.636", "min": "83.498", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "59.832", "max": "60.001", "min": "59.731", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "132.7", "max": "132.855", "min": "132.604", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "172.624", "max": "172.814", "min": "172.419", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "132.927", "max": "144.116", "min": "132.325", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "125.271", "max": "125.48", "min": "125.061", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "164.651", "max": "165.016", "min": "164.387", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "127.642", "max": "128.477", "min": "127.235", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "259.639", "max": "263.528", "min": "259.297", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "159.989", "max": "160.467", "min": "159.847", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "153.601", "max": "153.719", "min": "153.527", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "95.738", "max": "96.753", "min": "95.397", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "48.199", "max": "51.252", "min": "47.808", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "142.477", "max": "142.667", "min": "142.356", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "133.025", "max": "133.414", "min": "132.869", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "42.394", "max": "46.416", "min": "42.018", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "136.722", "max": "139.978", "min": "136.082", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "174.551", "max": "175.144", "min": "174.313", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "58.306", "max": "58.448", "min": "58.25", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "313.571", "max": "320.59", "min": "313.106", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "115.248", "max": "116.117", "min": "115.073", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "142.818", "max": "143.41", "min": "142.692", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "181.571", "max": "181.756", "min": "181.366", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "164.392", "max": "183.293", "min": "163.205", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "176.895", "max": "177.06", "min": "176.803", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "136.959", "max": "138.614", "min": "136.71", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "139.123", "max": "139.917", "min": "139.049", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "174.324", "max": "174.724", "min": "174.168", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "63.971", "max": "64.344", "min": "63.803", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "345.325", "max": "346.6", "min": "344.931", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "133.467", "max": "133.678", "min": "133.358", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "350.705", "max": "365.941", "min": "309.08", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "211.887", "max": "213.765", "min": "211.095", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "111.429", "max": "111.691", "min": "111.203", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "127.158", "max": "127.541", "min": "126.988", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "154.324", "max": "156.932", "min": "153.624", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "332.326", "max": "336.107", "min": "325.852", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.149", "max": "297.302", "min": "296.997", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "106.808", "max": "106.95", "min": "106.715", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "160.51", "max": "169.832", "min": "159.802", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "396.214", "max": "514.224", "min": "228.955", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "140.955", "max": "240.092", "min": "69.427", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "194.576", "max": "209.171", "min": "193.769", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "271.702", "max": "272.079", "min": "271.515", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "157.444", "max": "157.844", "min": "157.304", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "141.561", "max": "143.453", "min": "141.243", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "146.919", "max": "147.268", "min": "146.598", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "210.787", "max": "376.516", "min": "133.304", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "216.966", "max": "217.648", "min": "216.848", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "19.072", "max": "158.329", "min": "8.113", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "0.023", "max": "0.042", "min": "0.017", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "19.51", "max": "20.833", "min": "19.06", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "107.231", "max": "107.423", "min": "107.129", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "185.444", "max": "186.069", "min": "185.213", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "137.369", "max": "137.656", "min": "137.201", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "195.826", "max": "197.977", "min": "195.57", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "133.226", "max": "133.377", "min": "133.079", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "131.891", "max": "132.043", "min": "131.74", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "132.47", "max": "132.808", "min": "132.214", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "320.452", "max": "321.624", "min": "320.015", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "152.676", "max": "152.93", "min": "152.628", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "105.087", "max": "105.412", "min": "104.972", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "160.113", "max": "185.244", "min": "158.354", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "153.181", "max": "153.337", "min": "153.011", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "140.724", "max": "141.1", "min": "140.496", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "113.875", "max": "113.989", "min": "113.754", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "32.843", "max": "33.265", "min": "32.708", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "311.488", "max": "317.795", "min": "310.922", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "11.608", "max": "12.049", "min": "11.496", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "29.777", "max": "29.952", "min": "29.654", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "213.293", "max": "223.372", "min": "212.624", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "35.49", "max": "36.474", "min": "35.271", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "71.412", "max": "71.952", "min": "71.31", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "168.68", "max": "168.855", "min": "168.623", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "33.077", "max": "34.474", "min": "32.903", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "35.069", "max": "35.13", "min": "35.006", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "32.546", "max": "39.406", "min": "31.099", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "225.987", "max": "226.073", "min": "225.94", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "69.48", "max": "70.19", "min": "69.348", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "42.465", "max": "73.495", "min": "41.251", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "117.193", "max": "117.428", "min": "117.096", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "171.454", "max": "171.882", "min": "171.2", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "23.004", "max": "24.413", "min": "22.74", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "281.381", "max": "329.939", "min": "273.08", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "146.407", "max": "146.665", "min": "146.193", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "153.626", "max": "153.806", "min": "153.557", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "409.359", "max": "409.705", "min": "409.073", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "5.101", "max": "5.238", "min": "5.04", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "104.451", "max": "104.846", "min": "104.186", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "80.889", "max": "80.987", "min": "80.784", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "204.64", "max": "204.862", "min": "204.559", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "67.971", "max": "68.135", "min": "67.857", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "165.021", "max": "165.379", "min": "164.885", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "237.665", "max": "240.092", "min": "236.989", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "112.07", "max": "112.238", "min": "111.94", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "118.578", "max": "119.013", "min": "118.495", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "34.445", "max": "35.517", "min": "34.257", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "178.412", "max": "178.836", "min": "178.327", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "42.328", "max": "42.512", "min": "42.253", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "37.798", "max": "38.215", "min": "37.666", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "49.017", "max": "70.194", "min": "48.018", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "47.225", "max": "47.279", "min": "47.17", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "49.928", "max": "50.573", "min": "49.65", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "102.485", "max": "102.722", "min": "102.365", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "63.494", "max": "63.663", "min": "63.409", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "35.968", "max": "36.114", "min": "35.866", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.592", "max": "69.382", "min": "68.389", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "29.428", "max": "30.363", "min": "29.318", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "33.146", "max": "33.249", "min": "33.051", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "63.694", "max": "63.775", "min": "63.602", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "47.204", "max": "47.276", "min": "47.071", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "88.397", "max": "88.664", "min": "88.209", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "56.649", "max": "64.142", "min": "55.457", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "37.919", "max": "67.212", "min": "21.415", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "37.677", "max": "37.97", "min": "37.527", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "87.704", "max": "88.455", "min": "87.511", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "27.068", "max": "43.441", "min": "26.36", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "78.338", "max": "78.86", "min": "78.004", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "37.114", "max": "50.584", "min": "36.461", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "230.875", "max": "232.476", "min": "230.726", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "44.091", "max": "44.499", "min": "43.963", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "36.062", "max": "36.242", "min": "35.875", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "35.659", "max": "35.851", "min": "35.587", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "192.248", "max": "199.208", "min": "191.254", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "57.952", "max": "58.271", "min": "57.828", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "35.424", "max": "44.522", "min": "34.942", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "33.997", "max": "34.392", "min": "33.898", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "32.604", "max": "32.811", "min": "32.322", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "284.29", "max": "284.717", "min": "284.078", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "109.415", "max": "115.945", "min": "108.665", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "243.694", "max": "245.667", "min": "237.472", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "173.5", "max": "174.438", "min": "173.385", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "36.618", "max": "36.881", "min": "36.473", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "117.779", "max": "121.228", "min": "117.38", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "198.918", "max": "199.291", "min": "198.593", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "44.749", "max": "45.036", "min": "44.584", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "84.053", "max": "84.936", "min": "83.856", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "46.56", "max": "47.816", "min": "46.177", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "33.532", "max": "34.643", "min": "33.3", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "131.196", "max": "131.359", "min": "131.145", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "139.058", "max": "140.101", "min": "138.952", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "255.292", "max": "259.678", "min": "254.886", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "111.624", "max": "111.873", "min": "111.579", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "36.078", "max": "36.438", "min": "35.937", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "110.748", "max": "110.855", "min": "110.699", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "45.041", "max": "45.239", "min": "44.917", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "267.581", "max": "270.642", "min": "267.351", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "158.932", "max": "161.774", "min": "155.282", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "49.587", "max": "49.974", "min": "49.444", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "75.155", "max": "76.069", "min": "74.447", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "186.396", "max": "189.208", "min": "185.316", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "135.332", "max": "136.08", "min": "134.978", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "210.927", "max": "211.099", "min": "210.794", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "92.593", "max": "92.96", "min": "92.441", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "67.664", "max": "67.75", "min": "67.59", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "53.896", "max": "54.032", "min": "53.85", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "66.924", "max": "67.297", "min": "66.825", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "118.759", "max": "121.679", "min": "118.29", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "120.848", "max": "121.059", "min": "120.714", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "95.25", "max": "103.233", "min": "93.048", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "192.481", "max": "198.073", "min": "191.816", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "118.067", "max": "119.896", "min": "117.172", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "79.586", "max": "80.194", "min": "79.359", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "133.868", "max": "134.231", "min": "133.544", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "54.136", "max": "58.475", "min": "53.859", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "225.822", "max": "227.976", "min": "219.122", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "215.613", "max": "215.613", "min": "215.613", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "36.004", "max": "36.067", "min": "35.954", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "34.853", "max": "35.461", "min": "34.779", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "137.517", "max": "144.472", "min": "137.006", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "62.106", "max": "76.839", "min": "54.073", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "53.319", "max": "53.481", "min": "53.213", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "210.519", "max": "212.341", "min": "210.282", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "73.953", "max": "76.406", "min": "73.6", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "130.451", "max": "132.341", "min": "130.235", "id": "127", "country": "Latvia", "source_name": "Riga", "destination_name": "Lansing", "destination_id": "295" } } }, "147": { "name": "Bratislava", "data": { "0": { "avg": "257.855", "max": "258.033", "min": "257.709", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "245.645", "max": "251.132", "min": "245.161", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "111.523", "max": "112.091", "min": "111.41", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "1.129", "max": "6.931", "min": "0.276", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "23.452", "max": "24.648", "min": "23.193", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "276.395", "max": "276.869", "min": "276.271", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "24.056", "max": "24.276", "min": "23.972", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "293.385", "max": "302.641", "min": "292.43", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "56.818", "max": "57.12", "min": "56.698", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "35.817", "max": "38.734", "min": "35.316", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "27.343", "max": "34.57", "min": "26.87", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "141.154", "max": "142.38", "min": "140.967", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "104.832", "max": "105.461", "min": "104.725", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "95.825", "max": "103.222", "min": "95.312", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.419", "max": "129.842", "min": "129.288", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "102.178", "max": "102.822", "min": "101.863", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "41.317", "max": "41.773", "min": "41.051", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "114.886", "max": "115.226", "min": "114.76", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "39.742", "max": "40.224", "min": "39.549", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "1.749", "max": "1.915", "min": "1.676", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "272.303", "max": "274.275", "min": "272.097", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "124.205", "max": "124.49", "min": "124.077", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "174.441", "max": "175.346", "min": "174.273", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "178.688", "max": "180.268", "min": "178.41", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "44.87", "max": "45.375", "min": "44.702", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "19.973", "max": "20.198", "min": "19.853", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "17.332", "max": "18.19", "min": "17.18", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "24.029", "max": "24.401", "min": "23.906", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "13.415", "max": "14.473", "min": "13.239", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "170.558", "max": "171.221", "min": "170.326", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "256.163", "max": "256.443", "min": "256.036", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "14.103", "max": "14.47", "min": "13.905", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "174.282", "max": "177.874", "min": "173.869", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "51.284", "max": "51.424", "min": "51.157", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "14.037", "max": "15.252", "min": "13.82", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "260.469", "max": "262.742", "min": "260.249", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.385", "max": "165.543", "min": "165.276", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "152.499", "max": "155.53", "min": "152.26", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "136.928", "max": "140.883", "min": "136.645", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "103.877", "max": "104.958", "min": "103.599", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "171.004", "max": "176.105", "min": "170.252", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "31.117", "max": "33.572", "min": "30.758", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "62.71", "max": "62.963", "min": "62.607", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "37.849", "max": "38.222", "min": "37.696", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "233.571", "max": "234.186", "min": "233.451", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "10.195", "max": "10.856", "min": "9.907", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "38.883", "max": "39.127", "min": "38.729", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "186.199", "max": "186.35", "min": "186.046", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "262.142", "max": "262.616", "min": "262.005", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "132.732", "max": "132.87", "min": "132.657", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "102.086", "max": "102.199", "min": "101.987", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "174.246", "max": "178.097", "min": "173.663", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "50.617", "max": "66.882", "min": "37.54", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "135.578", "max": "136.868", "min": "135.45", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "147.691", "max": "217.34", "min": "142.251", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "270.601", "max": "272.031", "min": "270.389", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "44.977", "max": "46.655", "min": "44.032", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "325.042", "max": "325.413", "min": "324.956", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "10.574", "max": "13.15", "min": "10.058", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "18.244", "max": "18.398", "min": "18.127", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "63.539", "max": "64.156", "min": "63.13", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "79.887", "max": "131.982", "min": "75.671", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "224.776", "max": "341.652", "min": "214.656", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "350.99", "max": "351.768", "min": "350.782", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "37.339", "max": "37.566", "min": "37.172", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "27.188", "max": "27.329", "min": "27.107", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "104.757", "max": "105.293", "min": "104.624", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "21.774", "max": "22.455", "min": "21.309", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "237.422", "max": "239.427", "min": "236.401", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "143.425", "max": "144.92", "min": "143.193", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "264.877", "max": "265.531", "min": "264.646", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "167.359", "max": "171.149", "min": "166.933", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "171.956", "max": "175.178", "min": "171.586", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "118.133", "max": "118.223", "min": "118.055", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "67.751", "max": "68.823", "min": "67.587", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "34.972", "max": "36.251", "min": "34.751", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "111.306", "max": "114.615", "min": "111.078", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "171.783", "max": "171.964", "min": "171.695", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "119.319", "max": "120.371", "min": "119.109", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "120.52", "max": "120.789", "min": "120.404", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "180.517", "max": "183.703", "min": "180.229", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "112.399", "max": "112.832", "min": "112.174", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "198.952", "max": "199.614", "min": "197.499", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "150.326", "max": "151.158", "min": "150.046", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "165.812", "max": "165.961", "min": "165.723", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "84.944", "max": "85.831", "min": "84.602", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "39.387", "max": "40.341", "min": "39.111", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "127.013", "max": "127.275", "min": "126.876", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "125.793", "max": "126.123", "min": "125.639", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "33.586", "max": "41.107", "min": "33.112", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "147.18", "max": "149.385", "min": "146.523", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "171.219", "max": "171.631", "min": "171.068", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "39.722", "max": "39.919", "min": "39.622", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "293.339", "max": "293.805", "min": "293.15", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "109.751", "max": "111.026", "min": "109.508", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.201", "max": "131.517", "min": "131.024", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "176.015", "max": "176.364", "min": "175.794", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "159.868", "max": "164.896", "min": "159.104", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "173.209", "max": "173.547", "min": "173.085", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "122.094", "max": "125.052", "min": "121.702", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "130.082", "max": "130.369", "min": "129.977", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "179.512", "max": "179.849", "min": "179.358", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "26.357", "max": "27.291", "min": "26.095", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "329.611", "max": "332.724", "min": "328.988", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "126.665", "max": "127.054", "min": "126.477", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "336.136", "max": "351.397", "min": "296.505", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "184.553", "max": "187.702", "min": "184.239", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "104.872", "max": "105.123", "min": "104.729", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "123.26", "max": "123.444", "min": "123.095", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "148.08", "max": "149.114", "min": "147.901", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "329.923", "max": "340.552", "min": "329.403", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "297.968", "max": "298.773", "min": "297.799", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "97.7", "max": "97.817", "min": "97.611", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.426", "max": "191.676", "min": "151.911", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "374.609", "max": "484.742", "min": "179.628", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "134.343", "max": "251.509", "min": "40.616", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "185.559", "max": "193.773", "min": "184.8", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "248.608", "max": "249.752", "min": "248.4", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "142.594", "max": "142.83", "min": "142.487", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "142.115", "max": "142.765", "min": "141.823", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "144.35", "max": "144.905", "min": "144.232", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "200.497", "max": "348.807", "min": "119.339", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "244.901", "max": "245.328", "min": "244.756", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "36.65", "max": "206.505", "min": "28.16", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "32.83", "max": "33.058", "min": "32.751", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "122.062", "max": "123.569", "min": "121.478", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "98.362", "max": "98.918", "min": "98.004", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "258.044", "max": "258.384", "min": "257.899", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "134.929", "max": "136.905", "min": "134.659", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "203.104", "max": "206.62", "min": "202.821", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "126.991", "max": "127.548", "min": "126.804", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "127.048", "max": "127.265", "min": "126.933", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "131.835", "max": "132.312", "min": "131.715", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "306.178", "max": "307.818", "min": "305.614", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "148.898", "max": "149.264", "min": "148.813", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "93.842", "max": "94.139", "min": "93.646", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "154.788", "max": "162.981", "min": "153.698", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "149.396", "max": "149.724", "min": "149.272", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "127.728", "max": "128.055", "min": "127.618", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "96.579", "max": "98.293", "min": "96.359", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "0.03", "max": "0.261", "min": "0.017", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "188.193", "max": "189.016", "min": "187.747", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "46.967", "max": "47.733", "min": "46.808", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "13.147", "max": "13.398", "min": "13.034", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "224.518", "max": "230.312", "min": "224.195", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "18.111", "max": "18.843", "min": "17.817", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "13.737", "max": "14.763", "min": "13.503", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "133.196", "max": "133.361", "min": "133.09", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "31.468", "max": "31.812", "min": "31.376", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "33.464", "max": "34.571", "min": "33.33", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "17.7", "max": "29.814", "min": "16.491", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "290.247", "max": "290.429", "min": "290.087", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "15.659", "max": "18.245", "min": "15.421", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "19.275", "max": "58.839", "min": "17.694", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "106.577", "max": "107.07", "min": "106.451", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "184.377", "max": "185.761", "min": "184.201", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "43.443", "max": "46.036", "min": "43.127", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "336.396", "max": "385.626", "min": "329.387", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "143.233", "max": "143.501", "min": "143.096", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "265.659", "max": "353.718", "min": "257.707", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "137.738", "max": "138.043", "min": "137.63", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "207.33", "max": "210.654", "min": "207.15", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "29.994", "max": "30.431", "min": "29.838", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "97.839", "max": "98.028", "min": "97.718", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "88.891", "max": "89.231", "min": "88.786", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "188.352", "max": "188.47", "min": "188.272", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "100.003", "max": "100.26", "min": "99.893", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "152.229", "max": "152.958", "min": "152.027", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "222.948", "max": "230.621", "min": "212.283", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "96.297", "max": "96.508", "min": "96.133", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "119.588", "max": "120.682", "min": "119.413", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "33.323", "max": "37.119", "min": "32.764", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "287.482", "max": "287.719", "min": "287.362", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "37.909", "max": "38.655", "min": "37.731", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "17.968", "max": "18.529", "min": "17.725", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "27.291", "max": "37.183", "min": "26.748", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "17.484", "max": "19.631", "min": "17.301", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "35.139", "max": "35.478", "min": "34.944", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "66.592", "max": "67.364", "min": "66.41", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "17.338", "max": "17.475", "min": "17.209", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "62.784", "max": "68.163", "min": "61.991", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "53.63", "max": "56.539", "min": "53.359", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "25.334", "max": "35.547", "min": "24.838", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "25.709", "max": "25.869", "min": "25.592", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.375", "max": "24.559", "min": "24.26", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "10.238", "max": "10.451", "min": "10.084", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "51.657", "max": "56.043", "min": "51.34", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "24.997", "max": "43.765", "min": "23.335", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "30.667", "max": "44.214", "min": "15.002", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "30.426", "max": "30.536", "min": "30.317", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "53.598", "max": "54.268", "min": "53.367", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "42.572", "max": "51.551", "min": "41.777", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "20.767", "max": "21.324", "min": "20.313", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "24.419", "max": "26.716", "min": "24.048", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "286.944", "max": "324.211", "min": "285.304", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "14.953", "max": "17.427", "min": "14.717", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "21.393", "max": "21.738", "min": "21.162", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "9.644", "max": "10.494", "min": "9.477", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "191.252", "max": "196.965", "min": "190.14", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "26.185", "max": "26.405", "min": "26.028", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "24.581", "max": "26.049", "min": "24.402", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "24.908", "max": "25.575", "min": "24.684", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "23.691", "max": "23.859", "min": "23.54", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "251.071", "max": "260.06", "min": "249.029", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "102.014", "max": "106.6", "min": "101.246", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "256.814", "max": "271.474", "min": "208.112", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "149.752", "max": "150.954", "min": "148.97", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "27.868", "max": "28.016", "min": "27.788", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "141.761", "max": "142.126", "min": "141.571", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "174.998", "max": "176.056", "min": "174.793", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "30.326", "max": "30.568", "min": "30.109", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "30.203", "max": "30.567", "min": "30.037", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "34.087", "max": "35.852", "min": "33.779", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "23.892", "max": "24.453", "min": "23.7", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "123.828", "max": "124.367", "min": "123.733", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "128.091", "max": "128.282", "min": "128.025", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "267.93", "max": "271.436", "min": "267.553", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "100.174", "max": "100.348", "min": "100.086", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "25.628", "max": "25.903", "min": "25.463", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "99.51", "max": "99.677", "min": "99.392", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "15.103", "max": "18.151", "min": "14.837", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "258.708", "max": "259.067", "min": "258.547", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "142.092", "max": "145.145", "min": "139.375", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "36.57", "max": "36.965", "min": "36.394", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "44.954", "max": "47.144", "min": "44.134", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "164.538", "max": "174.21", "min": "163.163", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "122.54", "max": "122.951", "min": "122.166", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "271.081", "max": "271.318", "min": "270.936", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "61.723", "max": "64.545", "min": "61.443", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "46.586", "max": "47.752", "min": "46.451", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "27.672", "max": "28.091", "min": "27.571", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "53.148", "max": "53.529", "min": "53.039", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "106.301", "max": "110.514", "min": "105.626", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "106.054", "max": "106.323", "min": "105.94", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "71.708", "max": "74.801", "min": "69.936", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "187.658", "max": "188.707", "min": "187.328", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "107.596", "max": "109.237", "min": "106.674", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "145.996", "max": "146.643", "min": "145.87", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "142.578", "max": "142.794", "min": "142.467", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "43.184", "max": "47.594", "min": "42.612", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "240.866", "max": "241.14", "min": "240.221", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "199.349", "max": "199.349", "min": "199.349", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "37.906", "max": "38.063", "min": "37.772", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "19.455", "max": "19.546", "min": "19.352", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "128.236", "max": "128.666", "min": "128.082", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "46.727", "max": "59.429", "min": "39.022", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "8.384", "max": "8.958", "min": "8.31", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "232.496", "max": "232.685", "min": "232.344", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "64.615", "max": "65.061", "min": "64.376", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "127.722", "max": "131.223", "min": "126.971", "id": "147", "country": "Slovakia", "source_name": "Bratislava", "destination_name": "Lansing", "destination_id": "295" } } }, "150": { "name": "Zagreb", "data": { "0": { "avg": "223.802", "max": "224.189", "min": "223.552", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "273.027", "max": "273.75", "min": "272.745", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "104.911", "max": "105.212", "min": "104.726", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "13.276", "max": "14.597", "min": "12.925", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "33.739", "max": "33.973", "min": "33.575", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "228.875", "max": "229.571", "min": "228.549", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "43.13", "max": "43.315", "min": "42.973", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "310.237", "max": "315.248", "min": "309.534", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "59.556", "max": "59.908", "min": "59.361", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "46.157", "max": "46.847", "min": "45.858", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "33.818", "max": "34.019", "min": "33.612", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.244", "max": "137.546", "min": "136.976", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "113.263", "max": "113.38", "min": "113.148", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "97.501", "max": "97.923", "min": "97.252", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "128.075", "max": "128.93", "min": "127.834", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "106.155", "max": "106.524", "min": "105.765", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "35.407", "max": "35.738", "min": "35.061", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "111.26", "max": "113.33", "min": "110.77", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "35.277", "max": "35.478", "min": "35.048", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "6.18", "max": "6.38", "min": "6.038", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "289.556", "max": "289.816", "min": "289.386", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "111.735", "max": "111.93", "min": "111.555", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "154.756", "max": "155.03", "min": "154.532", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "149.398", "max": "151.943", "min": "149.008", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "36.012", "max": "36.251", "min": "35.772", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "34.551", "max": "34.921", "min": "34.245", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "25.203", "max": "26.688", "min": "24.852", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "11.671", "max": "11.885", "min": "11.554", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.077", "max": "18.28", "min": "17.936", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "155.896", "max": "156.302", "min": "155.646", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "164.793", "max": "165.004", "min": "164.582", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "49.86", "max": "50.162", "min": "49.704", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "159.486", "max": "159.861", "min": "159.251", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "33.884", "max": "34.135", "min": "33.687", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "21.577", "max": "24.54", "min": "21.076", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "165.921", "max": "168.602", "min": "165.431", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "158.861", "max": "159.134", "min": "158.685", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "161.805", "max": "162.105", "min": "161.593", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "132.422", "max": "132.753", "min": "132.174", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "106.152", "max": "106.826", "min": "105.854", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "176.871", "max": "178.506", "min": "176.502", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "42.306", "max": "45.502", "min": "41.879", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "67.615", "max": "67.868", "min": "67.361", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "39.776", "max": "46.846", "min": "39.024", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "167.412", "max": "173.541", "min": "167.065", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "14.466", "max": "15.102", "min": "14.089", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "48.924", "max": "49.19", "min": "48.795", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "188.433", "max": "188.702", "min": "188.197", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "268.833", "max": "269.324", "min": "268.584", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "145.095", "max": "145.271", "min": "144.979", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "104.042", "max": "104.282", "min": "103.853", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "153.109", "max": "153.306", "min": "152.879", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.166", "max": "63.213", "min": "43.018", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "122.143", "max": "122.328", "min": "121.916", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "160.94", "max": "187.504", "min": "156.681", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "180.562", "max": "181.661", "min": "180.331", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "50.504", "max": "54.878", "min": "49.918", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "316.065", "max": "316.364", "min": "315.841", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "36.432", "max": "37.648", "min": "36.174", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "30.351", "max": "31.138", "min": "30.105", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "69.636", "max": "72.49", "min": "68.912", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "80.951", "max": "125.717", "min": "77.069", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "210.484", "max": "230.065", "min": "209.27", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "283.692", "max": "283.926", "min": "283.56", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "37.509", "max": "38.989", "min": "37.369", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "29.287", "max": "29.612", "min": "29.19", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "108.602", "max": "109.197", "min": "108.476", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "18.026", "max": "18.445", "min": "17.676", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "237.294", "max": "238.892", "min": "236.736", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "140.225", "max": "144.643", "min": "139.92", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "205.83", "max": "206.763", "min": "205.478", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "157.254", "max": "157.789", "min": "156.921", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "170.022", "max": "176.663", "min": "169.311", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "121.933", "max": "122.201", "min": "121.697", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "79.774", "max": "80.378", "min": "79.558", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "85.118", "max": "147.383", "min": "50.581", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "112.981", "max": "113.271", "min": "112.774", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "150.258", "max": "150.607", "min": "150.068", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "116.958", "max": "134.704", "min": "115.998", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "111.787", "max": "112.102", "min": "111.598", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "152.92", "max": "153.504", "min": "152.682", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "115.502", "max": "116.181", "min": "115.231", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "269.397", "max": "269.627", "min": "269.243", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "155.107", "max": "155.339", "min": "154.87", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "155.639", "max": "155.817", "min": "155.433", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "87.408", "max": "88.247", "min": "87.191", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "38.828", "max": "40.156", "min": "38.49", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "128.865", "max": "129.708", "min": "128.523", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "116.947", "max": "117.54", "min": "116.699", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "34.883", "max": "42.5", "min": "34.33", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "121.517", "max": "122.816", "min": "120.702", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "159.598", "max": "163.822", "min": "159.191", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "39.294", "max": "39.428", "min": "39.13", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "215.333", "max": "215.89", "min": "215.033", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "123.898", "max": "124.045", "min": "123.776", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "123.517", "max": "123.821", "min": "123.25", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "179.439", "max": "179.693", "min": "179.232", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "160.868", "max": "199.39", "min": "158.668", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "168.663", "max": "179.396", "min": "164.584", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "127.56", "max": "129.965", "min": "127.248", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "120.768", "max": "121.043", "min": "120.585", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "161.085", "max": "161.35", "min": "160.823", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "27.186", "max": "29.35", "min": "27.021", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "330.818", "max": "334.854", "min": "330.011", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "117.389", "max": "117.714", "min": "117.198", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "339.589", "max": "340.331", "min": "337.45", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "189.321", "max": "192.326", "min": "189.07", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "100.7", "max": "100.868", "min": "100.544", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "115.306", "max": "115.708", "min": "115.095", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "131.065", "max": "131.524", "min": "130.873", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "255.265", "max": "255.947", "min": "255.04", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "281.905", "max": "282.217", "min": "281.729", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "92.481", "max": "92.825", "min": "92.285", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "184.586", "max": "195.415", "min": "183.835", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "388.411", "max": "509.765", "min": "235.346", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "104.57", "max": "187.49", "min": "29.932", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "176.531", "max": "203.109", "min": "174.857", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "245.009", "max": "254.292", "min": "244.46", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "144.221", "max": "144.419", "min": "144.117", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "130.348", "max": "130.977", "min": "130.002", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "132.563", "max": "134.648", "min": "132.232", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "196.828", "max": "357.679", "min": "123.132", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "207.819", "max": "208.154", "min": "207.654", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "49.167", "max": "258.767", "min": "33.477", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "29.818", "max": "29.978", "min": "29.641", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "37.905", "max": "38.754", "min": "37.497", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "93.406", "max": "93.656", "min": "93.188", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "171.178", "max": "171.517", "min": "171.018", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "131.999", "max": "132.773", "min": "131.72", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "180.145", "max": "183.106", "min": "179.738", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "126.47", "max": "127.065", "min": "126.208", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "113.852", "max": "114.083", "min": "113.654", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "120.73", "max": "121.01", "min": "120.487", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "338.395", "max": "339.047", "min": "337.819", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "144.789", "max": "145.094", "min": "144.49", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "111.27", "max": "111.483", "min": "111.073", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "145.672", "max": "151.314", "min": "144.796", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "134.132", "max": "134.413", "min": "133.882", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "129", "max": "131.435", "min": "128.641", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "95.886", "max": "96.099", "min": "95.722", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "13.12", "max": "13.321", "min": "12.985", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "188.915", "max": "190.89", "min": "188.434", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "64.118", "max": "64.8", "min": "63.887", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "0.02", "max": "0.026", "min": "0.015", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "198.419", "max": "199.883", "min": "198.058", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "27.632", "max": "28.256", "min": "27.393", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "16.931", "max": "33.695", "min": "15.968", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "162.311", "max": "163.455", "min": "162.053", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "31.394", "max": "31.668", "min": "31.246", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "32.901", "max": "33.134", "min": "32.708", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "18.81", "max": "26.22", "min": "17.774", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "242.767", "max": "243.041", "min": "242.571", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "31.626", "max": "32.288", "min": "31.448", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "25.378", "max": "26.343", "min": "24.999", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "104.869", "max": "105.128", "min": "104.666", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "157.568", "max": "157.967", "min": "157.303", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "47.025", "max": "48.607", "min": "46.647", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "270.17", "max": "324.537", "min": "259.577", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "138.094", "max": "138.417", "min": "137.88", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "247.765", "max": "355.725", "min": "241.108", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "141.737", "max": "142.023", "min": "141.551", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "385.243", "max": "385.739", "min": "384.885", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "25.203", "max": "26.007", "min": "24.966", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "92.56", "max": "93.543", "min": "92.371", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "103.635", "max": "104.178", "min": "103.459", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "185.843", "max": "186.118", "min": "185.654", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "96.123", "max": "96.381", "min": "95.941", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "182.528", "max": "183.621", "min": "182.16", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "244.834", "max": "287.103", "min": "243.089", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "101.215", "max": "101.762", "min": "100.93", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "112.064", "max": "112.193", "min": "111.948", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "19.639", "max": "21.081", "min": "19.359", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "159.696", "max": "159.891", "min": "159.481", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "38.44", "max": "40.869", "min": "38.128", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "25.718", "max": "28.5", "min": "25.339", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "29.358", "max": "51.178", "min": "28.256", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "21.779", "max": "21.931", "min": "21.674", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "34.4", "max": "35.102", "min": "34.088", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "82.16", "max": "84.733", "min": "81.877", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "49.887", "max": "50.14", "min": "49.727", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "66.602", "max": "68.668", "min": "66.271", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "60.035", "max": "60.204", "min": "59.904", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "24.655", "max": "26.242", "min": "24.302", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "31.03", "max": "31.159", "min": "30.913", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "24.983", "max": "25.215", "min": "24.796", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "9.889", "max": "10.047", "min": "9.784", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "62.75", "max": "63.018", "min": "62.404", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "24.543", "max": "36.688", "min": "23.11", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "57.669", "max": "120.578", "min": "27.831", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "29.747", "max": "29.975", "min": "29.616", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "66.649", "max": "66.947", "min": "66.404", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "25.75", "max": "27.005", "min": "25.461", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "18.496", "max": "19.154", "min": "18.148", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "26.944", "max": "27.845", "min": "26.442", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "209.558", "max": "212.475", "min": "209.249", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "12.53", "max": "13.049", "min": "12.364", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "20.191", "max": "20.43", "min": "20.039", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "28.036", "max": "28.371", "min": "27.877", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "189.893", "max": "197.255", "min": "187.918", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "41.517", "max": "45.944", "min": "41.152", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "25.713", "max": "31.259", "min": "24.968", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "36.804", "max": "36.972", "min": "36.661", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.338", "max": "24.867", "min": "24.135", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "313.414", "max": "328.253", "min": "310.632", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "103.653", "max": "112.421", "min": "102.007", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "280.672", "max": "281.317", "min": "279.046", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "168.048", "max": "168.372", "min": "167.89", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "28.106", "max": "28.972", "min": "27.911", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "163.275", "max": "163.725", "min": "163.025", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "177.706", "max": "177.942", "min": "177.284", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "27.981", "max": "28.315", "min": "27.798", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "63.829", "max": "65.134", "min": "63.391", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "33.881", "max": "35.349", "min": "33.369", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "25.409", "max": "27.38", "min": "25.015", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "114.985", "max": "115.223", "min": "114.817", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "131.172", "max": "131.398", "min": "130.988", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "192.722", "max": "196.89", "min": "192.359", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "96.952", "max": "97.311", "min": "96.795", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "23.908", "max": "24.19", "min": "23.721", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "110.391", "max": "110.563", "min": "110.208", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "24.789", "max": "25.143", "min": "24.599", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "215.924", "max": "236.154", "min": "214.973", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "140.358", "max": "142.878", "min": "137.825", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "35.181", "max": "35.428", "min": "35.002", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "73.105", "max": "74.641", "min": "72.459", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "173.565", "max": "176.338", "min": "172.384", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "125.115", "max": "126.132", "min": "124.67", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "238.423", "max": "238.549", "min": "238.31", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "85.378", "max": "85.834", "min": "85.179", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "50.55", "max": "50.896", "min": "50.414", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "27.815", "max": "28.174", "min": "27.679", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "61.231", "max": "61.426", "min": "61.083", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "110.708", "max": "115.171", "min": "110.145", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "104.472", "max": "104.773", "min": "104.265", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "77.708", "max": "80.919", "min": "75.755", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "194.211", "max": "195.133", "min": "193.74", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "106.345", "max": "107.953", "min": "105.523", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "70.926", "max": "71.447", "min": "70.784", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "119.761", "max": "120.2", "min": "119.451", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "40.35", "max": "43.308", "min": "39.878", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "199.598", "max": "200.61", "min": "199.039", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "205.517", "max": "205.517", "min": "205.517", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "33.178", "max": "33.365", "min": "33.05", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.965", "max": "23.229", "min": "22.788", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.8", "max": "128.12", "min": "127.532", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "48.848", "max": "62.431", "min": "40.964", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "25.15", "max": "25.262", "min": "25.07", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "192.871", "max": "193.911", "min": "192.622", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "64.74", "max": "65.644", "min": "64.43", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "121.048", "max": "121.217", "min": "120.888", "id": "150", "country": "Croatia", "source_name": "Zagreb", "destination_name": "Lansing", "destination_id": "295" } } }, "154": { "name": "Sofia", "data": { "0": { "avg": "235.334", "max": "237.253", "min": "235.035", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "296.939", "max": "303.847", "min": "296.299", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "127.063", "max": "132.085", "min": "126.725", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "15.382", "max": "23.179", "min": "13.412", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "41.599", "max": "46.475", "min": "41.012", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "270.238", "max": "273.373", "min": "269.957", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "33.491", "max": "34.234", "min": "33.334", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "307.032", "max": "322.022", "min": "305.39", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "67.574", "max": "73.48", "min": "67.218", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "66.935", "max": "83.029", "min": "65.188", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "44.609", "max": "45.301", "min": "44.347", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "153.12", "max": "182.136", "min": "151.694", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "116.212", "max": "119.147", "min": "115.952", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "110.896", "max": "121.993", "min": "110.303", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "134.762", "max": "144.8", "min": "134.061", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "123.117", "max": "124.883", "min": "122.77", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "48.424", "max": "56.636", "min": "47.818", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "120.414", "max": "126.089", "min": "120.084", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "59.03", "max": "65.138", "min": "58.478", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "17.023", "max": "19.146", "min": "16.86", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "313.257", "max": "317.025", "min": "312.903", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "129.555", "max": "130.549", "min": "129.414", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "177.744", "max": "178.341", "min": "177.568", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "191.604", "max": "199.095", "min": "190.875", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "48.619", "max": "57.126", "min": "47.636", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "50.426", "max": "58.255", "min": "49.964", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "34.489", "max": "44.331", "min": "33.809", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "20.042", "max": "25.994", "min": "19.635", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "26.682", "max": "29.325", "min": "26.342", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "167.076", "max": "175.442", "min": "166.036", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "168.854", "max": "173.986", "min": "168.454", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "67.802", "max": "79.355", "min": "66.978", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "173.019", "max": "183.571", "min": "171.452", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "59.866", "max": "61.298", "min": "59.623", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "44.294", "max": "46.954", "min": "43.988", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "182.282", "max": "187.831", "min": "181.321", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "188.213", "max": "190.641", "min": "187.986", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "175.249", "max": "178.27", "min": "174.968", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "145.299", "max": "151.859", "min": "144.64", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "124.878", "max": "132.832", "min": "124.116", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "184.124", "max": "189.628", "min": "183.464", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "46.532", "max": "51.353", "min": "45.592", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "93.654", "max": "104.159", "min": "91.095", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "43.511", "max": "50.203", "min": "42.693", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "170.741", "max": "171.412", "min": "170.59", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "13.827", "max": "14.658", "min": "13.6", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "63.746", "max": "68.642", "min": "63.268", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "205.095", "max": "207.038", "min": "204.838", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "248.662", "max": "252.219", "min": "247.306", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "153.817", "max": "159.477", "min": "153.545", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "124.206", "max": "133.017", "min": "123.423", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.318", "max": "192.978", "min": "181.694", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.585", "max": "68.221", "min": "43.391", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "140.484", "max": "146.513", "min": "139.951", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "151.052", "max": "164.494", "min": "147.717", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "354.269", "max": "358.872", "min": "353.795", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "60.68", "max": "67.784", "min": "58.477", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "320.213", "max": "329.664", "min": "319.45", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "33.892", "max": "37.837", "min": "33.334", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "46.317", "max": "50.802", "min": "45.721", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "78.577", "max": "82.186", "min": "77.707", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "86.17", "max": "149.06", "min": "81.741", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "187.52", "max": "208.46", "min": "185.444", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "217.555", "max": "224.563", "min": "217.075", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "34.67", "max": "38.766", "min": "34.312", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "8.716", "max": "14.362", "min": "8.321", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "114.803", "max": "117.271", "min": "114.549", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "8.284", "max": "14.123", "min": "7.912", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "251.007", "max": "252.852", "min": "250.425", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "151.514", "max": "158.614", "min": "150.579", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "266.458", "max": "281.051", "min": "265.766", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "184.138", "max": "189.582", "min": "183.551", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "185.826", "max": "191.969", "min": "185.191", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "129.95", "max": "136.849", "min": "129.635", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "95.45", "max": "101.284", "min": "94.686", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "53.996", "max": "109.394", "min": "43.314", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "132.003", "max": "139.759", "min": "131.428", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "174.187", "max": "177.84", "min": "173.873", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "138.263", "max": "144.684", "min": "137.436", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "133.376", "max": "137.779", "min": "133.005", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "178.105", "max": "183.482", "min": "177.756", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "110.905", "max": "115.231", "min": "110.472", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "212.437", "max": "218.757", "min": "211.895", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "181.878", "max": "188.354", "min": "181.329", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "150.686", "max": "157.634", "min": "149.956", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "94.021", "max": "106.289", "min": "93.103", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "55.915", "max": "65.99", "min": "55.335", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "145.522", "max": "150.23", "min": "145.069", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "143.069", "max": "147.376", "min": "142.653", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "47.719", "max": "55.567", "min": "46.716", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "148.978", "max": "150.742", "min": "148.106", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "173.648", "max": "184.226", "min": "172.271", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "76.079", "max": "83.342", "min": "75.372", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "306.472", "max": "314.627", "min": "305.853", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "112.126", "max": "117.345", "min": "111.734", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "145.81", "max": "150.826", "min": "145.183", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "194.911", "max": "200.756", "min": "194.246", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "177.811", "max": "181.892", "min": "177.12", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "193.984", "max": "198.263", "min": "193.458", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "137.171", "max": "143.658", "min": "136.579", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "135.387", "max": "135.746", "min": "135.274", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "193.185", "max": "200.322", "min": "192.509", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "19.479", "max": "24.899", "min": "18.794", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "349.452", "max": "357.124", "min": "348.521", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "145.149", "max": "149.505", "min": "144.838", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "201.845", "max": "205.277", "min": "201.259", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "110.274", "max": "129.41", "min": "109.005", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "142.496", "max": "146.899", "min": "141.896", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "175.89", "max": "178.839", "min": "174.988", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "336.331", "max": "341.545", "min": "335.907", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "269.481", "max": "276.217", "min": "269.093", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "108.18", "max": "112.561", "min": "107.855", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "157.668", "max": "162.707", "min": "157.205", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "402.217", "max": "528.522", "min": "257.397", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "93.385", "max": "178.744", "min": "19.313", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "199.001", "max": "218.485", "min": "197.644", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "259.854", "max": "261.499", "min": "259.373", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "157.774", "max": "164.548", "min": "157.332", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "146.818", "max": "152.41", "min": "146.302", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "148.995", "max": "158.38", "min": "147.716", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "209.338", "max": "368.916", "min": "138.51", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "222.81", "max": "227.402", "min": "222.431", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "63.114", "max": "250.508", "min": "49.441", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "71.369", "max": "71.545", "min": "71.284", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "50.538", "max": "52.067", "min": "50.046", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "115.7", "max": "116.83", "min": "115.481", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "190.282", "max": "196.467", "min": "189.781", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "136.106", "max": "144.085", "min": "135.552", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "221.74", "max": "226.88", "min": "221.282", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "141.825", "max": "151.002", "min": "141.324", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "127.06", "max": "144.366", "min": "125.976", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "127.781", "max": "131.943", "min": "127.449", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "330.992", "max": "331.972", "min": "330.438", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "159.903", "max": "160.53", "min": "159.805", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "109.163", "max": "118.626", "min": "108.396", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "171.224", "max": "197.597", "min": "168.806", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "145.472", "max": "145.683", "min": "145.329", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "141.676", "max": "147.418", "min": "141.282", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "120.366", "max": "129.34", "min": "118.945", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "13.843", "max": "18.699", "min": "13.524", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "206.617", "max": "215.046", "min": "205.769", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "54.784", "max": "59.845", "min": "54.478", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "17.853", "max": "34.321", "min": "15.985", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "214.723", "max": "218.714", "min": "214.274", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "33.46", "max": "38.474", "min": "32.931", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "0.042", "max": "0.118", "min": "0.02", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "148.364", "max": "155.584", "min": "147.739", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "43.321", "max": "51.825", "min": "42.453", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "40.141", "max": "44.37", "min": "39.806", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "32.211", "max": "39.915", "min": "30.625", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "245.751", "max": "253.042", "min": "245.325", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "9.13", "max": "14.376", "min": "8.702", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "51.595", "max": "56.683", "min": "51.032", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "116.598", "max": "128.629", "min": "115.55", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "187.449", "max": "196.25", "min": "186.826", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "51.831", "max": "54.814", "min": "51.522", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "292.938", "max": "334.473", "min": "285.309", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "151.9", "max": "152.249", "min": "151.719", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "271.261", "max": "309.202", "min": "267.022", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "149.9", "max": "152.937", "min": "149.705", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "412.178", "max": "419.989", "min": "411.227", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "48.172", "max": "59.896", "min": "47.26", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "101.782", "max": "114.266", "min": "101.145", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "134.481", "max": "143.969", "min": "133.56", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "198.688", "max": "205.373", "min": "198.102", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "109.378", "max": "114.171", "min": "108.972", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "170.061", "max": "174.032", "min": "169.732", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "240.818", "max": "258.403", "min": "229.749", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "111.645", "max": "117.196", "min": "111.195", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "128.566", "max": "133.657", "min": "127.738", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "39.721", "max": "56.565", "min": "38.886", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "159.83", "max": "176.97", "min": "159.079", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "48.182", "max": "54.241", "min": "47.738", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "35.623", "max": "39.272", "min": "35.197", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "39.092", "max": "46.475", "min": "38.501", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "48.929", "max": "56.635", "min": "48.267", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "46.085", "max": "50.844", "min": "45.644", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "78.267", "max": "86.033", "min": "77.489", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "35.544", "max": "43.287", "min": "34.945", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "82.061", "max": "83.304", "min": "81.888", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "30.806", "max": "31.018", "min": "30.657", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "46.79", "max": "54.686", "min": "45.841", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "53.18", "max": "61.486", "min": "52.508", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "33.752", "max": "39.67", "min": "33.22", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "25.373", "max": "41.754", "min": "24.056", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "17.324", "max": "20.851", "min": "16.627", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "41.38", "max": "48.81", "min": "40.355", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "45.515", "max": "65.119", "min": "32.031", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "39.407", "max": "43.861", "min": "38.991", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "18.32", "max": "18.574", "min": "18.166", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "45.179", "max": "49.928", "min": "44.697", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "13.262", "max": "13.951", "min": "12.834", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "45.586", "max": "69.694", "min": "42.938", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.941", "max": "248.77", "min": "221.749", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "29.998", "max": "32.835", "min": "29.768", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "55.758", "max": "64.382", "min": "55.065", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "23.334", "max": "23.772", "min": "23.25", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "209.574", "max": "215.244", "min": "207.788", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "14.553", "max": "29.222", "min": "13.479", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "37.107", "max": "52.68", "min": "35.807", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "40.662", "max": "50.997", "min": "39.995", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "34.43", "max": "41.933", "min": "32.957", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "336.268", "max": "343.068", "min": "335.519", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "130.641", "max": "146.494", "min": "127.664", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "243.449", "max": "243.92", "min": "242.314", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "182.807", "max": "198.1", "min": "182.079", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "41.333", "max": "43.924", "min": "41.037", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "170.315", "max": "174.211", "min": "169.966", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "178.417", "max": "191.39", "min": "177.629", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "53.469", "max": "61.57", "min": "52.547", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "19.992", "max": "33.698", "min": "18.909", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "45.469", "max": "59.451", "min": "44.564", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "42.969", "max": "58.393", "min": "41.869", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "141.409", "max": "147.178", "min": "141.104", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "149.187", "max": "164.245", "min": "148.241", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "252.46", "max": "257", "min": "252.06", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "109.367", "max": "109.525", "min": "109.264", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "48.661", "max": "50.987", "min": "48.382", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "114.528", "max": "121.05", "min": "114.166", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "32.994", "max": "38.201", "min": "32.606", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "234.76", "max": "241.731", "min": "234.246", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.363", "max": "164", "min": "150.792", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "56.459", "max": "74.173", "min": "55.213", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "58.812", "max": "70.718", "min": "57.085", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "180.042", "max": "187.938", "min": "178.365", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "133.42", "max": "144.202", "min": "132.316", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "211.166", "max": "214.336", "min": "210.824", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "70.97", "max": "78.397", "min": "70.404", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "66.276", "max": "67.048", "min": "66.132", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "37.034", "max": "40.413", "min": "36.57", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "45.824", "max": "53.923", "min": "45.169", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "125.678", "max": "130.429", "min": "125.064", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "117.88", "max": "120.212", "min": "117.67", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "95.056", "max": "105.392", "min": "92.92", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.847", "max": "199.305", "min": "197.426", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "115.992", "max": "117.737", "min": "115.064", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "77.548", "max": "78.855", "min": "77.289", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "130.712", "max": "138.551", "min": "130.11", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "51.65", "max": "57.787", "min": "51.143", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "245.141", "max": "252.466", "min": "244.528", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "217.485", "max": "217.485", "min": "217.485", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "58.866", "max": "68.175", "min": "58.442", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "30.679", "max": "34.318", "min": "30.419", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "144.629", "max": "348.332", "min": "136.3", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "64.253", "max": "77.706", "min": "56.92", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "25.991", "max": "43.605", "min": "24.488", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "191.67", "max": "199.519", "min": "190.463", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "73.791", "max": "79.986", "min": "73.286", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "142.963", "max": "146.047", "min": "142.745", "id": "154", "country": "Bulgaria", "source_name": "Sofia", "destination_name": "Lansing", "destination_id": "295" } } }, "160": { "name": "Nis", "data": { "0": { "avg": "224.782", "max": "225.42", "min": "224.483", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "294.215", "max": "296.2", "min": "293.837", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "121.176", "max": "123.312", "min": "120.949", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "14.885", "max": "19.47", "min": "14.415", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "37.458", "max": "39.099", "min": "37.059", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "248.003", "max": "248.819", "min": "247.794", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "34.445", "max": "36.584", "min": "34.013", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "295.625", "max": "301.28", "min": "294.596", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "66.197", "max": "67.587", "min": "65.722", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "52.394", "max": "53.769", "min": "51.96", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "42.487", "max": "42.834", "min": "42.317", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "152.988", "max": "171.465", "min": "152.139", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "122.985", "max": "125.391", "min": "122.66", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "120.822", "max": "122.168", "min": "120.565", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "132.135", "max": "133.492", "min": "131.853", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "122.702", "max": "123.901", "min": "121.823", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "48.221", "max": "49.533", "min": "47.712", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "119.719", "max": "122.627", "min": "119.108", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "51.917", "max": "52.504", "min": "51.7", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "16.087", "max": "18.194", "min": "15.695", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "304.629", "max": "307.347", "min": "304.348", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "133.609", "max": "136.156", "min": "133.342", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "164.338", "max": "165.468", "min": "164.144", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "185.054", "max": "187.374", "min": "184.752", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "46.516", "max": "47.471", "min": "46.146", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "49.44", "max": "50.311", "min": "48.988", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "39.55", "max": "43", "min": "39.203", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "17.055", "max": "21.276", "min": "16.446", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "33.019", "max": "34.194", "min": "32.845", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "165.089", "max": "166.308", "min": "164.853", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "204.484", "max": "206.461", "min": "204.281", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "42.403", "max": "43.405", "min": "42.054", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "171.174", "max": "205.21", "min": "169.734", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "70.739", "max": "71.443", "min": "70.582", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "32.345", "max": "34.075", "min": "31.635", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "185.221", "max": "187.692", "min": "184.715", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.049", "max": "175.058", "min": "172.764", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "170.152", "max": "172.532", "min": "169.85", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "136.074", "max": "137.319", "min": "135.868", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "118.058", "max": "119.51", "min": "117.539", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "181.293", "max": "184.801", "min": "180.484", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "47.095", "max": "53.553", "min": "46.324", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "71.197", "max": "73.514", "min": "70.347", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "46.839", "max": "47.586", "min": "46.429", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "159.996", "max": "161.024", "min": "159.737", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "9.654", "max": "10.415", "min": "9.342", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "53.551", "max": "55.725", "min": "53.073", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "199.547", "max": "200.404", "min": "199.263", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "279.61", "max": "280.354", "min": "279.39", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "148.578", "max": "149.251", "min": "148.448", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "114.223", "max": "116.42", "min": "113.816", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "175.942", "max": "177.459", "min": "175.491", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "64.036", "max": "75.446", "min": "56.281", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "136.726", "max": "137.844", "min": "136.507", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "170.394", "max": "175.865", "min": "167.396", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "286.346", "max": "287.189", "min": "286.059", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "63.724", "max": "65.776", "min": "62.96", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "335.432", "max": "336.029", "min": "335.321", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "30.588", "max": "31.631", "min": "30.194", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "39.708", "max": "41.02", "min": "39.468", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "79.772", "max": "80.974", "min": "79.199", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "83.262", "max": "122.52", "min": "80.797", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "198.075", "max": "287.472", "min": "189.354", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "235.037", "max": "236.082", "min": "234.883", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "66.429", "max": "67.132", "min": "66.223", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "25.144", "max": "26.485", "min": "24.911", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "114.709", "max": "116.196", "min": "114.495", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "17.381", "max": "17.935", "min": "17.024", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "240.225", "max": "241.706", "min": "239.498", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "138.026", "max": "140.643", "min": "137.636", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "328.561", "max": "331.054", "min": "328.142", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "167.265", "max": "170.143", "min": "166.778", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "184.543", "max": "185.741", "min": "184.011", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "129.04", "max": "130.168", "min": "128.862", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "81.308", "max": "82.66", "min": "81.044", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "41.967", "max": "45.429", "min": "41.719", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "133.892", "max": "134.801", "min": "133.708", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "170.608", "max": "175.247", "min": "170.186", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "130", "max": "135.482", "min": "129.463", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "126.18", "max": "126.895", "min": "125.967", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.86", "max": "162.397", "min": "161.593", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "108.253", "max": "109.561", "min": "107.845", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "232.159", "max": "245.309", "min": "231.449", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "168.959", "max": "171.2", "min": "168.61", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "172.765", "max": "174.195", "min": "172.566", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "97.958", "max": "99.955", "min": "97.462", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "48.249", "max": "49.749", "min": "47.955", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "132.198", "max": "135.23", "min": "131.935", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "137.487", "max": "137.874", "min": "137.315", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "40.173", "max": "46.991", "min": "38.95", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "143.08", "max": "145.588", "min": "142.277", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "178.942", "max": "180.658", "min": "178.628", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "55.07", "max": "56.069", "min": "54.933", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "303.035", "max": "318.533", "min": "302.075", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "117.485", "max": "118.469", "min": "117.238", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "143.366", "max": "145.583", "min": "143.007", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "191.669", "max": "192.465", "min": "191.475", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "169.301", "max": "194.845", "min": "167.319", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "193.769", "max": "194.506", "min": "193.456", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "135.293", "max": "139.651", "min": "134.932", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "139.154", "max": "140.397", "min": "138.966", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.055", "max": "184.006", "min": "181.817", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "32.046", "max": "32.79", "min": "31.836", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "343.518", "max": "347.016", "min": "342.491", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "144.027", "max": "145.372", "min": "143.739", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "347.691", "max": "363.295", "min": "308.972", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "214.259", "max": "215.219", "min": "213.979", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "108.327", "max": "110.942", "min": "108.022", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "130.88", "max": "133.69", "min": "130.28", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "150.282", "max": "154.264", "min": "149.841", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "319.665", "max": "322.067", "min": "319.335", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "282.4", "max": "282.991", "min": "282.047", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "109.576", "max": "110.627", "min": "109.358", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "144.208", "max": "146.554", "min": "143.635", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "399.153", "max": "516.587", "min": "234.255", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "133.569", "max": "218.466", "min": "73.434", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "195.239", "max": "208.293", "min": "194.181", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "236.608", "max": "238.933", "min": "236.207", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "154.117", "max": "155.238", "min": "153.898", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "138.107", "max": "140.095", "min": "137.477", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "142.744", "max": "143.609", "min": "142.437", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "228.182", "max": "386.213", "min": "145.149", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "219.498", "max": "220.81", "min": "219.286", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "69.683", "max": "295.252", "min": "60.526", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "69.537", "max": "69.962", "min": "69.363", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "46.114", "max": "47.52", "min": "45.66", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "113.118", "max": "116.716", "min": "108.761", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "200.659", "max": "202.073", "min": "200.312", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "123.342", "max": "124.019", "min": "123.134", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "198.143", "max": "202.096", "min": "197.286", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "134.949", "max": "137.223", "min": "134.69", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "125.904", "max": "127.333", "min": "125.561", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "127.522", "max": "129.282", "min": "127.164", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "328.409", "max": "330.182", "min": "327.377", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "152.303", "max": "155.037", "min": "152.081", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "113.109", "max": "113.695", "min": "112.874", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "161.584", "max": "165.405", "min": "160.683", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "156.404", "max": "162.041", "min": "155.74", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "140.15", "max": "140.883", "min": "139.846", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "110.097", "max": "112.465", "min": "109.716", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "15.646", "max": "17.43", "min": "15.434", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "196.452", "max": "204.392", "min": "195.662", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "66.434", "max": "67.018", "min": "66.279", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "32.202", "max": "33.825", "min": "31.49", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "209.269", "max": "216.392", "min": "208.644", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "35.871", "max": "37.521", "min": "35.331", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "9.08", "max": "11.793", "min": "8.695", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "175.636", "max": "176.922", "min": "175.38", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "37.146", "max": "38.342", "min": "37.003", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "38.048", "max": "40.178", "min": "37.744", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "42.763", "max": "105.357", "min": "38.881", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "272.885", "max": "273.611", "min": "272.713", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "0.037", "max": "0.103", "min": "0.019", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "31.642", "max": "33.085", "min": "31.207", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "119.127", "max": "119.329", "min": "118.953", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "167.763", "max": "169.106", "min": "167.531", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "55.806", "max": "57.91", "min": "55.496", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "280.5", "max": "330.204", "min": "270.127", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "146.245", "max": "146.627", "min": "146.067", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "274.401", "max": "341.584", "min": "266.411", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "140.176", "max": "140.528", "min": "140.024", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "404.181", "max": "405.388", "min": "403.363", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "48.234", "max": "51.583", "min": "47.737", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "102.629", "max": "103.001", "min": "102.406", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "133.622", "max": "134.503", "min": "133.459", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "202.12", "max": "204.782", "min": "201.714", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "110.661", "max": "111.092", "min": "110.498", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "169.276", "max": "169.96", "min": "169.005", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "232.284", "max": "238.149", "min": "230.356", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "111.092", "max": "112.608", "min": "110.743", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "130.321", "max": "130.716", "min": "130.207", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "34.481", "max": "36.304", "min": "34.083", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "161.354", "max": "162.021", "min": "161.18", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "43.407", "max": "44.105", "min": "43.273", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "35.679", "max": "37.771", "min": "35.353", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "43.955", "max": "45.233", "min": "43.466", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "34.263", "max": "35.946", "min": "34.057", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "40.387", "max": "42.369", "min": "39.914", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "94.587", "max": "95.37", "min": "94.321", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "24.187", "max": "24.811", "min": "24.046", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "80.989", "max": "83.684", "min": "80.55", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.808", "max": "71.414", "min": "68.484", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "33.792", "max": "39.444", "min": "33.078", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "37.139", "max": "38.053", "min": "36.939", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "33.414", "max": "34.85", "min": "33.2", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "25.193", "max": "26.356", "min": "24.941", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "58.705", "max": "60.248", "min": "58.194", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "42.666", "max": "54.729", "min": "40.854", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "64.985", "max": "123.951", "min": "36.079", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "37.379", "max": "38.186", "min": "36.946", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "59.128", "max": "59.924", "min": "58.841", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "51.563", "max": "58.724", "min": "51.012", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "12.522", "max": "14.781", "min": "12.06", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "36.189", "max": "37.398", "min": "35.829", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.768", "max": "226.148", "min": "221.896", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "27.103", "max": "28.876", "min": "26.851", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "72.823", "max": "74.43", "min": "72.421", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "26.916", "max": "29.796", "min": "26.701", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "198.162", "max": "204.825", "min": "196.506", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "46.001", "max": "48.994", "min": "45.477", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "33.911", "max": "36.1", "min": "33.179", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "34.972", "max": "36.187", "min": "34.706", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "38.174", "max": "38.988", "min": "37.599", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "316.781", "max": "318.874", "min": "316.49", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "129.763", "max": "133.888", "min": "129.132", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "250.29", "max": "255.539", "min": "249.32", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "183.351", "max": "185.442", "min": "182.532", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "35.103", "max": "35.883", "min": "34.865", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "175.606", "max": "177.893", "min": "175.133", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "198.119", "max": "198.906", "min": "197.919", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "64.125", "max": "65.565", "min": "63.879", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "47.227", "max": "47.861", "min": "46.989", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "38.597", "max": "39.653", "min": "38.142", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "33.746", "max": "34.943", "min": "33.364", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "132.85", "max": "136.111", "min": "132.628", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "134.848", "max": "135.507", "min": "134.677", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "277.898", "max": "382.169", "min": "273.683", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "110.793", "max": "112.033", "min": "110.215", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "43.861", "max": "44.581", "min": "43.589", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "113.661", "max": "114.533", "min": "113.468", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "37.568", "max": "38.796", "min": "37.224", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "253.513", "max": "348.763", "min": "250.016", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.289", "max": "157.289", "min": "151.794", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "49.987", "max": "52.702", "min": "49.609", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "60.069", "max": "61.657", "min": "58.964", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "175.135", "max": "176.388", "min": "174.066", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "133.28", "max": "134.631", "min": "132.935", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "261.011", "max": "261.953", "min": "260.79", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "92.807", "max": "93.404", "min": "92.553", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "58.846", "max": "61.016", "min": "58.416", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "37.402", "max": "40.188", "min": "36.888", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "62.06", "max": "62.493", "min": "61.898", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "123.331", "max": "127.539", "min": "122.621", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "121.385", "max": "122.237", "min": "121.029", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "85.967", "max": "90.469", "min": "83.472", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "193.452", "max": "194.56", "min": "192.539", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "123.717", "max": "125.265", "min": "122.887", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "76.324", "max": "77.189", "min": "76.089", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "129.885", "max": "131.2", "min": "129.494", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "50.058", "max": "52.368", "min": "49.724", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "208.36", "max": "209.331", "min": "207.694", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "212.015", "max": "212.015", "min": "212.015", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "43.305", "max": "44.828", "min": "43.109", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "30.156", "max": "31.292", "min": "29.907", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "130.541", "max": "134.44", "min": "129.863", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "56.55", "max": "67.642", "min": "48.6", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "4.419", "max": "7.056", "min": "3.829", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "136.667", "max": "137.789", "min": "136.377", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "82.492", "max": "84.681", "min": "81.948", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "134.243", "max": "138.252", "min": "133.936", "id": "160", "country": "Serbia", "source_name": "Nis", "destination_name": "Lansing", "destination_id": "295" } } }, "170": { "name": "Vilnius", "data": { "0": { "avg": "275.423", "max": "275.755", "min": "275.08", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "258.91", "max": "259.229", "min": "258.587", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "116.278", "max": "116.5", "min": "116.1", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "30.505", "max": "38.237", "min": "29.741", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "43.661", "max": "44.366", "min": "43.487", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "247.59", "max": "248.05", "min": "247.369", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "30.314", "max": "30.509", "min": "30.228", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "302.306", "max": "305.543", "min": "301.672", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "18.696", "max": "19.035", "min": "18.589", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "12.71", "max": "13.561", "min": "12.53", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "36.403", "max": "37.491", "min": "36.159", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "142.895", "max": "149.025", "min": "142.551", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "105.361", "max": "105.92", "min": "105.236", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "137.235", "max": "147.391", "min": "119.763", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "141.956", "max": "142.386", "min": "141.839", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "112.228", "max": "112.877", "min": "111.637", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "46.72", "max": "46.87", "min": "46.475", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "124.306", "max": "124.962", "min": "124.029", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "45.34", "max": "45.586", "min": "45.062", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "22.277", "max": "22.936", "min": "22.103", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "287.619", "max": "287.881", "min": "287.469", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "133.716", "max": "133.815", "min": "133.618", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "166.559", "max": "167.122", "min": "166.353", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "166.396", "max": "170.798", "min": "165.905", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "10.511", "max": "11.02", "min": "10.183", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "36.555", "max": "36.672", "min": "36.474", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "36.476", "max": "41.981", "min": "36.111", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "26.13", "max": "26.811", "min": "25.936", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "48.642", "max": "48.718", "min": "48.569", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "164.959", "max": "165.712", "min": "164.71", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "181.66", "max": "181.745", "min": "181.572", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "9.624", "max": "9.863", "min": "9.511", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "169.016", "max": "180.135", "min": "168.497", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "29.727", "max": "29.997", "min": "29.618", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "34.648", "max": "34.973", "min": "34.474", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "186.968", "max": "187.968", "min": "186.659", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "171.543", "max": "171.853", "min": "171.456", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "171.995", "max": "172.199", "min": "171.766", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "135.502", "max": "135.82", "min": "135.347", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "121.901", "max": "124.351", "min": "121.644", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "176.956", "max": "178.271", "min": "176.736", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "46.535", "max": "48.874", "min": "46.04", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "69.343", "max": "69.639", "min": "69.144", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "11.608", "max": "11.854", "min": "11.469", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "154.736", "max": "155.051", "min": "154.636", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "35.231", "max": "36.117", "min": "34.694", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "34.037", "max": "34.189", "min": "33.899", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "201.761", "max": "202.495", "min": "201.508", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "279.668", "max": "280.034", "min": "279.568", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "151.403", "max": "151.549", "min": "151.344", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "113.766", "max": "113.971", "min": "113.527", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "179.201", "max": "179.408", "min": "178.72", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "81.401", "max": "94.528", "min": "68.53", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "131.841", "max": "132.007", "min": "131.626", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "151.861", "max": "174.187", "min": "148.133", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "293.936", "max": "294.369", "min": "293.637", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "59.704", "max": "64.527", "min": "58.794", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "324.997", "max": "325.264", "min": "324.737", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "53.327", "max": "57.861", "min": "52.697", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "34.243", "max": "34.325", "min": "34.143", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "75.944", "max": "76.694", "min": "75.53", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "91.933", "max": "138.296", "min": "88.834", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "231.282", "max": "287.38", "min": "228.032", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "292.715", "max": "293.082", "min": "292.594", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "60.896", "max": "61.282", "min": "60.735", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "37.945", "max": "38.294", "min": "37.847", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "111.784", "max": "112.027", "min": "111.673", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "70.302", "max": "70.563", "min": "69.965", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "237.108", "max": "241.74", "min": "236.243", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "159.708", "max": "161.933", "min": "159.475", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "278.845", "max": "281.185", "min": "278.498", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "168.405", "max": "169.462", "min": "168.064", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "179.453", "max": "184.163", "min": "179.04", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "137.518", "max": "137.637", "min": "137.395", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "75.199", "max": "77.212", "min": "74.928", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "39.628", "max": "39.757", "min": "39.526", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "126.366", "max": "126.478", "min": "126.244", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "162.297", "max": "162.563", "min": "162.073", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "138.484", "max": "144.692", "min": "138.047", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "121.551", "max": "121.836", "min": "121.333", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "178.002", "max": "178.187", "min": "177.83", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "112.338", "max": "112.671", "min": "112.077", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "269.103", "max": "275.848", "min": "259.563", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "169.035", "max": "169.417", "min": "168.813", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "147.463", "max": "147.574", "min": "147.359", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "91.032", "max": "92.075", "min": "90.624", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "50.448", "max": "53.625", "min": "50.062", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "141.306", "max": "149.046", "min": "140.901", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "127.026", "max": "127.188", "min": "126.909", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "43.398", "max": "51.088", "min": "42.525", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "146.033", "max": "149.156", "min": "145.319", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "183.683", "max": "183.911", "min": "183.544", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "59.392", "max": "59.752", "min": "59.317", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "290.836", "max": "290.983", "min": "290.727", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "113.045", "max": "114.834", "min": "112.719", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "146.682", "max": "146.996", "min": "146.447", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "182.738", "max": "182.996", "min": "182.594", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "168.138", "max": "197.828", "min": "166.487", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.822", "max": "173.069", "min": "172.631", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "137.283", "max": "142.525", "min": "137.031", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "143.094", "max": "143.262", "min": "143.018", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "170.071", "max": "170.451", "min": "169.886", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "48.659", "max": "48.923", "min": "48.509", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "343.003", "max": "350.236", "min": "342.166", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "142.257", "max": "143.026", "min": "142.08", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "198.19", "max": "200.709", "min": "197.19", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "137.091", "max": "137.252", "min": "136.989", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "151.525", "max": "152.045", "min": "151.371", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "271.226", "max": "272.615", "min": "270.791", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "299.097", "max": "300.695", "min": "297.572", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "127.915", "max": "140.27", "min": "110.02", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "149.504", "max": "150.241", "min": "149.227", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "402.892", "max": "517.201", "min": "229.918", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "133.469", "max": "234.769", "min": "65.112", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "209.906", "max": "231.41", "min": "208.332", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "207.256", "max": "210.179", "min": "207.034", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "149.061", "max": "149.204", "min": "148.962", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "147.517", "max": "148.229", "min": "147.341", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "144.382", "max": "144.801", "min": "144.14", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "205.647", "max": "367.244", "min": "134.863", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "212.194", "max": "212.796", "min": "212.067", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "10.82", "max": "178.447", "min": "3.765", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "5.066", "max": "5.275", "min": "4.98", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "34.913", "max": "35.734", "min": "34.556", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "101.069", "max": "104.125", "min": "99.947", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "184.129", "max": "185.112", "min": "183.792", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "126.72", "max": "131.282", "min": "126.353", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "203.58", "max": "207.022", "min": "203.309", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "138.798", "max": "139.318", "min": "138.644", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "129.634", "max": "129.785", "min": "129.476", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "136.23", "max": "136.52", "min": "136.033", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "350.167", "max": "351.436", "min": "349.534", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "147.708", "max": "147.895", "min": "147.642", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "105.541", "max": "105.717", "min": "105.356", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "157.827", "max": "170.09", "min": "156.3", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "141.121", "max": "141.2", "min": "141.033", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "141.86", "max": "142.162", "min": "141.713", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "106.963", "max": "107.072", "min": "106.883", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "30.01", "max": "31.533", "min": "29.799", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "194.705", "max": "195.978", "min": "194.267", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "15.765", "max": "15.976", "min": "15.64", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.086", "max": "25.264", "min": "24.963", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "212.152", "max": "222.47", "min": "211.139", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "33.214", "max": "34.045", "min": "32.994", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "48.089", "max": "61.272", "min": "47.212", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "161.49", "max": "161.938", "min": "161.287", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "33.762", "max": "34.212", "min": "33.678", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "33.419", "max": "33.475", "min": "33.345", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "34.349", "max": "41.499", "min": "33.199", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "193.745", "max": "193.836", "min": "193.667", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "47.971", "max": "49.767", "min": "47.735", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "35.31", "max": "38.498", "min": "34.653", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "118.502", "max": "118.785", "min": "118.332", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "181.964", "max": "182.271", "min": "181.784", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "43.498", "max": "44.149", "min": "43.303", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "282.825", "max": "329.844", "min": "272.599", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "152.013", "max": "152.353", "min": "151.908", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "277.245", "max": "367.864", "min": "270.634", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "154.374", "max": "154.482", "min": "154.272", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "227.173", "max": "227.441", "min": "226.979", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "0.039", "max": "0.06", "min": "0.03", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "102.238", "max": "102.46", "min": "102.009", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "79.799", "max": "80.095", "min": "79.694", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "198.826", "max": "198.966", "min": "198.648", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.967", "max": "99.532", "min": "98.855", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "167.536", "max": "167.848", "min": "167.358", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "293.982", "max": "301.962", "min": "281.566", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "111.107", "max": "111.295", "min": "110.94", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "129.317", "max": "129.574", "min": "129.221", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "41.012", "max": "42.26", "min": "40.859", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "156.527", "max": "156.775", "min": "156.399", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "40.251", "max": "40.462", "min": "40.165", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "34.256", "max": "34.993", "min": "33.959", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "45.561", "max": "45.816", "min": "45.469", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "41.235", "max": "41.367", "min": "41.106", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "43.611", "max": "44.252", "min": "43.322", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "92.693", "max": "94.373", "min": "92.41", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "64.048", "max": "64.154", "min": "63.986", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "70.385", "max": "73.756", "min": "70.041", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "63.407", "max": "64.592", "min": "63.23", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "31.253", "max": "32.599", "min": "30.812", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "35.995", "max": "36.196", "min": "35.92", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "29.569", "max": "29.799", "min": "29.489", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.344", "max": "21.586", "min": "21.147", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "95.355", "max": "95.642", "min": "95.15", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "52.778", "max": "60.147", "min": "51.521", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "67.429", "max": "119.666", "min": "40.012", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "34.746", "max": "34.857", "min": "34.558", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "80.653", "max": "81.602", "min": "80.359", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "23.109", "max": "23.808", "min": "22.939", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "65.347", "max": "65.916", "min": "64.949", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "31.385", "max": "37.323", "min": "30.915", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "215.973", "max": "216.207", "min": "215.747", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "26.198", "max": "27.593", "min": "26.005", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "58.241", "max": "58.522", "min": "58.025", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "31.56", "max": "31.7", "min": "31.495", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "208.268", "max": "214.367", "min": "205.696", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "54.92", "max": "55.066", "min": "54.821", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "32.116", "max": "33.274", "min": "31.901", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "42.273", "max": "44.687", "min": "41.867", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "32.403", "max": "32.752", "min": "32.116", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "321.317", "max": "331.168", "min": "320.035", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "112.012", "max": "120.623", "min": "111.309", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "245.615", "max": "245.781", "min": "245.476", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "165.296", "max": "165.535", "min": "165.18", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "35.021", "max": "35.298", "min": "34.937", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "124.126", "max": "124.921", "min": "123.944", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "195.53", "max": "196.019", "min": "195.248", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "50.225", "max": "50.73", "min": "50.042", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "82.209", "max": "83.041", "min": "81.948", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "40.36", "max": "41.413", "min": "40.021", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "32.024", "max": "33.306", "min": "31.743", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "137.289", "max": "137.419", "min": "137.169", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "145.876", "max": "146.061", "min": "145.61", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "203.214", "max": "203.53", "min": "203.023", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "107.11", "max": "107.454", "min": "106.965", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "35.043", "max": "35.2", "min": "34.917", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "111.175", "max": "111.259", "min": "111.101", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "37.448", "max": "37.718", "min": "37.147", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "233.818", "max": "234.078", "min": "233.708", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "146.766", "max": "150.313", "min": "144.132", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "47.066", "max": "47.195", "min": "46.932", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "66.654", "max": "69.977", "min": "65.996", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "187.273", "max": "191.648", "min": "186.036", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "233.819", "max": "234.364", "min": "233.467", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "195.355", "max": "195.811", "min": "195.2", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "73.249", "max": "73.796", "min": "73.043", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "66.155", "max": "66.227", "min": "66.086", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "53.154", "max": "53.339", "min": "53.039", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "67.345", "max": "67.596", "min": "67.268", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "121.148", "max": "122.259", "min": "120.728", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "128.155", "max": "128.42", "min": "128.019", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "93.32", "max": "100.889", "min": "90.585", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.682", "max": "199.672", "min": "196.461", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "122.314", "max": "123.683", "min": "121.48", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "78.519", "max": "79.3", "min": "78.314", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "131.33", "max": "131.524", "min": "131.153", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "52.129", "max": "54.99", "min": "51.642", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "237.262", "max": "239.388", "min": "237.05", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "219.033", "max": "219.033", "min": "219.033", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "40.134", "max": "40.339", "min": "39.986", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "29.258", "max": "29.431", "min": "29.201", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "135.13", "max": "135.856", "min": "134.979", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "62.672", "max": "77.832", "min": "54.559", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "50.061", "max": "50.212", "min": "49.95", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "172.081", "max": "173.124", "min": "171.965", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "100.472", "max": "101.408", "min": "100.233", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "140.788", "max": "143.62", "min": "140.468", "id": "170", "country": "Lithuania", "source_name": "Vilnius", "destination_name": "Lansing", "destination_id": "295" } } }, "174": { "name": "Karaganda", "data": { "0": { "avg": "337.114", "max": "351.592", "min": "319.347", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "366.052", "max": "366.446", "min": "365.856", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "191.335", "max": "191.705", "min": "191.21", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "97.949", "max": "105.621", "min": "97.116", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "105.79", "max": "106.165", "min": "105.613", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "311.066", "max": "311.446", "min": "310.85", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "117.03", "max": "117.319", "min": "116.883", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "376.481", "max": "392.212", "min": "374.75", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "60.938", "max": "61.223", "min": "60.805", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "87.469", "max": "94.491", "min": "86.96", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "113.11", "max": "113.378", "min": "112.866", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "221.96", "max": "223.467", "min": "221.735", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "180.871", "max": "181.37", "min": "180.751", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "177.502", "max": "182.681", "min": "177.131", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "213.018", "max": "217.154", "min": "212.684", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "191.487", "max": "192.286", "min": "191.072", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "125.488", "max": "125.861", "min": "125.201", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "206.607", "max": "207.923", "min": "206.391", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "130.65", "max": "130.926", "min": "130.492", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "94.823", "max": "104.439", "min": "94.385", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "382.647", "max": "382.953", "min": "382.539", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "203.215", "max": "203.436", "min": "203.058", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "254.486", "max": "254.628", "min": "254.393", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "261.985", "max": "263.555", "min": "261.777", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "89.123", "max": "89.401", "min": "88.952", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "92.966", "max": "93.625", "min": "92.837", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "111.893", "max": "113.389", "min": "111.645", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "107.454", "max": "108.116", "min": "107.123", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "110.449", "max": "110.709", "min": "110.364", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "229.072", "max": "229.394", "min": "228.913", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "259.186", "max": "259.308", "min": "259.044", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "141.881", "max": "142.689", "min": "141.636", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "240.989", "max": "246.448", "min": "240.449", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "72.061", "max": "72.711", "min": "71.91", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "110.528", "max": "112.092", "min": "110.252", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "262.963", "max": "263.753", "min": "262.709", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "248.935", "max": "249.063", "min": "248.826", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "241.757", "max": "242.703", "min": "241.561", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "211.436", "max": "213.995", "min": "211.198", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "194.74", "max": "196.292", "min": "194.402", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "245.398", "max": "251.46", "min": "244.744", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "112.125", "max": "117.064", "min": "111.62", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "146.776", "max": "147.065", "min": "146.565", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "82.553", "max": "82.842", "min": "82.427", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "244.462", "max": "249.819", "min": "244.096", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "115.93", "max": "118.462", "min": "115.364", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "94.432", "max": "95.113", "min": "94.261", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "254.665", "max": "254.911", "min": "254.512", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "322.555", "max": "326.948", "min": "320.801", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "224.166", "max": "224.444", "min": "224.053", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "184.278", "max": "194.757", "min": "183.663", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "257.2", "max": "257.521", "min": "256.952", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "162.328", "max": "249.542", "min": "145.992", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "207.841", "max": "208.185", "min": "207.73", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "225.537", "max": "232.392", "min": "222.535", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "274.059", "max": "274.64", "min": "273.796", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "142.432", "max": "144.627", "min": "141.604", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "389.555", "max": "389.872", "min": "389.425", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "134.048", "max": "137.358", "min": "132.22", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "109.146", "max": "109.389", "min": "108.993", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "155.827", "max": "158.251", "min": "155.256", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "153.89", "max": "193.273", "min": "150.313", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "265.122", "max": "267.193", "min": "264.73", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "432.409", "max": "432.409", "min": "432.409", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "150.71", "max": "151.034", "min": "150.539", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "111.687", "max": "112.305", "min": "111.516", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "173.937", "max": "174.257", "min": "173.765", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "145.241", "max": "147.8", "min": "144.847", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "315.436", "max": "321.007", "min": "314.603", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "218.826", "max": "224.011", "min": "218.323", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "303.891", "max": "305.853", "min": "303.521", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "242.931", "max": "243.349", "min": "242.677", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "256.385", "max": "257.283", "min": "256.201", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "210.91", "max": "211.088", "min": "210.86", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "146.543", "max": "147.186", "min": "146.309", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "161.657", "max": "224.427", "min": "127.545", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "192.516", "max": "193.036", "min": "192.336", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "244.694", "max": "261.847", "min": "243.93", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "208.045", "max": "218.898", "min": "207.504", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "189.842", "max": "190.294", "min": "189.577", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "236.382", "max": "236.585", "min": "236.138", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "187.921", "max": "189.576", "min": "187.592", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "310.373", "max": "317.965", "min": "309.946", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "241.555", "max": "241.861", "min": "241.364", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "245.559", "max": "246.283", "min": "245.419", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "151.245", "max": "152.517", "min": "150.925", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "114.259", "max": "115.017", "min": "114.026", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "216.861", "max": "217.064", "min": "216.719", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "230.458", "max": "230.86", "min": "230.242", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "124.689", "max": "133.17", "min": "123.637", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "214.048", "max": "214.923", "min": "213.344", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "254.02", "max": "254.678", "min": "253.71", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "130.551", "max": "130.81", "min": "130.461", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "377.586", "max": "381.63", "min": "377.183", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "198.504", "max": "213.111", "min": "197.893", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "222.452", "max": "222.878", "min": "222.243", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "246.487", "max": "246.741", "min": "246.277", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "246.074", "max": "251.005", "min": "244.941", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "251.795", "max": "251.979", "min": "251.66", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "202.786", "max": "203.193", "min": "202.624", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "223.995", "max": "224.244", "min": "223.893", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "228.21", "max": "240.749", "min": "227.449", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "135.765", "max": "137.046", "min": "135.593", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "410.715", "max": "417.636", "min": "409.932", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "209.952", "max": "211.6", "min": "209.077", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "425.354", "max": "463.559", "min": "410.374", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "281.857", "max": "283.767", "min": "280.838", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "183.596", "max": "183.894", "min": "183.356", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "203.416", "max": "203.683", "min": "203.213", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "238.521", "max": "239.094", "min": "238.316", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "386.322", "max": "386.648", "min": "386.066", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "312.207", "max": "313.176", "min": "312.021", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "169.47", "max": "169.68", "min": "169.317", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "245.829", "max": "315.695", "min": "242.076", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "444.817", "max": "566.011", "min": "293.644", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "197.279", "max": "294.391", "min": "143.256", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "268.48", "max": "281.443", "min": "267.398", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "307.782", "max": "310.041", "min": "307.404", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "211.91", "max": "212.05", "min": "211.786", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "207.768", "max": "210.681", "min": "207.371", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "214.263", "max": "215.008", "min": "213.96", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "272.051", "max": "434.79", "min": "201.737", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "299.162", "max": "299.571", "min": "299.005", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "96.042", "max": "204.934", "min": "90.143", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "80.9", "max": "81.394", "min": "80.795", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "103.416", "max": "105.117", "min": "102.723", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "177.187", "max": "183.111", "min": "172.05", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "247.095", "max": "247.944", "min": "246.887", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "216.863", "max": "217.175", "min": "216.681", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "284.615", "max": "285.176", "min": "284.424", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "209.725", "max": "210.057", "min": "209.521", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "209.091", "max": "209.343", "min": "208.914", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "192.552", "max": "192.947", "min": "192.398", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "403.668", "max": "405.23", "min": "402.703", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "235.58", "max": "235.82", "min": "235.418", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "168.96", "max": "169.092", "min": "168.803", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "238.577", "max": "254.206", "min": "237.087", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "217.018", "max": "217.239", "min": "216.718", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "204.245", "max": "204.497", "min": "203.973", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "175.639", "max": "175.864", "min": "175.516", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "88.93", "max": "90.269", "min": "88.743", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "279.881", "max": "281.561", "min": "279.295", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "78.354", "max": "78.668", "min": "78.094", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "103.58", "max": "103.89", "min": "103.396", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "280.656", "max": "281.795", "min": "280.328", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "106.641", "max": "107.162", "min": "106.396", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "134.207", "max": "140.981", "min": "133.622", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "242.56", "max": "243.214", "min": "242.368", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "111.88", "max": "120.607", "min": "111.451", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "104.602", "max": "105.109", "min": "104.492", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "96.474", "max": "101.001", "min": "95.302", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "337.565", "max": "337.771", "min": "337.482", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "133.808", "max": "135.01", "min": "133.47", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "116.008", "max": "134.879", "min": "114.444", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "199.819", "max": "200.278", "min": "199.659", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "246.712", "max": "247.423", "min": "246.376", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "85.43", "max": "86.528", "min": "85.198", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "357.094", "max": "404.287", "min": "348.146", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "224.809", "max": "225.016", "min": "224.65", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "349.686", "max": "424.733", "min": "342.787", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "222.245", "max": "222.494", "min": "222.121", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "475.197", "max": "475.548", "min": "474.563", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "79.831", "max": "80.011", "min": "79.732", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "182.92", "max": "183.074", "min": "182.823", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "0.024", "max": "0.135", "min": "0.016", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "268.98", "max": "269.16", "min": "268.825", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "101.43", "max": "101.713", "min": "101.287", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "234.463", "max": "235.57", "min": "234.252", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "327.128", "max": "334.608", "min": "315.77", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "191.513", "max": "191.719", "min": "191.415", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "201.343", "max": "201.685", "min": "201.247", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "105.548", "max": "105.899", "min": "105.404", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "250.152", "max": "250.387", "min": "250.076", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "115.375", "max": "117.725", "min": "115.142", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "112.445", "max": "112.724", "min": "112.302", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "110.908", "max": "111.719", "min": "110.711", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "124.192", "max": "124.396", "min": "124.047", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "115.351", "max": "115.882", "min": "115.106", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "149.929", "max": "150.418", "min": "149.757", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "131.948", "max": "132.134", "min": "131.829", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "72.711", "max": "74.728", "min": "72.376", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "131.131", "max": "131.411", "min": "130.98", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "119.553", "max": "123.197", "min": "119.089", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "114.356", "max": "115.321", "min": "114.188", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "104.601", "max": "104.856", "min": "104.501", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "100.939", "max": "101.16", "min": "100.729", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "150.339", "max": "150.721", "min": "150.081", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "118.696", "max": "127.876", "min": "117.569", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "128.154", "max": "163.975", "min": "109.56", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "107.046", "max": "107.434", "min": "106.875", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "159.559", "max": "160.099", "min": "159.324", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "111.796", "max": "112.734", "min": "111.524", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "122.753", "max": "123.364", "min": "122.403", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "118.937", "max": "119.221", "min": "118.628", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "359.642", "max": "389.613", "min": "358.083", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "109.147", "max": "109.665", "min": "108.995", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "138.776", "max": "138.982", "min": "138.484", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "114.926", "max": "115.033", "min": "114.776", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "270.983", "max": "278.405", "min": "269.388", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "146.118", "max": "147.675", "min": "144.175", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "103.28", "max": "107.59", "min": "102.882", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "106.893", "max": "110.731", "min": "105.792", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "97.911", "max": "98.078", "min": "97.677", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "387.278", "max": "389.154", "min": "387.041", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "183.017", "max": "185.505", "min": "182.47", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "335.633", "max": "338.286", "min": "324.997", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "257.101", "max": "257.402", "min": "256.94", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "103.678", "max": "103.842", "min": "103.557", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "165.541", "max": "166.227", "min": "165.337", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "256.043", "max": "256.592", "min": "255.759", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "139.075", "max": "139.323", "min": "138.818", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "144.328", "max": "144.778", "min": "144.082", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "107.641", "max": "109.494", "min": "107.163", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "108.885", "max": "110.437", "min": "108.45", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "215.619", "max": "217.091", "min": "215.46", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "213.339", "max": "222.741", "min": "212.913", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "344.862", "max": "348.951", "min": "344.577", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "190.606", "max": "191.299", "min": "190.181", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "120.12", "max": "120.325", "min": "119.973", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "174.855", "max": "175.042", "min": "174.735", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "109.575", "max": "111.173", "min": "109.342", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "331.489", "max": "338.671", "min": "331.103", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "232.183", "max": "234.156", "min": "229.986", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "126.427", "max": "126.771", "min": "126.299", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "143.33", "max": "167.038", "min": "141.697", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "256.164", "max": "270.478", "min": "253.94", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "199.54", "max": "200.627", "min": "199.145", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "336.999", "max": "337.403", "min": "336.741", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "120.597", "max": "121.448", "min": "120.354", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "138.222", "max": "138.632", "min": "138.104", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "118.62", "max": "119.172", "min": "118.531", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "140.27", "max": "140.413", "min": "140.166", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "195.573", "max": "197.955", "min": "195.028", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "199.215", "max": "199.485", "min": "199.078", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "159.063", "max": "168.265", "min": "156.774", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "283.021", "max": "285.867", "min": "282.283", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "207.319", "max": "209.044", "min": "206.301", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "155.43", "max": "155.683", "min": "155.304", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "205.688", "max": "205.878", "min": "205.543", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "116.689", "max": "119.925", "min": "115.809", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "294.99", "max": "295.487", "min": "294.338", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "287.19", "max": "287.19", "min": "287.19", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "114.125", "max": "114.476", "min": "114.006", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "96.989", "max": "97.346", "min": "96.854", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "214.742", "max": "216.603", "min": "214.471", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "141.731", "max": "152.07", "min": "133.717", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "143.066", "max": "143.358", "min": "142.869", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "280.08", "max": "281.102", "min": "279.861", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "95.194", "max": "97.207", "min": "94.853", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "218.791", "max": "222.982", "min": "218.52", "id": "174", "country": "Kazakhstan", "source_name": "Karaganda", "destination_name": "Lansing", "destination_id": "295" } } }, "193": { "name": "Tirana", "data": { "0": { "avg": "238.992", "max": "242.119", "min": "238.712", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "296.69", "max": "297.353", "min": "296.424", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "136.217", "max": "136.396", "min": "136.122", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "22.034", "max": "32.496", "min": "20.779", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "44.748", "max": "44.988", "min": "44.554", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "259.782", "max": "260.663", "min": "259.603", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "40.412", "max": "40.787", "min": "40.305", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "306.122", "max": "308.416", "min": "305.637", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "68.011", "max": "68.509", "min": "67.874", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "71.266", "max": "87.526", "min": "70.547", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "49.15", "max": "49.61", "min": "48.916", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "158.898", "max": "159.574", "min": "158.764", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "118.471", "max": "118.567", "min": "118.408", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "121.492", "max": "121.908", "min": "121.327", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "153.76", "max": "153.903", "min": "153.673", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "128.185", "max": "128.445", "min": "128.039", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "60.627", "max": "60.909", "min": "60.427", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "128.519", "max": "128.651", "min": "128.389", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "56.382", "max": "56.643", "min": "56.244", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "24.449", "max": "24.528", "min": "24.36", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "330.673", "max": "330.807", "min": "330.604", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "142.675", "max": "142.747", "min": "142.598", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "188.375", "max": "188.873", "min": "188.25", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "192.451", "max": "192.746", "min": "192.336", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "58.43", "max": "58.847", "min": "58.306", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "38.989", "max": "39.175", "min": "38.903", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "27.839", "max": "32.2", "min": "27.473", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "40.08", "max": "40.685", "min": "39.901", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "34.171", "max": "34.313", "min": "34.08", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "175.115", "max": "176.046", "min": "174.895", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "271.973", "max": "272.1", "min": "271.865", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "57.179", "max": "57.285", "min": "57.088", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "179.515", "max": "180.587", "min": "179.371", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "65.969", "max": "66.104", "min": "65.88", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "39.608", "max": "41.106", "min": "39.315", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "182.702", "max": "183.919", "min": "182.493", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "178.828", "max": "178.995", "min": "178.748", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "174.626", "max": "176.258", "min": "174.367", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "142.433", "max": "145.305", "min": "142.205", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "118.62", "max": "120.602", "min": "118.321", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "186.406", "max": "189.1", "min": "186.045", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "50.077", "max": "53.926", "min": "49.695", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "83.896", "max": "84.026", "min": "83.8", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "59.909", "max": "60.634", "min": "59.808", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "161.239", "max": "164.785", "min": "161", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "29.701", "max": "30.306", "min": "29.317", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "68.479", "max": "68.76", "min": "68.358", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "204.023", "max": "205.481", "min": "203.712", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "270.033", "max": "270.485", "min": "269.862", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "159.975", "max": "160.04", "min": "159.868", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "122.022", "max": "122.802", "min": "121.831", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "187.109", "max": "187.249", "min": "186.942", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "48.631", "max": "60.218", "min": "43.174", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "144.351", "max": "144.55", "min": "144.218", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "157.808", "max": "165.567", "min": "154.943", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "222.665", "max": "223.211", "min": "222.478", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "70.767", "max": "75.766", "min": "69.659", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "339.722", "max": "339.83", "min": "339.635", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "44.574", "max": "45.989", "min": "44.292", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "40.435", "max": "40.617", "min": "40.333", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "85.719", "max": "91.185", "min": "84.99", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "89.046", "max": "129.353", "min": "84.715", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "200.488", "max": "285.602", "min": "187.397", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "303.881", "max": "306.673", "min": "303.57", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "65.758", "max": "66.016", "min": "65.622", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "48.761", "max": "52.019", "min": "48.559", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "118.407", "max": "118.63", "min": "118.309", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "81.018", "max": "81.429", "min": "80.718", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "250.707", "max": "252.886", "min": "249.931", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "163.728", "max": "165.274", "min": "163.516", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "240.431", "max": "242.078", "min": "240.226", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "179.214", "max": "179.516", "min": "178.968", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "180.162", "max": "183.176", "min": "179.915", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "137.417", "max": "137.502", "min": "137.35", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "86.309", "max": "87.062", "min": "86.152", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "56.129", "max": "56.311", "min": "55.991", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "132.293", "max": "132.497", "min": "132.18", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "183.571", "max": "183.775", "min": "183.413", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "131.871", "max": "142.808", "min": "131.333", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "135.196", "max": "135.299", "min": "135.07", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "199.571", "max": "199.746", "min": "199.458", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "121.598", "max": "121.9", "min": "121.356", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "261.534", "max": "265.686", "min": "255.57", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "166.032", "max": "167.028", "min": "165.823", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "200.295", "max": "200.442", "min": "200.225", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "87.767", "max": "88.742", "min": "87.594", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "57.132", "max": "60.827", "min": "56.769", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "140.779", "max": "140.952", "min": "140.649", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "145.476", "max": "145.654", "min": "145.353", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "52.643", "max": "62.032", "min": "52.203", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "145.772", "max": "148.253", "min": "144.964", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.62", "max": "180.827", "min": "180.468", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "61.662", "max": "61.728", "min": "61.593", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "317.866", "max": "318.117", "min": "317.722", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "128.724", "max": "129.608", "min": "128.492", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "146.074", "max": "146.184", "min": "145.919", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "193.679", "max": "194.623", "min": "193.465", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "183.142", "max": "214.448", "min": "181.579", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "185.887", "max": "186.076", "min": "185.767", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "140.348", "max": "142.508", "min": "140.153", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "143.36", "max": "144.218", "min": "143.23", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "198.274", "max": "202.889", "min": "197.955", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "49.534", "max": "50.228", "min": "49.34", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "352.66", "max": "356.978", "min": "351.529", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "141.453", "max": "141.979", "min": "141.324", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "205.503", "max": "207.336", "min": "205.349", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "114.756", "max": "115.071", "min": "114.593", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "137.258", "max": "137.422", "min": "137.133", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "152.345", "max": "155.073", "min": "151.721", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "333.559", "max": "333.654", "min": "333.468", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "312.937", "max": "313.259", "min": "312.351", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "116.604", "max": "117.04", "min": "116.479", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "170.473", "max": "170.846", "min": "170.257", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "409.099", "max": "532.624", "min": "262.032", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "117.085", "max": "230.801", "min": "33.762", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "208.6", "max": "226.068", "min": "207.248", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "224.432", "max": "225.101", "min": "224.308", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "156.476", "max": "157.049", "min": "156.338", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "144.403", "max": "145.172", "min": "144.102", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "159.154", "max": "159.596", "min": "158.911", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "209.635", "max": "370.243", "min": "138.525", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "217.074", "max": "217.207", "min": "216.961", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "73.205", "max": "275.277", "min": "64.726", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "63.45", "max": "63.543", "min": "63.378", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "52.747", "max": "53.711", "min": "52.083", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "115.875", "max": "116.059", "min": "115.713", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "193.591", "max": "193.776", "min": "193.379", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "151.284", "max": "151.661", "min": "151.126", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "226.117", "max": "226.843", "min": "225.943", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "138.992", "max": "139.262", "min": "138.904", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "136.566", "max": "136.811", "min": "136.426", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "142.431", "max": "142.562", "min": "142.335", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "328.673", "max": "329.903", "min": "328.075", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "157.662", "max": "157.735", "min": "157.602", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "112.848", "max": "113.102", "min": "112.738", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "166.544", "max": "171.529", "min": "165.934", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "162.65", "max": "162.928", "min": "162.535", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "149.416", "max": "149.906", "min": "149.301", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "114.494", "max": "114.981", "min": "114.311", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "17.373", "max": "17.587", "min": "17.209", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "200.448", "max": "204.138", "min": "199.928", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "63.487", "max": "64.5", "min": "63.354", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "49.83", "max": "50.024", "min": "49.68", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "220.227", "max": "226.778", "min": "219.835", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "41.421", "max": "42.128", "min": "41.2", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "36.662", "max": "79.995", "min": "34.88", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "157.732", "max": "158.308", "min": "157.605", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "46.183", "max": "46.441", "min": "46.045", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "52.89", "max": "52.943", "min": "52.808", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "38.229", "max": "46.683", "min": "36.601", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "266.676", "max": "266.774", "min": "266.597", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "24.25", "max": "25.573", "min": "24.064", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "42.735", "max": "42.922", "min": "42.551", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "135.872", "max": "136.004", "min": "135.777", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "193.791", "max": "194.312", "min": "193.536", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "70.617", "max": "71.531", "min": "70.409", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "343.126", "max": "384.769", "min": "336.241", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "168.998", "max": "169.265", "min": "168.886", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "281.732", "max": "366.712", "min": "274.479", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "162.999", "max": "163.107", "min": "162.912", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "411.416", "max": "411.64", "min": "411.025", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "64.068", "max": "64.162", "min": "63.983", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "112.278", "max": "112.415", "min": "112.168", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "131.934", "max": "132.078", "min": "131.848", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "205.791", "max": "205.918", "min": "205.676", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "112.915", "max": "113.044", "min": "112.813", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "173.299", "max": "173.686", "min": "173.156", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "275.133", "max": "275.848", "min": "274.865", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "117.36", "max": "117.728", "min": "117.235", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "137.948", "max": "138.023", "min": "137.872", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "37.949", "max": "39.718", "min": "37.681", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "165.291", "max": "165.466", "min": "165.217", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "53.755", "max": "54.485", "min": "53.577", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "42.041", "max": "42.33", "min": "41.859", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "61.386", "max": "61.487", "min": "61.289", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "26.893", "max": "26.964", "min": "26.805", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "52.879", "max": "53.32", "min": "52.661", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "89.726", "max": "90.292", "min": "89.564", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "0.029", "max": "0.06", "min": "0.021", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "84.897", "max": "85.23", "min": "84.771", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "35.729", "max": "36.253", "min": "35.572", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "45.399", "max": "47.078", "min": "45.194", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "53.411", "max": "53.563", "min": "53.33", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "41.58", "max": "41.667", "min": "41.459", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "34.874", "max": "35.088", "min": "34.712", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "50.893", "max": "51.346", "min": "50.614", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "46.336", "max": "74.559", "min": "44.636", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "65.221", "max": "128.08", "min": "39.474", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "45.322", "max": "45.563", "min": "45.209", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "48.691", "max": "49.126", "min": "48.533", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "57.375", "max": "57.634", "min": "57.226", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "55.724", "max": "56.318", "min": "55.265", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "45.131", "max": "63.067", "min": "44.287", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "308.966", "max": "310.515", "min": "308.825", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "39.778", "max": "40.464", "min": "39.666", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "54.944", "max": "55.122", "min": "54.762", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "33.54", "max": "33.682", "min": "33.437", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "203.141", "max": "211.496", "min": "201.385", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "14.869", "max": "15.135", "min": "14.68", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "42.226", "max": "52.752", "min": "41.6", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "42.398", "max": "43.264", "min": "42.288", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "44.509", "max": "44.747", "min": "44.344", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "336.937", "max": "344.723", "min": "336.401", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "122.757", "max": "127.458", "min": "122.045", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "265.357", "max": "267.373", "min": "258.546", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "166.573", "max": "166.664", "min": "166.489", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "48.93", "max": "49.141", "min": "48.823", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "162.845", "max": "163.165", "min": "162.679", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "194.524", "max": "194.704", "min": "194.292", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "53.779", "max": "53.932", "min": "53.63", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "37.077", "max": "38.165", "min": "36.904", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "48.198", "max": "49.133", "min": "47.868", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "46.294", "max": "47.589", "min": "45.993", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "139.296", "max": "139.424", "min": "139.242", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "145.063", "max": "145.117", "min": "144.989", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "207.215", "max": "209.209", "min": "206.916", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "127.311", "max": "127.507", "min": "127.211", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "55.013", "max": "55.201", "min": "54.873", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "117.974", "max": "118.051", "min": "117.916", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "36.384", "max": "36.597", "min": "36.271", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "228.222", "max": "282.918", "min": "226.179", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "154.296", "max": "156.676", "min": "151.497", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "46.524", "max": "46.828", "min": "46.411", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "52.778", "max": "53.846", "min": "52.17", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "165.567", "max": "167.92", "min": "164.679", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "140.155", "max": "140.993", "min": "139.823", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "261.372", "max": "261.539", "min": "261.273", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "84.091", "max": "84.586", "min": "83.896", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "76.806", "max": "76.868", "min": "76.734", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "45.474", "max": "45.572", "min": "45.401", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "43.333", "max": "43.45", "min": "43.232", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "122.564", "max": "128.222", "min": "122", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "119.007", "max": "119.317", "min": "118.894", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "76.668", "max": "90.369", "min": "73.591", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "201.733", "max": "207.527", "min": "201.066", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "123.963", "max": "125.262", "min": "122.966", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "88.729", "max": "89.301", "min": "88.635", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "144.892", "max": "145.195", "min": "144.738", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "59.157", "max": "62.216", "min": "58.943", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "227.232", "max": "230.985", "min": "220.504", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "220.141", "max": "220.141", "min": "220.141", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "48.589", "max": "57.288", "min": "48.207", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "38.153", "max": "38.235", "min": "38.076", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "147.699", "max": "152.351", "min": "147.34", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "62.707", "max": "71.783", "min": "55.124", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "62.809", "max": "93.559", "min": "61.654", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "210.282", "max": "211.353", "min": "210.075", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "108.552", "max": "109.155", "min": "108.359", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "142.61", "max": "144.607", "min": "142.331", "id": "193", "country": "Albania", "source_name": "Tirana", "destination_name": "Lansing", "destination_id": "295" } } }, "200": { "name": "Brno", "data": { "0": { "avg": "227.699", "max": "227.893", "min": "227.581", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "278.71", "max": "282.959", "min": "278.333", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "112.857", "max": "113.001", "min": "112.765", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "10.606", "max": "19.971", "min": "10.126", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "32.581", "max": "32.924", "min": "32.433", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "231.347", "max": "232.372", "min": "231.182", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "30.175", "max": "30.319", "min": "30.051", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "288.083", "max": "292.02", "min": "287.26", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "55.656", "max": "55.92", "min": "55.473", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "38.379", "max": "44.247", "min": "37.808", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "36.288", "max": "44.455", "min": "35.746", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "140.386", "max": "141.724", "min": "140.171", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "105.93", "max": "106.049", "min": "105.825", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "105.012", "max": "105.242", "min": "104.826", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "139.136", "max": "139.3", "min": "139.022", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "103.98", "max": "104.151", "min": "103.756", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "33.76", "max": "34.1", "min": "33.563", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "110.801", "max": "111.884", "min": "110.646", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "42.869", "max": "43.095", "min": "42.711", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "11.95", "max": "12.178", "min": "11.861", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "300.765", "max": "300.864", "min": "300.673", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "125.147", "max": "125.316", "min": "125.029", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "169.868", "max": "170.487", "min": "169.717", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "170.39", "max": "172.432", "min": "170.141", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "34.644", "max": "34.813", "min": "34.508", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.745", "max": "27.944", "min": "27.622", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "21.405", "max": "22.969", "min": "21.093", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "12.238", "max": "12.496", "min": "12.095", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "10.779", "max": "18.342", "min": "10.363", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "152.354", "max": "160.799", "min": "151.806", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "155.547", "max": "155.701", "min": "155.445", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "28.468", "max": "30.177", "min": "28.239", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "158.402", "max": "159.021", "min": "158.225", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "48.158", "max": "48.664", "min": "48.036", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "19.549", "max": "28.035", "min": "18.914", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "167.467", "max": "168.159", "min": "167.266", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "168.228", "max": "168.394", "min": "168.121", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "158.802", "max": "158.972", "min": "158.649", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "129.338", "max": "129.559", "min": "129.209", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "110.778", "max": "111.376", "min": "110.555", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "173.702", "max": "176.731", "min": "173.26", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "39.702", "max": "45.798", "min": "39.127", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "56.165", "max": "56.492", "min": "56.047", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "29.913", "max": "31.705", "min": "29.681", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "143.7", "max": "143.823", "min": "143.602", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "22.392", "max": "23.05", "min": "22.05", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "47.737", "max": "51.768", "min": "47.457", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "180.722", "max": "180.872", "min": "180.605", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "272.049", "max": "273.779", "min": "271.423", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "131.956", "max": "132.067", "min": "131.847", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "100.558", "max": "100.751", "min": "100.302", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "163.184", "max": "163.439", "min": "162.985", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "74.164", "max": "115.401", "min": "30.247", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "126.971", "max": "127.121", "min": "126.823", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "160.73", "max": "188.155", "min": "156.61", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "384.009", "max": "384.983", "min": "383.818", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "49.652", "max": "52.077", "min": "48.658", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "326.979", "max": "327.357", "min": "326.875", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "15.937", "max": "19.551", "min": "15.494", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "31.792", "max": "31.895", "min": "31.676", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "69.93", "max": "70.967", "min": "69.498", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "79.316", "max": "120.944", "min": "76.705", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "214.651", "max": "319.811", "min": "207.86", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "212.806", "max": "213.263", "min": "212.633", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "45.866", "max": "46.138", "min": "45.757", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "27.561", "max": "28.254", "min": "27.332", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "104.503", "max": "104.662", "min": "104.345", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "32.109", "max": "32.504", "min": "31.758", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "227.079", "max": "231.356", "min": "226.401", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "140.872", "max": "144.68", "min": "140.481", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "336.329", "max": "338.377", "min": "336.094", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "159.388", "max": "160.58", "min": "159.181", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "175.975", "max": "181.147", "min": "175.559", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "126.762", "max": "126.859", "min": "126.675", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "70.13", "max": "71.067", "min": "69.926", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "26.966", "max": "27.105", "min": "26.774", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "120.433", "max": "121.292", "min": "120.263", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "162.621", "max": "165.942", "min": "162.314", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "122.985", "max": "124.694", "min": "122.547", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "115.189", "max": "115.596", "min": "115.051", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "149.191", "max": "149.445", "min": "148.87", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "108.13", "max": "115.194", "min": "107.615", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "229.918", "max": "230.229", "min": "228.991", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "163.279", "max": "174.898", "min": "162.707", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "158.649", "max": "161.246", "min": "158.459", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "78.994", "max": "80.489", "min": "78.623", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "44.773", "max": "49.62", "min": "44.352", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "137.611", "max": "137.787", "min": "137.499", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "130.388", "max": "130.618", "min": "130.193", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "37.113", "max": "44.927", "min": "36.729", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "135.82", "max": "139.336", "min": "135.257", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "177.826", "max": "178.479", "min": "177.621", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "46.936", "max": "47.804", "min": "46.772", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "296.255", "max": "296.55", "min": "296.07", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "129.08", "max": "129.312", "min": "128.928", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "132.604", "max": "133.208", "min": "132.404", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "176.743", "max": "176.966", "min": "176.513", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "168.148", "max": "192.292", "min": "166.524", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "189.397", "max": "189.57", "min": "189.256", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "122.253", "max": "124.009", "min": "121.968", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "128.758", "max": "134.987", "min": "128.422", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "183.796", "max": "183.939", "min": "183.619", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "48.906", "max": "49.057", "min": "48.805", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "322.305", "max": "326.83", "min": "321.618", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "131.824", "max": "132.729", "min": "131.645", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "341.923", "max": "347.628", "min": "308.346", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "191.876", "max": "193.849", "min": "191.71", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "97.093", "max": "97.294", "min": "96.96", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "117.733", "max": "117.882", "min": "117.602", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "139.038", "max": "143.549", "min": "138.14", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "323.452", "max": "333.054", "min": "322.97", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "287.729", "max": "287.918", "min": "287.531", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "98.105", "max": "98.794", "min": "97.976", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "142.897", "max": "148.066", "min": "142.331", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "385.567", "max": "504.102", "min": "198.121", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "145.453", "max": "242.829", "min": "43.948", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "181.156", "max": "182.038", "min": "180.658", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "204.47", "max": "204.907", "min": "204.339", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "142.885", "max": "157.407", "min": "142.259", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "134.1", "max": "135.036", "min": "133.81", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "126.59", "max": "127.26", "min": "126.286", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "216.933", "max": "360.74", "min": "129.976", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "206.792", "max": "207.014", "min": "206.691", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "38.544", "max": "305.55", "min": "19.633", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "47.28", "max": "48.1", "min": "47.142", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "40.539", "max": "41.614", "min": "40.132", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "103.093", "max": "103.647", "min": "102.94", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "197.03", "max": "198.534", "min": "196.575", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "140.875", "max": "141.614", "min": "140.628", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "193.267", "max": "194.129", "min": "192.985", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "116.334", "max": "117.444", "min": "116.089", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "115.953", "max": "116.213", "min": "115.752", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "114.243", "max": "114.593", "min": "113.945", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "313.712", "max": "315.29", "min": "312.908", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "144.545", "max": "144.732", "min": "144.458", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "103.911", "max": "112.93", "min": "103.473", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "153.711", "max": "164.297", "min": "152.45", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "151.745", "max": "151.959", "min": "151.538", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "124.415", "max": "124.593", "min": "124.256", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "113.469", "max": "113.614", "min": "113.29", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "10.309", "max": "10.617", "min": "10.137", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "182.688", "max": "183.431", "min": "182.311", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "47.534", "max": "47.971", "min": "47.374", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "9.917", "max": "10.066", "min": "9.759", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "196.854", "max": "199.532", "min": "196.391", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "24.249", "max": "24.621", "min": "24.08", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "24.55", "max": "29.693", "min": "24.101", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "140.019", "max": "140.137", "min": "139.916", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "23.493", "max": "24.043", "min": "23.376", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "25.002", "max": "25.175", "min": "24.857", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "9.978", "max": "26.384", "min": "7.833", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "212.965", "max": "218.539", "min": "212.652", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "25.207", "max": "25.499", "min": "25.073", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "30.739", "max": "31.642", "min": "30.502", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "108.005", "max": "112.35", "min": "107.712", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "152.495", "max": "153.579", "min": "152.144", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "40.047", "max": "40.853", "min": "39.802", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "314.178", "max": "352.592", "min": "306.622", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "140.797", "max": "140.946", "min": "140.639", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "269.649", "max": "362.415", "min": "261.077", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "152.576", "max": "152.959", "min": "152.417", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "394.876", "max": "395.181", "min": "394.373", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "21.419", "max": "21.567", "min": "21.292", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "88.867", "max": "89.355", "min": "88.731", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "100.937", "max": "101.377", "min": "100.82", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "187.602", "max": "187.769", "min": "187.487", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "97.481", "max": "97.729", "min": "97.395", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "183.35", "max": "183.679", "min": "183.214", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "237.178", "max": "241.843", "min": "222.88", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "102.557", "max": "103.052", "min": "102.349", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "114.431", "max": "114.588", "min": "114.349", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.645", "max": "26.368", "min": "23.242", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "307.582", "max": "307.688", "min": "307.504", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "33.406", "max": "34.014", "min": "33.314", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "25.2", "max": "25.93", "min": "24.989", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "40.397", "max": "40.504", "min": "40.331", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "20.073", "max": "20.183", "min": "19.975", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "30.529", "max": "30.987", "min": "30.293", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "71.856", "max": "73.445", "min": "71.531", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "34.932", "max": "35.113", "min": "34.8", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "75.269", "max": "90.151", "min": "74.664", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "60.02", "max": "61.075", "min": "59.846", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "17.878", "max": "22.571", "min": "17.285", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "27.244", "max": "27.323", "min": "27.152", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "38.315", "max": "38.519", "min": "38.186", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "0.049", "max": "0.1", "min": "0.033", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "82.2", "max": "82.625", "min": "81.863", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "42.363", "max": "51.181", "min": "40.95", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "50.071", "max": "105.991", "min": "19.318", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "21.816", "max": "29.568", "min": "21.407", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "77.457", "max": "78.229", "min": "77.206", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "21.963", "max": "22.201", "min": "21.79", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "33.085", "max": "33.849", "min": "32.646", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "27.644", "max": "27.856", "min": "27.409", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "207.744", "max": "210.334", "min": "207.493", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "12.656", "max": "14.421", "min": "12.47", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "18.439", "max": "18.696", "min": "18.164", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "9.432", "max": "9.538", "min": "9.353", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "186.941", "max": "192.927", "min": "185.853", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "38.381", "max": "38.635", "min": "38.273", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "21.38", "max": "21.817", "min": "20.928", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "27.999", "max": "28.346", "min": "27.846", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "20.499", "max": "20.759", "min": "20.355", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "320.838", "max": "331.749", "min": "319.399", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "111.15", "max": "116.664", "min": "110.396", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "226.422", "max": "226.556", "min": "226.264", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "160.015", "max": "160.492", "min": "159.896", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "21.1", "max": "21.65", "min": "20.881", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "141.783", "max": "146.499", "min": "141.401", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "188.369", "max": "188.606", "min": "188.179", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "27.24", "max": "27.378", "min": "27.119", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "65.681", "max": "66.609", "min": "65.454", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "42.751", "max": "44.257", "min": "42.437", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "28.61", "max": "28.907", "min": "28.461", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "133.866", "max": "133.958", "min": "133.714", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "128.172", "max": "128.252", "min": "128.06", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "261.71", "max": "347.768", "min": "258.534", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "97.232", "max": "97.299", "min": "97.113", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "22.467", "max": "22.676", "min": "22.356", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "110.925", "max": "111.052", "min": "110.846", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "19.114", "max": "19.299", "min": "18.975", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "256.51", "max": "256.815", "min": "256.354", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "139.936", "max": "144.994", "min": "137.359", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "39.365", "max": "39.556", "min": "39.285", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "45.86", "max": "46.735", "min": "44.815", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "165.413", "max": "168.44", "min": "164.145", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "126.409", "max": "129.875", "min": "125.966", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "195.681", "max": "195.913", "min": "195.558", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "76.093", "max": "90.356", "min": "75.426", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "50.351", "max": "50.502", "min": "50.265", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "23.872", "max": "24.083", "min": "23.745", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "59.748", "max": "59.856", "min": "59.631", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "121.334", "max": "124.76", "min": "120.856", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "113.759", "max": "113.919", "min": "113.588", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "77.225", "max": "87.623", "min": "74.705", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "194.101", "max": "197.754", "min": "193.077", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "114.339", "max": "115.661", "min": "113.114", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "71.246", "max": "72.459", "min": "71.105", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "116.191", "max": "116.421", "min": "115.954", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "42.861", "max": "44.557", "min": "42.664", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "200.719", "max": "207.497", "min": "200.303", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "195.155", "max": "195.155", "min": "195.155", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "39.246", "max": "39.371", "min": "39.142", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "15.487", "max": "15.67", "min": "15.38", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "125.717", "max": "132.688", "min": "125.174", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "48.225", "max": "60.619", "min": "42.204", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "24.773", "max": "24.865", "min": "24.607", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "203.972", "max": "205.769", "min": "203.712", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "71.026", "max": "71.998", "min": "70.65", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "127.741", "max": "128.268", "min": "127.618", "id": "200", "country": "Czech Republic", "source_name": "Brno", "destination_name": "Lansing", "destination_id": "295" } } }, "206": { "name": "Gdansk", "data": { "0": { "avg": "252.623", "max": "253.053", "min": "252.224", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "311.347", "max": "321.008", "min": "310.585", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "126.189", "max": "126.904", "min": "126.036", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "42.519", "max": "54.333", "min": "41.715", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "38.855", "max": "39.804", "min": "38.532", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "273.321", "max": "287.064", "min": "272.61", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "38.571", "max": "39.028", "min": "38.425", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "307.453", "max": "318.727", "min": "305.944", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "64.887", "max": "65.168", "min": "64.71", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "44.779", "max": "57.529", "min": "44.03", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "52.963", "max": "56.06", "min": "52.627", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "145.347", "max": "145.714", "min": "145.096", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "101.523", "max": "101.972", "min": "101.285", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "116.547", "max": "116.804", "min": "116.382", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "141.114", "max": "143.806", "min": "140.906", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "122.088", "max": "122.812", "min": "121.674", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "46.832", "max": "47.077", "min": "46.538", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "126.707", "max": "127.768", "min": "126.389", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "51.565", "max": "64.001", "min": "50.874", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "31.505", "max": "31.747", "min": "31.403", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "313.595", "max": "316.39", "min": "313.208", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "118.159", "max": "118.429", "min": "117.931", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "174.637", "max": "174.943", "min": "174.499", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "173.829", "max": "182.848", "min": "173.125", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "25.709", "max": "29.709", "min": "25.291", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "45.611", "max": "57.498", "min": "45.018", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "45.186", "max": "46.814", "min": "44.896", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "29.294", "max": "38.854", "min": "28.447", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "24.443", "max": "24.751", "min": "24.277", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "164.941", "max": "165.298", "min": "164.651", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "171.442", "max": "171.681", "min": "171.249", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "5.325", "max": "5.571", "min": "5.145", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "172.684", "max": "189.131", "min": "171.939", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "27.273", "max": "27.746", "min": "27.128", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "31.781", "max": "44.766", "min": "31.014", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "180.716", "max": "186.378", "min": "180.078", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "168.816", "max": "169.143", "min": "168.66", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "161.416", "max": "161.992", "min": "161.253", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "140.615", "max": "141.264", "min": "140.417", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "111.899", "max": "113.575", "min": "111.496", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "173.407", "max": "177.172", "min": "172.861", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "44.536", "max": "58.063", "min": "43.13", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "72.873", "max": "88.015", "min": "71.327", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "33.302", "max": "36.284", "min": "32.871", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "156.906", "max": "157.54", "min": "156.634", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "45.123", "max": "45.826", "min": "44.74", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "48.803", "max": "59.69", "min": "47.992", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "194.083", "max": "194.55", "min": "193.887", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "267.526", "max": "269.779", "min": "267.264", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "150.514", "max": "150.66", "min": "150.376", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "115.304", "max": "116.004", "min": "115.092", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "183.798", "max": "184.625", "min": "183.473", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "88.434", "max": "176.481", "min": "70.599", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "133.346", "max": "134.049", "min": "133.045", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "173.674", "max": "196.68", "min": "169.595", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "290.467", "max": "298.55", "min": "289.916", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "57.981", "max": "58.862", "min": "57.284", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "330.105", "max": "330.376", "min": "330.009", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "63.769", "max": "70.129", "min": "62.816", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "38.952", "max": "57.74", "min": "38.128", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "76.849", "max": "80.159", "min": "76.261", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "89.709", "max": "132.679", "min": "86.799", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "214.183", "max": "299.773", "min": "197.253", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "318.641", "max": "318.887", "min": "318.513", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "67.105", "max": "68.783", "min": "66.86", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "46.295", "max": "47.785", "min": "46.042", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "108.438", "max": "108.665", "min": "108.283", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "70.48", "max": "71.208", "min": "70.01", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "244.185", "max": "245.835", "min": "243.399", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "158.861", "max": "161.226", "min": "158.598", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "203.199", "max": "203.868", "min": "202.969", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "166.455", "max": "167.228", "min": "166.128", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "185.62", "max": "188.914", "min": "185.181", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "130.301", "max": "130.804", "min": "130.119", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "96.245", "max": "96.61", "min": "96.052", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "66.934", "max": "76.768", "min": "66.414", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "126.931", "max": "127.311", "min": "126.79", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "174.402", "max": "174.729", "min": "174.174", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "134.262", "max": "136.588", "min": "133.721", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "124.465", "max": "154.041", "min": "122.654", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.407", "max": "161.766", "min": "161.056", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "120.82", "max": "121.306", "min": "120.453", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "243.463", "max": "246.115", "min": "239.404", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "164.928", "max": "165.566", "min": "164.617", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "148.139", "max": "148.61", "min": "147.891", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "88.293", "max": "89.785", "min": "87.892", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "40.196", "max": "45.162", "min": "39.594", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "136.239", "max": "151.741", "min": "135.413", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "137.034", "max": "137.217", "min": "136.87", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "34.514", "max": "43.847", "min": "33.842", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "136.688", "max": "137.726", "min": "136.125", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "175.792", "max": "189.942", "min": "175.025", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "57.035", "max": "57.425", "min": "56.89", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "268.065", "max": "284.811", "min": "267.217", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "122.492", "max": "133.168", "min": "121.935", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "142.926", "max": "143.4", "min": "142.612", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "189.164", "max": "189.492", "min": "188.922", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "181.028", "max": "196.952", "min": "179.412", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "173.953", "max": "176.294", "min": "173.641", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "129.527", "max": "132.229", "min": "129.121", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "141.557", "max": "162.995", "min": "140.304", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "169.359", "max": "210.057", "min": "165.594", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "59.081", "max": "59.77", "min": "58.845", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "337.657", "max": "348.955", "min": "336.623", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "133.028", "max": "133.733", "min": "132.789", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "344.788", "max": "370.49", "min": "310.144", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "215.842", "max": "218.506", "min": "215.127", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "110.201", "max": "110.445", "min": "109.96", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "127.845", "max": "128.353", "min": "127.686", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "190.15", "max": "208.651", "min": "189.272", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "279.95", "max": "280.277", "min": "279.793", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "306.619", "max": "307.302", "min": "305.92", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "140.124", "max": "150.876", "min": "121.787", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "150.377", "max": "161.093", "min": "149.067", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "391.182", "max": "492.631", "min": "210.524", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "182.058", "max": "296.654", "min": "88.846", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "195.433", "max": "196.479", "min": "195.144", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "213.293", "max": "230.81", "min": "212.307", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "147.755", "max": "148.151", "min": "147.563", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "142.826", "max": "143.375", "min": "142.41", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "142.287", "max": "142.574", "min": "141.924", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "214.434", "max": "364.65", "min": "133.976", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "217.202", "max": "228.493", "min": "216.323", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "29.817", "max": "115.661", "min": "26.423", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "26.512", "max": "27.038", "min": "26.329", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "48.466", "max": "49.363", "min": "47.794", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "114.992", "max": "117.82", "min": "113.972", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "188.753", "max": "214.468", "min": "187.63", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "137.412", "max": "151.16", "min": "136.651", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "210.299", "max": "217.755", "min": "209.796", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "131.904", "max": "132.614", "min": "131.692", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "133.91", "max": "142.267", "min": "133.336", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "130.755", "max": "135.041", "min": "130.33", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "326.398", "max": "335.971", "min": "325.391", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "152.022", "max": "152.379", "min": "151.872", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "111.957", "max": "125.656", "min": "111.111", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "147.966", "max": "161.621", "min": "146.831", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "142.949", "max": "143.805", "min": "142.67", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "141.164", "max": "151.076", "min": "140.575", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "109.704", "max": "121.714", "min": "109.114", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "41.921", "max": "42.195", "min": "41.756", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.364", "max": "198.803", "min": "197.959", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "52.762", "max": "53.019", "min": "52.582", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.802", "max": "30.749", "min": "25.431", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "209.948", "max": "231.697", "min": "208.336", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "29.805", "max": "40.888", "min": "29.123", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "45.169", "max": "47.727", "min": "44.797", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "159.078", "max": "159.486", "min": "158.813", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "33.019", "max": "40.894", "min": "32.263", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "44.588", "max": "44.8", "min": "44.43", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "29.534", "max": "47.065", "min": "27.419", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "211.309", "max": "211.925", "min": "211.137", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "51.371", "max": "52.69", "min": "51.089", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "33.076", "max": "47.629", "min": "31.881", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "125.432", "max": "136.416", "min": "124.825", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "167.989", "max": "181.287", "min": "167.271", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "53.48", "max": "53.881", "min": "53.185", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "274.828", "max": "326.18", "min": "267.53", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "153.093", "max": "153.4", "min": "152.81", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "272.116", "max": "363.458", "min": "265.179", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "145.764", "max": "146.361", "min": "145.566", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "412.704", "max": "413.41", "min": "412.34", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "23.116", "max": "24.115", "min": "22.888", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "109.297", "max": "109.636", "min": "109.124", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "111.727", "max": "112.456", "min": "111.505", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "197.932", "max": "198.272", "min": "197.753", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "105.082", "max": "105.268", "min": "104.881", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "187.237", "max": "187.792", "min": "186.994", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "264.693", "max": "271.832", "min": "263.534", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "117.809", "max": "118.592", "min": "117.546", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "124.807", "max": "125.46", "min": "124.633", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "39.327", "max": "41.126", "min": "39.008", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "161.769", "max": "162.608", "min": "161.499", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "46.944", "max": "48.338", "min": "46.669", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "35.798", "max": "37.046", "min": "35.516", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "51.25", "max": "54.445", "min": "50.945", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "46.989", "max": "47.337", "min": "46.817", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "36.14", "max": "49.127", "min": "35.129", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "78.585", "max": "81.608", "min": "78.172", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "57.663", "max": "65.379", "min": "57.157", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "76.457", "max": "78.995", "min": "76.151", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "68.168", "max": "68.92", "min": "67.915", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "34.615", "max": "37.398", "min": "34.241", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "44.239", "max": "44.837", "min": "44.079", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "30.75", "max": "31.495", "min": "30.529", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "21.941", "max": "22.535", "min": "21.769", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "93.387", "max": "108.684", "min": "92.568", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "48.132", "max": "66.035", "min": "46.412", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "64.203", "max": "105.101", "min": "32.506", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "33.949", "max": "34.425", "min": "33.715", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "88.172", "max": "101.774", "min": "87.439", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "0.038", "max": "0.101", "min": "0.032", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "50.758", "max": "51.348", "min": "50.273", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "35.282", "max": "35.975", "min": "34.966", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "230.266", "max": "238.887", "min": "229.692", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "46.489", "max": "46.866", "min": "46.344", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "37.39", "max": "37.988", "min": "37.195", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "27.549", "max": "28.175", "min": "27.377", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "199.578", "max": "206.953", "min": "197.845", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "73.609", "max": "73.83", "min": "73.456", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "34.007", "max": "40.361", "min": "33.313", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "30.072", "max": "30.773", "min": "29.826", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "29.103", "max": "41.598", "min": "28.211", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "326.433", "max": "337.928", "min": "322.755", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "110.394", "max": "111.42", "min": "109.977", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "235.716", "max": "236.962", "min": "227.878", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "161.753", "max": "162.533", "min": "161.477", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "34.32", "max": "38.322", "min": "34.018", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "160.662", "max": "167.902", "min": "160.247", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "200.786", "max": "201.054", "min": "200.407", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "51.399", "max": "70.756", "min": "50.506", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "96.471", "max": "98.057", "min": "96.047", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "35.172", "max": "44.523", "min": "34.273", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "32.566", "max": "63.037", "min": "30.251", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "130.962", "max": "131.431", "min": "130.763", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "137.493", "max": "137.63", "min": "137.374", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "267.86", "max": "358.629", "min": "264.539", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "185.224", "max": "185.658", "min": "184.993", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "39.343", "max": "40.042", "min": "39.16", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "114.204", "max": "121.619", "min": "113.835", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "39.308", "max": "39.643", "min": "39.161", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "226.068", "max": "242.82", "min": "225.279", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "148.833", "max": "151.978", "min": "145.985", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "66.154", "max": "66.351", "min": "65.889", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "74.019", "max": "112.605", "min": "71.811", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "179.125", "max": "182.617", "min": "178.022", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "131.094", "max": "131.934", "min": "130.695", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "215.817", "max": "216.302", "min": "215.54", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "89.998", "max": "106.397", "min": "89.217", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "62.281", "max": "62.473", "min": "62.163", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "34.501", "max": "34.656", "min": "34.339", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "74.223", "max": "74.53", "min": "74.05", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "117.835", "max": "127.903", "min": "116.495", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "122.981", "max": "131.989", "min": "122.548", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "88.22", "max": "90.945", "min": "86.536", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.774", "max": "202.339", "min": "196.993", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "119.323", "max": "121.55", "min": "118.127", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "82.908", "max": "84.238", "min": "82.664", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "133.087", "max": "149.908", "min": "131.999", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "50.053", "max": "54.238", "min": "49.149", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "199.495", "max": "215.632", "min": "191.074", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "213.155", "max": "213.155", "min": "213.155", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "43.444", "max": "63.307", "min": "42.595", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "28.959", "max": "29.326", "min": "28.762", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.943", "max": "164.718", "min": "125.972", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "53.117", "max": "61.189", "min": "46.768", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "46.299", "max": "52.333", "min": "45.916", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "192.153", "max": "195.873", "min": "191.38", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "91.981", "max": "104.347", "min": "90.221", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "138.586", "max": "138.898", "min": "138.425", "id": "206", "country": "Poland", "source_name": "Gdansk", "destination_name": "Lansing", "destination_id": "295" } } }, "207": { "name": "Pristina", "data": { "0": { "avg": "221.029", "max": "221.532", "min": "220.545", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "314.846", "max": "320.379", "min": "314.142", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "123.654", "max": "124.214", "min": "123.222", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "20.265", "max": "26.023", "min": "18.936", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "43.67", "max": "45.714", "min": "43.107", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "255.322", "max": "256.095", "min": "254.781", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "34.342", "max": "35.093", "min": "34.048", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "315.739", "max": "331.148", "min": "313.922", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "62.017", "max": "62.443", "min": "61.538", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "57.324", "max": "58.377", "min": "56.884", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "50.649", "max": "51.176", "min": "50.21", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "158.708", "max": "178.034", "min": "157.542", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "126.895", "max": "127.312", "min": "126.308", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "137.547", "max": "138.299", "min": "137.145", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "134.484", "max": "135.024", "min": "134.079", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "121.285", "max": "122.168", "min": "120.838", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "46.881", "max": "47.614", "min": "46.395", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "128.117", "max": "129.15", "min": "127.795", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "55.47", "max": "56.014", "min": "55.109", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "17.194", "max": "17.642", "min": "16.685", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "310.985", "max": "311.569", "min": "310.523", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "139.499", "max": "140.052", "min": "139.008", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "183.641", "max": "184.901", "min": "183.111", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "180.426", "max": "184.413", "min": "179.541", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "69.168", "max": "70.532", "min": "68.473", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "51.788", "max": "52.44", "min": "51.342", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "44.43", "max": "46.088", "min": "43.784", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "17.239", "max": "17.755", "min": "16.791", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "44.482", "max": "44.99", "min": "44.071", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "173.117", "max": "173.831", "min": "172.613", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "275.093", "max": "275.713", "min": "274.55", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "48.271", "max": "48.812", "min": "47.668", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "178.436", "max": "182.037", "min": "177.788", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "70.643", "max": "71.268", "min": "70.196", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "39.702", "max": "41.932", "min": "39.061", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "199.738", "max": "200.968", "min": "199.179", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "181.289", "max": "181.903", "min": "180.923", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "168.931", "max": "169.685", "min": "168.617", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "136.975", "max": "137.52", "min": "136.49", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "130.239", "max": "133.805", "min": "129.505", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "190.359", "max": "193.892", "min": "189.486", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "49.809", "max": "53.977", "min": "48.951", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "78.119", "max": "78.735", "min": "77.618", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "57.048", "max": "66.756", "min": "56.248", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "190.415", "max": "190.914", "min": "189.961", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "21.873", "max": "23.812", "min": "21.159", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "60.477", "max": "61.024", "min": "59.961", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "204.457", "max": "204.872", "min": "204.001", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "282.373", "max": "288.414", "min": "281.578", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "146.332", "max": "146.859", "min": "145.991", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "118.838", "max": "119.432", "min": "118.396", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "176.451", "max": "177.181", "min": "175.867", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "94.342", "max": "105.508", "min": "86.914", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "167.04", "max": "167.664", "min": "166.563", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "171.063", "max": "186.905", "min": "167.366", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "284.362", "max": "284.996", "min": "283.79", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "62.113", "max": "63.792", "min": "60.837", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "348.093", "max": "348.615", "min": "347.578", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "17.762", "max": "18.845", "min": "17.248", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "41.386", "max": "43.205", "min": "40.864", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "82.778", "max": "84.503", "min": "82.078", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "95.93", "max": "135.051", "min": "91.527", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "216.19", "max": "303.403", "min": "203.039", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "273.044", "max": "273.603", "min": "272.601", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "67.844", "max": "68.419", "min": "67.457", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "39.855", "max": "40.508", "min": "39.271", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "117.195", "max": "117.757", "min": "116.631", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "42.317", "max": "42.967", "min": "41.644", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "250.512", "max": "251.977", "min": "249.399", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "154.1", "max": "155.382", "min": "153.537", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "355.556", "max": "356.809", "min": "354.892", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "177.299", "max": "180.326", "min": "176.735", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "196.891", "max": "197.451", "min": "196.486", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "139.385", "max": "140.073", "min": "138.849", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "89.322", "max": "90.217", "min": "88.829", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "43.809", "max": "44.409", "min": "43.275", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "137.463", "max": "138.092", "min": "136.939", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "177.884", "max": "184.459", "min": "177.21", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "129.389", "max": "143.08", "min": "128.515", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "158.507", "max": "159.133", "min": "158.071", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "182.292", "max": "182.771", "min": "181.738", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "133.314", "max": "133.941", "min": "132.896", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "248.974", "max": "249.631", "min": "248.458", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "172.492", "max": "173.252", "min": "172.031", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "175.238", "max": "175.685", "min": "174.808", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "94.928", "max": "96.217", "min": "94.413", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "57.185", "max": "58.592", "min": "56.513", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "138.346", "max": "139.216", "min": "137.867", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "150.324", "max": "151.366", "min": "149.665", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "43.605", "max": "50.915", "min": "42.329", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "160.009", "max": "161.364", "min": "159.082", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "195.299", "max": "197.083", "min": "194.717", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "65.847", "max": "66.414", "min": "65.291", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "320.711", "max": "330.736", "min": "319.979", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "131.604", "max": "134.65", "min": "131.119", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "154.148", "max": "154.73", "min": "153.566", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "194.976", "max": "197.62", "min": "194.3", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "179.154", "max": "202.841", "min": "177.093", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "196.801", "max": "197.307", "min": "196.301", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "139.125", "max": "139.625", "min": "138.631", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "145.041", "max": "145.48", "min": "144.532", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "193.963", "max": "194.547", "min": "193.543", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "55.589", "max": "56.916", "min": "54.969", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "350.669", "max": "353.629", "min": "349.935", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "153.566", "max": "154.093", "min": "152.97", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "360.108", "max": "370.985", "min": "320.902", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "204.053", "max": "205.911", "min": "203.571", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "118.52", "max": "119.052", "min": "117.994", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "134.833", "max": "135.499", "min": "134.366", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "159.512", "max": "160.118", "min": "159.072", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "337.128", "max": "340.289", "min": "329.956", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "305.605", "max": "312.505", "min": "304.816", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "123.327", "max": "123.835", "min": "123.007", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "164.02", "max": "168.808", "min": "163.333", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "395.488", "max": "520.948", "min": "218.663", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "116.413", "max": "218.508", "min": "42.215", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "216.996", "max": "232.67", "min": "215.872", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "239.123", "max": "239.841", "min": "238.538", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "158.63", "max": "159.137", "min": "158.138", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "153.793", "max": "154.713", "min": "153.066", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "157.403", "max": "158.022", "min": "156.933", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "234.934", "max": "393.769", "min": "152.283", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "242.972", "max": "248.904", "min": "242.28", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "76.368", "max": "165.43", "min": "70.014", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "78.489", "max": "78.999", "min": "78.105", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "55.045", "max": "56.303", "min": "54.417", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "122.729", "max": "123.35", "min": "122.23", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "202.781", "max": "203.792", "min": "202.31", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "157.088", "max": "160.188", "min": "156.502", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "222.514", "max": "226.922", "min": "221.684", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "146.288", "max": "146.957", "min": "145.854", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "135.637", "max": "136.19", "min": "135.105", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "149.137", "max": "149.605", "min": "148.688", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "329.799", "max": "334.814", "min": "328.781", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "153.344", "max": "154.045", "min": "152.881", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "112.049", "max": "112.714", "min": "111.651", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "169.013", "max": "177.342", "min": "167.415", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "170.745", "max": "171.359", "min": "170.429", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "167.34", "max": "167.953", "min": "166.897", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "119.656", "max": "120.129", "min": "119.233", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "20.983", "max": "24.337", "min": "20.475", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "313.254", "max": "317.749", "min": "312.395", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "67.619", "max": "70.102", "min": "67.063", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "18.707", "max": "19.203", "min": "18.303", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "222.385", "max": "226.594", "min": "221.304", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "37.674", "max": "38.338", "min": "37.218", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "13.731", "max": "18.363", "min": "12.905", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "167.674", "max": "168.335", "min": "167.249", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "40.038", "max": "42.339", "min": "39.528", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "40.411", "max": "43.051", "min": "39.903", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "42.548", "max": "49.588", "min": "41.111", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "284.667", "max": "285.186", "min": "284.344", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "12.747", "max": "14.733", "min": "12.121", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "41.849", "max": "58.142", "min": "40.127", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "131.565", "max": "132.298", "min": "131.123", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "194.94", "max": "195.556", "min": "194.395", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "59.646", "max": "61.423", "min": "59.17", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "250.841", "max": "297.325", "min": "242.678", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "160.779", "max": "161.247", "min": "160.368", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "285.895", "max": "317.418", "min": "281.806", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "152.438", "max": "152.985", "min": "151.978", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "428.069", "max": "428.633", "min": "427.479", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "65.409", "max": "66.181", "min": "65.01", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "114.387", "max": "114.822", "min": "113.946", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "122.822", "max": "123.468", "min": "122.358", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "207.31", "max": "208.143", "min": "206.935", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "108.141", "max": "108.831", "min": "107.777", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "169.803", "max": "170.442", "min": "169.328", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "227.228", "max": "232.203", "min": "212.406", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "137.304", "max": "137.692", "min": "136.878", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "138.897", "max": "139.435", "min": "138.401", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "27.286", "max": "28.241", "min": "26.731", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "160.219", "max": "160.786", "min": "159.759", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "58.823", "max": "59.449", "min": "58.443", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "36.326", "max": "38.774", "min": "35.77", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "47.238", "max": "71.615", "min": "45.538", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "40.855", "max": "41.463", "min": "40.529", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "44.311", "max": "44.934", "min": "43.88", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "81.971", "max": "82.439", "min": "81.423", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "55.691", "max": "56.266", "min": "55.223", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "82.129", "max": "87.681", "min": "81.22", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "65.495", "max": "66.185", "min": "65.092", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "35.348", "max": "36.436", "min": "34.785", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "38.558", "max": "39.243", "min": "38.162", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "33.154", "max": "33.686", "min": "32.786", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "33.165", "max": "33.69", "min": "32.597", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "55.067", "max": "55.827", "min": "54.67", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "48.679", "max": "55.424", "min": "47.499", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "66.725", "max": "118.784", "min": "39.165", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "50.866", "max": "51.426", "min": "50.427", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "70.777", "max": "71.325", "min": "70.179", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "51.671", "max": "77.833", "min": "50.287", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "0.025", "max": "0.065", "min": "0.017", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "35.506", "max": "42.76", "min": "34.718", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.509", "max": "224.144", "min": "222.037", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "28.44", "max": "29.308", "min": "28.062", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "75.259", "max": "75.808", "min": "74.836", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "34.827", "max": "35.408", "min": "34.319", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "202.08", "max": "210.003", "min": "200.332", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "33.28", "max": "33.765", "min": "32.882", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "39.915", "max": "42.905", "min": "39.343", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "42.162", "max": "42.967", "min": "41.614", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "37.771", "max": "38.661", "min": "37.396", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "304.612", "max": "315.751", "min": "301.296", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "130.074", "max": "131.43", "min": "129.34", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "250.486", "max": "259.865", "min": "242.336", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "175.856", "max": "176.465", "min": "175.491", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "45.36", "max": "45.94", "min": "44.938", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "178.837", "max": "180.337", "min": "178.384", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "192.071", "max": "192.471", "min": "191.565", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "58.744", "max": "59.385", "min": "58.361", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "70.456", "max": "71.234", "min": "69.92", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "42.198", "max": "43.133", "min": "41.513", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "34.651", "max": "36.091", "min": "34.065", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "141.31", "max": "141.849", "min": "140.804", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "148.519", "max": "149.035", "min": "148.026", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "346.755", "max": "347.464", "min": "346.305", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "121.8", "max": "122.36", "min": "121.286", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "39.69", "max": "40.118", "min": "39.114", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "116.916", "max": "117.46", "min": "116.519", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "33.817", "max": "34.963", "min": "33.208", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "274.95", "max": "287.091", "min": "273.949", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "167.207", "max": "171.605", "min": "163.919", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "54.966", "max": "55.587", "min": "54.638", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "67.43", "max": "68.074", "min": "66.452", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "195.063", "max": "234.349", "min": "192.143", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "134.905", "max": "136.416", "min": "134.269", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "279.89", "max": "280.272", "min": "279.378", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "73.784", "max": "74.794", "min": "73.299", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "58.566", "max": "59.068", "min": "58.231", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "36.172", "max": "36.815", "min": "35.755", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "86.059", "max": "86.535", "min": "85.524", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "136.796", "max": "139.99", "min": "135.837", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "132.069", "max": "133.746", "min": "131.552", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "91.194", "max": "98.168", "min": "89.254", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "193.064", "max": "195.398", "min": "192.162", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "128.352", "max": "130.135", "min": "127.169", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "78.714", "max": "80.143", "min": "78.236", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "146.788", "max": "147.383", "min": "146.363", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "51.908", "max": "52.388", "min": "51.431", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "237.923", "max": "242.74", "min": "227.72", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "233.747", "max": "233.747", "min": "233.747", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "56.542", "max": "57.166", "min": "56.227", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "36.727", "max": "37.343", "min": "36.239", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "132.594", "max": "133.524", "min": "131.993", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "67.907", "max": "74.814", "min": "59.147", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "7.528", "max": "8.119", "min": "7.09", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "166.982", "max": "168.792", "min": "166.19", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "79.837", "max": "80.785", "min": "79.205", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "143.975", "max": "146.746", "min": "143.264", "id": "207", "country": "Kosovo", "source_name": "Pristina", "destination_name": "Lansing", "destination_id": "295" } } }, "212": { "name": "Ktis", "data": { "0": { "avg": "259.166", "max": "259.604", "min": "258.992", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "278.044", "max": "278.397", "min": "277.847", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "125.575", "max": "127.228", "min": "125.435", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "10.047", "max": "14.737", "min": "9.435", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "25.954", "max": "26.539", "min": "25.772", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "259.61", "max": "259.973", "min": "259.525", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "57.794", "max": "57.956", "min": "57.683", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "289.598", "max": "297.355", "min": "288.509", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "54.774", "max": "55.018", "min": "54.646", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "37.047", "max": "37.788", "min": "36.849", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "25.66", "max": "26.24", "min": "25.456", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "145.725", "max": "145.888", "min": "145.632", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "102.957", "max": "103.162", "min": "102.871", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "103.425", "max": "104.488", "min": "103.279", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "132.57", "max": "138.849", "min": "132.217", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "105.04", "max": "105.217", "min": "104.571", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "62.994", "max": "63.256", "min": "62.805", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "109.186", "max": "109.352", "min": "109.117", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "37.953", "max": "38.198", "min": "37.852", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "14.559", "max": "14.686", "min": "14.487", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "300.494", "max": "301.666", "min": "300.329", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "118.906", "max": "119", "min": "118.82", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "171.991", "max": "172.313", "min": "171.897", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "176.092", "max": "176.417", "min": "175.991", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "40.375", "max": "40.92", "min": "40.165", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "17.974", "max": "18.053", "min": "17.902", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "26.062", "max": "27.016", "min": "25.869", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "15.278", "max": "15.392", "min": "15.224", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "22.113", "max": "22.226", "min": "22.019", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "166.732", "max": "167.147", "min": "166.43", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "156.997", "max": "157.092", "min": "156.896", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "47.813", "max": "48.026", "min": "47.714", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.434", "max": "182.904", "min": "166.794", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "44.407", "max": "44.68", "min": "44.333", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "21.906", "max": "23.231", "min": "21.632", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "269.253", "max": "269.96", "min": "269.044", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "171.458", "max": "171.505", "min": "171.422", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "152.546", "max": "152.873", "min": "152.336", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "144.591", "max": "145.956", "min": "144.41", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "108.368", "max": "109.831", "min": "108.19", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "176.75", "max": "182.222", "min": "176.021", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "29.442", "max": "32.313", "min": "28.956", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "70.119", "max": "70.322", "min": "70.028", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "45.334", "max": "46.64", "min": "45.14", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "156.641", "max": "158.877", "min": "156.463", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "26.484", "max": "27.696", "min": "26.138", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "33.187", "max": "33.909", "min": "33.01", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "183.134", "max": "183.9", "min": "182.937", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "266.759", "max": "267.739", "min": "266.635", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "157.968", "max": "158.215", "min": "157.897", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "99.725", "max": "99.829", "min": "99.679", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "165.847", "max": "167.02", "min": "165.53", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "54.393", "max": "68.8", "min": "41.177", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "134.14", "max": "134.4", "min": "133.913", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "158.908", "max": "180.53", "min": "154.713", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "258.139", "max": "258.921", "min": "257.954", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "75.993", "max": "78.168", "min": "75.404", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "323.379", "max": "323.45", "min": "323.312", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "27.11", "max": "28.229", "min": "26.811", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "25.345", "max": "25.465", "min": "25.239", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "69.739", "max": "70.695", "min": "69.349", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "80.355", "max": "115.764", "min": "77.762", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "209.531", "max": "262.939", "min": "202.552", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "211.125", "max": "211.82", "min": "210.995", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "49.672", "max": "50.602", "min": "49.53", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "33.966", "max": "34.042", "min": "33.921", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "98.247", "max": "98.467", "min": "98.158", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "29.822", "max": "30.264", "min": "29.311", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "232.657", "max": "233.951", "min": "231.923", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "143.434", "max": "145.046", "min": "143.244", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "263.172", "max": "264.172", "min": "262.957", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "170.137", "max": "170.612", "min": "169.894", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "172.623", "max": "174.29", "min": "172.409", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "117.554", "max": "117.678", "min": "117.472", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "70.909", "max": "71.647", "min": "70.726", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "78.398", "max": "78.581", "min": "78.324", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "110.4", "max": "110.591", "min": "110.299", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "173.322", "max": "173.398", "min": "173.259", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "117.691", "max": "126.886", "min": "117.109", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "124.037", "max": "124.328", "min": "123.863", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "164.13", "max": "164.21", "min": "164.016", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "124.202", "max": "125.251", "min": "123.867", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "208.489", "max": "209.286", "min": "208.287", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "178.167", "max": "178.308", "min": "178.042", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "170.745", "max": "170.852", "min": "170.677", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "86.508", "max": "87.568", "min": "86.122", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "37.719", "max": "38.051", "min": "37.461", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "127.899", "max": "128.062", "min": "127.788", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "128.472", "max": "128.704", "min": "128.311", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "31.217", "max": "31.508", "min": "31.079", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "130.772", "max": "134.943", "min": "130.042", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "180.174", "max": "180.579", "min": "180.003", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "46.363", "max": "46.445", "min": "46.326", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "306.274", "max": "319.04", "min": "305.706", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "113.203", "max": "113.313", "min": "113.096", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "137.708", "max": "137.821", "min": "137.6", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "174.527", "max": "174.766", "min": "174.322", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "160.294", "max": "164.102", "min": "159.789", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "175.202", "max": "175.33", "min": "175.127", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "120.243", "max": "123.381", "min": "119.896", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "137.873", "max": "138.624", "min": "137.77", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "183.698", "max": "184.552", "min": "183.532", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "50.791", "max": "50.949", "min": "50.705", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "329.008", "max": "335.973", "min": "327.916", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "133.005", "max": "133.507", "min": "132.844", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "336.861", "max": "348.607", "min": "298.929", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "211.917", "max": "213.301", "min": "211.736", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "95.072", "max": "95.214", "min": "94.879", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "125.391", "max": "125.538", "min": "125.261", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "174.067", "max": "174.512", "min": "173.913", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "327.031", "max": "327.351", "min": "326.873", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "294.65", "max": "299.661", "min": "288.106", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "101.088", "max": "101.142", "min": "101.007", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "149.591", "max": "162.111", "min": "148.859", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "403.101", "max": "503.286", "min": "222.27", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "130.665", "max": "212.253", "min": "40.653", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "189.084", "max": "194.993", "min": "188.521", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "267.827", "max": "273.27", "min": "267.309", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "137.42", "max": "137.57", "min": "137.32", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "129.015", "max": "129.659", "min": "128.818", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "133.588", "max": "133.803", "min": "133.291", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "194.855", "max": "344.033", "min": "118.61", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "221.672", "max": "222.332", "min": "221.509", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "39.919", "max": "107.084", "min": "34.361", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "35.696", "max": "35.865", "min": "35.644", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "48.134", "max": "48.99", "min": "47.456", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "95.233", "max": "101.714", "min": "93.864", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "195.037", "max": "195.778", "min": "194.809", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "117.924", "max": "118.63", "min": "117.738", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "204.815", "max": "204.966", "min": "204.728", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "136.359", "max": "136.682", "min": "136.24", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "129.133", "max": "129.38", "min": "128.949", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "130.37", "max": "130.655", "min": "130.148", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "324.675", "max": "325.896", "min": "324.082", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "151.365", "max": "151.607", "min": "151.278", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "91.912", "max": "92.236", "min": "91.733", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "149.987", "max": "162.668", "min": "148.5", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "129.321", "max": "129.551", "min": "129.182", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "125.888", "max": "126.003", "min": "125.835", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "94.634", "max": "94.789", "min": "94.49", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "9.63", "max": "10.024", "min": "9.478", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "205.771", "max": "206.531", "min": "205.373", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "43.876", "max": "44.029", "min": "43.802", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "28.009", "max": "28.259", "min": "27.877", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "211.066", "max": "228.911", "min": "209.679", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "18.985", "max": "19.63", "min": "18.855", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "23.361", "max": "23.951", "min": "23.234", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "151.211", "max": "151.26", "min": "151.167", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "34.99", "max": "35.144", "min": "34.919", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "31.805", "max": "31.882", "min": "31.737", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "13.839", "max": "25.598", "min": "11.922", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "291.343", "max": "291.519", "min": "291.13", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "26.9", "max": "27.836", "min": "26.734", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "26.93", "max": "30.079", "min": "26.559", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "111.741", "max": "111.869", "min": "111.646", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "168.661", "max": "169.745", "min": "168.341", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "62.455", "max": "64.282", "min": "62.174", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "283.07", "max": "330.157", "min": "275.468", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "150.229", "max": "150.513", "min": "150.029", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "268.611", "max": "374.286", "min": "262.298", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "151.216", "max": "151.328", "min": "151.134", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "398.808", "max": "399.171", "min": "398.461", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "31.643", "max": "31.73", "min": "31.581", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "91.287", "max": "91.402", "min": "91.174", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "114.991", "max": "115.995", "min": "114.839", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "189.072", "max": "189.174", "min": "189.002", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "98.918", "max": "99.355", "min": "98.813", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "170.841", "max": "171.114", "min": "170.687", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "289.317", "max": "294.028", "min": "271.811", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "113.426", "max": "113.694", "min": "113.274", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "117.692", "max": "117.746", "min": "117.622", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "23.725", "max": "24.616", "min": "23.502", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "301.606", "max": "301.703", "min": "301.51", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "43.19", "max": "43.562", "min": "43.114", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "28.252", "max": "28.723", "min": "28.015", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "35.618", "max": "36.88", "min": "35.428", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "30.167", "max": "30.253", "min": "30.114", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "33.367", "max": "33.665", "min": "33.174", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "76.256", "max": "76.461", "min": "76.137", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "33.49", "max": "33.585", "min": "33.421", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "67.634", "max": "71.054", "min": "67.353", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "64.527", "max": "64.806", "min": "64.371", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "28.783", "max": "37.965", "min": "28.243", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "32.473", "max": "32.593", "min": "32.379", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "45.461", "max": "45.702", "min": "45.374", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "9.412", "max": "9.606", "min": "9.274", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "67.738", "max": "68.095", "min": "67.512", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "31.919", "max": "34.323", "min": "31.319", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "39.831", "max": "63.605", "min": "26.637", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "25.201", "max": "25.427", "min": "25.129", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "66.908", "max": "67.078", "min": "66.764", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "29.585", "max": "67.223", "min": "27.443", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "34.818", "max": "35.377", "min": "34.303", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "29.667", "max": "30.039", "min": "29.445", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "272.233", "max": "272.544", "min": "272.124", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "41.136", "max": "41.355", "min": "41.048", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "29.98", "max": "30.191", "min": "29.88", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "0.042", "max": "0.108", "min": "0.025", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "189.841", "max": "195.545", "min": "188.356", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "45.536", "max": "45.655", "min": "45.427", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "23.267", "max": "30.456", "min": "22.611", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "23", "max": "23.508", "min": "22.832", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "27.104", "max": "27.256", "min": "26.963", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "325.533", "max": "338.626", "min": "323.901", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "116.775", "max": "120.067", "min": "116.344", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "218.891", "max": "219.257", "min": "217.038", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "180.354", "max": "180.494", "min": "180.261", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "35.167", "max": "35.43", "min": "35.052", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "147.011", "max": "149.806", "min": "146.766", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "192.428", "max": "192.602", "min": "192.25", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "38.57", "max": "38.793", "min": "38.437", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "54.793", "max": "55.369", "min": "54.672", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "32.513", "max": "34.03", "min": "32.044", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "30.439", "max": "31.751", "min": "30.176", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "122.304", "max": "122.407", "min": "122.231", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "129.524", "max": "129.639", "min": "129.431", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "268.103", "max": "362.789", "min": "264.663", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "98.38", "max": "98.641", "min": "98.288", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "55.027", "max": "55.212", "min": "54.917", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "97.554", "max": "97.647", "min": "97.481", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "25.882", "max": "26.027", "min": "25.804", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "253.87", "max": "259.693", "min": "253.527", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "140.766", "max": "145.342", "min": "137.871", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "42.434", "max": "42.581", "min": "42.311", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "54.307", "max": "55.274", "min": "53.512", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "174.459", "max": "177.805", "min": "173.491", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "128.91", "max": "130.282", "min": "128.509", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "241.117", "max": "241.271", "min": "240.968", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "84.953", "max": "85.823", "min": "84.74", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "56.058", "max": "56.163", "min": "56", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "24.155", "max": "24.221", "min": "24.111", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "66.267", "max": "66.397", "min": "66.194", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "104.28", "max": "108.111", "min": "103.843", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "109.963", "max": "110.175", "min": "109.844", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "82.824", "max": "93.092", "min": "80.526", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "188.364", "max": "190.055", "min": "187.417", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "123.976", "max": "125.075", "min": "122.754", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "75.585", "max": "76.761", "min": "75.408", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "130.501", "max": "130.748", "min": "130.271", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "41.01", "max": "45.564", "min": "40.749", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "295.542", "max": "298.501", "min": "287.672", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "194.944", "max": "194.944", "min": "194.944", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "33.949", "max": "34.059", "min": "33.871", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "26.554", "max": "26.678", "min": "26.476", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "127.066", "max": "127.777", "min": "126.905", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "52.471", "max": "63.772", "min": "43.876", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "72.491", "max": "72.598", "min": "72.411", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "131.237", "max": "132.174", "min": "131.009", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "64.284", "max": "67.895", "min": "63.92", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "124.303", "max": "127.181", "min": "124.068", "id": "212", "country": "Czech Republic", "source_name": "Ktis", "destination_name": "Lansing", "destination_id": "295" } } }, "245": { "name": "Tbilisi", "data": { "0": { "avg": "267.678", "max": "269.159", "min": "267.436", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "344.613", "max": "345.811", "min": "344.279", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "174.87", "max": "177.184", "min": "174.58", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "62.494", "max": "68.772", "min": "61.273", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "81.952", "max": "83.229", "min": "81.7", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "293.653", "max": "294.351", "min": "293.458", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "81.971", "max": "82.425", "min": "81.691", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "337.687", "max": "339.85", "min": "336.867", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "70.995", "max": "71.603", "min": "70.754", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "81.243", "max": "82.419", "min": "80.879", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "90.273", "max": "92.471", "min": "89.814", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "188.653", "max": "191.76", "min": "188.301", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "159.952", "max": "160.394", "min": "159.79", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "173.548", "max": "174.838", "min": "173.274", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "200.061", "max": "200.581", "min": "199.825", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "161.346", "max": "165.053", "min": "160.562", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "108.533", "max": "109.057", "min": "108.214", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "171.391", "max": "172", "min": "171.144", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "98.399", "max": "99.712", "min": "98.088", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "76.176", "max": "76.436", "min": "76.063", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "345.371", "max": "345.929", "min": "345.225", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "182.304", "max": "182.703", "min": "182.161", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "234.222", "max": "234.683", "min": "234.038", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "236.484", "max": "236.866", "min": "236.292", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "87.391", "max": "87.999", "min": "87.153", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "96.825", "max": "100.852", "min": "96.497", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "80.973", "max": "82.982", "min": "80.62", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "82.789", "max": "83.583", "min": "82.488", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "61.305", "max": "61.937", "min": "61.129", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "236.681", "max": "237.147", "min": "236.442", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "318.297", "max": "318.794", "min": "318.093", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "84.326", "max": "87.423", "min": "84.015", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "227.796", "max": "248.718", "min": "226.593", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "85.421", "max": "85.874", "min": "85.256", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "74.029", "max": "77.62", "min": "73.667", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "256.054", "max": "259.449", "min": "255.666", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "231.812", "max": "233.037", "min": "231.611", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "209.421", "max": "209.838", "min": "209.143", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "191.999", "max": "192.353", "min": "191.782", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "177.368", "max": "178.235", "min": "177.098", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "240.025", "max": "243.543", "min": "239.505", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "95.414", "max": "99.994", "min": "94.926", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "125.335", "max": "125.728", "min": "125.19", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "101.011", "max": "105.427", "min": "100.681", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "249.62", "max": "254.935", "min": "249.312", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "86.574", "max": "88.196", "min": "86.152", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "94.333", "max": "94.767", "min": "94.199", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "237.829", "max": "238.448", "min": "237.549", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "333.34", "max": "337.004", "min": "333.031", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "207.398", "max": "208.691", "min": "207.23", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "155.401", "max": "156.91", "min": "155.127", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "228.888", "max": "229.394", "min": "228.643", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "92.969", "max": "179.073", "min": "75.17", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "178.497", "max": "178.973", "min": "178.356", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "194.84", "max": "202.509", "min": "191.351", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "419.08", "max": "419.767", "min": "418.773", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "107.296", "max": "111.649", "min": "106.156", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "392.104", "max": "393.69", "min": "391.885", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "74.737", "max": "78.938", "min": "74.12", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "83.702", "max": "84.055", "min": "83.528", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "127.528", "max": "136.672", "min": "126.466", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "143.714", "max": "186.807", "min": "141.605", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "242.549", "max": "260.188", "min": "241.213", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "290.703", "max": "296.036", "min": "290.308", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "77.062", "max": "78.187", "min": "76.77", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "103.658", "max": "104.136", "min": "103.499", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "164.102", "max": "165.566", "min": "163.877", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "43.136", "max": "44.113", "min": "42.623", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "285.301", "max": "286.496", "min": "284.634", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "217.987", "max": "218.637", "min": "217.82", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "404.532", "max": "405.369", "min": "404.282", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "221.276", "max": "222.229", "min": "220.919", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "230.547", "max": "234.75", "min": "230.119", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "172.2", "max": "172.701", "min": "172.037", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "129.29", "max": "130.165", "min": "129.035", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "99.114", "max": "100.465", "min": "98.908", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "187.202", "max": "187.679", "min": "186.942", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "216.001", "max": "217.338", "min": "215.762", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "166.308", "max": "167.027", "min": "166.046", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "168.332", "max": "169.258", "min": "168.067", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "246.397", "max": "247.217", "min": "246.18", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "175.945", "max": "176.778", "min": "175.665", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "298.384", "max": "305.071", "min": "297.687", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "232.283", "max": "232.816", "min": "232.089", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "224.249", "max": "224.715", "min": "224.082", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "145.123", "max": "146.317", "min": "144.833", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "87.746", "max": "93.106", "min": "86.789", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "183.837", "max": "184.473", "min": "183.661", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "187.315", "max": "188.09", "min": "187.073", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "82.928", "max": "83.664", "min": "82.622", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "200.387", "max": "202.385", "min": "199.55", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "228.593", "max": "229.324", "min": "228.349", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "99.211", "max": "99.928", "min": "99.048", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "364.657", "max": "365.627", "min": "364.446", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "183.726", "max": "185.037", "min": "183.512", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "198.432", "max": "201.811", "min": "197.847", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "239.4", "max": "240.877", "min": "239.009", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "225.799", "max": "240.902", "min": "224.268", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "230.311", "max": "232.878", "min": "229.973", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "178.356", "max": "180.332", "min": "178.123", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "186.178", "max": "186.617", "min": "186.016", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "254.986", "max": "255.441", "min": "254.725", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "126.764", "max": "136.567", "min": "125.905", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "403.704", "max": "409.848", "min": "402.904", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "184.657", "max": "185.722", "min": "184.417", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "383.056", "max": "398.766", "min": "346.41", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "255.739", "max": "257.586", "min": "255.428", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "156.026", "max": "156.437", "min": "155.823", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "179.331", "max": "182.921", "min": "179", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "191.915", "max": "202.171", "min": "190.769", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "275.358", "max": "279.059", "min": "274.996", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "355.522", "max": "360.801", "min": "355.142", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "150.37", "max": "151.453", "min": "150.137", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "221.642", "max": "224.281", "min": "221.193", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "438.006", "max": "553.492", "min": "271.118", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "164.196", "max": "294.317", "min": "95.941", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "213.95", "max": "228.035", "min": "213.019", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "295.398", "max": "296.756", "min": "295.151", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "202.768", "max": "203.454", "min": "202.565", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "191.182", "max": "192.067", "min": "190.85", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "201.388", "max": "202.296", "min": "201.013", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "265.861", "max": "419.359", "min": "179.906", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "256.925", "max": "258.359", "min": "256.351", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "111.505", "max": "326.965", "min": "96.417", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "92.635", "max": "93.025", "min": "92.515", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "75.652", "max": "77.278", "min": "74.886", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "156.711", "max": "159.07", "min": "155.777", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "235.231", "max": "236.573", "min": "234.921", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "197.335", "max": "197.996", "min": "197.025", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "264.064", "max": "267.725", "min": "263.793", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "191.307", "max": "192.578", "min": "190.908", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "183.963", "max": "185.387", "min": "183.616", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "184.169", "max": "185.338", "min": "183.875", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "380.994", "max": "382.459", "min": "380.19", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "212.922", "max": "213.478", "min": "212.741", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "150.269", "max": "150.455", "min": "150.094", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "213.675", "max": "217.471", "min": "212.898", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "212.242", "max": "212.992", "min": "212.054", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "190.054", "max": "190.915", "min": "189.888", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "158.132", "max": "158.719", "min": "157.925", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "61.824", "max": "64.886", "min": "61.547", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "248.718", "max": "249.602", "min": "248.284", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "104.436", "max": "108.673", "min": "104.118", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "85.559", "max": "87.551", "min": "85.279", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "277.618", "max": "279.702", "min": "277.246", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "83.336", "max": "84.171", "min": "83.073", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "71.282", "max": "79.913", "min": "70.513", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "230.148", "max": "234.79", "min": "229.739", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "79.782", "max": "80.347", "min": "79.63", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "81.276", "max": "82.047", "min": "81.089", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "78.536", "max": "88.357", "min": "77.081", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "333.67", "max": "334.716", "min": "333.431", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "92.978", "max": "94.3", "min": "92.623", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "80.805", "max": "81.989", "min": "80.574", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "163.814", "max": "164.377", "min": "163.632", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "247.351", "max": "248.012", "min": "247.098", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "94.726", "max": "96.215", "min": "94.413", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "358.748", "max": "394.864", "min": "350.889", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "226.395", "max": "226.817", "min": "226.149", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "340.128", "max": "451.567", "min": "333.704", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "207.238", "max": "207.707", "min": "207.098", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "449.719", "max": "450.334", "min": "449.377", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "73.324", "max": "73.872", "min": "73.156", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "146.961", "max": "147.731", "min": "146.777", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "120.665", "max": "121.777", "min": "120.326", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "256.061", "max": "256.599", "min": "255.928", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "76.404", "max": "78.188", "min": "76.095", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "220.98", "max": "222.253", "min": "220.678", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "275.028", "max": "284.211", "min": "256.616", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "158.575", "max": "159.104", "min": "158.317", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "182.134", "max": "182.653", "min": "181.998", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "64.031", "max": "65.822", "min": "63.645", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "354.913", "max": "355.418", "min": "354.704", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "95.693", "max": "96.164", "min": "95.574", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "74.444", "max": "75.182", "min": "74.174", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "100.643", "max": "101.072", "min": "100.47", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "80.984", "max": "81.518", "min": "80.819", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "90.882", "max": "91.574", "min": "90.564", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "121.458", "max": "122.165", "min": "121.179", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "84.257", "max": "85.26", "min": "84.027", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "50.145", "max": "51.506", "min": "49.946", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "65.773", "max": "69.571", "min": "65.385", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "79.184", "max": "81.179", "min": "78.905", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "85.169", "max": "85.642", "min": "85.009", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "78.738", "max": "80.943", "min": "78.437", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "75.701", "max": "77.008", "min": "75.382", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "130.069", "max": "130.86", "min": "129.772", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "86.894", "max": "91.808", "min": "85.675", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "107.915", "max": "173.382", "min": "78.494", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "88.314", "max": "90.115", "min": "88.117", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "109.153", "max": "109.883", "min": "108.83", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "89.507", "max": "90.235", "min": "89.284", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "73.92", "max": "74.793", "min": "73.349", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "86.002", "max": "87.161", "min": "85.637", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "364.129", "max": "365.078", "min": "363.817", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "68.308", "max": "70.263", "min": "68.024", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "80.076", "max": "81.326", "min": "79.765", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "84.914", "max": "85.368", "min": "84.768", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "240.927", "max": "247.463", "min": "238.941", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "53.385", "max": "53.737", "min": "53.085", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "77.253", "max": "81.884", "min": "76.717", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "79.284", "max": "81.783", "min": "78.983", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "85.576", "max": "85.911", "min": "85.336", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "376.972", "max": "377.446", "min": "376.804", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "168.142", "max": "179.496", "min": "166.97", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "274.424", "max": "278.579", "min": "269.696", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "204.04", "max": "204.706", "min": "203.889", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "105.212", "max": "106.751", "min": "104.946", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "136.843", "max": "137.778", "min": "136.397", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "267.651", "max": "268.011", "min": "267.398", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "103.228", "max": "104.757", "min": "102.953", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "69.279", "max": "70.783", "min": "68.989", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "81.909", "max": "83.357", "min": "81.54", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "86.163", "max": "87.664", "min": "85.578", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "255.887", "max": "256.449", "min": "255.73", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "280.611", "max": "281.33", "min": "280.317", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "319.655", "max": "320.574", "min": "319.441", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "165.504", "max": "166.252", "min": "165.317", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "88.045", "max": "89.364", "min": "87.669", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "156.02", "max": "156.544", "min": "155.866", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "75.972", "max": "76.791", "min": "75.74", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "292.421", "max": "293.049", "min": "292.2", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "205.603", "max": "210.143", "min": "203.343", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "114.089", "max": "114.716", "min": "113.834", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "84.388", "max": "87.666", "min": "83.371", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "228.804", "max": "237.649", "min": "227.18", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "190.71", "max": "192.851", "min": "190.133", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "307.589", "max": "308.26", "min": "307.354", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "0.025", "max": "0.058", "min": "0.019", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "114.229", "max": "114.879", "min": "113.95", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "72.962", "max": "73.851", "min": "72.793", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "95.169", "max": "95.47", "min": "95.049", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "175.466", "max": "179.959", "min": "174.667", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "162.765", "max": "163.772", "min": "162.346", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "144.876", "max": "147.3", "min": "142.851", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "261.669", "max": "262.708", "min": "261.129", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "186.608", "max": "187.572", "min": "185.483", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "123.006", "max": "124.283", "min": "122.815", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "206.333", "max": "207.003", "min": "206.118", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "100.567", "max": "106.289", "min": "99.782", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "241.99", "max": "245.839", "min": "239.657", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "268.437", "max": "268.437", "min": "268.437", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "93.756", "max": "94.704", "min": "93.578", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "68.503", "max": "68.88", "min": "68.337", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "182.473", "max": "185.126", "min": "182.016", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "99.383", "max": "108.818", "min": "91.496", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "44.726", "max": "45.522", "min": "44.317", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "236.359", "max": "243.874", "min": "235.786", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "59.112", "max": "61.08", "min": "58.718", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "193.379", "max": "199.589", "min": "192.41", "id": "245", "country": "Georgia", "source_name": "Tbilisi", "destination_name": "Lansing", "destination_id": "295" } } }, "292": { "name": "Belgrade", "data": { "0": { "avg": "213.219", "max": "213.376", "min": "213.087", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "284.62", "max": "284.914", "min": "284.435", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "120.029", "max": "120.547", "min": "119.935", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "8.722", "max": "16.1", "min": "8.184", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "35.832", "max": "36.137", "min": "35.688", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "249.109", "max": "249.746", "min": "248.96", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "25.104", "max": "25.452", "min": "24.986", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "289.538", "max": "325.801", "min": "286.988", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "76.164", "max": "87.819", "min": "75.327", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "52.698", "max": "58.715", "min": "52.2", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "28.871", "max": "29.359", "min": "28.718", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.549", "max": "137.677", "min": "137.43", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "98.063", "max": "98.46", "min": "97.988", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "109.889", "max": "110.431", "min": "109.731", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "134.693", "max": "137", "min": "134.529", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "110.189", "max": "111.131", "min": "109.891", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "41.726", "max": "41.925", "min": "41.549", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "127.124", "max": "127.316", "min": "127.033", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "46.193", "max": "46.834", "min": "46.02", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "29.079", "max": "29.139", "min": "29.013", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "299.934", "max": "300.114", "min": "299.865", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "123.685", "max": "123.746", "min": "123.631", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "180.594", "max": "180.803", "min": "180.495", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "183.117", "max": "189.114", "min": "182.791", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "41.21", "max": "45.24", "min": "40.823", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "40.12", "max": "44.68", "min": "39.901", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "28.889", "max": "32.626", "min": "28.409", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "25.912", "max": "26.077", "min": "25.82", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "18.377", "max": "18.572", "min": "18.26", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "159.014", "max": "159.188", "min": "158.829", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "175.567", "max": "175.738", "min": "175.411", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "41.22", "max": "41.424", "min": "41.136", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "160.744", "max": "160.924", "min": "160.597", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "49.216", "max": "49.368", "min": "49.158", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "32.299", "max": "45.562", "min": "31.727", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "180.609", "max": "182.971", "min": "180.312", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.731", "max": "175.372", "min": "173.637", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "166.16", "max": "166.284", "min": "166.055", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "130.459", "max": "130.574", "min": "130.339", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "110.07", "max": "114.118", "min": "109.679", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "175.319", "max": "179.638", "min": "174.757", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "40.886", "max": "43.513", "min": "40.317", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "63.838", "max": "64.003", "min": "63.755", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "43.267", "max": "43.597", "min": "43.164", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "179.689", "max": "179.811", "min": "179.615", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "34.709", "max": "83.507", "min": "32.704", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "55.216", "max": "55.308", "min": "55.121", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "178.185", "max": "178.42", "min": "178.056", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "262.169", "max": "263.82", "min": "261.976", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "145.25", "max": "145.355", "min": "145.197", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "168.386", "max": "200.806", "min": "166.069", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "174.589", "max": "175.155", "min": "174.3", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "50.747", "max": "65.635", "min": "37.256", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "131.288", "max": "131.59", "min": "131.168", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "159.346", "max": "168.511", "min": "156.169", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "283.911", "max": "285.15", "min": "283.721", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "56.015", "max": "56.954", "min": "55.218", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "318.937", "max": "319.049", "min": "318.822", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "45.834", "max": "46.518", "min": "45.632", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "31.523", "max": "31.626", "min": "31.424", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "70.374", "max": "72.285", "min": "69.913", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "92.963", "max": "150.43", "min": "86.701", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "300.67", "max": "358.508", "min": "293.556", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "348.487", "max": "348.606", "min": "348.421", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "39.402", "max": "39.81", "min": "39.009", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "43.581", "max": "43.738", "min": "43.528", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "109.489", "max": "109.643", "min": "109.393", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "46.499", "max": "46.749", "min": "46.173", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "238.563", "max": "242.643", "min": "237.822", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "153.6", "max": "153.709", "min": "153.536", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "253.778", "max": "254.833", "min": "253.604", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "178.641", "max": "179.177", "min": "178.366", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "175.07", "max": "175.375", "min": "174.941", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "123.267", "max": "123.396", "min": "123.205", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "72.945", "max": "99.96", "min": "71.785", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "34.585", "max": "34.875", "min": "34.46", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "121.474", "max": "179.721", "min": "119.362", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "167.669", "max": "167.843", "min": "167.549", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "131.589", "max": "142.107", "min": "130.888", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "120.465", "max": "120.741", "min": "120.318", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "173.989", "max": "216.33", "min": "172.265", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "116.381", "max": "116.843", "min": "116.035", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "212.735", "max": "225.742", "min": "209.979", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "170.418", "max": "170.657", "min": "170.229", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "142.718", "max": "142.8", "min": "142.669", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "77.387", "max": "78.147", "min": "77.197", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "38.342", "max": "38.765", "min": "38.195", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "130.456", "max": "130.565", "min": "130.351", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "132.657", "max": "136.08", "min": "132.367", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "35.701", "max": "39.55", "min": "35.33", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "152.562", "max": "199.98", "min": "140.318", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "174.732", "max": "175.26", "min": "174.529", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "51.089", "max": "51.135", "min": "51.028", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "270.147", "max": "270.289", "min": "270.008", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "114.444", "max": "114.775", "min": "114.289", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "140.444", "max": "141.301", "min": "140.213", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "183.996", "max": "184.244", "min": "183.678", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "164.397", "max": "191.906", "min": "162.802", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "173.137", "max": "215.654", "min": "171.453", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "131.475", "max": "133.17", "min": "131.278", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "131.385", "max": "131.564", "min": "131.311", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "178.503", "max": "178.632", "min": "178.346", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "52.491", "max": "54.613", "min": "52.305", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "341.335", "max": "347", "min": "340.572", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "139.974", "max": "199.965", "min": "130.617", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "345.698", "max": "381.521", "min": "330.29", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "204.727", "max": "204.858", "min": "204.648", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "102.877", "max": "103.067", "min": "102.677", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "118.225", "max": "118.32", "min": "118.145", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "163.438", "max": "165.668", "min": "163.239", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "257.781", "max": "260.625", "min": "257.527", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "304.94", "max": "305.259", "min": "304.837", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "122.653", "max": "122.776", "min": "122.591", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "153.882", "max": "159.229", "min": "153.325", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "393.97", "max": "502.143", "min": "198.558", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "129.965", "max": "259.984", "min": "39.49", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "182.995", "max": "189.728", "min": "182.347", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "254.501", "max": "256.654", "min": "254.292", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "148.618", "max": "148.807", "min": "148.494", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "133.312", "max": "134.206", "min": "133.001", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "136.53", "max": "136.742", "min": "136.289", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "227.394", "max": "376.149", "min": "137.131", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "212.406", "max": "215.01", "min": "212.209", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "77.568", "max": "284.778", "min": "65.317", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "54.849", "max": "99.978", "min": "53.233", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "50.275", "max": "51.725", "min": "49.472", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "104.707", "max": "104.829", "min": "104.632", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "187.886", "max": "188.856", "min": "187.636", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "147.513", "max": "147.735", "min": "147.371", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "210.43", "max": "211.073", "min": "210.325", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "127.353", "max": "127.685", "min": "127.179", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "122.088", "max": "122.203", "min": "121.977", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "122.708", "max": "122.973", "min": "122.551", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "311.328", "max": "312.038", "min": "310.814", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "145.564", "max": "145.714", "min": "145.503", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "103.375", "max": "103.56", "min": "103.185", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "151.746", "max": "166.22", "min": "150.209", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "138.034", "max": "138.122", "min": "137.954", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "138.485", "max": "154.731", "min": "137.731", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "104.853", "max": "108.813", "min": "104.57", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "8.384", "max": "8.764", "min": "8.23", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "199.276", "max": "202.49", "min": "198.576", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "61.029", "max": "110.877", "min": "59.169", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "25.138", "max": "25.266", "min": "25.066", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "201.339", "max": "215.515", "min": "200.305", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "26.618", "max": "27.418", "min": "26.371", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "25.138", "max": "32.873", "min": "24.462", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "147.002", "max": "147.943", "min": "146.01", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "32.455", "max": "32.843", "min": "32.366", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "37.647", "max": "69.435", "min": "36.447", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "22.897", "max": "51.033", "min": "21.062", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "272.603", "max": "272.699", "min": "272.533", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "4.065", "max": "5.085", "min": "3.839", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "27.934", "max": "42.153", "min": "27.271", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "113.904", "max": "114.014", "min": "113.817", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "177.827", "max": "178.695", "min": "177.495", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "75.082", "max": "75.842", "min": "74.814", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "325.695", "max": "381.263", "min": "315.924", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "141.557", "max": "141.812", "min": "141.408", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "267.886", "max": "374.773", "min": "259.112", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "164.156", "max": "164.219", "min": "164.057", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "399.429", "max": "399.743", "min": "399.192", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "50.152", "max": "50.347", "min": "50.075", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "93.776", "max": "93.871", "min": "93.689", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "143.081", "max": "143.313", "min": "142.944", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "198.095", "max": "198.446", "min": "197.992", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "112.252", "max": "112.628", "min": "112.122", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "163.315", "max": "163.924", "min": "163.131", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "225.796", "max": "233.581", "min": "218.212", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "105.944", "max": "106.124", "min": "105.821", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "129.046", "max": "129.093", "min": "128.97", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "31.624", "max": "33.752", "min": "31.319", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "174.741", "max": "174.947", "min": "174.649", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "43.209", "max": "43.577", "min": "43.123", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "43.584", "max": "51.19", "min": "43.178", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "61.906", "max": "72.749", "min": "61.387", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "27.487", "max": "27.543", "min": "27.437", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "34.107", "max": "34.717", "min": "33.901", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "90.618", "max": "92.403", "min": "90.383", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "61.057", "max": "61.135", "min": "60.95", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "87.207", "max": "91.631", "min": "86.916", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "63.387", "max": "63.511", "min": "63.259", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "27.58", "max": "30.648", "min": "27.311", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "30.972", "max": "31.196", "min": "30.852", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "25.289", "max": "25.477", "min": "25.223", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "24.749", "max": "24.934", "min": "24.602", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "64.648", "max": "66.255", "min": "64.248", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "38.494", "max": "77.681", "min": "35.858", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "53.878", "max": "104.327", "min": "25.171", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "27.985", "max": "28.035", "min": "27.937", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "57.267", "max": "57.52", "min": "57.099", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "46.106", "max": "47.097", "min": "45.93", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "7.513", "max": "8.042", "min": "7.139", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "28.91", "max": "29.769", "min": "28.636", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "277.105", "max": "299.947", "min": "272.811", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "38.527", "max": "38.999", "min": "38.414", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "54.544", "max": "54.784", "min": "54.406", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "72.473", "max": "72.595", "min": "72.361", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "187.788", "max": "194.759", "min": "185.453", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "17.535", "max": "17.718", "min": "17.429", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "31.896", "max": "32.078", "min": "31.811", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "30.297", "max": "31.076", "min": "30.177", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "24.16", "max": "24.409", "min": "23.979", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "300.184", "max": "312.809", "min": "297.328", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "107.48", "max": "109.781", "min": "106.913", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "217.496", "max": "224.028", "min": "211.271", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "170.997", "max": "178.15", "min": "170.605", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "28.355", "max": "28.575", "min": "28.245", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "172.432", "max": "175.322", "min": "172.163", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "179.339", "max": "180.534", "min": "179.026", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "63.183", "max": "63.396", "min": "63.038", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "24.196", "max": "25.398", "min": "23.993", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "40.002", "max": "41.816", "min": "39.658", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "28.403", "max": "29.718", "min": "27.975", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "126.617", "max": "126.667", "min": "126.58", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "127.137", "max": "127.231", "min": "127.078", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "206.434", "max": "207.728", "min": "206.197", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "106.653", "max": "106.729", "min": "106.584", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "28.407", "max": "29.167", "min": "26.836", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "109.034", "max": "109.135", "min": "108.963", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "62.642", "max": "62.767", "min": "62.519", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "246.327", "max": "769.534", "min": "228.112", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "148.444", "max": "173.52", "min": "145.505", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "44.782", "max": "45.063", "min": "44.63", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "57.34", "max": "60.23", "min": "56.272", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "170.155", "max": "192.577", "min": "168.618", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "260.082", "max": "261.031", "min": "259.694", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "259.379", "max": "259.63", "min": "259.173", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "44.589", "max": "45.036", "min": "44.2", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "51.945", "max": "51.991", "min": "51.886", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "28.711", "max": "28.778", "min": "28.666", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "55.577", "max": "55.638", "min": "55.521", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "115.53", "max": "118.803", "min": "115.129", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "113.556", "max": "113.684", "min": "113.477", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "78.297", "max": "80.752", "min": "76.509", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "192.948", "max": "194.427", "min": "191.959", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "114.618", "max": "116.224", "min": "113.621", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "81.185", "max": "85.049", "min": "80.915", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "122.614", "max": "122.898", "min": "122.394", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "45.666", "max": "46.661", "min": "45.516", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "184.018", "max": "240.453", "min": "181.968", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "204.962", "max": "204.962", "min": "204.962", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "32.252", "max": "32.313", "min": "32.182", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "22.55", "max": "22.626", "min": "22.487", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "139.877", "max": "140.088", "min": "139.724", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "50.98", "max": "62.156", "min": "42.5", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "0.019", "max": "0.202", "min": "0.01", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "165.327", "max": "167.142", "min": "164.874", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "85.196", "max": "86.792", "min": "84.709", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "129.312", "max": "129.44", "min": "129.257", "id": "292", "country": "Serbia", "source_name": "Belgrade", "destination_name": "Lansing", "destination_id": "295" } } } }, "South America": { "0": { "name": "Joao Pessoa", "data": { "0": { "avg": "0.03", "max": "0.243", "min": "0.014", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "281.814", "max": "286.64", "min": "281.416", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "109.318", "max": "109.736", "min": "109.217", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "267.78", "max": "271.232", "min": "267.323", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "231.91", "max": "232.104", "min": "231.737", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "243.669", "max": "244.378", "min": "243.494", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "182.639", "max": "182.789", "min": "182.549", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "289.445", "max": "291.368", "min": "289.068", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "247.297", "max": "247.446", "min": "247.136", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "213.604", "max": "215.694", "min": "213.291", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "198.229", "max": "198.987", "min": "197.97", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "104.046", "max": "104.754", "min": "103.848", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "127.287", "max": "127.484", "min": "127.111", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "87.734", "max": "88.613", "min": "87.504", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "79.626", "max": "79.799", "min": "79.493", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "92.718", "max": "97.839", "min": "92.082", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "191.017", "max": "191.295", "min": "190.786", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "96.564", "max": "99.33", "min": "96.103", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "213.984", "max": "214.194", "min": "213.795", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "228.277", "max": "229.066", "min": "228.13", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "283.667", "max": "284.123", "min": "283.535", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "109.822", "max": "109.962", "min": "109.708", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "145.311", "max": "145.814", "min": "145.146", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "163.651", "max": "165.883", "min": "163.419", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "219.275", "max": "220.446", "min": "218.993", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "228.988", "max": "229.58", "min": "228.895", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "216.627", "max": "220.251", "min": "216.248", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "227.009", "max": "227.794", "min": "226.815", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "177.704", "max": "178.885", "min": "177.491", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "142.815", "max": "144.052", "min": "142.538", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "396.58", "max": "399.799", "min": "396.283", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "220.349", "max": "221.057", "min": "220.159", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "124.726", "max": "124.946", "min": "124.594", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "231.15", "max": "231.29", "min": "231.019", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "224.532", "max": "224.995", "min": "224.242", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "335.302", "max": "338.195", "min": "334.948", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "135.522", "max": "135.645", "min": "135.42", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "120.863", "max": "122.21", "min": "120.655", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "102.474", "max": "102.617", "min": "102.3", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "101.379", "max": "111.236", "min": "100.747", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "212.095", "max": "215.264", "min": "211.568", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "234.482", "max": "241.259", "min": "233.571", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "185.136", "max": "185.264", "min": "185", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "228.372", "max": "233.323", "min": "227.847", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "335.083", "max": "335.276", "min": "334.875", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "241.752", "max": "244.115", "min": "241.309", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "225.731", "max": "225.898", "min": "225.515", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "111.962", "max": "112.478", "min": "111.752", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "90.586", "max": "93.701", "min": "89.152", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "109.369", "max": "113.157", "min": "109.121", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "140.902", "max": "141.007", "min": "140.789", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "151.265", "max": "152.133", "min": "150.932", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "282.073", "max": "313.67", "min": "226.786", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "131.142", "max": "134.682", "min": "129.683", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "341.201", "max": "349.389", "min": "337.992", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "377.579", "max": "377.865", "min": "377.343", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "260.348", "max": "261.975", "min": "259.57", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "338.319", "max": "338.481", "min": "338.221", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "202.625", "max": "203.927", "min": "202.308", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "195.904", "max": "196.136", "min": "195.712", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "236.794", "max": "237.868", "min": "236.274", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "252.331", "max": "263.496", "min": "251.611", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "341.855", "max": "344.655", "min": "341.436", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "441.942", "max": "442.051", "min": "441.859", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "276.65", "max": "277.384", "min": "276.465", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "203.179", "max": "203.485", "min": "203.063", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "159.82", "max": "160.043", "min": "159.709", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "239.348", "max": "248.704", "min": "238.512", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "175.544", "max": "176.373", "min": "174.919", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "131.808", "max": "132.015", "min": "131.67", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "399.237", "max": "400.15", "min": "399.085", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "132.828", "max": "133.253", "min": "132.553", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "126.129", "max": "128.465", "min": "125.705", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "87.924", "max": "88.063", "min": "87.772", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "235.522", "max": "236.586", "min": "235.231", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "231.848", "max": "232.065", "min": "231.699", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "96.578", "max": "96.929", "min": "96.392", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "148.042", "max": "154.368", "min": "147.676", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "103.996", "max": "107.803", "min": "103.45", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "142.961", "max": "145.861", "min": "142.759", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "165.61", "max": "166.027", "min": "165.406", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "171.158", "max": "171.406", "min": "170.953", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "269.223", "max": "271.257", "min": "268.672", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "330.369", "max": "330.495", "min": "330.15", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "143.103", "max": "151.96", "min": "141.72", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "270.489", "max": "271.651", "min": "270.121", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "212.095", "max": "213.115", "min": "211.79", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "88.003", "max": "88.261", "min": "87.828", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "111.459", "max": "111.984", "min": "111.196", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "195.067", "max": "203.208", "min": "194.402", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "118.375", "max": "121.82", "min": "117.628", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "144.916", "max": "145.45", "min": "144.717", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "227.964", "max": "228.068", "min": "227.809", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "282.141", "max": "282.284", "min": "281.927", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "140.704", "max": "141.71", "min": "140.447", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "86.875", "max": "86.988", "min": "86.747", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "143.787", "max": "144.092", "min": "143.546", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "162.279", "max": "222.102", "min": "159.285", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "160.288", "max": "160.506", "min": "160.141", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "178.911", "max": "181.139", "min": "178.65", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "115.122", "max": "115.276", "min": "115.021", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "173.617", "max": "174.193", "min": "173.476", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "223.752", "max": "226.168", "min": "223.38", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "318.482", "max": "320.126", "min": "317.944", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "112.332", "max": "112.783", "min": "112.074", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "269.821", "max": "271.065", "min": "269.421", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "146.054", "max": "149.642", "min": "145.632", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "157.191", "max": "157.36", "min": "156.926", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "91.535", "max": "93.376", "min": "91.184", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "330.645", "max": "330.972", "min": "330.517", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "325.695", "max": "326.497", "min": "325.55", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "356.076", "max": "360.117", "min": "353.343", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "134.743", "max": "134.841", "min": "134.641", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "269.574", "max": "278.379", "min": "268.944", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "551.525", "max": "661.054", "min": "385.782", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "368.219", "max": "441.042", "min": "295.866", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "386.216", "max": "395.01", "min": "385.165", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "239.001", "max": "239.57", "min": "238.754", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "117.146", "max": "117.594", "min": "116.963", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "104.756", "max": "105.857", "min": "104.494", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "116.775", "max": "122.749", "min": "116.297", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "170.944", "max": "324.161", "min": "90.658", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "56.545", "max": "59.051", "min": "56.302", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "314.97", "max": "527.117", "min": "286.35", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "240.206", "max": "240.316", "min": "240.077", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "226.946", "max": "227.939", "min": "226.41", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "128.153", "max": "128.43", "min": "127.963", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "350.68", "max": "352.168", "min": "350.382", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "311.303", "max": "312.458", "min": "310.99", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "259.822", "max": "262.586", "min": "259.491", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "110.249", "max": "110.712", "min": "110.082", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "104.112", "max": "104.251", "min": "103.923", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "109.309", "max": "109.571", "min": "109.129", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "327.876", "max": "329.221", "min": "327.121", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "119.705", "max": "121.065", "min": "119.458", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "170.209", "max": "193.561", "min": "165.833", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "127.599", "max": "139.087", "min": "126.691", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "156.627", "max": "156.789", "min": "156.486", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "116", "max": "116.171", "min": "115.88", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "126.968", "max": "127.116", "min": "126.842", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "257.831", "max": "257.998", "min": "257.707", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "359.939", "max": "362.367", "min": "359.521", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "203.778", "max": "203.948", "min": "203.637", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "223.764", "max": "224.174", "min": "223.509", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "228.887", "max": "240.458", "min": "228.253", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "173.262", "max": "173.546", "min": "173.061", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "235.235", "max": "238.413", "min": "234.936", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "316.288", "max": "322.653", "min": "314.08", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "199.892", "max": "199.999", "min": "199.8", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "201.343", "max": "201.47", "min": "201.144", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "230.719", "max": "249.51", "min": "228.635", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "304.259", "max": "304.397", "min": "304.131", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "224.637", "max": "225.248", "min": "224.484", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "197.234", "max": "201.495", "min": "196.27", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "94.022", "max": "94.197", "min": "93.912", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "155.352", "max": "206.816", "min": "150.679", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "234.487", "max": "236.709", "min": "233.934", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "315.036", "max": "362.844", "min": "306.649", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "170.64", "max": "170.933", "min": "170.492", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "92.051", "max": "127.43", "min": "88.007", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "114.316", "max": "114.444", "min": "114.185", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "547.628", "max": "548.082", "min": "547.063", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "275.546", "max": "276.03", "min": "275.13", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "81.664", "max": "89.51", "min": "81.239", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "342.949", "max": "354.713", "min": "329.76", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "259.404", "max": "259.624", "min": "259.233", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "241.069", "max": "241.569", "min": "240.834", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "123.201", "max": "123.479", "min": "123.067", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "289.578", "max": "298.157", "min": "288.495", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "115.703", "max": "115.884", "min": "115.549", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "140.647", "max": "143.031", "min": "139.961", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "219.105", "max": "220.678", "min": "218.861", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "325.458", "max": "325.703", "min": "325.329", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "203.25", "max": "203.381", "min": "203.134", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "236.817", "max": "245.315", "min": "236.226", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "208.302", "max": "208.45", "min": "208.171", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "213.405", "max": "213.523", "min": "213.298", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "218.741", "max": "219.047", "min": "218.525", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "255.385", "max": "256.328", "min": "255.153", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "238.732", "max": "238.822", "min": "238.613", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "221.219", "max": "221.734", "min": "221", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "218.126", "max": "222.111", "min": "217.772", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "198.07", "max": "199.222", "min": "197.645", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "175.954", "max": "176.106", "min": "175.836", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "232.209", "max": "249.05", "min": "228.86", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "227.831", "max": "233.404", "min": "227.413", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "216.888", "max": "217.158", "min": "216.62", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "233.384", "max": "244.901", "min": "231.845", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "224.349", "max": "282.676", "min": "198.324", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "196.521", "max": "197.351", "min": "196.346", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "222.875", "max": "224.138", "min": "222.62", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "252.632", "max": "253.084", "min": "252.225", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "220.953", "max": "221.489", "min": "220.652", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "156.976", "max": "173.634", "min": "156.016", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "336.567", "max": "345.043", "min": "336.098", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "224.746", "max": "225.566", "min": "224.559", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "219.838", "max": "220.087", "min": "219.616", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "259.077", "max": "259.278", "min": "258.939", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "117.346", "max": "126.554", "min": "115.542", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "254.565", "max": "254.758", "min": "254.412", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "211.36", "max": "212.994", "min": "211.165", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "198.639", "max": "200.836", "min": "198.398", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "153.197", "max": "155.566", "min": "152.842", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.121", "max": "352.338", "min": "338.191", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "132.529", "max": "138.791", "min": "131.874", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "295.363", "max": "298.634", "min": "290.161", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "332.011", "max": "334.838", "min": "331.66", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "210.772", "max": "210.947", "min": "210.634", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "376.091", "max": "378.953", "min": "375.761", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "156.341", "max": "156.773", "min": "156.055", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "221.229", "max": "221.54", "min": "221.02", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "270.343", "max": "270.915", "min": "270.055", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "202.103", "max": "203.114", "min": "201.736", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "167.079", "max": "168.674", "min": "166.705", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "111.584", "max": "111.686", "min": "111.432", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "113.159", "max": "113.379", "min": "113.06", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "339.935", "max": "429.02", "min": "336.591", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "139.092", "max": "139.274", "min": "138.964", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "251.697", "max": "251.867", "min": "251.543", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "145.139", "max": "145.24", "min": "144.998", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "235.505", "max": "235.669", "min": "235.385", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "68.221", "max": "68.55", "min": "68.047", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "104.207", "max": "107.86", "min": "100.874", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "199.839", "max": "200.609", "min": "199.407", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "216.806", "max": "219.173", "min": "215.928", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "167.665", "max": "170.747", "min": "166.605", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "127.989", "max": "130.114", "min": "127.523", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "327.856", "max": "328.303", "min": "327.657", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "267.637", "max": "269.182", "min": "267.33", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "199.029", "max": "199.19", "min": "198.893", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "235.48", "max": "241.501", "min": "235.149", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "231.506", "max": "231.657", "min": "231.382", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "165.933", "max": "169.584", "min": "165.436", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "93.111", "max": "93.388", "min": "92.897", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "260.161", "max": "268.989", "min": "257.541", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "99.036", "max": "101.474", "min": "98.595", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "136.121", "max": "137.679", "min": "135.17", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "261.439", "max": "262.468", "min": "261.208", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "110.266", "max": "110.984", "min": "109.927", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "198.696", "max": "201.248", "min": "198.303", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "297.494", "max": "298.019", "min": "296.929", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "148.074", "max": "148.074", "min": "148.074", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "202.34", "max": "202.468", "min": "202.246", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "182.195", "max": "182.447", "min": "182.092", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "305.237", "max": "311.434", "min": "304.792", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "185.416", "max": "200.841", "min": "175.807", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "213.273", "max": "214.916", "min": "213.111", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "316.937", "max": "318.209", "min": "316.743", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "296.33", "max": "297.257", "min": "296.038", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "112.513", "max": "114.79", "min": "112.319", "id": "0", "country": "Brazil", "source_name": "Joao Pessoa", "destination_name": "Lansing", "destination_id": "295" } } }, "49": { "name": "Medellin", "data": { "0": { "avg": "112.316", "max": "115.724", "min": "111.857", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "276.096", "max": "276.854", "min": "275.775", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "126.199", "max": "129.363", "min": "118.837", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "186.65", "max": "195.053", "min": "185.694", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "169.214", "max": "173.243", "min": "168.649", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "263.792", "max": "269.839", "min": "256.179", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "161.516", "max": "161.782", "min": "161.341", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "270.693", "max": "274.663", "min": "270.172", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "212.282", "max": "212.643", "min": "212.155", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "180.082", "max": "192.085", "min": "179.208", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "153.906", "max": "174.08", "min": "152.66", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "82.655", "max": "101.735", "min": "81.74", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "84.559", "max": "84.929", "min": "84.386", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "90.164", "max": "90.961", "min": "89.879", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "57.319", "max": "59.534", "min": "57.097", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "110.844", "max": "116.082", "min": "103.201", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "175.69", "max": "176.013", "min": "175.408", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "102.394", "max": "107.148", "min": "93.462", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "160.223", "max": "160.646", "min": "159.993", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "180.394", "max": "186.936", "min": "180.033", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "265.331", "max": "267.538", "min": "265.056", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "96.415", "max": "96.798", "min": "96.264", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "128.85", "max": "129.107", "min": "128.7", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "128.362", "max": "129.134", "min": "128.212", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "204.829", "max": "207.754", "min": "204.463", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "170.09", "max": "170.927", "min": "169.902", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "181.722", "max": "183.781", "min": "181.434", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "192.795", "max": "194.589", "min": "192.463", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "166.421", "max": "167.009", "min": "166.229", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "137.392", "max": "140.575", "min": "136.971", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "306.583", "max": "312.606", "min": "306.069", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "187.241", "max": "187.367", "min": "187.098", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "104.193", "max": "104.504", "min": "104.024", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "200.584", "max": "204.627", "min": "200.056", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "178.961", "max": "179.242", "min": "178.805", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "303.177", "max": "303.598", "min": "302.961", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "120.176", "max": "120.299", "min": "120.097", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "217.304", "max": "217.567", "min": "217.013", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "86.208", "max": "88.337", "min": "85.943", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "76.939", "max": "79.126", "min": "76.545", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "291.381", "max": "296.301", "min": "290.627", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "169.163", "max": "170.837", "min": "168.627", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "188.577", "max": "188.936", "min": "188.401", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "200.414", "max": "201.33", "min": "200.139", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "333.31", "max": "333.565", "min": "333.2", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "196.924", "max": "197.705", "min": "196.442", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "179.659", "max": "180.396", "min": "179.42", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "0.033", "max": "0.059", "min": "0.021", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "95.403", "max": "103.576", "min": "87.655", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "86.153", "max": "86.41", "min": "86.058", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "91.629", "max": "93.985", "min": "91.263", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "176.062", "max": "180.396", "min": "170.77", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "205.352", "max": "258.792", "min": "167.834", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "113.973", "max": "119.852", "min": "112.171", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "298.831", "max": "305.1", "min": "295.838", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "351.176", "max": "353.09", "min": "350.773", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "180.809", "max": "182.667", "min": "179.747", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "267.998", "max": "268.479", "min": "267.881", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "198.315", "max": "199.962", "min": "197.889", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "170.53", "max": "170.778", "min": "170.411", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "220.292", "max": "223.237", "min": "219.588", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "210.5", "max": "238.079", "min": "207.492", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "336.503", "max": "356.573", "min": "333.223", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "358.762", "max": "359.984", "min": "358.558", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "204.738", "max": "205.386", "min": "204.547", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "195.164", "max": "195.975", "min": "195.048", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "85.023", "max": "85.615", "min": "84.813", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "208.625", "max": "212.192", "min": "208.146", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "196.915", "max": "198.387", "min": "196.488", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "152.287", "max": "157.895", "min": "140.324", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "310.636", "max": "311.75", "min": "310.375", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "117.864", "max": "118.74", "min": "117.591", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "123.703", "max": "125.769", "min": "123.396", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "67.525", "max": "67.9", "min": "67.336", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "198.478", "max": "205.573", "min": "197.722", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "168.291", "max": "169.72", "min": "167.86", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "73.551", "max": "74.375", "min": "73.363", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "138.073", "max": "141.067", "min": "137.618", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "101.567", "max": "111.594", "min": "100.99", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "88.647", "max": "89.357", "min": "88.351", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "140.109", "max": "142.635", "min": "139.885", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "100.166", "max": "100.918", "min": "99.865", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "314.061", "max": "315.524", "min": "313.585", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "341.676", "max": "343.936", "min": "341.304", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "116.001", "max": "116.388", "min": "115.86", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "219.076", "max": "219.907", "min": "218.764", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "159.457", "max": "161.706", "min": "158.995", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "56.182", "max": "56.706", "min": "56.009", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "100.406", "max": "101.123", "min": "100.186", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "154.993", "max": "161.569", "min": "154.587", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "105.343", "max": "107.352", "min": "104.542", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "132.524", "max": "133.01", "min": "132.292", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "163.847", "max": "163.954", "min": "163.688", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "296.709", "max": "302.613", "min": "296.077", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "93.647", "max": "93.986", "min": "93.475", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "92.614", "max": "95.636", "min": "84.339", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "138.28", "max": "141.609", "min": "130.972", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "101.7", "max": "125.58", "min": "100.119", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "167.095", "max": "171.309", "min": "159.096", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "91.606", "max": "94.938", "min": "91.184", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "111.494", "max": "111.831", "min": "111.363", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "149.272", "max": "157.714", "min": "148.69", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "205.885", "max": "206.583", "min": "205.707", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "298.102", "max": "302.276", "min": "297.44", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "97.352", "max": "98.071", "min": "97.167", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "250.609", "max": "251.018", "min": "250.275", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "134.787", "max": "135.887", "min": "134.568", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "98.597", "max": "103.834", "min": "95.245", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "85.346", "max": "85.564", "min": "85.175", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "284.908", "max": "288.732", "min": "284.024", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "290.865", "max": "297.192", "min": "290.355", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "260", "max": "265.913", "min": "252.606", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "92.726", "max": "96.169", "min": "90.328", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "370.481", "max": "404.072", "min": "368.317", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "518.461", "max": "635.944", "min": "347.518", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "300.429", "max": "375.478", "min": "228.847", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "309.864", "max": "311.423", "min": "309.295", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "235.836", "max": "241.607", "min": "235.327", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "96.728", "max": "97.393", "min": "96.534", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "102.785", "max": "103.529", "min": "102.409", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "105.427", "max": "113.627", "min": "104.765", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "163.181", "max": "309.021", "min": "85.455", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "168.76", "max": "169.081", "min": "168.574", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "207.419", "max": "411.202", "min": "199.64", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "186.368", "max": "186.775", "min": "186.215", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "181.676", "max": "182.635", "min": "181.218", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "80.488", "max": "81.193", "min": "80.253", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "364.937", "max": "366.128", "min": "364.563", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "265.867", "max": "266.364", "min": "265.652", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "171.735", "max": "179.864", "min": "171.158", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "102.841", "max": "104.437", "min": "102.603", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "90.67", "max": "90.95", "min": "90.49", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "132.482", "max": "138.8", "min": "120.774", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "250.072", "max": "251.654", "min": "249.361", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "107.129", "max": "107.381", "min": "107.006", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "95.405", "max": "120.14", "min": "94.243", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "115.008", "max": "128.707", "min": "113.874", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "129.593", "max": "133.702", "min": "121.523", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "88.995", "max": "91.981", "min": "88.453", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "90.992", "max": "91.089", "min": "90.862", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "186.259", "max": "186.604", "min": "186.091", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "376.932", "max": "379.771", "min": "376.62", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "198.039", "max": "200.461", "min": "197.794", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "188.571", "max": "189.611", "min": "188.32", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "158.866", "max": "161.763", "min": "158.442", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "171.975", "max": "172.787", "min": "171.62", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "205.895", "max": "221.935", "min": "204.807", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "314.267", "max": "314.899", "min": "314.123", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "162.526", "max": "162.846", "min": "162.389", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "155.841", "max": "156.133", "min": "155.733", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "170.193", "max": "198.533", "min": "168.206", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "278.937", "max": "283.074", "min": "271.118", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "199.469", "max": "200.743", "min": "199.21", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "161.308", "max": "194.425", "min": "159.928", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "89.711", "max": "90.107", "min": "89.537", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "159.522", "max": "162.922", "min": "159.208", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "192.24", "max": "192.568", "min": "192.02", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "283.236", "max": "330.176", "min": "276.327", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "139.32", "max": "139.58", "min": "139.223", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "204.092", "max": "305.725", "min": "182.469", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "95.406", "max": "98.758", "min": "94.811", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "531.014", "max": "533.662", "min": "530.314", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "201.847", "max": "203", "min": "201.636", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "95.649", "max": "102.687", "min": "91.776", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "254.84", "max": "258.445", "min": "254.496", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "321.871", "max": "322.074", "min": "321.714", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "241.959", "max": "243.933", "min": "241.647", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "118.609", "max": "120.249", "min": "118.38", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "310.314", "max": "353.161", "min": "305.36", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "100.407", "max": "102.826", "min": "98.67", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "80.787", "max": "80.985", "min": "80.653", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "171.251", "max": "174.178", "min": "170.826", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "289.858", "max": "290.136", "min": "289.716", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "162.692", "max": "164.189", "min": "162.414", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "176.779", "max": "177.495", "min": "176.536", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "185.662", "max": "189.022", "min": "185.057", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "179.144", "max": "179.284", "min": "179.037", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "164.433", "max": "165.404", "min": "163.982", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "217.773", "max": "218.576", "min": "217.559", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "204.094", "max": "205.964", "min": "203.704", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "207.686", "max": "208.333", "min": "207.488", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "192.843", "max": "194.215", "min": "187.6", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "164.218", "max": "166.037", "min": "163.829", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "172.218", "max": "172.667", "min": "171.995", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "153.693", "max": "153.991", "min": "153.581", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "180.727", "max": "181.621", "min": "180.513", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "207.809", "max": "208.58", "min": "207.438", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "189.767", "max": "199.475", "min": "188.805", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "202.721", "max": "268.508", "min": "174.757", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "147.657", "max": "149.344", "min": "147.177", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "208.888", "max": "220.562", "min": "208.186", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "194.611", "max": "211.229", "min": "193.857", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "204.197", "max": "205.323", "min": "203.789", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "157.58", "max": "233.581", "min": "154.614", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.488", "max": "357.934", "min": "344.285", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "176.406", "max": "178.033", "min": "176.209", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "164.327", "max": "164.706", "min": "164.125", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "183.119", "max": "183.467", "min": "182.942", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "6.066", "max": "11.753", "min": "4.506", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "214.864", "max": "221.687", "min": "214.43", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "165.034", "max": "165.763", "min": "164.768", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "168.971", "max": "169.475", "min": "168.745", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "168.038", "max": "169.636", "min": "167.149", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "315.412", "max": "331.652", "min": "301.046", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "87.876", "max": "91.267", "min": "87.405", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "314.048", "max": "321.391", "min": "311.978", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "307.604", "max": "314.035", "min": "306.822", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "155.87", "max": "156.993", "min": "155.58", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "285.036", "max": "287.049", "min": "284.69", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "136.977", "max": "137.24", "min": "136.784", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "187.836", "max": "188.244", "min": "187.648", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "210.891", "max": "211.532", "min": "210.553", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "165.668", "max": "167.321", "min": "165.37", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "167.731", "max": "169.679", "min": "167.393", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "102.666", "max": "102.843", "min": "102.569", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "92.989", "max": "93.155", "min": "92.867", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "337.84", "max": "427.538", "min": "334.524", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "84.506", "max": "85.339", "min": "84.276", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "165.72", "max": "166.601", "min": "165.498", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "94.159", "max": "97.222", "min": "93.869", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "174.842", "max": "175.09", "min": "174.692", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "189.773", "max": "190.172", "min": "189.577", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "80.168", "max": "83.923", "min": "76.466", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "168.384", "max": "172.731", "min": "168.126", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "182.651", "max": "185.268", "min": "181.868", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "124.7", "max": "130.46", "min": "115.166", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "229.035", "max": "240.613", "min": "228.112", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "301.907", "max": "302.224", "min": "301.734", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "237.996", "max": "241.827", "min": "237.57", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "198.293", "max": "198.491", "min": "198.206", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "174.656", "max": "175.414", "min": "174.406", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "198.415", "max": "200.026", "min": "198.152", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "106.312", "max": "111.788", "min": "100.641", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "85.019", "max": "85.319", "min": "84.837", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "209.573", "max": "214.316", "min": "207.688", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "31.978", "max": "33.195", "min": "31.589", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "95.053", "max": "101.438", "min": "93.225", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "209.651", "max": "211.055", "min": "209.368", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.148", "max": "107.679", "min": "104.778", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "172.737", "max": "177.788", "min": "172.197", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "303.624", "max": "307.866", "min": "293.862", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "153.741", "max": "153.741", "min": "153.741", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "164.253", "max": "164.398", "min": "164.157", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "166.131", "max": "166.32", "min": "166.006", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "255.025", "max": "258.462", "min": "254.497", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "165.91", "max": "177.012", "min": "158.801", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "178.39", "max": "179.069", "min": "178.151", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "323.827", "max": "328.973", "min": "323.09", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "234.945", "max": "238.469", "min": "234.469", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "101.419", "max": "102.507", "min": "101.211", "id": "49", "country": "Colombia", "source_name": "Medellin", "destination_name": "Lansing", "destination_id": "295" } } }, "50": { "name": "Buenos Aires", "data": { "0": { "avg": "90.784", "max": "99.928", "min": "88.995", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "341.094", "max": "342.169", "min": "340.767", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "179.781", "max": "184.56", "min": "173.554", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "261.347", "max": "269.12", "min": "260.432", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "238.96", "max": "241.596", "min": "238.645", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "308.986", "max": "309.283", "min": "308.879", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "231.747", "max": "236.696", "min": "231.365", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "354.642", "max": "366.407", "min": "353.506", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "272.534", "max": "273.872", "min": "270.753", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "280.809", "max": "297.374", "min": "280.094", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "231.281", "max": "231.549", "min": "231.084", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "161.789", "max": "162.113", "min": "161.629", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "164.906", "max": "165.423", "min": "164.732", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "161.818", "max": "171.829", "min": "161.15", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.7", "max": "129.904", "min": "129.582", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "166.755", "max": "172.471", "min": "162.408", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "246.701", "max": "247.404", "min": "245.579", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "148.417", "max": "149.217", "min": "147.304", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "246.171", "max": "246.647", "min": "245.92", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "257.307", "max": "257.585", "min": "257.175", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "348.285", "max": "350.112", "min": "348.085", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "173.735", "max": "174.245", "min": "173.562", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "197.195", "max": "197.368", "min": "197.078", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "203.754", "max": "216.397", "min": "203.151", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "269.324", "max": "269.671", "min": "269.133", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "268.407", "max": "275.149", "min": "267.848", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "244.589", "max": "245.955", "min": "243.339", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "261.935", "max": "262.353", "min": "261.686", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "255.346", "max": "255.626", "min": "255.216", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "200.342", "max": "202.163", "min": "199.866", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "375.862", "max": "376.275", "min": "375.767", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "261.93", "max": "262.992", "min": "261.777", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "196.037", "max": "199.803", "min": "195.721", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "273.586", "max": "274.742", "min": "272.631", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "255.123", "max": "257.079", "min": "254.781", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "368.651", "max": "386.958", "min": "367.219", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "173.556", "max": "174.441", "min": "172.401", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "277.225", "max": "277.994", "min": "276.166", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "156.701", "max": "157.556", "min": "155.602", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "150.11", "max": "150.59", "min": "149.834", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "376.41", "max": "378.277", "min": "375.998", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "244.816", "max": "246.842", "min": "244.481", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "258.88", "max": "259.107", "min": "258.718", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "278.207", "max": "281.184", "min": "277.313", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "354.581", "max": "354.818", "min": "354.454", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "256.376", "max": "256.917", "min": "255.807", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "280.697", "max": "283.649", "min": "280.371", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "129.009", "max": "149.305", "min": "107.552", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "0.037", "max": "0.109", "min": "0.025", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "156.73", "max": "156.995", "min": "156.629", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "172.01", "max": "172.561", "min": "171.879", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "224.277", "max": "228.751", "min": "217.884", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "253.625", "max": "264.06", "min": "248.114", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "191.008", "max": "197.791", "min": "187.37", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "365.63", "max": "375.482", "min": "362.39", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "399.627", "max": "400.715", "min": "399.379", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "246.694", "max": "252.813", "min": "245.477", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "347.689", "max": "347.994", "min": "347.542", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "285.433", "max": "286.953", "min": "285.125", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "243.541", "max": "243.707", "min": "243.456", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "304.243", "max": "310.61", "min": "303.379", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "271.734", "max": "299.316", "min": "267.729", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "398.991", "max": "524.738", "min": "387.073", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "419.293", "max": "420.128", "min": "419.148", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "259.565", "max": "261.308", "min": "258.418", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "271.812", "max": "272.154", "min": "271.647", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "161.303", "max": "167.705", "min": "160.987", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "260.725", "max": "261.008", "min": "260.432", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "158.123", "max": "161.425", "min": "157.122", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "188.398", "max": "189.291", "min": "188.258", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "367.443", "max": "369.199", "min": "367.195", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "191.328", "max": "191.695", "min": "191.07", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "182.704", "max": "194.9", "min": "181.898", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "147.236", "max": "147.535", "min": "147.1", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "267.398", "max": "268.002", "min": "267.2", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "235.678", "max": "235.957", "min": "235.412", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "151.181", "max": "151.451", "min": "150.988", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "205.35", "max": "205.755", "min": "204.763", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "155.509", "max": "158.353", "min": "154.946", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "159.435", "max": "160.143", "min": "159.205", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "210.432", "max": "210.601", "min": "210.261", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "179.766", "max": "180.35", "min": "179.32", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "565.442", "max": "566.291", "min": "565.057", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "357.977", "max": "358.257", "min": "357.826", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "186.814", "max": "186.992", "min": "186.695", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "296.682", "max": "298.19", "min": "296.336", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "248.659", "max": "250.865", "min": "248.184", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "130.779", "max": "131.331", "min": "130.624", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "178.998", "max": "179.44", "min": "178.807", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "223.987", "max": "224.222", "min": "223.815", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "168.249", "max": "170.348", "min": "167.595", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "202.62", "max": "203.668", "min": "202.294", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "246.956", "max": "247.265", "min": "246.853", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "321.975", "max": "322.145", "min": "321.829", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "160.792", "max": "161.605", "min": "160.536", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "150.615", "max": "153.273", "min": "149.509", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "201.941", "max": "202.501", "min": "201.716", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "130.43", "max": "141.044", "min": "129.48", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "200.715", "max": "200.831", "min": "200.554", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "169.808", "max": "170.831", "min": "169.577", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "181.221", "max": "181.733", "min": "181.047", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "220.446", "max": "220.904", "min": "220.226", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "290.885", "max": "292.217", "min": "289.72", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "374.398", "max": "376.348", "min": "373.774", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "163.622", "max": "163.951", "min": "163.411", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "321.395", "max": "321.712", "min": "321.181", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "126.338", "max": "128.917", "min": "125.98", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "156.713", "max": "156.923", "min": "156.573", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "161.144", "max": "161.459", "min": "160.966", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "383.069", "max": "383.95", "min": "382.881", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "407.785", "max": "412.933", "min": "407.45", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "325.509", "max": "325.723", "min": "325.356", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "164.017", "max": "168.043", "min": "161.816", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "348.709", "max": "352.112", "min": "347.445", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "585.323", "max": "708.497", "min": "432.806", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "371.631", "max": "459.418", "min": "302.756", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "413.269", "max": "440.1", "min": "411.05", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "269.507", "max": "281.704", "min": "268.73", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "173.815", "max": "174.35", "min": "172.662", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "160.03", "max": "160.699", "min": "159.763", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "180.348", "max": "180.742", "min": "180.025", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "237.307", "max": "390.307", "min": "162.533", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "30.284", "max": "38.823", "min": "28.885", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "276.921", "max": "432.432", "min": "270.382", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "280.338", "max": "280.537", "min": "280.241", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "263.297", "max": "264.454", "min": "262.773", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "161.313", "max": "166.794", "min": "150.8", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "380.079", "max": "380.74", "min": "379.774", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "359.561", "max": "360.647", "min": "359.321", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "251.587", "max": "251.819", "min": "251.45", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "175.192", "max": "178.64", "min": "174.923", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "158.421", "max": "159.623", "min": "158.226", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "181.85", "max": "212.967", "min": "180.608", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "335.415", "max": "336.756", "min": "334.724", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "167.551", "max": "167.734", "min": "167.483", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "170.171", "max": "170.41", "min": "169.988", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "186.927", "max": "192.304", "min": "185.935", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "171.317", "max": "171.631", "min": "171.178", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "176.89", "max": "177.257", "min": "176.744", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "174.594", "max": "176.202", "min": "174.283", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "262.16", "max": "262.709", "min": "262.043", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "384.105", "max": "384.999", "min": "383.735", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "275.885", "max": "276.752", "min": "275.692", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "268.79", "max": "269.194", "min": "268.616", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "241.069", "max": "248.935", "min": "239.928", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "245.502", "max": "245.934", "min": "245.214", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "248.504", "max": "250.016", "min": "247.38", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "366.153", "max": "367.06", "min": "365.948", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "231.986", "max": "233.249", "min": "231.197", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "241.521", "max": "247.371", "min": "240.494", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "244.848", "max": "279.237", "min": "241.826", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "313.878", "max": "314.077", "min": "313.745", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "279.714", "max": "283.655", "min": "279.187", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "245.929", "max": "263.9", "min": "244.399", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "165.563", "max": "166.62", "min": "165.366", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "210.159", "max": "210.834", "min": "209.922", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "272.923", "max": "275.644", "min": "271.776", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "373.432", "max": "422.102", "min": "363.687", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "196.435", "max": "196.623", "min": "196.265", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "21.192", "max": "101.848", "min": "12.793", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "175.916", "max": "176.535", "min": "174.871", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "611.935", "max": "612.547", "min": "611.311", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "279.686", "max": "279.938", "min": "279.592", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "166.157", "max": "173.232", "min": "162.51", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "321.644", "max": "323.863", "min": "320.752", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "407.343", "max": "408.085", "min": "407.161", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "303.035", "max": "304.561", "min": "301.896", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "184.34", "max": "184.929", "min": "184.112", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "384.518", "max": "391.256", "min": "383.657", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "177.968", "max": "181.695", "min": "175.863", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "153.012", "max": "153.966", "min": "152.9", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "226.937", "max": "229.556", "min": "225.583", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "373.606", "max": "374.35", "min": "373.392", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "230.756", "max": "231.228", "min": "230.621", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "245.834", "max": "248.428", "min": "245.549", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "256.168", "max": "256.828", "min": "255.981", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "241.257", "max": "244.044", "min": "240.71", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "241.567", "max": "242.17", "min": "241.276", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "296.453", "max": "297.695", "min": "296.114", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "269.985", "max": "270.193", "min": "269.848", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "291.396", "max": "293.204", "min": "290.456", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "272.777", "max": "274.158", "min": "272.031", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "226.941", "max": "228.193", "min": "226.673", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "230.696", "max": "231.972", "min": "230.507", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "234.318", "max": "234.959", "min": "233.118", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "274.013", "max": "276.223", "min": "273.564", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "293.018", "max": "293.317", "min": "292.729", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "244.626", "max": "252.572", "min": "242.98", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "287.28", "max": "357.23", "min": "265.98", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "244.327", "max": "244.737", "min": "244.164", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "302.378", "max": "303.302", "min": "302.11", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "267.521", "max": "268.113", "min": "267.244", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "282.003", "max": "282.678", "min": "281.534", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "216.855", "max": "217.264", "min": "216.515", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "397.46", "max": "398.391", "min": "397.219", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "252.724", "max": "253.118", "min": "252.62", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "263.327", "max": "263.59", "min": "263.101", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "266.809", "max": "267.482", "min": "266.596", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "94.515", "max": "102.131", "min": "90.976", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "289.265", "max": "289.726", "min": "289.025", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "244.583", "max": "251.817", "min": "244.051", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "240.74", "max": "241.212", "min": "240.083", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "237.724", "max": "239.581", "min": "237.355", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "356.728", "max": "383.386", "min": "354.485", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "169.586", "max": "178.209", "min": "168.767", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "536.703", "max": "547.759", "min": "509.162", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "335.059", "max": "336.074", "min": "334.745", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "229.197", "max": "230.143", "min": "228.986", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "381.816", "max": "382.922", "min": "380.356", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "202.623", "max": "202.872", "min": "202.392", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "271.837", "max": "272.212", "min": "271.658", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "282.274", "max": "284.945", "min": "281.303", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "239.675", "max": "241.035", "min": "239.429", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "238.892", "max": "240.173", "min": "238.59", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "173.585", "max": "173.916", "min": "173.447", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "171.969", "max": "172.471", "min": "170.921", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "433.635", "max": "434.587", "min": "433.311", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "209.803", "max": "210.074", "min": "209.635", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "252.869", "max": "253.083", "min": "252.708", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "156.887", "max": "156.993", "min": "156.817", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "252.992", "max": "259.345", "min": "252.607", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "62.669", "max": "580.127", "min": "44.337", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "161.999", "max": "165.101", "min": "159.1", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "232.782", "max": "233.864", "min": "231.851", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "285.226", "max": "287.043", "min": "284.133", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "171.87", "max": "174.439", "min": "170.02", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "188.32", "max": "190.054", "min": "187.72", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "365.027", "max": "365.475", "min": "364.836", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "333.106", "max": "333.527", "min": "332.967", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "257.766", "max": "258.022", "min": "257.663", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "242.413", "max": "244.234", "min": "242.17", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "259.26", "max": "259.86", "min": "257.811", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "180.142", "max": "185.96", "min": "176.067", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "163.534", "max": "163.811", "min": "163.343", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "293.696", "max": "297.703", "min": "291.928", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "88.67", "max": "89.287", "min": "88.397", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "178.242", "max": "180.101", "min": "177.11", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "281.935", "max": "282.348", "min": "281.728", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "181.582", "max": "181.891", "min": "181.384", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "238.318", "max": "259.35", "min": "237.035", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "413.003", "max": "417.532", "min": "412.536", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "204.116", "max": "204.116", "min": "204.116", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "233.586", "max": "234.148", "min": "233.407", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "250.114", "max": "251.839", "min": "249.935", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "331.541", "max": "332.627", "min": "331.31", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "244.467", "max": "252.743", "min": "236.271", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "262.162", "max": "262.55", "min": "262.017", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "331.332", "max": "332.377", "min": "331.047", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "301.254", "max": "302.732", "min": "299.675", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "177.405", "max": "177.859", "min": "177.25", "id": "50", "country": "Argentina", "source_name": "Buenos Aires", "destination_name": "Lansing", "destination_id": "295" } } }, "70": { "name": "Santiago", "data": { "0": { "avg": "175.646", "max": "177.282", "min": "174.887", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "318.999", "max": "321.98", "min": "318.096", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "152.873", "max": "154.88", "min": "152.035", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "236.369", "max": "239.713", "min": "235.224", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "205.468", "max": "207.459", "min": "204.616", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "359.511", "max": "360.988", "min": "358.714", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "226.135", "max": "227.335", "min": "225.553", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "332.156", "max": "341.058", "min": "331.393", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "257.519", "max": "258.997", "min": "256.908", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "228.017", "max": "229.477", "min": "227.237", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "199.671", "max": "202.367", "min": "198.359", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "165.215", "max": "168.158", "min": "164.965", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "134.806", "max": "136.318", "min": "134.132", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "145.215", "max": "148.026", "min": "144.472", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "138.993", "max": "141.594", "min": "138.166", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "133.202", "max": "134.473", "min": "132.059", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "234.647", "max": "235.899", "min": "233.514", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "133.812", "max": "134.411", "min": "133.633", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "224.092", "max": "226.1", "min": "223.825", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "228.999", "max": "232.742", "min": "228.353", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "320.81", "max": "322.701", "min": "320.349", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "144.466", "max": "146.057", "min": "144.217", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "183.956", "max": "187.076", "min": "183.39", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "197.057", "max": "200.269", "min": "196.562", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "244.341", "max": "247.062", "min": "243.332", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "223.192", "max": "229.619", "min": "222.827", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "238.588", "max": "240.797", "min": "237.629", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "225.394", "max": "227.065", "min": "224.58", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "210.687", "max": "211.867", "min": "210.498", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "171.777", "max": "173.224", "min": "171.563", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "359.333", "max": "361.937", "min": "358.523", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "234.27", "max": "236.973", "min": "233.316", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "155.904", "max": "165.182", "min": "154.91", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "247.782", "max": "249.821", "min": "247.421", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "233.023", "max": "236.648", "min": "232.101", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "364.972", "max": "401.995", "min": "362.387", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "188.555", "max": "189.546", "min": "187.944", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "203.54", "max": "205.111", "min": "202.682", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "155.315", "max": "156.707", "min": "154.351", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "141.184", "max": "148.918", "min": "139.728", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "367.049", "max": "368.479", "min": "366.513", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "210.478", "max": "215.982", "min": "209.671", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "243.371", "max": "245.039", "min": "242.365", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "236.82", "max": "239.445", "min": "235.703", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "342.625", "max": "344.618", "min": "342.106", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "250.581", "max": "252.84", "min": "249.645", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "251.25", "max": "253.025", "min": "250.806", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "197.411", "max": "199.523", "min": "196.402", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "157.823", "max": "159.285", "min": "157.201", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "148.917", "max": "151.723", "min": "148.177", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "155.765", "max": "158.248", "min": "155.026", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "196.792", "max": "198.881", "min": "195.706", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "232.119", "max": "291.168", "min": "210.442", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.906", "max": "143.268", "min": "138.969", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "393.372", "max": "414.831", "min": "388.437", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "379.784", "max": "381.972", "min": "378.986", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "236.592", "max": "239.73", "min": "235.363", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "346.08", "max": "346.365", "min": "345.936", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "240.561", "max": "242.848", "min": "240.238", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "209.122", "max": "210.921", "min": "208.19", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "261.604", "max": "263.285", "min": "260.893", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "257.259", "max": "299.499", "min": "254.924", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "390.768", "max": "391.976", "min": "390.041", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "364.285", "max": "366.984", "min": "363.485", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "248.035", "max": "249.696", "min": "247.337", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "251.924", "max": "253.285", "min": "251.443", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "133.712", "max": "135.518", "min": "133.1", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "253.319", "max": "269.243", "min": "251.564", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "0.02", "max": "0.042", "min": "0.016", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "162.887", "max": "164.289", "min": "162.658", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "350.835", "max": "365.186", "min": "349.291", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "185.048", "max": "187.374", "min": "184.221", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "178.699", "max": "184.391", "min": "177.431", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "142.55", "max": "147.388", "min": "141.151", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "245.236", "max": "247.666", "min": "244.472", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "225.271", "max": "226.84", "min": "224.532", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "137.496", "max": "139.944", "min": "137.114", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "190.806", "max": "198.265", "min": "190.025", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "154.812", "max": "157.231", "min": "154.536", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "147.899", "max": "148.091", "min": "147.782", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "179.614", "max": "180.659", "min": "179.03", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "153.788", "max": "154.36", "min": "153.604", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "356.511", "max": "358.223", "min": "356.043", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "345.753", "max": "347.939", "min": "345.321", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "182.955", "max": "184.16", "min": "182.102", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "274.753", "max": "276.83", "min": "273.919", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "210.902", "max": "212.415", "min": "210.331", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "142.929", "max": "145.187", "min": "142.059", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "151.402", "max": "152.557", "min": "150.412", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "206.444", "max": "208.084", "min": "206.203", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "157.732", "max": "160.603", "min": "156.112", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "199.316", "max": "205.905", "min": "198.115", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "246.786", "max": "249.077", "min": "245.915", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "321.27", "max": "324.3", "min": "320.447", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "142.711", "max": "144.219", "min": "142.227", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "140.872", "max": "143.026", "min": "140.099", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "200.96", "max": "203.706", "min": "199.811", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "130.199", "max": "168.184", "min": "127.036", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "195.383", "max": "197.081", "min": "194.508", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "143.699", "max": "145.523", "min": "142.759", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "172.878", "max": "175.192", "min": "172.586", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "240.875", "max": "242.17", "min": "240.631", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "255.716", "max": "256.864", "min": "255.432", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "353.235", "max": "355.5", "min": "352.485", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "152.922", "max": "154.195", "min": "152.182", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "313.771", "max": "315.339", "min": "312.889", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "37.614", "max": "39.865", "min": "36.807", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "140.288", "max": "148.075", "min": "139.555", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "141.549", "max": "143.423", "min": "141.199", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "377.891", "max": "378.921", "min": "377.402", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "379.143", "max": "380.741", "min": "378.414", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "315.563", "max": "317.14", "min": "315.204", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "130.759", "max": "133.719", "min": "129.975", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "335.492", "max": "337.552", "min": "334.759", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "572.644", "max": "678.427", "min": "412.194", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "370.94", "max": "479.43", "min": "268.48", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "415.182", "max": "423.609", "min": "413.765", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "287.498", "max": "289.388", "min": "286.479", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "157.071", "max": "174.139", "min": "155.509", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "154.233", "max": "155.902", "min": "153.131", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "159.696", "max": "161.633", "min": "159.051", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "213.504", "max": "384.661", "min": "144.763", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "161.094", "max": "164.209", "min": "160.457", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "248.85", "max": "336.109", "min": "241.672", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "246.788", "max": "248.701", "min": "245.81", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "223.943", "max": "226.707", "min": "222.078", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "139.68", "max": "141.618", "min": "138.834", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "391.48", "max": "392.778", "min": "390.619", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "323.837", "max": "327.199", "min": "323.421", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "226.059", "max": "227.931", "min": "225.554", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "159.228", "max": "182.571", "min": "157.436", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "148.115", "max": "149.097", "min": "147.825", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "155.732", "max": "156.936", "min": "155.494", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "334.957", "max": "338.699", "min": "333.416", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "167.182", "max": "169.844", "min": "166.661", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "139.902", "max": "141.05", "min": "139.019", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "171.475", "max": "177.296", "min": "169.82", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "156.549", "max": "189.055", "min": "155.064", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "164.551", "max": "168.03", "min": "164.208", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "141.278", "max": "142.914", "min": "140.801", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "236.766", "max": "238.435", "min": "236.373", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "370.052", "max": "370.54", "min": "369.692", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "248.667", "max": "250.119", "min": "247.9", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "237.275", "max": "239.532", "min": "236.648", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "241.246", "max": "250.877", "min": "239.748", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "214.815", "max": "215.438", "min": "214.581", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "251.064", "max": "253.088", "min": "250.437", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "355.763", "max": "358.337", "min": "354.847", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "203.023", "max": "204.73", "min": "202.102", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "203.483", "max": "204.706", "min": "203.268", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "215.471", "max": "221.184", "min": "213.318", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "316.216", "max": "318.574", "min": "315.367", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "240.907", "max": "257.526", "min": "239.386", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "229.594", "max": "230.031", "min": "229.387", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "143.019", "max": "144.024", "min": "142.411", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "225.643", "max": "227.567", "min": "224.444", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "245.817", "max": "247.766", "min": "245.526", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "342.613", "max": "388.286", "min": "334.202", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "169.015", "max": "170.205", "min": "168.114", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "41.073", "max": "131.67", "min": "32.541", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "155.06", "max": "156.862", "min": "154.724", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "581.931", "max": "583.168", "min": "580.945", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "236.902", "max": "239.459", "min": "236.249", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "133.215", "max": "134.711", "min": "132.761", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "315.119", "max": "317.553", "min": "314.494", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "410.033", "max": "411.877", "min": "409.145", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "289.259", "max": "291.215", "min": "288.559", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "168.665", "max": "169.209", "min": "168.484", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "383.43", "max": "384.898", "min": "382.96", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "141.065", "max": "143.036", "min": "140.345", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "143.408", "max": "145.347", "min": "142.628", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "221.978", "max": "225.419", "min": "220.773", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "425.714", "max": "434.031", "min": "424.083", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "211.879", "max": "212.164", "min": "211.77", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "221.466", "max": "223.167", "min": "220.505", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "231.611", "max": "244.409", "min": "230.603", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "229.75", "max": "231.295", "min": "228.862", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "204.492", "max": "205.427", "min": "204.05", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "277.559", "max": "280.098", "min": "276.648", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "250.766", "max": "263.302", "min": "249.928", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "261.217", "max": "262.493", "min": "260.885", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "260.91", "max": "262.316", "min": "260.218", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "208.291", "max": "210.373", "min": "207.915", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "212.187", "max": "212.426", "min": "212.039", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "236.698", "max": "238.42", "min": "235.728", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "226.803", "max": "227.968", "min": "226.222", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "267.54", "max": "269.533", "min": "266.861", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "231.803", "max": "234.257", "min": "230.346", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "246.435", "max": "317.233", "min": "216.894", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "220.983", "max": "222.92", "min": "220.513", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "259.827", "max": "262.146", "min": "259.389", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "243.559", "max": "244.605", "min": "243.305", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "250.367", "max": "252.837", "min": "249.526", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "207.975", "max": "220.557", "min": "206.899", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "462.352", "max": "464.21", "min": "461.841", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "224.97", "max": "226.564", "min": "224.078", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "229.698", "max": "232.187", "min": "228.879", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "232.447", "max": "234.145", "min": "231.856", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "202.995", "max": "212.548", "min": "200.675", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "256.019", "max": "257.65", "min": "255.775", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "207.334", "max": "221.362", "min": "206.167", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "208.269", "max": "209.923", "min": "207.528", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "207.019", "max": "209.906", "min": "206.218", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "396.838", "max": "398.398", "min": "396.412", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "134.941", "max": "140.738", "min": "133.744", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "350.091", "max": "351.235", "min": "349.211", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "335.846", "max": "338.347", "min": "335.275", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "203.892", "max": "206.612", "min": "203.036", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "347.517", "max": "348.672", "min": "346.906", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "235.856", "max": "237.758", "min": "234.857", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "234.779", "max": "235.35", "min": "234.533", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "268.724", "max": "270.849", "min": "268.041", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "207.369", "max": "209.488", "min": "206.685", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "213.137", "max": "214.288", "min": "212.927", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "156.202", "max": "157.105", "min": "155.58", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "149.202", "max": "150.798", "min": "148.138", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "370.834", "max": "372.959", "min": "370.073", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "145.696", "max": "147.101", "min": "145.453", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "240.931", "max": "242.522", "min": "239.993", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "139.604", "max": "141.321", "min": "138.769", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "226.78", "max": "228.41", "min": "226.168", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "180.292", "max": "182.818", "min": "179.872", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "148.625", "max": "153.895", "min": "146.514", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "221.359", "max": "222.205", "min": "220.691", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "233.612", "max": "248.939", "min": "232.185", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "171.936", "max": "199.178", "min": "169.387", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "258.734", "max": "268.238", "min": "257.626", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "287.091", "max": "289.113", "min": "286.408", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "285.107", "max": "287.243", "min": "284.578", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "249.454", "max": "251.104", "min": "248.745", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "212.224", "max": "213.965", "min": "211.741", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "257.48", "max": "259.921", "min": "256.644", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "144.36", "max": "146.574", "min": "143.56", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "139.83", "max": "141.509", "min": "139.14", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "259.555", "max": "263.135", "min": "257.445", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "203.434", "max": "205.62", "min": "202.033", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "174.859", "max": "178.146", "min": "173.409", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "265.993", "max": "268.47", "min": "264.904", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "158.462", "max": "160.818", "min": "157.633", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "222.609", "max": "226.165", "min": "222.132", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "340.725", "max": "347.513", "min": "339.897", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "201.887", "max": "201.887", "min": "201.887", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "205.726", "max": "207.69", "min": "205.495", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "221.291", "max": "221.767", "min": "221.163", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "295.531", "max": "304.366", "min": "294.782", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "226.576", "max": "238.113", "min": "217.688", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "238.535", "max": "241.367", "min": "237.803", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "325.594", "max": "327.525", "min": "324.88", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "298.249", "max": "300.648", "min": "297.353", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "156.992", "max": "164.7", "min": "155.372", "id": "70", "country": "Chile", "source_name": "Santiago", "destination_name": "Lansing", "destination_id": "295" } } }, "74": { "name": "Heredia", "data": { "0": { "avg": "125.903", "max": "127.459", "min": "125.668", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "256.054", "max": "256.36", "min": "255.855", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "82.409", "max": "83.524", "min": "82.203", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "171.639", "max": "182.27", "min": "170.531", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "148.898", "max": "153.92", "min": "148.329", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "225.955", "max": "226.317", "min": "225.839", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "158.848", "max": "163.531", "min": "158.409", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "264.386", "max": "269.518", "min": "263.492", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "197.726", "max": "201.332", "min": "197.435", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "180.74", "max": "186.714", "min": "180.17", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "138.982", "max": "139.755", "min": "138.752", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "77.099", "max": "82.385", "min": "76.566", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "74.71", "max": "81.175", "min": "74.322", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "79.962", "max": "81.725", "min": "79.568", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "43.013", "max": "46.392", "min": "42.589", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "69.598", "max": "81.221", "min": "68.488", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "162.862", "max": "164.302", "min": "162.626", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "58.422", "max": "61.081", "min": "58.04", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "161.892", "max": "164.321", "min": "161.578", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "175.399", "max": "177.051", "min": "175.177", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "260.35", "max": "261.771", "min": "260.161", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "75.452", "max": "79.203", "min": "74.945", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "120.787", "max": "122.416", "min": "120.562", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "128.854", "max": "131.517", "min": "128.548", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "182.506", "max": "183.983", "min": "182.162", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "166.934", "max": "170.819", "min": "166.675", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "168.662", "max": "170.067", "min": "168.366", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "169.43", "max": "179.455", "min": "168.592", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "155.782", "max": "157.022", "min": "155.625", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "113.569", "max": "118.343", "min": "113.044", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "283.022", "max": "292.26", "min": "282.46", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "174.817", "max": "179.546", "min": "174.446", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "96.187", "max": "101.477", "min": "95.715", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "189.454", "max": "189.815", "min": "189.334", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "167.521", "max": "168.555", "min": "167.264", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "288.032", "max": "289.33", "min": "287.663", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "103.988", "max": "106.685", "min": "103.818", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "115.57", "max": "119.135", "min": "114.96", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "74.618", "max": "75.377", "min": "74.46", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "72.163", "max": "75.992", "min": "71.52", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "296.34", "max": "308.536", "min": "294.882", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "157.266", "max": "160.233", "min": "156.605", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "177.936", "max": "178.582", "min": "177.747", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "182.855", "max": "186.065", "min": "182.318", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "317.565", "max": "319.845", "min": "317.137", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "185.342", "max": "186.952", "min": "184.877", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "174.992", "max": "178.02", "min": "174.702", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "123.533", "max": "124.315", "min": "123.252", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "182.207", "max": "183.6", "min": "181.831", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "81.601", "max": "83.392", "min": "81.445", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "88.522", "max": "92.404", "min": "88.086", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "131.442", "max": "134.734", "min": "130.99", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "186.968", "max": "277.635", "min": "170.435", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "84.034", "max": "85.29", "min": "83.746", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "295.587", "max": "320.483", "min": "290.116", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "293.328", "max": "296.844", "min": "292.666", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "176.432", "max": "179.196", "min": "175.542", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "258.034", "max": "262.011", "min": "257.749", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "202.178", "max": "204.349", "min": "201.715", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "152.246", "max": "160.799", "min": "151.739", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "204.864", "max": "208.042", "min": "204.151", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "221.57", "max": "274.474", "min": "215.301", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "285.354", "max": "317.895", "min": "283.212", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "282.387", "max": "282.626", "min": "282.248", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "207.707", "max": "214.596", "min": "206.915", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "184.354", "max": "191.811", "min": "183.446", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "72.067", "max": "74.763", "min": "71.801", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "191.791", "max": "196.362", "min": "191.226", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "178.489", "max": "181.102", "min": "177.371", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "94.1", "max": "95.221", "min": "93.828", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "266.811", "max": "269.116", "min": "266.323", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "102.405", "max": "105.935", "min": "101.947", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "0.029", "max": "0.068", "min": "0.019", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "60.137", "max": "65.823", "min": "59.056", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "191.559", "max": "193.009", "min": "191.307", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "189.443", "max": "251.956", "min": "155.073", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "61.51", "max": "63.812", "min": "61.244", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "117.36", "max": "122.131", "min": "116.963", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "86.88", "max": "92.766", "min": "86.289", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "82.157", "max": "88.204", "min": "81.622", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "115.222", "max": "116.886", "min": "114.824", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "97.729", "max": "104.348", "min": "96.701", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "311.695", "max": "316.708", "min": "310.697", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "299.498", "max": "309.785", "min": "298.68", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "107.303", "max": "107.574", "min": "107.155", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "201.004", "max": "207.283", "min": "200.022", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "152.702", "max": "154.245", "min": "152.229", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "50.162", "max": "51.727", "min": "49.941", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "85.205", "max": "87.189", "min": "84.889", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "151.528", "max": "156.341", "min": "150.732", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "84.629", "max": "86.013", "min": "83.866", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "114.213", "max": "114.698", "min": "113.934", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "154.298", "max": "158.579", "min": "154.068", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "238.35", "max": "242.272", "min": "238.115", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "83.783", "max": "85.237", "min": "83.583", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "49.51", "max": "52.003", "min": "49.179", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "87.013", "max": "87.242", "min": "86.71", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "82.204", "max": "109.612", "min": "80.305", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "119.902", "max": "120.772", "min": "119.71", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "77.18", "max": "81.887", "min": "76.819", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "88.915", "max": "90.312", "min": "88.671", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "137.497", "max": "138.974", "min": "137.068", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "191.728", "max": "195.417", "min": "191.246", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "286.188", "max": "287.488", "min": "285.275", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "80.804", "max": "84.049", "min": "80.465", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "244.347", "max": "248.818", "min": "243.786", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "114.763", "max": "118.612", "min": "114.361", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "79.916", "max": "82.751", "min": "79.53", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "65.113", "max": "78.048", "min": "64.469", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "300.604", "max": "306.682", "min": "300.119", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "301.068", "max": "323.061", "min": "299.952", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "244.881", "max": "247.986", "min": "244.583", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "73.357", "max": "73.546", "min": "73.235", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "271.355", "max": "274.081", "min": "270.551", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "512.05", "max": "619.659", "min": "346.489", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "300.575", "max": "391.359", "min": "206.613", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "331.311", "max": "337.55", "min": "330.599", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "206.708", "max": "208.678", "min": "206.237", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "82.205", "max": "82.855", "min": "82.042", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "77.113", "max": "78.406", "min": "76.684", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "93.349", "max": "100.097", "min": "92.588", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "165.944", "max": "313.452", "min": "85.354", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "158.403", "max": "167.152", "min": "157.676", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "192.553", "max": "417.974", "min": "182.636", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "183.71", "max": "186.337", "min": "183.53", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "177.717", "max": "179.716", "min": "177.092", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "73.23", "max": "80.371", "min": "72.041", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "322.512", "max": "325.917", "min": "322.182", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "239.665", "max": "243.289", "min": "239.209", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "157.067", "max": "159.995", "min": "156.815", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "84.36", "max": "87.979", "min": "83.883", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "84.757", "max": "91.63", "min": "84.046", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "84.942", "max": "86.778", "min": "84.583", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "243.409", "max": "245.311", "min": "242.629", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "93.714", "max": "94.913", "min": "93.563", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "80.145", "max": "83.493", "min": "79.906", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "94.577", "max": "114.307", "min": "93.091", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "89.117", "max": "97.437", "min": "88.464", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "91.007", "max": "96.504", "min": "90.222", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "76.214", "max": "76.686", "min": "76.052", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "172.025", "max": "174.657", "min": "171.609", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "323.871", "max": "332.101", "min": "323.079", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "184.203", "max": "185.061", "min": "184.037", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "169.607", "max": "171.137", "min": "169.328", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "166.514", "max": "170.967", "min": "165.768", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "153.159", "max": "155.517", "min": "152.381", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "185.546", "max": "187.917", "min": "185.146", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "322.789", "max": "325.745", "min": "322.255", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "147.594", "max": "147.819", "min": "147.452", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "150.659", "max": "151.295", "min": "150.449", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "158.586", "max": "179.751", "min": "155.571", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "221.556", "max": "223.189", "min": "221.299", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "184.307", "max": "186.771", "min": "183.967", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "160.098", "max": "194.219", "min": "158.434", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "71.83", "max": "72.177", "min": "71.664", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "120.695", "max": "156.231", "min": "119.013", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "180.11", "max": "181.187", "min": "179.851", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "283.835", "max": "320.675", "min": "275.673", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "96.636", "max": "96.796", "min": "96.437", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "178.125", "max": "265.136", "min": "170.02", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "72.391", "max": "74.384", "min": "72.133", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "522.504", "max": "528.328", "min": "521.473", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "179.381", "max": "193.317", "min": "178.767", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "79.616", "max": "87.051", "min": "79.138", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "256.357", "max": "256.872", "min": "256.191", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "319.967", "max": "322.721", "min": "319.552", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "240.372", "max": "241.391", "min": "240.186", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "92.79", "max": "99.323", "min": "92.313", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "308.031", "max": "313.152", "min": "307.375", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "84.036", "max": "86.218", "min": "83.585", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "77.39", "max": "80.177", "min": "77.131", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "153.267", "max": "156.706", "min": "152.764", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "341.116", "max": "341.274", "min": "341.003", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "149.62", "max": "154.134", "min": "149.098", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "159.638", "max": "160.899", "min": "159.364", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "179.263", "max": "180.169", "min": "179.098", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "165.746", "max": "166.383", "min": "165.632", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "151.463", "max": "152.417", "min": "151.116", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "198.411", "max": "198.625", "min": "198.247", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "180.03", "max": "180.253", "min": "179.931", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "197.682", "max": "201.256", "min": "197.197", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "179.478", "max": "182.531", "min": "179.177", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "157.78", "max": "166.158", "min": "156.91", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "146.836", "max": "152.369", "min": "146.382", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "158.871", "max": "162.919", "min": "158.538", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "176.239", "max": "179.816", "min": "175.583", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "207.945", "max": "209.019", "min": "207.632", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "175.03", "max": "194.899", "min": "173.313", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "193.708", "max": "247.891", "min": "165.227", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "141.883", "max": "143.086", "min": "141.576", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "211.694", "max": "213.346", "min": "211.366", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "185.776", "max": "191.24", "min": "185.181", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "196.968", "max": "198.293", "min": "196.468", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "156.657", "max": "160.745", "min": "155.93", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "308.942", "max": "313.202", "min": "308.457", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "164.878", "max": "167.937", "min": "164.527", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "170.601", "max": "173.178", "min": "170.308", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "172.684", "max": "178.54", "min": "172.387", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "130.869", "max": "136.971", "min": "128.823", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "201.385", "max": "204.922", "min": "201.089", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "157.625", "max": "190.635", "min": "155.602", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "152.369", "max": "155.463", "min": "152.063", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "152.688", "max": "153.542", "min": "149.961", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "265.851", "max": "279.212", "min": "262.434", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "78.376", "max": "84.009", "min": "77.628", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "316.987", "max": "319.835", "min": "309.649", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "292.297", "max": "293.935", "min": "291.989", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "160.372", "max": "183.098", "min": "159.109", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "294.425", "max": "295.614", "min": "294.059", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "123.506", "max": "124.257", "min": "123.294", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "176.149", "max": "176.324", "min": "175.981", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "209.959", "max": "215.599", "min": "209.538", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "149.128", "max": "154.711", "min": "148.325", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "156.532", "max": "161.205", "min": "155.999", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "89.108", "max": "93.604", "min": "88.831", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "83.483", "max": "86.539", "min": "83.152", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "282.249", "max": "351.199", "min": "279.563", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "79.671", "max": "85.342", "min": "79.35", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "169.515", "max": "175.996", "min": "169.113", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "80.153", "max": "87.835", "min": "79.632", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "172.425", "max": "176.869", "min": "172.069", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "164.111", "max": "167.803", "min": "163.719", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "86.126", "max": "91.555", "min": "83.182", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "170.321", "max": "176.94", "min": "169.635", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "196.928", "max": "200.661", "min": "195.772", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "92.763", "max": "101.536", "min": "91.535", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "231.118", "max": "233.774", "min": "230.589", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "208.823", "max": "212.776", "min": "208.388", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "230.553", "max": "232.931", "min": "230.037", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "191.298", "max": "198.68", "min": "190.817", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "157.008", "max": "157.26", "min": "156.867", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "199.777", "max": "206.357", "min": "199.254", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "86.071", "max": "92.191", "min": "85.495", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "76.785", "max": "84.372", "min": "76.4", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "219.047", "max": "228.045", "min": "216.793", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "124.251", "max": "128.755", "min": "123.049", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "256.301", "max": "269.716", "min": "219.543", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "207.888", "max": "209.926", "min": "207.574", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "82.343", "max": "87.496", "min": "81.751", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "161.265", "max": "169.118", "min": "160.385", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "367.367", "max": "368.705", "min": "366.881", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "113.011", "max": "113.011", "min": "113.011", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "149.8", "max": "154.795", "min": "149.527", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "160.791", "max": "170.361", "min": "160.177", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "241.931", "max": "243.765", "min": "241.502", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "157.99", "max": "171.371", "min": "150.232", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "175.138", "max": "176.573", "min": "174.934", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "304.195", "max": "310.158", "min": "303.675", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "225.635", "max": "229.165", "min": "225.143", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "82.259", "max": "89.081", "min": "81.285", "id": "74", "country": "Costa Rica", "source_name": "Heredia", "destination_name": "Lansing", "destination_id": "295" } } }, "98": { "name": "Panama", "data": { "0": { "avg": "143.722", "max": "144.008", "min": "143.559", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "257.795", "max": "258.18", "min": "257.552", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "85.393", "max": "85.568", "min": "85.181", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "175.754", "max": "184.508", "min": "174.54", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "153.147", "max": "153.378", "min": "152.933", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "221.963", "max": "222.507", "min": "221.688", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "163.67", "max": "163.977", "min": "163.43", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "265.991", "max": "270.686", "min": "265.093", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "196.942", "max": "197.579", "min": "196.733", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "177.935", "max": "181.164", "min": "177.547", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "162.579", "max": "163.658", "min": "162.292", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "81.056", "max": "104.253", "min": "80.007", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "77.78", "max": "82.096", "min": "77.518", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "83.268", "max": "83.513", "min": "83.009", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "60.188", "max": "60.446", "min": "59.966", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "72.182", "max": "79.409", "min": "71.568", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "176.497", "max": "176.751", "min": "176.146", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "60.693", "max": "61.191", "min": "60.477", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "170.043", "max": "170.312", "min": "169.88", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "177.638", "max": "180.674", "min": "177.379", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "261.904", "max": "262.085", "min": "261.724", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "76.258", "max": "76.916", "min": "76.046", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "119.974", "max": "120.288", "min": "119.79", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "117.603", "max": "118.225", "min": "117.38", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "182.304", "max": "182.763", "min": "182.064", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "161", "max": "161.375", "min": "160.784", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "173.677", "max": "175.789", "min": "173.361", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "184.319", "max": "184.501", "min": "184.186", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "165.885", "max": "166.061", "min": "165.73", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "117.498", "max": "118.524", "min": "117.313", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "300.273", "max": "300.502", "min": "300.12", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "179.625", "max": "180.046", "min": "179.402", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "99.942", "max": "100.138", "min": "99.814", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "199.158", "max": "199.36", "min": "198.949", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "178.847", "max": "179.297", "min": "178.631", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "279.929", "max": "280.662", "min": "279.686", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "105.819", "max": "106.118", "min": "105.624", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "108.804", "max": "123.013", "min": "108.05", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "76.409", "max": "76.627", "min": "76.25", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "73.879", "max": "74.511", "min": "73.569", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "298.091", "max": "300.476", "min": "297.456", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "154.934", "max": "156.927", "min": "154.384", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "184.271", "max": "185.803", "min": "184.029", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "174.489", "max": "174.86", "min": "174.323", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "282.387", "max": "282.799", "min": "282.195", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "183.417", "max": "184.168", "min": "182.942", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "181.562", "max": "181.944", "min": "181.378", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "132.793", "max": "136.252", "min": "127.356", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "202.413", "max": "215.176", "min": "201.821", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "83.284", "max": "83.532", "min": "83.114", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "86.172", "max": "86.971", "min": "85.955", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "122.202", "max": "122.658", "min": "121.897", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "197.805", "max": "242.244", "min": "150.627", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "88.275", "max": "88.549", "min": "88.133", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "297.177", "max": "312.616", "min": "292.591", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "288.441", "max": "288.685", "min": "288.156", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "188.759", "max": "196.39", "min": "187.822", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "270.854", "max": "271.108", "min": "270.651", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "190.595", "max": "194.518", "min": "190.199", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "161.836", "max": "162.117", "min": "161.634", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "203.466", "max": "205.641", "min": "202.908", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "208.373", "max": "264.955", "min": "203.582", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "299.503", "max": "324.516", "min": "298.049", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "307.74", "max": "308.033", "min": "307.499", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "198.014", "max": "198.277", "min": "197.855", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "190.582", "max": "191.74", "min": "190.341", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "76.353", "max": "76.734", "min": "76.17", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "205.498", "max": "205.918", "min": "205.167", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "200.745", "max": "202.194", "min": "199.957", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "99.119", "max": "100.825", "min": "98.842", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "292.675", "max": "296.267", "min": "292.248", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "105.782", "max": "106.155", "min": "105.52", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "87.202", "max": "89.198", "min": "86.777", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "63.44", "max": "67.386", "min": "62.253", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "197.667", "max": "198.537", "min": "197.347", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "154.973", "max": "155.304", "min": "154.749", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "73.139", "max": "73.313", "min": "72.922", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "115.718", "max": "115.999", "min": "115.494", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "83.31", "max": "83.966", "min": "83.061", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "85.129", "max": "85.402", "min": "84.932", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "128.64", "max": "128.942", "min": "128.305", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "93.416", "max": "94.191", "min": "93.104", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "286.413", "max": "289.022", "min": "286.035", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "286.865", "max": "287.196", "min": "286.57", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "108.753", "max": "108.993", "min": "108.556", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "207.806", "max": "208.714", "min": "207.515", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "155.087", "max": "155.466", "min": "154.816", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "49.338", "max": "49.514", "min": "49.16", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "81.484", "max": "84.165", "min": "81.184", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "151.713", "max": "155.365", "min": "151.141", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "84.642", "max": "86.884", "min": "84.004", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "115.151", "max": "115.918", "min": "114.882", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "176.185", "max": "176.428", "min": "175.976", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "253.026", "max": "253.372", "min": "252.822", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "86.736", "max": "98.538", "min": "86.061", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "59.575", "max": "60.128", "min": "59.301", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "0.035", "max": "0.127", "min": "0.024", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "94.499", "max": "99.599", "min": "93.731", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "122.36", "max": "122.691", "min": "122.181", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "78.404", "max": "81.93", "min": "77.983", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "90.512", "max": "90.81", "min": "90.326", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "127.613", "max": "127.875", "min": "127.302", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "193.304", "max": "193.564", "min": "193.097", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "278.168", "max": "280.11", "min": "277.458", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "80.651", "max": "81.15", "min": "80.331", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "245.943", "max": "247.559", "min": "245.558", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "155.444", "max": "158.491", "min": "155.074", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "80.708", "max": "80.865", "min": "80.541", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "70.064", "max": "70.368", "min": "69.843", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "271.934", "max": "275.139", "min": "271.179", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "268.8", "max": "272.401", "min": "262.592", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "248.834", "max": "249.126", "min": "248.637", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "77.019", "max": "77.302", "min": "76.818", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "282.338", "max": "286.59", "min": "281.754", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "487.536", "max": "612.027", "min": "320.62", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "282.131", "max": "373.885", "min": "217.744", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "307.811", "max": "337.313", "min": "305.147", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "217.518", "max": "218.627", "min": "217.138", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "84.63", "max": "84.914", "min": "84.457", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "75.265", "max": "79.466", "min": "74.589", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "100.229", "max": "100.562", "min": "100.052", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "144.229", "max": "295.537", "min": "66.846", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "150.904", "max": "151.424", "min": "150.613", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "186.2", "max": "393.097", "min": "178.242", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "181.518", "max": "181.647", "min": "181.319", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "171.524", "max": "173.026", "min": "170.947", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "77.184", "max": "80.364", "min": "76.87", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "296.179", "max": "296.518", "min": "295.981", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "268.29", "max": "270.806", "min": "267.941", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "145.591", "max": "146.331", "min": "145.313", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "92.304", "max": "93.617", "min": "92.039", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "81.779", "max": "82.088", "min": "81.596", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "84.705", "max": "85.016", "min": "84.534", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "259.139", "max": "266.87", "min": "258.02", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "88.606", "max": "88.947", "min": "88.42", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "83.066", "max": "83.271", "min": "82.892", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "102.872", "max": "126.069", "min": "101.125", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "106.031", "max": "107.538", "min": "105.818", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "87.365", "max": "87.731", "min": "87.193", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "81.959", "max": "82.371", "min": "81.758", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "176.022", "max": "176.721", "min": "175.807", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "314.185", "max": "319.124", "min": "313.488", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "186.875", "max": "188.921", "min": "186.62", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "179.465", "max": "179.76", "min": "179.176", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "153.845", "max": "165.967", "min": "153.043", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "162.769", "max": "163.575", "min": "162.467", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "194.652", "max": "199.114", "min": "194.209", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "305.303", "max": "305.707", "min": "305.136", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "144.522", "max": "145.195", "min": "144.374", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "150.539", "max": "150.923", "min": "150.328", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "158.861", "max": "166.834", "min": "157.467", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "239.639", "max": "239.797", "min": "239.469", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "191.762", "max": "193.026", "min": "191.44", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "162.447", "max": "176.21", "min": "161.143", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "77.555", "max": "77.927", "min": "77.375", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "125.494", "max": "127.582", "min": "125.197", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "202.575", "max": "203.647", "min": "202.204", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "263.569", "max": "303.308", "min": "255.244", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "98.12", "max": "98.522", "min": "97.916", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "103.043", "max": "103.482", "min": "102.818", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "524.022", "max": "527.601", "min": "522.82", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "182.883", "max": "183.132", "min": "182.736", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "76.869", "max": "77.19", "min": "76.701", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "246.463", "max": "248.003", "min": "246.19", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "316.468", "max": "316.846", "min": "316.32", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "237.812", "max": "238.034", "min": "237.582", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "95.755", "max": "97.193", "min": "95.443", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "317.241", "max": "328.736", "min": "285.342", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "86.634", "max": "86.97", "min": "86.445", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "79.067", "max": "79.312", "min": "78.95", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "161.05", "max": "161.848", "min": "160.747", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "338.082", "max": "338.43", "min": "337.91", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "153.523", "max": "154.48", "min": "153.231", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "177.909", "max": "184.434", "min": "177.354", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "180.303", "max": "180.726", "min": "180.005", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "164.546", "max": "164.709", "min": "164.342", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "152.678", "max": "153.972", "min": "152.294", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "210.986", "max": "211.258", "min": "210.766", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "193.69", "max": "193.871", "min": "193.51", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "203.475", "max": "204.866", "min": "203.264", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "200.353", "max": "202.322", "min": "200.062", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "156.906", "max": "158.686", "min": "156.61", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "163.738", "max": "166.922", "min": "163.489", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "159.227", "max": "159.539", "min": "159.019", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "176.645", "max": "177.166", "min": "176.474", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "198.588", "max": "199.239", "min": "198.373", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "181.898", "max": "203.54", "min": "180.269", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "185.215", "max": "200.707", "min": "170.931", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "155.89", "max": "156.088", "min": "155.636", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "200.343", "max": "200.889", "min": "200.078", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "189.147", "max": "189.461", "min": "188.91", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "194.695", "max": "195.142", "min": "194.313", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "157.241", "max": "158.035", "min": "156.949", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "307.674", "max": "307.988", "min": "307.356", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "173.87", "max": "174.149", "min": "173.704", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "168.216", "max": "168.401", "min": "168.046", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "174.465", "max": "174.707", "min": "174.274", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "137.07", "max": "145.55", "min": "128.807", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "198.903", "max": "211.133", "min": "198.281", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "163.23", "max": "173.669", "min": "162.517", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "166.766", "max": "167.246", "min": "166.581", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "154.201", "max": "154.407", "min": "153.928", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "272.504", "max": "272.836", "min": "272.222", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "82.268", "max": "98.545", "min": "80.748", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "272.606", "max": "273.5", "min": "268.202", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "291.73", "max": "293.044", "min": "291.467", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "157.794", "max": "158.29", "min": "157.575", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "282.813", "max": "283.119", "min": "282.652", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "134.226", "max": "134.54", "min": "133.938", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "184.206", "max": "184.554", "min": "183.921", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "203.366", "max": "211.574", "min": "202.807", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "148.957", "max": "150.08", "min": "148.438", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "165.675", "max": "168.392", "min": "165.051", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "135.645", "max": "136.12", "min": "135.474", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "155.373", "max": "155.584", "min": "155.12", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "277.629", "max": "284.33", "min": "276.922", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "82.256", "max": "82.504", "min": "82.081", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "178.826", "max": "179.028", "min": "178.631", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "85.753", "max": "86.195", "min": "85.614", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "180.832", "max": "181.001", "min": "180.639", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "173.442", "max": "262.682", "min": "170.12", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "76.556", "max": "80.875", "min": "73.833", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "162.918", "max": "163.216", "min": "162.689", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "189.258", "max": "190.334", "min": "188.526", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "85.222", "max": "91.951", "min": "83.889", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "223.398", "max": "223.755", "min": "222.94", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "217.568", "max": "217.926", "min": "217.271", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "239.393", "max": "240.621", "min": "239.017", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "189.41", "max": "189.666", "min": "189.237", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "164.29", "max": "164.588", "min": "164.09", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "194.427", "max": "194.631", "min": "194.202", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "90.303", "max": "92.008", "min": "89.699", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "77.873", "max": "78.426", "min": "77.645", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "205.99", "max": "208.186", "min": "204.444", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "119.485", "max": "123.21", "min": "118.893", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "87.781", "max": "89.398", "min": "86.96", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "220.39", "max": "222.202", "min": "220.109", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "93.877", "max": "94.38", "min": "93.709", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "170.87", "max": "171.481", "min": "170.542", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "268.073", "max": "269.451", "min": "265.911", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "115.041", "max": "115.041", "min": "115.041", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "153.233", "max": "153.441", "min": "153.086", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "170.584", "max": "170.842", "min": "170.383", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "239.934", "max": "240.333", "min": "239.691", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "168.027", "max": "189.575", "min": "159.573", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "183.993", "max": "184.331", "min": "183.788", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "295.795", "max": "296.735", "min": "295.455", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "230.047", "max": "230.562", "min": "229.762", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "91.529", "max": "91.976", "min": "91.363", "id": "98", "country": "Panama", "source_name": "Panama", "destination_name": "Lansing", "destination_id": "295" } } }, "99": { "name": "Guatemala", "data": { "0": { "avg": "162.149", "max": "179.473", "min": "159.226", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "247.967", "max": "253.887", "min": "246.805", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "88.681", "max": "116.063", "min": "79.878", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "156.255", "max": "162.948", "min": "154.918", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "134.038", "max": "152.319", "min": "132.57", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "232.034", "max": "268.218", "min": "225.235", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "136.561", "max": "145.534", "min": "135.765", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "266.58", "max": "273.312", "min": "265.403", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "179.481", "max": "185.49", "min": "178.622", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "169.311", "max": "187.564", "min": "158.779", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "127.994", "max": "136.106", "min": "126.6", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "78.716", "max": "99.617", "min": "72.203", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "62.167", "max": "84.315", "min": "59.54", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "69.787", "max": "74.901", "min": "68.902", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "43.497", "max": "63.666", "min": "39.41", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "78.303", "max": "84.199", "min": "75.484", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "161.973", "max": "172.827", "min": "160.916", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "44.961", "max": "48.652", "min": "44.536", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "141.567", "max": "147.972", "min": "140.434", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "154.653", "max": "164.517", "min": "153.496", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "275.239", "max": "298.009", "min": "271.257", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "64.123", "max": "122.539", "min": "60.347", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "112.551", "max": "129.524", "min": "110.612", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "109.458", "max": "136.474", "min": "106.093", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "177.037", "max": "181.828", "min": "175.503", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "154.23", "max": "192.371", "min": "149.798", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "164.458", "max": "179.308", "min": "158.795", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "169.107", "max": "181.919", "min": "166.908", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "147.546", "max": "181.28", "min": "143.198", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "123.35", "max": "131.715", "min": "121.188", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "293.509", "max": "322.388", "min": "290.409", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "168.181", "max": "174.134", "min": "167.367", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "89.737", "max": "103.053", "min": "86.052", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "175.935", "max": "188.749", "min": "174.029", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "155.639", "max": "162.817", "min": "154.346", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "285.6", "max": "297.271", "min": "283.716", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "92.907", "max": "101.163", "min": "91.839", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "97.153", "max": "115.592", "min": "95.419", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "61.58", "max": "69.049", "min": "60.697", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "55.611", "max": "61.615", "min": "54.717", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "272.499", "max": "296.184", "min": "267.01", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "136.485", "max": "145.69", "min": "134.651", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "168.372", "max": "173.074", "min": "167.576", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "167.064", "max": "210.487", "min": "158.976", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "323.098", "max": "329.605", "min": "321.643", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "176.914", "max": "179.824", "min": "176.157", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "172.412", "max": "177.923", "min": "171.128", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "100.914", "max": "106.271", "min": "100.04", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "132.602", "max": "158.468", "min": "129.371", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "80.899", "max": "88.78", "min": "80.175", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "84.448", "max": "95.659", "min": "83.232", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "110.049", "max": "118.734", "min": "105.568", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "175.687", "max": "245.166", "min": "144.416", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "73.034", "max": "81.865", "min": "71.445", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "267.924", "max": "292.434", "min": "262.484", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "322.572", "max": "347.482", "min": "318.896", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "169.95", "max": "179.507", "min": "165.123", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "251.143", "max": "261.723", "min": "250.06", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "168.442", "max": "186.352", "min": "167.054", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "143.216", "max": "180.755", "min": "140.467", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "183.503", "max": "193.106", "min": "182.376", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "189.93", "max": "243.816", "min": "182.766", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "305.672", "max": "393.664", "min": "299.48", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "284.935", "max": "311.456", "min": "278.282", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "184.342", "max": "193.047", "min": "181.423", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "180.347", "max": "182.707", "min": "179.963", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "61.469", "max": "84.314", "min": "59.93", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "179.35", "max": "196.551", "min": "176.615", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "131.526", "max": "144.227", "min": "127.195", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "77.588", "max": "83.235", "min": "76.835", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "285.338", "max": "309.996", "min": "278.539", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "113.389", "max": "115.078", "min": "112.857", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "82.885", "max": "97.455", "min": "80.306", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "55.931", "max": "101.404", "min": "52.183", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "170.238", "max": "179.196", "min": "169.252", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "148.373", "max": "158.865", "min": "146.796", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "47.287", "max": "55.326", "min": "46.166", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "119.642", "max": "133.367", "min": "114.434", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "73.962", "max": "75.488", "min": "73.147", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "69.352", "max": "80.086", "min": "65.235", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "117.542", "max": "123.635", "min": "116.787", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "77.565", "max": "85.817", "min": "76.895", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "347.009", "max": "356.674", "min": "343.84", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "309.068", "max": "310.778", "min": "308.664", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "123.309", "max": "129.882", "min": "118.014", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "202.433", "max": "224.281", "min": "198.947", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "139.166", "max": "149.108", "min": "137.696", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "54.331", "max": "61.268", "min": "53.51", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "76.788", "max": "99.68", "min": "72.911", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "137.441", "max": "157.091", "min": "132.864", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "146.097", "max": "153.785", "min": "142.61", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "134.404", "max": "160.68", "min": "131.243", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "161.584", "max": "169.891", "min": "161.028", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "256.304", "max": "262.891", "min": "255.386", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "67.234", "max": "72.733", "min": "65.473", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "34.006", "max": "39.752", "min": "32.641", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "98.471", "max": "144.332", "min": "93.584", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "0.018", "max": "0.037", "min": "0.01", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "112.891", "max": "122.661", "min": "111.934", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "80.948", "max": "88.432", "min": "80.008", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "98.091", "max": "123.916", "min": "96.491", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "138.605", "max": "144.136", "min": "137.81", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "195.971", "max": "207.655", "min": "191.564", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "261.599", "max": "266.854", "min": "260.593", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "123.581", "max": "126.925", "min": "122.711", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "245.052", "max": "282.611", "min": "240.525", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "118.517", "max": "126.269", "min": "117.721", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "64.566", "max": "80.072", "min": "62.592", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "57.388", "max": "60.992", "min": "56.878", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "256.166", "max": "286.595", "min": "252.232", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "314.258", "max": "337.795", "min": "312.791", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "264.692", "max": "280.369", "min": "256.243", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "54.172", "max": "66.204", "min": "52.887", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "341.195", "max": "370.973", "min": "338.421", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "492.242", "max": "587.404", "min": "311.343", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "290.888", "max": "404.676", "min": "212.163", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "303.173", "max": "334.685", "min": "299.628", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "219.097", "max": "220.635", "min": "218.649", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "88.539", "max": "117.133", "min": "86.57", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "64.111", "max": "83.822", "min": "62.155", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "95.578", "max": "110.01", "min": "93.297", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "125.7", "max": "267.719", "min": "44.466", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "139.239", "max": "151.888", "min": "137.265", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "176.305", "max": "191.526", "min": "172.363", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "166.028", "max": "185.997", "min": "163.126", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "149.538", "max": "185.47", "min": "146.984", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "64.697", "max": "70.359", "min": "63.441", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "287.324", "max": "292.957", "min": "286.323", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "244.464", "max": "250.013", "min": "243.62", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "150.161", "max": "187.485", "min": "143.057", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "92.881", "max": "137.949", "min": "78.348", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "64.319", "max": "89.506", "min": "60.55", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "65.221", "max": "73.36", "min": "63.32", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "244.183", "max": "259.802", "min": "240.122", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "74.396", "max": "102.8", "min": "69.838", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "68.022", "max": "87.796", "min": "62.513", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "90.317", "max": "94.92", "min": "88.488", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "78.483", "max": "101.354", "min": "75.473", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "76.767", "max": "82.971", "min": "76.079", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "68.177", "max": "73.945", "min": "67.63", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "159.638", "max": "164.678", "min": "159.101", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "353.722", "max": "376.948", "min": "351.126", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "167.904", "max": "187.35", "min": "163.253", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "163.886", "max": "230.499", "min": "158.59", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "156.986", "max": "197.871", "min": "152.424", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "146.478", "max": "151.982", "min": "145.052", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "179.026", "max": "203.328", "min": "177.1", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "274.378", "max": "285.281", "min": "272.334", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "129.716", "max": "132.077", "min": "129.106", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "126.253", "max": "129.976", "min": "125.632", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "160.45", "max": "203.663", "min": "152.325", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "225.715", "max": "228.672", "min": "225.195", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "168.535", "max": "186.674", "min": "167.304", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "138.422", "max": "149.155", "min": "137.305", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "62.93", "max": "71.153", "min": "62.099", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "120.729", "max": "132.64", "min": "119.27", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "162.773", "max": "180.144", "min": "160.117", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "296.496", "max": "341.954", "min": "283.548", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "134.132", "max": "151.998", "min": "132.582", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "147.563", "max": "222.222", "min": "133.422", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "86.911", "max": "94.943", "min": "84.3", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "510.539", "max": "532.959", "min": "508.515", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "167.865", "max": "175.959", "min": "166.581", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "65.925", "max": "105.091", "min": "59.86", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "245.698", "max": "251.168", "min": "244.947", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "304.987", "max": "324.318", "min": "297.89", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "229.039", "max": "295.242", "min": "221.148", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "78.588", "max": "103.891", "min": "76.478", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "322.335", "max": "342.068", "min": "319.064", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "69.013", "max": "88.583", "min": "66.656", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "59.846", "max": "65.202", "min": "59.021", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "153.566", "max": "185.034", "min": "146.896", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "334.174", "max": "348.811", "min": "332.844", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "134.831", "max": "144.389", "min": "133.762", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "153.333", "max": "168.131", "min": "148.843", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "159.068", "max": "165.826", "min": "158.336", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "146.358", "max": "152.158", "min": "145.144", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "131.72", "max": "139.794", "min": "130.505", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "209.029", "max": "215.027", "min": "208.117", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "184.191", "max": "202.918", "min": "181.483", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "193.811", "max": "255.265", "min": "188.71", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "173.126", "max": "181.886", "min": "170.931", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "145.9", "max": "163.764", "min": "144.542", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "145.102", "max": "153.483", "min": "143.904", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "138.34", "max": "156.232", "min": "135.693", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "170.065", "max": "206.336", "min": "166.465", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "186.23", "max": "187.003", "min": "185.79", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "163.268", "max": "182.957", "min": "159.619", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "167.595", "max": "198.902", "min": "148.591", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "145.507", "max": "164.687", "min": "142.885", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "187.857", "max": "194.133", "min": "184.638", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "183.061", "max": "203.113", "min": "179.445", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "177.802", "max": "179.743", "min": "177.085", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "137.364", "max": "143.354", "min": "136.661", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "344.243", "max": "345.673", "min": "343.73", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "153.447", "max": "157.383", "min": "152.528", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "153.97", "max": "164.472", "min": "151.322", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "160.49", "max": "170.52", "min": "159.569", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "120.249", "max": "165.415", "min": "115.407", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "190.935", "max": "191.821", "min": "190.526", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "136.55", "max": "143.107", "min": "135.716", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "155.177", "max": "407.756", "min": "136.426", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "140.901", "max": "188.526", "min": "135.079", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "256.032", "max": "261.427", "min": "254.97", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "64.703", "max": "97.296", "min": "61.252", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "341.977", "max": "355.172", "min": "310.845", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "269.325", "max": "279.929", "min": "267.969", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "145.414", "max": "157.914", "min": "144.356", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "269.771", "max": "272.063", "min": "269.072", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "137.4", "max": "145.438", "min": "136.481", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "164.987", "max": "170.427", "min": "163.819", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "204.07", "max": "229.674", "min": "199.442", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "134.153", "max": "173.082", "min": "129.469", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "149.402", "max": "183.542", "min": "141.07", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "73.434", "max": "78.356", "min": "72.29", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "70.916", "max": "74.293", "min": "70.506", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "285.842", "max": "331.041", "min": "281.351", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "61.538", "max": "66.275", "min": "60.459", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "152.893", "max": "163.634", "min": "151.444", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "72.398", "max": "95.204", "min": "65.055", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "149.974", "max": "154.168", "min": "149.133", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "156.221", "max": "250.369", "min": "151.701", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "79.742", "max": "86.537", "min": "76.362", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "147.159", "max": "154.5", "min": "145.976", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "173.732", "max": "192.584", "min": "171.85", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "72.047", "max": "92.767", "min": "68.066", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "253.683", "max": "308.241", "min": "248.399", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "290.971", "max": "317.08", "min": "289.711", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "225.444", "max": "231.701", "min": "224.184", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "174.193", "max": "181.289", "min": "171.343", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "134.139", "max": "142.583", "min": "132.985", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "193.561", "max": "210.525", "min": "189.754", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "73.163", "max": "96.879", "min": "71.175", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "57.818", "max": "69.963", "min": "56.484", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "184.406", "max": "202.937", "min": "180.672", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "92.545", "max": "103.355", "min": "90.856", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "75.511", "max": "84.077", "min": "73.562", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "203.223", "max": "233.897", "min": "199.271", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "93.121", "max": "98.513", "min": "92.424", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "147.171", "max": "159.313", "min": "143.859", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "401.459", "max": "412.046", "min": "399.94", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "127.947", "max": "127.947", "min": "127.947", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "127.866", "max": "133.39", "min": "126.676", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "148.924", "max": "160.01", "min": "147.726", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "224.682", "max": "284.262", "min": "221.978", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "147.912", "max": "160.651", "min": "140.267", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "163.841", "max": "172.629", "min": "162.68", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "271.148", "max": "275.976", "min": "270.105", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "219.853", "max": "234.04", "min": "218.221", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "79.231", "max": "86.592", "min": "76.887", "id": "99", "country": "Guatemala", "source_name": "Guatemala", "destination_name": "Lansing", "destination_id": "295" } } }, "108": { "name": "Lima", "data": { "0": { "avg": "145.753", "max": "145.984", "min": "145.589", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "281.096", "max": "287.218", "min": "280.604", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "125.696", "max": "127.035", "min": "125.512", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "188.133", "max": "190.715", "min": "187.749", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "171.512", "max": "172.334", "min": "171.308", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "243.585", "max": "246.262", "min": "243.367", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "171.991", "max": "174.67", "min": "171.332", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "290.889", "max": "307.083", "min": "289.465", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "231.719", "max": "233.526", "min": "231.536", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "227.879", "max": "229.012", "min": "227.607", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "165.663", "max": "167.449", "min": "165.407", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "107.742", "max": "107.915", "min": "107.619", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "102.436", "max": "103.181", "min": "102.305", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "104.262", "max": "104.999", "min": "104.046", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "62.671", "max": "63.227", "min": "62.558", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "90.221", "max": "91.086", "min": "89.975", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "189.112", "max": "192.789", "min": "188.753", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "89.231", "max": "89.683", "min": "89.088", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "183.223", "max": "184.803", "min": "182.833", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "187.913", "max": "188.309", "min": "187.82", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "327.089", "max": "328.027", "min": "326.904", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "99.289", "max": "99.913", "min": "99.156", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "133.04", "max": "133.472", "min": "132.882", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "145.353", "max": "146.889", "min": "145.159", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "205.967", "max": "214.512", "min": "205.493", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "189.469", "max": "189.642", "min": "189.35", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "194.284", "max": "195.988", "min": "194.019", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "204.519", "max": "205.151", "min": "204.351", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "176.907", "max": "177.306", "min": "176.78", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "139.113", "max": "139.412", "min": "138.912", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "345.096", "max": "345.578", "min": "344.913", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "191.845", "max": "194.135", "min": "191.595", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "127.74", "max": "131.03", "min": "127.446", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "213.734", "max": "214.247", "min": "213.608", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "184.331", "max": "185.126", "min": "184.078", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "376.336", "max": "377.685", "min": "376.051", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "132.218", "max": "134.515", "min": "132.045", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "148.159", "max": "148.499", "min": "148", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "91.972", "max": "92.253", "min": "91.785", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "97.89", "max": "98.368", "min": "97.629", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "312.806", "max": "315.487", "min": "312.233", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "170.865", "max": "173.096", "min": "170.382", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "218.323", "max": "221.147", "min": "218.073", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "192.57", "max": "198.193", "min": "191.534", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "295.669", "max": "307.29", "min": "295.135", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "237.775", "max": "238.372", "min": "237.382", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "207.642", "max": "207.892", "min": "207.541", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "134.684", "max": "134.879", "min": "134.556", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "126.272", "max": "127.652", "min": "125.964", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "118.837", "max": "120.962", "min": "118.685", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "121.565", "max": "122.486", "min": "121.435", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "153.952", "max": "154.312", "min": "153.763", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "216.976", "max": "227.998", "min": "212.047", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "102.86", "max": "105.606", "min": "102.491", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "393.878", "max": "399.698", "min": "390.918", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "358.071", "max": "359.414", "min": "357.911", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "191.122", "max": "196.991", "min": "189.803", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "310.459", "max": "310.975", "min": "310.278", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "195.701", "max": "196.174", "min": "195.464", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "189.322", "max": "189.498", "min": "189.217", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "230.521", "max": "234.673", "min": "229.872", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "241.589", "max": "288.617", "min": "238.372", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "325.366", "max": "356.835", "min": "321.665", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "294.117", "max": "294.892", "min": "293.864", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "211.092", "max": "211.41", "min": "210.951", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "224.801", "max": "225.979", "min": "224.635", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.372", "max": "94.596", "min": "92.147", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "205.444", "max": "228.053", "min": "204.005", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "37.695", "max": "39.085", "min": "36.854", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "112.602", "max": "117.716", "min": "112.083", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "294.43", "max": "294.879", "min": "294.24", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "137.995", "max": "139.825", "min": "137.676", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "114.553", "max": "114.966", "min": "114.331", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "96.518", "max": "98.665", "min": "95.881", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "220.292", "max": "221.544", "min": "220.028", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "176.262", "max": "176.35", "min": "176.097", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "89.835", "max": "93.257", "min": "89.544", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "137.02", "max": "139.284", "min": "136.82", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "110.963", "max": "126.763", "min": "110.179", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "105.696", "max": "106.143", "min": "105.535", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "146.899", "max": "147.447", "min": "146.759", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "109.723", "max": "110.375", "min": "109.363", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "340.196", "max": "342.847", "min": "339.761", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "307.774", "max": "309.505", "min": "307.47", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "131.401", "max": "131.606", "min": "131.292", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "217.026", "max": "220.208", "min": "216.411", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "187.796", "max": "191.141", "min": "187.391", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "69.844", "max": "70.696", "min": "69.56", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "106.853", "max": "107.088", "min": "106.676", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "170.784", "max": "172.928", "min": "170.555", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "111.983", "max": "112.859", "min": "111.282", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "139.082", "max": "139.4", "min": "138.933", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "206.874", "max": "207.158", "min": "206.8", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "287.88", "max": "301.935", "min": "287.181", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "101.788", "max": "104.943", "min": "101.47", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "83.152", "max": "83.496", "min": "82.957", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "155.425", "max": "155.614", "min": "155.239", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "119.471", "max": "137.495", "min": "117.69", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "144.451", "max": "144.634", "min": "144.311", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "98.84", "max": "100.8", "min": "98.499", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "149.966", "max": "150.112", "min": "149.821", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "155.894", "max": "156.314", "min": "155.724", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "218.637", "max": "220.645", "min": "218.247", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "302.364", "max": "307.194", "min": "301.103", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "103.035", "max": "103.734", "min": "102.881", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "268.574", "max": "268.846", "min": "268.25", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "0.047", "max": "0.085", "min": "0.026", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "96.945", "max": "100.633", "min": "96.71", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "92.588", "max": "95.848", "min": "92.01", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "273.289", "max": "275.709", "min": "272.977", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "328.727", "max": "331.201", "min": "328.472", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "256.439", "max": "263.616", "min": "256.067", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "88.051", "max": "90.759", "min": "87.776", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "305.959", "max": "316.676", "min": "305.376", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "542.68", "max": "666.291", "min": "372.326", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "310.812", "max": "381.326", "min": "235.696", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "351.438", "max": "360.866", "min": "350.563", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "294.5", "max": "297.384", "min": "294.153", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "99.983", "max": "100.275", "min": "99.803", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "100.611", "max": "101.232", "min": "100.285", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "109.584", "max": "111.217", "min": "109.342", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "176.841", "max": "331.13", "min": "97.209", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "85.542", "max": "85.766", "min": "85.404", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "226.806", "max": "431.201", "min": "217.846", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "212.042", "max": "217.671", "min": "211.082", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "191.525", "max": "192.66", "min": "191.053", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "101.533", "max": "103.65", "min": "93.823", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "321.658", "max": "323.946", "min": "321.267", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "253.683", "max": "256.769", "min": "253.413", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "174.543", "max": "174.888", "min": "174.385", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "107.35", "max": "107.588", "min": "107.215", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "103.918", "max": "104.074", "min": "103.76", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "121.057", "max": "121.263", "min": "120.958", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "287.351", "max": "288.893", "min": "286.472", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "104.573", "max": "105.098", "min": "104.471", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "101.152", "max": "123.601", "min": "100.114", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "120.396", "max": "134.283", "min": "118.018", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "107.282", "max": "108.782", "min": "106.999", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "127.91", "max": "128.586", "min": "127.772", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "95.525", "max": "98.84", "min": "94.766", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "184.509", "max": "186.427", "min": "184.278", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "474.204", "max": "485.801", "min": "473.287", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "217.562", "max": "217.816", "min": "217.45", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "189.104", "max": "189.253", "min": "188.996", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "210.147", "max": "221.483", "min": "209.258", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "175.826", "max": "176.556", "min": "175.616", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "200.995", "max": "208.657", "min": "200.57", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "302.71", "max": "302.987", "min": "302.599", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "168.289", "max": "174.011", "min": "168.001", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "172.802", "max": "174.903", "min": "172.625", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "186.22", "max": "217.019", "min": "183.732", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "285", "max": "286.046", "min": "284.846", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "214.384", "max": "215.642", "min": "214.12", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "199.924", "max": "207.086", "min": "199.472", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "94.55", "max": "96.653", "min": "94.279", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "146.927", "max": "147.203", "min": "146.808", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "214.351", "max": "216.504", "min": "214.029", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "351.959", "max": "391.041", "min": "346.233", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "132.737", "max": "134.86", "min": "132.51", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "80.99", "max": "165.708", "min": "72.983", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "117.836", "max": "118.066", "min": "117.747", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "570.518", "max": "571.041", "min": "569.976", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "197.954", "max": "199.773", "min": "197.272", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "92.033", "max": "92.371", "min": "91.922", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "281.435", "max": "282.89", "min": "280.799", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "334.472", "max": "334.624", "min": "334.387", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "264.692", "max": "265.136", "min": "264.533", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "115.521", "max": "116.05", "min": "115.323", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "410.903", "max": "416.41", "min": "394.425", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "108.522", "max": "108.953", "min": "108.421", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "105.879", "max": "105.982", "min": "105.805", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "192.385", "max": "194.13", "min": "192.062", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "314.303", "max": "314.481", "min": "314.218", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "177.03", "max": "179.416", "min": "176.82", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "186.119", "max": "186.457", "min": "185.966", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "192.143", "max": "194.205", "min": "191.721", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "190.917", "max": "191.153", "min": "190.807", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "173.827", "max": "174.87", "min": "173.574", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "253.819", "max": "254.552", "min": "253.576", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "205.584", "max": "207.884", "min": "205.382", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "224.053", "max": "227.157", "min": "223.659", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "215.779", "max": "215.994", "min": "215.674", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "200.99", "max": "201.971", "min": "200.796", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "168.142", "max": "169.922", "min": "167.986", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "168.931", "max": "169.24", "min": "168.79", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "191.857", "max": "194.67", "min": "191.551", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "239.21", "max": "242.628", "min": "238.443", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "204.88", "max": "216.617", "min": "203.263", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "203.966", "max": "290.931", "min": "188.105", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "179.243", "max": "179.465", "min": "179.151", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "216.875", "max": "217.259", "min": "216.682", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "216.849", "max": "244.854", "min": "215.094", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "203.952", "max": "204.422", "min": "203.465", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "167.904", "max": "169.974", "min": "167.551", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "353.286", "max": "359.266", "min": "352.785", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "181.578", "max": "182.141", "min": "181.472", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "192.063", "max": "192.29", "min": "191.902", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "211.983", "max": "214.277", "min": "211.728", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "139.185", "max": "146.471", "min": "137.166", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "221.262", "max": "222.545", "min": "221.03", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "170.791", "max": "173.612", "min": "169.973", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "169.382", "max": "170.838", "min": "169.173", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "186.776", "max": "193.509", "min": "180.959", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "288.048", "max": "298.768", "min": "285.799", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "94.632", "max": "98.244", "min": "94.165", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "361.47", "max": "362.624", "min": "361.208", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "290.625", "max": "293.042", "min": "290.378", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "198.246", "max": "199.13", "min": "198.096", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "306.716", "max": "310.072", "min": "306.246", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "150.349", "max": "150.543", "min": "150.079", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "193.167", "max": "193.571", "min": "192.962", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "217.829", "max": "218.892", "min": "217.651", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "170.376", "max": "171.369", "min": "169.987", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "191.007", "max": "193.304", "min": "190.597", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "108.217", "max": "108.477", "min": "108.129", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "102.829", "max": "103.463", "min": "102.727", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "377.887", "max": "455.248", "min": "368.079", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "94.922", "max": "95.042", "min": "94.836", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "223.69", "max": "224.072", "min": "223.542", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "107.556", "max": "108.03", "min": "107.45", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "199.562", "max": "199.783", "min": "199.452", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "108.689", "max": "256.411", "min": "103.075", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "113.392", "max": "115.819", "min": "110.809", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "183.947", "max": "184.111", "min": "183.823", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "195.124", "max": "198.065", "min": "193.834", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "102.805", "max": "104.895", "min": "101.909", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "266.488", "max": "266.925", "min": "266.106", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "311.036", "max": "311.22", "min": "310.917", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "255.741", "max": "258.761", "min": "255.36", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "221.115", "max": "221.426", "min": "221.03", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "168.472", "max": "170.588", "min": "168.048", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "230.288", "max": "230.429", "min": "230.204", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "108.416", "max": "111.441", "min": "107.905", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "89.951", "max": "90.243", "min": "89.845", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "233.265", "max": "235.765", "min": "231.571", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "84.06", "max": "84.94", "min": "83.793", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "97.856", "max": "99.338", "min": "96.855", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "233.714", "max": "235.478", "min": "233.487", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "109.404", "max": "109.88", "min": "109.285", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "181.784", "max": "188.727", "min": "181.277", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "326.082", "max": "329.035", "min": "325.869", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "140.365", "max": "140.365", "min": "140.365", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "173.002", "max": "175.411", "min": "172.653", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "172.128", "max": "174.586", "min": "171.93", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "256.648", "max": "258.735", "min": "256.089", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "192.561", "max": "203.533", "min": "184.192", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "204.763", "max": "205.176", "min": "204.648", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "280.04", "max": "283.75", "min": "279.546", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "261.649", "max": "263.965", "min": "261.28", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "107.24", "max": "110.603", "min": "107.019", "id": "108", "country": "Peru", "source_name": "Lima", "destination_name": "Lansing", "destination_id": "295" } } }, "125": { "name": "Sao Paulo", "data": { "0": { "avg": "56.419", "max": "56.873", "min": "56.277", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "316.792", "max": "318.102", "min": "316.506", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "139.8", "max": "153.591", "min": "139.227", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "220.336", "max": "233.324", "min": "218.958", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "203.08", "max": "203.748", "min": "202.852", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "318.565", "max": "334.127", "min": "304.266", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "188.548", "max": "197.023", "min": "188.129", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "325.811", "max": "333.095", "min": "324.777", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "230.75", "max": "231.05", "min": "230.631", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "256.276", "max": "256.699", "min": "256.078", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "184.343", "max": "201.242", "min": "178.768", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.013", "max": "137.563", "min": "136.881", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "127.114", "max": "130.153", "min": "126.811", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "118.482", "max": "118.96", "min": "118.345", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "129.411", "max": "146.224", "min": "122.805", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "119.286", "max": "120.053", "min": "119.092", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "213.355", "max": "213.662", "min": "213.182", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "146.276", "max": "146.755", "min": "146.15", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "193.213", "max": "193.65", "min": "193.06", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "216.412", "max": "218.645", "min": "216.203", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "320.974", "max": "321.11", "min": "320.878", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "163.128", "max": "164.096", "min": "162.98", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "195.091", "max": "211.451", "min": "178.874", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "183.369", "max": "186.917", "min": "183.004", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "214.327", "max": "215.344", "min": "214.025", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "201.545", "max": "203.566", "min": "201.339", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "195.203", "max": "195.668", "min": "195.038", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "210.809", "max": "211.302", "min": "210.599", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "218.775", "max": "236.477", "min": "200.969", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "174.084", "max": "174.368", "min": "173.924", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "393.04", "max": "437.079", "min": "373.513", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "210.74", "max": "224.918", "min": "210.119", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "169.919", "max": "175.178", "min": "169.581", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "239.263", "max": "239.633", "min": "239.123", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "227.757", "max": "228.447", "min": "227.561", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "338.181", "max": "340.747", "min": "337.579", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "165.001", "max": "165.514", "min": "164.914", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "156.363", "max": "156.769", "min": "156.16", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "131.74", "max": "132.048", "min": "131.586", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "119.236", "max": "119.824", "min": "119.041", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "323.76", "max": "326.892", "min": "323.414", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "202.153", "max": "216.221", "min": "201.12", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "243.743", "max": "244.172", "min": "243.565", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "210.882", "max": "214.324", "min": "210.394", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "333.657", "max": "334.215", "min": "333.465", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "219.261", "max": "219.935", "min": "218.733", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "226.472", "max": "226.825", "min": "226.355", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "168.729", "max": "169.415", "min": "168.554", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "31.066", "max": "36.678", "min": "28.841", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "139.683", "max": "139.919", "min": "139.565", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "132.874", "max": "133.343", "min": "132.778", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "176.235", "max": "176.883", "min": "176.032", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "247.226", "max": "337.77", "min": "238.609", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "151.239", "max": "151.876", "min": "151.134", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "366.044", "max": "383.953", "min": "361.071", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "369.491", "max": "381.229", "min": "365.256", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "221.121", "max": "223.153", "min": "219.924", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "318.775", "max": "318.998", "min": "318.664", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "260.968", "max": "261.661", "min": "260.673", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "193.691", "max": "193.85", "min": "193.571", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "271.027", "max": "287.102", "min": "247.414", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "233.355", "max": "274.704", "min": "230.898", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "382.298", "max": "493.253", "min": "372.176", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "361.948", "max": "366.252", "min": "361.464", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "228.556", "max": "229.479", "min": "228.012", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "231.839", "max": "236.447", "min": "231.559", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "133.095", "max": "139.734", "min": "130.155", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "225.244", "max": "225.618", "min": "224.894", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "161.108", "max": "162.438", "min": "160.477", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "154.949", "max": "155.695", "min": "154.781", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "328.091", "max": "350.388", "min": "320.996", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "162.637", "max": "175.947", "min": "161.84", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "157.899", "max": "160.246", "min": "157.697", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "122.337", "max": "122.931", "min": "122.194", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "227.51", "max": "228.323", "min": "227.234", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "197.779", "max": "198.009", "min": "197.619", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "124.335", "max": "124.569", "min": "124.232", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "179.437", "max": "183.724", "min": "177.876", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "131.863", "max": "132.935", "min": "131.565", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "128.681", "max": "128.874", "min": "128.551", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "185.356", "max": "185.855", "min": "185.165", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "129.715", "max": "130.652", "min": "129.502", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "332.334", "max": "359.28", "min": "318.533", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "338.451", "max": "340.202", "min": "338.194", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "185.079", "max": "185.765", "min": "184.921", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "241.357", "max": "242.353", "min": "240.919", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "227.604", "max": "229.851", "min": "227.201", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "111.18", "max": "113.918", "min": "110.464", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "174.05", "max": "190.918", "min": "147.97", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "197.424", "max": "200.182", "min": "197.072", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "145.996", "max": "147.398", "min": "145.193", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "175.42", "max": "175.965", "min": "175.171", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "208.949", "max": "221.597", "min": "205.56", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "323.294", "max": "348.416", "min": "309.468", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "135.866", "max": "136.47", "min": "135.733", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "111.326", "max": "111.729", "min": "111.054", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "151.017", "max": "153.731", "min": "150.677", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "139.638", "max": "180.433", "min": "137.294", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "178.551", "max": "179.106", "min": "178.345", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "166.22", "max": "167.72", "min": "166.001", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "151.574", "max": "151.76", "min": "151.474", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "185.627", "max": "185.804", "min": "185.495", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "250.04", "max": "251.935", "min": "249.777", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "338.096", "max": "339.527", "min": "337.641", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "142.257", "max": "155.104", "min": "141.618", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "305.246", "max": "305.565", "min": "304.928", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "86.842", "max": "116.439", "min": "85.392", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "129.184", "max": "129.584", "min": "129.05", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "134.443", "max": "147.628", "min": "133.882", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "337.438", "max": "338.13", "min": "336.954", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "322.288", "max": "322.531", "min": "322.161", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "298.438", "max": "299.703", "min": "298.257", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "140.662", "max": "156.137", "min": "123.088", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "315.429", "max": "370.58", "min": "313.354", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "553.14", "max": "676.667", "min": "392.887", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "331.393", "max": "441.215", "min": "253.668", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "319.432", "max": "326.024", "min": "318.222", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "266.964", "max": "267.342", "min": "266.765", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "147.033", "max": "147.453", "min": "146.787", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "136.118", "max": "136.887", "min": "135.788", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "149.071", "max": "149.277", "min": "148.933", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "206.835", "max": "367.272", "min": "133.062", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "0.029", "max": "0.052", "min": "0.018", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "228.467", "max": "378.824", "min": "219.235", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "216.996", "max": "217.353", "min": "216.839", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "212.047", "max": "213.196", "min": "211.361", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "114.49", "max": "114.796", "min": "114.223", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "325.089", "max": "330.145", "min": "324.466", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "288.365", "max": "289.021", "min": "288.153", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "211.979", "max": "225.478", "min": "211.24", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "139.363", "max": "139.63", "min": "139.189", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "131.655", "max": "132.21", "min": "131.456", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "155.413", "max": "155.869", "min": "155.261", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "317.855", "max": "319.541", "min": "317.268", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "147.423", "max": "148.952", "min": "147.172", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "131.751", "max": "132.016", "min": "131.588", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "157.489", "max": "169.475", "min": "155.903", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "146.947", "max": "147.162", "min": "146.804", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "151.919", "max": "152.077", "min": "151.805", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "117.254", "max": "118.016", "min": "117.076", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "245.329", "max": "257.501", "min": "244.732", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "340.006", "max": "341.249", "min": "339.619", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "220.407", "max": "223.993", "min": "220.097", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "207.82", "max": "208.152", "min": "207.674", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "217.623", "max": "220.299", "min": "217.307", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "217.779", "max": "236.879", "min": "195.828", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "222.795", "max": "227.763", "min": "222.388", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "363.534", "max": "365", "min": "363.24", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "183.161", "max": "193.136", "min": "182.584", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "195.083", "max": "200.315", "min": "194.737", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "193.501", "max": "197.143", "min": "192.677", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "316.172", "max": "335.286", "min": "298.4", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "219.416", "max": "221.82", "min": "219.187", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "206.01", "max": "220.558", "min": "204.796", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "122.757", "max": "124.295", "min": "122.544", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "188.584", "max": "189.693", "min": "188.413", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "220.384", "max": "227.768", "min": "219.93", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "363.802", "max": "409.499", "min": "355.594", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "158.672", "max": "159.024", "min": "158.511", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "43.194", "max": "130.764", "min": "35.547", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "183.623", "max": "183.843", "min": "183.505", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "582.839", "max": "586.672", "min": "582.335", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "212.3", "max": "214.161", "min": "212.078", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "130.985", "max": "138.902", "min": "130.58", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "299.146", "max": "299.451", "min": "298.988", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "342.33", "max": "343.015", "min": "341.927", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "275.044", "max": "275.406", "min": "274.857", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "158.63", "max": "161.978", "min": "158.32", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "346.774", "max": "353.632", "min": "323.618", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "152.61", "max": "166.773", "min": "136.257", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "140.873", "max": "140.965", "min": "140.81", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "206.34", "max": "208.013", "min": "206.028", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "400.637", "max": "400.78", "min": "400.496", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "191.272", "max": "191.446", "min": "191.152", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "211.678", "max": "212.211", "min": "211.443", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "207.541", "max": "209.383", "min": "207.334", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "195.454", "max": "195.778", "min": "195.329", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "202.233", "max": "203.021", "min": "201.946", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "267.014", "max": "267.604", "min": "266.736", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "217.111", "max": "217.374", "min": "216.984", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "242.15", "max": "244.558", "min": "241.772", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "216.19", "max": "216.939", "min": "215.979", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "191.109", "max": "192.562", "min": "190.901", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "224.535", "max": "243.248", "min": "206.307", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "189.611", "max": "190.058", "min": "189.457", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "206.719", "max": "206.894", "min": "206.537", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "239.056", "max": "239.647", "min": "238.749", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "206.47", "max": "210.392", "min": "205.675", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "224.963", "max": "298.469", "min": "195.663", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "191.691", "max": "191.921", "min": "191.606", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "235.551", "max": "235.769", "min": "235.408", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "218.149", "max": "252.397", "min": "216.304", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "242.713", "max": "243.501", "min": "242.259", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "186.044", "max": "201.299", "min": "185.192", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "379.852", "max": "383.825", "min": "379.238", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "217.974", "max": "219.175", "min": "217.798", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "215.594", "max": "219.555", "min": "214.115", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "221.646", "max": "221.944", "min": "221.525", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "160.584", "max": "168.516", "min": "159.18", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "250.827", "max": "251.182", "min": "250.654", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "226.11", "max": "238.388", "min": "225.262", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "190.774", "max": "191.392", "min": "190.615", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "190.528", "max": "191.66", "min": "189.96", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "335.205", "max": "335.424", "min": "335.065", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "156.068", "max": "163.904", "min": "155.298", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "351.232", "max": "352.066", "min": "350.983", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "367.524", "max": "367.664", "min": "367.445", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "208.325", "max": "221.418", "min": "207.782", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "336.329", "max": "337.088", "min": "336.091", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "183.624", "max": "184.263", "min": "183.174", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "244.319", "max": "259.788", "min": "226.225", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "235.641", "max": "236.696", "min": "235.053", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "184.247", "max": "185.09", "min": "183.986", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "189.828", "max": "191.285", "min": "189.499", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "139.069", "max": "139.421", "min": "138.938", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "129.804", "max": "130.393", "min": "129.688", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "348.367", "max": "425.008", "min": "345.51", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "116.109", "max": "116.226", "min": "116.021", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "219.937", "max": "220.369", "min": "219.789", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "136.03", "max": "136.766", "min": "135.904", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "226.713", "max": "227.075", "min": "226.534", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "17.756", "max": "19.103", "min": "17.483", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "132.568", "max": "136.639", "min": "130.021", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "210.222", "max": "210.758", "min": "209.765", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "238.624", "max": "239.312", "min": "237.882", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": null, "max": null, "min": null, "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "231.282", "max": "232.998", "min": "230.713", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "275.087", "max": "285.76", "min": "272.322", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "257.367", "max": "273.279", "min": "256.361", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "227.485", "max": "228.245", "min": "227.339", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "203.625", "max": "207.199", "min": "203.337", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "218.622", "max": "218.98", "min": "218.513", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "125.04", "max": "126.898", "min": "124.702", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "126.078", "max": "126.418", "min": "125.891", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "249.758", "max": "256.087", "min": "247.093", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "116.461", "max": "117.488", "min": "115.96", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "126.351", "max": "128.297", "min": "125.376", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "257.765", "max": "258.743", "min": "257.475", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "146.645", "max": "147.098", "min": "146.468", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "194.575", "max": "201.659", "min": "194.142", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "350.661", "max": "353.659", "min": "344.789", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "180.944", "max": "180.944", "min": "180.944", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "184.546", "max": "184.705", "min": "184.463", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "221.216", "max": "242.757", "min": "203.779", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "275.742", "max": "276.895", "min": "275.486", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "207.459", "max": "219.596", "min": "201.015", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "212.284", "max": "212.45", "min": "212.202", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "317.566", "max": "319.378", "min": "317.287", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "254.229", "max": "257.334", "min": "253.903", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "141.525", "max": "141.829", "min": "141.415", "id": "125", "country": "Brazil", "source_name": "Sao Paulo", "destination_name": "Lansing", "destination_id": "295" } } }, "167": { "name": "Montevideo", "data": { "0": { "avg": "106.874", "max": "184.015", "min": "88.14", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "347.482", "max": "397.782", "min": "342.332", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "184.921", "max": "283.612", "min": "167.552", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "265.257", "max": "391.733", "min": "257.006", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "240.776", "max": "252.395", "min": "237.92", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "304.616", "max": "338.902", "min": "300.69", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "269.009", "max": "570.92", "min": "235.34", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "361.396", "max": "448.377", "min": "349.693", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "302.43", "max": "440.56", "min": "286.18", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "295.152", "max": "667.055", "min": "256.027", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "235.937", "max": "295.842", "min": "228.756", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "207.467", "max": "508.744", "min": "163.273", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "172.636", "max": "312.495", "min": "161.083", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "187.124", "max": "353.96", "min": "164.383", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "131.362", "max": "137.149", "min": "129.78", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "158.439", "max": "221.482", "min": "153.204", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "254.766", "max": "291.601", "min": "246.962", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "173.576", "max": "289.047", "min": "141.625", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "268.548", "max": "502.906", "min": "243.902", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "262.252", "max": "293.858", "min": "258.764", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "406.556", "max": "524.647", "min": "383.698", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "189.293", "max": "270.39", "min": "169.761", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "219.015", "max": "267.297", "min": "210.744", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "224.357", "max": "354.881", "min": "213.023", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "298.584", "max": "731.923", "min": "248.433", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "260.025", "max": "314.244", "min": "250.814", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "256.21", "max": "299.494", "min": "252.446", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "276.08", "max": "737.17", "min": "241.82", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "301.179", "max": "681.101", "min": "241.184", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "230.946", "max": "405.27", "min": "200.504", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "402.968", "max": "509.928", "min": "387.847", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "267.465", "max": "550.155", "min": "254.198", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "190.161", "max": "194.088", "min": "188.504", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "304.704", "max": "375.278", "min": "280.949", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "277.571", "max": "369.508", "min": "259.188", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "379.215", "max": "389.606", "min": "376.431", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "198.814", "max": "229.41", "min": "192.684", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "204.175", "max": "254.9", "min": "198.775", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "178.483", "max": "233.124", "min": "153.301", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "171.493", "max": "257.571", "min": "159.902", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "439.962", "max": "829.729", "min": "367.371", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "330.275", "max": "556.367", "min": "243.388", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "297.999", "max": "707.928", "min": "261.073", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "264.138", "max": "332.9", "min": "250.003", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "422.014", "max": "568.072", "min": "408.205", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "329.078", "max": "571.039", "min": "267.267", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "299.781", "max": "428.044", "min": "272.137", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "188.871", "max": "512.83", "min": "154.883", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "52.726", "max": "294.392", "min": "12.668", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "180.628", "max": "248.25", "min": "174.696", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "165.781", "max": "302.43", "min": "157.375", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "207.97", "max": "274.382", "min": "201.117", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "297.846", "max": "536.718", "min": "272.819", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "191.22", "max": "332.21", "min": "170.289", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "415.543", "max": "548.01", "min": "394.244", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "482.907", "max": "1270.91", "min": "392.776", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "295.422", "max": "453.577", "min": "259.15", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "408.257", "max": "584.464", "min": "343.38", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "291.904", "max": "327.05", "min": "285.033", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "253.095", "max": "292.599", "min": "242.834", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "327.983", "max": "578.307", "min": "289.309", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "282.921", "max": "427.683", "min": "273.543", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "400.236", "max": "493.909", "min": "377.695", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "422.94", "max": "599.977", "min": "380.387", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "346.413", "max": "611.937", "min": "281.314", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "337.604", "max": "601.239", "min": "274.168", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "166.442", "max": "221.735", "min": "157.856", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "283.502", "max": "361.119", "min": "278.5", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "40.447", "max": "132.835", "min": "32.898", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "193.652", "max": "286.345", "min": "179.017", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "353.264", "max": "361.316", "min": "350.634", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "198.657", "max": "253.218", "min": "188.186", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "190.556", "max": "676.921", "min": "170.08", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "279.128", "max": "285.595", "min": "277.261", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "236.038", "max": "296.304", "min": "229.914", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "189.644", "max": "466.908", "min": "145.465", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "222.182", "max": "306.383", "min": "201.171", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "164.968", "max": "215.384", "min": "159.31", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "187.914", "max": "277.004", "min": "163.841", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "213.336", "max": "289.134", "min": "208.03", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "198.28", "max": "412.298", "min": "171.798", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "427.054", "max": "539.592", "min": "417.772", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "402.206", "max": "471.973", "min": "395.192", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "201.626", "max": "361.011", "min": "192.092", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "291.906", "max": "335.167", "min": "289.064", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "240.683", "max": "247.935", "min": "238.381", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "137.436", "max": "156.065", "min": "133.587", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "181.709", "max": "192.382", "min": "179.908", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "251", "max": "334.43", "min": "236.167", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "176.653", "max": "193.047", "min": "171.262", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "208.573", "max": "260.963", "min": "200.659", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "260.755", "max": "306.22", "min": "251.449", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "395.275", "max": "868.755", "min": "334.252", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "181.225", "max": "312.574", "min": "168.769", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "143.592", "max": "194.288", "min": "133.855", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "173.855", "max": "178.958", "min": "171.747", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "175.486", "max": "441.57", "min": "134.223", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "209.215", "max": "295.217", "min": "195.26", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "164.151", "max": "171.244", "min": "161.469", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "191.875", "max": "325.632", "min": "183.879", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "234.759", "max": "402.269", "min": "220.153", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "327.263", "max": "620.507", "min": "285.286", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "388.152", "max": "554.444", "min": "370.234", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "171.326", "max": "221.487", "min": "167.797", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "358.298", "max": "676.326", "min": "329.187", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "79.1", "max": "183.1", "min": "73.101", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "182.286", "max": "415.677", "min": "149.801", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "384.759", "max": "406.381", "min": "381.724", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "369.145", "max": "622.947", "min": "356.538", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "325.862", "max": "331.245", "min": "324.199", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "165.091", "max": "188.502", "min": "160.125", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "373.021", "max": "475.864", "min": "357.126", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "595.879", "max": "722.724", "min": "445.237", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "401.88", "max": "521.366", "min": "299.089", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "452.384", "max": "786.071", "min": "413.822", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "315.132", "max": "517.5", "min": "301.458", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "172.342", "max": "202.843", "min": "166.981", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "210.905", "max": "372.894", "min": "178.188", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "184.347", "max": "238.71", "min": "178.394", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "259.603", "max": "446.034", "min": "163.798", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "38.56", "max": "62.487", "min": "35.349", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "285.03", "max": "424.865", "min": "270.919", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "272.931", "max": "283.405", "min": "270.329", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "256.204", "max": "265.329", "min": "253.662", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "162.723", "max": "196.912", "min": "159.499", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "402.835", "max": "413.86", "min": "399.083", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "333.38", "max": "344.048", "min": "329.602", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "264.273", "max": "357.493", "min": "242.129", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "185.331", "max": "295.576", "min": "171.951", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "212.931", "max": "468.13", "min": "156.381", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "173.824", "max": "226.684", "min": "163.242", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "331.642", "max": "355.598", "min": "328.786", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "206.366", "max": "835.074", "min": "169.727", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "180.933", "max": "246.982", "min": "164.596", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "212.496", "max": "548.505", "min": "178.486", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "192.619", "max": "258.579", "min": "177.615", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "190.759", "max": "226.063", "min": "170.474", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "186.346", "max": "466.477", "min": "161.033", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "267.634", "max": "445.913", "min": "257.588", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "464.27", "max": "824.012", "min": "417.668", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "308.566", "max": "747.216", "min": "277.766", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "250.387", "max": "338.099", "min": "241.429", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "275.5", "max": "376.743", "min": "246.691", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "268.543", "max": "549.209", "min": "238.876", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "270.178", "max": "277.405", "min": "266.786", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "424.742", "max": "490.653", "min": "407.104", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "237.36", "max": "247.118", "min": "235.315", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "281.687", "max": "441.855", "min": "236.5", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "247.837", "max": "272.301", "min": "244.18", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "318.406", "max": "361.142", "min": "314.426", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "271.191", "max": "279.867", "min": "266.358", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "267.156", "max": "424.217", "min": "252.652", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "156.605", "max": "180.361", "min": "153.199", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "214.128", "max": "259.227", "min": "206.083", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "284.994", "max": "393.331", "min": "274.032", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "624.564", "max": "1117.11", "min": "354.39", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "195.243", "max": "202.223", "min": "193.161", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "3.042", "max": "9.642", "min": "0.537", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "189.898", "max": "194.413", "min": "188.58", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "613.222", "max": "689.121", "min": "607.819", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "272.825", "max": "278.914", "min": "270.796", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "171.762", "max": "277.697", "min": "160.926", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "352.246", "max": "429.464", "min": "343.037", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "406.201", "max": "480.602", "min": "390.474", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "321.399", "max": "329.597", "min": "318.776", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "195.761", "max": "358.364", "min": "177.254", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "401.684", "max": "407.655", "min": "399.161", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "302.204", "max": "643.18", "min": "158.885", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "166.401", "max": "170.046", "min": "164.875", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "260.379", "max": "353.531", "min": "243.908", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "423.7", "max": "440.888", "min": "421.123", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "244.212", "max": "350.079", "min": "233.419", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "253.816", "max": "282.267", "min": "246.516", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "275.423", "max": "393.995", "min": "258.144", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "265.871", "max": "320.886", "min": "255.101", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "244.132", "max": "301.792", "min": "237.736", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "300.689", "max": "367.172", "min": "294.013", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "280.396", "max": "349.772", "min": "274.255", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "307.791", "max": "444.285", "min": "284.087", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "285.123", "max": "304.647", "min": "281.193", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "249.776", "max": "261.673", "min": "244.126", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "258.368", "max": "416.433", "min": "242.139", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "243.81", "max": "302.792", "min": "235.594", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "364.394", "max": "887.522", "min": "260.907", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "315.887", "max": "455.308", "min": "296.795", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "275.089", "max": "371.595", "min": "260.127", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "273.752", "max": "343.58", "min": "245.712", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "220.124", "max": "236.951", "min": "215.084", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "316.286", "max": "487.673", "min": "308.379", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "270.759", "max": "316.164", "min": "264.821", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "286.462", "max": "324.818", "min": "282.145", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "281.849", "max": "557.184", "min": "228.334", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "399.697", "max": "440.845", "min": "393.645", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "259.383", "max": "281.983", "min": "253.537", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "267.732", "max": "344.811", "min": "255.692", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "521.973", "max": "1150.51", "min": "266.385", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "176.663", "max": "293.796", "min": "144.709", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "314.526", "max": "429.847", "min": "285.38", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "250.914", "max": "371.355", "min": "229.219", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "248.061", "max": "324.766", "min": "239.646", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "248.173", "max": "391.168", "min": "237.066", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "389.483", "max": "611.957", "min": "353.434", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "165.972", "max": "190.181", "min": "161.429", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "420.196", "max": "434.133", "min": "413.163", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "398.054", "max": "949.929", "min": "367.055", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "233.808", "max": "265.777", "min": "227.798", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "385.742", "max": "404.085", "min": "383.373", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "214.25", "max": "222.079", "min": "210.749", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "279.244", "max": "325.606", "min": "266.365", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "299.791", "max": "343.929", "min": "290.992", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "259.936", "max": "396.74", "min": "236.411", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "262.289", "max": "419.414", "min": "233.605", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "182.363", "max": "249.858", "min": "171.966", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "153.984", "max": "165.53", "min": "151.788", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "395.51", "max": "876.887", "min": "368.148", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "216.911", "max": "419.239", "min": "172.92", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "250.858", "max": "256.598", "min": "248.64", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "199.285", "max": "543.382", "min": "164.286", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "262.108", "max": "296.882", "min": "258.307", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "52.65", "max": "94.144", "min": "44.611", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "165.888", "max": "375.801", "min": "153.473", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "250.07", "max": "280.222", "min": "244.504", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "305.969", "max": "531.517", "min": "275.887", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "211.238", "max": "462.452", "min": "167.558", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "194.282", "max": "230.142", "min": "189.031", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "394.043", "max": "842.379", "min": "301.015", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "336.596", "max": "358.645", "min": "333.536", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "282.85", "max": "341.016", "min": "272.409", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "281.958", "max": "613.547", "min": "244.258", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "286.554", "max": "367.977", "min": "274.489", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "179.802", "max": "240.705", "min": "173.754", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "179.31", "max": "466.216", "min": "159.601", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "285.675", "max": "295.208", "min": "282.009", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "138.172", "max": "231.793", "min": "129.83", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "196.766", "max": "636.73", "min": "172.758", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "337.496", "max": "488.48", "min": "289.383", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "189.005", "max": "354.526", "min": "167.88", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "259.083", "max": "352.573", "min": "249.71", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "434.278", "max": "625.857", "min": "408.524", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "202.261", "max": "202.261", "min": "202.261", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "289.713", "max": "711.472", "min": "231.338", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "251.112", "max": "304.18", "min": "245.669", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "354.749", "max": "662.034", "min": "326.364", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "284.318", "max": "586.596", "min": "234.921", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "265.524", "max": "284.278", "min": "259.199", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "432.051", "max": "564.706", "min": "398.933", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "328.647", "max": "705.036", "min": "300.383", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "186.641", "max": "277.386", "min": "180.599", "id": "167", "country": "Uruguay", "source_name": "Montevideo", "destination_name": "Lansing", "destination_id": "295" } } }, "168": { "name": "San Juan", "data": { "0": { "avg": "114.644", "max": "114.931", "min": "114.454", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "240.871", "max": "241.138", "min": "240.633", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "47.428", "max": "47.577", "min": "47.293", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "138.671", "max": "147.508", "min": "137.81", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "118.122", "max": "118.703", "min": "117.896", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "213.474", "max": "213.644", "min": "213.401", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "133.057", "max": "133.585", "min": "132.872", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "249.66", "max": "261.804", "min": "248.586", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "169.823", "max": "171.067", "min": "169.617", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "147.336", "max": "147.842", "min": "147.154", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "112.046", "max": "113.473", "min": "111.783", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "65.119", "max": "65.365", "min": "64.956", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "40.868", "max": "41.02", "min": "40.732", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "44.618", "max": "48.474", "min": "44.299", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "29.911", "max": "30.665", "min": "29.76", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "33.827", "max": "34.131", "min": "33.102", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "123.539", "max": "123.775", "min": "123.33", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "45.169", "max": "45.403", "min": "45.055", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "123.892", "max": "124.114", "min": "123.735", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "139.556", "max": "139.816", "min": "139.442", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "245.176", "max": "245.303", "min": "245.056", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "54.58", "max": "54.693", "min": "54.455", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "96.555", "max": "96.854", "min": "96.352", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "107.252", "max": "107.597", "min": "107.139", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "148.426", "max": "148.86", "min": "148.132", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "134.436", "max": "135.049", "min": "134.302", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "134.53", "max": "136.487", "min": "134.316", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "143.591", "max": "144.131", "min": "143.462", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "125.879", "max": "126.01", "min": "125.768", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "95.565", "max": "95.83", "min": "95.383", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "292.439", "max": "292.673", "min": "292.306", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "154.561", "max": "154.737", "min": "154.45", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "83.354", "max": "83.511", "min": "83.225", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "155.248", "max": "155.373", "min": "155.153", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "126.362", "max": "127.886", "min": "126.047", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "279.46", "max": "282.525", "min": "279.029", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "94.474", "max": "94.555", "min": "94.411", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "79.569", "max": "79.964", "min": "79.338", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "64.128", "max": "65.281", "min": "63.923", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "35.863", "max": "37.058", "min": "35.613", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "249.423", "max": "253.222", "min": "248.857", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "122.155", "max": "123.836", "min": "121.681", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "142.024", "max": "142.152", "min": "141.904", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "141.098", "max": "151.336", "min": "140.583", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "244.706", "max": "245.418", "min": "244.581", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "157.524", "max": "158.27", "min": "157.043", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "143.139", "max": "143.834", "min": "142.981", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "95.141", "max": "96.463", "min": "94.794", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "176.125", "max": "176.772", "min": "175.09", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "83.961", "max": "84.035", "min": "83.857", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "49.017", "max": "49.474", "min": "48.78", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "102.944", "max": "103.295", "min": "102.685", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "121.173", "max": "212.626", "min": "114.396", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "63.305", "max": "63.708", "min": "63.084", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "251.633", "max": "260.847", "min": "248.633", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "287.919", "max": "288.568", "min": "287.727", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "125.442", "max": "127.738", "min": "124.427", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "257.941", "max": "258.062", "min": "257.855", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "157.589", "max": "158.553", "min": "157.249", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "126.982", "max": "127.103", "min": "126.86", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "175.145", "max": "176.75", "min": "174.685", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "167.925", "max": "223.081", "min": "165.602", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "285.992", "max": "385.653", "min": "280.041", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "268.762", "max": "269.623", "min": "268.553", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "159.64", "max": "160.475", "min": "159.449", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "168.114", "max": "168.618", "min": "167.981", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "38.155", "max": "38.342", "min": "38.007", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "149.176", "max": "149.659", "min": "148.57", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "155.447", "max": "157.219", "min": "154.738", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "76.83", "max": "79.629", "min": "76.604", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "241.275", "max": "241.828", "min": "241.091", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "92.357", "max": "94.885", "min": "91.957", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "72.367", "max": "73.238", "min": "72.144", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "53.698", "max": "53.816", "min": "53.603", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "150.665", "max": "151.179", "min": "150.492", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "165.901", "max": "166.036", "min": "165.756", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "40.276", "max": "40.388", "min": "40.127", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "94.867", "max": "99.752", "min": "94.469", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "53.122", "max": "53.897", "min": "52.863", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "52.058", "max": "52.188", "min": "51.87", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "100.686", "max": "100.896", "min": "100.558", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "54.412", "max": "55.754", "min": "54.179", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "262.256", "max": "262.406", "min": "261.707", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "283.021", "max": "284.161", "min": "282.831", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "101.861", "max": "102.012", "min": "101.755", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "173.278", "max": "174.563", "min": "172.954", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "117.398", "max": "118.264", "min": "117.111", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "55.51", "max": "55.69", "min": "55.376", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "59.488", "max": "59.66", "min": "59.328", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "110.45", "max": "111.576", "min": "110.25", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "64.132", "max": "66.782", "min": "63.253", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "103.509", "max": "103.983", "min": "103.323", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "110.766", "max": "110.889", "min": "110.675", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "225.515", "max": "225.913", "min": "225.303", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "50.896", "max": "51.095", "min": "50.762", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "35.691", "max": "35.809", "min": "35.559", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "103.115", "max": "103.298", "min": "102.945", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "84.76", "max": "88.392", "min": "84.27", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "108.288", "max": "108.463", "min": "108.178", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "51.34", "max": "52.523", "min": "51.113", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "77.204", "max": "77.325", "min": "77.08", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "123.587", "max": "123.801", "min": "123.402", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "181.895", "max": "182.921", "min": "181.709", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "262.95", "max": "266.098", "min": "262.293", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "60.722", "max": "62.697", "min": "60.464", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "231.388", "max": "233.372", "min": "230.973", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "118.033", "max": "120.253", "min": "117.745", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "39.817", "max": "39.957", "min": "39.634", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "51.303", "max": "51.491", "min": "51.157", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "225.099", "max": "226.021", "min": "224.948", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "247.64", "max": "247.935", "min": "247.409", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "217.806", "max": "217.987", "min": "217.633", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "39.064", "max": "39.281", "min": "38.912", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "242.491", "max": "243.546", "min": "242.217", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "478.368", "max": "593.04", "min": "307.177", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "264.545", "max": "349.333", "min": "180.565", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "289.68", "max": "298.287", "min": "289.12", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "199.862", "max": "200.884", "min": "199.624", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "71.126", "max": "72.945", "min": "70.852", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "60.845", "max": "61.311", "min": "60.605", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "74.063", "max": "77.819", "min": "73.678", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "135.438", "max": "285.615", "min": "52.635", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "183.773", "max": "184.756", "min": "183.569", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "161.706", "max": "304.007", "min": "155.571", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "153.669", "max": "153.802", "min": "153.575", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "139.463", "max": "140.382", "min": "138.809", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "52.594", "max": "53.037", "min": "52.446", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "367.665", "max": "368.154", "min": "367.467", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "225.305", "max": "225.807", "min": "225.109", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "135.937", "max": "136.074", "min": "135.853", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "57.895", "max": "58.119", "min": "57.759", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "53.075", "max": "53.548", "min": "52.883", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "60.256", "max": "60.398", "min": "60.095", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "244.056", "max": "245.494", "min": "243.21", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "78.695", "max": "79.638", "min": "78.573", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "46.122", "max": "46.26", "min": "45.971", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "88.615", "max": "105.194", "min": "86.928", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "75.289", "max": "75.632", "min": "75.093", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "63.016", "max": "63.136", "min": "62.836", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "42.822", "max": "43.039", "min": "42.691", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "137.836", "max": "138.482", "min": "137.593", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "284.406", "max": "285.605", "min": "283.843", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "150.212", "max": "150.406", "min": "150.077", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "141.794", "max": "142.075", "min": "141.485", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "142.163", "max": "158.21", "min": "141.428", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "117.825", "max": "118.289", "min": "117.612", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "150.042", "max": "154.77", "min": "149.721", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "281.145", "max": "282.253", "min": "280.961", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "114.015", "max": "114.153", "min": "113.893", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "115.815", "max": "115.937", "min": "115.717", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "121.673", "max": "132.117", "min": "119.661", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "200.811", "max": "200.977", "min": "200.662", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "140.424", "max": "142.959", "min": "140.176", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "123.513", "max": "124.087", "min": "123.289", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "39.125", "max": "39.255", "min": "39.039", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "101.314", "max": "101.643", "min": "101.028", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "158.538", "max": "158.975", "min": "158.328", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "260.232", "max": "306.493", "min": "252.307", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "78.625", "max": "78.891", "min": "78.41", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "196.061", "max": "284.533", "min": "188.416", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "0.039", "max": "0.068", "min": "0.026", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "506.919", "max": "507.5", "min": "506.432", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "154.819", "max": "155.34", "min": "154.595", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "39.638", "max": "41.051", "min": "39.463", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "225.044", "max": "225.472", "min": "224.871", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "294.699", "max": "294.913", "min": "294.591", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "197.258", "max": "198.738", "min": "197.007", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "98.633", "max": "99.413", "min": "98.467", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "265.625", "max": "273.152", "min": "263.134", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "47.909", "max": "48.195", "min": "47.668", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "43.048", "max": "43.193", "min": "42.945", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "122.203", "max": "127.647", "min": "121.559", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "309.777", "max": "309.964", "min": "309.661", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "115.984", "max": "117.46", "min": "115.791", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "124.935", "max": "125.42", "min": "124.68", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "142.662", "max": "150.732", "min": "142.077", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "137.236", "max": "137.341", "min": "137.133", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "117.578", "max": "118.372", "min": "117.293", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "168.664", "max": "169.967", "min": "168.314", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "163.014", "max": "163.281", "min": "162.887", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "171.209", "max": "172.497", "min": "171.006", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "151.539", "max": "152.353", "min": "151.369", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "126.273", "max": "136.492", "min": "125.403", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "120.284", "max": "120.463", "min": "120.119", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "127.513", "max": "127.674", "min": "127.416", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "152.563", "max": "152.825", "min": "152.436", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "165.172", "max": "165.372", "min": "164.973", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "141.901", "max": "161.222", "min": "140.199", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "135.042", "max": "164.56", "min": "121.658", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "116.492", "max": "116.768", "min": "116.315", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "174.175", "max": "174.879", "min": "173.978", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "146.516", "max": "167.539", "min": "145.649", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "152.463", "max": "153.108", "min": "151.972", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "125.289", "max": "140.76", "min": "123.929", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "289.966", "max": "292.158", "min": "289.451", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "124.925", "max": "125.278", "min": "124.778", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "136.039", "max": "136.209", "min": "135.908", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "151.252", "max": "151.381", "min": "151.159", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "100.827", "max": "108.549", "min": "99.218", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "166.936", "max": "167.226", "min": "166.748", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "120.623", "max": "127.632", "min": "120.081", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "131.177", "max": "134.576", "min": "130.873", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "122.563", "max": "125.663", "min": "121.101", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "251.92", "max": "252.925", "min": "251.683", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "43.954", "max": "47.225", "min": "43.18", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "267.032", "max": "271.402", "min": "263.072", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "268.317", "max": "268.487", "min": "268.198", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "130.04", "max": "130.438", "min": "129.877", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "252.975", "max": "254.114", "min": "252.787", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "135.08", "max": "135.241", "min": "134.838", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "141.25", "max": "141.382", "min": "141.133", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "173.809", "max": "174.421", "min": "173.58", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "115.027", "max": "115.955", "min": "114.632", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "133.329", "max": "135.089", "min": "132.86", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "56.542", "max": "56.689", "min": "56.447", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "68.072", "max": "68.187", "min": "67.982", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "285.657", "max": "377.454", "min": "282.102", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "45.723", "max": "45.893", "min": "45.644", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "128.346", "max": "128.558", "min": "128.203", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "45.85", "max": "46.009", "min": "45.742", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "139.458", "max": "139.639", "min": "139.324", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "158.676", "max": "159.654", "min": "158.492", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "73.452", "max": "76.759", "min": "69.705", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "129.565", "max": "129.752", "min": "129.401", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "144.719", "max": "146.721", "min": "143.939", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "101.451", "max": "103.647", "min": "100.717", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "237.056", "max": "242.844", "min": "236.553", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "271.57", "max": "271.886", "min": "271.4", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "207.232", "max": "207.898", "min": "207.007", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "151.248", "max": "151.491", "min": "151.14", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "116.062", "max": "116.263", "min": "115.964", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "154.479", "max": "154.579", "min": "154.378", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "50.555", "max": "53.699", "min": "50.102", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "38.462", "max": "38.704", "min": "38.334", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "167.336", "max": "171.282", "min": "165.744", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "98.884", "max": "100.323", "min": "97.876", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "67.563", "max": "69.144", "min": "66.376", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "168.445", "max": "169.104", "min": "168.184", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "65.675", "max": "66.594", "min": "65.424", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "125.956", "max": "131.349", "min": "125.445", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "272.299", "max": "276.484", "min": "260.738", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "128.483", "max": "128.483", "min": "128.483", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "109.586", "max": "109.727", "min": "109.485", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "126.884", "max": "127.236", "min": "126.733", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "206.607", "max": "206.82", "min": "206.393", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "129.231", "max": "142.575", "min": "121.627", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "164.239", "max": "164.355", "min": "164.125", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "255.985", "max": "256.585", "min": "255.717", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "186.909", "max": "187.645", "min": "186.603", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "58.737", "max": "64.527", "min": "58.007", "id": "168", "country": "Puerto Rico", "source_name": "San Juan", "destination_name": "Lansing", "destination_id": "295" } } }, "213": { "name": "Bogota", "data": { "0": { "avg": "115.999", "max": "117.982", "min": "115.645", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "305.831", "max": "309.816", "min": "297.131", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "131.548", "max": "140.566", "min": "122.965", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "188.947", "max": "197.978", "min": "187.763", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "169.808", "max": "170.831", "min": "169.538", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "268.01", "max": "272.202", "min": "259.387", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "176.306", "max": "176.941", "min": "176.04", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "277.024", "max": "285.044", "min": "274.31", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "212.835", "max": "215.021", "min": "212.565", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "189.59", "max": "196.329", "min": "188.624", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "150.948", "max": "151.282", "min": "150.71", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "87.934", "max": "93.948", "min": "86.168", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "86.023", "max": "86.305", "min": "85.807", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "91.519", "max": "100.043", "min": "90.53", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "62.192", "max": "69.939", "min": "61.363", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "116.388", "max": "119.975", "min": "106.403", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "184.697", "max": "192.969", "min": "183.647", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "79.402", "max": "84.557", "min": "75.548", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "167.718", "max": "174.154", "min": "166.318", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "192.348", "max": "192.469", "min": "192.156", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "274.392", "max": "282.885", "min": "272.98", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "104.041", "max": "109.61", "min": "100.746", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "138.549", "max": "147.976", "min": "136.821", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "136.661", "max": "146.044", "min": "136.054", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "209.123", "max": "210.178", "min": "208.697", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "173.529", "max": "182.41", "min": "171.553", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "187.369", "max": "196.661", "min": "186.581", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "200.361", "max": "211.189", "min": "199.658", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "175.549", "max": "184.397", "min": "174.043", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "136.413", "max": "143.983", "min": "134.433", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "310.364", "max": "320.417", "min": "308.725", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "188.054", "max": "198.285", "min": "186.641", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "109.732", "max": "119.355", "min": "108.871", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "204.592", "max": "205.188", "min": "204.323", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "178.327", "max": "188.161", "min": "177.205", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "308.126", "max": "319.328", "min": "307.425", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "124.401", "max": "124.577", "min": "124.251", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "223.757", "max": "234.564", "min": "223.011", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "90.865", "max": "99.222", "min": "88.987", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "82.495", "max": "88.371", "min": "81.055", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "298.181", "max": "309.491", "min": "296.454", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "176.072", "max": "185.519", "min": "175.13", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "196.045", "max": "196.403", "min": "195.839", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "189.247", "max": "193.587", "min": "188.81", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "344.574", "max": "351.526", "min": "344.052", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "204.458", "max": "208.46", "min": "201.895", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "181.84", "max": "190.67", "min": "179.982", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "4.784", "max": "6.588", "min": "4.556", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "104.124", "max": "120.365", "min": "91.154", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "94.676", "max": "94.976", "min": "94.47", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "95.721", "max": "96.707", "min": "95.534", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "180.096", "max": "184.04", "min": "175.126", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "225.89", "max": "254.657", "min": "169.779", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "117.971", "max": "123.432", "min": "116.359", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "301.247", "max": "312.743", "min": "296.99", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "347.283", "max": "354.473", "min": "346.664", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "184.981", "max": "186.861", "min": "184.059", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "274.329", "max": "282.072", "min": "272.04", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "184.594", "max": "185.821", "min": "184.349", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "177.853", "max": "186.741", "min": "176.807", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "221.487", "max": "227.663", "min": "220.391", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "217.567", "max": "249.329", "min": "211.089", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "338.869", "max": "409.509", "min": "324.507", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "331.131", "max": "338.569", "min": "330.433", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "210.824", "max": "212.214", "min": "210.55", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "205.074", "max": "215.621", "min": "202.194", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "89.235", "max": "89.637", "min": "89.019", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "209.909", "max": "220.522", "min": "209.128", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "201.901", "max": "210.084", "min": "200.864", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "158.673", "max": "165.842", "min": "146.849", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "315.191", "max": "318.741", "min": "314.861", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "122.647", "max": "132.721", "min": "121.786", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "129.306", "max": "129.904", "min": "128.948", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "110.733", "max": "114.093", "min": "102.905", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "200.282", "max": "208.956", "min": "199.321", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "163.077", "max": "163.494", "min": "162.851", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "79.288", "max": "85.25", "min": "77.441", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "140.059", "max": "183.901", "min": "138.283", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "103.591", "max": "111.07", "min": "101.77", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "130.993", "max": "138.382", "min": "119.464", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "165.832", "max": "171.591", "min": "165.385", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "104.553", "max": "107.004", "min": "104.231", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "439.195", "max": "449.663", "min": "438.007", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "338.771", "max": "346.219", "min": "336.953", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "116.918", "max": "117.491", "min": "116.752", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "230.706", "max": "232.199", "min": "230.307", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "165.684", "max": "166.219", "min": "165.393", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "99.903", "max": "103.768", "min": "91.81", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "91.263", "max": "92.537", "min": "91.039", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "160.677", "max": "169.624", "min": "158.801", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "110.06", "max": "117.645", "min": "109.147", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "140.301", "max": "140.747", "min": "140.084", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "163.779", "max": "164.241", "min": "163.613", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "289.828", "max": "298.356", "min": "288.841", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "94.867", "max": "100.317", "min": "94.293", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "97.658", "max": "106.324", "min": "87.992", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "142.488", "max": "145.71", "min": "135.228", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "116.765", "max": "142.155", "min": "115.284", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "172.123", "max": "183.461", "min": "163.658", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "96.321", "max": "104.725", "min": "95.35", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "111.172", "max": "115.42", "min": "110.828", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "149.003", "max": "157.609", "min": "147.383", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "214.347", "max": "227.411", "min": "211.832", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "302.568", "max": "304.156", "min": "302.052", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "100.812", "max": "109.196", "min": "99.74", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "258.774", "max": "259.689", "min": "258.305", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "137.533", "max": "139.629", "min": "137.22", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "103.303", "max": "114.76", "min": "99.571", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "114.683", "max": "119.442", "min": "102.232", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "286.189", "max": "289.19", "min": "285.157", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "295.207", "max": "298.125", "min": "294.896", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "263.961", "max": "272.092", "min": "262.714", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "97.265", "max": "103.259", "min": "94.732", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "376.379", "max": "385.473", "min": "374.605", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "518.021", "max": "627.457", "min": "361.906", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "337.729", "max": "443.309", "min": "251.612", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "327.908", "max": "337.502", "min": "327.141", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "219.958", "max": "221.707", "min": "219.686", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "100.989", "max": "101.156", "min": "100.75", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "103.738", "max": "104.933", "min": "103.248", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "107.531", "max": "114.482", "min": "105.78", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "167.193", "max": "312.807", "min": "85.871", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "159.893", "max": "167.743", "min": "159.15", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "210.243", "max": "359.565", "min": "204.057", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "192.704", "max": "199.541", "min": "191.381", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "186.103", "max": "187.957", "min": "185.587", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "86.955", "max": "87.377", "min": "86.699", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "369.903", "max": "377.081", "min": "369.247", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "272.786", "max": "282.344", "min": "271.541", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "176.073", "max": "190.1", "min": "174.534", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "101.601", "max": "110.295", "min": "100.292", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "97.767", "max": "106.239", "min": "94.953", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "141.788", "max": "150.083", "min": "126.735", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "258.361", "max": "265.777", "min": "257.1", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "136.394", "max": "140.3", "min": "129.894", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "98.712", "max": "98.969", "min": "98.424", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "116.134", "max": "121.766", "min": "115.089", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "138.498", "max": "146.884", "min": "127.314", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "93.293", "max": "100.523", "min": "92.763", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "95.524", "max": "97.819", "min": "95.277", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "191.346", "max": "198.444", "min": "190.11", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "372.991", "max": "387.034", "min": "371.272", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "202.712", "max": "202.9", "min": "202.565", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "194.953", "max": "200.779", "min": "188.007", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "180.691", "max": "193.831", "min": "178.313", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "180.792", "max": "187.236", "min": "177.027", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "208.785", "max": "218.606", "min": "207.834", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "329.021", "max": "339.023", "min": "328.084", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "168.08", "max": "178.738", "min": "167.581", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "160.318", "max": "160.52", "min": "160.119", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "174.955", "max": "205.599", "min": "171.758", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "244.736", "max": "255.098", "min": "243.917", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "196.98", "max": "197.517", "min": "196.736", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "168.348", "max": "174.727", "min": "167.773", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "93.909", "max": "94.156", "min": "93.775", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "149.704", "max": "150.737", "min": "149.446", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "199.388", "max": "205.727", "min": "198.813", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "275.899", "max": "322.183", "min": "267.999", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "143.462", "max": "152.203", "min": "142.978", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "211.186", "max": "301.322", "min": "183.034", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "102.293", "max": "110.909", "min": "99.291", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "535.105", "max": "536.371", "min": "534.415", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "206.199", "max": "207.653", "min": "205.919", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "99.192", "max": "104.784", "min": "95.84", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "269.845", "max": "271.917", "min": "269.444", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "324.015", "max": "324.453", "min": "323.82", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "244.059", "max": "248.939", "min": "243.676", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "119.401", "max": "127.127", "min": "118.379", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "313.483", "max": "324.197", "min": "306.133", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "104.926", "max": "111.839", "min": "102.889", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "88.707", "max": "89.319", "min": "88.503", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "175.69", "max": "178.899", "min": "175.213", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "294.709", "max": "294.977", "min": "294.544", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "165.879", "max": "173.487", "min": "163.079", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "180.816", "max": "189.361", "min": "178.937", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "190.354", "max": "202.903", "min": "189.438", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "187.527", "max": "197.243", "min": "186.719", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "170.294", "max": "178.261", "min": "169.183", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "221.946", "max": "222.235", "min": "221.686", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "201.843", "max": "207.48", "min": "201.436", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "206.332", "max": "211.686", "min": "205.982", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "205.039", "max": "216.215", "min": "199.588", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "168.74", "max": "177.791", "min": "168.159", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "178.547", "max": "184.734", "min": "177.555", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "161.156", "max": "172.424", "min": "160.501", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "186.773", "max": "194.138", "min": "185.72", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "215.546", "max": "216.301", "min": "215.177", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "193.191", "max": "205.598", "min": "191.922", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "207.319", "max": "246.682", "min": "179.75", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "153.748", "max": "158.239", "min": "151.413", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "209.171", "max": "218.324", "min": "207.496", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "198.257", "max": "200.965", "min": "197.92", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "200.78", "max": "201.317", "min": "200.199", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "162.975", "max": "169.19", "min": "160.21", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "352.915", "max": "376.093", "min": "343.33", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "178.201", "max": "188.652", "min": "177.607", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "181.22", "max": "181.772", "min": "181.021", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "188.934", "max": "196.981", "min": "188.484", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "0.107", "max": "0.543", "min": "0.028", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "224.039", "max": "231.64", "min": "221.807", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "169.444", "max": "171.414", "min": "169.126", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "176.305", "max": "180.853", "min": "175.397", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "173.165", "max": "180.73", "min": "171.738", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "275.055", "max": "286.617", "min": "272.098", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "87.856", "max": "93.665", "min": "87.109", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "327.872", "max": "334.787", "min": "307.09", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "325.001", "max": "334.354", "min": "322.192", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "164.816", "max": "173.611", "min": "163.104", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "293.206", "max": "293.763", "min": "292.916", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "144.927", "max": "145.395", "min": "144.671", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "198.562", "max": "206.984", "min": "198.038", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "229.537", "max": "236.794", "min": "229.078", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "168.426", "max": "175.58", "min": "167.031", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "176.216", "max": "184.864", "min": "173.29", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "131.032", "max": "135.461", "min": "120.231", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "93.753", "max": "94.423", "min": "93.609", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "334.876", "max": "337.126", "min": "334.557", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "93.652", "max": "103.691", "min": "92.069", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "168.343", "max": "174.582", "min": "166.337", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "98.326", "max": "98.759", "min": "98.175", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "175.941", "max": "183.046", "min": "175.046", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "194.361", "max": "203.016", "min": "193.193", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "84.967", "max": "89.669", "min": "81.588", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "173.044", "max": "182.348", "min": "172.238", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "191.941", "max": "196.331", "min": "190.435", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "130.466", "max": "142.229", "min": "117.772", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "233.772", "max": "242.891", "min": "232.92", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "309.179", "max": "320.315", "min": "308.55", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "240.103", "max": "248.728", "min": "239.021", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "197.661", "max": "197.996", "min": "197.455", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "177.092", "max": "177.448", "min": "176.935", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "203.526", "max": "204.396", "min": "203.278", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "110.891", "max": "115.718", "min": "105.184", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "87.447", "max": "94.887", "min": "85.32", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "217.84", "max": "224.91", "min": "214.594", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "26.285", "max": "26.592", "min": "26.039", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "98.655", "max": "104.869", "min": "96.792", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "213.752", "max": "222.131", "min": "212.851", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "105.821", "max": "106.384", "min": "105.459", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "164.172", "max": "172.563", "min": "161.424", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "307.346", "max": "319.329", "min": "295.236", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "130.122", "max": "130.122", "min": "130.122", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "164.011", "max": "171.527", "min": "162.441", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "178.97", "max": "185.528", "min": "178.36", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "259.315", "max": "260.01", "min": "259.008", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "170.87", "max": "178.572", "min": "163.112", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "187.391", "max": "194.881", "min": "185.586", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "341.611", "max": "343.499", "min": "341.298", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "271.86", "max": "278.769", "min": "268.435", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "105.711", "max": "114.877", "min": "104.803", "id": "213", "country": "Colombia", "source_name": "Bogota", "destination_name": "Lansing", "destination_id": "295" } } }, "220": { "name": "La Ceiba", "data": { "0": { "avg": "132.621", "max": "139.339", "min": "131.814", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "217.946", "max": "220.655", "min": "217.465", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "15.593", "max": "20.906", "min": "14.555", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "102.61", "max": "110.796", "min": "101.379", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "81.174", "max": "93.625", "min": "80.014", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "178.656", "max": "184.888", "min": "178.142", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "89.605", "max": "111.198", "min": "86.579", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "224.511", "max": "241.24", "min": "221.455", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "117.08", "max": "126.224", "min": "116.224", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "99.052", "max": "102.575", "min": "98.285", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "73.457", "max": "76.306", "min": "72.815", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "44.09", "max": "61.04", "min": "42.518", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "4.722", "max": "10.398", "min": "4.128", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "12.244", "max": "18.854", "min": "11.109", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "35.136", "max": "41.872", "min": "34.627", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "11.579", "max": "30.207", "min": "10.009", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "106.219", "max": "110.364", "min": "105.048", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "19.367", "max": "21.474", "min": "18.913", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "91.645", "max": "97.321", "min": "90.813", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "107.688", "max": "115.179", "min": "107.161", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "218.669", "max": "220.646", "min": "218.289", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "24.449", "max": "25.532", "min": "24.147", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "74.623", "max": "79.78", "min": "72.97", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "72.841", "max": "86.699", "min": "71.604", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "102.692", "max": "107.571", "min": "101.17", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "89.227", "max": "101.743", "min": "87.746", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "97.764", "max": "109.475", "min": "96.846", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "114.81", "max": "118.388", "min": "114.018", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "92.506", "max": "96.946", "min": "91.428", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "70.666", "max": "76.998", "min": "69.54", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "259.896", "max": "264.406", "min": "259.213", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "115.733", "max": "125.778", "min": "114.366", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "70.605", "max": "74.135", "min": "69.901", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "130.141", "max": "135.449", "min": "129.209", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "107.514", "max": "114.115", "min": "105.618", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "243.386", "max": "251.155", "min": "242.426", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "68.071", "max": "70.521", "min": "67.642", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "57.094", "max": "66.491", "min": "56.102", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "42.499", "max": "45.16", "min": "42.083", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "14.274", "max": "22.974", "min": "13.382", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "220.009", "max": "225.798", "min": "217.337", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "84.832", "max": "90.94", "min": "83.278", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "115.621", "max": "121.53", "min": "114.78", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "104.256", "max": "111.845", "min": "103.462", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "216.855", "max": "223.503", "min": "216.137", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "107.332", "max": "114.174", "min": "106.059", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "102.813", "max": "124.43", "min": "101.183", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "87.884", "max": "93.35", "min": "87.255", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "169.321", "max": "171.352", "min": "168.832", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "50.257", "max": "52.201", "min": "49.667", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "11.963", "max": "18.373", "min": "11.335", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "70.183", "max": "76.137", "min": "69.577", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "127.391", "max": "144.637", "min": "114.461", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "34.411", "max": "49.73", "min": "32.995", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "239.448", "max": "260.51", "min": "232.852", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "274.834", "max": "278.161", "min": "274.233", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "117.186", "max": "130.418", "min": "115.075", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "216.241", "max": "224.119", "min": "214.791", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "122.305", "max": "137.525", "min": "120.219", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "103.895", "max": "106.673", "min": "103.566", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "128.355", "max": "140.4", "min": "126.792", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "136.492", "max": "195.85", "min": "129.602", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "269.623", "max": "327.819", "min": "259.04", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "282.863", "max": "289.588", "min": "280.975", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "124.85", "max": "139.238", "min": "123.036", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "129.588", "max": "134.623", "min": "128.886", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "6.106", "max": "8.442", "min": "5.483", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "127.432", "max": "145.273", "min": "125.74", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "135.985", "max": "146.137", "min": "133.7", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "47.207", "max": "61.404", "min": "45.842", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "227.449", "max": "234.973", "min": "226.766", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "69.679", "max": "79.261", "min": "67.6", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "78.302", "max": "83.658", "min": "77.615", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "26.561", "max": "33.595", "min": "25.624", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "111.386", "max": "117.232", "min": "110.432", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "83.857", "max": "95.661", "min": "81.369", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "19.627", "max": "21.051", "min": "19.174", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "74.94", "max": "80.905", "min": "73.898", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "21.689", "max": "33.836", "min": "20.426", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "23.376", "max": "35.399", "min": "21.511", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "74.177", "max": "78.72", "min": "73.678", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "20.837", "max": "26.437", "min": "18.949", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "267.666", "max": "270.825", "min": "266.492", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "246.305", "max": "253.722", "min": "245.248", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "52.984", "max": "61.647", "min": "52.13", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "148.774", "max": "150.865", "min": "148.014", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "87.861", "max": "97.383", "min": "86.598", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "37.254", "max": "49.215", "min": "36.495", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "28.395", "max": "36.008", "min": "27.723", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "78.461", "max": "84.979", "min": "77.656", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "33.13", "max": "41.338", "min": "32.053", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "73.949", "max": "80.298", "min": "73.465", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "100.316", "max": "104.754", "min": "99.647", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "200.525", "max": "212.227", "min": "198.459", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "14.331", "max": "18.863", "min": "13.494", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "51.49", "max": "61.084", "min": "50.117", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "81.351", "max": "85.154", "min": "80.831", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "64.177", "max": "91.646", "min": "61.296", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "76.361", "max": "82.806", "min": "75.079", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "22.784", "max": "25.903", "min": "22.203", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "32.313", "max": "37.281", "min": "31.43", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "78.709", "max": "84.679", "min": "76.811", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "129.492", "max": "136.365", "min": "128.579", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "228.514", "max": "250.265", "min": "225.239", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "28.983", "max": "39.076", "min": "27.528", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "205.841", "max": "211.742", "min": "205.062", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "96.135", "max": "104.994", "min": "94.174", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "10.051", "max": "16.801", "min": "9.203", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "24.449", "max": "34.916", "min": "22.688", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "210.492", "max": "220.386", "min": "208.38", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "224.431", "max": "228.057", "min": "217.093", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "203.126", "max": "216.995", "min": "202.109", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "5.046", "max": "17.353", "min": "4.127", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "208.05", "max": "230.376", "min": "205.004", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "453.821", "max": "567.528", "min": "276.397", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "235.865", "max": "361.788", "min": "142.37", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "224.781", "max": "232.08", "min": "223.392", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "181.926", "max": "210.568", "min": "176.79", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "47.829", "max": "57.269", "min": "46.903", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "41.372", "max": "45.584", "min": "40.47", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "47.062", "max": "50.443", "min": "46.495", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "121.448", "max": "276.171", "min": "32.967", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "156.638", "max": "161.353", "min": "155.244", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "109.118", "max": "140.857", "min": "107.089", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "109.767", "max": "115.284", "min": "108.876", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "109.863", "max": "117.769", "min": "108.358", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "4.528", "max": "11.1", "min": "3.884", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "219.304", "max": "225.541", "min": "218.141", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "176.588", "max": "189.119", "min": "175.688", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "101.164", "max": "112.035", "min": "99.981", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "25.545", "max": "32.466", "min": "24.264", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "25.855", "max": "35.038", "min": "24.841", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "34.599", "max": "38.324", "min": "33.915", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "218.103", "max": "233.047", "min": "215.915", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "51.203", "max": "62.231", "min": "50.306", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "12.453", "max": "26.493", "min": "11.068", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "56.569", "max": "98.758", "min": "53.112", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "48.252", "max": "52.955", "min": "47.765", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "35.437", "max": "48.273", "min": "32.98", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "14.682", "max": "39.233", "min": "10.63", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "101.645", "max": "103.018", "min": "101.231", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "261.085", "max": "266.667", "min": "260.166", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "110.968", "max": "119.321", "min": "109.524", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "102.636", "max": "106.609", "min": "102.042", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "109.728", "max": "114.148", "min": "108.802", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "93.356", "max": "98.582", "min": "92.562", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "128.958", "max": "141.495", "min": "127.664", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "252.853", "max": "261.107", "min": "251.568", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "73.176", "max": "80.296", "min": "72.349", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "77.34", "max": "94.272", "min": "75.496", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "90.24", "max": "116.078", "min": "87.238", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "185.531", "max": "203.661", "min": "182.937", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "130.065", "max": "136.464", "min": "129.047", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "90.018", "max": "97.716", "min": "87.931", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "16.964", "max": "26.073", "min": "16.13", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "78.777", "max": "84.538", "min": "77.629", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "112.232", "max": "131.591", "min": "108.148", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "222.648", "max": "269.768", "min": "213.65", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "44.286", "max": "53.737", "min": "43.405", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "169.945", "max": "251.363", "min": "161.223", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "44.376", "max": "54.445", "min": "43.139", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "484.2", "max": "492.023", "min": "482.644", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "112.121", "max": "117.415", "min": "111.39", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "5.459", "max": "21.805", "min": "3.726", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "184.717", "max": "204.388", "min": "182.508", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "241.384", "max": "243.565", "min": "240.948", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "168.996", "max": "172.438", "min": "168.442", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "58.005", "max": "67.077", "min": "56.7", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "253.132", "max": "267.084", "min": "239.616", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "15.099", "max": "20.924", "min": "14.21", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "16.741", "max": "23.717", "min": "16.192", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "103.474", "max": "111.316", "min": "102.394", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "271.377", "max": "273.615", "min": "270.993", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "86.954", "max": "109.74", "min": "85.032", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "98.025", "max": "115.774", "min": "96.268", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "108.409", "max": "114.489", "min": "106.956", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "101.671", "max": "109.843", "min": "99.806", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "76.621", "max": "79.018", "min": "75.941", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "148.408", "max": "179.482", "min": "144.712", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "122.523", "max": "130.051", "min": "122.076", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "126.54", "max": "142.612", "min": "125.075", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "139.251", "max": "146.036", "min": "137.546", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "85.325", "max": "87.491", "min": "84.624", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "99.03", "max": "114.261", "min": "96.843", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "82.038", "max": "89.571", "min": "81.139", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "111.056", "max": "122.497", "min": "110.314", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "136.915", "max": "144.756", "min": "135.814", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "106.944", "max": "130.427", "min": "103.458", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "105.017", "max": "117.757", "min": "89.079", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "74.281", "max": "78.577", "min": "73.689", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "136.767", "max": "140.925", "min": "135.611", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "112.397", "max": "121.116", "min": "109.987", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "131.777", "max": "147.816", "min": "129.431", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "79.449", "max": "83.378", "min": "78.681", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "271.764", "max": "279.401", "min": "270.696", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "100.111", "max": "105.019", "min": "99.716", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "109.896", "max": "112.258", "min": "109.37", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "116.945", "max": "120.77", "min": "116.265", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "89.432", "max": "97.724", "min": "87.014", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "132.967", "max": "143.091", "min": "131.718", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "82.067", "max": "95.486", "min": "79.131", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "83.767", "max": "89.722", "min": "83.159", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "81.988", "max": "86.503", "min": "81.575", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "232.979", "max": "247.845", "min": "231.644", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "0.05", "max": "0.08", "min": "0.011", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "233.119", "max": "250.008", "min": "224.818", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "250.204", "max": "257.312", "min": "249.034", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "82.686", "max": "86.411", "min": "82.105", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "223.953", "max": "232.496", "min": "222.648", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "78.927", "max": "85.681", "min": "78.08", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "110.672", "max": "118.862", "min": "109.041", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "138.147", "max": "149.225", "min": "136.505", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "78.975", "max": "89.179", "min": "77.506", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "81.639", "max": "92.037", "min": "80.287", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "26.462", "max": "30.568", "min": "25.695", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "38.071", "max": "41.883", "min": "37.557", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "237.759", "max": "240.375", "min": "237.306", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "11.525", "max": "23.953", "min": "10.146", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "102.753", "max": "108.026", "min": "101.902", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "15.407", "max": "23.705", "min": "13.936", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "113.688", "max": "124.006", "min": "112.068", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "160.123", "max": "161.492", "min": "159.649", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "51.147", "max": "58.141", "min": "47.342", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "97.748", "max": "113.219", "min": "95.935", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "119.663", "max": "139.834", "min": "116.285", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "77.558", "max": "109.311", "min": "74.082", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "211.82", "max": "215.385", "min": "211.098", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "160.764", "max": "169.521", "min": "159.215", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "168.2", "max": "177.637", "min": "166.983", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "122.224", "max": "126.47", "min": "121.709", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "87.317", "max": "96.832", "min": "85.545", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "133.668", "max": "152.628", "min": "131.896", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "16.408", "max": "28.23", "min": "14.999", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "15.089", "max": "17.592", "min": "14.312", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "138.567", "max": "143.69", "min": "136.559", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "99.389", "max": "102.43", "min": "98.538", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "16.996", "max": "29.343", "min": "15.038", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "140.548", "max": "143.069", "min": "139.988", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "36.386", "max": "51.768", "min": "34.206", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "88.566", "max": "105.508", "min": "86.885", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "233.817", "max": "244.885", "min": "221.406", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "105.555", "max": "105.555", "min": "105.555", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "79.431", "max": "87.82", "min": "78.837", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "103.853", "max": "121.877", "min": "101.924", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "173.082", "max": "197.695", "min": "168.663", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "93.399", "max": "105.857", "min": "83.47", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "109.592", "max": "135.013", "min": "106.936", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "208.797", "max": "232.694", "min": "207.14", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "174.704", "max": "176.891", "min": "174.081", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "33.158", "max": "43.719", "min": "32.009", "id": "220", "country": "Honduras", "source_name": "La Ceiba", "destination_name": "Lansing", "destination_id": "295" } } }, "238": { "name": "Brasilia", "data": { "0": { "avg": "68.213", "max": "68.389", "min": "68.09", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "353.938", "max": "355.057", "min": "353.603", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "142.756", "max": "182.332", "min": "141.157", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "231.569", "max": "238.168", "min": "230.648", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "236.512", "max": "277.104", "min": "234.829", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "318.72", "max": "319.565", "min": "318.497", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "207.969", "max": "290.839", "min": "204.797", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "362.339", "max": "369.124", "min": "361.464", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "255.747", "max": "256.733", "min": "255.468", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "258.346", "max": "271.895", "min": "256.838", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "224.714", "max": "225.29", "min": "224.47", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "161.602", "max": "162.029", "min": "161.449", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "156.43", "max": "156.744", "min": "156.192", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "136.628", "max": "137.161", "min": "136.427", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "121.887", "max": "127.272", "min": "121.41", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "135.101", "max": "135.654", "min": "134.669", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "220.303", "max": "220.608", "min": "220.034", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "140.679", "max": "141.094", "min": "140.521", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "210.382", "max": "213.858", "min": "210.076", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "252.927", "max": "267.363", "min": "252.317", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "358.217", "max": "359.877", "min": "358.038", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "182.648", "max": "372.077", "min": "175.18", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "209.026", "max": "227.847", "min": "192.046", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "199.133", "max": "203.463", "min": "198.811", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "233.667", "max": "428.676", "min": "225.937", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "236.656", "max": "637.294", "min": "221.752", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "209.131", "max": "209.808", "min": "208.886", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "214.599", "max": "216.35", "min": "214.263", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "221.557", "max": "221.747", "min": "221.434", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "186.379", "max": "191.604", "min": "186.031", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "376.355", "max": "419.914", "min": "373.267", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "247.719", "max": "248.987", "min": "247.409", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "184.735", "max": "205.168", "min": "183.896", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "238.646", "max": "239.918", "min": "238.401", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "247.602", "max": "248.09", "min": "247.301", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "368.198", "max": "370.724", "min": "367.861", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "176.453", "max": "176.669", "min": "176.305", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "177.42", "max": "178.115", "min": "177.227", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "148.967", "max": "149.247", "min": "148.778", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "137.6", "max": "153.612", "min": "136.578", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "335.334", "max": "343.948", "min": "334.624", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "247.542", "max": "252.467", "min": "246.983", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "253.469", "max": "255.187", "min": "253.195", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "230.114", "max": "279.825", "min": "226.678", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "374.357", "max": "375.841", "min": "374.089", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "227.513", "max": "245.359", "min": "226.4", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "259.56", "max": "618.916", "min": "247.02", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "192.928", "max": "286.063", "min": "189.563", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "45.821", "max": "56.047", "min": "44.326", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "158.897", "max": "185.183", "min": "157.218", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "135.283", "max": "135.604", "min": "135.12", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "194.439", "max": "241.511", "min": "190.022", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "247.376", "max": "337.074", "min": "237.704", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "157.825", "max": "158.202", "min": "157.598", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "344", "max": "367.981", "min": "338.773", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "371.932", "max": "372.424", "min": "371.634", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "243.004", "max": "248.299", "min": "242.144", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "366.946", "max": "367.508", "min": "366.795", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "282.562", "max": "285.71", "min": "282.195", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "222.684", "max": "500.786", "min": "212.876", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "261.665", "max": "264.652", "min": "261.133", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "252.374", "max": "305.223", "min": "247.82", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "370.892", "max": "459.527", "min": "363.783", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "403.985", "max": "405.658", "min": "403.625", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "241.773", "max": "242.38", "min": "241.265", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "243.419", "max": "247.386", "min": "243.072", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "140.843", "max": "151.131", "min": "140.235", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "263.975", "max": "269.59", "min": "263.408", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "180.769", "max": "183.749", "min": "179.987", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "179.828", "max": "180.333", "min": "179.669", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "392.102", "max": "394.957", "min": "391.706", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "176.593", "max": "179.609", "min": "176.175", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "177.963", "max": "420.617", "min": "163.712", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "140.603", "max": "145.752", "min": "139.902", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "278.556", "max": "280.003", "min": "278.31", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "228.457", "max": "444.251", "min": "220.54", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "166.941", "max": "586.361", "min": "152.053", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "199.298", "max": "258.304", "min": "193.54", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "149.41", "max": "151.322", "min": "149.044", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "142.987", "max": "143.214", "min": "142.733", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "184.032", "max": "184.445", "min": "183.724", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "143.047", "max": "144.715", "min": "142.716", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "391.393", "max": "769.371", "min": "376.66", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "391.222", "max": "892.889", "min": "373.548", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "190.311", "max": "190.971", "min": "190.16", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "257.637", "max": "304.475", "min": "255.644", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "220.649", "max": "226.039", "min": "220.045", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "128.941", "max": "134.391", "min": "127.808", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "164.296", "max": "189.56", "min": "162.522", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "200.139", "max": "204.443", "min": "199.495", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "179.007", "max": "627.889", "min": "162.89", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "192.017", "max": "194.032", "min": "191.579", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "228.267", "max": "228.514", "min": "228.155", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "365.605", "max": "384.239", "min": "336.119", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "150.014", "max": "151.081", "min": "149.706", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "131.429", "max": "132.33", "min": "131.135", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "170.755", "max": "176.779", "min": "170.263", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "152.722", "max": "161.103", "min": "151.657", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "190.02", "max": "190.307", "min": "189.874", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "169.501", "max": "267.37", "min": "162.865", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "168.988", "max": "169.485", "min": "168.863", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "200.632", "max": "203.726", "min": "200.326", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "281.145", "max": "281.333", "min": "280.93", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "365.241", "max": "375.322", "min": "364.133", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "159.35", "max": "160.111", "min": "159.122", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "344.069", "max": "344.693", "min": "343.862", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "108.22", "max": "187.703", "min": "103.121", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "147.903", "max": "150.424", "min": "147.66", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "172.33", "max": "633.811", "min": "156.226", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "369.036", "max": "371.02", "min": "368.691", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "340.132", "max": "341.822", "min": "339.945", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "347.192", "max": "413.776", "min": "342.33", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "129.247", "max": "129.872", "min": "129.084", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "318.095", "max": "360.923", "min": "315.951", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "577.18", "max": "695.081", "min": "388.604", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "367.894", "max": "674.735", "min": "278.896", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "351.92", "max": "432.856", "min": "347.899", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "290.343", "max": "298.431", "min": "289.825", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "167.378", "max": "167.637", "min": "167.243", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "152.338", "max": "156.75", "min": "151.721", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "162.826", "max": "164.133", "min": "162.494", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "252.494", "max": "597.503", "min": "159.338", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "19.823", "max": "75.487", "min": "17.608", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "232.923", "max": "290.4", "min": "230.081", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "267.527", "max": "268.027", "min": "267.383", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "236.376", "max": "237.771", "min": "235.811", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "147.338", "max": "189.462", "min": "144.854", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "358.056", "max": "358.717", "min": "357.678", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "339.633", "max": "340.268", "min": "339.37", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "248.908", "max": "250.182", "min": "248.701", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "168.797", "max": "483.398", "min": "156.773", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "151.357", "max": "324.583", "min": "145.158", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "154.799", "max": "155.357", "min": "154.539", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "356.519", "max": "357.795", "min": "355.88", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "176.657", "max": "523.746", "min": "164.445", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "162.203", "max": "163.427", "min": "161.961", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "170.981", "max": "177.865", "min": "169.699", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "186.54", "max": "187.276", "min": "186.326", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "159.68", "max": "171.256", "min": "159.093", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "135.161", "max": "151.633", "min": "134.393", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "258.71", "max": "258.925", "min": "258.544", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "377.742", "max": "380.214", "min": "377.184", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "236.534", "max": "240.688", "min": "236.112", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "215.26", "max": "215.598", "min": "215.017", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "229.821", "max": "273.103", "min": "227.846", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "254.542", "max": "265.586", "min": "231.466", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "250.473", "max": "713.684", "min": "234.33", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "345.87", "max": "687.484", "min": "333.93", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "197.903", "max": "200.303", "min": "197.586", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "198.238", "max": "198.54", "min": "198.085", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "216.497", "max": "223.711", "min": "215.614", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "320.312", "max": "337.181", "min": "306.817", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "252.799", "max": "323.082", "min": "250.11", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "215.062", "max": "263.881", "min": "211.76", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "142.279", "max": "177.673", "min": "139.926", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "188.57", "max": "189.027", "min": "188.204", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "232.798", "max": "234.078", "min": "232.398", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "368.351", "max": "709.036", "min": "340.135", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "169.289", "max": "169.548", "min": "169.074", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "51.003", "max": "141.17", "min": "44.867", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "158.69", "max": "159.537", "min": "158.457", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "619.965", "max": "620.627", "min": "619.549", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "233.938", "max": "235.144", "min": "233.595", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "126.042", "max": "126.389", "min": "125.891", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "331.595", "max": "332.68", "min": "331.356", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "380.927", "max": "616.732", "min": "372.665", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "300.155", "max": "301.542", "min": "299.936", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "175.415", "max": "176.004", "min": "175.166", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "405.731", "max": "414.191", "min": "383.389", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "137.049", "max": "142.964", "min": "136.686", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "148.761", "max": "149.481", "min": "148.562", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "224.12", "max": "225.709", "min": "223.726", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "442.918", "max": "443.853", "min": "442.67", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "216.337", "max": "480.562", "min": "202.199", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "219.686", "max": "223.2", "min": "219.276", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "243.274", "max": "755.685", "min": "224.177", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "210.037", "max": "232.146", "min": "208.851", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "201.834", "max": "250.946", "min": "199.792", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "283.221", "max": "599.587", "min": "272.023", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "226.588", "max": "227.974", "min": "226.264", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "265.502", "max": "267.039", "min": "265.326", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "234.871", "max": "263.499", "min": "233.758", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "205.684", "max": "258.318", "min": "203.505", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "245.091", "max": "245.306", "min": "244.983", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "229.749", "max": "229.939", "min": "229.598", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "256.564", "max": "258.259", "min": "256.343", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "266.157", "max": "340.212", "min": "263.395", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "224.15", "max": "228.348", "min": "222.94", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "254.463", "max": "322.316", "min": "232.233", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "189.282", "max": "189.88", "min": "189.036", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "263.501", "max": "266.256", "min": "263.22", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "225.86", "max": "235.776", "min": "225.223", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "279.523", "max": "361.204", "min": "274.194", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "200.881", "max": "208.203", "min": "200.216", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "409.307", "max": "424.64", "min": "408.581", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "254.554", "max": "310.925", "min": "252.278", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "236.583", "max": "301.684", "min": "229.518", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "267.125", "max": "541.246", "min": "253.6", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "195.12", "max": "202.096", "min": "193.2", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "263.742", "max": "264.076", "min": "263.566", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "202.367", "max": "208.275", "min": "201.856", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "205.07", "max": "256.544", "min": "203.02", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "205.645", "max": "290.583", "min": "202.238", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "347.266", "max": "350", "min": "346.931", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "160.521", "max": "162.792", "min": "159.991", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "373.815", "max": "375.994", "min": "366.818", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "355.491", "max": "355.966", "min": "355.303", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "211.179", "max": "470.421", "min": "199.997", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "350.349", "max": "352.179", "min": "350.085", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "201.644", "max": "203.071", "min": "201.24", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "268.259", "max": "327.457", "min": "251.751", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "248.21", "max": "249.025", "min": "247.604", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "199.863", "max": "201.674", "min": "199.331", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "202.363", "max": "204.473", "min": "201.906", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "155.573", "max": "155.806", "min": "155.478", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "159.415", "max": "197.861", "min": "157.969", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "387.732", "max": "476.326", "min": "384.341", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "131.297", "max": "131.535", "min": "131.194", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "250.099", "max": "250.39", "min": "249.943", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "180.486", "max": "181.585", "min": "180.299", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "231.347", "max": "231.79", "min": "231.127", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "0.031", "max": "0.055", "min": "0.025", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "165.22", "max": "222.812", "min": "159.878", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "226.114", "max": "226.532", "min": "225.92", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "253.982", "max": "255.682", "min": "253.328", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "189.301", "max": "198.527", "min": "188", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "178.324", "max": "247.713", "min": "174.666", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "296.329", "max": "296.715", "min": "296.134", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "292.45", "max": "293.165", "min": "292.215", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "239.099", "max": "240.936", "min": "238.778", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "205.152", "max": "205.377", "min": "204.906", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "240.704", "max": "262.045", "min": "238.988", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "142.411", "max": "154.597", "min": "141.127", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "144.585", "max": "165.296", "min": "143.565", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "261.682", "max": "273.063", "min": "259.627", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "174.513", "max": "176.332", "min": "173.128", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "150.744", "max": "300.844", "min": "144.581", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "269.051", "max": "678.156", "min": "254.714", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "150.966", "max": "151.163", "min": "150.79", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "212.26", "max": "260.198", "min": "210.345", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "421.938", "max": "422.635", "min": "420.804", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "235.896", "max": "235.896", "min": "235.896", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "215.388", "max": "215.677", "min": "215.281", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "232.765", "max": "244.582", "min": "231.912", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "315.308", "max": "585.208", "min": "305.782", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "233.224", "max": "549.908", "min": "212.446", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "232.041", "max": "283.634", "min": "228.16", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "353.575", "max": "354.929", "min": "353.215", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "267.546", "max": "269.763", "min": "266.939", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "164.055", "max": "245.905", "min": "157.882", "id": "238", "country": "Brazil", "source_name": "Brasilia", "destination_name": "Lansing", "destination_id": "295" } } }, "242": { "name": "Caracas", "data": { "0": { "avg": "167.834", "max": "171.915", "min": "166.797", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "252", "max": "271.151", "min": "250.223", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "92.796", "max": "93.494", "min": "92.441", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "165.291", "max": "168.193", "min": "164.492", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "145.558", "max": "148.28", "min": "143.695", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "225.102", "max": "228.632", "min": "224.658", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "162.561", "max": "171.056", "min": "160.286", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "261.725", "max": "271.996", "min": "259.852", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "191.653", "max": "198.105", "min": "190.143", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "178.378", "max": "181.037", "min": "176.527", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "159.34", "max": "164.082", "min": "157.405", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "73.843", "max": "78.944", "min": "72.936", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "81.523", "max": "85.344", "min": "80.487", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "78.956", "max": "80.246", "min": "78.44", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "41.84", "max": "55.121", "min": "39.945", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "71.344", "max": "74.805", "min": "69.972", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "162.155", "max": "166.86", "min": "161.132", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "70.812", "max": "73.022", "min": "69.879", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "154.611", "max": "156.345", "min": "154.194", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "162.941", "max": "166.763", "min": "161.72", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "256.972", "max": "258.908", "min": "256.421", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "82.68", "max": "111.448", "min": "81.449", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "105.782", "max": "110.247", "min": "104.639", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "129.103", "max": "132.179", "min": "128.352", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "180.53", "max": "182.454", "min": "179.546", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "166.26", "max": "169.273", "min": "165.547", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "154.476", "max": "157.743", "min": "153.22", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "176.663", "max": "180.607", "min": "175.136", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "149.012", "max": "149.733", "min": "148.442", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "109.955", "max": "112.068", "min": "109.221", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "280.836", "max": "282.71", "min": "280.102", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "172.018", "max": "174.148", "min": "171.212", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "96.791", "max": "102.655", "min": "94.556", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "194.185", "max": "199.586", "min": "191.028", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "166.413", "max": "168.489", "min": "165.506", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "299.49", "max": "318.519", "min": "297.24", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "109.209", "max": "117.756", "min": "108.421", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "100.774", "max": "101.913", "min": "100.422", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "69.217", "max": "72.877", "min": "68.705", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "69.78", "max": "73.952", "min": "68.5", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "286.922", "max": "291.326", "min": "285.961", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "155.511", "max": "162.837", "min": "154.263", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "185.916", "max": "189.09", "min": "185.027", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "181.638", "max": "188.834", "min": "179.773", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "290.666", "max": "295.807", "min": "289.474", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "181.619", "max": "183.491", "min": "180.272", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "172.001", "max": "173.501", "min": "171.063", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "129.816", "max": "136.59", "min": "123.048", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "172.141", "max": "174.878", "min": "170.308", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "80.724", "max": "87.709", "min": "79.419", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "79.929", "max": "83.364", "min": "78.98", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "117.11", "max": "119.983", "min": "116.269", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "182.027", "max": "275.189", "min": "160.06", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "81.946", "max": "87.816", "min": "80.116", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "295.2", "max": "320.326", "min": "289.662", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "300.652", "max": "308.371", "min": "299.846", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "178.22", "max": "182.442", "min": "176.096", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "261.787", "max": "262.796", "min": "261.474", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "186.311", "max": "189.269", "min": "184.437", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "158.027", "max": "160.629", "min": "156.708", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "204.743", "max": "208.972", "min": "203.602", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "206.063", "max": "265.714", "min": "200.065", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "305.224", "max": "310.503", "min": "303.744", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "314.014", "max": "330.085", "min": "312.7", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "195.264", "max": "199.408", "min": "194.309", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "173.4", "max": "174.761", "min": "172.645", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "72.756", "max": "77.198", "min": "71.288", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "179.173", "max": "181.403", "min": "178.226", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "172.232", "max": "205.153", "min": "169.602", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "95.748", "max": "98.077", "min": "94.769", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "256.555", "max": "259.76", "min": "255.668", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "104.719", "max": "107.572", "min": "103.662", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "92.393", "max": "94.938", "min": "91.527", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "72.196", "max": "75.794", "min": "71.323", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "209.37", "max": "212.971", "min": "208.48", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "150.387", "max": "154.012", "min": "149.482", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "72.827", "max": "93.052", "min": "71.491", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "116.383", "max": "122.308", "min": "114.052", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "84.616", "max": "91.053", "min": "83.623", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "95.024", "max": "100.553", "min": "94.106", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "122.197", "max": "129.566", "min": "120.874", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "85.113", "max": "88.901", "min": "83.834", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "344.25", "max": "366.558", "min": "323.484", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "286.516", "max": "289.05", "min": "285.86", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "104.746", "max": "108.015", "min": "103.484", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "218.537", "max": "220.557", "min": "217.738", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "153.62", "max": "156.308", "min": "152.79", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "47.825", "max": "51.901", "min": "47.006", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "98.787", "max": "100.61", "min": "97.664", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "152.784", "max": "156.069", "min": "150.922", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "90.987", "max": "99.437", "min": "89.675", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "108.944", "max": "109.718", "min": "108.537", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "187.852", "max": "200.156", "min": "186.03", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "250.3", "max": "251.093", "min": "249.82", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "90.679", "max": "95.507", "min": "89.347", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "54.597", "max": "59.677", "min": "53.896", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "84.961", "max": "88.653", "min": "84.016", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "70.062", "max": "86.018", "min": "68.049", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "109.775", "max": "114.59", "min": "108.144", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "83.519", "max": "86.508", "min": "82.08", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "90.696", "max": "92.993", "min": "89.99", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "136.439", "max": "137.321", "min": "135.974", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "188.599", "max": "193.559", "min": "187.769", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "283.015", "max": "294.807", "min": "280.683", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "87.196", "max": "90.747", "min": "86.363", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "240.68", "max": "242.717", "min": "240.204", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "103.426", "max": "116.403", "min": "102.133", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "71.602", "max": "83.919", "min": "70.559", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "72.861", "max": "77.319", "min": "70.955", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "272.42", "max": "275.669", "min": "271.447", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "322.989", "max": "327.327", "min": "320.71", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "234.77", "max": "239.631", "min": "234.131", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "73.218", "max": "80.764", "min": "67.762", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "271.554", "max": "307.392", "min": "269.159", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "504.261", "max": "622.526", "min": "324.145", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "288.056", "max": "377.71", "min": "206.67", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "288.988", "max": "299.621", "min": "287.02", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "205.971", "max": "207.903", "min": "204.794", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "78.22", "max": "81.413", "min": "77.145", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "84.811", "max": "87.75", "min": "84.161", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "92.951", "max": "93.446", "min": "92.484", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "157.394", "max": "304.893", "min": "78.317", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "146.465", "max": "149.984", "min": "145.314", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "194.904", "max": "233.049", "min": "191.093", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "186.765", "max": "188.801", "min": "185.628", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "176.302", "max": "182.015", "min": "174.664", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "72.247", "max": "77.747", "min": "71.023", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "285.67", "max": "290.008", "min": "284.578", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "273.436", "max": "275.028", "min": "272.686", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "153.239", "max": "156.545", "min": "152.295", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "83.984", "max": "84.971", "min": "83.719", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "79.35", "max": "81.375", "min": "78.814", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "103.499", "max": "105.134", "min": "103.11", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "251.02", "max": "324.712", "min": "246.591", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "81.685", "max": "87.115", "min": "81.156", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "73.507", "max": "79.678", "min": "72.776", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "92.383", "max": "101.121", "min": "90.257", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "81.423", "max": "84.092", "min": "80.636", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "87.051", "max": "96.651", "min": "85.564", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "71.161", "max": "76.406", "min": "69.3", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "163.96", "max": "165.707", "min": "163.367", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "313.746", "max": "314.82", "min": "312.911", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "190.659", "max": "193.686", "min": "189.969", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "173.593", "max": "176.375", "min": "172.514", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "165.113", "max": "171.267", "min": "164.25", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "151.451", "max": "161.013", "min": "150.142", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "179.842", "max": "183.135", "min": "178.806", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "278.137", "max": "294.633", "min": "276.513", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "147.065", "max": "151.386", "min": "145.555", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "141.299", "max": "144.628", "min": "140.832", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "153.084", "max": "155.73", "min": "151.369", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "227.304", "max": "229.685", "min": "225.967", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "176.082", "max": "179.404", "min": "174.496", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "153.174", "max": "155.937", "min": "152.672", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "78.951", "max": "81.316", "min": "77.833", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "128.9", "max": "133.11", "min": "126.844", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "210.291", "max": "216.208", "min": "208.371", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "339.244", "max": "386.347", "min": "330.756", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "101.431", "max": "103.428", "min": "100.893", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "174.106", "max": "273.545", "min": "167.569", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "103.468", "max": "126.114", "min": "101.081", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "517.717", "max": "521.376", "min": "516.153", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "187.951", "max": "192.828", "min": "186.376", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "67.38", "max": "68.114", "min": "67.041", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "256.176", "max": "271.872", "min": "254.014", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "306.793", "max": "308.771", "min": "305.207", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "230.521", "max": "233.928", "min": "229.365", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "89.333", "max": "91.656", "min": "88.77", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "353.421", "max": "360.145", "min": "334.619", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "82.848", "max": "90.052", "min": "81.021", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "76.14", "max": "81.57", "min": "75.094", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "153.123", "max": "156.477", "min": "152.453", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "348.73", "max": "351.178", "min": "347.577", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "154.359", "max": "156.469", "min": "153.526", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "178.118", "max": "183.607", "min": "175.949", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "162.277", "max": "170.951", "min": "160.592", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "161.048", "max": "166.504", "min": "159.624", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "142.078", "max": "146.363", "min": "141.196", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "202.451", "max": "205.564", "min": "201.533", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "165.262", "max": "166.81", "min": "164.81", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "227.963", "max": "454.685", "min": "209.922", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "178.498", "max": "183.302", "min": "177.697", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "170.141", "max": "173.168", "min": "169.649", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "148.272", "max": "153.333", "min": "146.811", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "150.91", "max": "156.205", "min": "148.508", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "165.032", "max": "166.283", "min": "164.213", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "204.204", "max": "208.044", "min": "202.708", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "169.228", "max": "188.984", "min": "166.911", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "186.967", "max": "240.039", "min": "162.884", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "153.729", "max": "154.34", "min": "153.342", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "192.36", "max": "195.729", "min": "191.193", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "180.378", "max": "187.656", "min": "178.12", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "193.022", "max": "194.76", "min": "192.068", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "158.249", "max": "163.452", "min": "157.207", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "338.675", "max": "381.212", "min": "335.811", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "162.097", "max": "166.524", "min": "160.723", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "158.551", "max": "191.993", "min": "154.143", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "174.574", "max": "176.688", "min": "173.709", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "132.559", "max": "142.094", "min": "125.877", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "196.782", "max": "199.74", "min": "196.009", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "159.445", "max": "167.741", "min": "157.031", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "162.995", "max": "166.237", "min": "161.929", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "170.472", "max": "174.663", "min": "168.588", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "345.792", "max": "347.989", "min": "344.945", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "75.811", "max": "79.283", "min": "74.268", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "340.619", "max": "348.975", "min": "335.511", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "276.761", "max": "278.737", "min": "275.141", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "152.065", "max": "158.184", "min": "150.245", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "297.656", "max": "299.741", "min": "297.002", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "143.763", "max": "160.254", "min": "132.215", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "168.487", "max": "172.393", "min": "167.193", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "205.374", "max": "226.759", "min": "203.557", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "148.431", "max": "149.927", "min": "147.715", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "158.674", "max": "160.484", "min": "157.631", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "88.312", "max": "124.779", "min": "85.701", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "81.068", "max": "86.516", "min": "79.321", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "281.044", "max": "314.422", "min": "279.326", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "156.248", "max": "164.198", "min": "152.69", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "177.417", "max": "180.849", "min": "176.35", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "84.731", "max": "85.273", "min": "84.496", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "162.161", "max": "164.279", "min": "161.462", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "188.843", "max": "191.666", "min": "188.215", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "85.043", "max": "88.066", "min": "81.458", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "168.205", "max": "196.236", "min": "166.439", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "201.046", "max": "205.416", "min": "198.878", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "0.125", "max": "0.213", "min": "0.057", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "245.426", "max": "251.795", "min": "243.905", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "218.676", "max": "221.877", "min": "217.339", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "227.89", "max": "228.789", "min": "227.244", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "184.259", "max": "187.098", "min": "182.32", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "162.953", "max": "166.728", "min": "161.322", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "187.952", "max": "190.814", "min": "187.345", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "79.838", "max": "84.108", "min": "77.721", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "72.863", "max": "76.304", "min": "72.105", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "198.267", "max": "208.498", "min": "195.525", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "133.616", "max": "136.818", "min": "132.587", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "94.743", "max": "105.403", "min": "92.694", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "202.12", "max": "203.435", "min": "201.281", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "82.755", "max": "88.642", "min": "81.889", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "172.002", "max": "173.671", "min": "171.506", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "288.794", "max": "293.452", "min": "278.698", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "112.243", "max": "112.243", "min": "112.243", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "150.975", "max": "154.928", "min": "149.604", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "159.537", "max": "161.177", "min": "158.974", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "243.218", "max": "300.414", "min": "239.385", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "156.06", "max": "173.053", "min": "146.761", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "169.466", "max": "171.446", "min": "168.842", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "265.405", "max": "271.399", "min": "264.133", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "249.604", "max": "251.729", "min": "248.055", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "84.719", "max": "87.151", "min": "83.633", "id": "242", "country": "Venezuela", "source_name": "Caracas", "destination_name": "Lansing", "destination_id": "295" } } }, "254": { "name": "Quito", "data": { "0": { "avg": "99.303", "max": "100.91", "min": "98.601", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "332.1", "max": "334.988", "min": "330.732", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "106.382", "max": "108.27", "min": "105.385", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "192.403", "max": "198.316", "min": "190.993", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "162.515", "max": "168.715", "min": "161.824", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "247.203", "max": "248.89", "min": "245.958", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "176.889", "max": "177.857", "min": "175.987", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "369.535", "max": "375.71", "min": "368.088", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "200.951", "max": "202.178", "min": "199.972", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "205.483", "max": "206.905", "min": "204.655", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "165.396", "max": "166.182", "min": "164.326", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "105.437", "max": "111.223", "min": "104.212", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "97.243", "max": "97.665", "min": "97.052", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "96.367", "max": "98.078", "min": "94.985", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "69.408", "max": "70.787", "min": "68.527", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "95.16", "max": "96.301", "min": "93.938", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "174", "max": "175.905", "min": "173.732", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "85.347", "max": "98.075", "min": "82.755", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "172.487", "max": "174.055", "min": "172.071", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "189.07", "max": "190.071", "min": "188.849", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "349.543", "max": "350.354", "min": "348.369", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "105.605", "max": "106.992", "min": "105.257", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "155.97", "max": "160.205", "min": "155.519", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "159.572", "max": "161.023", "min": "158.713", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "195.364", "max": "198.193", "min": "194.621", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "184.114", "max": "184.923", "min": "183.965", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "180.962", "max": "191.435", "min": "178.905", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "197.799", "max": "199.166", "min": "196.909", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "169.006", "max": "183.243", "min": "166.715", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "147.917", "max": "149.382", "min": "147.205", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "318.282", "max": "332.829", "min": "315.631", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "196.357", "max": "198.069", "min": "195.463", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "122.552", "max": "127.331", "min": "121.778", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "203.277", "max": "204.322", "min": "202.555", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "181.126", "max": "184.008", "min": "180.055", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "311.224", "max": "313.584", "min": "310.368", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "140.283", "max": "140.888", "min": "140.036", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "137.523", "max": "139.121", "min": "136.522", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "96.028", "max": "97.592", "min": "95.77", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "93.421", "max": "94.641", "min": "93.086", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "304.169", "max": "307.576", "min": "303.643", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "168.607", "max": "183.777", "min": "165.961", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "203.664", "max": "203.985", "min": "203.445", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "221.455", "max": "238.355", "min": "203.562", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "283.535", "max": "287.836", "min": "283.202", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "189.437", "max": "194.031", "min": "188.818", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "203.201", "max": "205.959", "min": "202.041", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "32.16", "max": "36.974", "min": "31.666", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "89.203", "max": "95.321", "min": "88.496", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "129.838", "max": "130.784", "min": "129.634", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "110.104", "max": "113.405", "min": "108.829", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "146.614", "max": "147.69", "min": "145.526", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "196.272", "max": "206.757", "min": "188.245", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "132.118", "max": "134.806", "min": "131.303", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "303.217", "max": "316.264", "min": "299.564", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "338.861", "max": "340.494", "min": "338.182", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "187.482", "max": "190.83", "min": "186.064", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "296.204", "max": "297.417", "min": "294.979", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "209.118", "max": "211.946", "min": "208.097", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "158.508", "max": "159.289", "min": "158.281", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "219.762", "max": "223.397", "min": "218.626", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "224.052", "max": "265.646", "min": "220.537", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "317.6", "max": "329.899", "min": "315.902", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "341.137", "max": "341.903", "min": "340.777", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "204.375", "max": "205.539", "min": "203.311", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "190.638", "max": "196.866", "min": "189.983", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "92.277", "max": "92.629", "min": "92.042", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "213.357", "max": "216.423", "min": "209.631", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "203.387", "max": "204.575", "min": "202.236", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "127.717", "max": "130.367", "min": "127.363", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "303.374", "max": "305.005", "min": "302.248", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "138.091", "max": "138.959", "min": "137.729", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "124.699", "max": "137.308", "min": "123.106", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "97.864", "max": "105.376", "min": "96.698", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "213.569", "max": "217.211", "min": "212.57", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "168.568", "max": "170.209", "min": "167.533", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "87.158", "max": "87.691", "min": "86.765", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "146.405", "max": "147.84", "min": "145.401", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "101.932", "max": "107.746", "min": "101.496", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "105.141", "max": "108.331", "min": "103.852", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "159.99", "max": "160.299", "min": "159.682", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "117.28", "max": "119.529", "min": "116.489", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "295.07", "max": "309.658", "min": "292.23", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "287.143", "max": "287.619", "min": "286.864", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "136.144", "max": "137.047", "min": "135.769", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "221.628", "max": "222.799", "min": "221.113", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "177.303", "max": "179.51", "min": "176.107", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "70.519", "max": "71.915", "min": "70.231", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "110.272", "max": "117.225", "min": "109.075", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "167.483", "max": "172.174", "min": "166.941", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "109.23", "max": "110.711", "min": "108.423", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "122.155", "max": "122.849", "min": "121.843", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "192.634", "max": "210.575", "min": "190.188", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "263.807", "max": "268.053", "min": "263.488", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "105.445", "max": "106.396", "min": "104.322", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "76.017", "max": "88.462", "min": "73.73", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "121.32", "max": "136.914", "min": "118.987", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "93.537", "max": "115.598", "min": "90.305", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "135.693", "max": "137.007", "min": "135.203", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "107.464", "max": "109.917", "min": "107.109", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "135.158", "max": "136.188", "min": "134.639", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "157.332", "max": "161.158", "min": "156.282", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "206.059", "max": "207.102", "min": "204.869", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "327.257", "max": "337.735", "min": "325.052", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "103.956", "max": "105.29", "min": "103.654", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "401.569", "max": "403.148", "min": "400.616", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "84.45", "max": "87.545", "min": "83.878", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "101.906", "max": "103.777", "min": "101.546", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "90.184", "max": "90.84", "min": "89.294", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "293.855", "max": "294.945", "min": "292.901", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "279.997", "max": "287.656", "min": "279.116", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "281.933", "max": "286.799", "min": "278.541", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "97.599", "max": "98.929", "min": "96.681", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "331.65", "max": "335.725", "min": "330.815", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "523.395", "max": "652.388", "min": "362.637", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "304.539", "max": "413.922", "min": "243.063", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "345.634", "max": "363.308", "min": "343.423", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "219.16", "max": "235.301", "min": "218.355", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "117.806", "max": "119.593", "min": "117.489", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "96.681", "max": "98.262", "min": "95.82", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "129.305", "max": "145.252", "min": "126.634", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "200.201", "max": "349.09", "min": "120.888", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "118.75", "max": "135.209", "min": "116.079", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "237.985", "max": "296.476", "min": "219.164", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "192.508", "max": "193.945", "min": "191.945", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "188.146", "max": "192.198", "min": "187.199", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "90.878", "max": "92.049", "min": "90.497", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "326.353", "max": "330.347", "min": "325.011", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "271.278", "max": "273.113", "min": "270.203", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "186.944", "max": "187.954", "min": "186.662", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "115.047", "max": "116.007", "min": "114.778", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "97.922", "max": "98.631", "min": "97.683", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "116.945", "max": "117.874", "min": "115.791", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "283.942", "max": "286.2", "min": "282.854", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "108.468", "max": "121.981", "min": "106.783", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "102.82", "max": "106.57", "min": "102.017", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "116.906", "max": "130.492", "min": "115.792", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "120.91", "max": "121.843", "min": "119.959", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "118.788", "max": "120.936", "min": "118.489", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "101.287", "max": "109.388", "min": "99.042", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "187.709", "max": "188.746", "min": "187.46", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "309.73", "max": "325.808", "min": "307.334", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "197.106", "max": "200.49", "min": "195.965", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "194.62", "max": "195.819", "min": "193.935", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "172.126", "max": "176.401", "min": "170.858", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "168.239", "max": "173.884", "min": "167.016", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "198.238", "max": "210.074", "min": "197.31", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "304.967", "max": "306.98", "min": "304.426", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "165.93", "max": "168.35", "min": "165.404", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "164.515", "max": "164.775", "min": "164.337", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "176.867", "max": "185.024", "min": "175.601", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "258.265", "max": "261.489", "min": "257.43", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "193.902", "max": "196.704", "min": "192.723", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "185.505", "max": "187.434", "min": "184.605", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "103.494", "max": "104.697", "min": "102.165", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "135.539", "max": "136.667", "min": "135.209", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "190.169", "max": "195.557", "min": "189.129", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "279.23", "max": "322.411", "min": "271.88", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "132.486", "max": "140.107", "min": "131.476", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "134.952", "max": "168.806", "min": "130.715", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "98.479", "max": "99.517", "min": "97.888", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "447.417", "max": "448.792", "min": "446.478", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "197.879", "max": "198.815", "min": "196.795", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "90.364", "max": "91.786", "min": "89.784", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "284.109", "max": "292.06", "min": "282.488", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "328.1", "max": "328.99", "min": "326.984", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "251.604", "max": "255.903", "min": "250.391", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "139.104", "max": "141.982", "min": "138.651", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "304.342", "max": "313.242", "min": "302.507", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "107.973", "max": "112.697", "min": "105.9", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "115.202", "max": "119.461", "min": "114.674", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "182.23", "max": "183.944", "min": "181.8", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "301.599", "max": "302.516", "min": "300.396", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "175.052", "max": "176.083", "min": "174.317", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "182.775", "max": "185.06", "min": "181.924", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "189.238", "max": "195.329", "min": "187.895", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "172.787", "max": "174.102", "min": "172.281", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "163.351", "max": "172.399", "min": "162.508", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "210.01", "max": "210.523", "min": "209.693", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "201.672", "max": "203.227", "min": "201.118", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "228.104", "max": "242.091", "min": "226.094", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "213.862", "max": "216.736", "min": "212.948", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "170.388", "max": "173.46", "min": "169.414", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "179.068", "max": "183.05", "min": "178.164", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "163.917", "max": "165.171", "min": "163.321", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "194.714", "max": "199.453", "min": "193.296", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "226.378", "max": "227.268", "min": "225.334", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "192.612", "max": "199.239", "min": "187.908", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "202.849", "max": "253.982", "min": "174.47", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "177.512", "max": "192.882", "min": "175.708", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "224.632", "max": "226.229", "min": "223.39", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "197.863", "max": "201.812", "min": "197.116", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "194.917", "max": "210.461", "min": "192.22", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "155.267", "max": "156.512", "min": "154.899", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "335.374", "max": "337.49", "min": "334.695", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "187.311", "max": "192.3", "min": "186.497", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "202.405", "max": "203.806", "min": "201.735", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "187.973", "max": "189.506", "min": "187.301", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "27.698", "max": "36.285", "min": "25.912", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "213.809", "max": "217.104", "min": "212.461", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "167.872", "max": "169.207", "min": "167.61", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "162.6", "max": "164.008", "min": "162.051", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "162.394", "max": "166.64", "min": "161.452", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "306.601", "max": "320.192", "min": "302.63", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "100.224", "max": "113.381", "min": "98.547", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "298.335", "max": "304.601", "min": "291.941", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "305.004", "max": "306.23", "min": "304.799", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "177.57", "max": "190.223", "min": "174.948", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "306.058", "max": "307.769", "min": "305.552", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "185.253", "max": "186.539", "min": "184.633", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "187.073", "max": "190.08", "min": "186.486", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "237.859", "max": "240.139", "min": "237.008", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "163.694", "max": "165.687", "min": "163.222", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "164.298", "max": "166.118", "min": "163.339", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "114.688", "max": "116.296", "min": "113.904", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "109.705", "max": "110.652", "min": "109.27", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "311.235", "max": "313.81", "min": "310.689", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "106.457", "max": "106.844", "min": "106.306", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "181.212", "max": "182.129", "min": "179.953", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "97.407", "max": "98.175", "min": "97.126", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "181.307", "max": "183.547", "min": "180.398", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "176.065", "max": "211.664", "min": "173.418", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "98.007", "max": "100.694", "min": "94.913", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "184.683", "max": "185.781", "min": "183.841", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "192.742", "max": "199.274", "min": "191.486", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "135.336", "max": "148.977", "min": "132.39", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "264.445", "max": "266.763", "min": "262.789", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "232.888", "max": "235.097", "min": "231.913", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "255.251", "max": "256.15", "min": "254.816", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "198.547", "max": "211.404", "min": "196.73", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "178.143", "max": "184.475", "min": "176.973", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "184.231", "max": "185.386", "min": "183.4", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "101.865", "max": "109.565", "min": "100.964", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "102.757", "max": "108.097", "min": "101.616", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "207.961", "max": "213.685", "min": "205.971", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": null, "max": null, "min": null, "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "110.499", "max": "112.94", "min": "108.978", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "224.775", "max": "226.108", "min": "223.695", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "116.026", "max": "117.649", "min": "114.794", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "189.13", "max": "196.422", "min": "187.375", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "330.3", "max": "332.491", "min": "327.732", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "138.873", "max": "138.873", "min": "138.873", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "165.252", "max": "166.12", "min": "164.639", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "177.893", "max": "178.96", "min": "177.349", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "259.518", "max": "266.191", "min": "257.776", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "173.791", "max": "184.167", "min": "165.428", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "195.011", "max": "212.681", "min": "192.203", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "273.838", "max": "276.088", "min": "273.347", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "242.875", "max": "243.94", "min": "242.077", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "119.624", "max": "120.944", "min": "119.21", "id": "254", "country": "Ecuador", "source_name": "Quito", "destination_name": "Lansing", "destination_id": "295" } } }, "262": { "name": "Paramaribo", "data": { "0": { "avg": "148.25", "max": "151.233", "min": "147.931", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "360.918", "max": "396.252", "min": "356.187", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "103.551", "max": "105.375", "min": "103.349", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "199.413", "max": "200.733", "min": "199.274", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "180.731", "max": "181.809", "min": "180.512", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "261.137", "max": "288.793", "min": "258.275", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "178.549", "max": "178.819", "min": "178.397", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "363.382", "max": "372.618", "min": "362.048", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "226.175", "max": "226.481", "min": "226.052", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "212.815", "max": "220.297", "min": "212.238", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "181.208", "max": "211.306", "min": "175.966", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "105.888", "max": "123.263", "min": "104.151", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "116.097", "max": "147.947", "min": "110.346", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "104.402", "max": "105.143", "min": "104.232", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "85.298", "max": "85.597", "min": "85.145", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "90.105", "max": "90.837", "min": "89.831", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "184.665", "max": "184.84", "min": "184.431", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "88.262", "max": "101.385", "min": "85.826", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "186.243", "max": "203.016", "min": "184.194", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "200.038", "max": "200.421", "min": "199.953", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "369.66", "max": "394.233", "min": "368.21", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "111.057", "max": "111.45", "min": "110.969", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "147.845", "max": "168.551", "min": "145.212", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "155.896", "max": "157.109", "min": "155.728", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "212.615", "max": "214.028", "min": "212.369", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "194.701", "max": "196.729", "min": "194.372", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "193.824", "max": "194.483", "min": "193.669", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "208.941", "max": "215.857", "min": "208.485", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "187.245", "max": "288.39", "min": "183.655", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "147.229", "max": "148.396", "min": "147.003", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "334.125", "max": "334.49", "min": "333.99", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "197.843", "max": "199.439", "min": "197.684", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "118.684", "max": "119.086", "min": "118.282", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "233.933", "max": "265.949", "min": "226.966", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "201.494", "max": "227.12", "min": "198.737", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "327.849", "max": "360.779", "min": "321.605", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "153.07", "max": "191.493", "min": "139.28", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "138.166", "max": "175.08", "min": "134.349", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "101.801", "max": "102.129", "min": "101.68", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "105.431", "max": "113.733", "min": "99.475", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "318.759", "max": "328.391", "min": "317.821", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "183.938", "max": "190.861", "min": "183.174", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "222.939", "max": "260.986", "min": "209.269", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "214.126", "max": "220.846", "min": "213.818", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "357.803", "max": "357.98", "min": "357.587", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "208.834", "max": "209.525", "min": "208.332", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "209.433", "max": "218.005", "min": "208.831", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "127.493", "max": "171.585", "min": "119.57", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "204.337", "max": "205.56", "min": "204.056", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "101.517", "max": "102.035", "min": "101.39", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "120.962", "max": "163.943", "min": "109.23", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "143.23", "max": "143.585", "min": "143.043", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "234.161", "max": "324.059", "min": "224.514", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "120.553", "max": "165.11", "min": "113.076", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "351.367", "max": "452.275", "min": "344.594", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "322.714", "max": "322.976", "min": "322.547", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "187.221", "max": "189.317", "min": "186.318", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "300.155", "max": "333.386", "min": "297.246", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "223.206", "max": "228.426", "min": "222.786", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "187.584", "max": "187.892", "min": "187.454", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "239.247", "max": "274.059", "min": "236.664", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "223.43", "max": "249.441", "min": "221.242", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "341.854", "max": "410.003", "min": "333.105", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "342.84", "max": "343.363", "min": "342.694", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "235.806", "max": "274.692", "min": "222.497", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "212.132", "max": "214.879", "min": "211.917", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "106.001", "max": "144.788", "min": "99.796", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "217.34", "max": "217.814", "min": "216.975", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "204.834", "max": "234.08", "min": "200.505", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "128.463", "max": "154.144", "min": "125.505", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "288.539", "max": "289.576", "min": "288.31", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "131.103", "max": "131.517", "min": "130.829", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "112.862", "max": "113.537", "min": "112.676", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "95.189", "max": "95.407", "min": "95.086", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "226.296", "max": "252.407", "min": "221.188", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "183.494", "max": "185.652", "min": "183.195", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "89.691", "max": "90.538", "min": "89.337", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "154.029", "max": "158.316", "min": "153.619", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "114.333", "max": "118.13", "min": "114.004", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "111.948", "max": "119.368", "min": "111.38", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "161.062", "max": "175.916", "min": "158.367", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "118.786", "max": "128.261", "min": "117.903", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "283.861", "max": "327.728", "min": "272.819", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "306.691", "max": "306.986", "min": "306.513", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "148.518", "max": "148.835", "min": "148.406", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "239.128", "max": "272.656", "min": "235.625", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "183.236", "max": "184.037", "min": "182.943", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "83.604", "max": "126.274", "min": "79.363", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "114.232", "max": "129.715", "min": "112.908", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "185.931", "max": "216.023", "min": "182.337", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "118.879", "max": "163.085", "min": "111.803", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "144.317", "max": "144.721", "min": "144.054", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "206.631", "max": "248.568", "min": "196.803", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "280.178", "max": "295.512", "min": "277.668", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "113.538", "max": "136.076", "min": "112.397", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "76.313", "max": "76.577", "min": "76.19", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "122.796", "max": "166.63", "min": "114.937", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "102.907", "max": "123.928", "min": "98.996", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "162.587", "max": "208.677", "min": "156.681", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "104.801", "max": "107.001", "min": "104.486", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "120.166", "max": "120.433", "min": "120.078", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "163.869", "max": "173.385", "min": "163.339", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "223.866", "max": "239.43", "min": "222.74", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "317.331", "max": "363.903", "min": "311.17", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "112.692", "max": "143.842", "min": "108.312", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "418.151", "max": "435.348", "min": "403.849", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "136.733", "max": "179.445", "min": "132.876", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "107.59", "max": "146.476", "min": "103.26", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "90.319", "max": "97.475", "min": "89.798", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "298.122", "max": "299.853", "min": "294.551", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "294.216", "max": "294.462", "min": "294.107", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "259.607", "max": "260.491", "min": "259.304", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "101.959", "max": "102.319", "min": "101.844", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "301.511", "max": "331.311", "min": "300.2", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "549.63", "max": "666.555", "min": "383.126", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "316.129", "max": "370.848", "min": "245.149", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "330.945", "max": "354.597", "min": "329.607", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "257.516", "max": "260.291", "min": "257.228", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "109.99", "max": "110.264", "min": "109.841", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "102.662", "max": "125.998", "min": "100.006", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "126.288", "max": "128.795", "min": "126.061", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "178.27", "max": "318.983", "min": "93.207", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "180.913", "max": "181.089", "min": "180.784", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "219.573", "max": "335.136", "min": "214.062", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "215.59", "max": "215.924", "min": "215.487", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "204.311", "max": "205.477", "min": "203.714", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "103.472", "max": "103.684", "min": "103.336", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "338.639", "max": "339.373", "min": "338.393", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "356.144", "max": "377.755", "min": "353.889", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "184.88", "max": "185.792", "min": "184.75", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "117.138", "max": "247.822", "min": "112.497", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "102.927", "max": "103.248", "min": "102.771", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "132.492", "max": "132.695", "min": "132.385", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "284.927", "max": "304.206", "min": "281.757", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "114.149", "max": "114.474", "min": "114.05", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "111.049", "max": "132.091", "min": "107.849", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "127.674", "max": "133.216", "min": "126.953", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "116.988", "max": "134.821", "min": "115.738", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "115.333", "max": "160.64", "min": "109.269", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "110.691", "max": "142.333", "min": "106.787", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "199.454", "max": "199.78", "min": "199.315", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "342.712", "max": "346.257", "min": "342.095", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "221.692", "max": "262.753", "min": "215.74", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "205.4", "max": "206.171", "min": "205.247", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "184.599", "max": "200.442", "min": "183.925", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "180.951", "max": "181.693", "min": "180.671", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "214.894", "max": "248.333", "min": "213.598", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "372.562", "max": "372.732", "min": "372.452", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "174.324", "max": "174.784", "min": "174.196", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "177.806", "max": "178.13", "min": "177.725", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "186.436", "max": "203.15", "min": "184.483", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "260.706", "max": "260.958", "min": "260.488", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "212.059", "max": "213.32", "min": "211.878", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "187.873", "max": "228.348", "min": "186.284", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "101.47", "max": "101.961", "min": "101.358", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "169.373", "max": "197.077", "min": "167.416", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "223.941", "max": "225.614", "min": "223.626", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "301.834", "max": "348.857", "min": "294.341", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "162.906", "max": "164.377", "min": "162.748", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "211.998", "max": "290.64", "min": "198.217", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "128.551", "max": "128.703", "min": "128.44", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "459.822", "max": "460.211", "min": "458.279", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "221.282", "max": "237.458", "min": "218.904", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "109.772", "max": "243.514", "min": "101.929", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "287.042", "max": "287.559", "min": "286.86", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "341.801", "max": "342.261", "min": "341.683", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "266.026", "max": "279.194", "min": "263.181", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "127.551", "max": "152.32", "min": "125.965", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "295.195", "max": "335.99", "min": "290.305", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "109.771", "max": "127.891", "min": "108.134", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "108.639", "max": "142.043", "min": "104.584", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "184.332", "max": "186.971", "min": "184.021", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "414.248", "max": "414.507", "min": "414.126", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "184.012", "max": "190.342", "min": "183.563", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "188.509", "max": "188.872", "min": "188.311", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "203.316", "max": "210.706", "min": "202.777", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "195.123", "max": "195.394", "min": "195.017", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "178.703", "max": "186.041", "min": "177.557", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "236.534", "max": "236.927", "min": "236.295", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "220.222", "max": "220.557", "min": "220.087", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "243.443", "max": "286.218", "min": "234.786", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "245.809", "max": "329.563", "min": "231.354", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "183.586", "max": "191.47", "min": "182.738", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "175.293", "max": "175.486", "min": "175.155", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "175.893", "max": "176.132", "min": "175.717", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "194.963", "max": "195.702", "min": "194.797", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "239.738", "max": "240.135", "min": "239.367", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "203.042", "max": "205.582", "min": "202.112", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "206.493", "max": "290.737", "min": "190.64", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "165.364", "max": "165.597", "min": "165.27", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "247.742", "max": "274.66", "min": "245.854", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "213.349", "max": "218.867", "min": "212.982", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "229.198", "max": "275.948", "min": "223.795", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "185.912", "max": "195.266", "min": "183.854", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "370.852", "max": "413.55", "min": "364.137", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "193.081", "max": "221.87", "min": "190.289", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "207.373", "max": "247.679", "min": "195.678", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "194.954", "max": "195.331", "min": "194.813", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "125.578", "max": "132.866", "min": "124", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "229.051", "max": "229.446", "min": "228.823", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "187.266", "max": "193.287", "min": "186.417", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "181.052", "max": "183.393", "min": "180.839", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "185.44", "max": "191.551", "min": "183.966", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "303.141", "max": "315.955", "min": "300.422", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "106.113", "max": "111.443", "min": "105.338", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "293.59", "max": "316.96", "min": "290.654", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "347.429", "max": "354.446", "min": "346.687", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "187.983", "max": "230.075", "min": "183.799", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "322.357", "max": "359.372", "min": "319.022", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "152.647", "max": "153.456", "min": "152.315", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "204.652", "max": "227.205", "min": "202.735", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "246.485", "max": "247.007", "min": "246.292", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "187.05", "max": "228.263", "min": "183.249", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "174.859", "max": "175.54", "min": "174.616", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "123.303", "max": "166.141", "min": "113.997", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "135.452", "max": "174.07", "min": "130.03", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "332.71", "max": "439.598", "min": "324.801", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "116.001", "max": "130.836", "min": "114.536", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "201.835", "max": "202.88", "min": "201.608", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "108.033", "max": "112.817", "min": "107.345", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "201.003", "max": "201.434", "min": "200.874", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "235.7", "max": "237.152", "min": "235.477", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "108.893", "max": "153.749", "min": "99.293", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "190.279", "max": "190.644", "min": "190.144", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "210.799", "max": "212.352", "min": "210.112", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "110.345", "max": "112.711", "min": "109.636", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "404.88", "max": "405.412", "min": "404.505", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "324.961", "max": "325.414", "min": "324.73", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "267.926", "max": "268.535", "min": "267.764", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "227.721", "max": "253.344", "min": "224.011", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "179.742", "max": "181.188", "min": "179.621", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "219.632", "max": "255.918", "min": "218.285", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "115.319", "max": "150.537", "min": "112.905", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "103.194", "max": "104.842", "min": "102.794", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "229.462", "max": "234.951", "min": "227.544", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "139.015", "max": "139.933", "min": "138.52", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "117.32", "max": "203.718", "min": "107.569", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "237.442", "max": "238.029", "min": "237.275", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "125.695", "max": "152.743", "min": "121.727", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "196.179", "max": "204.027", "min": "195.619", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "308.203", "max": "316.381", "min": "306.758", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "0.076", "max": "0.225", "min": "0.055", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "182.346", "max": "184.447", "min": "182.147", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "191.406", "max": "219.914", "min": "188.429", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "275.345", "max": "287.611", "min": "273.893", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "191.686", "max": "203.028", "min": "182.982", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "204.76", "max": "205.097", "min": "204.586", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "359.641", "max": "378.446", "min": "356.377", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "254.89", "max": "255.542", "min": "254.614", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "120.049", "max": "160.275", "min": "109.427", "id": "262", "country": "Suriname", "source_name": "Paramaribo", "destination_name": "Lansing", "destination_id": "295" } } } }, "China": { "84": { "name": "Hangzhou", "data": { "0": { "avg": "280.904", "max": "290.092", "min": "280.258", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "249.961", "max": "256.002", "min": "249.525", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "194.887", "max": "196.389", "min": "194.613", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "284.726", "max": "294.295", "min": "283.704", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "352.661", "max": "364.322", "min": "350.603", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "210.337", "max": "212.537", "min": "210.062", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "London", "destination_id": "11" }, "12": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "267.393", "max": "298.432", "min": "243.33", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "206.391", "max": "208.925", "min": "205.506", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "200.716", "max": "210.549", "min": "198.762", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "350.084", "max": "351.893", "min": "349.871", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "251.24", "max": "258.469", "min": "240.589", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "399.577", "max": "437.505", "min": "359.958", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "211.422", "max": "213.18", "min": "210.968", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "186.016", "max": "186.359", "min": "185.877", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "247.883", "max": "252.626", "min": "244.156", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "211.078", "max": "211.547", "min": "208.485", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "206.317", "max": "208.726", "min": "205.505", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "170.591", "max": "170.742", "min": "170.453", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "292.339", "max": "345.626", "min": "264.132", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "456.761", "max": "465.133", "min": "426.581", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "257.622", "max": "258.889", "min": "257.105", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "202.438", "max": "211.688", "min": "201.619", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "207.495", "max": "213.904", "min": "207.001", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "582.068", "max": "587.605", "min": "571.699", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "203.175", "max": "204.857", "min": "203.002", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "182.511", "max": "185.345", "min": "182.04", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "216.883", "max": "220.992", "min": "216.398", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "199.803", "max": "201.498", "min": "199.604", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "263.033", "max": "265.448", "min": "262.441", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "253.101", "max": "254.691", "min": "252.557", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "151.81", "max": "168.954", "min": "145.834", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "232.861", "max": "239.343", "min": "231.321", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "180.441", "max": "183.273", "min": "179.704", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "396.392", "max": "396.392", "min": "396.392", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "214.604", "max": "214.91", "min": "214.391", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "141.614", "max": "143.6", "min": "141.085", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "266.702", "max": "275.798", "min": "263.502", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "0.025", "max": "0.046", "min": "0.015", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "258.18", "max": "259.144", "min": "257.973", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "394.255", "max": "394.489", "min": "393.927", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "213.889", "max": "220.608", "min": "206.478", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "388.142", "max": "389.602", "min": "386.24", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "157.931", "max": "160.85", "min": "157.338", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "302.139", "max": "317.325", "min": "295.294", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "264.162", "max": "269.377", "min": "259.873", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "261.602", "max": "262.181", "min": "261.052", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "319.949", "max": "321.156", "min": "319.624", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "316.48", "max": "344.457", "min": "270.687", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "293.185", "max": "293.911", "min": "291.402", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "230.414", "max": "230.579", "min": "230.29", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "224.146", "max": "228.358", "min": "223.807", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "305.272", "max": "310.238", "min": "304.446", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "268.203", "max": "274.429", "min": "267.099", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "52.384", "max": "64.365", "min": "50.975", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "301.945", "max": "325.325", "min": "291.102", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "306.089", "max": "307.806", "min": "305.608", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "241.933", "max": "384.643", "min": "229.93", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "237.417", "max": "237.868", "min": "237.083", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "226.655", "max": "230.74", "min": "216.038", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "228.856", "max": "237.737", "min": "225.606", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "160.855", "max": "191.109", "min": "149.082", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "237.349", "max": "243.007", "min": "235.238", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "222.098", "max": "232.439", "min": "221.241", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "340.368", "max": "350.231", "min": "316.864", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "366.305", "max": "414.203", "min": "357.32", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "224.172", "max": "236.123", "min": "223.364", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "363.939", "max": "381.262", "min": "342.109", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "323.677", "max": "329.054", "min": "322.691", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "435.167", "max": "436.363", "min": "433.154", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "307.78", "max": "309.239", "min": "304.163", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "229.338", "max": "233.854", "min": "228.557", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "394.842", "max": "394.842", "min": "394.842", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "252.583", "max": "253.907", "min": "252.13", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "257.966", "max": "305.933", "min": "253.812", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "77.219", "max": "77.389", "min": "77.132", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "251.517", "max": "252.157", "min": "251.226", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "384.934", "max": "386.821", "min": "378.365", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "326.726", "max": "355.488", "min": "319.373", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "231.991", "max": "244.094", "min": "215.633", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "204.527", "max": "205.639", "min": "204.098", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "467.052", "max": "660.436", "min": "456.296", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "273.383", "max": "273.756", "min": "273.169", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "305.729", "max": "305.96", "min": "305.428", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "305.521", "max": "316.39", "min": "302.972", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "146.114", "max": "148.202", "min": "145.823", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "212.601", "max": "225.581", "min": "211.684", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "190.063", "max": "190.458", "min": "189.848", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "259.314", "max": "261.196", "min": "258.892", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "286.602", "max": "292.796", "min": "283.818", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "243.645", "max": "247.474", "min": "243.274", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "224.264", "max": "230.714", "min": "223.681", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "200.964", "max": "201.222", "min": "200.845", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "229.767", "max": "233.408", "min": "229.322", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "225.432", "max": "233.569", "min": "223.592", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "238.498", "max": "301.824", "min": "214.631", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "360.28", "max": "374.274", "min": "337.753", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "208.298", "max": "211.73", "min": "207.913", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "262.159", "max": "266.002", "min": "258.248", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "223.675", "max": "224.527", "min": "223.456", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "196.903", "max": "213.381", "min": "192.623", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.428", "max": "342.242", "min": "338.97", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "25.419", "max": "32.277", "min": "25.134", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "234.104", "max": "246.803", "min": "227.032", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "241.872", "max": "242.343", "min": "241.613", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "75.256", "max": "88.636", "min": "73.406", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "198.07", "max": "203.508", "min": "194.679", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "205.187", "max": "209.377", "min": "204.499", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "211.76", "max": "211.962", "min": "211.585", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "394.418", "max": "395.602", "min": "393.234", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "234.082", "max": "243.01", "min": "225.553", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "389.271", "max": "389.476", "min": "388.971", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "342.028", "max": "369.994", "min": "339.6", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "324.294", "max": "330.481", "min": "323.3", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "340.01", "max": "341.948", "min": "339.367", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "229.99", "max": "237.542", "min": "229.298", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "290.157", "max": "291.65", "min": "288.044", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "210.309", "max": "215.107", "min": "200.577", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "267.267", "max": "270.292", "min": "266.662", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "233.379", "max": "240.538", "min": "232.516", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "277.661", "max": "285.789", "min": "274.566", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "430.382", "max": "446.898", "min": "369.213", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "269.878", "max": "277.965", "min": "263.867", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "268.662", "max": "273.143", "min": "268.263", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "274.51", "max": "286.413", "min": "271.535", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "39.392", "max": "42.776", "min": "39.151", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "241.408", "max": "247.701", "min": "240.833", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "214.266", "max": "214.401", "min": "214.168", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "362.617", "max": "457.344", "min": "358.856", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "245.029", "max": "264.501", "min": "226.169", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "259.044", "max": "271.84", "min": "258.336", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": null, "max": null, "min": null, "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "261.619", "max": "261.934", "min": "261.442", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "404.985", "max": "413.154", "min": "403.957", "id": "84", "country": "China", "source_name": "Hangzhou", "destination_name": "Lansing", "destination_id": "295" } } }, "180": { "name": "Shanghai", "data": { "0": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "397.056", "max": "414.346", "min": "355.589", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "223.906", "max": "224.27", "min": "223.766", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "235.732", "max": "240.305", "min": "235.302", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "261.544", "max": "262.306", "min": "261.277", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "89.544", "max": "106.276", "min": "65.156", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "185.748", "max": "196.958", "min": "183.529", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "339.385", "max": "364.282", "min": "308.205", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "140.564", "max": "140.977", "min": "140.377", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "260.97", "max": "280.064", "min": "222.646", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "266.52", "max": "272.206", "min": "264.339", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "260.999", "max": "262.102", "min": "260.596", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "330.27", "max": "344.84", "min": "293.705", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "251.753", "max": "260.581", "min": "232.987", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "298.64", "max": "311.839", "min": "263.668", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "336.222", "max": "343.268", "min": "244.971", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "269.988", "max": "280.457", "min": "263.889", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "244.829", "max": "245.017", "min": "244.652", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "254.147", "max": "254.273", "min": "254.031", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "260.43", "max": "260.586", "min": "260.339", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "158.014", "max": "158.436", "min": "157.862", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "221.341", "max": "237.891", "min": "204.538", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "290.232", "max": "291.622", "min": "289.968", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "262.233", "max": "263.21", "min": "260.817", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "353.313", "max": "365.75", "min": "324.418", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "295.525", "max": "295.894", "min": "295.27", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "215.139", "max": "239.587", "min": "191.415", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "140.863", "max": "146.826", "min": "134.814", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "187.859", "max": "190.041", "min": "185.903", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "249.483", "max": "250.144", "min": "249.238", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "319.508", "max": "334.146", "min": "307.383", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "320.185", "max": "335.151", "min": "303.003", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "150.056", "max": "160.669", "min": "130.624", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "216.254", "max": "239.785", "min": "142.793", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "150.543", "max": "150.741", "min": "150.367", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "217.606", "max": "246.942", "min": "198.908", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "303.061", "max": "328.626", "min": "247.72", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "398.854", "max": "409.05", "min": "396.591", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "256.479", "max": "268.773", "min": "248.624", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "292.342", "max": "297.497", "min": "285.943", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "216.494", "max": "220.374", "min": "215.852", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "271.851", "max": "273.56", "min": "271.645", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "202.287", "max": "202.57", "min": "202.173", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "302.609", "max": "303.603", "min": "302.301", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "457.016", "max": "496.445", "min": "389.923", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "206.267", "max": "206.671", "min": "206.187", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "261.86", "max": "282.968", "min": "254.535", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "166.835", "max": "167.468", "min": "166.609", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "254.381", "max": "291.004", "min": "213.11", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "180.003", "max": "180.306", "min": "179.85", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "235.799", "max": "266.107", "min": "221.445", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "88.525", "max": "102.08", "min": "77.816", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "250.308", "max": "262.634", "min": "223.429", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "359.208", "max": "366.715", "min": "345.906", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "242.037", "max": "248.321", "min": "240.903", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "277.167", "max": "294.557", "min": "271.197", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "328.376", "max": "339.107", "min": "312.398", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "292.98", "max": "321.605", "min": "282.336", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "121.385", "max": "144.599", "min": "120.188", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "326.321", "max": "336.117", "min": "301.314", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "340.358", "max": "351.553", "min": "317.684", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "270.338", "max": "277.728", "min": "266.331", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "265.951", "max": "268.329", "min": "265.602", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "241.288", "max": "253.339", "min": "240.066", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "383.799", "max": "385.107", "min": "383.032", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "220.233", "max": "233.048", "min": "202.784", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "54.129", "max": "64.476", "min": "36.8", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "304.099", "max": "329.197", "min": "256.874", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "262.39", "max": "265.828", "min": "261.385", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "329.176", "max": "333.07", "min": "309.415", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "265.498", "max": "266.72", "min": "265.179", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "263.725", "max": "282.122", "min": "232.745", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "150.959", "max": "151.152", "min": "150.812", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "210.037", "max": "212.326", "min": "209.634", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "154.377", "max": "156.277", "min": "154.063", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "263.196", "max": "270.271", "min": "248.999", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "3.912", "max": "4.218", "min": "3.848", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "231.934", "max": "235.231", "min": "223.912", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "330.178", "max": "337.073", "min": "327.662", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "238.609", "max": "240.333", "min": "235.937", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "261.131", "max": "277.038", "min": "228.188", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "217.646", "max": "220.975", "min": "217.169", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "233.254", "max": "245.504", "min": "219.736", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "195.933", "max": "198.229", "min": "195.435", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "213.673", "max": "240.282", "min": "173.291", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "335.274", "max": "359.591", "min": "299.746", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "70.652", "max": "79.843", "min": "57.924", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "214.668", "max": "214.81", "min": "214.591", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "245.378", "max": "282.024", "min": "211.536", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "348.055", "max": "364.037", "min": "312.192", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "369.506", "max": "422.339", "min": "341.555", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "270.875", "max": "278.9", "min": "253.871", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "197.503", "max": "198.881", "min": "196.21", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "231.794", "max": "246.111", "min": "228.252", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "242.438", "max": "258.874", "min": "215.879", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "204.933", "max": "211.923", "min": "204.527", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "304.845", "max": "308.114", "min": "304.226", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "321.051", "max": "358.079", "min": "273.119", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "392.722", "max": "407.95", "min": "372.173", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "412.63", "max": "419.739", "min": "390.505", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "260.61", "max": "275.735", "min": "252.358", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "259.271", "max": "285.898", "min": "220.102", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "227.707", "max": "231.466", "min": "226.555", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "166.69", "max": "180.543", "min": "162.945", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "217.282", "max": "229.076", "min": "193.293", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "262.748", "max": "280.766", "min": "231.154", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "361.741", "max": "390.21", "min": "351.382", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "869.508", "max": "1519.36", "min": "533.406", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "271.908", "max": "280.304", "min": "268.918", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "230.8", "max": "231.852", "min": "227.997", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "44.912", "max": "47.713", "min": "44.597", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "196.829", "max": "197.378", "min": "196.473", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "223.256", "max": "226.786", "min": "222.888", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "317.047", "max": "360.343", "min": "252.601", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "493.442", "max": "622.106", "min": "320.907", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "341.602", "max": "347.753", "min": "316.953", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "290.36", "max": "405.551", "min": "280.283", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "239.621", "max": "245.603", "min": "236.996", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "239.142", "max": "254.329", "min": "194.862", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "309.098", "max": "320.913", "min": "299.164", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "239.831", "max": "242.532", "min": "238.686", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "145.318", "max": "146.563", "min": "145.051", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "278.916", "max": "296.651", "min": "249.318", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "240.846", "max": "254.908", "min": "232.731", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "239.979", "max": "243.037", "min": "239.344", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "233.435", "max": "236.461", "min": "231.315", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "364.109", "max": "379.259", "min": "329.74", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "207.027", "max": "207.843", "min": "206.887", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "275.455", "max": "275.829", "min": "275.237", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "199.319", "max": "210.044", "min": "198.246", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "247.424", "max": "247.798", "min": "247.268", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "212.833", "max": "213.571", "min": "212.722", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "300.671", "max": "331.065", "min": "248.978", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "212.314", "max": "213.25", "min": "211.897", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "174.134", "max": "194.828", "min": "162.954", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "265.163", "max": "298.389", "min": "210.452", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "362.821", "max": "386.965", "min": "308.358", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "291.193", "max": "319.457", "min": "222.284", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "351.608", "max": "381.101", "min": "293.041", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "212.442", "max": "222.53", "min": "211.609", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "339.182", "max": "339.634", "min": "338.953", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "277.479", "max": "296.267", "min": "255.105", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "301.759", "max": "315.686", "min": "272.539", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "190.609", "max": "201.123", "min": "189.209", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "72.067", "max": "72.383", "min": "71.972", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "284.137", "max": "303.071", "min": "255.68", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "239.081", "max": "251.502", "min": "217.096", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "258.373", "max": "259.002", "min": "257.961", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "336.75", "max": "378.589", "min": "308.766", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "267.61", "max": "286.308", "min": "242.653", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "456.069", "max": "467.353", "min": "430.891", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "262.464", "max": "277.371", "min": "236.282", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "408.539", "max": "492.109", "min": "399.146", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "647.204", "max": "660.008", "min": "610.17", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "283.165", "max": "285.056", "min": "280.911", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "243.922", "max": "246.026", "min": "243.205", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "316.195", "max": "318.549", "min": "315.619", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "241.767", "max": "242.05", "min": "241.591", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "312.767", "max": "2213.93", "min": "188.753", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "211.434", "max": "212.275", "min": "211.26", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "0.016", "max": "0.025", "min": "0.013", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "284.149", "max": "299.614", "min": "261.615", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "216.454", "max": "222.286", "min": "215.9", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "197.283", "max": "203.864", "min": "195.626", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "185.527", "max": "189.51", "min": "184.978", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "241.831", "max": "267.495", "min": "217.493", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "247.414", "max": "256.529", "min": "246.134", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "276.586", "max": "276.864", "min": "276.364", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "304.415", "max": "321.557", "min": "268.081", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "230.109", "max": "266.411", "min": "224.186", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "277.844", "max": "288.721", "min": "252.572", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "275.02", "max": "275.434", "min": "274.863", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "256.207", "max": "259.523", "min": "253.317", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "343.475", "max": "344.597", "min": "342.382", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "219.955", "max": "220.313", "min": "219.847", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "355.801", "max": "383.035", "min": "284.087", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "275.094", "max": "304.163", "min": "238.637", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "294.957", "max": "297.351", "min": "294.28", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "204.982", "max": "215.397", "min": "203.802", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "219.859", "max": "276.62", "min": "176.757", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "282.34", "max": "285.361", "min": "281.772", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "296.821", "max": "299.116", "min": "296.182", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "263.927", "max": "266.174", "min": "263.407", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "300.334", "max": "308.026", "min": "272.928", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "253.308", "max": "262.156", "min": "252.512", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "103.496", "max": "106.269", "min": "101.477", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "239.999", "max": "257", "min": "212.663", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "236.087", "max": "236.368", "min": "235.817", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "411.178", "max": "416.169", "min": "387.85", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "357.159", "max": "357.922", "min": "350.125", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "242.785", "max": "243.367", "min": "242.552", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "204.316", "max": "206.454", "min": "203.376", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "209.94", "max": "210.321", "min": "209.001", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "200.396", "max": "210.056", "min": "192.361", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "224.965", "max": "229.176", "min": "222.677", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "245.523", "max": "256.255", "min": "230.118", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "30.763", "max": "31.245", "min": "30.707", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "235.82", "max": "246.521", "min": "215.892", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "249.126", "max": "270.164", "min": "219.75", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "81.116", "max": "83.123", "min": "80.602", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "175.832", "max": "183.592", "min": "170.673", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "261.208", "max": "262.344", "min": "260.449", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "348.066", "max": "357.703", "min": "317.446", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "229.938", "max": "231.024", "min": "229.215", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "254.787", "max": "288.538", "min": "229.771", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "224.178", "max": "237.522", "min": "222.362", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "227.502", "max": "227.561", "min": "227.46", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "68.188", "max": "71.884", "min": "66.486", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "301.099", "max": "349.629", "min": "272.431", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "224.816", "max": "240.898", "min": "193.338", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "209.725", "max": "212.691", "min": "209.264", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "239.378", "max": "240.465", "min": "239.186", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "371.306", "max": "462.842", "min": "367.553", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "233.855", "max": "239.459", "min": "231.016", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "269.322", "max": "269.864", "min": "268.871", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "289.897", "max": "320.692", "min": "288.135", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "390.264", "max": "417.259", "min": "364.359", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "292.074", "max": "295.838", "min": "290.899", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "175.928", "max": "196.938", "min": "165.25", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "289.515", "max": "297.682", "min": "272.368", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "255.38", "max": "255.531", "min": "255.275", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "189.096", "max": "190.374", "min": "188.847", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "342.503", "max": "351.692", "min": "312.418", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "217.836", "max": "220.41", "min": "217.452", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "298.306", "max": "308.925", "min": "279.401", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "397.413", "max": "430.714", "min": "332.465", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "303.382", "max": "306.314", "min": "302.952", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "290.831", "max": "307.872", "min": "265.173", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "219.922", "max": "224.734", "min": "218.376", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "248.706", "max": "258.603", "min": "219.738", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "230.683", "max": "244.472", "min": "228.411", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "26.667", "max": "27.816", "min": "26.553", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": null, "max": null, "min": null, "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "253.064", "max": "278.056", "min": "216.347", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "230.712", "max": "237.289", "min": "197.37", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "367.107", "max": "368.443", "min": "364.559", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "303.672", "max": "352.78", "min": "252.566", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "260.255", "max": "274.433", "min": "248.797", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "198.72", "max": "199.691", "min": "198.521", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "396.611", "max": "408.201", "min": "369.089", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "314.482", "max": "328.002", "min": "299.098", "id": "180", "country": "China", "source_name": "Shanghai", "destination_name": "Lansing", "destination_id": "295" } } }, "221": { "name": "Shenzhen", "data": { "0": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "242.671", "max": "245.78", "min": "242.402", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "233.089", "max": "234.29", "min": "232.861", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "66.514", "max": "67.401", "min": "66.265", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "London", "destination_id": "11" }, "12": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "273.232", "max": "273.511", "min": "272.992", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "235.884", "max": "236.61", "min": "235.611", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "253.889", "max": "253.979", "min": "253.822", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "252.873", "max": "253.498", "min": "244.54", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "241.993", "max": "242.275", "min": "241.84", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "240.908", "max": "241.049", "min": "240.627", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "295.843", "max": "304.963", "min": "292.613", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "357.032", "max": "364.094", "min": "349.193", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "315.147", "max": "317.933", "min": "314.871", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "239.195", "max": "239.404", "min": "239.07", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "198.586", "max": "199.53", "min": "198.4", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "324.605", "max": "342.055", "min": "318.443", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "243.302", "max": "243.579", "min": "243.144", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "294.213", "max": "316.202", "min": "269.356", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "226.273", "max": "226.431", "min": "226.162", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "277.81", "max": "278.002", "min": "277.644", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "248.733", "max": "250.917", "min": "241.113", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "351.286", "max": "351.522", "min": "351.121", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "244.88", "max": "245.258", "min": "244.746", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "139.716", "max": "139.981", "min": "139.606", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "225.596", "max": "252.23", "min": "224.33", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "219.12", "max": "227.324", "min": "210.495", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "209.73", "max": "210.351", "min": "209.559", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "251.453", "max": "260.745", "min": "248.98", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "343.366", "max": "343.559", "min": "343.181", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "288.229", "max": "288.47", "min": "284.211", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "221.692", "max": "224.21", "min": "220.834", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "225.975", "max": "232.655", "min": "218.099", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "57.512", "max": "58.9", "min": "51.594", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "379.556", "max": "380.139", "min": "379.088", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "300.594", "max": "331.425", "min": "275.176", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "41.888", "max": "41.994", "min": "41.822", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "328.995", "max": "329.382", "min": "328.728", "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": null, "max": null, "min": null, "id": "221", "country": "China", "source_name": "Shenzhen", "destination_name": "Lansing", "destination_id": "295" } } }, "261": { "name": "Zhangjiakou", "data": { "0": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "196.879", "max": "197.702", "min": "196.76", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "196.975", "max": "197.35", "min": "196.854", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "London", "destination_id": "11" }, "12": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "195.246", "max": "202.083", "min": "186.939", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "222.632", "max": "237.472", "min": "221.429", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "182.693", "max": "182.807", "min": "182.608", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "245.389", "max": "274.537", "min": "216.575", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "205.023", "max": "207.51", "min": "198.474", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "226.41", "max": "226.654", "min": "226.244", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "182.66", "max": "182.747", "min": "182.589", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "187.837", "max": "189.372", "min": "187.66", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "358.973", "max": "383.16", "min": "278.248", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "203.799", "max": "204.36", "min": "200.452", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "232.336", "max": "235.54", "min": "231.488", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "227.891", "max": "232.478", "min": "180.449", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "327.903", "max": "330.24", "min": "327.445", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "246.176", "max": "246.602", "min": "245.977", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "203.747", "max": "204.927", "min": "203.408", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "196.914", "max": "197.202", "min": "196.803", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "237.423", "max": "241.508", "min": "235.244", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "197.051", "max": "201.672", "min": "196.759", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "315.975", "max": "318.456", "min": "315.658", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "192.222", "max": "197.02", "min": "182.665", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "235.762", "max": "249.885", "min": "218.003", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "197.785", "max": "198.701", "min": "197.482", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "260.677", "max": "261.229", "min": "260.316", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "39.07", "max": "39.505", "min": "38.999", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "196.908", "max": "197.805", "min": "196.773", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "195.016", "max": "201.246", "min": "186.919", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "245.281", "max": "246.493", "min": "244.895", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "179.798", "max": "180.615", "min": "179.391", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "268.319", "max": "284.008", "min": "266.099", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "432.417", "max": "470.16", "min": "414.426", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "230.183", "max": "230.704", "min": "230.008", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "345.418", "max": "346.663", "min": "345.027", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "196.938", "max": "197.435", "min": "196.823", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "229.645", "max": "230.067", "min": "229.484", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "115.939", "max": "131.525", "min": "91.196", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "183.965", "max": "185.865", "min": "183.478", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "264.881", "max": "267.403", "min": "263.845", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "275.96", "max": "293.366", "min": "245.659", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "246.111", "max": "247.443", "min": "245.713", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "341.284", "max": "380.175", "min": "302.788", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "353.614", "max": "367.126", "min": "334.55", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "258.211", "max": "258.607", "min": "258.005", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "230.185", "max": "230.507", "min": "229.981", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "215.566", "max": "216.964", "min": "215.28", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "171.589", "max": "174.399", "min": "171.142", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "208.376", "max": "210.764", "min": "207.995", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "202.873", "max": "219.923", "min": "190.689", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "193.334", "max": "201.164", "min": "186.93", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "274.129", "max": "275.634", "min": "273.706", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "369.014", "max": "371.346", "min": "367.779", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "202.081", "max": "202.78", "min": "201.885", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "311.817", "max": "311.972", "min": "311.696", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "120.618", "max": "121.138", "min": "120.412", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "209.112", "max": "209.534", "min": "208.959", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "194.743", "max": "204.749", "min": "186.946", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "228.318", "max": "231.805", "min": "217.693", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "298.119", "max": "298.556", "min": "297.938", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "212.075", "max": "219.124", "min": "204.582", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "257.822", "max": "282.419", "min": "253.78", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "182.68", "max": "182.83", "min": "182.62", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "268.801", "max": "268.999", "min": "268.665", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "198.019", "max": "198.82", "min": "197.683", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "197.086", "max": "197.586", "min": "196.731", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "292.64", "max": "303.118", "min": "273.274", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "167.204", "max": "169.601", "min": "166.829", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "58.151", "max": "59.374", "min": "57.925", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "218.857", "max": "224.298", "min": "218.252", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "196.895", "max": "197.135", "min": "196.735", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "179.525", "max": "191.978", "min": "177.009", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "183.205", "max": "191.494", "min": "172.967", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "196.907", "max": "197.352", "min": "196.739", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "187.406", "max": "196.824", "min": "182.651", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "183.092", "max": "184.884", "min": "182.633", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "193.128", "max": "197.965", "min": "182.796", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "0.217", "max": "0.253", "min": "0.198", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "315.704", "max": "315.704", "min": "315.704", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "189.517", "max": "197.073", "min": "182.623", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "190.861", "max": "193.46", "min": "189.649", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "305.284", "max": "307.664", "min": "304.642", "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": null, "max": null, "min": null, "id": "261", "country": "China", "source_name": "Zhangjiakou", "destination_name": "Lansing", "destination_id": "295" } } } }, "Russia": { "9": { "name": "Moscow", "data": { "0": { "avg": "247.527", "max": "249.438", "min": "247.232", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "327.623", "max": "332.412", "min": "327.105", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "129.77", "max": "130.311", "min": "129.612", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "57.241", "max": "64.113", "min": "56.439", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "53.45", "max": "54.091", "min": "53.26", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "210.866", "max": "211.495", "min": "210.698", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "44.297", "max": "44.921", "min": "44.059", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "306.082", "max": "314.205", "min": "305.266", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "0.042", "max": "0.121", "min": "0.022", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "19.337", "max": "20.24", "min": "19.131", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "46.411", "max": "47.051", "min": "46.179", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "152.283", "max": "172.495", "min": "151.299", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "121.356", "max": "121.443", "min": "121.287", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "121.764", "max": "122.031", "min": "121.621", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "154.003", "max": "154.229", "min": "153.918", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "134.209", "max": "135.067", "min": "133.891", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "67.426", "max": "67.8", "min": "67.203", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "143.617", "max": "150.511", "min": "143.135", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "62.742", "max": "62.919", "min": "62.562", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "57.888", "max": "58.932", "min": "57.779", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "296.363", "max": "296.649", "min": "296.257", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "142.47", "max": "142.549", "min": "142.354", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "193.155", "max": "193.904", "min": "193.046", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "188.772", "max": "190.14", "min": "188.553", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "22.805", "max": "23.012", "min": "22.682", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "27.67", "max": "28.112", "min": "27.539", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "59.58", "max": "61.068", "min": "59.37", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "58.662", "max": "60.323", "min": "58.415", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "44.258", "max": "44.433", "min": "44.147", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "183.352", "max": "184.959", "min": "183.103", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "179.284", "max": "179.387", "min": "179.207", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "57.525", "max": "57.882", "min": "57.388", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "181.946", "max": "183.92", "min": "181.711", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "44.671", "max": "46.032", "min": "44.509", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "43.549", "max": "48.266", "min": "43.077", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "198.445", "max": "200.009", "min": "198.127", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "180.89", "max": "180.994", "min": "180.821", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "176.435", "max": "176.656", "min": "176.287", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "158.026", "max": "160.137", "min": "157.82", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "128.002", "max": "128.849", "min": "127.687", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "191.812", "max": "196.217", "min": "191.317", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "51.493", "max": "53.497", "min": "51.166", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "84.777", "max": "85.171", "min": "84.629", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "16.31", "max": "16.422", "min": "16.232", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "180.777", "max": "180.912", "min": "180.669", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "60.663", "max": "61.168", "min": "60.091", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "33.212", "max": "33.521", "min": "33.082", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "212.247", "max": "212.596", "min": "212.118", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "272.72", "max": "277.889", "min": "270.732", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "164.045", "max": "164.965", "min": "163.78", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "136.759", "max": "137.16", "min": "136.514", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "192.819", "max": "196.173", "min": "192.51", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "107.817", "max": "134.573", "min": "50.296", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "151.399", "max": "152.262", "min": "151.055", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "168.754", "max": "174.335", "min": "166.049", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "211.56", "max": "211.791", "min": "211.399", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "79.118", "max": "80.747", "min": "78.731", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "333.984", "max": "334.416", "min": "333.876", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "77.374", "max": "80.346", "min": "76.924", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "49.509", "max": "51.334", "min": "49.299", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "94.467", "max": "101.589", "min": "93.512", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "106.966", "max": "150.232", "min": "103.947", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "194.06", "max": "290.935", "min": "188.715", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "374.853", "max": "377.321", "min": "374.53", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "77.469", "max": "79.012", "min": "77.287", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "61.685", "max": "62.097", "min": "61.578", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "120.085", "max": "122.665", "min": "119.892", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "89.565", "max": "90.066", "min": "89.254", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "257.468", "max": "258.939", "min": "256.925", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "166.057", "max": "167.155", "min": "165.936", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "233.034", "max": "233.234", "min": "232.871", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "181.053", "max": "181.658", "min": "180.755", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "198.257", "max": "203.649", "min": "197.524", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "150.492", "max": "150.875", "min": "150.405", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "88.188", "max": "88.9", "min": "87.952", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "61.057", "max": "61.285", "min": "60.863", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "139.393", "max": "140.326", "min": "139.209", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "184.033", "max": "184.248", "min": "183.844", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "145.47", "max": "156.427", "min": "144.796", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "131.859", "max": "132.216", "min": "131.763", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "181.423", "max": "181.808", "min": "181.134", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "145.188", "max": "145.547", "min": "144.926", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "137.999", "max": "142.93", "min": "137.364", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "180.034", "max": "183.436", "min": "179.753", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "179.778", "max": "179.95", "min": "179.589", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "97.285", "max": "98.349", "min": "96.952", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "59.434", "max": "59.797", "min": "59.211", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "152.953", "max": "153.168", "min": "152.86", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "164.612", "max": "166.556", "min": "164.4", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "52.956", "max": "60.723", "min": "51.825", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "148.294", "max": "149.812", "min": "147.59", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "192.231", "max": "192.647", "min": "191.959", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "72.657", "max": "79.131", "min": "72.312", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "307.352", "max": "317.093", "min": "306.747", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "129.66", "max": "131.665", "min": "129.471", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "153.139", "max": "155.843", "min": "152.647", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "197.037", "max": "197.301", "min": "196.807", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "179.48", "max": "190.112", "min": "178.659", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "186.636", "max": "186.861", "min": "186.52", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "142.316", "max": "143.428", "min": "142.061", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "148.543", "max": "148.724", "min": "148.472", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "196.724", "max": "197.083", "min": "196.608", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "55.224", "max": "57.735", "min": "55.01", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "349.01", "max": "350.672", "min": "348.267", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "144.839", "max": "145.426", "min": "144.625", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "279.851", "max": "280.958", "min": "279.675", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "231.756", "max": "233.326", "min": "231.533", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "132.113", "max": "132.314", "min": "131.936", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "146.208", "max": "149.339", "min": "145.895", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "161.842", "max": "162.056", "min": "161.73", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "292.13", "max": "292.91", "min": "292.019", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "306.265", "max": "308.526", "min": "306.022", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "114.867", "max": "115.102", "min": "114.711", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "177.67", "max": "179.196", "min": "177.263", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "410.599", "max": "528.072", "min": "233.359", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "171.327", "max": "259.648", "min": "95.936", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "205.101", "max": "209.529", "min": "204.45", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "259.026", "max": "260.214", "min": "258.79", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "156.125", "max": "156.369", "min": "156.027", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "149.797", "max": "152.532", "min": "149.429", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "161.643", "max": "164.067", "min": "161.168", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "219.748", "max": "374.188", "min": "143.139", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "231.436", "max": "250.6", "min": "230.647", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "26.025", "max": "150.226", "min": "19.753", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "21.792", "max": "22.051", "min": "21.705", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "28.479", "max": "29.514", "min": "27.779", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "118.468", "max": "118.722", "min": "118.211", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "211.841", "max": "212.125", "min": "211.647", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "148.072", "max": "149.598", "min": "147.703", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "207.943", "max": "208.376", "min": "207.819", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "143.973", "max": "144.194", "min": "143.861", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "137.599", "max": "137.818", "min": "137.473", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "147.555", "max": "147.802", "min": "147.405", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "319.207", "max": "321.138", "min": "318.499", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "163.565", "max": "163.74", "min": "163.456", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "122.684", "max": "125.408", "min": "122.449", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "172.721", "max": "180.591", "min": "171.495", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "156.706", "max": "156.884", "min": "156.56", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "151.176", "max": "151.873", "min": "151.057", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "120.508", "max": "121.162", "min": "120.33", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "56.816", "max": "57.045", "min": "56.688", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "218.163", "max": "218.398", "min": "217.841", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "10.834", "max": "11.424", "min": "10.695", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "59.586", "max": "59.859", "min": "59.345", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "224.552", "max": "226.512", "min": "224.172", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "44.99", "max": "45.777", "min": "44.756", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "67.436", "max": "70.004", "min": "67.175", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "166.043", "max": "166.389", "min": "165.884", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "51.013", "max": "53.157", "min": "50.83", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "50.52", "max": "55.508", "min": "50.267", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "45.448", "max": "52.314", "min": "43.78", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "286.595", "max": "286.815", "min": "286.434", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "66.246", "max": "69.44", "min": "65.645", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "44.863", "max": "83.64", "min": "43.284", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "136.961", "max": "137.113", "min": "136.849", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "186.985", "max": "187.759", "min": "186.645", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "25.591", "max": "28.621", "min": "25.086", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "297.075", "max": "341.316", "min": "288.9", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "166.738", "max": "167.279", "min": "166.503", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "169.798", "max": "170.859", "min": "169.634", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "430.005", "max": "430.506", "min": "429.526", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "18.777", "max": "18.889", "min": "18.644", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "116.438", "max": "116.762", "min": "116.306", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "60.901", "max": "61.079", "min": "60.764", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "221.093", "max": "221.337", "min": "220.896", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "44.117", "max": "44.374", "min": "43.94", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "180.866", "max": "182.45", "min": "180.691", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "140.489", "max": "140.874", "min": "140.363", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "135.522", "max": "135.811", "min": "135.337", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "147.929", "max": "148.462", "min": "147.825", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "45.505", "max": "48.961", "min": "45.218", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "172.006", "max": "172.406", "min": "171.9", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "58.547", "max": "60.298", "min": "58.374", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "55.951", "max": "62.152", "min": "55.489", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "76.299", "max": "87.737", "min": "75.381", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "54.909", "max": "55.192", "min": "54.794", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "52.195", "max": "56.711", "min": "51.755", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "90.18", "max": "90.577", "min": "90.009", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "68.021", "max": "68.615", "min": "67.878", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "15.235", "max": "16.846", "min": "15.032", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "69.437", "max": "69.72", "min": "69.326", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "54.397", "max": "55.41", "min": "54.151", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "43.363", "max": "43.692", "min": "43.132", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "43.726", "max": "43.846", "min": "43.648", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "55.577", "max": "55.756", "min": "55.336", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "90.641", "max": "91.276", "min": "90.37", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "64.41", "max": "66.714", "min": "63.698", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "80.283", "max": "141.068", "min": "47.385", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "48.407", "max": "48.576", "min": "48.3", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "94.327", "max": "95.602", "min": "94.039", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "64.968", "max": "65.124", "min": "64.787", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "61.995", "max": "62.573", "min": "61.528", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "46.263", "max": "49.919", "min": "45.758", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "287.506", "max": "291.263", "min": "287.122", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "52.963", "max": "53.262", "min": "52.835", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "81.265", "max": "81.594", "min": "81.022", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "54.811", "max": "54.981", "min": "54.619", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "214.188", "max": "222.409", "min": "212.481", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "87.954", "max": "94.099", "min": "87.541", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "46.064", "max": "46.854", "min": "45.762", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "62.472", "max": "62.766", "min": "62.315", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "43.191", "max": "43.67", "min": "42.969", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "339.529", "max": "350.58", "min": "338.066", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "117.819", "max": "127.361", "min": "116.405", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "137.527", "max": "138.056", "min": "137.196", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "182.988", "max": "183.545", "min": "182.762", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "44.385", "max": "44.607", "min": "44.282", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "102.845", "max": "103.055", "min": "102.634", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "193.408", "max": "194.299", "min": "192.729", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "78.633", "max": "78.904", "min": "78.405", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "86.948", "max": "87.937", "min": "86.648", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "51.498", "max": "52.528", "min": "51.228", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "43.123", "max": "44.651", "min": "42.788", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "142.42", "max": "142.496", "min": "142.314", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "144.92", "max": "145.036", "min": "144.831", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "279.422", "max": "279.623", "min": "279.231", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "124.666", "max": "125.385", "min": "124.277", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "69.914", "max": "70.14", "min": "69.77", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "125.281", "max": "125.422", "min": "125.203", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "53.924", "max": "54.207", "min": "53.822", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "256.049", "max": "267.915", "min": "255.489", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "165.178", "max": "168.492", "min": "161.781", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "67.707", "max": "67.883", "min": "67.556", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "84.493", "max": "87.229", "min": "83.865", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "191.115", "max": "193.49", "min": "189.97", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "147.849", "max": "148.959", "min": "147.453", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "229.749", "max": "230.005", "min": "229.595", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "70.921", "max": "71.433", "min": "70.72", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "79.228", "max": "79.297", "min": "79.115", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "52.195", "max": "52.876", "min": "52.002", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "86.341", "max": "86.447", "min": "86.169", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "131.369", "max": "133.369", "min": "130.917", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "129.195", "max": "129.619", "min": "129.03", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "106.611", "max": "114.479", "min": "104.27", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "200.846", "max": "206.183", "min": "199.822", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "135.728", "max": "136.881", "min": "134.619", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "95.142", "max": "98.647", "min": "94.819", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "149.688", "max": "150.018", "min": "149.431", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "65.045", "max": "67.162", "min": "64.717", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "110.39", "max": "116.249", "min": "100.49", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "226.403", "max": "226.403", "min": "226.403", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "53.983", "max": "55.23", "min": "53.782", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "40.242", "max": "40.448", "min": "40.157", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "149.606", "max": "150.271", "min": "149.298", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "75.542", "max": "91.867", "min": "65.331", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "75.749", "max": "79.904", "min": "75.31", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "212.184", "max": "213.181", "min": "211.882", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "36.651", "max": "38.369", "min": "36.37", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "155.135", "max": "155.335", "min": "155.024", "id": "9", "country": "Russia", "source_name": "Moscow", "destination_name": "Lansing", "destination_id": "295" } } }, "149": { "name": "St Petersburg", "data": { "0": { "avg": "203.877", "max": "205.863", "min": "203.715", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "294.285", "max": "294.714", "min": "293.983", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "139.706", "max": "139.985", "min": "139.585", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "44.651", "max": "52.693", "min": "43.912", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "47.801", "max": "49.126", "min": "47.515", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "193.647", "max": "205.09", "min": "193.102", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "35.776", "max": "36.639", "min": "35.648", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "305.886", "max": "315.952", "min": "304.732", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "10.82", "max": "10.978", "min": "10.71", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "12.378", "max": "14.292", "min": "12.049", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "38.653", "max": "39.472", "min": "38.401", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "155.369", "max": "156.294", "min": "155.166", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "108.119", "max": "109.642", "min": "107.941", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "112.719", "max": "113.704", "min": "112.502", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "147.889", "max": "156.467", "min": "147.418", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "131.17", "max": "132.972", "min": "130.71", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "52.336", "max": "53.066", "min": "52.103", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "132.044", "max": "132.235", "min": "131.925", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "53.659", "max": "54.102", "min": "53.433", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "54.562", "max": "54.733", "min": "54.465", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "311.797", "max": "332.77", "min": "310.952", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "129.135", "max": "129.506", "min": "129.021", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "183.252", "max": "183.698", "min": "183.061", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "193.167", "max": "193.706", "min": "193.012", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "23.237", "max": "23.684", "min": "23.046", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "21.653", "max": "25.334", "min": "21.364", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "49.93", "max": "52.376", "min": "49.684", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "55.825", "max": "58.546", "min": "55.428", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "35.302", "max": "35.733", "min": "35.181", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "177.449", "max": "177.745", "min": "177.256", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "180.283", "max": "180.435", "min": "180.169", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "49.779", "max": "50.362", "min": "49.657", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "169.524", "max": "173.61", "min": "169.205", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "44.68", "max": "46.879", "min": "44.488", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "43.374", "max": "45.784", "min": "43.019", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "190.622", "max": "192.363", "min": "190.341", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "172.753", "max": "175.076", "min": "172.561", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "170.778", "max": "172.217", "min": "170.507", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "144.364", "max": "145.699", "min": "144.142", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "114.055", "max": "114.988", "min": "113.826", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "181.486", "max": "185.385", "min": "180.789", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "48.376", "max": "52.232", "min": "47.771", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "73.695", "max": "76.119", "min": "73.439", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "6.084", "max": "6.204", "min": "6.008", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "166.818", "max": "168.085", "min": "166.656", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "51.826", "max": "52.92", "min": "51.409", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "26.903", "max": "27.498", "min": "26.744", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "198.076", "max": "199.298", "min": "197.799", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "275.938", "max": "276.306", "min": "275.753", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "153.558", "max": "156.139", "min": "153.319", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "125.298", "max": "125.778", "min": "125.108", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "186.072", "max": "186.751", "min": "185.83", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "52.399", "max": "65.368", "min": "41.216", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "143.177", "max": "143.315", "min": "143.054", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "173.96", "max": "182.813", "min": "170.904", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "207.647", "max": "208.477", "min": "207.429", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "69.651", "max": "72.733", "min": "68.585", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "324.461", "max": "324.91", "min": "324.383", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "51.105", "max": "55.673", "min": "50.448", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "44.406", "max": "45.05", "min": "44.205", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "81.25", "max": "83.752", "min": "80.486", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "101.986", "max": "151.07", "min": "99.469", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "228.211", "max": "254.289", "min": "225.082", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "233.197", "max": "233.721", "min": "233.066", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "74.657", "max": "76.627", "min": "74.276", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "66.678", "max": "69.302", "min": "66.099", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "118.253", "max": "118.759", "min": "118.085", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "72.423", "max": "75.802", "min": "71.994", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "248.701", "max": "250.222", "min": "247.921", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "160.285", "max": "160.682", "min": "160.166", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "217.388", "max": "217.848", "min": "217.211", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "169.607", "max": "169.914", "min": "169.389", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "184.684", "max": "192.742", "min": "184.029", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "136.463", "max": "139.303", "min": "136.275", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "79.692", "max": "80.465", "min": "79.493", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "43.985", "max": "45.363", "min": "43.699", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "134.898", "max": "135.841", "min": "134.756", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "185.28", "max": "185.769", "min": "185.147", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "136.574", "max": "149.176", "min": "135.831", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "133.748", "max": "134.304", "min": "133.555", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "175.265", "max": "178.89", "min": "174.829", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "135.176", "max": "137.604", "min": "134.878", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "265.005", "max": "265.434", "min": "264.868", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "172.84", "max": "173.087", "min": "172.661", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "159.85", "max": "162.094", "min": "159.682", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "91.22", "max": "92.086", "min": "90.899", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "47.429", "max": "48.578", "min": "47.156", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "138.127", "max": "138.498", "min": "137.951", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "138.967", "max": "139.501", "min": "138.754", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "46.162", "max": "46.511", "min": "45.932", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "139.443", "max": "140.652", "min": "138.784", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "186.391", "max": "187.381", "min": "185.937", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "58.439", "max": "59.838", "min": "58.289", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "305.337", "max": "308.041", "min": "305.122", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "116.611", "max": "120.672", "min": "116.309", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "146.557", "max": "146.774", "min": "146.397", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "186.828", "max": "187.086", "min": "186.66", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "165.374", "max": "207.895", "min": "163.264", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "173.743", "max": "174.374", "min": "173.553", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "139.961", "max": "142.833", "min": "139.567", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "140.19", "max": "140.373", "min": "140.085", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "182.613", "max": "183.177", "min": "182.443", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "56.054", "max": "56.75", "min": "55.894", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "346.667", "max": "350.264", "min": "345.951", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "136.706", "max": "136.869", "min": "136.609", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "-1", "max": "-1", "min": "-1", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "217.881", "max": "221.176", "min": "217.479", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "123.639", "max": "124.308", "min": "123.453", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "134.004", "max": "134.364", "min": "133.84", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "178.322", "max": "178.921", "min": "178.188", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "277.404", "max": "277.68", "min": "277.271", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "310.434", "max": "312.387", "min": "309.185", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "114.024", "max": "114.184", "min": "113.929", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "177.808", "max": "178.894", "min": "177.536", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "398.886", "max": "522.878", "min": "244.016", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "166.686", "max": "303.739", "min": "93.453", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "200.102", "max": "205.272", "min": "199.122", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "264.544", "max": "266.353", "min": "264.358", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "153.622", "max": "153.882", "min": "153.5", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "140.683", "max": "143.197", "min": "140.246", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "153.26", "max": "154.538", "min": "152.907", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "203.061", "max": "362.889", "min": "129.198", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "220.219", "max": "220.774", "min": "220.109", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "25.661", "max": "78.249", "min": "20.298", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "11.63", "max": "11.707", "min": "11.563", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "24.5", "max": "28.815", "min": "23.765", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "107.958", "max": "108.315", "min": "107.814", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "190.777", "max": "191.464", "min": "190.504", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "145.56", "max": "146.401", "min": "145.32", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "222.589", "max": "226.037", "min": "222.262", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "134.853", "max": "137.234", "min": "134.625", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "136.306", "max": "140.517", "min": "136.001", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "128.238", "max": "129.426", "min": "128.01", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "311.891", "max": "313.685", "min": "311.271", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "154.671", "max": "158.932", "min": "154.279", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "112.926", "max": "113.746", "min": "112.696", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "164.226", "max": "170.419", "min": "162.941", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "143.747", "max": "144.184", "min": "143.54", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "159.992", "max": "160.297", "min": "159.792", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "111.272", "max": "111.825", "min": "111.107", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "46.951", "max": "47.178", "min": "46.797", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "198.698", "max": "202.517", "min": "198.104", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "0.038", "max": "0.072", "min": "0.024", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "64.169", "max": "66.083", "min": "63.912", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "225.19", "max": "226.959", "min": "224.837", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "37.047", "max": "37.547", "min": "36.786", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "55.836", "max": "80.898", "min": "54.47", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "180.931", "max": "181.499", "min": "180.812", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "42.34", "max": "43.758", "min": "42.165", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "41.313", "max": "42.559", "min": "41.175", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "42.794", "max": "47.385", "min": "41.84", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "221.189", "max": "221.58", "min": "221.041", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "66.655", "max": "71.643", "min": "66.338", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "37.051", "max": "55.525", "min": "36.135", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "123.944", "max": "124.477", "min": "123.466", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "181.472", "max": "181.875", "min": "181.035", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "21.657", "max": "22.83", "min": "21.396", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "289.177", "max": "347.06", "min": "278.228", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "158.288", "max": "158.572", "min": "158.111", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "150.192", "max": "150.319", "min": "150.08", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "415.632", "max": "416.004", "min": "415.274", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "15.807", "max": "16.021", "min": "15.666", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "109.336", "max": "111.013", "min": "109.179", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "77.29", "max": "78.374", "min": "77.101", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "212.584", "max": "213.716", "min": "212.355", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "49.628", "max": "50.873", "min": "49.386", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "175.923", "max": "177.06", "min": "175.663", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "280.968", "max": "315.756", "min": "215.915", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "123.019", "max": "125.496", "min": "122.734", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "131.417", "max": "131.643", "min": "131.33", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "35.117", "max": "36.356", "min": "34.839", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "173.294", "max": "174.44", "min": "173.15", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "48.268", "max": "48.906", "min": "48.059", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "46.318", "max": "46.723", "min": "46.106", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "63.427", "max": "79.29", "min": "62.771", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "59.022", "max": "59.105", "min": "58.946", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "43.107", "max": "43.577", "min": "42.869", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "91.088", "max": "92.108", "min": "90.833", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "63.612", "max": "67.055", "min": "63.355", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "22.601", "max": "24.213", "min": "22.388", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "78.193", "max": "80.678", "min": "77.945", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "42.693", "max": "46.191", "min": "42.182", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "38.697", "max": "39.652", "min": "38.524", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "42.685", "max": "42.858", "min": "42.576", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "47.525", "max": "47.799", "min": "47.355", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "85.266", "max": "104.392", "min": "83.928", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "63.504", "max": "67.057", "min": "62.65", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "67.026", "max": "134.319", "min": "38.535", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "45.713", "max": "47.216", "min": "45.534", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "89.409", "max": "90.32", "min": "89.152", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "52.883", "max": "53.85", "min": "52.665", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "67.523", "max": "68.546", "min": "67.043", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "37.78", "max": "38.718", "min": "37.416", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "222.388", "max": "226.4", "min": "221.951", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "37.038", "max": "42.134", "min": "36.71", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "73.042", "max": "74.096", "min": "72.697", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "43.965", "max": "44.702", "min": "43.829", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "203.924", "max": "210.014", "min": "202.522", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "83.754", "max": "83.881", "min": "83.557", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "49.929", "max": "66.179", "min": "49.099", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "49.403", "max": "51.837", "min": "48.781", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "38.872", "max": "39.277", "min": "38.695", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "304.133", "max": "318.784", "min": "301.055", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "110.494", "max": "120.295", "min": "109.535", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "245.343", "max": "246.002", "min": "240.011", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "176.847", "max": "176.938", "min": "176.77", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "42.25", "max": "42.427", "min": "42.142", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "111.741", "max": "112.231", "min": "111.576", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "182.082", "max": "182.511", "min": "181.766", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "63.962", "max": "64.183", "min": "63.801", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "85.969", "max": "87.097", "min": "85.53", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "41.914", "max": "42.677", "min": "41.767", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "34.984", "max": "36.762", "min": "34.603", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "134.53", "max": "135.42", "min": "134.413", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "135.138", "max": "135.304", "min": "135.014", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "271.79", "max": "272.699", "min": "271.559", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "117.749", "max": "118.58", "min": "117.345", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "44.598", "max": "45.237", "min": "44.438", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "111.502", "max": "112.174", "min": "111.387", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "47.907", "max": "48.394", "min": "47.752", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "236.38", "max": "238.529", "min": "236.147", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "156.659", "max": "160.737", "min": "153.622", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "47.989", "max": "48.64", "min": "47.809", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "95.95", "max": "101.744", "min": "94.921", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "190.905", "max": "193.717", "min": "189.743", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "136.081", "max": "136.667", "min": "135.738", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "256.161", "max": "256.542", "min": "255.997", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "104.235", "max": "104.882", "min": "104.042", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "65.818", "max": "66.505", "min": "65.712", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "44.209", "max": "44.905", "min": "44.066", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "72.508", "max": "72.87", "min": "72.387", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "119.836", "max": "121.007", "min": "119.59", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "120.474", "max": "121.442", "min": "120.271", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "96.1", "max": "102.534", "min": "94.001", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "197.553", "max": "198.727", "min": "196.474", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "129.108", "max": "130.813", "min": "128.091", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "80.55", "max": "82.339", "min": "80.366", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "130.429", "max": "132.229", "min": "130.055", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "56.764", "max": "63.021", "min": "56.183", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "199.566", "max": "203.565", "min": "194.006", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "215.909", "max": "215.909", "min": "215.909", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "43.39", "max": "43.629", "min": "43.301", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "33.223", "max": "34.533", "min": "33.018", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "133.591", "max": "134.759", "min": "133.325", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "63.836", "max": "75.222", "min": "55.939", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "59.322", "max": "59.917", "min": "59.203", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "190.175", "max": "192.588", "min": "189.844", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "45.341", "max": "48.465", "min": "44.852", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "139.672", "max": "139.773", "min": "139.592", "id": "149", "country": "Russia", "source_name": "St Petersburg", "destination_name": "Lansing", "destination_id": "295" } } }, "176": { "name": "Novosibirsk", "data": { "0": { "avg": "244.757", "max": "245.14", "min": "241.359", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "366.704", "max": "367.555", "min": "366.348", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "180.172", "max": "180.547", "min": "180.026", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "98.589", "max": "102.101", "min": "98.069", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "91.573", "max": "91.973", "min": "91.397", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "82.796", "max": "83.169", "min": "82.665", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "98.137", "max": "99.604", "min": "97.872", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "367.573", "max": "394.254", "min": "365.592", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "44.167", "max": "45.04", "min": "43.966", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "65.031", "max": "65.213", "min": "64.895", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "98.82", "max": "98.977", "min": "98.652", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "200.168", "max": "201.915", "min": "199.994", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "166.378", "max": "166.548", "min": "166.276", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "175.024", "max": "175.334", "min": "174.885", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "191.538", "max": "191.691", "min": "191.436", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "168.145", "max": "168.715", "min": "167.883", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "106.263", "max": "106.447", "min": "106.012", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "179.905", "max": "180.069", "min": "179.807", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "107.257", "max": "107.522", "min": "107.098", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "110.034", "max": "110.139", "min": "109.939", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "369.071", "max": "369.344", "min": "368.939", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "173.889", "max": "174.255", "min": "173.79", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "223.196", "max": "223.726", "min": "223.066", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "226.458", "max": "226.809", "min": "226.269", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "69.568", "max": "70.359", "min": "69.348", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "78.124", "max": "78.42", "min": "77.959", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "108.432", "max": "108.992", "min": "108.223", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "98.81", "max": "99.072", "min": "98.544", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "103.469", "max": "105.566", "min": "103.215", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "229.266", "max": "229.76", "min": "228.923", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "122.621", "max": "122.76", "min": "122.535", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "110.146", "max": "110.421", "min": "109.972", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "258.766", "max": "259.206", "min": "258.632", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "53.034", "max": "53.627", "min": "52.88", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "96.354", "max": "98.435", "min": "95.924", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "180.111", "max": "182.419", "min": "179.801", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "224.717", "max": "224.892", "min": "224.647", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "228.097", "max": "228.307", "min": "227.907", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "197.243", "max": "197.919", "min": "197.066", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "165.396", "max": "166.546", "min": "165.095", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "235.148", "max": "239.21", "min": "232.601", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "104.666", "max": "105.991", "min": "104.292", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "125.263", "max": "125.515", "min": "125.122", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "67.732", "max": "68.305", "min": "67.599", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "220.141", "max": "220.313", "min": "219.972", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "109.042", "max": "109.639", "min": "108.593", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "77.059", "max": "77.991", "min": "76.907", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "241.921", "max": "242.896", "min": "241.684", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "307.161", "max": "308.467", "min": "305.706", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "199.7", "max": "200.041", "min": "199.597", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "168.826", "max": "169.107", "min": "168.667", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "231.35", "max": "231.542", "min": "231.121", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "110.423", "max": "195.638", "min": "95.462", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "185.197", "max": "185.974", "min": "184.708", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "349.227", "max": "375.306", "min": "344.881", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "138.012", "max": "138.341", "min": "137.772", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "121.5", "max": "123.205", "min": "120.531", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "376.09", "max": "376.23", "min": "376.015", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "115.87", "max": "117.352", "min": "115.444", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "93.89", "max": "94.11", "min": "93.78", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "149.117", "max": "149.884", "min": "148.665", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "151.649", "max": "200.084", "min": "147.753", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "199.559", "max": "325.917", "min": "187.909", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "223.788", "max": "224.203", "min": "223.619", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "126.799", "max": "127.137", "min": "126.667", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "116.348", "max": "118.638", "min": "116.055", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "169.543", "max": "170.533", "min": "169.364", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "113.175", "max": "113.428", "min": "112.595", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "292.894", "max": "295.569", "min": "292.155", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "205.647", "max": "207.046", "min": "205.439", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "92.638", "max": "94.475", "min": "92.437", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "220.908", "max": "222.155", "min": "220.6", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "242.729", "max": "243.43", "min": "242.53", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "191.719", "max": "191.857", "min": "191.639", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "142.483", "max": "144.515", "min": "142.109", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "97.422", "max": "98.136", "min": "97.141", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "197.095", "max": "197.258", "min": "196.96", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "222.389", "max": "224.319", "min": "219.835", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "191.646", "max": "193.774", "min": "191.395", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "181.127", "max": "182.911", "min": "180.041", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "222.585", "max": "222.965", "min": "222.349", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "167.739", "max": "168.065", "min": "167.507", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "145.815", "max": "146.55", "min": "141.519", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "343.564", "max": "345.227", "min": "343.363", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "218.975", "max": "219.205", "min": "218.819", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "146.737", "max": "148.174", "min": "146.246", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "101.34", "max": "101.897", "min": "101.028", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "190.511", "max": "190.748", "min": "190.371", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "199.117", "max": "200.955", "min": "198.903", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "102.544", "max": "108.558", "min": "102.066", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "189.222", "max": "191.414", "min": "188.556", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "231.965", "max": "232.85", "min": "231.76", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "112.896", "max": "113.011", "min": "112.81", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "226.967", "max": "228.598", "min": "226.691", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "169.068", "max": "171.076", "min": "168.822", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "201.548", "max": "202.897", "min": "201.157", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "236.512", "max": "236.899", "min": "236.335", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "215.158", "max": "236.644", "min": "213.371", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "232.822", "max": "233.044", "min": "232.728", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "187.675", "max": "193.987", "min": "187.042", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "192.881", "max": "193.508", "min": "192.745", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "236.063", "max": "236.24", "min": "235.899", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "99.665", "max": "100.345", "min": "99.55", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "390.734", "max": "392.126", "min": "390.11", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "189.603", "max": "190.023", "min": "189.42", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "399.254", "max": "417.257", "min": "360.446", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "267.234", "max": "267.506", "min": "267.104", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "164.907", "max": "165.157", "min": "164.675", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "187.123", "max": "187.301", "min": "186.994", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "202.594", "max": "206.233", "min": "201.844", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "237.22", "max": "237.461", "min": "237.007", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "144.853", "max": "145.013", "min": "144.755", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "173.167", "max": "173.288", "min": "173.062", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "229.633", "max": "269.064", "min": "227.985", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "527.329", "max": "632.578", "min": "351.619", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "206.791", "max": "364.128", "min": "142.644", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "239.437", "max": "244.725", "min": "238.874", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "120.624", "max": "122.405", "min": "120.305", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "208.843", "max": "210.434", "min": "208.67", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "195.889", "max": "196.496", "min": "195.565", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "199.316", "max": "199.819", "min": "199.095", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "259.525", "max": "417.84", "min": "187.938", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "274.82", "max": "275.515", "min": "274.676", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "110.652", "max": "303.713", "min": "100.717", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "67.853", "max": "68.111", "min": "67.776", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "75.595", "max": "76.342", "min": "75.191", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "170.26", "max": "171.247", "min": "170.053", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "232.041", "max": "232.527", "min": "231.821", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "189.926", "max": "191.799", "min": "189.59", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "258.185", "max": "263.075", "min": "257.71", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "187.221", "max": "187.698", "min": "187.056", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "183.478", "max": "183.665", "min": "183.31", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "188.243", "max": "188.54", "min": "188.065", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "373.029", "max": "374.523", "min": "372.462", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "207.422", "max": "207.698", "min": "207.305", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "163.655", "max": "163.947", "min": "163.502", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "219.325", "max": "229.814", "min": "218.09", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "205.072", "max": "205.528", "min": "204.932", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "197.855", "max": "198.006", "min": "197.699", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "161.791", "max": "162.629", "min": "161.603", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "99.395", "max": "99.862", "min": "99.26", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "257.846", "max": "258.444", "min": "257.524", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "49.588", "max": "50.659", "min": "49.429", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "101.416", "max": "101.821", "min": "101.183", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "237.44", "max": "245.118", "min": "236.626", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "95.223", "max": "96.087", "min": "94.878", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "107.804", "max": "114.325", "min": "106.678", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "371.849", "max": "372.369", "min": "371.667", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "98.011", "max": "101.721", "min": "97.754", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "97.455", "max": "97.797", "min": "97.302", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "88.089", "max": "104.595", "min": "86.56", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "129.033", "max": "129.193", "min": "128.932", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "110.775", "max": "112.587", "min": "110.496", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "87.066", "max": "111.861", "min": "85.517", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "175.812", "max": "176.038", "min": "175.696", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "224.571", "max": "262.917", "min": "222.999", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "68.684", "max": "69.628", "min": "68.421", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "320.807", "max": "366.42", "min": "311.955", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "204.675", "max": "204.868", "min": "204.437", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "197.098", "max": "197.27", "min": "196.982", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "465.792", "max": "466.188", "min": "465.483", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "104.677", "max": "104.875", "min": "104.593", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "158.56", "max": "159.997", "min": "158.328", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "101.463", "max": "101.869", "min": "101.348", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "257.3", "max": "257.449", "min": "257.214", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "0.038", "max": "0.194", "min": "0.021", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "275.811", "max": "277.282", "min": "275.516", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "133.627", "max": "135.759", "min": "131.907", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "162.085", "max": "162.332", "min": "161.931", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "186.085", "max": "186.24", "min": "185.997", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "87.35", "max": "88.302", "min": "87.111", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "235.086", "max": "235.366", "min": "234.926", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "104.306", "max": "107.389", "min": "104.011", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "92.503", "max": "99.532", "min": "91.98", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "105.778", "max": "127.815", "min": "104.674", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "94.411", "max": "95.066", "min": "94.241", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "97.95", "max": "98.797", "min": "97.635", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "128.791", "max": "129.396", "min": "128.514", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "113.361", "max": "113.762", "min": "113.28", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "29.16", "max": "29.993", "min": "29.012", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "120.943", "max": "127.123", "min": "120.393", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "90.129", "max": "90.605", "min": "89.814", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "95.004", "max": "95.233", "min": "94.892", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "91.41", "max": "91.629", "min": "91.262", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "100.615", "max": "101.429", "min": "100.417", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "153.188", "max": "153.74", "min": "152.906", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "111.535", "max": "117.48", "min": "110.654", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "118.413", "max": "176.732", "min": "89.842", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "89.53", "max": "89.925", "min": "89.312", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "166.639", "max": "168.214", "min": "166.276", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "108.474", "max": "108.73", "min": "108.251", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "108.214", "max": "108.783", "min": "107.8", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "89.624", "max": "89.9", "min": "89.434", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "290.716", "max": "292.834", "min": "290.492", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "90.361", "max": "90.558", "min": "90.261", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "89.671", "max": "90.012", "min": "89.496", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "98.939", "max": "99.042", "min": "98.867", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "244.15", "max": "251.601", "min": "242.906", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "119.742", "max": "120.725", "min": "119.573", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "93.003", "max": "102.97", "min": "92.136", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "90.411", "max": "90.537", "min": "90.281", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "94.419", "max": "94.834", "min": "93.845", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "263.879", "max": "273.328", "min": "261.106", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "169.889", "max": "179.001", "min": "168.534", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "142.875", "max": "143.079", "min": "142.74", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "236.76", "max": "236.922", "min": "236.622", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "94.776", "max": "96.26", "min": "94.565", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "56.048", "max": "57.26", "min": "55.85", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "253.616", "max": "253.882", "min": "253.449", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "108.371", "max": "108.593", "min": "108.138", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "158.682", "max": "159.935", "min": "158.381", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "96.911", "max": "98.474", "min": "96.564", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "89.883", "max": "91.021", "min": "89.585", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "186.656", "max": "186.848", "min": "186.548", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "186.303", "max": "186.784", "min": "186.195", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "267.444", "max": "478.061", "min": "259.148", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "162.935", "max": "163.415", "min": "162.515", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "93.079", "max": "93.703", "min": "92.933", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "163.498", "max": "163.642", "min": "163.377", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "94.502", "max": "94.728", "min": "94.383", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "300.981", "max": "301.564", "min": "300.782", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "210.188", "max": "214.305", "min": "207.236", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "107.286", "max": "107.589", "min": "107.156", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "128.376", "max": "129.325", "min": "127.867", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "236.159", "max": "238.467", "min": "235.013", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "280.45", "max": "281.442", "min": "279.976", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "111.817", "max": "112.03", "min": "111.647", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "76.38", "max": "76.795", "min": "76.177", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "122.266", "max": "122.435", "min": "122.165", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "98.843", "max": "99.382", "min": "98.714", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "121.366", "max": "122.013", "min": "121.267", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "178.48", "max": "180.838", "min": "177.831", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "172.646", "max": "172.887", "min": "172.498", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "143.306", "max": "149.608", "min": "141.126", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "250.824", "max": "252.029", "min": "249.848", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "178.196", "max": "179.935", "min": "176.945", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "139.677", "max": "140.855", "min": "139.426", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "185.864", "max": "186.171", "min": "185.629", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "106.139", "max": "110.642", "min": "105.653", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "112.666", "max": "117.608", "min": "102.092", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "263.307", "max": "263.307", "min": "263.307", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "101.566", "max": "104.551", "min": "101.388", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "89.584", "max": "89.853", "min": "89.461", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "193.874", "max": "197.284", "min": "193.49", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "115.356", "max": "125.284", "min": "107.306", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "115.245", "max": "115.41", "min": "115.111", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "196.396", "max": "198.414", "min": "196.047", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "70.873", "max": "71.799", "min": "70.629", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "190.898", "max": "191.284", "min": "190.804", "id": "176", "country": "Russia", "source_name": "Novosibirsk", "destination_name": "Lansing", "destination_id": "295" } } }, "194": { "name": "Kazan", "data": { "0": { "avg": "221.457", "max": "223.376", "min": "221.107", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "312.033", "max": "318.297", "min": "311.509", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "144.561", "max": "144.678", "min": "144.469", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "66.274", "max": "70.108", "min": "65.327", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "62.274", "max": "63.724", "min": "61.985", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "274.257", "max": "275.559", "min": "274.028", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "63.458", "max": "65.191", "min": "63.156", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "317.876", "max": "335.427", "min": "316.788", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "15.115", "max": "15.381", "min": "14.984", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "32.191", "max": "39.996", "min": "31.713", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "68.188", "max": "69.195", "min": "67.96", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "168.518", "max": "188.461", "min": "167.56", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "131.95", "max": "139.411", "min": "131.523", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "133.603", "max": "134.515", "min": "133.438", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "164.873", "max": "165.863", "min": "164.681", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "139.916", "max": "140.447", "min": "139.188", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "75.533", "max": "76.769", "min": "75.207", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "150.069", "max": "154.37", "min": "149.722", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "84.058", "max": "84.242", "min": "83.92", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "77.932", "max": "79.155", "min": "77.782", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "342.839", "max": "343.012", "min": "341.952", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "151.822", "max": "152.124", "min": "151.689", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "194.409", "max": "195.76", "min": "194.17", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "187.507", "max": "189.887", "min": "187.249", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "38.912", "max": "39.712", "min": "38.764", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "40.072", "max": "42.703", "min": "39.769", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "67.361", "max": "69.062", "min": "67.057", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "68.117", "max": "68.727", "min": "67.934", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "66.965", "max": "68.84", "min": "66.719", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "194.582", "max": "195.808", "min": "194.281", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "190.82", "max": "192.062", "min": "190.626", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "86.015", "max": "87.035", "min": "85.824", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "199.476", "max": "201.281", "min": "199.08", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "24.215", "max": "41.131", "min": "23.394", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "69.795", "max": "73.487", "min": "69.364", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "219.462", "max": "223.367", "min": "219.017", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "199.074", "max": "200.494", "min": "198.926", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "198.92", "max": "200.545", "min": "198.693", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "171.229", "max": "172.86", "min": "170.984", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "137.694", "max": "140.602", "min": "137.334", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "210.721", "max": "213.9", "min": "210.049", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "66.51", "max": "71.372", "min": "65.883", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "98.046", "max": "101.022", "min": "95.317", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "36.577", "max": "47.283", "min": "35.68", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "229.007", "max": "229.556", "min": "228.795", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "77.554", "max": "79.516", "min": "77.134", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "50.372", "max": "50.776", "min": "50.179", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "204.251", "max": "205.547", "min": "204.043", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "292.101", "max": "294.927", "min": "290.618", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "169.133", "max": "169.468", "min": "168.994", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "138.005", "max": "140.126", "min": "137.596", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "203.612", "max": "205.227", "min": "203.318", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "132.784", "max": "142.669", "min": "123.753", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "154.568", "max": "170.191", "min": "153.764", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "313.756", "max": "330.085", "min": "309.601", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "196.552", "max": "198.095", "min": "196.231", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "93.772", "max": "96.11", "min": "92.893", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "342.64", "max": "343.367", "min": "342.541", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "81.697", "max": "85.163", "min": "81.276", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "62.807", "max": "67.879", "min": "62.372", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "112.845", "max": "115.311", "min": "112.152", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "123.427", "max": "166.273", "min": "120.196", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "228.858", "max": "235.216", "min": "228.179", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "255.883", "max": "256.609", "min": "255.758", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "92.583", "max": "93.743", "min": "92.35", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "89.51", "max": "89.825", "min": "89.355", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "130.82", "max": "131.69", "min": "130.663", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "87.954", "max": "107.75", "min": "86.234", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "261.784", "max": "263.673", "min": "260.922", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "180.282", "max": "184.498", "min": "179.965", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "188.892", "max": "193.246", "min": "188.397", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "196.558", "max": "198.085", "min": "196.184", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "197.476", "max": "199.1", "min": "197.287", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "167.845", "max": "169.3", "min": "167.667", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "107.624", "max": "110.142", "min": "107.368", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "69.903", "max": "75.649", "min": "69.419", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "162.079", "max": "162.502", "min": "161.924", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "183.358", "max": "184.909", "min": "183.095", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "161.605", "max": "163.501", "min": "161.318", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "151.399", "max": "153.283", "min": "150.45", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "191.118", "max": "193.181", "min": "190.822", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "138.798", "max": "139.946", "min": "138.418", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "299.02", "max": "301.628", "min": "298.431", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "292.066", "max": "292.892", "min": "291.837", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "175.204", "max": "175.956", "min": "175.05", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "123.189", "max": "124.646", "min": "122.913", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "69.614", "max": "71.937", "min": "69.265", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "167.433", "max": "168.384", "min": "167.221", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "152.026", "max": "152.861", "min": "151.783", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "69.281", "max": "74.828", "min": "68.695", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "164.2", "max": "165.723", "min": "163.538", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "191.998", "max": "194.804", "min": "191.609", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "81.933", "max": "82.019", "min": "81.854", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "246.977", "max": "250.017", "min": "246.635", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "136.133", "max": "137.658", "min": "135.928", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "163.503", "max": "165.717", "min": "163.184", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "203.978", "max": "212.926", "min": "203.236", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "192.718", "max": "204.375", "min": "191.667", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "201.513", "max": "201.976", "min": "201.395", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "161.653", "max": "163.754", "min": "161.265", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "169.126", "max": "169.631", "min": "168.972", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "214.666", "max": "214.833", "min": "214.475", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "75.592", "max": "77.025", "min": "75.379", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "366.33", "max": "369.381", "min": "365.713", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "157.572", "max": "159.206", "min": "157.268", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "373.549", "max": "382.344", "min": "351.169", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "224.323", "max": "226.853", "min": "223.682", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "139.599", "max": "140.176", "min": "139.34", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "149.818", "max": "150.042", "min": "149.689", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "191.549", "max": "192.251", "min": "191.402", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "235.953", "max": "236.502", "min": "235.75", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "171.86", "max": "173.013", "min": "171.677", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "123.301", "max": "123.87", "min": "123.18", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "199.438", "max": "200.741", "min": "199.177", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "397.251", "max": "518.538", "min": "240.118", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "172.842", "max": "248.59", "min": "102.312", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "222.012", "max": "225.092", "min": "221.462", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "193.67", "max": "195.921", "min": "193.4", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "174.027", "max": "175.139", "min": "173.828", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "172.776", "max": "173.762", "min": "172.442", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "170.984", "max": "172.435", "min": "170.608", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "235.914", "max": "390.948", "min": "158.896", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "242.001", "max": "242.775", "min": "241.783", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "50.465", "max": "118.137", "min": "47.712", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "36.018", "max": "36.689", "min": "35.908", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "41.646", "max": "42.977", "min": "41.043", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "130.279", "max": "133.119", "min": "127.912", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "209.678", "max": "210.481", "min": "209.454", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "157.456", "max": "158.885", "min": "157.157", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "223.492", "max": "225.065", "min": "223.243", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "160.117", "max": "163.349", "min": "159.681", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "150.598", "max": "151.731", "min": "150.399", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "154.338", "max": "154.854", "min": "154.131", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "335.27", "max": "336.777", "min": "334.497", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "183.7", "max": "186.792", "min": "183.401", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "128.605", "max": "128.83", "min": "128.415", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "191.552", "max": "207.329", "min": "190.197", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "169.291", "max": "172.655", "min": "168.825", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "162.37", "max": "164.096", "min": "161.952", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "136.762", "max": "137.698", "min": "136.601", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "66.088", "max": "66.915", "min": "65.897", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "224.905", "max": "228.667", "min": "224.479", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "22.608", "max": "24.505", "min": "22.425", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "66.426", "max": "66.595", "min": "66.209", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "237.734", "max": "248.4", "min": "237.146", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "60.101", "max": "60.702", "min": "59.79", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "82.595", "max": "91.965", "min": "81.889", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "333.333", "max": "334.344", "min": "333.115", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "65.092", "max": "67.455", "min": "64.783", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "66.453", "max": "69.532", "min": "66.192", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "57.505", "max": "67.914", "min": "56.182", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "220.271", "max": "223.489", "min": "220.049", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "81.528", "max": "99.417", "min": "80.59", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "60.086", "max": "60.283", "min": "59.907", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "141.682", "max": "142.504", "min": "141.512", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "194.543", "max": "196.071", "min": "194.211", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "39.484", "max": "41.977", "min": "39.117", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "292.487", "max": "338.561", "min": "284.215", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "173.229", "max": "173.989", "min": "172.899", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "167.201", "max": "167.403", "min": "167.079", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "429.104", "max": "431.987", "min": "428.506", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "70.333", "max": "71.606", "min": "70.135", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "124.641", "max": "125.859", "min": "124.373", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "73.194", "max": "86.32", "min": "72.451", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "231.305", "max": "232.356", "min": "231.125", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "29.927", "max": "53.054", "min": "28.975", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "203.453", "max": "204.944", "min": "203.204", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "283.974", "max": "284.52", "min": "283.631", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "137.746", "max": "138.006", "min": "137.579", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "152.367", "max": "153.762", "min": "152.189", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "58.005", "max": "58.488", "min": "57.83", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "249.344", "max": "256.13", "min": "248.859", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "76.412", "max": "77.77", "min": "74.587", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "64.908", "max": "67.281", "min": "64.559", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "89.825", "max": "92.222", "min": "89.552", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "71.657", "max": "74.068", "min": "71.395", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "66.693", "max": "67.786", "min": "66.181", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "104.38", "max": "127.36", "min": "103.351", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "85.044", "max": "87.433", "min": "84.857", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "0.042", "max": "0.145", "min": "0.023", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "95.824", "max": "96.058", "min": "95.653", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "63.042", "max": "65.777", "min": "62.617", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "61.961", "max": "63.766", "min": "61.764", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "57.378", "max": "58.098", "min": "57.242", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "75.8", "max": "76.014", "min": "75.651", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "129.11", "max": "133.963", "min": "128.567", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "71.278", "max": "73.998", "min": "70.449", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "75.156", "max": "100.377", "min": "59.178", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "62.374", "max": "64.416", "min": "62.146", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "133.406", "max": "134.758", "min": "133.178", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "77.603", "max": "78.601", "min": "77.332", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "82.003", "max": "87.917", "min": "81.25", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "65.512", "max": "90.839", "min": "62.753", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "245.618", "max": "247.23", "min": "245.315", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "62.937", "max": "63.468", "min": "62.777", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "59.781", "max": "62.272", "min": "59.438", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "67.46", "max": "67.637", "min": "67.357", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "208.539", "max": "215.228", "min": "206.929", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "97.7", "max": "97.927", "min": "97.555", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "63.472", "max": "71.234", "min": "62.266", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "58.024", "max": "60.094", "min": "57.638", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "69.716", "max": "70.467", "min": "69.265", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "288.582", "max": "291.163", "min": "288.29", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "126.426", "max": "134.372", "min": "125.015", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "274.355", "max": "277.81", "min": "267.553", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "204.91", "max": "206.638", "min": "204.601", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "62.983", "max": "64.119", "min": "62.827", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "86.69", "max": "88.382", "min": "86.424", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "221.439", "max": "222.697", "min": "221.031", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "75.987", "max": "77.076", "min": "75.749", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "125.708", "max": "130.465", "min": "125.065", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "70.758", "max": "72.064", "min": "70.402", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "60.197", "max": "62.115", "min": "59.82", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "164.349", "max": "166.544", "min": "164.146", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "160.761", "max": "160.884", "min": "160.673", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "259.949", "max": "261.854", "min": "259.556", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "144.91", "max": "147.597", "min": "144.577", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "61.663", "max": "62.695", "min": "61.468", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "138.382", "max": "141.365", "min": "138.158", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "63.865", "max": "64.225", "min": "63.739", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "265.771", "max": "268.927", "min": "265.198", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "172.34", "max": "176.744", "min": "169.456", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "84.12", "max": "85.354", "min": "83.886", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "110.026", "max": "122.977", "min": "108.933", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "210.112", "max": "213.857", "min": "208.758", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "244.366", "max": "245.638", "min": "243.835", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "242.041", "max": "243.54", "min": "241.756", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "50.094", "max": "50.601", "min": "49.964", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "94.702", "max": "95.488", "min": "94.587", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "57.568", "max": "58.667", "min": "57.427", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "111.874", "max": "112.018", "min": "111.77", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "143.491", "max": "145.313", "min": "143", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "141.222", "max": "144.08", "min": "140.953", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "124.618", "max": "128.257", "min": "122.567", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "226.394", "max": "227.83", "min": "226.022", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "143.999", "max": "147.086", "min": "142.897", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "101.356", "max": "104.142", "min": "100.966", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "154.366", "max": "155.521", "min": "153.962", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "74.66", "max": "79.056", "min": "74.056", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "218.302", "max": "221.166", "min": "214.12", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "267.091", "max": "267.091", "min": "267.091", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "67.648", "max": "68.58", "min": "67.534", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "55.955", "max": "58.348", "min": "55.564", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "162.775", "max": "163.628", "min": "162.539", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "89.329", "max": "99.495", "min": "80.831", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "87.18", "max": "88.502", "min": "86.937", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "191.901", "max": "196.62", "min": "191.264", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "67.148", "max": "67.946", "min": "66.923", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "163.268", "max": "182.153", "min": "162.488", "id": "194", "country": "Russia", "source_name": "Kazan", "destination_name": "Lansing", "destination_id": "295" } } }, "224": { "name": "Vladivostok", "data": { "0": { "avg": "375.939", "max": "376.085", "min": "375.8", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "192.352", "max": "194.845", "min": "191.95", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "227.405", "max": "228.485", "min": "227.205", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "141.884", "max": "143.899", "min": "141.57", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "138.571", "max": "139.434", "min": "138.304", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "37.859", "max": "39.524", "min": "37.535", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "160.062", "max": "160.695", "min": "158.144", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "353.711", "max": "370.273", "min": "352.55", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "102.983", "max": "104.864", "min": "102.666", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "117.084", "max": "133.069", "min": "115.189", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "147.529", "max": "149.816", "min": "147.138", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "259.869", "max": "260.373", "min": "259.711", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "210.63", "max": "210.904", "min": "210.487", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "233.432", "max": "234.244", "min": "233.177", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "252.075", "max": "252.367", "min": "251.954", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "232.94", "max": "233.496", "min": "232.397", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "161.895", "max": "162.269", "min": "161.666", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "240.045", "max": "240.966", "min": "239.833", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "162.23", "max": "162.506", "min": "161.998", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "160.15", "max": "163.169", "min": "159.885", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "166.319", "max": "166.588", "min": "166.138", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "228.858", "max": "229.376", "min": "228.681", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "287.422", "max": "289.177", "min": "287.17", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "288.854", "max": "303.186", "min": "287.737", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "132.657", "max": "134.653", "min": "132.334", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "126.287", "max": "126.708", "min": "126.112", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "147.634", "max": "149.689", "min": "147.288", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "139.702", "max": "143.059", "min": "139.343", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "135.119", "max": "135.527", "min": "134.889", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "283.457", "max": "284.291", "min": "283.093", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "110.669", "max": "111.638", "min": "110.443", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "158.748", "max": "159.315", "min": "158.492", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "276.867", "max": "279.088", "min": "276.508", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "109.138", "max": "110.038", "min": "108.941", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "126.238", "max": "127.703", "min": "125.929", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "287.504", "max": "291.1", "min": "287.08", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "287.741", "max": "287.892", "min": "287.64", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "264.453", "max": "270.434", "min": "263.981", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "265.118", "max": "265.474", "min": "264.908", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "226.765", "max": "228.992", "min": "226.268", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "277.829", "max": "280.675", "min": "277.351", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "174.368", "max": "272.828", "min": "146.408", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "168.629", "max": "168.946", "min": "168.476", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "128.096", "max": "136.545", "min": "127.584", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "256.204", "max": "257.521", "min": "255.957", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "147.135", "max": "148.06", "min": "146.566", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "135.054", "max": "136.111", "min": "134.787", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "284.875", "max": "286.588", "min": "284.543", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "390.189", "max": "391.597", "min": "389.051", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "286.086", "max": "286.48", "min": "285.889", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "215.396", "max": "216.481", "min": "215.061", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "288.147", "max": "288.751", "min": "287.89", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "192.094", "max": "206.14", "min": "176.559", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "263.837", "max": "264.871", "min": "263.642", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "358.756", "max": "364.449", "min": "355.75", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "109.711", "max": "110.929", "min": "109.427", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "224.054", "max": "228.533", "min": "223.139", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "448.005", "max": "448.372", "min": "447.842", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "157.941", "max": "159.241", "min": "157.564", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "143.125", "max": "143.905", "min": "142.871", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "173.644", "max": "177.053", "min": "172.649", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "184.621", "max": "204.729", "min": "183.088", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "218.485", "max": "251.066", "min": "214.64", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "98.055", "max": "98.39", "min": "97.913", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "178.157", "max": "178.385", "min": "178.018", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "179.801", "max": "180.36", "min": "179.62", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "210.281", "max": "216.455", "min": "209.404", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "166.415", "max": "166.902", "min": "166.047", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "345.399", "max": "350.011", "min": "344.682", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "265.52", "max": "268.811", "min": "265.117", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "72.587", "max": "73.93", "min": "72.287", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "284.202", "max": "285.929", "min": "283.887", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "294.493", "max": "295.714", "min": "294.191", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "237.506", "max": "238.013", "min": "237.32", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "178.332", "max": "178.803", "min": "178.126", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "158.643", "max": "161.589", "min": "158.283", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "229.435", "max": "229.838", "min": "229.196", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "294.115", "max": "294.678", "min": "293.904", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "245.876", "max": "250.883", "min": "245.386", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "243.433", "max": "244.148", "min": "243.285", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "285.541", "max": "288.18", "min": "285.219", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "225.43", "max": "226.565", "min": "225.103", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "85.364", "max": "90.343", "min": "75.228", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "268.033", "max": "270.5", "min": "267.598", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "266.281", "max": "269.199", "min": "266.016", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "202.167", "max": "203.374", "min": "201.633", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "144.734", "max": "145.575", "min": "144.447", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "245.502", "max": "246.027", "min": "245.288", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "235.927", "max": "237.688", "min": "235.61", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "158.672", "max": "161.078", "min": "158.247", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "250.008", "max": "250.931", "min": "249.304", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "290.374", "max": "290.926", "min": "290.159", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "161.781", "max": "161.919", "min": "161.678", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "278.096", "max": "278.596", "min": "277.876", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "222.552", "max": "222.875", "min": "222.386", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "324.23", "max": "325.69", "min": "323.894", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "282.683", "max": "283.856", "min": "282.329", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "272.603", "max": "284.313", "min": "271.604", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "297.284", "max": "299.526", "min": "296.951", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "231.838", "max": "233.031", "min": "231.618", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "245.808", "max": "246.588", "min": "245.632", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "273.389", "max": "274.799", "min": "273.16", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "169.865", "max": "170.299", "min": "169.63", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "444.144", "max": "449.098", "min": "442.995", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "251.456", "max": "257.74", "min": "250.988", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "143.918", "max": "144.542", "min": "143.624", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "302.57", "max": "303.719", "min": "302.126", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "224.742", "max": "227.569", "min": "224.432", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "227.69", "max": "230.144", "min": "227.433", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "253.716", "max": "256.01", "min": "253.333", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "88.46", "max": "103.215", "min": "87.718", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "125.31", "max": "126.054", "min": "125.051", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "223.038", "max": "223.927", "min": "222.785", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "282.85", "max": "286.539", "min": "282.408", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "521.389", "max": "639.445", "min": "352.449", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "290.902", "max": "429.818", "min": "192.05", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "296.221", "max": "297.134", "min": "295.763", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "181.688", "max": "184.537", "min": "181.184", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "248.637", "max": "249.909", "min": "248.414", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "252.987", "max": "254.263", "min": "252.558", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "283.346", "max": "284.196", "min": "282.937", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "312.34", "max": "469.187", "min": "234.679", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "333.989", "max": "334.329", "min": "333.786", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "137.288", "max": "221.273", "min": "130.094", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "117.587", "max": "118.065", "min": "117.46", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "131.494", "max": "137.404", "min": "130.714", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "224.83", "max": "225.241", "min": "224.589", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "287.993", "max": "289.066", "min": "287.638", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "246.318", "max": "246.821", "min": "246.131", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "323.231", "max": "324.795", "min": "322.918", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "241.733", "max": "242.229", "min": "241.509", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "243.638", "max": "251.101", "min": "243.157", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "238.256", "max": "238.586", "min": "238.097", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "440.337", "max": "442.917", "min": "439.587", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "273.484", "max": "275.79", "min": "273.206", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "205.871", "max": "206.898", "min": "205.667", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "268.015", "max": "276.16", "min": "266.952", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "259.798", "max": "260.007", "min": "259.678", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "242.707", "max": "243.402", "min": "242.462", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "209.001", "max": "209.594", "min": "208.736", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "141.767", "max": "142.204", "min": "141.471", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "300.576", "max": "307.26", "min": "299.966", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "111.752", "max": "112.284", "min": "111.542", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "163.148", "max": "163.624", "min": "162.969", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "332.882", "max": "338.139", "min": "332.245", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "133.554", "max": "134.115", "min": "133.185", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "171.135", "max": "192.974", "min": "169.969", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "353.032", "max": "353.426", "min": "352.864", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "136.839", "max": "137.47", "min": "136.634", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "145.937", "max": "173.93", "min": "141.297", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "146.161", "max": "152.977", "min": "145.196", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "54.771", "max": "55.242", "min": "54.618", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "175.439", "max": "176.432", "min": "175.135", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "144.691", "max": "145.219", "min": "144.427", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "241.644", "max": "242.178", "min": "241.493", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "298.642", "max": "299.521", "min": "298.417", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "128.916", "max": "129.866", "min": "128.636", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "399.113", "max": "433.503", "min": "390.184", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "272.456", "max": "273.192", "min": "272.302", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": null, "max": null, "min": null, "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "252.838", "max": "253.548", "min": "252.652", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "700.376", "max": "700.932", "min": "699.893", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "124.225", "max": "125.75", "min": "123.888", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "226.551", "max": "227.022", "min": "226.292", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "165.561", "max": "166.924", "min": "165.346", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "300.844", "max": "300.969", "min": "300.751", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "56.157", "max": "57.502", "min": "55.85", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "267.233", "max": "268.312", "min": "266.934", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "81.018", "max": "81.566", "min": "80.761", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "227.151", "max": "227.66", "min": "226.985", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "249.555", "max": "250.462", "min": "249.375", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "127.179", "max": "130.744", "min": "126.667", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "258.679", "max": "259.123", "min": "258.487", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "144.857", "max": "145.333", "min": "144.702", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "155.219", "max": "156.076", "min": "154.954", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "173.439", "max": "174.574", "min": "173.064", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "150.55", "max": "151.386", "min": "150.382", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "140.093", "max": "140.764", "min": "139.813", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "178.956", "max": "179.549", "min": "178.674", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "162.895", "max": "163.647", "min": "162.691", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "86.73", "max": "90.47", "min": "86.313", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "177.853", "max": "178.591", "min": "177.584", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "131.129", "max": "135.186", "min": "130.604", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "134.415", "max": "134.61", "min": "134.268", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "147.18", "max": "147.547", "min": "146.93", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "141.552", "max": "141.772", "min": "141.325", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "195.427", "max": "195.977", "min": "195.067", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "151.098", "max": "153.541", "min": "150.143", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "160.276", "max": "203.404", "min": "141.895", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "134.741", "max": "135.71", "min": "134.563", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "209.454", "max": "210.166", "min": "209.235", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "161.965", "max": "205.453", "min": "160.161", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "178.739", "max": "179.317", "min": "178.289", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "159.553", "max": "160.987", "min": "159.187", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "112.545", "max": "113.395", "min": "112.304", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "139.47", "max": "157.727", "min": "138.174", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "168.663", "max": "170.8", "min": "168.376", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "146.884", "max": "147.529", "min": "146.728", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "294.466", "max": "300.354", "min": "292.712", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "179.168", "max": "179.435", "min": "178.991", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "136.879", "max": "139.247", "min": "136.591", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "153.266", "max": "155.721", "min": "152.509", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "142.517", "max": "143.189", "min": "142.254", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "187.708", "max": "198.296", "min": "184.574", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "223.519", "max": "228.727", "min": "222.543", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "78.894", "max": "80.421", "min": "77.059", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "275.124", "max": "276.227", "min": "274.881", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "145.606", "max": "146.597", "min": "145.381", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "0.129", "max": "0.857", "min": "0.039", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "285.107", "max": "285.711", "min": "284.769", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "162.762", "max": "163.161", "min": "162.525", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "200.533", "max": "201.167", "min": "200.254", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "142.79", "max": "144.356", "min": "142.356", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "144.643", "max": "146.733", "min": "144.069", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "246.646", "max": "250.847", "min": "246.401", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "240.085", "max": "240.726", "min": "239.944", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "275.425", "max": "352.55", "min": "272.463", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "235.444", "max": "235.602", "min": "235.263", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "142.59", "max": "143.402", "min": "142.353", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "213.449", "max": "213.711", "min": "213.283", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "146.931", "max": "148.735", "min": "146.677", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "372.323", "max": "893.656", "min": "353.712", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "252.133", "max": "256.267", "min": "249.475", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "145.76", "max": "146.964", "min": "145.485", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "192.738", "max": "197.517", "min": "189.593", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "289.33", "max": "293.439", "min": "288.485", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "334.173", "max": "335.327", "min": "333.627", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "25.51", "max": "26.298", "min": "25.272", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "136.71", "max": "137.558", "min": "136.436", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "168.985", "max": "169.212", "min": "168.868", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "148.658", "max": "149.534", "min": "148.503", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "197.818", "max": "199.458", "min": "197.608", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "239.112", "max": "241.47", "min": "238.743", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "229.078", "max": "229.417", "min": "228.92", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "221.132", "max": "233.862", "min": "219.097", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "308.726", "max": "309.899", "min": "308.383", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "225.676", "max": "227.485", "min": "224.486", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "187.26", "max": "188.377", "min": "186.942", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "248.832", "max": "249.143", "min": "248.542", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "149.573", "max": "153.538", "min": "148.908", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "58.06", "max": "58.653", "min": "57.826", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "320.035", "max": "320.035", "min": "320.035", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "151.659", "max": "154.586", "min": "151.392", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "140.276", "max": "141.172", "min": "140.077", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "230.695", "max": "232.743", "min": "230.356", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "177.25", "max": "236.713", "min": "144.335", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "176.825", "max": "212.075", "min": "175.449", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "259.128", "max": "276.997", "min": "258.013", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "136.528", "max": "139.837", "min": "136.086", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "253.832", "max": "261.292", "min": "253.401", "id": "224", "country": "Russia", "source_name": "Vladivostok", "destination_name": "Lansing", "destination_id": "295" } } } }, "Japan": { "6": { "name": "Tokyo", "data": { "0": { "avg": "243.617", "max": "243.838", "min": "243.487", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "156.214", "max": "156.758", "min": "155.997", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "178.506", "max": "179.205", "min": "178.355", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "278.701", "max": "285.513", "min": "278.011", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "236.19", "max": "236.76", "min": "236.003", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "0.046", "max": "0.071", "min": "0.015", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "237.174", "max": "237.41", "min": "237", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "198.896", "max": "202.664", "min": "198.267", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "210.828", "max": "210.966", "min": "210.7", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "248.678", "max": "250.404", "min": "248.414", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "219.541", "max": "219.966", "min": "219.401", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "146.853", "max": "147.181", "min": "146.7", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "176.052", "max": "176.239", "min": "175.906", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "181.506", "max": "181.734", "min": "181.361", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "179.926", "max": "180.527", "min": "179.791", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "170.272", "max": "170.968", "min": "170.095", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "237.861", "max": "238.175", "min": "237.617", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "157.199", "max": "157.826", "min": "157.071", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "257.988", "max": "258.206", "min": "257.832", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "233.417", "max": "234.026", "min": "233.328", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "130.492", "max": "130.959", "min": "130.387", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "169.622", "max": "169.777", "min": "169.514", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "104.33", "max": "104.73", "min": "104.16", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "143.765", "max": "152.379", "min": "143.345", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "240.27", "max": "241.01", "min": "239.971", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "233.874", "max": "234.079", "min": "233.776", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "287.377", "max": "289.216", "min": "287.166", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "228.678", "max": "228.945", "min": "228.505", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "221.778", "max": "222.256", "min": "221.655", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "108.17", "max": "108.987", "min": "107.92", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "75.58", "max": "76.621", "min": "75.407", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "248.678", "max": "248.914", "min": "248.566", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "161.719", "max": "185.805", "min": "160.549", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "258.723", "max": "259.749", "min": "258.598", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "226.893", "max": "228.09", "min": "226.73", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "78.988", "max": "80.629", "min": "78.624", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "114.927", "max": "115.026", "min": "114.859", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "123.279", "max": "123.513", "min": "123.163", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "149.704", "max": "149.91", "min": "149.591", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "171.796", "max": "172.225", "min": "171.577", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "361.759", "max": "364.725", "min": "361.257", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "238.635", "max": "239.897", "min": "238.177", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "270.521", "max": "270.773", "min": "270.419", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "243.291", "max": "252.567", "min": "242.797", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "258.646", "max": "262.513", "min": "252.526", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "266.908", "max": "267.699", "min": "266.558", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "248.639", "max": "248.832", "min": "248.53", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "265.099", "max": "267.843", "min": "256.939", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "309.016", "max": "309.267", "min": "308.863", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "154.556", "max": "155.265", "min": "154.454", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "138.078", "max": "138.271", "min": "137.797", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "120.479", "max": "120.982", "min": "120.249", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "261.214", "max": "269.665", "min": "250.59", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.01", "max": "139.459", "min": "138.82", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "247.853", "max": "266.698", "min": "243.37", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "78.459", "max": "78.897", "min": "78.291", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "255.113", "max": "259.582", "min": "254.335", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "277.789", "max": "278.107", "min": "277.696", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "264.707", "max": "267.305", "min": "264.247", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "240.026", "max": "240.533", "min": "239.897", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "288.985", "max": "293.816", "min": "288.073", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "277.409", "max": "309.632", "min": "274.933", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "93.957", "max": "115.399", "min": "91.569", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "112.069", "max": "112.276", "min": "111.966", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "271.436", "max": "271.802", "min": "271.221", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "275.856", "max": "276.495", "min": "275.719", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "164.634", "max": "165.019", "min": "164.476", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "261.372", "max": "261.657", "min": "260.98", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "359.28", "max": "360.898", "min": "358.653", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "147.616", "max": "149.787", "min": "147.317", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "47.934", "max": "49.029", "min": "47.622", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "117.549", "max": "117.905", "min": "117.264", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "226.007", "max": "227.936", "min": "225.847", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "170.242", "max": "170.429", "min": "170.162", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "261.728", "max": "262.819", "min": "261.496", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "229.518", "max": "229.667", "min": "229.364", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "168.231", "max": "168.376", "min": "168.112", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "123.352", "max": "123.574", "min": "123.212", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "193.979", "max": "204.224", "min": "193.392", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "153.766", "max": "154.106", "min": "153.551", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "85.549", "max": "85.956", "min": "85.325", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "154.966", "max": "155.545", "min": "154.648", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "170.3", "max": "172.809", "min": "168.925", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "103.547", "max": "105.607", "min": "103.268", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "138.865", "max": "139.53", "min": "138.742", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "289.287", "max": "290.231", "min": "288.988", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "233", "max": "236.783", "min": "232.591", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "178.126", "max": "178.277", "min": "178.03", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "147.741", "max": "147.951", "min": "147.592", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "235.101", "max": "238.91", "min": "234.729", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "171.64", "max": "175.605", "min": "170.818", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "121.21", "max": "121.509", "min": "121.017", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "228.79", "max": "228.855", "min": "228.726", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "33.61", "max": "46.578", "min": "32.934", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "183.724", "max": "183.94", "min": "183.619", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "174.245", "max": "174.837", "min": "173.957", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "222.001", "max": "222.354", "min": "221.747", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "226.95", "max": "248.335", "min": "225.233", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "119.066", "max": "119.277", "min": "118.968", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "172.304", "max": "172.654", "min": "172.169", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "186.401", "max": "187.039", "min": "186.311", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "156.194", "max": "156.958", "min": "156.005", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "295.468", "max": "296.001", "min": "295.274", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "285.407", "max": "288.446", "min": "284.836", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "163.118", "max": "167.118", "min": "162.813", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "113.985", "max": "114.516", "min": "113.722", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "243.585", "max": "245.151", "min": "243.362", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "161.309", "max": "162.584", "min": "161.136", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "174.016", "max": "174.33", "min": "173.882", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "234.449", "max": "240.337", "min": "233.957", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "70.607", "max": "70.796", "min": "70.464", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "83.388", "max": "84.713", "min": "78.257", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "160.354", "max": "160.515", "min": "160.242", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "264.821", "max": "270.858", "min": "264.278", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "554.245", "max": "672.037", "min": "389.846", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "421.475", "max": "549.888", "min": "352.591", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "396.788", "max": "409.27", "min": "396.068", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "7.854", "max": "10.899", "min": "7.405", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "157.525", "max": "158.305", "min": "157.273", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "180.45", "max": "183.746", "min": "180.117", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "113.939", "max": "114.245", "min": "113.673", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "247.308", "max": "399.52", "min": "168.816", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "301.088", "max": "328.874", "min": "290.106", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "276.705", "max": "416.599", "min": "265.572", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "253.427", "max": "254.205", "min": "253.293", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "255.548", "max": "256.559", "min": "254.922", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "166.191", "max": "176.557", "min": "161.2", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "399.087", "max": "399.809", "min": "398.894", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "355.411", "max": "357.803", "min": "352.928", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "174.024", "max": "174.835", "min": "173.838", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "150.221", "max": "150.376", "min": "150.074", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "146.164", "max": "146.534", "min": "145.937", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "131.389", "max": "131.771", "min": "131.108", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "265.238", "max": "266.376", "min": "264.781", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "156.845", "max": "156.97", "min": "156.742", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "185.28", "max": "185.535", "min": "185.081", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "157.842", "max": "169.926", "min": "156.286", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "161.039", "max": "161.287", "min": "160.811", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "130.767", "max": "134.064", "min": "130.486", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "184.315", "max": "190.462", "min": "183.939", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "276.368", "max": "277.309", "min": "276.193", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "117.121", "max": "121.384", "min": "116.672", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "193.358", "max": "198.056", "min": "193.06", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "228.847", "max": "229.296", "min": "228.556", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "79.332", "max": "97.49", "min": "78.475", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "266.83", "max": "270.856", "min": "266.4", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "270.319", "max": "277.022", "min": "269.994", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "253.144", "max": "254.194", "min": "252.997", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "212.897", "max": "213.575", "min": "212.754", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "235.561", "max": "235.903", "min": "235.413", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "240.245", "max": "246.506", "min": "239.092", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "18.352", "max": "20.671", "min": "18.138", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "248.083", "max": "248.708", "min": "247.938", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "274.217", "max": "317.681", "min": "272.557", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "183.263", "max": "183.454", "min": "183.159", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "90.188", "max": "90.565", "min": "89.998", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "207.124", "max": "208.1", "min": "206.824", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "74.541", "max": "111.644", "min": "66.935", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "146.878", "max": "147.263", "min": "146.721", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "308.903", "max": "374.653", "min": "300.504", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "213.483", "max": "213.636", "min": "213.413", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "132.807", "max": "133.422", "min": "132.731", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "247.526", "max": "247.763", "min": "247.297", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "139.334", "max": "139.884", "min": "139.072", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "311.036", "max": "311.371", "min": "310.857", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "395.594", "max": "396.095", "min": "395.475", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "82.798", "max": "83.378", "min": "82.667", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "159.932", "max": "160.385", "min": "159.752", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "48.776", "max": "53.939", "min": "48.051", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "167.194", "max": "167.713", "min": "166.988", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "177.351", "max": "177.534", "min": "177.277", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "257.154", "max": "259.493", "min": "256.851", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "165.279", "max": "165.674", "min": "165.075", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "237.103", "max": "239.39", "min": "236.933", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "230.402", "max": "230.863", "min": "230.107", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "224.225", "max": "235.8", "min": "223.381", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "282.864", "max": "284.919", "min": "282.646", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "233.638", "max": "234.272", "min": "233.374", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "260.658", "max": "261.21", "min": "260.523", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "259.73", "max": "260.198", "min": "259.579", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "274.181", "max": "275.943", "min": "273.966", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "299.71", "max": "300", "min": "299.531", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "241.187", "max": "242.335", "min": "240.299", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "244.861", "max": "245.359", "min": "244.715", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "257.232", "max": "257.636", "min": "257.151", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "231.692", "max": "237.53", "min": "231.232", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "315.315", "max": "316.099", "min": "314.965", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "253.257", "max": "279.553", "min": "250.434", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "258.327", "max": "308.971", "min": "230.495", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "207.128", "max": "207.81", "min": "206.946", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "320.328", "max": "320.887", "min": "320.11", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "272.506", "max": "275.542", "min": "272.159", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "255.208", "max": "255.829", "min": "254.729", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "241.808", "max": "250.843", "min": "241.031", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "103.845", "max": "103.994", "min": "103.759", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "228.999", "max": "231.168", "min": "228.818", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "278.19", "max": "278.51", "min": "277.98", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "259.64", "max": "260.18", "min": "259.542", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "268.214", "max": "279.801", "min": "256.025", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "308.547", "max": "308.842", "min": "308.391", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "220.815", "max": "226.396", "min": "220.421", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "230.756", "max": "231.372", "min": "230.62", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "251.245", "max": "251.497", "min": "251.089", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "184.875", "max": "196.454", "min": "182.069", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "178.574", "max": "181.681", "min": "178.082", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "178.971", "max": "179.124", "min": "178.741", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "238.755", "max": "239.302", "min": "238.58", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "223.13", "max": "223.391", "min": "222.996", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "37.764", "max": "38.398", "min": "37.564", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "136.727", "max": "137.565", "min": "136.388", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "291.516", "max": "292.019", "min": "291.306", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "294.095", "max": "295.59", "min": "293.881", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "238.759", "max": "240.031", "min": "238.507", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "226.155", "max": "228.189", "min": "225.828", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "133.6", "max": "134.692", "min": "133.482", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "150.368", "max": "150.601", "min": "150.278", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "75.544", "max": "75.762", "min": "75.335", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "185.056", "max": "185.596", "min": "184.918", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "234.294", "max": "234.61", "min": "234.151", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "188.427", "max": "188.882", "min": "188.285", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "230.123", "max": "230.597", "min": "229.995", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "318.4", "max": "318.674", "min": "318.235", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "185.834", "max": "190.676", "min": "183.519", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "292.372", "max": "292.5", "min": "292.249", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "240.877", "max": "241.633", "min": "240.058", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "226.226", "max": "240.575", "min": "224.404", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "326.359", "max": "327.115", "min": "325.895", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "1.096", "max": "8.987", "min": "0.643", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "293.564", "max": "294.791", "min": "293.403", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "274.453", "max": "274.627", "min": "274.366", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "222.375", "max": "222.593", "min": "222.174", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "307.01", "max": "307.202", "min": "306.914", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "186.563", "max": "191.584", "min": "186.014", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "182.966", "max": "183.267", "min": "182.837", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "291.787", "max": "302.719", "min": "290.009", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "246.828", "max": "250.161", "min": "245.799", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "191.726", "max": "193.479", "min": "190.818", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "292.073", "max": "292.336", "min": "291.923", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "123.791", "max": "124.091", "min": "123.616", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "235.552", "max": "239.639", "min": "235.249", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "194.689", "max": "197.232", "min": "194.44", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "258.465", "max": "258.465", "min": "258.465", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "227.614", "max": "227.838", "min": "227.557", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "226.464", "max": "227.112", "min": "226.367", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "323.622", "max": "324.065", "min": "323.356", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "232.231", "max": "239.887", "min": "224.668", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "249.119", "max": "249.792", "min": "248.983", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "135.971", "max": "137.32", "min": "135.652", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "315.761", "max": "319.24", "min": "315.423", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "196.927", "max": "197.72", "min": "196.791", "id": "6", "country": "Japan", "source_name": "Tokyo", "destination_name": "Lansing", "destination_id": "295" } } }, "119": { "name": "Osaka", "data": { "0": { "avg": "238.92", "max": "239.165", "min": "238.722", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "144.444", "max": "149.244", "min": "143.857", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "173.7", "max": "174.863", "min": "173.497", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "249.831", "max": "262.157", "min": "248.278", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "231.365", "max": "232.065", "min": "231.12", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "7.698", "max": "10.523", "min": "7.427", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "260.632", "max": "262.542", "min": "260.344", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "144.097", "max": "148.373", "min": "143.242", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "258.953", "max": "259.319", "min": "258.806", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "242.695", "max": "245.906", "min": "242.398", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "226.738", "max": "227.415", "min": "226.461", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.09", "max": "137.658", "min": "136.873", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "174.754", "max": "184.71", "min": "174.162", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "174.231", "max": "177.627", "min": "173.629", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "172.168", "max": "173.259", "min": "172.031", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "173.346", "max": "173.885", "min": "173.038", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "227.156", "max": "231.28", "min": "226.655", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "152.459", "max": "153.254", "min": "152.243", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "245.622", "max": "245.844", "min": "245.416", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "279.717", "max": "285.056", "min": "279.315", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "136.754", "max": "141.615", "min": "136.342", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "150.771", "max": "152.137", "min": "150.479", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "109.579", "max": "112.116", "min": "109.33", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "113.451", "max": "117.379", "min": "112.946", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "244.288", "max": "246.22", "min": "243.798", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "225.715", "max": "226.089", "min": "225.582", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "249.452", "max": "251.712", "min": "249.163", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "237.254", "max": "239.728", "min": "236.863", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "230.259", "max": "231.553", "min": "230.088", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "119.513", "max": "121.646", "min": "119.178", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "75.593", "max": "77.003", "min": "75.303", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "270.213", "max": "270.798", "min": "269.998", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "164.515", "max": "167.334", "min": "164.135", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "258.022", "max": "259.554", "min": "257.817", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "280.691", "max": "281.266", "min": "280.408", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "85.172", "max": "86.82", "min": "85.014", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "129.577", "max": "131.348", "min": "129.396", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "127.897", "max": "129.909", "min": "127.542", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "138.685", "max": "140.541", "min": "138.367", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "169.383", "max": "171.662", "min": "168.984", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "369.64", "max": "375.318", "min": "368.837", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "237.832", "max": "242.262", "min": "237.228", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "265.002", "max": "265.45", "min": "264.888", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "244.876", "max": "246.527", "min": "244.414", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "166.779", "max": "168.618", "min": "166.515", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "247.43", "max": "248.47", "min": "246.945", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "254.857", "max": "256.931", "min": "254.404", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "235.567", "max": "236.937", "min": "235.345", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "269.063", "max": "270.942", "min": "268.829", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "148.494", "max": "150.19", "min": "148.193", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "169.212", "max": "170.77", "min": "169.016", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "98.968", "max": "100.108", "min": "98.517", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "255.216", "max": "342.762", "min": "249.799", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "133.283", "max": "134.548", "min": "133.032", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "127.197", "max": "151.354", "min": "123.009", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "90.496", "max": "91.069", "min": "90.297", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "233.058", "max": "235.638", "min": "232.095", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "157.429", "max": "158.888", "min": "157.221", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "263.375", "max": "264.252", "min": "263.11", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "241.545", "max": "244.328", "min": "241.258", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "281.121", "max": "283.245", "min": "280.463", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "283.291", "max": "326.074", "min": "280.245", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "109.296", "max": "187.773", "min": "101.906", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "106.301", "max": "107.073", "min": "106.063", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "266.908", "max": "268.418", "min": "266.608", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "287.856", "max": "288.929", "min": "287.715", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "167.078", "max": "167.232", "min": "166.954", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "258.698", "max": "260.708", "min": "258.171", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "287.309", "max": "288.867", "min": "286.585", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "123.978", "max": "126.553", "min": "123.691", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "51.765", "max": "52.869", "min": "51.448", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "168.361", "max": "169.726", "min": "167.965", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "206.612", "max": "209.413", "min": "206.322", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "162.502", "max": "166.692", "min": "161.979", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "267.438", "max": "270.813", "min": "267.015", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "255.146", "max": "257.255", "min": "254.847", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "160.693", "max": "162.402", "min": "160.405", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "122.912", "max": "127.217", "min": "122.5", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "159.291", "max": "161.285", "min": "159.008", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "149.841", "max": "151.305", "min": "149.557", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "95.759", "max": "97.916", "min": "95.464", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "171.803", "max": "172.492", "min": "171.462", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "51.51", "max": "58.035", "min": "50.975", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "105.871", "max": "106.32", "min": "105.64", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "140.739", "max": "141.135", "min": "140.603", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "276.917", "max": "279.091", "min": "276.382", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "233.88", "max": "239.99", "min": "233.365", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "161.467", "max": "162.388", "min": "161.264", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "142.472", "max": "145.792", "min": "142.048", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "233.383", "max": "242.05", "min": "231.96", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "201.405", "max": "204.064", "min": "200.531", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "124.072", "max": "124.584", "min": "123.763", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "243.647", "max": "245.096", "min": "243.498", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "33.76", "max": "35.891", "min": "33.43", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "170.67", "max": "173.554", "min": "170.272", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "156.281", "max": "157.212", "min": "155.97", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "217.715", "max": "221.995", "min": "217.27", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "220.009", "max": "233.522", "min": "218.741", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "111.799", "max": "113.171", "min": "111.478", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "147.727", "max": "150.7", "min": "147.2", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "158.074", "max": "159.267", "min": "157.944", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "145.234", "max": "145.947", "min": "144.955", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "294.639", "max": "297.364", "min": "294.162", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "206.789", "max": "219.818", "min": "205.734", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "149.158", "max": "152.342", "min": "148.769", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "119.884", "max": "124.847", "min": "119.31", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "294.417", "max": "296.772", "min": "294.213", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "165.668", "max": "168.397", "min": "165.209", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "167.713", "max": "170.288", "min": "167.33", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "140.031", "max": "143.452", "min": "139.75", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "56.928", "max": "58.865", "min": "56.669", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "35.886", "max": "37.662", "min": "35.718", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "157.664", "max": "158.26", "min": "157.51", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "343.969", "max": "345.842", "min": "343.637", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "603.537", "max": "728.408", "min": "429.003", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "361.862", "max": "480.58", "min": "285.23", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "398.053", "max": "413.165", "min": "396.893", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "0.041", "max": "0.076", "min": "0.024", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "142.709", "max": "143.774", "min": "142.446", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "166.882", "max": "169.249", "min": "166.44", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "127.437", "max": "131.312", "min": "127.026", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "228.717", "max": "387.755", "min": "157.085", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "266.936", "max": "267.319", "min": "266.817", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "243.088", "max": "441.554", "min": "231.373", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "271.671", "max": "271.848", "min": "271.564", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "257.549", "max": "258.919", "min": "257.003", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "156.11", "max": "161.821", "min": "152.713", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "370.655", "max": "374.094", "min": "370.295", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "232.796", "max": "234.387", "min": "232.454", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "148.356", "max": "149.18", "min": "148.108", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "161.134", "max": "161.511", "min": "160.972", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "164.677", "max": "165.343", "min": "164.393", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "148.305", "max": "148.773", "min": "148.088", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "144.996", "max": "146.945", "min": "144.247", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "148.62", "max": "149.79", "min": "148.349", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "172.416", "max": "174.569", "min": "172.077", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "129.885", "max": "135.531", "min": "128.715", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "149.439", "max": "150.72", "min": "149.2", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "144.302", "max": "151.041", "min": "143.784", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "167.113", "max": "170.025", "min": "166.707", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "248.462", "max": "248.62", "min": "248.384", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "147.043", "max": "149.355", "min": "146.41", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "264.732", "max": "269.096", "min": "264.349", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "244.677", "max": "244.944", "min": "244.491", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "134.348", "max": "137.801", "min": "133.954", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "229.899", "max": "230.57", "min": "229.609", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "260.076", "max": "265.374", "min": "259.388", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "146.401", "max": "147.212", "min": "146.18", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "221.953", "max": "225.055", "min": "221.705", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "237.464", "max": "242.073", "min": "236.98", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "232.208", "max": "250.91", "min": "229.907", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "24.716", "max": "26.099", "min": "24.532", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "236.551", "max": "238.654", "min": "236.268", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "215.493", "max": "271.352", "min": "213.302", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "169.16", "max": "169.886", "min": "169.004", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "104.838", "max": "107.685", "min": "104.443", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "246.115", "max": "248.086", "min": "245.732", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "93.007", "max": "133.614", "min": "86.079", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "167.295", "max": "168.482", "min": "167.081", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "310.083", "max": "385.681", "min": "301.646", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "199.683", "max": "200.422", "min": "199.509", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "265.039", "max": "267.945", "min": "264.571", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "207.358", "max": "210.292", "min": "207.018", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "157.181", "max": "158.538", "min": "156.925", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "307.584", "max": "307.89", "min": "307.406", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "298.054", "max": "301.543", "min": "297.806", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "120.497", "max": "122.855", "min": "120.285", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "168.976", "max": "170.177", "min": "168.644", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "44.792", "max": "45.34", "min": "44.596", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "190.249", "max": "191.458", "min": "190.04", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "159.778", "max": "163.409", "min": "159.449", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "245.171", "max": "246.92", "min": "244.914", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "169.898", "max": "172.755", "min": "169.652", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "236.639", "max": "238.374", "min": "236.299", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "219.125", "max": "220.648", "min": "218.759", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "228.079", "max": "238.024", "min": "227.312", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "240.452", "max": "241.79", "min": "240.236", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "227.896", "max": "229.181", "min": "227.557", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "272.808", "max": "273.736", "min": "272.577", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "224.554", "max": "226.7", "min": "224.265", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "193.764", "max": "196.654", "min": "193.388", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "258.774", "max": "259.082", "min": "258.667", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "199.767", "max": "202.011", "min": "199.322", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "238.341", "max": "238.616", "min": "238.195", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "255.932", "max": "257.813", "min": "255.704", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "204.515", "max": "206.27", "min": "204.254", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "277.202", "max": "282.421", "min": "276.614", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "230.433", "max": "246.176", "min": "229.426", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "237.868", "max": "321.872", "min": "220.638", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "230.725", "max": "233.144", "min": "230.321", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "289.086", "max": "290.584", "min": "288.844", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "213.362", "max": "235.888", "min": "212.273", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "239.004", "max": "241.628", "min": "238.546", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "223.132", "max": "227.583", "min": "222.436", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "86.324", "max": "86.646", "min": "86.192", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "223.029", "max": "227.697", "min": "222.602", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "233.114", "max": "233.409", "min": "232.908", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "267.425", "max": "268.151", "min": "267.289", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "221.653", "max": "227.213", "min": "219.464", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "286.936", "max": "288.105", "min": "286.635", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "238.179", "max": "240.807", "min": "237.781", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "220.786", "max": "225.081", "min": "220.375", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "235.559", "max": "236.783", "min": "235.247", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "123.529", "max": "124.113", "min": "123.293", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "177.325", "max": "180.483", "min": "176.831", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "90.243", "max": "91.025", "min": "90.031", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "117.369", "max": "119.42", "min": "117.066", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "223.554", "max": "226.247", "min": "223.166", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "181.762", "max": "186.213", "min": "181.232", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "119.694", "max": "121.401", "min": "119.354", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "233.139", "max": "234.45", "min": "232.865", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "297.449", "max": "299.025", "min": "297.19", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "230.504", "max": "232.511", "min": "229.95", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "237.95", "max": "240.903", "min": "237.479", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "153.281", "max": "155.773", "min": "152.988", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "165.207", "max": "166.217", "min": "165.02", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "86.988", "max": "171.073", "min": "75.49", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "170.884", "max": "172.868", "min": "170.628", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "224.776", "max": "225.246", "min": "224.625", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "179.424", "max": "182.97", "min": "178.991", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "220.061", "max": "224.367", "min": "219.648", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "289.989", "max": "291.796", "min": "289.759", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "176.502", "max": "181.302", "min": "174.148", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "243.824", "max": "245.699", "min": "243.566", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "268.413", "max": "271.556", "min": "267.384", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "205.455", "max": "210.472", "min": "204.523", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "325.23", "max": "326.452", "min": "324.752", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "7.518", "max": "7.723", "min": "7.393", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "295.524", "max": "297.265", "min": "295.152", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "245.223", "max": "245.524", "min": "245.096", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "227.704", "max": "228.115", "min": "227.494", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "268.614", "max": "269.836", "min": "268.427", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "169.139", "max": "173.421", "min": "168.503", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "168.502", "max": "169.295", "min": "168.276", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "271.288", "max": "274.774", "min": "269.704", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "218.573", "max": "219.262", "min": "218.353", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "171.343", "max": "174.784", "min": "169.983", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "270.986", "max": "273.33", "min": "270.571", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "138.035", "max": "139.35", "min": "137.741", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "235.175", "max": "239.477", "min": "234.423", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "77.426", "max": "78.63", "min": "77.125", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "257.468", "max": "257.468", "min": "257.468", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "227.197", "max": "228.454", "min": "226.955", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "241.105", "max": "243.431", "min": "240.78", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "325.137", "max": "328.484", "min": "324.65", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "266.712", "max": "279.938", "min": "258.013", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "254.409", "max": "254.585", "min": "254.214", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "139.842", "max": "143.176", "min": "139.492", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "293.869", "max": "298.942", "min": "293.379", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "176.961", "max": "180.652", "min": "176.713", "id": "119", "country": "Japan", "source_name": "Osaka", "destination_name": "Lansing", "destination_id": "295" } } }, "159": { "name": "Sapporo", "data": { "0": { "avg": "304.287", "max": "304.651", "min": "304.156", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "174.057", "max": "174.845", "min": "173.777", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "178.973", "max": "179.656", "min": "178.846", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "293.037", "max": "300.005", "min": "292.097", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "264.698", "max": "266.42", "min": "264.413", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "18.288", "max": "19.16", "min": "18.126", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "271.308", "max": "271.442", "min": "271.129", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "198.551", "max": "203.815", "min": "197.915", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "286.561", "max": "286.705", "min": "286.439", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "236.362", "max": "238.029", "min": "236.056", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "233.515", "max": "233.89", "min": "233.37", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "162.919", "max": "182.312", "min": "162.089", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "183.418", "max": "184.305", "min": "183.273", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "202.482", "max": "210.904", "min": "201.95", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "186.484", "max": "190.059", "min": "186.262", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "173.257", "max": "173.666", "min": "173.031", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "228.167", "max": "228.414", "min": "227.951", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "172.08", "max": "172.173", "min": "171.998", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "268.629", "max": "270.346", "min": "268.431", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "276.635", "max": "276.842", "min": "276.555", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "149.91", "max": "150.072", "min": "149.816", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "164.177", "max": "164.377", "min": "164.091", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "124.711", "max": "124.824", "min": "124.613", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "139.07", "max": "139.711", "min": "138.805", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "254.574", "max": "254.854", "min": "254.256", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "257.641", "max": "257.817", "min": "257.588", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "286.298", "max": "288.731", "min": "285.973", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "244.037", "max": "244.24", "min": "243.831", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "279.823", "max": "279.929", "min": "279.722", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "125.971", "max": "126.727", "min": "125.745", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "84.928", "max": "85.078", "min": "84.794", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "262.69", "max": "263.074", "min": "262.565", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "167.686", "max": "168.983", "min": "167.509", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "302.945", "max": "303.13", "min": "302.878", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "251.004", "max": "252.77", "min": "250.631", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "99.667", "max": "100.681", "min": "99.436", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "121.448", "max": "121.583", "min": "121.395", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "126.532", "max": "126.733", "min": "126.429", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "157.779", "max": "157.953", "min": "157.637", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "184.758", "max": "189.314", "min": "184.398", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "378.755", "max": "381.034", "min": "378.433", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "266.822", "max": "271.882", "min": "266.252", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "279.259", "max": "279.422", "min": "279.167", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "236.468", "max": "238.053", "min": "236.121", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "171.834", "max": "171.99", "min": "171.756", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "308.43", "max": "309.137", "min": "308.099", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "278.142", "max": "278.393", "min": "277.982", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "280.217", "max": "283.233", "min": "271.625", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "313.869", "max": "314.316", "min": "313.721", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "155.804", "max": "156.741", "min": "155.654", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "158.906", "max": "159.137", "min": "158.668", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "123.478", "max": "123.752", "min": "123.254", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "298.536", "max": "310.628", "min": "285.403", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "139.112", "max": "139.332", "min": "138.979", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "131.983", "max": "149.839", "min": "127.851", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "97.922", "max": "99.235", "min": "97.643", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "243.196", "max": "246.335", "min": "242.288", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "290.292", "max": "290.782", "min": "290.196", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "247.095", "max": "248.216", "min": "246.708", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "283.493", "max": "283.659", "min": "283.386", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "313.339", "max": "314.38", "min": "312.879", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "302.847", "max": "342.791", "min": "300.044", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "113.254", "max": "116.134", "min": "112.916", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "279.816", "max": "279.941", "min": "279.75", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "303.154", "max": "304.238", "min": "303.006", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "299.458", "max": "299.619", "min": "299.328", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "184.277", "max": "184.627", "min": "184.147", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "236.274", "max": "236.618", "min": "235.865", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "316.118", "max": "318.224", "min": "315.377", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "158.436", "max": "159.396", "min": "158.262", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "67.289", "max": "68.148", "min": "67.062", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "125.743", "max": "126.21", "min": "125.537", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "221.473", "max": "224.153", "min": "221.248", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": "190.568", "max": "190.621", "min": "190.523", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "283.552", "max": "284.823", "min": "283.348", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "253.645", "max": "253.892", "min": "253.525", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "188.087", "max": "188.317", "min": "187.957", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "139.895", "max": "142.648", "min": "139.657", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "197.614", "max": "198.261", "min": "197.375", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "160.071", "max": "160.302", "min": "159.86", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "104.8", "max": "105.158", "min": "104.584", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "171.23", "max": "171.582", "min": "170.954", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "130.707", "max": "131.025", "min": "130.566", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "123.283", "max": "123.476", "min": "123.132", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "170.087", "max": "174.318", "min": "169.843", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "302.077", "max": "303.074", "min": "301.671", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "241.502", "max": "250.799", "min": "240.988", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "182.11", "max": "182.35", "min": "182.008", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "161.672", "max": "161.922", "min": "161.572", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "233.507", "max": "234.295", "min": "233.283", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "175.007", "max": "177.137", "min": "174.384", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "237.002", "max": "237.392", "min": "236.815", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "255.116", "max": "255.293", "min": "255.016", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "47.485", "max": "48.805", "min": "47.293", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "176.352", "max": "176.574", "min": "176.211", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "186.513", "max": "186.727", "min": "186.367", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "239.734", "max": "239.997", "min": "239.529", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "226.472", "max": "240.413", "min": "225.225", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "129.593", "max": "129.869", "min": "129.41", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "191.58", "max": "191.865", "min": "191.398", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "174.993", "max": "175.27", "min": "174.904", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "122.414", "max": "122.783", "min": "122.228", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "284.816", "max": "287.793", "min": "284.514", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "243.572", "max": "244.724", "min": "243.161", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "168.512", "max": "168.759", "min": "168.337", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "133.537", "max": "134.837", "min": "133.12", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "285.027", "max": "285.789", "min": "284.928", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": "163.243", "max": "163.366", "min": "163.143", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "182.572", "max": "182.801", "min": "182.442", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "169.572", "max": "172.022", "min": "166.839", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "74.264", "max": "74.651", "min": "74.124", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "149.98", "max": "150.13", "min": "149.79", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "162.816", "max": "162.968", "min": "162.701", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "266.85", "max": "305.075", "min": "265.207", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "575.02", "max": "682.681", "min": "417.312", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "411.574", "max": "484.117", "min": "346.639", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "418.562", "max": "428.95", "min": "417.663", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "24.82", "max": "27.378", "min": "24.49", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "163.229", "max": "163.365", "min": "163.113", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "200.29", "max": "200.738", "min": "200.039", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "131.712", "max": "131.973", "min": "131.508", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "256.438", "max": "410.996", "min": "179.376", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "309.28", "max": "338.313", "min": "298.253", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "235.999", "max": "425.45", "min": "228.387", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "225.984", "max": "226.086", "min": "225.903", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "236.171", "max": "237.114", "min": "235.558", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "168.013", "max": "168.604", "min": "167.556", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "405.568", "max": "406.015", "min": "405.292", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "269.251", "max": "269.636", "min": "269.042", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "153.291", "max": "155.521", "min": "153.061", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "172.362", "max": "172.675", "min": "172.249", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "189.284", "max": "189.509", "min": "189.127", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "150.796", "max": "151.232", "min": "150.517", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "277.817", "max": "280.265", "min": "277.235", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "161.461", "max": "161.568", "min": "161.397", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "200.942", "max": "201.151", "min": "200.759", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "146.033", "max": "157.125", "min": "145.136", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "154.156", "max": "154.348", "min": "153.986", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "147.492", "max": "147.739", "min": "147.372", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "178.461", "max": "178.561", "min": "178.34", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "290.243", "max": "290.481", "min": "290.065", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "140.075", "max": "145.13", "min": "139.397", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "221.154", "max": "221.785", "min": "221.007", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "242.824", "max": "243.094", "min": "242.534", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "95.008", "max": "101.216", "min": "94.551", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "279.993", "max": "281.856", "min": "279.702", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "245.551", "max": "247.62", "min": "245.308", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "148.826", "max": "149.019", "min": "148.779", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "238.113", "max": "238.283", "min": "238.054", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "239.149", "max": "239.228", "min": "239.052", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "249.11", "max": "252.748", "min": "247.928", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "0.034", "max": "0.041", "min": "0.026", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "272.914", "max": "274.249", "min": "272.732", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "281.073", "max": "281.787", "min": "280.854", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "210.063", "max": "210.574", "min": "209.974", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "108.055", "max": "109.009", "min": "107.845", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "279.465", "max": "281.038", "min": "279.277", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "76.643", "max": "114.62", "min": "69.34", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "149.812", "max": "149.995", "min": "149.637", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "318.808", "max": "355.973", "min": "314.558", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "200.773", "max": "200.938", "min": "200.705", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "143.116", "max": "143.241", "min": "143.019", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "193.785", "max": "193.913", "min": "193.681", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "171.324", "max": "173.068", "min": "171.145", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "337.618", "max": "337.906", "min": "337.476", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "405.995", "max": "406.077", "min": "405.92", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "128.99", "max": "129.258", "min": "128.899", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "177.514", "max": "177.711", "min": "177.396", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "72.098", "max": "72.676", "min": "72", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "189.762", "max": "189.988", "min": "189.615", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "178.519", "max": "178.802", "min": "178.413", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "263.685", "max": "265.614", "min": "263.406", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "186.735", "max": "188.438", "min": "186.379", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "247.818", "max": "249.276", "min": "247.646", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "225.735", "max": "226.192", "min": "225.454", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "267.867", "max": "267.971", "min": "267.748", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "293.44", "max": "293.574", "min": "293.283", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "266.037", "max": "267.936", "min": "265.762", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "311.38", "max": "311.86", "min": "311.25", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "266.69", "max": "266.802", "min": "266.627", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "220.139", "max": "220.776", "min": "219.976", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "305.849", "max": "306.061", "min": "305.772", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "237.924", "max": "238.113", "min": "237.833", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "291.139", "max": "291.244", "min": "291.017", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "271.298", "max": "271.394", "min": "271.167", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "212.951", "max": "218.168", "min": "212.634", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "317.047", "max": "317.483", "min": "316.845", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "299.26", "max": "322.253", "min": "297.951", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "273.144", "max": "307.354", "min": "251.048", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "222.375", "max": "223.711", "min": "222.09", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "318.92", "max": "319.224", "min": "318.719", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "211.34", "max": "211.541", "min": "211.16", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "284.642", "max": "285.269", "min": "284.226", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "260.357", "max": "260.902", "min": "260.126", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "96.461", "max": "96.627", "min": "96.368", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "236.047", "max": "238.398", "min": "235.878", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "306.648", "max": "306.868", "min": "306.515", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "291.349", "max": "291.532", "min": "291.219", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "245.667", "max": "252.33", "min": "243.837", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "317.74", "max": "317.956", "min": "317.611", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "253.586", "max": "254.018", "min": "253.429", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "278.765", "max": "279.231", "min": "278.603", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "266.56", "max": "266.709", "min": "266.455", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "225.145", "max": "225.61", "min": "225.016", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "183.531", "max": "188.593", "min": "182.957", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "76.379", "max": "79.617", "min": "74.083", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "130.525", "max": "131.101", "min": "130.414", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "233.629", "max": "233.916", "min": "233.415", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "54.815", "max": "56.278", "min": "54.523", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "134.145", "max": "134.587", "min": "133.834", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "307.185", "max": "307.367", "min": "307.03", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "339.706", "max": "340.212", "min": "339.378", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "253.87", "max": "255.024", "min": "253.481", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "273.782", "max": "275.48", "min": "273.526", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "163.698", "max": "164.24", "min": "163.608", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "182.236", "max": "182.324", "min": "182.176", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "98.672", "max": "196.498", "min": "95.031", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "176.085", "max": "176.274", "min": "175.98", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "226.725", "max": "226.983", "min": "226.62", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "192.67", "max": "194.397", "min": "192.357", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "226.874", "max": "227.099", "min": "226.713", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "342.884", "max": "560.389", "min": "321.768", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "206.752", "max": "213.51", "min": "204.923", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "266.66", "max": "266.875", "min": "266.495", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "281.852", "max": "282.6", "min": "280.926", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "226.894", "max": "229.327", "min": "225.93", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "335.796", "max": "337.912", "min": "335.324", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "20.1", "max": "20.378", "min": "19.935", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "333.575", "max": "334.076", "min": "333.373", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "301.694", "max": "301.917", "min": "301.527", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "246.897", "max": "246.985", "min": "246.746", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "323.227", "max": "323.442", "min": "323.099", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "203.189", "max": "208.433", "min": "202.619", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "203.991", "max": "204.156", "min": "203.873", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "307.142", "max": "313.356", "min": "304.254", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "258.135", "max": "259.324", "min": "257.716", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "166.999", "max": "168.659", "min": "166.06", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "318.94", "max": "320.155", "min": "318.699", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "141.676", "max": "142.782", "min": "141.323", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "230.627", "max": "233.951", "min": "230.391", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "96.732", "max": "97.287", "min": "96.624", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "260.673", "max": "260.673", "min": "260.673", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "232.159", "max": "232.375", "min": "232.063", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "267.015", "max": "267.138", "min": "266.931", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "356.54", "max": "356.79", "min": "356.282", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "252.685", "max": "262.753", "min": "246.048", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "272.71", "max": "274.8", "min": "272.529", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "151.406", "max": "153.375", "min": "151.005", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "251.629", "max": "252.05", "min": "251.396", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "190.008", "max": "202.264", "min": "188.634", "id": "159", "country": "Japan", "source_name": "Sapporo", "destination_name": "Lansing", "destination_id": "295" } } }, "244": { "name": "Koto", "data": { "0": { "avg": "327.942", "max": "330.343", "min": "327.653", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Joao Pessoa", "destination_id": "0" }, "1": { "avg": "125.868", "max": "126.312", "min": "125.614", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Melbourne", "destination_id": "1" }, "2": { "avg": "249.378", "max": "250.101", "min": "249.203", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Toronto", "destination_id": "2" }, "3": { "avg": "276.118", "max": "285.435", "min": "274.848", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Prague", "destination_id": "3" }, "4": { "avg": "254.047", "max": "255.109", "min": "253.643", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Paris", "destination_id": "4" }, "6": { "avg": "0.852", "max": "1.229", "min": "0.694", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tokyo", "destination_id": "6" }, "7": { "avg": "236.876", "max": "237.131", "min": "236.666", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Amsterdam", "destination_id": "7" }, "8": { "avg": "138.127", "max": "141.885", "min": "137.36", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Auckland", "destination_id": "8" }, "9": { "avg": "229.852", "max": "230.661", "min": "229.634", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Moscow", "destination_id": "9" }, "10": { "avg": "249.968", "max": "253.087", "min": "249.447", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Stockholm", "destination_id": "10" }, "11": { "avg": "249.04", "max": "249.628", "min": "248.822", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "London", "destination_id": "11" }, "12": { "avg": "137.655", "max": "159.262", "min": "136.757", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dallas", "destination_id": "12" }, "13": { "avg": "169.434", "max": "169.614", "min": "169.248", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "New York", "destination_id": "13" }, "14": { "avg": "170.935", "max": "171.562", "min": "170.682", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Boston", "destination_id": "14" }, "15": { "avg": "165.482", "max": "165.649", "min": "165.37", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Miami", "destination_id": "15" }, "16": { "avg": "159.976", "max": "160.267", "min": "159.251", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Washington", "destination_id": "16" }, "17": { "avg": "224.38", "max": "224.653", "min": "224.179", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Barcelona", "destination_id": "17" }, "18": { "avg": "146.606", "max": "148.867", "min": "146.265", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Atlanta", "destination_id": "18" }, "19": { "avg": "309.313", "max": "309.573", "min": "308.979", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dublin", "destination_id": "19" }, "20": { "avg": "254.773", "max": "254.942", "min": "254.65", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Vienna", "destination_id": "20" }, "21": { "avg": "131.276", "max": "131.466", "min": "131.093", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Brisbane", "destination_id": "21" }, "22": { "avg": "205.957", "max": "206.125", "min": "205.835", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Chicago", "destination_id": "22" }, "23": { "avg": "99.03", "max": "99.234", "min": "98.863", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "San Jose", "destination_id": "23" }, "24": { "avg": "104.977", "max": "106.267", "min": "104.707", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Seattle", "destination_id": "24" }, "25": { "avg": "244.05", "max": "244.327", "min": "243.828", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tallinn", "destination_id": "25" }, "26": { "avg": "246.964", "max": "247.271", "min": "246.81", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Copenhagen", "destination_id": "26" }, "27": { "avg": "256.8", "max": "257.09", "min": "256.568", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Milan", "destination_id": "27" }, "28": { "avg": "256.872", "max": "257.198", "min": "256.674", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Ljubljana", "destination_id": "28" }, "29": { "avg": "233.046", "max": "233.295", "min": "232.858", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Frankfurt", "destination_id": "29" }, "30": { "avg": "104.151", "max": "104.496", "min": "103.879", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Fremont", "destination_id": "30" }, "31": { "avg": "82.659", "max": "82.847", "min": "82.515", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Singapore", "destination_id": "31" }, "32": { "avg": "271.776", "max": "272.049", "min": "271.532", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Warsaw", "destination_id": "32" }, "33": { "avg": "153.405", "max": "156.504", "min": "152.99", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Mexico", "destination_id": "33" }, "34": { "avg": "265.981", "max": "266.193", "min": "265.839", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Kiev", "destination_id": "34" }, "35": { "avg": "272.51", "max": "272.94", "min": "272.265", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Zurich", "destination_id": "35" }, "36": { "avg": "81.799", "max": "84.089", "min": "81.513", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Malaysia", "destination_id": "36" }, "37": { "avg": "104.867", "max": "105", "min": "104.719", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Los Angeles", "destination_id": "37" }, "38": { "avg": "143.068", "max": "143.396", "min": "142.86", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Phoenix", "destination_id": "38" }, "39": { "avg": "158.715", "max": "159.166", "min": "158.473", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Houston", "destination_id": "39" }, "40": { "avg": "223.915", "max": "224.394", "min": "223.582", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Baltimore", "destination_id": "40" }, "42": { "avg": "367.448", "max": "372.293", "min": "366.573", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cape Town", "destination_id": "42" }, "43": { "avg": "262.102", "max": "265.828", "min": "261.278", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bruges", "destination_id": "43" }, "44": { "avg": "268.057", "max": "269.228", "min": "267.685", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lisbon", "destination_id": "44" }, "45": { "avg": "203.621", "max": "210.21", "min": "203.224", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Helsinki", "destination_id": "45" }, "46": { "avg": "156.362", "max": "156.617", "min": "156.097", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "New Delhi", "destination_id": "46" }, "47": { "avg": "265.564", "max": "266.205", "min": "265.178", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Budapest", "destination_id": "47" }, "48": { "avg": "270.64", "max": "270.914", "min": "270.479", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bergen", "destination_id": "48" }, "49": { "avg": "301.886", "max": "302.049", "min": "301.728", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Medellin", "destination_id": "49" }, "50": { "avg": "365.093", "max": "365.327", "min": "364.926", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Buenos Aires", "destination_id": "50" }, "51": { "avg": "189.845", "max": "190.075", "min": "189.656", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "San Antonio", "destination_id": "51" }, "52": { "avg": "144.902", "max": "145.074", "min": "144.728", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Montreal", "destination_id": "52" }, "53": { "avg": "86.506", "max": "86.766", "min": "86.199", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Vancouver", "destination_id": "53" }, "54": { "avg": "257.496", "max": "346.216", "min": "247.474", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Roubaix", "destination_id": "54" }, "55": { "avg": "136.043", "max": "136.342", "min": "135.767", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Kansas City", "destination_id": "55" }, "56": { "avg": "134.134", "max": "147.177", "min": "130.262", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Hyderabad", "destination_id": "56" }, "57": { "avg": "79.495", "max": "79.968", "min": "79.228", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Jakarta", "destination_id": "57" }, "58": { "avg": "230.814", "max": "234.328", "min": "229.557", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Valencia", "destination_id": "58" }, "59": { "avg": "151.588", "max": "151.785", "min": "151.468", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Christchurch", "destination_id": "59" }, "60": { "avg": "285.224", "max": "287.519", "min": "284.636", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Graz", "destination_id": "60" }, "61": { "avg": "255.723", "max": "255.997", "min": "255.515", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Luxembourg", "destination_id": "61" }, "62": { "avg": "288.623", "max": "289.388", "min": "288.198", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cairo", "destination_id": "62" }, "63": { "avg": "288.755", "max": "332.414", "min": "285.743", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Fez", "destination_id": "63" }, "64": { "avg": "101.881", "max": "122.486", "min": "100.804", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bangkok", "destination_id": "64" }, "65": { "avg": "73.908", "max": "74.112", "min": "73.813", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Hanoi", "destination_id": "65" }, "66": { "avg": "276.239", "max": "276.472", "min": "276.026", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Istanbul", "destination_id": "66" }, "67": { "avg": "276.167", "max": "276.483", "min": "276.003", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bucharest", "destination_id": "67" }, "68": { "avg": "234.02", "max": "234.183", "min": "233.873", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Philadelphia", "destination_id": "68" }, "69": { "avg": "212.425", "max": "213.014", "min": "212.083", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Varna", "destination_id": "69" }, "70": { "avg": "287.274", "max": "288.487", "min": "286.478", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Santiago", "destination_id": "70" }, "71": { "avg": "198.221", "max": "198.644", "min": "198.076", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Denver", "destination_id": "71" }, "72": { "avg": "52.029", "max": "53.596", "min": "51.733", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Hong Kong", "destination_id": "72" }, "73": { "avg": "101.108", "max": "101.392", "min": "100.943", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "San Diego", "destination_id": "73" }, "74": { "avg": "208.692", "max": "210.629", "min": "208.375", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Heredia", "destination_id": "74" }, "75": { "avg": null, "max": null, "min": null, "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Jacksonville", "destination_id": "75" }, "76": { "avg": "284.226", "max": "285.62", "min": "283.915", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Reykjavik", "destination_id": "76" }, "77": { "avg": "240.212", "max": "240.351", "min": "239.981", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Manchester", "destination_id": "77" }, "78": { "avg": "206.589", "max": "206.801", "min": "206.401", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Charlotte", "destination_id": "78" }, "79": { "avg": "116.463", "max": "119.871", "min": "116.206", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Las Vegas", "destination_id": "79" }, "80": { "avg": "183.002", "max": "189.527", "min": "182.354", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Columbus", "destination_id": "80" }, "81": { "avg": "129.076", "max": "129.508", "min": "128.904", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Detroit", "destination_id": "81" }, "82": { "avg": "85.822", "max": "85.994", "min": "85.657", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Portland", "destination_id": "82" }, "83": { "avg": "159.794", "max": "160.618", "min": "159.522", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Halifax", "destination_id": "83" }, "84": { "avg": "218.715", "max": "229.754", "min": "195.133", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Hangzhou", "destination_id": "84" }, "85": { "avg": "101.076", "max": "101.373", "min": "100.847", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Chennai", "destination_id": "85" }, "86": { "avg": "204.43", "max": "204.577", "min": "204.312", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Salt Lake City", "destination_id": "86" }, "87": { "avg": "275.552", "max": "276.593", "min": "275.137", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tel Aviv", "destination_id": "87" }, "88": { "avg": "255.898", "max": "256.903", "min": "255.568", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Newcastle", "destination_id": "88" }, "89": { "avg": "215.051", "max": "215.26", "min": "214.866", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Orlando", "destination_id": "89" }, "90": { "avg": "133.57", "max": "133.784", "min": "133.361", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "St Louis", "destination_id": "90" }, "91": { "avg": "248.099", "max": "256.056", "min": "247.626", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Coventry", "destination_id": "91" }, "92": { "avg": "211.843", "max": "212.718", "min": "211.192", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Minneapolis", "destination_id": "92" }, "93": { "avg": "114.116", "max": "116.507", "min": "113.758", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Sacramento", "destination_id": "93" }, "94": { "avg": "264.454", "max": "264.563", "min": "264.309", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Madrid", "destination_id": "94" }, "95": { "avg": "48.722", "max": "48.902", "min": "48.527", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Taipei", "destination_id": "95" }, "96": { "avg": "152.922", "max": "153.107", "min": "152.782", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Buffalo", "destination_id": "96" }, "97": { "avg": "178.702", "max": "178.954", "min": "178.463", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tampa", "destination_id": "97" }, "98": { "avg": "217.695", "max": "218.499", "min": "217.403", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Panama", "destination_id": "98" }, "99": { "avg": "291.02", "max": "310.527", "min": "289.788", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Guatemala", "destination_id": "99" }, "100": { "avg": "103.071", "max": "104.977", "min": "102.904", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "San Francisco", "destination_id": "100" }, "101": { "avg": "210.348", "max": "213.077", "min": "210.027", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "South Bend", "destination_id": "101" }, "102": { "avg": "221.15", "max": "221.306", "min": "220.996", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Green Bay", "destination_id": "102" }, "103": { "avg": "103.424", "max": "103.649", "min": "103.251", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Edmonton", "destination_id": "103" }, "104": { "avg": "290.642", "max": "290.856", "min": "290.48", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Chisinau", "destination_id": "104" }, "105": { "avg": "202.566", "max": "206.858", "min": "202.01", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Adelaide", "destination_id": "105" }, "106": { "avg": "202.034", "max": "202.761", "min": "201.826", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Monticello", "destination_id": "106" }, "107": { "avg": "114.362", "max": "114.801", "min": "114.026", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Sydney", "destination_id": "107" }, "108": { "avg": "311.312", "max": "315.832", "min": "310.958", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lima", "destination_id": "108" }, "109": { "avg": null, "max": null, "min": null, "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Scranton", "destination_id": "109" }, "110": { "avg": "168.005", "max": "169.061", "min": "167.785", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Asheville", "destination_id": "110" }, "111": { "avg": "164.22", "max": "164.433", "min": "164.067", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Pune", "destination_id": "111" }, "112": { "avg": "69.161", "max": "69.317", "min": "69.026", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Manila", "destination_id": "112" }, "113": { "avg": "82.068", "max": "82.856", "min": "79.028", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Seoul", "destination_id": "113" }, "114": { "avg": "148.546", "max": "148.877", "min": "148.381", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Manhattan", "destination_id": "114" }, "115": { "avg": "366.016", "max": "368.619", "min": "365.586", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dar es Salaam", "destination_id": "115" }, "116": { "avg": "571.079", "max": "694.783", "min": "435.371", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Riyadh", "destination_id": "116" }, "117": { "avg": "371.449", "max": "491.205", "min": "290.439", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Thessaloniki", "destination_id": "117" }, "118": { "avg": "404.484", "max": "416.989", "min": "403.477", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Kampala", "destination_id": "118" }, "119": { "avg": "7.862", "max": "12.184", "min": "7.403", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Osaka", "destination_id": "119" }, "121": { "avg": "206.577", "max": "206.79", "min": "206.428", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Oklahoma City", "destination_id": "121" }, "122": { "avg": "154.908", "max": "155.702", "min": "154.631", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Jackson", "destination_id": "122" }, "123": { "avg": "128.861", "max": "129.598", "min": "128.518", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Colorado Springs", "destination_id": "123" }, "124": { "avg": "233.611", "max": "397.42", "min": "160.243", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Knoxville", "destination_id": "124" }, "125": { "avg": "287.97", "max": "311.889", "min": "273.045", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Sao Paulo", "destination_id": "125" }, "126": { "avg": "220.142", "max": "408.523", "min": "209.656", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Siauliai", "destination_id": "126" }, "127": { "avg": "210.976", "max": "211.194", "min": "210.788", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Riga", "destination_id": "127" }, "129": { "avg": "261.292", "max": "261.919", "min": "260.908", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Oslo", "destination_id": "129" }, "130": { "avg": "144.391", "max": "144.798", "min": "144.209", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Piscataway", "destination_id": "130" }, "131": { "avg": "390.61", "max": "390.794", "min": "390.387", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Nairobi", "destination_id": "131" }, "133": { "avg": "330.192", "max": "331.597", "min": "329.88", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dubai", "destination_id": "133" }, "135": { "avg": "112.925", "max": "113.955", "min": "112.689", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Winnipeg", "destination_id": "135" }, "136": { "avg": "164.342", "max": "164.62", "min": "164.2", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Toledo", "destination_id": "136" }, "137": { "avg": "162.407", "max": "162.547", "min": "162.286", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cincinnati", "destination_id": "137" }, "138": { "avg": "131.491", "max": "131.759", "min": "131.343", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cleveland", "destination_id": "138" }, "139": { "avg": "141.174", "max": "143.897", "min": "140.344", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Wellington", "destination_id": "139" }, "140": { "avg": "148.602", "max": "148.9", "min": "148.451", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "New Orleans", "destination_id": "140" }, "141": { "avg": "187.897", "max": "188.164", "min": "187.755", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Salem", "destination_id": "141" }, "142": { "avg": "174.341", "max": "179.4", "min": "173.125", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Albuquerque", "destination_id": "142" }, "143": { "avg": "151.421", "max": "151.717", "min": "151.192", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Austin", "destination_id": "143" }, "144": { "avg": "143.513", "max": "143.726", "min": "143.256", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Des Moines", "destination_id": "144" }, "145": { "avg": "158.035", "max": "158.181", "min": "157.898", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Albany", "destination_id": "145" }, "147": { "avg": "271.204", "max": "271.472", "min": "270.978", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bratislava", "destination_id": "147" }, "148": { "avg": "135.248", "max": "137.054", "min": "134.873", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dhaka", "destination_id": "148" }, "149": { "avg": "256.254", "max": "258.945", "min": "255.934", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "St Petersburg", "destination_id": "149" }, "150": { "avg": "238.527", "max": "238.999", "min": "238.244", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Zagreb", "destination_id": "150" }, "151": { "avg": "114.879", "max": "118.616", "min": "114.444", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Honolulu", "destination_id": "151" }, "153": { "avg": "236.006", "max": "236.391", "min": "235.746", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dusseldorf", "destination_id": "153" }, "154": { "avg": "212.375", "max": "250.342", "min": "210.82", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Sofia", "destination_id": "154" }, "155": { "avg": "145.7", "max": "145.85", "min": "145.554", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Indore", "destination_id": "155" }, "156": { "avg": "252.584", "max": "253.964", "min": "252.367", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Maidstone", "destination_id": "156" }, "157": { "avg": "229.291", "max": "229.446", "min": "229.166", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Gosport", "destination_id": "157" }, "158": { "avg": "230.861", "max": "244.481", "min": "228.647", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Nuremberg", "destination_id": "158" }, "159": { "avg": "20.126", "max": "20.334", "min": "19.92", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Sapporo", "destination_id": "159" }, "160": { "avg": "261.406", "max": "264.362", "min": "261.051", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Nis", "destination_id": "160" }, "161": { "avg": "273.292", "max": "273.596", "min": "273.085", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Geneva", "destination_id": "161" }, "162": { "avg": "146.697", "max": "147.014", "min": "146.53", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Raleigh", "destination_id": "162" }, "163": { "avg": "90.413", "max": "90.695", "min": "90.122", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Roseburg", "destination_id": "163" }, "164": { "avg": "255.997", "max": "257.444", "min": "255.697", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Gothenburg", "destination_id": "164" }, "165": { "avg": "96.125", "max": "139.412", "min": "87.185", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dagupan", "destination_id": "165" }, "166": { "avg": "136.214", "max": "137.115", "min": "135.997", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Saskatoon", "destination_id": "166" }, "167": { "avg": "306.317", "max": "375.946", "min": "300.49", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Montevideo", "destination_id": "167" }, "168": { "avg": "271.573", "max": "271.793", "min": "271.449", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "San Juan", "destination_id": "168" }, "169": { "avg": "253.07", "max": "253.421", "min": "252.497", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Perth", "destination_id": "169" }, "170": { "avg": "195.4", "max": "195.552", "min": "195.196", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Vilnius", "destination_id": "170" }, "171": { "avg": "153.98", "max": "154.221", "min": "153.83", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Secaucus", "destination_id": "171" }, "174": { "avg": "337.072", "max": "337.261", "min": "336.859", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Karaganda", "destination_id": "174" }, "175": { "avg": "419.125", "max": "419.246", "min": "418.996", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Johannesburg", "destination_id": "175" }, "176": { "avg": "111.932", "max": "112.169", "min": "111.755", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Novosibirsk", "destination_id": "176" }, "177": { "avg": "187.459", "max": "187.935", "min": "187.214", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Guadalajara", "destination_id": "177" }, "180": { "avg": "166.306", "max": "169.477", "min": "164.341", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Shanghai", "destination_id": "180" }, "181": { "avg": "153.534", "max": "153.705", "min": "153.398", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Brunswick", "destination_id": "181" }, "184": { "avg": "151.096", "max": "151.27", "min": "150.993", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Pittsburgh", "destination_id": "184" }, "185": { "avg": "259.683", "max": "261.964", "min": "259.184", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Strasbourg", "destination_id": "185" }, "186": { "avg": "348.776", "max": "348.902", "min": "348.661", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lahore", "destination_id": "186" }, "187": { "avg": "251.391", "max": "252.585", "min": "251.151", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Edinburgh", "destination_id": "187" }, "188": { "avg": "224.891", "max": "225.499", "min": "224.586", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lausanne", "destination_id": "188" }, "189": { "avg": "253.148", "max": "253.493", "min": "252.983", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Arezzo", "destination_id": "189" }, "190": { "avg": "277.91", "max": "278.097", "min": "277.776", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Rome", "destination_id": "190" }, "191": { "avg": "252.044", "max": "252.456", "min": "251.828", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cardiff", "destination_id": "191" }, "192": { "avg": "269.998", "max": "270.14", "min": "269.775", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Limassol", "destination_id": "192" }, "193": { "avg": "261.477", "max": "261.639", "min": "261.329", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tirana", "destination_id": "193" }, "194": { "avg": "241.946", "max": "242.462", "min": "241.762", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Kazan", "destination_id": "194" }, "195": { "avg": "272.672", "max": "272.848", "min": "272.489", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Palermo", "destination_id": "195" }, "196": { "avg": "208.514", "max": "210.771", "min": "208.187", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Dronten", "destination_id": "196" }, "197": { "avg": "240.993", "max": "241.609", "min": "240.803", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Groningen", "destination_id": "197" }, "198": { "avg": "244.214", "max": "244.333", "min": "244.062", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Rotterdam", "destination_id": "198" }, "200": { "avg": "195.726", "max": "196.027", "min": "195.53", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Brno", "destination_id": "200" }, "201": { "avg": "299.905", "max": "300.483", "min": "299.627", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Ankara", "destination_id": "201" }, "202": { "avg": "322.07", "max": "329.609", "min": "321.321", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Venice", "destination_id": "202" }, "203": { "avg": "256.688", "max": "276.359", "min": "243.603", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Hamburg", "destination_id": "203" }, "204": { "avg": "222.589", "max": "222.872", "min": "222.377", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Belfast", "destination_id": "204" }, "205": { "avg": "298.553", "max": "299.14", "min": "298.342", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bursa", "destination_id": "205" }, "206": { "avg": "216.087", "max": "222.653", "min": "215.553", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Gdansk", "destination_id": "206" }, "207": { "avg": "279.777", "max": "280.476", "min": "279.433", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Pristina", "destination_id": "207" }, "208": { "avg": "240.14", "max": "240.639", "min": "239.848", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Brussels", "destination_id": "208" }, "209": { "avg": "85.121", "max": "85.269", "min": "84.969", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Phnom Penh", "destination_id": "209" }, "210": { "avg": "228.118", "max": "229.017", "min": "227.876", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Munich", "destination_id": "210" }, "211": { "avg": "248.534", "max": "248.863", "min": "248.387", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lugano", "destination_id": "211" }, "212": { "avg": "241.164", "max": "241.326", "min": "241.036", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Ktis", "destination_id": "212" }, "213": { "avg": "309.947", "max": "317.046", "min": "308.498", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bogota", "destination_id": "213" }, "214": { "avg": "300.319", "max": "300.627", "min": "300.165", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Athens", "destination_id": "214" }, "215": { "avg": "238.936", "max": "240.606", "min": "238.597", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Alblasserdam", "destination_id": "215" }, "216": { "avg": "249.451", "max": "250.214", "min": "249.231", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "The Hague", "destination_id": "216" }, "217": { "avg": "237.426", "max": "237.683", "min": "237.227", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Westpoort", "destination_id": "217" }, "218": { "avg": "106.097", "max": "115.225", "min": "104.89", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Canberra", "destination_id": "218" }, "220": { "avg": "160.666", "max": "176.207", "min": "159.311", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "La Ceiba", "destination_id": "220" }, "221": { "avg": "230.261", "max": "230.826", "min": "229.741", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Shenzhen", "destination_id": "221" }, "222": { "avg": "116.54", "max": "116.903", "min": "116.39", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bangalore", "destination_id": "222" }, "223": { "avg": "226.909", "max": "227.119", "min": "226.711", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Liege", "destination_id": "223" }, "224": { "avg": "25.586", "max": "30.084", "min": "25.25", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Vladivostok", "destination_id": "224" }, "225": { "avg": "112.679", "max": "112.887", "min": "112.334", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Redding", "destination_id": "225" }, "226": { "avg": "250.652", "max": "251.158", "min": "250.342", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Frosinone", "destination_id": "226" }, "227": { "avg": "301.288", "max": "301.677", "min": "301.053", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Izmir", "destination_id": "227" }, "228": { "avg": "247.758", "max": "248.816", "min": "247.362", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bristol", "destination_id": "228" }, "229": { "avg": "241.395", "max": "242.578", "min": "241.023", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Eindhoven", "destination_id": "229" }, "230": { "avg": "126.209", "max": "126.5", "min": "126.097", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Indianapolis", "destination_id": "230" }, "231": { "avg": "158.605", "max": "158.76", "min": "158.507", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Memphis", "destination_id": "231" }, "232": { "avg": "75.584", "max": "75.772", "min": "75.373", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Ho Chi Minh City", "destination_id": "232" }, "233": { "avg": "177.531", "max": "178.114", "min": "177.323", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cromwell", "destination_id": "233" }, "234": { "avg": "220.44", "max": "220.719", "min": "220.151", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Bern", "destination_id": "234" }, "235": { "avg": "189.724", "max": "189.833", "min": "189.552", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Syracuse", "destination_id": "235" }, "236": { "avg": "236.85", "max": "237.176", "min": "236.648", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Basel", "destination_id": "236" }, "238": { "avg": "314.302", "max": "830.506", "min": "296.134", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Brasilia", "destination_id": "238" }, "239": { "avg": "181.806", "max": "185.784", "min": "179.431", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Savannah", "destination_id": "239" }, "240": { "avg": "266.336", "max": "266.764", "min": "266.092", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lyon", "destination_id": "240" }, "241": { "avg": "326.306", "max": "328.187", "min": "325.251", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Algiers", "destination_id": "241" }, "242": { "avg": "218.313", "max": "224.27", "min": "216.985", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Caracas", "destination_id": "242" }, "243": { "avg": "378.553", "max": "379.259", "min": "378.108", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lagos", "destination_id": "243" }, "244": { "avg": "0.021", "max": "0.049", "min": "0.014", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Koto", "destination_id": "244" }, "245": { "avg": "307.561", "max": "308.138", "min": "307.355", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tbilisi", "destination_id": "245" }, "246": { "avg": "339.617", "max": "340.199", "min": "339.46", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Valletta", "destination_id": "246" }, "247": { "avg": "248.564", "max": "249.056", "min": "248.286", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Antwerp", "destination_id": "247" }, "248": { "avg": "299.235", "max": "299.365", "min": "299.102", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Tunis", "destination_id": "248" }, "249": { "avg": "161.773", "max": "168.305", "min": "161.113", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Quebec City", "destination_id": "249" }, "250": { "avg": "178.426", "max": "178.687", "min": "178.25", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Berkeley Springs", "destination_id": "250" }, "251": { "avg": "293.471", "max": "295.648", "min": "291.965", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Beirut", "destination_id": "251" }, "254": { "avg": "232.548", "max": "233.932", "min": "231.635", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Quito", "destination_id": "254" }, "256": { "avg": "163.274", "max": "168.623", "min": "161.941", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Ottawa", "destination_id": "256" }, "258": { "avg": "279.598", "max": "280.228", "min": "279.42", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Jerusalem", "destination_id": "258" }, "259": { "avg": "135.067", "max": "135.408", "min": "134.893", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lincoln", "destination_id": "259" }, "260": { "avg": "244.549", "max": "245.419", "min": "244.318", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Carlow", "destination_id": "260" }, "261": { "avg": "225.12", "max": "225.559", "min": "224.819", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Zhangjiakou", "destination_id": "261" }, "262": { "avg": "325.18", "max": "325.18", "min": "325.18", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Paramaribo", "destination_id": "262" }, "263": { "avg": "253.799", "max": "268.813", "min": "253.124", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Cheltenham", "destination_id": "263" }, "264": { "avg": "231.786", "max": "231.979", "min": "231.645", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Falkenstein", "destination_id": "264" }, "285": { "avg": "346.67", "max": "347.574", "min": "346.3", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Accra", "destination_id": "285" }, "291": { "avg": "249.779", "max": "262.684", "min": "241.357", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Douglas", "destination_id": "291" }, "292": { "avg": "259.415", "max": "259.712", "min": "259.213", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Belgrade", "destination_id": "292" }, "293": { "avg": "141.003", "max": "142.006", "min": "140.544", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Mumbai", "destination_id": "293" }, "294": { "avg": "269.3", "max": "270.946", "min": "269.006", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Baku", "destination_id": "294" }, "295": { "avg": "147.06", "max": "147.199", "min": "146.946", "id": "244", "country": "Japan", "source_name": "Koto", "destination_name": "Lansing", "destination_id": "295" } } } }} \ No newline at end of file diff --git a/models/NodePlacement/ClusterBased.h b/models/NodePlacement/ClusterBased.h index bcb977f..e7c6ee8 100644 --- a/models/NodePlacement/ClusterBased.h +++ b/models/NodePlacement/ClusterBased.h @@ -15,6 +15,7 @@ #include "../../core/Network/Node/NodeType.h" #include "../../core/Networking/RoutingTable.h" #include "../BlockchainManagement/GlobalOrchestration/GlobalOrchestration.h" +#include "../../core/Networking/LatencyModels/WonderNetwork.h" bool generateNodes(Network& network, std::shared_ptr blockCache, NodeType nodeType, std::shared_ptr _blockchainManagementModel, @@ -53,8 +54,10 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod for(int k = 0; k < NUM_REGIONS; k++) { if(cumulativeProbabilities[k] >= randomNumber) { int regionIdx = k; // TODO + int cityIdx; + int nodeIdx = i * CLUSTER_SIZE + j; - std::shared_ptr node(new Node(nodeIdx, true, regionIdx, blockCache, _subnet, "FlexibleRoutingTable")); + std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); for(int l = 0; l < CLUSTER_SIZE; l++) { if(j != l) { node->getRoutingTable()->addOutConnection(i * CLUSTER_SIZE + l); @@ -75,8 +78,9 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod for(int j = 0; j < NUM_REGIONS; j++) { if(cumulativeProbabilities[j] >= randomNumber) { int regionIdx = j; // TODO + int cityIdx; int nodeIdx = MINER_OFFSET + i; - std::shared_ptr node(new Node(nodeIdx, true, regionIdx, blockCache, _subnet, "FlexibleRoutingTable")); + std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); std::shared_ptr bitcoinMinerProtocol(new BitcoinMiner(node, i%2==0?1:2, (NUM_MINERS/2*2 + (NUM_MINERS/2)) * BLOCK_TIME)); node->addProtocol(std::static_pointer_cast(bitcoinMinerProtocol)); @@ -126,7 +130,7 @@ bool printGeneratedNetwork(const Network& network) { << std::setw(20) << centered(std::to_string(REGION_DISTRIBUTION_OF_NODES[i] * NUM_NODES)) << std::setw(20) << centered(std::to_string(numNodesPerRegion[i])); } - + // printing adjacency list. for(auto node: nodes) { @@ -163,6 +167,7 @@ Network getRandomNetwork(std::shared_ptr _blockCache, LOG(INFO) << "[Something something]"; Network network; LOG(INFO) << "[Something something]"; + WonderNetwork wonderNetwork = WonderNetwork(); generateNodes(network, _blockCache, NodeType::Miner, _blockchainManagementModel, _subnet); printGeneratedNetwork(network); @@ -172,9 +177,4 @@ Network getRandomNetwork(std::shared_ptr _blockCache, return network; } -std::shared_ptr a; -std::shared_ptr b; -std::shared_ptr c; -Network shit = getRandomNetwork(a, b, c); - #endif /*RANDOMNODELOCATIONS_H_*/ From 1f50029d5fdeb3dd06e4682ce9adf0aab67c13bf Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Wed, 12 Aug 2020 21:20:13 +0530 Subject: [PATCH 4/7] Converted WonderNetwork storage data-structures, random city selection in topology. --- config/Config.h | 2 +- core/Networking/LatencyModels/City.cpp | 10 +- core/Networking/LatencyModels/City.h | 9 +- .../LatencyModels/WonderNetwork.cpp | 201 ++++++++++-------- core/Networking/LatencyModels/WonderNetwork.h | 10 +- core/Simulator/Simulator.cpp | 2 +- models/NodePlacement/ClusterBased.h | 19 +- 7 files changed, 146 insertions(+), 107 deletions(-) diff --git a/config/Config.h b/config/Config.h index bddf8cf..b7fc950 100644 --- a/config/Config.h +++ b/config/Config.h @@ -5,7 +5,7 @@ const int NUM_REGIONS = 6; -std::string REGIONS[NUM_REGIONS] = {"ASIA", "JAPAN", "AUSTRALIA", "NORTH_AMERICA", "SOUTH_AMERICA", "EUROPE"}; +const std::string REGIONS[NUM_REGIONS] = {"ASIA", "JAPAN", "AUSTRALIA", "NORTH_AMERICA", "SOUTH_AMERICA", "EUROPE"}; const double REGION_DISTRIBUTION_OF_NODES[NUM_REGIONS] = {0.1177, 0.0224, 0.0195, 0.3316, 0.009, 0.4998}; diff --git a/core/Networking/LatencyModels/City.cpp b/core/Networking/LatencyModels/City.cpp index 68c00f9..d8c122b 100644 --- a/core/Networking/LatencyModels/City.cpp +++ b/core/Networking/LatencyModels/City.cpp @@ -1,11 +1,11 @@ #include "City.h" -City::City() : code("-1"), name(""), country("") {}; +City::City() : code(-1), name(""), country("") {}; -City::City(std::string _code, std::string _name, std::string _country) : +City::City(int _code, std::string _name, std::string _country) : code(_code), name(_name), country(_country) {}; -City::City(std::string _code, std::string _name) : +City::City(int _code, std::string _name) : code(_code), name(_name) {}; @@ -25,3 +25,7 @@ std::string City::getName() { std::string City::getCountry() { return country; } + +std::string City::getRegion() { + return region; +} \ No newline at end of file diff --git a/core/Networking/LatencyModels/City.h b/core/Networking/LatencyModels/City.h index 3746a1a..77478a8 100644 --- a/core/Networking/LatencyModels/City.h +++ b/core/Networking/LatencyModels/City.h @@ -5,19 +5,20 @@ class City { private: - std::string code; + int code; std::string name; - std::string country; + std::string country; // not yet set. std::string region; public: City(); - City(std::string _code, std::string _name, std::string _country); - City(std::string _code, std::string _name); + City(int _code, std::string _name, std::string _country); + City(int _code, std::string _name); void setCountry(std::string _country); void setRegion(std::string _region); std::string getName(); std::string getCountry(); + std::string getRegion(); }; #endif /* CORE_NETWORKING_LATENCYMODELS_CITY_H_ */ diff --git a/core/Networking/LatencyModels/WonderNetwork.cpp b/core/Networking/LatencyModels/WonderNetwork.cpp index 1d512ef..3f64348 100644 --- a/core/Networking/LatencyModels/WonderNetwork.cpp +++ b/core/Networking/LatencyModels/WonderNetwork.cpp @@ -9,6 +9,7 @@ #include "../../../lib/jsoncpp/json.h" #include "../../../helpers/Logger/easylogging.h" #include "./City.h" +#include "../../../config/Config.h" WonderNetwork::WonderNetwork() { @@ -41,112 +42,130 @@ WonderNetwork::WonderNetwork() { regionMap["South Asia"] = "ASIA"; regionMap["Western Europe"] = "EUROPE"; - for(auto arg: root.getMemberNames()) { - if(arg == "cityToIdMap") { - Json::Value cityToIdMap = root["cityToIdMap"]; - for(auto cityName: cityToIdMap.getMemberNames()) { - // std::cout << it << " " << cityToIdMap[it] << std::endl; - std::string cityCode = cityToIdMap[cityName].asString(); - std::cout << cityName << " " << cityCode << std::endl; - citiesMap[cityName] = City(cityCode, cityName); - } - } else { - std::string countryName = arg; - std::string assignedContinent = regionMap[countryName]; - - Json::Value countryData = root[countryName]; - for(auto cityIdx: countryData.getMemberNames()) { - Json::Value sourceCity = countryData[cityIdx]; - std::string sourceCityName = sourceCity["name"].asString(); - Json::Value sourceCityData = sourceCity["data"]; - // std::cout << sourceCityName << std::endl; - - City cityObject = citiesMap[sourceCityName]; - cityObject.setRegion(assignedContinent); - - for(auto otherCityIdx: sourceCityData.getMemberNames()) { - Json::Value metricsData = sourceCityData[otherCityIdx]; - - std::cout << otherCityIdx << ' ' << metricsData["min"] << ' ' << metricsData["avg"] << ' ' << metricsData["max"] << std::endl; - if(!metricsData["min"] or !metricsData["max"] or !metricsData["avg"]) { - continue; - } - double minRTT = std::stod(metricsData["min"].asString()), - avgRTT = std::stod(metricsData["avg"].asString()), - maxRTT = std::stod(metricsData["max"].asString()); - LinkMetrics linkMetrics = LinkMetrics(minRTT, avgRTT, maxRTT, 0); - - std::string destinationCityName = metricsData["destination_name"].asString(); - cityPairLinkMetrics[sourceCityName][destinationCityName] = linkMetrics; - // std::cout << metricsData << std::endl; - } - } - - } + std::unordered_map regionIdx; + for(int i = 0; i < NUM_REGIONS; i++) { + regionIdx[REGIONS[i]] = i; } - - + Json::Value cityToIdMap = root["cityToIdMap"]; + + const int NUMBER_OF_CITIES = 300; // Subject to change. + citiesMap.resize(NUMBER_OF_CITIES); + cityPairLinkMetrics.resize(NUMBER_OF_CITIES); + for(auto &v: cityPairLinkMetrics) { + v.resize(NUMBER_OF_CITIES); + } + std::cout << NUMBER_OF_CITIES << ' ' << citiesMap.size() << std::endl; + for(auto cityName: cityToIdMap.getMemberNames()) { + int cityCode = std::stoi(cityToIdMap[cityName].asString()); + citiesMap[cityCode] = City(cityCode, cityName); + } + for(auto arg: root.getMemberNames()) { + if(arg == "cityToIdMap") { + continue; + } + std::string countryName = arg; + std::string assignedRegion = regionMap[countryName]; + Json::Value countryData = root[countryName]; + for(auto sourceCityIdx: countryData.getMemberNames()) { + Json::Value sourceCity = countryData[sourceCityIdx]; + std::string sourceCityName = sourceCity["name"].asString(); + Json::Value sourceCityData = sourceCity["data"]; + regionCities[assignedRegion].push_back(stoi(sourceCityIdx)); + // std::cout << sourceCityName << std::endl; + City &cityObject = citiesMap[stoi(sourceCityIdx)]; + std::cout << assignedRegion << std::endl; + cityObject.setRegion(assignedRegion); + for(auto destinationCityIdx: sourceCityData.getMemberNames()) { + Json::Value metricsData = sourceCityData[destinationCityIdx]; + // std::cout << sourceCityIdx << ' ' << destinationCityIdx << ' ' << metricsData["min"] << ' ' << metricsData["avg"] << ' ' << metricsData["max"] << std::endl; + if(!metricsData["min"] or !metricsData["max"] or !metricsData["avg"]) { + continue; + } + double minRTT = std::stod(metricsData["min"].asString()), + avgRTT = std::stod(metricsData["avg"].asString()), + maxRTT = std::stod(metricsData["max"].asString()); + LinkMetrics linkMetrics = LinkMetrics(minRTT, avgRTT, maxRTT, 0); + + std::string destinationCityName = metricsData["destination_name"].asString(); + cityPairLinkMetrics[stoi(sourceCityIdx)][stoi(destinationCityIdx)] = linkMetrics; + std::cout << sourceCityIdx << ' ' << destinationCityIdx << std::endl; + // std::cout << metricsData << std::endl; + } + } + // int i=0; + // for(auto it: root) { + // std::cout << it << std::endl; + // if(i==0) { + // for(auto it2: it) { + // std::string cityCode = it2["id"].asString().c_str(); + // std::string cityName = it2["name"].asString().c_str(); + // citiesMap[cityCode] = City(cityCode, cityName, ""); + // } + // } + // else if (i==1) { + // // auto it2 = it.begin(); + // for(int j = 0; j < it.getMemberNames().size(); j++) { + // std::string srcCityCode = it.getMemberNames()[j]; + // // std::cout << srcCityCode << " - "; + // auto it2 = it[it.getMemberNames()[j]]; + // int k = 0; + // for(; k < (it2).getMemberNames().size() - 1; k++) { + // std::string destCityCode = it2.getMemberNames()[k]; + // double avgRTT = std::atof(it2[(it2).getMemberNames()[k]]["avg"].asString().c_str()); + // double minRTT = std::atof(it2[(it2).getMemberNames()[k]]["min"].asString().c_str()); + // double maxRTT = std::atof(it2[(it2).getMemberNames()[k]]["max"].asString().c_str()); + // linkMetrics[srcCityCode][destCityCode] = LinkMetrics(minRTT, avgRTT, maxRTT, 0); + // // std::cout << destCityCode << ", "; + // } + // std::string destCityCode = it2.getMemberNames()[k]; + // std::string srcCountry = it2[(it2).getMemberNames()[k]]["country"].asString().c_str(); + // citiesMap[srcCityCode].setCountry(srcCountry); + // // std::cout << destCityCode << " : " << srcCountry; + // // std::cout << std::endl; + // } + // } + // i++; + // } + // // std::cout << citiesMap.size() << std::endl; + // for(auto city: citiesMap) { + // std::cout< WonderNetwork::getCitiesMap() { + return citiesMap; +} +LinkMetrics WonderNetwork::getLinkMetricsBetweenCities(int sourceCityIdx, int destinationCityIdx) { + return cityPairLinkMetrics[sourceCityIdx][destinationCityIdx]; +} +std::vector WonderNetwork::getCitiesInRegion(std::string region) { + return regionCities[region]; +} -// int i=0; -// for(auto it: root) { -// std::cout << it << std::endl; -// if(i==0) { -// for(auto it2: it) { -// std::string cityCode = it2["id"].asString().c_str(); -// std::string cityName = it2["name"].asString().c_str(); -// citiesMap[cityCode] = City(cityCode, cityName, ""); -// } -// } -// else if (i==1) { -// // auto it2 = it.begin(); -// for(int j = 0; j < it.getMemberNames().size(); j++) { -// std::string srcCityCode = it.getMemberNames()[j]; -// // std::cout << srcCityCode << " - "; -// auto it2 = it[it.getMemberNames()[j]]; -// int k = 0; -// for(; k < (it2).getMemberNames().size() - 1; k++) { -// std::string destCityCode = it2.getMemberNames()[k]; -// double avgRTT = std::atof(it2[(it2).getMemberNames()[k]]["avg"].asString().c_str()); -// double minRTT = std::atof(it2[(it2).getMemberNames()[k]]["min"].asString().c_str()); -// double maxRTT = std::atof(it2[(it2).getMemberNames()[k]]["max"].asString().c_str()); -// linkMetrics[srcCityCode][destCityCode] = LinkMetrics(minRTT, avgRTT, maxRTT, 0); -// // std::cout << destCityCode << ", "; -// } -// std::string destCityCode = it2.getMemberNames()[k]; -// std::string srcCountry = it2[(it2).getMemberNames()[k]]["country"].asString().c_str(); -// citiesMap[srcCityCode].setCountry(srcCountry); -// // std::cout << destCityCode << " : " << srcCountry; -// // std::cout << std::endl; -// } -// } -// i++; -// } -// // std::cout << citiesMap.size() << std::endl; -// for(auto city: citiesMap) { -// std::cout< blockCache, Nod return false; } + WonderNetwork wonderNetwork = WonderNetwork(); + // initiaze random number generator, seed fixed to 2121 to make it deterministic across runs // else make it time-dependent for randomness std::mt19937_64 rng; @@ -54,7 +56,12 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod for(int k = 0; k < NUM_REGIONS; k++) { if(cumulativeProbabilities[k] >= randomNumber) { int regionIdx = k; // TODO - int cityIdx; + std::string regionName = REGIONS[regionIdx]; + std::vector regionCities = wonderNetwork.getCitiesInRegion(regionName); + int idx = int(unif(rng) * regionCities.size()); + int cityIdx = regionCities[idx]; + City city = wonderNetwork.getCityByIndex(cityIdx); + std::cout << "DAS " << cityIdx << ' ' << idx << ' ' << city.getName() << ' ' << city.getRegion() << std::endl; int nodeIdx = i * CLUSTER_SIZE + j; std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); @@ -78,7 +85,11 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod for(int j = 0; j < NUM_REGIONS; j++) { if(cumulativeProbabilities[j] >= randomNumber) { int regionIdx = j; // TODO - int cityIdx; + std::string regionName = REGIONS[regionIdx]; + std::vector regionCities = wonderNetwork.getCitiesInRegion(regionName); + int idx = unif(rng) * regionCities.size(); + int cityIdx = regionCities[idx]; + int nodeIdx = MINER_OFFSET + i; std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); std::shared_ptr bitcoinMinerProtocol(new BitcoinMiner(node, i%2==0?1:2, (NUM_MINERS/2*2 + (NUM_MINERS/2)) * BLOCK_TIME)); @@ -167,14 +178,14 @@ Network getRandomNetwork(std::shared_ptr _blockCache, LOG(INFO) << "[Something something]"; Network network; LOG(INFO) << "[Something something]"; - WonderNetwork wonderNetwork = WonderNetwork(); generateNodes(network, _blockCache, NodeType::Miner, _blockchainManagementModel, _subnet); printGeneratedNetwork(network); -// initializeRoutingTable(network); + // initializeRoutingTable(network); return network; } + #endif /*RANDOMNODELOCATIONS_H_*/ From 6dcd45fde99cfc0830070bbdf9f69d4103fd74ff Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Thu, 13 Aug 2020 20:16:29 +0530 Subject: [PATCH 5/7] Replaced pingER with wonderNetwork. --- .../LatencyModels/GnpLatencyModel.cpp | 24 ++++++++----------- .../LatencyModels/GnpLatencyModel.h | 4 +--- .../LatencyModels/WonderNetwork.cpp | 14 +++++++++++ core/Networking/LatencyModels/WonderNetwork.h | 4 +++- models/NodePlacement/ClusterBased.h | 13 +++++----- tests/TransportLayerTest.cpp | 2 +- 6 files changed, 35 insertions(+), 26 deletions(-) diff --git a/core/Networking/LatencyModels/GnpLatencyModel.cpp b/core/Networking/LatencyModels/GnpLatencyModel.cpp index 0450d8a..78795bd 100644 --- a/core/Networking/LatencyModels/GnpLatencyModel.cpp +++ b/core/Networking/LatencyModels/GnpLatencyModel.cpp @@ -12,23 +12,23 @@ int GnpLatencyModel::MSS; GnpLatencyModel::GnpLatencyModel(Network& _network) : network(_network) { MSS = IPv4Message::MTU_SIZE - IPv4Message::HEADER_SIZE - TCPMessage::HEADER_SIZE; + wonderNetwork = wonderNetwork->getInstance(); } //void GnpLatencyModel::setPingER(PingER& _pingER) { // pingER = _pingER; //} -PingER& GnpLatencyModel::getPingER() { - return pingER; -} +// PingER& GnpLatencyModel::getPingER() { +// return pingER; +// } double GnpLatencyModel::getMinRTT(NodeId senderId, NodeId receiverId) { std::shared_ptr sender = network.getNode(senderId); std::shared_ptr receiver = network.getNode(receiverId); double rtt = 0; - - rtt = pingER.getLinkMetrics(sender->getCountryCode(), receiver->getCountryCode()).getMinRTT(); + rtt = wonderNetwork->getLinkMetricsBetweenCities(sender->getCityIdx(), receiver->getCityIdx()).getMinRTT(); return rtt; } @@ -39,7 +39,7 @@ double GnpLatencyModel::getPacketLossProbability(NodeId senderId, NodeId receive double oneWayLossRate = 0; - double twoWayLossRate = pingER.getLinkMetrics(sender->getCountryCode(), receiver->getCountryCode()).getPacketLoss(); + double twoWayLossRate = wonderNetwork->getLinkMetricsBetweenCities(sender->getCityIdx(), receiver->getCityIdx()).getPacketLoss(); twoWayLossRate /= 100; oneWayLossRate = 1 - sqrt(1 - twoWayLossRate); @@ -57,8 +57,8 @@ double GnpLatencyModel::getAvgJitter(NodeId senderId, NodeId receiverId) { std::shared_ptr sender = network.getNode(senderId); std::shared_ptr receiver = network.getNode(receiverId); - double minRTT = pingER.getLinkMetrics(sender->getCountryCode(), receiver->getCountryCode()).getMinRTT(); - double avgRTT = pingER.getLinkMetrics(sender->getCountryCode(), receiver->getCountryCode()).getAvgRTT(); + double minRTT = wonderNetwork->getLinkMetricsBetweenCities(sender->getCityIdx(), receiver->getCityIdx()).getMinRTT(); + double avgRTT = wonderNetwork->getLinkMetricsBetweenCities(sender->getCityIdx(), receiver->getCityIdx()).getAvgRTT(); return avgRTT - minRTT; } @@ -83,12 +83,8 @@ uint64_t GnpLatencyModel::getPropagationDelay(NodeId senderId, NodeId receiverId std::shared_ptr sender = network.getNode(senderId); std::shared_ptr receiver = network.getNode(receiverId); - auto rtt = pingER.getLinkMetrics(sender->getCountryCode(), receiver->getCountryCode()).getAvgRTT(); - - if(rtt != 0) - return rtt / 2; - - return pingER.getLinkMetrics(receiver->getCountryCode(), sender->getCountryCode()).getAvgRTT() / 2; + auto rtt = wonderNetwork->getLinkMetricsBetweenCities(sender->getCityIdx(), receiver->getCityIdx()).getAvgRTT(); + return rtt / 2; } uint64_t GnpLatencyModel::getTCPThroughput(NodeId senderId, NodeId receiverId, bool _useJitter) { diff --git a/core/Networking/LatencyModels/GnpLatencyModel.h b/core/Networking/LatencyModels/GnpLatencyModel.h index da0289f..8e5906e 100644 --- a/core/Networking/LatencyModels/GnpLatencyModel.h +++ b/core/Networking/LatencyModels/GnpLatencyModel.h @@ -39,12 +39,10 @@ class GnpLatencyModel : public LatencyModel { private: static int MSS; Network& network; - PingER pingER; -// WonderNetwork wonderNetwork; + WonderNetwork *wonderNetwork; public: GnpLatencyModel(Network& _network); -// void setPingER(PingER& _pingER); PingER& getPingER(); double getMinRTT(NodeId sender, NodeId receiver); double getPacketLossProbability(NodeId senderId, NodeId receiverId); diff --git a/core/Networking/LatencyModels/WonderNetwork.cpp b/core/Networking/LatencyModels/WonderNetwork.cpp index 3f64348..e0f585c 100644 --- a/core/Networking/LatencyModels/WonderNetwork.cpp +++ b/core/Networking/LatencyModels/WonderNetwork.cpp @@ -12,6 +12,11 @@ #include "../../../config/Config.h" + + +WonderNetwork* WonderNetwork::wonderNetworkInstance = 0; + + WonderNetwork::WonderNetwork() { std::ifstream ifs("../data/pingLatency/pingDataByRegion.json"); if(!ifs) { @@ -168,4 +173,13 @@ std::vector WonderNetwork::getCitiesInRegion(std::string region) { City WonderNetwork::getCityByIndex(int i) { return citiesMap[i]; +} + + +WonderNetwork* WonderNetwork::getInstance() { + if(!wonderNetworkInstance) { + wonderNetworkInstance = new WonderNetwork(); + } + return wonderNetworkInstance; + // return new WonderNetwork(); } \ No newline at end of file diff --git a/core/Networking/LatencyModels/WonderNetwork.h b/core/Networking/LatencyModels/WonderNetwork.h index 45220cc..8c062ba 100644 --- a/core/Networking/LatencyModels/WonderNetwork.h +++ b/core/Networking/LatencyModels/WonderNetwork.h @@ -14,8 +14,10 @@ class WonderNetwork { std::vector citiesMap; std::vector > cityPairLinkMetrics; std::unordered_map > regionCities; -public: + static WonderNetwork *wonderNetworkInstance; WonderNetwork(); +public: + static WonderNetwork *getInstance(); std::vector getCitiesMap(); City getCityByIndex(int i); LinkMetrics getLinkMetricsBetweenCities(int sourceCityIdx, int destinationCityIdx); diff --git a/models/NodePlacement/ClusterBased.h b/models/NodePlacement/ClusterBased.h index 6957422..11fb25b 100644 --- a/models/NodePlacement/ClusterBased.h +++ b/models/NodePlacement/ClusterBased.h @@ -37,7 +37,7 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod return false; } - WonderNetwork wonderNetwork = WonderNetwork(); + WonderNetwork *wonderNetwork = wonderNetwork->getInstance(); // initiaze random number generator, seed fixed to 2121 to make it deterministic across runs // else make it time-dependent for randomness @@ -57,11 +57,11 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod if(cumulativeProbabilities[k] >= randomNumber) { int regionIdx = k; // TODO std::string regionName = REGIONS[regionIdx]; - std::vector regionCities = wonderNetwork.getCitiesInRegion(regionName); + std::vector regionCities = wonderNetwork->getCitiesInRegion(regionName); int idx = int(unif(rng) * regionCities.size()); int cityIdx = regionCities[idx]; - City city = wonderNetwork.getCityByIndex(cityIdx); - std::cout << "DAS " << cityIdx << ' ' << idx << ' ' << city.getName() << ' ' << city.getRegion() << std::endl; + City city = wonderNetwork->getCityByIndex(cityIdx); + int nodeIdx = i * CLUSTER_SIZE + j; std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); @@ -86,8 +86,8 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod if(cumulativeProbabilities[j] >= randomNumber) { int regionIdx = j; // TODO std::string regionName = REGIONS[regionIdx]; - std::vector regionCities = wonderNetwork.getCitiesInRegion(regionName); - int idx = unif(rng) * regionCities.size(); + std::vector regionCities = wonderNetwork->getCitiesInRegion(regionName); + int idx = int(unif(rng) * regionCities.size()); int cityIdx = regionCities[idx]; int nodeIdx = MINER_OFFSET + i; @@ -119,7 +119,6 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod bool printGeneratedNetwork(const Network& network) { LOG(INFO) << "[PRINT_GENERATED_NETWORK_START]"; - int numNodesPerRegion[NUM_REGIONS] = {0}; const std::vector> nodes = network.getNodes(); diff --git a/tests/TransportLayerTest.cpp b/tests/TransportLayerTest.cpp index 9ec61c7..217c306 100644 --- a/tests/TransportLayerTest.cpp +++ b/tests/TransportLayerTest.cpp @@ -21,7 +21,7 @@ std::shared_ptr TransportLayerTest::populatePingER() { std::unordered_map> linkMetrics; std::shared_ptr gnpLatencyModel(new TestLatencyModel(network)); - gnpLatencyModel->getPingER().setLinkMetrics(linkMetrics); + // gnpLatencyModel->getPingER().setLinkMetrics(linkMetrics); return gnpLatencyModel; } From 720f34fc45739c22cfd4ef1f6efa93f9806fbab4 Mon Sep 17 00:00:00 2001 From: utsavrohilla Date: Tue, 18 Aug 2020 00:58:04 +0530 Subject: [PATCH 6/7] Fixed segmentationFault, created Protocol parent class --- CMakeLists.txt | 2 ++ .../Event/EventTypes/MessageToNodeEvent.cpp | 10 +++++++--- core/Network/Network.cpp | 10 +++++++--- core/Networking/LatencyModels/WonderNetwork.cpp | 2 +- .../GlobalOrchestration/Bitcoin.cpp | 4 ++-- models/LocalProtocols/DummyProtocol.cpp | 11 +++++++++++ models/LocalProtocols/DummyProtocol.h | 12 ++++++++++++ models/LocalProtocols/Protocol.cpp | 14 ++++++++++++++ models/LocalProtocols/Protocol.h | 17 +++++++++++++++++ models/NodePlacement/ClusterBased.h | 5 ++++- 10 files changed, 77 insertions(+), 10 deletions(-) create mode 100644 models/LocalProtocols/DummyProtocol.cpp create mode 100644 models/LocalProtocols/DummyProtocol.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fc5e3e..6e24c30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ add_executable(simulation models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp models/BlockchainManagement/GlobalOrchestration/GlobalOrchestration.cpp models/LocalProtocols/BitcoinMiner.cpp + models/LocalProtocols/DummyProtocol.cpp models/LocalProtocols/Protocol.cpp models/Networking/BitcoinRoutingTable.cpp models/Networking/FlexibleRoutingTable.cpp @@ -115,6 +116,7 @@ add_executable(test models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp models/BlockchainManagement/GlobalOrchestration/GlobalOrchestration.cpp models/LocalProtocols/BitcoinMiner.cpp + models/LocalProtocols/DummyProtocol.cpp models/LocalProtocols/Protocol.cpp models/Networking/BitcoinRoutingTable.cpp models/Networking/FlexibleRoutingTable.cpp diff --git a/core/EventManagement/Event/EventTypes/MessageToNodeEvent.cpp b/core/EventManagement/Event/EventTypes/MessageToNodeEvent.cpp index 134650b..edd550c 100644 --- a/core/EventManagement/Event/EventTypes/MessageToNodeEvent.cpp +++ b/core/EventManagement/Event/EventTypes/MessageToNodeEvent.cpp @@ -8,6 +8,8 @@ #include "../../../Networking/Subnet.h" #include "../../../Networking/NetworkLayer/NetworkLayer.h" #include "../../../../models/LocalProtocols/BitcoinMiner.h" +#include "../../../../models/LocalProtocols/Protocol.h" + MessageToNodeEvent::MessageToNodeEvent(std::shared_ptr _message, int _forNodeId, int _fromNodeId, long long _durationInTicks) : message(_message), forNodeId(_forNodeId), fromNodeId(_fromNodeId), Event(_durationInTicks, EventType::MESSAGE_TO_NODE) {} @@ -18,22 +20,24 @@ bool MessageToNodeEvent::execute(Network& _network, std::shared_ptr << "[From:" << std::setw(8) << std::right << std::to_string(fromNodeId) << "]" << "[To:" << std::setw(8) << std::right << std::to_string(forNodeId) << "]" << "[Type:" << std::setw(15) << std::right << message->getType() << "]"; - switch(message->getMessageType()) { case MessageType::NEW_BLOCK_ID: { + // std::cout << 1 << std::endl; auto node = _network.getNodes()[forNodeId]; - std::static_pointer_cast(node->getProtocols()[0])->onNewBlockIdMessage(std::dynamic_pointer_cast(message), _blockCache, _newEvents); + std::static_pointer_cast(node->getProtocols()[0])->onNewBlockIdMessage(std::dynamic_pointer_cast(message), _blockCache, _newEvents); break; } case MessageType::NEW_BLOCK_MINED: { + std::cout << 2 << std::endl; auto node = _network.getNodes()[forNodeId]; - std::static_pointer_cast(node->getProtocols()[0])->onNewBlockMinedMessage(std::dynamic_pointer_cast(message), _blockCache, _newEvents, _currentTick); + std::static_pointer_cast(node->getProtocols()[0])->onNewBlockMinedMessage(std::dynamic_pointer_cast(message), _blockCache, _newEvents, _currentTick); break; } case MessageType::NEW_BLOCK_BODY: { break; } case MessageType::SUBNET_MSG: { + std::cout << 3 << std::endl; _subnet->onSubnetMessage(std::static_pointer_cast(message), _currentTick, _newEvents); break; } diff --git a/core/Network/Network.cpp b/core/Network/Network.cpp index a9ed2ae..4930254 100644 --- a/core/Network/Network.cpp +++ b/core/Network/Network.cpp @@ -38,7 +38,7 @@ double Network::recaculateTotalLambda() { if(node->getProtocols().empty()) { continue; } - auto n = std::static_pointer_cast(node->getProtocols()[0]); + auto n = std::static_pointer_cast(node->getProtocols()[0]); sum += n->getLambda(); } } @@ -56,7 +56,7 @@ std::vector Network::recaculateCumulativeLambdaVector() { if(nodes[i]->getProtocols().empty()) { continue; } - auto miner = std::static_pointer_cast(nodes[i]->getProtocols()[0]); + auto miner = std::static_pointer_cast(nodes[i]->getProtocols()[0]); // LOG(INFO) << "debug here"; if(v.empty()) v.push_back(miner->getLambda()); @@ -81,11 +81,15 @@ std::shared_ptr Network::pickLambdaWeightedNode() { std::shared_ptr node; double randomNumber = getRandomDouble() * totalLambda; + std::cout << randomNumber << ' ' << totalLambda << ' ' << std::endl; + for(double x: cumulativeLambdaVector) { + std::cout << x << ' '<< std::endl; + } auto it = std::upper_bound(cumulativeLambdaVector.begin(), cumulativeLambdaVector.end(), randomNumber); int index = it - cumulativeLambdaVector.begin(); - + std::cout << nodes.size() << ' ' << index << std::endl; return nodes[index]; } diff --git a/core/Networking/LatencyModels/WonderNetwork.cpp b/core/Networking/LatencyModels/WonderNetwork.cpp index e0f585c..d62d908 100644 --- a/core/Networking/LatencyModels/WonderNetwork.cpp +++ b/core/Networking/LatencyModels/WonderNetwork.cpp @@ -60,7 +60,7 @@ WonderNetwork::WonderNetwork() { for(auto &v: cityPairLinkMetrics) { v.resize(NUMBER_OF_CITIES); } - std::cout << NUMBER_OF_CITIES << ' ' << citiesMap.size() << std::endl; + std::cout << "[WonderNetwork.cpp] " << NUMBER_OF_CITIES << ' ' << citiesMap.size() << std::endl; for(auto cityName: cityToIdMap.getMemberNames()) { int cityCode = std::stoi(cityToIdMap[cityName].asString()); diff --git a/models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp b/models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp index 471a123..d0bf432 100644 --- a/models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp +++ b/models/BlockchainManagement/GlobalOrchestration/Bitcoin.cpp @@ -25,7 +25,7 @@ uint64_t BitcoinModel::getNextBlockTime() { std::shared_ptr BitcoinModel::getNextBlockProducer() { LOG(INFO) << "[BitcoinModel::getNextBlockProducer start]"; - + std::cout << "HERE" << std::endl; std::shared_ptr blockProducer = network.pickLambdaWeightedNode(); LOG(INFO) << "[BitcoinModel::getNextBlockProducer end]"; @@ -58,7 +58,7 @@ void BitcoinModel::scheduleNextBlock(EventManager* eventManager) { std::shared_ptr blockProducer = getNextBlockProducer(); int nodeId = blockProducer->getNodeId(); - + std::cout << "NODEID: " << nodeId << " " << blockProducer->getProtocols().size() << std::endl; eventManager->addEvent(std::shared_ptr( new MessageToNodeEvent( std::shared_ptr(new NewBlockMinedMessage(std::static_pointer_cast(blockProducer->getProtocols()[0])->getDifficulty())), diff --git a/models/LocalProtocols/DummyProtocol.cpp b/models/LocalProtocols/DummyProtocol.cpp new file mode 100644 index 0000000..c0bfb28 --- /dev/null +++ b/models/LocalProtocols/DummyProtocol.cpp @@ -0,0 +1,11 @@ +#include "DummyProtocol.h" + +DummyProtocol::DummyProtocol() {} + +double DummyProtocol::getDifficulty() { + return difficulty; +} + +double DummyProtocol::getLambda() { + return lambda; +} \ No newline at end of file diff --git a/models/LocalProtocols/DummyProtocol.h b/models/LocalProtocols/DummyProtocol.h new file mode 100644 index 0000000..be90045 --- /dev/null +++ b/models/LocalProtocols/DummyProtocol.h @@ -0,0 +1,12 @@ +#include + +#include "Protocol.h" + +class DummyProtocol: public Protocol { +private: + double difficulty; +public: + DummyProtocol(); + double getDifficulty(); + double getLambda(); +}; \ No newline at end of file diff --git a/models/LocalProtocols/Protocol.cpp b/models/LocalProtocols/Protocol.cpp index 0db5e5f..4d29962 100644 --- a/models/LocalProtocols/Protocol.cpp +++ b/models/LocalProtocols/Protocol.cpp @@ -1,3 +1,17 @@ #include "Protocol.h" Protocol::Protocol() {} + +double Protocol::getLambda() { + return lambda; +} + +void Protocol::onNewBlockIdMessage(std::shared_ptr _message, std::shared_ptr _blockCache, + std::vector>& _newEvents) { + +} + +void Protocol::onNewBlockMinedMessage(std::shared_ptr _message, + std::shared_ptr _blockCache, + std::vector>& _newEvents, uint64_t _currentTick) { +} diff --git a/models/LocalProtocols/Protocol.h b/models/LocalProtocols/Protocol.h index 13e743f..9599253 100644 --- a/models/LocalProtocols/Protocol.h +++ b/models/LocalProtocols/Protocol.h @@ -6,10 +6,27 @@ #include "../../helpers/Logger/easylogging.h" +#include "../../core/Blockchain/Blockchain.h" +#include "../../core/EventManagement/Event/Event.h" +#include "../../core/Network/Messages/Message.h" +#include "../../core/Network/Messages/NewBlockIdMessage.h" +#include "../../core/Network/Messages/NewBlockMinedMessage.h" +#include "../../core/Networking/RoutingTable.h" + + class Protocol { +protected: + double lambda; public: Protocol(); virtual ~Protocol() {} + virtual double getLambda(); + void onNewBlockIdMessage(std::shared_ptr _message, std::shared_ptr _blockCache, + std::vector>& _newEvents); + void onNewBlockMinedMessage(std::shared_ptr _message, + std::shared_ptr _blockCache, + std::vector>& _newEvents, uint64_t _currentTick); + }; #endif /*PROTOCOL_H_*/ diff --git a/models/NodePlacement/ClusterBased.h b/models/NodePlacement/ClusterBased.h index 11fb25b..3ceeefb 100644 --- a/models/NodePlacement/ClusterBased.h +++ b/models/NodePlacement/ClusterBased.h @@ -7,6 +7,7 @@ #include #include "../LocalProtocols/BitcoinMiner.h" +#include "../LocalProtocols/DummyProtocol.h" #include "../../helpers/Center.h" #include "../../helpers/Logger/easylogging.h" #include "../../config/Config.h" @@ -62,9 +63,11 @@ bool generateNodes(Network& network, std::shared_ptr blockCache, Nod int cityIdx = regionCities[idx]; City city = wonderNetwork->getCityByIndex(cityIdx); - int nodeIdx = i * CLUSTER_SIZE + j; std::shared_ptr node(new Node(nodeIdx, true, regionIdx, cityIdx, blockCache, _subnet, "FlexibleRoutingTable")); + std::shared_ptr dummyProtocol(new DummyProtocol()); + + node->addProtocol(std::static_pointer_cast(dummyProtocol)); for(int l = 0; l < CLUSTER_SIZE; l++) { if(j != l) { node->getRoutingTable()->addOutConnection(i * CLUSTER_SIZE + l); From c9b8d6860d091771b82b3354bf2ef6cfbf90f9b5 Mon Sep 17 00:00:00 2001 From: utsavrohilla <57211795+utsavrohilla@users.noreply.github.com> Date: Thu, 17 Sep 2020 19:36:24 +0530 Subject: [PATCH 7/7] Fixed pingDataByRegion.json path --- core/Networking/LatencyModels/WonderNetwork.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Networking/LatencyModels/WonderNetwork.cpp b/core/Networking/LatencyModels/WonderNetwork.cpp index d62d908..84aee1b 100644 --- a/core/Networking/LatencyModels/WonderNetwork.cpp +++ b/core/Networking/LatencyModels/WonderNetwork.cpp @@ -18,7 +18,7 @@ WonderNetwork* WonderNetwork::wonderNetworkInstance = 0; WonderNetwork::WonderNetwork() { - std::ifstream ifs("../data/pingLatency/pingDataByRegion.json"); + std::ifstream ifs("data/pingLatency/pingDataByRegion.json"); if(!ifs) { std::cout << "not opening" << std::endl; return; @@ -182,4 +182,4 @@ WonderNetwork* WonderNetwork::getInstance() { } return wonderNetworkInstance; // return new WonderNetwork(); -} \ No newline at end of file +}